]> git.openstreetmap.org Git - rails.git/commitdiff
Update to iD v2.10.0
authorBryan Housel <bryan@mapbox.com>
Thu, 26 Jul 2018 05:38:22 +0000 (01:38 -0400)
committerBryan Housel <bryan@mapbox.com>
Thu, 26 Jul 2018 05:38:22 +0000 (01:38 -0400)
70 files changed:
vendor/assets/iD/iD.css.erb
vendor/assets/iD/iD.js
vendor/assets/iD/iD/img/iD-sprite.svg
vendor/assets/iD/iD/img/mapillary-sprite.svg
vendor/assets/iD/iD/locales/af.json
vendor/assets/iD/iD/locales/ar-AA.json
vendor/assets/iD/iD/locales/ar.json
vendor/assets/iD/iD/locales/ast.json
vendor/assets/iD/iD/locales/bg.json
vendor/assets/iD/iD/locales/bn.json
vendor/assets/iD/iD/locales/bs.json
vendor/assets/iD/iD/locales/ca.json
vendor/assets/iD/iD/locales/ckb.json
vendor/assets/iD/iD/locales/cs.json
vendor/assets/iD/iD/locales/da.json
vendor/assets/iD/iD/locales/de.json
vendor/assets/iD/iD/locales/el.json
vendor/assets/iD/iD/locales/en-GB.json
vendor/assets/iD/iD/locales/en.json
vendor/assets/iD/iD/locales/eo.json
vendor/assets/iD/iD/locales/es.json
vendor/assets/iD/iD/locales/et.json
vendor/assets/iD/iD/locales/eu.json
vendor/assets/iD/iD/locales/fa.json
vendor/assets/iD/iD/locales/fi.json
vendor/assets/iD/iD/locales/fr.json
vendor/assets/iD/iD/locales/gl.json
vendor/assets/iD/iD/locales/gu.json
vendor/assets/iD/iD/locales/he.json
vendor/assets/iD/iD/locales/hr.json
vendor/assets/iD/iD/locales/hu.json
vendor/assets/iD/iD/locales/hy.json
vendor/assets/iD/iD/locales/id.json
vendor/assets/iD/iD/locales/is.json
vendor/assets/iD/iD/locales/it.json
vendor/assets/iD/iD/locales/ja.json
vendor/assets/iD/iD/locales/kn.json
vendor/assets/iD/iD/locales/ko.json
vendor/assets/iD/iD/locales/ku.json
vendor/assets/iD/iD/locales/lt.json
vendor/assets/iD/iD/locales/lv.json
vendor/assets/iD/iD/locales/mg.json
vendor/assets/iD/iD/locales/mk.json
vendor/assets/iD/iD/locales/ml.json
vendor/assets/iD/iD/locales/ms.json
vendor/assets/iD/iD/locales/nl.json
vendor/assets/iD/iD/locales/nn.json
vendor/assets/iD/iD/locales/no.json
vendor/assets/iD/iD/locales/pl.json
vendor/assets/iD/iD/locales/pt-BR.json
vendor/assets/iD/iD/locales/pt.json
vendor/assets/iD/iD/locales/ro.json
vendor/assets/iD/iD/locales/ru.json
vendor/assets/iD/iD/locales/si.json
vendor/assets/iD/iD/locales/sk.json
vendor/assets/iD/iD/locales/sl.json
vendor/assets/iD/iD/locales/sq.json
vendor/assets/iD/iD/locales/sr.json
vendor/assets/iD/iD/locales/sv.json
vendor/assets/iD/iD/locales/ta.json
vendor/assets/iD/iD/locales/te.json
vendor/assets/iD/iD/locales/tl.json
vendor/assets/iD/iD/locales/tr.json
vendor/assets/iD/iD/locales/uk.json
vendor/assets/iD/iD/locales/vi.json
vendor/assets/iD/iD/locales/yue.json
vendor/assets/iD/iD/locales/zh-CN.json
vendor/assets/iD/iD/locales/zh-HK.json
vendor/assets/iD/iD/locales/zh-TW.json
vendor/assets/iD/iD/locales/zh.json

index ed2a14b2fd866ba4ac586588f5fa44b332d0495b..05d0cbe1659b0bd210b0fc173ac3f5e1d262f0ff 100644 (file)
@@ -228,7 +228,21 @@ input::-moz-focus-inner {
 }
 
 
-/* points */
+/* points & notes */
+
+g.note .stroke {
+    stroke: #222;
+    stroke-width: 1;
+    fill: #222;
+    opacity: 0.6;
+}
+
+g.note.active .stroke {
+    stroke: #222;
+    stroke-width: 1;
+    fill: #222;
+    opacity: 0.8;
+}
 
 g.point .stroke {
     stroke: #444;
@@ -236,26 +250,31 @@ g.point .stroke {
     fill: #fff;
 }
 
-g.point .shadow {
+g.point .shadow,
+g.note .shadow {
     fill: none;
     stroke: #f6634f;
     stroke-width: 16;
     stroke-opacity: 0;
 }
 
+g.note.related:not(.selected) .shadow,
+g.note.hover:not(.selected) .shadow,
 g.point.related:not(.selected) .shadow,
 g.point.hover:not(.selected) .shadow {
     stroke-opacity: 0.5;
 }
 
+g.note.selected .shadow,
 g.point.selected .shadow {
     stroke-opacity: 0.7;
 }
 
+/* g.note ellipse.stroke, */
 g.point ellipse.stroke {
     display: none;
 }
-
+.mode-drag-note g.note.active ellipse.stroke,
 .mode-drag-node g.point.active ellipse.stroke {
     display: block;
 }
@@ -481,6 +500,35 @@ text.gpxlabel-halo {
     stroke-miterlimit: 1;
 }
 
+/* MVT Paths */
+
+.layer-mvt {
+    pointer-events: none;
+}
+
+path.mvt {
+    stroke: #ff26d4;
+    stroke-width: 2;
+    fill: none;
+}
+
+text.mvtlabel-halo,
+text.mvtlabel {
+    font-size: 10px;
+    font-weight: bold;
+    dominant-baseline: middle;
+}
+
+text.mvtlabel {
+    fill: #ff26d4;
+}
+
+text.mvtlabel-halo {
+    opacity: 0.7;
+    stroke: #000;
+    stroke-width: 5px;
+    stroke-miterlimit: 1;
+}
 
 /* Default - light gray */
 path.area.stroke {
@@ -810,12 +858,12 @@ path.stroke.tag-highway {
 path.stroke.tag-highway-motorway,
 path.stroke.tag-highway-motorway_link,
 path.stroke.tag-motorway {
-    stroke:#CF2081;
+    stroke: #CF2081;
 }
 path.casing.tag-highway-motorway,
 path.casing.tag-highway-motorway_link,
 path.casing.tag-motorway {
-    stroke:#70372f;
+    stroke: #70372f;
 }
 
 .preset-icon .icon.iD-highway-trunk,
@@ -826,12 +874,12 @@ path.casing.tag-motorway {
 path.stroke.tag-highway-trunk,
 path.stroke.tag-highway-trunk_link,
 path.stroke.tag-trunk {
-    stroke:#DD2F22;
+    stroke: #DD2F22;
 }
 path.casing.tag-highway-trunk,
 path.casing.tag-highway-trunk_link,
 path.casing.tag-trunk {
-    stroke:#70372f;
+    stroke: #70372f;
 }
 
 .preset-icon .icon.iD-highway-primary,
@@ -842,12 +890,12 @@ path.casing.tag-trunk {
 path.stroke.tag-highway-primary,
 path.stroke.tag-highway-primary_link,
 path.stroke.tag-primary {
-    stroke:#F99806;
+    stroke: #F99806;
 }
 path.casing.tag-highway-primary,
 path.casing.tag-highway-primary_link,
 path.casing.tag-primary {
-    stroke:#70372f;
+    stroke: #70372f;
 }
 
 .preset-icon .icon.iD-highway-secondary,
@@ -858,12 +906,12 @@ path.casing.tag-primary {
 path.stroke.tag-highway-secondary,
 path.stroke.tag-highway-secondary_link,
 path.stroke.tag-secondary {
-    stroke:#F3F312;
+    stroke: #F3F312;
 }
 path.casing.tag-highway-secondary,
 path.casing.tag-highway-secondary_link,
 path.casing.tag-secondary {
-    stroke:#70372f;
+    stroke: #70372f;
 }
 
 .preset-icon .icon.iD-highway-tertiary,
@@ -874,12 +922,12 @@ path.casing.tag-secondary {
 path.stroke.tag-highway-tertiary,
 path.stroke.tag-highway-tertiary_link,
 path.stroke.tag-tertiary {
-    stroke:#FFF9B3;
+    stroke: #FFF9B3;
 }
 path.casing.tag-highway-tertiary,
 path.casing.tag-highway-tertiary_link,
 path.casing.tag-tertiary {
-    stroke:#70372f;
+    stroke: #70372f;
 }
 
 .legacy-carto .preset-icon .icon.iD-highway-motorway,
@@ -890,12 +938,12 @@ path.casing.tag-tertiary {
 .legacy-carto path.stroke.tag-highway-motorway,
 .legacy-carto path.stroke.tag-highway-motorway_link,
 .legacy-carto path.stroke.tag-motorway {
-    stroke:#58a9ed;
+    stroke: #58a9ed;
 }
 .legacy-carto path.casing.tag-highway-motorway,
 .legacy-carto path.casing.tag-highway-motorway_link,
 .legacy-carto path.casing.tag-motorway {
-    stroke:#2c5476;
+    stroke: #2c5476;
 }
 
 .legacy-carto .preset-icon .icon.iD-highway-trunk,
@@ -906,12 +954,12 @@ path.casing.tag-tertiary {
 .legacy-carto path.stroke.tag-highway-trunk,
 .legacy-carto path.stroke.tag-highway-trunk_link,
 .legacy-carto path.stroke.tag-trunk {
-    stroke:#8cd05f;
+    stroke: #8cd05f;
 }
 .legacy-carto path.casing.tag-highway-trunk,
 .legacy-carto path.casing.tag-highway-trunk_link,
 .legacy-carto path.casing.tag-trunk {
-    stroke:#46682f;
+    stroke: #46682f;
 }
 
 .legacy-carto .preset-icon .icon.iD-highway-primary,
@@ -922,12 +970,12 @@ path.casing.tag-tertiary {
 .legacy-carto path.stroke.tag-highway-primary,
 .legacy-carto path.stroke.tag-highway-primary_link,
 .legacy-carto path.stroke.tag-primary {
-    stroke:#e06d5f;
+    stroke: #e06d5f;
 }
 .legacy-carto path.casing.tag-highway-primary,
 .legacy-carto path.casing.tag-highway-primary_link,
 .legacy-carto path.casing.tag-primary {
-    stroke:#70372f;
+    stroke: #70372f;
 }
 
 .legacy-carto .preset-icon .icon.iD-highway-secondary,
@@ -938,12 +986,12 @@ path.casing.tag-tertiary {
 .legacy-carto path.stroke.tag-highway-secondary,
 .legacy-carto path.stroke.tag-highway-secondary_link,
 .legacy-carto path.stroke.tag-secondary {
-    stroke:#eab056;
+    stroke: #eab056;
 }
 .legacy-carto path.casing.tag-highway-secondary,
 .legacy-carto path.casing.tag-highway-secondary_link,
 .legacy-carto path.casing.tag-secondary {
-    stroke:#75582b;
+    stroke: #75582b;
 }
 
 .legacy-carto .preset-icon .icon.iD-highway-tertiary,
@@ -954,12 +1002,12 @@ path.casing.tag-tertiary {
 .legacy-carto path.stroke.tag-highway-tertiary,
 .legacy-carto path.stroke.tag-highway-tertiary_link,
 .legacy-carto path.stroke.tag-tertiary {
-    stroke:#ffff7e;
+    stroke: #ffff7e;
 }
 .legacy-carto path.casing.tag-highway-tertiary,
 .legacy-carto path.casing.tag-highway-tertiary_link,
 .legacy-carto path.casing.tag-tertiary {
-    stroke:#7f7f3f;
+    stroke: #7f7f3f;
 }
 
 .preset-icon .icon.iD-highway-residential {
@@ -968,24 +1016,24 @@ path.casing.tag-tertiary {
 }
 path.stroke.tag-highway-residential,
 path.stroke.tag-residential {
-    stroke:#fff;
+    stroke: #fff;
 }
 path.casing.tag-highway-residential,
 path.casing.tag-residential {
-    stroke:#444;
+    stroke: #444;
 }
 
 .preset-icon .icon.iD-highway-unclassified {
-    color: #dcd9b9;
+    color: #dca;
     fill: #444;
 }
 path.stroke.tag-highway-unclassified,
 path.stroke.tag-unclassified {
-    stroke:#dcd9b9;
+    stroke: #dca;
 }
 path.casing.tag-highway-unclassified,
 path.casing.tag-unclassified {
-    stroke:#444;
+    stroke: #444;
 }
 
 
@@ -1180,7 +1228,7 @@ path.stroke.tag-highway-corridor,
 path.stroke.tag-highway-pedestrian,
 path.stroke.tag-corridor,
 path.stroke.tag-pedestrian {
-    stroke:#fff;
+    stroke: #fff;
     stroke-dasharray: 2, 8;
 }
 .low-zoom path.stroke.tag-highway-corridor,
@@ -1208,11 +1256,11 @@ path.casing.tag-pedestrian.tag-unpaved {
 }
 path.stroke.tag-highway-road,
 path.stroke.tag-road {
-    stroke:#9e9e9e;
+    stroke: #9e9e9e;
 }
 path.casing.tag-highway-road,
 path.casing.tag-road {
-    stroke:#666;
+    stroke: #666;
 }
 
 .preset-icon .icon.iD-highway-service {
@@ -1221,24 +1269,24 @@ path.casing.tag-road {
 }
 path.stroke.tag-highway-service,
 path.stroke.tag-service {
-    stroke:#fff;
+    stroke: #fff;
 }
 path.casing.tag-highway-service,
 path.casing.tag-service {
-    stroke:#666;
+    stroke: #666;
 }
 
 /* special service roads and bus guideways */
 /* with `service=* tag`  (e.g. parking_aisle, alley, drive-through */
 .preset-icon .icon.iD-highway-bus_guideway,
 .preset-icon .icon.iD-highway-service.tag-service {
-    color: #dcd9b9;
+    color: #dca;
     fill: #666;
 }
 path.stroke.tag-highway-bus_guideway,
 path.stroke.tag-highway-service.tag-service,
 path.stroke.tag-service.tag-service {
-    stroke: #dcd9b9;
+    stroke: #dca;
 }
 path.casing.tag-highway-bus_guideway,
 path.casing.tag-highway-service.tag-service,
@@ -1276,7 +1324,7 @@ path.stroke.tag-highway-bridleway {
 
 path.casing.tag-highway-path,
 path.casing.tag-highway-path.tag-unpaved {
-    stroke: #c5b59f;
+    stroke: #dca;
     stroke-linecap: round;
     stroke-dasharray: none;
 }
@@ -1293,33 +1341,23 @@ path.casing.tag-highway-bridleway.tag-unpaved {
 
 .preset-icon .icon.iD-category-path,
 .preset-icon .icon.iD-highway-path {
-    color: #746f6f;
-    fill: #c5b59f;
+    color: #988;
+    fill: #dca;
 }
 path.stroke.tag-highway-path {
-    stroke: #746f6f;
+    stroke: #988;
 }
 
 .preset-icon .icon.tag-route-foot,
 .preset-icon .icon.tag-route-hiking,
 .preset-icon .icon.iD-highway-footway {
-    color: #ae8681;
+    color: #988;
     fill: #fff;
 }
 path.stroke.tag-highway-footway {
-    stroke: #ae8681;
+    stroke: #988;
 }
 
-.preset-icon .icon.iD-highway-footway.tag-crossing {
-    color: #444;
-}
-path.stroke.tag-highway-footway.tag-crossing {
-    stroke: #444;
-    stroke-dasharray: 6, 4;
-}
-.low-zoom path.stroke.tag-highway-footway.tag-crossing {
-    stroke-dasharray: 3, 2;
-}
 
 .preset-icon .icon.tag-route-bicycle,
 .preset-icon .icon.iD-highway-cycleway {
@@ -1359,7 +1397,6 @@ path.casing.tag-highway-steps.tag-unpaved {
 }
 
 /* highway midpoints */
-
 g.midpoint.tag-highway-corridor .fill,
 g.midpoint.tag-highway-pedestrian .fill,
 g.midpoint.tag-highway-steps .fill,
@@ -1383,7 +1420,6 @@ path.stroke.area.tag-aeroway,
 }
 
 /* narrow aeroways (taxiway) */
-
 path.shadow.tag-aeroway-taxiway,
 path.shadow.tag-taxiway {
     stroke-width: 16;
@@ -1426,7 +1462,6 @@ path.casing.tag-taxiway {
 
 
 /* wide aeroways (runway) */
-
 .preset-icon .icon.tag-aeroway-runway,
 .preset-icon .icon.tag-runway {
     color: #444;
@@ -1464,7 +1499,6 @@ path.fill.tag-aeroway-runway {
 }
 
 /* railways */
-
 .preset-icon .icon.tag-railway.other-line {
     color: #fff;
     fill: #777;
@@ -1475,7 +1509,6 @@ path.fill.tag-aeroway-runway {
 }
 
 /* railway areas */
-
 path.stroke.area.tag-railway,
 .low-zoom path.stroke.area.tag-railway {
     stroke: white;
@@ -1489,7 +1522,6 @@ path.casing.area.tag-railway,
 }
 
 /* narrow widths */
-
 path.shadow.tag-railway {
     stroke-width: 16;
 }
@@ -1515,7 +1547,6 @@ path.stroke.tag-railway {
 
 
 /* styles */
-
 path.casing.tag-railway {
     stroke: #555;
 }
@@ -1529,9 +1560,11 @@ path.stroke.tag-railway {
     color: #999;
     fill: #eee;
 }
+path.casing.tag-railway-disused,
 path.casing.tag-railway-abandoned {
     stroke: #999;
 }
+path.stroke.tag-railway-disused,
 path.stroke.tag-railway-abandoned {
     stroke: #eee;
 }
@@ -1547,50 +1580,7 @@ path.casing.tag-railway-subway {
 path.stroke.tag-railway-subway {
     stroke: #bbb;
 }
-
-
-/* railway platforms - like sidewalks */
-
-.preset-icon .icon.iD-highway-footway.tag-railway-platform {
-    color: #ae8681;
-    fill: #dcd9b9;
-}
-path.shadow.tag-railway-platform {
-    stroke-width: 16;
-}
-path.casing.tag-railway-platform {
-    stroke: #dcd9b9;
-    stroke-width: 5;
-    stroke-linecap: round;
-    stroke-dasharray: none;
-}
-path.stroke.tag-railway-platform {
-    stroke: #ae8681;
-    stroke-width: 3;
-    stroke-linecap: butt;
-    stroke-dasharray: 6, 6;
-}
-
-.low-zoom path.shadow.tag-railway-platform {
-    stroke-width: 12;
-}
-.low-zoom path.casing.tag-railway-platform {
-    stroke-width: 3;
-}
-.low-zoom path.stroke.tag-railway-platform {
-    stroke-width: 1;
-    stroke-linecap: butt;
-    stroke-dasharray: 3, 3;
-}
-
-g.midpoint.tag-railway-platform .fill {
-    fill: #fff;
-    stroke: #333;
-    stroke-opacity: .8;
-    opacity: .8;
-}
 /* waterways */
-
 .preset-icon .icon.tag-waterway.other-line {
     color: #77d3de;
     fill: #77d3de;
@@ -1616,7 +1606,6 @@ path.stroke.tag-waterway {
 
 
 /* narrow waterways (default) */
-
 path.shadow.tag-waterway {
     stroke-width: 16;
 }
@@ -1639,7 +1628,6 @@ path.stroke.tag-waterway {
 
 
 /* wide waterways (river) */
-
 path.shadow.tag-waterway-river {
     stroke-width: 20;
 }
@@ -1662,7 +1650,6 @@ path.stroke.tag-waterway-river {
 
 
 /* ditch */
-
 .preset-icon .icon.tag-waterway-ditch {
     color: #8eabf3;
 }
@@ -1672,7 +1659,6 @@ path.stroke.tag-waterway-ditch {
 
 
 /* waterway areas */
-
 path.area.stroke.tag-waterway-dock,
 path.area.stroke.tag-waterway-boatyard,
 path.area.stroke.tag-waterway-fuel {
@@ -1764,7 +1750,7 @@ path.stroke.tag-barrier {
 /* bridges */
 path.casing.tag-bridge {
     stroke-opacity: 0.6;
-    stroke: #000;
+    stroke: #000 !important;
     stroke-linecap: butt;
     stroke-dasharray: none;
 }
@@ -1916,44 +1902,109 @@ path.fill.tag-building {
     background-color: rgba(224, 110, 95, 0.3);
 }
 
-/* piers */
-.preset-icon .icon.tag-man_made-pier {
-    color: #ae8681;
-    fill: #dcd9b9;
+
+/* "Special" paths - platforms, piers, crossings */
+.preset-icon .icon.tag-public_transport-platform,
+.preset-icon .icon.tag-railway-platform,
+.preset-icon .icon.tag-man_made-pier,
+.preset-icon .icon.tag-footway.tag-footway-crossing,
+.preset-icon .icon.tag-crossing {
+    color: #988;
+    fill: #dca;
 }
 
-.preset-icon-fill-area.tag-man_made-pier {
-    border-color: #ae8681;
-    background-color: #dcd9b9;
+.preset-icon-fill-area.tag-public_transport-platform,
+.preset-icon-fill-area.tag-railway-platform,
+.preset-icon-fill-area.tag-man_made-pier,
+.preset-icon-fill-area.tag-footway.tag-footway-crossing,
+.preset-icon-fill-area.tag-crossing {
+    border-color: #988;
+    background-color: #dca;
 }
 
-path.shadow.tag-man_made-pier {
+path.shadow.tag-public_transport-platform,
+path.shadow.tag-railway-platform,
+path.shadow.tag-man_made-pier,
+path.shadow.tag-footway.tag-footway-crossing,
+path.shadow.tag-crossing {
     stroke-width: 16;
 }
-path.casing.tag-man_made-pier {
-    stroke: #dcd9b9;
+path.casing.tag-public_transport-platform,
+path.casing.tag-railway-platform,
+path.casing.tag-man_made-pier,
+path.casing.tag-footway.tag-footway-crossing,
+path.casing.tag-crossing {
+    stroke: #dca;
     stroke-width: 5;
     stroke-linecap: round;
     stroke-dasharray: none;
 }
-path.stroke.tag-man_made-pier {
-    stroke: #ae8681;
+path.stroke.tag-public_transport-platform,
+path.stroke.tag-railway-platform,
+path.stroke.tag-man_made-pier,
+path.stroke.tag-footway.tag-footway-crossing,
+path.stroke.tag-crossing {
+    stroke: #988;
     stroke-width: 3;
     stroke-linecap: butt;
     stroke-dasharray: 6, 6;
 }
 
-.low-zoom path.shadow.tag-man_made-pier {
+.low-zoom path.shadow.tag-public_transport-platform,
+.low-zoom path.shadow.tag-railway-platform,
+.low-zoom path.shadow.tag-man_made-pier,
+.low-zoom path.shadow.tag-footway.tag-footway-crossing,
+.low-zoom path.shadow.tag-crossing {
     stroke-width: 12;
 }
-.low-zoom path.casing.tag-man_made-pier {
+.low-zoom path.casing.tag-public_transport-platform,
+.low-zoom path.casing.tag-railway-platform,
+.low-zoom path.casing.tag-man_made-pier,
+.low-zoom path.casing.tag-footway.tag-footway-crossing,
+.low-zoom path.casing.tag-crossing {
     stroke-width: 3;
 }
-.low-zoom path.stroke.tag-man_made-pier {
+.low-zoom path.stroke.tag-public_transport-platform,
+.low-zoom path.stroke.tag-railway-platform,
+.low-zoom path.stroke.tag-man_made-pier,
+.low-zoom path.stroke.tag-footway.tag-footway-crossing,
+.low-zoom path.stroke.tag-crossing {
     stroke-width: 1;
     stroke-linecap: butt;
     stroke-dasharray: 3, 3;
 }
+
+g.midpoint.tag-public_transport-platform .fill,
+g.midpoint.tag-railway-platform .fill,
+g.midpoint.tag-man_made-pier .fill,
+g.midpoint.tag-footway.tag-footway-crossing .fill,
+g.midpoint.tag-crossing .fill {
+    fill: #fff;
+    stroke: #333;
+    stroke-opacity: .8;
+    opacity: .8;
+}
+
+/* marked crossings, zebras */
+.preset-icon .icon.tag-crossing.tag-crossing-marked,
+.preset-icon .icon.tag-crossing.tag-crossing-zebra {
+    color: #444;
+    fill: #dca;
+}
+path.casing.tag-crossing.tag-crossing-marked,
+path.casing.tag-crossing.tag-crossing-zebra {
+    stroke: #dca;
+}
+path.stroke.tag-crossing.tag-crossing-marked,
+path.stroke.tag-crossing.tag-crossing-zebra {
+    stroke: #444;
+    stroke-dasharray: 6, 4;
+}
+.low-zoom path.stroke.tag-crossing.tag-crossing-marked,
+.low-zoom path.stroke.tag-crossing.tag-crossing-zebra {
+    stroke-dasharray: 3, 2;
+}
+
 /* Cursors */
 
 .nope,
@@ -2014,7 +2065,8 @@ path.stroke.tag-man_made-pier {
 .mode-draw-area #map,
 .mode-add-line  #map,
 .mode-add-area  #map,
-.mode-drag-node #map {
+.mode-drag-node #map,
+.mode-drag-note #map {
     cursor: crosshair; /* Opera */
     cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
 }
@@ -2038,6 +2090,7 @@ path.stroke.tag-man_made-pier {
 }
 
 .mode-add-point #map,
+.mode-add-note #map,
 .mode-browse.lasso #map,
 .mode-browse.lasso .way,
 .mode-browse.lasso .vertex,
@@ -2064,20 +2117,63 @@ path.stroke.tag-man_made-pier {
     background-color: #fff;
 }
 
+@media screen and (min-width: 1600px) {
+    #photoviewer {
+        width: 490px;
+        height: 370px;
+    }
+}
+
 #photoviewer button.thumb-hide {
     border-radius: 0;
     padding: 5px;
     position: absolute;
+    right: 5px;
+    top: 5px;
+    z-index: 50;
+}
+
+#photoviewer button.resize-handle-xy {
+    border-radius: 0;
+    position: absolute;
+    top: 0;
+    right: 0;
+    z-index: 49;
+    cursor: nesw-resize;
+    height: 25px;
+    width: 25px;
+}
+
+#photoviewer button.resize-handle-x {
+    border-radius: 0;
+    position: absolute;
+    top: 0;
     right: 0;
+    bottom: 0;
+    z-index: 48;
+    cursor: ew-resize;
+    height: auto;
+    width: 6px;
+}
+
+#photoviewer button.resize-handle-y {
+    border-radius: 0;
+    position: absolute;
     top: 0;
+    right: 0;
     z-index: 48;
+    cursor: ns-resize;
+    height: 6px;
+    width: 100%;
 }
 
+
 .photo-wrapper,
 .photo-wrapper img {
     width: 100%;
     height: 100%;
     overflow: hidden;
+    object-fit: cover;
 }
 
 .photo-wrapper .photo-attribution {
@@ -2227,9 +2323,24 @@ path.stroke.tag-man_made-pier {
 
 
 /* Streetside Viewer (pannellum) */
-.ms-wrapper .photo-attribution .image_link {
+.ms-wrapper .photo-attribution .image-link {
     display: block;
 }
+.ms-wrapper .photo-attribution .attribution-row {
+    display: flex;
+    flex-flow: row nowrap;
+    justify-content: space-between;
+    align-items: center;
+    padding: 0 5px;
+}
+.ms-wrapper .photo-attribution .image-view-link {
+    text-align: left;
+    margin: 0 5px;
+}
+.ms-wrapper .photo-attribution .image-report-link {
+    text-align: right;
+}
+
 .ms-wrapper .photo-attribution a:active,
 .ms-wrapper .photo-attribution a:hover {
     color: #0fffc4;
@@ -2245,8 +2356,6 @@ path.stroke.tag-man_made-pier {
 }
 
 label.streetside-hires {
-    float: left;
-    padding: 0 10px;
     cursor: pointer;
 }
 .streetside-hires span {
@@ -2297,7 +2406,19 @@ label.streetside-hires {
     color: #20c4ff;
 }
 
-.osc-controls-wrap {
+.osc-image-wrap {
+    width: 100%;
+    height: 100%;
+    transform-origin:0 0;
+    -ms-transform-origin:0 0;
+    -webkit-transform-origin:0 0;
+    -moz-transform-origin:0 0;
+    -o-transform-origin:0 0;
+}
+
+
+/* photo-controls (step forward, back, rotate) */
+.photo-controls-wrap {
     text-align: center;
     position: absolute;
     top: 10px;
@@ -2305,37 +2426,208 @@ label.streetside-hires {
     z-index: 10;
 }
 
-.osc-controls {
+.photo-controls {
     display: inline-block;
     z-index: 10;
 }
 
-.osc-controls button {
+.photo-controls button,
+.photo-controls button:focus {
     height: 18px;
     width: 18px;
     background: rgba(0,0,0,0.65);
     color: #eee;
     border-radius: 0;
 }
-.osc-controls button:first-of-type {
+.photo-controls button:first-of-type {
     border-radius: 3px 0 0 3px;
 }
-.osc-controls button:last-of-type {
+.photo-controls button:last-of-type {
     border-radius: 0 3px 3px 0;
 }
-.osc-controls button:hover,
-.osc-controls button:active,
-.osc-controls button:focus {
+.photo-controls button:hover,
+.photo-controls button:active {
     background: rgba(0,0,0,0.85);
     color: #fff;
 }
 
-.osc-image-wrap {
-    transform-origin:0 0;
-    -ms-transform-origin:0 0;
-    -webkit-transform-origin:0 0;
-    -moz-transform-origin:0 0;
-    -o-transform-origin:0 0;
+
+/* OSM Notes Layer */
+.layer-notes {
+    pointer-events: none;
+}
+.layer-notes .note * {
+    pointer-events: none;
+}
+.layer-notes .note .note-fill {
+    pointer-events: visible;
+    cursor: pointer; /* Opera */
+    cursor: url(<%= asset_path("iD/img/cursor-select-point.png") %>), pointer; /* FF */
+}
+
+.note-header-icon .note-shadow,
+.layer-notes .note .note-shadow {
+    color: #000;
+}
+.note-header-icon .note-fill,
+.layer-notes .note .note-fill {
+    color: #ff3300;
+    stroke: #333;
+    stroke-width: 40px;
+}
+.note-header-icon.new .note-fill,
+.layer-notes .note.new .note-fill {
+    color: #ffee00;
+    stroke: #333;
+    stroke-width: 40px;
+}
+.note-header-icon.closed .note-fill,
+.layer-notes .note.closed .note-fill {
+    color: #55dd00;
+    stroke: #333;
+    stroke-width: 40px;
+}
+
+/* slight adjustments to preset icon for note icons */
+.note-header-icon .preset-icon-28 {
+    top: 18px;
+}
+
+.note-header-icon .note-icon-annotation {
+    position: absolute;
+    top: 22px;
+    left: 22px;
+    margin: auto;
+}
+
+.note-header-icon .note-icon-annotation .icon {
+    width: 15px;
+    height: 15px;
+}
+
+
+/* OSM Note UI */
+.note-header {
+    background-color: #f6f6f6;
+    border-radius: 5px;
+    border: 1px solid #ccc;
+    display: flex;
+    flex-flow: row nowrap;
+    align-items: center;
+}
+
+.note-header-icon {
+    background-color: #fff;
+    padding: 10px;
+    flex: 0 0 62px;
+    position: relative;
+    width: 60px;
+    height: 60px;
+    border-right: 1px solid #ccc;
+    border-radius: 5px 0 0 5px;
+}
+[dir='rtl'] .note-header-icon {
+    border-right: unset;
+    border-left: 1px solid #ccc;
+    border-radius: 0 5px 5px 0;
+}
+
+.note-header-icon .icon-wrap {
+    position: absolute;
+    top: 0px;
+}
+
+.note-header-label {
+    background-color: #f6f6f6;
+    padding: 0 15px;
+    flex: 1 1 100%;
+    font-size: 14px;
+    font-weight: bold;
+    border-radius: 0 5px 5px 0;
+}
+[dir='rtl'] .note-header-label {
+    border-radius: 5px 0 0 5px;
+}
+
+.note-category {
+    margin: 20px 0px;
+}
+
+.comments-container {
+    background: #ececec;
+    padding: 1px 10px;
+    border-radius: 8px;
+    margin-top: 20px;
+}
+
+.comment {
+    background-color: #fff;
+    border-radius: 5px;
+    border: 1px solid #ccc;
+    margin: 10px auto;
+    display: flex;
+    flex-flow: row nowrap;
+}
+.comment-avatar {
+    padding: 10px;
+    flex: 0 0 62px;
+}
+.comment-avatar .icon.comment-avatar-icon {
+    width: 40px;
+    height: 40px;
+    object-fit: cover;
+    border: 1px solid #ccc;
+    border-radius: 20px;
+}
+.comment-main {
+    padding: 10px 10px 10px 0;
+    flex: 1 1 100%;
+    flex-flow: column nowrap;
+    overflow: hidden;
+    overflow-wrap: break-word;
+}
+[dir='rtl'] .comment-main {
+    padding: 10px 0 10px 10px;
+}
+
+.comment-metadata {
+    flex-flow: row nowrap;
+    justify-content: space-between;
+}
+.comment-author {
+    font-weight: bold;
+    color: #333;
+}
+.comment-date {
+    color: #aaa;
+}
+.comment-text {
+    color: #333;
+    margin-top: 10px;
+    overflow-y: auto;
+    max-height: 250px;
+}
+.comment-text::-webkit-scrollbar {
+    border-left: none;
+}
+
+.note-save {
+    padding: 10px;
+}
+
+.note-save #new-comment-input {
+    width: 100%;
+    height: 100px;
+    max-height: 300px;
+    min-height: 100px;
+}
+
+.note-save .detail-section {
+    margin: 10px 0;
+}
+
+.note-report {
+    float: right;
 }
 /* Fill Styles */
 
@@ -2396,10 +2688,10 @@ body {
         "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
         "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial",
         sans-serif;
-    margin:0;
-    padding:0;
+    margin: 0;
+    padding: 0;
     min-width: 768px;
-    color:#333;
+    color: #333;
     overflow: hidden;
     -ms-user-select: none;
 }
@@ -2504,8 +2796,8 @@ div, textarea, label, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4,
 }
 
 a, button, input, textarea {
-    -webkit-tap-highlight-color:rgba(0,0,0,0);
-    -webkit-touch-callout:none;
+    -webkit-tap-highlight-color: rgba(0,0,0,0);
+    -webkit-touch-callout: none;
 }
 
 a,
@@ -2557,8 +2849,8 @@ h4, h5 {
 
 p {
     font-size: 12px;
-    margin:0;
-    padding:0;
+    margin: 0;
+    padding: 0;
 }
 
 p:last-child {
@@ -2599,13 +2891,13 @@ input[type=number],
 input[type=url],
 input[type=tel],
 input[type=email] {
-    background-color: white;
+    background-color: #fff;
     color: #333;
-    border:1px solid #ccc;
-    padding:5px 20px 5px 10px;
-    height:30px;
+    border: 1px solid #ccc;
+    padding: 5px 20px 5px 10px;
+    height: 30px;
     width: 100%;
-    border-radius:4px;
+    border-radius: 4px;
     text-overflow: ellipsis;
 }
 [dir='rtl'] textarea,
@@ -2615,7 +2907,7 @@ input[type=email] {
 [dir='rtl'] input[type=url],
 [dir='rtl'] input[type=tel],
 [dir='rtl'] input[type=email] {
-    padding:5px 10px 5px 20px;
+    padding: 5px 10px 5px 20px;
 }
 
 textarea:focus,
@@ -2648,14 +2940,14 @@ input[type="radio"] {
 /* tables */
 
 table {
-    background-color: white;
+    background-color: #fff;
     border-collapse: collapse;
-    width:100%;
-    border-spacing:0;
+    width: 100%;
+    border-spacing: 0;
 }
 
 table th {
-    text-align:left;
+    text-align: left;
 }
 
 table.tags, table.tags td, table.tags th {
@@ -2670,19 +2962,19 @@ table.tags, table.tags td, table.tags th {
 /* Grid
 ------------------------------------------------------- */
 
-.col0    { float:left; width:04.1666%; }
-.col1    { float:left; width:08.3333%; }
-.col2    { float:left; width:16.6666%; }
-.col3    { float:left; width:25.0000%; max-width: 300px; }
-.col4    { float:left; width:33.3333%; max-width: 400px; }
-.col5    { float:left; width:41.6666%; max-width: 500px; }
-.col6    { float:left; width:50.0000%; max-width: 600px; }
-.col7    { float:left; width:58.3333%; }
-.col8    { float:left; width:66.6666%; }
-.col9    { float:left; width:75.0000%; }
-.col10   { float:left; width:83.3333%; }
-.col11   { float:left; width:91.6666%; }
-.col12   { float:left; width:100.0000%; }
+.col0    { float: left; width: 04.1666%; }
+.col1    { float: left; width: 08.3333%; }
+.col2    { float: left; width: 16.6666%; }
+.col3    { float: left; width: 25.0000%; max-width: 300px; }
+.col4    { float: left; width: 33.3333%; max-width: 400px; }
+.col5    { float: left; width: 41.6666%; max-width: 500px; }
+.col6    { float: left; width: 50.0000%; max-width: 600px; }
+.col7    { float: left; width: 58.3333%; }
+.col8    { float: left; width: 66.6666%; }
+.col9    { float: left; width: 75.0000%; }
+.col10   { float: left; width: 83.3333%; }
+.col11   { float: left; width: 91.6666%; }
+.col12   { float: left; width: 100.0000%; }
 
 /* UI Lists
 ------------------------------------------------------- */
@@ -2694,7 +2986,7 @@ ul li { list-style: none;}
     padding: 5px 10px;
     display: block;
     height: 30px;
-    background-color: white;
+    background-color: #fff;
     color: #7092ff;
     cursor: pointer;
 }
@@ -2726,7 +3018,7 @@ ul li { list-style: none;}
 /* Utility Classes
 ------------------------------------------------------- */
 .fillL {
-    background: white;
+    background: #fff;
     color: #333;
 }
 
@@ -2741,13 +3033,13 @@ ul li { list-style: none;}
 }
 
 .fillD {
-    background:rgba(0,0,0,.5);
-    color: white;
+    background: rgba(0,0,0,.5);
+    color: #fff;
 }
 
 .fillD2 {
-    background:rgba(0,0,0,.75);
-    color: white;
+    background: rgba(0,0,0,.75);
+    color: #fff;
 }
 
 .fl { float: left;}
@@ -2774,20 +3066,20 @@ li.hide {
 
 .loading {
     background: url(<%= asset_path("iD/img/loader_bg.gif") %>);
-    background-size:5px 5px;
+    background-size: 5px 5px;
 }
 
 .panewrap {
-    position:absolute;
-    width:200%;
-    height:100%;
+    position: absolute;
+    width: 200%;
+    height: 100%;
     right: -100%;
 }
 
 
 .pane {
-    position:absolute;
-    width:50%;
+    position: absolute;
+    width: 50%;
     top: 0;
     bottom: 30px;
 }
@@ -2805,14 +3097,14 @@ li.hide {
 button {
     text-align: center;
     line-height: 20px;
-    border:0;
-    background: white;
+    border: 0;
+    background: #fff;
     font-weight: bold;
-    color:#333;
-    font-size:12px;
+    color: #333;
+    font-size: 12px;
     display: inline-block;
-    height:40px;
-    border-radius:4px;
+    height: 40px;
+    border-radius: 4px;
 }
 
 button:focus,
@@ -2854,7 +3146,7 @@ button.minor:hover {
 
 .button-wrap {
     display: inline-block;
-    padding-right:10px;
+    padding-right: 10px;
     margin: 0;
 }
 
@@ -2871,7 +3163,7 @@ button.minor:hover {
 }
 
 .joined button {
-    border-radius:0;
+    border-radius: 0;
     border-right: 1px solid rgba(0,0,0,.5);
 }
 [dir='rtl'] .joined button {
@@ -2880,7 +3172,7 @@ button.minor:hover {
 }
 
 .fillL .joined button {
-    border-right: 1px solid white;
+    border-right: 1px solid #fff;
 }
 
 .joined button:first-child {
@@ -2900,7 +3192,7 @@ button.minor:hover {
 
 button.action {
     background: #7092ff;
-    color: white;
+    color: #fff;
 }
 
 button[disabled].action,
@@ -2969,6 +3261,29 @@ button.save.has-count .count::before {
     right: -6px;
 }
 
+.help-wrap svg.icon.pre-text.add-note,
+button.add-note svg.icon {
+    height: 15px;
+    width: 15px;
+    color: rgba(0,0,0,0.25);
+    stroke: #333;
+    stroke-width: 60px;
+    margin-top: 3px;
+}
+button.add-note svg.icon {
+    margin-left: unset;
+    margin-right: 7px;
+}
+[dir='rtl'] button.add-note svg.icon {
+    margin-left: 7px;
+    margin-right: unset;
+}
+.help-wrap svg.icon.pre-text.add-note {
+    margin-left: 3px;
+    margin-right: 3px;
+}
+
+
 /* Icons */
 
 .icon {
@@ -2988,8 +3303,13 @@ button.save.has-count .count::before {
     margin-right: 5px;
 }
 [dir='rtl'] .icon.pre-text {
-  margin-left: 5px;
-  margin-right: 0;
+    margin-left: 5px;
+    margin-right: 0;
+}
+
+.icon.pre-text.user-icon {
+    margin-left: 5px;
+    margin-right: 5px;
 }
 
 .icon.light {
@@ -3070,6 +3390,7 @@ button.save.has-count .count::before {
 }
 
 .field-help-title button.close,
+.sidebar-component .header button.note-editor-close,
 .entity-editor-pane .header button.preset-close,
 .preset-list-pane .header button.preset-choose {
     position: absolute;
@@ -3077,6 +3398,7 @@ button.save.has-count .count::before {
     top: 0;
 }
 [dir='rtl'] .field-help-title button.close,
+[dir='rtl'] .sidebar-component .header button.note-editor-close,
 [dir='rtl'] .entity-editor-pane .header button.preset-close,
 [dir='rtl'] .preset-list-pane .header button.preset-choose {
     left: 0;
@@ -3114,11 +3436,21 @@ button.save.has-count .count::before {
 .footer {
     position: absolute;
     bottom: 0;
+    margin: 0;
     padding: 5px 20px 5px 20px;
     border-top: 1px solid #ccc;
     background-color: #fafafa;
     width: 100%;
     z-index: 1;
+    flex-wrap: wrap;
+    justify-content: space-between;
+    list-style: none;
+    display: flex;
+
+}
+
+.footer > a {
+    justify-content: center;
 }
 
 .sidebar-component .body {
@@ -3245,7 +3577,7 @@ a.hide-toggle {
 /* Feature list */
 
 .feature-list  {
-    width:100%;
+    width: 100%;
 }
 
 .no-results-item,
@@ -3258,7 +3590,7 @@ a.hide-toggle {
 }
 
 .feature-list-item {
-    background-color: white;
+    background-color: #fff;
     font-weight: bold;
     height: 40px;
     line-height: 20px;
@@ -3298,11 +3630,11 @@ a.hide-toggle {
 }
 
 .feature-list-item .entity-type {
-    color:#7092ff;
+    color: #7092ff;
 }
 
 .feature-list-item:hover .entity-type {
-    color:#597be7;
+    color: #597be7;
 }
 
 .feature-list-item .entity-name {
@@ -3322,7 +3654,7 @@ a.hide-toggle {
 /* Preset grid  */
 
 .preset-list  {
-    width:100%;
+    width: 100%;
     padding: 20px 20px 10px 20px;
     border-bottom: 1px solid #ccc;
 }
@@ -3671,6 +4003,7 @@ a.hide-toggle {
 .inspector-hover .preset-input-wrap .label,
 .inspector-hover .form-field-multicombo,
 .inspector-hover .structure-extras-wrap,
+.inspector-hover .comments-container .comment,
 .inspector-hover input,
 .inspector-hover textarea,
 .inspector-hover label {
@@ -3688,6 +4021,12 @@ a.hide-toggle {
     border: 1px solid #ccc;
 }
 
+/* no scrollbars */
+.inspector-hover div {
+    overflow-x: hidden;
+    overflow-y: hidden;
+}
+
 /* hide and remove from layout */
 .inspector-hidden,
 .inspector-hover label input[type="checkbox"],
@@ -3710,14 +4049,14 @@ a.hide-toggle {
 /* hide but preserve in layout */
 .inspector-hover .entity-editor-pane button.minor,
 .inspector-hover .combobox-caret,
-.inspector-hover .entity-editor-pane .header button,
+.inspector-hover .header button,
 .inspector-hover .spin-control,
 .inspector-hover .form-field-multicombo .chips .remove,
 .inspector-hover .hide-toggle:before,
 .inspector-hover .more-fields,
 .inspector-hover .form-label-button-wrap,
 .inspector-hover .tag-reference-button,
-.inspector-hover .view-on-osm {
+.inspector-hover .footer * {
     opacity: 0;
 }
 
@@ -4031,7 +4370,7 @@ input[type=number] {
 
 .checkselect label:last-of-type {
     display: block;
-    background: white;
+    background: #fff;
     padding: 5px 10px;
     color: #7092ff;
 }
@@ -4343,7 +4682,7 @@ div.combobox {
     display: none;
     box-shadow: 0 4px 10px 1px rgba(0,0,0,.2);
     margin-top: -1px;
-    background: white;
+    background: #fff;
     max-height: 245px;
     overflow-y: auto;
     overflow-x: hidden;
@@ -4859,7 +5198,7 @@ div.full-screen > button:hover {
 .layer-list li {
     position: relative;
     height: 30px;
-    background-color: white;
+    background-color: #fff;
     color: #7092ff;
 }
 
@@ -4902,6 +5241,10 @@ div.full-screen > button:hover {
     transform: rotateY(180deg);
 }
 
+[dir='rtl'] .list-item-mvt-browse svg {
+    transform: rotateY(180deg);
+}
+
 /* make sure tooltip fits in map-control panel */
 /* if too wide, placement will be wrong the first time it displays */
 .layer-list li.best .tooltip-inner {
@@ -5114,12 +5457,6 @@ div.full-screen > button:hover {
 }
 
 /* Side panes */
-
-/*.map-data-control .map-pane,
-.background-control .map-pane,
-.help-control .map-pane {
-}
-*/
 .map-pane {
     position: fixed;
     top: 60px;
@@ -5195,7 +5532,7 @@ div.full-screen > button:hover {
 
 .help-wrap .toc {
     width: 40%;
-    float:right;
+    float: right;
     margin-left: 20px;
     margin-bottom: 20px;
     padding-left: 5px;
@@ -5373,11 +5710,11 @@ img.tile-debug {
 }
 
 .map-in-map-tiles {
-    transform-origin:0 0;
-    -ms-transform-origin:0 0;
-    -webkit-transform-origin:0 0;
-    -moz-transform-origin:0 0;
-    -o-transform-origin:0 0;
+    transform-origin: 0 0;
+    -ms-transform-origin: 0 0;
+    -webkit-transform-origin: 0 0;
+    -moz-transform-origin: 0 0;
+    -o-transform-origin: 0 0;
 
     -moz-user-select: none;
     -webkit-user-select: none;
@@ -5535,7 +5872,7 @@ img.tile-debug {
     padding: 0 4px;
     margin-top: 10px;
     margin-right: 10px;
-    color: white;
+    color: #fff;
 }
 [dir='rtl'] .panel-content .button {
     margin-right: auto;
@@ -5566,8 +5903,8 @@ img.tile-debug {
 #about {
     width: 100%;
     position: absolute;
-    right:0;
-    bottom:0;
+    right: 0;
+    bottom: 0;
     border-radius: 0;
     pointer-events: none;
     display: flex;
@@ -5802,7 +6139,7 @@ img.tile-debug {
 }
 .source-switch a.live {
     background: #d32232;
-    color:#fff;
+    color: #fff;
 }
 
 .feature-warning a {
@@ -5865,13 +6202,13 @@ img.tile-debug {
     vertical-align: baseline;
     width: 11px;
     height: 11px;
-    fill: white;
+    fill: #fff;
 }
 
 /* For text (e.g. upcoming events) */
 .badge-text {
     display: inline-block;
-    color: white;
+    color: #fff;
     text-align: center;
     width: 16px;
     height: 16px;
@@ -5893,7 +6230,7 @@ img.tile-debug {
 .modal {
     top: 40px;
     display: inline-block;
-    position:absolute;
+    position: absolute;
     border-radius: 3px;
     overflow: hidden;
     left: 0;
@@ -5922,9 +6259,9 @@ img.tile-debug {
 
 .shaded:before {
     content:'';
-    background:rgba(0,0,0,0.5);
-    position:fixed;
-    left:0px; right:0px; top:0px; bottom:0px;
+    background: rgba(0,0,0,0.5);
+    position: fixed;
+    left: 0px; right: 0px; top: 0px; bottom: 0px;
 }
 
 .modal-section {
@@ -5947,10 +6284,17 @@ img.tile-debug {
     vertical-align: middle;
 }
 
+.save-section .buttons {
+    display: flex;
+    flex-wrap: wrap;
+    justify-content: space-around;
+    margin-bottom: 30px;
+}
+
 .save-section .buttons .action,
 .save-section .buttons .secondary-action {
-    display: inline-block;
-    margin: 0 20px 0 0;
+    width: 45%;
+    margin: 10px auto;
     text-align: center;
     vertical-align: middle;
 }
@@ -6204,7 +6548,6 @@ svg.mouseclick use.right {
 }
 
 
-
 /* Save Mode
 ------------------------------------------------------- */
 .mode-save a.user-info {
@@ -6233,6 +6576,7 @@ svg.mouseclick use.right {
     color: #fff;
 }
 
+.note-save .field-warning,
 .mode-save .field-warning {
     background: #ffb;
     border: 1px solid #ccc;
@@ -6240,6 +6584,7 @@ svg.mouseclick use.right {
     padding: 10px;
 }
 
+.note-save .field-warning:empty,
 .mode-save .field-warning:empty {
     display: none;
 }
@@ -6428,7 +6773,7 @@ svg.mouseclick use.right {
     min-width: 80px;
     padding: 10px;
     font-weight: normal;
-    background-color: white;
+    background-color: #fff;
 }
 
 .tail {
@@ -6451,14 +6796,14 @@ svg.mouseclick use.right {
     top: 50%;
     right: -5px;
     margin-top: -5px;
-    border-left-color: white;
+    border-left-color: #fff;
     border-width: 5px 0 5px 5px;
 }
 
 .tail div {
     border-radius: 3px;
     padding: 10px;
-    background: white;
+    background: #fff;
     position: absolute;
     top: 180px;
     left: 0;
@@ -6476,7 +6821,7 @@ svg.mouseclick use.right {
     top: 50%;
     left: -5px;
     margin-top: -5px;
-    border-right-color: white;
+    border-right-color: #fff;
     border-width: 5px 5px 5px 0;
 }
 
@@ -6492,7 +6837,7 @@ svg.mouseclick use.right {
     bottom: -5px;
     left: 50%;
     margin-left: -5px;
-    border-top-color: white;
+    border-top-color: #fff;
     border-width: 5px 5px 0;
 }
 
@@ -6500,7 +6845,7 @@ svg.mouseclick use.right {
     top: 50%;
     left: -5px;
     margin-top: -5px;
-    border-right-color: white;
+    border-right-color: #fff;
     border-width: 5px 5px 5px 0;
 }
 
@@ -6508,7 +6853,7 @@ svg.mouseclick use.right {
     top: 50%;
     right: -5px;
     margin-top: -5px;
-    border-left-color: white;
+    border-left-color: #fff;
     border-width: 5px 0 5px 5px;
 }
 
@@ -6516,7 +6861,7 @@ svg.mouseclick use.right {
     top: -5px;
     left: 50%;
     margin-left: -5px;
-    border-bottom-color: white;
+    border-bottom-color: #fff;
     border-width: 0 5px 5px;
 }
 
@@ -6709,7 +7054,7 @@ li.hide + li.version .badge .tooltip .tooltip-arrow {
 
 
 .lasso-path {
-    fill-opacity:0.3;
+    fill-opacity: 0.3;
     stroke: #fff;
     stroke-width: 1;
     stroke-opacity: 1;
@@ -6744,7 +7089,7 @@ li.hide + li.version .badge .tooltip .tooltip-arrow {
     height: 20px;
     overflow: visible;
     width: 10px;
-    background: white;
+    background: #fff;
     border-left: 1px solid #DDD;
 }
 
@@ -6791,7 +7136,7 @@ li.hide + li.version .badge .tooltip .tooltip-arrow {
     flex: 0 0 auto;
     height: 40px;
     width: 40px;
-    color: white;
+    color: #fff;
     margin: 0px 20px;
     vertical-align: middle;
 }
index c8a15d33e8870828bfb0d20916cb502ffd9d7f2f..01b88080e9c1f40ab221239a8dd657c84ee498cc 100644 (file)
   }
 
   /** Built-in value references. */
-  var Uint8Array = root$2.Uint8Array;
+  var Uint8Array$1 = root$2.Uint8Array;
 
   /**
    * Creates a clone of `arrayBuffer`.
    */
   function cloneArrayBuffer(arrayBuffer) {
     var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
-    new Uint8Array(result).set(new Uint8Array(arrayBuffer));
+    new Uint8Array$1(result).set(new Uint8Array$1(arrayBuffer));
     return result;
   }
 
 
       case arrayBufferTag$3:
         if ((object.byteLength != other.byteLength) ||
-            !equalFunc(new Uint8Array(object), new Uint8Array(other))) {
+            !equalFunc(new Uint8Array$1(object), new Uint8Array$1(other))) {
           return false;
         }
         return true;
 
   var dataPhoneFormats = {ag:"+1-268-555-1234",ai:"+1-264-555-1234",as:"+1-684-555-1234",at:"+43 1 123 45 67",bb:"+1-246-555-1234",bj:"+229 20 12 34 56",bm:"+1-441-555-1234",br:"+55 11 0982 1098",bs:"+1-242-555-1234",ca:"+1-226-555-1234",ci:"+225 20 12 34 56",cn:"+86 10 12345678",de:"+49 89 1234567",dm:"+1-767-555-1234","do":"+1-809-555-1234",es:"+34 989 12 34 56",fi:"+358 40 123 4567",fr:"+33 1 23 45 67 89",gb:"+44 1632 961234",gd:"+1-473-555-1234",gg:"+44 1632 961234",gu:"+1-671-555-1234",hk:"+852 1234 5678",hr:"+385 01 123 4567",hu:"+36 1 123 45 67",ie:"+353 20 912 3456",im:"+44 1632 961234",it:"+39 01 123 456",je:"+44 1632 961234",jm:"+1-876-555-1234",kn:"+1-869-555-1234",ky:"+1-345-555-1234",kz:"+7 495 1234567",lc:"+1-758-555-1234",mp:"+1-670-555-1234",ms:"+1-664-555-1234",nl:"+31 42 123 4567",no:"+47 22 12 34 56",pl:"+48 42 123 4567",pr:"+1-787-555-1234",pt:"+351 211 123456",ru:"+7 495 1234567",se:"+46 31 123 4567",si:"+386 31 123 4567",sj:"+47 22 12 34 56",sx:"+1-721-555-1234",tc:"+1-649-555-1234",tr:"+90 312 123 4567",tt:"+1-868-555-1234",tw:"+886 1 2345 6789",ua:"+380 44 123 4567",us:"+1-202-555-1234",va:"+39 01 123 456",vc:"+1-784-555-1234",vg:"+1-284-555-1234",vi:"+1-340-555-1234",vn:"+84 1 234 5678",za:"+27 11 907 1111"};
 
-  var dataShortcuts = [{tab:"browsing",text:"shortcuts.browsing.title",columns:[{rows:[{section:"navigation",text:"shortcuts.browsing.navigation.title"},{shortcuts:["↓","↑","←","→"],text:"shortcuts.browsing.navigation.pan",separator:","},{modifiers:["⌘"],shortcuts:["↓","↑","←","→"],text:"shortcuts.browsing.navigation.pan_more",separator:","},{shortcuts:["+","-"],text:"shortcuts.browsing.navigation.zoom",separator:","},{modifiers:["⌘"],shortcuts:["+","-"],text:"shortcuts.browsing.navigation.zoom_more",separator:","},{section:"help",text:"shortcuts.browsing.help.title"},{shortcuts:["help.key"],text:"shortcuts.browsing.help.help"},{shortcuts:["shortcuts.toggle.key"],text:"shortcuts.browsing.help.keyboard"},{section:"display_options",text:"shortcuts.browsing.display_options.title"},{shortcuts:["background.key"],text:"shortcuts.browsing.display_options.background"},{modifiers:["⌘"],shortcuts:["background.key"],text:"shortcuts.browsing.display_options.background_switch"},{shortcuts:["map_data.key"],text:"shortcuts.browsing.display_options.map_data"},{modifiers:["⌃","⌘"],shortcuts:["F","F11"],text:"shortcuts.browsing.display_options.fullscreen"},{shortcuts:["area_fill.wireframe.key"],text:"shortcuts.browsing.display_options.wireframe"},{shortcuts:["background.minimap.key"],text:"shortcuts.browsing.display_options.minimap"}]},{rows:[{section:"selecting",text:"shortcuts.browsing.selecting.title"},{shortcuts:["Left-click"],text:"shortcuts.browsing.selecting.select_one"},{modifiers:["⇧"],shortcuts:["Left-click"],text:"shortcuts.browsing.selecting.select_multi"},{modifiers:["⇧"],shortcuts:["Left-click"],gesture:"shortcuts.gesture.drag",text:"shortcuts.browsing.selecting.lasso"},{modifiers:["⌘"],shortcuts:["F"],text:"shortcuts.browsing.selecting.search"},{section:"with_selected",text:"shortcuts.browsing.with_selected.title"},{shortcuts:["Right-click","shortcuts.key.space"],text:"shortcuts.browsing.with_selected.edit_menu"},{shortcuts:[],text:""},{section:"vertex_selected",text:"shortcuts.browsing.vertex_selected.title"},{shortcuts:["[","↖"],text:"shortcuts.browsing.vertex_selected.previous"},{shortcuts:["]","↘"],text:"shortcuts.browsing.vertex_selected.next"},{shortcuts:["{","⇞"],text:"shortcuts.browsing.vertex_selected.first"},{shortcuts:["}","⇟"],text:"shortcuts.browsing.vertex_selected.last"},{shortcuts:["\\","shortcuts.key.pause"],text:"shortcuts.browsing.vertex_selected.change_parent"}]}]},{tab:"editing",text:"shortcuts.editing.title",columns:[{rows:[{section:"drawing",text:"shortcuts.editing.drawing.title"},{shortcuts:["1"],text:"shortcuts.editing.drawing.add_point"},{shortcuts:["2"],text:"shortcuts.editing.drawing.add_line"},{shortcuts:["3"],text:"shortcuts.editing.drawing.add_area"},{shortcuts:["Left-click","shortcuts.key.space"],text:"shortcuts.editing.drawing.place_point"},{shortcuts:["⌥"],text:"shortcuts.editing.drawing.disable_snap"},{shortcuts:["↵","⎋"],text:"shortcuts.editing.drawing.stop_line"},{section:"commands",text:"shortcuts.editing.commands.title"},{modifiers:["⌘"],shortcuts:["C"],text:"shortcuts.editing.commands.copy"},{modifiers:["⌘"],shortcuts:["V"],text:"shortcuts.editing.commands.paste"},{modifiers:["⌘"],shortcuts:["Z"],text:"shortcuts.editing.commands.undo"},{modifiers:["⌘","⇧"],shortcuts:["Z"],text:"shortcuts.editing.commands.redo"},{modifiers:["⌘"],shortcuts:["S"],text:"shortcuts.editing.commands.save"}]},{rows:[{section:"operations",text:"shortcuts.editing.operations.title"},{shortcuts:["operations.continue.key"],text:"shortcuts.editing.operations.continue_line"},{shortcuts:["operations.merge.key"],text:"shortcuts.editing.operations.merge"},{shortcuts:["operations.disconnect.key"],text:"shortcuts.editing.operations.disconnect"},{shortcuts:["operations.split.key"],text:"shortcuts.editing.operations.split"},{shortcuts:["operations.reverse.key"],text:"shortcuts.editing.operations.reverse"},{shortcuts:["operations.move.key"],text:"shortcuts.editing.operations.move"},{shortcuts:["operations.rotate.key"],text:"shortcuts.editing.operations.rotate"},{shortcuts:["operations.orthogonalize.key"],text:"shortcuts.editing.operations.orthogonalize"},{shortcuts:["operations.circularize.key"],text:"shortcuts.editing.operations.circularize"},{shortcuts:["operations.reflect.key.long"],text:"shortcuts.editing.operations.reflect_long"},{shortcuts:["operations.reflect.key.short"],text:"shortcuts.editing.operations.reflect_short"},{modifiers:["⌘"],shortcuts:["⌫"],text:"shortcuts.editing.operations.delete"}]}]},{tab:"tools",text:"shortcuts.tools.title",columns:[{rows:[{section:"info",text:"shortcuts.tools.info.title"},{modifiers:["⌘"],shortcuts:["info_panels.key"],text:"shortcuts.tools.info.all"},{modifiers:["⌘","⇧"],shortcuts:["info_panels.background.key"],text:"shortcuts.tools.info.background"},{modifiers:["⌘","⇧"],shortcuts:["info_panels.history.key"],text:"shortcuts.tools.info.history"},{modifiers:["⌘","⇧"],shortcuts:["info_panels.location.key"],text:"shortcuts.tools.info.location"},{modifiers:["⌘","⇧"],shortcuts:["info_panels.measurement.key"],text:"shortcuts.tools.info.measurement"}]}]}];
+  var dataShortcuts = [{tab:"browsing",text:"shortcuts.browsing.title",columns:[{rows:[{section:"navigation",text:"shortcuts.browsing.navigation.title"},{shortcuts:["↓","↑","←","→"],text:"shortcuts.browsing.navigation.pan",separator:","},{modifiers:["⌘"],shortcuts:["↓","↑","←","→"],text:"shortcuts.browsing.navigation.pan_more",separator:","},{shortcuts:["+","-"],text:"shortcuts.browsing.navigation.zoom",separator:","},{modifiers:["⌘"],shortcuts:["+","-"],text:"shortcuts.browsing.navigation.zoom_more",separator:","},{section:"help",text:"shortcuts.browsing.help.title"},{shortcuts:["help.key"],text:"shortcuts.browsing.help.help"},{shortcuts:["shortcuts.toggle.key"],text:"shortcuts.browsing.help.keyboard"},{section:"display_options",text:"shortcuts.browsing.display_options.title"},{shortcuts:["background.key"],text:"shortcuts.browsing.display_options.background"},{modifiers:["⌘"],shortcuts:["background.key"],text:"shortcuts.browsing.display_options.background_switch"},{shortcuts:["map_data.key"],text:"shortcuts.browsing.display_options.map_data"},{modifiers:["⌃","⌘"],shortcuts:["F","F11"],text:"shortcuts.browsing.display_options.fullscreen"},{shortcuts:["area_fill.wireframe.key"],text:"shortcuts.browsing.display_options.wireframe"},{shortcuts:["background.minimap.key"],text:"shortcuts.browsing.display_options.minimap"}]},{rows:[{section:"selecting",text:"shortcuts.browsing.selecting.title"},{shortcuts:["Left-click"],text:"shortcuts.browsing.selecting.select_one"},{modifiers:["⇧"],shortcuts:["Left-click"],text:"shortcuts.browsing.selecting.select_multi"},{modifiers:["⇧"],shortcuts:["Left-click"],gesture:"shortcuts.gesture.drag",text:"shortcuts.browsing.selecting.lasso"},{modifiers:["⌘"],shortcuts:["F"],text:"shortcuts.browsing.selecting.search"},{section:"with_selected",text:"shortcuts.browsing.with_selected.title"},{shortcuts:["Right-click","shortcuts.key.space"],text:"shortcuts.browsing.with_selected.edit_menu"},{shortcuts:[],text:""},{section:"vertex_selected",text:"shortcuts.browsing.vertex_selected.title"},{shortcuts:["[","↖"],text:"shortcuts.browsing.vertex_selected.previous"},{shortcuts:["]","↘"],text:"shortcuts.browsing.vertex_selected.next"},{shortcuts:["{","⇞"],text:"shortcuts.browsing.vertex_selected.first"},{shortcuts:["}","⇟"],text:"shortcuts.browsing.vertex_selected.last"},{shortcuts:["\\","shortcuts.key.pause"],text:"shortcuts.browsing.vertex_selected.change_parent"}]}]},{tab:"editing",text:"shortcuts.editing.title",columns:[{rows:[{section:"drawing",text:"shortcuts.editing.drawing.title"},{shortcuts:["1"],text:"shortcuts.editing.drawing.add_point"},{shortcuts:["2"],text:"shortcuts.editing.drawing.add_line"},{shortcuts:["3"],text:"shortcuts.editing.drawing.add_area"},{shortcuts:["4"],text:"shortcuts.editing.drawing.add_note"},{shortcuts:["Left-click","shortcuts.key.space"],text:"shortcuts.editing.drawing.place_point"},{shortcuts:["⌥"],text:"shortcuts.editing.drawing.disable_snap"},{shortcuts:["↵","⎋"],text:"shortcuts.editing.drawing.stop_line"},{section:"commands",text:"shortcuts.editing.commands.title"},{modifiers:["⌘"],shortcuts:["C"],text:"shortcuts.editing.commands.copy"},{modifiers:["⌘"],shortcuts:["V"],text:"shortcuts.editing.commands.paste"},{modifiers:["⌘"],shortcuts:["Z"],text:"shortcuts.editing.commands.undo"},{modifiers:["⌘","⇧"],shortcuts:["Z"],text:"shortcuts.editing.commands.redo"},{modifiers:["⌘"],shortcuts:["S"],text:"shortcuts.editing.commands.save"}]},{rows:[{section:"operations",text:"shortcuts.editing.operations.title"},{shortcuts:["operations.continue.key"],text:"shortcuts.editing.operations.continue_line"},{shortcuts:["operations.merge.key"],text:"shortcuts.editing.operations.merge"},{shortcuts:["operations.disconnect.key"],text:"shortcuts.editing.operations.disconnect"},{shortcuts:["operations.detach_node.key"],text:"shortcuts.editing.operations.detach_node"},{shortcuts:["operations.split.key"],text:"shortcuts.editing.operations.split"},{shortcuts:["operations.reverse.key"],text:"shortcuts.editing.operations.reverse"},{shortcuts:["operations.move.key"],text:"shortcuts.editing.operations.move"},{shortcuts:["operations.rotate.key"],text:"shortcuts.editing.operations.rotate"},{shortcuts:["operations.orthogonalize.key"],text:"shortcuts.editing.operations.orthogonalize"},{shortcuts:["operations.circularize.key"],text:"shortcuts.editing.operations.circularize"},{shortcuts:["operations.reflect.key.long"],text:"shortcuts.editing.operations.reflect_long"},{shortcuts:["operations.reflect.key.short"],text:"shortcuts.editing.operations.reflect_short"},{modifiers:["⌘"],shortcuts:["⌫"],text:"shortcuts.editing.operations.delete"}]}]},{tab:"tools",text:"shortcuts.tools.title",columns:[{rows:[{section:"info",text:"shortcuts.tools.info.title"},{modifiers:["⌘"],shortcuts:["info_panels.key"],text:"shortcuts.tools.info.all"},{modifiers:["⌘","⇧"],shortcuts:["info_panels.background.key"],text:"shortcuts.tools.info.background"},{modifiers:["⌘","⇧"],shortcuts:["info_panels.history.key"],text:"shortcuts.tools.info.history"},{modifiers:["⌘","⇧"],shortcuts:["info_panels.location.key"],text:"shortcuts.tools.info.location"},{modifiers:["⌘","⇧"],shortcuts:["info_panels.measurement.key"],text:"shortcuts.tools.info.measurement"}]}]}];
 
   var type$2 = "FeatureCollection";
   var features = [{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[1.97754,51.13111],[1.8457,63.45051],[-10.45898,57.01681],[-6.82251,55.26503],[-7.25583,55.06525],[-7.26546,55.0665],[-7.26992,55.06419],[-7.2725,55.06346],[-7.27818,55.05362],[-7.2893,55.04735],[-7.29939,55.0561],[-7.31835,55.04475],[-7.3447,55.05079],[-7.38831,55.02389],[-7.40547,55.00292],[-7.39157,54.99507],[-7.40075,54.98892],[-7.40706,54.98291],[-7.40363,54.97963],[-7.40633,54.97813],[-7.39835,54.97013],[-7.40745,54.96357],[-7.40178,54.95961],[-7.40727,54.95515],[-7.3944,54.94376],[-7.44444,54.93858],[-7.45216,54.89793],[-7.44204,54.87532],[-7.4713,54.83431],[-7.48092,54.83093],[-7.49216,54.82185],[-7.55121,54.79054],[-7.5443,54.78609],[-7.54958,54.75653],[-7.5349,54.74917],[-7.54881,54.74068],[-7.55941,54.74556],[-7.57894,54.74221],[-7.57507,54.7494],[-7.58606,54.75039],[-7.58872,54.74377],[-7.60031,54.74603],[-7.60632,54.74405],[-7.61662,54.74459],[-7.63593,54.75108],[-7.68854,54.72968],[-7.72064,54.72155],[-7.75094,54.70469],[-7.79094,54.71942],[-7.8051,54.71932],[-7.83497,54.73632],[-7.85419,54.72745],[-7.91496,54.67582],[-7.90174,54.66182],[-7.83832,54.63401],[-7.7433,54.6188],[-7.70863,54.63485],[-7.70682,54.6189],[-7.69386,54.6188],[-7.69631,54.61125],[-7.75845,54.59509],[-7.78708,54.58],[-7.79446,54.58141],[-7.79969,54.57704],[-7.79673,54.56915],[-7.8184,54.56315],[-7.83334,54.55227],[-7.82737,54.54299],[-7.85007,54.53363],[-7.90741,54.53722],[-7.93213,54.53388],[-8.00487,54.54568],[-8.03727,54.51162],[-8.04285,54.48759],[-8.08027,54.48829],[-8.09988,54.48395],[-8.09126,54.4765],[-8.111,54.47807],[-8.11512,54.46904],[-8.16542,54.46914],[-8.1776,54.46485],[-8.14293,54.45003],[-8.16284,54.4413],[-8.08731,54.4002],[-8.06062,54.37051],[-8.03289,54.35711],[-8.00054,54.34835],[-7.93333,54.30561],[-7.85849,54.29151],[-7.87067,54.28794],[-7.87265,54.26648],[-7.86123,54.25931],[-7.85917,54.21256],[-7.71043,54.20307],[-7.70193,54.20776],[-7.68828,54.202],[-7.67644,54.18906],[-7.66082,54.1871],[-7.62554,54.16545],[-7.62541,54.15319],[-7.61026,54.14353],[-7.57421,54.14142],[-7.57181,54.13287],[-7.56228,54.12704],[-7.51379,54.12998],[-7.47944,54.122],[-7.47169,54.12665],[-7.47075,54.13318],[-7.44684,54.15168],[-7.40792,54.156],[-7.42579,54.14092],[-7.41903,54.13629],[-7.3744,54.14172],[-7.37234,54.13881],[-7.39509,54.12624],[-7.39182,54.12017],[-7.36341,54.13157],[-7.34518,54.11577],[-7.32471,54.12123],[-7.32003,54.11379],[-7.3078,54.11718],[-7.30548,54.12347],[-7.31591,54.12697],[-7.31213,54.13162],[-7.3187,54.13411],[-7.31857,54.13745],[-7.32222,54.13836],[-7.32737,54.13544],[-7.3399,54.14585],[-7.30827,54.16716],[-7.30024,54.16625],[-7.29029,54.1715],[-7.28158,54.16839],[-7.2863,54.14919],[-7.29874,54.14904],[-7.30162,54.14411],[-7.28411,54.13971],[-7.29192,54.13071],[-7.29737,54.133],[-7.30883,54.13242],[-7.30333,54.12251],[-7.29218,54.11929],[-7.27844,54.12282],[-7.27707,54.12986],[-7.26613,54.13624],[-7.2566,54.16354],[-7.24015,54.17125],[-7.2575,54.17678],[-7.2581,54.19257],[-7.25179,54.19403],[-7.23608,54.1935],[-7.23338,54.19792],[-7.24317,54.20076],[-7.24892,54.1977],[-7.25183,54.20201],[-7.24119,54.20623],[-7.23094,54.20578],[-7.23269,54.20912],[-7.22188,54.21607],[-7.20643,54.2117],[-7.18506,54.22485],[-7.17055,54.21742],[-7.14721,54.22488],[-7.14633,54.23008],[-7.15051,54.23165],[-7.14613,54.23983],[-7.15802,54.24434],[-7.13985,54.25298],[-7.15255,54.26235],[-7.16064,54.27405],[-7.17991,54.27144],[-7.17201,54.28627],[-7.21252,54.2985],[-7.19888,54.31117],[-7.17918,54.30946],[-7.1812,54.3397],[-7.15339,54.33514],[-7.10253,54.35811],[-7.10811,54.36677],[-7.06927,54.3899],[-7.05593,54.41056],[-7.02898,54.42135],[-7.00198,54.40832],[-6.98683,54.40829],[-6.97562,54.40014],[-6.96774,54.40145],[-6.90682,54.36966],[-6.89772,54.35075],[-6.87527,54.33853],[-6.86512,54.32568],[-6.85163,54.29137],[-6.87452,54.28677],[-6.87791,54.27918],[-6.86673,54.27522],[-6.85177,54.26489],[-6.83693,54.26658],[-6.82165,54.24346],[-6.81633,54.22299],[-6.80045,54.22108],[-6.80122,54.21338],[-6.77599,54.19965],[-6.75573,54.1987],[-6.74316,54.18258],[-6.73406,54.18566],[-6.72445,54.18127],[-6.70295,54.20036],[-6.69166,54.20018],[-6.68673,54.19398],[-6.669,54.19584],[-6.65248,54.18102],[-6.6433,54.17801],[-6.63467,54.16449],[-6.63179,54.14766],[-6.64081,54.14238],[-6.63935,54.13599],[-6.66149,54.1205],[-6.6481,54.10153],[-6.66119,54.0934],[-6.66458,54.06629],[-6.64681,54.05873],[-6.62501,54.03737],[-6.59291,54.04755],[-6.58905,54.05808],[-6.5597,54.0481],[-6.52897,54.05888],[-6.50442,54.05566],[-6.47824,54.07004],[-6.47919,54.07762],[-6.43601,54.05959],[-6.36314,54.07057],[-6.36589,54.09338],[-6.36293,54.09758],[-6.37104,54.11497],[-6.3522,54.11084],[-6.34242,54.1114],[-6.33589,54.10833],[-6.33636,54.09469],[-6.31808,54.09096],[-6.30903,54.10463],[-6.29165,54.11235],[-6.28246,54.11145],[-6.26272,54.09786],[-5.35583,53.72597],[-7.0752,49.23912],[-1.83472,49.02346],[-2.12036,49.94415],[1.97754,51.13111]]]}},{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-65.2,18.7],[-65,16.3],[-63.7,19.2],[-65.2,18.7]]]}},{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-63,-50.5],[-55,-51],[-60,-54],[-63,-50.5]]]}},{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-139.19952,60.08402],[-141,60.30621],[-141,76],[-169,68.63655],[-169,65.20147],[-180,61],[-180,-4],[-154,9],[-133.76404,54.54021],[-130.73868,54.71986],[-129.96277,55.29163],[-130.15228,55.7758],[-130.01787,55.90688],[-130.00362,56.00798],[-130.10284,56.12336],[-130.24498,56.09656],[-130.42625,56.14249],[-131.87439,56.79787],[-135.02884,59.56285],[-135.11759,59.62306],[-135.15827,59.6261],[-135.47928,59.79822],[-136.28677,59.57955],[-136.30531,59.46462],[-136.36836,59.44898],[-136.47697,59.46558],[-137.19727,59.01935],[-139.19952,60.08402]]]}},{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-111.96064,48.99841],[-121.22623,49.00049],[-122.26513,49.00246],[-122.7565,49.00208],[-123.32218,49.00218],[-122.97821,48.76524],[-123.2666,48.69821],[-123.21991,48.21186],[-125.80444,48.60749],[-124.32129,31.54109],[-117.125,32.53429],[-116.82417,32.55996],[-115.88036,32.63735],[-115.49738,32.66486],[-114.71984,32.71877],[-114.7649,32.64602],[-114.80885,32.60959],[-114.81481,32.49451],[-112.81743,31.88004],[-111.07481,31.33224],[-109.56051,31.33402],[-108.20847,31.33384],[-108.20838,31.78363],[-106.52847,31.78391],[-106.52781,31.78086],[-106.52249,31.77501],[-106.51249,31.76933],[-106.50988,31.7612],[-106.50709,31.76123],[-106.48896,31.74806],[-106.48473,31.74769],[-106.4719,31.75101],[-106.46816,31.75897],[-106.45434,31.76466],[-106.45035,31.76426],[-106.43516,31.75492],[-106.41484,31.75101],[-106.37864,31.73021],[-106.37225,31.71174],[-106.34924,31.69633],[-106.33289,31.66178],[-106.3068,31.62459],[-106.28079,31.56179],[-106.24775,31.54226],[-106.2329,31.49982],[-106.2105,31.46857],[-106.08201,31.39863],[-106.00554,31.39233],[-105.76401,31.17051],[-105.58548,31.06117],[-105.56419,30.98526],[-104.99153,30.6639],[-104.97162,30.60896],[-104.90639,30.57822],[-104.83772,30.38117],[-104.70177,30.20567],[-104.68048,29.92399],[-104.57611,29.77838],[-104.51157,29.63674],[-104.39758,29.57047],[-104.39278,29.55293],[-104.05769,29.32173],[-103.79883,29.2581],[-103.78196,29.26555],[-103.76759,29.22799],[-103.14102,28.93666],[-102.86087,29.2217],[-102.65076,29.79418],[-101.41068,29.73457],[-101.26511,29.51372],[-101.05997,29.452],[-101.04083,29.38038],[-100.96303,29.34735],[-100.94406,29.34369],[-100.94071,29.33351],[-100.92775,29.32663],[-100.89814,29.30957],[-100.87818,29.28086],[-100.80076,29.2238],[-100.76437,29.15981],[-100.67047,29.08663],[-100.6412,28.91299],[-100.63236,28.90255],[-100.61296,28.89939],[-100.534,28.75622],[-100.51495,28.74531],[-100.50705,28.7143],[-100.51203,28.70666],[-100.51014,28.69127],[-100.50048,28.66186],[-100.45547,28.6381],[-100.44697,28.60743],[-100.35599,28.45239],[-100.34946,28.39653],[-100.29488,28.31315],[-100.29591,28.27324],[-100.17197,28.17493],[-99.93645,27.9568],[-99.87722,27.80173],[-99.79671,27.73338],[-99.772,27.72532],[-99.74556,27.69979],[-99.71947,27.65981],[-99.5957,27.59974],[-99.54094,27.60537],[-99.53055,27.57973],[-99.52034,27.55782],[-99.52802,27.49773],[-99.50141,27.49986],[-99.48755,27.49518],[-99.47897,27.48421],[-99.48661,27.46453],[-99.49534,27.44861],[-99.48927,27.40941],[-99.53957,27.31565],[-99.43588,27.19678],[-99.46404,27.01968],[-99.16698,26.56039],[-99.17474,26.53939],[-99.12698,26.51958],[-99.1135,26.42954],[-99.08355,26.39625],[-99.06007,26.39737],[-99.03634,26.41255],[-99.02042,26.40598],[-99.01291,26.39364],[-98.95686,26.38641],[-98.9566,26.37365],[-98.94523,26.36949],[-98.90013,26.36419],[-98.89905,26.35454],[-98.80305,26.36626],[-98.78254,26.30511],[-98.66667,26.23457],[-98.58496,26.24647],[-98.57951,26.23434],[-98.56519,26.23987],[-98.56294,26.22464],[-98.50599,26.20858],[-98.44806,26.21236],[-98.38617,26.15721],[-98.34176,26.15278],[-98.33579,26.1388],[-98.30626,26.10003],[-98.28841,26.10512],[-98.26524,26.0914],[-98.19898,26.06411],[-98.09577,26.05698],[-98.07568,26.06667],[-98.08302,26.03396],[-97.9771,26.04136],[-97.9532,26.06179],[-97.81643,26.04475],[-97.77017,26.02439],[-97.73884,26.02902],[-97.5289,25.90648],[-97.52151,25.88625],[-97.50615,25.89031],[-97.49851,25.89903],[-97.49637,25.89641],[-97.49748,25.88008],[-97.49422,25.87981],[-97.48847,25.88564],[-97.46409,25.88174],[-97.42607,25.842],[-97.36856,25.8396],[-97.26231,25.94724],[-80.81543,24.00633],[-66.87378,44.77794],[-67.16148,45.16715],[-67.2286,45.16739],[-67.26246,45.18797],[-67.28311,45.19175],[-67.28959,45.18784],[-67.29332,45.17568],[-67.29049,45.17317],[-67.3001,45.16776],[-67.3025,45.16122],[-67.29761,45.14766],[-67.33975,45.1255],[-67.40524,45.16122],[-67.40387,45.17139],[-67.4818,45.27682],[-67.42172,45.38543],[-67.45262,45.41008],[-67.50498,45.4889],[-67.41623,45.50105],[-67.42219,45.55661],[-67.42902,45.56833],[-67.42331,45.57154],[-67.42498,45.57836],[-67.45193,45.60323],[-67.77981,45.6738],[-67.79019,47.06776],[-67.88006,47.1067],[-67.91319,47.14793],[-67.92598,47.15418],[-67.95181,47.1875],[-68.02374,47.23915],[-68.13017,47.29309],[-68.17669,47.32893],[-68.24046,47.35354],[-68.32809,47.36005],[-68.36363,47.35476],[-68.38054,47.34167],[-68.38509,47.30321],[-68.37367,47.28796],[-68.4377,47.28232],[-68.47916,47.29623],[-68.51074,47.29885],[-68.54593,47.28441],[-68.58408,47.28482],[-68.59777,47.27134],[-68.59271,47.25762],[-68.61889,47.24148],[-68.68936,47.24125],[-68.71768,47.23676],[-68.80128,47.21423],[-68.89629,47.17676],[-69.05354,47.24847],[-69.04924,47.41798],[-69.22425,47.45961],[-69.99729,46.69558],[-70.0569,46.4149],[-70.25551,46.10871],[-70.29001,46.09431],[-70.39919,45.80667],[-70.83229,45.40062],[-70.80794,45.37878],[-70.82663,45.2367],[-70.87538,45.23453],[-70.92138,45.28099],[-70.90645,45.30918],[-71.0109,45.34798],[-71.08429,45.30556],[-71.1454,45.24226],[-71.20525,45.25278],[-71.28925,45.30097],[-71.41405,45.23513],[-71.43044,45.12381],[-71.49692,45.06991],[-71.50623,45.04878],[-71.49284,45.03629],[-71.50027,45.01372],[-71.79359,45.01075],[-72.08774,45.00581],[-72.14155,45.00568],[-72.15282,45.00609],[-72.17142,45.00584],[-72.25847,45.00436],[-72.38795,45.00626],[-72.4496,45.00863],[-72.5356,45.00936],[-72.66257,45.01523],[-72.82537,45.01642],[-73.08466,45.01561],[-73.45219,45.00875],[-74.14699,44.99145],[-74.33753,44.9923],[-74.50786,44.99798],[-74.66158,44.99949],[-74.71244,44.99734],[-74.75887,44.98708],[-74.76368,45.00632],[-74.78977,45.00365],[-74.82376,45.01773],[-74.94186,44.98229],[-75.30098,44.83883],[-75.30304,44.82836],[-75.59418,44.6457],[-75.97269,44.33502],[-75.97295,44.34595],[-76.00059,44.34797],[-76.17645,44.2865],[-76.18744,44.22158],[-76.88782,43.82759],[-79.16851,43.32168],[-79.05487,43.25371],[-79.05092,43.169],[-79.04603,43.16093],[-79.04208,43.13942],[-79.07002,43.12038],[-79.06015,43.114],[-79.0568,43.10474],[-79.0774,43.07861],[-78.9996,43.05484],[-79.02311,43.02071],[-79.02552,42.99473],[-78.96235,42.9573],[-78.91188,42.9426],[-78.90398,42.89181],[-82.42767,41.47978],[-83.14316,42.03807],[-83.12805,42.23843],[-83.09715,42.29052],[-83.07252,42.31515],[-82.94575,42.34332],[-82.59676,42.5479],[-82.51368,42.61785],[-82.5108,42.66464],[-82.4675,42.76415],[-82.48055,42.80573],[-82.45497,42.9284],[-82.41334,42.97099],[-82.42596,42.99536],[-82.15851,43.39507],[-83.53729,46.098],[-83.96301,46.05036],[-84.11021,46.23851],[-84.09794,46.25656],[-84.11613,46.26878],[-84.11905,46.31516],[-84.10721,46.3218],[-84.14394,46.41076],[-84.11682,46.51576],[-84.13536,46.53218],[-84.16162,46.5284],[-84.21621,46.53891],[-84.26994,46.49189],[-84.36092,46.50997],[-84.55284,46.4407],[-84.95178,46.77185],[-89.59179,48.00307],[-89.67547,48.00371],[-90.87204,48.25943],[-91.41312,48.06753],[-92.99377,48.62474],[-93.34877,48.62604],[-93.35529,48.61124],[-93.37074,48.60584],[-93.39812,48.60369],[-93.40542,48.61089],[-93.43846,48.59478],[-93.46859,48.59205],[-93.45735,48.56667],[-93.46533,48.54593],[-93.64763,48.51751],[-93.80625,48.51888],[-93.80642,48.58047],[-93.83328,48.62582],[-93.84865,48.63064],[-93.93388,48.6326],[-94.01327,48.64471],[-94.16176,48.64697],[-94.25025,48.65463],[-94.24931,48.67827],[-94.26046,48.69816],[-94.30578,48.71073],[-94.32758,48.70433],[-94.36123,48.70478],[-94.38406,48.71135],[-94.41629,48.71067],[-94.44294,48.69266],[-94.53615,48.7024],[-94.55031,48.71419],[-94.58894,48.71928],[-94.69425,48.77938],[-94.70129,48.83376],[-94.68996,48.83953],[-94.68395,48.99914],[-111.96064,48.99841]]]}},{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[180,55],[170,53],[180,49],[180,55]]]}},{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[143,22],[147,22],[147,12],[143,12],[143,22]]]}},{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-171.5,-10],[-171,-15],[-167,-15],[-171.5,-10]]]}}];
   features: features$1
   };
 
-  var en = {icons:{information:"info",remove:"remove",undo:"undo"},modes:{add_area:{title:"Area",description:"Add parks, buildings, lakes or other areas to the map.",tail:"Click on the map to start drawing an area, like a park, lake, or building."},add_line:{title:"Line",description:"Add highways, streets, pedestrian paths, canals or other lines to the map.",tail:"Click on the map to start drawing a road, path, or route."},add_point:{title:"Point",description:"Add restaurants, monuments, postal boxes or other points to the map.",tail:"Click on the map to add a point."},browse:{title:"Browse",description:"Pan and zoom the map."},draw_area:{tail:"Click to add nodes to your area. Click the first node to finish the area."},draw_line:{tail:"Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."},drag_node:{connected_to_hidden:"This can't be edited because it is connected to a hidden feature."}},operations:{add:{annotation:{point:"Added a point.",vertex:"Added a node to a way.",relation:"Added a relation."}},start:{annotation:{line:"Started a line.",area:"Started an area."}},"continue":{key:"A",title:"Continue",description:"Continue this line.",not_eligible:"No line can be continued here.",multiple:"Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",annotation:{line:"Continued a line.",area:"Continued an area."}},cancel_draw:{annotation:"Canceled drawing."},change_role:{annotation:"Changed the role of a relation member."},change_tags:{annotation:"Changed tags."},circularize:{title:"Circularize",description:{line:"Make this line circular.",area:"Make this area circular."},key:"O",annotation:{line:"Made a line circular.",area:"Made an area circular."},not_closed:"This can't be made circular because it's not a loop.",too_large:"This can't be made circular because not enough of it is currently visible.",connected_to_hidden:"This can't be made circular because it is connected to a hidden feature."},orthogonalize:{title:"Square",description:{line:"Square the corners of this line.",area:"Square the corners of this area."},key:"S",annotation:{line:"Squared the corners of a line.",area:"Squared the corners of an area."},not_squarish:"This can't be made square because it is not squarish.",too_large:"This can't be made square because not enough of it is currently visible.",connected_to_hidden:"This can't be made square because it is connected to a hidden feature."},straighten:{title:"Straighten",description:"Straighten this line.",key:"S",annotation:"Straightened a line.",too_bendy:"This can't be straightened because it bends too much.",connected_to_hidden:"This line can't be straightened because it is connected to a hidden feature."},"delete":{title:"Delete",description:{single:"Delete this feature permanently.",multiple:"Delete these features permanently."},annotation:{point:"Deleted a point.",vertex:"Deleted a node from a way.",line:"Deleted a line.",area:"Deleted an area.",relation:"Deleted a relation.",multiple:"Deleted {n} features."},too_large:{single:"This feature can't be deleted because not enough of it is currently visible.",multiple:"These features can't be deleted because not enough of them are currently visible."},incomplete_relation:{single:"This feature can't be deleted because it hasn't been fully downloaded.",multiple:"These features can't be deleted because they haven't been fully downloaded."},part_of_relation:{single:"This feature can't be deleted because it is part of a larger relation. You must remove it from the relation first.",multiple:"These features can't be deleted because they are part of larger relations. You must remove them from the relations first."},connected_to_hidden:{single:"This feature can't be deleted because it is connected to a hidden feature.",multiple:"These features can't be deleted because some are connected to hidden features."}},add_member:{annotation:"Added a member to a relation."},delete_member:{annotation:"Removed a member from a relation."},connect:{annotation:{point:"Connected a way to a point.",vertex:"Connected a way to another.",line:"Connected a way to a line.",area:"Connected a way to an area."},relation:"These features can't be connected because they have conflicting relation roles.",restriction:"These features can't be connected because it would damage a \"{relation}\" relation."},disconnect:{title:"Disconnect",description:"Disconnect these lines/areas from each other.",key:"D",annotation:"Disconnected lines/areas.",not_connected:"There aren't enough lines/areas here to disconnect.",connected_to_hidden:"This can't be disconnected because it is connected to a hidden feature.",relation:"This can't be disconnected because it connects members of a relation."},merge:{title:"Merge",description:"Merge these features.",key:"C",annotation:"Merged {n} features.",not_eligible:"These features can't be merged.",not_adjacent:"These features can't be merged because their endpoints aren't connected.",restriction:"These features can't be merged because it would damage a \"{relation}\" relation.",relation:"These features can't be merged because they have conflicting relation roles.",incomplete_relation:"These features can't be merged because at least one hasn't been fully downloaded.",conflicting_tags:"These features can't be merged because some of their tags have conflicting values."},move:{title:"Move",description:{single:"Move this feature to a different location.",multiple:"Move these features to a different location."},key:"M",annotation:{point:"Moved a point.",vertex:"Moved a node in a way.",line:"Moved a line.",area:"Moved an area.",multiple:"Moved multiple features."},incomplete_relation:{single:"This feature can't be moved because it hasn't been fully downloaded.",multiple:"These features can't be moved because they haven't been fully downloaded."},too_large:{single:"This feature can't be moved because not enough of it is currently visible.",multiple:"These features can't be moved because not enough of them are currently visible."},connected_to_hidden:{single:"This feature can't be moved because it is connected to a hidden feature.",multiple:"These features can't be moved because some are connected to hidden features."}},reflect:{title:{long:"Reflect Long",short:"Reflect Short"},description:{long:{single:"Reflect this feature across its long axis.",multiple:"Reflect these features across their long axis."},short:{single:"Reflect this feature across its short axis.",multiple:"Reflect these features across their short axis."}},key:{long:"T",short:"Y"},annotation:{long:{single:"Reflected a feature across its long axis.",multiple:"Reflected multiple features across their long axis."},short:{single:"Reflected a feature across its short axis.",multiple:"Reflected multiple features across their short axis."}},incomplete_relation:{single:"This feature can't be reflected because it hasn't been fully downloaded.",multiple:"These features can't be reflected because they haven't been fully downloaded."},too_large:{single:"This feature can't be reflected because not enough of it is currently visible.",multiple:"These features can't be reflected because not enough of them are currently visible."},connected_to_hidden:{single:"This feature can't be reflected because it is connected to a hidden feature.",multiple:"These features can't be reflected because some are connected to hidden features."}},rotate:{title:"Rotate",description:{single:"Rotate this feature around its center point.",multiple:"Rotate these features around their center point."},key:"R",annotation:{line:"Rotated a line.",area:"Rotated an area.",multiple:"Rotated multiple features."},incomplete_relation:{single:"This feature can't be rotated because it hasn't been fully downloaded.",multiple:"These features can't be rotated because they haven't been fully downloaded."},too_large:{single:"This feature can't be rotated because not enough of it is currently visible.",multiple:"These features can't be rotated because not enough of them are currently visible."},connected_to_hidden:{single:"This feature can't be rotated because it is connected to a hidden feature.",multiple:"These features can't be rotated because some are connected to hidden features."}},reverse:{title:"Reverse",description:"Make this line go in the opposite direction.",key:"V",annotation:"Reversed a line."},split:{title:"Split",description:{line:"Split this line into two at this node.",area:"Split the boundary of this area into two.",multiple:"Split the lines/area boundaries at this node into two."},key:"X",annotation:{line:"Split a line.",area:"Split an area boundary.",multiple:"Split {n} lines/area boundaries."},not_eligible:"Lines can't be split at their beginning or end.",multiple_ways:"There are too many lines here to split.",connected_to_hidden:"This can't be split because it is connected to a hidden feature."},restriction:{annotation:{create:"Added a turn restriction","delete":"Deleted a turn restriction"}}},restriction:{controls:{distance:"Distance",distance_up_to:"Up to {distance}",via:"Via",via_node_only:"Node only",via_up_to_one:"Up to 1 way",via_up_to_two:"Up to 2 ways"},help:{indirect:"(indirect)",turn:{no_left_turn:"NO Left Turn {indirect}",no_right_turn:"NO Right Turn {indirect}",no_u_turn:"NO U-Turn {indirect}",no_straight_on:"NO Straight On {indirect}",only_left_turn:"ONLY Left Turn {indirect}",only_right_turn:"ONLY Right Turn {indirect}",only_u_turn:"ONLY U-Turn {indirect}",only_straight_on:"ONLY Straight On {indirect}",allowed_left_turn:"Left Turn Allowed {indirect}",allowed_right_turn:"Right Turn Allowed {indirect}",allowed_u_turn:"U-Turn Allowed {indirect}",allowed_straight_on:"Straight On Allowed {indirect}"},from:"FROM",via:"VIA",to:"TO",from_name:"{from} {fromName}",from_name_to_name:"{from} {fromName} {to} {toName}",via_names:"{via} {viaNames}",select_from:"Click to select a {from} segment",select_from_name:"Click to select {from} {fromName}",toggle:"Click for \"{turn}\""}},undo:{tooltip:"Undo: {action}",nothing:"Nothing to undo."},redo:{tooltip:"Redo: {action}",nothing:"Nothing to redo."},tooltip_keyhint:"Shortcut:",browser_notice:"This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",translate:{translate:"Translate",localized_translation_label:"Multilingual name",localized_translation_language:"Choose language",localized_translation_name:"Name"},zoom_in_edit:"Zoom in to edit",login:"login",logout:"logout",loading_auth:"Connecting to OpenStreetMap...",report_a_bug:"Report a bug",help_translate:"Help translate",feature_info:{hidden_warning:"{count} hidden features",hidden_details:"These features are currently hidden: {details}"},status:{error:"Unable to connect to API.",offline:"The API is offline. Please try editing later.",readonly:"The API is read-only. You will need to wait to save your changes.",rateLimit:"The API is limiting anonymous connections.  You can fix this by logging in."},commit:{title:"Upload to OpenStreetMap",upload_explanation:"The changes you upload will be visible on all maps that use OpenStreetMap data.",upload_explanation_with_user:"The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",request_review:"I would like someone to review my edits.",save:"Upload",cancel:"Cancel",changes:"{count} Changes",download_changes:"Download osmChange file",warnings:"Warnings",modified:"Modified",deleted:"Deleted",created:"Created",about_changeset_comments:"About changeset comments",about_changeset_comments_link:"//wiki.openstreetmap.org/wiki/Good_changeset_comments",google_warning:"You mentioned Google in this comment: remember that copying from Google Maps is strictly forbidden.",google_warning_link:"https://www.openstreetmap.org/copyright"},contributors:{list:"Edits by {users}",truncated_list:"Edits by {users} and {count} others"},info_panels:{key:"I",background:{key:"B",title:"Background",zoom:"Zoom",vintage:"Vintage",source:"Source",description:"Description",resolution:"Resolution",accuracy:"Accuracy",unknown:"Unknown",show_tiles:"Show Tiles",hide_tiles:"Hide Tiles",show_vintage:"Show Vintage",hide_vintage:"Hide Vintage"},history:{key:"H",title:"History",selected:"{n} selected",no_history:"No History (New Feature)",version:"Version",last_edit:"Last Edit",edited_by:"Edited By",changeset:"Changeset",unknown:"Unknown",link_text:"History on openstreetmap.org"},location:{key:"L",title:"Location",unknown_location:"Unknown Location"},measurement:{key:"M",title:"Measurement",selected:"{n} selected",geometry:"Geometry",closed_line:"closed line",closed_area:"closed area",center:"Center",perimeter:"Perimeter",length:"Length",area:"Area",centroid:"Centroid",location:"Location",metric:"Metric",imperial:"Imperial",node_count:"Number of nodes"}},geometry:{point:"point",vertex:"vertex",line:"line",area:"area",relation:"relation"},geocoder:{search:"Search worldwide...",no_results_visible:"No results in visible map area",no_results_worldwide:"No results found"},geolocate:{title:"Show My Location",locating:"Locating, please wait..."},inspector:{no_documentation_combination:"There is no documentation available for this tag combination",no_documentation_key:"There is no documentation available for this key",documentation_redirect:"This documentation has been redirected to a new page",show_more:"Show More",view_on_osm:"View on openstreetmap.org",all_fields:"All fields",all_tags:"All tags",all_members:"All members",all_relations:"All relations",new_relation:"New relation...",role:"Role",choose:"Select feature type",results:"{n} results for {search}",reference:"View on OpenStreetMap Wiki",back_tooltip:"Change feature",remove:"Remove",search:"Search",multiselect:"Selected features",unknown:"Unknown",incomplete:"<not downloaded>",feature_list:"Search features",edit:"Edit feature",check:{yes:"Yes",no:"No",reverser:"Change Direction"},radio:{structure:{type:"Type","default":"Default",layer:"Layer"}},add:"Add",none:"None",node:"Node",way:"Way",relation:"Relation",location:"Location",add_fields:"Add field:"},background:{title:"Background",description:"Background settings",key:"B",backgrounds:"Backgrounds",none:"None",best_imagery:"Best known imagery source for this location","switch":"Switch back to this background",custom:"Custom",custom_button:"Edit custom background",custom_prompt:"Enter a tile URL template. Valid tokens are:\n   - {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n   - {-y} or {ty} for flipped TMS-style Y coordinates\n   - {u} for quadtile scheme\n   - {switch:a,b,c} for DNS server multiplexing\n\nExample:\n{example}",overlays:"Overlays",imagery_source_faq:"Imagery Info / Report a Problem",reset:"reset",display_options:"Display Options",brightness:"Brightness",contrast:"Contrast",saturation:"Saturation",sharpness:"Sharpness",minimap:{description:"Show Minimap",tooltip:"Show a zoomed out map to help locate the area currently displayed.",key:"/"},fix_misalignment:"Adjust imagery offset",offset:"Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters."},map_data:{title:"Map Data",description:"Map Data",key:"F",data_layers:"Data Layers",layers:{osm:{tooltip:"Map data from OpenStreetMap",title:"OpenStreetMap data"}},fill_area:"Fill Areas",map_features:"Map Features",autohidden:"These features have been automatically hidden because too many would be shown on the screen.  You can zoom in to edit them.",osmhidden:"These features have been automatically hidden because the OpenStreetMap layer is hidden."},feature:{points:{description:"Points",tooltip:"Points of Interest"},traffic_roads:{description:"Traffic Roads",tooltip:"Highways, Streets, etc."},service_roads:{description:"Service Roads",tooltip:"Service Roads, Parking Aisles, Tracks, etc."},paths:{description:"Paths",tooltip:"Sidewalks, Foot Paths, Cycle Paths, etc."},buildings:{description:"Buildings",tooltip:"Buildings, Shelters, Garages, etc."},landuse:{description:"Landuse Features",tooltip:"Forests, Farmland, Parks, Residential, Commercial, etc."},boundaries:{description:"Boundaries",tooltip:"Administrative Boundaries"},water:{description:"Water Features",tooltip:"Rivers, Lakes, Ponds, Basins, etc."},rail:{description:"Rail Features",tooltip:"Railways"},power:{description:"Power Features",tooltip:"Power Lines, Power Plants, Substations, etc."},past_future:{description:"Past/Future",tooltip:"Proposed, Construction, Abandoned, Demolished, etc."},others:{description:"Others",tooltip:"Everything Else"}},area_fill:{wireframe:{description:"No Fill (Wireframe)",tooltip:"Enabling wireframe mode makes it easy to see the background imagery.",key:"W"},partial:{description:"Partial Fill",tooltip:"Areas are drawn with fill only around their inner edges. (Recommended for beginner mappers)"},full:{description:"Full Fill",tooltip:"Areas are drawn fully filled."}},restore:{heading:"You have unsaved changes",description:"Do you wish to restore unsaved changes from a previous editing session?",restore:"Restore my changes",reset:"Discard my changes"},save:{title:"Save",help:"Review your changes and upload them to OpenStreetMap, making them visible to other users.",no_changes:"No changes to save.",error:"Errors occurred while trying to save",status_code:"Server returned status code {code}",unknown_error_details:"Please ensure you are connected to the internet.",uploading:"Uploading changes to OpenStreetMap...",conflict_progress:"Checking for conflicts: {num} of {total}",unsaved_changes:"You have unsaved changes",conflict:{header:"Resolve conflicting edits",count:"Conflict {num} of {total}",previous:"< Previous",next:"Next >",keep_local:"Keep mine",keep_remote:"Use theirs",restore:"Restore","delete":"Leave Deleted",download_changes:"Or download osmChange file",done:"All conflicts resolved!",help:"Another user changed some of the same map features you changed.\nClick on each feature below for more details about the conflict, and choose whether to keep\nyour changes or the other user's changes.\n"}},merge_remote_changes:{conflict:{deleted:"This feature has been deleted by {user}.",location:"This feature was moved by both you and {user}.",nodelist:"Nodes were changed by both you and {user}.",memberlist:"Relation members were changed by both you and {user}.",tags:"You changed the <b>{tag}</b> tag to \"{local}\" and {user} changed it to \"{remote}\"."}},success:{just_edited:"You just edited OpenStreetMap!",thank_you:"Thank you for improving the map.",thank_you_location:"Thank you for improving the map around {where}.",help_html:"Your changes should appear on OpenStreetMap within a few minutes. It may take longer for maps elsewhere to receive updates.",help_link_text:"Details",help_link_url:"https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F",view_on_osm:"View Changes on OSM",changeset_id:"Your changeset #: {changeset_id}",like_osm:"Like OpenStreetMap? Connect with others:",more:"More",events:"Events",languages:"Languages: {languages}",missing:"Is something missing from this list?",tell_us:"Tell us!"},confirm:{okay:"OK",cancel:"Cancel"},splash:{welcome:"Welcome to the iD OpenStreetMap editor",text:"iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}.",walkthrough:"Start the Walkthrough",start:"Edit now"},source_switch:{live:"live",lose_changes:"You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",dev:"dev"},version:{whats_new:"What's new in iD {version}"},tag_reference:{description:"Description",on_wiki:"{tag} on wiki.osm.org",used_with:"used with {type}"},validations:{disconnected_highway:"Disconnected highway",disconnected_highway_tooltip:"Roads should be connected to other roads or building entrances.",old_multipolygon:"Multipolygon tags on outer way",old_multipolygon_tooltip:"This style of multipolygon is deprecated. Please assign the tags to the parent multipolygon instead of the outer way.",untagged_point:"Untagged point",untagged_point_tooltip:"Select a feature type that describes what this point is.",untagged_line:"Untagged line",untagged_line_tooltip:"Select a feature type that describes what this line is.",untagged_area:"Untagged area",untagged_area_tooltip:"Select a feature type that describes what this area is.",untagged_relation:"Untagged relation",untagged_relation_tooltip:"Select a feature type that describes what this relation is.",many_deletions:"You're deleting {n} features: {p} nodes, {l} lines, {a} areas, {r} relations. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",tag_suggests_area:"The tag {tag} suggests line should be area, but it is not an area",deprecated_tags:"Deprecated tags: {tags}"},zoom:{"in":"Zoom in",out:"Zoom out"},cannot_zoom:"Cannot zoom out further in current mode.",full_screen:"Toggle Full Screen",gpx:{local_layer:"Local file",drag_drop:"Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse",zoom:"Zoom to layer",browse:"Browse for a file"},streetside:{tooltip:"Streetside photos from Microsoft",title:"Photo Overlay (Bing Streetside)",report:"Report a privacy concern with this image",hires:"High resolution"},mapillary_images:{tooltip:"Street-level photos from Mapillary",title:"Photo Overlay (Mapillary)"},mapillary_signs:{tooltip:"Traffic signs from Mapillary (must enable Photo Overlay)",title:"Traffic Sign Overlay (Mapillary)"},mapillary:{view_on_mapillary:"View this image on Mapillary"},openstreetcam_images:{tooltip:"Street-level photos from OpenStreetCam",title:"Photo Overlay (OpenStreetCam)"},openstreetcam:{view_on_openstreetcam:"View this image on OpenStreetCam"},help:{title:"Help",key:"H",help:{title:"Help",welcome:"Welcome to the iD editor for [OpenStreetMap](https://www.openstreetmap.org/). With this editor you can update OpenStreetMap right from your web browser.",open_data_h:"Open Data",open_data:"Edits that you make on this map will be visible to everyone who uses OpenStreetMap. Your edits can be based on personal knowledge, on-the-ground surveying, or imagery collected from aerial or street level photos. Copying from commercial sources, like Google Maps, [is strictly forbidden](https://www.openstreetmap.org/copyright).",before_start_h:"Before you start",before_start:"You should be familiar with OpenStreetMap and this editor before you start editing. iD contains a walkthrough to teach you the basics of editing OpenStreetMap. Click \"Start the Walkthrough\" on this screen to take the tutorial - it takes only about 15 minutes.",open_source_h:"Open Source",open_source:"The iD editor is a collaborative open source project, and you are using version {version} now. The source code is available [on GitHub](https://github.com/openstreetmap/iD).",open_source_help:"You can help iD by [translating](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) or [reporting bugs](https://github.com/openstreetmap/iD/issues)."},overview:{title:"Overview",navigation_h:"Navigation",navigation_drag:"You can drag the map by pressing and holding down the {leftclick} left mouse button and moving the mouse around. You can also use the `↓`, `↑`, `←`, `→` arrow keys on your keyboard.",navigation_zoom:"You can zoom in or out by scrolling with the mouse wheel or trackpad, or by clicking the {plus} / {minus} buttons along the side of the map. You can also use the `+`, `-` keys on your keyboard.",features_h:"Map Features",features:"We use the word *features* to describe things that appear on the map, such as roads, buildings, or points of interest. Anything in the real world can be mapped as a feature on OpenStreetMap. Map features are represented on the map using *points*, *lines*, or *areas*.",nodes_ways:"In OpenStreetmap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*."},editing:{title:"Editing & Saving",select_h:"Select",select_left_click:"{leftclick} Left-click on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address.",select_right_click:"{rightclick} Right-click on a feature to display the editing menu, which shows the commands that are available, such as rotating, moving, and deleting.",multiselect_h:"Multiselect",multiselect_shift_click:"`{shift}`+{leftclick} left-click to select several features together.  This makes it easier to move or delete multiple items.",multiselect_lasso:"Another way to select multiple features is to hold down the `{shift}` key, then press and hold down the {leftclick} left mouse button and drag the mouse to draw a selection lasso. All of the points inside the lasso area will be selected.",undo_redo_h:"Undo & Redo",undo_redo:"Your edits are stored locally in your browser until you choose to save them to the OpenStreetMap server. You can undo edits by clicking the {undo} **Undo** button, and redo them by clicking the {redo} **Redo** button.",save_h:"Save",save:"Click {save} **Save** to finish your edits and send them to OpenStreetMap. You should remember to save your work frequently!",save_validation:"On the save screen, you'll have a chance to review what you've done. iD will also perform some basic checks for missing data and may offer helpful suggestions and warnings if something doesn't seem right.",upload_h:"Upload",upload:"Before uploading your changes you must enter a [changeset comment](https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Then click **Upload** to send your changes to OpenStreetMap, where they will be merged into the map and publicly visible to everyone.",backups_h:"Automatic Backups",backups:"If you can't finish your edits in one sitting, for example if your computer crashes or you close the browser tab, your edits are still saved in your browser's storage. You can come back later (on the same browser and computer), and iD will offer to restore your work.",keyboard_h:"Keyboard Shortcuts",keyboard:"You can view a list of keyboard shortcuts by pressing the `?` key."},feature_editor:{title:"Feature Editor",intro:"The *feature editor* appears alongside the map, and allows you to see and edit all of the information for the selected feature.",definitions:"The top section displays the feature's type. The middle section contains *fields* showing the feature's attributes, such as its name or address.",type_h:"Feature Type",type:"You can click on the feature type to change the feature to a different type. Everything that exists in the real world can be added to OpenStreetMap, so there are thousands of feature types to choose from.",type_picker:"The type picker displays the most common feature types, such as parks, hospitals, restaurants, roads, and buildings. You can search for anything by typing what you're looking for in the search box. You can also click the {inspect} **Info** icon next to the feature type to learn more about it.",fields_h:"Fields",fields_all_fields:"The \"All fields\" section contains all of the feature's details that you may edit. In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure.",fields_example:"Each feature type will display different fields. For example, a road may display fields for its surface and speed limit, but a restaurant may display fields for the type of food it serves and the hours it is open.",fields_add_field:"You can also click the \"Add field\" dropdown to add more fields, such as a description, Wikipedia link, wheelchair access, and more.",tags_h:"Tags",tags_all_tags:"Below the fields section, you can expand the \"All tags\" section to edit any of the OpenStreetMap *tags* for the selected feature. Each tag consists of a *key* and *value*, data elements that define all of the features stored in OpenStreetMap.",tags_resources:"Editing a feature's tags requires intermediate knowledge about OpenStreetMap. You should consult resources like the [OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) or [Taginfo](https://taginfo.openstreetmap.org/) to learn more about accepted OpenStreetMap tagging practices."},points:{title:"Points",intro:"*Points* can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there.",add_point_h:"Adding Points",add_point:"To add a point, click the {point} **Point** button on the toolbar above the map, or press the shortcut key `1`. This will change the mouse cursor to a cross symbol.",add_point_finish:"To place the new point on the map, position the mouse cursor where the point should go, then {leftclick} left-click or press `Space`.",move_point_h:"Moving Points",move_point:"To move a point, place the mouse cursor over the point, then press and hold the {leftclick} left mouse button while dragging the point to its new location.",delete_point_h:"Deleting Points",delete_point:"It's OK to delete features that don't exist in the real world. Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it.",delete_point_command:"To delete a point, {rightclick} right-click on the point to select it and show the edit menu, then use the {delete} **Delete** command."},lines:{title:"Lines",intro:"*Lines* are used to represent features such as roads, railroads, and rivers. Lines should be drawn down the center of the feature that they represent.",add_line_h:"Adding Lines",add_line:"To add a line, click the {line} **Line** button on the toolbar above the map, or press the shortcut key `2`. This will change the mouse cursor to a cross symbol.",add_line_draw:"Next, position the mouse cursor where the line should begin and {leftclick} left-click or press `Space` to begin placing nodes along the line. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail.",add_line_finish:"To finish a line, press `{return}` or click again on the last node.",modify_line_h:"Modifying Lines",modify_line_dragnode:"Often you'll see lines that aren't shaped correctly, for example a road that does not match up with the background imagery. To adjust the shape of a line, first {leftclick} left-click to select it. All nodes of the line will be drawn as small circles. You can then drag the nodes to better locations.",modify_line_addnode:"You can also create new nodes along a line either by {leftclick}**x2** double-clicking on the line or by dragging the small triangles at the midpoints between nodes.",connect_line_h:"Connecting Lines",connect_line:"Having roads connected properly is important for the map and essential for providing driving directions.",connect_line_display:"The connections between roads are drawn with gray circles. The endpoints of a line are drawn with larger white circles if they don't connect to anything.",connect_line_drag:"To connect a line to another feature, drag one of the line's nodes onto the other feature until both features snap together. Tip: You can hold down the `{alt}` key to prevent nodes from connecting to other features.",connect_line_tag:"If you know that the connection has traffic lights or crosswalks, you can add them by selecting the connecting node and using the feature editor to select the correct feature's type.",disconnect_line_h:"Disconnecting Lines",disconnect_line_command:"To disconnect a road from another feature, {rightclick} right-click the connecting node and select the {disconnect} **Disconnect** command from the editing menu.",move_line_h:"Moving Lines",move_line_command:"To move an entire line, {rightclick} right-click the line and select the {move} **Move** command from the editing menu. Then move the mouse, and {leftclick} left-click to place the line in a new location.",move_line_connected:"Lines that are connected to other features will stay connected as you move the line to a new location. iD may prevent you from moving a line across another connected line.",delete_line_h:"Deleting Lines",delete_line:"If a line is entirely incorrect, for example a road that doesn't exist in the real world, it's OK to delete it. Be careful when deleting features: the background imagery you are using might be outdated, and a road that looks wrong could simply be newly built.",delete_line_command:"To delete a line, {rightclick} right-click on the line to select it and show the edit menu, then use the {delete} **Delete** command."},areas:{title:"Areas",intro:"*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas. Areas should be traced around the edge of the feature that they represent, for example, around the base of a building.",point_or_area_h:"Points or Areas?",point_or_area:"Many features can be represented as points or areas. You should map buildings and property outlines as areas whenever possible. Place points inside a building area to represent businesses, amenities, and other features located inside the building.",add_area_h:"Adding Areas",add_area_command:"To add an area, click the {area} **Area** button on the toolbar above the map, or press the shortcut key `3`. This will change the mouse cursor to a cross symbol.",add_area_draw:"Next, position the mouse cursor at one of the corners of the feature and {leftclick} left-click or press `Space` to begin placing nodes around the outer edge of the area. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail.",add_area_finish:"To finish an area, press `{return}` or click again on either the first or last node.",square_area_h:"Square Corners",square_area_command:"Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click the edge of the area and select the {orthogonalize} **Square** command from the editing menu.",modify_area_h:"Modifying Areas",modify_area_dragnode:"Often you'll see areas that aren't shaped correctly, for example a building that does not match up with the background imagery. To adjust the shape of an area, first {leftclick} left-click to select it. All nodes of the area will be drawn as small circles. You can then drag the nodes to better locations.",modify_area_addnode:"You can also create new nodes along an area either by {leftclick}**x2** double-clicking on the edge of the area or by dragging the small triangles at the midpoints between nodes.",delete_area_h:"Deleting Areas",delete_area:"If an area is entirely incorrect, for example a building that doesn't exist in the real world, it's OK to delete it. Be cautious when deleting features - the background imagery you are using might be outdated, and a building that looks wrong could simply be newly built.",delete_area_command:"To delete an area, {rightclick} right-click on the area to select it and show the edit menu, then use the {delete} **Delete** command."},relations:{title:"Relations",intro:"A *relation* is a special type of feature in OpenStreetMap that groups together other features. The features that belong to a relation are called *members*, and each member can have a *role* in the relation.",edit_relation_h:"Editing Relations",edit_relation:"At the bottom of the feature editor, you can expand the \"All relations\" section to see if the selected feature is a member of any relations. You can then click on the relation to select and edit it.",edit_relation_add:"To add a feature to a relation, select the feature, then click the {plus} add button in the \"All relations\" section of the feature editor. You can choose from a list of nearby relations, or choose the \"New relation...\" option.",edit_relation_delete:"You can also click the {delete} **Delete** button to remove the selected feature from the relation. If you remove all of the members from a relation, the relation will be deleted automatically.",maintain_relation_h:"Maintaining Relations",maintain_relation:"For the most part, iD will maintain relations automatically as you edit. You should take care when replacing features that might be members of relations. For example if you delete a section of road and draw a new section of road to replace it, you should add the new section to the same relations (routes, turn restrictions, etc.) as the original.",relation_types_h:"Relation Types",multipolygon_h:"Multipolygons",multipolygon:"A *multipolygon* relation is a group of one or more *outer* features and one or more inner features. The outer features define the outer edges of the multipolygon, and the inner features define sub-areas or holes cut out from the inside of the multipolygon.",multipolygon_create:"To create a multipolygon, for example a building with a hole in it, draw the outer edge as an area and the inner edge as a line or different kind of area. Then `{shift}`+{leftclick} left-click to select both features, {rightclick} right-click to show the edit menu, and select the {merge} **Merge** command.",multipolygon_merge:"Merging several lines or areas will create a new multipolygon relation with all selected areas as members. iD will choose the inner and outer roles automatically, based on which features are contained inside other features.",turn_restriction_h:"Turn restrictions",turn_restriction:"A *turn restriction* relation is a group of several road segments in an intersection. Turn restrictions consist of a *from* road, *via* node or roads, and a *to* road.",turn_restriction_field:"To edit turn restrictions, select a junction node where two or more roads meet. The feature editor will display a special \"Turn Restrictions\" field containing a model of the intersection.",turn_restriction_editing:"In the \"Turn Restrictions\" field, click to select a \"from\" road, and see whether turns are allowed or restricted to any of the \"to\" roads. You can click on the turn icons to toggle them between allowed and restricted. iD will create relations automatically and set the from, via, and to roles based on your choices.",route_h:"Routes",route:"A *route* relation is a group of one or more line features that together form a route network, like a bus route, train route, or highway route.",route_add:"To add a feature to a route relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation.",boundary_h:"Boundaries",boundary:"A *boundary* relation is a group of one or more line features that together form an administrative boundary.",boundary_add:"To add a feature to a boundary relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."},imagery:{title:"Background Imagery",intro:"The background imagery that appears beneath the map data is an important resource for mapping. This imagery can be aerial photos collected from satellites, airplanes, and drones, or it can be scanned historical maps or other freely available source data.",sources_h:"Imagery Sources",choosing:"To see which imagery sources are available for editing, click the {layers} **Background settings** button on the side of the map.",sources:"By default, a [Bing Maps](https://www.bing.com/maps/) satellite layer is chosen as the background image. Depending on where you are editing, other imagery sources will be available. Some may be newer or have higher resolution, so it is always useful to check and see which layer is the best one to use as a mapping reference.",offsets_h:"Adjusting Imagery Offset",offset:"Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Adjust Imagery Offset\" section at the bottom of the Background Settings pane.",offset_change:"Click on the small triangles to adjust the imagery offset in small steps, or hold the left mouse button and drag within the gray square to slide the imagery into alignment."},streetlevel:{title:"Street Level Photos",intro:"Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Mapillary](https://www.mapillary.com) and [OpenStreetCam](https://www.openstreetcam.org).",using_h:"Using Street Level Photos",using:"To use street level photos for mapping, click the {data} **Map data** panel on the side of the map to enable or disable the available photo layers.",photos:"When enabled, the photo layer displays a line along the sequence of photos. At higher zoom levels, a circle marks at each photo location, and at even higher zoom levels, a cone indicates the direction the camera was facing when the photo was taken.",viewer:"When you click on one of the photo locations, a photo viewer appears in the bottom corner of the map. The photo viewer contains controls to step forward and backward in the image sequence. It also shows the username of the person who captured the image, the date it was captured, and a link to view the image on the original site."},gps:{title:"GPS Traces",intro:"Collected GPS traces are a valuable source of data for OpenStreetMap. This editor supports *.gpx*, *.geojson*, and *.kml* files on your local computer. You can collect GPS traces with a smartphone, sports watch, or other GPS device.",survey:"For information on how to perform a GPS survey, read [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).",using_h:"Using GPS Traces",using:"To use a GPS trace for mapping, drag and drop the data file onto the map editor. If it's recognized, it will be drawn on the map as a bright purple line. Click the {data} **Map data** panel on the side of the map to enable, disable, or zoom to your GPS data.",tracing:"The GPS track isn't sent to OpenStreetMap - the best way to use it is to draw on the map, using it as a guide for the new features that you add.",upload:"You can also [upload your GPS data to OpenStreetMap](https://www.openstreetmap.org/trace/create) for other users to use."},field:{restrictions:{title:"Turn Restrictions Help",about:{title:"About",about:"This field allows you to inspect and modify turn restrictions. It displays a model of the selected intersection including other nearby connected roads.",from_via_to:"A turn restriction always contains: one **FROM way**, one **TO way**, and either one **VIA node** or one or more **VIA ways**.",maxdist:"The \"{distField}\" slider controls how far to search for additional connected roads.",maxvia:"The \"{viaField}\" slider adjusts how many via ways may be included in the search. (Tip: simple is better)"},inspecting:{title:"Inspecting",about:"Hover over any **FROM** segment to see whether it has any turn restrictions. Each possible **TO** destination will be drawn with a colored shadow showing whether a restriction exists.",from_shadow:"{fromShadow} **FROM segment**",allow_shadow:"{allowShadow} **TO Allowed**",restrict_shadow:"{restrictShadow} **TO Restricted**",only_shadow:"{onlyShadow} **TO Only**",restricted:"\"Restricted\" means that there is a turn restriction, for example \"No Left Turn\".",only:"\"Only\" means that a vehicle taking that path may only make that choice, for example \"Only Straight On\"."},modifying:{title:"Modifying",about:"To modify turn restrictions, first click on any starting **FROM** segment to select it. The selected segment will pulse, and all possible **TO** destinations will appear as turn symbols.",indicators:"Then, click on a turn symbol to toggle it between \"Allowed\", \"Restricted\", and \"Only\".",allow_turn:"{allowTurn} **TO Allowed**",restrict_turn:"{restrictTurn} **TO Restricted**",only_turn:"{onlyTurn} **TO Only**"},tips:{title:"Tips",simple:"**Prefer simple restrictions over complex ones.**",simple_example:"For example, avoid creating a via-way restriction if a simpler via-node turn restriction will do.",indirect:"**Some restrictions display the text \"(indirect)\" and are drawn lighter.**",indirect_example:"These restrictions exist because of another nearby restriction. For example, an \"Only Straight On\" restriction will indirectly create \"No Turn\" restrictions for all other paths through the intersection.",indirect_noedit:"You may not edit indirect restrictions. Instead, edit the nearby direct restriction."}}}},intro:{done:"done",ok:"OK",graph:{block_number:"<value for addr:block_number>",city:"Three Rivers",county:"<value for addr:county>",district:"<value for addr:district>",hamlet:"<value for addr:hamlet>",neighbourhood:"<value for addr:neighbourhood>",postcode:"49093",province:"<value for addr:province>",quarter:"<value for addr:quarter>",state:"MI",subdistrict:"<value for addr:subdistrict>",suburb:"<value for addr:suburb>",countrycode:"us",name:{"1st-avenue":"1st Avenue","2nd-avenue":"2nd Avenue","4th-avenue":"4th Avenue","5th-avenue":"5th Avenue","6th-avenue":"6th Avenue","6th-street":"6th Street","7th-avenue":"7th Avenue","8th-avenue":"8th Avenue","9th-avenue":"9th Avenue","10th-avenue":"10th Avenue","11th-avenue":"11th Avenue","12th-avenue":"12th Avenue","access-point-employment":"Access Point Employment","adams-street":"Adams Street","andrews-elementary-school":"Andrews Elementary School","andrews-street":"Andrews Street","armitage-street":"Armitage Street","barrows-school":"Barrows School","battle-street":"Battle Street","bennett-street":"Bennett Street","bowman-park":"Bowman Park","collins-drive":"Collins Drive","conrail-railroad":"Conrail Railroad","conservation-park":"Conservation Park","constantine-street":"Constantine Street","cushman-street":"Cushman Street","dollar-tree":"Dollar Tree","douglas-avenue":"Douglas Avenue","east-street":"East Street","elm-street":"Elm Street","flower-street":"Flower Street","foster-street":"Foster Street","french-street":"French Street","garden-street":"Garden Street","gem-pawnbroker":"Gem Pawnbroker","golden-finch-framing":"Golden Finch Framing","grant-avenue":"Grant Avenue","hoffman-pond":"Hoffman Pond","hoffman-street":"Hoffman Street","hook-avenue":"Hook Avenue","jefferson-street":"Jefferson Street","kelsey-street":"Kelsey Street","lafayette-park":"LaFayette Park","las-coffee-cafe":"L.A.'s Coffee Cafe","lincoln-avenue":"Lincoln Avenue","lowrys-books":"Lowry's Books","lynns-garage":"Lynn's Garage","main-street-barbell":"Main Street Barbell","main-street-cafe":"Main Street Cafe","main-street-fitness":"Main Street Fitness","main-street":"Main Street","maple-street":"Maple Street","marina-park":"Marina Park","market-street":"Market Street","memory-isle-park":"Memory Isle Park","memory-isle":"Memory Isle","michigan-avenue":"Michigan Avenue","middle-street":"Middle Street","millard-street":"Millard Street","moore-street":"Moore Street","morris-avenue":"Morris Avenue","mural-mall":"Mural Mall","paisanos-bar-and-grill":"Paisano's Bar and Grill","paisley-emporium":"Paisley Emporium","paparazzi-tattoo":"Paparazzi Tattoo","pealer-street":"Pealer Street","pine-street":"Pine Street","pizza-hut":"Pizza Hut","portage-avenue":"Portage Avenue","portage-river":"Portage River","preferred-insurance-services":"Preferred Insurance Services","railroad-drive":"Railroad Drive","river-city-appliance":"River City Appliance","river-drive":"River Drive","river-road":"River Road","river-street":"River Street","riverside-cemetery":"Riverside Cemetery","riverwalk-trail":"Riverwalk Trail","riviera-theatre":"Riviera Theatre","rocky-river":"Rocky River","saint-joseph-river":"Saint Joseph River","scidmore-park-petting-zoo":"Scidmore Park Petting Zoo","scidmore-park":"Scidmore Park","scouter-park":"Scouter Park","sherwin-williams":"Sherwin-Williams","south-street":"South Street","southern-michigan-bank":"Southern Michigan Bank","spring-street":"Spring Street","sturgeon-river-road":"Sturgeon River Road","three-rivers-city-hall":"Three Rivers City Hall","three-rivers-elementary-school":"Three Rivers Elementary School","three-rivers-fire-department":"Three Rivers Fire Department","three-rivers-high-school":"Three Rivers High School","three-rivers-middle-school":"Three Rivers Middle School","three-rivers-municipal-airport":"Three Rivers Municipal Airport","three-rivers-post-office":"Three Rivers Post Office","three-rivers-public-library":"Three Rivers Public Library","three-rivers":"Three Rivers","unique-jewelry":"Unique Jewelry","walnut-street":"Walnut Street","washington-street":"Washington Street","water-street":"Water Street","west-street":"West Street","wheeler-street":"Wheeler Street","william-towing":"William Towing","willow-drive":"Willow Drive","wood-street":"Wood Street","world-fare":"World Fare"}},welcome:{title:"Welcome",welcome:"Welcome! This walkthrough will teach you the basics of editing on OpenStreetMap.",practice:"All of the data in this walkthrough is just for practicing, and any edits that you make in the walkthrough will not be saved.",words:"This walkthrough will introduce some new words and concepts. When we introduce a new word, we'll use *italics*.",mouse:"You can use any input device to edit the map, but this walkthrough assumes you have a mouse with left and right buttons. **If you want to attach a mouse, do so now, then click OK.**",leftclick:"When this tutorial asks you to click or double-click, we mean with the left button. On a trackpad it might be a single-click or single-finger tap. **Left-click {num} times.**",rightclick:"Sometimes we'll also ask you to right-click. This might be the same as control-click, or two-finger tap on a trackpad. Your keyboard might even have a 'menu' key that works like right-click. **Right-click {num} times.**",chapters:"So far, so good! You can use the buttons below to skip chapters at any time or to restart a chapter if you get stuck. Let's begin! **Click '{next}' to continue.**"},navigation:{title:"Navigation",drag:"The main map area shows OpenStreetMap data on top of a background.{br}You can drag the map by pressing and holding the left mouse button while moving the mouse around. You can also use the arrow keys on your keyboard. **Drag the map!**",zoom:"You can zoom in or out by scrolling with the mouse wheel or trackpad, or by clicking the {plus} / {minus} buttons. **Zoom the map!**",features:"We use the word *features* to describe the things that appear on the map. Anything in the real world can be mapped as a feature on OpenStreetMap.",points_lines_areas:"Map features are represented using *points, lines, or areas.*",nodes_ways:"In OpenStreetMap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*.",click_townhall:"All features on the map can be selected by clicking on them. **Click on the point to select it.**",selected_townhall:"Great! The point is now selected. Selected features are drawn with a pulsing glow.",editor_townhall:"When a feature is selected, the *feature editor* is displayed alongside the map.",preset_townhall:"The top part of the feature editor shows the feature's type. This point is a {preset}.",fields_townhall:"The middle part of the feature editor contains *fields* showing the feature's attributes, such as its name and address.",close_townhall:"**Close the feature editor by hitting escape or pressing the {button} button in the upper corner.**",search_street:"You can also search for features in the current view, or worldwide. **Search for '{name}'.**",choose_street:"**Choose {name} from the list to select it.**",selected_street:"Great! {name} is now selected.",editor_street:"The fields shown for a street are different than the fields that were shown for the town hall.{br}For this selected street, the feature editor shows fields like '{field1}' and '{field2}'. **Close the feature editor by hitting escape or pressing the {button} button.**",play:"Try moving the map and clicking on some other features to see what kinds of things can be added to OpenStreetMap. **When you are ready to continue to the next chapter, click '{next}'.**"},points:{title:"Points",add_point:"*Points* can be used to represent features such as shops, restaurants, and monuments.{br}They mark a specific location, and describe what's there. **Click the {button} Point button to add a new point.**",place_point:"To place the new point on the map, position your mouse cursor where the point should go, then left-click or press the spacebar. **Move the mouse pointer over this building, then left-click or press the spacebar.**",search_cafe:"There are many different features that can be represented by points. The point you just added is a cafe. **Search for '{preset}'.**",choose_cafe:"**Choose {preset} from the list.**",feature_editor:"The point is now marked as a cafe. Using the feature editor, we can add more information about the cafe.",add_name:"In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure.{br}Let's pretend that you have local knowledge of this cafe, and you know its name. **Add a name for the cafe.**",add_close:"The feature editor will remember all of your changes automatically. **When you are finished adding the name, hit escape, enter, or click the {button} button to close the feature editor.**",reselect:"Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Click to select the cafe you just created.**",update:"Let's fill in some more details for this cafe. You can change its name, add a cuisine, or add an address. **Change the cafe details.**",update_close:"**When you are finished updating the cafe, hit escape, enter, or click the {button} button to close the feature editor.**",rightclick:"You can right-click on any feature to see the *edit menu*, which shows a list of editing operations that can be performed. **Right-click to select the point you created and show the edit menu.**","delete":"It's OK to delete features that don't exist in the real world.{br}Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it. **Click on the {button} button to delete the point.**",undo:"You can always undo any changes up until you save your edits to OpenStreetMap. **Click on the {button} button to undo the delete and get the point back.**",play:"Now that you know how to create and edit points, try creating a few more points for practice! **When you are ready to continue to the next chapter, click '{next}'.**"},areas:{title:"Areas",add_playground:"*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas.{br}They can also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**",start_playground:"Let's add this playground to the map by drawing an area. Areas are drawn by placing *nodes* along the outer edge of the feature. **Click or press spacebar to place a starting node on one of the corners of the playground.**",continue_playground:"Continue drawing the area by placing more nodes along the playground's edge. It is OK to connect the area to the existing walking paths.{br}Tip: You can hold down the '{alt}' key to prevent nodes from connecting to other features. **Continue drawing an area for the playground.**",finish_playground:"Finish the area by pressing enter, or clicking again on either the first or last node. **Finish drawing an area for the playground.**",search_playground:"**Search for '{preset}'.**",choose_playground:"**Choose {preset} from the list.**",add_field:"This playground doesn't have an official name, so we won't add anything in the Name field.{br}Instead let's add some additional details about the playground to the Description field. **Open the Add Field list.**",choose_field:"**Choose {field} from the list.**",retry_add_field:"You didn't select the {field} field. Let's try again.",describe_playground:"**Add a description, then click the {button} button to close the feature editor.**",play:"Good job! Try drawing a few more areas, and see what other kinds of area features you can add to OpenStreetMap. **When you are ready to continue to the next chapter, click '{next}'.**"},lines:{title:"Lines",add_line:"*Lines* are used to represent features such as roads, railroads, and rivers. **Click the {button} Line button to add a new line.**",start_line:"Here is a road that is missing. Let's add it!{br}In OpenStreetMap, lines should be drawn down the center of the road. You can drag and zoom the map while drawing if necessary. **Start a new line by clicking at the top end of this missing road.**",intersect:"Click or press spacebar to add more nodes to the line.{br}Roads, and many other types of lines, are part of a larger network. It is important for these lines to be connected properly in order for routing applications to work. **Click on {name} to create an intersection connecting the two lines.**",retry_intersect:"The road needs to intersect {name}. Let's try again!",continue_line:"Continue drawing the line for the new road. Remember that you can drag and zoom the map if needed.{br}When you are finished drawing, click on the last node again. **Finish drawing the road.**",choose_category_road:"**Select {category} from the list.**",choose_preset_residential:"There are many different types of roads, but this one is a residential road. **Choose the {preset} type.**",retry_preset_residential:"You didn't select the {preset} type. **Click here to choose again.**",name_road:"**Give this road a name, then hit escape, enter, or click the {button} button to close the feature editor.**",did_name_road:"Looks good! Next we will learn how to update the shape of a line.",update_line:"Sometimes you will need to change the shape of an existing line. Here is a road that doesn't look quite right.",add_node:"We can add some nodes to this line to improve its shape. One way to add a node is to double-click the line where you want to add a node. **Double-click on the line to create a new node.**",start_drag_endpoint:"When a line is selected, you can drag any of its nodes by clicking and holding down the left mouse button while you drag. **Drag the endpoint to the place where these roads should intersect.**",finish_drag_endpoint:"This spot looks good. **Release the left mouse button to finish dragging.**",start_drag_midpoint:"Small triangles are drawn at the *midpoints* between nodes. Another way to create a new node is to drag a midpoint to a new location. **Drag the midpoint triangle to create a new node along the curve of the road.**",continue_drag_midpoint:"This line is looking much better! Continue to adjust this line by double-clicking or dragging midpoints until the curve matches the road shape. **When you're happy with how the line looks, click OK.**",delete_lines:"It's OK to delete lines for roads that don't exist in the real world.{br}Here's an example where the city planned a {street} but never built it. We can improve this part of the map by deleting the extra lines.",rightclick_intersection:"The last real street is {street1}, so we will *split* {street2} at this intersection and remove everything above it. **Right click on the intersection node.**",split_intersection:"**Click on the {button} button to split {street}.**",retry_split:"You didn't click the Split button. Try again.",did_split_multi:"Good job! {street1} is now split into two pieces. The top part can be removed. **Click the top part of {street2} to select it.**",did_split_single:"**Click the top part of {street2} to select it.**",multi_select:"{selected} is now selected. Let's also select {other1}. You can shift-click to select multiple things. **Shift-click on {other2}.**",multi_rightclick:"Good! Both lines to delete are now selected. **Right-click on one of the lines to show the edit menu.**",multi_delete:"**Click on the {button} button to delete the extra lines.**",retry_delete:"You didn't click the Delete button. Try again.",play:"Great! Use the skills that you've learned in this chapter to practice editing some more lines. **When you are ready to continue to the next chapter, click '{next}'.**"},buildings:{title:"Buildings",add_building:"OpenStreetMap is the world's largest database of buildings.{br}You can help improve this database by tracing buildings that aren't already mapped. **Click the {button} Area button to add a new area.**",start_building:"Let's add this house to the map by tracing its outline.{br}Buildings should be traced around their footprint as accurately as possible. **Click or press spacebar to place a starting node on one of the corners of the building.**",continue_building:"Continue adding more nodes to trace the outline of the building. Remember that you can zoom in if you want to add more details.{br}Finish the building by pressing enter, or clicking again on either the first or last node. **Finish tracing the building.**",retry_building:"It looks like you had some trouble placing the nodes at the building corners. Try again!",choose_category_building:"**Choose {category} from the list.**",choose_preset_house:"There are many different types of buildings, but this one is clearly a house.{br}If you're not sure of the type, it's OK to just choose the generic Building type. **Choose the {preset} type.**",close:"**Hit escape or click the {button} button to close the feature editor.**",rightclick_building:"**Right-click to select the building you created and show the edit menu.**",square_building:"The house that you just added will look even better with perfectly square corners. **Click on the {button} button to square the building shape.**",retry_square:"You didn't click the Square button. Try again.",done_square:"See how the corners of the building moved into place? Let's learn another useful trick.",add_tank:"Next we'll trace this circular storage tank. **Click the {button} Area button to add a new area.**",start_tank:"Don't worry, you won't need to draw a perfect circle. Just draw an area inside the tank that touches its edge. **Click or press spacebar to place a starting node on the edge of the tank.**",continue_tank:"Add a few more nodes around the edge. The circle will be created outside the nodes that you draw.{br}Finish the area by pressing enter, or clicking again on either the first or last node. **Finish tracing the tank.**",search_tank:"**Search for '{preset}'.**",choose_tank:"**Choose {preset} from the list.**",rightclick_tank:"**Right-click to select the storage tank you created and show the edit menu.**",circle_tank:"**Click on the {button} button to make the tank a circle.**",retry_circle:"You didn't click the Circularize button. Try again.",play:"Great Job! Practice tracing a few more buildings, and try some of the other commands on the edit menu. **When you are ready to continue to the next chapter, click '{next}'.**"},startediting:{title:"Start Editing",help:"You're now ready to edit OpenStreetMap!{br}You can replay this walkthrough anytime or view more documentation by clicking the {button} Help button or pressing the '{key}' key.",shortcuts:"You can view a list of commands along with their keyboard shortcuts by pressing the '{key}' key.",save:"Don't forget to regularly save your changes!",start:"Start mapping!"}},shortcuts:{title:"Keyboard shortcuts",tooltip:"Show the keyboard shortcuts screen.",toggle:{key:"?"},key:{alt:"Alt",backspace:"Backspace",cmd:"Cmd",ctrl:"Ctrl","delete":"Delete",del:"Del",end:"End",enter:"Enter",esc:"Esc",home:"Home",option:"Option",pause:"Pause",pgdn:"PgDn",pgup:"PgUp","return":"Return",shift:"Shift",space:"Space"},gesture:{drag:"drag"},or:"-or-",browsing:{title:"Browsing",navigation:{title:"Navigation",pan:"Pan map",pan_more:"Pan map by one screenful",zoom:"Zoom in / Zoom out",zoom_more:"Zoom in / Zoom out by a lot"},help:{title:"Help",help:"Show help/documentation",keyboard:"Show keyboard shortcuts"},display_options:{title:"Display options",background:"Show background options",background_switch:"Switch back to last background",map_data:"Show map data options",fullscreen:"Enter full screen mode",wireframe:"Toggle wireframe mode",minimap:"Toggle minimap"},selecting:{title:"Selecting features",select_one:"Select a single feature",select_multi:"Select multiple features",lasso:"Draw a selection lasso around features",search:"Find features matching search text"},with_selected:{title:"With feature selected",edit_menu:"Toggle edit menu"},vertex_selected:{title:"With node selected",previous:"Jump to previous node",next:"Jump to next node",first:"Jump to first node",last:"Jump to last node",change_parent:"Switch parent way"}},editing:{title:"Editing",drawing:{title:"Drawing",add_point:"'Add point' mode",add_line:"'Add line' mode",add_area:"'Add area' mode",place_point:"Place a point",disable_snap:"Hold to disable point snapping",stop_line:"Finish drawing a line or area"},operations:{title:"Operations",continue_line:"Continue a line at the selected node",merge:"Combine (merge) selected features",disconnect:"Disconnect features at the selected node",split:"Split a line into two at the selected node",reverse:"Reverse a line",move:"Move selected features",rotate:"Rotate selected features",orthogonalize:"Straighten line / Square area corners",circularize:"Circularize a closed line or area",reflect_long:"Reflect features across the longer axis",reflect_short:"Reflect features across the shorter axis","delete":"Delete selected features"},commands:{title:"Commands",copy:"Copy selected features",paste:"Paste copied features",undo:"Undo last action",redo:"Redo last action",save:"Save changes"}},tools:{title:"Tools",info:{title:"Information",all:"Toggle all information panels",background:"Toggle background panel",history:"Toggle history panel",location:"Toggle location panel",measurement:"Toggle measurement panel"}}},units:{feet:"{quantity} ft",miles:"{quantity} mi",square_feet:"{quantity} sq ft",square_miles:"{quantity} sq mi",acres:"{quantity} ac",meters:"{quantity} m",kilometers:"{quantity} km",square_meters:"{quantity} m²",square_kilometers:"{quantity} km²",hectares:"{quantity} ha",area_pair:"{area1} ({area2})",arcdegrees:"{quantity}°",arcminutes:"{quantity}′",arcseconds:"{quantity}″",north:"N",south:"S",east:"E",west:"W",coordinate:"{coordinate}{direction}",coordinate_pair:"{latitude}, {longitude}"},presets:{categories:{"category-barrier":{name:"Barrier Features"},"category-building":{name:"Building Features"},"category-golf":{name:"Golf Features"},"category-landuse":{name:"Land Use Features"},"category-natural-area":{name:"Natural Features"},"category-natural-line":{name:"Natural Features"},"category-natural-point":{name:"Natural Features"},"category-path":{name:"Path Features"},"category-rail":{name:"Rail Features"},"category-restriction":{name:"Restriction Features"},"category-road":{name:"Road Features"},"category-route":{name:"Route Features"},"category-water-area":{name:"Water Features"},"category-water-line":{name:"Water Features"}},fields:{access_simple:{label:"Allowed Access"},access:{label:"Allowed Access",placeholder:"Not Specified",types:{access:"All",foot:"Foot",motor_vehicle:"Motor Vehicles",bicycle:"Bicycles",horse:"Horses"},options:{yes:{title:"Allowed",description:"Access permitted by law; a right of way"},no:{title:"Prohibited",description:"Access not permitted to the general public"},permissive:{title:"Permissive",description:"Access permitted until such time as the owner revokes the permission"},"private":{title:"Private",description:"Access permitted only with permission of the owner on an individual basis"},designated:{title:"Designated",description:"Access permitted according to signs or specific local laws"},destination:{title:"Destination",description:"Access permitted only to reach a destination"},dismount:{title:"Dismount",description:"Access permitted but rider must dismount"}}},address:{label:"Address",placeholders:{block_number:"Block Number","block_number!jp":"Block No.",city:"City","city!jp":"City/Town/Village/Tokyo Special Ward","city!vn":"City/Town",conscriptionnumber:"123",country:"Country",county:"County","county!jp":"District",district:"District","district!vn":"Arrondissement/Town/District",floor:"Floor",hamlet:"Hamlet",housename:"Housename",housenumber:"123","housenumber!jp":"Building No./Lot No.",neighbourhood:"Neighbourhood","neighbourhood!jp":"Chōme/Aza/Koaza",place:"Place",postcode:"Postcode",province:"Province","province!jp":"Prefecture",quarter:"Quarter","quarter!jp":"Ōaza/Machi",state:"State",street:"Street",subdistrict:"Subdistrict","subdistrict!vn":"Ward/Commune/Townlet",suburb:"Suburb","suburb!jp":"Ward",unit:"Unit"}},admin_level:{label:"Admin Level"},aerialway:{label:"Type"},"aerialway/access":{label:"Access",options:{entry:"Entry",exit:"Exit",both:"Both"}},"aerialway/bubble":{label:"Bubble"},"aerialway/capacity":{label:"Capacity (per hour)",placeholder:"500, 2500, 5000..."},"aerialway/duration":{label:"Duration (minutes)",placeholder:"1, 2, 3..."},"aerialway/heating":{label:"Heated"},"aerialway/occupancy":{label:"Occupancy",placeholder:"2, 4, 8..."},"aerialway/summer/access":{label:"Access (summer)",options:{entry:"Entry",exit:"Exit",both:"Both"}},aeroway:{label:"Type"},agrarian:{label:"Products"},amenity:{label:"Type"},animal_boarding:{label:"For Animals"},animal_breeding:{label:"For Animals"},animal_shelter:{label:"For Animals"},"area/highway":{label:"Type"},artist:{label:"Artist"},artwork_type:{label:"Type"},atm:{label:"ATM"},backrest:{label:"Backrest"},barrier:{label:"Type"},"bath/open_air":{label:"Open Air"},"bath/sand_bath":{label:"Sand Bath"},"bath/type":{label:"Specialty",options:{onsen:"Japanese Onsen",foot_bath:"Foot Bath",hot_spring:"Hot Spring"}},beauty:{label:"Shop Type"},bench:{label:"Bench"},bicycle_parking:{label:"Type"},bin:{label:"Waste Bin"},blood_components:{label:"Blood Components",options:{whole:"whole blood",plasma:"plasma",platelets:"platelets",stemcells:"stem cell samples"}},board_type:{label:"Type"},booth:{label:"Booth"},boules:{label:"Type"},boundary:{label:"Type"},brand:{label:"Brand"},brewery:{label:"Draft Beers"},bridge:{label:"Type",placeholder:"Default"},building_area:{label:"Building"},building:{label:"Building"},bunker_type:{label:"Type"},cables:{label:"Cables",placeholder:"1, 2, 3..."},"camera/direction":{label:"Direction (Degrees Clockwise)",placeholder:"45, 90, 180, 270"},"camera/mount":{label:"Camera Mount"},"camera/type":{label:"Camera Type",options:{fixed:"Fixed",panning:"Panning",dome:"Dome"}},capacity:{label:"Capacity",placeholder:"50, 100, 200..."},castle_type:{label:"Type"},clothes:{label:"Clothes"},club:{label:"Type"},collection_times:{label:"Collection Times"},comment:{label:"Changeset Comment",placeholder:"Brief description of your contributions (required)"},communication_multi:{label:"Communication Types"},construction:{label:"Type"},"contact/webcam":{label:"Webcam URL",placeholder:"http://example.com/"},content:{label:"Content"},country:{label:"Country"},covered:{label:"Covered"},craft:{label:"Type"},"crane/type":{label:"Crane Type",options:{portal_crane:"Portal Crane","floor-mounted_crane":"Floor-mounted Crane",travel_lift:"Travel Lift"}},crop:{label:"Crops"},crossing:{label:"Type"},cuisine:{label:"Cuisines"},currency_multi:{label:"Currency Types"},cutting:{label:"Type",placeholder:"Default"},cycle_network:{label:"Network"},cycleway:{label:"Bike Lanes",placeholder:"none",types:{"cycleway:left":"Left side","cycleway:right":"Right side"},options:{none:{title:"None",description:"No bike lane"},lane:{title:"Standard bike lane",description:"A bike lane separated from auto traffic by a painted line"},shared_lane:{title:"Shared bike lane",description:"A bike lane with no separation from auto traffic"},track:{title:"Bike track",description:"A bike lane separated from traffic by a physical barrier"},share_busway:{title:"Bike lane shared with bus",description:"A bike lane shared with a bus lane"},opposite_lane:{title:"Opposite bike lane",description:"A bike lane that travels in the opposite direction of traffic"},opposite:{title:"Contraflow bike lane",description:"A bike lane that travels in both directions on a one-way street"}}},"dance/style":{label:"Dance Styles"},date:{label:"Date"},delivery:{label:"Delivery"},denomination:{label:"Denomination"},denotation:{label:"Denotation"},description:{label:"Description"},devices:{label:"Devices",placeholder:"1, 2, 3..."},diaper:{label:"Diaper Changing Available"},direction_cardinal:{label:"Direction",options:{N:"North",E:"East",S:"South",W:"West",NE:"Northeast",SE:"Southeast",SW:"Southwest",NW:"Northwest",NNE:"North-northeast",ENE:"East-northeast",ESE:"East-southeast",SSE:"South-southeast",SSW:"South-southwest",WSW:"West-southwest",WNW:"West-northwest",NNW:"North-northwest"}},direction_clock:{label:"Direction",options:{clockwise:"Clockwise",anticlockwise:"Counterclockwise"}},direction_vertex:{label:"Direction",options:{forward:"Forward",backward:"Backward",both:"Both / All"}},direction:{label:"Direction (Degrees Clockwise)",placeholder:"45, 90, 180, 270"},dispensing:{label:"Dispenses Prescriptions"},display:{label:"Display"},distance:{label:"Total Distance"},dock:{label:"Type"},drive_through:{label:"Drive-Through"},duration:{label:"Duration",placeholder:"00:00"},electrified:{label:"Electrification",placeholder:"Contact Line, Electrified Rail...",options:{contact_line:"Contact Line",rail:"Electrified Rail",yes:"Yes (unspecified)",no:"No"}},elevation:{label:"Elevation"},email:{label:"Email",placeholder:"example@example.com"},embankment:{label:"Type",placeholder:"Default"},emergency:{label:"Emergency"},entrance:{label:"Type"},except:{label:"Exceptions"},faces:{label:"Faces"},fax:{label:"Fax",placeholder:"+31 42 123 4567"},fee:{label:"Fee"},fence_type:{label:"Type"},"fire_hydrant/position":{label:"Position",options:{lane:"Lane",parking_lot:"Parking Lot",sidewalk:"Sidewalk",green:"Green"}},"fire_hydrant/type":{label:"Type",options:{pillar:"Pillar/Aboveground",underground:"Underground",wall:"Wall",pond:"Pond"}},fitness_station:{label:"Equipment Type"},fixme:{label:"Fix Me"},ford:{label:"Type",placeholder:"Default"},frequency:{label:"Operating Frequency"},fuel_multi:{label:"Fuel Types"},fuel:{label:"Fuel"},gauge:{label:"Gauge"},gender:{label:"Gender",placeholder:"Unknown",options:{male:"Male",female:"Female",unisex:"Unisex"}},"generator/method":{label:"Method"},"generator/output/electricity":{label:"Power Output",placeholder:"50 MW, 100 MW, 200 MW..."},"generator/source":{label:"Source"},"generator/type":{label:"Type"},government:{label:"Type"},grape_variety:{label:"Grape Varieties"},handicap:{label:"Handicap",placeholder:"1-18"},handrail:{label:"Handrail"},hashtags:{label:"Suggested Hashtags",placeholder:"#example"},healthcare:{label:"Type"},"healthcare/speciality":{label:"Specialties"},height:{label:"Height (Meters)"},highway:{label:"Type"},historic:{label:"Type"},"historic/civilization":{label:"Historic Civilization"},hoops:{label:"Hoops",placeholder:"1, 2, 4..."},horse_dressage:{label:"Dressage Riding",options:{"undefined":"No",equestrian:"Yes"}},horse_riding:{label:"Horseback Riding",options:{"undefined":"No",horse_riding:"Yes"}},horse_scale:{label:"Horseback Riding Difficulty",placeholder:"Difficult, Dangerous...",options:{common:"Easy: No problems or difficulties. (default)",demanding:"Use with caution: Uneven way, occasional difficult passages.",difficult:"Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.",critical:"Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.",dangerous:"Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.",impossible:"Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."}},horse_stables:{label:"Riding Stable",options:{"undefined":"No",stables:"Yes"}},iata:{label:"IATA"},icao:{label:"ICAO"},incline_steps:{label:"Incline",options:{up:"Up",down:"Down"}},incline:{label:"Incline"},indoor:{label:"Indoor"},industrial:{label:"Type"},information:{label:"Type"},inscription:{label:"Inscription"},intermittent:{label:"Intermittent"},internet_access:{label:"Internet Access",options:{yes:"Yes",no:"No",wlan:"Wifi",wired:"Wired",terminal:"Terminal"}},"internet_access/fee":{label:"Internet Access Fee"},"internet_access/ssid":{label:"SSID (Network Name)"},kerb:{label:"Curb"},label:{label:"Label"},lamp_type:{label:"Type"},landuse:{label:"Type"},lanes:{label:"Lanes",placeholder:"1, 2, 3..."},layer:{label:"Layer",placeholder:"0"},leaf_cycle_singular:{label:"Leaf Cycle",options:{evergreen:"Evergreen",deciduous:"Deciduous",semi_evergreen:"Semi-Evergreen",semi_deciduous:"Semi-Deciduous"}},leaf_cycle:{label:"Leaf Cycle",options:{evergreen:"Evergreen",deciduous:"Deciduous",semi_evergreen:"Semi-Evergreen",semi_deciduous:"Semi-Deciduous",mixed:"Mixed"}},leaf_type_singular:{label:"Leaf Type",options:{broadleaved:"Broadleaved",needleleaved:"Needleleaved",leafless:"Leafless"}},leaf_type:{label:"Leaf Type",options:{broadleaved:"Broadleaved",needleleaved:"Needleleaved",mixed:"Mixed",leafless:"Leafless"}},leisure:{label:"Type"},length:{label:"Length (Meters)"},level:{label:"Level"},levels:{label:"Levels",placeholder:"2, 4, 6..."},lit:{label:"Lit"},location:{label:"Location"},man_made:{label:"Type"},manhole:{label:"Type"},map_size:{label:"Coverage"},map_type:{label:"Type"},maxheight:{label:"Max Height",placeholder:"4, 4.5, 5, 14'0\", 14'6\", 15'0\""},maxspeed:{label:"Speed Limit",placeholder:"40, 50, 60..."},"maxspeed/advisory":{label:"Advisory Speed Limit",placeholder:"40, 50, 60..."},maxstay:{label:"Max Stay"},maxweight:{label:"Max Weight"},memorial:{label:"Type"},monitoring_multi:{label:"Monitoring"},"mtb/scale":{label:"Mountain Biking Difficulty",placeholder:"0, 1, 2, 3...",options:{"0":"0: Solid gravel/packed earth, no obstacles, wide curves","1":"1: Some loose surface, small obstacles, wide curves","2":"2: Much loose surface, large obstacles, easy hairpins","3":"3: Slippery surface, large obstacles, tight hairpins","4":"4: Loose surface or boulders, dangerous hairpins","5":"5: Maximum difficulty, boulder fields, landslides","6":"6: Not rideable except by the very best mountain bikers"}},"mtb/scale/imba":{label:"IMBA Trail Difficulty",placeholder:"Easy, Medium, Difficult...",options:{"0":"Easiest (white circle)","1":"Easy (green circle)","2":"Medium (blue square)","3":"Difficult (black diamond)","4":"Extremely Difficult (double black diamond)"}},"mtb/scale/uphill":{label:"Mountain Biking Uphill Difficulty",placeholder:"0, 1, 2, 3...",options:{"0":"0: Avg. incline <10%, gravel/packed earth, no obstacles","1":"1: Avg. incline <15%, gravel/packed earth, few small objects","2":"2: Avg. incline <20%, stable surface, fistsize rocks/roots","3":"3: Avg. incline <25%, variable surface, fistsize rocks/branches","4":"4: Avg. incline <30%, poor condition, big rocks/branches","5":"5: Very steep, bike generally needs to be pushed or carried"}},name:{label:"Name",placeholder:"Common name (if any)"},natural:{label:"Natural"},network_bicycle:{label:"Network Type",placeholder:"Local, Regional, National, International",options:{lcn:"Local",rcn:"Regional",ncn:"National",icn:"International"}},network_foot:{label:"Network Type",placeholder:"Local, Regional, National, International",options:{lwn:"Local",rwn:"Regional",nwn:"National",iwn:"International"}},network_horse:{label:"Network Type",placeholder:"Local, Regional, National, International",options:{lhn:"Local",rhn:"Regional",nhn:"National",ihn:"International"}},network_road:{label:"Network"},network:{label:"Network"},note:{label:"Note"},office:{label:"Type"},oneway_yes:{label:"One Way",options:{"undefined":"Assumed to be Yes",yes:"Yes",no:"No",reversible:"Reversible",alternating:"Alternating"}},oneway:{label:"One Way",options:{"undefined":"Assumed to be No",yes:"Yes",no:"No",reversible:"Reversible",alternating:"Alternating"}},opening_hours:{label:"Hours"},operator:{label:"Operator"},outdoor_seating:{label:"Outdoor Seating"},par:{label:"Par",placeholder:"3, 4, 5..."},park_ride:{label:"Park and Ride"},parking:{label:"Type",options:{surface:"Surface","multi-storey":"Multilevel",underground:"Underground",sheds:"Sheds",carports:"Carports",garage_boxes:"Garage Boxes",lane:"Roadside Lane"}},payment_multi:{label:"Payment Types"},phases:{label:"Phases",placeholder:"1, 2, 3..."},phone:{label:"Telephone",placeholder:"+31 42 123 4567"},"piste/difficulty":{label:"Difficulty",placeholder:"Easy, Intermediate, Advanced...",options:{novice:"Novice (instructional)",easy:"Easy (green circle)",intermediate:"Intermediate (blue square)",advanced:"Advanced (black diamond)",expert:"Expert (double black diamond)",freeride:"Freeride (off-piste)",extreme:"Extreme (climbing equipment required)"}},"piste/grooming":{label:"Grooming",options:{classic:"Classic",mogul:"Mogul",backcountry:"Backcountry","classic+skating":"Classic and Skating",scooter:"Scooter/Snowmobile",skating:"Skating"}},"piste/type":{label:"Type",options:{downhill:"Downhill",nordic:"Nordic",skitour:"Skitour",sled:"Sled",hike:"Hike",sleigh:"Sleigh",ice_skate:"Ice Skate",snow_park:"Snow Park",playground:"Playground"}},place:{label:"Type"},plant:{label:"Plant"},"plant/output/electricity":{label:"Power Output",placeholder:"500 MW, 1000 MW, 2000 MW..."},"playground/baby":{label:"Baby Seat"},"playground/max_age":{label:"Maximum Age"},"playground/min_age":{label:"Minimum Age"},population:{label:"Population"},power_supply:{label:"Power Supply"},power:{label:"Type"},produce:{label:"Produce"},product:{label:"Products"},railway:{label:"Type"},"railway/position":{label:"Milestone Position",placeholder:"Distance to one decimal (123.4)"},"railway/signal/direction":{label:"Direction",options:{forward:"Forward",backward:"Backward",both:"Both / All"}},rating:{label:"Power Rating"},recycling_accepts:{label:"Accepts"},ref_aeroway_gate:{label:"Gate Number"},ref_golf_hole:{label:"Hole Number",placeholder:"1-18"},ref_highway_junction:{label:"Junction Number"},ref_platform:{label:"Platform Number"},ref_road_number:{label:"Road Number"},ref_route:{label:"Route Number"},ref_runway:{label:"Runway Number",placeholder:"e.g. 01L/19R"},ref_stop_position:{label:"Stop Number"},ref_taxiway:{label:"Taxiway Name",placeholder:"e.g. A5"},ref:{label:"Reference Code"},"ref/isil":{label:"ISIL Code"},relation:{label:"Type"},religion:{label:"Religion"},restriction:{label:"Type"},restrictions:{label:"Turn Restrictions"},rooms:{label:"Rooms"},route_master:{label:"Type"},route:{label:"Type"},sac_scale:{label:"Hiking Difficulty",placeholder:"Mountain Hiking, Alpine Hiking...",options:{hiking:"T1: Hiking",mountain_hiking:"T2: Mountain Hiking",demanding_mountain_hiking:"T3: Demanding Mountain Hiking",alpine_hiking:"T4: Alpine Hiking",demanding_alpine_hiking:"T5: Demanding Alpine Hiking",difficult_alpine_hiking:"T6: Difficult Alpine Hiking"}},sanitary_dump_station:{label:"Toilet Disposal"},seasonal:{label:"Seasonal"},second_hand:{label:"Sells Used",placeholder:"Yes, No, Only",options:{yes:"Yes",no:"No",only:"Only"}},service_rail:{label:"Service Type",options:{spur:"Spur",yard:"Yard",siding:"Siding",crossover:"Crossover"}},service_times:{label:"Service Times"},service:{label:"Type"},"service/bicycle":{label:"Services"},"service/vehicle":{label:"Services"},shelter_type:{label:"Type"},shelter:{label:"Shelter"},shop:{label:"Type"},"siren/purpose":{label:"Purpose"},"siren/type":{label:"Type",options:{pneumatic:"Pneumatic",electronic:"Electronic",other:"Other"}},site:{label:"Type"},smoking:{label:"Smoking",placeholder:"No, Separated, Yes...",options:{no:"No smoking anywhere",separated:"In smoking areas, not physically isolated",isolated:"In smoking areas, physically isolated",outside:"Allowed outside",yes:"Allowed everywhere",dedicated:"Dedicated to smokers (e.g. smokers' club)"}},smoothness:{label:"Smoothness",placeholder:"Thin Rollers, Wheels, Off-Road...",options:{excellent:"Thin Rollers: rollerblade, skateboard",good:"Thin Wheels: racing bike",intermediate:"Wheels: city bike, wheelchair, scooter",bad:"Robust Wheels: trekking bike, car, rickshaw",very_bad:"High Clearance: light duty off-road vehicle",horrible:"Off-Road: heavy duty off-road vehicle",very_horrible:"Specialized off-road: tractor, ATV",impassable:"Impassable / No wheeled vehicle"}},social_facility_for:{label:"People Served"},social_facility:{label:"Type"},source:{label:"Sources"},sport_ice:{label:"Sports"},sport_racing_motor:{label:"Sports"},sport_racing_nonmotor:{label:"Sports"},sport:{label:"Sports"},stars:{label:"Stars"},start_date:{label:"Start Date"},step_count:{label:"Number of Steps"},stop:{label:"Stop Type",options:{all:"All Ways",minor:"Minor Road"}},structure_waterway:{label:"Structure",placeholder:"Unknown",options:{tunnel:"Tunnel"}},structure:{label:"Structure",placeholder:"Unknown",options:{bridge:"Bridge",tunnel:"Tunnel",embankment:"Embankment",cutting:"Cutting",ford:"Ford"}},studio:{label:"Type"},substance:{label:"Substance"},substation:{label:"Type"},supervised:{label:"Supervised"},support:{label:"Support"},surface:{label:"Surface"},surveillance:{label:"Surveillance Kind"},"surveillance/type":{label:"Surveillance Type",options:{camera:"Camera",guard:"Guard",ALPR:"Automatic License Plate Reader"}},"surveillance/zone":{label:"Surveillance Zone"},"switch":{label:"Type",options:{mechanical:"Mechanical",circuit_breaker:"Circuit Breaker",disconnector:"Disconnector",earthing:"Earthing"}},tactile_paving:{label:"Tactile Paving"},takeaway:{label:"Takeaway",placeholder:"Yes, No, Takeaway Only...",options:{yes:"Yes",no:"No",only:"Takeaway Only"}},"toilets/disposal":{label:"Disposal",options:{flush:"Flush",pitlatrine:"Pit/Latrine",chemical:"Chemical",bucket:"Bucket"}},toll:{label:"Toll"},tomb:{label:"Type"},tourism_attraction:{label:"Tourism"},tourism:{label:"Type"},"tower/construction":{label:"Construction",placeholder:"Guyed, Lattice, Concealed, ..."},"tower/type":{label:"Type"},tracktype:{label:"Track Type",placeholder:"Solid, Mostly Solid, Soft...",options:{grade1:"Solid: paved or heavily compacted hardcore surface",grade2:"Mostly Solid: gravel/rock with some soft material mixed in",grade3:"Even mixture of hard and soft materials",grade4:"Mostly Soft: soil/sand/grass with some hard material mixed in",grade5:"Soft: soil/sand/grass"}},trade:{label:"Type"},traffic_calming:{label:"Type"},traffic_signals:{label:"Type"},"traffic_signals/direction":{label:"Direction",options:{forward:"Forward",backward:"Backward",both:"Both / All"}},trail_visibility:{label:"Trail Visibility",placeholder:"Excellent, Good, Bad...",options:{excellent:"Excellent: unambiguous path or markers everywhere",good:"Good: markers visible, sometimes require searching",intermediate:"Intermediate: few markers, path mostly visible",bad:"Bad: no markers, path sometimes invisible/pathless",horrible:"Horrible: often pathless, some orientation skills required",no:"No: pathless, excellent orientation skills required"}},transformer:{label:"Type",options:{distribution:"Distribution",generator:"Generator",converter:"Converter",traction:"Traction",auto:"Autotransformer",phase_angle_regulator:"Phase Angle Regulator",auxiliary:"Auxiliary",yes:"Unknown"}},trees:{label:"Trees"},tunnel:{label:"Type",placeholder:"Default"},usage_rail:{label:"Usage Type",options:{main:"Main",branch:"Branch",industrial:"Industrial",military:"Military",test:"Test",tourism:"Tourism"}},vending:{label:"Types of Goods"},visibility:{label:"Visibility",options:{house:"Up to 5m (16ft)",street:"5 to 20m (16 to 65ft)",area:"Over 20m (65ft)"}},"volcano/status":{label:"Volcano Status",options:{active:"Active",dormant:"Dormant",extinct:"Extinct"}},"volcano/type":{label:"Volcano Type",options:{stratovolcano:"Stratovolcano",shield:"Shield",scoria:"Scoria"}},voltage:{label:"Voltage"},"voltage/primary":{label:"Primary Voltage"},"voltage/secondary":{label:"Secondary Voltage"},"voltage/tertiary":{label:"Tertiary Voltage"},wall:{label:"Type"},water_point:{label:"Water Point"},water:{label:"Type"},waterway:{label:"Type"},website:{label:"Website",placeholder:"http://example.com/"},wetland:{label:"Type"},wheelchair:{label:"Wheelchair Access"},wholesale:{label:"Wholesale"},width:{label:"Width (Meters)"},wikipedia:{label:"Wikipedia"},windings:{label:"Windings",placeholder:"1, 2, 3..."},"windings/configuration":{label:"Windings Configuration",options:{star:"Star / Wye",delta:"Delta","open-delta":"Open Delta",zigzag:"Zig Zag",open:"Open",scott:"Scott",leblanc:"Leblanc"}}},presets:{aerialway:{name:"Aerialway",terms:"ski lift,funifor,funitel"},aeroway:{name:"Aeroway",terms:""},amenity:{name:"Amenity",terms:""},circular:{name:"Traffic Circle",terms:""},highway:{name:"Highway",terms:""},place:{name:"Place",terms:""},power:{name:"Power",terms:""},railway:{name:"Railway",terms:""},roundabout:{name:"Roundabout",terms:""},waterway:{name:"Waterway",terms:""},address:{name:"Address",terms:""},"advertising/billboard":{name:"Billboard",terms:""},"advertising/column":{name:"Advertising Column",terms:""},"aerialway/station":{name:"Aerialway Station",terms:""},"aerialway/cable_car":{name:"Cable Car",terms:"tramway,ropeway"},"aerialway/chair_lift":{name:"Chair Lift",terms:""},"aerialway/drag_lift":{name:"Drag Lift",terms:""},"aerialway/gondola":{name:"Gondola",terms:""},"aerialway/goods":{name:"Goods Aerialway",terms:""},"aerialway/magic_carpet":{name:"Magic Carpet Lift",terms:""},"aerialway/mixed_lift":{name:"Mixed Lift",terms:""},"aerialway/platter":{name:"Platter Lift",terms:"button lift,poma lift"},"aerialway/pylon":{name:"Aerialway Pylon",terms:""},"aerialway/rope_tow":{name:"Rope Tow Lift",terms:"handle tow,bugel lift"},"aerialway/t-bar":{name:"T-bar Lift",terms:"tbar"},"aeroway/aerodrome":{name:"Airport",terms:"airplane,airport,aerodrome"},"aeroway/apron":{name:"Apron",terms:"ramp"},"aeroway/gate":{name:"Airport Gate",terms:""},"aeroway/hangar":{name:"Hangar",terms:""},"aeroway/helipad":{name:"Helipad",terms:"helicopter,helipad,heliport"},"aeroway/runway":{name:"Runway",terms:"landing strip"},"aeroway/taxiway":{name:"Taxiway",terms:""},"aeroway/terminal":{name:"Airport Terminal",terms:"airport,aerodrome"},"allotments/plot":{name:"Community Garden Plot",terms:""},"amenity/bus_station":{name:"Bus Station / Terminal",terms:""},"amenity/coworking_space":{name:"Coworking Space",terms:""},"amenity/ferry_terminal":{name:"Ferry Station / Terminal",terms:""},"amenity/nursing_home":{name:"Nursing Home",terms:""},"amenity/register_office":{name:"Register Office",terms:""},"amenity/scrapyard":{name:"Scrap Yard",terms:""},"amenity/swimming_pool":{name:"Swimming Pool",terms:""},"amenity/animal_boarding":{name:"Animal Boarding Facility",terms:"boarding,cat,cattery,dog,horse,kennel,kitten,pet,pet boarding,pet care,pet hotel,puppy,reptile"},"amenity/animal_breeding":{name:"Animal Breeding Facility",terms:"breeding,bull,cat,cow,dog,horse,husbandry,kitten,livestock,pet breeding,puppy,reptile"},"amenity/animal_shelter":{name:"Animal Shelter",terms:"adoption,aspca,cat,dog,horse,kitten,pet care,pet rescue,puppy,raptor,reptile,rescue,spca"},"amenity/arts_centre":{name:"Arts Center",terms:""},"amenity/atm":{name:"ATM",terms:"money,cash,machine"},"amenity/bank":{name:"Bank",terms:"credit union,check,deposit,fund,investment,repository,reserve,safe,savings,stock,treasury,trust,vault"},"amenity/bar":{name:"Bar",terms:"dive,beer,bier,booze"},"amenity/bbq":{name:"Barbecue/Grill",terms:"bbq,grill"},"amenity/bench":{name:"Bench",terms:"seat"},"amenity/bicycle_parking":{name:"Bicycle Parking",terms:"bike"},"amenity/bicycle_rental":{name:"Bicycle Rental",terms:"bike"},"amenity/bicycle_repair_station":{name:"Bicycle Repair Tool Stand",terms:"bike,repair,chain,pump"},"amenity/biergarten":{name:"Beer Garden",terms:"beer,bier,booze"},"amenity/boat_rental":{name:"Boat Rental",terms:""},"amenity/bureau_de_change":{name:"Currency Exchange",terms:"bureau de change,money changer"},"amenity/cafe":{name:"Cafe",terms:"bistro,coffee,tea"},"amenity/car_pooling":{name:"Car Pooling",terms:""},"amenity/car_rental":{name:"Car Rental",terms:""},"amenity/car_sharing":{name:"Car Sharing",terms:""},"amenity/car_wash":{name:"Car Wash",terms:""},"amenity/casino":{name:"Casino",terms:"gambling,roulette,craps,poker,blackjack"},"amenity/charging_station":{name:"Charging Station",terms:"EV,Electric Vehicle,Supercharger"},"amenity/childcare":{name:"Nursery/Childcare",terms:"daycare,orphanage,playgroup"},"amenity/cinema":{name:"Cinema",terms:"drive-in,film,flick,movie,theater,picture,show,screen"},"amenity/clinic":{name:"Clinic",terms:"medical,urgentcare"},"amenity/clinic/abortion":{name:"Abortion Clinic",terms:""},"amenity/clinic/fertility":{name:"Fertility Clinic",terms:"egg,fertility,reproductive,sperm,ovulation"},"amenity/clock":{name:"Clock",terms:""},"amenity/college":{name:"College Grounds",terms:"university"},"amenity/community_centre":{name:"Community Center",terms:"event,hall"},"amenity/compressed_air":{name:"Compressed Air",terms:""},"amenity/courthouse":{name:"Courthouse",terms:""},"amenity/crematorium":{name:"Crematorium",terms:"cemetery,funeral"},"amenity/dentist":{name:"Dentist",terms:"tooth,teeth"},"amenity/doctors":{name:"Doctor",terms:"medic*,physician"},"amenity/dojo":{name:"Dojo / Martial Arts Academy",terms:"martial arts,dojang"},"amenity/drinking_water":{name:"Drinking Water",terms:"fountain,potable"},"amenity/driving_school":{name:"Driving School",terms:""},"amenity/embassy":{name:"Embassy",terms:""},"amenity/fast_food":{name:"Fast Food",terms:"restaurant,takeaway"},"amenity/fire_station":{name:"Fire Station",terms:""},"amenity/food_court":{name:"Food Court",terms:"fast food,restaurant,food"},"amenity/fountain":{name:"Fountain",terms:""},"amenity/fuel":{name:"Gas Station",terms:"petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"},"amenity/grave_yard":{name:"Graveyard",terms:""},"amenity/grit_bin":{name:"Grit Bin",terms:"salt,sand"},"amenity/hospital":{name:"Hospital Grounds",terms:"clinic,doctor,emergency room,health,infirmary,institution,sanatorium,sanitarium,sick,surgery,ward"},"amenity/hunting_stand":{name:"Hunting Stand",terms:"game,gun,lookout,rifle,shoot*,wild,watch"},"amenity/ice_cream":{name:"Ice Cream Shop",terms:"gelato,sorbet,sherbet,frozen,yogurt"},"amenity/internet_cafe":{name:"Internet Cafe",terms:"cybercafe,taxiphone,teleboutique,coffee,cafe,net,lanhouse"},"amenity/kindergarten":{name:"Preschool/Kindergarten Grounds",terms:"kindergarden,pre-school"},"amenity/library":{name:"Library",terms:"book"},"amenity/love_hotel":{name:"Love Hotel",terms:""},"amenity/marketplace":{name:"Marketplace",terms:""},"amenity/monastery":{name:"Monastery Grounds",terms:"abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,monastery,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"},"amenity/motorcycle_parking":{name:"Motorcycle Parking",terms:""},"amenity/music_school":{name:"Music School",terms:"school of music"},"amenity/nightclub":{name:"Nightclub",terms:"disco*,night club,dancing,dance club"},"amenity/parking_entrance":{name:"Parking Garage Entrance/Exit",terms:""},"amenity/parking_space":{name:"Parking Space",terms:""},"amenity/parking":{name:"Car Parking",terms:""},"amenity/pavilion":{name:"Pavilion",terms:""},"amenity/pharmacy":{name:"Pharmacy",terms:"drug*,med*,prescription"},"amenity/place_of_worship":{name:"Place of Worship",terms:"abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"},"amenity/place_of_worship/buddhist":{name:"Buddhist Temple",terms:"stupa,vihara,monastery,temple,pagoda,zendo,dojo"},"amenity/place_of_worship/christian":{name:"Church",terms:"christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"},"amenity/place_of_worship/hindu":{name:"Hindu Temple",terms:"kovil,devasthana,mandir,kshetram,alayam,shrine,temple"},"amenity/place_of_worship/jewish":{name:"Synagogue",terms:"jewish"},"amenity/place_of_worship/muslim":{name:"Mosque",terms:"muslim"},"amenity/place_of_worship/shinto":{name:"Shinto Shrine",terms:"kami,torii"},"amenity/place_of_worship/sikh":{name:"Sikh Temple",terms:"gurudwara,temple"},"amenity/place_of_worship/taoist":{name:"Taoist Temple",terms:"daoist,monastery,temple"},"amenity/planetarium":{name:"Planetarium",terms:"museum,astronomy,observatory"},"amenity/police":{name:"Police",terms:"badge,constable,constabulary,cop,detective,fed,law,enforcement,officer,patrol"},"amenity/post_box":{name:"Mailbox",terms:"letter,post"},"amenity/post_office":{name:"Post Office",terms:"letter,mail"},"amenity/prison":{name:"Prison Grounds",terms:"cell,jail"},"amenity/pub":{name:"Pub",terms:"alcohol,drink,dive,beer,bier,booze"},"amenity/public_bath":{name:"Public Bath",terms:"onsen,foot bath,hot springs"},"amenity/public_bookcase":{name:"Public Bookcase",terms:"library,bookcrossing"},"amenity/ranger_station":{name:"Ranger Station",terms:"visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center"},"amenity/recycling_centre":{name:"Recycling Center",terms:"bottle,can,dump,glass,garbage,rubbish,scrap,trash"},"amenity/recycling":{name:"Recycling Container",terms:"bin,can,bottle,glass,garbage,rubbish,scrap,trash"},"amenity/restaurant":{name:"Restaurant",terms:"bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"},"amenity/sanitary_dump_station":{name:"RV Toilet Disposal",terms:"Motor Home,Camper,Sanitary,Dump Station,Elsan,CDP,CTDP,Chemical Toilet"},"amenity/school":{name:"School Grounds",terms:"academy,elementary school,middle school,high school"},"amenity/shelter":{name:"Shelter",terms:"lean-to,gazebo,picnic"},"amenity/shower":{name:"Shower",terms:"rain closet"},"amenity/smoking_area":{name:"Smoking Area",terms:""},"amenity/social_facility":{name:"Social Facility",terms:""},"amenity/social_facility/food_bank":{name:"Food Bank",terms:""},"amenity/social_facility/group_home":{name:"Elderly Group Home",terms:"old,senior,living,care home,assisted living"},"amenity/social_facility/homeless_shelter":{name:"Homeless Shelter",terms:"houseless,unhoused,displaced"},"amenity/social_facility/nursing_home":{name:"Nursing Home",terms:"elderly,living,nursing,old,senior,assisted living"},"amenity/studio":{name:"Studio",terms:"recording,radio,television"},"amenity/taxi":{name:"Taxi Stand",terms:"cab"},"amenity/telephone":{name:"Telephone",terms:"phone"},"amenity/theatre":{name:"Theater",terms:"theatre,performance,play,musical"},"amenity/toilets":{name:"Toilets",terms:"bathroom,restroom,outhouse,privy,head,lavatory,latrine,water closet,WC,W.C."},"amenity/townhall":{name:"Town Hall",terms:"village,city,government,courthouse,municipal"},"amenity/university":{name:"University Grounds",terms:"college"},"amenity/vending_machine":{name:"Vending Machine",terms:""},"amenity/vending_machine/news_papers":{name:"Newspaper Vending Machine",terms:"newspaper"},"amenity/vending_machine/cigarettes":{name:"Cigarette Vending Machine",terms:"cigarette"},"amenity/vending_machine/coffee":{name:"Coffee Vending Machine",terms:"coffee"},"amenity/vending_machine/condoms":{name:"Condom Vending Machine",terms:"condom"},"amenity/vending_machine/drinks":{name:"Drink Vending Machine",terms:"drink,soda,beverage,juice,pop"},"amenity/vending_machine/electronics":{name:"Electronics Vending Machine",terms:"cable,charger,earbud,headphone,phone,tablet"},"amenity/vending_machine/elongated_coin":{name:"Flat Coin Vending Machine",terms:"coin,crush,elongated,flatten,penny,souvenir"},"amenity/vending_machine/excrement_bags":{name:"Excrement Bag Vending Machine",terms:"excrement bags,poop,dog,animal"},"amenity/vending_machine/feminine_hygiene":{name:"Feminine Hygiene Vending Machine",terms:"condom,tampon,pad,woman,women,menstrual hygiene products,personal care"},"amenity/vending_machine/food":{name:"Food Vending Machine",terms:"food"},"amenity/vending_machine/fuel":{name:"Gas Pump",terms:"petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"},"amenity/vending_machine/ice_cream":{name:"Ice Cream Vending Machine",terms:"chocolate,ice cream,frozen,popsicle,vanilla"},"amenity/vending_machine/newspapers":{name:"Newspaper Vending Machine",terms:"newspaper"},"amenity/vending_machine/parcel_pickup_dropoff":{name:"Parcel Pickup/Dropoff Vending Machine",terms:"parcel,mail,pickup"},"amenity/vending_machine/parking_tickets":{name:"Parking Ticket Vending Machine",terms:"parking,ticket"},"amenity/vending_machine/public_transport_tickets":{name:"Transit Ticket Vending Machine",terms:"bus,train,ferry,rail,ticket,transportation"},"amenity/vending_machine/stamps":{name:"Postage Vending Machine",terms:"mail,postage,stamp"},"amenity/vending_machine/sweets":{name:"Snack Vending Machine",terms:"candy,gum,chip,pretzel,cookie,cracker"},"amenity/veterinary":{name:"Veterinary",terms:"pet clinic,veterinarian,animal hospital,pet doctor"},"amenity/waste_basket":{name:"Waste Basket",terms:"bin,garbage,rubbish,litter,trash"},"amenity/waste_disposal":{name:"Garbage Dumpster",terms:"garbage,rubbish,litter,trash"},"amenity/waste_transfer_station":{name:"Waste Transfer Station",terms:"dump,garbage,recycling,rubbish,scrap,trash"},"amenity/waste/dog_excrement":{name:"Dog Excrement Bin",terms:"bin,garbage,rubbish,litter,trash,poo,dog"},"amenity/water_point":{name:"RV Drinking Water",terms:""},"amenity/watering_place":{name:"Animal Watering Place",terms:""},area:{name:"Area",terms:""},"area/highway":{name:"Road Surface",terms:""},"attraction/amusement_ride":{name:"Amusement Ride",terms:"theme park,carnival ride"},"attraction/animal":{name:"Animal",terms:"zoo,theme park,animal park,lion,tiger,bear"},"attraction/big_wheel":{name:"Big Wheel",terms:"ferris wheel,theme park,amusement ride"},"attraction/bumper_car":{name:"Bumper Car",terms:"theme park,dodgem cars,autoscooter"},"attraction/bungee_jumping":{name:"Bungee Jumping",terms:"theme park,bungy jumping,jumping platform"},"attraction/carousel":{name:"Carousel",terms:"theme park,roundabout,merry-go-round,galloper,jumper,horseabout,flying horses"},"attraction/dark_ride":{name:"Dark Ride",terms:"theme park,ghost train"},"attraction/drop_tower":{name:"Drop Tower",terms:"theme park,amusement ride,gondola,tower,big drop"},"attraction/maze":{name:"Maze",terms:"theme park,amusement ride,labyrinth"},"attraction/pirate_ship":{name:"Pirate Ship",terms:"theme park,carnival ride,amusement ride"},"attraction/river_rafting":{name:"River Rafting",terms:"theme park,aquatic park,water park,rafting simulator,river rafting ride,river rapids ride"},"attraction/roller_coaster":{name:"Roller Coaster",terms:"theme park,amusement ride"},"attraction/train":{name:"Tourist Train",terms:"theme park,rackless train,road train,Tschu-Tschu train,dotto train,park train"},"attraction/water_slide":{name:"Water Slide",terms:"theme park,aquatic park,water park,flumes,water chutes,hydroslides"},barrier:{name:"Barrier",terms:""},"barrier/entrance":{name:"Entrance",terms:""},"barrier/block":{name:"Block",terms:""},"barrier/bollard":{name:"Bollard",terms:""},"barrier/border_control":{name:"Border Control",terms:""},"barrier/cattle_grid":{name:"Cattle Grid",terms:""},"barrier/city_wall":{name:"City Wall",terms:""},"barrier/cycle_barrier":{name:"Cycle Barrier",terms:""},"barrier/ditch":{name:"Trench",terms:""},"barrier/fence":{name:"Fence",terms:""},"barrier/gate":{name:"Gate",terms:""},"barrier/hedge":{name:"Hedge",terms:""},"barrier/kerb":{name:"Kerb",terms:""},"barrier/kissing_gate":{name:"Kissing Gate",terms:""},"barrier/lift_gate":{name:"Lift Gate",terms:""},"barrier/retaining_wall":{name:"Retaining Wall",terms:""},"barrier/stile":{name:"Stile",terms:""},"barrier/toll_booth":{name:"Toll Booth",terms:""},"barrier/wall":{name:"Wall",terms:""},"boundary/administrative":{name:"Administrative Boundary",terms:""},building:{name:"Building",terms:""},"building/bunker":{name:"Bunker",terms:""},"building/entrance":{name:"Entrance/Exit",terms:""},"building/train_station":{name:"Train Station",terms:""},"building/apartments":{name:"Apartments",terms:""},"building/barn":{name:"Barn",terms:""},"building/boathouse":{name:"Boathouse",terms:""},"building/bungalow":{name:"Bungalow",terms:"home,detached"},"building/cabin":{name:"Cabin",terms:""},"building/cathedral":{name:"Cathedral Building",terms:""},"building/chapel":{name:"Chapel Building",terms:""},"building/church":{name:"Church Building",terms:""},"building/civic":{name:"Civic Building",terms:""},"building/college":{name:"College Building",terms:"university"},"building/commercial":{name:"Commercial Building",terms:""},"building/construction":{name:"Building Under Construction",terms:""},"building/detached":{name:"Detached House",terms:"home,single,family,residence,dwelling"},"building/dormitory":{name:"Dormitory",terms:""},"building/farm_auxiliary":{name:"Farm Building",terms:""},"building/farm":{name:"Farm House",terms:""},"building/garage":{name:"Garage",terms:""},"building/garages":{name:"Garages",terms:""},"building/grandstand":{name:"Grandstand",terms:"tribune,stand,stands,bleachers"},"building/greenhouse":{name:"Greenhouse",terms:""},"building/hospital":{name:"Hospital Building",terms:""},"building/hotel":{name:"Hotel Building",terms:""},"building/house":{name:"House",terms:"home,family,residence,dwelling"},"building/hut":{name:"Hut",terms:""},"building/industrial":{name:"Industrial Building",terms:""},"building/kindergarten":{name:"Preschool/Kindergarten Building",terms:"kindergarden,pre-school"},"building/mosque":{name:"Mosque Building",terms:""},"building/public":{name:"Public Building",terms:""},"building/residential":{name:"Residential Building",terms:""},"building/retail":{name:"Retail Building",terms:""},"building/roof":{name:"Roof",terms:""},"building/ruins":{name:"Building Ruins",terms:""},"building/school":{name:"School Building",terms:"academy,elementary school,middle school,high school"},"building/semidetached_house":{name:"Semi-Detached House",terms:"home,double,duplex,twin,family,residence,dwelling"},"building/service":{name:"Service Building",terms:""},"building/shed":{name:"Shed",terms:""},"building/stable":{name:"Stable",terms:""},"building/stadium":{name:"Stadium Building",terms:""},"building/static_caravan":{name:"Static Mobile Home",terms:""},"building/temple":{name:"Temple Building",terms:""},"building/terrace":{name:"Row Houses",terms:"home,terrace,brownstone,family,residence,dwelling"},"building/transportation":{name:"Transportation Building",terms:""},"building/university":{name:"University Building",terms:"college"},"building/warehouse":{name:"Warehouse",terms:""},"camp_site/camp_pitch":{name:"Camp Pitch",terms:"tent,rv"},club:{name:"Club",terms:"social"},craft:{name:"Craft",terms:""},"craft/jeweler":{name:"Jeweler",terms:""},"craft/locksmith":{name:"Locksmith",terms:""},"craft/optician":{name:"Optician",terms:""},"craft/tailor":{name:"Tailor",terms:"clothes,suit"},"craft/basket_maker":{name:"Basket Maker",terms:""},"craft/beekeeper":{name:"Beekeeper",terms:""},"craft/blacksmith":{name:"Blacksmith",terms:""},"craft/boatbuilder":{name:"Boat Builder",terms:""},"craft/bookbinder":{name:"Bookbinder",terms:"book repair"},"craft/brewery":{name:"Brewery",terms:"alcohol,beer,beverage,bier,booze,cider"},"craft/carpenter":{name:"Carpenter",terms:"woodworker"},"craft/carpet_layer":{name:"Carpet Layer",terms:""},"craft/caterer":{name:"Caterer",terms:""},"craft/chimney_sweeper":{name:"Chimney Sweeper",terms:""},"craft/clockmaker":{name:"Clockmaker",terms:""},"craft/confectionery":{name:"Candy Maker",terms:"sweet,candy"},"craft/distillery":{name:"Distillery",terms:"alcohol,beverage,bourbon,booze,brandy,gin,hooch,liquor,mezcal,moonshine,rum,scotch,spirits,still,tequila,vodka,whiskey,whisky"},"craft/dressmaker":{name:"Dressmaker",terms:"seamstress"},"craft/electrician":{name:"Electrician",terms:"power,wire"},"craft/electronics_repair":{name:"Electronics Repair Shop",terms:""},"craft/gardener":{name:"Gardener",terms:"landscaper,grounds keeper"},"craft/glaziery":{name:"Glaziery",terms:"glass,stained-glass,window"},"craft/handicraft":{name:"Handicraft",terms:""},"craft/hvac":{name:"HVAC",terms:"heat*,vent*,air conditioning"},"craft/insulator":{name:"Insulator",terms:""},"craft/key_cutter":{name:"Key Cutter",terms:""},"craft/metal_construction":{name:"Metal Construction",terms:""},"craft/painter":{name:"Painter",terms:""},"craft/photographer":{name:"Photographer",terms:""},"craft/photographic_laboratory":{name:"Photographic Laboratory",terms:"film"},"craft/plasterer":{name:"Plasterer",terms:""},"craft/plumber":{name:"Plumber",terms:"pipe"},"craft/pottery":{name:"Pottery",terms:"ceramic"},"craft/rigger":{name:"Rigger",terms:""},"craft/roofer":{name:"Roofer",terms:""},"craft/saddler":{name:"Saddler",terms:""},"craft/sailmaker":{name:"Sailmaker",terms:""},"craft/sawmill":{name:"Sawmill",terms:"lumber"},"craft/scaffolder":{name:"Scaffolder",terms:""},"craft/sculptor":{name:"Sculptor",terms:""},"craft/shoemaker":{name:"Shoemaker",terms:"cobbler"},"craft/stonemason":{name:"Stonemason",terms:"masonry"},"craft/tiler":{name:"Tiler",terms:""},"craft/tinsmith":{name:"Tinsmith",terms:""},"craft/upholsterer":{name:"Upholsterer",terms:""},"craft/watchmaker":{name:"Watchmaker",terms:""},"craft/window_construction":{name:"Window Construction",terms:"glass"},"craft/winery":{name:"Winery",terms:""},embankment:{name:"Embankment",terms:""},"emergency/designated":{name:"Emergency Access Designated",terms:""},"emergency/destination":{name:"Emergency Access Destination",terms:""},"emergency/no":{name:"Emergency Access No",terms:""},"emergency/official":{name:"Emergency Access Official",terms:""},"emergency/private":{name:"Emergency Access Private",terms:""},"emergency/yes":{name:"Emergency Access Yes",terms:""},"emergency/ambulance_station":{name:"Ambulance Station",terms:"EMS,EMT,rescue"},"emergency/defibrillator":{name:"Defibrillator",terms:"AED"},"emergency/fire_alarm":{name:"Fire Alarm Call Box",terms:""},"emergency/fire_extinguisher":{name:"Fire Extinguisher",terms:""},"emergency/fire_hydrant":{name:"Fire Hydrant",terms:"fire plug"},"emergency/first_aid_kit":{name:"First Aid Kit",terms:"bandage,first aid,med,med kit,medic*,medkit"},"emergency/life_ring":{name:"Life Ring",terms:"life buoy,kisby ring,kisbie ring,perry buoy"},"emergency/lifeguard":{name:"Lifeguard",terms:"CPR,rescue"},"emergency/phone":{name:"Emergency Phone",terms:""},"emergency/siren":{name:"Siren",terms:"air raid,loud,noise,storm,tornado,warning"},"emergency/water_tank":{name:"Emergency Water Tank",terms:"water tank,cistern,reservoir"},entrance:{name:"Entrance/Exit",terms:""},"footway/crossing-raised":{name:"Raised Street Crossing",terms:"flat top,hump,speed,slow"},"footway/crossing":{name:"Street Crossing",terms:""},"footway/crosswalk-raised":{name:"Raised Pedestrian Crosswalk",terms:"zebra crossing,flat top,hump,speed,slow"},"footway/crosswalk":{name:"Pedestrian Crosswalk",terms:"zebra crossing"},"footway/sidewalk":{name:"Sidewalk",terms:""},ford:{name:"Ford",terms:""},"golf/bunker":{name:"Sand Trap",terms:"hazard,bunker"},"golf/fairway":{name:"Fairway",terms:""},"golf/green":{name:"Putting Green",terms:""},"golf/hole":{name:"Golf Hole",terms:""},"golf/lateral_water_hazard_area":{name:"Lateral Water Hazard",terms:""},"golf/lateral_water_hazard_line":{name:"Lateral Water Hazard",terms:""},"golf/rough":{name:"Rough",terms:""},"golf/tee":{name:"Tee Box",terms:"teeing ground"},"golf/water_hazard_area":{name:"Water Hazard",terms:""},"golf/water_hazard_line":{name:"Water Hazard",terms:""},healthcare:{name:"Healthcare Facility",terms:"clinic,doctor,disease,health,institution,sick,surgery,wellness"},"healthcare/alternative":{name:"Alternative Medicine",terms:"acupuncture,anthroposophical,applied kinesiology,aromatherapy,ayurveda,herbalism,homeopathy,hydrotherapy,hypnosis,naturopathy,osteopathy,reflexology,reiki,shiatsu,traditional,tuina,unani"},"healthcare/alternative/chiropractic":{name:"Chiropractor",terms:"back,pain,spine"},"healthcare/audiologist":{name:"Audiologist",terms:"ear,hearing,sound"},"healthcare/birthing_center":{name:"Birthing Center",terms:"baby,childbirth,delivery,labour,labor,pregnancy"},"healthcare/blood_donation":{name:"Blood Donor Center",terms:"blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation"},"healthcare/hospice":{name:"Hospice",terms:"terminal,illness"},"healthcare/laboratory":{name:"Medical Laboratory",terms:"medical_laboratory,medical_lab,blood_check"},"healthcare/midwife":{name:"Midwife",terms:"baby,childbirth,delivery,labour,labor,pregnancy"},"healthcare/occupational_therapist":{name:"Occupational Therapist",terms:"therapist,therapy"},"healthcare/optometrist":{name:"Optometrist",terms:"eye,glasses,lasik,lenses,vision"},"healthcare/physiotherapist":{name:"Physiotherapist",terms:"physical,therapist,therapy"},"healthcare/podiatrist":{name:"Podiatrist",terms:"foot,feet,nails"},"healthcare/psychotherapist":{name:"Psychotherapist",terms:"anxiety,counselor,depression,mental health,mind,suicide,therapist,therapy"},"healthcare/rehabilitation":{name:"Rehabilitation Facility",terms:"rehab,therapist,therapy"},"healthcare/speech_therapist":{name:"Speech Therapist",terms:"speech,therapist,therapy,voice"},"highway/bus_stop":{name:"Bus Stop / Platform",terms:""},"highway/bridleway":{name:"Bridle Path",terms:"bridleway,equestrian,horse,trail"},"highway/bus_guideway":{name:"Bus Guideway",terms:""},"highway/corridor":{name:"Indoor Corridor",terms:"gallery,hall,hallway,indoor,passage,passageway"},"highway/crossing-raised":{name:"Raised Street Crossing",terms:"flat top,hump,speed,slow"},"highway/crossing":{name:"Street Crossing",terms:""},"highway/crosswalk-raised":{name:"Raised Pedestrian Crosswalk",terms:"zebra crossing,flat top,hump,speed,slow"},"highway/crosswalk":{name:"Pedestrian Crosswalk",terms:"zebra crossing"},"highway/cycleway":{name:"Cycle Path",terms:"bike"},"highway/elevator":{name:"Elevator",terms:"lift"},"highway/footway":{name:"Foot Path",terms:"hike,hiking,trackway,trail,walk"},"highway/give_way":{name:"Yield Sign",terms:"give way,yield,sign"},"highway/living_street":{name:"Living Street",terms:""},"highway/mini_roundabout":{name:"Mini-Roundabout",terms:""},"highway/motorway_junction":{name:"Motorway Junction / Exit",terms:"exit"},"highway/motorway_link":{name:"Motorway Link",terms:"exit,ramp,road,street,on ramp,off ramp"},"highway/motorway":{name:"Motorway",terms:"autobahn,expressway,freeway,highway,interstate,parkway,road,street,thruway,turnpike"},"highway/passing_place":{name:"Passing Place",terms:"turnout, pullout"},"highway/path":{name:"Path",terms:"hike,hiking,trackway,trail,walk"},"highway/pedestrian_area":{name:"Pedestrian Area",terms:"center,centre,plaza,quad,square,walkway"},"highway/pedestrian_line":{name:"Pedestrian Street",terms:"center,centre,plaza,quad,square,walkway"},"highway/primary_link":{name:"Primary Link",terms:"on ramp,off ramp,ramp,road,street"},"highway/primary":{name:"Primary Road",terms:"road,street"},"highway/raceway":{name:"Racetrack (Motorsport)",terms:"auto*,formula one,kart,motocross,nascar,race*,track"},"highway/residential":{name:"Residential Road",terms:"road,street"},"highway/rest_area":{name:"Rest Area",terms:"rest stop"},"highway/road":{name:"Unknown Road",terms:"road,street"},"highway/secondary_link":{name:"Secondary Link",terms:"on ramp,off ramp,ramp,road,street"},"highway/secondary":{name:"Secondary Road",terms:"road,street"},"highway/service":{name:"Service Road",terms:"road,street"},"highway/service/alley":{name:"Alley",terms:""},"highway/service/drive-through":{name:"Drive-Through",terms:""},"highway/service/driveway":{name:"Driveway",terms:""},"highway/service/emergency_access":{name:"Emergency Access",terms:""},"highway/service/parking_aisle":{name:"Parking Aisle",terms:""},"highway/services":{name:"Service Area",terms:"services,travel plaza,service station"},"highway/speed_camera":{name:"Speed Camera",terms:""},"highway/steps":{name:"Steps",terms:"stairs,staircase"},"highway/stop":{name:"Stop Sign",terms:"stop,halt,sign"},"highway/street_lamp":{name:"Street Lamp",terms:"streetlight,street light,lamp,light,gaslight"},"highway/tertiary_link":{name:"Tertiary Link",terms:"on ramp,off ramp,ramp,road,street"},"highway/tertiary":{name:"Tertiary Road",terms:"road,street"},"highway/track":{name:"Unmaintained Track Road",terms:"woods road,forest road,logging road,fire road,farm road,agricultural road,ranch road,carriage road,primitive,unmaintained,rut,offroad,4wd,4x4,four wheel drive,atv,quad,jeep,double track,two track"},"highway/traffic_mirror":{name:"Traffic Mirror",terms:"blind spot,convex,corner,curved,roadside,round,safety,sphere,visibility"},"highway/traffic_signals":{name:"Traffic Signals",terms:"light,stoplight,traffic light"},"highway/trunk_link":{name:"Trunk Link",terms:"on ramp,off ramp,ramp,road,street"},"highway/trunk":{name:"Trunk Road",terms:"road,street"},"highway/turning_circle":{name:"Turning Circle",terms:"cul-de-sac"},"highway/turning_loop":{name:"Turning Loop (Island)",terms:"cul-de-sac"},"highway/unclassified":{name:"Minor/Unclassified Road",terms:"road,street"},historic:{name:"Historic Site",terms:""},"historic/archaeological_site":{name:"Archaeological Site",terms:""},"historic/boundary_stone":{name:"Boundary Stone",terms:""},"historic/castle":{name:"Castle",terms:""},"historic/memorial":{name:"Memorial",terms:"dedicatory,epitaph,remember,remembrance,memory,monument,stolperstein"},"historic/monument":{name:"Monument",terms:""},"historic/ruins":{name:"Ruins",terms:""},"historic/tomb":{name:"Tomb",terms:""},"historic/wayside_cross":{name:"Wayside Cross",terms:""},"historic/wayside_shrine":{name:"Wayside Shrine",terms:""},junction:{name:"Junction",terms:""},landuse:{name:"Land Use",terms:""},"landuse/farm":{name:"Farmland",terms:""},"landuse/allotments":{name:"Community Garden",terms:"allotment,garden"},"landuse/aquaculture":{name:"Aquaculture",terms:"fish farm,crustacean,algae,aquafarming,shrimp farm,oyster farm,mariculture,algaculture"},"landuse/basin":{name:"Basin",terms:""},"landuse/brownfield":{name:"Brownfield",terms:""},"landuse/cemetery":{name:"Cemetery",terms:""},"landuse/churchyard":{name:"Churchyard",terms:""},"landuse/commercial":{name:"Commercial Area",terms:""},"landuse/construction":{name:"Construction",terms:""},"landuse/farmland":{name:"Farmland",terms:"crop,grow,plant"},"landuse/farmyard":{name:"Farmyard",terms:"crop,grow,plant"},"landuse/forest":{name:"Forest",terms:"cut,forest,lumber,tree"},"landuse/garages":{name:"Garage Landuse",terms:""},"landuse/grass":{name:"Grass",terms:""},"landuse/greenfield":{name:"Greenfield",terms:""},"landuse/greenhouse_horticulture":{name:"Greenhouse Horticulture",terms:"flower,greenhouse,horticulture,grow,vivero"},"landuse/harbour":{name:"Harbor",terms:"boat"},"landuse/industrial":{name:"Industrial Area",terms:""},"landuse/industrial/scrap_yard":{name:"Scrap Yard",terms:"car,junk,metal,salvage,scrap,u-pull-it,vehicle,wreck,yard"},"landuse/industrial/slaughterhouse":{name:"Slaughterhouse",terms:"abattoir,beef,butchery,calf,chicken,cow,killing house,meat,pig,pork,poultry,shambles,stockyard"},"landuse/landfill":{name:"Landfill",terms:"dump"},"landuse/meadow":{name:"Meadow",terms:""},"landuse/military":{name:"Military Area",terms:""},"landuse/military/airfield":{name:"Military Airfield",terms:"air force,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war"},"landuse/military/barracks":{name:"Barracks",terms:"air force,army,base,fight,force,guard,marine,navy,troop,war"},"landuse/military/bunker":{name:"Military Bunker",terms:"air force,army,base,fight,force,guard,marine,navy,troop,war"},"landuse/military/checkpoint":{name:"Checkpoint",terms:"air force,army,base,force,guard,marine,navy,troop,war"},"landuse/military/danger_area":{name:"Danger Area",terms:"air force,army,base,blast,bomb,explo*,force,guard,mine,marine,navy,troop,war"},"landuse/military/naval_base":{name:"Naval Base",terms:"base,fight,force,guard,marine,navy,ship,sub,troop,war"},"landuse/military/nuclear_explosion_site":{name:"Nuclear Explosion Site",terms:"atom,blast,bomb,detonat*,nuke,site,test"},"landuse/military/obstacle_course":{name:"Obstacle Course",terms:"army,base,force,guard,marine,navy,troop,war"},"landuse/military/office":{name:"Military Office",terms:"air force,army,base,enlist,fight,force,guard,marine,navy,recruit,troop,war"},"landuse/military/range":{name:"Military Range",terms:"air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"},"landuse/military/training_area":{name:"Training Area",terms:"air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"},"landuse/orchard":{name:"Orchard",terms:"fruit"},"landuse/plant_nursery":{name:"Plant Nursery",terms:"flower,garden,grow,vivero"},"landuse/quarry":{name:"Quarry",terms:""},"landuse/railway":{name:"Railway Corridor",terms:"rail,train,track"},"landuse/recreation_ground":{name:"Recreation Ground",terms:"playing fields"},"landuse/religious":{name:"Religious Area",terms:""},"landuse/residential":{name:"Residential Area",terms:""},"landuse/retail":{name:"Retail Area",terms:""},"landuse/vineyard":{name:"Vineyard",terms:"grape,wine"},leisure:{name:"Leisure",terms:""},"leisure/adult_gaming_centre":{name:"Adult Gaming Center",terms:"gambling,slot machine"},"leisure/amusement_arcade":{name:"Amusement Arcade",terms:"pay-to-play games,video games,driving simulators,pinball machines"},"leisure/beach_resort":{name:"Beach Resort",terms:""},"leisure/bird_hide":{name:"Bird Hide",terms:"machan,ornithology"},"leisure/bleachers":{name:"Bleachers",terms:"crowd,bench,sports,stand,stands,seat,seating"},"leisure/bowling_alley":{name:"Bowling Alley",terms:"bowling center"},"leisure/common":{name:"Common",terms:"open space"},"leisure/dance":{name:"Dance Hall",terms:"ballroom,jive,swing,tango,waltz"},"leisure/dancing_school":{name:"Dance School",terms:"jive,swing,tango,waltz,dance teaching"},"leisure/dog_park":{name:"Dog Park",terms:""},"leisure/firepit":{name:"Firepit",terms:"fireplace,campfire"},"leisure/fitness_centre":{name:"Gym / Fitness Center",terms:"health,gym,leisure,studio"},"leisure/fitness_centre/yoga":{name:"Yoga Studio",terms:"studio"},"leisure/fitness_station":{name:"Outdoor Fitness Station",terms:"exercise,fitness,gym,trim trail"},"leisure/fitness_station/balance_beam":{name:"Exercise Balance Beam",terms:"balance,exercise,fitness,gym,trim trail"},"leisure/fitness_station/box":{name:"Exercise Box",terms:"box,exercise,fitness,gym,jump,trim trail"},"leisure/fitness_station/horizontal_bar":{name:"Exercise Horizontal Bar",terms:"bar,chinup,chin up,exercise,fitness,gym,pullup,pull up,trim trail"},"leisure/fitness_station/horizontal_ladder":{name:"Exercise Monkey Bars",terms:"bar,chinup,chin up,exercise,fitness,gym,ladder,monkey bars,pullup,pull up,trim trail"},"leisure/fitness_station/hyperextension":{name:"Hyperextension Station",terms:"back,exercise,extension,fitness,gym,roman chair,trim trail"},"leisure/fitness_station/parallel_bars":{name:"Parallel Bars",terms:"bar,dip,exercise,fitness,gym,trim trail"},"leisure/fitness_station/push-up":{name:"Push-Up Station",terms:"bar,exercise,fitness,gym,pushup,push up,trim trail"},"leisure/fitness_station/rings":{name:"Exercise Rings",terms:"exercise,fitness,gym,muscle up,pullup,pull up,trim trail"},"leisure/fitness_station/sign":{name:"Exercise Instruction Sign",terms:"exercise,fitness,gym,trim trail"},"leisure/fitness_station/sit-up":{name:"Sit-Up Station",terms:"crunch,exercise,fitness,gym,situp,sit up,trim trail"},"leisure/fitness_station/stairs":{name:"Exercise Stairs",terms:"exercise,fitness,gym,steps,trim trail"},"leisure/garden":{name:"Garden",terms:""},"leisure/golf_course":{name:"Golf Course",terms:"links"},"leisure/hackerspace":{name:"Hackerspace",terms:"makerspace,hackspace,hacklab"},"leisure/horse_riding":{name:"Horseback Riding Facility",terms:"equestrian,stable"},"leisure/ice_rink":{name:"Ice Rink",terms:"hockey,skating,curling"},"leisure/marina":{name:"Marina",terms:"boat"},"leisure/miniature_golf":{name:"Miniature Golf",terms:"crazy golf,mini golf,putt-putt"},"leisure/nature_reserve":{name:"Nature Reserve",terms:"protected,wildlife"},"leisure/outdoor_seating":{name:"Outdoor Seating Area",terms:"al fresco,beer garden,dining,cafe,restaurant,pub,bar,patio"},"leisure/park":{name:"Park",terms:"esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland"},"leisure/picnic_table":{name:"Picnic Table",terms:"bench"},"leisure/pitch":{name:"Sport Pitch",terms:"field"},"leisure/pitch/american_football":{name:"American Football Field",terms:""},"leisure/pitch/baseball":{name:"Baseball Diamond",terms:""},"leisure/pitch/basketball":{name:"Basketball Court",terms:""},"leisure/pitch/beachvolleyball":{name:"Beach Volleyball Court",terms:"volleyball"},"leisure/pitch/boules":{name:"Boules/Bocce Court",terms:"bocce,lyonnaise,pétanque"},"leisure/pitch/bowls":{name:"Bowling Green",terms:""},"leisure/pitch/cricket":{name:"Cricket Field",terms:""},"leisure/pitch/equestrian":{name:"Riding Arena",terms:"dressage,equestrian,horse,horseback,riding"},"leisure/pitch/rugby_league":{name:"Rugby League Field",terms:""},"leisure/pitch/rugby_union":{name:"Rugby Union Field",terms:""},"leisure/pitch/skateboard":{name:"Skate Park",terms:""},"leisure/pitch/soccer":{name:"Soccer Field",terms:"football"},"leisure/pitch/table_tennis":{name:"Ping Pong Table",terms:"table tennis,ping pong"},"leisure/pitch/tennis":{name:"Tennis Court",terms:""},"leisure/pitch/volleyball":{name:"Volleyball Court",terms:""},"leisure/playground":{name:"Playground",terms:"jungle gym,play area"},"leisure/resort":{name:"Resort",terms:""},"leisure/running_track":{name:"Racetrack (Running)",terms:"race*,running,sprint,track"},"leisure/sauna":{name:"Sauna",terms:""},"leisure/slipway":{name:"Slipway",terms:"boat launch,boat ramp"},"leisure/sports_centre":{name:"Sports Center / Complex",terms:""},"leisure/sports_centre/swimming":{name:"Swimming Pool Facility",terms:"dive,water"},"leisure/stadium":{name:"Stadium",terms:""},"leisure/swimming_pool":{name:"Swimming Pool",terms:"dive,water"},"leisure/track":{name:"Racetrack (Non-Motorsport)",terms:"cycle,dog,greyhound,horse,race*,track"},"leisure/water_park":{name:"Water Park",terms:"swim,pool,dive"},line:{name:"Line",terms:""},man_made:{name:"Man Made",terms:""},"man_made/embankment":{name:"Embankment",terms:""},"man_made/adit":{name:"Adit",terms:"entrance,underground,mine,cave"},"man_made/antenna":{name:"Antenna",terms:"broadcast,cell phone,cell,communication,mobile phone,radio,television,transmission,tv"},"man_made/breakwater":{name:"Breakwater",terms:""},"man_made/bridge":{name:"Bridge",terms:""},"man_made/chimney":{name:"Chimney",terms:""},"man_made/clearcut":{name:"Clearcut Forest",terms:"cut,forest,lumber,tree,wood"},"man_made/crane":{name:"Crane",terms:""},"man_made/cutline":{name:"Cut line",terms:""},"man_made/flagpole":{name:"Flagpole",terms:""},"man_made/gasometer":{name:"Gasometer",terms:"gas holder"},"man_made/groyne":{name:"Groyne",terms:""},"man_made/lighthouse":{name:"Lighthouse",terms:""},"man_made/mast":{name:"Mast",terms:"antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower"},"man_made/monitoring_station":{name:"Monitoring Station",terms:"weather,earthquake,seismology,air,gps"},"man_made/observation":{name:"Observation Tower",terms:"lookout tower,fire tower"},"man_made/observatory":{name:"Observatory",terms:"astronomical,meteorological"},"man_made/petroleum_well":{name:"Oil Well",terms:"drilling rig,oil derrick,oil drill,oil horse,oil rig,oil pump,petroleum well,pumpjack"},"man_made/pier":{name:"Pier",terms:"dock,jetty"},"man_made/pipeline":{name:"Pipeline",terms:""},"man_made/pumping_station":{name:"Pumping Station",terms:""},"man_made/silo":{name:"Silo",terms:"grain,corn,wheat"},"man_made/storage_tank":{name:"Storage Tank",terms:"water,oil,gas,petrol"},"man_made/surveillance_camera":{name:"Surveillance Camera",terms:"anpr,alpr,camera,car plate recognition,cctv,guard,license plate recognition,monitoring,number plate recognition,security,video,webcam"},"man_made/surveillance":{name:"Surveillance",terms:"anpr,alpr,camera,car plate recognition,cctv,guard,license plate recognition,monitoring,number plate recognition,security,video,webcam"},"man_made/survey_point":{name:"Survey Point",terms:"trig point,triangulation pillar,trigonometrical station"},"man_made/tower":{name:"Tower",terms:""},"man_made/wastewater_plant":{name:"Wastewater Plant",terms:"sewage*,water treatment plant,reclamation plant"},"man_made/water_tower":{name:"Water Tower",terms:""},"man_made/water_well":{name:"Water Well",terms:""},"man_made/water_works":{name:"Water Works",terms:""},"man_made/watermill":{name:"Watermill",terms:"water,wheel,mill"},"man_made/windmill":{name:"Windmill",terms:"wind,wheel,mill"},"man_made/works":{name:"Factory",terms:"assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"},manhole:{name:"Manhole",terms:"cover,hole,sewer,sewage,telecom"},"manhole/drain":{name:"Storm Drain",terms:"cover,drain,hole,rain,sewer,sewage,storm"},"manhole/telecom":{name:"Telecom Manhole",terms:"cover,phone,hole,telecom,telephone,bt"},natural:{name:"Natural",terms:""},"natural/bare_rock":{name:"Bare Rock",terms:"rock"},"natural/bay":{name:"Bay",terms:""},"natural/beach":{name:"Beach",terms:"shore"},"natural/cave_entrance":{name:"Cave Entrance",terms:"cavern,hollow,grotto,shelter,cavity"},"natural/cliff":{name:"Cliff",terms:"crag,escarpment,rock face,scarp"},"natural/coastline":{name:"Coastline",terms:"shore"},"natural/fell":{name:"Fell",terms:""},"natural/glacier":{name:"Glacier",terms:""},"natural/grassland":{name:"Grassland",terms:"prairie,savanna"},"natural/heath":{name:"Heath",terms:""},"natural/mud":{name:"Mud",terms:"wetland"},"natural/peak":{name:"Peak",terms:"acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"},"natural/reef":{name:"Reef",terms:"barrier,coral,ocean,sand,shoal"},"natural/ridge":{name:"Ridge",terms:"crest"},"natural/saddle":{name:"Saddle",terms:"pass,mountain pass,top"},"natural/sand":{name:"Sand",terms:"desert"},"natural/scree":{name:"Scree",terms:"loose rocks"},"natural/scrub":{name:"Scrub",terms:"bush,shrubs"},"natural/spring":{name:"Spring",terms:""},"natural/tree_row":{name:"Tree row",terms:""},"natural/tree":{name:"Tree",terms:""},"natural/volcano":{name:"Volcano",terms:"mountain,crater"},"natural/water":{name:"Water",terms:""},"natural/water/lake":{name:"Lake",terms:"lakelet,loch,mere"},"natural/water/pond":{name:"Pond",terms:"lakelet,millpond,tarn,pool,mere"},"natural/water/reservoir":{name:"Reservoir",terms:""},"natural/wetland":{name:"Wetland",terms:"bog,marsh,reedbed,swamp,tidalflat"},"natural/wood":{name:"Wood",terms:"tree"},"noexit/yes":{name:"No Exit",terms:"no exit,road end,dead end"},office:{name:"Office",terms:""},"office/administrative":{name:"Administrative Office",terms:""},"office/physician":{name:"Physician",terms:""},"office/travel_agent":{name:"Travel Agency",terms:""},"office/accountant":{name:"Accountant Office",terms:""},"office/adoption_agency":{name:"Adoption Agency",terms:""},"office/advertising_agency":{name:"Advertising Agency",terms:"ad,ad agency,advert agency,advertising,marketing"},"office/architect":{name:"Architect Office",terms:""},"office/association":{name:"Nonprofit Organization Office",terms:"association,non-profit,nonprofit,organization,society"},"office/charity":{name:"Charity Office",terms:"charitable organization"},"office/company":{name:"Corporate Office",terms:""},"office/coworking":{name:"Coworking Space",terms:"coworking,office"},"office/educational_institution":{name:"Educational Institution",terms:""},"office/employment_agency":{name:"Employment Agency",terms:"job"},"office/energy_supplier":{name:"Energy Supplier Office",terms:"electricity,energy company,energy utility,gas utility"},"office/estate_agent":{name:"Real Estate Office",terms:""},"office/financial":{name:"Financial Office",terms:""},"office/forestry":{name:"Forestry Office",terms:"forest,ranger"},"office/foundation":{name:"Foundation Office",terms:""},"office/government":{name:"Government Office",terms:""},"office/government/register_office":{name:"Register Office",terms:"clerk,marriage,death,birth,certificate"},"office/government/tax":{name:"Tax and Revenue Office",terms:"fiscal authorities,revenue office,tax office"},"office/guide":{name:"Tour Guide Office",terms:"dive guide,mountain guide,tour guide"},"office/insurance":{name:"Insurance Office",terms:""},"office/it":{name:"Information Technology Office",terms:"computer,information,software,technology"},"office/lawyer":{name:"Law Office",terms:""},"office/lawyer/notary":{name:"Notary Office",terms:""},"office/moving_company":{name:"Moving Company Office",terms:"relocation"},"office/newspaper":{name:"Newspaper Office",terms:""},"office/ngo":{name:"NGO Office",terms:"ngo,non government,non-government,organization,organisation"},"office/notary":{name:"Notary Office",terms:"clerk,deeds,estate,signature,wills"},"office/political_party":{name:"Political Party",terms:""},"office/private_investigator":{name:"Private Investigator Office",terms:"PI,private eye,private detective"},"office/quango":{name:"Quasi-NGO Office",terms:"ngo,non government,non-government,organization,organisation,quasi autonomous,quasi-autonomous"},"office/research":{name:"Research Office",terms:""},"office/surveyor":{name:"Surveyor Office",terms:""},"office/tax_advisor":{name:"Tax Advisor Office",terms:"tax,tax consultant"},"office/telecommunication":{name:"Telecom Office",terms:"communication,internet,phone,voice"},"office/therapist":{name:"Therapist Office",terms:"therapy"},"office/water_utility":{name:"Water Utility Office",terms:"water board,utility"},piste:{name:"Piste/Ski Trail",terms:"ski,sled,sleigh,snowboard,nordic,downhill,snowmobile"},"place/farm":{name:"Farm",terms:""},"place/city":{name:"City",terms:""},"place/hamlet":{name:"Hamlet",terms:""},"place/island":{name:"Island",terms:"archipelago,atoll,bar,cay,isle,islet,key,reef"},"place/islet":{name:"Islet",terms:"archipelago,atoll,bar,cay,isle,islet,key,reef"},"place/isolated_dwelling":{name:"Isolated Dwelling",terms:""},"place/locality":{name:"Locality",terms:""},"place/neighbourhood":{name:"Neighborhood",terms:"neighbourhood"},"place/plot":{name:"Plot",terms:"tract,land,lot,parcel"},"place/quarter":{name:"Sub-Borough / Quarter",terms:"boro,borough,quarter"},"place/square":{name:"Square",terms:""},"place/suburb":{name:"Borough / Suburb",terms:"boro,borough,quarter"},"place/town":{name:"Town",terms:""},"place/village":{name:"Village",terms:""},"playground/balance_beam":{name:"Play Balance Beam",terms:""},"playground/basket_spinner":{name:"Basket Spinner",terms:"basket rotator"},"playground/basket_swing":{name:"Basket Swing",terms:""},"playground/climbing_frame":{name:"Climbing Frame",terms:""},"playground/cushion":{name:"Bouncy Cushion",terms:""},"playground/horizontal_bar":{name:"Play Horizontal Bar",terms:"high bar"},"playground/rocker":{name:"Spring Rider",terms:"spring rocker,springy rocker"},"playground/roundabout":{name:"Play Roundabout",terms:"merry-go-round"},"playground/sandpit":{name:"Sandpit",terms:""},"playground/seesaw":{name:"Seesaw",terms:""},"playground/slide":{name:"Slide",terms:""},"playground/structure":{name:"Play Structure",terms:""},"playground/swing":{name:"Swing",terms:""},"playground/zipwire":{name:"Zip Wire",terms:""},point:{name:"Point",terms:""},"power/sub_station":{name:"Substation",terms:""},"power/generator":{name:"Power Generator",terms:"hydro,solar,turbine,wind"},"power/generator/source_nuclear":{name:"Nuclear Reactor",terms:"fission,generator,nuclear,nuke,reactor"},"power/generator/source_wind":{name:"Wind Turbine",terms:"generator,turbine,windmill,wind"},"power/line":{name:"Power Line",terms:""},"power/minor_line":{name:"Minor Power Line",terms:""},"power/plant":{name:"Power Station Grounds",terms:"coal,gas,generat*,hydro,nuclear,power,station"},"power/pole":{name:"Power Pole",terms:""},"power/substation":{name:"Substation",terms:""},"power/switch":{name:"Power Switch",terms:""},"power/tower":{name:"High-Voltage Tower",terms:""},"power/transformer":{name:"Transformer",terms:""},"public_transport/linear_platform_aerialway":{name:"Aerialway Stop / Platform",terms:"aerialway,cable car,platform,public transit,public transportation,transit,transportation"},"public_transport/linear_platform_bus":{name:"Bus Stop / Platform",terms:"bus,platform,public transit,public transportation,transit,transportation"},"public_transport/linear_platform_ferry":{name:"Ferry Stop / Platform",terms:"boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"},"public_transport/linear_platform_light_rail":{name:"Light Rail Stop / Platform",terms:"electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"},"public_transport/linear_platform_monorail":{name:"Monorail Stop / Platform",terms:"monorail,platform,public transit,public transportation,rail,transit,transportation"},"public_transport/linear_platform_subway":{name:"Subway Stop / Platform",terms:"metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"},"public_transport/linear_platform_train":{name:"Train Stop / Platform",terms:"platform,public transit,public transportation,rail,track,train,transit,transportation"},"public_transport/linear_platform_tram":{name:"Tram Stop / Platform",terms:"electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"},"public_transport/linear_platform_trolleybus":{name:"Trolleybus Stop / Platform",terms:"bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"},"public_transport/linear_platform":{name:"Transit Stop / Platform",terms:"platform,public transit,public transportation,transit,transportation"},"public_transport/platform_aerialway":{name:"Aerialway Stop / Platform",terms:"aerialway,cable car,platform,public transit,public transportation,transit,transportation"},"public_transport/platform_bus":{name:"Bus Stop / Platform",terms:"bus,platform,public transit,public transportation,transit,transportation"},"public_transport/platform_ferry":{name:"Ferry Stop / Platform",terms:"boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"},"public_transport/platform_light_rail":{name:"Light Rail Stop / Platform",terms:"electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"},"public_transport/platform_monorail":{name:"Monorail Stop / Platform",terms:"monorail,platform,public transit,public transportation,rail,transit,transportation"},"public_transport/platform_subway":{name:"Subway Stop / Platform",terms:"metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"},"public_transport/platform_train":{name:"Train Stop / Platform",terms:"platform,public transit,public transportation,rail,track,train,transit,transportation"},"public_transport/platform_tram":{name:"Tram Stop / Platform",terms:"electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"},"public_transport/platform_trolleybus":{name:"Trolleybus Stop / Platform",terms:"bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"},"public_transport/platform":{name:"Transit Stop / Platform",terms:"platform,public transit,public transportation,transit,transportation"},"public_transport/station_aerialway":{name:"Aerialway Station",terms:"aerialway,cable car,public transit,public transportation,station,terminal,transit,transportation"},"public_transport/station_bus":{name:"Bus Station / Terminal",terms:"bus,public transit,public transportation,station,terminal,transit,transportation"},"public_transport/station_ferry":{name:"Ferry Station / Terminal",terms:"boat,dock,ferry,pier,public transit,public transportation,station,terminal,transit,transportation"},"public_transport/station_light_rail":{name:"Light Rail Station",terms:"electric,light rail,public transit,public transportation,rail,station,terminal,track,tram,trolley,transit,transportation"},"public_transport/station_monorail":{name:"Monorail Station",terms:"monorail,public transit,public transportation,rail,station,terminal,transit,transportation"},"public_transport/station_subway":{name:"Subway Station",terms:"metro,public transit,public transportation,rail,station,subway,terminal,track,transit,transportation,underground"},"public_transport/station_train_halt":{name:"Train Station (Halt / Request)",terms:"halt,public transit,public transportation,rail,station,track,train,transit,transportation,whistle stop"},"public_transport/station_train":{name:"Train Station",terms:"public transit,public transportation,rail,station,terminal,track,train,transit,transportation"},"public_transport/station_tram":{name:"Tram Station",terms:"electric,light rail,public transit,public transportation,rail,station,streetcar,terminal,track,tram,trolley,transit,transportation"},"public_transport/station_trolleybus":{name:"Trolleybus Station / Terminal",terms:"bus,electric,public transit,public transportation,station,streetcar,terminal,trackless,tram,trolley,transit,transportation"},"public_transport/station":{name:"Transit Station",terms:"public transit,public transportation,station,terminal,transit,transportation"},"public_transport/stop_area":{name:"Transit Stop Area",terms:""},"public_transport/stop_position_aerialway":{name:"Aerialway Stopping Location",terms:"aerialway,cable car,public transit,public transportation,transit,transportation"},"public_transport/stop_position_bus":{name:"Bus Stopping Location",terms:"bus,public transit,public transportation,transit,transportation"},"public_transport/stop_position_ferry":{name:"Ferry Stopping Location",terms:"boat,dock,ferry,pier,public transit,public transportation,transit,transportation"},"public_transport/stop_position_light_rail":{name:"Light Rail Stopping Location",terms:"electric,light rail,public transit,public transportation,rail,track,tram,trolley,transit,transportation"},"public_transport/stop_position_monorail":{name:"Monorail Stopping Location",terms:"monorail,public transit,public transportation,rail,transit,transportation"},"public_transport/stop_position_subway":{name:"Subway Stopping Location",terms:"metro,public transit,public transportation,rail,subway,track,transit,transportation,underground"},"public_transport/stop_position_train":{name:"Train Stopping Location",terms:"public transit,public transportation,rail,track,train,transit,transportation"},"public_transport/stop_position_tram":{name:"Tram Stopping Location",terms:"electric,light rail,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"},"public_transport/stop_position_trolleybus":{name:"Trolleybus Stopping Location",terms:"bus,electric,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"},"public_transport/stop_position":{name:"Transit Stopping Location",terms:"public transit,public transportation,transit,transportation"},"railway/halt":{name:"Train Station (Halt / Request)",terms:"break,interrupt,rest,wait,interruption"},"railway/platform":{name:"Train Stop / Platform",terms:""},"railway/station":{name:"Train Station",terms:"train station,station"},"railway/tram_stop":{name:"Tram Stopping Position",terms:"light rail,streetcar,tram,trolley"},"railway/abandoned":{name:"Abandoned Railway",terms:""},"railway/buffer_stop":{name:"Buffer Stop",terms:"stop,halt,buffer"},"railway/crossing":{name:"Railway Crossing (Path)",terms:"crossing,pedestrian crossing,railroad crossing,level crossing,grade crossing,path through railroad,train crossing"},"railway/derail":{name:"Railway Derailer",terms:"derailer"},"railway/disused":{name:"Disused Railway",terms:""},"railway/funicular":{name:"Funicular",terms:"venicular,cliff railway,cable car,cable railway,funicular railway"},"railway/level_crossing":{name:"Railway Crossing (Road)",terms:"crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing"},"railway/light_rail":{name:"Light Rail",terms:"light rail,streetcar,trolley"},"railway/milestone":{name:"Railway Milestone",terms:"milestone,marker"},"railway/miniature":{name:"Miniature Railway",terms:"rideable miniature railway,narrow gauge railway,minimum gauge railway"},"railway/monorail":{name:"Monorail",terms:""},"railway/narrow_gauge":{name:"Narrow Gauge Rail",terms:"narrow gauge railway,narrow gauge railroad"},"railway/rail":{name:"Rail",terms:""},"railway/signal":{name:"Railway Signal",terms:"signal,lights"},"railway/subway_entrance":{name:"Subway Entrance",terms:"metro,transit"},"railway/subway":{name:"Subway",terms:"metro,transit"},"railway/switch":{name:"Railway Switch",terms:"switch,points"},"railway/train_wash":{name:"Train Wash",terms:"wash,clean"},"railway/tram":{name:"Tram",terms:"light rail,streetcar,tram,trolley"},relation:{name:"Relation",terms:""},"route/ferry":{name:"Ferry Route",terms:""},shop:{name:"Shop",terms:""},"shop/fishmonger":{name:"Fishmonger",terms:""},"shop/furnace":{name:"Furnace Store",terms:"oven,stove"},"shop/vacant":{name:"Vacant Shop",terms:""},"shop/agrarian":{name:"Farm Supply Shop",terms:"agricultural inputs,agricultural machines,seeds,pesticides,fertilizer,agricultural tools"},"shop/alcohol":{name:"Liquor Store",terms:"alcohol,beer,booze,wine"},"shop/anime":{name:"Anime Shop",terms:"manga,japan,cosplay,figurine,dakimakura"},"shop/antiques":{name:"Antiques Shop",terms:""},"shop/appliance":{name:"Appliance Store",terms:"air conditioner,appliance,dishwasher,dryer,freezer,fridge,grill,kitchen,oven,refrigerator,stove,washer,washing machine"},"shop/art":{name:"Art Store",terms:"art*,exhibit*,gallery"},"shop/baby_goods":{name:"Baby Goods Store",terms:""},"shop/bag":{name:"Bag/Luggage Store",terms:"handbag,purse"},"shop/bakery":{name:"Bakery",terms:""},"shop/bathroom_furnishing":{name:"Bathroom Furnishing Store",terms:""},"shop/beauty":{name:"Beauty Shop",terms:"spa,salon,tanning"},"shop/beauty/nails":{name:"Nail Salon",terms:"manicure,pedicure"},"shop/beauty/tanning":{name:"Tanning Salon",terms:""},"shop/bed":{name:"Bedding/Mattress Store",terms:""},"shop/beverages":{name:"Beverage Store",terms:""},"shop/bicycle":{name:"Bicycle Shop",terms:"bike,repair"},"shop/bookmaker":{name:"Bookmaker",terms:"betting"},"shop/books":{name:"Book Store",terms:""},"shop/boutique":{name:"Boutique",terms:""},"shop/butcher":{name:"Butcher",terms:"meat"},"shop/candles":{name:"Candle Shop",terms:""},"shop/car_parts":{name:"Car Parts Store",terms:"auto"},"shop/car_repair":{name:"Car Repair Shop",terms:"auto,garage,service"},"shop/car":{name:"Car Dealership",terms:"auto"},"shop/carpet":{name:"Carpet Store",terms:"rug"},"shop/charity":{name:"Charity Store",terms:"thrift,op shop,nonprofit"},"shop/cheese":{name:"Cheese Store",terms:""},"shop/chemist":{name:"Drugstore",terms:"med*,drug*,gift"},"shop/chocolate":{name:"Chocolate Store",terms:""},"shop/clothes":{name:"Clothing Store",terms:""},"shop/coffee":{name:"Coffee Store",terms:""},"shop/computer":{name:"Computer Store",terms:""},"shop/confectionery":{name:"Candy Store",terms:"sweet"},"shop/convenience":{name:"Convenience Store",terms:""},"shop/copyshop":{name:"Copy Store",terms:""},"shop/cosmetics":{name:"Cosmetics Store",terms:""},"shop/craft":{name:"Arts and Crafts Store",terms:"art*,paint*,frame"},"shop/curtain":{name:"Curtain Store",terms:"drape*,window"},"shop/dairy":{name:"Dairy Store",terms:"milk,egg,cheese"},"shop/deli":{name:"Deli",terms:"lunch,meat,sandwich"},"shop/department_store":{name:"Department Store",terms:""},"shop/doityourself":{name:"DIY Store",terms:""},"shop/dry_cleaning":{name:"Dry Cleaner",terms:""},"shop/e-cigarette":{name:"E-Cigarette Shop",terms:"electronic,vapor"},"shop/electronics":{name:"Electronics Store",terms:"appliance,audio,blueray,camera,computer,dvd,home theater,radio,speaker,tv,video"},"shop/erotic":{name:"Erotic Store",terms:"sex,porn"},"shop/fabric":{name:"Fabric Store",terms:"sew"},"shop/farm":{name:"Produce Stand",terms:"farm shop,farm stand"},"shop/fashion":{name:"Fashion Store",terms:""},"shop/florist":{name:"Florist",terms:"flower"},"shop/frame":{name:"Framing Shop",terms:"art*,paint*,photo*,frame"},"shop/funeral_directors":{name:"Funeral Home",terms:"undertaker,memorial home"},"shop/furniture":{name:"Furniture Store",terms:"chair,sofa,table"},"shop/garden_centre":{name:"Garden Center",terms:"landscape,mulch,shrub,tree"},"shop/gas":{name:"Bottled Gas Shop",terms:"cng,lpg,natural gas,propane,refill,tank"},"shop/gift":{name:"Gift Shop",terms:"souvenir"},"shop/greengrocer":{name:"Greengrocer",terms:"fruit,vegetable"},"shop/hairdresser":{name:"Hairdresser",terms:"barber"},"shop/hardware":{name:"Hardware Store",terms:""},"shop/health_food":{name:"Health Food Shop",terms:"wholefood,vitamins,vegetarian,vegan"},"shop/hearing_aids":{name:"Hearing Aids Store",terms:""},"shop/herbalist":{name:"Herbalist",terms:""},"shop/hifi":{name:"Hifi Store",terms:"stereo,video"},"shop/houseware":{name:"Houseware Store",terms:"home,household"},"shop/interior_decoration":{name:"Interior Decoration Store",terms:""},"shop/jewelry":{name:"Jeweler",terms:"diamond,gem,ring"},"shop/kiosk":{name:"Kiosk",terms:""},"shop/kitchen":{name:"Kitchen Design Store",terms:""},"shop/laundry":{name:"Laundry",terms:""},"shop/leather":{name:"Leather Store",terms:""},"shop/locksmith":{name:"Locksmith",terms:"key,lockpick"},"shop/lottery":{name:"Lottery Shop",terms:""},"shop/mall":{name:"Mall",terms:"shopping"},"shop/massage":{name:"Massage Shop",terms:""},"shop/medical_supply":{name:"Medical Supply Store",terms:""},"shop/mobile_phone":{name:"Mobile Phone Store",terms:""},"shop/money_lender":{name:"Money Lender",terms:""},"shop/motorcycle_repair":{name:"Motorcycle Repair Shop",terms:"auto,bike,garage,motorcycle,repair,service"},"shop/motorcycle":{name:"Motorcycle Dealership",terms:"bike"},"shop/music":{name:"Music Store",terms:"CD,vinyl"},"shop/musical_instrument":{name:"Musical Instrument Store",terms:"guitar"},"shop/newsagent":{name:"Newspaper/Magazine Shop",terms:""},"shop/nutrition_supplements":{name:"Nutrition Supplements Store",terms:""},"shop/optician":{name:"Optician",terms:"eye,glasses"},"shop/organic":{name:"Organic Goods Store",terms:""},"shop/outdoor":{name:"Outdoors Store",terms:"camping,climbing,hiking"},"shop/paint":{name:"Paint Store",terms:""},"shop/pastry":{name:"Pastry Shop",terms:"patisserie,cake shop,cakery"},"shop/pawnbroker":{name:"Pawn Shop",terms:""},"shop/perfumery":{name:"Perfume Store",terms:""},"shop/pet_grooming":{name:"Pet Grooming Store",terms:"dog"},"shop/pet":{name:"Pet Store",terms:"animal,cat,dog,fish,kitten,puppy,reptile"},"shop/photo":{name:"Photography Store",terms:"camera,film"},"shop/pyrotechnics":{name:"Fireworks Store",terms:""},"shop/radiotechnics":{name:"Radio/Electronic Component Store",terms:""},"shop/religion":{name:"Religious Store",terms:""},"shop/scuba_diving":{name:"Scuba Diving Shop",terms:""},"shop/seafood":{name:"Seafood Shop",terms:"fishmonger"},"shop/second_hand":{name:"Consignment/Thrift Store",terms:"secondhand,second hand,resale,thrift,used"},"shop/shoes":{name:"Shoe Store",terms:""},"shop/sports":{name:"Sporting Goods Store",terms:""},"shop/stationery":{name:"Stationery Store",terms:"card,paper"},"shop/storage_rental":{name:"Storage Rental",terms:""},"shop/supermarket":{name:"Supermarket",terms:"grocery,store,shop"},"shop/tailor":{name:"Tailor",terms:"clothes,suit"},"shop/tattoo":{name:"Tattoo Parlor",terms:""},"shop/tea":{name:"Tea Store",terms:""},"shop/ticket":{name:"Ticket Seller",terms:""},"shop/tiles":{name:"Tile Shop",terms:""},"shop/tobacco":{name:"Tobacco Shop",terms:""},"shop/toys":{name:"Toy Store",terms:""},"shop/trade":{name:"Trade Shop",terms:""},"shop/travel_agency":{name:"Travel Agency",terms:""},"shop/tyres":{name:"Tire Store",terms:""},"shop/vacuum_cleaner":{name:"Vacuum Cleaner Store",terms:""},"shop/variety_store":{name:"Variety Store",terms:""},"shop/video_games":{name:"Video Game Store",terms:""},"shop/video":{name:"Video Store",terms:"DVD"},"shop/watches":{name:"Watches Shop",terms:""},"shop/water_sports":{name:"Watersport/Swim Shop",terms:""},"shop/weapons":{name:"Weapon Shop",terms:"ammo,gun,knife,knives"},"shop/wholesale":{name:"Wholesale Store",terms:"warehouse club,cash and carry"},"shop/window_blind":{name:"Window Blind Store",terms:""},"shop/wine":{name:"Wine Shop",terms:""},tourism:{name:"Tourism",terms:""},"tourism/alpine_hut":{name:"Alpine Hut",terms:"climbing hut"},"tourism/apartment":{name:"Guest Apartment / Condo",terms:""},"tourism/aquarium":{name:"Aquarium",terms:"fish,sea,water"},"tourism/artwork":{name:"Artwork",terms:"mural,sculpture,statue"},"tourism/attraction":{name:"Tourist Attraction",terms:""},"tourism/camp_site":{name:"Campground",terms:"tent,rv"},"tourism/caravan_site":{name:"RV Park",terms:"Motor Home,Camper"},"tourism/chalet":{name:"Holiday Cottage",terms:"holiday,holiday cottage,holiday home,vacation,vacation home"},"tourism/gallery":{name:"Art Gallery",terms:"art*,exhibit*,paint*,photo*,sculpt*"},"tourism/guest_house":{name:"Guest House",terms:"B&B,Bed and Breakfast"},"tourism/hostel":{name:"Hostel",terms:""},"tourism/hotel":{name:"Hotel",terms:""},"tourism/information":{name:"Information",terms:""},"tourism/information/board":{name:"Information Board",terms:""},"tourism/information/guidepost":{name:"Guidepost",terms:"signpost"},"tourism/information/map":{name:"Map",terms:""},"tourism/information/office":{name:"Tourist Information Office",terms:""},"tourism/motel":{name:"Motel",terms:""},"tourism/museum":{name:"Museum",terms:"art*,exhibit*,gallery,foundation,hall,institution,paint*,photo*,sculpt*"},"tourism/picnic_site":{name:"Picnic Site",terms:"camp"},"tourism/theme_park":{name:"Theme Park",terms:""},"tourism/trail_riding_station":{name:"Trail Riding Station",terms:""},"tourism/viewpoint":{name:"Viewpoint",terms:""},"tourism/wilderness_hut":{name:"Wilderness Hut",terms:"wilderness hut,backcountry hut,bothy"},"tourism/zoo":{name:"Zoo",terms:"animal"},traffic_calming:{name:"Traffic Calming",terms:"bump,hump,slow,speed"},"traffic_calming/bump":{name:"Speed Bump",terms:"hump,speed,slow"},"traffic_calming/chicane":{name:"Traffic Chicane",terms:"driveway link,speed,slow"},"traffic_calming/choker":{name:"Traffic Choker",terms:"speed,slow"},"traffic_calming/cushion":{name:"Speed Cushion",terms:"bump,hump,speed,slow"},"traffic_calming/dip":{name:"Dip",terms:"speed,slow"},"traffic_calming/hump":{name:"Speed Hump",terms:"bump,speed,slow"},"traffic_calming/island":{name:"Traffic Island",terms:"circle,roundabout,slow"},"traffic_calming/rumble_strip":{name:"Rumble Strip",terms:"audible lines,sleeper lines,growlers"},"traffic_calming/table":{name:"Speed Table",terms:"flat top,hump,speed,slow"},"type/multipolygon":{name:"Multipolygon",terms:""},"type/boundary":{name:"Boundary",terms:""},"type/boundary/administrative":{name:"Administrative Boundary",terms:""},"type/restriction":{name:"Restriction",terms:""},"type/restriction/no_left_turn":{name:"No Left Turn",terms:""},"type/restriction/no_right_turn":{name:"No Right Turn",terms:""},"type/restriction/no_straight_on":{name:"No Straight On",terms:""},"type/restriction/no_u_turn":{name:"No U-turn",terms:""},"type/restriction/only_left_turn":{name:"Only Left Turn",terms:""},"type/restriction/only_right_turn":{name:"Only Right Turn",terms:""},"type/restriction/only_straight_on":{name:"Only Straight On",terms:""},"type/restriction/only_u_turn":{name:"Only U-turn",terms:""},"type/route_master":{name:"Route Master",terms:""},"type/route":{name:"Route",terms:""},"type/route/bicycle":{name:"Cycle Route",terms:""},"type/route/bus":{name:"Bus Route",terms:""},"type/route/detour":{name:"Detour Route",terms:""},"type/route/ferry":{name:"Ferry Route",terms:""},"type/route/foot":{name:"Foot Route",terms:""},"type/route/hiking":{name:"Hiking Route",terms:""},"type/route/horse":{name:"Riding Route",terms:""},"type/route/light_rail":{name:"Light Rail Route",terms:""},"type/route/pipeline":{name:"Pipeline Route",terms:""},"type/route/piste":{name:"Piste/Ski Route",terms:""},"type/route/power":{name:"Power Route",terms:""},"type/route/road":{name:"Road Route",terms:""},"type/route/subway":{name:"Subway Route",terms:""},"type/route/train":{name:"Train Route",terms:""},"type/route/tram":{name:"Tram Route",terms:""},"type/site":{name:"Site",terms:""},"type/waterway":{name:"Waterway",terms:""},vertex:{name:"Other",terms:""},"waterway/boatyard":{name:"Boatyard",terms:""},"waterway/canal":{name:"Canal",terms:""},"waterway/dam":{name:"Dam",terms:""},"waterway/ditch":{name:"Ditch",terms:""},"waterway/dock":{name:"Wet Dock / Dry Dock",terms:"boat,ship,vessel,marine"},"waterway/drain":{name:"Drain",terms:""},"waterway/fuel":{name:"Marine Fuel Station",terms:"petrol,gas,diesel,boat"},"waterway/river":{name:"River",terms:"beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"},"waterway/riverbank":{name:"Riverbank",terms:""},"waterway/sanitary_dump_station":{name:"Marine Toilet Disposal",terms:"Boat,Watercraft,Sanitary,Dump Station,Pumpout,Pump out,Elsan,CDP,CTDP,Chemical Toilet"},"waterway/stream_intermittent":{name:"Intermittent Stream",terms:"arroyo,beck,branch,brook,burn,course,creek,drift,flood,flow,gully,run,runnel,rush,spate,spritz,tributary,wadi,wash,watercourse"},"waterway/stream":{name:"Stream",terms:"beck,branch,brook,burn,course,creek,current,drift,flood,flow,freshet,race,rill,rindle,rivulet,run,runnel,rush,spate,spritz,surge,tide,torrent,tributary,watercourse"},"waterway/water_point":{name:"Marine Drinking Water",terms:""},"waterway/waterfall":{name:"Waterfall",terms:"fall"},"waterway/weir":{name:"Weir",terms:""}}},imagery:{AGIV:{attribution:{text:"Orthophoto Flanders most recent © AGIV"},name:"AGIV Flanders most recent aerial imagery"},AGIV10cm:{attribution:{text:"Orthophoto Flanders © AGIV"},name:"AGIV Flanders 2013-2015 aerial imagery 10cm"},AGIVFlandersGRB:{attribution:{text:"GRB Flanders © AGIV"},name:"AGIV Flanders GRB"},Bing:{description:"Satellite and aerial imagery.",name:"Bing aerial imagery"},"DigitalGlobe-Premium":{attribution:{text:"Terms & Feedback"},description:"DigitalGlobe-Premium is a mosaic composed of DigitalGlobe basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",name:"DigitalGlobe Premium Imagery"},"DigitalGlobe-Premium-vintage":{attribution:{text:"Terms & Feedback"},description:"Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",name:"DigitalGlobe Premium Imagery Vintage"},"DigitalGlobe-Standard":{attribution:{text:"Terms & Feedback"},description:"DigitalGlobe-Standard is a curated set of imagery covering 86% of the earth’s landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",name:"DigitalGlobe Standard Imagery"},"DigitalGlobe-Standard-vintage":{attribution:{text:"Terms & Feedback"},description:"Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",name:"DigitalGlobe Standard Imagery Vintage"},EsriWorldImagery:{attribution:{text:"Terms & Feedback"},description:"Esri world imagery.",name:"Esri World Imagery"},EsriWorldImageryClarity:{attribution:{text:"Terms & Feedback"},description:"Esri archive imagery that may be clearer and more accurate than the default layer.",name:"Esri World Imagery (Clarity) Beta"},MAPNIK:{attribution:{text:"© OpenStreetMap contributors, CC-BY-SA"},description:"The default OpenStreetMap layer.",name:"OpenStreetMap (Standard)"},Mapbox:{attribution:{text:"Terms & Feedback"},description:"Satellite and aerial imagery.",name:"Mapbox Satellite"},"OSM_Inspector-Addresses":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Addresses"},"OSM_Inspector-Geometry":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Geometry"},"OSM_Inspector-Highways":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Highways"},"OSM_Inspector-Multipolygon":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Area"},"OSM_Inspector-Places":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Places"},"OSM_Inspector-Routing":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Routing"},"OSM_Inspector-Tagging":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Tagging"},SPW_ORTHO_LAST:{name:"SPW(allonie) most recent aerial imagery"},SPW_PICC:{name:"SPW(allonie) PICC numerical imagery"},"US-TIGER-Roads-2012":{name:"TIGER Roads 2012"},"US-TIGER-Roads-2014":{description:"At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap",name:"TIGER Roads 2014"},"US-TIGER-Roads-2017":{description:"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",name:"TIGER Roads 2017"},US_Forest_Service_roads_overlay:{description:"Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars",name:"U.S. Forest Roads Overlay"},UrbISOrtho2016:{attribution:{text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},name:"UrbIS-Ortho 2016"},UrbISOrtho2017:{attribution:{text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},name:"UrbIS-Ortho 2017"},UrbisAdmFR:{attribution:{text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},name:"UrbisAdm FR"},UrbisAdmNL:{attribution:{text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},name:"UrbisAdm NL"},"Waymarked_Trails-Cycling":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: Cycling"},"Waymarked_Trails-Hiking":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: Hiking"},"Waymarked_Trails-MTB":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: MTB"},"Waymarked_Trails-Skating":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: Skating"},"Waymarked_Trails-Winter_Sports":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: Winter Sports"},"basemap.at":{attribution:{text:"basemap.at"},description:"Basemap of Austria, based on government data.",name:"basemap.at"},"basemap.at-orthofoto":{attribution:{text:"basemap.at"},description:"Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",name:"basemap.at Orthofoto"},hike_n_bike:{attribution:{text:"© OpenStreetMap contributors"},name:"Hike & Bike"},mapbox_locator_overlay:{attribution:{text:"Terms & Feedback"},description:"Shows major features to help orient you.",name:"Locator Overlay"},openpt_map:{attribution:{text:"© OpenStreetMap contributors, CC-BY-SA"},name:"OpenPT Map (overlay)"},"osm-gps":{attribution:{text:"© OpenStreetMap contributors"},description:"Public GPS traces uploaded to OpenStreetMap.",name:"OpenStreetMap GPS traces"},"osm-mapnik-black_and_white":{attribution:{text:"© OpenStreetMap contributors, CC-BY-SA"},name:"OpenStreetMap (Standard Black & White)"},"osm-mapnik-german_style":{attribution:{text:"© OpenStreetMap contributors, CC-BY-SA"},name:"OpenStreetMap (German Style)"},"osmse-ekonomiska":{attribution:{text:"© Lantmäteriet"},description:"Scan of ´Economic maps´ ca 1950-1980",name:"Lantmäteriet Economic Map (historic)"},qa_no_address:{attribution:{text:"Simon Poole, Data ©OpenStreetMap contributors"},name:"QA No Address"},skobbler:{attribution:{text:"© Tiles: skobbler Map data: OpenStreetMap contributors"},name:"skobbler"},"stamen-terrain-background":{attribution:{text:"Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"},name:"Stamen Terrain"},"tf-cycle":{attribution:{text:"Maps © Thunderforest, Data © OpenStreetMap contributors"},name:"Thunderforest OpenCycleMap"},"tf-landscape":{attribution:{text:"Maps © Thunderforest, Data © OpenStreetMap contributors"},name:"Thunderforest Landscape"},"trafikverket-baninfo":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish railway network, including sidings",name:"Trafikverket Railway Network"},"trafikverket-baninfo-option":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish railway network with several options for map layers",name:"Trafikverket Railway Network options"},"trafikverket-vagnat":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish NVDB road network",name:"Trafikverket Road Network"},"trafikverket-vagnat-extra":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",name:"Trafikverket Road Network extra"},"trafikverket-vagnat-navn":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish NVDB street names",name:"Trafikverket Street Names"},"trafikverket-vagnat-option":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish NVDB road network with several options for map layers",name:"Trafikverket Road Network options"}},community:{"cape-coast-youthmappers":{name:"University of Cape Coast YouthMappers",description:"Follow us on Twitter: {url}",extendedDescription:"This is the official handle for the Youth Mappers chapter of the University of Cape Coast, Ghana. we love maps, open data and helping the vulnerable."},"osm-gh-facebook":{name:"OpenStreetMap Ghana on Facebook",description:"Facebook group for people interested in OpenStreetMap.",extendedDescription:"Mappers in Ghana community, promoting OpenStreetMap and Humanitarian OpenStreetMap Team (HOT) projects in Ghana. Join us."},"osm-gh-twitter":{name:"OpenStreetMap Ghana on Twitter",description:"Follow us on Twitter: {url}"},"talk-gh":{name:"Talk-gh Mailing List",description:"Talk-gh is the official mailing list for Ghana OSM community."},"osm-mg-facebook":{name:"OpenStreetMap Madagascar Facebook Group",description:"Malagasy Facebook group for people interested in OpenStreetMap."},"talk-mg":{name:"Talk-mg Mailing List",description:"Place for OpenStreetMap contributors, communities and users in Madagascar to share and discuss."},"OSM-BGD-facebook":{name:"OpenStreetMap Bangladesh",description:"Improve OpenStreetMap in Bangladesh",extendedDescription:"Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"},"OSM-India-facebook":{name:"OpenStreetMap India - Participatory neighborhood mapping",description:"Improve OpenStreetMap in India",extendedDescription:"Mapping in India? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",events:{sotmasia2018:{name:"State of the Map Asia 2018",description:"Join the 2018 OpenStreetMap region-wide event at State of the Map Asia in India",where:"Indian Institute of Management, Bangalore, India"}}},"OSM-india-mailinglist":{name:"OpenStreetMap India Mailinglist",description:"Talk-in is the official Mailinglist for Indian Community"},"OSM-india-twitter":{name:"OpenStreetMap India Twitter",description:"We are just a tweet away: {url}"},"OSM-India-Puducherry-Facebook":{name:"Free Software Hardware Movement - Facebook",description:"FSHM Facebook page to know about community events, activities",extendedDescription:"FSHM organizes events relating to free software/hardware, technology, activism and OpenStreetMap. Its FB page is the best way to keep in contact with its events."},"OSM-India-Puducherry-Matrix":{name:"Free Software Hardware Movement - Matrix",description:"FSHM Riot group to discuss, share and update mapping activities, events in and around Puducherry",extendedDescription:"FSHM community members share their OSM mapping updates / experiences through the Riot.im group, this group is also used to discuss things related to free software / hardware, technology and activism."},"OSM-IDN-facebook":{name:"OpenStreetMap Indonesia",description:"Improve OpenStreetMap in Indonesia",extendedDescription:"Mapping in Indonesia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-japan-facebook":{name:"OpenStreetMap Japan Community",description:"Mappers and OpenStreetMap users in Japan"},"OSM-japan-mailinglist":{name:"OpenStreetMap Japan Mailinglist",description:"Talk-ja is an Official Mailinglist for Japanese Community"},"OSM-japan-twitter":{name:"OpenStreetMap Japan Twitter",description:"Hashtag on Twitter: {url}"},"OSM-japan-website":{name:"OpenStreetMap Japan",description:"Mappers and OpenStreetMap users in Japan"},"OSM-korea-telegram":{name:"OSM Korea Telegram Channel",description:"Unofficial Channnel for OpenStreetMap contributors, communities and users in Korea to share and discuss."},"OSM-MY-facebook":{name:"OpenStreetMap Malaysia on Facebook",description:"For chat about anything related to OpenStreetMap!"},"OSM-MY-forum":{name:"OpenStreetMap Malaysia Forum",description:"Official OpenStreetMap Malaysia Forum"},"OSM-MY-matrix":{name:"OpenStreetMap Malaysia Riot channel",description:"All mappers are welcome! Sign up at {signupUrl}"},"OSM-MNG-facebook":{name:"OpenStreetMap Mongolia",description:"Improve OpenStreetMap in Mongolia",extendedDescription:"Mapping in Mongolia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-MMR-facebook":{name:"OpenStreetMap Myanmar",description:"Improve OpenStreetMap in Myanmar",extendedDescription:"Mapping in Myanmar? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-Nepal-facebook":{name:"OpenStreetMap Nepal",description:"Improve OpenStreetMap in Nepal",extendedDescription:"Mapping in Nepal? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-PH-facebook":{name:"OpenStreetMap PH Facebook",description:"Welcome to OpenStreetMap Philippines, where we encourage all fellow Filipinos to contribute to the OpenStreetMap project."},"OSM-PH-mailinglist":{name:"Talk-ph Mailing List",description:"A mailing list to discuss OpenStreetMap in the Philippines"},"OSM-PH-slack":{name:"OpenStreetMap PH Slack",description:"All are welcome! Sign up at {signupUrl}"},"OSM-PH-telegram":{name:"OpenStreetMap PH Telegram",description:"Un-official, Telegram local community of OpenStreetMap contributors and friends in the Philippines"},"OSM-RU-forum":{name:"OpenStreetMap RU forum",description:"OpenStreetMap Russia web forum"},"OSM-RU-telegram":{name:"OpenStreetMap RU telegram",description:"OpenStreetMap Russia telegram chat"},"OSM-LKA-facebook":{name:"OpenStreetMap Sri Lanka",description:"Improve OpenStreetMap in Sri Lanka",extendedDescription:"Mapping in Sri Lanka? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-TW-facebook":{name:"OpenStreetMap Taiwan Community",description:"Facebook Group for Mappers and OpenStreetMap users to discuss matters about Taiwan."},"OSM-TW-mailinglist":{name:"OpenStreetMap Taiwan Mailinglist",description:"Talk-tw is an Official Mailinglist for the Communities to dicuss matters about Taiwan"},"OSM-TH-CNX-meetup":{name:"OSM Meetup Chiang Mai",description:"Irregular meeting of the OpenStreetMap community in Chiang Mai",extendedDescription:"Members of the OpenStreetMap community meet every few months in Chiang Mai. Get in contact and check out {url} to see when the next meetup is scheduled"},"OSM-TH-facebook":{name:"OpenStreetMap TH Facebook group",description:"Facebook group for OpenStreetMappers in Thailand"},"OSM-TH-forum":{name:"OpenStreetMap TH forum",description:"OpenStreetMap Thailand web forum"},"al-forum":{name:"OSM Albania Forum",description:"OpenStreetMap Albania Forum"},"al-maptime-tirana":{name:"Maptime Tirana",description:"Social events organized around mapping - beginners most welcome!",extendedDescription:"Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time."},"al-telegram":{name:"OSM Albania Telegram channel",description:"OpenStreetMap Albania Telegram channel"},"at-forum":{name:"OpenStreetMap Austria Forum",description:"The official forum for OpenStreetMap questions in and around Austria"},"at-mailinglist":{name:"Talk-at Mailing List",description:"Talk-at is the official mailing list for the Austrian OSM community"},"at-twitter":{name:"OpenStreetMap Austria Twitter",description:"OpenStreetMap Austria On Twitter: {url}"},"osmgraz-meetup":{name:"OSM community meetup Graz",description:"Monthly meetup of the OpenStreetMap community in Graz"},"osmgraz-twitter":{name:"OSM community Graz on twitter",description:"OpenStreetMap community in Graz on twitter"},"osm-at":{name:"OpenStreetMap Austria",description:"The platform for information on OpenStreetMap in Austria"},byosm:{name:"OpenStreetMap Belarus",description:"OpenStreetMap Belarus telegram chat"},"be-facebook":{name:"OpenStreetMap BE Community",description:"Mappers and OpenStreetMap on Facebook in Belgium"},"be-forum":{name:"OpenStreetMap BE forum",description:"OpenStreetMap Belgium web forum"},"be-irc":{name:"OpenStreetMap Belgium IRC",description:"Join #osmbe on irc.oftc.net (port 6667)",extendedDescription:"Join #osmbe on irc.oftc.net (port 6667), it is bridged with the Matrix chat channel"},"be-mailinglist":{name:"Talk-be Mailing List",description:"Talk-be is the official mailing list for the Belgian OSM community"},"be-maptime":{name:"Maptime Belgium",description:"Social events organized around mapping - beginners most welcome!",extendedDescription:"Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time."},"be-matrix":{name:"OpenStreetMap BE Matrix channel",description:"All mappers are welcome!",extendedDescription:"Most talk is happening at the \"OpenStreetMap Belgium\" channel. You can ask anything there! The other rooms are for specific subjects."},"be-meetup":{name:"OpenStreetMap Belgium Meetup",description:"Real life meetups of everyone who is interested in OpenStreetMap",extendedDescription:"Physical meetups are great to meet other mappers, ask them questions and to learn a lot. Especially new contributors are very welcome!"},"be-twitter":{name:"OpenStreetMap Belgium Twitter",description:"OSM Belgium on Twitter: @osm_be"},"hr-facebook":{name:"OpenStreetMap Croatia Facebook group",description:"OpenStreetMap Croatia Facebook group"},"hr-irc":{name:"OpenStreetMap Croatia on IRC",description:"Join #osm-hr on irc.freenode.org (port 6667)"},"hr-mailinglist":{name:"Talk-hr Mailing List",description:"Talk-hr mailing list"},"czech-community":{name:"Czech OSM community",description:"Map portal, website and contacts on OSM members in Czechia"},"osmcz-facebook":{name:"OpenStreetMap CZ on Facebook",description:"Follow czech community on Facebook - including translated WeeklyOSM!"},"osmcz-twitter":{name:"Czech twitter @osmcz",description:"Follow czech community on Twitter - including translated WeeklyOSM!"},"talk-cz-mailinglist":{name:"Czech mailing list (talk-cz)",description:"Talk-cz is the official mailing list for Czech community"},"dk-forum":{name:"OpenStreetMap Denmark Web Forum",description:"OpenStreetMap Denmark web forum"},"dk-irc":{name:"OpenStreetMap Denmark IRC",description:"Join #osm-dk on irc.oftc.net (port 6667)"},"dk-mailinglist":{name:"Talk-dk Mailing List",description:"A mailing list to discuss OpenStreetMap in Denmark"},"fi-forum":{name:"OpenStreetMap FI forum",description:"OpenStreetMap Finland web forum"},"fi-irc":{name:"OpenStreetMap Finland IRC",description:"Join #osm-fi on irc.oftc.net (port 6667)"},"fi-mailinglist":{name:"Talk-fi Mailing List",description:"Talk-fi is the official mailing list for the Finnish OSM community"},"fr-facebook":{name:"OpenStreetMap France Facebook page",description:"OpenStreetMap France Facebook page"},"fr-forum":{name:"OpenStreetMap France web forum",description:"OpenStreetMap France web forum"},"fr-irc":{name:"OpenStreetMap France on IRC",description:"Join #osm-fr on irc.oftc.net (port 6667)"},"fr-mailinglist":{name:"Talk-fr Mailing List",description:"Talk-fr mailing list"},"fr-twitter":{name:"OpenStreetMap France on Twitter",description:"OpenStreetMap France on Twitter: {url}"},"de-berlin-mailinglist":{name:"Berlin Mailing List",description:"This is the mailing list for the Berlin OSM community"},"de-berlin-meetup":{name:"OpenStreetMap Berlin-Brandenburg Meetup",description:"Mappers and OpenStreetMap users in the Berlin area"},"de-berlin-telegram":{name:"@osmberlin on Telegram",description:"OpenStreetMap Berlin Telegram chat"},"de-berlin-twitter":{name:"OpenStreetMap Berlin Twitter",description:"Follow us on Twitter: {url}"},"de-forum":{name:"OpenStreetMap DE forum",description:"OpenStreetMap Germany web forum"},"de-irc":{name:"OpenStreetMap Germany IRC",description:"Join #osm-de on irc.oftc.net (port 6667)"},"de-mailinglist":{name:"Talk-de Mailing List",description:"Talk-de is the official mailing list for the German OSM community"},"de-ostwestfalen-lippe-mailinglist":{name:"OWL Mailing List",description:"This is the mailing list for the Ostwestfalen-Lippe OSM community"},"de-telegram":{name:"OpenStreetMap Germany Telegram",description:"Join the OpenStreetMap Germany Telegram supergroup at {url}"},"osm-de":{name:"OpenStreetMap Germany",description:"The platform for information on OpenStreetMap in Germany"},"hu-facebook":{name:"OpenStreetMap HU on Facebook",description:"Mappers and OpenStreetMap Facebook in Hungary"},"hu-forum":{name:"OpenStreetMap HU forum",description:"OpenStreetMap Hungary web forum"},"hu-meetup":{name:"OpenStreetMap Hungary Meetup",description:"The platform for organizing meetups in Hungary"},"it-facebook":{name:"OpenStreetMap Italy Facebook",description:"Join the OpenStreetMap Italy community on Facebook"},"it-irc":{name:"OpenStreetMap Italy IRC",description:"Join #osm-it on irc.oftc.net (port 6667)"},"it-mailinglist":{name:"Talk-it Mailing List",description:"Talk-it is the official mailing list for the Italian OSM community"},"it-telegram":{name:"@OpenStreetMapItalia on Telegram",description:"OpenStreetMap Italy Telegram chat"},"it-twitter":{name:"OpenStreetMap Italy Twitter",description:"Follow us on Twitter at {url}"},"OSM-Rome-meetup":{name:"Incontro Mappatori Romani",description:"Improve OpenStreetMap in the Rome area",extendedDescription:"We aim to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Lazio."},"South-Tyrol-Mailing-List":{name:"OpenStreetMap mailing list for South Tyrol",description:"OpenStreetMap Italy regional talk list for South Tyrol"},"talk-it-lazio":{name:"OpenStreetMap IT Lazio",description:"All are welcome! Sign up at {signupUrl}",extendedDescription:"Mailinglist for Rome and Lazio area."},"Trentino-Mailing-List":{name:"OpenStreetMap mailing list for Trentino",description:"OpenStreetMap Italy regional talk list for Trentino"},"no-forum":{name:"OpenStreetMap Norway Web Forum",description:"OpenStreetMap Norway web forum"},"no-irc":{name:"OpenStreetMap Norway on IRC",description:"Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway"},"no-mailinglist":{name:"OpenStreetMap Norway mailing list",description:"Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway"},"OSM-PL-facebook-group":{name:"OpenStreetMap Poland Facebook group",description:"Group for mappers and users of OpenStreetMap in Poland"},"OSM-PL-forum":{name:"OpenStreetMap Poland Forum",description:"Forum of Polish OpenStreetMap community"},"si-forum":{name:"OpenStreetMap Slovenia Forum",description:"Forum of OpenStreetMap community in Slovenia"},"si-mailinglist":{name:"OpenStreetMap Slovenia mailing list",description:"Mailing list of OpenStreetMap community in Slovenia"},"OSM-ES-mailinglist":{name:"Talk-es mailing list",description:"A mailing list to discuss OpenStreetMap in Spain"},"OSM-ES-telegram":{name:"@OSMes on Telegram",description:"OpenStreetMap Spain Telegram chat"},"osm-se":{name:"OpenStreetMap.se",description:"Provide OSM services and information for the local community in Sweden"},"se-facebook":{name:"OpenStreetMap Sweden Facebook",description:"OpenStreetMap Sweden on Facebook"},"se-forum":{name:"OpenStreetMap Sweden Web Forum",description:"OpenStreetMap Sweden web forum"},"se-irc":{name:"OpenStreetMap Sweden IRC",description:"Join #osm.se on irc.oftc.net (port 6667)"},"se-mailinglist":{name:"Talk-se Mailing List",description:"A mailing list to discuss OpenStreetMap in Sweden"},"se-twitter":{name:"OpenStreetMap Sweden on Twitter",description:"Follow us on Twitter: {url}"},"Nottingham-OSM-pub-meetup":{name:"East Midlands (Nottingham) Monthly pub meet-up",description:"Social gathering for East Midlands mappers and users",extendedDescription:"A group have been meeting since March 2011, initially in Nottingham, and, more recently in Derby, and from time to time elsewhere in the East Midlands. These are social gatherings, but are an excellent place to come and ask specific questions about OSM either in the area or in general. In the summer months we usually do some light mapping for an hour in the vicinity of our meeting place. The group as a whole has a special interest in mapping public rights of way and from time to time has mapping meetings for this purpose."},"gb-mailinglist":{name:"Talk-gb Mailing List",description:"Talk-gb is the main communication forum list for the British (including Northern Ireland) OSM community"},"mappa-mercia-group":{name:"Mappa Mercia local group",description:"A home for OpenStreetMap enthusiasts in the Midlands",extendedDescription:"Mappa Mercia is a project to grow OpenStreetMap in the West Midlands, UK. We run community events, provide training and support local organisations wishing to open up their data."},"gb-irc":{name:"OpenStreetMap United Kingdom IRC",description:"Join #osm-gb on irc.oftc.net (port 6667)",extendedDescription:"Join #osm-gb on irc.oftc.net (port 6667), please be patient and wait for a few minutes if you ask a question"},"OSM-CA-Slack":{name:"OSM-CA Slack",description:"All are welcome! Sign up at {signupUrl}."},"OSM-Vancouver-meetup":{name:"OpenStreetMap Vancouver",description:"Mappers and OpenStreetMap users in the Vancouver, BC area"},"OSM-CU-telegram":{name:"OSM Cuba on Telegram",description:"OpenStreetMap Cuba Telegram chat"},"OSM-NI-telegram":{name:"OSM Nicaragua on Telegram",description:"OpenStreetMap Nicaragua Telegram chat"},"Bay-Area-OpenStreetMappers":{name:"Bay Area OpenStreetMappers",description:"Improve OpenStreetMap in the Bay Area",extendedDescription:"This group is about growing the OpenStreetMap community here in the Bay Area. Our events are open to everyone, from open source enthusiasts, cyclists, GIS professionals, geocachers, and beyond. Anyone and everyone who is interested in maps, map making and free map data is welcome to join our group as well as attend our events."},"Central-Pennsylvania-OSM":{name:"Central Pennsylvania OSM",description:"Online mapping community based out of State College, PA"},"Code-for-San-Jose-Slack":{name:"Code for San Jose Slack",description:"All are welcome! Sign up at {signupUrl}, then join the #osm channel."},"Dallas-Fort-Worth-OSM":{name:"Dallas-Fort Worth OSM",description:"The OpenStreetMap user group for Dallas-Fort Worth",extendedDescription:"Dallas, Fort Worth, and all the cities in between are abounding with creative and tech-savvy people. The vision for this usergroup is to find new ways to use the amazing resource of OSM."},GeoPhilly:{name:"GeoPhilly",description:"Meetup for map enthusiasts in the Philadelphia area",extendedDescription:"GeoPhilly unites developers, geographers, data geeks, open source enthusiasts, civic hackers and map addicts in our shared love of maps and the stories they tell. If you use maps as part of your work or just want to learn more, this is the meetup for you!  Our events aim to be open, friendly, educational and social and range from happy hours to lightning talks or even workshops. Come create a diverse, inspiring geospatial community in the Philadelphia with us!"},MapMinnesota:{name:"MapMinnesota",description:"Mappers and OpenStreetMap enthusiasts in the Twin Cities area",extendedDescription:"Connecting OpenStreetMap enthusiasts in Minnesota and the Twin Cities!"},"Mapping-DC-meetup":{name:"Mapping DC",description:"Improve OpenStreetMap in the DC area",extendedDescription:"We are a group of volunteer mappers who aim to improve the OpenStreetMap in the DC area. We also aim to teach others about the OSM ecosystem, data analytics, cartography, and GIS. We gather every other month at meetups to focus on one area of our city."},"Maptime-ME-meetup":{name:"MaptimeME",description:"Mappers and OpenStreetMap users, around Portland, ME",extendedDescription:"Maptime is, rather literally, time for mapmaking.  Our mission is to open the doors of cartographic possibility to anyone interested by creating a time and space for collaborative learning, exploration, and map creation using mapping tools and technologies."},"OpenCleveland-meetup":{name:"Open Cleveland",description:"Improve OpenStreetMap in the Cleveland area",extendedDescription:"Open Geo Cleveland aims to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Northeast Ohio. We're also a maptime chapter =)"},"OSM-Boston":{name:"OpenStreetMap Boston",description:"Mappers and OpenStreetMap users in the Boston area",extendedDescription:"OpenStreetMap is the free and open, wiki-style map of the world, with hundreds of thousands of contributions every day from people like you. Editing the map is simple, and fun! Join us both indoors and outdoors in our effort to create the best map of the Boston area and the rest of the world!"},"OSM-Central-Salish-Sea":{name:"OpenStreetMap Central Salish Sea",description:"Mappers and OpenStreetMap users around Mount Vernon, WA",extendedDescription:"OpenStreetMap is an map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more. We meet all the time to talk maps, make maps and have fun!"},"OSM-Chattanooga":{name:"OSM Chattanooga",description:"The OpenStreetMap user group for Chattanooga"},"OSM-Colorado":{name:"OpenStreetMap Colorado",description:"Mappers and OpenStreetMap users in the state of Colorado, USA",extendedDescription:"OpenStreetMap (OSM) Colorado is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties."},"OSM-NYC":{name:"OpenStreetMap NYC",description:"Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area"},"OSM-Portland":{name:"OpenStreetMap Portland",description:"Mappers and OpenStreetMap users in the Portland area",extendedDescription:"OpenStreetMap (OSM) is a map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more, and come join us at a meetup to talk maps, contribute to OSM, and have fun!"},"OSM-Seattle":{name:"OpenStreetMap Seattle",description:"Mappers and OpenStreetMap users in the Seattle area"},"OSM-SoCal":{name:"OpenStreetMap Southern California",description:"Let's have some fun, contribute something to Los Angeles, and learn about mapping!",extendedDescription:"OpenStreetMap (OSM) Southern California is for anyone interested in mapping to get together to work with OpenStreetMap.  OpenStreetMap, the Wikipedia of maps, is a free open-source map of the world being created by more than 1,000,000 volunteers around the globe.  Everyone is welcome.  If you don't know OpenStreetMap, we'll teach you. If you have an idea for a mapping project or even a field trip that the group can do, great!"},"OSM-South-Bay":{name:"OSM South Bay",description:"Map Nights hosted by Code for San Jose",extendedDescription:"Code for San Jose, the local Code for America brigade, hosts monthly Map Nights on Thursday nights in downtown San José. Meet fellow South Bay mappers, help out with local mapping projects, and hear about other civic tech projects. Programming and GIS skills are not required."},"OSM-Tampa-Bay":{name:"OpenStreetMap Tampa Bay",description:"Mappers and OpenStreetMap users in the Tampa Bay area",extendedDescription:"OSM Tampa Bay group for local residents to get together and build out the definitive map of Tampa Bay with OpenStreetMap, the free and editable map of the world.  If you're into maps, data, open source, GPS, hiking, cycling, et cetera, you'll love working with OpenStreetMap -- so join in! We'll get together and map and talk about new topics once-a-month or so."},"OSM-US-Slack":{name:"OpenStreetMap US Slack",description:"All are welcome! Sign up at {signupUrl}"},"OSM-US":{name:"OpenStreetMap US",description:"We help grow and improve OpenStreetMap in the United States.",extendedDescription:"We support OpenStreetMap by holding annual conferences, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap US here: {signupUrl}",events:{sotmus2018:{name:"State of the Map US 2018",description:"Join the OpenStreetMap community at State of the Map US in Detroit, Michigan. Connect with other mappers, businesses, government agencies, and non profits, all collaborating around the free and editable map of the world.",where:"Detroit, Michigan"}}},"OSM-Utah":{name:"OpenStreetMap Utah",description:"Mappers and OpenStreetMap users in the Salt Lake City area",extendedDescription:"Activities may include things like Learn To Map workshops, mapping parties and outdoor data collection. The events will take place in the SLC area, at least initially.  We are looking for seasoned mappers as well as people new to OSM. Join and let's do some mapping!"},"OSM-Wyoming":{name:"OpenStreetMap Wyoming",description:"Mappers and OpenStreetMap users in the state of Wyoming",extendedDescription:"OpenStreetMap (OSM) Wyoming is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties."},"PHXGeo-meetup":{name:"PHXGeo Meetup",description:"Mappers and OpenStreetMap users in the Phoenix, AZ area",extendedDescription:"This is a meetup group for those in the Phoenix area who like maps, GIS, OpenStreetMap, cartography and anything in between."},"PHXGeo-twitter":{name:"PHXGeo Twitter",description:"Follow us on Twitter at {url}"},"Western-Slope-facebook":{name:"Western Slope OSM Facebook",description:"Mappers and OpenStreetMap users around Grand Junction, CO"},"Western-Slope-meetup":{name:"Western Slope OSM Meetup",description:"Mappers and OpenStreetMap users around Grand Junction, CO",extendedDescription:"The goal of this group is to introduce OpenStreetMap to the community, develop a community of mappers, create the most amazing geodata possible using whatever method we can and finally strategize in order to get this data out into our community. Imagine accurate trail signage! Imagine further development of bike paths! Imagine anything you want, that's the joy of OpenStreetMap!"},"Maptime-Australia-Slack":{name:"Maptime Australia Slack",description:"Sign up at {signupUrl}"},"talk-au":{name:"Talk-au Mailing List",description:"Place for Aussie mappers to chat"},"OSM-AR-facebook":{name:"OpenStreetMap Argentina Facebook",description:"Join the OpenStreetMap Argentina community on Facebook",extendedDescription:"News from the local community"},"OSM-AR-forum":{name:"OpenStreetMap Argentina web forum",description:"Join the OpenStreetMap Argentina web forum",extendedDescription:"Ideal for long or important discussions. Slow response time."},"OSM-AR-irc":{name:"OpenStreetMap Argentina IRC",description:"Join #osm-ar on irc.oftc.net (port 6667)",extendedDescription:"You may find the most geeky user in the community."},"OSM-AR-mailinglist":{name:"Talk-ar Mailing List",description:"Historic mailing list. Almost unused today."},"OSM-AR-telegram":{name:"OpenStreetMap Argentina Telegram",description:"Join the OpenStreetMap Argentina community on Telegram",extendedDescription:"The most active channel in the community, ideal for chatting and getting answers to your questions instantly. Everyone is welcome!"},"OSM-AR-twitter":{name:"OpenStreetMap Argentina Twitter",description:"Follow us on Twitter at {url}",extendedDescription:"News from the local community and OpenStreetMap in general."},"OSM-BO-mailinglist":{name:"Talk-bo Mailing List",description:"Talk-bo is the official mailing list for the Bolivian OpenStreetMap community",extendedDescription:"Mapping in Bolivia? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"},"Bahia-telegram":{name:"OpenStreetMap Bahia Telegram Group",description:"Join the OpenStreetMap Bahia community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"DF-telegram":{name:"OpenStreetMap Brasília Telegram Group",description:"Join the OpenStreetMap Brasília community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"OSM-br-mailinglist":{name:"Talk-br Mailing List",description:"A mailing list to discuss OpenStreetMap in Brazil"},"OSM-br-telegram":{name:"OpenStreetMap Brasil Telegram",description:"Join the OpenStreetMap Brasil community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"OSM-br-twitter":{name:"OpenStreetMap Brasil Twitter",description:"Follow us on Twitter at {url}"},"OSM-CL-facebook":{name:"OpenStreetMap Chile Facebook",description:"Join the OpenStreetMap Chile community on Facebook",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"OSM-CL-mailinglist":{name:"Talk-cl Mailing List",description:"A mailing list to discuss OpenStreetMap in Chile"},"OSM-CL-telegram":{name:"OpenStreetMap Chile Telegram",description:"Join the OpenStreetMap Chile community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"OSM-CL-twitter":{name:"OpenStreetMap Chile Twitter",description:"Follow us on Twitter at {url}"},"Maptime-Bogota":{name:"Maptime Bogotá",description:"We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.",extendedDescription:"Learn to collect data in the field and digitize onto OpenStreetMap.  It is not necessary to have previous knowledge! You just need the desire to participate, learn, and have fun."},"OSM-CO-facebook":{name:"OpenStreetMap Colombia Facebook",description:"Join the OpenStreetMap Colombia community on Facebook",extendedDescription:"Join the community to learn more about OpenStreetMap. Everyone is welcome!"},"OSM-CO-mailinglist":{name:"Talk-co Mailing List",description:"A mailing list to discuss OpenStreetMap in Colombia"},"OSM-CO-telegram":{name:"OSM Colombia on Telegram",description:"OpenStreetMap Colombia Telegram chat"},"OSM-CO-twitter":{name:"OpenStreetMap Colombia Twitter",description:"Follow us on Twitter at {url}"},"OSM-CO":{name:"OpenStreetMap Colombia",description:"News of the OpenStreetMap Colombia community and the OSMCo Foundation"},"OSM-EC-telegram":{name:"OSM Ecuador on Telegram",description:"OpenStreetMap Ecuador Telegram chat"},"OSM-PY-telegram":{name:"OSM Paraguay on Telegram",description:"OpenStreetMap Paraguay Telegram chat"},"OSM-PE-facebook":{name:"OpenStreetMap Peru Facebook",description:"Join the OpenStreetMap Peru community on Facebook"},"OSM-PE-mailinglist":{name:"Talk-pe Mailing List",description:"The official mailing list for the OpenStreetMap Peru community"},"OSM-PE-matrix":{name:"OpenStreetMap Peru Matrix Chat",description:"Chat with other members of the OpenStreetMap Peru community in Matrix."},"OSM-PE-telegram":{name:"OpenStreetMap Peru Telegram",description:"Join the OpenStreetMap Peru community on Telegram"},"OSM-PE-twitter":{name:"OpenStreetMap Peru Twitter",description:"Follow us on Twitter at {url}"},"OSM-PE":{name:"OpenStreetMap Peru",description:"News and resources for the OpenStreetMap Peru community"},"OSM-Facebook":{name:"OpenStreetMap on Facebook",description:"Like us on Facebook for news and updates about OpenStreetMap."},"OSM-help":{name:"OpenStreetMap Help",description:"Ask a question and get answers on OSM's community-driven question and answer site.",extendedDescription:"{url} is for everyone who needs help with OpenStreetMap.  Whether you are a beginner mapper or have a technical question, we're here to help!"},"OSM-Reddit":{name:"OpenStreetMap on Reddit",description:"/r/openstreetmap/ is a great place to learn more about OpenStreetMap.  Ask us anything!"},"OSM-Telegram":{name:"OpenStreetMap Telegram",description:"Join the OpenStreetMap Telegram global supergroup at {url}"},"OSM-Twitter":{name:"OpenStreetMap Twitter",description:"Follow us on Twitter at {url}"},OSMF:{name:"OpenStreetMap Foundation",description:"OSMF is a UK-based not-for-profit that supports the OpenStreetMap Project",extendedDescription:"OSMF supports the OpenStreetMap by fundraising, maintaining the servers which power OSM, organizing the annual State of the Map conference, and coordinating the volunteers who keep OSM running. You can show your support and have a voice in the direction of OpenStreetMap by joining as an OSMF member here: {signupUrl}",events:{sotm2018:{name:"State of the Map 2018",description:"Join us for 3 days in Milan, Italy for the annual worldwide OpenStreetMap conference, bringing together everyone in the community to socialize, share, and learn.",where:"Milan, Italy"}}}}};
+  var en = {icons:{information:"info",remove:"remove",undo:"undo"},modes:{add_area:{title:"Area",description:"Add parks, buildings, lakes or other areas to the map.",tail:"Click on the map to start drawing an area, like a park, lake, or building."},add_line:{title:"Line",description:"Add highways, streets, pedestrian paths, canals or other lines to the map.",tail:"Click on the map to start drawing a road, path, or route."},add_point:{title:"Point",description:"Add restaurants, monuments, postal boxes or other points to the map.",tail:"Click on the map to add a point."},add_note:{title:"Note",description:"Spotted an issue? Let other mappers know.",tail:"Click on the map to add a note."},browse:{title:"Browse",description:"Pan and zoom the map."},draw_area:{tail:"Click to add nodes to your area. Click the first node to finish the area."},draw_line:{tail:"Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."},drag_node:{connected_to_hidden:"This can't be edited because it is connected to a hidden feature."}},operations:{add:{annotation:{point:"Added a point.",vertex:"Added a node to a way.",relation:"Added a relation.",note:"Added a note."}},start:{annotation:{line:"Started a line.",area:"Started an area."}},"continue":{key:"A",title:"Continue",description:"Continue this line.",not_eligible:"No line can be continued here.",multiple:"Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",annotation:{line:"Continued a line.",area:"Continued an area."}},cancel_draw:{annotation:"Canceled drawing."},change_role:{annotation:"Changed the role of a relation member."},change_tags:{annotation:"Changed tags."},circularize:{title:"Circularize",description:{line:"Make this line circular.",area:"Make this area circular."},key:"O",annotation:{line:"Made a line circular.",area:"Made an area circular."},not_closed:"This can't be made circular because it's not a loop.",too_large:"This can't be made circular because not enough of it is currently visible.",connected_to_hidden:"This can't be made circular because it is connected to a hidden feature."},orthogonalize:{title:"Square",description:{line:"Square the corners of this line.",area:"Square the corners of this area."},key:"S",annotation:{line:"Squared the corners of a line.",area:"Squared the corners of an area."},not_squarish:"This can't be made square because it is not squarish.",too_large:"This can't be made square because not enough of it is currently visible.",connected_to_hidden:"This can't be made square because it is connected to a hidden feature."},straighten:{title:"Straighten",description:"Straighten this line.",key:"S",annotation:"Straightened a line.",too_bendy:"This can't be straightened because it bends too much.",connected_to_hidden:"This line can't be straightened because it is connected to a hidden feature."},"delete":{title:"Delete",description:{single:"Delete this feature permanently.",multiple:"Delete these features permanently."},annotation:{point:"Deleted a point.",vertex:"Deleted a node from a way.",line:"Deleted a line.",area:"Deleted an area.",relation:"Deleted a relation.",multiple:"Deleted {n} features."},too_large:{single:"This feature can't be deleted because not enough of it is currently visible.",multiple:"These features can't be deleted because not enough of them are currently visible."},incomplete_relation:{single:"This feature can't be deleted because it hasn't been fully downloaded.",multiple:"These features can't be deleted because they haven't been fully downloaded."},part_of_relation:{single:"This feature can't be deleted because it is part of a larger relation. You must remove it from the relation first.",multiple:"These features can't be deleted because they are part of larger relations. You must remove them from the relations first."},connected_to_hidden:{single:"This feature can't be deleted because it is connected to a hidden feature.",multiple:"These features can't be deleted because some are connected to hidden features."}},add_member:{annotation:"Added a member to a relation."},delete_member:{annotation:"Removed a member from a relation."},connect:{annotation:{point:"Connected a way to a point.",vertex:"Connected a way to another.",line:"Connected a way to a line.",area:"Connected a way to an area."},relation:"These features can't be connected because they have conflicting relation roles.",restriction:"These features can't be connected because it would damage a \"{relation}\" relation."},disconnect:{title:"Disconnect",description:"Disconnect these lines/areas from each other.",key:"D",annotation:"Disconnected lines/areas.",not_connected:"There aren't enough lines/areas here to disconnect.",connected_to_hidden:"This can't be disconnected because it is connected to a hidden feature.",relation:"This can't be disconnected because it connects members of a relation."},merge:{title:"Merge",description:"Merge these features.",key:"C",annotation:"Merged {n} features.",not_eligible:"These features can't be merged.",not_adjacent:"These features can't be merged because their endpoints aren't connected.",restriction:"These features can't be merged because it would damage a \"{relation}\" relation.",relation:"These features can't be merged because they have conflicting relation roles.",incomplete_relation:"These features can't be merged because at least one hasn't been fully downloaded.",conflicting_tags:"These features can't be merged because some of their tags have conflicting values."},move:{title:"Move",description:{single:"Move this feature to a different location.",multiple:"Move these features to a different location."},key:"M",annotation:{point:"Moved a point.",vertex:"Moved a node in a way.",line:"Moved a line.",area:"Moved an area.",multiple:"Moved multiple features."},incomplete_relation:{single:"This feature can't be moved because it hasn't been fully downloaded.",multiple:"These features can't be moved because they haven't been fully downloaded."},too_large:{single:"This feature can't be moved because not enough of it is currently visible.",multiple:"These features can't be moved because not enough of them are currently visible."},connected_to_hidden:{single:"This feature can't be moved because it is connected to a hidden feature.",multiple:"These features can't be moved because some are connected to hidden features."}},reflect:{title:{long:"Reflect Long",short:"Reflect Short"},description:{long:{single:"Reflect this feature across its long axis.",multiple:"Reflect these features across their long axis."},short:{single:"Reflect this feature across its short axis.",multiple:"Reflect these features across their short axis."}},key:{long:"T",short:"Y"},annotation:{long:{single:"Reflected a feature across its long axis.",multiple:"Reflected multiple features across their long axis."},short:{single:"Reflected a feature across its short axis.",multiple:"Reflected multiple features across their short axis."}},incomplete_relation:{single:"This feature can't be reflected because it hasn't been fully downloaded.",multiple:"These features can't be reflected because they haven't been fully downloaded."},too_large:{single:"This feature can't be reflected because not enough of it is currently visible.",multiple:"These features can't be reflected because not enough of them are currently visible."},connected_to_hidden:{single:"This feature can't be reflected because it is connected to a hidden feature.",multiple:"These features can't be reflected because some are connected to hidden features."}},rotate:{title:"Rotate",description:{single:"Rotate this feature around its center point.",multiple:"Rotate these features around their center point."},key:"R",annotation:{line:"Rotated a line.",area:"Rotated an area.",multiple:"Rotated multiple features."},incomplete_relation:{single:"This feature can't be rotated because it hasn't been fully downloaded.",multiple:"These features can't be rotated because they haven't been fully downloaded."},too_large:{single:"This feature can't be rotated because not enough of it is currently visible.",multiple:"These features can't be rotated because not enough of them are currently visible."},connected_to_hidden:{single:"This feature can't be rotated because it is connected to a hidden feature.",multiple:"These features can't be rotated because some are connected to hidden features."}},reverse:{title:"Reverse",description:"Make this line go in the opposite direction.",key:"V",annotation:"Reversed a line."},split:{title:"Split",description:{line:"Split this line into two at this node.",area:"Split the boundary of this area into two.",multiple:"Split the lines/area boundaries at this node into two."},key:"X",annotation:{line:"Split a line.",area:"Split an area boundary.",multiple:"Split {n} lines/area boundaries."},not_eligible:"Lines can't be split at their beginning or end.",multiple_ways:"There are too many lines here to split.",connected_to_hidden:"This can't be split because it is connected to a hidden feature."},restriction:{annotation:{create:"Added a turn restriction","delete":"Deleted a turn restriction"}},detach_node:{title:"Detach",key:"E",description:"Detach this node from these lines/areas.",annotation:"Detached a node from parent lines/areas.",restriction:"This node can't be detached because it would damage a \"{relation}\" relation.",connected_to_hidden:"This node can't be detached because it is connected to a hidden feature."}},restriction:{controls:{distance:"Distance",distance_up_to:"Up to {distance}",via:"Via",via_node_only:"Node only",via_up_to_one:"Up to 1 way",via_up_to_two:"Up to 2 ways"},help:{indirect:"(indirect)",turn:{no_left_turn:"NO Left Turn {indirect}",no_right_turn:"NO Right Turn {indirect}",no_u_turn:"NO U-Turn {indirect}",no_straight_on:"NO Straight On {indirect}",only_left_turn:"ONLY Left Turn {indirect}",only_right_turn:"ONLY Right Turn {indirect}",only_u_turn:"ONLY U-Turn {indirect}",only_straight_on:"ONLY Straight On {indirect}",allowed_left_turn:"Left Turn Allowed {indirect}",allowed_right_turn:"Right Turn Allowed {indirect}",allowed_u_turn:"U-Turn Allowed {indirect}",allowed_straight_on:"Straight On Allowed {indirect}"},from:"FROM",via:"VIA",to:"TO",from_name:"{from} {fromName}",from_name_to_name:"{from} {fromName} {to} {toName}",via_names:"{via} {viaNames}",select_from:"Click to select a {from} segment",select_from_name:"Click to select {from} {fromName}",toggle:"Click for \"{turn}\""}},undo:{tooltip:"Undo: {action}",nothing:"Nothing to undo."},redo:{tooltip:"Redo: {action}",nothing:"Nothing to redo."},tooltip_keyhint:"Shortcut:",browser_notice:"This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",translate:{translate:"Translate",localized_translation_label:"Multilingual name",localized_translation_language:"Choose language",localized_translation_name:"Name"},zoom_in_edit:"Zoom in to edit",login:"Log In",logout:"Log Out",loading_auth:"Connecting to OpenStreetMap...",report_a_bug:"Report a bug",help_translate:"Help translate",feature_info:{hidden_warning:"{count} hidden features",hidden_details:"These features are currently hidden: {details}"},status:{error:"Unable to connect to API.",offline:"The API is offline. Please try editing later.",readonly:"The API is read-only. You will need to wait to save your changes.",rateLimit:"The API is limiting anonymous connections.  You can fix this by logging in."},commit:{title:"Upload to OpenStreetMap",upload_explanation:"The changes you upload will be visible on all maps that use OpenStreetMap data.",upload_explanation_with_user:"The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",request_review:"I would like someone to review my edits.",save:"Upload",cancel:"Cancel",changes:"{count} Changes",download_changes:"Download osmChange file",warnings:"Warnings",modified:"Modified",deleted:"Deleted",created:"Created",about_changeset_comments:"About changeset comments",about_changeset_comments_link:"//wiki.openstreetmap.org/wiki/Good_changeset_comments",google_warning:"You mentioned Google in this comment: remember that copying from Google Maps is strictly forbidden.",google_warning_link:"https://www.openstreetmap.org/copyright"},contributors:{list:"Edits by {users}",truncated_list:"Edits by {users} and {count} others"},info_panels:{key:"I",background:{key:"B",title:"Background",zoom:"Zoom",vintage:"Vintage",source:"Source",description:"Description",resolution:"Resolution",accuracy:"Accuracy",unknown:"Unknown",show_tiles:"Show Tiles",hide_tiles:"Hide Tiles",show_vintage:"Show Vintage",hide_vintage:"Hide Vintage"},history:{key:"H",title:"History",selected:"{n} selected",no_history:"No History (New Feature)",version:"Version",last_edit:"Last Edit",edited_by:"Edited By",changeset:"Changeset",unknown:"Unknown",link_text:"History on openstreetmap.org"},location:{key:"L",title:"Location",unknown_location:"Unknown Location"},measurement:{key:"M",title:"Measurement",selected:"{n} selected",geometry:"Geometry",closed_line:"closed line",closed_area:"closed area",center:"Center",perimeter:"Perimeter",length:"Length",area:"Area",centroid:"Centroid",location:"Location",metric:"Metric",imperial:"Imperial",node_count:"Number of nodes"}},geometry:{point:"point",vertex:"vertex",line:"line",area:"area",relation:"relation"},geocoder:{search:"Search worldwide...",no_results_visible:"No results in visible map area",no_results_worldwide:"No results found"},geolocate:{title:"Show My Location",locating:"Locating, please wait..."},inspector:{no_documentation_combination:"There is no documentation available for this tag combination",no_documentation_key:"There is no documentation available for this key",documentation_redirect:"This documentation has been redirected to a new page",show_more:"Show More",view_on_osm:"View on openstreetmap.org",all_fields:"All fields",all_tags:"All tags",all_members:"All members",all_relations:"All relations",new_relation:"New relation...",role:"Role",choose:"Select feature type",results:"{n} results for {search}",reference:"View on OpenStreetMap Wiki",back_tooltip:"Change feature",remove:"Remove",search:"Search",multiselect:"Selected features",unknown:"Unknown",incomplete:"<not downloaded>",feature_list:"Search features",edit:"Edit feature",check:{yes:"Yes",no:"No",reverser:"Change Direction"},radio:{structure:{type:"Type","default":"Default",layer:"Layer"}},add:"Add",none:"None",node:"Node",way:"Way",relation:"Relation",location:"Location",add_fields:"Add field:"},background:{title:"Background",description:"Background settings",key:"B",backgrounds:"Backgrounds",none:"None",best_imagery:"Best known imagery source for this location","switch":"Switch back to this background",custom:"Custom",custom_button:"Edit custom background",custom_prompt:"Enter a tile URL template. Valid tokens are:\n   - {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n   - {-y} or {ty} for flipped TMS-style Y coordinates\n   - {u} for quadtile scheme\n   - {switch:a,b,c} for DNS server multiplexing\n\nExample:\n{example}",overlays:"Overlays",imagery_source_faq:"Imagery Info / Report a Problem",reset:"reset",display_options:"Display Options",brightness:"Brightness",contrast:"Contrast",saturation:"Saturation",sharpness:"Sharpness",minimap:{description:"Show Minimap",tooltip:"Show a zoomed out map to help locate the area currently displayed.",key:"/"},fix_misalignment:"Adjust imagery offset",offset:"Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters."},map_data:{title:"Map Data",description:"Map Data",key:"F",data_layers:"Data Layers",layers:{osm:{tooltip:"Map data from OpenStreetMap",title:"OpenStreetMap data"},notes:{tooltip:"Note data from OpenStreetMap",title:"OpenStreetMap notes"}},fill_area:"Fill Areas",map_features:"Map Features",autohidden:"These features have been automatically hidden because too many would be shown on the screen.  You can zoom in to edit them.",osmhidden:"These features have been automatically hidden because the OpenStreetMap layer is hidden."},feature:{points:{description:"Points",tooltip:"Points of Interest"},traffic_roads:{description:"Traffic Roads",tooltip:"Highways, Streets, etc."},service_roads:{description:"Service Roads",tooltip:"Service Roads, Parking Aisles, Tracks, etc."},paths:{description:"Paths",tooltip:"Sidewalks, Foot Paths, Cycle Paths, etc."},buildings:{description:"Buildings",tooltip:"Buildings, Shelters, Garages, etc."},landuse:{description:"Landuse Features",tooltip:"Forests, Farmland, Parks, Residential, Commercial, etc."},boundaries:{description:"Boundaries",tooltip:"Administrative Boundaries"},water:{description:"Water Features",tooltip:"Rivers, Lakes, Ponds, Basins, etc."},rail:{description:"Rail Features",tooltip:"Railways"},power:{description:"Power Features",tooltip:"Power Lines, Power Plants, Substations, etc."},past_future:{description:"Past/Future",tooltip:"Proposed, Construction, Abandoned, Demolished, etc."},others:{description:"Others",tooltip:"Everything Else"}},area_fill:{wireframe:{description:"No Fill (Wireframe)",tooltip:"Enabling wireframe mode makes it easy to see the background imagery.",key:"W"},partial:{description:"Partial Fill",tooltip:"Areas are drawn with fill only around their inner edges. (Recommended for beginner mappers)"},full:{description:"Full Fill",tooltip:"Areas are drawn fully filled."}},restore:{heading:"You have unsaved changes",description:"Do you wish to restore unsaved changes from a previous editing session?",restore:"Restore my changes",reset:"Discard my changes"},save:{title:"Save",help:"Review your changes and upload them to OpenStreetMap, making them visible to other users.",no_changes:"No changes to save.",error:"Errors occurred while trying to save",status_code:"Server returned status code {code}",unknown_error_details:"Please ensure you are connected to the internet.",uploading:"Uploading changes to OpenStreetMap...",conflict_progress:"Checking for conflicts: {num} of {total}",unsaved_changes:"You have unsaved changes",conflict:{header:"Resolve conflicting edits",count:"Conflict {num} of {total}",previous:"< Previous",next:"Next >",keep_local:"Keep mine",keep_remote:"Use theirs",restore:"Restore","delete":"Leave Deleted",download_changes:"Or download osmChange file",done:"All conflicts resolved!",help:"Another user changed some of the same map features you changed.\nClick on each feature below for more details about the conflict, and choose whether to keep\nyour changes or the other user's changes.\n"}},merge_remote_changes:{conflict:{deleted:"This feature has been deleted by {user}.",location:"This feature was moved by both you and {user}.",nodelist:"Nodes were changed by both you and {user}.",memberlist:"Relation members were changed by both you and {user}.",tags:"You changed the <b>{tag}</b> tag to \"{local}\" and {user} changed it to \"{remote}\"."}},success:{just_edited:"You just edited OpenStreetMap!",thank_you:"Thank you for improving the map.",thank_you_location:"Thank you for improving the map around {where}.",help_html:"Your changes should appear on OpenStreetMap within a few minutes. It may take longer for maps elsewhere to receive updates.",help_link_text:"Details",help_link_url:"https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F",view_on_osm:"View Changes on OSM",changeset_id:"Your changeset #: {changeset_id}",like_osm:"Like OpenStreetMap? Connect with others:",more:"More",events:"Events",languages:"Languages: {languages}",missing:"Is something missing from this list?",tell_us:"Tell us!"},confirm:{okay:"OK",cancel:"Cancel"},splash:{welcome:"Welcome to the iD OpenStreetMap editor",text:"iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}.",walkthrough:"Start the Walkthrough",start:"Edit now"},source_switch:{live:"live",lose_changes:"You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",dev:"dev"},version:{whats_new:"What's new in iD {version}"},tag_reference:{description:"Description",on_wiki:"{tag} on wiki.osm.org",used_with:"used with {type}"},validations:{disconnected_highway:"Disconnected highway",disconnected_highway_tooltip:"Roads should be connected to other roads or building entrances.",old_multipolygon:"Multipolygon tags on outer way",old_multipolygon_tooltip:"This style of multipolygon is deprecated. Please assign the tags to the parent multipolygon instead of the outer way.",untagged_point:"Untagged point",untagged_point_tooltip:"Select a feature type that describes what this point is.",untagged_line:"Untagged line",untagged_line_tooltip:"Select a feature type that describes what this line is.",untagged_area:"Untagged area",untagged_area_tooltip:"Select a feature type that describes what this area is.",untagged_relation:"Untagged relation",untagged_relation_tooltip:"Select a feature type that describes what this relation is.",many_deletions:"You're deleting {n} features: {p} nodes, {l} lines, {a} areas, {r} relations. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",tag_suggests_area:"The tag {tag} suggests line should be area, but it is not an area",deprecated_tags:"Deprecated tags: {tags}"},zoom:{"in":"Zoom in",out:"Zoom out"},cannot_zoom:"Cannot zoom out further in current mode.",full_screen:"Toggle Full Screen",gpx:{local_layer:"Add a GPX",drag_drop:"Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse",zoom:"Zoom to layer",browse:"Browse for a file"},mvt:{local_layer:"Add a MVT",drag_drop:"Drag and drop a .mvt or .pbf file on the page, or click the button to the right to browse",zoom:"Zoom to layer",browse:"Browse for a file"},streetside:{tooltip:"Streetside photos from Microsoft",title:"Photo Overlay (Bing Streetside)",report:"Report a privacy concern with this image",view_on_bing:"View on Bing Maps",hires:"High resolution"},mapillary_images:{tooltip:"Street-level photos from Mapillary",title:"Photo Overlay (Mapillary)"},mapillary_signs:{tooltip:"Traffic signs from Mapillary (must enable Photo Overlay)",title:"Traffic Sign Overlay (Mapillary)"},mapillary:{view_on_mapillary:"View this image on Mapillary"},openstreetcam_images:{tooltip:"Street-level photos from OpenStreetCam",title:"Photo Overlay (OpenStreetCam)"},openstreetcam:{view_on_openstreetcam:"View this image on OpenStreetCam"},note:{note:"Note",title:"Edit note",anonymous:"anonymous",closed:"(Closed)",commentTitle:"Comments",newComment:"New Comment",inputPlaceholder:"Enter a comment to share with other users.",close:"Close Note",open:"Reopen Note",comment:"Comment",close_comment:"Close and Comment",open_comment:"Reopen and Comment",report:"Report","new":"New Note",newDescription:"Describe the issue.",save:"Save Note",login:"You must log in to change or comment on this note.",upload_explanation:"Your comments will be publicly visible to all OpenStreetMap users.",upload_explanation_with_user:"Your comments as {user} will be publicly visible to all OpenStreetMap users."},help:{title:"Help",key:"H",help:{title:"Help",welcome:"Welcome to the iD editor for [OpenStreetMap](https://www.openstreetmap.org/). With this editor you can update OpenStreetMap right from your web browser.",open_data_h:"Open Data",open_data:"Edits that you make on this map will be visible to everyone who uses OpenStreetMap. Your edits can be based on personal knowledge, on-the-ground surveying, or imagery collected from aerial or street level photos. Copying from commercial sources, like Google Maps, [is strictly forbidden](https://www.openstreetmap.org/copyright).",before_start_h:"Before you start",before_start:"You should be familiar with OpenStreetMap and this editor before you start editing. iD contains a walkthrough to teach you the basics of editing OpenStreetMap. Click \"Start the Walkthrough\" on this screen to take the tutorial - it takes only about 15 minutes.",open_source_h:"Open Source",open_source:"The iD editor is a collaborative open source project, and you are using version {version} now. The source code is available [on GitHub](https://github.com/openstreetmap/iD).",open_source_help:"You can help iD by [translating](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) or [reporting bugs](https://github.com/openstreetmap/iD/issues)."},overview:{title:"Overview",navigation_h:"Navigation",navigation_drag:"You can drag the map by pressing and holding down the {leftclick} left mouse button and moving the mouse around. You can also use the `↓`, `↑`, `←`, `→` arrow keys on your keyboard.",navigation_zoom:"You can zoom in or out by scrolling with the mouse wheel or trackpad, or by clicking the {plus} / {minus} buttons along the side of the map. You can also use the `+`, `-` keys on your keyboard.",features_h:"Map Features",features:"We use the word *features* to describe things that appear on the map, such as roads, buildings, or points of interest. Anything in the real world can be mapped as a feature on OpenStreetMap. Map features are represented on the map using *points*, *lines*, or *areas*.",nodes_ways:"In OpenStreetmap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*."},editing:{title:"Editing & Saving",select_h:"Select",select_left_click:"{leftclick} Left-click on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address.",select_right_click:"{rightclick} Right-click on a feature to display the editing menu, which shows the commands that are available, such as rotating, moving, and deleting.",multiselect_h:"Multiselect",multiselect_shift_click:"`{shift}`+{leftclick} left-click to select several features together.  This makes it easier to move or delete multiple items.",multiselect_lasso:"Another way to select multiple features is to hold down the `{shift}` key, then press and hold down the {leftclick} left mouse button and drag the mouse to draw a selection lasso. All of the points inside the lasso area will be selected.",undo_redo_h:"Undo & Redo",undo_redo:"Your edits are stored locally in your browser until you choose to save them to the OpenStreetMap server. You can undo edits by clicking the {undo} **Undo** button, and redo them by clicking the {redo} **Redo** button.",save_h:"Save",save:"Click {save} **Save** to finish your edits and send them to OpenStreetMap. You should remember to save your work frequently!",save_validation:"On the save screen, you'll have a chance to review what you've done. iD will also perform some basic checks for missing data and may offer helpful suggestions and warnings if something doesn't seem right.",upload_h:"Upload",upload:"Before uploading your changes you must enter a [changeset comment](https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Then click **Upload** to send your changes to OpenStreetMap, where they will be merged into the map and publicly visible to everyone.",backups_h:"Automatic Backups",backups:"If you can't finish your edits in one sitting, for example if your computer crashes or you close the browser tab, your edits are still saved in your browser's storage. You can come back later (on the same browser and computer), and iD will offer to restore your work.",keyboard_h:"Keyboard Shortcuts",keyboard:"You can view a list of keyboard shortcuts by pressing the `?` key."},feature_editor:{title:"Feature Editor",intro:"The *feature editor* appears alongside the map, and allows you to see and edit all of the information for the selected feature.",definitions:"The top section displays the feature's type. The middle section contains *fields* showing the feature's attributes, such as its name or address.",type_h:"Feature Type",type:"You can click on the feature type to change the feature to a different type. Everything that exists in the real world can be added to OpenStreetMap, so there are thousands of feature types to choose from.",type_picker:"The type picker displays the most common feature types, such as parks, hospitals, restaurants, roads, and buildings. You can search for anything by typing what you're looking for in the search box. You can also click the {inspect} **Info** icon next to the feature type to learn more about it.",fields_h:"Fields",fields_all_fields:"The \"All fields\" section contains all of the feature's details that you may edit. In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure.",fields_example:"Each feature type will display different fields. For example, a road may display fields for its surface and speed limit, but a restaurant may display fields for the type of food it serves and the hours it is open.",fields_add_field:"You can also click the \"Add field\" dropdown to add more fields, such as a description, Wikipedia link, wheelchair access, and more.",tags_h:"Tags",tags_all_tags:"Below the fields section, you can expand the \"All tags\" section to edit any of the OpenStreetMap *tags* for the selected feature. Each tag consists of a *key* and *value*, data elements that define all of the features stored in OpenStreetMap.",tags_resources:"Editing a feature's tags requires intermediate knowledge about OpenStreetMap. You should consult resources like the [OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) or [Taginfo](https://taginfo.openstreetmap.org/) to learn more about accepted OpenStreetMap tagging practices."},points:{title:"Points",intro:"*Points* can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there.",add_point_h:"Adding Points",add_point:"To add a point, click the {point} **Point** button on the toolbar above the map, or press the shortcut key `1`. This will change the mouse cursor to a cross symbol.",add_point_finish:"To place the new point on the map, position the mouse cursor where the point should go, then {leftclick} left-click or press `Space`.",move_point_h:"Moving Points",move_point:"To move a point, place the mouse cursor over the point, then press and hold the {leftclick} left mouse button while dragging the point to its new location.",delete_point_h:"Deleting Points",delete_point:"It's OK to delete features that don't exist in the real world. Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it.",delete_point_command:"To delete a point, {rightclick} right-click on the point to select it and show the edit menu, then use the {delete} **Delete** command."},lines:{title:"Lines",intro:"*Lines* are used to represent features such as roads, railroads, and rivers. Lines should be drawn down the center of the feature that they represent.",add_line_h:"Adding Lines",add_line:"To add a line, click the {line} **Line** button on the toolbar above the map, or press the shortcut key `2`. This will change the mouse cursor to a cross symbol.",add_line_draw:"Next, position the mouse cursor where the line should begin and {leftclick} left-click or press `Space` to begin placing nodes along the line. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail.",add_line_finish:"To finish a line, press `{return}` or click again on the last node.",modify_line_h:"Modifying Lines",modify_line_dragnode:"Often you'll see lines that aren't shaped correctly, for example a road that does not match up with the background imagery. To adjust the shape of a line, first {leftclick} left-click to select it. All nodes of the line will be drawn as small circles. You can then drag the nodes to better locations.",modify_line_addnode:"You can also create new nodes along a line either by {leftclick}**x2** double-clicking on the line or by dragging the small triangles at the midpoints between nodes.",connect_line_h:"Connecting Lines",connect_line:"Having roads connected properly is important for the map and essential for providing driving directions.",connect_line_display:"The connections between roads are drawn with gray circles. The endpoints of a line are drawn with larger white circles if they don't connect to anything.",connect_line_drag:"To connect a line to another feature, drag one of the line's nodes onto the other feature until both features snap together. Tip: You can hold down the `{alt}` key to prevent nodes from connecting to other features.",connect_line_tag:"If you know that the connection has traffic lights or crosswalks, you can add them by selecting the connecting node and using the feature editor to select the correct feature's type.",disconnect_line_h:"Disconnecting Lines",disconnect_line_command:"To disconnect a road from another feature, {rightclick} right-click the connecting node and select the {disconnect} **Disconnect** command from the editing menu.",move_line_h:"Moving Lines",move_line_command:"To move an entire line, {rightclick} right-click the line and select the {move} **Move** command from the editing menu. Then move the mouse, and {leftclick} left-click to place the line in a new location.",move_line_connected:"Lines that are connected to other features will stay connected as you move the line to a new location. iD may prevent you from moving a line across another connected line.",delete_line_h:"Deleting Lines",delete_line:"If a line is entirely incorrect, for example a road that doesn't exist in the real world, it's OK to delete it. Be careful when deleting features: the background imagery you are using might be outdated, and a road that looks wrong could simply be newly built.",delete_line_command:"To delete a line, {rightclick} right-click on the line to select it and show the edit menu, then use the {delete} **Delete** command."},areas:{title:"Areas",intro:"*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas. Areas should be traced around the edge of the feature that they represent, for example, around the base of a building.",point_or_area_h:"Points or Areas?",point_or_area:"Many features can be represented as points or areas. You should map buildings and property outlines as areas whenever possible. Place points inside a building area to represent businesses, amenities, and other features located inside the building.",add_area_h:"Adding Areas",add_area_command:"To add an area, click the {area} **Area** button on the toolbar above the map, or press the shortcut key `3`. This will change the mouse cursor to a cross symbol.",add_area_draw:"Next, position the mouse cursor at one of the corners of the feature and {leftclick} left-click or press `Space` to begin placing nodes around the outer edge of the area. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail.",add_area_finish:"To finish an area, press `{return}` or click again on either the first or last node.",square_area_h:"Square Corners",square_area_command:"Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click the edge of the area and select the {orthogonalize} **Square** command from the editing menu.",modify_area_h:"Modifying Areas",modify_area_dragnode:"Often you'll see areas that aren't shaped correctly, for example a building that does not match up with the background imagery. To adjust the shape of an area, first {leftclick} left-click to select it. All nodes of the area will be drawn as small circles. You can then drag the nodes to better locations.",modify_area_addnode:"You can also create new nodes along an area either by {leftclick}**x2** double-clicking on the edge of the area or by dragging the small triangles at the midpoints between nodes.",delete_area_h:"Deleting Areas",delete_area:"If an area is entirely incorrect, for example a building that doesn't exist in the real world, it's OK to delete it. Be cautious when deleting features - the background imagery you are using might be outdated, and a building that looks wrong could simply be newly built.",delete_area_command:"To delete an area, {rightclick} right-click on the area to select it and show the edit menu, then use the {delete} **Delete** command."},relations:{title:"Relations",intro:"A *relation* is a special type of feature in OpenStreetMap that groups together other features. The features that belong to a relation are called *members*, and each member can have a *role* in the relation.",edit_relation_h:"Editing Relations",edit_relation:"At the bottom of the feature editor, you can expand the \"All relations\" section to see if the selected feature is a member of any relations. You can then click on the relation to select and edit it.",edit_relation_add:"To add a feature to a relation, select the feature, then click the {plus} add button in the \"All relations\" section of the feature editor. You can choose from a list of nearby relations, or choose the \"New relation...\" option.",edit_relation_delete:"You can also click the {delete} **Delete** button to remove the selected feature from the relation. If you remove all of the members from a relation, the relation will be deleted automatically.",maintain_relation_h:"Maintaining Relations",maintain_relation:"For the most part, iD will maintain relations automatically as you edit. You should take care when replacing features that might be members of relations. For example if you delete a section of road and draw a new section of road to replace it, you should add the new section to the same relations (routes, turn restrictions, etc.) as the original.",relation_types_h:"Relation Types",multipolygon_h:"Multipolygons",multipolygon:"A *multipolygon* relation is a group of one or more *outer* features and one or more inner features. The outer features define the outer edges of the multipolygon, and the inner features define sub-areas or holes cut out from the inside of the multipolygon.",multipolygon_create:"To create a multipolygon, for example a building with a hole in it, draw the outer edge as an area and the inner edge as a line or different kind of area. Then `{shift}`+{leftclick} left-click to select both features, {rightclick} right-click to show the edit menu, and select the {merge} **Merge** command.",multipolygon_merge:"Merging several lines or areas will create a new multipolygon relation with all selected areas as members. iD will choose the inner and outer roles automatically, based on which features are contained inside other features.",turn_restriction_h:"Turn restrictions",turn_restriction:"A *turn restriction* relation is a group of several road segments in an intersection. Turn restrictions consist of a *from* road, *via* node or roads, and a *to* road.",turn_restriction_field:"To edit turn restrictions, select a junction node where two or more roads meet. The feature editor will display a special \"Turn Restrictions\" field containing a model of the intersection.",turn_restriction_editing:"In the \"Turn Restrictions\" field, click to select a \"from\" road, and see whether turns are allowed or restricted to any of the \"to\" roads. You can click on the turn icons to toggle them between allowed and restricted. iD will create relations automatically and set the from, via, and to roles based on your choices.",route_h:"Routes",route:"A *route* relation is a group of one or more line features that together form a route network, like a bus route, train route, or highway route.",route_add:"To add a feature to a route relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation.",boundary_h:"Boundaries",boundary:"A *boundary* relation is a group of one or more line features that together form an administrative boundary.",boundary_add:"To add a feature to a boundary relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."},notes:{title:"Notes",intro:"*Notes* are used to alert other users that a feature requires fixing or attention. Notes mark a specific location on the map. To view existing notes or add new ones, click the {data} **Map data** panel to enable the OpenStreetMap notes layer.",add_note_h:"Adding Notes",add_note:"To add a new note, click the {note} **Note** button on the toolbar above the map, or press the shortcut key `4`. This will change the mouse cursor to a cross symbol. To place the new note on the map, position the mouse cursor where the note should go, then {leftclick} left-click or press `Space`.",move_note:"Only new notes can be moved. To move a note, place the mouse cursor over the new note, then press and hold the {leftclick} left mouse button while dragging the note to its new location.",update_note_h:"Closing, Reopening, and Commenting",update_note:"An existing note can be updated by closing it, reopening it, or adding a comment to it. Closing a note indicates that the problem has been resolved. Reopening a note indicates that the original issue is not resolved.",save_note_h:"Saving Notes",save_note:"You must save any note edits individually by clicking the buttons below the note comments. Note edits are **not** included in changesets that you upload to OpenStreetMap."},imagery:{title:"Background Imagery",intro:"The background imagery that appears beneath the map data is an important resource for mapping. This imagery can be aerial photos collected from satellites, airplanes, and drones, or it can be scanned historical maps or other freely available source data.",sources_h:"Imagery Sources",choosing:"To see which imagery sources are available for editing, click the {layers} **Background settings** button on the side of the map.",sources:"By default, a [Bing Maps](https://www.bing.com/maps/) satellite layer is chosen as the background image. Depending on where you are editing, other imagery sources will be available. Some may be newer or have higher resolution, so it is always useful to check and see which layer is the best one to use as a mapping reference.",offsets_h:"Adjusting Imagery Offset",offset:"Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Adjust Imagery Offset\" section at the bottom of the Background Settings pane.",offset_change:"Click on the small triangles to adjust the imagery offset in small steps, or hold the left mouse button and drag within the gray square to slide the imagery into alignment."},streetlevel:{title:"Street Level Photos",intro:"Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com), and [OpenStreetCam](https://www.openstreetcam.org).",using_h:"Using Street Level Photos",using:"To use street level photos for mapping, click the {data} **Map data** panel on the side of the map to enable or disable the available photo layers.",photos:"When enabled, the photo layer displays a line along the sequence of photos. At higher zoom levels, a circle marks at each photo location, and at even higher zoom levels, a cone indicates the direction the camera was facing when the photo was taken.",viewer:"When you click on one of the photo locations, a photo viewer appears in the bottom corner of the map. The photo viewer contains controls to step forward and backward in the image sequence. It also shows the username of the person who captured the image, the date it was captured, and a link to view the image on the original site."},gps:{title:"GPS Traces",intro:"Collected GPS traces are a valuable source of data for OpenStreetMap. This editor supports *.gpx*, *.geojson*, and *.kml* files on your local computer. You can collect GPS traces with a smartphone, sports watch, or other GPS device.",survey:"For information on how to perform a GPS survey, read [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).",using_h:"Using GPS Traces",using:"To use a GPS trace for mapping, drag and drop the data file onto the map editor. If it's recognized, it will be drawn on the map as a bright purple line. Click the {data} **Map data** panel on the side of the map to enable, disable, or zoom to your GPS data.",tracing:"The GPS track isn't sent to OpenStreetMap - the best way to use it is to draw on the map, using it as a guide for the new features that you add.",upload:"You can also [upload your GPS data to OpenStreetMap](https://www.openstreetmap.org/trace/create) for other users to use."},field:{restrictions:{title:"Turn Restrictions Help",about:{title:"About",about:"This field allows you to inspect and modify turn restrictions. It displays a model of the selected intersection including other nearby connected roads.",from_via_to:"A turn restriction always contains: one **FROM way**, one **TO way**, and either one **VIA node** or one or more **VIA ways**.",maxdist:"The \"{distField}\" slider controls how far to search for additional connected roads.",maxvia:"The \"{viaField}\" slider adjusts how many via ways may be included in the search. (Tip: simple is better)"},inspecting:{title:"Inspecting",about:"Hover over any **FROM** segment to see whether it has any turn restrictions. Each possible **TO** destination will be drawn with a colored shadow showing whether a restriction exists.",from_shadow:"{fromShadow} **FROM segment**",allow_shadow:"{allowShadow} **TO Allowed**",restrict_shadow:"{restrictShadow} **TO Restricted**",only_shadow:"{onlyShadow} **TO Only**",restricted:"\"Restricted\" means that there is a turn restriction, for example \"No Left Turn\".",only:"\"Only\" means that a vehicle taking that path may only make that choice, for example \"Only Straight On\"."},modifying:{title:"Modifying",about:"To modify turn restrictions, first click on any starting **FROM** segment to select it. The selected segment will pulse, and all possible **TO** destinations will appear as turn symbols.",indicators:"Then, click on a turn symbol to toggle it between \"Allowed\", \"Restricted\", and \"Only\".",allow_turn:"{allowTurn} **TO Allowed**",restrict_turn:"{restrictTurn} **TO Restricted**",only_turn:"{onlyTurn} **TO Only**"},tips:{title:"Tips",simple:"**Prefer simple restrictions over complex ones.**",simple_example:"For example, avoid creating a via-way restriction if a simpler via-node turn restriction will do.",indirect:"**Some restrictions display the text \"(indirect)\" and are drawn lighter.**",indirect_example:"These restrictions exist because of another nearby restriction. For example, an \"Only Straight On\" restriction will indirectly create \"No Turn\" restrictions for all other paths through the intersection.",indirect_noedit:"You may not edit indirect restrictions. Instead, edit the nearby direct restriction."}}}},intro:{done:"done",ok:"OK",graph:{block_number:"<value for addr:block_number>",city:"Three Rivers",county:"<value for addr:county>",district:"<value for addr:district>",hamlet:"<value for addr:hamlet>",neighbourhood:"<value for addr:neighbourhood>",postcode:"49093",province:"<value for addr:province>",quarter:"<value for addr:quarter>",state:"MI",subdistrict:"<value for addr:subdistrict>",suburb:"<value for addr:suburb>",countrycode:"us",name:{"1st-avenue":"1st Avenue","2nd-avenue":"2nd Avenue","4th-avenue":"4th Avenue","5th-avenue":"5th Avenue","6th-avenue":"6th Avenue","6th-street":"6th Street","7th-avenue":"7th Avenue","8th-avenue":"8th Avenue","9th-avenue":"9th Avenue","10th-avenue":"10th Avenue","11th-avenue":"11th Avenue","12th-avenue":"12th Avenue","access-point-employment":"Access Point Employment","adams-street":"Adams Street","andrews-elementary-school":"Andrews Elementary School","andrews-street":"Andrews Street","armitage-street":"Armitage Street","barrows-school":"Barrows School","battle-street":"Battle Street","bennett-street":"Bennett Street","bowman-park":"Bowman Park","collins-drive":"Collins Drive","conrail-railroad":"Conrail Railroad","conservation-park":"Conservation Park","constantine-street":"Constantine Street","cushman-street":"Cushman Street","dollar-tree":"Dollar Tree","douglas-avenue":"Douglas Avenue","east-street":"East Street","elm-street":"Elm Street","flower-street":"Flower Street","foster-street":"Foster Street","french-street":"French Street","garden-street":"Garden Street","gem-pawnbroker":"Gem Pawnbroker","golden-finch-framing":"Golden Finch Framing","grant-avenue":"Grant Avenue","hoffman-pond":"Hoffman Pond","hoffman-street":"Hoffman Street","hook-avenue":"Hook Avenue","jefferson-street":"Jefferson Street","kelsey-street":"Kelsey Street","lafayette-park":"LaFayette Park","las-coffee-cafe":"L.A.'s Coffee Cafe","lincoln-avenue":"Lincoln Avenue","lowrys-books":"Lowry's Books","lynns-garage":"Lynn's Garage","main-street-barbell":"Main Street Barbell","main-street-cafe":"Main Street Cafe","main-street-fitness":"Main Street Fitness","main-street":"Main Street","maple-street":"Maple Street","marina-park":"Marina Park","market-street":"Market Street","memory-isle-park":"Memory Isle Park","memory-isle":"Memory Isle","michigan-avenue":"Michigan Avenue","middle-street":"Middle Street","millard-street":"Millard Street","moore-street":"Moore Street","morris-avenue":"Morris Avenue","mural-mall":"Mural Mall","paisanos-bar-and-grill":"Paisano's Bar and Grill","paisley-emporium":"Paisley Emporium","paparazzi-tattoo":"Paparazzi Tattoo","pealer-street":"Pealer Street","pine-street":"Pine Street","pizza-hut":"Pizza Hut","portage-avenue":"Portage Avenue","portage-river":"Portage River","preferred-insurance-services":"Preferred Insurance Services","railroad-drive":"Railroad Drive","river-city-appliance":"River City Appliance","river-drive":"River Drive","river-road":"River Road","river-street":"River Street","riverside-cemetery":"Riverside Cemetery","riverwalk-trail":"Riverwalk Trail","riviera-theatre":"Riviera Theatre","rocky-river":"Rocky River","saint-joseph-river":"Saint Joseph River","scidmore-park-petting-zoo":"Scidmore Park Petting Zoo","scidmore-park":"Scidmore Park","scouter-park":"Scouter Park","sherwin-williams":"Sherwin-Williams","south-street":"South Street","southern-michigan-bank":"Southern Michigan Bank","spring-street":"Spring Street","sturgeon-river-road":"Sturgeon River Road","three-rivers-city-hall":"Three Rivers City Hall","three-rivers-elementary-school":"Three Rivers Elementary School","three-rivers-fire-department":"Three Rivers Fire Department","three-rivers-high-school":"Three Rivers High School","three-rivers-middle-school":"Three Rivers Middle School","three-rivers-municipal-airport":"Three Rivers Municipal Airport","three-rivers-post-office":"Three Rivers Post Office","three-rivers-public-library":"Three Rivers Public Library","three-rivers":"Three Rivers","unique-jewelry":"Unique Jewelry","walnut-street":"Walnut Street","washington-street":"Washington Street","water-street":"Water Street","west-street":"West Street","wheeler-street":"Wheeler Street","william-towing":"William Towing","willow-drive":"Willow Drive","wood-street":"Wood Street","world-fare":"World Fare"}},welcome:{title:"Welcome",welcome:"Welcome! This walkthrough will teach you the basics of editing on OpenStreetMap.",practice:"All of the data in this walkthrough is just for practicing, and any edits that you make in the walkthrough will not be saved.",words:"This walkthrough will introduce some new words and concepts. When we introduce a new word, we'll use *italics*.",mouse:"You can use any input device to edit the map, but this walkthrough assumes you have a mouse with left and right buttons. **If you want to attach a mouse, do so now, then click OK.**",leftclick:"When this tutorial asks you to click or double-click, we mean with the left button. On a trackpad it might be a single-click or single-finger tap. **Left-click {num} times.**",rightclick:"Sometimes we'll also ask you to right-click. This might be the same as control-click, or two-finger tap on a trackpad. Your keyboard might even have a 'menu' key that works like right-click. **Right-click {num} times.**",chapters:"So far, so good! You can use the buttons below to skip chapters at any time or to restart a chapter if you get stuck. Let's begin! **Click '{next}' to continue.**"},navigation:{title:"Navigation",drag:"The main map area shows OpenStreetMap data on top of a background.{br}You can drag the map by pressing and holding the left mouse button while moving the mouse around. You can also use the arrow keys on your keyboard. **Drag the map!**",zoom:"You can zoom in or out by scrolling with the mouse wheel or trackpad, or by clicking the {plus} / {minus} buttons. **Zoom the map!**",features:"We use the word *features* to describe the things that appear on the map. Anything in the real world can be mapped as a feature on OpenStreetMap.",points_lines_areas:"Map features are represented using *points, lines, or areas.*",nodes_ways:"In OpenStreetMap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*.",click_townhall:"All features on the map can be selected by clicking on them. **Click on the point to select it.**",selected_townhall:"Great! The point is now selected. Selected features are drawn with a pulsing glow.",editor_townhall:"When a feature is selected, the *feature editor* is displayed alongside the map.",preset_townhall:"The top part of the feature editor shows the feature's type. This point is a {preset}.",fields_townhall:"The middle part of the feature editor contains *fields* showing the feature's attributes, such as its name and address.",close_townhall:"**Close the feature editor by hitting escape or pressing the {button} button in the upper corner.**",search_street:"You can also search for features in the current view, or worldwide. **Search for '{name}'.**",choose_street:"**Choose {name} from the list to select it.**",selected_street:"Great! {name} is now selected.",editor_street:"The fields shown for a street are different than the fields that were shown for the town hall.{br}For this selected street, the feature editor shows fields like '{field1}' and '{field2}'. **Close the feature editor by hitting escape or pressing the {button} button.**",play:"Try moving the map and clicking on some other features to see what kinds of things can be added to OpenStreetMap. **When you are ready to continue to the next chapter, click '{next}'.**"},points:{title:"Points",add_point:"*Points* can be used to represent features such as shops, restaurants, and monuments.{br}They mark a specific location, and describe what's there. **Click the {button} Point button to add a new point.**",place_point:"To place the new point on the map, position your mouse cursor where the point should go, then left-click or press the spacebar. **Move the mouse pointer over this building, then left-click or press the spacebar.**",search_cafe:"There are many different features that can be represented by points. The point you just added is a cafe. **Search for '{preset}'.**",choose_cafe:"**Choose {preset} from the list.**",feature_editor:"The point is now marked as a cafe. Using the feature editor, we can add more information about the cafe.",add_name:"In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure.{br}Let's pretend that you have local knowledge of this cafe, and you know its name. **Add a name for the cafe.**",add_close:"The feature editor will remember all of your changes automatically. **When you are finished adding the name, hit escape, enter, or click the {button} button to close the feature editor.**",reselect:"Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Click to select the cafe you just created.**",update:"Let's fill in some more details for this cafe. You can change its name, add a cuisine, or add an address. **Change the cafe details.**",update_close:"**When you are finished updating the cafe, hit escape, enter, or click the {button} button to close the feature editor.**",rightclick:"You can right-click on any feature to see the *edit menu*, which shows a list of editing operations that can be performed. **Right-click to select the point you created and show the edit menu.**","delete":"It's OK to delete features that don't exist in the real world.{br}Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it. **Click on the {button} button to delete the point.**",undo:"You can always undo any changes up until you save your edits to OpenStreetMap. **Click on the {button} button to undo the delete and get the point back.**",play:"Now that you know how to create and edit points, try creating a few more points for practice! **When you are ready to continue to the next chapter, click '{next}'.**"},areas:{title:"Areas",add_playground:"*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas.{br}They can also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**",start_playground:"Let's add this playground to the map by drawing an area. Areas are drawn by placing *nodes* along the outer edge of the feature. **Click or press spacebar to place a starting node on one of the corners of the playground.**",continue_playground:"Continue drawing the area by placing more nodes along the playground's edge. It is OK to connect the area to the existing walking paths.{br}Tip: You can hold down the '{alt}' key to prevent nodes from connecting to other features. **Continue drawing an area for the playground.**",finish_playground:"Finish the area by pressing enter, or clicking again on either the first or last node. **Finish drawing an area for the playground.**",search_playground:"**Search for '{preset}'.**",choose_playground:"**Choose {preset} from the list.**",add_field:"This playground doesn't have an official name, so we won't add anything in the Name field.{br}Instead let's add some additional details about the playground to the Description field. **Open the Add Field list.**",choose_field:"**Choose {field} from the list.**",retry_add_field:"You didn't select the {field} field. Let's try again.",describe_playground:"**Add a description, then click the {button} button to close the feature editor.**",play:"Good job! Try drawing a few more areas, and see what other kinds of area features you can add to OpenStreetMap. **When you are ready to continue to the next chapter, click '{next}'.**"},lines:{title:"Lines",add_line:"*Lines* are used to represent features such as roads, railroads, and rivers. **Click the {button} Line button to add a new line.**",start_line:"Here is a road that is missing. Let's add it!{br}In OpenStreetMap, lines should be drawn down the center of the road. You can drag and zoom the map while drawing if necessary. **Start a new line by clicking at the top end of this missing road.**",intersect:"Click or press spacebar to add more nodes to the line.{br}Roads, and many other types of lines, are part of a larger network. It is important for these lines to be connected properly in order for routing applications to work. **Click on {name} to create an intersection connecting the two lines.**",retry_intersect:"The road needs to intersect {name}. Let's try again!",continue_line:"Continue drawing the line for the new road. Remember that you can drag and zoom the map if needed.{br}When you are finished drawing, click on the last node again. **Finish drawing the road.**",choose_category_road:"**Select {category} from the list.**",choose_preset_residential:"There are many different types of roads, but this one is a residential road. **Choose the {preset} type.**",retry_preset_residential:"You didn't select the {preset} type. **Click here to choose again.**",name_road:"**Give this road a name, then hit escape, enter, or click the {button} button to close the feature editor.**",did_name_road:"Looks good! Next we will learn how to update the shape of a line.",update_line:"Sometimes you will need to change the shape of an existing line. Here is a road that doesn't look quite right.",add_node:"We can add some nodes to this line to improve its shape. One way to add a node is to double-click the line where you want to add a node. **Double-click on the line to create a new node.**",start_drag_endpoint:"When a line is selected, you can drag any of its nodes by clicking and holding down the left mouse button while you drag. **Drag the endpoint to the place where these roads should intersect.**",finish_drag_endpoint:"This spot looks good. **Release the left mouse button to finish dragging.**",start_drag_midpoint:"Small triangles are drawn at the *midpoints* between nodes. Another way to create a new node is to drag a midpoint to a new location. **Drag the midpoint triangle to create a new node along the curve of the road.**",continue_drag_midpoint:"This line is looking much better! Continue to adjust this line by double-clicking or dragging midpoints until the curve matches the road shape. **When you're happy with how the line looks, click OK.**",delete_lines:"It's OK to delete lines for roads that don't exist in the real world.{br}Here's an example where the city planned a {street} but never built it. We can improve this part of the map by deleting the extra lines.",rightclick_intersection:"The last real street is {street1}, so we will *split* {street2} at this intersection and remove everything above it. **Right click on the intersection node.**",split_intersection:"**Click on the {button} button to split {street}.**",retry_split:"You didn't click the Split button. Try again.",did_split_multi:"Good job! {street1} is now split into two pieces. The top part can be removed. **Click the top part of {street2} to select it.**",did_split_single:"**Click the top part of {street2} to select it.**",multi_select:"{selected} is now selected. Let's also select {other1}. You can shift-click to select multiple things. **Shift-click on {other2}.**",multi_rightclick:"Good! Both lines to delete are now selected. **Right-click on one of the lines to show the edit menu.**",multi_delete:"**Click on the {button} button to delete the extra lines.**",retry_delete:"You didn't click the Delete button. Try again.",play:"Great! Use the skills that you've learned in this chapter to practice editing some more lines. **When you are ready to continue to the next chapter, click '{next}'.**"},buildings:{title:"Buildings",add_building:"OpenStreetMap is the world's largest database of buildings.{br}You can help improve this database by tracing buildings that aren't already mapped. **Click the {button} Area button to add a new area.**",start_building:"Let's add this house to the map by tracing its outline.{br}Buildings should be traced around their footprint as accurately as possible. **Click or press spacebar to place a starting node on one of the corners of the building.**",continue_building:"Continue adding more nodes to trace the outline of the building. Remember that you can zoom in if you want to add more details.{br}Finish the building by pressing enter, or clicking again on either the first or last node. **Finish tracing the building.**",retry_building:"It looks like you had some trouble placing the nodes at the building corners. Try again!",choose_category_building:"**Choose {category} from the list.**",choose_preset_house:"There are many different types of buildings, but this one is clearly a house.{br}If you're not sure of the type, it's OK to just choose the generic Building type. **Choose the {preset} type.**",close:"**Hit escape or click the {button} button to close the feature editor.**",rightclick_building:"**Right-click to select the building you created and show the edit menu.**",square_building:"The house that you just added will look even better with perfectly square corners. **Click on the {button} button to square the building shape.**",retry_square:"You didn't click the Square button. Try again.",done_square:"See how the corners of the building moved into place? Let's learn another useful trick.",add_tank:"Next we'll trace this circular storage tank. **Click the {button} Area button to add a new area.**",start_tank:"Don't worry, you won't need to draw a perfect circle. Just draw an area inside the tank that touches its edge. **Click or press spacebar to place a starting node on the edge of the tank.**",continue_tank:"Add a few more nodes around the edge. The circle will be created outside the nodes that you draw.{br}Finish the area by pressing enter, or clicking again on either the first or last node. **Finish tracing the tank.**",search_tank:"**Search for '{preset}'.**",choose_tank:"**Choose {preset} from the list.**",rightclick_tank:"**Right-click to select the storage tank you created and show the edit menu.**",circle_tank:"**Click on the {button} button to make the tank a circle.**",retry_circle:"You didn't click the Circularize button. Try again.",play:"Great Job! Practice tracing a few more buildings, and try some of the other commands on the edit menu. **When you are ready to continue to the next chapter, click '{next}'.**"},startediting:{title:"Start Editing",help:"You're now ready to edit OpenStreetMap!{br}You can replay this walkthrough anytime or view more documentation by clicking the {button} Help button or pressing the '{key}' key.",shortcuts:"You can view a list of commands along with their keyboard shortcuts by pressing the '{key}' key.",save:"Don't forget to regularly save your changes!",start:"Start mapping!"}},shortcuts:{title:"Keyboard shortcuts",tooltip:"Show the keyboard shortcuts screen.",toggle:{key:"?"},key:{alt:"Alt",backspace:"Backspace",cmd:"Cmd",ctrl:"Ctrl","delete":"Delete",del:"Del",end:"End",enter:"Enter",esc:"Esc",home:"Home",option:"Option",pause:"Pause",pgdn:"PgDn",pgup:"PgUp","return":"Return",shift:"Shift",space:"Space"},gesture:{drag:"drag"},or:"-or-",browsing:{title:"Browsing",navigation:{title:"Navigation",pan:"Pan map",pan_more:"Pan map by one screenful",zoom:"Zoom in / Zoom out",zoom_more:"Zoom in / Zoom out by a lot"},help:{title:"Help",help:"Show help/documentation",keyboard:"Show keyboard shortcuts"},display_options:{title:"Display options",background:"Show background options",background_switch:"Switch back to last background",map_data:"Show map data options",fullscreen:"Enter full screen mode",wireframe:"Toggle wireframe mode",minimap:"Toggle minimap"},selecting:{title:"Selecting features",select_one:"Select a single feature",select_multi:"Select multiple features",lasso:"Draw a selection lasso around features",search:"Find features matching search text"},with_selected:{title:"With feature selected",edit_menu:"Toggle edit menu"},vertex_selected:{title:"With node selected",previous:"Jump to previous node",next:"Jump to next node",first:"Jump to first node",last:"Jump to last node",change_parent:"Switch parent way"}},editing:{title:"Editing",drawing:{title:"Drawing",add_point:"'Add point' mode",add_line:"'Add line' mode",add_area:"'Add area' mode",add_note:"'Add note' mode",place_point:"Place a point or note",disable_snap:"Hold to disable point snapping",stop_line:"Finish drawing a line or area"},operations:{title:"Operations",continue_line:"Continue a line at the selected node",merge:"Combine (merge) selected features",disconnect:"Disconnect features at the selected node",detach_node:"Detach selected node from parent lines/areas",split:"Split a line into two at the selected node",reverse:"Reverse a line",move:"Move selected features",rotate:"Rotate selected features",orthogonalize:"Straighten line / Square area corners",circularize:"Circularize a closed line or area",reflect_long:"Reflect features across the longer axis",reflect_short:"Reflect features across the shorter axis","delete":"Delete selected features"},commands:{title:"Commands",copy:"Copy selected features",paste:"Paste copied features",undo:"Undo last action",redo:"Redo last action",save:"Save changes"}},tools:{title:"Tools",info:{title:"Information",all:"Toggle all information panels",background:"Toggle background panel",history:"Toggle history panel",location:"Toggle location panel",measurement:"Toggle measurement panel"}}},units:{feet:"{quantity} ft",miles:"{quantity} mi",square_feet:"{quantity} sq ft",square_miles:"{quantity} sq mi",acres:"{quantity} ac",meters:"{quantity} m",kilometers:"{quantity} km",square_meters:"{quantity} m²",square_kilometers:"{quantity} km²",hectares:"{quantity} ha",area_pair:"{area1} ({area2})",arcdegrees:"{quantity}°",arcminutes:"{quantity}′",arcseconds:"{quantity}″",north:"N",south:"S",east:"E",west:"W",coordinate:"{coordinate}{direction}",coordinate_pair:"{latitude}, {longitude}"},presets:{categories:{"category-barrier":{name:"Barrier Features"},"category-building":{name:"Building Features"},"category-golf":{name:"Golf Features"},"category-landuse":{name:"Land Use Features"},"category-natural-area":{name:"Natural Features"},"category-natural-line":{name:"Natural Features"},"category-natural-point":{name:"Natural Features"},"category-path":{name:"Path Features"},"category-rail":{name:"Rail Features"},"category-restriction":{name:"Restriction Features"},"category-road":{name:"Road Features"},"category-route":{name:"Route Features"},"category-water-area":{name:"Water Features"},"category-water-line":{name:"Water Features"}},fields:{access_simple:{label:"Allowed Access"},access:{label:"Allowed Access",placeholder:"Not Specified",types:{access:"All",foot:"Foot",motor_vehicle:"Motor Vehicles",bicycle:"Bicycles",horse:"Horses"},options:{yes:{title:"Allowed",description:"Access permitted by law; a right of way"},no:{title:"Prohibited",description:"Access not permitted to the general public"},permissive:{title:"Permissive",description:"Access permitted until such time as the owner revokes the permission"},"private":{title:"Private",description:"Access permitted only with permission of the owner on an individual basis"},designated:{title:"Designated",description:"Access permitted according to signs or specific local laws"},destination:{title:"Destination",description:"Access permitted only to reach a destination"},dismount:{title:"Dismount",description:"Access permitted but rider must dismount"}}},address:{label:"Address",placeholders:{block_number:"Block Number","block_number!jp":"Block No.",city:"City","city!jp":"City/Town/Village/Tokyo Special Ward","city!vn":"City/Town",conscriptionnumber:"123",country:"Country",county:"County","county!jp":"District",district:"District","district!vn":"Arrondissement/Town/District",floor:"Floor",hamlet:"Hamlet",housename:"Housename",housenumber:"123","housenumber!jp":"Building No./Lot No.",neighbourhood:"Neighbourhood","neighbourhood!jp":"Chōme/Aza/Koaza",place:"Place",postcode:"Postcode",province:"Province","province!jp":"Prefecture",quarter:"Quarter","quarter!jp":"Ōaza/Machi",state:"State",street:"Street",subdistrict:"Subdistrict","subdistrict!vn":"Ward/Commune/Townlet",suburb:"Suburb","suburb!jp":"Ward",unit:"Unit"}},admin_level:{label:"Admin Level"},aerialway:{label:"Type"},"aerialway/access":{label:"Access",options:{entry:"Entry",exit:"Exit",both:"Both"}},"aerialway/bubble":{label:"Bubble"},"aerialway/capacity":{label:"Capacity (per hour)",placeholder:"500, 2500, 5000..."},"aerialway/duration":{label:"Duration (minutes)",placeholder:"1, 2, 3..."},"aerialway/heating":{label:"Heated"},"aerialway/occupancy":{label:"Occupancy",placeholder:"2, 4, 8..."},"aerialway/summer/access":{label:"Access (summer)",options:{entry:"Entry",exit:"Exit",both:"Both"}},aeroway:{label:"Type"},agrarian:{label:"Products"},amenity:{label:"Type"},animal_boarding:{label:"For Animals"},animal_breeding:{label:"For Animals"},animal_shelter:{label:"For Animals"},"area/highway":{label:"Type"},artist:{label:"Artist"},artwork_type:{label:"Type"},atm:{label:"ATM"},backrest:{label:"Backrest"},barrier:{label:"Type"},"bath/open_air":{label:"Open Air"},"bath/sand_bath":{label:"Sand Bath"},"bath/type":{label:"Specialty",options:{onsen:"Japanese Onsen",foot_bath:"Foot Bath",hot_spring:"Hot Spring"}},beauty:{label:"Shop Type"},bench:{label:"Bench"},bicycle_parking:{label:"Type"},bin:{label:"Waste Bin"},blood_components:{label:"Blood Components",options:{whole:"whole blood",plasma:"plasma",platelets:"platelets",stemcells:"stem cell samples"}},board_type:{label:"Type"},booth:{label:"Booth"},boules:{label:"Type"},boundary:{label:"Type"},brand:{label:"Brand"},brewery:{label:"Draft Beers"},bridge:{label:"Type",placeholder:"Default"},building_area:{label:"Building"},building:{label:"Building"},bunker_type:{label:"Type"},cables:{label:"Cables",placeholder:"1, 2, 3..."},"camera/direction":{label:"Direction (Degrees Clockwise)",placeholder:"45, 90, 180, 270"},"camera/mount":{label:"Camera Mount"},"camera/type":{label:"Camera Type",options:{fixed:"Fixed",panning:"Panning",dome:"Dome"}},capacity:{label:"Capacity",placeholder:"50, 100, 200..."},cash_in:{label:"Cash In"},castle_type:{label:"Type"},clothes:{label:"Clothes"},club:{label:"Type"},collection_times:{label:"Collection Times"},comment:{label:"Changeset Comment",placeholder:"Brief description of your contributions (required)"},communication_multi:{label:"Communication Types"},construction:{label:"Type"},"contact/webcam":{label:"Webcam URL",placeholder:"http://example.com/"},content:{label:"Content"},country:{label:"Country"},covered:{label:"Covered"},craft:{label:"Type"},"crane/type":{label:"Crane Type",options:{portal_crane:"Portal Crane","floor-mounted_crane":"Floor-mounted Crane",travel_lift:"Travel Lift"}},crop:{label:"Crops"},crossing:{label:"Type"},cuisine:{label:"Cuisines"},currency_multi:{label:"Currency Types"},cutting:{label:"Type",placeholder:"Default"},cycle_network:{label:"Network"},cycleway:{label:"Bike Lanes",placeholder:"none",types:{"cycleway:left":"Left side","cycleway:right":"Right side"},options:{none:{title:"None",description:"No bike lane"},lane:{title:"Standard bike lane",description:"A bike lane separated from auto traffic by a painted line"},shared_lane:{title:"Shared bike lane",description:"A bike lane with no separation from auto traffic"},track:{title:"Bike track",description:"A bike lane separated from traffic by a physical barrier"},share_busway:{title:"Bike lane shared with bus",description:"A bike lane shared with a bus lane"},opposite_lane:{title:"Opposite bike lane",description:"A bike lane that travels in the opposite direction of traffic"},opposite:{title:"Contraflow bike lane",description:"A bike lane that travels in both directions on a one-way street"}}},"dance/style":{label:"Dance Styles"},date:{label:"Date"},delivery:{label:"Delivery"},denomination:{label:"Denomination"},denotation:{label:"Denotation"},description:{label:"Description"},devices:{label:"Devices",placeholder:"1, 2, 3..."},diaper:{label:"Diaper Changing Available"},direction_cardinal:{label:"Direction",options:{N:"North",E:"East",S:"South",W:"West",NE:"Northeast",SE:"Southeast",SW:"Southwest",NW:"Northwest",NNE:"North-northeast",ENE:"East-northeast",ESE:"East-southeast",SSE:"South-southeast",SSW:"South-southwest",WSW:"West-southwest",WNW:"West-northwest",NNW:"North-northwest"}},direction_clock:{label:"Direction",options:{clockwise:"Clockwise",anticlockwise:"Counterclockwise"}},direction_vertex:{label:"Direction",options:{forward:"Forward",backward:"Backward",both:"Both / All"}},direction:{label:"Direction (Degrees Clockwise)",placeholder:"45, 90, 180, 270"},dispensing:{label:"Dispenses Prescriptions"},display:{label:"Display"},distance:{label:"Total Distance"},dock:{label:"Type"},drive_through:{label:"Drive-Through"},duration:{label:"Duration",placeholder:"00:00"},electrified:{label:"Electrification",placeholder:"Contact Line, Electrified Rail...",options:{contact_line:"Contact Line",rail:"Electrified Rail",yes:"Yes (unspecified)",no:"No"}},elevation:{label:"Elevation"},email:{label:"Email",placeholder:"example@example.com"},embankment:{label:"Type",placeholder:"Default"},emergency:{label:"Emergency"},entrance:{label:"Type"},except:{label:"Exceptions"},faces:{label:"Faces"},fax:{label:"Fax",placeholder:"+31 42 123 4567"},fee:{label:"Fee"},fence_type:{label:"Type"},"fire_hydrant/position":{label:"Position",options:{lane:"Lane",parking_lot:"Parking Lot",sidewalk:"Sidewalk",green:"Green"}},"fire_hydrant/type":{label:"Type",options:{pillar:"Pillar/Aboveground",underground:"Underground",wall:"Wall",pond:"Pond"}},fitness_station:{label:"Equipment Type"},fixme:{label:"Fix Me"},ford:{label:"Type",placeholder:"Default"},frequency:{label:"Operating Frequency"},fuel_multi:{label:"Fuel Types"},fuel:{label:"Fuel"},gauge:{label:"Gauge"},gender:{label:"Gender",placeholder:"Unknown",options:{male:"Male",female:"Female",unisex:"Unisex"}},"generator/method":{label:"Method"},"generator/output/electricity":{label:"Power Output",placeholder:"50 MW, 100 MW, 200 MW..."},"generator/source":{label:"Source"},"generator/type":{label:"Type"},government:{label:"Type"},grape_variety:{label:"Grape Varieties"},handicap:{label:"Handicap",placeholder:"1-18"},handrail:{label:"Handrail"},hashtags:{label:"Suggested Hashtags",placeholder:"#example"},healthcare:{label:"Type"},"healthcare/speciality":{label:"Specialties"},height:{label:"Height (Meters)"},highway:{label:"Type"},historic:{label:"Type"},"historic/civilization":{label:"Historic Civilization"},hoops:{label:"Hoops",placeholder:"1, 2, 4..."},horse_dressage:{label:"Dressage Riding",options:{"undefined":"No",equestrian:"Yes"}},horse_riding:{label:"Horseback Riding",options:{"undefined":"No",horse_riding:"Yes"}},horse_scale:{label:"Horseback Riding Difficulty",placeholder:"Difficult, Dangerous...",options:{common:"Easy: No problems or difficulties. (default)",demanding:"Use with caution: Uneven way, occasional difficult passages.",difficult:"Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.",critical:"Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.",dangerous:"Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.",impossible:"Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."}},horse_stables:{label:"Riding Stable",options:{"undefined":"No",stables:"Yes"}},iata:{label:"IATA"},icao:{label:"ICAO"},incline_steps:{label:"Incline",options:{up:"Up",down:"Down"}},incline:{label:"Incline"},indoor:{label:"Indoor"},industrial:{label:"Type"},information:{label:"Type"},inscription:{label:"Inscription"},intermittent:{label:"Intermittent"},internet_access:{label:"Internet Access",options:{yes:"Yes",no:"No",wlan:"Wifi",wired:"Wired",terminal:"Terminal"}},"internet_access/fee":{label:"Internet Access Fee"},"internet_access/ssid":{label:"SSID (Network Name)"},kerb:{label:"Curb"},label:{label:"Label"},lamp_type:{label:"Type"},landuse:{label:"Type"},lanes:{label:"Lanes",placeholder:"1, 2, 3..."},layer:{label:"Layer",placeholder:"0"},leaf_cycle_singular:{label:"Leaf Cycle",options:{evergreen:"Evergreen",deciduous:"Deciduous",semi_evergreen:"Semi-Evergreen",semi_deciduous:"Semi-Deciduous"}},leaf_cycle:{label:"Leaf Cycle",options:{evergreen:"Evergreen",deciduous:"Deciduous",semi_evergreen:"Semi-Evergreen",semi_deciduous:"Semi-Deciduous",mixed:"Mixed"}},leaf_type_singular:{label:"Leaf Type",options:{broadleaved:"Broadleaved",needleleaved:"Needleleaved",leafless:"Leafless"}},leaf_type:{label:"Leaf Type",options:{broadleaved:"Broadleaved",needleleaved:"Needleleaved",mixed:"Mixed",leafless:"Leafless"}},leisure:{label:"Type"},length:{label:"Length (Meters)"},level:{label:"Level"},levels:{label:"Levels",placeholder:"2, 4, 6..."},lit:{label:"Lit"},location:{label:"Location"},man_made:{label:"Type"},manhole:{label:"Type"},map_size:{label:"Coverage"},map_type:{label:"Type"},maxheight:{label:"Max Height",placeholder:"4, 4.5, 5, 14'0\", 14'6\", 15'0\""},maxspeed:{label:"Speed Limit",placeholder:"40, 50, 60..."},"maxspeed/advisory":{label:"Advisory Speed Limit",placeholder:"40, 50, 60..."},maxstay:{label:"Max Stay"},maxweight:{label:"Max Weight"},memorial:{label:"Type"},monitoring_multi:{label:"Monitoring"},"mtb/scale":{label:"Mountain Biking Difficulty",placeholder:"0, 1, 2, 3...",options:{"0":"0: Solid gravel/packed earth, no obstacles, wide curves","1":"1: Some loose surface, small obstacles, wide curves","2":"2: Much loose surface, large obstacles, easy hairpins","3":"3: Slippery surface, large obstacles, tight hairpins","4":"4: Loose surface or boulders, dangerous hairpins","5":"5: Maximum difficulty, boulder fields, landslides","6":"6: Not rideable except by the very best mountain bikers"}},"mtb/scale/imba":{label:"IMBA Trail Difficulty",placeholder:"Easy, Medium, Difficult...",options:{"0":"Easiest (white circle)","1":"Easy (green circle)","2":"Medium (blue square)","3":"Difficult (black diamond)","4":"Extremely Difficult (double black diamond)"}},"mtb/scale/uphill":{label:"Mountain Biking Uphill Difficulty",placeholder:"0, 1, 2, 3...",options:{"0":"0: Avg. incline <10%, gravel/packed earth, no obstacles","1":"1: Avg. incline <15%, gravel/packed earth, few small objects","2":"2: Avg. incline <20%, stable surface, fistsize rocks/roots","3":"3: Avg. incline <25%, variable surface, fistsize rocks/branches","4":"4: Avg. incline <30%, poor condition, big rocks/branches","5":"5: Very steep, bike generally needs to be pushed or carried"}},name:{label:"Name",placeholder:"Common name (if any)"},natural:{label:"Natural"},network_bicycle:{label:"Network Type",placeholder:"Local, Regional, National, International",options:{lcn:"Local",rcn:"Regional",ncn:"National",icn:"International"}},network_foot:{label:"Network Type",placeholder:"Local, Regional, National, International",options:{lwn:"Local",rwn:"Regional",nwn:"National",iwn:"International"}},network_horse:{label:"Network Type",placeholder:"Local, Regional, National, International",options:{lhn:"Local",rhn:"Regional",nhn:"National",ihn:"International"}},network_road:{label:"Network"},network:{label:"Network"},note:{label:"Note"},office:{label:"Type"},oneway_yes:{label:"One Way",options:{"undefined":"Assumed to be Yes",yes:"Yes",no:"No",reversible:"Reversible",alternating:"Alternating"}},oneway:{label:"One Way",options:{"undefined":"Assumed to be No",yes:"Yes",no:"No",reversible:"Reversible",alternating:"Alternating"}},opening_hours:{label:"Hours"},operator:{label:"Operator"},outdoor_seating:{label:"Outdoor Seating"},par:{label:"Par",placeholder:"3, 4, 5..."},park_ride:{label:"Park and Ride"},parking:{label:"Type",options:{surface:"Surface","multi-storey":"Multilevel",underground:"Underground",sheds:"Sheds",carports:"Carports",garage_boxes:"Garage Boxes",lane:"Roadside Lane"}},passenger_information_display:{label:"Passenger information display"},payment_multi:{label:"Payment Types"},phases:{label:"Phases",placeholder:"1, 2, 3..."},phone:{label:"Telephone",placeholder:"+31 42 123 4567"},"piste/difficulty":{label:"Difficulty",placeholder:"Easy, Intermediate, Advanced...",options:{novice:"Novice (instructional)",easy:"Easy (green circle)",intermediate:"Intermediate (blue square)",advanced:"Advanced (black diamond)",expert:"Expert (double black diamond)",freeride:"Freeride (off-piste)",extreme:"Extreme (climbing equipment required)"}},"piste/grooming":{label:"Grooming",options:{classic:"Classic",mogul:"Mogul",backcountry:"Backcountry","classic+skating":"Classic and Skating",scooter:"Scooter/Snowmobile",skating:"Skating"}},"piste/type":{label:"Type",options:{downhill:"Downhill",nordic:"Nordic",skitour:"Skitour",sled:"Sled",hike:"Hike",sleigh:"Sleigh",ice_skate:"Ice Skate",snow_park:"Snow Park",playground:"Playground"}},place:{label:"Type"},plant:{label:"Plant"},"plant/output/electricity":{label:"Power Output",placeholder:"500 MW, 1000 MW, 2000 MW..."},"playground/baby":{label:"Baby Seat"},"playground/max_age":{label:"Maximum Age"},"playground/min_age":{label:"Minimum Age"},population:{label:"Population"},power_supply:{label:"Power Supply"},power:{label:"Type"},produce:{label:"Produce"},product:{label:"Products"},railway:{label:"Type"},"railway/position":{label:"Milestone Position",placeholder:"Distance to one decimal (123.4)"},"railway/signal/direction":{label:"Direction",options:{forward:"Forward",backward:"Backward",both:"Both / All"}},rating:{label:"Power Rating"},recycling_accepts:{label:"Accepts"},ref_aeroway_gate:{label:"Gate Number"},ref_golf_hole:{label:"Hole Number",placeholder:"1-18"},ref_highway_junction:{label:"Junction Number"},ref_platform:{label:"Platform Number"},ref_road_number:{label:"Road Number"},ref_route:{label:"Route Number"},ref_runway:{label:"Runway Number",placeholder:"e.g. 01L/19R"},ref_stop_position:{label:"Stop Number"},ref_taxiway:{label:"Taxiway Name",placeholder:"e.g. A5"},ref:{label:"Reference Code"},"ref/isil":{label:"ISIL Code"},relation:{label:"Type"},religion:{label:"Religion"},restriction:{label:"Type"},restrictions:{label:"Turn Restrictions"},rooms:{label:"Rooms"},route_master:{label:"Type"},route:{label:"Type"},sac_scale:{label:"Hiking Difficulty",placeholder:"Mountain Hiking, Alpine Hiking...",options:{hiking:"T1: Hiking",mountain_hiking:"T2: Mountain Hiking",demanding_mountain_hiking:"T3: Demanding Mountain Hiking",alpine_hiking:"T4: Alpine Hiking",demanding_alpine_hiking:"T5: Demanding Alpine Hiking",difficult_alpine_hiking:"T6: Difficult Alpine Hiking"}},sanitary_dump_station:{label:"Toilet Disposal"},seasonal:{label:"Seasonal"},second_hand:{label:"Sells Used",placeholder:"Yes, No, Only",options:{yes:"Yes",no:"No",only:"Only"}},service_rail:{label:"Service Type",options:{spur:"Spur",yard:"Yard",siding:"Siding",crossover:"Crossover"}},service_times:{label:"Service Times"},service:{label:"Type"},"service/bicycle":{label:"Services"},"service/vehicle":{label:"Services"},shelter_type:{label:"Type"},shelter:{label:"Shelter"},shop:{label:"Type"},"siren/purpose":{label:"Purpose"},"siren/type":{label:"Type",options:{pneumatic:"Pneumatic",electronic:"Electronic",other:"Other"}},site_type:{label:"Site Type"},site:{label:"Type"},smoking:{label:"Smoking",placeholder:"No, Separated, Yes...",options:{no:"No smoking anywhere",separated:"In smoking areas, not physically isolated",isolated:"In smoking areas, physically isolated",outside:"Allowed outside",yes:"Allowed everywhere",dedicated:"Dedicated to smokers (e.g. smokers' club)"}},smoothness:{label:"Smoothness",placeholder:"Thin Rollers, Wheels, Off-Road...",options:{excellent:"Thin Rollers: rollerblade, skateboard",good:"Thin Wheels: racing bike",intermediate:"Wheels: city bike, wheelchair, scooter",bad:"Robust Wheels: trekking bike, car, rickshaw",very_bad:"High Clearance: light duty off-road vehicle",horrible:"Off-Road: heavy duty off-road vehicle",very_horrible:"Specialized off-road: tractor, ATV",impassable:"Impassable / No wheeled vehicle"}},social_facility_for:{label:"People Served"},social_facility:{label:"Type"},source:{label:"Sources"},sport_ice:{label:"Sports"},sport_racing_motor:{label:"Sports"},sport_racing_nonmotor:{label:"Sports"},sport:{label:"Sports"},stars:{label:"Stars"},start_date:{label:"Start Date"},step_count:{label:"Number of Steps"},stop:{label:"Stop Type",options:{all:"All Ways",minor:"Minor Road"}},structure_waterway:{label:"Structure",placeholder:"Unknown",options:{tunnel:"Tunnel"}},structure:{label:"Structure",placeholder:"Unknown",options:{bridge:"Bridge",tunnel:"Tunnel",embankment:"Embankment",cutting:"Cutting",ford:"Ford"}},studio:{label:"Type"},substance:{label:"Substance"},substation:{label:"Type"},supervised:{label:"Supervised"},support:{label:"Support"},surface:{label:"Surface"},surveillance:{label:"Surveillance Kind"},"surveillance/type":{label:"Surveillance Type",options:{camera:"Camera",guard:"Guard",ALPR:"Automatic License Plate Reader"}},"surveillance/zone":{label:"Surveillance Zone"},"switch":{label:"Type",options:{mechanical:"Mechanical",circuit_breaker:"Circuit Breaker",disconnector:"Disconnector",earthing:"Earthing"}},tactile_paving:{label:"Tactile Paving"},takeaway:{label:"Takeaway",placeholder:"Yes, No, Takeaway Only...",options:{yes:"Yes",no:"No",only:"Takeaway Only"}},"toilets/disposal":{label:"Disposal",options:{flush:"Flush",pitlatrine:"Pit/Latrine",chemical:"Chemical",bucket:"Bucket"}},toll:{label:"Toll"},tomb:{label:"Type"},tourism_attraction:{label:"Tourism"},tourism:{label:"Type"},"tower/construction":{label:"Construction",placeholder:"Guyed, Lattice, Concealed, ..."},"tower/type":{label:"Type"},tracktype:{label:"Track Type",placeholder:"Solid, Mostly Solid, Soft...",options:{grade1:"Solid: paved or heavily compacted hardcore surface",grade2:"Mostly Solid: gravel/rock with some soft material mixed in",grade3:"Even mixture of hard and soft materials",grade4:"Mostly Soft: soil/sand/grass with some hard material mixed in",grade5:"Soft: soil/sand/grass"}},trade:{label:"Type"},traffic_calming:{label:"Type"},traffic_signals:{label:"Type"},"traffic_signals/direction":{label:"Direction",options:{forward:"Forward",backward:"Backward",both:"Both / All"}},trail_visibility:{label:"Trail Visibility",placeholder:"Excellent, Good, Bad...",options:{excellent:"Excellent: unambiguous path or markers everywhere",good:"Good: markers visible, sometimes require searching",intermediate:"Intermediate: few markers, path mostly visible",bad:"Bad: no markers, path sometimes invisible/pathless",horrible:"Horrible: often pathless, some orientation skills required",no:"No: pathless, excellent orientation skills required"}},transformer:{label:"Type",options:{distribution:"Distribution",generator:"Generator",converter:"Converter",traction:"Traction",auto:"Autotransformer",phase_angle_regulator:"Phase Angle Regulator",auxiliary:"Auxiliary",yes:"Unknown"}},trees:{label:"Trees"},tunnel:{label:"Type",placeholder:"Default"},usage_rail:{label:"Usage Type",options:{main:"Main",branch:"Branch",industrial:"Industrial",military:"Military",test:"Test",tourism:"Tourism"}},vending:{label:"Types of Goods"},visibility:{label:"Visibility",options:{house:"Up to 5m (16ft)",street:"5 to 20m (16 to 65ft)",area:"Over 20m (65ft)"}},"volcano/status":{label:"Volcano Status",options:{active:"Active",dormant:"Dormant",extinct:"Extinct"}},"volcano/type":{label:"Volcano Type",options:{stratovolcano:"Stratovolcano",shield:"Shield",scoria:"Scoria"}},voltage:{label:"Voltage"},"voltage/primary":{label:"Primary Voltage"},"voltage/secondary":{label:"Secondary Voltage"},"voltage/tertiary":{label:"Tertiary Voltage"},wall:{label:"Type"},water_point:{label:"Water Point"},water:{label:"Type"},waterway:{label:"Type"},website:{label:"Website",placeholder:"http://example.com/"},wetland:{label:"Type"},wheelchair:{label:"Wheelchair Access"},wholesale:{label:"Wholesale"},width:{label:"Width (Meters)"},wikipedia:{label:"Wikipedia"},windings:{label:"Windings",placeholder:"1, 2, 3..."},"windings/configuration":{label:"Windings Configuration",options:{star:"Star / Wye",delta:"Delta","open-delta":"Open Delta",zigzag:"Zig Zag",open:"Open",scott:"Scott",leblanc:"Leblanc"}}},presets:{aerialway:{name:"Aerialway",terms:"ski lift,funifor,funitel"},aeroway:{name:"Aeroway",terms:""},amenity:{name:"Amenity",terms:""},circular:{name:"Traffic Circle",terms:""},highway:{name:"Highway",terms:""},place:{name:"Place",terms:""},power:{name:"Power",terms:""},railway:{name:"Railway",terms:""},roundabout:{name:"Roundabout",terms:""},waterway:{name:"Waterway",terms:""},address:{name:"Address",terms:""},"advertising/billboard":{name:"Billboard",terms:""},"advertising/column":{name:"Advertising Column",terms:""},"aerialway/station":{name:"Aerialway Station",terms:""},"aerialway/cable_car":{name:"Cable Car",terms:"tramway,ropeway"},"aerialway/chair_lift":{name:"Chair Lift",terms:""},"aerialway/drag_lift":{name:"Drag Lift",terms:""},"aerialway/gondola":{name:"Gondola",terms:""},"aerialway/goods":{name:"Goods Aerialway",terms:""},"aerialway/magic_carpet":{name:"Magic Carpet Lift",terms:""},"aerialway/mixed_lift":{name:"Mixed Lift",terms:""},"aerialway/platter":{name:"Platter Lift",terms:"button lift,poma lift"},"aerialway/pylon":{name:"Aerialway Pylon",terms:""},"aerialway/rope_tow":{name:"Rope Tow Lift",terms:"handle tow,bugel lift"},"aerialway/t-bar":{name:"T-bar Lift",terms:"tbar"},"aeroway/aerodrome":{name:"Airport",terms:"aerodrome,aeroway,airplane,airport,jet,plane"},"aeroway/apron":{name:"Apron",terms:"ramp"},"aeroway/gate":{name:"Airport Gate",terms:""},"aeroway/hangar":{name:"Hangar",terms:""},"aeroway/helipad":{name:"Helipad",terms:"helicopter,helipad,heliport"},"aeroway/runway":{name:"Runway",terms:"landing strip"},"aeroway/taxiway":{name:"Taxiway",terms:""},"aeroway/terminal":{name:"Airport Terminal",terms:"airport,aerodrome"},"allotments/plot":{name:"Community Garden Plot",terms:""},"amenity/bus_station":{name:"Bus Station / Terminal",terms:""},"amenity/coworking_space":{name:"Coworking Space",terms:""},"amenity/ferry_terminal":{name:"Ferry Station / Terminal",terms:""},"amenity/nursing_home":{name:"Nursing Home",terms:""},"amenity/register_office":{name:"Register Office",terms:""},"amenity/scrapyard":{name:"Scrap Yard",terms:""},"amenity/swimming_pool":{name:"Swimming Pool",terms:""},"amenity/animal_boarding":{name:"Animal Boarding Facility",terms:"boarding,cat,cattery,dog,horse,kennel,kitten,pet,pet boarding,pet care,pet hotel,puppy,reptile"},"amenity/animal_breeding":{name:"Animal Breeding Facility",terms:"breeding,bull,cat,cow,dog,horse,husbandry,kitten,livestock,pet breeding,puppy,reptile"},"amenity/animal_shelter":{name:"Animal Shelter",terms:"adoption,aspca,cat,dog,horse,kitten,pet care,pet rescue,puppy,raptor,reptile,rescue,spca"},"amenity/arts_centre":{name:"Arts Center",terms:""},"amenity/atm":{name:"ATM",terms:"money,cash,machine"},"amenity/bank":{name:"Bank",terms:"credit union,check,deposit,fund,investment,repository,reserve,safe,savings,stock,treasury,trust,vault"},"amenity/bar":{name:"Bar",terms:"dive,beer,bier,booze"},"amenity/bbq":{name:"Barbecue/Grill",terms:"bbq,grill"},"amenity/bench":{name:"Bench",terms:"seat"},"amenity/bicycle_parking":{name:"Bicycle Parking",terms:"bike"},"amenity/bicycle_rental":{name:"Bicycle Rental",terms:"bike"},"amenity/bicycle_repair_station":{name:"Bicycle Repair Tool Stand",terms:"bike,repair,chain,pump"},"amenity/biergarten":{name:"Beer Garden",terms:"beer,bier,booze"},"amenity/boat_rental":{name:"Boat Rental",terms:""},"amenity/bureau_de_change":{name:"Currency Exchange",terms:"bureau de change,money changer"},"amenity/cafe":{name:"Cafe",terms:"bistro,coffee,tea"},"amenity/car_pooling":{name:"Car Pooling",terms:""},"amenity/car_rental":{name:"Car Rental",terms:""},"amenity/car_sharing":{name:"Car Sharing",terms:""},"amenity/car_wash":{name:"Car Wash",terms:""},"amenity/casino":{name:"Casino",terms:"gambling,roulette,craps,poker,blackjack"},"amenity/charging_station":{name:"Charging Station",terms:"EV,Electric Vehicle,Supercharger"},"amenity/childcare":{name:"Nursery/Childcare",terms:"daycare,orphanage,playgroup"},"amenity/cinema":{name:"Cinema",terms:"drive-in,film,flick,movie,theater,picture,show,screen"},"amenity/clinic":{name:"Clinic",terms:"medical,urgentcare"},"amenity/clinic/abortion":{name:"Abortion Clinic",terms:""},"amenity/clinic/fertility":{name:"Fertility Clinic",terms:"egg,fertility,reproductive,sperm,ovulation"},"amenity/clock":{name:"Clock",terms:""},"amenity/college":{name:"College Grounds",terms:"university"},"amenity/community_centre":{name:"Community Center",terms:"event,hall"},"amenity/compressed_air":{name:"Compressed Air",terms:""},"amenity/courthouse":{name:"Courthouse",terms:""},"amenity/crematorium":{name:"Crematorium",terms:"cemetery,funeral"},"amenity/dentist":{name:"Dentist",terms:"tooth,teeth"},"amenity/doctors":{name:"Doctor",terms:"medic*,physician"},"amenity/dojo":{name:"Dojo / Martial Arts Academy",terms:"martial arts,dojang"},"amenity/drinking_water":{name:"Drinking Water",terms:"fountain,potable"},"amenity/driving_school":{name:"Driving School",terms:""},"amenity/embassy":{name:"Embassy",terms:""},"amenity/fast_food":{name:"Fast Food",terms:"restaurant,takeaway"},"amenity/fire_station":{name:"Fire Station",terms:""},"amenity/food_court":{name:"Food Court",terms:"fast food,restaurant,food"},"amenity/fountain":{name:"Fountain",terms:""},"amenity/fuel":{name:"Gas Station",terms:"petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"},"amenity/grave_yard":{name:"Graveyard",terms:""},"amenity/grit_bin":{name:"Grit Bin",terms:"salt,sand"},"amenity/hospital":{name:"Hospital Grounds",terms:"clinic,doctor,emergency room,health,infirmary,institution,sanatorium,sanitarium,sick,surgery,ward"},"amenity/hunting_stand":{name:"Hunting Stand",terms:"game,gun,lookout,rifle,shoot*,wild,watch"},"amenity/ice_cream":{name:"Ice Cream Shop",terms:"gelato,sorbet,sherbet,frozen,yogurt"},"amenity/internet_cafe":{name:"Internet Cafe",terms:"cybercafe,taxiphone,teleboutique,coffee,cafe,net,lanhouse"},"amenity/kindergarten":{name:"Preschool/Kindergarten Grounds",terms:"kindergarden,pre-school"},"amenity/library":{name:"Library",terms:"book"},"amenity/love_hotel":{name:"Love Hotel",terms:""},"amenity/marketplace":{name:"Marketplace",terms:""},"amenity/monastery":{name:"Monastery Grounds",terms:"abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,monastery,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"},"amenity/motorcycle_parking":{name:"Motorcycle Parking",terms:""},"amenity/music_school":{name:"Music School",terms:"school of music"},"amenity/nightclub":{name:"Nightclub",terms:"disco*,night club,dancing,dance club"},"amenity/parking_entrance":{name:"Parking Garage Entrance/Exit",terms:""},"amenity/parking_space":{name:"Parking Space",terms:""},"amenity/parking":{name:"Car Parking",terms:""},"amenity/pavilion":{name:"Pavilion",terms:""},"amenity/pharmacy":{name:"Pharmacy",terms:"drug*,med*,prescription"},"amenity/place_of_worship":{name:"Place of Worship",terms:"abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"},"amenity/place_of_worship/buddhist":{name:"Buddhist Temple",terms:"stupa,vihara,monastery,temple,pagoda,zendo,dojo"},"amenity/place_of_worship/christian":{name:"Church",terms:"christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"},"amenity/place_of_worship/hindu":{name:"Hindu Temple",terms:"kovil,devasthana,mandir,kshetram,alayam,shrine,temple"},"amenity/place_of_worship/jewish":{name:"Synagogue",terms:"jewish"},"amenity/place_of_worship/muslim":{name:"Mosque",terms:"muslim"},"amenity/place_of_worship/shinto":{name:"Shinto Shrine",terms:"kami,torii"},"amenity/place_of_worship/sikh":{name:"Sikh Temple",terms:"gurudwara,temple"},"amenity/place_of_worship/taoist":{name:"Taoist Temple",terms:"daoist,monastery,temple"},"amenity/planetarium":{name:"Planetarium",terms:"museum,astronomy,observatory"},"amenity/police":{name:"Police",terms:"badge,constable,constabulary,cop,detective,fed,law,enforcement,officer,patrol"},"amenity/post_box":{name:"Mailbox",terms:"letter,post"},"amenity/post_office":{name:"Post Office",terms:"letter,mail"},"amenity/prison":{name:"Prison Grounds",terms:"cell,jail"},"amenity/pub":{name:"Pub",terms:"alcohol,drink,dive,beer,bier,booze"},"amenity/public_bath":{name:"Public Bath",terms:"onsen,foot bath,hot springs"},"amenity/public_bookcase":{name:"Public Bookcase",terms:"library,bookcrossing"},"amenity/ranger_station":{name:"Ranger Station",terms:"visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center"},"amenity/recycling_centre":{name:"Recycling Center",terms:"bottle,can,dump,glass,garbage,rubbish,scrap,trash"},"amenity/recycling":{name:"Recycling Container",terms:"bin,can,bottle,glass,garbage,rubbish,scrap,trash"},"amenity/restaurant":{name:"Restaurant",terms:"bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"},"amenity/sanitary_dump_station":{name:"RV Toilet Disposal",terms:"Motor Home,Camper,Sanitary,Dump Station,Elsan,CDP,CTDP,Chemical Toilet"},"amenity/school":{name:"School Grounds",terms:"academy,elementary school,middle school,high school"},"amenity/shelter":{name:"Shelter",terms:"lean-to,gazebo,picnic"},"amenity/shower":{name:"Shower",terms:"rain closet"},"amenity/smoking_area":{name:"Smoking Area",terms:""},"amenity/social_facility":{name:"Social Facility",terms:""},"amenity/social_facility/food_bank":{name:"Food Bank",terms:""},"amenity/social_facility/group_home":{name:"Elderly Group Home",terms:"old,senior,living,care home,assisted living"},"amenity/social_facility/homeless_shelter":{name:"Homeless Shelter",terms:"houseless,unhoused,displaced"},"amenity/social_facility/nursing_home":{name:"Nursing Home",terms:"elderly,living,nursing,old,senior,assisted living"},"amenity/studio":{name:"Studio",terms:"recording,radio,television"},"amenity/taxi":{name:"Taxi Stand",terms:"cab"},"amenity/telephone":{name:"Telephone",terms:"phone"},"amenity/theatre":{name:"Theater",terms:"theatre,performance,play,musical"},"amenity/toilets":{name:"Toilets",terms:"bathroom,restroom,outhouse,privy,head,lavatory,latrine,water closet,WC,W.C."},"amenity/townhall":{name:"Town Hall",terms:"village,city,government,courthouse,municipal"},"amenity/university":{name:"University Grounds",terms:"college"},"amenity/vending_machine":{name:"Vending Machine",terms:""},"amenity/vending_machine/news_papers":{name:"Newspaper Vending Machine",terms:"newspaper"},"amenity/vending_machine/cigarettes":{name:"Cigarette Vending Machine",terms:"cigarette"},"amenity/vending_machine/coffee":{name:"Coffee Vending Machine",terms:"coffee"},"amenity/vending_machine/condoms":{name:"Condom Vending Machine",terms:"condom"},"amenity/vending_machine/drinks":{name:"Drink Vending Machine",terms:"drink,soda,beverage,juice,pop"},"amenity/vending_machine/electronics":{name:"Electronics Vending Machine",terms:"cable,charger,earbud,headphone,phone,tablet"},"amenity/vending_machine/elongated_coin":{name:"Flat Coin Vending Machine",terms:"coin,crush,elongated,flatten,penny,souvenir"},"amenity/vending_machine/excrement_bags":{name:"Excrement Bag Vending Machine",terms:"excrement bags,poop,dog,animal"},"amenity/vending_machine/feminine_hygiene":{name:"Feminine Hygiene Vending Machine",terms:"condom,tampon,pad,woman,women,menstrual hygiene products,personal care"},"amenity/vending_machine/food":{name:"Food Vending Machine",terms:"food"},"amenity/vending_machine/fuel":{name:"Gas Pump",terms:"petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"},"amenity/vending_machine/ice_cream":{name:"Ice Cream Vending Machine",terms:"chocolate,ice cream,frozen,popsicle,vanilla"},"amenity/vending_machine/newspapers":{name:"Newspaper Vending Machine",terms:"newspaper"},"amenity/vending_machine/parcel_pickup_dropoff":{name:"Parcel Pickup/Dropoff Vending Machine",terms:"parcel,mail,pickup"},"amenity/vending_machine/parking_tickets":{name:"Parking Ticket Vending Machine",terms:"parking,ticket"},"amenity/vending_machine/public_transport_tickets":{name:"Transit Ticket Vending Machine",terms:"bus,train,ferry,rail,ticket,transportation"},"amenity/vending_machine/stamps":{name:"Postage Vending Machine",terms:"mail,postage,stamp"},"amenity/vending_machine/sweets":{name:"Snack Vending Machine",terms:"candy,gum,chip,pretzel,cookie,cracker"},"amenity/veterinary":{name:"Veterinary",terms:"pet clinic,veterinarian,animal hospital,pet doctor"},"amenity/waste_basket":{name:"Waste Basket",terms:"bin,garbage,rubbish,litter,trash"},"amenity/waste_disposal":{name:"Garbage Dumpster",terms:"garbage,rubbish,litter,trash"},"amenity/waste_transfer_station":{name:"Waste Transfer Station",terms:"dump,garbage,recycling,rubbish,scrap,trash"},"amenity/waste/dog_excrement":{name:"Dog Excrement Bin",terms:"bin,garbage,rubbish,litter,trash,poo,dog"},"amenity/water_point":{name:"RV Drinking Water",terms:""},"amenity/watering_place":{name:"Animal Watering Place",terms:""},area:{name:"Area",terms:""},"area/highway":{name:"Road Surface",terms:""},"attraction/amusement_ride":{name:"Amusement Ride",terms:"theme park,carnival ride"},"attraction/animal":{name:"Animal",terms:"zoo,theme park,animal park,lion,tiger,bear"},"attraction/big_wheel":{name:"Big Wheel",terms:"ferris wheel,theme park,amusement ride"},"attraction/bumper_car":{name:"Bumper Car",terms:"theme park,dodgem cars,autoscooter"},"attraction/bungee_jumping":{name:"Bungee Jumping",terms:"theme park,bungy jumping,jumping platform"},"attraction/carousel":{name:"Carousel",terms:"theme park,roundabout,merry-go-round,galloper,jumper,horseabout,flying horses"},"attraction/dark_ride":{name:"Dark Ride",terms:"theme park,ghost train"},"attraction/drop_tower":{name:"Drop Tower",terms:"theme park,amusement ride,gondola,tower,big drop"},"attraction/maze":{name:"Maze",terms:"theme park,amusement ride,labyrinth"},"attraction/pirate_ship":{name:"Pirate Ship",terms:"theme park,carnival ride,amusement ride"},"attraction/river_rafting":{name:"River Rafting",terms:"theme park,aquatic park,water park,rafting simulator,river rafting ride,river rapids ride"},"attraction/roller_coaster":{name:"Roller Coaster",terms:"theme park,amusement ride"},"attraction/train":{name:"Tourist Train",terms:"theme park,rackless train,road train,Tschu-Tschu train,dotto train,park train"},"attraction/water_slide":{name:"Water Slide",terms:"theme park,aquatic park,water park,flumes,water chutes,hydroslides"},barrier:{name:"Barrier",terms:""},"barrier/entrance":{name:"Entrance",terms:""},"barrier/block":{name:"Block",terms:""},"barrier/bollard":{name:"Bollard",terms:""},"barrier/border_control":{name:"Border Control",terms:""},"barrier/cattle_grid":{name:"Cattle Grid",terms:""},"barrier/city_wall":{name:"City Wall",terms:""},"barrier/cycle_barrier":{name:"Cycle Barrier",terms:""},"barrier/ditch":{name:"Trench",terms:""},"barrier/fence":{name:"Fence",terms:""},"barrier/gate":{name:"Gate",terms:""},"barrier/hedge":{name:"Hedge",terms:""},"barrier/kerb":{name:"Kerb",terms:""},"barrier/kissing_gate":{name:"Kissing Gate",terms:""},"barrier/lift_gate":{name:"Lift Gate",terms:""},"barrier/retaining_wall":{name:"Retaining Wall",terms:""},"barrier/stile":{name:"Stile",terms:""},"barrier/toll_booth":{name:"Toll Booth",terms:""},"barrier/wall":{name:"Wall",terms:""},"boundary/administrative":{name:"Administrative Boundary",terms:""},building:{name:"Building",terms:""},"building/bunker":{name:"Bunker",terms:""},"building/entrance":{name:"Entrance/Exit",terms:""},"building/train_station":{name:"Train Station",terms:""},"building/apartments":{name:"Apartments",terms:""},"building/barn":{name:"Barn",terms:""},"building/boathouse":{name:"Boathouse",terms:""},"building/bungalow":{name:"Bungalow",terms:"home,detached"},"building/cabin":{name:"Cabin",terms:""},"building/cathedral":{name:"Cathedral Building",terms:""},"building/chapel":{name:"Chapel Building",terms:""},"building/church":{name:"Church Building",terms:""},"building/civic":{name:"Civic Building",terms:""},"building/college":{name:"College Building",terms:"university"},"building/commercial":{name:"Commercial Building",terms:""},"building/construction":{name:"Building Under Construction",terms:""},"building/detached":{name:"Detached House",terms:"home,single,family,residence,dwelling"},"building/dormitory":{name:"Dormitory",terms:""},"building/farm_auxiliary":{name:"Farm Building",terms:""},"building/farm":{name:"Farm House",terms:""},"building/garage":{name:"Garage",terms:""},"building/garages":{name:"Garages",terms:""},"building/grandstand":{name:"Grandstand",terms:"tribune,stand,stands,bleachers"},"building/greenhouse":{name:"Greenhouse",terms:""},"building/hospital":{name:"Hospital Building",terms:""},"building/hotel":{name:"Hotel Building",terms:""},"building/house":{name:"House",terms:"home,family,residence,dwelling"},"building/hut":{name:"Hut",terms:""},"building/industrial":{name:"Industrial Building",terms:""},"building/kindergarten":{name:"Preschool/Kindergarten Building",terms:"kindergarden,pre-school"},"building/mosque":{name:"Mosque Building",terms:""},"building/public":{name:"Public Building",terms:""},"building/residential":{name:"Residential Building",terms:""},"building/retail":{name:"Retail Building",terms:""},"building/roof":{name:"Roof",terms:""},"building/ruins":{name:"Building Ruins",terms:""},"building/school":{name:"School Building",terms:"academy,elementary school,middle school,high school"},"building/semidetached_house":{name:"Semi-Detached House",terms:"home,double,duplex,twin,family,residence,dwelling"},"building/service":{name:"Service Building",terms:""},"building/shed":{name:"Shed",terms:""},"building/stable":{name:"Stable",terms:""},"building/stadium":{name:"Stadium Building",terms:""},"building/static_caravan":{name:"Static Mobile Home",terms:""},"building/temple":{name:"Temple Building",terms:""},"building/terrace":{name:"Row Houses",terms:"home,terrace,brownstone,family,residence,dwelling"},"building/transportation":{name:"Transportation Building",terms:""},"building/university":{name:"University Building",terms:"college"},"building/warehouse":{name:"Warehouse",terms:""},"camp_site/camp_pitch":{name:"Camp Pitch",terms:"tent,rv"},club:{name:"Club",terms:"social"},craft:{name:"Craft",terms:""},"craft/jeweler":{name:"Jeweler",terms:""},"craft/locksmith":{name:"Locksmith",terms:""},"craft/optician":{name:"Optician",terms:""},"craft/tailor":{name:"Tailor",terms:"clothes,suit"},"craft/basket_maker":{name:"Basket Maker",terms:""},"craft/beekeeper":{name:"Beekeeper",terms:""},"craft/blacksmith":{name:"Blacksmith",terms:""},"craft/boatbuilder":{name:"Boat Builder",terms:""},"craft/bookbinder":{name:"Bookbinder",terms:"book repair"},"craft/brewery":{name:"Brewery",terms:"alcohol,beer,beverage,bier,booze,cider"},"craft/carpenter":{name:"Carpenter",terms:"woodworker"},"craft/carpet_layer":{name:"Carpet Layer",terms:""},"craft/caterer":{name:"Caterer",terms:""},"craft/chimney_sweeper":{name:"Chimney Sweeper",terms:""},"craft/clockmaker":{name:"Clockmaker",terms:""},"craft/confectionery":{name:"Candy Maker",terms:"sweet,candy"},"craft/distillery":{name:"Distillery",terms:"alcohol,beverage,bourbon,booze,brandy,gin,hooch,liquor,mezcal,moonshine,rum,scotch,spirits,still,tequila,vodka,whiskey,whisky"},"craft/dressmaker":{name:"Dressmaker",terms:"seamstress"},"craft/electrician":{name:"Electrician",terms:"power,wire"},"craft/electronics_repair":{name:"Electronics Repair Shop",terms:""},"craft/gardener":{name:"Gardener",terms:"landscaper,grounds keeper"},"craft/glaziery":{name:"Glaziery",terms:"glass,stained-glass,window"},"craft/handicraft":{name:"Handicraft",terms:""},"craft/hvac":{name:"HVAC",terms:"heat*,vent*,air conditioning"},"craft/insulator":{name:"Insulator",terms:""},"craft/key_cutter":{name:"Key Cutter",terms:""},"craft/metal_construction":{name:"Metal Construction",terms:""},"craft/painter":{name:"Painter",terms:""},"craft/photographer":{name:"Photographer",terms:""},"craft/photographic_laboratory":{name:"Photographic Laboratory",terms:"film"},"craft/plasterer":{name:"Plasterer",terms:""},"craft/plumber":{name:"Plumber",terms:"pipe"},"craft/pottery":{name:"Pottery",terms:"ceramic"},"craft/rigger":{name:"Rigger",terms:""},"craft/roofer":{name:"Roofer",terms:""},"craft/saddler":{name:"Saddler",terms:""},"craft/sailmaker":{name:"Sailmaker",terms:""},"craft/sawmill":{name:"Sawmill",terms:"lumber"},"craft/scaffolder":{name:"Scaffolder",terms:""},"craft/sculptor":{name:"Sculptor",terms:""},"craft/shoemaker":{name:"Shoemaker",terms:"cobbler"},"craft/stonemason":{name:"Stonemason",terms:"masonry"},"craft/tiler":{name:"Tiler",terms:""},"craft/tinsmith":{name:"Tinsmith",terms:""},"craft/upholsterer":{name:"Upholsterer",terms:""},"craft/watchmaker":{name:"Watchmaker",terms:""},"craft/window_construction":{name:"Window Construction",terms:"glass"},"craft/winery":{name:"Winery",terms:""},embankment:{name:"Embankment",terms:""},"emergency/designated":{name:"Emergency Access Designated",terms:""},"emergency/destination":{name:"Emergency Access Destination",terms:""},"emergency/no":{name:"Emergency Access No",terms:""},"emergency/official":{name:"Emergency Access Official",terms:""},"emergency/private":{name:"Emergency Access Private",terms:""},"emergency/yes":{name:"Emergency Access Yes",terms:""},"emergency/ambulance_station":{name:"Ambulance Station",terms:"EMS,EMT,rescue"},"emergency/defibrillator":{name:"Defibrillator",terms:"AED"},"emergency/fire_alarm":{name:"Fire Alarm Call Box",terms:""},"emergency/fire_extinguisher":{name:"Fire Extinguisher",terms:""},"emergency/fire_hydrant":{name:"Fire Hydrant",terms:"fire plug"},"emergency/first_aid_kit":{name:"First Aid Kit",terms:"bandage,first aid,med,med kit,medic*,medkit"},"emergency/life_ring":{name:"Life Ring",terms:"life buoy,kisby ring,kisbie ring,perry buoy"},"emergency/lifeguard":{name:"Lifeguard",terms:"CPR,rescue"},"emergency/phone":{name:"Emergency Phone",terms:""},"emergency/siren":{name:"Siren",terms:"air raid,loud,noise,storm,tornado,warning"},"emergency/water_tank":{name:"Emergency Water Tank",terms:"water tank,cistern,reservoir"},entrance:{name:"Entrance/Exit",terms:"entrance,exit,door"},"footway/crossing-raised":{name:"Raised Street Crossing",terms:"flat top,hump,speed,slow"},"footway/crossing":{name:"Street Crossing",terms:""},"footway/crosswalk-raised":{name:"Raised Pedestrian Crosswalk",terms:"zebra crossing,flat top,hump,speed,slow"},"footway/crosswalk":{name:"Pedestrian Crosswalk",terms:"zebra crossing"},"footway/sidewalk":{name:"Sidewalk",terms:""},ford:{name:"Ford",terms:""},"golf/bunker":{name:"Sand Trap",terms:"hazard,bunker"},"golf/fairway":{name:"Fairway",terms:""},"golf/green":{name:"Putting Green",terms:""},"golf/hole":{name:"Golf Hole",terms:""},"golf/lateral_water_hazard_area":{name:"Lateral Water Hazard",terms:""},"golf/lateral_water_hazard_line":{name:"Lateral Water Hazard",terms:""},"golf/rough":{name:"Rough",terms:""},"golf/tee":{name:"Tee Box",terms:"teeing ground"},"golf/water_hazard_area":{name:"Water Hazard",terms:""},"golf/water_hazard_line":{name:"Water Hazard",terms:""},healthcare:{name:"Healthcare Facility",terms:"clinic,doctor,disease,health,institution,sick,surgery,wellness"},"healthcare/alternative":{name:"Alternative Medicine",terms:"acupuncture,anthroposophical,applied kinesiology,aromatherapy,ayurveda,herbalism,homeopathy,hydrotherapy,hypnosis,naturopathy,osteopathy,reflexology,reiki,shiatsu,traditional,tuina,unani"},"healthcare/alternative/chiropractic":{name:"Chiropractor",terms:"back,pain,spine"},"healthcare/audiologist":{name:"Audiologist",terms:"ear,hearing,sound"},"healthcare/birthing_center":{name:"Birthing Center",terms:"baby,childbirth,delivery,labour,labor,pregnancy"},"healthcare/blood_donation":{name:"Blood Donor Center",terms:"blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation"},"healthcare/hospice":{name:"Hospice",terms:"terminal,illness"},"healthcare/laboratory":{name:"Medical Laboratory",terms:"medical_laboratory,medical_lab,blood_check"},"healthcare/midwife":{name:"Midwife",terms:"baby,childbirth,delivery,labour,labor,pregnancy"},"healthcare/occupational_therapist":{name:"Occupational Therapist",terms:"therapist,therapy"},"healthcare/optometrist":{name:"Optometrist",terms:"eye,glasses,lasik,lenses,vision"},"healthcare/physiotherapist":{name:"Physiotherapist",terms:"physical,therapist,therapy"},"healthcare/podiatrist":{name:"Podiatrist",terms:"foot,feet,nails"},"healthcare/psychotherapist":{name:"Psychotherapist",terms:"anxiety,counselor,depression,mental health,mind,suicide,therapist,therapy"},"healthcare/rehabilitation":{name:"Rehabilitation Facility",terms:"rehab,therapist,therapy"},"healthcare/speech_therapist":{name:"Speech Therapist",terms:"speech,therapist,therapy,voice"},"highway/bus_stop":{name:"Bus Stop / Platform",terms:""},"highway/bridleway":{name:"Bridle Path",terms:"bridleway,equestrian,horse,trail"},"highway/bus_guideway":{name:"Bus Guideway",terms:""},"highway/corridor":{name:"Indoor Corridor",terms:"gallery,hall,hallway,indoor,passage,passageway"},"highway/crossing-raised":{name:"Raised Street Crossing",terms:"flat top,hump,speed,slow"},"highway/crossing":{name:"Street Crossing",terms:""},"highway/crosswalk-raised":{name:"Raised Pedestrian Crosswalk",terms:"zebra crossing,flat top,hump,speed,slow"},"highway/crosswalk":{name:"Pedestrian Crosswalk",terms:"zebra crossing"},"highway/cycleway":{name:"Cycle Path",terms:"bike"},"highway/elevator":{name:"Elevator",terms:"lift"},"highway/footway":{name:"Foot Path",terms:"hike,hiking,trackway,trail,walk"},"highway/give_way":{name:"Yield Sign",terms:"give way,yield,sign"},"highway/living_street":{name:"Living Street",terms:""},"highway/mini_roundabout":{name:"Mini-Roundabout",terms:""},"highway/motorway_junction":{name:"Motorway Junction / Exit",terms:"exit"},"highway/motorway_link":{name:"Motorway Link",terms:"exit,ramp,road,street,on ramp,off ramp"},"highway/motorway":{name:"Motorway",terms:"autobahn,expressway,freeway,highway,interstate,parkway,road,street,thruway,turnpike"},"highway/passing_place":{name:"Passing Place",terms:"turnout, pullout"},"highway/path":{name:"Path",terms:"hike,hiking,trackway,trail,walk"},"highway/pedestrian_area":{name:"Pedestrian Area",terms:"center,centre,plaza,quad,square,walkway"},"highway/pedestrian_line":{name:"Pedestrian Street",terms:"center,centre,plaza,quad,square,walkway"},"highway/primary_link":{name:"Primary Link",terms:"on ramp,off ramp,ramp,road,street"},"highway/primary":{name:"Primary Road",terms:"road,street"},"highway/raceway":{name:"Racetrack (Motorsport)",terms:"auto*,formula one,kart,motocross,nascar,race*,track"},"highway/residential":{name:"Residential Road",terms:"road,street"},"highway/rest_area":{name:"Rest Area",terms:"rest stop"},"highway/road":{name:"Unknown Road",terms:"road,street"},"highway/secondary_link":{name:"Secondary Link",terms:"on ramp,off ramp,ramp,road,street"},"highway/secondary":{name:"Secondary Road",terms:"road,street"},"highway/service":{name:"Service Road",terms:"road,street"},"highway/service/alley":{name:"Alley",terms:""},"highway/service/drive-through":{name:"Drive-Through",terms:""},"highway/service/driveway":{name:"Driveway",terms:""},"highway/service/emergency_access":{name:"Emergency Access",terms:""},"highway/service/parking_aisle":{name:"Parking Aisle",terms:""},"highway/services":{name:"Service Area",terms:"services,travel plaza,service station"},"highway/speed_camera":{name:"Speed Camera",terms:""},"highway/steps":{name:"Steps",terms:"stairs,staircase"},"highway/stop":{name:"Stop Sign",terms:"stop,halt,sign"},"highway/street_lamp":{name:"Street Lamp",terms:"streetlight,street light,lamp,light,gaslight"},"highway/tertiary_link":{name:"Tertiary Link",terms:"on ramp,off ramp,ramp,road,street"},"highway/tertiary":{name:"Tertiary Road",terms:"road,street"},"highway/track":{name:"Unmaintained Track Road",terms:"woods road,forest road,logging road,fire road,farm road,agricultural road,ranch road,carriage road,primitive,unmaintained,rut,offroad,4wd,4x4,four wheel drive,atv,quad,jeep,double track,two track"},"highway/traffic_mirror":{name:"Traffic Mirror",terms:"blind spot,convex,corner,curved,roadside,round,safety,sphere,visibility"},"highway/traffic_signals":{name:"Traffic Signals",terms:"light,stoplight,traffic light"},"highway/trunk_link":{name:"Trunk Link",terms:"on ramp,off ramp,ramp,road,street"},"highway/trunk":{name:"Trunk Road",terms:"road,street"},"highway/turning_circle":{name:"Turning Circle",terms:"cul-de-sac"},"highway/turning_loop":{name:"Turning Loop (Island)",terms:"cul-de-sac"},"highway/unclassified":{name:"Minor/Unclassified Road",terms:"road,street"},historic:{name:"Historic Site",terms:""},"historic/archaeological_site":{name:"Archaeological Site",terms:""},"historic/boundary_stone":{name:"Boundary Stone",terms:""},"historic/castle":{name:"Castle",terms:""},"historic/memorial":{name:"Memorial",terms:"dedicatory,epitaph,remember,remembrance,memory,monument,stolperstein"},"historic/monument":{name:"Monument",terms:""},"historic/ruins":{name:"Ruins",terms:""},"historic/tomb":{name:"Tomb",terms:""},"historic/wayside_cross":{name:"Wayside Cross",terms:""},"historic/wayside_shrine":{name:"Wayside Shrine",terms:""},junction:{name:"Junction",terms:""},landuse:{name:"Land Use",terms:""},"landuse/farm":{name:"Farmland",terms:""},"landuse/allotments":{name:"Community Garden",terms:"allotment,garden"},"landuse/aquaculture":{name:"Aquaculture",terms:"fish farm,crustacean,algae,aquafarming,shrimp farm,oyster farm,mariculture,algaculture"},"landuse/basin":{name:"Basin",terms:""},"landuse/brownfield":{name:"Brownfield",terms:""},"landuse/cemetery":{name:"Cemetery",terms:""},"landuse/churchyard":{name:"Churchyard",terms:""},"landuse/commercial":{name:"Commercial Area",terms:""},"landuse/construction":{name:"Construction",terms:""},"landuse/farmland":{name:"Farmland",terms:"crop,grow,plant"},"landuse/farmyard":{name:"Farmyard",terms:"crop,grow,plant"},"landuse/forest":{name:"Forest",terms:"cut,forest,lumber,tree"},"landuse/garages":{name:"Garage Landuse",terms:""},"landuse/grass":{name:"Grass",terms:""},"landuse/greenfield":{name:"Greenfield",terms:""},"landuse/greenhouse_horticulture":{name:"Greenhouse Horticulture",terms:"flower,greenhouse,horticulture,grow,vivero"},"landuse/harbour":{name:"Harbor",terms:"boat"},"landuse/industrial":{name:"Industrial Area",terms:""},"landuse/industrial/scrap_yard":{name:"Scrap Yard",terms:"car,junk,metal,salvage,scrap,u-pull-it,vehicle,wreck,yard"},"landuse/industrial/slaughterhouse":{name:"Slaughterhouse",terms:"abattoir,beef,butchery,calf,chicken,cow,killing house,meat,pig,pork,poultry,shambles,stockyard"},"landuse/landfill":{name:"Landfill",terms:"dump"},"landuse/meadow":{name:"Meadow",terms:""},"landuse/military":{name:"Military Area",terms:""},"landuse/military/airfield":{name:"Military Airfield",terms:"aerodrome,aeroway,air force,airplane,airport,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war"},"landuse/military/barracks":{name:"Barracks",terms:"air force,army,base,fight,force,guard,marine,navy,troop,war"},"landuse/military/bunker":{name:"Military Bunker",terms:"air force,army,base,fight,force,guard,marine,navy,troop,war"},"landuse/military/checkpoint":{name:"Checkpoint",terms:"air force,army,base,force,guard,marine,navy,troop,war"},"landuse/military/danger_area":{name:"Danger Area",terms:"air force,army,base,blast,bomb,explo*,force,guard,mine,marine,navy,troop,war"},"landuse/military/naval_base":{name:"Naval Base",terms:"base,fight,force,guard,marine,navy,ship,sub,troop,war"},"landuse/military/nuclear_explosion_site":{name:"Nuclear Explosion Site",terms:"atom,blast,bomb,detonat*,nuke,site,test"},"landuse/military/obstacle_course":{name:"Obstacle Course",terms:"army,base,force,guard,marine,navy,troop,war"},"landuse/military/office":{name:"Military Office",terms:"air force,army,base,enlist,fight,force,guard,marine,navy,recruit,troop,war"},"landuse/military/range":{name:"Military Range",terms:"air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"},"landuse/military/training_area":{name:"Training Area",terms:"air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"},"landuse/orchard":{name:"Orchard",terms:"fruit"},"landuse/plant_nursery":{name:"Plant Nursery",terms:"flower,garden,grow,vivero"},"landuse/quarry":{name:"Quarry",terms:""},"landuse/railway":{name:"Railway Corridor",terms:"rail,train,track"},"landuse/recreation_ground":{name:"Recreation Ground",terms:"playing fields"},"landuse/religious":{name:"Religious Area",terms:""},"landuse/residential":{name:"Residential Area",terms:""},"landuse/retail":{name:"Retail Area",terms:""},"landuse/vineyard":{name:"Vineyard",terms:"grape,wine"},leisure:{name:"Leisure",terms:""},"leisure/adult_gaming_centre":{name:"Adult Gaming Center",terms:"gambling,slot machine"},"leisure/amusement_arcade":{name:"Amusement Arcade",terms:"pay-to-play games,video games,driving simulators,pinball machines"},"leisure/beach_resort":{name:"Beach Resort",terms:""},"leisure/bird_hide":{name:"Bird Hide",terms:"machan,ornithology"},"leisure/bleachers":{name:"Bleachers",terms:"crowd,bench,sports,stand,stands,seat,seating"},"leisure/bowling_alley":{name:"Bowling Alley",terms:"bowling center"},"leisure/common":{name:"Common",terms:"open space"},"leisure/dance":{name:"Dance Hall",terms:"ballroom,jive,swing,tango,waltz"},"leisure/dancing_school":{name:"Dance School",terms:"jive,swing,tango,waltz,dance teaching"},"leisure/dog_park":{name:"Dog Park",terms:""},"leisure/firepit":{name:"Firepit",terms:"fireplace,campfire"},"leisure/fitness_centre":{name:"Gym / Fitness Center",terms:"health,gym,leisure,studio"},"leisure/fitness_centre/yoga":{name:"Yoga Studio",terms:"studio"},"leisure/fitness_station":{name:"Outdoor Fitness Station",terms:"exercise,fitness,gym,trim trail"},"leisure/fitness_station/balance_beam":{name:"Exercise Balance Beam",terms:"balance,exercise,fitness,gym,trim trail"},"leisure/fitness_station/box":{name:"Exercise Box",terms:"box,exercise,fitness,gym,jump,trim trail"},"leisure/fitness_station/horizontal_bar":{name:"Exercise Horizontal Bar",terms:"bar,chinup,chin up,exercise,fitness,gym,pullup,pull up,trim trail"},"leisure/fitness_station/horizontal_ladder":{name:"Exercise Monkey Bars",terms:"bar,chinup,chin up,exercise,fitness,gym,ladder,monkey bars,pullup,pull up,trim trail"},"leisure/fitness_station/hyperextension":{name:"Hyperextension Station",terms:"back,exercise,extension,fitness,gym,roman chair,trim trail"},"leisure/fitness_station/parallel_bars":{name:"Parallel Bars",terms:"bar,dip,exercise,fitness,gym,trim trail"},"leisure/fitness_station/push-up":{name:"Push-Up Station",terms:"bar,exercise,fitness,gym,pushup,push up,trim trail"},"leisure/fitness_station/rings":{name:"Exercise Rings",terms:"exercise,fitness,gym,muscle up,pullup,pull up,trim trail"},"leisure/fitness_station/sign":{name:"Exercise Instruction Sign",terms:"exercise,fitness,gym,trim trail"},"leisure/fitness_station/sit-up":{name:"Sit-Up Station",terms:"crunch,exercise,fitness,gym,situp,sit up,trim trail"},"leisure/fitness_station/stairs":{name:"Exercise Stairs",terms:"exercise,fitness,gym,steps,trim trail"},"leisure/garden":{name:"Garden",terms:""},"leisure/golf_course":{name:"Golf Course",terms:"links"},"leisure/hackerspace":{name:"Hackerspace",terms:"makerspace,hackspace,hacklab"},"leisure/horse_riding":{name:"Horseback Riding Facility",terms:"equestrian,stable"},"leisure/ice_rink":{name:"Ice Rink",terms:"hockey,skating,curling"},"leisure/marina":{name:"Marina",terms:"boat"},"leisure/miniature_golf":{name:"Miniature Golf",terms:"crazy golf,mini golf,putt-putt"},"leisure/nature_reserve":{name:"Nature Reserve",terms:"protected,wildlife"},"leisure/outdoor_seating":{name:"Outdoor Seating Area",terms:"al fresco,beer garden,dining,cafe,restaurant,pub,bar,patio"},"leisure/park":{name:"Park",terms:"esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland"},"leisure/picnic_table":{name:"Picnic Table",terms:"bench"},"leisure/pitch":{name:"Sport Pitch",terms:"field"},"leisure/pitch/american_football":{name:"American Football Field",terms:""},"leisure/pitch/baseball":{name:"Baseball Diamond",terms:""},"leisure/pitch/basketball":{name:"Basketball Court",terms:""},"leisure/pitch/beachvolleyball":{name:"Beach Volleyball Court",terms:"volleyball"},"leisure/pitch/boules":{name:"Boules/Bocce Court",terms:"bocce,lyonnaise,pétanque"},"leisure/pitch/bowls":{name:"Bowling Green",terms:""},"leisure/pitch/cricket":{name:"Cricket Field",terms:""},"leisure/pitch/equestrian":{name:"Riding Arena",terms:"dressage,equestrian,horse,horseback,riding"},"leisure/pitch/rugby_league":{name:"Rugby League Field",terms:""},"leisure/pitch/rugby_union":{name:"Rugby Union Field",terms:""},"leisure/pitch/skateboard":{name:"Skate Park",terms:""},"leisure/pitch/soccer":{name:"Soccer Field",terms:"football"},"leisure/pitch/table_tennis":{name:"Ping Pong Table",terms:"table tennis,ping pong"},"leisure/pitch/tennis":{name:"Tennis Court",terms:""},"leisure/pitch/volleyball":{name:"Volleyball Court",terms:""},"leisure/playground":{name:"Playground",terms:"jungle gym,play area"},"leisure/resort":{name:"Resort",terms:""},"leisure/running_track":{name:"Racetrack (Running)",terms:"race*,running,sprint,track"},"leisure/sauna":{name:"Sauna",terms:""},"leisure/slipway":{name:"Slipway",terms:"boat launch,boat ramp"},"leisure/sports_centre":{name:"Sports Center / Complex",terms:""},"leisure/sports_centre/swimming":{name:"Swimming Pool Facility",terms:"dive,water"},"leisure/stadium":{name:"Stadium",terms:""},"leisure/swimming_pool":{name:"Swimming Pool",terms:"dive,water"},"leisure/track":{name:"Racetrack (Non-Motorsport)",terms:"cycle,dog,greyhound,horse,race*,track"},"leisure/water_park":{name:"Water Park",terms:"swim,pool,dive"},line:{name:"Line",terms:""},man_made:{name:"Man Made",terms:""},"man_made/embankment":{name:"Embankment",terms:""},"man_made/adit":{name:"Adit",terms:"entrance,underground,mine,cave"},"man_made/antenna":{name:"Antenna",terms:"broadcast,cell phone,cell,communication,mobile phone,radio,television,transmission,tv"},"man_made/breakwater":{name:"Breakwater",terms:""},"man_made/bridge":{name:"Bridge",terms:""},"man_made/chimney":{name:"Chimney",terms:""},"man_made/clearcut":{name:"Clearcut Forest",terms:"cut,forest,lumber,tree,wood"},"man_made/crane":{name:"Crane",terms:""},"man_made/cutline":{name:"Cut line",terms:""},"man_made/flagpole":{name:"Flagpole",terms:""},"man_made/gasometer":{name:"Gasometer",terms:"gas holder"},"man_made/groyne":{name:"Groyne",terms:""},"man_made/lighthouse":{name:"Lighthouse",terms:""},"man_made/mast":{name:"Mast",terms:"antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower"},"man_made/monitoring_station":{name:"Monitoring Station",terms:"weather,earthquake,seismology,air,gps"},"man_made/observation":{name:"Observation Tower",terms:"lookout tower,fire tower"},"man_made/observatory":{name:"Observatory",terms:"astronomical,meteorological"},"man_made/petroleum_well":{name:"Oil Well",terms:"drilling rig,oil derrick,oil drill,oil horse,oil rig,oil pump,petroleum well,pumpjack"},"man_made/pier":{name:"Pier",terms:"dock,jetty"},"man_made/pipeline":{name:"Pipeline",terms:""},"man_made/pumping_station":{name:"Pumping Station",terms:""},"man_made/silo":{name:"Silo",terms:"grain,corn,wheat"},"man_made/storage_tank":{name:"Storage Tank",terms:"water,oil,gas,petrol"},"man_made/surveillance_camera":{name:"Surveillance Camera",terms:"anpr,alpr,camera,car plate recognition,cctv,guard,license plate recognition,monitoring,number plate recognition,security,video,webcam"},"man_made/surveillance":{name:"Surveillance",terms:"anpr,alpr,camera,car plate recognition,cctv,guard,license plate recognition,monitoring,number plate recognition,security,video,webcam"},"man_made/survey_point":{name:"Survey Point",terms:"trig point,triangulation pillar,trigonometrical station"},"man_made/tower":{name:"Tower",terms:""},"man_made/wastewater_plant":{name:"Wastewater Plant",terms:"sewage*,water treatment plant,reclamation plant"},"man_made/water_tower":{name:"Water Tower",terms:""},"man_made/water_well":{name:"Water Well",terms:""},"man_made/water_works":{name:"Water Works",terms:""},"man_made/watermill":{name:"Watermill",terms:"water,wheel,mill"},"man_made/windmill":{name:"Windmill",terms:"wind,wheel,mill"},"man_made/works":{name:"Factory",terms:"assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"},manhole:{name:"Manhole",terms:"cover,hole,sewer,sewage,telecom"},"manhole/drain":{name:"Storm Drain",terms:"cover,drain,hole,rain,sewer,sewage,storm"},"manhole/telecom":{name:"Telecom Manhole",terms:"cover,phone,hole,telecom,telephone,bt"},natural:{name:"Natural",terms:""},"natural/bare_rock":{name:"Bare Rock",terms:"rock"},"natural/bay":{name:"Bay",terms:""},"natural/beach":{name:"Beach",terms:"shore"},"natural/cave_entrance":{name:"Cave Entrance",terms:"cavern,hollow,grotto,shelter,cavity"},"natural/cliff":{name:"Cliff",terms:"crag,escarpment,rock face,scarp"},"natural/coastline":{name:"Coastline",terms:"shore"},"natural/fell":{name:"Fell",terms:""},"natural/glacier":{name:"Glacier",terms:""},"natural/grassland":{name:"Grassland",terms:"prairie,savanna"},"natural/heath":{name:"Heath",terms:""},"natural/mud":{name:"Mud",terms:"wetland"},"natural/peak":{name:"Peak",terms:"acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"},"natural/reef":{name:"Reef",terms:"barrier,coral,ocean,sand,shoal"},"natural/ridge":{name:"Ridge",terms:"crest"},"natural/saddle":{name:"Saddle",terms:"pass,mountain pass,top"},"natural/sand":{name:"Sand",terms:"desert"},"natural/scree":{name:"Scree",terms:"loose rocks"},"natural/scrub":{name:"Scrub",terms:"bush,shrubs"},"natural/spring":{name:"Spring",terms:""},"natural/tree_row":{name:"Tree row",terms:""},"natural/tree":{name:"Tree",terms:""},"natural/volcano":{name:"Volcano",terms:"mountain,crater"},"natural/water":{name:"Water",terms:""},"natural/water/lake":{name:"Lake",terms:"lakelet,loch,mere"},"natural/water/pond":{name:"Pond",terms:"lakelet,millpond,tarn,pool,mere"},"natural/water/reservoir":{name:"Reservoir",terms:""},"natural/wetland":{name:"Wetland",terms:"bog,marsh,reedbed,swamp,tidalflat"},"natural/wood":{name:"Wood",terms:"tree"},"noexit/yes":{name:"No Exit",terms:"no exit,road end,dead end"},office:{name:"Office",terms:""},"office/administrative":{name:"Administrative Office",terms:""},"office/physician":{name:"Physician",terms:""},"office/travel_agent":{name:"Travel Agency",terms:""},"office/accountant":{name:"Accountant Office",terms:""},"office/adoption_agency":{name:"Adoption Agency",terms:""},"office/advertising_agency":{name:"Advertising Agency",terms:"ad,ad agency,advert agency,advertising,marketing"},"office/architect":{name:"Architect Office",terms:""},"office/association":{name:"Nonprofit Organization Office",terms:"association,non-profit,nonprofit,organization,society"},"office/charity":{name:"Charity Office",terms:"charitable organization"},"office/company":{name:"Corporate Office",terms:""},"office/coworking":{name:"Coworking Space",terms:"coworking,office"},"office/educational_institution":{name:"Educational Institution",terms:""},"office/employment_agency":{name:"Employment Agency",terms:"job"},"office/energy_supplier":{name:"Energy Supplier Office",terms:"electricity,energy company,energy utility,gas utility"},"office/estate_agent":{name:"Real Estate Office",terms:""},"office/financial":{name:"Financial Office",terms:""},"office/forestry":{name:"Forestry Office",terms:"forest,ranger"},"office/foundation":{name:"Foundation Office",terms:""},"office/government":{name:"Government Office",terms:""},"office/government/register_office":{name:"Register Office",terms:"clerk,marriage,death,birth,certificate"},"office/government/tax":{name:"Tax and Revenue Office",terms:"fiscal authorities,revenue office,tax office"},"office/guide":{name:"Tour Guide Office",terms:"dive guide,mountain guide,tour guide"},"office/insurance":{name:"Insurance Office",terms:""},"office/it":{name:"Information Technology Office",terms:"computer,information,software,technology"},"office/lawyer":{name:"Law Office",terms:""},"office/lawyer/notary":{name:"Notary Office",terms:""},"office/moving_company":{name:"Moving Company Office",terms:"relocation"},"office/newspaper":{name:"Newspaper Office",terms:""},"office/ngo":{name:"NGO Office",terms:"ngo,non government,non-government,organization,organisation"},"office/notary":{name:"Notary Office",terms:"clerk,deeds,estate,signature,wills"},"office/political_party":{name:"Political Party",terms:""},"office/private_investigator":{name:"Private Investigator Office",terms:"PI,private eye,private detective"},"office/quango":{name:"Quasi-NGO Office",terms:"ngo,non government,non-government,organization,organisation,quasi autonomous,quasi-autonomous"},"office/research":{name:"Research Office",terms:""},"office/surveyor":{name:"Surveyor Office",terms:""},"office/tax_advisor":{name:"Tax Advisor Office",terms:"tax,tax consultant"},"office/telecommunication":{name:"Telecom Office",terms:"communication,internet,phone,voice"},"office/therapist":{name:"Therapist Office",terms:"therapy"},"office/water_utility":{name:"Water Utility Office",terms:"water board,utility"},piste:{name:"Piste/Ski Trail",terms:"ski,sled,sleigh,snowboard,nordic,downhill,snowmobile"},"place/farm":{name:"Farm",terms:""},"place/city":{name:"City",terms:""},"place/hamlet":{name:"Hamlet",terms:""},"place/island":{name:"Island",terms:"archipelago,atoll,bar,cay,isle,islet,key,reef"},"place/islet":{name:"Islet",terms:"archipelago,atoll,bar,cay,isle,islet,key,reef"},"place/isolated_dwelling":{name:"Isolated Dwelling",terms:""},"place/locality":{name:"Locality",terms:""},"place/neighbourhood":{name:"Neighborhood",terms:"neighbourhood"},"place/plot":{name:"Plot",terms:"tract,land,lot,parcel"},"place/quarter":{name:"Sub-Borough / Quarter",terms:"boro,borough,quarter"},"place/square":{name:"Square",terms:""},"place/suburb":{name:"Borough / Suburb",terms:"boro,borough,quarter"},"place/town":{name:"Town",terms:""},"place/village":{name:"Village",terms:""},"playground/balance_beam":{name:"Play Balance Beam",terms:""},"playground/basket_spinner":{name:"Basket Spinner",terms:"basket rotator"},"playground/basket_swing":{name:"Basket Swing",terms:""},"playground/climbing_frame":{name:"Climbing Frame",terms:""},"playground/cushion":{name:"Bouncy Cushion",terms:""},"playground/horizontal_bar":{name:"Play Horizontal Bar",terms:"high bar"},"playground/rocker":{name:"Spring Rider",terms:"spring rocker,springy rocker"},"playground/roundabout":{name:"Play Roundabout",terms:"merry-go-round"},"playground/sandpit":{name:"Sandpit",terms:""},"playground/seesaw":{name:"Seesaw",terms:""},"playground/slide":{name:"Slide",terms:""},"playground/structure":{name:"Play Structure",terms:""},"playground/swing":{name:"Swing",terms:""},"playground/zipwire":{name:"Zip Wire",terms:""},point:{name:"Point",terms:""},"power/sub_station":{name:"Substation",terms:""},"power/generator":{name:"Power Generator",terms:"hydro,solar,turbine,wind"},"power/generator/source_nuclear":{name:"Nuclear Reactor",terms:"fission,generator,nuclear,nuke,reactor"},"power/generator/source_wind":{name:"Wind Turbine",terms:"generator,turbine,windmill,wind"},"power/line":{name:"Power Line",terms:""},"power/minor_line":{name:"Minor Power Line",terms:""},"power/plant":{name:"Power Station Grounds",terms:"coal,gas,generat*,hydro,nuclear,power,station"},"power/pole":{name:"Power Pole",terms:""},"power/substation":{name:"Substation",terms:""},"power/switch":{name:"Power Switch",terms:""},"power/tower":{name:"High-Voltage Tower",terms:""},"power/transformer":{name:"Transformer",terms:""},"public_transport/linear_platform_aerialway":{name:"Aerialway Stop / Platform",terms:"aerialway,cable car,platform,public transit,public transportation,transit,transportation"},"public_transport/linear_platform_bus":{name:"Bus Stop / Platform",terms:"bus,platform,public transit,public transportation,transit,transportation"},"public_transport/linear_platform_ferry":{name:"Ferry Stop / Platform",terms:"boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"},"public_transport/linear_platform_light_rail":{name:"Light Rail Stop / Platform",terms:"electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"},"public_transport/linear_platform_monorail":{name:"Monorail Stop / Platform",terms:"monorail,platform,public transit,public transportation,rail,transit,transportation"},"public_transport/linear_platform_subway":{name:"Subway Stop / Platform",terms:"metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"},"public_transport/linear_platform_train":{name:"Train Stop / Platform",terms:"platform,public transit,public transportation,rail,track,train,transit,transportation"},"public_transport/linear_platform_tram":{name:"Tram Stop / Platform",terms:"electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"},"public_transport/linear_platform_trolleybus":{name:"Trolleybus Stop / Platform",terms:"bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"},"public_transport/linear_platform":{name:"Transit Stop / Platform",terms:"platform,public transit,public transportation,transit,transportation"},"public_transport/platform_aerialway":{name:"Aerialway Stop / Platform",terms:"aerialway,cable car,platform,public transit,public transportation,transit,transportation"},"public_transport/platform_bus":{name:"Bus Stop / Platform",terms:"bus,platform,public transit,public transportation,transit,transportation"},"public_transport/platform_ferry":{name:"Ferry Stop / Platform",terms:"boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"},"public_transport/platform_light_rail":{name:"Light Rail Stop / Platform",terms:"electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"},"public_transport/platform_monorail":{name:"Monorail Stop / Platform",terms:"monorail,platform,public transit,public transportation,rail,transit,transportation"},"public_transport/platform_subway":{name:"Subway Stop / Platform",terms:"metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"},"public_transport/platform_train":{name:"Train Stop / Platform",terms:"platform,public transit,public transportation,rail,track,train,transit,transportation"},"public_transport/platform_tram":{name:"Tram Stop / Platform",terms:"electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"},"public_transport/platform_trolleybus":{name:"Trolleybus Stop / Platform",terms:"bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"},"public_transport/platform":{name:"Transit Stop / Platform",terms:"platform,public transit,public transportation,transit,transportation"},"public_transport/station_aerialway":{name:"Aerialway Station",terms:"aerialway,cable car,public transit,public transportation,station,terminal,transit,transportation"},"public_transport/station_bus":{name:"Bus Station / Terminal",terms:"bus,public transit,public transportation,station,terminal,transit,transportation"},"public_transport/station_ferry":{name:"Ferry Station / Terminal",terms:"boat,dock,ferry,pier,public transit,public transportation,station,terminal,transit,transportation"},"public_transport/station_light_rail":{name:"Light Rail Station",terms:"electric,light rail,public transit,public transportation,rail,station,terminal,track,tram,trolley,transit,transportation"},"public_transport/station_monorail":{name:"Monorail Station",terms:"monorail,public transit,public transportation,rail,station,terminal,transit,transportation"},"public_transport/station_subway":{name:"Subway Station",terms:"metro,public transit,public transportation,rail,station,subway,terminal,track,transit,transportation,underground"},"public_transport/station_train_halt":{name:"Train Station (Halt / Request)",terms:"halt,public transit,public transportation,rail,station,track,train,transit,transportation,whistle stop"},"public_transport/station_train":{name:"Train Station",terms:"public transit,public transportation,rail,station,terminal,track,train,transit,transportation"},"public_transport/station_tram":{name:"Tram Station",terms:"electric,light rail,public transit,public transportation,rail,station,streetcar,terminal,track,tram,trolley,transit,transportation"},"public_transport/station_trolleybus":{name:"Trolleybus Station / Terminal",terms:"bus,electric,public transit,public transportation,station,streetcar,terminal,trackless,tram,trolley,transit,transportation"},"public_transport/station":{name:"Transit Station",terms:"public transit,public transportation,station,terminal,transit,transportation"},"public_transport/stop_area":{name:"Transit Stop Area",terms:""},"public_transport/stop_position_aerialway":{name:"Aerialway Stopping Location",terms:"aerialway,cable car,public transit,public transportation,transit,transportation"},"public_transport/stop_position_bus":{name:"Bus Stopping Location",terms:"bus,public transit,public transportation,transit,transportation"},"public_transport/stop_position_ferry":{name:"Ferry Stopping Location",terms:"boat,dock,ferry,pier,public transit,public transportation,transit,transportation"},"public_transport/stop_position_light_rail":{name:"Light Rail Stopping Location",terms:"electric,light rail,public transit,public transportation,rail,track,tram,trolley,transit,transportation"},"public_transport/stop_position_monorail":{name:"Monorail Stopping Location",terms:"monorail,public transit,public transportation,rail,transit,transportation"},"public_transport/stop_position_subway":{name:"Subway Stopping Location",terms:"metro,public transit,public transportation,rail,subway,track,transit,transportation,underground"},"public_transport/stop_position_train":{name:"Train Stopping Location",terms:"public transit,public transportation,rail,track,train,transit,transportation"},"public_transport/stop_position_tram":{name:"Tram Stopping Location",terms:"electric,light rail,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"},"public_transport/stop_position_trolleybus":{name:"Trolleybus Stopping Location",terms:"bus,electric,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"},"public_transport/stop_position":{name:"Transit Stopping Location",terms:"public transit,public transportation,transit,transportation"},"railway/halt":{name:"Train Station (Halt / Request)",terms:"break,interrupt,rest,wait,interruption"},"railway/platform":{name:"Train Stop / Platform",terms:""},"railway/station":{name:"Train Station",terms:"train station,station"},"railway/tram_stop":{name:"Tram Stopping Position",terms:"light rail,streetcar,tram,trolley"},"railway/abandoned":{name:"Abandoned Railway",terms:""},"railway/buffer_stop":{name:"Buffer Stop",terms:"stop,halt,buffer"},"railway/crossing":{name:"Railway Crossing (Path)",terms:"crossing,pedestrian crossing,railroad crossing,level crossing,grade crossing,path through railroad,train crossing"},"railway/derail":{name:"Railway Derailer",terms:"derailer"},"railway/disused":{name:"Disused Railway",terms:""},"railway/funicular":{name:"Funicular",terms:"venicular,cliff railway,cable car,cable railway,funicular railway"},"railway/level_crossing":{name:"Railway Crossing (Road)",terms:"crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing"},"railway/light_rail":{name:"Light Rail",terms:"light rail,streetcar,trolley"},"railway/milestone":{name:"Railway Milestone",terms:"milestone,marker"},"railway/miniature":{name:"Miniature Railway",terms:"rideable miniature railway,narrow gauge railway,minimum gauge railway"},"railway/monorail":{name:"Monorail",terms:""},"railway/narrow_gauge":{name:"Narrow Gauge Rail",terms:"narrow gauge railway,narrow gauge railroad"},"railway/rail":{name:"Rail",terms:""},"railway/signal":{name:"Railway Signal",terms:"signal,lights"},"railway/subway_entrance":{name:"Subway Entrance",terms:"metro,transit"},"railway/subway":{name:"Subway",terms:"metro,transit"},"railway/switch":{name:"Railway Switch",terms:"switch,points"},"railway/train_wash":{name:"Train Wash",terms:"wash,clean"},"railway/tram":{name:"Tram",terms:"light rail,streetcar,tram,trolley"},relation:{name:"Relation",terms:""},"route/ferry":{name:"Ferry Route",terms:""},shop:{name:"Shop",terms:""},"shop/fishmonger":{name:"Fishmonger",terms:""},"shop/furnace":{name:"Furnace Store",terms:"oven,stove"},"shop/vacant":{name:"Vacant Shop",terms:""},"shop/agrarian":{name:"Farm Supply Shop",terms:"agricultural inputs,agricultural machines,seeds,pesticides,fertilizer,agricultural tools"},"shop/alcohol":{name:"Liquor Store",terms:"alcohol,beer,booze,wine"},"shop/anime":{name:"Anime Shop",terms:"manga,japan,cosplay,figurine,dakimakura"},"shop/antiques":{name:"Antiques Shop",terms:""},"shop/appliance":{name:"Appliance Store",terms:"air conditioner,appliance,dishwasher,dryer,freezer,fridge,grill,kitchen,oven,refrigerator,stove,washer,washing machine"},"shop/art":{name:"Art Store",terms:"art*,exhibit*,gallery"},"shop/baby_goods":{name:"Baby Goods Store",terms:""},"shop/bag":{name:"Bag/Luggage Store",terms:"handbag,purse"},"shop/bakery":{name:"Bakery",terms:""},"shop/bathroom_furnishing":{name:"Bathroom Furnishing Store",terms:""},"shop/beauty":{name:"Beauty Shop",terms:"spa,salon,tanning"},"shop/beauty/nails":{name:"Nail Salon",terms:"manicure,pedicure"},"shop/beauty/tanning":{name:"Tanning Salon",terms:""},"shop/bed":{name:"Bedding/Mattress Store",terms:""},"shop/beverages":{name:"Beverage Store",terms:""},"shop/bicycle":{name:"Bicycle Shop",terms:"bike,repair"},"shop/bookmaker":{name:"Bookmaker",terms:"betting"},"shop/books":{name:"Book Store",terms:""},"shop/boutique":{name:"Boutique",terms:""},"shop/butcher":{name:"Butcher",terms:"meat"},"shop/candles":{name:"Candle Shop",terms:""},"shop/car_parts":{name:"Car Parts Store",terms:"auto"},"shop/car_repair":{name:"Car Repair Shop",terms:"auto,garage,service"},"shop/car":{name:"Car Dealership",terms:"auto"},"shop/carpet":{name:"Carpet Store",terms:"rug"},"shop/charity":{name:"Charity Store",terms:"thrift,op shop,nonprofit"},"shop/cheese":{name:"Cheese Store",terms:""},"shop/chemist":{name:"Drugstore",terms:"med*,drug*,gift"},"shop/chocolate":{name:"Chocolate Store",terms:""},"shop/clothes":{name:"Clothing Store",terms:""},"shop/coffee":{name:"Coffee Store",terms:""},"shop/computer":{name:"Computer Store",terms:""},"shop/confectionery":{name:"Candy Store",terms:"sweet"},"shop/convenience":{name:"Convenience Store",terms:""},"shop/copyshop":{name:"Copy Store",terms:""},"shop/cosmetics":{name:"Cosmetics Store",terms:""},"shop/craft":{name:"Arts and Crafts Store",terms:"art*,paint*,frame"},"shop/curtain":{name:"Curtain Store",terms:"drape*,window"},"shop/dairy":{name:"Dairy Store",terms:"milk,egg,cheese"},"shop/deli":{name:"Deli",terms:"lunch,meat,sandwich"},"shop/department_store":{name:"Department Store",terms:""},"shop/doityourself":{name:"DIY Store",terms:""},"shop/dry_cleaning":{name:"Dry Cleaner",terms:""},"shop/e-cigarette":{name:"E-Cigarette Shop",terms:"electronic,vapor"},"shop/electronics":{name:"Electronics Store",terms:"appliance,audio,blueray,camera,computer,dvd,home theater,radio,speaker,tv,video"},"shop/erotic":{name:"Erotic Store",terms:"sex,porn"},"shop/fabric":{name:"Fabric Store",terms:"sew"},"shop/farm":{name:"Produce Stand",terms:"farm shop,farm stand"},"shop/fashion":{name:"Fashion Store",terms:""},"shop/florist":{name:"Florist",terms:"flower"},"shop/frame":{name:"Framing Shop",terms:"art*,paint*,photo*,frame"},"shop/funeral_directors":{name:"Funeral Home",terms:"undertaker,memorial home"},"shop/furniture":{name:"Furniture Store",terms:"chair,sofa,table"},"shop/garden_centre":{name:"Garden Center",terms:"landscape,mulch,shrub,tree"},"shop/gas":{name:"Bottled Gas Shop",terms:"cng,lpg,natural gas,propane,refill,tank"},"shop/gift":{name:"Gift Shop",terms:"souvenir"},"shop/greengrocer":{name:"Greengrocer",terms:"fruit,vegetable"},"shop/hairdresser":{name:"Hairdresser",terms:"barber"},"shop/hardware":{name:"Hardware Store",terms:""},"shop/health_food":{name:"Health Food Shop",terms:"wholefood,vitamins,vegetarian,vegan"},"shop/hearing_aids":{name:"Hearing Aids Store",terms:""},"shop/herbalist":{name:"Herbalist",terms:""},"shop/hifi":{name:"Hifi Store",terms:"stereo,video"},"shop/houseware":{name:"Houseware Store",terms:"home,household"},"shop/interior_decoration":{name:"Interior Decoration Store",terms:""},"shop/jewelry":{name:"Jeweler",terms:"diamond,gem,ring"},"shop/kiosk":{name:"Kiosk",terms:""},"shop/kitchen":{name:"Kitchen Design Store",terms:""},"shop/laundry":{name:"Laundry",terms:""},"shop/leather":{name:"Leather Store",terms:""},"shop/locksmith":{name:"Locksmith",terms:"key,lockpick"},"shop/lottery":{name:"Lottery Shop",terms:""},"shop/mall":{name:"Mall",terms:"shopping"},"shop/massage":{name:"Massage Shop",terms:""},"shop/medical_supply":{name:"Medical Supply Store",terms:""},"shop/mobile_phone":{name:"Mobile Phone Store",terms:""},"shop/money_lender":{name:"Money Lender",terms:""},"shop/motorcycle_repair":{name:"Motorcycle Repair Shop",terms:"auto,bike,garage,motorcycle,repair,service"},"shop/motorcycle":{name:"Motorcycle Dealership",terms:"bike"},"shop/music":{name:"Music Store",terms:"CD,vinyl"},"shop/musical_instrument":{name:"Musical Instrument Store",terms:"guitar"},"shop/newsagent":{name:"Newspaper/Magazine Shop",terms:""},"shop/nutrition_supplements":{name:"Nutrition Supplements Store",terms:""},"shop/optician":{name:"Optician",terms:"eye,glasses"},"shop/organic":{name:"Organic Goods Store",terms:""},"shop/outdoor":{name:"Outdoors Store",terms:"camping,climbing,hiking"},"shop/paint":{name:"Paint Store",terms:""},"shop/pastry":{name:"Pastry Shop",terms:"patisserie,cake shop,cakery"},"shop/pawnbroker":{name:"Pawn Shop",terms:""},"shop/perfumery":{name:"Perfume Store",terms:""},"shop/pet_grooming":{name:"Pet Grooming Store",terms:"dog"},"shop/pet":{name:"Pet Store",terms:"animal,cat,dog,fish,kitten,puppy,reptile"},"shop/photo":{name:"Photography Store",terms:"camera,film"},"shop/pyrotechnics":{name:"Fireworks Store",terms:""},"shop/radiotechnics":{name:"Radio/Electronic Component Store",terms:""},"shop/religion":{name:"Religious Store",terms:""},"shop/scuba_diving":{name:"Scuba Diving Shop",terms:""},"shop/seafood":{name:"Seafood Shop",terms:"fishmonger"},"shop/second_hand":{name:"Consignment/Thrift Store",terms:"secondhand,second hand,resale,thrift,used"},"shop/shoes":{name:"Shoe Store",terms:""},"shop/sports":{name:"Sporting Goods Store",terms:""},"shop/stationery":{name:"Stationery Store",terms:"card,paper"},"shop/storage_rental":{name:"Storage Rental",terms:""},"shop/supermarket":{name:"Supermarket",terms:"grocery,store,shop"},"shop/tailor":{name:"Tailor",terms:"clothes,suit"},"shop/tattoo":{name:"Tattoo Parlor",terms:""},"shop/tea":{name:"Tea Store",terms:""},"shop/ticket":{name:"Ticket Seller",terms:""},"shop/tiles":{name:"Tile Shop",terms:""},"shop/tobacco":{name:"Tobacco Shop",terms:""},"shop/toys":{name:"Toy Store",terms:""},"shop/trade":{name:"Trade Shop",terms:""},"shop/travel_agency":{name:"Travel Agency",terms:""},"shop/tyres":{name:"Tire Store",terms:""},"shop/vacuum_cleaner":{name:"Vacuum Cleaner Store",terms:""},"shop/variety_store":{name:"Variety Store",terms:""},"shop/video_games":{name:"Video Game Store",terms:""},"shop/video":{name:"Video Store",terms:"DVD"},"shop/watches":{name:"Watches Shop",terms:""},"shop/water_sports":{name:"Watersport/Swim Shop",terms:""},"shop/weapons":{name:"Weapon Shop",terms:"ammo,gun,knife,knives"},"shop/wholesale":{name:"Wholesale Store",terms:"warehouse club,cash and carry"},"shop/window_blind":{name:"Window Blind Store",terms:""},"shop/wine":{name:"Wine Shop",terms:""},tourism:{name:"Tourism",terms:""},"tourism/alpine_hut":{name:"Alpine Hut",terms:"climbing hut"},"tourism/apartment":{name:"Guest Apartment / Condo",terms:""},"tourism/aquarium":{name:"Aquarium",terms:"fish,sea,water"},"tourism/artwork":{name:"Artwork",terms:"mural,sculpture,statue"},"tourism/attraction":{name:"Tourist Attraction",terms:""},"tourism/camp_site":{name:"Campground",terms:"tent,rv"},"tourism/caravan_site":{name:"RV Park",terms:"Motor Home,Camper"},"tourism/chalet":{name:"Holiday Cottage",terms:"holiday,holiday cottage,holiday home,vacation,vacation home"},"tourism/gallery":{name:"Art Gallery",terms:"art*,exhibit*,paint*,photo*,sculpt*"},"tourism/guest_house":{name:"Guest House",terms:"B&B,Bed and Breakfast"},"tourism/hostel":{name:"Hostel",terms:""},"tourism/hotel":{name:"Hotel",terms:""},"tourism/information":{name:"Information",terms:""},"tourism/information/board":{name:"Information Board",terms:""},"tourism/information/guidepost":{name:"Guidepost",terms:"signpost"},"tourism/information/map":{name:"Map",terms:""},"tourism/information/office":{name:"Tourist Information Office",terms:""},"tourism/motel":{name:"Motel",terms:""},"tourism/museum":{name:"Museum",terms:"art*,exhibit*,gallery,foundation,hall,institution,paint*,photo*,sculpt*"},"tourism/picnic_site":{name:"Picnic Site",terms:"camp"},"tourism/theme_park":{name:"Theme Park",terms:""},"tourism/trail_riding_station":{name:"Trail Riding Station",terms:""},"tourism/viewpoint":{name:"Viewpoint",terms:""},"tourism/wilderness_hut":{name:"Wilderness Hut",terms:"wilderness hut,backcountry hut,bothy"},"tourism/zoo":{name:"Zoo",terms:"animal"},traffic_calming:{name:"Traffic Calming",terms:"bump,hump,slow,speed"},"traffic_calming/bump":{name:"Speed Bump",terms:"hump,speed,slow"},"traffic_calming/chicane":{name:"Traffic Chicane",terms:"driveway link,speed,slow"},"traffic_calming/choker":{name:"Traffic Choker",terms:"speed,slow"},"traffic_calming/cushion":{name:"Speed Cushion",terms:"bump,hump,speed,slow"},"traffic_calming/dip":{name:"Dip",terms:"speed,slow"},"traffic_calming/hump":{name:"Speed Hump",terms:"bump,speed,slow"},"traffic_calming/island":{name:"Traffic Island",terms:"circle,roundabout,slow"},"traffic_calming/rumble_strip":{name:"Rumble Strip",terms:"audible lines,sleeper lines,growlers"},"traffic_calming/table":{name:"Speed Table",terms:"flat top,hump,speed,slow"},"type/multipolygon":{name:"Multipolygon",terms:""},"type/boundary":{name:"Boundary",terms:""},"type/boundary/administrative":{name:"Administrative Boundary",terms:""},"type/restriction":{name:"Restriction",terms:""},"type/restriction/no_left_turn":{name:"No Left Turn",terms:""},"type/restriction/no_right_turn":{name:"No Right Turn",terms:""},"type/restriction/no_straight_on":{name:"No Straight On",terms:""},"type/restriction/no_u_turn":{name:"No U-turn",terms:""},"type/restriction/only_left_turn":{name:"Only Left Turn",terms:""},"type/restriction/only_right_turn":{name:"Only Right Turn",terms:""},"type/restriction/only_straight_on":{name:"Only Straight On",terms:""},"type/restriction/only_u_turn":{name:"Only U-turn",terms:""},"type/route_master":{name:"Route Master",terms:""},"type/route":{name:"Route",terms:""},"type/route/bicycle":{name:"Cycle Route",terms:""},"type/route/bus":{name:"Bus Route",terms:""},"type/route/detour":{name:"Detour Route",terms:""},"type/route/ferry":{name:"Ferry Route",terms:""},"type/route/foot":{name:"Foot Route",terms:""},"type/route/hiking":{name:"Hiking Route",terms:""},"type/route/horse":{name:"Riding Route",terms:""},"type/route/light_rail":{name:"Light Rail Route",terms:""},"type/route/pipeline":{name:"Pipeline Route",terms:""},"type/route/piste":{name:"Piste/Ski Route",terms:""},"type/route/power":{name:"Power Route",terms:""},"type/route/road":{name:"Road Route",terms:""},"type/route/subway":{name:"Subway Route",terms:""},"type/route/train":{name:"Train Route",terms:""},"type/route/tram":{name:"Tram Route",terms:""},"type/site":{name:"Site",terms:""},"type/waterway":{name:"Waterway",terms:""},vertex:{name:"Other",terms:""},"waterway/boatyard":{name:"Boatyard",terms:""},"waterway/canal":{name:"Canal",terms:""},"waterway/dam":{name:"Dam",terms:""},"waterway/ditch":{name:"Ditch",terms:""},"waterway/dock":{name:"Wet Dock / Dry Dock",terms:"boat,ship,vessel,marine"},"waterway/drain":{name:"Drain",terms:""},"waterway/fuel":{name:"Marine Fuel Station",terms:"petrol,gas,diesel,boat"},"waterway/river":{name:"River",terms:"beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"},"waterway/riverbank":{name:"Riverbank",terms:""},"waterway/sanitary_dump_station":{name:"Marine Toilet Disposal",terms:"Boat,Watercraft,Sanitary,Dump Station,Pumpout,Pump out,Elsan,CDP,CTDP,Chemical Toilet"},"waterway/stream_intermittent":{name:"Intermittent Stream",terms:"arroyo,beck,branch,brook,burn,course,creek,drift,flood,flow,gully,run,runnel,rush,spate,spritz,tributary,wadi,wash,watercourse"},"waterway/stream":{name:"Stream",terms:"beck,branch,brook,burn,course,creek,current,drift,flood,flow,freshet,race,rill,rindle,rivulet,run,runnel,rush,spate,spritz,surge,tide,torrent,tributary,watercourse"},"waterway/water_point":{name:"Marine Drinking Water",terms:""},"waterway/waterfall":{name:"Waterfall",terms:"fall"},"waterway/weir":{name:"Weir",terms:""}}},imagery:{AGIV:{attribution:{text:"Orthophoto Flanders most recent © AGIV"},name:"AGIV Flanders most recent aerial imagery"},AGIV10cm:{attribution:{text:"Orthophoto Flanders © AGIV"},name:"AGIV Flanders 2013-2015 aerial imagery 10cm"},AGIVFlandersGRB:{attribution:{text:"GRB Flanders © AGIV"},name:"AGIV Flanders GRB"},Bing:{description:"Satellite and aerial imagery.",name:"Bing aerial imagery"},"DigitalGlobe-Premium":{attribution:{text:"Terms & Feedback"},description:"DigitalGlobe-Premium is a mosaic composed of DigitalGlobe basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",name:"DigitalGlobe Premium Imagery"},"DigitalGlobe-Premium-vintage":{attribution:{text:"Terms & Feedback"},description:"Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",name:"DigitalGlobe Premium Imagery Vintage"},"DigitalGlobe-Standard":{attribution:{text:"Terms & Feedback"},description:"DigitalGlobe-Standard is a curated set of imagery covering 86% of the earth’s landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",name:"DigitalGlobe Standard Imagery"},"DigitalGlobe-Standard-vintage":{attribution:{text:"Terms & Feedback"},description:"Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",name:"DigitalGlobe Standard Imagery Vintage"},EsriWorldImagery:{attribution:{text:"Terms & Feedback"},description:"Esri world imagery.",name:"Esri World Imagery"},EsriWorldImageryClarity:{attribution:{text:"Terms & Feedback"},description:"Esri archive imagery that may be clearer and more accurate than the default layer.",name:"Esri World Imagery (Clarity) Beta"},MAPNIK:{attribution:{text:"© OpenStreetMap contributors, CC-BY-SA"},description:"The default OpenStreetMap layer.",name:"OpenStreetMap (Standard)"},Mapbox:{attribution:{text:"Terms & Feedback"},description:"Satellite and aerial imagery.",name:"Mapbox Satellite"},"OSM_Inspector-Addresses":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Addresses"},"OSM_Inspector-Geometry":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Geometry"},"OSM_Inspector-Highways":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Highways"},"OSM_Inspector-Multipolygon":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Area"},"OSM_Inspector-Places":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Places"},"OSM_Inspector-Routing":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Routing"},"OSM_Inspector-Tagging":{attribution:{text:"© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"},name:"OSM Inspector: Tagging"},SPW_ORTHO_LAST:{name:"SPW(allonie) most recent aerial imagery"},SPW_PICC:{name:"SPW(allonie) PICC numerical imagery"},"US-TIGER-Roads-2012":{name:"TIGER Roads 2012"},"US-TIGER-Roads-2014":{description:"At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap",name:"TIGER Roads 2014"},"US-TIGER-Roads-2017":{description:"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",name:"TIGER Roads 2017"},US_Forest_Service_roads_overlay:{description:"Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars",name:"U.S. Forest Roads Overlay"},UrbISOrtho2016:{attribution:{text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},name:"UrbIS-Ortho 2016"},UrbISOrtho2017:{attribution:{text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},name:"UrbIS-Ortho 2017"},UrbisAdmFR:{attribution:{text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},name:"UrbisAdm FR"},UrbisAdmNL:{attribution:{text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},name:"UrbisAdm NL"},"Waymarked_Trails-Cycling":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: Cycling"},"Waymarked_Trails-Hiking":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: Hiking"},"Waymarked_Trails-MTB":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: MTB"},"Waymarked_Trails-Skating":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: Skating"},"Waymarked_Trails-Winter_Sports":{attribution:{text:"© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"},name:"Waymarked Trails: Winter Sports"},"basemap.at":{attribution:{text:"basemap.at"},description:"Basemap of Austria, based on government data.",name:"basemap.at"},"basemap.at-orthofoto":{attribution:{text:"basemap.at"},description:"Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",name:"basemap.at Orthofoto"},hike_n_bike:{attribution:{text:"© OpenStreetMap contributors"},name:"Hike & Bike"},mapbox_locator_overlay:{attribution:{text:"Terms & Feedback"},description:"Shows major features to help orient you.",name:"Locator Overlay"},openpt_map:{attribution:{text:"© OpenStreetMap contributors, CC-BY-SA"},name:"OpenPT Map (overlay)"},"osm-gps":{attribution:{text:"© OpenStreetMap contributors"},description:"Public GPS traces uploaded to OpenStreetMap.",name:"OpenStreetMap GPS traces"},"osm-mapnik-black_and_white":{attribution:{text:"© OpenStreetMap contributors, CC-BY-SA"},name:"OpenStreetMap (Standard Black & White)"},"osm-mapnik-german_style":{attribution:{text:"© OpenStreetMap contributors, CC-BY-SA"},name:"OpenStreetMap (German Style)"},"osmse-ekonomiska":{attribution:{text:"© Lantmäteriet"},description:"Scan of ´Economic maps´ ca 1950-1980",name:"Lantmäteriet Economic Map (historic)"},qa_no_address:{attribution:{text:"Simon Poole, Data ©OpenStreetMap contributors"},name:"QA No Address"},skobbler:{attribution:{text:"© Tiles: skobbler Map data: OpenStreetMap contributors"},name:"skobbler"},"stamen-terrain-background":{attribution:{text:"Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"},name:"Stamen Terrain"},"tf-cycle":{attribution:{text:"Maps © Thunderforest, Data © OpenStreetMap contributors"},name:"Thunderforest OpenCycleMap"},"tf-landscape":{attribution:{text:"Maps © Thunderforest, Data © OpenStreetMap contributors"},name:"Thunderforest Landscape"},"trafikverket-baninfo":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish railway network, including sidings",name:"Trafikverket Railway Network"},"trafikverket-baninfo-option":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish railway network with several options for map layers",name:"Trafikverket Railway Network options"},"trafikverket-vagnat":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish NVDB road network",name:"Trafikverket Road Network"},"trafikverket-vagnat-extra":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",name:"Trafikverket Road Network extra"},"trafikverket-vagnat-navn":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish NVDB street names",name:"Trafikverket Street Names"},"trafikverket-vagnat-option":{attribution:{text:"© Trafikverket, CC0"},description:"Swedish NVDB road network with several options for map layers",name:"Trafikverket Road Network options"}},community:{"cape-coast-youthmappers":{name:"University of Cape Coast YouthMappers",description:"Follow us on Twitter: {url}",extendedDescription:"This is the official handle for the Youth Mappers chapter of the University of Cape Coast, Ghana. we love maps, open data and helping the vulnerable."},"osm-gh-facebook":{name:"OpenStreetMap Ghana on Facebook",description:"Facebook group for people interested in OpenStreetMap.",extendedDescription:"Mappers in Ghana community, promoting OpenStreetMap and Humanitarian OpenStreetMap Team (HOT) projects in Ghana. Join us."},"osm-gh-twitter":{name:"OpenStreetMap Ghana on Twitter",description:"Follow us on Twitter: {url}"},"talk-gh":{name:"Talk-gh Mailing List",description:"Talk-gh is the official mailing list for Ghana OSM community."},"osm-mg-facebook":{name:"OpenStreetMap Madagascar Facebook Group",description:"Malagasy Facebook group for people interested in OpenStreetMap."},"talk-mg":{name:"Talk-mg Mailing List",description:"Place for OpenStreetMap contributors, communities and users in Madagascar to share and discuss."},"OSM-BGD-facebook":{name:"OpenStreetMap Bangladesh",description:"Improve OpenStreetMap in Bangladesh",extendedDescription:"Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"},"OSM-India-facebook":{name:"OpenStreetMap India - Participatory neighborhood mapping",description:"Improve OpenStreetMap in India",extendedDescription:"Mapping in India? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",events:{sotmasia2018:{name:"State of the Map Asia 2018",description:"Join the 2018 OpenStreetMap region-wide event at State of the Map Asia in India",where:"Indian Institute of Management, Bangalore, India"}}},"OSM-india-mailinglist":{name:"OpenStreetMap India Mailinglist",description:"Talk-in is the official Mailinglist for Indian Community"},"OSM-india-twitter":{name:"OpenStreetMap India Twitter",description:"We are just a tweet away: {url}"},"OSM-India-Puducherry-Facebook":{name:"Free Software Hardware Movement - Facebook",description:"FSHM Facebook page to know about community events, activities",extendedDescription:"FSHM organizes events relating to free software/hardware, technology, activism and OpenStreetMap. Its FB page is the best way to keep in contact with its events."},"OSM-India-Puducherry-Matrix":{name:"Free Software Hardware Movement - Matrix",description:"FSHM Riot group to discuss, share and update mapping activities, events in and around Puducherry",extendedDescription:"FSHM community members share their OSM mapping updates / experiences through the Riot.im group, this group is also used to discuss things related to free software / hardware, technology and activism."},"OSM-IDN-facebook":{name:"OpenStreetMap Indonesia",description:"Improve OpenStreetMap in Indonesia",extendedDescription:"Mapping in Indonesia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-japan-facebook":{name:"OpenStreetMap Japan Community",description:"Mappers and OpenStreetMap users in Japan"},"OSM-japan-mailinglist":{name:"OpenStreetMap Japan Mailinglist",description:"Talk-ja is an Official Mailinglist for Japanese Community"},"OSM-japan-twitter":{name:"OpenStreetMap Japan Twitter",description:"Hashtag on Twitter: {url}"},"OSM-japan-website":{name:"OpenStreetMap Japan",description:"Mappers and OpenStreetMap users in Japan"},"OSM-korea-telegram":{name:"OSM Korea Telegram Channel",description:"Unofficial Channnel for OpenStreetMap contributors, communities and users in Korea to share and discuss."},"OSM-MY-facebook":{name:"OpenStreetMap Malaysia on Facebook",description:"For chat about anything related to OpenStreetMap!"},"OSM-MY-forum":{name:"OpenStreetMap Malaysia Forum",description:"Official OpenStreetMap Malaysia Forum"},"OSM-MY-matrix":{name:"OpenStreetMap Malaysia Riot channel",description:"All mappers are welcome! Sign up at {signupUrl}"},"OSM-MNG-facebook":{name:"OpenStreetMap Mongolia",description:"Improve OpenStreetMap in Mongolia",extendedDescription:"Mapping in Mongolia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-MMR-facebook":{name:"OpenStreetMap Myanmar",description:"Improve OpenStreetMap in Myanmar",extendedDescription:"Mapping in Myanmar? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-Nepal-facebook":{name:"OpenStreetMap Nepal",description:"Improve OpenStreetMap in Nepal",extendedDescription:"Mapping in Nepal? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-PH-facebook":{name:"OpenStreetMap PH Facebook",description:"Welcome to OpenStreetMap Philippines, where we encourage all fellow Filipinos to contribute to the OpenStreetMap project."},"OSM-PH-mailinglist":{name:"Talk-ph Mailing List",description:"A mailing list to discuss OpenStreetMap in the Philippines"},"OSM-PH-slack":{name:"OpenStreetMap PH Slack",description:"All are welcome! Sign up at {signupUrl}"},"OSM-PH-telegram":{name:"OpenStreetMap PH Telegram",description:"Un-official, Telegram local community of OpenStreetMap contributors and friends in the Philippines"},"OSM-RU-forum":{name:"OpenStreetMap RU forum",description:"OpenStreetMap Russia web forum"},"OSM-RU-telegram":{name:"OpenStreetMap RU telegram",description:"OpenStreetMap Russia telegram chat"},"OSM-LKA-facebook":{name:"OpenStreetMap Sri Lanka",description:"Improve OpenStreetMap in Sri Lanka",extendedDescription:"Mapping in Sri Lanka? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"},"OSM-TW-facebook":{name:"OpenStreetMap Taiwan Community",description:"Facebook Group for Mappers and OpenStreetMap users to discuss matters about Taiwan."},"OSM-TW-mailinglist":{name:"OpenStreetMap Taiwan Mailinglist",description:"Talk-tw is an Official Mailinglist for the Communities to dicuss matters about Taiwan"},"OSM-TH-CNX-meetup":{name:"OSM Meetup Chiang Mai",description:"Irregular meeting of the OpenStreetMap community in Chiang Mai",extendedDescription:"Members of the OpenStreetMap community meet every few months in Chiang Mai. Get in contact and check out {url} to see when the next meetup is scheduled"},"OSM-TH-facebook":{name:"OpenStreetMap TH Facebook group",description:"Facebook group for OpenStreetMappers in Thailand"},"OSM-TH-forum":{name:"OpenStreetMap TH forum",description:"OpenStreetMap Thailand web forum"},"al-forum":{name:"OSM Albania Forum",description:"OpenStreetMap Albania Forum"},"al-maptime-tirana":{name:"Maptime Tirana",description:"Social events organized around mapping - beginners most welcome!",extendedDescription:"Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time."},"al-telegram":{name:"OSM Albania Telegram channel",description:"OpenStreetMap Albania Telegram channel"},"at-forum":{name:"OpenStreetMap Austria Forum",description:"The official forum for OpenStreetMap questions in and around Austria"},"at-mailinglist":{name:"Talk-at Mailing List",description:"Talk-at is the official mailing list for the Austrian OSM community"},"at-twitter":{name:"OpenStreetMap Austria Twitter",description:"OpenStreetMap Austria On Twitter: {url}"},"osmgraz-meetup":{name:"OSM community meetup Graz",description:"Monthly meetup of the OpenStreetMap community in Graz"},"osmgraz-twitter":{name:"OSM community Graz on twitter",description:"OpenStreetMap community in Graz on twitter"},"osm-at":{name:"OpenStreetMap Austria",description:"The platform for information on OpenStreetMap in Austria"},byosm:{name:"OpenStreetMap Belarus",description:"OpenStreetMap Belarus telegram chat"},"be-facebook":{name:"OpenStreetMap BE Community",description:"Mappers and OpenStreetMap on Facebook in Belgium"},"be-forum":{name:"OpenStreetMap BE forum",description:"OpenStreetMap Belgium web forum"},"be-irc":{name:"OpenStreetMap Belgium IRC",description:"Join #osmbe on irc.oftc.net (port 6667)",extendedDescription:"Join #osmbe on irc.oftc.net (port 6667), it is bridged with the Matrix chat channel"},"be-mailinglist":{name:"Talk-be Mailing List",description:"Talk-be is the official mailing list for the Belgian OSM community"},"be-maptime":{name:"Maptime Belgium",description:"Social events organized around mapping - beginners most welcome!",extendedDescription:"Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time."},"be-matrix":{name:"OpenStreetMap BE Matrix channel",description:"All mappers are welcome!",extendedDescription:"Most talk is happening at the \"OpenStreetMap Belgium\" channel. You can ask anything there! The other rooms are for specific subjects."},"be-meetup":{name:"OpenStreetMap Belgium Meetup",description:"Real life meetups of everyone who is interested in OpenStreetMap",extendedDescription:"Physical meetups are great to meet other mappers, ask them questions and to learn a lot. Especially new contributors are very welcome!"},"be-twitter":{name:"OpenStreetMap Belgium Twitter",description:"OSM Belgium on Twitter: @osm_be"},"hr-facebook":{name:"OpenStreetMap Croatia Facebook group",description:"OpenStreetMap Croatia Facebook group"},"hr-irc":{name:"OpenStreetMap Croatia on IRC",description:"Join #osm-hr on irc.freenode.org (port 6667)"},"hr-mailinglist":{name:"Talk-hr Mailing List",description:"Talk-hr mailing list"},"czech-community":{name:"Czech OSM community",description:"Map portal, website and contacts on OSM members in Czechia"},"osmcz-facebook":{name:"OpenStreetMap CZ on Facebook",description:"Follow czech community on Facebook - including translated WeeklyOSM!"},"osmcz-twitter":{name:"Czech twitter @osmcz",description:"Follow czech community on Twitter - including translated WeeklyOSM!"},"talk-cz-mailinglist":{name:"Czech mailing list (talk-cz)",description:"Talk-cz is the official mailing list for Czech community"},"dk-forum":{name:"OpenStreetMap Denmark Web Forum",description:"OpenStreetMap Denmark web forum"},"dk-irc":{name:"OpenStreetMap Denmark IRC",description:"Join #osm-dk on irc.oftc.net (port 6667)"},"dk-mailinglist":{name:"Talk-dk Mailing List",description:"A mailing list to discuss OpenStreetMap in Denmark"},"fi-forum":{name:"OpenStreetMap FI forum",description:"OpenStreetMap Finland web forum"},"fi-irc":{name:"OpenStreetMap Finland IRC",description:"Join #osm-fi on irc.oftc.net (port 6667)"},"fi-mailinglist":{name:"Talk-fi Mailing List",description:"Talk-fi is the official mailing list for the Finnish OSM community"},"fr-facebook":{name:"OpenStreetMap France Facebook page",description:"OpenStreetMap France Facebook page"},"fr-forum":{name:"OpenStreetMap France web forum",description:"OpenStreetMap France web forum"},"fr-irc":{name:"OpenStreetMap France on IRC",description:"Join #osm-fr on irc.oftc.net (port 6667)"},"fr-mailinglist":{name:"Talk-fr Mailing List",description:"Talk-fr mailing list"},"fr-twitter":{name:"OpenStreetMap France on Twitter",description:"OpenStreetMap France on Twitter: {url}"},"de-berlin-mailinglist":{name:"Berlin Mailing List",description:"This is the mailing list for the Berlin OSM community"},"de-berlin-meetup":{name:"OpenStreetMap Berlin-Brandenburg Meetup",description:"Mappers and OpenStreetMap users in the Berlin area"},"de-berlin-telegram":{name:"@osmberlin on Telegram",description:"OpenStreetMap Berlin Telegram chat"},"de-berlin-twitter":{name:"OpenStreetMap Berlin Twitter",description:"Follow us on Twitter: {url}"},"de-forum":{name:"OpenStreetMap DE forum",description:"OpenStreetMap Germany web forum"},"de-irc":{name:"OpenStreetMap Germany IRC",description:"Join #osm-de on irc.oftc.net (port 6667)"},"de-mailinglist":{name:"Talk-de Mailing List",description:"Talk-de is the official mailing list for the German OSM community"},"de-ostwestfalen-lippe-mailinglist":{name:"OWL Mailing List",description:"This is the mailing list for the Ostwestfalen-Lippe OSM community"},"de-telegram":{name:"OpenStreetMap Germany Telegram",description:"Join the OpenStreetMap Germany Telegram supergroup at {url}"},"osm-de":{name:"OpenStreetMap Germany",description:"The platform for information on OpenStreetMap in Germany"},"hu-facebook":{name:"OpenStreetMap HU on Facebook",description:"Mappers and OpenStreetMap Facebook in Hungary"},"hu-forum":{name:"OpenStreetMap HU forum",description:"OpenStreetMap Hungary web forum"},"hu-meetup":{name:"OpenStreetMap Hungary Meetup",description:"The platform for organizing meetups in Hungary"},"it-facebook":{name:"OpenStreetMap Italy Facebook",description:"Join the OpenStreetMap Italy community on Facebook"},"it-irc":{name:"OpenStreetMap Italy IRC",description:"Join #osm-it on irc.oftc.net (port 6667)"},"it-mailinglist":{name:"Talk-it Mailing List",description:"Talk-it is the official mailing list for the Italian OSM community"},"it-telegram":{name:"@OpenStreetMapItalia on Telegram",description:"OpenStreetMap Italy Telegram chat"},"it-twitter":{name:"OpenStreetMap Italy Twitter",description:"Follow us on Twitter at {url}"},"OSM-Rome-meetup":{name:"Incontro Mappatori Romani",description:"Improve OpenStreetMap in the Rome area",extendedDescription:"We aim to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Lazio."},"South-Tyrol-Mailing-List":{name:"OpenStreetMap mailing list for South Tyrol",description:"OpenStreetMap Italy regional talk list for South Tyrol"},"talk-it-lazio":{name:"OpenStreetMap IT Lazio",description:"All are welcome! Sign up at {signupUrl}",extendedDescription:"Mailinglist for Rome and Lazio area."},"Trentino-Mailing-List":{name:"OpenStreetMap mailing list for Trentino",description:"OpenStreetMap Italy regional talk list for Trentino"},"no-forum":{name:"OpenStreetMap Norway Web Forum",description:"OpenStreetMap Norway web forum"},"no-irc":{name:"OpenStreetMap Norway on IRC",description:"Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway"},"no-mailinglist":{name:"OpenStreetMap Norway mailing list",description:"Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway"},"OSM-PL-facebook-group":{name:"OpenStreetMap Poland Facebook group",description:"Group for mappers and users of OpenStreetMap in Poland"},"OSM-PL-forum":{name:"OpenStreetMap Poland Forum",description:"Forum of Polish OpenStreetMap community"},"si-forum":{name:"OpenStreetMap Slovenia Forum",description:"Forum of OpenStreetMap community in Slovenia"},"si-mailinglist":{name:"OpenStreetMap Slovenia mailing list",description:"Mailing list of OpenStreetMap community in Slovenia"},"OSM-ES-mailinglist":{name:"Talk-es mailing list",description:"A mailing list to discuss OpenStreetMap in Spain"},"OSM-ES-telegram":{name:"@OSMes on Telegram",description:"OpenStreetMap Spain Telegram chat"},"osm-se":{name:"OpenStreetMap.se",description:"Provide OSM services and information for the local community in Sweden"},"se-facebook":{name:"OpenStreetMap Sweden Facebook",description:"OpenStreetMap Sweden on Facebook"},"se-forum":{name:"OpenStreetMap Sweden Web Forum",description:"OpenStreetMap Sweden web forum"},"se-irc":{name:"OpenStreetMap Sweden IRC",description:"Join #osm.se on irc.oftc.net (port 6667)"},"se-mailinglist":{name:"Talk-se Mailing List",description:"A mailing list to discuss OpenStreetMap in Sweden"},"se-twitter":{name:"OpenStreetMap Sweden on Twitter",description:"Follow us on Twitter: {url}"},"Nottingham-OSM-pub-meetup":{name:"East Midlands (Nottingham) Monthly pub meet-up",description:"Social gathering for East Midlands mappers and users",extendedDescription:"A group have been meeting since March 2011, initially in Nottingham, and, more recently in Derby, and from time to time elsewhere in the East Midlands. These are social gatherings, but are an excellent place to come and ask specific questions about OSM either in the area or in general. In the summer months we usually do some light mapping for an hour in the vicinity of our meeting place. The group as a whole has a special interest in mapping public rights of way and from time to time has mapping meetings for this purpose."},"gb-mailinglist":{name:"Talk-gb Mailing List",description:"Talk-gb is the main communication forum list for the British (including Northern Ireland) OSM community"},"mappa-mercia-group":{name:"Mappa Mercia local group",description:"A home for OpenStreetMap enthusiasts in the Midlands",extendedDescription:"Mappa Mercia is a project to grow OpenStreetMap in the West Midlands, UK. We run community events, provide training and support local organisations wishing to open up their data."},"gb-irc":{name:"OpenStreetMap United Kingdom IRC",description:"Join #osm-gb on irc.oftc.net (port 6667)",extendedDescription:"Join #osm-gb on irc.oftc.net (port 6667), please be patient and wait for a few minutes if you ask a question"},"OSM-CA-Slack":{name:"OSM-CA Slack",description:"All are welcome! Sign up at {signupUrl}."},"OSM-Vancouver-meetup":{name:"OpenStreetMap Vancouver",description:"Mappers and OpenStreetMap users in the Vancouver, BC area"},"OSM-CU-telegram":{name:"OSM Cuba on Telegram",description:"OpenStreetMap Cuba Telegram chat"},"OSM-NI-telegram":{name:"OSM Nicaragua on Telegram",description:"OpenStreetMap Nicaragua Telegram chat"},"Bay-Area-OpenStreetMappers":{name:"Bay Area OpenStreetMappers",description:"Improve OpenStreetMap in the Bay Area",extendedDescription:"This group is about growing the OpenStreetMap community here in the Bay Area. Our events are open to everyone, from open source enthusiasts, cyclists, GIS professionals, geocachers, and beyond. Anyone and everyone who is interested in maps, map making and free map data is welcome to join our group as well as attend our events."},"Central-Pennsylvania-OSM":{name:"Central Pennsylvania OSM",description:"Online mapping community based out of State College, PA"},"Code-for-San-Jose-Slack":{name:"Code for San Jose Slack",description:"All are welcome! Sign up at {signupUrl}, then join the #osm channel."},"Dallas-Fort-Worth-OSM":{name:"Dallas-Fort Worth OSM",description:"The OpenStreetMap user group for Dallas-Fort Worth",extendedDescription:"Dallas, Fort Worth, and all the cities in between are abounding with creative and tech-savvy people. The vision for this usergroup is to find new ways to use the amazing resource of OSM."},GeoPhilly:{name:"GeoPhilly",description:"Meetup for map enthusiasts in the Philadelphia area",extendedDescription:"GeoPhilly unites developers, geographers, data geeks, open source enthusiasts, civic hackers and map addicts in our shared love of maps and the stories they tell. If you use maps as part of your work or just want to learn more, this is the meetup for you!  Our events aim to be open, friendly, educational and social and range from happy hours to lightning talks or even workshops. Come create a diverse, inspiring geospatial community in the Philadelphia with us!"},MapMinnesota:{name:"MapMinnesota",description:"Mappers and OpenStreetMap enthusiasts in the Twin Cities area",extendedDescription:"Connecting OpenStreetMap enthusiasts in Minnesota and the Twin Cities!"},"Mapping-DC-meetup":{name:"Mapping DC",description:"Improve OpenStreetMap in the DC area",extendedDescription:"We are a group of volunteer mappers who aim to improve the OpenStreetMap in the DC area. We also aim to teach others about the OSM ecosystem, data analytics, cartography, and GIS. We gather every other month at meetups to focus on one area of our city."},"Maptime-ME-meetup":{name:"MaptimeME",description:"Mappers and OpenStreetMap users, around Portland, ME",extendedDescription:"Maptime is, rather literally, time for mapmaking.  Our mission is to open the doors of cartographic possibility to anyone interested by creating a time and space for collaborative learning, exploration, and map creation using mapping tools and technologies."},"us-ma-mailinglist":{name:"Talk-us-massachusetts Mailing List",description:"Email mailing list for the Massachusetts OSM community"},"OpenCleveland-meetup":{name:"Open Cleveland",description:"Improve OpenStreetMap in the Cleveland area",extendedDescription:"Open Geo Cleveland aims to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Northeast Ohio. We're also a maptime chapter =)"},"OSM-Boston":{name:"OpenStreetMap Boston",description:"Mappers and OpenStreetMap users in the Boston area",extendedDescription:"OpenStreetMap is the free and open, wiki-style map of the world, with hundreds of thousands of contributions every day from people like you. Editing the map is simple, and fun! Join us both indoors and outdoors in our effort to create the best map of the Boston area and the rest of the world!"},"OSM-Central-Salish-Sea":{name:"OpenStreetMap Central Salish Sea",description:"Mappers and OpenStreetMap users around Mount Vernon, WA",extendedDescription:"OpenStreetMap is an map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more. We meet all the time to talk maps, make maps and have fun!"},"OSM-Chattanooga":{name:"OSM Chattanooga",description:"The OpenStreetMap user group for Chattanooga"},"OSM-Colorado":{name:"OpenStreetMap Colorado",description:"Mappers and OpenStreetMap users in the state of Colorado, USA",extendedDescription:"OpenStreetMap (OSM) Colorado is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties."},"OSM-NYC":{name:"OpenStreetMap NYC",description:"Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area"},"OSM-Portland-forum":{name:"OpenStreetMap PDX Google Group",description:"Forum and mailing list for OpenStreetMap users in the Portland area",extendedDescription:"This group is to facilitate improvements to OpenStreetMap in the Portland, Oregon area to support applications such as the Open Trip Planner."},"OSM-Portland":{name:"OpenStreetMap Portland",description:"Mappers and OpenStreetMap users in the Portland area",extendedDescription:"OpenStreetMap (OSM) is a map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more, and come join us at a meetup to talk maps, contribute to OSM, and have fun!"},"OSM-Seattle":{name:"OpenStreetMap Seattle",description:"Mappers and OpenStreetMap users in the Seattle area"},"OSM-SoCal":{name:"OpenStreetMap Southern California",description:"Let's have some fun, contribute something to Los Angeles, and learn about mapping!",extendedDescription:"OpenStreetMap (OSM) Southern California is for anyone interested in mapping to get together to work with OpenStreetMap.  OpenStreetMap, the Wikipedia of maps, is a free open-source map of the world being created by more than 1,000,000 volunteers around the globe.  Everyone is welcome.  If you don't know OpenStreetMap, we'll teach you. If you have an idea for a mapping project or even a field trip that the group can do, great!"},"OSM-South-Bay":{name:"OSM South Bay",description:"Map Nights hosted by Code for San Jose",extendedDescription:"Code for San Jose, the local Code for America brigade, hosts monthly Map Nights on Thursday nights in downtown San José. Meet fellow South Bay mappers, help out with local mapping projects, and hear about other civic tech projects. Programming and GIS skills are not required."},"OSM-Tampa-Bay":{name:"OpenStreetMap Tampa Bay",description:"Mappers and OpenStreetMap users in the Tampa Bay area",extendedDescription:"OSM Tampa Bay group for local residents to get together and build out the definitive map of Tampa Bay with OpenStreetMap, the free and editable map of the world.  If you're into maps, data, open source, GPS, hiking, cycling, et cetera, you'll love working with OpenStreetMap -- so join in! We'll get together and map and talk about new topics once-a-month or so."},"OSM-US-Slack":{name:"OpenStreetMap US Slack",description:"All are welcome! Sign up at {signupUrl}"},"OSM-US":{name:"OpenStreetMap US",description:"We help grow and improve OpenStreetMap in the United States.",extendedDescription:"We support OpenStreetMap by holding annual conferences, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap US here: {signupUrl}",events:{sotmus2018:{name:"State of the Map US 2018",description:"Join the OpenStreetMap community at State of the Map US in Detroit, Michigan. Connect with other mappers, businesses, government agencies, and non profits, all collaborating around the free and editable map of the world.",where:"Detroit, Michigan"}}},"OSM-Utah":{name:"OpenStreetMap Utah",description:"Mappers and OpenStreetMap users in the Salt Lake City area",extendedDescription:"Activities may include things like Learn To Map workshops, mapping parties and outdoor data collection. The events will take place in the SLC area, at least initially.  We are looking for seasoned mappers as well as people new to OSM. Join and let's do some mapping!"},"OSM-Wyoming":{name:"OpenStreetMap Wyoming",description:"Mappers and OpenStreetMap users in the state of Wyoming",extendedDescription:"OpenStreetMap (OSM) Wyoming is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties."},"PHXGeo-meetup":{name:"PHXGeo Meetup",description:"Mappers and OpenStreetMap users in the Phoenix, AZ area",extendedDescription:"This is a meetup group for those in the Phoenix area who like maps, GIS, OpenStreetMap, cartography and anything in between."},"PHXGeo-twitter":{name:"PHXGeo Twitter",description:"Follow us on Twitter at {url}"},"Western-Slope-facebook":{name:"Western Slope OSM Facebook",description:"Mappers and OpenStreetMap users around Grand Junction, CO"},"Western-Slope-meetup":{name:"Western Slope OSM Meetup",description:"Mappers and OpenStreetMap users around Grand Junction, CO",extendedDescription:"The goal of this group is to introduce OpenStreetMap to the community, develop a community of mappers, create the most amazing geodata possible using whatever method we can and finally strategize in order to get this data out into our community. Imagine accurate trail signage! Imagine further development of bike paths! Imagine anything you want, that's the joy of OpenStreetMap!"},"Maptime-Australia-Slack":{name:"Maptime Australia Slack",description:"Sign up at {signupUrl}"},"talk-au":{name:"Talk-au Mailing List",description:"Place for Aussie mappers to chat"},"OSM-AR-facebook":{name:"OpenStreetMap Argentina Facebook",description:"Join the OpenStreetMap Argentina community on Facebook",extendedDescription:"News from the local community"},"OSM-AR-forum":{name:"OpenStreetMap Argentina web forum",description:"Join the OpenStreetMap Argentina web forum",extendedDescription:"Ideal for long or important discussions. Slow response time."},"OSM-AR-irc":{name:"OpenStreetMap Argentina IRC",description:"Join #osm-ar on irc.oftc.net (port 6667)",extendedDescription:"You may find the most geeky user in the community."},"OSM-AR-mailinglist":{name:"Talk-ar Mailing List",description:"Historic mailing list. Almost unused today."},"OSM-AR-telegram":{name:"OpenStreetMap Argentina Telegram",description:"Join the OpenStreetMap Argentina community on Telegram",extendedDescription:"The most active channel in the community, ideal for chatting and getting answers to your questions instantly. Everyone is welcome!"},"OSM-AR-twitter":{name:"OpenStreetMap Argentina Twitter",description:"Follow us on Twitter at {url}",extendedDescription:"News from the local community and OpenStreetMap in general."},"OSM-BO-mailinglist":{name:"Talk-bo Mailing List",description:"Talk-bo is the official mailing list for the Bolivian OpenStreetMap community",extendedDescription:"Mapping in Bolivia? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"},"Bahia-telegram":{name:"OpenStreetMap Bahia Telegram Group",description:"Join the OpenStreetMap Bahia community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"DF-telegram":{name:"OpenStreetMap Brasília Telegram Group",description:"Join the OpenStreetMap Brasília community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"OSM-br-mailinglist":{name:"Talk-br Mailing List",description:"A mailing list to discuss OpenStreetMap in Brazil"},"OSM-br-telegram":{name:"OpenStreetMap Brasil Telegram",description:"Join the OpenStreetMap Brasil community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"OSM-br-twitter":{name:"OpenStreetMap Brasil Twitter",description:"Follow us on Twitter at {url}"},"OSM-CL-facebook":{name:"OpenStreetMap Chile Facebook",description:"Join the OpenStreetMap Chile community on Facebook",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"OSM-CL-mailinglist":{name:"Talk-cl Mailing List",description:"A mailing list to discuss OpenStreetMap in Chile"},"OSM-CL-telegram":{name:"OpenStreetMap Chile Telegram",description:"Join the OpenStreetMap Chile community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"},"OSM-CL-twitter":{name:"OpenStreetMap Chile Twitter",description:"Follow us on Twitter at {url}"},"Maptime-Bogota":{name:"Maptime Bogotá",description:"We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.",extendedDescription:"Learn to collect data in the field and digitize onto OpenStreetMap.  It is not necessary to have previous knowledge! You just need the desire to participate, learn, and have fun."},"OSM-CO-facebook":{name:"OpenStreetMap Colombia Facebook",description:"Join the OpenStreetMap Colombia community on Facebook",extendedDescription:"Join the community to learn more about OpenStreetMap. Everyone is welcome!"},"OSM-CO-mailinglist":{name:"Talk-co Mailing List",description:"A mailing list to discuss OpenStreetMap in Colombia"},"OSM-CO-telegram":{name:"OSM Colombia on Telegram",description:"OpenStreetMap Colombia Telegram chat"},"OSM-CO-twitter":{name:"OpenStreetMap Colombia Twitter",description:"Follow us on Twitter at {url}"},"OSM-CO":{name:"OpenStreetMap Colombia",description:"News of the OpenStreetMap Colombia community and the OSMCo Foundation"},"OSM-EC-telegram":{name:"OSM Ecuador on Telegram",description:"OpenStreetMap Ecuador Telegram chat"},"OSM-PY-telegram":{name:"OSM Paraguay on Telegram",description:"OpenStreetMap Paraguay Telegram chat"},"OSM-PE-facebook":{name:"OpenStreetMap Peru Facebook",description:"Join the OpenStreetMap Peru community on Facebook"},"OSM-PE-mailinglist":{name:"Talk-pe Mailing List",description:"The official mailing list for the OpenStreetMap Peru community"},"OSM-PE-matrix":{name:"OpenStreetMap Peru Matrix Chat",description:"Chat with other members of the OpenStreetMap Peru community in Matrix."},"OSM-PE-telegram":{name:"OpenStreetMap Peru Telegram",description:"Join the OpenStreetMap Peru community on Telegram"},"OSM-PE-twitter":{name:"OpenStreetMap Peru Twitter",description:"Follow us on Twitter at {url}"},"OSM-PE":{name:"OpenStreetMap Peru",description:"News and resources for the OpenStreetMap Peru community"},"OSM-Facebook":{name:"OpenStreetMap on Facebook",description:"Like us on Facebook for news and updates about OpenStreetMap."},"OSM-help":{name:"OpenStreetMap Help",description:"Ask a question and get answers on OSM's community-driven question and answer site.",extendedDescription:"{url} is for everyone who needs help with OpenStreetMap.  Whether you are a beginner mapper or have a technical question, we're here to help!"},"OSM-Reddit":{name:"OpenStreetMap on Reddit",description:"/r/openstreetmap/ is a great place to learn more about OpenStreetMap.  Ask us anything!"},"OSM-Telegram":{name:"OpenStreetMap Telegram",description:"Join the OpenStreetMap Telegram global supergroup at {url}"},"OSM-Twitter":{name:"OpenStreetMap Twitter",description:"Follow us on Twitter at {url}"},OSMF:{name:"OpenStreetMap Foundation",description:"OSMF is a UK-based not-for-profit that supports the OpenStreetMap Project",extendedDescription:"OSMF supports the OpenStreetMap by fundraising, maintaining the servers which power OSM, organizing the annual State of the Map conference, and coordinating the volunteers who keep OSM running. You can show your support and have a voice in the direction of OpenStreetMap by joining as an OSMF member here: {signupUrl}",events:{sotm2018:{name:"State of the Map 2018",description:"Join us for 3 days in Milan, Italy for the annual worldwide OpenStreetMap conference, bringing together everyone in the community to socialize, share, and learn.",where:"Milan, Italy"}}}}};
 
-  var features$2 = {cape_coast_gh:{type:"Feature",id:"cape_coast_gh",properties:{},geometry:{type:"Polygon",coordinates:[[[-1.6,5],[-1.6,5.4],[-1,5.4],[-1,5],[-1.6,5]]]}},ghana:{type:"Feature",properties:{},id:"ghana",geometry:{type:"Polygon",coordinates:[[[-3.11256,5.13335],[-2.97215,5.11112],[-2.94811,5.12753],[-2.75757,5.10599],[-2.7253,5.14087],[-2.78641,5.28242],[-2.78297,5.29541],[-2.76993,5.2937],[-2.76546,5.31797],[-2.77748,5.33079],[-2.77319,5.35557],[-2.72495,5.34224],[-2.78023,5.60642],[-2.86022,5.65049],[-2.92889,5.61838],[-2.96631,5.64127],[-2.95292,5.71643],[-3.02639,5.7096],[-3.01987,5.8575],[-3.07411,5.98624],[-3.10226,6.15284],[-3.15514,6.25114],[-3.17574,6.25182],[-3.17162,6.29755],[-3.23753,6.54183],[-3.23341,6.60049],[-3.26157,6.61959],[-3.21007,6.73417],[-3.24028,6.83031],[-2.95326,7.23817],[-2.97558,7.27018],[-2.92236,7.61436],[-2.77611,7.94432],[-2.60513,8.03747],[-2.62985,8.11769],[-2.48978,8.20877],[-2.64221,9.00988],[-2.77679,9.03972],[-2.76581,9.15633],[-2.66968,9.26478],[-2.93884,10.66601],[-2.82898,11.0113],[-0.68939,11.00051],[-0.60974,10.91962],[-0.43121,11.04095],[-0.43396,11.10295],[-0.27843,11.17672],[-0.13424,11.13967],[-0.14214,11.10632],[-0.05905,11.08341],[-0.0388,11.10733],[-0.01339,11.11204],[0.02369,11.05308],[0.03296,10.97793],[-0.00549,10.96411],[-0.02266,10.81914],[-0.07141,10.76856],[-0.07999,10.69806],[-0.05905,10.63294],[0.04257,10.60257],[0.0618,10.56207],[0.14351,10.52629],[0.17097,10.42265],[0.26711,10.41151],[0.28633,10.42096],[0.34264,10.31357],[0.39757,10.31492],[0.39722,10.30546],[0.37148,10.28283],[0.35225,10.10746],[0.41817,10.06487],[0.40924,10.01822],[0.36461,10.03174],[0.34676,9.66506],[0.26779,9.64678],[0.24994,9.44771],[0.42847,9.48564],[0.56168,9.40977],[0.48203,8.80501],[0.3804,8.74122],[0.47653,8.59324],[0.65369,8.49546],[0.65781,8.42347],[0.70862,8.38339],[0.72784,8.28964],[0.60425,8.21693],[0.62004,7.70623],[0.59464,7.70283],[0.5809,7.62253],[0.52322,7.5953],[0.52734,7.45099],[0.56168,7.39243],[0.62759,7.40741],[0.66055,7.30935],[0.59395,7.11248],[0.61317,7.09306],[0.59601,7.00549],[0.52322,6.97823],[0.52322,6.94006],[0.56442,6.92234],[0.53284,6.82962],[0.65094,6.73962],[0.63446,6.63733],[0.74707,6.57048],[0.71411,6.51864],[0.90242,6.33355],[1.00405,6.33543],[1.02516,6.25319],[1.05537,6.22964],[1.1,6.17],[1.2,6.17],[1.2,4],[-3,4.5],[-3.11256,5.13335]]]}},madagascar:{type:"Feature",id:"madagascar",properties:{},geometry:{type:"Polygon",coordinates:[[[51,-15],[47.5,-26],[42,-26],[43.5,-16],[49.5,-11],[51,-15]]]}},BGD:{type:"Feature",id:"BGD",properties:{name:"Bangladesh"},geometry:{type:"Polygon",coordinates:[[[92.67272,22.04124],[92.65226,21.32405],[92.30323,21.47548],[92.36855,20.67088],[92.08289,21.1922],[92.02522,21.70157],[91.83489,22.18294],[91.41709,22.76502],[90.49601,22.80502],[90.58696,22.39279],[90.27297,21.83637],[89.84747,22.03915],[89.70205,21.85712],[89.41886,21.96618],[89.03196,22.05571],[88.87631,22.87915],[88.52977,23.63114],[88.69994,24.23372],[88.08442,24.50166],[88.30637,24.86608],[88.93155,25.23869],[88.20979,25.76807],[88.56305,26.44653],[89.35509,26.01441],[89.83248,25.96508],[89.92069,25.26975],[90.87221,25.1326],[91.7996,25.14743],[92.3762,24.97669],[91.91509,24.13041],[91.46773,24.07264],[91.15896,23.50353],[91.70647,22.98526],[91.86993,23.62435],[92.14603,23.6275],[92.67272,22.04124]]]}},india_full:{type:"Feature",id:"india_full",properties:{name:"India"},geometry:{type:"MultiPolygon",coordinates:[[[[77.83745,35.49401],[78.91227,34.32194],[78.81109,33.5062],[79.20889,32.99439],[79.17613,32.48378],[78.45845,32.61816],[78.73889,31.51591],[79.72137,30.88272],[81.11126,30.18348],[80.47672,29.72987],[80.08843,28.79447],[81.0572,28.41609],[81.99999,27.92548],[83.30425,27.36451],[84.67502,27.2349],[85.25178,26.7262],[86.02439,26.63098],[87.22747,26.3979],[88.06024,26.41462],[88.1748,26.8104],[88.04313,27.44582],[88.12044,27.87654],[88.73033,28.08686],[88.81425,27.29932],[88.83564,27.09897],[89.74453,26.7194],[90.37328,26.87572],[91.21751,26.80865],[92.03348,26.83831],[92.10371,27.45261],[91.69666,27.77174],[92.50312,27.89688],[93.41335,28.64063],[94.56599,29.27744],[95.4048,29.03172],[96.11768,29.4528],[96.58659,28.83098],[96.24883,28.41103],[97.32711,28.26158],[97.40256,27.88254],[97.05199,27.69906],[97.134,27.08377],[96.41937,27.26459],[95.12477,26.57357],[95.15515,26.00131],[94.60325,25.16249],[94.55266,24.67524],[94.10674,23.85074],[93.32519,24.07856],[93.28633,23.04366],[93.06029,22.70311],[93.16613,22.27846],[92.67272,22.04124],[92.14603,23.6275],[91.86993,23.62435],[91.70647,22.98526],[91.15896,23.50353],[91.46773,24.07264],[91.91509,24.13041],[92.3762,24.97669],[91.7996,25.14743],[90.87221,25.1326],[89.92069,25.26975],[89.83248,25.96508],[89.35509,26.01441],[88.56305,26.44653],[88.20979,25.76807],[88.93155,25.23869],[88.30637,24.86608],[88.08442,24.50166],[88.69994,24.23372],[88.52977,23.63114],[88.87631,22.87915],[89.03196,22.05571],[88.88877,21.69059],[88.2085,21.70317],[86.9757,21.49556],[87.03317,20.74331],[86.49935,20.15164],[85.06027,19.47858],[83.94101,18.30201],[83.18922,17.67122],[82.19279,17.01664],[82.19124,16.55666],[81.69272,16.31022],[80.792,15.95197],[80.3249,15.89918],[80.02507,15.13641],[80.23327,13.83577],[80.28629,13.00626],[79.86255,12.05621],[79.858,10.35727],[79.34051,10.30885],[78.88535,9.54614],[79.18972,9.21654],[78.27794,8.93305],[77.94116,8.25296],[77.5399,7.96554],[76.59298,8.89928],[76.13006,10.29963],[75.74647,11.30825],[75.3961,11.78125],[74.86482,12.74194],[74.61672,13.99258],[74.44386,14.61722],[73.5342,15.99065],[73.11991,17.92857],[72.82091,19.20823],[72.82448,20.4195],[72.63053,21.35601],[71.17527,20.75744],[70.47046,20.87733],[69.16413,22.0893],[69.64493,22.45078],[69.3496,22.84318],[68.17664,23.69196],[68.8426,24.35913],[71.04324,24.35652],[70.8447,25.2151],[70.28287,25.72223],[70.16893,26.49187],[69.51439,26.94097],[70.6165,27.9892],[71.77767,27.91318],[72.82375,28.96159],[73.45064,29.97641],[74.42138,30.97981],[74.40593,31.69264],[75.25864,32.2711],[74.45156,32.7649],[74.10429,33.44147],[73.74995,34.3177],[74.2402,34.74889],[75.75706,34.50492],[76.87172,34.65354],[77.83745,35.49401]]]]}},india_puducherry:{type:"Feature",id:"india_puducherry",properties:{name:"Puducherry"},geometry:{type:"Polygon",coordinates:[[[79.87782,12.04973],[79.84726,11.95536],[79.83593,11.90229],[79.81979,11.85761],[79.81464,11.79006],[79.79645,11.7736],[79.77036,11.77191],[79.74564,11.78065],[79.6804,11.7988],[79.61655,11.82434],[79.58702,11.88549],[79.65672,11.93152],[79.64745,11.9594],[79.6423,12.0138],[79.66599,12.03865],[79.72813,12.04201],[79.79885,12.0457],[79.8452,12.05644],[79.87782,12.04973]]]}},IDN:{type:"Feature",id:"IDN",properties:{},geometry:{type:"Polygon",coordinates:[[[109.538,1.92671],[109.58606,1.79192],[109.68554,1.78179],[109.66224,1.61881],[109.82759,1.48148],[109.93117,1.42466],[109.97919,1.29865],[110.09758,1.19756],[110.1922,1.18303],[110.30096,0.99575],[110.39497,0.99668],[110.49064,0.87637],[110.59486,0.858],[110.85815,0.94998],[110.9055,1.02835],[111.19759,1.06475],[111.22607,1.08799],[111.40504,1.0094],[111.48916,1.03442],[111.52219,0.95868],[111.66704,1.04281],[111.82599,0.98538],[111.934,1.10284],[112.13391,1.13752],[112.22581,1.39272],[112.20003,1.43709],[112.5171,1.57395],[112.77536,1.56153],[112.87744,1.58118],[113.05767,1.55877],[113.106,1.44495],[113.35493,1.35908],[113.41908,1.28549],[113.53549,1.32127],[113.63068,1.21597],[113.81508,1.30294],[113.85093,1.38715],[113.97573,1.45005],[114.14945,1.46149],[114.2027,1.4213],[114.41581,1.51111],[114.52646,1.44179],[114.58583,1.44665],[114.61498,1.57508],[114.71115,1.67148],[114.69469,1.81063],[114.74372,1.86954],[114.87834,1.91463],[114.80632,2.02438],[114.78024,2.14454],[114.79949,2.24936],[114.90604,2.25697],[114.95039,2.35132],[115.09508,2.41123],[115.13965,2.4776],[115.23743,2.50599],[115.09278,2.69409],[115.14115,2.74432],[115.11387,2.83327],[115.15001,2.90895],[115.24912,2.9667],[115.48328,3.01964],[115.56423,3.17109],[115.51617,3.26111],[115.53779,3.36201],[115.6344,3.45571],[115.57652,3.6094],[115.57965,3.74752],[115.61864,3.84247],[115.58177,3.88792],[115.64991,3.98828],[115.70731,4.19935],[115.8296,4.24118],[115.8779,4.39102],[116.00607,4.34818],[116.07901,4.27643],[116.18028,4.38255],[116.34851,4.39138],[116.43275,4.32567],[116.53602,4.37566],[116.61942,4.33622],[116.89887,4.36704],[116.97351,4.34488],[117.28899,4.31595],[117.52934,4.1615],[117.8992,4.16585],[117.95861,4.19058],[118.26478,4.09696],[127.3,5.2],[129,2.7],[141,-2.4],[141,-6.3],[140.83,-6.7],[141.02,-6.95],[141.02,-9.5],[128.5,-9.5],[127.3,-8.2],[125,-8.5],[123.96,-9.2],[124.11,-9.42],[124.22,-9.37],[124.269,-9.4],[124.287,-9.5],[124.358,-9.48564],[124.355,-9.43281],[124.383,-9.361],[124.444,-9.31899],[124.48,-9.15],[124.95,-8.9],[124.94064,-9.03565],[124.99695,-9.06413],[125.11368,-8.98275],[125.18234,-9.03293],[125.18234,-9.17396],[124.98459,-9.19429],[124.99283,-9.28646],[125.04913,-9.33254],[125.16,-9.7],[123,-11.4],[100,-7],[93.5,6.3],[96.6,6.1],[103,1.4],[103.75,1.14],[103.9,1.2],[104.5,1.3],[105,3],[108,5.1],[109.64501,2.08141],[109.62041,1.98321],[109.538,1.92671]]]}},japan:{type:"Feature",id:"japan",properties:{},geometry:{type:"Polygon",coordinates:[[[141.11938,45.69083],[142.28497,45.56863],[145.39307,44.48867],[145.57983,44.11125],[145.27222,43.79291],[145.47821,43.46289],[145.68695,43.4589],[145.91217,43.39108],[145.44903,42.69934],[143.91094,41.8376],[142.48272,39.3181],[142.1751,38.15265],[141.38409,35.69383],[140.94463,35.21056],[140.55908,32.1198],[139.38457,31.87843],[138.98907,33.1752],[138.01025,34.29807],[135.99976,33.17434],[133.53882,32.71336],[132.48516,32.06483],[131.56128,31.04352],[131.03497,29.53613],[129.94629,27.50827],[127.78301,25.4442],[126.47461,25.42343],[125.86487,24.52713],[124.92657,23.88678],[123.37921,23.82053],[122.67883,24.31456],[122.7293,24.64795],[124.67834,25.02588],[125.36602,25.52354],[126.24493,26.35342],[127.56329,27.13828],[128.57403,28.73003],[128.74981,31.46703],[128.36426,32.62087],[128.92559,33.76174],[129.21021,34.62417],[129.56177,34.84086],[136.69739,37.9312],[139.1209,38.85762],[139.04297,42.04929],[140.13165,43.58114],[140.5711,45.64549],[141.11938,45.69083]]]}},korea:{type:"Feature",id:"korea",properties:{},geometry:{type:"Polygon",coordinates:[[[125,33],[124,39.5],[124.38171,40.12429],[124.87061,40.47202],[126.04614,40.95294],[126.60095,41.57231],[126.90308,41.79179],[127.24915,41.50446],[128.19397,41.41802],[128.28186,41.56614],[128.0127,42.0097],[128.8751,42.04521],[129.2926,42.43967],[129.67438,42.45589],[129.87762,43],[130.19348,42.92023],[130.31433,42.66224],[130.50385,42.59555],[130.68237,42.2895],[131.3,36.6],[127.3,33],[125,33]]]}},malaysia:{type:"Feature",id:"malaysia",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[109.538,1.92671],[109.62041,1.98321],[109.64501,2.08141],[113.8,4.8],[114.26015,4.50701],[114.33278,4.34889],[114.31645,4.26363],[114.45418,4.24183],[114.49579,4.14668],[114.6492,4.00624],[114.80762,4.14929],[114.85775,4.26957],[114.87758,4.42656],[114.82955,4.42966],[114.80229,4.67536],[114.85851,4.79751],[114.97133,4.80824],[115.02238,4.74977],[115.09879,4.4685],[115.15547,4.38302],[115.24582,4.34118],[115.28924,4.60384],[115.2375,4.79584],[115.15038,4.87204],[115.15825,5.02512],[115,5.3],[116.9,7.6],[117.5,7.4],[119.35011,5.53088],[119.43909,5.11578],[118.83773,4.45269],[118.26478,4.09696],[117.95861,4.19058],[117.8992,4.16585],[117.52934,4.1615],[117.28899,4.31595],[116.97351,4.34488],[116.89887,4.36704],[116.61942,4.33622],[116.53602,4.37566],[116.43275,4.32567],[116.34851,4.39138],[116.18028,4.38255],[116.07901,4.27643],[116.00607,4.34818],[115.8779,4.39102],[115.8296,4.24118],[115.70731,4.19935],[115.64991,3.98828],[115.58177,3.88792],[115.61864,3.84247],[115.57965,3.74752],[115.57652,3.6094],[115.6344,3.45571],[115.53779,3.36201],[115.51617,3.26111],[115.56423,3.17109],[115.48328,3.01964],[115.24912,2.9667],[115.15001,2.90895],[115.11387,2.83327],[115.14115,2.74432],[115.09278,2.69409],[115.23743,2.50599],[115.13965,2.4776],[115.09508,2.41123],[114.95039,2.35132],[114.90604,2.25697],[114.79949,2.24936],[114.78024,2.14454],[114.80632,2.02438],[114.87834,1.91463],[114.74372,1.86954],[114.69469,1.81063],[114.71115,1.67148],[114.61498,1.57508],[114.58583,1.44665],[114.52646,1.44179],[114.41581,1.51111],[114.2027,1.4213],[114.14945,1.46149],[113.97573,1.45005],[113.85093,1.38715],[113.81508,1.30294],[113.63068,1.21597],[113.53549,1.32127],[113.41908,1.28549],[113.35493,1.35908],[113.106,1.44495],[113.05767,1.55877],[112.87744,1.58118],[112.77536,1.56153],[112.5171,1.57395],[112.20003,1.43709],[112.22581,1.39272],[112.13391,1.13752],[111.934,1.10284],[111.82599,0.98538],[111.66704,1.04281],[111.52219,0.95868],[111.48916,1.03442],[111.40504,1.0094],[111.22607,1.08799],[111.19759,1.06475],[110.9055,1.02835],[110.85815,0.94998],[110.59486,0.858],[110.49064,0.87637],[110.39497,0.99668],[110.30096,0.99575],[110.1922,1.18303],[110.09758,1.19756],[109.97919,1.29865],[109.93117,1.42466],[109.82759,1.48148],[109.66224,1.61881],[109.68554,1.78179],[109.58606,1.79192],[109.538,1.92671]]],[[[99.45833,6.30667],[99.51167,6.48167],[99.68908,6.47146],[99.91691,6.5233],[100.07588,6.40615],[100.15906,6.48065],[100.17157,6.69376],[100.32605,6.6597],[100.36648,6.53967],[100.4962,6.52128],[100.66237,6.45103],[100.73937,6.49207],[100.81258,6.44219],[100.83515,6.29654],[100.90398,6.23379],[100.98414,6.27884],[101.0943,6.26044],[101.12667,6.19264],[101.0868,5.9109],[101.03707,5.91804],[100.98946,5.78393],[101.1192,5.67031],[101.25999,5.71155],[101.27615,5.81155],[101.39691,5.87241],[101.48454,5.86993],[101.58131,5.93436],[101.66236,5.86871],[101.69082,5.75576],[101.79332,5.75066],[101.94402,5.87247],[101.94265,5.98109],[102.05204,6.0785],[102.08029,6.22537],[102.2,6.5],[103.6,5.8],[104.8,2.5],[104.5,1.5],[104.31571,1.28352],[104.12518,1.27582],[104.07647,1.43092],[103.89786,1.42794],[103.81267,1.47847],[103.67389,1.42814],[103.56667,1.1955],[103,1.325],[99,4.5],[99.45833,6.30667]]]]}},MNG:{type:"Feature",id:"MNG",properties:{name:"Mongolia"},geometry:{type:"Polygon",coordinates:[[[87.75126,49.2972],[88.80557,49.47052],[90.71367,50.33181],[92.23471,50.80217],[93.10422,50.49529],[94.14757,50.48054],[94.81595,50.01343],[95.81403,49.97747],[97.25973,49.72606],[98.23176,50.4224],[97.82574,51.011],[98.86149,52.04737],[99.98173,51.63401],[100.88948,51.51686],[102.06522,51.25992],[102.25591,50.51056],[103.67655,50.08997],[104.62155,50.27533],[105.88659,50.40602],[106.8888,50.2743],[107.86818,49.79371],[108.47517,49.28255],[109.40245,49.29296],[110.66201,49.13013],[111.58123,49.37797],[112.89774,49.54357],[114.36246,50.2483],[114.96211,50.14025],[115.4857,49.80518],[116.6788,49.88853],[116.1918,49.1346],[115.48528,48.13538],[115.74284,47.72655],[116.30895,47.85341],[117.29551,47.69771],[118.06414,48.06673],[118.86657,47.74706],[119.77282,47.04806],[119.66327,46.69268],[118.87433,46.80541],[117.4217,46.67273],[116.71787,46.3882],[115.9851,45.72724],[114.46033,45.33982],[113.46391,44.80889],[112.43606,45.01165],[111.87331,45.10208],[111.34838,44.45744],[111.66774,44.07318],[111.82959,43.74312],[111.12968,43.40683],[110.4121,42.87123],[109.2436,42.51945],[107.74477,42.48152],[106.12932,42.13433],[104.96499,41.59741],[104.52228,41.90835],[103.31228,41.90747],[101.83304,42.51487],[100.84587,42.6638],[99.51582,42.52469],[97.45176,42.74889],[96.3494,42.72563],[95.76246,43.31945],[95.30688,44.24133],[94.68893,44.35233],[93.48073,44.97547],[92.13389,45.11508],[90.94554,45.28607],[90.58577,45.71972],[90.97081,46.88815],[90.28083,47.69355],[88.8543,48.06908],[88.01383,48.59946],[87.75126,49.2972]]]}},MMR:{type:"Feature",id:"MMR",properties:{name:"Myanmar"},geometry:{type:"Polygon",coordinates:[[[92.10937,20.85881],[92.3291,21.49396],[92.68066,21.28937],[92.63672,22.08564],[92.98828,22.06528],[93.18604,22.22809],[93.14209,23.09994],[93.38379,23.22115],[93.36182,24.1267],[94.19678,23.92601],[94.70215,25.04579],[94.57031,25.26457],[95.20752,26.03704],[95.05371,26.49024],[97.66846,28.51697],[98.65723,27.50827],[98.56934,25.85922],[97.62451,24.8665],[97.73438,23.88584],[98.83301,24.14675],[98.85498,23.18076],[99.49219,23.05952],[99.1626,22.04491],[100.0415,21.96342],[100.32715,21.49396],[101.09619,21.71868],[101.16211,21.41216],[99.99756,20.36523],[97.91016,19.49766],[97.53662,18.29195],[98.83301,16.21467],[98.50342,15.32657],[98.21777,15.11455],[98.65723,14.24309],[99.18457,13.66734],[99.22852,12.85465],[99.66797,11.65224],[98.4375,9.90392],[97.77832,14.34955],[97.00928,16.80454],[95.42725,15.55954],[94.021,16.04581],[94.21875,18.0832],[92.10937,20.85881]]]}},NPL:{type:"Feature",id:"NPL",properties:{name:"Nepal"},geometry:{type:"Polygon",coordinates:[[[88.12044,27.87654],[88.04313,27.44582],[88.1748,26.8104],[88.06024,26.41462],[87.22747,26.3979],[86.02439,26.63098],[85.25178,26.7262],[84.67502,27.2349],[83.30425,27.36451],[81.99999,27.92548],[81.0572,28.41609],[80.08843,28.79447],[80.47672,29.72987],[81.11126,30.18348],[81.5258,30.42272],[82.32751,30.11527],[83.33711,29.46373],[83.89899,29.32023],[84.23458,28.83989],[85.01164,28.64277],[85.82332,28.20358],[86.95452,27.97426],[88.12044,27.87654]]]}},philippines:{type:"Feature",id:"philippines",properties:{},geometry:{type:"Polygon",coordinates:[[[114.93896,8.23324],[122.01416,21.71868],[127.6062,7.39515],[125.50781,5.14566],[118.89954,4.41761],[119.49829,5.28789],[117.53174,7.39515],[114.93896,8.23324]]]}},russia:{type:"Feature",id:"russia",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[22.7311,54.32754],[20.89224,54.31253],[19.66064,54.42608],[19.88848,54.86616],[21.26845,55.19048],[22.31572,55.0153],[22.75776,54.85657],[22.65105,54.58274],[22.7311,54.32754]]],[[[-180,83],[-169,66.5],[-171,64],[-180,64],[-180,83]]],[[[180,83],[180,64.97971],[179.99281,64.97433],[178.7072,64.53493],[177.41128,64.60821],[178.313,64.07593],[178.90825,63.25197],[179.37034,62.98262],[179.48636,62.56894],[179.22825,62.3041],[177.3643,62.5219],[174.56929,61.76915],[173.68013,61.65261],[172.15,60.95],[170.6985,60.33618],[170.33085,59.88177],[168.90046,60.57355],[166.29498,59.78855],[165.84,60.16],[164.87674,59.7316],[163.53929,59.86871],[163.21711,59.21101],[162.01733,58.24328],[162.05297,57.83912],[163.19191,57.61503],[163.05794,56.15924],[162.12958,56.12219],[161.70146,55.28568],[162.11749,54.85514],[160.36877,54.34433],[160.02173,53.20257],[158.53094,52.95868],[158.23118,51.94269],[156.78979,51.01105],[156.42,51.7],[155.99182,53.15895],[155.43366,55.38103],[155.91442,56.76792],[156.75815,57.3647],[156.81035,57.83204],[158.36433,58.05575],[160.15064,59.31477],[161.87204,60.343],[163.66969,61.1409],[164.47355,62.55061],[163.25842,62.46627],[162.65791,61.6425],[160.12148,60.54423],[159.30232,61.77396],[156.72068,61.43442],[154.21806,59.75818],[155.04375,59.14495],[152.81185,58.88385],[151.26573,58.78089],[151.33815,59.50396],[149.78371,59.65573],[148.54481,59.16448],[145.48722,59.33637],[142.19782,59.03998],[138.95848,57.08805],[135.12619,54.72959],[136.70171,54.60355],[137.19342,53.97732],[138.1647,53.75501],[138.80463,54.25455],[139.90151,54.18968],[141.34531,53.08957],[141.37923,52.23877],[140.59742,51.23967],[140.51308,50.04553],[140.06193,48.44671],[138.55472,46.99965],[138.21971,46.30795],[136.86232,45.1435],[135.51535,43.989],[134.86939,43.39821],[133.53687,42.81147],[132.90627,42.79849],[132.27807,43.28456],[130.93587,42.55274],[130.78,42.22],[130.64,42.395],[130.63387,42.90302],[131.14469,42.92999],[131.28856,44.11152],[131.02519,44.96796],[131.88345,45.32116],[133.09712,45.14409],[133.76964,46.11693],[134.11235,47.21248],[134.50081,47.57845],[135.02631,48.47823],[133.3736,48.18344],[132.50669,47.78896],[130.98726,47.79013],[130.58229,48.72969],[129.39782,49.4406],[127.6574,49.76027],[127.28746,50.7398],[126.93916,51.35389],[126.5644,51.78426],[125.94635,52.7928],[125.06821,53.16105],[123.57147,53.4588],[122.24575,53.43173],[121.00308,53.2514],[120.17709,52.75389],[120.72579,52.51623],[120.7382,51.96411],[120.18208,51.64355],[119.27939,50.58292],[119.28846,50.14288],[117.87924,49.51098],[116.6788,49.88853],[115.4857,49.80518],[114.96211,50.14025],[114.36246,50.2483],[112.89774,49.54357],[111.58123,49.37797],[110.66201,49.13013],[109.40245,49.29296],[108.47517,49.28255],[107.86818,49.79371],[106.8888,50.2743],[105.88659,50.40602],[104.62158,50.27532],[103.67655,50.08997],[102.25589,50.51056],[102.06521,51.25991],[100.88948,51.51686],[99.98173,51.63401],[98.86149,52.04737],[97.82574,51.011],[98.23176,50.4224],[97.25976,49.72605],[95.81402,49.97746],[94.81595,50.01343],[94.14757,50.48054],[93.10421,50.49529],[92.23471,50.80217],[90.71367,50.33181],[88.80557,49.47052],[87.75126,49.2972],[87.35997,49.21498],[86.82936,49.82668],[85.54127,49.69286],[85.11556,50.1173],[84.41638,50.3114],[83.93511,50.88925],[83.383,51.06918],[81.94599,50.8122],[80.56845,51.38834],[80.03556,50.86475],[77.80092,53.40442],[76.52518,54.177],[76.8911,54.49052],[74.38482,53.54685],[73.42568,53.48981],[73.50852,54.03562],[72.22415,54.37665],[71.18013,54.13329],[70.86527,55.16973],[69.06817,55.38525],[68.1691,54.97039],[65.66687,54.60125],[65.17853,54.35423],[61.4366,54.00625],[60.97807,53.66499],[61.69999,52.98],[60.73999,52.71999],[60.92727,52.44755],[59.96753,51.96042],[61.588,51.27266],[61.33742,50.79907],[59.93281,50.84219],[59.64228,50.54544],[58.36332,51.06364],[56.77798,51.04355],[55.71694,50.62171],[54.53288,51.02624],[52.32872,51.71865],[50.76665,51.69276],[48.70238,50.60513],[48.57784,49.87476],[47.54948,50.4547],[46.7516,49.35601],[47.04367,49.15204],[46.46645,48.39415],[47.31524,47.71585],[48.05725,47.74377],[48.69473,47.07563],[48.59325,46.56104],[49.10116,46.39933],[48.64541,45.80629],[47.67591,45.64149],[46.68201,44.6092],[47.59094,43.66016],[47.49252,42.98658],[48.58437,41.80888],[47.98728,41.40582],[47.81567,41.15142],[47.37331,41.21973],[46.68607,41.82714],[46.40495,41.86068],[45.7764,42.09244],[45.47028,42.50278],[44.53762,42.71199],[43.93121,42.55496],[43.75599,42.74083],[42.3944,43.2203],[40.92219,43.38215],[40.07697,43.5531],[39.95501,43.435],[38.68,44.28],[37.53912,44.65721],[36.67546,45.24469],[37.40317,45.40451],[38.23295,46.24087],[37.67372,46.63657],[39.14767,47.04475],[39.1212,47.26336],[38.22354,47.10219],[38.25511,47.5464],[38.77057,47.82562],[39.73828,47.89894],[39.89562,48.23241],[39.67465,48.78382],[40.08079,49.30743],[40.06904,49.60105],[38.59499,49.92646],[38.01063,49.91566],[37.39346,50.38395],[36.62617,50.22559],[35.35612,50.5772],[35.37791,50.77394],[35.02218,51.20757],[34.22482,51.25599],[34.14198,51.56641],[34.39173,51.76888],[33.7527,52.33508],[32.71576,52.23846],[32.41206,52.28869],[32.15944,52.06125],[31.78597,52.10168],[31.54002,52.74205],[31.3052,53.074],[31.49764,53.16743],[32.30452,53.13273],[32.69364,53.35142],[32.4056,53.61805],[31.73127,53.79403],[31.79142,53.97464],[31.38447,54.15706],[30.75753,54.81177],[30.97184,55.08155],[30.87391,55.55098],[29.89629,55.78946],[29.37157,55.67009],[29.22951,55.91834],[28.17671,56.16913],[27.85528,56.75933],[27.77002,57.24426],[27.28818,57.47453],[27.71669,57.7919],[27.42015,58.72457],[28.1317,59.30083],[27.98112,59.47537],[29.1177,60.02805],[28.07,60.50352],[30.21111,61.78003],[31.13999,62.35769],[31.51609,62.86769],[30.03587,63.55281],[30.44468,64.20445],[29.54443,64.94867],[30.21765,65.80598],[29.05459,66.94429],[29.97743,67.6983],[28.44594,68.36461],[28.59193,69.06478],[35,71],[40,83],[180,83]]]]}},LKA:{type:"Feature",id:"LKA",properties:{name:"Sri Lanka"},geometry:{type:"Polygon",coordinates:[[[81.78796,7.52306],[81.63732,6.48177],[81.21802,6.19714],[80.34836,5.96837],[79.87247,6.76346],[79.69517,8.20084],[80.1478,9.82408],[80.83882,9.26843],[81.30432,8.56421],[81.78796,7.52306]]]}},taiwan:{type:"Feature",id:"taiwan",properties:{},geometry:{type:"Polygon",coordinates:[[[119,23.5],[121.7,26],[122.5,25.5],[121.8,21.8],[120,21.5],[119,23.5]]]}},thailand_cnx:{type:"Feature",id:"thailand_cnx",properties:{},geometry:{type:"Polygon",coordinates:[[[98.4375,18.2319],[98.4375,19.2255],[99.5306,19.2255],[99.5306,18.2319],[98.4375,18.2319]]]}},thailand_full:{type:"Feature",id:"thailand_full",properties:{},geometry:{type:"Polygon",coordinates:[[[97.50366,8.39358],[97.7124,9.60075],[99.47021,11.8566],[98.05298,14.84923],[98.32764,16.15137],[97.21802,18.39623],[97.38281,19.73568],[100.2832,20.66363],[101.37085,19.69431],[101.40381,18.27109],[104.08447,18.58377],[105.76538,16.06693],[105.52368,14.15788],[102.854,13.82741],[103.00781,11.69527],[102.12891,5.81276],[101.11542,5.4875],[100.66498,6.42448],[99.13788,6.34806],[97.50366,8.39358]]]}},"al-tirana":{type:"Feature",id:"al-tirana",properties:{},geometry:{type:"Polygon",coordinates:[[[19.77796,41.36244],[19.78028,41.36267],[19.78123,41.36014],[19.78004,41.35915],[19.78099,41.35803],[19.77752,41.35682],[19.78082,41.35409],[19.77658,41.35122],[19.78029,41.34936],[19.7832,41.35026],[19.7899,41.34976],[19.79536,41.34793],[19.80046,41.3502],[19.81074,41.35213],[19.81874,41.35044],[19.82238,41.35173],[19.83428,41.35186],[19.84174,41.35434],[19.84682,41.3589],[19.84829,41.35842],[19.85095,41.36008],[19.85159,41.35903],[19.8561,41.35843],[19.85488,41.3545],[19.85784,41.35167],[19.85518,41.35228],[19.85275,41.35145],[19.85276,41.34956],[19.85151,41.34955],[19.85462,41.34419],[19.85876,41.33995],[19.8642,41.33947],[19.86465,41.33789],[19.86829,41.33772],[19.86999,41.33882],[19.87262,41.33794],[19.87259,41.33606],[19.87543,41.3355],[19.87644,41.33126],[19.87554,41.33042],[19.87232,41.33102],[19.87095,41.32999],[19.86659,41.33088],[19.86535,41.32664],[19.86164,41.32543],[19.85813,41.3214],[19.85489,41.32066],[19.85575,41.31876],[19.84532,41.314],[19.84458,41.31212],[19.85095,41.30156],[19.84975,41.29748],[19.8457,41.29559],[19.83906,41.29791],[19.82955,41.29568],[19.82738,41.29791],[19.82504,41.29827],[19.82605,41.29986],[19.82333,41.30509],[19.82032,41.30525],[19.81821,41.3037],[19.81168,41.30787],[19.81162,41.31002],[19.80709,41.31302],[19.79827,41.31487],[19.79767,41.31238],[19.79374,41.313],[19.78954,41.31035],[19.7852,41.31117],[19.78057,41.3142],[19.77976,41.31244],[19.78765,41.30887],[19.78369,41.30473],[19.77721,41.30247],[19.77515,41.30039],[19.77077,41.30363],[19.76019,41.29972],[19.75706,41.30651],[19.75854,41.30874],[19.75473,41.31208],[19.75643,41.31314],[19.75571,41.31548],[19.76586,41.3199],[19.76813,41.32266],[19.77017,41.32139],[19.76811,41.31882],[19.76922,41.31754],[19.77559,41.31854],[19.77323,41.32284],[19.77378,41.32422],[19.77893,41.32349],[19.77968,41.32518],[19.78451,41.32399],[19.78734,41.32541],[19.78321,41.33328],[19.78343,41.33578],[19.77659,41.33783],[19.78083,41.34567],[19.76839,41.35239],[19.75832,41.35489],[19.76053,41.35931],[19.75484,41.3598],[19.75767,41.36542],[19.76169,41.36185],[19.76434,41.36249],[19.76411,41.36393],[19.76775,41.36369],[19.76857,41.36459],[19.77145,41.364],[19.77204,41.36125],[19.77796,41.36244]]]}},albania:{type:"Feature",id:"albania",properties:{},geometry:{type:"Polygon",coordinates:[[[19.39087,41.86138],[19.40186,42.09007],[19.27002,42.18376],[19.69849,42.67436],[19.81384,42.46399],[20.07202,42.55713],[20.25879,42.33824],[20.34668,42.32606],[20.51697,42.23665],[20.61584,41.92272],[20.52795,41.71803],[20.56091,41.57847],[20.44556,41.54559],[20.56091,41.40566],[20.50049,41.3397],[20.58289,41.09177],[20.65979,41.07521],[20.71472,40.90521],[20.95642,40.92181],[20.98389,40.7431],[21.07178,40.60978],[20.95093,40.47202],[20.85205,40.47202],[20.68726,40.10329],[20.43457,40.07387],[20.33569,39.99396],[20.43457,39.82119],[20.38513,39.77899],[20.28625,39.8001],[20.31921,39.72831],[20.20386,39.63954],[19.97314,39.69451],[20.0116,39.86759],[19.86328,40.04444],[19.35791,40.2921],[19.25354,40.51798],[19.4458,40.3298],[19.50073,40.43859],[19.31396,40.65564],[19.41833,40.90936],[19.53918,40.92181],[19.4458,41.00063],[19.43481,41.15384],[19.50623,41.2489],[19.4458,41.32733],[19.41284,41.4139],[19.51721,41.52092],[19.45129,41.60312],[19.52271,41.57847],[19.58862,41.62366],[19.59961,41.7836],[19.39087,41.86138]]]}},austria:{type:"Feature",id:"austria",properties:{},geometry:{type:"Polygon",coordinates:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]]}},graz:{type:"Feature",id:"graz",properties:{},geometry:{type:"Polygon",coordinates:[[[15.26276,46.94182],[15.26276,47.16918],[15.62943,47.16918],[15.62943,46.94182],[15.26276,46.94182]]]}},belarus:{type:"Feature",id:"belarus",properties:{},geometry:{type:"Polygon",coordinates:[[[23.19351,52.37811],[23.38715,52.57134],[23.67554,52.61806],[23.87329,52.72215],[23.75656,53.20027],[23.42148,53.83956],[23.43521,53.97467],[24.33609,53.99082],[24.73022,54.03762],[24.70825,54.16967],[24.95682,54.18253],[25.48004,54.37176],[25.63385,54.95239],[26.53748,55.24468],[26.27655,55.26973],[26.48804,55.71009],[26.89728,55.87993],[27.56195,55.82597],[27.56195,55.97226],[27.98218,56.20976],[29.64935,55.96304],[30.28107,55.89303],[30.95398,55.64815],[31.20941,54.67065],[32.47009,53.7617],[32.83539,53.3866],[32.22839,53.02635],[31.51978,53.16159],[31.84662,52.06262],[30.8139,51.93411],[30.4953,51.21032],[27.71301,51.46085],[25.85083,51.88666],[24.5874,51.81541],[23.51898,51.41634],[23.45581,51.99841],[23.15918,52.1874],[23.19351,52.37811]]]}},belgium:{type:"Feature",id:"belgium",properties:{},geometry:{type:"Polygon",coordinates:[[[3.08167,51.55146],[3.30963,51.43346],[3.36834,51.36996],[3.37761,51.35956],[3.37589,51.34841],[3.38482,51.34337],[3.38722,51.33887],[3.38688,51.33286],[3.36096,51.31527],[3.3819,51.30207],[3.37641,51.29928],[3.36782,51.29681],[3.38293,51.28726],[3.38327,51.2806],[3.37915,51.27824],[3.38121,51.27598],[3.39031,51.27416],[3.39598,51.26686],[3.40439,51.26449],[3.40937,51.25923],[3.41795,51.26127],[3.42138,51.25848],[3.4267,51.25482],[3.42894,51.24709],[3.44679,51.24279],[3.52592,51.24677],[3.51425,51.2878],[3.52927,51.28935],[3.53434,51.28474],[3.53811,51.28479],[3.54266,51.29177],[3.55717,51.29187],[3.5588,51.2959],[3.56163,51.29644],[3.56489,51.29569],[3.5727,51.29225],[3.57253,51.29107],[3.57571,51.28946],[3.57905,51.28951],[3.58206,51.28876],[3.58214,51.29247],[3.58618,51.29316],[3.58026,51.29869],[3.58987,51.30663],[3.62626,51.29413],[3.64145,51.28914],[3.64411,51.29069],[3.6581,51.29096],[3.6781,51.28345],[3.67905,51.28168],[3.69063,51.28173],[3.69424,51.27668],[3.71801,51.27217],[3.71827,51.27368],[3.72273,51.274],[3.75054,51.27061],[3.75286,51.27104],[3.75681,51.26986],[3.76342,51.26261],[3.76848,51.26106],[3.77123,51.26218],[3.77355,51.2646],[3.79698,51.25665],[3.79071,51.24553],[3.79063,51.21608],[3.80453,51.2143],[3.80796,51.21398],[3.82479,51.21086],[3.8356,51.21516],[3.85225,51.21484],[3.85895,51.21291],[3.89002,51.22473],[3.89568,51.21968],[3.89482,51.2143],[3.88298,51.20764],[3.88762,51.20301],[3.89345,51.20527],[3.89929,51.20398],[3.91542,51.20989],[3.91388,51.21764],[3.92349,51.21989],[3.93105,51.22194],[3.9374,51.21398],[3.94323,51.21721],[3.95748,51.21764],[3.96023,51.22527],[3.97654,51.22667],[3.9846,51.2357],[3.99473,51.23914],[4.00469,51.24311],[4.01636,51.24623],[4.03851,51.24687],[4.04125,51.24397],[4.05842,51.24505],[4.06082,51.24773],[4.16365,51.29391],[4.23815,51.35345],[4.22373,51.35881],[4.21686,51.36878],[4.21635,51.37435],[4.33685,51.37842],[4.34235,51.35988],[4.35093,51.35967],[4.36861,51.35795],[4.38543,51.35592],[4.39505,51.35753],[4.42114,51.36707],[4.42818,51.36642],[4.42337,51.37242],[4.42904,51.37521],[4.38852,51.40702],[4.38097,51.42137],[4.38904,51.42597],[4.39093,51.43304],[4.3935,51.43486],[4.39161,51.44416],[4.37891,51.44502],[4.37719,51.44716],[4.38131,51.45165],[4.38509,51.4508],[4.44157,51.47005],[4.46354,51.4723],[4.47487,51.47978],[4.48654,51.4786],[4.53856,51.48416],[4.55074,51.47283],[4.53238,51.44877],[4.53701,51.42522],[4.57512,51.43411],[4.63469,51.42651],[4.64087,51.42372],[4.65048,51.42747],[4.6673,51.42779],[4.66473,51.44556],[4.69236,51.45326],[4.70146,51.46845],[4.71416,51.47026],[4.71519,51.47304],[4.72781,51.48486],[4.74524,51.48988],[4.74721,51.49368],[4.74781,51.49651],[4.75047,51.49945],[4.75648,51.50196],[4.77253,51.50682],[4.79485,51.5034],[4.82025,51.49784],[4.82643,51.48609],[4.84737,51.48352],[4.84291,51.46449],[4.84909,51.46085],[4.84463,51.4478],[4.83089,51.44438],[4.83742,51.42683],[4.8563,51.41805],[4.88171,51.43325],[4.91741,51.4127],[4.93389,51.42083],[4.90162,51.44053],[4.9387,51.46192],[4.97646,51.44545],[5.02419,51.48523],[5.03225,51.48919],[5.04187,51.4878],[5.04135,51.48053],[5.04856,51.47433],[5.08032,51.47475],[5.10658,51.43047],[5.07294,51.39358],[5.11765,51.36149],[5.12074,51.35592],[5.13268,51.3475],[5.13525,51.31608],[5.1622,51.31135],[5.17241,51.31688],[5.19001,51.32069],[5.19585,51.32123],[5.19988,51.32348],[5.24331,51.30594],[5.2276,51.26841],[5.23842,51.26208],[5.26357,51.26782],[5.29584,51.26267],[5.31567,51.26449],[5.33755,51.26428],[5.34107,51.26686],[5.34399,51.27309],[5.34554,51.27668],[5.4172,51.2632],[5.43222,51.27706],[5.43806,51.27695],[5.44132,51.2827],[5.46398,51.28549],[5.47608,51.29209],[5.47608,51.29536],[5.48226,51.29923],[5.48201,51.301],[5.51625,51.29612],[5.52011,51.28957],[5.54363,51.27298],[5.55711,51.26718],[5.55874,51.2631],[5.55745,51.25316],[5.55651,51.24472],[5.56131,51.22301],[5.63667,51.20355],[5.65401,51.19812],[5.65513,51.1936],[5.65212,51.1929],[5.65753,51.1865],[5.66834,51.18671],[5.67624,51.18548],[5.67761,51.18435],[5.6856,51.18542],[5.68946,51.18623],[5.69815,51.1842],[5.70201,51.18397],[5.70165,51.18275],[5.70645,51.18248],[5.70815,51.18223],[5.70987,51.1812],[5.71431,51.1839],[5.7177,51.18475],[5.72948,51.18601],[5.73031,51.18553],[5.73274,51.18564],[5.73274,51.18615],[5.7345,51.18657],[5.73993,51.18757],[5.74576,51.19032],[5.75769,51.18618],[5.75821,51.1851],[5.76731,51.18413],[5.77821,51.1787],[5.77477,51.17337],[5.7801,51.17289],[5.78078,51.17208],[5.77992,51.17052],[5.77673,51.1702],[5.77585,51.17028],[5.77321,51.16967],[5.77274,51.16925],[5.77192,51.16924],[5.77093,51.1698],[5.76993,51.16905],[5.77059,51.16458],[5.77383,51.16453],[5.77385,51.16558],[5.77638,51.16565],[5.77701,51.16306],[5.7775,51.16298],[5.77808,51.16353],[5.77975,51.16356],[5.78025,51.15935],[5.77797,51.15803],[5.77677,51.15554],[5.77829,51.15502],[5.77907,51.15319],[5.78456,51.15421],[5.79005,51.15798],[5.79512,51.15798],[5.80095,51.15954],[5.80027,51.16094],[5.80361,51.1632],[5.80619,51.16352],[5.8134,51.16051],[5.8146,51.16325],[5.82473,51.16874],[5.83434,51.16314],[5.83589,51.15905],[5.84078,51.15819],[5.84129,51.15523],[5.8564,51.15071],[5.86258,51.14446],[5.85674,51.14037],[5.85159,51.13671],[5.84816,51.12938],[5.83374,51.12744],[5.82241,51.12249],[5.81211,51.11387],[5.82275,51.11171],[5.84026,51.10611],[5.83683,51.0936],[5.82584,51.08929],[5.80559,51.09102],[5.81142,51.07851],[5.80421,51.07031],[5.80868,51.06233],[5.797,51.05564],[5.77709,51.05693],[5.76576,51.03384],[5.78568,51.02412],[5.77263,51.01354],[5.77332,51.00555],[5.76885,50.99345],[5.7589,50.98912],[5.74654,50.97767],[5.72765,50.9647],[5.72834,50.95843],[5.73761,50.96145],[5.75306,50.96232],[5.76851,50.9541],[5.7589,50.94567],[5.73521,50.92446],[5.73177,50.91061],[5.7177,50.90563],[5.70362,50.9078],[5.70122,50.89545],[5.68954,50.88224],[5.68096,50.87726],[5.67169,50.87574],[5.65453,50.87054],[5.64766,50.86274],[5.64766,50.84757],[5.65453,50.83435],[5.66448,50.82437],[5.6971,50.81353],[5.71838,50.80333],[5.72113,50.77642],[5.78018,50.79639],[5.82962,50.77294],[5.9079,50.77381],[6.00403,50.76947],[6.04248,50.76252],[6.05621,50.75123],[6.129,50.73385],[6.16745,50.69037],[6.21689,50.66252],[6.2471,50.65991],[6.28143,50.64424],[6.28693,50.62333],[6.27045,50.59631],[6.24847,50.58542],[6.24058,50.56078],[6.22719,50.5538],[6.21586,50.54965],[6.20419,50.53591],[6.21552,50.52063],[6.22993,50.50295],[6.23989,50.50513],[6.2598,50.50338],[6.27766,50.50731],[6.29139,50.50076],[6.3089,50.50513],[6.3216,50.49923],[6.35078,50.49377],[6.35765,50.48722],[6.34838,50.47936],[6.35147,50.46188],[6.37756,50.45925],[6.38065,50.44657],[6.37619,50.40786],[6.36383,50.39561],[6.35387,50.38028],[6.36246,50.37634],[6.41155,50.34415],[6.41499,50.33363],[6.40675,50.31982],[6.38718,50.31763],[6.36829,50.3025],[6.35765,50.30338],[6.33018,50.31565],[6.31645,50.31478],[6.30444,50.30601],[6.29585,50.29044],[6.29414,50.27354],[6.27628,50.26411],[6.22856,50.25511],[6.21483,50.25094],[6.20659,50.24062],[6.19869,50.23403],[6.17947,50.23139],[6.18221,50.22678],[6.17672,50.22151],[6.19251,50.21206],[6.19801,50.18437],[6.19217,50.17646],[6.15166,50.16656],[6.15509,50.15491],[6.16058,50.14633],[6.15578,50.13554],[6.14376,50.13224],[6.13243,50.12454],[6.10737,50.13378],[6.11012,50.16282],[6.09947,50.16502],[6.08677,50.15425],[6.06583,50.14875],[6.02943,50.15579],[6.01639,50.17294],[5.97931,50.16898],[5.96832,50.12542],[5.94566,50.12278],[5.90378,50.10473],[5.89073,50.06948],[5.86876,50.06243],[5.87837,50.03289],[5.83168,50.01039],[5.84404,49.99935],[5.84747,49.98214],[5.81932,49.95785],[5.78773,49.95255],[5.77263,49.91144],[5.74722,49.89994],[5.7843,49.88977],[5.7946,49.87473],[5.76645,49.86012],[5.75203,49.834],[5.76645,49.80121],[5.79941,49.79855],[5.84404,49.74977],[5.83923,49.72847],[5.87906,49.72892],[5.89622,49.70672],[5.87563,49.67963],[5.91176,49.66218],[5.90567,49.65779],[5.9073,49.65479],[5.90429,49.65213],[5.90507,49.64735],[5.90567,49.64262],[5.90876,49.63868],[5.89854,49.63362],[5.89374,49.63573],[5.88524,49.6319],[5.88799,49.62645],[5.87837,49.62],[5.87829,49.61305],[5.8776,49.60737],[5.84996,49.59675],[5.85202,49.58824],[5.86318,49.58773],[5.86524,49.58974],[5.86962,49.59013],[5.87279,49.58913],[5.87502,49.58295],[5.87073,49.58134],[5.87288,49.57961],[5.87314,49.57677],[5.87451,49.5736],[5.86387,49.56965],[5.86164,49.56603],[5.85288,49.56347],[5.85168,49.56185],[5.84661,49.5608],[5.84773,49.55896],[5.84722,49.55567],[5.84224,49.55233],[5.8267,49.54933],[5.82524,49.55066],[5.82026,49.54599],[5.81623,49.54599],[5.81245,49.54582],[5.80765,49.5486],[5.79941,49.54816],[5.78859,49.55194],[5.77263,49.56141],[5.76181,49.55963],[5.75941,49.54203],[5.7407,49.53724],[5.73521,49.53813],[5.72971,49.54225],[5.7189,49.53802],[5.70156,49.5378],[5.6904,49.54392],[5.67993,49.54348],[5.67787,49.54715],[5.66757,49.54682],[5.66002,49.5505],[5.64526,49.54437],[5.62878,49.53579],[5.6262,49.52287],[5.62346,49.5144],[5.61298,49.50292],[5.60217,49.50671],[5.59359,49.51953],[5.56904,49.52565],[5.56372,49.52409],[5.55462,49.52744],[5.54192,49.51384],[5.50329,49.50504],[5.4875,49.50526],[5.48458,49.50113],[5.47085,49.49322],[5.46209,49.49679],[5.46055,49.50738],[5.45214,49.51083],[5.44304,49.51841],[5.46158,49.52788],[5.46209,49.53735],[5.4372,49.55283],[5.45368,49.56542],[5.44458,49.56586],[5.43549,49.56887],[5.42673,49.5899],[5.42862,49.59358],[5.41523,49.59947],[5.40871,49.60748],[5.39892,49.6096],[5.39652,49.6146],[5.3742,49.62128],[5.37025,49.62105],[5.36047,49.62428],[5.34897,49.62895],[5.34279,49.61505],[5.33781,49.61427],[5.32957,49.61494],[5.32064,49.61271],[5.31378,49.6096],[5.31034,49.61071],[5.30863,49.61694],[5.30279,49.62317],[5.30245,49.62962],[5.30794,49.63851],[5.31738,49.64807],[5.33043,49.65318],[5.30708,49.67085],[5.29284,49.67607],[5.27962,49.68496],[5.2791,49.6884],[5.26829,49.69495],[5.25782,49.69295],[5.2482,49.68529],[5.24117,49.68429],[5.24134,49.68851],[5.23104,49.69007],[5.2173,49.6864],[5.21421,49.68784],[5.20666,49.69451],[5.19722,49.69062],[5.18932,49.6924],[5.17542,49.6924],[5.16306,49.69218],[5.1622,49.6995],[5.1646,49.71083],[5.15963,49.71438],[5.15327,49.71671],[5.15087,49.71249],[5.14263,49.70739],[5.14006,49.71194],[5.13147,49.71205],[5.12529,49.71105],[5.12032,49.71704],[5.12358,49.72637],[5.11723,49.73757],[5.09302,49.76297],[5.08796,49.76475],[5.08452,49.76186],[5.07963,49.76164],[5.07611,49.76109],[5.07139,49.75987],[5.06727,49.76081],[5.06144,49.76192],[5.06092,49.76624],[5.04908,49.76741],[5.00599,49.7816],[5.00547,49.7832],[5.00504,49.78719],[5.00041,49.79312],[4.99741,49.79379],[4.99603,49.79506],[4.99715,49.79672],[4.99672,49.79955],[4.9938,49.79977],[4.98539,49.79888],[4.97895,49.79972],[4.96977,49.8011],[4.96779,49.79756],[4.96179,49.79717],[4.95569,49.80027],[4.94865,49.79811],[4.94814,49.79473],[4.94368,49.79035],[4.94213,49.79035],[4.94132,49.79226],[4.93887,49.7926],[4.93286,49.78977],[4.9329,49.78825],[4.93114,49.78661],[4.92939,49.78686],[4.92102,49.78805],[4.91793,49.78708],[4.91269,49.78573],[4.90475,49.78492],[4.89947,49.78597],[4.89741,49.78836],[4.88913,49.78769],[4.88724,49.78786],[4.88244,49.79049],[4.87939,49.79249],[4.87591,49.79282],[4.87068,49.79268],[4.87188,49.78922],[4.87081,49.78839],[4.86227,49.78805],[4.85712,49.78966],[4.85201,49.79035],[4.84909,49.79368],[4.8563,49.79722],[4.86076,49.80354],[4.86214,49.81373],[4.87364,49.81883],[4.86712,49.82071],[4.86712,49.82625],[4.86506,49.83444],[4.8654,49.83964],[4.85304,49.84042],[4.84943,49.84894],[4.84789,49.86278],[4.84463,49.8703],[4.85561,49.87096],[4.87484,49.89618],[4.87347,49.90459],[4.87999,49.90879],[4.87553,49.92006],[4.85424,49.92957],[4.84325,49.94636],[4.82849,49.94724],[4.78558,49.9563],[4.78523,49.9828],[4.80995,49.99626],[4.81647,50.02671],[4.83021,50.04127],[4.81441,50.04788],[4.8127,50.06794],[4.8357,50.07014],[4.83192,50.09085],[4.84291,50.10363],[4.86626,50.10318],[4.85836,50.1164],[4.88274,50.13664],[4.87072,50.14875],[4.8278,50.14963],[4.82025,50.15579],[4.76875,50.1296],[4.75262,50.10539],[4.70352,50.08424],[4.70112,50.01502],[4.69803,49.99229],[4.63383,49.98037],[4.56963,49.96712],[4.53255,49.94857],[4.51401,49.93973],[4.44122,49.93178],[4.35745,49.94327],[4.31145,49.95564],[4.22974,49.94945],[4.18785,49.95034],[4.16725,49.96801],[4.12331,49.97286],[4.12193,50.01215],[4.14734,50.05273],[4.18167,50.05493],[4.22012,50.07301],[4.1906,50.10252],[4.18922,50.1263],[4.16382,50.1219],[4.11644,50.13158],[4.13841,50.21734],[4.20708,50.25555],[4.1827,50.27025],[4.16382,50.28298],[4.15901,50.27596],[4.17309,50.2685],[4.17309,50.25994],[4.16519,50.25401],[4.13258,50.25489],[4.1312,50.26433],[4.13017,50.27091],[4.11644,50.27464],[4.12262,50.2821],[4.1185,50.2957],[4.09653,50.30864],[4.07696,50.30579],[4.07215,50.31807],[4.05533,50.32946],[4.03679,50.33998],[4.02512,50.35291],[3.98598,50.33911],[3.95748,50.33845],[3.8974,50.32267],[3.88264,50.32377],[3.88092,50.33494],[3.85448,50.33911],[3.84933,50.34875],[3.82942,50.35028],[3.82633,50.34217],[3.80711,50.3413],[3.80608,50.35072],[3.74256,50.34393],[3.73604,50.31149],[3.72437,50.30272],[3.70583,50.29921],[3.68076,50.31894],[3.66428,50.34152],[3.65227,50.37087],[3.66634,50.39123],[3.66325,50.42143],[3.65398,50.4551],[3.62995,50.46712],[3.60832,50.49006],[3.59974,50.48657],[3.55476,50.48853],[3.49915,50.47936],[3.48198,50.48635],[3.50945,50.52085],[3.4758,50.52478],[3.45726,50.50513],[3.43735,50.49945],[3.36662,50.48416],[3.27324,50.52609],[3.25951,50.60154],[3.2341,50.65251],[3.24097,50.67862],[3.24783,50.70037],[3.19565,50.70776],[3.1311,50.77642],[3.06725,50.76296],[2.99652,50.74428],[2.95807,50.67035],[2.82898,50.68602],[2.68341,50.77816],[2.57629,50.81114],[2.5708,50.93939],[2.51862,51.05866],[2.36755,51.2516],[3.08167,51.55146]]]}},be_brussels:{type:"Feature",id:"be_brussels",properties:{},geometry:{type:"Polygon",coordinates:[[[4.37973,50.76382],[4.37853,50.76811],[4.34522,50.77337],[4.34205,50.77164],[4.32952,50.77381],[4.31621,50.78624],[4.31458,50.79454],[4.30282,50.79709],[4.29802,50.80593],[4.28901,50.80691],[4.2854,50.80506],[4.27579,50.80696],[4.27218,50.81011],[4.25802,50.80935],[4.25519,50.8151],[4.24403,50.81548],[4.24343,50.82182],[4.25227,50.82697],[4.25107,50.83288],[4.25467,50.83695],[4.27193,50.84036],[4.28094,50.84215],[4.28042,50.85721],[4.27802,50.85911],[4.27699,50.86713],[4.28274,50.87227],[4.29561,50.88094],[4.29553,50.88262],[4.29149,50.88495],[4.29004,50.88982],[4.30634,50.89274],[4.31647,50.89605],[4.32892,50.90249],[4.34025,50.90411],[4.34857,50.90341],[4.36213,50.9033],[4.3726,50.90032],[4.38119,50.90319],[4.38462,50.91093],[4.39578,50.91407],[4.41543,50.91342],[4.41655,50.90757],[4.4296,50.90103],[4.43595,50.89502],[4.43106,50.89014],[4.44007,50.87845],[4.43183,50.87628],[4.4253,50.86615],[4.44599,50.85992],[4.44968,50.85591],[4.46238,50.85396],[4.46899,50.84573],[4.46959,50.83537],[4.47972,50.82036],[4.45947,50.81661],[4.45921,50.80626],[4.48238,50.79617],[4.4817,50.79134],[4.46427,50.78645],[4.435,50.775],[4.43028,50.77517],[4.38917,50.76377],[4.37973,50.76382]]]}},be_flanders:{type:"Feature",id:"be_flanders",properties:{},geometry:{type:"Polygon",coordinates:[[[2.52239,51.10172],[3.12606,51.34118],[3.17493,51.38246],[3.37615,51.38784],[3.41065,51.3304],[3.40202,51.28548],[3.49114,51.2567],[3.48251,51.30345],[3.57737,51.32322],[3.81309,51.27289],[3.82172,51.23691],[3.93095,51.23691],[4.05456,51.27469],[4.20116,51.35195],[4.16954,51.38067],[4.34202,51.39502],[4.36502,51.46491],[4.53749,51.50072],[4.57199,51.47924],[4.56049,51.44879],[4.63811,51.45058],[4.75022,51.52397],[4.83645,51.50787],[5.0808,51.49893],[5.13541,51.447],[5.10667,51.39143],[5.26477,51.31783],[5.26477,51.28727],[5.4085,51.29267],[5.48612,51.32501],[5.58098,51.28368],[5.58385,51.23511],[5.76783,51.2045],[5.87706,51.16125],[5.70459,50.80293],[5.90581,50.78657],[5.93743,50.73202],[5.90293,50.70108],[5.81382,50.69379],[5.61547,50.76112],[5.50049,50.712],[5.2044,50.7029],[5.16416,50.67558],[5.03768,50.70108],[4.98881,50.75021],[4.91694,50.72656],[4.79046,50.76658],[4.68122,50.77021],[4.66973,50.73566],[4.2874,50.67922],[3.91083,50.6774],[3.71823,50.75203],[3.65499,50.712],[3.53426,50.71018],[3.51413,50.74112],[3.45664,50.74384],[3.37328,50.69562],[3.31004,50.70745],[3.28991,50.73657],[3.16487,50.74294],[3.13181,50.77203],[3.08007,50.76021],[2.87453,50.7393],[2.89609,50.71109],[2.87453,50.69562],[2.79692,50.7029],[2.69918,50.8002],[2.62013,50.79747],[2.56982,50.8583],[2.56695,50.92358],[2.60288,50.94985],[2.5497,50.99601],[2.52239,51.10172]]]}},be_wallonia:{type:"Feature",id:"be_wallonia",properties:{},geometry:{type:"Polygon",coordinates:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]]]}},croatia:{type:"Feature",id:"croatia",properties:{},geometry:{type:"LineString",coordinates:[[18.55316,42.39709],[18.43575,42.48273],[18.44437,42.56076],[18.3609,42.61526],[18.24898,42.61375],[17.90239,42.81647],[17.85896,42.89458],[17.80815,42.92073],[17.7903,42.89961],[17.67975,42.92174],[17.64267,42.88351],[17.53967,42.93531],[17.71339,42.97351],[17.63424,43.09863],[17.43805,43.18365],[17.44734,43.1998],[17.37488,43.2502],[17.26227,43.39108],[17.30151,43.4393],[17.282,43.47769],[17.22656,43.49776],[17.1476,43.49677],[16.39709,44.06983],[16.15253,44.38405],[16.14789,44.48088],[15.90458,44.75089],[15.82858,44.72686],[15.74818,44.81311],[15.78598,44.84029],[15.7338,44.9371],[15.78598,44.96966],[15.75505,45.05587],[15.80439,45.1121],[15.77283,45.16143],[15.81894,45.2072],[15.99747,45.21978],[16.11145,45.08758],[16.29175,44.9865],[16.36047,44.99622],[16.40374,45.10639],[16.46738,45.13326],[16.5105,45.20898],[16.81812,45.17296],[16.92275,45.23503],[17.16882,45.13674],[17.59713,45.09425],[17.66404,45.12204],[17.84756,45.03242],[17.93891,45.07086],[17.93745,45.09903],[18.0011,45.14282],[18.11746,45.06832],[18.2011,45.0684],[18.22841,45.09274],[18.41889,45.09637],[18.46602,45.05359],[18.66267,45.04785],[18.72157,44.98326],[18.77858,44.98426],[18.78491,44.94261],[18.75375,44.95245],[18.73803,44.94119],[18.75065,44.90197],[18.83764,44.84591],[19.01991,44.84386],[18.99843,44.89696],[19.06865,44.88961],[19.16343,44.94855],[19.1011,44.98811],[19.11231,45.08359],[19.08464,45.11852],[19.09331,45.13091],[19.14345,45.119],[19.2041,45.17236],[19.45198,45.16219],[19.42108,45.23622],[19.2687,45.24886],[19.10972,45.30469],[19.09424,45.3367],[18.9792,45.37883],[19.03735,45.40735],[18.99315,45.44969],[19.00341,45.48553],[19.08125,45.47585],[19.10858,45.5144],[19.01686,45.56369],[18.94817,45.54136],[18.89717,45.56551],[18.96652,45.66972],[18.9164,45.70714],[18.82507,45.91724],[18.77838,45.88666],[18.68019,45.91486],[18.43522,45.74655],[18.15765,45.79625],[17.86118,45.77993],[17.66574,45.84483],[17.58087,45.93874],[17.31102,45.97167],[17.17232,46.1551],[16.97456,46.22688],[16.86058,46.35783],[16.72462,46.39715],[16.66077,46.45725],[16.36894,46.55083],[16.24191,46.49508],[16.30028,46.38152],[16.15145,46.40378],[16.04759,46.3891],[16.073,46.34266],[15.79422,46.26439],[15.78049,46.21928],[15.67131,46.23068],[15.60059,46.16509],[15.61913,46.08657],[15.71043,46.04506],[15.68573,45.84315],[15.55939,45.85272],[15.24587,45.72718],[15.34584,45.65341],[15.28061,45.60731],[15.36301,45.48661],[15.16462,45.43061],[14.55276,45.65149],[14.4841,45.54339],[14.33098,45.47073],[14.23361,45.51383],[14.19361,45.48114],[14.07402,45.49231],[13.99868,45.52812],[13.95607,45.5049],[13.98354,45.46061],[13.87695,45.43477],[13.78445,45.47445],[13.67282,45.45244],[13.6,45.46],[13.48,45.55],[13,45],[16,42.2],[18.487,42.33],[18.55316,42.39709]]}},czechia:{type:"Feature",id:"czechia",properties:{},geometry:{type:"Polygon",coordinates:[[[14.3811,51.06902],[15.13916,51.08282],[16.42456,50.70863],[16.68823,50.32442],[16.78711,50.49246],[17.75391,50.35247],[18.58887,49.96536],[18.92944,49.51808],[18.1604,48.98022],[17.00684,48.61839],[15.13916,48.85749],[14.67773,48.55298],[13.85376,48.58206],[12.00806,50.05008],[11.92017,50.35948],[14.3811,51.06902]]]}},denmark:{type:"Feature",id:"denmark",properties:{},geometry:{type:"Polygon",coordinates:[[[7.99805,55.11608],[7.9541,56.94497],[10.62378,57.94401],[12.65625,56.01681],[12.65625,55.91535],[12.82928,55.5566],[12.60956,55.42122],[12.66449,55.25095],[14.82605,55.37911],[15.28198,55.22902],[15.11719,54.85448],[12.87598,54.85922],[12.07672,54.44769],[10.849,54.73414],[10.67871,54.58002],[9.88083,54.83708],[9.73972,54.82265],[9.60823,54.8525],[9.63158,54.87996],[9.59038,54.88668],[9.4994,54.83886],[9.43176,54.82601],[9.41013,54.84242],[9.38198,54.83827],[9.37443,54.82047],[9.34422,54.80108],[9.25152,54.80979],[9.23985,54.84993],[9.13822,54.87483],[9.06338,54.87048],[8.90167,54.90386],[8.85532,54.89517],[8.82408,54.90662],[8.79765,54.90445],[8.77602,54.893],[8.72761,54.89181],[8.67645,54.91195],[8.66066,54.90859],[8.55698,54.92063],[8.47355,55.05537],[7.99805,55.11608]]]}},finland:{type:"Feature",id:"finland",properties:{},geometry:{type:"Polygon",coordinates:[[[24.16992,65.34851],[23.90625,66.14274],[23.68652,66.44311],[23.99414,66.80922],[23.51074,67.27204],[23.37891,67.44123],[23.73047,67.97463],[20.74219,69.03714],[21.18164,69.28726],[21.70898,69.27171],[22.45605,68.73638],[23.15918,68.65655],[23.90625,68.8318],[25.00488,68.59249],[25.40039,68.87936],[25.75195,68.95839],[25.97168,69.70287],[26.45508,69.96044],[27.20215,69.90012],[27.50977,70.0506],[27.86133,70.08056],[28.38867,69.82447],[29.04785,69.71811],[29.26758,69.53452],[28.87207,69.225],[29.0918,69.02141],[28.52051,68.89519],[28.78418,68.84767],[28.52051,68.56038],[28.69629,68.17156],[29.26758,68.0733],[30.05859,67.69277],[29.17969,67.0503],[29.0918,66.8956],[30.14648,65.73063],[29.66309,65.20147],[29.70703,64.79285],[30.05859,64.79285],[30.10254,64.41592],[30.4541,64.30182],[30.05859,63.74363],[31.59668,63.01511],[30.27832,61.89758],[27.81738,60.56538],[27.33398,60.19616],[24.65332,59.88894],[21.84082,59.46741],[20.43457,59.46741],[19.11621,60.19616],[19.2041,60.58697],[20.08301,60.75916],[20.69824,61.14324],[20.96191,61.73153],[19.99512,63.27318],[21.44531,63.66576],[22.93945,64.20638],[23.24707,64.51064],[23.81836,64.66152],[24.16992,65.34851]]]}},france:{type:"Feature",id:"france",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[9.9,42.64836],[9.9,42.02785],[9.63227,41.43244],[9.36968,41.35052],[9.32602,41.3036],[9.27311,41.29196],[9.07196,41.26129],[8.94186,41.27688],[8.8742,41.26232],[8.84542,41.26311],[8.78782,41.25725],[7.3114,41.4242],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24593,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.26331,50.92504],[1.76605,51.17762],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.26696,43.39308],[9.8,43.1],[9.9,42.64836]]]]}},"de-berlin-brandenburg":{type:"Feature",id:"de-berlin-brandenburg",properties:{},geometry:{type:"Polygon",coordinates:[[[11.32141,53.11711],[12.09595,53.36694],[12.88147,53.20274],[13.78235,53.50765],[14.16687,53.41608],[14.10645,53.28164],[14.29871,53.27507],[14.41956,53.32431],[14.19434,52.93871],[14.19434,52.82932],[14.57336,52.60972],[14.57336,52.36218],[14.71619,52.05249],[14.61182,51.84257],[14.76563,51.54975],[14.36462,51.519],[14.1449,51.54975],[13.99109,51.36835],[13.2605,51.39578],[13.07373,51.65211],[13.13965,51.86971],[12.67273,52.01532],[12.40356,52.03222],[12.22229,52.14697],[12.32117,52.50619],[12.16736,52.51956],[12.23877,52.87245],[11.60156,52.96849],[11.32141,53.11711]]]}},"de-ostwestfalen-lippe":{type:"Feature",id:"de-ostwestfalen-lippe",properties:{},geometry:{type:"Polygon",coordinates:[[[8.04337,52.05756],[8.42583,52.19919],[8.43846,52.35394],[8.30866,52.39929],[8.28438,52.4581],[8.67096,52.56967],[9.22028,52.49616],[9.06097,52.28328],[9.47365,51.86716],[9.46266,51.64103],[9.26285,51.46641],[9.15648,51.43569],[8.80348,51.43218],[8.54444,51.46003],[8.42239,51.55658],[8.31076,51.72252],[8.12645,51.86844],[8.04337,52.05756]]]}},germany:{type:"Feature",id:"germany",properties:{},geometry:{type:"Polygon",coordinates:[[[7.05048,52.62973],[7.21252,53.20274],[6.56982,53.61858],[8.30772,55.1467],[8.6483,54.96421],[9.45305,54.83313],[9.95018,54.82838],[11.99913,54.44689],[13.3889,54.89162],[14.15245,54.47562],[14.26231,53.78037],[14.44359,53.27096],[14.36119,53.0668],[14.16344,52.97097],[14.13597,52.84508],[14.62486,52.60555],[14.5919,52.35463],[14.71825,52.24042],[14.74571,52.06516],[14.60838,51.83153],[14.74571,51.69554],[14.76768,51.54206],[14.98741,51.43261],[15.03136,51.27824],[14.94347,51.04744],[14.85558,50.88138],[14.77867,50.81548],[14.64684,50.85017],[14.5974,50.99215],[14.32823,51.07506],[14.32823,50.88138],[13.01537,50.49508],[12.48253,50.38663],[12.33421,50.18305],[12.1804,50.30952],[12.12547,50.25686],[12.22984,50.09856],[12.55394,49.92912],[12.4276,49.75199],[12.5045,49.68807],[12.77916,49.35286],[12.93297,49.36002],[13.03185,49.28841],[13.57018,48.96489],[13.80089,48.81319],[13.75694,48.52297],[13.52074,48.58842],[13.45482,48.57388],[13.40538,48.36994],[13.23509,48.28959],[12.99889,48.24571],[12.75169,48.12118],[12.9879,47.86385],[12.91649,47.71623],[13.04832,47.72362],[13.09776,47.67186],[13.0648,47.50885],[12.93846,47.47173],[12.77367,47.5793],[12.8286,47.60894],[12.70226,47.70144],[12.1859,47.70514],[12.16942,47.62005],[11.86729,47.60524],[11.63109,47.59412],[11.25755,47.40114],[10.98839,47.40486],[10.88402,47.52369],[10.67528,47.55707],[10.45006,47.54594],[10.46654,47.41973],[10.34019,47.3081],[10.19737,47.27457],[10.21385,47.38998],[10.10948,47.3751],[10.08202,47.46431],[9.84581,47.55336],[9.40636,47.55336],[9.09874,47.68388],[8.90236,47.65521],[8.85292,47.70329],[8.80348,47.74025],[8.76915,47.71993],[8.80486,47.70329],[8.79524,47.68388],[8.7307,47.69867],[8.73482,47.7227],[8.71284,47.7384],[8.7513,47.76887],[8.69637,47.76425],[8.65654,47.8067],[8.63594,47.76518],[8.61122,47.80947],[8.57002,47.79286],[8.48763,47.77902],[8.41621,47.71808],[8.41347,47.68111],[8.46428,47.65891],[8.53706,47.67001],[8.60985,47.67741],[8.63457,47.64966],[8.59886,47.64319],[8.61122,47.6219],[8.56865,47.60061],[8.56865,47.6219],[8.52745,47.64041],[8.45879,47.60801],[8.50273,47.58672],[8.38463,47.57004],[8.33107,47.57375],[8.29399,47.61542],[8.2061,47.62653],[8.10173,47.56819],[7.96852,47.5617],[7.92046,47.55429],[7.89024,47.59505],[7.8257,47.58949],[7.81197,47.56726],[7.6815,47.54038],[7.6403,47.56448],[7.69386,47.5756],[7.6815,47.59412],[7.64854,47.60061],[7.61421,47.58394],[7.50641,47.70237],[7.79205,48.60749],[8.22876,48.97481],[6.84174,49.17093],[6.37482,49.48597],[6.53961,49.80963],[6.1441,50.01833],[6.19835,50.21119],[6.41808,50.35159],[6.19835,50.63117],[6.02257,50.77034],[6.02257,51.07506],[6.24229,51.37778],[5.97862,51.81456],[6.1496,51.90022],[6.44073,51.85105],[6.828,51.95611],[6.68518,52.05587],[7.04773,52.23957],[6.99554,52.45768],[6.70166,52.48445],[6.72913,52.64973],[7.05048,52.62973]]]}},hungary:{type:"Feature",id:"hungary",properties:{},geometry:{type:"Polygon",coordinates:[[[18.43643,45.73111],[17.67426,45.83454],[17.57675,45.92823],[17.35153,45.94303],[17.14966,46.16081],[16.52756,46.50028],[16.3147,46.86582],[16.11969,46.86582],[16.28448,46.99337],[16.48224,47.01584],[16.5152,47.1505],[16.42731,47.2177],[16.43829,47.41136],[16.66763,47.44852],[16.67587,47.60616],[16.43829,47.65614],[16.54816,47.75964],[16.71844,47.73563],[16.75003,47.68111],[17.08099,47.70791],[17.04254,47.86293],[17.09473,47.96234],[17.20734,48.02484],[17.75665,47.74486],[18.71246,47.76702],[18.85529,47.82606],[18.77838,47.87767],[18.75641,47.98808],[18.82233,48.04687],[19.50348,48.1056],[19.55566,48.25028],[19.92096,48.14227],[20.34943,48.30329],[20.54718,48.54389],[20.82184,48.58751],[21.14044,48.50751],[21.47003,48.58751],[21.70074,48.36902],[21.8367,48.34073],[22.2171,48.42282],[22.38327,48.24205],[22.50549,48.24845],[22.61948,48.1056],[22.83371,48.11843],[22.90649,47.95406],[22.59064,47.75779],[22.48077,47.81131],[22.42584,47.74486],[22.32147,47.75779],[22.02759,47.51442],[22.03033,47.38161],[21.9397,47.3658],[21.48926,46.75868],[21.52908,46.73233],[21.4151,46.61737],[21.33133,46.61549],[21.10611,46.23875],[20.79575,46.27863],[20.7106,46.15035],[20.25055,46.13227],[19.82758,46.16461],[19.54742,46.17793],[19.51447,46.1018],[18.80997,45.87567],[18.70285,45.91294],[18.43643,45.73111]]]}},italy:{type:"Feature",id:"italy",properties:{},geometry:{type:"Polygon",coordinates:[[[7.6,43.5],[7.49542,43.86523],[7.69043,44.0718],[7.69043,44.19796],[7.42676,44.15068],[6.9873,44.26094],[6.85547,44.55916],[7.03125,44.73113],[7.00928,44.87144],[6.72363,44.91814],[6.5918,45.12005],[7.09717,45.25942],[7.14111,45.41388],[6.96533,45.61404],[6.76758,45.79817],[7.03125,45.9053],[7.55859,45.9817],[7.77832,45.93587],[8.12988,46.13417],[8.08594,46.30141],[8.48145,46.46813],[8.61328,46.13417],[8.81104,46.10371],[9.05273,45.8288],[9.07471,46.11894],[9.27246,46.25585],[9.25049,46.43786],[9.44824,46.49839],[9.49219,46.31658],[9.68994,46.31658],[9.95361,46.36209],[10.06348,46.17983],[10.17334,46.25585],[10.0415,46.453],[10.08545,46.60417],[10.26123,46.66452],[10.45898,46.49839],[10.50293,46.61926],[10.39307,46.70974],[10.41504,46.86019],[10.61279,46.87521],[11.03027,46.76997],[11.16211,46.93526],[11.27197,46.99524],[11.53564,47.01023],[11.7334,46.99524],[12.2168,47.10004],[12.15088,46.93526],[12.43652,46.70974],[12.96387,46.61926],[13.73291,46.54375],[13.71094,46.42271],[13.40332,46.33176],[13.40332,46.22545],[13.66699,46.17983],[13.51318,46.05799],[13.64502,45.96642],[13.5791,45.85941],[13.93066,45.64477],[13.82629,45.5756],[13.6,45.6294],[12.9,45.4],[12.8,45],[18.9,40.3],[18.5,39],[15,36],[11,38],[9.6,43.2],[7.6,43.5]]]}},IT_Lazio:{type:"Feature",id:"IT_Lazio",properties:{},geometry:{type:"Polygon",coordinates:[[[13.23814,42.1301],[13.19363,42.15923],[13.17062,42.15169],[13.12434,42.17797],[13.08798,42.17886],[13.08575,42.14318],[13.0317,42.12309],[13.01946,42.07634],[13.05545,42.01736],[13.10194,42.00898],[13.10589,42.02698],[13.36437,41.92475],[13.384,41.90419],[13.35751,41.8694],[13.38052,41.81709],[13.4169,41.83467],[13.50508,41.8016],[13.52044,41.77297],[13.57182,41.7543],[13.66214,41.81144],[13.70555,41.78747],[13.72956,41.7989],[13.7629,41.7488],[13.81162,41.75426],[13.85645,41.73124],[13.89541,41.73405],[13.98311,41.66238],[14.01182,41.60835],[13.99895,41.57448],[14.02596,41.55567],[14.00526,41.53875],[14.0275,41.52321],[13.97291,41.49404],[13.99278,41.48208],[13.9779,41.46249],[13.90257,41.42273],[13.86123,41.41763],[13.8886,41.40081],[13.8688,41.36272],[13.88974,41.29748],[13.82898,41.28154],[13.83083,41.2502],[13.77126,41.24136],[13.45667,40.77769],[11.52381,41.03693],[11.44922,42.37798],[11.48889,42.43937],[11.61771,42.43604],[11.61626,42.48862],[11.56011,42.51595],[11.58852,42.54226],[11.57917,42.56803],[11.61401,42.55723],[11.64337,42.56635],[11.71111,42.61091],[11.73597,42.60666],[11.74975,42.63965],[11.80478,42.644],[11.77554,42.70951],[11.80156,42.70719],[11.81949,42.74543],[11.74602,42.78576],[11.77424,42.82107],[11.80685,42.79485],[11.8137,42.82267],[11.84851,42.84008],[11.90558,42.8325],[11.92743,42.78092],[11.97948,42.76459],[11.96293,42.72669],[11.9301,42.71295],[11.94133,42.6833],[12.03,42.64324],[12.10666,42.66464],[12.12406,42.64929],[12.16101,42.67691],[12.20434,42.66046],[12.24292,42.62906],[12.22819,42.61077],[12.24626,42.60256],[12.23866,42.57218],[12.27504,42.55991],[12.26676,42.53347],[12.29027,42.51904],[12.27477,42.50921],[12.30735,42.4973],[12.29041,42.49164],[12.32537,42.49476],[12.35123,42.47365],[12.39017,42.49819],[12.41905,42.49765],[12.41244,42.46756],[12.43038,42.45802],[12.41368,42.45517],[12.41365,42.4256],[12.4636,42.42909],[12.44469,42.39882],[12.51169,42.40311],[12.52874,42.36445],[12.60642,42.40245],[12.61481,42.46511],[12.64109,42.4678],[12.6495,42.44331],[12.67465,42.44242],[12.74156,42.47053],[12.71114,42.50079],[12.89273,42.5635],[12.88052,42.60935],[13.00524,42.61622],[13.02522,42.64],[13.06423,42.62427],[13.13,42.66053],[13.14645,42.64714],[13.17506,42.66707],[13.19025,42.73363],[13.25415,42.72145],[13.2645,42.74019],[13.28589,42.74049],[13.35851,42.69533],[13.35059,42.66968],[13.37022,42.6507],[13.4092,42.64383],[13.39493,42.59223],[13.29421,42.5705],[13.28454,42.58349],[13.24686,42.57367],[13.19228,42.58849],[13.15673,42.54102],[13.17934,42.48031],[13.11708,42.44489],[13.19508,42.39017],[13.15427,42.35797],[13.22737,42.32031],[13.23563,42.27871],[13.28229,42.23874],[13.33653,42.22338],[13.34238,42.19939],[13.3808,42.18142],[13.34871,42.17689],[13.35488,42.16769],[13.32819,42.16483],[13.30621,42.13923],[13.23814,42.1301]]]}},IT_Roma_Capitale:{type:"Feature",id:"IT_Roma_Capitale",properties:{},geometry:{type:"Polygon",coordinates:[[[11.6,42.16],[12.28,42.2],[12.52,42.31],[13.27,41.92],[13.15,41.58],[12.6,41.16],[11.6,42.16]]]}},south_tyrol:{type:"Feature",id:"south_tyrol",properties:{},geometry:{type:"Polygon",coordinates:[[[10.45624,46.86582],[10.73639,46.89211],[10.82977,46.80946],[10.96161,46.81322],[11.1319,46.99149],[11.49067,47.01233],[11.68121,47.04018],[11.7691,47.01023],[12.16736,47.115],[12.28546,47.08322],[12.18384,46.98213],[12.30469,46.85831],[12.37335,46.73421],[12.49969,46.67017],[12.34039,46.61737],[12.08771,46.64944],[12.0163,46.52297],[11.8515,46.49272],[11.66336,46.48657],[11.56929,46.34077],[11.399,46.25585],[11.18958,46.21072],[11.13739,46.2867],[11.20193,46.44732],[10.91904,46.42603],[10.61966,46.43833],[10.44113,46.49036],[10.36766,46.68854],[10.45624,46.86582]]]}},trentino:{type:"Feature",id:"trentino",properties:{},geometry:{type:"Polygon",coordinates:[[[10.49332,46.35641],[10.59219,46.46624],[10.76317,46.49697],[10.84076,46.45536],[11.07971,46.54469],[11.23627,46.50123],[11.21086,46.32559],[11.1779,46.27341],[11.23352,46.2473],[11.32416,46.30235],[11.5583,46.40378],[11.62628,46.5069],[11.83502,46.54233],[11.91399,46.44306],[11.85356,46.34124],[11.99158,46.18363],[11.84464,46.08466],[11.72791,46.07704],[11.69907,45.95592],[11.51093,45.97979],[11.28845,45.8814],[11.21567,45.76273],[11.16074,45.68316],[10.90256,45.66013],[10.82016,45.71097],[10.84076,45.81827],[10.51529,45.76752],[10.41504,46.00269],[10.51941,46.2112],[10.49332,46.35641]]]}},norway:{type:"Feature",id:"norway",properties:{},geometry:{type:"Polygon",coordinates:[[[25.98816,69.6179],[25.24109,68.60752],[20.42908,68.97318],[16.9519,67.9499],[13.77686,64.59561],[14.28223,64.47279],[14.08447,63.99524],[13.02979,64.10101],[12.00806,63.2633],[12.14813,61.6586],[12.87323,61.31245],[12.67548,61.0636],[12.26074,61.00241],[12.60681,60.50593],[12.49146,60.08128],[12.17285,59.88756],[11.87622,59.84895],[11.94214,59.69547],[11.6922,59.58998],[11.84601,59.25044],[11.64276,58.89471],[11.45325,58.88194],[11.44775,59.00168],[11.34888,59.11254],[11.18134,59.08009],[11.06186,58.97054],[8,57.5],[3,57.5],[3,83],[40,83],[35,71],[29.61365,69.28629],[27.98767,69.99711],[25.98816,69.6179]]]}},poland:{type:"Feature",id:"poland",properties:{},geometry:{type:"Polygon",coordinates:[[[14.03,52.84],[14.34,53.26],[14.13,54.16],[15.95,54.52],[16.31,54.76],[17.13,54.97],[18.29,55.08],[18.9,54.98],[19.69,54.5],[21.47,54.37],[22.9,54.46],[23.39,54.3],[24.01,53.17],[24.03,52.71],[23.29,52.3],[23.74,52.09],[23.64,51.61],[24.24,50.86],[24.11,50.41],[23.78,50.34],[22.77,49.55],[22.96,48.97],[22.18,49.1],[21.6,49.38],[20.93,49.24],[20.47,49.34],[20.12,49.13],[19.76,49.14],[19.45,49.51],[18.94,49.34],[18.48,49.85],[17.83,49.92],[17.54,50.21],[17.06,50.35],[17.08,50.18],[16.65,50.05],[16.11,50.41],[16.3,50.6],[16.01,50.54],[15.34,50.73],[15.14,50.93],[14.78,50.82],[14.94,51.27],[14.5,51.81],[14.66,52.05],[14.53,52.57],[14.03,52.84]]]}},slovenia:{type:"Feature",id:"slovenia",properties:{},geometry:{type:"Polygon",coordinates:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.37688,45.56647],[13.63953,45.6426],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]]}},spain:{type:"Feature",id:"spain",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[-19,29],[-13,30],[-13,29],[-14,27.8],[-19,27],[-19,29]]],[[[-8.89106,41.82289],[-10,44],[-4,44],[-1.77005,43.37605],[-1.71005,43.37569],[-1.71135,43.33125],[-1.72259,43.31318],[-1.68904,43.31291],[-1.68811,43.33413],[-1.64467,43.33372],[-1.64498,43.31332],[-1.60299,43.31295],[-1.60344,43.29266],[-1.56359,43.29212],[-1.56305,43.31338],[-1.47799,43.31284],[-1.36677,43.27614],[-1.35688,43.23815],[-1.37037,43.1713],[-1.44231,43.08336],[-1.41983,43.06036],[-1.37307,43.05117],[-1.36407,43.11159],[-1.30203,43.13522],[-1.23549,43.13325],[-1.27955,43.07744],[-1.19232,43.06496],[-1.00619,43.00778],[-0.94234,42.9749],[-0.7562,42.98213],[-0.71484,42.96108],[-0.69685,42.90314],[-0.55118,42.82207],[-0.50442,42.84845],[-0.42889,42.82009],[-0.31648,42.86558],[-0.14563,42.81086],[-0.03143,42.71249],[0.18618,42.7541],[0.30218,42.71777],[0.36422,42.74287],[0.44875,42.71447],[0.62769,42.7224],[0.64118,42.85767],[0.71492,42.88272],[0.9676,42.81811],[1.10878,42.79898],[1.17532,42.73429],[1.36326,42.74155],[1.41137,42.70939],[1.48061,42.71034],[1.4813,42.50107],[1.64436,42.50203],[1.64328,42.54245],[1.73041,42.54342],[1.73164,42.50118],[2.06386,42.50164],[2.06456,42.45902],[2.39693,42.45994],[2.39768,42.41784],[2.48048,42.41797],[2.48098,42.37594],[2.64479,42.37626],[2.64448,42.45924],[2.81133,42.45961],[2.81126,42.50104],[3.06388,42.50085],[3.06388,42.45915],[3.23078,42.45934],[5,40],[4,39],[-2.2,36.5],[-5.6,35.95],[-6,36],[-7.37535,37.15354],[-7.40832,37.16822],[-7.4481,37.39094],[-7.46963,37.40758],[-7.4647,37.45305],[-7.50197,37.51641],[-7.51916,37.52292],[-7.52196,37.57237],[-7.45013,37.66958],[-7.4249,37.75992],[-7.31666,37.83997],[-7.26833,37.98895],[-7.15368,38.01552],[-7.11771,38.05536],[-7.0143,38.02438],[-6.99632,38.10756],[-6.96147,38.20125],[-7.08062,38.15708],[-7.34027,38.44024],[-7.26383,38.73807],[-7.04352,38.87297],[-7.06151,38.90796],[-6.96934,39.01983],[-7.00081,39.08879],[-7.15368,39.09577],[-7.15255,39.16029],[-7.24472,39.19689],[-7.25596,39.28133],[-7.33689,39.35351],[-7.3279,39.45599],[-7.51449,39.58865],[-7.55271,39.67954],[-7.05027,39.67522],[-6.99519,39.81954],[-6.92213,39.87909],[-6.88616,40.02299],[-7.04128,40.13479],[-7.01767,40.26615],[-6.8086,40.34501],[-6.86818,40.44516],[-6.85356,40.60664],[-6.83783,40.87576],[-6.9536,41.03704],[-6.80186,41.03959],[-6.76814,41.13871],[-6.64112,41.26556],[-6.56244,41.26303],[-6.21737,41.5791],[-6.31628,41.64465],[-6.51523,41.64129],[-6.58717,41.68832],[-6.54783,41.85597],[-6.62988,41.91121],[-7.13345,41.94048],[-7.16829,41.87188],[-7.42569,41.78477],[-7.95398,41.84593],[-8.13045,41.78058],[-8.25185,41.90786],[-8.12933,42.03488],[-8.24848,42.1008],[-8.36762,42.05575],[-8.60704,42.03405],[-8.89106,41.82289]]]]}},sweden:{type:"Feature",id:"sweden",properties:{},geometry:{type:"Polygon",coordinates:[[[10.57159,58.2445],[10.63202,58.9245],[11.35712,59.12804],[11.53839,58.91174],[11.62079,58.92308],[11.75812,59.24341],[11.65649,59.61777],[11.85974,59.7121],[11.82129,59.84481],[11.95862,59.91098],[12.15363,59.91235],[12.44476,60.0895],[12.48322,60.32151],[12.56012,60.50458],[12.36511,60.71217],[12.19482,61.01572],[12.64801,61.09415],[12.82928,61.34276],[12.55463,61.55018],[12.42828,61.54495],[12.12341,61.71331],[12.28546,62.26664],[12.03278,62.60851],[12.10968,62.74718],[12.06024,62.89772],[12.18658,62.99765],[11.95587,63.28183],[12.18109,63.47873],[12.1344,63.59012],[12.659,63.9856],[12.90619,64.0722],[13.20831,64.10461],[13.9801,64.03014],[14.06525,64.46214],[13.60382,64.56968],[14.26025,65.11608],[14.31519,65.23831],[14.45251,65.31412],[14.47998,65.62656],[14.57886,65.80953],[14.49097,66.15163],[14.99634,66.17161],[15.4248,66.29337],[15.33691,66.51107],[16.04004,66.93221],[16.37512,67.06743],[16.35864,67.21467],[16.06201,67.42015],[16.1499,67.52957],[16.37512,67.55266],[16.70471,67.91688],[17.25952,68.13067],[17.88025,67.99523],[18.09448,68.19809],[18.06702,68.54432],[18.39661,68.58848],[19.00085,68.52019],[19.89075,68.39109],[20.13245,68.48798],[19.89075,68.55637],[20.28076,68.78613],[19.99512,69.06268],[20.62134,69.08033],[20.86853,69.03518],[21.24756,68.8437],[21.92322,68.60652],[22.90649,68.39514],[23.73596,67.96639],[23.5437,67.8362],[23.62061,67.47492],[23.79639,67.44544],[23.81287,67.26992],[23.63159,67.23806],[24.04358,66.82868],[23.91174,66.57448],[23.71399,66.31986],[24.22485,65.97333],[24.04358,65.64469],[21.00586,63.63894],[18.57239,61.83023],[19.18762,60.53297],[19.11346,60.18387],[19.66827,59.82687],[19.90173,58.07788],[18.78662,56.9869],[16.73218,56.05977],[15.0238,55.72711],[14.36462,55.31977],[13.1163,55.22276],[12.7002,55.30414],[12.82654,55.57834],[12.84851,55.72402],[12.79358,55.83214],[12.6123,56.0751],[12.49146,56.13331],[12.07947,56.30435],[11.35437,57.67185],[10.57159,58.2445]]]}},east_midlands_uk:{type:"Feature",id:"east_midlands_uk",properties:{},geometry:{type:"Polygon",coordinates:[[[0.03031,53.53488],[0.28564,53.56315],[0.48889,53.10722],[0.27299,52.82421],[0.24507,52.7845],[0.27219,52.77279],[0.18631,52.73533],[0.14206,52.7399],[0.08901,52.72361],[0.06361,52.72737],[0.04413,52.71436],[0.04883,52.68175],[0.02104,52.66476],[-0.03129,52.66151],[-0.06373,52.67521],[-0.08777,52.66676],[-0.10221,52.67218],[-0.14108,52.65149],[-0.18003,52.66054],[-0.19288,52.65242],[-0.20605,52.66805],[-0.26064,52.65139],[-0.28925,52.67025],[-0.335,52.67485],[-0.35023,52.66159],[-0.40569,52.64802],[-0.45065,52.65411],[-0.49897,52.63931],[-0.52006,52.64143],[-0.55014,52.61223],[-0.54419,52.59287],[-0.55813,52.59447],[-0.57192,52.58579],[-0.58149,52.59587],[-0.58865,52.58679],[-0.60303,52.58857],[-0.66093,52.56893],[-0.69783,52.5457],[-0.71564,52.52237],[-0.75723,52.51093],[-0.77488,52.51826],[-0.82013,52.51552],[-0.86871,52.52699],[-0.88346,52.51395],[-0.88214,52.49315],[-0.89806,52.4869],[-0.88241,52.47127],[-0.90065,52.45994],[-0.94219,52.46777],[-0.95192,52.47741],[-1.0007,52.47092],[-1.04452,52.44573],[-1.03429,52.43627],[-1.04987,52.42225],[-1.08439,52.43628],[-1.12928,52.41609],[-1.14947,52.39701],[-1.20141,52.39648],[-1.30715,52.49423],[-1.52226,52.57033],[-1.52716,52.58272],[-1.56075,52.59612],[-1.55447,52.61472],[-1.57139,52.6353],[-1.54714,52.64218],[-1.54245,52.65362],[-1.55281,52.66845],[-1.58965,52.68724],[-1.59082,52.69801],[-1.65505,52.69878],[-1.65662,52.72173],[-1.70372,52.7298],[-1.69687,52.75272],[-1.66654,52.78471],[-1.61113,52.78139],[-1.61435,52.78826],[-1.58887,52.79985],[-1.59183,52.80947],[-1.6105,52.81639],[-1.58536,52.8317],[-1.62672,52.85441],[-1.69028,52.86445],[-1.70061,52.86057],[-1.70435,52.86666],[-1.72527,52.85964],[-1.77712,52.88377],[-1.79092,52.88023],[-1.80186,52.88613],[-1.81171,52.88058],[-1.83295,52.8869],[-1.85422,52.93063],[-1.82982,52.94565],[-1.82678,52.97707],[-1.76257,52.99965],[-1.75775,53.01698],[-1.75978,53.03869],[-1.7847,53.04991],[-1.77566,53.05933],[-1.79424,53.08837],[-1.78373,53.10281],[-1.82144,53.13579],[-1.81254,53.15432],[-1.8393,53.1769],[-1.87403,53.19536],[-1.95671,53.21373],[-1.96237,53.22622],[-1.9896,53.21572],[-1.97486,53.23106],[-2.00948,53.26065],[-2.00679,53.35457],[-2.009,53.36201],[-2.03173,53.36573],[-2.03385,53.37517],[-2.00464,53.38633],[-1.99233,53.41519],[-2.02371,53.42055],[-2.02738,53.43233],[-2.01366,53.43988],[-2.00422,53.43592],[-2.00823,53.44155],[-1.98579,53.45523],[-1.98809,53.48033],[-1.97428,53.48838],[-1.97159,53.50434],[-1.92197,53.50995],[-1.92678,53.52095],[-1.91189,53.53803],[-1.89411,53.5336],[-1.87349,53.54041],[-1.84182,53.51989],[-1.82223,53.52108],[-1.80428,53.537],[-1.77188,53.53384],[-1.74155,53.54105],[-1.72318,53.55991],[-1.66945,53.5532],[-1.65103,53.56166],[-1.61581,53.56305],[-1.59636,53.57692],[-1.59109,53.60677],[-1.55023,53.60421],[-1.53078,53.59311],[-1.51867,53.5997],[-1.49656,53.59736],[-1.49512,53.60317],[-1.48371,53.59485],[-1.44763,53.61272],[-1.40036,53.59865],[-1.3767,53.60646],[-1.35612,53.59535],[-1.35143,53.58106],[-1.30782,53.57535],[-1.25803,53.59198],[-1.24825,53.61634],[-1.21778,53.62429],[-1.21602,53.642],[-1.1886,53.63583],[-1.15503,53.64319],[-1.13504,53.63254],[-1.12095,53.64688],[-0.99046,53.6612],[-0.94448,53.65868],[-0.86533,53.63769],[-0.89792,53.58325],[-0.90111,53.5687],[-0.89099,53.56654],[-0.90126,53.54788],[-0.89233,53.53738],[-0.94654,53.52732],[-0.95001,53.51363],[-0.93209,53.51065],[-0.93557,53.5025],[-0.90047,53.47513],[-0.92046,53.46446],[-0.87373,53.46146],[-0.87192,53.46629],[-0.79748,53.45504],[-0.78436,53.46336],[-0.78439,53.47665],[-0.77157,53.47918],[-0.76811,53.4989],[-0.75211,53.50051],[-0.73959,53.51991],[-0.62449,53.51282],[-0.62975,53.45819],[-0.55179,53.4595],[-0.47175,53.47485],[-0.48663,53.48045],[-0.48838,53.50484],[-0.40507,53.51759],[-0.40814,53.53208],[-0.43066,53.54631],[-0.50123,53.53744],[-0.46702,53.54894],[-0.429,53.5745],[-0.41967,53.56375],[-0.33594,53.5586],[-0.30342,53.59077],[-0.30093,53.61636],[-0.24847,53.59364],[-0.25139,53.58463],[-0.23466,53.58623],[-0.22255,53.56799],[-0.19169,53.56844],[-0.21988,53.53258],[-0.21059,53.53168],[-0.20408,53.51174],[-0.2106,53.48626],[-0.18856,53.48451],[-0.1818,53.46862],[-0.15368,53.46565],[-0.14923,53.44667],[-0.13188,53.43591],[-0.12034,53.43357],[-0.08221,53.45112],[-0.10786,53.46987],[-0.0898,53.47765],[-0.09548,53.48596],[-0.07526,53.48931],[-0.06493,53.51878],[-0.01452,53.51538],[0.03031,53.53488]]]}},"england-west-midlands":{type:"Feature",id:"england-west-midlands",properties:{},geometry:{type:"Polygon",coordinates:[[[-3.28493,52.44175],[-3.12706,52.96995],[-1.95817,53.27605],[-1.1222,52.36367],[-1.59859,51.90733],[-2.65611,51.7761],[-3.10848,51.95414],[-3.28493,52.44175]]]}},london_uk:{type:"Feature",id:"london_uk",properties:{},geometry:{type:"Polygon",coordinates:[[[0.23926,51.43251],[0.23923,51.43329],[0.23926,51.43251],[0.23717,51.4241],[0.205,51.39919],[0.18385,51.37628],[0.16188,51.36621],[0.15614,51.3539],[0.1603,51.31026],[0.14958,51.30173],[0.14213,51.29098],[0.06692,51.27361],[-0.01594,51.26864],[-0.05766,51.2586],[-0.10949,51.25943],[-0.16628,51.26848],[-0.19872,51.25854],[-0.22666,51.2587],[-0.27352,51.28757],[-0.31813,51.30077],[-0.33644,51.31532],[-0.40313,51.30581],[-0.44436,51.31987],[-0.47985,51.3302],[-0.50762,51.37142],[-0.53414,51.39494],[-0.54109,51.42774],[-0.53264,51.43923],[-0.5152,51.46248],[-0.49617,51.48894],[-0.50203,51.53945],[-0.5278,51.55474],[-0.53166,51.5611],[-0.53569,51.57289],[-0.53596,51.5778],[-0.53455,51.58275],[-0.53376,51.58792],[-0.51516,51.6337],[-0.49776,51.65205],[-0.4901,51.66912],[-0.45924,51.67692],[-0.44684,51.69442],[-0.42579,51.71213],[-0.39306,51.715],[-0.38079,51.71654],[-0.34459,51.70948],[-0.2838,51.71515],[-0.26707,51.71395],[-0.23509,51.69056],[-0.22093,51.68445],[-0.17729,51.68441],[-0.10644,51.69165],[-0.05899,51.68257],[0.02324,51.678],[0.0691,51.68854],[0.10856,51.68336],[0.19863,51.65015],[0.25714,51.61353],[0.28187,51.57813],[0.29039,51.55903],[0.26811,51.50265],[0.26882,51.49783],[0.26782,51.49042],[0.2659,51.47443],[0.25509,51.46053],[0.23586,51.44791],[0.23926,51.43251]]]}},united_kingdom:{type:"Feature",id:"united_kingdom",properties:{name:"United Kingdom",source:"OpenStreetMap"},geometry:{type:"Polygon",coordinates:[[[-7.24863,55.06999],[-6.96705,55.19847],[-6.59182,55.36664],[-9.93166,58.01975],[0.32957,61.43878],[2.43894,51.64531],[0.72508,50.42953],[-7.66848,49.03788],[-5.93264,51.46771],[-5.4053,53.54032],[-6.07527,54.0096],[-6.28173,54.11135],[-6.309,54.10669],[-6.31788,54.09098],[-6.33629,54.09472],[-6.33993,54.11189],[-6.3662,54.11374],[-6.36237,54.0766],[-6.37492,54.06914],[-6.37907,54.06909],[-6.37911,54.06907],[-6.37918,54.06902],[-6.39105,54.05885],[-6.41198,54.06306],[-6.44345,54.05649],[-6.45607,54.07252],[-6.47779,54.07709],[-6.4713,54.0663],[-6.51051,54.05268],[-6.53187,54.05968],[-6.55772,54.04917],[-6.58643,54.05757],[-6.59499,54.04462],[-6.62381,54.03646],[-6.66426,54.06917],[-6.66202,54.09283],[-6.64506,54.096],[-6.66127,54.12266],[-6.64886,54.12138],[-6.63961,54.13187],[-6.63436,54.16317],[-6.66539,54.19316],[-6.70601,54.20005],[-6.72106,54.18197],[-6.74076,54.18192],[-6.75617,54.19926],[-6.77562,54.19895],[-6.80097,54.21317],[-6.80042,54.2211],[-6.81617,54.22302],[-6.82774,54.26149],[-6.87804,54.27924],[-6.87229,54.28794],[-6.859,54.28191],[-6.85087,54.29728],[-6.87594,54.34641],[-6.90626,54.3503],[-6.91129,54.37474],[-6.93074,54.37575],[-6.9237,54.38284],[-6.95963,54.39221],[-6.98165,54.40946],[-6.99601,54.40538],[-7.0291,54.42137],[-7.05724,54.41108],[-7.07234,54.38839],[-7.10979,54.36824],[-7.10388,54.35574],[-7.15344,54.33501],[-7.18882,54.33765],[-7.17974,54.32046],[-7.17949,54.30924],[-7.19789,54.31106],[-7.21219,54.29962],[-7.17302,54.28613],[-7.17937,54.2726],[-7.16092,54.27371],[-7.14225,54.25559],[-7.15893,54.24396],[-7.14594,54.23957],[-7.14503,54.22473],[-7.17104,54.2176],[-7.18808,54.22492],[-7.1986,54.21578],[-7.22085,54.21581],[-7.23182,54.20557],[-7.24806,54.20446],[-7.24915,54.19817],[-7.233,54.19784],[-7.25942,54.19225],[-7.25828,54.17737],[-7.24028,54.1697],[-7.25812,54.16451],[-7.26296,54.13741],[-7.29195,54.11911],[-7.30891,54.13211],[-7.28551,54.13626],[-7.30149,54.14421],[-7.28379,54.15386],[-7.27997,54.16797],[-7.2913,54.17196],[-7.33956,54.14672],[-7.30533,54.12336],[-7.31867,54.11329],[-7.32713,54.12458],[-7.34602,54.11645],[-7.3632,54.1316],[-7.39181,54.12013],[-7.37279,54.13963],[-7.42078,54.13705],[-7.40959,54.15646],[-7.44192,54.15409],[-7.46841,54.14081],[-7.47919,54.12227],[-7.5281,54.13574],[-7.54738,54.12214],[-7.56576,54.12659],[-7.57454,54.14151],[-7.61043,54.14378],[-7.62966,54.1703],[-7.66425,54.18797],[-7.67659,54.18196],[-7.68829,54.20197],[-7.68543,54.20776],[-7.7394,54.20353],[-7.74858,54.20942],[-7.80368,54.20707],[-7.81173,54.20073],[-7.86017,54.21728],[-7.86046,54.26026],[-7.87322,54.27945],[-7.86187,54.29343],[-7.88087,54.29188],[-7.9017,54.30143],[-7.91095,54.29595],[-7.9616,54.31247],[-8.00093,54.35846],[-8.03129,54.35671],[-8.05733,54.36572],[-8.08416,54.39741],[-8.16026,54.44028],[-8.14291,54.45092],[-8.17751,54.46476],[-8.11467,54.46903],[-8.11324,54.4764],[-8.09148,54.47653],[-8.09868,54.48433],[-8.08933,54.48708],[-8.04265,54.48763],[-8.04185,54.50638],[-8.00601,54.54594],[-7.9703,54.54705],[-7.94973,54.53363],[-7.85055,54.53313],[-7.82402,54.54427],[-7.83325,54.55223],[-7.79659,54.57163],[-7.79341,54.58188],[-7.76212,54.58588],[-7.75151,54.59878],[-7.69725,54.61007],[-7.70877,54.63495],[-7.74165,54.61797],[-7.75797,54.62503],[-7.77236,54.62149],[-7.81366,54.64411],[-7.82828,54.63305],[-7.85213,54.63078],[-7.85669,54.65057],[-7.89164,54.65594],[-7.9099,54.66828],[-7.91381,54.67596],[-7.89766,54.68701],[-7.92089,54.69596],[-7.91804,54.70282],[-7.8796,54.70269],[-7.83665,54.73642],[-7.81761,54.73378],[-7.8047,54.7186],[-7.78875,54.71964],[-7.75006,54.70428],[-7.73551,54.71683],[-7.7116,54.72611],[-7.69723,54.72356],[-7.63657,54.75151],[-7.60944,54.74415],[-7.59117,54.74438],[-7.57919,54.75047],[-7.57865,54.74191],[-7.5698,54.74384],[-7.54826,54.74101],[-7.53859,54.751],[-7.54804,54.75711],[-7.54795,54.78835],[-7.52847,54.80757],[-7.47096,54.8348],[-7.44188,54.87561],[-7.45258,54.89849],[-7.44727,54.93524],[-7.39202,54.94545],[-7.4072,54.95521],[-7.4027,54.96689],[-7.40705,54.98294],[-7.39135,54.99774],[-7.40558,55.00332],[-7.37023,55.03476],[-7.34516,55.05083],[-7.31828,55.04507],[-7.29947,55.0561],[-7.28944,55.04771],[-7.27251,55.06357],[-7.24863,55.06999]]]}},canada_full:{type:"Feature",id:"canada_full",properties:{},geometry:{type:"Polygon",coordinates:[[[-140.99854,69.64945],[-120.9375,78.7335],[-91.05469,82.7432],[-75.58594,83.40004],[-63.45703,83.15311],[-59.32617,82.37915],[-63.76465,81.42049],[-67.19238,80.79583],[-73.21289,78.85307],[-74.9707,76.33114],[-61.34766,70.75797],[-50.1416,46.67959],[-65.98389,42.85181],[-66.95892,44.48769],[-66.9397,44.81692],[-67.13745,45.15493],[-67.26379,45.18591],[-67.31873,45.1278],[-67.43958,45.21881],[-67.44507,45.58329],[-67.79114,45.67164],[-67.78015,47.07012],[-68.19763,47.35743],[-68.39539,47.35743],[-68.37891,47.29413],[-68.90625,47.17478],[-69.06006,47.23449],[-69.08203,47.43552],[-69.22485,47.46524],[-70.00488,46.70974],[-70.05981,46.41514],[-70.18066,46.36209],[-70.3125,46.21025],[-70.24658,46.14178],[-70.3125,45.97406],[-70.26855,45.91294],[-70.42236,45.80583],[-70.42236,45.72152],[-70.71899,45.49865],[-70.62012,45.38302],[-70.80688,45.4293],[-70.85083,45.22848],[-71.00464,45.3367],[-71.1145,45.25169],[-71.26831,45.29035],[-71.41113,45.24395],[-71.5155,45.0153],[-74.81689,45.0153],[-75.31128,44.84808],[-75.7782,44.51218],[-75.82214,44.4377],[-76.43188,44.09942],[-76.79993,43.63011],[-78.68683,43.63806],[-79.19495,43.45292],[-79.07204,43.26521],[-79.05693,43.25671],[-79.04594,43.13807],[-79.06998,43.12103],[-79.06311,43.11652],[-79.05693,43.10951],[-79.07616,43.08393],[-79.07684,43.07691],[-79.01505,43.06839],[-78.99719,43.05785],[-79.02672,43.02071],[-79.01779,42.98456],[-78.98003,42.97099],[-78.96423,42.95843],[-78.93402,42.95542],[-78.91136,42.93883],[-78.90518,42.90011],[-78.93127,42.82361],[-80.07935,42.38289],[-81.27686,42.20818],[-82.39197,41.68112],[-82.68311,41.67701],[-83.07861,41.86547],[-83.15552,42.03909],[-83.12531,42.12064],[-83.13904,42.23462],[-83.07587,42.31185],[-82.98523,42.33418],[-82.81219,42.37478],[-82.63916,42.56117],[-82.59521,42.54903],[-82.52655,42.61375],[-82.41669,43.00063],[-82.13379,43.59631],[-82.51831,45.34442],[-83.59772,45.82114],[-83.43567,45.99696],[-83.57162,46.10847],[-83.65402,46.12275],[-83.76663,46.10466],[-83.82843,46.11989],[-83.89984,46.06084],[-83.95615,46.05989],[-83.974,46.1018],[-84.00833,46.11609],[-84.00696,46.14559],[-84.07974,46.18934],[-84.10995,46.24065],[-84.0976,46.25585],[-84.11545,46.26724],[-84.12094,46.31564],[-84.10309,46.32038],[-84.13467,46.36115],[-84.14841,46.42082],[-84.10995,46.50359],[-84.12781,46.531],[-84.14085,46.53241],[-84.17313,46.52722],[-84.19373,46.54092],[-84.226,46.53525],[-84.26582,46.49603],[-84.2926,46.49225],[-84.34135,46.50595],[-84.37225,46.50879],[-84.44023,46.49036],[-84.47662,46.45489],[-84.55353,46.45867],[-84.76776,46.62492],[-84.84741,46.88272],[-88.38501,48.31243],[-89.32983,47.96786],[-93.21899,48.64743],[-93.80127,48.5166],[-93.83423,48.63291],[-94.6637,48.75257],[-94.8175,49.32691],[-95.15259,49.38595],[-95.15533,49.00184],[-123.31879,49.00004],[-122.99469,48.7761],[-123.2666,48.69096],[-123.11279,48.37815],[-123.44238,48.22467],[-124.7168,48.49477],[-128.49609,48.74895],[-131.2207,53.61858],[-130.75928,54.73731],[-129.99023,55.27912],[-130.07813,56.10881],[-131.74805,56.63206],[-135.53833,59.80063],[-137.47192,58.90465],[-138.67493,59.78958],[-138.6969,59.90822],[-139.20227,60.09772],[-139.08142,60.35141],[-139.71863,60.33239],[-139.98779,60.18523],[-140.46021,60.30791],[-140.52063,60.22618],[-141.01501,60.30519],[-140.99854,69.64945]]]}},ottawa_gatineau:{type:"Feature",id:"ottawa_gatineau",properties:{},geometry:{type:"Polygon",coordinates:[[[-76.23413,45.50827],[-76.12839,45.55829],[-75.26184,45.58041],[-75.13412,45.39652],[-75.42938,45.32512],[-75.35385,45.17816],[-75.82489,44.93564],[-76.34537,45.36855],[-76.23413,45.50827]]]}},vancouver_metro:{type:"Feature",id:"vancouver_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-123.32,49],[-123.45,49.38],[-123.26,49.47],[-122.24,49.27],[-122.2,49],[-123.32,49]]]}},cuba:{type:"Feature",id:"cuba",properties:{},geometry:{type:"Polygon",coordinates:[[[-85.5,21.75],[-83.5,23.5],[-80,23.5],[-73.5,20.4],[-74.5,19.5],[-78,19.5],[-85.5,21.75]]]}},nicaragua:{type:"Feature",id:"nicaragua",properties:{},geometry:{type:"Polygon",coordinates:[[[-88,13],[-87.56104,13.13298],[-87.36877,12.99921],[-86.97876,13.02597],[-86.88538,13.28272],[-86.7041,13.29876],[-86.77002,13.76873],[-86.31409,13.77407],[-86.1438,14.046],[-86.01746,14.05133],[-85.75378,13.89141],[-85.16602,14.31761],[-84.96277,14.80144],[-84.4574,14.63674],[-83.39722,15.03499],[-82.5,14.9],[-82.8,12],[-83.676,10.95],[-83.66,10.8],[-83.92,10.7],[-84.688,11.076],[-84.91,10.945],[-85.615,11.215],[-85.7,11.06],[-86,11.06],[-88,13]]]}},boston_metro:{type:"Feature",id:"boston_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-70.5,41.91],[-71,41.91],[-71.42,42.05],[-71.57,42.18],[-71.64,42.4],[-71.57,42.52],[-71.35,42.64],[-71.1,42.7],[-70.5,42.7],[-70.5,41.91]]]}},central_pa:{type:"Feature",id:"central_pa",properties:{},geometry:{type:"Polygon",coordinates:[[[-78.7,41.5],[-77,41.5],[-76,40],[-76,39.72],[-79.3,39.72],[-78.7,41.5]]]}},chattanooga:{type:"Feature",id:"chattanooga",properties:{},geometry:{type:"Polygon",coordinates:[[[-85.634,34.743],[-85.634,35.282],[-84.933,35.282],[-84.933,34.743],[-85.634,34.743]]]}},cleveland:{type:"Feature",id:"cleveland",properties:{},geometry:{type:"Polygon",coordinates:[[[-82.5,41.5],[-80.95,42],[-80.95,41],[-82.5,41],[-82.5,41.5]]]}},colorado:{type:"Feature",id:"colorado",properties:{},geometry:{type:"Polygon",coordinates:[[[-109.05,37],[-109.05,41],[-102.05,41],[-102.05,37],[-109.05,37]]]}},dc_metro:{type:"Feature",id:"dc_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-77.04437,38.70266],[-77.27783,38.69409],[-77.57172,38.91668],[-77.61017,39.1258],[-77.27509,39.21523],[-77.08694,39.21204],[-76.87546,39.05119],[-76.69968,38.97863],[-76.71066,38.77657],[-76.84662,38.7048],[-77.04437,38.70266]]]}},dfw_metro:{type:"Feature",id:"dfw_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-97.75,32.25],[-97.75,33.4],[-96,33.4],[-96,32.25],[-97.75,32.25]]]}},grand_junction_co:{type:"Feature",id:"grand_junction_co",properties:{},geometry:{type:"Polygon",coordinates:[[[-109,39.4],[-108.1,39.4],[-107.8,39.16],[-107.8,38.7],[-108.1,38.5],[-109,39],[-109,39.4]]]}},la_metro:{type:"Feature",id:"la_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-118.5,33.7],[-118.68,34.23],[-118.5,34.35],[-118,34.2],[-117.3,34.2],[-117.2,34.1],[-117.37,33.9],[-117.74,33.5],[-118.5,33.7]]]}},minneapolis_st_paul_metro:{type:"Feature",id:"minneapolis_st_paul_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-93.801,44.578],[-93.801,45.348],[-92.666,45.348],[-92.666,44.578],[-93.801,44.578]]]}},mt_vernon_wa:{type:"Feature",id:"mt_vernon_wa",properties:{},geometry:{type:"Polygon",coordinates:[[[-123.3,49],[-122,49],[-122,48],[-123.2,48.4],[-123.3,49]]]}},nyc_metro:{type:"Feature",id:"nyc_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-74.73,40.64],[-73.95,41.38],[-73.6,40.95],[-73.25,41],[-73.25,40.6],[-74.43,40.43],[-74.73,40.64]]]}},philly_metro:{type:"Feature",id:"philly_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-75.7,40.3],[-75.3,40.4],[-74.7,40.3],[-74.45,40.1],[-74.9,39.55],[-75.5,39.55],[-75.8,39.7218],[-76.23,39.7211],[-75.7,40.3]]]}},phoenix:{type:"Feature",id:"phoenix",properties:{},geometry:{type:"Polygon",coordinates:[[[-113,32.7],[-113,34],[-111.1,34],[-111.1,32.7],[-113,32.7]]]}},portland_me:{type:"Feature",id:"portland_me",properties:{},geometry:{type:"Polygon",coordinates:[[[-70.5,42.9],[-71,43.3],[-71,44.2],[-69.6,44.5],[-69,44],[-70.5,42.9]]]}},portland_or:{type:"Feature",id:"portland_or",properties:{},geometry:{type:"Polygon",coordinates:[[[-124.4,44.8],[-124.4,46.3],[-121.5,46.3],[-121.5,44.8],[-124.4,44.8]]]}},salt_lake_city:{type:"Feature",id:"salt_lake_city",properties:{},geometry:{type:"Polygon",coordinates:[[[-112.6,40.75],[-112.3,41.4],[-111.5,41.4],[-111.1,40.3],[-112,39.75],[-112.6,40.75]]]}},seattle:{type:"Feature",id:"seattle",properties:{},geometry:{type:"Polygon",coordinates:[[[-122.15,47.26],[-122.33,47.26],[-122.54,47.33],[-122.52,47.46],[-122.45,47.55],[-122.45,47.8],[-121.2,47.8],[-121.43,47.38],[-121.43,47.14],[-121.94,47.14],[-122,47.17],[-122,47.17],[-122.1,47.19],[-122.15,47.26]]]}},sf_bay_area:{type:"Feature",id:"sf_bay_area",properties:{},geometry:{type:"Polygon",coordinates:[[[-123.5,38.5],[-122.8,38.8],[-121.7,38.2],[-121.5,36.9],[-123,36.9],[-123.5,38.5]]]}},south_sf_bay_area:{type:"Feature",id:"south_sf_bay_area",properties:{},geometry:{type:"Polygon",coordinates:[[[-121.4566,37.48249],[-121.21628,37.17673],[-121.20529,36.95757],[-121.49368,36.95757],[-121.5596,36.8928],[-121.98257,37.12419],[-122.27234,37.39635],[-122.13501,37.48903],[-121.4566,37.48249]]]}},st_louis:{type:"Feature",id:"st_louis",properties:{},geometry:{type:"Polygon",coordinates:[[[-90.28,39.1],[-89.57,39.05],[-89.57,38.18],[-90.58,38],[-91.37,38.2],[-91.37,38.75],[-90.28,39.1]]]}},tampa_bay:{type:"Feature",id:"tampa_bay",properties:{},geometry:{type:"Polygon",coordinates:[[[-83,28.2],[-82.2,28.2],[-82.2,27.55],[-83,27.55],[-83,28.2]]]}},usa_full:{type:"Feature",id:"usa_full",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[-124.76179,48.41301],[-123.22752,48.18499],[-123.32289,49.00429],[-96.01312,49.00605],[-95.11054,49.412],[-93.99811,49.00671],[-89.43531,47.98378],[-88.34922,48.29633],[-87.50645,48.01427],[-83.2814,46.13885],[-82.17616,43.58854],[-82.66248,41.68895],[-79.00601,42.80053],[-79.15798,43.44626],[-78.76239,43.62496],[-76.90231,43.80246],[-75.07988,44.98029],[-72.02225,45.00598],[-71.41227,45.25488],[-70.46149,46.21766],[-69.25051,47.51223],[-67.75966,47.099],[-66.94528,44.71049],[-69.84893,43.26199],[-69.87974,40.99205],[-72.00202,40.99125],[-74.02112,39.57279],[-75.41474,35.05319],[-80.02453,32.01613],[-79.89011,26.85507],[-80.02,24.0071],[-84.01601,24.00527],[-84.01656,25.01258],[-81.99666,25.01349],[-81.9972,25.98268],[-84.01879,28.99618],[-86.02775,30.00475],[-88.01625,30.00389],[-88.01567,28.99443],[-90.90285,28.85645],[-93.74053,29.47421],[-95.55633,28.58761],[-96.80617,27.79782],[-96.95553,25.98216],[-97.43502,25.8266],[-98.01091,25.9928],[-99.23511,26.4476],[-100.00624,28.00822],[-101.25529,29.48105],[-102.1514,29.74757],[-102.71736,29.39206],[-103.25189,28.89087],[-104.58819,29.69979],[-105.02053,30.5361],[-106.20525,31.4467],[-106.28689,31.56133],[-106.42932,31.75206],[-106.48421,31.74645],[-106.53072,31.78209],[-108.18711,31.77551],[-108.19927,31.326],[-111.00893,31.33601],[-114.86123,32.47999],[-117.67593,32.46302],[-119.97759,33.00641],[-122.53697,36.85661],[-124.99343,40.05576],[-124.60595,45.90245],[-124.76179,48.41301]]],[[[-160.57876,22.50629],[-159.00937,22.50702],[-157.50474,21.9985],[-156.29276,21.22259],[-154.68902,19.88057],[-154.62178,18.7587],[-155.99619,18.77902],[-157.50832,20.9958],[-158.74706,21.24398],[-160.57822,21.49846],[-160.57876,22.50629]]],[[[-167.1572,68.722],[-164.9717,68.9947],[-163.0218,69.9707],[-160.4136,70.7398],[-156.1769,71.5633],[-140.9684,69.9535],[-140.9874,61.0119],[-139.1716,60.4127],[-138.0072,59.9918],[-135.123,59.7566],[-131.9759,56.9995],[-130.0071,57.0001],[-130.0044,54.0043],[-133.9948,54.0032],[-138.515,57.9986],[-138.516,58.9953],[-151.5013,58.992],[-151.5003,57.9988],[-151.9963,55.9992],[-158.0191,55.0028],[-159.0076,55.0025],[-162.4025,53.9567],[-171.4689,51.8215],[-177.9993,51.2554],[-178.0001,52.2446],[-173.8197,59.7401],[-172.5143,63.8767],[-169.0075,64.9988],[-169.0087,66.0015],[-168.0022,66.0018],[-164.8554,67.0255],[-167.1572,68.722]]],[[[-68.2,17.8],[-67.9,18.67],[-65.33,18.57],[-64.64,18.36],[-64.32,17.38],[-68.2,17.8]]],[[[146.2,15.4],[144.8,12.9],[144.2,13.2],[145.7,15.6],[146.2,15.4]]],[[[180,52.2],[180,51],[172,52.5],[172,53.5],[180,52.2]]]]}},wyoming:{type:"Feature",id:"wyoming",properties:{},geometry:{type:"Polygon",coordinates:[[[-111.05,41],[-111.05,45],[-104.05,45],[-104.05,41],[-111.05,41]]]}},australia_full:{type:"Feature",id:"australia_full",properties:{},geometry:{type:"Polygon",coordinates:[[[146.07422,-44.43378],[131.66016,-44.65302],[124.54102,-41.44273],[116.45508,-39.36828],[108.80859,-39.16414],[103.18359,-27.60567],[95.27344,-24.04646],[96.30615,-11.15685],[106.25977,-9.92557],[116.47705,-13.98738],[122.77222,-11.65224],[126.43066,-11.48002],[129.26514,-9.92557],[134.89014,-9.92557],[139.46045,-10.14193],[141.55334,-9.99861],[141.7868,-9.77132],[142.229,-9.67115],[142.72614,-9.552],[143.30017,-9.39216],[144.24774,-9.24851],[144.44824,-9.59533],[149.5459,-12.68321],[154.90723,-18.02053],[156.42334,-21.55528],[158.02734,-24.68695],[160.0708,-26.03704],[167.34375,-26.6671],[170.354,-29.11378],[168.2666,-30.63791],[160.15869,-34.03445],[152.18262,-38.41056],[149.94141,-43.51669],[146.07422,-44.43378]]]}},argentina:{type:"Feature",id:"argentina",properties:{},geometry:{type:"Polygon",coordinates:[[[-73.14602,-49.18818],[-72.91615,-48.93261],[-72.53201,-48.80072],[-72.58755,-48.48542],[-72.22624,-48.32339],[-72.49784,-47.96155],[-72.33315,-47.44938],[-71.86801,-47.23376],[-71.94851,-46.80983],[-71.64665,-46.68783],[-71.79939,-46.19141],[-71.6147,-45.97522],[-71.79762,-45.62288],[-71.46813,-45.4921],[-71.32472,-45.306],[-71.56043,-44.97863],[-72.04094,-44.90019],[-72.07396,-44.78023],[-71.46969,-44.73753],[-71.23704,-44.79082],[-71.13226,-44.4711],[-71.36469,-44.38958],[-71.80731,-44.42036],[-71.84736,-44.11002],[-71.64902,-43.94552],[-71.75129,-43.78527],[-71.60784,-43.62836],[-71.93082,-43.45685],[-71.76157,-43.1645],[-72.14281,-42.8979],[-72.1812,-42.69735],[-72.023,-42.41766],[-72.17288,-42.14043],[-71.72931,-42.12447],[-71.91021,-41.34113],[-71.8196,-41.06038],[-71.96387,-40.71955],[-71.8414,-40.4521],[-71.65704,-40.36426],[-71.82818,-40.20778],[-71.59266,-39.90123],[-71.67811,-39.56486],[-71.39497,-39.34179],[-71.42542,-38.92164],[-70.92524,-38.76298],[-70.84044,-38.54138],[-70.97623,-38.44222],[-70.98292,-38.10477],[-71.21191,-37.68901],[-71.11983,-37.4585],[-71.21555,-37.27261],[-71.09237,-37.11444],[-71.11982,-36.69792],[-71.03513,-36.47333],[-70.71285,-36.42687],[-70.70501,-36.27229],[-70.42451,-36.15581],[-70.38755,-35.60868],[-70.43201,-35.31842],[-70.58358,-35.27831],[-70.36203,-35.13645],[-70.21683,-34.61145],[-70.01089,-34.41389],[-70.03094,-34.28805],[-69.79507,-34.24304],[-69.90417,-33.77143],[-69.7705,-33.3611],[-70.00282,-33.32294],[-70.08089,-33.02919],[-70.00121,-32.8846],[-70.17038,-32.62555],[-70.14899,-32.46585],[-70.31918,-32.27335],[-70.35277,-32.0257],[-70.2106,-31.95769],[-70.46072,-31.84116],[-70.56691,-31.60016],[-70.49734,-31.12216],[-70.40805,-31.16633],[-70.23998,-30.61575],[-70.11719,-30.43102],[-69.89853,-30.35557],[-69.87492,-29.7043],[-70.01808,-29.38321],[-69.78724,-29.13008],[-69.68114,-28.47172],[-69.45679,-28.18357],[-69.17254,-27.97088],[-68.94231,-27.52325],[-68.8412,-27.15464],[-68.29854,-27.0389],[-68.2638,-26.91623],[-68.58734,-26.49294],[-68.55754,-26.2871],[-68.38108,-26.17822],[-68.57599,-25.42894],[-68.4999,-25.16149],[-68.34279,-25.1124],[-68.56789,-24.79739],[-68.26201,-24.40457],[-67.32231,-24.0344],[-66.99052,-23.00044],[-67.18066,-22.8138],[-67.02827,-22.54089],[-66.78247,-22.43778],[-66.73899,-22.23893],[-66.28793,-22.08605],[-66.24277,-21.79408],[-66.07589,-21.83493],[-65.74764,-22.10912],[-64.99322,-22.08239],[-64.53579,-22.29137],[-64.29933,-22.86509],[-64.24332,-22.56039],[-63.93139,-22],[-62.80617,-22],[-62.7913,-22.16193],[-62.3009,-22.48659],[-62.20671,-22.70418],[-61.73612,-23.23432],[-61.08824,-23.61393],[-60.9899,-23.81808],[-60.37353,-24.024],[-60.03941,-24.01156],[-59.47554,-24.33261],[-59.35397,-24.47821],[-58.67243,-24.83192],[-58.24167,-24.92801],[-57.76089,-25.17193],[-57.555,-25.4484],[-57.74064,-25.65045],[-57.89112,-25.9662],[-58.08473,-26.11185],[-58.22103,-26.41403],[-58.18996,-26.64518],[-58.31991,-26.85821],[-58.64913,-27.12662],[-58.59905,-27.29984],[-57.87482,-27.27527],[-57.48754,-27.44418],[-56.96564,-27.50202],[-56.84926,-27.6063],[-56.60117,-27.42102],[-56.3749,-27.58903],[-56.29432,-27.42003],[-56.06276,-27.306],[-55.73692,-27.44516],[-55.6057,-27.16241],[-55.42284,-26.99528],[-54.78695,-26.63111],[-54.61874,-26.20893],[-54.67933,-25.99524],[-54.65698,-25.67619],[-54.5842,-25.58952],[-54.4812,-25.62543],[-54.108,-25.495],[-53.86217,-25.65902],[-53.83619,-25.97166],[-53.6411,-26.21559],[-53.73094,-26.5097],[-53.67249,-26.91252],[-53.84355,-27.16453],[-53.959,-27.15804],[-54.21736,-27.38603],[-54.673,-27.57],[-54.814,-27.533],[-54.936,-27.772],[-55.38728,-27.98524],[-55.76677,-28.23982],[-55.69902,-28.42637],[-55.88091,-28.4715],[-56.29651,-28.80272],[-56.42475,-29.07897],[-56.59315,-29.12516],[-56.70164,-29.35913],[-57.328,-29.972],[-57.64923,-30.20184],[-57.63687,-30.33197],[-57.85924,-30.47701],[-57.8096,-30.91332],[-58.08141,-31.45457],[-57.98082,-31.58691],[-58.20653,-31.86773],[-58.10645,-32.24002],[-58.20464,-32.46055],[-58.0841,-32.99782],[-58.36693,-33.12177],[-58.49375,-33.57857],[-58.29507,-34.17809],[-57.9345,-34.4519],[-55.9,-35.6],[-57,-39],[-61,-41],[-63.5,-55],[-66.67094,-55.11906],[-67.27285,-54.90511],[-67.95071,-54.87373],[-68.60967,-54.91369],[-68.60676,-52.65902],[-68.41869,-52.3325],[-69.19014,-52.15044],[-69.48632,-52.15165],[-69.9955,-52.00074],[-71.92259,-51.99991],[-72.29907,-51.69791],[-72.28621,-50.65987],[-72.72636,-50.61667],[-73.06995,-50.78909],[-73.32848,-50.5716],[-73.52199,-50.15397],[-73.44481,-49.79226],[-73.53933,-49.49825],[-73.47299,-49.20464],[-73.14602,-49.18818]]]}},bolivia:{type:"Feature",id:"bolivia",properties:{},geometry:{type:"Polygon",coordinates:[[[-60.17487,-16.26675],[-58.32092,-16.31948],[-58.47336,-16.74472],[-58.39371,-17.18081],[-57.79152,-17.55501],[-57.71187,-17.73103],[-57.55463,-18.22348],[-57.72079,-18.89914],[-57.70775,-19.0381],[-58.11768,-19.75313],[-57.85675,-19.96754],[-58.15338,-20.15201],[-58.17535,-19.83066],[-59.07074,-19.28846],[-59.97025,-19.29494],[-61.78848,-19.65358],[-62.57401,-21.99972],[-63.93082,-22.00736],[-64.24942,-22.60957],[-64.31808,-22.8806],[-64.56528,-22.36595],[-64.62021,-22.21856],[-64.99649,-22.08628],[-65.77446,-22.10027],[-65.92552,-21.93222],[-66.04774,-21.91884],[-66.04225,-21.86022],[-66.2273,-21.78437],[-66.3121,-22.1219],[-66.74057,-22.23635],[-66.7955,-22.44213],[-67.18002,-22.81353],[-67.56351,-22.90085],[-67.81174,-22.87934],[-68.17566,-21.3252],[-68.405,-20.9499],[-68.54095,-20.92681],[-68.55606,-20.7285],[-68.43796,-20.63857],[-68.74557,-20.46369],[-68.72772,-20.08173],[-68.56293,-20.05077],[-68.53134,-19.85779],[-68.69064,-19.74667],[-68.41873,-19.41544],[-68.9296,-18.97448],[-69.12186,-18.14128],[-69.46793,-17.50852],[-69.46793,-17.37489],[-69.63547,-17.27787],[-69.01199,-16.66053],[-69.03877,-16.58487],[-68.93509,-16.2061],[-69.16718,-16.22259],[-69.40201,-15.62634],[-69.13422,-15.23516],[-69.35806,-14.96933],[-68.97903,-14.21979],[-68.87466,-12.88745],[-68.65768,-12.49088],[-69.57264,-10.94456],[-68.74806,-11.00835],[-68.75167,-11.01762],[-68.75201,-11.03716],[-68.76592,-11.04963],[-68.70815,-11.14253],[-68.54576,-11.11036],[-68.24295,-10.95872],[-68.08502,-10.69165],[-67.86736,-10.64036],[-67.71629,-10.71459],[-67.6775,-10.60341],[-67.65947,-10.61792],[-67.58446,-10.50402],[-67.43614,-10.44966],[-67.40593,-10.38314],[-67.31461,-10.37774],[-67.32216,-10.32438],[-67.1953,-10.32277],[-67.18869,-10.33983],[-67.17093,-10.33814],[-66.57921,-9.90392],[-65.86441,-9.75981],[-65.56503,-9.82477],[-65.44968,-9.67318],[-65.29449,-9.85589],[-65.39474,-10.54722],[-65.35629,-10.78474],[-65.2684,-10.88658],[-65.29861,-11.32656],[-65.14481,-11.70939],[-64.36752,-12.4587],[-63.67538,-12.46675],[-61.64841,-13.53453],[-61.06339,-13.52919],[-60.4303,-13.88608],[-60.23804,-15.09864],[-60.57312,-15.09599],[-60.24353,-15.47221],[-60.17487,-16.26675]]]}},bahia:{id:"bahia",type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-46.26343,-11.52309],[-46.40625,-11.53923],[-46.51062,-11.50425],[-46.604,-11.3481],[-46.61224,-11.25653],[-46.46668,-11.1811],[-46.42822,-11.02208],[-46.32935,-10.9331],[-46.19751,-10.65521],[-45.84045,-10.47701],[-45.82672,-10.35275],[-45.74707,-10.34194],[-45.70038,-10.26087],[-45.72784,-10.15815],[-45.59326,-10.09326],[-45.41199,-10.43379],[-45.45593,-10.55262],[-45.37903,-10.72538],[-45.15381,-10.8387],[-44.90112,-10.90883],[-44.60999,-10.66601],[-44.34631,-10.54182],[-44.13757,-10.63362],[-44.05518,-10.39057],[-43.96179,-10.42839],[-43.78601,-10.15275],[-43.69263,-10.03918],[-43.69812,-9.95262],[-43.64868,-9.82274],[-43.76404,-9.76861],[-43.8794,-9.54117],[-43.68713,-9.41655],[-43.4729,-9.24851],[-43.3081,-9.37861],[-43.04443,-9.36235],[-42.8302,-9.60617],[-42.33581,-9.31899],[-41.90735,-9.23767],[-41.7865,-9.09125],[-41.40198,-8.71136],[-41.14929,-8.70593],[-41.03943,-8.83351],[-41.01471,-8.82808],[-40.92407,-8.83894],[-40.8197,-9.07226],[-40.68237,-9.14277],[-40.66864,-9.26478],[-40.7428,-9.30002],[-40.75653,-9.42197],[-40.62744,-9.47615],[-40.53131,-9.41384],[-40.47363,-9.39758],[-40.42694,-9.34338],[-40.36102,-9.37319],[-40.29785,-9.09396],[-40.23468,-9.04243],[-40.14679,-9.10481],[-40.07813,-9.05057],[-39.98749,-9.05599],[-39.8996,-8.95833],[-39.90509,-8.82808],[-39.68262,-8.77923],[-39.70459,-8.67063],[-39.65241,-8.65977],[-39.41345,-8.50769],[-39.2926,-8.54843],[-39.23492,-8.6299],[-38.96576,-8.76837],[-38.86963,-8.76837],[-38.71307,-8.83622],[-38.68835,-8.90678],[-38.66913,-8.98275],[-38.61694,-8.96376],[-38.60596,-8.86065],[-38.5675,-8.81723],[-38.47687,-8.84708],[-38.50983,-8.94205],[-38.42194,-9.037],[-38.33679,-8.97461],[-38.28461,-9.00716],[-38.31757,-9.06684],[-38.21045,-9.36235],[-38.04565,-9.4599],[-38.02368,-9.8498],[-37.89185,-9.96885],[-37.74902,-10.31492],[-37.8479,-10.37977],[-37.78198,-10.64981],[-37.93579,-10.73617],[-38.13354,-10.6822],[-38.26538,-10.79014],[-38.02368,-11.31848],[-37.73804,-11.57691],[-37.3645,-11.48002],[-38.50159,-18.11975],[-39.65515,-18.35453],[-40.25391,-17.96828],[-40.23193,-17.79053],[-40.61646,-17.38209],[-40.51758,-16.89917],[-40.13306,-16.45716],[-39.90234,-16.04581],[-40.68237,-15.68651],[-41.08887,-15.73939],[-41.35254,-15.73939],[-41.37451,-15.49603],[-41.80298,-15.09334],[-42.04468,-15.18878],[-43.24219,-14.67925],[-43.50586,-14.78551],[-43.92334,-14.63674],[-43.7915,-14.31761],[-44.35181,-14.24309],[-44.65942,-14.38148],[-45.78003,-15.13576],[-46.10962,-15.29478],[-46.06567,-14.87047],[-45.92285,-14.38148],[-46.24146,-14.14723],[-46.32935,-13.11158],[-46.38428,-12.02858],[-46.26343,-11.52309]]]}},brazil:{type:"Feature",id:"brazil",properties:{},geometry:{type:"Polygon",coordinates:[[[-51.56433,4.29711],[-28.4491,1.04914],[-37.67761,-21.04862],[-52.94861,-34.05721],[-53.56384,-33.71063],[-53.58581,-33.23409],[-53.16833,-32.81036],[-54.11316,-32.08723],[-55.73914,-30.85036],[-56.11267,-31.18931],[-56.11267,-30.90694],[-57.0575,-30.14988],[-57.23328,-30.32073],[-57.73865,-30.26381],[-55.98083,-28.5411],[-54.94812,-27.68839],[-53.80554,-27.18136],[-53.7616,-26.73089],[-53.87146,-26.00249],[-54.20105,-25.88394],[-54.6405,-25.88394],[-54.28894,-24.13171],[-55.43701,-24.18685],[-55.87647,-22.3704],[-58.07373,-22.08564],[-58.24402,-20.06109],[-57.71668,-17.98396],[-58.43628,-17.18278],[-58.50769,-16.38866],[-60.1831,-16.29905],[-60.26001,-15.14637],[-60.49072,-14.09396],[-60.94116,-13.63531],[-61.85303,-13.5926],[-63.58887,-12.56529],[-64.22058,-12.55992],[-65.20386,-11.8996],[-65.4126,-9.74154],[-66.82983,-10.1203],[-68.17566,-10.92501],[-70.6366,-11.18379],[-70.6366,-9.62783],[-71.42761,-9.97426],[-72.74597,-9.88769],[-73.97644,-7.10634],[-72.70752,-4.67498],[-70.15869,-4.23686],[-69.67529,-1.03266],[-70.19714,1.75205],[-67.56042,1.83989],[-66.94519,0.69761],[-63.78113,1.83989],[-64.84131,4.36832],[-63.25378,3.59566],[-60.24353,5.20584],[-60.03479,4.98698],[-59.57886,3.81493],[-59.89746,3.26118],[-60.05676,2.76199],[-59.9469,2.2626],[-59.77661,2.23515],[-59.77661,1.75754],[-58.64502,1.55987],[-55.87647,2.61384],[-53.10791,2.35041],[-51.56433,4.29711]]]}},df_br:{id:"df_br",type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-48.20114,-15.49868],[-47.42111,-15.5],[-47.38953,-15.56484],[-47.32361,-15.58865],[-47.33047,-15.63891],[-47.31125,-15.73278],[-47.36755,-15.83189],[-47.3703,-15.927],[-47.36893,-15.99698],[-47.30988,-16.04317],[-48.27805,-16.04713],[-48.24921,-15.94152],[-48.2753,-15.93096],[-48.29041,-15.83189],[-48.22998,-15.77772],[-48.21899,-15.71163],[-48.24097,-15.70898],[-48.23547,-15.66535],[-48.22449,-15.63097],[-48.20251,-15.62568],[-48.20114,-15.49868]]]}},chile:{type:"Feature",id:"chile",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[-110,-28],[-110,-26],[-109,-26],[-109,-28],[-110,-28]],[[-69.46999,-17.50394],[-69.67049,-17.66692],[-69.80164,-17.65253],[-69.83047,-17.71337],[-69.82704,-17.75196],[-69.80919,-17.8023],[-69.75494,-17.98135],[-69.82018,-18.1191],[-69.86618,-18.17325],[-69.96918,-18.26065],[-70.19165,-18.33106],[-72.5,-18.3],[-78,-53],[-68,-58],[-65.80412,-55.20392],[-67.30412,-54.90395],[-68.60412,-54.90395],[-68.60412,-52.65417],[-68.42212,-52.39063],[-68.42268,-52.33665],[-68.57786,-52.32931],[-68.58833,-52.31016],[-68.84205,-52.28181],[-69.19421,-52.15445],[-69.49016,-52.15561],[-70.00412,-52.00423],[-71.92097,-52.00391],[-71.95221,-51.97896],[-72.04212,-51.96756],[-71.93324,-51.91854],[-72.03255,-51.8118],[-72.32412,-51.60426],[-72.34531,-50.65403],[-73.32687,-50.52827],[-73.51742,-49.89065],[-72.98733,-48.99351],[-72.68005,-48.89271],[-72.53174,-48.77746],[-72.56195,-48.50569],[-72.24472,-48.34986],[-72.46788,-47.7451],[-72.0504,-47.34557],[-71.87325,-47.12505],[-71.9426,-46.81204],[-71.64974,-46.68289],[-71.82037,-46.1256],[-71.64459,-46.00936],[-71.75291,-45.55168],[-71.47104,-45.49829],[-71.54383,-45.40436],[-71.3895,-45.35287],[-71.33354,-45.28286],[-71.41148,-45.19486],[-71.56494,-44.98326],[-72.03323,-44.88409],[-72.03495,-44.76989],[-71.24908,-44.80425],[-71.07056,-44.47985],[-71.81213,-44.30714],[-71.58417,-43.64303],[-71.8856,-43.45765],[-71.72596,-43.19066],[-72.14344,-42.90363],[-72.04765,-42.54322],[-72.04182,-42.40546],[-72.17194,-42.14686],[-71.73051,-42.11516],[-71.92612,-40.72332],[-71.80252,-40.42081],[-71.70639,-40.425],[-71.66794,-40.30571],[-71.77643,-40.268],[-71.39465,-38.92843],[-70.90816,-38.67251],[-71.189,-37.74167],[-71.04858,-36.49087],[-70.95932,-36.50246],[-70.37876,-36.04743],[-70.43884,-35.32549],[-70.58441,-35.27646],[-70.53875,-35.20551],[-70.3791,-35.17241],[-69.87854,-34.15614],[-69.8703,-33.57458],[-69.78207,-33.33282],[-69.86721,-33.28663],[-69.99561,-33.3268],[-70.08453,-33.03716],[-70.3125,-32.12562],[-70.22736,-31.93934],[-70.46185,-31.84548],[-70.53102,-31.3724],[-70.07904,-30.38828],[-69.88678,-30.35747],[-69.81262,-30.14869],[-69.93347,-30.10118],[-69.94308,-29.24087],[-68.78609,-27.10803],[-68.56567,-27.17525],[-68.25256,-26.96492],[-68.57666,-26.49147],[-68.5437,-26.27987],[-68.37067,-26.17639],[-68.48328,-25.15399],[-68.32397,-25.09928],[-68.5437,-24.79047],[-68.46405,-24.62829],[-68.24432,-24.39338],[-67.32216,-24.03768],[-66.98639,-23.00012],[-67.17728,-22.81416],[-67.55768,-22.89642],[-67.81586,-22.86099],[-68.19489,-21.27018],[-68.405,-20.93964],[-68.53546,-20.8524],[-68.47504,-20.64949],[-68.72772,-20.46948],[-68.73322,-20.38454],[-68.67279,-20.34591],[-68.76549,-20.08237],[-68.56842,-20.05658],[-68.52997,-19.85262],[-68.68309,-19.72793],[-68.40225,-19.41091],[-68.92548,-18.97253],[-69.11087,-18.1328],[-69.06143,-18.06231],[-69.29352,-17.96698],[-69.30931,-17.9121],[-69.30794,-17.83956],[-69.34708,-17.7343],[-69.47205,-17.61065],[-69.46999,-17.50394]]]]}},bogota:{type:"Feature",id:"bogota",properties:{},geometry:{type:"Polygon",coordinates:[[[-74.38,4.7],[-74.17,5],[-73.75,5],[-73.9,4.37],[-74.25,4.31],[-74.38,4.7]]]}},colombia:{type:"Feature",id:"colombia",properties:{},geometry:{type:"Polygon",coordinates:[[[-75.8,11.8],[-71.3,12.7],[-70.9,11.9],[-71.98242,11.65762],[-72.2406,11.14607],[-72.45483,11.10295],[-72.8833,10.43379],[-72.94922,9.83898],[-73.31177,9.20514],[-72.99866,9.29189],[-72.94373,9.09125],[-72.76245,9.12379],[-72.65259,8.61633],[-72.39716,8.36098],[-72.34497,8.00484],[-72.4054,8.04563],[-72.49054,7.945],[-72.4411,7.89875],[-72.45209,7.53676],[-72.43835,7.40605],[-72.18567,7.38426],[-72.14996,7.32161],[-72.18018,7.24532],[-72.03461,7.0273],[-71.12,7.02457],[-71.09528,6.98641],[-70.9964,6.98641],[-70.77942,7.09817],[-70.5542,7.07636],[-70.30701,6.93461],[-70.11475,6.98095],[-69.43016,6.10778],[-69.34914,6.13987],[-69.31,6.0873],[-69.23378,6.08047],[-69.17404,6.15011],[-69.03877,6.22384],[-68.66455,6.14055],[-67.80762,6.288],[-67.45056,6.21155],[-67.47803,6.10232],[-67.40662,6.00946],[-67.60437,5.7909],[-67.63184,5.4629],[-67.82959,5.31524],[-67.79114,4.28068],[-67.62085,3.74915],[-67.5,3.78204],[-67.29126,3.36537],[-67.86255,2.82234],[-67.58789,2.79491],[-67.1759,2.33395],[-66.85181,1.23037],[-67.08801,1.16172],[-67.16766,1.83989],[-67.34894,1.97715],[-67.36816,2.22417],[-67.44781,2.21868],[-67.56866,2.054],[-67.80487,1.98813],[-67.91199,1.81793],[-68.18939,2.01009],[-68.2663,1.85087],[-68.16193,1.73008],[-69.83459,1.71361],[-69.8291,1.08209],[-69.19739,1.06561],[-69.15344,0.62621],[-69.48303,0.73057],[-69.79065,0.58776],[-70.02686,0.57128],[-70.04059,-0.19226],[-69.60937,-0.50262],[-69.55719,-0.65367],[-69.61212,-0.7498],[-69.41986,-1.03541],[-69.40338,-1.37041],[-69.9321,-4.21974],[-69.94995,-4.23275],[-70.06531,-4.08071],[-70.1841,-3.93893],[-70.28641,-3.82246],[-70.35027,-3.80054],[-70.50613,-3.87796],[-70.71075,-3.793],[-70.04883,-2.75102],[-70.8783,-2.23241],[-71.41113,-2.37786],[-71.75171,-2.19124],[-72.36694,-2.48762],[-72.63336,-2.36688],[-72.67456,-2.4595],[-72.93274,-2.4492],[-73.1813,-2.22692],[-73.10028,-2.0842],[-73.14697,-1.79597],[-73.55347,-1.69439],[-73.47382,-1.55437],[-73.64136,-1.26607],[-73.85834,-1.22763],[-74.27582,-0.97774],[-74.42139,-0.51086],[-74.79492,-0.23621],[-75.20142,-0.06592],[-75.27832,-0.12909],[-75.80566,0.04669],[-76.09955,0.32959],[-76.32751,0.42572],[-76.40991,0.37903],[-76.41266,0.23621],[-76.96198,0.27191],[-77.11029,0.36529],[-77.53601,0.40649],[-77.48383,0.65093],[-77.69257,0.73606],[-77.66441,0.81296],[-77.7166,0.85141],[-77.74544,0.83562],[-77.77565,0.83974],[-77.80861,0.82738],[-77.8196,0.80678],[-77.96173,0.82257],[-78.19794,0.94478],[-78.19931,0.99284],[-78.28308,1.05325],[-78.2515,1.08346],[-78.31741,1.19193],[-78.43002,1.1425],[-78.55499,1.2496],[-78.61816,1.24685],[-80,2.5],[-77.7,7.7],[-77.55524,7.51498],[-77.32178,7.87971],[-77.17896,7.93956],[-77.5,8.5],[-75.8,11.8]]]}},ecuador:{type:"Feature",id:"ecuador",properties:{},geometry:{type:"Polygon",coordinates:[[[-82,-3],[-80,2.2],[-77.86079,0.80404],[-77.72072,0.85484],[-77.66287,0.81794],[-77.66424,0.80884],[-77.67385,0.80215],[-77.67729,0.79099],[-77.66184,0.78979],[-77.68587,0.77365],[-77.6972,0.74241],[-77.67523,0.73778],[-77.5573,0.65058],[-77.47353,0.6626],[-77.52159,0.44837],[-76.47583,0.20874],[-76.32202,0.4422],[-76.0199,0.30487],[-75.81665,0.09064],[-75.26733,-0.1181],[-75.31265,-0.16617],[-75.50629,-0.21698],[-75.22888,-0.56441],[-75.20279,-0.97362],[-75.28931,-0.99147],[-75.36072,-0.95027],[-75.64087,-1.62576],[-76.63376,-2.59052],[-77.84637,-3],[-78.2872,-3.42158],[-79.01917,-5.01844],[-79.24301,-4.96581],[-79.62753,-4.42656],[-79.79233,-4.48954],[-80.12535,-4.29784],[-80.36018,-4.49775],[-80.44584,-4.45086],[-80.44739,-4.37692],[-80.33409,-4.21841],[-80.45013,-4.20968],[-80.44928,-4.13024],[-80.48035,-4.09445],[-80.47297,-4.05079],[-80.44739,-3.99719],[-80.39915,-3.98281],[-80.29701,-4.01843],[-80.12878,-3.89718],[-80.16106,-3.86704],[-80.19264,-3.60256],[-80.21633,-3.582],[-80.20706,-3.54705],[-80.21745,-3.5],[-80.22878,-3.50181],[-80.2335,-3.4899],[-80.2456,-3.48759],[-80.24545,-3.48481],[-80.24416,-3.48461],[-80.24386,-3.48247],[-80.24313,-3.48142],[-80.24393,-3.47881],[-80.24079,-3.47723],[-80.2438,-3.46463],[-80.22217,-3.44047],[-80.25238,-3.41],[-82,-3]]]}},paraguay:{type:"Feature",id:"paraguay",properties:{},geometry:{type:"Polygon",coordinates:[[[-54.25873,-24.35961],[-54.58403,-25.58921],[-54.65681,-25.67588],[-54.67916,-25.99493],[-54.61857,-26.20862],[-54.78678,-26.6308],[-55.42267,-26.99497],[-55.60553,-27.1621],[-55.73675,-27.44486],[-55.78857,-27.44309],[-55.89775,-27.34371],[-55.97809,-27.35591],[-56.06259,-27.30569],[-56.29415,-27.41973],[-56.37473,-27.58873],[-56.601,-27.42072],[-56.84909,-27.606],[-56.96547,-27.50172],[-57.48737,-27.44388],[-57.87465,-27.27496],[-58.59888,-27.29953],[-58.64896,-27.12631],[-58.31974,-26.8579],[-58.18979,-26.64487],[-58.22086,-26.41372],[-58.08456,-26.11154],[-57.89095,-25.96589],[-57.74047,-25.65014],[-57.55483,-25.44809],[-57.76072,-25.17162],[-58.2415,-24.9277],[-58.67226,-24.83161],[-59.3538,-24.4779],[-59.47537,-24.3323],[-60.03924,-24.01125],[-60.37336,-24.02369],[-60.98973,-23.81777],[-61.08807,-23.61362],[-61.73595,-23.234],[-62.20654,-22.70386],[-62.30073,-22.48627],[-62.64387,-22.24906],[-62.26072,-21.05983],[-62.26622,-20.56305],[-61.92152,-20.08915],[-61.73647,-19.63289],[-59.97488,-19.29332],[-59.06988,-19.28619],[-58.20814,-19.80515],[-57.83186,-20.9842],[-57.92507,-21.63334],[-57.88113,-21.68734],[-57.90602,-21.71294],[-57.97194,-22.07832],[-56.81013,-22.27099],[-56.56363,-22.20044],[-56.49462,-22.08659],[-56.39677,-22.07641],[-56.26631,-22.24811],[-56.01774,-22.29259],[-55.8526,-22.28227],[-55.78935,-22.38413],[-55.74034,-22.38913],[-55.75132,-22.47989],[-55.7472,-22.50653],[-55.72347,-22.5514],[-55.69845,-22.56298],[-55.69365,-22.57788],[-55.62361,-22.62986],[-55.38191,-24.00601],[-54.65973,-23.82806],[-54.31366,-24.01762],[-54.25873,-24.35961]]]}},peru:{type:"Feature",id:"peru",properties:{},geometry:{type:"Polygon",coordinates:[[[-83,-3],[-80.25238,-3.41],[-80.22217,-3.44047],[-80.2438,-3.46463],[-80.24079,-3.47723],[-80.24393,-3.47881],[-80.24313,-3.48142],[-80.24386,-3.48247],[-80.24416,-3.48461],[-80.24545,-3.48481],[-80.2456,-3.48759],[-80.2335,-3.4899],[-80.22878,-3.50181],[-80.21745,-3.5001],[-80.20706,-3.54705],[-80.21633,-3.582],[-80.19264,-3.60256],[-80.16106,-3.86704],[-80.12878,-3.89718],[-80.29701,-4.01843],[-80.39915,-3.98281],[-80.44739,-3.99719],[-80.47297,-4.05079],[-80.48035,-4.09445],[-80.44928,-4.13024],[-80.45013,-4.20968],[-80.33409,-4.21841],[-80.44739,-4.37692],[-80.44584,-4.45086],[-80.36018,-4.49775],[-80.12535,-4.29784],[-79.79233,-4.48954],[-79.62753,-4.42656],[-79.24301,-4.96581],[-79.01917,-5.01844],[-78.2872,-3.42158],[-77.84637,-3],[-76.63376,-2.59052],[-75.64087,-1.62576],[-75.36072,-0.95027],[-75.56534,-0.13806],[-75.15884,-0.06665],[-74.40628,-0.55553],[-72.92862,-2.39505],[-70.9552,-2.25162],[-70.02686,-2.70987],[-70.70595,-3.78478],[-70.49789,-3.88142],[-70.32349,-3.8088],[-69.95819,-4.23211],[-69.94446,-4.29784],[-69.99802,-4.37316],[-70.10376,-4.29164],[-70.19028,-4.35946],[-71.82999,-4.5662],[-72.86133,-5.25507],[-73.94348,-7.4932],[-72.19116,-9.95803],[-70.61188,-9.57638],[-70.62149,-10.96681],[-69.57161,-10.94557],[-68.65494,-12.49629],[-69.01886,-13.62196],[-68.83896,-14.22445],[-69.38141,-14.86251],[-69.14795,-15.24444],[-69.39926,-15.6151],[-69.19189,-16.17449],[-69.10177,-16.22555],[-68.96152,-16.19456],[-68.78952,-16.34254],[-68.98865,-16.42357],[-69.04015,-16.57368],[-69.01886,-16.65198],[-69.61075,-17.26542],[-69.46896,-17.37423],[-69.46827,-17.49919],[-69.66654,-17.66071],[-69.81262,-17.67281],[-69.75,-18],[-70,-18.27],[-75,-19],[-83,-3]]]}}};
+  var features$2 = {cape_coast_gh:{type:"Feature",id:"cape_coast_gh",properties:{},geometry:{type:"Polygon",coordinates:[[[-1.6,5],[-1.6,5.4],[-1,5.4],[-1,5],[-1.6,5]]]}},ghana:{type:"Feature",properties:{},id:"ghana",geometry:{type:"Polygon",coordinates:[[[-3.11256,5.13335],[-2.97215,5.11112],[-2.94811,5.12753],[-2.75757,5.10599],[-2.7253,5.14087],[-2.78641,5.28242],[-2.78297,5.29541],[-2.76993,5.2937],[-2.76546,5.31797],[-2.77748,5.33079],[-2.77319,5.35557],[-2.72495,5.34224],[-2.78023,5.60642],[-2.86022,5.65049],[-2.92889,5.61838],[-2.96631,5.64127],[-2.95292,5.71643],[-3.02639,5.7096],[-3.01987,5.8575],[-3.07411,5.98624],[-3.10226,6.15284],[-3.15514,6.25114],[-3.17574,6.25182],[-3.17162,6.29755],[-3.23753,6.54183],[-3.23341,6.60049],[-3.26157,6.61959],[-3.21007,6.73417],[-3.24028,6.83031],[-2.95326,7.23817],[-2.97558,7.27018],[-2.92236,7.61436],[-2.77611,7.94432],[-2.60513,8.03747],[-2.62985,8.11769],[-2.48978,8.20877],[-2.64221,9.00988],[-2.77679,9.03972],[-2.76581,9.15633],[-2.66968,9.26478],[-2.93884,10.66601],[-2.82898,11.0113],[-0.68939,11.00051],[-0.60974,10.91962],[-0.43121,11.04095],[-0.43396,11.10295],[-0.27843,11.17672],[-0.13424,11.13967],[-0.14214,11.10632],[-0.05905,11.08341],[-0.0388,11.10733],[-0.01339,11.11204],[0.02369,11.05308],[0.03296,10.97793],[-0.00549,10.96411],[-0.02266,10.81914],[-0.07141,10.76856],[-0.07999,10.69806],[-0.05905,10.63294],[0.04257,10.60257],[0.0618,10.56207],[0.14351,10.52629],[0.17097,10.42265],[0.26711,10.41151],[0.28633,10.42096],[0.34264,10.31357],[0.39757,10.31492],[0.39722,10.30546],[0.37148,10.28283],[0.35225,10.10746],[0.41817,10.06487],[0.40924,10.01822],[0.36461,10.03174],[0.34676,9.66506],[0.26779,9.64678],[0.24994,9.44771],[0.42847,9.48564],[0.56168,9.40977],[0.48203,8.80501],[0.3804,8.74122],[0.47653,8.59324],[0.65369,8.49546],[0.65781,8.42347],[0.70862,8.38339],[0.72784,8.28964],[0.60425,8.21693],[0.62004,7.70623],[0.59464,7.70283],[0.5809,7.62253],[0.52322,7.5953],[0.52734,7.45099],[0.56168,7.39243],[0.62759,7.40741],[0.66055,7.30935],[0.59395,7.11248],[0.61317,7.09306],[0.59601,7.00549],[0.52322,6.97823],[0.52322,6.94006],[0.56442,6.92234],[0.53284,6.82962],[0.65094,6.73962],[0.63446,6.63733],[0.74707,6.57048],[0.71411,6.51864],[0.90242,6.33355],[1.00405,6.33543],[1.02516,6.25319],[1.05537,6.22964],[1.1,6.17],[1.2,6.17],[1.2,4],[-3,4.5],[-3.11256,5.13335]]]}},madagascar:{type:"Feature",id:"madagascar",properties:{},geometry:{type:"Polygon",coordinates:[[[51,-15],[47.5,-26],[42,-26],[43.5,-16],[49.5,-11],[51,-15]]]}},BGD:{type:"Feature",id:"BGD",properties:{name:"Bangladesh"},geometry:{type:"Polygon",coordinates:[[[92.67272,22.04124],[92.65226,21.32405],[92.30323,21.47548],[92.36855,20.67088],[92.08289,21.1922],[92.02522,21.70157],[91.83489,22.18294],[91.41709,22.76502],[90.49601,22.80502],[90.58696,22.39279],[90.27297,21.83637],[89.84747,22.03915],[89.70205,21.85712],[89.41886,21.96618],[89.03196,22.05571],[88.87631,22.87915],[88.52977,23.63114],[88.69994,24.23372],[88.08442,24.50166],[88.30637,24.86608],[88.93155,25.23869],[88.20979,25.76807],[88.56305,26.44653],[89.35509,26.01441],[89.83248,25.96508],[89.92069,25.26975],[90.87221,25.1326],[91.7996,25.14743],[92.3762,24.97669],[91.91509,24.13041],[91.46773,24.07264],[91.15896,23.50353],[91.70647,22.98526],[91.86993,23.62435],[92.14603,23.6275],[92.67272,22.04124]]]}},india_full:{type:"Feature",id:"india_full",properties:{name:"India"},geometry:{type:"MultiPolygon",coordinates:[[[[77.83745,35.49401],[78.91227,34.32194],[78.81109,33.5062],[79.20889,32.99439],[79.17613,32.48378],[78.45845,32.61816],[78.73889,31.51591],[79.72137,30.88272],[81.11126,30.18348],[80.47672,29.72987],[80.08843,28.79447],[81.0572,28.41609],[81.99999,27.92548],[83.30425,27.36451],[84.67502,27.2349],[85.25178,26.7262],[86.02439,26.63098],[87.22747,26.3979],[88.06024,26.41462],[88.1748,26.8104],[88.04313,27.44582],[88.12044,27.87654],[88.73033,28.08686],[88.81425,27.29932],[88.83564,27.09897],[89.74453,26.7194],[90.37328,26.87572],[91.21751,26.80865],[92.03348,26.83831],[92.10371,27.45261],[91.69666,27.77174],[92.50312,27.89688],[93.41335,28.64063],[94.56599,29.27744],[95.4048,29.03172],[96.11768,29.4528],[96.58659,28.83098],[96.24883,28.41103],[97.32711,28.26158],[97.40256,27.88254],[97.05199,27.69906],[97.134,27.08377],[96.41937,27.26459],[95.12477,26.57357],[95.15515,26.00131],[94.60325,25.16249],[94.55266,24.67524],[94.10674,23.85074],[93.32519,24.07856],[93.28633,23.04366],[93.06029,22.70311],[93.16613,22.27846],[92.67272,22.04124],[92.14603,23.6275],[91.86993,23.62435],[91.70647,22.98526],[91.15896,23.50353],[91.46773,24.07264],[91.91509,24.13041],[92.3762,24.97669],[91.7996,25.14743],[90.87221,25.1326],[89.92069,25.26975],[89.83248,25.96508],[89.35509,26.01441],[88.56305,26.44653],[88.20979,25.76807],[88.93155,25.23869],[88.30637,24.86608],[88.08442,24.50166],[88.69994,24.23372],[88.52977,23.63114],[88.87631,22.87915],[89.03196,22.05571],[88.88877,21.69059],[88.2085,21.70317],[86.9757,21.49556],[87.03317,20.74331],[86.49935,20.15164],[85.06027,19.47858],[83.94101,18.30201],[83.18922,17.67122],[82.19279,17.01664],[82.19124,16.55666],[81.69272,16.31022],[80.792,15.95197],[80.3249,15.89918],[80.02507,15.13641],[80.23327,13.83577],[80.28629,13.00626],[79.86255,12.05621],[79.858,10.35727],[79.34051,10.30885],[78.88535,9.54614],[79.18972,9.21654],[78.27794,8.93305],[77.94116,8.25296],[77.5399,7.96554],[76.59298,8.89928],[76.13006,10.29963],[75.74647,11.30825],[75.3961,11.78125],[74.86482,12.74194],[74.61672,13.99258],[74.44386,14.61722],[73.5342,15.99065],[73.11991,17.92857],[72.82091,19.20823],[72.82448,20.4195],[72.63053,21.35601],[71.17527,20.75744],[70.47046,20.87733],[69.16413,22.0893],[69.64493,22.45078],[69.3496,22.84318],[68.17664,23.69196],[68.8426,24.35913],[71.04324,24.35652],[70.8447,25.2151],[70.28287,25.72223],[70.16893,26.49187],[69.51439,26.94097],[70.6165,27.9892],[71.77767,27.91318],[72.82375,28.96159],[73.45064,29.97641],[74.42138,30.97981],[74.40593,31.69264],[75.25864,32.2711],[74.45156,32.7649],[74.10429,33.44147],[73.74995,34.3177],[74.2402,34.74889],[75.75706,34.50492],[76.87172,34.65354],[77.83745,35.49401]]]]}},india_puducherry:{type:"Feature",id:"india_puducherry",properties:{name:"Puducherry"},geometry:{type:"Polygon",coordinates:[[[79.87782,12.04973],[79.84726,11.95536],[79.83593,11.90229],[79.81979,11.85761],[79.81464,11.79006],[79.79645,11.7736],[79.77036,11.77191],[79.74564,11.78065],[79.6804,11.7988],[79.61655,11.82434],[79.58702,11.88549],[79.65672,11.93152],[79.64745,11.9594],[79.6423,12.0138],[79.66599,12.03865],[79.72813,12.04201],[79.79885,12.0457],[79.8452,12.05644],[79.87782,12.04973]]]}},IDN:{type:"Feature",id:"IDN",properties:{},geometry:{type:"Polygon",coordinates:[[[109.538,1.92671],[109.58606,1.79192],[109.68554,1.78179],[109.66224,1.61881],[109.82759,1.48148],[109.93117,1.42466],[109.97919,1.29865],[110.09758,1.19756],[110.1922,1.18303],[110.30096,0.99575],[110.39497,0.99668],[110.49064,0.87637],[110.59486,0.858],[110.85815,0.94998],[110.9055,1.02835],[111.19759,1.06475],[111.22607,1.08799],[111.40504,1.0094],[111.48916,1.03442],[111.52219,0.95868],[111.66704,1.04281],[111.82599,0.98538],[111.934,1.10284],[112.13391,1.13752],[112.22581,1.39272],[112.20003,1.43709],[112.5171,1.57395],[112.77536,1.56153],[112.87744,1.58118],[113.05767,1.55877],[113.106,1.44495],[113.35493,1.35908],[113.41908,1.28549],[113.53549,1.32127],[113.63068,1.21597],[113.81508,1.30294],[113.85093,1.38715],[113.97573,1.45005],[114.14945,1.46149],[114.2027,1.4213],[114.41581,1.51111],[114.52646,1.44179],[114.58583,1.44665],[114.61498,1.57508],[114.71115,1.67148],[114.69469,1.81063],[114.74372,1.86954],[114.87834,1.91463],[114.80632,2.02438],[114.78024,2.14454],[114.79949,2.24936],[114.90604,2.25697],[114.95039,2.35132],[115.09508,2.41123],[115.13965,2.4776],[115.23743,2.50599],[115.09278,2.69409],[115.14115,2.74432],[115.11387,2.83327],[115.15001,2.90895],[115.24912,2.9667],[115.48328,3.01964],[115.56423,3.17109],[115.51617,3.26111],[115.53779,3.36201],[115.6344,3.45571],[115.57652,3.6094],[115.57965,3.74752],[115.61864,3.84247],[115.58177,3.88792],[115.64991,3.98828],[115.70731,4.19935],[115.8296,4.24118],[115.8779,4.39102],[116.00607,4.34818],[116.07901,4.27643],[116.18028,4.38255],[116.34851,4.39138],[116.43275,4.32567],[116.53602,4.37566],[116.61942,4.33622],[116.89887,4.36704],[116.97351,4.34488],[117.28899,4.31595],[117.52934,4.1615],[117.8992,4.16585],[117.95861,4.19058],[118.26478,4.09696],[127.3,5.2],[129,2.7],[141,-2.4],[141,-6.3],[140.83,-6.7],[141.02,-6.95],[141.02,-9.5],[128.5,-9.5],[127.3,-8.2],[125,-8.5],[123.96,-9.2],[124.11,-9.42],[124.22,-9.37],[124.269,-9.4],[124.287,-9.5],[124.358,-9.48564],[124.355,-9.43281],[124.383,-9.361],[124.444,-9.31899],[124.48,-9.15],[124.95,-8.9],[124.94064,-9.03565],[124.99695,-9.06413],[125.11368,-8.98275],[125.18234,-9.03293],[125.18234,-9.17396],[124.98459,-9.19429],[124.99283,-9.28646],[125.04913,-9.33254],[125.16,-9.7],[123,-11.4],[100,-7],[93.5,6.3],[96.6,6.1],[103,1.4],[103.75,1.14],[103.9,1.2],[104.5,1.3],[105,3],[108,5.1],[109.64501,2.08141],[109.62041,1.98321],[109.538,1.92671]]]}},japan:{type:"Feature",id:"japan",properties:{},geometry:{type:"Polygon",coordinates:[[[141.11938,45.69083],[142.28497,45.56863],[145.39307,44.48867],[145.57983,44.11125],[145.27222,43.79291],[145.47821,43.46289],[145.68695,43.4589],[145.91217,43.39108],[145.44903,42.69934],[143.91094,41.8376],[142.48272,39.3181],[142.1751,38.15265],[141.38409,35.69383],[140.94463,35.21056],[140.55908,32.1198],[139.38457,31.87843],[138.98907,33.1752],[138.01025,34.29807],[135.99976,33.17434],[133.53882,32.71336],[132.48516,32.06483],[131.56128,31.04352],[131.03497,29.53613],[129.94629,27.50827],[127.78301,25.4442],[126.47461,25.42343],[125.86487,24.52713],[124.92657,23.88678],[123.37921,23.82053],[122.67883,24.31456],[122.7293,24.64795],[124.67834,25.02588],[125.36602,25.52354],[126.24493,26.35342],[127.56329,27.13828],[128.57403,28.73003],[128.74981,31.46703],[128.36426,32.62087],[128.92559,33.76174],[129.21021,34.62417],[129.56177,34.84086],[136.69739,37.9312],[139.1209,38.85762],[139.04297,42.04929],[140.13165,43.58114],[140.5711,45.64549],[141.11938,45.69083]]]}},korea:{type:"Feature",id:"korea",properties:{},geometry:{type:"Polygon",coordinates:[[[125,33],[124,39.5],[124.38171,40.12429],[124.87061,40.47202],[126.04614,40.95294],[126.60095,41.57231],[126.90308,41.79179],[127.24915,41.50446],[128.19397,41.41802],[128.28186,41.56614],[128.0127,42.0097],[128.8751,42.04521],[129.2926,42.43967],[129.67438,42.45589],[129.87762,43],[130.19348,42.92023],[130.31433,42.66224],[130.50385,42.59555],[130.68237,42.2895],[131.3,36.6],[127.3,33],[125,33]]]}},malaysia:{type:"Feature",id:"malaysia",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[109.538,1.92671],[109.62041,1.98321],[109.64501,2.08141],[113.8,4.8],[114.26015,4.50701],[114.33278,4.34889],[114.31645,4.26363],[114.45418,4.24183],[114.49579,4.14668],[114.6492,4.00624],[114.80762,4.14929],[114.85775,4.26957],[114.87758,4.42656],[114.82955,4.42966],[114.80229,4.67536],[114.85851,4.79751],[114.97133,4.80824],[115.02238,4.74977],[115.09879,4.4685],[115.15547,4.38302],[115.24582,4.34118],[115.28924,4.60384],[115.2375,4.79584],[115.15038,4.87204],[115.15825,5.02512],[115,5.3],[116.9,7.6],[117.5,7.4],[119.35011,5.53088],[119.43909,5.11578],[118.83773,4.45269],[118.26478,4.09696],[117.95861,4.19058],[117.8992,4.16585],[117.52934,4.1615],[117.28899,4.31595],[116.97351,4.34488],[116.89887,4.36704],[116.61942,4.33622],[116.53602,4.37566],[116.43275,4.32567],[116.34851,4.39138],[116.18028,4.38255],[116.07901,4.27643],[116.00607,4.34818],[115.8779,4.39102],[115.8296,4.24118],[115.70731,4.19935],[115.64991,3.98828],[115.58177,3.88792],[115.61864,3.84247],[115.57965,3.74752],[115.57652,3.6094],[115.6344,3.45571],[115.53779,3.36201],[115.51617,3.26111],[115.56423,3.17109],[115.48328,3.01964],[115.24912,2.9667],[115.15001,2.90895],[115.11387,2.83327],[115.14115,2.74432],[115.09278,2.69409],[115.23743,2.50599],[115.13965,2.4776],[115.09508,2.41123],[114.95039,2.35132],[114.90604,2.25697],[114.79949,2.24936],[114.78024,2.14454],[114.80632,2.02438],[114.87834,1.91463],[114.74372,1.86954],[114.69469,1.81063],[114.71115,1.67148],[114.61498,1.57508],[114.58583,1.44665],[114.52646,1.44179],[114.41581,1.51111],[114.2027,1.4213],[114.14945,1.46149],[113.97573,1.45005],[113.85093,1.38715],[113.81508,1.30294],[113.63068,1.21597],[113.53549,1.32127],[113.41908,1.28549],[113.35493,1.35908],[113.106,1.44495],[113.05767,1.55877],[112.87744,1.58118],[112.77536,1.56153],[112.5171,1.57395],[112.20003,1.43709],[112.22581,1.39272],[112.13391,1.13752],[111.934,1.10284],[111.82599,0.98538],[111.66704,1.04281],[111.52219,0.95868],[111.48916,1.03442],[111.40504,1.0094],[111.22607,1.08799],[111.19759,1.06475],[110.9055,1.02835],[110.85815,0.94998],[110.59486,0.858],[110.49064,0.87637],[110.39497,0.99668],[110.30096,0.99575],[110.1922,1.18303],[110.09758,1.19756],[109.97919,1.29865],[109.93117,1.42466],[109.82759,1.48148],[109.66224,1.61881],[109.68554,1.78179],[109.58606,1.79192],[109.538,1.92671]]],[[[99.45833,6.30667],[99.51167,6.48167],[99.68908,6.47146],[99.91691,6.5233],[100.07588,6.40615],[100.15906,6.48065],[100.17157,6.69376],[100.32605,6.6597],[100.36648,6.53967],[100.4962,6.52128],[100.66237,6.45103],[100.73937,6.49207],[100.81258,6.44219],[100.83515,6.29654],[100.90398,6.23379],[100.98414,6.27884],[101.0943,6.26044],[101.12667,6.19264],[101.0868,5.9109],[101.03707,5.91804],[100.98946,5.78393],[101.1192,5.67031],[101.25999,5.71155],[101.27615,5.81155],[101.39691,5.87241],[101.48454,5.86993],[101.58131,5.93436],[101.66236,5.86871],[101.69082,5.75576],[101.79332,5.75066],[101.94402,5.87247],[101.94265,5.98109],[102.05204,6.0785],[102.08029,6.22537],[102.2,6.5],[103.6,5.8],[104.8,2.5],[104.5,1.5],[104.31571,1.28352],[104.12518,1.27582],[104.07647,1.43092],[103.89786,1.42794],[103.81267,1.47847],[103.67389,1.42814],[103.56667,1.1955],[103,1.325],[99,4.5],[99.45833,6.30667]]]]}},MNG:{type:"Feature",id:"MNG",properties:{name:"Mongolia"},geometry:{type:"Polygon",coordinates:[[[87.75126,49.2972],[88.80557,49.47052],[90.71367,50.33181],[92.23471,50.80217],[93.10422,50.49529],[94.14757,50.48054],[94.81595,50.01343],[95.81403,49.97747],[97.25973,49.72606],[98.23176,50.4224],[97.82574,51.011],[98.86149,52.04737],[99.98173,51.63401],[100.88948,51.51686],[102.06522,51.25992],[102.25591,50.51056],[103.67655,50.08997],[104.62155,50.27533],[105.88659,50.40602],[106.8888,50.2743],[107.86818,49.79371],[108.47517,49.28255],[109.40245,49.29296],[110.66201,49.13013],[111.58123,49.37797],[112.89774,49.54357],[114.36246,50.2483],[114.96211,50.14025],[115.4857,49.80518],[116.6788,49.88853],[116.1918,49.1346],[115.48528,48.13538],[115.74284,47.72655],[116.30895,47.85341],[117.29551,47.69771],[118.06414,48.06673],[118.86657,47.74706],[119.77282,47.04806],[119.66327,46.69268],[118.87433,46.80541],[117.4217,46.67273],[116.71787,46.3882],[115.9851,45.72724],[114.46033,45.33982],[113.46391,44.80889],[112.43606,45.01165],[111.87331,45.10208],[111.34838,44.45744],[111.66774,44.07318],[111.82959,43.74312],[111.12968,43.40683],[110.4121,42.87123],[109.2436,42.51945],[107.74477,42.48152],[106.12932,42.13433],[104.96499,41.59741],[104.52228,41.90835],[103.31228,41.90747],[101.83304,42.51487],[100.84587,42.6638],[99.51582,42.52469],[97.45176,42.74889],[96.3494,42.72563],[95.76246,43.31945],[95.30688,44.24133],[94.68893,44.35233],[93.48073,44.97547],[92.13389,45.11508],[90.94554,45.28607],[90.58577,45.71972],[90.97081,46.88815],[90.28083,47.69355],[88.8543,48.06908],[88.01383,48.59946],[87.75126,49.2972]]]}},MMR:{type:"Feature",id:"MMR",properties:{name:"Myanmar"},geometry:{type:"Polygon",coordinates:[[[92.10937,20.85881],[92.3291,21.49396],[92.68066,21.28937],[92.63672,22.08564],[92.98828,22.06528],[93.18604,22.22809],[93.14209,23.09994],[93.38379,23.22115],[93.36182,24.1267],[94.19678,23.92601],[94.70215,25.04579],[94.57031,25.26457],[95.20752,26.03704],[95.05371,26.49024],[97.66846,28.51697],[98.65723,27.50827],[98.56934,25.85922],[97.62451,24.8665],[97.73438,23.88584],[98.83301,24.14675],[98.85498,23.18076],[99.49219,23.05952],[99.1626,22.04491],[100.0415,21.96342],[100.32715,21.49396],[101.09619,21.71868],[101.16211,21.41216],[99.99756,20.36523],[97.91016,19.49766],[97.53662,18.29195],[98.83301,16.21467],[98.50342,15.32657],[98.21777,15.11455],[98.65723,14.24309],[99.18457,13.66734],[99.22852,12.85465],[99.66797,11.65224],[98.4375,9.90392],[97.77832,14.34955],[97.00928,16.80454],[95.42725,15.55954],[94.021,16.04581],[94.21875,18.0832],[92.10937,20.85881]]]}},NPL:{type:"Feature",id:"NPL",properties:{name:"Nepal"},geometry:{type:"Polygon",coordinates:[[[88.12044,27.87654],[88.04313,27.44582],[88.1748,26.8104],[88.06024,26.41462],[87.22747,26.3979],[86.02439,26.63098],[85.25178,26.7262],[84.67502,27.2349],[83.30425,27.36451],[81.99999,27.92548],[81.0572,28.41609],[80.08843,28.79447],[80.47672,29.72987],[81.11126,30.18348],[81.5258,30.42272],[82.32751,30.11527],[83.33711,29.46373],[83.89899,29.32023],[84.23458,28.83989],[85.01164,28.64277],[85.82332,28.20358],[86.95452,27.97426],[88.12044,27.87654]]]}},philippines:{type:"Feature",id:"philippines",properties:{},geometry:{type:"Polygon",coordinates:[[[114.93896,8.23324],[122.01416,21.71868],[127.6062,7.39515],[125.50781,5.14566],[118.89954,4.41761],[119.49829,5.28789],[117.53174,7.39515],[114.93896,8.23324]]]}},russia:{type:"Feature",id:"russia",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[22.7311,54.32754],[20.89224,54.31253],[19.66064,54.42608],[19.88848,54.86616],[21.26845,55.19048],[22.31572,55.0153],[22.75776,54.85657],[22.65105,54.58274],[22.7311,54.32754]]],[[[-180,83],[-169,66.5],[-171,64],[-180,64],[-180,83]]],[[[180,83],[180,64.97971],[179.99281,64.97433],[178.7072,64.53493],[177.41128,64.60821],[178.313,64.07593],[178.90825,63.25197],[179.37034,62.98262],[179.48636,62.56894],[179.22825,62.3041],[177.3643,62.5219],[174.56929,61.76915],[173.68013,61.65261],[172.15,60.95],[170.6985,60.33618],[170.33085,59.88177],[168.90046,60.57355],[166.29498,59.78855],[165.84,60.16],[164.87674,59.7316],[163.53929,59.86871],[163.21711,59.21101],[162.01733,58.24328],[162.05297,57.83912],[163.19191,57.61503],[163.05794,56.15924],[162.12958,56.12219],[161.70146,55.28568],[162.11749,54.85514],[160.36877,54.34433],[160.02173,53.20257],[158.53094,52.95868],[158.23118,51.94269],[156.78979,51.01105],[156.42,51.7],[155.99182,53.15895],[155.43366,55.38103],[155.91442,56.76792],[156.75815,57.3647],[156.81035,57.83204],[158.36433,58.05575],[160.15064,59.31477],[161.87204,60.343],[163.66969,61.1409],[164.47355,62.55061],[163.25842,62.46627],[162.65791,61.6425],[160.12148,60.54423],[159.30232,61.77396],[156.72068,61.43442],[154.21806,59.75818],[155.04375,59.14495],[152.81185,58.88385],[151.26573,58.78089],[151.33815,59.50396],[149.78371,59.65573],[148.54481,59.16448],[145.48722,59.33637],[142.19782,59.03998],[138.95848,57.08805],[135.12619,54.72959],[136.70171,54.60355],[137.19342,53.97732],[138.1647,53.75501],[138.80463,54.25455],[139.90151,54.18968],[141.34531,53.08957],[141.37923,52.23877],[140.59742,51.23967],[140.51308,50.04553],[140.06193,48.44671],[138.55472,46.99965],[138.21971,46.30795],[136.86232,45.1435],[135.51535,43.989],[134.86939,43.39821],[133.53687,42.81147],[132.90627,42.79849],[132.27807,43.28456],[130.93587,42.55274],[130.78,42.22],[130.64,42.395],[130.63387,42.90302],[131.14469,42.92999],[131.28856,44.11152],[131.02519,44.96796],[131.88345,45.32116],[133.09712,45.14409],[133.76964,46.11693],[134.11235,47.21248],[134.50081,47.57845],[135.02631,48.47823],[133.3736,48.18344],[132.50669,47.78896],[130.98726,47.79013],[130.58229,48.72969],[129.39782,49.4406],[127.6574,49.76027],[127.28746,50.7398],[126.93916,51.35389],[126.5644,51.78426],[125.94635,52.7928],[125.06821,53.16105],[123.57147,53.4588],[122.24575,53.43173],[121.00308,53.2514],[120.17709,52.75389],[120.72579,52.51623],[120.7382,51.96411],[120.18208,51.64355],[119.27939,50.58292],[119.28846,50.14288],[117.87924,49.51098],[116.6788,49.88853],[115.4857,49.80518],[114.96211,50.14025],[114.36246,50.2483],[112.89774,49.54357],[111.58123,49.37797],[110.66201,49.13013],[109.40245,49.29296],[108.47517,49.28255],[107.86818,49.79371],[106.8888,50.2743],[105.88659,50.40602],[104.62158,50.27532],[103.67655,50.08997],[102.25589,50.51056],[102.06521,51.25991],[100.88948,51.51686],[99.98173,51.63401],[98.86149,52.04737],[97.82574,51.011],[98.23176,50.4224],[97.25976,49.72605],[95.81402,49.97746],[94.81595,50.01343],[94.14757,50.48054],[93.10421,50.49529],[92.23471,50.80217],[90.71367,50.33181],[88.80557,49.47052],[87.75126,49.2972],[87.35997,49.21498],[86.82936,49.82668],[85.54127,49.69286],[85.11556,50.1173],[84.41638,50.3114],[83.93511,50.88925],[83.383,51.06918],[81.94599,50.8122],[80.56845,51.38834],[80.03556,50.86475],[77.80092,53.40442],[76.52518,54.177],[76.8911,54.49052],[74.38482,53.54685],[73.42568,53.48981],[73.50852,54.03562],[72.22415,54.37665],[71.18013,54.13329],[70.86527,55.16973],[69.06817,55.38525],[68.1691,54.97039],[65.66687,54.60125],[65.17853,54.35423],[61.4366,54.00625],[60.97807,53.66499],[61.69999,52.98],[60.73999,52.71999],[60.92727,52.44755],[59.96753,51.96042],[61.588,51.27266],[61.33742,50.79907],[59.93281,50.84219],[59.64228,50.54544],[58.36332,51.06364],[56.77798,51.04355],[55.71694,50.62171],[54.53288,51.02624],[52.32872,51.71865],[50.76665,51.69276],[48.70238,50.60513],[48.57784,49.87476],[47.54948,50.4547],[46.7516,49.35601],[47.04367,49.15204],[46.46645,48.39415],[47.31524,47.71585],[48.05725,47.74377],[48.69473,47.07563],[48.59325,46.56104],[49.10116,46.39933],[48.64541,45.80629],[47.67591,45.64149],[46.68201,44.6092],[47.59094,43.66016],[47.49252,42.98658],[48.58437,41.80888],[47.98728,41.40582],[47.81567,41.15142],[47.37331,41.21973],[46.68607,41.82714],[46.40495,41.86068],[45.7764,42.09244],[45.47028,42.50278],[44.53762,42.71199],[43.93121,42.55496],[43.75599,42.74083],[42.3944,43.2203],[40.92219,43.38215],[40.07697,43.5531],[39.95501,43.435],[38.68,44.28],[37.53912,44.65721],[36.67546,45.24469],[37.40317,45.40451],[38.23295,46.24087],[37.67372,46.63657],[39.14767,47.04475],[39.1212,47.26336],[38.22354,47.10219],[38.25511,47.5464],[38.77057,47.82562],[39.73828,47.89894],[39.89562,48.23241],[39.67465,48.78382],[40.08079,49.30743],[40.06904,49.60105],[38.59499,49.92646],[38.01063,49.91566],[37.39346,50.38395],[36.62617,50.22559],[35.35612,50.5772],[35.37791,50.77394],[35.02218,51.20757],[34.22482,51.25599],[34.14198,51.56641],[34.39173,51.76888],[33.7527,52.33508],[32.71576,52.23846],[32.41206,52.28869],[32.15944,52.06125],[31.78597,52.10168],[31.54002,52.74205],[31.3052,53.074],[31.49764,53.16743],[32.30452,53.13273],[32.69364,53.35142],[32.4056,53.61805],[31.73127,53.79403],[31.79142,53.97464],[31.38447,54.15706],[30.75753,54.81177],[30.97184,55.08155],[30.87391,55.55098],[29.89629,55.78946],[29.37157,55.67009],[29.22951,55.91834],[28.17671,56.16913],[27.85528,56.75933],[27.77002,57.24426],[27.28818,57.47453],[27.71669,57.7919],[27.42015,58.72457],[28.1317,59.30083],[27.98112,59.47537],[29.1177,60.02805],[28.07,60.50352],[30.21111,61.78003],[31.13999,62.35769],[31.51609,62.86769],[30.03587,63.55281],[30.44468,64.20445],[29.54443,64.94867],[30.21765,65.80598],[29.05459,66.94429],[29.97743,67.6983],[28.44594,68.36461],[28.59193,69.06478],[35,71],[40,83],[180,83]]]]}},LKA:{type:"Feature",id:"LKA",properties:{name:"Sri Lanka"},geometry:{type:"Polygon",coordinates:[[[81.78796,7.52306],[81.63732,6.48177],[81.21802,6.19714],[80.34836,5.96837],[79.87247,6.76346],[79.69517,8.20084],[80.1478,9.82408],[80.83882,9.26843],[81.30432,8.56421],[81.78796,7.52306]]]}},taiwan:{type:"Feature",id:"taiwan",properties:{},geometry:{type:"Polygon",coordinates:[[[119,23.5],[121.7,26],[122.5,25.5],[121.8,21.8],[120,21.5],[119,23.5]]]}},thailand_cnx:{type:"Feature",id:"thailand_cnx",properties:{},geometry:{type:"Polygon",coordinates:[[[98.4375,18.2319],[98.4375,19.2255],[99.5306,19.2255],[99.5306,18.2319],[98.4375,18.2319]]]}},thailand_full:{type:"Feature",id:"thailand_full",properties:{},geometry:{type:"Polygon",coordinates:[[[97.50366,8.39358],[97.7124,9.60075],[99.47021,11.8566],[98.05298,14.84923],[98.32764,16.15137],[97.21802,18.39623],[97.38281,19.73568],[100.2832,20.66363],[101.37085,19.69431],[101.40381,18.27109],[104.08447,18.58377],[105.76538,16.06693],[105.52368,14.15788],[102.854,13.82741],[103.00781,11.69527],[102.12891,5.81276],[101.11542,5.4875],[100.66498,6.42448],[99.13788,6.34806],[97.50366,8.39358]]]}},"al-tirana":{type:"Feature",id:"al-tirana",properties:{},geometry:{type:"Polygon",coordinates:[[[19.77796,41.36244],[19.78028,41.36267],[19.78123,41.36014],[19.78004,41.35915],[19.78099,41.35803],[19.77752,41.35682],[19.78082,41.35409],[19.77658,41.35122],[19.78029,41.34936],[19.7832,41.35026],[19.7899,41.34976],[19.79536,41.34793],[19.80046,41.3502],[19.81074,41.35213],[19.81874,41.35044],[19.82238,41.35173],[19.83428,41.35186],[19.84174,41.35434],[19.84682,41.3589],[19.84829,41.35842],[19.85095,41.36008],[19.85159,41.35903],[19.8561,41.35843],[19.85488,41.3545],[19.85784,41.35167],[19.85518,41.35228],[19.85275,41.35145],[19.85276,41.34956],[19.85151,41.34955],[19.85462,41.34419],[19.85876,41.33995],[19.8642,41.33947],[19.86465,41.33789],[19.86829,41.33772],[19.86999,41.33882],[19.87262,41.33794],[19.87259,41.33606],[19.87543,41.3355],[19.87644,41.33126],[19.87554,41.33042],[19.87232,41.33102],[19.87095,41.32999],[19.86659,41.33088],[19.86535,41.32664],[19.86164,41.32543],[19.85813,41.3214],[19.85489,41.32066],[19.85575,41.31876],[19.84532,41.314],[19.84458,41.31212],[19.85095,41.30156],[19.84975,41.29748],[19.8457,41.29559],[19.83906,41.29791],[19.82955,41.29568],[19.82738,41.29791],[19.82504,41.29827],[19.82605,41.29986],[19.82333,41.30509],[19.82032,41.30525],[19.81821,41.3037],[19.81168,41.30787],[19.81162,41.31002],[19.80709,41.31302],[19.79827,41.31487],[19.79767,41.31238],[19.79374,41.313],[19.78954,41.31035],[19.7852,41.31117],[19.78057,41.3142],[19.77976,41.31244],[19.78765,41.30887],[19.78369,41.30473],[19.77721,41.30247],[19.77515,41.30039],[19.77077,41.30363],[19.76019,41.29972],[19.75706,41.30651],[19.75854,41.30874],[19.75473,41.31208],[19.75643,41.31314],[19.75571,41.31548],[19.76586,41.3199],[19.76813,41.32266],[19.77017,41.32139],[19.76811,41.31882],[19.76922,41.31754],[19.77559,41.31854],[19.77323,41.32284],[19.77378,41.32422],[19.77893,41.32349],[19.77968,41.32518],[19.78451,41.32399],[19.78734,41.32541],[19.78321,41.33328],[19.78343,41.33578],[19.77659,41.33783],[19.78083,41.34567],[19.76839,41.35239],[19.75832,41.35489],[19.76053,41.35931],[19.75484,41.3598],[19.75767,41.36542],[19.76169,41.36185],[19.76434,41.36249],[19.76411,41.36393],[19.76775,41.36369],[19.76857,41.36459],[19.77145,41.364],[19.77204,41.36125],[19.77796,41.36244]]]}},albania:{type:"Feature",id:"albania",properties:{},geometry:{type:"Polygon",coordinates:[[[19.39087,41.86138],[19.40186,42.09007],[19.27002,42.18376],[19.69849,42.67436],[19.81384,42.46399],[20.07202,42.55713],[20.25879,42.33824],[20.34668,42.32606],[20.51697,42.23665],[20.61584,41.92272],[20.52795,41.71803],[20.56091,41.57847],[20.44556,41.54559],[20.56091,41.40566],[20.50049,41.3397],[20.58289,41.09177],[20.65979,41.07521],[20.71472,40.90521],[20.95642,40.92181],[20.98389,40.7431],[21.07178,40.60978],[20.95093,40.47202],[20.85205,40.47202],[20.68726,40.10329],[20.43457,40.07387],[20.33569,39.99396],[20.43457,39.82119],[20.38513,39.77899],[20.28625,39.8001],[20.31921,39.72831],[20.20386,39.63954],[19.97314,39.69451],[20.0116,39.86759],[19.86328,40.04444],[19.35791,40.2921],[19.25354,40.51798],[19.4458,40.3298],[19.50073,40.43859],[19.31396,40.65564],[19.41833,40.90936],[19.53918,40.92181],[19.4458,41.00063],[19.43481,41.15384],[19.50623,41.2489],[19.4458,41.32733],[19.41284,41.4139],[19.51721,41.52092],[19.45129,41.60312],[19.52271,41.57847],[19.58862,41.62366],[19.59961,41.7836],[19.39087,41.86138]]]}},austria:{type:"Feature",id:"austria",properties:{},geometry:{type:"Polygon",coordinates:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]]}},graz:{type:"Feature",id:"graz",properties:{},geometry:{type:"Polygon",coordinates:[[[15.26276,46.94182],[15.26276,47.16918],[15.62943,47.16918],[15.62943,46.94182],[15.26276,46.94182]]]}},belarus:{type:"Feature",id:"belarus",properties:{},geometry:{type:"Polygon",coordinates:[[[23.19351,52.37811],[23.38715,52.57134],[23.67554,52.61806],[23.87329,52.72215],[23.75656,53.20027],[23.42148,53.83956],[23.43521,53.97467],[24.33609,53.99082],[24.73022,54.03762],[24.70825,54.16967],[24.95682,54.18253],[25.48004,54.37176],[25.63385,54.95239],[26.53748,55.24468],[26.27655,55.26973],[26.48804,55.71009],[26.89728,55.87993],[27.56195,55.82597],[27.56195,55.97226],[27.98218,56.20976],[29.64935,55.96304],[30.28107,55.89303],[30.95398,55.64815],[31.20941,54.67065],[32.47009,53.7617],[32.83539,53.3866],[32.22839,53.02635],[31.51978,53.16159],[31.84662,52.06262],[30.8139,51.93411],[30.4953,51.21032],[27.71301,51.46085],[25.85083,51.88666],[24.5874,51.81541],[23.51898,51.41634],[23.45581,51.99841],[23.15918,52.1874],[23.19351,52.37811]]]}},belgium:{type:"Feature",id:"belgium",properties:{},geometry:{type:"Polygon",coordinates:[[[3.08167,51.55146],[3.30963,51.43346],[3.36834,51.36996],[3.37761,51.35956],[3.37589,51.34841],[3.38482,51.34337],[3.38722,51.33887],[3.38688,51.33286],[3.36096,51.31527],[3.3819,51.30207],[3.37641,51.29928],[3.36782,51.29681],[3.38293,51.28726],[3.38327,51.2806],[3.37915,51.27824],[3.38121,51.27598],[3.39031,51.27416],[3.39598,51.26686],[3.40439,51.26449],[3.40937,51.25923],[3.41795,51.26127],[3.42138,51.25848],[3.4267,51.25482],[3.42894,51.24709],[3.44679,51.24279],[3.52592,51.24677],[3.51425,51.2878],[3.52927,51.28935],[3.53434,51.28474],[3.53811,51.28479],[3.54266,51.29177],[3.55717,51.29187],[3.5588,51.2959],[3.56163,51.29644],[3.56489,51.29569],[3.5727,51.29225],[3.57253,51.29107],[3.57571,51.28946],[3.57905,51.28951],[3.58206,51.28876],[3.58214,51.29247],[3.58618,51.29316],[3.58026,51.29869],[3.58987,51.30663],[3.62626,51.29413],[3.64145,51.28914],[3.64411,51.29069],[3.6581,51.29096],[3.6781,51.28345],[3.67905,51.28168],[3.69063,51.28173],[3.69424,51.27668],[3.71801,51.27217],[3.71827,51.27368],[3.72273,51.274],[3.75054,51.27061],[3.75286,51.27104],[3.75681,51.26986],[3.76342,51.26261],[3.76848,51.26106],[3.77123,51.26218],[3.77355,51.2646],[3.79698,51.25665],[3.79071,51.24553],[3.79063,51.21608],[3.80453,51.2143],[3.80796,51.21398],[3.82479,51.21086],[3.8356,51.21516],[3.85225,51.21484],[3.85895,51.21291],[3.89002,51.22473],[3.89568,51.21968],[3.89482,51.2143],[3.88298,51.20764],[3.88762,51.20301],[3.89345,51.20527],[3.89929,51.20398],[3.91542,51.20989],[3.91388,51.21764],[3.92349,51.21989],[3.93105,51.22194],[3.9374,51.21398],[3.94323,51.21721],[3.95748,51.21764],[3.96023,51.22527],[3.97654,51.22667],[3.9846,51.2357],[3.99473,51.23914],[4.00469,51.24311],[4.01636,51.24623],[4.03851,51.24687],[4.04125,51.24397],[4.05842,51.24505],[4.06082,51.24773],[4.16365,51.29391],[4.23815,51.35345],[4.22373,51.35881],[4.21686,51.36878],[4.21635,51.37435],[4.33685,51.37842],[4.34235,51.35988],[4.35093,51.35967],[4.36861,51.35795],[4.38543,51.35592],[4.39505,51.35753],[4.42114,51.36707],[4.42818,51.36642],[4.42337,51.37242],[4.42904,51.37521],[4.38852,51.40702],[4.38097,51.42137],[4.38904,51.42597],[4.39093,51.43304],[4.3935,51.43486],[4.39161,51.44416],[4.37891,51.44502],[4.37719,51.44716],[4.38131,51.45165],[4.38509,51.4508],[4.44157,51.47005],[4.46354,51.4723],[4.47487,51.47978],[4.48654,51.4786],[4.53856,51.48416],[4.55074,51.47283],[4.53238,51.44877],[4.53701,51.42522],[4.57512,51.43411],[4.63469,51.42651],[4.64087,51.42372],[4.65048,51.42747],[4.6673,51.42779],[4.66473,51.44556],[4.69236,51.45326],[4.70146,51.46845],[4.71416,51.47026],[4.71519,51.47304],[4.72781,51.48486],[4.74524,51.48988],[4.74721,51.49368],[4.74781,51.49651],[4.75047,51.49945],[4.75648,51.50196],[4.77253,51.50682],[4.79485,51.5034],[4.82025,51.49784],[4.82643,51.48609],[4.84737,51.48352],[4.84291,51.46449],[4.84909,51.46085],[4.84463,51.4478],[4.83089,51.44438],[4.83742,51.42683],[4.8563,51.41805],[4.88171,51.43325],[4.91741,51.4127],[4.93389,51.42083],[4.90162,51.44053],[4.9387,51.46192],[4.97646,51.44545],[5.02419,51.48523],[5.03225,51.48919],[5.04187,51.4878],[5.04135,51.48053],[5.04856,51.47433],[5.08032,51.47475],[5.10658,51.43047],[5.07294,51.39358],[5.11765,51.36149],[5.12074,51.35592],[5.13268,51.3475],[5.13525,51.31608],[5.1622,51.31135],[5.17241,51.31688],[5.19001,51.32069],[5.19585,51.32123],[5.19988,51.32348],[5.24331,51.30594],[5.2276,51.26841],[5.23842,51.26208],[5.26357,51.26782],[5.29584,51.26267],[5.31567,51.26449],[5.33755,51.26428],[5.34107,51.26686],[5.34399,51.27309],[5.34554,51.27668],[5.4172,51.2632],[5.43222,51.27706],[5.43806,51.27695],[5.44132,51.2827],[5.46398,51.28549],[5.47608,51.29209],[5.47608,51.29536],[5.48226,51.29923],[5.48201,51.301],[5.51625,51.29612],[5.52011,51.28957],[5.54363,51.27298],[5.55711,51.26718],[5.55874,51.2631],[5.55745,51.25316],[5.55651,51.24472],[5.56131,51.22301],[5.63667,51.20355],[5.65401,51.19812],[5.65513,51.1936],[5.65212,51.1929],[5.65753,51.1865],[5.66834,51.18671],[5.67624,51.18548],[5.67761,51.18435],[5.6856,51.18542],[5.68946,51.18623],[5.69815,51.1842],[5.70201,51.18397],[5.70165,51.18275],[5.70645,51.18248],[5.70815,51.18223],[5.70987,51.1812],[5.71431,51.1839],[5.7177,51.18475],[5.72948,51.18601],[5.73031,51.18553],[5.73274,51.18564],[5.73274,51.18615],[5.7345,51.18657],[5.73993,51.18757],[5.74576,51.19032],[5.75769,51.18618],[5.75821,51.1851],[5.76731,51.18413],[5.77821,51.1787],[5.77477,51.17337],[5.7801,51.17289],[5.78078,51.17208],[5.77992,51.17052],[5.77673,51.1702],[5.77585,51.17028],[5.77321,51.16967],[5.77274,51.16925],[5.77192,51.16924],[5.77093,51.1698],[5.76993,51.16905],[5.77059,51.16458],[5.77383,51.16453],[5.77385,51.16558],[5.77638,51.16565],[5.77701,51.16306],[5.7775,51.16298],[5.77808,51.16353],[5.77975,51.16356],[5.78025,51.15935],[5.77797,51.15803],[5.77677,51.15554],[5.77829,51.15502],[5.77907,51.15319],[5.78456,51.15421],[5.79005,51.15798],[5.79512,51.15798],[5.80095,51.15954],[5.80027,51.16094],[5.80361,51.1632],[5.80619,51.16352],[5.8134,51.16051],[5.8146,51.16325],[5.82473,51.16874],[5.83434,51.16314],[5.83589,51.15905],[5.84078,51.15819],[5.84129,51.15523],[5.8564,51.15071],[5.86258,51.14446],[5.85674,51.14037],[5.85159,51.13671],[5.84816,51.12938],[5.83374,51.12744],[5.82241,51.12249],[5.81211,51.11387],[5.82275,51.11171],[5.84026,51.10611],[5.83683,51.0936],[5.82584,51.08929],[5.80559,51.09102],[5.81142,51.07851],[5.80421,51.07031],[5.80868,51.06233],[5.797,51.05564],[5.77709,51.05693],[5.76576,51.03384],[5.78568,51.02412],[5.77263,51.01354],[5.77332,51.00555],[5.76885,50.99345],[5.7589,50.98912],[5.74654,50.97767],[5.72765,50.9647],[5.72834,50.95843],[5.73761,50.96145],[5.75306,50.96232],[5.76851,50.9541],[5.7589,50.94567],[5.73521,50.92446],[5.73177,50.91061],[5.7177,50.90563],[5.70362,50.9078],[5.70122,50.89545],[5.68954,50.88224],[5.68096,50.87726],[5.67169,50.87574],[5.65453,50.87054],[5.64766,50.86274],[5.64766,50.84757],[5.65453,50.83435],[5.66448,50.82437],[5.6971,50.81353],[5.71838,50.80333],[5.72113,50.77642],[5.78018,50.79639],[5.82962,50.77294],[5.9079,50.77381],[6.00403,50.76947],[6.04248,50.76252],[6.05621,50.75123],[6.129,50.73385],[6.16745,50.69037],[6.21689,50.66252],[6.2471,50.65991],[6.28143,50.64424],[6.28693,50.62333],[6.27045,50.59631],[6.24847,50.58542],[6.24058,50.56078],[6.22719,50.5538],[6.21586,50.54965],[6.20419,50.53591],[6.21552,50.52063],[6.22993,50.50295],[6.23989,50.50513],[6.2598,50.50338],[6.27766,50.50731],[6.29139,50.50076],[6.3089,50.50513],[6.3216,50.49923],[6.35078,50.49377],[6.35765,50.48722],[6.34838,50.47936],[6.35147,50.46188],[6.37756,50.45925],[6.38065,50.44657],[6.37619,50.40786],[6.36383,50.39561],[6.35387,50.38028],[6.36246,50.37634],[6.41155,50.34415],[6.41499,50.33363],[6.40675,50.31982],[6.38718,50.31763],[6.36829,50.3025],[6.35765,50.30338],[6.33018,50.31565],[6.31645,50.31478],[6.30444,50.30601],[6.29585,50.29044],[6.29414,50.27354],[6.27628,50.26411],[6.22856,50.25511],[6.21483,50.25094],[6.20659,50.24062],[6.19869,50.23403],[6.17947,50.23139],[6.18221,50.22678],[6.17672,50.22151],[6.19251,50.21206],[6.19801,50.18437],[6.19217,50.17646],[6.15166,50.16656],[6.15509,50.15491],[6.16058,50.14633],[6.15578,50.13554],[6.14376,50.13224],[6.13243,50.12454],[6.10737,50.13378],[6.11012,50.16282],[6.09947,50.16502],[6.08677,50.15425],[6.06583,50.14875],[6.02943,50.15579],[6.01639,50.17294],[5.97931,50.16898],[5.96832,50.12542],[5.94566,50.12278],[5.90378,50.10473],[5.89073,50.06948],[5.86876,50.06243],[5.87837,50.03289],[5.83168,50.01039],[5.84404,49.99935],[5.84747,49.98214],[5.81932,49.95785],[5.78773,49.95255],[5.77263,49.91144],[5.74722,49.89994],[5.7843,49.88977],[5.7946,49.87473],[5.76645,49.86012],[5.75203,49.834],[5.76645,49.80121],[5.79941,49.79855],[5.84404,49.74977],[5.83923,49.72847],[5.87906,49.72892],[5.89622,49.70672],[5.87563,49.67963],[5.91176,49.66218],[5.90567,49.65779],[5.9073,49.65479],[5.90429,49.65213],[5.90507,49.64735],[5.90567,49.64262],[5.90876,49.63868],[5.89854,49.63362],[5.89374,49.63573],[5.88524,49.6319],[5.88799,49.62645],[5.87837,49.62],[5.87829,49.61305],[5.8776,49.60737],[5.84996,49.59675],[5.85202,49.58824],[5.86318,49.58773],[5.86524,49.58974],[5.86962,49.59013],[5.87279,49.58913],[5.87502,49.58295],[5.87073,49.58134],[5.87288,49.57961],[5.87314,49.57677],[5.87451,49.5736],[5.86387,49.56965],[5.86164,49.56603],[5.85288,49.56347],[5.85168,49.56185],[5.84661,49.5608],[5.84773,49.55896],[5.84722,49.55567],[5.84224,49.55233],[5.8267,49.54933],[5.82524,49.55066],[5.82026,49.54599],[5.81623,49.54599],[5.81245,49.54582],[5.80765,49.5486],[5.79941,49.54816],[5.78859,49.55194],[5.77263,49.56141],[5.76181,49.55963],[5.75941,49.54203],[5.7407,49.53724],[5.73521,49.53813],[5.72971,49.54225],[5.7189,49.53802],[5.70156,49.5378],[5.6904,49.54392],[5.67993,49.54348],[5.67787,49.54715],[5.66757,49.54682],[5.66002,49.5505],[5.64526,49.54437],[5.62878,49.53579],[5.6262,49.52287],[5.62346,49.5144],[5.61298,49.50292],[5.60217,49.50671],[5.59359,49.51953],[5.56904,49.52565],[5.56372,49.52409],[5.55462,49.52744],[5.54192,49.51384],[5.50329,49.50504],[5.4875,49.50526],[5.48458,49.50113],[5.47085,49.49322],[5.46209,49.49679],[5.46055,49.50738],[5.45214,49.51083],[5.44304,49.51841],[5.46158,49.52788],[5.46209,49.53735],[5.4372,49.55283],[5.45368,49.56542],[5.44458,49.56586],[5.43549,49.56887],[5.42673,49.5899],[5.42862,49.59358],[5.41523,49.59947],[5.40871,49.60748],[5.39892,49.6096],[5.39652,49.6146],[5.3742,49.62128],[5.37025,49.62105],[5.36047,49.62428],[5.34897,49.62895],[5.34279,49.61505],[5.33781,49.61427],[5.32957,49.61494],[5.32064,49.61271],[5.31378,49.6096],[5.31034,49.61071],[5.30863,49.61694],[5.30279,49.62317],[5.30245,49.62962],[5.30794,49.63851],[5.31738,49.64807],[5.33043,49.65318],[5.30708,49.67085],[5.29284,49.67607],[5.27962,49.68496],[5.2791,49.6884],[5.26829,49.69495],[5.25782,49.69295],[5.2482,49.68529],[5.24117,49.68429],[5.24134,49.68851],[5.23104,49.69007],[5.2173,49.6864],[5.21421,49.68784],[5.20666,49.69451],[5.19722,49.69062],[5.18932,49.6924],[5.17542,49.6924],[5.16306,49.69218],[5.1622,49.6995],[5.1646,49.71083],[5.15963,49.71438],[5.15327,49.71671],[5.15087,49.71249],[5.14263,49.70739],[5.14006,49.71194],[5.13147,49.71205],[5.12529,49.71105],[5.12032,49.71704],[5.12358,49.72637],[5.11723,49.73757],[5.09302,49.76297],[5.08796,49.76475],[5.08452,49.76186],[5.07963,49.76164],[5.07611,49.76109],[5.07139,49.75987],[5.06727,49.76081],[5.06144,49.76192],[5.06092,49.76624],[5.04908,49.76741],[5.00599,49.7816],[5.00547,49.7832],[5.00504,49.78719],[5.00041,49.79312],[4.99741,49.79379],[4.99603,49.79506],[4.99715,49.79672],[4.99672,49.79955],[4.9938,49.79977],[4.98539,49.79888],[4.97895,49.79972],[4.96977,49.8011],[4.96779,49.79756],[4.96179,49.79717],[4.95569,49.80027],[4.94865,49.79811],[4.94814,49.79473],[4.94368,49.79035],[4.94213,49.79035],[4.94132,49.79226],[4.93887,49.7926],[4.93286,49.78977],[4.9329,49.78825],[4.93114,49.78661],[4.92939,49.78686],[4.92102,49.78805],[4.91793,49.78708],[4.91269,49.78573],[4.90475,49.78492],[4.89947,49.78597],[4.89741,49.78836],[4.88913,49.78769],[4.88724,49.78786],[4.88244,49.79049],[4.87939,49.79249],[4.87591,49.79282],[4.87068,49.79268],[4.87188,49.78922],[4.87081,49.78839],[4.86227,49.78805],[4.85712,49.78966],[4.85201,49.79035],[4.84909,49.79368],[4.8563,49.79722],[4.86076,49.80354],[4.86214,49.81373],[4.87364,49.81883],[4.86712,49.82071],[4.86712,49.82625],[4.86506,49.83444],[4.8654,49.83964],[4.85304,49.84042],[4.84943,49.84894],[4.84789,49.86278],[4.84463,49.8703],[4.85561,49.87096],[4.87484,49.89618],[4.87347,49.90459],[4.87999,49.90879],[4.87553,49.92006],[4.85424,49.92957],[4.84325,49.94636],[4.82849,49.94724],[4.78558,49.9563],[4.78523,49.9828],[4.80995,49.99626],[4.81647,50.02671],[4.83021,50.04127],[4.81441,50.04788],[4.8127,50.06794],[4.8357,50.07014],[4.83192,50.09085],[4.84291,50.10363],[4.86626,50.10318],[4.85836,50.1164],[4.88274,50.13664],[4.87072,50.14875],[4.8278,50.14963],[4.82025,50.15579],[4.76875,50.1296],[4.75262,50.10539],[4.70352,50.08424],[4.70112,50.01502],[4.69803,49.99229],[4.63383,49.98037],[4.56963,49.96712],[4.53255,49.94857],[4.51401,49.93973],[4.44122,49.93178],[4.35745,49.94327],[4.31145,49.95564],[4.22974,49.94945],[4.18785,49.95034],[4.16725,49.96801],[4.12331,49.97286],[4.12193,50.01215],[4.14734,50.05273],[4.18167,50.05493],[4.22012,50.07301],[4.1906,50.10252],[4.18922,50.1263],[4.16382,50.1219],[4.11644,50.13158],[4.13841,50.21734],[4.20708,50.25555],[4.1827,50.27025],[4.16382,50.28298],[4.15901,50.27596],[4.17309,50.2685],[4.17309,50.25994],[4.16519,50.25401],[4.13258,50.25489],[4.1312,50.26433],[4.13017,50.27091],[4.11644,50.27464],[4.12262,50.2821],[4.1185,50.2957],[4.09653,50.30864],[4.07696,50.30579],[4.07215,50.31807],[4.05533,50.32946],[4.03679,50.33998],[4.02512,50.35291],[3.98598,50.33911],[3.95748,50.33845],[3.8974,50.32267],[3.88264,50.32377],[3.88092,50.33494],[3.85448,50.33911],[3.84933,50.34875],[3.82942,50.35028],[3.82633,50.34217],[3.80711,50.3413],[3.80608,50.35072],[3.74256,50.34393],[3.73604,50.31149],[3.72437,50.30272],[3.70583,50.29921],[3.68076,50.31894],[3.66428,50.34152],[3.65227,50.37087],[3.66634,50.39123],[3.66325,50.42143],[3.65398,50.4551],[3.62995,50.46712],[3.60832,50.49006],[3.59974,50.48657],[3.55476,50.48853],[3.49915,50.47936],[3.48198,50.48635],[3.50945,50.52085],[3.4758,50.52478],[3.45726,50.50513],[3.43735,50.49945],[3.36662,50.48416],[3.27324,50.52609],[3.25951,50.60154],[3.2341,50.65251],[3.24097,50.67862],[3.24783,50.70037],[3.19565,50.70776],[3.1311,50.77642],[3.06725,50.76296],[2.99652,50.74428],[2.95807,50.67035],[2.82898,50.68602],[2.68341,50.77816],[2.57629,50.81114],[2.5708,50.93939],[2.51862,51.05866],[2.36755,51.2516],[3.08167,51.55146]]]}},be_brussels:{type:"Feature",id:"be_brussels",properties:{},geometry:{type:"Polygon",coordinates:[[[4.37973,50.76382],[4.37853,50.76811],[4.34522,50.77337],[4.34205,50.77164],[4.32952,50.77381],[4.31621,50.78624],[4.31458,50.79454],[4.30282,50.79709],[4.29802,50.80593],[4.28901,50.80691],[4.2854,50.80506],[4.27579,50.80696],[4.27218,50.81011],[4.25802,50.80935],[4.25519,50.8151],[4.24403,50.81548],[4.24343,50.82182],[4.25227,50.82697],[4.25107,50.83288],[4.25467,50.83695],[4.27193,50.84036],[4.28094,50.84215],[4.28042,50.85721],[4.27802,50.85911],[4.27699,50.86713],[4.28274,50.87227],[4.29561,50.88094],[4.29553,50.88262],[4.29149,50.88495],[4.29004,50.88982],[4.30634,50.89274],[4.31647,50.89605],[4.32892,50.90249],[4.34025,50.90411],[4.34857,50.90341],[4.36213,50.9033],[4.3726,50.90032],[4.38119,50.90319],[4.38462,50.91093],[4.39578,50.91407],[4.41543,50.91342],[4.41655,50.90757],[4.4296,50.90103],[4.43595,50.89502],[4.43106,50.89014],[4.44007,50.87845],[4.43183,50.87628],[4.4253,50.86615],[4.44599,50.85992],[4.44968,50.85591],[4.46238,50.85396],[4.46899,50.84573],[4.46959,50.83537],[4.47972,50.82036],[4.45947,50.81661],[4.45921,50.80626],[4.48238,50.79617],[4.4817,50.79134],[4.46427,50.78645],[4.435,50.775],[4.43028,50.77517],[4.38917,50.76377],[4.37973,50.76382]]]}},be_flanders:{type:"Feature",id:"be_flanders",properties:{},geometry:{type:"Polygon",coordinates:[[[2.52239,51.10172],[3.12606,51.34118],[3.17493,51.38246],[3.37615,51.38784],[3.41065,51.3304],[3.40202,51.28548],[3.49114,51.2567],[3.48251,51.30345],[3.57737,51.32322],[3.81309,51.27289],[3.82172,51.23691],[3.93095,51.23691],[4.05456,51.27469],[4.20116,51.35195],[4.16954,51.38067],[4.34202,51.39502],[4.36502,51.46491],[4.53749,51.50072],[4.57199,51.47924],[4.56049,51.44879],[4.63811,51.45058],[4.75022,51.52397],[4.83645,51.50787],[5.0808,51.49893],[5.13541,51.447],[5.10667,51.39143],[5.26477,51.31783],[5.26477,51.28727],[5.4085,51.29267],[5.48612,51.32501],[5.58098,51.28368],[5.58385,51.23511],[5.76783,51.2045],[5.87706,51.16125],[5.70459,50.80293],[5.90581,50.78657],[5.93743,50.73202],[5.90293,50.70108],[5.81382,50.69379],[5.61547,50.76112],[5.50049,50.712],[5.2044,50.7029],[5.16416,50.67558],[5.03768,50.70108],[4.98881,50.75021],[4.91694,50.72656],[4.79046,50.76658],[4.68122,50.77021],[4.66973,50.73566],[4.2874,50.67922],[3.91083,50.6774],[3.71823,50.75203],[3.65499,50.712],[3.53426,50.71018],[3.51413,50.74112],[3.45664,50.74384],[3.37328,50.69562],[3.31004,50.70745],[3.28991,50.73657],[3.16487,50.74294],[3.13181,50.77203],[3.08007,50.76021],[2.87453,50.7393],[2.89609,50.71109],[2.87453,50.69562],[2.79692,50.7029],[2.69918,50.8002],[2.62013,50.79747],[2.56982,50.8583],[2.56695,50.92358],[2.60288,50.94985],[2.5497,50.99601],[2.52239,51.10172]]]}},be_wallonia:{type:"Feature",id:"be_wallonia",properties:{},geometry:{type:"Polygon",coordinates:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]]]}},croatia:{type:"Feature",id:"croatia",properties:{},geometry:{type:"LineString",coordinates:[[18.55316,42.39709],[18.43575,42.48273],[18.44437,42.56076],[18.3609,42.61526],[18.24898,42.61375],[17.90239,42.81647],[17.85896,42.89458],[17.80815,42.92073],[17.7903,42.89961],[17.67975,42.92174],[17.64267,42.88351],[17.53967,42.93531],[17.71339,42.97351],[17.63424,43.09863],[17.43805,43.18365],[17.44734,43.1998],[17.37488,43.2502],[17.26227,43.39108],[17.30151,43.4393],[17.282,43.47769],[17.22656,43.49776],[17.1476,43.49677],[16.39709,44.06983],[16.15253,44.38405],[16.14789,44.48088],[15.90458,44.75089],[15.82858,44.72686],[15.74818,44.81311],[15.78598,44.84029],[15.7338,44.9371],[15.78598,44.96966],[15.75505,45.05587],[15.80439,45.1121],[15.77283,45.16143],[15.81894,45.2072],[15.99747,45.21978],[16.11145,45.08758],[16.29175,44.9865],[16.36047,44.99622],[16.40374,45.10639],[16.46738,45.13326],[16.5105,45.20898],[16.81812,45.17296],[16.92275,45.23503],[17.16882,45.13674],[17.59713,45.09425],[17.66404,45.12204],[17.84756,45.03242],[17.93891,45.07086],[17.93745,45.09903],[18.0011,45.14282],[18.11746,45.06832],[18.2011,45.0684],[18.22841,45.09274],[18.41889,45.09637],[18.46602,45.05359],[18.66267,45.04785],[18.72157,44.98326],[18.77858,44.98426],[18.78491,44.94261],[18.75375,44.95245],[18.73803,44.94119],[18.75065,44.90197],[18.83764,44.84591],[19.01991,44.84386],[18.99843,44.89696],[19.06865,44.88961],[19.16343,44.94855],[19.1011,44.98811],[19.11231,45.08359],[19.08464,45.11852],[19.09331,45.13091],[19.14345,45.119],[19.2041,45.17236],[19.45198,45.16219],[19.42108,45.23622],[19.2687,45.24886],[19.10972,45.30469],[19.09424,45.3367],[18.9792,45.37883],[19.03735,45.40735],[18.99315,45.44969],[19.00341,45.48553],[19.08125,45.47585],[19.10858,45.5144],[19.01686,45.56369],[18.94817,45.54136],[18.89717,45.56551],[18.96652,45.66972],[18.9164,45.70714],[18.82507,45.91724],[18.77838,45.88666],[18.68019,45.91486],[18.43522,45.74655],[18.15765,45.79625],[17.86118,45.77993],[17.66574,45.84483],[17.58087,45.93874],[17.31102,45.97167],[17.17232,46.1551],[16.97456,46.22688],[16.86058,46.35783],[16.72462,46.39715],[16.66077,46.45725],[16.36894,46.55083],[16.24191,46.49508],[16.30028,46.38152],[16.15145,46.40378],[16.04759,46.3891],[16.073,46.34266],[15.79422,46.26439],[15.78049,46.21928],[15.67131,46.23068],[15.60059,46.16509],[15.61913,46.08657],[15.71043,46.04506],[15.68573,45.84315],[15.55939,45.85272],[15.24587,45.72718],[15.34584,45.65341],[15.28061,45.60731],[15.36301,45.48661],[15.16462,45.43061],[14.55276,45.65149],[14.4841,45.54339],[14.33098,45.47073],[14.23361,45.51383],[14.19361,45.48114],[14.07402,45.49231],[13.99868,45.52812],[13.95607,45.5049],[13.98354,45.46061],[13.87695,45.43477],[13.78445,45.47445],[13.67282,45.45244],[13.6,45.46],[13.48,45.55],[13,45],[16,42.2],[18.487,42.33],[18.55316,42.39709]]}},czechia:{type:"Feature",id:"czechia",properties:{},geometry:{type:"Polygon",coordinates:[[[14.3811,51.06902],[15.13916,51.08282],[16.42456,50.70863],[16.68823,50.32442],[16.78711,50.49246],[17.75391,50.35247],[18.58887,49.96536],[18.92944,49.51808],[18.1604,48.98022],[17.00684,48.61839],[15.13916,48.85749],[14.67773,48.55298],[13.85376,48.58206],[12.00806,50.05008],[11.92017,50.35948],[14.3811,51.06902]]]}},denmark:{type:"Feature",id:"denmark",properties:{},geometry:{type:"Polygon",coordinates:[[[7.99805,55.11608],[7.9541,56.94497],[10.62378,57.94401],[12.65625,56.01681],[12.65625,55.91535],[12.82928,55.5566],[12.60956,55.42122],[12.66449,55.25095],[14.82605,55.37911],[15.28198,55.22902],[15.11719,54.85448],[12.87598,54.85922],[12.07672,54.44769],[10.849,54.73414],[10.67871,54.58002],[9.88083,54.83708],[9.73972,54.82265],[9.60823,54.8525],[9.63158,54.87996],[9.59038,54.88668],[9.4994,54.83886],[9.43176,54.82601],[9.41013,54.84242],[9.38198,54.83827],[9.37443,54.82047],[9.34422,54.80108],[9.25152,54.80979],[9.23985,54.84993],[9.13822,54.87483],[9.06338,54.87048],[8.90167,54.90386],[8.85532,54.89517],[8.82408,54.90662],[8.79765,54.90445],[8.77602,54.893],[8.72761,54.89181],[8.67645,54.91195],[8.66066,54.90859],[8.55698,54.92063],[8.47355,55.05537],[7.99805,55.11608]]]}},finland:{type:"Feature",id:"finland",properties:{},geometry:{type:"Polygon",coordinates:[[[24.16992,65.34851],[23.90625,66.14274],[23.68652,66.44311],[23.99414,66.80922],[23.51074,67.27204],[23.37891,67.44123],[23.73047,67.97463],[20.74219,69.03714],[21.18164,69.28726],[21.70898,69.27171],[22.45605,68.73638],[23.15918,68.65655],[23.90625,68.8318],[25.00488,68.59249],[25.40039,68.87936],[25.75195,68.95839],[25.97168,69.70287],[26.45508,69.96044],[27.20215,69.90012],[27.50977,70.0506],[27.86133,70.08056],[28.38867,69.82447],[29.04785,69.71811],[29.26758,69.53452],[28.87207,69.225],[29.0918,69.02141],[28.52051,68.89519],[28.78418,68.84767],[28.52051,68.56038],[28.69629,68.17156],[29.26758,68.0733],[30.05859,67.69277],[29.17969,67.0503],[29.0918,66.8956],[30.14648,65.73063],[29.66309,65.20147],[29.70703,64.79285],[30.05859,64.79285],[30.10254,64.41592],[30.4541,64.30182],[30.05859,63.74363],[31.59668,63.01511],[30.27832,61.89758],[27.81738,60.56538],[27.33398,60.19616],[24.65332,59.88894],[21.84082,59.46741],[20.43457,59.46741],[19.11621,60.19616],[19.2041,60.58697],[20.08301,60.75916],[20.69824,61.14324],[20.96191,61.73153],[19.99512,63.27318],[21.44531,63.66576],[22.93945,64.20638],[23.24707,64.51064],[23.81836,64.66152],[24.16992,65.34851]]]}},france:{type:"Feature",id:"france",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[9.9,42.64836],[9.9,42.02785],[9.63227,41.43244],[9.36968,41.35052],[9.32602,41.3036],[9.27311,41.29196],[9.07196,41.26129],[8.94186,41.27688],[8.8742,41.26232],[8.84542,41.26311],[8.78782,41.25725],[7.3114,41.4242],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24593,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.26331,50.92504],[1.76605,51.17762],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.26696,43.39308],[9.8,43.1],[9.9,42.64836]]]]}},"de-berlin-brandenburg":{type:"Feature",id:"de-berlin-brandenburg",properties:{},geometry:{type:"Polygon",coordinates:[[[11.32141,53.11711],[12.09595,53.36694],[12.88147,53.20274],[13.78235,53.50765],[14.16687,53.41608],[14.10645,53.28164],[14.29871,53.27507],[14.41956,53.32431],[14.19434,52.93871],[14.19434,52.82932],[14.57336,52.60972],[14.57336,52.36218],[14.71619,52.05249],[14.61182,51.84257],[14.76563,51.54975],[14.36462,51.519],[14.1449,51.54975],[13.99109,51.36835],[13.2605,51.39578],[13.07373,51.65211],[13.13965,51.86971],[12.67273,52.01532],[12.40356,52.03222],[12.22229,52.14697],[12.32117,52.50619],[12.16736,52.51956],[12.23877,52.87245],[11.60156,52.96849],[11.32141,53.11711]]]}},"de-ostwestfalen-lippe":{type:"Feature",id:"de-ostwestfalen-lippe",properties:{},geometry:{type:"Polygon",coordinates:[[[8.04337,52.05756],[8.42583,52.19919],[8.43846,52.35394],[8.30866,52.39929],[8.28438,52.4581],[8.67096,52.56967],[9.22028,52.49616],[9.06097,52.28328],[9.47365,51.86716],[9.46266,51.64103],[9.26285,51.46641],[9.15648,51.43569],[8.80348,51.43218],[8.54444,51.46003],[8.42239,51.55658],[8.31076,51.72252],[8.12645,51.86844],[8.04337,52.05756]]]}},germany:{type:"Feature",id:"germany",properties:{},geometry:{type:"Polygon",coordinates:[[[7.05048,52.62973],[7.21252,53.20274],[6.56982,53.61858],[8.30772,55.1467],[8.6483,54.96421],[9.45305,54.83313],[9.95018,54.82838],[11.99913,54.44689],[13.3889,54.89162],[14.15245,54.47562],[14.26231,53.78037],[14.44359,53.27096],[14.36119,53.0668],[14.16344,52.97097],[14.13597,52.84508],[14.62486,52.60555],[14.5919,52.35463],[14.71825,52.24042],[14.74571,52.06516],[14.60838,51.83153],[14.74571,51.69554],[14.76768,51.54206],[14.98741,51.43261],[15.03136,51.27824],[14.94347,51.04744],[14.85558,50.88138],[14.77867,50.81548],[14.64684,50.85017],[14.5974,50.99215],[14.32823,51.07506],[14.32823,50.88138],[13.01537,50.49508],[12.48253,50.38663],[12.33421,50.18305],[12.1804,50.30952],[12.12547,50.25686],[12.22984,50.09856],[12.55394,49.92912],[12.4276,49.75199],[12.5045,49.68807],[12.77916,49.35286],[12.93297,49.36002],[13.03185,49.28841],[13.57018,48.96489],[13.80089,48.81319],[13.75694,48.52297],[13.52074,48.58842],[13.45482,48.57388],[13.40538,48.36994],[13.23509,48.28959],[12.99889,48.24571],[12.75169,48.12118],[12.9879,47.86385],[12.91649,47.71623],[13.04832,47.72362],[13.09776,47.67186],[13.0648,47.50885],[12.93846,47.47173],[12.77367,47.5793],[12.8286,47.60894],[12.70226,47.70144],[12.1859,47.70514],[12.16942,47.62005],[11.86729,47.60524],[11.63109,47.59412],[11.25755,47.40114],[10.98839,47.40486],[10.88402,47.52369],[10.67528,47.55707],[10.45006,47.54594],[10.46654,47.41973],[10.34019,47.3081],[10.19737,47.27457],[10.21385,47.38998],[10.10948,47.3751],[10.08202,47.46431],[9.84581,47.55336],[9.40636,47.55336],[9.09874,47.68388],[8.90236,47.65521],[8.85292,47.70329],[8.80348,47.74025],[8.76915,47.71993],[8.80486,47.70329],[8.79524,47.68388],[8.7307,47.69867],[8.73482,47.7227],[8.71284,47.7384],[8.7513,47.76887],[8.69637,47.76425],[8.65654,47.8067],[8.63594,47.76518],[8.61122,47.80947],[8.57002,47.79286],[8.48763,47.77902],[8.41621,47.71808],[8.41347,47.68111],[8.46428,47.65891],[8.53706,47.67001],[8.60985,47.67741],[8.63457,47.64966],[8.59886,47.64319],[8.61122,47.6219],[8.56865,47.60061],[8.56865,47.6219],[8.52745,47.64041],[8.45879,47.60801],[8.50273,47.58672],[8.38463,47.57004],[8.33107,47.57375],[8.29399,47.61542],[8.2061,47.62653],[8.10173,47.56819],[7.96852,47.5617],[7.92046,47.55429],[7.89024,47.59505],[7.8257,47.58949],[7.81197,47.56726],[7.6815,47.54038],[7.6403,47.56448],[7.69386,47.5756],[7.6815,47.59412],[7.64854,47.60061],[7.61421,47.58394],[7.50641,47.70237],[7.79205,48.60749],[8.22876,48.97481],[6.84174,49.17093],[6.37482,49.48597],[6.53961,49.80963],[6.1441,50.01833],[6.19835,50.21119],[6.41808,50.35159],[6.19835,50.63117],[6.02257,50.77034],[6.02257,51.07506],[6.24229,51.37778],[5.97862,51.81456],[6.1496,51.90022],[6.44073,51.85105],[6.828,51.95611],[6.68518,52.05587],[7.04773,52.23957],[6.99554,52.45768],[6.70166,52.48445],[6.72913,52.64973],[7.05048,52.62973]]]}},hungary:{type:"Feature",id:"hungary",properties:{},geometry:{type:"Polygon",coordinates:[[[18.43643,45.73111],[17.67426,45.83454],[17.57675,45.92823],[17.35153,45.94303],[17.14966,46.16081],[16.52756,46.50028],[16.3147,46.86582],[16.11969,46.86582],[16.28448,46.99337],[16.48224,47.01584],[16.5152,47.1505],[16.42731,47.2177],[16.43829,47.41136],[16.66763,47.44852],[16.67587,47.60616],[16.43829,47.65614],[16.54816,47.75964],[16.71844,47.73563],[16.75003,47.68111],[17.08099,47.70791],[17.04254,47.86293],[17.09473,47.96234],[17.20734,48.02484],[17.75665,47.74486],[18.71246,47.76702],[18.85529,47.82606],[18.77838,47.87767],[18.75641,47.98808],[18.82233,48.04687],[19.50348,48.1056],[19.55566,48.25028],[19.92096,48.14227],[20.34943,48.30329],[20.54718,48.54389],[20.82184,48.58751],[21.14044,48.50751],[21.47003,48.58751],[21.70074,48.36902],[21.8367,48.34073],[22.2171,48.42282],[22.38327,48.24205],[22.50549,48.24845],[22.61948,48.1056],[22.83371,48.11843],[22.90649,47.95406],[22.59064,47.75779],[22.48077,47.81131],[22.42584,47.74486],[22.32147,47.75779],[22.02759,47.51442],[22.03033,47.38161],[21.9397,47.3658],[21.48926,46.75868],[21.52908,46.73233],[21.4151,46.61737],[21.33133,46.61549],[21.10611,46.23875],[20.79575,46.27863],[20.7106,46.15035],[20.25055,46.13227],[19.82758,46.16461],[19.54742,46.17793],[19.51447,46.1018],[18.80997,45.87567],[18.70285,45.91294],[18.43643,45.73111]]]}},italy:{type:"Feature",id:"italy",properties:{},geometry:{type:"Polygon",coordinates:[[[7.6,43.5],[7.49542,43.86523],[7.69043,44.0718],[7.69043,44.19796],[7.42676,44.15068],[6.9873,44.26094],[6.85547,44.55916],[7.03125,44.73113],[7.00928,44.87144],[6.72363,44.91814],[6.5918,45.12005],[7.09717,45.25942],[7.14111,45.41388],[6.96533,45.61404],[6.76758,45.79817],[7.03125,45.9053],[7.55859,45.9817],[7.77832,45.93587],[8.12988,46.13417],[8.08594,46.30141],[8.48145,46.46813],[8.61328,46.13417],[8.81104,46.10371],[9.05273,45.8288],[9.07471,46.11894],[9.27246,46.25585],[9.25049,46.43786],[9.44824,46.49839],[9.49219,46.31658],[9.68994,46.31658],[9.95361,46.36209],[10.06348,46.17983],[10.17334,46.25585],[10.0415,46.453],[10.08545,46.60417],[10.26123,46.66452],[10.45898,46.49839],[10.50293,46.61926],[10.39307,46.70974],[10.41504,46.86019],[10.61279,46.87521],[11.03027,46.76997],[11.16211,46.93526],[11.27197,46.99524],[11.53564,47.01023],[11.7334,46.99524],[12.2168,47.10004],[12.15088,46.93526],[12.43652,46.70974],[12.96387,46.61926],[13.73291,46.54375],[13.71094,46.42271],[13.40332,46.33176],[13.40332,46.22545],[13.66699,46.17983],[13.51318,46.05799],[13.64502,45.96642],[13.5791,45.85941],[13.93066,45.64477],[13.82629,45.5756],[13.6,45.6294],[12.9,45.4],[12.8,45],[18.9,40.3],[18.5,39],[15,36],[11,38],[9.6,43.2],[7.6,43.5]]]}},IT_Lazio:{type:"Feature",id:"IT_Lazio",properties:{},geometry:{type:"Polygon",coordinates:[[[13.23814,42.1301],[13.19363,42.15923],[13.17062,42.15169],[13.12434,42.17797],[13.08798,42.17886],[13.08575,42.14318],[13.0317,42.12309],[13.01946,42.07634],[13.05545,42.01736],[13.10194,42.00898],[13.10589,42.02698],[13.36437,41.92475],[13.384,41.90419],[13.35751,41.8694],[13.38052,41.81709],[13.4169,41.83467],[13.50508,41.8016],[13.52044,41.77297],[13.57182,41.7543],[13.66214,41.81144],[13.70555,41.78747],[13.72956,41.7989],[13.7629,41.7488],[13.81162,41.75426],[13.85645,41.73124],[13.89541,41.73405],[13.98311,41.66238],[14.01182,41.60835],[13.99895,41.57448],[14.02596,41.55567],[14.00526,41.53875],[14.0275,41.52321],[13.97291,41.49404],[13.99278,41.48208],[13.9779,41.46249],[13.90257,41.42273],[13.86123,41.41763],[13.8886,41.40081],[13.8688,41.36272],[13.88974,41.29748],[13.82898,41.28154],[13.83083,41.2502],[13.77126,41.24136],[13.45667,40.77769],[11.52381,41.03693],[11.44922,42.37798],[11.48889,42.43937],[11.61771,42.43604],[11.61626,42.48862],[11.56011,42.51595],[11.58852,42.54226],[11.57917,42.56803],[11.61401,42.55723],[11.64337,42.56635],[11.71111,42.61091],[11.73597,42.60666],[11.74975,42.63965],[11.80478,42.644],[11.77554,42.70951],[11.80156,42.70719],[11.81949,42.74543],[11.74602,42.78576],[11.77424,42.82107],[11.80685,42.79485],[11.8137,42.82267],[11.84851,42.84008],[11.90558,42.8325],[11.92743,42.78092],[11.97948,42.76459],[11.96293,42.72669],[11.9301,42.71295],[11.94133,42.6833],[12.03,42.64324],[12.10666,42.66464],[12.12406,42.64929],[12.16101,42.67691],[12.20434,42.66046],[12.24292,42.62906],[12.22819,42.61077],[12.24626,42.60256],[12.23866,42.57218],[12.27504,42.55991],[12.26676,42.53347],[12.29027,42.51904],[12.27477,42.50921],[12.30735,42.4973],[12.29041,42.49164],[12.32537,42.49476],[12.35123,42.47365],[12.39017,42.49819],[12.41905,42.49765],[12.41244,42.46756],[12.43038,42.45802],[12.41368,42.45517],[12.41365,42.4256],[12.4636,42.42909],[12.44469,42.39882],[12.51169,42.40311],[12.52874,42.36445],[12.60642,42.40245],[12.61481,42.46511],[12.64109,42.4678],[12.6495,42.44331],[12.67465,42.44242],[12.74156,42.47053],[12.71114,42.50079],[12.89273,42.5635],[12.88052,42.60935],[13.00524,42.61622],[13.02522,42.64],[13.06423,42.62427],[13.13,42.66053],[13.14645,42.64714],[13.17506,42.66707],[13.19025,42.73363],[13.25415,42.72145],[13.2645,42.74019],[13.28589,42.74049],[13.35851,42.69533],[13.35059,42.66968],[13.37022,42.6507],[13.4092,42.64383],[13.39493,42.59223],[13.29421,42.5705],[13.28454,42.58349],[13.24686,42.57367],[13.19228,42.58849],[13.15673,42.54102],[13.17934,42.48031],[13.11708,42.44489],[13.19508,42.39017],[13.15427,42.35797],[13.22737,42.32031],[13.23563,42.27871],[13.28229,42.23874],[13.33653,42.22338],[13.34238,42.19939],[13.3808,42.18142],[13.34871,42.17689],[13.35488,42.16769],[13.32819,42.16483],[13.30621,42.13923],[13.23814,42.1301]]]}},IT_Roma_Capitale:{type:"Feature",id:"IT_Roma_Capitale",properties:{},geometry:{type:"Polygon",coordinates:[[[11.6,42.16],[12.28,42.2],[12.52,42.31],[13.27,41.92],[13.15,41.58],[12.6,41.16],[11.6,42.16]]]}},south_tyrol:{type:"Feature",id:"south_tyrol",properties:{},geometry:{type:"Polygon",coordinates:[[[10.45624,46.86582],[10.73639,46.89211],[10.82977,46.80946],[10.96161,46.81322],[11.1319,46.99149],[11.49067,47.01233],[11.68121,47.04018],[11.7691,47.01023],[12.16736,47.115],[12.28546,47.08322],[12.18384,46.98213],[12.30469,46.85831],[12.37335,46.73421],[12.49969,46.67017],[12.34039,46.61737],[12.08771,46.64944],[12.0163,46.52297],[11.8515,46.49272],[11.66336,46.48657],[11.56929,46.34077],[11.399,46.25585],[11.18958,46.21072],[11.13739,46.2867],[11.20193,46.44732],[10.91904,46.42603],[10.61966,46.43833],[10.44113,46.49036],[10.36766,46.68854],[10.45624,46.86582]]]}},trentino:{type:"Feature",id:"trentino",properties:{},geometry:{type:"Polygon",coordinates:[[[10.49332,46.35641],[10.59219,46.46624],[10.76317,46.49697],[10.84076,46.45536],[11.07971,46.54469],[11.23627,46.50123],[11.21086,46.32559],[11.1779,46.27341],[11.23352,46.2473],[11.32416,46.30235],[11.5583,46.40378],[11.62628,46.5069],[11.83502,46.54233],[11.91399,46.44306],[11.85356,46.34124],[11.99158,46.18363],[11.84464,46.08466],[11.72791,46.07704],[11.69907,45.95592],[11.51093,45.97979],[11.28845,45.8814],[11.21567,45.76273],[11.16074,45.68316],[10.90256,45.66013],[10.82016,45.71097],[10.84076,45.81827],[10.51529,45.76752],[10.41504,46.00269],[10.51941,46.2112],[10.49332,46.35641]]]}},norway:{type:"Feature",id:"norway",properties:{},geometry:{type:"Polygon",coordinates:[[[25.98816,69.6179],[25.24109,68.60752],[20.42908,68.97318],[16.9519,67.9499],[13.77686,64.59561],[14.28223,64.47279],[14.08447,63.99524],[13.02979,64.10101],[12.00806,63.2633],[12.14813,61.6586],[12.87323,61.31245],[12.67548,61.0636],[12.26074,61.00241],[12.60681,60.50593],[12.49146,60.08128],[12.17285,59.88756],[11.87622,59.84895],[11.94214,59.69547],[11.6922,59.58998],[11.84601,59.25044],[11.64276,58.89471],[11.45325,58.88194],[11.44775,59.00168],[11.34888,59.11254],[11.18134,59.08009],[11.06186,58.97054],[8,57.5],[3,57.5],[3,83],[40,83],[35,71],[29.61365,69.28629],[27.98767,69.99711],[25.98816,69.6179]]]}},poland:{type:"Feature",id:"poland",properties:{},geometry:{type:"Polygon",coordinates:[[[14.03,52.84],[14.34,53.26],[14.13,54.16],[15.95,54.52],[16.31,54.76],[17.13,54.97],[18.29,55.08],[18.9,54.98],[19.69,54.5],[21.47,54.37],[22.9,54.46],[23.39,54.3],[24.01,53.17],[24.03,52.71],[23.29,52.3],[23.74,52.09],[23.64,51.61],[24.24,50.86],[24.11,50.41],[23.78,50.34],[22.77,49.55],[22.96,48.97],[22.18,49.1],[21.6,49.38],[20.93,49.24],[20.47,49.34],[20.12,49.13],[19.76,49.14],[19.45,49.51],[18.94,49.34],[18.48,49.85],[17.83,49.92],[17.54,50.21],[17.06,50.35],[17.08,50.18],[16.65,50.05],[16.11,50.41],[16.3,50.6],[16.01,50.54],[15.34,50.73],[15.14,50.93],[14.78,50.82],[14.94,51.27],[14.5,51.81],[14.66,52.05],[14.53,52.57],[14.03,52.84]]]}},slovenia:{type:"Feature",id:"slovenia",properties:{},geometry:{type:"Polygon",coordinates:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.37688,45.56647],[13.63953,45.6426],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]]}},spain:{type:"Feature",id:"spain",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[-19,29],[-13,30],[-13,29],[-14,27.8],[-19,27],[-19,29]]],[[[-8.89106,41.82289],[-10,44],[-4,44],[-1.77005,43.37605],[-1.71005,43.37569],[-1.71135,43.33125],[-1.72259,43.31318],[-1.68904,43.31291],[-1.68811,43.33413],[-1.64467,43.33372],[-1.64498,43.31332],[-1.60299,43.31295],[-1.60344,43.29266],[-1.56359,43.29212],[-1.56305,43.31338],[-1.47799,43.31284],[-1.36677,43.27614],[-1.35688,43.23815],[-1.37037,43.1713],[-1.44231,43.08336],[-1.41983,43.06036],[-1.37307,43.05117],[-1.36407,43.11159],[-1.30203,43.13522],[-1.23549,43.13325],[-1.27955,43.07744],[-1.19232,43.06496],[-1.00619,43.00778],[-0.94234,42.9749],[-0.7562,42.98213],[-0.71484,42.96108],[-0.69685,42.90314],[-0.55118,42.82207],[-0.50442,42.84845],[-0.42889,42.82009],[-0.31648,42.86558],[-0.14563,42.81086],[-0.03143,42.71249],[0.18618,42.7541],[0.30218,42.71777],[0.36422,42.74287],[0.44875,42.71447],[0.62769,42.7224],[0.64118,42.85767],[0.71492,42.88272],[0.9676,42.81811],[1.10878,42.79898],[1.17532,42.73429],[1.36326,42.74155],[1.41137,42.70939],[1.48061,42.71034],[1.4813,42.50107],[1.64436,42.50203],[1.64328,42.54245],[1.73041,42.54342],[1.73164,42.50118],[2.06386,42.50164],[2.06456,42.45902],[2.39693,42.45994],[2.39768,42.41784],[2.48048,42.41797],[2.48098,42.37594],[2.64479,42.37626],[2.64448,42.45924],[2.81133,42.45961],[2.81126,42.50104],[3.06388,42.50085],[3.06388,42.45915],[3.23078,42.45934],[5,40],[4,39],[-2.2,36.5],[-5.6,35.95],[-6,36],[-7.37535,37.15354],[-7.40832,37.16822],[-7.4481,37.39094],[-7.46963,37.40758],[-7.4647,37.45305],[-7.50197,37.51641],[-7.51916,37.52292],[-7.52196,37.57237],[-7.45013,37.66958],[-7.4249,37.75992],[-7.31666,37.83997],[-7.26833,37.98895],[-7.15368,38.01552],[-7.11771,38.05536],[-7.0143,38.02438],[-6.99632,38.10756],[-6.96147,38.20125],[-7.08062,38.15708],[-7.34027,38.44024],[-7.26383,38.73807],[-7.04352,38.87297],[-7.06151,38.90796],[-6.96934,39.01983],[-7.00081,39.08879],[-7.15368,39.09577],[-7.15255,39.16029],[-7.24472,39.19689],[-7.25596,39.28133],[-7.33689,39.35351],[-7.3279,39.45599],[-7.51449,39.58865],[-7.55271,39.67954],[-7.05027,39.67522],[-6.99519,39.81954],[-6.92213,39.87909],[-6.88616,40.02299],[-7.04128,40.13479],[-7.01767,40.26615],[-6.8086,40.34501],[-6.86818,40.44516],[-6.85356,40.60664],[-6.83783,40.87576],[-6.9536,41.03704],[-6.80186,41.03959],[-6.76814,41.13871],[-6.64112,41.26556],[-6.56244,41.26303],[-6.21737,41.5791],[-6.31628,41.64465],[-6.51523,41.64129],[-6.58717,41.68832],[-6.54783,41.85597],[-6.62988,41.91121],[-7.13345,41.94048],[-7.16829,41.87188],[-7.42569,41.78477],[-7.95398,41.84593],[-8.13045,41.78058],[-8.25185,41.90786],[-8.12933,42.03488],[-8.24848,42.1008],[-8.36762,42.05575],[-8.60704,42.03405],[-8.89106,41.82289]]]]}},sweden:{type:"Feature",id:"sweden",properties:{},geometry:{type:"Polygon",coordinates:[[[10.57159,58.2445],[10.63202,58.9245],[11.35712,59.12804],[11.53839,58.91174],[11.62079,58.92308],[11.75812,59.24341],[11.65649,59.61777],[11.85974,59.7121],[11.82129,59.84481],[11.95862,59.91098],[12.15363,59.91235],[12.44476,60.0895],[12.48322,60.32151],[12.56012,60.50458],[12.36511,60.71217],[12.19482,61.01572],[12.64801,61.09415],[12.82928,61.34276],[12.55463,61.55018],[12.42828,61.54495],[12.12341,61.71331],[12.28546,62.26664],[12.03278,62.60851],[12.10968,62.74718],[12.06024,62.89772],[12.18658,62.99765],[11.95587,63.28183],[12.18109,63.47873],[12.1344,63.59012],[12.659,63.9856],[12.90619,64.0722],[13.20831,64.10461],[13.9801,64.03014],[14.06525,64.46214],[13.60382,64.56968],[14.26025,65.11608],[14.31519,65.23831],[14.45251,65.31412],[14.47998,65.62656],[14.57886,65.80953],[14.49097,66.15163],[14.99634,66.17161],[15.4248,66.29337],[15.33691,66.51107],[16.04004,66.93221],[16.37512,67.06743],[16.35864,67.21467],[16.06201,67.42015],[16.1499,67.52957],[16.37512,67.55266],[16.70471,67.91688],[17.25952,68.13067],[17.88025,67.99523],[18.09448,68.19809],[18.06702,68.54432],[18.39661,68.58848],[19.00085,68.52019],[19.89075,68.39109],[20.13245,68.48798],[19.89075,68.55637],[20.28076,68.78613],[19.99512,69.06268],[20.62134,69.08033],[20.86853,69.03518],[21.24756,68.8437],[21.92322,68.60652],[22.90649,68.39514],[23.73596,67.96639],[23.5437,67.8362],[23.62061,67.47492],[23.79639,67.44544],[23.81287,67.26992],[23.63159,67.23806],[24.04358,66.82868],[23.91174,66.57448],[23.71399,66.31986],[24.22485,65.97333],[24.04358,65.64469],[21.00586,63.63894],[18.57239,61.83023],[19.18762,60.53297],[19.11346,60.18387],[19.66827,59.82687],[19.90173,58.07788],[18.78662,56.9869],[16.73218,56.05977],[15.0238,55.72711],[14.36462,55.31977],[13.1163,55.22276],[12.7002,55.30414],[12.82654,55.57834],[12.84851,55.72402],[12.79358,55.83214],[12.6123,56.0751],[12.49146,56.13331],[12.07947,56.30435],[11.35437,57.67185],[10.57159,58.2445]]]}},east_midlands_uk:{type:"Feature",id:"east_midlands_uk",properties:{},geometry:{type:"Polygon",coordinates:[[[0.03031,53.53488],[0.28564,53.56315],[0.48889,53.10722],[0.27299,52.82421],[0.24507,52.7845],[0.27219,52.77279],[0.18631,52.73533],[0.14206,52.7399],[0.08901,52.72361],[0.06361,52.72737],[0.04413,52.71436],[0.04883,52.68175],[0.02104,52.66476],[-0.03129,52.66151],[-0.06373,52.67521],[-0.08777,52.66676],[-0.10221,52.67218],[-0.14108,52.65149],[-0.18003,52.66054],[-0.19288,52.65242],[-0.20605,52.66805],[-0.26064,52.65139],[-0.28925,52.67025],[-0.335,52.67485],[-0.35023,52.66159],[-0.40569,52.64802],[-0.45065,52.65411],[-0.49897,52.63931],[-0.52006,52.64143],[-0.55014,52.61223],[-0.54419,52.59287],[-0.55813,52.59447],[-0.57192,52.58579],[-0.58149,52.59587],[-0.58865,52.58679],[-0.60303,52.58857],[-0.66093,52.56893],[-0.69783,52.5457],[-0.71564,52.52237],[-0.75723,52.51093],[-0.77488,52.51826],[-0.82013,52.51552],[-0.86871,52.52699],[-0.88346,52.51395],[-0.88214,52.49315],[-0.89806,52.4869],[-0.88241,52.47127],[-0.90065,52.45994],[-0.94219,52.46777],[-0.95192,52.47741],[-1.0007,52.47092],[-1.04452,52.44573],[-1.03429,52.43627],[-1.04987,52.42225],[-1.08439,52.43628],[-1.12928,52.41609],[-1.14947,52.39701],[-1.20141,52.39648],[-1.30715,52.49423],[-1.52226,52.57033],[-1.52716,52.58272],[-1.56075,52.59612],[-1.55447,52.61472],[-1.57139,52.6353],[-1.54714,52.64218],[-1.54245,52.65362],[-1.55281,52.66845],[-1.58965,52.68724],[-1.59082,52.69801],[-1.65505,52.69878],[-1.65662,52.72173],[-1.70372,52.7298],[-1.69687,52.75272],[-1.66654,52.78471],[-1.61113,52.78139],[-1.61435,52.78826],[-1.58887,52.79985],[-1.59183,52.80947],[-1.6105,52.81639],[-1.58536,52.8317],[-1.62672,52.85441],[-1.69028,52.86445],[-1.70061,52.86057],[-1.70435,52.86666],[-1.72527,52.85964],[-1.77712,52.88377],[-1.79092,52.88023],[-1.80186,52.88613],[-1.81171,52.88058],[-1.83295,52.8869],[-1.85422,52.93063],[-1.82982,52.94565],[-1.82678,52.97707],[-1.76257,52.99965],[-1.75775,53.01698],[-1.75978,53.03869],[-1.7847,53.04991],[-1.77566,53.05933],[-1.79424,53.08837],[-1.78373,53.10281],[-1.82144,53.13579],[-1.81254,53.15432],[-1.8393,53.1769],[-1.87403,53.19536],[-1.95671,53.21373],[-1.96237,53.22622],[-1.9896,53.21572],[-1.97486,53.23106],[-2.00948,53.26065],[-2.00679,53.35457],[-2.009,53.36201],[-2.03173,53.36573],[-2.03385,53.37517],[-2.00464,53.38633],[-1.99233,53.41519],[-2.02371,53.42055],[-2.02738,53.43233],[-2.01366,53.43988],[-2.00422,53.43592],[-2.00823,53.44155],[-1.98579,53.45523],[-1.98809,53.48033],[-1.97428,53.48838],[-1.97159,53.50434],[-1.92197,53.50995],[-1.92678,53.52095],[-1.91189,53.53803],[-1.89411,53.5336],[-1.87349,53.54041],[-1.84182,53.51989],[-1.82223,53.52108],[-1.80428,53.537],[-1.77188,53.53384],[-1.74155,53.54105],[-1.72318,53.55991],[-1.66945,53.5532],[-1.65103,53.56166],[-1.61581,53.56305],[-1.59636,53.57692],[-1.59109,53.60677],[-1.55023,53.60421],[-1.53078,53.59311],[-1.51867,53.5997],[-1.49656,53.59736],[-1.49512,53.60317],[-1.48371,53.59485],[-1.44763,53.61272],[-1.40036,53.59865],[-1.3767,53.60646],[-1.35612,53.59535],[-1.35143,53.58106],[-1.30782,53.57535],[-1.25803,53.59198],[-1.24825,53.61634],[-1.21778,53.62429],[-1.21602,53.642],[-1.1886,53.63583],[-1.15503,53.64319],[-1.13504,53.63254],[-1.12095,53.64688],[-0.99046,53.6612],[-0.94448,53.65868],[-0.86533,53.63769],[-0.89792,53.58325],[-0.90111,53.5687],[-0.89099,53.56654],[-0.90126,53.54788],[-0.89233,53.53738],[-0.94654,53.52732],[-0.95001,53.51363],[-0.93209,53.51065],[-0.93557,53.5025],[-0.90047,53.47513],[-0.92046,53.46446],[-0.87373,53.46146],[-0.87192,53.46629],[-0.79748,53.45504],[-0.78436,53.46336],[-0.78439,53.47665],[-0.77157,53.47918],[-0.76811,53.4989],[-0.75211,53.50051],[-0.73959,53.51991],[-0.62449,53.51282],[-0.62975,53.45819],[-0.55179,53.4595],[-0.47175,53.47485],[-0.48663,53.48045],[-0.48838,53.50484],[-0.40507,53.51759],[-0.40814,53.53208],[-0.43066,53.54631],[-0.50123,53.53744],[-0.46702,53.54894],[-0.429,53.5745],[-0.41967,53.56375],[-0.33594,53.5586],[-0.30342,53.59077],[-0.30093,53.61636],[-0.24847,53.59364],[-0.25139,53.58463],[-0.23466,53.58623],[-0.22255,53.56799],[-0.19169,53.56844],[-0.21988,53.53258],[-0.21059,53.53168],[-0.20408,53.51174],[-0.2106,53.48626],[-0.18856,53.48451],[-0.1818,53.46862],[-0.15368,53.46565],[-0.14923,53.44667],[-0.13188,53.43591],[-0.12034,53.43357],[-0.08221,53.45112],[-0.10786,53.46987],[-0.0898,53.47765],[-0.09548,53.48596],[-0.07526,53.48931],[-0.06493,53.51878],[-0.01452,53.51538],[0.03031,53.53488]]]}},"england-west-midlands":{type:"Feature",id:"england-west-midlands",properties:{},geometry:{type:"Polygon",coordinates:[[[-3.28493,52.44175],[-3.12706,52.96995],[-1.95817,53.27605],[-1.1222,52.36367],[-1.59859,51.90733],[-2.65611,51.7761],[-3.10848,51.95414],[-3.28493,52.44175]]]}},london_uk:{type:"Feature",id:"london_uk",properties:{},geometry:{type:"Polygon",coordinates:[[[0.23926,51.43251],[0.23923,51.43329],[0.23926,51.43251],[0.23717,51.4241],[0.205,51.39919],[0.18385,51.37628],[0.16188,51.36621],[0.15614,51.3539],[0.1603,51.31026],[0.14958,51.30173],[0.14213,51.29098],[0.06692,51.27361],[-0.01594,51.26864],[-0.05766,51.2586],[-0.10949,51.25943],[-0.16628,51.26848],[-0.19872,51.25854],[-0.22666,51.2587],[-0.27352,51.28757],[-0.31813,51.30077],[-0.33644,51.31532],[-0.40313,51.30581],[-0.44436,51.31987],[-0.47985,51.3302],[-0.50762,51.37142],[-0.53414,51.39494],[-0.54109,51.42774],[-0.53264,51.43923],[-0.5152,51.46248],[-0.49617,51.48894],[-0.50203,51.53945],[-0.5278,51.55474],[-0.53166,51.5611],[-0.53569,51.57289],[-0.53596,51.5778],[-0.53455,51.58275],[-0.53376,51.58792],[-0.51516,51.6337],[-0.49776,51.65205],[-0.4901,51.66912],[-0.45924,51.67692],[-0.44684,51.69442],[-0.42579,51.71213],[-0.39306,51.715],[-0.38079,51.71654],[-0.34459,51.70948],[-0.2838,51.71515],[-0.26707,51.71395],[-0.23509,51.69056],[-0.22093,51.68445],[-0.17729,51.68441],[-0.10644,51.69165],[-0.05899,51.68257],[0.02324,51.678],[0.0691,51.68854],[0.10856,51.68336],[0.19863,51.65015],[0.25714,51.61353],[0.28187,51.57813],[0.29039,51.55903],[0.26811,51.50265],[0.26882,51.49783],[0.26782,51.49042],[0.2659,51.47443],[0.25509,51.46053],[0.23586,51.44791],[0.23926,51.43251]]]}},united_kingdom:{type:"Feature",id:"united_kingdom",properties:{name:"United Kingdom",source:"OpenStreetMap"},geometry:{type:"Polygon",coordinates:[[[-7.24863,55.06999],[-6.96705,55.19847],[-6.59182,55.36664],[-9.93166,58.01975],[0.32957,61.43878],[2.43894,51.64531],[0.72508,50.42953],[-7.66848,49.03788],[-5.93264,51.46771],[-5.4053,53.54032],[-6.07527,54.0096],[-6.28173,54.11135],[-6.309,54.10669],[-6.31788,54.09098],[-6.33629,54.09472],[-6.33993,54.11189],[-6.3662,54.11374],[-6.36237,54.0766],[-6.37492,54.06914],[-6.37907,54.06909],[-6.37911,54.06907],[-6.37918,54.06902],[-6.39105,54.05885],[-6.41198,54.06306],[-6.44345,54.05649],[-6.45607,54.07252],[-6.47779,54.07709],[-6.4713,54.0663],[-6.51051,54.05268],[-6.53187,54.05968],[-6.55772,54.04917],[-6.58643,54.05757],[-6.59499,54.04462],[-6.62381,54.03646],[-6.66426,54.06917],[-6.66202,54.09283],[-6.64506,54.096],[-6.66127,54.12266],[-6.64886,54.12138],[-6.63961,54.13187],[-6.63436,54.16317],[-6.66539,54.19316],[-6.70601,54.20005],[-6.72106,54.18197],[-6.74076,54.18192],[-6.75617,54.19926],[-6.77562,54.19895],[-6.80097,54.21317],[-6.80042,54.2211],[-6.81617,54.22302],[-6.82774,54.26149],[-6.87804,54.27924],[-6.87229,54.28794],[-6.859,54.28191],[-6.85087,54.29728],[-6.87594,54.34641],[-6.90626,54.3503],[-6.91129,54.37474],[-6.93074,54.37575],[-6.9237,54.38284],[-6.95963,54.39221],[-6.98165,54.40946],[-6.99601,54.40538],[-7.0291,54.42137],[-7.05724,54.41108],[-7.07234,54.38839],[-7.10979,54.36824],[-7.10388,54.35574],[-7.15344,54.33501],[-7.18882,54.33765],[-7.17974,54.32046],[-7.17949,54.30924],[-7.19789,54.31106],[-7.21219,54.29962],[-7.17302,54.28613],[-7.17937,54.2726],[-7.16092,54.27371],[-7.14225,54.25559],[-7.15893,54.24396],[-7.14594,54.23957],[-7.14503,54.22473],[-7.17104,54.2176],[-7.18808,54.22492],[-7.1986,54.21578],[-7.22085,54.21581],[-7.23182,54.20557],[-7.24806,54.20446],[-7.24915,54.19817],[-7.233,54.19784],[-7.25942,54.19225],[-7.25828,54.17737],[-7.24028,54.1697],[-7.25812,54.16451],[-7.26296,54.13741],[-7.29195,54.11911],[-7.30891,54.13211],[-7.28551,54.13626],[-7.30149,54.14421],[-7.28379,54.15386],[-7.27997,54.16797],[-7.2913,54.17196],[-7.33956,54.14672],[-7.30533,54.12336],[-7.31867,54.11329],[-7.32713,54.12458],[-7.34602,54.11645],[-7.3632,54.1316],[-7.39181,54.12013],[-7.37279,54.13963],[-7.42078,54.13705],[-7.40959,54.15646],[-7.44192,54.15409],[-7.46841,54.14081],[-7.47919,54.12227],[-7.5281,54.13574],[-7.54738,54.12214],[-7.56576,54.12659],[-7.57454,54.14151],[-7.61043,54.14378],[-7.62966,54.1703],[-7.66425,54.18797],[-7.67659,54.18196],[-7.68829,54.20197],[-7.68543,54.20776],[-7.7394,54.20353],[-7.74858,54.20942],[-7.80368,54.20707],[-7.81173,54.20073],[-7.86017,54.21728],[-7.86046,54.26026],[-7.87322,54.27945],[-7.86187,54.29343],[-7.88087,54.29188],[-7.9017,54.30143],[-7.91095,54.29595],[-7.9616,54.31247],[-8.00093,54.35846],[-8.03129,54.35671],[-8.05733,54.36572],[-8.08416,54.39741],[-8.16026,54.44028],[-8.14291,54.45092],[-8.17751,54.46476],[-8.11467,54.46903],[-8.11324,54.4764],[-8.09148,54.47653],[-8.09868,54.48433],[-8.08933,54.48708],[-8.04265,54.48763],[-8.04185,54.50638],[-8.00601,54.54594],[-7.9703,54.54705],[-7.94973,54.53363],[-7.85055,54.53313],[-7.82402,54.54427],[-7.83325,54.55223],[-7.79659,54.57163],[-7.79341,54.58188],[-7.76212,54.58588],[-7.75151,54.59878],[-7.69725,54.61007],[-7.70877,54.63495],[-7.74165,54.61797],[-7.75797,54.62503],[-7.77236,54.62149],[-7.81366,54.64411],[-7.82828,54.63305],[-7.85213,54.63078],[-7.85669,54.65057],[-7.89164,54.65594],[-7.9099,54.66828],[-7.91381,54.67596],[-7.89766,54.68701],[-7.92089,54.69596],[-7.91804,54.70282],[-7.8796,54.70269],[-7.83665,54.73642],[-7.81761,54.73378],[-7.8047,54.7186],[-7.78875,54.71964],[-7.75006,54.70428],[-7.73551,54.71683],[-7.7116,54.72611],[-7.69723,54.72356],[-7.63657,54.75151],[-7.60944,54.74415],[-7.59117,54.74438],[-7.57919,54.75047],[-7.57865,54.74191],[-7.5698,54.74384],[-7.54826,54.74101],[-7.53859,54.751],[-7.54804,54.75711],[-7.54795,54.78835],[-7.52847,54.80757],[-7.47096,54.8348],[-7.44188,54.87561],[-7.45258,54.89849],[-7.44727,54.93524],[-7.39202,54.94545],[-7.4072,54.95521],[-7.4027,54.96689],[-7.40705,54.98294],[-7.39135,54.99774],[-7.40558,55.00332],[-7.37023,55.03476],[-7.34516,55.05083],[-7.31828,55.04507],[-7.29947,55.0561],[-7.28944,55.04771],[-7.27251,55.06357],[-7.24863,55.06999]]]}},canada_full:{type:"Feature",id:"canada_full",properties:{},geometry:{type:"Polygon",coordinates:[[[-140.99854,69.64945],[-120.9375,78.7335],[-91.05469,82.7432],[-75.58594,83.40004],[-63.45703,83.15311],[-59.32617,82.37915],[-63.76465,81.42049],[-67.19238,80.79583],[-73.21289,78.85307],[-74.9707,76.33114],[-61.34766,70.75797],[-50.1416,46.67959],[-65.98389,42.85181],[-66.95892,44.48769],[-66.9397,44.81692],[-67.13745,45.15493],[-67.26379,45.18591],[-67.31873,45.1278],[-67.43958,45.21881],[-67.44507,45.58329],[-67.79114,45.67164],[-67.78015,47.07012],[-68.19763,47.35743],[-68.39539,47.35743],[-68.37891,47.29413],[-68.90625,47.17478],[-69.06006,47.23449],[-69.08203,47.43552],[-69.22485,47.46524],[-70.00488,46.70974],[-70.05981,46.41514],[-70.18066,46.36209],[-70.3125,46.21025],[-70.24658,46.14178],[-70.3125,45.97406],[-70.26855,45.91294],[-70.42236,45.80583],[-70.42236,45.72152],[-70.71899,45.49865],[-70.62012,45.38302],[-70.80688,45.4293],[-70.85083,45.22848],[-71.00464,45.3367],[-71.1145,45.25169],[-71.26831,45.29035],[-71.41113,45.24395],[-71.5155,45.0153],[-74.81689,45.0153],[-75.31128,44.84808],[-75.7782,44.51218],[-75.82214,44.4377],[-76.43188,44.09942],[-76.79993,43.63011],[-78.68683,43.63806],[-79.19495,43.45292],[-79.07204,43.26521],[-79.05693,43.25671],[-79.04594,43.13807],[-79.06998,43.12103],[-79.06311,43.11652],[-79.05693,43.10951],[-79.07616,43.08393],[-79.07684,43.07691],[-79.01505,43.06839],[-78.99719,43.05785],[-79.02672,43.02071],[-79.01779,42.98456],[-78.98003,42.97099],[-78.96423,42.95843],[-78.93402,42.95542],[-78.91136,42.93883],[-78.90518,42.90011],[-78.93127,42.82361],[-80.07935,42.38289],[-81.27686,42.20818],[-82.39197,41.68112],[-82.68311,41.67701],[-83.07861,41.86547],[-83.15552,42.03909],[-83.12531,42.12064],[-83.13904,42.23462],[-83.07587,42.31185],[-82.98523,42.33418],[-82.81219,42.37478],[-82.63916,42.56117],[-82.59521,42.54903],[-82.52655,42.61375],[-82.41669,43.00063],[-82.13379,43.59631],[-82.51831,45.34442],[-83.59772,45.82114],[-83.43567,45.99696],[-83.57162,46.10847],[-83.65402,46.12275],[-83.76663,46.10466],[-83.82843,46.11989],[-83.89984,46.06084],[-83.95615,46.05989],[-83.974,46.1018],[-84.00833,46.11609],[-84.00696,46.14559],[-84.07974,46.18934],[-84.10995,46.24065],[-84.0976,46.25585],[-84.11545,46.26724],[-84.12094,46.31564],[-84.10309,46.32038],[-84.13467,46.36115],[-84.14841,46.42082],[-84.10995,46.50359],[-84.12781,46.531],[-84.14085,46.53241],[-84.17313,46.52722],[-84.19373,46.54092],[-84.226,46.53525],[-84.26582,46.49603],[-84.2926,46.49225],[-84.34135,46.50595],[-84.37225,46.50879],[-84.44023,46.49036],[-84.47662,46.45489],[-84.55353,46.45867],[-84.76776,46.62492],[-84.84741,46.88272],[-88.38501,48.31243],[-89.32983,47.96786],[-93.21899,48.64743],[-93.80127,48.5166],[-93.83423,48.63291],[-94.6637,48.75257],[-94.8175,49.32691],[-95.15259,49.38595],[-95.15533,49.00184],[-123.31879,49.00004],[-122.99469,48.7761],[-123.2666,48.69096],[-123.11279,48.37815],[-123.44238,48.22467],[-124.7168,48.49477],[-128.49609,48.74895],[-131.2207,53.61858],[-130.75928,54.73731],[-129.99023,55.27912],[-130.07813,56.10881],[-131.74805,56.63206],[-135.53833,59.80063],[-137.47192,58.90465],[-138.67493,59.78958],[-138.6969,59.90822],[-139.20227,60.09772],[-139.08142,60.35141],[-139.71863,60.33239],[-139.98779,60.18523],[-140.46021,60.30791],[-140.52063,60.22618],[-141.01501,60.30519],[-140.99854,69.64945]]]}},ottawa_gatineau:{type:"Feature",id:"ottawa_gatineau",properties:{},geometry:{type:"Polygon",coordinates:[[[-76.23413,45.50827],[-76.12839,45.55829],[-75.26184,45.58041],[-75.13412,45.39652],[-75.42938,45.32512],[-75.35385,45.17816],[-75.82489,44.93564],[-76.34537,45.36855],[-76.23413,45.50827]]]}},vancouver_metro:{type:"Feature",id:"vancouver_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-123.32,49],[-123.45,49.38],[-123.26,49.47],[-122.24,49.27],[-122.2,49],[-123.32,49]]]}},cuba:{type:"Feature",id:"cuba",properties:{},geometry:{type:"Polygon",coordinates:[[[-85.5,21.75],[-83.5,23.5],[-80,23.5],[-73.5,20.4],[-74.5,19.5],[-78,19.5],[-85.5,21.75]]]}},nicaragua:{type:"Feature",id:"nicaragua",properties:{},geometry:{type:"Polygon",coordinates:[[[-88,13],[-87.56104,13.13298],[-87.36877,12.99921],[-86.97876,13.02597],[-86.88538,13.28272],[-86.7041,13.29876],[-86.77002,13.76873],[-86.31409,13.77407],[-86.1438,14.046],[-86.01746,14.05133],[-85.75378,13.89141],[-85.16602,14.31761],[-84.96277,14.80144],[-84.4574,14.63674],[-83.39722,15.03499],[-82.5,14.9],[-82.8,12],[-83.676,10.95],[-83.66,10.8],[-83.92,10.7],[-84.688,11.076],[-84.91,10.945],[-85.615,11.215],[-85.7,11.06],[-86,11.06],[-88,13]]]}},boston_metro:{type:"Feature",id:"boston_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-70.5,41.91],[-71,41.91],[-71.42,42.05],[-71.57,42.18],[-71.64,42.4],[-71.57,42.52],[-71.35,42.64],[-71.1,42.7],[-70.5,42.7],[-70.5,41.91]]]}},central_pa:{type:"Feature",id:"central_pa",properties:{},geometry:{type:"Polygon",coordinates:[[[-78.7,41.5],[-77,41.5],[-76,40],[-76,39.72],[-79.3,39.72],[-78.7,41.5]]]}},chattanooga:{type:"Feature",id:"chattanooga",properties:{},geometry:{type:"Polygon",coordinates:[[[-85.634,34.743],[-85.634,35.282],[-84.933,35.282],[-84.933,34.743],[-85.634,34.743]]]}},cleveland:{type:"Feature",id:"cleveland",properties:{},geometry:{type:"Polygon",coordinates:[[[-82.5,41.5],[-80.95,42],[-80.95,41],[-82.5,41],[-82.5,41.5]]]}},colorado:{type:"Feature",id:"colorado",properties:{},geometry:{type:"Polygon",coordinates:[[[-109.05,37],[-109.05,41],[-102.05,41],[-102.05,37],[-109.05,37]]]}},dc_metro:{type:"Feature",id:"dc_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-77.04437,38.70266],[-77.27783,38.69409],[-77.57172,38.91668],[-77.61017,39.1258],[-77.27509,39.21523],[-77.08694,39.21204],[-76.87546,39.05119],[-76.69968,38.97863],[-76.71066,38.77657],[-76.84662,38.7048],[-77.04437,38.70266]]]}},dfw_metro:{type:"Feature",id:"dfw_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-97.75,32.25],[-97.75,33.4],[-96,33.4],[-96,32.25],[-97.75,32.25]]]}},grand_junction_co:{type:"Feature",id:"grand_junction_co",properties:{},geometry:{type:"Polygon",coordinates:[[[-109,39.4],[-108.1,39.4],[-107.8,39.16],[-107.8,38.7],[-108.1,38.5],[-109,39],[-109,39.4]]]}},la_metro:{type:"Feature",id:"la_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-118.5,33.7],[-118.68,34.23],[-118.5,34.35],[-118,34.2],[-117.3,34.2],[-117.2,34.1],[-117.37,33.9],[-117.74,33.5],[-118.5,33.7]]]}},massachusetts:{type:"Feature",id:"massachusetts",properties:{},geometry:{type:"Polygon",coordinates:[[[-73.53149,42.9725],[-69.40063,42.9725],[-69.40063,40.98819],[-71.55396,41.04622],[-71.53198,41.91863],[-73.70728,41.91045],[-73.53149,42.9725]]]}},minneapolis_st_paul_metro:{type:"Feature",id:"minneapolis_st_paul_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-93.801,44.578],[-93.801,45.348],[-92.666,45.348],[-92.666,44.578],[-93.801,44.578]]]}},mt_vernon_wa:{type:"Feature",id:"mt_vernon_wa",properties:{},geometry:{type:"Polygon",coordinates:[[[-123.3,49],[-122,49],[-122,48],[-123.2,48.4],[-123.3,49]]]}},nyc_metro:{type:"Feature",id:"nyc_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-74.73,40.64],[-73.95,41.38],[-73.6,40.95],[-73.25,41],[-73.25,40.6],[-74.43,40.43],[-74.73,40.64]]]}},philly_metro:{type:"Feature",id:"philly_metro",properties:{},geometry:{type:"Polygon",coordinates:[[[-75.7,40.3],[-75.3,40.4],[-74.7,40.3],[-74.45,40.1],[-74.9,39.55],[-75.5,39.55],[-75.8,39.7218],[-76.23,39.7211],[-75.7,40.3]]]}},phoenix:{type:"Feature",id:"phoenix",properties:{},geometry:{type:"Polygon",coordinates:[[[-113,32.7],[-113,34],[-111.1,34],[-111.1,32.7],[-113,32.7]]]}},portland_me:{type:"Feature",id:"portland_me",properties:{},geometry:{type:"Polygon",coordinates:[[[-70.5,42.9],[-71,43.3],[-71,44.2],[-69.6,44.5],[-69,44],[-70.5,42.9]]]}},portland_or:{type:"Feature",id:"portland_or",properties:{},geometry:{type:"Polygon",coordinates:[[[-124.4,44.8],[-124.4,46.3],[-121.5,46.3],[-121.5,44.8],[-124.4,44.8]]]}},salt_lake_city:{type:"Feature",id:"salt_lake_city",properties:{},geometry:{type:"Polygon",coordinates:[[[-112.6,40.75],[-112.3,41.4],[-111.5,41.4],[-111.1,40.3],[-112,39.75],[-112.6,40.75]]]}},seattle:{type:"Feature",id:"seattle",properties:{},geometry:{type:"Polygon",coordinates:[[[-122.15,47.26],[-122.33,47.26],[-122.54,47.33],[-122.52,47.46],[-122.45,47.55],[-122.45,47.8],[-121.2,47.8],[-121.43,47.38],[-121.43,47.14],[-121.94,47.14],[-122,47.17],[-122,47.17],[-122.1,47.19],[-122.15,47.26]]]}},sf_bay_area:{type:"Feature",id:"sf_bay_area",properties:{},geometry:{type:"Polygon",coordinates:[[[-123.5,38.5],[-122.8,38.8],[-121.7,38.2],[-121.5,36.9],[-123,36.9],[-123.5,38.5]]]}},south_sf_bay_area:{type:"Feature",id:"south_sf_bay_area",properties:{},geometry:{type:"Polygon",coordinates:[[[-121.4566,37.48249],[-121.21628,37.17673],[-121.20529,36.95757],[-121.49368,36.95757],[-121.5596,36.8928],[-121.98257,37.12419],[-122.27234,37.39635],[-122.13501,37.48903],[-121.4566,37.48249]]]}},st_louis:{type:"Feature",id:"st_louis",properties:{},geometry:{type:"Polygon",coordinates:[[[-90.28,39.1],[-89.57,39.05],[-89.57,38.18],[-90.58,38],[-91.37,38.2],[-91.37,38.75],[-90.28,39.1]]]}},tampa_bay:{type:"Feature",id:"tampa_bay",properties:{},geometry:{type:"Polygon",coordinates:[[[-83,28.2],[-82.2,28.2],[-82.2,27.55],[-83,27.55],[-83,28.2]]]}},usa_full:{type:"Feature",id:"usa_full",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[-124.76179,48.41301],[-123.22752,48.18499],[-123.32289,49.00429],[-96.01312,49.00605],[-95.11054,49.412],[-93.99811,49.00671],[-89.43531,47.98378],[-88.34922,48.29633],[-87.50645,48.01427],[-83.2814,46.13885],[-82.17616,43.58854],[-82.66248,41.68895],[-79.00601,42.80053],[-79.15798,43.44626],[-78.76239,43.62496],[-76.90231,43.80246],[-75.07988,44.98029],[-72.02225,45.00598],[-71.41227,45.25488],[-70.46149,46.21766],[-69.25051,47.51223],[-67.75966,47.099],[-66.94528,44.71049],[-69.84893,43.26199],[-69.87974,40.99205],[-72.00202,40.99125],[-74.02112,39.57279],[-75.41474,35.05319],[-80.02453,32.01613],[-79.89011,26.85507],[-80.02,24.0071],[-84.01601,24.00527],[-84.01656,25.01258],[-81.99666,25.01349],[-81.9972,25.98268],[-84.01879,28.99618],[-86.02775,30.00475],[-88.01625,30.00389],[-88.01567,28.99443],[-90.90285,28.85645],[-93.74053,29.47421],[-95.55633,28.58761],[-96.80617,27.79782],[-96.95553,25.98216],[-97.43502,25.8266],[-98.01091,25.9928],[-99.23511,26.4476],[-100.00624,28.00822],[-101.25529,29.48105],[-102.1514,29.74757],[-102.71736,29.39206],[-103.25189,28.89087],[-104.58819,29.69979],[-105.02053,30.5361],[-106.20525,31.4467],[-106.28689,31.56133],[-106.42932,31.75206],[-106.48421,31.74645],[-106.53072,31.78209],[-108.18711,31.77551],[-108.19927,31.326],[-111.00893,31.33601],[-114.86123,32.47999],[-117.67593,32.46302],[-119.97759,33.00641],[-122.53697,36.85661],[-124.99343,40.05576],[-124.60595,45.90245],[-124.76179,48.41301]]],[[[-160.57876,22.50629],[-159.00937,22.50702],[-157.50474,21.9985],[-156.29276,21.22259],[-154.68902,19.88057],[-154.62178,18.7587],[-155.99619,18.77902],[-157.50832,20.9958],[-158.74706,21.24398],[-160.57822,21.49846],[-160.57876,22.50629]]],[[[-167.1572,68.722],[-164.9717,68.9947],[-163.0218,69.9707],[-160.4136,70.7398],[-156.1769,71.5633],[-140.9684,69.9535],[-140.9874,61.0119],[-139.1716,60.4127],[-138.0072,59.9918],[-135.123,59.7566],[-131.9759,56.9995],[-130.0071,57.0001],[-130.0044,54.0043],[-133.9948,54.0032],[-138.515,57.9986],[-138.516,58.9953],[-151.5013,58.992],[-151.5003,57.9988],[-151.9963,55.9992],[-158.0191,55.0028],[-159.0076,55.0025],[-162.4025,53.9567],[-171.4689,51.8215],[-177.9993,51.2554],[-178.0001,52.2446],[-173.8197,59.7401],[-172.5143,63.8767],[-169.0075,64.9988],[-169.0087,66.0015],[-168.0022,66.0018],[-164.8554,67.0255],[-167.1572,68.722]]],[[[-68.2,17.8],[-67.9,18.67],[-65.33,18.57],[-64.64,18.36],[-64.32,17.38],[-68.2,17.8]]],[[[146.2,15.4],[144.8,12.9],[144.2,13.2],[145.7,15.6],[146.2,15.4]]],[[[180,52.2],[180,51],[172,52.5],[172,53.5],[180,52.2]]]]}},wyoming:{type:"Feature",id:"wyoming",properties:{},geometry:{type:"Polygon",coordinates:[[[-111.05,41],[-111.05,45],[-104.05,45],[-104.05,41],[-111.05,41]]]}},australia_full:{type:"Feature",id:"australia_full",properties:{},geometry:{type:"Polygon",coordinates:[[[146.07422,-44.43378],[131.66016,-44.65302],[124.54102,-41.44273],[116.45508,-39.36828],[108.80859,-39.16414],[103.18359,-27.60567],[95.27344,-24.04646],[96.30615,-11.15685],[106.25977,-9.92557],[116.47705,-13.98738],[122.77222,-11.65224],[126.43066,-11.48002],[129.26514,-9.92557],[134.89014,-9.92557],[139.46045,-10.14193],[141.55334,-9.99861],[141.7868,-9.77132],[142.229,-9.67115],[142.72614,-9.552],[143.30017,-9.39216],[144.24774,-9.24851],[144.44824,-9.59533],[149.5459,-12.68321],[154.90723,-18.02053],[156.42334,-21.55528],[158.02734,-24.68695],[160.0708,-26.03704],[167.34375,-26.6671],[170.354,-29.11378],[168.2666,-30.63791],[160.15869,-34.03445],[152.18262,-38.41056],[149.94141,-43.51669],[146.07422,-44.43378]]]}},argentina:{type:"Feature",id:"argentina",properties:{},geometry:{type:"Polygon",coordinates:[[[-73.14602,-49.18818],[-72.91615,-48.93261],[-72.53201,-48.80072],[-72.58755,-48.48542],[-72.22624,-48.32339],[-72.49784,-47.96155],[-72.33315,-47.44938],[-71.86801,-47.23376],[-71.94851,-46.80983],[-71.64665,-46.68783],[-71.79939,-46.19141],[-71.6147,-45.97522],[-71.79762,-45.62288],[-71.46813,-45.4921],[-71.32472,-45.306],[-71.56043,-44.97863],[-72.04094,-44.90019],[-72.07396,-44.78023],[-71.46969,-44.73753],[-71.23704,-44.79082],[-71.13226,-44.4711],[-71.36469,-44.38958],[-71.80731,-44.42036],[-71.84736,-44.11002],[-71.64902,-43.94552],[-71.75129,-43.78527],[-71.60784,-43.62836],[-71.93082,-43.45685],[-71.76157,-43.1645],[-72.14281,-42.8979],[-72.1812,-42.69735],[-72.023,-42.41766],[-72.17288,-42.14043],[-71.72931,-42.12447],[-71.91021,-41.34113],[-71.8196,-41.06038],[-71.96387,-40.71955],[-71.8414,-40.4521],[-71.65704,-40.36426],[-71.82818,-40.20778],[-71.59266,-39.90123],[-71.67811,-39.56486],[-71.39497,-39.34179],[-71.42542,-38.92164],[-70.92524,-38.76298],[-70.84044,-38.54138],[-70.97623,-38.44222],[-70.98292,-38.10477],[-71.21191,-37.68901],[-71.11983,-37.4585],[-71.21555,-37.27261],[-71.09237,-37.11444],[-71.11982,-36.69792],[-71.03513,-36.47333],[-70.71285,-36.42687],[-70.70501,-36.27229],[-70.42451,-36.15581],[-70.38755,-35.60868],[-70.43201,-35.31842],[-70.58358,-35.27831],[-70.36203,-35.13645],[-70.21683,-34.61145],[-70.01089,-34.41389],[-70.03094,-34.28805],[-69.79507,-34.24304],[-69.90417,-33.77143],[-69.7705,-33.3611],[-70.00282,-33.32294],[-70.08089,-33.02919],[-70.00121,-32.8846],[-70.17038,-32.62555],[-70.14899,-32.46585],[-70.31918,-32.27335],[-70.35277,-32.0257],[-70.2106,-31.95769],[-70.46072,-31.84116],[-70.56691,-31.60016],[-70.49734,-31.12216],[-70.40805,-31.16633],[-70.23998,-30.61575],[-70.11719,-30.43102],[-69.89853,-30.35557],[-69.87492,-29.7043],[-70.01808,-29.38321],[-69.78724,-29.13008],[-69.68114,-28.47172],[-69.45679,-28.18357],[-69.17254,-27.97088],[-68.94231,-27.52325],[-68.8412,-27.15464],[-68.29854,-27.0389],[-68.2638,-26.91623],[-68.58734,-26.49294],[-68.55754,-26.2871],[-68.38108,-26.17822],[-68.57599,-25.42894],[-68.4999,-25.16149],[-68.34279,-25.1124],[-68.56789,-24.79739],[-68.26201,-24.40457],[-67.32231,-24.0344],[-66.99052,-23.00044],[-67.18066,-22.8138],[-67.02827,-22.54089],[-66.78247,-22.43778],[-66.73899,-22.23893],[-66.28793,-22.08605],[-66.24277,-21.79408],[-66.07589,-21.83493],[-65.74764,-22.10912],[-64.99322,-22.08239],[-64.53579,-22.29137],[-64.29933,-22.86509],[-64.24332,-22.56039],[-63.93139,-22],[-62.80617,-22],[-62.7913,-22.16193],[-62.3009,-22.48659],[-62.20671,-22.70418],[-61.73612,-23.23432],[-61.08824,-23.61393],[-60.9899,-23.81808],[-60.37353,-24.024],[-60.03941,-24.01156],[-59.47554,-24.33261],[-59.35397,-24.47821],[-58.67243,-24.83192],[-58.24167,-24.92801],[-57.76089,-25.17193],[-57.555,-25.4484],[-57.74064,-25.65045],[-57.89112,-25.9662],[-58.08473,-26.11185],[-58.22103,-26.41403],[-58.18996,-26.64518],[-58.31991,-26.85821],[-58.64913,-27.12662],[-58.59905,-27.29984],[-57.87482,-27.27527],[-57.48754,-27.44418],[-56.96564,-27.50202],[-56.84926,-27.6063],[-56.60117,-27.42102],[-56.3749,-27.58903],[-56.29432,-27.42003],[-56.06276,-27.306],[-55.73692,-27.44516],[-55.6057,-27.16241],[-55.42284,-26.99528],[-54.78695,-26.63111],[-54.61874,-26.20893],[-54.67933,-25.99524],[-54.65698,-25.67619],[-54.5842,-25.58952],[-54.4812,-25.62543],[-54.108,-25.495],[-53.86217,-25.65902],[-53.83619,-25.97166],[-53.6411,-26.21559],[-53.73094,-26.5097],[-53.67249,-26.91252],[-53.84355,-27.16453],[-53.959,-27.15804],[-54.21736,-27.38603],[-54.673,-27.57],[-54.814,-27.533],[-54.936,-27.772],[-55.38728,-27.98524],[-55.76677,-28.23982],[-55.69902,-28.42637],[-55.88091,-28.4715],[-56.29651,-28.80272],[-56.42475,-29.07897],[-56.59315,-29.12516],[-56.70164,-29.35913],[-57.328,-29.972],[-57.64923,-30.20184],[-57.63687,-30.33197],[-57.85924,-30.47701],[-57.8096,-30.91332],[-58.08141,-31.45457],[-57.98082,-31.58691],[-58.20653,-31.86773],[-58.10645,-32.24002],[-58.20464,-32.46055],[-58.0841,-32.99782],[-58.36693,-33.12177],[-58.49375,-33.57857],[-58.29507,-34.17809],[-57.9345,-34.4519],[-55.9,-35.6],[-57,-39],[-61,-41],[-63.5,-55],[-66.67094,-55.11906],[-67.27285,-54.90511],[-67.95071,-54.87373],[-68.60967,-54.91369],[-68.60676,-52.65902],[-68.41869,-52.3325],[-69.19014,-52.15044],[-69.48632,-52.15165],[-69.9955,-52.00074],[-71.92259,-51.99991],[-72.29907,-51.69791],[-72.28621,-50.65987],[-72.72636,-50.61667],[-73.06995,-50.78909],[-73.32848,-50.5716],[-73.52199,-50.15397],[-73.44481,-49.79226],[-73.53933,-49.49825],[-73.47299,-49.20464],[-73.14602,-49.18818]]]}},bolivia:{type:"Feature",id:"bolivia",properties:{},geometry:{type:"Polygon",coordinates:[[[-60.17487,-16.26675],[-58.32092,-16.31948],[-58.47336,-16.74472],[-58.39371,-17.18081],[-57.79152,-17.55501],[-57.71187,-17.73103],[-57.55463,-18.22348],[-57.72079,-18.89914],[-57.70775,-19.0381],[-58.11768,-19.75313],[-57.85675,-19.96754],[-58.15338,-20.15201],[-58.17535,-19.83066],[-59.07074,-19.28846],[-59.97025,-19.29494],[-61.78848,-19.65358],[-62.57401,-21.99972],[-63.93082,-22.00736],[-64.24942,-22.60957],[-64.31808,-22.8806],[-64.56528,-22.36595],[-64.62021,-22.21856],[-64.99649,-22.08628],[-65.77446,-22.10027],[-65.92552,-21.93222],[-66.04774,-21.91884],[-66.04225,-21.86022],[-66.2273,-21.78437],[-66.3121,-22.1219],[-66.74057,-22.23635],[-66.7955,-22.44213],[-67.18002,-22.81353],[-67.56351,-22.90085],[-67.81174,-22.87934],[-68.17566,-21.3252],[-68.405,-20.9499],[-68.54095,-20.92681],[-68.55606,-20.7285],[-68.43796,-20.63857],[-68.74557,-20.46369],[-68.72772,-20.08173],[-68.56293,-20.05077],[-68.53134,-19.85779],[-68.69064,-19.74667],[-68.41873,-19.41544],[-68.9296,-18.97448],[-69.12186,-18.14128],[-69.46793,-17.50852],[-69.46793,-17.37489],[-69.63547,-17.27787],[-69.01199,-16.66053],[-69.03877,-16.58487],[-68.93509,-16.2061],[-69.16718,-16.22259],[-69.40201,-15.62634],[-69.13422,-15.23516],[-69.35806,-14.96933],[-68.97903,-14.21979],[-68.87466,-12.88745],[-68.65768,-12.49088],[-69.57264,-10.94456],[-68.74806,-11.00835],[-68.75167,-11.01762],[-68.75201,-11.03716],[-68.76592,-11.04963],[-68.70815,-11.14253],[-68.54576,-11.11036],[-68.24295,-10.95872],[-68.08502,-10.69165],[-67.86736,-10.64036],[-67.71629,-10.71459],[-67.6775,-10.60341],[-67.65947,-10.61792],[-67.58446,-10.50402],[-67.43614,-10.44966],[-67.40593,-10.38314],[-67.31461,-10.37774],[-67.32216,-10.32438],[-67.1953,-10.32277],[-67.18869,-10.33983],[-67.17093,-10.33814],[-66.57921,-9.90392],[-65.86441,-9.75981],[-65.56503,-9.82477],[-65.44968,-9.67318],[-65.29449,-9.85589],[-65.39474,-10.54722],[-65.35629,-10.78474],[-65.2684,-10.88658],[-65.29861,-11.32656],[-65.14481,-11.70939],[-64.36752,-12.4587],[-63.67538,-12.46675],[-61.64841,-13.53453],[-61.06339,-13.52919],[-60.4303,-13.88608],[-60.23804,-15.09864],[-60.57312,-15.09599],[-60.24353,-15.47221],[-60.17487,-16.26675]]]}},bahia:{id:"bahia",type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-46.26343,-11.52309],[-46.40625,-11.53923],[-46.51062,-11.50425],[-46.604,-11.3481],[-46.61224,-11.25653],[-46.46668,-11.1811],[-46.42822,-11.02208],[-46.32935,-10.9331],[-46.19751,-10.65521],[-45.84045,-10.47701],[-45.82672,-10.35275],[-45.74707,-10.34194],[-45.70038,-10.26087],[-45.72784,-10.15815],[-45.59326,-10.09326],[-45.41199,-10.43379],[-45.45593,-10.55262],[-45.37903,-10.72538],[-45.15381,-10.8387],[-44.90112,-10.90883],[-44.60999,-10.66601],[-44.34631,-10.54182],[-44.13757,-10.63362],[-44.05518,-10.39057],[-43.96179,-10.42839],[-43.78601,-10.15275],[-43.69263,-10.03918],[-43.69812,-9.95262],[-43.64868,-9.82274],[-43.76404,-9.76861],[-43.8794,-9.54117],[-43.68713,-9.41655],[-43.4729,-9.24851],[-43.3081,-9.37861],[-43.04443,-9.36235],[-42.8302,-9.60617],[-42.33581,-9.31899],[-41.90735,-9.23767],[-41.7865,-9.09125],[-41.40198,-8.71136],[-41.14929,-8.70593],[-41.03943,-8.83351],[-41.01471,-8.82808],[-40.92407,-8.83894],[-40.8197,-9.07226],[-40.68237,-9.14277],[-40.66864,-9.26478],[-40.7428,-9.30002],[-40.75653,-9.42197],[-40.62744,-9.47615],[-40.53131,-9.41384],[-40.47363,-9.39758],[-40.42694,-9.34338],[-40.36102,-9.37319],[-40.29785,-9.09396],[-40.23468,-9.04243],[-40.14679,-9.10481],[-40.07813,-9.05057],[-39.98749,-9.05599],[-39.8996,-8.95833],[-39.90509,-8.82808],[-39.68262,-8.77923],[-39.70459,-8.67063],[-39.65241,-8.65977],[-39.41345,-8.50769],[-39.2926,-8.54843],[-39.23492,-8.6299],[-38.96576,-8.76837],[-38.86963,-8.76837],[-38.71307,-8.83622],[-38.68835,-8.90678],[-38.66913,-8.98275],[-38.61694,-8.96376],[-38.60596,-8.86065],[-38.5675,-8.81723],[-38.47687,-8.84708],[-38.50983,-8.94205],[-38.42194,-9.037],[-38.33679,-8.97461],[-38.28461,-9.00716],[-38.31757,-9.06684],[-38.21045,-9.36235],[-38.04565,-9.4599],[-38.02368,-9.8498],[-37.89185,-9.96885],[-37.74902,-10.31492],[-37.8479,-10.37977],[-37.78198,-10.64981],[-37.93579,-10.73617],[-38.13354,-10.6822],[-38.26538,-10.79014],[-38.02368,-11.31848],[-37.73804,-11.57691],[-37.3645,-11.48002],[-38.50159,-18.11975],[-39.65515,-18.35453],[-40.25391,-17.96828],[-40.23193,-17.79053],[-40.61646,-17.38209],[-40.51758,-16.89917],[-40.13306,-16.45716],[-39.90234,-16.04581],[-40.68237,-15.68651],[-41.08887,-15.73939],[-41.35254,-15.73939],[-41.37451,-15.49603],[-41.80298,-15.09334],[-42.04468,-15.18878],[-43.24219,-14.67925],[-43.50586,-14.78551],[-43.92334,-14.63674],[-43.7915,-14.31761],[-44.35181,-14.24309],[-44.65942,-14.38148],[-45.78003,-15.13576],[-46.10962,-15.29478],[-46.06567,-14.87047],[-45.92285,-14.38148],[-46.24146,-14.14723],[-46.32935,-13.11158],[-46.38428,-12.02858],[-46.26343,-11.52309]]]}},brazil:{type:"Feature",id:"brazil",properties:{},geometry:{type:"Polygon",coordinates:[[[-51.56433,4.29711],[-28.4491,1.04914],[-37.67761,-21.04862],[-52.94861,-34.05721],[-53.56384,-33.71063],[-53.58581,-33.23409],[-53.16833,-32.81036],[-54.11316,-32.08723],[-55.73914,-30.85036],[-56.11267,-31.18931],[-56.11267,-30.90694],[-57.0575,-30.14988],[-57.23328,-30.32073],[-57.73865,-30.26381],[-55.98083,-28.5411],[-54.94812,-27.68839],[-53.80554,-27.18136],[-53.7616,-26.73089],[-53.87146,-26.00249],[-54.20105,-25.88394],[-54.6405,-25.88394],[-54.28894,-24.13171],[-55.43701,-24.18685],[-55.87647,-22.3704],[-58.07373,-22.08564],[-58.24402,-20.06109],[-57.71668,-17.98396],[-58.43628,-17.18278],[-58.50769,-16.38866],[-60.1831,-16.29905],[-60.26001,-15.14637],[-60.49072,-14.09396],[-60.94116,-13.63531],[-61.85303,-13.5926],[-63.58887,-12.56529],[-64.22058,-12.55992],[-65.20386,-11.8996],[-65.4126,-9.74154],[-66.82983,-10.1203],[-68.17566,-10.92501],[-70.6366,-11.18379],[-70.6366,-9.62783],[-71.42761,-9.97426],[-72.74597,-9.88769],[-73.97644,-7.10634],[-72.70752,-4.67498],[-70.15869,-4.23686],[-69.67529,-1.03266],[-70.19714,1.75205],[-67.56042,1.83989],[-66.94519,0.69761],[-63.78113,1.83989],[-64.84131,4.36832],[-63.25378,3.59566],[-60.24353,5.20584],[-60.03479,4.98698],[-59.57886,3.81493],[-59.89746,3.26118],[-60.05676,2.76199],[-59.9469,2.2626],[-59.77661,2.23515],[-59.77661,1.75754],[-58.64502,1.55987],[-55.87647,2.61384],[-53.10791,2.35041],[-51.56433,4.29711]]]}},df_br:{id:"df_br",type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[[[-48.20114,-15.49868],[-47.42111,-15.5],[-47.38953,-15.56484],[-47.32361,-15.58865],[-47.33047,-15.63891],[-47.31125,-15.73278],[-47.36755,-15.83189],[-47.3703,-15.927],[-47.36893,-15.99698],[-47.30988,-16.04317],[-48.27805,-16.04713],[-48.24921,-15.94152],[-48.2753,-15.93096],[-48.29041,-15.83189],[-48.22998,-15.77772],[-48.21899,-15.71163],[-48.24097,-15.70898],[-48.23547,-15.66535],[-48.22449,-15.63097],[-48.20251,-15.62568],[-48.20114,-15.49868]]]}},chile:{type:"Feature",id:"chile",properties:{},geometry:{type:"MultiPolygon",coordinates:[[[[-110,-28],[-110,-26],[-109,-26],[-109,-28],[-110,-28]],[[-69.46999,-17.50394],[-69.67049,-17.66692],[-69.80164,-17.65253],[-69.83047,-17.71337],[-69.82704,-17.75196],[-69.80919,-17.8023],[-69.75494,-17.98135],[-69.82018,-18.1191],[-69.86618,-18.17325],[-69.96918,-18.26065],[-70.19165,-18.33106],[-72.5,-18.3],[-78,-53],[-68,-58],[-65.80412,-55.20392],[-67.30412,-54.90395],[-68.60412,-54.90395],[-68.60412,-52.65417],[-68.42212,-52.39063],[-68.42268,-52.33665],[-68.57786,-52.32931],[-68.58833,-52.31016],[-68.84205,-52.28181],[-69.19421,-52.15445],[-69.49016,-52.15561],[-70.00412,-52.00423],[-71.92097,-52.00391],[-71.95221,-51.97896],[-72.04212,-51.96756],[-71.93324,-51.91854],[-72.03255,-51.8118],[-72.32412,-51.60426],[-72.34531,-50.65403],[-73.32687,-50.52827],[-73.51742,-49.89065],[-72.98733,-48.99351],[-72.68005,-48.89271],[-72.53174,-48.77746],[-72.56195,-48.50569],[-72.24472,-48.34986],[-72.46788,-47.7451],[-72.0504,-47.34557],[-71.87325,-47.12505],[-71.9426,-46.81204],[-71.64974,-46.68289],[-71.82037,-46.1256],[-71.64459,-46.00936],[-71.75291,-45.55168],[-71.47104,-45.49829],[-71.54383,-45.40436],[-71.3895,-45.35287],[-71.33354,-45.28286],[-71.41148,-45.19486],[-71.56494,-44.98326],[-72.03323,-44.88409],[-72.03495,-44.76989],[-71.24908,-44.80425],[-71.07056,-44.47985],[-71.81213,-44.30714],[-71.58417,-43.64303],[-71.8856,-43.45765],[-71.72596,-43.19066],[-72.14344,-42.90363],[-72.04765,-42.54322],[-72.04182,-42.40546],[-72.17194,-42.14686],[-71.73051,-42.11516],[-71.92612,-40.72332],[-71.80252,-40.42081],[-71.70639,-40.425],[-71.66794,-40.30571],[-71.77643,-40.268],[-71.39465,-38.92843],[-70.90816,-38.67251],[-71.189,-37.74167],[-71.04858,-36.49087],[-70.95932,-36.50246],[-70.37876,-36.04743],[-70.43884,-35.32549],[-70.58441,-35.27646],[-70.53875,-35.20551],[-70.3791,-35.17241],[-69.87854,-34.15614],[-69.8703,-33.57458],[-69.78207,-33.33282],[-69.86721,-33.28663],[-69.99561,-33.3268],[-70.08453,-33.03716],[-70.3125,-32.12562],[-70.22736,-31.93934],[-70.46185,-31.84548],[-70.53102,-31.3724],[-70.07904,-30.38828],[-69.88678,-30.35747],[-69.81262,-30.14869],[-69.93347,-30.10118],[-69.94308,-29.24087],[-68.78609,-27.10803],[-68.56567,-27.17525],[-68.25256,-26.96492],[-68.57666,-26.49147],[-68.5437,-26.27987],[-68.37067,-26.17639],[-68.48328,-25.15399],[-68.32397,-25.09928],[-68.5437,-24.79047],[-68.46405,-24.62829],[-68.24432,-24.39338],[-67.32216,-24.03768],[-66.98639,-23.00012],[-67.17728,-22.81416],[-67.55768,-22.89642],[-67.81586,-22.86099],[-68.19489,-21.27018],[-68.405,-20.93964],[-68.53546,-20.8524],[-68.47504,-20.64949],[-68.72772,-20.46948],[-68.73322,-20.38454],[-68.67279,-20.34591],[-68.76549,-20.08237],[-68.56842,-20.05658],[-68.52997,-19.85262],[-68.68309,-19.72793],[-68.40225,-19.41091],[-68.92548,-18.97253],[-69.11087,-18.1328],[-69.06143,-18.06231],[-69.29352,-17.96698],[-69.30931,-17.9121],[-69.30794,-17.83956],[-69.34708,-17.7343],[-69.47205,-17.61065],[-69.46999,-17.50394]]]]}},bogota:{type:"Feature",id:"bogota",properties:{},geometry:{type:"Polygon",coordinates:[[[-74.38,4.7],[-74.17,5],[-73.75,5],[-73.9,4.37],[-74.25,4.31],[-74.38,4.7]]]}},colombia:{type:"Feature",id:"colombia",properties:{},geometry:{type:"Polygon",coordinates:[[[-75.8,11.8],[-71.3,12.7],[-70.9,11.9],[-71.98242,11.65762],[-72.2406,11.14607],[-72.45483,11.10295],[-72.8833,10.43379],[-72.94922,9.83898],[-73.31177,9.20514],[-72.99866,9.29189],[-72.94373,9.09125],[-72.76245,9.12379],[-72.65259,8.61633],[-72.39716,8.36098],[-72.34497,8.00484],[-72.4054,8.04563],[-72.49054,7.945],[-72.4411,7.89875],[-72.45209,7.53676],[-72.43835,7.40605],[-72.18567,7.38426],[-72.14996,7.32161],[-72.18018,7.24532],[-72.03461,7.0273],[-71.12,7.02457],[-71.09528,6.98641],[-70.9964,6.98641],[-70.77942,7.09817],[-70.5542,7.07636],[-70.30701,6.93461],[-70.11475,6.98095],[-69.43016,6.10778],[-69.34914,6.13987],[-69.31,6.0873],[-69.23378,6.08047],[-69.17404,6.15011],[-69.03877,6.22384],[-68.66455,6.14055],[-67.80762,6.288],[-67.45056,6.21155],[-67.47803,6.10232],[-67.40662,6.00946],[-67.60437,5.7909],[-67.63184,5.4629],[-67.82959,5.31524],[-67.79114,4.28068],[-67.62085,3.74915],[-67.5,3.78204],[-67.29126,3.36537],[-67.86255,2.82234],[-67.58789,2.79491],[-67.1759,2.33395],[-66.85181,1.23037],[-67.08801,1.16172],[-67.16766,1.83989],[-67.34894,1.97715],[-67.36816,2.22417],[-67.44781,2.21868],[-67.56866,2.054],[-67.80487,1.98813],[-67.91199,1.81793],[-68.18939,2.01009],[-68.2663,1.85087],[-68.16193,1.73008],[-69.83459,1.71361],[-69.8291,1.08209],[-69.19739,1.06561],[-69.15344,0.62621],[-69.48303,0.73057],[-69.79065,0.58776],[-70.02686,0.57128],[-70.04059,-0.19226],[-69.60937,-0.50262],[-69.55719,-0.65367],[-69.61212,-0.7498],[-69.41986,-1.03541],[-69.40338,-1.37041],[-69.9321,-4.21974],[-69.94995,-4.23275],[-70.06531,-4.08071],[-70.1841,-3.93893],[-70.28641,-3.82246],[-70.35027,-3.80054],[-70.50613,-3.87796],[-70.71075,-3.793],[-70.04883,-2.75102],[-70.8783,-2.23241],[-71.41113,-2.37786],[-71.75171,-2.19124],[-72.36694,-2.48762],[-72.63336,-2.36688],[-72.67456,-2.4595],[-72.93274,-2.4492],[-73.1813,-2.22692],[-73.10028,-2.0842],[-73.14697,-1.79597],[-73.55347,-1.69439],[-73.47382,-1.55437],[-73.64136,-1.26607],[-73.85834,-1.22763],[-74.27582,-0.97774],[-74.42139,-0.51086],[-74.79492,-0.23621],[-75.20142,-0.06592],[-75.27832,-0.12909],[-75.80566,0.04669],[-76.09955,0.32959],[-76.32751,0.42572],[-76.40991,0.37903],[-76.41266,0.23621],[-76.96198,0.27191],[-77.11029,0.36529],[-77.53601,0.40649],[-77.48383,0.65093],[-77.69257,0.73606],[-77.66441,0.81296],[-77.7166,0.85141],[-77.74544,0.83562],[-77.77565,0.83974],[-77.80861,0.82738],[-77.8196,0.80678],[-77.96173,0.82257],[-78.19794,0.94478],[-78.19931,0.99284],[-78.28308,1.05325],[-78.2515,1.08346],[-78.31741,1.19193],[-78.43002,1.1425],[-78.55499,1.2496],[-78.61816,1.24685],[-80,2.5],[-77.7,7.7],[-77.55524,7.51498],[-77.32178,7.87971],[-77.17896,7.93956],[-77.5,8.5],[-75.8,11.8]]]}},ecuador:{type:"Feature",id:"ecuador",properties:{},geometry:{type:"Polygon",coordinates:[[[-82,-3],[-80,2.2],[-77.86079,0.80404],[-77.72072,0.85484],[-77.66287,0.81794],[-77.66424,0.80884],[-77.67385,0.80215],[-77.67729,0.79099],[-77.66184,0.78979],[-77.68587,0.77365],[-77.6972,0.74241],[-77.67523,0.73778],[-77.5573,0.65058],[-77.47353,0.6626],[-77.52159,0.44837],[-76.47583,0.20874],[-76.32202,0.4422],[-76.0199,0.30487],[-75.81665,0.09064],[-75.26733,-0.1181],[-75.31265,-0.16617],[-75.50629,-0.21698],[-75.22888,-0.56441],[-75.20279,-0.97362],[-75.28931,-0.99147],[-75.36072,-0.95027],[-75.64087,-1.62576],[-76.63376,-2.59052],[-77.84637,-3],[-78.2872,-3.42158],[-79.01917,-5.01844],[-79.24301,-4.96581],[-79.62753,-4.42656],[-79.79233,-4.48954],[-80.12535,-4.29784],[-80.36018,-4.49775],[-80.44584,-4.45086],[-80.44739,-4.37692],[-80.33409,-4.21841],[-80.45013,-4.20968],[-80.44928,-4.13024],[-80.48035,-4.09445],[-80.47297,-4.05079],[-80.44739,-3.99719],[-80.39915,-3.98281],[-80.29701,-4.01843],[-80.12878,-3.89718],[-80.16106,-3.86704],[-80.19264,-3.60256],[-80.21633,-3.582],[-80.20706,-3.54705],[-80.21745,-3.5],[-80.22878,-3.50181],[-80.2335,-3.4899],[-80.2456,-3.48759],[-80.24545,-3.48481],[-80.24416,-3.48461],[-80.24386,-3.48247],[-80.24313,-3.48142],[-80.24393,-3.47881],[-80.24079,-3.47723],[-80.2438,-3.46463],[-80.22217,-3.44047],[-80.25238,-3.41],[-82,-3]]]}},paraguay:{type:"Feature",id:"paraguay",properties:{},geometry:{type:"Polygon",coordinates:[[[-54.25873,-24.35961],[-54.58403,-25.58921],[-54.65681,-25.67588],[-54.67916,-25.99493],[-54.61857,-26.20862],[-54.78678,-26.6308],[-55.42267,-26.99497],[-55.60553,-27.1621],[-55.73675,-27.44486],[-55.78857,-27.44309],[-55.89775,-27.34371],[-55.97809,-27.35591],[-56.06259,-27.30569],[-56.29415,-27.41973],[-56.37473,-27.58873],[-56.601,-27.42072],[-56.84909,-27.606],[-56.96547,-27.50172],[-57.48737,-27.44388],[-57.87465,-27.27496],[-58.59888,-27.29953],[-58.64896,-27.12631],[-58.31974,-26.8579],[-58.18979,-26.64487],[-58.22086,-26.41372],[-58.08456,-26.11154],[-57.89095,-25.96589],[-57.74047,-25.65014],[-57.55483,-25.44809],[-57.76072,-25.17162],[-58.2415,-24.9277],[-58.67226,-24.83161],[-59.3538,-24.4779],[-59.47537,-24.3323],[-60.03924,-24.01125],[-60.37336,-24.02369],[-60.98973,-23.81777],[-61.08807,-23.61362],[-61.73595,-23.234],[-62.20654,-22.70386],[-62.30073,-22.48627],[-62.64387,-22.24906],[-62.26072,-21.05983],[-62.26622,-20.56305],[-61.92152,-20.08915],[-61.73647,-19.63289],[-59.97488,-19.29332],[-59.06988,-19.28619],[-58.20814,-19.80515],[-57.83186,-20.9842],[-57.92507,-21.63334],[-57.88113,-21.68734],[-57.90602,-21.71294],[-57.97194,-22.07832],[-56.81013,-22.27099],[-56.56363,-22.20044],[-56.49462,-22.08659],[-56.39677,-22.07641],[-56.26631,-22.24811],[-56.01774,-22.29259],[-55.8526,-22.28227],[-55.78935,-22.38413],[-55.74034,-22.38913],[-55.75132,-22.47989],[-55.7472,-22.50653],[-55.72347,-22.5514],[-55.69845,-22.56298],[-55.69365,-22.57788],[-55.62361,-22.62986],[-55.38191,-24.00601],[-54.65973,-23.82806],[-54.31366,-24.01762],[-54.25873,-24.35961]]]}},peru:{type:"Feature",id:"peru",properties:{},geometry:{type:"Polygon",coordinates:[[[-83,-3],[-80.25238,-3.41],[-80.22217,-3.44047],[-80.2438,-3.46463],[-80.24079,-3.47723],[-80.24393,-3.47881],[-80.24313,-3.48142],[-80.24386,-3.48247],[-80.24416,-3.48461],[-80.24545,-3.48481],[-80.2456,-3.48759],[-80.2335,-3.4899],[-80.22878,-3.50181],[-80.21745,-3.5001],[-80.20706,-3.54705],[-80.21633,-3.582],[-80.19264,-3.60256],[-80.16106,-3.86704],[-80.12878,-3.89718],[-80.29701,-4.01843],[-80.39915,-3.98281],[-80.44739,-3.99719],[-80.47297,-4.05079],[-80.48035,-4.09445],[-80.44928,-4.13024],[-80.45013,-4.20968],[-80.33409,-4.21841],[-80.44739,-4.37692],[-80.44584,-4.45086],[-80.36018,-4.49775],[-80.12535,-4.29784],[-79.79233,-4.48954],[-79.62753,-4.42656],[-79.24301,-4.96581],[-79.01917,-5.01844],[-78.2872,-3.42158],[-77.84637,-3],[-76.63376,-2.59052],[-75.64087,-1.62576],[-75.36072,-0.95027],[-75.56534,-0.13806],[-75.15884,-0.06665],[-74.40628,-0.55553],[-72.92862,-2.39505],[-70.9552,-2.25162],[-70.02686,-2.70987],[-70.70595,-3.78478],[-70.49789,-3.88142],[-70.32349,-3.8088],[-69.95819,-4.23211],[-69.94446,-4.29784],[-69.99802,-4.37316],[-70.10376,-4.29164],[-70.19028,-4.35946],[-71.82999,-4.5662],[-72.86133,-5.25507],[-73.94348,-7.4932],[-72.19116,-9.95803],[-70.61188,-9.57638],[-70.62149,-10.96681],[-69.57161,-10.94557],[-68.65494,-12.49629],[-69.01886,-13.62196],[-68.83896,-14.22445],[-69.38141,-14.86251],[-69.14795,-15.24444],[-69.39926,-15.6151],[-69.19189,-16.17449],[-69.10177,-16.22555],[-68.96152,-16.19456],[-68.78952,-16.34254],[-68.98865,-16.42357],[-69.04015,-16.57368],[-69.01886,-16.65198],[-69.61075,-17.26542],[-69.46896,-17.37423],[-69.46827,-17.49919],[-69.66654,-17.66071],[-69.81262,-17.67281],[-69.75,-18],[-70,-18.27],[-75,-19],[-83,-3]]]}}};
 
-  var resources = {"cape-coast-youthmappers":{id:"cape-coast-youthmappers",featureId:"cape_coast_gh",type:"twitter",name:"University of Cape Coast YouthMappers",countryCodes:["gh"],languageCodes:["en"],description:"Follow us on Twitter: {url}",extendedDescription:"This is the official handle for the Youth Mappers chapter of the University of Cape Coast, Ghana. we love maps, open data and helping the vulnerable.",url:"https://twitter.com/YouthmappersUCC",contacts:[{name:"Enock Seth Nyamador",email:"kwadzo459@gmail.com"}]},"osm-gh-facebook":{id:"osm-gh-facebook",featureId:"ghana",type:"facebook",name:"OpenStreetMap Ghana on Facebook",countryCodes:["gh"],languageCodes:["en"],description:"Facebook group for people interested in OpenStreetMap.",extendedDescription:"Mappers in Ghana community, promoting OpenStreetMap and Humanitarian OpenStreetMap Team (HOT) projects in Ghana. Join us.",url:"https://www.facebook.com/OSMGhana/",contacts:[{name:"Enock Seth Nyamador",email:"kwadzo459@gmail.com"}]},"osm-gh-twitter":{id:"osm-gh-twitter",featureId:"ghana",type:"twitter",name:"OpenStreetMap Ghana on Twitter",countryCodes:["gh"],languageCodes:["en"],description:"Follow us on Twitter: {url}",url:"https://twitter.com/osmghana",contacts:[{name:"Enock Seth Nyamador",email:"kwadzo459@gmail.com"}]},"talk-gh":{id:"talk-gh",featureId:"ghana",type:"mailinglist",name:"Talk-gh Mailing List",countryCodes:["gh"],languageCodes:["en"],description:"Talk-gh is the official mailing list for Ghana OSM community.",url:"https://lists.openstreetmap.org/listinfo/talk-gh",contacts:[{name:"Enock Seth Nyamador",email:"kwadzo459@gmail.com"}]},"osm-mg-facebook":{id:"osm-mg-facebook",featureId:"madagascar",type:"facebook",name:"OpenStreetMap Madagascar Facebook Group",countryCodes:["mg"],languageCodes:["mg","fr"],description:"Malagasy Facebook group for people interested in OpenStreetMap.",url:"https://www.facebook.com/groups/1601381123461284/",contacts:[{name:"Brice Ramamonjy",email:"rafaby21@gmail.com"},{name:"Dolly Andriatsiferana",email:"privatemajory@gmail.com"}]},"talk-mg":{id:"talk-mg",featureId:"madagascar",type:"mailinglist",countryCodes:["mg"],languageCodes:["mg","fr"],name:"Talk-mg Mailing List",description:"Place for OpenStreetMap contributors, communities and users in Madagascar to share and discuss.",url:"https://lists.openstreetmap.org/listinfo/talk-mg",contacts:[{name:"Brice Ramamonjy",email:"rafaby21@gmail.com"},{name:"Dolly Andriatsiferana",email:"privatemajory@gmail.com"}]},"OSM-BGD-facebook":{id:"OSM-BGD-facebook",featureId:"BGD",type:"facebook",name:"OpenStreetMap Bangladesh",description:"Improve OpenStreetMap in Bangladesh",extendedDescription:"Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",url:"https://www.facebook.com/groups/osmbd/",contacts:[{name:"Ahasanul Hoque",email:"hoque.ahasan@gmail.com"}]},"OSM-India-facebook":{id:"OSM-India-facebook",featureId:"india_full",type:"facebook",name:"OpenStreetMap India - Participatory neighborhood mapping",description:"Improve OpenStreetMap in India",extendedDescription:"Mapping in India? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",url:"https://www.facebook.com/groups/mappingindia/",contacts:[{name:"Jinal Foflia",email:"fofliajinal@gmail.com"},{name:"Arun Ganesh",email:"arun.planemad@gmail.com"}],events:[{id:"sotmasia2018",i18n:true,name:"State of the Map Asia 2018",description:"Join the 2018 OpenStreetMap region-wide event at State of the Map Asia in India",where:"Indian Institute of Management, Bangalore, India",when:"2018-11-17",url:"http://stateofthemap.asia/"}]},"OSM-india-mailinglist":{id:"OSM-india-mailinglist",featureId:"india_full",type:"mailinglist",name:"OpenStreetMap India Mailinglist",description:"Talk-in is the official Mailinglist for Indian Community",url:"https://lists.openstreetmap.org/listinfo/talk-in",contacts:[{name:"Arun Ganesh",email:"arun.planemad@gmail.com"}]},"OSM-india-twitter":{id:"OSM-india-twitter",featureId:"india_full",type:"twitter",name:"OpenStreetMap India Twitter",description:"We are just a tweet away: {url}",url:"https://twitter.com/osm_in",contacts:[{name:"Jinal Foflia",email:"fofliajinal@gmail.com"}]},"OSM-India-Puducherry-Facebook":{id:"OSM-India-Puducherry-Facebook",featureId:"india_puducherry",type:"facebook",name:"Free Software Hardware Movement - Facebook",description:"FSHM Facebook page to know about community events, activities",extendedDescription:"FSHM organizes events relating to free software/hardware, technology, activism and OpenStreetMap. Its FB page is the best way to keep in contact with its events.",url:"https://www.facebook.com/FSHMP",contacts:[{name:"Kamalavelan",email:"sskamalavelan@gmail.com",osm:"demonshreder"},{name:"Prasanna",email:"prasmailme@gmail.com",osm:"Prashere"}]},"OSM-India-Puducherry-Matrix":{id:"OSM-India-Puducherry-Matrix",featureId:"india_puducherry",type:"matrix",name:"Free Software Hardware Movement - Matrix",description:"FSHM Riot group to discuss, share and update mapping activities, events in and around Puducherry",extendedDescription:"FSHM community members share their OSM mapping updates / experiences through the Riot.im group, this group is also used to discuss things related to free software / hardware, technology and activism.",url:"https://riot.im/app/#/room/#fshm:matrix.org",contacts:[{name:"Kamalavelan",email:"sskamalavelan@gmail.com",osm:"demonshreder"},{name:"Prasanna",email:"prasmailme@gmail.com",osm:"Prashere"}]},"OSM-IDN-facebook":{id:"OSM-IDN-facebook",featureId:"IDN",type:"facebook",name:"OpenStreetMap Indonesia",description:"Improve OpenStreetMap in Indonesia",extendedDescription:"Mapping in Indonesia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/osm.id/",contacts:[{name:"Yantisa Akhadi",email:"yantisa.akhadi@hotosm.org"}]},"OSM-japan-facebook":{id:"OSM-japan-facebook",featureId:"japan",type:"facebook",name:"OpenStreetMap Japan Community",countryCodes:["jp"],languageCodes:["jp"],description:"Mappers and OpenStreetMap users in Japan",url:"https://www.facebook.com/groups/osmjapan/",contacts:[{name:"Satoshi IIDA",email:"nyampire@gmail.com"}]},"OSM-japan-mailinglist":{id:"OSM-japan-mailinglist",featureId:"japan",type:"mailinglist",name:"OpenStreetMap Japan Mailinglist",countryCodes:["jp"],languageCodes:["jp"],description:"Talk-ja is an Official Mailinglist for Japanese Community",url:"https://lists.openstreetmap.org/listinfo/talk-ja",contacts:[{name:"OSMF Japan",email:"info@osmf.jp"}]},"OSM-japan-twitter":{id:"OSM-japan-twitter",featureId:"japan",type:"twitter",name:"OpenStreetMap Japan Twitter",countryCodes:["jp"],languageCodes:["jp"],description:"Hashtag on Twitter: {url}",url:"https://twitter.com/hashtag/osmjp",contacts:[{name:"Satoshi IIDA",email:"nyampire@gmail.com"}]},"OSM-japan-website":{id:"OSM-japan-website",featureId:"japan",type:"group",name:"OpenStreetMap Japan",countryCodes:["jp"],languageCodes:["jp"],description:"Mappers and OpenStreetMap users in Japan",url:"https://openstreetmap.jp/",contacts:[{name:"Satoshi IIDA",email:"nyampire@gmail.com"}]},"OSM-korea-telegram":{id:"OSM-korea-telegram",featureId:"korea",type:"telegram",countryCodes:["ko"],languageCodes:["ko","en"],name:"OSM Korea Telegram Channel",description:"Unofficial Channnel for OpenStreetMap contributors, communities and users in Korea to share and discuss.",url:"https://t.me/osmKorea",contacts:[{name:"Yongmin Hong",email:"revi@pobox.com"},{name:"Max N",email:"abonnements@revolwear.com"}]},"OSM-MY-facebook":{id:"OSM-MY-facebook",featureId:"malaysia",type:"facebook",countryCodes:["my"],languageCodes:["ms","en"],name:"OpenStreetMap Malaysia on Facebook",description:"For chat about anything related to OpenStreetMap!",url:"https://www.facebook.com/groups/openstreetmapMY/",contacts:[{name:"Mohd Saidin",email:"projekopenstreetmap@hotmail.com"}]},"OSM-MY-forum":{id:"OSM-MY-forum",featureId:"malaysia",type:"forum",countryCodes:["my"],languageCodes:["ms","en"],name:"OpenStreetMap Malaysia Forum",description:"Official OpenStreetMap Malaysia Forum",url:"https://forum.openstreetmap.org/viewforum.php?id=60",contacts:[{name:"Mohd Saidin",email:"projekopenstreetmap@hotmail.com"}]},"OSM-MY-matrix":{id:"OSM-MY-matrix",featureId:"malaysia",type:"matrix",countryCodes:["my"],languageCodes:["ms","en"],name:"OpenStreetMap Malaysia Riot channel",description:"All mappers are welcome! Sign up at {signupUrl}",signupUrl:"https://riot.im/app/#/register",url:"https://riot.im/app/#/room/#OpenstreetmapMalaysia:matrix.org",contacts:[{name:"Ahmad Amsyar",email:"OfficiallyAhmad@protonmail.ch"}]},"OSM-MNG-facebook":{id:"OSM-MNG-facebook",featureId:"MNG",type:"facebook",name:"OpenStreetMap Mongolia",description:"Improve OpenStreetMap in Mongolia",extendedDescription:"Mapping in Mongolia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/OSM.Mongolia/",contacts:[{name:" ",email:"talk-mn@openstreetmap.org"}]},"OSM-MMR-facebook":{id:"OSM-MMR-facebook",featureId:"MMR",type:"facebook",name:"OpenStreetMap Myanmar",description:"Improve OpenStreetMap in Myanmar",extendedDescription:"Mapping in Myanmar? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/osmmm/",contacts:[{name:"Yan Naung Oak",email:"yan@phandeeyar.org"},{name:"Patrick Oswald",email:"patrickoswald.omm@gmail.com"},{name:"Set Khaing Oo",email:"setkhaing@phandeeyar.org"}]},"OSM-Nepal-facebook":{id:"OSM-Nepal-facebook",featureId:"NPL",type:"facebook",name:"OpenStreetMap Nepal",description:"Improve OpenStreetMap in Nepal",extendedDescription:"Mapping in Nepal? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/mapkathmandu/",contacts:[{name:"Kshitiz Khanal",email:"khanal1990@gmail.com"}]},"OSM-PH-facebook":{id:"OSM-PH-facebook",featureId:"philippines",type:"facebook",countryCodes:["ph"],name:"OpenStreetMap PH Facebook",description:"Welcome to OpenStreetMap Philippines, where we encourage all fellow Filipinos to contribute to the OpenStreetMap project.",url:"https://www.facebook.com/OSMPH/",contacts:[{name:"Maning Sambale",email:"emmanuel.sambale@gmail.com"},{name:"OSM PH Group",email:"osm.pilipinas@gmail.com"}]},"OSM-PH-mailinglist":{id:"OSM-PH-mailinglist",featureId:"philippines",type:"mailinglist",countryCodes:["ph"],name:"Talk-ph Mailing List",description:"A mailing list to discuss OpenStreetMap in the Philippines",url:"https://lists.openstreetmap.org/pipermail/talk-ph/",contacts:[{name:"Maning Sambale",email:"emmanuel.sambale@gmail.com"},{name:"OSM PH Group",email:"osm.pilipinas@gmail.com"}]},"OSM-PH-slack":{id:"OSM-PH-slack",featureId:"philippines",type:"slack",countryCodes:["ph"],name:"OpenStreetMap PH Slack",description:"All are welcome! Sign up at {signupUrl}",signupUrl:"https://osmph-chat.herokuapp.com/",url:"https://osmph.slack.com",contacts:[{name:"Maning Sambale",email:"emmanuel.sambale@gmail.com"},{name:"OSM PH Group",email:"osm.pilipinas@gmail.com"}]},"OSM-PH-telegram":{id:"OSM-PH-telegram",featureId:"philippines",type:"telegram",countryCodes:["ph"],languageCodes:["tl","en"],name:"OpenStreetMap PH Telegram",description:"Un-official, Telegram local community of OpenStreetMap contributors and friends in the Philippines",url:"https://t.me/osmph",contacts:[{name:"Erwin Olario",email:"govvin@gmail.com"},{name:"OSM PH Group",email:"osm.pilipinas@gmail.com"}]},"OSM-RU-forum":{id:"OSM-RU-forum",type:"forum",featureId:"russia",countryCodes:["ru"],languageCodes:["ru"],name:"OpenStreetMap RU forum",description:"OpenStreetMap Russia web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=21",contacts:[{name:"Ilya Zverev",email:"ilya@zverev.info"}]},"OSM-RU-telegram":{id:"OSM-RU-telegram",type:"telegram",featureId:"russia",countryCodes:["ru"],languageCodes:["ru"],name:"OpenStreetMap RU telegram",description:"OpenStreetMap Russia telegram chat",url:"https://t.me/ruosm",contacts:[{name:"Ilya Zverev",email:"ilya@zverev.info"}]},"OSM-LKA-facebook":{id:"OSM-LKA-facebook",featureId:"LKA",type:"facebook",name:"OpenStreetMap Sri Lanka",description:"Improve OpenStreetMap in Sri Lanka",extendedDescription:"Mapping in Sri Lanka? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/142058222659672/",contacts:[{name:"Karan Suthakaran",email:"karansuthakaran@yahoo.com"}]},"OSM-TW-facebook":{id:"OSM-TW-facebook",featureId:"taiwan",type:"facebook",name:"OpenStreetMap Taiwan Community",countryCodes:["tw"],languageCodes:["zh-tw"],description:"Facebook Group for Mappers and OpenStreetMap users to discuss matters about Taiwan.",url:"https://www.facebook.com/groups/OpenStreetMap.TW/",contacts:[{name:"Nobody 沒有人 (Public mail)",email:"hiboard@openstreetmap.tw"}]},"OSM-TW-mailinglist":{id:"OSM-TW-mailinglist",featureId:"taiwan",type:"mailinglist",name:"OpenStreetMap Taiwan Mailinglist",countryCodes:["tw"],languageCodes:["zh-tw","en"],description:"Talk-tw is an Official Mailinglist for the Communities to dicuss matters about Taiwan",url:"https://lists.openstreetmap.org/listinfo/talk-tw",contacts:[{name:"Nobody 沒有人 (Public email)",email:"hiboard@openstreetmap.tw"}]},"OSM-TH-CNX-meetup":{id:"OSM-TH-CNX-meetup",featureId:"thailand_cnx",type:"meetup",countryCodes:["th"],languageCodes:["en"],name:"OSM Meetup Chiang Mai",description:"Irregular meeting of the OpenStreetMap community in Chiang Mai",extendedDescription:"Members of the OpenStreetMap community meet every few months in Chiang Mai. Get in contact and check out {url} to see when the next meetup is scheduled",url:"https://forum.openstreetmap.org/viewforum.php?id=46",contacts:[{name:"Team Chiang Mai",email:"meetup-cnx@openstreetmap.in.th"}]},"OSM-TH-facebook":{id:"OSM-TH-facebook",featureId:"thailand_full",type:"facebook",countryCodes:["th"],languageCodes:["en","th"],name:"OpenStreetMap TH Facebook group",description:"Facebook group for OpenStreetMappers in Thailand",url:"https://www.facebook.com/groups/thaiosm/",contacts:[{name:"Theppitak Karoonboonyanan",email:"theppitak@gmail.com"}]},"OSM-TH-forum":{id:"OSM-TH-forum",featureId:"thailand_full",type:"forum",countryCodes:["th"],languageCodes:["en","th"],name:"OpenStreetMap TH forum",description:"OpenStreetMap Thailand web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=46",contacts:[{name:"Stephan Knauss",email:"osm@stephans-server.de"}]},"al-forum":{id:"al-forum",featureId:"albania",type:"forum",countryCodes:["al"],languageCodes:["sq","en"],name:"OSM Albania Forum",description:"OpenStreetMap Albania Forum",url:"https://forum.openstreetmap.org/viewforum.php?id=91",contacts:[{name:"Jonathan Beliën",email:"dev@jbelien.be"},{name:"Amanti Lulo",email:"amanti.lulo@gmail.com"}]},"al-maptime-tirana":{id:"al-maptime-tirana",featureId:"al-tirana",type:"group",countryCodes:["al"],languageCodes:["sq","en"],name:"Maptime Tirana",description:"Social events organized around mapping - beginners most welcome!",extendedDescription:"Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time.",url:"http://maptime.io/tirana/",contacts:[{name:"Jonathan Beliën",email:"dev@jbelien.be"},{name:"Amanti Lulo",email:"amanti.lulo@gmail.com"}]},"al-telegram":{id:"al-telegram",featureId:"albania",type:"telegram",countryCodes:["al"],languageCodes:["sq","en"],name:"OSM Albania Telegram channel",description:"OpenStreetMap Albania Telegram channel",url:"https://telegram.me/OpenStreetMapAL",contacts:[{name:"Jonathan Beliën",email:"dev@jbelien.be"},{name:"Amanti Lulo",email:"amanti.lulo@gmail.com"}]},"at-forum":{id:"at-forum",featureId:"austria",type:"forum",name:"OpenStreetMap Austria Forum",countryCodes:["at"],languageCodes:["en","de"],description:"The official forum for OpenStreetMap questions in and around Austria",url:"https://forum.openstreetmap.org/viewforum.php?id=89",contacts:[{name:"emga",email:"emgaosm@gmail.com"}]},"at-mailinglist":{id:"at-mailinglist",featureId:"austria",type:"mailinglist",name:"Talk-at Mailing List",countryCodes:["at"],languageCodes:["de"],description:"Talk-at is the official mailing list for the Austrian OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-at",contacts:[{name:"AT community",email:"info@openstreetmap.at"}]},"at-twitter":{id:"at-twitter",featureId:"austria",type:"twitter",name:"OpenStreetMap Austria Twitter",countryCodes:["at"],languageCodes:["de"],description:"OpenStreetMap Austria On Twitter: {url}",url:"https://twitter.com/osm_at",contacts:[{name:"AT Community",email:"info@openstreetmap.at"}]},"osmgraz-meetup":{id:"osmgraz-meetup",featureId:"graz",type:"meetup",countryCodes:["at"],languageCodes:["de","en"],name:"OSM community meetup Graz",description:"Monthly meetup of the OpenStreetMap community in Graz",url:"https://wiki.openstreetmap.org/wiki/Graz/Stammtisch",contacts:[{name:"Michael Maier",email:"michael.maier@secure.mailbox.org"}]},"osmgraz-twitter":{id:"osmgraz-twitter",featureId:"graz",type:"twitter",countryCodes:["at"],languageCodes:["de","en"],name:"OSM community Graz on twitter",description:"OpenStreetMap community in Graz on twitter",url:"https://twitter.com/osmgraz",contacts:[{name:"Michael Maier",email:"michael.maier@secure.mailbox.org"}]},"osm-at":{id:"osm-at",featureId:"austria",type:"group",countryCodes:["at"],languageCodes:["de"],name:"OpenStreetMap Austria",description:"The platform for information on OpenStreetMap in Austria",url:"https://www.openstreetmap.at/",contacts:[{name:"AT community",email:"info@openstreetmap.at"}]},byosm:{id:"byosm",type:"telegram",featureId:"belarus",languageCodes:["ru","be","en"],name:"OpenStreetMap Belarus",description:"OpenStreetMap Belarus telegram chat",url:"https://t.me/byosm",contacts:[{name:"Darafei Praliaskouski",email:"me@komzpa.net"}]},"be-facebook":{id:"be-facebook",featureId:"belgium",type:"facebook",name:"OpenStreetMap BE Community",countryCodes:["be"],languageCodes:["en","nl","fr","de"],description:"Mappers and OpenStreetMap on Facebook in Belgium",url:"https://www.facebook.com/groups/1419016881706058/",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-forum":{id:"be-forum",type:"forum",featureId:"belgium",countryCodes:["be"],languageCodes:["en","nl","fr","de"],name:"OpenStreetMap BE forum",description:"OpenStreetMap Belgium web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=29",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-irc":{id:"be-irc",featureId:"belgium",type:"irc",name:"OpenStreetMap Belgium IRC",countryCodes:["be"],languageCodes:["en","nl","fr","de"],description:"Join #osmbe on irc.oftc.net (port 6667)",extendedDescription:"Join #osmbe on irc.oftc.net (port 6667), it is bridged with the Matrix chat channel",url:"https://webchat.oftc.net/?channels=osmbe",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-mailinglist":{id:"be-mailinglist",featureId:"belgium",type:"mailinglist",name:"Talk-be Mailing List",countryCodes:["be"],languageCodes:["en","nl","fr","de"],description:"Talk-be is the official mailing list for the Belgian OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-be",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-maptime":{id:"be-maptime",featureId:"belgium",type:"group",countryCodes:["be"],languageCodes:["en","nl","fr","de"],name:"Maptime Belgium",description:"Social events organized around mapping - beginners most welcome!",extendedDescription:"Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time.",url:"http://maptime.io/belgium/",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-matrix":{id:"be-matrix",featureId:"belgium",type:"matrix",countryCodes:["be"],languageCodes:["en","nl","fr","de"],name:"OpenStreetMap BE Matrix channel",description:"All mappers are welcome!",extendedDescription:"Most talk is happening at the \"OpenStreetMap Belgium\" channel. You can ask anything there! The other rooms are for specific subjects.",url:"https://riot.im/app/#/group/+osmbe:matrix.org",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-meetup":{id:"be-meetup",featureId:"belgium",type:"meetup",countryCodes:["be"],languageCodes:["en","nl","fr","de"],name:"OpenStreetMap Belgium Meetup",description:"Real life meetups of everyone who is interested in OpenStreetMap",extendedDescription:"Physical meetups are great to meet other mappers, ask them questions and to learn a lot. Especially new contributors are very welcome!",url:"https://meetup.com/OpenStreetMap-Belgium/",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-twitter":{id:"be-twitter",featureId:"belgium",type:"twitter",name:"OpenStreetMap Belgium Twitter",countryCodes:["be"],languageCodes:["en","nl","fr","de"],description:"OSM Belgium on Twitter: @osm_be",url:"https://twitter.com/osm_be",contacts:[{name:"BE community",email:"community@osm.be"}]},"hr-facebook":{id:"hr-facebook",featureId:"croatia",type:"facebook",name:"OpenStreetMap Croatia Facebook group",countryCodes:["hr"],languageCodes:["hr"],description:"OpenStreetMap Croatia Facebook group",url:"https://www.facebook.com/groups/541098862671461",contacts:[{name:"OpenStreetMap Croatia",email:"info@osm-hr.org"}]},"hr-irc":{id:"hr-irc",featureId:"croatia",type:"irc",name:"OpenStreetMap Croatia on IRC",countryCodes:["hr"],languageCodes:["hr"],description:"Join #osm-hr on irc.freenode.org (port 6667)",url:"https://webchat.freenode.net/?url=irc://irc.freenode.net/osm-hr",contacts:[{name:"OpenStreetMap Croatia",email:"info@osm-hr.org"}]},"hr-mailinglist":{id:"hr-mailinglist",featureId:"croatia",type:"mailinglist",name:"Talk-hr Mailing List",countryCodes:["hr"],languageCodes:["hr"],description:"Talk-hr mailing list",url:"https://lists.openstreetmap.org/listinfo/talk-hr",contacts:[{name:"OpenStreetMap Croatia",email:"info@osm-hr.org"}]},"czech-community":{id:"czech-community",featureId:"czechia",type:"group",name:"Czech OSM community",countryCodes:["cz"],languageCodes:["cs","sk","en"],description:"Map portal, website and contacts on OSM members in Czechia",url:"https://openstreetmap.cz/komunita",contacts:[{name:"osmcz",email:"dev@openstreetmap.cz"}]},"osmcz-facebook":{id:"osmcz-facebook",featureId:"czechia",type:"facebook",name:"OpenStreetMap CZ on Facebook",countryCodes:["cz"],languageCodes:["cs","sk","en"],description:"Follow czech community on Facebook - including translated WeeklyOSM!",url:"https://www.facebook.com/osmcz",contacts:[{name:"osmcz",email:"dev@openstreetmap.cz"}]},"osmcz-twitter":{id:"osmcz-twitter",featureId:"czechia",type:"twitter",name:"Czech twitter @osmcz",countryCodes:["cz"],languageCodes:["cs","sk","en"],description:"Follow czech community on Twitter - including translated WeeklyOSM!",url:"https://twitter.com/osmcz",contacts:[{name:"osmcz",email:"dev@openstreetmap.cz"}]},"talk-cz-mailinglist":{id:"talk-cz-mailinglist",featureId:"czechia",type:"mailinglist",name:"Czech mailing list (talk-cz)",countryCodes:["cz"],languageCodes:["cs","sk","en"],description:"Talk-cz is the official mailing list for Czech community",url:"https://openstreetmap.cz/talkcz",contacts:[{name:"osmcz",email:"dev@openstreetmap.cz"}]},"dk-forum":{id:"dk-forum",type:"forum",featureId:"denmark",countryCodes:["dk"],languageCodes:["da"],name:"OpenStreetMap Denmark Web Forum",description:"OpenStreetMap Denmark web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=48",contacts:[{name:"Talk-dk-owner",email:"talk-dk-owner@openstreetmap.org"}]},"dk-irc":{id:"dk-irc",featureId:"denmark",type:"irc",name:"OpenStreetMap Denmark IRC",countryCodes:["dk"],languageCodes:["da"],description:"Join #osm-dk on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-dk",contacts:[{name:"Talk-dk-owner",email:"talk-dk-owner@openstreetmap.org"}]},"dk-mailinglist":{id:"dk-mailinglist",featureId:"denmark",type:"mailinglist",name:"Talk-dk Mailing List",countryCodes:["dk"],languageCodes:["da"],description:"A mailing list to discuss OpenStreetMap in Denmark",url:"https://lists.openstreetmap.org/listinfo/talk-dk",contacts:[{name:"Talk-dk-owner",email:"talk-dk-owner@openstreetmap.org"}]},"fi-forum":{id:"fi-forum",featureId:"finland",type:"forum",countryCodes:["fi"],languageCodes:["fi"],name:"OpenStreetMap FI forum",description:"OpenStreetMap Finland web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=15",contacts:[{name:"Talk-fi administrator",email:"talk-fi-owner@openstreetmap.org"}]},"fi-irc":{id:"fi-irc",featureId:"finland",type:"irc",name:"OpenStreetMap Finland IRC",countryCodes:["fi"],languageCodes:["fi"],description:"Join #osm-fi on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-fi",contacts:[{name:"Talk-fi administrator",email:"talk-fi-owner@openstreetmap.org"}]},"fi-mailinglist":{id:"fi-mailinglist",featureId:"finland",type:"mailinglist",name:"Talk-fi Mailing List",countryCodes:["fi"],languageCodes:["fi"],description:"Talk-fi is the official mailing list for the Finnish OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-fi",contacts:[{name:"Talk-fi administrator",email:"talk-fi-owner@openstreetmap.org"}]},"fr-facebook":{id:"fr-facebook",featureId:"france",type:"facebook",name:"OpenStreetMap France Facebook page",countryCodes:["fr"],languageCodes:["fr"],description:"OpenStreetMap France Facebook page",url:"https://www.facebook.com/osmfr",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"fr-forum":{id:"fr-forum",type:"forum",featureId:"france",countryCodes:["fr"],languageCodes:["fr"],name:"OpenStreetMap France web forum",description:"OpenStreetMap France web forum",url:"https://forum.openstreetmap.fr/",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"fr-irc":{id:"fr-irc",featureId:"france",type:"irc",name:"OpenStreetMap France on IRC",countryCodes:["fr"],languageCodes:["fr"],description:"Join #osm-fr on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-fr",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"fr-mailinglist":{id:"fr-mailinglist",featureId:"france",type:"mailinglist",name:"Talk-fr Mailing List",countryCodes:["fr"],languageCodes:["fr"],description:"Talk-fr mailing list",url:"https://lists.openstreetmap.org/listinfo/talk-fr",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"fr-twitter":{id:"fr-twitter",featureId:"france",type:"twitter",name:"OpenStreetMap France on Twitter",countryCodes:["fr"],languageCodes:["fr"],description:"OpenStreetMap France on Twitter: {url}",url:"https://twitter.com/osm_fr",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"de-berlin-mailinglist":{id:"de-berlin-mailinglist",featureId:"de-berlin-brandenburg",type:"mailinglist",name:"Berlin Mailing List",countryCodes:["de"],languageCodes:["de"],description:"This is the mailing list for the Berlin OSM community",url:"https://lists.openstreetmap.de/listinfo/berlin",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"de-berlin-meetup":{id:"de-berlin-meetup",featureId:"de-berlin-brandenburg",type:"meetup",name:"OpenStreetMap Berlin-Brandenburg Meetup",countryCodes:["de"],languageCodes:["de"],description:"Mappers and OpenStreetMap users in the Berlin area",url:"https://www.meetup.com/OSM-Berlin-Brandenburg/",contacts:[{name:"Christopher Lorenz",email:"osm@lorenz.lu"}]},"de-berlin-telegram":{id:"de-berlin-telegram",featureId:"de-berlin-brandenburg",type:"telegram",name:"@osmberlin on Telegram",countryCodes:["de"],languageCodes:["de"],description:"OpenStreetMap Berlin Telegram chat",url:"https://t.me/osmberlin",contacts:[{name:"Christopher Lorenz",email:"osm@lorenz.lu"}]},"de-berlin-twitter":{id:"de-berlin-twitter",featureId:"de-berlin-brandenburg",type:"twitter",name:"OpenStreetMap Berlin Twitter",countryCodes:["de"],languageCodes:["de"],description:"Follow us on Twitter: {url}",url:"https://twitter.com/osmberlin",contacts:[{name:"Christopher Lorenz",email:"osm@lorenz.lu"}]},"de-forum":{id:"de-forum",featureId:"germany",type:"forum",countryCodes:["de"],languageCodes:["de"],name:"OpenStreetMap DE forum",description:"OpenStreetMap Germany web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=14",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"de-irc":{id:"de-irc",featureId:"germany",type:"irc",name:"OpenStreetMap Germany IRC",countryCodes:["de"],languageCodes:["de"],description:"Join #osm-de on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-de",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"de-mailinglist":{id:"de-mailinglist",featureId:"germany",type:"mailinglist",name:"Talk-de Mailing List",countryCodes:["de"],languageCodes:["de"],description:"Talk-de is the official mailing list for the German OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-de",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"de-ostwestfalen-lippe-mailinglist":{id:"de-ostwestfalen-lippe-mailinglist",featureId:"de-ostwestfalen-lippe",type:"mailinglist",name:"OWL Mailing List",countryCodes:["de"],languageCodes:["de"],description:"This is the mailing list for the Ostwestfalen-Lippe OSM community",url:"https://gt.owl.de/mailman/listinfo/osm",contacts:[{name:"Florian Lohoff",email:"osm-owner@gt.owl.de"}]},"de-telegram":{id:"de-telegram",featureId:"germany",type:"telegram",name:"OpenStreetMap Germany Telegram",countryCodes:["de"],languageCodes:["de"],description:"Join the OpenStreetMap Germany Telegram supergroup at {url}",url:"https://t.me/OSM_de",contacts:[{name:"Max N",email:"abonnements@revolwear.com"}]},"osm-de":{id:"osm-de",featureId:"germany",type:"group",countryCodes:["de"],languageCodes:["de"],name:"OpenStreetMap Germany",description:"The platform for information on OpenStreetMap in Germany",url:"https://www.openstreetmap.de/",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"hu-facebook":{id:"hu-facebook",featureId:"hungary",type:"facebook",name:"OpenStreetMap HU on Facebook",countryCodes:["hu"],languageCodes:["hu"],description:"Mappers and OpenStreetMap Facebook in Hungary",url:"https://www.facebook.com/groups/osm.hu/",contacts:[{name:"Ferenc Veres",email:"info@openstreetmap.hu"}]},"hu-forum":{id:"hu-forum",featureId:"hungary",type:"forum",countryCodes:["hu"],languageCodes:["hu"],name:"OpenStreetMap HU forum",description:"OpenStreetMap Hungary web forum",url:"https://groups.google.com/forum/#!forum/openstreetmap-hungary",contacts:[{name:"Ferenc Veres",email:"info@openstreetmap.hu"}]},"hu-meetup":{id:"hu-meetup",featureId:"hungary",type:"meetup",countryCodes:["hu"],languageCodes:["hu"],name:"OpenStreetMap Hungary Meetup",description:"The platform for organizing meetups in Hungary",url:"https://www.meetup.com/OpenStreetMap-Hungary",contacts:[{name:"Ferenc Veres",email:"info@openstreetmap.hu"}]},"it-facebook":{id:"it-facebook",featureId:"italy",type:"facebook",name:"OpenStreetMap Italy Facebook",countryCodes:["it"],languageCodes:["it"],description:"Join the OpenStreetMap Italy community on Facebook",url:"https://www.facebook.com/OpenStreetMap.Italia/",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"it-irc":{id:"it-irc",featureId:"italy",type:"irc",name:"OpenStreetMap Italy IRC",countryCodes:["it"],languageCodes:["it"],description:"Join #osm-it on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-it",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"it-mailinglist":{id:"it-mailinglist",featureId:"italy",type:"mailinglist",name:"Talk-it Mailing List",countryCodes:["it"],languageCodes:["it"],description:"Talk-it is the official mailing list for the Italian OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-it",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"it-telegram":{id:"it-telegram",type:"telegram",featureId:"italy",countryCodes:["it"],languageCodes:["it"],name:"@OpenStreetMapItalia on Telegram",description:"OpenStreetMap Italy Telegram chat",url:"https://t.me/OpenStreetMapItalia",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"it-twitter":{id:"it-twitter",featureId:"italy",type:"twitter",name:"OpenStreetMap Italy Twitter",countryCodes:["it"],languageCodes:["it"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/OpenStreetMapIt",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"OSM-Rome-meetup":{id:"OSM-Rome-meetup",featureId:"IT_Roma_Capitale",type:"group",name:"Incontro Mappatori Romani",countryCodes:["it"],languageCodes:["it"],description:"Improve OpenStreetMap in the Rome area",extendedDescription:"We aim to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Lazio.",url:"https://wiki.openstreetmap.org/wiki/Rome/Incontro",contacts:[{name:"Martin Koppenhoefer",email:"dieterdreist@gmail.com"}]},"South-Tyrol-Mailing-List":{id:"South-Tyrol-Mailing-List",featureId:"south_tyrol",type:"mailinglist",countryCodes:["it"],languageCodes:["de","it","lld","en"],name:"OpenStreetMap mailing list for South Tyrol",description:"OpenStreetMap Italy regional talk list for South Tyrol",url:"https://lists.openstreetmap.org/listinfo/talk-it-southtyrol",contacts:[{name:"Martin Raifer",email:"tyr.asd@gmail.com"}]},"talk-it-lazio":{id:"talk-it-lazio",featureId:"IT_Lazio",type:"mailinglist",countryCodes:["it"],languageCodes:["it"],name:"OpenStreetMap IT Lazio",description:"All are welcome! Sign up at {signupUrl}",extendedDescription:"Mailinglist for Rome and Lazio area.",signupUrl:"https://lists.openstreetmap.org/listinfo/talk-it-lazio",url:"https://lists.openstreetmap.org/listinfo/talk-it-lazio",contacts:[{name:"Martin Koppenhoefer",email:"dieterdreist@gmail.com"}]},"Trentino-Mailing-List":{id:"Trentino-Mailing-List",featureId:"trentino",type:"mailinglist",countryCodes:["it"],languageCodes:["it"],name:"OpenStreetMap mailing list for Trentino",description:"OpenStreetMap Italy regional talk list for Trentino",url:"https://lists.openstreetmap.org/listinfo/talk-it-trentino",contacts:[{name:"Luca Delucchi",email:"lucadeluge@gmail.com"}]},"no-forum":{id:"no-forum",type:"forum",featureId:"norway",countryCodes:["no"],languageCodes:["no"],name:"OpenStreetMap Norway Web Forum",description:"OpenStreetMap Norway web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=68",contacts:[{name:"OpenStreetMap Norway",email:"kart@nuug.no"}]},"no-irc":{id:"no-irc",featureId:"norway",type:"irc",name:"OpenStreetMap Norway on IRC",countryCodes:["no"],languageCodes:["no"],description:"Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway",contacts:[{name:"OpenStreetMap Norway",email:"kart@nuug.no"}],url:"https://webchat.oftc.net/?channels=osm-no"},"no-mailinglist":{id:"no-mailinglist",featureId:"norway",type:"mailinglist",name:"OpenStreetMap Norway mailing list",countryCodes:["no"],languageCodes:["no"],description:"Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway",contacts:[{name:"OpenStreetMap Norway",email:"kart@nuug.no"}],url:"https://lists.nuug.no/mailman/listinfo/kart"},"OSM-PL-facebook-group":{id:"OSM-PL-facebook-group",type:"facebook",featureId:"poland",countryCodes:["pl"],languageCodes:["pl"],name:"OpenStreetMap Poland Facebook group",description:"Group for mappers and users of OpenStreetMap in Poland",url:"https://www.facebook.com/groups/500589303317858/",contacts:[{name:"Michał Brzozowski",email:"www.haxor@gmail.com"}]},"OSM-PL-forum":{id:"OSM-PL-forum",type:"forum",featureId:"poland",countryCodes:["pl"],languageCodes:["pl","en"],name:"OpenStreetMap Poland Forum",description:"Forum of Polish OpenStreetMap community",url:"https://forum.openstreetmap.org/viewforum.php?id=23",contacts:[{name:"Daniel Koć",email:"daniel@xn--ko-wla.pl"},{name:"Ryszard Mikke",email:"ryszard.mikke@gmail.com"}]},"si-forum":{id:"si-forum",type:"forum",featureId:"slovenia",countryCodes:["si"],languageCodes:["sl","en"],name:"OpenStreetMap Slovenia Forum",description:"Forum of OpenStreetMap community in Slovenia",url:"https://forum.openstreetmap.org/viewforum.php?id=58",contacts:[{name:"OpenStreetMap Slovenia",email:"talk-si@openstreetmap.org"}]},"si-mailinglist":{id:"si-mailinglist",type:"mailinglist",featureId:"slovenia",countryCodes:["si"],languageCodes:["sl","en"],name:"OpenStreetMap Slovenia mailing list",description:"Mailing list of OpenStreetMap community in Slovenia",url:"https://lists.openstreetmap.org/listinfo/talk-si",contacts:[{name:"OpenStreetMap Slovenia",email:"talk-si@openstreetmap.org"}]},"OSM-ES-mailinglist":{id:"OSM-ES-mailinglist",type:"mailinglist",featureId:"spain",languageCodes:["es"],name:"Talk-es mailing list",description:"A mailing list to discuss OpenStreetMap in Spain",url:"https://lists.openstreetmap.org/listinfo/talk-es",contacts:[{name:"Iván Sánchez",email:"ivansanchez@escomposlinux.org"}]},"OSM-ES-telegram":{id:"OSM-ES-telegram",type:"telegram",featureId:"spain",languageCodes:["es"],name:"@OSMes on Telegram",description:"OpenStreetMap Spain Telegram chat",url:"https://t.me/OSMes",contacts:[{name:"Jorge Sanz",email:"sanchi2@gmail.com"}]},"osm-se":{id:"osm-se",featureId:"sweden",type:"group",countryCodes:["se"],languageCodes:["sv"],name:"OpenStreetMap.se",description:"Provide OSM services and information for the local community in Sweden",url:"http://openstreetmap.se/",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-facebook":{id:"se-facebook",featureId:"sweden",type:"facebook",name:"OpenStreetMap Sweden Facebook",countryCodes:["se"],languageCodes:["sv"],description:"OpenStreetMap Sweden on Facebook",url:"https://www.facebook.com/groups/osmsweden/",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-forum":{id:"se-forum",type:"forum",featureId:"sweden",countryCodes:["se"],languageCodes:["sv"],name:"OpenStreetMap Sweden Web Forum",description:"OpenStreetMap Sweden web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=4",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-irc":{id:"se-irc",featureId:"sweden",type:"irc",name:"OpenStreetMap Sweden IRC",countryCodes:["se"],languageCodes:["sv"],description:"Join #osm.se on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm.se",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-mailinglist":{id:"se-mailinglist",featureId:"sweden",type:"mailinglist",name:"Talk-se Mailing List",countryCodes:["se"],languageCodes:["sv"],description:"A mailing list to discuss OpenStreetMap in Sweden",url:"https://lists.openstreetmap.org/listinfo/talk-se",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-twitter":{id:"se-twitter",featureId:"sweden",type:"twitter",name:"OpenStreetMap Sweden on Twitter",countryCodes:["se"],languageCodes:["sv"],description:"Follow us on Twitter: {url}",url:"https://twitter.com/openstreetmapse",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"Nottingham-OSM-pub-meetup":{id:"Nottingham-OSM-pub-meetup",featureId:"east_midlands_uk",type:"group",name:"East Midlands (Nottingham) Monthly pub meet-up",countryCodes:["gb"],languageCodes:["en"],description:"Social gathering for East Midlands mappers and users",extendedDescription:"A group have been meeting since March 2011, initially in Nottingham, and, more recently in Derby, and from time to time elsewhere in the East Midlands. These are social gatherings, but are an excellent place to come and ask specific questions about OSM either in the area or in general. In the summer months we usually do some light mapping for an hour in the vicinity of our meeting place. The group as a whole has a special interest in mapping public rights of way and from time to time has mapping meetings for this purpose.",url:"https://wiki.openstreetmap.org/wiki/Nottingham/Pub-meetup",contacts:[{name:"Jerry Clough",email:"SK53.osm@gmail.com"}]},"gb-mailinglist":{id:"gb-mailinglist",featureId:"united_kingdom",type:"mailinglist",name:"Talk-gb Mailing List",countryCodes:["gb"],languageCodes:["en","cy"],description:"Talk-gb is the main communication forum list for the British (including Northern Ireland) OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-gb",contacts:[{name:"UK mailing list",email:"talk-gb-owner@lists.openstreetmap.org"}]},"mappa-mercia-group":{id:"mappa-mercia-group",featureId:"england-west-midlands",type:"group",countryCodes:["gb"],languageCodes:["en"],name:"Mappa Mercia local group",description:"A home for OpenStreetMap enthusiasts in the Midlands",extendedDescription:"Mappa Mercia is a project to grow OpenStreetMap in the West Midlands, UK. We run community events, provide training and support local organisations wishing to open up their data.",url:"http://www.mappa-mercia.org/",contacts:[{name:"Brian Prangle",email:"community@mappa-mercia.org"}]},"gb-irc":{id:"gb-irc",featureId:"united_kingdom",type:"irc",name:"OpenStreetMap United Kingdom IRC",countryCodes:["gb"],languageCodes:["en","cy"],description:"Join #osm-gb on irc.oftc.net (port 6667)",extendedDescription:"Join #osm-gb on irc.oftc.net (port 6667), please be patient and wait for a few minutes if you ask a question",url:"https://irc.openstreetmap.org/?chan=osm-gb",contacts:[{name:"UK mailing list",email:"talk-gb-owner@lists.openstreetmap.org"}]},"OSM-CA-Slack":{id:"OSM-CA-Slack",featureId:"canada_full",type:"slack",countryCodes:["ca"],languageCodes:["en","fr"],name:"OSM-CA Slack",description:"All are welcome! Sign up at {signupUrl}.",signupUrl:"https://slackinviteosmcanada.herokuapp.com/",url:"https://osm-ca.slack.com/",contacts:[{name:"Denis Carriere",email:"carriere.denis@gmail.com"}]},"OSM-Vancouver-meetup":{id:"OSM-Vancouver-meetup",featureId:"vancouver_metro",type:"meetup",name:"OpenStreetMap Vancouver",countryCodes:["ca"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Vancouver, BC area",url:"https://www.meetup.com/OpenStreetMap-Vancouver/",contacts:[{name:"Paul Norman",email:"penorman@mac.com"},{name:"Peter Chin",email:"bpchin@gmail.com"}],events:[{name:"April Metrotown Mappy Hour",description:"Mappy Hour is the time and place for discussion of OpenStreetMap, from surveying data to consuming data. Beginners welcome. Bring your questions.",when:"2018-04-27 18:30",where:"Firefighters' Public House, 6515 Bonsor Avenue, Burnaby, BC",url:"https://www.meetup.com/OpenStreetMap-Vancouver/events/qzsbsmyxgbkc/"}]},"OSM-CU-telegram":{id:"OSM-CU-telegram",type:"telegram",featureId:"cuba",countryCodes:["cu"],languageCodes:["es"],name:"OSM Cuba on Telegram",description:"OpenStreetMap Cuba Telegram chat",url:"https://telegram.me/OSM_Cuba",contacts:[{name:"Talk-cu Owner",email:"talk-cu-owner@openstreetmap.org"}]},"OSM-NI-telegram":{id:"OSM-NI-telegram",type:"telegram",featureId:"nicaragua",countryCodes:["ni"],languageCodes:["es"],name:"OSM Nicaragua on Telegram",description:"OpenStreetMap Nicaragua Telegram chat",url:"https://telegram.me/MapaNica",contacts:[{name:"Talk-ni Owner",email:"talk-ni-owner@openstreetmap.org"}]},"Bay-Area-OpenStreetMappers":{id:"Bay-Area-OpenStreetMappers",featureId:"sf_bay_area",type:"meetup",name:"Bay Area OpenStreetMappers",countryCodes:["us"],languageCodes:["en"],description:"Improve OpenStreetMap in the Bay Area",extendedDescription:"This group is about growing the OpenStreetMap community here in the Bay Area. Our events are open to everyone, from open source enthusiasts, cyclists, GIS professionals, geocachers, and beyond. Anyone and everyone who is interested in maps, map making and free map data is welcome to join our group as well as attend our events.",url:"https://www.meetup.com/Bay-Area-OpenStreetMappers/",contacts:[{name:"Ben Discoe",email:"bdiscoe@gmail.com"}]},"Central-Pennsylvania-OSM":{id:"Central-Pennsylvania-OSM",featureId:"central_pa",type:"facebook",name:"Central Pennsylvania OSM",countryCodes:["us"],languageCodes:["en"],description:"Online mapping community based out of State College, PA",url:"https://www.facebook.com/CentralPennsylvaniaOSM",contacts:[{name:"Sterling Quinn",email:"sdq107@psu.edu"}]},"Code-for-San-Jose-Slack":{id:"Code-for-San-Jose-Slack",featureId:"south_sf_bay_area",type:"slack",countryCodes:["us"],languageCodes:["en"],name:"Code for San Jose Slack",description:"All are welcome! Sign up at {signupUrl}, then join the #osm channel.",signupUrl:"https://slackin-c4sj.herokuapp.com/",url:"https://codeforsanjose.slack.com/",contacts:[{name:"OSM Bay Area mailing list",email:"talk-us-sfbay@openstreetmap.org"}]},"Dallas-Fort-Worth-OSM":{id:"Dallas-Fort-Worth-OSM",featureId:"dfw_metro",type:"group",name:"Dallas-Fort Worth OSM",countryCodes:["us"],languageCodes:["en"],description:"The OpenStreetMap user group for Dallas-Fort Worth",extendedDescription:"Dallas, Fort Worth, and all the cities in between are abounding with creative and tech-savvy people. The vision for this usergroup is to find new ways to use the amazing resource of OSM.",url:"http://dfwosm.org/",contacts:[{name:"Andrew Matheny",email:"andrewdmatheny@gmail.com"}]},GeoPhilly:{id:"GeoPhilly",featureId:"philly_metro",type:"meetup",name:"GeoPhilly",countryCodes:["us"],languageCodes:["en"],description:"Meetup for map enthusiasts in the Philadelphia area",extendedDescription:"GeoPhilly unites developers, geographers, data geeks, open source enthusiasts, civic hackers and map addicts in our shared love of maps and the stories they tell. If you use maps as part of your work or just want to learn more, this is the meetup for you!  Our events aim to be open, friendly, educational and social and range from happy hours to lightning talks or even workshops. Come create a diverse, inspiring geospatial community in the Philadelphia with us!",url:"https://www.meetup.com/GeoPhilly/",contacts:[{name:"Dan Ford",email:"dford@azavea.com"}]},MapMinnesota:{id:"MapMinnesota",featureId:"minneapolis_st_paul_metro",type:"meetup",name:"MapMinnesota",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap enthusiasts in the Twin Cities area",extendedDescription:"Connecting OpenStreetMap enthusiasts in Minnesota and the Twin Cities!",url:"https://www.meetup.com/Map-Minnesota/",contacts:[{name:"Ian Dees",email:"ian.dees@gmail.com"}]},"Mapping-DC-meetup":{id:"Mapping-DC-meetup",featureId:"dc_metro",type:"meetup",name:"Mapping DC",countryCodes:["us"],languageCodes:["en"],description:"Improve OpenStreetMap in the DC area",extendedDescription:"We are a group of volunteer mappers who aim to improve the OpenStreetMap in the DC area. We also aim to teach others about the OSM ecosystem, data analytics, cartography, and GIS. We gather every other month at meetups to focus on one area of our city.",url:"https://mappingdc.org/",contacts:[{name:"Brian DeRocher",email:"brian@derocher.org"}],events:[{name:"April Meetup",description:"Meets every other month on the 2nd Tuesday",when:"2018-04-10 18:00",where:"Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC",url:"https://www.meetup.com/MappingDC/events/qqvnvhyxgbnb/"},{name:"June Meetup",description:"Meets every other month on the 2nd Tuesday",when:"2018-06-12 18:00",where:"Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC",url:"https://www.meetup.com/MappingDC/events/qqvnvhyxjbqb/"},{name:"August Meetup",description:"Meets every other month on the 2nd Tuesday",when:"2018-08-14 18:00",where:"Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC",url:"https://www.meetup.com/MappingDC/events/qqvnvhyxlbsb/"},{name:"October Meetup",description:"Meets every other month on the 2nd Tuesday",when:"2018-10-09 18:00",where:"Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC",url:"https://www.meetup.com/MappingDC/events/qqvnvhyxnbmb/"}]},"Maptime-ME-meetup":{id:"Maptime-ME-meetup",featureId:"portland_me",type:"meetup",name:"MaptimeME",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users, around Portland, ME",extendedDescription:"Maptime is, rather literally, time for mapmaking.  Our mission is to open the doors of cartographic possibility to anyone interested by creating a time and space for collaborative learning, exploration, and map creation using mapping tools and technologies.",url:"https://www.meetup.com/MaptimeME/",contacts:[{name:"Malcolm Toon",email:"malcolm@foreflight.com"}]},"OpenCleveland-meetup":{id:"OpenCleveland-meetup",featureId:"cleveland",type:"meetup",name:"Open Cleveland",countryCodes:["us"],languageCodes:["en"],description:"Improve OpenStreetMap in the Cleveland area",extendedDescription:"Open Geo Cleveland aims to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Northeast Ohio. We're also a maptime chapter =)",url:"https://www.meetup.com/open-cleveland/",contacts:[{name:"Will Skora",email:"skorasaurus@gmail.com"},{name:"Anastasia Diamond-Ortiz",email:"anastasia.diamond@gmail.com"}],events:[{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-04-18 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxgbxb/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-04-25 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxgbhc/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-02 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbdb/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-09 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbmb/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-16 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbvb/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-23 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbfc/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-30 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbnc/"}]},"OSM-Boston":{id:"OSM-Boston",featureId:"boston_metro",type:"meetup",name:"OpenStreetMap Boston",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Boston area",extendedDescription:"OpenStreetMap is the free and open, wiki-style map of the world, with hundreds of thousands of contributions every day from people like you. Editing the map is simple, and fun! Join us both indoors and outdoors in our effort to create the best map of the Boston area and the rest of the world!",url:"https://www.meetup.com/OpenStreetMap-Boston/",contacts:[{name:"Lars Ahlzen",email:"lars@ahlzen.com"}]},"OSM-Central-Salish-Sea":{id:"OSM-Central-Salish-Sea",featureId:"mt_vernon_wa",type:"meetup",name:"OpenStreetMap Central Salish Sea",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users around Mount Vernon, WA",extendedDescription:"OpenStreetMap is an map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more. We meet all the time to talk maps, make maps and have fun!",url:"https://www.meetup.com/OpenStreetMap-Central-Salish-Sea/",contacts:[{name:"Clifford Snow",email:"clifford@snowandsnow.us"}]},"OSM-Chattanooga":{id:"OSM-Chattanooga",featureId:"chattanooga",type:"facebook",name:"OSM Chattanooga",countryCodes:["us"],languageCodes:["en"],description:"The OpenStreetMap user group for Chattanooga",url:"https://www.facebook.com/groups/123483951073256",contacts:[{name:"Jenny Park",email:"tennessee@tpl.org"},{name:"Randal Hale",email:"rjhale@northrivergeographic.com"}]},"OSM-Colorado":{id:"OSM-Colorado",featureId:"colorado",type:"meetup",name:"OpenStreetMap Colorado",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the state of Colorado, USA",extendedDescription:"OpenStreetMap (OSM) Colorado is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties.",url:"https://www.meetup.com/OSM-Colorado/",contacts:[{name:"Russell Deffner",email:"russdeffner@gmail.com"}]},"OSM-NYC":{id:"OSM-NYC",featureId:"nyc_metro",type:"meetup",name:"OpenStreetMap NYC",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area",url:"https://www.meetup.com/osm-nyc/",contacts:[{name:"Jeff Ferzoco",email:"jferzoco@carto.com"}]},"OSM-Portland":{id:"OSM-Portland",featureId:"portland_or",type:"meetup",name:"OpenStreetMap Portland",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Portland area",extendedDescription:"OpenStreetMap (OSM) is a map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more, and come join us at a meetup to talk maps, contribute to OSM, and have fun!",url:"https://www.meetup.com/OpenStreetMap-Portland/",contacts:[{name:"Madeline Steele",email:"madeline.steele@gmail.com"}]},"OSM-Seattle":{id:"OSM-Seattle",featureId:"seattle",type:"meetup",name:"OpenStreetMap Seattle",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Seattle area",url:"https://www.meetup.com/OpenStreetMap-Seattle/",contacts:[{name:"Clifford Snow",email:"clifford@snowandsnow.us"},{name:"Chase Stephens",email:"seattlefyi@gmail.com"},{name:"Paul McCombs",email:"pablo@imperium.org"}]},"OSM-SoCal":{id:"OSM-SoCal",featureId:"la_metro",type:"meetup",name:"OpenStreetMap Southern California",countryCodes:["us"],languageCodes:["en"],description:"Let's have some fun, contribute something to Los Angeles, and learn about mapping!",extendedDescription:"OpenStreetMap (OSM) Southern California is for anyone interested in mapping to get together to work with OpenStreetMap.  OpenStreetMap, the Wikipedia of maps, is a free open-source map of the world being created by more than 1,000,000 volunteers around the globe.  Everyone is welcome.  If you don't know OpenStreetMap, we'll teach you. If you have an idea for a mapping project or even a field trip that the group can do, great!",url:"https://www.meetup.com/OSM-Southern-California/",contacts:[{name:"Charlotte Wolter",email:"techlady@techlady.com"}]},"OSM-South-Bay":{id:"OSM-South-Bay",featureId:"south_sf_bay_area",type:"meetup",name:"OSM South Bay",countryCodes:["us"],languageCodes:["en"],description:"Map Nights hosted by Code for San Jose",extendedDescription:"Code for San Jose, the local Code for America brigade, hosts monthly Map Nights on Thursday nights in downtown San José. Meet fellow South Bay mappers, help out with local mapping projects, and hear about other civic tech projects. Programming and GIS skills are not required.",url:"https://www.meetup.com/Code-for-San-Jose/",contacts:[{name:"OSM Bay Area mailing list",email:"talk-us-sfbay@openstreetmap.org"}]},"OSM-Tampa-Bay":{id:"OSM-Tampa-Bay",featureId:"tampa_bay",type:"meetup",name:"OpenStreetMap Tampa Bay",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Tampa Bay area",extendedDescription:"OSM Tampa Bay group for local residents to get together and build out the definitive map of Tampa Bay with OpenStreetMap, the free and editable map of the world.  If you're into maps, data, open source, GPS, hiking, cycling, et cetera, you'll love working with OpenStreetMap -- so join in! We'll get together and map and talk about new topics once-a-month or so.",url:"https://www.meetup.com/osmtampabay/",contacts:[{name:"Coleman McCormick",email:"cmccormick@gmail.com"}]},"OSM-US-Slack":{id:"OSM-US-Slack",featureId:"usa_full",type:"slack",countryCodes:["us"],languageCodes:["en"],name:"OpenStreetMap US Slack",description:"All are welcome! Sign up at {signupUrl}",signupUrl:"https://osmus-slack.herokuapp.com/",url:"https://osmus.slack.com",contacts:[{name:"Ian Dees",email:"ian@openstreetmap.us"},{name:"Clifford Snow",email:"clifford@snowandsnow.us"}]},"OSM-US":{id:"OSM-US",featureId:"usa_full",type:"group",countryCodes:["us"],languageCodes:["en"],name:"OpenStreetMap US",description:"We help grow and improve OpenStreetMap in the United States.",extendedDescription:"We support OpenStreetMap by holding annual conferences, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap US here: {signupUrl}",signupUrl:"https://www.openstreetmap.us/join",url:"https://www.openstreetmap.us/",contacts:[{name:"Ian Dees",email:"ian@openstreetmap.us"},{name:"Bryan Housel",email:"bryan@openstreetmap.us"}],events:[{id:"sotmus2018",i18n:true,name:"State of the Map US 2018",description:"Join the OpenStreetMap community at State of the Map US in Detroit, Michigan. Connect with other mappers, businesses, government agencies, and non profits, all collaborating around the free and editable map of the world.",where:"Detroit, Michigan",when:"2018-oct-05",url:"https://2018.stateofthemap.us/"}]},"OSM-Utah":{id:"OSM-Utah",featureId:"salt_lake_city",type:"meetup",name:"OpenStreetMap Utah",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Salt Lake City area",extendedDescription:"Activities may include things like Learn To Map workshops, mapping parties and outdoor data collection. The events will take place in the SLC area, at least initially.  We are looking for seasoned mappers as well as people new to OSM. Join and let's do some mapping!",url:"https://www.meetup.com/OpenStreetMap-Utah/",contacts:[{name:"Martijn van Exel",email:"m@rtijn.org"}]},"OSM-Wyoming":{id:"OSM-Wyoming",featureId:"wyoming",type:"meetup",name:"OpenStreetMap Wyoming",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the state of Wyoming",extendedDescription:"OpenStreetMap (OSM) Wyoming is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties.",url:"https://www.meetup.com/OSM-Wyoming/",contacts:[{name:"Russell Deffner",email:"russdeffner@gmail.com"}]},"PHXGeo-meetup":{id:"PHXGeo-meetup",featureId:"phoenix",type:"meetup",name:"PHXGeo Meetup",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Phoenix, AZ area",extendedDescription:"This is a meetup group for those in the Phoenix area who like maps, GIS, OpenStreetMap, cartography and anything in between.",url:"https://www.meetup.com/PHXGeo/",contacts:[{name:"Ryan Arp",email:"ryan@arpconsultinggroup.com"}]},"PHXGeo-twitter":{id:"PHXGeo-twitter",featureId:"phoenix",type:"twitter",name:"PHXGeo Twitter",countryCodes:["us"],languageCodes:["en"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/phxgeo",contacts:[{name:"Ryan Arp",email:"ryan@arpconsultinggroup.com"}]},"Western-Slope-facebook":{id:"Western-Slope-facebook",featureId:"grand_junction_co",type:"facebook",name:"Western Slope OSM Facebook",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users around Grand Junction, CO",url:"https://www.facebook.com/wsosm/",contacts:[{name:"Aaron Young",email:"aaron@kaartgroup.com"}]},"Western-Slope-meetup":{id:"Western-Slope-meetup",featureId:"grand_junction_co",type:"meetup",name:"Western Slope OSM Meetup",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users around Grand Junction, CO",extendedDescription:"The goal of this group is to introduce OpenStreetMap to the community, develop a community of mappers, create the most amazing geodata possible using whatever method we can and finally strategize in order to get this data out into our community. Imagine accurate trail signage! Imagine further development of bike paths! Imagine anything you want, that's the joy of OpenStreetMap!",url:"https://www.meetup.com/Western-Slope-OpenStreetMap/",contacts:[{name:"Aaron Young",email:"aaron@kaartgroup.com"}]},"Maptime-Australia-Slack":{id:"Maptime-Australia-Slack",featureId:"australia_full",type:"slack",countryCodes:["au"],languageCodes:["en"],name:"Maptime Australia Slack",description:"Sign up at {signupUrl}",signupUrl:"https://bit.ly/maptimeau",url:"https://maptimeaustralia.slack.com",contacts:[{name:"David Dean",email:"ddean@ieee.org"},{name:"Philip Mallis",email:"philip.mallis@unimelb.edu.au"},{name:"Edoardo Neerhut",email:"ed@mapillary.com"}]},"talk-au":{id:"talk-au",featureId:"australia_full",type:"mailinglist",countryCodes:["au"],languageCodes:["en"],name:"Talk-au Mailing List",description:"Place for Aussie mappers to chat",url:"https://lists.openstreetmap.org/listinfo/talk-au",contacts:[{name:"Ben Kelley",email:"ben.kelley@gmail.com"},{name:"Steve Bennett",email:"stevagewp@gmail.com"},{name:"Ian Sergeant",email:"inas66+osm@gmail.com"}]},"OSM-AR-facebook":{id:"OSM-AR-facebook",featureId:"argentina",type:"facebook",name:"OpenStreetMap Argentina Facebook",countryCodes:["ar"],languageCodes:["es"],description:"Join the OpenStreetMap Argentina community on Facebook",extendedDescription:"News from the local community",url:"https://www.facebook.com/OpenStreetMapArgentina/",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-forum":{id:"OSM-AR-forum",featureId:"argentina",type:"forum",name:"OpenStreetMap Argentina web forum",countryCodes:["ar"],languageCodes:["es"],description:"Join the OpenStreetMap Argentina web forum",extendedDescription:"Ideal for long or important discussions. Slow response time.",url:"https://forum.openstreetmap.org/viewforum.php?id=49",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-irc":{id:"OSM-AR-irc",featureId:"argentina",type:"irc",name:"OpenStreetMap Argentina IRC",countryCodes:["ar"],languageCodes:["es"],description:"Join #osm-ar on irc.oftc.net (port 6667)",extendedDescription:"You may find the most geeky user in the community.",url:"https://irc.openstreetmap.org/?chan=osm-ar",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-mailinglist":{id:"OSM-AR-mailinglist",featureId:"argentina",type:"mailinglist",name:"Talk-ar Mailing List",countryCodes:["ar"],languageCodes:["es"],description:"Historic mailing list. Almost unused today.",url:"https://lists.openstreetmap.org/pipermail/talk-ar/",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-telegram":{id:"OSM-AR-telegram",featureId:"argentina",type:"telegram",name:"OpenStreetMap Argentina Telegram",countryCodes:["ar"],languageCodes:["es"],description:"Join the OpenStreetMap Argentina community on Telegram",extendedDescription:"The most active channel in the community, ideal for chatting and getting answers to your questions instantly. Everyone is welcome!",url:"https://telegram.me/osm_ar",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-twitter":{id:"OSM-AR-twitter",featureId:"argentina",type:"twitter",name:"OpenStreetMap Argentina Twitter",countryCodes:["ar"],languageCodes:["es"],description:"Follow us on Twitter at {url}",extendedDescription:"News from the local community and OpenStreetMap in general.",url:"https://twitter.com/OpenStreetMapAr",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-BO-mailinglist":{id:"OSM-BO-mailinglist",featureId:"bolivia",type:"mailinglist",name:"Talk-bo Mailing List",countryCodes:["bo"],languageCodes:["es"],description:"Talk-bo is the official mailing list for the Bolivian OpenStreetMap community",extendedDescription:"Mapping in Bolivia? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",url:"https://lists.openstreetmap.org/pipermail/talk-bo/",contacts:[{name:"Marco Antonio",email:"marcoantoniofrias@gmail.com"}]},"Bahia-telegram":{id:"Bahia-telegram",featureId:"bahia",type:"telegram",name:"OpenStreetMap Bahia Telegram Group",countryCodes:["br"],languageCodes:["pt"],description:"Join the OpenStreetMap Bahia community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://t.me/OSMBA",contacts:[{name:"Wille Marcel",email:"wille@wille.blog.br"}]},"DF-telegram":{id:"DF-telegram",featureId:"df_br",type:"telegram",name:"OpenStreetMap Brasília Telegram Group",countryCodes:["br"],languageCodes:["pt"],description:"Join the OpenStreetMap Brasília community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://t.me/osmbsb",contacts:[{name:"Wille Marcel",email:"wille@wille.blog.br"}]},"OSM-br-mailinglist":{id:"OSM-br-mailinglist",featureId:"brazil",type:"mailinglist",name:"Talk-br Mailing List",countryCodes:["br"],languageCodes:["pt"],description:"A mailing list to discuss OpenStreetMap in Brazil",url:"https://lists.openstreetmap.org/pipermail/talk-br/",contacts:[{name:"Arlindo Pereira",email:"nighto@gmail.com"}]},"OSM-br-telegram":{id:"OSM-br-telegram",featureId:"brazil",type:"telegram",name:"OpenStreetMap Brasil Telegram",countryCodes:["br"],languageCodes:["pt"],description:"Join the OpenStreetMap Brasil community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://t.me/OSMBrasil_Comunidade",contacts:[{name:"Vitor George",email:"vitor.george@gmail.com"}],events:[{id:"webinar_mundogeo",name:"Webinar: OpenStreetMap em Prefeituras e Empresas",description:"Participe do webinar sobre como utilizar o OpenStreeMap em prefeituras e empresas.",where:"Online",when:"2018-05-02 14:30",url:"http://mundogeo.com/webinar/webinar.html"},{id:"mundogeo",name:"Painel OpenStreetMap no MundoGeo #connect",description:"Participe do painel sobre o OpenStreetMap no MundoGeo #connect.",where:"São Paulo, SP, Brasil",when:"2018-05-16 11:00",url:"http://mundogeoconnect.com/2018/atividades-especiais/"}]},"OSM-br-twitter":{id:"OSM-br-twitter",featureId:"brazil",type:"twitter",name:"OpenStreetMap Brasil Twitter",countryCodes:["br"],languageCodes:["pt"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/OpenStreetMapBR",contacts:[{name:"Wille Marcel",email:"wille@wille.blog.br"}]},"OSM-CL-facebook":{id:"OSM-CL-facebook",featureId:"chile",type:"facebook",name:"OpenStreetMap Chile Facebook",countryCodes:["cl"],languageCodes:["es"],description:"Join the OpenStreetMap Chile community on Facebook",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://www.facebook.com/OpenStreetMap-Chile-145127198882915/",contacts:[{name:"Julio Costa",email:"julio.costa@openstreetmap.cl"}]},"OSM-CL-mailinglist":{id:"OSM-CL-mailinglist",featureId:"chile",type:"mailinglist",name:"Talk-cl Mailing List",countryCodes:["cl"],languageCodes:["es"],description:"A mailing list to discuss OpenStreetMap in Chile",url:"https://lists.openstreetmap.org/pipermail/talk-cl/",contacts:[{name:"Julio Costa",email:"julio.costa@openstreetmap.cl"}]},"OSM-CL-telegram":{id:"OSM-CL-telegram",featureId:"chile",type:"telegram",name:"OpenStreetMap Chile Telegram",countryCodes:["cl"],languageCodes:["es"],description:"Join the OpenStreetMap Chile community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://t.me/OSMcl",contacts:[{name:"Julio Costa",email:"julio.costa@openstreetmap.cl"}]},"OSM-CL-twitter":{id:"OSM-CL-twitter",featureId:"chile",type:"twitter",name:"OpenStreetMap Chile Twitter",countryCodes:["cl"],languageCodes:["es"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/osmCL",contacts:[{name:"Julio Costa",email:"julio.costa@openstreetmap.cl"}]},"Maptime-Bogota":{id:"Maptime-Bogota",featureId:"bogota",type:"meetup",name:"Maptime Bogotá",countryCodes:["co"],languageCodes:["es"],description:"We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.",extendedDescription:"Learn to collect data in the field and digitize onto OpenStreetMap.  It is not necessary to have previous knowledge! You just need the desire to participate, learn, and have fun.",url:"https://www.meetup.com/Maptime-Colombia-OSM/",contacts:[{name:"Andrés Gómez Casanova",email:"angoca@gmail.com"}]},"OSM-CO-facebook":{id:"OSM-CO-facebook",featureId:"colombia",type:"facebook",name:"OpenStreetMap Colombia Facebook",countryCodes:["co"],languageCodes:["es"],description:"Join the OpenStreetMap Colombia community on Facebook",extendedDescription:"Join the community to learn more about OpenStreetMap. Everyone is welcome!",url:"https://www.facebook.com/groups/OsmCol/",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-CO-mailinglist":{id:"OSM-CO-mailinglist",featureId:"colombia",type:"mailinglist",name:"Talk-co Mailing List",countryCodes:["co"],languageCodes:["es"],description:"A mailing list to discuss OpenStreetMap in Colombia",url:"https://lists.openstreetmap.org/pipermail/talk-co/",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-CO-telegram":{id:"OSM-CO-telegram",type:"telegram",featureId:"colombia",countryCodes:["co"],languageCodes:["es"],name:"OSM Colombia on Telegram",description:"OpenStreetMap Colombia Telegram chat",url:"https://telegram.me/osmco",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-CO-twitter":{id:"OSM-CO-twitter",featureId:"colombia",type:"twitter",name:"OpenStreetMap Colombia Twitter",countryCodes:["co"],languageCodes:["es"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/OpenStreetMapCo",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-CO":{id:"OSM-CO",featureId:"colombia",type:"group",countryCodes:["co"],languageCodes:["es"],name:"OpenStreetMap Colombia",description:"News of the OpenStreetMap Colombia community and the OSMCo Foundation",url:"https://blog.openstreetmap.co/s657",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-EC-telegram":{id:"OSM-EC-telegram",type:"telegram",featureId:"ecuador",languageCodes:["es"],countryCodes:["ec"],name:"OSM Ecuador on Telegram",description:"OpenStreetMap Ecuador Telegram chat",url:"https://telegram.me/MappingEcuador",contacts:[{name:"Talk-ec Owner",email:"talk-ec-owner@openstreetmap.org"}]},"OSM-PY-telegram":{id:"OSM-PY-telegram",type:"telegram",featureId:"paraguay",languageCodes:["es"],countryCodes:["py"],name:"OSM Paraguay on Telegram",description:"OpenStreetMap Paraguay Telegram chat",url:"https://telegram.me/osm_py",contacts:[{name:"Talk-py Owner",email:"talk-py-owner@openstreetmap.org"}]},"OSM-PE-facebook":{id:"OSM-PE-facebook",featureId:"peru",type:"facebook",name:"OpenStreetMap Peru Facebook",countryCodes:["pe"],languageCodes:["es"],description:"Join the OpenStreetMap Peru community on Facebook",url:"https://www.facebook.com/Osmpe",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE-mailinglist":{id:"OSM-PE-mailinglist",featureId:"peru",type:"mailinglist",name:"Talk-pe Mailing List",countryCodes:["pe"],languageCodes:["es"],description:"The official mailing list for the OpenStreetMap Peru community",url:"https://lists.openstreetmap.org/pipermail/talk-pe/",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE-matrix":{id:"OSM-PE-matrix",featureId:"peru",type:"matrix",name:"OpenStreetMap Peru Matrix Chat",countryCodes:["pe"],languageCodes:["es"],description:"Chat with other members of the OpenStreetMap Peru community in Matrix.",url:"https://matrix.to/#/#osmpe:matrix.org",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE-telegram":{id:"OSM-PE-telegram",featureId:"peru",type:"telegram",name:"OpenStreetMap Peru Telegram",countryCodes:["pe"],languageCodes:["es"],description:"Join the OpenStreetMap Peru community on Telegram",url:"https://telegram.me/osmPe",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE-twitter":{id:"OSM-PE-twitter",featureId:"peru",type:"twitter",name:"OpenStreetMap Peru Twitter",countryCodes:["pe"],languageCodes:["es"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/osmpe",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE":{id:"OSM-PE",featureId:"peru",type:"group",name:"OpenStreetMap Peru",countryCodes:["ar"],languageCodes:["es"],description:"News and resources for the OpenStreetMap Peru community",url:"http://osmpe.ourproject.org/",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-Facebook":{id:"OSM-Facebook",type:"facebook",languageCodes:["en"],name:"OpenStreetMap on Facebook",description:"Like us on Facebook for news and updates about OpenStreetMap.",url:"https://www.facebook.com/OpenStreetMap",contacts:[{name:"Harry Wood",email:"mail@harrywood.co.uk"}]},"OSM-help":{id:"OSM-help",type:"forum",languageCodes:["en"],name:"OpenStreetMap Help",description:"Ask a question and get answers on OSM's community-driven question and answer site.",extendedDescription:"{url} is for everyone who needs help with OpenStreetMap.  Whether you are a beginner mapper or have a technical question, we're here to help!",url:"https://help.openstreetmap.org/",contacts:[{name:"OSMF Operations",email:"operations@osmfoundation.org"}]},"OSM-Reddit":{id:"OSM-Reddit",type:"reddit",languageCodes:["en"],name:"OpenStreetMap on Reddit",description:"/r/openstreetmap/ is a great place to learn more about OpenStreetMap.  Ask us anything!",url:"https://www.reddit.com/r/openstreetmap/",contacts:[{name:"Serge Wroclawski",email:"emacsen@gmail.com"}]},"OSM-Telegram":{id:"OSM-Telegram",type:"telegram",languageCodes:["en"],name:"OpenStreetMap Telegram",description:"Join the OpenStreetMap Telegram global supergroup at {url}",url:"https://t.me/OpenStreetMapOrg",contacts:[{name:"Max N",email:"abonnements@revolwear.com"}]},"OSM-Twitter":{id:"OSM-Twitter",type:"twitter",languageCodes:["en"],name:"OpenStreetMap Twitter",description:"Follow us on Twitter at {url}",url:"https://twitter.com/openstreetmap",contacts:[{name:"Harry Wood",email:"mail@harrywood.co.uk"}]},OSMF:{id:"OSMF",type:"group",languageCodes:["en","nl","fr","it","jp","ru"],name:"OpenStreetMap Foundation",description:"OSMF is a UK-based not-for-profit that supports the OpenStreetMap Project",extendedDescription:"OSMF supports the OpenStreetMap by fundraising, maintaining the servers which power OSM, organizing the annual State of the Map conference, and coordinating the volunteers who keep OSM running. You can show your support and have a voice in the direction of OpenStreetMap by joining as an OSMF member here: {signupUrl}",url:"https://wiki.osmfoundation.org/wiki/Main_Page",signupUrl:"https://join.osmfoundation.org/",contacts:[{name:"OSMF Board",email:"board@osmfoundation.org"}],events:[{id:"sotm2018",i18n:true,name:"State of the Map 2018",description:"Join us for 3 days in Milan, Italy for the annual worldwide OpenStreetMap conference, bringing together everyone in the community to socialize, share, and learn.",where:"Milan, Italy",when:"2018-jul-28",url:"https://2018.stateofthemap.org/"}]}};
+  var resources = {"cape-coast-youthmappers":{id:"cape-coast-youthmappers",featureId:"cape_coast_gh",type:"twitter",name:"University of Cape Coast YouthMappers",countryCodes:["gh"],languageCodes:["en"],description:"Follow us on Twitter: {url}",extendedDescription:"This is the official handle for the Youth Mappers chapter of the University of Cape Coast, Ghana. we love maps, open data and helping the vulnerable.",url:"https://twitter.com/YouthmappersUCC",contacts:[{name:"Enock Seth Nyamador",email:"kwadzo459@gmail.com"}]},"osm-gh-facebook":{id:"osm-gh-facebook",featureId:"ghana",type:"facebook",name:"OpenStreetMap Ghana on Facebook",countryCodes:["gh"],languageCodes:["en"],description:"Facebook group for people interested in OpenStreetMap.",extendedDescription:"Mappers in Ghana community, promoting OpenStreetMap and Humanitarian OpenStreetMap Team (HOT) projects in Ghana. Join us.",url:"https://www.facebook.com/OSMGhana/",contacts:[{name:"Enock Seth Nyamador",email:"kwadzo459@gmail.com"}]},"osm-gh-twitter":{id:"osm-gh-twitter",featureId:"ghana",type:"twitter",name:"OpenStreetMap Ghana on Twitter",countryCodes:["gh"],languageCodes:["en"],description:"Follow us on Twitter: {url}",url:"https://twitter.com/osmghana",contacts:[{name:"Enock Seth Nyamador",email:"kwadzo459@gmail.com"}]},"talk-gh":{id:"talk-gh",featureId:"ghana",type:"mailinglist",name:"Talk-gh Mailing List",countryCodes:["gh"],languageCodes:["en"],description:"Talk-gh is the official mailing list for Ghana OSM community.",url:"https://lists.openstreetmap.org/listinfo/talk-gh",contacts:[{name:"Enock Seth Nyamador",email:"kwadzo459@gmail.com"}]},"osm-mg-facebook":{id:"osm-mg-facebook",featureId:"madagascar",type:"facebook",name:"OpenStreetMap Madagascar Facebook Group",countryCodes:["mg"],languageCodes:["mg","fr"],description:"Malagasy Facebook group for people interested in OpenStreetMap.",url:"https://www.facebook.com/groups/1601381123461284/",contacts:[{name:"Brice Ramamonjy",email:"rafaby21@gmail.com"},{name:"Dolly Andriatsiferana",email:"privatemajory@gmail.com"}]},"talk-mg":{id:"talk-mg",featureId:"madagascar",type:"mailinglist",countryCodes:["mg"],languageCodes:["mg","fr"],name:"Talk-mg Mailing List",description:"Place for OpenStreetMap contributors, communities and users in Madagascar to share and discuss.",url:"https://lists.openstreetmap.org/listinfo/talk-mg",contacts:[{name:"Brice Ramamonjy",email:"rafaby21@gmail.com"},{name:"Dolly Andriatsiferana",email:"privatemajory@gmail.com"}]},"OSM-BGD-facebook":{id:"OSM-BGD-facebook",featureId:"BGD",type:"facebook",name:"OpenStreetMap Bangladesh",description:"Improve OpenStreetMap in Bangladesh",extendedDescription:"Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",url:"https://www.facebook.com/groups/osmbd/",contacts:[{name:"Ahasanul Hoque",email:"hoque.ahasan@gmail.com"}]},"OSM-India-facebook":{id:"OSM-India-facebook",featureId:"india_full",type:"facebook",name:"OpenStreetMap India - Participatory neighborhood mapping",description:"Improve OpenStreetMap in India",extendedDescription:"Mapping in India? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",url:"https://www.facebook.com/groups/mappingindia/",contacts:[{name:"Jinal Foflia",email:"fofliajinal@gmail.com"},{name:"Arun Ganesh",email:"arun.planemad@gmail.com"}],events:[{id:"sotmasia2018",i18n:true,name:"State of the Map Asia 2018",description:"Join the 2018 OpenStreetMap region-wide event at State of the Map Asia in India",where:"Indian Institute of Management, Bangalore, India",when:"2018-11-17",url:"http://stateofthemap.asia/"}]},"OSM-india-mailinglist":{id:"OSM-india-mailinglist",featureId:"india_full",type:"mailinglist",name:"OpenStreetMap India Mailinglist",description:"Talk-in is the official Mailinglist for Indian Community",url:"https://lists.openstreetmap.org/listinfo/talk-in",contacts:[{name:"Arun Ganesh",email:"arun.planemad@gmail.com"}]},"OSM-india-twitter":{id:"OSM-india-twitter",featureId:"india_full",type:"twitter",name:"OpenStreetMap India Twitter",description:"We are just a tweet away: {url}",url:"https://twitter.com/osm_in",contacts:[{name:"Jinal Foflia",email:"fofliajinal@gmail.com"}]},"OSM-India-Puducherry-Facebook":{id:"OSM-India-Puducherry-Facebook",featureId:"india_puducherry",type:"facebook",name:"Free Software Hardware Movement - Facebook",description:"FSHM Facebook page to know about community events, activities",extendedDescription:"FSHM organizes events relating to free software/hardware, technology, activism and OpenStreetMap. Its FB page is the best way to keep in contact with its events.",url:"https://www.facebook.com/FSHMP",contacts:[{name:"Kamalavelan",email:"sskamalavelan@gmail.com",osm:"demonshreder"},{name:"Prasanna",email:"prasmailme@gmail.com",osm:"Prashere"}]},"OSM-India-Puducherry-Matrix":{id:"OSM-India-Puducherry-Matrix",featureId:"india_puducherry",type:"matrix",name:"Free Software Hardware Movement - Matrix",description:"FSHM Riot group to discuss, share and update mapping activities, events in and around Puducherry",extendedDescription:"FSHM community members share their OSM mapping updates / experiences through the Riot.im group, this group is also used to discuss things related to free software / hardware, technology and activism.",url:"https://riot.im/app/#/room/#fshm:matrix.org",contacts:[{name:"Kamalavelan",email:"sskamalavelan@gmail.com",osm:"demonshreder"},{name:"Prasanna",email:"prasmailme@gmail.com",osm:"Prashere"}]},"OSM-IDN-facebook":{id:"OSM-IDN-facebook",featureId:"IDN",type:"facebook",name:"OpenStreetMap Indonesia",description:"Improve OpenStreetMap in Indonesia",extendedDescription:"Mapping in Indonesia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/osm.id/",contacts:[{name:"Yantisa Akhadi",email:"yantisa.akhadi@hotosm.org"}]},"OSM-japan-facebook":{id:"OSM-japan-facebook",featureId:"japan",type:"facebook",name:"OpenStreetMap Japan Community",countryCodes:["jp"],languageCodes:["jp"],description:"Mappers and OpenStreetMap users in Japan",url:"https://www.facebook.com/groups/osmjapan/",contacts:[{name:"Satoshi IIDA",email:"nyampire@gmail.com"}]},"OSM-japan-mailinglist":{id:"OSM-japan-mailinglist",featureId:"japan",type:"mailinglist",name:"OpenStreetMap Japan Mailinglist",countryCodes:["jp"],languageCodes:["jp"],description:"Talk-ja is an Official Mailinglist for Japanese Community",url:"https://lists.openstreetmap.org/listinfo/talk-ja",contacts:[{name:"OSMF Japan",email:"info@osmf.jp"}]},"OSM-japan-twitter":{id:"OSM-japan-twitter",featureId:"japan",type:"twitter",name:"OpenStreetMap Japan Twitter",countryCodes:["jp"],languageCodes:["jp"],description:"Hashtag on Twitter: {url}",url:"https://twitter.com/hashtag/osmjp",contacts:[{name:"Satoshi IIDA",email:"nyampire@gmail.com"}]},"OSM-japan-website":{id:"OSM-japan-website",featureId:"japan",type:"group",name:"OpenStreetMap Japan",countryCodes:["jp"],languageCodes:["jp"],description:"Mappers and OpenStreetMap users in Japan",url:"https://openstreetmap.jp/",contacts:[{name:"Satoshi IIDA",email:"nyampire@gmail.com"}]},"OSM-korea-telegram":{id:"OSM-korea-telegram",featureId:"korea",type:"telegram",countryCodes:["ko"],languageCodes:["ko","en"],name:"OSM Korea Telegram Channel",description:"Unofficial Channnel for OpenStreetMap contributors, communities and users in Korea to share and discuss.",url:"https://t.me/osmKorea",contacts:[{name:"Yongmin Hong",email:"revi@pobox.com"},{name:"Max N",email:"abonnements@revolwear.com"}]},"OSM-MY-facebook":{id:"OSM-MY-facebook",featureId:"malaysia",type:"facebook",countryCodes:["my"],languageCodes:["ms","en"],name:"OpenStreetMap Malaysia on Facebook",description:"For chat about anything related to OpenStreetMap!",url:"https://www.facebook.com/groups/openstreetmapMY/",contacts:[{name:"Mohd Saidin",email:"projekopenstreetmap@hotmail.com"}]},"OSM-MY-forum":{id:"OSM-MY-forum",featureId:"malaysia",type:"forum",countryCodes:["my"],languageCodes:["ms","en"],name:"OpenStreetMap Malaysia Forum",description:"Official OpenStreetMap Malaysia Forum",url:"https://forum.openstreetmap.org/viewforum.php?id=60",contacts:[{name:"Mohd Saidin",email:"projekopenstreetmap@hotmail.com"}]},"OSM-MY-matrix":{id:"OSM-MY-matrix",featureId:"malaysia",type:"matrix",countryCodes:["my"],languageCodes:["ms","en"],name:"OpenStreetMap Malaysia Riot channel",description:"All mappers are welcome! Sign up at {signupUrl}",signupUrl:"https://riot.im/app/#/register",url:"https://riot.im/app/#/room/#OpenstreetmapMalaysia:matrix.org",contacts:[{name:"Ahmad Amsyar",email:"OfficiallyAhmad@protonmail.ch"}]},"OSM-MNG-facebook":{id:"OSM-MNG-facebook",featureId:"MNG",type:"facebook",name:"OpenStreetMap Mongolia",description:"Improve OpenStreetMap in Mongolia",extendedDescription:"Mapping in Mongolia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/OSM.Mongolia/",contacts:[{name:" ",email:"talk-mn@openstreetmap.org"}]},"OSM-MMR-facebook":{id:"OSM-MMR-facebook",featureId:"MMR",type:"facebook",name:"OpenStreetMap Myanmar",description:"Improve OpenStreetMap in Myanmar",extendedDescription:"Mapping in Myanmar? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/osmmm/",contacts:[{name:"Yan Naung Oak",email:"yan@phandeeyar.org"},{name:"Patrick Oswald",email:"patrickoswald.omm@gmail.com"},{name:"Set Khaing Oo",email:"setkhaing@phandeeyar.org"}]},"OSM-Nepal-facebook":{id:"OSM-Nepal-facebook",featureId:"NPL",type:"facebook",name:"OpenStreetMap Nepal",description:"Improve OpenStreetMap in Nepal",extendedDescription:"Mapping in Nepal? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/mapkathmandu/",contacts:[{name:"Kshitiz Khanal",email:"khanal1990@gmail.com"}]},"OSM-PH-facebook":{id:"OSM-PH-facebook",featureId:"philippines",type:"facebook",countryCodes:["ph"],name:"OpenStreetMap PH Facebook",description:"Welcome to OpenStreetMap Philippines, where we encourage all fellow Filipinos to contribute to the OpenStreetMap project.",url:"https://www.facebook.com/OSMPH/",contacts:[{name:"Maning Sambale",email:"emmanuel.sambale@gmail.com"},{name:"OSM PH Group",email:"osm.pilipinas@gmail.com"}]},"OSM-PH-mailinglist":{id:"OSM-PH-mailinglist",featureId:"philippines",type:"mailinglist",countryCodes:["ph"],name:"Talk-ph Mailing List",description:"A mailing list to discuss OpenStreetMap in the Philippines",url:"https://lists.openstreetmap.org/pipermail/talk-ph/",contacts:[{name:"Maning Sambale",email:"emmanuel.sambale@gmail.com"},{name:"OSM PH Group",email:"osm.pilipinas@gmail.com"}]},"OSM-PH-slack":{id:"OSM-PH-slack",featureId:"philippines",type:"slack",countryCodes:["ph"],name:"OpenStreetMap PH Slack",description:"All are welcome! Sign up at {signupUrl}",signupUrl:"https://osmph-chat.herokuapp.com/",url:"https://osmph.slack.com",contacts:[{name:"Maning Sambale",email:"emmanuel.sambale@gmail.com"},{name:"OSM PH Group",email:"osm.pilipinas@gmail.com"}]},"OSM-PH-telegram":{id:"OSM-PH-telegram",featureId:"philippines",type:"telegram",countryCodes:["ph"],languageCodes:["tl","en"],name:"OpenStreetMap PH Telegram",description:"Un-official, Telegram local community of OpenStreetMap contributors and friends in the Philippines",url:"https://t.me/osmph",contacts:[{name:"Erwin Olario",email:"govvin@gmail.com"},{name:"OSM PH Group",email:"osm.pilipinas@gmail.com"}]},"OSM-RU-forum":{id:"OSM-RU-forum",type:"forum",featureId:"russia",countryCodes:["ru"],languageCodes:["ru"],name:"OpenStreetMap RU forum",description:"OpenStreetMap Russia web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=21",contacts:[{name:"Ilya Zverev",email:"ilya@zverev.info"}]},"OSM-RU-telegram":{id:"OSM-RU-telegram",type:"telegram",featureId:"russia",countryCodes:["ru"],languageCodes:["ru"],name:"OpenStreetMap RU telegram",description:"OpenStreetMap Russia telegram chat",url:"https://t.me/ruosm",contacts:[{name:"Ilya Zverev",email:"ilya@zverev.info"}]},"OSM-LKA-facebook":{id:"OSM-LKA-facebook",featureId:"LKA",type:"facebook",name:"OpenStreetMap Sri Lanka",description:"Improve OpenStreetMap in Sri Lanka",extendedDescription:"Mapping in Sri Lanka? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!",url:"https://www.facebook.com/groups/142058222659672/",contacts:[{name:"Karan Suthakaran",email:"karansuthakaran@yahoo.com"}]},"OSM-TW-facebook":{id:"OSM-TW-facebook",featureId:"taiwan",type:"facebook",name:"OpenStreetMap Taiwan Community",countryCodes:["tw"],languageCodes:["zh-tw"],description:"Facebook Group for Mappers and OpenStreetMap users to discuss matters about Taiwan.",url:"https://www.facebook.com/groups/OpenStreetMap.TW/",contacts:[{name:"Nobody 沒有人 (Public mail)",email:"hiboard@openstreetmap.tw"}]},"OSM-TW-mailinglist":{id:"OSM-TW-mailinglist",featureId:"taiwan",type:"mailinglist",name:"OpenStreetMap Taiwan Mailinglist",countryCodes:["tw"],languageCodes:["zh-tw","en"],description:"Talk-tw is an Official Mailinglist for the Communities to dicuss matters about Taiwan",url:"https://lists.openstreetmap.org/listinfo/talk-tw",contacts:[{name:"Nobody 沒有人 (Public email)",email:"hiboard@openstreetmap.tw"}]},"OSM-TH-CNX-meetup":{id:"OSM-TH-CNX-meetup",featureId:"thailand_cnx",type:"meetup",countryCodes:["th"],languageCodes:["en"],name:"OSM Meetup Chiang Mai",description:"Irregular meeting of the OpenStreetMap community in Chiang Mai",extendedDescription:"Members of the OpenStreetMap community meet every few months in Chiang Mai. Get in contact and check out {url} to see when the next meetup is scheduled",url:"https://forum.openstreetmap.org/viewforum.php?id=46",contacts:[{name:"Team Chiang Mai",email:"meetup-cnx@openstreetmap.in.th"}]},"OSM-TH-facebook":{id:"OSM-TH-facebook",featureId:"thailand_full",type:"facebook",countryCodes:["th"],languageCodes:["en","th"],name:"OpenStreetMap TH Facebook group",description:"Facebook group for OpenStreetMappers in Thailand",url:"https://www.facebook.com/groups/thaiosm/",contacts:[{name:"Theppitak Karoonboonyanan",email:"theppitak@gmail.com"}]},"OSM-TH-forum":{id:"OSM-TH-forum",featureId:"thailand_full",type:"forum",countryCodes:["th"],languageCodes:["en","th"],name:"OpenStreetMap TH forum",description:"OpenStreetMap Thailand web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=46",contacts:[{name:"Stephan Knauss",email:"osm@stephans-server.de"}]},"al-forum":{id:"al-forum",featureId:"albania",type:"forum",countryCodes:["al"],languageCodes:["sq","en"],name:"OSM Albania Forum",description:"OpenStreetMap Albania Forum",url:"https://forum.openstreetmap.org/viewforum.php?id=91",contacts:[{name:"Jonathan Beliën",email:"dev@jbelien.be"},{name:"Amanti Lulo",email:"amanti.lulo@gmail.com"}]},"al-maptime-tirana":{id:"al-maptime-tirana",featureId:"al-tirana",type:"group",countryCodes:["al"],languageCodes:["sq","en"],name:"Maptime Tirana",description:"Social events organized around mapping - beginners most welcome!",extendedDescription:"Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time.",url:"http://maptime.io/tirana/",contacts:[{name:"Jonathan Beliën",email:"dev@jbelien.be"},{name:"Amanti Lulo",email:"amanti.lulo@gmail.com"}]},"al-telegram":{id:"al-telegram",featureId:"albania",type:"telegram",countryCodes:["al"],languageCodes:["sq","en"],name:"OSM Albania Telegram channel",description:"OpenStreetMap Albania Telegram channel",url:"https://telegram.me/OpenStreetMapAL",contacts:[{name:"Jonathan Beliën",email:"dev@jbelien.be"},{name:"Amanti Lulo",email:"amanti.lulo@gmail.com"}]},"at-forum":{id:"at-forum",featureId:"austria",type:"forum",name:"OpenStreetMap Austria Forum",countryCodes:["at"],languageCodes:["en","de"],description:"The official forum for OpenStreetMap questions in and around Austria",url:"https://forum.openstreetmap.org/viewforum.php?id=89",contacts:[{name:"emga",email:"emgaosm@gmail.com"}]},"at-mailinglist":{id:"at-mailinglist",featureId:"austria",type:"mailinglist",name:"Talk-at Mailing List",countryCodes:["at"],languageCodes:["de"],description:"Talk-at is the official mailing list for the Austrian OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-at",contacts:[{name:"AT community",email:"info@openstreetmap.at"}]},"at-twitter":{id:"at-twitter",featureId:"austria",type:"twitter",name:"OpenStreetMap Austria Twitter",countryCodes:["at"],languageCodes:["de"],description:"OpenStreetMap Austria On Twitter: {url}",url:"https://twitter.com/osm_at",contacts:[{name:"AT Community",email:"info@openstreetmap.at"}]},"osmgraz-meetup":{id:"osmgraz-meetup",featureId:"graz",type:"meetup",countryCodes:["at"],languageCodes:["de","en"],name:"OSM community meetup Graz",description:"Monthly meetup of the OpenStreetMap community in Graz",url:"https://wiki.openstreetmap.org/wiki/Graz/Stammtisch",contacts:[{name:"Michael Maier",email:"michael.maier@secure.mailbox.org"}]},"osmgraz-twitter":{id:"osmgraz-twitter",featureId:"graz",type:"twitter",countryCodes:["at"],languageCodes:["de","en"],name:"OSM community Graz on twitter",description:"OpenStreetMap community in Graz on twitter",url:"https://twitter.com/osmgraz",contacts:[{name:"Michael Maier",email:"michael.maier@secure.mailbox.org"}]},"osm-at":{id:"osm-at",featureId:"austria",type:"group",countryCodes:["at"],languageCodes:["de"],name:"OpenStreetMap Austria",description:"The platform for information on OpenStreetMap in Austria",url:"https://www.openstreetmap.at/",contacts:[{name:"AT community",email:"info@openstreetmap.at"}]},byosm:{id:"byosm",type:"telegram",featureId:"belarus",languageCodes:["ru","be","en"],name:"OpenStreetMap Belarus",description:"OpenStreetMap Belarus telegram chat",url:"https://t.me/byosm",contacts:[{name:"Darafei Praliaskouski",email:"me@komzpa.net"}]},"be-facebook":{id:"be-facebook",featureId:"belgium",type:"facebook",name:"OpenStreetMap BE Community",countryCodes:["be"],languageCodes:["en","nl","fr","de"],description:"Mappers and OpenStreetMap on Facebook in Belgium",url:"https://www.facebook.com/groups/1419016881706058/",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-forum":{id:"be-forum",type:"forum",featureId:"belgium",countryCodes:["be"],languageCodes:["en","nl","fr","de"],name:"OpenStreetMap BE forum",description:"OpenStreetMap Belgium web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=29",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-irc":{id:"be-irc",featureId:"belgium",type:"irc",name:"OpenStreetMap Belgium IRC",countryCodes:["be"],languageCodes:["en","nl","fr","de"],description:"Join #osmbe on irc.oftc.net (port 6667)",extendedDescription:"Join #osmbe on irc.oftc.net (port 6667), it is bridged with the Matrix chat channel",url:"https://webchat.oftc.net/?channels=osmbe",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-mailinglist":{id:"be-mailinglist",featureId:"belgium",type:"mailinglist",name:"Talk-be Mailing List",countryCodes:["be"],languageCodes:["en","nl","fr","de"],description:"Talk-be is the official mailing list for the Belgian OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-be",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-maptime":{id:"be-maptime",featureId:"belgium",type:"group",countryCodes:["be"],languageCodes:["en","nl","fr","de"],name:"Maptime Belgium",description:"Social events organized around mapping - beginners most welcome!",extendedDescription:"Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time.",url:"http://maptime.io/belgium/",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-matrix":{id:"be-matrix",featureId:"belgium",type:"matrix",countryCodes:["be"],languageCodes:["en","nl","fr","de"],name:"OpenStreetMap BE Matrix channel",description:"All mappers are welcome!",extendedDescription:"Most talk is happening at the \"OpenStreetMap Belgium\" channel. You can ask anything there! The other rooms are for specific subjects.",url:"https://riot.im/app/#/group/+osmbe:matrix.org",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-meetup":{id:"be-meetup",featureId:"belgium",type:"meetup",countryCodes:["be"],languageCodes:["en","nl","fr","de"],name:"OpenStreetMap Belgium Meetup",description:"Real life meetups of everyone who is interested in OpenStreetMap",extendedDescription:"Physical meetups are great to meet other mappers, ask them questions and to learn a lot. Especially new contributors are very welcome!",url:"https://meetup.com/OpenStreetMap-Belgium/",contacts:[{name:"BE community",email:"community@osm.be"}]},"be-twitter":{id:"be-twitter",featureId:"belgium",type:"twitter",name:"OpenStreetMap Belgium Twitter",countryCodes:["be"],languageCodes:["en","nl","fr","de"],description:"OSM Belgium on Twitter: @osm_be",url:"https://twitter.com/osm_be",contacts:[{name:"BE community",email:"community@osm.be"}]},"hr-facebook":{id:"hr-facebook",featureId:"croatia",type:"facebook",name:"OpenStreetMap Croatia Facebook group",countryCodes:["hr"],languageCodes:["hr"],description:"OpenStreetMap Croatia Facebook group",url:"https://www.facebook.com/groups/541098862671461",contacts:[{name:"OpenStreetMap Croatia",email:"info@osm-hr.org"}]},"hr-irc":{id:"hr-irc",featureId:"croatia",type:"irc",name:"OpenStreetMap Croatia on IRC",countryCodes:["hr"],languageCodes:["hr"],description:"Join #osm-hr on irc.freenode.org (port 6667)",url:"https://webchat.freenode.net/?url=irc://irc.freenode.net/osm-hr",contacts:[{name:"OpenStreetMap Croatia",email:"info@osm-hr.org"}]},"hr-mailinglist":{id:"hr-mailinglist",featureId:"croatia",type:"mailinglist",name:"Talk-hr Mailing List",countryCodes:["hr"],languageCodes:["hr"],description:"Talk-hr mailing list",url:"https://lists.openstreetmap.org/listinfo/talk-hr",contacts:[{name:"OpenStreetMap Croatia",email:"info@osm-hr.org"}]},"czech-community":{id:"czech-community",featureId:"czechia",type:"group",name:"Czech OSM community",countryCodes:["cz"],languageCodes:["cs","sk","en"],description:"Map portal, website and contacts on OSM members in Czechia",url:"https://openstreetmap.cz/komunita",contacts:[{name:"osmcz",email:"dev@openstreetmap.cz"}]},"osmcz-facebook":{id:"osmcz-facebook",featureId:"czechia",type:"facebook",name:"OpenStreetMap CZ on Facebook",countryCodes:["cz"],languageCodes:["cs","sk","en"],description:"Follow czech community on Facebook - including translated WeeklyOSM!",url:"https://www.facebook.com/osmcz",contacts:[{name:"osmcz",email:"dev@openstreetmap.cz"}]},"osmcz-twitter":{id:"osmcz-twitter",featureId:"czechia",type:"twitter",name:"Czech twitter @osmcz",countryCodes:["cz"],languageCodes:["cs","sk","en"],description:"Follow czech community on Twitter - including translated WeeklyOSM!",url:"https://twitter.com/osmcz",contacts:[{name:"osmcz",email:"dev@openstreetmap.cz"}]},"talk-cz-mailinglist":{id:"talk-cz-mailinglist",featureId:"czechia",type:"mailinglist",name:"Czech mailing list (talk-cz)",countryCodes:["cz"],languageCodes:["cs","sk","en"],description:"Talk-cz is the official mailing list for Czech community",url:"https://openstreetmap.cz/talkcz",contacts:[{name:"osmcz",email:"dev@openstreetmap.cz"}]},"dk-forum":{id:"dk-forum",type:"forum",featureId:"denmark",countryCodes:["dk"],languageCodes:["da"],name:"OpenStreetMap Denmark Web Forum",description:"OpenStreetMap Denmark web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=48",contacts:[{name:"Talk-dk-owner",email:"talk-dk-owner@openstreetmap.org"}]},"dk-irc":{id:"dk-irc",featureId:"denmark",type:"irc",name:"OpenStreetMap Denmark IRC",countryCodes:["dk"],languageCodes:["da"],description:"Join #osm-dk on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-dk",contacts:[{name:"Talk-dk-owner",email:"talk-dk-owner@openstreetmap.org"}]},"dk-mailinglist":{id:"dk-mailinglist",featureId:"denmark",type:"mailinglist",name:"Talk-dk Mailing List",countryCodes:["dk"],languageCodes:["da"],description:"A mailing list to discuss OpenStreetMap in Denmark",url:"https://lists.openstreetmap.org/listinfo/talk-dk",contacts:[{name:"Talk-dk-owner",email:"talk-dk-owner@openstreetmap.org"}]},"fi-forum":{id:"fi-forum",featureId:"finland",type:"forum",countryCodes:["fi"],languageCodes:["fi"],name:"OpenStreetMap FI forum",description:"OpenStreetMap Finland web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=15",contacts:[{name:"Talk-fi administrator",email:"talk-fi-owner@openstreetmap.org"}]},"fi-irc":{id:"fi-irc",featureId:"finland",type:"irc",name:"OpenStreetMap Finland IRC",countryCodes:["fi"],languageCodes:["fi"],description:"Join #osm-fi on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-fi",contacts:[{name:"Talk-fi administrator",email:"talk-fi-owner@openstreetmap.org"}]},"fi-mailinglist":{id:"fi-mailinglist",featureId:"finland",type:"mailinglist",name:"Talk-fi Mailing List",countryCodes:["fi"],languageCodes:["fi"],description:"Talk-fi is the official mailing list for the Finnish OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-fi",contacts:[{name:"Talk-fi administrator",email:"talk-fi-owner@openstreetmap.org"}]},"fr-facebook":{id:"fr-facebook",featureId:"france",type:"facebook",name:"OpenStreetMap France Facebook page",countryCodes:["fr"],languageCodes:["fr"],description:"OpenStreetMap France Facebook page",url:"https://www.facebook.com/osmfr",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"fr-forum":{id:"fr-forum",type:"forum",featureId:"france",countryCodes:["fr"],languageCodes:["fr"],name:"OpenStreetMap France web forum",description:"OpenStreetMap France web forum",url:"https://forum.openstreetmap.fr/",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"fr-irc":{id:"fr-irc",featureId:"france",type:"irc",name:"OpenStreetMap France on IRC",countryCodes:["fr"],languageCodes:["fr"],description:"Join #osm-fr on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-fr",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"fr-mailinglist":{id:"fr-mailinglist",featureId:"france",type:"mailinglist",name:"Talk-fr Mailing List",countryCodes:["fr"],languageCodes:["fr"],description:"Talk-fr mailing list",url:"https://lists.openstreetmap.org/listinfo/talk-fr",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"fr-twitter":{id:"fr-twitter",featureId:"france",type:"twitter",name:"OpenStreetMap France on Twitter",countryCodes:["fr"],languageCodes:["fr"],description:"OpenStreetMap France on Twitter: {url}",url:"https://twitter.com/osm_fr",contacts:[{name:"OpenStreetMap France",email:"contact@openstreetmap.fr"}]},"de-berlin-mailinglist":{id:"de-berlin-mailinglist",featureId:"de-berlin-brandenburg",type:"mailinglist",name:"Berlin Mailing List",countryCodes:["de"],languageCodes:["de"],description:"This is the mailing list for the Berlin OSM community",url:"https://lists.openstreetmap.de/listinfo/berlin",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"de-berlin-meetup":{id:"de-berlin-meetup",featureId:"de-berlin-brandenburg",type:"meetup",name:"OpenStreetMap Berlin-Brandenburg Meetup",countryCodes:["de"],languageCodes:["de"],description:"Mappers and OpenStreetMap users in the Berlin area",url:"https://www.meetup.com/OSM-Berlin-Brandenburg/",contacts:[{name:"Christopher Lorenz",email:"osm@lorenz.lu"}]},"de-berlin-telegram":{id:"de-berlin-telegram",featureId:"de-berlin-brandenburg",type:"telegram",name:"@osmberlin on Telegram",countryCodes:["de"],languageCodes:["de"],description:"OpenStreetMap Berlin Telegram chat",url:"https://t.me/osmberlin",contacts:[{name:"Christopher Lorenz",email:"osm@lorenz.lu"}]},"de-berlin-twitter":{id:"de-berlin-twitter",featureId:"de-berlin-brandenburg",type:"twitter",name:"OpenStreetMap Berlin Twitter",countryCodes:["de"],languageCodes:["de"],description:"Follow us on Twitter: {url}",url:"https://twitter.com/osmberlin",contacts:[{name:"Christopher Lorenz",email:"osm@lorenz.lu"}]},"de-forum":{id:"de-forum",featureId:"germany",type:"forum",countryCodes:["de"],languageCodes:["de"],name:"OpenStreetMap DE forum",description:"OpenStreetMap Germany web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=14",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"de-irc":{id:"de-irc",featureId:"germany",type:"irc",name:"OpenStreetMap Germany IRC",countryCodes:["de"],languageCodes:["de"],description:"Join #osm-de on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-de",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"de-mailinglist":{id:"de-mailinglist",featureId:"germany",type:"mailinglist",name:"Talk-de Mailing List",countryCodes:["de"],languageCodes:["de"],description:"Talk-de is the official mailing list for the German OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-de",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"de-ostwestfalen-lippe-mailinglist":{id:"de-ostwestfalen-lippe-mailinglist",featureId:"de-ostwestfalen-lippe",type:"mailinglist",name:"OWL Mailing List",countryCodes:["de"],languageCodes:["de"],description:"This is the mailing list for the Ostwestfalen-Lippe OSM community",url:"https://gt.owl.de/mailman/listinfo/osm",contacts:[{name:"Florian Lohoff",email:"osm-owner@gt.owl.de"}]},"de-telegram":{id:"de-telegram",featureId:"germany",type:"telegram",name:"OpenStreetMap Germany Telegram",countryCodes:["de"],languageCodes:["de"],description:"Join the OpenStreetMap Germany Telegram supergroup at {url}",url:"https://t.me/OSM_de",contacts:[{name:"Max N",email:"abonnements@revolwear.com"}]},"osm-de":{id:"osm-de",featureId:"germany",type:"group",countryCodes:["de"],languageCodes:["de"],name:"OpenStreetMap Germany",description:"The platform for information on OpenStreetMap in Germany",url:"https://www.openstreetmap.de/",contacts:[{name:"FOSSGIS e.V.",email:"info@fossgis.de"}]},"hu-facebook":{id:"hu-facebook",featureId:"hungary",type:"facebook",name:"OpenStreetMap HU on Facebook",countryCodes:["hu"],languageCodes:["hu"],description:"Mappers and OpenStreetMap Facebook in Hungary",url:"https://www.facebook.com/groups/osm.hu/",contacts:[{name:"Ferenc Veres",email:"info@openstreetmap.hu"}]},"hu-forum":{id:"hu-forum",featureId:"hungary",type:"forum",countryCodes:["hu"],languageCodes:["hu"],name:"OpenStreetMap HU forum",description:"OpenStreetMap Hungary web forum",url:"https://groups.google.com/forum/#!forum/openstreetmap-hungary",contacts:[{name:"Ferenc Veres",email:"info@openstreetmap.hu"}]},"hu-meetup":{id:"hu-meetup",featureId:"hungary",type:"meetup",countryCodes:["hu"],languageCodes:["hu"],name:"OpenStreetMap Hungary Meetup",description:"The platform for organizing meetups in Hungary",url:"https://www.meetup.com/OpenStreetMap-Hungary",contacts:[{name:"Ferenc Veres",email:"info@openstreetmap.hu"}]},"it-facebook":{id:"it-facebook",featureId:"italy",type:"facebook",name:"OpenStreetMap Italy Facebook",countryCodes:["it"],languageCodes:["it"],description:"Join the OpenStreetMap Italy community on Facebook",url:"https://www.facebook.com/OpenStreetMap.Italia/",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"it-irc":{id:"it-irc",featureId:"italy",type:"irc",name:"OpenStreetMap Italy IRC",countryCodes:["it"],languageCodes:["it"],description:"Join #osm-it on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm-it",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"it-mailinglist":{id:"it-mailinglist",featureId:"italy",type:"mailinglist",name:"Talk-it Mailing List",countryCodes:["it"],languageCodes:["it"],description:"Talk-it is the official mailing list for the Italian OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-it",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"it-telegram":{id:"it-telegram",type:"telegram",featureId:"italy",countryCodes:["it"],languageCodes:["it"],name:"@OpenStreetMapItalia on Telegram",description:"OpenStreetMap Italy Telegram chat",url:"https://t.me/OpenStreetMapItalia",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"it-twitter":{id:"it-twitter",featureId:"italy",type:"twitter",name:"OpenStreetMap Italy Twitter",countryCodes:["it"],languageCodes:["it"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/OpenStreetMapIt",contacts:[{name:"Simone Cortesi",email:"simone@cortesi.com"},{name:"Stefano",email:"sabas88@gmail.com"},{name:"Alessandro Palmas",email:"alessandro.palmas@wikimedia.it"}]},"OSM-Rome-meetup":{id:"OSM-Rome-meetup",featureId:"IT_Roma_Capitale",type:"group",name:"Incontro Mappatori Romani",countryCodes:["it"],languageCodes:["it"],description:"Improve OpenStreetMap in the Rome area",extendedDescription:"We aim to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Lazio.",url:"https://wiki.openstreetmap.org/wiki/Rome/Incontro",contacts:[{name:"Martin Koppenhoefer",email:"dieterdreist@gmail.com"}]},"South-Tyrol-Mailing-List":{id:"South-Tyrol-Mailing-List",featureId:"south_tyrol",type:"mailinglist",countryCodes:["it"],languageCodes:["de","it","lld","en"],name:"OpenStreetMap mailing list for South Tyrol",description:"OpenStreetMap Italy regional talk list for South Tyrol",url:"https://lists.openstreetmap.org/listinfo/talk-it-southtyrol",contacts:[{name:"Martin Raifer",email:"tyr.asd@gmail.com"}]},"talk-it-lazio":{id:"talk-it-lazio",featureId:"IT_Lazio",type:"mailinglist",countryCodes:["it"],languageCodes:["it"],name:"OpenStreetMap IT Lazio",description:"All are welcome! Sign up at {signupUrl}",extendedDescription:"Mailinglist for Rome and Lazio area.",signupUrl:"https://lists.openstreetmap.org/listinfo/talk-it-lazio",url:"https://lists.openstreetmap.org/listinfo/talk-it-lazio",contacts:[{name:"Martin Koppenhoefer",email:"dieterdreist@gmail.com"}]},"Trentino-Mailing-List":{id:"Trentino-Mailing-List",featureId:"trentino",type:"mailinglist",countryCodes:["it"],languageCodes:["it"],name:"OpenStreetMap mailing list for Trentino",description:"OpenStreetMap Italy regional talk list for Trentino",url:"https://lists.openstreetmap.org/listinfo/talk-it-trentino",contacts:[{name:"Luca Delucchi",email:"lucadeluge@gmail.com"}]},"no-forum":{id:"no-forum",type:"forum",featureId:"norway",countryCodes:["no"],languageCodes:["no"],name:"OpenStreetMap Norway Web Forum",description:"OpenStreetMap Norway web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=68",contacts:[{name:"OpenStreetMap Norway",email:"kart@nuug.no"}]},"no-irc":{id:"no-irc",featureId:"norway",type:"irc",name:"OpenStreetMap Norway on IRC",countryCodes:["no"],languageCodes:["no"],description:"Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway",contacts:[{name:"OpenStreetMap Norway",email:"kart@nuug.no"}],url:"https://webchat.oftc.net/?channels=osm-no"},"no-mailinglist":{id:"no-mailinglist",featureId:"norway",type:"mailinglist",name:"OpenStreetMap Norway mailing list",countryCodes:["no"],languageCodes:["no"],description:"Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway",contacts:[{name:"OpenStreetMap Norway",email:"kart@nuug.no"}],url:"https://lists.nuug.no/mailman/listinfo/kart"},"OSM-PL-facebook-group":{id:"OSM-PL-facebook-group",type:"facebook",featureId:"poland",countryCodes:["pl"],languageCodes:["pl"],name:"OpenStreetMap Poland Facebook group",description:"Group for mappers and users of OpenStreetMap in Poland",url:"https://www.facebook.com/groups/500589303317858/",contacts:[{name:"Michał Brzozowski",email:"www.haxor@gmail.com"}]},"OSM-PL-forum":{id:"OSM-PL-forum",type:"forum",featureId:"poland",countryCodes:["pl"],languageCodes:["pl","en"],name:"OpenStreetMap Poland Forum",description:"Forum of Polish OpenStreetMap community",url:"https://forum.openstreetmap.org/viewforum.php?id=23",contacts:[{name:"Daniel Koć",email:"daniel@xn--ko-wla.pl"},{name:"Ryszard Mikke",email:"ryszard.mikke@gmail.com"}]},"si-forum":{id:"si-forum",type:"forum",featureId:"slovenia",countryCodes:["si"],languageCodes:["sl","en"],name:"OpenStreetMap Slovenia Forum",description:"Forum of OpenStreetMap community in Slovenia",url:"https://forum.openstreetmap.org/viewforum.php?id=58",contacts:[{name:"OpenStreetMap Slovenia",email:"talk-si@openstreetmap.org"}]},"si-mailinglist":{id:"si-mailinglist",type:"mailinglist",featureId:"slovenia",countryCodes:["si"],languageCodes:["sl","en"],name:"OpenStreetMap Slovenia mailing list",description:"Mailing list of OpenStreetMap community in Slovenia",url:"https://lists.openstreetmap.org/listinfo/talk-si",contacts:[{name:"OpenStreetMap Slovenia",email:"talk-si@openstreetmap.org"}]},"OSM-ES-mailinglist":{id:"OSM-ES-mailinglist",type:"mailinglist",featureId:"spain",languageCodes:["es"],name:"Talk-es mailing list",description:"A mailing list to discuss OpenStreetMap in Spain",url:"https://lists.openstreetmap.org/listinfo/talk-es",contacts:[{name:"Iván Sánchez",email:"ivansanchez@escomposlinux.org"}]},"OSM-ES-telegram":{id:"OSM-ES-telegram",type:"telegram",featureId:"spain",languageCodes:["es"],name:"@OSMes on Telegram",description:"OpenStreetMap Spain Telegram chat",url:"https://t.me/OSMes",contacts:[{name:"Jorge Sanz",email:"sanchi2@gmail.com"}]},"osm-se":{id:"osm-se",featureId:"sweden",type:"group",countryCodes:["se"],languageCodes:["sv"],name:"OpenStreetMap.se",description:"Provide OSM services and information for the local community in Sweden",url:"http://openstreetmap.se/",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-facebook":{id:"se-facebook",featureId:"sweden",type:"facebook",name:"OpenStreetMap Sweden Facebook",countryCodes:["se"],languageCodes:["sv"],description:"OpenStreetMap Sweden on Facebook",url:"https://www.facebook.com/groups/osmsweden/",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-forum":{id:"se-forum",type:"forum",featureId:"sweden",countryCodes:["se"],languageCodes:["sv"],name:"OpenStreetMap Sweden Web Forum",description:"OpenStreetMap Sweden web forum",url:"https://forum.openstreetmap.org/viewforum.php?id=4",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-irc":{id:"se-irc",featureId:"sweden",type:"irc",name:"OpenStreetMap Sweden IRC",countryCodes:["se"],languageCodes:["sv"],description:"Join #osm.se on irc.oftc.net (port 6667)",url:"https://irc.openstreetmap.org/?chan=osm.se",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-mailinglist":{id:"se-mailinglist",featureId:"sweden",type:"mailinglist",name:"Talk-se Mailing List",countryCodes:["se"],languageCodes:["sv"],description:"A mailing list to discuss OpenStreetMap in Sweden",url:"https://lists.openstreetmap.org/listinfo/talk-se",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"se-twitter":{id:"se-twitter",featureId:"sweden",type:"twitter",name:"OpenStreetMap Sweden on Twitter",countryCodes:["se"],languageCodes:["sv"],description:"Follow us on Twitter: {url}",url:"https://twitter.com/openstreetmapse",contacts:[{name:"Talk-se-owner",email:"talk-se-owner@openstreetmap.org"}]},"Nottingham-OSM-pub-meetup":{id:"Nottingham-OSM-pub-meetup",featureId:"east_midlands_uk",type:"group",name:"East Midlands (Nottingham) Monthly pub meet-up",countryCodes:["gb"],languageCodes:["en"],description:"Social gathering for East Midlands mappers and users",extendedDescription:"A group have been meeting since March 2011, initially in Nottingham, and, more recently in Derby, and from time to time elsewhere in the East Midlands. These are social gatherings, but are an excellent place to come and ask specific questions about OSM either in the area or in general. In the summer months we usually do some light mapping for an hour in the vicinity of our meeting place. The group as a whole has a special interest in mapping public rights of way and from time to time has mapping meetings for this purpose.",url:"https://wiki.openstreetmap.org/wiki/Nottingham/Pub-meetup",contacts:[{name:"Jerry Clough",email:"SK53.osm@gmail.com"}]},"gb-mailinglist":{id:"gb-mailinglist",featureId:"united_kingdom",type:"mailinglist",name:"Talk-gb Mailing List",countryCodes:["gb"],languageCodes:["en","cy"],description:"Talk-gb is the main communication forum list for the British (including Northern Ireland) OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-gb",contacts:[{name:"UK mailing list",email:"talk-gb-owner@lists.openstreetmap.org"}]},"mappa-mercia-group":{id:"mappa-mercia-group",featureId:"england-west-midlands",type:"group",countryCodes:["gb"],languageCodes:["en"],name:"Mappa Mercia local group",description:"A home for OpenStreetMap enthusiasts in the Midlands",extendedDescription:"Mappa Mercia is a project to grow OpenStreetMap in the West Midlands, UK. We run community events, provide training and support local organisations wishing to open up their data.",url:"http://www.mappa-mercia.org/",contacts:[{name:"Brian Prangle",email:"community@mappa-mercia.org"}]},"gb-irc":{id:"gb-irc",featureId:"united_kingdom",type:"irc",name:"OpenStreetMap United Kingdom IRC",countryCodes:["gb"],languageCodes:["en","cy"],description:"Join #osm-gb on irc.oftc.net (port 6667)",extendedDescription:"Join #osm-gb on irc.oftc.net (port 6667), please be patient and wait for a few minutes if you ask a question",url:"https://irc.openstreetmap.org/?chan=osm-gb",contacts:[{name:"UK mailing list",email:"talk-gb-owner@lists.openstreetmap.org"}]},"OSM-CA-Slack":{id:"OSM-CA-Slack",featureId:"canada_full",type:"slack",countryCodes:["ca"],languageCodes:["en","fr"],name:"OSM-CA Slack",description:"All are welcome! Sign up at {signupUrl}.",signupUrl:"https://slackinviteosmcanada.herokuapp.com/",url:"https://osm-ca.slack.com/",contacts:[{name:"Denis Carriere",email:"carriere.denis@gmail.com"}]},"OSM-Vancouver-meetup":{id:"OSM-Vancouver-meetup",featureId:"vancouver_metro",type:"meetup",name:"OpenStreetMap Vancouver",countryCodes:["ca"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Vancouver, BC area",url:"https://www.meetup.com/OpenStreetMap-Vancouver/",contacts:[{name:"Paul Norman",email:"penorman@mac.com"},{name:"Peter Chin",email:"bpchin@gmail.com"}],events:[{name:"April Metrotown Mappy Hour",description:"Mappy Hour is the time and place for discussion of OpenStreetMap, from surveying data to consuming data. Beginners welcome. Bring your questions.",when:"2018-04-27 18:30",where:"Firefighters' Public House, 6515 Bonsor Avenue, Burnaby, BC",url:"https://www.meetup.com/OpenStreetMap-Vancouver/events/qzsbsmyxgbkc/"}]},"OSM-CU-telegram":{id:"OSM-CU-telegram",type:"telegram",featureId:"cuba",countryCodes:["cu"],languageCodes:["es"],name:"OSM Cuba on Telegram",description:"OpenStreetMap Cuba Telegram chat",url:"https://telegram.me/OSM_Cuba",contacts:[{name:"Talk-cu Owner",email:"talk-cu-owner@openstreetmap.org"}]},"OSM-NI-telegram":{id:"OSM-NI-telegram",type:"telegram",featureId:"nicaragua",countryCodes:["ni"],languageCodes:["es"],name:"OSM Nicaragua on Telegram",description:"OpenStreetMap Nicaragua Telegram chat",url:"https://telegram.me/MapaNica",contacts:[{name:"Talk-ni Owner",email:"talk-ni-owner@openstreetmap.org"}]},"Bay-Area-OpenStreetMappers":{id:"Bay-Area-OpenStreetMappers",featureId:"sf_bay_area",type:"meetup",name:"Bay Area OpenStreetMappers",countryCodes:["us"],languageCodes:["en"],description:"Improve OpenStreetMap in the Bay Area",extendedDescription:"This group is about growing the OpenStreetMap community here in the Bay Area. Our events are open to everyone, from open source enthusiasts, cyclists, GIS professionals, geocachers, and beyond. Anyone and everyone who is interested in maps, map making and free map data is welcome to join our group as well as attend our events.",url:"https://www.meetup.com/Bay-Area-OpenStreetMappers/",contacts:[{name:"Ben Discoe",email:"bdiscoe@gmail.com"}]},"Central-Pennsylvania-OSM":{id:"Central-Pennsylvania-OSM",featureId:"central_pa",type:"facebook",name:"Central Pennsylvania OSM",countryCodes:["us"],languageCodes:["en"],description:"Online mapping community based out of State College, PA",url:"https://www.facebook.com/CentralPennsylvaniaOSM",contacts:[{name:"Sterling Quinn",email:"sdq107@psu.edu"}]},"Code-for-San-Jose-Slack":{id:"Code-for-San-Jose-Slack",featureId:"south_sf_bay_area",type:"slack",countryCodes:["us"],languageCodes:["en"],name:"Code for San Jose Slack",description:"All are welcome! Sign up at {signupUrl}, then join the #osm channel.",signupUrl:"https://slackin-c4sj.herokuapp.com/",url:"https://codeforsanjose.slack.com/",contacts:[{name:"OSM Bay Area mailing list",email:"talk-us-sfbay@openstreetmap.org"}]},"Dallas-Fort-Worth-OSM":{id:"Dallas-Fort-Worth-OSM",featureId:"dfw_metro",type:"group",name:"Dallas-Fort Worth OSM",countryCodes:["us"],languageCodes:["en"],description:"The OpenStreetMap user group for Dallas-Fort Worth",extendedDescription:"Dallas, Fort Worth, and all the cities in between are abounding with creative and tech-savvy people. The vision for this usergroup is to find new ways to use the amazing resource of OSM.",url:"http://dfwosm.org/",contacts:[{name:"Andrew Matheny",email:"andrewdmatheny@gmail.com"}]},GeoPhilly:{id:"GeoPhilly",featureId:"philly_metro",type:"meetup",name:"GeoPhilly",countryCodes:["us"],languageCodes:["en"],description:"Meetup for map enthusiasts in the Philadelphia area",extendedDescription:"GeoPhilly unites developers, geographers, data geeks, open source enthusiasts, civic hackers and map addicts in our shared love of maps and the stories they tell. If you use maps as part of your work or just want to learn more, this is the meetup for you!  Our events aim to be open, friendly, educational and social and range from happy hours to lightning talks or even workshops. Come create a diverse, inspiring geospatial community in the Philadelphia with us!",url:"https://www.meetup.com/GeoPhilly/",contacts:[{name:"Dan Ford",email:"dford@azavea.com"}]},MapMinnesota:{id:"MapMinnesota",featureId:"minneapolis_st_paul_metro",type:"meetup",name:"MapMinnesota",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap enthusiasts in the Twin Cities area",extendedDescription:"Connecting OpenStreetMap enthusiasts in Minnesota and the Twin Cities!",url:"https://www.meetup.com/Map-Minnesota/",contacts:[{name:"Ian Dees",email:"ian.dees@gmail.com"}]},"Mapping-DC-meetup":{id:"Mapping-DC-meetup",featureId:"dc_metro",type:"meetup",name:"Mapping DC",countryCodes:["us"],languageCodes:["en"],description:"Improve OpenStreetMap in the DC area",extendedDescription:"We are a group of volunteer mappers who aim to improve the OpenStreetMap in the DC area. We also aim to teach others about the OSM ecosystem, data analytics, cartography, and GIS. We gather every other month at meetups to focus on one area of our city.",url:"https://mappingdc.org/",contacts:[{name:"Brian DeRocher",email:"brian@derocher.org"}],events:[{name:"April Meetup",description:"Meets every other month on the 2nd Tuesday",when:"2018-04-10 18:00",where:"Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC",url:"https://www.meetup.com/MappingDC/events/qqvnvhyxgbnb/"},{name:"June Meetup",description:"Meets every other month on the 2nd Tuesday",when:"2018-06-12 18:00",where:"Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC",url:"https://www.meetup.com/MappingDC/events/qqvnvhyxjbqb/"},{name:"August Meetup",description:"Meets every other month on the 2nd Tuesday",when:"2018-08-14 18:00",where:"Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC",url:"https://www.meetup.com/MappingDC/events/qqvnvhyxlbsb/"},{name:"October Meetup",description:"Meets every other month on the 2nd Tuesday",when:"2018-10-09 18:00",where:"Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC",url:"https://www.meetup.com/MappingDC/events/qqvnvhyxnbmb/"}]},"Maptime-ME-meetup":{id:"Maptime-ME-meetup",featureId:"portland_me",type:"meetup",name:"MaptimeME",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users, around Portland, ME",extendedDescription:"Maptime is, rather literally, time for mapmaking.  Our mission is to open the doors of cartographic possibility to anyone interested by creating a time and space for collaborative learning, exploration, and map creation using mapping tools and technologies.",url:"https://www.meetup.com/MaptimeME/",contacts:[{name:"Malcolm Toon",email:"malcolm@foreflight.com"}]},"us-ma-mailinglist":{id:"us-ma-mailinglist",featureId:"massachusetts",type:"mailinglist",name:"Talk-us-massachusetts Mailing List",countryCodes:["us"],languageCodes:["en"],description:"Email mailing list for the Massachusetts OSM community",url:"https://lists.openstreetmap.org/listinfo/talk-us-massachusetts",contacts:[{name:"Alan Bragg",email:"alan.ruth.bragg@gmail.com"}]},"OpenCleveland-meetup":{id:"OpenCleveland-meetup",featureId:"cleveland",type:"meetup",name:"Open Cleveland",countryCodes:["us"],languageCodes:["en"],description:"Improve OpenStreetMap in the Cleveland area",extendedDescription:"Open Geo Cleveland aims to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Northeast Ohio. We're also a maptime chapter =)",url:"https://www.meetup.com/open-cleveland/",contacts:[{name:"Will Skora",email:"skorasaurus@gmail.com"},{name:"Anastasia Diamond-Ortiz",email:"anastasia.diamond@gmail.com"}],events:[{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-04-18 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxgbxb/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-04-25 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxgbhc/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-02 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbdb/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-09 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbmb/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-16 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbvb/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-23 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbfc/"},{name:"Wednesday Meetup / Hack Night",description:"Meets weekly - programming experience is not necessary!",when:"2018-05-30 18:00",where:"The Tech Hive, 6815 Euclid Ave, Cleveland, OH",url:"https://www.meetup.com/open-cleveland/events/lcjdnpyxhbnc/"}]},"OSM-Boston":{id:"OSM-Boston",featureId:"boston_metro",type:"meetup",name:"OpenStreetMap Boston",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Boston area",extendedDescription:"OpenStreetMap is the free and open, wiki-style map of the world, with hundreds of thousands of contributions every day from people like you. Editing the map is simple, and fun! Join us both indoors and outdoors in our effort to create the best map of the Boston area and the rest of the world!",url:"https://www.meetup.com/OpenStreetMap-Boston/",contacts:[{name:"Lars Ahlzen",email:"lars@ahlzen.com"}]},"OSM-Central-Salish-Sea":{id:"OSM-Central-Salish-Sea",featureId:"mt_vernon_wa",type:"meetup",name:"OpenStreetMap Central Salish Sea",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users around Mount Vernon, WA",extendedDescription:"OpenStreetMap is an map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more. We meet all the time to talk maps, make maps and have fun!",url:"https://www.meetup.com/OpenStreetMap-Central-Salish-Sea/",contacts:[{name:"Clifford Snow",email:"clifford@snowandsnow.us"}]},"OSM-Chattanooga":{id:"OSM-Chattanooga",featureId:"chattanooga",type:"facebook",name:"OSM Chattanooga",countryCodes:["us"],languageCodes:["en"],description:"The OpenStreetMap user group for Chattanooga",url:"https://www.facebook.com/groups/123483951073256",contacts:[{name:"Jenny Park",email:"tennessee@tpl.org"},{name:"Randal Hale",email:"rjhale@northrivergeographic.com"}]},"OSM-Colorado":{id:"OSM-Colorado",featureId:"colorado",type:"meetup",name:"OpenStreetMap Colorado",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the state of Colorado, USA",extendedDescription:"OpenStreetMap (OSM) Colorado is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties.",url:"https://www.meetup.com/OSM-Colorado/",contacts:[{name:"Russell Deffner",email:"russdeffner@gmail.com"}]},"OSM-NYC":{id:"OSM-NYC",featureId:"nyc_metro",type:"meetup",name:"OpenStreetMap NYC",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area",url:"https://www.meetup.com/osm-nyc/",contacts:[{name:"Jeff Ferzoco",email:"jferzoco@carto.com"}]},"OSM-Portland-forum":{id:"OSM-Portland-forum",featureId:"portland_or",type:"forum",name:"OpenStreetMap PDX Google Group",countryCodes:["us"],languageCodes:["en"],description:"Forum and mailing list for OpenStreetMap users in the Portland area",extendedDescription:"This group is to facilitate improvements to OpenStreetMap in the Portland, Oregon area to support applications such as the Open Trip Planner.",url:"https://groups.google.com/group/osm-pdx",contacts:[{name:"Madeline Steele",email:"madeline.steele@gmail.com"}]},"OSM-Portland":{id:"OSM-Portland",featureId:"portland_or",type:"meetup",name:"OpenStreetMap Portland",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Portland area",extendedDescription:"OpenStreetMap (OSM) is a map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more, and come join us at a meetup to talk maps, contribute to OSM, and have fun!",url:"https://www.meetup.com/OpenStreetMap-Portland/",contacts:[{name:"Madeline Steele",email:"madeline.steele@gmail.com"}]},"OSM-Seattle":{id:"OSM-Seattle",featureId:"seattle",type:"meetup",name:"OpenStreetMap Seattle",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Seattle area",url:"https://www.meetup.com/OpenStreetMap-Seattle/",contacts:[{name:"Clifford Snow",email:"clifford@snowandsnow.us"},{name:"Chase Stephens",email:"seattlefyi@gmail.com"},{name:"Paul McCombs",email:"pablo@imperium.org"}]},"OSM-SoCal":{id:"OSM-SoCal",featureId:"la_metro",type:"meetup",name:"OpenStreetMap Southern California",countryCodes:["us"],languageCodes:["en"],description:"Let's have some fun, contribute something to Los Angeles, and learn about mapping!",extendedDescription:"OpenStreetMap (OSM) Southern California is for anyone interested in mapping to get together to work with OpenStreetMap.  OpenStreetMap, the Wikipedia of maps, is a free open-source map of the world being created by more than 1,000,000 volunteers around the globe.  Everyone is welcome.  If you don't know OpenStreetMap, we'll teach you. If you have an idea for a mapping project or even a field trip that the group can do, great!",url:"https://www.meetup.com/OSM-Southern-California/",contacts:[{name:"Charlotte Wolter",email:"techlady@techlady.com"}]},"OSM-South-Bay":{id:"OSM-South-Bay",featureId:"south_sf_bay_area",type:"meetup",name:"OSM South Bay",countryCodes:["us"],languageCodes:["en"],description:"Map Nights hosted by Code for San Jose",extendedDescription:"Code for San Jose, the local Code for America brigade, hosts monthly Map Nights on Thursday nights in downtown San José. Meet fellow South Bay mappers, help out with local mapping projects, and hear about other civic tech projects. Programming and GIS skills are not required.",url:"https://www.meetup.com/Code-for-San-Jose/",contacts:[{name:"OSM Bay Area mailing list",email:"talk-us-sfbay@openstreetmap.org"}]},"OSM-Tampa-Bay":{id:"OSM-Tampa-Bay",featureId:"tampa_bay",type:"meetup",name:"OpenStreetMap Tampa Bay",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Tampa Bay area",extendedDescription:"OSM Tampa Bay group for local residents to get together and build out the definitive map of Tampa Bay with OpenStreetMap, the free and editable map of the world.  If you're into maps, data, open source, GPS, hiking, cycling, et cetera, you'll love working with OpenStreetMap -- so join in! We'll get together and map and talk about new topics once-a-month or so.",url:"https://www.meetup.com/osmtampabay/",contacts:[{name:"Coleman McCormick",email:"cmccormick@gmail.com"}]},"OSM-US-Slack":{id:"OSM-US-Slack",featureId:"usa_full",type:"slack",countryCodes:["us"],languageCodes:["en"],name:"OpenStreetMap US Slack",description:"All are welcome! Sign up at {signupUrl}",signupUrl:"https://osmus-slack.herokuapp.com/",url:"https://osmus.slack.com",contacts:[{name:"Ian Dees",email:"ian@openstreetmap.us"},{name:"Clifford Snow",email:"clifford@snowandsnow.us"}]},"OSM-US":{id:"OSM-US",featureId:"usa_full",type:"group",countryCodes:["us"],languageCodes:["en"],name:"OpenStreetMap US",description:"We help grow and improve OpenStreetMap in the United States.",extendedDescription:"We support OpenStreetMap by holding annual conferences, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap US here: {signupUrl}",signupUrl:"https://www.openstreetmap.us/join",url:"https://www.openstreetmap.us/",contacts:[{name:"Ian Dees",email:"ian@openstreetmap.us"},{name:"Bryan Housel",email:"bryan@openstreetmap.us"}],events:[{id:"sotmus2018",i18n:true,name:"State of the Map US 2018",description:"Join the OpenStreetMap community at State of the Map US in Detroit, Michigan. Connect with other mappers, businesses, government agencies, and non profits, all collaborating around the free and editable map of the world.",where:"Detroit, Michigan",when:"2018-oct-05",url:"https://2018.stateofthemap.us/"}]},"OSM-Utah":{id:"OSM-Utah",featureId:"salt_lake_city",type:"meetup",name:"OpenStreetMap Utah",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Salt Lake City area",extendedDescription:"Activities may include things like Learn To Map workshops, mapping parties and outdoor data collection. The events will take place in the SLC area, at least initially.  We are looking for seasoned mappers as well as people new to OSM. Join and let's do some mapping!",url:"https://www.meetup.com/OpenStreetMap-Utah/",contacts:[{name:"Martijn van Exel",email:"m@rtijn.org"}]},"OSM-Wyoming":{id:"OSM-Wyoming",featureId:"wyoming",type:"meetup",name:"OpenStreetMap Wyoming",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the state of Wyoming",extendedDescription:"OpenStreetMap (OSM) Wyoming is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties.",url:"https://www.meetup.com/OSM-Wyoming/",contacts:[{name:"Russell Deffner",email:"russdeffner@gmail.com"}]},"PHXGeo-meetup":{id:"PHXGeo-meetup",featureId:"phoenix",type:"meetup",name:"PHXGeo Meetup",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users in the Phoenix, AZ area",extendedDescription:"This is a meetup group for those in the Phoenix area who like maps, GIS, OpenStreetMap, cartography and anything in between.",url:"https://www.meetup.com/PHXGeo/",contacts:[{name:"Ryan Arp",email:"ryan@arpconsultinggroup.com"}]},"PHXGeo-twitter":{id:"PHXGeo-twitter",featureId:"phoenix",type:"twitter",name:"PHXGeo Twitter",countryCodes:["us"],languageCodes:["en"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/phxgeo",contacts:[{name:"Ryan Arp",email:"ryan@arpconsultinggroup.com"}]},"Western-Slope-facebook":{id:"Western-Slope-facebook",featureId:"grand_junction_co",type:"facebook",name:"Western Slope OSM Facebook",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users around Grand Junction, CO",url:"https://www.facebook.com/wsosm/",contacts:[{name:"Aaron Young",email:"aaron@kaartgroup.com"}]},"Western-Slope-meetup":{id:"Western-Slope-meetup",featureId:"grand_junction_co",type:"meetup",name:"Western Slope OSM Meetup",countryCodes:["us"],languageCodes:["en"],description:"Mappers and OpenStreetMap users around Grand Junction, CO",extendedDescription:"The goal of this group is to introduce OpenStreetMap to the community, develop a community of mappers, create the most amazing geodata possible using whatever method we can and finally strategize in order to get this data out into our community. Imagine accurate trail signage! Imagine further development of bike paths! Imagine anything you want, that's the joy of OpenStreetMap!",url:"https://www.meetup.com/Western-Slope-OpenStreetMap/",contacts:[{name:"Aaron Young",email:"aaron@kaartgroup.com"}]},"Maptime-Australia-Slack":{id:"Maptime-Australia-Slack",featureId:"australia_full",type:"slack",countryCodes:["au"],languageCodes:["en"],name:"Maptime Australia Slack",description:"Sign up at {signupUrl}",signupUrl:"https://bit.ly/maptimeau",url:"https://maptimeaustralia.slack.com",contacts:[{name:"David Dean",email:"ddean@ieee.org"},{name:"Philip Mallis",email:"philip.mallis@unimelb.edu.au"},{name:"Edoardo Neerhut",email:"ed@mapillary.com"}]},"talk-au":{id:"talk-au",featureId:"australia_full",type:"mailinglist",countryCodes:["au"],languageCodes:["en"],name:"Talk-au Mailing List",description:"Place for Aussie mappers to chat",url:"https://lists.openstreetmap.org/listinfo/talk-au",contacts:[{name:"Ben Kelley",email:"ben.kelley@gmail.com"},{name:"Steve Bennett",email:"stevagewp@gmail.com"},{name:"Ian Sergeant",email:"inas66+osm@gmail.com"}]},"OSM-AR-facebook":{id:"OSM-AR-facebook",featureId:"argentina",type:"facebook",name:"OpenStreetMap Argentina Facebook",countryCodes:["ar"],languageCodes:["es"],description:"Join the OpenStreetMap Argentina community on Facebook",extendedDescription:"News from the local community",url:"https://www.facebook.com/OpenStreetMapArgentina/",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-forum":{id:"OSM-AR-forum",featureId:"argentina",type:"forum",name:"OpenStreetMap Argentina web forum",countryCodes:["ar"],languageCodes:["es"],description:"Join the OpenStreetMap Argentina web forum",extendedDescription:"Ideal for long or important discussions. Slow response time.",url:"https://forum.openstreetmap.org/viewforum.php?id=49",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-irc":{id:"OSM-AR-irc",featureId:"argentina",type:"irc",name:"OpenStreetMap Argentina IRC",countryCodes:["ar"],languageCodes:["es"],description:"Join #osm-ar on irc.oftc.net (port 6667)",extendedDescription:"You may find the most geeky user in the community.",url:"https://irc.openstreetmap.org/?chan=osm-ar",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-mailinglist":{id:"OSM-AR-mailinglist",featureId:"argentina",type:"mailinglist",name:"Talk-ar Mailing List",countryCodes:["ar"],languageCodes:["es"],description:"Historic mailing list. Almost unused today.",url:"https://lists.openstreetmap.org/pipermail/talk-ar/",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-telegram":{id:"OSM-AR-telegram",featureId:"argentina",type:"telegram",name:"OpenStreetMap Argentina Telegram",countryCodes:["ar"],languageCodes:["es"],description:"Join the OpenStreetMap Argentina community on Telegram",extendedDescription:"The most active channel in the community, ideal for chatting and getting answers to your questions instantly. Everyone is welcome!",url:"https://telegram.me/osm_ar",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-AR-twitter":{id:"OSM-AR-twitter",featureId:"argentina",type:"twitter",name:"OpenStreetMap Argentina Twitter",countryCodes:["ar"],languageCodes:["es"],description:"Follow us on Twitter at {url}",extendedDescription:"News from the local community and OpenStreetMap in general.",url:"https://twitter.com/OpenStreetMapAr",contacts:[{name:"OpenStreetMap Argentina",email:"openstreetmap.org.ar@gmail.com"}]},"OSM-BO-mailinglist":{id:"OSM-BO-mailinglist",featureId:"bolivia",type:"mailinglist",name:"Talk-bo Mailing List",countryCodes:["bo"],languageCodes:["es"],description:"Talk-bo is the official mailing list for the Bolivian OpenStreetMap community",extendedDescription:"Mapping in Bolivia? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",url:"https://lists.openstreetmap.org/pipermail/talk-bo/",contacts:[{name:"Marco Antonio",email:"marcoantoniofrias@gmail.com"}]},"Bahia-telegram":{id:"Bahia-telegram",featureId:"bahia",type:"telegram",name:"OpenStreetMap Bahia Telegram Group",countryCodes:["br"],languageCodes:["pt"],description:"Join the OpenStreetMap Bahia community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://t.me/OSMBA",contacts:[{name:"Wille Marcel",email:"wille@wille.blog.br"}]},"DF-telegram":{id:"DF-telegram",featureId:"df_br",type:"telegram",name:"OpenStreetMap Brasília Telegram Group",countryCodes:["br"],languageCodes:["pt"],description:"Join the OpenStreetMap Brasília community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://t.me/osmbsb",contacts:[{name:"Wille Marcel",email:"wille@wille.blog.br"}]},"OSM-br-mailinglist":{id:"OSM-br-mailinglist",featureId:"brazil",type:"mailinglist",name:"Talk-br Mailing List",countryCodes:["br"],languageCodes:["pt"],description:"A mailing list to discuss OpenStreetMap in Brazil",url:"https://lists.openstreetmap.org/pipermail/talk-br/",contacts:[{name:"Arlindo Pereira",email:"nighto@gmail.com"}]},"OSM-br-telegram":{id:"OSM-br-telegram",featureId:"brazil",type:"telegram",name:"OpenStreetMap Brasil Telegram",countryCodes:["br"],languageCodes:["pt"],description:"Join the OpenStreetMap Brasil community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://t.me/OSMBrasil_Comunidade",contacts:[{name:"Vitor George",email:"vitor.george@gmail.com"}],events:[{id:"webinar_mundogeo",name:"Webinar: OpenStreetMap em Prefeituras e Empresas",description:"Participe do webinar sobre como utilizar o OpenStreeMap em prefeituras e empresas.",where:"Online",when:"2018-05-02 14:30",url:"http://mundogeo.com/webinar/webinar.html"},{id:"mundogeo",name:"Painel OpenStreetMap no MundoGeo #connect",description:"Participe do painel sobre o OpenStreetMap no MundoGeo #connect.",where:"São Paulo, SP, Brasil",when:"2018-05-16 11:00",url:"http://mundogeoconnect.com/2018/atividades-especiais/"}]},"OSM-br-twitter":{id:"OSM-br-twitter",featureId:"brazil",type:"twitter",name:"OpenStreetMap Brasil Twitter",countryCodes:["br"],languageCodes:["pt"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/OpenStreetMapBR",contacts:[{name:"Wille Marcel",email:"wille@wille.blog.br"}]},"OSM-CL-facebook":{id:"OSM-CL-facebook",featureId:"chile",type:"facebook",name:"OpenStreetMap Chile Facebook",countryCodes:["cl"],languageCodes:["es"],description:"Join the OpenStreetMap Chile community on Facebook",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://www.facebook.com/OpenStreetMap-Chile-145127198882915/",contacts:[{name:"Julio Costa",email:"julio.costa@openstreetmap.cl"}]},"OSM-CL-mailinglist":{id:"OSM-CL-mailinglist",featureId:"chile",type:"mailinglist",name:"Talk-cl Mailing List",countryCodes:["cl"],languageCodes:["es"],description:"A mailing list to discuss OpenStreetMap in Chile",url:"https://lists.openstreetmap.org/pipermail/talk-cl/",contacts:[{name:"Julio Costa",email:"julio.costa@openstreetmap.cl"}]},"OSM-CL-telegram":{id:"OSM-CL-telegram",featureId:"chile",type:"telegram",name:"OpenStreetMap Chile Telegram",countryCodes:["cl"],languageCodes:["es"],description:"Join the OpenStreetMap Chile community on Telegram",extendedDescription:"Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!",url:"https://t.me/OSMcl",contacts:[{name:"Julio Costa",email:"julio.costa@openstreetmap.cl"}]},"OSM-CL-twitter":{id:"OSM-CL-twitter",featureId:"chile",type:"twitter",name:"OpenStreetMap Chile Twitter",countryCodes:["cl"],languageCodes:["es"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/osmCL",contacts:[{name:"Julio Costa",email:"julio.costa@openstreetmap.cl"}]},"Maptime-Bogota":{id:"Maptime-Bogota",featureId:"bogota",type:"meetup",name:"Maptime Bogotá",countryCodes:["co"],languageCodes:["es"],description:"We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.",extendedDescription:"Learn to collect data in the field and digitize onto OpenStreetMap.  It is not necessary to have previous knowledge! You just need the desire to participate, learn, and have fun.",url:"https://www.meetup.com/Maptime-Colombia-OSM/",contacts:[{name:"Andrés Gómez Casanova",email:"angoca@gmail.com"}]},"OSM-CO-facebook":{id:"OSM-CO-facebook",featureId:"colombia",type:"facebook",name:"OpenStreetMap Colombia Facebook",countryCodes:["co"],languageCodes:["es"],description:"Join the OpenStreetMap Colombia community on Facebook",extendedDescription:"Join the community to learn more about OpenStreetMap. Everyone is welcome!",url:"https://www.facebook.com/groups/OsmCol/",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-CO-mailinglist":{id:"OSM-CO-mailinglist",featureId:"colombia",type:"mailinglist",name:"Talk-co Mailing List",countryCodes:["co"],languageCodes:["es"],description:"A mailing list to discuss OpenStreetMap in Colombia",url:"https://lists.openstreetmap.org/pipermail/talk-co/",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-CO-telegram":{id:"OSM-CO-telegram",type:"telegram",featureId:"colombia",countryCodes:["co"],languageCodes:["es"],name:"OSM Colombia on Telegram",description:"OpenStreetMap Colombia Telegram chat",url:"https://telegram.me/osmco",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-CO-twitter":{id:"OSM-CO-twitter",featureId:"colombia",type:"twitter",name:"OpenStreetMap Colombia Twitter",countryCodes:["co"],languageCodes:["es"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/OpenStreetMapCo",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-CO":{id:"OSM-CO",featureId:"colombia",type:"group",countryCodes:["co"],languageCodes:["es"],name:"OpenStreetMap Colombia",description:"News of the OpenStreetMap Colombia community and the OSMCo Foundation",url:"https://blog.openstreetmap.co/s657",contacts:[{name:"Fredy Rivera",email:"fredyrivera@gmail.com"}]},"OSM-EC-telegram":{id:"OSM-EC-telegram",type:"telegram",featureId:"ecuador",languageCodes:["es"],countryCodes:["ec"],name:"OSM Ecuador on Telegram",description:"OpenStreetMap Ecuador Telegram chat",url:"https://telegram.me/MappingEcuador",contacts:[{name:"Talk-ec Owner",email:"talk-ec-owner@openstreetmap.org"}]},"OSM-PY-telegram":{id:"OSM-PY-telegram",type:"telegram",featureId:"paraguay",languageCodes:["es"],countryCodes:["py"],name:"OSM Paraguay on Telegram",description:"OpenStreetMap Paraguay Telegram chat",url:"https://telegram.me/osm_py",contacts:[{name:"Talk-py Owner",email:"talk-py-owner@openstreetmap.org"}]},"OSM-PE-facebook":{id:"OSM-PE-facebook",featureId:"peru",type:"facebook",name:"OpenStreetMap Peru Facebook",countryCodes:["pe"],languageCodes:["es"],description:"Join the OpenStreetMap Peru community on Facebook",url:"https://www.facebook.com/Osmpe",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE-mailinglist":{id:"OSM-PE-mailinglist",featureId:"peru",type:"mailinglist",name:"Talk-pe Mailing List",countryCodes:["pe"],languageCodes:["es"],description:"The official mailing list for the OpenStreetMap Peru community",url:"https://lists.openstreetmap.org/pipermail/talk-pe/",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE-matrix":{id:"OSM-PE-matrix",featureId:"peru",type:"matrix",name:"OpenStreetMap Peru Matrix Chat",countryCodes:["pe"],languageCodes:["es"],description:"Chat with other members of the OpenStreetMap Peru community in Matrix.",url:"https://matrix.to/#/#osmpe:matrix.org",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE-telegram":{id:"OSM-PE-telegram",featureId:"peru",type:"telegram",name:"OpenStreetMap Peru Telegram",countryCodes:["pe"],languageCodes:["es"],description:"Join the OpenStreetMap Peru community on Telegram",url:"https://telegram.me/osmPe",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE-twitter":{id:"OSM-PE-twitter",featureId:"peru",type:"twitter",name:"OpenStreetMap Peru Twitter",countryCodes:["pe"],languageCodes:["es"],description:"Follow us on Twitter at {url}",url:"https://twitter.com/osmpe",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-PE":{id:"OSM-PE",featureId:"peru",type:"group",name:"OpenStreetMap Peru",countryCodes:["ar"],languageCodes:["es"],description:"News and resources for the OpenStreetMap Peru community",url:"http://osmpe.ourproject.org/",contacts:[{name:"Diego Sangunietti",email:"diego.sanguinetti@hotmail.com"},{name:"Ruben Lopez M.",email:"rub2106@gmail.com"}]},"OSM-Facebook":{id:"OSM-Facebook",type:"facebook",languageCodes:["en"],name:"OpenStreetMap on Facebook",description:"Like us on Facebook for news and updates about OpenStreetMap.",url:"https://www.facebook.com/OpenStreetMap",contacts:[{name:"Harry Wood",email:"mail@harrywood.co.uk"}]},"OSM-help":{id:"OSM-help",type:"forum",languageCodes:["en"],name:"OpenStreetMap Help",description:"Ask a question and get answers on OSM's community-driven question and answer site.",extendedDescription:"{url} is for everyone who needs help with OpenStreetMap.  Whether you are a beginner mapper or have a technical question, we're here to help!",url:"https://help.openstreetmap.org/",contacts:[{name:"OSMF Operations",email:"operations@osmfoundation.org"}]},"OSM-Reddit":{id:"OSM-Reddit",type:"reddit",languageCodes:["en"],name:"OpenStreetMap on Reddit",description:"/r/openstreetmap/ is a great place to learn more about OpenStreetMap.  Ask us anything!",url:"https://www.reddit.com/r/openstreetmap/",contacts:[{name:"Serge Wroclawski",email:"emacsen@gmail.com"}]},"OSM-Telegram":{id:"OSM-Telegram",type:"telegram",languageCodes:["en"],name:"OpenStreetMap Telegram",description:"Join the OpenStreetMap Telegram global supergroup at {url}",url:"https://t.me/OpenStreetMapOrg",contacts:[{name:"Max N",email:"abonnements@revolwear.com"}]},"OSM-Twitter":{id:"OSM-Twitter",type:"twitter",languageCodes:["en"],name:"OpenStreetMap Twitter",description:"Follow us on Twitter at {url}",url:"https://twitter.com/openstreetmap",contacts:[{name:"Harry Wood",email:"mail@harrywood.co.uk"}]},OSMF:{id:"OSMF",type:"group",languageCodes:["en","nl","fr","it","jp","ru"],name:"OpenStreetMap Foundation",description:"OSMF is a UK-based not-for-profit that supports the OpenStreetMap Project",extendedDescription:"OSMF supports the OpenStreetMap by fundraising, maintaining the servers which power OSM, organizing the annual State of the Map conference, and coordinating the volunteers who keep OSM running. You can show your support and have a voice in the direction of OpenStreetMap by joining as an OSMF member here: {signupUrl}",url:"https://wiki.osmfoundation.org/wiki/Main_Page",signupUrl:"https://join.osmfoundation.org/",contacts:[{name:"OSMF Board",email:"board@osmfoundation.org"}],events:[{id:"sotm2018",i18n:true,name:"State of the Map 2018",description:"Join us for 3 days in Milan, Italy for the annual worldwide OpenStreetMap conference, bringing together everyone in the community to socialize, share, and learn.",where:"Milan, Italy",when:"2018-jul-28",url:"https://2018.stateofthemap.org/"}]}};
 
-  var dataImagery = [{id:"sjcgis.org-Aerials_2013_WM",name:"2013 aerial imagery for San Juan County WA",type:"tms",template:"https://sjcgis.org/arcgis/rest/services/Basemaps/Aerials_2013_WM/MapServer/tile/{zoom}/{y}/{x}",endDate:"2013-06-01T00:00:00.000Z",startDate:"2013-05-01T00:00:00.000Z",scaleExtent:[0,19],polygon:[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],terms_url:"https://www.arcgis.com/home/item.html?id=7bf69831861d438d8365cf9f46662523",terms_text:"Pictometry Inc, San Juan County GIS",description:"Public domain aerial imagery taken in May/June 2013 from San Juan County, WA. Resolution is 9 inch."},{id:"sjcgis.org-Aerials_2016_WM",name:"2016 aerial imagery for San Juan County WA",type:"tms",template:"https://sjcgis.org/arcgis/rest/services/Basemaps/Aerials_2016_WM/MapServer/tile/{zoom}/{y}/{x}",endDate:"2016-07-01T00:00:00.000Z",startDate:"2016-05-01T00:00:00.000Z",scaleExtent:[0,19],polygon:[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],best:true,description:"Public domain aerial imagery taken in May, June, and July from San Juan County, WA. Resolution is 6 inch countywide."},{id:"OS7",name:"7th Series (OS7)",type:"tms",template:"https://ooc.openstreetmap.org/os7/{zoom}/{x}/{y}.jpg",scaleExtent:[6,14],polygon:[[[-3.04697,54.83947],[-3.05864,55.24157],[-4.04466,55.23296],[-4.07076,55.63654],[-4.61904,55.6253],[-4.64926,56.02834],[-4.48961,56.03217],[-4.52394,56.4367],[-3.86751,56.44581],[-3.84176,56.04944],[-3.44591,56.04982],[-3.43492,55.64429],[-2.79497,55.65049],[-2.80802,56.05749],[-3.20661,56.05327],[-3.21417,56.45682],[-3.73808,56.45075],[-3.74185,56.86175],[-5.07669,56.83171],[-5.03652,56.42949],[-5.16012,56.42493],[-5.12991,56.01798],[-5.92607,55.99456],[-5.85518,55.23335],[-5.2281,55.25136],[-5.21024,55.02765],[-4.65956,55.04181],[-4.64548,54.81633],[-3.04697,54.83947]],[[-1.74835,57.76428],[-1.74065,57.36],[-2.58022,57.35537],[-2.57437,57.04526],[-2.08408,57.04799],[-2.07651,56.64276],[-2.7345,56.63906],[-2.73781,56.81718],[-3.23885,56.81437],[-3.24896,57.35168],[-3.75629,57.34889],[-3.76219,57.65868],[-4.76587,57.64473],[-4.81008,58.26984],[-5.2511,58.26547],[-5.27376,58.66767],[-3.55818,58.69887],[-3.56607,58.9316],[-3.37656,58.93444],[-3.38584,59.20171],[-3.18713,59.20215],[-3.18747,59.24176],[-3.06757,59.24203],[-3.07855,59.42135],[-2.37131,59.42763],[-2.36856,59.0222],[-2.67893,59.02078],[-2.67343,58.83935],[-2.86569,58.83651],[-2.8602,58.53531],[-3.03461,58.53316],[-3.0195,58.13159],[-3.6156,58.11982],[-3.61276,57.97754],[-3.71092,57.97562],[-3.69932,57.75364],[-1.74835,57.76428]],[[-7.07492,56.76319],[-7.73471,56.73566],[-7.7911,57.13994],[-7.70662,57.14343],[-7.76299,57.54311],[-7.60218,57.54968],[-7.62134,57.68452],[-7.72499,57.6803],[-7.73017,57.71673],[-7.60264,57.72191],[-7.59964,57.70083],[-7.48634,57.70544],[-7.49528,57.76813],[-7.37493,57.77301],[-7.39337,57.90201],[-7.23591,57.90838],[-7.24323,57.95948],[-7.13916,57.96369],[-7.14508,58.00495],[-7.23742,58.00122],[-7.23297,57.97018],[-7.31133,57.96702],[-7.31538,57.99525],[-7.24904,57.99792],[-7.28082,58.21856],[-7.07355,58.22687],[-7.0827,58.29018],[-6.80743,58.30119],[-6.82768,58.44074],[-6.50305,58.45366],[-6.51532,58.53792],[-6.16474,58.55184],[-6.10631,58.14894],[-6.33469,58.13976],[-6.27759,57.74145],[-6.96138,57.71366],[-6.93332,57.51615],[-7.10017,57.50933],[-7.05218,57.169],[-7.13111,57.16575],[-7.07492,56.76319]],[[0.41076,50.82087],[0.98102,50.80612],[0.99437,51.01173],[1.45062,50.99998],[1.47712,51.40552],[0.89619,51.42035],[0.88243,51.21039],[0.505,51.22007],[0.52273,51.49042],[-0.63397,51.51063],[-0.63671,51.44563],[-1.09951,51.45248],[-1.11485,51.04814],[-0.52987,51.0394],[-0.52751,51.10203],[0.42806,51.08778],[0.41076,50.82087]],[[-5.39457,51.9619],[-4.79581,51.98051],[-4.78873,51.89403],[-4.20265,51.91228],[-4.22941,52.23828],[-3.6552,52.25602],[-3.62228,51.85483],[-4.21342,51.8364],[-4.18551,51.49342],[-4.77661,51.47485],[-4.78476,51.57525],[-5.08799,51.56574],[-5.09422,51.64242],[-5.3678,51.63385],[-5.39457,51.9619]],[[-1.2389,54.03537],[-0.62779,54.02811],[-0.62004,54.25257],[-0.57268,54.25201],[-0.55865,54.65542],[-1.17998,54.66269],[-1.18782,54.43788],[-1.23221,54.4384],[-1.2389,54.03537]],[[-2.67227,50.97677],[-2.09961,50.98023],[-2.10572,51.37949],[-1.58877,51.38259],[-1.59499,51.78589],[-2.17563,51.78891],[-2.17154,51.38392],[-2.67846,51.38088],[-2.67227,50.97677]],[[-2.60155,53.27155],[-3.22973,53.2685],[-3.23522,53.67231],[-2.60704,53.67533],[-2.60155,53.27155]],[[-0.03942,51.7728],[-0.61563,51.77577],[-0.60465,52.58414],[-0.02843,52.58122],[-0.03942,51.7728]],[[-2.91529,54.03523],[-3.53229,54.02866],[-3.54484,54.43397],[-2.92785,54.44047],[-2.91529,54.03523]],[[-6.30583,57.19689],[-6.3539,57.60015],[-5.69111,57.62295],[-5.64305,57.21995],[-6.30583,57.19689]],[[1.17115,52.57236],[1.19865,52.97594],[1.79788,52.96106],[1.77037,52.55734],[1.17115,52.57236]],[[-2.40225,55.56317],[-2.40088,55.9657],[-1.76084,55.96501],[-1.76222,55.56248],[-2.40225,55.56317]],[[-6.32574,56.38537],[-7.0196,56.35747],[-7.07316,56.76384],[-6.3793,56.79145],[-6.32574,56.38537]],[[-2.42258,54.4431],[-2.42574,54.84188],[-1.79931,54.84354],[-1.79614,54.44477],[-2.42258,54.4431]],[[-3.02701,51.37935],[-3.60589,51.37017],[-3.62237,51.77304],[-3.04349,51.78215],[-3.02701,51.37935]],[[-3.05379,52.18979],[-3.06615,52.59374],[-2.48364,52.60034],[-2.47128,52.19646],[-3.05379,52.18979]],[[-5.67673,51.70425],[-5.67886,51.73101],[-5.4636,51.7376],[-5.46146,51.71084],[-5.67673,51.70425]],[[-5.84427,59.10882],[-5.8469,59.13578],[-5.79558,59.1371],[-5.79294,59.11014],[-5.84427,59.10882]],[[-8.64844,57.77861],[-8.66597,57.87717],[-8.46649,57.88721],[-8.44897,57.78867],[-8.64844,57.77861]],[[-4.52711,59.01532],[-4.52859,59.03319],[-4.47623,59.03434],[-4.47475,59.01646],[-4.52711,59.01532]],[[-7.68062,58.25838],[-7.68655,58.2938],[-7.53445,58.30084],[-7.52852,58.26542],[-7.68062,58.25838]],[[-6.19102,59.08009],[-6.19546,59.11586],[-6.12542,59.11815],[-6.12099,59.08238],[-6.19102,59.08009]],[[-4.42669,59.07112],[-4.42805,59.0887],[-4.37621,59.08976],[-4.37485,59.07218],[-4.42669,59.07112]]]},{id:"ACT2017",name:"ACTmapi Imagery 2017",type:"wms",template:"https://data.actmapi.act.gov.au/arcgis/services/actmapi/imagery2017mga/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2017-05-01T00:00:00.000Z",startDate:"2017-05-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[149.085,-35.1171],[149.1509,-35.1157],[149.1509,-35.1335],[149.1736,-35.1335],[149.1739,-35.1512],[149.1957,-35.1512],[149.1962,-35.1689],[149.2177,-35.1683],[149.2192,-35.2048],[149.241,-35.2043],[149.2419,-35.2223],[149.2632,-35.2222],[149.2644,-35.2575],[149.3085,-35.2571],[149.309,-35.2751],[149.3531,-35.2742],[149.3536,-35.2921],[149.3974,-35.2917],[149.3988,-35.3452],[149.3777,-35.3457],[149.3772,-35.3641],[149.3341,-35.3648],[149.3385,-35.5451],[149.1624,-35.5487],[149.1727,-35.9271],[149.0175,-35.9294],[149.0172,-35.9113],[148.9506,-35.9125],[148.9499,-35.8946],[148.9277,-35.8949],[148.9272,-35.8768],[148.9053,-35.8768],[148.9042,-35.8586],[148.8826,-35.859],[148.8805,-35.7695],[148.8361,-35.7698],[148.8359,-35.7521],[148.8138,-35.7524],[148.8131,-35.7343],[148.7909,-35.7347],[148.7911,-35.7167],[148.7688,-35.7167],[148.7617,-35.3924],[148.7839,-35.3921],[148.7822,-35.3022],[148.8041,-35.302],[148.8033,-35.2836],[148.8474,-35.2832],[148.8469,-35.2652],[148.8689,-35.2643],[148.8687,-35.2466],[148.9128,-35.246],[148.9123,-35.2282],[148.9341,-35.228],[148.9329,-35.1919],[148.999,-35.1904],[148.9986,-35.1724],[149.0206,-35.172],[149.0204,-35.154],[149.0637,-35.1532],[149.0635,-35.1355],[149.0857,-35.1348],[149.085,-35.1171]]],terms_url:"https://actmapi-actgov.opendata.arcgis.com/datasets/884456bde6fd46d68e0c05479f55d548",terms_text:"© Jacobs Group (Australia) Pty Ltd and Australian Capital Territory",best:true},{id:"AGIV10cm",name:"AGIV Flanders 2013-2015 aerial imagery 10cm",type:"wms",template:"https://geoservices.informatievlaanderen.be/raadpleegdiensten/OGW/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OGWRGB13_15VL&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],terms_text:"Orthophoto Flanders © AGIV",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/BE_GRB_Flanders_TMS.png"},{id:"AGIVFlandersGRB",name:"AGIV Flanders GRB",type:"tms",template:"https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=grb_bsk&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}",scaleExtent:[0,21],polygon:[[[4.40434,50.78177],[4.45538,50.79328],[4.40268,50.8961],[4.331,50.90094],[4.27142,50.82002],[4.30648,50.81244],[4.36348,50.77251],[4.40434,50.78177],[4.43104,50.73831],[4.31859,50.72022],[4.29031,50.69402],[4.14853,50.72834],[3.95877,50.68947],[3.9097,50.69245],[3.89113,50.74333],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.54139,50.73377],[3.54062,50.76307],[3.46005,50.76556],[3.3522,50.70614],[3.30562,50.75466],[3.17839,50.75609],[3.15329,50.78564],[3.02008,50.77312],[2.99943,50.81035],[2.91648,50.75356],[2.85476,50.75745],[2.86521,50.70565],[2.78473,50.7369],[2.713,50.81534],[2.63518,50.8129],[2.59909,50.85306],[2.59031,50.91893],[2.63262,50.94575],[2.57372,51.00842],[2.54165,51.09345],[3.15582,51.32714],[3.18307,51.37128],[3.23443,51.34669],[3.36356,51.37228],[3.38101,51.27446],[3.44201,51.24313],[3.52759,51.24604],[3.51511,51.28753],[3.58984,51.30577],[3.7783,51.26235],[3.79088,51.21429],[3.92412,51.21938],[4.16613,51.2929],[4.26163,51.37647],[4.42065,51.36473],[4.39108,51.45149],[4.54747,51.48571],[4.53541,51.42303],[4.64953,51.42758],[4.76359,51.5088],[4.84188,51.48074],[4.8383,51.42174],[4.89366,51.41698],[4.92785,51.39544],[5.02894,51.48789],[5.08018,51.46948],[5.10202,51.42892],[5.07117,51.3935],[5.13109,51.35137],[5.13448,51.31547],[5.20031,51.32172],[5.24189,51.30534],[5.23036,51.26436],[5.34828,51.27492],[5.41741,51.26229],[5.4863,51.30197],[5.5556,51.26986],[5.56045,51.22233],[5.76027,51.18505],[5.85578,51.14463],[5.75909,51.03588],[5.72665,50.91307],[5.64522,50.8372],[5.68732,50.804],[5.47863,50.72352],[5.41196,50.72368],[5.38908,50.74775],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.05642,50.71567],[5.00339,50.76594],[4.92545,50.74275],[4.90869,50.76968],[4.83106,50.77028],[4.76014,50.80544],[4.64309,50.79755],[4.65486,50.7552],[4.62021,50.74348],[4.59727,50.76359],[4.52399,50.72724],[4.49455,50.75679],[4.43104,50.73831],[4.40434,50.78177]],[[5.67393,50.75373],[5.88438,50.70114],[5.94172,50.76524],[5.76662,50.78761],[5.67393,50.75373]],[[4.91171,51.43492],[4.93711,51.42614],[4.95891,51.45471],[4.92801,51.46049],[4.91171,51.43492]]],terms_text:"GRB Flanders © AGIV",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/BE_GRB_Flanders_TMS.png"},{id:"AGIV",name:"AGIV Flanders most recent aerial imagery",type:"tms",template:"https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}",scaleExtent:[0,21],polygon:[[[4.7737,50.79368],[4.8379,50.75916],[4.92511,50.73483],[4.98862,50.76264],[5.036,50.73527],[5.0645,50.69875],[5.1644,50.69005],[5.19393,50.71179],[5.3086,50.71245],[5.36422,50.74396],[5.43391,50.70766],[5.54378,50.74396],[5.61141,50.73527],[5.71166,50.73505],[5.77105,50.74092],[5.81946,50.70484],[5.89568,50.70614],[5.9204,50.72831],[5.91971,50.74504],[5.89843,50.77675],[5.81569,50.76351],[5.77517,50.79216],[5.69552,50.79737],[5.69072,50.82319],[5.66325,50.82904],[5.65467,50.86481],[5.72368,50.9012],[5.77174,50.95443],[5.75114,50.97368],[5.78273,51.00048],[5.78032,51.0523],[5.80848,51.05338],[5.80951,51.07668],[5.84315,51.09372],[5.84418,51.1101],[5.82599,51.11851],[5.86959,51.14953],[5.8277,51.17365],[5.792,51.16891],[5.7738,51.19344],[5.666,51.1928],[5.64059,51.21065],[5.5709,51.22829],[5.56231,51.27535],[5.49811,51.30605],[5.47099,51.30219],[5.45794,51.2893],[5.43048,51.28823],[5.41434,51.27363],[5.36593,51.282],[5.33641,51.28265],[5.32577,51.26718],[5.24337,51.27406],[5.24989,51.31335],[5.20972,51.32794],[5.14174,51.31914],[5.14209,51.35367],[5.08647,51.39482],[5.11565,51.43615],[5.08853,51.47508],[5.05214,51.47636],[5.04561,51.4939],[5.02364,51.4939],[5.01609,51.48663],[4.82966,51.48663],[4.83001,51.50009],[4.76855,51.51099],[4.74727,51.50394],[4.658,51.4492],[4.65663,51.43144],[4.53956,51.43379],[4.55466,51.48171],[4.5296,51.48748],[4.46368,51.48235],[4.37167,51.45562],[4.37751,51.40553],[4.4139,51.37511],[4.39776,51.36118],[4.34798,51.36675],[4.34627,51.38497],[4.20344,51.38111],[4.2213,51.3511],[4.15641,51.29832],[4.05101,51.25193],[4.00638,51.25279],[3.95144,51.22205],[3.88484,51.22936],[3.81926,51.21797],[3.80038,51.22872],[3.80107,51.26074],[3.74442,51.28007],[3.63593,51.29746],[3.58615,51.31378],[3.5065,51.28308],[3.51371,51.25021],[3.43921,51.25064],[3.39766,51.27513],[3.37329,51.31678],[3.39114,51.34274],[3.3623,51.37961],[3.24283,51.35474],[3.20266,51.37039],[3.15631,51.35196],[3.14223,51.33051],[2.53318,51.09092],[2.56476,50.9968],[2.61832,50.9527],[2.57781,50.91852],[2.5936,50.88431],[2.58948,50.85051],[2.6245,50.80757],[2.71033,50.8054],[2.78449,50.71853],[2.87375,50.69983],[2.86483,50.74765],[2.92525,50.75156],[2.97263,50.77024],[2.97332,50.79889],[3.00078,50.79759],[3.01383,50.76676],[3.09863,50.76611],[3.13537,50.78196],[3.16832,50.75004],[3.30428,50.74613],[3.31561,50.71484],[3.3678,50.70179],[3.44848,50.75091],[3.53293,50.75156],[3.53328,50.72549],[3.63902,50.7131],[3.69086,50.7672],[3.75163,50.76177],[3.7712,50.73874],[3.87729,50.73983],[3.87969,50.70418],[3.9202,50.68352],[3.99951,50.682],[4.06749,50.68961],[4.16018,50.72049],[4.17632,50.70331],[4.24739,50.68222],[4.31708,50.69418],[4.31846,50.70962],[4.38403,50.71027],[4.38437,50.72353],[4.47226,50.74743],[4.52617,50.71853],[4.55226,50.73766],[4.64908,50.73722],[4.6532,50.78717],[4.72426,50.78218],[4.73731,50.79585],[4.7737,50.79368]]],terms_text:"Orthophoto Flanders most recent © AGIV",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/BE_GRB_Flanders_TMS.png"},{id:"AGRI-black_and_white-2.5m",name:"AGRI black-and-white 2.5m",type:"tms",template:"https://{switch:a,b,c}.agri.openstreetmap.org/layer/au_ga_agri/{zoom}/{x}/{y}.png",endDate:"2011-01-01T00:00:00.000Z",startDate:"2006-01-01T00:00:00.000Z",scaleExtent:[0,16],polygon:[[[112.28778,-28.78459],[112.71488,-31.13894],[114.11263,-34.17829],[113.60788,-37.39012],[117.17992,-37.45179],[119.31538,-37.42096],[121.72262,-36.70839],[123.81925,-35.76893],[125.9547,-34.3066],[127.97368,-33.7274],[130.07031,-33.24166],[130.10913,-33.8887],[131.00214,-34.04971],[131.0798,-34.72257],[132.28342,-35.39],[134.18591,-35.61126],[133.8753,-37.1119],[134.8459,-37.6365],[139.7769,-37.82075],[139.93223,-39.4283],[141.6017,-39.8767],[142.3783,-39.36829],[142.3783,-40.64702],[142.49478,-42.07487],[144.009,-44.06013],[147.23161,-44.03222],[149.05645,-42.53431],[149.52237,-40.99959],[149.9494,-40.85292],[150.8036,-38.09627],[151.81313,-38.12682],[156.20052,-22.66771],[156.20052,-20.10109],[156.62761,-17.41763],[155.26869,-17.19521],[154.14272,-19.51662],[153.5215,-18.34139],[153.05558,-16.5636],[152.78379,-15.25677],[152.27905,-13.4135],[151.3472,-12.39177],[149.48354,-12.05024],[146.9598,-9.99241],[135.9719,-9.99241],[130.3032,-10.33636],[128.09016,-12.16414],[125.91588,-12.31591],[124.3239,-11.86033],[122.03323,-11.97429],[118.26706,-16.9353],[115.93747,-19.11357],[114.0738,-21.11863],[113.49141,-22.59603],[112.28778,-28.78459]]],terms_url:"https://data.gov.au/dataset/agri-the-australian-geographic-reference-image",terms_text:"AGRI, Geoscience Australia"},{id:"alagoas_litoral",name:"Alagoas Litoral 2006",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Ortofotos%202006&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-35.52384,-9.48089],[-35.5236,-9.44515],[-35.51572,-9.44518],[-35.51584,-9.44229],[-35.50542,-9.44238],[-35.50518,-9.43064],[-35.49334,-9.43073],[-35.49304,-9.3982],[-35.4893,-9.39817],[-35.48921,-9.38628],[-35.4854,-9.38634],[-35.48525,-9.37809],[-35.48127,-9.37812],[-35.48114,-9.36987],[-35.47698,-9.36996],[-35.47686,-9.36385],[-35.47459,-9.36388],[-35.47447,-9.36153],[-35.47212,-9.36141],[-35.47206,-9.35917],[-35.46976,-9.3592],[-35.46967,-9.35682],[-35.46653,-9.35676],[-35.46641,-9.35289],[-35.46387,-9.35277],[-35.46387,-9.35119],[-35.44135,-9.35131],[-35.44125,-9.34541],[-35.43177,-9.34538],[-35.43171,-9.33602],[-35.39463,-9.33632],[-35.39442,-9.30125],[-35.38165,-9.30143],[-35.38147,-9.28638],[-35.37799,-9.28626],[-35.37796,-9.2811],[-35.36942,-9.28122],[-35.36921,-9.27261],[-35.35966,-9.27276],[-35.35969,-9.26465],[-35.35051,-9.26474],[-35.35036,-9.25562],[-35.34115,-9.25565],[-35.34118,-9.24501],[-35.31775,-9.24519],[-35.3176,-9.22567],[-35.30292,-9.22579],[-35.30283,-9.2113],[-35.30794,-9.21136],[-35.30785,-9.19979],[-35.29103,-9.19988],[-35.29091,-9.1966],[-35.29018,-9.19669],[-35.28997,-9.16516],[-35.27759,-9.16522],[-35.2775,-9.16417],[-35.27541,-9.1642],[-35.27535,-9.16152],[-35.27375,-9.16149],[-35.27366,-9.15839],[-35.27182,-9.15842],[-35.27185,-9.15729],[-35.27149,-9.15729],[-35.27143,-9.15469],[-35.26965,-9.15463],[-35.26959,-9.15362],[-35.26919,-9.15362],[-35.26907,-9.13159],[-35.26403,-9.13165],[-35.264,-9.12318],[-35.26056,-9.12321],[-35.26053,-9.11781],[-35.256,-9.11784],[-35.25573,-9.08946],[-35.25114,-9.08955],[-35.25108,-9.08651],[-35.25026,-9.08648],[-35.25029,-9.08475],[-35.24449,-9.08478],[-35.24449,-9.07989],[-35.24093,-9.07997],[-35.24081,-9.07312],[-35.23734,-9.07312],[-35.23719,-9.06322],[-35.23655,-9.06322],[-35.23652,-9.04655],[-35.23323,-9.04652],[-35.23332,-9.04345],[-35.2306,-9.04348],[-35.2306,-9.04014],[-35.22897,-9.04008],[-35.229,-9.03835],[-35.22505,-9.03826],[-35.22502,-9.03167],[-35.2223,-9.03161],[-35.22233,-9.02012],[-35.21834,-9.02009],[-35.21831,-9.01341],[-35.21671,-9.01341],[-35.21668,-9.00998],[-35.21176,-9.00998],[-35.21173,-9.00647],[-35.20971,-9.00653],[-35.20974,-9.00438],[-35.20765,-9.00432],[-35.20768,-9.00226],[-35.20566,-9.00226],[-35.20563,-8.99987],[-35.20391,-8.99987],[-35.20394,-8.99785],[-35.20213,-8.99791],[-35.20213,-8.99579],[-35.19844,-8.99582],[-35.19844,-8.99361],[-35.19434,-8.99361],[-35.19428,-8.99122],[-35.19065,-8.99131],[-35.19062,-8.98833],[-35.18766,-8.98842],[-35.18763,-8.98544],[-35.18473,-8.98541],[-35.18467,-8.98255],[-35.18238,-8.98252],[-35.18235,-8.98052],[-35.17951,-8.98061],[-35.17948,-8.97742],[-35.17809,-8.97745],[-35.17803,-8.97306],[-35.17558,-8.97303],[-35.17549,-8.96912],[-35.17293,-8.96909],[-35.17284,-8.96292],[-35.17063,-8.96289],[-35.17048,-8.95579],[-35.16852,-8.95564],[-35.16852,-8.94806],[-35.16794,-8.948],[-35.16791,-8.93995],[-35.16245,-8.93995],[-35.16242,-8.92978],[-35.1587,-8.92981],[-35.15873,-8.92662],[-35.15547,-8.92668],[-35.1555,-8.92378],[-35.15348,-8.92381],[-35.15339,-8.92065],[-35.15131,-8.92062],[-35.15122,-8.91194],[-35.15263,-8.91194],[-35.15263,-8.90821],[-35.15439,-8.90824],[-35.1543,-8.90215],[-35.15593,-8.90212],[-35.15593,-8.90051],[-35.15768,-8.90048],[-35.15774,-8.89905],[-35.15958,-8.89908],[-35.15955,-8.89747],[-35.16139,-8.8975],[-35.16133,-8.89625],[-35.16363,-8.89625],[-35.1636,-8.89526],[-35.16553,-8.89526],[-35.1655,-8.89315],[-35.16794,-8.89315],[-35.16791,-8.89147],[-35.17024,-8.89153],[-35.17027,-8.8904],[-35.17302,-8.89043],[-35.17302,-8.88876],[-35.17791,-8.88876],[-35.17794,-8.88795],[-35.17894,-8.88792],[-35.17894,-8.88891],[-35.17966,-8.88894],[-35.17978,-8.88858],[-35.18099,-8.88861],[-35.18099,-8.88816],[-35.18519,-8.88816],[-35.18519,-8.88897],[-35.18591,-8.889],[-35.18591,-8.88971],[-35.18932,-8.88971],[-35.18947,-8.8893],[-35.19014,-8.88927],[-35.19017,-8.88831],[-35.19071,-8.88831],[-35.19077,-8.88789],[-35.19153,-8.88792],[-35.19156,-8.88619],[-35.19754,-8.88607],[-35.19757,-8.8873],[-35.19968,-8.8873],[-35.19974,-8.88777],[-35.2008,-8.88777],[-35.2008,-8.88822],[-35.2033,-8.88822],[-35.20337,-8.8887],[-35.20563,-8.88861],[-35.20557,-8.88983],[-35.20741,-8.8898],[-35.20744,-8.89022],[-35.21125,-8.89025],[-35.21128,-8.88769],[-35.21245,-8.88777],[-35.21248,-8.88861],[-35.21623,-8.88858],[-35.21623,-8.88748],[-35.21871,-8.88745],[-35.21871,-8.88897],[-35.22136,-8.88897],[-35.22263,-8.88792],[-35.22402,-8.88748],[-35.22453,-8.88763],[-35.22644,-8.88718],[-35.22707,-8.88598],[-35.23311,-8.88446],[-35.23933,-8.88339],[-35.24129,-8.88416],[-35.25011,-8.88515],[-35.25624,-8.88506],[-35.26168,-8.88294],[-35.26161,-8.88094],[-35.26406,-8.88109],[-35.26877,-8.8793],[-35.27421,-8.87748],[-35.2781,-8.87518],[-35.28499,-8.87507],[-35.28502,-8.87581],[-35.2881,-8.87578],[-35.29405,-8.87545],[-35.30782,-8.87208],[-35.31757,-8.86961],[-35.32784,-8.86716],[-35.33206,-8.86614],[-35.34103,-8.86376],[-35.3471,-8.86244],[-35.3522,-8.86113],[-35.35257,-8.86391],[-35.34903,-8.86611],[-35.34496,-8.87205],[-35.34327,-8.87489],[-35.34318,-8.87569],[-35.34381,-8.87668],[-35.34481,-8.8768],[-35.34888,-8.87721],[-35.35042,-8.87781],[-35.35254,-8.87891],[-35.35399,-8.88011],[-35.35577,-8.88252],[-35.35755,-8.88396],[-35.36036,-8.88512],[-35.36114,-8.88509],[-35.3612,-8.88587],[-35.36175,-8.8859],[-35.36178,-8.88777],[-35.36253,-8.88783],[-35.36247,-8.891],[-35.36311,-8.89112],[-35.36311,-8.89482],[-35.3644,-8.89488],[-35.36507,-8.8967],[-35.36637,-8.90022],[-35.36754,-8.90427],[-35.36794,-8.90782],[-35.36863,-8.90917],[-35.37207,-8.91155],[-35.3741,-8.91349],[-35.37277,-8.916],[-35.37262,-8.91817],[-35.37084,-8.92229],[-35.37062,-8.92486],[-35.37235,-8.93038],[-35.37153,-8.93193],[-35.37153,-8.93363],[-35.37171,-8.93387],[-35.37171,-8.94362],[-35.36818,-8.94377],[-35.36815,-8.94505],[-35.36927,-8.94511],[-35.36921,-8.94863],[-35.37078,-8.94872],[-35.37081,-8.95182],[-35.37219,-8.95176],[-35.37222,-8.95528],[-35.37319,-8.95531],[-35.37313,-8.95737],[-35.3744,-8.95737],[-35.37446,-8.96012],[-35.37567,-8.96018],[-35.3757,-8.96205],[-35.37688,-8.96208],[-35.37694,-8.96444],[-35.37781,-8.96444],[-35.37775,-8.96617],[-35.38074,-8.96617],[-35.38074,-8.96331],[-35.38288,-8.96328],[-35.38291,-8.95982],[-35.38542,-8.95985],[-35.38542,-8.95722],[-35.38723,-8.95722],[-35.3872,-8.95406],[-35.38947,-8.95409],[-35.38947,-8.95084],[-35.39158,-8.95087],[-35.39158,-8.94792],[-35.39587,-8.94792],[-35.39581,-8.94651],[-35.3972,-8.94654],[-35.39711,-8.94472],[-35.39838,-8.94469],[-35.39838,-8.93915],[-35.40107,-8.93915],[-35.40106,-8.93895],[-35.40167,-8.93894],[-35.40173,-8.93688],[-35.40236,-8.93688],[-35.40236,-8.93628],[-35.40324,-8.9364],[-35.4033,-8.93583],[-35.40426,-8.9358],[-35.4042,-8.93363],[-35.40574,-8.9336],[-35.40577,-8.93124],[-35.4081,-8.93133],[-35.40804,-8.92927],[-35.40937,-8.9293],[-35.40928,-8.92739],[-35.41085,-8.92742],[-35.41085,-8.92542],[-35.41239,-8.92545],[-35.41236,-8.9239],[-35.41335,-8.92387],[-35.41329,-8.92193],[-35.41523,-8.92196],[-35.41523,-8.91999],[-35.41655,-8.92002],[-35.41655,-8.91755],[-35.4196,-8.91755],[-35.41966,-8.91964],[-35.42184,-8.91964],[-35.42187,-8.92265],[-35.42389,-8.92268],[-35.42392,-8.92513],[-35.42537,-8.92513],[-35.42537,-8.92766],[-35.42724,-8.92766],[-35.42727,-8.92987],[-35.42815,-8.92984],[-35.42818,-8.9316],[-35.42987,-8.93154],[-35.4299,-8.93407],[-35.43141,-8.93407],[-35.43141,-8.9356],[-35.43226,-8.93557],[-35.43229,-8.93586],[-35.4334,-8.93583],[-35.4334,-8.94001],[-35.43434,-8.94004],[-35.43434,-8.94097],[-35.43531,-8.94097],[-35.43534,-8.94261],[-35.43567,-8.94264],[-35.4357,-8.94329],[-35.43627,-8.94332],[-35.43624,-8.94422],[-35.4373,-8.94422],[-35.43727,-8.9452],[-35.43823,-8.9452],[-35.43827,-8.94684],[-35.43902,-8.94687],[-35.43902,-8.94798],[-35.44026,-8.94798],[-35.44032,-8.94953],[-35.44159,-8.94956],[-35.44165,-8.95152],[-35.44273,-8.95152],[-35.44273,-8.95334],[-35.44436,-8.95334],[-35.44436,-8.95498],[-35.44569,-8.95501],[-35.44563,-8.95674],[-35.4472,-8.9568],[-35.44717,-8.95865],[-35.44895,-8.95871],[-35.44892,-8.96],[-35.45101,-8.95994],[-35.45098,-8.96101],[-35.45469,-8.96095],[-35.45466,-8.96235],[-35.46049,-8.96235],[-35.46055,-8.96557],[-35.46653,-8.96548],[-35.46659,-8.96885],[-35.46771,-8.96883],[-35.46774,-8.97053],[-35.4739,-8.97053],[-35.47399,-8.9753],[-35.47791,-8.97521],[-35.47797,-8.97816],[-35.4841,-8.97813],[-35.48416,-8.98201],[-35.49084,-8.98195],[-35.49084,-8.98562],[-35.49721,-8.98562],[-35.49721,-8.99069],[-35.50225,-8.99057],[-35.50234,-8.99567],[-35.50648,-8.99567],[-35.50651,-8.99856],[-35.51204,-8.9985],[-35.51207,-9.00163],[-35.51663,-9.00166],[-35.51666,-9.00617],[-35.52119,-9.00614],[-35.52122,-9.00739],[-35.53127,-9.00733],[-35.53127,-9.01064],[-35.54818,-9.01049],[-35.54818,-9.01359],[-35.56968,-9.01344],[-35.56974,-9.01738],[-35.58575,-9.01732],[-35.58578,-9.01995],[-35.60957,-9.01983],[-35.60954,-9.02302],[-35.62911,-9.02287],[-35.62905,-9.02508],[-35.65221,-9.0249],[-35.65224,-9.02758],[-35.67552,-9.0274],[-35.67555,-9.03056],[-35.68295,-9.03056],[-35.68298,-9.03435],[-35.69128,-9.03432],[-35.69128,-9.03766],[-35.6995,-9.0376],[-35.6995,-9.04034],[-35.70668,-9.04031],[-35.70671,-9.04518],[-35.71115,-9.04518],[-35.71133,-9.06691],[-35.70871,-9.06691],[-35.70877,-9.07869],[-35.70656,-9.07872],[-35.70656,-9.08653],[-35.7043,-9.08653],[-35.70433,-9.09104],[-35.69992,-9.09107],[-35.69989,-9.0956],[-35.69536,-9.09557],[-35.69542,-9.10001],[-35.69092,-9.10013],[-35.69101,-9.10207],[-35.63367,-9.10246],[-35.6337,-9.10541],[-35.62585,-9.10553],[-35.62591,-9.10964],[-35.62231,-9.10964],[-35.62234,-9.11203],[-35.6199,-9.112],[-35.6199,-9.11501],[-35.61473,-9.11507],[-35.61473,-9.11707],[-35.61177,-9.11701],[-35.61181,-9.1182],[-35.6096,-9.11826],[-35.60963,-9.12571],[-35.59976,-9.12583],[-35.59979,-9.12923],[-35.59634,-9.12926],[-35.5964,-9.13502],[-35.59197,-9.13507],[-35.59209,-9.149],[-35.59018,-9.14897],[-35.59015,-9.15108],[-35.6016,-9.15105],[-35.60154,-9.14912],[-35.60552,-9.14912],[-35.60549,-9.14557],[-35.61184,-9.14554],[-35.61184,-9.14235],[-35.6176,-9.14238],[-35.61757,-9.13853],[-35.624,-9.13853],[-35.62397,-9.13466],[-35.63177,-9.13466],[-35.63164,-9.13063],[-35.63922,-9.1306],[-35.63919,-9.12878],[-35.66386,-9.12869],[-35.6638,-9.1261],[-35.71278,-9.12577],[-35.71275,-9.12407],[-35.72426,-9.12401],[-35.71964,-9.15323],[-35.72112,-9.1532],[-35.72124,-9.17258],[-35.72066,-9.17255],[-35.72082,-9.18558],[-35.71212,-9.18566],[-35.7133,-9.34416],[-35.69041,-9.34433],[-35.69065,-9.37189],[-35.68899,-9.37189],[-35.68902,-9.37598],[-35.68757,-9.37598],[-35.68766,-9.38232],[-35.68497,-9.38235],[-35.68503,-9.39093],[-35.68168,-9.39099],[-35.68177,-9.39936],[-35.67715,-9.39933],[-35.67724,-9.4089],[-35.67292,-9.40893],[-35.67301,-9.41754],[-35.66972,-9.4176],[-35.66978,-9.42498],[-35.66722,-9.42498],[-35.66728,-9.4327],[-35.66075,-9.43288],[-35.66075,-9.43705],[-35.6513,-9.43708],[-35.65142,-9.44211],[-35.64514,-9.44217],[-35.64523,-9.44652],[-35.63645,-9.44661],[-35.63645,-9.44992],[-35.62711,-9.45],[-35.62727,-9.46505],[-35.62086,-9.46511],[-35.62092,-9.4722],[-35.60939,-9.47222],[-35.60939,-9.47529],[-35.59674,-9.47535],[-35.59674,-9.47351],[-35.57844,-9.47371],[-35.57847,-9.47595],[-35.57267,-9.47604],[-35.5727,-9.48042],[-35.56823,-9.48048],[-35.56826,-9.48881],[-35.54169,-9.48893],[-35.54163,-9.48071],[-35.52384,-9.48089]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"arapiraca_al",name:"Arapiraca AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Arapiraca&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.60875,-9.83072],[-36.60784,-9.74047],[-36.61718,-9.74051],[-36.61631,-9.65075],[-36.70737,-9.64977],[-36.70832,-9.74043],[-36.69898,-9.74047],[-36.69997,-9.82968],[-36.60875,-9.83072]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"CRAIG-Auvergne-2013",name:"Auvergne 2013 25cm CRAIG",type:"tms",template:"https://tiles.craig.fr/osm/wmts/1.0.0/ortho_2013/webmercator/{zoom}/{x}/{y}.jpeg",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[2.94012,44.63388],[2.99719,44.63393],[2.99717,44.64734],[3.01597,44.64735],[3.01593,44.67412],[3.03495,44.67413],[3.0349,44.70152],[3.05363,44.70154],[3.05357,44.7419],[3.07233,44.74191],[3.07222,44.80917],[3.09216,44.80919],[3.09214,44.82213],[3.13014,44.82216],[3.13005,44.87707],[3.14856,44.87709],[3.14858,44.8637],[3.16823,44.86371],[3.16825,44.85003],[3.2064,44.85006],[3.20638,44.86284],[3.24395,44.86287],[3.24393,44.87679],[3.26315,44.87681],[3.26308,44.91752],[3.32004,44.91757],[3.32002,44.93033],[3.33908,44.93035],[3.33906,44.9442],[3.377,44.94423],[3.37702,44.93029],[3.39603,44.9303],[3.39612,44.87627],[3.41483,44.87629],[3.41489,44.83553],[3.43334,44.83554],[3.43338,44.80828],[3.45255,44.80829],[3.45258,44.79463],[3.50893,44.79468],[3.5089,44.80815],[3.60426,44.80823],[3.60422,44.83482],[3.62361,44.83484],[3.62357,44.86166],[3.64248,44.86167],[3.64255,44.8211],[3.66101,44.82112],[3.66103,44.80777],[3.6993,44.8078],[3.69928,44.82099],[3.73611,44.82102],[3.73618,44.77971],[3.77511,44.77974],[3.77515,44.75223],[3.81184,44.75226],[3.81186,44.7392],[3.83118,44.73922],[3.83121,44.72468],[3.88782,44.72472],[3.8878,44.73818],[3.92563,44.73821],[3.9256,44.75167],[3.94541,44.75168],[3.94537,44.77847],[3.96437,44.77848],[3.96435,44.79193],[4.00332,44.79196],[4.0033,44.80526],[4.02169,44.80527],[4.02167,44.81857],[4.05965,44.8186],[4.05961,44.84492],[4.07981,44.84494],[4.07979,44.85735],[4.17388,44.85743],[4.17386,44.87055],[4.19326,44.87056],[4.19323,44.88427],[4.21404,44.88429],[4.214,44.91002],[4.23241,44.91004],[4.23237,44.93731],[4.27155,44.93734],[4.27153,44.9503],[4.32887,44.95034],[4.32878,45.00367],[4.34893,45.00368],[4.3489,45.01707],[4.40608,45.01711],[4.40599,45.071],[4.38847,45.07099],[4.38845,45.0846],[4.40794,45.08461],[4.40792,45.09663],[4.48436,45.09669],[4.48429,45.13705],[4.46636,45.13703],[4.46634,45.1502],[4.48645,45.15022],[4.4864,45.17724],[4.50655,45.17726],[4.50644,45.24501],[4.48813,45.24499],[4.48811,45.25921],[4.46986,45.25919],[4.46984,45.27298],[4.45088,45.27297],[4.45086,45.28642],[4.39368,45.28637],[4.39363,45.31352],[4.37509,45.3135],[4.37507,45.32741],[4.39507,45.32742],[4.39503,45.35458],[4.37679,45.35457],[4.37676,45.36855],[4.35766,45.36853],[4.35763,45.38234],[4.28146,45.38227],[4.28143,45.39688],[4.24446,45.39685],[4.24443,45.41079],[4.14812,45.41071],[4.14814,45.39807],[4.12919,45.39805],[4.12921,45.38409],[4.09021,45.38406],[4.09024,45.37121],[4.01355,45.37115],[4.01353,45.3861],[3.91709,45.38602],[3.91707,45.39974],[3.93757,45.39975],[3.93755,45.41311],[3.97528,45.41315],[3.97526,45.42621],[3.99537,45.42622],[3.9957,45.52096],[3.97778,45.52094],[3.97769,45.57439],[3.95818,45.57437],[3.95815,45.58837],[3.9396,45.58835],[3.93958,45.60262],[3.92023,45.60261],[3.9202,45.61646],[3.88189,45.61643],[3.88185,45.64328],[3.84413,45.64325],[3.84411,45.65709],[3.82617,45.65707],[3.82612,45.68389],[3.80722,45.68387],[3.80713,45.73758],[3.78821,45.73756],[3.78819,45.7518],[3.76885,45.75178],[3.7688,45.77897],[3.75072,45.77895],[3.75058,45.86066],[3.76967,45.86067],[3.76958,45.91433],[3.75166,45.91432],[3.75164,45.92809],[3.7329,45.92807],[3.73285,45.95472],[3.81018,45.95478],[3.81016,45.96823],[3.8496,45.96826],[3.84951,46.02162],[3.83188,46.0216],[3.83179,46.07591],[3.8505,46.07592],[3.85046,46.10295],[3.83247,46.10294],[3.83234,46.18456],[3.81422,46.18455],[3.81415,46.22442],[3.83369,46.22444],[3.83366,46.2381],[3.85289,46.23812],[3.85287,46.25147],[3.89314,46.25151],[3.89312,46.26447],[3.91306,46.26448],[3.91303,46.27793],[3.95189,46.27796],[3.95187,46.29082],[3.97152,46.29084],[3.9715,46.30369],[4.0105,46.30373],[4.01048,46.31776],[4.02983,46.31778],[4.02978,46.34428],[4.0116,46.34427],[4.01146,46.42534],[4.03153,46.42536],[4.03146,46.4658],[4.01324,46.46578],[4.01322,46.47938],[3.99437,46.47936],[3.99435,46.49361],[3.9746,46.4936],[3.97457,46.50753],[3.87754,46.50745],[3.8775,46.53478],[3.85836,46.53476],[3.85833,46.54832],[3.81869,46.54828],[3.81871,46.53553],[3.79924,46.53552],[3.79922,46.54907],[3.76104,46.54904],[3.76092,46.61681],[3.74233,46.61679],[3.74228,46.64396],[3.72286,46.64395],[3.72281,46.67104],[3.70387,46.67102],[3.70385,46.68467],[3.68411,46.68466],[3.68406,46.712],[3.66484,46.71198],[3.66479,46.73904],[3.64576,46.73902],[3.64572,46.76634],[3.62575,46.76632],[3.62573,46.77971],[3.56723,46.77966],[3.56725,46.76631],[3.54715,46.76629],[3.54719,46.73928],[3.52716,46.73927],[3.52723,46.6989],[3.48774,46.69887],[3.48776,46.68594],[3.46796,46.68593],[3.46794,46.69941],[3.46792,46.71279],[3.44865,46.71278],[3.44863,46.72679],[3.35043,46.72671],[3.35048,46.6999],[3.33039,46.69988],[3.33034,46.7272],[3.23272,46.72712],[3.23274,46.71351],[3.2129,46.7135],[3.21293,46.70013],[3.17354,46.7001],[3.1735,46.72751],[3.15412,46.72749],[3.1541,46.74073],[3.11478,46.7407],[3.11475,46.75428],[3.07534,46.75424],[3.0753,46.78135],[3.05597,46.78134],[3.05592,46.80831],[2.99704,46.80826],[2.99702,46.82196],[2.93794,46.82191],[2.93797,46.80826],[2.89866,46.80823],[2.89869,46.79424],[2.87899,46.79422],[2.87901,46.78104],[2.85942,46.78103],[2.85944,46.76771],[2.84004,46.76769],[2.84007,46.75447],[2.7414,46.75439],[2.74138,46.76682],[2.70234,46.76679],[2.70236,46.75389],[2.68266,46.75387],[2.68268,46.74048],[2.66349,46.74046],[2.66351,46.7259],[2.64342,46.72588],[2.64344,46.71309],[2.62414,46.71308],[2.62417,46.69981],[2.60397,46.69979],[2.60399,46.68584],[2.56512,46.68581],[2.56515,46.67261],[2.54593,46.6726],[2.546,46.63215],[2.56592,46.63217],[2.56595,46.61811],[2.54564,46.61809],[2.54569,46.59072],[2.56642,46.59074],[2.56644,46.57754],[2.5855,46.57756],[2.58552,46.56472],[2.56613,46.5647],[2.56616,46.55062],[2.46828,46.55055],[2.4683,46.53582],[2.33212,46.53571],[2.33217,46.50886],[2.31265,46.50884],[2.31267,46.49534],[2.29288,46.49533],[2.2929,46.48182],[2.27487,46.4818],[2.27492,46.45442],[2.25539,46.4544],[2.25553,46.37349],[2.27595,46.37351],[2.27604,46.32087],[2.31456,46.32091],[2.31458,46.30704],[2.35371,46.30707],[2.35373,46.29297],[2.39384,46.293],[2.39389,46.26729],[2.45157,46.26733],[2.4516,46.25349],[2.47094,46.25351],[2.47098,46.22656],[2.49151,46.22657],[2.49155,46.19933],[2.51088,46.19934],[2.51093,46.17278],[2.53117,46.1728],[2.53138,46.05135],[2.55163,46.05137],[2.55166,46.03777],[2.57056,46.03778],[2.57068,45.96994],[2.55144,45.96993],[2.55146,45.95662],[2.53226,45.9566],[2.53228,45.94301],[2.51307,45.94299],[2.51313,45.90203],[2.47494,45.902],[2.47496,45.88882],[2.43619,45.88879],[2.43622,45.87533],[2.41721,45.87531],[2.41725,45.84794],[2.37847,45.84791],[2.3785,45.83397],[2.35952,45.83396],[2.35956,45.80708],[2.37873,45.8071],[2.37875,45.79358],[2.3987,45.79359],[2.39872,45.78035],[2.41825,45.78036],[2.41832,45.74],[2.45722,45.74003],[2.45724,45.7267],[2.47589,45.72671],[2.47591,45.71324],[2.49533,45.71325],[2.49542,45.65913],[2.45769,45.6591],[2.45776,45.61834],[2.43912,45.61833],[2.43919,45.57766],[2.4585,45.57768],[2.45855,45.55053],[2.47809,45.55055],[2.47811,45.53725],[2.49755,45.53726],[2.49759,45.51068],[2.47855,45.51066],[2.47864,45.45613],[2.45978,45.45612],[2.45987,45.40176],[2.42249,45.40173],[2.42247,45.41528],[2.40232,45.41527],[2.40229,45.42882],[2.3256,45.42876],[2.32567,45.38796],[2.34562,45.38798],[2.34566,45.36111],[2.32626,45.36109],[2.32628,45.34721],[2.30738,45.3472],[2.3074,45.3336],[2.28811,45.33358],[2.28813,45.32082],[2.26963,45.3208],[2.26966,45.30621],[2.25066,45.3062],[2.25068,45.29251],[2.23169,45.2925],[2.23171,45.27924],[2.213,45.27922],[2.21305,45.25204],[2.19374,45.25202],[2.19376,45.23811],[2.17561,45.2381],[2.17574,45.15768],[2.15735,45.15767],[2.15744,45.10295],[2.12024,45.10292],[2.12026,45.08955],[2.10067,45.08953],[2.10069,45.07544],[2.08246,45.07543],[2.08255,45.0216],[2.10255,45.02161],[2.1026,44.99445],[2.04574,44.99441],[2.04585,44.92753],[2.06578,44.92755],[2.06589,44.85969],[2.0857,44.8597],[2.08572,44.84581],[2.10556,44.84583],[2.1056,44.81933],[2.12474,44.81934],[2.12477,44.80551],[2.14351,44.80553],[2.14355,44.7786],[2.12561,44.77858],[2.1257,44.72427],[2.10665,44.72426],[2.10671,44.68423],[2.12634,44.68424],[2.12636,44.67074],[2.14598,44.67075],[2.14607,44.61644],[2.18396,44.61648],[2.18398,44.60378],[2.24042,44.60383],[2.24037,44.63095],[2.25948,44.63097],[2.25946,44.64493],[2.31668,44.64498],[2.3167,44.63088],[2.33615,44.6309],[2.33617,44.61758],[2.37242,44.61761],[2.3724,44.63158],[2.41105,44.63161],[2.41107,44.61907],[2.44922,44.61911],[2.4492,44.63232],[2.50486,44.63237],[2.50481,44.65976],[2.52461,44.65977],[2.52457,44.68717],[2.54225,44.68719],[2.54223,44.70122],[2.58071,44.70125],[2.5806,44.76834],[2.61769,44.76837],[2.61762,44.80884],[2.63676,44.80885],[2.63669,44.84929],[2.67331,44.84933],[2.67329,44.86252],[2.69338,44.86253],[2.69333,44.88943],[2.73052,44.88946],[2.73048,44.91645],[2.74992,44.91646],[2.75005,44.83647],[2.80733,44.83652],[2.80731,44.8491],[2.82638,44.84912],[2.8264,44.83628],[2.8457,44.8363],[2.84577,44.79571],[2.86422,44.79573],[2.86426,44.76865],[2.88399,44.76866],[2.88403,44.74197],[2.90203,44.74198],[2.90214,44.67432],[2.92198,44.67434],[2.92202,44.6473],[2.9401,44.64731],[2.94012,44.63388]]],terms_url:"http://ids.craig.fr/geocat/srv/fre/catalog.search?node=srv#/metadata/8cabc987-829c-4c9f-943b-6a0e255cd73",terms_text:"Orthophotographie CRAIG/Sintegra/IGN 2013"},{id:"CRAIG-Auvergne-2016",name:"Auvergne 2016 25cm CRAIG",type:"tms",template:"https://tiles.craig.fr/ortho/wmts/1.0.0/ortho_2016/webmercator/{zoom}/{x}/{y}.jpeg",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[2.49389,46.66829],[2.71362,46.84141],[3.64746,46.80758],[4.04846,46.48327],[4.03747,46.24825],[4.46044,46.25965],[4.4934,46.14559],[4.38354,46.09229],[4.45495,45.69084],[4.76257,45.57176],[4.81201,45.34443],[4.22424,44.84419],[3.86169,44.696],[3.37829,44.80523],[3.33435,44.89091],[3.18054,44.82471],[3.03222,44.60612],[2.92785,44.60221],[2.71911,44.85198],[2.51037,44.60221],[2.12585,44.58265],[2.005,44.97257],[2.30712,45.46784],[2.43347,45.44087],[2.41149,45.72919],[2.34558,45.82402],[2.54882,45.97979],[2.46093,46.22166],[2.21374,46.33935],[2.27828,46.53903],[2.54882,46.56642],[2.49389,46.66829]]],terms_url:"http://ids.craig.fr/geocat/srv/fre/catalog.search?node=srv#/metadata/e37c057b-5884-429b-8bec-5db0baef0ee",terms_text:"CRAIG - IGN -TopoGEODIS - Feder Auvergne-Rhône-Alpes 2016"},{id:"BANO",name:"BANO",type:"tms",template:"https://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png",scaleExtent:[12,20],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]]],terms_url:"https://wiki.openstreetmap.org/wiki/FR:WikiProject_France/WikiProject_Base_Adresses_Nationale_Ouverte_(BANO)#Licence_du_r.C3.A9sultat",terms_text:"Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL",description:"French address registry or Base Adresses Nationale Ouverte",overlay:true},{id:"lu.geoportail.opendata.basemap",name:"Basemap geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/basemap/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png",endDate:"2010-07-20T00:00:00.000Z",startDate:"2013-07-19T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/carte-de-base-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"basemap.at",name:"basemap.at",type:"tms",template:"https://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png",scaleExtent:[0,19],polygon:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]],terms_url:"https://basemap.at",terms_text:"basemap.at",description:"Basemap of Austria, based on government data.",icon:"https://www.basemap.at/images/logo_basemap.jpg"},{id:"basemap.at-overlay",name:"basemap.at Beschriftungen (annotations)",type:"tms",template:"https://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapoverlay/normal/google3857/{zoom}/{y}/{x}.png",scaleExtent:[0,19],polygon:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]],terms_url:"https://basemap.at/",terms_text:"basemap.at",description:"Annotation overlay provided by basemap.at.",icon:"https://www.basemap.at/images/logo_basemap.jpg",overlay:true},{id:"basemap.at-orthofoto",name:"basemap.at Orthofoto",type:"tms",template:"https://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg",scaleExtent:[0,19],polygon:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]],terms_url:"https://basemap.at",terms_text:"basemap.at",best:true,description:"Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",icon:"https://www.basemap.at/images/logo_basemap.jpg"},{id:"bavaria-2m",name:"Bavaria (2 m)",type:"wms",template:"https://geodaten.bayern.de/ogc/ogc_dop200_oa.cgi?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=adv_dop200c&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[8,18],polygon:[[[10.12359,50.56846],[10.14286,50.55078],[10.20281,50.55742],[10.25205,50.51796],[10.32698,50.49345],[10.41048,50.41848],[10.60317,50.33109],[10.62244,50.2271],[10.72521,50.21066],[10.72949,50.24765],[10.85153,50.24354],[10.71879,50.32015],[10.71236,50.36524],[10.85581,50.39664],[10.93717,50.39664],[10.99069,50.36661],[11.12772,50.36661],[11.1791,50.31332],[11.16197,50.29417],[11.24119,50.2928],[11.24975,50.37344],[11.24119,50.47982],[11.35895,50.5234],[11.43816,50.50979],[11.44244,50.48936],[11.42532,50.4771],[11.42532,50.44166],[11.48955,50.42257],[11.49169,50.39801],[11.51952,50.39801],[11.52594,50.37617],[11.59874,50.40347],[11.63727,50.38845],[11.79357,50.4212],[11.83639,50.39255],[11.92203,50.42802],[11.98626,50.38709],[11.98412,50.35705],[12.04835,50.33109],[12.09331,50.32972],[12.1297,50.29828],[12.14041,50.27228],[12.10615,50.25586],[12.11258,50.23532],[12.14897,50.23669],[12.19822,50.20107],[12.22391,50.16406],[12.20464,50.14348],[12.20678,50.10779],[12.24318,50.09955],[12.27743,50.07208],[12.49367,49.98543],[12.49796,49.94136],[12.55576,49.92206],[12.54934,49.86827],[12.48083,49.78817],[12.41018,49.75775],[12.46156,49.70655],[12.5472,49.68023],[12.58788,49.55261],[12.65425,49.53455],[12.66281,49.43302],[12.75274,49.41073],[12.7977,49.34661],[12.90475,49.35638],[12.99681,49.33685],[13.05462,49.27543],[13.13169,49.21952],[13.19164,49.14395],[13.2366,49.12153],[13.29655,49.12293],[13.37148,49.08088],[13.4143,49.02897],[13.4143,48.97981],[13.57916,48.96997],[13.63483,48.94326],[13.67765,48.88698],[13.73759,48.89261],[13.7847,48.83346],[13.84036,48.77423],[13.81681,48.70646],[13.84464,48.70081],[13.8425,48.60038],[13.76543,48.5423],[13.75258,48.50401],[13.67122,48.50543],[13.64339,48.54371],[13.45712,48.5508],[13.45712,48.41598],[13.40574,48.36053],[13.2837,48.27511],[13.09315,48.26941],[12.95827,48.19097],[12.87691,48.18526],[12.772,48.09382],[12.86407,48.01368],[12.89832,47.95492],[12.94543,47.95636],[12.99681,47.88461],[13.01394,47.83434],[12.93472,47.7322],[13.0589,47.72499],[13.11885,47.63851],[13.06532,47.56922],[13.05676,47.47379],[13.00323,47.45208],[12.76772,47.55044],[12.76986,47.63274],[12.73989,47.67312],[12.6671,47.67024],[12.57503,47.6212],[12.48083,47.61975],[12.41446,47.67024],[12.24318,47.67745],[12.2132,47.69186],[12.19179,47.68177],[12.2132,47.66591],[12.21106,47.60388],[12.17467,47.59521],[12.13827,47.60388],[11.89205,47.60388],[11.85137,47.57933],[11.63942,47.58222],[11.59445,47.54899],[11.59017,47.51285],[11.51738,47.49839],[11.4403,47.50417],[11.39534,47.47524],[11.42746,47.44484],[11.3461,47.44339],[11.27973,47.39559],[11.21336,47.38834],[11.24761,47.43181],[11.10203,47.39269],[10.965,47.38979],[10.97785,47.43615],[10.9179,47.47524],[10.8708,47.47524],[10.85581,47.49405],[10.90077,47.5143],[10.87294,47.53598],[10.81085,47.51285],[10.64385,47.54899],[10.59461,47.55477],[10.57962,47.52876],[10.46187,47.54032],[10.46615,47.48392],[10.48756,47.47813],[10.48756,47.41298],[10.45973,47.40283],[10.45973,47.37529],[10.41048,47.37384],[10.40834,47.34339],[10.32056,47.28678],[10.28202,47.27806],[10.28416,47.26208],[10.14714,47.26208],[10.1921,47.30275],[10.19424,47.37384],[10.16641,47.37384],[10.16641,47.34629],[10.10004,47.34339],[10.0615,47.36369],[10.06792,47.41877],[10.09361,47.42601],[10.09576,47.44194],[9.978,47.48537],[9.95659,47.52731],[9.8945,47.52876],[9.85596,47.50851],[9.81743,47.54465],[9.82171,47.57644],[9.77461,47.58222],[9.73821,47.52586],[9.67398,47.53454],[9.58406,47.56488],[9.63972,47.60532],[9.7168,47.60388],[9.85596,47.676],[9.978,47.65582],[10.02938,47.68177],[10.10004,47.66735],[10.13215,47.676],[10.14286,47.70195],[10.0615,47.7725],[10.11288,47.8099],[10.08291,47.85302],[10.1086,47.90902],[10.07649,47.96496],[10.13001,48.02084],[10.13429,48.10669],[10.10004,48.12813],[10.05508,48.26228],[9.96944,48.36765],[10.03153,48.42593],[10.02938,48.46144],[10.12359,48.47705],[10.15356,48.4515],[10.23492,48.51252],[10.31628,48.51678],[10.29915,48.61878],[10.24563,48.6683],[10.27346,48.70646],[10.3698,48.68385],[10.43189,48.69939],[10.45116,48.72765],[10.40192,48.746],[10.44046,48.84896],[10.43403,48.95873],[10.33769,49.02055],[10.24991,49.03599],[10.24991,49.07387],[10.20066,49.10331],[10.25205,49.13274],[10.12359,49.19714],[10.11931,49.26285],[10.15142,49.28939],[10.10432,49.34522],[10.14072,49.39401],[10.1086,49.44555],[10.11074,49.50537],[10.0722,49.53316],[10.01654,49.47616],[9.92662,49.47894],[9.92448,49.55678],[9.89878,49.58177],[9.85596,49.53872],[9.80672,49.55678],[9.86667,49.60675],[9.85382,49.6442],[9.81743,49.66083],[9.83455,49.68993],[9.79602,49.72039],[9.75748,49.70793],[9.74035,49.68577],[9.70609,49.71624],[9.67826,49.71624],[9.68254,49.68854],[9.62045,49.69131],[9.64615,49.78955],[9.55836,49.77434],[9.57121,49.73561],[9.50698,49.75222],[9.49199,49.77987],[9.46844,49.76051],[9.42562,49.77849],[9.40421,49.76466],[9.33356,49.7702],[9.32928,49.73423],[9.4085,49.72593],[9.42776,49.69824],[9.41492,49.6442],[9.38066,49.63865],[9.35925,49.64974],[9.33998,49.63727],[9.31215,49.64836],[9.27789,49.62617],[9.28432,49.60814],[9.2415,49.57483],[9.09805,49.57205],[9.06594,49.60814],[9.10019,49.65113],[9.09163,49.6927],[9.13017,49.71208],[9.13873,49.74253],[9.10876,49.75637],[9.13659,49.79093],[9.10019,49.78955],[9.07236,49.82824],[9.03596,49.83514],[9.01669,50.02671],[8.96317,50.03084],[8.95674,50.05971],[9.00171,50.0707],[9.02097,50.11054],[9.1216,50.12289],[9.15586,50.11328],[9.19654,50.11878],[9.18583,50.13525],[9.23507,50.1476],[9.37638,50.12701],[9.4085,50.0817],[9.52197,50.09543],[9.50484,50.14211],[9.53267,50.16406],[9.48985,50.16954],[9.49413,50.24354],[9.61403,50.22163],[9.66541,50.23532],[9.63544,50.24901],[9.66756,50.27228],[9.74249,50.30922],[9.72964,50.35841],[9.77032,50.42939],[9.86881,50.40074],[9.91805,50.40893],[10.03581,50.47982],[10.03795,50.51115],[10.12359,50.56846]]],terms_url:"https://www.ldbv.bayern.de/",terms_text:"Bayerische Vermessungsverwaltung"},{id:"bavaria-80cm",name:"Bavaria (80 cm)",type:"wms",template:"https://www.geodaten.bayern.de/ogc/ogc_dop80_oa.cgi?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=by_dop80c&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[7,18],polygon:[[[10.12359,50.56846],[10.14286,50.55078],[10.20281,50.55742],[10.25205,50.51796],[10.32698,50.49345],[10.41048,50.41848],[10.60317,50.33109],[10.62244,50.2271],[10.72521,50.21066],[10.72949,50.24765],[10.85153,50.24354],[10.71879,50.32015],[10.71236,50.36524],[10.85581,50.39664],[10.93717,50.39664],[10.99069,50.36661],[11.12772,50.36661],[11.1791,50.31332],[11.16197,50.29417],[11.24119,50.2928],[11.24975,50.37344],[11.24119,50.47982],[11.35895,50.5234],[11.43816,50.50979],[11.44244,50.48936],[11.42532,50.4771],[11.42532,50.44166],[11.48955,50.42257],[11.49169,50.39801],[11.51952,50.39801],[11.52594,50.37617],[11.59874,50.40347],[11.63727,50.38845],[11.79357,50.4212],[11.83639,50.39255],[11.92203,50.42802],[11.98626,50.38709],[11.98412,50.35705],[12.04835,50.33109],[12.09331,50.32972],[12.1297,50.29828],[12.14041,50.27228],[12.10615,50.25586],[12.11258,50.23532],[12.14897,50.23669],[12.19822,50.20107],[12.22391,50.16406],[12.20464,50.14348],[12.20678,50.10779],[12.24318,50.09955],[12.27743,50.07208],[12.49367,49.98543],[12.49796,49.94136],[12.55576,49.92206],[12.54934,49.86827],[12.48083,49.78817],[12.41018,49.75775],[12.46156,49.70655],[12.5472,49.68023],[12.58788,49.55261],[12.65425,49.53455],[12.66281,49.43302],[12.75274,49.41073],[12.7977,49.34661],[12.90475,49.35638],[12.99681,49.33685],[13.05462,49.27543],[13.13169,49.21952],[13.19164,49.14395],[13.2366,49.12153],[13.29655,49.12293],[13.37148,49.08088],[13.4143,49.02897],[13.4143,48.97981],[13.57916,48.96997],[13.63483,48.94326],[13.67765,48.88698],[13.73759,48.89261],[13.7847,48.83346],[13.84036,48.77423],[13.81681,48.70646],[13.84464,48.70081],[13.8425,48.60038],[13.76543,48.5423],[13.75258,48.50401],[13.67122,48.50543],[13.64339,48.54371],[13.45712,48.5508],[13.45712,48.41598],[13.40574,48.36053],[13.2837,48.27511],[13.09315,48.26941],[12.95827,48.19097],[12.87691,48.18526],[12.772,48.09382],[12.86407,48.01368],[12.89832,47.95492],[12.94543,47.95636],[12.99681,47.88461],[13.01394,47.83434],[12.93472,47.7322],[13.0589,47.72499],[13.11885,47.63851],[13.06532,47.56922],[13.05676,47.47379],[13.00323,47.45208],[12.76772,47.55044],[12.76986,47.63274],[12.73989,47.67312],[12.6671,47.67024],[12.57503,47.6212],[12.48083,47.61975],[12.41446,47.67024],[12.24318,47.67745],[12.2132,47.69186],[12.19179,47.68177],[12.2132,47.66591],[12.21106,47.60388],[12.17467,47.59521],[12.13827,47.60388],[11.89205,47.60388],[11.85137,47.57933],[11.63942,47.58222],[11.59445,47.54899],[11.59017,47.51285],[11.51738,47.49839],[11.4403,47.50417],[11.39534,47.47524],[11.42746,47.44484],[11.3461,47.44339],[11.27973,47.39559],[11.21336,47.38834],[11.24761,47.43181],[11.10203,47.39269],[10.965,47.38979],[10.97785,47.43615],[10.9179,47.47524],[10.8708,47.47524],[10.85581,47.49405],[10.90077,47.5143],[10.87294,47.53598],[10.81085,47.51285],[10.64385,47.54899],[10.59461,47.55477],[10.57962,47.52876],[10.46187,47.54032],[10.46615,47.48392],[10.48756,47.47813],[10.48756,47.41298],[10.45973,47.40283],[10.45973,47.37529],[10.41048,47.37384],[10.40834,47.34339],[10.32056,47.28678],[10.28202,47.27806],[10.28416,47.26208],[10.14714,47.26208],[10.1921,47.30275],[10.19424,47.37384],[10.16641,47.37384],[10.16641,47.34629],[10.10004,47.34339],[10.0615,47.36369],[10.06792,47.41877],[10.09361,47.42601],[10.09576,47.44194],[9.978,47.48537],[9.95659,47.52731],[9.8945,47.52876],[9.85596,47.50851],[9.81743,47.54465],[9.82171,47.57644],[9.77461,47.58222],[9.73821,47.52586],[9.67398,47.53454],[9.58406,47.56488],[9.63972,47.60532],[9.7168,47.60388],[9.85596,47.676],[9.978,47.65582],[10.02938,47.68177],[10.10004,47.66735],[10.13215,47.676],[10.14286,47.70195],[10.0615,47.7725],[10.11288,47.8099],[10.08291,47.85302],[10.1086,47.90902],[10.07649,47.96496],[10.13001,48.02084],[10.13429,48.10669],[10.10004,48.12813],[10.05508,48.26228],[9.96944,48.36765],[10.03153,48.42593],[10.02938,48.46144],[10.12359,48.47705],[10.15356,48.4515],[10.23492,48.51252],[10.31628,48.51678],[10.29915,48.61878],[10.24563,48.6683],[10.27346,48.70646],[10.3698,48.68385],[10.43189,48.69939],[10.45116,48.72765],[10.40192,48.746],[10.44046,48.84896],[10.43403,48.95873],[10.33769,49.02055],[10.24991,49.03599],[10.24991,49.07387],[10.20066,49.10331],[10.25205,49.13274],[10.12359,49.19714],[10.11931,49.26285],[10.15142,49.28939],[10.10432,49.34522],[10.14072,49.39401],[10.1086,49.44555],[10.11074,49.50537],[10.0722,49.53316],[10.01654,49.47616],[9.92662,49.47894],[9.92448,49.55678],[9.89878,49.58177],[9.85596,49.53872],[9.80672,49.55678],[9.86667,49.60675],[9.85382,49.6442],[9.81743,49.66083],[9.83455,49.68993],[9.79602,49.72039],[9.75748,49.70793],[9.74035,49.68577],[9.70609,49.71624],[9.67826,49.71624],[9.68254,49.68854],[9.62045,49.69131],[9.64615,49.78955],[9.55836,49.77434],[9.57121,49.73561],[9.50698,49.75222],[9.49199,49.77987],[9.46844,49.76051],[9.42562,49.77849],[9.40421,49.76466],[9.33356,49.7702],[9.32928,49.73423],[9.4085,49.72593],[9.42776,49.69824],[9.41492,49.6442],[9.38066,49.63865],[9.35925,49.64974],[9.33998,49.63727],[9.31215,49.64836],[9.27789,49.62617],[9.28432,49.60814],[9.2415,49.57483],[9.09805,49.57205],[9.06594,49.60814],[9.10019,49.65113],[9.09163,49.6927],[9.13017,49.71208],[9.13873,49.74253],[9.10876,49.75637],[9.13659,49.79093],[9.10019,49.78955],[9.07236,49.82824],[9.03596,49.83514],[9.01669,50.02671],[8.96317,50.03084],[8.95674,50.05971],[9.00171,50.0707],[9.02097,50.11054],[9.1216,50.12289],[9.15586,50.11328],[9.19654,50.11878],[9.18583,50.13525],[9.23507,50.1476],[9.37638,50.12701],[9.4085,50.0817],[9.52197,50.09543],[9.50484,50.14211],[9.53267,50.16406],[9.48985,50.16954],[9.49413,50.24354],[9.61403,50.22163],[9.66541,50.23532],[9.63544,50.24901],[9.66756,50.27228],[9.74249,50.30922],[9.72964,50.35841],[9.77032,50.42939],[9.86881,50.40074],[9.91805,50.40893],[10.03581,50.47982],[10.03795,50.51115],[10.12359,50.56846]]],terms_url:"https://www.ldbv.bayern.de/",terms_text:"Bayerische Vermessungsverwaltung",best:true},{id:"bavaria-DOP80",name:"Bavaria DOP 80cm",type:"tms",template:"https://mapproxy.osm.ch/tiles/BAYERNDOP80/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",scaleExtent:[7,18],polygon:[[[10.12359,50.56846],[10.14286,50.55078],[10.20281,50.55742],[10.25205,50.51796],[10.32698,50.49345],[10.41048,50.41848],[10.60317,50.33109],[10.62244,50.2271],[10.72521,50.21066],[10.72949,50.24765],[10.85153,50.24354],[10.71879,50.32015],[10.71236,50.36524],[10.85581,50.39664],[10.93717,50.39664],[10.99069,50.36661],[11.12772,50.36661],[11.1791,50.31332],[11.16197,50.29417],[11.24119,50.2928],[11.24975,50.37344],[11.24119,50.47982],[11.35895,50.5234],[11.43816,50.50979],[11.44244,50.48936],[11.42532,50.4771],[11.42532,50.44166],[11.48955,50.42257],[11.49169,50.39801],[11.51952,50.39801],[11.52594,50.37617],[11.59874,50.40347],[11.63727,50.38845],[11.79357,50.4212],[11.83639,50.39255],[11.92203,50.42802],[11.98626,50.38709],[11.98412,50.35705],[12.04835,50.33109],[12.09331,50.32972],[12.1297,50.29828],[12.14041,50.27228],[12.10615,50.25586],[12.11258,50.23532],[12.14897,50.23669],[12.19822,50.20107],[12.22391,50.16406],[12.20464,50.14348],[12.20678,50.10779],[12.24318,50.09955],[12.27743,50.07208],[12.49367,49.98543],[12.49796,49.94136],[12.55576,49.92206],[12.54934,49.86827],[12.48083,49.78817],[12.41018,49.75775],[12.46156,49.70655],[12.5472,49.68023],[12.58788,49.55261],[12.65425,49.53455],[12.66281,49.43302],[12.75274,49.41073],[12.7977,49.34661],[12.90475,49.35638],[12.99681,49.33685],[13.05462,49.27543],[13.13169,49.21952],[13.19164,49.14395],[13.2366,49.12153],[13.29655,49.12293],[13.37148,49.08088],[13.4143,49.02897],[13.4143,48.97981],[13.57916,48.96997],[13.63483,48.94326],[13.67765,48.88698],[13.73759,48.89261],[13.7847,48.83346],[13.84036,48.77423],[13.81681,48.70646],[13.84464,48.70081],[13.8425,48.60038],[13.76543,48.5423],[13.75258,48.50401],[13.67122,48.50543],[13.64339,48.54371],[13.45712,48.5508],[13.45712,48.41598],[13.40574,48.36053],[13.2837,48.27511],[13.09315,48.26941],[12.95827,48.19097],[12.87691,48.18526],[12.772,48.09382],[12.86407,48.01368],[12.89832,47.95492],[12.94543,47.95636],[12.99681,47.88461],[13.01394,47.83434],[12.93472,47.7322],[13.0589,47.72499],[13.11885,47.63851],[13.06532,47.56922],[13.05676,47.47379],[13.00323,47.45208],[12.76772,47.55044],[12.76986,47.63274],[12.73989,47.67312],[12.6671,47.67024],[12.57503,47.6212],[12.48083,47.61975],[12.41446,47.67024],[12.24318,47.67745],[12.2132,47.69186],[12.19179,47.68177],[12.2132,47.66591],[12.21106,47.60388],[12.17467,47.59521],[12.13827,47.60388],[11.89205,47.60388],[11.85137,47.57933],[11.63942,47.58222],[11.59445,47.54899],[11.59017,47.51285],[11.51738,47.49839],[11.4403,47.50417],[11.39534,47.47524],[11.42746,47.44484],[11.3461,47.44339],[11.27973,47.39559],[11.21336,47.38834],[11.24761,47.43181],[11.10203,47.39269],[10.965,47.38979],[10.97785,47.43615],[10.9179,47.47524],[10.8708,47.47524],[10.85581,47.49405],[10.90077,47.5143],[10.87294,47.53598],[10.81085,47.51285],[10.64385,47.54899],[10.59461,47.55477],[10.57962,47.52876],[10.46187,47.54032],[10.46615,47.48392],[10.48756,47.47813],[10.48756,47.41298],[10.45973,47.40283],[10.45973,47.37529],[10.41048,47.37384],[10.40834,47.34339],[10.32056,47.28678],[10.28202,47.27806],[10.28416,47.26208],[10.14714,47.26208],[10.1921,47.30275],[10.19424,47.37384],[10.16641,47.37384],[10.16641,47.34629],[10.10004,47.34339],[10.0615,47.36369],[10.06792,47.41877],[10.09361,47.42601],[10.09576,47.44194],[9.978,47.48537],[9.95659,47.52731],[9.8945,47.52876],[9.85596,47.50851],[9.81743,47.54465],[9.82171,47.57644],[9.77461,47.58222],[9.73821,47.52586],[9.67398,47.53454],[9.58406,47.56488],[9.63972,47.60532],[9.7168,47.60388],[9.85596,47.676],[9.978,47.65582],[10.02938,47.68177],[10.10004,47.66735],[10.13215,47.676],[10.14286,47.70195],[10.0615,47.7725],[10.11288,47.8099],[10.08291,47.85302],[10.1086,47.90902],[10.07649,47.96496],[10.13001,48.02084],[10.13429,48.10669],[10.10004,48.12813],[10.05508,48.26228],[9.96944,48.36765],[10.03153,48.42593],[10.02938,48.46144],[10.12359,48.47705],[10.15356,48.4515],[10.23492,48.51252],[10.31628,48.51678],[10.29915,48.61878],[10.24563,48.6683],[10.27346,48.70646],[10.3698,48.68385],[10.43189,48.69939],[10.45116,48.72765],[10.40192,48.746],[10.44046,48.84896],[10.43403,48.95873],[10.33769,49.02055],[10.24991,49.03599],[10.24991,49.07387],[10.20066,49.10331],[10.25205,49.13274],[10.12359,49.19714],[10.11931,49.26285],[10.15142,49.28939],[10.10432,49.34522],[10.14072,49.39401],[10.1086,49.44555],[10.11074,49.50537],[10.0722,49.53316],[10.01654,49.47616],[9.92662,49.47894],[9.92448,49.55678],[9.89878,49.58177],[9.85596,49.53872],[9.80672,49.55678],[9.86667,49.60675],[9.85382,49.6442],[9.81743,49.66083],[9.83455,49.68993],[9.79602,49.72039],[9.75748,49.70793],[9.74035,49.68577],[9.70609,49.71624],[9.67826,49.71624],[9.68254,49.68854],[9.62045,49.69131],[9.64615,49.78955],[9.55836,49.77434],[9.57121,49.73561],[9.50698,49.75222],[9.49199,49.77987],[9.46844,49.76051],[9.42562,49.77849],[9.40421,49.76466],[9.33356,49.7702],[9.32928,49.73423],[9.4085,49.72593],[9.42776,49.69824],[9.41492,49.6442],[9.38066,49.63865],[9.35925,49.64974],[9.33998,49.63727],[9.31215,49.64836],[9.27789,49.62617],[9.28432,49.60814],[9.2415,49.57483],[9.09805,49.57205],[9.06594,49.60814],[9.10019,49.65113],[9.09163,49.6927],[9.13017,49.71208],[9.13873,49.74253],[9.10876,49.75637],[9.13659,49.79093],[9.10019,49.78955],[9.07236,49.82824],[9.03596,49.83514],[9.01669,50.02671],[8.96317,50.03084],[8.95674,50.05971],[9.00171,50.0707],[9.02097,50.11054],[9.1216,50.12289],[9.15586,50.11328],[9.19654,50.11878],[9.18583,50.13525],[9.23507,50.1476],[9.37638,50.12701],[9.4085,50.0817],[9.52197,50.09543],[9.50484,50.14211],[9.53267,50.16406],[9.48985,50.16954],[9.49413,50.24354],[9.61403,50.22163],[9.66541,50.23532],[9.63544,50.24901],[9.66756,50.27228],[9.74249,50.30922],[9.72964,50.35841],[9.77032,50.42939],[9.86881,50.40074],[9.91805,50.40893],[10.03581,50.47982],[10.03795,50.51115],[10.12359,50.56846]]],terms_url:"https://www.ldbv.bayern.de/",terms_text:"Bayerische Vermessungsverwaltung",best:true},{id:"route500hydro",name:"BD Carthage",type:"tms",template:"https://{switch:a,b,c}.tile.openstreetmap.fr/route500hydro/{zoom}/{x}/{y}.png",scaleExtent:[6,20],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]]],terms_url:"http://www.sandre.eaufrance.fr/actualite/la-bd-carthage-en-licence-ouverte-open-licence",terms_text:"Tiles © cquest@Openstreetmap France, data © Onema - IGN, LO/OL",description:"Réseau hydrographique: cours et plans d'eau et POI",overlay:true},{id:"fr.ign.bdortho",name:"BDOrtho IGN",type:"tms",template:"https://proxy-ign.openstreetmap.fr/94GjiyqD/bdortho/{zoom}/{x}/{y}.jpg",scaleExtent:[2,21],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]],[[-61.27501,14.90218],[-60.72368,14.90101],[-60.72489,14.36686],[-61.27622,14.36803],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[-53.89344,6.004],[-52.46522,5.4465],[-51.52039,4.51072],[-51.53687,4.11633],[-52.2345,3.10213],[-52.641,2.25162],[-52.92664,2.07597],[-53.72864,2.21869],[-54.20106,2.03205],[-54.8053,2.27358],[-54.31092,2.80589],[-54.31641,3.20085],[-54.12415,3.46408],[-54.12964,3.59567],[-54.42078,4.00127],[-54.58008,4.95962],[-53.89344,6.004]],[[55.08816,-20.77935],[55.95959,-20.77281],[55.96576,-21.49],[55.09434,-21.49651],[55.08816,-20.77935]],[[44.92054,-12.57363],[45.34826,-12.57029],[45.35274,-13.1163],[44.92502,-13.11963],[44.92054,-12.57363]],[[-178.57728,-14.70582],[-178.42568,-14.00334],[-176.34156,-12.83858],[-175.71534,-12.9189],[-175.91858,-13.58726],[-177.84638,-14.64983],[-178.57728,-14.70582]]],terms_url:"https://openstreetmap.fr/bdortho",terms_text:"BDOrtho IGN",best:true,icon:"http://www.ign.fr/institut/sites/all/themes/ign_institut/logo.png"},{id:"Benin_cotonou_pleiade_2016",name:"Benin: Cotonou Pleiade 2016",type:"tms",template:"https://geoxxx.agrocampus-ouest.fr/owsifl/gwc/service/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Benin:cotonou_pleiade_2016&STYLE=&FORMAT=image/jpeg&tileMatrixSet=EPSG:3857&tileMatrix=EPSG:3857:{zoom}&tileRow={y}&tileCol={x}",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[2.31954,6.55745],[2.33645,6.56024],[2.36377,6.56211],[2.36738,6.56068],[2.37777,6.5494],[2.37779,6.53485],[2.36994,6.49332],[2.37038,6.45527],[2.36958,6.45269],[2.36188,6.44177],[2.35392,6.40545],[2.36749,6.4015],[2.39526,6.40072],[2.40128,6.40374],[2.40588,6.40341],[2.42046,6.39383],[2.42485,6.39794],[2.42949,6.39887],[2.43625,6.39628],[2.43958,6.40042],[2.44439,6.40189],[2.45376,6.39899],[2.47145,6.39632],[2.48162,6.39106],[2.49453,6.3874],[2.50893,6.38888],[2.50719,6.39229],[2.5012,6.39162],[2.4963,6.39521],[2.4951,6.40123],[2.49543,6.40401],[2.4983,6.41022],[2.50191,6.41282],[2.51087,6.41321],[2.52219,6.40849],[2.53352,6.40517],[2.5381,6.40961],[2.54111,6.4109],[2.54651,6.41099],[2.54654,6.40651],[2.57639,6.40724],[2.57642,6.41177],[2.58576,6.41196],[2.58868,6.41095],[2.60877,6.39414],[2.6257,6.39488],[2.64555,6.39729],[2.65039,6.39339],[2.65367,6.36823],[2.64312,6.36659],[2.61251,6.36289],[2.56868,6.3607],[2.54683,6.36055],[2.54687,6.35546],[2.50207,6.35461],[2.47064,6.35596],[2.46777,6.35203],[2.46423,6.3502],[2.45254,6.35006],[2.45113,6.34813],[2.44737,6.34629],[2.43757,6.34654],[2.43298,6.33841],[2.43016,6.33707],[2.42245,6.33707],[2.39236,6.34115],[2.39315,6.34115],[2.36528,6.34445],[2.35386,6.3453],[2.34377,6.34458],[2.34094,6.34534],[2.31086,6.36567],[2.28435,6.37465],[2.28147,6.37762],[2.27599,6.39517],[2.27612,6.3982],[2.31529,6.49261],[2.3158,6.55307],[2.31954,6.55745]],[[1.69563,6.25076],[1.7001,6.24712],[1.70418,6.24697],[1.75875,6.25836],[1.77079,6.25995],[1.81712,6.27161],[1.84457,6.27657],[1.85768,6.27945],[1.88843,6.28326],[1.90482,6.28595],[1.90618,6.29435],[1.90083,6.29721],[1.89881,6.29954],[1.89404,6.30085],[1.89048,6.2997],[1.88748,6.29636],[1.88344,6.29622],[1.8697,6.29227],[1.8564,6.29198],[1.85207,6.28675],[1.84991,6.28906],[1.84691,6.29203],[1.84353,6.29333],[1.84041,6.29315],[1.83627,6.29129],[1.8341,6.28733],[1.83417,6.2852],[1.8323,6.28456],[1.82786,6.28644],[1.82182,6.29084],[1.81563,6.28998],[1.81211,6.29143],[1.80758,6.29571],[1.80472,6.29693],[1.80074,6.2971],[1.79776,6.29612],[1.79625,6.29492],[1.7949,6.28965],[1.79641,6.28608],[1.80098,6.28338],[1.79567,6.28013],[1.79156,6.28174],[1.78499,6.28122],[1.78092,6.27753],[1.77588,6.2755],[1.76745,6.27696],[1.75653,6.27496],[1.74833,6.27239],[1.74762,6.27726],[1.74572,6.27938],[1.73948,6.27985],[1.7368,6.27761],[1.73572,6.27892],[1.72902,6.27911],[1.72435,6.27422],[1.72449,6.26786],[1.72556,6.26683],[1.69934,6.26159],[1.69573,6.25726],[1.69563,6.25076]]],best:true},{id:"Berlin-2011",name:"Berlin aerial photography 2011",type:"wms",template:"https://fbinter.stadt-berlin.de/fb/wms/senstadt/k_luftbild2011_20?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[13.48699,52.68076],[13.52584,52.65196],[13.5299,52.64437],[13.54209,52.60921],[13.58109,52.58134],[13.59674,52.55936],[13.63477,52.55121],[13.66547,52.52854],[13.67199,52.50379],[13.65806,52.50372],[13.65796,52.49324],[13.7547,52.4565],[13.76644,52.43884],[13.76627,52.42973],[13.74494,52.39909],[13.65235,52.33133],[13.6417,52.33103],[13.62609,52.35491],[13.59432,52.37455],[13.53198,52.38376],[13.51948,52.39236],[13.48536,52.39227],[13.43552,52.38016],[13.42885,52.37401],[13.38689,52.37388],[13.38642,52.38667],[13.36857,52.38728],[13.37045,52.39349],[13.33968,52.40887],[13.31243,52.39775],[13.30557,52.40452],[13.23622,52.40342],[13.18886,52.40417],[13.17719,52.39067],[13.14859,52.38971],[13.14868,52.38421],[13.11889,52.38385],[13.11935,52.40025],[13.10487,52.40723],[13.07371,52.40668],[13.07367,52.41403],[13.10516,52.47897],[13.11685,52.47881],[13.112,52.55915],[13.11865,52.59156],[13.15251,52.60489],[13.16282,52.60462],[13.21264,52.6321],[13.22139,52.63215],[13.27292,52.66444],[13.31376,52.66442],[13.32714,52.64692],[13.36783,52.6468],[13.39158,52.65382],[13.42728,52.6549],[13.47594,52.68122],[13.48699,52.68076]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2011"},{id:"Berlin-2014",name:"Berlin aerial photography 2014",type:"tms",template:"https://tiles.codefor.de/berlin-2014/{zoom}/{x}/{y}.png",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",polygon:[[[13.19746,52.64206],[13.25639,52.64285],[13.2558,52.66101],[13.31391,52.66185],[13.31476,52.64353],[13.37431,52.64462],[13.37386,52.66269],[13.4026,52.663],[13.40332,52.64501],[13.4334,52.64555],[13.43227,52.68001],[13.49082,52.68111],[13.49147,52.66428],[13.52092,52.66457],[13.5216,52.6465],[13.55096,52.6469],[13.55147,52.62938],[13.52219,52.62898],[13.52335,52.59248],[13.58263,52.59329],[13.58307,52.57535],[13.61246,52.57582],[13.61324,52.55784],[13.64268,52.55813],[13.64296,52.5401],[13.67253,52.54048],[13.67375,52.50475],[13.64413,52.5045],[13.64476,52.48608],[13.7037,52.48683],[13.70415,52.46901],[13.73362,52.4692],[13.73399,52.45121],[13.76358,52.45156],[13.76447,52.40209],[13.73546,52.39753],[13.73611,52.37963],[13.70678,52.37935],[13.70731,52.36136],[13.67785,52.36104],[13.67898,52.33017],[13.62102,52.32946],[13.61999,52.36033],[13.59046,52.36007],[13.5901,52.37806],[13.53116,52.37735],[13.53064,52.39525],[13.47168,52.39459],[13.47149,52.4125],[13.44101,52.41219],[13.44257,52.37604],[13.35487,52.37498],[13.35427,52.39306],[13.23667,52.39114],[13.23609,52.40922],[13.17635,52.40836],[13.17752,52.39029],[13.14791,52.38987],[13.14876,52.37459],[13.11971,52.37422],[13.11941,52.38955],[13.08981,52.38899],[13.08938,52.40707],[13.0618,52.40662],[13.06075,52.42408],[13.08842,52.42449],[13.086,52.47853],[13.11546,52.47896],[13.11462,52.49695],[13.1441,52.49729],[13.14332,52.5157],[13.1137,52.51528],[13.11077,52.6047],[13.19862,52.6062],[13.19746,52.64206]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2014"},{id:"Berlin-2015",name:"Berlin aerial photography 2015",type:"tms",template:"https://tiles.codefor.de/berlin-2015/{zoom}/{x}/{y}.png",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[13.11068,52.59538],[13.13975,52.60527],[13.18355,52.61488],[13.21262,52.63315],[13.24167,52.64282],[13.256,52.65201],[13.27004,52.67021],[13.31368,52.67072],[13.32914,52.66204],[13.32948,52.6529],[13.43284,52.65414],[13.44733,52.6816],[13.50561,52.68244],[13.50654,52.65531],[13.53605,52.65572],[13.5376,52.61991],[13.52229,52.61977],[13.52304,52.60165],[13.59776,52.58469],[13.59865,52.55769],[13.62817,52.55805],[13.64303,52.5492],[13.65813,52.54042],[13.67312,52.53144],[13.67356,52.51358],[13.65913,52.51344],[13.65998,52.48643],[13.68931,52.48687],[13.73386,52.46933],[13.73405,52.46034],[13.76362,52.46068],[13.76431,52.42464],[13.74941,52.42474],[13.75045,52.39778],[13.73585,52.39762],[13.70661,52.37944],[13.707,52.3614],[13.67782,52.36125],[13.66405,52.33395],[13.62073,52.33337],[13.62031,52.36042],[13.58986,52.3781],[13.53149,52.37748],[13.53133,52.38641],[13.44223,52.38484],[13.42813,52.3667],[13.38464,52.3662],[13.35432,52.39301],[13.29537,52.39209],[13.29531,52.40103],[13.19171,52.39957],[13.19222,52.39056],[13.14774,52.38996],[13.14839,52.38095],[13.11964,52.38041],[13.0744,52.40683],[13.07392,52.42426],[13.10275,52.43374],[13.10123,52.47874],[13.11558,52.47897],[13.11068,52.59538]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2015"},{id:"Berlin-2016",name:"Berlin aerial photography 2016",type:"tms",template:"https://tiles.codefor.de/berlin-2016/{zoom}/{x}/{y}.png",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",polygon:[[[13.29535,52.392],[13.29502,52.40083],[13.19206,52.39937],[13.19241,52.39035],[13.14839,52.3897],[13.14877,52.38046],[13.11926,52.38001],[13.11888,52.38921],[13.08906,52.40693],[13.07431,52.4067],[13.07356,52.42447],[13.10259,52.43394],[13.10073,52.47912],[13.11534,52.47934],[13.11055,52.59579],[13.13972,52.60527],[13.18403,52.60593],[13.21212,52.63346],[13.27041,52.65222],[13.26973,52.67025],[13.31405,52.67086],[13.32953,52.65323],[13.43315,52.65458],[13.43254,52.67251],[13.44682,52.68189],[13.50593,52.68261],[13.50681,52.65545],[13.53643,52.6558],[13.53757,52.61964],[13.52288,52.61946],[13.52345,52.6017],[13.53842,52.59279],[13.56782,52.59313],[13.59798,52.58464],[13.5988,52.55755],[13.62826,52.55788],[13.65822,52.53124],[13.67314,52.53139],[13.67365,52.51359],[13.65912,52.51344],[13.65989,52.48661],[13.68929,52.48692],[13.7188,52.47807],[13.73406,52.4604],[13.7636,52.46069],[13.76454,52.42482],[13.75027,52.42468],[13.75097,52.39814],[13.70722,52.37923],[13.70772,52.36111],[13.67826,52.36081],[13.67876,52.34302],[13.66428,52.34287],[13.66454,52.33367],[13.62038,52.33319],[13.61959,52.36012],[13.58956,52.37786],[13.5313,52.37719],[13.53103,52.38581],[13.44254,52.38473],[13.42861,52.36674],[13.38418,52.36617],[13.35417,52.39279],[13.29535,52.392]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2016"},{id:"Berlin-2017",name:"Berlin aerial photography 2017",type:"tms",template:"https://tiles.codefor.de/berlin-2017/{zoom}/{x}/{y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",polygon:[[[13.29535,52.392],[13.29502,52.40083],[13.19206,52.39937],[13.19241,52.39035],[13.14839,52.3897],[13.14877,52.38046],[13.11926,52.38001],[13.11888,52.38921],[13.08906,52.40693],[13.07431,52.4067],[13.07356,52.42447],[13.10259,52.43394],[13.10073,52.47912],[13.11534,52.47934],[13.11055,52.59579],[13.13972,52.60527],[13.18403,52.60593],[13.21212,52.63346],[13.27041,52.65222],[13.26973,52.67025],[13.31405,52.67086],[13.32953,52.65323],[13.43315,52.65458],[13.43254,52.67251],[13.44682,52.68189],[13.50593,52.68261],[13.50681,52.65545],[13.53643,52.6558],[13.53757,52.61964],[13.52288,52.61946],[13.52345,52.6017],[13.53842,52.59279],[13.56782,52.59313],[13.59798,52.58464],[13.5988,52.55755],[13.62826,52.55788],[13.65822,52.53124],[13.67314,52.53139],[13.67365,52.51359],[13.65912,52.51344],[13.65989,52.48661],[13.68929,52.48692],[13.7188,52.47807],[13.73406,52.4604],[13.7636,52.46069],[13.76454,52.42482],[13.75027,52.42468],[13.75097,52.39814],[13.70722,52.37923],[13.70772,52.36111],[13.67826,52.36081],[13.67876,52.34302],[13.66428,52.34287],[13.66454,52.33367],[13.62038,52.33319],[13.61959,52.36012],[13.58956,52.37786],[13.5313,52.37719],[13.53103,52.38581],[13.44254,52.38473],[13.42861,52.36674],[13.38418,52.36617],[13.35417,52.39279],[13.29535,52.392]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2017",best:true},{id:"Berlin-2017-infrared",name:"Berlin aerial photography 2017 (infrared)",type:"tms",template:"https://tiles.codefor.de/berlin-2017i/{zoom}/{x}/{y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",polygon:[[[13.29535,52.392],[13.29502,52.40083],[13.19206,52.39937],[13.19241,52.39035],[13.14839,52.3897],[13.14877,52.38046],[13.11926,52.38001],[13.11888,52.38921],[13.08906,52.40693],[13.07431,52.4067],[13.07356,52.42447],[13.10259,52.43394],[13.10073,52.47912],[13.11534,52.47934],[13.11055,52.59579],[13.13972,52.60527],[13.18403,52.60593],[13.21212,52.63346],[13.27041,52.65222],[13.26973,52.67025],[13.31405,52.67086],[13.32953,52.65323],[13.43315,52.65458],[13.43254,52.67251],[13.44682,52.68189],[13.50593,52.68261],[13.50681,52.65545],[13.53643,52.6558],[13.53757,52.61964],[13.52288,52.61946],[13.52345,52.6017],[13.53842,52.59279],[13.56782,52.59313],[13.59798,52.58464],[13.5988,52.55755],[13.62826,52.55788],[13.65822,52.53124],[13.67314,52.53139],[13.67365,52.51359],[13.65912,52.51344],[13.65989,52.48661],[13.68929,52.48692],[13.7188,52.47807],[13.73406,52.4604],[13.7636,52.46069],[13.76454,52.42482],[13.75027,52.42468],[13.75097,52.39814],[13.70722,52.37923],[13.70772,52.36111],[13.67826,52.36081],[13.67876,52.34302],[13.66428,52.34287],[13.66454,52.33367],[13.62038,52.33319],[13.61959,52.36012],[13.58956,52.37786],[13.5313,52.37719],[13.53103,52.38581],[13.44254,52.38473],[13.42861,52.36674],[13.38418,52.36617],[13.35417,52.39279],[13.29535,52.392]]],terms_text:"Geoportal Berlin/Digitale Color-Infrarot-Orthophotos 2017"},{id:"Bing",name:"Bing aerial imagery",type:"bing",template:"https://www.bing.com/maps",scaleExtent:[0,22],"default":true,description:"Satellite and aerial imagery.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/Bing.png"},{id:"Bologna-Orthophoto-2017",name:"Bologna ortofoto 2017",type:"tms",template:"https://sitmappe.comune.bologna.it/tms/tileserver/Ortofoto2017/{zoom}/{x}/{y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",scaleExtent:[0,19],polygon:[[[11.22962,44.53077],[11.23184,44.52461],[11.24123,44.52167],[11.23251,44.50893],[11.23572,44.50323],[11.25009,44.50116],[11.24765,44.49644],[11.25708,44.49765],[11.25653,44.49294],[11.29461,44.48981],[11.29676,44.4857],[11.28807,44.47586],[11.29226,44.4609],[11.28447,44.45459],[11.28228,44.42572],[11.29347,44.4276],[11.29254,44.43377],[11.31339,44.42103],[11.32504,44.42274],[11.33695,44.42772],[11.33765,44.43167],[11.3315,44.43273],[11.33453,44.43867],[11.34466,44.43594],[11.34498,44.44093],[11.36235,44.45099],[11.37312,44.44935],[11.37498,44.45897],[11.39499,44.46368],[11.4011,44.46122],[11.39464,44.46803],[11.41577,44.48376],[11.42559,44.4845],[11.42717,44.48921],[11.41727,44.4906],[11.43363,44.51312],[11.42692,44.51532],[11.43034,44.5196],[11.42466,44.51959],[11.41987,44.52934],[11.4143,44.52564],[11.40739,44.52851],[11.41487,44.53999],[11.38871,44.54145],[11.39082,44.54553],[11.36474,44.55253],[11.36414,44.55609],[11.3573,44.5519],[11.34375,44.55333],[11.33589,44.54299],[11.33145,44.54734],[11.31349,44.54722],[11.30929,44.5295],[11.29104,44.53581],[11.28179,44.54851],[11.26911,44.53248],[11.25118,44.55578],[11.24499,44.55569],[11.22962,44.53077]]],terms_url:"http://dati.comune.bologna.it/node/3449",terms_text:"© Comune di Bologna cc-by 4.0 ODbL compliant",best:true},{id:"Bonvillars-2013",name:"Bonvillars Orthophoto 2013",type:"tms",template:"http://osmdata.asitvd.ch/tiles/bonvillars2013/{zoom}/{x}/{y}.png",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[14,20],polygon:[[[6.66713,46.83358],[6.66313,46.83833],[6.67213,46.84191],[6.6749,46.84226],[6.67843,46.83807],[6.66713,46.83358]]],terms_url:"http://osmdata.asitvd.ch/",terms_text:"Bonvillars - Orthophoto technique 2013"},{id:"Bordeaux_2012",name:"Bordeaux - 2012",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2012/{zoom}/{x}/{y}",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[-0.59923,45.04193],[-0.54231,45.02757],[-0.50979,45.00601],[-0.47727,45.00206],[-0.47066,44.97367],[-0.45542,44.95102],[-0.46456,44.91792],[-0.4732,44.91936],[-0.48794,44.90928],[-0.4981,44.89057],[-0.48946,44.87797],[-0.4666,44.87076],[-0.47625,44.84735],[-0.49505,44.83978],[-0.49099,44.83186],[-0.46965,44.82537],[-0.49709,44.80446],[-0.52453,44.80013],[-0.5103,44.76767],[-0.53469,44.76515],[-0.56213,44.75107],[-0.5601,44.74169],[-0.5728,44.74133],[-0.59465,44.7601],[-0.63429,44.73989],[-0.65004,44.77705],[-0.67901,44.77489],[-0.68816,44.77922],[-0.71509,44.76839],[-0.75168,44.7471],[-0.76336,44.75577],[-0.73846,44.77561],[-0.74202,44.78571],[-0.72779,44.81239],[-0.73999,44.82861],[-0.76438,44.82933],[-0.803,44.82176],[-0.8401,44.82753],[-0.83908,44.84014],[-0.87567,44.85023],[-0.88532,44.85852],[-0.88685,44.88769],[-0.86601,44.88697],[-0.84569,44.89669],[-0.83349,44.92764],[-0.81825,44.92764],[-0.80198,44.92224],[-0.79843,44.9485],[-0.78725,44.94814],[-0.75574,44.97007],[-0.72169,44.95785],[-0.69578,44.93087],[-0.68866,44.93447],[-0.67139,44.93267],[-0.66935,44.94095],[-0.62514,44.95066],[-0.63226,44.95893],[-0.63124,44.9672],[-0.60024,44.96756],[-0.55146,44.97834],[-0.54079,44.97726],[-0.55451,44.99739],[-0.59364,45.01751],[-0.60787,45.03403],[-0.59923,45.04193]]],terms_text:"Communauté urbaine de Bordeaux - 2012"},{id:"Bordeaux_2016",name:"Bordeaux 2016",type:"tms",template:"http://tms.bordeaux.inria.fr/bdx2016/{zoom}/{x}/{y}.jpg",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",scaleExtent:[14,20],polygon:[[[-0.59923,45.04193],[-0.54231,45.02757],[-0.50979,45.00601],[-0.47727,45.00206],[-0.47066,44.97367],[-0.45542,44.95102],[-0.46456,44.91792],[-0.4732,44.91936],[-0.48794,44.90928],[-0.4981,44.89057],[-0.48946,44.87797],[-0.4666,44.87076],[-0.47625,44.84735],[-0.49505,44.83978],[-0.49099,44.83186],[-0.46965,44.82537],[-0.49709,44.80446],[-0.52453,44.80013],[-0.5103,44.76767],[-0.53469,44.76515],[-0.56213,44.75107],[-0.5601,44.74169],[-0.5728,44.74133],[-0.59465,44.7601],[-0.63429,44.73989],[-0.65004,44.77705],[-0.67901,44.77489],[-0.68816,44.77922],[-0.71509,44.76839],[-0.75168,44.7471],[-0.76336,44.75577],[-0.73846,44.77561],[-0.74202,44.78571],[-0.72779,44.81239],[-0.73999,44.82861],[-0.76438,44.82933],[-0.803,44.82176],[-0.8401,44.82753],[-0.83908,44.84014],[-0.87567,44.85023],[-0.88532,44.85852],[-0.88685,44.88769],[-0.86601,44.88697],[-0.84569,44.89669],[-0.83349,44.92764],[-0.81825,44.92764],[-0.80198,44.92224],[-0.79843,44.9485],[-0.78725,44.94814],[-0.75574,44.97007],[-0.72169,44.95785],[-0.69578,44.93087],[-0.68866,44.93447],[-0.67139,44.93267],[-0.66935,44.94095],[-0.62514,44.95066],[-0.63226,44.95893],[-0.63124,44.9672],[-0.60024,44.96756],[-0.55146,44.97834],[-0.54079,44.97726],[-0.55451,44.99739],[-0.59364,45.01751],[-0.60787,45.03403],[-0.59923,45.04193]]],terms_text:"Bordeaux Métropole - 2016"},{id:"branquinha_al",name:"Branquinha AL",type:"wms",template:"http://geoserver.dados.al.gov.br:8080/geoserver/Alagoas/ows?service=WMS&version=1.1.0&request=GetMap&layers=Branquinha&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-35.96968,-9.2928],[-35.97063,-9.20261],[-35.97727,-9.20264],[-35.98365,-9.2027],[-35.98765,-9.20266],[-35.99159,-9.20274],[-36.00498,-9.20284],[-36.01473,-9.20293],[-36.01651,-9.20296],[-36.01871,-9.20293],[-36.02487,-9.20286],[-36.02892,-9.20297],[-36.03308,-9.20289],[-36.03769,-9.20294],[-36.04581,-9.203],[-36.05161,-9.20305],[-36.05457,-9.20301],[-36.06022,-9.20304],[-36.06191,-9.20304],[-36.0618,-9.21319],[-36.06167,-9.21806],[-36.06156,-9.21915],[-36.06163,-9.22156],[-36.06144,-9.22277],[-36.06139,-9.22716],[-36.06134,-9.23227],[-36.0614,-9.23391],[-36.06145,-9.23494],[-36.06131,-9.23646],[-36.06133,-9.23773],[-36.06142,-9.23905],[-36.06145,-9.24133],[-36.06136,-9.2423],[-36.06141,-9.24358],[-36.06139,-9.2453],[-36.06126,-9.24726],[-36.06123,-9.24949],[-36.06127,-9.25107],[-36.06121,-9.25517],[-36.06119,-9.25795],[-36.06107,-9.25945],[-36.06109,-9.26183],[-36.06106,-9.26493],[-36.06086,-9.27146],[-36.06083,-9.2751],[-36.06074,-9.28274],[-36.0608,-9.29234],[-36.06074,-9.29363],[-36.05477,-9.29357],[-36.04621,-9.29349],[-36.03941,-9.29348],[-36.03501,-9.29339],[-36.02979,-9.29341],[-36.02167,-9.29332],[-36.01278,-9.29328],[-36.00468,-9.29321],[-35.99678,-9.29314],[-35.98969,-9.29312],[-35.98483,-9.29305],[-35.98305,-9.29289],[-35.98173,-9.29294],[-35.97884,-9.29282],[-35.96968,-9.2928]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"British_Columbia_Mosaic",name:"British Columbia Mosaic",type:"tms",template:"http://{switch:a,b,c,d}.imagery.paulnorman.ca/tiles/bc_mosaic/{zoom}/{x}/{y}.png",endDate:"2013-06-01T00:00:00.000Z",startDate:"2009-01-01T00:00:00.000Z",scaleExtent:[9,20],polygon:[[[-123.3176,49.32726],[-123.44053,49.32682],[-123.44072,49.33844],[-123.43984,49.34304],[-123.44013,49.34354],[-123.44011,49.34399],[-123.44063,49.34445],[-123.44047,49.34558],[-123.43978,49.34606],[-123.43897,49.34613],[-123.43729,49.35672],[-123.43748,49.37108],[-123.43353,49.37094],[-123.43304,49.37373],[-123.43327,49.37512],[-123.43228,49.3761],[-123.43175,49.37917],[-123.43143,49.37959],[-123.43078,49.38239],[-123.43134,49.38274],[-123.43121,49.38385],[-123.43004,49.38459],[-123.41899,49.38471],[-123.41922,49.41352],[-123.39725,49.41357],[-123.39728,49.42435],[-123.40069,49.42433],[-123.40077,49.57035],[-123.40008,49.57035],[-123.40108,49.59338],[-123.37604,49.59328],[-123.37698,49.67561],[-123.35073,49.67564],[-123.3508,49.70868],[-123.33289,49.70872],[-123.33279,49.72563],[-123.30071,49.72556],[-123.30092,49.73754],[-123.2886,49.73764],[-123.28878,49.82492],[-123.2998,49.82492],[-123.30117,49.84978],[-123.32182,49.85067],[-123.32733,49.85777],[-123.32767,49.97589],[-123.30083,49.97522],[-123.30072,50.0997],[-123.25017,50.10074],[-123.25091,50.27549],[-123.02243,50.27556],[-123.02249,50.32549],[-123.00093,50.32547],[-123.00078,50.34239],[-122.9775,50.34234],[-122.97748,50.35043],[-122.95081,50.3505],[-122.95079,50.3712],[-122.93252,50.37115],[-122.9321,50.39979],[-122.88742,50.39997],[-122.88734,50.42561],[-122.66202,50.4257],[-122.66231,50.39945],[-122.59903,50.39924],[-122.59883,50.37552],[-122.57248,50.37537],[-122.57356,50.24939],[-122.59904,50.24946],[-122.59915,50.22657],[-122.6185,50.22664],[-122.61857,50.22441],[-122.64906,50.22451],[-122.64922,50.19935],[-122.73086,50.19938],[-122.73116,50.12443],[-122.74904,50.12451],[-122.74905,50.0903],[-122.76878,50.09034],[-122.76898,49.94945],[-122.99905,49.94947],[-122.99912,49.87546],[-122.97759,49.87546],[-122.97781,49.69951],[-122.99924,49.69948],[-122.99925,49.65165],[-123.02215,49.65165],[-123.02212,49.59951],[-123.04919,49.59946],[-123.04919,49.59405],[-123.06646,49.59404],[-123.06636,49.54519],[-123.06999,49.54512],[-123.0699,49.54132],[-123.07068,49.53928],[-123.07089,49.53799],[-123.07115,49.53688],[-123.07111,49.53581],[-123.07138,49.53282],[-123.07165,49.53211],[-123.07171,49.53139],[-123.07203,49.53042],[-123.07396,49.53035],[-123.0748,49.5295],[-123.07482,49.52881],[-123.07434,49.52806],[-123.07353,49.52746],[-123.07337,49.52704],[-123.07329,49.52559],[-123.07371,49.52496],[-123.07362,49.52449],[-123.09926,49.52449],[-123.09916,49.47545],[-123.07105,49.47553],[-123.07109,49.4663],[-123.07392,49.46631],[-123.07422,49.4505],[-123.07463,49.45009],[-123.07465,49.44933],[-123.0746,49.44902],[-123.07446,49.44869],[-123.07433,49.44799],[-123.07424,49.44777],[-123.07431,49.44475],[-123.07471,49.44476],[-123.07464,49.43773],[-122.99965,49.43774],[-122.99965,49.43692],[-122.86062,49.44153],[-122.81026,49.4424],[-122.8099,49.37667],[-122.40361,49.37666],[-122.40363,49.37719],[-122.26474,49.3773],[-122.26354,49.23601],[-122.21557,49.23614],[-122.0581,49.23588],[-121.95383,49.29665],[-121.94009,49.30454],[-121.92358,49.31423],[-121.89909,49.32254],[-121.88834,49.32598],[-121.8553,49.33636],[-121.8327,49.34415],[-121.76713,49.36544],[-121.67367,49.36546],[-121.64042,49.37438],[-121.5962,49.38605],[-121.58612,49.38792],[-121.52137,49.39946],[-121.51174,49.40384],[-121.46793,49.4229],[-121.44168,49.43456],[-121.42243,49.43458],[-121.34629,49.39323],[-121.34801,49.34124],[-121.5135,49.32058],[-121.60317,49.27717],[-121.65841,49.18561],[-121.67995,49.16541],[-121.78158,49.07026],[-121.80762,49.06225],[-121.9394,49.06362],[-121.97255,49.04242],[-121.99214,49.03329],[-122.00353,49.02734],[-122.01786,49.02411],[-122.11086,48.99928],[-122.14931,48.99953],[-122.14927,48.99915],[-122.19914,48.9996],[-122.19918,48.9992],[-122.23436,48.99948],[-122.23436,49.00017],[-122.39947,49.00124],[-122.45213,49.00163],[-122.45213,49.00088],[-122.45841,49.00093],[-122.45848,48.99931],[-122.49925,48.9995],[-122.49925,48.99929],[-122.54926,48.99951],[-122.54926,48.99932],[-122.65808,48.99942],[-122.65811,48.9954],[-122.70676,48.99553],[-122.75198,48.99564],[-122.79221,48.99572],[-122.79219,48.99943],[-123.03504,48.99957],[-123.03504,49.0001],[-123.03971,49.00005],[-123.03974,49.00018],[-123.04855,49.00013],[-123.04853,49.00047],[-123.05571,49.00045],[-123.05563,49.00023],[-123.06414,49.00013],[-123.06416,48.99994],[-123.0749,48.99969],[-123.07507,49.00062],[-123.08996,49.00037],[-123.10923,48.99994],[-123.12712,49.0003],[-123.136,48.99987],[-123.13627,49.00058],[-123.15385,48.99981],[-123.15405,49.00068],[-123.171,49.00013],[-123.20009,48.99968],[-123.20034,49.04978],[-123.21088,49.04972],[-123.21122,49.05199],[-123.20705,49.05209],[-123.20789,49.06079],[-123.21917,49.0601],[-123.21896,49.06127],[-123.22518,49.06127],[-123.22539,49.06224],[-123.22971,49.06203],[-123.22981,49.06859],[-123.23319,49.06873],[-123.2335,49.07059],[-123.24931,49.07025],[-123.24973,49.08026],[-123.27514,49.0804],[-123.27514,49.08709],[-123.29948,49.0873],[-123.29944,49.08025],[-123.32545,49.08039],[-123.32544,49.11547],[-123.2751,49.15033],[-123.27518,49.18733],[-123.27881,49.18711],[-123.27889,49.19107],[-123.30048,49.19107],[-123.30042,49.26229],[-123.31262,49.26224],[-123.3126,49.27149],[-123.31543,49.27147],[-123.31566,49.28189],[-123.31747,49.28188],[-123.3175,49.29185],[-123.31904,49.29185],[-123.31907,49.2986],[-123.32023,49.29857],[-123.32028,49.30197],[-123.32227,49.30196],[-123.32239,49.31183],[-123.3254,49.31181],[-123.32539,49.32017],[-123.31927,49.3202],[-123.31922,49.32467],[-123.31794,49.32466],[-123.31799,49.32541],[-123.3176,49.32726]]],terms_url:"http://imagery.paulnorman.ca/tiles/about.html",terms_text:"Copyright Province of British Columbia, City of Surrey"},{id:"Budapest_XI_2015",name:"Budapest district XI orthophoto 2015",type:"wms",template:"http://terinfo.ujbuda.hu/mapproxy/service?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orto2015_20160304&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[19.04767,47.48789],[19.05157,47.4899],[19.06434,47.4792],[19.0665,47.47632],[19.06766,47.47343],[19.06837,47.47077],[19.06846,47.46876],[19.06722,47.46501],[19.05683,47.45259],[19.0549,47.44906],[19.05176,47.43499],[19.04863,47.429],[19.04384,47.42968],[19.04023,47.42932],[19.03509,47.43818],[19.03221,47.43779],[19.0252,47.442],[19.0207,47.44576],[19.01915,47.44658],[19.01545,47.44759],[19.01347,47.44361],[19.01266,47.44271],[19.01178,47.44247],[19.0119,47.44188],[19.0098,47.43944],[19.0057,47.43111],[19.00046,47.43097],[18.99534,47.42821],[18.97545,47.42818],[18.97343,47.42904],[18.97361,47.42998],[18.97548,47.43067],[18.97719,47.43402],[18.97823,47.43817],[18.97733,47.44657],[18.97004,47.44988],[18.96861,47.45142],[18.97568,47.45506],[18.97586,47.45556],[18.97625,47.45584],[18.97658,47.45594],[18.97763,47.45597],[18.98017,47.45605],[18.98162,47.46067],[18.97793,47.46857],[18.96867,47.47643],[18.97745,47.48194],[18.98035,47.48169],[18.98565,47.4782],[18.98907,47.47838],[18.99117,47.47898],[18.99177,47.48102],[18.99288,47.48182],[18.99836,47.48238],[18.99902,47.483],[19.004,47.48189],[19.00416,47.48399],[19.01027,47.48535],[19.01237,47.48404],[19.0138,47.48351],[19.01674,47.48465],[19.0163,47.48539],[19.01689,47.48595],[19.01808,47.48605],[19.02108,47.48492],[19.02124,47.48612],[19.02301,47.48741],[19.02637,47.48885],[19.02995,47.48904],[19.03135,47.48855],[19.03189,47.48759],[19.03286,47.48712],[19.03364,47.48702],[19.03514,47.48725],[19.03585,47.48729],[19.03616,47.48751],[19.03665,47.48767],[19.03748,47.48774],[19.03847,47.48737],[19.03918,47.48679],[19.04105,47.48649],[19.04181,47.48737],[19.04387,47.4881],[19.04542,47.48817],[19.04695,47.4881],[19.04767,47.48789]]],terms_url:"http://terinfo.ujbuda.hu",terms_text:"Budapest XI. kerület önkormányzata",description:"5 cm resolution bald image"},{id:"Budapest_XI_2017",name:"Budapest district XI orthophoto 2017",type:"wms",template:"http://terinfo.ujbuda.hu/mapproxy/service?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orto_2017&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2017-03-01T00:00:00.000Z",startDate:"2017-03-01T00:00:00.000Z",polygon:[[[19.04767,47.48789],[19.05157,47.4899],[19.06434,47.4792],[19.0665,47.47632],[19.06766,47.47343],[19.06837,47.47077],[19.06846,47.46876],[19.06722,47.46501],[19.05683,47.45259],[19.0549,47.44906],[19.05176,47.43499],[19.04863,47.429],[19.04384,47.42968],[19.04023,47.42932],[19.03509,47.43818],[19.03221,47.43779],[19.0252,47.442],[19.0207,47.44576],[19.01915,47.44658],[19.01545,47.44759],[19.01347,47.44361],[19.01266,47.44271],[19.01178,47.44247],[19.0119,47.44188],[19.0098,47.43944],[19.0057,47.43111],[19.00046,47.43097],[18.99534,47.42821],[18.97545,47.42818],[18.97343,47.42904],[18.97361,47.42998],[18.97548,47.43067],[18.97719,47.43402],[18.97823,47.43817],[18.97733,47.44657],[18.97004,47.44988],[18.96861,47.45142],[18.97568,47.45506],[18.97586,47.45556],[18.97625,47.45584],[18.97658,47.45594],[18.97763,47.45597],[18.98017,47.45605],[18.98162,47.46067],[18.97793,47.46857],[18.96867,47.47643],[18.97745,47.48194],[18.98035,47.48169],[18.98565,47.4782],[18.98907,47.47838],[18.99117,47.47898],[18.99177,47.48102],[18.99288,47.48182],[18.99836,47.48238],[18.99902,47.483],[19.004,47.48189],[19.00416,47.48399],[19.01027,47.48535],[19.01237,47.48404],[19.0138,47.48351],[19.01674,47.48465],[19.0163,47.48539],[19.01689,47.48595],[19.01808,47.48605],[19.02108,47.48492],[19.02124,47.48612],[19.02301,47.48741],[19.02637,47.48885],[19.02995,47.48904],[19.03135,47.48855],[19.03189,47.48759],[19.03286,47.48712],[19.03364,47.48702],[19.03514,47.48725],[19.03585,47.48729],[19.03616,47.48751],[19.03665,47.48767],[19.03748,47.48774],[19.03847,47.48737],[19.03918,47.48679],[19.04105,47.48649],[19.04181,47.48737],[19.04387,47.4881],[19.04542,47.48817],[19.04695,47.4881],[19.04767,47.48789]]],terms_url:"http://terinfo.ujbuda.hu",terms_text:"Budapest XI. kerület önkormányzata",best:true,description:"5 cm resolution bald image"},{id:"Cadastre",name:"Cadastre",type:"tms",template:"http://tms.cadastre.openstreetmap.fr/*/tout/{zoom}/{x}/{y}.png",scaleExtent:[12,22],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]]],terms_url:"https://wiki.openstreetmap.org/wiki/WikiProject_Cadastre_Fran%C3%A7ais/Conditions_d%27utilisation",terms_text:"cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2018",description:"French land registry",icon:"https://svn.openstreetmap.org/applications/editors/josm/plugins/cadastre-fr/images/cadastre_small.png"},{id:"lu.geoportail.opendata.cadastre",name:"Cadastre geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/cadastre/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png",scaleExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/plan-cadastral-numerise-pcn-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"cajueiro_al",name:"Cajueiro AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Cajueiro&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.10753,-9.43884],[-36.10752,-9.43421],[-36.10767,-9.42959],[-36.10779,-9.42361],[-36.10769,-9.41927],[-36.10781,-9.41391],[-36.10803,-9.41094],[-36.1081,-9.40965],[-36.10811,-9.40747],[-36.10816,-9.40693],[-36.10819,-9.40418],[-36.10811,-9.40176],[-36.10817,-9.40002],[-36.10827,-9.39952],[-36.10827,-9.39646],[-36.10833,-9.39475],[-36.10832,-9.39273],[-36.10836,-9.3904],[-36.10841,-9.38447],[-36.10847,-9.38165],[-36.10846,-9.37767],[-36.10835,-9.37573],[-36.10845,-9.37432],[-36.10849,-9.37234],[-36.10845,-9.3697],[-36.10867,-9.36278],[-36.10863,-9.36102],[-36.10873,-9.35928],[-36.10874,-9.35736],[-36.10855,-9.35479],[-36.1087,-9.3523],[-36.10871,-9.34996],[-36.10873,-9.34893],[-36.11269,-9.34908],[-36.11726,-9.34912],[-36.12138,-9.34905],[-36.12806,-9.3491],[-36.13217,-9.34906],[-36.13694,-9.34915],[-36.14025,-9.34914],[-36.14134,-9.34932],[-36.14458,-9.34916],[-36.14684,-9.34914],[-36.14842,-9.34905],[-36.15276,-9.34907],[-36.154,-9.34922],[-36.15627,-9.34923],[-36.16026,-9.34921],[-36.16086,-9.34929],[-36.166,-9.34933],[-36.16938,-9.34942],[-36.17176,-9.34936],[-36.17628,-9.34945],[-36.18028,-9.34937],[-36.18227,-9.34946],[-36.18826,-9.34938],[-36.19039,-9.34945],[-36.19354,-9.34946],[-36.19552,-9.34941],[-36.19918,-9.34951],[-36.19926,-9.35146],[-36.19913,-9.35234],[-36.19912,-9.35353],[-36.19919,-9.35646],[-36.19922,-9.35771],[-36.1993,-9.35832],[-36.19933,-9.36112],[-36.19922,-9.36177],[-36.19918,-9.36258],[-36.19931,-9.364],[-36.19926,-9.36499],[-36.19922,-9.36563],[-36.19928,-9.3666],[-36.19917,-9.36796],[-36.19917,-9.36868],[-36.19922,-9.36911],[-36.19912,-9.37017],[-36.19887,-9.37149],[-36.19886,-9.37264],[-36.19902,-9.37322],[-36.19915,-9.37504],[-36.19911,-9.37688],[-36.19896,-9.37747],[-36.19899,-9.37915],[-36.19917,-9.38053],[-36.19919,-9.38124],[-36.19926,-9.38175],[-36.19928,-9.38302],[-36.19913,-9.38374],[-36.19908,-9.38592],[-36.19879,-9.38787],[-36.19881,-9.38935],[-36.19902,-9.39092],[-36.19904,-9.392],[-36.19899,-9.39348],[-36.1988,-9.39451],[-36.19867,-9.39705],[-36.19845,-9.39949],[-36.19864,-9.40313],[-36.19866,-9.40476],[-36.19865,-9.40836],[-36.19875,-9.40902],[-36.19857,-9.41058],[-36.19859,-9.41273],[-36.19874,-9.41446],[-36.19868,-9.41711],[-36.1986,-9.41902],[-36.19846,-9.41965],[-36.1985,-9.42235],[-36.19871,-9.42429],[-36.19858,-9.42697],[-36.1984,-9.42895],[-36.19857,-9.43412],[-36.19871,-9.4347],[-36.19865,-9.43595],[-36.19857,-9.43626],[-36.19859,-9.43667],[-36.19876,-9.43749],[-36.19889,-9.43905],[-36.19882,-9.43995],[-36.1785,-9.43977],[-36.17718,-9.43968],[-36.17265,-9.43967],[-36.17099,-9.43971],[-36.16396,-9.43963],[-36.15386,-9.4395],[-36.13983,-9.4393],[-36.12875,-9.43913],[-36.11497,-9.43892],[-36.10753,-9.43884]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"osm-cambodia_laos_thailand_vietnam-bilingual",name:"Cambodia, Laos, Thailand, Vietnam, Malaysia, Myanmar bilingual",type:"tms",template:"https://{switch:a,b,c,d}.tile.osm-tools.org/osm/{zoom}/{x}/{y}.png",scaleExtent:[0,20],polygon:[[[92.10238,20.81356],[93.56905,24.09755],[94.1733,23.92695],[95.19503,26.70727],[96.75509,27.52867],[97.58456,28.5806],[98.73812,27.51405],[98.74362,25.87992],[97.67794,24.75774],[97.96359,24.04238],[98.82052,24.16272],[99.52364,22.95934],[100.36959,21.50514],[101.79232,22.48305],[105.36288,23.33311],[106.81857,22.84801],[108.19735,21.36197],[107.43895,18.85398],[117.14537,7.46562],[119.6173,5.28754],[118.12315,4.05023],[117.25523,4.36249],[115.86546,4.34606],[115.50841,3.02498],[114.5526,1.5101],[113.54186,1.25748],[112.96507,1.5705],[112.24547,1.5101],[111.67418,1.01583],[110.4547,0.90049],[109.49889,1.9219],[103.22569,1.12568],[100.46263,3.23889],[97.6721,8.05888],[93.89281,15.93987],[92.10238,20.81356]]],terms_url:"http://www.osm-tools.org",terms_text:"© osm-tools.org & OpenStreetMap contributors, CC-BY-SA"},{id:"campo_alegre_al",name:"Campo Alegre AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Campo%20Alegre&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.30643,-9.82332],[-36.30603,-9.78597],[-36.30602,-9.78263],[-36.30609,-9.78168],[-36.30604,-9.78081],[-36.3059,-9.77531],[-36.30586,-9.76496],[-36.30545,-9.73336],[-36.39634,-9.73248],[-36.39627,-9.73744],[-36.39636,-9.74336],[-36.39644,-9.75535],[-36.3966,-9.75856],[-36.39665,-9.75979],[-36.39655,-9.76244],[-36.39661,-9.76489],[-36.39658,-9.76648],[-36.39661,-9.76684],[-36.39659,-9.7696],[-36.3967,-9.77896],[-36.39675,-9.78464],[-36.39684,-9.79067],[-36.39693,-9.79681],[-36.39703,-9.80298],[-36.39719,-9.82033],[-36.39722,-9.82234],[-36.39392,-9.82233],[-36.35375,-9.82279],[-36.34822,-9.82286],[-36.31697,-9.82317],[-36.31191,-9.82324],[-36.30879,-9.82327],[-36.30643,-9.82332]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"canaan_drone_red_cross_201712",name:"Canaan - American Red Cross, Dec-2017",type:"tms",template:"https://tiles.openaerialmap.org/5ac65a9f91b5310010e0d489/0/5ac65a9f91b5310010e0d48a/{zoom}/{x}/{y}.png",endDate:"2017-12-20T00:00:00.000Z",startDate:"2017-12-11T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[-72.26734,18.63561],[-72.2636,18.6373],[-72.26116,18.64141],[-72.25983,18.64588],[-72.25811,18.64742],[-72.24502,18.64795],[-72.23433,18.64807],[-72.22734,18.6482],[-72.21953,18.65438],[-72.2161,18.65446],[-72.21584,18.66222],[-72.21725,18.66739],[-72.21889,18.67019],[-72.22309,18.66958],[-72.22343,18.67312],[-72.22502,18.6732],[-72.22545,18.67609],[-72.23288,18.67597],[-72.23339,18.67877],[-72.23674,18.67857],[-72.23854,18.67975],[-72.24,18.68129],[-72.24463,18.68207],[-72.24682,18.6817],[-72.24605,18.67698],[-72.25094,18.67698],[-72.25511,18.67902],[-72.25961,18.67898],[-72.26081,18.67743],[-72.27038,18.67711],[-72.27901,18.67682],[-72.28373,18.67893],[-72.28613,18.68154],[-72.29665,18.68178],[-72.30184,18.68568],[-72.3012,18.68824],[-72.30802,18.69324],[-72.30948,18.69308],[-72.31699,18.69682],[-72.32806,18.70528],[-72.3384,18.69902],[-72.34012,18.69666],[-72.33961,18.69426],[-72.33377,18.68357],[-72.33135,18.68192],[-72.32551,18.68093],[-72.32027,18.67741],[-72.31626,18.67477],[-72.31167,18.672],[-72.308,18.66995],[-72.30534,18.66926],[-72.30068,18.66499],[-72.29796,18.66479],[-72.29609,18.66129],[-72.29315,18.65999],[-72.29519,18.65497],[-72.28414,18.64962],[-72.27804,18.64523],[-72.27487,18.64212],[-72.27352,18.64057],[-72.2706,18.63901],[-72.26734,18.63561]]],terms_url:"http://americanredcross.github.io/",terms_text:"American Red Cross",description:"Drone imagery collected December 2017 for Canaan, Haiti by American Red Cross in coordination with the Haitian Red Cross."},{id:"Geneve-SITG-2011",name:"Canton de Génève 5cm (SITG 2011)",type:"wms",template:"https://ge.ch/ags2/services/Orthophotos_2011/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[6.18221,46.22618],[6.18348,46.22772],[6.18929,46.23329],[6.19196,46.23858],[6.19253,46.24239],[6.19061,46.24397],[6.19046,46.24654],[6.19256,46.25045],[6.19186,46.25262],[6.19325,46.256],[6.19287,46.25776],[6.19543,46.26181],[6.1979,46.26454],[6.20045,46.26569],[6.20917,46.26634],[6.21716,46.27388],[6.22046,46.27895],[6.2275,46.28649],[6.23433,46.28955],[6.23643,46.2932],[6.24074,46.29774],[6.23958,46.30396],[6.2413,46.30529],[6.2432,46.30453],[6.24513,46.30492],[6.24627,46.30372],[6.24983,46.3027],[6.25032,46.3014],[6.24938,46.30018],[6.25146,46.29647],[6.25063,46.29451],[6.25223,46.29382],[6.25429,46.2907],[6.25231,46.28735],[6.25032,46.2868],[6.24974,46.28574],[6.24636,46.28433],[6.24323,46.28428],[6.23985,46.28098],[6.23934,46.27627],[6.24372,46.27356],[6.25113,46.26258],[6.26244,46.2553],[6.26301,46.25457],[6.262,46.25215],[6.26736,46.24887],[6.27732,46.25211],[6.27725,46.25298],[6.2832,46.25503],[6.28231,46.25568],[6.28278,46.25677],[6.28868,46.26046],[6.29154,46.2644],[6.29457,46.26556],[6.29729,46.26489],[6.29783,46.2631],[6.29541,46.25827],[6.29663,46.2566],[6.3024,46.2558],[6.30678,46.25753],[6.311,46.25666],[6.30768,46.25184],[6.31046,46.25057],[6.31011,46.24749],[6.31156,46.24386],[6.29606,46.22501],[6.29012,46.22241],[6.27773,46.21493],[6.26707,46.21276],[6.25668,46.20926],[6.25089,46.20574],[6.25076,46.20456],[6.2495,46.20404],[6.24643,46.20454],[6.24251,46.20364],[6.23594,46.20541],[6.23347,46.20509],[6.22889,46.20172],[6.22323,46.20005],[6.22355,46.19881],[6.22257,46.19791],[6.21935,46.19765],[6.21688,46.19448],[6.21259,46.19189],[6.20727,46.19137],[6.20588,46.18908],[6.2034,46.18806],[6.20282,46.18642],[6.20035,46.18504],[6.19905,46.18296],[6.19615,46.18288],[6.1885,46.17967],[6.18751,46.17539],[6.18982,46.16584],[6.1748,46.15694],[6.1688,46.15624],[6.15829,46.15195],[6.15434,46.15141],[6.14952,46.14933],[6.14805,46.14748],[6.14832,46.14619],[6.14561,46.14417],[6.14244,46.14493],[6.13768,46.14217],[6.13692,46.14071],[6.13074,46.13946],[6.12598,46.13966],[6.12014,46.14181],[6.1077,46.14203],[6.10537,46.14313],[6.09746,46.14325],[6.09151,46.15095],[6.07476,46.14795],[6.07188,46.14908],[6.05295,46.15046],[6.04973,46.1468],[6.04862,46.14153],[6.04571,46.13916],[6.04287,46.14006],[6.04013,46.13894],[6.03783,46.13716],[6.03647,46.13381],[6.03531,46.13344],[6.03,46.13816],[6.02079,46.14024],[6.01693,46.14191],[6.01282,46.14119],[6.00814,46.14171],[6.00364,46.14088],[5.99338,46.1432],[5.98728,46.14171],[5.98464,46.14232],[5.98309,46.13712],[5.97603,46.1319],[5.97314,46.13081],[5.97037,46.13108],[5.96536,46.12882],[5.96163,46.12976],[5.9573,46.12767],[5.95575,46.12836],[5.95484,46.13214],[5.9589,46.13553],[5.96446,46.13738],[5.96517,46.13845],[5.9631,46.14241],[5.96383,46.14656],[5.97157,46.1558],[5.97884,46.16721],[5.98022,46.17354],[5.98322,46.17507],[5.98537,46.17478],[5.98754,46.17306],[5.99029,46.17955],[5.9936,46.18203],[5.98976,46.18692],[5.98287,46.18822],[5.98068,46.1904],[5.96282,46.1963],[5.96225,46.19719],[5.96465,46.20022],[5.97164,46.20302],[5.96985,46.20383],[5.96794,46.20675],[5.97227,46.21418],[5.97364,46.21563],[5.97897,46.21821],[6.00857,46.24444],[6.01422,46.24855],[6.06593,46.28345],[6.11511,46.31511],[6.12573,46.31843],[6.12972,46.31568],[6.12978,46.31407],[6.13604,46.30896],[6.14179,46.30555],[6.15393,46.30014],[6.17157,46.29507],[6.17125,46.29223],[6.17277,46.28629],[6.17018,46.28533],[6.16834,46.28109],[6.17201,46.27554],[6.1722,46.27301],[6.1691,46.26785],[6.16746,46.26217],[6.16531,46.26195],[6.16455,46.26274],[6.15943,46.25898],[6.15532,46.25216],[6.15387,46.25212],[6.15273,46.25037],[6.15311,46.2477],[6.15494,46.24591],[6.1521,46.23878],[6.15217,46.23273],[6.15034,46.22659],[6.15454,46.22191],[6.15483,46.22044],[6.15296,46.21738],[6.154,46.21355],[6.1571,46.21097],[6.16263,46.21043],[6.16387,46.2097],[6.16911,46.21191],[6.16867,46.21318],[6.17073,46.21478],[6.17471,46.21603],[6.18221,46.22618]],[[6.18834,46.34901],[6.18696,46.34862],[6.18195,46.35015],[6.17961,46.352],[6.17142,46.35444],[6.17022,46.35911],[6.17415,46.36036],[6.17272,46.36189],[6.17348,46.36288],[6.17999,46.36547],[6.1877,46.36132],[6.19447,46.36175],[6.19905,46.36086],[6.20113,46.35634],[6.20258,46.35567],[6.20791,46.35583],[6.21374,46.35379],[6.21247,46.35085],[6.20846,46.34665],[6.2086,46.33991],[6.20659,46.33792],[6.20493,46.33861],[6.20348,46.33793],[6.19181,46.34333],[6.19318,46.34787],[6.19076,46.3477],[6.18834,46.34901]],[[6.18182,46.34281],[6.18016,46.34318],[6.1752,46.34532],[6.17341,46.34398],[6.17324,46.34054],[6.1714,46.33952],[6.16588,46.34254],[6.16564,46.34339],[6.17091,46.35054],[6.17341,46.35029],[6.17458,46.35192],[6.17587,46.35205],[6.18579,46.34593],[6.18182,46.34281]]],terms_url:"http://ge.ch/sitg/donnees/conditions-d-utilisation/open-data",terms_text:"Orthophotos du SITG 2011"},{id:"CTFRIBOURG2016",name:"Canton Fribourg 2016",type:"tms",template:"https://mapproxy.osm.ch/tiles/fribourg_2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",scaleExtent:[1,21],polygon:[[[6.79478,46.57542],[6.79949,46.57407],[6.80256,46.57491],[6.80336,46.57687],[6.80427,46.57664],[6.80489,46.57792],[6.80794,46.57761],[6.8094,46.57885],[6.81084,46.57896],[6.81322,46.57823],[6.81153,46.58099],[6.8142,46.58396],[6.81411,46.58567],[6.8206,46.58368],[6.82371,46.57747],[6.82693,46.57796],[6.82927,46.57637],[6.83485,46.57533],[6.83744,46.57677],[6.83691,46.57748],[6.83982,46.57896],[6.84239,46.58244],[6.84532,46.58276],[6.84644,46.58394],[6.84857,46.58331],[6.85087,46.58113],[6.85262,46.58197],[6.85996,46.57987],[6.86554,46.57725],[6.86507,46.57623],[6.8679,46.57515],[6.87446,46.56497],[6.8845,46.56195],[6.88686,46.56341],[6.89214,46.5679],[6.89918,46.56671],[6.89885,46.56499],[6.89393,46.55991],[6.88822,46.55815],[6.86839,46.54164],[6.86498,46.53896],[6.86015,46.53597],[6.85563,46.54086],[6.85501,46.54144],[6.85087,46.54111],[6.8407,46.53819],[6.83032,46.53744],[6.82783,46.54298],[6.82553,46.54357],[6.81278,46.52707],[6.81088,46.52513],[6.81534,46.52139],[6.8181,46.5165],[6.82263,46.51411],[6.82429,46.51207],[6.83034,46.51246],[6.83239,46.50544],[6.83503,46.50231],[6.84126,46.49706],[6.84294,46.49632],[6.84554,46.49667],[6.84775,46.49369],[6.84891,46.49337],[6.85729,46.49305],[6.86276,46.49384],[6.86634,46.50079],[6.87244,46.50431],[6.88168,46.51257],[6.8967,46.52044],[6.89773,46.52005],[6.89711,46.51766],[6.89767,46.51483],[6.89522,46.51079],[6.89572,46.50773],[6.89974,46.51039],[6.90142,46.51233],[6.92517,46.50769],[6.92759,46.50467],[6.93363,46.50167],[6.93674,46.50096],[6.95614,46.49949],[6.97239,46.48879],[6.97581,46.4784],[6.97783,46.47289],[6.97815,46.46833],[6.97906,46.46107],[6.98016,46.45896],[6.99212,46.44891],[6.98361,46.43873],[6.98394,46.43799],[6.98746,46.43794],[7.01786,46.44707],[7.02103,46.45729],[7.06583,46.48904],[7.0724,46.4864],[7.10037,46.48699],[7.12279,46.49869],[7.1264,46.50317],[7.13096,46.50466],[7.13624,46.50861],[7.13704,46.51308],[7.14005,46.51688],[7.14044,46.51988],[7.14318,46.52183],[7.1437,46.52475],[7.1453,46.52701],[7.14835,46.52846],[7.15834,46.52681],[7.16346,46.52855],[7.16709,46.53101],[7.18234,46.53837],[7.19218,46.54656],[7.20081,46.54169],[7.20108,46.543],[7.20765,46.53291],[7.21417,46.53762],[7.21811,46.54211],[7.22171,46.54481],[7.22311,46.5476],[7.22543,46.54923],[7.2322,46.55123],[7.23614,46.554],[7.24047,46.55424],[7.24705,46.55623],[7.25574,46.56029],[7.26385,46.56752],[7.2681,46.57369],[7.28136,46.58411],[7.2992,46.5791],[7.30805,46.58132],[7.31254,46.58917],[7.3207,46.59183],[7.31479,46.60042],[7.3162,46.60937],[7.31826,46.61615],[7.3178,46.61856],[7.31213,46.6217],[7.31327,46.63662],[7.32284,46.63731],[7.32684,46.63873],[7.32975,46.64171],[7.32787,46.64616],[7.321,46.65465],[7.32345,46.65526],[7.32914,46.65459],[7.33116,46.65522],[7.33403,46.65471],[7.34549,46.6553],[7.34756,46.65307],[7.35063,46.65164],[7.35079,46.64799],[7.35456,46.64669],[7.3558,46.64533],[7.35528,46.64193],[7.35714,46.63927],[7.35877,46.64418],[7.36209,46.64683],[7.36229,46.64791],[7.36608,46.64898],[7.37747,46.65636],[7.36933,46.65564],[7.36953,46.65748],[7.37103,46.65907],[7.37083,46.66085],[7.37187,46.66283],[7.37122,46.66375],[7.37252,46.66757],[7.37108,46.66942],[7.37649,46.67503],[7.37293,46.68012],[7.37777,46.68357],[7.37587,46.68645],[7.376,46.6878],[7.38027,46.69018],[7.37693,46.69272],[7.3686,46.69265],[7.3649,46.69505],[7.36261,46.69928],[7.3598,46.69802],[7.34598,46.69895],[7.34604,46.7019],[7.34939,46.70555],[7.35037,46.70874],[7.35021,46.71119],[7.34903,46.71249],[7.34065,46.71464],[7.33277,46.71491],[7.32868,46.71641],[7.31011,46.71815],[7.30785,46.71717],[7.30002,46.72247],[7.29683,46.72737],[7.29685,46.73565],[7.29834,46.74013],[7.30304,46.74517],[7.30454,46.74816],[7.30486,46.75026],[7.30335,46.7514],[7.30309,46.75261],[7.30359,46.75919],[7.29987,46.76375],[7.29881,46.76513],[7.29307,46.77136],[7.29532,46.77537],[7.29639,46.77729],[7.30081,46.77905],[7.30053,46.78064],[7.30113,46.78134],[7.30447,46.78321],[7.30447,46.78415],[7.30207,46.78638],[7.30351,46.78887],[7.30201,46.79079],[7.30159,46.79283],[7.30732,46.79872],[7.31044,46.80823],[7.31537,46.81246],[7.32028,46.8149],[7.32047,46.81564],[7.32072,46.82011],[7.31981,46.82515],[7.32891,46.829],[7.3302,46.82968],[7.33123,46.83177],[7.33103,46.8328],[7.32926,46.83563],[7.32333,46.84041],[7.30755,46.84704],[7.30775,46.84808],[7.30613,46.84999],[7.31207,46.85557],[7.31351,46.85936],[7.31739,46.8606],[7.32087,46.86154],[7.32576,46.85681],[7.323,46.85476],[7.32603,46.85163],[7.33181,46.8512],[7.33536,46.85043],[7.33678,46.84979],[7.33821,46.84946],[7.34726,46.85375],[7.34934,46.85331],[7.35167,46.85502],[7.35444,46.85875],[7.35772,46.86065],[7.35925,46.86311],[7.35794,46.86513],[7.35838,46.8688],[7.35738,46.8701],[7.35386,46.87129],[7.35253,46.87555],[7.35339,46.88676],[7.34843,46.88934],[7.32573,46.89373],[7.30935,46.89152],[7.29618,46.89377],[7.28938,46.89377],[7.28639,46.89269],[7.28245,46.8898],[7.2802,46.8896],[7.27259,46.89249],[7.26634,46.89361],[7.25931,46.89797],[7.24433,46.90037],[7.24314,46.89792],[7.23633,46.89809],[7.23203,46.90029],[7.2309,46.9024],[7.23032,46.90394],[7.22351,46.90276],[7.21755,46.89735],[7.21244,46.90173],[7.2088,46.9026],[7.20781,46.90913],[7.20578,46.91477],[7.20692,46.92481],[7.2111,46.92527],[7.21854,46.92434],[7.2342,46.92939],[7.23411,46.93669],[7.23477,46.93827],[7.2302,46.93995],[7.2282,46.93881],[7.22555,46.93633],[7.2174,46.93307],[7.2093,46.93334],[7.20823,46.93323],[7.2058,46.94023],[7.2055,46.94112],[7.20951,46.94188],[7.21027,46.94302],[7.21044,46.94569],[7.21011,46.94781],[7.20885,46.95435],[7.21102,46.95652],[7.20838,46.95768],[7.20742,46.95967],[7.19764,46.96065],[7.19459,46.96135],[7.19463,46.9629],[7.19552,46.96416],[7.19633,46.96365],[7.19794,46.96445],[7.1993,46.9638],[7.20646,46.96413],[7.20745,46.96751],[7.21422,46.96692],[7.21467,46.97133],[7.21739,46.97147],[7.21686,46.97271],[7.22247,46.97454],[7.22163,46.97556],[7.22821,46.97836],[7.23569,46.98456],[7.23486,46.98675],[7.22594,46.9924],[7.22625,46.99868],[7.22575,46.99915],[7.21779,47.00641],[7.21299,47.0068],[7.09058,46.978],[7.03295,46.98265],[6.73785,46.81195],[6.73908,46.71021],[6.81908,46.65533],[6.82741,46.65982],[6.82089,46.65179],[6.81729,46.64923],[6.81851,46.6478],[6.81458,46.64747],[6.81344,46.64953],[6.81194,46.6492],[6.81081,46.65038],[6.80674,46.65059],[6.80203,46.64889],[6.79891,46.64914],[6.79879,46.64781],[6.80367,46.64567],[6.80325,46.6448],[6.8038,46.64451],[6.80321,46.64376],[6.80171,46.64421],[6.79895,46.63959],[6.79692,46.63314],[6.79838,46.63016],[6.80043,46.62991],[6.80065,46.62843],[6.80172,46.62854],[6.80228,46.62775],[6.80197,46.62507],[6.80355,46.62124],[6.80244,46.61877],[6.80296,46.61615],[6.80185,46.61555],[6.80389,46.60903],[6.80239,46.60142],[6.79833,46.59986],[6.8002,46.59362],[6.80124,46.5925],[6.79848,46.58616],[6.79948,46.58559],[6.79894,46.58205],[6.79611,46.57932],[6.79626,46.57728],[6.79478,46.57542]]],terms_text:"Canton Fribourg 2016 'orthophoto technique'"},{id:"Canvec",name:"Canvec - English",type:"wms",template:"https://maps.geogratis.gc.ca/wms/canvec_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=canvec&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{id:"Canvec_French",name:"Canvec - French",type:"wms",template:"https://maps.geogratis.gc.ca/wms/canvec_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=canvec&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{id:"capela_al",name:"Capela AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Capela&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.03321,-9.45741],[-36.03322,-9.45581],[-36.03336,-9.45483],[-36.0334,-9.45291],[-36.03327,-9.45141],[-36.03336,-9.44287],[-36.0335,-9.43821],[-36.03353,-9.42881],[-36.03363,-9.42027],[-36.03389,-9.41091],[-36.03389,-9.40032],[-36.03401,-9.3888],[-36.03413,-9.38528],[-36.03428,-9.38265],[-36.03417,-9.37849],[-36.03444,-9.36688],[-36.05246,-9.3671],[-36.05791,-9.36711],[-36.0716,-9.36727],[-36.08622,-9.36731],[-36.103,-9.3675],[-36.11652,-9.36755],[-36.12515,-9.36768],[-36.12522,-9.37473],[-36.12521,-9.37721],[-36.12511,-9.38038],[-36.12514,-9.38529],[-36.12505,-9.39026],[-36.12504,-9.39477],[-36.12506,-9.40172],[-36.12499,-9.40382],[-36.1248,-9.40679],[-36.12463,-9.41123],[-36.12474,-9.4136],[-36.12456,-9.4163],[-36.12459,-9.42461],[-36.12466,-9.42691],[-36.12465,-9.42925],[-36.12457,-9.4297],[-36.12464,-9.43538],[-36.12438,-9.44109],[-36.12446,-9.44387],[-36.12452,-9.44579],[-36.12438,-9.44736],[-36.12448,-9.44856],[-36.12448,-9.45095],[-36.12436,-9.45392],[-36.12434,-9.45791],[-36.11758,-9.45783],[-36.1089,-9.45778],[-36.10419,-9.4578],[-36.10116,-9.45773],[-36.0953,-9.45773],[-36.08461,-9.45767],[-36.07361,-9.45757],[-36.05726,-9.45741],[-36.04816,-9.45747],[-36.04177,-9.45739],[-36.03767,-9.45739],[-36.03321,-9.45741]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"COS2010_v1.0",name:"Carta de Uso do Solo 2010 (WMS)",type:"wms",template:"http://mapas.dgterritorio.pt/wms-inspire/cos2010v1?language=por&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=COS2010_v1.0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2010-01-01T00:00:00.000Z",startDate:"2010-01-01T00:00:00.000Z",scaleExtent:[14,18],polygon:[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],terms_url:"http://www.dgterritorio.pt/dados_abertos/cos/",terms_text:"Direcção-Geral do Território",icon:"http://www.igeo.pt/favicon.ico"},{id:"Cartoriviera-2012",name:"Cartoriviera - Orthophoto 2012",type:"tms",template:"http://osmdata.asitvd.ch/tiles/cartoriviera2012/{zoom}/{x}/{y}.png",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[14,20],polygon:[[[7.02235,46.42856],[7.0224,46.42045],[7.02176,46.41955],[7.02225,46.41954],[7.02161,46.41749],[7.02242,46.4174],[7.02242,46.41681],[7.02113,46.41443],[7.02164,46.41259],[7.0216,46.41188],[7.01918,46.41055],[7.01896,46.41004],[7.01757,46.40826],[7.01426,46.40696],[7.00948,46.40695],[7.00952,46.40451],[7.00368,46.40153],[6.97052,46.40139],[6.97056,46.39354],[6.96507,46.38333],[6.89379,46.383],[6.89327,46.39209],[6.8968,46.4],[6.89678,46.40097],[6.89395,46.401],[6.89768,46.40888],[6.89246,46.41386],[6.89237,46.41807],[6.8949,46.4193],[6.89285,46.41948],[6.89395,46.42312],[6.89225,46.42339],[6.89219,46.42802],[6.88743,46.428],[6.87652,46.43163],[6.86624,46.43633],[6.84003,46.44591],[6.83504,46.44934],[6.827,46.45204],[6.82695,46.45379],[6.81953,46.45655],[6.80361,46.45993],[6.78775,46.46253],[6.78697,46.5246],[6.82604,46.5248],[6.82609,46.52662],[6.83907,46.5267],[6.83888,46.55006],[6.90658,46.55042],[6.912,46.54301],[6.91083,46.53983],[6.90979,46.53512],[6.90931,46.53517],[6.90867,46.53373],[6.91195,46.53297],[6.91335,46.53604],[6.9268,46.53364],[6.92723,46.5349],[6.93714,46.53311],[6.93691,46.5327],[6.94028,46.53196],[6.94164,46.53477],[6.94309,46.53455],[6.94345,46.53528],[6.95641,46.53003],[6.95632,46.52733],[6.95111,46.52725],[6.95301,46.52611],[6.94341,46.52605],[6.94343,46.52546],[7.01629,46.52568],[7.02158,46.52211],[7.02196,46.47355],[7.07099,46.47368],[7.07402,46.4719],[7.07383,46.4326],[7.05947,46.43233],[7.05278,46.42879],[7.02235,46.42856]]],terms_url:"https://map.cartoriviera.ch/?baselayer_ref=orthos_2012_mobile&baselayer_opacity=100",terms_text:"Cartoriviera"},{id:"Catastro-Spain",name:"Catastro Spain",type:"wms",template:"http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=Catastro&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-17.88463,28.44606],[-17.89395,28.52255],[-18.02125,28.74819],[-18.02241,28.80384],[-17.9424,28.87261],[-17.89118,28.87371],[-17.89033,28.85151],[-17.76759,28.85378],[-17.76698,28.83122],[-17.74127,28.832],[-17.73949,28.76422],[-17.71398,28.76497],[-17.71293,28.73037],[-17.75744,28.69318],[-17.75708,28.67413],[-17.74579,28.67435],[-17.74573,28.61656],[-17.75197,28.58337],[-17.76225,28.5592],[-17.78331,28.54167],[-17.78316,28.49366],[-17.80861,28.4925],[-17.80601,28.4469],[-17.88463,28.44606]],[[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516]],[[-17.36038,28.06398],[-17.36297,28.17572],[-17.33756,28.17637],[-17.33846,28.2213],[-17.18579,28.22388],[-17.08208,28.13518],[-17.08084,28.068],[-17.13154,28.06681],[-17.15633,28.02146],[-17.23211,28.02037],[-17.23199,27.99804],[-17.25768,27.99784],[-17.25785,28.01997],[-17.30867,28.01923],[-17.36038,28.06398]],[[-16.92782,28.32758],[-16.92866,28.37219],[-16.87767,28.37293],[-16.87807,28.39542],[-16.52143,28.42261],[-16.44571,28.49113],[-16.44625,28.53597],[-16.42059,28.53627],[-16.42092,28.55884],[-16.34433,28.55976],[-16.3446,28.58221],[-16.19125,28.58372],[-16.19162,28.60684],[-16.12793,28.60782],[-16.1278,28.59218],[-16.09951,28.5925],[-16.09934,28.51638],[-16.16481,28.51612],[-16.16475,28.49386],[-16.23858,28.44847],[-16.26535,28.44761],[-16.26586,28.403],[-16.31675,28.40176],[-16.31631,28.38019],[-16.34208,28.37951],[-16.34083,28.2893],[-16.41584,28.19761],[-16.4151,28.13113],[-16.51533,28.01648],[-16.61684,28.01532],[-16.61681,27.99305],[-16.71842,27.99192],[-16.7191,28.03714],[-16.7447,28.03679],[-16.74534,28.08181],[-16.7707,28.08161],[-16.8224,28.1259],[-16.82317,28.17087],[-16.8487,28.17075],[-16.85028,28.26079],[-16.87565,28.26055],[-16.87608,28.28322],[-16.90151,28.28277],[-16.90239,28.32793],[-16.92782,28.32758]],[[-15.85374,27.90089],[-15.8542,27.99018],[-15.82895,27.99066],[-15.82911,28.03558],[-15.7783,28.03632],[-15.75328,28.08143],[-15.72788,28.08157],[-15.72826,28.17186],[-15.49897,28.1728],[-15.49874,28.15041],[-15.44978,28.15075],[-15.45016,28.19614],[-15.39728,28.19614],[-15.39644,28.03836],[-15.37103,28.03802],[-15.37065,28.01532],[-15.34578,28.01532],[-15.34548,27.92544],[-15.3708,27.92524],[-15.37057,27.83521],[-15.39598,27.83474],[-15.421,27.78797],[-15.47181,27.78939],[-15.47188,27.76665],[-15.52277,27.76678],[-15.54771,27.72161],[-15.62361,27.72134],[-15.62415,27.74199],[-15.70075,27.74335],[-15.80167,27.81105],[-15.85374,27.90089]],[[-14.52156,28.04678],[-14.52244,28.11841],[-14.41575,28.11561],[-14.21688,28.22788],[-14.21537,28.33903],[-14.16417,28.45283],[-14.11151,28.4748],[-14.03358,28.72267],[-13.95652,28.74494],[-13.95617,28.76659],[-13.82902,28.76643],[-13.82896,28.78798],[-13.80007,28.78793],[-13.8013,28.71899],[-13.82757,28.71935],[-13.82786,28.6518],[-13.80258,28.6519],[-13.80339,28.53842],[-13.82885,28.53847],[-13.83151,28.39702],[-13.91582,28.22414],[-13.98564,28.22357],[-14.03696,28.17958],[-14.13871,28.17999],[-14.13866,28.15791],[-14.21537,28.15781],[-14.21472,28.11189],[-14.29132,28.04524],[-14.33197,28.03687],[-14.44578,28.04698],[-14.44666,28.0658],[-14.49628,28.06826],[-14.49593,28.04585],[-14.52156,28.04678]],[[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566]],[[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907]],[[2.54507,39.41667],[2.43933,39.41611],[2.43871,39.48469],[2.43902,39.49934],[2.31223,39.49934],[2.31192,39.54179],[2.22907,39.541],[2.22835,39.62606],[2.34601,39.62709],[2.92704,39.96016],[3.14566,39.96005],[3.14608,40.00198],[3.23139,40.00198],[3.23129,39.83292],[3.14823,39.83316],[3.14844,39.79357],[3.48148,39.79318],[3.48035,39.5959],[3.31506,39.47846],[3.31462,39.37855],[3.08302,39.24994],[2.97986,39.25015],[2.97904,39.3335],[2.72874,39.33342],[2.72885,39.45814],[2.64569,39.45774],[2.64538,39.49966],[2.54528,39.49942],[2.54507,39.41667]],[[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344]],[[-8.89106,41.82289],[-9.1092,42.57511],[-9.03655,42.73066],[-9.08834,42.72696],[-9.14661,42.77503],[-9.21855,42.90163],[-9.2761,42.86051],[-9.30991,42.93113],[-9.27898,42.9822],[-9.30991,43.06004],[-9.25236,43.10417],[-9.2315,43.17032],[-9.14733,43.21018],[-9.06748,43.19916],[-9.03367,43.24267],[-8.99842,43.24477],[-8.99986,43.29558],[-8.93727,43.30553],[-8.92936,43.32699],[-8.8639,43.32908],[-8.87613,43.37407],[-8.82217,43.37354],[-8.78548,43.31914],[-8.70635,43.305],[-8.60996,43.3296],[-8.55097,43.32332],[-8.52435,43.3364],[-8.52507,43.36465],[-8.45745,43.39184],[-8.36105,43.41118],[-8.36033,43.46342],[-8.33444,43.57974],[-8.27761,43.57088],[-8.06467,43.72392],[-7.99921,43.7234],[-7.9172,43.78264],[-7.85605,43.79146],[-7.83591,43.73743],[-7.66284,43.80982],[-7.31889,43.67827],[-7.19975,43.58308],[-6.24882,43.6075],[-6.12293,43.57901],[-5.85204,43.6799],[-5.60363,43.57087],[-5.28553,43.56191],[-5.17875,43.49916],[-4.90899,43.48367],[-4.61562,43.4192],[-4.18399,43.42492],[-3.80295,43.51954],[-3.74,43.48693],[-3.56128,43.54236],[-3.1083,43.38163],[-2.93857,43.46246],[-2.74524,43.47551],[-2.30462,43.31706],[-1.9854,43.3563],[-1.85528,43.39725],[-1.7698,43.39644],[-1.77005,43.37605],[-1.71005,43.37569],[-1.71135,43.33125],[-1.72259,43.31318],[-1.68904,43.31291],[-1.68811,43.33413],[-1.64467,43.33372],[-1.64498,43.31332],[-1.60299,43.31295],[-1.60344,43.29266],[-1.56359,43.29212],[-1.56305,43.31338],[-1.47799,43.31284],[-1.36677,43.27614],[-1.35688,43.23815],[-1.37037,43.1713],[-1.44231,43.08336],[-1.41983,43.06036],[-1.37307,43.05117],[-1.36407,43.11159],[-1.30203,43.13522],[-1.23549,43.13325],[-1.27955,43.07744],[-1.19232,43.06496],[-1.00619,43.00778],[-0.94234,42.9749],[-0.7562,42.98213],[-0.71484,42.96108],[-0.69685,42.90314],[-0.55118,42.82207],[-0.50442,42.84845],[-0.42889,42.82009],[-0.31648,42.86558],[-0.14563,42.81086],[-0.03143,42.71249],[0.18618,42.7541],[0.30218,42.71777],[0.36422,42.74287],[0.44875,42.71447],[0.62769,42.7224],[0.64118,42.85767],[0.71492,42.88272],[0.9676,42.81811],[1.10878,42.79898],[1.17532,42.73429],[1.36326,42.74155],[1.41137,42.70939],[1.48061,42.71034],[1.4813,42.50107],[1.64436,42.50203],[1.64328,42.54245],[1.73041,42.54342],[1.73164,42.50118],[2.06386,42.50164],[2.06456,42.45902],[2.39693,42.45994],[2.39768,42.41784],[2.48048,42.41797],[2.48098,42.37594],[2.64479,42.37626],[2.64448,42.45924],[2.81133,42.45961],[2.81126,42.50104],[3.06388,42.50085],[3.06388,42.45915],[3.23078,42.45934],[3.23049,42.37644],[3.31415,42.37604],[3.31412,42.33399],[3.39785,42.33404],[3.39739,42.29009],[3.31389,42.29084],[3.31397,42.20702],[3.14759,42.2073],[3.14759,42.12606],[3.23055,42.126],[3.24668,41.95294],[3.19452,41.85589],[3.06054,41.76474],[2.78358,41.63718],[2.26293,41.42716],[2.16492,41.29893],[1.86008,41.22322],[1.3763,41.11627],[1.17937,41.04646],[1.08585,41.04849],[0.75854,40.81956],[0.9114,40.73376],[0.87813,40.67514],[0.66502,40.53587],[0.55801,40.55022],[0.43392,40.37576],[0.26756,40.19192],[0.16415,40.06472],[0.07513,40.01447],[0.01039,39.89522],[-0.09392,39.81169],[-0.18474,39.63117],[-0.29085,39.50363],[-0.28636,39.33343],[-0.18564,39.17746],[-0.21352,39.15585],[-0.11101,38.97222],[0.00949,38.88268],[0.12189,38.87218],[0.23429,38.79864],[0.25587,38.72642],[0.09581,38.61338],[-0.0022,38.60706],[-0.05705,38.52691],[-0.27197,38.47624],[-0.37987,38.39312],[-0.38347,38.33813],[-0.45091,38.33108],[-0.50487,38.28309],[-0.48238,38.19481],[-0.42933,38.16583],[-0.45451,38.14886],[-0.584,38.17219],[-0.61367,38.11986],[-0.63705,37.96122],[-0.68111,37.94562],[-0.73237,37.88107],[-0.72158,37.78306],[-0.68831,37.734],[-0.66415,37.62315],[-0.71939,37.58784],[-0.91963,37.53758],[-1.11071,37.51641],[-1.33832,37.52867],[-1.44089,37.39037],[-1.6767,37.27652],[-1.85408,36.91229],[-2.06835,36.69291],[-2.21588,36.66192],[-2.37219,36.78018],[-2.68129,36.65911],[-2.92015,36.66756],[-3.09402,36.71263],[-3.46108,36.65488],[-3.72804,36.69291],[-4.37435,36.66333],[-4.65712,36.44042],[-4.9188,36.45313],[-5.16995,36.35135],[-5.28411,36.19702],[-5.26809,36.12418],[-5.35248,36.12247],[-5.35161,36.04014],[-5.43658,36.03889],[-5.43532,36.00344],[-5.68886,36.00365],[-5.68996,36.04053],[-5.85506,36.03856],[-5.85668,36.12421],[-5.93848,36.12215],[-5.94003,36.16556],[-5.99834,36.1645],[-6.03573,36.1781],[-6.07752,36.22241],[-6.15061,36.28646],[-6.23154,36.37701],[-6.33585,36.53106],[-6.32146,36.58163],[-6.40419,36.6235],[-6.47433,36.74897],[-6.41588,36.79939],[-6.49052,36.91738],[-6.62989,37.0194],[-6.87448,37.10838],[-7.04264,37.18507],[-7.26474,37.18435],[-7.37535,37.15354],[-7.40832,37.16822],[-7.42029,37.21183],[-7.42492,37.23505],[-7.43805,37.2452],[-7.44597,37.33261],[-7.4481,37.39094],[-7.46963,37.40758],[-7.4647,37.45305],[-7.50197,37.51641],[-7.51916,37.52292],[-7.52196,37.57237],[-7.45013,37.66958],[-7.4249,37.75992],[-7.31666,37.83997],[-7.26833,37.98895],[-7.15368,38.01552],[-7.11771,38.05536],[-7.0143,38.02438],[-6.99632,38.10756],[-6.96147,38.20125],[-7.08062,38.15708],[-7.34027,38.44024],[-7.26383,38.73807],[-7.04352,38.87297],[-7.06151,38.90796],[-6.96934,39.01983],[-7.00081,39.08879],[-7.15368,39.09577],[-7.15255,39.16029],[-7.24472,39.19689],[-7.25596,39.28133],[-7.33689,39.35351],[-7.3279,39.45599],[-7.51449,39.58865],[-7.55271,39.67954],[-7.05027,39.67522],[-6.99519,39.81954],[-6.92213,39.87909],[-6.88616,40.02299],[-7.04128,40.13479],[-7.01767,40.26615],[-6.8086,40.34501],[-6.86818,40.44516],[-6.85356,40.60664],[-6.83783,40.87576],[-6.9536,41.03704],[-6.80186,41.03959],[-6.76814,41.13871],[-6.64112,41.26556],[-6.56244,41.26303],[-6.21737,41.5791],[-6.31628,41.64465],[-6.51523,41.64129],[-6.58717,41.68832],[-6.54783,41.85597],[-6.62988,41.91121],[-7.13345,41.94048],[-7.16829,41.87188],[-7.42569,41.78477],[-7.95398,41.84593],[-8.13045,41.78058],[-8.25185,41.90786],[-8.12933,42.03488],[-8.24848,42.1008],[-8.36762,42.05575],[-8.60704,42.03405],[-8.89106,41.82289]]]},{id:"Chorzow-buildings",name:"Chorzów: Buildings",type:"wms",template:"http://e-odgik.chorzow.eu/services/wms/wms_funkcje_bud/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=3,2,1,8,7,6&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[18.94562,50.31836],[18.94349,50.32385],[18.95466,50.32599],[18.96426,50.33307],[18.96521,50.33777],[18.98692,50.33621],[18.98468,50.32501],[18.99777,50.32204],[18.99686,50.31716],[18.98774,50.31736],[18.98695,50.30989],[18.99736,50.30031],[18.99744,50.29722],[19.00546,50.29548],[19.0073,50.28342],[19.00574,50.27871],[18.99236,50.27091],[18.96792,50.28661],[18.96215,50.27972],[18.96169,50.27337],[18.95824,50.27291],[18.95492,50.26193],[18.96014,50.24927],[18.95672,50.2452],[18.95555,50.23891],[18.94132,50.243],[18.93475,50.25314],[18.93324,50.26032],[18.93262,50.26588],[18.9296,50.26774],[18.92976,50.27131],[18.92669,50.27289],[18.92632,50.27623],[18.93071,50.27619],[18.93437,50.28729],[18.92383,50.29533],[18.92635,50.29986],[18.91905,50.30212],[18.91955,50.30576],[18.92463,50.31192],[18.9262,50.31883],[18.94562,50.31836]]],terms_text:"Urząd Miasta Chorzowa"},{id:"South_Africa-CapeTown-Aerial-2013",name:"City of Cape Town 2013 Aerial",type:"tms",template:"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2013/{zoom}/{x}/{y}.jpg",endDate:"2015-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[1,21],polygon:[[[18.44866,-33.89362],[18.44859,-33.90264],[18.4702,-33.90277],[18.48139,-33.84724],[18.44925,-33.80107],[18.42815,-33.73564],[18.43914,-33.71772],[18.40719,-33.65899],[18.33224,-33.57752],[18.33245,-33.55045],[18.354,-33.55059],[18.35425,-33.5236],[18.36524,-33.52366],[18.36503,-33.5148],[18.37601,-33.51477],[18.37605,-33.5058],[18.42966,-33.50594],[18.4297,-33.48785],[18.44049,-33.48789],[18.4406,-33.46988],[18.49437,-33.4701],[18.49433,-33.47916],[18.51583,-33.47917],[18.51574,-33.48819],[18.52647,-33.4883],[18.52632,-33.52435],[18.54793,-33.52443],[18.54795,-33.51539],[18.56937,-33.5155],[18.56937,-33.52448],[18.58012,-33.52453],[18.58007,-33.5426],[18.59078,-33.5426],[18.59074,-33.56064],[18.57995,-33.56053],[18.57988,-33.56962],[18.5907,-33.56962],[18.59065,-33.57868],[18.62301,-33.57873],[18.62292,-33.58773],[18.66597,-33.58789],[18.66593,-33.61493],[18.67672,-33.61497],[18.67658,-33.65103],[18.6873,-33.65102],[18.68734,-33.66004],[18.69807,-33.66009],[18.69807,-33.66907],[18.75204,-33.66925],[18.75208,-33.64219],[18.77364,-33.64225],[18.77371,-33.63319],[18.82746,-33.6333],[18.82752,-33.6603],[18.81667,-33.66029],[18.8166,-33.67832],[18.80581,-33.67831],[18.80581,-33.70539],[18.8274,-33.70544],[18.82733,-33.72347],[18.83812,-33.72343],[18.83804,-33.74139],[18.81652,-33.74137],[18.81637,-33.79551],[18.80559,-33.79551],[18.80551,-33.81357],[18.79476,-33.81355],[18.79472,-33.83154],[18.77311,-33.83152],[18.77313,-33.84052],[18.76236,-33.84052],[18.76227,-33.90359],[18.75146,-33.90352],[18.75108,-33.98478],[18.76191,-33.9848],[18.76178,-34.02988],[18.7726,-34.0299],[18.77258,-34.03891],[18.79403,-34.03894],[18.79388,-34.0407],[18.79845,-34.04119],[18.80324,-34.04118],[18.80341,-34.03892],[18.81594,-34.03897],[18.81634,-34.02993],[18.83798,-34.03165],[18.838,-34.03],[18.84842,-34.03001],[18.84847,-34.02185],[18.85993,-34.02347],[18.85986,-34.02101],[18.86827,-34.02208],[18.86819,-34.02117],[18.88546,-34.02343],[18.88518,-34.02132],[18.90252,-34.02103],[18.90258,-34.012],[18.91342,-34.012],[18.91348,-33.99396],[18.94588,-33.99403],[18.94586,-34.0031],[18.96743,-34.003],[18.96747,-34.01208],[18.97822,-34.01208],[18.97833,-34.02114],[18.98914,-34.02114],[18.98916,-34.03913],[19.00002,-34.03913],[19.00002,-34.05718],[19.01084,-34.05725],[19.01079,-34.08414],[19,-34.08413],[19.00002,-34.0932],[18.98915,-34.09317],[18.98918,-34.1022],[18.97832,-34.10218],[18.97832,-34.11123],[18.9675,-34.11121],[18.96749,-34.12925],[18.9566,-34.12924],[18.95656,-34.13824],[18.96742,-34.13831],[18.96742,-34.14732],[18.98918,-34.1473],[18.98918,-34.1653],[18.97827,-34.16529],[18.97832,-34.17429],[18.96742,-34.17427],[18.96746,-34.1833],[18.95656,-34.18332],[18.95656,-34.19236],[18.94574,-34.19232],[18.9457,-34.20132],[18.93487,-34.20137],[18.93489,-34.21933],[18.90236,-34.21935],[18.90176,-34.23626],[18.88784,-34.23735],[18.88942,-34.25541],[18.88059,-34.25534],[18.87927,-34.26443],[18.86969,-34.26441],[18.86971,-34.27344],[18.83714,-34.27342],[18.83712,-34.26438],[18.84802,-34.2644],[18.84803,-34.23739],[18.81549,-34.21028],[18.81565,-34.17413],[18.85488,-34.15627],[18.76176,-34.08405],[18.65337,-34.07748],[18.47974,-34.11012],[18.44637,-34.13423],[18.44445,-34.16409],[18.436,-34.16405],[18.43597,-34.18202],[18.44681,-34.18211],[18.44673,-34.19111],[18.46593,-34.19121],[18.48662,-34.24539],[18.47889,-34.25437],[18.486,-34.25437],[18.46771,-34.29941],[18.48922,-34.34458],[18.50011,-34.34458],[18.49992,-34.36262],[18.46743,-34.36251],[18.46737,-34.35349],[18.3916,-34.31707],[18.39177,-34.29002],[18.37016,-34.28087],[18.37068,-34.21789],[18.34923,-34.18162],[18.32747,-34.18149],[18.32767,-34.16346],[18.31187,-34.15438],[18.3114,-34.14353],[18.32367,-34.13469],[18.34993,-34.10421],[18.33932,-34.08828],[18.36125,-34.05972],[18.35505,-34.05538],[18.34275,-34.06433],[18.32,-34.06443],[18.29607,-34.04513],[18.30682,-34.02526],[18.32877,-34.0192],[18.32892,-34.00125],[18.33974,-34.00127],[18.3398,-33.98663],[18.36287,-33.97351],[18.36381,-33.92925],[18.37262,-33.92927],[18.37284,-33.91776],[18.39773,-33.89335],[18.44866,-33.89362]]],terms_url:"https://www.capetown.gov.za",terms_text:"City of Cape Town Aerial - OPENSTREETMAP USE ONLY",description:"OpenStreetMap use only. City of Cape Town Aerial ortho-photography of the municipal area. 12cm ground sample distance"},{id:"South_Africa-CapeTown-Aerial",name:"City of Cape Town 2015 Aerial",type:"tms",template:"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2015/{zoom}/{x}/{y}.jpg",endDate:"2016-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[1,21],polygon:[[[18.44866,-33.89362],[18.44859,-33.90264],[18.4702,-33.90277],[18.48139,-33.84724],[18.44925,-33.80107],[18.42815,-33.73564],[18.43914,-33.71772],[18.40719,-33.65899],[18.33224,-33.57752],[18.33245,-33.55045],[18.354,-33.55059],[18.35425,-33.5236],[18.36524,-33.52366],[18.36503,-33.5148],[18.37601,-33.51477],[18.37605,-33.5058],[18.42966,-33.50594],[18.4297,-33.48785],[18.44049,-33.48789],[18.4406,-33.46988],[18.49437,-33.4701],[18.49433,-33.47916],[18.51583,-33.47917],[18.51574,-33.48819],[18.52647,-33.4883],[18.52632,-33.52435],[18.54793,-33.52443],[18.54795,-33.51539],[18.56937,-33.5155],[18.56937,-33.52448],[18.58012,-33.52453],[18.58007,-33.5426],[18.59078,-33.5426],[18.59074,-33.56064],[18.57995,-33.56053],[18.57988,-33.56962],[18.5907,-33.56962],[18.59065,-33.57868],[18.62301,-33.57873],[18.62292,-33.58773],[18.66597,-33.58789],[18.66593,-33.61493],[18.67672,-33.61497],[18.67658,-33.65103],[18.6873,-33.65102],[18.68734,-33.66004],[18.69807,-33.66009],[18.69807,-33.66907],[18.75204,-33.66925],[18.75208,-33.64219],[18.77364,-33.64225],[18.77371,-33.63319],[18.82746,-33.6333],[18.82752,-33.6603],[18.81667,-33.66029],[18.8166,-33.67832],[18.80581,-33.67831],[18.80581,-33.70539],[18.8274,-33.70544],[18.82733,-33.72347],[18.83812,-33.72343],[18.83804,-33.74139],[18.81652,-33.74137],[18.81637,-33.79551],[18.80559,-33.79551],[18.80551,-33.81357],[18.79476,-33.81355],[18.79472,-33.83154],[18.77311,-33.83152],[18.77313,-33.84052],[18.76236,-33.84052],[18.76227,-33.90359],[18.75146,-33.90352],[18.75108,-33.98478],[18.76191,-33.9848],[18.76178,-34.02988],[18.7726,-34.0299],[18.77258,-34.03891],[18.79403,-34.03894],[18.79388,-34.0407],[18.79845,-34.04119],[18.80324,-34.04118],[18.80341,-34.03892],[18.81594,-34.03897],[18.81634,-34.02993],[18.83798,-34.03165],[18.838,-34.03],[18.84842,-34.03001],[18.84847,-34.02185],[18.85993,-34.02347],[18.85986,-34.02101],[18.86827,-34.02208],[18.86819,-34.02117],[18.88546,-34.02343],[18.88518,-34.02132],[18.90252,-34.02103],[18.90258,-34.012],[18.91342,-34.012],[18.91348,-33.99396],[18.94588,-33.99403],[18.94586,-34.0031],[18.96743,-34.003],[18.96747,-34.01208],[18.97822,-34.01208],[18.97833,-34.02114],[18.98914,-34.02114],[18.98916,-34.03913],[19.00002,-34.03913],[19.00002,-34.05718],[19.01084,-34.05725],[19.01079,-34.08414],[19,-34.08413],[19.00002,-34.0932],[18.98915,-34.09317],[18.98918,-34.1022],[18.97832,-34.10218],[18.97832,-34.11123],[18.9675,-34.11121],[18.96749,-34.12925],[18.9566,-34.12924],[18.95656,-34.13824],[18.96742,-34.13831],[18.96742,-34.14732],[18.98918,-34.1473],[18.98918,-34.1653],[18.97827,-34.16529],[18.97832,-34.17429],[18.96742,-34.17427],[18.96746,-34.1833],[18.95656,-34.18332],[18.95656,-34.19236],[18.94574,-34.19232],[18.9457,-34.20132],[18.93487,-34.20137],[18.93489,-34.21933],[18.90236,-34.21935],[18.90176,-34.23626],[18.88784,-34.23735],[18.88942,-34.25541],[18.88059,-34.25534],[18.87927,-34.26443],[18.86969,-34.26441],[18.86971,-34.27344],[18.83714,-34.27342],[18.83712,-34.26438],[18.84802,-34.2644],[18.84803,-34.23739],[18.81549,-34.21028],[18.81565,-34.17413],[18.85488,-34.15627],[18.76176,-34.08405],[18.65337,-34.07748],[18.47974,-34.11012],[18.44637,-34.13423],[18.44445,-34.16409],[18.436,-34.16405],[18.43597,-34.18202],[18.44681,-34.18211],[18.44673,-34.19111],[18.46593,-34.19121],[18.48662,-34.24539],[18.47889,-34.25437],[18.486,-34.25437],[18.46771,-34.29941],[18.48922,-34.34458],[18.50011,-34.34458],[18.49992,-34.36262],[18.46743,-34.36251],[18.46737,-34.35349],[18.3916,-34.31707],[18.39177,-34.29002],[18.37016,-34.28087],[18.37068,-34.21789],[18.34923,-34.18162],[18.32747,-34.18149],[18.32767,-34.16346],[18.31187,-34.15438],[18.3114,-34.14353],[18.32367,-34.13469],[18.34993,-34.10421],[18.33932,-34.08828],[18.36125,-34.05972],[18.35505,-34.05538],[18.34275,-34.06433],[18.32,-34.06443],[18.29607,-34.04513],[18.30682,-34.02526],[18.32877,-34.0192],[18.32892,-34.00125],[18.33974,-34.00127],[18.3398,-33.98663],[18.36287,-33.97351],[18.36381,-33.92925],[18.37262,-33.92927],[18.37284,-33.91776],[18.39773,-33.89335],[18.44866,-33.89362]]],terms_url:"https://www.capetown.gov.za",terms_text:"City of Cape Town Aerial - OPENSTREETMAP USE ONLY",best:true,description:"OpenStreetMap use only. City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance"},{id:"Zuerich-aerial_2011",name:"City of Zürich Orthophoto 2011",type:"wms",template:"https://www.gis.stadt-zuerich.ch/maps/services/wms/WMS-ZH-STZH-OGD/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Luftbild_2011&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[8.44624,47.44143],[8.63178,47.43968],[8.62895,47.31377],[8.44381,47.31555],[8.44624,47.44143]]],terms_text:"Stadt Zürich Open Government Data"},{id:"Zuerich-overview",name:"City of Zürich Overview map (Steets, buildings, house numbers)",type:"wms",template:"https://www.gis.stadt-zuerich.ch/maps/services/wms/WMS-ZH-STZH-OGD/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Uebersichtsplan&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,21],polygon:[[[8.45788,47.44582],[8.57392,47.44477],[8.57362,47.43124],[8.60266,47.43096],[8.6023,47.41746],[8.6318,47.41716],[8.6295,47.33628],[8.57162,47.33678],[8.57152,47.32292],[8.54236,47.3236],[8.54212,47.31013],[8.48418,47.31062],[8.48478,47.33762],[8.45582,47.33787],[8.45609,47.35135],[8.42713,47.35161],[8.42864,47.43259],[8.45745,47.43231],[8.45788,47.44582]]],terms_text:"Stadt Zürich Open Government Data"},{id:"Czech_CUZK-KM",name:"Czech CUZK:KM",type:"wms",template:"https://wms.cuzk.cz/wms.asp?service=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS={proj}&LAYERS=parcelni_cisla_i,obrazy_parcel_i,RST_KMD_I,hranice_parcel_i,DEF_BUDOVY,RST_KN_I,dalsi_p_mapy_i,prehledka_kat_prac,prehledka_kat_uz,prehledka_kraju-linie&FORMAT=image/png&transparent=TRUE&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],overlay:true},{id:"Czech_CUZK-KM-tms",name:"Czech CUZK:KM tiles proxy",type:"tms",template:"https://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png",scaleExtent:[13,18],polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],overlay:true},{id:"Czech_pLPIS",name:"Czech pLPIS",type:"wms",template:"http://eagri.cz/public/app/wms/plpis.fcgi?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=LPIS_FB4,LPIS_FB4_KOD&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=true",projection:"EPSG:4326",polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]]},{id:"Czech_RUIAN-budovy",name:"Czech RUIAN budovy",type:"tms",template:"https://tile.poloha.net/budovy/{zoom}/{x}/{y}.png",scaleExtent:[12,20],polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],terms_url:"https://poloha.net/",terms_text:"Czech RUIAN"},{id:"Czech_RUIAN-parcely",name:"Czech RUIAN parcely",type:"tms",template:"https://tile.poloha.net/parcely/{zoom}/{x}/{y}.png",scaleExtent:[12,20],polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],terms_url:"https://poloha.net/",terms_text:"Czech RUIAN"},{id:"Czestochowa-buildings",name:"Częstochowa: Buildings",type:"wms",template:"http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ieg_budynek&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[19.08183,50.8554],[19.0888,50.86563],[19.11082,50.86616],[19.10961,50.86092],[19.11709,50.85933],[19.11531,50.86283],[19.11997,50.86327],[19.1227,50.85452],[19.12938,50.85519],[19.12566,50.86165],[19.13364,50.86147],[19.14318,50.86815],[19.1498,50.87916],[19.16507,50.8794],[19.16816,50.88501],[19.17265,50.88477],[19.18346,50.87706],[19.18084,50.86562],[19.18711,50.84712],[19.19973,50.84395],[19.19637,50.83678],[19.19358,50.83357],[19.19454,50.83145],[19.20696,50.82985],[19.20838,50.82484],[19.21831,50.82571],[19.22564,50.82475],[19.23075,50.82509],[19.2308,50.82666],[19.23351,50.82683],[19.23303,50.82335],[19.21868,50.80115],[19.21753,50.79272],[19.22592,50.78822],[19.20889,50.77561],[19.19891,50.76355],[19.19521,50.75182],[19.19074,50.75211],[19.18245,50.7545],[19.16504,50.7535],[19.16417,50.75586],[19.14559,50.75805],[19.14282,50.75543],[19.13021,50.75786],[19.127,50.75314],[19.1216,50.75363],[19.12066,50.74981],[19.10348,50.75228],[19.09598,50.75201],[19.0956,50.74912],[19.09351,50.7488],[19.09285,50.75027],[19.08442,50.74986],[19.08473,50.74349],[19.08382,50.73741],[19.07878,50.73668],[19.07503,50.73465],[19.07284,50.73708],[19.07153,50.74042],[19.0685,50.74339],[19.06632,50.74233],[19.06392,50.74554],[19.06595,50.7466],[19.06548,50.7496],[19.06202,50.75041],[19.06018,50.74455],[19.04257,50.74466],[19.0333,50.74827],[19.01869,50.76252],[19.01554,50.77044],[19.01101,50.7718],[19.01353,50.77766],[19.01159,50.78077],[19.01081,50.78759],[19.01362,50.79262],[19.01972,50.79555],[19.01896,50.80703],[19.03439,50.80116],[19.03453,50.804],[19.02593,50.80731],[19.02308,50.81499],[19.03154,50.81614],[19.02909,50.82435],[19.03787,50.82584],[19.03921,50.84083],[19.04676,50.84934],[19.05993,50.8532],[19.06209,50.8596],[19.06492,50.86134],[19.08183,50.8554]]],terms_text:"Urząd Miasta Częstochowy"},{id:"Duna_2013",name:"Danube flood orthophoto 2013",type:"tms",template:"http://e.tile.openstreetmap.hu/dunai-arviz-2013/{zoom}/{x}/{y}.jpg",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[10,20],polygon:[[[19.07732,47.69597],[19.07799,47.69598],[19.09462,47.69446],[19.08056,47.59587],[19.07434,47.58909],[19.07952,47.58883],[19.07717,47.57241],[19.05779,47.57209],[19.07732,47.69597]]],terms_url:"http://fototerkep.hu",terms_text:"Fotótérkép.hu",description:"Riverbank of Danube at Budapest, Szentendre and Szigetmonostor"},{id:"Delaware2012Orthophotography",name:"Delaware 2012 Orthophotography",type:"wms",template:"https://firstmap.delaware.gov/arcgis/services/DE_Imagery/DE_Imagery_2012/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[-75.01771,38.45189],[-75.74174,38.44996],[-75.807,39.73907],[-75.75559,39.80106],[-75.64692,39.85638],[-75.47115,39.84646],[-75.37726,39.81478],[-75.48746,39.67181],[-75.50901,39.43446],[-75.39327,39.27784],[-75.30707,39.01667],[-75.19317,38.82219],[-75.05341,38.80876],[-75.01771,38.45189]]],terms_url:"https://firstmap.delaware.gov/arcgis/rest/services/DE_Imagery/DE_Imagery_2012/ImageServer",terms_text:"Digital Aerial Solutions, LLC",description:"This data set consists of 0.3-meter pixel resolution (approximately 1-foot), 4-band true color and near infrared (R, G, B, IR) orthoimages covering New Castle, Kent and Sussex Counties in Delaware."},{id:"Delaware2017Orthophotography",name:"Delaware 2017 Orthophotography",type:"wms",template:"https://firstmap.delaware.gov/arcgis/services/DE_Imagery/DE_Imagery_2017/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",polygon:[[[-75.01771,38.45189],[-75.74174,38.44996],[-75.807,39.73907],[-75.75559,39.80106],[-75.64692,39.85638],[-75.47115,39.84646],[-75.37726,39.81478],[-75.48746,39.67181],[-75.50901,39.43446],[-75.39327,39.27784],[-75.30707,39.01667],[-75.19317,38.82219],[-75.05341,38.80876],[-75.01771,38.45189]]],terms_url:"https://firstmap.delaware.gov/arcgis/rest/services/DE_Imagery/DE_Imagery_2017/ImageServer",terms_text:"Digital Aerial Solutions, LLC",description:"This data set consists of 0.3-meter pixel resolution (approximately 1-foot), 4-band true color and near infrared (R, G, B, IR) orthoimages covering New Castle, Kent and Sussex Counties in Delaware."},{id:"delmiro_gouveia",name:"Delmiro Gouveia AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Delmiro%20Gouveia&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.94962,-9.42957],[-37.94834,-9.33972],[-38.03903,-9.33834],[-38.04034,-9.42846],[-37.94962,-9.42957]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"der-es",name:"DER-ES",type:"wms",template:"http://portal.der.es.gov.br/geoserver/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=deres-ext:TRECHOINFO&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-40.94577,-21.31404],[-40.6231,-20.86278],[-40.38882,-20.65177],[-40.22209,-20.29831],[-39.80383,-19.66412],[-39.69603,-19.42573],[-39.67304,-19.30437],[-39.70538,-18.61384],[-39.65292,-18.33096],[-40.22281,-17.97587],[-40.34282,-17.9198],[-40.45278,-17.91502],[-40.46499,-17.92049],[-40.48368,-17.90408],[-40.50164,-17.90681],[-40.51602,-17.88903],[-40.53326,-17.88903],[-40.54548,-17.90134],[-40.58932,-17.91502],[-40.58932,-17.93211],[-40.61519,-17.93416],[-40.62956,-17.9868],[-40.64609,-17.9868],[-40.65903,-18.00731],[-40.68777,-18.00594],[-40.70574,-18.01756],[-40.71365,-18.00184],[-40.72155,-17.99774],[-40.75102,-18.00252],[-40.76754,-17.99842],[-40.76754,-17.98133],[-40.80923,-17.94852],[-40.82432,-17.96014],[-40.83151,-17.94989],[-40.86528,-17.9827],[-40.88397,-17.96766],[-40.90912,-17.98475],[-40.77761,-18.10775],[-40.77832,-18.15146],[-40.79054,-18.15351],[-40.8351,-18.14531],[-40.89547,-18.10365],[-40.93283,-18.12755],[-40.95583,-18.1255],[-40.95296,-18.14463],[-40.96014,-18.15009],[-40.96374,-18.14326],[-40.97955,-18.13643],[-40.99248,-18.15009],[-40.99105,-18.16307],[-41.00901,-18.16307],[-41.05788,-18.1658],[-41.05788,-18.17536],[-41.09597,-18.19243],[-41.09597,-18.2054],[-41.1089,-18.21291],[-41.09812,-18.22997],[-41.10531,-18.2327],[-41.09884,-18.25591],[-41.12903,-18.27502],[-41.16137,-18.30572],[-41.15059,-18.37394],[-41.16424,-18.37939],[-41.16424,-18.4019],[-41.15059,-18.40735],[-41.15849,-18.41144],[-41.17358,-18.41144],[-41.18868,-18.44485],[-41.02123,-18.46667],[-41.04638,-18.60362],[-41.03776,-18.61452],[-41.05788,-18.62678],[-41.0471,-18.64857],[-41.03488,-18.65402],[-40.99895,-18.67716],[-40.94505,-18.69418],[-40.94433,-18.76973],[-40.92134,-18.81055],[-40.93715,-18.82347],[-40.94721,-18.82143],[-40.97092,-18.83572],[-41.08375,-18.83232],[-41.10675,-18.83572],[-41.11753,-18.80783],[-41.13118,-18.79286],[-41.23611,-18.7949],[-41.2512,-18.81667],[-41.2476,-18.85544],[-41.2203,-18.87992],[-41.20808,-18.87992],[-41.20664,-18.86632],[-41.16424,-18.867],[-41.15634,-18.88876],[-41.12903,-18.9044],[-41.12112,-18.92412],[-41.0392,-18.98665],[-41.07585,-19.00567],[-41.06507,-19.06342],[-40.96877,-19.12726],[-40.96158,-19.15102],[-40.92996,-19.206],[-40.94649,-19.22296],[-40.94793,-19.24264],[-40.92565,-19.26299],[-40.94936,-19.2786],[-40.92277,-19.31048],[-40.94361,-19.35252],[-40.93427,-19.381],[-40.95727,-19.39184],[-40.9738,-19.42641],[-40.95439,-19.46165],[-40.97883,-19.50298],[-41.01332,-19.50298],[-41.04638,-19.48333],[-41.05429,-19.48401],[-41.04135,-19.56664],[-41.09238,-19.58966],[-41.14627,-19.656],[-41.16496,-19.65871],[-41.17933,-19.6939],[-41.19658,-19.74599],[-41.16999,-19.80618],[-41.18939,-19.82375],[-41.18868,-19.88526],[-41.21239,-19.89743],[-41.22964,-19.90216],[-41.24689,-19.93324],[-41.25479,-19.92919],[-41.26988,-19.93797],[-41.30653,-19.93392],[-41.31516,-19.96972],[-41.3245,-19.97647],[-41.313,-20.01226],[-41.33672,-20.05548],[-41.34822,-20.08653],[-41.3554,-20.12094],[-41.37768,-20.15805],[-41.38702,-20.18638],[-41.41074,-20.19448],[-41.4208,-20.20257],[-41.7636,-20.2046],[-41.78516,-20.28483],[-41.85055,-20.3246],[-41.86349,-20.37513],[-41.85127,-20.38187],[-41.84337,-20.40949],[-41.80887,-20.42498],[-41.80672,-20.47211],[-41.83115,-20.47885],[-41.81103,-20.54212],[-41.83115,-20.55086],[-41.86205,-20.61814],[-41.82109,-20.64437],[-41.85343,-20.68068],[-41.87139,-20.72102],[-41.8678,-20.73849],[-41.88002,-20.73984],[-41.88289,-20.76739],[-41.85415,-20.77478],[-41.83331,-20.7983],[-41.80887,-20.80905],[-41.78444,-20.80569],[-41.75138,-20.82382],[-41.74707,-20.87487],[-41.72335,-20.87554],[-41.74132,-20.92723],[-41.72335,-20.97757],[-41.74347,-21.09763],[-41.7291,-21.12579],[-41.594,-21.16332],[-41.57244,-21.18678],[-41.49051,-21.18879],[-41.48332,-21.20085],[-41.43948,-21.22095],[-41.41289,-21.20956],[-41.34965,-21.21291],[-41.27994,-21.2464],[-41.24473,-21.23234],[-41.17718,-21.25511],[-41.09238,-21.2243],[-41.04854,-21.25913],[-41.01548,-21.25578],[-41.00254,-21.28726],[-40.94577,-21.31404]]],terms_url:"https://der.es.gov.br",terms_text:"Departamento de Estradas de Rodagem do Estado do Espírito Santo",overlay:true},{id:"db-inspire-2013-11",name:"Deutsche Bahn VzG lines January 2017",type:"wms",template:"https://wms.michreichert.de/vzg-strecken-2017?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=vzg_strecken,station_codes,level_crossings&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-11-01T00:00:00.000Z",startDate:"2013-11-01T00:00:00.000Z",polygon:[[[8.19422,48.97504],[7.97355,49.02623],[7.94677,49.06313],[7.44328,49.18928],[7.05679,49.11163],[6.94302,49.21345],[6.81633,49.16389],[6.68209,49.24061],[6.3501,49.46202],[6.35353,49.57302],[6.42632,49.67177],[6.50254,49.71885],[6.45241,50.61258],[6.03871,50.71215],[6.00369,50.753],[6.05742,50.8559],[6.0787,50.90247],[6.0727,51.06792],[6.17123,51.33853],[6.22548,51.36554],[6.15715,51.5509],[6.12763,51.91069],[6.79985,51.86661],[7.02851,52.31255],[6.72947,52.64179],[7.07486,52.75269],[7.20532,53.18442],[7.04464,53.33106],[6.5173,53.65785],[8.23529,54.99001],[11.92257,54.52963],[14.1679,54.59631],[14.46591,53.24712],[14.14318,52.83946],[14.64375,52.58613],[14.57646,52.32756],[14.74537,52.06577],[14.66847,51.7353],[14.7234,51.53927],[15.03926,51.28745],[14.98845,51.09207],[14.88922,50.93856],[14.81593,50.87729],[14.63671,50.89116],[14.59311,50.91887],[14.57217,51.01076],[14.26283,51.06473],[14.28086,50.98024],[14.22816,50.85796],[13.69532,50.72883],[13.03442,50.50085],[12.49077,50.34582],[12.32632,50.29277],[12.35379,50.21462],[12.32701,50.16363],[12.1677,50.34889],[12.07707,50.2524],[12.18195,50.21136],[12.26014,50.09069],[12.53892,49.4164],[12.88808,49.3385],[13.21287,49.12439],[13.73952,48.83688],[13.45371,48.56222],[13.40555,48.37812],[13.03648,48.25986],[12.71376,48.10856],[12.93108,47.9376],[13.00455,47.84506],[12.90671,47.73249],[13.05228,47.59329],[12.15792,47.7087],[12.20393,47.61667],[12.17783,47.59815],[11.61753,47.60093],[11.26666,47.39124],[10.9247,47.46811],[10.91578,47.55623],[10.59031,47.5567],[10.29848,47.39937],[9.78144,47.61274],[9.74024,47.52842],[9.00278,47.69137],[8.68933,47.72371],[8.63809,47.70261],[8.63079,47.69359],[8.62127,47.69177],[8.62414,47.68221],[8.61243,47.68115],[8.35382,47.61367],[8.27485,47.619],[8.23709,47.61023],[8.22808,47.60583],[8.20284,47.61555],[8.10834,47.58251],[8.08568,47.5583],[8.06714,47.56444],[8.04981,47.55645],[8.02749,47.55112],[7.98097,47.55494],[7.91917,47.54787],[7.88862,47.58888],[7.81257,47.57122],[7.79455,47.55558],[7.71404,47.54063],[7.66043,47.54485],[7.65219,47.54702],[7.63439,47.56173],[7.61499,47.55669],[7.5834,47.57048],[7.58559,47.5845],[7.59366,47.60048],[7.58761,47.608],[7.51491,47.6652],[7.5434,47.81539],[7.57671,48.02454],[7.56812,48.06012],[7.80639,48.52438],[7.79987,48.58029],[7.80665,48.60106],[8.11014,48.84977],[8.19422,48.97504]]],terms_url:"https://data.deutschebahn.com/dataset/data-streckennetz",terms_text:"Data CC-BY 4.0 Deutsche Bahn AG",overlay:true},{id:"db-inspire-2015-11",name:"Deutsche Bahn VzG lines Nov 2015",type:"wms",template:"https://wms.michreichert.de/vzg-strecken-2015?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=vzg_strecken,station_codes,level_crossings&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-11-01T00:00:00.000Z",startDate:"2015-11-01T00:00:00.000Z",polygon:[[[8.19422,48.97504],[7.97355,49.02623],[7.94677,49.06313],[7.44328,49.18928],[7.05679,49.11163],[6.94302,49.21345],[6.81633,49.16389],[6.68209,49.24061],[6.3501,49.46202],[6.35353,49.57302],[6.42632,49.67177],[6.50254,49.71885],[6.45241,50.61258],[6.03871,50.71215],[6.00369,50.753],[6.05742,50.8559],[6.0787,50.90247],[6.0727,51.06792],[6.17123,51.33853],[6.22548,51.36554],[6.15715,51.5509],[6.12763,51.91069],[6.79985,51.86661],[7.02851,52.31255],[6.72947,52.64179],[7.07486,52.75269],[7.20532,53.18442],[7.04464,53.33106],[6.5173,53.65785],[8.23529,54.99001],[11.92257,54.52963],[14.1679,54.59631],[14.46591,53.24712],[14.14318,52.83946],[14.64375,52.58613],[14.57646,52.32756],[14.74537,52.06577],[14.66847,51.7353],[14.7234,51.53927],[15.03926,51.28745],[14.98845,51.09207],[14.88922,50.93856],[14.81593,50.87729],[14.63671,50.89116],[14.59311,50.91887],[14.57217,51.01076],[14.26283,51.06473],[14.28086,50.98024],[14.22816,50.85796],[13.69532,50.72883],[13.03442,50.50085],[12.49077,50.34582],[12.32632,50.29277],[12.35379,50.21462],[12.32701,50.16363],[12.1677,50.34889],[12.07707,50.2524],[12.18195,50.21136],[12.26014,50.09069],[12.53892,49.4164],[12.88808,49.3385],[13.21287,49.12439],[13.73952,48.83688],[13.45371,48.56222],[13.40555,48.37812],[13.03648,48.25986],[12.71376,48.10856],[12.93108,47.9376],[13.00455,47.84506],[12.90671,47.73249],[13.05228,47.59329],[12.15792,47.7087],[12.20393,47.61667],[12.17783,47.59815],[11.61753,47.60093],[11.26666,47.39124],[10.9247,47.46811],[10.91578,47.55623],[10.59031,47.5567],[10.29848,47.39937],[9.78144,47.61274],[9.74024,47.52842],[9.00278,47.69137],[8.68933,47.72371],[8.63809,47.70261],[8.63079,47.69359],[8.62127,47.69177],[8.62414,47.68221],[8.61243,47.68115],[8.35382,47.61367],[8.27485,47.619],[8.23709,47.61023],[8.22808,47.60583],[8.20284,47.61555],[8.10834,47.58251],[8.08568,47.5583],[8.06714,47.56444],[8.04981,47.55645],[8.02749,47.55112],[7.98097,47.55494],[7.91917,47.54787],[7.88862,47.58888],[7.81257,47.57122],[7.79455,47.55558],[7.71404,47.54063],[7.66043,47.54485],[7.65219,47.54702],[7.63439,47.56173],[7.61499,47.55669],[7.5834,47.57048],[7.58559,47.5845],[7.59366,47.60048],[7.58761,47.608],[7.51491,47.6652],[7.5434,47.81539],[7.57671,48.02454],[7.56812,48.06012],[7.80639,48.52438],[7.79987,48.58029],[7.80665,48.60106],[8.11014,48.84977],[8.19422,48.97504]]],terms_url:"https://data.deutschebahn.com/dataset/data-streckennetz",terms_text:"Data CC-BY 4.0 Deutsche Bahn AG",overlay:true},{id:"DigitalGlobe-Premium",name:"DigitalGlobe Premium Imagery",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/digitalglobe.316c9a2e/{zoom}/{x}/{y}.png?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNqZGFrZ2c2dzFlMWgyd2x0ZHdmMDB6NzYifQ.9Pl3XOO82ArX94fHV289Pg",scaleExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/DigitalGlobe",terms_text:"Terms & Feedback","default":true,description:"DigitalGlobe-Premium is a mosaic composed of DigitalGlobe basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/DigitalGlobePremiumImagery.png"},{id:"DigitalGlobe-Premium-vintage",name:"DigitalGlobe Premium Imagery Vintage",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/digitalglobe.2850d66c/{zoom}/{x}/{y}.png?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNqOTBkcmZjNzJ5ZnozNHF6NnVkOGd6ODYifQ.grAnqgpCjOaeq-ozqt4QNw",scaleExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/DigitalGlobe",terms_text:"Terms & Feedback",description:"Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/DigitalGlobePremiumImagery.png",overlay:true},{id:"DigitalGlobe-Standard",name:"DigitalGlobe Standard Imagery",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/digitalglobe.0a8e44ba/{zoom}/{x}/{y}.png?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNqZGFrZ3pjczNpaHYycXFyMGo0djY3N2IifQ.90uebT4-ow1uqZKTUrf6RQ",scaleExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/DigitalGlobe",terms_text:"Terms & Feedback","default":true,description:"DigitalGlobe-Standard is a curated set of imagery covering 86% of the earth’s landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/DigitalGlobePremiumImagery.png"},{id:"DigitalGlobe-Standard-vintage",name:"DigitalGlobe Standard Imagery Vintage",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/digitalglobe.1412531a/{zoom}/{x}/{y}.png?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNqOTBlYWJ1ZDAza2YyeG14NWVodTA4OWUifQ.wVc8ZOuPuYVw39lhS2j3_g",scaleExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/DigitalGlobe",terms_text:"Terms & Feedback",description:"Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/DigitalGlobePremiumImagery.png",overlay:true},{id:"drone-imagery-2014",name:"Drone Imagery 2014 (Haiti)",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/haiti_2014/{zoom}/{x}/{y}",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",polygon:[[[-72.3286,18.69461],[-72.33034,18.69412],[-72.33117,18.69284],[-72.33413,18.68542],[-72.33452,18.68414],[-72.33443,18.68355],[-72.33375,18.68235],[-72.32147,18.67721],[-72.32027,18.67698],[-72.31909,18.67713],[-72.3183,18.67804],[-72.31508,18.68457],[-72.31394,18.689],[-72.31553,18.68993],[-72.3286,18.69461]],[[-72.34695,18.61833],[-72.34553,18.62166],[-72.34355,18.62447],[-72.34245,18.62553],[-72.34076,18.62658],[-72.33786,18.62639],[-72.33649,18.62597],[-72.33589,18.62504],[-72.33482,18.62559],[-72.33472,18.6255],[-72.33459,18.62513],[-72.33343,18.62438],[-72.33174,18.62469],[-72.3313,18.62457],[-72.33126,18.62321],[-72.33088,18.62276],[-72.33066,18.62277],[-72.32985,18.62345],[-72.32862,18.62186],[-72.32829,18.6218],[-72.32817,18.62193],[-72.32809,18.6218],[-72.32734,18.62261],[-72.32541,18.62101],[-72.32422,18.62122],[-72.32396,18.61869],[-72.32354,18.61815],[-72.32325,18.61818],[-72.32351,18.61877],[-72.32058,18.62031],[-72.32043,18.61993],[-72.31978,18.62066],[-72.31807,18.61907],[-72.31742,18.61958],[-72.31523,18.61782],[-72.31463,18.61844],[-72.31324,18.6165],[-72.31275,18.61677],[-72.31232,18.6172],[-72.31198,18.61704],[-72.31042,18.61764],[-72.31062,18.61564],[-72.30996,18.61526],[-72.30936,18.61623],[-72.30786,18.61542],[-72.30669,18.61623],[-72.30604,18.61704],[-72.30419,18.61545],[-72.30288,18.61688],[-72.30191,18.61637],[-72.30131,18.61552],[-72.30118,18.6158],[-72.30087,18.61546],[-72.30076,18.61567],[-72.30062,18.6156],[-72.30012,18.61609],[-72.29198,18.61365],[-72.29194,18.61347],[-72.29143,18.61342],[-72.29094,18.61323],[-72.29105,18.61199],[-72.29057,18.61152],[-72.28772,18.61145],[-72.28801,18.6096],[-72.2865,18.60968],[-72.28635,18.60799],[-72.28448,18.60844],[-72.28436,18.60789],[-72.283,18.60808],[-72.283,18.60658],[-72.2828,18.60676],[-72.2816,18.60537],[-72.28106,18.60533],[-72.27973,18.60682],[-72.27805,18.60525],[-72.27793,18.6053],[-72.2778,18.60524],[-72.2772,18.60638],[-72.27589,18.60564],[-72.27544,18.60629],[-72.27385,18.60508],[-72.27341,18.60508],[-72.27241,18.60593],[-72.27099,18.60442],[-72.27047,18.60429],[-72.27038,18.60446],[-72.27024,18.60427],[-72.27011,18.60433],[-72.26862,18.60368],[-72.26778,18.6037],[-72.26751,18.60429],[-72.2655,18.60318],[-72.26539,18.60336],[-72.26515,18.60309],[-72.26471,18.603],[-72.26436,18.60331],[-72.26312,18.60193],[-72.26258,18.60188],[-72.262,18.60251],[-72.26139,18.60184],[-72.26106,18.60182],[-72.26106,18.60148],[-72.26014,18.6005],[-72.25994,18.60049],[-72.25803,18.60079],[-72.2576,18.60054],[-72.25691,18.60094],[-72.25413,18.59992],[-72.25093,18.59739],[-72.25062,18.59676],[-72.25033,18.59701],[-72.24451,18.59231],[-72.24215,18.58872],[-72.24167,18.58756],[-72.24077,18.58654],[-72.24147,18.58592],[-72.2413,18.58543],[-72.2395,18.58424],[-72.24007,18.58358],[-72.2382,18.58197],[-72.23868,18.58157],[-72.2385,18.58119],[-72.23703,18.58054],[-72.23612,18.57894],[-72.23646,18.57825],[-72.23636,18.5777],[-72.23467,18.57684],[-72.2353,18.57562],[-72.235,18.57499],[-72.23335,18.57423],[-72.23399,18.57293],[-72.23182,18.57169],[-72.23188,18.57137],[-72.23175,18.57127],[-72.23198,18.5708],[-72.23072,18.5694],[-72.23097,18.56874],[-72.23082,18.56844],[-72.23046,18.56855],[-72.23009,18.56754],[-72.22942,18.56715],[-72.22972,18.56651],[-72.22961,18.566],[-72.22908,18.56612],[-72.22848,18.56396],[-72.22818,18.56395],[-72.22733,18.56421],[-72.2265,18.56179],[-72.22623,18.56191],[-72.22436,18.55908],[-72.22471,18.55882],[-72.22357,18.55689],[-72.22379,18.55675],[-72.22325,18.55579],[-72.22387,18.55544],[-72.22382,18.55528],[-72.22458,18.55483],[-72.22453,18.55439],[-72.22625,18.55408],[-72.22705,18.55349],[-72.22692,18.55333],[-72.2271,18.55324],[-72.22687,18.55273],[-72.22592,18.55308],[-72.22465,18.55027],[-72.22483,18.5501],[-72.22457,18.54956],[-72.22327,18.55014],[-72.22261,18.54869],[-72.2208,18.54918],[-72.22051,18.54852],[-72.22034,18.54865],[-72.2201,18.54845],[-72.21952,18.54876],[-72.21862,18.54755],[-72.2174,18.5478],[-72.21714,18.54733],[-72.21694,18.54734],[-72.21583,18.54517],[-72.21505,18.54533],[-72.21477,18.54494],[-72.21442,18.54218],[-72.21421,18.54233],[-72.21293,18.5401],[-72.21199,18.5404],[-72.21188,18.54025],[-72.21145,18.53781],[-72.21085,18.53797],[-72.21028,18.53545],[-72.20993,18.53465],[-72.20942,18.53478],[-72.20942,18.53456],[-72.20851,18.53472],[-72.2057,18.53039],[-72.20444,18.52693],[-72.20438,18.52643],[-72.20418,18.52637],[-72.20399,18.52572],[-72.20263,18.5222],[-72.20182,18.5197],[-72.20148,18.51742],[-72.20301,18.51606],[-72.20503,18.51506],[-72.20767,18.51432],[-72.20936,18.5142],[-72.2095,18.51448],[-72.21082,18.51416],[-72.21095,18.51444],[-72.21189,18.51412],[-72.21266,18.51403],[-72.21277,18.51417],[-72.21462,18.51393],[-72.21697,18.51569],[-72.21731,18.51648],[-72.21787,18.51642],[-72.21818,18.51975],[-72.21798,18.51984],[-72.21909,18.52189],[-72.22031,18.52152],[-72.22096,18.52382],[-72.22209,18.52355],[-72.22251,18.52685],[-72.22229,18.52693],[-72.22271,18.52726],[-72.22289,18.52707],[-72.2231,18.52722],[-72.22404,18.52681],[-72.22551,18.52936],[-72.22596,18.5297],[-72.22642,18.52964],[-72.2265,18.53018],[-72.2275,18.53118],[-72.22673,18.53171],[-72.22885,18.53383],[-72.22811,18.53435],[-72.22981,18.53623],[-72.22912,18.5367],[-72.22935,18.53731],[-72.23059,18.53875],[-72.23222,18.54189],[-72.23215,18.5421],[-72.23258,18.54324],[-72.23311,18.54304],[-72.2342,18.54558],[-72.23436,18.5455],[-72.23554,18.54776],[-72.23571,18.54779],[-72.23601,18.54899],[-72.23839,18.55165],[-72.23747,18.55231],[-72.23951,18.55397],[-72.23918,18.55413],[-72.2407,18.55661],[-72.24014,18.5568],[-72.24079,18.55824],[-72.24063,18.55835],[-72.24067,18.55845],[-72.24117,18.55815],[-72.24161,18.55898],[-72.24216,18.55882],[-72.24242,18.56062],[-72.24262,18.56101],[-72.24294,18.56089],[-72.24399,18.56371],[-72.24466,18.56356],[-72.24475,18.56413],[-72.24536,18.56445],[-72.2449,18.56525],[-72.24518,18.56549],[-72.245,18.56581],[-72.24499,18.56607],[-72.24543,18.56633],[-72.24559,18.56618],[-72.24588,18.56662],[-72.24687,18.56727],[-72.24662,18.56749],[-72.24781,18.56897],[-72.24728,18.56938],[-72.24859,18.57137],[-72.24894,18.57159],[-72.24865,18.57222],[-72.2488,18.57219],[-72.24885,18.5723],[-72.24945,18.57197],[-72.25068,18.57411],[-72.25147,18.5737],[-72.25251,18.57598],[-72.25339,18.57551],[-72.25491,18.57848],[-72.25462,18.57863],[-72.25467,18.57878],[-72.25505,18.57894],[-72.25495,18.57913],[-72.256,18.58074],[-72.2563,18.58054],[-72.25752,18.58237],[-72.25769,18.58227],[-72.2578,18.5824],[-72.25808,18.5823],[-72.25857,18.5821],[-72.25862,18.58222],[-72.25889,18.58219],[-72.25894,18.58302],[-72.25958,18.58445],[-72.25984,18.58472],[-72.26072,18.58443],[-72.26094,18.58565],[-72.2622,18.58722],[-72.26351,18.58643],[-72.2643,18.58738],[-72.26474,18.58708],[-72.26594,18.58862],[-72.26756,18.58877],[-72.26742,18.58917],[-72.27039,18.58893],[-72.27021,18.5903],[-72.2722,18.59048],[-72.27211,18.59145],[-72.27381,18.59188],[-72.27384,18.59168],[-72.27729,18.59169],[-72.28014,18.59129],[-72.28059,18.59048],[-72.28106,18.59071],[-72.28226,18.58989],[-72.28286,18.59047],[-72.28367,18.58966],[-72.28401,18.59014],[-72.28468,18.59029],[-72.2851,18.58997],[-72.2857,18.59062],[-72.28661,18.59068],[-72.28681,18.59014],[-72.28728,18.59032],[-72.28741,18.59013],[-72.28801,18.59052],[-72.28991,18.59071],[-72.29077,18.58997],[-72.29196,18.59186],[-72.2945,18.59148],[-72.29454,18.59361],[-72.29654,18.59322],[-72.29689,18.59586],[-72.2976,18.59675],[-72.29824,18.59722],[-72.29871,18.5962],[-72.30053,18.59733],[-72.30081,18.59675],[-72.30113,18.59691],[-72.30131,18.59676],[-72.30175,18.59721],[-72.30303,18.59774],[-72.3033,18.59729],[-72.30394,18.59761],[-72.30394,18.59736],[-72.30555,18.59794],[-72.30598,18.59756],[-72.30703,18.59838],[-72.30723,18.59799],[-72.30862,18.59833],[-72.30938,18.59752],[-72.31013,18.5981],[-72.31037,18.59739],[-72.3121,18.5983],[-72.3122,18.59807],[-72.31424,18.59902],[-72.31456,18.59873],[-72.31524,18.59922],[-72.31681,18.59952],[-72.31662,18.60004],[-72.31958,18.60072],[-72.31907,18.60202],[-72.32042,18.60247],[-72.32061,18.60242],[-72.32082,18.60267],[-72.3211,18.6027],[-72.32105,18.60298],[-72.32144,18.60347],[-72.32368,18.60322],[-72.32375,18.60432],[-72.32584,18.60436],[-72.32588,18.60522],[-72.32617,18.60585],[-72.32864,18.60525],[-72.32897,18.60527],[-72.32916,18.60727],[-72.33006,18.60812],[-72.3294,18.60867],[-72.33004,18.60959],[-72.33282,18.60949],[-72.33258,18.61058],[-72.33302,18.61005],[-72.3335,18.61054],[-72.33477,18.61035],[-72.33485,18.61167],[-72.33735,18.61174],[-72.33725,18.61237],[-72.33767,18.61298],[-72.34038,18.61306],[-72.34016,18.6138],[-72.34153,18.61384],[-72.34258,18.61457],[-72.3426,18.61512],[-72.34306,18.61499],[-72.34682,18.61792],[-72.34695,18.61833]],[[-72.72363,19.09461],[-72.72302,19.09518],[-72.72206,19.0965],[-72.72169,19.09612],[-72.72164,19.0962],[-72.72132,19.09609],[-72.72073,19.0967],[-72.7198,19.09587],[-72.71965,19.09591],[-72.7197,19.09601],[-72.71955,19.09602],[-72.71911,19.09623],[-72.71906,19.09627],[-72.71904,19.09625],[-72.71888,19.09631],[-72.71886,19.09626],[-72.71817,19.09643],[-72.71776,19.09679],[-72.71756,19.09657],[-72.71693,19.09705],[-72.71713,19.09735],[-72.71495,19.0988],[-72.71479,19.09852],[-72.71483,19.09849],[-72.7148,19.0984],[-72.71455,19.09859],[-72.71449,19.09851],[-72.71413,19.09877],[-72.71413,19.09893],[-72.71419,19.09891],[-72.71417,19.09978],[-72.71324,19.09971],[-72.71287,19.09974],[-72.71295,19.09967],[-72.71278,19.09968],[-72.71278,19.09977],[-72.71282,19.09976],[-72.71285,19.09988],[-72.71266,19.09989],[-72.71266,19.09987],[-72.71245,19.09987],[-72.71182,19.09991],[-72.71178,19.10012],[-72.71157,19.10009],[-72.71147,19.10102],[-72.71042,19.10086],[-72.71039,19.10119],[-72.7103,19.1012],[-72.71031,19.10151],[-72.7097,19.10156],[-72.7097,19.10162],[-72.70917,19.10169],[-72.70917,19.1021],[-72.70828,19.10211],[-72.70809,19.10289],[-72.70788,19.10284],[-72.70798,19.10367],[-72.70724,19.1038],[-72.70731,19.10501],[-72.70723,19.10501],[-72.70736,19.10565],[-72.70637,19.10584],[-72.7062,19.10714],[-72.70588,19.10706],[-72.70591,19.10747],[-72.7053,19.10757],[-72.7054,19.10813],[-72.70568,19.10809],[-72.70568,19.10928],[-72.70591,19.11013],[-72.70589,19.11022],[-72.70574,19.11025],[-72.70574,19.11116],[-72.70538,19.11114],[-72.70557,19.11247],[-72.70499,19.11256],[-72.70537,19.11361],[-72.7047,19.11388],[-72.70496,19.11563],[-72.70418,19.11564],[-72.70442,19.11762],[-72.70371,19.11764],[-72.70371,19.1178],[-72.70352,19.11779],[-72.70339,19.12227],[-72.70264,19.12205],[-72.70253,19.12301],[-72.70289,19.12592],[-72.70308,19.12595],[-72.70316,19.12864],[-72.70234,19.12997],[-72.70206,19.1301],[-72.69987,19.1305],[-72.69325,19.13064],[-72.687,19.13075],[-72.68456,19.13073],[-72.68338,19.13056],[-72.6828,19.1297],[-72.68203,19.1283],[-72.68201,19.12715],[-72.68158,19.12714],[-72.68187,19.12508],[-72.68185,19.12507],[-72.68215,19.12414],[-72.68253,19.12295],[-72.68265,19.12243],[-72.68263,19.12185],[-72.68302,19.12185],[-72.68301,19.12132],[-72.68286,19.12133],[-72.68293,19.11947],[-72.68251,19.11946],[-72.68256,19.11803],[-72.68265,19.11751],[-72.68265,19.11703],[-72.68318,19.11704],[-72.68319,19.11685],[-72.68371,19.11687],[-72.68384,19.11684],[-72.684,19.11685],[-72.68398,19.11689],[-72.68426,19.11688],[-72.68426,19.11679],[-72.68481,19.11674],[-72.68546,19.11667],[-72.68557,19.11664],[-72.68551,19.11664],[-72.6856,19.11662],[-72.68595,19.11658],[-72.68596,19.11654],[-72.68608,19.11654],[-72.68661,19.11663],[-72.68662,19.11656],[-72.68713,19.11665],[-72.68721,19.11666],[-72.68721,19.11663],[-72.6878,19.11666],[-72.68779,19.11659],[-72.68833,19.11663],[-72.68832,19.11658],[-72.68928,19.11657],[-72.6897,19.11656],[-72.68998,19.11644],[-72.6902,19.11644],[-72.69019,19.11615],[-72.69027,19.11563],[-72.69029,19.11541],[-72.69017,19.11543],[-72.69018,19.11493],[-72.69018,19.11458],[-72.69019,19.11445],[-72.69022,19.11433],[-72.6902,19.11406],[-72.68972,19.11398],[-72.68968,19.11397],[-72.68973,19.11415],[-72.68974,19.1142],[-72.68937,19.11417],[-72.68872,19.11412],[-72.688,19.11412],[-72.68758,19.11409],[-72.68759,19.11401],[-72.68736,19.11403],[-72.68711,19.11406],[-72.68682,19.11406],[-72.68677,19.11405],[-72.68591,19.11422],[-72.68554,19.11421],[-72.68557,19.11369],[-72.68554,19.11308],[-72.68533,19.11314],[-72.6852,19.11316],[-72.68519,19.1132],[-72.68504,19.11325],[-72.68495,19.1127],[-72.68474,19.11278],[-72.68468,19.11277],[-72.68446,19.11281],[-72.68416,19.1128],[-72.6836,19.11254],[-72.68353,19.11102],[-72.68363,19.11007],[-72.68338,19.11003],[-72.68344,19.10974],[-72.68295,19.1096],[-72.68305,19.10892],[-72.68111,19.10826],[-72.68112,19.1081],[-72.67965,19.10781],[-72.67968,19.10765],[-72.67923,19.10749],[-72.67916,19.10802],[-72.67838,19.10755],[-72.67779,19.10753],[-72.67775,19.10769],[-72.67623,19.10765],[-72.67606,19.10762],[-72.67621,19.10797],[-72.67549,19.10804],[-72.67548,19.1079],[-72.67431,19.10804],[-72.67432,19.10795],[-72.67398,19.10794],[-72.67382,19.10798],[-72.6739,19.10864],[-72.67319,19.10856],[-72.67307,19.10852],[-72.67284,19.10855],[-72.67276,19.10855],[-72.67286,19.10907],[-72.67284,19.10915],[-72.67251,19.10903],[-72.67236,19.10906],[-72.6723,19.10905],[-72.67224,19.10913],[-72.67179,19.10912],[-72.67051,19.10679],[-72.6704,19.10401],[-72.67048,19.10396],[-72.67032,19.10223],[-72.67034,19.1016],[-72.67062,19.09856],[-72.67121,19.09697],[-72.67278,19.09595],[-72.67277,19.09629],[-72.67364,19.09636],[-72.6736,19.09662],[-72.67484,19.09623],[-72.67489,19.09666],[-72.67566,19.09655],[-72.67566,19.09648],[-72.67655,19.09642],[-72.67772,19.09626],[-72.67786,19.09675],[-72.67784,19.09689],[-72.67826,19.09677],[-72.67837,19.09698],[-72.67858,19.09698],[-72.67853,19.09665],[-72.67878,19.09666],[-72.67861,19.09635],[-72.67927,19.09633],[-72.67973,19.0962],[-72.68015,19.09604],[-72.68058,19.09598],[-72.68029,19.09501],[-72.68072,19.095],[-72.68066,19.09474],[-72.68048,19.09418],[-72.68037,19.09335],[-72.68064,19.09335],[-72.68064,19.09266],[-72.67973,19.09263],[-72.67972,19.09269],[-72.67943,19.09266],[-72.67966,19.09132],[-72.67977,19.09107],[-72.68249,19.0892],[-72.68272,19.08907],[-72.68506,19.0888],[-72.68508,19.08888],[-72.68616,19.08873],[-72.6862,19.08887],[-72.68718,19.08866],[-72.68717,19.0886],[-72.68849,19.08844],[-72.68852,19.08847],[-72.69006,19.0884],[-72.69018,19.08871],[-72.69227,19.08828],[-72.69229,19.08887],[-72.69218,19.08924],[-72.69222,19.08928],[-72.69277,19.08923],[-72.69279,19.08933],[-72.69335,19.08934],[-72.69289,19.0888],[-72.69274,19.0883],[-72.69496,19.08857],[-72.69571,19.08831],[-72.69579,19.08892],[-72.69625,19.08904],[-72.69649,19.08889],[-72.69849,19.08845],[-72.69849,19.08866],[-72.6988,19.08858],[-72.69885,19.08895],[-72.69884,19.08903],[-72.69926,19.08895],[-72.70023,19.08884],[-72.70023,19.08893],[-72.70088,19.08892],[-72.7014,19.08887],[-72.70128,19.08828],[-72.70257,19.08859],[-72.70282,19.08874],[-72.70309,19.08883],[-72.70293,19.08855],[-72.70341,19.08862],[-72.70557,19.08863],[-72.70552,19.08906],[-72.70665,19.08889],[-72.70666,19.08938],[-72.70902,19.08917],[-72.70898,19.0891],[-72.71116,19.08894],[-72.71121,19.0892],[-72.71281,19.08912],[-72.71286,19.0898],[-72.71502,19.08882],[-72.71569,19.08838],[-72.71573,19.08847],[-72.7161,19.08824],[-72.71598,19.08795],[-72.71653,19.0877],[-72.71653,19.08761],[-72.71579,19.08781],[-72.71676,19.08727],[-72.71671,19.08717],[-72.71815,19.08638],[-72.71795,19.08602],[-72.71954,19.08518],[-72.71954,19.08511],[-72.72217,19.08467],[-72.72327,19.08506],[-72.72622,19.08712],[-72.72763,19.0891],[-72.72752,19.08973],[-72.72548,19.09295],[-72.72482,19.09403],[-72.72399,19.09495],[-72.72363,19.09461]],[[-72.06537,19.65239],[-72.06565,19.6518],[-72.06603,19.65128],[-72.06697,19.65109],[-72.0676,19.6511],[-72.07102,19.65223],[-72.0719,19.65254],[-72.07189,19.65255],[-72.07264,19.6528],[-72.07262,19.65284],[-72.07268,19.65286],[-72.07269,19.65283],[-72.0733,19.65305],[-72.07393,19.65327],[-72.07416,19.65347],[-72.07418,19.65351],[-72.07435,19.65395],[-72.07432,19.65425],[-72.07419,19.65495],[-72.07399,19.65583],[-72.07384,19.65648],[-72.07307,19.65805],[-72.07274,19.65866],[-72.0727,19.65869],[-72.07228,19.65915],[-72.07221,19.65917],[-72.07196,19.65916],[-72.0714,19.65909],[-72.07012,19.65866],[-72.07017,19.65856],[-72.06983,19.65852],[-72.06984,19.65848],[-72.06939,19.65841],[-72.06944,19.65823],[-72.06941,19.65823],[-72.06937,19.65836],[-72.06842,19.65807],[-72.06707,19.65759],[-72.06451,19.65663],[-72.06434,19.65632],[-72.06421,19.65547],[-72.06422,19.65541],[-72.06472,19.65379],[-72.06487,19.65351],[-72.06537,19.65239]],[[-72.23222,18.69173],[-72.23182,18.69172],[-72.23115,18.69168],[-72.23128,18.69161],[-72.23072,18.69152],[-72.23068,18.69147],[-72.23135,18.69159],[-72.23157,18.69149],[-72.23162,18.69137],[-72.23165,18.69134],[-72.23165,18.69164],[-72.23222,18.69173]],[[-72.2406,18.69192],[-72.23953,18.6921],[-72.23891,18.69207],[-72.23878,18.69207],[-72.23856,18.692],[-72.23818,18.69192],[-72.23186,18.69054],[-72.22977,18.69113],[-72.21709,18.68967],[-72.21618,18.68724],[-72.21599,18.68673],[-72.21602,18.68659],[-72.2159,18.68601],[-72.21581,18.68593],[-72.21561,18.68483],[-72.21569,18.6847],[-72.21578,18.68435],[-72.21595,18.68347],[-72.21629,18.68289],[-72.2164,18.68221],[-72.21633,18.68211],[-72.21641,18.68208],[-72.21642,18.68189],[-72.21694,18.6813],[-72.21685,18.68096],[-72.21693,18.68099],[-72.21722,18.68091],[-72.21734,18.6808],[-72.21731,18.67964],[-72.21749,18.67958],[-72.21749,18.67946],[-72.21747,18.67908],[-72.21743,18.67853],[-72.21739,18.6785],[-72.21718,18.6786],[-72.2171,18.67856],[-72.21708,18.67838],[-72.21724,18.67767],[-72.21724,18.67745],[-72.21721,18.67744],[-72.21681,18.67754],[-72.21671,18.67688],[-72.21662,18.67612],[-72.21642,18.67621],[-72.21601,18.67548],[-72.21596,18.67551],[-72.21589,18.67549],[-72.21552,18.6756],[-72.2154,18.67561],[-72.21529,18.6757],[-72.21521,18.67571],[-72.21491,18.67472],[-72.21464,18.67387],[-72.21456,18.6737],[-72.21447,18.67348],[-72.21413,18.67301],[-72.21427,18.67293],[-72.21413,18.67271],[-72.21383,18.67278],[-72.21339,18.67181],[-72.21178,18.67209],[-72.21169,18.67172],[-72.21135,18.67183],[-72.21116,18.67196],[-72.21077,18.67121],[-72.21058,18.67129],[-72.20984,18.66963],[-72.20972,18.6697],[-72.20966,18.66968],[-72.20918,18.66838],[-72.20895,18.66773],[-72.2093,18.66606],[-72.20937,18.66571],[-72.20974,18.66536],[-72.21031,18.66477],[-72.21021,18.66416],[-72.21042,18.66401],[-72.2111,18.66329],[-72.21167,18.66268],[-72.21179,18.66236],[-72.21206,18.66242],[-72.21193,18.66185],[-72.21188,18.66155],[-72.21199,18.66147],[-72.21239,18.66137],[-72.21331,18.66103],[-72.21393,18.66039],[-72.21376,18.65992],[-72.21355,18.65956],[-72.21376,18.65943],[-72.21349,18.65869],[-72.21296,18.65736],[-72.21357,18.6572],[-72.21312,18.65639],[-72.21281,18.65534],[-72.21317,18.6551],[-72.21308,18.65459],[-72.21347,18.65438],[-72.21374,18.65436],[-72.21382,18.65416],[-72.2135,18.65353],[-72.21304,18.65171],[-72.21345,18.65143],[-72.21341,18.65133],[-72.21364,18.65105],[-72.21418,18.65077],[-72.21378,18.65016],[-72.21364,18.64989],[-72.21372,18.64975],[-72.21429,18.64943],[-72.21379,18.64934],[-72.21362,18.64922],[-72.21382,18.64869],[-72.21354,18.64765],[-72.21331,18.64717],[-72.21366,18.64552],[-72.21389,18.64539],[-72.21377,18.6451],[-72.214,18.64399],[-72.21412,18.64378],[-72.21437,18.64347],[-72.2158,18.64222],[-72.21601,18.64217],[-72.21761,18.64218],[-72.21778,18.64272],[-72.21798,18.64256],[-72.21816,18.64236],[-72.21821,18.6422],[-72.22119,18.64222],[-72.22125,18.6423],[-72.22135,18.64224],[-72.2215,18.64223],[-72.22293,18.64229],[-72.22299,18.64235],[-72.22311,18.64227],[-72.22717,18.64249],[-72.22828,18.64281],[-72.22811,18.6432],[-72.22848,18.64325],[-72.22919,18.64258],[-72.2304,18.64263],[-72.23711,18.64295],[-72.23719,18.64317],[-72.23807,18.64322],[-72.23828,18.64298],[-72.23988,18.64306],[-72.24332,18.6434],[-72.24367,18.64387],[-72.24518,18.64437],[-72.2456,18.64364],[-72.24562,18.64372],[-72.24574,18.64363],[-72.24723,18.64378],[-72.24853,18.64441],[-72.24918,18.64397],[-72.25155,18.64418],[-72.25382,18.64516],[-72.2546,18.64564],[-72.25517,18.64642],[-72.2554,18.64807],[-72.25531,18.64812],[-72.2552,18.64828],[-72.2555,18.64881],[-72.25586,18.64847],[-72.25603,18.64856],[-72.25625,18.64848],[-72.25685,18.64755],[-72.25965,18.64494],[-72.26253,18.64336],[-72.26304,18.64362],[-72.26388,18.64308],[-72.26486,18.64445],[-72.26525,18.64373],[-72.26533,18.64378],[-72.26576,18.64259],[-72.26652,18.64289],[-72.26641,18.64135],[-72.26714,18.64137],[-72.26737,18.6407],[-72.26824,18.64023],[-72.26853,18.6403],[-72.26901,18.63988],[-72.26908,18.63978],[-72.26948,18.63958],[-72.27214,18.63895],[-72.27383,18.63988],[-72.27375,18.64004],[-72.27476,18.64088],[-72.27501,18.64054],[-72.27622,18.64161],[-72.27639,18.64131],[-72.27652,18.64138],[-72.27845,18.643],[-72.27896,18.64273],[-72.2823,18.64457],[-72.28387,18.64607],[-72.28384,18.64611],[-72.28412,18.64641],[-72.28401,18.64647],[-72.28455,18.6471],[-72.28538,18.64803],[-72.28569,18.64785],[-72.28642,18.64857],[-72.28724,18.64936],[-72.28775,18.65003],[-72.28724,18.65028],[-72.28768,18.65089],[-72.28708,18.65122],[-72.28656,18.65188],[-72.28736,18.6532],[-72.2872,18.65332],[-72.2873,18.65355],[-72.28905,18.65383],[-72.28882,18.65459],[-72.28889,18.6546],[-72.28878,18.65512],[-72.29013,18.65481],[-72.29084,18.65766],[-72.2902,18.65767],[-72.29076,18.66015],[-72.28998,18.66022],[-72.29045,18.66151],[-72.29022,18.66161],[-72.29033,18.66256],[-72.29138,18.66227],[-72.29155,18.66276],[-72.29368,18.66243],[-72.29377,18.663],[-72.29441,18.66289],[-72.29444,18.66273],[-72.29656,18.66246],[-72.29662,18.66262],[-72.29708,18.66261],[-72.29692,18.66184],[-72.30025,18.66195],[-72.30141,18.66311],[-72.30141,18.66397],[-72.30192,18.66392],[-72.30197,18.66454],[-72.30311,18.66471],[-72.30471,18.66632],[-72.30471,18.66668],[-72.30505,18.66666],[-72.30529,18.66692],[-72.30519,18.66768],[-72.30607,18.66759],[-72.30749,18.66901],[-72.30782,18.67109],[-72.30784,18.67216],[-72.30757,18.67405],[-72.30716,18.67526],[-72.30674,18.67537],[-72.30687,18.67599],[-72.30657,18.67612],[-72.30611,18.67602],[-72.30585,18.67705],[-72.30607,18.67726],[-72.3061,18.67744],[-72.30635,18.678],[-72.30609,18.67871],[-72.30587,18.67881],[-72.3059,18.67951],[-72.30556,18.68062],[-72.30395,18.68368],[-72.30377,18.68373],[-72.30139,18.68415],[-72.29912,18.68452],[-72.29899,18.68432],[-72.29826,18.6844],[-72.29828,18.6845],[-72.29502,18.68412],[-72.29419,18.68422],[-72.29408,18.68376],[-72.29202,18.68398],[-72.29191,18.68364],[-72.29101,18.68377],[-72.29095,18.68347],[-72.29037,18.68378],[-72.29035,18.68363],[-72.28936,18.68384],[-72.28913,18.68345],[-72.28766,18.6835],[-72.2877,18.68329],[-72.28538,18.68344],[-72.2849,18.68243],[-72.28449,18.68243],[-72.28376,18.68198],[-72.28268,18.68186],[-72.2822,18.68284],[-72.28268,18.68296],[-72.28164,18.68413],[-72.28111,18.68523],[-72.28129,18.68628],[-72.28089,18.68726],[-72.28036,18.68726],[-72.28036,18.68762],[-72.2715,18.688],[-72.2715,18.68774],[-72.27171,18.6875],[-72.27193,18.68611],[-72.2713,18.68611],[-72.27115,18.68635],[-72.27115,18.68735],[-72.26903,18.68805],[-72.26661,18.68821],[-72.26315,18.68817],[-72.25798,18.6868],[-72.25503,18.68501],[-72.25415,18.68242],[-72.25408,18.68278],[-72.25266,18.68732],[-72.25106,18.68819],[-72.24828,18.68927],[-72.24695,18.68917],[-72.24718,18.68966],[-72.24628,18.68966],[-72.24632,18.68997],[-72.24527,18.69032],[-72.24487,18.69045],[-72.24361,18.69036],[-72.24351,18.69029],[-72.24321,18.6903],[-72.24318,18.69051],[-72.24324,18.69061],[-72.24325,18.691],[-72.24303,18.69122],[-72.24166,18.69171],[-72.24149,18.69178],[-72.2406,18.69192]],[[-72.27545,18.56614],[-72.27419,18.56701],[-72.27356,18.56701],[-72.27297,18.56706],[-72.27227,18.56707],[-72.27191,18.56707],[-72.27178,18.56718],[-72.2709,18.56724],[-72.27064,18.56724],[-72.26998,18.56708],[-72.26875,18.56671],[-72.2684,18.56661],[-72.26809,18.56639],[-72.26781,18.56611],[-72.26744,18.5652],[-72.26739,18.56308],[-72.26738,18.5626],[-72.26742,18.56195],[-72.26799,18.56064],[-72.26822,18.56014],[-72.26856,18.55975],[-72.26871,18.55962],[-72.2702,18.55963],[-72.27181,18.55967],[-72.27491,18.55982],[-72.27579,18.55986],[-72.27588,18.55999],[-72.2758,18.56491],[-72.27578,18.56541],[-72.27575,18.56556],[-72.27552,18.56608],[-72.27545,18.56614]],[[-72.33318,18.56014],[-72.33166,18.55959],[-72.33021,18.55904],[-72.32919,18.55866],[-72.3292,18.55861],[-72.32887,18.55838],[-72.32868,18.55826],[-72.3282,18.55827],[-72.32815,18.55828],[-72.3261,18.55752],[-72.32604,18.5575],[-72.32604,18.55745],[-72.32589,18.55732],[-72.32551,18.5573],[-72.32437,18.55688],[-72.32411,18.55678],[-72.32379,18.55662],[-72.32348,18.55633],[-72.32315,18.55628],[-72.32174,18.55556],[-72.32143,18.55541],[-72.3205,18.55488],[-72.32019,18.5547],[-72.32007,18.55453],[-72.31984,18.55412],[-72.31984,18.55385],[-72.31998,18.55322],[-72.32046,18.55124],[-72.32056,18.55083],[-72.32066,18.55047],[-72.32068,18.55039],[-72.32111,18.54857],[-72.32127,18.54791],[-72.32147,18.54719],[-72.32153,18.54699],[-72.322,18.5458],[-72.32203,18.54575],[-72.32354,18.54486],[-72.3236,18.54483],[-72.3236,18.54481],[-72.32486,18.54407],[-72.32534,18.54378],[-72.32533,18.5439],[-72.32534,18.54392],[-72.32555,18.54416],[-72.32588,18.54452],[-72.3259,18.54453],[-72.32621,18.54452],[-72.3266,18.54452],[-72.32666,18.54398],[-72.32669,18.54367],[-72.32666,18.54361],[-72.32666,18.54356],[-72.32669,18.54356],[-72.32677,18.5436],[-72.32704,18.54363],[-72.32714,18.5432],[-72.32713,18.54314],[-72.32704,18.54317],[-72.32697,18.54316],[-72.32698,18.54296],[-72.32697,18.54293],[-72.32697,18.54281],[-72.32728,18.54263],[-72.32814,18.5424],[-72.32864,18.54226],[-72.3297,18.54228],[-72.32979,18.54228],[-72.33174,18.54279],[-72.33242,18.54298],[-72.33329,18.54319],[-72.33328,18.54321],[-72.33529,18.54372],[-72.33589,18.54387],[-72.33689,18.54504],[-72.33734,18.54555],[-72.33761,18.546],[-72.33783,18.54639],[-72.33788,18.54658],[-72.33791,18.54693],[-72.33792,18.54705],[-72.33763,18.54705],[-72.33749,18.54705],[-72.33751,18.54753],[-72.33751,18.54764],[-72.33747,18.54764],[-72.33748,18.54773],[-72.33742,18.54773],[-72.33739,18.54776],[-72.33735,18.54773],[-72.33734,18.54774],[-72.33726,18.54774],[-72.33725,18.54782],[-72.33725,18.54804],[-72.33728,18.548],[-72.3373,18.54798],[-72.3373,18.54796],[-72.33737,18.54788],[-72.33739,18.54789],[-72.33741,18.5478],[-72.33744,18.5478],[-72.33755,18.5477],[-72.33752,18.54764],[-72.33773,18.54741],[-72.33775,18.54741],[-72.33775,18.54737],[-72.33789,18.54721],[-72.3389,18.54828],[-72.33902,18.54842],[-72.34008,18.55026],[-72.34014,18.55034],[-72.34028,18.55068],[-72.34041,18.55099],[-72.34029,18.55156],[-72.34021,18.55185],[-72.33985,18.55283],[-72.33973,18.55315],[-72.33927,18.55425],[-72.33914,18.55457],[-72.33915,18.55458],[-72.3391,18.5547],[-72.33896,18.55506],[-72.33847,18.55626],[-72.33842,18.55625],[-72.33844,18.55631],[-72.33832,18.55661],[-72.33822,18.55686],[-72.33821,18.55687],[-72.33816,18.55699],[-72.33815,18.55698],[-72.33807,18.557],[-72.33803,18.557],[-72.33806,18.55726],[-72.338,18.55742],[-72.33716,18.5593],[-72.33709,18.55945],[-72.33843,18.55931],[-72.33929,18.55922],[-72.33982,18.55941],[-72.33983,18.55943],[-72.34028,18.55975],[-72.34092,18.5598],[-72.34096,18.5598],[-72.34413,18.5609],[-72.3446,18.56107],[-72.34472,18.56111],[-72.34472,18.56109],[-72.34829,18.5623],[-72.34912,18.5626],[-72.35035,18.56335],[-72.35302,18.56496],[-72.35333,18.56616],[-72.35351,18.56901],[-72.35337,18.56949],[-72.35156,18.57185],[-72.35042,18.57341],[-72.35036,18.57338],[-72.34849,18.57592],[-72.34815,18.57636],[-72.34756,18.57636],[-72.34753,18.57634],[-72.34746,18.57647],[-72.34745,18.57639],[-72.34705,18.57703],[-72.34659,18.57672],[-72.34649,18.57683],[-72.34544,18.57618],[-72.34365,18.57629],[-72.34361,18.57636],[-72.34354,18.57631],[-72.34258,18.5764],[-72.34252,18.57699],[-72.3428,18.57707],[-72.343,18.57715],[-72.3429,18.57737],[-72.34338,18.5774],[-72.34321,18.57803],[-72.34324,18.57803],[-72.3432,18.57816],[-72.3444,18.57852],[-72.34395,18.57972],[-72.34414,18.57976],[-72.34377,18.58067],[-72.34424,18.58074],[-72.34398,18.58155],[-72.34388,18.58181],[-72.34392,18.5818],[-72.34371,18.5823],[-72.34375,18.58229],[-72.34371,18.58237],[-72.34283,18.58355],[-72.3424,18.58413],[-72.34238,18.58411],[-72.34234,18.58411],[-72.34209,18.58403],[-72.34207,18.58434],[-72.342,18.58433],[-72.34192,18.58474],[-72.34192,18.58477],[-72.34118,18.58575],[-72.3408,18.58627],[-72.34024,18.58655],[-72.33983,18.58675],[-72.33542,18.58843],[-72.33539,18.58845],[-72.33539,18.58843],[-72.33517,18.58851],[-72.3346,18.58806],[-72.33372,18.58896],[-72.33361,18.58917],[-72.33295,18.58941],[-72.33253,18.58912],[-72.33252,18.58916],[-72.33168,18.58889],[-72.33157,18.5891],[-72.33152,18.58918],[-72.33153,18.58917],[-72.33152,18.5892],[-72.33158,18.58929],[-72.33161,18.58934],[-72.33136,18.58951],[-72.33134,18.58953],[-72.33135,18.58954],[-72.3313,18.58963],[-72.33132,18.58976],[-72.33112,18.58977],[-72.33118,18.58983],[-72.33097,18.59017],[-72.33011,18.5905],[-72.32965,18.59068],[-72.32418,18.59182],[-72.3238,18.59189],[-72.32228,18.59068],[-72.32079,18.58947],[-72.32076,18.58801],[-72.32078,18.588],[-72.32078,18.58706],[-72.32073,18.58691],[-72.32073,18.58626],[-72.32092,18.58625],[-72.32081,18.58589],[-72.32074,18.58593],[-72.3207,18.58531],[-72.32114,18.58437],[-72.32185,18.58274],[-72.32202,18.58277],[-72.3222,18.58276],[-72.32211,18.58251],[-72.32196,18.58249],[-72.32242,18.5815],[-72.32245,18.5815],[-72.32295,18.58034],[-72.32368,18.579],[-72.32465,18.57947],[-72.32575,18.57852],[-72.32661,18.5778],[-72.32721,18.57838],[-72.32824,18.57817],[-72.32848,18.57756],[-72.32855,18.5776],[-72.32938,18.57666],[-72.32907,18.57629],[-72.32936,18.57607],[-72.32877,18.57563],[-72.32975,18.57451],[-72.32968,18.57443],[-72.32989,18.57408],[-72.32994,18.57359],[-72.3296,18.57363],[-72.32997,18.57247],[-72.33009,18.57153],[-72.33017,18.57152],[-72.33047,18.57045],[-72.3314,18.57052],[-72.33167,18.56999],[-72.33027,18.56999],[-72.33025,18.57003],[-72.33006,18.57004],[-72.3297,18.57],[-72.32981,18.56877],[-72.32877,18.56765],[-72.32858,18.56749],[-72.32877,18.56711],[-72.32912,18.5668],[-72.32897,18.56664],[-72.32938,18.56572],[-72.32946,18.56554],[-72.33052,18.56424],[-72.33056,18.56424],[-72.33056,18.5642],[-72.33105,18.56367],[-72.33112,18.56374],[-72.33111,18.56376],[-72.33117,18.56377],[-72.33131,18.56391],[-72.33153,18.5641],[-72.33154,18.56385],[-72.33161,18.56365],[-72.33168,18.56329],[-72.33169,18.56322],[-72.33171,18.56319],[-72.33181,18.5628],[-72.33187,18.5626],[-72.33299,18.56123],[-72.33318,18.561],[-72.33365,18.56064],[-72.33393,18.56042],[-72.33367,18.56033],[-72.33367,18.56027],[-72.33332,18.56011],[-72.33318,18.56014]],[[-72.31173,18.56168],[-72.31195,18.56259],[-72.31221,18.56365],[-72.31259,18.56628],[-72.31254,18.5663],[-72.31264,18.56654],[-72.31266,18.56682],[-72.3127,18.56687],[-72.31276,18.56734],[-72.31256,18.56746],[-72.31232,18.56754],[-72.31229,18.56757],[-72.31199,18.5677],[-72.31216,18.56801],[-72.31227,18.56815],[-72.31231,18.56828],[-72.31239,18.56841],[-72.31291,18.56909],[-72.31281,18.56916],[-72.31306,18.56945],[-72.31309,18.56956],[-72.31323,18.57061],[-72.31325,18.57137],[-72.31325,18.57213],[-72.31234,18.57268],[-72.31117,18.57341],[-72.30971,18.5739],[-72.30911,18.5739],[-72.30894,18.57369],[-72.3086,18.57389],[-72.30712,18.57389],[-72.307,18.57357],[-72.30666,18.57388],[-72.30605,18.57389],[-72.30581,18.57367],[-72.30555,18.57388],[-72.3007,18.57387],[-72.30059,18.57369],[-72.30044,18.57386],[-72.29691,18.57388],[-72.29518,18.57386],[-72.295,18.57371],[-72.29473,18.57341],[-72.29387,18.5722],[-72.29341,18.57156],[-72.29338,18.57142],[-72.2933,18.57075],[-72.29338,18.57008],[-72.29349,18.56992],[-72.29361,18.56978],[-72.29361,18.56985],[-72.29378,18.56959],[-72.29364,18.56957],[-72.29345,18.56951],[-72.29358,18.56919],[-72.29389,18.56859],[-72.29373,18.56847],[-72.29359,18.56827],[-72.29359,18.5681],[-72.29379,18.5679],[-72.29403,18.56774],[-72.29387,18.56762],[-72.29368,18.56743],[-72.29396,18.56457],[-72.29411,18.56426],[-72.29401,18.56418],[-72.29402,18.5638],[-72.29412,18.56283],[-72.29451,18.56209],[-72.29462,18.56196],[-72.29767,18.5617],[-72.29849,18.56192],[-72.29864,18.56184],[-72.29857,18.56174],[-72.2988,18.56157],[-72.30144,18.56133],[-72.30181,18.56176],[-72.30228,18.56125],[-72.30275,18.56122],[-72.30427,18.56126],[-72.30505,18.56147],[-72.30522,18.5613],[-72.30609,18.56132],[-72.30821,18.56138],[-72.31173,18.56168]]]},{id:"DroneImageryCanaanHaitiNovember2015",name:"Drone Imagery Canaan(Haiti) November 2015",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/haiti_canaan_nov2015/{zoom}/{x}/{y}",endDate:"2015-11-01T00:00:00.000Z",startDate:"2015-11-01T00:00:00.000Z",polygon:[[[-72.23109,18.67676],[-72.23101,18.67675],[-72.23108,18.67675],[-72.23104,18.67669],[-72.23105,18.67665],[-72.23151,18.67663],[-72.23153,18.67665],[-72.23146,18.67676],[-72.23285,18.67669],[-72.23506,18.67641],[-72.23507,18.67638],[-72.23507,18.67635],[-72.23505,18.67635],[-72.23511,18.6762],[-72.23509,18.67614],[-72.23523,18.67613],[-72.23522,18.67611],[-72.23523,18.67606],[-72.2352,18.67598],[-72.23515,18.6758],[-72.23629,18.67565],[-72.23625,18.67553],[-72.23624,18.67551],[-72.23648,18.67548],[-72.23648,18.67565],[-72.23648,18.67581],[-72.23689,18.67575],[-72.2372,18.67571],[-72.23747,18.67567],[-72.23772,18.67563],[-72.23805,18.6756],[-72.23854,18.67555],[-72.23888,18.67552],[-72.239,18.67551],[-72.23897,18.67565],[-72.23897,18.67571],[-72.23901,18.67576],[-72.239,18.67576],[-72.23902,18.67584],[-72.23905,18.67589],[-72.23929,18.67587],[-72.23981,18.67581],[-72.24059,18.67571],[-72.24142,18.67561],[-72.24177,18.67556],[-72.24179,18.67553],[-72.2421,18.67551],[-72.24272,18.67545],[-72.24276,18.67536],[-72.24278,18.67537],[-72.24279,18.67537],[-72.24299,18.67536],[-72.24334,18.67535],[-72.24339,18.67535],[-72.2434,18.67534],[-72.24372,18.67532],[-72.24424,18.67525],[-72.24443,18.67509],[-72.2474,18.67253],[-72.24731,18.67233],[-72.24681,18.67157],[-72.2469,18.67061],[-72.24652,18.67055],[-72.24661,18.66991],[-72.24669,18.66991],[-72.24688,18.66884],[-72.24707,18.66789],[-72.24709,18.66749],[-72.24728,18.66743],[-72.24716,18.66691],[-72.24717,18.66642],[-72.24703,18.66644],[-72.24701,18.66616],[-72.24971,18.66598],[-72.24947,18.66475],[-72.24989,18.66489],[-72.24989,18.66507],[-72.25113,18.66515],[-72.25102,18.66548],[-72.25111,18.66548],[-72.25111,18.66559],[-72.25219,18.66551],[-72.25387,18.66554],[-72.25387,18.66563],[-72.25551,18.66559],[-72.25638,18.66484],[-72.25719,18.66359],[-72.25763,18.66208],[-72.25768,18.65694],[-72.25779,18.64996],[-72.25713,18.64563],[-72.25696,18.64517],[-72.25564,18.64352],[-72.2493,18.64358],[-72.2482,18.64361],[-72.24637,18.64397],[-72.24629,18.64462],[-72.24454,18.64436],[-72.24442,18.64527],[-72.24311,18.6455],[-72.24326,18.64639],[-72.24286,18.64794],[-72.24272,18.64801],[-72.24282,18.6482],[-72.24257,18.64894],[-72.24109,18.64902],[-72.24109,18.64918],[-72.2405,18.64906],[-72.24036,18.6495],[-72.2403,18.64863],[-72.23753,18.64915],[-72.23664,18.64899],[-72.23666,18.64883],[-72.23582,18.64888],[-72.23488,18.64878],[-72.23487,18.64893],[-72.2338,18.649],[-72.23384,18.64932],[-72.23262,18.64927],[-72.2325,18.64824],[-72.23028,18.64837],[-72.23028,18.64821],[-72.22743,18.64815],[-72.2263,18.64775],[-72.22608,18.64845],[-72.22583,18.64841],[-72.22576,18.64828],[-72.22417,18.64849],[-72.22417,18.64805],[-72.22166,18.64804],[-72.21921,18.6485],[-72.21767,18.64995],[-72.21719,18.6509],[-72.21637,18.65422],[-72.21633,18.65888],[-72.21633,18.66198],[-72.2171,18.66448],[-72.21737,18.66441],[-72.21814,18.66454],[-72.21864,18.66568],[-72.21837,18.66588],[-72.21881,18.66817],[-72.21881,18.66893],[-72.21846,18.66888],[-72.21884,18.67018],[-72.22015,18.67173],[-72.22175,18.67311],[-72.22175,18.67288],[-72.2225,18.67317],[-72.22257,18.67357],[-72.22241,18.67368],[-72.22489,18.67588],[-72.2287,18.67693],[-72.23073,18.6768],[-72.23111,18.67678],[-72.23109,18.67676]]]},{id:"drone-imagery-2016",name:"Drone Imagery Matthew(Haiti) October 2016",type:"tms",template:"https://imagery.openstreetmap.fr/tms/1.0.0/haiti_uav_201610/{zoom}/{x}/{y}",endDate:"2016-10-01T00:00:00.000Z",startDate:"2016-10-01T00:00:00.000Z",polygon:[[[-74.11291,18.64948],[-74.10903,18.64598],[-74.10873,18.64446],[-74.1095,18.64452],[-74.1095,18.64181],[-74.10968,18.64187],[-74.11053,18.64103],[-74.10988,18.64034],[-74.11005,18.64014],[-74.11005,18.64009],[-74.11011,18.64002],[-74.10949,18.63959],[-74.1095,18.63924],[-74.10904,18.63926],[-74.10894,18.63917],[-74.10905,18.63912],[-74.10898,18.63899],[-74.10782,18.63839],[-74.10823,18.63775],[-74.10812,18.63764],[-74.10786,18.63774],[-74.10768,18.63733],[-74.10748,18.63719],[-74.10722,18.63559],[-74.10901,18.63394],[-74.11678,18.62847],[-74.11952,18.62815],[-74.12251,18.63132],[-74.12731,18.63703],[-74.12684,18.6374],[-74.12731,18.63771],[-74.12768,18.63756],[-74.13403,18.64671],[-74.13401,18.64897],[-74.13087,18.65167],[-74.13076,18.65153],[-74.13053,18.65179],[-74.13054,18.65195],[-74.12878,18.65342],[-74.1274,18.65412],[-74.12514,18.65497],[-74.11997,18.65432],[-74.11938,18.65429],[-74.11291,18.64948]],[[-74.11305,18.4922],[-74.10884,18.49216],[-74.10118,18.49095],[-74.10105,18.49057],[-74.10131,18.4902],[-74.10101,18.48996],[-74.10142,18.48933],[-74.10099,18.48931],[-74.1009,18.48886],[-74.10166,18.48725],[-74.10108,18.48713],[-74.10133,18.48664],[-74.10058,18.48654],[-74.10048,18.48552],[-74.10062,18.4849],[-74.10037,18.48478],[-74.10012,18.4827],[-74.09994,18.48123],[-74.10033,18.48114],[-74.10242,18.48116],[-74.10492,18.48149],[-74.10771,18.48189],[-74.1099,18.48226],[-74.10987,18.48243],[-74.10992,18.48246],[-74.11018,18.48232],[-74.11196,18.48261],[-74.11247,18.48278],[-74.11316,18.48382],[-74.1134,18.48521],[-74.11349,18.48709],[-74.11338,18.48704],[-74.11336,18.48717],[-74.11349,18.48727],[-74.11355,18.48931],[-74.11349,18.48949],[-74.1135,18.48951],[-74.11349,18.48952],[-74.11347,18.48951],[-74.11334,18.48957],[-74.11336,18.48962],[-74.11341,18.48958],[-74.11344,18.48959],[-74.11349,18.48956],[-74.11352,18.48957],[-74.11355,18.48956],[-74.11357,18.48998],[-74.11359,18.49067],[-74.11354,18.49108],[-74.11322,18.492],[-74.11305,18.4922]],[[-74.10198,18.24954],[-74.09767,18.24744],[-74.09419,18.2474],[-74.09338,18.24885],[-74.09638,18.25292],[-74.09934,18.25335],[-74.10198,18.24954]],[[-74.02901,18.59744],[-74.02881,18.60255],[-74.00847,18.60182],[-74.00867,18.59671],[-74.02901,18.59744]],[[-73.91991,18.07466],[-73.91468,18.07482],[-73.91535,18.07742],[-73.91478,18.08009],[-73.91997,18.08014],[-73.91924,18.07802],[-73.91999,18.07637],[-73.91991,18.07466]],[[-74.22365,18.3081],[-74.22061,18.30272],[-74.21902,18.30278],[-74.21592,18.30364],[-74.21615,18.30804],[-74.22365,18.3081]],[[-74.00508,18.17646],[-74.00072,18.17657],[-74.00186,18.18175],[-74.00269,18.18344],[-74.00653,18.18336],[-74.00715,18.18218],[-74.00649,18.18056],[-74.0052,18.17922],[-74.00508,18.17646]],[[-74.0653,18.22881],[-74.06361,18.2268],[-74.06114,18.22672],[-74.05968,18.22853],[-74.06281,18.23083],[-74.06446,18.23034],[-74.0653,18.22881]],[[-74.11371,18.47184],[-74.11002,18.47177],[-74.10959,18.47536],[-74.11341,18.47497],[-74.11371,18.47184]],[[-73.95852,18.47452],[-73.95446,18.47465],[-73.95548,18.4794],[-73.95965,18.47878],[-73.95852,18.47452]],[[-74.16719,18.27229],[-74.16196,18.27232],[-74.16175,18.27303],[-74.16255,18.27452],[-74.16372,18.27542],[-74.16341,18.27749],[-74.16404,18.27854],[-74.16756,18.27868],[-74.16742,18.27592],[-74.16775,18.27416],[-74.16719,18.27229]],[[-74.11091,18.45286],[-74.10701,18.45258],[-74.10684,18.4586],[-74.11102,18.45781],[-74.11091,18.45286]],[[-73.76854,18.18022],[-73.75773,18.18006],[-73.73559,18.19311],[-73.73567,18.20143],[-73.74563,18.20191],[-73.74468,18.22311],[-73.77121,18.22417],[-73.77129,18.20844],[-73.76915,18.2064],[-73.76854,18.18022]],[[-74.13455,18.60914],[-74.1388,18.60929],[-74.13871,18.61165],[-74.13447,18.6115],[-74.13455,18.60914]],[[-74.04228,18.20945],[-74.042,18.20484],[-74.04155,18.20239],[-74.03959,18.20051],[-74.03836,18.20028],[-74.03764,18.20242],[-74.03792,18.20562],[-74.03918,18.20932],[-74.04228,18.20945]],[[-74.08668,18.61121],[-74.08669,18.61217],[-74.09146,18.61689],[-74.09211,18.61603],[-74.09313,18.61699],[-74.09603,18.62025],[-74.09627,18.6206],[-74.0967,18.62202],[-74.09337,18.62651],[-74.09237,18.62754],[-74.08862,18.62596],[-74.08863,18.62561],[-74.08778,18.62561],[-74.08661,18.6251],[-74.08662,18.62368],[-74.08514,18.62367],[-74.08462,18.62289],[-74.08463,18.62175],[-74.08339,18.62174],[-74.08261,18.62057],[-74.08262,18.61982],[-74.07659,18.6198],[-74.07658,18.61596],[-74.07255,18.61591],[-74.07259,18.61403],[-74.07062,18.61402],[-74.06858,18.6129],[-74.06855,18.61208],[-74.06614,18.61207],[-74.06414,18.61206],[-74.0625,18.61105],[-74.06254,18.61011],[-74.05927,18.61013],[-74.0545,18.60876],[-74.05451,18.60817],[-74.05168,18.60816],[-74.04932,18.60776],[-74.04647,18.60664],[-74.04646,18.6062],[-74.04243,18.6062],[-74.04133,18.60592],[-74.03625,18.60378],[-74.03597,18.60345],[-74.03642,18.60252],[-74.03719,18.6019],[-74.04003,18.60217],[-74.05608,18.60473],[-74.05851,18.6054],[-74.05861,18.60623],[-74.0611,18.60627],[-74.06481,18.60745],[-74.06518,18.60686],[-74.06679,18.60802],[-74.0696,18.60885],[-74.07142,18.60711],[-74.07239,18.60736],[-74.07515,18.61024],[-74.07701,18.61019],[-74.07798,18.61096],[-74.07901,18.61013],[-74.08109,18.61234],[-74.08234,18.60896],[-74.08383,18.60922],[-74.08513,18.60977],[-74.08668,18.61121]],[[-74.45922,18.4663],[-74.45589,18.46471],[-74.44779,18.47],[-74.44693,18.4713],[-74.44726,18.47934],[-74.44554,18.47915],[-74.44515,18.48326],[-74.43968,18.4839],[-74.439,18.48762],[-74.44299,18.49004],[-74.44906,18.49104],[-74.45382,18.49311],[-74.45571,18.49635],[-74.45786,18.49725],[-74.46052,18.49523],[-74.46241,18.49143],[-74.46198,18.48799],[-74.45537,18.48597],[-74.45526,18.47111],[-74.45944,18.46871],[-74.45922,18.4663]],[[-74.41888,18.57551],[-74.41499,18.57331],[-74.41045,18.57648],[-74.40824,18.58233],[-74.40954,18.58894],[-74.4112,18.59195],[-74.41081,18.59689],[-74.41663,18.60063],[-74.42178,18.59671],[-74.42146,18.59416],[-74.41745,18.59419],[-74.41753,18.59067],[-74.41538,18.59002],[-74.41533,18.58382],[-74.41652,18.58382],[-74.41756,18.5814],[-74.41756,18.57967],[-74.41924,18.57754],[-74.41888,18.57551]]]},{id:"Erlangen-2011",name:"Erlangen Luftbild (2011 5,0 cm)",type:"wms",template:"https://secure.erlangen.de/arcgiser/services/Luftbilder2011/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Erlangen_ratio10_5cm_gk4.jp2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[10.92791,49.53196],[10.97194,49.52969],[10.97821,49.53568],[10.99934,49.53589],[11.03214,49.53089],[11.04425,49.54317],[11.03842,49.55239],[11.03663,49.57167],[11.04029,49.58572],[11.07287,49.58587],[11.07243,49.63486],[11.0054,49.6344],[11.00397,49.62599],[10.9748,49.62541],[10.94293,49.64563],[10.92532,49.64876],[10.91002,49.63793],[10.92235,49.60463],[10.91949,49.57823],[10.91135,49.57095],[10.91256,49.5606],[10.92907,49.55674],[10.92791,49.53196]]],terms_text:"© Stadt Erlangen | © Aerowest GmbH"},{id:"Erlangen-2013",name:"Erlangen Luftbild (2013 6,25 cm)",type:"wms",template:"https://secure.erlangen.de/arcgiser/services/Luftbilder2013/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Erlangen_ratio5_6.25cm.jp2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[10.92791,49.53196],[10.9726,49.52939],[10.97909,49.53475],[10.99934,49.53589],[11.03214,49.53089],[11.04425,49.54317],[11.03842,49.55239],[11.03743,49.57873],[11.0568,49.592],[11.05748,49.61358],[11.04681,49.61447],[11.04788,49.6187],[11.00308,49.62367],[10.98107,49.62339],[10.98069,49.62617],[10.96737,49.62781],[10.96539,49.63415],[10.94293,49.64563],[10.92532,49.64876],[10.91002,49.63793],[10.92235,49.60463],[10.91949,49.57823],[10.91135,49.57095],[10.91256,49.5606],[10.92907,49.55674],[10.92791,49.53196]]],terms_text:"© Stadt Erlangen | © Aerowest GmbH"},{id:"Erlangen-2016",name:"Erlangen Luftbild (2016 5,0 cm)",type:"wms",template:"https://secure.erlangen.de/arcgiser/services/Luftbild2016/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-03-18T00:00:00.000Z",startDate:"2016-03-18T00:00:00.000Z",polygon:[[[10.97664,49.53765],[10.99101,49.53392],[10.99389,49.53835],[11.02784,49.53254],[11.0346,49.53462],[11.03407,49.53759],[11.04318,49.54321],[11.03557,49.55303],[11.0384,49.55842],[11.03508,49.56929],[11.03791,49.58659],[11.04797,49.5902],[11.04922,49.5937],[11.05749,49.59521],[11.05623,49.59905],[11.05127,49.6003],[11.05351,49.60904],[11.04309,49.61381],[11.04076,49.61823],[11.0285,49.61735],[11.01929,49.61896],[11.0152,49.61372],[11.00581,49.61448],[11.00639,49.61931],[11.00083,49.6221],[10.9856,49.61651],[10.97837,49.61753],[10.9737,49.62495],[10.96539,49.62557],[10.96063,49.62856],[10.96382,49.63176],[10.95474,49.6379],[10.94837,49.637],[10.94185,49.64377],[10.9273,49.64837],[10.92063,49.63963],[10.91136,49.63773],[10.92429,49.60505],[10.92205,49.58004],[10.91221,49.57008],[10.91441,49.5618],[10.92353,49.55842],[10.92712,49.55976],[10.93345,49.55892],[10.93071,49.54467],[10.93067,49.53225],[10.9406,49.53325],[10.95488,49.53021],[10.97199,49.53126],[10.97664,49.53765]]],terms_text:"© Stadt Erlangen | © Geocart GmbH",best:true},{id:"EsriWorldImagery",name:"Esri World Imagery",type:"tms",template:"https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}",scaleExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/Esri",terms_text:"Terms & Feedback","default":true,description:"Esri world imagery.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/EsriImageryClarity.png"},{id:"EsriWorldImageryClarity",name:"Esri World Imagery (Clarity) Beta",type:"tms",template:"https://clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}",scaleExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/Esri",terms_text:"Terms & Feedback","default":true,description:"Esri archive imagery that may be clearer and more accurate than the default layer.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/EsriImageryClarity.png"},{id:"maaamet.ee-pohi_vr2",name:"Estonia Basemap (Maaamet)",type:"wms",template:"https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=pohi_vr2&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti põhikaart"},{id:"Maaamet-Estonia_Cadastre",name:"Estonia Cadastre (Maaamet)",type:"wms",template:"https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=of10000,TOPOYKSUS_6569,TOPOYKSUS_6573&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti katastrikaart ortofoto alusel"},{id:"maaamet.ee-cir_ngr",name:"Estonia Forestry (Maaamet)",type:"wms",template:"https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=cir_ngr&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti metsanduslik ortofoto"},{id:"maaamet.ee-reljeef",name:"Estonia Hillshading (Maaamet)",type:"wms",template:"https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=reljeef&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti reljeefikaart"},{id:"maaamet.ee-orto",name:"Estonia Ortho (Maaamet)",type:"tms",template:"https://tiles.maaamet.ee/tm/tms/1.0.0/foto@GMC/{zoom}/{x}/{-y}.png",scaleExtent:[14,18],polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti ortofoto"},{id:"estrela_de_alagoas",name:"Estrela de Alagoas",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Estrela%20de%20Alagoas&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.71382,-9.43476],[-36.71477,-9.34443],[-36.80586,-9.34498],[-36.80525,-9.43542],[-36.71382,-9.43476]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Fiez-2013",name:"Fiez Orthophoto 2013",type:"tms",template:"http://osmdata.asitvd.ch/tiles/fiez2013/{zoom}/{x}/{y}.png",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[14,20],polygon:[[[6.62313,46.82339],[6.62899,46.82484],[6.62882,46.82674],[6.62531,46.83274],[6.62382,46.83317],[6.61839,46.83194],[6.62313,46.82339]]],terms_url:"http://osmdata.asitvd.ch/",terms_text:"Fiez - Orthophoto technique 2013"},{id:"fiskeridir-akvakultur",name:"Fiskeridirektoratet Aquaculture overlay",type:"wms",template:"https://ogc.fiskeridir.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_262&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[3,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.fiskeridir.no/Kart",terms_text:"© Fiskeridirektoratet",description:"Aquaculture/marine farms (licensed sites, may not yet have any installations)",icon:"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Emblem_of_the_Norwegian_Directorate_of_Fisheries.svg/175px-Emblem_of_the_Norwegian_Directorate_of_Fisheries.svg.png",overlay:true},{id:"FOMI_2000",name:"FÖMI orthophoto 2000",type:"tms",template:"http://e.tile.openstreetmap.hu/ortofoto2000/{zoom}/{x}/{y}.jpg",endDate:"2000-01-01T00:00:00.000Z",startDate:"2000-01-01T00:00:00.000Z",scaleExtent:[0,17],polygon:[[[16.11391,46.8691],[16.17897,46.90662],[16.20004,46.94151],[16.22175,46.93554],[16.24628,46.94639],[16.25532,46.96421],[16.27647,46.96261],[16.29058,47.01398],[16.30162,46.99923],[16.34146,46.99652],[16.35052,47.01063],[16.3734,46.99859],[16.41277,47.00475],[16.43327,46.99274],[16.44781,47.00389],[16.48,46.99412],[16.5122,47.00117],[16.46356,47.03227],[16.44786,47.02275],[16.43912,47.02966],[16.44567,47.03887],[16.52032,47.0561],[16.47321,47.07362],[16.46372,47.09392],[16.5008,47.11006],[16.50004,47.12329],[16.52953,47.12874],[16.51716,47.14969],[16.45495,47.14259],[16.46487,47.16833],[16.45556,47.18756],[16.43056,47.1847],[16.4195,47.19491],[16.41892,47.21071],[16.43713,47.2097],[16.44263,47.23371],[16.43131,47.25276],[16.46715,47.25317],[16.48923,47.27989],[16.46463,47.33385],[16.4337,47.35281],[16.45851,47.36705],[16.44546,47.40702],[16.48317,47.40936],[16.49638,47.38927],[16.51709,47.41002],[16.57491,47.40542],[16.58073,47.41917],[16.66185,47.4556],[16.67064,47.47422],[16.65234,47.50034],[16.68956,47.51016],[16.71478,47.5402],[16.66354,47.56773],[16.6732,47.60495],[16.65953,47.6061],[16.65276,47.62285],[16.63142,47.62832],[16.57391,47.61967],[16.51474,47.6462],[16.49675,47.63931],[16.42546,47.66217],[16.44374,47.67421],[16.44805,47.69647],[16.4747,47.68116],[16.48722,47.69798],[16.55217,47.72255],[16.53638,47.73678],[16.54798,47.75154],[16.60952,47.76037],[16.63441,47.75908],[16.65729,47.74149],[16.72094,47.73536],[16.75341,47.68282],[16.83016,47.68106],[16.83943,47.70451],[16.86689,47.72115],[16.87668,47.68765],[17.09374,47.70777],[17.07066,47.72854],[17.0516,47.79385],[17.07495,47.8085],[17.04714,47.82856],[17.05195,47.83777],[17.01055,47.85818],[17.01639,47.86733],[17.08575,47.87462],[17.11317,47.92716],[17.09171,47.93429],[17.11838,47.96011],[17.09466,47.97088],[17.20103,48.01999],[17.24177,48.02247],[17.25795,47.99865],[17.33465,47.99312],[17.40299,47.94785],[17.45392,47.88526],[17.52674,47.86551],[17.56758,47.81513],[17.6084,47.82189],[17.70858,47.75668],[17.77987,47.73949],[17.8661,47.74575],[17.90013,47.73926],[17.94687,47.74467],[17.97087,47.75784],[18.00441,47.74634],[18.03806,47.75768],[18.29588,47.73146],[18.45407,47.76512],[18.49316,47.75276],[18.55908,47.766],[18.64609,47.75909],[18.72607,47.78904],[18.74118,47.81382],[18.792,47.82309],[18.84854,47.81672],[18.85588,47.82608],[18.82801,47.83429],[18.81357,47.85555],[18.76353,47.8716],[18.75686,47.89684],[18.77675,47.95509],[18.75525,47.97635],[18.81574,47.99344],[18.82,48.03968],[18.83327,48.04824],[18.87494,48.04707],[18.88667,48.05868],[18.90898,48.05114],[18.9439,48.05886],[18.98161,48.0536],[19.01486,48.07818],[19.05852,48.05735],[19.08436,48.07278],[19.1074,48.0656],[19.13529,48.07415],[19.24137,48.05365],[19.25578,48.07156],[19.30311,48.08871],[19.3866,48.09191],[19.40002,48.0823],[19.45405,48.10144],[19.46735,48.08393],[19.49442,48.10991],[19.49238,48.13966],[19.51282,48.15466],[19.50452,48.17344],[19.52897,48.19036],[19.52604,48.20313],[19.5775,48.21601],[19.63083,48.25007],[19.64452,48.23917],[19.66986,48.23921],[19.69122,48.20389],[19.72113,48.20147],[19.74618,48.21651],[19.78716,48.19253],[19.79873,48.19482],[19.80528,48.18373],[19.78242,48.16504],[19.79481,48.15353],[19.82133,48.16908],[19.84528,48.16274],[19.85517,48.17843],[19.86013,48.16941],[19.89875,48.16631],[19.91454,48.14686],[19.8983,48.1249],[19.93738,48.13112],[19.97439,48.166],[19.98871,48.16217],[20.02904,48.17768],[20.04945,48.1672],[20.07299,48.17961],[20.07004,48.1917],[20.13409,48.22518],[20.13319,48.25398],[20.20616,48.25098],[20.20383,48.26191],[20.22847,48.26278],[20.23495,48.27993],[20.28686,48.26164],[20.32571,48.27279],[20.33746,48.30167],[20.36566,48.31661],[20.38408,48.35118],[20.40983,48.36586],[20.40253,48.38256],[20.42053,48.40386],[20.41623,48.41854],[20.50793,48.48936],[20.50651,48.53442],[20.53747,48.52788],[20.54649,48.54429],[20.58659,48.53576],[20.65387,48.56141],[20.83636,48.58284],[20.8378,48.57421],[20.85044,48.58163],[20.84533,48.5665],[20.86815,48.55182],[20.92232,48.55945],[20.93463,48.53834],[20.95588,48.53396],[20.9562,48.52167],[20.98158,48.51777],[21.01511,48.53231],[21.06632,48.52589],[21.11745,48.49105],[21.16087,48.5215],[21.17963,48.51823],[21.22106,48.5375],[21.30549,48.52225],[21.31338,48.55084],[21.32688,48.55413],[21.31938,48.5612],[21.41545,48.55895],[21.42266,48.57882],[21.44061,48.5851],[21.51409,48.55107],[21.54202,48.5084],[21.61393,48.50942],[21.62019,48.46983],[21.66355,48.41796],[21.66456,48.39216],[21.70174,48.3807],[21.71187,48.35762],[21.81741,48.33279],[21.8352,48.33464],[21.83721,48.36325],[21.8843,48.35605],[21.88484,48.36754],[21.89788,48.36256],[21.8998,48.37022],[21.92819,48.3616],[21.92681,48.3709],[21.9492,48.37873],[21.99446,48.37732],[22.02133,48.39275],[22.0546,48.37753],[22.07649,48.38724],[22.08674,48.37156],[22.13591,48.38052],[22.13106,48.39123],[22.15277,48.39624],[22.15619,48.40931],[22.21257,48.42565],[22.23714,48.41004],[22.26549,48.40987],[22.23988,48.38701],[22.26757,48.36116],[22.31781,48.35454],[22.31329,48.32507],[22.33729,48.30791],[22.33843,48.27921],[22.38475,48.23396],[22.40064,48.2492],[22.43284,48.25252],[22.45639,48.24231],[22.4899,48.25342],[22.49722,48.23955],[22.51615,48.23797],[22.53111,48.20943],[22.57114,48.19614],[22.56164,48.18161],[22.59824,48.14476],[22.59028,48.10734],[22.67545,48.092],[22.73472,48.11985],[22.75762,48.12006],[22.77039,48.10902],[22.77232,48.12187],[22.80277,48.12211],[22.80253,48.10708],[22.82543,48.11751],[22.83644,48.08025],[22.86113,48.07503],[22.8678,48.05243],[22.88204,48.05481],[22.86597,48.01132],[22.83556,47.9906],[22.84076,47.98136],[22.87257,47.97527],[22.86973,47.96596],[22.89157,47.96724],[22.89744,47.95406],[22.84733,47.90776],[22.79281,47.89086],[22.75869,47.89414],[22.77775,47.84225],[22.71363,47.83609],[22.68019,47.78775],[22.61112,47.77175],[22.549,47.77222],[22.48121,47.81089],[22.45131,47.80339],[22.43133,47.73981],[22.35662,47.74862],[22.31777,47.76609],[22.31762,47.74337],[22.28514,47.72928],[22.26432,47.73107],[22.259,47.69791],[22.23068,47.6932],[22.17965,47.59161],[22.12892,47.5979],[22.09428,47.55836],[22.07826,47.56213],[22.05345,47.54748],[22.07122,47.53807],[22.06179,47.5288],[22.04513,47.53989],[22.03672,47.53267],[22.00719,47.48362],[22.03279,47.45084],[22.02388,47.39086],[22.01198,47.3758],[21.96274,47.38105],[21.93825,47.37253],[21.87779,47.28578],[21.88728,47.27305],[21.85349,47.23976],[21.85807,47.18736],[21.81248,47.16675],[21.79241,47.10598],[21.72683,47.09839],[21.6976,47.05792],[21.65042,47.04083],[21.68887,47.002],[21.66787,46.97123],[21.68149,46.96521],[21.6382,46.93305],[21.59845,46.92747],[21.61429,46.88673],[21.60167,46.86682],[21.52033,46.83737],[21.51861,46.80007],[21.48318,46.76502],[21.52634,46.73932],[21.52937,46.72097],[21.49233,46.68597],[21.47284,46.69591],[21.4299,46.69394],[21.43096,46.67814],[21.45467,46.66086],[21.41624,46.64262],[21.4098,46.62181],[21.3657,46.63795],[21.33005,46.63182],[21.31397,46.61767],[21.30124,46.59087],[21.32079,46.58286],[21.2743,46.54074],[21.26003,46.50216],[21.27442,46.47673],[21.29645,46.4763],[21.31743,46.45073],[21.28952,46.41548],[21.29633,46.40696],[21.22501,46.41369],[21.20642,46.40338],[21.19926,46.3479],[21.17623,46.33577],[21.1805,46.30445],[21.11554,46.30185],[21.10305,46.26246],[21.07088,46.2539],[21.06608,46.24294],[21.03662,46.24804],[21.02467,46.26653],[20.96082,46.2623],[20.94658,46.2793],[20.92507,46.27662],[20.92181,46.26181],[20.87327,46.28776],[20.77565,46.27596],[20.74905,46.25085],[20.76186,46.20456],[20.7274,46.20775],[20.73411,46.19394],[20.71405,46.16605],[20.68436,46.14478],[20.65492,46.14977],[20.63945,46.12676],[20.54505,46.17909],[20.50148,46.19033],[20.49494,46.17099],[20.45923,46.14288],[20.39751,46.15747],[20.36853,46.15286],[20.35571,46.16963],[20.29681,46.15215],[20.2549,46.11585],[20.24848,46.1301],[20.23301,46.12417],[20.18174,46.16011],[20.1365,46.14495],[20.10097,46.17728],[20.06362,46.14373],[20.03461,46.14589],[20.01581,46.17684],[19.93541,46.17642],[19.85335,46.15],[19.81797,46.12817],[19.75854,46.14798],[19.69821,46.18793],[19.68277,46.18004],[19.66151,46.19044],[19.63174,46.1693],[19.56765,46.17911],[19.5604,46.16658],[19.50266,46.14245],[19.52712,46.12103],[19.4645,46.09538],[19.46658,46.08204],[19.416,46.04605],[19.3804,46.03587],[19.36409,46.0523],[19.2819,46.0148],[19.29653,45.98812],[19.28565,45.9969],[19.14799,45.99634],[19.13384,46.0371],[19.10487,46.04017],[19.06604,46.0002],[19.07968,45.96364],[19.00598,45.95907],[19.00927,45.92366],[18.90613,45.93538],[18.87946,45.91668],[18.86471,45.92085],[18.86856,45.91134],[18.82768,45.90517],[18.822,45.91459],[18.80751,45.90361],[18.80925,45.87962],[18.79562,45.87845],[18.70489,45.91819],[18.67002,45.91084],[18.65966,45.91689],[18.66513,45.89928],[18.64128,45.88904],[18.65502,45.87424],[18.62777,45.87338],[18.61484,45.85314],[18.62367,45.83985],[18.57324,45.81376],[18.57498,45.80043],[18.55972,45.8038],[18.52235,45.78269],[18.49067,45.79472],[18.48219,45.7655],[18.45628,45.76952],[18.44508,45.76052],[18.44685,45.73713],[18.40763,45.73971],[18.39189,45.7617],[18.36423,45.77294],[18.33942,45.74716],[18.29682,45.76122],[18.24405,45.76123],[18.23073,45.77903],[18.19087,45.78788],[18.16819,45.77627],[18.12465,45.78963],[18.10681,45.77083],[18.08189,45.76452],[17.99588,45.79573],[17.93021,45.78633],[17.90668,45.79257],[17.86531,45.76701],[17.82627,45.81],[17.80898,45.8041],[17.78091,45.81749],[17.76034,45.81192],[17.74086,45.8296],[17.66329,45.83818],[17.62762,45.89794],[17.57007,45.93582],[17.43783,45.95038],[17.4259,45.92727],[17.41081,45.93997],[17.39215,45.93021],[17.38287,45.94757],[17.34762,45.94234],[17.34388,45.96053],[17.35377,45.9525],[17.39054,45.95819],[17.38742,45.96618],[17.35835,45.96427],[17.37549,45.96869],[17.37519,45.98811],[17.36357,45.99154],[17.35672,45.97358],[17.33396,45.99608],[17.33198,45.97289],[17.313,45.96653],[17.32365,45.98878],[17.29877,45.98387],[17.3042,46.00211],[17.25797,46.01103],[17.29632,46.02852],[17.25415,46.03001],[17.27096,46.05671],[17.23248,46.0592],[17.25251,46.06647],[17.23131,46.07903],[17.20199,46.07655],[17.23313,46.09896],[17.2104,46.10017],[17.21297,46.11386],[17.17593,46.10846],[17.17434,46.12876],[17.18652,46.13323],[17.1811,46.15055],[17.15623,46.15858],[17.15929,46.16968],[17.1261,46.16845],[17.12274,46.17898],[17.07525,46.18895],[17.06616,46.2023],[16.97354,46.2252],[16.97395,46.24311],[16.95041,46.24153],[16.88624,46.28146],[16.87137,46.32528],[16.88021,46.3357],[16.86154,46.34524],[16.86562,46.35565],[16.8522,46.35172],[16.84986,46.36262],[16.83529,46.36382],[16.83765,46.3748],[16.82617,46.3671],[16.79334,46.38739],[16.75921,46.37766],[16.72987,46.40149],[16.71821,46.38987],[16.67729,46.44945],[16.66318,46.4487],[16.66637,46.4583],[16.61879,46.46199],[16.60447,46.47608],[16.5236,46.50538],[16.53258,46.5314],[16.51767,46.53635],[16.50841,46.56527],[16.483,46.56604],[16.4834,46.5786],[16.44557,46.61095],[16.42486,46.61316],[16.38594,46.64425],[16.39154,46.66373],[16.41985,46.65848],[16.42863,46.69397],[16.36892,46.70401],[16.37983,46.71539],[16.37109,46.72229],[16.35706,46.71424],[16.3186,46.75414],[16.33054,46.77521],[16.31216,46.778],[16.31277,46.79731],[16.34064,46.80519],[16.35084,46.83006],[16.34033,46.84688],[16.3015,46.85951],[16.29139,46.87283],[16.23323,46.87667],[16.15609,46.85371],[16.12657,46.85691],[16.11391,46.8691]]],terms_url:"https://www.fomi.hu",terms_text:"Földmérési és Távérzékelési Intézet"},{id:"FOMI_2005",name:"FÖMI orthophoto 2005",type:"tms",template:"http://e.tile.openstreetmap.hu/ortofoto2005/{zoom}/{x}/{y}.jpg",endDate:"2005-01-01T00:00:00.000Z",startDate:"2005-01-01T00:00:00.000Z",scaleExtent:[0,17],polygon:[[[16.11391,46.8691],[16.17897,46.90662],[16.20004,46.94151],[16.22175,46.93554],[16.24628,46.94639],[16.25532,46.96421],[16.27647,46.96261],[16.29058,47.01398],[16.30162,46.99923],[16.34146,46.99652],[16.35052,47.01063],[16.3734,46.99859],[16.41277,47.00475],[16.43327,46.99274],[16.44781,47.00389],[16.48,46.99412],[16.5122,47.00117],[16.46356,47.03227],[16.44786,47.02275],[16.43912,47.02966],[16.44567,47.03887],[16.52032,47.0561],[16.47321,47.07362],[16.46372,47.09392],[16.5008,47.11006],[16.50004,47.12329],[16.52953,47.12874],[16.51716,47.14969],[16.45495,47.14259],[16.46487,47.16833],[16.45556,47.18756],[16.43056,47.1847],[16.4195,47.19491],[16.41892,47.21071],[16.43713,47.2097],[16.44263,47.23371],[16.43131,47.25276],[16.46715,47.25317],[16.48923,47.27989],[16.46463,47.33385],[16.4337,47.35281],[16.45851,47.36705],[16.44546,47.40702],[16.48317,47.40936],[16.49638,47.38927],[16.51709,47.41002],[16.57491,47.40542],[16.58073,47.41917],[16.66185,47.4556],[16.67064,47.47422],[16.65234,47.50034],[16.68956,47.51016],[16.71478,47.5402],[16.66354,47.56773],[16.6732,47.60495],[16.65953,47.6061],[16.65276,47.62285],[16.63142,47.62832],[16.57391,47.61967],[16.51474,47.6462],[16.49675,47.63931],[16.42546,47.66217],[16.44374,47.67421],[16.44805,47.69647],[16.4747,47.68116],[16.48722,47.69798],[16.55217,47.72255],[16.53638,47.73678],[16.54798,47.75154],[16.60952,47.76037],[16.63441,47.75908],[16.65729,47.74149],[16.72094,47.73536],[16.75341,47.68282],[16.83016,47.68106],[16.83943,47.70451],[16.86689,47.72115],[16.87668,47.68765],[17.09374,47.70777],[17.07066,47.72854],[17.0516,47.79385],[17.07495,47.8085],[17.04714,47.82856],[17.05195,47.83777],[17.01055,47.85818],[17.01639,47.86733],[17.08575,47.87462],[17.11317,47.92716],[17.09171,47.93429],[17.11838,47.96011],[17.09466,47.97088],[17.20103,48.01999],[17.24177,48.02247],[17.25795,47.99865],[17.33465,47.99312],[17.40299,47.94785],[17.45392,47.88526],[17.52674,47.86551],[17.56758,47.81513],[17.6084,47.82189],[17.70858,47.75668],[17.77987,47.73949],[17.8661,47.74575],[17.90013,47.73926],[17.94687,47.74467],[17.97087,47.75784],[18.00441,47.74634],[18.03806,47.75768],[18.29588,47.73146],[18.45407,47.76512],[18.49316,47.75276],[18.55908,47.766],[18.64609,47.75909],[18.72607,47.78904],[18.74118,47.81382],[18.792,47.82309],[18.84854,47.81672],[18.85588,47.82608],[18.82801,47.83429],[18.81357,47.85555],[18.76353,47.8716],[18.75686,47.89684],[18.77675,47.95509],[18.75525,47.97635],[18.81574,47.99344],[18.82,48.03968],[18.83327,48.04824],[18.87494,48.04707],[18.88667,48.05868],[18.90898,48.05114],[18.9439,48.05886],[18.98161,48.0536],[19.01486,48.07818],[19.05852,48.05735],[19.08436,48.07278],[19.1074,48.0656],[19.13529,48.07415],[19.24137,48.05365],[19.25578,48.07156],[19.30311,48.08871],[19.3866,48.09191],[19.40002,48.0823],[19.45405,48.10144],[19.46735,48.08393],[19.49442,48.10991],[19.49238,48.13966],[19.51282,48.15466],[19.50452,48.17344],[19.52897,48.19036],[19.52604,48.20313],[19.5775,48.21601],[19.63083,48.25007],[19.64452,48.23917],[19.66986,48.23921],[19.69122,48.20389],[19.72113,48.20147],[19.74618,48.21651],[19.78716,48.19253],[19.79873,48.19482],[19.80528,48.18373],[19.78242,48.16504],[19.79481,48.15353],[19.82133,48.16908],[19.84528,48.16274],[19.85517,48.17843],[19.86013,48.16941],[19.89875,48.16631],[19.91454,48.14686],[19.8983,48.1249],[19.93738,48.13112],[19.97439,48.166],[19.98871,48.16217],[20.02904,48.17768],[20.04945,48.1672],[20.07299,48.17961],[20.07004,48.1917],[20.13409,48.22518],[20.13319,48.25398],[20.20616,48.25098],[20.20383,48.26191],[20.22847,48.26278],[20.23495,48.27993],[20.28686,48.26164],[20.32571,48.27279],[20.33746,48.30167],[20.36566,48.31661],[20.38408,48.35118],[20.40983,48.36586],[20.40253,48.38256],[20.42053,48.40386],[20.41623,48.41854],[20.50793,48.48936],[20.50651,48.53442],[20.53747,48.52788],[20.54649,48.54429],[20.58659,48.53576],[20.65387,48.56141],[20.83636,48.58284],[20.8378,48.57421],[20.85044,48.58163],[20.84533,48.5665],[20.86815,48.55182],[20.92232,48.55945],[20.93463,48.53834],[20.95588,48.53396],[20.9562,48.52167],[20.98158,48.51777],[21.01511,48.53231],[21.06632,48.52589],[21.11745,48.49105],[21.16087,48.5215],[21.17963,48.51823],[21.22106,48.5375],[21.30549,48.52225],[21.31338,48.55084],[21.32688,48.55413],[21.31938,48.5612],[21.41545,48.55895],[21.42266,48.57882],[21.44061,48.5851],[21.51409,48.55107],[21.54202,48.5084],[21.61393,48.50942],[21.62019,48.46983],[21.66355,48.41796],[21.66456,48.39216],[21.70174,48.3807],[21.71187,48.35762],[21.81741,48.33279],[21.8352,48.33464],[21.83721,48.36325],[21.8843,48.35605],[21.88484,48.36754],[21.89788,48.36256],[21.8998,48.37022],[21.92819,48.3616],[21.92681,48.3709],[21.9492,48.37873],[21.99446,48.37732],[22.02133,48.39275],[22.0546,48.37753],[22.07649,48.38724],[22.08674,48.37156],[22.13591,48.38052],[22.13106,48.39123],[22.15277,48.39624],[22.15619,48.40931],[22.21257,48.42565],[22.23714,48.41004],[22.26549,48.40987],[22.23988,48.38701],[22.26757,48.36116],[22.31781,48.35454],[22.31329,48.32507],[22.33729,48.30791],[22.33843,48.27921],[22.38475,48.23396],[22.40064,48.2492],[22.43284,48.25252],[22.45639,48.24231],[22.4899,48.25342],[22.49722,48.23955],[22.51615,48.23797],[22.53111,48.20943],[22.57114,48.19614],[22.56164,48.18161],[22.59824,48.14476],[22.59028,48.10734],[22.67545,48.092],[22.73472,48.11985],[22.75762,48.12006],[22.77039,48.10902],[22.77232,48.12187],[22.80277,48.12211],[22.80253,48.10708],[22.82543,48.11751],[22.83644,48.08025],[22.86113,48.07503],[22.8678,48.05243],[22.88204,48.05481],[22.86597,48.01132],[22.83556,47.9906],[22.84076,47.98136],[22.87257,47.97527],[22.86973,47.96596],[22.89157,47.96724],[22.89744,47.95406],[22.84733,47.90776],[22.79281,47.89086],[22.75869,47.89414],[22.77775,47.84225],[22.71363,47.83609],[22.68019,47.78775],[22.61112,47.77175],[22.549,47.77222],[22.48121,47.81089],[22.45131,47.80339],[22.43133,47.73981],[22.35662,47.74862],[22.31777,47.76609],[22.31762,47.74337],[22.28514,47.72928],[22.26432,47.73107],[22.259,47.69791],[22.23068,47.6932],[22.17965,47.59161],[22.12892,47.5979],[22.09428,47.55836],[22.07826,47.56213],[22.05345,47.54748],[22.07122,47.53807],[22.06179,47.5288],[22.04513,47.53989],[22.03672,47.53267],[22.00719,47.48362],[22.03279,47.45084],[22.02388,47.39086],[22.01198,47.3758],[21.96274,47.38105],[21.93825,47.37253],[21.87779,47.28578],[21.88728,47.27305],[21.85349,47.23976],[21.85807,47.18736],[21.81248,47.16675],[21.79241,47.10598],[21.72683,47.09839],[21.6976,47.05792],[21.65042,47.04083],[21.68887,47.002],[21.66787,46.97123],[21.68149,46.96521],[21.6382,46.93305],[21.59845,46.92747],[21.61429,46.88673],[21.60167,46.86682],[21.52033,46.83737],[21.51861,46.80007],[21.48318,46.76502],[21.52634,46.73932],[21.52937,46.72097],[21.49233,46.68597],[21.47284,46.69591],[21.4299,46.69394],[21.43096,46.67814],[21.45467,46.66086],[21.41624,46.64262],[21.4098,46.62181],[21.3657,46.63795],[21.33005,46.63182],[21.31397,46.61767],[21.30124,46.59087],[21.32079,46.58286],[21.2743,46.54074],[21.26003,46.50216],[21.27442,46.47673],[21.29645,46.4763],[21.31743,46.45073],[21.28952,46.41548],[21.29633,46.40696],[21.22501,46.41369],[21.20642,46.40338],[21.19926,46.3479],[21.17623,46.33577],[21.1805,46.30445],[21.11554,46.30185],[21.10305,46.26246],[21.07088,46.2539],[21.06608,46.24294],[21.03662,46.24804],[21.02467,46.26653],[20.96082,46.2623],[20.94658,46.2793],[20.92507,46.27662],[20.92181,46.26181],[20.87327,46.28776],[20.77565,46.27596],[20.74905,46.25085],[20.76186,46.20456],[20.7274,46.20775],[20.73411,46.19394],[20.71405,46.16605],[20.68436,46.14478],[20.65492,46.14977],[20.63945,46.12676],[20.54505,46.17909],[20.50148,46.19033],[20.49494,46.17099],[20.45923,46.14288],[20.39751,46.15747],[20.36853,46.15286],[20.35571,46.16963],[20.29681,46.15215],[20.2549,46.11585],[20.24848,46.1301],[20.23301,46.12417],[20.18174,46.16011],[20.1365,46.14495],[20.10097,46.17728],[20.06362,46.14373],[20.03461,46.14589],[20.01581,46.17684],[19.93541,46.17642],[19.85335,46.15],[19.81797,46.12817],[19.75854,46.14798],[19.69821,46.18793],[19.68277,46.18004],[19.66151,46.19044],[19.63174,46.1693],[19.56765,46.17911],[19.5604,46.16658],[19.50266,46.14245],[19.52712,46.12103],[19.4645,46.09538],[19.46658,46.08204],[19.416,46.04605],[19.3804,46.03587],[19.36409,46.0523],[19.2819,46.0148],[19.29653,45.98812],[19.28565,45.9969],[19.14799,45.99634],[19.13384,46.0371],[19.10487,46.04017],[19.06604,46.0002],[19.07968,45.96364],[19.00598,45.95907],[19.00927,45.92366],[18.90613,45.93538],[18.87946,45.91668],[18.86471,45.92085],[18.86856,45.91134],[18.82768,45.90517],[18.822,45.91459],[18.80751,45.90361],[18.80925,45.87962],[18.79562,45.87845],[18.70489,45.91819],[18.67002,45.91084],[18.65966,45.91689],[18.66513,45.89928],[18.64128,45.88904],[18.65502,45.87424],[18.62777,45.87338],[18.61484,45.85314],[18.62367,45.83985],[18.57324,45.81376],[18.57498,45.80043],[18.55972,45.8038],[18.52235,45.78269],[18.49067,45.79472],[18.48219,45.7655],[18.45628,45.76952],[18.44508,45.76052],[18.44685,45.73713],[18.40763,45.73971],[18.39189,45.7617],[18.36423,45.77294],[18.33942,45.74716],[18.29682,45.76122],[18.24405,45.76123],[18.23073,45.77903],[18.19087,45.78788],[18.16819,45.77627],[18.12465,45.78963],[18.10681,45.77083],[18.08189,45.76452],[17.99588,45.79573],[17.93021,45.78633],[17.90668,45.79257],[17.86531,45.76701],[17.82627,45.81],[17.80898,45.8041],[17.78091,45.81749],[17.76034,45.81192],[17.74086,45.8296],[17.66329,45.83818],[17.62762,45.89794],[17.57007,45.93582],[17.43783,45.95038],[17.4259,45.92727],[17.41081,45.93997],[17.39215,45.93021],[17.38287,45.94757],[17.34762,45.94234],[17.34388,45.96053],[17.35377,45.9525],[17.39054,45.95819],[17.38742,45.96618],[17.35835,45.96427],[17.37549,45.96869],[17.37519,45.98811],[17.36357,45.99154],[17.35672,45.97358],[17.33396,45.99608],[17.33198,45.97289],[17.313,45.96653],[17.32365,45.98878],[17.29877,45.98387],[17.3042,46.00211],[17.25797,46.01103],[17.29632,46.02852],[17.25415,46.03001],[17.27096,46.05671],[17.23248,46.0592],[17.25251,46.06647],[17.23131,46.07903],[17.20199,46.07655],[17.23313,46.09896],[17.2104,46.10017],[17.21297,46.11386],[17.17593,46.10846],[17.17434,46.12876],[17.18652,46.13323],[17.1811,46.15055],[17.15623,46.15858],[17.15929,46.16968],[17.1261,46.16845],[17.12274,46.17898],[17.07525,46.18895],[17.06616,46.2023],[16.97354,46.2252],[16.97395,46.24311],[16.95041,46.24153],[16.88624,46.28146],[16.87137,46.32528],[16.88021,46.3357],[16.86154,46.34524],[16.86562,46.35565],[16.8522,46.35172],[16.84986,46.36262],[16.83529,46.36382],[16.83765,46.3748],[16.82617,46.3671],[16.79334,46.38739],[16.75921,46.37766],[16.72987,46.40149],[16.71821,46.38987],[16.67729,46.44945],[16.66318,46.4487],[16.66637,46.4583],[16.61879,46.46199],[16.60447,46.47608],[16.5236,46.50538],[16.53258,46.5314],[16.51767,46.53635],[16.50841,46.56527],[16.483,46.56604],[16.4834,46.5786],[16.44557,46.61095],[16.42486,46.61316],[16.38594,46.64425],[16.39154,46.66373],[16.41985,46.65848],[16.42863,46.69397],[16.36892,46.70401],[16.37983,46.71539],[16.37109,46.72229],[16.35706,46.71424],[16.3186,46.75414],[16.33054,46.77521],[16.31216,46.778],[16.31277,46.79731],[16.34064,46.80519],[16.35084,46.83006],[16.34033,46.84688],[16.3015,46.85951],[16.29139,46.87283],[16.23323,46.87667],[16.15609,46.85371],[16.12657,46.85691],[16.11391,46.8691]]],terms_url:"https://www.fomi.hu",terms_text:"Földmérési és Távérzékelési Intézet"},{id:"Freemap.sk-Car",name:"Freemap.sk Car",type:"tms",template:"https://{switch:a,b,c,d}.freemap.sk/A/{zoom}/{x}/{y}.jpeg",scaleExtent:[8,16],polygon:[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],terms_text:"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved.",icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"Freemap.sk-Cyclo",name:"Freemap.sk Cyclo",type:"tms",template:"https://{switch:a,b,c,d}.freemap.sk/C/{zoom}/{x}/{y}.jpeg",scaleExtent:[8,16],polygon:[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],terms_text:"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved.",icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"Freemap.sk-Hiking",name:"Freemap.sk Hiking",type:"tms",template:"https://{switch:a,b,c,d}.freemap.sk/T/{zoom}/{x}/{y}.jpeg",scaleExtent:[8,16],polygon:[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],terms_text:"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved.",icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"Freemap.sk-Ski",name:"Freemap.sk Ski",type:"tms",template:"https://{switch:a,b,c,d}.freemap.sk/K/{zoom}/{x}/{y}.jpeg",scaleExtent:[8,16],polygon:[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],terms_text:"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved.",icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"fta-digiroad-functional",name:"FTA Road Network",type:"wms",template:"https://extranet.liikennevirasto.fi/inspirepalvelu/beta/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=dr_tielinkki_toim_lk&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[3,20],polygon:[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],terms_url:"https://www.liikennevirasto.fi/web/en/open-data/digiroad/",terms_text:"© Liikennevirasto",description:"Digiroad national road network from the Finnish Transport Agency, functional road classes.",icon:"https://www.liikennevirasto.fi/livi-theme/images/general/liikennevirasto_logo_2x.png",overlay:true},{id:"gaza_pleiades_20140706",name:"Gaza Strip - Pléiades - 2014/07/06",type:"tms",template:"https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706/{zoom}/{x}/{y}",endDate:"2014-07-06T00:00:00.000Z",startDate:"2014-07-06T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[34.49022,31.59487],[34.49339,31.59263],[34.5678,31.5401],[34.5653,31.53226],[34.55613,31.52552],[34.54729,31.5121],[34.53011,31.5066],[34.5255,31.50251],[34.51369,31.50067],[34.505,31.49543],[34.4887,31.48263],[34.48532,31.48028],[34.47962,31.47778],[34.47471,31.47207],[34.4674,31.46448],[34.46576,31.46275],[34.45308,31.45139],[34.44585,31.4441],[34.44216,31.44327],[34.43798,31.44112],[34.43226,31.43458],[34.43164,31.43265],[34.4268,31.42804],[34.42211,31.42437],[34.41326,31.41862],[34.41329,31.41758],[34.41174,31.41604],[34.40918,31.41542],[34.4067,31.41295],[34.40506,31.41295],[34.40197,31.4112],[34.40134,31.40986],[34.39492,31.40391],[34.39351,31.40113],[34.38824,31.39599],[34.38037,31.38951],[34.38074,31.38791],[34.37407,31.37915],[34.37338,31.37422],[34.37159,31.37209],[34.37214,31.37093],[34.37158,31.36972],[34.3704,31.36909],[34.36827,31.36992],[34.36685,31.36914],[34.36497,31.36137],[34.37438,31.30609],[34.36708,31.29074],[34.34339,31.27846],[34.33119,31.26149],[34.31931,31.25317],[34.29093,31.24009],[34.26762,31.21894],[34.25915,31.22131],[34.231,31.26295],[34.21113,31.32157],[34.2434,31.34554],[34.29954,31.39629],[34.34172,31.43251],[34.36439,31.45715],[34.41099,31.50162],[34.42619,31.52686],[34.44463,31.54193],[34.49022,31.59487]]],terms_url:"https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip",terms_text:"Copyright CNES 2014, Distribution Airbus Defence and Space"},{id:"gaza_pleiades_20140706_nir",name:"Gaza Strip - Pléiades - 2014/07/06 (NIR)",type:"tms",template:"https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706_nir/{zoom}/{x}/{y}",endDate:"2014-07-06T00:00:00.000Z",startDate:"2014-07-06T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[34.49022,31.59487],[34.49339,31.59263],[34.5678,31.5401],[34.5653,31.53226],[34.55613,31.52552],[34.54729,31.5121],[34.53011,31.5066],[34.5255,31.50251],[34.51369,31.50067],[34.505,31.49543],[34.4887,31.48263],[34.48532,31.48028],[34.47962,31.47778],[34.47471,31.47207],[34.4674,31.46448],[34.46576,31.46275],[34.45308,31.45139],[34.44585,31.4441],[34.44216,31.44327],[34.43798,31.44112],[34.43226,31.43458],[34.43164,31.43265],[34.4268,31.42804],[34.42211,31.42437],[34.41326,31.41862],[34.41329,31.41758],[34.41174,31.41604],[34.40918,31.41542],[34.4067,31.41295],[34.40506,31.41295],[34.40197,31.4112],[34.40134,31.40986],[34.39492,31.40391],[34.39351,31.40113],[34.38824,31.39599],[34.38037,31.38951],[34.38074,31.38791],[34.37407,31.37915],[34.37338,31.37422],[34.37159,31.37209],[34.37214,31.37093],[34.37158,31.36972],[34.3704,31.36909],[34.36827,31.36992],[34.36685,31.36914],[34.36497,31.36137],[34.37438,31.30609],[34.36708,31.29074],[34.34339,31.27846],[34.33119,31.26149],[34.31931,31.25317],[34.29093,31.24009],[34.26762,31.21894],[34.25915,31.22131],[34.231,31.26295],[34.21113,31.32157],[34.2434,31.34554],[34.29954,31.39629],[34.34172,31.43251],[34.36439,31.45715],[34.41099,31.50162],[34.42619,31.52686],[34.44463,31.54193],[34.49022,31.59487]]],terms_url:"https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip",terms_text:"Copyright CNES 2014, Distribution Airbus Defence and Space"},{id:"Geobase_Hydrography",name:"Geobase Hydrography - English",type:"wms",template:"https://maps.geogratis.gc.ca/wms/hydro_network_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nhn:nhn&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]],overlay:true},{id:"Geobase_Hydrography_French",name:"Geobase Hydrography - French",type:"wms",template:"https://maps.geogratis.gc.ca/wms/hydro_network_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nhn:nhn&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]],overlay:true},{id:"Geobase_Roads",name:"Geobase Roads - English",type:"wms",template:"https://maps.geogratis.gc.ca/wms/roads_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=roads&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[4,20],polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{id:"Geobase_Roads_French",name:"Geobase Roads - French",type:"wms",template:"https://cartes.geogratis.gc.ca/wms/roads_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=routes&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[4,20],polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{id:"geoimage.at",name:"Geoimage.at MaxRes",type:"wms",template:"https://gis.bmlfuw.gv.at/wmsgw/?key=4d80de696cd562a63ce463a58a61488d&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=Luftbild_MR,Luftbild_1m,Luftbild_8m,Satellitenbild_30m&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]],terms_url:"http://geoimage.at",terms_text:"geoimage.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/GeoimageatMaxRes.png"},{id:"Geolittoral-Orthophotos2000",name:"Géolittoral - Orthophotos 2000",type:"wms",template:"http://geolittoral.application.developpement-durable.gouv.fr/wms2/metropole?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortholittorale&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2000-01-01T00:00:00.000Z",startDate:"2000-01-01T00:00:00.000Z",polygon:[[[-1.07962,46.10959],[-0.94115,46.01474],[-0.56306,45.15178],[-0.7266,45.08425],[-0.87904,45.34094],[-0.99794,45.33779],[-0.95558,44.69982],[-1.15862,44.19865],[-1.21512,44.20558],[-1.24654,44.1162],[-1.27903,44.03937],[-1.28825,44.02304],[-1.32117,43.94094],[-1.32151,43.92296],[-1.3092,43.92337],[-1.3085,43.91439],[-1.28366,43.91514],[-1.28302,43.90624],[-1.2761,43.90655],[-1.28211,43.89254],[-1.30102,43.85159],[-1.30384,43.8424],[-1.30923,43.83498],[-1.33474,43.76946],[-1.34407,43.74875],[-1.3456,43.74214],[-1.34673,43.73688],[-1.43284,43.53152],[-1.42806,43.46812],[-1.60627,43.40591],[-1.6061,43.36012],[-1.77441,43.30357],[-1.82995,43.38484],[-1.58551,43.46856],[-1.35706,44.03374],[-1.40217,44.06461],[-1.33584,44.22832],[-1.21836,44.23033],[-1.16795,44.41097],[-1.30744,44.41847],[-1.16979,45.59107],[-1.48685,46.06042],[-1.36364,46.09146],[-1.60176,46.17019],[-1.64442,46.22375],[-1.58595,46.30426],[-1.51008,46.33888],[-1.75643,46.42214],[-2.1872,46.81857],[-2.16423,46.85534],[-2.23654,46.9337],[-2.39769,46.96718],[-2.282,47.07631],[-2.12563,47.01875],[-2.09013,47.06562],[-2.18487,47.10698],[-2.2647,47.10763],[-2.24489,47.18562],[-2.56779,47.24467],[-2.66727,47.46686],[-2.74787,47.47122],[-2.75771,47.43461],[-2.89321,47.4629],[-2.90369,47.50905],[-3.03383,47.53833],[-3.07113,47.51185],[-3.01653,47.49873],[-3.12502,47.42693],[-3.18803,47.48441],[-3.22791,47.61132],[-3.2967,47.63161],[-3.2876,47.67154],[-3.34074,47.66893],[-3.38912,47.59473],[-3.55087,47.63827],[-3.53384,47.72488],[-3.76577,47.76476],[-3.77595,47.7371],[-3.91168,47.75915],[-3.8959,47.79911],[-3.97236,47.81526],[-3.99722,47.7975],[-3.97956,47.76268],[-3.8945,47.72193],[-3.9162,47.67831],[-4.10163,47.70921],[-4.08989,47.78944],[-4.03798,47.79909],[-4.04125,47.83109],[-4.08765,47.84221],[-4.14781,47.82525],[-4.14314,47.78847],[-4.35162,47.7415],[-4.47962,47.9776],[-4.98565,47.99896],[-4.96938,48.08972],[-4.63576,48.07798],[-4.60147,48.11469],[-4.385,48.10962],[-4.38955,48.14543],[-4.30925,48.15009],[-4.31268,48.17694],[-4.46369,48.18468],[-4.49748,48.1453],[-4.5921,48.14758],[-4.57537,48.22488],[-4.67101,48.2331],[-4.65434,48.31049],[-4.84243,48.3005],[-5.19867,48.44926],[-5.10346,48.51722],[-4.81465,48.39413],[-4.83515,48.54319],[-4.63387,48.66373],[-3.96692,48.77978],[-3.94939,48.74715],[-3.6502,48.75356],[-3.65853,48.82527],[-3.53931,48.85834],[-3.54444,48.90297],[-3.40954,48.91866],[-3.40755,48.87366],[-3.02769,48.9275],[-2.67861,48.58841],[-2.28475,48.71909],[-2.17543,48.65016],[-2.0137,48.73221],[-1.80953,48.73178],[-1.80392,48.66126],[-1.61161,48.68582],[-1.71645,49.24781],[-1.8026,49.32721],[-1.85748,49.3253],[-1.9262,49.65573],[-2.03908,49.67872],[-2.00445,49.76087],[-1.61759,49.68498],[-1.28373,49.76067],[-1.1492,49.63504],[-1.17134,49.55412],[-1.27353,49.55245],[-1.1328,49.3934],[-0.93059,49.40804],[-0.74827,49.35976],[-0.38935,49.34167],[-0.24704,49.29995],[-0.12454,49.29353],[0.02731,49.37619],[0.01801,49.54656],[0.12211,49.69292],[0.51713,49.86466],[1.05727,49.94904],[1.43908,50.11819],[1.53177,50.46437],[1.52549,50.85867],[1.64118,50.95919],[2.4521,51.12144],[2.59286,51.12124],[2.60683,51.05779],[1.7976,50.89906],[1.66458,50.82379],[1.70786,50.1282],[1.05936,49.85],[0.61607,49.79062],[0.24731,49.65027],[0.1709,49.53174],[0.57065,49.49622],[0.41115,49.3396],[0.19504,49.35736],[0.01718,49.25479],[-0.24453,49.26312],[-0.38408,49.30495],[-0.74091,49.32438],[-0.9954,49.37133],[-1.05453,49.25175],[-1.27704,49.29022],[-1.25966,49.43463],[-1.39141,49.53985],[-1.27535,49.62056],[-1.29775,49.65946],[-1.4905,49.57139],[-1.77517,49.63398],[-1.74601,49.48155],[-1.51294,49.24691],[-1.48261,48.72607],[-1.30574,48.72531],[-1.28323,48.59731],[-2.76114,48.43471],[-3.00174,48.67646],[-3.21062,48.72097],[-3.95404,48.56051],[-4.15643,48.60792],[-4.44475,48.55852],[-4.63683,48.48299],[-4.6319,48.44727],[-4.25022,48.43088],[-4.06141,48.21805],[-4.1757,48.05165],[-4.31904,48.0141],[-4.26781,47.89977],[-3.88484,47.98172],[-3.76375,47.86403],[-2.32727,47.52634],[-2.36911,47.3339],[-1.74067,47.33507],[-1.77062,47.20451],[-2.03678,47.21942],[-2.0968,47.15548],[-1.88786,47.01239],[-2.08797,46.83007],[-2.01214,46.83436],[-1.84079,46.69651],[-1.87318,46.65484],[-1.68859,46.50392],[-1.62117,46.51513],[-1.42428,46.41675],[-1.01761,46.35917],[-1.07962,46.10959]],[[-2.41232,46.69242],[-2.37197,46.67611],[-2.26749,46.68033],[-2.27007,46.70705],[-2.29827,46.73286],[-2.41655,46.73711],[-2.41232,46.69242]],[[-3.06018,47.40542],[-2.82587,47.29635],[-2.78787,47.33417],[-3.02436,47.44563],[-3.06018,47.40542]],[[-3.26482,47.4295],[-3.3343,47.35928],[-3.29614,47.34133],[-3.31489,47.30057],[-3.19941,47.24492],[-3.16567,47.27751],[-3.08686,47.23612],[-3.00637,47.30855],[-3.26482,47.4295]],[[-1.93966,48.86346],[-1.93993,48.91179],[-1.701,48.91105],[-1.69726,48.86173],[-1.93966,48.86346]]],terms_url:"https://wiki.openstreetmap.org/wiki/WikiProject_France/G%C3%A9oLittoral",terms_text:"Ortho littorale 2000"},{id:"Geolittoral-Sentiers",name:"Géolittoral - Sentiers",type:"wms",template:"http://geolittoral.application.developpement-durable.gouv.fr/wms2/metropole?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=n_sentier_littoral_l&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-0.98385,46.18807],[-0.89497,46.15628],[-0.93455,46.10163],[-0.84388,46.06949],[-0.88241,46.01637],[-0.53787,45.89558],[-0.63498,45.76444],[-0.86666,45.8479],[-0.76264,45.6245],[-0.69695,45.62659],[-0.69397,45.60184],[-0.68755,45.60174],[-0.688,45.50986],[-0.63799,45.50892],[-0.63978,45.44747],[-0.61574,45.44695],[-0.61619,45.38586],[-0.58544,45.38596],[-0.58529,45.32334],[-0.55379,45.32344],[-0.55275,45.19661],[-0.49094,45.19577],[-0.49184,45.13315],[-0.45661,45.13325],[-0.45512,45.07161],[-0.41611,45.07089],[-0.41621,45.02696],[-0.2907,44.98278],[-0.22,45.06771],[-0.12252,45.02563],[-0.18925,44.94591],[-0.09266,44.91019],[-0.14521,44.8392],[-0.15491,44.84238],[-0.19387,44.78678],[-0.43541,44.87317],[-0.39048,44.68413],[-0.58798,44.66014],[-0.66628,44.99129],[-0.77838,44.99263],[-0.77764,45.05389],[-0.81584,45.05321],[-0.81838,45.11962],[-0.88393,45.12051],[-0.88171,45.18081],[-0.93438,45.18185],[-0.9328,45.24484],[-1.00163,45.24439],[-1.00247,45.30827],[-1.0524,45.31013],[-1.04828,45.36911],[-1.06412,45.36911],[-1.05039,45.18252],[-1.10761,44.80787],[-1.01514,44.80113],[-1.01946,44.76914],[-0.93365,44.76149],[-0.9404,44.7018],[-0.96035,44.56434],[-1.01408,44.56765],[-1.09916,44.1456],[-1.22689,44.14022],[-1.21853,44.03249],[-1.30762,44.029],[-1.39572,43.74301],[-1.31296,43.72951],[-1.37439,43.53109],[-1.34589,43.50606],[-1.59964,43.35423],[-1.76549,43.25548],[-1.79281,43.28038],[-1.80281,43.40425],[-1.72832,43.45033],[-1.58531,43.489],[-1.33584,44.22832],[-1.30744,44.41847],[-1.22511,45.44416],[-1.48685,46.06042],[-1.60176,46.17019],[-1.64442,46.22375],[-1.75643,46.42214],[-2.03483,46.61895],[-2.3466,46.62382],[-2.46561,46.71196],[-2.3233,46.83812],[-2.45286,46.93856],[-2.31733,47.16214],[-2.92848,47.28413],[-2.96742,47.22147],[-3.35602,47.32474],[-3.18803,47.48441],[-3.22791,47.61132],[-3.38912,47.59473],[-3.9162,47.67831],[-4.10163,47.70921],[-4.14314,47.78847],[-4.37619,47.71067],[-4.47962,47.9776],[-4.98565,47.99896],[-4.96938,48.08972],[-4.60147,48.11469],[-4.5921,48.14758],[-4.67101,48.2331],[-4.84243,48.3005],[-5.19867,48.44926],[-5.10346,48.51722],[-4.83515,48.54319],[-4.63117,48.66129],[-3.96692,48.77978],[-3.94939,48.74715],[-3.67013,48.89508],[-3.54444,48.90297],[-3.40954,48.91866],[-3.33344,48.90458],[-3.02769,48.9275],[-2.80207,48.79793],[-2.69353,48.76722],[-2.45786,48.70896],[-2.28475,48.71909],[-2.17543,48.65016],[-2.0137,48.73221],[-1.80953,48.73178],[-1.7243,48.75828],[-1.70557,48.84512],[-1.90304,48.86288],[-1.91027,48.92348],[-1.68714,48.93249],[-1.74277,49.24473],[-1.85748,49.3253],[-1.9262,49.65573],[-2.03908,49.67872],[-2.00445,49.76087],[-1.61759,49.68498],[-1.28373,49.76067],[-1.1492,49.63504],[-1.18545,49.54836],[-0.96463,49.42509],[-0.74429,49.36802],[-0.39014,49.3622],[-0.24976,49.3158],[-0.13342,49.31293],[0.02731,49.37619],[0.01801,49.54656],[0.12211,49.69292],[0.51713,49.86466],[1.05727,49.94904],[1.43908,50.11819],[1.53177,50.46437],[1.52549,50.85867],[1.64118,50.95919],[2.59712,51.17355],[2.66071,51.0196],[2.07124,50.92022],[2.05937,50.94709],[1.7976,50.89906],[1.68089,50.8717],[1.65569,50.59729],[1.75357,50.5932],[1.72295,50.24702],[1.82156,50.24262],[1.80149,50.05116],[1.54565,50.06311],[1.54155,50.01267],[1.42462,50.01747],[1.42667,50.05276],[1.03838,49.84609],[0.9827,49.88916],[0.57961,49.82133],[0.42063,49.76297],[0.4281,49.75445],[0.20831,49.67269],[0.14765,49.57767],[0.13461,49.5809],[0.11117,49.54365],[0.56598,49.52045],[0.5632,49.49989],[0.63001,49.49666],[0.61478,49.37441],[0.54825,49.37851],[0.54254,49.33461],[0.45741,49.33938],[0.45843,49.34492],[0.32597,49.35456],[0.32846,49.38128],[0.28011,49.38433],[0.27689,49.36334],[0.21095,49.36658],[0.20817,49.35084],[0.14326,49.35532],[0.13769,49.3115],[0.07204,49.31532],[0.0675,49.28713],[0.00274,49.29076],[0.00508,49.25711],[-0.02027,49.26036],[-0.03492,49.1973],[-0.19448,49.21463],[-0.38966,49.12726],[-0.45369,49.18792],[-0.3561,49.23214],[-0.82088,49.28331],[-0.99778,49.30149],[-1.16728,49.24545],[-1.19515,49.28183],[-1.26768,49.24099],[-1.34114,49.2975],[-1.24768,49.35025],[-1.44583,49.60689],[-1.81105,49.61757],[-1.77479,49.44333],[-1.72775,49.46509],[-1.5339,49.29098],[-1.47909,49.29233],[-1.47608,49.24027],[-1.43557,49.20326],[-1.47225,49.1822],[-1.45091,48.75725],[-1.31155,48.76408],[-1.30533,48.70216],[-1.2584,48.70421],[-1.25229,48.64353],[-1.23519,48.64435],[-1.2269,48.56824],[-1.85218,48.53086],[-1.84908,48.4975],[-1.92326,48.49187],[-1.92813,48.44096],[-2.04272,48.43601],[-2.03889,48.48191],[-2.2895,48.46102],[-2.3021,48.52433],[-2.40863,48.51618],[-2.42035,48.56954],[-2.43084,48.57852],[-2.49083,48.54924],[-2.47353,48.53326],[-2.54978,48.49647],[-2.54005,48.48747],[-2.70681,48.40746],[-3.02979,48.69115],[-4.01034,48.53179],[-4.05342,48.64412],[-4.38281,48.57349],[-4.35482,48.5118],[-4.38853,48.50473],[-4.13495,48.44868],[-4.16411,48.38936],[-4.01832,48.35685],[-4.04733,48.29918],[-3.98814,48.2867],[-4.0214,48.21606],[-4.03634,48.21958],[-4.06623,48.16028],[-4.16675,48.18247],[-4.18331,48.14934],[-4.17232,48.1065],[-4.20111,48.10285],[-4.18643,48.04389],[-4.18806,48.04061],[-4.35686,48.02305],[-4.25657,47.93997],[-4.23363,47.93497],[-4.21371,47.97598],[-4.21854,47.97726],[-4.1806,48.05569],[-3.6172,47.93124],[-2.17991,47.58642],[-2.25449,47.44501],[-2.30182,47.4568],[-2.32043,47.42092],[-2.30372,47.41755],[-2.34753,47.33499],[-2.36219,47.33837],[-2.38079,47.3039],[-2.35852,47.29854],[-2.29962,47.29784],[-2.29742,47.3618],[-2.13199,47.35852],[-2.13478,47.39107],[-2.01565,47.39623],[-2.01404,47.38095],[-1.92862,47.38254],[-1.92891,47.37956],[-1.8322,47.38184],[-1.82986,47.34165],[-1.73608,47.34304],[-1.73418,47.305],[-1.64084,47.30639],[-1.64011,47.29427],[-1.58355,47.29566],[-1.58531,47.33708],[-1.4612,47.33966],[-1.46003,47.32924],[-1.37211,47.33221],[-1.36054,47.11239],[-1.48567,47.11149],[-1.48582,47.11877],[-1.66897,47.11688],[-1.66971,47.12864],[-1.72553,47.12764],[-1.72612,47.13761],[-1.93975,47.13263],[-1.94019,47.1422],[-1.9925,47.14309],[-1.81066,47.00588],[-1.94723,46.92078],[-1.92891,46.90677],[-1.99529,46.86461],[-1.73652,46.66839],[-1.77535,46.64386],[-1.82678,46.64174],[-1.82473,46.62071],[-1.18192,46.39987],[-0.91261,46.3048],[-0.95481,46.2489],[-0.94235,46.24424],[-0.98385,46.18807]],[[3.14769,42.40072],[3.14949,42.40015],[3.15305,42.40052],[3.15804,42.40243],[3.1877,42.42805],[3.14227,42.5248],[3.06837,42.54635],[3.04884,42.6942],[3.0799,43.03073],[3.22641,43.18727],[3.40916,43.26032],[3.52104,43.25877],[3.66429,43.37628],[3.73841,43.39054],[4.00979,43.53607],[4.17692,43.45636],[4.54355,43.43349],[4.54943,43.35401],[4.83506,43.30891],[4.97506,43.38309],[5.03219,43.31928],[5.25919,43.31928],[5.31082,43.20504],[5.35682,43.18645],[5.36882,43.16785],[5.40232,43.16211],[5.41382,43.17123],[5.40919,43.19921],[5.54232,43.18827],[5.60582,43.14797],[5.6197,43.1529],[5.63832,43.17159],[5.67157,43.1674],[5.69095,43.13411],[5.77607,43.10637],[5.7762,43.09432],[5.75407,43.08328],[5.75707,43.0725],[5.77032,43.06465],[5.85933,43.03469],[5.8877,43.06273],[5.9567,43.06109],[5.96383,43.09277],[6.00033,43.09186],[6.01745,43.06849],[6.10233,43.07415],[6.10483,43.0526],[6.0666,43.04318],[6.06722,43.03785],[6.1427,43.00923],[6.15676,42.98715],[6.19635,42.97331],[6.22221,42.9801],[6.26891,42.99651],[6.25515,43.03627],[6.2019,43.02713],[6.18378,43.09188],[6.30153,43.09909],[6.32478,43.07974],[6.37778,43.08011],[6.38866,43.13395],[6.51341,43.14608],[6.57704,43.17881],[6.62291,43.14563],[6.69779,43.19969],[6.68016,43.23357],[6.72116,43.26007],[6.72241,43.27472],[6.67054,43.29192],[6.68741,43.33113],[6.72416,43.34267],[6.75291,43.409],[6.79104,43.39674],[6.90629,43.41672],[6.96767,43.50273],[6.96617,43.52812],[7.00617,43.53845],[7.03554,43.4982],[7.06892,43.5001],[7.09079,43.51642],[7.06267,43.53672],[7.08254,43.5456],[7.1238,43.53074],[7.1558,43.5437],[7.1433,43.62284],[7.16867,43.64636],[7.2138,43.63469],[7.25417,43.68497],[7.3403,43.66744],[7.36442,43.6894],[7.35305,43.7082],[7.4163,43.71091],[7.45405,43.74506],[7.4943,43.74524],[7.57943,43.78424],[7.60552,43.78603],[7.60368,43.78898],[7.59588,43.79528],[7.59628,43.79549],[7.53853,43.84195],[7.45996,43.79988],[7.44781,43.80934],[7.32353,43.74806],[7.30822,43.76357],[6.64878,43.3885],[6.66865,43.37178],[6.51003,43.27803],[6.56584,43.22509],[6.12681,43.10527],[5.48229,43.24939],[5.47267,43.2309],[5.41567,43.24657],[5.45267,43.3451],[4.80191,43.48158],[4.76416,43.39244],[4.65716,43.42368],[4.67228,43.45608],[4.43203,43.52419],[4.41453,43.49255],[4.16102,43.56433],[4.14452,43.57067],[4.14165,43.57393],[4.18677,43.59946],[4.10565,43.68196],[3.79689,43.52165],[3.77851,43.51313],[3.76464,43.50597],[3.76201,43.50334],[3.74226,43.49328],[3.71601,43.52075],[3.26213,43.28143],[3.24638,43.29735],[3.18388,43.28052],[3.10675,43.24083],[3.15475,43.19419],[2.90625,43.19383],[2.90675,42.76189],[2.94613,42.76208],[2.9465,42.61516],[2.99238,42.61497],[2.99238,42.5125],[3.041,42.51259],[3.04121,42.50093],[3.09086,42.50082],[3.14769,42.40072]],[[6.35945,43.02321],[6.42477,43.02444],[6.45244,43.03504],[6.46985,43.05461],[6.51121,43.05765],[6.52156,43.04318],[6.48364,43.02444],[6.47179,43.00725],[6.41178,42.9918],[6.39852,42.98048],[6.35178,42.99905],[6.35945,43.02321]]],terms_url:"https://wiki.openstreetmap.org/wiki/WikiProject_France/G%C3%A9oLittoral",terms_text:"Ortho littorale 2000"},{id:"GeolittoralV2-Orthophotos",name:"Géolittoral V2 - Orthophotos 2011-2014",type:"wms",template:"http://geolittoral.application.developpement-durable.gouv.fr/wms2/metropole?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortholittorale_v2_rvb&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[-0.98385,46.18807],[-0.89497,46.15628],[-0.93455,46.10163],[-0.84388,46.06949],[-0.88241,46.01637],[-0.53787,45.89558],[-0.63498,45.76444],[-0.86666,45.8479],[-0.76264,45.6245],[-0.69695,45.62659],[-0.69397,45.60184],[-0.68755,45.60174],[-0.688,45.50986],[-0.63799,45.50892],[-0.63978,45.44747],[-0.61574,45.44695],[-0.61619,45.38586],[-0.58544,45.38596],[-0.58529,45.32334],[-0.55379,45.32344],[-0.55275,45.19661],[-0.49094,45.19577],[-0.49184,45.13315],[-0.45661,45.13325],[-0.45512,45.07161],[-0.41611,45.07089],[-0.41621,45.02696],[-0.2907,44.98278],[-0.22,45.06771],[-0.12252,45.02563],[-0.18925,44.94591],[-0.09266,44.91019],[-0.14521,44.8392],[-0.15491,44.84238],[-0.19387,44.78678],[-0.43541,44.87317],[-0.39048,44.68413],[-0.58798,44.66014],[-0.66628,44.99129],[-0.77838,44.99263],[-0.77764,45.05389],[-0.81584,45.05321],[-0.81838,45.11962],[-0.88393,45.12051],[-0.88171,45.18081],[-0.93438,45.18185],[-0.9328,45.24484],[-1.00163,45.24439],[-1.00247,45.30827],[-1.0524,45.31013],[-1.04828,45.36911],[-1.06412,45.36911],[-1.05039,45.18252],[-1.10761,44.80787],[-1.01514,44.80113],[-1.01946,44.76914],[-0.93365,44.76149],[-0.9404,44.7018],[-0.96035,44.56434],[-1.01408,44.56765],[-1.09916,44.1456],[-1.22689,44.14022],[-1.21853,44.03249],[-1.30762,44.029],[-1.39572,43.74301],[-1.31296,43.72951],[-1.37439,43.53109],[-1.34589,43.50606],[-1.59964,43.35423],[-1.76549,43.25548],[-1.79281,43.28038],[-1.80281,43.40425],[-1.72832,43.45033],[-1.58531,43.489],[-1.33584,44.22832],[-1.30744,44.41847],[-1.22511,45.44416],[-1.48685,46.06042],[-1.60176,46.17019],[-1.64442,46.22375],[-1.75643,46.42214],[-2.03483,46.61895],[-2.3466,46.62382],[-2.46561,46.71196],[-2.3233,46.83812],[-2.45286,46.93856],[-2.31733,47.16214],[-2.92848,47.28413],[-2.96742,47.22147],[-3.35602,47.32474],[-3.18803,47.48441],[-3.22791,47.61132],[-3.38912,47.59473],[-3.9162,47.67831],[-4.10163,47.70921],[-4.14314,47.78847],[-4.37619,47.71067],[-4.47962,47.9776],[-4.98565,47.99896],[-4.96938,48.08972],[-4.60147,48.11469],[-4.5921,48.14758],[-4.67101,48.2331],[-4.84243,48.3005],[-5.19867,48.44926],[-5.10346,48.51722],[-4.83515,48.54319],[-4.63117,48.66129],[-3.96692,48.77978],[-3.94939,48.74715],[-3.67013,48.89508],[-3.54444,48.90297],[-3.40954,48.91866],[-3.33344,48.90458],[-3.02769,48.9275],[-2.80207,48.79793],[-2.69353,48.76722],[-2.45786,48.70896],[-2.28475,48.71909],[-2.17543,48.65016],[-2.0137,48.73221],[-1.80953,48.73178],[-1.7243,48.75828],[-1.70557,48.84512],[-1.90304,48.86288],[-1.91027,48.92348],[-1.68714,48.93249],[-1.74277,49.24473],[-1.85748,49.3253],[-1.9262,49.65573],[-2.03908,49.67872],[-2.00445,49.76087],[-1.61759,49.68498],[-1.28373,49.76067],[-1.1492,49.63504],[-1.18545,49.54836],[-0.96463,49.42509],[-0.74429,49.36802],[-0.39014,49.3622],[-0.24976,49.3158],[-0.13342,49.31293],[0.02731,49.37619],[0.01801,49.54656],[0.12211,49.69292],[0.51713,49.86466],[1.05727,49.94904],[1.43908,50.11819],[1.53177,50.46437],[1.52549,50.85867],[1.64118,50.95919],[2.59712,51.17355],[2.66071,51.0196],[2.07124,50.92022],[2.05937,50.94709],[1.7976,50.89906],[1.68089,50.8717],[1.65569,50.59729],[1.75357,50.5932],[1.72295,50.24702],[1.82156,50.24262],[1.80149,50.05116],[1.54565,50.06311],[1.54155,50.01267],[1.42462,50.01747],[1.42667,50.05276],[1.03838,49.84609],[0.9827,49.88916],[0.57961,49.82133],[0.42063,49.76297],[0.4281,49.75445],[0.20831,49.67269],[0.14765,49.57767],[0.13461,49.5809],[0.11117,49.54365],[0.56598,49.52045],[0.5632,49.49989],[0.63001,49.49666],[0.61478,49.37441],[0.54825,49.37851],[0.54254,49.33461],[0.45741,49.33938],[0.45843,49.34492],[0.32597,49.35456],[0.32846,49.38128],[0.28011,49.38433],[0.27689,49.36334],[0.21095,49.36658],[0.20817,49.35084],[0.14326,49.35532],[0.13769,49.3115],[0.07204,49.31532],[0.0675,49.28713],[0.00274,49.29076],[0.00508,49.25711],[-0.02027,49.26036],[-0.03492,49.1973],[-0.19448,49.21463],[-0.38966,49.12726],[-0.45369,49.18792],[-0.3561,49.23214],[-0.82088,49.28331],[-0.99778,49.30149],[-1.16728,49.24545],[-1.19515,49.28183],[-1.26768,49.24099],[-1.34114,49.2975],[-1.24768,49.35025],[-1.44583,49.60689],[-1.81105,49.61757],[-1.77479,49.44333],[-1.72775,49.46509],[-1.5339,49.29098],[-1.47909,49.29233],[-1.47608,49.24027],[-1.43557,49.20326],[-1.47225,49.1822],[-1.45091,48.75725],[-1.31155,48.76408],[-1.30533,48.70216],[-1.2584,48.70421],[-1.25229,48.64353],[-1.23519,48.64435],[-1.2269,48.56824],[-1.85218,48.53086],[-1.84908,48.4975],[-1.92326,48.49187],[-1.92813,48.44096],[-2.04272,48.43601],[-2.03889,48.48191],[-2.2895,48.46102],[-2.3021,48.52433],[-2.40863,48.51618],[-2.42035,48.56954],[-2.43084,48.57852],[-2.49083,48.54924],[-2.47353,48.53326],[-2.54978,48.49647],[-2.54005,48.48747],[-2.70681,48.40746],[-3.02979,48.69115],[-4.01034,48.53179],[-4.05342,48.64412],[-4.38281,48.57349],[-4.35482,48.5118],[-4.38853,48.50473],[-4.13495,48.44868],[-4.16411,48.38936],[-4.01832,48.35685],[-4.04733,48.29918],[-3.98814,48.2867],[-4.0214,48.21606],[-4.03634,48.21958],[-4.06623,48.16028],[-4.16675,48.18247],[-4.18331,48.14934],[-4.17232,48.1065],[-4.20111,48.10285],[-4.18643,48.04389],[-4.18806,48.04061],[-4.35686,48.02305],[-4.25657,47.93997],[-4.23363,47.93497],[-4.21371,47.97598],[-4.21854,47.97726],[-4.1806,48.05569],[-3.6172,47.93124],[-2.17991,47.58642],[-2.25449,47.44501],[-2.30182,47.4568],[-2.32043,47.42092],[-2.30372,47.41755],[-2.34753,47.33499],[-2.36219,47.33837],[-2.38079,47.3039],[-2.35852,47.29854],[-2.29962,47.29784],[-2.29742,47.3618],[-2.13199,47.35852],[-2.13478,47.39107],[-2.01565,47.39623],[-2.01404,47.38095],[-1.92862,47.38254],[-1.92891,47.37956],[-1.8322,47.38184],[-1.82986,47.34165],[-1.73608,47.34304],[-1.73418,47.305],[-1.64084,47.30639],[-1.64011,47.29427],[-1.58355,47.29566],[-1.58531,47.33708],[-1.4612,47.33966],[-1.46003,47.32924],[-1.37211,47.33221],[-1.36054,47.11239],[-1.48567,47.11149],[-1.48582,47.11877],[-1.66897,47.11688],[-1.66971,47.12864],[-1.72553,47.12764],[-1.72612,47.13761],[-1.93975,47.13263],[-1.94019,47.1422],[-1.9925,47.14309],[-1.81066,47.00588],[-1.94723,46.92078],[-1.92891,46.90677],[-1.99529,46.86461],[-1.73652,46.66839],[-1.77535,46.64386],[-1.82678,46.64174],[-1.82473,46.62071],[-1.18192,46.39987],[-0.91261,46.3048],[-0.95481,46.2489],[-0.94235,46.24424],[-0.98385,46.18807]],[[3.14769,42.40072],[3.14949,42.40015],[3.15305,42.40052],[3.15804,42.40243],[3.1877,42.42805],[3.14227,42.5248],[3.06837,42.54635],[3.04884,42.6942],[3.0799,43.03073],[3.22641,43.18727],[3.40916,43.26032],[3.52104,43.25877],[3.66429,43.37628],[3.73841,43.39054],[4.00979,43.53607],[4.17692,43.45636],[4.54355,43.43349],[4.54943,43.35401],[4.83506,43.30891],[4.97506,43.38309],[5.03219,43.31928],[5.25919,43.31928],[5.31082,43.20504],[5.35682,43.18645],[5.36882,43.16785],[5.40232,43.16211],[5.41382,43.17123],[5.40919,43.19921],[5.54232,43.18827],[5.60582,43.14797],[5.6197,43.1529],[5.63832,43.17159],[5.67157,43.1674],[5.69095,43.13411],[5.77607,43.10637],[5.7762,43.09432],[5.75407,43.08328],[5.75707,43.0725],[5.77032,43.06465],[5.85933,43.03469],[5.8877,43.06273],[5.9567,43.06109],[5.96383,43.09277],[6.00033,43.09186],[6.01745,43.06849],[6.10233,43.07415],[6.10483,43.0526],[6.0666,43.04318],[6.06722,43.03785],[6.1427,43.00923],[6.15676,42.98715],[6.19635,42.97331],[6.22221,42.9801],[6.26891,42.99651],[6.25515,43.03627],[6.2019,43.02713],[6.18378,43.09188],[6.30153,43.09909],[6.32478,43.07974],[6.37778,43.08011],[6.38866,43.13395],[6.51341,43.14608],[6.57704,43.17881],[6.62291,43.14563],[6.69779,43.19969],[6.68016,43.23357],[6.72116,43.26007],[6.72241,43.27472],[6.67054,43.29192],[6.68741,43.33113],[6.72416,43.34267],[6.75291,43.409],[6.79104,43.39674],[6.90629,43.41672],[6.96767,43.50273],[6.96617,43.52812],[7.00617,43.53845],[7.03554,43.4982],[7.06892,43.5001],[7.09079,43.51642],[7.06267,43.53672],[7.08254,43.5456],[7.1238,43.53074],[7.1558,43.5437],[7.1433,43.62284],[7.16867,43.64636],[7.2138,43.63469],[7.25417,43.68497],[7.3403,43.66744],[7.36442,43.6894],[7.35305,43.7082],[7.4163,43.71091],[7.45405,43.74506],[7.4943,43.74524],[7.57943,43.78424],[7.60552,43.78603],[7.60368,43.78898],[7.59588,43.79528],[7.59628,43.79549],[7.53853,43.84195],[7.45996,43.79988],[7.44781,43.80934],[7.32353,43.74806],[7.30822,43.76357],[6.64878,43.3885],[6.66865,43.37178],[6.51003,43.27803],[6.56584,43.22509],[6.12681,43.10527],[5.48229,43.24939],[5.47267,43.2309],[5.41567,43.24657],[5.45267,43.3451],[4.80191,43.48158],[4.76416,43.39244],[4.65716,43.42368],[4.67228,43.45608],[4.43203,43.52419],[4.41453,43.49255],[4.16102,43.56433],[4.14452,43.57067],[4.14165,43.57393],[4.18677,43.59946],[4.10565,43.68196],[3.79689,43.52165],[3.77851,43.51313],[3.76464,43.50597],[3.76201,43.50334],[3.74226,43.49328],[3.71601,43.52075],[3.26213,43.28143],[3.24638,43.29735],[3.18388,43.28052],[3.10675,43.24083],[3.15475,43.19419],[2.90625,43.19383],[2.90675,42.76189],[2.94613,42.76208],[2.9465,42.61516],[2.99238,42.61497],[2.99238,42.5125],[3.041,42.51259],[3.04121,42.50093],[3.09086,42.50082],[3.14769,42.40072]],[[6.35945,43.02321],[6.42477,43.02444],[6.45244,43.03504],[6.46985,43.05461],[6.51121,43.05765],[6.52156,43.04318],[6.48364,43.02444],[6.47179,43.00725],[6.41178,42.9918],[6.39852,42.98048],[6.35178,42.99905],[6.35945,43.02321]]],terms_url:"https://wiki.openstreetmap.org/wiki/WikiProject_France/G%C3%A9oLittoral",terms_text:"Ortho Littorale V2 - MEDDE"},{id:"lu.geoportail.opendata.ortho_10cm_proto_lidar",name:"geoportail.lu LIDAR prototype Nordstad 2017",type:"tms",template:"http://{switch:wmts1,wmts2}.geoportail.lu/opendata/wmts/ortho_10cm_proto_lidar/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2017-04-09T00:00:00.000Z",startDate:"2017-04-09T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[6.05001,49.82175],[6.04979,49.91166],[6.18901,49.91172],[6.18897,49.82181],[6.05001,49.82175]]],terms_url:"https://act.public.lu/fr/cartographie/lidar",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"Geoportal2-PL-aerial_image",name:"Geoportal 2: Orthophotomap (aerial image)",type:"wms",template:"http://mapy.geoportal.gov.pl/wss/service/img/guest/ORTO/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Raster&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}{header(User-Agent,Mozilla/5.0 (JOSM)}",projection:"EPSG:4326",scaleExtent:[0,23],polygon:[[[15.9751,54.37092],[16.31116,54.55618],[17.13919,54.78457],[18.34485,54.90227],[19.66137,54.47372],[20.28152,54.42135],[21.46639,54.34064],[22.77599,54.37698],[22.8626,54.42336],[23.29567,54.26786],[23.53472,54.09553],[23.52086,53.97752],[23.71834,53.46296],[23.92968,53.18567],[23.92968,52.68873],[23.7322,52.60675],[23.5659,52.58781],[23.20905,52.33026],[23.19519,52.23701],[23.50354,52.18606],[23.69062,52.00301],[23.59708,51.7399],[23.66291,51.38886],[23.9366,50.98278],[24.16873,50.86048],[24.01975,50.80358],[24.10983,50.66105],[24.05786,50.41884],[23.61787,50.30834],[22.68244,49.51635],[22.73788,49.20949],[22.90417,49.07804],[22.8626,48.99401],[22.60969,49.03718],[22.07615,49.20044],[21.84749,49.37219],[21.37631,49.44883],[21.10262,49.37219],[20.91207,49.3022],[20.6453,49.39023],[20.18451,49.33156],[20.11869,49.20044],[19.942,49.13021],[19.76531,49.21176],[19.74798,49.39925],[19.60247,49.41503],[19.50893,49.58154],[19.42925,49.59052],[19.23177,49.41503],[18.99618,49.38798],[18.93382,49.4916],[18.83681,49.49386],[18.80216,49.66234],[18.6428,49.70941],[18.52154,49.89947],[18.08154,50.01092],[17.88753,49.98865],[17.73855,50.06877],[17.6069,50.17096],[17.74548,50.21532],[17.71084,50.3017],[17.41635,50.26407],[16.94864,50.44533],[16.89321,50.40339],[17.00061,50.31055],[17.01793,50.22419],[16.81352,50.18649],[16.64029,50.09767],[16.43242,50.28621],[16.19683,50.42767],[16.42203,50.58852],[16.33888,50.66324],[16.22802,50.63688],[16.05479,50.61271],[15.57322,50.76415],[15.26834,50.89764],[15.24409,50.9806],[15.02929,51.0133],[15.00157,50.85829],[14.81102,50.87359],[14.95653,51.07212],[15.01889,51.29146],[14.93921,51.46015],[14.72094,51.55718],[14.75212,51.62606],[14.59968,51.84276],[14.70362,52.07334],[14.55811,52.24974],[14.51654,52.42544],[14.60315,52.58781],[14.11465,52.82083],[14.15276,52.9734],[14.35024,53.07342],[14.42299,53.26656],[14.1978,53.87348],[14.22205,53.99585],[15.9751,54.37092]]],terms_url:"http://geoportal.gov.pl/web/guest/regulamin",terms_text:"Główny Urząd Geodezji i Kartografii",best:true,icon:"https://wiki.openstreetmap.org/w/images/2/25/Geoportal-josm.png"},{id:"Geoportal2-PL-prng",name:"Geoportal 2: PRNG (geo names)",type:"wms",template:"http://mapy.geoportal.gov.pl/wss/service/pub/guest/G2_PRNG_WMS/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=PozostaleObiektyFizjograficzne,Hydrografia,PozostaleMiejscowosci,Wies,UksztaltowanieTerenu&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}{header(User-Agent,Mozilla/5.0 (JOSM)}",projection:"EPSG:4326",polygon:[[[15.9751,54.37092],[16.31116,54.55618],[17.13919,54.78457],[18.34485,54.90227],[19.66137,54.47372],[20.28152,54.42135],[21.46639,54.34064],[22.77599,54.37698],[22.8626,54.42336],[23.29567,54.26786],[23.53472,54.09553],[23.52086,53.97752],[23.71834,53.46296],[23.92968,53.18567],[23.92968,52.68873],[23.7322,52.60675],[23.5659,52.58781],[23.20905,52.33026],[23.19519,52.23701],[23.50354,52.18606],[23.69062,52.00301],[23.59708,51.7399],[23.66291,51.38886],[23.9366,50.98278],[24.16873,50.86048],[24.01975,50.80358],[24.10983,50.66105],[24.05786,50.41884],[23.61787,50.30834],[22.68244,49.51635],[22.73788,49.20949],[22.90417,49.07804],[22.8626,48.99401],[22.60969,49.03718],[22.07615,49.20044],[21.84749,49.37219],[21.37631,49.44883],[21.10262,49.37219],[20.91207,49.3022],[20.6453,49.39023],[20.18451,49.33156],[20.11869,49.20044],[19.942,49.13021],[19.76531,49.21176],[19.74798,49.39925],[19.60247,49.41503],[19.50893,49.58154],[19.42925,49.59052],[19.23177,49.41503],[18.99618,49.38798],[18.93382,49.4916],[18.83681,49.49386],[18.80216,49.66234],[18.6428,49.70941],[18.52154,49.89947],[18.08154,50.01092],[17.88753,49.98865],[17.73855,50.06877],[17.6069,50.17096],[17.74548,50.21532],[17.71084,50.3017],[17.41635,50.26407],[16.94864,50.44533],[16.89321,50.40339],[17.00061,50.31055],[17.01793,50.22419],[16.81352,50.18649],[16.64029,50.09767],[16.43242,50.28621],[16.19683,50.42767],[16.42203,50.58852],[16.33888,50.66324],[16.22802,50.63688],[16.05479,50.61271],[15.57322,50.76415],[15.26834,50.89764],[15.24409,50.9806],[15.02929,51.0133],[15.00157,50.85829],[14.81102,50.87359],[14.95653,51.07212],[15.01889,51.29146],[14.93921,51.46015],[14.72094,51.55718],[14.75212,51.62606],[14.59968,51.84276],[14.70362,52.07334],[14.55811,52.24974],[14.51654,52.42544],[14.60315,52.58781],[14.11465,52.82083],[14.15276,52.9734],[14.35024,53.07342],[14.42299,53.26656],[14.1978,53.87348],[14.22205,53.99585],[15.9751,54.37092]]],terms_url:"http://www.codgik.gov.pl/index.php/darmowe-dane/prng.html",terms_text:"Centralny Ośrodek Dokumentacji Geodezyjnej i Kartograficznej",icon:"https://wiki.openstreetmap.org/w/images/2/25/Geoportal-josm.png",overlay:true},{id:"Geoportal-PL-aerial_image",name:"Geoportal.gov.pl (Orthophotomap)",type:"tms",template:"https://wms.misek.pl/geoportal.orto/tms/{zoom}/{x}/{y}",scaleExtent:[6,24],polygon:[[[15.9751,54.37092],[16.31116,54.55618],[17.13919,54.78457],[18.34485,54.90227],[19.66137,54.47372],[20.28152,54.42135],[21.46639,54.34064],[22.77599,54.37698],[22.8626,54.42336],[23.29567,54.26786],[23.53472,54.09553],[23.52086,53.97752],[23.71834,53.46296],[23.92968,53.18567],[23.92968,52.68873],[23.7322,52.60675],[23.5659,52.58781],[23.20905,52.33026],[23.19519,52.23701],[23.50354,52.18606],[23.69062,52.00301],[23.59708,51.7399],[23.66291,51.38886],[23.9366,50.98278],[24.16873,50.86048],[24.01975,50.80358],[24.10983,50.66105],[24.05786,50.41884],[23.61787,50.30834],[22.68244,49.51635],[22.73788,49.20949],[22.90417,49.07804],[22.8626,48.99401],[22.60969,49.03718],[22.07615,49.20044],[21.84749,49.37219],[21.37631,49.44883],[21.10262,49.37219],[20.91207,49.3022],[20.6453,49.39023],[20.18451,49.33156],[20.11869,49.20044],[19.942,49.13021],[19.76531,49.21176],[19.74798,49.39925],[19.60247,49.41503],[19.50893,49.58154],[19.42925,49.59052],[19.23177,49.41503],[18.99618,49.38798],[18.93382,49.4916],[18.83681,49.49386],[18.80216,49.66234],[18.6428,49.70941],[18.52154,49.89947],[18.08154,50.01092],[17.88753,49.98865],[17.73855,50.06877],[17.6069,50.17096],[17.74548,50.21532],[17.71084,50.3017],[17.41635,50.26407],[16.94864,50.44533],[16.89321,50.40339],[17.00061,50.31055],[17.01793,50.22419],[16.81352,50.18649],[16.64029,50.09767],[16.43242,50.28621],[16.19683,50.42767],[16.42203,50.58852],[16.33888,50.66324],[16.22802,50.63688],[16.05479,50.61271],[15.57322,50.76415],[15.26834,50.89764],[15.24409,50.9806],[15.02929,51.0133],[15.00157,50.85829],[14.81102,50.87359],[14.95653,51.07212],[15.01889,51.29146],[14.93921,51.46015],[14.72094,51.55718],[14.75212,51.62606],[14.59968,51.84276],[14.70362,52.07334],[14.55811,52.24974],[14.51654,52.42544],[14.60315,52.58781],[14.11465,52.82083],[14.15276,52.9734],[14.35024,53.07342],[14.42299,53.26656],[14.1978,53.87348],[14.22205,53.99585],[15.9751,54.37092]]],terms_text:"Copyright © Główny Urząd Geodezji i Kartografii.",best:true,icon:"https://i.imgur.com/aFlvMpM.png"},{id:"girau_do_pnciano",name:"Girau do Ponciano",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Girau%20do%20Ponciano&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.78013,-9.92939],[-36.78087,-9.83892],[-36.87233,-9.83917],[-36.87173,-9.90542],[-36.87037,-9.92989],[-36.86156,-9.92994],[-36.85566,-9.92981],[-36.85146,-9.92973],[-36.84575,-9.92977],[-36.83213,-9.92967],[-36.81456,-9.9296],[-36.78013,-9.92939]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Gliwice-buildings",name:"Gliwice: Buildings",type:"wms",template:"http://185.60.246.14:9090/isdp/gs/ows?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=default:EGIB_budynek,default:pkt_adr&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[18.57376,50.34828],[18.58723,50.35464],[18.58421,50.3601],[18.59264,50.37522],[18.65228,50.38297],[18.67384,50.37675],[18.67672,50.36174],[18.69218,50.34467],[18.70805,50.33799],[18.74154,50.3391],[18.75145,50.33046],[18.74679,50.31236],[18.75512,50.30193],[18.76358,50.29989],[18.76539,50.26873],[18.744,50.26541],[18.73482,50.25377],[18.72775,50.22843],[18.71439,50.22835],[18.71426,50.21978],[18.67522,50.21969],[18.67607,50.22562],[18.65098,50.23169],[18.6288,50.22539],[18.61744,50.24044],[18.62699,50.24369],[18.6315,50.25487],[18.61406,50.2576],[18.60319,50.25206],[18.56536,50.24763],[18.54841,50.2492],[18.55857,50.2826],[18.5459,50.29947],[18.52896,50.33687],[18.55118,50.35332],[18.57376,50.34828]]],terms_text:"Urząd Miasta Gliwice"},{id:"GRAFCAN-Canary_Islands",name:"GRAFCAN - Canary Islands",type:"wms",template:"https://idecan1.grafcan.es/ServicioWMS/OrtoUrb?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OU&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[-17.92917,28.89106],[-18.03334,28.79981],[-18.03743,28.73178],[-17.87811,28.43224],[-17.83113,28.41787],[-17.72696,28.56328],[-17.73105,28.67982],[-17.68407,28.73715],[-17.75352,28.86781],[-17.85768,28.86065],[-17.92917,28.89106]],[[-18.07818,27.77211],[-18.13707,27.78751],[-18.17054,27.76441],[-18.1779,27.70695],[-18.15782,27.68799],[-18.0581,27.6791],[-18.00656,27.62574],[-17.96105,27.62218],[-17.93896,27.70814],[-17.90751,27.7194],[-17.86199,27.80468],[-17.8727,27.84079],[-17.92558,27.86801],[-18.00522,27.83605],[-18.01392,27.8035],[-18.07818,27.77211]],[[-17.26878,28.23996],[-17.33403,28.21933],[-17.36331,28.1537],[-17.36666,28.08803],[-17.33069,28.04742],[-17.27296,28.00681],[-17.20017,28.00533],[-17.14412,28.02896],[-17.07803,28.0836],[-17.08723,28.1537],[-17.1826,28.2149],[-17.26878,28.23996]],[[-16.9358,28.37623],[-16.945,28.33574],[-16.71995,27.98317],[-16.62541,27.98317],[-16.52753,28.01641],[-16.39953,28.14632],[-16.33594,28.30922],[-16.33009,28.36445],[-16.10253,28.52408],[-16.09834,28.5814],[-16.14268,28.62547],[-16.33929,28.59609],[-16.43801,28.53143],[-16.53924,28.44025],[-16.83959,28.41229],[-16.9358,28.37623]],[[-15.68833,28.20585],[-15.47395,28.16437],[-15.42427,28.21046],[-15.36283,28.17244],[-15.38375,28.05598],[-15.33146,27.98444],[-15.3576,27.8042],[-15.5916,27.69777],[-15.7001,27.73365],[-15.79944,27.80305],[-15.87134,27.92439],[-15.84781,28.03637],[-15.74716,28.08943],[-15.73147,28.18396],[-15.68833,28.20585]],[[-14.50882,28.13448],[-14.41078,28.13448],[-14.24868,28.24278],[-14.23822,28.34637],[-14.03953,28.73911],[-13.89442,28.78265],[-13.78592,28.77692],[-13.82122,28.38433],[-13.91534,28.19095],[-14.18593,28.13563],[-14.30881,28.00529],[-14.54019,28.05144],[-14.50882,28.13448]],[[-13.5525,29.37727],[-13.50868,29.36824],[-13.47955,29.38728],[-13.47543,29.40963],[-13.5003,29.42807],[-13.5505,29.40712],[-13.5525,29.37727]],[[-13.3976,29.16102],[-13.42814,29.12157],[-13.44174,28.99084],[-13.53899,28.91947],[-13.70841,28.88468],[-13.77116,28.80865],[-13.90083,28.83522],[-13.90711,28.88926],[-13.85796,28.93686],[-13.85691,29.03657],[-13.67599,29.14988],[-13.56723,29.15719],[-13.55428,29.35073],[-13.39988,29.21806],[-13.3976,29.16102]],[[-13.33792,29.28667],[-13.35035,29.27436],[-13.3386,29.26533],[-13.32617,29.27765],[-13.33792,29.28667]]],terms_text:"GRAFCAN OrtoExpress Urbana 2009"},{id:"GRAFCAN_Express-Canary_Islands",name:"GRAFCAN Express - Canary Islands",type:"wms",template:"https://idecan1.grafcan.es/ServicioWMS/OrtoExpress?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=ortoexpress&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[-17.92917,28.89106],[-18.03334,28.79981],[-18.03743,28.73178],[-17.87811,28.43224],[-17.83113,28.41787],[-17.72696,28.56328],[-17.73105,28.67982],[-17.68407,28.73715],[-17.75352,28.86781],[-17.85768,28.86065],[-17.92917,28.89106]],[[-18.07818,27.77211],[-18.13707,27.78751],[-18.17054,27.76441],[-18.1779,27.70695],[-18.15782,27.68799],[-18.0581,27.6791],[-18.00656,27.62574],[-17.96105,27.62218],[-17.93896,27.70814],[-17.90751,27.7194],[-17.86199,27.80468],[-17.8727,27.84079],[-17.92558,27.86801],[-18.00522,27.83605],[-18.01392,27.8035],[-18.07818,27.77211]],[[-17.26878,28.23996],[-17.33403,28.21933],[-17.36331,28.1537],[-17.36666,28.08803],[-17.33069,28.04742],[-17.27296,28.00681],[-17.20017,28.00533],[-17.14412,28.02896],[-17.07803,28.0836],[-17.08723,28.1537],[-17.1826,28.2149],[-17.26878,28.23996]],[[-16.9358,28.37623],[-16.945,28.33574],[-16.71995,27.98317],[-16.62541,27.98317],[-16.52753,28.01641],[-16.39953,28.14632],[-16.33594,28.30922],[-16.33009,28.36445],[-16.10253,28.52408],[-16.09834,28.5814],[-16.14268,28.62547],[-16.33929,28.59609],[-16.43801,28.53143],[-16.53924,28.44025],[-16.83959,28.41229],[-16.9358,28.37623]],[[-15.68833,28.20585],[-15.47395,28.16437],[-15.42427,28.21046],[-15.36283,28.17244],[-15.38375,28.05598],[-15.33146,27.98444],[-15.3576,27.8042],[-15.5916,27.69777],[-15.7001,27.73365],[-15.79944,27.80305],[-15.87134,27.92439],[-15.84781,28.03637],[-15.74716,28.08943],[-15.73147,28.18396],[-15.68833,28.20585]],[[-14.50882,28.13448],[-14.41078,28.13448],[-14.24868,28.24278],[-14.23822,28.34637],[-14.03953,28.73911],[-13.89442,28.78265],[-13.78592,28.77692],[-13.82122,28.38433],[-13.91534,28.19095],[-14.18593,28.13563],[-14.30881,28.00529],[-14.54019,28.05144],[-14.50882,28.13448]],[[-13.5525,29.37727],[-13.50868,29.36824],[-13.47955,29.38728],[-13.47543,29.40963],[-13.5003,29.42807],[-13.5505,29.40712],[-13.5525,29.37727]],[[-13.3976,29.16102],[-13.42814,29.12157],[-13.44174,28.99084],[-13.53899,28.91947],[-13.70841,28.88468],[-13.77116,28.80865],[-13.90083,28.83522],[-13.90711,28.88926],[-13.85796,28.93686],[-13.85691,29.03657],[-13.67599,29.14988],[-13.56723,29.15719],[-13.55428,29.35073],[-13.39988,29.21806],[-13.3976,29.16102]],[[-13.33792,29.28667],[-13.35035,29.27436],[-13.3386,29.26533],[-13.32617,29.27765],[-13.33792,29.28667]]],terms_text:"GRAFCAN OrtoExpress"},{id:"GrandNancy_Orthophotographie_2012",name:"GrandNancy - Orthophoto - 2012",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/nancy_2012/{zoom}/{x}/{y}",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[6.06066,48.60554],[6.29717,48.59923],[6.30611,48.74077],[6.06896,48.7471],[6.06066,48.60554]]],terms_url:"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie",terms_text:"GrandNancy Orthophotographie 2012"},{id:"GURS-buildings",name:"GURS: Building outlines",type:"tms",template:"http://wms.openstreetmap.de/tms/GURS-building-outlines/{zoom}/{x}/{y}.png",scaleExtent:[8,19],polygon:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.58846,45.46171],[13.45377,45.59765],[13.62822,45.64153],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]],terms_url:"http://egp.gu.gov.si/",terms_text:"CC-BY ©2018 Geodetska uprava Republike Slovenije (gu.gov.si).",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/si/GURSRoadlines.png",overlay:true},{id:"GURS-roads",name:"GURS: Road lines",type:"tms",template:"http://wms.openstreetmap.de/tms/GURS-road-lines/{zoom}/{x}/{y}.png",scaleExtent:[8,19],polygon:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.58846,45.46171],[13.45377,45.59765],[13.62822,45.64153],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]],terms_url:"http://egp.gu.gov.si/",terms_text:"CC-BY ©2018 Geodetska uprava Republike Slovenije (gu.gov.si).",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/si/GURSRoadlines.png",overlay:true},{id:"hamburg-20cm",name:"Hamburg (20 cm)",type:"wms",template:"https://geodienste.hamburg.de/HH_WMS_DOP20?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[8.4826,53.9356],[8.48274,53.90924],[8.5275,53.90941],[8.52792,53.93577],[8.4826,53.9356]],[[9.77232,53.54352],[9.77434,53.55433],[9.76314,53.55521],[9.73047,53.55787],[9.73465,53.56536],[9.75793,53.61828],[9.77129,53.63131],[9.7707,53.61607],[9.79634,53.6103],[9.78993,53.60386],[9.81817,53.58591],[9.83773,53.59198],[9.84498,53.59498],[9.85416,53.59805],[9.86814,53.6093],[9.86931,53.61323],[9.88505,53.62199],[9.88697,53.6252],[9.89356,53.63026],[9.89637,53.63122],[9.89688,53.63492],[9.90678,53.65231],[9.93115,53.65262],[9.94552,53.65276],[9.95024,53.65085],[9.95155,53.65065],[9.97795,53.64887],[9.98492,53.6483],[9.98739,53.65072],[9.9996,53.68153],[10.02282,53.68157],[10.04338,53.68198],[10.05148,53.67759],[10.06925,53.67955],[10.0604,53.68833],[10.071,53.69585],[10.0707,53.70996],[10.08198,53.72044],[10.11908,53.71324],[10.16939,53.73896],[10.19369,53.731],[10.1779,53.70992],[10.15694,53.70451],[10.15829,53.68944],[10.14342,53.68057],[10.14176,53.67744],[10.14473,53.67613],[10.14643,53.67588],[10.14955,53.67545],[10.17153,53.66869],[10.19885,53.64675],[10.18973,53.63838],[10.22202,53.63349],[10.18887,53.61316],[10.19236,53.59474],[10.20117,53.58392],[10.15169,53.57619],[10.15067,53.56973],[10.148,53.5639],[10.15308,53.56242],[10.15942,53.56091],[10.15189,53.5417],[10.15465,53.53657],[10.16874,53.5374],[10.16327,53.52185],[10.16611,53.52013],[10.16919,53.51965],[10.18951,53.51148],[10.21043,53.51996],[10.21828,53.49923],[10.2367,53.49629],[10.25008,53.47898],[10.26592,53.47079],[10.29043,53.45512],[10.30962,53.44309],[10.31223,53.45229],[10.32514,53.44979],[10.30799,53.43332],[10.25598,53.41623],[10.25089,53.41024],[10.24578,53.40261],[10.24155,53.39797],[10.16555,53.39933],[10.14506,53.41614],[10.10949,53.42649],[10.1068,53.42658],[10.07581,53.45436],[10.05155,53.46394],[10.03517,53.4469],[10.01449,53.44203],[10.02294,53.43228],[9.99754,53.42546],[9.98243,53.41478],[9.97873,53.4142],[9.9581,53.42708],[9.92953,53.42007],[9.92552,53.41924],[9.90667,53.41596],[9.92305,53.43631],[9.91704,53.44664],[9.90436,53.45707],[9.89493,53.45583],[9.86885,53.44462],[9.86211,53.42942],[9.84872,53.44111],[9.80663,53.46648],[9.80021,53.47372],[9.8028,53.49383],[9.78203,53.49236],[9.76885,53.5053],[9.77107,53.52185],[9.78105,53.51838],[9.77352,53.52796],[9.77232,53.54352]]],terms_url:"https://www.hamburg.de/bsw/landesbetrieb-geoinformation-und-vermessung",terms_text:"Freie und Hansestadt Hamburg, Landesbetrieb Geoinformation und Vermessung"},{id:"Hamburg-DK5",name:"Hamburg (DK5)",type:"wms",template:"https://geodienste.hamburg.de/HH_WMS_DK5?FORMAT=image/png&TRANSPARENT=false&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[8.4826,53.9356],[8.48274,53.90924],[8.5275,53.90941],[8.52792,53.93577],[8.4826,53.9356]],[[9.77232,53.54352],[9.77434,53.55433],[9.76314,53.55521],[9.73047,53.55787],[9.73465,53.56536],[9.75793,53.61828],[9.77129,53.63131],[9.7707,53.61607],[9.79634,53.6103],[9.78993,53.60386],[9.81817,53.58591],[9.83773,53.59198],[9.84498,53.59498],[9.85416,53.59805],[9.86814,53.6093],[9.86931,53.61323],[9.88505,53.62199],[9.88697,53.6252],[9.89356,53.63026],[9.89637,53.63122],[9.89688,53.63492],[9.90678,53.65231],[9.93115,53.65262],[9.94552,53.65276],[9.95024,53.65085],[9.95155,53.65065],[9.97795,53.64887],[9.98492,53.6483],[9.98739,53.65072],[9.9996,53.68153],[10.02282,53.68157],[10.04338,53.68198],[10.05148,53.67759],[10.06925,53.67955],[10.0604,53.68833],[10.071,53.69585],[10.0707,53.70996],[10.08198,53.72044],[10.11908,53.71324],[10.16939,53.73896],[10.19369,53.731],[10.1779,53.70992],[10.15694,53.70451],[10.15829,53.68944],[10.14342,53.68057],[10.14176,53.67744],[10.14473,53.67613],[10.14643,53.67588],[10.14955,53.67545],[10.17153,53.66869],[10.19885,53.64675],[10.18973,53.63838],[10.22202,53.63349],[10.18887,53.61316],[10.19236,53.59474],[10.20117,53.58392],[10.15169,53.57619],[10.15067,53.56973],[10.148,53.5639],[10.15308,53.56242],[10.15942,53.56091],[10.15189,53.5417],[10.15465,53.53657],[10.16874,53.5374],[10.16327,53.52185],[10.16611,53.52013],[10.16919,53.51965],[10.18951,53.51148],[10.21043,53.51996],[10.21828,53.49923],[10.2367,53.49629],[10.25008,53.47898],[10.26592,53.47079],[10.29043,53.45512],[10.30962,53.44309],[10.31223,53.45229],[10.32514,53.44979],[10.30799,53.43332],[10.25598,53.41623],[10.25089,53.41024],[10.24578,53.40261],[10.24155,53.39797],[10.16555,53.39933],[10.14506,53.41614],[10.10949,53.42649],[10.1068,53.42658],[10.07581,53.45436],[10.05155,53.46394],[10.03517,53.4469],[10.01449,53.44203],[10.02294,53.43228],[9.99754,53.42546],[9.98243,53.41478],[9.97873,53.4142],[9.9581,53.42708],[9.92953,53.42007],[9.92552,53.41924],[9.90667,53.41596],[9.92305,53.43631],[9.91704,53.44664],[9.90436,53.45707],[9.89493,53.45583],[9.86885,53.44462],[9.86211,53.42942],[9.84872,53.44111],[9.80663,53.46648],[9.80021,53.47372],[9.8028,53.49383],[9.78203,53.49236],[9.76885,53.5053],[9.77107,53.52185],[9.78105,53.51838],[9.77352,53.52796],[9.77232,53.54352]]],terms_url:"https://www.hamburg.de/bsw/landesbetrieb-geoinformation-und-vermessung",terms_text:"Freie und Hansestadt Hamburg, Landesbetrieb Geoinformation und Vermessung"},{id:"Hampshire-Aerial-FCIR",name:"Hampshire Aerial FCIR",type:"tms",template:"https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_fcir/{zoom}/{x}/{y}.png",endDate:"2014-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[8,20],polygon:[[[-1.31567,50.77809],[-1.49139,50.73027],[-1.57113,50.69041],[-1.68095,50.71748],[-1.69338,50.73484],[-1.69528,50.74065],[-1.68689,50.74999],[-1.71068,50.74812],[-1.7195,50.75261],[-1.746,50.74452],[-1.74845,50.75675],[-1.74287,50.76397],[-1.75101,50.77577],[-1.78525,50.76177],[-1.79911,50.77236],[-1.82256,50.77225],[-1.82678,50.78077],[-1.8225,50.79933],[-1.80732,50.80074],[-1.81566,50.80752],[-1.80889,50.81358],[-1.80579,50.83249],[-1.79816,50.83535],[-1.80649,50.84414],[-1.80988,50.86189],[-1.81378,50.85591],[-1.83052,50.85261],[-1.85271,50.85651],[-1.85655,50.86684],[-1.8492,50.87802],[-1.85082,50.89178],[-1.84077,50.90051],[-1.82693,50.89939],[-1.82006,50.90492],[-1.82151,50.91691],[-1.81689,50.92412],[-1.84114,50.92886],[-1.87446,50.91441],[-1.91129,50.9439],[-1.92339,50.95917],[-1.95751,50.97575],[-1.9591,50.99152],[-1.94907,50.98649],[-1.92879,51.00055],[-1.88709,51.0026],[-1.87393,51.0097],[-1.8717,50.99083],[-1.85433,51.00786],[-1.83567,51.01238],[-1.81502,50.9899],[-1.80031,50.99457],[-1.75184,50.98133],[-1.71927,50.98047],[-1.69142,50.95943],[-1.66829,50.95041],[-1.6526,50.95029],[-1.63536,50.96269],[-1.62397,50.95903],[-1.6089,50.97686],[-1.62172,50.98099],[-1.63115,50.99984],[-1.60984,51.01225],[-1.60173,51.01042],[-1.60787,51.01582],[-1.6057,51.02271],[-1.63542,51.03176],[-1.63858,51.04126],[-1.63107,51.07819],[-1.64025,51.09201],[-1.6306,51.10359],[-1.63408,51.11099],[-1.63067,51.11652],[-1.64109,51.12237],[-1.66525,51.12546],[-1.65724,51.15539],[-1.67474,51.177],[-1.67213,51.18708],[-1.69679,51.20233],[-1.69247,51.21617],[-1.65288,51.22301],[-1.63564,51.22019],[-1.62395,51.24136],[-1.61402,51.24467],[-1.60741,51.25513],[-1.57717,51.25863],[-1.54443,51.24826],[-1.5384,51.25085],[-1.53436,51.25919],[-1.54345,51.25957],[-1.54007,51.27602],[-1.54596,51.28095],[-1.53591,51.28978],[-1.52595,51.28975],[-1.53093,51.29948],[-1.53008,51.3111],[-1.53628,51.31596],[-1.52986,51.34057],[-1.51552,51.34219],[-1.49498,51.33228],[-1.43599,51.33861],[-1.44759,51.3464],[-1.4463,51.35699],[-1.43056,51.35941],[-1.41608,51.37517],[-1.34899,51.37045],[-1.31472,51.37627],[-1.27555,51.3707],[-1.25116,51.37511],[-1.24118,51.36938],[-1.22209,51.37271],[-1.17602,51.36102],[-1.14321,51.36028],[-1.11875,51.36156],[-1.12096,51.36859],[-1.11678,51.3767],[-1.08363,51.38712],[-1.04754,51.36122],[-0.9904,51.36619],[-0.97264,51.36297],[-0.92376,51.36937],[-0.87681,51.3555],[-0.86549,51.35947],[-0.82728,51.35574],[-0.81122,51.34418],[-0.78322,51.34084],[-0.76325,51.32721],[-0.76005,51.32013],[-0.74183,51.31112],[-0.72842,51.28238],[-0.72631,51.25653],[-0.73713,51.23126],[-0.74898,51.2277],[-0.77712,51.23901],[-0.80193,51.23628],[-0.80611,51.24056],[-0.82491,51.23137],[-0.82701,51.22315],[-0.84493,51.20998],[-0.82268,51.18268],[-0.83042,51.15022],[-0.81952,51.15047],[-0.80504,51.15847],[-0.79382,51.15491],[-0.78879,51.14141],[-0.77846,51.13664],[-0.77813,51.13063],[-0.76654,51.11946],[-0.74365,51.11491],[-0.74715,51.10131],[-0.75411,51.10116],[-0.75122,51.09547],[-0.75506,51.08987],[-0.75076,51.0852],[-0.7785,51.07715],[-0.78645,51.06467],[-0.79954,51.06078],[-0.82645,51.05881],[-0.83646,51.0664],[-0.84519,51.06052],[-0.8499,51.0436],[-0.89485,51.01978],[-0.89065,51.00194],[-0.90461,50.99327],[-0.91461,50.97806],[-0.91278,50.9708],[-0.93246,50.94278],[-0.92119,50.9232],[-0.93793,50.91615],[-0.95132,50.89178],[-0.92368,50.86513],[-0.92976,50.85365],[-0.92903,50.84245],[-0.94342,50.82191],[-0.9299,50.78445],[-0.93275,50.77435],[-0.95347,50.73682],[-1.31567,50.77809]]]},{id:"Hampshire-Aerial-RGB",name:"Hampshire Aerial RGB",type:"tms",template:"https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_rgb/{zoom}/{x}/{y}.png",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[8,20],polygon:[[[-1.31567,50.77809],[-1.49139,50.73027],[-1.57113,50.69041],[-1.68095,50.71748],[-1.69338,50.73484],[-1.69528,50.74065],[-1.68689,50.74999],[-1.71068,50.74812],[-1.7195,50.75261],[-1.746,50.74452],[-1.74845,50.75675],[-1.74287,50.76397],[-1.75101,50.77577],[-1.78525,50.76177],[-1.79911,50.77236],[-1.82256,50.77225],[-1.82678,50.78077],[-1.8225,50.79933],[-1.80732,50.80074],[-1.81566,50.80752],[-1.80889,50.81358],[-1.80579,50.83249],[-1.79816,50.83535],[-1.80649,50.84414],[-1.80988,50.86189],[-1.81378,50.85591],[-1.83052,50.85261],[-1.85271,50.85651],[-1.85655,50.86684],[-1.8492,50.87802],[-1.85082,50.89178],[-1.84077,50.90051],[-1.82693,50.89939],[-1.82006,50.90492],[-1.82151,50.91691],[-1.81689,50.92412],[-1.84114,50.92886],[-1.87446,50.91441],[-1.91129,50.9439],[-1.92339,50.95917],[-1.95751,50.97575],[-1.9591,50.99152],[-1.94907,50.98649],[-1.92879,51.00055],[-1.88709,51.0026],[-1.87393,51.0097],[-1.8717,50.99083],[-1.85433,51.00786],[-1.83567,51.01238],[-1.81502,50.9899],[-1.80031,50.99457],[-1.75184,50.98133],[-1.71927,50.98047],[-1.69142,50.95943],[-1.66829,50.95041],[-1.6526,50.95029],[-1.63536,50.96269],[-1.62397,50.95903],[-1.6089,50.97686],[-1.62172,50.98099],[-1.63115,50.99984],[-1.60984,51.01225],[-1.60173,51.01042],[-1.60787,51.01582],[-1.6057,51.02271],[-1.63542,51.03176],[-1.63858,51.04126],[-1.63107,51.07819],[-1.64025,51.09201],[-1.6306,51.10359],[-1.63408,51.11099],[-1.63067,51.11652],[-1.64109,51.12237],[-1.66525,51.12546],[-1.65724,51.15539],[-1.67474,51.177],[-1.67213,51.18708],[-1.69679,51.20233],[-1.69247,51.21617],[-1.65288,51.22301],[-1.63564,51.22019],[-1.62395,51.24136],[-1.61402,51.24467],[-1.60741,51.25513],[-1.57717,51.25863],[-1.54443,51.24826],[-1.5384,51.25085],[-1.53436,51.25919],[-1.54345,51.25957],[-1.54007,51.27602],[-1.54596,51.28095],[-1.53591,51.28978],[-1.52595,51.28975],[-1.53093,51.29948],[-1.53008,51.3111],[-1.53628,51.31596],[-1.52986,51.34057],[-1.51552,51.34219],[-1.49498,51.33228],[-1.43599,51.33861],[-1.44759,51.3464],[-1.4463,51.35699],[-1.43056,51.35941],[-1.41608,51.37517],[-1.34899,51.37045],[-1.31472,51.37627],[-1.27555,51.3707],[-1.25116,51.37511],[-1.24118,51.36938],[-1.22209,51.37271],[-1.17602,51.36102],[-1.14321,51.36028],[-1.11875,51.36156],[-1.12096,51.36859],[-1.11678,51.3767],[-1.08363,51.38712],[-1.04754,51.36122],[-0.9904,51.36619],[-0.97264,51.36297],[-0.92376,51.36937],[-0.87681,51.3555],[-0.86549,51.35947],[-0.82728,51.35574],[-0.81122,51.34418],[-0.78322,51.34084],[-0.76325,51.32721],[-0.76005,51.32013],[-0.74183,51.31112],[-0.72842,51.28238],[-0.72631,51.25653],[-0.73713,51.23126],[-0.74898,51.2277],[-0.77712,51.23901],[-0.80193,51.23628],[-0.80611,51.24056],[-0.82491,51.23137],[-0.82701,51.22315],[-0.84493,51.20998],[-0.82268,51.18268],[-0.83042,51.15022],[-0.81952,51.15047],[-0.80504,51.15847],[-0.79382,51.15491],[-0.78879,51.14141],[-0.77846,51.13664],[-0.77813,51.13063],[-0.76654,51.11946],[-0.74365,51.11491],[-0.74715,51.10131],[-0.75411,51.10116],[-0.75122,51.09547],[-0.75506,51.08987],[-0.75076,51.0852],[-0.7785,51.07715],[-0.78645,51.06467],[-0.79954,51.06078],[-0.82645,51.05881],[-0.83646,51.0664],[-0.84519,51.06052],[-0.8499,51.0436],[-0.89485,51.01978],[-0.89065,51.00194],[-0.90461,50.99327],[-0.91461,50.97806],[-0.91278,50.9708],[-0.93246,50.94278],[-0.92119,50.9232],[-0.93793,50.91615],[-0.95132,50.89178],[-0.92368,50.86513],[-0.92976,50.85365],[-0.92903,50.84245],[-0.94342,50.82191],[-0.9299,50.78445],[-0.93275,50.77435],[-0.95347,50.73682],[-1.31567,50.77809]]]},{id:"hu-hillshade",name:"Hillshade Hungary",type:"tms",template:"https://{switch:a,b,c}.map.turistautak.hu/tiles/shading/{zoom}/{x}/{y}.png",scaleExtent:[0,18],polygon:[[[15,45],[24,45],[24,49],[15,49],[15,45]]],terms_text:"SRTM",overlay:true},{id:"IBGE_DF_Addresses",name:"IBGE Distrito Federal",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/wille/cirnnxni1000jg8nfppc8g7pm/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoicFNVWk5VWSJ9.hluCd0YGvYHNlFi_utWe2g",scaleExtent:[0,20],polygon:[[[-48.2444,-16.0508],[-48.2444,-15.5005],[-47.5695,-15.5005],[-47.5695,-16.0508],[-48.2444,-16.0508]]],terms_text:"IBGE",description:"Addresses data from IBGE",overlay:true},{id:"IBGE_Setores_Rurais",name:"IBGE Mapa de Setores Rurais",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/tmpsantos.i00mo1kj/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",scaleExtent:[0,14],polygon:[[[-69.94793,-4.23168],[-69.45659,-1.49119],[-69.3973,-1.36508],[-69.42989,-1.22173],[-69.39523,-1.12555],[-69.44292,-1.03351],[-69.41861,-0.99827],[-69.528,-0.92514],[-69.52577,-0.86807],[-69.62491,-0.74667],[-69.56179,-0.63692],[-69.60783,-0.5008],[-69.8446,-0.33732],[-69.92054,-0.32573],[-70.04323,-0.18998],[-70.04302,0.56359],[-69.80272,0.57162],[-69.6711,0.66759],[-69.60529,0.61328],[-69.59701,0.6542],[-69.48002,0.73577],[-69.35277,0.61416],[-69.28914,0.64997],[-69.29484,0.60389],[-69.19975,0.60591],[-69.19425,0.64982],[-69.11563,0.64484],[-69.19001,0.74056],[-69.14881,0.76751],[-69.13576,0.87204],[-69.18846,0.91324],[-69.1646,0.94156],[-69.21679,0.97245],[-69.19773,0.99974],[-69.24494,1.05655],[-69.37641,1.08794],[-69.42312,1.04265],[-69.60989,1.09826],[-69.67718,1.06994],[-69.70963,1.11817],[-69.84266,1.07272],[-69.83972,1.71893],[-69.78236,1.69244],[-69.53464,1.77691],[-69.39109,1.72935],[-68.1645,1.72945],[-68.19207,1.7797],[-68.23954,1.77044],[-68.22688,1.82918],[-68.28555,1.83084],[-68.19583,2.03479],[-68.18033,1.9767],[-68.14417,1.97854],[-68.09043,1.89774],[-67.90162,1.81165],[-67.76942,2.00924],[-67.55095,2.04769],[-67.49519,2.16312],[-67.39404,2.22894],[-67.32672,2.06387],[-67.33083,1.94158],[-67.22831,1.84127],[-67.15384,1.8315],[-67.15922,1.67504],[-67.08017,1.38546],[-67.13923,1.32002],[-67.08675,1.16704],[-66.85119,1.22896],[-66.31032,0.74494],[-66.19737,0.78161],[-66.07783,0.76174],[-66.07024,0.8123],[-65.96712,0.81511],[-65.88369,0.94159],[-65.77261,0.95859],[-65.7421,1.00125],[-65.58894,1.00471],[-65.49624,0.87415],[-65.60623,0.70748],[-65.54116,0.64881],[-65.44499,0.68921],[-65.39213,0.75692],[-65.41198,0.82415],[-65.32734,0.93596],[-65.21302,0.90282],[-65.1749,0.94131],[-65.15831,1.1246],[-65.07232,1.15303],[-65.06317,1.11205],[-65.01361,1.10905],[-64.97445,1.20288],[-64.90439,1.25153],[-64.86966,1.22713],[-64.80053,1.31527],[-64.74446,1.22569],[-64.5789,1.34041],[-64.52608,1.44322],[-64.43586,1.47006],[-64.3939,1.52901],[-64.35111,1.52921],[-64.34777,1.49508],[-64.41019,1.40301],[-64.33791,1.36134],[-64.3136,1.45617],[-64.19707,1.52071],[-64.0735,1.64902],[-64.05781,1.92899],[-63.97219,1.99194],[-63.83555,1.96644],[-63.71155,2.04645],[-63.66501,2.01861],[-63.6268,2.11222],[-63.56474,2.13571],[-63.44059,2.126],[-63.36742,2.26864],[-63.37088,2.41121],[-63.42123,2.45102],[-63.46036,2.39684],[-63.56398,2.44573],[-63.76805,2.43994],[-63.84358,2.4916],[-64.01914,2.46135],[-64.0573,2.49752],[-63.98033,2.7237],[-64.07709,2.87262],[-64.07156,2.92142],[-64.12349,2.99048],[-64.15754,2.98243],[-64.14592,3.03459],[-64.22642,3.12356],[-64.19795,3.20121],[-64.2444,3.43036],[-64.17437,3.56841],[-64.281,3.70928],[-64.54357,3.85713],[-64.72239,4.11775],[-64.80203,4.17422],[-64.81123,4.27048],[-64.69522,4.25323],[-64.623,4.135],[-64.5565,4.10529],[-64.164,4.127],[-63.964,3.868],[-63.928,3.925],[-63.85,3.95],[-63.682,3.908],[-63.676,4.019],[-63.591,3.886],[-63.497,3.84],[-63.489,3.874],[-63.434,3.865],[-63.428,3.977],[-63.204,3.952],[-63.226,3.836],[-63.103,3.794],[-63.059,3.748],[-63.081,3.694],[-62.96,3.608],[-62.835,3.739],[-62.743,3.674],[-62.729,3.805],[-62.788,3.894],[-62.753,4.032],[-62.555,4.019],[-62.552,4.109],[-62.437,4.183],[-62.14308,4.07768],[-62.071,4.126],[-62.076,4.154],[-61.982,4.181],[-61.93175,4.12009],[-61.92213,4.16126],[-61.824,4.164],[-61.802,4.229],[-61.724,4.27],[-61.56,4.252],[-61.508,4.322],[-61.513,4.406],[-61.288,4.458],[-61.323,4.535],[-61.217,4.536],[-61.14559,4.48016],[-61.095,4.522],[-60.994,4.519],[-60.932,4.587],[-60.949,4.653],[-60.899,4.717],[-60.751,4.756],[-60.591,4.927],[-60.661,5.164],[-60.73197,5.21203],[-60.434,5.182],[-60.20825,5.28346],[-60.172,5.227],[-60.135,5.249],[-60.094,5.14],[-59.96984,5.06334],[-60.02524,4.7065],[-60.0705,4.61688],[-60.15725,4.57247],[-60.16114,4.51773],[-59.79503,4.46554],[-59.66948,4.37629],[-59.7319,4.28587],[-59.73069,4.18076],[-59.61818,4.13166],[-59.65406,4.06943],[-59.58417,3.96851],[-59.5153,3.94493],[-59.59279,3.88538],[-59.59631,3.79386],[-59.66555,3.78126],[-59.66842,3.70277],[-59.86728,3.57776],[-59.80205,3.50156],[-59.8408,3.43174],[-59.80488,3.35695],[-59.907,3.212],[-59.98944,2.88185],[-59.99,2.686],[-59.895,2.482],[-59.89872,2.36245],[-59.72315,2.27614],[-59.751,1.859],[-59.677,1.839],[-59.663,1.871],[-59.69,1.757],[-59.539,1.723],[-59.381,1.507],[-59.329,1.514],[-59.327,1.464],[-59.284,1.45],[-59.253,1.389],[-58.978,1.302],[-58.918,1.317],[-58.886,1.261],[-58.912,1.239],[-58.82512,1.17127],[-58.73956,1.1999],[-58.69456,1.29732],[-58.49622,1.26796],[-58.45787,1.37145],[-58.50511,1.40317],[-58.50873,1.46295],[-58.38559,1.46999],[-58.39472,1.52651],[-58.32237,1.59702],[-58.236,1.54669],[-58.16064,1.56011],[-58.12942,1.4989],[-58.00423,1.50303],[-57.99009,1.65844],[-57.85206,1.66782],[-57.77431,1.72973],[-57.70509,1.73093],[-57.65042,1.68237],[-57.5376,1.7005],[-57.50187,1.78609],[-57.43776,1.82681],[-57.43343,1.90598],[-57.36768,1.92372],[-57.36912,1.95638],[-57.30712,1.99665],[-57.22923,1.93759],[-57.08668,2.02644],[-57.01421,1.91489],[-56.91971,1.93036],[-56.79793,1.85336],[-56.72096,1.92582],[-56.62145,1.94588],[-56.57976,1.90588],[-56.45126,1.95614],[-56.24404,1.87808],[-56.1709,1.90048],[-56.11762,1.85097],[-55.95638,1.84509],[-55.90385,1.88803],[-55.93635,1.98647],[-55.9031,2.04108],[-56.00307,2.1676],[-56.05505,2.18464],[-56.04288,2.22778],[-56.13887,2.26574],[-56.09012,2.37228],[-56.02181,2.34247],[-55.97052,2.52931],[-55.76663,2.45524],[-55.71028,2.39917],[-55.49971,2.44324],[-55.38533,2.41836],[-55.32019,2.51537],[-55.23474,2.50338],[-55.1234,2.56762],[-55.10302,2.52564],[-54.95424,2.58359],[-54.86846,2.43989],[-54.68917,2.45389],[-54.68861,2.32472],[-54.54667,2.31833],[-54.53778,2.26556],[-54.46861,2.21306],[-54.24917,2.14667],[-54.18056,2.1725],[-54.11083,2.11222],[-54.06139,2.19167],[-53.94083,2.21917],[-53.93194,2.27194],[-53.88667,2.26778],[-53.745,2.37389],[-53.73389,2.31222],[-53.52972,2.24917],[-53.45861,2.2575],[-53.32833,2.35333],[-53.21667,2.25333],[-53.27899,2.18603],[-53.11861,2.2225],[-52.99472,2.17528],[-52.90972,2.19583],[-52.84722,2.28556],[-52.67528,2.37389],[-52.59444,2.47389],[-52.54028,2.57028],[-52.56417,2.63944],[-52.43944,2.87778],[-52.39583,2.90222],[-52.33187,3.16938],[-52.21472,3.26833],[-51.97104,3.70696],[-51.92148,3.72422],[-51.922,3.7792],[-51.79731,3.88888],[-51.77783,3.97406],[-51.65867,4.05276],[-51.61325,4.17437],[-51.63716,4.50834],[-51.49427,4.67426],[-51.11466,4.42286],[-50.94232,4.20165],[-50.85475,3.92491],[-50.85507,3.45573],[-50.75331,2.94057],[-50.29908,2.33079],[-49.73896,1.79143],[-48.23746,-0.07449],[-44.84728,-1.07246],[-43.54602,-2.04705],[-43.24389,-2.12403],[-42.78189,-2.33053],[-41.78084,-2.51859],[-41.5085,-2.68486],[-40.66365,-2.63829],[-40.50396,-2.57531],[-39.8907,-2.65328],[-39.15187,-3.04444],[-38.57151,-3.48047],[-38.34306,-3.54434],[-38.21421,-3.74103],[-38.12555,-3.80544],[-37.90182,-4.07265],[-37.77934,-4.18046],[-37.63401,-4.24454],[-37.51218,-4.41535],[-37.22122,-4.51045],[-37.07874,-4.71355],[-36.91716,-4.71372],[-36.62299,-4.85815],[-36.18969,-4.88505],[-35.93627,-4.83327],[-35.56471,-4.90758],[-35.33677,-4.99239],[-35.17659,-5.12497],[-34.79469,-6.33583],[-34.71587,-6.74615],[-34.62306,-6.90323],[-34.59953,-7.11133],[-34.64374,-7.98735],[-34.81497,-8.62472],[-35.0253,-9.13761],[-35.55848,-9.81261],[-35.69663,-9.90026],[-35.96401,-10.31281],[-36.06155,-10.37447],[-36.26639,-10.64593],[-36.61764,-10.81082],[-36.78725,-10.95151],[-36.99511,-11.29602],[-37.11368,-11.41261],[-37.46002,-12.10275],[-37.89668,-12.75844],[-38.22146,-13.09717],[-38.61146,-13.26537],[-38.85337,-14.65508],[-38.74388,-15.60089],[-38.66456,-15.74741],[-38.64697,-15.88327],[-38.8013,-16.24838],[-38.92933,-16.80775],[-38.53193,-17.80026],[-38.49171,-18.0046],[-38.53661,-18.09683],[-38.67053,-18.16855],[-39.35288,-18.10892],[-39.4675,-18.30359],[-39.54529,-18.78548],[-39.49227,-19.40134],[-39.63477,-19.74403],[-39.86353,-19.88681],[-40.17827,-20.75426],[-40.81442,-21.67672],[-40.76948,-21.87786],[-40.81442,-22.09702],[-41.5086,-22.52638],[-41.59666,-22.83627],[-41.79292,-23.08823],[-41.91484,-23.18527],[-43.19603,-23.26703],[-44.07735,-23.40501],[-45.13508,-24.12014],[-46.61368,-24.67512],[-47.85376,-25.47012],[-48.2801,-26.23036],[-48.34897,-26.75081],[-48.11076,-27.28208],[-48.21148,-27.85592],[-48.40713,-28.43255],[-48.68615,-28.76016],[-48.9156,-28.86305],[-49.1579,-29.02871],[-49.52748,-29.42005],[-49.82565,-29.86559],[-50.17344,-30.64282],[-50.60441,-31.24135],[-51.18785,-31.77646],[-51.74211,-32.10539],[-51.89236,-32.29596],[-52.06117,-32.38504],[-52.27087,-32.92102],[-52.45986,-33.25369],[-52.61505,-33.42291],[-53.18109,-33.86891],[-53.43053,-33.73947],[-53.43951,-33.69347],[-53.53228,-33.6888],[-53.51819,-33.15342],[-53.44438,-33.05296],[-53.24468,-32.93489],[-53.31008,-32.91875],[-53.29454,-32.89931],[-53.18496,-32.85043],[-53.14569,-32.79202],[-53.0858,-32.78835],[-53.07558,-32.74088],[-53.24992,-32.6041],[-53.39137,-32.58573],[-53.46423,-32.48446],[-53.58321,-32.45192],[-53.74599,-32.07848],[-53.83375,-32.05524],[-53.84978,-32.00064],[-53.96073,-31.95532],[-53.96972,-31.91765],[-54.10019,-31.92825],[-54.4549,-31.65295],[-54.4528,-31.59959],[-54.58676,-31.45656],[-54.8367,-31.442],[-54.88623,-31.3773],[-54.94087,-31.38068],[-55.00723,-31.26692],[-55.07446,-31.33216],[-55.24003,-31.26062],[-55.29118,-31.14226],[-55.34037,-31.13144],[-55.34981,-31.03922],[-55.42306,-31.01823],[-55.57742,-30.83309],[-55.65834,-30.864],[-55.66621,-30.95395],[-55.723,-30.943],[-55.727,-30.979],[-55.882,-31.077],[-56.00989,-31.08267],[-56.02241,-30.78565],[-56.12508,-30.73871],[-56.17074,-30.61517],[-56.26095,-30.58509],[-56.29193,-30.51967],[-56.38177,-30.49956],[-56.46126,-30.38486],[-56.54706,-30.35946],[-56.54115,-30.31291],[-56.6187,-30.30054],[-56.64628,-30.20346],[-56.77662,-30.1633],[-56.80777,-30.10301],[-57.07113,-30.08671],[-57.22081,-30.28928],[-57.31303,-30.25785],[-57.39229,-30.30474],[-57.46574,-30.26589],[-57.52431,-30.28569],[-57.56087,-30.21134],[-57.64744,-30.19483],[-57.48047,-30.12315],[-57.33713,-29.99284],[-57.294,-29.831],[-57.121,-29.765],[-56.89888,-29.53179],[-56.81905,-29.48816],[-56.76618,-29.37768],[-56.70164,-29.35913],[-56.59315,-29.12516],[-56.418,-29.075],[-56.40775,-28.9748],[-56.29995,-28.89614],[-56.29652,-28.8027],[-56.17858,-28.75922],[-56.00984,-28.60718],[-56.01249,-28.50873],[-55.88357,-28.47923],[-55.87739,-28.36159],[-55.75157,-28.37095],[-55.69433,-28.42204],[-55.67047,-28.33218],[-55.77415,-28.27414],[-55.7757,-28.24481],[-55.63167,-28.17719],[-55.60747,-28.11604],[-55.55957,-28.16523],[-55.4952,-28.07682],[-55.44611,-28.09787],[-55.368,-28.029],[-55.38299,-27.97948],[-55.343,-27.972],[-55.32706,-27.92664],[-55.26574,-27.92969],[-55.196,-27.856],[-55.133,-27.897],[-55.106,-27.846],[-55.035,-27.858],[-55.081,-27.779],[-54.936,-27.772],[-54.90617,-27.63871],[-54.85,-27.624],[-54.814,-27.533],[-54.775,-27.586],[-54.67926,-27.57394],[-54.67709,-27.508],[-54.621,-27.541],[-54.574,-27.453],[-54.5246,-27.5059],[-54.444,-27.472],[-54.47081,-27.42674],[-54.41,-27.405],[-54.35466,-27.46528],[-54.34067,-27.40311],[-54.28484,-27.44819],[-54.261,-27.397],[-54.21736,-27.38603],[-54.172,-27.254],[-54.15619,-27.29619],[-54.08872,-27.30149],[-54.01026,-27.19978],[-53.96219,-27.19698],[-53.95195,-27.15169],[-53.79879,-27.14629],[-53.80233,-27.04028],[-53.76087,-27.06543],[-53.78585,-27.02674],[-53.7473,-27.03218],[-53.7092,-26.93414],[-53.67125,-26.94222],[-53.69684,-26.86015],[-53.66059,-26.85814],[-53.75814,-26.72045],[-53.7205,-26.65099],[-53.75864,-26.64113],[-53.63739,-26.24968],[-53.742,-26.108],[-53.73409,-26.04333],[-53.83619,-25.97166],[-53.82214,-25.79377],[-53.89113,-25.62286],[-53.94895,-25.6117],[-53.95638,-25.64628],[-54.01,-25.567],[-54.07592,-25.55766],[-54.098,-25.619],[-54.099,-25.495],[-54.206,-25.541],[-54.178,-25.584],[-54.23,-25.562],[-54.25,-25.597],[-54.28,-25.556],[-54.38395,-25.59747],[-54.43288,-25.69756],[-54.4927,-25.6181],[-54.59354,-25.59275],[-54.61941,-25.45312],[-54.4295,-25.15915],[-54.43548,-24.94769],[-54.32437,-24.66059],[-54.32714,-24.47073],[-54.25877,-24.36377],[-54.34537,-24.14705],[-54.28223,-24.07336],[-54.43984,-23.90446],[-54.66978,-23.81262],[-54.70533,-23.86452],[-54.89,-23.898],[-54.924,-23.959],[-55.06223,-23.99335],[-55.107,-23.961],[-55.22907,-24.01383],[-55.30415,-23.96504],[-55.34542,-23.99458],[-55.41423,-23.9645],[-55.44167,-23.70084],[-55.47306,-23.64834],[-55.53989,-23.625],[-55.52356,-23.19733],[-55.54199,-23.1561],[-55.59635,-23.14993],[-55.66578,-22.85274],[-55.61432,-22.65521],[-55.72364,-22.55166],[-55.74302,-22.39266],[-55.78939,-22.3846],[-55.84304,-22.28725],[-56.20983,-22.27805],[-56.36485,-22.16949],[-56.39404,-22.07434],[-56.50711,-22.09561],[-56.63705,-22.26341],[-56.70344,-22.21693],[-56.72026,-22.26479],[-56.79344,-22.24238],[-56.84285,-22.30155],[-56.88343,-22.24755],[-56.9967,-22.22246],[-57.3744,-22.23204],[-57.5804,-22.17534],[-57.6106,-22.09462],[-57.70751,-22.09111],[-57.80183,-22.15072],[-57.99384,-22.09023],[-58.00946,-22.04038],[-57.91281,-21.88266],[-57.96603,-21.85045],[-57.90866,-21.77355],[-57.94714,-21.74413],[-57.88329,-21.68903],[-57.93436,-21.65037],[-57.91387,-21.59021],[-57.96795,-21.52432],[-57.8535,-21.33109],[-57.92019,-21.27655],[-57.85066,-21.22407],[-57.86834,-21.04417],[-57.81919,-20.94066],[-57.92836,-20.90036],[-57.8552,-20.83403],[-57.89863,-20.78872],[-57.96183,-20.7916],[-57.93478,-20.74565],[-57.86732,-20.73265],[-57.92414,-20.66392],[-57.98848,-20.69879],[-57.99847,-20.43551],[-58.09339,-20.35554],[-58.09596,-20.25445],[-58.16216,-20.25953],[-58.12152,-20.19246],[-58.16932,-20.1694],[-57.95347,-20.02094],[-57.90248,-20.04207],[-57.85796,-19.9703],[-58.131,-19.758],[-57.784,-19.033],[-57.694,-19.011],[-57.719,-18.899],[-57.766,-18.899],[-57.557,-18.24],[-57.453,-18.231],[-57.574,-18.131],[-57.72302,-17.83074],[-57.68472,-17.8306],[-57.70991,-17.72702],[-57.783,-17.639],[-57.73696,-17.5583],[-57.883,-17.449],[-57.996,-17.515],[-58.06,-17.45],[-58.116,-17.451],[-58.151,-17.384],[-58.263,-17.344],[-58.396,-17.181],[-58.423,-16.989],[-58.474,-16.935],[-58.47,-16.703],[-58.436,-16.592],[-58.333,-16.49],[-58.32227,-16.26559],[-58.388,-16.261],[-58.43059,-16.32264],[-60.17335,-16.26672],[-60.238,-15.473],[-60.57543,-15.09677],[-60.244,-15.096],[-60.272,-14.62],[-60.321,-14.608],[-60.492,-14.188],[-60.479,-14.097],[-60.38066,-13.9888],[-60.45062,-13.9364],[-60.45599,-13.85422],[-60.49068,-13.85782],[-60.46776,-13.79446],[-60.76755,-13.68329],[-60.87678,-13.62149],[-60.91857,-13.54334],[-61.0056,-13.552],[-61.0129,-13.48925],[-61.0938,-13.49081],[-61.10314,-13.53056],[-61.18155,-13.50557],[-61.19236,-13.53695],[-61.29954,-13.47718],[-61.46527,-13.55427],[-61.57927,-13.48711],[-61.852,-13.538],[-61.892,-13.431],[-61.96968,-13.40759],[-61.97592,-13.36695],[-62.11498,-13.25932],[-62.115,-13.163],[-62.15254,-13.15993],[-62.16703,-13.11346],[-62.19,-13.153],[-62.214,-13.111],[-62.27269,-13.15687],[-62.39178,-13.13471],[-62.453,-13.064],[-62.612,-13.041],[-62.65,-12.965],[-62.729,-13.02],[-62.779,-13.009],[-62.89672,-12.8539],[-63.01134,-12.83602],[-63.08186,-12.72323],[-63.06163,-12.68584],[-63.15726,-12.6138],[-63.24621,-12.66222],[-63.23713,-12.69043],[-63.30125,-12.68138],[-63.44052,-12.608],[-63.43627,-12.56526],[-63.50641,-12.56562],[-63.55295,-12.50598],[-63.7848,-12.42871],[-63.88957,-12.44745],[-63.89949,-12.50204],[-63.95144,-12.53179],[-64.13464,-12.47732],[-64.16781,-12.51503],[-64.17504,-12.46675],[-64.22945,-12.45419],[-64.29018,-12.50313],[-64.29452,-12.4582],[-64.41057,-12.44436],[-64.51217,-12.3551],[-64.51256,-12.22562],[-64.70406,-12.1827],[-64.70719,-12.08684],[-64.75486,-12.15762],[-64.7688,-12.09356],[-64.83747,-12.11786],[-64.80954,-12.05633],[-64.84077,-12.01027],[-65.03548,-11.99408],[-65.01398,-11.90303],[-65.0727,-11.86587],[-65.08672,-11.7082],[-65.18953,-11.72353],[-65.18216,-11.75609],[-65.2593,-11.71053],[-65.21178,-11.52857],[-65.3074,-11.49957],[-65.33276,-11.33986],[-65.29053,-11.32275],[-65.34347,-11.3082],[-65.35834,-11.26834],[-65.35938,-11.22067],[-65.31294,-11.19578],[-65.35387,-11.18419],[-65.36177,-11.14031],[-65.28269,-11.09009],[-65.30071,-11.03142],[-65.25053,-10.98506],[-65.27476,-10.87302],[-65.35376,-10.78881],[-65.34667,-10.68155],[-65.40569,-10.63935],[-65.43011,-10.48505],[-65.288,-10.219],[-65.333,-9.965],[-65.28588,-9.84413],[-65.39313,-9.68683],[-65.44394,-9.66957],[-65.4883,-9.71015],[-65.55611,-9.84498],[-65.627,-9.83804],[-65.66963,-9.78129],[-65.71023,-9.80857],[-65.68395,-9.74992],[-65.7432,-9.78296],[-65.77013,-9.73442],[-65.79437,-9.79295],[-65.79962,-9.75663],[-65.86532,-9.79533],[-65.87184,-9.75307],[-65.91976,-9.75314],[-65.98222,-9.81011],[-66.151,-9.785],[-66.426,-9.899],[-66.435,-9.866],[-66.61995,-9.89353],[-66.63701,-9.94983],[-66.8751,-10.08268],[-66.9528,-10.18886],[-66.99683,-10.20017],[-67.01537,-10.25919],[-67.17745,-10.33923],[-67.31545,-10.31932],[-67.31155,-10.37716],[-67.40717,-10.37386],[-67.44361,-10.45492],[-67.57925,-10.5028],[-67.64028,-10.59807],[-67.67631,-10.60484],[-67.70825,-10.71083],[-67.86386,-10.64067],[-68.03289,-10.65486],[-68.10456,-10.71426],[-68.10333,-10.77541],[-68.27819,-10.98926],[-68.71576,-11.14483],[-68.75767,-11.00079],[-68.9118,-11.02192],[-69.41453,-10.92575],[-69.73653,-10.97445],[-69.76903,-10.92972],[-69.93442,-10.9219],[-70.15869,-11.04096],[-70.30672,-11.06983],[-70.43675,-11.03923],[-70.53033,-10.93465],[-70.62103,-10.99982],[-70.62338,-9.82054],[-70.53663,-9.76584],[-70.59972,-9.56264],[-70.55282,-9.57093],[-70.56894,-9.53127],[-70.50506,-9.50557],[-70.49665,-9.42489],[-70.59581,-9.4425],[-70.6632,-9.52601],[-70.75067,-9.56043],[-70.79332,-9.63846],[-70.96337,-9.74891],[-70.99391,-9.81721],[-71.13974,-9.85702],[-71.22052,-9.96968],[-72.1804,-9.99967],[-72.15136,-9.79742],[-72.26296,-9.75085],[-72.25282,-9.61633],[-72.28821,-9.60316],[-72.2829,-9.53995],[-72.35688,-9.4946],[-72.51954,-9.49128],[-72.71676,-9.4122],[-73.2038,-9.40715],[-73.07352,-9.23461],[-73.0093,-9.22236],[-73.02612,-9.17786],[-72.9582,-9.14302],[-72.94091,-8.98494],[-72.99931,-8.91778],[-73.05901,-8.90561],[-73.14992,-8.6839],[-73.20907,-8.6857],[-73.28745,-8.61948],[-73.3055,-8.47197],[-73.38956,-8.46878],[-73.41286,-8.41099],[-73.53744,-8.34587],[-73.62739,-8.02187],[-73.73175,-7.9684],[-73.7725,-7.90237],[-73.76164,-7.85803],[-73.69706,-7.86527],[-73.6843,-7.77644],[-73.82217,-7.71788],[-73.99094,-7.53635],[-73.948,-7.52661],[-73.91981,-7.46568],[-73.96394,-7.34764],[-73.87014,-7.37882],[-73.7003,-7.30429],[-73.79842,-7.11306],[-73.71046,-6.84019],[-73.53639,-6.6834],[-73.39115,-6.64193],[-73.35281,-6.59327],[-73.22741,-6.58884],[-73.18797,-6.52302],[-73.13523,-6.51046],[-73.10473,-6.40666],[-73.24664,-6.14963],[-73.23821,-6.04399],[-73.1868,-6.00512],[-73.15207,-5.86796],[-73.05303,-5.79517],[-72.95912,-5.65689],[-72.95888,-5.46613],[-72.86052,-5.27117],[-72.88725,-5.16307],[-72.73986,-5.08859],[-72.72765,-5.05199],[-72.6212,-5.0518],[-72.598,-4.98386],[-72.38202,-4.87296],[-72.36895,-4.80387],[-72.12601,-4.73454],[-72.04335,-4.62384],[-72.00689,-4.64622],[-71.99464,-4.60996],[-71.94743,-4.60877],[-71.91909,-4.5298],[-71.88549,-4.53803],[-71.9073,-4.51644],[-71.76637,-4.50446],[-71.75109,-4.46887],[-71.70817,-4.51165],[-71.65479,-4.47246],[-71.65032,-4.50395],[-71.61548,-4.4687],[-71.6335,-4.51524],[-71.59625,-4.52928],[-71.53703,-4.46442],[-71.49428,-4.48701],[-71.50716,-4.43909],[-71.43438,-4.42882],[-71.42562,-4.47058],[-71.35026,-4.42728],[-71.30752,-4.46288],[-71.32091,-4.42009],[-71.27782,-4.44217],[-71.26975,-4.385],[-71.20263,-4.37987],[-71.19422,-4.42471],[-71.14478,-4.38158],[-71.11491,-4.41119],[-71.10616,-4.37764],[-70.99389,-4.38654],[-70.99595,-4.34632],[-70.9357,-4.38432],[-70.84483,-4.27905],[-70.86447,-4.25245],[-70.81677,-4.23005],[-70.8458,-4.21872],[-70.75901,-4.15944],[-70.68147,-4.20791],[-70.64256,-4.12805],[-70.62521,-4.19151],[-70.56118,-4.1775],[-70.57357,-4.21169],[-70.54796,-4.13671],[-70.51036,-4.14824],[-70.50417,-4.20098],[-70.48535,-4.16132],[-70.43435,-4.16266],[-70.43146,-4.13217],[-70.33892,-4.17997],[-70.32281,-4.14206],[-70.28769,-4.16555],[-70.29141,-4.28709],[-70.21457,-4.29749],[-70.19194,-4.36179],[-70.15508,-4.27308],[-70.11749,-4.28585],[-70.10881,-4.25454],[-70.04189,-4.29409],[-70.07948,-4.31428],[-70.02826,-4.3703],[-69.99182,-4.37482],[-69.94793,-4.23168]],[[-34.00035,-3.76654],[-34.01797,-3.84985],[-34.00664,-3.91809],[-33.98608,-3.95952],[-33.95923,-3.99217],[-33.8921,-4.03653],[-33.81658,-4.05077],[-33.72931,-4.03151],[-33.66638,-3.9838],[-33.62736,-3.9185],[-33.61519,-3.84985],[-33.63239,-3.76864],[-33.68693,-3.69537],[-33.74987,-3.65978],[-33.81658,-3.6489],[-33.89336,-3.66397],[-33.96007,-3.70877],[-34.00035,-3.76654]],[[-32.5538,-4.00884],[-32.59937,-3.9531],[-32.64061,-3.87309],[-32.61755,-3.73712],[-32.58338,-3.70527],[-32.54228,-3.65606],[-32.4592,-3.63029],[-32.35174,-3.63887],[-32.30049,-3.67684],[-32.24749,-3.75266],[-32.23155,-3.81889],[-32.2357,-3.90247],[-32.30194,-3.9883],[-32.42898,-4.0384],[-32.5538,-4.00884]],[[-29.50321,0.79391],[-29.54097,0.8689],[-29.54727,0.92553],[-29.52367,0.99422],[-29.48958,1.06134],[-29.43136,1.10224],[-29.35899,1.1206],[-29.29238,1.11378],[-29.22158,1.0776],[-29.16285,1.00314],[-29.14501,0.92605],[-29.14764,0.88358],[-29.17176,0.8196],[-29.24885,0.74357],[-29.29448,0.72521],[-29.36371,0.71892],[-29.43556,0.73937],[-29.50321,0.79391]],[[-29.09537,-20.42649],[-29.19756,-20.33509],[-29.3343,-20.28932],[-29.46741,-20.3288],[-29.54604,-20.42958],[-29.55396,-20.52706],[-29.51696,-20.62613],[-29.40995,-20.68955],[-29.27599,-20.72578],[-29.15968,-20.66209],[-29.07188,-20.57088],[-28.9712,-20.64769],[-28.83286,-20.69814],[-28.67968,-20.62099],[-28.63549,-20.49284],[-28.63412,-20.47146],[-28.7431,-20.30094],[-28.8683,-20.27288],[-29.0031,-20.32416],[-29.09537,-20.42649]]],terms_text:"IBGE",icon:"https://osmlab.github.io/editor-layer-index/sources/south-america/br/IBGE_Setores_Rurais.png"},{id:"IBGE_Setores_Urbanos",name:"IBGE Mapa de Setores Urbanos",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/tmpsantos.hgda0m6h/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",scaleExtent:[0,19],polygon:[[[-69.94793,-4.23168],[-69.45659,-1.49119],[-69.3973,-1.36508],[-69.42989,-1.22173],[-69.39523,-1.12555],[-69.44292,-1.03351],[-69.41861,-0.99827],[-69.528,-0.92514],[-69.52577,-0.86807],[-69.62491,-0.74667],[-69.56179,-0.63692],[-69.60783,-0.5008],[-69.8446,-0.33732],[-69.92054,-0.32573],[-70.04323,-0.18998],[-70.04302,0.56359],[-69.80272,0.57162],[-69.6711,0.66759],[-69.60529,0.61328],[-69.59701,0.6542],[-69.48002,0.73577],[-69.35277,0.61416],[-69.28914,0.64997],[-69.29484,0.60389],[-69.19975,0.60591],[-69.19425,0.64982],[-69.11563,0.64484],[-69.19001,0.74056],[-69.14881,0.76751],[-69.13576,0.87204],[-69.18846,0.91324],[-69.1646,0.94156],[-69.21679,0.97245],[-69.19773,0.99974],[-69.24494,1.05655],[-69.37641,1.08794],[-69.42312,1.04265],[-69.60989,1.09826],[-69.67718,1.06994],[-69.70963,1.11817],[-69.84266,1.07272],[-69.83972,1.71893],[-69.78236,1.69244],[-69.53464,1.77691],[-69.39109,1.72935],[-68.1645,1.72945],[-68.19207,1.7797],[-68.23954,1.77044],[-68.22688,1.82918],[-68.28555,1.83084],[-68.19583,2.03479],[-68.18033,1.9767],[-68.14417,1.97854],[-68.09043,1.89774],[-67.90162,1.81165],[-67.76942,2.00924],[-67.55095,2.04769],[-67.49519,2.16312],[-67.39404,2.22894],[-67.32672,2.06387],[-67.33083,1.94158],[-67.22831,1.84127],[-67.15384,1.8315],[-67.15922,1.67504],[-67.08017,1.38546],[-67.13923,1.32002],[-67.08675,1.16704],[-66.85119,1.22896],[-66.31032,0.74494],[-66.19737,0.78161],[-66.07783,0.76174],[-66.07024,0.8123],[-65.96712,0.81511],[-65.88369,0.94159],[-65.77261,0.95859],[-65.7421,1.00125],[-65.58894,1.00471],[-65.49624,0.87415],[-65.60623,0.70748],[-65.54116,0.64881],[-65.44499,0.68921],[-65.39213,0.75692],[-65.41198,0.82415],[-65.32734,0.93596],[-65.21302,0.90282],[-65.1749,0.94131],[-65.15831,1.1246],[-65.07232,1.15303],[-65.06317,1.11205],[-65.01361,1.10905],[-64.97445,1.20288],[-64.90439,1.25153],[-64.86966,1.22713],[-64.80053,1.31527],[-64.74446,1.22569],[-64.5789,1.34041],[-64.52608,1.44322],[-64.43586,1.47006],[-64.3939,1.52901],[-64.35111,1.52921],[-64.34777,1.49508],[-64.41019,1.40301],[-64.33791,1.36134],[-64.3136,1.45617],[-64.19707,1.52071],[-64.0735,1.64902],[-64.05781,1.92899],[-63.97219,1.99194],[-63.83555,1.96644],[-63.71155,2.04645],[-63.66501,2.01861],[-63.6268,2.11222],[-63.56474,2.13571],[-63.44059,2.126],[-63.36742,2.26864],[-63.37088,2.41121],[-63.42123,2.45102],[-63.46036,2.39684],[-63.56398,2.44573],[-63.76805,2.43994],[-63.84358,2.4916],[-64.01914,2.46135],[-64.0573,2.49752],[-63.98033,2.7237],[-64.07709,2.87262],[-64.07156,2.92142],[-64.12349,2.99048],[-64.15754,2.98243],[-64.14592,3.03459],[-64.22642,3.12356],[-64.19795,3.20121],[-64.2444,3.43036],[-64.17437,3.56841],[-64.281,3.70928],[-64.54357,3.85713],[-64.72239,4.11775],[-64.80203,4.17422],[-64.81123,4.27048],[-64.69522,4.25323],[-64.623,4.135],[-64.5565,4.10529],[-64.164,4.127],[-63.964,3.868],[-63.928,3.925],[-63.85,3.95],[-63.682,3.908],[-63.676,4.019],[-63.591,3.886],[-63.497,3.84],[-63.489,3.874],[-63.434,3.865],[-63.428,3.977],[-63.204,3.952],[-63.226,3.836],[-63.103,3.794],[-63.059,3.748],[-63.081,3.694],[-62.96,3.608],[-62.835,3.739],[-62.743,3.674],[-62.729,3.805],[-62.788,3.894],[-62.753,4.032],[-62.555,4.019],[-62.552,4.109],[-62.437,4.183],[-62.14308,4.07768],[-62.071,4.126],[-62.076,4.154],[-61.982,4.181],[-61.93175,4.12009],[-61.92213,4.16126],[-61.824,4.164],[-61.802,4.229],[-61.724,4.27],[-61.56,4.252],[-61.508,4.322],[-61.513,4.406],[-61.288,4.458],[-61.323,4.535],[-61.217,4.536],[-61.14559,4.48016],[-61.095,4.522],[-60.994,4.519],[-60.932,4.587],[-60.949,4.653],[-60.899,4.717],[-60.751,4.756],[-60.591,4.927],[-60.661,5.164],[-60.73197,5.21203],[-60.434,5.182],[-60.20825,5.28346],[-60.172,5.227],[-60.135,5.249],[-60.094,5.14],[-59.96984,5.06334],[-60.02524,4.7065],[-60.0705,4.61688],[-60.15725,4.57247],[-60.16114,4.51773],[-59.79503,4.46554],[-59.66948,4.37629],[-59.7319,4.28587],[-59.73069,4.18076],[-59.61818,4.13166],[-59.65406,4.06943],[-59.58417,3.96851],[-59.5153,3.94493],[-59.59279,3.88538],[-59.59631,3.79386],[-59.66555,3.78126],[-59.66842,3.70277],[-59.86728,3.57776],[-59.80205,3.50156],[-59.8408,3.43174],[-59.80488,3.35695],[-59.907,3.212],[-59.98944,2.88185],[-59.99,2.686],[-59.895,2.482],[-59.89872,2.36245],[-59.72315,2.27614],[-59.751,1.859],[-59.677,1.839],[-59.663,1.871],[-59.69,1.757],[-59.539,1.723],[-59.381,1.507],[-59.329,1.514],[-59.327,1.464],[-59.284,1.45],[-59.253,1.389],[-58.978,1.302],[-58.918,1.317],[-58.886,1.261],[-58.912,1.239],[-58.82512,1.17127],[-58.73956,1.1999],[-58.69456,1.29732],[-58.49622,1.26796],[-58.45787,1.37145],[-58.50511,1.40317],[-58.50873,1.46295],[-58.38559,1.46999],[-58.39472,1.52651],[-58.32237,1.59702],[-58.236,1.54669],[-58.16064,1.56011],[-58.12942,1.4989],[-58.00423,1.50303],[-57.99009,1.65844],[-57.85206,1.66782],[-57.77431,1.72973],[-57.70509,1.73093],[-57.65042,1.68237],[-57.5376,1.7005],[-57.50187,1.78609],[-57.43776,1.82681],[-57.43343,1.90598],[-57.36768,1.92372],[-57.36912,1.95638],[-57.30712,1.99665],[-57.22923,1.93759],[-57.08668,2.02644],[-57.01421,1.91489],[-56.91971,1.93036],[-56.79793,1.85336],[-56.72096,1.92582],[-56.62145,1.94588],[-56.57976,1.90588],[-56.45126,1.95614],[-56.24404,1.87808],[-56.1709,1.90048],[-56.11762,1.85097],[-55.95638,1.84509],[-55.90385,1.88803],[-55.93635,1.98647],[-55.9031,2.04108],[-56.00307,2.1676],[-56.05505,2.18464],[-56.04288,2.22778],[-56.13887,2.26574],[-56.09012,2.37228],[-56.02181,2.34247],[-55.97052,2.52931],[-55.76663,2.45524],[-55.71028,2.39917],[-55.49971,2.44324],[-55.38533,2.41836],[-55.32019,2.51537],[-55.23474,2.50338],[-55.1234,2.56762],[-55.10302,2.52564],[-54.95424,2.58359],[-54.86846,2.43989],[-54.68917,2.45389],[-54.68861,2.32472],[-54.54667,2.31833],[-54.53778,2.26556],[-54.46861,2.21306],[-54.24917,2.14667],[-54.18056,2.1725],[-54.11083,2.11222],[-54.06139,2.19167],[-53.94083,2.21917],[-53.93194,2.27194],[-53.88667,2.26778],[-53.745,2.37389],[-53.73389,2.31222],[-53.52972,2.24917],[-53.45861,2.2575],[-53.32833,2.35333],[-53.21667,2.25333],[-53.27899,2.18603],[-53.11861,2.2225],[-52.99472,2.17528],[-52.90972,2.19583],[-52.84722,2.28556],[-52.67528,2.37389],[-52.59444,2.47389],[-52.54028,2.57028],[-52.56417,2.63944],[-52.43944,2.87778],[-52.39583,2.90222],[-52.33187,3.16938],[-52.21472,3.26833],[-51.97104,3.70696],[-51.92148,3.72422],[-51.922,3.7792],[-51.79731,3.88888],[-51.77783,3.97406],[-51.65867,4.05276],[-51.61325,4.17437],[-51.63716,4.50834],[-51.49427,4.67426],[-51.11466,4.42286],[-50.94232,4.20165],[-50.85475,3.92491],[-50.85507,3.45573],[-50.75331,2.94057],[-50.29908,2.33079],[-49.73896,1.79143],[-48.23746,-0.07449],[-44.84728,-1.07246],[-43.54602,-2.04705],[-43.24389,-2.12403],[-42.78189,-2.33053],[-41.78084,-2.51859],[-41.5085,-2.68486],[-40.66365,-2.63829],[-40.50396,-2.57531],[-39.8907,-2.65328],[-39.15187,-3.04444],[-38.57151,-3.48047],[-38.34306,-3.54434],[-38.21421,-3.74103],[-38.12555,-3.80544],[-37.90182,-4.07265],[-37.77934,-4.18046],[-37.63401,-4.24454],[-37.51218,-4.41535],[-37.22122,-4.51045],[-37.07874,-4.71355],[-36.91716,-4.71372],[-36.62299,-4.85815],[-36.18969,-4.88505],[-35.93627,-4.83327],[-35.56471,-4.90758],[-35.33677,-4.99239],[-35.17659,-5.12497],[-34.79469,-6.33583],[-34.71587,-6.74615],[-34.62306,-6.90323],[-34.59953,-7.11133],[-34.64374,-7.98735],[-34.81497,-8.62472],[-35.0253,-9.13761],[-35.55848,-9.81261],[-35.69663,-9.90026],[-35.96401,-10.31281],[-36.06155,-10.37447],[-36.26639,-10.64593],[-36.61764,-10.81082],[-36.78725,-10.95151],[-36.99511,-11.29602],[-37.11368,-11.41261],[-37.46002,-12.10275],[-37.89668,-12.75844],[-38.22146,-13.09717],[-38.61146,-13.26537],[-38.85337,-14.65508],[-38.74388,-15.60089],[-38.66456,-15.74741],[-38.64697,-15.88327],[-38.8013,-16.24838],[-38.92933,-16.80775],[-38.53193,-17.80026],[-38.49171,-18.0046],[-38.53661,-18.09683],[-38.67053,-18.16855],[-39.35288,-18.10892],[-39.4675,-18.30359],[-39.54529,-18.78548],[-39.49227,-19.40134],[-39.63477,-19.74403],[-39.86353,-19.88681],[-40.17827,-20.75426],[-40.81442,-21.67672],[-40.76948,-21.87786],[-40.81442,-22.09702],[-41.5086,-22.52638],[-41.59666,-22.83627],[-41.79292,-23.08823],[-41.91484,-23.18527],[-43.19603,-23.26703],[-44.07735,-23.40501],[-45.13508,-24.12014],[-46.61368,-24.67512],[-47.85376,-25.47012],[-48.2801,-26.23036],[-48.34897,-26.75081],[-48.11076,-27.28208],[-48.21148,-27.85592],[-48.40713,-28.43255],[-48.68615,-28.76016],[-48.9156,-28.86305],[-49.1579,-29.02871],[-49.52748,-29.42005],[-49.82565,-29.86559],[-50.17344,-30.64282],[-50.60441,-31.24135],[-51.18785,-31.77646],[-51.74211,-32.10539],[-51.89236,-32.29596],[-52.06117,-32.38504],[-52.27087,-32.92102],[-52.45986,-33.25369],[-52.61505,-33.42291],[-53.18109,-33.86891],[-53.43053,-33.73947],[-53.43951,-33.69347],[-53.53228,-33.6888],[-53.51819,-33.15342],[-53.44438,-33.05296],[-53.24468,-32.93489],[-53.31008,-32.91875],[-53.29454,-32.89931],[-53.18496,-32.85043],[-53.14569,-32.79202],[-53.0858,-32.78835],[-53.07558,-32.74088],[-53.24992,-32.6041],[-53.39137,-32.58573],[-53.46423,-32.48446],[-53.58321,-32.45192],[-53.74599,-32.07848],[-53.83375,-32.05524],[-53.84978,-32.00064],[-53.96073,-31.95532],[-53.96972,-31.91765],[-54.10019,-31.92825],[-54.4549,-31.65295],[-54.4528,-31.59959],[-54.58676,-31.45656],[-54.8367,-31.442],[-54.88623,-31.3773],[-54.94087,-31.38068],[-55.00723,-31.26692],[-55.07446,-31.33216],[-55.24003,-31.26062],[-55.29118,-31.14226],[-55.34037,-31.13144],[-55.34981,-31.03922],[-55.42306,-31.01823],[-55.57742,-30.83309],[-55.65834,-30.864],[-55.66621,-30.95395],[-55.723,-30.943],[-55.727,-30.979],[-55.882,-31.077],[-56.00989,-31.08267],[-56.02241,-30.78565],[-56.12508,-30.73871],[-56.17074,-30.61517],[-56.26095,-30.58509],[-56.29193,-30.51967],[-56.38177,-30.49956],[-56.46126,-30.38486],[-56.54706,-30.35946],[-56.54115,-30.31291],[-56.6187,-30.30054],[-56.64628,-30.20346],[-56.77662,-30.1633],[-56.80777,-30.10301],[-57.07113,-30.08671],[-57.22081,-30.28928],[-57.31303,-30.25785],[-57.39229,-30.30474],[-57.46574,-30.26589],[-57.52431,-30.28569],[-57.56087,-30.21134],[-57.64744,-30.19483],[-57.48047,-30.12315],[-57.33713,-29.99284],[-57.294,-29.831],[-57.121,-29.765],[-56.89888,-29.53179],[-56.81905,-29.48816],[-56.76618,-29.37768],[-56.70164,-29.35913],[-56.59315,-29.12516],[-56.418,-29.075],[-56.40775,-28.9748],[-56.29995,-28.89614],[-56.29652,-28.8027],[-56.17858,-28.75922],[-56.00984,-28.60718],[-56.01249,-28.50873],[-55.88357,-28.47923],[-55.87739,-28.36159],[-55.75157,-28.37095],[-55.69433,-28.42204],[-55.67047,-28.33218],[-55.77415,-28.27414],[-55.7757,-28.24481],[-55.63167,-28.17719],[-55.60747,-28.11604],[-55.55957,-28.16523],[-55.4952,-28.07682],[-55.44611,-28.09787],[-55.368,-28.029],[-55.38299,-27.97948],[-55.343,-27.972],[-55.32706,-27.92664],[-55.26574,-27.92969],[-55.196,-27.856],[-55.133,-27.897],[-55.106,-27.846],[-55.035,-27.858],[-55.081,-27.779],[-54.936,-27.772],[-54.90617,-27.63871],[-54.85,-27.624],[-54.814,-27.533],[-54.775,-27.586],[-54.67926,-27.57394],[-54.67709,-27.508],[-54.621,-27.541],[-54.574,-27.453],[-54.5246,-27.5059],[-54.444,-27.472],[-54.47081,-27.42674],[-54.41,-27.405],[-54.35466,-27.46528],[-54.34067,-27.40311],[-54.28484,-27.44819],[-54.261,-27.397],[-54.21736,-27.38603],[-54.172,-27.254],[-54.15619,-27.29619],[-54.08872,-27.30149],[-54.01026,-27.19978],[-53.96219,-27.19698],[-53.95195,-27.15169],[-53.79879,-27.14629],[-53.80233,-27.04028],[-53.76087,-27.06543],[-53.78585,-27.02674],[-53.7473,-27.03218],[-53.7092,-26.93414],[-53.67125,-26.94222],[-53.69684,-26.86015],[-53.66059,-26.85814],[-53.75814,-26.72045],[-53.7205,-26.65099],[-53.75864,-26.64113],[-53.63739,-26.24968],[-53.742,-26.108],[-53.73409,-26.04333],[-53.83619,-25.97166],[-53.82214,-25.79377],[-53.89113,-25.62286],[-53.94895,-25.6117],[-53.95638,-25.64628],[-54.01,-25.567],[-54.07592,-25.55766],[-54.098,-25.619],[-54.099,-25.495],[-54.206,-25.541],[-54.178,-25.584],[-54.23,-25.562],[-54.25,-25.597],[-54.28,-25.556],[-54.38395,-25.59747],[-54.43288,-25.69756],[-54.4927,-25.6181],[-54.59354,-25.59275],[-54.61941,-25.45312],[-54.4295,-25.15915],[-54.43548,-24.94769],[-54.32437,-24.66059],[-54.32714,-24.47073],[-54.25877,-24.36377],[-54.34537,-24.14705],[-54.28223,-24.07336],[-54.43984,-23.90446],[-54.66978,-23.81262],[-54.70533,-23.86452],[-54.89,-23.898],[-54.924,-23.959],[-55.06223,-23.99335],[-55.107,-23.961],[-55.22907,-24.01383],[-55.30415,-23.96504],[-55.34542,-23.99458],[-55.41423,-23.9645],[-55.44167,-23.70084],[-55.47306,-23.64834],[-55.53989,-23.625],[-55.52356,-23.19733],[-55.54199,-23.1561],[-55.59635,-23.14993],[-55.66578,-22.85274],[-55.61432,-22.65521],[-55.72364,-22.55166],[-55.74302,-22.39266],[-55.78939,-22.3846],[-55.84304,-22.28725],[-56.20983,-22.27805],[-56.36485,-22.16949],[-56.39404,-22.07434],[-56.50711,-22.09561],[-56.63705,-22.26341],[-56.70344,-22.21693],[-56.72026,-22.26479],[-56.79344,-22.24238],[-56.84285,-22.30155],[-56.88343,-22.24755],[-56.9967,-22.22246],[-57.3744,-22.23204],[-57.5804,-22.17534],[-57.6106,-22.09462],[-57.70751,-22.09111],[-57.80183,-22.15072],[-57.99384,-22.09023],[-58.00946,-22.04038],[-57.91281,-21.88266],[-57.96603,-21.85045],[-57.90866,-21.77355],[-57.94714,-21.74413],[-57.88329,-21.68903],[-57.93436,-21.65037],[-57.91387,-21.59021],[-57.96795,-21.52432],[-57.8535,-21.33109],[-57.92019,-21.27655],[-57.85066,-21.22407],[-57.86834,-21.04417],[-57.81919,-20.94066],[-57.92836,-20.90036],[-57.8552,-20.83403],[-57.89863,-20.78872],[-57.96183,-20.7916],[-57.93478,-20.74565],[-57.86732,-20.73265],[-57.92414,-20.66392],[-57.98848,-20.69879],[-57.99847,-20.43551],[-58.09339,-20.35554],[-58.09596,-20.25445],[-58.16216,-20.25953],[-58.12152,-20.19246],[-58.16932,-20.1694],[-57.95347,-20.02094],[-57.90248,-20.04207],[-57.85796,-19.9703],[-58.131,-19.758],[-57.784,-19.033],[-57.694,-19.011],[-57.719,-18.899],[-57.766,-18.899],[-57.557,-18.24],[-57.453,-18.231],[-57.574,-18.131],[-57.72302,-17.83074],[-57.68472,-17.8306],[-57.70991,-17.72702],[-57.783,-17.639],[-57.73696,-17.5583],[-57.883,-17.449],[-57.996,-17.515],[-58.06,-17.45],[-58.116,-17.451],[-58.151,-17.384],[-58.263,-17.344],[-58.396,-17.181],[-58.423,-16.989],[-58.474,-16.935],[-58.47,-16.703],[-58.436,-16.592],[-58.333,-16.49],[-58.32227,-16.26559],[-58.388,-16.261],[-58.43059,-16.32264],[-60.17335,-16.26672],[-60.238,-15.473],[-60.57543,-15.09677],[-60.244,-15.096],[-60.272,-14.62],[-60.321,-14.608],[-60.492,-14.188],[-60.479,-14.097],[-60.38066,-13.9888],[-60.45062,-13.9364],[-60.45599,-13.85422],[-60.49068,-13.85782],[-60.46776,-13.79446],[-60.76755,-13.68329],[-60.87678,-13.62149],[-60.91857,-13.54334],[-61.0056,-13.552],[-61.0129,-13.48925],[-61.0938,-13.49081],[-61.10314,-13.53056],[-61.18155,-13.50557],[-61.19236,-13.53695],[-61.29954,-13.47718],[-61.46527,-13.55427],[-61.57927,-13.48711],[-61.852,-13.538],[-61.892,-13.431],[-61.96968,-13.40759],[-61.97592,-13.36695],[-62.11498,-13.25932],[-62.115,-13.163],[-62.15254,-13.15993],[-62.16703,-13.11346],[-62.19,-13.153],[-62.214,-13.111],[-62.27269,-13.15687],[-62.39178,-13.13471],[-62.453,-13.064],[-62.612,-13.041],[-62.65,-12.965],[-62.729,-13.02],[-62.779,-13.009],[-62.89672,-12.8539],[-63.01134,-12.83602],[-63.08186,-12.72323],[-63.06163,-12.68584],[-63.15726,-12.6138],[-63.24621,-12.66222],[-63.23713,-12.69043],[-63.30125,-12.68138],[-63.44052,-12.608],[-63.43627,-12.56526],[-63.50641,-12.56562],[-63.55295,-12.50598],[-63.7848,-12.42871],[-63.88957,-12.44745],[-63.89949,-12.50204],[-63.95144,-12.53179],[-64.13464,-12.47732],[-64.16781,-12.51503],[-64.17504,-12.46675],[-64.22945,-12.45419],[-64.29018,-12.50313],[-64.29452,-12.4582],[-64.41057,-12.44436],[-64.51217,-12.3551],[-64.51256,-12.22562],[-64.70406,-12.1827],[-64.70719,-12.08684],[-64.75486,-12.15762],[-64.7688,-12.09356],[-64.83747,-12.11786],[-64.80954,-12.05633],[-64.84077,-12.01027],[-65.03548,-11.99408],[-65.01398,-11.90303],[-65.0727,-11.86587],[-65.08672,-11.7082],[-65.18953,-11.72353],[-65.18216,-11.75609],[-65.2593,-11.71053],[-65.21178,-11.52857],[-65.3074,-11.49957],[-65.33276,-11.33986],[-65.29053,-11.32275],[-65.34347,-11.3082],[-65.35834,-11.26834],[-65.35938,-11.22067],[-65.31294,-11.19578],[-65.35387,-11.18419],[-65.36177,-11.14031],[-65.28269,-11.09009],[-65.30071,-11.03142],[-65.25053,-10.98506],[-65.27476,-10.87302],[-65.35376,-10.78881],[-65.34667,-10.68155],[-65.40569,-10.63935],[-65.43011,-10.48505],[-65.288,-10.219],[-65.333,-9.965],[-65.28588,-9.84413],[-65.39313,-9.68683],[-65.44394,-9.66957],[-65.4883,-9.71015],[-65.55611,-9.84498],[-65.627,-9.83804],[-65.66963,-9.78129],[-65.71023,-9.80857],[-65.68395,-9.74992],[-65.7432,-9.78296],[-65.77013,-9.73442],[-65.79437,-9.79295],[-65.79962,-9.75663],[-65.86532,-9.79533],[-65.87184,-9.75307],[-65.91976,-9.75314],[-65.98222,-9.81011],[-66.151,-9.785],[-66.426,-9.899],[-66.435,-9.866],[-66.61995,-9.89353],[-66.63701,-9.94983],[-66.8751,-10.08268],[-66.9528,-10.18886],[-66.99683,-10.20017],[-67.01537,-10.25919],[-67.17745,-10.33923],[-67.31545,-10.31932],[-67.31155,-10.37716],[-67.40717,-10.37386],[-67.44361,-10.45492],[-67.57925,-10.5028],[-67.64028,-10.59807],[-67.67631,-10.60484],[-67.70825,-10.71083],[-67.86386,-10.64067],[-68.03289,-10.65486],[-68.10456,-10.71426],[-68.10333,-10.77541],[-68.27819,-10.98926],[-68.71576,-11.14483],[-68.75767,-11.00079],[-68.9118,-11.02192],[-69.41453,-10.92575],[-69.73653,-10.97445],[-69.76903,-10.92972],[-69.93442,-10.9219],[-70.15869,-11.04096],[-70.30672,-11.06983],[-70.43675,-11.03923],[-70.53033,-10.93465],[-70.62103,-10.99982],[-70.62338,-9.82054],[-70.53663,-9.76584],[-70.59972,-9.56264],[-70.55282,-9.57093],[-70.56894,-9.53127],[-70.50506,-9.50557],[-70.49665,-9.42489],[-70.59581,-9.4425],[-70.6632,-9.52601],[-70.75067,-9.56043],[-70.79332,-9.63846],[-70.96337,-9.74891],[-70.99391,-9.81721],[-71.13974,-9.85702],[-71.22052,-9.96968],[-72.1804,-9.99967],[-72.15136,-9.79742],[-72.26296,-9.75085],[-72.25282,-9.61633],[-72.28821,-9.60316],[-72.2829,-9.53995],[-72.35688,-9.4946],[-72.51954,-9.49128],[-72.71676,-9.4122],[-73.2038,-9.40715],[-73.07352,-9.23461],[-73.0093,-9.22236],[-73.02612,-9.17786],[-72.9582,-9.14302],[-72.94091,-8.98494],[-72.99931,-8.91778],[-73.05901,-8.90561],[-73.14992,-8.6839],[-73.20907,-8.6857],[-73.28745,-8.61948],[-73.3055,-8.47197],[-73.38956,-8.46878],[-73.41286,-8.41099],[-73.53744,-8.34587],[-73.62739,-8.02187],[-73.73175,-7.9684],[-73.7725,-7.90237],[-73.76164,-7.85803],[-73.69706,-7.86527],[-73.6843,-7.77644],[-73.82217,-7.71788],[-73.99094,-7.53635],[-73.948,-7.52661],[-73.91981,-7.46568],[-73.96394,-7.34764],[-73.87014,-7.37882],[-73.7003,-7.30429],[-73.79842,-7.11306],[-73.71046,-6.84019],[-73.53639,-6.6834],[-73.39115,-6.64193],[-73.35281,-6.59327],[-73.22741,-6.58884],[-73.18797,-6.52302],[-73.13523,-6.51046],[-73.10473,-6.40666],[-73.24664,-6.14963],[-73.23821,-6.04399],[-73.1868,-6.00512],[-73.15207,-5.86796],[-73.05303,-5.79517],[-72.95912,-5.65689],[-72.95888,-5.46613],[-72.86052,-5.27117],[-72.88725,-5.16307],[-72.73986,-5.08859],[-72.72765,-5.05199],[-72.6212,-5.0518],[-72.598,-4.98386],[-72.38202,-4.87296],[-72.36895,-4.80387],[-72.12601,-4.73454],[-72.04335,-4.62384],[-72.00689,-4.64622],[-71.99464,-4.60996],[-71.94743,-4.60877],[-71.91909,-4.5298],[-71.88549,-4.53803],[-71.9073,-4.51644],[-71.76637,-4.50446],[-71.75109,-4.46887],[-71.70817,-4.51165],[-71.65479,-4.47246],[-71.65032,-4.50395],[-71.61548,-4.4687],[-71.6335,-4.51524],[-71.59625,-4.52928],[-71.53703,-4.46442],[-71.49428,-4.48701],[-71.50716,-4.43909],[-71.43438,-4.42882],[-71.42562,-4.47058],[-71.35026,-4.42728],[-71.30752,-4.46288],[-71.32091,-4.42009],[-71.27782,-4.44217],[-71.26975,-4.385],[-71.20263,-4.37987],[-71.19422,-4.42471],[-71.14478,-4.38158],[-71.11491,-4.41119],[-71.10616,-4.37764],[-70.99389,-4.38654],[-70.99595,-4.34632],[-70.9357,-4.38432],[-70.84483,-4.27905],[-70.86447,-4.25245],[-70.81677,-4.23005],[-70.8458,-4.21872],[-70.75901,-4.15944],[-70.68147,-4.20791],[-70.64256,-4.12805],[-70.62521,-4.19151],[-70.56118,-4.1775],[-70.57357,-4.21169],[-70.54796,-4.13671],[-70.51036,-4.14824],[-70.50417,-4.20098],[-70.48535,-4.16132],[-70.43435,-4.16266],[-70.43146,-4.13217],[-70.33892,-4.17997],[-70.32281,-4.14206],[-70.28769,-4.16555],[-70.29141,-4.28709],[-70.21457,-4.29749],[-70.19194,-4.36179],[-70.15508,-4.27308],[-70.11749,-4.28585],[-70.10881,-4.25454],[-70.04189,-4.29409],[-70.07948,-4.31428],[-70.02826,-4.3703],[-69.99182,-4.37482],[-69.94793,-4.23168]],[[-34.00035,-3.76654],[-34.01797,-3.84985],[-34.00664,-3.91809],[-33.98608,-3.95952],[-33.95923,-3.99217],[-33.8921,-4.03653],[-33.81658,-4.05077],[-33.72931,-4.03151],[-33.66638,-3.9838],[-33.62736,-3.9185],[-33.61519,-3.84985],[-33.63239,-3.76864],[-33.68693,-3.69537],[-33.74987,-3.65978],[-33.81658,-3.6489],[-33.89336,-3.66397],[-33.96007,-3.70877],[-34.00035,-3.76654]],[[-32.5538,-4.00884],[-32.59937,-3.9531],[-32.64061,-3.87309],[-32.61755,-3.73712],[-32.58338,-3.70527],[-32.54228,-3.65606],[-32.4592,-3.63029],[-32.35174,-3.63887],[-32.30049,-3.67684],[-32.24749,-3.75266],[-32.23155,-3.81889],[-32.2357,-3.90247],[-32.30194,-3.9883],[-32.42898,-4.0384],[-32.5538,-4.00884]],[[-29.50321,0.79391],[-29.54097,0.8689],[-29.54727,0.92553],[-29.52367,0.99422],[-29.48958,1.06134],[-29.43136,1.10224],[-29.35899,1.1206],[-29.29238,1.11378],[-29.22158,1.0776],[-29.16285,1.00314],[-29.14501,0.92605],[-29.14764,0.88358],[-29.17176,0.8196],[-29.24885,0.74357],[-29.29448,0.72521],[-29.36371,0.71892],[-29.43556,0.73937],[-29.50321,0.79391]],[[-29.09537,-20.42649],[-29.19756,-20.33509],[-29.3343,-20.28932],[-29.46741,-20.3288],[-29.54604,-20.42958],[-29.55396,-20.52706],[-29.51696,-20.62613],[-29.40995,-20.68955],[-29.27599,-20.72578],[-29.15968,-20.66209],[-29.07188,-20.57088],[-28.9712,-20.64769],[-28.83286,-20.69814],[-28.67968,-20.62099],[-28.63549,-20.49284],[-28.63412,-20.47146],[-28.7431,-20.30094],[-28.8683,-20.27288],[-29.0031,-20.32416],[-29.09537,-20.42649]]],terms_text:"IBGE",icon:"https://osmlab.github.io/editor-layer-index/sources/south-america/br/IBGE_Setores_Rurais.png"},{id:"IBGE_BC250_Aglomerado_Rural",name:"IBGE-BC250-Aglomerado Rural Isolado",type:"wms",template:"http://www.geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Aglomerado_Rural_Isolado_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Pista_Pouso",name:"IBGE-BC250-Pista de Pouso",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Pista_Ponto_Pouso_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Rios_Drenagem",name:"IBGE-BC250-Rios Drenagem",type:"wms",template:"http://www.geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Trecho_Drenagem_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Terra_Indegina",name:"IBGE-BC250-Terra Indigena",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Terra_Indigena_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Rodoviario",name:"IBGE-BC250-Trecho Rodoviario",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Trecho_Rodoviario_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image/png&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Uso_Sustentavel",name:"IBGE-BC250-Unidade de Uso Sistentável - APA",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Unidade_Uso_Sustentavel_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Villa",name:"IBGE-BC250-Villa",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Vila_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BCIM_Gerador_Eletrica",name:"IBGE-BCIM-Estações Geradora de Energia Elétrica",type:"wms",template:"http://www.geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BCIM_Est_Gerad_Energia_Eletrica_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BCIM_Municipio",name:"IBGE-BCIM-Município",type:"wms",template:"http://www.geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BCIM_Municipio_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"ign-topografico-tms",name:"IGN topographical map (TMS)",type:"tms",template:"https://ide.ign.gob.ar/geoservicios/rest/services/Mapas_IGN/mapa_topografico/MapServer/tile/{zoom}/{y}/{x}",scaleExtent:[1,20],polygon:[[[-55.5438,-35.77219],[-64.31743,-49.44788],[-61.52546,-55.68296],[-66.04226,-55.24192],[-66.6896,-55.17191],[-66.86233,-55.04496],[-67.23387,-54.9245],[-67.47633,-54.92785],[-67.71808,-54.91261],[-67.96138,-54.88571],[-68.18753,-54.89288],[-68.61804,-54.92151],[-68.66375,-52.66716],[-68.51023,-52.39432],[-70.01629,-52.05707],[-72.05562,-52.01749],[-72.09055,-51.93758],[-72.02273,-51.88832],[-72.49598,-51.597],[-72.3623,-51.25935],[-72.46252,-51.08654],[-72.31217,-50.90093],[-72.39293,-50.69005],[-72.49148,-50.66866],[-72.59646,-50.73916],[-72.76983,-50.68829],[-73.22154,-50.87193],[-73.22709,-50.66897],[-73.39438,-50.58008],[-73.57703,-50.15788],[-73.53993,-50.01443],[-73.61453,-49.91795],[-73.52684,-49.7716],[-73.02779,-49.70085],[-73.02788,-49.23743],[-73.16148,-49.13062],[-72.96385,-48.89084],[-72.80952,-48.90039],[-72.59462,-48.77255],[-72.63621,-48.45823],[-72.46698,-48.45706],[-72.42158,-48.31422],[-72.3428,-48.29046],[-72.37166,-48.15995],[-72.57678,-47.96054],[-72.5731,-47.72062],[-72.3839,-47.57888],[-72.38448,-47.41759],[-72.07162,-47.2755],[-72.04726,-47.14867],[-71.93566,-47.15037],[-72.00956,-47.08473],[-72.00759,-46.78833],[-71.71488,-46.64453],[-71.7985,-46.26925],[-71.97019,-46.14972],[-71.63332,-45.97063],[-71.66595,-45.89232],[-71.77408,-45.85187],[-71.8548,-45.61169],[-71.7885,-45.50505],[-71.58354,-45.45607],[-71.58236,-45.36316],[-71.40574,-45.27206],[-71.61593,-45.03146],[-72.07949,-44.93988],[-72.11766,-44.73884],[-71.47444,-44.68048],[-71.2897,-44.75036],[-71.28469,-44.60892],[-71.20209,-44.5359],[-71.40536,-44.44891],[-71.86374,-44.44274],[-71.9047,-44.10354],[-71.70007,-43.98287],[-71.78725,-43.80985],[-71.63263,-43.65888],[-71.87866,-43.56195],[-71.95542,-43.44292],[-71.91512,-43.319],[-71.80268,-43.29535],[-71.73869,-43.19234],[-71.94149,-43.11061],[-72.18001,-42.8948],[-72.18733,-42.66619],[-72.06314,-42.53751],[-72.0441,-42.41231],[-72.14365,-42.40333],[-72.20024,-42.17229],[-72.17802,-42.13207],[-72.06032,-42.10593],[-71.78041,-42.12128],[-71.83133,-41.78089],[-71.94135,-41.60926],[-71.9023,-41.06778],[-72.02097,-40.73647],[-71.91507,-40.61832],[-71.87117,-40.38959],[-71.76665,-40.35676],[-71.87961,-40.24227],[-71.8856,-40.10093],[-71.67779,-39.92156],[-71.74365,-39.86164],[-71.77001,-39.61946],[-71.68665,-39.50983],[-71.58545,-39.55159],[-71.45202,-39.31025],[-71.47673,-38.89162],[-71.25594,-38.74909],[-70.95844,-38.70272],[-70.89411,-38.57644],[-71.03346,-38.45451],[-71.08724,-38.09054],[-71.23505,-37.86541],[-71.26668,-37.68295],[-71.18031,-37.4828],[-71.27241,-37.28686],[-71.17697,-37.1077],[-71.27586,-36.9637],[-71.20495,-36.91075],[-71.2345,-36.83303],[-71.07654,-36.43571],[-70.96469,-36.43366],[-70.90086,-36.34336],[-70.77062,-36.35412],[-70.59553,-36.12118],[-70.44219,-36.14876],[-70.42788,-35.73781],[-70.50607,-35.38014],[-70.59764,-35.34459],[-70.63128,-35.23712],[-70.42629,-35.12462],[-70.32933,-34.83081],[-70.35687,-34.72532],[-70.07752,-34.38253],[-70.06901,-34.24694],[-69.87771,-34.20233],[-69.95948,-33.77235],[-69.83371,-33.34911],[-70.02502,-33.37388],[-70.14906,-33.04145],[-70.06223,-33.01233],[-70.00981,-32.90747],[-70.19517,-32.75732],[-70.19589,-32.50891],[-70.28486,-32.45564],[-70.44343,-32.05325],[-70.41077,-31.9809],[-70.29402,-31.95849],[-70.5117,-31.85844],[-70.62295,-31.59949],[-70.59941,-31.29869],[-70.5377,-31.08557],[-70.35748,-31.0002],[-70.20264,-30.32249],[-69.97775,-30.32288],[-69.847,-30.16294],[-70.01824,-30.10003],[-69.95038,-29.73744],[-70.03755,-29.35428],[-69.97565,-29.18743],[-69.85112,-29.06923],[-69.70118,-28.37779],[-69.20484,-27.90816],[-68.84844,-27.13115],[-68.76133,-27.08588],[-68.60693,-27.09636],[-68.3489,-26.92771],[-68.64137,-26.50722],[-68.60352,-26.25391],[-68.45177,-26.1377],[-68.63052,-25.43524],[-68.55582,-25.14476],[-68.44595,-25.0658],[-68.62011,-24.81717],[-68.55162,-24.58836],[-68.28078,-24.34935],[-67.32648,-24.02538],[-66.99882,-23.00044],[-67.18775,-22.81375],[-67.08088,-22.62433],[-67.03366,-22.53815],[-66.84345,-22.39746],[-66.73734,-22.22282],[-66.38248,-22.07602],[-66.28978,-21.76554],[-66.21845,-21.72575],[-65.89675,-21.88263],[-65.71368,-22.09054],[-65.61493,-22.09152],[-65.60973,-22.09505],[-65.60607,-22.09358],[-65.60256,-22.09658],[-65.60015,-22.09543],[-65.59229,-22.09511],[-65.59015,-22.09735],[-65.58691,-22.09645],[-65.58512,-22.08432],[-65.57523,-22.07312],[-65.47487,-22.08487],[-64.99026,-22.06739],[-64.59768,-22.19269],[-64.52643,-22.29504],[-64.33114,-22.68517],[-64.10381,-22.34114],[-64.10712,-22.32023],[-64.06522,-22.23093],[-64.04702,-22.23757],[-64.03654,-22.19469],[-64.0029,-22.10735],[-63.99022,-22.07925],[-63.97147,-22.07619],[-63.94118,-21.99823],[-63.70932,-21.99896],[-63.68839,-22.01037],[-63.68079,-22.03116],[-63.68507,-22.04019],[-63.68156,-22.05185],[-63.67659,-22.03287],[-63.67201,-22.02293],[-63.66821,-22.01634],[-63.67191,-22.01399],[-63.66566,-21.99839],[-62.79606,-21.98778],[-62.74618,-22.10033],[-62.18511,-22.50843],[-61.93761,-22.97376],[-61.45605,-23.36182],[-61.05842,-23.56621],[-60.95137,-23.75997],[-60.28746,-24.01906],[-60.03728,-24.00408],[-59.46607,-24.33428],[-59.12256,-24.59772],[-58.46645,-24.84584],[-58.332,-24.98132],[-58.2349,-24.91756],[-57.8565,-25.08005],[-57.76981,-25.15013],[-57.75374,-25.17277],[-57.71597,-25.26456],[-57.71837,-25.27146],[-57.71111,-25.27265],[-57.71008,-25.28146],[-57.70692,-25.2845],[-57.70438,-25.28159],[-57.70273,-25.28239],[-57.70175,-25.28459],[-57.69741,-25.28283],[-57.69281,-25.28588],[-57.69733,-25.29337],[-57.70246,-25.29847],[-57.69612,-25.30832],[-57.69763,-25.3199],[-57.69143,-25.32127],[-57.67993,-25.33318],[-57.64822,-25.3679],[-57.63902,-25.38287],[-57.61504,-25.38841],[-57.59954,-25.39704],[-57.57673,-25.42029],[-57.56698,-25.43147],[-57.55477,-25.43999],[-57.55285,-25.44705],[-57.55811,-25.45717],[-57.55763,-25.46897],[-57.56523,-25.48014],[-57.56806,-25.49501],[-57.57722,-25.50575],[-57.57566,-25.52264],[-57.5661,-25.54112],[-57.56809,-25.55797],[-57.58142,-25.57145],[-57.59952,-25.57438],[-57.60444,-25.59855],[-57.6122,-25.61963],[-57.6367,-25.61807],[-57.66569,-25.60273],[-57.67006,-25.65579],[-57.67513,-25.66052],[-57.68626,-25.66287],[-57.69808,-25.65933],[-57.71855,-25.64914],[-57.72537,-25.71924],[-57.77786,-25.77559],[-57.84986,-26.01142],[-58.08597,-26.14202],[-58.13896,-26.66834],[-58.28224,-26.80127],[-58.32056,-26.82169],[-58.3167,-26.86081],[-58.32384,-26.87074],[-58.56858,-27.20629],[-57.90834,-27.24265],[-56.99114,-27.41858],[-56.60886,-27.36586],[-56.40607,-27.52701],[-56.32355,-27.36897],[-56.09353,-27.25219],[-55.76168,-27.38106],[-55.65541,-27.30153],[-55.67524,-27.17004],[-55.59643,-27.06538],[-55.40826,-26.91763],[-55.20788,-26.89214],[-54.97304,-26.63717],[-54.8532,-26.59894],[-54.72264,-26.31238],[-54.73235,-25.98554],[-54.65309,-25.84138],[-54.71357,-25.66721],[-54.62995,-25.55106],[-54.44288,-25.5795],[-54.11451,-25.4396],[-53.80059,-25.65093],[-53.766,-25.94301],[-53.59024,-26.19274],[-53.67264,-26.61495],[-53.61669,-26.95395],[-53.76351,-27.18917],[-54.15393,-27.36033],[-54.26461,-27.49923],[-54.79439,-27.6397],[-55.0044,-27.90341],[-55.19076,-27.92946],[-55.41589,-28.14304],[-55.66542,-28.26547],[-55.61633,-28.32205],[-55.65957,-28.46539],[-55.83413,-28.42136],[-55.87339,-28.49468],[-56.13558,-28.7265],[-56.37343,-29.10817],[-56.569,-29.13892],[-56.76306,-29.48638],[-57.05958,-29.72263],[-57.24463,-29.86452],[-57.3045,-30.03966],[-57.61942,-30.20517],[-57.60863,-30.32424],[-57.82983,-30.53118],[-57.75241,-30.68756],[-57.75273,-30.91942],[-57.93419,-31.27388],[-57.99,-31.36053],[-57.98302,-31.3734],[-57.97736,-31.38022],[-57.97778,-31.38599],[-57.98203,-31.39213],[-58.00944,-31.41341],[-58.06637,-31.47395],[-57.92613,-31.57745],[-57.98622,-31.77449],[-58.12179,-31.89772],[-58.11905,-32.14059],[-58.04227,-32.29153],[-58.14327,-32.45845],[-58.0758,-33.00587],[-58.18964,-33.09402],[-58.2723,-33.1061],[-58.31012,-33.1048],[-58.35418,-33.1221],[-58.37567,-33.17644],[-58.44465,-33.5853],[-58.43016,-33.71813],[-58.42434,-33.86887],[-58.41858,-33.91742],[-58.33697,-34.00477],[-58.241,-34.16246],[-57.84696,-34.50017],[-55.5438,-35.77219]]],terms_url:"http://www.ign.gob.ar/",terms_text:"Instituto Geográfico Nacional de la República Argentina",icon:"http://www.ign.gob.ar/sites/default/files/favicon.png"},{id:"Haiti-Drone",name:"Imagerie Drone (Haiti)",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/iomhaiti/{zoom}/{x}/{y}",scaleExtent:[0,21],polygon:[[[-72.15474,19.6879],[-72.15458,19.6878],[-72.15485,19.68776],[-72.15472,19.68685],[-72.15431,19.68707],[-72.15463,19.68544],[-72.15301,19.68499],[-72.15086,19.68435],[-72.15045,19.68479],[-72.15078,19.68315],[-72.15223,19.6833],[-72.15282,19.68066],[-72.15186,19.68051],[-72.15191,19.68034],[-72.15227,19.68035],[-72.15238,19.67972],[-72.15328,19.67965],[-72.15333,19.67698],[-72.15308,19.67694],[-72.15348,19.67638],[-72.14878,19.67107],[-72.13664,19.67081],[-72.13557,19.67408],[-72.13573,19.68351],[-72.13679,19.68407],[-72.13695,19.68559],[-72.13778,19.685],[-72.13782,19.68727],[-72.13888,19.68767],[-72.13881,19.69013],[-72.13853,19.68949],[-72.13806,19.68964],[-72.13869,19.69232],[-72.13825,19.69276],[-72.13948,19.69737],[-72.14101,19.7],[-72.1437,19.70112],[-72.14851,19.70015],[-72.14772,19.70268],[-72.14874,19.7029],[-72.1616,19.70357],[-72.16578,19.698],[-72.165,19.69324],[-72.16223,19.68901],[-72.15474,19.6879]],[[-72.13106,19.67189],[-72.12598,19.67728],[-72.12554,19.67762],[-72.12169,19.67764],[-72.11497,19.6726],[-72.11527,19.66872],[-72.11982,19.66275],[-72.12278,19.66257],[-72.1249,19.6627],[-72.12858,19.66454],[-72.13081,19.66617],[-72.13167,19.66879],[-72.13156,19.671],[-72.13106,19.67189]],[[-71.84579,19.67098],[-71.84294,19.67595],[-71.841,19.67595],[-71.83802,19.67553],[-71.83787,19.6745],[-71.83905,19.67439],[-71.83901,19.67411],[-71.83984,19.67395],[-71.83891,19.67361],[-71.83802,19.67209],[-71.83801,19.67263],[-71.83767,19.67272],[-71.83763,19.67254],[-71.83544,19.67321],[-71.83533,19.673],[-71.83312,19.67346],[-71.83267,19.67168],[-71.83216,19.67209],[-71.83072,19.66949],[-71.8306,19.66976],[-71.83022,19.66989],[-71.82918,19.66721],[-71.82907,19.66721],[-71.82891,19.66679],[-71.82895,19.66662],[-71.82883,19.66635],[-71.82856,19.66648],[-71.82887,19.66725],[-71.82876,19.66741],[-71.8278,19.66782],[-71.82771,19.66786],[-71.82783,19.66796],[-71.82718,19.66812],[-71.82718,19.66809],[-71.82644,19.66839],[-71.82641,19.66832],[-71.8262,19.66843],[-71.82618,19.66836],[-71.82589,19.66842],[-71.82589,19.66866],[-71.82516,19.66875],[-71.82545,19.66916],[-71.82293,19.66957],[-71.82271,19.66967],[-71.82277,19.66976],[-71.82018,19.67099],[-71.81985,19.67045],[-71.8198,19.6706],[-71.81947,19.67076],[-71.81825,19.67134],[-71.81814,19.67114],[-71.81758,19.67143],[-71.81696,19.67077],[-71.81764,19.6719],[-71.81714,19.67204],[-71.81582,19.6718],[-71.81384,19.67119],[-71.81233,19.6707],[-71.81218,19.67043],[-71.81243,19.67015],[-71.81192,19.67001],[-71.81188,19.67058],[-71.81117,19.67035],[-71.80959,19.66985],[-71.8078,19.66928],[-71.8056,19.66861],[-71.80514,19.66689],[-71.80512,19.66523],[-71.80523,19.66198],[-71.80656,19.65239],[-71.80734,19.64829],[-71.80997,19.64683],[-71.81475,19.64545],[-71.81477,19.64556],[-71.815,19.64551],[-71.81495,19.64538],[-71.81599,19.64502],[-71.81589,19.64489],[-71.81659,19.64461],[-71.81901,19.6438],[-71.82115,19.64345],[-71.82216,19.64333],[-71.8269,19.64321],[-71.82805,19.64322],[-71.83045,19.64408],[-71.83064,19.64486],[-71.82953,19.64504],[-71.82961,19.64561],[-71.82994,19.64557],[-71.83037,19.64517],[-71.83047,19.64535],[-71.83081,19.6452],[-71.83102,19.64511],[-71.83125,19.64585],[-71.83111,19.64582],[-71.83137,19.64659],[-71.83289,19.64619],[-71.83446,19.64571],[-71.83447,19.64631],[-71.83422,19.64619],[-71.8342,19.64655],[-71.83467,19.6463],[-71.83491,19.64639],[-71.8348,19.64622],[-71.83544,19.64585],[-71.8355,19.6458],[-71.83647,19.64613],[-71.83764,19.64727],[-71.83791,19.64789],[-71.83905,19.6508],[-71.84569,19.66962],[-71.84579,19.67098]],[[-72.09888,18.54843],[-72.09907,18.54838],[-72.09991,18.54809],[-72.10234,18.54813],[-72.10252,18.54814],[-72.10229,18.54826],[-72.10229,18.54828],[-72.10256,18.54815],[-72.10272,18.54814],[-72.10343,18.54871],[-72.10354,18.5489],[-72.10352,18.54974],[-72.10349,18.54974],[-72.10351,18.55003],[-72.10285,18.55018],[-72.1029,18.55025],[-72.10287,18.55031],[-72.10352,18.55024],[-72.1035,18.55152],[-72.10338,18.55152],[-72.10308,18.55161],[-72.10348,18.55162],[-72.10342,18.55435],[-72.10243,18.5555],[-72.10149,18.55562],[-72.10062,18.55559],[-72.0979,18.55521],[-72.09688,18.55466],[-72.09652,18.55421],[-72.09661,18.55417],[-72.09651,18.55417],[-72.09654,18.55398],[-72.09644,18.55355],[-72.09628,18.55357],[-72.09621,18.5532],[-72.09599,18.55337],[-72.09564,18.55267],[-72.09556,18.55185],[-72.09685,18.55035],[-72.09729,18.55032],[-72.09699,18.5502],[-72.09888,18.54843]],[[-72.25425,18.56826],[-72.25603,18.57178],[-72.25579,18.5748],[-72.2535,18.57555],[-72.25228,18.57555],[-72.24999,18.57409],[-72.24739,18.56983],[-72.24601,18.56673],[-72.24585,18.56295],[-72.24794,18.56254],[-72.25015,18.5628],[-72.25192,18.56508],[-72.25425,18.56826]],[[-72.30315,18.53327],[-72.30313,18.53318],[-72.30483,18.53111],[-72.30974,18.53111],[-72.31643,18.53243],[-72.32341,18.53661],[-72.32614,18.53878],[-72.32619,18.54264],[-72.31705,18.55406],[-72.31309,18.55406],[-72.29875,18.54533],[-72.29886,18.54073],[-72.2963,18.54047],[-72.29546,18.53952],[-72.29619,18.53386],[-72.29719,18.53322],[-72.3007,18.53328],[-72.30227,18.53423],[-72.30285,18.53352],[-72.3031,18.53334],[-72.30318,18.5334],[-72.30358,18.53356],[-72.30308,18.53465],[-72.30371,18.53399],[-72.30453,18.53441],[-72.3044,18.53451],[-72.30627,18.53526],[-72.30631,18.53527],[-72.30612,18.53576],[-72.30612,18.53582],[-72.30637,18.53589],[-72.30627,18.53549],[-72.30667,18.53509],[-72.3062,18.53497],[-72.30589,18.53494],[-72.30554,18.53468],[-72.30549,18.53461],[-72.30556,18.53451],[-72.30467,18.53423],[-72.30476,18.53388],[-72.30433,18.53375],[-72.30426,18.53363],[-72.30315,18.53327]],[[-72.29814,18.4775],[-72.29357,18.49486],[-72.29222,18.49643],[-72.29317,18.49725],[-72.28923,18.50571],[-72.28781,18.5081],[-72.28505,18.51199],[-72.28402,18.51132],[-72.28086,18.51588],[-72.27732,18.5176],[-72.27235,18.51752],[-72.26627,18.51446],[-72.26659,18.50668],[-72.26926,18.50462],[-72.2662,18.50298],[-72.26882,18.49652],[-72.26915,18.49594],[-72.27027,18.49615],[-72.27027,18.4956],[-72.26907,18.49557],[-72.26929,18.49377],[-72.2737,18.486],[-72.27467,18.48504],[-72.27518,18.4834],[-72.27654,18.48134],[-72.27735,18.4815],[-72.2783,18.48097],[-72.27785,18.4807],[-72.2771,18.48012],[-72.279,18.47758],[-72.27972,18.47729],[-72.28064,18.47764],[-72.28137,18.47716],[-72.28084,18.47698],[-72.28128,18.47584],[-72.28232,18.47518],[-72.28516,18.4751],[-72.28499,18.47637],[-72.28544,18.47698],[-72.28628,18.47563],[-72.28693,18.47547],[-72.2866,18.47519],[-72.2866,18.475],[-72.29098,18.47473],[-72.29466,18.47494],[-72.29739,18.47684],[-72.29814,18.4775]],[[-72.34667,18.52224],[-72.34683,18.52443],[-72.34753,18.52776],[-72.34555,18.52911],[-72.34031,18.52922],[-72.33833,18.52803],[-72.3369,18.53012],[-72.33381,18.52967],[-72.32893,18.52708],[-72.32865,18.52533],[-72.32921,18.52327],[-72.33041,18.52205],[-72.33216,18.52218],[-72.33225,18.5192],[-72.33692,18.51836],[-72.3382,18.51847],[-72.33815,18.51818],[-72.3412,18.51779],[-72.34549,18.5172],[-72.34926,18.51728],[-72.35043,18.51889],[-72.35035,18.52061],[-72.34968,18.52204],[-72.34667,18.52224]],[[-72.33031,18.54865],[-72.34297,18.55081],[-72.34332,18.55306],[-72.34131,18.56143],[-72.33906,18.56136],[-72.33847,18.56383],[-72.33753,18.56543],[-72.33484,18.56506],[-72.33118,18.56383],[-72.33121,18.56162],[-72.32321,18.56069],[-72.32124,18.5596],[-72.3208,18.5587],[-72.32088,18.55788],[-72.32595,18.55803],[-72.32662,18.5582],[-72.32592,18.55775],[-72.3251,18.55738],[-72.32338,18.55226],[-72.3246,18.54785],[-72.3289,18.54837],[-72.32998,18.54895],[-72.33031,18.54865]],[[-72.32314,18.52698],[-72.32234,18.52807],[-72.32096,18.52797],[-72.32078,18.52713],[-72.32085,18.52537],[-72.32146,18.52496],[-72.32257,18.52489],[-72.32285,18.52533],[-72.32324,18.52648],[-72.32314,18.52698]],[[-72.21608,18.64578],[-72.21596,18.65538],[-72.20303,18.65583],[-72.19471,18.65534],[-72.19222,18.65456],[-72.19206,18.65213],[-72.19348,18.64776],[-72.20125,18.63852],[-72.20693,18.63882],[-72.2121,18.64241],[-72.21181,18.64306],[-72.21217,18.64269],[-72.2128,18.64276],[-72.21347,18.64313],[-72.21356,18.64375],[-72.21542,18.64439],[-72.21589,18.64503],[-72.21608,18.64578]],[[-72.28677,18.6482],[-72.2901,18.65274],[-72.28981,18.65365],[-72.29007,18.65427],[-72.29072,18.65377],[-72.29103,18.65447],[-72.29125,18.65422],[-72.29168,18.65589],[-72.29122,18.65661],[-72.29227,18.65597],[-72.29269,18.65675],[-72.29307,18.65673],[-72.29413,18.65818],[-72.29602,18.66084],[-72.29597,18.66191],[-72.29329,18.66457],[-72.29067,18.666],[-72.28959,18.66613],[-72.28959,18.66657],[-72.2877,18.66647],[-72.28758,18.66766],[-72.28312,18.66972],[-72.27965,18.66965],[-72.27843,18.66908],[-72.2784,18.66877],[-72.27774,18.66917],[-72.27744,18.66914],[-72.27701,18.66832],[-72.27656,18.66811],[-72.27654,18.66806],[-72.27523,18.66852],[-72.27493,18.66746],[-72.27464,18.66743],[-72.27347,18.66821],[-72.27323,18.66827],[-72.27268,18.66716],[-72.27191,18.66743],[-72.27188,18.66734],[-72.26881,18.66819],[-72.26883,18.66718],[-72.26908,18.66682],[-72.26881,18.66679],[-72.26811,18.66707],[-72.26763,18.66738],[-72.26756,18.66669],[-72.26686,18.66695],[-72.26559,18.66736],[-72.26545,18.66701],[-72.26475,18.66741],[-72.26299,18.66819],[-72.26285,18.66818],[-72.26265,18.66761],[-72.2623,18.66771],[-72.26248,18.66792],[-72.26248,18.66823],[-72.26231,18.66826],[-72.2621,18.66797],[-72.26228,18.66892],[-72.26015,18.6689],[-72.25427,18.66879],[-72.25054,18.66835],[-72.25044,18.66954],[-72.24779,18.66989],[-72.24152,18.66979],[-72.24142,18.67419],[-72.23892,18.67398],[-72.23872,18.67346],[-72.23837,18.67331],[-72.2387,18.67395],[-72.23755,18.6739],[-72.23742,18.67351],[-72.23774,18.67334],[-72.23751,18.67326],[-72.23684,18.67349],[-72.23644,18.67241],[-72.23551,18.6726],[-72.2354,18.67242],[-72.2353,18.6729],[-72.23455,18.67269],[-72.23431,18.67246],[-72.23424,18.67347],[-72.23341,18.67346],[-72.23329,18.6733],[-72.23274,18.67329],[-72.23271,18.6735],[-72.2277,18.67253],[-72.22653,18.67165],[-72.2268,18.67157],[-72.2275,18.67159],[-72.22749,18.67145],[-72.22729,18.67146],[-72.22728,18.6713],[-72.22721,18.67136],[-72.22618,18.67137],[-72.2256,18.67088],[-72.22551,18.66945],[-72.22611,18.66969],[-72.22618,18.66959],[-72.22598,18.66955],[-72.22578,18.66914],[-72.22533,18.66946],[-72.22497,18.66947],[-72.22458,18.66788],[-72.22355,18.6677],[-72.22359,18.66759],[-72.22246,18.66763],[-72.22237,18.66702],[-72.22233,18.66709],[-72.22192,18.66703],[-72.22081,18.6669],[-72.22081,18.66653],[-72.22087,18.66636],[-72.2206,18.66681],[-72.22039,18.66664],[-72.21843,18.66505],[-72.21829,18.6641],[-72.21835,18.66084],[-72.21872,18.66065],[-72.21869,18.6606],[-72.21873,18.66045],[-72.21898,18.66032],[-72.21878,18.6602],[-72.2187,18.66024],[-72.21858,18.66004],[-72.21861,18.66],[-72.21878,18.66013],[-72.219,18.66002],[-72.21891,18.65991],[-72.21897,18.65979],[-72.21838,18.65958],[-72.21847,18.65397],[-72.2201,18.65116],[-72.2258,18.64695],[-72.2283,18.64573],[-72.23793,18.64586],[-72.23776,18.6447],[-72.24004,18.64325],[-72.2456,18.64335],[-72.24827,18.64504],[-72.24875,18.64367],[-72.25111,18.64298],[-72.25124,18.64334],[-72.25126,18.64316],[-72.25148,18.64314],[-72.25133,18.64297],[-72.25336,18.64235],[-72.25352,18.64268],[-72.25395,18.64254],[-72.25415,18.64293],[-72.25439,18.64287],[-72.25438,18.64275],[-72.25642,18.64232],[-72.25669,18.64314],[-72.25688,18.64286],[-72.25682,18.64253],[-72.25884,18.6421],[-72.25889,18.64225],[-72.25926,18.64223],[-72.25965,18.64241],[-72.25922,18.64069],[-72.25995,18.64048],[-72.26012,18.64063],[-72.26012,18.63994],[-72.26153,18.63947],[-72.26261,18.6391],[-72.26545,18.63873],[-72.27194,18.63868],[-72.2722,18.63886],[-72.27303,18.63942],[-72.27317,18.64126],[-72.27387,18.64103],[-72.27422,18.64161],[-72.27522,18.6417],[-72.27545,18.64157],[-72.27555,18.64169],[-72.27554,18.64175],[-72.27647,18.64186],[-72.27675,18.6419],[-72.2763,18.6426],[-72.27742,18.643],[-72.27798,18.64272],[-72.27858,18.64313],[-72.27857,18.64323],[-72.2789,18.64335],[-72.27985,18.64397],[-72.28587,18.64697],[-72.28677,18.6482]],[[-72.55572,18.53059],[-72.55559,18.5367],[-72.555,18.53797],[-72.5488,18.53792],[-72.54866,18.53728],[-72.54884,18.53063],[-72.54937,18.5301],[-72.55513,18.53012],[-72.55572,18.53059]],[[-72.62353,18.50799],[-72.62344,18.50952],[-72.62261,18.51043],[-72.62049,18.51185],[-72.61834,18.51075],[-72.61622,18.50832],[-72.61626,18.50647],[-72.61866,18.50444],[-72.6204,18.5045],[-72.62283,18.507],[-72.62353,18.50799]]]},{id:"osmim-imagicode-S2A_R119_N09_20160327T050917",name:"imagico.de: Adams Bridge",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R119_N09_20160327T050917&z={zoom}&x={x}&y={-y}",endDate:"2016-03-27T00:00:00.000Z",startDate:"2016-03-27T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[79.01779,8.82757],[79.01402,9.64678],[80.17642,9.65042],[80.17728,8.8313],[79.01779,8.82757]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Supplementing incomplete coverage in other sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80700162014211LGN00",name:"imagico.de: Alaska Range",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80700162014211LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-07-31T00:00:00.000Z",startDate:"2014-07-31T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[-152.70873,62.30357],[-152.70839,62.58153],[-152.00835,63.54646],[-148.99432,63.5333],[-148.99432,62.30357],[-152.70873,62.30357]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent summer image of the Alaska Range for mapping natural features (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-aral2",name:"imagico.de: Aral Sea (high water level)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=aral2&z={zoom}&x={x}&y={-y}",endDate:"2016-03-03T00:00:00.000Z",startDate:"2016-03-03T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[58.049,43.2623],[58.049,46.7189],[58.1014,46.8645],[61.5524,46.8629],[61.5524,46.3896],[61.4675,45.3416],[60.6317,43.2623],[58.049,43.2623]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Water and wetland extents, dams etc. - some remaining winter ice in the north (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-aral1",name:"imagico.de: Aral Sea (low water level)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=aral1&z={zoom}&x={x}&y={-y}",endDate:"2016-09-09T00:00:00.000Z",startDate:"2016-09-09T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[58.049,43.2623],[58.049,46.7334],[58.096,46.8645],[61.5524,46.8629],[61.5524,46.3896],[61.4685,45.3544],[60.6267,43.2623],[58.049,43.2623]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Water and wetland extents, dams etc. (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R067_S40_20170417T140051",name:"imagico.de: Bahía Blanca (high tide)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R067_S40_20170417T140051&z={zoom}&x={x}&y={-y}",endDate:"2017-04-17T00:00:00.000Z",startDate:"2017-04-17T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-62.9988,-40.7327],[-62.9988,-37.9476],[-61.7505,-37.9474],[-61.7501,-40.7322],[-62.9988,-40.7327]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Tidal flats and islands at the coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R067_S40_20170127T140051",name:"imagico.de: Bahía Blanca (low tide)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R067_S40_20170127T140051&z={zoom}&x={x}&y={-y}",endDate:"2017-01-27T00:00:00.000Z",startDate:"2017-01-27T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-62.9988,-40.7327],[-62.9988,-37.9476],[-61.7505,-37.9474],[-61.7501,-40.7322],[-62.9988,-40.7327]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Tidal flats and islands at the coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81190582014075LGN00",name:"imagico.de: Bakun Reservoir",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81190582014075LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-03-16T00:00:00.000Z",startDate:"2014-03-16T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[114.36,2.02846],[113.53448,2.03],[113.53619,3.07077],[114.76512,3.06751],[114.76254,2.08816],[114.36,2.02846]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in older pre-2011 images (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81250592016107LGN00",name:"imagico.de: Batam",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81250592016107LGN00&z={zoom}&x={x}&y={-y}",endDate:"2016-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[104.00155,-0.00008],[104.00137,1.45099],[104.91015,1.45116],[104.91015,-0.00008],[104.00155,-0.00008]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing Islands in OSM (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80770232017156LGN00",name:"imagico.de: Bogoslof Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80770232017156LGN00&z={zoom}&x={x}&y={-y}",endDate:"2017-06-05T00:00:00.000Z",startDate:"2017-06-05T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-168.2544,53.8749],[-168.2544,54.0213],[-167.8591,54.0213],[-167.8591,53.8749],[-168.2544,53.8749]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image from after the eruption (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81800982013291LGN00",name:"imagico.de: Bouvet Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81800982013291LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-10-18T00:00:00.000Z",startDate:"2013-10-18T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[3.24653,-54.47047],[3.24653,-54.37539],[3.46385,-54.37539],[3.46385,-54.47047],[3.24653,-54.47047]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",best:true,description:"For more accurate coastline and glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R017_S67_20170223T022551",name:"imagico.de: Bunger Hills",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R017_S67_20170223T022551&z={zoom}&x={x}&y={-y}",endDate:"2017-02-23T00:00:00.000Z",startDate:"2017-02-23T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[96.1197,-67.6542],[96.1201,-67.1899],[98.7331,-65.044],[105.1028,-65.044],[105.1028,-65.7224],[103.3017,-67.6542],[96.1197,-67.6542]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Largest ice free area at the East Antarctic coast - shows considerable amounts of non-permanent ice. (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R065_N47_20160929T102022",name:"imagico.de: Central Alps in late September 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R065_N47_20160929T102022&z={zoom}&x={x}&y={-y}",endDate:"2016-09-29T00:00:00.000Z",startDate:"2016-09-29T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[10.55906,45.95485],[7.47396,45.95533],[7.55585,46.2708],[8.0547,47.66469],[11.75245,47.66481],[11.75245,46.81334],[11.38424,45.95509],[10.55906,45.95485]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping - beware of some fresh snow at higher altitudes (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82050982015344LGN00",name:"imagico.de: Clerke Rocks",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82050982015344LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-12-10T00:00:00.000Z",startDate:"2015-12-10T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-34.17701,-55.29693],[-35.19599,-55.28285],[-35.16664,-54.72097],[-34.12517,-54.73465],[-34.1401,-55.29693],[-34.17701,-55.29693]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R086_N60_20160831T213532",name:"imagico.de: Cook Inlet",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R086_N60_20160831T213532&z={zoom}&x={x}&y={-y}",endDate:"2016-08-31T00:00:00.000Z",startDate:"2016-08-31T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-154.5102,59.4577],[-154.5097,60.6888],[-153.5403,62.1718],[-148.0423,62.1718],[-148.0445,61.5342],[-149.7291,59.4584],[-154.5102,59.4577]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Tidal flats and glaciers in surrounding mountains (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-EO1A0040712016264110KF",name:"imagico.de: Coropuna",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=EO1A0040712016264110KF&z={zoom}&x={x}&y={-y}",endDate:"2016-09-21T00:00:00.000Z",startDate:"2016-09-21T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-72.75945,-15.68684],[-72.75945,-15.4957],[-72.74434,-15.4263],[-72.41286,-15.4263],[-72.41286,-15.65296],[-72.42411,-15.68667],[-72.75945,-15.68684]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R022_N06_20151221T103009",name:"imagico.de: Cotonou",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R022_N06_20151221T103009&z={zoom}&x={x}&y={-y}",endDate:"2015-12-21T00:00:00.000Z",startDate:"2015-12-21T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[1.83975,6.2578],[1.83975,7.11427],[2.5494,7.11427],[2.5494,6.48905],[2.49781,6.25806],[1.83975,6.2578]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Patchy and partly cloudy coverage in usual sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R040_N01_20160311T164128",name:"imagico.de: Darwin and Wolf islands, Galapagos",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R040_N01_20160311T164128&z={zoom}&x={x}&y={-y}",endDate:"2016-03-11T00:00:00.000Z",startDate:"2016-03-11T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-92.05216,1.3213],[-92.05216,1.72181],[-91.74849,1.72181],[-91.74849,1.3213],[-92.05216,1.3213]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image, only old and poor images in other sources currently (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80360072014245LGN00",name:"imagico.de: Eastern Devon Island coast",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80360072014245LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-09-02T00:00:00.000Z",startDate:"2014-09-02T00:00:00.000Z",scaleExtent:[0,11],polygon:[[[-84.34799,74.38946],[-84.34799,75.8903],[-79.14871,75.8903],[-79.14871,74.38946],[-84.34799,74.38946]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Coastline mostly mapped meanwhile (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82160152013239LGN00",name:"imagico.de: Eastern Iceland",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82160152013239LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-08-27T00:00:00.000Z",startDate:"2013-08-27T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[-13.04701,64.21109],[-15.16496,64.22408],[-15.16805,64.81573],[-13.04357,64.8036],[-13.04701,64.21109]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing islets and inaccurate coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-AST_L1T_00302052007154424_20150518041444_91492",name:"imagico.de: El Altar",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=AST_L1T_00302052007154424_20150518041444_91492&z={zoom}&x={x}&y={-y}",endDate:"2012-02-05T00:00:00.000Z",startDate:"2012-02-05T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-78.532,-1.80509],[-78.532,-1.60811],[-78.33562,-1.60811],[-78.33562,-1.80509],[-78.532,-1.80509]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"2007 ASTER image offering better glacier coverage than common sources (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R009_S61_20160109",name:"imagico.de: Elephant Island/Clarence Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R009_S61_20160109&z={zoom}&x={x}&y={-y}",endDate:"2016-01-09T00:00:00.000Z",startDate:"2016-01-09T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-56.13476,-61.63472],[-56.13476,-61.19936],[-55.83264,-60.84015],[-53.72343,-60.83982],[-53.72343,-61.63472],[-56.13476,-61.63472]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Fairly clear up-to-date image for updating glacier edges (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-enderby",name:"imagico.de: Enderby Land and Kemp Coast",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=enderby&z={zoom}&x={x}&y={-y}",endDate:"2017-03-27T00:00:00.000Z",startDate:"2017-01-25T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[45.4547,-68.5091],[45.4547,-67.5724],[49.7155,-65.7176],[59.2693,-65.7176],[67.3735,-67.3449],[67.3735,-68.2581],[67.088,-68.5091],[45.4547,-68.5091]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Sentinel-2 images of Enderby Land and Kemp Coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82100502015347LGN00",name:"imagico.de: Fogo, Cape Verde",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82100502015347LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-12-13T00:00:00.000Z",startDate:"2015-12-13T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-24.75878,14.74814],[-24.75878,15.09249],[-24.26706,15.09249],[-24.26706,14.74814],[-24.75878,14.74814]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Image from after the 2014/2015 eruption (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-greenland",name:"imagico.de: Greenland mosaic",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=greenland&z={zoom}&x={x}&y={-y}",endDate:"2015-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[-43.9774,59.7171],[-44.545,59.7302],[-44.9203,59.7672],[-45.3587,59.8218],[-45.763,59.8848],[-46.0859,59.9827],[-46.3381,60.119],[-46.577,60.2652],[-46.8114,60.4418],[-47.2635,60.5314],[-47.6937,60.5549],[-48.1457,60.6192],[-48.5771,60.7015],[-48.8689,60.8506],[-49.0578,61.0555],[-49.396,61.2957],[-49.7601,61.4934],[-50.2064,61.7324],[-50.4699,61.9539],[-50.8647,62.1596],[-51.0631,62.3869],[-51.2121,62.6001],[-51.3005,62.8389],[-51.4238,62.9979],[-51.6767,63.1944],[-51.9465,63.4079],[-52.0253,63.6377],[-52.2255,63.8378],[-52.3658,64.0705],[-52.4829,64.3792],[-52.4988,64.6788],[-52.789,64.9063],[-53.2046,65.1321],[-53.6649,65.4753],[-53.9977,65.8019],[-54.1348,66.1568],[-54.1441,66.5235],[-54.2285,66.8319],[-54.4519,67.303],[-54.5141,67.7648],[-54.604,68.2021],[-54.568,68.5698],[-54.598,68.8347],[-54.7606,69.1207],[-55.0028,69.4125],[-55.2735,69.6187],[-55.3808,69.8283],[-55.3945,70.0838],[-55.3094,70.2573],[-55.4307,70.479],[-55.5501,70.6707],[-55.7654,70.861],[-56.2489,71.2343],[-56.5018,71.5429],[-56.5867,71.9015],[-56.5189,72.2355],[-56.5085,72.5258],[-56.8923,72.8144],[-57.4027,73.1054],[-57.8066,73.4566],[-58.1461,73.7696],[-58.3554,74.0972],[-58.5125,74.3783],[-58.7336,74.6328],[-59.3551,74.8869],[-60.1412,75.102],[-61.0067,75.2763],[-61.911,75.3886],[-62.4706,75.5595],[-62.9776,75.7454],[-64.1463,75.779],[-65.4481,75.7235],[-66.7068,75.6792],[-67.8379,75.6525],[-69.0456,75.6195],[-70.055,75.5344],[-71.0898,75.4705],[-72.1119,75.4476],[-74.2311,76.4102],[-74.5601,76.5328],[-74.5601,82.6959],[-14.4462,82.6959],[-14.3994,82.5997],[-13.5339,82.4379],[-12.0312,82.3426],[-10.7796,82.3196],[-10.7796,80.1902],[-11.2123,80.069],[-11.136,79.8103],[-10.7796,79.5176],[-10.7796,79.0441],[-11.2626,78.7128],[-12.2579,78.3558],[-13.2398,78.1272],[-13.7649,77.9279],[-14.1169,77.6779],[-14.7129,77.5278],[-15.5507,77.3655],[-16.0936,77.0771],[-16.0586,76.5548],[-15.838,75.9611],[-15.6879,75.4726],[-16.253,75.058],[-17.0427,74.6425],[-18.3155,74.2702],[-19.4463,73.9378],[-19.8329,73.632],[-20.2938,73.3524],[-20.7831,73.0446],[-21.01,72.6766],[-20.8774,72.2926],[-20.7672,71.8726],[-20.7765,71.4304],[-20.9411,70.9802],[-21.219,70.6126],[-21.5326,70.3001],[-21.8039,70.0911],[-22.166,69.8947],[-22.4831,69.7539],[-22.9027,69.6585],[-23.3545,69.544],[-23.9177,69.4036],[-24.1794,69.3088],[-24.6745,69.1084],[-25.1222,68.9555],[-25.6659,68.7995],[-26.0994,68.583],[-26.6316,68.4043],[-27.7638,68.2813],[-28.4575,68.0023],[-29.353,67.8135],[-30.6456,67.4911],[-31.7673,67.0005],[-32.9783,66.2596],[-33.9313,66.0156],[-34.8956,65.7403],[-35.5914,65.5208],[-36.1483,65.372],[-36.7532,65.2559],[-37.1858,65.1349],[-37.6032,64.9727],[-38.0624,64.4901],[-38.5304,64.1244],[-39.0545,63.7213],[-39.3131,63.4405],[-39.5739,62.7506],[-39.9532,62.2739],[-40.2757,61.8547],[-40.714,61.3365],[-41.2091,60.8495],[-41.821,60.5526],[-42.4368,60.3264],[-42.8643,60.0299],[-43.1131,59.9147],[-43.3282,59.83],[-43.5459,59.7695],[-43.797,59.7284],[-43.9774,59.7171]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Landsat mosaic of Greenland (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R047_S54_20160411T044330",name:"imagico.de: Heard Island coast",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R047_S54_20160411T044330&z={zoom}&x={x}&y={-y}",endDate:"2016-04-12T00:00:00.000Z",startDate:"2016-04-12T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[73.06897,-53.27059],[73.06897,-52.87549],[73.67338,-52.87673],[74.08863,-52.9495],[74.08863,-53.27059],[73.06897,-53.27059]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image of Heard island with interior mostly cloud covered but mostly well visible coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82280982013259LGN00",name:"imagico.de: Isla Londonderry",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82280982013259LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-09-16T00:00:00.000Z",startDate:"2013-09-16T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[-69.8568,-55.55949],[-72.26521,-55.14943],[-72.26521,-54.51089],[-72.08531,-54.17909],[-69.49116,-54.17889],[-69.4915,-55.28379],[-69.62231,-55.5591],[-69.8568,-55.55949]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"A lot of very coarse coastlines could be improved here, much snow cover though so no use for glacier mapping (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_kangerlussuaq_20151008",name:"imagico.de: Kangerlussuaq Autumn",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_kangerlussuaq_20151008&z={zoom}&x={x}&y={-y}",endDate:"2015-10-08T00:00:00.000Z",startDate:"2015-10-08T00:00:00.000Z",scaleExtent:[0,17],polygon:[[[-50.6992,66.9888],[-50.721,67.0017],[-50.7341,67.0125],[-50.7396,67.0193],[-50.7396,67.0212],[-50.7158,67.0265],[-50.7017,67.0265],[-50.6829,67.0176],[-50.6686,67.0077],[-50.6638,66.998],[-50.6642,66.9946],[-50.6891,66.9888],[-50.6992,66.9888]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS image of the airport and settlement - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_kangerlussuaq_20160518",name:"imagico.de: Kangerlussuaq Spring",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_kangerlussuaq_20160518&z={zoom}&x={x}&y={-y}",endDate:"2016-05-18T00:00:00.000Z",startDate:"2016-05-18T00:00:00.000Z",scaleExtent:[0,18],polygon:[[[-50.7519,66.9996],[-50.7555,67.0023],[-50.7555,67.0033],[-50.6395,67.0297],[-50.6162,67.0339],[-50.6097,67.0281],[-50.6331,67.022],[-50.7323,66.9996],[-50.7519,66.9996]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS image of the airport and roads - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R021_N44_20160807T083013",name:"imagico.de: Kerch Strait",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R021_N44_20160807T083013&z={zoom}&x={x}&y={-y}",endDate:"2016-08-07T00:00:00.000Z",startDate:"2016-08-07T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[35.93259,44.96237],[35.93259,45.55926],[37.36991,45.55926],[37.36991,44.96237],[35.93259,44.96237]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"State of bridge construction in August 2016 (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R021_N44_20180429T082601",name:"imagico.de: Kerch Strait 2018",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R021_N44_20180429T082601&z={zoom}&x={x}&y={-y}",endDate:"2018-04-29T00:00:00.000Z",startDate:"2018-04-29T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[35.8787,45.0348],[35.8787,45.6095],[36.9208,45.6095],[36.9208,45.0348],[35.8787,45.0348]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Bridge and surrounding after completion in April 2018 (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ls_polar2",name:"imagico.de: Landsat off-nadir July 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ls_polar2&z={zoom}&x={x}&y={-y}",endDate:"2016-07-17T00:00:00.000Z",startDate:"2016-07-17T00:00:00.000Z",scaleExtent:[0,10],polygon:[[[-79.05175,81.91484],[-79.05175,83.43339],[-73.6039,83.80225],[-26.42449,83.80225],[-21.493,83.50352],[-16.88835,83.15095],[-16.88835,81.91484],[-79.05175,81.91484]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Latest images north of the regular Landsat limit (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-larsen_2018",name:"imagico.de: Larsen C ice shelf after calving",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=larsen_2018&z={zoom}&x={x}&y={-y}",endDate:"2018-01-06T00:00:00.000Z",startDate:"2018-01-06T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[-62.7282,-68.9652],[-64.0489,-68.7318],[-64.0486,-68.5373],[-60.8845,-65.9399],[-59.9187,-65.9389],[-59.1088,-66.0775],[-59.1088,-68.8359],[-59.2544,-68.9652],[-62.7282,-68.9652]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"For updating the ice edge after the 2017 iceberg calving (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-AST_L1T_00311162013112731_20150618142416_109190",name:"imagico.de: Leskov Island ASTER",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=AST_L1T_00311162013112731_20150618142416_109190&z={zoom}&x={x}&y={-y}",endDate:"2013-11-16T00:00:00.000Z",startDate:"2013-11-16T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-28.21075,-56.72108],[-28.21075,-56.62498],[-27.96956,-56.62498],[-27.96956,-56.72108],[-28.21075,-56.72108]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81991002015286LGN00",name:"imagico.de: Leskov Island Landsat",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81991002015286LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-10-13T00:00:00.000Z",startDate:"2015-10-13T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-27.99293,-56.73479],[-28.22776,-56.73262],[-28.22416,-56.60075],[-27.96975,-56.60283],[-27.97319,-56.73479],[-27.99293,-56.73479]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2B_R005_S69_20180222T061749",name:"imagico.de: Lützow-Holm Bay",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2B_R005_S69_20180222T061749&z={zoom}&x={x}&y={-y}",endDate:"2018-02-22T00:00:00.000Z",startDate:"2018-02-22T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[35.124,-70.3693],[35.1241,-69.2795],[36.3864,-68.4765],[42.2208,-68.4762],[42.2208,-70.3651],[35.124,-70.3693]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date late season image or an area poorly mapped in OSM at the moment - lots of sea ice, be careful with distinguishing sea ice from ice shelves and floating glacier tongues. (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ls_polar",name:"imagico.de: May 2013 off-nadir Landsat",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ls_polar&z={zoom}&x={x}&y={-y}",endDate:"2013-05-17T00:00:00.000Z",startDate:"2013-05-17T00:00:00.000Z",scaleExtent:[0,10],polygon:[[[-85.76109,81.39333],[-89.83016,82.14952],[-89.83153,82.24405],[-84.99342,82.73099],[-79.95207,83.13108],[-74.55641,83.46267],[-69.35851,83.70451],[-28.20784,83.70451],[-23.06624,83.46532],[-17.96584,83.15518],[-17.96721,82.72386],[-22.78197,81.4419],[-85.76109,81.39333]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"First available image north of the regular Landsat limit, mostly with seasonal snow cover so difficult to interpret (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R042_S78_20170214T202521",name:"imagico.de: McMurdo Sound and Dry Valleys",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R042_S78_20170214T202521&z={zoom}&x={x}&y={-y}",endDate:"2017-02-14T00:00:00.000Z",startDate:"2017-02-14T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[162.9125,-78.4514],[162.6595,-78.4257],[159.2712,-77.6013],[159.2712,-77.4108],[164.157,-76.477],[169.7813,-76.4764],[169.7813,-78.4514],[162.9125,-78.4514]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date late season image - not ice minimum, be careful with distinguishing sea ice from ice shelves. (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R092_S02_20160613T075613",name:"imagico.de: Mount Kenya 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R092_S02_20160613T075613&z={zoom}&x={x}&y={-y}",endDate:"2016-06-13T00:00:00.000Z",startDate:"2016-06-13T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[37.20666,-0.26685],[37.20666,-0.01193],[37.56552,-0.01193],[37.56552,-0.26685],[37.20666,-0.26685]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R092_S05_20160802T075556",name:"imagico.de: Mount Kilimanjaro 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R092_S05_20160802T075556&z={zoom}&x={x}&y={-y}",endDate:"2016-08-02T00:00:00.000Z",startDate:"2016-08-02T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[37.24769,-3.22921],[37.24769,-2.96816],[37.61581,-2.96816],[37.61581,-3.22921],[37.24769,-3.22921]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80940622015159LGN00",name:"imagico.de: New Ireland",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80940622015159LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-06-08T00:00:00.000Z",startDate:"2015-06-08T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[150.38853,-2.80053],[150.38853,-2.3834],[150.83348,-2.3834],[150.83348,-2.80053],[150.38853,-2.80053]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Many missing islands in OSM (mostly mapped meanwhile) (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-northsea_s2_2016",name:"imagico.de: North Sea Coast 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2016&z={zoom}&x={x}&y={-y}",endDate:"2016-09-25T00:00:00.000Z",startDate:"2016-09-25T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[5.1562,52.8755],[5.1615,53.0325],[6.4155,55.7379],[9.8813,55.7459],[9.8813,53.2428],[9.6846,52.8877],[5.1562,52.8755]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-northsea_s2_2017",name:"imagico.de: North Sea Coast 2017",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2017&z={zoom}&x={x}&y={-y}",endDate:"2017-06-02T00:00:00.000Z",startDate:"2017-06-02T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[5.1713,53.0918],[6.477,55.8973],[9.8813,55.8973],[9.8813,53.2761],[9.7789,53.0918],[5.1713,53.0918]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-northsea_s2_2018",name:"imagico.de: North Sea Coast spring 2018",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2018&z={zoom}&x={x}&y={-y}",endDate:"2018-05-08T00:00:00.000Z",startDate:"2018-05-08T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[5.3179,53.0918],[5.322,53.4418],[6.7023,56.3572],[9.8813,56.3578],[9.8813,53.2819],[9.7758,53.0921],[5.3179,53.0918]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-caspian_2018",name:"imagico.de: Northeast Caspian Sea 2018",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=caspian_2018&z={zoom}&x={x}&y={-y}",endDate:"2018-05-16T00:00:00.000Z",startDate:"2018-05-16T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[51.0243,45.0729],[51.0243,46.569],[52.4259,46.5687],[53.6471,46.3177],[53.6474,45.0729],[51.0243,45.0729]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Coastal contruction and Kashagan oil field in Kazakhstan in May 2018 (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ural_s2_2016",name:"imagico.de: Northern and Polar Ural mountains August 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ural_s2_2016&z={zoom}&x={x}&y={-y}",endDate:"2016-08-12T00:00:00.000Z",startDate:"2016-08-12T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[59.19898,64.89205],[59.19898,66.91656],[60.73329,68.44289],[67.73295,68.44327],[67.73295,67.74883],[64.21647,64.91957],[59.19898,64.89205]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date late summer imagery with few clouds - caution: not all visible snow is glaciers (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ndvina",name:"imagico.de: Northern Dvina delta at low tide",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ndvina&z={zoom}&x={x}&y={-y}",endDate:"2015-09-13T00:00:00.000Z",startDate:"2015-09-13T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[37.7291,64.1971],[37.7291,65.1161],[37.8592,65.2705],[41.3223,65.2705],[41.3223,64.3142],[41.2114,64.1973],[37.7291,64.1971]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Beaches, tidal flats and other costal forms (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-nellesmere_ast",name:"imagico.de: Northern Ellesmere Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=nellesmere_ast&z={zoom}&x={x}&y={-y}",endDate:"2012-07-09T00:00:00.000Z",startDate:"2012-07-09T00:00:00.000Z",scaleExtent:[0,10],polygon:[[[-81.62923,82.4597],[-83.03136,82.47986],[-83.03136,83.05876],[-72.80309,83.09567],[-65.65786,83.03232],[-65.81167,82.4597],[-81.62923,82.4597]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Assembled from July 2012 ASTER imagery (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-nellesmere_ast_2016",name:"imagico.de: Northern Ellesmere Island July 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=nellesmere_ast_2016&z={zoom}&x={x}&y={-y}",endDate:"2012-07-15T00:00:00.000Z",startDate:"2012-07-08T00:00:00.000Z",scaleExtent:[0,10],polygon:[[[-78.89729,82.17577],[-82.64501,82.19426],[-82.64501,83.08067],[-66.58986,83.08497],[-63.78011,82.98908],[-63.78011,82.72198],[-65.0092,82.17577],[-78.89729,82.17577]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Assembled from July 2016 ASTER imagery (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81960222015233LGN00vis",name:"imagico.de: Northern German west coast tidalflats",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81960222015233LGN00vis&z={zoom}&x={x}&y={-y}",endDate:"2015-08-21T00:00:00.000Z",startDate:"2015-08-21T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[7.63568,53.28027],[7.63568,53.6677],[8.49433,55.50246],[9.20775,55.48106],[9.20775,53.28027],[7.63568,53.28027]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81960222015233LGN00ir",name:"imagico.de: Northern German west coast tidalflats (infrared)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81960222015233LGN00ir&z={zoom}&x={x}&y={-y}",endDate:"2015-08-21T00:00:00.000Z",startDate:"2015-08-21T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[7.63568,53.28027],[7.63568,53.66811],[8.49433,55.50246],[9.20775,55.48106],[9.20775,53.28027],[7.63568,53.28027]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ngreenland_ast",name:"imagico.de: Northern Greenland ASTER",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ngreenland_ast&z={zoom}&x={x}&y={-y}",endDate:"2012-08-13T00:00:00.000Z",startDate:"2005-06-21T00:00:00.000Z",scaleExtent:[0,10],polygon:[[[-52.49222,82.48972],[-52.49222,82.94295],[-49.28696,83.47312],[-44.5285,83.73214],[-29.5253,83.73214],[-25.26398,83.58271],[-21.18393,83.39776],[-21.18393,82.74312],[-23.40454,82.48972],[-52.49222,82.48972]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Assembled from mostly 2012 ASTER imagery, some 2005 images mainly in the northeast (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-EO1A1350972013086110KF",name:"imagico.de: Northwest Heard Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=EO1A1350972013086110KF&z={zoom}&x={x}&y={-y}",endDate:"2013-03-13T00:00:00.000Z",startDate:"2013-03-13T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[73.2279,-53.20333],[73.2279,-53.01073],[73.25949,-52.94944],[73.78992,-52.94944],[73.78992,-53.06048],[73.71783,-53.20333],[73.2279,-53.20333]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Glaciers of Northwest Heard Island (mapped meanwhile) (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R111_N09_20160604T154554",name:"imagico.de: Panama Canal",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R111_N09_20160604T154554&z={zoom}&x={x}&y={-y}",endDate:"2016-06-07T00:00:00.000Z",startDate:"2016-06-07T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-80.01654,8.84898],[-80.01654,9.41481],[-79.46859,9.41481],[-79.46859,8.84898],[-80.01654,8.84898]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Images of the new locks (but partly cloudy) (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-EO1A0120532016364110KF",name:"imagico.de: Panama Canal - Pacific side",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=EO1A0120532016364110KF&z={zoom}&x={x}&y={-y}",endDate:"2016-12-30T00:00:00.000Z",startDate:"2016-12-30T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-79.62539,8.77083],[-79.68684,8.82197],[-79.68667,8.93705],[-79.65363,9.09294],[-79.26816,9.09294],[-79.32833,8.77083],[-79.62539,8.77083]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"New locks with less clouds than in the Sentinel-2 image - make sure to check image alignment (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R078_N68_20160930T081002",name:"imagico.de: Pechora Sea Coast",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R078_N68_20160930T081002&z={zoom}&x={x}&y={-y}",endDate:"2016-09-30T00:00:00.000Z",startDate:"2016-09-30T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[53.1802,67.5344],[53.1821,68.414],[54.2107,69.3367],[55.3584,70.2786],[59.004,70.2786],[60.6947,69.977],[61.9837,69.7161],[61.9823,68.9395],[59.9153,67.5344],[53.1802,67.5344]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Sentinel-2 image of the Pechora Sea coast in autumn 2016 (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81511242016033LGN00",name:"imagico.de: Pensacola Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81511242016033LGN00&z={zoom}&x={x}&y={-y}",endDate:"2016-02-02T00:00:00.000Z",startDate:"2016-02-02T00:00:00.000Z",scaleExtent:[0,10],polygon:[[[-53.20922,-84.12525],[-60.61538,-83.78609],[-60.61538,-82.29969],[-48.72405,-82.29987],[-44.52178,-82.43683],[-44.51354,-84.12525],[-53.20922,-84.12525]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Outside regular Landsat coverage and therefore not in LIMA and Bing/Mapbox (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R136_N41_20150831T093006",name:"imagico.de: Prokletije Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R136_N41_20150831T093006&z={zoom}&x={x}&y={-y}",endDate:"2015-08-31T00:00:00.000Z",startDate:"2015-08-31T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[19.11233,42.15316],[19.08426,43.08074],[20.63299,43.09603],[20.63788,42.16779],[19.11233,42.15316]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Late summer imagery where usual sources are severely limited by clouds and snow (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-DMS_1142622_03746_20110415_17533956",name:"imagico.de: Qasigiannguit",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=DMS_1142622_03746_20110415_17533956&z={zoom}&x={x}&y={-y}",endDate:"2011-04-15T00:00:00.000Z",startDate:"2011-04-15T00:00:00.000Z",scaleExtent:[0,15],polygon:[[[-51.23857,68.79972],[-51.24334,68.85303],[-51.15167,68.85303],[-51.14038,68.80116],[-51.23857,68.79972]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS image of the settlement - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81510432015030LGN00",name:"imagico.de: Rann of Kutch",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81510432015030LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[67.9684,22.36265],[67.86231,22.38392],[67.86231,24.88693],[71.48986,24.88693],[71.48986,22.36265],[67.9684,22.36265]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Land/water distinction difficult to properly map based on Bing/Mapbox images (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R093_N41_20150828T092005",name:"imagico.de: Rila and Pirin Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R093_N41_20150828T092005&z={zoom}&x={x}&y={-y}",endDate:"2015-08-28T00:00:00.000Z",startDate:"2015-08-28T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[23.80811,41.58488],[22.99238,41.60195],[23.01186,42.29984],[23.99402,42.28339],[23.96561,41.58488],[23.80811,41.58488]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Late summer imagery where usual sources are severely limited by clouds and snow (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81730602015040LGN00",name:"imagico.de: Rwenzori Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81730602015040LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-02-09T00:00:00.000Z",startDate:"2015-02-09T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[29.7663,0.20689],[29.7663,0.50918],[30.0346,0.50918],[30.0346,0.20689],[29.7663,0.20689]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image of most of the remaining Rwenzori Mountains glaciers (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R078_N01_20160702T082522",name:"imagico.de: Rwenzori Mountains 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R078_N01_20160702T082522&z={zoom}&x={x}&y={-y}",endDate:"2016-07-02T00:00:00.000Z",startDate:"2016-07-02T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[29.80514,0.23586],[29.80514,0.46709],[30.02503,0.46709],[30.02503,0.23586],[29.80514,0.23586]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80611072014036LGN00",name:"imagico.de: Scott Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80611072014036LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-02-05T00:00:00.000Z",startDate:"2014-02-05T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-180,-67.42635],[-180,-67.32544],[-179.82473,-67.32538],[-179.82473,-67.42635],[-180,-67.42635]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82100972015347LGN00",name:"imagico.de: Shag Rocks",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82100972015347LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-12-13T00:00:00.000Z",startDate:"2015-12-13T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-42.12875,-53.7205],[-42.14626,-53.45782],[-41.67573,-53.44586],[-41.65582,-53.70872],[-42.12875,-53.7205]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81130622013270LGN00",name:"imagico.de: Southeastern Sulawesi",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81130622013270LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-09-27T00:00:00.000Z",startDate:"2013-09-27T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[120.84382,-3.59545],[120.84382,-3.15985],[120.98184,-2.51468],[122.62618,-2.51468],[122.62618,-3.00215],[122.5007,-3.59545],[120.84382,-3.59545]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing islands and coarse coastline due to cloud cover in Bing, lakes could also use additional detail (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80281222016035LGN00",name:"imagico.de: Southern Transantarctic Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80281222016035LGN00&z={zoom}&x={x}&y={-y}",endDate:"2016-02-04T00:00:00.000Z",startDate:"2016-02-04T00:00:00.000Z",scaleExtent:[0,10],polygon:[[[156.96951,-84.50098],[154.50858,-84.46255],[154.50858,-82.60681],[175.46774,-82.58505],[177.00583,-83.52807],[177.00583,-84.19262],[171.93839,-84.34633],[166.83798,-84.4437],[161.67029,-84.50045],[156.96951,-84.50098]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Outside regular Landsat coverage and therefore not in LIMA and Bing/Mapbox (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81030632015286LGN00",name:"imagico.de: Sudirman Range 2015",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81030632015286LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-10-13T00:00:00.000Z",startDate:"2015-10-13T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[136.4226,-4.2853],[136.4226,-3.6447],[137.7971,-3.6447],[137.7971,-4.2853],[136.4226,-4.2853]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Older image of the Sudirman Range with no fresh snow showing glacier extent (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R088_S05_20160812T011732",name:"imagico.de: Sudirman Range 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R088_S05_20160812T011732&z={zoom}&x={x}&y={-y}",endDate:"2016-08-12T00:00:00.000Z",startDate:"2016-08-12T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[136.8044,-4.2585],[136.8044,-3.7836],[137.7701,-3.7836],[137.7701,-4.2585],[136.8044,-4.2585]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Cloud free image of the Sudirman Range but with fresh snow (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-s2sval",name:"imagico.de: Svalbard mosaic",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=s2sval&z={zoom}&x={x}&y={-y}",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[16.6108,76.4137],[16.4731,76.4268],[16.3788,76.4589],[14.4124,77.1324],[14.0784,77.2536],[10.9875,78.4054],[10.631,78.5605],[10.2314,78.8392],[10.3952,79.6074],[10.516,79.7731],[10.9632,79.8707],[20.2294,80.849],[20.4702,80.8493],[25.1752,80.6817],[33.4391,80.3438],[33.7809,80.3016],[34.0395,80.239],[33.977,80.1527],[25.5722,76.5917],[25.2739,76.481],[25.1416,76.4327],[24.937,76.4176],[16.6108,76.4137]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Sentinel-2 mosaic of Svalbard (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-DMS_1142636_160xx_20110507_1822xxxx",name:"imagico.de: Thule Air Base",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=DMS_1142636_160xx_20110507_1822xxxx&z={zoom}&x={x}&y={-y}",endDate:"2011-05-07T00:00:00.000Z",startDate:"2011-05-07T00:00:00.000Z",scaleExtent:[0,15],polygon:[[[-68.93977,76.51133],[-68.93977,76.5499],[-68.76635,76.55176],[-68.50993,76.55176],[-68.50744,76.51612],[-68.67897,76.51194],[-68.93977,76.51133]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS image - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_thule2_2015.09.25",name:"imagico.de: Thule Airbase DMS low altitude overflight September 2015",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_thule2_2015.09.25&z={zoom}&x={x}&y={-y}",endDate:"2015-09-25T00:00:00.000Z",startDate:"2015-09-25T00:00:00.000Z",scaleExtent:[0,17],polygon:[[[-68.74292,76.52636],[-68.74446,76.5284],[-68.74807,76.54939],[-68.74615,76.56017],[-68.72276,76.56022],[-68.72017,76.55775],[-68.71853,76.52921],[-68.71978,76.52637],[-68.74292,76.52636]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS aerial images from Thule Airbase - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_thule_2015.10.06",name:"imagico.de: Thule Airbase DMS overflight October 2015",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_thule_2015.10.06&z={zoom}&x={x}&y={-y}",endDate:"2015-10-06T00:00:00.000Z",startDate:"2015-10-06T00:00:00.000Z",scaleExtent:[0,16],polygon:[[[-68.81924,76.5251],[-68.82651,76.54177],[-68.77345,76.5439],[-68.7021,76.54545],[-68.59177,76.5456],[-68.59183,76.52793],[-68.6597,76.5251],[-68.81924,76.5251]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS aerial images from Thule Airbase - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_thule_2015.09.25",name:"imagico.de: Thule Airbase DMS overflight September 2015",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_thule_2015.09.25&z={zoom}&x={x}&y={-y}",endDate:"2015-09-25T00:00:00.000Z",startDate:"2015-09-25T00:00:00.000Z",scaleExtent:[0,16],polygon:[[[-68.77771,76.50688],[-68.77662,76.57064],[-68.68115,76.57065],[-68.6763,76.55384],[-68.6762,76.53074],[-68.68523,76.50688],[-68.77771,76.50688]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS aerial images from Thule Airbase - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R094_N79_20160812T105622",name:"imagico.de: Ushakov Island August 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R094_N79_20160812T105622&z={zoom}&x={x}&y={-y}",endDate:"2016-08-12T00:00:00.000Z",startDate:"2016-08-12T00:00:00.000Z",scaleExtent:[0,12],polygon:[[[78.45886,80.72643],[78.45886,80.9099],[80.48892,80.9099],[80.48892,80.72643],[78.45886,80.72643]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date late summer imagery with few clouds (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80910682014358LGN00",name:"imagico.de: Vanatinai",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80910682014358LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-12-24T00:00:00.000Z",startDate:"2014-12-24T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[153.06138,-11.78923],[153.06138,-11.28869],[153.10927,-11.07229],[154.41201,-11.07229],[154.41201,-11.78923],[153.06138,-11.78923]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Coarse coastline due to cloud cover in Bing/Mapbox (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82330892016031LGN00",name:"imagico.de: Volcán Calbuco",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82330892016031LGN00&z={zoom}&x={x}&y={-y}",endDate:"2016-01-31T00:00:00.000Z",startDate:"2016-01-31T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-72.86696,-41.51741],[-72.86696,-41.04527],[-72.23181,-41.04527],[-71.8751,-41.10829],[-72.00007,-41.51741],[-72.86696,-41.51741]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Image from after the 2015 eruption (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R089_N52_20160623T024048",name:"imagico.de: Vostochny Cosmodrome",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R089_N52_20160623T024048&z={zoom}&x={x}&y={-y}",endDate:"2016-06-23T00:00:00.000Z",startDate:"2016-06-23T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[126.36143,51.37553],[126.34804,52.33932],[128.60762,52.3409],[128.61174,51.37553],[126.36143,51.37553]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image showing newest features (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-walps_autumn_2017",name:"imagico.de: Western Alps autumn colors 2017",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=walps_autumn_2017&z={zoom}&x={x}&y={-y}",endDate:"2017-10-17T00:00:00.000Z",startDate:"2017-10-17T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[4.6412,43.2493],[4.3118,43.2653],[4.3118,44.2167],[5.2562,46.965],[5.9151,48.7177],[7.3866,48.7467],[10.088,48.7467],[10.088,48.7032],[7.7819,43.2813],[7.76,43.2653],[7.3646,43.2493],[4.6412,43.2493]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Autumn colors in the Alps, Jura and southwestern Germany  (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81490352013282LGN00",name:"imagico.de: Western Karakoram",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81490352013282LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-10-09T00:00:00.000Z",startDate:"2013-10-09T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[75.98364,34.97851],[73.96164,35.36957],[74.44281,37.09391],[76.50601,36.70267],[75.98364,34.97851]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Represents approximately minimum snow cover so can be well used for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R039_S15_20160510T145731",name:"imagico.de: Willkanuta Mountains and Quelccaya Ice Cap",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R039_S15_20160510T145731&z={zoom}&x={x}&y={-y}",endDate:"2016-05-10T00:00:00.000Z",startDate:"2016-05-10T00:00:00.000Z",scaleExtent:[0,14],polygon:[[[-71.18071,-14.49785],[-71.17976,-13.71029],[-70.55637,-13.71263],[-70.55637,-14.49785],[-71.18071,-14.49785]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Poor and outdated imagery in other sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"IPR-orotofoto-last-tms",name:"IPR ortofoto LAST (tmsproxy)",type:"tms",template:"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_last.php/{zoom}/{x}/{y}.jpg",scaleExtent:[1,20],polygon:[[[14.81232,49.93089],[14.18755,49.87687],[14.12025,50.19882],[14.74502,50.25247],[14.81232,49.93089]]]},{id:"IPR-orotofoto-vege-tms",name:"IPR ortofoto Low-Vegetation (tmsproxy)",type:"tms",template:"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_vege.php/{zoom}/{x}/{y}.jpg",scaleExtent:[1,20],polygon:[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]]},{id:"GSGS3906",name:"Ireland British War Office 1:25k GSGS 3906",type:"tms",template:"https://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png",scaleExtent:[0,18],polygon:[[[-9.31139,51.43828],[-7.36131,51.99302],[-7.33934,52.13149],[-6.9658,52.06231],[-6.23796,52.1534],[-6.21049,52.52928],[-5.98253,52.80079],[-5.96056,53.67037],[-6.20775,53.67851],[-6.22423,53.95255],[-5.86442,54.12513],[-5.85893,54.20392],[-5.53483,54.23122],[-5.39476,54.44739],[-5.50188,54.70052],[-6.21873,55.38194],[-6.86418,55.2162],[-7.25145,55.46455],[-7.53435,55.30853],[-8.25395,55.26787],[-8.61101,54.97259],[-8.49016,54.89369],[-8.83897,54.68306],[-8.42699,54.52397],[-8.75108,54.31302],[-9.29765,54.38985],[-10.05296,54.37866],[-10.30015,54.05747],[-10.02275,53.79386],[-10.30565,53.55142],[-9.99803,53.24354],[-9.09166,53.19256],[-9.81676,53.1102],[-9.48167,52.96984],[-9.70415,52.68107],[-10.00627,52.63608],[-9.78929,52.52426],[-9.99803,52.32663],[-10.64348,52.1753],[-10.39629,51.9761],[-10.16832,51.64668],[-10.28642,51.57334],[-9.88542,51.57163],[-9.79204,51.44684],[-9.31139,51.43828]]],terms_url:"https://wiki.openstreetmap.org/wiki/Ireland/Background_Imagery#Trinity_College_Dublin",terms_text:"Glucksman Map Library, Trinity College Dublin",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/ie/IrelandBritishWarOffice-GSGS3906.png"},{id:"Israel_Hiking",name:"Israel Hiking",type:"tms",template:"https://israelhiking.osm.org.il/Tiles/{zoom}/{x}/{y}.png",scaleExtent:[7,16],polygon:[[[34.64563,32.92073],[34.98374,33.13352],[35.15662,33.09994],[35.31781,33.11463],[35.36541,33.06285],[35.46229,33.09994],[35.51741,33.12652],[35.5266,33.21531],[35.53893,33.25442],[35.56446,33.2969],[35.61264,33.27918],[35.67429,33.30627],[35.70785,33.34269],[35.75363,33.35091],[35.81509,33.3392],[35.91531,32.9406],[35.80834,32.772],[35.77835,32.72446],[35.59491,32.62828],[35.5729,32.36541],[35.59461,32.21856],[35.55452,32.02901],[35.57225,31.75415],[35.48771,31.41951],[35.4209,31.25116],[35.47936,31.1783],[35.42771,30.95172],[35.3321,30.77107],[35.20709,30.53307],[35.17202,30.11204],[35.07514,29.83713],[35.02336,29.64569],[34.93992,29.39946],[34.89517,29.37711],[34.84785,29.59084],[34.69667,30.10714],[34.52423,30.40912],[34.48879,30.64515],[34.07929,31.52265],[34.64563,32.92073]]],terms_url:"https://israelhiking.osm.org.il/",terms_text:"Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL.",description:"Israel Hiking map",icon:"https://israelhiking.osm.org.il/content/favicons/favicon.ico"},{id:"Israel_MTB",name:"Israel MTB",type:"tms",template:"https://israelhiking.osm.org.il/MTBTiles/{zoom}/{x}/{y}.png",scaleExtent:[7,16],polygon:[[[34.64563,32.92073],[34.98374,33.13352],[35.15662,33.09994],[35.31781,33.11463],[35.36541,33.06285],[35.46229,33.09994],[35.51741,33.12652],[35.5266,33.21531],[35.53893,33.25442],[35.56446,33.2969],[35.61264,33.27918],[35.67429,33.30627],[35.70785,33.34269],[35.75363,33.35091],[35.81509,33.3392],[35.91531,32.9406],[35.80834,32.772],[35.77835,32.72446],[35.59491,32.62828],[35.5729,32.36541],[35.59461,32.21856],[35.55452,32.02901],[35.57225,31.75415],[35.48771,31.41951],[35.4209,31.25116],[35.47936,31.1783],[35.42771,30.95172],[35.3321,30.77107],[35.20709,30.53307],[35.17202,30.11204],[35.07514,29.83713],[35.02336,29.64569],[34.93992,29.39946],[34.89517,29.37711],[34.84785,29.59084],[34.69667,30.10714],[34.52423,30.40912],[34.48879,30.64515],[34.07929,31.52265],[34.64563,32.92073]]],terms_url:"https://israelhiking.osm.org.il/",terms_text:"Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL.",description:"Israel MTB map",icon:"https://israelhiking.osm.org.il/content/favicons/favicon.ico"},{id:"ITACyL-Castile-and-Leon",name:"ITACyL - Castile and León",type:"wms",template:"http://orto.wms.itacyl.es/WMS?REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&LAYERS=Ortofoto_CyL&SRS={proj}&FORMAT=image/jpeg&STYLES=Default&TRANSPARENT=TRUE&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[-1.9358,41.43834],[-1.89601,41.43869],[-1.89536,41.39687],[-1.9767,41.39616],[-1.97639,41.37623],[-2.06201,41.37548],[-2.06262,41.41471],[-2.10458,41.41434],[-2.10363,41.35367],[-2.14448,41.35331],[-2.1419,41.18683],[-2.06204,41.18753],[-2.06171,41.16624],[-2.02046,41.16661],[-2.01887,41.06334],[-2.10083,41.06262],[-2.10114,41.08296],[-2.22733,41.08185],[-2.22704,41.0635],[-2.26912,41.06313],[-2.2688,41.04257],[-2.35325,41.04182],[-2.35356,41.06148],[-2.39487,41.06112],[-2.39457,41.04206],[-2.43722,41.04168],[-2.43756,41.06315],[-2.47928,41.06278],[-2.47991,41.10369],[-2.52078,41.10333],[-2.5211,41.12429],[-2.60415,41.12357],[-2.60481,41.16628],[-2.6471,41.16591],[-2.64808,41.22931],[-2.72874,41.2286],[-2.72907,41.24974],[-2.89552,41.24828],[-2.89649,41.31063],[-2.9363,41.31028],[-2.93571,41.27231],[-3.14692,41.27046],[-3.14723,41.29045],[-3.22828,41.28974],[-3.22767,41.25008],[-3.39581,41.2486],[-3.39518,41.20808],[-3.43492,41.20773],[-3.43429,41.16696],[-3.47877,41.16657],[-3.47844,41.14556],[-3.60336,41.14446],[-3.6027,41.10169],[-3.64539,41.10131],[-3.64508,41.08159],[-3.68735,41.08122],[-3.68673,41.04104],[-3.72866,41.04067],[-3.72803,40.9998],[-3.76896,40.99944],[-3.76864,40.97886],[-3.85473,40.97811],[-3.8544,40.95653],[-3.89857,40.95615],[-3.89764,40.89575],[-3.93906,40.89539],[-3.93716,40.77204],[-4.06198,40.77093],[-4.06133,40.72926],[-4.10372,40.72888],[-4.10311,40.68918],[-4.14628,40.6888],[-4.14498,40.60421],[-4.19025,40.60381],[-4.18994,40.58362],[-4.22946,40.58327],[-4.22979,40.60487],[-4.27054,40.60451],[-4.26958,40.54211],[-4.31384,40.54171],[-4.31163,40.39758],[-4.39376,40.39685],[-4.39345,40.37677],[-4.43723,40.37638],[-4.43623,40.31123],[-4.52192,40.31046],[-4.52037,40.20897],[-4.56131,40.2086],[-4.56099,40.18763],[-4.68895,40.18649],[-4.68933,40.21101],[-4.73192,40.21063],[-4.73252,40.24966],[-4.76838,40.24934],[-4.76809,40.23035],[-4.81104,40.22996],[-4.81147,40.20726],[-4.8542,40.18414],[-4.85264,40.12563],[-4.93699,40.12488],[-4.93638,40.08529],[-5.35538,40.08155],[-5.35606,40.12562],[-5.44027,40.12487],[-5.44091,40.16673],[-5.60382,40.16527],[-5.60448,40.20881],[-5.68646,40.20808],[-5.68712,40.25131],[-6.02166,40.24834],[-6.02295,40.33257],[-6.10433,40.33184],[-6.1056,40.41451],[-6.18951,40.41376],[-6.19018,40.45745],[-6.26971,40.45675],[-6.26909,40.41653],[-6.35192,40.41579],[-6.35128,40.37422],[-6.43325,40.37349],[-6.43264,40.33361],[-6.52245,40.33281],[-6.52116,40.24849],[-6.59942,40.24779],[-6.59886,40.21128],[-6.85568,40.20899],[-6.85634,40.25257],[-6.93622,40.25186],[-6.93751,40.33657],[-6.85111,40.33734],[-6.86001,40.91672],[-6.93544,40.91605],[-6.93741,41.0435],[-6.85482,41.04423],[-6.85548,41.08706],[-6.77015,41.08781],[-6.77245,41.23623],[-6.68379,41.23701],[-6.60436,41.2377],[-6.60524,41.29474],[-6.5193,41.29549],[-6.51991,41.33479],[-6.43673,41.33552],[-6.43801,41.41814],[-6.35318,41.41888],[-6.35447,41.50141],[-6.26889,41.50216],[-6.2708,41.6245],[-6.35661,41.62375],[-6.35724,41.66401],[-6.43548,41.66333],[-6.4349,41.62651],[-6.52279,41.62575],[-6.52343,41.66635],[-6.6034,41.66565],[-6.60733,41.9166],[-7.02209,41.913],[-7.02406,42.03872],[-7.1054,42.03801],[-7.10613,42.08421],[-7.0208,42.08495],[-7.02276,42.2094],[-6.93699,42.21014],[-6.93763,42.25087],[-6.8548,42.25159],[-6.85545,42.29329],[-6.77342,42.294],[-6.77403,42.33244],[-6.85325,42.33176],[-6.85523,42.4569],[-7.10341,42.45477],[-7.10811,42.75115],[-7.02199,42.75189],[-7.02241,42.77825],[-6.93976,42.77896],[-6.94199,42.91962],[-6.77302,42.92106],[-6.77363,42.95958],[-6.52329,42.96172],[-6.52391,43.00095],[-6.43893,43.00167],[-6.44024,43.08361],[-5.93782,43.08789],[-5.93708,43.04189],[-5.85421,43.0426],[-5.85357,43.00258],[-5.77236,43.00327],[-5.77363,43.08308],[-5.6027,43.08453],[-5.60202,43.04222],[-5.52161,43.04291],[-5.52226,43.08409],[-5.4376,43.08481],[-5.43827,43.12651],[-5.10444,43.12935],[-5.10573,43.2099],[-5.02386,43.2106],[-5.02451,43.25117],[-4.90017,43.25222],[-4.89941,43.20501],[-4.81126,43.20576],[-4.80966,43.10538],[-4.76975,43.10571],[-4.76937,43.08168],[-4.72945,43.08202],[-4.72881,43.04219],[-4.56322,43.0436],[-4.56353,43.06296],[-4.39599,43.06438],[-4.39566,43.04336],[-4.3537,43.04371],[-4.35266,42.97836],[-4.23013,42.9794],[-4.22913,42.91625],[-4.18774,42.9166],[-4.18706,42.87407],[-4.10552,42.87476],[-4.10486,42.83348],[-3.97801,42.83457],[-3.97733,42.79214],[-3.9375,42.79248],[-3.93781,42.81183],[-3.85397,42.81254],[-3.85427,42.83193],[-3.89573,42.83158],[-3.89607,42.85343],[-3.93821,42.85307],[-3.93889,42.89577],[-3.9806,42.89542],[-3.98093,42.91627],[-4.0222,42.91591],[-4.0229,42.96014],[-3.97851,42.96052],[-3.97946,43.01999],[-3.93883,43.02034],[-3.93918,43.04239],[-3.89704,43.04275],[-3.89738,43.06414],[-3.85424,43.06451],[-3.8549,43.10583],[-3.77086,43.10654],[-3.77116,43.12515],[-3.72819,43.12551],[-3.72853,43.14656],[-3.68713,43.14691],[-3.68778,43.18786],[-3.60365,43.18858],[-3.60331,43.16747],[-3.52278,43.16815],[-3.52243,43.14619],[-3.39669,43.14726],[-3.39699,43.16601],[-3.35444,43.16637],[-3.35479,43.18837],[-3.31268,43.18873],[-3.31299,43.20828],[-3.22993,43.20899],[-3.22959,43.18768],[-3.10343,43.18875],[-3.10274,43.14562],[-3.14546,43.14526],[-3.14516,43.1271],[-3.10617,43.12743],[-3.10445,43.01915],[-3.02075,43.01987],[-3.0201,42.97903],[-2.9811,42.97936],[-2.97977,42.8958],[-3.10476,42.89473],[-3.10276,42.76928],[-3.02199,42.76997],[-3.02168,42.74983],[-2.98024,42.75019],[-2.97988,42.7275],[-2.89613,42.72822],[-2.89679,42.76967],[-2.8534,42.77004],[-2.85405,42.81087],[-2.68577,42.81231],[-2.68544,42.79159],[-2.64523,42.79194],[-2.64489,42.77024],[-2.52005,42.7713],[-2.51936,42.72827],[-2.5607,42.72791],[-2.56038,42.7076],[-2.51944,42.70795],[-2.5181,42.62357],[-2.60404,42.62283],[-2.60439,42.64497],[-2.77154,42.64353],[-2.77188,42.66544],[-2.81176,42.6651],[-2.8121,42.68624],[-2.85469,42.68588],[-2.85337,42.60302],[-2.89413,42.60267],[-2.89379,42.58159],[-3.0619,42.58015],[-3.06031,42.47952],[-3.02191,42.47985],[-3.0199,42.3525],[-3.06255,42.35213],[-3.06029,42.20906],[-3.1012,42.20871],[-3.10086,42.18682],[-3.06175,42.18716],[-3.0611,42.14559],[-3.02029,42.14594],[-3.01963,42.10375],[-2.89602,42.10482],[-2.89501,42.04071],[-2.81222,42.04143],[-2.81353,42.1246],[-2.76871,42.12499],[-2.76905,42.14674],[-2.72695,42.14711],[-2.7266,42.12485],[-2.68706,42.12519],[-2.68605,42.06109],[-2.72804,42.06073],[-2.72739,42.0193],[-2.60343,42.02037],[-2.60376,42.04135],[-2.561,42.04173],[-2.56198,42.10411],[-2.52266,42.10445],[-2.52299,42.12577],[-2.47933,42.12615],[-2.47963,42.145],[-2.35517,42.14608],[-2.3555,42.16747],[-2.31184,42.16785],[-2.3115,42.14605],[-2.2699,42.14641],[-2.26924,42.1048],[-2.2295,42.10515],[-2.22981,42.12514],[-2.14467,42.12587],[-2.14432,42.10386],[-2.10385,42.10421],[-2.10156,41.95811],[-1.97689,41.95919],[-1.97655,41.93765],[-1.93473,41.93801],[-1.93504,41.95776],[-1.89453,41.95811],[-1.89483,41.97715],[-1.854,41.97751],[-1.85304,41.91638],[-1.81381,41.91672],[-1.81151,41.76984],[-1.7706,41.77019],[-1.76866,41.64582],[-1.85335,41.64508],[-1.85305,41.62567],[-1.89471,41.6253],[-1.89403,41.58215],[-1.97716,41.58142],[-1.97683,41.56021],[-1.9377,41.56055],[-1.9358,41.43834]]],terms_text:"ITACyL"},{id:"gsi.go.jp",name:"Japan GSI ortho Imagery",type:"tms",template:"https://cyberjapandata.gsi.go.jp/xyz/ort/{zoom}/{x}/{y}.jpg",scaleExtent:[5,19],polygon:[[[130.35021,31.45741],[130.26851,31.45817],[130.20875,31.44939],[130.1002,31.44996],[130.09237,31.3919],[130.13355,31.37528],[130.35043,31.37528],[130.35021,31.45741]],[[130.4193,31.41715],[130.417,31.41672],[130.41677,31.47525],[130.34179,31.47506],[130.34179,31.48374],[130.33362,31.48374],[130.33329,31.50044],[130.36675,31.49997],[130.36664,31.52458],[130.35019,31.52544],[130.35041,31.54986],[130.32523,31.55024],[130.32501,31.60029],[130.31661,31.63336],[130.31634,31.65084],[130.3752,31.65084],[130.31164,31.67599],[130.29194,31.69179],[130.29105,31.73235],[130.2521,31.73387],[130.24986,31.71693],[130.24427,31.71712],[130.21629,31.75804],[130.17533,31.75919],[130.17422,31.78259],[130.18384,31.79096],[130.23644,31.79096],[130.26911,31.77003],[130.36334,31.75785],[130.42668,31.70893],[130.62409,31.7076],[130.62588,31.68627],[130.61088,31.62245],[130.55582,31.50249],[130.54239,31.41715],[130.42158,31.41715],[130.4193,31.41715]],[[130.52516,31.24184],[130.54441,31.24107],[130.56858,31.21715],[130.59924,31.21657],[130.59924,31.26633],[130.57641,31.26633],[130.57351,31.31625],[130.6308,31.28393],[130.68989,31.27666],[130.66706,31.26059],[130.66594,31.21925],[130.64401,31.18135],[130.59007,31.14688],[130.54239,31.17503],[130.54239,31.1913],[130.50009,31.19207],[130.50009,31.21581],[130.52494,31.21715],[130.52516,31.24184]],[[130.74987,31.16622],[130.74965,31.24107],[130.77449,31.25887],[130.77718,31.33307],[130.75122,31.37455],[130.74898,31.41658],[130.67557,31.46852],[130.67489,31.50077],[131.40006,31.5002],[131.40834,31.45916],[131.36694,31.40932],[131.3656,31.35142],[131.31703,31.34206],[131.29957,31.36595],[131.24317,31.36633],[131.19952,31.43358],[131.14782,31.45019],[131.13394,31.45],[131.1326,31.42899],[131.10059,31.42536],[131.05091,31.41639],[131.04912,31.39155],[131.08403,31.35085],[131.11626,31.35085],[131.11783,31.33422],[130.99943,31.33365],[130.99965,31.25102],[130.87521,31.25064],[130.87454,31.16679],[130.74987,31.16622]],[[130.86625,30.47468],[130.86602,30.49937],[130.93362,30.57493],[130.93227,30.61597],[131.00636,30.61655],[131.04933,30.59112],[131.04933,30.54275],[130.99203,30.50843],[130.99114,30.47526],[130.86625,30.47468]],[[137.87486,36.37519],[138.00005,36.37494],[138.00005,36.30839],[138.04159,36.30827],[138.04191,36.29175],[138.08306,36.29162],[138.08353,36.2499],[138.13307,36.24996],[138.13354,36.16677],[138.16654,36.1667],[138.16694,36.12485],[138.04167,36.12491],[138.04144,36.04158],[137.87479,36.04152],[137.87486,36.37519]],[[138.37446,35.83393],[138.4998,35.83285],[138.4998,35.75042],[138.74936,35.7506],[138.7507,35.58332],[138.62447,35.58386],[138.62536,35.49991],[138.37491,35.49972],[138.37446,35.83393]],[[135.79179,35.64165],[135.8006,35.64923],[135.834,35.65052],[135.8916,35.62003],[135.89271,35.6091],[135.95776,35.60858],[135.9834,35.6172],[135.98435,35.641],[135.95095,35.6419],[135.95048,35.68305],[135.94225,35.69204],[135.94178,35.73239],[136.00809,35.77516],[136.03167,35.77503],[136.05018,35.75012],[136.05003,35.66646],[136.0084,35.65836],[136.00856,35.61694],[136.03404,35.60022],[136.06664,35.59996],[136.06617,35.61656],[136.1002,35.62492],[136.1002,35.69127],[136.07598,35.69166],[136.07503,35.74922],[136.08342,35.76694],[136.12441,35.76605],[136.15021,35.7004],[136.15875,35.64216],[136.17442,35.62492],[136.17553,35.58342],[136.1749,35.55813],[136.15859,35.55832],[136.15875,35.56701],[136.1165,35.56675],[136.11626,35.52555],[136.04045,35.5247],[136.01684,35.50311],[136.01661,35.48334],[135.97543,35.48334],[135.94141,35.50885],[135.94186,35.56641],[135.93358,35.57487],[135.90873,35.57514],[135.90851,35.59953],[135.83185,35.59972],[135.7928,35.62519],[135.79179,35.64165]],[[135.80916,35.47505],[135.77044,35.53345],[135.7579,35.53326],[135.74168,35.51641],[135.70072,35.51705],[135.67464,35.53363],[135.67543,35.56659],[135.6996,35.58333],[135.81654,35.58343],[135.81654,35.56804],[135.85817,35.54956],[135.85851,35.52543],[135.8509,35.5247],[135.85012,35.47514],[135.80916,35.47505]],[[135.58333,35.44132],[135.61656,35.44989],[135.64163,35.47496],[135.71639,35.47478],[135.71728,35.46703],[135.81442,35.46539],[135.86668,35.44187],[135.86679,35.40868],[135.81722,35.40822],[135.81677,35.38496],[135.77548,35.3835],[135.75835,35.40804],[135.59183,35.4084],[135.58322,35.42536],[135.58333,35.44132]],[[135.40011,35.43312],[135.42496,35.44189],[135.45803,35.45008],[135.45899,35.49164],[135.46642,35.49184],[135.46619,35.50807],[135.44181,35.51709],[135.43968,35.53293],[135.45843,35.55804],[135.52324,35.55811],[135.52498,35.5091],[135.54152,35.50008],[135.54152,35.4834],[135.57515,35.48366],[135.57491,35.49164],[135.60878,35.49171],[135.60894,35.46684],[135.59208,35.45826],[135.53305,35.45826],[135.50029,35.45008],[135.50045,35.4415],[135.50789,35.42506],[135.53337,35.42513],[135.53297,35.38346],[135.5416,35.38333],[135.54176,35.36688],[135.5086,35.35836],[135.50892,35.34216],[135.50013,35.34164],[135.50013,35.41662],[135.39987,35.41655],[135.40011,35.43312]],[[133.70822,35.45816],[133.70822,35.33319],[133.12484,35.33328],[133.12495,35.3749],[132.95877,35.37508],[132.95821,35.4578],[132.87506,35.45853],[132.87461,35.52504],[132.95015,35.52522],[132.9497,35.55819],[133.01674,35.55855],[133.01685,35.56675],[133.03352,35.56693],[133.03308,35.59205],[133.06687,35.59187],[133.06654,35.6168],[133.14135,35.61671],[133.14151,35.59181],[133.36667,35.59186],[133.36689,35.57484],[133.34216,35.57447],[133.34194,35.558],[133.33321,35.55026],[133.28363,35.55017],[133.28341,35.49178],[133.33354,35.4916],[133.33354,35.47529],[133.41714,35.47492],[133.41714,35.37516],[133.49995,35.37534],[133.49973,35.45806],[133.45854,35.45806],[133.45854,35.51629],[133.49212,35.5335],[133.54136,35.54161],[133.58343,35.54197],[133.58355,35.45843],[133.70822,35.45816]],[[133.84174,35.46646],[133.84158,35.58367],[133.975,35.58329],[133.97532,35.5086],[134.00823,35.50834],[134.0334,35.49971],[134.0421,35.47497],[134.04432,35.45834],[134.08357,35.4586],[134.08309,35.53359],[134.13326,35.54969],[134.23328,35.55999],[134.27491,35.58342],[134.33299,35.58367],[134.33521,35.49172],[134.36654,35.49224],[134.36654,35.49997],[134.41718,35.49971],[134.41592,35.5417],[134.6253,35.54157],[134.62514,35.37554],[134.70839,35.37463],[134.70823,35.33398],[134.41655,35.33359],[134.41592,35.37528],[134.39218,35.37541],[134.39155,35.35011],[134.37477,35.33346],[134.20005,35.33359],[134.19939,35.35874],[134.24997,35.39971],[134.27515,35.39962],[134.27504,35.39205],[134.35819,35.39314],[134.35852,35.3999],[134.3752,35.39999],[134.37441,35.42489],[134.33256,35.42507],[134.33278,35.41659],[134.04954,35.41659],[134.05077,35.39178],[134.0661,35.39187],[134.06711,35.39999],[134.14187,35.40017],[134.14164,35.36678],[134.18339,35.35847],[134.18372,35.33337],[133.78309,35.33364],[133.78331,35.34159],[133.82472,35.3592],[133.82505,35.38311],[133.84173,35.40838],[133.89981,35.40893],[133.89981,35.41677],[133.85829,35.41659],[133.8574,35.46646],[133.84174,35.46646]],[[133.24987,33.66667],[133.41786,33.66674],[133.52485,33.66674],[133.52493,33.79178],[133.64157,33.79185],[133.64188,33.66681],[133.75006,33.66687],[133.75029,33.62517],[133.79152,33.62498],[133.79168,33.5084],[133.73336,33.5084],[133.73328,33.51658],[133.64196,33.51671],[133.60833,33.48346],[133.52493,33.46682],[133.47492,33.41935],[133.43313,33.38321],[133.37497,33.38334],[133.37497,33.49157],[133.20817,33.49191],[133.20824,33.55827],[133.24947,33.55833],[133.24987,33.66667]],[[134.3501,33.73355],[134.4832,33.73368],[134.48336,33.66732],[134.43366,33.65033],[134.43287,33.63412],[134.35279,33.63347],[134.3501,33.73355]],[[140.31656,36.21656],[140.31671,36.44984],[140.34973,36.44994],[140.35012,36.51668],[140.47467,36.51671],[140.47483,36.59159],[140.62489,36.59204],[140.62467,36.63354],[140.64974,36.6348],[140.65041,36.71684],[140.69912,36.81554],[140.71006,36.91306],[140.70838,36.95687],[140.74956,36.95866],[140.75323,37.06176],[140.75001,37.16671],[141.00832,37.16666],[141.00837,37.0917],[140.98331,37.05828],[140.98333,36.95834],[140.90834,36.90002],[140.81672,36.89999],[140.80828,36.87498],[140.80833,36.85],[140.81655,36.85004],[140.81669,36.8415],[140.81669,36.81816],[140.79988,36.80832],[140.7834,36.79992],[140.775,36.79523],[140.77498,36.78339],[140.75836,36.775],[140.75825,36.75837],[140.75002,36.75831],[140.74689,36.71939],[140.73336,36.65048],[140.69167,36.58337],[140.65003,36.51336],[140.64998,36.38351],[140.59986,36.27483],[140.57499,36.24796],[140.57463,36.21729],[140.31656,36.21656]],[[141.2166,41.24992],[141.41662,41.24971],[141.39858,41.17052],[141.40426,41.0968],[141.39503,41.04046],[141.39858,40.97185],[141.40625,40.91003],[141.41136,40.83011],[141.41307,40.80204],[141.42245,40.74987],[141.34161,40.75084],[141.3149,40.74556],[141.29203,40.74169],[141.23322,40.7419],[141.23307,40.85837],[141.25026,40.85858],[141.24941,40.91647],[141.17412,40.9169],[141.22498,40.9948],[141.23819,41.0696],[141.2497,41.1258],[141.27143,41.15875],[141.23336,41.22995],[141.2166,41.24992]],[[141.25854,41.3166],[141.15015,41.31672],[141.1499,41.39163],[141.18877,41.39205],[141.21625,41.37916],[141.25849,41.36012],[141.25854,41.3166]],[[141.05841,45.2584],[141.03453,45.25833],[141.00874,45.25815],[141.0083,45.27495],[140.99994,45.27495],[141.00002,45.30371],[140.99999,45.30828],[140.99196,45.30846],[140.99171,45.34162],[140.98351,45.34172],[140.98336,45.34998],[140.97477,45.35008],[140.97502,45.3667],[140.96664,45.36675],[140.96685,45.39818],[140.9665,45.42499],[140.9584,45.42484],[140.95816,45.43314],[140.95012,45.4335],[140.94967,45.51651],[140.97443,45.51672],[140.97448,45.50014],[140.98307,45.50042],[140.98332,45.46697],[140.99045,45.46704],[140.99135,45.45876],[141.00019,45.45813],[141.00035,45.45002],[141.01627,45.4502],[141.01637,45.47496],[141.04992,45.47532],[141.04992,45.46676],[141.06614,45.46679],[141.0665,45.4502],[141.07463,45.44999],[141.07498,45.34178],[141.0666,45.34168],[141.06418,45.30611],[141.06644,45.30565],[141.06629,45.28484],[141.05906,45.28357],[141.05841,45.2584]],[[144.27488,42.96671],[144.27502,42.99155],[144.25861,42.99145],[144.25805,42.98314],[144.20818,42.98319],[144.20854,42.97472],[144.16684,42.97503],[144.16684,43.00496],[144.16642,43.04178],[144.07486,43.04188],[144.07493,43.10025],[144.24988,43.1],[144.24988,43.1168],[144.29179,43.11675],[144.292,43.0919],[144.4168,43.09185],[144.4168,43.1168],[144.56654,43.1168],[144.56675,42.99171],[144.50005,42.9915],[144.5002,42.92481],[144.46653,42.92501],[144.31739,42.96675],[144.27488,42.96671]],[[140.69973,42.57513],[140.70015,42.61647],[140.84451,42.61673],[140.99961,42.61669],[141.00006,42.54168],[141.24984,42.54168],[141.24994,42.58336],[141.29163,42.58332],[141.29158,42.6251],[141.37501,42.62498],[141.37501,42.66662],[141.49992,42.66666],[141.49992,42.8165],[141.47496,42.8165],[141.47511,42.83341],[141.81236,42.83357],[141.95752,42.83328],[141.94355,42.77977],[141.95762,42.77896],[141.95832,42.7502],[141.99991,42.75086],[141.9992,42.71493],[142.00031,42.67632],[142.01799,42.65076],[142.09082,42.65002],[142.09122,42.5251],[142.02472,42.5251],[141.96033,42.52495],[141.8665,42.52518],[141.8656,42.57713],[141.83577,42.58519],[141.80482,42.57417],[141.74646,42.57705],[141.73069,42.61477],[141.61707,42.61055],[141.52134,42.60331],[141.45615,42.57587],[141.3562,42.52866],[141.27523,42.48822],[141.19507,42.43791],[141.10476,42.3914],[141.05393,42.33165],[141.0254,42.29161],[140.95187,42.29146],[140.9147,42.32682],[140.89451,42.37174],[140.88426,42.42723],[140.85041,42.46096],[140.76643,42.49978],[140.76663,42.52821],[140.69973,42.57513]],[[140.75005,43.23374],[140.82762,43.2135],[140.88245,43.22531],[140.97338,43.24601],[141.02139,43.24311],[141.04213,43.20211],[141.08346,43.18205],[141.17267,43.16382],[141.25678,43.19366],[141.37528,43.33327],[141.62491,43.33335],[141.62451,43.4168],[141.79146,43.4168],[141.79197,43.83339],[142.12487,43.83332],[142.12487,43.75022],[142.16656,43.74993],[142.16656,43.83317],[142.24954,43.83325],[142.24984,43.8581],[142.27465,43.8581],[142.27465,43.87425],[142.26671,43.8749],[142.26651,43.91688],[142.24994,43.9171],[142.25001,44.5],[142.49997,44.50013],[142.49977,43.88366],[142.51674,43.88344],[142.51644,43.83346],[142.62473,43.83346],[142.62473,43.58331],[142.54176,43.58403],[142.54196,43.50008],[142.50057,43.50022],[142.50037,43.25006],[142.25054,43.25014],[142.25004,43.45838],[142.00031,43.45816],[142.00001,43.41724],[141.91703,43.41688],[141.91703,43.33342],[141.87494,43.33327],[141.87454,43.17487],[141.93351,43.17473],[141.93391,43.15868],[141.99137,43.15802],[141.99207,43.1334],[141.87524,43.13332],[141.87484,43.00012],[141.49984,43.00027],[141.50015,42.91683],[141.25021,42.91631],[141.25001,42.9999],[141.12505,43.00005],[141.12525,43.08323],[140.99988,43.0836],[141.00008,43.16638],[140.75086,43.1666],[140.75005,43.23374]],[[140.59121,41.78353],[140.58382,41.8334],[140.58453,41.87732],[140.59092,41.91613],[140.60797,41.94403],[140.57544,41.95914],[140.58439,41.99979],[140.7104,42.00011],[140.86894,42.00011],[140.91724,42.00053],[140.99041,41.91909],[141.04737,41.90693],[141.12722,41.88398],[141.17552,41.83732],[141.20194,41.81488],[141.18418,41.78321],[141.11301,41.76711],[141.05689,41.71559],[140.99382,41.69968],[140.94267,41.70414],[140.89238,41.73563],[140.84806,41.74326],[140.80018,41.75672],[140.73299,41.74634],[140.69705,41.73234],[140.6881,41.76986],[140.59121,41.78353]],[[140.2418,42.2338],[140.24159,42.25827],[140.21005,42.25797],[140.20804,42.27485],[140.26611,42.27514],[140.2651,42.29179],[140.29001,42.2912],[140.29182,42.26779],[140.33914,42.24139],[140.34145,42.21662],[140.29323,42.21662],[140.2418,42.2338]],[[140.55007,42.08447],[140.54977,42.11387],[140.58066,42.11193],[140.62636,42.12069],[140.63365,42.12136],[140.6336,42.10061],[140.60853,42.09964],[140.60848,42.08327],[140.54972,42.08312],[140.55007,42.08447]],[[140.6583,41.06668],[140.67117,40.91974],[140.84492,40.91652],[140.91726,40.91688],[140.91712,40.87597],[140.9846,40.87533],[140.98503,40.79278],[141.13391,40.79192],[141.13972,40.68034],[141.17424,40.68174],[141.18504,40.60057],[141.43351,40.60078],[141.43308,40.51757],[141.18305,40.51649],[141.18362,40.58223],[141.16714,40.59172],[141.04397,40.59237],[141.04283,40.65825],[140.98402,40.65836],[140.72646,40.65857],[140.72589,40.57521],[140.66849,40.57467],[140.60883,40.57489],[140.60925,40.48311],[140.55058,40.483],[140.54888,40.51757],[140.40028,40.51692],[140.40013,40.5832],[140.25665,40.58233],[140.24898,40.63292],[140.33251,40.63292],[140.33251,40.66687],[140.41676,40.66698],[140.41704,40.73311],[140.33194,40.73375],[140.33351,40.75851],[140.28421,40.75818],[140.28037,40.85679],[140.30254,40.98507],[140.31845,41.00019],[140.42443,41.0004],[140.42443,40.90029],[140.55044,40.89975],[140.54994,41.06668],[140.6583,41.06668]],[[140.01669,40.33381],[140.25252,40.33381],[140.25006,39.33298],[139.98341,39.3332],[140.05622,39.72433],[140.00614,39.77043],[139.94073,39.88023],[139.94158,40.01081],[139.94055,40.08509],[139.94116,40.10876],[140.01669,40.33381]],[[139.85814,39.04176],[139.87552,39.04137],[139.87703,39.00009],[139.91671,39.00001],[139.9167,38.79173],[139.75493,38.79165],[139.7502,38.79386],[139.79376,38.89687],[139.79014,38.9254],[139.83615,38.99102],[139.85814,39.04176]],[[139.37551,38.1174],[139.38053,37.95893],[139.417,37.95845],[139.417,37.87413],[139.37571,37.8746],[139.37611,37.83296],[139.29234,37.83145],[139.30007,37.78074],[139.29173,37.68357],[139.29193,37.66473],[139.22935,37.6594],[139.18113,37.61024],[139.14537,37.60769],[139.12367,37.62671],[139.09816,37.65018],[139.08831,37.6664],[138.99951,37.66656],[138.99942,37.79171],[138.81261,37.79199],[138.86834,37.84689],[138.9915,37.91333],[139.08231,37.9775],[139.27679,38.03417],[139.37551,38.1174]],[[139.96008,38.49993],[140.50033,38.50009],[140.50023,38.16654],[140.37496,38.16654],[140.37536,38.08348],[140.2504,38.08293],[140.21705,38.07407],[140.22136,38.0422],[140.2512,38.04196],[140.2504,38.00017],[140.23372,37.99962],[140.23352,37.94197],[140.20861,37.9411],[140.20841,37.90013],[140.19253,37.89965],[140.19123,37.88372],[140.15838,37.883],[140.15828,37.85811],[140.0753,37.85945],[140.0741,37.87476],[140.05019,37.87571],[140.05019,37.89252],[140.05762,37.89355],[140.05813,37.92541],[140.0741,37.92573],[140.0742,37.94197],[140.09871,37.95369],[140.09821,37.99234],[140.10182,38.00041],[140.12282,38.00081],[140.11549,38.01806],[140.08977,38.02795],[140.0747,38.04133],[140.06727,38.03492],[140.06707,37.99186],[140.01634,37.9917],[140.01584,38.066],[139.99805,38.06656],[139.99966,38.13739],[139.99956,38.17514],[139.99795,38.3337],[139.95787,38.33378],[139.95837,38.50028],[139.96008,38.49993]],[[140.70822,38.7833],[140.70837,39.15023],[141.04194,39.14957],[141.04167,39.50008],[141.00147,39.49986],[140.99893,39.91638],[141.25077,39.91692],[141.25037,39.5007],[141.16709,39.50008],[141.16699,39.45627],[141.16669,39.40273],[141.16689,39.25073],[141.20798,39.24996],[141.20898,38.87471],[141.03399,38.8751],[141.03339,38.78354],[140.86794,38.78315],[140.70822,38.7833]],[[141.3759,38.36972],[141.37476,38.49992],[141.24904,38.50025],[141.25134,38.66886],[141.52524,38.66653],[141.54981,38.63369],[141.55052,38.55563],[141.55549,38.47938],[141.56558,38.39559],[141.54626,38.37398],[141.55919,38.32429],[141.59854,38.31226],[141.59527,38.26063],[141.50762,38.23664],[141.46983,38.24479],[141.39226,38.27725],[141.41158,38.34781],[141.3759,38.36972]],[[131.04175,33.7381],[131.0413,33.70887],[130.99956,33.70858],[131.00035,33.68392],[131.04959,33.68392],[131.05014,33.64171],[131.0751,33.64201],[131.07588,33.61683],[131.10039,33.61666],[131.10084,33.60082],[131.17448,33.60007],[131.19999,33.58422],[131.20066,33.55868],[131.2405,33.55868],[131.28258,33.54207],[131.33137,33.52528],[131.41821,33.55065],[131.51625,33.55084],[131.51692,33.5667],[131.63353,33.56688],[131.63308,33.47545],[131.7423,33.47452],[131.74946,33.45939],[131.75014,33.33289],[131.60756,33.33401],[131.60801,33.37421],[131.52565,33.37458],[131.52467,33.26691],[131.5769,33.25843],[131.64942,33.28332],[131.71634,33.28388],[131.77497,33.26687],[131.78385,33.25028],[131.83291,33.25015],[131.88403,33.2745],[131.90825,33.2749],[131.90809,33.25849],[131.87517,33.20607],[131.84985,33.18276],[131.85032,33.14964],[131.87525,33.15038],[131.90777,33.14129],[131.9171,33.13332],[131.91733,33.10858],[131.9505,33.09967],[131.95019,33.08349],[131.98279,33.08336],[131.98279,33.10007],[132.00036,33.1169],[132.0252,33.1169],[132.02473,33.0998],[132.00843,33.09172],[132.00843,33.06718],[132.01745,33.06705],[132.01715,33.04988],[131.99181,33.04211],[131.92518,33.04092],[131.9255,33.025],[131.95003,33.025],[131.95045,33.01347],[131.95034,32.97482],[131.98326,32.97536],[131.98492,32.95941],[132.0261,32.95922],[132.05828,32.95862],[132.05844,32.99142],[132.07198,32.9917],[132.08297,32.98332],[132.09168,32.92635],[132.02473,32.92542],[132.02473,32.90058],[132.03349,32.88294],[132.00795,32.88357],[131.98326,32.85871],[131.99988,32.8498],[132.01715,32.8429],[132.01603,32.82654],[131.97551,32.78396],[131.93411,32.76746],[131.8992,32.76614],[131.89179,32.71661],[131.83317,32.6507],[131.78369,32.64894],[131.78415,32.58396],[131.74185,32.58283],[131.7082,32.56669],[131.70773,32.54294],[131.74159,32.50852],[131.74141,32.45129],[131.70804,32.44216],[131.70112,32.40878],[131.65787,32.39219],[131.64226,32.33355],[131.59948,32.27572],[131.57492,32.18338],[131.54184,32.08474],[131.542,32.00009],[131.49975,32.00023],[131.50038,31.74971],[131.4586,31.75011],[131.45876,31.79182],[131.24969,31.79169],[131.24969,32.16704],[131.37488,32.16717],[131.37504,32.25046],[131.49991,32.25019],[131.49991,32.33341],[131.54137,32.33341],[131.54167,32.62506],[131.66645,32.62515],[131.66633,32.66662],[131.74993,32.66652],[131.75006,32.91664],[131.5977,32.91688],[131.25044,32.91663],[131.24902,33.00042],[131.49971,33.00002],[131.49987,33.06345],[131.50018,33.13915],[131.4804,33.16631],[131.284,33.16618],[131.26706,33.20035],[131.26627,33.25039],[131.29966,33.26985],[131.29951,33.31999],[131.24427,33.34114],[131.17511,33.34154],[131.17527,33.35806],[131.07525,33.35806],[131.07572,33.33347],[131.00055,33.33321],[131.00007,33.2496],[130.91445,33.2496],[130.7497,33.25013],[130.7497,33.08374],[130.62546,33.08321],[130.62546,33.00002],[130.72796,33.00171],[130.87492,33.00018],[130.8753,32.79131],[130.96677,32.79185],[130.96709,32.85808],[130.92531,32.85781],[130.92531,32.95029],[130.96679,32.95831],[131.00012,32.91683],[131.00017,32.50007],[130.66647,32.50046],[130.66669,32.33306],[130.62506,32.33306],[130.62461,32.24943],[130.49972,32.25037],[130.50039,32.12517],[130.33275,32.12498],[130.3437,32.16133],[130.34954,32.20815],[130.42748,32.29423],[130.46637,32.40054],[130.4939,32.40073],[130.523,32.43304],[130.54941,32.44456],[130.54986,32.4659],[130.48383,32.46647],[130.47421,32.47535],[130.4751,32.50064],[130.5089,32.54197],[130.62439,32.62571],[130.62484,32.6666],[130.52569,32.66679],[130.52524,32.68337],[130.55859,32.71671],[130.55903,32.7745],[130.57493,32.78372],[130.57493,32.82172],[130.50935,32.84185],[130.50778,32.86986],[130.44155,32.89158],[130.41624,32.94258],[130.41579,32.97488],[130.37438,33.00098],[130.37528,33.08315],[130.24927,33.08372],[130.24905,33.16076],[130.15863,33.09741],[130.17775,33.07174],[130.18369,33.06684],[130.18369,33.03401],[130.19958,33.025],[130.19977,33.00001],[130.12479,33.00001],[130.12457,32.96678],[130.0409,32.9407],[130.02501,32.94164],[130.02456,32.91647],[130.12457,32.9172],[130.12457,32.86739],[130.15031,32.86683],[130.19578,32.8661],[130.23334,32.89183],[130.29198,32.89183],[130.29243,32.84991],[130.29153,32.7916],[130.2922,32.71725],[130.18343,32.65791],[130.15034,32.65002],[130.11539,32.64962],[130.11744,32.70014],[130.15903,32.71706],[130.24856,32.75867],[130.24968,32.79085],[130.1333,32.79235],[130.12569,32.76751],[130.00147,32.74963],[129.9294,32.67317],[129.80048,32.57459],[129.80003,32.54704],[129.77425,32.54749],[129.71767,32.54987],[129.71632,32.59043],[129.7499,32.67487],[129.75012,32.72459],[129.80025,32.72553],[129.74161,32.77523],[129.62411,32.8501],[129.62646,32.91787],[129.83159,32.91738],[129.87121,32.91644],[129.89269,32.94105],[129.93343,33.00827],[129.967,33.07469],[130.05809,33.12025],[130.05876,33.21693],[130.24946,33.21674],[130.2499,33.33331],[130.21566,33.3335],[130.0422,33.33331],[129.92559,33.33294],[129.90836,33.35837],[129.90791,33.38304],[129.86695,33.38285],[129.86697,33.36012],[129.83338,33.34079],[129.80093,33.34098],[129.80003,33.31592],[129.75057,33.31686],[129.75034,33.27533],[129.72572,33.27477],[129.6917,33.30807],[129.69237,33.25025],[129.87479,33.25025],[129.8759,33.21299],[129.87521,33.11856],[129.87523,33.03323],[129.80831,33.03305],[129.7499,33.05031],[129.734,33.058],[129.72658,33.08172],[129.69842,33.09982],[129.62413,33.09928],[129.62374,33.12377],[129.62501,33.24201],[129.59255,33.24108],[129.59255,33.29928],[129.54197,33.3004],[129.50012,33.31761],[129.49989,33.41686],[129.59949,33.41593],[129.66753,33.40864],[129.66775,33.43274],[129.8336,33.56656],[129.93208,33.56787],[129.93522,33.40827],[130.04131,33.3836],[130.04108,33.48428],[130.24901,33.48465],[130.25057,33.61681],[130.28504,33.63405],[130.28303,33.69151],[130.30888,33.69151],[130.32365,33.66712],[130.39225,33.69179],[130.41777,33.72484],[130.43388,33.77546],[130.39024,33.87047],[130.39113,33.92509],[130.50774,33.92621],[130.60555,33.89166],[130.66665,33.9496],[130.74991,34.00844],[130.84973,34.00825],[130.8504,34.14155],[130.88308,34.19192],[130.85801,34.27519],[130.83228,34.36706],[130.97127,34.45052],[131.08608,34.43336],[131.19307,34.44166],[131.29356,34.44092],[131.36518,34.44591],[131.37548,34.5328],[131.44934,34.55013],[131.57445,34.69176],[131.62526,34.69158],[131.78596,34.70078],[131.86989,34.77435],[131.99545,34.88146],[132.37594,35.16739],[132.74972,35.16684],[132.75084,35.08318],[132.6255,35.08337],[132.62505,34.91671],[132.3755,34.91689],[132.37527,34.83426],[132.12482,34.83298],[132.12482,34.75008],[132.00038,34.7499],[132.00038,34.5833],[131.74989,34.58326],[131.75139,34.37954],[131.75147,34.1671],[132.12497,34.16683],[132.12481,34.2914],[132.25016,34.29193],[132.24929,34.40917],[132.25016,34.49983],[132.37249,34.49996],[132.37503,34.58339],[132.49167,34.58339],[132.49182,34.70831],[132.59177,34.70824],[132.58365,34.5417],[132.84148,34.54133],[132.84193,34.66623],[133.08343,34.66678],[133.08365,34.76631],[133.20743,34.76687],[133.20787,34.66678],[133.49973,34.66642],[133.50026,34.83314],[133.7012,34.83357],[133.69941,34.87526],[133.74984,34.87535],[133.74984,34.9999],[133.8751,35.00003],[133.87518,35.12504],[133.97425,35.12517],[133.97546,35.00097],[134.0585,34.99997],[134.05816,35.07464],[134.16654,35.0748],[134.1667,35.00016],[134.75338,35.00016],[134.83324,34.99997],[134.8333,35.04176],[135.24494,35.04176],[135.37472,35.04153],[135.37535,35.0836],[135.74948,35.08335],[135.75066,35.25004],[135.87474,35.2503],[135.87529,35.33388],[136.00001,35.33356],[136.00024,35.2587],[135.98331,35.24255],[135.93361,35.20027],[135.93306,35.1667],[135.97539,35.16664],[135.97523,35.15597],[136.04993,35.15829],[136.04993,35.21663],[136.05895,35.22484],[136.12455,35.23344],[136.12536,35.25011],[136.16667,35.24997],[136.16651,35.36441],[136.16664,35.45873],[136.33347,35.45857],[136.37478,35.33382],[136.49981,35.33356],[136.49965,35.49981],[136.74991,35.58365],[137.00003,35.58344],[136.99984,35.41254],[136.99999,35.33351],[137.24995,35.33357],[137.24998,34.91665],[137.6249,34.91658],[137.62516,35.00034],[137.69186,35.00052],[137.69182,35.06711],[137.74199,35.06668],[137.74222,35.10789],[137.77489,35.10844],[137.77474,35.15015],[138.16671,35.15021],[138.16666,35.2918],[138.38224,35.29138],[138.50029,35.29187],[138.50119,35.33333],[138.38256,35.33369],[138.38319,35.44169],[138.49985,35.44208],[138.49988,35.4584],[138.66644,35.45855],[138.66704,35.37476],[138.70818,35.37519],[138.70818,35.33348],[138.8334,35.33357],[138.83329,35.40832],[139.0082,35.40836],[139.00858,35.39192],[139.1243,35.39228],[139.12498,35.41668],[139.25001,35.41667],[139.24995,35.49996],[139.12487,35.50005],[139.12492,35.5833],[138.99999,35.58333],[138.99999,35.6667],[139.1249,35.66678],[139.12504,35.8092],[139.12474,35.91713],[139.00053,35.91713],[139.00006,36.00001],[139.12492,36.00012],[139.12547,36.11894],[139.12495,36.16664],[139,36.16668],[138.99941,36.25031],[138.95831,36.25002],[138.95822,36.29127],[138.91663,36.29166],[138.91678,36.37496],[138.95845,36.37565],[138.95836,36.45832],[139.08379,36.45868],[139.08334,36.5],[139.25009,36.50012],[139.2496,36.54136],[139.37464,36.54189],[139.37505,36.62499],[139.45022,36.62528],[139.44999,36.66667],[139.66374,36.66671],[139.75002,36.66665],[139.75005,36.75003],[140,36.75001],[139.99998,36.62209],[140.00001,36.41668],[140.25001,36.41666],[140.24999,36.04158],[140.50004,36.04158],[140.49989,35.83349],[140.41632,35.83374],[140.4168,35.7919],[140.45874,35.79113],[140.45874,35.72461],[140.51666,35.72486],[140.51691,35.7417],[140.59144,35.74174],[140.5915,35.94177],[140.65002,35.94164],[140.64994,36.00837],[140.67503,36.00834],[140.71403,35.92326],[140.77327,35.83877],[140.81532,35.78508],[140.89133,35.7501],[140.89211,35.71717],[140.86632,35.67853],[140.80694,35.70622],[140.72767,35.6761],[140.68235,35.68891],[140.60194,35.63074],[140.48545,35.54409],[140.4095,35.42897],[140.40816,35.33353],[140.30722,35.33371],[140.30767,35.41748],[140.30946,35.45851],[140.20762,35.45905],[140.20829,35.37478],[140.12503,35.37478],[140.12436,35.33408],[140.29155,35.33316],[140.29245,35.20909],[140.31707,35.20836],[140.31662,35.18422],[140.35042,35.18257],[140.3431,35.13152],[140.23201,35.10096],[140.13697,35.09271],[140.05542,35.03643],[139.98865,34.98849],[139.96379,34.91688],[139.91222,34.88262],[139.82272,34.89218],[139.78337,34.93633],[139.73961,34.95322],[139.7443,34.99303],[139.81476,35.00932],[139.7963,35.05283],[139.80169,35.09108],[139.80766,35.1529],[139.80866,35.19667],[139.85153,35.24127],[139.8325,35.29189],[139.74927,35.2961],[139.76149,35.33517],[139.79232,35.35267],[139.81035,35.49933],[140.0035,35.49988],[140.03349,35.53668],[140.06639,35.58384],[139.79714,35.58311],[139.80005,35.50079],[139.77087,35.47343],[139.70992,35.44207],[139.6987,35.40282],[139.66887,35.36715],[139.68478,35.30781],[139.73549,35.2728],[139.75069,35.25934],[139.73734,35.23092],[139.74388,35.20852],[139.69714,35.18971],[139.67426,35.1702],[139.68932,35.15394],[139.68151,35.13477],[139.62355,35.12199],[139.59783,35.1285],[139.60224,35.17253],[139.58363,35.18959],[139.59033,35.24164],[139.5496,35.28403],[139.49879,35.30084],[139.42314,35.30942],[139.29131,35.30066],[139.23074,35.27778],[139.15546,35.23542],[139.15031,35.17507],[139.16665,35.13316],[139.12502,35.13298],[139.09436,35.13335],[139.05832,35.13316],[139.05671,35.00443],[139.03348,34.98385],[138.99968,34.98367],[139.00057,34.88274],[139.14136,34.88348],[139.11002,34.84602],[139.08129,34.79529],[139.01691,34.74107],[138.9999,34.64151],[138.90044,34.6097],[138.87367,34.59159],[138.80026,34.59988],[138.75773,34.65881],[138.72528,34.67575],[138.72528,34.72506],[138.83316,34.72598],[138.83383,34.74952],[138.7419,34.75106],[138.7338,34.8136],[138.74985,34.90057],[138.76065,34.93773],[138.75028,34.98313],[138.77855,35.04352],[138.87546,35.03316],[138.87703,35.04929],[138.85845,35.04984],[138.76804,35.12107],[138.68294,35.12223],[138.61873,35.09015],[138.55409,35.05201],[138.54926,34.99442],[138.49996,34.95392],[138.39142,34.91129],[138.35562,34.86759],[138.33929,34.80042],[138.27635,34.72246],[138.24467,34.66616],[138.24396,34.58503],[138.12662,34.58573],[138.01467,34.62561],[137.88184,34.65541],[137.79532,34.63718],[137.68991,34.65307],[137.57654,34.66441],[137.38135,34.64618],[137.18402,34.58409],[137.03187,34.5662],[137.00794,34.57573],[137.0254,34.61792],[137.0599,34.66613],[137.17517,34.66686],[137.30767,34.75996],[137.29894,34.77595],[137.29088,34.79231],[137.25037,34.79213],[137.21635,34.76768],[137.15816,34.74911],[137.08318,34.75076],[137.03215,34.76345],[136.94061,34.80848],[136.93456,34.77522],[136.98335,34.72575],[137.06751,34.74212],[137.06773,34.70183],[137.02454,34.70809],[137.01581,34.64937],[136.98179,34.65029],[136.82601,34.74911],[136.84884,34.82319],[136.79266,34.82521],[136.79132,35.00048],[136.75081,35.00012],[136.74991,34.95849],[136.68277,34.96069],[136.6624,34.89701],[136.59078,34.80003],[136.53863,34.72704],[136.58294,34.62506],[136.75682,34.54181],[136.85798,34.54126],[136.93945,34.54347],[136.91675,34.49231],[136.94081,34.46687],[136.94113,34.40866],[136.92404,34.35876],[136.90742,34.30209],[136.90045,34.2666],[136.84981,34.23416],[136.81693,34.1923],[136.79948,34.19254],[136.79996,34.22906],[136.74203,34.25863],[136.73325,34.28285],[136.70896,34.28334],[136.64264,34.25902],[136.5594,34.22605],[136.53564,34.22167],[136.50068,34.20864],[136.44007,34.20053],[136.38325,34.16675],[136.3334,34.14802],[136.31583,34.08487],[136.2674,34.08316],[136.12497,34.08343],[136.12449,34.16688],[136.24968,34.16688],[136.24984,34.25012],[136.37486,34.25025],[136.37468,34.33331],[136.50021,34.33302],[136.49973,34.49192],[136.45843,34.49127],[136.45811,34.5416],[136.4168,34.54186],[136.41664,34.62516],[136.37494,34.62464],[136.37469,34.68106],[136.37485,34.74974],[136.33402,34.75026],[136.33354,34.79109],[136.37485,34.79213],[136.37533,34.95858],[136.33323,34.95858],[136.33323,34.83345],[136.29239,34.83371],[136.29208,34.792],[136.24966,34.79213],[136.24998,34.70838],[136.29192,34.70851],[136.2916,34.62475],[136.12487,34.62512],[136.12498,34.66674],[136.04161,34.66655],[136.04094,34.7499],[136.00023,34.75009],[135.99991,34.65993],[135.99975,34.58387],[136.04153,34.58374],[136.04185,34.50017],[136.04989,34.49997],[136.05005,34.42503],[135.91674,34.425],[135.91667,34.35836],[135.81665,34.35837],[135.81661,34.31668],[135.74991,34.31672],[135.75007,34.29167],[135.64152,34.29176],[135.64186,34.27512],[135.53325,34.27489],[135.53348,34.25834],[135.475,34.25834],[135.47511,34.22498],[135.37507,34.22512],[135.3749,34.20814],[135.50001,34.20837],[135.50001,33.66652],[135.87502,33.66661],[135.87558,33.74983],[136.03371,33.75021],[136.01272,33.71062],[135.99681,33.67327],[135.97948,33.63389],[135.97195,33.61271],[135.95831,33.56798],[135.85332,33.50522],[135.85353,33.48302],[135.87591,33.4814],[135.86057,33.44051],[135.77718,33.42558],[135.7418,33.42534],[135.74163,33.4665],[135.68498,33.47915],[135.59008,33.49633],[135.47373,33.52819],[135.3902,33.5752],[135.37485,33.61633],[135.37533,33.64967],[135.33371,33.6498],[135.32468,33.66653],[135.45794,33.66666],[135.45842,33.74987],[135.41727,33.75],[135.41663,33.78802],[135.41743,33.83273],[135.37517,33.83326],[135.37517,33.79171],[135.3284,33.78999],[135.28777,33.75622],[135.21503,33.7698],[135.14371,33.85113],[135.12013,33.87826],[135.05776,33.87991],[135.05947,33.96479],[135.07709,34.00837],[135.11345,34.05029],[135.06515,34.06759],[135.07041,34.121],[135.15522,34.16286],[135.1163,34.18742],[135.06316,34.25849],[135.04915,34.27082],[134.99554,34.27152],[134.9955,34.29122],[134.99945,34.29894],[135.00904,34.30357],[135.1457,34.34721],[135.20804,34.35108],[135.24174,34.39165],[135.19145,34.42482],[135.25012,34.46056],[135.29487,34.42658],[135.30902,34.44119],[135.36647,34.53277],[135.39147,34.53394],[135.38308,34.63128],[135.36409,34.66669],[135.29161,34.66695],[135.29061,34.6245],[135.08349,34.62463],[135.04725,34.61643],[134.92905,34.64799],[134.826,34.69662],[134.75874,34.74267],[134.71632,34.74982],[134.52561,34.74969],[134.41657,34.70885],[134.31671,34.66669],[134.25055,34.66656],[134.24992,34.68309],[134.15797,34.68348],[134.15781,34.70013],[134.12505,34.7],[134.12474,34.58386],[134.11666,34.55845],[134.02519,34.55024],[134.02535,34.44785],[134.02788,34.41639],[134.19168,34.41678],[134.19152,34.38401],[134.28347,34.38296],[134.28347,34.33371],[134.38082,34.29415],[134.40952,34.26539],[134.43268,34.24648],[134.56265,34.25055],[134.66663,34.24963],[134.64146,34.04963],[134.70809,33.96554],[134.74006,33.92825],[134.71221,33.86773],[134.76918,33.86691],[134.76712,33.82524],[134.66742,33.7754],[134.63102,33.77487],[134.50018,33.77493],[134.49978,33.95855],[134.4582,33.95874],[134.45816,34.00006],[134.34679,33.99889],[134.06047,33.99988],[133.74955,34.00047],[133.74998,34.33337],[133.875,34.33342],[133.87494,34.41668],[133.95888,34.41683],[133.95843,34.44157],[133.85055,34.44157],[133.84966,34.46621],[133.82537,34.46704],[133.81642,34.44222],[133.84205,34.43326],[133.84194,34.41656],[133.75822,34.41715],[133.74122,34.44175],[133.6913,34.44152],[133.69085,34.45739],[133.69097,34.46639],[133.70004,34.48346],[133.61655,34.48355],[133.61689,34.45827],[133.53351,34.45887],[133.53329,34.41752],[133.4897,34.41743],[133.46642,34.43313],[133.46631,34.44992],[133.4503,34.45002],[133.45008,34.4166],[133.41713,34.41696],[133.41668,34.35786],[133.34174,34.3583],[133.30304,34.37515],[133.2748,34.35876],[133.21655,34.35],[133.16694,34.35007],[133.16662,34.36659],[133.09184,34.36659],[133.09176,34.3417],[133.05837,34.34164],[133.05829,34.32491],[132.90003,34.32517],[132.89148,34.29164],[132.7917,34.29164],[132.79133,34.28281],[132.792,34.24212],[132.77492,34.22513],[132.71629,34.22499],[132.71652,34.21655],[132.75854,34.21636],[132.775,34.20877],[132.79218,34.20095],[132.79223,34.14177],[132.74138,34.14173],[132.70838,34.16655],[132.63354,34.16665],[132.61664,34.1917],[132.59185,34.1916],[132.5749,34.1666],[132.54155,34.16674],[132.54178,34.14196],[132.42515,34.14165],[132.42503,34.16657],[132.3749,34.16663],[132.37515,34.18348],[132.40833,34.18343],[132.3752,34.2168],[132.34991,34.23331],[132.35014,34.25834],[132.35814,34.25843],[132.35819,34.27503],[132.33922,34.25834],[132.29166,34.22494],[132.24992,34.22494],[132.25003,34.2043],[132.25809,34.18324],[132.28327,34.18352],[132.28321,34.19995],[132.29183,34.20837],[132.32501,34.20847],[132.31684,34.1753],[132.25843,34.17533],[132.25843,34.14171],[132.2502,34.11675],[132.21669,34.11684],[132.21685,34.0585],[132.22491,34.05827],[132.22502,33.99163],[132.21669,33.99177],[132.21652,33.97516],[132.25037,33.97526],[132.25014,33.91622],[131.95761,33.91733],[131.95783,33.92512],[131.91755,33.92495],[131.91586,33.95863],[131.88699,33.96671],[131.87569,33.95891],[131.84973,33.92502],[131.80049,33.92439],[131.79948,33.95046],[131.7752,33.95057],[131.75058,33.9668],[131.70828,33.97508],[131.70918,33.92551],[131.68366,33.92513],[131.68321,33.95056],[131.6916,33.96717],[131.69988,33.98323],[131.68332,33.99937],[131.68354,34.01681],[131.69999,34.017],[131.70011,34.03314],[131.68209,34.03352],[131.67515,34.02581],[131.62513,34.02488],[131.59122,33.97515],[131.38721,33.97497],[131.29981,33.91685],[131.16675,33.91667],[131.1172,33.97473],[131.06078,34.02462],[131.03349,34.02557],[131.04198,34.00848],[131.04175,33.7381]],[[135.98583,35.86595],[135.93905,35.95517],[135.95723,36.1316],[136.15271,36.29666],[136.6596,36.75695],[136.65846,37.00603],[136.66642,37.33477],[136.85167,37.42328],[137.11307,37.5288],[137.31877,37.54953],[137.39151,37.50356],[137.34765,37.35791],[137.20218,37.24762],[137.09307,37.06828],[137.0223,36.83795],[137.09532,36.80133],[137.22971,36.77368],[137.35387,36.80451],[137.39706,36.90966],[137.50588,36.95883],[137.72267,37.01579],[137.95199,37.10656],[138.053,37.16975],[138.18626,37.18254],[138.28854,37.24861],[138.43501,37.34512],[138.54909,37.41229],[138.61842,37.49225],[138.73903,37.51536],[138.78378,37.5674],[138.82185,37.62796],[138.91491,37.63009],[138.924,37.6032],[139.01321,37.59757],[139.01421,37.53507],[139.03452,37.52325],[139.03793,37.45798],[139.04887,37.42358],[139.13027,37.42312],[139.23881,37.4326],[139.26282,37.33326],[139.12289,37.32784],[139.11408,37.26354],[139.11422,37.16748],[139.05555,37.16658],[138.82825,37.17133],[138.87072,37.2338],[138.89104,37.31316],[138.72965,37.33259],[138.71403,37.29474],[138.71715,37.1642],[138.53517,37.16533],[138.39907,37.16692],[138.37478,37.13261],[138.3725,36.99907],[138.08823,36.99839],[138.08596,36.91586],[137.89233,36.91768],[137.87798,36.83517],[137.66517,36.8321],[137.52111,36.83142],[137.51216,36.74222],[137.39482,36.74427],[137.37138,36.58325],[137.29367,36.58371],[137.18016,36.55028],[137.21383,36.53133],[137.26384,36.33176],[136.63321,36.33496],[136.50436,36.29227],[136.39412,36.29444],[136.38034,36.25493],[136.37778,36.17665],[136.38218,36.09507],[136.38758,36.00065],[136.2593,35.99399],[136.25532,35.90923],[136.24992,35.83337],[136.12207,35.82876],[136.11184,35.88725],[136.05984,35.91165],[136.01793,35.86676],[135.98583,35.86595]],[[140.03281,37.29986],[140.03344,37.34643],[140.03344,37.47427],[140.03407,37.48281],[139.99973,37.48356],[140.00036,37.44198],[139.94212,37.44173],[139.94197,37.35007],[139.89116,37.35007],[139.89116,37.41698],[139.81725,37.41647],[139.81266,37.57468],[139.74192,37.57556],[139.74224,37.79174],[139.81789,37.79162],[139.98296,37.79112],[139.98359,37.58334],[140.0412,37.58334],[140.04151,37.47502],[140.1591,37.47528],[140.15815,37.63311],[140.3745,37.63399],[140.37481,37.83338],[140.5,37.83525],[140.49989,37.91662],[140.53144,37.9168],[140.62489,37.9167],[140.62489,37.84641],[140.62534,37.33359],[140.57502,37.33284],[140.57486,37.25881],[140.4579,37.25855],[140.45774,37.2084],[140.2501,37.20866],[140.24994,37.29998],[140.03281,37.29986]],[[141.00075,38.16707],[140.84264,38.16752],[140.68779,38.16405],[140.70788,38.09499],[140.70868,38.03346],[140.61627,38.03362],[140.53369,38.11364],[140.5359,38.14478],[140.61948,38.14478],[140.62471,38.2048],[140.6231,38.27376],[140.63073,38.33902],[140.81255,38.33698],[141.00362,38.33398],[141.00075,38.16707]],[[129.44454,34.73675],[129.52524,34.65452],[129.35703,34.19046],[129.23088,34.06063],[129.15132,34.11616],[129.27179,34.63488],[129.44454,34.73675]]],terms_url:"http://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html",terms_text:"GSI Japan"},{id:"gsi.go.jp_std_map",name:"Japan GSI Standard Map",type:"tms",template:"https://cyberjapandata.gsi.go.jp/xyz/std/{zoom}/{x}/{y}.png",scaleExtent:[5,18],polygon:[[[141.85547,44.64912],[140.22949,43.9691],[138.95508,41.80408],[139.48242,40.17887],[138.86719,38.30718],[136.31836,37.19533],[132.14355,35.13788],[128.93555,33.35806],[129.50684,32.4727],[129.77051,31.69078],[130.20996,30.90223],[131.2207,30.78904],[131.66016,32.32428],[132.71484,32.87959],[133.76953,33.17434],[136.75781,33.87042],[139.30664,35.06597],[140.88867,35.17381],[141.15234,36.5626],[142.11914,39.94344],[141.76758,42.68243],[141.85547,44.64912]]],terms_url:"https://maps.gsi.go.jp/help/use.html",terms_text:"GSI Japan"},{id:"Aargau-AGIS-2014",name:"Kanton Aargau 25cm (AGIS 2014)",type:"tms",template:"https://mapproxy.osm.ch/tiles/AGIS2014/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",scaleExtent:[8,19],polygon:[[[8.09602,47.57882],[8.10323,47.57879],[8.10323,47.58583],[8.10591,47.58732],[8.11019,47.58878],[8.11589,47.5893],[8.12168,47.58916],[8.12546,47.58873],[8.12959,47.58888],[8.13023,47.59122],[8.132,47.59358],[8.13506,47.59546],[8.13831,47.59698],[8.14161,47.59939],[8.14534,47.60076],[8.14961,47.60144],[8.15438,47.60127],[8.15751,47.60063],[8.16119,47.59914],[8.16255,47.59976],[8.16438,47.60148],[8.16653,47.60399],[8.17087,47.60673],[8.17608,47.60838],[8.17912,47.60868],[8.18153,47.6118],[8.18304,47.61489],[8.18498,47.6176],[8.18953,47.62151],[8.19212,47.62321],[8.22261,47.623],[8.22561,47.6212],[8.22849,47.61842],[8.22959,47.61621],[8.23008,47.61501],[8.23261,47.61686],[8.23657,47.61803],[8.24,47.61835],[8.24351,47.61783],[8.24749,47.61877],[8.25066,47.61988],[8.25708,47.6208],[8.26104,47.62069],[8.26491,47.61935],[8.26732,47.61769],[8.26902,47.61531],[8.27579,47.61702],[8.28106,47.61707],[8.28772,47.61626],[8.29421,47.61442],[8.29947,47.61221],[8.30311,47.60977],[8.30287,47.59447],[8.30438,47.59227],[8.30591,47.59109],[8.30791,47.59019],[8.31236,47.58917],[8.31655,47.58713],[8.32049,47.58436],[8.32598,47.57888],[8.32864,47.57716],[8.33219,47.57604],[8.33902,47.57577],[8.34702,47.57628],[8.35962,47.57552],[8.36475,47.57436],[8.37207,47.57377],[8.38002,47.57233],[8.38194,47.57496],[8.38387,47.57686],[8.38879,47.58027],[8.39232,47.58174],[8.39611,47.58247],[8.40013,47.58255],[8.40432,47.58158],[8.41158,47.57928],[8.418,47.57602],[8.42381,47.57452],[8.43039,47.57228],[8.43275,47.57035],[8.4336,47.56849],[8.43353,47.56669],[8.4319,47.56444],[8.4286,47.56217],[8.42575,47.56121],[8.4259,47.55854],[8.42498,47.55624],[8.42353,47.55469],[8.42296,47.5537],[8.4246,47.5517],[8.42492,47.54981],[8.42434,47.54836],[8.42539,47.54679],[8.425,47.54418],[8.4233,47.5422],[8.421,47.54106],[8.41832,47.54049],[8.41551,47.54062],[8.4139,47.53924],[8.41283,47.5372],[8.41194,47.53626],[8.41241,47.53415],[8.41185,47.53237],[8.41117,47.53158],[8.40143,47.53169],[8.40124,47.52443],[8.39936,47.5222],[8.39666,47.52082],[8.39385,47.51988],[8.39085,47.51973],[8.38877,47.52014],[8.38809,47.5146],[8.38551,47.51075],[8.38366,47.50944],[8.36776,47.50953],[8.36739,47.48709],[8.3751,47.48689],[8.37889,47.4853],[8.38196,47.48188],[8.38184,47.47521],[8.38328,47.47192],[8.38244,47.46879],[8.37943,47.46643],[8.37751,47.4659],[8.37787,47.46496],[8.38238,47.46423],[8.38671,47.46097],[8.39171,47.45743],[8.39315,47.45349],[8.39514,47.45031],[8.39418,47.44722],[8.39171,47.44535],[8.3896,47.44449],[8.38996,47.44339],[8.39111,47.4416],[8.39213,47.43924],[8.39339,47.4359],[8.39249,47.43411],[8.39369,47.43143],[8.39568,47.42854],[8.39959,47.42463],[8.39953,47.41954],[8.449,47.41897],[8.45369,47.41233],[8.45369,47.40451],[8.44858,47.39649],[8.40362,47.39685],[8.40483,47.39392],[8.4029,47.38903],[8.4035,47.38553],[8.40314,47.38304],[8.40483,47.37905],[8.40844,47.37575],[8.41379,47.37338],[8.4159,47.37016],[8.41584,47.36539],[8.4144,47.36327],[8.41494,47.35912],[8.41722,47.35573],[8.41632,47.35231],[8.41355,47.34913],[8.41367,47.34688],[8.41476,47.3448],[8.41885,47.34244],[8.42264,47.34052],[8.42469,47.33718],[8.42421,47.33163],[8.42914,47.33286],[8.4351,47.33192],[8.43763,47.33281],[8.44328,47.33506],[8.44527,47.33746],[8.45213,47.3402],[8.45761,47.33975],[8.46212,47.33649],[8.46278,47.33322],[8.46043,47.32829],[8.45797,47.32457],[8.45556,47.32005],[8.44918,47.31495],[8.44713,47.31217],[8.44021,47.30948],[8.43624,47.29817],[8.43311,47.29593],[8.42806,47.29397],[8.42318,47.29001],[8.41656,47.28789],[8.41024,47.28728],[8.4035,47.28409],[8.40188,47.2805],[8.40862,47.27593],[8.41066,47.2716],[8.40892,47.26613],[8.41235,47.2618],[8.41235,47.25873],[8.41109,47.25608],[8.41698,47.25142],[8.41885,47.2475],[8.41801,47.24305],[8.4144,47.23904],[8.41373,47.23565],[8.4106,47.23226],[8.40435,47.22797],[8.40296,47.2256],[8.40398,47.22127],[8.40856,47.21718],[8.40928,47.21326],[8.40844,47.20945],[8.41012,47.20258],[8.41319,47.19678],[8.41271,47.1924],[8.4088,47.18799],[8.40814,47.18475],[8.4091,47.1812],[8.41518,47.17915],[8.41915,47.17563],[8.42294,47.16553],[8.42294,47.15747],[8.42011,47.15325],[8.42246,47.14838],[8.42276,47.14392],[8.42053,47.13954],[8.41584,47.13524],[8.40898,47.13274],[8.40386,47.13201],[8.40116,47.13258],[8.39532,47.1327],[8.38437,47.1345],[8.37895,47.13385],[8.37245,47.13442],[8.36908,47.13659],[8.368,47.13876],[8.35656,47.14228],[8.35409,47.14564],[8.35331,47.14916],[8.3506,47.15161],[8.3503,47.15419],[8.34772,47.15669],[8.34561,47.15923],[8.34086,47.16164],[8.33935,47.16512],[8.3373,47.16896],[8.33315,47.17154],[8.33261,47.17351],[8.33062,47.17792],[8.33002,47.18717],[8.32924,47.18786],[8.32936,47.19494],[8.32292,47.19514],[8.32148,47.19854],[8.32196,47.20115],[8.31835,47.21043],[8.31413,47.21178],[8.31089,47.2153],[8.31107,47.21857],[8.31221,47.2198],[8.30884,47.22433],[8.30932,47.22646],[8.30715,47.23042],[8.30727,47.2321],[8.30595,47.23582],[8.30607,47.23949],[8.30378,47.24366],[8.30144,47.24677],[8.29554,47.24836],[8.29187,47.25293],[8.28814,47.25869],[8.28766,47.26143],[8.28627,47.26519],[8.28723,47.26805],[8.28838,47.26964],[8.2823,47.27478],[8.27718,47.27576],[8.27273,47.27531],[8.26749,47.27593],[8.26533,47.27719],[8.2616,47.27695],[8.25793,47.27781],[8.25576,47.27887],[8.25317,47.27678],[8.25034,47.27548],[8.2501,47.27348],[8.24956,47.27017],[8.24559,47.26715],[8.24095,47.26678],[8.23452,47.26727],[8.23145,47.26278],[8.2309,47.25931],[8.22663,47.24942],[8.222,47.24713],[8.21526,47.24431],[8.21363,47.24203],[8.21309,47.23602],[8.21123,47.23246],[8.21285,47.22548],[8.21117,47.22266],[8.20689,47.22053],[8.19762,47.22065],[8.19149,47.21861],[8.16976,47.21865],[8.16543,47.22315],[8.16085,47.22405],[8.15351,47.2294],[8.15171,47.2332],[8.14822,47.23647],[8.14798,47.241],[8.14635,47.24203],[8.13823,47.24166],[8.13558,47.23941],[8.12673,47.23606],[8.1218,47.23631],[8.11614,47.23872],[8.10675,47.23945],[8.10266,47.24113],[8.09983,47.24436],[8.09766,47.2493],[8.09797,47.25069],[8.09339,47.25567],[8.08852,47.2569],[8.08485,47.25583],[8.08323,47.25405],[8.07995,47.25246],[8.0769,47.25054],[8.06854,47.24284],[8.06325,47.24098],[8.05134,47.23865],[8.04857,47.23886],[8.03575,47.23747],[8.0322,47.23555],[8.02714,47.23534],[8.01139,47.23967],[8.00927,47.24116],[8.00791,47.24312],[8.00783,47.24821],[8.00857,47.25042],[8.0084,47.25769],[8.00712,47.25922],[8.00299,47.26162],[8.00052,47.26486],[7.99759,47.26789],[7.99627,47.27271],[7.99474,47.27369],[7.98993,47.27121],[7.97278,47.26907],[7.96857,47.27008],[7.96737,47.27098],[7.95861,47.27112],[7.9601,47.26748],[7.96274,47.26396],[7.96576,47.26171],[7.96699,47.25879],[7.96695,47.25001],[7.95963,47.24582],[7.95112,47.23918],[7.94469,47.236],[7.93733,47.23106],[7.93405,47.23051],[7.9298,47.23077],[7.9178,47.23305],[7.90784,47.23837],[7.89793,47.2377],[7.8695,47.23207],[7.85478,47.22719],[7.85137,47.22713],[7.83958,47.22947],[7.83584,47.22976],[7.83082,47.23259],[7.82707,47.23505],[7.82431,47.23831],[7.82129,47.24042],[7.82014,47.24264],[7.81822,47.24562],[7.81771,47.24917],[7.81822,47.25082],[7.81835,47.25371],[7.81988,47.25587],[7.82116,47.2568],[7.82112,47.25778],[7.8192,47.26058],[7.81912,47.26154],[7.81686,47.26486],[7.8175,47.26731],[7.81958,47.26982],[7.82439,47.27158],[7.82805,47.2721],[7.83592,47.27837],[7.83707,47.28342],[7.84005,47.2872],[7.84201,47.29067],[7.84588,47.29427],[7.84763,47.2982],[7.85137,47.30299],[7.8529,47.30741],[7.85571,47.31032],[7.86065,47.31254],[7.86422,47.31349],[7.87018,47.31672],[7.87631,47.31736],[7.88082,47.31716],[7.88337,47.31667],[7.88588,47.31941],[7.88886,47.32131],[7.88805,47.32443],[7.88907,47.3287],[7.8915,47.33262],[7.8978,47.34014],[7.9001,47.34156],[7.90005,47.3432],[7.90222,47.34557],[7.90635,47.34704],[7.90963,47.34735],[7.91359,47.34626],[7.91618,47.34456],[7.91699,47.34303],[7.92401,47.33899],[7.93839,47.33792],[7.94929,47.33784],[7.95431,47.33596],[7.95593,47.33317],[7.95691,47.32968],[7.95571,47.32535],[7.96993,47.32797],[7.97308,47.33017],[7.98333,47.33432],[7.98563,47.33692],[7.98954,47.33818],[7.99248,47.33827],[7.99784,47.34017],[7.99635,47.34257],[7.99601,47.34588],[7.99733,47.34859],[8.00116,47.35081],[8.00137,47.3569],[8.00261,47.3577],[8.00418,47.36044],[8.00976,47.36419],[8.01125,47.36598],[8.01746,47.36926],[8.01912,47.37157],[8.0198,47.37376],[8.02023,47.37598],[8.02172,47.37837],[8.02193,47.38093],[8.02282,47.38286],[8.02078,47.38857],[8.01606,47.38929],[8.01265,47.38897],[8.00772,47.39012],[8.00367,47.39205],[8.00163,47.39479],[8.00155,47.39998],[8.00023,47.40306],[7.99801,47.40453],[7.99261,47.40551],[7.98776,47.40637],[7.98418,47.40839],[7.98027,47.4081],[7.9732,47.41127],[7.96963,47.41383],[7.95695,47.41893],[7.95529,47.4218],[7.95593,47.42402],[7.95746,47.42621],[7.96274,47.42828],[7.97746,47.43254],[7.97567,47.43732],[7.97614,47.44138],[7.97431,47.44368],[7.95129,47.45111],[7.94861,47.4539],[7.94818,47.4566],[7.94678,47.45755],[7.94039,47.45669],[7.93588,47.45738],[7.93631,47.47625],[7.9318,47.47605],[7.92469,47.47717],[7.91571,47.47743],[7.90903,47.47947],[7.90316,47.47967],[7.90295,47.48965],[7.8969,47.4898],[7.8918,47.49405],[7.89086,47.49765],[7.8878,47.49931],[7.88631,47.5023],[7.87999,47.50397],[7.87403,47.50787],[7.86994,47.50944],[7.87006,47.51239],[7.86435,47.51245],[7.85851,47.51543],[7.8558,47.51854],[7.85625,47.52147],[7.8549,47.52474],[7.85183,47.5285],[7.84647,47.52714],[7.84148,47.52777],[7.8413,47.52406],[7.84015,47.51587],[7.83943,47.51259],[7.83688,47.51256],[7.83679,47.51049],[7.83352,47.50949],[7.83156,47.50765],[7.82981,47.50552],[7.82522,47.50354],[7.82049,47.5004],[7.81475,47.49491],[7.81181,47.49261],[7.80645,47.4914],[7.80403,47.49146],[7.80049,47.49014],[7.77977,47.49028],[7.77871,47.49304],[7.7796,47.496],[7.78386,47.5004],[7.78203,47.50368],[7.78088,47.5073],[7.78109,47.51018],[7.77977,47.51265],[7.77969,47.51529],[7.77045,47.51802],[7.75905,47.52003],[7.75266,47.52009],[7.74781,47.51957],[7.73368,47.52291],[7.72781,47.52719],[7.71985,47.52978],[7.71262,47.53095],[7.70764,47.5344],[7.70551,47.53917],[7.70696,47.54279],[7.71415,47.54627],[7.72245,47.54756],[7.749,47.54977],[7.75428,47.55339],[7.76654,47.55615],[7.77168,47.55761],[7.78007,47.55836],[7.78577,47.55982],[7.7902,47.5616],[7.79398,47.56634],[7.80492,47.57237],[7.80611,47.57989],[7.81173,47.58954],[7.81577,47.59218],[7.82211,47.59352],[7.83645,47.59163],[7.83952,47.59045],[7.84305,47.58778],[7.84875,47.58899],[7.85624,47.59189],[7.86488,47.59393],[7.87126,47.5943],[7.87726,47.59367],[7.88535,47.59424],[7.89343,47.59301],[7.90109,47.58976],[7.90833,47.58514],[7.91386,47.57923],[7.91867,47.57194],[7.91956,47.56772],[7.91875,47.56433],[7.9156,47.56008],[7.91577,47.55715],[7.91841,47.55405],[7.92126,47.55261],[7.92552,47.55227],[7.93471,47.55221],[7.9405,47.55078],[7.94326,47.54968],[7.94356,47.55052],[7.94458,47.55589],[7.94841,47.55979],[7.95394,47.56229],[7.96003,47.56333],[7.96577,47.56272],[7.97203,47.5612],[7.97833,47.56057],[7.98624,47.56094],[7.99718,47.56212],[8.0045,47.56137],[8.01114,47.55974],[8.01641,47.55701],[8.02046,47.55574],[8.0262,47.55741],[8.03799,47.55876],[8.04254,47.56028],[8.0485,47.56333],[8.05454,47.56798],[8.05931,47.56921],[8.0622,47.56895],[8.06693,47.57002],[8.07242,47.56973],[8.07739,47.56795],[8.08182,47.56436],[8.08522,47.56281],[8.08791,47.56298],[8.09259,47.56559],[8.09395,47.56809],[8.09484,47.57587],[8.09602,47.57882]]],terms_text:"AGIS OF2014"},{id:"Aargau-AGIS-2016",name:"Kanton Aargau 25cm (AGIS 2016)",type:"tms",template:"https://mapproxy.osm.ch/tiles/AGIS2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",scaleExtent:[8,19],polygon:[[[7.70438,47.55794],[7.77076,47.55772],[7.77103,47.58025],[7.80408,47.58017],[7.80433,47.60248],[7.93713,47.60217],[7.93703,47.57962],[8.00374,47.57917],[8.00338,47.55687],[8.0364,47.55665],[8.03681,47.57928],[8.10313,47.57881],[8.10387,47.60112],[8.17011,47.60086],[8.17036,47.6235],[8.30311,47.62235],[8.30305,47.59988],[8.3362,47.59927],[8.33585,47.5771],[8.36913,47.57694],[8.36943,47.59931],[8.43564,47.59877],[8.43454,47.53133],[8.40144,47.53162],[8.40096,47.50926],[8.3678,47.50959],[8.3675,47.48698],[8.40042,47.48666],[8.39939,47.41929],[8.46558,47.4187],[8.46515,47.39647],[8.43206,47.39654],[8.43125,47.3516],[8.46434,47.35128],[8.46327,47.28387],[8.42997,47.28421],[8.42714,47.12676],[8.3293,47.12753],[8.32937,47.13007],[8.32833,47.13007],[8.3285,47.14529],[8.3294,47.19502],[8.2964,47.19526],[8.29714,47.24022],[8.2641,47.24046],[8.26446,47.26297],[8.23141,47.26316],[8.23075,47.21822],[8.09886,47.21912],[8.09874,47.24135],[8.066,47.24176],[8.06552,47.2192],[7.99993,47.21952],[8.00003,47.26433],[7.96735,47.26462],[7.96675,47.21961],[7.80153,47.22029],[7.80244,47.28791],[7.83518,47.28772],[7.83543,47.31017],[7.86837,47.31017],[7.86885,47.35542],[8.00097,47.3543],[8.00156,47.39928],[7.9353,47.39976],[7.93607,47.46716],[7.90278,47.46729],[7.90303,47.48981],[7.86987,47.48998],[7.86993,47.5125],[7.83689,47.51258],[7.83665,47.4901],[7.77027,47.49026],[7.77045,47.51274],[7.70452,47.51307],[7.70438,47.55794]]],terms_text:"AGIS OF2016",best:true},{id:"Basel-Landschaft-2015",name:"Kanton Basel-Landschaft 10cm (2015)",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTBASELLANDSCHAFT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[18,21],polygon:[[[7.37028,47.41368],[7.35758,47.41508],[7.35792,47.41827],[7.35354,47.41961],[7.34488,47.42402],[7.33973,47.42971],[7.33269,47.43024],[7.32685,47.43192],[7.32528,47.43489],[7.3305,47.44176],[7.33899,47.44109],[7.34496,47.43608],[7.35266,47.43436],[7.3812,47.43208],[7.37599,47.41431],[7.37815,47.414],[7.38204,47.41331],[7.38839,47.41398],[7.41371,47.41093],[7.42074,47.4111],[7.42748,47.41448],[7.43811,47.41274],[7.4484,47.41507],[7.45558,47.42792],[7.45062,47.43534],[7.43784,47.44632],[7.42542,47.44328],[7.4209,47.44594],[7.42242,47.45072],[7.4288,47.45388],[7.43003,47.45949],[7.44577,47.46197],[7.44717,47.45696],[7.45651,47.44926],[7.49236,47.45897],[7.53068,47.46119],[7.52745,47.47391],[7.53633,47.48383],[7.53623,47.49105],[7.5326,47.49097],[7.53179,47.4974],[7.52004,47.49678],[7.51223,47.49892],[7.50935,47.50888],[7.49908,47.51628],[7.49787,47.52125],[7.50228,47.51491],[7.51746,47.51728],[7.5222,47.51409],[7.53096,47.52905],[7.51935,47.53472],[7.51075,47.52899],[7.5023,47.5284],[7.49804,47.53615],[7.50545,47.54438],[7.51676,47.54541],[7.52732,47.55278],[7.55466,47.56437],[7.56458,47.55704],[7.56124,47.55172],[7.55875,47.55235],[7.55588,47.54434],[7.56479,47.54569],[7.58726,47.5419],[7.58269,47.53247],[7.58948,47.52792],[7.59025,47.51979],[7.59478,47.51929],[7.61378,47.53925],[7.6223,47.53977],[7.62285,47.55004],[7.61774,47.55437],[7.61762,47.55865],[7.63273,47.56149],[7.63997,47.55816],[7.649,47.5483],[7.66131,47.54483],[7.66586,47.53746],[7.67467,47.53375],[7.69494,47.5325],[7.71347,47.53978],[7.71596,47.53582],[7.72362,47.53675],[7.72716,47.53293],[7.73322,47.53275],[7.73797,47.52732],[7.74902,47.52498],[7.75786,47.52605],[7.78763,47.52012],[7.79014,47.51864],[7.78887,47.50683],[7.7928,47.50068],[7.78663,47.49312],[7.79889,47.49565],[7.79816,47.4994],[7.7994,47.49748],[7.80742,47.49714],[7.81471,47.5048],[7.83198,47.51474],[7.83321,47.53382],[7.84653,47.53266],[7.85233,47.53524],[7.86257,47.52692],[7.86396,47.51931],[7.87666,47.52269],[7.87567,47.51319],[7.89399,47.50606],[7.90477,47.49218],[7.90482,47.48491],[7.93329,47.48141],[7.94702,47.48489],[7.94003,47.46202],[7.94885,47.46378],[7.95761,47.45881],[7.95785,47.45128],[7.94678,47.44319],[7.95003,47.43172],[7.96183,47.42183],[7.95657,47.41968],[7.95504,47.41561],[7.94839,47.41627],[7.93493,47.41177],[7.93672,47.40806],[7.93266,47.40527],[7.90974,47.39852],[7.89022,47.40714],[7.88333,47.4061],[7.88344,47.4012],[7.8777,47.40126],[7.86914,47.39551],[7.87943,47.38799],[7.87881,47.38351],[7.86265,47.38198],[7.84012,47.37476],[7.83055,47.36512],[7.80217,47.3611],[7.79637,47.35347],[7.79356,47.33905],[7.78529,47.33788],[7.76896,47.33891],[7.76642,47.34273],[7.75152,47.34433],[7.73415,47.35776],[7.72791,47.36886],[7.70195,47.37245],[7.6442,47.36721],[7.64176,47.38047],[7.63558,47.38059],[7.63332,47.38291],[7.63331,47.38534],[7.63725,47.38607],[7.63272,47.41003],[7.66405,47.41002],[7.6798,47.41751],[7.68658,47.43366],[7.68297,47.43872],[7.68485,47.44784],[7.69227,47.45421],[7.69883,47.45586],[7.69993,47.46191],[7.70988,47.46938],[7.69976,47.48063],[7.66833,47.48635],[7.66612,47.49687],[7.65217,47.49581],[7.64865,47.49183],[7.65539,47.49021],[7.65051,47.48826],[7.65593,47.48739],[7.64442,47.48564],[7.64097,47.48273],[7.6073,47.4894],[7.60885,47.48353],[7.60563,47.47936],[7.60815,47.47521],[7.60449,47.47045],[7.61887,47.46745],[7.62607,47.46291],[7.62217,47.46195],[7.61646,47.44523],[7.6158,47.43275],[7.59207,47.43271],[7.58121,47.42878],[7.57842,47.43491],[7.5689,47.4369],[7.5683,47.42233],[7.58074,47.4147],[7.52524,47.41163],[7.53117,47.40353],[7.51862,47.38822],[7.5113,47.38974],[7.50226,47.38481],[7.49233,47.38523],[7.47841,47.39056],[7.47747,47.40128],[7.46448,47.40251],[7.46092,47.40068],[7.45002,47.40393],[7.44951,47.39976],[7.4434,47.40231],[7.44131,47.40018],[7.44357,47.3889],[7.43732,47.38089],[7.41169,47.38057],[7.41628,47.38479],[7.41449,47.3943],[7.39894,47.39684],[7.39592,47.40338],[7.38869,47.40302],[7.38405,47.41236],[7.37968,47.41281],[7.37584,47.41401],[7.37028,47.41368]]],terms_url:"https://www.geo.bl.ch/fileadmin/user_upload/Geodaten/Nutzungsbedingungen_GBD_BL_V3p2.pdf",terms_text:"Geodaten des Kantons Basel-Landschaft 2015",best:true},{id:"KTBASELSTADT2015",name:"Kanton Basel-Stadt 2015",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTBASELSTADT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[8,21],polygon:[[[7.492,47.4817],[7.492,47.6342],[7.784,47.6342],[7.784,47.4817],[7.492,47.4817]]],terms_text:"Kanton Basel-Stadt OF 2015"},{id:"KTBASELSTADT2017",name:"Kanton Basel-Stadt 2017",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTBASELSTADT2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",scaleExtent:[8,21],polygon:[[[7.67138,47.59522],[7.67996,47.60078],[7.68451,47.60182],[7.69438,47.60171],[7.69395,47.59667],[7.68708,47.59355],[7.67884,47.58712],[7.68571,47.58538],[7.68906,47.57612],[7.69412,47.5734],[7.6924,47.56691],[7.6847,47.5617],[7.66425,47.56164],[7.64872,47.55689],[7.63035,47.55869],[7.62357,47.55666],[7.62786,47.55145],[7.62738,47.53658],[7.61833,47.53662],[7.61335,47.53262],[7.59962,47.51911],[7.58503,47.51917],[7.58409,47.52636],[7.57713,47.53163],[7.58125,47.53986],[7.5719,47.54148],[7.55387,47.54148],[7.55379,47.55122],[7.55653,47.55828],[7.5537,47.56031],[7.55379,47.57473],[7.56434,47.58122],[7.57936,47.57988],[7.58331,47.59019],[7.58563,47.59233],[7.59207,47.59239],[7.59851,47.59071],[7.60915,47.58643],[7.60923,47.5811],[7.6191,47.58046],[7.63687,47.59314],[7.63782,47.59557],[7.64168,47.59887],[7.64528,47.60026],[7.66494,47.59618],[7.67138,47.59522]]],terms_text:"Kanton Basel-Stadt OF 2017",best:true},{id:"Solothurn-sogis2014-tms",name:"Kanton Solothurn (SOGIS)",type:"tms",template:"https://mapproxy.osm.ch/tiles/sogis2014/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2017-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[15,19],polygon:[[[7.95595,47.47162],[7.98239,47.47155],[7.98239,47.45353],[7.99553,47.45353],[7.99521,47.41747],[8.0218,47.41743],[8.02155,47.39935],[8.03456,47.39926],[8.03468,47.39028],[8.04788,47.39022],[8.04769,47.37224],[8.03456,47.37232],[8.03437,47.3544],[8.02117,47.35427],[8.02072,47.32739],[7.99445,47.32747],[7.99426,47.31857],[7.96773,47.31866],[7.96767,47.30966],[7.94122,47.30978],[7.94133,47.32778],[7.91486,47.32786],[7.91467,47.30988],[7.9016,47.31005],[7.9014,47.30097],[7.87501,47.3011],[7.87501,47.29223],[7.86165,47.29212],[7.86154,47.27409],[7.84832,47.27416],[7.8483,47.26523],[7.83502,47.2652],[7.83502,47.25624],[7.79535,47.25636],[7.7953,47.24741],[7.72924,47.24756],[7.72929,47.25652],[7.71623,47.25667],[7.71618,47.26559],[7.70304,47.26559],[7.70304,47.27461],[7.68975,47.27467],[7.68989,47.28368],[7.66341,47.28371],[7.66332,47.2747],[7.61055,47.27476],[7.61041,47.24787],[7.62352,47.24777],[7.62356,47.23879],[7.64986,47.23876],[7.64999,47.22977],[7.6499,47.22083],[7.66308,47.22073],[7.6631,47.21178],[7.66297,47.20273],[7.67617,47.2027],[7.67623,47.19372],[7.68938,47.19369],[7.68924,47.17572],[7.70243,47.1756],[7.70234,47.14869],[7.66267,47.14881],[7.66281,47.13978],[7.63633,47.1399],[7.63647,47.14869],[7.5968,47.14893],[7.59684,47.13996],[7.57041,47.13999],[7.57042,47.15792],[7.55736,47.15795],[7.55732,47.14888],[7.54421,47.14895],[7.54417,47.13991],[7.53098,47.13991],[7.53095,47.13097],[7.51767,47.13097],[7.51765,47.12196],[7.51769,47.11292],[7.49131,47.11301],[7.49135,47.10403],[7.4782,47.104],[7.47813,47.07705],[7.46493,47.07708],[7.46498,47.06807],[7.42552,47.06801],[7.42543,47.08601],[7.37279,47.08598],[7.37288,47.10403],[7.3596,47.10403],[7.35955,47.131],[7.41228,47.131],[7.41223,47.14901],[7.42538,47.14901],[7.42552,47.15801],[7.3727,47.15796],[7.3727,47.18498],[7.34627,47.18492],[7.34636,47.20287],[7.33307,47.2029],[7.33307,47.22096],[7.34614,47.22096],[7.34614,47.22991],[7.37256,47.22991],[7.3727,47.2389],[7.399,47.23896],[7.39913,47.24792],[7.41228,47.24792],[7.41228,47.26592],[7.45186,47.26589],[7.45195,47.2749],[7.46505,47.27493],[7.4651,47.28385],[7.47829,47.28385],[7.47834,47.29293],[7.5046,47.29288],[7.50473,47.30183],[7.5312,47.30181],[7.53129,47.31979],[7.54448,47.31985],[7.54453,47.3288],[7.55768,47.32883],[7.55768,47.33786],[7.53125,47.33786],[7.53133,47.35586],[7.51801,47.35583],[7.5181,47.36483],[7.3988,47.36484],[7.39889,47.39182],[7.38564,47.39181],[7.38564,47.4008],[7.37234,47.4008],[7.37234,47.40978],[7.34584,47.40978],[7.34584,47.41878],[7.31925,47.41878],[7.31925,47.44578],[7.4121,47.44578],[7.4121,47.49078],[7.42535,47.49078],[7.42535,47.49981],[7.43856,47.49981],[7.43856,47.50876],[7.49177,47.50876],[7.49178,47.63468],[7.7845,47.63428],[7.78415,47.57123],[7.81074,47.57114],[7.81074,47.56216],[7.82395,47.56206],[7.82387,47.54414],[7.86368,47.54397],[7.86363,47.53498],[7.87679,47.53495],[7.87675,47.52599],[7.8901,47.52596],[7.89006,47.51695],[7.90319,47.51692],[7.9031,47.49886],[7.91649,47.49883],[7.91645,47.48976],[7.95612,47.48967],[7.95595,47.47162]]],terms_text:"Orthofoto WMS Solothurn",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/ch/KantonSolothurn-SOGIS-wms.png"},{id:"Solothurn-infrared-SOGIS",name:"Kanton Solothurn Infrarot (SOGIS)",type:"wms",template:"https://geoweb.so.ch/wms/sogis_orthofoto.wms?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Orthofoto_CIR_SO&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2017-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[15,19],polygon:[[[7.57042,47.15792],[7.55736,47.15795],[7.55732,47.14888],[7.54421,47.14895],[7.54417,47.13991],[7.53098,47.13991],[7.53093,47.12196],[7.51765,47.12196],[7.51769,47.11292],[7.49131,47.11301],[7.49135,47.10403],[7.4782,47.104],[7.47816,47.09496],[7.49144,47.09499],[7.4914,47.07702],[7.47816,47.07705],[7.4782,47.06804],[7.42552,47.06801],[7.42543,47.08601],[7.37279,47.08598],[7.37288,47.10403],[7.3596,47.10403],[7.35955,47.131],[7.41228,47.131],[7.41223,47.14901],[7.42538,47.14901],[7.42552,47.15801],[7.39913,47.15804],[7.39913,47.14901],[7.3727,47.14898],[7.3727,47.18498],[7.34627,47.18492],[7.34636,47.19391],[7.33307,47.19394],[7.33307,47.22991],[7.37256,47.22991],[7.3727,47.2389],[7.399,47.23896],[7.39913,47.24792],[7.41228,47.24792],[7.41228,47.26592],[7.45186,47.26589],[7.45195,47.2749],[7.46505,47.27493],[7.4651,47.28385],[7.47829,47.28385],[7.47834,47.29293],[7.49149,47.29289],[7.49162,47.30184],[7.5312,47.30181],[7.53129,47.31979],[7.54448,47.31985],[7.54453,47.3288],[7.55768,47.32883],[7.55768,47.33786],[7.53125,47.33786],[7.53133,47.35586],[7.51801,47.35583],[7.5181,47.36483],[7.43862,47.36492],[7.43867,47.37389],[7.42538,47.37395],[7.42543,47.40081],[7.38558,47.4009],[7.38567,47.4098],[7.35915,47.4098],[7.35915,47.41878],[7.37239,47.41884],[7.37247,47.43682],[7.38571,47.43682],[7.38571,47.44104],[7.39563,47.44016],[7.3963,47.44258],[7.40761,47.4411],[7.40793,47.44225],[7.40313,47.44246],[7.39738,47.44331],[7.39832,47.44583],[7.41214,47.44583],[7.41228,47.45478],[7.43867,47.45488],[7.4388,47.47053],[7.45007,47.46941],[7.45007,47.47223],[7.44647,47.47223],[7.44647,47.47381],[7.44293,47.4739],[7.44288,47.47553],[7.43921,47.4756],[7.43921,47.4772],[7.43557,47.47729],[7.43548,47.47899],[7.4174,47.47896],[7.41744,47.48573],[7.42099,47.48573],[7.42108,47.49082],[7.42763,47.49073],[7.42852,47.49349],[7.43099,47.49643],[7.43485,47.49889],[7.4419,47.49552],[7.44665,47.49455],[7.45011,47.49176],[7.45087,47.4907],[7.46451,47.49073],[7.46456,47.48903],[7.46819,47.489],[7.46819,47.48566],[7.47187,47.48573],[7.47192,47.48233],[7.48269,47.48239],[7.48264,47.48388],[7.48623,47.48397],[7.48637,47.48566],[7.48991,47.48566],[7.49,47.4907],[7.4997,47.49073],[7.49965,47.4914],[7.49175,47.49194],[7.49175,47.49513],[7.49822,47.49479],[7.49889,47.49585],[7.49566,47.49628],[7.49171,47.49625],[7.4918,47.49973],[7.50504,47.4997],[7.50504,47.50874],[7.5448,47.50871],[7.54474,47.45482],[7.49169,47.45469],[7.49175,47.44581],[7.46529,47.44577],[7.46522,47.40983],[7.49156,47.40979],[7.49175,47.39192],[7.50489,47.39183],[7.50489,47.40068],[7.51821,47.40077],[7.51834,47.41876],[7.55794,47.41872],[7.55813,47.44581],[7.58453,47.44572],[7.58441,47.43667],[7.61094,47.43662],[7.611,47.4637],[7.59767,47.4637],[7.59793,47.49964],[7.62433,47.49969],[7.62445,47.4906],[7.63778,47.49055],[7.63784,47.4996],[7.67757,47.49947],[7.67745,47.49047],[7.70385,47.49043],[7.70391,47.48146],[7.71711,47.48129],[7.71711,47.45452],[7.70397,47.45452],[7.70385,47.44559],[7.69046,47.44551],[7.69033,47.40957],[7.67713,47.40949],[7.67713,47.40068],[7.65066,47.40068],[7.65047,47.37365],[7.67706,47.37357],[7.67706,47.38251],[7.71667,47.38251],[7.71679,47.37344],[7.74307,47.3734],[7.74307,47.35538],[7.7562,47.35534],[7.75633,47.3464],[7.78261,47.34627],[7.78292,47.36433],[7.79612,47.36428],[7.79619,47.37327],[7.82265,47.37314],[7.82271,47.38229],[7.84912,47.38212],[7.84924,47.39106],[7.86251,47.39097],[7.86263,47.40906],[7.8759,47.40897],[7.87602,47.41803],[7.90242,47.41795],[7.90242,47.40897],[7.92889,47.4088],[7.92914,47.41782],[7.94215,47.41769],[7.94266,47.46276],[7.95592,47.46259],[7.95612,47.47164],[7.98239,47.47155],[7.98239,47.45353],[7.99553,47.45353],[7.99521,47.41747],[8.0218,47.41743],[8.02155,47.39935],[8.03456,47.39926],[8.03468,47.39028],[8.04788,47.39015],[8.04769,47.37224],[8.03456,47.37232],[8.03437,47.3544],[8.02117,47.35427],[8.02072,47.32739],[7.99445,47.32747],[7.99426,47.31857],[7.96773,47.31866],[7.96767,47.30966],[7.9412,47.30992],[7.94133,47.32778],[7.91486,47.32786],[7.91467,47.30988],[7.9016,47.31005],[7.9014,47.30097],[7.87501,47.3011],[7.87501,47.29223],[7.86165,47.29212],[7.86154,47.27409],[7.84843,47.27415],[7.8483,47.26523],[7.83502,47.2652],[7.83502,47.25624],[7.79535,47.25636],[7.7953,47.24741],[7.72924,47.24756],[7.72929,47.25652],[7.71623,47.25667],[7.71618,47.26559],[7.70304,47.26559],[7.70304,47.27461],[7.68975,47.27467],[7.68989,47.28368],[7.66341,47.28371],[7.66332,47.2747],[7.61055,47.27476],[7.61041,47.24787],[7.62352,47.24765],[7.62356,47.23879],[7.64986,47.23876],[7.64999,47.22977],[7.66305,47.22971],[7.6631,47.21178],[7.67621,47.21169],[7.67623,47.19372],[7.68938,47.19369],[7.68924,47.17572],[7.70243,47.1756],[7.70248,47.16663],[7.71567,47.16663],[7.71558,47.15769],[7.70239,47.15766],[7.70234,47.14869],[7.66267,47.14881],[7.66281,47.13978],[7.63633,47.1399],[7.63647,47.14869],[7.5968,47.14893],[7.59684,47.13996],[7.57041,47.13999],[7.57042,47.15792]]],terms_text:"Orthofoto WMS Solothurn",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/ch/KantonSolothurn-SOGIS-wms.png"},{id:"KTTHURGAU2017",name:"Kanton Thurgau OF 2017",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTTHURGAU2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",scaleExtent:[8,21],polygon:[[[8.63768,47.70041],[8.78328,47.6988],[8.78304,47.68533],[8.87027,47.68427],[8.86997,47.6709],[8.89901,47.67047],[8.89867,47.65698],[8.9277,47.65661],[8.92828,47.67015],[8.95726,47.66973],[8.95774,47.68327],[9.19061,47.67994],[9.19027,47.66645],[9.21922,47.66603],[9.21899,47.65256],[9.24784,47.6521],[9.24747,47.63864],[9.3057,47.63765],[9.30526,47.6242],[9.33417,47.62371],[9.33348,47.59674],[9.39151,47.59577],[9.39114,47.58235],[9.42007,47.58176],[9.4186,47.54139],[9.44754,47.54084],[9.44717,47.5273],[9.47605,47.52681],[9.47519,47.49986],[9.50414,47.49935],[9.5031,47.47242],[9.41596,47.47392],[9.41554,47.46045],[9.3576,47.46141],[9.35818,47.47498],[9.32896,47.47534],[9.32864,47.46188],[9.18361,47.4642],[9.18411,47.47769],[9.15492,47.4781],[9.15466,47.46463],[9.06736,47.46583],[9.06718,47.45234],[9.09609,47.45193],[9.09582,47.43853],[9.06663,47.43883],[9.06642,47.42537],[9.00829,47.4262],[9.00714,47.38573],[8.97811,47.38616],[8.9774,47.35913],[8.9194,47.35989],[8.92032,47.38697],[8.89136,47.38725],[8.89286,47.44117],[8.86398,47.44149],[8.86604,47.52251],[8.80784,47.52317],[8.80894,47.56373],[8.77985,47.56403],[8.78024,47.57751],[8.72209,47.57814],[8.72337,47.63213],[8.6652,47.63273],[8.6658,47.6598],[8.63674,47.66],[8.63768,47.70041]]],terms_text:"Kanton Thurgau OF 2017",best:true},{id:"KTZUERICH2015",name:"Kanton Zürich 2015  10cm",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTZUERICH2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2015-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",scaleExtent:[8,21],polygon:[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],terms_text:"Kanton Zürich Orthophotos 2014/2015",best:true},{id:"Kanton-Zuerich-2015",name:"Kanton Zürich Orthophotos 2014/2015 10cm",type:"wms",template:"https://wms.zh.ch/OrthoZHWMS?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophotos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",scaleExtent:[8,21],polygon:[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],terms_text:"Kanton Zürich Orthophotos 2014/2015",best:true},{id:"kartverket-abas",name:"Kartverket Administrative Boundaries overlay",type:"wms",template:"https://openwms.statkart.no/skwms1/wms.adm_enheter?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=avtaltavgrensningslinje,territorialgrense,riksgrense,fylker,kommuner&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.kartverket.no/data/Kartdata/Grenser/",terms_text:"© Kartverket",description:"Official administrative boundaries at the national, county and municipality levels",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-luftfartshindre",name:"Kartverket Aviation Obstructions overlay",type:"wms",template:"https://openwms.statkart.no/skwms1/wms.nrl?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nrl3_wms&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[7,20],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://kartverket.no/kart/Nasjonalt-register-over-luftfartshindre/",terms_text:"© Kartverket",description:"Vertical obstructions to aircrafts, above 15m in rural areas and 30m in urban areas (e.g. masts, towers, high buildings, power lines)",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-matrikkel",name:"Kartverket Cadastral overlay",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.matrikkel?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=matrikkel_WMS&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[14,20],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"http://www.seeiendom.no/",terms_text:"© Kartverket",description:"Real estate boundaries from the official land register (`matrikkelen´). Monthly update.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-hoydekurver",name:"Kartverket Contour Lines overlay",type:"wms",template:"https://openwms.statkart.no/skwms1/wms.topo4?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=hoydetall5linje,hoydetall5punkt,hoydepunkt,vannpunkt,hoydekurver_1m,hoydekurver_5m,N50Hoydekurver,N250Hoydekurver,N500Hoydekurver,N1000Hoydekurver,N2000Hoydekurver&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[9,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.kartverket.no/Prosjekter/Nasjonal-detaljert-hoydemodell/",terms_text:"© Kartverket",description:"Contours for Norway",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-dom-skygge",name:"Kartverket DOM Digital Surface Model",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.hoyde-dom_somlos_skyggerelieff?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=las_dom_skyggerelieff_somlos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,24],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://hoydedata.no/",terms_text:"© Kartverket",description:"Shaded relief representation of the Norwegian digital surface model (DOM), i.e. earth surface including trees, buildings and other objects on top of it.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-dtm-skygge",name:"Kartverket DTM Digital Terrain Model",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.hoyde-dtm_somlos_skyggerelieff?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=las_dtm_skyggerelieff_somlos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,24],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://hoydedata.no/",terms_text:"© Kartverket",description:"Shaded relief representation of the Norwegian digital terrain model (DTM), i.e. earth surface without trees, buildings and other objects.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-ok-1st",name:"Kartverket Economic Maps (historic)",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.n5raster2?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=n5raster_foerstegang_metadata,n5raster_foerstegang&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[11,20],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.kartverket.no/kunnskap/historie/kartverkets-historiske-arkiv/",terms_text:"© Kartverket",description:"1st edition of historic Economic maps for Norway 1960-90s (`Økonomisk kartverk´). Available from zoom 16. Please correct local imagery offset.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-friluft",name:"Kartverket Hiking Trails",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.friluftsruter2?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Fotrute&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[6,24],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://kartverket.no/geodataarbeid/temadata/nasjonal-database-for-tur--og-friluftsruter/",terms_text:"© Kartverket",description:"Hiking trails from the Norwegian database `Tur- og Friluftsruter´, including DNT routes.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-fjellskygge",name:"Kartverket Hillshade overlay",type:"tms",template:"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=fjellskygge&zoom={zoom}&x={x}&y={y}",scaleExtent:[9,15],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://kartkatalog.geonorge.no/metadata/kartverket/fjellskygge-cache/cca7c129-fe66-4c96-9091-40d92290dd81",terms_text:"© Kartverket",description:"Hillshade for Norway",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-historic",name:"Kartverket Historic maps",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.historiskekart?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=amt1&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[5,15],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.kartverket.no/kart/historiske-kart/",terms_text:"© Kartverket",description:"Historic maps - for the time being `Amtskartserien´ 1826-1917.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-topo4",name:"Kartverket N50 topo",type:"tms",template:"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={zoom}&x={x}&y={y}",scaleExtent:[3,15],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://wiki.openstreetmap.org/wiki/No:Kartverket_import",terms_text:"© Kartverket",description:"Topographic map N50, equivalent to Norway 1:50.000 paper map series.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-sjokart",name:"Kartverket Nautical Charts",type:"tms",template:"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=sjokartraster&zoom={zoom}&x={x}&y={y}",scaleExtent:[3,20],polygon:[[[-15.01273,-60.16205],[33.3326,-60.17016],[33.32144,-73.0009],[-15.0239,-72.99613],[-15.01273,-60.16205]],[[-173.00076,-70.54952],[-125.00321,-70.54878],[-125.00167,-78.99977],[-172.99922,-79.0002],[-173.00076,-70.54952]],[[3.24857,56.08599],[2.60924,56.59428],[1.47215,58.45924],[1.77704,61.36251],[-0.49301,63.88665],[-13.73292,69.76376],[-12.43655,72.58741],[-5.11965,74.39626],[-3.60356,79.12998],[5.85587,82.34863],[34.98861,82.3401],[37.96874,78.62784],[37.99619,75.79673],[36.95796,73.68962],[32.07458,70.27336],[30.3511,69.56882],[21.46179,69.57098],[18.3032,68.36681],[14.47997,66.2558],[11.50266,63.28307],[11.50166,58.95444],[11.08246,58.96771],[10.03051,58.25173],[8.88244,57.69534],[3.24857,56.08599]]],terms_url:"https://www.kartverket.no/Kart/Sjokart/",terms_text:"© Kartverket",description:"Norwegian nautical charts (includes Spitsbergen/Svalbard and Antarctica). Raster representation of paper charts. Updated biweekly.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-vegnett",name:"Kartverket Road Network",type:"wms",template:"https://openwms.statkart.no/skwms1/wms.vegnett?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=all&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[3,24],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://www.kartverket.no/data/kartdata/vegdata/",terms_text:"© Kartverket",description:"Norwegian road network from the National Road database (NVDB). Colours represent national, county, municipal, private and forest roads + footways/cycleways.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"Katowice-buildings",name:"Katowice: Buildings",type:"wms",template:"http://mapserver.um.katowice.pl/services/ortowms/MapServer/WMSServer?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=4,5,6&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[18.90884,50.24006],[18.90851,50.23542],[18.94279,50.23515],[18.94399,50.27138],[18.95469,50.27485],[18.95571,50.2894],[18.96692,50.29364],[18.98752,50.2848],[18.99888,50.2847],[18.99907,50.29368],[18.98892,50.29377],[18.98934,50.30244],[19.0094,50.30196],[19.03401,50.28842],[19.05533,50.30139],[19.07901,50.30087],[19.07908,50.29297],[19.12296,50.27784],[19.12267,50.25523],[19.11079,50.2428],[19.1098,50.17946],[19.12065,50.17936],[19.11957,50.14359],[19.10777,50.14386],[19.0973,50.13916],[19.09656,50.12786],[19.06379,50.12786],[19.02985,50.14009],[19.03007,50.16177],[19.01909,50.16698],[19.00848,50.16707],[18.96329,50.1498],[18.92907,50.15008],[18.92915,50.15426],[18.91854,50.15419],[18.91878,50.20421],[18.90792,50.20429],[18.90808,50.21297],[18.88588,50.21314],[18.88639,50.24024],[18.90884,50.24006]]],terms_text:"Urząd Miasta Katowic"},{id:"Katowice-aerial_image",name:"Katowice: Orthophotomap (aerial image)",type:"wms",template:"http://mapserver.um.katowice.pl/services/ortowms/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,23],polygon:[[[18.90884,50.24006],[18.90851,50.23542],[18.94279,50.23515],[18.94399,50.27138],[18.95469,50.27485],[18.95571,50.2894],[18.96692,50.29364],[18.98752,50.2848],[18.99888,50.2847],[18.99907,50.29368],[18.98892,50.29377],[18.98934,50.30244],[19.0094,50.30196],[19.03401,50.28842],[19.05533,50.30139],[19.07901,50.30087],[19.07908,50.29297],[19.12296,50.27784],[19.12267,50.25523],[19.11079,50.2428],[19.1098,50.17946],[19.12065,50.17936],[19.11957,50.14359],[19.10777,50.14386],[19.0973,50.13916],[19.09656,50.12786],[19.06379,50.12786],[19.02985,50.14009],[19.03007,50.16177],[19.01909,50.16698],[19.00848,50.16707],[18.96329,50.1498],[18.92907,50.15008],[18.92915,50.15426],[18.91854,50.15419],[18.91878,50.20421],[18.90792,50.20429],[18.90808,50.21297],[18.88588,50.21314],[18.88639,50.24024],[18.90884,50.24006]]],terms_text:"Urząd Miasta Katowic"},{id:"kelowna_2012",name:"Kelowna 2012",type:"tms",template:"http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna2012/{zoom}/{x}/{y}.png",endDate:"2012-05-14T00:00:00.000Z",startDate:"2012-05-13T00:00:00.000Z",scaleExtent:[9,20],polygon:[[[-119.58673,49.79281],[-119.54657,49.79281],[-119.54657,49.80138],[-119.53434,49.80138],[-119.53434,49.80473],[-119.52962,49.80473],[-119.52962,49.81196],[-119.51045,49.81196],[-119.51157,49.87443],[-119.51089,49.87449],[-119.51141,49.88433],[-119.51141,49.92218],[-119.49386,49.92235],[-119.49405,49.9313],[-119.48039,49.93175],[-119.48046,49.94075],[-119.46667,49.94099],[-119.46928,49.99137],[-119.45513,49.99161],[-119.45567,50.01212],[-119.44167,50.01239],[-119.44173,50.01363],[-119.42215,50.01404],[-119.4221,50.01193],[-119.41213,50.01217],[-119.41261,50.02169],[-119.41234,50.02169],[-119.41248,50.02508],[-119.41209,50.02508],[-119.4122,50.02708],[-119.41261,50.02707],[-119.41283,50.03219],[-119.39363,50.03264],[-119.39353,50.03078],[-119.37957,50.03101],[-119.37954,50.02876],[-119.37358,50.02886],[-119.37154,49.97936],[-119.35735,49.97936],[-119.35484,49.92561],[-119.32681,49.92572],[-119.32566,49.88041],[-119.31389,49.88065],[-119.31371,49.87717],[-119.31322,49.87722],[-119.31315,49.87497],[-119.31245,49.87491],[-119.31223,49.87236],[-119.31176,49.87233],[-119.3116,49.86961],[-119.31122,49.86942],[-119.31092,49.86324],[-119.31037,49.86327],[-119.30951,49.85124],[-119.31064,49.85123],[-119.31039,49.84626],[-119.32453,49.846],[-119.3246,49.84507],[-119.3367,49.84488],[-119.33675,49.84351],[-119.33794,49.84347],[-119.3378,49.83821],[-119.33836,49.8381],[-119.33837,49.83512],[-119.33909,49.83511],[-119.3388,49.83212],[-119.33915,49.83206],[-119.33917,49.82933],[-119.33946,49.82933],[-119.33959,49.82679],[-119.35001,49.82658],[-119.34937,49.81806],[-119.4047,49.81638],[-119.40457,49.8099],[-119.41016,49.8099],[-119.41029,49.80728],[-119.43195,49.80691],[-119.43226,49.7908],[-119.44598,49.79055],[-119.44529,49.78202],[-119.49674,49.78116],[-119.49661,49.77849],[-119.54184,49.77751],[-119.54159,49.77183],[-119.55603,49.77149],[-119.55612,49.77184],[-119.57157,49.77151],[-119.57162,49.77173],[-119.58192,49.77149],[-119.58201,49.77177],[-119.5923,49.77152],[-119.59234,49.77181],[-119.60038,49.7716],[-119.60119,49.78391],[-119.58644,49.78439],[-119.58673,49.79281]]],description:"High quality aerial imagery taken for the City of Kelowna"},{id:"kelowna_roads",name:"Kelowna Roads overlay",type:"tms",template:"http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna_overlay/{zoom}/{x}/{y}.png",scaleExtent:[9,20],polygon:[[[-119.58673,49.79281],[-119.54657,49.79281],[-119.54657,49.80138],[-119.53434,49.80138],[-119.53434,49.80473],[-119.52962,49.80473],[-119.52962,49.81196],[-119.51045,49.81196],[-119.51157,49.87443],[-119.51089,49.87449],[-119.51141,49.88433],[-119.51141,49.92218],[-119.49386,49.92235],[-119.49405,49.9313],[-119.48039,49.93175],[-119.48046,49.94075],[-119.46667,49.94099],[-119.46928,49.99137],[-119.45513,49.99161],[-119.45567,50.01212],[-119.44167,50.01239],[-119.44173,50.01363],[-119.42215,50.01404],[-119.4221,50.01193],[-119.41213,50.01217],[-119.41261,50.02169],[-119.41234,50.02169],[-119.41248,50.02508],[-119.41209,50.02508],[-119.4122,50.02708],[-119.41261,50.02707],[-119.41283,50.03219],[-119.39363,50.03264],[-119.39353,50.03078],[-119.37957,50.03101],[-119.37954,50.02876],[-119.37358,50.02886],[-119.37154,49.97936],[-119.35735,49.97936],[-119.35484,49.92561],[-119.32681,49.92572],[-119.32566,49.88041],[-119.31389,49.88065],[-119.31371,49.87717],[-119.31322,49.87722],[-119.31315,49.87497],[-119.31245,49.87491],[-119.31223,49.87236],[-119.31176,49.87233],[-119.3116,49.86961],[-119.31122,49.86942],[-119.31092,49.86324],[-119.31037,49.86327],[-119.30951,49.85124],[-119.31064,49.85123],[-119.31039,49.84626],[-119.32453,49.846],[-119.3246,49.84507],[-119.3367,49.84488],[-119.33675,49.84351],[-119.33794,49.84347],[-119.3378,49.83821],[-119.33836,49.8381],[-119.33837,49.83512],[-119.33909,49.83511],[-119.3388,49.83212],[-119.33915,49.83206],[-119.33917,49.82933],[-119.33946,49.82933],[-119.33959,49.82679],[-119.35001,49.82658],[-119.34937,49.81806],[-119.4047,49.81638],[-119.40457,49.8099],[-119.41016,49.8099],[-119.41029,49.80728],[-119.43195,49.80691],[-119.43226,49.7908],[-119.44598,49.79055],[-119.44529,49.78202],[-119.49674,49.78116],[-119.49661,49.77849],[-119.54184,49.77751],[-119.54159,49.77183],[-119.55603,49.77149],[-119.55612,49.77184],[-119.57157,49.77151],[-119.57162,49.77173],[-119.58192,49.77149],[-119.58201,49.77177],[-119.5923,49.77152],[-119.59234,49.77181],[-119.60038,49.7716],[-119.60119,49.78391],[-119.58644,49.78439],[-119.58673,49.79281]]],overlay:true},{id:"kystverket-navigasjon",name:"Kystverket Navigational Aid overlay",type:"wms",template:"https://nfs.kystverket.no/arcgis/services/nfs/NFSSistOperativ/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=17,16,15,14,12,10,9,8,7,4&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[12,19],polygon:[[[3.24857,56.08599],[2.60924,56.59428],[1.47215,58.45924],[1.77704,61.36251],[-0.49301,63.88665],[-13.73292,69.76376],[-12.43655,72.58741],[-5.11965,74.39626],[-3.60356,79.12998],[5.85587,82.34863],[34.98861,82.3401],[37.96874,78.62784],[37.99619,75.79673],[36.95796,73.68962],[32.07458,70.27336],[30.3511,69.56882],[21.46179,69.57098],[18.3032,68.36681],[14.47997,66.2558],[11.50266,63.28307],[11.50166,58.95444],[11.08246,58.96771],[10.03051,58.25173],[8.88244,57.69534],[3.24857,56.08599]]],terms_url:"http://kystverket.no/Maritim-infrastruktur/Fyr-og-merker-/",terms_text:"© Kystverket",description:"Beacons, buoys, lights and fairways maintained by the Norwegian Coastal Administration",icon:"https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Coat_of_arms_of_the_Norwegian_Coastal_Administration.svg/143px-Coat_of_arms_of_the_Norwegian_Coastal_Administration.svg.png",overlay:true},{id:"landsat_233055",name:"Landsat 233055",type:"tms",template:"http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_233055/{zoom}/{x}/{y}.png",endDate:"2013-09-03T00:00:00.000Z",startDate:"2013-09-03T00:00:00.000Z",scaleExtent:[5,14],polygon:[[[-60.855,6.1765],[-60.47626,7.91883],[-62.16169,8.27787],[-62.53225,6.53755],[-60.855,6.1765]]],description:"Recent Landsat imagery"},{id:"osmse-ekonomiska",name:"Lantmäteriet Economic Map (historic)",type:"tms",template:"https://mapproxy.openstreetmap.se/tms/1.0.0/ek_EPSG3857/{zoom}/{x}/{-y}.jpeg",scaleExtent:[3,17],polygon:[[[12.71117,55.2666],[14.38109,55.29163],[19.65453,57.24934],[19.85228,59.75087],[17.77587,61.13794],[18.06151,62.27815],[20.97289,63.5779],[24.35668,65.60842],[23.96117,66.79191],[20.61034,66.45189],[17.13866,63.96632],[11.99706,61.03702],[12.29369,60.31607],[10.70067,58.81375],[12.71117,55.2666]]],terms_url:"https://www.lantmateriet.se",terms_text:"© Lantmäteriet",description:"Scan of ´Economic maps´ ca 1950-1980",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/se/LantmterietHistoricOrthophoto1960.png"},{id:"lantmateriet-orto1960",name:"Lantmäteriet Historic Orthophoto 1960",type:"wms",template:"https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/9b342b7d9f12d4ddb92277be9869d860/?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.Histortho_60&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[5,19],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.lantmateriet.se/",terms_text:"© Lantmäteriet, CC0",description:"Mosaic of Swedish orthophotos from the period 1949-1970.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/se/LantmterietHistoricOrthophoto1960.png"},{id:"lantmateriet-orto1975",name:"Lantmäteriet Historic Orthophoto 1975",type:"wms",template:"https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/9b342b7d9f12d4ddb92277be9869d860/?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.Histortho_75&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[5,19],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[17.85131,60.87407],[14.74558,60.53889],[11.60239,59.56416],[10.51799,58.66559],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.lantmateriet.se/",terms_text:"© Lantmäteriet, CC0",description:"Mosaic of Swedish orthophotos from the period 1970-1980. To be expanded.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/se/LantmterietHistoricOrthophoto1960.png"},{id:"lu.geoportail.opendata.ortholatest",name:"Latest available ortho geoportail.lu",type:"tms",template:"http://{switch:wmts1,wmts2}.geoportail.lu/opendata/wmts/ortho_latest/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2017-06-22T00:00:00.000Z",startDate:"2017-06-14T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",best:true,icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"landsat_047026",name:"Latest southwest British Columbia Landsat",type:"tms",template:"http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_047026/{zoom}/{x}/{y}.png",endDate:"2013-09-12T00:00:00.000Z",startDate:"2013-09-12T00:00:00.000Z",scaleExtent:[5,13],polygon:[[[-121.93555,47.78206],[-121.57206,48.64101],[-121.20155,49.48462],[-121.83755,49.60232],[-122.4767,49.71617],[-123.11891,49.82688],[-123.76023,49.93358],[-124.08877,49.08705],[-124.41289,48.22526],[-123.79277,48.11973],[-123.17279,48.01096],[-122.55355,47.89823],[-121.93555,47.78206]]],description:"Recent lower-resolution landsat imagery for southwest British Columbia"},{id:"Lausanne-2012",name:"Lausanne - Orthophoto technique 2012",type:"tms",template:"http://osmdata.asitvd.ch/tiles/lausanne2012/{zoom}/{x}/{y}.png",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[14,20],polygon:[[[6.66668,46.49441],[6.61637,46.49406],[6.61636,46.49836],[6.60135,46.49825],[6.60131,46.50227],[6.55923,46.50194],[6.55773,46.59687],[6.72895,46.59805],[6.7304,46.49004],[6.67702,46.48978],[6.67703,46.49011],[6.67345,46.49006],[6.67347,46.49041],[6.66672,46.49036],[6.66668,46.49441]]],terms_url:"http://carto.lausanne.ch/lausanne-gc/",terms_text:"Ville de Lausanne - Orthophoto technique 2012"},{id:"LINZ_NZ_Aerial_Imagery",name:"LINZ NZ Aerial Imagery",type:"tms",template:"https://tiles-a.data-cdn.linz.govt.nz/services;key=3197c6d0e5cb494a95d58dc2de3216c2/tiles/v4/set=2/EPSG:3857/{zoom}/{x}/{y}.png",scaleExtent:[0,21],polygon:[[[167.25037,-47.21957],[167.24487,-47.28016],[167.50305,-47.37975],[168.25012,-47.1561],[168.74451,-46.7963],[169.32678,-46.75492],[169.78271,-46.60417],[170.42542,-46.11133],[170.80444,-45.95115],[170.95276,-45.44086],[171.30981,-44.91036],[171.40869,-44.39062],[172.56226,-43.92955],[172.90283,-43.9691],[173.16101,-43.90977],[173.25989,-43.69568],[172.97424,-43.5366],[172.76001,-43.37711],[173.15002,-43.17714],[173.70483,-42.63396],[174.36401,-41.7836],[174.32007,-41.40978],[174.84741,-41.52914],[175.07263,-41.70573],[175.50659,-41.67291],[176.2262,-41.10833],[176.83044,-40.42604],[177.17102,-39.67337],[177.03918,-39.39375],[177.44568,-39.18118],[177.60498,-39.33005],[177.97852,-39.36828],[178.33557,-38.65978],[178.70911,-37.74466],[178.62671,-37.54458],[178.3136,-37.43125],[177.62146,-37.37889],[177.03918,-37.39635],[176.56128,-37.37016],[176.33606,-37.05956],[176.00647,-36.29742],[175.67688,-36.05354],[174.67163,-35.1783],[173.19397,-34.28445],[172.67761,-34.23451],[172.38647,-34.40238],[172.47986,-34.71904],[172.98523,-35.32185],[173.56201,-36.14231],[174.30908,-37.07709],[174.55627,-38.05242],[174.47937,-38.65549],[174.32556,-38.86537],[173.79822,-38.95941],[173.60596,-39.23225],[173.69934,-39.56335],[174.58923,-39.95607],[174.98474,-40.21664],[174.98474,-40.49292],[174.72107,-40.80549],[174.14978,-40.65147],[173.28186,-40.4344],[172.58972,-40.35073],[172.08435,-40.53468],[171.76575,-40.82628],[171.57349,-41.39742],[171.28235,-41.65239],[170.87585,-42.53284],[170.354,-42.87194],[168.27759,-43.92955],[167.6239,-44.47691],[166.55273,-45.38688],[166.27258,-45.91677],[166.48132,-46.22545],[167.67883,-46.47192],[167.25037,-47.21957]]],terms_url:"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data",terms_text:"Sourced from LINZ CC-BY 4.0",best:true},{id:"LINZ_NZ_Topo50_Gridless_Maps",name:"LINZ NZ Topo50 Gridless Maps",type:"tms",template:"https://tiles-a.data-cdn.linz.govt.nz/services;key=3197c6d0e5cb494a95d58dc2de3216c2/tiles/v4/layer=2343/EPSG:3857/{zoom}/{x}/{y}.png",scaleExtent:[0,21],polygon:[[[167.25037,-47.21957],[167.24487,-47.28016],[167.50305,-47.37975],[168.25012,-47.1561],[168.74451,-46.7963],[169.32678,-46.75492],[169.78271,-46.60417],[170.42542,-46.11133],[170.80444,-45.95115],[170.95276,-45.44086],[171.30981,-44.91036],[171.40869,-44.39062],[172.56226,-43.92955],[172.90283,-43.9691],[173.16101,-43.90977],[173.25989,-43.69568],[172.97424,-43.5366],[172.76001,-43.37711],[173.15002,-43.17714],[173.70483,-42.63396],[174.36401,-41.7836],[174.32007,-41.40978],[174.84741,-41.52914],[175.07263,-41.70573],[175.50659,-41.67291],[176.2262,-41.10833],[176.83044,-40.42604],[177.17102,-39.67337],[177.03918,-39.39375],[177.44568,-39.18118],[177.60498,-39.33005],[177.97852,-39.36828],[178.33557,-38.65978],[178.70911,-37.74466],[178.62671,-37.54458],[178.3136,-37.43125],[177.62146,-37.37889],[177.03918,-37.39635],[176.56128,-37.37016],[176.33606,-37.05956],[176.00647,-36.29742],[175.67688,-36.05354],[174.67163,-35.1783],[173.19397,-34.28445],[172.67761,-34.23451],[172.38647,-34.40238],[172.47986,-34.71904],[172.98523,-35.32185],[173.56201,-36.14231],[174.30908,-37.07709],[174.55627,-38.05242],[174.47937,-38.65549],[174.32556,-38.86537],[173.79822,-38.95941],[173.60596,-39.23225],[173.69934,-39.56335],[174.58923,-39.95607],[174.98474,-40.21664],[174.98474,-40.49292],[174.72107,-40.80549],[174.14978,-40.65147],[173.28186,-40.4344],[172.58972,-40.35073],[172.08435,-40.53468],[171.76575,-40.82628],[171.57349,-41.39742],[171.28235,-41.65239],[170.87585,-42.53284],[170.354,-42.87194],[168.27759,-43.92955],[167.6239,-44.47691],[166.55273,-45.38688],[166.27258,-45.91677],[166.48132,-46.22545],[167.67883,-46.47192],[167.25037,-47.21957]]],terms_url:"https://data.linz.govt.nz/layer/2343-nz-mainland-topo50-gridless-maps",terms_text:"CC BY 4.0 Land Information New Zealand"},{id:"ORT10LT",name:"Lithuania - NŽT ORT10LT",type:"tms",template:"https://ort10lt.openmap.lt/g16/{zoom}/{x}/{y}.jpeg",endDate:"2016-01-01T00:00:00.000Z",startDate:"2010-01-01T00:00:00.000Z",scaleExtent:[4,18],polygon:[[[26.21384,55.85075],[26.38583,55.70453],[26.63036,55.68067],[26.62053,55.56892],[26.52422,55.50992],[26.55415,55.38883],[26.43993,55.34794],[26.79197,55.3212],[26.82913,55.27635],[26.74346,55.25399],[26.67648,55.15883],[26.46112,55.12856],[26.35774,55.15054],[26.22963,55.10732],[26.27138,55.07759],[26.20851,54.99741],[26.06191,54.94161],[25.85782,54.9276],[25.74298,54.81506],[25.76261,54.5769],[25.53194,54.34182],[25.67716,54.32381],[25.78573,54.23362],[25.78588,54.15506],[25.55508,54.14619],[25.51095,54.17503],[25.58967,54.22858],[25.51362,54.30785],[25.26893,54.27447],[25.0706,54.13363],[24.95737,54.17206],[24.81338,54.14486],[24.77902,54.09991],[24.87128,54.0349],[24.81957,53.99772],[24.68459,53.96211],[24.69787,54.01714],[24.62591,54.0105],[24.43426,53.90144],[24.35206,53.89679],[24.20161,53.97001],[23.96833,53.9267],[23.91302,53.96968],[23.77812,53.89892],[23.70977,53.93945],[23.53704,53.94307],[23.48224,53.98938],[23.52734,54.04735],[23.48586,54.15323],[23.38679,54.22484],[23.04212,54.31597],[23.01021,54.3828],[22.85469,54.4104],[22.792,54.36332],[22.70234,54.4529],[22.68386,54.58597],[22.74897,54.63198],[22.74297,54.72682],[22.88668,54.8135],[22.8204,54.91198],[22.6424,54.97134],[22.58924,55.07024],[22.0806,55.02448],[22.03241,55.0841],[21.91307,55.08168],[21.64919,55.18081],[21.50151,55.18682],[21.38437,55.2937],[21.27098,55.24501],[21.09836,55.25639],[20.94217,55.28245],[21.08635,55.56183],[21.03995,55.83636],[21.06403,56.06995],[21.20478,56.08117],[21.2308,56.16233],[21.5021,56.2955],[21.72359,56.31382],[21.83566,56.37162],[21.96954,56.37665],[22.0153,56.42428],[22.43727,56.4064],[22.68,56.35159],[22.91917,56.37902],[22.94668,56.41465],[23.09325,56.30464],[23.17034,56.36677],[23.30645,56.38305],[23.55717,56.33382],[23.7648,56.37332],[23.76669,56.32381],[24.019,56.32976],[24.12146,56.2489],[24.28574,56.30064],[24.45415,56.25816],[24.57947,56.28824],[24.62841,56.37533],[24.90238,56.48053],[25.12774,56.20591],[25.57714,56.18241],[25.67312,56.14937],[26.21384,55.85075]]],terms_url:"https://www.geoportal.lt",terms_text:"NŽT ORT10LT",best:true},{id:"mapbox_locator_overlay",name:"Locator Overlay",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/openstreetmap.map-inh76ba2/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjaml5MjVyb3MwMWV0M3hxYmUzdGdwbzE4In0.q548FjhsSJzvXsGlPsFxAQ",scaleExtent:[0,16],overzoom:false,terms_url:"https://www.mapbox.com/about/maps",terms_text:"Terms & Feedback","default":true,description:"Shows major features to help orient you.",overlay:true},{id:"Lodz-buildings",name:"Łódź: Buildings",type:"wms",template:"http://gis.mapa.lodz.pl/awiskts/services/WMS_publikowane/LODZ/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Budynki,Ulice,Adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[19.55046,51.68509],[19.53843,51.68518],[19.53858,51.68067],[19.50381,51.68085],[19.50351,51.68564],[19.48084,51.68589],[19.48063,51.6815],[19.43517,51.68168],[19.43517,51.67754],[19.41155,51.67791],[19.41214,51.68703],[19.37723,51.68739],[19.37723,51.69172],[19.34216,51.692],[19.34291,51.70544],[19.33132,51.70572],[19.33176,51.71474],[19.31988,51.71493],[19.32077,51.74612],[19.33206,51.74612],[19.33251,51.75513],[19.32107,51.75532],[19.32225,51.79108],[19.31052,51.79126],[19.31141,51.81387],[19.323,51.81359],[19.32389,51.82709],[19.33488,51.82718],[19.33473,51.84481],[19.39342,51.84444],[19.39342,51.84022],[19.42789,51.83985],[19.42834,51.85738],[19.4634,51.85701],[19.4634,51.86133],[19.47499,51.86133],[19.47529,51.86601],[19.52194,51.86509],[19.52238,51.85619],[19.568,51.85582],[19.56785,51.85105],[19.57944,51.85105],[19.57825,51.82397],[19.63649,51.82342],[19.63411,51.76488],[19.65759,51.7647],[19.65714,51.74676],[19.64496,51.74695],[19.64421,51.7152],[19.63337,51.7152],[19.63322,51.70167],[19.62059,51.70167],[19.62044,51.68868],[19.55032,51.68942],[19.55046,51.68509]]],terms_text:"Urząd Miasta Łodzi",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{id:"Lodz-2015",name:"Łódź: Orthophotomap 2015 (aerial image)",type:"wms",template:"http://gis.mapa.lodz.pl/awiskts/services/Ortofotomapa/Ortofotomapa/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[19.55046,51.68509],[19.53843,51.68518],[19.53858,51.68067],[19.50381,51.68085],[19.50351,51.68564],[19.48084,51.68589],[19.48063,51.6815],[19.43517,51.68168],[19.43517,51.67754],[19.41155,51.67791],[19.41214,51.68703],[19.37723,51.68739],[19.37723,51.69172],[19.34216,51.692],[19.34291,51.70544],[19.33132,51.70572],[19.33176,51.71474],[19.31988,51.71493],[19.32077,51.74612],[19.33206,51.74612],[19.33251,51.75513],[19.32107,51.75532],[19.32225,51.79108],[19.31052,51.79126],[19.31141,51.81387],[19.323,51.81359],[19.32389,51.82709],[19.33488,51.82718],[19.33473,51.84481],[19.39342,51.84444],[19.39342,51.84022],[19.42789,51.83985],[19.42834,51.85738],[19.4634,51.85701],[19.4634,51.86133],[19.47499,51.86133],[19.47529,51.86601],[19.52194,51.86509],[19.52238,51.85619],[19.568,51.85582],[19.56785,51.85105],[19.57944,51.85105],[19.57825,51.82397],[19.63649,51.82342],[19.63411,51.76488],[19.65759,51.7647],[19.65714,51.74676],[19.64496,51.74695],[19.64421,51.7152],[19.63337,51.7152],[19.63322,51.70167],[19.62059,51.70167],[19.62044,51.68868],[19.55032,51.68942],[19.55046,51.68509]]],terms_text:"Urząd Miasta Łodzi",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{id:"Lodz-2017",name:"Łódź: Orthophotomap 2017 (aerial image)",type:"wms",template:"https://mapa.lodz.pl/3/services/OGC/Ortofotomapa/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[19.55046,51.68509],[19.53843,51.68518],[19.53858,51.68067],[19.50381,51.68085],[19.50351,51.68564],[19.48084,51.68589],[19.48063,51.6815],[19.43517,51.68168],[19.43517,51.67754],[19.41155,51.67791],[19.41214,51.68703],[19.37723,51.68739],[19.37723,51.69172],[19.34216,51.692],[19.34291,51.70544],[19.33132,51.70572],[19.33176,51.71474],[19.31988,51.71493],[19.32077,51.74612],[19.33206,51.74612],[19.33251,51.75513],[19.32107,51.75532],[19.32225,51.79108],[19.31052,51.79126],[19.31141,51.81387],[19.323,51.81359],[19.32389,51.82709],[19.33488,51.82718],[19.33473,51.84481],[19.39342,51.84444],[19.39342,51.84022],[19.42789,51.83985],[19.42834,51.85738],[19.4634,51.85701],[19.4634,51.86133],[19.47499,51.86133],[19.47529,51.86601],[19.52194,51.86509],[19.52238,51.85619],[19.568,51.85582],[19.56785,51.85105],[19.57944,51.85105],[19.57825,51.82397],[19.63649,51.82342],[19.63411,51.76488],[19.65759,51.7647],[19.65714,51.74676],[19.64496,51.74695],[19.64421,51.7152],[19.63337,51.7152],[19.63322,51.70167],[19.62059,51.70167],[19.62044,51.68868],[19.55032,51.68942],[19.55046,51.68509]]],terms_text:"Urząd Miasta Łodzi",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{id:"Loire_Atlantique-Orthophotos-2012",name:"Loire-Atlantique - Orthophotos 2012 - 20 cm",type:"tms",template:"http://{switch:a,b,c,d,e,f,g,h}.tiles.cg44.makina-corpus.net/ortho-2012/{zoom}/{x}/{-y}.jpg",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[0,19],polygon:[[[-1.48638,46.87691],[-1.54437,46.84873],[-1.73468,46.87246],[-1.89276,46.94234],[-1.95475,46.98084],[-2.07067,47.08521],[-2.2678,47.12656],[-2.22627,47.17124],[-2.19217,47.16914],[-2.19341,47.25546],[-2.29694,47.22769],[-2.41658,47.25336],[-2.54862,47.28575],[-2.63913,47.41678],[-2.50573,47.50812],[-2.31063,47.53021],[-2.24836,47.52384],[-2.23223,47.51499],[-2.12109,47.54674],[-2.11783,47.60126],[-2.1001,47.61123],[-2.09981,47.62005],[-2.11141,47.62873],[-2.10055,47.65141],[-2.08121,47.66578],[-1.98016,47.70751],[-1.83077,47.72419],[-1.67455,47.72544],[-1.63735,47.77463],[-1.49601,47.81752],[-1.49911,47.84166],[-1.38133,47.84415],[-1.346,47.81086],[-1.23007,47.78587],[-1.21643,47.75838],[-1.22635,47.73628],[-1.21086,47.7317],[-1.18668,47.73462],[-1.15196,47.69332],[-1.13151,47.63654],[-1.09121,47.6332],[-0.99265,47.6027],[-0.98459,47.58598],[-1.0317,47.55001],[-1.13585,47.55628],[-1.13275,47.5161],[-1.0317,47.51778],[-0.94863,47.50103],[-0.93686,47.47715],[-0.93376,47.43859],[-0.9009,47.39874],[-0.92694,47.37482],[-0.97157,47.35845],[-1.28339,47.32736],[-1.23379,47.26093],[-1.20032,47.26935],[-1.16498,47.24957],[-1.14143,47.1763],[-1.1563,47.15818],[-1.20652,47.12402],[-1.20838,47.10968],[-1.15568,47.10504],[-1.14081,47.08056],[-1.09431,47.0717],[-1.09989,47.03199],[-1.14453,47.01636],[-1.21582,47.02904],[-1.26727,47.06325],[-1.28524,47.02185],[-1.34972,47.02397],[-1.33918,46.969],[-1.3491,46.94446],[-1.45014,46.91186],[-1.47504,46.9176],[-1.48775,46.93063],[-1.49235,46.98433],[-1.48644,46.99943],[-1.49213,47.02722],[-1.52764,47.00541],[-1.52961,46.97252],[-1.50507,46.94439],[-1.50222,46.92973],[-1.51142,46.91371],[-1.48622,46.89724],[-1.48638,46.87691]]],terms_url:"http://data2.loire-atlantique.fr/licences/",terms_text:"Département de Loire-Atlantique"},{id:"Lombardia-Italy-CTR-DBT",name:"Lombardia - Italy (CTR DBT)",type:"wms",template:"https://www.cartografia.servizirl.it/arcgis/services/wms/ctr_wms/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sfondo%20C.T.R.%2010000&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[8.4816,45.28938],[8.63085,45.01372],[8.78009,44.98189],[8.86775,45.02712],[9.07148,44.80063],[9.14966,44.79055],[9.19467,44.67106],[9.31549,44.65758],[9.36997,44.698],[9.37945,44.82752],[9.33207,44.91483],[9.41025,45.03716],[9.78692,45.04386],[9.78692,45.00032],[9.93853,45.002],[9.93379,45.08903],[10.00013,45.09071],[10.00013,44.99697],[10.20149,45.002],[10.20149,44.95004],[10.40523,44.9534],[10.40523,44.90476],[10.49288,44.90308],[10.49288,44.8628],[10.6516,44.85776],[10.64686,44.90308],[11.35282,44.89469],[11.35519,44.93663],[11.45706,44.93328],[11.44758,44.97351],[11.3623,45.00032],[11.35282,45.09238],[11.25806,45.09572],[11.25806,45.13752],[11.16094,45.14253],[11.16094,45.18262],[11.05196,45.19097],[11.05196,45.23436],[10.9572,45.23269],[10.9572,45.28605],[10.8577,45.28438],[10.85534,45.32271],[10.74636,45.32937],[10.75347,45.47408],[10.64686,45.48073],[10.60301,45.51074],[10.57636,45.47379],[10.53549,45.50036],[10.59116,45.53148],[10.61666,45.61304],[10.87429,45.84001],[10.82217,45.85982],[10.67529,45.85817],[10.57342,45.8103],[10.58624,46.00773],[10.5016,46.01596],[10.59325,46.11529],[10.60896,46.35583],[10.65634,46.38688],[10.64686,46.46037],[10.4147,46.57285],[10.32705,46.56797],[10.25124,46.65422],[10.07357,46.62494],[10.02382,46.53212],[10.02855,46.43588],[10.07357,46.39832],[10.12095,46.39669],[10.0783,46.32802],[10.14464,46.26582],[10.10436,46.24781],[9.97407,46.40812],[9.71111,46.3689],[9.68742,46.32312],[9.61872,46.30675],[9.55712,46.32475],[9.50264,46.39015],[9.47895,46.5256],[9.25626,46.51582],[9.22546,46.44078],[9.27284,46.34438],[9.17098,46.19044],[9.04305,46.12808],[9.062,46.09195],[8.97435,46.04593],[8.98856,46.00152],[8.93882,45.97354],[9.04068,45.8961],[9.01936,45.84827],[8.84879,46.0081],[8.89854,46.07059],[8.8251,46.11823],[8.70902,46.11659],[8.67823,46.07552],[8.7185,46.01468],[8.55504,45.90434],[8.59768,45.83836],[8.53372,45.79378],[8.6877,45.49235],[8.78009,45.41591],[8.68533,45.37931],[8.71139,45.34103],[8.69481,45.32104],[8.62848,45.37765],[8.5124,45.35768],[8.4816,45.28938]]],terms_url:"https://www.dati.gov.it/content/italian-open-data-license-v20",terms_text:"CTR DBT 10000 Regione Lombardia"},{id:"Lombardia-Italy-CTR",name:"Lombardia - Italy (CTR)",type:"wms",template:"https://www.cartografia.regione.lombardia.it/ArcGIS10/services/wms/ctr_wms/MapServer/WMSServer?STYLES=&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[8.4816,45.28938],[8.63085,45.01372],[8.78009,44.98189],[8.86775,45.02712],[9.07148,44.80063],[9.14966,44.79055],[9.19467,44.67106],[9.31549,44.65758],[9.36997,44.698],[9.37945,44.82752],[9.33207,44.91483],[9.41025,45.03716],[9.78692,45.04386],[9.78692,45.00032],[9.93853,45.002],[9.93379,45.08903],[10.00013,45.09071],[10.00013,44.99697],[10.20149,45.002],[10.20149,44.95004],[10.40523,44.9534],[10.40523,44.90476],[10.49288,44.90308],[10.49288,44.8628],[10.6516,44.85776],[10.64686,44.90308],[11.35282,44.89469],[11.35519,44.93663],[11.45706,44.93328],[11.44758,44.97351],[11.3623,45.00032],[11.35282,45.09238],[11.25806,45.09572],[11.25806,45.13752],[11.16094,45.14253],[11.16094,45.18262],[11.05196,45.19097],[11.05196,45.23436],[10.9572,45.23269],[10.9572,45.28605],[10.8577,45.28438],[10.85534,45.32271],[10.74636,45.32937],[10.75347,45.47408],[10.64686,45.48073],[10.60301,45.51074],[10.57636,45.47379],[10.53549,45.50036],[10.59116,45.53148],[10.61666,45.61304],[10.87429,45.84001],[10.82217,45.85982],[10.67529,45.85817],[10.57342,45.8103],[10.58624,46.00773],[10.5016,46.01596],[10.59325,46.11529],[10.60896,46.35583],[10.65634,46.38688],[10.64686,46.46037],[10.4147,46.57285],[10.32705,46.56797],[10.25124,46.65422],[10.07357,46.62494],[10.02382,46.53212],[10.02855,46.43588],[10.07357,46.39832],[10.12095,46.39669],[10.0783,46.32802],[10.14464,46.26582],[10.10436,46.24781],[9.97407,46.40812],[9.71111,46.3689],[9.68742,46.32312],[9.61872,46.30675],[9.55712,46.32475],[9.50264,46.39015],[9.47895,46.5256],[9.25626,46.51582],[9.22546,46.44078],[9.27284,46.34438],[9.17098,46.19044],[9.04305,46.12808],[9.062,46.09195],[8.97435,46.04593],[8.98856,46.00152],[8.93882,45.97354],[9.04068,45.8961],[9.01936,45.84827],[8.84879,46.0081],[8.89854,46.07059],[8.8251,46.11823],[8.70902,46.11659],[8.67823,46.07552],[8.7185,46.01468],[8.55504,45.90434],[8.59768,45.83836],[8.53372,45.79378],[8.6877,45.49235],[8.78009,45.41591],[8.68533,45.37931],[8.71139,45.34103],[8.69481,45.32104],[8.62848,45.37765],[8.5124,45.35768],[8.4816,45.28938]]],terms_url:"https://www.dati.gov.it/content/italian-open-data-license-v20",terms_text:"Regione Lombardia - Infrastruttura per l'informazione territoriale"},{id:"londrina2011",name:"Londrina Ortofoto 2011",type:"tms",template:"https://siglon.londrina.pr.gov.br/arcgis/rest/services/Imagens/Ortofotos_2011_Paranacidade/MapServer/WMTS/tile/1.0.0/Imagens_Ortofotos_2011_Paranacidade/default/GoogleMapsCompatible/{zoom}/{y}/{x}",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",scaleExtent:[0,19],polygon:[[[-51.10903,-23.39275],[-51.11015,-23.39112],[-51.11198,-23.3896],[-51.11358,-23.38977],[-51.121,-23.38593],[-51.12225,-23.38511],[-51.12483,-23.3835],[-51.12538,-23.38187],[-51.12482,-23.3777],[-51.12446,-23.37505],[-51.12437,-23.3723],[-51.12244,-23.37033],[-51.12302,-23.36643],[-51.12856,-23.36548],[-51.12832,-23.35884],[-51.12477,-23.35476],[-51.12703,-23.35091],[-51.12412,-23.3468],[-51.12025,-23.34781],[-51.11765,-23.33969],[-51.11265,-23.34129],[-51.1094,-23.33489],[-51.10756,-23.33409],[-51.10486,-23.33398],[-51.10253,-23.33419],[-51.09987,-23.33102],[-51.09801,-23.32936],[-51.09999,-23.32831],[-51.10323,-23.32532],[-51.10473,-23.32319],[-51.10466,-23.32129],[-51.10515,-23.31844],[-51.10636,-23.31575],[-51.10661,-23.31467],[-51.1105,-23.31167],[-51.11158,-23.30842],[-51.0995,-23.30947],[-51.0974,-23.30863],[-51.09512,-23.30745],[-51.09202,-23.30494],[-51.09036,-23.30371],[-51.09205,-23.29875],[-51.09269,-23.2975],[-51.09408,-23.29295],[-51.10074,-23.29332],[-51.10102,-23.28871],[-51.10068,-23.28837],[-51.10085,-23.28778],[-51.09938,-23.28664],[-51.09632,-23.27791],[-51.10285,-23.27302],[-51.10836,-23.27034],[-51.1131,-23.2684],[-51.1316,-23.26534],[-51.13188,-23.26201],[-51.13173,-23.25506],[-51.1329,-23.25468],[-51.13296,-23.25075],[-51.13474,-23.25127],[-51.13534,-23.25133],[-51.13517,-23.24359],[-51.13535,-23.24118],[-51.13752,-23.24219],[-51.13885,-23.2435],[-51.14109,-23.24521],[-51.14717,-23.24318],[-51.14761,-23.23828],[-51.14908,-23.23588],[-51.14977,-23.23681],[-51.15139,-23.23854],[-51.15289,-23.23884],[-51.15384,-23.23895],[-51.1582,-23.23814],[-51.16045,-23.23816],[-51.16035,-23.24658],[-51.15912,-23.24783],[-51.16131,-23.24777],[-51.16659,-23.24594],[-51.17193,-23.24582],[-51.17205,-23.24956],[-51.17424,-23.2484],[-51.17514,-23.24932],[-51.17686,-23.24816],[-51.17947,-23.25169],[-51.18135,-23.25381],[-51.18274,-23.25363],[-51.18379,-23.25326],[-51.18496,-23.2533],[-51.18627,-23.25215],[-51.18665,-23.24748],[-51.19118,-23.24914],[-51.19142,-23.25286],[-51.19369,-23.25278],[-51.19384,-23.26074],[-51.20097,-23.26055],[-51.20127,-23.2426],[-51.20994,-23.24278],[-51.2109,-23.26988],[-51.21969,-23.27222],[-51.22597,-23.27453],[-51.22934,-23.2786],[-51.23452,-23.2816],[-51.23498,-23.28325],[-51.23507,-23.28544],[-51.23371,-23.2859],[-51.23216,-23.28802],[-51.2287,-23.29229],[-51.2274,-23.2946],[-51.22679,-23.29548],[-51.2256,-23.29657],[-51.22393,-23.29721],[-51.22048,-23.30073],[-51.21864,-23.3013],[-51.21668,-23.30212],[-51.21424,-23.30441],[-51.21097,-23.30697],[-51.22328,-23.3183],[-51.22439,-23.31459],[-51.22521,-23.31289],[-51.22512,-23.31258],[-51.22521,-23.31251],[-51.22553,-23.31253],[-51.22595,-23.31239],[-51.22617,-23.31183],[-51.22936,-23.31489],[-51.22802,-23.31661],[-51.22789,-23.31902],[-51.22767,-23.32023],[-51.22723,-23.32151],[-51.22739,-23.32223],[-51.22725,-23.32285],[-51.23033,-23.32558],[-51.23046,-23.32671],[-51.22954,-23.32789],[-51.22916,-23.3305],[-51.22929,-23.33178],[-51.22681,-23.33447],[-51.22602,-23.33657],[-51.22473,-23.33839],[-51.2221,-23.34023],[-51.22257,-23.34196],[-51.22381,-23.34339],[-51.22384,-23.34531],[-51.22441,-23.347],[-51.22454,-23.34829],[-51.22404,-23.34968],[-51.22351,-23.35011],[-51.22382,-23.35077],[-51.22305,-23.35174],[-51.2226,-23.35296],[-51.22587,-23.35481],[-51.2265,-23.36706],[-51.22354,-23.36915],[-51.22367,-23.37968],[-51.22038,-23.38163],[-51.21647,-23.3817],[-51.21416,-23.37995],[-51.20928,-23.37395],[-51.20738,-23.36814],[-51.20629,-23.36723],[-51.20472,-23.36627],[-51.19823,-23.36668],[-51.19297,-23.36651],[-51.18986,-23.36544],[-51.18806,-23.36464],[-51.18718,-23.36453],[-51.1858,-23.36374],[-51.18304,-23.36359],[-51.18071,-23.36376],[-51.17907,-23.36158],[-51.17764,-23.35836],[-51.16684,-23.35626],[-51.16614,-23.35854],[-51.16476,-23.36039],[-51.16077,-23.35922],[-51.15983,-23.3666],[-51.16204,-23.36861],[-51.16276,-23.37416],[-51.15845,-23.3758],[-51.15505,-23.37631],[-51.15396,-23.37903],[-51.15299,-23.38105],[-51.15119,-23.38208],[-51.14917,-23.38251],[-51.14722,-23.38216],[-51.14518,-23.38259],[-51.1441,-23.38376],[-51.14512,-23.38808],[-51.1418,-23.3894],[-51.14031,-23.3888],[-51.14068,-23.39161],[-51.14127,-23.39354],[-51.14094,-23.39443],[-51.14046,-23.39536],[-51.13939,-23.3951],[-51.13739,-23.39315],[-51.13609,-23.3898],[-51.13429,-23.38976],[-51.13216,-23.39007],[-51.13172,-23.39286],[-51.12259,-23.38864],[-51.12228,-23.39166],[-51.11883,-23.39317],[-51.11568,-23.39335],[-51.10903,-23.39275]],[[-51.13829,-23.41601],[-51.13331,-23.41867],[-51.13209,-23.41644],[-51.13002,-23.41829],[-51.12869,-23.41901],[-51.12824,-23.42103],[-51.12696,-23.42186],[-51.12533,-23.42269],[-51.12445,-23.42097],[-51.12151,-23.42411],[-51.12063,-23.42327],[-51.11971,-23.42312],[-51.11977,-23.42157],[-51.1188,-23.42155],[-51.11643,-23.42084],[-51.11943,-23.41917],[-51.11787,-23.41678],[-51.11655,-23.41731],[-51.1157,-23.4157],[-51.11512,-23.41309],[-51.11908,-23.41111],[-51.1196,-23.4117],[-51.12052,-23.41489],[-51.12148,-23.41714],[-51.12309,-23.41863],[-51.12755,-23.41654],[-51.12803,-23.4174],[-51.1312,-23.41557],[-51.1308,-23.41477],[-51.13279,-23.41264],[-51.13522,-23.41106],[-51.13586,-23.41096],[-51.13682,-23.41119],[-51.13721,-23.41158],[-51.1373,-23.41324],[-51.13743,-23.41471],[-51.13829,-23.41601]],[[-51.18929,-23.61469],[-51.18869,-23.61385],[-51.18818,-23.61339],[-51.18731,-23.61302],[-51.18629,-23.61314],[-51.18402,-23.61396],[-51.18349,-23.61397],[-51.18183,-23.61284],[-51.1814,-23.61344],[-51.18063,-23.61314],[-51.18001,-23.61409],[-51.17866,-23.61329],[-51.18065,-23.6106],[-51.17972,-23.61018],[-51.18062,-23.60849],[-51.18212,-23.6085],[-51.18261,-23.60775],[-51.1832,-23.60804],[-51.18415,-23.60628],[-51.18511,-23.60666],[-51.18649,-23.6047],[-51.18902,-23.6061],[-51.18821,-23.60742],[-51.18919,-23.60802],[-51.1889,-23.60953],[-51.18962,-23.60993],[-51.19119,-23.61119],[-51.19015,-23.61245],[-51.19054,-23.61276],[-51.19029,-23.61378],[-51.18929,-23.61469]],[[-51.08006,-23.52984],[-51.07962,-23.52205],[-51.08468,-23.52194],[-51.08582,-23.52404],[-51.08589,-23.52704],[-51.08579,-23.52777],[-51.0853,-23.52806],[-51.08514,-23.52857],[-51.08512,-23.52982],[-51.08471,-23.53024],[-51.08343,-23.53024],[-51.0833,-23.52978],[-51.08006,-23.52984]]],terms_url:"http://siglon.londrina.pr.gov.br",terms_text:"Prefeitura do Londrinas, PR"},{id:"LPI_NSW_Administrative_Boundaries_County",name:"LPI NSW Administrative Boundaries County",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=4&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",scaleExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_LGA",name:"LPI NSW Administrative Boundaries LGA",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=6&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",scaleExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_NPWS_Reserve",name:"LPI NSW Administrative Boundaries NPWS Reserve",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=1&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",scaleExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_Parish",name:"LPI NSW Administrative Boundaries Parish",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=3&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",scaleExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_StateForest",name:"LPI NSW Administrative Boundaries State Forest",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=2&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",scaleExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_Suburb",name:"LPI NSW Administrative Boundaries Suburb",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=7&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",scaleExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"NSW_LPI_BaseMap",name:"LPI NSW Base Map",type:"tms",template:"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Base_Map/MapServer/tile/{zoom}/{y}/{x}",scaleExtent:[1,19],polygon:[[[140.99486,-28.95297],[148.96114,-28.89977],[148.98701,-28.48623],[151.01361,-28.47865],[151.10847,-28.70329],[151.87599,-28.68312],[151.93348,-28.40788],[152.25544,-28.23327],[153.06608,-28.21047],[153.14082,-28.1091],[153.47351,-28.11648],[153.35765,-27.69361],[159.49383,-27.69925],[159.4857,-37.84741],[149.52569,-37.82815],[149.91596,-37.487],[148.04859,-36.81317],[147.9681,-36.15679],[146.71477,-36.28666],[145.30046,-36.15679],[144.53007,-36.14751],[142.8398,-35.02543],[142.35686,-34.78025],[141.97741,-34.40162],[140.99503,-34.13718],[140.99486,-28.95297]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017"},{id:"NSW_LPI_Imagery",name:"LPI NSW Imagery",type:"tms",template:"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Imagery/MapServer/tile/{zoom}/{y}/{x}",scaleExtent:[1,21],polygon:[[[140.98687,-28.98878],[148.99515,-28.97275],[148.99667,-28.49151],[151.0029,-28.49307],[151.0029,-28.72617],[151.49151,-28.73239],[151.49187,-28.71553],[151.92282,-28.71964],[151.92516,-28.48971],[151.99559,-28.48987],[151.99899,-28.11927],[152.49676,-28.12209],[152.49682,-28.11464],[153.00446,-28.11544],[153.00446,-28.1204],[153.50386,-28.11934],[153.50393,-28.12271],[153.59194,-28.12236],[153.59266,-28.17769],[153.61112,-28.17579],[153.61139,-28.18252],[153.74268,-28.21621],[153.77873,-28.71091],[152.6238,-32.58772],[152.3124,-32.63288],[151.41419,-33.57904],[150.89299,-35.26487],[150.46207,-35.77773],[150.01565,-37.51036],[149.99181,-37.51268],[149.51978,-37.51307],[149.51996,-37.52169],[149.4463,-37.53537],[149.06334,-37.5358],[148.98366,-37.52176],[148.98169,-37.5192],[148.98638,-37.2585],[148.48754,-37.26585],[148.48248,-37.00927],[147.99439,-37.01434],[147.98829,-36.53322],[147.95297,-36.52607],[147.94865,-36.0686],[147.5035,-36.07168],[147.50477,-36.2651],[146.492,-36.26613],[146.49225,-36.2565],[145.99298,-36.25343],[145.99659,-36.01881],[145.98316,-36.01871],[145.96245,-36.0219],[145.94624,-36.01209],[145.94543,-36.00603],[145.50415,-36.00136],[145.50379,-36.01091],[145.0072,-36.00362],[145.00354,-36.15204],[144.48608,-36.14231],[144.48741,-36.01375],[143.98747,-36.00241],[143.99329,-35.57238],[143.49717,-35.58371],[143.4918,-35.40656],[143.46134,-35.36749],[143.45856,-35.35559],[143.48978,-35.33965],[143.48955,-35.33221],[143.4317,-35.25706],[143.25055,-35.26066],[143.24384,-35.01327],[142.99333,-35.01772],[142.99198,-34.79619],[142.49714,-34.80323],[142.49732,-34.80076],[142.42114,-34.80176],[142.42092,-34.78383],[142.23309,-34.78592],[142.23077,-34.78075],[142.227,-34.50613],[141.99753,-34.50837],[141.9946,-34.25267],[141.49823,-34.25569],[141.49817,-34.25228],[140.99454,-34.25284],[140.98687,-28.98878]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",best:true},{id:"NSW_LPI_Imagery_Dates",name:"LPI NSW Imagery Dates",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Imagery_Dates/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=0&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",scaleExtent:[0,21],polygon:[[[140.98687,-28.98878],[148.99515,-28.97275],[148.99667,-28.49151],[151.0029,-28.49307],[151.0029,-28.72617],[151.49151,-28.73239],[151.49187,-28.71553],[151.92282,-28.71964],[151.92516,-28.48971],[151.99559,-28.48987],[151.99899,-28.11927],[152.49676,-28.12209],[152.49682,-28.11464],[153.00446,-28.11544],[153.00446,-28.1204],[153.50386,-28.11934],[153.50393,-28.12271],[153.59194,-28.12236],[153.59266,-28.17769],[153.61112,-28.17579],[153.61139,-28.18252],[153.74268,-28.21621],[153.77873,-28.71091],[152.6238,-32.58772],[152.3124,-32.63288],[151.41419,-33.57904],[150.89299,-35.26487],[150.46207,-35.77773],[150.01565,-37.51036],[149.99181,-37.51268],[149.51978,-37.51307],[149.51996,-37.52169],[149.4463,-37.53537],[149.06334,-37.5358],[148.98366,-37.52176],[148.98169,-37.5192],[148.98638,-37.2585],[148.48754,-37.26585],[148.48248,-37.00927],[147.99439,-37.01434],[147.98829,-36.53322],[147.95297,-36.52607],[147.94865,-36.0686],[147.5035,-36.07168],[147.50477,-36.2651],[146.492,-36.26613],[146.49225,-36.2565],[145.99298,-36.25343],[145.99659,-36.01881],[145.98316,-36.01871],[145.96245,-36.0219],[145.94624,-36.01209],[145.94543,-36.00603],[145.50415,-36.00136],[145.50379,-36.01091],[145.0072,-36.00362],[145.00354,-36.15204],[144.48608,-36.14231],[144.48741,-36.01375],[143.98747,-36.00241],[143.99329,-35.57238],[143.49717,-35.58371],[143.4918,-35.40656],[143.46134,-35.36749],[143.45856,-35.35559],[143.48978,-35.33965],[143.48955,-35.33221],[143.4317,-35.25706],[143.25055,-35.26066],[143.24384,-35.01327],[142.99333,-35.01772],[142.99198,-34.79619],[142.49714,-34.80323],[142.49732,-34.80076],[142.42114,-34.80176],[142.42092,-34.78383],[142.23309,-34.78592],[142.23077,-34.78075],[142.227,-34.50613],[141.99753,-34.50837],[141.9946,-34.25267],[141.49823,-34.25569],[141.49817,-34.25228],[140.99454,-34.25284],[140.98687,-28.98878]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"NSW_LPI_TopographicMap",name:"LPI NSW Topographic Map",type:"tms",template:"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Topo_Map/MapServer/tile/{zoom}/{y}/{x}",scaleExtent:[1,16],polygon:[[[140.99884,-28.99924],[148.95024,-28.99937],[148.94988,-28.96653],[148.99983,-28.96653],[149.00009,-28.81658],[149.10007,-28.81658],[149.0997,-28.74885],[148.99985,-28.74974],[148.99982,-28.50003],[151.00005,-28.50052],[151.00059,-28.73258],[151.02395,-28.73274],[151.02413,-28.74188],[151.03293,-28.74188],[151.03383,-28.75054],[151.99998,-28.74953],[151.99998,-28.71645],[152.0334,-28.71661],[152.03322,-28.6832],[152.00007,-28.68335],[151.99988,-28.64163],[151.98299,-28.64139],[151.98317,-28.62491],[151.93313,-28.62475],[151.93341,-28.50007],[151.99989,-28.50023],[151.99986,-28.37496],[152.24997,-28.37507],[152.24994,-28.25001],[152.99972,-28.24986],[152.9999,-28.28324],[153.1165,-28.2834],[153.11659,-28.24986],[153.16663,-28.25001],[153.16672,-28.23316],[153.24999,-28.23324],[153.25003,-28.12497],[153.62496,-28.12508],[153.62484,-28.49991],[153.7498,-28.49999],[153.74959,-28.7498],[153.62481,-28.75011],[153.62497,-28.99993],[153.49977,-29.00006],[153.49984,-29.49951],[153.3748,-29.50005],[153.37541,-29.87503],[153.49991,-29.87514],[153.49991,-30.00009],[153.24989,-29.99976],[153.25002,-30.19177],[153.27482,-30.19162],[153.27482,-30.21685],[153.21661,-30.21661],[153.21661,-30.25006],[153.25002,-30.25006],[153.24975,-30.37519],[153.12436,-30.37497],[153.12465,-30.62504],[153.03317,-30.62505],[153.03339,-30.87508],[153.12492,-30.87503],[153.12493,-31.12505],[153.00824,-31.12497],[153.00829,-31.24998],[153,-31.25],[152.99994,-31.62499],[152.87494,-31.62505],[152.87496,-31.74995],[152.78329,-31.75],[152.7832,-31.87486],[152.74991,-31.87501],[152.75004,-32.00002],[152.6249,-31.99994],[152.62491,-32.5],[152.49998,-32.49996],[152.50003,-32.56664],[152.41667,-32.56634],[152.41676,-32.625],[152.34985,-32.62499],[152.34985,-32.63323],[152.28308,-32.63322],[152.28326,-32.62498],[152.24948,-32.62498],[152.24981,-32.87491],[151.87457,-32.87504],[151.87485,-33.00001],[151.74977,-33.00015],[151.75047,-33.25004],[151.62524,-33.24974],[151.62508,-33.37516],[151.49958,-33.37514],[151.50031,-33.62494],[151.37415,-33.62437],[151.37279,-34.00196],[151.24778,-34.00112],[151.24778,-34.24931],[150.99573,-34.25015],[151.00081,-34.62483],[150.87174,-34.6265],[150.87276,-35.12427],[150.76706,-35.12344],[150.76909,-35.24638],[150.62579,-35.2497],[150.62803,-35.37515],[150.49997,-35.37515],[150.49591,-35.6275],[150.37192,-35.62503],[150.37497,-35.7538],[150.26724,-35.75132],[150.2652,-35.87412],[150.24792,-35.87083],[150.24589,-36.37488],[150.12292,-36.37488],[150.12597,-36.62243],[150.02535,-36.62407],[150.0284,-36.74713],[149.99283,-36.74958],[150.00401,-37.12245],[150.05889,-37.12731],[150.05686,-37.37809],[149.99791,-37.37324],[149.99994,-37.48301],[149.98774,-37.48462],[149.98571,-37.508],[148.06846,-36.80624],[147.99306,-36.138],[147.81483,-36.00556],[147.38939,-36.01137],[147.38221,-36.13103],[146.99725,-36.12755],[146.98863,-36.25283],[146.49564,-36.24471],[146.50426,-36.12639],[145.00118,-36.00795],[145.01541,-36.25421],[144.50725,-36.24765],[144.49912,-36.0211],[143.99654,-35.98105],[143.33826,-35.23318],[142.40976,-34.76694],[142.03614,-34.37588],[140.99652,-34.13858],[140.99884,-28.99924]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017"},{id:"orthophoto_lyon_2012",name:"Lyon Orthophoto 2012-03 10cm",type:"wms",template:"https://download.data.grandlyon.com/wms/grandlyon?language=fre&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1830_5150_10cm_CC46,1830_5155_10cm_CC46,1830_5160_10cm_CC46,1830_5165_10cm_CC46,1830_5170_10cm_CC46,1830_5175_10cm_CC46,1830_5180_10cm_CC46,1830_5185_10cm_CC46,1830_5190_10cm_CC46,1835_5150_10cm_CC46,1835_5155_10cm_CC46,1835_5160_10cm_CC46,1835_5165_10cm_CC46,1835_5170_10cm_CC46,1835_5175_10cm_CC46,1835_5180_10cm_CC46,1835_5185_10cm_CC46,1835_5190_10cm_CC46,1840_5150_10cm_CC46,1840_5155_10cm_CC46,1840_5160_10cm_CC46,1840_5165_10cm_CC46,1840_5170_10cm_CC46,1840_5175_10cm_CC46,1840_5180_10cm_CC46,1840_5185_10cm_CC46,1840_5190_10cm_CC46,1845_5150_10cm_CC46,1845_5155_10cm_CC46,1845_5160_10cm_CC46,1845_5165_10cm_CC46,1845_5170_10cm_CC46,1845_5175_10cm_CC46,1845_5180_10cm_CC46,1845_5185_10cm_CC46,1845_5190_10cm_CC46,1850_5155_10cm_CC46,1850_5160_10cm_CC46,1850_5165_10cm_CC46,1850_5170_10cm_CC46,1850_5175_10cm_CC46,1850_5180_10cm_CC46,1850_5185_10cm_CC46,1855_5155_10cm_CC46,1855_5165_10cm_CC46,1855_5170_10cm_CC46,1855_5175_10cm_CC46,1855_5180_10cm_CC46,1855_5185_10cm_CC46,1860_5155_10cm_CC46,1860_5160_10cm_CC46,1860_5165_10cm_CC46,1860_5170_10cm_CC46,1860_5175_10cm_CC46,1860_5180_10cm_CC46,1860_5185_10cm_CC46,1865_5155_10cm_CC46,1865_5160_10cm_CC46,1865_5165_10cm_CC46,1865_5170_10cm_CC46&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-03-01T00:00:00.000Z",startDate:"2012-03-01T00:00:00.000Z",polygon:[[[4.69049,45.54652],[4.83131,45.54652],[4.83131,45.57131],[4.88344,45.57131],[4.88344,45.59745],[5.16622,45.59745],[5.16622,45.74533],[5.10793,45.74533],[5.10793,45.88145],[4.90698,45.88145],[4.90698,45.92107],[4.84377,45.92107],[4.84377,45.94011],[4.71543,45.94011],[4.71543,45.87018],[4.67458,45.87018],[4.67458,45.7178],[4.69567,45.7178],[4.69049,45.54652]]],terms_url:"https://data.grandlyon.com/imagerie/orthophotographie-2012-du-grand-lyon",terms_text:"Grand Lyon Smart Data DSIT"},{id:"orthophoto_lyon_2015_8cm",name:"Lyon Orthophoto 2015-05 8cm",type:"wms",template:"https://download.data.grandlyon.com/wms/grandlyon?language=fre&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1835_5155_8cm_CC46,1835_5160_8cm_CC46,1835_5165_8cm_CC46,1835_5170_8cm_CC46,1835_5180_8cm_CC46,1835_5175_8cm_CC46,1845_5175_8cm_CC46,1845_5180_8cm_CC46,1845_5185_8cm_CC46,1845_5190_8cm_CC46,1850_5165_8cm_CC46,1850_5160_8cm_CC46,1850_5155_8cm_CC46,1850_5170_8cm_CC46,1850_5175_8cm_CC46,1850_5180_8cm_CC46,1850_5185_8cm_CC46,1855_5155_8cm_CC46,1855_5160_8cm_CC46,1855_5185_8cm_CC46,1855_5180_8cm_CC46,1855_5175_8cm_CC46,1855_5170_8cm_CC46,1855_5165_8cm_CC46,1860_5160_8cm_CC46,1860_5155_8cm_CC46,1860_5165_8cm_CC46,1835_5185_8cm_CC46,1835_5190_8cm_CC46,1835_5195_8cm_CC46,1840_5160_8cm_CC46,1840_5155_8cm_CC46,1840_5150_8cm_CC46,1830_5195_8cm_CC46,1830_5190_8cm_CC46,1830_5175_8cm_CC46,1830_5170_8cm_CC46,1830_5165_8cm_CC46,1830_5160_8cm_CC46,1830_5155_8cm_CC46,1830_5180_8cm_CC46,1830_5185_8cm_CC46,1835_5150_8cm_CC46,1860_5170_8cm_CC46,1860_5175_8cm_CC46,1840_5180_8cm_CC46,1840_5175_8cm_CC46,1840_5185_8cm_CC46,1840_5190_8cm_CC46,1840_5195_8cm_CC46,1845_5150_8cm_CC46,1845_5155_8cm_CC46,1845_5160_8cm_CC46,1845_5170_8cm_CC46,1845_5165_8cm_CC46,1840_5170_8cm_CC46,1840_5165_8cm_CC46,1860_5180_8cm_CC46,1860_5185_8cm_CC46,1865_5155_8cm_CC46,1865_5160_8cm_CC46,1865_5165_8cm_CC46,1865_5170_8cm_CC46,1830_5150_8cm_CC46&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-05-01T00:00:00.000Z",startDate:"2015-05-01T00:00:00.000Z",polygon:[[[4.66489,45.54688],[4.88253,45.54348],[4.88435,45.59745],[5.16623,45.59242],[5.17217,45.74532],[5.10793,45.74653],[5.11305,45.88145],[4.90698,45.88508],[4.90822,45.92106],[4.84377,45.92212],[4.84497,45.9581],[4.67729,45.96069],[4.66489,45.54688]]],terms_url:"https://data.grandlyon.com/imagerie/orthophotographie-2015-du-grand-lyon",terms_text:"Métropole de Lyon DINSI",best:true},{id:"MainRoadsWA_Road_Hierarchy",name:"Main Roads WA Road Hierarchy",type:"wms",template:"https://services.slip.wa.gov.au/public/services/SLIP_Public_Services/Transport/MapServer/WMSServer?LAYERS=8&TRANSPARENT=TRUE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image%2Fpng&SRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}",projection:"EPSG:3857",scaleExtent:[0,21],polygon:[[[129.00009,-31.68764],[128.99872,-14.58225],[127.08984,-12.29707],[124.76074,-12.98315],[121.24512,-15.70766],[119.0918,-17.60214],[115.53223,-18.85431],[112.41211,-20.46819],[111.24756,-22.83695],[111.00586,-25.62172],[111.64307,-29.66896],[111.68701,-32.3614],[112.14844,-34.47034],[113.35693,-36.10238],[116.98242,-36.70366],[119.44336,-36.94989],[122.27783,-36.61553],[125.99121,-35.40696],[127.59521,-34.57895],[128.86963,-33.59632],[129.00009,-31.68764]]],terms_url:"https://catalogue.data.wa.gov.au/dataset/clss-road-hierarchy",terms_text:"Main Roads Western Australia",overlay:true},{id:"mainzlatestaerialimagery",name:"Mainz latest aerial imagery",type:"wms",template:"https://gint.mainz.de/gint1-cgi/mapserv?map=/data/mapbender-int/umn-www/client/a62/luftbild.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Luftbild_f_mz_2016&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[17,22],polygon:[[[8.10355,49.865],[8.38356,49.865],[8.38356,50.0466],[8.10355,50.0466],[8.10355,49.865]]],terms_url:"https://www.mainz.de/vv/oe/100140100000035141.php#tab-infos",terms_text:"Vermessung und Geoinformation Mainz",icon:"https://www.mainz.de/configuration.inc.php.media/27432/Logo-72px.png"},{id:"major_isidoro",name:"Major Isidoro AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Major%20Isidoro&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.94048,-9.57588],[-36.94106,-9.48536],[-37.03215,-9.48606],[-37.03164,-9.57639],[-36.94048,-9.57588]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Mapbox",name:"Mapbox Satellite",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/mapbox.satellite/{zoom}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjaml5MjVyb3MwMWV0M3hxYmUzdGdwbzE4In0.q548FjhsSJzvXsGlPsFxAQ",scaleExtent:[0,22],terms_url:"https://www.mapbox.com/about/maps",terms_text:"Terms & Feedback","default":true,description:"Satellite and aerial imagery.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/MapBoxSatellite.png"},{id:"Maps4BW-LGL_BW",name:"Maps4BW (LGL-BW, www.lgl-bw.de)",type:"wms",template:"http://www.webatlasde.de/arcgis/services/Maps4BW/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Halbtonvariante&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[9.06954,49.57679],[9.10577,49.57952],[9.16079,49.58263],[9.24212,49.58402],[9.27192,49.63515],[9.30454,49.65561],[9.36753,49.65893],[9.38253,49.64341],[9.41191,49.66033],[9.39602,49.67143],[9.41828,49.69706],[9.40378,49.71957],[9.37769,49.70357],[9.35828,49.70334],[9.29438,49.73958],[9.31467,49.76859],[9.42435,49.79099],[9.50417,49.78962],[9.51808,49.78214],[9.65623,49.79286],[9.65317,49.73944],[9.63435,49.70076],[9.67054,49.69515],[9.67721,49.71846],[9.71079,49.72918],[9.8014,49.73429],[9.83728,49.70237],[9.87656,49.61362],[9.83362,49.55607],[9.84954,49.54793],[9.87463,49.5836],[9.91419,49.58955],[9.93066,49.56097],[9.92482,49.48951],[10.01787,49.48673],[10.03352,49.52978],[10.06372,49.55129],[10.09052,49.54218],[10.12792,49.51192],[10.11027,49.49272],[10.16753,49.38589],[10.12627,49.3809],[10.14385,49.32772],[10.16061,49.27043],[10.13569,49.26189],[10.14311,49.20387],[10.25161,49.15031],[10.26279,49.12959],[10.26869,49.05202],[10.36527,49.02557],[10.45894,48.93581],[10.46208,48.83947],[10.42886,48.74973],[10.46648,48.73627],[10.49761,48.68581],[10.45007,48.66277],[10.3553,48.65068],[10.32297,48.68241],[10.26028,48.67842],[10.32542,48.60763],[10.31448,48.52323],[10.17973,48.45977],[10.12892,48.45301],[10.10938,48.47445],[10.06355,48.45381],[10.03918,48.45125],[10.04492,48.43158],[10.0152,48.40323],[9.98709,48.38565],[9.97328,48.37944],[9.97549,48.36558],[9.99071,48.3734],[10.00265,48.3632],[9.99992,48.35572],[10.06698,48.28172],[10.08111,48.2253],[10.11306,48.12632],[10.13966,48.11307],[10.14695,48.07455],[10.13763,48.01938],[10.11725,47.9755],[10.11359,47.93422],[10.10709,47.86711],[10.14174,47.80956],[10.0732,47.78686],[10.11825,47.76126],[10.14213,47.70165],[10.13262,47.67678],[10.07445,47.63472],[10.06303,47.66923],[10.00359,47.67526],[9.95808,47.64376],[9.84481,47.67533],[9.83488,47.66042],[9.74926,47.60206],[9.70817,47.60007],[9.65788,47.60599],[9.64742,47.58931],[9.61389,47.57809],[9.56602,47.53274],[9.51199,47.53246],[9.25717,47.65752],[9.18684,47.65697],[9.17591,47.65379],[9.17028,47.65474],[9.15555,47.666],[9.1494,47.66713],[9.13947,47.66367],[9.02005,47.68616],[8.94127,47.65569],[8.89825,47.64821],[8.88263,47.65327],[8.87474,47.6545],[8.87235,47.66971],[8.84949,47.68089],[8.84993,47.70233],[8.81816,47.71242],[8.80108,47.72811],[8.77231,47.71606],[8.81295,47.6959],[8.79373,47.67216],[8.7533,47.68997],[8.72575,47.6917],[8.71002,47.68829],[8.68937,47.69318],[8.67046,47.68235],[8.65783,47.68883],[8.66161,47.71454],[8.70596,47.71584],[8.70932,47.73275],[8.73033,47.75527],[8.72003,47.76273],[8.68871,47.75314],[8.67898,47.78306],[8.64981,47.79435],[8.65592,47.76948],[8.63132,47.75749],[8.61918,47.76216],[8.61351,47.78451],[8.61686,47.79705],[8.568,47.79977],[8.57611,47.79015],[8.57847,47.78102],[8.56315,47.77654],[8.48889,47.76458],[8.45742,47.74126],[8.4623,47.72909],[8.44929,47.71663],[8.41471,47.69991],[8.4273,47.68562],[8.41061,47.6743],[8.46839,47.6568],[8.52474,47.64677],[8.5269,47.66373],[8.56441,47.67261],[8.57853,47.66373],[8.60454,47.6751],[8.63333,47.65212],[8.62386,47.63922],[8.60395,47.63193],[8.61281,47.61327],[8.57951,47.59306],[8.5602,47.59867],[8.56765,47.61442],[8.53394,47.62984],[8.51208,47.61641],[8.46581,47.60137],[8.46631,47.58666],[8.48985,47.59139],[8.5,47.58062],[8.43414,47.5629],[8.39882,47.57559],[8.38525,47.56408],[8.32701,47.56893],[8.29483,47.59077],[8.2948,47.60497],[8.26293,47.60823],[8.22435,47.60446],[8.18644,47.60508],[8.16904,47.59394],[8.13615,47.58246],[8.10503,47.56795],[8.09873,47.55933],[8.08261,47.55624],[8.07095,47.56299],[8.0274,47.54931],[7.94632,47.54209],[7.90966,47.54825],[7.90676,47.5603],[7.88681,47.58765],[7.83987,47.58122],[7.79648,47.55517],[7.69208,47.53137],[7.66583,47.53403],[7.63159,47.56044],[7.63879,47.56619],[7.68607,47.57205],[7.65278,47.59418],[7.62247,47.57767],[7.60473,47.57822],[7.58771,47.59015],[7.52156,47.65161],[7.50399,47.70235],[7.52096,47.77685],[7.55712,47.84839],[7.54946,47.8792],[7.57461,47.93028],[7.61318,47.96804],[7.6119,47.9871],[7.56124,48.03836],[7.57491,48.1258],[7.59534,48.15977],[7.63305,48.19717],[7.66275,48.22473],[7.68466,48.30305],[7.76346,48.49158],[7.80046,48.5126],[7.79958,48.5878],[7.83409,48.64439],[7.91211,48.68899],[7.96723,48.75716],[8.02069,48.78879],[8.04302,48.7956],[8.08647,48.81306],[8.13644,48.89782],[8.19706,48.96021],[8.28161,48.9949],[8.29967,49.02597],[8.31243,49.05996],[8.38654,49.23497],[8.46083,49.28407],[8.48783,49.29326],[8.47577,49.3079],[8.44839,49.31693],[8.45152,49.33135],[8.46288,49.3869],[8.49407,49.40186],[8.49762,49.41583],[8.50721,49.43414],[8.49834,49.44187],[8.47977,49.44391],[8.46414,49.44151],[8.44696,49.44516],[8.43947,49.45214],[8.44407,49.46085],[8.45992,49.46498],[8.46312,49.47135],[8.4554,49.48107],[8.44184,49.49297],[8.41194,49.55852],[8.42193,49.5843],[8.44117,49.59081],[8.45482,49.59157],[8.47738,49.5874],[8.56161,49.52237],[8.61486,49.54175],[8.59165,49.59179],[8.58706,49.61156],[8.65189,49.6209],[8.69494,49.62762],[8.70105,49.59869],[8.68726,49.57096],[8.72597,49.53085],[8.78493,49.51775],[8.81467,49.53187],[8.88863,49.51091],[8.90168,49.50363],[8.90315,49.486],[8.87995,49.46561],[8.83117,49.42147],[8.80845,49.40981],[8.82075,49.39647],[8.83009,49.41316],[8.85107,49.39663],[8.90247,49.44632],[8.93863,49.48179],[8.95154,49.50562],[8.98498,49.51153],[9.03553,49.50079],[9.05731,49.532],[9.10023,49.52728],[9.11009,49.51213],[9.12424,49.51722],[9.11286,49.53337],[9.08284,49.54211],[9.06694,49.56433],[9.06954,49.57679]]],terms_url:"https://www.lgl-bw.de/",terms_text:"Datengrundlage: LGL, www.lgl-bw.de"},{id:"mar_vermelho_al",name:"Mar Vermelho AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Mar%20Vermelho&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.34201,-9.49289],[-36.3422,-9.47533],[-36.34275,-9.4029],[-36.34473,-9.4029],[-36.34537,-9.40279],[-36.34702,-9.40293],[-36.3508,-9.40291],[-36.359,-9.40307],[-36.36109,-9.403],[-36.36289,-9.40307],[-36.3659,-9.40305],[-36.36713,-9.40301],[-36.37571,-9.40307],[-36.38049,-9.40308],[-36.38663,-9.4032],[-36.38852,-9.40312],[-36.39286,-9.40325],[-36.39656,-9.40322],[-36.40309,-9.40327],[-36.41973,-9.40338],[-36.43368,-9.4034],[-36.43355,-9.41685],[-36.43344,-9.42386],[-36.43338,-9.43753],[-36.43329,-9.45012],[-36.433,-9.49359],[-36.40839,-9.4935],[-36.40442,-9.49354],[-36.40008,-9.49351],[-36.39787,-9.49342],[-36.39168,-9.49328],[-36.38757,-9.49331],[-36.38536,-9.49341],[-36.37673,-9.49331],[-36.37427,-9.49319],[-36.36707,-9.49299],[-36.36502,-9.493],[-36.36043,-9.49299],[-36.35955,-9.49295],[-36.35895,-9.49304],[-36.35703,-9.49294],[-36.35665,-9.493],[-36.3526,-9.493],[-36.34767,-9.49297],[-36.34201,-9.49289]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"MassGIS-L3-Parcels",name:"MassGIS L3 Parcels",type:"tms",template:"http://tile.osm.osuosl.org/tiles/massgis_parcels/{zoom}/{x}/{y}.png",polygon:[[[-72.13569,42.03025],[-72.53156,42.03458],[-72.57278,42.03022],[-72.58216,42.02474],[-72.60717,42.02515],[-72.60797,42.03108],[-72.64019,42.03205],[-72.69933,42.03696],[-72.75714,42.03635],[-72.75868,42.02439],[-72.76572,42.02276],[-72.76673,42.00327],[-72.81705,41.99769],[-72.81378,42.03674],[-73.03678,42.03929],[-73.43281,42.05059],[-73.49688,42.04968],[-73.50814,42.08626],[-73.26496,42.74594],[-72.6872,42.73348],[-71.97286,42.71307],[-71.69663,42.70572],[-71.29464,42.69704],[-71.27894,42.71136],[-71.26787,42.72603],[-71.25526,42.73659],[-71.24598,42.74231],[-71.23732,42.74491],[-71.22391,42.74643],[-71.18181,42.73732],[-71.18617,42.79088],[-71.16667,42.80891],[-71.13277,42.82145],[-71.06442,42.80626],[-71.05395,42.83337],[-71.04483,42.84869],[-71.03128,42.85924],[-70.96702,42.86887],[-70.94967,42.87588],[-70.92973,42.88504],[-70.91465,42.88661],[-70.90348,42.88671],[-70.88566,42.88288],[-70.84776,42.86088],[-70.82963,42.86875],[-70.81567,42.87204],[-70.45842,42.67694],[-70.8759,42.35302],[-69.88713,42.0519],[-69.89537,41.21643],[-70.81959,41.23192],[-71.09996,41.43386],[-71.12047,41.49717],[-71.13131,41.59231],[-71.14059,41.6051],[-71.14047,41.62389],[-71.13569,41.6284],[-71.13291,41.6601],[-71.17605,41.6681],[-71.17588,41.67154],[-71.1954,41.67514],[-71.26139,41.7523],[-71.32885,41.7811],[-71.33407,41.79455],[-71.34156,41.79817],[-71.33914,41.80842],[-71.3472,41.8231],[-71.3449,41.828],[-71.3352,41.8355],[-71.3422,41.8448],[-71.33392,41.86229],[-71.34086,41.87872],[-71.33865,41.89865],[-71.38174,41.8932],[-71.38127,42.01885],[-71.49744,42.01725],[-71.52888,42.01499],[-71.79925,42.00807],[-71.80067,42.02351],[-72.0635,42.02735],[-72.13569,42.03025]]]},{id:"geodata.md.gov-MD_SixInchImagery",name:"MD Latest 6 Inch Aerial Imagery",type:"wms",template:"https://geodata.md.gov/imap/services/Imagery/MD_SixInchImagery/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=MD_SixInchImagery&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[-76.23413,37.92037],[-76.59805,38.15832],[-76.94,38.27053],[-77.03819,38.41379],[-77.23526,38.33627],[-77.31216,38.41056],[-77.26273,38.56642],[-77.043,38.71338],[-77.04987,38.7937],[-76.92627,38.8925],[-77.04094,38.9845],[-77.12162,38.92523],[-77.15012,38.95514],[-77.25243,38.97543],[-77.25929,39.02425],[-77.34581,39.05492],[-77.46185,39.07038],[-77.53738,39.13965],[-77.47421,39.22481],[-77.57275,39.30428],[-77.72347,39.32899],[-77.77702,39.46323],[-77.86148,39.51622],[-77.84088,39.60886],[-77.95624,39.59299],[-78.16635,39.69556],[-78.27003,39.62156],[-78.3387,39.64007],[-78.46641,39.52364],[-78.6628,39.54006],[-78.79875,39.60622],[-78.9814,39.4468],[-79.06723,39.47649],[-79.48505,39.19954],[-79.48557,39.72158],[-75.78836,39.72181],[-75.69099,38.46058],[-75.04924,38.45816],[-75.04984,38.40222],[-75.08151,38.32321],[-75.09773,38.30907],[-75.187,38.09755],[-75.23798,38.0224],[-75.61821,37.98967],[-75.86369,37.90953],[-76.23413,37.92037]]],terms_url:"http://imap.maryland.gov/Pages/imagery-products.aspx",terms_text:"DoIT, MD iMap, MDP",description:"Six Inch resolution aerial imagery for the State of Maryland"},{id:"geodata.md.gov-MD_ThreeInchImagery",name:"MD Three Inch Aerial Imagery",type:"wms",template:"https://geodata.md.gov/imap/services/Imagery/MD_ThreeInchImagery/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=MD_ThreeInchImagery&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,20],polygon:[[[-76.46299,38.9808],[-76.46326,38.94779],[-76.49499,38.9369],[-76.51617,38.93697],[-76.54763,38.9591],[-76.54745,38.98667],[-76.51559,39.00306],[-76.4839,39.00292],[-76.46299,38.9808]],[[-76.09548,38.84133],[-76.0428,38.8409],[-76.04289,38.8298],[-76.03229,38.8297],[-76.03277,38.79667],[-76.02545,38.79664],[-76.02541,38.77462],[-76.03308,38.77472],[-76.03366,38.73073],[-76.05462,38.73094],[-76.0548,38.72005],[-76.10753,38.72043],[-76.10714,38.75338],[-76.11754,38.75346],[-76.11701,38.79731],[-76.09601,38.79715],[-76.09548,38.84133]],[[-77.23397,39.16838],[-77.25516,39.14647],[-77.25496,39.11343],[-77.18093,39.05337],[-77.14907,39.0477],[-77.12798,39.04779],[-77.10683,39.05325],[-77.10688,39.0917],[-77.11775,39.10827],[-77.16011,39.12485],[-77.15975,39.15214],[-77.17048,39.16302],[-77.21284,39.17272],[-77.23397,39.16838]]],terms_url:"http://imap.maryland.gov/Pages/imagery-products.aspx",terms_text:"DoIT, MD iMap, MDP",description:"Three Inch Resolution Imagery for the cities of Rockville, Gaithersburg and Annapolis"},{id:"geodata.md.gov-MD_ColorBasemap",name:"MD Transportation Basemap",type:"wms",template:"https://geodata.md.gov/imap/services/Transportation/MD_ColorBasemap/MapServer/WmsServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=MD_ColorBasemap&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-76.23413,37.92037],[-76.59805,38.15832],[-76.94,38.27053],[-77.03819,38.41379],[-77.23526,38.33627],[-77.31216,38.41056],[-77.26273,38.56642],[-77.043,38.71338],[-77.04987,38.7937],[-76.92627,38.8925],[-77.04094,38.9845],[-77.12162,38.92523],[-77.15012,38.95514],[-77.25243,38.97543],[-77.25929,39.02425],[-77.34581,39.05492],[-77.46185,39.07038],[-77.53738,39.13965],[-77.47421,39.22481],[-77.57275,39.30428],[-77.72347,39.32899],[-77.77702,39.46323],[-77.86148,39.51622],[-77.84088,39.60886],[-77.95624,39.59299],[-78.16635,39.69556],[-78.27003,39.62156],[-78.3387,39.64007],[-78.46641,39.52364],[-78.6628,39.54006],[-78.79875,39.60622],[-78.9814,39.4468],[-79.06723,39.47649],[-79.48505,39.19954],[-79.48557,39.72158],[-75.78836,39.72181],[-75.69099,38.46058],[-75.04924,38.45816],[-75.04984,38.40222],[-75.08151,38.32321],[-75.09773,38.30907],[-75.187,38.09755],[-75.23798,38.0224],[-75.61821,37.98967],[-75.86369,37.90953],[-76.23413,37.92037]]],terms_url:"http://imap.maryland.gov/Pages/imagery-products.aspx",terms_text:"DoIT, MD iMap, MDP",description:"Maryland State Highway Administration road features and additional Maryland focused landmarks"},{id:"Metropole_Ruhr_RVR-DOP10",name:"Metropole Ruhr: Luftbilder (10 cm)",type:"wms",template:"https://geodaten.metropoleruhr.de/dop/dop?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=DOP&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[6.51691,51.81714],[6.52258,51.81469],[6.52281,51.81041],[6.52834,51.81053],[6.53991,51.80134],[6.5511,51.799],[6.56818,51.78992],[6.57476,51.79606],[6.58457,51.79369],[6.59102,51.8024],[6.60911,51.80019],[6.61081,51.79423],[6.63264,51.79981],[6.65946,51.7892],[6.66837,51.77738],[6.7138,51.78084],[6.70876,51.77131],[6.72131,51.76899],[6.7475,51.77035],[6.74862,51.77551],[6.75824,51.77656],[6.7698,51.76649],[6.77219,51.74596],[6.78862,51.74884],[6.79861,51.74217],[6.81927,51.74341],[6.81956,51.73741],[6.82683,51.72983],[6.8403,51.73694],[6.84995,51.73712],[6.85551,51.73636],[6.8586,51.72956],[6.9103,51.74592],[6.90861,51.75275],[6.91511,51.76144],[6.9157,51.7786],[6.93527,51.7738],[6.95606,51.77245],[6.97559,51.79936],[6.98794,51.80129],[6.99485,51.80141],[6.99497,51.79884],[7.02118,51.80014],[7.0244,51.7899],[7.03141,51.78745],[7.0316,51.78317],[7.03847,51.78414],[7.05392,51.77839],[7.06079,51.77936],[7.0609,51.77679],[7.07333,51.777],[7.07867,51.78137],[7.11433,51.78795],[7.13435,51.80542],[7.1616,51.81528],[7.16419,51.8196],[7.19177,51.82174],[7.2141,51.81694],[7.22121,51.81191],[7.23658,51.80785],[7.23668,51.80528],[7.24916,51.80461],[7.2535,51.79953],[7.26179,51.79966],[7.26485,51.79198],[7.26245,51.78252],[7.27229,51.77838],[7.26002,51.77391],[7.26012,51.77134],[7.2688,51.76118],[7.27577,51.75957],[7.27889,51.75019],[7.31079,51.74636],[7.3151,51.74214],[7.31519,51.73957],[7.31102,51.74036],[7.3125,51.73781],[7.32081,51.73707],[7.31169,51.72237],[7.29963,51.71277],[7.2985,51.70589],[7.31069,51.71207],[7.30825,51.70346],[7.32762,51.70202],[7.33057,51.69692],[7.34427,51.69969],[7.34599,51.69028],[7.33919,51.68761],[7.35589,51.68356],[7.35877,51.68017],[7.3781,51.67959],[7.39086,51.66947],[7.40617,51.6654],[7.41031,51.66545],[7.4101,51.67145],[7.43089,51.6683],[7.43892,51.67527],[7.44854,51.67625],[7.44933,51.69341],[7.44094,51.69673],[7.43792,51.7044],[7.42406,51.70593],[7.42245,51.71277],[7.43451,51.72321],[7.44825,51.72511],[7.46718,51.7365],[7.47273,51.73572],[7.4771,51.72892],[7.4826,51.72985],[7.47877,51.72037],[7.48435,51.71872],[7.48449,51.71444],[7.49119,51.72053],[7.49947,51.72063],[7.50214,51.72324],[7.51738,51.72172],[7.51788,51.70629],[7.53035,51.70473],[7.52922,51.69701],[7.53349,51.69277],[7.54458,51.6912],[7.5378,51.68768],[7.54477,51.6852],[7.5528,51.69301],[7.56651,51.69575],[7.56642,51.69832],[7.58706,51.70029],[7.59379,51.70551],[7.6048,51.7065],[7.60743,51.71082],[7.6143,51.71176],[7.61419,51.71518],[7.62663,51.71447],[7.62814,51.7102],[7.64321,51.71381],[7.6531,51.70621],[7.65428,51.71308],[7.668,51.71581],[7.66915,51.72353],[7.68832,51.72889],[7.69283,51.71608],[7.7012,51.71275],[7.71352,51.71631],[7.71481,51.71976],[7.71899,51.71809],[7.71749,51.72236],[7.72163,51.7224],[7.72555,51.73016],[7.73659,51.73028],[7.73638,51.73799],[7.75154,51.73901],[7.7699,51.72378],[7.77119,51.72722],[7.78908,51.72912],[7.79037,51.73256],[7.80282,51.73183],[7.80137,51.73439],[7.80825,51.73531],[7.81228,51.73964],[7.82058,51.73887],[7.82457,51.74491],[7.83287,51.74413],[7.83314,51.73385],[7.83739,51.72961],[7.85815,51.72724],[7.85822,51.72467],[7.86374,51.72472],[7.87187,51.7308],[7.87745,51.72828],[7.88038,51.72145],[7.88875,51.7181],[7.88912,51.70267],[7.90148,51.70536],[7.90568,51.70283],[7.91249,51.70632],[7.92768,51.7056],[7.92912,51.70305],[7.94014,51.704],[7.93746,51.70055],[7.94296,51.70146],[7.96108,51.69305],[7.97631,51.69061],[7.97779,51.68633],[7.9875,51.68385],[7.98761,51.67871],[7.99732,51.67622],[7.9974,51.67279],[7.98365,51.67096],[7.96286,51.67592],[7.95466,51.67242],[7.95366,51.65612],[7.94689,51.65092],[7.94984,51.64237],[7.94443,51.63804],[7.93477,51.6388],[7.93224,51.62935],[7.92406,51.62585],[7.92414,51.62242],[7.91195,51.61374],[7.91632,51.60349],[7.91378,51.59489],[7.87529,51.59282],[7.86837,51.59446],[7.85742,51.59179],[7.85889,51.58837],[7.82749,51.57863],[7.84327,51.55307],[7.83262,51.53925],[7.83277,51.53325],[7.84115,51.52819],[7.8345,51.51955],[7.83755,51.50758],[7.83212,51.50496],[7.83912,51.49988],[7.83923,51.4956],[7.84474,51.49479],[7.8506,51.48028],[7.83418,51.4784],[7.82198,51.47228],[7.80819,51.47471],[7.79876,51.46776],[7.78906,51.47109],[7.76169,51.46823],[7.74785,51.47237],[7.7425,51.46717],[7.73567,51.46623],[7.72864,51.47216],[7.69838,51.4744],[7.67525,51.46728],[7.65606,51.46621],[7.65347,51.46103],[7.63843,51.45914],[7.63589,51.45226],[7.62083,51.45122],[7.61407,51.44772],[7.61977,51.44092],[7.62525,51.44099],[7.62127,51.43666],[7.62825,51.43245],[7.62561,51.42899],[7.63125,51.42391],[7.61633,51.41859],[7.62183,51.4178],[7.62196,51.41352],[7.63313,51.40679],[7.61322,51.38512],[7.60485,51.39017],[7.60609,51.39447],[7.59647,51.39521],[7.58704,51.38995],[7.59,51.38313],[7.58465,51.37878],[7.58644,51.36509],[7.59234,51.35144],[7.59934,51.34638],[7.59257,51.34373],[7.59407,51.33946],[7.58186,51.33588],[7.58334,51.33247],[7.57655,51.33067],[7.57816,51.32298],[7.58373,51.31962],[7.57837,51.31612],[7.58134,51.30844],[7.58547,51.30763],[7.58305,51.29732],[7.56826,51.28942],[7.56582,51.27996],[7.55089,51.27635],[7.54977,51.26862],[7.52923,51.27008],[7.52797,51.26663],[7.51302,51.26387],[7.51049,51.25784],[7.50371,51.25604],[7.50385,51.25175],[7.49563,51.2525],[7.49438,51.24906],[7.49708,51.24995],[7.50271,51.24488],[7.50143,51.24229],[7.48262,51.23262],[7.469,51.23158],[7.46505,51.22724],[7.45129,51.23049],[7.44191,51.22522],[7.44478,51.22098],[7.43534,51.21742],[7.43816,51.21489],[7.43413,51.21312],[7.42995,51.21563],[7.42962,51.22506],[7.42408,51.22756],[7.41182,51.22653],[7.41342,51.2197],[7.39824,51.22463],[7.39521,51.23317],[7.40319,51.23928],[7.3934,51.246],[7.38793,51.24593],[7.38672,51.24162],[7.37853,51.24151],[7.37289,51.24657],[7.35526,51.2429],[7.35405,51.23859],[7.34849,51.24109],[7.339,51.23924],[7.33872,51.24695],[7.32904,51.25024],[7.3238,51.24417],[7.31284,51.24487],[7.31027,51.24054],[7.30481,51.24046],[7.29643,51.24549],[7.29764,51.24979],[7.28262,51.24957],[7.27541,51.25975],[7.2715,51.25455],[7.26734,51.25621],[7.26578,51.26133],[7.27623,51.27434],[7.26764,51.2845],[7.25531,51.28518],[7.26537,51.30847],[7.26521,51.31276],[7.25974,51.31268],[7.26511,51.31533],[7.26365,51.31788],[7.23393,51.308],[7.22973,51.31051],[7.2271,51.3079],[7.22296,51.3087],[7.22309,51.30527],[7.20682,51.30159],[7.20026,51.29463],[7.18792,51.2953],[7.18232,51.29864],[7.16869,51.29757],[7.18065,51.30633],[7.16674,51.31211],[7.16924,51.31815],[7.16503,51.32066],[7.1662,51.32582],[7.15645,51.32996],[7.15351,51.33505],[7.14807,51.33411],[7.14927,51.33842],[7.14513,51.33921],[7.15292,51.34962],[7.14882,51.34956],[7.14731,51.35296],[7.15665,51.35911],[7.15911,51.36601],[7.15189,51.37532],[7.14634,51.37695],[7.13957,51.37513],[7.13802,51.37939],[7.13262,51.37759],[7.127,51.38093],[7.12163,51.37827],[7.12153,51.38084],[7.11742,51.38078],[7.11626,51.37561],[7.11215,51.37555],[7.11205,51.37812],[7.1039,51.37627],[7.09853,51.37361],[7.10004,51.37021],[7.0919,51.36836],[7.08765,51.37172],[7.08088,51.3699],[7.07796,51.37414],[7.0552,51.36176],[7.04973,51.36167],[7.04404,51.36671],[7.03604,51.36144],[7.01944,51.36544],[7.01,51.36185],[7.00745,51.35752],[6.98689,51.35803],[6.98301,51.35282],[6.97743,51.35529],[6.97621,51.35184],[6.96545,51.34737],[6.95033,51.34882],[6.94748,51.35134],[6.9257,51.34839],[6.92422,51.35093],[6.92825,51.35272],[6.92137,51.35346],[6.92391,51.35779],[6.90565,51.36775],[6.90022,51.3668],[6.8904,51.37176],[6.87848,51.36297],[6.86745,51.36449],[6.85115,51.36162],[6.84552,51.36495],[6.84991,51.35903],[6.83385,51.35101],[6.82295,51.34995],[6.81731,51.35328],[6.81615,51.34897],[6.80939,51.34713],[6.80649,51.3505],[6.7941,51.35198],[6.79314,51.34339],[6.77673,51.34308],[6.7475,51.35281],[6.73831,51.34492],[6.72749,51.34214],[6.71287,51.33328],[6.69193,51.34144],[6.66428,51.3469],[6.65435,51.35356],[6.65789,51.36477],[6.67409,51.36938],[6.67794,51.3746],[6.67511,51.37626],[6.6684,51.37356],[6.67309,51.38908],[6.66081,51.38798],[6.65693,51.38362],[6.64602,51.38254],[6.64443,51.3868],[6.63626,51.38577],[6.63586,51.39348],[6.611,51.39726],[6.59479,51.39265],[6.57148,51.39302],[6.56618,51.38948],[6.55797,51.38931],[6.55496,51.39439],[6.54679,51.39337],[6.54505,51.40019],[6.53816,51.4009],[6.52939,51.41101],[6.52596,51.42379],[6.5149,51.42527],[6.51453,51.43213],[6.51987,51.43481],[6.52092,51.44084],[6.51119,51.4432],[6.50821,51.44743],[6.50273,51.44731],[6.50198,51.46101],[6.50709,51.46798],[6.49868,51.47123],[6.49698,51.4772],[6.49012,51.47705],[6.48714,51.48127],[6.4818,51.47859],[6.47608,51.48275],[6.47404,51.49471],[6.46699,51.49799],[6.46245,51.50561],[6.45407,51.508],[6.45497,51.51659],[6.44796,51.51901],[6.45326,51.52255],[6.44876,51.52931],[6.45562,51.52946],[6.47816,51.51966],[6.47499,51.52731],[6.48673,51.53871],[6.46262,51.55191],[6.49612,51.56806],[6.46176,51.56732],[6.42276,51.5759],[6.41912,51.56725],[6.40847,51.56101],[6.38918,51.56144],[6.37657,51.56545],[6.36951,51.56872],[6.36916,51.57471],[6.37726,51.57747],[6.37284,51.58251],[6.37372,51.59111],[6.35235,51.60349],[6.33482,51.59709],[6.32362,51.60026],[6.32067,51.60363],[6.33275,51.60905],[6.33392,51.6125],[6.30035,51.62117],[6.30143,51.62633],[6.29113,51.63725],[6.29225,51.64156],[6.29903,51.64343],[6.32563,51.63632],[6.32819,51.63981],[6.35403,51.64554],[6.35313,51.66095],[6.36553,51.66123],[6.36262,51.66374],[6.37069,51.66735],[6.38091,51.6813],[6.38062,51.68643],[6.37195,51.6931],[6.35808,51.6945],[6.35482,51.703],[6.3682,51.71016],[6.37642,51.7112],[6.38041,51.71387],[6.37731,51.7198],[6.38829,51.7209],[6.38789,51.72775],[6.40932,51.73937],[6.41055,51.74197],[6.40346,51.74524],[6.40597,51.74959],[6.40178,51.75035],[6.40287,51.75552],[6.41405,51.75319],[6.42134,51.7465],[6.42188,51.73708],[6.40877,51.72478],[6.40921,51.71708],[6.4164,51.71209],[6.44839,51.70765],[6.46246,51.70281],[6.47677,51.71855],[6.48908,51.72053],[6.48418,51.73414],[6.48942,51.7394],[6.48908,51.74539],[6.48171,51.75381],[6.53363,51.76434],[6.52478,51.77444],[6.50784,51.78094],[6.4898,51.80714],[6.48961,51.81056],[6.51162,51.81274],[6.51691,51.81714]]],terms_url:"http://www.rvr-online.de/",terms_text:"Datengrundlage: Regionalverband Ruhr, www.rvr-online.de"},{id:"miljodirektoratet-vern",name:"Miljødirektoratet Protected Areas overlay",type:"wms",template:"https://arcgisproxy.miljodirektoratet.no/arcgis/services/vern/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=naturvern_klasser_omrade,naturvern_punkt&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,22],polygon:[[[-10.95725,71.60964],[-6.16765,71.62095],[-6.13756,70.30991],[-10.92717,70.29784],[-10.95725,71.60964]],[[16.81947,74.9482],[21.25771,74.94213],[21.23712,73.8918],[16.79889,73.89828],[16.81947,74.9482]],[[4.04288,79.93593],[20.65421,81.54417],[36.6503,80.40108],[26.76265,75.8129],[13.88667,75.79135],[4.04288,79.93593]],[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"http://kart.naturbase.no/",terms_text:"© Miljødirektoratet",description:"Norwegian national parks, nature reserves and other protected areas and objects from Naturbase, including Svalbard/Spitsbergen",icon:"http://www.miljodirektoratet.no/Framework/favicon-32.png",overlay:true},{id:"miljodirektoratet-friluftsomrader",name:"Miljødirektoratet Public Recreation Areas overlay",type:"wms",template:"https://arcgisproxy.miljodirektoratet.no/arcgis/services/friluftsliv_statlig_sikra/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=friluftsliv_statlig_sikra&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"http://www.miljostatus.no/tema/friluftsliv/statlig-sikra-friluftlivsomrader/",terms_text:"© Miljødirektoratet",description:"Public recreation areas with State ownership (\"friluftsområder\").",icon:"http://www.miljodirektoratet.no/Framework/favicon-32.png",overlay:true},{id:"minador_do_negrao",name:"Minador do Negrão",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Minador%20do%20Negrao&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.8196,-9.35174],[-36.82017,-9.26142],[-36.82465,-9.26133],[-36.83064,-9.26147],[-36.83673,-9.2615],[-36.84228,-9.26148],[-36.84562,-9.2616],[-36.85564,-9.2616],[-36.86214,-9.26159],[-36.8659,-9.26147],[-36.86724,-9.2615],[-36.86952,-9.26149],[-36.87127,-9.26157],[-36.87476,-9.26153],[-36.87816,-9.26163],[-36.88321,-9.2617],[-36.88565,-9.26167],[-36.88857,-9.26148],[-36.89217,-9.26151],[-36.89383,-9.26163],[-36.8974,-9.26175],[-36.91122,-9.26183],[-36.9111,-9.26651],[-36.91112,-9.28542],[-36.91121,-9.29066],[-36.91118,-9.29368],[-36.91099,-9.29929],[-36.91091,-9.30729],[-36.9109,-9.3123],[-36.91083,-9.31597],[-36.91084,-9.32013],[-36.91098,-9.32395],[-36.91099,-9.32587],[-36.91079,-9.32964],[-36.91079,-9.33523],[-36.91074,-9.33944],[-36.91092,-9.34311],[-36.91084,-9.34471],[-36.91066,-9.35229],[-36.89277,-9.35225],[-36.87735,-9.35212],[-36.86463,-9.35203],[-36.85761,-9.35194],[-36.84344,-9.35191],[-36.83115,-9.3518],[-36.8196,-9.35174]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"mml-tausta",name:"MML Background Map",type:"tms",template:"http://tiles.kartat.kapsi.fi/taustakartta/{zoom}/{x}/{y}.jpg",scaleExtent:[2,19],polygon:[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],terms_url:"https://www.maanmittauslaitos.fi/en/",terms_text:"© Maanmittauslaitos",description:"Background map from the National Land Survey of Finland",icon:"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{id:"mml-orto",name:"MML Orthophoto",type:"tms",template:"http://tiles.kartat.kapsi.fi/ortokuva/{zoom}/{x}/{y}.jpg",scaleExtent:[2,19],polygon:[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],terms_url:"https://www.maanmittauslaitos.fi/en/",terms_text:"© Maanmittauslaitos",best:true,description:"Ortophotos from the National Land Survey of Finland",icon:"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{id:"mml-topo",name:"MML Topographic Map",type:"tms",template:"http://tiles.kartat.kapsi.fi/peruskartta/{zoom}/{x}/{y}.jpg",scaleExtent:[2,19],polygon:[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],terms_url:"https://www.maanmittauslaitos.fi/en/",terms_text:"© Maanmittauslaitos",description:"Topographic map from the National Land Survey of Finland",icon:"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{id:"mtbmap-no",name:"MTBmap.no",type:"tms",template:"https://mtbmap.no/tiles/osm/mtbmap/{zoom}/{x}/{y}.jpg",scaleExtent:[3,14],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.mtbmap.no/",terms_text:"© MTBmap.no",description:"Norwegian mountain biking map from OSM (max zoom 14-16, varies per region)",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/no/MTBmapno.png"},{id:"MunichLatestAerialImagery",name:"Munich latest aerial imagery 60cm",type:"wms",template:"https://ogc.muenchen.de/wms/opendata_luftbild?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=bgl0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[11,22],polygon:[[[11.48878,48.053],[11.55589,48.05323],[11.55583,48.06224],[11.56915,48.06229],[11.56908,48.07128],[11.64986,48.07155],[11.64993,48.06256],[11.70326,48.06274],[11.70313,48.08074],[11.71673,48.08079],[11.71667,48.08968],[11.7299,48.08972],[11.72963,48.12566],[11.74313,48.1257],[11.74292,48.15276],[11.72943,48.15271],[11.72936,48.16152],[11.71612,48.16147],[11.71592,48.18859],[11.7027,48.18855],[11.70263,48.19752],[11.67558,48.19743],[11.67537,48.22446],[11.66176,48.22441],[11.66169,48.23355],[11.64863,48.2335],[11.64857,48.24246],[11.54064,48.2421],[11.54058,48.25093],[11.52735,48.25088],[11.52728,48.26001],[11.47335,48.25983],[11.47356,48.23291],[11.46014,48.23287],[11.46021,48.22373],[11.43336,48.22364],[11.43343,48.21439],[11.3798,48.21421],[11.37987,48.20518],[11.36607,48.20514],[11.36621,48.18741],[11.35259,48.18737],[11.35266,48.17817],[11.33946,48.17813],[11.33973,48.14216],[11.36684,48.14225],[11.36697,48.12443],[11.38083,48.12448],[11.3809,48.11558],[11.44769,48.1158],[11.44804,48.07087],[11.46186,48.07091],[11.46193,48.06193],[11.48872,48.06202],[11.48878,48.053]]],terms_url:"http://www.geodatenservice-muenchen.de/",terms_text:"Datenquelle: dl-de/by-2-0: Landeshauptstadt München – Kommunalreferat – GeodatenService – www.geodatenservice-muenchen.de",icon:"http://www.muenchen.de/media/css/images/favicon_114x114.png"},{id:"openlabs-geoportal-public-transport",name:"Municipality of Tirana - Public Transport (Open Labs GeoPortal) (overlay)",type:"tms",template:"https://geoportal.openlabs.cc/mapcache/tms/1.0.0/public-transport@GoogleMapsCompatibleExtended/{zoom}/{x}/{-y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[19.73762,41.30154],[19.88628,41.27213],[19.86877,41.38582],[19.68338,41.3732],[19.73762,41.30154]]],terms_url:"https://geoportal.openlabs.cc/",terms_text:"Data provided by the Muncipality of Tirana hosted by Open Labs",description:"Bus stops & lines provided by the Muncipality of Tirana hosted by Open Labs",overlay:true},{id:"openlabs-geoportal-tirana",name:"Municipality of Tirana (Open Labs GeoPortal)",type:"tms",template:"https://geoportal.openlabs.cc/mapcache/tms/1.0.0/tirana@GoogleMapsCompatibleExtended/{zoom}/{x}/{-y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[19.70226,41.1404],[19.77573,41.11868],[19.86431,41.12126],[20.24986,41.3495],[20.03082,41.41184],[19.92577,41.5204],[19.88869,41.50755],[19.88937,41.42265],[19.81659,41.46177],[19.7335,41.43037],[19.74174,41.37887],[19.65797,41.37475],[19.57214,41.24322],[19.61815,41.22567],[19.67171,41.22722],[19.70226,41.1404]]],terms_url:"https://geoportal.openlabs.cc",terms_text:"Data provided by the Muncipality of Tirana hosted by Open Labs",description:"Streets & Builings provided by the Muncipality of Tirana hosted by Open Labs"},{id:"NC-US",name:"NC Latest Orthoimagery",type:"wms",template:"https://services.nconemap.gov/secure/services/Imagery/Orthoimagery_Latest/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2010-01-01T00:00:00.000Z",polygon:[[[-81.6792,36.5974],[-80.25359,36.54793],[-75.8409,36.5671],[-75.4323,35.6441],[-75.50475,35.18806],[-75.70525,35.17684],[-76.14745,34.94077],[-76.53472,34.55487],[-76.69676,34.66789],[-77.27904,34.53224],[-77.68828,34.26482],[-77.9435,33.8269],[-78.21288,33.89402],[-78.5301,33.8304],[-79.6693,34.7916],[-80.8122,34.8085],[-80.84685,34.96329],[-80.95122,35.05552],[-81.06383,35.01729],[-81.07482,35.13417],[-82.3632,35.1805],[-82.9989,34.9919],[-84.3333,34.9767],[-84.27184,35.28229],[-84.09056,35.27332],[-83.91478,35.53301],[-83.55498,35.5911],[-83.2556,35.73392],[-82.98644,35.81414],[-82.92327,35.96767],[-82.67882,36.0854],[-82.60192,36.08984],[-82.536,35.96989],[-82.35472,36.14752],[-82.04436,36.14309],[-81.90428,36.33803],[-81.74224,36.37342],[-81.6792,36.5974]]],description:"Most recent true color imagery for the state of North Carolina. The imagery has a pixel resolution of 6 inches and is comprised of imagery flown in 2010, 2012, 2013, and 2014"},{id:"landsat-niger-2012_10",name:"Niger Delta Oct 2012 Landsat",type:"tms",template:"http://{switch:a,b,c,d}.imagery.paulnorman.ca/tiles/niger_oct_2012_321/{zoom}/{x}/{y}.png",endDate:"2012-10-01T00:00:00.000Z",startDate:"2012-10-01T00:00:00.000Z",scaleExtent:[1,13],polygon:[[[-6.92922,13.78574],[-5.13295,13.51884],[-5.07802,13.74039],[-3.60036,13.52418],[-3.54543,13.74039],[-2.06227,13.52685],[-1.3564,16.58454],[-3.17464,16.85285],[-3.22408,16.62665],[-4.72371,16.85022],[-4.76766,16.63455],[-6.27553,16.84759],[-6.92922,13.78574]]]},{id:"geodata.state.nj.us-Infrared2015",name:"NJ 2015 Aerial Imagery (Infrared)",type:"wms",template:"https://geodata.state.nj.us/imagerywms/Infrared2015?FORMAT=image/png&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS={proj}&WIDTH={width}&HEIGHT={height}&LAYERS=Infrared2015&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-05-03T00:00:00.000Z",startDate:"2015-03-29T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[-74.86599,40.08543],[-74.93534,40.07256],[-75.05653,40.00868],[-75.14236,39.95791],[-75.14456,39.88322],[-75.18515,39.88042],[-75.24499,39.85486],[-75.33339,39.8495],[-75.41531,39.80156],[-75.45131,39.78304],[-75.57744,39.62346],[-75.54245,39.56827],[-75.57847,39.48183],[-74.91678,38.84647],[-74.31702,39.38739],[-74.06708,39.75155],[-73.92141,40.49222],[-74.2382,40.49378],[-74.23859,40.54916],[-74.20211,40.54924],[-74.20228,40.57648],[-74.18406,40.57609],[-74.18436,40.63146],[-74.07587,40.63078],[-74.07532,40.64457],[-74.02124,40.65811],[-74.02081,40.69919],[-74.00265,40.69929],[-74.00247,40.74037],[-73.98434,40.74026],[-73.98402,40.78145],[-73.96591,40.78158],[-73.96597,40.80868],[-73.94777,40.80861],[-73.94769,40.82232],[-73.92966,40.82225],[-73.92906,40.86355],[-73.91104,40.86329],[-73.91061,40.91838],[-73.8923,40.91831],[-73.89215,40.95961],[-73.87413,40.95942],[-73.87386,40.99251],[-74.70601,41.36513],[-74.75716,41.34769],[-74.79801,41.32268],[-74.84024,41.27864],[-74.90547,41.17038],[-74.98152,41.1126],[-75.03902,41.03819],[-75.13515,40.99441],[-75.13773,40.97309],[-75.05705,40.86757],[-75.06846,40.85037],[-75.09687,40.85096],[-75.10099,40.83927],[-75.09018,40.82238],[-75.1367,40.77729],[-75.1724,40.78067],[-75.19833,40.75389],[-75.20506,40.69131],[-75.20373,40.61832],[-75.19764,40.57367],[-75.16777,40.55907],[-75.10237,40.56702],[-75.06906,40.5365],[-75.07421,40.45505],[-75.06134,40.4165],[-75.02684,40.40252],[-74.9671,40.3952],[-74.94461,40.33817],[-74.86839,40.29157],[-74.84402,40.24796],[-74.77552,40.21428],[-74.76334,40.19172],[-74.72918,40.16392],[-74.72609,40.14949],[-74.78805,40.12468],[-74.8229,40.13033],[-74.86599,40.08543]]],terms_url:"https://njgin.state.nj.us/NJ_NJGINExplorer/ShowMetadata.jsp?docId={E30775F2-6370-4525-8E68-C371ED29BBB3}",terms_text:"NJ Office of Information Technology (NJOIT), Office of Geographic Information Systems (OGIS)",description:"Digital orthophotography of New Jersey, Near Infrared, 1 foot resolution"},{id:"geodata.state.nj.us-Natural2015",name:"NJ 2015 Aerial Imagery (Natural Color)",type:"wms",template:"https://geodata.state.nj.us/imagerywms/Natural2015?FORMAT=image/png&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS={proj}&WIDTH={width}&HEIGHT={height}&LAYERS=Natural2015&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-05-03T00:00:00.000Z",startDate:"2015-03-29T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[-74.86599,40.08543],[-74.93534,40.07256],[-75.05653,40.00868],[-75.14236,39.95791],[-75.14456,39.88322],[-75.18515,39.88042],[-75.24499,39.85486],[-75.33339,39.8495],[-75.41531,39.80156],[-75.45131,39.78304],[-75.57744,39.62346],[-75.54245,39.56827],[-75.57847,39.48183],[-74.91678,38.84647],[-74.31702,39.38739],[-74.06708,39.75155],[-73.92141,40.49222],[-74.2382,40.49378],[-74.23859,40.54916],[-74.20211,40.54924],[-74.20228,40.57648],[-74.18406,40.57609],[-74.18436,40.63146],[-74.07587,40.63078],[-74.07532,40.64457],[-74.02124,40.65811],[-74.02081,40.69919],[-74.00265,40.69929],[-74.00247,40.74037],[-73.98434,40.74026],[-73.98402,40.78145],[-73.96591,40.78158],[-73.96597,40.80868],[-73.94777,40.80861],[-73.94769,40.82232],[-73.92966,40.82225],[-73.92906,40.86355],[-73.91104,40.86329],[-73.91061,40.91838],[-73.8923,40.91831],[-73.89215,40.95961],[-73.87413,40.95942],[-73.87386,40.99251],[-74.70601,41.36513],[-74.75716,41.34769],[-74.79801,41.32268],[-74.84024,41.27864],[-74.90547,41.17038],[-74.98152,41.1126],[-75.03902,41.03819],[-75.13515,40.99441],[-75.13773,40.97309],[-75.05705,40.86757],[-75.06846,40.85037],[-75.09687,40.85096],[-75.10099,40.83927],[-75.09018,40.82238],[-75.1367,40.77729],[-75.1724,40.78067],[-75.19833,40.75389],[-75.20506,40.69131],[-75.20373,40.61832],[-75.19764,40.57367],[-75.16777,40.55907],[-75.10237,40.56702],[-75.06906,40.5365],[-75.07421,40.45505],[-75.06134,40.4165],[-75.02684,40.40252],[-74.9671,40.3952],[-74.94461,40.33817],[-74.86839,40.29157],[-74.84402,40.24796],[-74.77552,40.21428],[-74.76334,40.19172],[-74.72918,40.16392],[-74.72609,40.14949],[-74.78805,40.12468],[-74.8229,40.13033],[-74.86599,40.08543]]],terms_url:"https://njgin.state.nj.us/NJ_NJGINExplorer/ShowMetadata.jsp?docId={CDC67AB8-ADA1-4B4B-9087-67A82CB9151C}",terms_text:"NJ Office of Information Technology (NJOIT), Office of Geographic Information Systems (OGIS)",description:"Digital orthophotography of New Jersey, Natural Color, 1 foot resolution"},{id:"NLSC-EMAP5",name:"NLSC General Map with Contour line",type:"tms",template:"https://wmts.nlsc.gov.tw/wmts/EMAP5_OPENDATA/default/EPSG:3857/{zoom}/{y}/{x}",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[0,15],polygon:[[[120.45706,26.39706],[120.44256,26.3708],[120.44713,26.35315],[120.4673,26.34058],[120.49787,26.33409],[120.5141,26.34016],[120.53412,26.36416],[120.5297,26.38421],[120.49567,26.40158],[120.45706,26.39706]],[[119.90072,25.98586],[119.89601,25.96489],[119.91313,25.94704],[119.95035,25.92785],[119.99056,25.92606],[120.01984,25.93633],[120.02778,25.95574],[120.02753,25.98452],[119.99899,26.00103],[119.94043,26.00281],[119.90072,25.98586]],[[122.089,24.5485],[121.709,23.4541],[121.717,22.698],[121.818,21.95],[121.803,21.8735],[121.759,21.8087],[121.694,21.7653],[120.861,21.5631],[120.815,21.5576],[120.739,21.5728],[120.661,21.6296],[120.202,22.1809],[119.27,23.0542],[119.153,23.2049],[119.128,23.2485],[119.103,23.4],[119.118,23.4765],[119.137,23.512],[119.361,23.8885],[119.406,23.9407],[120.968,25.2284],[121.408,25.4687],[121.989,25.8147],[122.065,25.8299],[122.141,25.8147],[122.216,25.7663],[122.26,25.7015],[122.297,25.48],[122.196,24.9696],[122.089,24.5485]],[[116.6855,20.85476],[116.63091,20.81496],[116.59417,20.76008],[116.57972,20.69675],[116.58931,20.63259],[116.62177,20.57534],[116.67319,20.53192],[116.73737,20.50758],[116.80657,20.50527],[116.87244,20.52526],[116.92703,20.56514],[116.96377,20.62008],[116.97822,20.68345],[116.96863,20.74759],[116.93617,20.80477],[116.88475,20.84811],[116.82057,20.8724],[116.75137,20.87471],[116.6855,20.85476]],[[118.22615,24.45633],[118.29364,24.45385],[118.28515,24.4751],[118.30974,24.49168],[118.37677,24.47293],[118.41009,24.53323],[118.4479,24.52841],[118.47464,24.45993],[118.51299,24.43155],[118.50658,24.42023],[118.48116,24.43324],[118.46106,24.40892],[118.42615,24.39704],[118.39701,24.42842],[118.37656,24.42584],[118.33976,24.38146],[118.30319,24.37058],[118.25742,24.41392],[118.13813,24.37248],[118.16173,24.40224],[118.20942,24.41396],[118.18958,24.43522],[118.21763,24.43021],[118.22615,24.45633]],[[120.22345,26.30045],[120.25508,26.31004],[120.26989,26.33687],[120.25919,26.36522],[120.22925,26.37848],[120.19762,26.3689],[120.18282,26.34207],[120.19352,26.31372],[120.22345,26.30045]],[[119.43745,25.00475],[119.4342,24.98862],[119.45419,24.97226],[119.48274,24.97184],[119.48984,24.99379],[119.47159,25.00692],[119.43745,25.00475]],[[119.88699,26.18038],[119.89323,26.12031],[119.92851,26.10802],[119.97794,26.12236],[120.03668,26.15173],[120.10981,26.21349],[120.11927,26.27137],[120.06292,26.31726],[119.99237,26.31649],[119.94677,26.28988],[119.90204,26.24398],[119.88699,26.18038]]],terms_url:"https://maps.nlsc.gov.tw",terms_text:"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0",description:"The emap from Taiwan National Land Surveying and Mapping Center",icon:"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{id:"IBGE_Salvador_Streets",name:"Nomes de Ruas IBGE Salvador-BA",type:"tms",template:"https://api.mapbox.com/styles/v1/wille/cj8lp78dn62wl2rquim47qo0g/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoicFNVWk5VWSJ9.hluCd0YGvYHNlFi_utWe2g",scaleExtent:[0,20],polygon:[[[-38.48974,-12.81113],[-38.54485,-13.01392],[-38.47755,-13.03466],[-38.33473,-12.94685],[-38.30006,-12.90669],[-38.33954,-12.90435],[-38.35482,-12.83021],[-38.38091,-12.82184],[-38.40717,-12.86754],[-38.46537,-12.81599],[-38.48974,-12.81113]]],description:"Streets geometry and names of Salvador, Bahia. Source: Faces de Logradouro - IBGE.",overlay:true},{id:"kelkkareitit",name:"Nordic snowmobile overlay",type:"tms",template:"https://tiles.kelkkareitit.fi/kelkkareitit/{zoom}/{x}/{y}.png",scaleExtent:[3,18],polygon:[[[27.53173,60.21799],[31.35496,62.51233],[31.63513,62.90773],[30.09154,64.91889],[30.21239,65.87473],[29.13573,66.90422],[30.19041,67.67609],[28.70726,68.42748],[29.02587,68.9505],[31.04735,69.53452],[31.78344,70.44784],[28.32274,71.32192],[23.76342,71.29023],[17.1826,69.99806],[12.10691,68.01581],[9.97556,64.85828],[4.13084,61.95963],[4.57029,59.00664],[6.21826,57.95859],[8.14086,57.8506],[10.41502,58.75682],[12.63702,56.0383],[12.7716,55.25095],[14.2932,55.19769],[18.58886,56.84297],[20.69823,59.3444],[27.53173,60.21799]]],terms_url:"https://kelkkareitit.fi/",terms_text:"© Kelkkareitit.fi",description:"Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)",icon:"https://kelkkareitit.fi/img/favicon.png",overlay:true},{id:"geovekst-nib",name:"Norway Orthophoto",type:"tms",template:"https://waapi.webatlas.no/maptiles/tiles/webatlas-orto-newup/wa_grid/{zoom}/{x}/{y}.jpeg?api_key=b8e36d51-119a-423b-b156-d744d54123d5",scaleExtent:[0,21],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://www.norgeibilder.no",terms_text:"© Geovekst",best:true,description:"Most recent Norwegian orthophotos, courtesy of Geovekst and Norkart.",icon:"https://register.geonorge.no/data/organizations/_L_norgeibilder96x96.png"},{id:"npd-offshore",name:"NPD Offshore Installations overlay",type:"wms",template:"http://npdwms.npd.no/NPD_FactMap.asp?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Surface_labels,Surface,Pipelines,Pipelines_labels,Fields_labels,Fields&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[6,20],polygon:[[[8.51989,57.6454],[3.25195,56.08737],[2.61185,56.59434],[1.96321,57.90482],[1.48178,58.42936],[1.98303,60.31063],[1.78802,61.35659],[-0.49061,63.88725],[1.36226,67.01603],[14.99771,74.50082],[36.99371,74.50155],[36.99989,73.68633],[32.06909,70.27429],[23.97215,70.47356],[16.25974,68.58447],[12.12888,64.81157],[5.38328,61.92862],[5.7678,58.85355],[8.51989,57.6454]]],terms_url:"http://www.npd.no/no/Kart/Faktakart/",terms_text:"© Oljedirektoratet",description:"Production platforms and oil/natural gas fields on the Norwegian continental shelf",icon:"https://register.geonorge.no/data/organizations/870917732_od_liten.png",overlay:true},{id:"nve-snoskred",name:"NVE Avalanche Danger Areas overlay",type:"wms",template:"https://gis3.nve.no/map/services/SkredSnoAktR/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Snoskred-Aktsomhetsomrader&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[5,13],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.nve.no/flaum-og-skred/kartlegging/aktsemdkart/aktsomhetskart-for-snoskred/",terms_text:"© NVE",description:"Potential snowslide areas, computed from theoretical height model. Valid for drops higher than 20-50 meters. Dark red=trigger area.",icon:"https://www.nve.no/Content/Images/nve-logo.png",overlay:true},{id:"nve-nettanlegg",name:"NVE Electricity Network overlay",type:"wms",template:"https://gis3.nve.no/map/services/Nettanlegg1/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sentralnett,Regionalnett,Distribusjonsnett,Sjokabler,Master og stolper,Transformatorstasjoner&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[6,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.nve.no/karttjenester/",terms_text:"© NVE",description:"Power lines (high voltage network) including transformers, submarine cables and pylons. Local distribution network is not included.",icon:"https://www.nve.no/Content/Images/nve-logo.png",overlay:true},{id:"nve-vannkraft",name:"NVE Hydropower Plants overlay",type:"wms",template:"https://gis3.nve.no/map/services/Vannkraft1/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vannkraftverk,Vannvei,Dam&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[6,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.nve.no/karttjenester/",terms_text:"© NVE",description:"Hydropower plants including waterways (tunnel, canal, pipeline) and dams",icon:"https://www.nve.no/Content/Images/nve-logo.png",overlay:true},{id:"nve-vindkraft",name:"NVE Wind Power Plants overlay",type:"wms",template:"https://gis3.nve.no/map/services/Vindkraft/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vindkraft_utbygd,Vindkraft_under_bygging,Vindkraftomrade_konsesjonsbehandling,Vindturbin_konsesjonsbehandling&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[6,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.nve.no/karttjenester/",terms_text:"© NVE",description:"Wind power turbines, farms and concession areas. Red colour = concession denied.",icon:"https://www.nve.no/Content/Images/nve-logo.png",overlay:true},{id:"orthos.dhses.ny.gov_latest",name:"NYS Orthos Online",type:"wms",template:"https://orthos.dhses.ny.gov/arcgis/services/Latest/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0,1,2,3,4&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2018-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[0,19],polygon:[[[-74.91231,45.03606],[-73.47788,45.02996],[-73.33846,45.03098],[-73.31978,45.00558],[-73.32265,44.98525],[-73.34852,44.9283],[-73.36721,44.8397],[-73.34277,44.81727],[-73.34565,44.77647],[-73.37296,44.73463],[-73.37008,44.67946],[-73.39739,44.64471],[-73.39308,44.60276],[-73.39739,44.54543],[-73.34996,44.51264],[-73.34565,44.49521],[-73.37871,44.4706],[-73.30828,44.43572],[-73.30397,44.41827],[-73.33271,44.33917],[-73.30828,44.27128],[-73.30828,44.25172],[-73.38014,44.14868],[-73.40458,44.04133],[-73.3399,43.79596],[-73.28097,43.64222],[-73.2091,43.54957],[-73.21342,43.51206],[-73.24647,42.67557],[-73.45919,42.14284],[-73.47069,42.03938],[-73.48794,41.73764],[-73.49944,41.64319],[-73.47788,41.62708],[-73.43189,41.57979],[-73.42614,41.56366],[-73.42685,41.45926],[-73.43979,41.40322],[-73.44985,41.38328],[-73.43835,41.37033],[-73.42757,41.35901],[-73.41751,41.3439],[-73.41895,41.27642],[-73.43045,41.24455],[-73.46566,41.19752],[-73.52962,41.14505],[-73.55477,41.13368],[-73.61586,41.13531],[-73.62664,41.10878],[-73.62736,41.05407],[-73.63958,40.99118],[-73.61873,40.98195],[-73.59933,40.96568],[-73.59933,40.93474],[-73.63455,40.91682],[-73.68054,40.89183],[-73.69851,40.87988],[-73.68629,40.87064],[-73.66257,40.87934],[-73.63814,40.90541],[-73.59789,40.91193],[-73.57562,40.9179],[-73.52675,40.92388],[-73.50159,40.94288],[-73.4901,40.95374],[-73.41751,40.96079],[-73.38374,40.96133],[-73.33702,40.95591],[-73.30828,40.93637],[-73.27091,40.92659],[-73.2091,40.91953],[-73.18682,40.92714],[-73.16814,40.93148],[-73.16598,40.95971],[-73.16886,40.97002],[-73.12933,40.98195],[-73.10777,40.98195],[-73.06681,40.9749],[-72.8584,40.97436],[-72.71826,40.98195],[-72.65574,41.00528],[-72.64424,41.00473],[-72.62628,40.99226],[-72.54148,41.03889],[-72.4768,41.06328],[-72.45811,41.08928],[-72.41859,41.09308],[-72.36612,41.13856],[-72.36037,41.1418],[-72.32229,41.15479],[-72.29067,41.16399],[-72.21449,41.18238],[-72.20083,41.19157],[-72.04848,41.25914],[-72.02548,41.2937],[-71.93924,41.30774],[-71.92343,41.30666],[-71.90259,41.2991],[-71.90187,41.28939],[-71.99458,41.24509],[-72.10453,41.19806],[-72.18287,41.16723],[-72.18934,41.16237],[-72.25186,41.12232],[-72.30432,41.10445],[-72.31582,41.09524],[-72.27917,41.08441],[-72.2727,41.08062],[-72.26839,41.04973],[-72.21736,41.04811],[-72.19652,41.04215],[-72.18646,41.05298],[-72.17137,41.0584],[-72.14981,41.05895],[-72.15628,41.09633],[-72.15268,41.1077],[-72.14909,41.14667],[-72.134,41.14505],[-72.07076,41.10553],[-72.07435,41.05678],[-72.08657,41.03185],[-72.10957,41.0069],[-72.08729,41.01287],[-72.06213,41.02534],[-72.04561,41.03239],[-72.01902,41.03293],[-72.00895,41.04215],[-72.00177,41.05136],[-71.96368,41.07737],[-71.922,41.08874],[-71.88966,41.08766],[-71.85588,41.08062],[-71.84582,41.07466],[-71.85588,41.05298],[-71.89038,41.03727],[-71.91625,41.03022],[-71.99099,41.00365],[-72.07938,40.97273],[-72.31941,40.88205],[-72.4423,40.8402],[-72.62771,40.7869],[-72.76569,40.75043],[-72.88499,40.71286],[-72.95973,40.68671],[-73.03735,40.66],[-73.08118,40.64855],[-73.22994,40.61637],[-73.32193,40.6131],[-73.35211,40.61855],[-73.55477,40.56944],[-73.75959,40.57708],[-73.88248,40.54815],[-73.9335,40.53449],[-73.945,40.53395],[-73.94572,40.56289],[-74.08227,40.56234],[-74.08011,40.54924],[-74.12251,40.52084],[-74.15772,40.51373],[-74.18719,40.50117],[-74.22887,40.48696],[-74.26121,40.48532],[-74.2763,40.4957],[-74.27918,40.54378],[-74.26983,40.56671],[-74.25834,40.57217],[-74.22528,40.57217],[-74.226,40.58309],[-74.25115,40.59564],[-74.25259,40.62237],[-74.24324,40.64091],[-74.2339,40.64909],[-74.20228,40.654],[-74.12538,40.65673],[-74.11532,40.69107],[-74.09951,40.68998],[-74.07795,40.71068],[-74.06286,40.7183],[-74.05208,40.7439],[-74.02549,40.79288],[-73.98094,40.86901],[-73.96225,40.92551],[-73.94931,40.96459],[-73.94644,40.99877],[-73.98165,41.01612],[-74.04561,41.04323],[-74.18072,41.09524],[-74.30792,41.14938],[-74.44087,41.21537],[-74.52783,41.25914],[-74.61335,41.30234],[-74.65791,41.31098],[-74.70246,41.33581],[-74.76714,41.38975],[-74.79661,41.41023],[-74.85338,41.42263],[-74.90728,41.43179],[-74.99783,41.47111],[-75.04167,41.52708],[-75.08479,41.59323],[-75.08407,41.61848],[-75.07329,41.66467],[-75.08766,41.70278],[-75.08766,41.71351],[-75.12144,41.76177],[-75.11928,41.79232],[-75.13078,41.81696],[-75.18755,41.83838],[-75.25295,41.84962],[-75.28745,41.85497],[-75.29823,41.88227],[-75.30613,41.9304],[-75.34063,41.94003],[-75.3665,41.9566],[-75.37225,41.97744],[-75.58066,41.97957],[-75.58137,41.92399],[-75.78906,41.92666],[-75.78691,41.98278],[-79.77687,41.98118],[-79.7819,42.20994],[-79.77184,42.28017],[-79.72153,42.29824],[-79.57349,42.36731],[-79.42976,42.46599],[-79.3737,42.49991],[-79.25728,42.54546],[-79.18973,42.5624],[-79.16529,42.56981],[-79.12074,42.62483],[-79.0963,42.64598],[-79.06899,42.6967],[-79.03162,42.71043],[-78.98851,42.72311],[-78.88358,42.77693],[-78.88646,42.8149],[-78.93964,42.88655],[-78.93964,42.93603],[-79.04887,42.96969],[-79.04743,43.05167],[-79.09343,43.05272],[-79.09199,43.09262],[-79.08624,43.26556],[-79.06468,43.27602],[-78.84909,43.33041],[-78.72979,43.35237],[-78.63924,43.37013],[-78.54869,43.37953],[-78.47826,43.38789],[-77.95508,43.38476],[-77.73158,43.34714],[-77.71146,43.34034],[-77.66259,43.31159],[-77.61516,43.28387],[-77.55336,43.253],[-77.5282,43.25509],[-77.45634,43.27864],[-77.42256,43.28492],[-77.16385,43.29433],[-77.0503,43.29381],[-76.94178,43.29329],[-76.91447,43.30793],[-76.85051,43.3163],[-76.80236,43.32832],[-76.75996,43.35184],[-76.64785,43.42809],[-76.54509,43.48026],[-76.51993,43.49486],[-76.44304,43.52717],[-76.4222,43.53811],[-76.28206,43.53863],[-76.23822,43.55686],[-76.24038,43.74147],[-76.30649,43.82915],[-76.31152,43.8675],[-76.34602,43.8618],[-76.40064,43.86128],[-76.47178,43.88408],[-76.46675,43.90893],[-76.4186,43.93119],[-76.37189,43.93223],[-76.36974,43.90272],[-76.33308,43.92964],[-76.27847,43.92964],[-76.27847,43.90427],[-76.26697,43.89599],[-76.23607,43.91204],[-76.19295,43.93326],[-76.19007,43.95086],[-76.21523,43.96017],[-76.25044,43.94982],[-76.31224,43.94775],[-76.30578,43.9762],[-76.33093,44.00464],[-76.39561,44.0248],[-76.39848,44.06251],[-76.37548,44.06457],[-76.3762,44.0909],[-76.47107,44.09297],[-76.46604,44.10948],[-76.44232,44.1296],[-76.39848,44.13218],[-76.39776,44.20435],[-76.3762,44.21671],[-76.23966,44.21929],[-76.23966,44.22804],[-76.21738,44.22856],[-76.21523,44.3479],[-76.11893,44.37103],[-76.04634,44.39157],[-75.93423,44.43418],[-75.83721,44.50341],[-75.76822,44.55823],[-75.69923,44.60379],[-75.63168,44.64829],[-75.56772,44.70501],[-75.50448,44.74586],[-75.45274,44.78157],[-75.31763,44.8723],[-75.15378,44.93745],[-75.09054,44.97305],[-74.97411,45.02793],[-74.91985,45.03682],[-74.91231,45.03606]]],terms_url:"https://gis.ny.gov/gateway/orthoprogram/index.cfm",terms_text:"New York State Statewide Digital Orthoimagery Program",description:"New York State High Resolution Digital Orthoimagery, 1 foot resolution",icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/ny/NYS_Orthos_Online.png"},{id:"olho_dagua_do_casado",name:"Olho d'Agua do Casado AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Olho%20Dagua%20do%20Casado&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.7822,-9.54444],[-37.7826,-9.45388],[-37.81147,-9.45412],[-37.81735,-9.45451],[-37.82057,-9.45416],[-37.87394,-9.45428],[-37.87358,-9.54475],[-37.7822,-9.54444]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"osmbe-nl",name:"OpenStreetMap (Belgian Style - Dutch)",type:"tms",template:"https://tile.openstreetmap.be/osmbe-nl/{zoom}/{x}/{y}.png",scaleExtent:[0,18],polygon:[[[5.47007,49.49196],[5.44409,49.51409],[5.46213,49.53677],[5.43766,49.54766],[5.42566,49.59145],[5.40775,49.60448],[5.35207,49.62396],[5.34232,49.61192],[5.30544,49.60645],[5.3026,49.63608],[5.32535,49.6575],[5.27025,49.68827],[5.24458,49.67985],[5.16215,49.6918],[5.16164,49.71172],[5.12622,49.70442],[5.09058,49.75946],[5.06262,49.75724],[5.01261,49.77534],[4.9921,49.79533],[4.95485,49.79586],[4.94404,49.78583],[4.90589,49.78055],[4.84827,49.78972],[4.86599,49.81918],[4.84266,49.86913],[4.85659,49.86973],[4.87961,49.91078],[4.84433,49.94482],[4.78844,49.95381],[4.78535,49.97018],[4.79004,49.98569],[4.81194,49.99563],[4.81579,50.02853],[4.83599,50.04069],[4.82339,50.04664],[4.81641,50.06702],[4.83456,50.06856],[4.83709,50.09442],[4.84472,50.10023],[4.85447,50.1029],[4.866,50.09623],[4.86587,50.12038],[4.8776,50.13223],[4.89443,50.13779],[4.88043,50.1403],[4.87725,50.15205],[4.8529,50.15168],[4.83169,50.1526],[4.82334,50.15923],[4.78067,50.14092],[4.76486,50.13634],[4.75217,50.11158],[4.71293,50.09598],[4.70278,50.09336],[4.68851,50.06595],[4.70309,50.05587],[4.68731,50.01802],[4.69495,49.99662],[4.69461,49.99504],[4.63074,49.98584],[4.58965,49.98336],[4.55981,49.96757],[4.54315,49.9679],[4.52365,49.94973],[4.51156,49.94579],[4.47953,49.94584],[4.44588,49.93656],[4.40593,49.94785],[4.39149,49.94697],[4.38072,49.95088],[4.34921,49.95202],[4.3137,49.96541],[4.19616,49.9536],[4.19304,49.95746],[4.19582,49.96629],[4.13704,49.97691],[4.15996,49.99544],[4.13683,50.00786],[4.13272,50.01973],[4.16174,50.05032],[4.17458,50.04772],[4.22857,50.06873],[4.19529,50.10571],[4.19766,50.12037],[4.19566,50.13394],[4.15448,50.12716],[4.13656,50.12909],[4.12568,50.13511],[4.13677,50.15213],[4.14989,50.1647],[4.14686,50.17314],[4.15567,50.19785],[4.14799,50.21344],[4.15979,50.21579],[4.19179,50.24106],[4.21836,50.25492],[4.20676,50.27068],[4.17487,50.27492],[4.16567,50.28779],[4.155,50.27742],[4.16937,50.26848],[4.16851,50.25626],[4.13426,50.25572],[4.13228,50.26754],[4.12086,50.27276],[4.12139,50.29732],[4.10928,50.30112],[4.0977,50.31201],[4.08017,50.30809],[4.07339,50.31754],[4.03817,50.33987],[4.02738,50.35491],[3.98611,50.34137],[3.96482,50.34012],[3.96355,50.34742],[3.90223,50.3257],[3.88419,50.32554],[3.88429,50.33511],[3.85645,50.34099],[3.84244,50.35243],[3.81321,50.34251],[3.80551,50.35098],[3.74124,50.34624],[3.73556,50.32532],[3.73175,50.30705],[3.70911,50.3021],[3.68231,50.31988],[3.66397,50.34724],[3.65542,50.37075],[3.66788,50.38597],[3.67276,50.40227],[3.66777,50.42262],[3.66743,50.43635],[3.65685,50.4464],[3.66129,50.45399],[3.64419,50.4618],[3.6099,50.4935],[3.58162,50.48917],[3.56897,50.4982],[3.49868,50.48577],[3.49448,50.49918],[3.51582,50.52075],[3.4742,50.53204],[3.44739,50.50415],[3.43663,50.5083],[3.42736,50.50327],[3.37405,50.48993],[3.35949,50.50325],[3.32767,50.50732],[3.31872,50.51788],[3.30319,50.51966],[3.28718,50.52552],[3.27549,50.53872],[3.27524,50.59381],[3.25497,50.62115],[3.24349,50.64031],[3.23893,50.65864],[3.24019,50.67023],[3.26029,50.67692],[3.25131,50.69091],[3.25881,50.69312],[3.24518,50.71225],[3.23779,50.71086],[3.22148,50.70958],[3.20498,50.71072],[3.18953,50.72603],[3.19445,50.7316],[3.14457,50.78871],[3.12547,50.78553],[3.11348,50.79278],[3.10455,50.78042],[3.08585,50.77064],[3.05758,50.77987],[3.04064,50.77484],[3.03691,50.77003],[3.02927,50.76813],[3.01945,50.77263],[2.99536,50.76043],[2.96822,50.74763],[2.9557,50.75181],[2.93962,50.74441],[2.94602,50.73167],[2.9349,50.72822],[2.92939,50.70786],[2.92206,50.70224],[2.91184,50.70267],[2.91281,50.69463],[2.90742,50.69209],[2.90017,50.69202],[2.88533,50.70547],[2.87992,50.70199],[2.86855,50.70242],[2.84646,50.72043],[2.81843,50.71386],[2.78869,50.72508],[2.77811,50.74686],[2.76469,50.75397],[2.75409,50.76251],[2.75922,50.77052],[2.73745,50.77967],[2.7236,50.79079],[2.71636,50.8123],[2.6788,50.81207],[2.67057,50.81562],[2.63543,50.80987],[2.61055,50.84419],[2.59427,50.84743],[2.60628,50.86565],[2.60151,50.90993],[2.58525,50.91825],[2.62479,50.94743],[2.62148,50.95406],[2.60263,50.98638],[2.56946,51.00113],[2.55892,51.06596],[2.34072,51.31453],[3.01078,51.59839],[3.32658,51.43728],[3.37581,51.3584],[3.38739,51.33392],[3.36094,51.31523],[3.3789,51.30251],[3.36832,51.29778],[3.38177,51.28732],[3.38342,51.27485],[3.38922,51.27329],[3.41852,51.25984],[3.43471,51.24621],[3.45031,51.24219],[3.527,51.24651],[3.51433,51.28799],[3.54179,51.29123],[3.56145,51.29637],[3.57559,51.29428],[3.58905,51.30652],[3.63839,51.29078],[3.6582,51.29056],[3.69139,51.28043],[3.71763,51.27428],[3.77605,51.26777],[3.79652,51.25635],[3.79031,51.24163],[3.78934,51.22711],[3.79294,51.21546],[3.85827,51.21334],[3.88901,51.22423],[3.89467,51.21743],[3.88782,51.20283],[3.91256,51.20837],[3.91482,51.21509],[3.9281,51.22508],[3.93751,51.2174],[3.95603,51.22117],[4.01551,51.24825],[4.0551,51.24402],[4.1651,51.2938],[4.23804,51.35274],[4.21772,51.36206],[4.21546,51.37487],[4.33535,51.37775],[4.34197,51.36012],[4.38556,51.35574],[4.39906,51.35785],[4.42462,51.3668],[4.42309,51.37577],[4.38147,51.41805],[4.39426,51.44251],[4.37771,51.44595],[4.38055,51.45075],[4.4768,51.47912],[4.53739,51.48358],[4.54967,51.47364],[4.53097,51.44965],[4.53758,51.42456],[4.57427,51.43404],[4.6431,51.42478],[4.64951,51.42741],[4.66744,51.42777],[4.66465,51.44625],[4.69115,51.45283],[4.70175,51.46691],[4.72792,51.48435],[4.74476,51.48977],[4.74945,51.49905],[4.75827,51.50302],[4.7766,51.50625],[4.81666,51.49552],[4.82318,51.48441],[4.84355,51.48177],[4.83884,51.46588],[4.84529,51.45817],[4.82521,51.44674],[4.83103,51.42488],[4.88072,51.4166],[4.91431,51.45952],[4.95767,51.4548],[4.94134,51.42928],[4.93775,51.40655],[4.96007,51.42194],[4.99955,51.44324],[5.00816,51.47134],[5.01937,51.48074],[5.03235,51.48827],[5.04093,51.4876],[5.04722,51.47217],[5.08032,51.47226],[5.10643,51.43135],[5.0727,51.39365],[5.11662,51.36118],[5.13225,51.3472],[5.13581,51.31594],[5.15592,51.31278],[5.20039,51.32325],[5.24326,51.3057],[5.22742,51.26844],[5.238,51.26255],[5.26216,51.26778],[5.335,51.26474],[5.34493,51.27681],[5.41551,51.2639],[5.44065,51.28246],[5.48215,51.30064],[5.51628,51.29599],[5.55816,51.26613],[5.56283,51.22287],[5.65253,51.19899],[5.65947,51.19052],[5.71011,51.18671],[5.74598,51.19455],[5.76873,51.18843],[5.78118,51.18082],[5.78447,51.15925],[5.82594,51.16827],[5.85709,51.14477],[5.83976,51.12993],[5.81435,51.11524],[5.83555,51.10842],[5.8338,51.09577],[5.82291,51.09124],[5.8119,51.0943],[5.79816,51.09023],[5.80612,51.07955],[5.80458,51.05888],[5.77731,51.05804],[5.76027,51.03223],[5.77383,51.02859],[5.77829,51.02399],[5.76759,51.00526],[5.76846,50.9985],[5.76419,50.99502],[5.74816,50.98087],[5.72174,50.96128],[5.73469,50.95683],[5.7426,50.96113],[5.74604,50.96209],[5.75617,50.95898],[5.76011,50.95227],[5.73223,50.9221],[5.72625,50.9059],[5.70051,50.90955],[5.69711,50.8958],[5.68051,50.88068],[5.64516,50.86533],[5.64337,50.84974],[5.64049,50.84701],[5.64576,50.83961],[5.64567,50.83789],[5.65094,50.83431],[5.65568,50.82591],[5.70296,50.80821],[5.69338,50.79687],[5.70259,50.78396],[5.69204,50.75629],[5.7218,50.76538],[5.73762,50.75842],[5.73912,50.76522],[5.76476,50.7837],[5.77748,50.78344],[5.78519,50.7684],[5.7927,50.77138],[5.80759,50.75681],[5.84525,50.76609],[5.84901,50.75975],[5.88667,50.77108],[5.89689,50.75501],[5.95896,50.76308],[6.02001,50.75521],[6.04208,50.74557],[6.03953,50.7295],[6.11623,50.72364],[6.1491,50.68465],[6.16312,50.67169],[6.17755,50.65576],[6.18715,50.6505],[6.18348,50.6457],[6.18205,50.63583],[6.26822,50.62829],[6.27251,50.62033],[6.24102,50.58657],[6.22795,50.58535],[6.18304,50.55597],[6.1833,50.54646],[6.19789,50.53715],[6.22586,50.49832],[6.26954,50.50961],[6.35349,50.49244],[6.34706,50.46422],[6.37423,50.45989],[6.3825,50.43975],[6.37408,50.40637],[6.35129,50.38206],[6.40305,50.34866],[6.41162,50.32769],[6.40783,50.31893],[6.38558,50.31658],[6.36388,50.30021],[6.32792,50.3186],[6.31289,50.31636],[6.29335,50.2909],[6.29547,50.27422],[6.28111,50.26236],[6.23624,50.25692],[6.21151,50.24816],[6.1981,50.23275],[6.18166,50.23125],[6.1789,50.22147],[6.19337,50.20761],[6.19683,50.17988],[6.15231,50.16841],[6.15923,50.14002],[6.13978,50.12527],[6.10856,50.1326],[6.11273,50.16093],[6.10156,50.16551],[6.08452,50.16697],[6.0821,50.15275],[6.06344,50.14834],[6.03055,50.15829],[6.02136,50.17685],[5.96932,50.16795],[5.96515,50.12813],[5.90347,50.11172],[5.89064,50.07554],[5.86237,50.06368],[5.8749,50.04624],[5.86392,50.02594],[5.82586,50.00934],[5.82665,50.00135],[5.8448,49.99123],[5.83952,49.9756],[5.80883,49.95773],[5.78215,49.957],[5.76822,49.91307],[5.74481,49.89975],[5.78087,49.88794],[5.78897,49.87213],[5.77636,49.86265],[5.75667,49.8703],[5.76191,49.85693],[5.75803,49.84287],[5.74291,49.83555],[5.75151,49.81985],[5.75473,49.79514],[5.7909,49.79765],[5.8179,49.75977],[5.83544,49.74713],[5.82702,49.72616],[5.86996,49.72777],[5.88817,49.70952],[5.86372,49.68213],[5.91262,49.66488],[5.90382,49.65192],[5.90876,49.63876],[5.89899,49.63401],[5.89117,49.63469],[5.87663,49.60771],[5.84953,49.59399],[5.87403,49.58991],[5.8736,49.57435],[5.84053,49.55222],[5.82582,49.54931],[5.81858,49.5461],[5.79504,49.55029],[5.77149,49.55832],[5.76226,49.554],[5.76126,49.53952],[5.74792,49.53452],[5.73009,49.53954],[5.6987,49.53744],[5.66008,49.55039],[5.64371,49.54565],[5.6228,49.5283],[5.62589,49.51698],[5.61175,49.50102],[5.59116,49.51734],[5.55638,49.52373],[5.54257,49.5105],[5.47007,49.49196]]],terms_url:"https://openstreetmap.org/",terms_text:"© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6",icon:"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{id:"osmbe-fr",name:"OpenStreetMap (Belgian Style - French)",type:"tms",template:"https://tile.openstreetmap.be/osmbe-fr/{zoom}/{x}/{y}.png",scaleExtent:[0,18],polygon:[[[5.47007,49.49196],[5.44409,49.51409],[5.46213,49.53677],[5.43766,49.54766],[5.42566,49.59145],[5.40775,49.60448],[5.35207,49.62396],[5.34232,49.61192],[5.30544,49.60645],[5.3026,49.63608],[5.32535,49.6575],[5.27025,49.68827],[5.24458,49.67985],[5.16215,49.6918],[5.16164,49.71172],[5.12622,49.70442],[5.09058,49.75946],[5.06262,49.75724],[5.01261,49.77534],[4.9921,49.79533],[4.95485,49.79586],[4.94404,49.78583],[4.90589,49.78055],[4.84827,49.78972],[4.86599,49.81918],[4.84266,49.86913],[4.85659,49.86973],[4.87961,49.91078],[4.84433,49.94482],[4.78844,49.95381],[4.78535,49.97018],[4.79004,49.98569],[4.81194,49.99563],[4.81579,50.02853],[4.83599,50.04069],[4.82339,50.04664],[4.81641,50.06702],[4.83456,50.06856],[4.83709,50.09442],[4.84472,50.10023],[4.85447,50.1029],[4.866,50.09623],[4.86587,50.12038],[4.8776,50.13223],[4.89443,50.13779],[4.88043,50.1403],[4.87725,50.15205],[4.8529,50.15168],[4.83169,50.1526],[4.82334,50.15923],[4.78067,50.14092],[4.76486,50.13634],[4.75217,50.11158],[4.71293,50.09598],[4.70278,50.09336],[4.68851,50.06595],[4.70309,50.05587],[4.68731,50.01802],[4.69495,49.99662],[4.69461,49.99504],[4.63074,49.98584],[4.58965,49.98336],[4.55981,49.96757],[4.54315,49.9679],[4.52365,49.94973],[4.51156,49.94579],[4.47953,49.94584],[4.44588,49.93656],[4.40593,49.94785],[4.39149,49.94697],[4.38072,49.95088],[4.34921,49.95202],[4.3137,49.96541],[4.19616,49.9536],[4.19304,49.95746],[4.19582,49.96629],[4.13704,49.97691],[4.15996,49.99544],[4.13683,50.00786],[4.13272,50.01973],[4.16174,50.05032],[4.17458,50.04772],[4.22857,50.06873],[4.19529,50.10571],[4.19766,50.12037],[4.19566,50.13394],[4.15448,50.12716],[4.13656,50.12909],[4.12568,50.13511],[4.13677,50.15213],[4.14989,50.1647],[4.14686,50.17314],[4.15567,50.19785],[4.14799,50.21344],[4.15979,50.21579],[4.19179,50.24106],[4.21836,50.25492],[4.20676,50.27068],[4.17487,50.27492],[4.16567,50.28779],[4.155,50.27742],[4.16937,50.26848],[4.16851,50.25626],[4.13426,50.25572],[4.13228,50.26754],[4.12086,50.27276],[4.12139,50.29732],[4.10928,50.30112],[4.0977,50.31201],[4.08017,50.30809],[4.07339,50.31754],[4.03817,50.33987],[4.02738,50.35491],[3.98611,50.34137],[3.96482,50.34012],[3.96355,50.34742],[3.90223,50.3257],[3.88419,50.32554],[3.88429,50.33511],[3.85645,50.34099],[3.84244,50.35243],[3.81321,50.34251],[3.80551,50.35098],[3.74124,50.34624],[3.73556,50.32532],[3.73175,50.30705],[3.70911,50.3021],[3.68231,50.31988],[3.66397,50.34724],[3.65542,50.37075],[3.66788,50.38597],[3.67276,50.40227],[3.66777,50.42262],[3.66743,50.43635],[3.65685,50.4464],[3.66129,50.45399],[3.64419,50.4618],[3.6099,50.4935],[3.58162,50.48917],[3.56897,50.4982],[3.49868,50.48577],[3.49448,50.49918],[3.51582,50.52075],[3.4742,50.53204],[3.44739,50.50415],[3.43663,50.5083],[3.42736,50.50327],[3.37405,50.48993],[3.35949,50.50325],[3.32767,50.50732],[3.31872,50.51788],[3.30319,50.51966],[3.28718,50.52552],[3.27549,50.53872],[3.27524,50.59381],[3.25497,50.62115],[3.24349,50.64031],[3.23893,50.65864],[3.24019,50.67023],[3.26029,50.67692],[3.25131,50.69091],[3.25881,50.69312],[3.24518,50.71225],[3.23779,50.71086],[3.22148,50.70958],[3.20498,50.71072],[3.18953,50.72603],[3.19445,50.7316],[3.14457,50.78871],[3.12547,50.78553],[3.11348,50.79278],[3.10455,50.78042],[3.08585,50.77064],[3.05758,50.77987],[3.04064,50.77484],[3.03691,50.77003],[3.02927,50.76813],[3.01945,50.77263],[2.99536,50.76043],[2.96822,50.74763],[2.9557,50.75181],[2.93962,50.74441],[2.94602,50.73167],[2.9349,50.72822],[2.92939,50.70786],[2.92206,50.70224],[2.91184,50.70267],[2.91281,50.69463],[2.90742,50.69209],[2.90017,50.69202],[2.88533,50.70547],[2.87992,50.70199],[2.86855,50.70242],[2.84646,50.72043],[2.81843,50.71386],[2.78869,50.72508],[2.77811,50.74686],[2.76469,50.75397],[2.75409,50.76251],[2.75922,50.77052],[2.73745,50.77967],[2.7236,50.79079],[2.71636,50.8123],[2.6788,50.81207],[2.67057,50.81562],[2.63543,50.80987],[2.61055,50.84419],[2.59427,50.84743],[2.60628,50.86565],[2.60151,50.90993],[2.58525,50.91825],[2.62479,50.94743],[2.62148,50.95406],[2.60263,50.98638],[2.56946,51.00113],[2.55892,51.06596],[2.34072,51.31453],[3.01078,51.59839],[3.32658,51.43728],[3.37581,51.3584],[3.38739,51.33392],[3.36094,51.31523],[3.3789,51.30251],[3.36832,51.29778],[3.38177,51.28732],[3.38342,51.27485],[3.38922,51.27329],[3.41852,51.25984],[3.43471,51.24621],[3.45031,51.24219],[3.527,51.24651],[3.51433,51.28799],[3.54179,51.29123],[3.56145,51.29637],[3.57559,51.29428],[3.58905,51.30652],[3.63839,51.29078],[3.6582,51.29056],[3.69139,51.28043],[3.71763,51.27428],[3.77605,51.26777],[3.79652,51.25635],[3.79031,51.24163],[3.78934,51.22711],[3.79294,51.21546],[3.85827,51.21334],[3.88901,51.22423],[3.89467,51.21743],[3.88782,51.20283],[3.91256,51.20837],[3.91482,51.21509],[3.9281,51.22508],[3.93751,51.2174],[3.95603,51.22117],[4.01551,51.24825],[4.0551,51.24402],[4.1651,51.2938],[4.23804,51.35274],[4.21772,51.36206],[4.21546,51.37487],[4.33535,51.37775],[4.34197,51.36012],[4.38556,51.35574],[4.39906,51.35785],[4.42462,51.3668],[4.42309,51.37577],[4.38147,51.41805],[4.39426,51.44251],[4.37771,51.44595],[4.38055,51.45075],[4.4768,51.47912],[4.53739,51.48358],[4.54967,51.47364],[4.53097,51.44965],[4.53758,51.42456],[4.57427,51.43404],[4.6431,51.42478],[4.64951,51.42741],[4.66744,51.42777],[4.66465,51.44625],[4.69115,51.45283],[4.70175,51.46691],[4.72792,51.48435],[4.74476,51.48977],[4.74945,51.49905],[4.75827,51.50302],[4.7766,51.50625],[4.81666,51.49552],[4.82318,51.48441],[4.84355,51.48177],[4.83884,51.46588],[4.84529,51.45817],[4.82521,51.44674],[4.83103,51.42488],[4.88072,51.4166],[4.91431,51.45952],[4.95767,51.4548],[4.94134,51.42928],[4.93775,51.40655],[4.96007,51.42194],[4.99955,51.44324],[5.00816,51.47134],[5.01937,51.48074],[5.03235,51.48827],[5.04093,51.4876],[5.04722,51.47217],[5.08032,51.47226],[5.10643,51.43135],[5.0727,51.39365],[5.11662,51.36118],[5.13225,51.3472],[5.13581,51.31594],[5.15592,51.31278],[5.20039,51.32325],[5.24326,51.3057],[5.22742,51.26844],[5.238,51.26255],[5.26216,51.26778],[5.335,51.26474],[5.34493,51.27681],[5.41551,51.2639],[5.44065,51.28246],[5.48215,51.30064],[5.51628,51.29599],[5.55816,51.26613],[5.56283,51.22287],[5.65253,51.19899],[5.65947,51.19052],[5.71011,51.18671],[5.74598,51.19455],[5.76873,51.18843],[5.78118,51.18082],[5.78447,51.15925],[5.82594,51.16827],[5.85709,51.14477],[5.83976,51.12993],[5.81435,51.11524],[5.83555,51.10842],[5.8338,51.09577],[5.82291,51.09124],[5.8119,51.0943],[5.79816,51.09023],[5.80612,51.07955],[5.80458,51.05888],[5.77731,51.05804],[5.76027,51.03223],[5.77383,51.02859],[5.77829,51.02399],[5.76759,51.00526],[5.76846,50.9985],[5.76419,50.99502],[5.74816,50.98087],[5.72174,50.96128],[5.73469,50.95683],[5.7426,50.96113],[5.74604,50.96209],[5.75617,50.95898],[5.76011,50.95227],[5.73223,50.9221],[5.72625,50.9059],[5.70051,50.90955],[5.69711,50.8958],[5.68051,50.88068],[5.64516,50.86533],[5.64337,50.84974],[5.64049,50.84701],[5.64576,50.83961],[5.64567,50.83789],[5.65094,50.83431],[5.65568,50.82591],[5.70296,50.80821],[5.69338,50.79687],[5.70259,50.78396],[5.69204,50.75629],[5.7218,50.76538],[5.73762,50.75842],[5.73912,50.76522],[5.76476,50.7837],[5.77748,50.78344],[5.78519,50.7684],[5.7927,50.77138],[5.80759,50.75681],[5.84525,50.76609],[5.84901,50.75975],[5.88667,50.77108],[5.89689,50.75501],[5.95896,50.76308],[6.02001,50.75521],[6.04208,50.74557],[6.03953,50.7295],[6.11623,50.72364],[6.1491,50.68465],[6.16312,50.67169],[6.17755,50.65576],[6.18715,50.6505],[6.18348,50.6457],[6.18205,50.63583],[6.26822,50.62829],[6.27251,50.62033],[6.24102,50.58657],[6.22795,50.58535],[6.18304,50.55597],[6.1833,50.54646],[6.19789,50.53715],[6.22586,50.49832],[6.26954,50.50961],[6.35349,50.49244],[6.34706,50.46422],[6.37423,50.45989],[6.3825,50.43975],[6.37408,50.40637],[6.35129,50.38206],[6.40305,50.34866],[6.41162,50.32769],[6.40783,50.31893],[6.38558,50.31658],[6.36388,50.30021],[6.32792,50.3186],[6.31289,50.31636],[6.29335,50.2909],[6.29547,50.27422],[6.28111,50.26236],[6.23624,50.25692],[6.21151,50.24816],[6.1981,50.23275],[6.18166,50.23125],[6.1789,50.22147],[6.19337,50.20761],[6.19683,50.17988],[6.15231,50.16841],[6.15923,50.14002],[6.13978,50.12527],[6.10856,50.1326],[6.11273,50.16093],[6.10156,50.16551],[6.08452,50.16697],[6.0821,50.15275],[6.06344,50.14834],[6.03055,50.15829],[6.02136,50.17685],[5.96932,50.16795],[5.96515,50.12813],[5.90347,50.11172],[5.89064,50.07554],[5.86237,50.06368],[5.8749,50.04624],[5.86392,50.02594],[5.82586,50.00934],[5.82665,50.00135],[5.8448,49.99123],[5.83952,49.9756],[5.80883,49.95773],[5.78215,49.957],[5.76822,49.91307],[5.74481,49.89975],[5.78087,49.88794],[5.78897,49.87213],[5.77636,49.86265],[5.75667,49.8703],[5.76191,49.85693],[5.75803,49.84287],[5.74291,49.83555],[5.75151,49.81985],[5.75473,49.79514],[5.7909,49.79765],[5.8179,49.75977],[5.83544,49.74713],[5.82702,49.72616],[5.86996,49.72777],[5.88817,49.70952],[5.86372,49.68213],[5.91262,49.66488],[5.90382,49.65192],[5.90876,49.63876],[5.89899,49.63401],[5.89117,49.63469],[5.87663,49.60771],[5.84953,49.59399],[5.87403,49.58991],[5.8736,49.57435],[5.84053,49.55222],[5.82582,49.54931],[5.81858,49.5461],[5.79504,49.55029],[5.77149,49.55832],[5.76226,49.554],[5.76126,49.53952],[5.74792,49.53452],[5.73009,49.53954],[5.6987,49.53744],[5.66008,49.55039],[5.64371,49.54565],[5.6228,49.5283],[5.62589,49.51698],[5.61175,49.50102],[5.59116,49.51734],[5.55638,49.52373],[5.54257,49.5105],[5.47007,49.49196]]],terms_url:"https://openstreetmap.org/",terms_text:"© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6",icon:"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{id:"MAPNIK",name:"OpenStreetMap (Standard)",type:"tms",template:"https://{switch:a,b,c}.tile.openstreetmap.org/{zoom}/{x}/{y}.png",scaleExtent:[0,19],terms_url:"https://www.openstreetmap.org",terms_text:"© OpenStreetMap contributors, CC-BY-SA","default":true,description:"The default OpenStreetMap layer.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{id:"osm-gps",name:"OpenStreetMap GPS traces",type:"tms",template:"https://{switch:a,b,c}.gps-tile.openstreetmap.org/lines/{zoom}/{x}/{y}.png",scaleExtent:[0,20],terms_url:"https://www.openstreetmap.org/copyright",terms_text:"© OpenStreetMap contributors",terms_html:"<span style='display: inline-block; padding: 0 8px; background-color: rgba(0,0,0,0.5);'><span style='color: #eee;'>GPS Direction:</span> <span style='font-size: 15px; padding-left: 2px; font-weight: bold;'> <span style='color: #0ee;'>&larr;</span> <span style='color: #96f;'>&darr;</span> <span style='color: #6e0;'>&uarr;</span> <span style='color: #f63;'>&rarr;</span> </span></span> © <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap contributors</a>.",description:"Public GPS traces uploaded to OpenStreetMap.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png",overlay:true},{id:"osm-hu-ortho",name:"openstreetmap.hu orthophotos",type:"tms",template:"http://adam.openstreetmap.hu/mapproxy/tiles/1.0.0/openstreetmap.hu.orthophotos/mercator/{zoom}/{x}/{y}.png",scaleExtent:[0,21],polygon:[[[18.8577,47.44553],[18.86169,47.44883],[18.86491,47.44704],[18.8609,47.44373],[18.8577,47.44553]],[[18.80614,47.59304],[18.81376,47.5974],[18.82295,47.59011],[18.81533,47.58574],[18.80614,47.59304]],[[17.66691,46.92167],[17.66369,46.93033],[17.67207,46.93178],[17.67529,46.92312],[17.66691,46.92167]],[[17.6725,46.93546],[17.67529,46.92708],[17.68409,46.92845],[17.68129,46.93683],[17.6725,46.93546]],[[17.82155,46.96075],[17.82507,46.9547],[17.83347,46.95701],[17.82995,46.96304],[17.82155,46.96075]],[[18.62796,47.19818],[18.63943,47.20324],[18.64953,47.1926],[18.63806,47.18753],[18.62796,47.19818]],[[17.51223,46.8789],[17.51406,46.88166],[17.5214,46.87939],[17.51957,46.87662],[17.51223,46.8789]],[[17.67724,46.91844],[17.68718,46.92344],[17.70594,46.90603],[17.69249,46.89926],[17.68144,46.90951],[17.68275,46.90595],[17.68198,46.90582],[17.68667,46.89926],[17.67947,46.89686],[17.67405,46.90445],[17.67131,46.90398],[17.66666,46.91662],[17.67724,46.91844]],[[18.80776,47.55615],[18.81638,47.55969],[18.81351,47.56305],[18.80473,47.55949],[18.80776,47.55615]],[[18.98706,47.46989],[18.97962,47.47042],[18.98056,47.47648],[18.988,47.47595],[18.98706,47.46989]],[[18.98356,47.41149],[19.00839,47.42511],[19.01568,47.41932],[18.9907,47.40518],[18.98356,47.41149]],[[19.02652,47.87563],[19.03163,47.87613],[19.03305,47.86957],[19.02793,47.86907],[19.02652,47.87563]],[[18.00803,46.86674],[18.01095,46.86028],[18.01323,46.86064],[18.01626,46.8536],[18.01682,46.85371],[18.01852,46.84948],[18.02021,46.84631],[18.02961,46.84829],[18.02742,46.85392],[18.03388,46.85534],[18.03056,46.86395],[18.03367,46.86456],[18.03058,46.87154],[18.00803,46.86674]],[[17.99509,46.87632],[17.98585,46.87595],[17.98535,46.88397],[17.98599,46.88412],[17.98531,46.88537],[17.95829,46.87876],[17.96077,46.87351],[17.92868,46.86631],[17.92467,46.87372],[17.93136,46.87535],[17.92995,46.87822],[17.9553,46.88415],[17.9946,46.89341],[17.99786,46.88671],[17.98771,46.88443],[17.98774,46.88411],[17.99415,46.88442],[17.99509,46.87632]],[[18.86533,47.42808],[18.87291,47.42455],[18.87701,47.42871],[18.86799,47.43238],[18.86774,47.43208],[18.86517,47.43317],[18.86477,47.4327],[18.86441,47.43285],[18.86288,47.43108],[18.86328,47.43092],[18.86288,47.43046],[18.86516,47.42947],[18.86448,47.42875],[18.86553,47.42829],[18.86533,47.42808]],[[19.16232,47.59776],[19.16893,47.59033],[19.17815,47.59512],[19.17291,47.60068],[19.16232,47.59776]],[[18.13162,47.02619],[18.14103,47.02111],[18.13923,47.01957],[18.15704,47.01044],[18.16271,47.00242],[18.16463,46.99571],[18.16639,46.9959],[18.16702,46.99363],[18.17101,46.99454],[18.1722,46.99571],[18.16977,47.00416],[18.17656,47.00709],[18.1761,47.00771],[18.17639,47.00781],[18.17057,47.01414],[18.1748,47.01815],[18.17782,47.01428],[18.18518,47.01746],[18.17933,47.0239],[18.17589,47.02268],[18.17277,47.02434],[18.17219,47.02377],[18.17159,47.02407],[18.16938,47.0221],[18.16216,47.02596],[18.16485,47.02832],[18.16245,47.02947],[18.16323,47.03025],[18.1521,47.03554],[18.15156,47.03498],[18.1503,47.03563],[18.14513,47.03112],[18.14337,47.0322],[18.1454,47.03419],[18.14441,47.03467],[18.14522,47.03539],[18.14168,47.03697],[18.13111,47.02745],[18.13226,47.0269],[18.13162,47.02619]]],terms_text:"openstreetmap.hu"},{id:"lu.geoportail.opendata.ortho2010",name:"Ortho 2010 geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2010/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2010-07-02T00:00:00.000Z",startDate:"2010-06-24T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"lu.geoportail.opendata.ortho2013",name:"Ortho 2013 geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2013/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2013-07-20T00:00:00.000Z",startDate:"2013-07-19T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"lu.geoportail.opendata.ortho2016",name:"Ortho 2016 geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2016/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2016-08-16T00:00:00.000Z",startDate:"2013-08-30T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"lu.geoportail.opendata.ortho2017",name:"Ortho 2017 geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2017/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2017-06-22T00:00:00.000Z",startDate:"2017-06-14T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"ORTOFOTO_V1",name:"Orthophoto 1st cycle (1994-1999) - Latvia",type:"wms",template:"https://services.lgia.gov.lv/arcfree/services/Ortofoto_v1/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],terms_text:"Latvijas Ģeotelpiskās informācijas aģentūras brīvais WMS serviss 1994 - 1999.gada Latvijas ortofotokarte"},{id:"ORTOS_DGRF_2004_06",name:"Ortofotos DGRF 2004-2006 (WMS)",type:"wms",template:"http://mapas.dgterritorio.pt:8888/wms/produtos?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2006-01-01T00:00:00.000Z",startDate:"2004-01-01T00:00:00.000Z",scaleExtent:[14,19],polygon:[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],terms_url:"http://www.dgterritorio.pt/dados_abertos/ortofotos/",terms_text:"Direcção-Geral do Território",icon:"http://www.igeo.pt/favicon.ico"},{id:"ORTOS_DGT_2014_15",name:"Ortofotos Litoral DGT 2014-2015 (WMS)",type:"wms",template:"http://ows.dgterritorio.pt/wss/service/ortos2014-2015-wms/guest?language=por&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortoimagens_2014-2015_Litoral&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",scaleExtent:[1,20],polygon:[[[-7.38968,37.19205],[-7.52426,37.18002],[-7.89505,36.98171],[-8.15186,37.10886],[-8.65036,37.14062],[-8.95111,37.03545],[-8.78632,37.34833],[-8.76434,37.55111],[-8.7561,38.38258],[-8.47664,38.33466],[-8.47183,38.40141],[-8.66066,38.46596],[-8.66959,38.60882],[-9.142,38.53689],[-8.81104,38.67372],[-8.79318,38.85468],[-8.95935,38.9829],[-9.18732,38.84934],[-9.2395,38.72838],[-9.37821,38.74659],[-9.38233,39.07891],[-9.29169,39.2514],[-9.31915,39.33642],[-9.17084,39.38526],[-9.06372,39.48815],[-9.02252,39.69662],[-8.78632,40.14529],[-8.86322,40.2093],[-8.72589,40.53155],[-8.64075,40.50858],[-8.62427,40.63063],[-8.53089,40.6004],[-8.535,40.71292],[-8.61466,40.89275],[-8.61878,41.10419],[-8.53089,41.16728],[-8.66959,41.21689],[-8.72315,41.41081],[-8.76984,41.65958],[-8.66547,41.73955],[-8.81104,41.72316],[-8.81104,41.85217],[-8.74649,41.9125],[-8.83576,41.93089],[-8.91815,41.84501],[-8.89343,41.70778],[-8.82065,41.50755],[-8.73139,41.16315],[-8.67508,41.069],[-8.68469,40.90729],[-8.93326,40.17573],[-8.88107,40.12219],[-9.11453,39.64694],[-9.11865,39.5623],[-9.3013,39.40543],[-9.43039,39.37571],[-9.34799,39.23864],[-9.45099,39.04799],[-9.45786,38.89317],[-9.53201,38.78835],[-9.50043,38.68551],[-9.28894,38.663],[-9.19418,38.54172],[-9.25324,38.38473],[-9.03488,38.42347],[-8.92502,38.46757],[-8.81241,38.35997],[-8.7973,38.14968],[-8.91953,37.95286],[-8.84262,37.8651],[-8.83988,37.40617],[-9.02664,37.01023],[-8.92914,36.97513],[-8.61466,37.099],[-8.15048,37.05956],[-7.8923,36.93672],[-7.48993,37.15156],[-7.39105,37.15813],[-7.38968,37.19205]]],terms_url:"http://www.dgterritorio.pt/",terms_text:"Direcção-Geral do Território",icon:"http://www.igeo.pt/favicon.ico"},{id:"OS-historic-25k-OSM_Limited",name:"OS 1:25k historic (OSM)",type:"tms",template:"https://ooc.openstreetmap.org/os1/{zoom}/{x}/{y}.jpg",scaleExtent:[6,17],polygon:[[[-6.45854,49.90441],[-6.3872,49.98411],[-6.22968,49.98962],[-6.21713,49.86801],[-6.45512,49.85918],[-6.45854,49.90441]],[[-1.44951,60.86341],[-0.71671,60.85451],[-0.73497,60.43598],[-0.69388,60.41682],[-0.72584,60.39427],[-0.73954,60.04847],[-0.92674,60.04619],[-0.93815,59.82662],[-1.45865,59.8312],[-1.44552,60.0536],[-1.46321,60.0536],[-1.46435,60.063],[-1.57165,60.06385],[-1.56936,60.179],[-1.64356,60.1807],[-1.64356,60.18922],[-1.82162,60.1895],[-1.82048,60.36155],[-1.8416,60.36973],[-1.82162,60.38328],[-1.81799,60.59343],[-1.45317,60.59343],[-1.44951,60.86341]],[[-4.90892,54.42421],[-4.2826,54.44299],[-4.25354,54.02977],[-4.87664,54.02218],[-4.90892,54.42421]],[[-5.86674,59.14446],[-5.776,59.14709],[-5.772,59.10141],[-5.86218,59.09906],[-5.86674,59.14446]],[[-1.70659,59.57036],[-1.55792,59.56935],[-1.55649,59.49657],[-1.70545,59.49758],[-1.70659,59.57036]],[[-7.68658,58.2941],[-7.53306,58.3007],[-7.52564,58.26469],[-7.67973,58.25779],[-7.68658,58.2941]],[[-4.53383,59.03599],[-4.48132,59.03716],[-4.47961,59.01866],[-4.53326,59.01807],[-4.53383,59.03599]],[[-8.67107,57.87699],[-8.46732,57.88973],[-8.44678,57.7907],[-8.65109,57.77792],[-8.67107,57.87699]],[[-5.23955,50.35306],[-5.79201,50.33849],[-5.76005,49.9317],[-4.65514,49.95815],[-4.67797,50.28601],[-4.24422,50.28017],[-4.24878,50.20425],[-3.38129,50.20425],[-3.42238,50.51882],[-3.11648,50.52463],[-3.12105,50.65796],[-2.67364,50.66195],[-2.59535,50.63943],[-2.5905,50.57284],[-2.47912,50.57335],[-2.47589,50.50667],[-2.39679,50.50564],[-2.40164,50.57233],[-1.04003,50.57182],[-1.03357,50.70593],[-0.5493,50.70388],[-0.54607,50.78866],[-0.09247,50.7856],[-0.08763,50.71819],[0.47897,50.71206],[0.48704,50.81825],[0.97615,50.80499],[0.99229,51.01263],[1.44912,51.00044],[1.47818,51.40904],[1.02296,51.42716],[1.03588,51.76409],[1.61054,51.7501],[1.64606,52.156],[1.72677,52.15402],[1.74937,52.44818],[1.78707,52.48116],[1.7591,52.52251],[1.79335,52.96027],[0.37981,52.99585],[0.38952,53.25112],[0.34786,53.25112],[0.32389,53.28219],[0.34615,53.65385],[0.12849,53.65755],[0.11658,53.66747],[0.13506,54.06557],[-0.06098,54.06591],[-0.04142,54.47094],[-0.56627,54.47718],[-0.55921,54.65651],[-1.16656,54.66235],[-1.16374,54.84261],[-1.33162,54.84391],[-1.32571,55.24708],[-1.52945,55.24871],[-1.52418,55.65401],[-1.76388,55.65401],[-1.77337,55.97191],[-2.16079,55.9683],[-2.15433,56.06214],[-2.45781,56.05853],[-2.41906,56.64172],[-2.09622,56.64172],[-2.0833,57.00213],[-1.92834,57.01268],[-1.9181,57.35909],[-1.75022,57.36257],[-1.76959,57.76086],[-3.69376,57.75742],[-3.70667,57.98064],[-3.5969,57.97721],[-3.60336,58.12073],[-3.02223,58.13096],[-3.02869,58.54108],[-2.8479,58.53097],[-2.86081,58.84305],[-2.67962,58.8415],[-2.68419,58.88517],[-2.63397,58.90522],[-2.67962,58.93351],[-2.68876,59.02292],[-2.36687,59.02292],[-2.37029,59.26529],[-2.3429,59.2822],[-2.37144,59.29969],[-2.37372,59.37071],[-2.3429,59.38582],[-2.37258,59.40035],[-2.37144,59.42591],[-3.07342,59.42301],[-3.07114,59.34336],[-3.1031,59.33114],[-3.07456,59.31367],[-3.07228,59.2326],[-3.38503,59.14842],[-3.37476,58.93528],[-3.56538,58.93233],[-3.55483,58.69759],[-5.28086,58.66677],[-5.25342,58.35141],[-5.50685,58.34379],[-5.47618,58.03236],[-5.8975,58.02124],[-5.8523,57.61718],[-6.13963,57.61372],[-6.15416,57.74232],[-6.29137,57.73801],[-6.33657,58.13988],[-6.11219,58.14669],[-6.14738,58.51063],[-6.29348,58.54162],[-6.84137,58.29773],[-7.00574,58.29293],[-7.10162,58.20644],[-7.25731,58.17931],[-7.25311,58.10049],[-7.40707,58.09056],[-7.39135,57.79114],[-7.79099,57.77332],[-7.76242,57.54442],[-7.6985,57.14532],[-7.79438,57.13045],[-7.71676,56.73686],[-7.01221,56.76544],[-6.97992,56.54539],[-7.06386,56.54539],[-7.04449,56.35626],[-6.50068,56.38129],[-6.44914,55.97936],[-6.56329,55.96915],[-6.53937,55.70301],[-6.55955,55.69073],[-6.53453,55.67617],[-6.52162,55.57044],[-5.89126,55.59234],[-5.85601,55.23207],[-5.22936,55.2516],[-5.18371,54.62541],[-3.6656,54.65184],[-3.64962,54.432],[-3.54004,54.43067],[-3.53091,54.02902],[-3.06977,54.03036],[-3.06757,53.82214],[-3.08049,53.77399],[-3.06192,53.74775],[-3.06112,53.6737],[-3.21447,53.67084],[-3.20577,53.42262],[-3.27996,53.35522],[-3.28967,53.36084],[-3.33275,53.36493],[-3.37613,53.35403],[-4.0889,53.34331],[-4.09455,53.4612],[-4.69741,53.44486],[-4.68828,53.33186],[-4.72024,53.28958],[-4.68371,53.24862],[-4.67687,53.15426],[-4.84808,53.14468],[-4.81783,52.74403],[-4.25458,52.75589],[-4.22888,52.25488],[-4.26076,52.25364],[-4.27246,52.24326],[-4.81363,52.23009],[-4.80792,52.11389],[-5.38891,52.09917],[-5.37179,51.91297],[-5.42087,51.91015],[-5.41402,51.84532],[-5.36836,51.84744],[-5.34668,51.55953],[-4.77368,51.57585],[-4.76569,51.48851],[-4.19154,51.49704],[-4.18698,51.43447],[-3.61512,51.44443],[-3.61055,51.37465],[-3.14941,51.37893],[-3.14941,51.29193],[-4.30387,51.27459],[-4.28612,51.05087],[-4.85433,51.03666],[-4.83722,50.72128],[-5.26183,50.70827],[-5.23955,50.35306]],[[-2.15027,60.17132],[-2.00302,60.16961],[-2.00131,60.0997],[-2.14855,60.10112],[-2.15027,60.17132]],[[-6.2086,59.11635],[-6.12299,59.11664],[-6.12185,59.0715],[-6.20974,59.0715],[-6.2086,59.11635]],[[-4.41596,59.0889],[-4.4212,59.07708],[-4.39719,59.07791],[-4.39134,59.08973],[-4.41596,59.0889]]]},{id:"OS-New_Popular_Edition-historic",name:"OS New Popular Edition historic",type:"tms",template:"https://ooc.openstreetmap.org/npe/{zoom}/{x}/{y}.png",scaleExtent:[6,15],polygon:[[[-3.68466,55.23744],[-3.65106,54.42892],[-3.54463,54.43072],[-3.52815,54.02593],[-3.07016,54.03137],[-3.06123,53.6717],[-3.21298,53.67048],[-3.20371,53.35568],[-4.10424,53.34297],[-4.11042,53.46005],[-4.71124,53.44799],[-4.69339,53.15171],[-4.84307,53.1476],[-4.81595,52.74378],[-4.25342,52.75541],[-4.22733,52.24378],[-4.81303,52.23117],[-4.80754,52.11452],[-5.38913,52.09892],[-5.3493,51.56085],[-4.77252,51.57622],[-4.76772,51.48652],[-4.19299,51.49806],[-4.18956,51.43518],[-3.61278,51.44502],[-3.61072,51.37307],[-3.15067,51.37864],[-3.14723,51.28984],[-4.29462,51.2718],[-4.28363,51.04744],[-4.85423,51.03406],[-4.83707,50.76556],[-5.2621,50.75427],[-5.23395,50.34984],[-5.79562,50.33319],[-5.76228,49.92913],[-4.64717,49.96094],[-4.66914,50.2753],[-4.25166,50.2832],[-4.24617,50.19361],[-3.40159,50.20679],[-3.41395,50.52041],[-3.13105,50.52391],[-3.1338,50.66078],[-2.66963,50.66252],[-2.66688,50.5719],[-1.04228,50.56929],[-1.04502,50.70429],[-0.54652,50.69994],[-0.54103,50.79031],[-0.08784,50.78424],[-0.08887,50.72211],[0.47693,50.70907],[0.48242,50.81939],[0.98024,50.8068],[0.99328,51.01333],[1.44784,51.00036],[1.47805,51.40478],[1.018,51.41634],[1.04272,51.76742],[1.6195,51.75084],[1.65246,52.15456],[1.72662,52.15245],[1.79529,52.9594],[0.60396,52.99123],[0.60327,52.97222],[0.38148,52.97883],[0.39625,53.24796],[0.31934,53.24961],[0.34269,53.65319],[0.11609,53.65726],[0.13738,54.06181],[-0.06243,54.06584],[-0.04183,54.46924],[-0.56781,54.47722],[-0.56163,54.65715],[-1.18098,54.66271],[-1.17755,54.84183],[-1.33342,54.84381],[-1.32655,55.24743],[-1.53117,55.24821],[-1.52636,55.6528],[-1.76394,55.6528],[-1.76257,55.96765],[-2.40321,55.96727],[-2.39772,55.56243],[-2.16151,55.56282],[-2.15808,55.2486],[-2.92158,55.24571],[-3.68466,55.23744]]]},{id:"OS-OpenData_Locator",name:"OS OpenData Locator",type:"tms",template:"http://tiles.itoworld.com/os_locator/{zoom}/{x}/{y}.png",scaleExtent:[0,22],polygon:[[[-0.88639,61.11666],[-9.24009,57.92465],[-6.61235,55.46835],[-6.1039,55.40191],[-5.61358,55.06607],[-5.40088,54.90562],[-5.29371,54.77201],[-5.11832,54.5911],[-4.92368,54.38599],[-4.94067,53.59884],[-5.44172,52.27725],[-6.03376,51.6012],[-7.54473,49.33762],[-2.59721,50.2588],[0.65674,50.64047],[1.32419,50.83256],[1.87586,51.19234],[2.05883,52.88863],[-1.61452,56.47933],[-1.21085,57.64972],[-1.69525,59.08903],[0.21543,60.43058],[-0.88639,61.11666]]],overlay:true},{id:"OS-OpenData_StreetView",name:"OS OpenData StreetView",type:"tms",template:"https://{switch:a,b,c}.os.openstreetmap.org/sv/{zoom}/{x}/{y}.png",scaleExtent:[1,18],polygon:[[[-5.82929,50.02297],[-5.82929,50.25482],[-5.37336,50.25482],[-5.37336,50.35306],[-5.1756,50.35306],[-5.1756,50.59254],[-4.99707,50.59254],[-4.99707,50.69356],[-4.79657,50.69356],[-4.79657,50.78221],[-4.69495,50.78221],[-4.69495,50.96074],[-4.60431,50.96074],[-4.60431,51.06921],[-4.37922,51.06921],[-4.37922,51.25218],[-3.90393,51.25218],[-3.90393,51.2917],[-3.71717,51.2917],[-3.71717,51.2453],[-3.14862,51.2453],[-3.14862,51.36207],[-3.74463,51.36207],[-3.74463,51.43404],[-3.82978,51.43404],[-3.82978,51.52982],[-4.08521,51.52982],[-4.08521,51.49393],[-4.37922,51.49393],[-4.37922,51.54272],[-5.14442,51.54272],[-5.14442,51.6296],[-5.73871,51.6296],[-5.73871,51.77404],[-5.50954,51.77404],[-5.50954,51.98026],[-5.1988,51.98026],[-5.1988,52.09734],[-4.88806,52.09734],[-4.88806,52.18316],[-4.49575,52.18316],[-4.49575,52.29257],[-4.30154,52.29257],[-4.30154,52.36853],[-4.18112,52.36853],[-4.18112,52.79337],[-4.44137,52.79337],[-4.44137,52.73696],[-4.85698,52.73696],[-4.85698,52.93173],[-4.7288,52.93173],[-4.7288,53.50386],[-4.15782,53.50386],[-4.15782,53.41135],[-3.31105,53.41135],[-3.31105,53.50386],[-3.23337,53.50386],[-3.23337,54.01592],[-3.39262,54.01592],[-3.39262,54.1981],[-3.55964,54.1981],[-3.55964,54.43373],[-3.7189,54.43373],[-3.7189,54.7219],[-4.30154,54.7219],[-4.30154,54.61407],[-5.04731,54.61407],[-5.04731,54.75329],[-5.22987,54.75329],[-5.22987,55.21908],[-5.65326,55.21908],[-5.65326,55.25009],[-5.89796,55.25009],[-5.89796,55.48225],[-6.59332,55.48225],[-6.59332,56.30134],[-7.17277,56.30134],[-7.17277,56.56018],[-6.81717,56.56018],[-6.81717,56.69917],[-6.53153,56.69917],[-6.53153,56.9067],[-6.81168,56.9067],[-6.81168,57.37166],[-6.8721,57.37166],[-6.8721,57.55189],[-7.09732,57.55189],[-7.09732,57.24111],[-7.17423,57.24111],[-7.17423,56.9067],[-7.37198,56.9067],[-7.37198,56.80759],[-7.5203,56.80759],[-7.5203,56.71425],[-7.83068,56.71425],[-7.83068,56.89946],[-7.64941,56.89946],[-7.64941,57.47396],[-7.83068,57.47396],[-7.83068,57.79156],[-7.47362,57.79156],[-7.47362,58.08606],[-7.18798,58.08606],[-7.18798,58.3672],[-6.80346,58.3672],[-6.80346,58.41558],[-6.63866,58.41558],[-6.63866,58.46733],[-6.51781,58.46733],[-6.51781,58.56256],[-6.05362,58.56256],[-6.05362,58.15688],[-6.14701,58.15688],[-6.14701,58.11059],[-6.27998,58.11059],[-6.27998,57.71227],[-6.15913,57.71227],[-6.15913,57.66676],[-5.93391,57.66676],[-5.93391,57.88925],[-5.80643,57.88925],[-5.80643,57.96218],[-5.61417,57.96218],[-5.61417,58.09112],[-5.49082,58.09112],[-5.49082,58.37333],[-5.31991,58.37333],[-5.31991,58.75015],[-3.572,58.75015],[-3.572,59.20918],[-3.19445,59.20918],[-3.19445,59.47592],[-2.24358,59.47592],[-2.24358,59.13887],[-2.4611,59.13887],[-2.4611,58.81859],[-2.74077,58.81859],[-2.74077,58.58047],[-2.91167,58.58047],[-2.91167,58.11575],[-3.48654,58.11575],[-3.48654,57.74039],[-1.71532,57.74039],[-1.71532,57.22256],[-1.97945,57.22256],[-1.97945,56.87607],[-2.1659,56.87607],[-2.1659,56.63332],[-2.36011,56.63332],[-2.36011,56.04775],[-1.97945,56.04775],[-1.97945,55.86509],[-1.4745,55.86509],[-1.4745,55.24999],[-1.3222,55.24999],[-1.3222,54.82217],[-1.055,54.82217],[-1.055,54.67466],[-0.66188,54.67466],[-0.66188,54.55275],[-0.32476,54.55275],[-0.32476,54.28652],[0.00928,54.28652],[0.00928,53.79385],[0.2082,53.79385],[0.2082,53.52177],[0.41635,53.52177],[0.41635,53.02989],[1.42734,53.02989],[1.42734,52.92021],[1.83339,52.92021],[1.83339,52.04249],[1.52355,52.04249],[1.52355,51.82613],[1.2697,51.82613],[1.2697,51.69675],[1.11665,51.69675],[1.11665,51.44035],[1.52355,51.44035],[1.52355,51.33318],[1.45076,51.33318],[1.45076,51.02076],[1.06999,51.02076],[1.06999,50.90084],[0.77881,50.90084],[0.77881,50.72984],[-0.7256,50.72984],[-0.7256,50.70384],[-1.00744,50.70384],[-1.00744,50.57363],[-2.36253,50.57363],[-2.36253,50.48464],[-2.49878,50.48464],[-2.49878,50.57363],[-3.40964,50.57363],[-3.40964,50.20578],[-3.69224,50.20578],[-3.69224,50.13477],[-5.00547,50.13477],[-5.00547,49.94745],[-5.28395,49.94745],[-5.28395,50.02297],[-5.82929,50.02297]],[[-6.45807,49.86736],[-6.45807,49.94999],[-6.39788,49.94999],[-6.39788,50.00538],[-6.17996,50.00538],[-6.17996,49.91686],[-6.25402,49.91686],[-6.25402,49.86736],[-6.45807,49.86736]],[[-5.83432,49.93216],[-5.83432,49.97546],[-5.76833,49.97546],[-5.76833,49.93216],[-5.83432,49.93216]],[[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857]],[[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686],[-2.20338,60.19686]],[[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983],[-1.75431,59.56983]],[[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705],[-4.5586,59.13705]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406],[-8.71635,57.94406]],[[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021],[-7.6077,50.4021]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]]]},{id:"OS-Scottish_Popular-historic",name:"OS Scottish Popular historic",type:"tms",template:"https://ooc.openstreetmap.org/npescotland/{zoom}/{x}/{y}.jpg",scaleExtent:[6,15],polygon:[[[-6.37546,57.1045],[-6.12998,57.11183],[-6.12586,56.94143],[-6.26045,56.93892],[-6.26045,56.83765],[-6.24259,56.65806],[-6.3552,56.65655],[-6.37649,56.79029],[-7.02812,56.76396],[-6.99636,56.54246],[-7.04391,56.53937],[-7.03206,56.44201],[-6.98331,56.44353],[-6.97593,56.36063],[-6.45271,56.37964],[-6.44035,56.2013],[-6.19315,56.21199],[-6.18354,56.12483],[-6.36379,56.11641],[-6.36173,55.98258],[-6.48944,55.97912],[-6.47777,55.84134],[-6.55467,55.8371],[-6.53545,55.66049],[-6.45442,55.66087],[-6.44412,55.57285],[-6.19985,55.57266],[-5.96845,55.58857],[-5.98562,55.7686],[-5.90665,55.77169],[-5.88949,55.59284],[-5.80983,55.594],[-5.79335,55.41395],[-5.827,55.41395],[-5.80915,55.24247],[-5.61826,55.24873],[-5.62101,55.26713],[-5.46239,55.27026],[-5.48642,55.514],[-5.43836,55.51516],[-5.42943,55.42681],[-5.24129,55.43071],[-5.19464,54.80351],[-5.07105,54.80668],[-5.05221,54.62471],[-4.3223,54.65173],[-4.33123,54.7319],[-4.06786,54.73697],[-4.06786,54.76471],[-3.55699,54.77342],[-3.55837,54.83754],[-2.42098,54.84671],[-2.42647,55.25265],[-2.03097,55.25265],[-2.01449,55.56606],[-1.76455,55.56606],[-1.76455,55.9724],[-2.35026,55.96548],[-2.5796,56.06527],[-2.58234,56.37071],[-2.65032,56.36919],[-2.65581,56.50585],[-2.48965,56.50509],[-2.42785,56.55356],[-2.42373,56.73026],[-2.1628,56.73177],[-2.17104,56.99301],[-2.00075,56.99301],[-1.98479,57.3159],[-1.83476,57.31553],[-1.83441,57.36074],[-1.75167,57.36111],[-1.74893,57.63046],[-1.83613,57.63009],[-1.83544,57.70171],[-2.00436,57.70207],[-2.00367,57.71968],[-3.22281,57.71418],[-3.22629,57.76157],[-3.51331,57.77622],[-3.50914,57.71051],[-3.84766,57.70611],[-3.85182,57.76853],[-3.79925,57.76989],[-3.80474,57.88578],[-3.85556,57.88651],[-3.85937,57.97558],[-3.79513,57.97656],[-3.79483,58.03052],[-3.69733,58.03161],[-3.69458,58.06722],[-3.52391,58.07437],[-3.52978,58.16007],[-3.35774,58.16286],[-3.3483,58.28742],[-3.07638,58.29121],[-3.03004,58.43744],[-3.01768,58.65814],[-2.85837,58.66028],[-2.86524,58.7943],[-2.75812,58.79715],[-2.76636,58.87461],[-2.6208,58.88668],[-2.62766,58.97527],[-2.54114,58.97668],[-2.54217,59.0841],[-2.52363,59.08375],[-2.52913,59.1574],[-2.43849,59.15705],[-2.4378,59.246],[-2.36914,59.24705],[-2.3688,59.40748],[-2.52947,59.40748],[-2.52741,59.33436],[-2.70319,59.33576],[-2.70525,59.40608],[-3.12891,59.40433],[-3.12411,59.15951],[-3.40288,59.1574],[-3.39464,58.9689],[-3.4276,58.96961],[-3.42572,58.88526],[-3.45215,58.87071],[-3.51017,58.86911],[-3.50708,58.78826],[-3.38555,58.79004],[-3.3828,58.6999],[-3.4494,58.69847],[-3.45078,58.65385],[-3.50159,58.65421],[-3.5009,58.62705],[-3.72612,58.62383],[-3.72475,58.60595],[-4.6476,58.5895],[-4.65996,58.67171],[-5.10697,58.66135],[-5.09804,58.58091],[-5.23743,58.57769],[-5.22455,58.26305],[-5.4127,58.25818],[-5.39965,58.12245],[-5.53286,58.11991],[-5.52393,57.99494],[-5.55346,57.99422],[-5.54728,57.93995],[-5.85696,57.93157],[-5.83181,57.73361],[-5.86374,57.73224],[-5.85773,57.66096],[-6.19624,57.64975],[-6.20242,57.72353],[-6.41666,57.7162],[-6.42421,57.75945],[-6.4764,57.75725],[-6.46884,57.71326],[-6.53339,57.71216],[-6.52721,57.6391],[-6.692,57.63395],[-6.68102,57.54341],[-6.78195,57.53826],[-6.75311,57.31608],[-6.50592,57.32498],[-6.49768,57.28084],[-6.4812,57.27824],[-6.47159,57.19203],[-6.38644,57.19352],[-6.37546,57.1045]],[[-7.65043,56.77461],[-7.40667,56.79304],[-7.41972,56.88281],[-7.38676,56.90268],[-7.25836,56.91056],[-7.24806,57.07141],[-7.11485,57.077],[-7.16772,57.43466],[-7.0352,57.44094],[-7.05236,57.69026],[-6.86834,57.6976],[-6.87315,57.71631],[-6.70286,57.72217],[-6.71591,57.81117],[-6.53188,57.81958],[-6.53875,57.88133],[-6.22015,57.89265],[-6.24143,58.09935],[-6.12676,58.10152],[-6.17758,58.53105],[-6.46734,58.52029],[-6.4591,58.45102],[-6.63145,58.44455],[-6.6239,58.39169],[-6.79212,58.38485],[-6.78869,58.34956],[-6.90885,58.34415],[-6.89718,58.25503],[-7.20136,58.24166],[-7.14094,57.83201],[-7.37509,57.82104],[-7.36822,57.69503],[-7.6573,57.68292],[-7.67652,57.80715],[-7.79257,57.80202],[-7.77327,57.67734],[-7.70756,57.68024],[-7.69376,57.59088],[-7.75947,57.58797],[-7.74587,57.49965],[-7.51241,57.5085],[-7.47911,57.29468],[-7.52855,57.2932],[-7.51276,57.05871],[-7.61163,57.05386],[-7.59859,56.87493],[-7.66725,56.87268],[-7.65043,56.77461]],[[-1.46238,59.82831],[-1.21519,59.83107],[-1.21519,59.96194],[-1.10533,59.96056],[-1.0986,60.09498],[-0.97632,60.09346],[-0.96352,60.3476],[-0.74028,60.34484],[-0.7147,60.84722],[-1.08215,60.85901],[-1.08455,60.76944],[-1.21296,60.77011],[-1.21579,60.68079],[-1.23364,60.68113],[-1.23467,60.5909],[-1.27132,60.59191],[-1.27338,60.64581],[-1.45466,60.64648],[-1.45397,60.59224],[-1.6373,60.59292],[-1.63954,60.3507],[-1.73172,60.35095],[-1.73172,60.18067],[-1.64177,60.17931],[-1.64177,60.1448],[-1.46393,60.14344],[-1.46238,59.82831]],[[-6.21496,56.97437],[-6.22525,57.06445],[-6.29117,57.06184],[-6.29237,57.08062],[-6.62162,57.06943],[-6.61338,57.00629],[-6.46163,57.01302],[-6.4582,56.96776],[-6.21496,56.97437]],[[-2.12774,60.10855],[-2.12803,60.16207],[-2.00203,60.16224],[-2.00174,60.10872],[-2.12774,60.10855]],[[-6.68977,56.95804],[-6.69228,56.9759],[-6.65984,56.97726],[-6.65733,56.9594],[-6.68977,56.95804]],[[-7.66365,58.25846],[-7.66844,58.28502],[-7.54896,58.29098],[-7.54417,58.26442],[-7.66365,58.25846]],[[-8.65104,57.78885],[-8.66674,57.875],[-8.48272,57.88449],[-8.46702,57.79836],[-8.65104,57.78885]]]},{id:"osmie_barony",name:"OSMIE Baronies",type:"tms",template:"https://tile.openstreetmap.ie/barony/{zoom}/{x}/{y}.png",scaleExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_cps",name:"OSMIE Civil Parishes",type:"tms",template:"https://tile.openstreetmap.ie/civilparish/{zoom}/{x}/{y}.png",scaleExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_dail_ea",name:"OSMIE Dail Election Areas",type:"tms",template:"https://tile.openstreetmap.ie/dail_ea/{zoom}/{x}/{y}.png",scaleExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_eds",name:"OSMIE EDs",type:"tms",template:"https://tile.openstreetmap.ie/ed/{zoom}/{x}/{y}.png",scaleExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_local_ea",name:"OSMIE Local Election Areas",type:"tms",template:"https://tile.openstreetmap.ie/local_ea/{zoom}/{x}/{y}.png",scaleExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_tie_not_counties",name:"OSMIE T.ie Land not in Counties",type:"tms",template:"https://www.townlands.ie/tiles/not_counties/{zoom}/{x}/{y}.png",scaleExtent:[2,19],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_tds",name:"OSMIE Townlands",type:"tms",template:"https://tile.openstreetmap.ie/townland/{zoom}/{x}/{y}.png",scaleExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"al_palestina",name:"Palestina AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Palestina&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.28907,-9.71916],[-37.28904,-9.71114],[-37.28911,-9.7022],[-37.28915,-9.69175],[-37.28919,-9.68886],[-37.28927,-9.68069],[-37.28926,-9.67732],[-37.28936,-9.66999],[-37.28936,-9.66599],[-37.28931,-9.66133],[-37.28941,-9.65526],[-37.28946,-9.64556],[-37.2895,-9.63489],[-37.28954,-9.62926],[-37.2964,-9.62885],[-37.31188,-9.62897],[-37.32762,-9.62914],[-37.33181,-9.62919],[-37.34338,-9.62917],[-37.35876,-9.62923],[-37.37175,-9.6293],[-37.37839,-9.62913],[-37.38051,-9.62922],[-37.38061,-9.63143],[-37.38054,-9.63785],[-37.38043,-9.63895],[-37.38053,-9.64147],[-37.38051,-9.64876],[-37.3805,-9.6543],[-37.38043,-9.656],[-37.38024,-9.66028],[-37.38022,-9.66551],[-37.38019,-9.67054],[-37.38016,-9.67896],[-37.38013,-9.68781],[-37.38009,-9.70116],[-37.38003,-9.71053],[-37.3801,-9.71743],[-37.38005,-9.71959],[-37.37932,-9.71954],[-37.37392,-9.71956],[-37.36582,-9.71945],[-37.35849,-9.71946],[-37.35334,-9.71938],[-37.34414,-9.71937],[-37.33423,-9.71923],[-37.32933,-9.71927],[-37.3218,-9.71924],[-37.31983,-9.71927],[-37.31094,-9.7192],[-37.29589,-9.71921],[-37.28907,-9.71916]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"palmeira_dos_indios",name:"Palmeira dos Indios AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Palmeira%20dos%20Indios&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.58664,-9.46124],[-36.58665,-9.45851],[-36.58619,-9.41968],[-36.58604,-9.41452],[-36.58596,-9.40593],[-36.58585,-9.39509],[-36.58579,-9.39163],[-36.58565,-9.38983],[-36.58549,-9.38249],[-36.58529,-9.37965],[-36.58511,-9.37744],[-36.58503,-9.37059],[-36.5889,-9.37058],[-36.59064,-9.37065],[-36.59389,-9.3706],[-36.60037,-9.37073],[-36.61046,-9.37049],[-36.62288,-9.37021],[-36.63377,-9.37002],[-36.63835,-9.36986],[-36.64743,-9.36997],[-36.65141,-9.36994],[-36.65534,-9.36972],[-36.65647,-9.36974],[-36.66111,-9.37024],[-36.66276,-9.37026],[-36.66704,-9.36973],[-36.67052,-9.36966],[-36.67325,-9.36966],[-36.67602,-9.36987],[-36.67593,-9.3726],[-36.67597,-9.37679],[-36.67639,-9.38138],[-36.67654,-9.38464],[-36.67663,-9.39265],[-36.67675,-9.39829],[-36.67689,-9.40875],[-36.67707,-9.41887],[-36.67717,-9.43179],[-36.67724,-9.43395],[-36.67718,-9.43753],[-36.67728,-9.44311],[-36.6773,-9.44933],[-36.67741,-9.45528],[-36.6774,-9.45938],[-36.67735,-9.46017],[-36.67568,-9.46021],[-36.66625,-9.4603],[-36.66224,-9.4603],[-36.65736,-9.46042],[-36.6504,-9.46047],[-36.63543,-9.46065],[-36.61979,-9.46083],[-36.61433,-9.46083],[-36.61029,-9.46097],[-36.60647,-9.46097],[-36.60186,-9.46099],[-36.59426,-9.46112],[-36.58664,-9.46124]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Pangasinan_Bulacan_HiRes",name:"Pangasinán/Bulacan (Philippines HiRes)",type:"tms",template:"https://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png",scaleExtent:[12,19],polygon:[[[120.33659,15.98577],[120.44599,15.984],[120.44613,15.97446],[120.47646,15.97459],[120.59425,15.94683],[120.59806,16.09079],[120.59654,16.198],[120.36854,16.21853],[120.34758,16.04231],[120.33659,15.98577]],[[120.8268,15.3658],[121.2684,15.2602],[121.2699,14.7025],[120.695,14.8423],[120.8268,15.3658]]]},{id:"pao_de_acucar",name:"Pão de Açucar AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Pao%20de%20Acucar&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.39003,-9.78589],[-37.39019,-9.7762],[-37.38993,-9.76575],[-37.38991,-9.75256],[-37.39015,-9.74102],[-37.39003,-9.73201],[-37.39012,-9.72254],[-37.39015,-9.71289],[-37.39019,-9.70341],[-37.3902,-9.69548],[-37.40377,-9.6955],[-37.41728,-9.6956],[-37.43224,-9.69569],[-37.44319,-9.69573],[-37.44723,-9.69582],[-37.45682,-9.69585],[-37.47062,-9.69591],[-37.47373,-9.69591],[-37.47586,-9.69604],[-37.48128,-9.69605],[-37.48131,-9.6989],[-37.48122,-9.70087],[-37.48121,-9.70239],[-37.48135,-9.70545],[-37.48138,-9.71046],[-37.48134,-9.71617],[-37.4812,-9.71875],[-37.48125,-9.72035],[-37.48136,-9.72134],[-37.48134,-9.7241],[-37.4813,-9.72506],[-37.48103,-9.72732],[-37.48102,-9.73088],[-37.48127,-9.73462],[-37.48131,-9.73638],[-37.48131,-9.73893],[-37.48131,-9.74388],[-37.4813,-9.74989],[-37.48122,-9.75315],[-37.48102,-9.75855],[-37.48084,-9.7642],[-37.48085,-9.76526],[-37.48094,-9.76675],[-37.48093,-9.76881],[-37.48084,-9.7721],[-37.48087,-9.77486],[-37.48076,-9.77993],[-37.48081,-9.7863],[-37.46382,-9.78623],[-37.45353,-9.7862],[-37.43979,-9.78611],[-37.42998,-9.78607],[-37.4208,-9.786],[-37.40853,-9.78596],[-37.39545,-9.78593],[-37.39003,-9.78589]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"PCN-Italy-2006",name:"PCN 2006 - Italy",type:"wms",template:"http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_06.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OI.ORTOIMMAGINI.2006.33,OI.ORTOIMMAGINI.2006.32&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2006-01-01T00:00:00.000Z",startDate:"2006-01-01T00:00:00.000Z",polygon:[[[7.54795,43.73118],[8.10697,43.86701],[8.73593,44.38944],[10.18338,43.85116],[9.55016,43.13605],[10.27725,42.27515],[11.69748,42.08118],[12.90059,40.84897],[14.97466,40.20869],[16.04773,38.8953],[13.1086,38.74113],[11.77717,37.93605],[14.40624,36.74299],[15.13467,36.59364],[15.42867,37.027],[15.21993,37.43376],[15.4836,37.92936],[16.01644,37.8036],[17.21669,38.87425],[17.21669,39.40468],[16.55477,39.78775],[17.05464,40.45144],[18.32906,39.70539],[18.68773,40.0587],[18.04964,40.67064],[16.00545,41.52122],[16.38448,41.85964],[15.51837,42.1537],[14.57997,42.2461],[13.56099,43.65128],[12.57889,44.0867],[12.28795,44.62204],[12.56398,44.97092],[12.34151,45.17458],[12.41696,45.40557],[13.09252,45.62826],[13.69549,45.70806],[13.78445,45.5825],[13.9191,45.6322],[13.8235,45.7176],[13.59784,45.8072],[13.64307,45.98326],[13.52963,45.96588],[13.47474,46.00546],[13.66472,46.17392],[13.47587,46.22725],[13.42218,46.20758],[13.37671,46.29668],[13.59777,46.44137],[13.68684,46.43881],[13.7148,46.5222],[12.9151,46.60953],[12.38708,46.71529],[12.27591,46.88651],[12.17486,46.90895],[12.11675,47.01241],[12.21781,47.03996],[12.19254,47.09331],[11.74789,46.98484],[11.33355,46.99862],[11.10618,46.92966],[11.00764,46.76896],[10.72974,46.78972],[10.75753,46.82258],[10.66405,46.87614],[10.47197,46.85698],[10.38659,46.67847],[10.49375,46.62049],[10.46136,46.53164],[10.25309,46.57432],[10.23674,46.63484],[10.10307,46.61003],[10.03715,46.44479],[10.165,46.41051],[10.10506,46.3372],[10.17862,46.25626],[10.07055,46.21668],[9.95249,46.38045],[9.73086,46.35071],[9.71273,46.29266],[9.57015,46.2958],[9.46117,46.37481],[9.45936,46.50873],[9.40487,46.46621],[9.36128,46.5081],[9.28136,46.49685],[9.24503,46.23616],[8.95601,45.96503],[9.09065,45.89906],[9.0298,45.82127],[8.90992,45.8333],[8.9408,45.86682],[8.88904,45.95465],[8.78551,45.99063],[8.85617,46.0748],[8.62242,46.12112],[8.45032,46.26869],[8.42464,46.46367],[8.08814,46.26692],[8.15493,46.1834],[8.11383,46.11577],[8.02906,46.10331],[7.98881,45.99867],[7.9049,45.99945],[7.85949,45.91485],[7.56343,45.97421],[7.10685,45.85653],[7.04151,45.92435],[6.95315,45.85163],[6.80785,45.83265],[6.80785,45.71864],[6.98948,45.63869],[7.00037,45.509],[7.18019,45.40071],[7.10572,45.32924],[7.13115,45.25386],[6.85144,45.13226],[6.7697,45.16044],[6.62803,45.11175],[6.66981,45.02324],[6.74791,45.01939],[6.75518,44.89915],[7.02217,44.82519],[7.07484,44.68073],[6.95133,44.66264],[6.85507,44.53072],[6.94504,44.43112],[6.88784,44.42043],[6.89171,44.36637],[7.00764,44.23736],[7.36364,44.11882],[7.68694,44.17487],[7.72508,44.07578],[7.49355,43.86551],[7.54795,43.73118]],[[8.17134,39.14848],[8.62453,38.75119],[9.09831,39.03764],[9.03102,39.13144],[9.26585,39.18575],[9.64076,39.0227],[9.89894,40.67991],[9.50068,41.39257],[8.30317,40.91071],[8.41304,41.16139],[8.21254,41.13864],[8.07521,40.59862],[8.36154,40.35],[8.27914,39.98585],[8.38283,39.6536],[8.17134,39.14848]],[[12.51489,35.53423],[12.64054,35.5306],[12.63861,35.48641],[12.51296,35.49005],[12.51489,35.53423]],[[11.91218,36.85688],[12.08179,36.85523],[12.07958,36.70974],[11.90998,36.71139],[11.91218,36.85688]],[[12.84019,35.88131],[12.89186,35.88145],[12.89198,35.85003],[12.84031,35.84989],[12.84019,35.88131]]]},{id:"PCN-Lazio_Umbria-2008",name:"PCN 2008 - IT Lazio+Umbria",type:"wms",template:"http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_08.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OI.ORTOIMMAGINI.2008.33&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2008-01-01T00:00:00.000Z",startDate:"2008-01-01T00:00:00.000Z",polygon:[[[12.33149,41.64637],[12.41178,41.64791],[12.41499,41.54635],[12.49574,41.54789],[12.4985,41.49619],[12.57948,41.49843],[12.58062,41.42932],[12.60632,41.4288],[12.60746,41.39663],[12.8293,41.39818],[12.83159,41.34688],[12.9128,41.34843],[12.9151,41.29726],[12.99585,41.2983],[12.99791,41.19636],[13.1679,41.19808],[13.16721,41.24692],[13.41337,41.24829],[13.4152,41.19705],[13.8341,41.19808],[13.83341,41.2476],[13.91737,41.24847],[13.91668,41.39749],[14.0011,41.39784],[13.99996,41.49774],[14.08415,41.49826],[14.08346,41.65014],[14.00087,41.6498],[13.99973,41.75051],[13.83433,41.74965],[13.83364,41.80047],[13.75151,41.79978],[13.7499,41.84987],[13.41841,41.8497],[13.41681,41.95027],[13.33445,41.94959],[13.3333,42.00041],[13.25141,41.99973],[13.25003,42.05051],[13.08509,42.04966],[13.08394,42.097],[13.33399,42.09819],[13.33376,42.1472],[13.41772,42.14822],[13.41635,42.25052],[13.33399,42.24984],[13.33353,42.30094],[13.25141,42.29992],[13.25003,42.54699],[13.41795,42.54817],[13.41589,42.75065],[13.33468,42.74947],[13.33307,42.90056],[13.16836,42.89938],[13.16721,42.95079],[12.96419,42.95012],[12.96258,43.0003],[12.91877,42.9998],[12.91601,43.25078],[12.83526,43.24994],[12.83228,43.50107],[12.66321,43.4994],[12.66482,43.45112],[12.58567,43.44996],[12.58246,43.5508],[12.50171,43.5498],[12.49987,43.65131],[12.16242,43.64915],[12.16494,43.60132],[12.07891,43.5995],[12.0819,43.45196],[11.99541,43.44913],[11.99862,43.34661],[12.07891,43.34795],[12.08075,43.30189],[11.9961,43.29955],[11.99862,43.20214],[11.91237,43.19929],[11.91466,43.15212],[11.83207,43.14944],[11.8323,43.09653],[11.91099,43.09837],[11.91466,42.90191],[11.82909,42.89922],[11.83139,42.85231],[11.74582,42.84945],[11.74811,42.65236],[11.6731,42.64966],[11.67493,42.6105],[11.49485,42.59936],[11.49852,42.49593],[11.57812,42.49796],[11.58156,42.45244],[11.41226,42.44872],[11.41524,42.34656],[11.49599,42.34792],[11.49921,42.29636],[11.57835,42.29822],[11.58225,42.24628],[11.66185,42.24832],[11.66621,42.09649],[11.74536,42.09819],[11.74903,41.99666],[11.91443,41.99922],[11.91535,41.98626],[11.99403,41.98745],[11.99862,41.89685],[12.07868,41.89907],[12.08144,41.84594],[12.16311,41.84799],[12.16563,41.6964],[12.3292,41.69863],[12.33149,41.64637]]]},{id:"PCN-Italy-2012",name:"PCN 2012 - Italy",type:"wms",template:"http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_12.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.ORTOIMMAGINI.2012&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[7.54795,43.73118],[8.10697,43.86701],[8.73593,44.38944],[10.18338,43.85116],[9.55016,43.13605],[10.27725,42.27515],[11.69748,42.08118],[12.90059,40.84897],[14.97466,40.20869],[16.04773,38.8953],[13.1086,38.74113],[11.77717,37.93605],[14.40624,36.74299],[15.13467,36.59364],[15.42867,37.027],[15.21993,37.43376],[15.4836,37.92936],[16.01644,37.8036],[17.21669,38.87425],[17.21669,39.40468],[16.55477,39.78775],[17.05464,40.45144],[18.32906,39.70539],[18.68773,40.0587],[18.04964,40.67064],[16.00545,41.52122],[16.38448,41.85964],[15.51837,42.1537],[14.57997,42.2461],[13.56099,43.65128],[12.57889,44.0867],[12.28795,44.62204],[12.56398,44.97092],[12.34151,45.17458],[12.41696,45.40557],[13.09252,45.62826],[13.69549,45.70806],[13.78445,45.5825],[13.9191,45.6322],[13.8235,45.7176],[13.59784,45.8072],[13.64307,45.98326],[13.52963,45.96588],[13.47474,46.00546],[13.66472,46.17392],[13.47587,46.22725],[13.42218,46.20758],[13.37671,46.29668],[13.59777,46.44137],[13.68684,46.43881],[13.7148,46.5222],[12.9151,46.60953],[12.38708,46.71529],[12.27591,46.88651],[12.17486,46.90895],[12.11675,47.01241],[12.21781,47.03996],[12.19254,47.09331],[11.74789,46.98484],[11.33355,46.99862],[11.10618,46.92966],[11.00764,46.76896],[10.72974,46.78972],[10.75753,46.82258],[10.66405,46.87614],[10.47197,46.85698],[10.38659,46.67847],[10.49375,46.62049],[10.46136,46.53164],[10.25309,46.57432],[10.23674,46.63484],[10.10307,46.61003],[10.03715,46.44479],[10.165,46.41051],[10.10506,46.3372],[10.17862,46.25626],[10.07055,46.21668],[9.95249,46.38045],[9.73086,46.35071],[9.71273,46.29266],[9.57015,46.2958],[9.46117,46.37481],[9.45936,46.50873],[9.40487,46.46621],[9.36128,46.5081],[9.28136,46.49685],[9.24503,46.23616],[8.95601,45.96503],[9.09065,45.89906],[9.0298,45.82127],[8.90992,45.8333],[8.9408,45.86682],[8.88904,45.95465],[8.78551,45.99063],[8.85617,46.0748],[8.62242,46.12112],[8.45032,46.26869],[8.42464,46.46367],[8.08814,46.26692],[8.15493,46.1834],[8.11383,46.11577],[8.02906,46.10331],[7.98881,45.99867],[7.9049,45.99945],[7.85949,45.91485],[7.56343,45.97421],[7.10685,45.85653],[7.04151,45.92435],[6.95315,45.85163],[6.80785,45.83265],[6.80785,45.71864],[6.98948,45.63869],[7.00037,45.509],[7.18019,45.40071],[7.10572,45.32924],[7.13115,45.25386],[6.85144,45.13226],[6.7697,45.16044],[6.62803,45.11175],[6.66981,45.02324],[6.74791,45.01939],[6.75518,44.89915],[7.02217,44.82519],[7.07484,44.68073],[6.95133,44.66264],[6.85507,44.53072],[6.94504,44.43112],[6.88784,44.42043],[6.89171,44.36637],[7.00764,44.23736],[7.36364,44.11882],[7.68694,44.17487],[7.72508,44.07578],[7.49355,43.86551],[7.54795,43.73118]],[[8.17134,39.14848],[8.62453,38.75119],[9.09831,39.03764],[9.03102,39.13144],[9.26585,39.18575],[9.64076,39.0227],[9.89894,40.67991],[9.50068,41.39257],[8.30317,40.91071],[8.41304,41.16139],[8.21254,41.13864],[8.07521,40.59862],[8.36154,40.35],[8.27914,39.98585],[8.38283,39.6536],[8.17134,39.14848]],[[12.51489,35.53423],[12.64054,35.5306],[12.63861,35.48641],[12.51296,35.49005],[12.51489,35.53423]],[[11.91218,36.85688],[12.08179,36.85523],[12.07958,36.70974],[11.90998,36.71139],[11.91218,36.85688]],[[12.84019,35.88131],[12.89186,35.88145],[12.89198,35.85003],[12.84031,35.84989],[12.84019,35.88131]]]},{id:"Actueel_ortho25_WMS",name:"PDOK aerial imagery Beeldmateriaal.nl 25cm latest",type:"tms",template:"https://geodata.nationaalgeoregister.nl/luchtfoto/rgb/wmts?FORMAT=image/jpeg&SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Actueel_ortho25&STYLE=&FORMAT=image/jpeg&tileMatrixSet=OGC:1.0:GoogleMapsCompatible&tileMatrix={zoom}&tileRow={y}&tileCol={x}",scaleExtent:[0,19],polygon:[[[3.14377,51.35984],[3.1575,51.24113],[3.33878,51.11544],[3.91281,51.05851],[4.65714,51.28067],[4.89334,51.26348],[5.17899,51.12579],[5.38498,51.13096],[5.54428,51.05678],[5.42069,50.85956],[5.46738,50.70326],[5.65689,50.61926],[6.14853,50.62143],[6.30234,50.85782],[6.29959,50.95438],[6.26389,51.01835],[6.37238,51.09259],[6.40122,51.20114],[6.37375,51.25102],[6.44516,51.31587],[6.42044,51.5496],[6.34354,51.67922],[6.79672,51.76429],[7.04666,51.91024],[7.07138,52.04559],[7.27188,52.17041],[7.30759,52.38551],[7.20596,52.53195],[7.28287,52.61458],[7.29935,52.77853],[7.44217,52.97827],[7.43393,53.28314],[7.04392,53.55159],[6.78299,53.63635],[6.23917,53.54016],[5.6871,53.51241],[5.17349,53.43885],[4.81644,53.23384],[4.65164,53.06583],[4.54178,52.48598],[4.32205,52.19568],[4.08104,52.01369],[4.02199,52.01623],[3.93684,51.96379],[3.95195,51.88079],[3.84483,51.84942],[3.62373,51.70752],[3.65532,51.66069],[3.63335,51.62746],[3.54683,51.62234],[3.39577,51.56091],[3.38203,51.51735],[3.49876,51.43267],[3.32985,51.38556],[3.14377,51.35984]]],terms_url:"https://www.nationaalgeoregister.nl/geonetwork/srv/dut/catalog.search#/search?facet.q=license%2FCC-BY&isChild=%27false%27&resultType=details&any_OR_title_OR_keyword=luchtfoto&fast=index&_content_type=json&from=1&to=20&sortBy=relevance",terms_text:"Kadaster / Beeldmateriaal.nl, CC BY 4.0",best:true,description:"Nationwide data set 25cm resolution color aerial imagery of the most recent year.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/nl/PDOK-Luchtfoto-Beeldmateriaal-25cm-latest.png"},{id:"al_piranhas",name:"Piranhas AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Piranhas&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.71918,-9.65236],[-37.71918,-9.63874],[-37.71914,-9.6321],[-37.71924,-9.62114],[-37.71929,-9.61023],[-37.71934,-9.59988],[-37.7194,-9.58891],[-37.71945,-9.57802],[-37.71944,-9.57173],[-37.71952,-9.56684],[-37.71956,-9.56225],[-37.71998,-9.56218],[-37.72258,-9.56195],[-37.72818,-9.56203],[-37.73254,-9.562],[-37.74107,-9.56206],[-37.74845,-9.56202],[-37.75926,-9.56216],[-37.76972,-9.56227],[-37.78036,-9.56244],[-37.78537,-9.56236],[-37.78907,-9.56233],[-37.79562,-9.56245],[-37.79771,-9.56237],[-37.81006,-9.56243],[-37.81061,-9.56241],[-37.81053,-9.56531],[-37.81049,-9.57629],[-37.81046,-9.58742],[-37.81038,-9.59757],[-37.81031,-9.61798],[-37.81018,-9.65197],[-37.81018,-9.6523],[-37.81024,-9.65259],[-37.80664,-9.65245],[-37.80206,-9.65253],[-37.79597,-9.65237],[-37.79179,-9.65252],[-37.78815,-9.65246],[-37.78723,-9.65242],[-37.78035,-9.65241],[-37.77865,-9.65223],[-37.77625,-9.6523],[-37.77475,-9.65219],[-37.77234,-9.65223],[-37.7696,-9.65245],[-37.76623,-9.65251],[-37.76345,-9.65246],[-37.7604,-9.6525],[-37.75102,-9.65237],[-37.75012,-9.65249],[-37.74155,-9.65248],[-37.7403,-9.65239],[-37.73785,-9.65246],[-37.73443,-9.65238],[-37.73106,-9.65243],[-37.72651,-9.65237],[-37.72195,-9.65225],[-37.71992,-9.65228],[-37.71918,-9.65236]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"PNOA-Spain-TMS",name:"PNOA Spain",type:"tms",template:"https://www.ign.es/wmts/pnoa-ma?request=GetTile&service=WMTS&VERSION=1.0.0&Layer=OI.OrthoimageCoverage&Style=default&Format=image/png&TileMatrixSet=GoogleMapsCompatible&TileMatrix={zoom}&TileRow={y}&TileCol={x}",scaleExtent:[0,20],polygon:[[[-17.88463,28.44606],[-17.89395,28.52255],[-18.02125,28.74819],[-18.02241,28.80384],[-17.9424,28.87261],[-17.89118,28.87371],[-17.89033,28.85151],[-17.76759,28.85378],[-17.76698,28.83122],[-17.74127,28.832],[-17.73949,28.76422],[-17.71398,28.76497],[-17.71293,28.73037],[-17.75744,28.69318],[-17.75708,28.67413],[-17.74579,28.67435],[-17.74573,28.61656],[-17.75197,28.58337],[-17.76225,28.5592],[-17.78331,28.54167],[-17.78316,28.49366],[-17.80861,28.4925],[-17.80601,28.4469],[-17.88463,28.44606]],[[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516]],[[-17.36038,28.06398],[-17.36297,28.17572],[-17.33756,28.17637],[-17.33846,28.2213],[-17.18579,28.22388],[-17.08208,28.13518],[-17.08084,28.068],[-17.13154,28.06681],[-17.15633,28.02146],[-17.23211,28.02037],[-17.23199,27.99804],[-17.25768,27.99784],[-17.25785,28.01997],[-17.30867,28.01923],[-17.36038,28.06398]],[[-16.92782,28.32758],[-16.92866,28.37219],[-16.87767,28.37293],[-16.87807,28.39542],[-16.52143,28.42261],[-16.44571,28.49113],[-16.44625,28.53597],[-16.42059,28.53627],[-16.42092,28.55884],[-16.34433,28.55976],[-16.3446,28.58221],[-16.19125,28.58372],[-16.19162,28.60684],[-16.12793,28.60782],[-16.1278,28.59218],[-16.09951,28.5925],[-16.09934,28.51638],[-16.16481,28.51612],[-16.16475,28.49386],[-16.23858,28.44847],[-16.26535,28.44761],[-16.26586,28.403],[-16.31675,28.40176],[-16.31631,28.38019],[-16.34208,28.37951],[-16.34083,28.2893],[-16.41584,28.19761],[-16.4151,28.13113],[-16.51533,28.01648],[-16.61684,28.01532],[-16.61681,27.99305],[-16.71842,27.99192],[-16.7191,28.03714],[-16.7447,28.03679],[-16.74534,28.08181],[-16.7707,28.08161],[-16.8224,28.1259],[-16.82317,28.17087],[-16.8487,28.17075],[-16.85028,28.26079],[-16.87565,28.26055],[-16.87608,28.28322],[-16.90151,28.28277],[-16.90239,28.32793],[-16.92782,28.32758]],[[-15.85374,27.90089],[-15.8542,27.99018],[-15.82895,27.99066],[-15.82911,28.03558],[-15.7783,28.03632],[-15.75328,28.08143],[-15.72788,28.08157],[-15.72826,28.17186],[-15.49897,28.1728],[-15.49874,28.15041],[-15.44978,28.15075],[-15.45016,28.19614],[-15.39728,28.19614],[-15.39644,28.03836],[-15.37103,28.03802],[-15.37065,28.01532],[-15.34578,28.01532],[-15.34548,27.92544],[-15.3708,27.92524],[-15.37057,27.83521],[-15.39598,27.83474],[-15.421,27.78797],[-15.47181,27.78939],[-15.47188,27.76665],[-15.52277,27.76678],[-15.54771,27.72161],[-15.62361,27.72134],[-15.62415,27.74199],[-15.70075,27.74335],[-15.80167,27.81105],[-15.85374,27.90089]],[[-14.52156,28.04678],[-14.52244,28.11841],[-14.41575,28.11561],[-14.21688,28.22788],[-14.21537,28.33903],[-14.16417,28.45283],[-14.11151,28.4748],[-14.03358,28.72267],[-13.95652,28.74494],[-13.95617,28.76659],[-13.82902,28.76643],[-13.82896,28.78798],[-13.80007,28.78793],[-13.8013,28.71899],[-13.82757,28.71935],[-13.82786,28.6518],[-13.80258,28.6519],[-13.80339,28.53842],[-13.82885,28.53847],[-13.83151,28.39702],[-13.91582,28.22414],[-13.98564,28.22357],[-14.03696,28.17958],[-14.13871,28.17999],[-14.13866,28.15791],[-14.21537,28.15781],[-14.21472,28.11189],[-14.29132,28.04524],[-14.33197,28.03687],[-14.44578,28.04698],[-14.44666,28.0658],[-14.49628,28.06826],[-14.49593,28.04585],[-14.52156,28.04678]],[[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566]],[[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907]],[[2.54507,39.41667],[2.43933,39.41611],[2.43871,39.48469],[2.43902,39.49934],[2.31223,39.49934],[2.31192,39.54179],[2.22907,39.541],[2.22835,39.62606],[2.34601,39.62709],[2.92704,39.96016],[3.14566,39.96005],[3.14608,40.00198],[3.23139,40.00198],[3.23129,39.83292],[3.14823,39.83316],[3.14844,39.79357],[3.48148,39.79318],[3.48035,39.5959],[3.31506,39.47846],[3.31462,39.37855],[3.08302,39.24994],[2.97986,39.25015],[2.97904,39.3335],[2.72874,39.33342],[2.72885,39.45814],[2.64569,39.45774],[2.64538,39.49966],[2.54528,39.49942],[2.54507,39.41667]],[[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344]],[[-8.89106,41.82289],[-9.1092,42.57511],[-9.03655,42.73066],[-9.08834,42.72696],[-9.14661,42.77503],[-9.21855,42.90163],[-9.2761,42.86051],[-9.30991,42.93113],[-9.27898,42.9822],[-9.30991,43.06004],[-9.25236,43.10417],[-9.2315,43.17032],[-9.14733,43.21018],[-9.06748,43.19916],[-9.03367,43.24267],[-8.99842,43.24477],[-8.99986,43.29558],[-8.93727,43.30553],[-8.92936,43.32699],[-8.8639,43.32908],[-8.87613,43.37407],[-8.82217,43.37354],[-8.78548,43.31914],[-8.70635,43.305],[-8.60996,43.3296],[-8.55097,43.32332],[-8.52435,43.3364],[-8.52507,43.36465],[-8.45745,43.39184],[-8.36105,43.41118],[-8.36033,43.46342],[-8.33444,43.57974],[-8.27761,43.57088],[-8.06467,43.72392],[-7.99921,43.7234],[-7.9172,43.78264],[-7.85605,43.79146],[-7.83591,43.73743],[-7.66284,43.80982],[-7.31889,43.67827],[-7.19975,43.58308],[-6.24882,43.6075],[-6.12293,43.57901],[-5.85204,43.6799],[-5.60363,43.57087],[-5.28553,43.56191],[-5.17875,43.49916],[-4.90899,43.48367],[-4.61562,43.4192],[-4.18399,43.42492],[-3.80295,43.51954],[-3.74,43.48693],[-3.56128,43.54236],[-3.1083,43.38163],[-2.93857,43.46246],[-2.74524,43.47551],[-2.30462,43.31706],[-1.9854,43.3563],[-1.85528,43.39725],[-1.7698,43.39644],[-1.77005,43.37605],[-1.71005,43.37569],[-1.71135,43.33125],[-1.72259,43.31318],[-1.68904,43.31291],[-1.68811,43.33413],[-1.64467,43.33372],[-1.64498,43.31332],[-1.60299,43.31295],[-1.60344,43.29266],[-1.56359,43.29212],[-1.56305,43.31338],[-1.47799,43.31284],[-1.36677,43.27614],[-1.35688,43.23815],[-1.37037,43.1713],[-1.44231,43.08336],[-1.41983,43.06036],[-1.37307,43.05117],[-1.36407,43.11159],[-1.30203,43.13522],[-1.23549,43.13325],[-1.27955,43.07744],[-1.19232,43.06496],[-1.00619,43.00778],[-0.94234,42.9749],[-0.7562,42.98213],[-0.71484,42.96108],[-0.69685,42.90314],[-0.55118,42.82207],[-0.50442,42.84845],[-0.42889,42.82009],[-0.31648,42.86558],[-0.14563,42.81086],[-0.03143,42.71249],[0.18618,42.7541],[0.30218,42.71777],[0.36422,42.74287],[0.44875,42.71447],[0.62769,42.7224],[0.64118,42.85767],[0.71492,42.88272],[0.9676,42.81811],[1.10878,42.79898],[1.17532,42.73429],[1.36326,42.74155],[1.41137,42.70939],[1.48061,42.71034],[1.4813,42.50107],[1.64436,42.50203],[1.64328,42.54245],[1.73041,42.54342],[1.73164,42.50118],[2.06386,42.50164],[2.06456,42.45902],[2.39693,42.45994],[2.39768,42.41784],[2.48048,42.41797],[2.48098,42.37594],[2.64479,42.37626],[2.64448,42.45924],[2.81133,42.45961],[2.81126,42.50104],[3.06388,42.50085],[3.06388,42.45915],[3.23078,42.45934],[3.23049,42.37644],[3.31415,42.37604],[3.31412,42.33399],[3.39785,42.33404],[3.39739,42.29009],[3.31389,42.29084],[3.31397,42.20702],[3.14759,42.2073],[3.14759,42.12606],[3.23055,42.126],[3.24668,41.95294],[3.19452,41.85589],[3.06054,41.76474],[2.78358,41.63718],[2.26293,41.42716],[2.16492,41.29893],[1.86008,41.22322],[1.3763,41.11627],[1.17937,41.04646],[1.08585,41.04849],[0.75854,40.81956],[0.9114,40.73376],[0.87813,40.67514],[0.66502,40.53587],[0.55801,40.55022],[0.43392,40.37576],[0.26756,40.19192],[0.16415,40.06472],[0.07513,40.01447],[0.01039,39.89522],[-0.09392,39.81169],[-0.18474,39.63117],[-0.29085,39.50363],[-0.28636,39.33343],[-0.18564,39.17746],[-0.21352,39.15585],[-0.11101,38.97222],[0.00949,38.88268],[0.12189,38.87218],[0.23429,38.79864],[0.25587,38.72642],[0.09581,38.61338],[-0.0022,38.60706],[-0.05705,38.52691],[-0.27197,38.47624],[-0.37987,38.39312],[-0.38347,38.33813],[-0.45091,38.33108],[-0.50487,38.28309],[-0.48238,38.19481],[-0.42933,38.16583],[-0.45451,38.14886],[-0.584,38.17219],[-0.61367,38.11986],[-0.63705,37.96122],[-0.68111,37.94562],[-0.73237,37.88107],[-0.72158,37.78306],[-0.68831,37.734],[-0.66415,37.62315],[-0.71939,37.58784],[-0.91963,37.53758],[-1.11071,37.51641],[-1.33832,37.52867],[-1.44089,37.39037],[-1.6767,37.27652],[-1.85408,36.91229],[-2.06835,36.69291],[-2.21588,36.66192],[-2.37219,36.78018],[-2.68129,36.65911],[-2.92015,36.66756],[-3.09402,36.71263],[-3.46108,36.65488],[-3.72804,36.69291],[-4.37435,36.66333],[-4.65712,36.44042],[-4.9188,36.45313],[-5.16995,36.35135],[-5.28411,36.19702],[-5.26809,36.12418],[-5.35248,36.12247],[-5.35161,36.04014],[-5.43658,36.03889],[-5.43532,36.00344],[-5.68886,36.00365],[-5.68996,36.04053],[-5.85506,36.03856],[-5.85668,36.12421],[-5.93848,36.12215],[-5.94003,36.16556],[-5.99834,36.1645],[-6.03573,36.1781],[-6.07752,36.22241],[-6.15061,36.28646],[-6.23154,36.37701],[-6.33585,36.53106],[-6.32146,36.58163],[-6.40419,36.6235],[-6.47433,36.74897],[-6.41588,36.79939],[-6.49052,36.91738],[-6.62989,37.0194],[-6.87448,37.10838],[-7.04264,37.18507],[-7.26474,37.18435],[-7.37535,37.15354],[-7.40832,37.16822],[-7.42029,37.21183],[-7.42492,37.23505],[-7.43805,37.2452],[-7.44597,37.33261],[-7.4481,37.39094],[-7.46963,37.40758],[-7.4647,37.45305],[-7.50197,37.51641],[-7.51916,37.52292],[-7.52196,37.57237],[-7.45013,37.66958],[-7.4249,37.75992],[-7.31666,37.83997],[-7.26833,37.98895],[-7.15368,38.01552],[-7.11771,38.05536],[-7.0143,38.02438],[-6.99632,38.10756],[-6.96147,38.20125],[-7.08062,38.15708],[-7.34027,38.44024],[-7.26383,38.73807],[-7.04352,38.87297],[-7.06151,38.90796],[-6.96934,39.01983],[-7.00081,39.08879],[-7.15368,39.09577],[-7.15255,39.16029],[-7.24472,39.19689],[-7.25596,39.28133],[-7.33689,39.35351],[-7.3279,39.45599],[-7.51449,39.58865],[-7.55271,39.67954],[-7.05027,39.67522],[-6.99519,39.81954],[-6.92213,39.87909],[-6.88616,40.02299],[-7.04128,40.13479],[-7.01767,40.26615],[-6.8086,40.34501],[-6.86818,40.44516],[-6.85356,40.60664],[-6.83783,40.87576],[-6.9536,41.03704],[-6.80186,41.03959],[-6.76814,41.13871],[-6.64112,41.26556],[-6.56244,41.26303],[-6.21737,41.5791],[-6.31628,41.64465],[-6.51523,41.64129],[-6.58717,41.68832],[-6.54783,41.85597],[-6.62988,41.91121],[-7.13345,41.94048],[-7.16829,41.87188],[-7.42569,41.78477],[-7.95398,41.84593],[-8.13045,41.78058],[-8.25185,41.90786],[-8.12933,42.03488],[-8.24848,42.1008],[-8.36762,42.05575],[-8.60704,42.03405],[-8.89106,41.82289]]],terms_text:"PNOA",best:true},{id:"poco_das_trincheiras",name:"Poço das Trincheiras AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Poco%20das%20Trincheiras&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.23942,-9.35157],[-37.23947,-9.34387],[-37.23942,-9.33792],[-37.23954,-9.33022],[-37.23973,-9.32791],[-37.23974,-9.3228],[-37.23964,-9.32085],[-37.23971,-9.31864],[-37.2398,-9.31706],[-37.23982,-9.31561],[-37.24053,-9.30933],[-37.24051,-9.30004],[-37.24008,-9.29687],[-37.23998,-9.29546],[-37.23992,-9.29319],[-37.23989,-9.28978],[-37.23995,-9.28818],[-37.24008,-9.28641],[-37.24036,-9.28212],[-37.24038,-9.27897],[-37.24051,-9.27557],[-37.24004,-9.26979],[-37.24018,-9.26721],[-37.24018,-9.26612],[-37.23995,-9.26455],[-37.23983,-9.26151],[-37.24333,-9.26136],[-37.24936,-9.26146],[-37.26445,-9.26161],[-37.28016,-9.26172],[-37.28294,-9.26171],[-37.29581,-9.26178],[-37.30685,-9.26178],[-37.31419,-9.26189],[-37.32437,-9.26192],[-37.33078,-9.26175],[-37.33057,-9.27275],[-37.33048,-9.28007],[-37.33054,-9.28117],[-37.33069,-9.28427],[-37.3307,-9.28535],[-37.33064,-9.28617],[-37.33071,-9.28717],[-37.33064,-9.28769],[-37.33062,-9.29027],[-37.33043,-9.29308],[-37.33038,-9.29655],[-37.33034,-9.30591],[-37.3304,-9.31203],[-37.33038,-9.32194],[-37.33041,-9.3342],[-37.33035,-9.34185],[-37.3303,-9.34783],[-37.33035,-9.35202],[-37.31509,-9.35194],[-37.30011,-9.3519],[-37.29531,-9.35183],[-37.28899,-9.35171],[-37.28497,-9.35182],[-37.27851,-9.35173],[-37.27431,-9.35181],[-37.27115,-9.3517],[-37.26351,-9.35168],[-37.26046,-9.35164],[-37.25402,-9.35177],[-37.24705,-9.35163],[-37.23942,-9.35157]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"e-mapa.net-buildings",name:"polska.e-mapa.net: Buildings",type:"wms",template:"http://wms.epodgik.pl/cgi-bin/KrajowaIntegracjaEwidencjiGruntow?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,19],polygon:[[[15.9751,54.37092],[16.31116,54.55618],[17.13919,54.78457],[18.34485,54.90227],[19.66137,54.47372],[20.28152,54.42135],[21.46639,54.34064],[22.77599,54.37698],[22.8626,54.42336],[23.29567,54.26786],[23.53472,54.09553],[23.52086,53.97752],[23.71834,53.46296],[23.92968,53.18567],[23.92968,52.68873],[23.7322,52.60675],[23.5659,52.58781],[23.20905,52.33026],[23.19519,52.23701],[23.50354,52.18606],[23.69062,52.00301],[23.59708,51.7399],[23.66291,51.38886],[23.9366,50.98278],[24.16873,50.86048],[24.01975,50.80358],[24.10983,50.66105],[24.05786,50.41884],[23.61787,50.30834],[22.68244,49.51635],[22.73788,49.20949],[22.90417,49.07804],[22.8626,48.99401],[22.60969,49.03718],[22.07615,49.20044],[21.84749,49.37219],[21.37631,49.44883],[21.10262,49.37219],[20.91207,49.3022],[20.6453,49.39023],[20.18451,49.33156],[20.11869,49.20044],[19.942,49.13021],[19.76531,49.21176],[19.74798,49.39925],[19.60247,49.41503],[19.50893,49.58154],[19.42925,49.59052],[19.23177,49.41503],[18.99618,49.38798],[18.93382,49.4916],[18.83681,49.49386],[18.80216,49.66234],[18.6428,49.70941],[18.52154,49.89947],[18.08154,50.01092],[17.88753,49.98865],[17.73855,50.06877],[17.6069,50.17096],[17.74548,50.21532],[17.71084,50.3017],[17.41635,50.26407],[16.94864,50.44533],[16.89321,50.40339],[17.00061,50.31055],[17.01793,50.22419],[16.81352,50.18649],[16.64029,50.09767],[16.43242,50.28621],[16.19683,50.42767],[16.42203,50.58852],[16.33888,50.66324],[16.22802,50.63688],[16.05479,50.61271],[15.57322,50.76415],[15.26834,50.89764],[15.24409,50.9806],[15.02929,51.0133],[15.00157,50.85829],[14.81102,50.87359],[14.95653,51.07212],[15.01889,51.29146],[14.93921,51.46015],[14.72094,51.55718],[14.75212,51.62606],[14.59968,51.84276],[14.70362,52.07334],[14.55811,52.24974],[14.51654,52.42544],[14.60315,52.58781],[14.11465,52.82083],[14.15276,52.9734],[14.35024,53.07342],[14.42299,53.26656],[14.1978,53.87348],[14.22205,53.99585],[15.9751,54.37092]]],terms_url:"https://polska.e-mapa.net/",terms_text:"polska.e-mapa.net - Geoportal otwartych danych przestrzennych",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/polskae-mapanetBuildings.png"},{id:"debicki-buildings",name:"Powiat dębicki: Buildings",type:"wms",template:"https://debica.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,adresy,EBU,EBT,S&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[21.53768,50.01085],[21.51944,50.05423],[21.58099,50.1233],[21.48804,50.18059],[21.13725,50.14835],[21.13939,50.12721],[21.18058,50.12101],[21.14315,50.05965],[21.15356,49.92854],[21.27892,49.92554],[21.22448,49.8861],[21.22362,49.84258],[21.35177,49.8349],[21.36368,49.86838],[21.41585,49.82003],[21.47943,49.8398],[21.52679,49.88911],[21.47689,50.00135],[21.53768,50.01085]]],terms_text:"Powiat dębicki",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"lancucki-buildings",name:"Powiat łańcucki: Buildings",type:"wms",template:"https://lancut.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,budynki,adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[22.17224,50.10121],[22.12574,50.1079],[22.0823,50.17206],[22.13591,50.1867],[22.173,50.18117],[22.18418,50.22914],[22.235,50.24718],[22.3856,50.16031],[22.40346,50.13331],[22.45275,50.12745],[22.45275,50.10676],[22.41768,50.08997],[22.38364,50.08915],[22.38542,50.05393],[22.35315,50.05067],[22.3562,50.00627],[22.31478,49.99451],[22.32139,49.94614],[22.29979,49.92455],[22.24161,49.92847],[22.20901,49.93728],[22.22382,49.96085],[22.16683,50.00412],[22.1387,50.00251],[22.12015,50.04626],[22.17224,50.10121]]],terms_text:"Powiat łańcucki",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"lubaczowski-buildings",name:"Powiat lubaczowski: Buildings",type:"wms",template:"https://lubaczow.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=S,EBT,adresy,budynki_ewid&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[23.29224,50.09693],[23.55763,50.25704],[23.51394,50.26643],[23.522,50.29892],[23.40991,50.3083],[23.44482,50.35653],[23.38072,50.3699],[23.38829,50.4058],[23.35821,50.41105],[23.2527,50.36601],[23.19379,50.40529],[23.01962,50.2928],[22.84161,50.30574],[22.83572,50.27037],[22.82426,50.26923],[22.79651,50.20933],[22.86603,50.18949],[22.87414,50.13786],[22.93233,50.1678],[22.88954,50.11501],[22.95351,50.07178],[23.05556,50.04967],[22.99884,49.99028],[23.14951,49.97563],[23.29224,50.09693]]],terms_text:"Powiat lubaczowski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"poznanski-buildings",name:"Powiat poznański: Buildings",type:"wms",template:"http://wms.podgik.poznan.pl/cgi-bin/poznan?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[16.9585,52.46312],[17.03946,52.33605],[16.84291,52.36501],[16.78596,52.46566],[16.70022,52.53819],[16.6415,52.5288],[16.44898,52.36793],[16.47775,52.2696],[16.5659,52.26813],[16.58375,52.17007],[17.08099,52.14981],[17.37124,52.34522],[17.39853,52.44037],[17.35338,52.53949],[17.13689,52.57783],[17.13126,52.6419],[17.01608,52.68366],[16.9158,52.65079],[16.85814,52.58191],[16.7367,52.57459],[16.70022,52.53824],[16.78598,52.46567],[16.9585,52.46312]]],terms_text:"PODGIK Poznań",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatpoznaskiOrthophotomap(aerialimage).png"},{id:"sropczyce-buildings",name:"Powiat ropczycko-sędziszowski: Buildings",type:"wms",template:"https://spropczyce.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[21.60041,50.21025],[21.74199,50.16538],[21.792,50.17829],[21.81459,50.15264],[21.78741,50.10859],[21.82597,50.09149],[21.82552,50.02925],[21.78666,49.97585],[21.70632,49.96022],[21.683,49.92431],[21.60062,49.91793],[21.54249,49.8862],[21.5188,49.89119],[21.45315,49.99268],[21.50364,50.0198],[21.49298,50.07161],[21.55535,50.11909],[21.50429,50.16559],[21.59816,50.17866],[21.60041,50.21025]]],terms_text:"Powiat ropczycko-sędziszowski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"rzeszowski-buildings",name:"Powiat rzeszowski: Buildings",type:"wms",template:"https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,EBT,EBU&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[22.18219,50.17339],[22.09834,50.17176],[22.18016,50.09784],[22.13779,50.00695],[22.09444,50.00841],[22.02839,50.06668],[21.9354,50.06636],[21.98164,49.94977],[22.05278,50.0097],[22.1771,50.00555],[22.23319,49.96829],[22.31144,49.87008],[22.34961,49.72826],[21.99951,49.82808],[21.84961,49.95739],[21.7495,49.96981],[21.78503,50.14212],[21.93307,50.24748],[22.08291,50.26471],[21.98553,50.31545],[22.0901,50.37369],[22.19821,50.35265],[22.2536,50.2647],[22.18219,50.17339]]],terms_text:"Powiat rzeszowski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"rzeszowski-aerial",name:"Powiat rzeszowski: Orthophotomap (aerial image)",type:"wms",template:"https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[22.18219,50.17339],[22.09834,50.17176],[22.18016,50.09784],[22.13779,50.00695],[22.09444,50.00841],[22.02839,50.06668],[21.9354,50.06636],[21.98164,49.94977],[22.05278,50.0097],[22.1771,50.00555],[22.23319,49.96829],[22.31144,49.87008],[22.34961,49.72826],[21.99951,49.82808],[21.84961,49.95739],[21.7495,49.96981],[21.78503,50.14212],[21.93307,50.24748],[22.08291,50.26471],[21.98553,50.31545],[22.0901,50.37369],[22.19821,50.35265],[22.2536,50.2647],[22.18219,50.17339]]],terms_text:"Powiat rzeszowski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"stalowowolski-buildings",name:"Powiat stalowowolski: Buildings",type:"wms",template:"https://stalowawola.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,adresy,budynki,centroidy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[22.017,50.35811],[22.09292,50.44916],[22.06785,50.51434],[22.09722,50.54302],[22.16347,50.52686],[22.23795,50.5503],[22.26768,50.60465],[22.22757,50.6653],[22.16235,50.66969],[22.20843,50.75403],[22.16239,50.80039],[22.0546,50.82234],[21.94394,50.77639],[21.86228,50.80439],[21.83413,50.75035],[21.87465,50.70066],[21.84046,50.65749],[21.97582,50.53164],[21.84797,50.47196],[21.88045,50.3913],[22.017,50.35811]]],terms_text:"Powiat stalowowolski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"poznan-buildings",name:"Poznań: Buildings",type:"wms",template:"http://wms2.geopoz.poznan.pl:8080/geoserver/sip/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki_ewidencyjne_sql&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2018-01-01T00:00:00.000Z",startDate:"2018-01-01T00:00:00.000Z",scaleExtent:[0,23],polygon:[[[16.72794,52.48838],[16.86925,52.48982],[16.86879,52.50779],[16.93948,52.50845],[16.93926,52.51743],[16.98639,52.51784],[16.98784,52.45494],[17.03491,52.45534],[17.0353,52.43736],[17.08235,52.43774],[17.0831,52.4018],[17.0596,52.40161],[17.06129,52.32075],[17.01438,52.32035],[17.01518,52.28441],[16.96829,52.28401],[16.96787,52.30198],[16.89752,52.30134],[16.89662,52.33728],[16.80273,52.33638],[16.80176,52.37232],[16.77828,52.3721],[16.77603,52.45294],[16.72897,52.45244],[16.72794,52.48838]]],terms_text:"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{id:"poznan-ortofotomapa2014",name:"Poznań: Orthophotomap 2014 (aerial image)",type:"wms",template:"http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapa_2014/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa_2014_image&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",scaleExtent:[0,23],polygon:[[[16.72794,52.48838],[16.86925,52.48982],[16.86879,52.50779],[16.93948,52.50845],[16.93926,52.51743],[16.98639,52.51784],[16.98784,52.45494],[17.03491,52.45534],[17.0353,52.43736],[17.08235,52.43774],[17.0831,52.4018],[17.0596,52.40161],[17.06129,52.32075],[17.01438,52.32035],[17.01518,52.28441],[16.96829,52.28401],[16.96787,52.30198],[16.89752,52.30134],[16.89662,52.33728],[16.80273,52.33638],[16.80176,52.37232],[16.77828,52.3721],[16.77603,52.45294],[16.72897,52.45244],[16.72794,52.48838]]],terms_text:"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{id:"poznan-ortofotomapa2016",name:"Poznań: Orthophotomap 2016 (aerial image)",type:"wms",template:"http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapy/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa_2016_image&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",scaleExtent:[0,23],polygon:[[[16.72794,52.48838],[16.86925,52.48982],[16.86879,52.50779],[16.93948,52.50845],[16.93926,52.51743],[16.98639,52.51784],[16.98784,52.45494],[17.03491,52.45534],[17.0353,52.43736],[17.08235,52.43774],[17.0831,52.4018],[17.0596,52.40161],[17.06129,52.32075],[17.01438,52.32035],[17.01518,52.28441],[16.96829,52.28401],[16.96787,52.30198],[16.89752,52.30134],[16.89662,52.33728],[16.80273,52.33638],[16.80176,52.37232],[16.77828,52.3721],[16.77603,52.45294],[16.72897,52.45244],[16.72794,52.48838]]],terms_text:"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{id:"PrahaIPRlatestorthophoto",name:"Praha IPR latest orthophoto",type:"wms",template:"http://giswa1.mag.mepnet.cz/arcgis/services/MAP/letecke_snimky_posledni_snimkovani_cache/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[1,20],polygon:[[[14.81232,49.93089],[14.18755,49.87687],[14.12025,50.19882],[14.74502,50.25247],[14.81232,49.93089]]]},{id:"PrahaIPRlow-vegetationorthophoto",name:"Praha IPR low-vegetation orthophoto",type:"wms",template:"http://giswa1.mag.mepnet.cz/arcgis/services/MAP/mimovegetacni_snimkovani_cache/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[1,20],polygon:[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]]},{id:"przemysl-buildings",name:"Przemyśl: Buildings",type:"wms",template:"http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=adresy,budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[22.72268,49.76885],[22.73002,49.76787],[22.73097,49.77612],[22.72027,49.77662],[22.71787,49.78062],[22.73104,49.78553],[22.7244,49.79043],[22.73458,49.80441],[22.73167,49.81429],[22.7261,49.8165],[22.72762,49.82124],[22.74395,49.8187],[22.75952,49.80939],[22.79042,49.81462],[22.81169,49.80571],[22.79738,49.80146],[22.80384,49.79247],[22.83118,49.79664],[22.85752,49.78561],[22.84549,49.76746],[22.82485,49.77105],[22.82004,49.75674],[22.77358,49.74439],[22.73838,49.75895],[22.72205,49.74644],[22.71065,49.76288],[22.72268,49.76885]]],terms_text:"Miasto Przemyśl",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"przemysl-aerial",name:"Przemyśl: Ortophotomap (aerial image)",type:"wms",template:"http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,23],polygon:[[[22.72268,49.76885],[22.73002,49.76787],[22.73097,49.77612],[22.72027,49.77662],[22.71787,49.78062],[22.73104,49.78553],[22.7244,49.79043],[22.73458,49.80441],[22.73167,49.81429],[22.7261,49.8165],[22.72762,49.82124],[22.74395,49.8187],[22.75952,49.80939],[22.79042,49.81462],[22.81169,49.80571],[22.79738,49.80146],[22.80384,49.79247],[22.83118,49.79664],[22.85752,49.78561],[22.84549,49.76746],[22.82485,49.77105],[22.82004,49.75674],[22.77358,49.74439],[22.73838,49.75895],[22.72205,49.74644],[22.71065,49.76288],[22.72268,49.76885]]],terms_text:"Miasto Przemyśl",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"RABA-KGZ-3000",name:"RABA-KGZ: Slovenia built-up areas",type:"tms",template:"http://wms.openstreetmap.de/tms/RABA3000/{zoom}/{x}/{y}.png",scaleExtent:[8,19],polygon:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.58846,45.46171],[13.45377,45.59765],[13.62822,45.64153],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]],terms_url:"https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ",terms_text:"Copyright ©2015 Ministrstvo za kmetijstvo, gozdarstvo in prehrano (mkgp.gov.si). Some rights reserved.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/si/RABA-KGZSloveniafarmlanduse.png"},{id:"RABA-KGZ",name:"RABA-KGZ: Slovenia farmland use",type:"tms",template:"http://wms.openstreetmap.de/tms/RABA/{zoom}/{x}/{y}.png",scaleExtent:[8,19],polygon:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.58846,45.46171],[13.45377,45.59765],[13.62822,45.64153],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]],terms_url:"https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ",terms_text:"Copyright ©2015 Ministrstvo za kmetijstvo, gozdarstvo in prehrano (mkgp.gov.si). Some rights reserved.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/si/RABA-KGZSloveniafarmlanduse.png"},{id:"riksantikvaren-kulturminner",name:"Riksantikvaren Heritage Sites overlay",type:"wms",template:"https://kart.ra.no/arcgis/services/Distribusjon/Kulturminner/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=3,6&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[13,22],polygon:[[[-10.95725,71.60964],[-6.16765,71.62095],[-6.13756,70.30991],[-10.92717,70.29784],[-10.95725,71.60964]],[[16.81947,74.9482],[21.25771,74.94213],[21.23712,73.8918],[16.79889,73.89828],[16.81947,74.9482]],[[4.04288,79.93593],[20.65421,81.54417],[36.6503,80.40108],[26.76265,75.8129],[13.88667,75.79135],[4.04288,79.93593]],[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.riksantikvaren.no/Veiledning/Data-og-tjenester/Karttjenester",terms_text:"© Riksantikvaren",description:"Archeological and architectural monuments/sites and cultural environments protected by law (''enkeltminner'') from the Norwegian Directorate for Cultural Heritage",icon:"https://www.riksantikvaren.no/extension/riksantikvaren/design/internetsite/images/logo_na.png",overlay:true},{id:"rio2013",name:"Rio Mosaic 2013",type:"wms",template:"http://geo.rio.rj.gov.br/ArcGIS/services/Imagens/Mosaico_2013/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[-43.17709,-22.96971],[-43.14586,-22.96959],[-43.14605,-22.92719],[-43.15625,-22.92731],[-43.15647,-22.87557],[-43.17739,-22.87494],[-43.17742,-22.88553],[-43.19804,-22.88571],[-43.19804,-22.85429],[-43.21875,-22.85444],[-43.21901,-22.83365],[-43.22937,-22.83365],[-43.22934,-22.82371],[-43.19869,-22.82353],[-43.19856,-22.83413],[-43.18826,-22.83398],[-43.18804,-22.84448],[-43.16667,-22.84442],[-43.16683,-22.83404],[-43.15638,-22.83407],[-43.15654,-22.81336],[-43.10436,-22.81306],[-43.10446,-22.80288],[-43.09387,-22.80276],[-43.0941,-22.73998],[-43.13599,-22.73992],[-43.13569,-22.75067],[-43.12573,-22.75055],[-43.12556,-22.77118],[-43.14595,-22.77109],[-43.14612,-22.76055],[-43.17771,-22.76088],[-43.17758,-22.77115],[-43.18807,-22.7713],[-43.18807,-22.78166],[-43.25067,-22.78163],[-43.25057,-22.79198],[-43.28054,-22.79282],[-43.30343,-22.79312],[-43.33353,-22.79297],[-43.33347,-22.80258],[-43.38574,-22.8024],[-43.38542,-22.81255],[-43.41691,-22.81285],[-43.41675,-22.82341],[-43.42717,-22.82335],[-43.4274,-22.83374],[-43.45844,-22.83362],[-43.45864,-22.81276],[-43.48984,-22.813],[-43.48994,-22.7965],[-43.50208,-22.79746],[-43.51543,-22.79737],[-43.52078,-22.79591],[-43.54169,-22.79603],[-43.54179,-22.80234],[-43.54653,-22.80246],[-43.54666,-22.81189],[-43.55251,-22.81279],[-43.56991,-22.81294],[-43.56998,-22.8197],[-43.57361,-22.82326],[-43.58348,-22.82329],[-43.58352,-22.83347],[-43.59391,-22.83374],[-43.59394,-22.85468],[-43.66099,-22.85459],[-43.66099,-22.85983],[-43.70852,-22.86019],[-43.70836,-22.86503],[-43.72206,-22.86488],[-43.72213,-22.86847],[-43.75015,-22.86859],[-43.75009,-22.8753],[-43.76038,-22.87527],[-43.75992,-22.8785],[-43.75976,-22.88457],[-43.76132,-22.88586],[-43.78129,-22.8858],[-43.78126,-22.89591],[-43.80213,-22.89621],[-43.80135,-22.91137],[-43.80119,-22.92758],[-43.79213,-22.92776],[-43.7922,-22.93822],[-43.78191,-22.93799],[-43.78184,-22.94869],[-43.75067,-22.94845],[-43.7506,-22.95909],[-43.72986,-22.95886],[-43.72966,-22.97984],[-43.70904,-22.97966],[-43.70891,-22.99033],[-43.69846,-22.99006],[-43.69836,-23.00065],[-43.66735,-23.00044],[-43.66726,-23.01117],[-43.63125,-23.00937],[-43.63131,-23.02079],[-43.63586,-23.02091],[-43.63602,-23.03164],[-43.67771,-23.03164],[-43.67765,-23.04233],[-43.67086,-23.0423],[-43.67109,-23.0631],[-43.64599,-23.06304],[-43.64605,-23.05276],[-43.60475,-23.05255],[-43.60452,-23.06307],[-43.58381,-23.06289],[-43.58368,-23.08404],[-43.54186,-23.08383],[-43.54195,-23.06319],[-43.52147,-23.06301],[-43.5213,-23.07352],[-43.50043,-23.07337],[-43.50043,-23.04218],[-43.45877,-23.04221],[-43.4587,-23.03194],[-43.43782,-23.03182],[-43.43776,-23.02154],[-43.3235,-23.02121],[-43.3233,-23.04212],[-43.31291,-23.04195],[-43.31275,-23.05267],[-43.30239,-23.05258],[-43.30236,-23.04227],[-43.29194,-23.04215],[-43.29197,-23.03194],[-43.27109,-23.03182],[-43.27119,-23.01093],[-43.26061,-23.01087],[-43.26067,-23.00059],[-43.25057,-23.00047],[-43.25054,-23.01126],[-43.23989,-23.01102],[-43.23986,-23.00062],[-43.21908,-23.0005],[-43.21904,-22.99021],[-43.20901,-22.99009],[-43.20862,-23.08389],[-43.18768,-23.08377],[-43.18761,-23.07334],[-43.13582,-23.07337],[-43.13589,-23.05249],[-43.17732,-23.05255],[-43.17709,-22.96971]]],terms_url:"https://pgeo3.rio.rj.gov.br/arcgis/rest/services/Imagens/Mosaico_2013_UTM/MapServer",terms_text:"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro."},{id:"rio2015",name:"Rio Mosaic 2015",type:"wms",template:"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2015_UTM/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[0,13],polygon:[[[-42.30363,-22.43698],[-44.10842,-22.06579],[-44.5313,-23.7863],[-42.70469,-24.16178],[-42.30363,-22.43698]]],terms_url:"https://pgeo3.rio.rj.gov.br/arcgis/rest/services/Imagens/Mosaico_2015_UTM/MapServer",terms_text:"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro."},{id:"route500",name:"Route 500",type:"tms",template:"https://{switch:a,b,c}.tile.openstreetmap.fr/route500/{zoom}/{x}/{y}.png",scaleExtent:[12,20],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]]],terms_url:"https://wiki.openstreetmap.org/wiki/FR:Servers/tile.openstreetmap.fr#Route500.E2.84.A2.C2.A9.C2.AE",terms_text:"Tiles © cquest@Openstreetmap France, data © IGN, LO/OL",description:"Routes du réseau classé (autoroutes, nationales, départementales)",overlay:true},{id:"Ruda_Slaska-aerial_image",name:"Ruda Śląska: Orthophotomap (aerial image)",type:"wms",template:"https://rudaslaska.geoportal2.pl/map/wmsorto/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,23],polygon:[[[18.84294,50.32508],[18.84008,50.33091],[18.85132,50.33437],[18.86262,50.3305],[18.88693,50.333],[18.89493,50.3319],[18.90045,50.32562],[18.89713,50.31146],[18.89312,50.31149],[18.89114,50.30778],[18.8972,50.2999],[18.89073,50.29586],[18.90211,50.29204],[18.90706,50.28637],[18.90853,50.27823],[18.93583,50.27379],[18.94106,50.25859],[18.93848,50.25317],[18.95086,50.24267],[18.96531,50.24084],[18.94611,50.22907],[18.89932,50.22516],[18.90251,50.21749],[18.89075,50.21557],[18.89292,50.20913],[18.86474,50.20512],[18.85673,50.22078],[18.85258,50.22331],[18.84619,50.21761],[18.83341,50.21715],[18.83533,50.22307],[18.83051,50.23099],[18.82411,50.23055],[18.81641,50.23709],[18.81619,50.24125],[18.80635,50.24596],[18.80344,50.24293],[18.78831,50.24456],[18.79552,50.2768],[18.81681,50.27732],[18.81919,50.28794],[18.83893,50.29795],[18.83849,50.3004],[18.82699,50.30342],[18.82691,50.32073],[18.83007,50.32371],[18.84294,50.32508]]],terms_text:"Urząd Miasta Ruda Śląska"},{id:"Rzeszow-buildings",name:"Rzeszów: Buildings",type:"wms",template:"http://wms.erzeszow.pl/?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=komunikacja,budynki,adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[22.09538,50.08157],[22.0947,50.05584],[22.08892,50.05589],[22.08874,50.03671],[22.09505,50.03682],[22.09435,49.98723],[22.0609,49.98754],[22.0605,49.96525],[22.04757,49.96509],[22.04724,49.95792],[22.03139,49.95845],[22.0312,49.9574],[22.0014,49.95833],[22.00019,49.9375],[22.0014,49.93746],[22.00029,49.92047],[21.96799,49.92088],[21.969,49.93683],[21.95393,49.93706],[21.95441,49.94373],[21.94192,49.94378],[21.94253,49.96646],[21.93676,49.9665],[21.93776,49.97828],[21.92898,49.97858],[21.92951,49.98858],[21.91606,49.9888],[21.9165,50.01192],[21.90572,50.01195],[21.90653,50.04136],[21.87425,50.04183],[21.87546,50.06072],[21.90465,50.06083],[21.90672,50.0835],[22.09538,50.08157]]],terms_text:"Urząd Miasta Rzeszowa"},{id:"Rzeszow-aerial_image",name:"Rzeszów: Orthophotomap (aerial image)",type:"wms",template:"http://wms.erzeszow.pl/?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=rastry&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,23],polygon:[[[22.09538,50.08157],[22.0947,50.05584],[22.08892,50.05589],[22.08874,50.03671],[22.09505,50.03682],[22.09435,49.98723],[22.0609,49.98754],[22.0605,49.96525],[22.04757,49.96509],[22.04724,49.95792],[22.03139,49.95845],[22.0312,49.9574],[22.0014,49.95833],[22.00019,49.9375],[22.0014,49.93746],[22.00029,49.92047],[21.96799,49.92088],[21.969,49.93683],[21.95393,49.93706],[21.95441,49.94373],[21.94192,49.94378],[21.94253,49.96646],[21.93676,49.9665],[21.93776,49.97828],[21.92898,49.97858],[21.92951,49.98858],[21.91606,49.9888],[21.9165,50.01192],[21.90572,50.01195],[21.90653,50.04136],[21.87425,50.04183],[21.87546,50.06072],[21.90465,50.06083],[21.90672,50.0835],[22.09538,50.08157]]],terms_text:"Urząd Miasta Rzeszowa"},{id:"SanJuanMetroAreaUSACEOrthophotos",name:"San Juan Metro Area: 2013 USACE Orthophotos",type:"tms",template:"http://imagery-pr-usace-2013.s3-website-us-east-1.amazonaws.com/tiles/{zoom}/{x}/{y}.jpg",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[-66.15007,18.35002],[-66.03337,18.35002],[-66.03328,18.45634],[-66.05464,18.45636],[-66.05463,18.46542],[-66.08303,18.46544],[-66.08302,18.47451],[-66.13034,18.47455],[-66.13034,18.4796],[-66.13983,18.47961],[-66.13984,18.46557],[-66.14995,18.46558],[-66.15007,18.35002]]]},{id:"santana_do_ipanema",name:"Santana do Ipanema AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Santana%20do%20Ipanema&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.20224,-9.41356],[-37.20188,-9.37768],[-37.20208,-9.37455],[-37.20192,-9.36733],[-37.20169,-9.36045],[-37.20172,-9.35501],[-37.20195,-9.35101],[-37.20191,-9.34773],[-37.20175,-9.33835],[-37.2017,-9.33505],[-37.20171,-9.33301],[-37.20142,-9.32833],[-37.20121,-9.32469],[-37.20117,-9.32351],[-37.21425,-9.32346],[-37.21537,-9.3234],[-37.22078,-9.32328],[-37.23727,-9.32313],[-37.25181,-9.32293],[-37.2656,-9.32276],[-37.2803,-9.32259],[-37.29191,-9.32245],[-37.29205,-9.33522],[-37.29304,-9.4122],[-37.28357,-9.41235],[-37.27789,-9.4125],[-37.2716,-9.41249],[-37.26506,-9.41262],[-37.26165,-9.41274],[-37.25499,-9.41276],[-37.24991,-9.41296],[-37.24616,-9.41297],[-37.24108,-9.41303],[-37.23461,-9.41321],[-37.2284,-9.41325],[-37.22165,-9.41335],[-37.21686,-9.41346],[-37.21292,-9.41343],[-37.20224,-9.41356]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Sao_miguel_dos_campos",name:"São Miguel dos Campos AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Sao_miguel_dos_campos&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.1415,-9.83171],[-36.05047,-9.83246],[-36.04959,-9.74246],[-36.14059,-9.74166],[-36.1415,-9.83171]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"GEOSN-DOP-2005",name:"Saxony historical aerial imagery 2005",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dop-2005/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=dop_2005&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2005-01-01T00:00:00.000Z",startDate:"2005-01-01T00:00:00.000Z",polygon:[[[13.86571,50.71509],[13.86683,50.73012],[13.90116,50.73012],[13.90184,50.74446],[13.91043,50.74446],[13.91043,50.77378],[13.95266,50.77486],[13.95197,50.78897],[13.99969,50.78941],[13.999,50.79831],[14.16715,50.79762],[14.1747,50.8462],[14.32851,50.84534],[14.33503,50.87643],[14.41674,50.876],[14.41674,50.95025],[14.33263,50.95133],[14.3364,50.99802],[14.58188,50.99608],[14.57742,50.94895],[14.54068,50.95003],[14.54446,50.89831],[14.60557,50.89116],[14.60454,50.83439],[14.6605,50.83352],[14.65673,50.79578],[14.83422,50.79469],[14.84727,50.89138],[14.9204,50.88943],[14.9331,50.99478],[14.99902,50.99673],[15.00142,51.09709],[15.04159,51.09709],[15.04228,51.35317],[14.99696,51.35317],[15.00314,51.49959],[14.91593,51.50301],[14.91662,51.55043],[14.74908,51.55129],[14.75114,51.60121],[14.41056,51.59993],[14.41125,51.55129],[14.07891,51.54915],[14.07479,51.49831],[13.99446,51.50002],[13.99446,51.39817],[13.53921,51.39989],[13.53852,51.42516],[13.50041,51.42505],[13.50179,51.44945],[13.41596,51.45094],[13.41699,51.50013],[13.3315,51.50055],[13.33047,51.44966],[13.24945,51.44987],[13.25116,51.60036],[13.16773,51.60057],[13.16739,51.65023],[13.08328,51.65066],[13.08362,51.69941],[12.66202,51.70027],[12.66065,51.64832],[12.4162,51.65045],[12.41345,51.60057],[12.16146,51.60015],[12.16146,51.50109],[12.07631,51.50023],[12.07974,51.39625],[12.16008,51.39753],[12.16214,51.34995],[12.07906,51.35253],[12.07906,51.24562],[12.16214,51.24691],[12.16352,51.0958],[12.24317,51.09709],[12.2454,51.04813],[12.49688,51.04883],[12.49894,50.89966],[12.33346,50.89923],[12.32797,50.84984],[12.20712,50.8494],[12.20506,50.69829],[12.24694,50.69744],[12.24694,50.65023],[11.91529,50.64849],[11.91598,50.59839],[11.83221,50.59817],[11.83255,50.39922],[11.91495,50.39922],[11.91461,50.34886],[11.99486,50.34659],[11.99838,50.29897],[12.16506,50.29912],[12.16549,50.24904],[12.23673,50.24871],[12.24823,50.24212],[12.24772,50.14904],[12.33149,50.14893],[12.33852,50.19335],[12.33286,50.23927],[12.3538,50.23619],[12.35998,50.24926],[12.41457,50.24948],[12.41594,50.29906],[12.49851,50.29874],[12.49834,50.34948],[12.58142,50.34915],[12.58125,50.39896],[12.69489,50.39962],[12.70622,50.39426],[12.71257,50.39875],[13.0813,50.39907],[13.0813,50.4992],[13.24816,50.49898],[13.24884,50.54809],[13.33124,50.54918],[13.33056,50.59911],[13.50908,50.59759],[13.50462,50.62656],[13.5393,50.62635],[13.53827,50.65481],[13.54633,50.65547],[13.54599,50.66983],[13.5544,50.67027],[13.55457,50.68908],[13.54736,50.68887],[13.54582,50.69969],[13.63886,50.69947],[13.63955,50.71425],[13.86571,50.71509]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=3f38c3f3-03db-4a2a-b6da-2704b9a1d5f0",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-DOP-2012_2014",name:"Saxony historical aerial imagery 2012-2014",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dop_2012_2014/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=dop_2012_2014_rgb&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[13.86571,50.71509],[13.86683,50.73012],[13.90116,50.73012],[13.90184,50.74446],[13.91043,50.74446],[13.91043,50.77378],[13.95266,50.77486],[13.95197,50.78897],[13.99969,50.78941],[13.999,50.79831],[14.16715,50.79762],[14.1747,50.8462],[14.32851,50.84534],[14.33503,50.87643],[14.41674,50.876],[14.41674,50.95025],[14.33263,50.95133],[14.3364,50.99802],[14.58188,50.99608],[14.57742,50.94895],[14.54068,50.95003],[14.54446,50.89831],[14.60557,50.89116],[14.60454,50.83439],[14.6605,50.83352],[14.65673,50.79578],[14.83422,50.79469],[14.84727,50.89138],[14.9204,50.88943],[14.9331,50.99478],[14.99902,50.99673],[15.00142,51.09709],[15.04159,51.09709],[15.04228,51.35317],[14.99696,51.35317],[15.00314,51.49959],[14.91593,51.50301],[14.91662,51.55043],[14.74908,51.55129],[14.75114,51.60121],[14.41056,51.59993],[14.41125,51.55129],[14.07891,51.54915],[14.07479,51.49831],[13.99446,51.50002],[13.99446,51.39817],[13.53921,51.39989],[13.53852,51.42516],[13.50041,51.42505],[13.50179,51.44945],[13.41596,51.45094],[13.41699,51.50013],[13.3315,51.50055],[13.33047,51.44966],[13.24945,51.44987],[13.25116,51.60036],[13.16773,51.60057],[13.16739,51.65023],[13.08328,51.65066],[13.08362,51.69941],[12.66202,51.70027],[12.66065,51.64832],[12.4162,51.65045],[12.41345,51.60057],[12.16146,51.60015],[12.16146,51.50109],[12.07631,51.50023],[12.07974,51.39625],[12.16008,51.39753],[12.16214,51.34995],[12.07906,51.35253],[12.07906,51.24562],[12.16214,51.24691],[12.16352,51.0958],[12.24317,51.09709],[12.2454,51.04813],[12.49688,51.04883],[12.49894,50.89966],[12.33346,50.89923],[12.32797,50.84984],[12.20712,50.8494],[12.20506,50.69829],[12.24694,50.69744],[12.24694,50.65023],[11.91529,50.64849],[11.91598,50.59839],[11.83221,50.59817],[11.83255,50.39922],[11.91495,50.39922],[11.91461,50.34886],[11.99486,50.34659],[11.99838,50.29897],[12.16506,50.29912],[12.16549,50.24904],[12.23673,50.24871],[12.24823,50.24212],[12.24772,50.14904],[12.33149,50.14893],[12.33852,50.19335],[12.33286,50.23927],[12.3538,50.23619],[12.35998,50.24926],[12.41457,50.24948],[12.41594,50.29906],[12.49851,50.29874],[12.49834,50.34948],[12.58142,50.34915],[12.58125,50.39896],[12.69489,50.39962],[12.70622,50.39426],[12.71257,50.39875],[13.0813,50.39907],[13.0813,50.4992],[13.24816,50.49898],[13.24884,50.54809],[13.33124,50.54918],[13.33056,50.59911],[13.50908,50.59759],[13.50462,50.62656],[13.5393,50.62635],[13.53827,50.65481],[13.54633,50.65547],[13.54599,50.66983],[13.5544,50.67027],[13.55457,50.68908],[13.54736,50.68887],[13.54582,50.69969],[13.63886,50.69947],[13.63955,50.71425],[13.86571,50.71509]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=8c276e3c-88af-462f-8128-6900bc7dd4f8",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-DOP-RGB",name:"Saxony latest aerial imagery",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dop-rgb/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sn_dop_020&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=cd01c334-7e32-482f-bd43-af286707178a",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-DOP-CIR",name:"Saxony latest aerial imagery infrared",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dop-cir/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sn_dop_020_cir&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=ba87bbed-4cb5-4539-a9f5-f863de752f52",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-DTK",name:"Saxony topographic map",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dtk-pg-color/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sn_dtk_pg_color&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=d6d24c6d-94ea-447d-8a0c-40afdedeb5c6",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-WebAtlas",name:"Saxony WebAtlasSN",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_webatlas-sn/guest?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vegetation,Siedlung,Gewaesser,Verkehr,Administrative_Einheiten,Beschriftung&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=475a9197-620f-4dcb-b8aa-7f71b626443f",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"Geodatastyrelsen_Denmark",name:"SDFE aerial imagery",type:"tms",template:"https://osmtools.septima.dk/mapproxy/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg",scaleExtent:[0,21],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_url:"https://download.kortforsyningen.dk/content/vilkaar-og-betingelser",terms_text:"Geodatastyrelsen og Danske Kommuner",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"Geodatastyrelsen_Cadastral_Parcels_INSPIRE_View",name:"SDFE Cadastral Parcels INSPIRE View",type:"wms",template:"https://kortforsyningen.kms.dk/cp_inspire?login=OpenStreetMapDK2015&password=Gall4Peters&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=CP.CadastralParcel&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,20],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"Geodatastyrelsen_DTK_Kort25",name:"SDFE DTK Kort25",type:"wms",template:"https://kortforsyningen.kms.dk/topo25?FORMAT=image/png&VERSION=1.1.1&login=OpenStreetMapDK2015&password=Gall4Peters&SERVICE=WMS&REQUEST=GetMap&Layers=topo25_klassisk&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,19],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"Geodatastyrelsen_Skaermkort",name:"SDFE Skærmkort",type:"wms",template:"https://kortforsyningen.kms.dk/topo_skaermkort?FORMAT=image/png&VERSION=1.1.1&login=OpenStreetMapDK2015&password=Gall4Peters&SERVICE=WMS&REQUEST=GetMap&Layers=dtk_skaermkort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,19],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"SDFE_Overflade_Skyggekort_40cm",name:"SDFE Surface Shadow Map (40 cm)",type:"wms",template:"https://kortforsyningen.kms.dk/dhm?login=OpenStreetMapDK2015&password=Gall4Peters&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=dhm_overflade_skyggekort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,20],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"SDFE_Terraen_Skyggekort_40cm",name:"SDFE Terrain Shadow Map (40 cm)",type:"wms",template:"https://kortforsyningen.kms.dk/dhm?login=OpenStreetMapDK2015&password=Gall4Peters&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=dhm_terraen_skyggekort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,20],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"Sicily-ATA2007",name:"Sicily - Italy",type:"wms",template:"http://map.sitr.regione.sicilia.it/ArcGIS/services/WGS84_F33/Ortofoto_ATA20072008_f33/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&STYLES=default&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[15.71165,38.25894],[15.23718,38.81938],[14.27124,38.55246],[13.15063,38.75408],[11.96411,37.97451],[12.52441,37.54022],[11.87897,36.79609],[12.49695,35.47409],[12.68921,35.46962],[14.57336,36.66401],[15.29709,36.62875],[15.39854,37.42171],[15.71165,38.25894]]]},{id:"Siemianowice_Slaskie-buildings",name:"Siemianowice Śląskie: Buildings",type:"wms",template:"https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,drogi,adresy,ulice&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,19],polygon:[[[19.03103,50.33933],[19.0316,50.35413],[19.0656,50.35373],[19.06529,50.34219],[19.06118,50.33749],[19.06069,50.31967],[19.05603,50.31975],[19.05562,50.30155],[19.06432,50.3015],[19.06366,50.27175],[19.04379,50.27179],[19.04375,50.27478],[19.0213,50.27505],[19.02156,50.28398],[19.01027,50.28856],[18.98791,50.28871],[18.98822,50.3022],[18.98143,50.30226],[18.98213,50.33977],[19.03103,50.33933]]],terms_text:"Urząd Miasta Siemianowice Śląskie"},{id:"Siemianowice_Slaskie-aerial_image",name:"Siemianowice Śląskie: Orthophotomap (aerial image)",type:"wms",template:"https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",scaleExtent:[0,23],polygon:[[[19.03103,50.33933],[19.0316,50.35413],[19.0656,50.35373],[19.06529,50.34219],[19.06118,50.33749],[19.06069,50.31967],[19.05603,50.31975],[19.05562,50.30155],[19.06432,50.3015],[19.06366,50.27175],[19.04379,50.27179],[19.04375,50.27478],[19.0213,50.27505],[19.02156,50.28398],[19.01027,50.28856],[18.98791,50.28871],[18.98822,50.3022],[18.98143,50.30226],[18.98213,50.33977],[19.03103,50.33933]]],terms_text:"Urząd Miasta Siemianowice Śląskie"},{id:"sc2012",name:"SIG Santa Catarina OrtoRGB 2012",type:"wms",template:"http://sigsc.sc.gov.br/sigserver/SIGSC/wms?SERVICE=WMS&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OrtoRGB-Landsat-2012&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[-48.62488,-26.91624],[-48.62416,-26.83409],[-48.56163,-26.83412],[-48.56165,-26.74919],[-48.62675,-26.74918],[-48.62715,-26.73276],[-48.64126,-26.733],[-48.64174,-26.70912],[-48.62414,-26.70913],[-48.62418,-26.50079],[-48.57099,-26.50077],[-48.57155,-26.47415],[-48.55418,-26.47381],[-48.5545,-26.45736],[-48.56155,-26.45747],[-48.56161,-26.41746],[-48.4991,-26.41747],[-48.49909,-26.25081],[-48.43664,-26.25079],[-48.43661,-26.20752],[-48.4601,-26.20751],[-48.46195,-26.1242],[-48.56161,-26.12419],[-48.56163,-25.95753],[-48.62411,-25.95753],[-48.62411,-25.94507],[-48.68838,-25.94607],[-48.6884,-25.95752],[-49.25089,-25.95752],[-49.2509,-25.9992],[-49.31339,-25.9992],[-49.31338,-26.0825],[-49.37591,-26.0825],[-49.37591,-26.12419],[-49.50093,-26.12418],[-49.50092,-26.16586],[-49.68661,-26.16585],[-49.68661,-26.12417],[-49.74907,-26.08246],[-49.74908,-26.04084],[-49.8116,-26.04085],[-49.81159,-25.99918],[-49.93657,-25.99915],[-49.93661,-25.98244],[-50.00091,-25.98288],[-50.00094,-25.99915],[-50.31338,-25.99916],[-50.31342,-26.04083],[-50.37411,-26.04084],[-50.3741,-25.9992],[-50.49914,-25.99918],[-50.49911,-25.98414],[-50.62593,-25.98452],[-50.62595,-26.04084],[-50.6884,-26.04161],[-50.68845,-26.12416],[-50.75094,-26.12414],[-50.75095,-26.20752],[-51.12595,-26.20747],[-51.12595,-26.24913],[-51.18848,-26.24918],[-51.31344,-26.33245],[-51.31347,-26.62414],[-51.4366,-26.62415],[-51.43659,-26.56476],[-51.62409,-26.5641],[-51.62411,-26.5408],[-51.99907,-26.5408],[-52.06158,-26.49911],[-52.06158,-26.45747],[-52.12408,-26.45749],[-52.12406,-26.41579],[-52.37407,-26.4158],[-52.37409,-26.39133],[-52.56156,-26.3894],[-52.56158,-26.37415],[-52.62408,-26.37417],[-52.62409,-26.33247],[-53.12408,-26.33247],[-53.1241,-26.31707],[-53.1618,-26.3165],[-53.16136,-26.29082],[-53.18656,-26.29083],[-53.24907,-26.24911],[-53.24906,-26.23919],[-53.31159,-26.23824],[-53.3741,-26.22882],[-53.43845,-26.22777],[-53.43843,-26.24914],[-53.5616,-26.24916],[-53.56159,-26.23983],[-53.65501,-26.23814],[-53.65623,-26.29263],[-53.67011,-26.31684],[-53.68846,-26.33242],[-53.70322,-26.3741],[-53.70929,-26.38449],[-53.7098,-26.39568],[-53.70619,-26.40722],[-53.70721,-26.45927],[-53.71438,-26.46168],[-53.71476,-26.48118],[-53.73047,-26.49913],[-53.73146,-26.54081],[-53.75096,-26.5408],[-53.75095,-26.62417],[-53.7602,-26.62414],[-53.76125,-26.6675],[-53.75098,-26.66751],[-53.75096,-26.74298],[-53.72737,-26.7434],[-53.72133,-26.74905],[-53.72141,-26.75093],[-53.74571,-26.75943],[-53.74612,-26.77704],[-53.71948,-26.77755],[-53.72084,-26.83416],[-53.70047,-26.83414],[-53.70277,-26.93108],[-53.71168,-26.93091],[-53.71224,-26.95557],[-53.751,-26.95479],[-53.75092,-26.99915],[-53.76467,-26.99915],[-53.8037,-27.03751],[-53.80454,-27.07258],[-53.80809,-27.07249],[-53.80862,-27.09613],[-53.8269,-27.09577],[-53.82762,-27.12414],[-53.84644,-27.12413],[-53.84765,-27.17014],[-53.83506,-27.18932],[-53.83536,-27.20054],[-53.68847,-27.20284],[-53.68849,-27.22789],[-53.43654,-27.23246],[-53.43655,-27.16751],[-53.37598,-27.16751],[-53.37601,-27.23352],[-53.24905,-27.23564],[-53.24905,-27.20922],[-53.06344,-27.20918],[-53.06345,-27.2334],[-52.81348,-27.23685],[-52.81346,-27.27653],[-52.75096,-27.27732],[-52.75096,-27.29249],[-52.4385,-27.29252],[-52.43848,-27.32689],[-52.37603,-27.32753],[-52.37599,-27.3342],[-52.25098,-27.33418],[-52.25099,-27.34669],[-52.18655,-27.34728],[-52.18657,-27.33419],[-52.12598,-27.3342],[-52.12599,-27.36413],[-52.02979,-27.36489],[-52.03036,-27.42442],[-51.97534,-27.42479],[-51.97603,-27.50088],[-51.93845,-27.50085],[-51.93845,-27.54252],[-51.68846,-27.54247],[-51.68847,-27.55742],[-51.59903,-27.5579],[-51.59923,-27.59481],[-51.56351,-27.59498],[-51.56348,-27.62586],[-51.50088,-27.62586],[-51.50095,-27.66754],[-51.43937,-27.6675],[-51.43954,-27.70932],[-51.37597,-27.7095],[-51.37601,-27.75089],[-51.31349,-27.7509],[-51.31346,-27.79253],[-51.18847,-27.79251],[-51.18848,-27.87586],[-51.12598,-27.87586],[-51.12597,-27.91752],[-51.06348,-27.9175],[-51.06347,-27.95919],[-51.00095,-28.00086],[-50.9385,-28.00086],[-50.93849,-28.16755],[-50.81346,-28.16752],[-50.81345,-28.29253],[-50.75096,-28.29251],[-50.68845,-28.33418],[-50.68849,-28.41754],[-50.626,-28.41752],[-50.56352,-28.44094],[-50.43848,-28.44051],[-50.43847,-28.45917],[-50.37597,-28.45921],[-50.37598,-28.47554],[-50.18844,-28.47454],[-50.18849,-28.51143],[-50.12398,-28.51104],[-50.12402,-28.50086],[-49.87597,-28.50085],[-49.87601,-28.5142],[-49.81347,-28.51369],[-49.81347,-28.58255],[-49.83003,-28.58251],[-49.82951,-28.62597],[-49.8759,-28.66572],[-50.001,-28.74915],[-50.001,-29.04083],[-50.03319,-29.04081],[-50.03219,-29.14711],[-50.12602,-29.14774],[-50.12598,-29.16579],[-50.13613,-29.16581],[-50.1885,-29.19623],[-50.1885,-29.31905],[-50.1422,-29.31873],[-50.14208,-29.33422],[-50.126,-29.33418],[-50.12599,-29.36238],[-49.99906,-29.36153],[-49.99904,-29.24031],[-49.93848,-29.23986],[-49.93851,-29.25087],[-49.87601,-29.25087],[-49.876,-29.30098],[-49.82262,-29.30052],[-49.82227,-29.33419],[-49.81347,-29.33422],[-49.81354,-29.3411],[-49.68654,-29.33991],[-49.68651,-29.29255],[-49.62399,-29.29252],[-49.62398,-29.25085],[-49.56149,-29.25083],[-49.56145,-29.16749],[-49.49901,-29.16746],[-49.49902,-29.08419],[-49.4365,-29.08418],[-49.43651,-29.04251],[-49.37405,-29.04248],[-49.37402,-28.9592],[-49.31153,-28.95917],[-49.31152,-28.91749],[-49.24898,-28.9175],[-49.24897,-28.87582],[-49.18655,-28.87585],[-49.18653,-28.83414],[-49.12402,-28.83418],[-49.12401,-28.7925],[-49.06149,-28.79247],[-49.06146,-28.75084],[-48.99903,-28.75085],[-48.99903,-28.70919],[-48.93658,-28.70918],[-48.93658,-28.66752],[-48.87405,-28.66751],[-48.87404,-28.62585],[-48.74912,-28.62585],[-48.74912,-28.54254],[-48.68656,-28.54253],[-48.68658,-28.33417],[-48.62408,-28.33416],[-48.62406,-28.08418],[-48.5616,-28.08418],[-48.56159,-27.95919],[-48.49905,-27.95916],[-48.49904,-27.91581],[-48.56157,-27.9158],[-48.5616,-27.87584],[-48.49902,-27.87586],[-48.49902,-27.83422],[-48.43657,-27.83418],[-48.43661,-27.62583],[-48.37406,-27.62585],[-48.37405,-27.50086],[-48.31157,-27.50086],[-48.31153,-27.24913],[-48.43657,-27.24913],[-48.43654,-27.20916],[-48.37402,-27.2092],[-48.37405,-27.1658],[-48.43656,-27.1658],[-48.43656,-27.12415],[-48.49906,-27.12413],[-48.49907,-27.08667],[-48.50022,-27.08666],[-48.50031,-27.08247],[-48.5616,-27.08248],[-48.56159,-27.04252],[-48.49906,-27.04252],[-48.49906,-26.99913],[-48.56156,-26.99913],[-48.56157,-26.91579],[-48.62488,-26.91624]]],terms_url:"http://sigsc.sds.sc.gov.br/download/termo_sigsc.pdf",terms_text:"Sistema de Informações Geográficas - Governo de Santa Catarina"},{id:"SIGIP-2012",name:"SIGIP - Orthophoto 2012",type:"tms",template:"http://osmdata.asitvd.ch/tiles/sigip2012/{zoom}/{x}/{y}.png",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[14,20],polygon:[[[6.71057,46.54396],[6.72968,46.54408],[6.72995,46.52605],[6.71085,46.52596],[6.71113,46.50796],[6.6922,46.50788],[6.6923,46.49883],[6.63531,46.49847],[6.63488,46.52547],[6.65381,46.52558],[6.65361,46.54358],[6.69163,46.54384],[6.69155,46.55284],[6.71047,46.55293],[6.71057,46.54396]]],terms_url:"https://www.sigip.ch/",terms_text:"SIGIP"},{id:"Slovakia-Historic-Maps",name:"Slovakia Historic Maps",type:"tms",template:"http://tms.freemap.sk/historicke/{zoom}/{x}/{y}.png",scaleExtent:[0,12],polygon:[[[16.81969,47.49272],[16.81969,49.50303],[22.83883,49.50303],[22.83883,47.49272],[16.81969,47.49272]]],icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"skoterleder",name:"Snowmobile map Sweden",type:"tms",template:"https://tiles.skoterleder.org/tiles/{zoom}/{x}/{y}.png",scaleExtent:[5,14],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[23.87328,65.21069],[30.14647,65.19226],[30.19042,67.62596],[29.43236,69.62651],[27.93822,70.14037],[20.73119,69.2756],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://skoterleder.org/",terms_text:"© Skoterleder.org",description:"Snowmobile trails",icon:"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Sweden_road_sign_D9.svg/200px-Sweden_road_sign_D9.svg.png"},{id:"Soskut_Pusztazamor_Tarnok_Diosd_orto_2017",name:"Sóskút, Pusztazámor, Tárnok, Diósd ortophoto 2017",type:"tms",template:"http://adam.openstreetmap.hu/mapproxy/tiles/1.0.0/Soskut-Tarnok-Pusztazamor-Diosd/mercator/{zoom}/{x}/{y}.png",endDate:"2017-03-01T00:00:00.000Z",startDate:"2017-03-01T00:00:00.000Z",scaleExtent:[11,20],polygon:[[[18.79273,47.37079],[18.79194,47.37048],[18.79139,47.37063],[18.79011,47.37176],[18.78916,47.37345],[18.78722,47.37566],[18.78603,47.37765],[18.78498,47.37905],[18.7837,47.38032],[18.78267,47.38195],[18.7814,47.38368],[18.77934,47.38713],[18.77666,47.3894],[18.76472,47.3967],[18.7617,47.39966],[18.75631,47.40328],[18.75837,47.40653],[18.7588,47.40776],[18.762,47.41217],[18.76304,47.41315],[18.76593,47.41471],[18.77041,47.41766],[18.77247,47.41809],[18.77248,47.4203],[18.8086,47.44041],[18.81742,47.43539],[18.82092,47.43572],[18.82804,47.43755],[18.83021,47.43526],[18.83585,47.43754],[18.84049,47.43346],[18.84765,47.43572],[18.851,47.43281],[18.869,47.43961],[18.87361,47.43597],[18.87499,47.43342],[18.87386,47.43248],[18.87604,47.42797],[18.8605,47.423],[18.86621,47.41798],[18.87243,47.41086],[18.8663,47.40773],[18.86964,47.40471],[18.86777,47.40207],[18.86509,47.40052],[18.87081,47.39838],[18.86772,47.39699],[18.86992,47.39655],[18.87649,47.39478],[18.87749,47.39495],[18.87867,47.39462],[18.88358,47.38996],[18.88291,47.38967],[18.88539,47.3853],[18.87748,47.38339],[18.88181,47.37605],[18.87914,47.37393],[18.88638,47.36923],[18.88206,47.36773],[18.87973,47.36641],[18.8747,47.36252],[18.87282,47.36137],[18.87028,47.36063],[18.86688,47.35853],[18.86234,47.35637],[18.85567,47.35199],[18.84874,47.34728],[18.83192,47.33841],[18.82497,47.34258],[18.8162,47.34925],[18.81079,47.35357],[18.80823,47.356],[18.80645,47.35854],[18.80708,47.35902],[18.80635,47.36021],[18.80465,47.36175],[18.80381,47.36335],[18.80055,47.36545],[18.79988,47.36617],[18.79416,47.36975],[18.79273,47.37079]],[[18.91871,47.40938],[18.91826,47.40998],[18.92067,47.41156],[18.9251,47.41372],[18.93473,47.41917],[18.94063,47.42241],[18.94982,47.41938],[18.95155,47.4175],[18.9569,47.41923],[18.9577,47.41878],[18.95755,47.41435],[18.96211,47.40507],[18.96266,47.40118],[18.96316,47.39903],[18.95446,47.39673],[18.95276,47.39526],[18.95202,47.39362],[18.95119,47.39356],[18.94692,47.39799],[18.94411,47.39845],[18.94161,47.39869],[18.93735,47.39633],[18.93617,47.39683],[18.93122,47.4],[18.9312,47.40023],[18.92924,47.40205],[18.92561,47.40605],[18.92466,47.40635],[18.92293,47.40926],[18.91871,47.40938]]],terms_url:"http://fototerkep.hu",terms_text:"Fototerkep.hu",best:true,description:"5 cm resolution bald image of 4 settlement"},{id:"South_Africa-CD_NGI-Aerial",name:"South Africa CD:NGI Aerial",type:"tms",template:"http://{switch:a,b,c}.aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg",scaleExtent:[1,22],polygon:[[[17.83968,-32.79834],[17.88935,-32.69728],[18.00364,-32.69822],[18.09917,-32.74853],[18.28987,-32.55266],[18.29302,-32.04871],[18.10545,-31.6455],[17.85293,-31.3444],[17.548,-30.90217],[17.40445,-30.63747],[17.24937,-30.39917],[16.9937,-29.65436],[16.7988,-29.19437],[16.54941,-28.84159],[16.44987,-28.69188],[16.4491,-28.55158],[16.60026,-28.48257],[16.75141,-28.4487],[16.74622,-28.2459],[16.88551,-28.04729],[16.99295,-28.0244],[17.05297,-28.02571],[17.10076,-28.03388],[17.20115,-28.09305],[17.20263,-28.23284],[17.24746,-28.23382],[17.2508,-28.19889],[17.35119,-28.19759],[17.35156,-28.24427],[17.40158,-28.24524],[17.41491,-28.34898],[17.40083,-28.548],[17.4527,-28.54897],[17.45121,-28.64951],[17.49836,-28.68721],[17.60282,-28.683],[17.64997,-28.69679],[17.65259,-28.73815],[17.80139,-28.73815],[17.99943,-28.75606],[18.00027,-28.79562],[18.15745,-28.87181],[18.50638,-28.87181],[18.61536,-28.82959],[18.90875,-28.82775],[19.1047,-28.94885],[19.19691,-28.93785],[19.24301,-28.85162],[19.23149,-28.80296],[19.25873,-28.70099],[19.44315,-28.69732],[19.55003,-28.49583],[19.69673,-28.49399],[19.69882,-28.44794],[19.85076,-28.44333],[19.84971,-28.40278],[19.99536,-28.39909],[19.98937,-24.74979],[20.29167,-24.91923],[20.47246,-25.15017],[20.65324,-25.45294],[20.73326,-25.6802],[20.8281,-25.89635],[20.84292,-26.21585],[20.65028,-26.48409],[20.65324,-26.82049],[21.08891,-26.84693],[21.67277,-26.839],[21.7765,-26.66963],[21.97211,-26.64314],[22.28034,-26.32747],[22.57078,-26.1334],[22.77528,-25.67752],[23.00052,-25.27619],[23.46583,-25.27351],[23.88372,-25.59737],[24.2364,-25.6134],[24.60391,-25.78966],[25.1107,-25.73894],[25.50784,-25.68554],[25.64418,-25.48238],[25.84193,-24.78054],[25.84664,-24.75385],[26.39285,-24.63329],[26.47391,-24.56533],[26.509,-24.48424],[26.58619,-24.40758],[26.73006,-24.30145],[26.85674,-24.24995],[26.85744,-24.10269],[26.92155,-23.8991],[26.93183,-23.84619],[26.97148,-23.69943],[27.00061,-23.63676],[27.0578,-23.60526],[27.13605,-23.52034],[27.33396,-23.39738],[27.51441,-23.35939],[27.59581,-23.20855],[27.80986,-23.0995],[27.88285,-23.06205],[27.93829,-22.94965],[28.04076,-22.82551],[28.20568,-22.65529],[28.33972,-22.56394],[28.49061,-22.5607],[28.61088,-22.54002],[28.82818,-22.45502],[28.92853,-22.42323],[28.95941,-22.30901],[29.01626,-22.20834],[29.23241,-22.16935],[29.35312,-22.18429],[29.6549,-22.11864],[29.77771,-22.1362],[29.9293,-22.18494],[30.11668,-22.28303],[30.25634,-22.29148],[30.30336,-22.33952],[30.50618,-22.30576],[30.83743,-22.28498],[31.00586,-22.30771],[31.18342,-22.32329],[31.29306,-22.36746],[31.56806,-23.19034],[31.55683,-23.44308],[31.69311,-23.61752],[31.71197,-23.74114],[31.77747,-23.88006],[31.88863,-23.94811],[31.91444,-24.17467],[31.99483,-24.30409],[32.01667,-24.4406],[32.00773,-24.65366],[32.01964,-24.91407],[32.03552,-25.08498],[32.01964,-25.38214],[31.99285,-25.44938],[31.99979,-25.51657],[32.00575,-25.6079],[32.00575,-25.66248],[31.93627,-25.84037],[31.98094,-25.95465],[31.86878,-26.00373],[31.41621,-25.72777],[31.32291,-25.74386],[31.25046,-25.82965],[31.1393,-25.91627],[31.11647,-25.99124],[30.96561,-26.26658],[30.89217,-26.32797],[30.85346,-26.40356],[30.82269,-26.44888],[30.80226,-26.52407],[30.80384,-26.80821],[30.90209,-26.78075],[30.91003,-26.84895],[30.98249,-26.90826],[30.97653,-27.00292],[31.00344,-27.04416],[31.15433,-27.19804],[31.50156,-27.31112],[31.97002,-27.31112],[31.97002,-27.12047],[31.97697,-27.05066],[32.00025,-26.79839],[32.10698,-26.79846],[32.31145,-26.84795],[32.89999,-26.85161],[32.88609,-26.9817],[32.70943,-27.47854],[32.62407,-27.77751],[32.5814,-28.07479],[32.53872,-28.2288],[32.42756,-28.50216],[32.36404,-28.59457],[32.07026,-28.84698],[31.98788,-28.90695],[31.77648,-28.96949],[31.46385,-29.28593],[31.35963,-29.38543],[31.16808,-29.63074],[31.06486,-29.78935],[31.05345,-29.84705],[31.06699,-29.86403],[31.04555,-29.9502],[30.95186,-30.00339],[30.86518,-30.10241],[30.72447,-30.3925],[30.35563,-30.93089],[30.09724,-31.24583],[29.86731,-31.43043],[29.74094,-31.50147],[29.48131,-31.69787],[28.89432,-32.28989],[28.54971,-32.58946],[28.14365,-32.83207],[28.07487,-32.94169],[27.84509,-33.08287],[27.3758,-33.38607],[26.88054,-33.6459],[26.59169,-33.74808],[26.45273,-33.79358],[26.20675,-33.75489],[26.00779,-33.7224],[25.80555,-33.75243],[25.75111,-33.80065],[25.65291,-33.85436],[25.65291,-33.94698],[25.71958,-34.00401],[25.72028,-34.05112],[25.55089,-34.06315],[25.35046,-34.05026],[25.28106,-34.00203],[25.04763,-33.99946],[24.95472,-34.00436],[24.94966,-34.10104],[24.87704,-34.15065],[24.87629,-34.20053],[24.85326,-34.21896],[24.76453,-34.20179],[24.50014,-34.20033],[24.34867,-34.11638],[24.19888,-34.1019],[23.99634,-34.05144],[23.80175,-34.05243],[23.74936,-34.01119],[23.49735,-34.00901],[23.41552,-34.04346],[23.41543,-34.11404],[22.90009,-34.0993],[22.84124,-34.05479],[22.64703,-34.05026],[22.64598,-34.00728],[22.57002,-34.00641],[22.50505,-34.06459],[22.252,-34.06459],[22.22213,-34.10147],[22.16212,-34.1057],[22.17124,-34.15218],[22.15769,-34.21809],[22.00156,-34.21722],[21.9497,-34.322],[21.86115,-34.40071],[21.56147,-34.40201],[21.5468,-34.36612],[21.50174,-34.36699],[21.5007,-34.40201],[21.41949,-34.44652],[21.19787,-34.44782],[21.09882,-34.39913],[21.00337,-34.37539],[20.89319,-34.39971],[20.89766,-34.4854],[20.74468,-34.48281],[20.5042,-34.48626],[20.25272,-34.70148],[20.08035,-34.83619],[19.99233,-34.83791],[19.89907,-34.82758],[19.89383,-34.7936],[19.5973,-34.79618],[19.39297,-34.64202],[19.28771,-34.64048],[19.28614,-34.59866],[19.34744,-34.52445],[19.32853,-34.45344],[19.098,-34.44998],[19.07256,-34.38024],[19.00235,-34.35256],[18.95206,-34.39494],[18.7975,-34.39364],[18.79842,-34.10164],[18.50175,-34.10153],[18.49995,-34.36169],[18.44773,-34.362],[18.44799,-34.35227],[18.39744,-34.3514],[18.39717,-34.3023],[18.35657,-34.30056],[18.34793,-34.20204],[18.29721,-34.19503],[18.29511,-33.99371],[18.33745,-33.99141],[18.34766,-33.84924],[18.34793,-33.78155],[18.41247,-33.74488],[18.36155,-33.65016],[18.2992,-33.58559],[18.21668,-33.44887],[18.13899,-33.39741],[17.94735,-33.16026],[17.88552,-33.05757],[17.84859,-32.96685],[17.83968,-32.85073],[17.83968,-32.79834]]],best:true},{id:"South-Tyrol-Orthofoto2011",name:"South Tyrol Orthofoto 2011",type:"tms",template:"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_OF_2011_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",scaleExtent:[0,18],polygon:[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.0"},{id:"South-Tyrol-Orthofoto2011-20cm",name:"South Tyrol Orthofoto 2011 (highres)",type:"wms",template:"https://geoservices.buergernetz.bz.it/geoserver/ows?SERVICE=WMS&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=P_BZ_OF_2011_EPSG3857,P_BZ_OF_2011_20cm_EPSG3857&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.0",description:"Orthophoto of South Tyrol from 2011 with up to 20cm resolution (larger valleys)"},{id:"South-Tyrol-Orthofoto2014",name:"South Tyrol Orthofoto 2014",type:"tms",template:"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_OF_2014_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",scaleExtent:[0,18],polygon:[[[12.23442,46.84254],[12.24913,46.82785],[12.24913,46.81945],[12.25753,46.81735],[12.26173,46.80686],[12.26594,46.80686],[12.26804,46.79637],[12.26173,46.79427],[12.27014,46.78587],[12.27224,46.76908],[12.28485,46.76698],[12.29745,46.7439],[12.30166,46.7439],[12.30166,46.7376],[12.28695,46.7376],[12.23652,46.72081],[12.18819,46.71451],[12.16298,46.70192],[12.10835,46.69353],[12.08944,46.68303],[12.05792,46.68093],[12.04531,46.67464],[12.03481,46.67464],[12.03061,46.68303],[12.0096,46.68303],[11.98438,46.66834],[11.94866,46.66414],[11.93816,46.65575],[11.90874,46.64525],[11.89193,46.64525],[11.8457,46.62846],[11.82049,46.62636],[11.80998,46.60748],[11.79528,46.60328],[11.78897,46.59069],[11.78057,46.58859],[11.76586,46.55501],[11.75325,46.54871],[11.73855,46.52982],[11.73224,46.52982],[11.72384,46.51513],[11.71543,46.51513],[11.71333,46.50254],[11.70913,46.50254],[11.70913,46.49624],[11.69652,46.48575],[11.69442,46.47735],[11.66711,46.47525],[11.66711,46.44587],[11.6608,46.44587],[11.64399,46.45846],[11.63769,46.45846],[11.63349,46.44587],[11.62508,46.44797],[11.62508,46.43957],[11.61878,46.43957],[11.61458,46.42278],[11.61037,46.42278],[11.61037,46.41649],[11.62508,46.41229],[11.62508,46.3934],[11.61458,46.38291],[11.60617,46.38291],[11.60407,46.37241],[11.58306,46.37241],[11.58306,46.34932],[11.55995,46.32414],[11.53894,46.32834],[11.53894,46.34513],[11.52423,46.34723],[11.50111,46.34723],[11.49901,46.32834],[11.48851,46.33044],[11.49271,46.32204],[11.41917,46.32414],[11.41707,46.25278],[11.35613,46.24858],[11.34773,46.25698],[11.34563,46.26747],[11.34143,46.26747],[11.33722,46.25068],[11.31201,46.24858],[11.30991,46.25278],[11.3015,46.25278],[11.2889,46.24019],[11.2889,46.2234],[11.25108,46.2234],[11.24898,46.2129],[11.16283,46.215],[11.16283,46.24858],[11.12711,46.24858],[11.13131,46.25278],[11.12291,46.25488],[11.12501,46.29895],[11.16283,46.29895],[11.16283,46.36821],[11.16703,46.36821],[11.16703,46.38081],[11.17543,46.3871],[11.17754,46.3997],[11.20485,46.3997],[11.20695,46.42068],[11.19014,46.42068],[11.19014,46.42698],[11.19435,46.42698],[11.19855,46.44167],[11.20485,46.44587],[11.20695,46.47315],[11.19014,46.47525],[11.18804,46.48365],[11.15232,46.47525],[11.08298,46.47525],[11.08088,46.43537],[11.04096,46.42068],[11.01154,46.42068],[10.99894,46.44587],[10.98843,46.44587],[10.98423,46.45217],[10.96952,46.45217],[10.96112,46.48365],[10.95691,46.48365],[10.95481,46.49414],[10.94851,46.49624],[10.94431,46.50673],[10.91069,46.49624],[10.90018,46.49624],[10.89808,46.51093],[10.85606,46.50254],[10.84135,46.54241],[10.86446,46.54661],[10.86236,46.55081],[10.76571,46.54031],[10.72158,46.55081],[10.59762,46.55291],[10.5619,46.54871],[10.53668,46.55291],[10.50096,46.54871],[10.48415,46.55501],[10.46314,46.55501],[10.47155,46.5676],[10.47365,46.59069],[10.47785,46.59069],[10.47785,46.61797],[10.46944,46.62636],[10.44843,46.63476],[10.42532,46.62846],[10.3938,46.63056],[10.3896,46.64525],[10.3812,46.64735],[10.3833,46.66414],[10.3791,46.66834],[10.3791,46.69353],[10.3854,46.72081],[10.3896,46.72081],[10.3938,46.7376],[10.41692,46.75229],[10.41692,46.78587],[10.42112,46.79847],[10.42532,46.79847],[10.42532,46.80686],[10.43373,46.81106],[10.43793,46.79007],[10.44423,46.78377],[10.44843,46.7439],[10.45264,46.7439],[10.45684,46.72711],[10.46104,46.72711],[10.46524,46.71032],[10.46944,46.71032],[10.47365,46.67254],[10.47995,46.67044],[10.48415,46.65575],[10.48836,46.65575],[10.48415,46.62846],[10.48836,46.62846],[10.48836,46.62217],[10.49886,46.62007],[10.52828,46.62427],[10.49886,46.63056],[10.49886,46.64525],[10.50516,46.64316],[10.49886,46.66204],[10.51777,46.65785],[10.58921,46.66204],[10.63123,46.65365],[10.79302,46.65575],[10.79723,46.65155],[10.88127,46.65155],[10.89178,46.65785],[10.9275,46.66414],[10.94431,46.67464],[10.98003,46.67464],[11.00104,46.68303],[11.02415,46.68303],[11.05147,46.69772],[11.12711,46.70822],[11.13971,46.71242],[11.14392,46.71871],[11.17543,46.72081],[11.19855,46.7334],[11.24898,46.7355],[11.25318,46.72291],[11.2952,46.72921],[11.30571,46.70822],[11.31831,46.70822],[11.33722,46.71871],[11.38555,46.72081],[11.43178,46.7376],[11.50952,46.7439],[11.54734,46.75649],[11.56835,46.75649],[11.58306,46.76698],[11.60617,46.76908],[11.61037,46.77538],[11.69862,46.79427],[11.71753,46.79427],[11.72174,46.79007],[11.73855,46.75859],[11.74905,46.75019],[11.76166,46.70192],[11.76586,46.70192],[11.78687,46.71661],[11.8331,46.72291],[11.86041,46.7376],[11.90874,46.7439],[11.92135,46.75229],[11.95286,46.75859],[11.95917,46.76488],[11.99489,46.77538],[12.00749,46.77538],[12.0096,46.77958],[12.03061,46.78168],[12.05792,46.79427],[12.09995,46.79847],[12.13566,46.81316],[12.15878,46.81316],[12.18609,46.82785],[12.21551,46.83205],[12.23442,46.84254]],[[11.97388,46.96637],[11.99489,46.96007],[11.99489,46.95587],[12.0096,46.95797],[12.0117,46.94748],[12.0159,46.94748],[12.0117,46.94118],[12.018,46.93908],[12.02851,46.92229],[12.00749,46.9118],[11.97388,46.9055],[11.95707,46.89501],[11.91714,46.88871],[11.85831,46.86982],[11.8394,46.86982],[11.80158,46.85303],[11.76166,46.84464],[11.74905,46.83415],[11.68181,46.81945],[11.67971,46.81526],[11.6545,46.81106],[11.64399,46.80476],[11.63769,46.80686],[11.63139,46.82155],[11.62508,46.82155],[11.62298,46.83205],[11.61037,46.84464],[11.61668,46.84884],[11.61458,46.85723],[11.61037,46.85723],[11.61668,46.86563],[11.64609,46.86563],[11.68602,46.88242],[11.69022,46.88871],[11.74905,46.89711],[11.75325,46.90341],[11.78057,46.9076],[11.80158,46.9202],[11.8457,46.92649],[11.87722,46.94118],[11.89613,46.94328],[11.92135,46.95797],[11.96757,46.96217],[11.97388,46.96637]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog/",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.0",best:true},{id:"South-Tyrol-Orthofoto-2014-2015",name:"South Tyrol Orthofoto 2014/2015",type:"tms",template:"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_OF_2014_2015_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",endDate:"2015-11-01T00:00:00.000Z",startDate:"2014-07-01T00:00:00.000Z",scaleExtent:[0,18],polygon:[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0",best:true},{id:"South-Tyrol-Topomap",name:"South Tyrol Topomap",type:"tms",template:"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_BASEMAP_TOPO&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",scaleExtent:[0,20],polygon:[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano",description:"Topographical basemap of South Tyrol"},{id:"SPW2009",name:"SPW(allonie) 2009-2010 aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2009_2010/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2010-01-01T00:00:00.000Z",startDate:"2009-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW2012",name:"SPW(allonie) 2012-2013 aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2012_2013/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW2015",name:"SPW(allonie) 2015 aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2015/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW2016",name:"SPW(allonie) 2016 aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2016/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW_ORTHO_LAST",name:"SPW(allonie) most recent aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_LAST/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW_PICC",name:"SPW(allonie) PICC numerical imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/TOPOGRAPHIE/PICC_VDIFF/MapServer/WmsServer?SERVICE=WMS&VERSION=1.1.1&FORMAT=image/png8&TRANSPARENT=FALSE&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&LAYERS=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",projection:"EPSG:3857",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPWrelief2014",name:"SPW(allonie) shaded relief",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014_HILLSHADE/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"ssb-sentrum",name:"SSB City Centres overlay",type:"wms",template:"https://ogc.ssb.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_193&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.ssb.no/arealsentrum/",terms_text:"© SSB",description:"Downtown areas with significant commercial and service activities.",icon:"http://www.fosterhjemsforening.no/wp-content/uploads/2015/06/SSB_logo1.png",overlay:true},{id:"ssb-tettsteder",name:"SSB Urban Areas overlay",type:"wms",template:"https://ogc.ssb.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_198&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[0,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.ssb.no/beftett",terms_text:"© SSB",description:"Human settlements of at least 200 people with less than 200 meters between households",icon:"http://www.fosterhjemsforening.no/wp-content/uploads/2015/06/SSB_logo1.png",overlay:true},{id:"Bern-bern2016-tms",name:"Stadt Bern 10cm (2016)",type:"tms",template:"https://mapproxy.osm.ch/tiles/bern2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",scaleExtent:[8,21],polygon:[[[7.29431,46.92376],[7.29827,46.92747],[7.30616,46.93095],[7.30433,46.93623],[7.30686,46.94037],[7.32464,46.94328],[7.32845,46.94641],[7.34141,46.94608],[7.34385,46.94737],[7.34346,46.94879],[7.35136,46.94855],[7.35056,46.95021],[7.35309,46.95193],[7.3582,46.95118],[7.3685,46.95662],[7.37151,46.96073],[7.37503,46.95983],[7.37851,46.96147],[7.38062,46.96547],[7.38321,46.9663],[7.3938,46.96693],[7.40005,46.96918],[7.40829,46.96869],[7.42817,46.9738],[7.43271,46.97269],[7.43536,46.96843],[7.43785,46.96843],[7.44125,46.97679],[7.44569,46.97479],[7.44838,46.97564],[7.4477,46.97901],[7.44405,46.97807],[7.44127,46.97982],[7.45067,46.99015],[7.45221,46.98968],[7.45465,46.97782],[7.46804,46.97583],[7.47079,46.97],[7.47019,46.96741],[7.47816,46.97118],[7.48452,46.97016],[7.48613,46.9679],[7.48579,46.96468],[7.47847,46.9629],[7.48029,46.96068],[7.47893,46.95878],[7.47978,46.9566],[7.47701,46.95446],[7.48405,46.94999],[7.48339,46.9452],[7.49556,46.93962],[7.49351,46.93766],[7.4908,46.93876],[7.4895,46.93687],[7.47667,46.93695],[7.47811,46.93625],[7.4747,46.93392],[7.47535,46.93299],[7.4691,46.92924],[7.47077,46.9255],[7.45857,46.93484],[7.44764,46.93043],[7.43542,46.93497],[7.4338,46.93312],[7.43764,46.93074],[7.41469,46.93682],[7.41384,46.93157],[7.40708,46.93038],[7.40806,46.92563],[7.40213,46.9242],[7.40148,46.92119],[7.38757,46.93045],[7.38231,46.92728],[7.38002,46.92989],[7.38087,46.93241],[7.37487,46.93143],[7.37489,46.93271],[7.36807,46.93239],[7.36831,46.93043],[7.36041,46.92859],[7.36056,46.9272],[7.33878,46.92454],[7.33937,46.91967],[7.32746,46.91903],[7.32692,46.9236],[7.32437,46.92519],[7.30823,46.92229],[7.29431,46.92376]]],terms_text:"Orthophoto 2016, Vermessungsamt Stadt Bern",best:true},{id:"Bern-2012",name:"Stadt Bern 10cm/25cm (2012)",type:"tms",template:"https://mapproxy.osm.ch/tiles/bern2012/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[14,19],polygon:[[[7.3807,47.00952],[7.38073,47.02301],[7.43853,47.02303],[7.43865,47.01408],[7.45174,47.014],[7.45172,47.00503],[7.54111,47.005],[7.54111,46.99873],[7.54378,46.99871],[7.54375,46.98696],[7.55682,46.987],[7.55685,46.96003],[7.51744,46.96001],[7.51744,46.95108],[7.53051,46.95106],[7.53051,46.92407],[7.51741,46.92405],[7.51738,46.91505],[7.53042,46.91507],[7.53048,46.9061],[7.54358,46.90602],[7.54358,46.87905],[7.55659,46.87903],[7.55662,46.8611],[7.54349,46.86104],[7.5434,46.85212],[7.49095,46.85212],[7.49107,46.87907],[7.47794,46.87909],[7.47797,46.89707],[7.45168,46.89713],[7.45171,46.88808],[7.43855,46.88814],[7.43858,46.87015],[7.41233,46.87015],[7.41236,46.87907],[7.39917,46.87911],[7.3992,46.86108],[7.38613,46.86114],[7.3861,46.85218],[7.373,46.85216],[7.37303,46.86112],[7.34677,46.8611],[7.3468,46.88808],[7.25488,46.88796],[7.25485,46.90596],[7.24172,46.90592],[7.24169,46.91497],[7.22856,46.91493],[7.22833,46.96887],[7.24146,46.96891],[7.24149,46.98688],[7.26769,46.98694],[7.26777,46.99593],[7.28078,46.99595],[7.2809,47.0094],[7.3807,47.00952]]],terms_text:"Orthophoto 2012, Vermessungsamt Stadt Bern"},{id:"Uster-2008",name:"Stadt Uster Orthophoto 2008 10cm",type:"tms",template:"https://mapproxy.osm.ch/tiles/uster/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2008-01-01T00:00:00.000Z",startDate:"2008-01-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[8.68,47.32],[8.74,47.32],[8.74,47.365],[8.68,47.365],[8.68,47.32]]],terms_text:"Stadt Uster Vermessung Orthophoto 2008"},{id:"Zuerich-zh_luftbild2011-tms",name:"Stadt Zürich Luftbild 2011",type:"tms",template:"https://mapproxy.osm.ch/tiles/zh_luftbild2011/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",scaleExtent:[0,21],polygon:[[[8.44624,47.44143],[8.63178,47.43968],[8.62895,47.31377],[8.44381,47.31555],[8.44624,47.44143]]],terms_text:"Stadt Zürich Luftbild 2011"},{id:"Zuerich-city_map",name:"Stadtplan Zürich",type:"tms",template:"https://mapproxy.osm.ch/tiles/zh_stadtplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",scaleExtent:[0,21],polygon:[[[8.56681,47.34713],[8.56665,47.34706],[8.56563,47.34684],[8.56575,47.34666],[8.56509,47.34645],[8.54207,47.33502],[8.54073,47.33376],[8.5403,47.33396],[8.54019,47.33372],[8.54042,47.33358],[8.5388,47.33208],[8.53642,47.33076],[8.53622,47.33018],[8.53345,47.32992],[8.5318,47.3295],[8.53145,47.32846],[8.53102,47.32789],[8.52974,47.32777],[8.52969,47.32687],[8.52899,47.32698],[8.52813,47.32685],[8.52802,47.32635],[8.52755,47.32639],[8.52762,47.32616],[8.52579,47.32619],[8.52563,47.32575],[8.52426,47.32608],[8.5242,47.32486],[8.52372,47.32416],[8.52304,47.32433],[8.52193,47.32436],[8.52194,47.32394],[8.51932,47.32401],[8.51868,47.32386],[8.51768,47.3232],[8.51642,47.32308],[8.5156,47.32315],[8.51472,47.32272],[8.51295,47.3229],[8.51162,47.32222],[8.50957,47.32202],[8.5095,47.32165],[8.50788,47.32203],[8.50735,47.32173],[8.50529,47.32144],[8.50476,47.32121],[8.5043,47.32074],[8.50317,47.32022],[8.50241,47.32053],[8.50227,47.32082],[8.50152,47.32129],[8.50102,47.32198],[8.50095,47.32259],[8.5006,47.32278],[8.50078,47.3237],[8.50066,47.32451],[8.50098,47.32595],[8.5015,47.3265],[8.50159,47.32732],[8.50188,47.32765],[8.50132,47.32883],[8.5014,47.32903],[8.50069,47.32979],[8.50087,47.33053],[8.50063,47.3311],[8.50112,47.33183],[8.50075,47.33202],[8.50078,47.33224],[8.50106,47.3326],[8.50191,47.33303],[8.5022,47.33364],[8.50177,47.33412],[8.50152,47.33504],[8.50199,47.33666],[8.50161,47.33728],[8.49877,47.33968],[8.49808,47.34169],[8.49702,47.34247],[8.49709,47.34326],[8.49798,47.34365],[8.4981,47.34387],[8.49817,47.34453],[8.49773,47.34521],[8.49636,47.34648],[8.4951,47.34691],[8.49467,47.3476],[8.49285,47.34828],[8.49206,47.3495],[8.49145,47.34964],[8.49128,47.34983],[8.49089,47.35067],[8.49,47.35056],[8.48813,47.352],[8.48691,47.35203],[8.4868,47.3522],[8.48728,47.35311],[8.4871,47.3534],[8.48501,47.35469],[8.48463,47.35536],[8.48463,47.3567],[8.48426,47.35737],[8.48321,47.35814],[8.48272,47.35907],[8.48205,47.35954],[8.47879,47.36078],[8.47698,47.36029],[8.47365,47.36081],[8.47275,47.36079],[8.47169,47.36132],[8.47053,47.36166],[8.46951,47.36438],[8.4664,47.36574],[8.46583,47.3661],[8.46545,47.36664],[8.46485,47.36681],[8.46427,47.36728],[8.46418,47.36838],[8.4649,47.36897],[8.46482,47.36911],[8.46938,47.37136],[8.47042,47.3726],[8.47022,47.37395],[8.46868,47.37382],[8.46761,47.37357],[8.46544,47.37444],[8.46288,47.37603],[8.45995,47.3775],[8.45638,47.37801],[8.45116,47.37817],[8.45047,47.37836],[8.44847,47.37967],[8.44801,47.38025],[8.45174,47.38062],[8.45371,47.38027],[8.45614,47.38072],[8.45669,47.38094],[8.45673,47.38244],[8.45745,47.38222],[8.45843,47.38231],[8.45841,47.38263],[8.45745,47.38325],[8.45767,47.3834],[8.45756,47.38371],[8.45807,47.38388],[8.46004,47.38594],[8.46088,47.38704],[8.46121,47.38795],[8.46104,47.38803],[8.46381,47.39053],[8.46518,47.39132],[8.46556,47.39113],[8.46618,47.39113],[8.46727,47.39065],[8.46697,47.39131],[8.46739,47.3929],[8.4671,47.39334],[8.46607,47.39378],[8.4651,47.39453],[8.46484,47.39481],[8.46488,47.39508],[8.46535,47.39492],[8.46854,47.39461],[8.47018,47.39401],[8.47066,47.39439],[8.47191,47.39388],[8.47208,47.39408],[8.47152,47.3943],[8.47151,47.3949],[8.4721,47.39517],[8.47301,47.39506],[8.47349,47.396],[8.46516,47.39829],[8.46568,47.39922],[8.46759,47.39873],[8.46806,47.39957],[8.46615,47.40006],[8.4677,47.403],[8.4699,47.40298],[8.47551,47.40381],[8.47815,47.40387],[8.47819,47.40508],[8.47738,47.40517],[8.47705,47.40619],[8.47729,47.40914],[8.47703,47.40935],[8.47543,47.40971],[8.47583,47.41077],[8.47605,47.41072],[8.47628,47.41102],[8.47665,47.41097],[8.47725,47.41194],[8.47488,47.41241],[8.47394,47.41222],[8.47303,47.41146],[8.47268,47.41058],[8.47101,47.41094],[8.47113,47.41137],[8.47085,47.41167],[8.47044,47.41159],[8.47031,47.41253],[8.46876,47.41225],[8.46801,47.41334],[8.46863,47.41363],[8.46857,47.41408],[8.46955,47.41484],[8.47007,47.41557],[8.46913,47.41649],[8.46913,47.41693],[8.46962,47.41752],[8.47158,47.41763],[8.4772,47.41974],[8.47688,47.42016],[8.47783,47.42212],[8.47895,47.42172],[8.47937,47.42113],[8.47972,47.42141],[8.48131,47.42134],[8.48171,47.423],[8.48294,47.42266],[8.48292,47.42222],[8.48609,47.42155],[8.48658,47.42164],[8.48683,47.42186],[8.48796,47.42201],[8.48851,47.42271],[8.49019,47.42234],[8.491,47.4239],[8.49006,47.42435],[8.49007,47.42532],[8.49027,47.42536],[8.49017,47.42578],[8.48552,47.42712],[8.48481,47.42784],[8.48466,47.42873],[8.48437,47.42896],[8.48445,47.42979],[8.48579,47.43103],[8.49562,47.43281],[8.50027,47.43442],[8.50207,47.43467],[8.50364,47.43402],[8.50997,47.43213],[8.51155,47.43116],[8.51274,47.43085],[8.516,47.43174],[8.51628,47.43175],[8.51681,47.43133],[8.51872,47.4319],[8.51979,47.43167],[8.52463,47.43126],[8.52549,47.43316],[8.5303,47.43207],[8.53063,47.43266],[8.533,47.43228],[8.53374,47.43251],[8.53467,47.432],[8.53521,47.43188],[8.53606,47.43187],[8.5374,47.4314],[8.53964,47.43126],[8.5401,47.4311],[8.54033,47.43186],[8.54363,47.43143],[8.54284,47.43289],[8.54311,47.43288],[8.54451,47.4325],[8.54459,47.43262],[8.54607,47.43207],[8.54858,47.43142],[8.55009,47.43128],[8.55098,47.43102],[8.55199,47.43104],[8.55535,47.43066],[8.5561,47.42803],[8.55684,47.42624],[8.55783,47.42554],[8.55697,47.4249],[8.55736,47.42472],[8.5569,47.42424],[8.55723,47.4241],[8.55419,47.4208],[8.56082,47.41817],[8.56129,47.41829],[8.56235,47.41632],[8.56282,47.41643],[8.56323,47.41565],[8.56622,47.41632],[8.56692,47.41629],[8.56735,47.41649],[8.5678,47.41684],[8.56875,47.41855],[8.56903,47.41871],[8.5696,47.41868],[8.56944,47.41926],[8.57223,47.41893],[8.57367,47.42004],[8.57378,47.4178],[8.57342,47.41711],[8.57386,47.41438],[8.57384,47.41324],[8.57331,47.41257],[8.5726,47.41207],[8.573,47.41144],[8.58806,47.40797],[8.58894,47.40756],[8.59312,47.40704],[8.59728,47.40631],[8.59722,47.406],[8.59608,47.40612],[8.59378,47.40222],[8.59622,47.40154],[8.5948,47.39918],[8.59725,47.39851],[8.59644,47.39715],[8.59637,47.39663],[8.59623,47.39646],[8.59453,47.39712],[8.59392,47.39647],[8.59335,47.39614],[8.59208,47.39691],[8.59172,47.39681],[8.59148,47.397],[8.58828,47.3958],[8.58905,47.39501],[8.58995,47.39478],[8.58818,47.39351],[8.58752,47.39321],[8.58747,47.39297],[8.58619,47.3928],[8.58442,47.39195],[8.58369,47.39008],[8.58305,47.38905],[8.58316,47.38831],[8.58437,47.38834],[8.58432,47.38894],[8.58492,47.39011],[8.58528,47.3904],[8.58696,47.39017],[8.5869,47.38977],[8.58765,47.38905],[8.58698,47.38793],[8.59181,47.38638],[8.59307,47.38565],[8.59299,47.38523],[8.59354,47.38522],[8.59274,47.38417],[8.59082,47.38476],[8.59013,47.38381],[8.58966,47.384],[8.58956,47.38373],[8.59217,47.38311],[8.59151,47.38244],[8.59384,47.38081],[8.59407,47.38061],[8.59406,47.38029],[8.59556,47.3796],[8.59574,47.37927],[8.59721,47.37849],[8.59674,47.37782],[8.59702,47.37716],[8.5976,47.37661],[8.59705,47.37589],[8.59778,47.37557],[8.59828,47.3751],[8.59855,47.37473],[8.59813,47.37447],[8.6002,47.37331],[8.60053,47.3734],[8.60096,47.37312],[8.60194,47.37198],[8.60192,47.37171],[8.60324,47.37131],[8.60607,47.36871],[8.60745,47.36816],[8.60812,47.36761],[8.61067,47.3673],[8.612,47.36684],[8.61308,47.36776],[8.61344,47.36779],[8.61366,47.36802],[8.61549,47.3677],[8.61645,47.36841],[8.61665,47.36828],[8.61764,47.36681],[8.61709,47.36626],[8.61682,47.36535],[8.61565,47.36466],[8.61495,47.36458],[8.61557,47.36342],[8.61566,47.36273],[8.61482,47.36263],[8.6147,47.36151],[8.61929,47.36121],[8.61996,47.36104],[8.62174,47.36007],[8.62257,47.35983],[8.62187,47.35946],[8.62133,47.35746],[8.62351,47.35592],[8.62352,47.35561],[8.62544,47.35466],[8.62416,47.35397],[8.62245,47.35364],[8.62209,47.35334],[8.61989,47.35367],[8.61976,47.35385],[8.61844,47.35382],[8.61839,47.35425],[8.61708,47.35414],[8.61569,47.35442],[8.6152,47.3541],[8.61386,47.35402],[8.61255,47.35437],[8.61156,47.35394],[8.61107,47.35352],[8.61042,47.35337],[8.60946,47.35352],[8.60776,47.35333],[8.60607,47.35363],[8.60506,47.35359],[8.6038,47.353],[8.60305,47.35219],[8.6032,47.35207],[8.60294,47.35175],[8.603,47.35076],[8.60262,47.35073],[8.6016,47.35073],[8.60104,47.35105],[8.60026,47.35112],[8.5996,47.35145],[8.59859,47.35145],[8.59824,47.35165],[8.59689,47.3514],[8.59666,47.35161],[8.59596,47.35169],[8.59564,47.3519],[8.59494,47.35161],[8.59454,47.35175],[8.5939,47.35161],[8.5935,47.35211],[8.59229,47.3523],[8.59189,47.35278],[8.59118,47.35321],[8.59047,47.35271],[8.59014,47.35286],[8.58846,47.35289],[8.58797,47.35307],[8.58748,47.35267],[8.5863,47.35288],[8.58591,47.35231],[8.5853,47.35201],[8.58462,47.35141],[8.58417,47.35129],[8.58438,47.35116],[8.58398,47.35085],[8.58348,47.35104],[8.58335,47.35087],[8.58221,47.35101],[8.58246,47.35062],[8.57851,47.34873],[8.57827,47.34888],[8.57786,47.34865],[8.57686,47.34878],[8.57688,47.34859],[8.57625,47.34839],[8.57308,47.34751],[8.573,47.34765],[8.57214,47.34744],[8.57163,47.34728],[8.5717,47.34712],[8.57029,47.34672],[8.56968,47.3476],[8.56741,47.34674],[8.56681,47.34713]]],terms_text:"Stadt Zürich Open Government Data"},{id:"stamen-terrain-background",name:"Stamen Terrain",type:"tms",template:"https://stamen-tiles-{switch:a,b,c,d}.a.ssl.fastly.net/terrain-background/{zoom}/{x}/{y}.jpg",scaleExtent:[4,18],terms_url:"http://maps.stamen.com/#terrain",terms_text:"Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL",icon:"https://stamen.com/wp-content/uploads/2016/07/stamen_compass_rose_small-01.png"},{id:"Surrey-Air_Survey",name:"Surrey Air Survey",type:"tms",template:"https://{switch:a,b,c}.surrey.aerial.openstreetmap.org.uk/layer/gb_surrey_aerial/{zoom}/{x}/{y}.png",endDate:"2009-01-01T00:00:00.000Z",startDate:"2007-01-01T00:00:00.000Z",scaleExtent:[8,21],polygon:[[[-0.75248,51.08219],[-0.75952,51.08563],[-0.80143,51.14579],[-0.83989,51.14407],[-0.83577,51.18024],[-0.85295,51.20113],[-0.85227,51.20962],[-0.84952,51.2179],[-0.82669,51.24037],[-0.8121,51.24692],[-0.77365,51.24596],[-0.75442,51.23811],[-0.75408,51.23392],[-0.74464,51.23338],[-0.74307,51.28472],[-0.7515,51.30695],[-0.76644,51.3121],[-0.78206,51.32702],[-0.78154,51.33881],[-0.73743,51.37205],[-0.71923,51.37697],[-0.67958,51.3848],[-0.68078,51.39015],[-0.65314,51.39176],[-0.63014,51.39058],[-0.62911,51.39701],[-0.62344,51.39776],[-0.61314,51.42956],[-0.60025,51.44591],[-0.58671,51.44454],[-0.57624,51.4532],[-0.56268,51.45235],[-0.54774,51.447],[-0.53727,51.44486],[-0.5371,51.45267],[-0.54396,51.45459],[-0.54053,51.46989],[-0.53092,51.47609],[-0.50912,51.47448],[-0.5086,51.46957],[-0.49006,51.46828],[-0.45264,51.46069],[-0.44869,51.44293],[-0.44148,51.44186],[-0.44183,51.43694],[-0.41127,51.43801],[-0.40149,51.42795],[-0.38071,51.42624],[-0.38054,51.41617],[-0.34913,51.41382],[-0.3275,51.40375],[-0.30398,51.39904],[-0.30192,51.37547],[-0.30948,51.36969],[-0.31119,51.35297],[-0.29557,51.35415],[-0.29231,51.36733],[-0.2851,51.36808],[-0.27875,51.37719],[-0.26553,51.38372],[-0.24115,51.3848],[-0.21231,51.36283],[-0.21077,51.34986],[-0.19086,51.35029],[-0.15429,51.33388],[-0.14966,51.30577],[-0.10743,51.29665],[-0.08872,51.30996],[-0.08786,51.32208],[-0.0652,51.32154],[-0.06417,51.32648],[-0.05198,51.32637],[-0.05284,51.33463],[-0.03308,51.34309],[0.00192,51.33763],[0.01188,51.3282],[0.01393,51.29944],[0.02029,51.29944],[0.02406,51.30727],[0.03316,51.30867],[0.04552,51.30545],[0.05239,51.28774],[0.06166,51.25778],[0.06406,51.24155],[0.04621,51.21263],[0.04071,51.21091],[0.04483,51.19898],[0.04947,51.19973],[0.05582,51.19446],[0.06114,51.17907],[0.06234,51.15421],[0.05771,51.14171],[0.02046,51.13654],[-0.0446,51.13364],[-0.1567,51.13525],[-0.15721,51.129],[-0.22879,51.11834],[-0.24733,51.11834],[-0.25008,51.12114],[-0.29935,51.1137],[-0.32218,51.11198],[-0.32235,51.10584],[-0.3596,51.10196],[-0.35891,51.11133],[-0.38638,51.11176],[-0.3869,51.10625],[-0.4281,51.09472],[-0.48568,51.09516],[-0.48713,51.08723],[-0.52974,51.08654],[-0.53023,51.07899],[-0.61046,51.07655],[-0.60997,51.08067],[-0.6578,51.07922],[-0.65828,51.07434],[-0.68365,51.07075],[-0.6998,51.07083],[-0.72966,51.07449],[-0.75248,51.08219]]]},{id:"Swietochlowice-2008",name:"Świętochłowice: Orthophotomap 2008 (aerial image)",type:"wms",template:"https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2008&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}",projection:"EPSG:4326",endDate:"2008-01-01T00:00:00.000Z",startDate:"2008-01-01T00:00:00.000Z",scaleExtent:[0,23],polygon:[[[18.92818,50.32151],[18.93028,50.31766],[18.93402,50.31392],[18.93193,50.31119],[18.92556,50.30575],[18.92429,50.30354],[18.92964,50.30206],[18.93083,50.3004],[18.9283,50.2961],[18.93573,50.29356],[18.93885,50.28965],[18.9371,50.28727],[18.93966,50.28206],[18.93402,50.27553],[18.92953,50.27543],[18.93037,50.27338],[18.93413,50.27104],[18.93239,50.26883],[18.92716,50.26926],[18.90447,50.27371],[18.89758,50.27612],[18.89569,50.28028],[18.89783,50.28566],[18.89712,50.2878],[18.88292,50.29258],[18.88031,50.29473],[18.88311,50.29894],[18.88819,50.30164],[18.88326,50.30717],[18.88444,50.31183],[18.89149,50.31809],[18.89306,50.32558],[18.89568,50.32704],[18.92818,50.32151]]],terms_text:"Urząd Miasta Świętochłowice"},{id:"Swietochlowice-2009",name:"Świętochłowice: Orthophotomap 2009 (aerial image)",type:"wms",template:"https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2009&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}",projection:"EPSG:4326",endDate:"2009-01-01T00:00:00.000Z",startDate:"2009-01-01T00:00:00.000Z",scaleExtent:[0,23],polygon:[[[18.92818,50.32151],[18.93028,50.31766],[18.93402,50.31392],[18.93193,50.31119],[18.92556,50.30575],[18.92429,50.30354],[18.92964,50.30206],[18.93083,50.3004],[18.9283,50.2961],[18.93573,50.29356],[18.93885,50.28965],[18.9371,50.28727],[18.93966,50.28206],[18.93402,50.27553],[18.92953,50.27543],[18.93037,50.27338],[18.93413,50.27104],[18.93239,50.26883],[18.92716,50.26926],[18.90447,50.27371],[18.89758,50.27612],[18.89569,50.28028],[18.89783,50.28566],[18.89712,50.2878],[18.88292,50.29258],[18.88031,50.29473],[18.88311,50.29894],[18.88819,50.30164],[18.88326,50.30717],[18.88444,50.31183],[18.89149,50.31809],[18.89306,50.32558],[18.89568,50.32704],[18.92818,50.32151]]],terms_text:"Urząd Miasta Świętochłowice"},{id:"Swietochlowice-2012",name:"Świętochłowice: Orthophotomap 2012 (aerial image)",type:"wms",template:"https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2012&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}",projection:"EPSG:4326",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[0,23],polygon:[[[18.92818,50.32151],[18.93028,50.31766],[18.93402,50.31392],[18.93193,50.31119],[18.92556,50.30575],[18.92429,50.30354],[18.92964,50.30206],[18.93083,50.3004],[18.9283,50.2961],[18.93573,50.29356],[18.93885,50.28965],[18.9371,50.28727],[18.93966,50.28206],[18.93402,50.27553],[18.92953,50.27543],[18.93037,50.27338],[18.93413,50.27104],[18.93239,50.26883],[18.92716,50.26926],[18.90447,50.27371],[18.89758,50.27612],[18.89569,50.28028],[18.89783,50.28566],[18.89712,50.2878],[18.88292,50.29258],[18.88031,50.29473],[18.88311,50.29894],[18.88819,50.30164],[18.88326,50.30717],[18.88444,50.31183],[18.89149,50.31809],[18.89306,50.32558],[18.89568,50.32704],[18.92818,50.32151]]],terms_text:"Urząd Miasta Świętochłowice"},{id:"Szeged_2011",name:"Szeged orthophoto 2011",type:"tms",template:"http://e.tile.openstreetmap.hu/szeged-2011-10cm/{zoom}/{x}/{y}.png",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",scaleExtent:[10,22],polygon:[[[20.14599,46.22811],[20.13323,46.22904],[20.12584,46.22987],[20.12233,46.23099],[20.12085,46.23175],[20.11897,46.23351],[20.11312,46.24136],[20.11203,46.2433],[20.11157,46.245],[20.11119,46.24709],[20.11129,46.24877],[20.11159,46.25097],[20.11222,46.2528],[20.11299,46.25427],[20.11354,46.25535],[20.11477,46.2568],[20.13523,46.27685],[20.13664,46.27751],[20.13789,46.27803],[20.13939,46.27835],[20.14088,46.27846],[20.16115,46.27816],[20.16211,46.27816],[20.16359,46.2777],[20.16618,46.27615],[20.16878,46.27386],[20.16961,46.27144],[20.16959,46.27045],[20.17009,46.27044],[20.17399,46.26433],[20.17662,46.25829],[20.1948,46.25492],[20.18587,46.24481],[20.18466,46.24531],[20.17804,46.23831],[20.17818,46.23771],[20.17953,46.2371],[20.17257,46.23002],[20.16983,46.23504],[20.16877,46.23629],[20.16703,46.23785],[20.16594,46.23873],[20.16544,46.239],[20.16548,46.239],[20.16352,46.24014],[20.16021,46.2412],[20.15927,46.24153],[20.15927,46.24158],[20.15835,46.24185],[20.15495,46.24229],[20.15108,46.23515],[20.14938,46.23246],[20.14599,46.22811]]],terms_url:"http://www.geo.u-szeged.hu",terms_text:"SZTE TFGT - University of Szeged",best:true,description:"Inner part of Szeged"},{id:"TW_NLSC_WMS_EMAP6",name:"Taiwan e-Map Open Data",type:"tms",template:"https://wmts.nlsc.gov.tw/wmts/EMAP6_OPENDATA/default/GoogleMapsCompatible/{zoom}/{y}/{x}",scaleExtent:[0,15],polygon:[[[120.45706,26.39706],[120.44256,26.3708],[120.44713,26.35315],[120.4673,26.34058],[120.49787,26.33409],[120.5141,26.34016],[120.53412,26.36416],[120.5297,26.38421],[120.49567,26.40158],[120.45706,26.39706]],[[119.90072,25.98586],[119.89601,25.96489],[119.91313,25.94704],[119.95035,25.92785],[119.99056,25.92606],[120.01984,25.93633],[120.02778,25.95574],[120.02753,25.98452],[119.99899,26.00103],[119.94043,26.00281],[119.90072,25.98586]],[[122.089,24.5485],[121.709,23.4541],[121.717,22.698],[121.818,21.95],[121.803,21.8735],[121.759,21.8087],[121.694,21.7653],[120.861,21.5631],[120.815,21.5576],[120.739,21.5728],[120.661,21.6296],[120.202,22.1809],[119.27,23.0542],[119.153,23.2049],[119.128,23.2485],[119.103,23.4],[119.118,23.4765],[119.137,23.512],[119.361,23.8885],[119.406,23.9407],[120.968,25.2284],[121.408,25.4687],[121.989,25.8147],[122.065,25.8299],[122.141,25.8147],[122.216,25.7663],[122.26,25.7015],[122.297,25.48],[122.196,24.9696],[122.089,24.5485]],[[116.6855,20.85476],[116.63091,20.81496],[116.59417,20.76008],[116.57972,20.69675],[116.58931,20.63259],[116.62177,20.57534],[116.67319,20.53192],[116.73737,20.50758],[116.80657,20.50527],[116.87244,20.52526],[116.92703,20.56514],[116.96377,20.62008],[116.97822,20.68345],[116.96863,20.74759],[116.93617,20.80477],[116.88475,20.84811],[116.82057,20.8724],[116.75137,20.87471],[116.6855,20.85476]],[[118.22615,24.45633],[118.29364,24.45385],[118.28515,24.4751],[118.30974,24.49168],[118.37677,24.47293],[118.41009,24.53323],[118.4479,24.52841],[118.47464,24.45993],[118.51299,24.43155],[118.50658,24.42023],[118.48116,24.43324],[118.46106,24.40892],[118.42615,24.39704],[118.39701,24.42842],[118.37656,24.42584],[118.33976,24.38146],[118.30319,24.37058],[118.25742,24.41392],[118.13813,24.37248],[118.16173,24.40224],[118.20942,24.41396],[118.18958,24.43522],[118.21763,24.43021],[118.22615,24.45633]],[[120.22345,26.30045],[120.25508,26.31004],[120.26989,26.33687],[120.25919,26.36522],[120.22925,26.37848],[120.19762,26.3689],[120.18282,26.34207],[120.19352,26.31372],[120.22345,26.30045]],[[119.43745,25.00475],[119.4342,24.98862],[119.45419,24.97226],[119.48274,24.97184],[119.48984,24.99379],[119.47159,25.00692],[119.43745,25.00475]],[[119.88699,26.18038],[119.89323,26.12031],[119.92851,26.10802],[119.97794,26.12236],[120.03668,26.15173],[120.10981,26.21349],[120.11927,26.27137],[120.06292,26.31726],[119.99237,26.31649],[119.94677,26.28988],[119.90204,26.24398],[119.88699,26.18038]]],terms_url:"https://maps.nlsc.gov.tw/",terms_text:"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0",icon:"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{id:"TW_NLSC_WMS_LANDSECT",name:"Taiwan Land-Section Data",type:"wms",template:"https://maps.nlsc.gov.tw/S_Maps/wms?VERSION=1.1.1&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=LANDSECT&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[120.45706,26.39706],[120.44256,26.3708],[120.44713,26.35315],[120.4673,26.34058],[120.49787,26.33409],[120.5141,26.34016],[120.53412,26.36416],[120.5297,26.38421],[120.49567,26.40158],[120.45706,26.39706]],[[119.90072,25.98586],[119.89601,25.96489],[119.91313,25.94704],[119.95035,25.92785],[119.99056,25.92606],[120.01984,25.93633],[120.02778,25.95574],[120.02753,25.98452],[119.99899,26.00103],[119.94043,26.00281],[119.90072,25.98586]],[[122.089,24.5485],[121.709,23.4541],[121.717,22.698],[121.818,21.95],[121.803,21.8735],[121.759,21.8087],[121.694,21.7653],[120.861,21.5631],[120.815,21.5576],[120.739,21.5728],[120.661,21.6296],[120.202,22.1809],[119.27,23.0542],[119.153,23.2049],[119.128,23.2485],[119.103,23.4],[119.118,23.4765],[119.137,23.512],[119.361,23.8885],[119.406,23.9407],[120.968,25.2284],[121.408,25.4687],[121.989,25.8147],[122.065,25.8299],[122.141,25.8147],[122.216,25.7663],[122.26,25.7015],[122.297,25.48],[122.196,24.9696],[122.089,24.5485]],[[116.6855,20.85476],[116.63091,20.81496],[116.59417,20.76008],[116.57972,20.69675],[116.58931,20.63259],[116.62177,20.57534],[116.67319,20.53192],[116.73737,20.50758],[116.80657,20.50527],[116.87244,20.52526],[116.92703,20.56514],[116.96377,20.62008],[116.97822,20.68345],[116.96863,20.74759],[116.93617,20.80477],[116.88475,20.84811],[116.82057,20.8724],[116.75137,20.87471],[116.6855,20.85476]],[[118.22615,24.45633],[118.29364,24.45385],[118.28515,24.4751],[118.30974,24.49168],[118.37677,24.47293],[118.41009,24.53323],[118.4479,24.52841],[118.47464,24.45993],[118.51299,24.43155],[118.50658,24.42023],[118.48116,24.43324],[118.46106,24.40892],[118.42615,24.39704],[118.39701,24.42842],[118.37656,24.42584],[118.33976,24.38146],[118.30319,24.37058],[118.25742,24.41392],[118.13813,24.37248],[118.16173,24.40224],[118.20942,24.41396],[118.18958,24.43522],[118.21763,24.43021],[118.22615,24.45633]],[[120.22345,26.30045],[120.25508,26.31004],[120.26989,26.33687],[120.25919,26.36522],[120.22925,26.37848],[120.19762,26.3689],[120.18282,26.34207],[120.19352,26.31372],[120.22345,26.30045]],[[119.43745,25.00475],[119.4342,24.98862],[119.45419,24.97226],[119.48274,24.97184],[119.48984,24.99379],[119.47159,25.00692],[119.43745,25.00475]],[[119.88699,26.18038],[119.89323,26.12031],[119.92851,26.10802],[119.97794,26.12236],[120.03668,26.15173],[120.10981,26.21349],[120.11927,26.27137],[120.06292,26.31726],[119.99237,26.31649],[119.94677,26.28988],[119.90204,26.24398],[119.88699,26.18038]]],terms_url:"https://maps.nlsc.gov.tw/",terms_text:"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0",icon:"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{id:"TW_NLSC_WMS_Village",name:"Taiwan Village Boundaries",type:"wms",template:"https://maps.nlsc.gov.tw/S_Maps/wms?VERSION=1.1.1&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Village&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[120.45706,26.39706],[120.44256,26.3708],[120.44713,26.35315],[120.4673,26.34058],[120.49787,26.33409],[120.5141,26.34016],[120.53412,26.36416],[120.5297,26.38421],[120.49567,26.40158],[120.45706,26.39706]],[[119.90072,25.98586],[119.89601,25.96489],[119.91313,25.94704],[119.95035,25.92785],[119.99056,25.92606],[120.01984,25.93633],[120.02778,25.95574],[120.02753,25.98452],[119.99899,26.00103],[119.94043,26.00281],[119.90072,25.98586]],[[122.089,24.5485],[121.709,23.4541],[121.717,22.698],[121.818,21.95],[121.803,21.8735],[121.759,21.8087],[121.694,21.7653],[120.861,21.5631],[120.815,21.5576],[120.739,21.5728],[120.661,21.6296],[120.202,22.1809],[119.27,23.0542],[119.153,23.2049],[119.128,23.2485],[119.103,23.4],[119.118,23.4765],[119.137,23.512],[119.361,23.8885],[119.406,23.9407],[120.968,25.2284],[121.408,25.4687],[121.989,25.8147],[122.065,25.8299],[122.141,25.8147],[122.216,25.7663],[122.26,25.7015],[122.297,25.48],[122.196,24.9696],[122.089,24.5485]],[[116.6855,20.85476],[116.63091,20.81496],[116.59417,20.76008],[116.57972,20.69675],[116.58931,20.63259],[116.62177,20.57534],[116.67319,20.53192],[116.73737,20.50758],[116.80657,20.50527],[116.87244,20.52526],[116.92703,20.56514],[116.96377,20.62008],[116.97822,20.68345],[116.96863,20.74759],[116.93617,20.80477],[116.88475,20.84811],[116.82057,20.8724],[116.75137,20.87471],[116.6855,20.85476]],[[118.22615,24.45633],[118.29364,24.45385],[118.28515,24.4751],[118.30974,24.49168],[118.37677,24.47293],[118.41009,24.53323],[118.4479,24.52841],[118.47464,24.45993],[118.51299,24.43155],[118.50658,24.42023],[118.48116,24.43324],[118.46106,24.40892],[118.42615,24.39704],[118.39701,24.42842],[118.37656,24.42584],[118.33976,24.38146],[118.30319,24.37058],[118.25742,24.41392],[118.13813,24.37248],[118.16173,24.40224],[118.20942,24.41396],[118.18958,24.43522],[118.21763,24.43021],[118.22615,24.45633]],[[120.22345,26.30045],[120.25508,26.31004],[120.26989,26.33687],[120.25919,26.36522],[120.22925,26.37848],[120.19762,26.3689],[120.18282,26.34207],[120.19352,26.31372],[120.22345,26.30045]],[[119.43745,25.00475],[119.4342,24.98862],[119.45419,24.97226],[119.48274,24.97184],[119.48984,24.99379],[119.47159,25.00692],[119.43745,25.00475]],[[119.88699,26.18038],[119.89323,26.12031],[119.92851,26.10802],[119.97794,26.12236],[120.03668,26.15173],[120.10981,26.21349],[120.11927,26.27137],[120.06292,26.31726],[119.99237,26.31649],[119.94677,26.28988],[119.90204,26.24398],[119.88699,26.18038]]],terms_url:"https://maps.nlsc.gov.tw/",terms_text:"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0",icon:"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{id:"TEClines",name:"TEC bus lines",type:"wms",template:"https://geodata.tec-wl.be/arcgis/rest/services/Lignes/MapServer/export?f=image&format=png8&transparent=True&SRS={proj}&bboxSR=3857&imageSR=3857&bbox={bbox}&size={width},{height}",projection:"EPSG:3857",polygon:[[[5.40236,49.50688],[5.81984,49.54253],[6.1714,49.62089],[5.85829,49.68846],[5.7704,49.85343],[5.894,50.11832],[6.15492,50.13593],[6.39662,50.36775],[6.28126,50.46576],[6.11372,50.7933],[5.72646,50.77941],[5.70998,50.85229],[5.61385,50.80024],[5.46278,50.79677],[5.21284,50.70119],[4.94917,50.80371],[4.75966,50.80718],[4.72121,50.88869],[4.60585,50.77941],[4.48775,50.85749],[4.36964,50.85056],[4.15266,50.72728],[3.59236,50.76725],[3.29848,50.76377],[3.04579,50.80024],[2.86177,50.72728],[2.89748,50.68553],[3.0815,50.76725],[3.19685,50.68031],[3.28749,50.52691],[3.67201,50.47625],[3.68574,50.31692],[3.99062,50.27305],[4.14992,50.17465],[4.24055,50.08661],[4.15266,49.99842],[4.18562,49.96486],[4.55366,49.94542],[4.69923,50.03372],[4.81184,50.0919],[4.84206,50.01607],[4.86677,49.90475],[4.85854,49.80382],[5.08925,49.7648],[5.34743,49.60843],[5.40236,49.50688]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/TECbusstops.png",overlay:true},{id:"TECstops",name:"TEC bus stops",type:"wms",template:"https://geodata.tec-wl.be/arcgis/rest/services/Poteaux/MapServer/export?f=image&format=png8&transparent=True&SRS={proj}&bboxSR=3857&imageSR=3857&bbox={bbox}&size={width},{height}",projection:"EPSG:3857",polygon:[[[5.40236,49.50688],[5.81984,49.54253],[6.1714,49.62089],[5.85829,49.68846],[5.7704,49.85343],[5.894,50.11832],[6.15492,50.13593],[6.39662,50.36775],[6.28126,50.46576],[6.11372,50.7933],[5.72646,50.77941],[5.70998,50.85229],[5.61385,50.80024],[5.46278,50.79677],[5.21284,50.70119],[4.94917,50.80371],[4.75966,50.80718],[4.72121,50.88869],[4.60585,50.77941],[4.48775,50.85749],[4.36964,50.85056],[4.15266,50.72728],[3.59236,50.76725],[3.29848,50.76377],[3.04579,50.80024],[2.86177,50.72728],[2.89748,50.68553],[3.0815,50.76725],[3.19685,50.68031],[3.28749,50.52691],[3.67201,50.47625],[3.68574,50.31692],[3.99062,50.27305],[4.14992,50.17465],[4.24055,50.08661],[4.15266,49.99842],[4.18562,49.96486],[4.55366,49.94542],[4.69923,50.03372],[4.81184,50.0919],[4.84206,50.01607],[4.86677,49.90475],[4.85854,49.80382],[5.08925,49.7648],[5.34743,49.60843],[5.40236,49.50688]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/TECbusstops.png",overlay:true},{id:"teotonio_vilela",name:"Teotonio Vilela AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Teotonio%20Vilela&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.31164,-9.95468],[-36.31158,-9.94382],[-36.31145,-9.93197],[-36.31127,-9.92436],[-36.31123,-9.91848],[-36.31119,-9.91637],[-36.31141,-9.91324],[-36.3111,-9.90922],[-36.31108,-9.90318],[-36.31099,-9.89379],[-36.31089,-9.8842],[-36.31078,-9.87412],[-36.31068,-9.86457],[-36.3318,-9.86432],[-36.34001,-9.86437],[-36.3478,-9.86425],[-36.35917,-9.8642],[-36.37047,-9.86404],[-36.38448,-9.86386],[-36.40164,-9.86364],[-36.40221,-9.9225],[-36.40249,-9.93177],[-36.40259,-9.94183],[-36.40248,-9.94804],[-36.40266,-9.9537],[-36.3855,-9.95384],[-36.38283,-9.95392],[-36.37096,-9.95399],[-36.36232,-9.95423],[-36.34747,-9.95422],[-36.33287,-9.95446],[-36.3291,-9.95456],[-36.32089,-9.95459],[-36.31164,-9.95468]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"tnris.org",name:"Texas Orthophoto",type:"tms",template:"https://txgi.tnris.org/login/path/ecology-fiona-poem-romeo/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=texas&STYLE=&FORMAT=image/png&tileMatrixSet=0to20&tileMatrix=0to20:{zoom}&tileRow={y}&tileCol={x}",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[-99.99854,34.56018],[-95.55655,33.99257],[-93.89679,33.61039],[-93.98468,32.04103],[-93.41614,31.02505],[-93.74531,29.57268],[-96.50492,28.23159],[-97.36942,26.95467],[-97.04867,25.8053],[-99.07342,26.32559],[-100.76599,29.02532],[-102.33154,29.84339],[-103.13355,28.88112],[-104.28879,29.28831],[-104.72698,29.94816],[-104.72697,30.23535],[-106.5345,31.78457],[-106.75767,31.78457],[-106.75766,32.04386],[-106.61848,32.04385],[-103.11949,32.04376],[-103.09544,36.50046],[-103.05798,36.54269],[-100.00042,36.54222],[-99.99854,34.56018]]],terms_url:"https://tnris.org/maps-and-data/online-mapping-services",terms_text:"Texas Natural Resources Information System"},{id:"US-TIGER-Roads-2017",name:"TIGER Roads 2017",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/cj8dftc3q1ecn2tnx9qhwyj0c/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301]],[[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629]],[[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722]],[[-68.2,17.8],[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8]],[[146.2,15.4],[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]]],description:"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png",overlay:true},{id:"tirol.gv.at-contourlines",name:"Tiris: contour lines",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Hoehenschichtlinien 20m&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[15,22],polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif",overlay:true},{id:"tirol.gv.at-DGM",name:"Tiris: DGM (Terrain model)",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image Schummerung_Gelaendemodell&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{id:"tirol.gv.at-DOM",name:"Tiris: DOM (Surface model)",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image Schummerung_Oberflaechenmodell&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{id:"tirol.gv.at-orthofoto",name:"Tiris: orthophoto",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image_Aktuell_RGB&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{id:"tirol.gv.at-orthofoto-cir",name:"Tiris: orthophoto infrared",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image_Aktuell_CIR&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{id:"lu.geoportail.opendata.topo",name:"Topographical Map geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/topo/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png",endDate:"2010-07-20T00:00:00.000Z",startDate:"2013-07-19T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/cartes-topographiques-services-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"Torokbalint-orthophoto-2013",name:"Törökbálint orthophoto 2013",type:"wms",template:"https://terkep.torokbalint.hu/mapproxy/service?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ORTO_2013_5CM_2013SZEPT_TAKARASSAL_512_512&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=true",projection:"EPSG:3857",endDate:"2013-09-01T00:00:00.000Z",startDate:"2013-09-01T00:00:00.000Z",polygon:[[[18.91731,47.40854],[18.91691,47.40849],[18.91606,47.40885],[18.91565,47.40905],[18.91458,47.40938],[18.91385,47.4097],[18.91376,47.40976],[18.91314,47.41038],[18.9122,47.41098],[18.91041,47.41175],[18.90932,47.41258],[18.90841,47.41317],[18.90676,47.41443],[18.90481,47.41568],[18.90362,47.41597],[18.90317,47.41616],[18.90062,47.41742],[18.90042,47.41755],[18.89968,47.41797],[18.89888,47.41818],[18.89814,47.41835],[18.89752,47.41855],[18.89666,47.41901],[18.8958,47.41954],[18.89421,47.4205],[18.89055,47.42209],[18.88743,47.42332],[18.88554,47.42424],[18.88436,47.42476],[18.88189,47.42553],[18.88085,47.42598],[18.8801,47.42629],[18.87956,47.42649],[18.87741,47.42738],[18.87602,47.42789],[18.87508,47.42836],[18.87281,47.42934],[18.87164,47.42968],[18.8714,47.43001],[18.87259,47.4323],[18.87273,47.43278],[18.87274,47.43324],[18.87244,47.43482],[18.87206,47.43526],[18.86891,47.43712],[18.86561,47.4375],[18.86466,47.43774],[18.86404,47.43809],[18.86378,47.43791],[18.8634,47.43784],[18.863,47.43798],[18.85195,47.44715],[18.85217,47.44847],[18.8593,47.45387],[18.85839,47.45512],[18.85777,47.45568],[18.85718,47.456],[18.8572,47.45636],[18.86015,47.45839],[18.86194,47.4595],[18.86099,47.46071],[18.85979,47.46201],[18.85929,47.46236],[18.85859,47.46272],[18.85713,47.46333],[18.85634,47.4636],[18.85628,47.46403],[18.85719,47.46528],[18.85663,47.46551],[18.85653,47.4658],[18.85693,47.46656],[18.85836,47.46953],[18.85826,47.4698],[18.85827,47.46991],[18.85838,47.47019],[18.85844,47.47027],[18.85852,47.47033],[18.85862,47.47036],[18.85873,47.47038],[18.8589,47.47036],[18.86146,47.46973],[18.86277,47.46929],[18.86617,47.46785],[18.86794,47.46656],[18.86997,47.46524],[18.8708,47.46457],[18.87268,47.46333],[18.87536,47.46113],[18.87687,47.45927],[18.88943,47.45987],[18.89024,47.45988],[18.90371,47.45534],[18.90427,47.4552],[18.90493,47.45506],[18.90542,47.4551],[18.90567,47.45505],[18.90629,47.45477],[18.90648,47.45453],[18.9066,47.45447],[18.90678,47.45439],[18.90811,47.45399],[18.90837,47.45395],[18.9089,47.45384],[18.90954,47.4537],[18.91326,47.45317],[18.91353,47.4532],[18.91372,47.45317],[18.91386,47.45307],[18.91431,47.45294],[18.91598,47.453],[18.91807,47.45317],[18.91846,47.453],[18.91903,47.45161],[18.92173,47.4508],[18.92246,47.45069],[18.92418,47.45025],[18.92756,47.44989],[18.92972,47.44951],[18.93221,47.44922],[18.93347,47.44932],[18.93921,47.44935],[18.94229,47.44903],[18.94549,47.4489],[18.94826,47.4487],[18.95003,47.44824],[18.9547,47.44722],[18.95749,47.44692],[18.95802,47.44715],[18.95844,47.44708],[18.95877,47.44666],[18.96145,47.4393],[18.96368,47.4358],[18.96598,47.43288],[18.96899,47.4297],[18.9701,47.42704],[18.97009,47.42679],[18.96695,47.4246],[18.95735,47.41842],[18.95676,47.4184],[18.95606,47.41813],[18.95385,47.41739],[18.95144,47.41665],[18.95131,47.41664],[18.9327,47.41703],[18.93257,47.41696],[18.93201,47.41674],[18.93149,47.4164],[18.93114,47.41612],[18.92123,47.41091],[18.91957,47.40987],[18.91927,47.40961],[18.91731,47.40854]]],terms_url:"http://www.torokbalint.hu",terms_text:"Törökbálint",description:"5 cm resolution bald image"},{id:"Torokbalint-orthophoto-2015",name:"Törökbálint orthophoto 2015",type:"wms",template:"https://terkep.torokbalint.hu/mapproxy/service?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=TBORTO_2015_20160218&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=true",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[18.91731,47.40854],[18.91691,47.40849],[18.91606,47.40885],[18.91565,47.40905],[18.91458,47.40938],[18.91385,47.4097],[18.91376,47.40976],[18.91314,47.41038],[18.9122,47.41098],[18.91041,47.41175],[18.90932,47.41258],[18.90841,47.41317],[18.90676,47.41443],[18.90481,47.41568],[18.90362,47.41597],[18.90317,47.41616],[18.90062,47.41742],[18.90042,47.41755],[18.89968,47.41797],[18.89888,47.41818],[18.89814,47.41835],[18.89752,47.41855],[18.89666,47.41901],[18.8958,47.41954],[18.89421,47.4205],[18.89055,47.42209],[18.88743,47.42332],[18.88554,47.42424],[18.88436,47.42476],[18.88189,47.42553],[18.88085,47.42598],[18.8801,47.42629],[18.87956,47.42649],[18.87741,47.42738],[18.87602,47.42789],[18.87508,47.42836],[18.87281,47.42934],[18.87164,47.42968],[18.8714,47.43001],[18.87259,47.4323],[18.87273,47.43278],[18.87274,47.43324],[18.87244,47.43482],[18.87206,47.43526],[18.86891,47.43712],[18.86561,47.4375],[18.86466,47.43774],[18.86404,47.43809],[18.86378,47.43791],[18.8634,47.43784],[18.863,47.43798],[18.85195,47.44715],[18.85217,47.44847],[18.8593,47.45387],[18.85839,47.45512],[18.85777,47.45568],[18.85718,47.456],[18.8572,47.45636],[18.86015,47.45839],[18.86194,47.4595],[18.86099,47.46071],[18.85979,47.46201],[18.85929,47.46236],[18.85859,47.46272],[18.85713,47.46333],[18.85634,47.4636],[18.85628,47.46403],[18.85719,47.46528],[18.85663,47.46551],[18.85653,47.4658],[18.85693,47.46656],[18.85836,47.46953],[18.85826,47.4698],[18.85827,47.46991],[18.85838,47.47019],[18.85844,47.47027],[18.85852,47.47033],[18.85862,47.47036],[18.85873,47.47038],[18.8589,47.47036],[18.86146,47.46973],[18.86277,47.46929],[18.86617,47.46785],[18.86794,47.46656],[18.86997,47.46524],[18.8708,47.46457],[18.87268,47.46333],[18.87536,47.46113],[18.87687,47.45927],[18.88943,47.45987],[18.89024,47.45988],[18.90371,47.45534],[18.90427,47.4552],[18.90493,47.45506],[18.90542,47.4551],[18.90567,47.45505],[18.90629,47.45477],[18.90648,47.45453],[18.9066,47.45447],[18.90678,47.45439],[18.90811,47.45399],[18.90837,47.45395],[18.9089,47.45384],[18.90954,47.4537],[18.91326,47.45317],[18.91353,47.4532],[18.91372,47.45317],[18.91386,47.45307],[18.91431,47.45294],[18.91598,47.453],[18.91807,47.45317],[18.91846,47.453],[18.91903,47.45161],[18.92173,47.4508],[18.92246,47.45069],[18.92418,47.45025],[18.92756,47.44989],[18.92972,47.44951],[18.93221,47.44922],[18.93347,47.44932],[18.93921,47.44935],[18.94229,47.44903],[18.94549,47.4489],[18.94826,47.4487],[18.95003,47.44824],[18.9547,47.44722],[18.95749,47.44692],[18.95802,47.44715],[18.95844,47.44708],[18.95877,47.44666],[18.96145,47.4393],[18.96368,47.4358],[18.96598,47.43288],[18.96899,47.4297],[18.9701,47.42704],[18.97009,47.42679],[18.96695,47.4246],[18.95735,47.41842],[18.95676,47.4184],[18.95606,47.41813],[18.95385,47.41739],[18.95144,47.41665],[18.95131,47.41664],[18.9327,47.41703],[18.93257,47.41696],[18.93201,47.41674],[18.93149,47.4164],[18.93114,47.41612],[18.92123,47.41091],[18.91957,47.40987],[18.91927,47.40961],[18.91731,47.40854]]],terms_url:"http://www.torokbalint.hu/",terms_text:"Törökbálint",best:true,description:"5 cm resolution bald image"},{id:"Toulouse-Orthophotoplan-2007",name:"Toulouse - Orthophotoplan 2007",type:"wms",template:"https://wms.plan.toulouse.fr/geocache/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho2007&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2007-01-01T00:00:00.000Z",startDate:"2007-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[1.192,43.63288],[1.20154,43.63297],[1.20111,43.65549],[1.2228,43.6557],[1.22262,43.66534],[1.22753,43.66538],[1.22754,43.66564],[1.23376,43.66569],[1.23376,43.66502],[1.23512,43.66503],[1.23509,43.66707],[1.24436,43.66716],[1.24416,43.67439],[1.2494,43.67443],[1.2494,43.67466],[1.25557,43.67472],[1.25557,43.67445],[1.25695,43.67447],[1.25688,43.67853],[1.28749,43.67883],[1.28708,43.70132],[1.30882,43.70146],[1.30865,43.71277],[1.33033,43.71295],[1.33002,43.73052],[1.33671,43.73058],[1.33673,43.73122],[1.37343,43.73105],[1.37358,43.72458],[1.46045,43.72529],[1.46078,43.7028],[1.48249,43.70295],[1.48298,43.66921],[1.50468,43.66936],[1.50484,43.65812],[1.52655,43.65827],[1.52669,43.64703],[1.54837,43.64716],[1.54854,43.63594],[1.57022,43.63608],[1.57051,43.61358],[1.54882,43.61343],[1.5491,43.59095],[1.57077,43.59107],[1.57094,43.57983],[1.57937,43.57989],[1.57948,43.57377],[1.58091,43.57378],[1.58109,43.55738],[1.57123,43.55731],[1.57165,43.52355],[1.39848,43.52226],[1.39865,43.51101],[1.3121,43.51025],[1.3119,43.52152],[1.29026,43.52131],[1.28986,43.54382],[1.31152,43.54401],[1.31133,43.55526],[1.30369,43.55519],[1.30361,43.55951],[1.29554,43.55943],[1.29554,43.55955],[1.28956,43.55945],[1.28929,43.57754],[1.26757,43.57736],[1.2674,43.58861],[1.25355,43.5885],[1.25338,43.59563],[1.2518,43.59563],[1.2518,43.59494],[1.23504,43.59478],[1.23504,43.5946],[1.22396,43.5946],[1.22394,43.59947],[1.21397,43.5993],[1.21388,43.60464],[1.20206,43.60448],[1.20195,43.61048],[1.19243,43.61037],[1.192,43.63288]]],terms_url:"https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",terms_text:"ToulouseMetropole"},{id:"Toulouse-Orthophotoplan-2011",name:"Toulouse - Orthophotoplan 2011",type:"wms",template:"https://wms.plan.toulouse.fr/geocache/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho2011&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[1.11351,43.68676],[1.13518,43.68708],[1.13489,43.69835],[1.17829,43.69903],[1.17799,43.71028],[1.19966,43.71061],[1.19934,43.72187],[1.24274,43.72253],[1.24243,43.73375],[1.26415,43.73409],[1.26383,43.74536],[1.28553,43.74565],[1.28525,43.75693],[1.30692,43.75723],[1.30664,43.76848],[1.32834,43.76879],[1.32808,43.78003],[1.43673,43.78158],[1.43731,43.7591],[1.45901,43.75937],[1.45933,43.74815],[1.48103,43.7484],[1.48133,43.73718],[1.50303,43.73741],[1.50359,43.71497],[1.52531,43.71518],[1.52561,43.70401],[1.54727,43.70426],[1.54757,43.69304],[1.5692,43.69329],[1.56957,43.68203],[1.5912,43.68227],[1.59174,43.6598],[1.61342,43.66003],[1.61372,43.64883],[1.63538,43.64908],[1.63841,43.51407],[1.29216,43.50947],[1.29186,43.5207],[1.27021,43.5204],[1.26988,43.53164],[1.24823,43.53133],[1.2476,43.55378],[1.22596,43.55349],[1.22568,43.56472],[1.20398,43.56442],[1.20331,43.5869],[1.18162,43.58656],[1.18102,43.60904],[1.15928,43.60869],[1.15896,43.61995],[1.13726,43.61962],[1.13659,43.64209],[1.11491,43.64176],[1.11351,43.68676]]],terms_url:"https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",terms_text:"ToulouseMetropole"},{id:"Toulouse-Orthophotoplan-2013",name:"Toulouse - Orthophotoplan 2013",type:"wms",template:"https://wms.plan.toulouse.fr/geocache/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho2013&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[1.11351,43.68676],[1.13518,43.68708],[1.13489,43.69835],[1.17829,43.69903],[1.17799,43.71028],[1.19966,43.71061],[1.19934,43.72187],[1.24274,43.72253],[1.24243,43.73375],[1.26415,43.73409],[1.26383,43.74536],[1.28553,43.74565],[1.28525,43.75693],[1.30692,43.75723],[1.30664,43.76848],[1.32834,43.76879],[1.32808,43.78003],[1.43673,43.78158],[1.43731,43.7591],[1.45901,43.75937],[1.45933,43.74815],[1.48103,43.7484],[1.48133,43.73718],[1.50303,43.73741],[1.50359,43.71497],[1.52531,43.71518],[1.52561,43.70401],[1.54727,43.70426],[1.54757,43.69304],[1.5692,43.69329],[1.56957,43.68203],[1.5912,43.68227],[1.59174,43.6598],[1.61342,43.66003],[1.61372,43.64883],[1.63538,43.64908],[1.63841,43.51407],[1.29216,43.50947],[1.29186,43.5207],[1.27021,43.5204],[1.26988,43.53164],[1.24823,43.53133],[1.2476,43.55378],[1.22596,43.55349],[1.22568,43.56472],[1.20398,43.56442],[1.20331,43.5869],[1.18162,43.58656],[1.18102,43.60904],[1.15928,43.60869],[1.15896,43.61995],[1.13726,43.61962],[1.13659,43.64209],[1.11491,43.64176],[1.11351,43.68676]]],terms_url:"https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",terms_text:"ToulouseMetropole"},{id:"Toulouse-Orthophotoplan-2015",name:"Toulouse - Orthophotoplan 2015",type:"wms",template:"https://wms.plan.toulouse.fr/geocache/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho2015&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[1.11351,43.68676],[1.13518,43.68708],[1.13489,43.69835],[1.17829,43.69903],[1.17799,43.71028],[1.19966,43.71061],[1.19934,43.72187],[1.24274,43.72253],[1.24243,43.73375],[1.26415,43.73409],[1.26383,43.74536],[1.28553,43.74565],[1.28525,43.75693],[1.30692,43.75723],[1.30664,43.76848],[1.32834,43.76879],[1.32808,43.78003],[1.43673,43.78158],[1.43731,43.7591],[1.45901,43.75937],[1.45933,43.74815],[1.48103,43.7484],[1.48133,43.73718],[1.50303,43.73741],[1.50359,43.71497],[1.52531,43.71518],[1.52561,43.70401],[1.54727,43.70426],[1.54757,43.69304],[1.5692,43.69329],[1.56957,43.68203],[1.5912,43.68227],[1.59174,43.6598],[1.61342,43.66003],[1.61372,43.64883],[1.63538,43.64908],[1.63841,43.51407],[1.29216,43.50947],[1.29186,43.5207],[1.27021,43.5204],[1.26988,43.53164],[1.24823,43.53133],[1.2476,43.55378],[1.22596,43.55349],[1.22568,43.56472],[1.20398,43.56442],[1.20331,43.5869],[1.18162,43.58656],[1.18102,43.60904],[1.15928,43.60869],[1.15896,43.61995],[1.13726,43.61962],[1.13659,43.64209],[1.11491,43.64176],[1.11351,43.68676]]],terms_url:"https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",terms_text:"ToulouseMetropole"},{id:"Tours-Orthophoto-2008_2010",name:"Tours - Orthophotos 2008-2010",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}",endDate:"2011-01-01T00:00:00.000Z",startDate:"2008-01-01T00:00:00.000Z",scaleExtent:[0,20],polygon:[[[0.54575,47.46526],[0.54585,47.46082],[0.53922,47.4607],[0.53935,47.45624],[0.5328,47.4561],[0.5329,47.45157],[0.52619,47.4514],[0.52659,47.44249],[0.50009,47.44207],[0.50024,47.43758],[0.4936,47.43743],[0.4937,47.43293],[0.46061,47.43246],[0.46072,47.42798],[0.4541,47.42781],[0.45493,47.40539],[0.46154,47.40545],[0.46191,47.39649],[0.46843,47.3966],[0.46913,47.37864],[0.47571,47.37876],[0.47621,47.3652],[0.48283,47.36535],[0.48296,47.36083],[0.47635,47.36074],[0.47665,47.35173],[0.47005,47.35162],[0.4702,47.34713],[0.46375,47.34701],[0.45714,47.34241],[0.45729,47.33791],[0.45067,47.33781],[0.45084,47.33331],[0.44422,47.3332],[0.44438,47.32871],[0.43114,47.3285],[0.43163,47.315],[0.43824,47.31511],[0.43838,47.31062],[0.47145,47.31114],[0.47131,47.31566],[0.47789,47.31575],[0.47807,47.31128],[0.48468,47.31136],[0.48486,47.30687],[0.49144,47.30698],[0.49174,47.29797],[0.48516,47.29787],[0.48543,47.28887],[0.47885,47.28877],[0.47916,47.27978],[0.48578,47.2799],[0.48591,47.27539],[0.49254,47.2755],[0.49267,47.27101],[0.4993,47.27111],[0.49943,47.26661],[0.51927,47.26692],[0.51942,47.26242],[0.52602,47.26252],[0.52587,47.26702],[0.5457,47.26734],[0.54555,47.27183],[0.55877,47.27204],[0.55863,47.27652],[0.56523,47.27663],[0.56508,47.28112],[0.57168,47.28123],[0.57152,47.28572],[0.57814,47.28583],[0.57799,47.29033],[0.5846,47.29043],[0.58431,47.29942],[0.5975,47.29961],[0.59766,47.29514],[0.65716,47.296],[0.6573,47.29151],[0.6705,47.29172],[0.67035,47.29621],[0.68362,47.29637],[0.68343,47.30089],[0.69006,47.30096],[0.68992,47.30547],[0.7362,47.30612],[0.73608,47.31061],[0.7559,47.31089],[0.75577,47.31539],[0.76238,47.31547],[0.76223,47.31999],[0.77549,47.32015],[0.77497,47.33882],[0.77458,47.35163],[0.76804,47.35159],[0.76759,47.36053],[0.77424,47.36062],[0.77335,47.39213],[0.76674,47.39202],[0.76644,47.40108],[0.77306,47.40111],[0.77289,47.41013],[0.76618,47.41002],[0.76603,47.4145],[0.75276,47.4143],[0.75298,47.40981],[0.74624,47.4097],[0.74594,47.42322],[0.73923,47.42315],[0.73887,47.43661],[0.73233,47.43652],[0.73219,47.44106],[0.7255,47.44098],[0.72542,47.44535],[0.73188,47.44548],[0.73185,47.45011],[0.73845,47.45023],[0.73831,47.45463],[0.74494,47.45474],[0.74432,47.4772],[0.73107,47.47697],[0.7309,47.48154],[0.71762,47.48126],[0.71779,47.47684],[0.69777,47.4765],[0.69805,47.47198],[0.69145,47.47189],[0.69173,47.46302],[0.6851,47.46293],[0.68494,47.46735],[0.67826,47.46733],[0.67798,47.47622],[0.67141,47.47616],[0.67104,47.4882],[0.65773,47.48797],[0.65782,47.48504],[0.65119,47.48483],[0.65147,47.47586],[0.64482,47.47572],[0.64493,47.47126],[0.6118,47.47075],[0.61188,47.46631],[0.60528,47.46612],[0.60542,47.46166],[0.59888,47.46155],[0.59902,47.45709],[0.57249,47.45669],[0.57218,47.46565],[0.54575,47.46526]]],terms_url:"https://wiki.openstreetmap.org/wiki/Tours/Orthophoto",terms_text:"Orthophoto Tour(s) Plus 2008"},{id:"Tours-Orthophoto-2013",name:"Tours - Orthophotos 2013",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/tours_2013/{zoom}/{x}/{y}",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",scaleExtent:[0,22],polygon:[[[0.77512,47.32983],[0.77427,47.35617],[0.77053,47.35611],[0.77024,47.36512],[0.77398,47.36517],[0.7728,47.40148],[0.7904,47.40147],[0.78988,47.4103],[0.79117,47.41047],[0.79108,47.41942],[0.79392,47.41942],[0.79319,47.43733],[0.79834,47.43742],[0.79808,47.45544],[0.80044,47.45541],[0.80138,47.46426],[0.80074,47.46899],[0.79396,47.47331],[0.78405,47.47323],[0.78387,47.47871],[0.77606,47.47859],[0.77585,47.48204],[0.77066,47.48219],[0.77044,47.4859],[0.76096,47.49092],[0.75718,47.49092],[0.73753,47.50336],[0.7259,47.50588],[0.71113,47.50576],[0.70418,47.50408],[0.69109,47.50038],[0.69045,47.49718],[0.67757,47.49683],[0.67757,47.49353],[0.66427,47.49301],[0.6635,47.48953],[0.65088,47.48958],[0.65133,47.48032],[0.64734,47.4803],[0.64747,47.47852],[0.64474,47.47846],[0.64479,47.47575],[0.64238,47.47578],[0.64225,47.47302],[0.63835,47.47294],[0.63792,47.47131],[0.60513,47.47079],[0.60513,47.46632],[0.59852,47.46603],[0.59878,47.46156],[0.592,47.46156],[0.59226,47.45976],[0.58084,47.45971],[0.58007,47.46145],[0.57234,47.46139],[0.57222,47.46512],[0.55874,47.46489],[0.5466,47.46052],[0.53269,47.45355],[0.52677,47.45315],[0.52677,47.45152],[0.52231,47.45123],[0.52256,47.44804],[0.51977,47.44776],[0.52007,47.44247],[0.4975,47.4416],[0.49716,47.44049],[0.49355,47.44015],[0.49355,47.43573],[0.47943,47.43575],[0.46171,47.42819],[0.45643,47.42088],[0.45489,47.41229],[0.45506,47.40218],[0.46149,47.40193],[0.46167,47.39641],[0.46879,47.39602],[0.47016,47.35173],[0.45677,47.3515],[0.45729,47.34254],[0.43085,47.34196],[0.43196,47.30602],[0.47154,47.3067],[0.47257,47.28004],[0.48527,47.28004],[0.48578,47.27084],[0.49935,47.27107],[0.49917,47.26245],[0.55273,47.26304],[0.55222,47.27201],[0.56561,47.27224],[0.56526,47.28156],[0.59118,47.28156],[0.59067,47.29099],[0.66912,47.29169],[0.6832,47.29564],[0.6832,47.30077],[0.69658,47.30123],[0.69641,47.3024],[0.71006,47.30245],[0.72293,47.30589],[0.72285,47.31043],[0.74165,47.31084],[0.75426,47.31392],[0.7625,47.31815],[0.76207,47.32013],[0.76619,47.32009],[0.76956,47.32207],[0.77233,47.32508],[0.77336,47.3267],[0.77512,47.32983]]],terms_url:"https://wiki.openstreetmap.org/wiki/Tours/Orthophoto",terms_text:"Orthophoto Tour(s)plus 2013"},{id:"trafikverket-baninfo",name:"Trafikverket Railway Network",type:"wms",template:"http://geo-baninfo.trafikverket.se/mapservice/wms.axd/BanInfo?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Spar_Huvud_och_sidospar&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[7,20],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.trafikverket.se",terms_text:"© Trafikverket, CC0",description:"Swedish railway network, including sidings",icon:"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png",overlay:true},{id:"trafikverket-vagnat",name:"Trafikverket Road Network",type:"wms",template:"https://geo-netinfo.trafikverket.se/mapservice/wms.axd/NetInfo?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vagtrafiknat,Funkvagklass,Farjeled&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[13,20],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.trafikverket.se",terms_text:"© Trafikverket, CC0",description:"Swedish NVDB road network",icon:"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png",overlay:true},{id:"trafikverket-vagnat-extra",name:"Trafikverket Road Network extra",type:"wms",template:"https://geo-netinfo.trafikverket.se/mapservice/wms.axd/NetInfo?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vagnummer,Vaghinder,Rastplats,Rastficka,Hallplats,Farthinder,BroTunnel,ATK_Matplats&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",scaleExtent:[3,20],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.trafikverket.se",terms_text:"© Trafikverket, CC0",description:"Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",icon:"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png",overlay:true},{id:"trafikverket-vagnat-navn",name:"Trafikverket Street Names",type:"tms",template:"https://mapproxy.openstreetmap.se/tiles/1.0.0/nvdb_names/EPSG3857/{zoom}/{x}/{y}.png",scaleExtent:[15,19],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.trafikverket.se",terms_text:"© Trafikverket, CC0",description:"Swedish NVDB street names",icon:"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png",overlay:true},{id:"US_Forest_Service_roads_overlay",name:"U.S. Forest Roads Overlay",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/glassman/cjf4qjmps0tgv2qpahj977mvz/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1IjoiZ2xhc3NtYW4iLCJhIjoiRjk3dWdwYyJ9.Tg_fMJWxygeKBgVTrZHmGA",scaleExtent:[0,20],polygon:[[[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301]],[[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629]],[[-167.15715,68.72197],[-164.8554,67.02551],[-168.0022,66.00175],[-169.00874,66.00155],[-169.00754,64.99877],[-172.51433,63.87673],[-173.8197,59.74014],[-162.50181,58.00058],[-160.0159,58.00124],[-160.01497,57.00003],[-160.50548,56.9999],[-165.80926,54.82485],[-178.0001,52.24465],[-177.9993,51.25543],[-171.46891,51.82153],[-162.40251,53.95666],[-159.00757,55.0025],[-158.01907,55.00278],[-151.99632,55.99919],[-151.50034,57.99879],[-151.50129,58.99198],[-138.516,58.99532],[-138.51505,57.99864],[-133.99482,54.00317],[-130.00444,54.00434],[-130.00708,57.00005],[-131.97588,56.99952],[-135.12299,59.7566],[-138.00718,59.9918],[-139.17159,60.41272],[-140.9874,61.01186],[-140.9684,69.95351],[-156.17689,71.56333],[-160.41363,70.73977],[-163.02183,69.97074],[-164.9717,68.99469],[-167.15715,68.72197]]],description:"Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars",icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USForestService-overlay.png",overlay:true},{id:"US_Forest_Service_roads",name:"U.S. Forest Service roads",type:"tms",template:"https://osm.cycle.travel/forest/{zoom}/{x}/{y}.png",scaleExtent:[0,19],polygon:[[[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301]],[[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629]],[[-167.15715,68.72197],[-164.8554,67.02551],[-168.0022,66.00175],[-169.00874,66.00155],[-169.00754,64.99877],[-172.51433,63.87673],[-173.8197,59.74014],[-162.50181,58.00058],[-160.0159,58.00124],[-160.01497,57.00003],[-160.50548,56.9999],[-165.80926,54.82485],[-178.0001,52.24465],[-177.9993,51.25543],[-171.46891,51.82153],[-162.40251,53.95666],[-159.00757,55.0025],[-158.01907,55.00278],[-151.99632,55.99919],[-151.50034,57.99879],[-151.50129,58.99198],[-138.516,58.99532],[-138.51505,57.99864],[-133.99482,54.00317],[-130.00444,54.00434],[-130.00708,57.00005],[-131.97588,56.99952],[-135.12299,59.7566],[-138.00718,59.9918],[-139.17159,60.41272],[-140.9874,61.01186],[-140.9684,69.95351],[-156.17689,71.56333],[-160.41363,70.73977],[-163.02183,69.97074],[-164.9717,68.99469],[-167.15715,68.72197]]]},{id:"Zuerich-zh_uebersichtsplan-tms",name:"Übersichtsplan Zürich",type:"tms",template:"https://mapproxy.osm.ch/tiles/zh_uebersichtsplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",scaleExtent:[0,21],polygon:[[[8.45788,47.44582],[8.57392,47.44477],[8.57362,47.43124],[8.60266,47.43096],[8.60231,47.41746],[8.6318,47.41716],[8.6295,47.33628],[8.57162,47.33679],[8.57152,47.32292],[8.54236,47.3236],[8.54212,47.31013],[8.48418,47.31062],[8.48478,47.33762],[8.45582,47.33787],[8.45609,47.35135],[8.42713,47.35161],[8.42864,47.43259],[8.45745,47.43231],[8.45788,47.44582]]],terms_text:"Stadt Zürich Open Government Data"},{id:"UkraineKyiv2014DZK",name:"Ukraine - Kyiv 2014 (DZK)",type:"tms",template:"http://map.land.gov.ua/map/ortho_kiev/{zoom}/{x}/{-y}.jpg",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",scaleExtent:[0,16],polygon:[[[30.30752,50.57184],[30.33155,50.57402],[30.37687,50.57925],[30.42288,50.58143],[30.4318,50.58579],[30.44416,50.58797],[30.45515,50.58754],[30.46545,50.58449],[30.46819,50.57751],[30.49085,50.57489],[30.51351,50.57489],[30.52519,50.57402],[30.55608,50.55221],[30.58424,50.53869],[30.5966,50.53781],[30.60896,50.5365],[30.64329,50.5352],[30.65496,50.53563],[30.65496,50.54305],[30.66045,50.54916],[30.66801,50.55439],[30.67762,50.55876],[30.68792,50.56137],[30.70783,50.55614],[30.71127,50.56356],[30.71127,50.57838],[30.72157,50.58231],[30.71882,50.58972],[30.72981,50.59103],[30.74011,50.58841],[30.76208,50.58536],[30.77306,50.58274],[30.78336,50.57795],[30.80259,50.57141],[30.81014,50.56617],[30.82182,50.55439],[30.82525,50.53956],[30.81701,50.53432],[30.79504,50.52909],[30.78474,50.52559],[30.76276,50.51992],[30.76208,50.5125],[30.75315,50.50769],[30.74354,50.50376],[30.73805,50.49721],[30.74629,50.49197],[30.75521,50.48847],[30.74835,50.48236],[30.75178,50.47537],[30.75315,50.46794],[30.74835,50.46138],[30.75178,50.45439],[30.78886,50.43646],[30.7971,50.43165],[30.80328,50.41765],[30.8225,50.40846],[30.82044,50.40102],[30.82319,50.39358],[30.81289,50.39095],[30.80122,50.39139],[30.78954,50.39314],[30.77787,50.3927],[30.77856,50.3857],[30.77169,50.38001],[30.76208,50.37519],[30.75109,50.37256],[30.73873,50.37256],[30.72775,50.37475],[30.71813,50.37957],[30.71539,50.36512],[30.71127,50.35855],[30.70577,50.35241],[30.69753,50.34716],[30.68586,50.34453],[30.65084,50.34058],[30.63848,50.34014],[30.62681,50.33795],[30.62887,50.3305],[30.64947,50.29279],[30.66663,50.28314],[30.67144,50.27656],[30.6632,50.27085],[30.65153,50.26997],[30.64535,50.27612],[30.63368,50.27787],[30.62132,50.27656],[30.61857,50.2691],[30.62956,50.25637],[30.6378,50.25154],[30.64535,50.23792],[30.64398,50.2309],[30.63917,50.22387],[30.62956,50.21992],[30.6069,50.2164],[30.59591,50.2186],[30.59042,50.23353],[30.5863,50.241],[30.57531,50.25505],[30.56501,50.25944],[30.5657,50.2669],[30.56432,50.29718],[30.56638,50.30463],[30.5657,50.31209],[30.55677,50.31691],[30.54441,50.31735],[30.52587,50.32699],[30.51489,50.3305],[30.50253,50.33182],[30.48055,50.33664],[30.47163,50.34146],[30.46957,50.34935],[30.47025,50.35679],[30.46201,50.36205],[30.4524,50.35679],[30.44004,50.35548],[30.43661,50.36512],[30.43111,50.37212],[30.43661,50.37826],[30.43455,50.3857],[30.40914,50.39883],[30.39678,50.40014],[30.3906,50.40671],[30.37069,50.41546],[30.36314,50.42159],[30.3597,50.42902],[30.3597,50.43646],[30.35696,50.44389],[30.3446,50.44477],[30.32056,50.44258],[30.29585,50.44477],[30.28349,50.44477],[30.27799,50.43864],[30.27525,50.43165],[30.26563,50.42771],[30.25396,50.42902],[30.24572,50.42377],[30.23542,50.42771],[30.2416,50.43427],[30.2416,50.44214],[30.23679,50.4487],[30.23885,50.45613],[30.24297,50.46313],[30.24915,50.46968],[30.25671,50.47493],[30.26083,50.48192],[30.26563,50.48847],[30.26907,50.49983],[30.26151,50.50595],[30.26357,50.51381],[30.26975,50.51992],[30.28898,50.52821],[30.29722,50.53345],[30.30271,50.54],[30.30203,50.54741],[30.30477,50.55483],[30.32743,50.55221],[30.33086,50.55919],[30.32262,50.56486],[30.31233,50.56835],[30.30752,50.57184]]],description:"Works only from within Ukraine or with an Ukrainian proxy server."},{id:"Ukraine-orto10000-2012",name:"Ukraine - Orthophotomaps 2012",type:"tms",template:"http://212.26.144.110/tile2/orto_10000/{zoom}/{x}/{-y}.jpg",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",scaleExtent:[0,16],polygon:[[[23.6193,51.65491],[24.09803,51.64047],[24.39723,51.89353],[25.19178,51.95913],[26.12263,51.92224],[26.49829,51.80933],[27.09005,51.77026],[27.62861,51.62603],[28.02422,51.59093],[28.28021,51.68172],[28.37662,51.5806],[28.82542,51.5682],[29.19111,51.64253],[29.41718,51.4399],[29.67316,51.51238],[29.82276,51.47512],[30.21837,51.50824],[30.54417,51.30709],[30.63726,51.38599],[30.51425,51.63634],[30.983,52.09005],[31.2822,52.07984],[31.48832,52.13497],[32.11,52.05531],[32.31279,52.11864],[32.43912,52.32434],[32.93114,52.28368],[33.29683,52.39337],[33.75561,52.35277],[34.35734,51.78055],[34.14457,51.76409],[34.05813,51.67965],[34.22103,51.47098],[34.25095,51.30085],[34.7197,51.19056],[35.11199,51.21139],[35.1818,51.08626],[35.38792,51.03402],[35.40787,50.62878],[35.62063,50.38563],[36.06944,50.4513],[36.21571,50.41106],[36.31212,50.28802],[36.4717,50.32624],[36.59138,50.2519],[37.46571,50.45977],[37.735,50.11353],[38.05747,49.9384],[38.19377,49.95765],[38.19045,50.07514],[38.35002,50.08154],[38.41651,49.98972],[38.73899,49.97476],[39.00827,49.83344],[39.14457,49.89987],[39.27755,49.78195],[39.54018,49.74544],[39.79949,49.58406],[40.18845,49.6013],[40.0588,49.50424],[40.20508,49.24666],[39.93247,49.06185],[39.71638,49.01608],[40.08872,48.85448],[39.79617,48.78443],[39.69311,48.65283],[39.86266,48.5693],[39.99231,48.31348],[39.83274,47.92287],[39.74297,47.83144],[39.57675,47.81135],[38.86532,47.85153],[38.77555,47.68618],[38.38327,47.60106],[38.30348,47.52704],[38.30016,47.23891],[38.13393,47.05577],[37.5455,47.05124],[37.31279,46.87654],[37.20973,46.92651],[36.96039,46.83107],[36.7443,46.61685],[36.72436,46.7719],[36.4451,46.72407],[36.10601,46.4728],[36.20574,46.66022],[35.92316,46.64424],[35.43114,46.39948],[35.10202,45.97138],[35.0455,45.75145],[35.47436,45.33],[35.86,45.53297],[35.9963,45.43274],[36.11598,45.51899],[36.66452,45.4514],[36.65454,45.34168],[36.50494,45.31363],[36.47502,45.24111],[36.48832,45.04884],[35.81013,44.98539],[35.5076,45.11222],[35.42782,44.93364],[35.12196,44.76394],[34.67649,44.75686],[33.985,44.37078],[33.68912,44.38504],[33.38327,44.50608],[33.35002,44.589],[33.55282,44.93128],[33.42981,45.1263],[33.19377,45.14271],[32.83141,45.33935],[32.60534,45.30896],[32.44577,45.3557],[32.50893,45.47005],[32.87795,45.68181],[33.57941,45.90665],[33.58938,46.02681],[33.25694,46.07065],[33.02422,45.97138],[31.61133,46.19506],[31.27555,46.61457],[30.87662,46.56887],[30.43446,45.98756],[29.69643,45.55159],[29.79284,45.46306],[29.73965,45.15913],[29.47369,45.41407],[29.18114,45.38373],[28.74896,45.22004],[28.56611,45.23409],[28.29018,45.33],[28.23367,45.49103],[28.31678,45.56789],[28.483,45.54228],[28.47303,45.73753],[28.95175,46.03143],[29.02489,46.18125],[28.9318,46.49569],[29.18779,46.57116],[29.59337,46.45448],[29.81944,46.46593],[29.95574,46.68759],[29.8959,46.8197],[29.56013,46.96963],[29.54683,47.29982],[29.14789,47.50234],[29.23101,47.77562],[29.17117,47.934],[28.86864,47.99411],[28.63593,48.16513],[28.44311,48.06525],[28.36332,48.17178],[28.25694,48.15404],[27.735,48.43494],[27.55547,48.45258],[26.92383,48.34884],[26.36532,48.17178],[26.1193,47.97408],[25.3846,47.91618],[24.91585,47.70408],[24.52024,47.94291],[24.18446,47.90058],[23.58274,48.00523],[23.43646,47.96963],[23.15388,48.10522],[23.07077,47.98743],[22.858,47.9585],[22.76824,48.09856],[22.58539,48.103],[22.51558,48.2161],[22.11332,48.4217],[22.49896,49.06621],[22.58872,49.11193],[22.87795,49.04006],[22.7217,49.18151],[22.71837,49.64652],[23.24364,50.105],[24.04484,50.49785],[24.05813,50.68779],[23.9451,50.81399],[24.10135,50.85388],[23.62928,51.29462],[23.6193,51.65491]]],description:"Works only from within Ukraine or with an Ukrainian proxy server."},{id:"uniao_dos_palmares",name:"União dos Palmares AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Uniao%20dos%20Palmares&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-35.97725,-9.20752],[-35.9772,-9.19398],[-35.97694,-9.19053],[-35.97678,-9.18607],[-35.97702,-9.18208],[-35.97704,-9.17968],[-35.97682,-9.17734],[-35.97664,-9.17517],[-35.97701,-9.17518],[-35.97696,-9.1707],[-35.97674,-9.17066],[-35.97661,-9.16645],[-35.97618,-9.16222],[-35.9761,-9.16026],[-35.97661,-9.16026],[-35.97672,-9.14608],[-35.97654,-9.14122],[-35.97666,-9.1332],[-35.97653,-9.12184],[-35.97648,-9.11748],[-35.98618,-9.11755],[-35.98947,-9.11733],[-36.00561,-9.11733],[-36.01859,-9.11736],[-36.04601,-9.11722],[-36.06734,-9.11698],[-36.06756,-9.16134],[-36.06771,-9.16405],[-36.06745,-9.16408],[-36.06756,-9.16657],[-36.06777,-9.16654],[-36.06798,-9.20701],[-36.0498,-9.20711],[-36.04671,-9.20698],[-36.02941,-9.20709],[-36.01355,-9.20718],[-35.99318,-9.20733],[-35.97725,-9.20752]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"URBIS2009",name:"URBIS 2009 aerial imagery",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2009&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2009-01-01T00:00:00.000Z",startDate:"2009-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBIS2012",name:"URBIS 2012 aerial imagery",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2012&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBIS2014",name:"URBIS 2014 aerial imagery",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2014&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",polygon:[[[4.4001,50.76373],[4.43093,50.77254],[4.43586,50.77237],[4.46549,50.78373],[4.48189,50.78835],[4.48269,50.79849],[4.46363,50.80686],[4.46407,50.81546],[4.48204,50.81699],[4.48103,50.82343],[4.47465,50.83505],[4.47403,50.84587],[4.46712,50.85447],[4.45257,50.85797],[4.45017,50.86151],[4.42968,50.86764],[4.43423,50.87384],[4.44147,50.87513],[4.44381,50.88004],[4.43534,50.88977],[4.43968,50.89475],[4.43287,50.90363],[4.42096,50.90917],[4.42023,50.91387],[4.38315,50.91381],[4.37879,50.90637],[4.37334,50.90289],[4.36241,50.906],[4.34824,50.90611],[4.33955,50.90685],[4.32771,50.90515],[4.31471,50.89842],[4.30413,50.89498],[4.2871,50.89192],[4.28725,50.88532],[4.29293,50.88265],[4.27948,50.8736],[4.27347,50.86822],[4.27364,50.85871],[4.27688,50.85575],[4.27644,50.84376],[4.26664,50.8405],[4.25488,50.83992],[4.24755,50.83453],[4.24799,50.82866],[4.24357,50.82599],[4.24376,50.81356],[4.25233,50.81268],[4.25649,50.80711],[4.27025,50.8073],[4.27222,50.80537],[4.28414,50.80241],[4.28885,50.80434],[4.29544,50.8043],[4.30046,50.79506],[4.31076,50.79299],[4.31444,50.78372],[4.32628,50.77221],[4.34194,50.76891],[4.34474,50.77029],[4.37535,50.76577],[4.3755,50.76381],[4.4001,50.76373]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBIS2015",name:"URBIS 2015 aerial imagery",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2015&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"UrbISOrtho2016",name:"UrbIS-Ortho 2016",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2016&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"UrbISOrtho2017",name:"UrbIS-Ortho 2017",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2017&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"UrbisAdmFR",name:"UrbisAdm FR",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisFR&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"UrbisAdmNL",name:"UrbisAdm NL",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisNL&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBISfr2013",name:"URBISfr numerical imagery (2013)",type:"wms",template:"https://gis.irisnet.be/arcgis/rest/services/basemap/urbisFR/MapServer/export?f=image&format=png8&transparent=False&SRS={proj}&bboxSR=3857&imageSR=3857&bbox={bbox}&size={width},{height}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBISnl2013",name:"URBISnl numerical imagery (2013)",type:"wms",template:"https://gis.irisnet.be/arcgis/rest/services/basemap/urbisNL/MapServer/export?f=image&format=png8&transparent=False&SRS={proj}&bboxSR=3857&imageSR=3857&bbox={bbox}&size={width},{height}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"USGS-Large_Scale",name:"USGS Large Scale Imagery",type:"tms",template:"http://{switch:a,b,c}.tile.openstreetmap.us/usgs_large_scale/{zoom}/{x}/{y}.jpg",scaleExtent:[12,20],polygon:[[[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-122.94196,48.43484],[-122.94196,48.37208],[-122.88062,48.37208],[-122.88062,48.30948],[-122.81676,48.30948],[-122.81676,48.19046],[-123.00411,48.19046],[-123.00411,48.12759],[-123.05842,48.12759],[-123.05842,48.19051],[-123.25411,48.19051],[-123.25411,48.1275],[-123.37066,48.1275],[-123.37066,48.19084],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-124.75551,48.1915],[-124.81853,48.1915],[-124.81853,48.12284],[-124.7553,48.12284],[-124.7553,47.55353],[-124.38121,47.55353],[-124.38121,47.12187],[-124.19289,47.12187],[-124.19289,43.75694],[-124.44434,43.75694],[-124.44434,43.14256],[-124.63989,43.14256],[-124.63989,42.61945],[-124.44385,42.61945],[-124.44385,39.80807],[-123.88157,39.80807],[-123.88157,39.11028],[-123.75805,39.11028],[-123.75805,38.49688],[-123.27028,38.49688],[-123.27028,37.93319],[-122.81481,37.93319],[-122.81481,37.80196],[-122.56643,37.80196],[-122.56643,36.93196],[-121.8784,36.93196],[-121.8784,36.68976],[-122.00347,36.68976],[-122.00347,36.43411],[-121.94142,36.43411],[-121.94142,35.92976],[-121.5041,35.92976],[-121.5041,35.81003],[-121.37903,35.81003],[-121.37903,35.42392],[-120.94265,35.42392],[-120.94265,35.18497],[-120.8172,35.18497],[-120.8172,35.12199],[-120.69184,35.12199],[-120.69184,34.49668],[-120.50459,34.49668],[-120.50459,34.43397],[-120.00788,34.43397],[-120.00788,34.36826],[-119.52835,34.36826],[-119.52835,34.05764],[-119.0061,34.05764],[-119.0061,33.99753],[-118.50463,33.99753],[-118.50463,33.86946],[-118.44132,33.86946],[-118.44132,33.68653],[-118.06691,33.68653],[-118.06691,33.30638],[-117.503,33.30638],[-117.503,33.05003],[-117.31882,33.05003],[-117.31882,32.62059],[-117.1917,32.62059],[-117.1917,32.49746],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-114.88081,32.62649],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.43399],[-111.4419,31.43399],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-97.11389,27.68092],[-97.0571,27.68092],[-97.0571,27.81082],[-95.58108,27.81082],[-95.58108,28.74688],[-94.27104,28.74688],[-94.27104,29.55941],[-92.50299,29.55941],[-92.50299,29.49748],[-91.87762,29.49748],[-91.87762,29.3727],[-91.37842,29.3727],[-91.37842,29.24683],[-91.3154,29.24683],[-91.3154,29.18443],[-91.12947,29.18443],[-91.12947,29.12326],[-91.00526,29.12326],[-91.00526,28.99684],[-89.45002,28.99684],[-89.45002,28.86774],[-88.81043,28.86774],[-88.81043,30.18419],[-85.87915,30.18419],[-85.87915,29.5455],[-84.83681,29.5455],[-84.83681,29.62252],[-84.74828,29.62252],[-84.74828,29.68362],[-84.68589,29.68362],[-84.68589,29.74684],[-83.6297,29.74684],[-83.6297,29.43244],[-83.31749,29.43244],[-83.31749,29.05794],[-82.87966,29.05794],[-82.87966,27.74535],[-82.81828,27.74535],[-82.81828,26.92909],[-82.37968,26.92909],[-82.37968,26.36942],[-81.87771,26.36942],[-81.87771,25.80597],[-81.50369,25.80597],[-81.50369,25.74748],[-81.44055,25.74748],[-81.44055,25.68515],[-81.31559,25.68515],[-81.31559,25.5601],[-81.25385,25.5601],[-81.25385,25.43424],[-81.1902,25.43424],[-81.1902,25.12343],[-81.12881,25.12343],[-81.12881,25.06194],[-81.06492,25.06194],[-81.06492,24.81578],[-81.62895,24.81578],[-81.62895,24.75384],[-81.69072,24.75384],[-81.69072,24.68994],[-81.81732,24.68994],[-81.81732,24.62792],[-82.191,24.62792],[-82.191,24.49629],[-81.62166,24.49629],[-81.62166,24.55948],[-81.37201,24.55948],[-81.37201,24.62207],[-81.05933,24.62207],[-81.05933,24.68483],[-80.93471,24.68483],[-80.93471,24.74748],[-80.74711,24.74748],[-80.74711,24.81006],[-80.36299,24.81006],[-80.36299,25.11759],[-80.12234,25.11759],[-80.12234,25.74724],[-80.05885,25.74724],[-80.05885,26.37083],[-79.99584,26.37083],[-79.99584,26.9398],[-80.05873,26.9398],[-80.05873,27.12775],[-80.12263,27.12775],[-80.12263,27.25343],[-80.1847,27.25343],[-80.1847,27.37812],[-80.24617,27.37812],[-80.24617,27.56587],[-80.30948,27.56587],[-80.30948,27.75303],[-80.37215,27.75303],[-80.37215,27.87745],[-80.43515,27.87745],[-80.43515,28.00334],[-80.49661,28.00334],[-80.49661,28.12773],[-80.55872,28.12773],[-80.55872,28.37235],[-80.49663,28.37235],[-80.49663,29.51603],[-81.12136,29.51603],[-81.12136,31.6847],[-80.60187,31.6847],[-80.60187,32.24753],[-79.4921,32.24753],[-79.4921,32.99703],[-79.11165,32.99703],[-79.11165,33.37295],[-78.61536,33.37295],[-78.61536,33.80976],[-77.9317,33.80976],[-77.9317,33.87182],[-77.86923,33.87182],[-77.86923,34.05525],[-77.68264,34.05525],[-77.68264,34.29746],[-77.24535,34.29746],[-77.24535,34.55986],[-76.49733,34.55986],[-76.49733,34.6228],[-76.43376,34.6228],[-76.43376,34.68493],[-76.37321,34.68493],[-76.37321,34.74677],[-76.30594,34.74677],[-76.30594,34.80855],[-76.2468,34.80855],[-76.2468,34.87284],[-76.18259,34.87284],[-76.18259,34.93353],[-76.12081,34.93353],[-76.12081,34.99524],[-75.9979,34.99524],[-75.9979,35.05782],[-75.87034,35.05782],[-75.87034,35.12191],[-75.74622,35.12191],[-75.74622,35.18189],[-75.49297,35.18189],[-75.49297,35.3083],[-75.43257,35.3083],[-75.43257,35.75425],[-75.49699,35.75425],[-75.49699,37.81056],[-75.3083,37.81056],[-75.3083,37.87201],[-75.2456,37.87201],[-75.2456,37.99548],[-75.18288,37.99548],[-75.18288,38.05851],[-75.11848,38.05851],[-75.11848,38.24691],[-75.05921,38.24691],[-75.05921,38.37043],[-74.99481,38.37043],[-74.99481,38.87184],[-74.48783,38.87184],[-74.48783,39.30894],[-74.17663,39.30894],[-74.17663,39.62247],[-74.0567,39.62247],[-74.0567,39.93318],[-73.9959,39.93318],[-73.9959,40.18549],[-73.93416,40.18549],[-73.93416,40.49595],[-73.8723,40.49595],[-73.8723,40.55271],[-71.80745,40.55271],[-71.80745,41.3088],[-70.88251,41.3088],[-70.88251,41.18498],[-70.74619,41.18498],[-70.74619,41.30919],[-70.43376,41.30919],[-70.43376,41.49639],[-69.93343,41.49639],[-69.93343,41.62308],[-69.86986,41.62308],[-69.86986,41.87769],[-69.93579,41.87769],[-69.93579,42.00323],[-69.99758,42.00323],[-69.99758,42.06502],[-70.06061,42.06502],[-70.06061,42.12943],[-70.55729,42.12943],[-70.55729,43.24871],[-70.49741,43.24871],[-70.49741,43.30922],[-70.37042,43.30922],[-70.37042,43.37196],[-70.30857,43.37196],[-70.30857,43.49699],[-70.18392,43.49699],[-70.18392,43.62235],[-70.05758,43.62235],[-70.05758,43.68502],[-69.74552,43.68502],[-69.74552,43.74766],[-69.24728,43.74766],[-69.24728,43.8107],[-69.05607,43.8107],[-69.05607,43.87172],[-68.99505,43.87172],[-68.99505,43.9982],[-68.49637,43.9982],[-68.49637,44.05974],[-68.3081,44.05974],[-68.3081,44.12214],[-68.18518,44.12214],[-68.18518,44.30814],[-67.9956,44.30814],[-67.9956,44.37275],[-67.8103,44.37275],[-67.8103,44.43518],[-67.49653,44.43518],[-67.49653,44.49688],[-67.37102,44.49688],[-67.37102,44.56006],[-67.18488,44.56006],[-67.18488,44.62133],[-67.12212,44.62133],[-67.12212,44.68679],[-67.05936,44.68679],[-67.05936,44.74737],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.69099],[-75.62902,44.69099],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.44276,44.06537],[-76.44276,43.99638],[-76.31703,43.99638],[-76.31703,43.94146],[-76.50766,43.94146],[-76.50766,43.87233],[-76.383,43.87233],[-76.383,43.80919],[-76.25341,43.80919],[-76.25341,43.56652],[-76.50648,43.56652],[-76.50648,43.50339],[-76.63312,43.50339],[-76.63312,43.44323],[-76.69511,43.44323],[-76.69511,43.37869],[-76.81778,43.37869],[-76.81778,43.31807],[-77.682,43.31807],[-77.682,43.37894],[-78.05659,43.37894],[-78.05659,43.43969],[-78.43897,43.43969],[-78.43897,43.37944],[-78.88034,43.37944],[-78.88034,43.31497],[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.12999],[-79.12989,43.12999],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-79.06944,42.75422],[-79.06944,42.69416],[-79.13344,42.69416],[-79.13344,42.6297],[-79.19475,42.6297],[-79.19475,42.56635],[-79.37868,42.56635],[-79.37868,42.50334],[-79.4443,42.50334],[-79.4443,42.44106],[-79.56799,42.44106],[-79.56799,42.37753],[-79.69062,42.37753],[-79.69062,42.31711],[-79.81646,42.31711],[-79.81646,42.25345],[-80.00524,42.25345],[-80.00524,42.19092],[-80.19168,42.19092],[-80.19168,42.12726],[-80.3168,42.12726],[-80.3168,42.06699],[-80.50632,42.06699],[-80.50632,42.00343],[-80.69305,42.00343],[-80.69305,41.94151],[-80.94404,41.94151],[-80.94404,41.87812],[-81.19427,41.87812],[-81.19427,41.81665],[-81.31901,41.81665],[-81.31901,41.75455],[-81.44184,41.75455],[-81.44184,41.69096],[-81.50535,41.69096],[-81.50535,41.63016],[-82.74701,41.63016],[-82.74701,41.75369],[-82.88391,41.75369],[-82.88391,41.56561],[-82.99572,41.56561],[-82.99572,41.62704],[-83.12578,41.62704],[-83.12578,41.68784],[-83.24747,41.68784],[-83.24747,41.75369],[-83.37373,41.75369],[-83.37373,41.80928],[-83.3106,41.80928],[-83.3106,41.87161],[-83.24747,41.87161],[-83.24747,41.93614],[-83.18434,41.93614],[-83.18434,41.99609],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.80722,42.37177],[-82.80722,42.55855],[-82.75537,42.55855],[-82.75537,42.49549],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.43289,43.06481],[-82.43289,43.19176],[-82.49475,43.19176],[-82.49475,43.50346],[-82.55713,43.50346],[-82.55713,43.81609],[-82.61979,43.81609],[-82.61979,43.94221],[-82.68395,43.94221],[-82.68395,44.00226],[-82.74653,44.00226],[-82.74653,44.06705],[-82.87087,44.06705],[-82.87087,44.12919],[-83.00852,44.12919],[-83.00852,44.06648],[-83.13361,44.06648],[-83.13361,44.00539],[-83.24145,44.00539],[-83.24145,44.9962],[-83.18061,44.9962],[-83.18061,45.0673],[-83.24552,45.0673],[-83.24552,45.12874],[-83.30659,45.12874],[-83.30659,45.25515],[-83.37061,45.25515],[-83.37061,45.31659],[-83.43256,45.31659],[-83.43256,45.37921],[-83.61784,45.37921],[-83.61784,45.44197],[-83.80843,45.44197],[-83.80843,45.50362],[-84.05507,45.50362],[-84.05507,45.56479],[-84.12352,45.56479],[-84.12352,45.62878],[-84.18075,45.62878],[-84.18075,45.69147],[-84.31116,45.69147],[-84.31116,45.93371],[-83.821,45.93371],[-83.821,45.87251],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.49627,46.00169],[-83.49627,46.06682],[-83.56,46.06682],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.99657,46.50453],[-84.99657,46.68429],[-84.92982,46.68429],[-84.92982,46.81808],[-85.31659,46.81808],[-85.31659,46.75358],[-87.55626,46.75358],[-87.55626,47.44074],[-87.68254,47.44074],[-87.68254,47.50356],[-88.25607,47.50356],[-88.25607,47.44337],[-88.44174,47.44337],[-88.44174,47.37899],[-88.50683,47.37899],[-88.50683,47.31539],[-88.63128,47.31539],[-88.63128,47.25398],[-88.75696,47.25398],[-88.75696,47.19347],[-88.88383,47.19347],[-88.88383,47.12847],[-88.94342,47.12847],[-88.94342,47.06621],[-89.07087,47.06621],[-89.07087,47.00268],[-89.25656,47.00268],[-89.25656,46.94108],[-90.36777,46.94108],[-90.36777,47.68448],[-90.307,47.68448],[-90.307,47.74602],[-89.99486,47.74602],[-89.99486,47.80827],[-89.80486,47.80827],[-89.80486,47.87006],[-89.67977,47.87006],[-89.67977,47.93396],[-89.49338,47.93396],[-89.49338,47.9958],[-89.42847,47.9958],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62869],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-122.81748,49.06561],[-122.81748,49.00291],[-122.87952,49.00291],[-122.87952,48.9347],[-122.81746,48.9347],[-122.81746,48.8102],[-122.75389,48.8102],[-122.75389,48.75338],[-122.87129,48.75338],[-122.87129,48.81539],[-123.00554,48.81539],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529]],[[-122.93417,37.75215],[-122.93475,37.6842],[-123.0679,37.6849],[-123.06737,37.74753],[-123.12926,37.74785],[-123.12869,37.81569],[-123.05907,37.81532],[-123.05959,37.75281],[-122.93417,37.75215]],[[-71.62995,41.25409],[-71.49665,41.25414],[-71.49656,41.12297],[-71.62986,41.12291],[-71.62995,41.25409]],[[-70.31843,41.37752],[-70.31834,41.24482],[-70.19066,41.24487],[-70.19062,41.1886],[-69.9336,41.1887],[-69.93373,41.37919],[-69.99507,41.37917],[-69.99511,41.44316],[-70.07078,41.44313],[-70.0707,41.31449],[-70.24617,41.31443],[-70.24621,41.37755],[-70.31843,41.37752]],[[-68.94034,43.94041],[-68.68569,43.9405],[-68.68565,43.87218],[-68.74654,43.87216],[-68.7465,43.81025],[-68.80908,43.81023],[-68.80903,43.74673],[-68.87731,43.7467],[-68.87735,43.81178],[-68.94025,43.81176],[-68.94034,43.94041]],[[-123.12915,49.06451],[-122.99542,49.06451],[-122.99542,48.93432],[-123.12915,48.93432],[-123.12915,49.06451]],[[-82.94071,24.75359],[-82.87194,24.75359],[-82.87194,24.69057],[-82.74462,24.69057],[-82.74462,24.62146],[-82.8088,24.62146],[-82.8088,24.55949],[-82.94071,24.55949],[-82.94071,24.75359]]],icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USGSTopographicMaps.png"},{id:"USGS-Scanned_Topographic",name:"USGS Topographic Maps",type:"tms",template:"https://caltopo.s3.amazonaws.com/topo/{zoom}/{x}/{y}.png",scaleExtent:[0,16],polygon:[[[-55.99594,52.00107],[-112.02896,52.00107],[-112.03995,56.01308],[-120.00494,56.00592],[-120.01712,60.01202],[-132.00197,60.00239],[-132.01208,63.00193],[-133.96883,63.0005],[-133.9724,63.99225],[-141.04429,63.98726],[-141.06879,69.92046],[-156.24893,71.51583],[-160.44571,70.83527],[-167.08145,68.42906],[-164.08218,67.03914],[-169.01504,65.68269],[-166.57608,64.50778],[-161.82999,64.05006],[-165.08194,63.2603],[-168.02628,59.78623],[-162.53311,59.73089],[-162.35733,58.55905],[-157.83096,58.31753],[-158.00674,57.52404],[-168.22403,53.51022],[-166.55411,53.14277],[-158.77579,54.88541],[-158.6824,55.74964],[-156.55106,56.00848],[-156.15555,56.77466],[-154.70535,56.14337],[-152.07413,57.37035],[-151.62918,58.22653],[-152.00821,58.98056],[-145.9877,60.24741],[-140.38467,59.48634],[-136.53946,57.8061],[-133.79288,54.83483],[-133.33145,53.14277],[-131.46378,51.69838],[-128.52493,51.74602],[-129.79385,50.90159],[-124.56436,47.49786],[-124.03702,45.48627],[-124.6962,42.90428],[-124.49844,40.34146],[-122.80655,37.53929],[-119.99405,33.37085],[-117.24747,32.5412],[-111.13907,31.1977],[-106.70059,31.23529],[-103.20694,28.64618],[-101.84463,29.8158],[-99.20792,26.28744],[-96.79092,25.75432],[-96.92276,27.96911],[-93.47305,29.68226],[-88.94669,28.87732],[-88.6171,30.17736],[-86.2001,30.36713],[-84.96963,29.43379],[-84.09073,30.06333],[-82.97012,28.95426],[-82.97012,27.26824],[-81.25626,25.07956],[-82.09122,24.56105],[-80.06973,24.76073],[-79.85001,27.11188],[-81.27823,30.70777],[-78.99307,33.20554],[-75.03799,35.5983],[-75.85098,37.24252],[-73.74161,40.4586],[-69.89639,41.60224],[-70.68741,43.17629],[-66.93008,44.69516],[-66.53458,43.08007],[-64.20547,43.35229],[-59.50333,45.73221],[-59.51431,46.24762],[-60.0032,46.25901],[-59.99222,47.24506],[-59.00894,47.2376],[-58.99796,47.50267],[-56.51504,47.50267],[-56.52603,46.7477],[-53.99918,46.7477],[-53.9772,46.48358],[-52.49405,46.46354],[-52.50504,48.75361],[-52.99667,48.75451],[-53.01315,49.99551],[-55.00168,50.0061],[-55.03738,53.74721],[-56.00418,53.73421],[-55.99594,52.00107]],[[-59.50127,43.74954],[-60.5024,43.74954],[-60.5024,44],[-59.9984,44],[-59.9984,44.2494],[-59.50127,44.2494],[-59.50127,43.74954]],[[-155.95024,20.49523],[-157.32675,20.49153],[-157.32903,21.23181],[-155.95251,21.23549],[-155.95024,20.49523]],[[-157.64488,21.24845],[-158.28534,21.24674],[-158.2869,21.74996],[-157.64643,21.75167],[-157.64488,21.24845]],[[-156.12602,20.3247],[-154.74617,20.32841],[-154.74174,18.87578],[-156.1216,18.87203],[-156.12602,20.3247]],[[-159.29077,22.24504],[-159.2893,21.76857],[-160.28917,21.76591],[-160.29064,22.24239],[-159.29077,22.24504]]],terms_url:"https://caltopo.com",terms_text:"© Caltopo",icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USGSTopographicMaps.png"},{id:"USSR-Latvia",name:"USSR - Latvia",type:"wms",template:"http://www.gisnet.lv/cgi-bin/topo?FORMAT=image/jpeg&VERSION=1.1.1&service=WMS&REQUEST=GetMap&LAYERS=DTO,DTC,DIVDPTC,PD,VS,DS,PS,M&SRS={proj}&WIDTH={width}&height={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[26.63086,57.56889],[25.16968,58.04882],[22.54395,57.76866],[21.54419,57.53352],[21.01685,56.81892],[21.01685,56.03523],[22.03857,56.38958],[24.71924,56.33481],[26.75171,55.66519],[28.19092,56.13943],[27.78442,57.40946],[26.63086,57.56889]]]},{id:"sjcgis.org-General_Basemap_WM",name:"Vector Streetmap for San Juan County WA",type:"tms",template:"https://sjcgis.org/arcgis/rest/services/Basemaps/General_Basemap_WM/MapServer/tile/{zoom}/{y}/{x}",scaleExtent:[0,19],polygon:[[[-123.27402,48.69297],[-123.00773,48.76726],[-123.00762,48.83158],[-122.7835,48.75842],[-122.6934,48.65852],[-122.76745,48.60361],[-122.74484,48.38708],[-123.24822,48.28353],[-123.11452,48.42261],[-123.21904,48.54857],[-123.27402,48.69297]]],best:true,description:"Public domain street and address data from the San Juan County, WA. Updated at least quarterly."},{id:"Vercors-Orthophotos-1999",name:"Vercors (Réserve naturelle des Hauts-Plateaux du Vercors) - Orthophoto - 1999 - 1 m",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/PNRVercors-RHP-1999/{zoom}/{x}/{y}",endDate:"1999-01-01T00:00:00.000Z",startDate:"1999-01-01T00:00:00.000Z",scaleExtent:[0,19],polygon:[[[5.43565,44.99918],[5.43193,44.9229],[5.43624,44.92284],[5.43472,44.89001],[5.43303,44.88995],[5.43065,44.85026],[5.43387,44.85014],[5.43285,44.82638],[5.43548,44.82626],[5.43497,44.8139],[5.44106,44.81372],[5.43717,44.74098],[5.4546,44.74044],[5.45282,44.70425],[5.5211,44.70245],[5.5233,44.73858],[5.58904,44.73684],[5.59298,44.81263],[5.5879,44.81299],[5.58977,44.84947],[5.58823,44.84938],[5.58972,44.87351],[5.53863,44.87503],[5.53947,44.88686],[5.52834,44.88733],[5.53002,44.92012],[5.53319,44.92012],[5.53761,44.99624],[5.43565,44.99918]]],terms_text:"Parc Naturel du Vercors"},{id:"vicosa_al",name:"Viçosa AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Vicosa&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.198,-9.42067],[-36.19777,-9.41789],[-36.1978,-9.41528],[-36.19801,-9.41074],[-36.19789,-9.40857],[-36.19793,-9.40637],[-36.19797,-9.40561],[-36.19793,-9.40405],[-36.19799,-9.40312],[-36.19827,-9.40028],[-36.19829,-9.39496],[-36.19789,-9.39169],[-36.19844,-9.38932],[-36.19837,-9.3862],[-36.19794,-9.38167],[-36.19801,-9.37972],[-36.19834,-9.37867],[-36.19832,-9.37698],[-36.19817,-9.37586],[-36.19852,-9.37139],[-36.19822,-9.36239],[-36.19862,-9.35319],[-36.19849,-9.35097],[-36.19857,-9.34852],[-36.1988,-9.34668],[-36.1986,-9.34349],[-36.19877,-9.34084],[-36.19895,-9.33301],[-36.19877,-9.33039],[-36.28958,-9.33114],[-36.28938,-9.33319],[-36.2895,-9.33538],[-36.28925,-9.34124],[-36.28945,-9.34291],[-36.28928,-9.34521],[-36.28897,-9.37311],[-36.28915,-9.37481],[-36.28892,-9.37708],[-36.2889,-9.38541],[-36.28872,-9.38633],[-36.28872,-9.39343],[-36.28887,-9.39558],[-36.28877,-9.40129],[-36.28862,-9.40652],[-36.28872,-9.40715],[-36.28877,-9.42133],[-36.198,-9.42067]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"wien.gv.at-labels",name:"Vienna: Beschriftungen (annotations)",type:"tms",template:"https://maps.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png",scaleExtent:[12,19],polygon:[[[16.54475,48.17286],[16.54103,48.17657],[16.54978,48.17675],[16.54665,48.17162],[16.55629,48.16171],[16.55567,48.16446],[16.56161,48.16037],[16.57306,48.16319],[16.57603,48.13522],[16.54301,48.14333],[16.51377,48.15893],[16.4777,48.15744],[16.45536,48.13951],[16.43313,48.13788],[16.43701,48.11994],[16.42291,48.12306],[16.4083,48.11791],[16.40511,48.12198],[16.3246,48.13779],[16.31181,48.11945],[16.29806,48.12896],[16.2711,48.13385],[16.23607,48.13001],[16.2189,48.12377],[16.2181,48.12807],[16.23861,48.13205],[16.23843,48.13716],[16.22081,48.13555],[16.20986,48.14762],[16.22321,48.15318],[16.19798,48.15454],[16.19619,48.16396],[16.18183,48.17112],[16.19981,48.18616],[16.20739,48.20235],[16.20194,48.20479],[16.20962,48.20963],[16.1976,48.21479],[16.19778,48.22288],[16.18517,48.2232],[16.19911,48.22858],[16.19251,48.23671],[16.20677,48.26483],[16.24105,48.24837],[16.24154,48.23832],[16.25662,48.23988],[16.27043,48.25193],[16.26406,48.25492],[16.28556,48.25832],[16.29412,48.26395],[16.28617,48.2667],[16.28901,48.27051],[16.32741,48.27721],[16.34813,48.29048],[16.35351,48.28369],[16.3706,48.2817],[16.36714,48.28685],[16.37787,48.28832],[16.37557,48.29592],[16.37982,48.30201],[16.38536,48.30146],[16.38043,48.31507],[16.39518,48.32257],[16.39412,48.31926],[16.40287,48.31676],[16.41682,48.32253],[16.43803,48.31628],[16.44041,48.29192],[16.47547,48.27501],[16.48123,48.27343],[16.4835,48.27971],[16.48132,48.29351],[16.49645,48.29249],[16.51491,48.28554],[16.5067,48.2736],[16.51285,48.26784],[16.53263,48.2621],[16.54697,48.263],[16.53941,48.24284],[16.55274,48.239],[16.53627,48.20044],[16.54184,48.18206],[16.53631,48.17755],[16.54475,48.17286]]],terms_url:"https://data.wien.gv.at",terms_text:"Stadt Wien",icon:"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif",overlay:true},{id:"wien.gv.at-gp",name:"Vienna: Mehrzweckkarte (general purpose)",type:"tms",template:"https://maps.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg",scaleExtent:[10,19],polygon:[[[16.54475,48.17286],[16.54103,48.17657],[16.54978,48.17675],[16.54665,48.17162],[16.55629,48.16171],[16.55567,48.16446],[16.56161,48.16037],[16.57306,48.16319],[16.57603,48.13522],[16.54301,48.14333],[16.51377,48.15893],[16.4777,48.15744],[16.45536,48.13951],[16.43313,48.13788],[16.43701,48.11994],[16.42291,48.12306],[16.4083,48.11791],[16.40511,48.12198],[16.3246,48.13779],[16.31181,48.11945],[16.29806,48.12896],[16.2711,48.13385],[16.23607,48.13001],[16.2189,48.12377],[16.2181,48.12807],[16.23861,48.13205],[16.23843,48.13716],[16.22081,48.13555],[16.20986,48.14762],[16.22321,48.15318],[16.19798,48.15454],[16.19619,48.16396],[16.18183,48.17112],[16.19981,48.18616],[16.20739,48.20235],[16.20194,48.20479],[16.20962,48.20963],[16.1976,48.21479],[16.19778,48.22288],[16.18517,48.2232],[16.19911,48.22858],[16.19251,48.23671],[16.20677,48.26483],[16.24105,48.24837],[16.24154,48.23832],[16.25662,48.23988],[16.27043,48.25193],[16.26406,48.25492],[16.28556,48.25832],[16.29412,48.26395],[16.28617,48.2667],[16.28901,48.27051],[16.32741,48.27721],[16.34813,48.29048],[16.35351,48.28369],[16.3706,48.2817],[16.36714,48.28685],[16.37787,48.28832],[16.37557,48.29592],[16.37982,48.30201],[16.38536,48.30146],[16.38043,48.31507],[16.39518,48.32257],[16.39412,48.31926],[16.40287,48.31676],[16.41682,48.32253],[16.43803,48.31628],[16.44041,48.29192],[16.47547,48.27501],[16.48123,48.27343],[16.4835,48.27971],[16.48132,48.29351],[16.49645,48.29249],[16.51491,48.28554],[16.5067,48.2736],[16.51285,48.26784],[16.53263,48.2621],[16.54697,48.263],[16.53941,48.24284],[16.55274,48.239],[16.53627,48.20044],[16.54184,48.18206],[16.53631,48.17755],[16.54475,48.17286]]],terms_url:"https://data.wien.gv.at",terms_text:"Stadt Wien",icon:"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"},{id:"wien.gv.at-aerial_image",name:"Vienna: Orthofoto (aerial image)",type:"tms",template:"https://maps.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg",scaleExtent:[10,19],polygon:[[[16.14995,48.10832],[16.14989,48.33315],[16.61873,48.33296],[16.61749,48.10813],[16.46644,48.10819],[16.46644,48.10744],[16.18104,48.10756],[16.18104,48.10831],[16.14995,48.10832]]],terms_url:"https://data.wien.gv.at",terms_text:"Stadt Wien",icon:"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"},{id:"Ville_de_Nyon-HD-2010",name:"Ville de Nyon - Orthophoto 2010 HD 5cm/pi",type:"tms",template:"http://osmdata.asitvd.ch/tiles/nyon2010/{zoom}/{x}/{y}.png",endDate:"2010-01-01T00:00:00.000Z",startDate:"2010-01-01T00:00:00.000Z",scaleExtent:[14,20],polygon:[[[6.24859,46.38252],[6.24848,46.38715],[6.24378,46.38944],[6.24182,46.39109],[6.2414,46.39159],[6.23919,46.39222],[6.23973,46.39373],[6.2379,46.3946],[6.23713,46.39698],[6.23071,46.40107],[6.22789,46.39903],[6.22326,46.40219],[6.22066,46.40189],[6.21582,46.40462],[6.21393,46.40698],[6.20989,46.40563],[6.20928,46.40528],[6.20985,46.40434],[6.20501,46.40332],[6.20527,46.40104],[6.20906,46.40131],[6.20951,46.4013],[6.2149,46.4008],[6.21154,46.39808],[6.21057,46.3968],[6.20954,46.39449],[6.21229,46.39243],[6.21374,46.39168],[6.21639,46.39079],[6.21296,46.38736],[6.21532,46.38514],[6.21403,46.38424],[6.2126,46.38232],[6.21211,46.38102],[6.21212,46.37992],[6.21231,46.37901],[6.21318,46.37697],[6.21454,46.37494],[6.21359,46.37463],[6.21365,46.37276],[6.22133,46.3699],[6.22752,46.36555],[6.22752,46.36541],[6.23738,46.37356],[6.24404,46.37842],[6.24859,46.38252]]],terms_url:"http://www.nyon.ch/fr/officiel/services-offices/informatique-et-population-776-3911",terms_text:"Ville de Nyon"},{id:"vogis.cnv.at-DGM",name:"VoGIS: DGM (Terrain model)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_hoehen_und_gelaende_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=schummerung_50cm_terrain&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[9.96805,47.54631],[9.96809,47.54627],[9.97125,47.54425],[9.96484,47.53803],[9.9684,47.52802],[9.96526,47.52089],[9.99569,47.50278],[9.98736,47.49847],[10.00076,47.48211],[10.02301,47.48411],[10.03743,47.48918],[10.04477,47.48762],[10.05413,47.47589],[10.05347,47.46686],[10.06468,47.46364],[10.06999,47.45595],[10.08057,47.45536],[10.08857,47.46029],[10.09164,47.45893],[10.09385,47.44046],[10.10559,47.42872],[10.09374,47.41688],[10.07418,47.41472],[10.06914,47.41018],[10.08624,47.39952],[10.08284,47.39381],[10.09984,47.35476],[10.11934,47.37561],[10.14169,47.36718],[10.16587,47.36887],[10.16958,47.3713],[10.1694,47.38583],[10.1813,47.38725],[10.18185,47.39243],[10.19508,47.38935],[10.19988,47.38334],[10.21259,47.38039],[10.22705,47.38889],[10.23619,47.38192],[10.23168,47.37897],[10.23716,47.37357],[10.21699,47.35436],[10.2171,47.34988],[10.20424,47.33675],[10.20742,47.33232],[10.19951,47.32646],[10.21113,47.31898],[10.21597,47.31106],[10.21236,47.31122],[10.19913,47.29754],[10.18964,47.29394],[10.17961,47.29603],[10.17208,47.27908],[10.17404,47.27025],[10.17834,47.27011],[10.17449,47.2637],[10.21884,47.25533],[10.22343,47.24983],[10.21087,47.2478],[10.19776,47.23666],[10.20791,47.2328],[10.21428,47.21684],[10.21269,47.20432],[10.19963,47.19539],[10.19951,47.18525],[10.21151,47.17124],[10.2092,47.16537],[10.20851,47.15948],[10.21321,47.1577],[10.2222,47.15323],[10.22166,47.14925],[10.21481,47.14352],[10.20333,47.14215],[10.20887,47.13164],[10.18629,47.12886],[10.18652,47.11946],[10.17288,47.12033],[10.16299,47.11361],[10.15766,47.11426],[10.15442,47.10578],[10.13243,47.08122],[10.13459,47.06392],[10.15085,47.06184],[10.15693,47.04883],[10.14418,47.03355],[10.12326,47.02209],[10.13284,47.01204],[10.15447,47.00545],[10.15961,46.99882],[10.15442,46.99299],[10.16001,46.984],[10.14463,46.98301],[10.13492,46.96584],[10.13501,46.95483],[10.12684,46.9435],[10.09772,46.92676],[10.09954,46.91712],[10.10921,46.90834],[10.10908,46.89431],[10.12497,46.88014],[10.14147,46.87468],[10.13967,46.86217],[10.14506,46.8511],[10.13941,46.84738],[10.12309,46.84848],[10.11912,46.84417],[10.10518,46.8409],[10.09195,46.85143],[10.09265,46.85818],[10.08712,46.86128],[10.05488,46.8617],[10.0509,46.86442],[10.05192,46.87405],[10.03891,46.88611],[10.03221,46.88802],[10.01782,46.90161],[10.00494,46.89889],[9.98243,46.9062],[9.97793,46.91603],[9.96657,46.91222],[9.95907,46.91602],[9.94612,46.91235],[9.93758,46.91324],[9.92153,46.91882],[9.91231,46.92606],[9.90632,46.9253],[9.89449,46.93164],[9.87613,46.93463],[9.88071,46.94011],[9.87657,46.94071],[9.87488,46.95039],[9.87872,46.95707],[9.87073,46.96321],[9.88482,46.98546],[9.8923,46.99036],[9.88878,47.00072],[9.8707,47.00965],[9.87115,47.01306],[9.88035,47.01722],[9.87779,47.02055],[9.85974,47.02321],[9.85273,47.01641],[9.83612,47.01253],[9.82353,47.01986],[9.80756,47.02356],[9.78491,47.03849],[9.74808,47.03692],[9.74185,47.04268],[9.71821,47.04337],[9.70701,47.04805],[9.7076,47.05381],[9.69756,47.05239],[9.68392,47.05765],[9.68184,47.0621],[9.67743,47.06141],[9.65821,47.05818],[9.64506,47.05978],[9.64158,47.05598],[9.63654,47.0517],[9.62633,47.05133],[9.60705,47.06077],[9.6134,47.0695],[9.61153,47.0794],[9.61869,47.07817],[9.62339,47.08258],[9.63346,47.08344],[9.63564,47.09553],[9.62858,47.10756],[9.62083,47.11032],[9.63503,47.12813],[9.62467,47.13265],[9.62258,47.14135],[9.62587,47.1459],[9.62059,47.15164],[9.6089,47.14775],[9.59679,47.16294],[9.57946,47.17116],[9.56456,47.17029],[9.57302,47.1756],[9.57259,47.19079],[9.58032,47.19578],[9.58477,47.20532],[9.5687,47.21968],[9.55851,47.22416],[9.55176,47.22377],[9.56679,47.24288],[9.53073,47.27058],[9.54619,47.28005],[9.55634,47.29829],[9.58805,47.3173],[9.59966,47.3455],[9.61073,47.35571],[9.62446,47.36615],[9.65876,47.36946],[9.67255,47.38021],[9.67311,47.39194],[9.65162,47.40463],[9.64551,47.4312],[9.64512,47.4378],[9.65799,47.44779],[9.65898,47.4522],[9.62234,47.45747],[9.60904,47.47054],[9.60292,47.46198],[9.59514,47.46331],[9.58217,47.48276],[9.5622,47.49592],[9.55057,47.53718],[9.5827,47.53592],[9.60465,47.52952],[9.73478,47.53396],[9.73517,47.54661],[9.74164,47.55499],[9.7471,47.55569],[9.74337,47.55867],[9.75207,47.56747],[9.74806,47.57052],[9.75632,47.57262],[9.75633,47.57963],[9.76197,47.58096],[9.76553,47.58912],[9.76933,47.58739],[9.77697,47.59544],[9.79151,47.59352],[9.79999,47.59611],[9.81414,47.58807],[9.82381,47.5871],[9.82728,47.57997],[9.82079,47.57076],[9.82562,47.55922],[9.8171,47.55333],[9.81579,47.54767],[9.85023,47.54164],[9.85839,47.53388],[9.87451,47.52854],[9.87804,47.53876],[9.87515,47.54343],[9.88125,47.54814],[9.8891,47.54399],[9.89935,47.54475],[9.90666,47.54217],[9.91358,47.53255],[9.92189,47.52964],[9.93352,47.53265],[9.94108,47.53822],[9.9637,47.53472],[9.95883,47.54313],[9.96318,47.54229],[9.96805,47.54631]]],terms_url:"http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"vogis.cnv.at-DOM",name:"VoGIS: DOM (Surface model)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_hoehen_und_gelaende_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=schummerung_50cm_surface&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[9.96805,47.54631],[9.96809,47.54627],[9.97125,47.54425],[9.96484,47.53803],[9.9684,47.52802],[9.96526,47.52089],[9.99569,47.50278],[9.98736,47.49847],[10.00076,47.48211],[10.02301,47.48411],[10.03743,47.48918],[10.04477,47.48762],[10.05413,47.47589],[10.05347,47.46686],[10.06468,47.46364],[10.06999,47.45595],[10.08057,47.45536],[10.08857,47.46029],[10.09164,47.45893],[10.09385,47.44046],[10.10559,47.42872],[10.09374,47.41688],[10.07418,47.41472],[10.06914,47.41018],[10.08624,47.39952],[10.08284,47.39381],[10.09984,47.35476],[10.11934,47.37561],[10.14169,47.36718],[10.16587,47.36887],[10.16958,47.3713],[10.1694,47.38583],[10.1813,47.38725],[10.18185,47.39243],[10.19508,47.38935],[10.19988,47.38334],[10.21259,47.38039],[10.22705,47.38889],[10.23619,47.38192],[10.23168,47.37897],[10.23716,47.37357],[10.21699,47.35436],[10.2171,47.34988],[10.20424,47.33675],[10.20742,47.33232],[10.19951,47.32646],[10.21113,47.31898],[10.21597,47.31106],[10.21236,47.31122],[10.19913,47.29754],[10.18964,47.29394],[10.17961,47.29603],[10.17208,47.27908],[10.17404,47.27025],[10.17834,47.27011],[10.17449,47.2637],[10.21884,47.25533],[10.22343,47.24983],[10.21087,47.2478],[10.19776,47.23666],[10.20791,47.2328],[10.21428,47.21684],[10.21269,47.20432],[10.19963,47.19539],[10.19951,47.18525],[10.21151,47.17124],[10.2092,47.16537],[10.20851,47.15948],[10.21321,47.1577],[10.2222,47.15323],[10.22166,47.14925],[10.21481,47.14352],[10.20333,47.14215],[10.20887,47.13164],[10.18629,47.12886],[10.18652,47.11946],[10.17288,47.12033],[10.16299,47.11361],[10.15766,47.11426],[10.15442,47.10578],[10.13243,47.08122],[10.13459,47.06392],[10.15085,47.06184],[10.15693,47.04883],[10.14418,47.03355],[10.12326,47.02209],[10.13284,47.01204],[10.15447,47.00545],[10.15961,46.99882],[10.15442,46.99299],[10.16001,46.984],[10.14463,46.98301],[10.13492,46.96584],[10.13501,46.95483],[10.12684,46.9435],[10.09772,46.92676],[10.09954,46.91712],[10.10921,46.90834],[10.10908,46.89431],[10.12497,46.88014],[10.14147,46.87468],[10.13967,46.86217],[10.14506,46.8511],[10.13941,46.84738],[10.12309,46.84848],[10.11912,46.84417],[10.10518,46.8409],[10.09195,46.85143],[10.09265,46.85818],[10.08712,46.86128],[10.05488,46.8617],[10.0509,46.86442],[10.05192,46.87405],[10.03891,46.88611],[10.03221,46.88802],[10.01782,46.90161],[10.00494,46.89889],[9.98243,46.9062],[9.97793,46.91603],[9.96657,46.91222],[9.95907,46.91602],[9.94612,46.91235],[9.93758,46.91324],[9.92153,46.91882],[9.91231,46.92606],[9.90632,46.9253],[9.89449,46.93164],[9.87613,46.93463],[9.88071,46.94011],[9.87657,46.94071],[9.87488,46.95039],[9.87872,46.95707],[9.87073,46.96321],[9.88482,46.98546],[9.8923,46.99036],[9.88878,47.00072],[9.8707,47.00965],[9.87115,47.01306],[9.88035,47.01722],[9.87779,47.02055],[9.85974,47.02321],[9.85273,47.01641],[9.83612,47.01253],[9.82353,47.01986],[9.80756,47.02356],[9.78491,47.03849],[9.74808,47.03692],[9.74185,47.04268],[9.71821,47.04337],[9.70701,47.04805],[9.7076,47.05381],[9.69756,47.05239],[9.68392,47.05765],[9.68184,47.0621],[9.67743,47.06141],[9.65821,47.05818],[9.64506,47.05978],[9.64158,47.05598],[9.63654,47.0517],[9.62633,47.05133],[9.60705,47.06077],[9.6134,47.0695],[9.61153,47.0794],[9.61869,47.07817],[9.62339,47.08258],[9.63346,47.08344],[9.63564,47.09553],[9.62858,47.10756],[9.62083,47.11032],[9.63503,47.12813],[9.62467,47.13265],[9.62258,47.14135],[9.62587,47.1459],[9.62059,47.15164],[9.6089,47.14775],[9.59679,47.16294],[9.57946,47.17116],[9.56456,47.17029],[9.57302,47.1756],[9.57259,47.19079],[9.58032,47.19578],[9.58477,47.20532],[9.5687,47.21968],[9.55851,47.22416],[9.55176,47.22377],[9.56679,47.24288],[9.53073,47.27058],[9.54619,47.28005],[9.55634,47.29829],[9.58805,47.3173],[9.59966,47.3455],[9.61073,47.35571],[9.62446,47.36615],[9.65876,47.36946],[9.67255,47.38021],[9.67311,47.39194],[9.65162,47.40463],[9.64551,47.4312],[9.64512,47.4378],[9.65799,47.44779],[9.65898,47.4522],[9.62234,47.45747],[9.60904,47.47054],[9.60292,47.46198],[9.59514,47.46331],[9.58217,47.48276],[9.5622,47.49592],[9.55057,47.53718],[9.5827,47.53592],[9.60465,47.52952],[9.73478,47.53396],[9.73517,47.54661],[9.74164,47.55499],[9.7471,47.55569],[9.74337,47.55867],[9.75207,47.56747],[9.74806,47.57052],[9.75632,47.57262],[9.75633,47.57963],[9.76197,47.58096],[9.76553,47.58912],[9.76933,47.58739],[9.77697,47.59544],[9.79151,47.59352],[9.79999,47.59611],[9.81414,47.58807],[9.82381,47.5871],[9.82728,47.57997],[9.82079,47.57076],[9.82562,47.55922],[9.8171,47.55333],[9.81579,47.54767],[9.85023,47.54164],[9.85839,47.53388],[9.87451,47.52854],[9.87804,47.53876],[9.87515,47.54343],[9.88125,47.54814],[9.8891,47.54399],[9.89935,47.54475],[9.90666,47.54217],[9.91358,47.53255],[9.92189,47.52964],[9.93352,47.53265],[9.94108,47.53822],[9.9637,47.53472],[9.95883,47.54313],[9.96318,47.54229],[9.96805,47.54631]]],terms_url:"http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"vogis.cnv.at-ef2012_12cm",name:"VoGIS: Echtfarbenbild 2012 (12cm)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_luftbilder_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ef2012_12cm&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],terms_url:"http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"vogis.cnv.at-ef2015_10cm",name:"VoGIS: Echtfarbenbild 2015 (10cm)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_luftbilder_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ef2015_10cm&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],terms_url:"http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"vogis.cnv.at-wi2015_20cm",name:"VoGIS: Echtfarbenbild Winter 2015 (20cm)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_luftbilder_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=wi2015_20cm&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[10.17039,46.82979],[10.17108,46.93644],[10.18413,46.94113],[10.1855,47.10157],[10.23906,47.10437],[10.24283,47.15611],[10.25691,47.18704],[10.24558,47.27597],[10.25313,47.32347],[10.26893,47.32626],[10.26446,47.41102],[10.13194,47.4087],[10.13434,47.46107],[10.11752,47.46153],[10.11889,47.47337],[10.08731,47.47429],[10.08491,47.50724],[10.06843,47.507],[10.0674,47.5215],[10.02345,47.52428],[10.00079,47.57943],[9.84904,47.57757],[9.85042,47.61462],[9.72751,47.61277],[9.7203,47.59089],[9.70347,47.58915],[9.70313,47.54491],[9.68219,47.54491],[9.68047,47.55348],[9.56391,47.54931],[9.56202,47.53958],[9.55172,47.53958],[9.55172,47.53402],[9.52168,47.53471],[9.52701,47.30497],[9.50503,47.30264],[9.50091,47.23368],[9.52357,47.23228],[9.52426,47.16557],[9.54486,47.16405],[9.54383,47.15448],[9.57232,47.15401],[9.57026,47.12809],[9.59018,47.12867],[9.59189,47.10029],[9.57232,47.10017],[9.57713,47.02861],[9.72407,47.03048],[9.72304,47.01749],[9.77454,47.01562],[9.77626,47.00555],[9.79274,47.00391],[9.7948,46.99127],[9.83874,46.99314],[9.84012,46.90349],[9.89024,46.90725],[9.88543,46.88707],[9.95925,46.89141],[9.962,46.87675],[10.0001,46.87862],[9.99667,46.85715],[10.01864,46.85656],[10.02345,46.83073],[10.17039,46.82979]]],terms_url:"http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"wroclaw-orto2015",name:"Wrocław: Orthophotomap 2015 (aerial image)",type:"wms",template:"http://gis1.um.wroc.pl/arcgis/services/ogc/OGC_ortofoto_2015/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",scaleExtent:[0,23],polygon:[[[17.14217,51.12846],[17.15659,51.1499],[17.15933,51.16056],[17.15899,51.17886],[17.14371,51.18155],[17.13024,51.18128],[17.12466,51.17396],[17.11436,51.17746],[17.0778,51.17746],[17.07642,51.1766],[17.07548,51.16825],[17.06698,51.16745],[17.04698,51.17493],[17.03376,51.17729],[17.02741,51.17729],[17.02733,51.18246],[17.02252,51.18816],[17.01299,51.18816],[17.0093,51.18499],[17.00312,51.18504],[17.00261,51.20016],[16.99162,51.20559],[16.97008,51.20763],[16.96424,51.20989],[16.95394,51.20968],[16.94656,51.20586],[16.9233,51.2001],[16.90811,51.21043],[16.89927,51.21027],[16.89292,51.2071],[16.88322,51.2071],[16.88073,51.20489],[16.88047,51.19666],[16.88322,51.19048],[16.87403,51.18719],[16.87026,51.18203],[16.85455,51.18031],[16.8421,51.18488],[16.82434,51.18467],[16.82056,51.17875],[16.82099,51.16373],[16.82502,51.15647],[16.80915,51.15194],[16.80657,51.14613],[16.80648,51.1366],[16.80769,51.13595],[16.81687,51.13601],[16.8161,51.13337],[16.81636,51.12459],[16.82932,51.12329],[16.83266,51.11834],[16.82923,51.11386],[16.82923,51.10993],[16.83215,51.10869],[16.84949,51.10826],[16.85661,51.09899],[16.87901,51.09252],[16.88862,51.09258],[16.89197,51.09667],[16.92107,51.09662],[16.9209,51.09263],[16.91661,51.0812],[16.91686,51.07942],[16.93514,51.07948],[16.93849,51.0736],[16.95248,51.06686],[16.95068,51.05806],[16.95454,51.05369],[16.96188,51.0473],[16.96879,51.04568],[16.98072,51.04584],[16.98424,51.05197],[16.99969,51.04668],[17.00776,51.04422],[17.01973,51.04169],[17.03286,51.0419],[17.03415,51.04673],[17.04509,51.04339],[17.06363,51.04339],[17.07037,51.05286],[17.08363,51.04428],[17.095,51.04368],[17.10633,51.04376],[17.10835,51.04684],[17.10822,51.05377],[17.10226,51.05868],[17.11136,51.0716],[17.12341,51.07179],[17.12299,51.07856],[17.15088,51.07861],[17.17277,51.09344],[17.17277,51.09956],[17.17697,51.10303],[17.17676,51.1092],[17.16363,51.1203],[17.14217,51.12846]]],terms_text:"Urząd Miasta Wrocław",icon:"https://i.imgur.com/PRqROXB.png"},{id:"Zabrze-2011",name:"Zabrze: Orthophotomap 2011 (aerial image)",type:"wms",template:"http://siot.um.zabrze.pl/arcgis/services/UMZ_Ortofoto_2011/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",scaleExtent:[0,23],polygon:[[[18.74396,50.2753],[18.75586,50.27523],[18.75578,50.27633],[18.74516,50.28105],[18.74609,50.28886],[18.75084,50.28948],[18.74832,50.2957],[18.73379,50.29618],[18.73208,50.31571],[18.73613,50.31646],[18.73882,50.32763],[18.73725,50.33016],[18.73121,50.33169],[18.73054,50.3344],[18.73422,50.3371],[18.73428,50.34097],[18.73866,50.34308],[18.75419,50.34182],[18.75982,50.34624],[18.75438,50.34744],[18.75119,50.34979],[18.74603,50.36876],[18.75705,50.3692],[18.7639,50.36754],[18.77263,50.37628],[18.78436,50.37077],[18.78713,50.37295],[18.79821,50.37048],[18.80466,50.37561],[18.80165,50.37718],[18.80164,50.38222],[18.80509,50.38317],[18.81527,50.38167],[18.81446,50.37515],[18.82183,50.36883],[18.81737,50.36802],[18.82104,50.35843],[18.8159,50.35336],[18.81687,50.35076],[18.82294,50.35156],[18.83281,50.34962],[18.83474,50.3443],[18.84615,50.34448],[18.86293,50.32852],[18.8607,50.32776],[18.85088,50.33191],[18.84578,50.32923],[18.84891,50.32352],[18.83179,50.32028],[18.83192,50.30483],[18.84451,50.30286],[18.84429,50.29627],[18.82282,50.28615],[18.82845,50.28482],[18.82745,50.27972],[18.82322,50.27994],[18.8214,50.27414],[18.81392,50.27309],[18.79981,50.27351],[18.7987,50.2613],[18.7923,50.24641],[18.78261,50.24583],[18.76416,50.25145],[18.75396,50.25669],[18.75004,50.26402],[18.73991,50.26738],[18.73421,50.27084],[18.74396,50.2753]]],terms_text:"Urząd Miasta Zabrza"}];
+  var dataImagery = [{id:"sjcgis.org-Aerials_2013_WM",name:"2013 aerial imagery for San Juan County WA",type:"tms",template:"https://sjcgis.org/arcgis/rest/services/Basemaps/Aerials_2013_WM/MapServer/tile/{zoom}/{y}/{x}",endDate:"2013-06-01T00:00:00.000Z",startDate:"2013-05-01T00:00:00.000Z",zoomExtent:[0,19],polygon:[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],terms_url:"https://www.arcgis.com/home/item.html?id=7bf69831861d438d8365cf9f46662523",terms_text:"Pictometry Inc, San Juan County GIS",description:"Public domain aerial imagery taken in May/June 2013 from San Juan County, WA. Resolution is 9 inch."},{id:"sjcgis.org-Aerials_2016_WM",name:"2016 aerial imagery for San Juan County WA",type:"tms",template:"https://sjcgis.org/arcgis/rest/services/Basemaps/Aerials_2016_WM/MapServer/tile/{zoom}/{y}/{x}",endDate:"2016-07-01T00:00:00.000Z",startDate:"2016-05-01T00:00:00.000Z",zoomExtent:[0,19],polygon:[[[-123.02167,48.44667],[-122.94666,48.44781],[-122.90151,48.41307],[-122.80263,48.40771],[-122.79199,48.4428],[-122.80881,48.47866],[-122.73912,48.49572],[-122.78547,48.62161],[-122.73088,48.63613],[-122.7556,48.71208],[-122.95747,48.71593],[-122.97086,48.69577],[-122.9997,48.6978],[-123.00348,48.73427],[-123.0433,48.7431],[-123.07626,48.70528],[-123.08485,48.66335],[-123.12845,48.6638],[-123.22698,48.70302],[-123.24655,48.68353],[-123.17445,48.64702],[-123.21514,48.60107],[-123.21393,48.57336],[-123.1808,48.56575],[-123.16621,48.52006],[-123.10235,48.47684],[-123.02167,48.44667]],[[-122.98339,48.78214],[-122.93498,48.76653],[-122.91181,48.73858],[-122.80229,48.73982],[-122.81946,48.75499],[-122.9343,48.79572],[-122.98374,48.79436],[-122.98339,48.78214]]],best:true,description:"Public domain aerial imagery taken in May, June, and July from San Juan County, WA. Resolution is 6 inch countywide."},{id:"OS7",name:"7th Series (OS7)",type:"tms",template:"https://ooc.openstreetmap.org/os7/{zoom}/{x}/{y}.jpg",zoomExtent:[6,14],polygon:[[[-3.04697,54.83947],[-3.05864,55.24157],[-4.04466,55.23296],[-4.07076,55.63654],[-4.61904,55.6253],[-4.64926,56.02834],[-4.48961,56.03217],[-4.52394,56.4367],[-3.86751,56.44581],[-3.84176,56.04944],[-3.44591,56.04982],[-3.43492,55.64429],[-2.79497,55.65049],[-2.80802,56.05749],[-3.20661,56.05327],[-3.21417,56.45682],[-3.73808,56.45075],[-3.74185,56.86175],[-5.07669,56.83171],[-5.03652,56.42949],[-5.16012,56.42493],[-5.12991,56.01798],[-5.92607,55.99456],[-5.85518,55.23335],[-5.2281,55.25136],[-5.21024,55.02765],[-4.65956,55.04181],[-4.64548,54.81633],[-3.04697,54.83947]],[[-1.74835,57.76428],[-1.74065,57.36],[-2.58022,57.35537],[-2.57437,57.04526],[-2.08408,57.04799],[-2.07651,56.64276],[-2.7345,56.63906],[-2.73781,56.81718],[-3.23885,56.81437],[-3.24896,57.35168],[-3.75629,57.34889],[-3.76219,57.65868],[-4.76587,57.64473],[-4.81008,58.26984],[-5.2511,58.26547],[-5.27376,58.66767],[-3.55818,58.69887],[-3.56607,58.9316],[-3.37656,58.93444],[-3.38584,59.20171],[-3.18713,59.20215],[-3.18747,59.24176],[-3.06757,59.24203],[-3.07855,59.42135],[-2.37131,59.42763],[-2.36856,59.0222],[-2.67893,59.02078],[-2.67343,58.83935],[-2.86569,58.83651],[-2.8602,58.53531],[-3.03461,58.53316],[-3.0195,58.13159],[-3.6156,58.11982],[-3.61276,57.97754],[-3.71092,57.97562],[-3.69932,57.75364],[-1.74835,57.76428]],[[-7.07492,56.76319],[-7.73471,56.73566],[-7.7911,57.13994],[-7.70662,57.14343],[-7.76299,57.54311],[-7.60218,57.54968],[-7.62134,57.68452],[-7.72499,57.6803],[-7.73017,57.71673],[-7.60264,57.72191],[-7.59964,57.70083],[-7.48634,57.70544],[-7.49528,57.76813],[-7.37493,57.77301],[-7.39337,57.90201],[-7.23591,57.90838],[-7.24323,57.95948],[-7.13916,57.96369],[-7.14508,58.00495],[-7.23742,58.00122],[-7.23297,57.97018],[-7.31133,57.96702],[-7.31538,57.99525],[-7.24904,57.99792],[-7.28082,58.21856],[-7.07355,58.22687],[-7.0827,58.29018],[-6.80743,58.30119],[-6.82768,58.44074],[-6.50305,58.45366],[-6.51532,58.53792],[-6.16474,58.55184],[-6.10631,58.14894],[-6.33469,58.13976],[-6.27759,57.74145],[-6.96138,57.71366],[-6.93332,57.51615],[-7.10017,57.50933],[-7.05218,57.169],[-7.13111,57.16575],[-7.07492,56.76319]],[[0.41076,50.82087],[0.98102,50.80612],[0.99437,51.01173],[1.45062,50.99998],[1.47712,51.40552],[0.89619,51.42035],[0.88243,51.21039],[0.505,51.22007],[0.52273,51.49042],[-0.63397,51.51063],[-0.63671,51.44563],[-1.09951,51.45248],[-1.11485,51.04814],[-0.52987,51.0394],[-0.52751,51.10203],[0.42806,51.08778],[0.41076,50.82087]],[[-5.39457,51.9619],[-4.79581,51.98051],[-4.78873,51.89403],[-4.20265,51.91228],[-4.22941,52.23828],[-3.6552,52.25602],[-3.62228,51.85483],[-4.21342,51.8364],[-4.18551,51.49342],[-4.77661,51.47485],[-4.78476,51.57525],[-5.08799,51.56574],[-5.09422,51.64242],[-5.3678,51.63385],[-5.39457,51.9619]],[[-1.2389,54.03537],[-0.62779,54.02811],[-0.62004,54.25257],[-0.57268,54.25201],[-0.55865,54.65542],[-1.17998,54.66269],[-1.18782,54.43788],[-1.23221,54.4384],[-1.2389,54.03537]],[[-2.67227,50.97677],[-2.09961,50.98023],[-2.10572,51.37949],[-1.58877,51.38259],[-1.59499,51.78589],[-2.17563,51.78891],[-2.17154,51.38392],[-2.67846,51.38088],[-2.67227,50.97677]],[[-2.60155,53.27155],[-3.22973,53.2685],[-3.23522,53.67231],[-2.60704,53.67533],[-2.60155,53.27155]],[[-0.03942,51.7728],[-0.61563,51.77577],[-0.60465,52.58414],[-0.02843,52.58122],[-0.03942,51.7728]],[[-2.91529,54.03523],[-3.53229,54.02866],[-3.54484,54.43397],[-2.92785,54.44047],[-2.91529,54.03523]],[[-6.30583,57.19689],[-6.3539,57.60015],[-5.69111,57.62295],[-5.64305,57.21995],[-6.30583,57.19689]],[[1.17115,52.57236],[1.19865,52.97594],[1.79788,52.96106],[1.77037,52.55734],[1.17115,52.57236]],[[-2.40225,55.56317],[-2.40088,55.9657],[-1.76084,55.96501],[-1.76222,55.56248],[-2.40225,55.56317]],[[-6.32574,56.38537],[-7.0196,56.35747],[-7.07316,56.76384],[-6.3793,56.79145],[-6.32574,56.38537]],[[-2.42258,54.4431],[-2.42574,54.84188],[-1.79931,54.84354],[-1.79614,54.44477],[-2.42258,54.4431]],[[-3.02701,51.37935],[-3.60589,51.37017],[-3.62237,51.77304],[-3.04349,51.78215],[-3.02701,51.37935]],[[-3.05379,52.18979],[-3.06615,52.59374],[-2.48364,52.60034],[-2.47128,52.19646],[-3.05379,52.18979]],[[-5.67673,51.70425],[-5.67886,51.73101],[-5.4636,51.7376],[-5.46146,51.71084],[-5.67673,51.70425]],[[-5.84427,59.10882],[-5.8469,59.13578],[-5.79558,59.1371],[-5.79294,59.11014],[-5.84427,59.10882]],[[-8.64844,57.77861],[-8.66597,57.87717],[-8.46649,57.88721],[-8.44897,57.78867],[-8.64844,57.77861]],[[-4.52711,59.01532],[-4.52859,59.03319],[-4.47623,59.03434],[-4.47475,59.01646],[-4.52711,59.01532]],[[-7.68062,58.25838],[-7.68655,58.2938],[-7.53445,58.30084],[-7.52852,58.26542],[-7.68062,58.25838]],[[-6.19102,59.08009],[-6.19546,59.11586],[-6.12542,59.11815],[-6.12099,59.08238],[-6.19102,59.08009]],[[-4.42669,59.07112],[-4.42805,59.0887],[-4.37621,59.08976],[-4.37485,59.07218],[-4.42669,59.07112]]]},{id:"ACT2017",name:"ACTmapi Imagery 2017",type:"wms",template:"https://data.actmapi.act.gov.au/arcgis/services/actmapi/imagery2017mga/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2017-05-01T00:00:00.000Z",startDate:"2017-05-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[149.085,-35.1171],[149.1509,-35.1157],[149.1509,-35.1335],[149.1736,-35.1335],[149.1739,-35.1512],[149.1957,-35.1512],[149.1962,-35.1689],[149.2177,-35.1683],[149.2192,-35.2048],[149.241,-35.2043],[149.2419,-35.2223],[149.2632,-35.2222],[149.2644,-35.2575],[149.3085,-35.2571],[149.309,-35.2751],[149.3531,-35.2742],[149.3536,-35.2921],[149.3974,-35.2917],[149.3988,-35.3452],[149.3777,-35.3457],[149.3772,-35.3641],[149.3341,-35.3648],[149.3385,-35.5451],[149.1624,-35.5487],[149.1727,-35.9271],[149.0175,-35.9294],[149.0172,-35.9113],[148.9506,-35.9125],[148.9499,-35.8946],[148.9277,-35.8949],[148.9272,-35.8768],[148.9053,-35.8768],[148.9042,-35.8586],[148.8826,-35.859],[148.8805,-35.7695],[148.8361,-35.7698],[148.8359,-35.7521],[148.8138,-35.7524],[148.8131,-35.7343],[148.7909,-35.7347],[148.7911,-35.7167],[148.7688,-35.7167],[148.7617,-35.3924],[148.7839,-35.3921],[148.7822,-35.3022],[148.8041,-35.302],[148.8033,-35.2836],[148.8474,-35.2832],[148.8469,-35.2652],[148.8689,-35.2643],[148.8687,-35.2466],[148.9128,-35.246],[148.9123,-35.2282],[148.9341,-35.228],[148.9329,-35.1919],[148.999,-35.1904],[148.9986,-35.1724],[149.0206,-35.172],[149.0204,-35.154],[149.0637,-35.1532],[149.0635,-35.1355],[149.0857,-35.1348],[149.085,-35.1171]]],terms_url:"https://actmapi-actgov.opendata.arcgis.com/datasets/884456bde6fd46d68e0c05479f55d548",terms_text:"© Jacobs Group (Australia) Pty Ltd and Australian Capital Territory"},{id:"ACT2018",name:"ACTmapi Imagery 2018",type:"wms",template:"https://data.actmapi.act.gov.au/arcgis/services/actmapi/imagery2018mga/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2018-03-19T00:00:00.000Z",startDate:"2018-03-19T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[149.2695,-35.4381],[149.2669,-35.348],[149.3329,-35.3468],[149.3334,-35.3648],[149.3774,-35.364],[149.3769,-35.3459],[149.3989,-35.3455],[149.3984,-35.3275],[149.4094,-35.3273],[149.4088,-35.3092],[149.3978,-35.3095],[149.3973,-35.2914],[149.3533,-35.2923],[149.3528,-35.2743],[149.3089,-35.2751],[149.3084,-35.2571],[149.2644,-35.2579],[149.2634,-35.2219],[149.2415,-35.2223],[149.241,-35.2043],[149.219,-35.2047],[149.218,-35.1687],[149.1961,-35.1691],[149.1956,-35.151],[149.1737,-35.1514],[149.1732,-35.1334],[149.1512,-35.1338],[149.1508,-35.1158],[149.085,-35.1169],[149.0854,-35.135],[149.0635,-35.1353],[149.0639,-35.1534],[149.0201,-35.1541],[149.0205,-35.1721],[148.9985,-35.1725],[148.999,-35.1905],[148.9331,-35.1916],[148.934,-35.2276],[148.912,-35.228],[148.9124,-35.246],[148.8685,-35.2467],[148.8689,-35.2647],[148.8469,-35.265],[148.8473,-35.2831],[148.8034,-35.2837],[148.8038,-35.3018],[148.7818,-35.3021],[148.7838,-35.3922],[148.8058,-35.3919],[148.8086,-35.5181],[148.7976,-35.5182],[148.7994,-35.5993],[148.8766,-35.5982],[148.8747,-35.517],[148.8527,-35.5174],[148.8508,-35.4363],[148.8398,-35.4364],[148.8388,-35.3914],[149.0039,-35.3888],[149.0048,-35.4248],[149.0268,-35.4244],[149.0277,-35.4605],[149.0497,-35.4601],[149.0511,-35.5142],[149.1613,-35.5122],[149.1594,-35.4402],[149.2695,-35.4381]]],terms_text:"© Jacobs Group (Australia) Pty Ltd and Australian Capital Territory",best:true},{id:"AGIV10cm",name:"AGIV Flanders 2013-2015 aerial imagery 10cm",type:"wms",template:"https://geoservices.informatievlaanderen.be/raadpleegdiensten/OGW/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OGWRGB13_15VL&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[5.98494,50.70723],[5.98494,50.7672],[5.91079,50.82275],[5.75561,50.83533],[5.75423,50.86264],[5.8332,50.93323],[5.85517,51.02661],[5.90941,51.07754],[5.91216,51.18225],[5.87851,51.20807],[5.77414,51.23689],[5.68419,51.24075],[5.62308,51.26998],[5.62308,51.29789],[5.54,51.34724],[5.4473,51.34853],[5.39855,51.32107],[5.31203,51.32322],[5.26671,51.36182],[5.19942,51.37254],[5.18294,51.39611],[5.15891,51.4924],[5.08338,51.53086],[5.03257,51.53983],[4.95566,51.50522],[4.90142,51.50565],[4.83825,51.54367],[4.77096,51.55862],[4.7119,51.54709],[4.64049,51.49667],[4.6144,51.4971],[4.56565,51.53171],[4.48256,51.53043],[4.42626,51.52189],[4.3006,51.46974],[4.29511,51.42566],[4.18113,51.42437],[4.13718,51.39525],[4.13856,51.35067],[4.05204,51.30047],[3.93325,51.27298],[3.86527,51.27084],[3.86321,51.29016],[3.76296,51.32407],[3.59336,51.35925],[3.47732,51.33137],[3.42582,51.39739],[3.23562,51.35153],[3.226,51.36568],[3.17794,51.36182],[3.16009,51.33223],[3.06258,51.30219],[2.75084,51.1702],[2.47001,51.07452],[2.49267,50.99378],[2.53112,50.95573],[2.50915,50.91159],[2.53043,50.82145],[2.5991,50.76416],[2.66501,50.76459],[2.77007,50.66677],[2.8971,50.65894],[2.99186,50.72549],[3.11339,50.72636],[3.23699,50.70592],[3.36265,50.6585],[3.47114,50.70201],[3.63936,50.66721],[3.69842,50.68156],[3.72794,50.71245],[3.81858,50.68418],[3.87488,50.64152],[4.09255,50.64283],[4.15023,50.66329],[4.20653,50.64413],[4.31365,50.64283],[4.45235,50.68766],[4.53475,50.67808],[4.61303,50.69549],[4.67689,50.69592],[4.72701,50.73201],[4.78057,50.73201],[4.79979,50.71288],[4.86228,50.71288],[4.88563,50.69549],[4.96116,50.69549],[5.03119,50.65763],[5.10741,50.65023],[5.2008,50.64892],[5.23581,50.66546],[5.32508,50.6659],[5.36696,50.682],[5.42121,50.66416],[5.52215,50.6746],[5.6224,50.72418],[5.67527,50.69853],[5.73981,50.69723],[5.77277,50.67199],[5.8126,50.66024],[5.90804,50.65981],[5.98494,50.70723]]],terms_text:"Orthophoto Flanders © AGIV",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/BE_GRB_Flanders_TMS.png"},{id:"AGIVFlandersGRB",name:"AGIV Flanders GRB",type:"tms",template:"https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=grb_bsk&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}",zoomExtent:[0,21],polygon:[[[4.40434,50.78177],[4.45538,50.79328],[4.40268,50.8961],[4.331,50.90094],[4.27142,50.82002],[4.30648,50.81244],[4.36348,50.77251],[4.40434,50.78177],[4.43104,50.73831],[4.31859,50.72022],[4.29031,50.69402],[4.14853,50.72834],[3.95877,50.68947],[3.9097,50.69245],[3.89113,50.74333],[3.77568,50.74789],[3.75857,50.78045],[3.67752,50.77062],[3.64047,50.72242],[3.54139,50.73377],[3.54062,50.76307],[3.46005,50.76556],[3.3522,50.70614],[3.30562,50.75466],[3.17839,50.75609],[3.15329,50.78564],[3.02008,50.77312],[2.99943,50.81035],[2.91648,50.75356],[2.85476,50.75745],[2.86521,50.70565],[2.78473,50.7369],[2.713,50.81534],[2.63518,50.8129],[2.59909,50.85306],[2.59031,50.91893],[2.63262,50.94575],[2.57372,51.00842],[2.54165,51.09345],[3.15582,51.32714],[3.18307,51.37128],[3.23443,51.34669],[3.36356,51.37228],[3.38101,51.27446],[3.44201,51.24313],[3.52759,51.24604],[3.51511,51.28753],[3.58984,51.30577],[3.7783,51.26235],[3.79088,51.21429],[3.92412,51.21938],[4.16613,51.2929],[4.26163,51.37647],[4.42065,51.36473],[4.39108,51.45149],[4.54747,51.48571],[4.53541,51.42303],[4.64953,51.42758],[4.76359,51.5088],[4.84188,51.48074],[4.8383,51.42174],[4.89366,51.41698],[4.92785,51.39544],[5.02894,51.48789],[5.08018,51.46948],[5.10202,51.42892],[5.07117,51.3935],[5.13109,51.35137],[5.13448,51.31547],[5.20031,51.32172],[5.24189,51.30534],[5.23036,51.26436],[5.34828,51.27492],[5.41741,51.26229],[5.4863,51.30197],[5.5556,51.26986],[5.56045,51.22233],[5.76027,51.18505],[5.85578,51.14463],[5.75909,51.03588],[5.72665,50.91307],[5.64522,50.8372],[5.68732,50.804],[5.47863,50.72352],[5.41196,50.72368],[5.38908,50.74775],[5.30912,50.71802],[5.16984,50.72257],[5.16508,50.6957],[5.05642,50.71567],[5.00339,50.76594],[4.92545,50.74275],[4.90869,50.76968],[4.83106,50.77028],[4.76014,50.80544],[4.64309,50.79755],[4.65486,50.7552],[4.62021,50.74348],[4.59727,50.76359],[4.52399,50.72724],[4.49455,50.75679],[4.43104,50.73831],[4.40434,50.78177]],[[5.67393,50.75373],[5.88438,50.70114],[5.94172,50.76524],[5.76662,50.78761],[5.67393,50.75373]],[[4.91171,51.43492],[4.93711,51.42614],[4.95891,51.45471],[4.92801,51.46049],[4.91171,51.43492]]],terms_text:"GRB Flanders © AGIV",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/BE_GRB_Flanders_TMS.png"},{id:"AGIV",name:"AGIV Flanders most recent aerial imagery",type:"tms",template:"https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}",zoomExtent:[0,21],polygon:[[[4.7737,50.79368],[4.8379,50.75916],[4.92511,50.73483],[4.98862,50.76264],[5.036,50.73527],[5.0645,50.69875],[5.1644,50.69005],[5.19393,50.71179],[5.3086,50.71245],[5.36422,50.74396],[5.43391,50.70766],[5.54378,50.74396],[5.61141,50.73527],[5.71166,50.73505],[5.77105,50.74092],[5.81946,50.70484],[5.89568,50.70614],[5.9204,50.72831],[5.91971,50.74504],[5.89843,50.77675],[5.81569,50.76351],[5.77517,50.79216],[5.69552,50.79737],[5.69072,50.82319],[5.66325,50.82904],[5.65467,50.86481],[5.72368,50.9012],[5.77174,50.95443],[5.75114,50.97368],[5.78273,51.00048],[5.78032,51.0523],[5.80848,51.05338],[5.80951,51.07668],[5.84315,51.09372],[5.84418,51.1101],[5.82599,51.11851],[5.86959,51.14953],[5.8277,51.17365],[5.792,51.16891],[5.7738,51.19344],[5.666,51.1928],[5.64059,51.21065],[5.5709,51.22829],[5.56231,51.27535],[5.49811,51.30605],[5.47099,51.30219],[5.45794,51.2893],[5.43048,51.28823],[5.41434,51.27363],[5.36593,51.282],[5.33641,51.28265],[5.32577,51.26718],[5.24337,51.27406],[5.24989,51.31335],[5.20972,51.32794],[5.14174,51.31914],[5.14209,51.35367],[5.08647,51.39482],[5.11565,51.43615],[5.08853,51.47508],[5.05214,51.47636],[5.04561,51.4939],[5.02364,51.4939],[5.01609,51.48663],[4.82966,51.48663],[4.83001,51.50009],[4.76855,51.51099],[4.74727,51.50394],[4.658,51.4492],[4.65663,51.43144],[4.53956,51.43379],[4.55466,51.48171],[4.5296,51.48748],[4.46368,51.48235],[4.37167,51.45562],[4.37751,51.40553],[4.4139,51.37511],[4.39776,51.36118],[4.34798,51.36675],[4.34627,51.38497],[4.20344,51.38111],[4.2213,51.3511],[4.15641,51.29832],[4.05101,51.25193],[4.00638,51.25279],[3.95144,51.22205],[3.88484,51.22936],[3.81926,51.21797],[3.80038,51.22872],[3.80107,51.26074],[3.74442,51.28007],[3.63593,51.29746],[3.58615,51.31378],[3.5065,51.28308],[3.51371,51.25021],[3.43921,51.25064],[3.39766,51.27513],[3.37329,51.31678],[3.39114,51.34274],[3.3623,51.37961],[3.24283,51.35474],[3.20266,51.37039],[3.15631,51.35196],[3.14223,51.33051],[2.53318,51.09092],[2.56476,50.9968],[2.61832,50.9527],[2.57781,50.91852],[2.5936,50.88431],[2.58948,50.85051],[2.6245,50.80757],[2.71033,50.8054],[2.78449,50.71853],[2.87375,50.69983],[2.86483,50.74765],[2.92525,50.75156],[2.97263,50.77024],[2.97332,50.79889],[3.00078,50.79759],[3.01383,50.76676],[3.09863,50.76611],[3.13537,50.78196],[3.16832,50.75004],[3.30428,50.74613],[3.31561,50.71484],[3.3678,50.70179],[3.44848,50.75091],[3.53293,50.75156],[3.53328,50.72549],[3.63902,50.7131],[3.69086,50.7672],[3.75163,50.76177],[3.7712,50.73874],[3.87729,50.73983],[3.87969,50.70418],[3.9202,50.68352],[3.99951,50.682],[4.06749,50.68961],[4.16018,50.72049],[4.17632,50.70331],[4.24739,50.68222],[4.31708,50.69418],[4.31846,50.70962],[4.38403,50.71027],[4.38437,50.72353],[4.47226,50.74743],[4.52617,50.71853],[4.55226,50.73766],[4.64908,50.73722],[4.6532,50.78717],[4.72426,50.78218],[4.73731,50.79585],[4.7737,50.79368]]],terms_text:"Orthophoto Flanders most recent © AGIV",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/BE_GRB_Flanders_TMS.png"},{id:"AGRI-black_and_white-2.5m",name:"AGRI black-and-white 2.5m",type:"tms",template:"https://{switch:a,b,c}.agri.openstreetmap.org/layer/au_ga_agri/{zoom}/{x}/{y}.png",endDate:"2011-01-01T00:00:00.000Z",startDate:"2006-01-01T00:00:00.000Z",zoomExtent:[0,16],polygon:[[[112.28778,-28.78459],[112.71488,-31.13894],[114.11263,-34.17829],[113.60788,-37.39012],[117.17992,-37.45179],[119.31538,-37.42096],[121.72262,-36.70839],[123.81925,-35.76893],[125.9547,-34.3066],[127.97368,-33.7274],[130.07031,-33.24166],[130.10913,-33.8887],[131.00214,-34.04971],[131.0798,-34.72257],[132.28342,-35.39],[134.18591,-35.61126],[133.8753,-37.1119],[134.8459,-37.6365],[139.7769,-37.82075],[139.93223,-39.4283],[141.6017,-39.8767],[142.3783,-39.36829],[142.3783,-40.64702],[142.49478,-42.07487],[144.009,-44.06013],[147.23161,-44.03222],[149.05645,-42.53431],[149.52237,-40.99959],[149.9494,-40.85292],[150.8036,-38.09627],[151.81313,-38.12682],[156.20052,-22.66771],[156.20052,-20.10109],[156.62761,-17.41763],[155.26869,-17.19521],[154.14272,-19.51662],[153.5215,-18.34139],[153.05558,-16.5636],[152.78379,-15.25677],[152.27905,-13.4135],[151.3472,-12.39177],[149.48354,-12.05024],[146.9598,-9.99241],[135.9719,-9.99241],[130.3032,-10.33636],[128.09016,-12.16414],[125.91588,-12.31591],[124.3239,-11.86033],[122.03323,-11.97429],[118.26706,-16.9353],[115.93747,-19.11357],[114.0738,-21.11863],[113.49141,-22.59603],[112.28778,-28.78459]]],terms_url:"https://data.gov.au/dataset/agri-the-australian-geographic-reference-image",terms_text:"AGRI, Geoscience Australia"},{id:"alagoas_litoral",name:"Alagoas Litoral 2006",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Ortofotos%202006&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-35.52384,-9.48089],[-35.5236,-9.44515],[-35.51572,-9.44518],[-35.51584,-9.44229],[-35.50542,-9.44238],[-35.50518,-9.43064],[-35.49334,-9.43073],[-35.49304,-9.3982],[-35.4893,-9.39817],[-35.48921,-9.38628],[-35.4854,-9.38634],[-35.48525,-9.37809],[-35.48127,-9.37812],[-35.48114,-9.36987],[-35.47698,-9.36996],[-35.47686,-9.36385],[-35.47459,-9.36388],[-35.47447,-9.36153],[-35.47212,-9.36141],[-35.47206,-9.35917],[-35.46976,-9.3592],[-35.46967,-9.35682],[-35.46653,-9.35676],[-35.46641,-9.35289],[-35.46387,-9.35277],[-35.46387,-9.35119],[-35.44135,-9.35131],[-35.44125,-9.34541],[-35.43177,-9.34538],[-35.43171,-9.33602],[-35.39463,-9.33632],[-35.39442,-9.30125],[-35.38165,-9.30143],[-35.38147,-9.28638],[-35.37799,-9.28626],[-35.37796,-9.2811],[-35.36942,-9.28122],[-35.36921,-9.27261],[-35.35966,-9.27276],[-35.35969,-9.26465],[-35.35051,-9.26474],[-35.35036,-9.25562],[-35.34115,-9.25565],[-35.34118,-9.24501],[-35.31775,-9.24519],[-35.3176,-9.22567],[-35.30292,-9.22579],[-35.30283,-9.2113],[-35.30794,-9.21136],[-35.30785,-9.19979],[-35.29103,-9.19988],[-35.29091,-9.1966],[-35.29018,-9.19669],[-35.28997,-9.16516],[-35.27759,-9.16522],[-35.2775,-9.16417],[-35.27541,-9.1642],[-35.27535,-9.16152],[-35.27375,-9.16149],[-35.27366,-9.15839],[-35.27182,-9.15842],[-35.27185,-9.15729],[-35.27149,-9.15729],[-35.27143,-9.15469],[-35.26965,-9.15463],[-35.26959,-9.15362],[-35.26919,-9.15362],[-35.26907,-9.13159],[-35.26403,-9.13165],[-35.264,-9.12318],[-35.26056,-9.12321],[-35.26053,-9.11781],[-35.256,-9.11784],[-35.25573,-9.08946],[-35.25114,-9.08955],[-35.25108,-9.08651],[-35.25026,-9.08648],[-35.25029,-9.08475],[-35.24449,-9.08478],[-35.24449,-9.07989],[-35.24093,-9.07997],[-35.24081,-9.07312],[-35.23734,-9.07312],[-35.23719,-9.06322],[-35.23655,-9.06322],[-35.23652,-9.04655],[-35.23323,-9.04652],[-35.23332,-9.04345],[-35.2306,-9.04348],[-35.2306,-9.04014],[-35.22897,-9.04008],[-35.229,-9.03835],[-35.22505,-9.03826],[-35.22502,-9.03167],[-35.2223,-9.03161],[-35.22233,-9.02012],[-35.21834,-9.02009],[-35.21831,-9.01341],[-35.21671,-9.01341],[-35.21668,-9.00998],[-35.21176,-9.00998],[-35.21173,-9.00647],[-35.20971,-9.00653],[-35.20974,-9.00438],[-35.20765,-9.00432],[-35.20768,-9.00226],[-35.20566,-9.00226],[-35.20563,-8.99987],[-35.20391,-8.99987],[-35.20394,-8.99785],[-35.20213,-8.99791],[-35.20213,-8.99579],[-35.19844,-8.99582],[-35.19844,-8.99361],[-35.19434,-8.99361],[-35.19428,-8.99122],[-35.19065,-8.99131],[-35.19062,-8.98833],[-35.18766,-8.98842],[-35.18763,-8.98544],[-35.18473,-8.98541],[-35.18467,-8.98255],[-35.18238,-8.98252],[-35.18235,-8.98052],[-35.17951,-8.98061],[-35.17948,-8.97742],[-35.17809,-8.97745],[-35.17803,-8.97306],[-35.17558,-8.97303],[-35.17549,-8.96912],[-35.17293,-8.96909],[-35.17284,-8.96292],[-35.17063,-8.96289],[-35.17048,-8.95579],[-35.16852,-8.95564],[-35.16852,-8.94806],[-35.16794,-8.948],[-35.16791,-8.93995],[-35.16245,-8.93995],[-35.16242,-8.92978],[-35.1587,-8.92981],[-35.15873,-8.92662],[-35.15547,-8.92668],[-35.1555,-8.92378],[-35.15348,-8.92381],[-35.15339,-8.92065],[-35.15131,-8.92062],[-35.15122,-8.91194],[-35.15263,-8.91194],[-35.15263,-8.90821],[-35.15439,-8.90824],[-35.1543,-8.90215],[-35.15593,-8.90212],[-35.15593,-8.90051],[-35.15768,-8.90048],[-35.15774,-8.89905],[-35.15958,-8.89908],[-35.15955,-8.89747],[-35.16139,-8.8975],[-35.16133,-8.89625],[-35.16363,-8.89625],[-35.1636,-8.89526],[-35.16553,-8.89526],[-35.1655,-8.89315],[-35.16794,-8.89315],[-35.16791,-8.89147],[-35.17024,-8.89153],[-35.17027,-8.8904],[-35.17302,-8.89043],[-35.17302,-8.88876],[-35.17791,-8.88876],[-35.17794,-8.88795],[-35.17894,-8.88792],[-35.17894,-8.88891],[-35.17966,-8.88894],[-35.17978,-8.88858],[-35.18099,-8.88861],[-35.18099,-8.88816],[-35.18519,-8.88816],[-35.18519,-8.88897],[-35.18591,-8.889],[-35.18591,-8.88971],[-35.18932,-8.88971],[-35.18947,-8.8893],[-35.19014,-8.88927],[-35.19017,-8.88831],[-35.19071,-8.88831],[-35.19077,-8.88789],[-35.19153,-8.88792],[-35.19156,-8.88619],[-35.19754,-8.88607],[-35.19757,-8.8873],[-35.19968,-8.8873],[-35.19974,-8.88777],[-35.2008,-8.88777],[-35.2008,-8.88822],[-35.2033,-8.88822],[-35.20337,-8.8887],[-35.20563,-8.88861],[-35.20557,-8.88983],[-35.20741,-8.8898],[-35.20744,-8.89022],[-35.21125,-8.89025],[-35.21128,-8.88769],[-35.21245,-8.88777],[-35.21248,-8.88861],[-35.21623,-8.88858],[-35.21623,-8.88748],[-35.21871,-8.88745],[-35.21871,-8.88897],[-35.22136,-8.88897],[-35.22263,-8.88792],[-35.22402,-8.88748],[-35.22453,-8.88763],[-35.22644,-8.88718],[-35.22707,-8.88598],[-35.23311,-8.88446],[-35.23933,-8.88339],[-35.24129,-8.88416],[-35.25011,-8.88515],[-35.25624,-8.88506],[-35.26168,-8.88294],[-35.26161,-8.88094],[-35.26406,-8.88109],[-35.26877,-8.8793],[-35.27421,-8.87748],[-35.2781,-8.87518],[-35.28499,-8.87507],[-35.28502,-8.87581],[-35.2881,-8.87578],[-35.29405,-8.87545],[-35.30782,-8.87208],[-35.31757,-8.86961],[-35.32784,-8.86716],[-35.33206,-8.86614],[-35.34103,-8.86376],[-35.3471,-8.86244],[-35.3522,-8.86113],[-35.35257,-8.86391],[-35.34903,-8.86611],[-35.34496,-8.87205],[-35.34327,-8.87489],[-35.34318,-8.87569],[-35.34381,-8.87668],[-35.34481,-8.8768],[-35.34888,-8.87721],[-35.35042,-8.87781],[-35.35254,-8.87891],[-35.35399,-8.88011],[-35.35577,-8.88252],[-35.35755,-8.88396],[-35.36036,-8.88512],[-35.36114,-8.88509],[-35.3612,-8.88587],[-35.36175,-8.8859],[-35.36178,-8.88777],[-35.36253,-8.88783],[-35.36247,-8.891],[-35.36311,-8.89112],[-35.36311,-8.89482],[-35.3644,-8.89488],[-35.36507,-8.8967],[-35.36637,-8.90022],[-35.36754,-8.90427],[-35.36794,-8.90782],[-35.36863,-8.90917],[-35.37207,-8.91155],[-35.3741,-8.91349],[-35.37277,-8.916],[-35.37262,-8.91817],[-35.37084,-8.92229],[-35.37062,-8.92486],[-35.37235,-8.93038],[-35.37153,-8.93193],[-35.37153,-8.93363],[-35.37171,-8.93387],[-35.37171,-8.94362],[-35.36818,-8.94377],[-35.36815,-8.94505],[-35.36927,-8.94511],[-35.36921,-8.94863],[-35.37078,-8.94872],[-35.37081,-8.95182],[-35.37219,-8.95176],[-35.37222,-8.95528],[-35.37319,-8.95531],[-35.37313,-8.95737],[-35.3744,-8.95737],[-35.37446,-8.96012],[-35.37567,-8.96018],[-35.3757,-8.96205],[-35.37688,-8.96208],[-35.37694,-8.96444],[-35.37781,-8.96444],[-35.37775,-8.96617],[-35.38074,-8.96617],[-35.38074,-8.96331],[-35.38288,-8.96328],[-35.38291,-8.95982],[-35.38542,-8.95985],[-35.38542,-8.95722],[-35.38723,-8.95722],[-35.3872,-8.95406],[-35.38947,-8.95409],[-35.38947,-8.95084],[-35.39158,-8.95087],[-35.39158,-8.94792],[-35.39587,-8.94792],[-35.39581,-8.94651],[-35.3972,-8.94654],[-35.39711,-8.94472],[-35.39838,-8.94469],[-35.39838,-8.93915],[-35.40107,-8.93915],[-35.40106,-8.93895],[-35.40167,-8.93894],[-35.40173,-8.93688],[-35.40236,-8.93688],[-35.40236,-8.93628],[-35.40324,-8.9364],[-35.4033,-8.93583],[-35.40426,-8.9358],[-35.4042,-8.93363],[-35.40574,-8.9336],[-35.40577,-8.93124],[-35.4081,-8.93133],[-35.40804,-8.92927],[-35.40937,-8.9293],[-35.40928,-8.92739],[-35.41085,-8.92742],[-35.41085,-8.92542],[-35.41239,-8.92545],[-35.41236,-8.9239],[-35.41335,-8.92387],[-35.41329,-8.92193],[-35.41523,-8.92196],[-35.41523,-8.91999],[-35.41655,-8.92002],[-35.41655,-8.91755],[-35.4196,-8.91755],[-35.41966,-8.91964],[-35.42184,-8.91964],[-35.42187,-8.92265],[-35.42389,-8.92268],[-35.42392,-8.92513],[-35.42537,-8.92513],[-35.42537,-8.92766],[-35.42724,-8.92766],[-35.42727,-8.92987],[-35.42815,-8.92984],[-35.42818,-8.9316],[-35.42987,-8.93154],[-35.4299,-8.93407],[-35.43141,-8.93407],[-35.43141,-8.9356],[-35.43226,-8.93557],[-35.43229,-8.93586],[-35.4334,-8.93583],[-35.4334,-8.94001],[-35.43434,-8.94004],[-35.43434,-8.94097],[-35.43531,-8.94097],[-35.43534,-8.94261],[-35.43567,-8.94264],[-35.4357,-8.94329],[-35.43627,-8.94332],[-35.43624,-8.94422],[-35.4373,-8.94422],[-35.43727,-8.9452],[-35.43823,-8.9452],[-35.43827,-8.94684],[-35.43902,-8.94687],[-35.43902,-8.94798],[-35.44026,-8.94798],[-35.44032,-8.94953],[-35.44159,-8.94956],[-35.44165,-8.95152],[-35.44273,-8.95152],[-35.44273,-8.95334],[-35.44436,-8.95334],[-35.44436,-8.95498],[-35.44569,-8.95501],[-35.44563,-8.95674],[-35.4472,-8.9568],[-35.44717,-8.95865],[-35.44895,-8.95871],[-35.44892,-8.96],[-35.45101,-8.95994],[-35.45098,-8.96101],[-35.45469,-8.96095],[-35.45466,-8.96235],[-35.46049,-8.96235],[-35.46055,-8.96557],[-35.46653,-8.96548],[-35.46659,-8.96885],[-35.46771,-8.96883],[-35.46774,-8.97053],[-35.4739,-8.97053],[-35.47399,-8.9753],[-35.47791,-8.97521],[-35.47797,-8.97816],[-35.4841,-8.97813],[-35.48416,-8.98201],[-35.49084,-8.98195],[-35.49084,-8.98562],[-35.49721,-8.98562],[-35.49721,-8.99069],[-35.50225,-8.99057],[-35.50234,-8.99567],[-35.50648,-8.99567],[-35.50651,-8.99856],[-35.51204,-8.9985],[-35.51207,-9.00163],[-35.51663,-9.00166],[-35.51666,-9.00617],[-35.52119,-9.00614],[-35.52122,-9.00739],[-35.53127,-9.00733],[-35.53127,-9.01064],[-35.54818,-9.01049],[-35.54818,-9.01359],[-35.56968,-9.01344],[-35.56974,-9.01738],[-35.58575,-9.01732],[-35.58578,-9.01995],[-35.60957,-9.01983],[-35.60954,-9.02302],[-35.62911,-9.02287],[-35.62905,-9.02508],[-35.65221,-9.0249],[-35.65224,-9.02758],[-35.67552,-9.0274],[-35.67555,-9.03056],[-35.68295,-9.03056],[-35.68298,-9.03435],[-35.69128,-9.03432],[-35.69128,-9.03766],[-35.6995,-9.0376],[-35.6995,-9.04034],[-35.70668,-9.04031],[-35.70671,-9.04518],[-35.71115,-9.04518],[-35.71133,-9.06691],[-35.70871,-9.06691],[-35.70877,-9.07869],[-35.70656,-9.07872],[-35.70656,-9.08653],[-35.7043,-9.08653],[-35.70433,-9.09104],[-35.69992,-9.09107],[-35.69989,-9.0956],[-35.69536,-9.09557],[-35.69542,-9.10001],[-35.69092,-9.10013],[-35.69101,-9.10207],[-35.63367,-9.10246],[-35.6337,-9.10541],[-35.62585,-9.10553],[-35.62591,-9.10964],[-35.62231,-9.10964],[-35.62234,-9.11203],[-35.6199,-9.112],[-35.6199,-9.11501],[-35.61473,-9.11507],[-35.61473,-9.11707],[-35.61177,-9.11701],[-35.61181,-9.1182],[-35.6096,-9.11826],[-35.60963,-9.12571],[-35.59976,-9.12583],[-35.59979,-9.12923],[-35.59634,-9.12926],[-35.5964,-9.13502],[-35.59197,-9.13507],[-35.59209,-9.149],[-35.59018,-9.14897],[-35.59015,-9.15108],[-35.6016,-9.15105],[-35.60154,-9.14912],[-35.60552,-9.14912],[-35.60549,-9.14557],[-35.61184,-9.14554],[-35.61184,-9.14235],[-35.6176,-9.14238],[-35.61757,-9.13853],[-35.624,-9.13853],[-35.62397,-9.13466],[-35.63177,-9.13466],[-35.63164,-9.13063],[-35.63922,-9.1306],[-35.63919,-9.12878],[-35.66386,-9.12869],[-35.6638,-9.1261],[-35.71278,-9.12577],[-35.71275,-9.12407],[-35.72426,-9.12401],[-35.71964,-9.15323],[-35.72112,-9.1532],[-35.72124,-9.17258],[-35.72066,-9.17255],[-35.72082,-9.18558],[-35.71212,-9.18566],[-35.7133,-9.34416],[-35.69041,-9.34433],[-35.69065,-9.37189],[-35.68899,-9.37189],[-35.68902,-9.37598],[-35.68757,-9.37598],[-35.68766,-9.38232],[-35.68497,-9.38235],[-35.68503,-9.39093],[-35.68168,-9.39099],[-35.68177,-9.39936],[-35.67715,-9.39933],[-35.67724,-9.4089],[-35.67292,-9.40893],[-35.67301,-9.41754],[-35.66972,-9.4176],[-35.66978,-9.42498],[-35.66722,-9.42498],[-35.66728,-9.4327],[-35.66075,-9.43288],[-35.66075,-9.43705],[-35.6513,-9.43708],[-35.65142,-9.44211],[-35.64514,-9.44217],[-35.64523,-9.44652],[-35.63645,-9.44661],[-35.63645,-9.44992],[-35.62711,-9.45],[-35.62727,-9.46505],[-35.62086,-9.46511],[-35.62092,-9.4722],[-35.60939,-9.47222],[-35.60939,-9.47529],[-35.59674,-9.47535],[-35.59674,-9.47351],[-35.57844,-9.47371],[-35.57847,-9.47595],[-35.57267,-9.47604],[-35.5727,-9.48042],[-35.56823,-9.48048],[-35.56826,-9.48881],[-35.54169,-9.48893],[-35.54163,-9.48071],[-35.52384,-9.48089]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"arapiraca_al",name:"Arapiraca AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Arapiraca&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.60875,-9.83072],[-36.60784,-9.74047],[-36.61718,-9.74051],[-36.61631,-9.65075],[-36.70737,-9.64977],[-36.70832,-9.74043],[-36.69898,-9.74047],[-36.69997,-9.82968],[-36.60875,-9.83072]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"CRAIG-Auvergne-2013",name:"Auvergne 2013 25cm CRAIG",type:"tms",template:"https://tiles.craig.fr/osm/wmts/1.0.0/ortho_2013/webmercator/{zoom}/{x}/{y}.jpeg",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[2.94012,44.63388],[2.99719,44.63393],[2.99717,44.64734],[3.01597,44.64735],[3.01593,44.67412],[3.03495,44.67413],[3.0349,44.70152],[3.05363,44.70154],[3.05357,44.7419],[3.07233,44.74191],[3.07222,44.80917],[3.09216,44.80919],[3.09214,44.82213],[3.13014,44.82216],[3.13005,44.87707],[3.14856,44.87709],[3.14858,44.8637],[3.16823,44.86371],[3.16825,44.85003],[3.2064,44.85006],[3.20638,44.86284],[3.24395,44.86287],[3.24393,44.87679],[3.26315,44.87681],[3.26308,44.91752],[3.32004,44.91757],[3.32002,44.93033],[3.33908,44.93035],[3.33906,44.9442],[3.377,44.94423],[3.37702,44.93029],[3.39603,44.9303],[3.39612,44.87627],[3.41483,44.87629],[3.41489,44.83553],[3.43334,44.83554],[3.43338,44.80828],[3.45255,44.80829],[3.45258,44.79463],[3.50893,44.79468],[3.5089,44.80815],[3.60426,44.80823],[3.60422,44.83482],[3.62361,44.83484],[3.62357,44.86166],[3.64248,44.86167],[3.64255,44.8211],[3.66101,44.82112],[3.66103,44.80777],[3.6993,44.8078],[3.69928,44.82099],[3.73611,44.82102],[3.73618,44.77971],[3.77511,44.77974],[3.77515,44.75223],[3.81184,44.75226],[3.81186,44.7392],[3.83118,44.73922],[3.83121,44.72468],[3.88782,44.72472],[3.8878,44.73818],[3.92563,44.73821],[3.9256,44.75167],[3.94541,44.75168],[3.94537,44.77847],[3.96437,44.77848],[3.96435,44.79193],[4.00332,44.79196],[4.0033,44.80526],[4.02169,44.80527],[4.02167,44.81857],[4.05965,44.8186],[4.05961,44.84492],[4.07981,44.84494],[4.07979,44.85735],[4.17388,44.85743],[4.17386,44.87055],[4.19326,44.87056],[4.19323,44.88427],[4.21404,44.88429],[4.214,44.91002],[4.23241,44.91004],[4.23237,44.93731],[4.27155,44.93734],[4.27153,44.9503],[4.32887,44.95034],[4.32878,45.00367],[4.34893,45.00368],[4.3489,45.01707],[4.40608,45.01711],[4.40599,45.071],[4.38847,45.07099],[4.38845,45.0846],[4.40794,45.08461],[4.40792,45.09663],[4.48436,45.09669],[4.48429,45.13705],[4.46636,45.13703],[4.46634,45.1502],[4.48645,45.15022],[4.4864,45.17724],[4.50655,45.17726],[4.50644,45.24501],[4.48813,45.24499],[4.48811,45.25921],[4.46986,45.25919],[4.46984,45.27298],[4.45088,45.27297],[4.45086,45.28642],[4.39368,45.28637],[4.39363,45.31352],[4.37509,45.3135],[4.37507,45.32741],[4.39507,45.32742],[4.39503,45.35458],[4.37679,45.35457],[4.37676,45.36855],[4.35766,45.36853],[4.35763,45.38234],[4.28146,45.38227],[4.28143,45.39688],[4.24446,45.39685],[4.24443,45.41079],[4.14812,45.41071],[4.14814,45.39807],[4.12919,45.39805],[4.12921,45.38409],[4.09021,45.38406],[4.09024,45.37121],[4.01355,45.37115],[4.01353,45.3861],[3.91709,45.38602],[3.91707,45.39974],[3.93757,45.39975],[3.93755,45.41311],[3.97528,45.41315],[3.97526,45.42621],[3.99537,45.42622],[3.9957,45.52096],[3.97778,45.52094],[3.97769,45.57439],[3.95818,45.57437],[3.95815,45.58837],[3.9396,45.58835],[3.93958,45.60262],[3.92023,45.60261],[3.9202,45.61646],[3.88189,45.61643],[3.88185,45.64328],[3.84413,45.64325],[3.84411,45.65709],[3.82617,45.65707],[3.82612,45.68389],[3.80722,45.68387],[3.80713,45.73758],[3.78821,45.73756],[3.78819,45.7518],[3.76885,45.75178],[3.7688,45.77897],[3.75072,45.77895],[3.75058,45.86066],[3.76967,45.86067],[3.76958,45.91433],[3.75166,45.91432],[3.75164,45.92809],[3.7329,45.92807],[3.73285,45.95472],[3.81018,45.95478],[3.81016,45.96823],[3.8496,45.96826],[3.84951,46.02162],[3.83188,46.0216],[3.83179,46.07591],[3.8505,46.07592],[3.85046,46.10295],[3.83247,46.10294],[3.83234,46.18456],[3.81422,46.18455],[3.81415,46.22442],[3.83369,46.22444],[3.83366,46.2381],[3.85289,46.23812],[3.85287,46.25147],[3.89314,46.25151],[3.89312,46.26447],[3.91306,46.26448],[3.91303,46.27793],[3.95189,46.27796],[3.95187,46.29082],[3.97152,46.29084],[3.9715,46.30369],[4.0105,46.30373],[4.01048,46.31776],[4.02983,46.31778],[4.02978,46.34428],[4.0116,46.34427],[4.01146,46.42534],[4.03153,46.42536],[4.03146,46.4658],[4.01324,46.46578],[4.01322,46.47938],[3.99437,46.47936],[3.99435,46.49361],[3.9746,46.4936],[3.97457,46.50753],[3.87754,46.50745],[3.8775,46.53478],[3.85836,46.53476],[3.85833,46.54832],[3.81869,46.54828],[3.81871,46.53553],[3.79924,46.53552],[3.79922,46.54907],[3.76104,46.54904],[3.76092,46.61681],[3.74233,46.61679],[3.74228,46.64396],[3.72286,46.64395],[3.72281,46.67104],[3.70387,46.67102],[3.70385,46.68467],[3.68411,46.68466],[3.68406,46.712],[3.66484,46.71198],[3.66479,46.73904],[3.64576,46.73902],[3.64572,46.76634],[3.62575,46.76632],[3.62573,46.77971],[3.56723,46.77966],[3.56725,46.76631],[3.54715,46.76629],[3.54719,46.73928],[3.52716,46.73927],[3.52723,46.6989],[3.48774,46.69887],[3.48776,46.68594],[3.46796,46.68593],[3.46794,46.69941],[3.46792,46.71279],[3.44865,46.71278],[3.44863,46.72679],[3.35043,46.72671],[3.35048,46.6999],[3.33039,46.69988],[3.33034,46.7272],[3.23272,46.72712],[3.23274,46.71351],[3.2129,46.7135],[3.21293,46.70013],[3.17354,46.7001],[3.1735,46.72751],[3.15412,46.72749],[3.1541,46.74073],[3.11478,46.7407],[3.11475,46.75428],[3.07534,46.75424],[3.0753,46.78135],[3.05597,46.78134],[3.05592,46.80831],[2.99704,46.80826],[2.99702,46.82196],[2.93794,46.82191],[2.93797,46.80826],[2.89866,46.80823],[2.89869,46.79424],[2.87899,46.79422],[2.87901,46.78104],[2.85942,46.78103],[2.85944,46.76771],[2.84004,46.76769],[2.84007,46.75447],[2.7414,46.75439],[2.74138,46.76682],[2.70234,46.76679],[2.70236,46.75389],[2.68266,46.75387],[2.68268,46.74048],[2.66349,46.74046],[2.66351,46.7259],[2.64342,46.72588],[2.64344,46.71309],[2.62414,46.71308],[2.62417,46.69981],[2.60397,46.69979],[2.60399,46.68584],[2.56512,46.68581],[2.56515,46.67261],[2.54593,46.6726],[2.546,46.63215],[2.56592,46.63217],[2.56595,46.61811],[2.54564,46.61809],[2.54569,46.59072],[2.56642,46.59074],[2.56644,46.57754],[2.5855,46.57756],[2.58552,46.56472],[2.56613,46.5647],[2.56616,46.55062],[2.46828,46.55055],[2.4683,46.53582],[2.33212,46.53571],[2.33217,46.50886],[2.31265,46.50884],[2.31267,46.49534],[2.29288,46.49533],[2.2929,46.48182],[2.27487,46.4818],[2.27492,46.45442],[2.25539,46.4544],[2.25553,46.37349],[2.27595,46.37351],[2.27604,46.32087],[2.31456,46.32091],[2.31458,46.30704],[2.35371,46.30707],[2.35373,46.29297],[2.39384,46.293],[2.39389,46.26729],[2.45157,46.26733],[2.4516,46.25349],[2.47094,46.25351],[2.47098,46.22656],[2.49151,46.22657],[2.49155,46.19933],[2.51088,46.19934],[2.51093,46.17278],[2.53117,46.1728],[2.53138,46.05135],[2.55163,46.05137],[2.55166,46.03777],[2.57056,46.03778],[2.57068,45.96994],[2.55144,45.96993],[2.55146,45.95662],[2.53226,45.9566],[2.53228,45.94301],[2.51307,45.94299],[2.51313,45.90203],[2.47494,45.902],[2.47496,45.88882],[2.43619,45.88879],[2.43622,45.87533],[2.41721,45.87531],[2.41725,45.84794],[2.37847,45.84791],[2.3785,45.83397],[2.35952,45.83396],[2.35956,45.80708],[2.37873,45.8071],[2.37875,45.79358],[2.3987,45.79359],[2.39872,45.78035],[2.41825,45.78036],[2.41832,45.74],[2.45722,45.74003],[2.45724,45.7267],[2.47589,45.72671],[2.47591,45.71324],[2.49533,45.71325],[2.49542,45.65913],[2.45769,45.6591],[2.45776,45.61834],[2.43912,45.61833],[2.43919,45.57766],[2.4585,45.57768],[2.45855,45.55053],[2.47809,45.55055],[2.47811,45.53725],[2.49755,45.53726],[2.49759,45.51068],[2.47855,45.51066],[2.47864,45.45613],[2.45978,45.45612],[2.45987,45.40176],[2.42249,45.40173],[2.42247,45.41528],[2.40232,45.41527],[2.40229,45.42882],[2.3256,45.42876],[2.32567,45.38796],[2.34562,45.38798],[2.34566,45.36111],[2.32626,45.36109],[2.32628,45.34721],[2.30738,45.3472],[2.3074,45.3336],[2.28811,45.33358],[2.28813,45.32082],[2.26963,45.3208],[2.26966,45.30621],[2.25066,45.3062],[2.25068,45.29251],[2.23169,45.2925],[2.23171,45.27924],[2.213,45.27922],[2.21305,45.25204],[2.19374,45.25202],[2.19376,45.23811],[2.17561,45.2381],[2.17574,45.15768],[2.15735,45.15767],[2.15744,45.10295],[2.12024,45.10292],[2.12026,45.08955],[2.10067,45.08953],[2.10069,45.07544],[2.08246,45.07543],[2.08255,45.0216],[2.10255,45.02161],[2.1026,44.99445],[2.04574,44.99441],[2.04585,44.92753],[2.06578,44.92755],[2.06589,44.85969],[2.0857,44.8597],[2.08572,44.84581],[2.10556,44.84583],[2.1056,44.81933],[2.12474,44.81934],[2.12477,44.80551],[2.14351,44.80553],[2.14355,44.7786],[2.12561,44.77858],[2.1257,44.72427],[2.10665,44.72426],[2.10671,44.68423],[2.12634,44.68424],[2.12636,44.67074],[2.14598,44.67075],[2.14607,44.61644],[2.18396,44.61648],[2.18398,44.60378],[2.24042,44.60383],[2.24037,44.63095],[2.25948,44.63097],[2.25946,44.64493],[2.31668,44.64498],[2.3167,44.63088],[2.33615,44.6309],[2.33617,44.61758],[2.37242,44.61761],[2.3724,44.63158],[2.41105,44.63161],[2.41107,44.61907],[2.44922,44.61911],[2.4492,44.63232],[2.50486,44.63237],[2.50481,44.65976],[2.52461,44.65977],[2.52457,44.68717],[2.54225,44.68719],[2.54223,44.70122],[2.58071,44.70125],[2.5806,44.76834],[2.61769,44.76837],[2.61762,44.80884],[2.63676,44.80885],[2.63669,44.84929],[2.67331,44.84933],[2.67329,44.86252],[2.69338,44.86253],[2.69333,44.88943],[2.73052,44.88946],[2.73048,44.91645],[2.74992,44.91646],[2.75005,44.83647],[2.80733,44.83652],[2.80731,44.8491],[2.82638,44.84912],[2.8264,44.83628],[2.8457,44.8363],[2.84577,44.79571],[2.86422,44.79573],[2.86426,44.76865],[2.88399,44.76866],[2.88403,44.74197],[2.90203,44.74198],[2.90214,44.67432],[2.92198,44.67434],[2.92202,44.6473],[2.9401,44.64731],[2.94012,44.63388]]],terms_url:"http://ids.craig.fr/geocat/srv/fre/catalog.search?node=srv#/metadata/8cabc987-829c-4c9f-943b-6a0e255cd73",terms_text:"Orthophotographie CRAIG/Sintegra/IGN 2013"},{id:"CRAIG-Auvergne-2016",name:"Auvergne 2016 25cm CRAIG",type:"tms",template:"https://tiles.craig.fr/ortho/wmts/1.0.0/ortho_2016/webmercator/{zoom}/{x}/{y}.jpeg",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[2.49389,46.66829],[2.71362,46.84141],[3.64746,46.80758],[4.04846,46.48327],[4.03747,46.24825],[4.46044,46.25965],[4.4934,46.14559],[4.38354,46.09229],[4.45495,45.69084],[4.76257,45.57176],[4.81201,45.34443],[4.22424,44.84419],[3.86169,44.696],[3.37829,44.80523],[3.33435,44.89091],[3.18054,44.82471],[3.03222,44.60612],[2.92785,44.60221],[2.71911,44.85198],[2.51037,44.60221],[2.12585,44.58265],[2.005,44.97257],[2.30712,45.46784],[2.43347,45.44087],[2.41149,45.72919],[2.34558,45.82402],[2.54882,45.97979],[2.46093,46.22166],[2.21374,46.33935],[2.27828,46.53903],[2.54882,46.56642],[2.49389,46.66829]]],terms_url:"http://ids.craig.fr/geocat/srv/fre/catalog.search?node=srv#/metadata/e37c057b-5884-429b-8bec-5db0baef0ee",terms_text:"CRAIG - IGN -TopoGEODIS - Feder Auvergne-Rhône-Alpes 2016"},{id:"BANO",name:"BANO",type:"tms",template:"https://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png",zoomExtent:[12,20],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]]],terms_url:"https://wiki.openstreetmap.org/wiki/FR:WikiProject_France/WikiProject_Base_Adresses_Nationale_Ouverte_(BANO)#Licence_du_r.C3.A9sultat",terms_text:"Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL",description:"French address registry or Base Adresses Nationale Ouverte",overlay:true},{id:"lu.geoportail.opendata.basemap",name:"Basemap geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/basemap/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png",endDate:"2010-07-20T00:00:00.000Z",startDate:"2013-07-19T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/carte-de-base-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"basemap.at",name:"basemap.at",type:"tms",template:"https://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png",zoomExtent:[0,19],polygon:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]],terms_url:"https://basemap.at",terms_text:"basemap.at",description:"Basemap of Austria, based on government data.",icon:"https://www.basemap.at/images/logo_basemap.jpg"},{id:"basemap.at-overlay",name:"basemap.at Beschriftungen (annotations)",type:"tms",template:"https://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapoverlay/normal/google3857/{zoom}/{y}/{x}.png",zoomExtent:[0,19],polygon:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]],terms_url:"https://basemap.at/",terms_text:"basemap.at",description:"Annotation overlay provided by basemap.at.",icon:"https://www.basemap.at/images/logo_basemap.jpg",overlay:true},{id:"basemap.at-orthofoto",name:"basemap.at Orthofoto",type:"tms",template:"https://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg",zoomExtent:[0,19],polygon:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]],terms_url:"https://basemap.at",terms_text:"basemap.at",best:true,description:"Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",icon:"https://www.basemap.at/images/logo_basemap.jpg"},{id:"bavaria-80cm",name:"Bavaria (80 cm)",type:"wms",template:"https://geoservices.bayern.de/wms/v1/ogc_dop80_oa.cgi?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=by_dop80c&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[7,18],polygon:[[[10.12359,50.56846],[10.14286,50.55078],[10.20281,50.55742],[10.25205,50.51796],[10.32698,50.49345],[10.41048,50.41848],[10.60317,50.33109],[10.62244,50.2271],[10.72521,50.21066],[10.72949,50.24765],[10.85153,50.24354],[10.71879,50.32015],[10.71236,50.36524],[10.85581,50.39664],[10.93717,50.39664],[10.99069,50.36661],[11.12772,50.36661],[11.1791,50.31332],[11.16197,50.29417],[11.24119,50.2928],[11.24975,50.37344],[11.24119,50.47982],[11.35895,50.5234],[11.43816,50.50979],[11.44244,50.48936],[11.42532,50.4771],[11.42532,50.44166],[11.48955,50.42257],[11.49169,50.39801],[11.51952,50.39801],[11.52594,50.37617],[11.59874,50.40347],[11.63727,50.38845],[11.79357,50.4212],[11.83639,50.39255],[11.92203,50.42802],[11.98626,50.38709],[11.98412,50.35705],[12.04835,50.33109],[12.09331,50.32972],[12.1297,50.29828],[12.14041,50.27228],[12.10615,50.25586],[12.11258,50.23532],[12.14897,50.23669],[12.19822,50.20107],[12.22391,50.16406],[12.20464,50.14348],[12.20678,50.10779],[12.24318,50.09955],[12.27743,50.07208],[12.49367,49.98543],[12.49796,49.94136],[12.55576,49.92206],[12.54934,49.86827],[12.48083,49.78817],[12.41018,49.75775],[12.46156,49.70655],[12.5472,49.68023],[12.58788,49.55261],[12.65425,49.53455],[12.66281,49.43302],[12.75274,49.41073],[12.7977,49.34661],[12.90475,49.35638],[12.99681,49.33685],[13.05462,49.27543],[13.13169,49.21952],[13.19164,49.14395],[13.2366,49.12153],[13.29655,49.12293],[13.37148,49.08088],[13.4143,49.02897],[13.4143,48.97981],[13.57916,48.96997],[13.63483,48.94326],[13.67765,48.88698],[13.73759,48.89261],[13.7847,48.83346],[13.84036,48.77423],[13.81681,48.70646],[13.84464,48.70081],[13.8425,48.60038],[13.76543,48.5423],[13.75258,48.50401],[13.67122,48.50543],[13.64339,48.54371],[13.45712,48.5508],[13.45712,48.41598],[13.40574,48.36053],[13.2837,48.27511],[13.09315,48.26941],[12.95827,48.19097],[12.87691,48.18526],[12.772,48.09382],[12.86407,48.01368],[12.89832,47.95492],[12.94543,47.95636],[12.99681,47.88461],[13.01394,47.83434],[12.93472,47.7322],[13.0589,47.72499],[13.11885,47.63851],[13.06532,47.56922],[13.05676,47.47379],[13.00323,47.45208],[12.76772,47.55044],[12.76986,47.63274],[12.73989,47.67312],[12.6671,47.67024],[12.57503,47.6212],[12.48083,47.61975],[12.41446,47.67024],[12.24318,47.67745],[12.2132,47.69186],[12.19179,47.68177],[12.2132,47.66591],[12.21106,47.60388],[12.17467,47.59521],[12.13827,47.60388],[11.89205,47.60388],[11.85137,47.57933],[11.63942,47.58222],[11.59445,47.54899],[11.59017,47.51285],[11.51738,47.49839],[11.4403,47.50417],[11.39534,47.47524],[11.42746,47.44484],[11.3461,47.44339],[11.27973,47.39559],[11.21336,47.38834],[11.24761,47.43181],[11.10203,47.39269],[10.965,47.38979],[10.97785,47.43615],[10.9179,47.47524],[10.8708,47.47524],[10.85581,47.49405],[10.90077,47.5143],[10.87294,47.53598],[10.81085,47.51285],[10.64385,47.54899],[10.59461,47.55477],[10.57962,47.52876],[10.46187,47.54032],[10.46615,47.48392],[10.48756,47.47813],[10.48756,47.41298],[10.45973,47.40283],[10.45973,47.37529],[10.41048,47.37384],[10.40834,47.34339],[10.32056,47.28678],[10.28202,47.27806],[10.28416,47.26208],[10.14714,47.26208],[10.1921,47.30275],[10.19424,47.37384],[10.16641,47.37384],[10.16641,47.34629],[10.10004,47.34339],[10.0615,47.36369],[10.06792,47.41877],[10.09361,47.42601],[10.09576,47.44194],[9.978,47.48537],[9.95659,47.52731],[9.8945,47.52876],[9.85596,47.50851],[9.81743,47.54465],[9.82171,47.57644],[9.77461,47.58222],[9.73821,47.52586],[9.67398,47.53454],[9.58406,47.56488],[9.63972,47.60532],[9.7168,47.60388],[9.85596,47.676],[9.978,47.65582],[10.02938,47.68177],[10.10004,47.66735],[10.13215,47.676],[10.14286,47.70195],[10.0615,47.7725],[10.11288,47.8099],[10.08291,47.85302],[10.1086,47.90902],[10.07649,47.96496],[10.13001,48.02084],[10.13429,48.10669],[10.10004,48.12813],[10.05508,48.26228],[9.96944,48.36765],[10.03153,48.42593],[10.02938,48.46144],[10.12359,48.47705],[10.15356,48.4515],[10.23492,48.51252],[10.31628,48.51678],[10.29915,48.61878],[10.24563,48.6683],[10.27346,48.70646],[10.3698,48.68385],[10.43189,48.69939],[10.45116,48.72765],[10.40192,48.746],[10.44046,48.84896],[10.43403,48.95873],[10.33769,49.02055],[10.24991,49.03599],[10.24991,49.07387],[10.20066,49.10331],[10.25205,49.13274],[10.12359,49.19714],[10.11931,49.26285],[10.15142,49.28939],[10.10432,49.34522],[10.14072,49.39401],[10.1086,49.44555],[10.11074,49.50537],[10.0722,49.53316],[10.01654,49.47616],[9.92662,49.47894],[9.92448,49.55678],[9.89878,49.58177],[9.85596,49.53872],[9.80672,49.55678],[9.86667,49.60675],[9.85382,49.6442],[9.81743,49.66083],[9.83455,49.68993],[9.79602,49.72039],[9.75748,49.70793],[9.74035,49.68577],[9.70609,49.71624],[9.67826,49.71624],[9.68254,49.68854],[9.62045,49.69131],[9.64615,49.78955],[9.55836,49.77434],[9.57121,49.73561],[9.50698,49.75222],[9.49199,49.77987],[9.46844,49.76051],[9.42562,49.77849],[9.40421,49.76466],[9.33356,49.7702],[9.32928,49.73423],[9.4085,49.72593],[9.42776,49.69824],[9.41492,49.6442],[9.38066,49.63865],[9.35925,49.64974],[9.33998,49.63727],[9.31215,49.64836],[9.27789,49.62617],[9.28432,49.60814],[9.2415,49.57483],[9.09805,49.57205],[9.06594,49.60814],[9.10019,49.65113],[9.09163,49.6927],[9.13017,49.71208],[9.13873,49.74253],[9.10876,49.75637],[9.13659,49.79093],[9.10019,49.78955],[9.07236,49.82824],[9.03596,49.83514],[9.01669,50.02671],[8.96317,50.03084],[8.95674,50.05971],[9.00171,50.0707],[9.02097,50.11054],[9.1216,50.12289],[9.15586,50.11328],[9.19654,50.11878],[9.18583,50.13525],[9.23507,50.1476],[9.37638,50.12701],[9.4085,50.0817],[9.52197,50.09543],[9.50484,50.14211],[9.53267,50.16406],[9.48985,50.16954],[9.49413,50.24354],[9.61403,50.22163],[9.66541,50.23532],[9.63544,50.24901],[9.66756,50.27228],[9.74249,50.30922],[9.72964,50.35841],[9.77032,50.42939],[9.86881,50.40074],[9.91805,50.40893],[10.03581,50.47982],[10.03795,50.51115],[10.12359,50.56846]]],terms_url:"https://www.ldbv.bayern.de/",terms_text:"Bayerische Vermessungsverwaltung",best:true},{id:"bavaria-DOP80",name:"Bavaria DOP 80cm",type:"tms",template:"https://mapproxy.osm.ch/tiles/BAYERNDOP80/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",zoomExtent:[7,18],polygon:[[[10.12359,50.56846],[10.14286,50.55078],[10.20281,50.55742],[10.25205,50.51796],[10.32698,50.49345],[10.41048,50.41848],[10.60317,50.33109],[10.62244,50.2271],[10.72521,50.21066],[10.72949,50.24765],[10.85153,50.24354],[10.71879,50.32015],[10.71236,50.36524],[10.85581,50.39664],[10.93717,50.39664],[10.99069,50.36661],[11.12772,50.36661],[11.1791,50.31332],[11.16197,50.29417],[11.24119,50.2928],[11.24975,50.37344],[11.24119,50.47982],[11.35895,50.5234],[11.43816,50.50979],[11.44244,50.48936],[11.42532,50.4771],[11.42532,50.44166],[11.48955,50.42257],[11.49169,50.39801],[11.51952,50.39801],[11.52594,50.37617],[11.59874,50.40347],[11.63727,50.38845],[11.79357,50.4212],[11.83639,50.39255],[11.92203,50.42802],[11.98626,50.38709],[11.98412,50.35705],[12.04835,50.33109],[12.09331,50.32972],[12.1297,50.29828],[12.14041,50.27228],[12.10615,50.25586],[12.11258,50.23532],[12.14897,50.23669],[12.19822,50.20107],[12.22391,50.16406],[12.20464,50.14348],[12.20678,50.10779],[12.24318,50.09955],[12.27743,50.07208],[12.49367,49.98543],[12.49796,49.94136],[12.55576,49.92206],[12.54934,49.86827],[12.48083,49.78817],[12.41018,49.75775],[12.46156,49.70655],[12.5472,49.68023],[12.58788,49.55261],[12.65425,49.53455],[12.66281,49.43302],[12.75274,49.41073],[12.7977,49.34661],[12.90475,49.35638],[12.99681,49.33685],[13.05462,49.27543],[13.13169,49.21952],[13.19164,49.14395],[13.2366,49.12153],[13.29655,49.12293],[13.37148,49.08088],[13.4143,49.02897],[13.4143,48.97981],[13.57916,48.96997],[13.63483,48.94326],[13.67765,48.88698],[13.73759,48.89261],[13.7847,48.83346],[13.84036,48.77423],[13.81681,48.70646],[13.84464,48.70081],[13.8425,48.60038],[13.76543,48.5423],[13.75258,48.50401],[13.67122,48.50543],[13.64339,48.54371],[13.45712,48.5508],[13.45712,48.41598],[13.40574,48.36053],[13.2837,48.27511],[13.09315,48.26941],[12.95827,48.19097],[12.87691,48.18526],[12.772,48.09382],[12.86407,48.01368],[12.89832,47.95492],[12.94543,47.95636],[12.99681,47.88461],[13.01394,47.83434],[12.93472,47.7322],[13.0589,47.72499],[13.11885,47.63851],[13.06532,47.56922],[13.05676,47.47379],[13.00323,47.45208],[12.76772,47.55044],[12.76986,47.63274],[12.73989,47.67312],[12.6671,47.67024],[12.57503,47.6212],[12.48083,47.61975],[12.41446,47.67024],[12.24318,47.67745],[12.2132,47.69186],[12.19179,47.68177],[12.2132,47.66591],[12.21106,47.60388],[12.17467,47.59521],[12.13827,47.60388],[11.89205,47.60388],[11.85137,47.57933],[11.63942,47.58222],[11.59445,47.54899],[11.59017,47.51285],[11.51738,47.49839],[11.4403,47.50417],[11.39534,47.47524],[11.42746,47.44484],[11.3461,47.44339],[11.27973,47.39559],[11.21336,47.38834],[11.24761,47.43181],[11.10203,47.39269],[10.965,47.38979],[10.97785,47.43615],[10.9179,47.47524],[10.8708,47.47524],[10.85581,47.49405],[10.90077,47.5143],[10.87294,47.53598],[10.81085,47.51285],[10.64385,47.54899],[10.59461,47.55477],[10.57962,47.52876],[10.46187,47.54032],[10.46615,47.48392],[10.48756,47.47813],[10.48756,47.41298],[10.45973,47.40283],[10.45973,47.37529],[10.41048,47.37384],[10.40834,47.34339],[10.32056,47.28678],[10.28202,47.27806],[10.28416,47.26208],[10.14714,47.26208],[10.1921,47.30275],[10.19424,47.37384],[10.16641,47.37384],[10.16641,47.34629],[10.10004,47.34339],[10.0615,47.36369],[10.06792,47.41877],[10.09361,47.42601],[10.09576,47.44194],[9.978,47.48537],[9.95659,47.52731],[9.8945,47.52876],[9.85596,47.50851],[9.81743,47.54465],[9.82171,47.57644],[9.77461,47.58222],[9.73821,47.52586],[9.67398,47.53454],[9.58406,47.56488],[9.63972,47.60532],[9.7168,47.60388],[9.85596,47.676],[9.978,47.65582],[10.02938,47.68177],[10.10004,47.66735],[10.13215,47.676],[10.14286,47.70195],[10.0615,47.7725],[10.11288,47.8099],[10.08291,47.85302],[10.1086,47.90902],[10.07649,47.96496],[10.13001,48.02084],[10.13429,48.10669],[10.10004,48.12813],[10.05508,48.26228],[9.96944,48.36765],[10.03153,48.42593],[10.02938,48.46144],[10.12359,48.47705],[10.15356,48.4515],[10.23492,48.51252],[10.31628,48.51678],[10.29915,48.61878],[10.24563,48.6683],[10.27346,48.70646],[10.3698,48.68385],[10.43189,48.69939],[10.45116,48.72765],[10.40192,48.746],[10.44046,48.84896],[10.43403,48.95873],[10.33769,49.02055],[10.24991,49.03599],[10.24991,49.07387],[10.20066,49.10331],[10.25205,49.13274],[10.12359,49.19714],[10.11931,49.26285],[10.15142,49.28939],[10.10432,49.34522],[10.14072,49.39401],[10.1086,49.44555],[10.11074,49.50537],[10.0722,49.53316],[10.01654,49.47616],[9.92662,49.47894],[9.92448,49.55678],[9.89878,49.58177],[9.85596,49.53872],[9.80672,49.55678],[9.86667,49.60675],[9.85382,49.6442],[9.81743,49.66083],[9.83455,49.68993],[9.79602,49.72039],[9.75748,49.70793],[9.74035,49.68577],[9.70609,49.71624],[9.67826,49.71624],[9.68254,49.68854],[9.62045,49.69131],[9.64615,49.78955],[9.55836,49.77434],[9.57121,49.73561],[9.50698,49.75222],[9.49199,49.77987],[9.46844,49.76051],[9.42562,49.77849],[9.40421,49.76466],[9.33356,49.7702],[9.32928,49.73423],[9.4085,49.72593],[9.42776,49.69824],[9.41492,49.6442],[9.38066,49.63865],[9.35925,49.64974],[9.33998,49.63727],[9.31215,49.64836],[9.27789,49.62617],[9.28432,49.60814],[9.2415,49.57483],[9.09805,49.57205],[9.06594,49.60814],[9.10019,49.65113],[9.09163,49.6927],[9.13017,49.71208],[9.13873,49.74253],[9.10876,49.75637],[9.13659,49.79093],[9.10019,49.78955],[9.07236,49.82824],[9.03596,49.83514],[9.01669,50.02671],[8.96317,50.03084],[8.95674,50.05971],[9.00171,50.0707],[9.02097,50.11054],[9.1216,50.12289],[9.15586,50.11328],[9.19654,50.11878],[9.18583,50.13525],[9.23507,50.1476],[9.37638,50.12701],[9.4085,50.0817],[9.52197,50.09543],[9.50484,50.14211],[9.53267,50.16406],[9.48985,50.16954],[9.49413,50.24354],[9.61403,50.22163],[9.66541,50.23532],[9.63544,50.24901],[9.66756,50.27228],[9.74249,50.30922],[9.72964,50.35841],[9.77032,50.42939],[9.86881,50.40074],[9.91805,50.40893],[10.03581,50.47982],[10.03795,50.51115],[10.12359,50.56846]]],terms_url:"https://www.ldbv.bayern.de/",terms_text:"Bayerische Vermessungsverwaltung",best:true},{id:"route500hydro",name:"BD Carthage",type:"tms",template:"https://{switch:a,b,c}.tile.openstreetmap.fr/route500hydro/{zoom}/{x}/{y}.png",zoomExtent:[6,20],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]]],terms_url:"http://www.sandre.eaufrance.fr/actualite/la-bd-carthage-en-licence-ouverte-open-licence",terms_text:"Tiles © cquest@Openstreetmap France, data © Onema - IGN, LO/OL",description:"Réseau hydrographique: cours et plans d'eau et POI",overlay:true},{id:"fr.ign.bdortho",name:"BDOrtho IGN",type:"tms",template:"https://proxy-ign.openstreetmap.fr/94GjiyqD/bdortho/{zoom}/{x}/{y}.jpg",zoomExtent:[2,21],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]],[[-61.27501,14.90218],[-60.72368,14.90101],[-60.72489,14.36686],[-61.27622,14.36803],[-61.27501,14.90218]],[[-61.92802,16.58618],[-61.92686,15.7394],[-60.88128,15.74072],[-60.88243,16.5875],[-61.92802,16.58618]],[[-53.89344,6.004],[-52.46522,5.4465],[-51.52039,4.51072],[-51.53687,4.11633],[-52.2345,3.10213],[-52.641,2.25162],[-52.92664,2.07597],[-53.72864,2.21869],[-54.20106,2.03205],[-54.8053,2.27358],[-54.31092,2.80589],[-54.31641,3.20085],[-54.12415,3.46408],[-54.12964,3.59567],[-54.42078,4.00127],[-54.58008,4.95962],[-53.89344,6.004]],[[55.08816,-20.77935],[55.95959,-20.77281],[55.96576,-21.49],[55.09434,-21.49651],[55.08816,-20.77935]],[[44.92054,-12.57363],[45.34826,-12.57029],[45.35274,-13.1163],[44.92502,-13.11963],[44.92054,-12.57363]],[[-178.57728,-14.70582],[-178.42568,-14.00334],[-176.34156,-12.83858],[-175.71534,-12.9189],[-175.91858,-13.58726],[-177.84638,-14.64983],[-178.57728,-14.70582]]],terms_url:"https://openstreetmap.fr/bdortho",terms_text:"BDOrtho IGN",best:true,icon:"http://www.ign.fr/institut/sites/all/themes/ign_institut/logo.png"},{id:"Benin_cotonou_pleiade_2016",name:"Benin: Cotonou Pleiade 2016",type:"tms",template:"https://geoxxx.agrocampus-ouest.fr/owsifl/gwc/service/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Benin:cotonou_pleiade_2016&STYLE=&FORMAT=image/jpeg&tileMatrixSet=EPSG:3857&tileMatrix=EPSG:3857:{zoom}&tileRow={y}&tileCol={x}",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[2.31954,6.55745],[2.33645,6.56024],[2.36377,6.56211],[2.36738,6.56068],[2.37777,6.5494],[2.37779,6.53485],[2.36994,6.49332],[2.37038,6.45527],[2.36958,6.45269],[2.36188,6.44177],[2.35392,6.40545],[2.36749,6.4015],[2.39526,6.40072],[2.40128,6.40374],[2.40588,6.40341],[2.42046,6.39383],[2.42485,6.39794],[2.42949,6.39887],[2.43625,6.39628],[2.43958,6.40042],[2.44439,6.40189],[2.45376,6.39899],[2.47145,6.39632],[2.48162,6.39106],[2.49453,6.3874],[2.50893,6.38888],[2.50719,6.39229],[2.5012,6.39162],[2.4963,6.39521],[2.4951,6.40123],[2.49543,6.40401],[2.4983,6.41022],[2.50191,6.41282],[2.51087,6.41321],[2.52219,6.40849],[2.53352,6.40517],[2.5381,6.40961],[2.54111,6.4109],[2.54651,6.41099],[2.54654,6.40651],[2.57639,6.40724],[2.57642,6.41177],[2.58576,6.41196],[2.58868,6.41095],[2.60877,6.39414],[2.6257,6.39488],[2.64555,6.39729],[2.65039,6.39339],[2.65367,6.36823],[2.64312,6.36659],[2.61251,6.36289],[2.56868,6.3607],[2.54683,6.36055],[2.54687,6.35546],[2.50207,6.35461],[2.47064,6.35596],[2.46777,6.35203],[2.46423,6.3502],[2.45254,6.35006],[2.45113,6.34813],[2.44737,6.34629],[2.43757,6.34654],[2.43298,6.33841],[2.43016,6.33707],[2.42245,6.33707],[2.39236,6.34115],[2.39315,6.34115],[2.36528,6.34445],[2.35386,6.3453],[2.34377,6.34458],[2.34094,6.34534],[2.31086,6.36567],[2.28435,6.37465],[2.28147,6.37762],[2.27599,6.39517],[2.27612,6.3982],[2.31529,6.49261],[2.3158,6.55307],[2.31954,6.55745]],[[1.69563,6.25076],[1.7001,6.24712],[1.70418,6.24697],[1.75875,6.25836],[1.77079,6.25995],[1.81712,6.27161],[1.84457,6.27657],[1.85768,6.27945],[1.88843,6.28326],[1.90482,6.28595],[1.90618,6.29435],[1.90083,6.29721],[1.89881,6.29954],[1.89404,6.30085],[1.89048,6.2997],[1.88748,6.29636],[1.88344,6.29622],[1.8697,6.29227],[1.8564,6.29198],[1.85207,6.28675],[1.84991,6.28906],[1.84691,6.29203],[1.84353,6.29333],[1.84041,6.29315],[1.83627,6.29129],[1.8341,6.28733],[1.83417,6.2852],[1.8323,6.28456],[1.82786,6.28644],[1.82182,6.29084],[1.81563,6.28998],[1.81211,6.29143],[1.80758,6.29571],[1.80472,6.29693],[1.80074,6.2971],[1.79776,6.29612],[1.79625,6.29492],[1.7949,6.28965],[1.79641,6.28608],[1.80098,6.28338],[1.79567,6.28013],[1.79156,6.28174],[1.78499,6.28122],[1.78092,6.27753],[1.77588,6.2755],[1.76745,6.27696],[1.75653,6.27496],[1.74833,6.27239],[1.74762,6.27726],[1.74572,6.27938],[1.73948,6.27985],[1.7368,6.27761],[1.73572,6.27892],[1.72902,6.27911],[1.72435,6.27422],[1.72449,6.26786],[1.72556,6.26683],[1.69934,6.26159],[1.69573,6.25726],[1.69563,6.25076]]],best:true},{id:"Berlin-2011",name:"Berlin aerial photography 2011",type:"wms",template:"https://fbinter.stadt-berlin.de/fb/wms/senstadt/k_luftbild2011_20?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[13.48699,52.68076],[13.52584,52.65196],[13.5299,52.64437],[13.54209,52.60921],[13.58109,52.58134],[13.59674,52.55936],[13.63477,52.55121],[13.66547,52.52854],[13.67199,52.50379],[13.65806,52.50372],[13.65796,52.49324],[13.7547,52.4565],[13.76644,52.43884],[13.76627,52.42973],[13.74494,52.39909],[13.65235,52.33133],[13.6417,52.33103],[13.62609,52.35491],[13.59432,52.37455],[13.53198,52.38376],[13.51948,52.39236],[13.48536,52.39227],[13.43552,52.38016],[13.42885,52.37401],[13.38689,52.37388],[13.38642,52.38667],[13.36857,52.38728],[13.37045,52.39349],[13.33968,52.40887],[13.31243,52.39775],[13.30557,52.40452],[13.23622,52.40342],[13.18886,52.40417],[13.17719,52.39067],[13.14859,52.38971],[13.14868,52.38421],[13.11889,52.38385],[13.11935,52.40025],[13.10487,52.40723],[13.07371,52.40668],[13.07367,52.41403],[13.10516,52.47897],[13.11685,52.47881],[13.112,52.55915],[13.11865,52.59156],[13.15251,52.60489],[13.16282,52.60462],[13.21264,52.6321],[13.22139,52.63215],[13.27292,52.66444],[13.31376,52.66442],[13.32714,52.64692],[13.36783,52.6468],[13.39158,52.65382],[13.42728,52.6549],[13.47594,52.68122],[13.48699,52.68076]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2011"},{id:"Berlin-2014",name:"Berlin aerial photography 2014",type:"tms",template:"https://tiles.codefor.de/berlin-2014/{zoom}/{x}/{y}.png",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",polygon:[[[13.19746,52.64206],[13.25639,52.64285],[13.2558,52.66101],[13.31391,52.66185],[13.31476,52.64353],[13.37431,52.64462],[13.37386,52.66269],[13.4026,52.663],[13.40332,52.64501],[13.4334,52.64555],[13.43227,52.68001],[13.49082,52.68111],[13.49147,52.66428],[13.52092,52.66457],[13.5216,52.6465],[13.55096,52.6469],[13.55147,52.62938],[13.52219,52.62898],[13.52335,52.59248],[13.58263,52.59329],[13.58307,52.57535],[13.61246,52.57582],[13.61324,52.55784],[13.64268,52.55813],[13.64296,52.5401],[13.67253,52.54048],[13.67375,52.50475],[13.64413,52.5045],[13.64476,52.48608],[13.7037,52.48683],[13.70415,52.46901],[13.73362,52.4692],[13.73399,52.45121],[13.76358,52.45156],[13.76447,52.40209],[13.73546,52.39753],[13.73611,52.37963],[13.70678,52.37935],[13.70731,52.36136],[13.67785,52.36104],[13.67898,52.33017],[13.62102,52.32946],[13.61999,52.36033],[13.59046,52.36007],[13.5901,52.37806],[13.53116,52.37735],[13.53064,52.39525],[13.47168,52.39459],[13.47149,52.4125],[13.44101,52.41219],[13.44257,52.37604],[13.35487,52.37498],[13.35427,52.39306],[13.23667,52.39114],[13.23609,52.40922],[13.17635,52.40836],[13.17752,52.39029],[13.14791,52.38987],[13.14876,52.37459],[13.11971,52.37422],[13.11941,52.38955],[13.08981,52.38899],[13.08938,52.40707],[13.0618,52.40662],[13.06075,52.42408],[13.08842,52.42449],[13.086,52.47853],[13.11546,52.47896],[13.11462,52.49695],[13.1441,52.49729],[13.14332,52.5157],[13.1137,52.51528],[13.11077,52.6047],[13.19862,52.6062],[13.19746,52.64206]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2014"},{id:"Berlin-2015",name:"Berlin aerial photography 2015",type:"tms",template:"https://tiles.codefor.de/berlin-2015/{zoom}/{x}/{y}.png",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[13.11068,52.59538],[13.13975,52.60527],[13.18355,52.61488],[13.21262,52.63315],[13.24167,52.64282],[13.256,52.65201],[13.27004,52.67021],[13.31368,52.67072],[13.32914,52.66204],[13.32948,52.6529],[13.43284,52.65414],[13.44733,52.6816],[13.50561,52.68244],[13.50654,52.65531],[13.53605,52.65572],[13.5376,52.61991],[13.52229,52.61977],[13.52304,52.60165],[13.59776,52.58469],[13.59865,52.55769],[13.62817,52.55805],[13.64303,52.5492],[13.65813,52.54042],[13.67312,52.53144],[13.67356,52.51358],[13.65913,52.51344],[13.65998,52.48643],[13.68931,52.48687],[13.73386,52.46933],[13.73405,52.46034],[13.76362,52.46068],[13.76431,52.42464],[13.74941,52.42474],[13.75045,52.39778],[13.73585,52.39762],[13.70661,52.37944],[13.707,52.3614],[13.67782,52.36125],[13.66405,52.33395],[13.62073,52.33337],[13.62031,52.36042],[13.58986,52.3781],[13.53149,52.37748],[13.53133,52.38641],[13.44223,52.38484],[13.42813,52.3667],[13.38464,52.3662],[13.35432,52.39301],[13.29537,52.39209],[13.29531,52.40103],[13.19171,52.39957],[13.19222,52.39056],[13.14774,52.38996],[13.14839,52.38095],[13.11964,52.38041],[13.0744,52.40683],[13.07392,52.42426],[13.10275,52.43374],[13.10123,52.47874],[13.11558,52.47897],[13.11068,52.59538]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2015"},{id:"Berlin-2016",name:"Berlin aerial photography 2016",type:"tms",template:"https://tiles.codefor.de/berlin-2016/{zoom}/{x}/{y}.png",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",polygon:[[[13.29535,52.392],[13.29502,52.40083],[13.19206,52.39937],[13.19241,52.39035],[13.14839,52.3897],[13.14877,52.38046],[13.11926,52.38001],[13.11888,52.38921],[13.08906,52.40693],[13.07431,52.4067],[13.07356,52.42447],[13.10259,52.43394],[13.10073,52.47912],[13.11534,52.47934],[13.11055,52.59579],[13.13972,52.60527],[13.18403,52.60593],[13.21212,52.63346],[13.27041,52.65222],[13.26973,52.67025],[13.31405,52.67086],[13.32953,52.65323],[13.43315,52.65458],[13.43254,52.67251],[13.44682,52.68189],[13.50593,52.68261],[13.50681,52.65545],[13.53643,52.6558],[13.53757,52.61964],[13.52288,52.61946],[13.52345,52.6017],[13.53842,52.59279],[13.56782,52.59313],[13.59798,52.58464],[13.5988,52.55755],[13.62826,52.55788],[13.65822,52.53124],[13.67314,52.53139],[13.67365,52.51359],[13.65912,52.51344],[13.65989,52.48661],[13.68929,52.48692],[13.7188,52.47807],[13.73406,52.4604],[13.7636,52.46069],[13.76454,52.42482],[13.75027,52.42468],[13.75097,52.39814],[13.70722,52.37923],[13.70772,52.36111],[13.67826,52.36081],[13.67876,52.34302],[13.66428,52.34287],[13.66454,52.33367],[13.62038,52.33319],[13.61959,52.36012],[13.58956,52.37786],[13.5313,52.37719],[13.53103,52.38581],[13.44254,52.38473],[13.42861,52.36674],[13.38418,52.36617],[13.35417,52.39279],[13.29535,52.392]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2016"},{id:"Berlin-2017",name:"Berlin aerial photography 2017",type:"tms",template:"https://tiles.codefor.de/berlin-2017/{zoom}/{x}/{y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",polygon:[[[13.29535,52.392],[13.29502,52.40083],[13.19206,52.39937],[13.19241,52.39035],[13.14839,52.3897],[13.14877,52.38046],[13.11926,52.38001],[13.11888,52.38921],[13.08906,52.40693],[13.07431,52.4067],[13.07356,52.42447],[13.10259,52.43394],[13.10073,52.47912],[13.11534,52.47934],[13.11055,52.59579],[13.13972,52.60527],[13.18403,52.60593],[13.21212,52.63346],[13.27041,52.65222],[13.26973,52.67025],[13.31405,52.67086],[13.32953,52.65323],[13.43315,52.65458],[13.43254,52.67251],[13.44682,52.68189],[13.50593,52.68261],[13.50681,52.65545],[13.53643,52.6558],[13.53757,52.61964],[13.52288,52.61946],[13.52345,52.6017],[13.53842,52.59279],[13.56782,52.59313],[13.59798,52.58464],[13.5988,52.55755],[13.62826,52.55788],[13.65822,52.53124],[13.67314,52.53139],[13.67365,52.51359],[13.65912,52.51344],[13.65989,52.48661],[13.68929,52.48692],[13.7188,52.47807],[13.73406,52.4604],[13.7636,52.46069],[13.76454,52.42482],[13.75027,52.42468],[13.75097,52.39814],[13.70722,52.37923],[13.70772,52.36111],[13.67826,52.36081],[13.67876,52.34302],[13.66428,52.34287],[13.66454,52.33367],[13.62038,52.33319],[13.61959,52.36012],[13.58956,52.37786],[13.5313,52.37719],[13.53103,52.38581],[13.44254,52.38473],[13.42861,52.36674],[13.38418,52.36617],[13.35417,52.39279],[13.29535,52.392]]],terms_text:"Geoportal Berlin/Digitale farbige Orthophotos 2017",best:true},{id:"Berlin-2017-infrared",name:"Berlin aerial photography 2017 (infrared)",type:"tms",template:"https://tiles.codefor.de/berlin-2017i/{zoom}/{x}/{y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",polygon:[[[13.29535,52.392],[13.29502,52.40083],[13.19206,52.39937],[13.19241,52.39035],[13.14839,52.3897],[13.14877,52.38046],[13.11926,52.38001],[13.11888,52.38921],[13.08906,52.40693],[13.07431,52.4067],[13.07356,52.42447],[13.10259,52.43394],[13.10073,52.47912],[13.11534,52.47934],[13.11055,52.59579],[13.13972,52.60527],[13.18403,52.60593],[13.21212,52.63346],[13.27041,52.65222],[13.26973,52.67025],[13.31405,52.67086],[13.32953,52.65323],[13.43315,52.65458],[13.43254,52.67251],[13.44682,52.68189],[13.50593,52.68261],[13.50681,52.65545],[13.53643,52.6558],[13.53757,52.61964],[13.52288,52.61946],[13.52345,52.6017],[13.53842,52.59279],[13.56782,52.59313],[13.59798,52.58464],[13.5988,52.55755],[13.62826,52.55788],[13.65822,52.53124],[13.67314,52.53139],[13.67365,52.51359],[13.65912,52.51344],[13.65989,52.48661],[13.68929,52.48692],[13.7188,52.47807],[13.73406,52.4604],[13.7636,52.46069],[13.76454,52.42482],[13.75027,52.42468],[13.75097,52.39814],[13.70722,52.37923],[13.70772,52.36111],[13.67826,52.36081],[13.67876,52.34302],[13.66428,52.34287],[13.66454,52.33367],[13.62038,52.33319],[13.61959,52.36012],[13.58956,52.37786],[13.5313,52.37719],[13.53103,52.38581],[13.44254,52.38473],[13.42861,52.36674],[13.38418,52.36617],[13.35417,52.39279],[13.29535,52.392]]],terms_text:"Geoportal Berlin/Digitale Color-Infrarot-Orthophotos 2017"},{id:"Bing",name:"Bing aerial imagery",type:"bing",template:"https://www.bing.com/maps",zoomExtent:[0,22],"default":true,description:"Satellite and aerial imagery.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/Bing.png"},{id:"Bologna-Orthophoto-2017",name:"Bologna ortofoto 2017",type:"tms",template:"https://sitmappe.comune.bologna.it/tms/tileserver/Ortofoto2017/{zoom}/{x}/{y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",zoomExtent:[0,19],polygon:[[[11.22962,44.53077],[11.23184,44.52461],[11.24123,44.52167],[11.23251,44.50893],[11.23572,44.50323],[11.25009,44.50116],[11.24765,44.49644],[11.25708,44.49765],[11.25653,44.49294],[11.29461,44.48981],[11.29676,44.4857],[11.28807,44.47586],[11.29226,44.4609],[11.28447,44.45459],[11.28228,44.42572],[11.29347,44.4276],[11.29254,44.43377],[11.31339,44.42103],[11.32504,44.42274],[11.33695,44.42772],[11.33765,44.43167],[11.3315,44.43273],[11.33453,44.43867],[11.34466,44.43594],[11.34498,44.44093],[11.36235,44.45099],[11.37312,44.44935],[11.37498,44.45897],[11.39499,44.46368],[11.4011,44.46122],[11.39464,44.46803],[11.41577,44.48376],[11.42559,44.4845],[11.42717,44.48921],[11.41727,44.4906],[11.43363,44.51312],[11.42692,44.51532],[11.43034,44.5196],[11.42466,44.51959],[11.41987,44.52934],[11.4143,44.52564],[11.40739,44.52851],[11.41487,44.53999],[11.38871,44.54145],[11.39082,44.54553],[11.36474,44.55253],[11.36414,44.55609],[11.3573,44.5519],[11.34375,44.55333],[11.33589,44.54299],[11.33145,44.54734],[11.31349,44.54722],[11.30929,44.5295],[11.29104,44.53581],[11.28179,44.54851],[11.26911,44.53248],[11.25118,44.55578],[11.24499,44.55569],[11.22962,44.53077]]],terms_url:"http://dati.comune.bologna.it/node/3449",terms_text:"© Comune di Bologna cc-by 4.0 ODbL compliant",best:true},{id:"Bonvillars-2013",name:"Bonvillars Orthophoto 2013",type:"tms",template:"https://osmdata.asitvd.ch/tiles/bonvillars2013/{zoom}/{x}/{y}.png",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[14,20],polygon:[[[6.66713,46.83358],[6.66313,46.83833],[6.67213,46.84191],[6.6749,46.84226],[6.67843,46.83807],[6.66713,46.83358]]],terms_url:"https://osmdata.asitvd.ch/",terms_text:"Bonvillars - Orthophoto technique 2013"},{id:"Bordeaux_2012",name:"Bordeaux - 2012",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2012/{zoom}/{x}/{y}",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[-0.59923,45.04193],[-0.54231,45.02757],[-0.50979,45.00601],[-0.47727,45.00206],[-0.47066,44.97367],[-0.45542,44.95102],[-0.46456,44.91792],[-0.4732,44.91936],[-0.48794,44.90928],[-0.4981,44.89057],[-0.48946,44.87797],[-0.4666,44.87076],[-0.47625,44.84735],[-0.49505,44.83978],[-0.49099,44.83186],[-0.46965,44.82537],[-0.49709,44.80446],[-0.52453,44.80013],[-0.5103,44.76767],[-0.53469,44.76515],[-0.56213,44.75107],[-0.5601,44.74169],[-0.5728,44.74133],[-0.59465,44.7601],[-0.63429,44.73989],[-0.65004,44.77705],[-0.67901,44.77489],[-0.68816,44.77922],[-0.71509,44.76839],[-0.75168,44.7471],[-0.76336,44.75577],[-0.73846,44.77561],[-0.74202,44.78571],[-0.72779,44.81239],[-0.73999,44.82861],[-0.76438,44.82933],[-0.803,44.82176],[-0.8401,44.82753],[-0.83908,44.84014],[-0.87567,44.85023],[-0.88532,44.85852],[-0.88685,44.88769],[-0.86601,44.88697],[-0.84569,44.89669],[-0.83349,44.92764],[-0.81825,44.92764],[-0.80198,44.92224],[-0.79843,44.9485],[-0.78725,44.94814],[-0.75574,44.97007],[-0.72169,44.95785],[-0.69578,44.93087],[-0.68866,44.93447],[-0.67139,44.93267],[-0.66935,44.94095],[-0.62514,44.95066],[-0.63226,44.95893],[-0.63124,44.9672],[-0.60024,44.96756],[-0.55146,44.97834],[-0.54079,44.97726],[-0.55451,44.99739],[-0.59364,45.01751],[-0.60787,45.03403],[-0.59923,45.04193]]],terms_text:"Communauté urbaine de Bordeaux - 2012"},{id:"Bordeaux_2016",name:"Bordeaux 2016",type:"tms",template:"http://tms.bordeaux.inria.fr/bdx2016/{zoom}/{x}/{y}.jpg",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[14,20],polygon:[[[-0.59923,45.04193],[-0.54231,45.02757],[-0.50979,45.00601],[-0.47727,45.00206],[-0.47066,44.97367],[-0.45542,44.95102],[-0.46456,44.91792],[-0.4732,44.91936],[-0.48794,44.90928],[-0.4981,44.89057],[-0.48946,44.87797],[-0.4666,44.87076],[-0.47625,44.84735],[-0.49505,44.83978],[-0.49099,44.83186],[-0.46965,44.82537],[-0.49709,44.80446],[-0.52453,44.80013],[-0.5103,44.76767],[-0.53469,44.76515],[-0.56213,44.75107],[-0.5601,44.74169],[-0.5728,44.74133],[-0.59465,44.7601],[-0.63429,44.73989],[-0.65004,44.77705],[-0.67901,44.77489],[-0.68816,44.77922],[-0.71509,44.76839],[-0.75168,44.7471],[-0.76336,44.75577],[-0.73846,44.77561],[-0.74202,44.78571],[-0.72779,44.81239],[-0.73999,44.82861],[-0.76438,44.82933],[-0.803,44.82176],[-0.8401,44.82753],[-0.83908,44.84014],[-0.87567,44.85023],[-0.88532,44.85852],[-0.88685,44.88769],[-0.86601,44.88697],[-0.84569,44.89669],[-0.83349,44.92764],[-0.81825,44.92764],[-0.80198,44.92224],[-0.79843,44.9485],[-0.78725,44.94814],[-0.75574,44.97007],[-0.72169,44.95785],[-0.69578,44.93087],[-0.68866,44.93447],[-0.67139,44.93267],[-0.66935,44.94095],[-0.62514,44.95066],[-0.63226,44.95893],[-0.63124,44.9672],[-0.60024,44.96756],[-0.55146,44.97834],[-0.54079,44.97726],[-0.55451,44.99739],[-0.59364,45.01751],[-0.60787,45.03403],[-0.59923,45.04193]]],terms_text:"Bordeaux Métropole - 2016"},{id:"branquinha_al",name:"Branquinha AL",type:"wms",template:"http://geoserver.dados.al.gov.br:8080/geoserver/Alagoas/ows?service=WMS&version=1.1.0&request=GetMap&layers=Branquinha&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-35.96968,-9.2928],[-35.97063,-9.20261],[-35.97727,-9.20264],[-35.98365,-9.2027],[-35.98765,-9.20266],[-35.99159,-9.20274],[-36.00498,-9.20284],[-36.01473,-9.20293],[-36.01651,-9.20296],[-36.01871,-9.20293],[-36.02487,-9.20286],[-36.02892,-9.20297],[-36.03308,-9.20289],[-36.03769,-9.20294],[-36.04581,-9.203],[-36.05161,-9.20305],[-36.05457,-9.20301],[-36.06022,-9.20304],[-36.06191,-9.20304],[-36.0618,-9.21319],[-36.06167,-9.21806],[-36.06156,-9.21915],[-36.06163,-9.22156],[-36.06144,-9.22277],[-36.06139,-9.22716],[-36.06134,-9.23227],[-36.0614,-9.23391],[-36.06145,-9.23494],[-36.06131,-9.23646],[-36.06133,-9.23773],[-36.06142,-9.23905],[-36.06145,-9.24133],[-36.06136,-9.2423],[-36.06141,-9.24358],[-36.06139,-9.2453],[-36.06126,-9.24726],[-36.06123,-9.24949],[-36.06127,-9.25107],[-36.06121,-9.25517],[-36.06119,-9.25795],[-36.06107,-9.25945],[-36.06109,-9.26183],[-36.06106,-9.26493],[-36.06086,-9.27146],[-36.06083,-9.2751],[-36.06074,-9.28274],[-36.0608,-9.29234],[-36.06074,-9.29363],[-36.05477,-9.29357],[-36.04621,-9.29349],[-36.03941,-9.29348],[-36.03501,-9.29339],[-36.02979,-9.29341],[-36.02167,-9.29332],[-36.01278,-9.29328],[-36.00468,-9.29321],[-35.99678,-9.29314],[-35.98969,-9.29312],[-35.98483,-9.29305],[-35.98305,-9.29289],[-35.98173,-9.29294],[-35.97884,-9.29282],[-35.96968,-9.2928]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"British_Columbia_Mosaic",name:"British Columbia Mosaic",type:"tms",template:"http://{switch:a,b,c,d}.imagery.paulnorman.ca/tiles/bc_mosaic/{zoom}/{x}/{y}.png",endDate:"2013-06-01T00:00:00.000Z",startDate:"2009-01-01T00:00:00.000Z",zoomExtent:[9,20],polygon:[[[-123.3176,49.32726],[-123.44053,49.32682],[-123.44072,49.33844],[-123.43984,49.34304],[-123.44013,49.34354],[-123.44011,49.34399],[-123.44063,49.34445],[-123.44047,49.34558],[-123.43978,49.34606],[-123.43897,49.34613],[-123.43729,49.35672],[-123.43748,49.37108],[-123.43353,49.37094],[-123.43304,49.37373],[-123.43327,49.37512],[-123.43228,49.3761],[-123.43175,49.37917],[-123.43143,49.37959],[-123.43078,49.38239],[-123.43134,49.38274],[-123.43121,49.38385],[-123.43004,49.38459],[-123.41899,49.38471],[-123.41922,49.41352],[-123.39725,49.41357],[-123.39728,49.42435],[-123.40069,49.42433],[-123.40077,49.57035],[-123.40008,49.57035],[-123.40108,49.59338],[-123.37604,49.59328],[-123.37698,49.67561],[-123.35073,49.67564],[-123.3508,49.70868],[-123.33289,49.70872],[-123.33279,49.72563],[-123.30071,49.72556],[-123.30092,49.73754],[-123.2886,49.73764],[-123.28878,49.82492],[-123.2998,49.82492],[-123.30117,49.84978],[-123.32182,49.85067],[-123.32733,49.85777],[-123.32767,49.97589],[-123.30083,49.97522],[-123.30072,50.0997],[-123.25017,50.10074],[-123.25091,50.27549],[-123.02243,50.27556],[-123.02249,50.32549],[-123.00093,50.32547],[-123.00078,50.34239],[-122.9775,50.34234],[-122.97748,50.35043],[-122.95081,50.3505],[-122.95079,50.3712],[-122.93252,50.37115],[-122.9321,50.39979],[-122.88742,50.39997],[-122.88734,50.42561],[-122.66202,50.4257],[-122.66231,50.39945],[-122.59903,50.39924],[-122.59883,50.37552],[-122.57248,50.37537],[-122.57356,50.24939],[-122.59904,50.24946],[-122.59915,50.22657],[-122.6185,50.22664],[-122.61857,50.22441],[-122.64906,50.22451],[-122.64922,50.19935],[-122.73086,50.19938],[-122.73116,50.12443],[-122.74904,50.12451],[-122.74905,50.0903],[-122.76878,50.09034],[-122.76898,49.94945],[-122.99905,49.94947],[-122.99912,49.87546],[-122.97759,49.87546],[-122.97781,49.69951],[-122.99924,49.69948],[-122.99925,49.65165],[-123.02215,49.65165],[-123.02212,49.59951],[-123.04919,49.59946],[-123.04919,49.59405],[-123.06646,49.59404],[-123.06636,49.54519],[-123.06999,49.54512],[-123.0699,49.54132],[-123.07068,49.53928],[-123.07089,49.53799],[-123.07115,49.53688],[-123.07111,49.53581],[-123.07138,49.53282],[-123.07165,49.53211],[-123.07171,49.53139],[-123.07203,49.53042],[-123.07396,49.53035],[-123.0748,49.5295],[-123.07482,49.52881],[-123.07434,49.52806],[-123.07353,49.52746],[-123.07337,49.52704],[-123.07329,49.52559],[-123.07371,49.52496],[-123.07362,49.52449],[-123.09926,49.52449],[-123.09916,49.47545],[-123.07105,49.47553],[-123.07109,49.4663],[-123.07392,49.46631],[-123.07422,49.4505],[-123.07463,49.45009],[-123.07465,49.44933],[-123.0746,49.44902],[-123.07446,49.44869],[-123.07433,49.44799],[-123.07424,49.44777],[-123.07431,49.44475],[-123.07471,49.44476],[-123.07464,49.43773],[-122.99965,49.43774],[-122.99965,49.43692],[-122.86062,49.44153],[-122.81026,49.4424],[-122.8099,49.37667],[-122.40361,49.37666],[-122.40363,49.37719],[-122.26474,49.3773],[-122.26354,49.23601],[-122.21557,49.23614],[-122.0581,49.23588],[-121.95383,49.29665],[-121.94009,49.30454],[-121.92358,49.31423],[-121.89909,49.32254],[-121.88834,49.32598],[-121.8553,49.33636],[-121.8327,49.34415],[-121.76713,49.36544],[-121.67367,49.36546],[-121.64042,49.37438],[-121.5962,49.38605],[-121.58612,49.38792],[-121.52137,49.39946],[-121.51174,49.40384],[-121.46793,49.4229],[-121.44168,49.43456],[-121.42243,49.43458],[-121.34629,49.39323],[-121.34801,49.34124],[-121.5135,49.32058],[-121.60317,49.27717],[-121.65841,49.18561],[-121.67995,49.16541],[-121.78158,49.07026],[-121.80762,49.06225],[-121.9394,49.06362],[-121.97255,49.04242],[-121.99214,49.03329],[-122.00353,49.02734],[-122.01786,49.02411],[-122.11086,48.99928],[-122.14931,48.99953],[-122.14927,48.99915],[-122.19914,48.9996],[-122.19918,48.9992],[-122.23436,48.99948],[-122.23436,49.00017],[-122.39947,49.00124],[-122.45213,49.00163],[-122.45213,49.00088],[-122.45841,49.00093],[-122.45848,48.99931],[-122.49925,48.9995],[-122.49925,48.99929],[-122.54926,48.99951],[-122.54926,48.99932],[-122.65808,48.99942],[-122.65811,48.9954],[-122.70676,48.99553],[-122.75198,48.99564],[-122.79221,48.99572],[-122.79219,48.99943],[-123.03504,48.99957],[-123.03504,49.0001],[-123.03971,49.00005],[-123.03974,49.00018],[-123.04855,49.00013],[-123.04853,49.00047],[-123.05571,49.00045],[-123.05563,49.00023],[-123.06414,49.00013],[-123.06416,48.99994],[-123.0749,48.99969],[-123.07507,49.00062],[-123.08996,49.00037],[-123.10923,48.99994],[-123.12712,49.0003],[-123.136,48.99987],[-123.13627,49.00058],[-123.15385,48.99981],[-123.15405,49.00068],[-123.171,49.00013],[-123.20009,48.99968],[-123.20034,49.04978],[-123.21088,49.04972],[-123.21122,49.05199],[-123.20705,49.05209],[-123.20789,49.06079],[-123.21917,49.0601],[-123.21896,49.06127],[-123.22518,49.06127],[-123.22539,49.06224],[-123.22971,49.06203],[-123.22981,49.06859],[-123.23319,49.06873],[-123.2335,49.07059],[-123.24931,49.07025],[-123.24973,49.08026],[-123.27514,49.0804],[-123.27514,49.08709],[-123.29948,49.0873],[-123.29944,49.08025],[-123.32545,49.08039],[-123.32544,49.11547],[-123.2751,49.15033],[-123.27518,49.18733],[-123.27881,49.18711],[-123.27889,49.19107],[-123.30048,49.19107],[-123.30042,49.26229],[-123.31262,49.26224],[-123.3126,49.27149],[-123.31543,49.27147],[-123.31566,49.28189],[-123.31747,49.28188],[-123.3175,49.29185],[-123.31904,49.29185],[-123.31907,49.2986],[-123.32023,49.29857],[-123.32028,49.30197],[-123.32227,49.30196],[-123.32239,49.31183],[-123.3254,49.31181],[-123.32539,49.32017],[-123.31927,49.3202],[-123.31922,49.32467],[-123.31794,49.32466],[-123.31799,49.32541],[-123.3176,49.32726]]],terms_url:"http://imagery.paulnorman.ca/tiles/about.html",terms_text:"Copyright Province of British Columbia, City of Surrey"},{id:"Budapest_XI_2015",name:"Budapest district XI orthophoto 2015",type:"wms",template:"http://terinfo.ujbuda.hu/mapproxy/service?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orto2015_20160304&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[19.04767,47.48789],[19.05157,47.4899],[19.06434,47.4792],[19.0665,47.47632],[19.06766,47.47343],[19.06837,47.47077],[19.06846,47.46876],[19.06722,47.46501],[19.05683,47.45259],[19.0549,47.44906],[19.05176,47.43499],[19.04863,47.429],[19.04384,47.42968],[19.04023,47.42932],[19.03509,47.43818],[19.03221,47.43779],[19.0252,47.442],[19.0207,47.44576],[19.01915,47.44658],[19.01545,47.44759],[19.01347,47.44361],[19.01266,47.44271],[19.01178,47.44247],[19.0119,47.44188],[19.0098,47.43944],[19.0057,47.43111],[19.00046,47.43097],[18.99534,47.42821],[18.97545,47.42818],[18.97343,47.42904],[18.97361,47.42998],[18.97548,47.43067],[18.97719,47.43402],[18.97823,47.43817],[18.97733,47.44657],[18.97004,47.44988],[18.96861,47.45142],[18.97568,47.45506],[18.97586,47.45556],[18.97625,47.45584],[18.97658,47.45594],[18.97763,47.45597],[18.98017,47.45605],[18.98162,47.46067],[18.97793,47.46857],[18.96867,47.47643],[18.97745,47.48194],[18.98035,47.48169],[18.98565,47.4782],[18.98907,47.47838],[18.99117,47.47898],[18.99177,47.48102],[18.99288,47.48182],[18.99836,47.48238],[18.99902,47.483],[19.004,47.48189],[19.00416,47.48399],[19.01027,47.48535],[19.01237,47.48404],[19.0138,47.48351],[19.01674,47.48465],[19.0163,47.48539],[19.01689,47.48595],[19.01808,47.48605],[19.02108,47.48492],[19.02124,47.48612],[19.02301,47.48741],[19.02637,47.48885],[19.02995,47.48904],[19.03135,47.48855],[19.03189,47.48759],[19.03286,47.48712],[19.03364,47.48702],[19.03514,47.48725],[19.03585,47.48729],[19.03616,47.48751],[19.03665,47.48767],[19.03748,47.48774],[19.03847,47.48737],[19.03918,47.48679],[19.04105,47.48649],[19.04181,47.48737],[19.04387,47.4881],[19.04542,47.48817],[19.04695,47.4881],[19.04767,47.48789]]],terms_url:"http://terinfo.ujbuda.hu",terms_text:"Budapest XI. kerület önkormányzata",description:"5 cm resolution bald image"},{id:"Budapest_XI_2017",name:"Budapest district XI orthophoto 2017",type:"wms",template:"http://terinfo.ujbuda.hu/mapproxy/service?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orto_2017&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2017-03-01T00:00:00.000Z",startDate:"2017-03-01T00:00:00.000Z",polygon:[[[19.04767,47.48789],[19.05157,47.4899],[19.06434,47.4792],[19.0665,47.47632],[19.06766,47.47343],[19.06837,47.47077],[19.06846,47.46876],[19.06722,47.46501],[19.05683,47.45259],[19.0549,47.44906],[19.05176,47.43499],[19.04863,47.429],[19.04384,47.42968],[19.04023,47.42932],[19.03509,47.43818],[19.03221,47.43779],[19.0252,47.442],[19.0207,47.44576],[19.01915,47.44658],[19.01545,47.44759],[19.01347,47.44361],[19.01266,47.44271],[19.01178,47.44247],[19.0119,47.44188],[19.0098,47.43944],[19.0057,47.43111],[19.00046,47.43097],[18.99534,47.42821],[18.97545,47.42818],[18.97343,47.42904],[18.97361,47.42998],[18.97548,47.43067],[18.97719,47.43402],[18.97823,47.43817],[18.97733,47.44657],[18.97004,47.44988],[18.96861,47.45142],[18.97568,47.45506],[18.97586,47.45556],[18.97625,47.45584],[18.97658,47.45594],[18.97763,47.45597],[18.98017,47.45605],[18.98162,47.46067],[18.97793,47.46857],[18.96867,47.47643],[18.97745,47.48194],[18.98035,47.48169],[18.98565,47.4782],[18.98907,47.47838],[18.99117,47.47898],[18.99177,47.48102],[18.99288,47.48182],[18.99836,47.48238],[18.99902,47.483],[19.004,47.48189],[19.00416,47.48399],[19.01027,47.48535],[19.01237,47.48404],[19.0138,47.48351],[19.01674,47.48465],[19.0163,47.48539],[19.01689,47.48595],[19.01808,47.48605],[19.02108,47.48492],[19.02124,47.48612],[19.02301,47.48741],[19.02637,47.48885],[19.02995,47.48904],[19.03135,47.48855],[19.03189,47.48759],[19.03286,47.48712],[19.03364,47.48702],[19.03514,47.48725],[19.03585,47.48729],[19.03616,47.48751],[19.03665,47.48767],[19.03748,47.48774],[19.03847,47.48737],[19.03918,47.48679],[19.04105,47.48649],[19.04181,47.48737],[19.04387,47.4881],[19.04542,47.48817],[19.04695,47.4881],[19.04767,47.48789]]],terms_url:"http://terinfo.ujbuda.hu",terms_text:"Budapest XI. kerület önkormányzata",best:true,description:"5 cm resolution bald image"},{id:"Cadastre",name:"Cadastre",type:"tms",template:"http://tms.cadastre.openstreetmap.fr/*/tout/{zoom}/{x}/{y}.png",zoomExtent:[12,22],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]]],terms_url:"https://wiki.openstreetmap.org/wiki/WikiProject_Cadastre_Fran%C3%A7ais/Conditions_d%27utilisation",terms_text:"cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2018",description:"French land registry",icon:"https://svn.openstreetmap.org/applications/editors/josm/plugins/cadastre-fr/images/cadastre_small.png"},{id:"lu.geoportail.opendata.cadastre",name:"Cadastre geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/cadastre/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png",zoomExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/plan-cadastral-numerise-pcn-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"cajueiro_al",name:"Cajueiro AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Cajueiro&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.10753,-9.43884],[-36.10752,-9.43421],[-36.10767,-9.42959],[-36.10779,-9.42361],[-36.10769,-9.41927],[-36.10781,-9.41391],[-36.10803,-9.41094],[-36.1081,-9.40965],[-36.10811,-9.40747],[-36.10816,-9.40693],[-36.10819,-9.40418],[-36.10811,-9.40176],[-36.10817,-9.40002],[-36.10827,-9.39952],[-36.10827,-9.39646],[-36.10833,-9.39475],[-36.10832,-9.39273],[-36.10836,-9.3904],[-36.10841,-9.38447],[-36.10847,-9.38165],[-36.10846,-9.37767],[-36.10835,-9.37573],[-36.10845,-9.37432],[-36.10849,-9.37234],[-36.10845,-9.3697],[-36.10867,-9.36278],[-36.10863,-9.36102],[-36.10873,-9.35928],[-36.10874,-9.35736],[-36.10855,-9.35479],[-36.1087,-9.3523],[-36.10871,-9.34996],[-36.10873,-9.34893],[-36.11269,-9.34908],[-36.11726,-9.34912],[-36.12138,-9.34905],[-36.12806,-9.3491],[-36.13217,-9.34906],[-36.13694,-9.34915],[-36.14025,-9.34914],[-36.14134,-9.34932],[-36.14458,-9.34916],[-36.14684,-9.34914],[-36.14842,-9.34905],[-36.15276,-9.34907],[-36.154,-9.34922],[-36.15627,-9.34923],[-36.16026,-9.34921],[-36.16086,-9.34929],[-36.166,-9.34933],[-36.16938,-9.34942],[-36.17176,-9.34936],[-36.17628,-9.34945],[-36.18028,-9.34937],[-36.18227,-9.34946],[-36.18826,-9.34938],[-36.19039,-9.34945],[-36.19354,-9.34946],[-36.19552,-9.34941],[-36.19918,-9.34951],[-36.19926,-9.35146],[-36.19913,-9.35234],[-36.19912,-9.35353],[-36.19919,-9.35646],[-36.19922,-9.35771],[-36.1993,-9.35832],[-36.19933,-9.36112],[-36.19922,-9.36177],[-36.19918,-9.36258],[-36.19931,-9.364],[-36.19926,-9.36499],[-36.19922,-9.36563],[-36.19928,-9.3666],[-36.19917,-9.36796],[-36.19917,-9.36868],[-36.19922,-9.36911],[-36.19912,-9.37017],[-36.19887,-9.37149],[-36.19886,-9.37264],[-36.19902,-9.37322],[-36.19915,-9.37504],[-36.19911,-9.37688],[-36.19896,-9.37747],[-36.19899,-9.37915],[-36.19917,-9.38053],[-36.19919,-9.38124],[-36.19926,-9.38175],[-36.19928,-9.38302],[-36.19913,-9.38374],[-36.19908,-9.38592],[-36.19879,-9.38787],[-36.19881,-9.38935],[-36.19902,-9.39092],[-36.19904,-9.392],[-36.19899,-9.39348],[-36.1988,-9.39451],[-36.19867,-9.39705],[-36.19845,-9.39949],[-36.19864,-9.40313],[-36.19866,-9.40476],[-36.19865,-9.40836],[-36.19875,-9.40902],[-36.19857,-9.41058],[-36.19859,-9.41273],[-36.19874,-9.41446],[-36.19868,-9.41711],[-36.1986,-9.41902],[-36.19846,-9.41965],[-36.1985,-9.42235],[-36.19871,-9.42429],[-36.19858,-9.42697],[-36.1984,-9.42895],[-36.19857,-9.43412],[-36.19871,-9.4347],[-36.19865,-9.43595],[-36.19857,-9.43626],[-36.19859,-9.43667],[-36.19876,-9.43749],[-36.19889,-9.43905],[-36.19882,-9.43995],[-36.1785,-9.43977],[-36.17718,-9.43968],[-36.17265,-9.43967],[-36.17099,-9.43971],[-36.16396,-9.43963],[-36.15386,-9.4395],[-36.13983,-9.4393],[-36.12875,-9.43913],[-36.11497,-9.43892],[-36.10753,-9.43884]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"osm-cambodia_laos_thailand_vietnam-bilingual",name:"Cambodia, Laos, Thailand, Vietnam, Malaysia, Myanmar bilingual",type:"tms",template:"https://{switch:a,b,c,d}.tile.osm-tools.org/osm/{zoom}/{x}/{y}.png",zoomExtent:[0,20],polygon:[[[92.10238,20.81356],[93.56905,24.09755],[94.1733,23.92695],[95.19503,26.70727],[96.75509,27.52867],[97.58456,28.5806],[98.73812,27.51405],[98.74362,25.87992],[97.67794,24.75774],[97.96359,24.04238],[98.82052,24.16272],[99.52364,22.95934],[100.36959,21.50514],[101.79232,22.48305],[105.36288,23.33311],[106.81857,22.84801],[108.19735,21.36197],[107.43895,18.85398],[117.14537,7.46562],[119.6173,5.28754],[118.12315,4.05023],[117.25523,4.36249],[115.86546,4.34606],[115.50841,3.02498],[114.5526,1.5101],[113.54186,1.25748],[112.96507,1.5705],[112.24547,1.5101],[111.67418,1.01583],[110.4547,0.90049],[109.49889,1.9219],[103.22569,1.12568],[100.46263,3.23889],[97.6721,8.05888],[93.89281,15.93987],[92.10238,20.81356]]],terms_url:"http://www.osm-tools.org",terms_text:"© osm-tools.org & OpenStreetMap contributors, CC-BY-SA"},{id:"campo_alegre_al",name:"Campo Alegre AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Campo%20Alegre&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.30643,-9.82332],[-36.30603,-9.78597],[-36.30602,-9.78263],[-36.30609,-9.78168],[-36.30604,-9.78081],[-36.3059,-9.77531],[-36.30586,-9.76496],[-36.30545,-9.73336],[-36.39634,-9.73248],[-36.39627,-9.73744],[-36.39636,-9.74336],[-36.39644,-9.75535],[-36.3966,-9.75856],[-36.39665,-9.75979],[-36.39655,-9.76244],[-36.39661,-9.76489],[-36.39658,-9.76648],[-36.39661,-9.76684],[-36.39659,-9.7696],[-36.3967,-9.77896],[-36.39675,-9.78464],[-36.39684,-9.79067],[-36.39693,-9.79681],[-36.39703,-9.80298],[-36.39719,-9.82033],[-36.39722,-9.82234],[-36.39392,-9.82233],[-36.35375,-9.82279],[-36.34822,-9.82286],[-36.31697,-9.82317],[-36.31191,-9.82324],[-36.30879,-9.82327],[-36.30643,-9.82332]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"canaan_drone_red_cross_201712",name:"Canaan - American Red Cross, Dec-2017",type:"tms",template:"https://tiles.openaerialmap.org/5ac65a9f91b5310010e0d489/0/5ac65a9f91b5310010e0d48a/{zoom}/{x}/{y}.png",endDate:"2017-12-20T00:00:00.000Z",startDate:"2017-12-11T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[-72.26734,18.63561],[-72.2636,18.6373],[-72.26116,18.64141],[-72.25983,18.64588],[-72.25811,18.64742],[-72.24502,18.64795],[-72.23433,18.64807],[-72.22734,18.6482],[-72.21953,18.65438],[-72.2161,18.65446],[-72.21584,18.66222],[-72.21725,18.66739],[-72.21889,18.67019],[-72.22309,18.66958],[-72.22343,18.67312],[-72.22502,18.6732],[-72.22545,18.67609],[-72.23288,18.67597],[-72.23339,18.67877],[-72.23674,18.67857],[-72.23854,18.67975],[-72.24,18.68129],[-72.24463,18.68207],[-72.24682,18.6817],[-72.24605,18.67698],[-72.25094,18.67698],[-72.25511,18.67902],[-72.25961,18.67898],[-72.26081,18.67743],[-72.27038,18.67711],[-72.27901,18.67682],[-72.28373,18.67893],[-72.28613,18.68154],[-72.29665,18.68178],[-72.30184,18.68568],[-72.3012,18.68824],[-72.30802,18.69324],[-72.30948,18.69308],[-72.31699,18.69682],[-72.32806,18.70528],[-72.3384,18.69902],[-72.34012,18.69666],[-72.33961,18.69426],[-72.33377,18.68357],[-72.33135,18.68192],[-72.32551,18.68093],[-72.32027,18.67741],[-72.31626,18.67477],[-72.31167,18.672],[-72.308,18.66995],[-72.30534,18.66926],[-72.30068,18.66499],[-72.29796,18.66479],[-72.29609,18.66129],[-72.29315,18.65999],[-72.29519,18.65497],[-72.28414,18.64962],[-72.27804,18.64523],[-72.27487,18.64212],[-72.27352,18.64057],[-72.2706,18.63901],[-72.26734,18.63561]]],terms_url:"http://americanredcross.github.io/",terms_text:"American Red Cross",description:"Drone imagery collected December 2017 for Canaan, Haiti by American Red Cross in coordination with the Haitian Red Cross."},{id:"Geneve-SITG-2011",name:"Canton de Génève 5cm (SITG 2011)",type:"wms",template:"https://ge.ch/ags2/services/Orthophotos_2011/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[6.18221,46.22618],[6.18348,46.22772],[6.18929,46.23329],[6.19196,46.23858],[6.19253,46.24239],[6.19061,46.24397],[6.19046,46.24654],[6.19256,46.25045],[6.19186,46.25262],[6.19325,46.256],[6.19287,46.25776],[6.19543,46.26181],[6.1979,46.26454],[6.20045,46.26569],[6.20917,46.26634],[6.21716,46.27388],[6.22046,46.27895],[6.2275,46.28649],[6.23433,46.28955],[6.23643,46.2932],[6.24074,46.29774],[6.23958,46.30396],[6.2413,46.30529],[6.2432,46.30453],[6.24513,46.30492],[6.24627,46.30372],[6.24983,46.3027],[6.25032,46.3014],[6.24938,46.30018],[6.25146,46.29647],[6.25063,46.29451],[6.25223,46.29382],[6.25429,46.2907],[6.25231,46.28735],[6.25032,46.2868],[6.24974,46.28574],[6.24636,46.28433],[6.24323,46.28428],[6.23985,46.28098],[6.23934,46.27627],[6.24372,46.27356],[6.25113,46.26258],[6.26244,46.2553],[6.26301,46.25457],[6.262,46.25215],[6.26736,46.24887],[6.27732,46.25211],[6.27725,46.25298],[6.2832,46.25503],[6.28231,46.25568],[6.28278,46.25677],[6.28868,46.26046],[6.29154,46.2644],[6.29457,46.26556],[6.29729,46.26489],[6.29783,46.2631],[6.29541,46.25827],[6.29663,46.2566],[6.3024,46.2558],[6.30678,46.25753],[6.311,46.25666],[6.30768,46.25184],[6.31046,46.25057],[6.31011,46.24749],[6.31156,46.24386],[6.29606,46.22501],[6.29012,46.22241],[6.27773,46.21493],[6.26707,46.21276],[6.25668,46.20926],[6.25089,46.20574],[6.25076,46.20456],[6.2495,46.20404],[6.24643,46.20454],[6.24251,46.20364],[6.23594,46.20541],[6.23347,46.20509],[6.22889,46.20172],[6.22323,46.20005],[6.22355,46.19881],[6.22257,46.19791],[6.21935,46.19765],[6.21688,46.19448],[6.21259,46.19189],[6.20727,46.19137],[6.20588,46.18908],[6.2034,46.18806],[6.20282,46.18642],[6.20035,46.18504],[6.19905,46.18296],[6.19615,46.18288],[6.1885,46.17967],[6.18751,46.17539],[6.18982,46.16584],[6.1748,46.15694],[6.1688,46.15624],[6.15829,46.15195],[6.15434,46.15141],[6.14952,46.14933],[6.14805,46.14748],[6.14832,46.14619],[6.14561,46.14417],[6.14244,46.14493],[6.13768,46.14217],[6.13692,46.14071],[6.13074,46.13946],[6.12598,46.13966],[6.12014,46.14181],[6.1077,46.14203],[6.10537,46.14313],[6.09746,46.14325],[6.09151,46.15095],[6.07476,46.14795],[6.07188,46.14908],[6.05295,46.15046],[6.04973,46.1468],[6.04862,46.14153],[6.04571,46.13916],[6.04287,46.14006],[6.04013,46.13894],[6.03783,46.13716],[6.03647,46.13381],[6.03531,46.13344],[6.03,46.13816],[6.02079,46.14024],[6.01693,46.14191],[6.01282,46.14119],[6.00814,46.14171],[6.00364,46.14088],[5.99338,46.1432],[5.98728,46.14171],[5.98464,46.14232],[5.98309,46.13712],[5.97603,46.1319],[5.97314,46.13081],[5.97037,46.13108],[5.96536,46.12882],[5.96163,46.12976],[5.9573,46.12767],[5.95575,46.12836],[5.95484,46.13214],[5.9589,46.13553],[5.96446,46.13738],[5.96517,46.13845],[5.9631,46.14241],[5.96383,46.14656],[5.97157,46.1558],[5.97884,46.16721],[5.98022,46.17354],[5.98322,46.17507],[5.98537,46.17478],[5.98754,46.17306],[5.99029,46.17955],[5.9936,46.18203],[5.98976,46.18692],[5.98287,46.18822],[5.98068,46.1904],[5.96282,46.1963],[5.96225,46.19719],[5.96465,46.20022],[5.97164,46.20302],[5.96985,46.20383],[5.96794,46.20675],[5.97227,46.21418],[5.97364,46.21563],[5.97897,46.21821],[6.00857,46.24444],[6.01422,46.24855],[6.06593,46.28345],[6.11511,46.31511],[6.12573,46.31843],[6.12972,46.31568],[6.12978,46.31407],[6.13604,46.30896],[6.14179,46.30555],[6.15393,46.30014],[6.17157,46.29507],[6.17125,46.29223],[6.17277,46.28629],[6.17018,46.28533],[6.16834,46.28109],[6.17201,46.27554],[6.1722,46.27301],[6.1691,46.26785],[6.16746,46.26217],[6.16531,46.26195],[6.16455,46.26274],[6.15943,46.25898],[6.15532,46.25216],[6.15387,46.25212],[6.15273,46.25037],[6.15311,46.2477],[6.15494,46.24591],[6.1521,46.23878],[6.15217,46.23273],[6.15034,46.22659],[6.15454,46.22191],[6.15483,46.22044],[6.15296,46.21738],[6.154,46.21355],[6.1571,46.21097],[6.16263,46.21043],[6.16387,46.2097],[6.16911,46.21191],[6.16867,46.21318],[6.17073,46.21478],[6.17471,46.21603],[6.18221,46.22618]],[[6.18834,46.34901],[6.18696,46.34862],[6.18195,46.35015],[6.17961,46.352],[6.17142,46.35444],[6.17022,46.35911],[6.17415,46.36036],[6.17272,46.36189],[6.17348,46.36288],[6.17999,46.36547],[6.1877,46.36132],[6.19447,46.36175],[6.19905,46.36086],[6.20113,46.35634],[6.20258,46.35567],[6.20791,46.35583],[6.21374,46.35379],[6.21247,46.35085],[6.20846,46.34665],[6.2086,46.33991],[6.20659,46.33792],[6.20493,46.33861],[6.20348,46.33793],[6.19181,46.34333],[6.19318,46.34787],[6.19076,46.3477],[6.18834,46.34901]],[[6.18182,46.34281],[6.18016,46.34318],[6.1752,46.34532],[6.17341,46.34398],[6.17324,46.34054],[6.1714,46.33952],[6.16588,46.34254],[6.16564,46.34339],[6.17091,46.35054],[6.17341,46.35029],[6.17458,46.35192],[6.17587,46.35205],[6.18579,46.34593],[6.18182,46.34281]]],terms_url:"http://ge.ch/sitg/donnees/conditions-d-utilisation/open-data",terms_text:"Orthophotos du SITG 2011"},{id:"CTFRIBOURG2016",name:"Canton Fribourg 2016",type:"tms",template:"https://mapproxy.osm.ch/tiles/fribourg_2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[1,21],polygon:[[[6.79478,46.57542],[6.79949,46.57407],[6.80256,46.57491],[6.80336,46.57687],[6.80427,46.57664],[6.80489,46.57792],[6.80794,46.57761],[6.8094,46.57885],[6.81084,46.57896],[6.81322,46.57823],[6.81153,46.58099],[6.8142,46.58396],[6.81411,46.58567],[6.8206,46.58368],[6.82371,46.57747],[6.82693,46.57796],[6.82927,46.57637],[6.83485,46.57533],[6.83744,46.57677],[6.83691,46.57748],[6.83982,46.57896],[6.84239,46.58244],[6.84532,46.58276],[6.84644,46.58394],[6.84857,46.58331],[6.85087,46.58113],[6.85262,46.58197],[6.85996,46.57987],[6.86554,46.57725],[6.86507,46.57623],[6.8679,46.57515],[6.87446,46.56497],[6.8845,46.56195],[6.88686,46.56341],[6.89214,46.5679],[6.89918,46.56671],[6.89885,46.56499],[6.89393,46.55991],[6.88822,46.55815],[6.86839,46.54164],[6.86498,46.53896],[6.86015,46.53597],[6.85563,46.54086],[6.85501,46.54144],[6.85087,46.54111],[6.8407,46.53819],[6.83032,46.53744],[6.82783,46.54298],[6.82553,46.54357],[6.81278,46.52707],[6.81088,46.52513],[6.81534,46.52139],[6.8181,46.5165],[6.82263,46.51411],[6.82429,46.51207],[6.83034,46.51246],[6.83239,46.50544],[6.83503,46.50231],[6.84126,46.49706],[6.84294,46.49632],[6.84554,46.49667],[6.84775,46.49369],[6.84891,46.49337],[6.85729,46.49305],[6.86276,46.49384],[6.86634,46.50079],[6.87244,46.50431],[6.88168,46.51257],[6.8967,46.52044],[6.89773,46.52005],[6.89711,46.51766],[6.89767,46.51483],[6.89522,46.51079],[6.89572,46.50773],[6.89974,46.51039],[6.90142,46.51233],[6.92517,46.50769],[6.92759,46.50467],[6.93363,46.50167],[6.93674,46.50096],[6.95614,46.49949],[6.97239,46.48879],[6.97581,46.4784],[6.97783,46.47289],[6.97815,46.46833],[6.97906,46.46107],[6.98016,46.45896],[6.99212,46.44891],[6.98361,46.43873],[6.98394,46.43799],[6.98746,46.43794],[7.01786,46.44707],[7.02103,46.45729],[7.06583,46.48904],[7.0724,46.4864],[7.10037,46.48699],[7.12279,46.49869],[7.1264,46.50317],[7.13096,46.50466],[7.13624,46.50861],[7.13704,46.51308],[7.14005,46.51688],[7.14044,46.51988],[7.14318,46.52183],[7.1437,46.52475],[7.1453,46.52701],[7.14835,46.52846],[7.15834,46.52681],[7.16346,46.52855],[7.16709,46.53101],[7.18234,46.53837],[7.19218,46.54656],[7.20081,46.54169],[7.20108,46.543],[7.20765,46.53291],[7.21417,46.53762],[7.21811,46.54211],[7.22171,46.54481],[7.22311,46.5476],[7.22543,46.54923],[7.2322,46.55123],[7.23614,46.554],[7.24047,46.55424],[7.24705,46.55623],[7.25574,46.56029],[7.26385,46.56752],[7.2681,46.57369],[7.28136,46.58411],[7.2992,46.5791],[7.30805,46.58132],[7.31254,46.58917],[7.3207,46.59183],[7.31479,46.60042],[7.3162,46.60937],[7.31826,46.61615],[7.3178,46.61856],[7.31213,46.6217],[7.31327,46.63662],[7.32284,46.63731],[7.32684,46.63873],[7.32975,46.64171],[7.32787,46.64616],[7.321,46.65465],[7.32345,46.65526],[7.32914,46.65459],[7.33116,46.65522],[7.33403,46.65471],[7.34549,46.6553],[7.34756,46.65307],[7.35063,46.65164],[7.35079,46.64799],[7.35456,46.64669],[7.3558,46.64533],[7.35528,46.64193],[7.35714,46.63927],[7.35877,46.64418],[7.36209,46.64683],[7.36229,46.64791],[7.36608,46.64898],[7.37747,46.65636],[7.36933,46.65564],[7.36953,46.65748],[7.37103,46.65907],[7.37083,46.66085],[7.37187,46.66283],[7.37122,46.66375],[7.37252,46.66757],[7.37108,46.66942],[7.37649,46.67503],[7.37293,46.68012],[7.37777,46.68357],[7.37587,46.68645],[7.376,46.6878],[7.38027,46.69018],[7.37693,46.69272],[7.3686,46.69265],[7.3649,46.69505],[7.36261,46.69928],[7.3598,46.69802],[7.34598,46.69895],[7.34604,46.7019],[7.34939,46.70555],[7.35037,46.70874],[7.35021,46.71119],[7.34903,46.71249],[7.34065,46.71464],[7.33277,46.71491],[7.32868,46.71641],[7.31011,46.71815],[7.30785,46.71717],[7.30002,46.72247],[7.29683,46.72737],[7.29685,46.73565],[7.29834,46.74013],[7.30304,46.74517],[7.30454,46.74816],[7.30486,46.75026],[7.30335,46.7514],[7.30309,46.75261],[7.30359,46.75919],[7.29987,46.76375],[7.29881,46.76513],[7.29307,46.77136],[7.29532,46.77537],[7.29639,46.77729],[7.30081,46.77905],[7.30053,46.78064],[7.30113,46.78134],[7.30447,46.78321],[7.30447,46.78415],[7.30207,46.78638],[7.30351,46.78887],[7.30201,46.79079],[7.30159,46.79283],[7.30732,46.79872],[7.31044,46.80823],[7.31537,46.81246],[7.32028,46.8149],[7.32047,46.81564],[7.32072,46.82011],[7.31981,46.82515],[7.32891,46.829],[7.3302,46.82968],[7.33123,46.83177],[7.33103,46.8328],[7.32926,46.83563],[7.32333,46.84041],[7.30755,46.84704],[7.30775,46.84808],[7.30613,46.84999],[7.31207,46.85557],[7.31351,46.85936],[7.31739,46.8606],[7.32087,46.86154],[7.32576,46.85681],[7.323,46.85476],[7.32603,46.85163],[7.33181,46.8512],[7.33536,46.85043],[7.33678,46.84979],[7.33821,46.84946],[7.34726,46.85375],[7.34934,46.85331],[7.35167,46.85502],[7.35444,46.85875],[7.35772,46.86065],[7.35925,46.86311],[7.35794,46.86513],[7.35838,46.8688],[7.35738,46.8701],[7.35386,46.87129],[7.35253,46.87555],[7.35339,46.88676],[7.34843,46.88934],[7.32573,46.89373],[7.30935,46.89152],[7.29618,46.89377],[7.28938,46.89377],[7.28639,46.89269],[7.28245,46.8898],[7.2802,46.8896],[7.27259,46.89249],[7.26634,46.89361],[7.25931,46.89797],[7.24433,46.90037],[7.24314,46.89792],[7.23633,46.89809],[7.23203,46.90029],[7.2309,46.9024],[7.23032,46.90394],[7.22351,46.90276],[7.21755,46.89735],[7.21244,46.90173],[7.2088,46.9026],[7.20781,46.90913],[7.20578,46.91477],[7.20692,46.92481],[7.2111,46.92527],[7.21854,46.92434],[7.2342,46.92939],[7.23411,46.93669],[7.23477,46.93827],[7.2302,46.93995],[7.2282,46.93881],[7.22555,46.93633],[7.2174,46.93307],[7.2093,46.93334],[7.20823,46.93323],[7.2058,46.94023],[7.2055,46.94112],[7.20951,46.94188],[7.21027,46.94302],[7.21044,46.94569],[7.21011,46.94781],[7.20885,46.95435],[7.21102,46.95652],[7.20838,46.95768],[7.20742,46.95967],[7.19764,46.96065],[7.19459,46.96135],[7.19463,46.9629],[7.19552,46.96416],[7.19633,46.96365],[7.19794,46.96445],[7.1993,46.9638],[7.20646,46.96413],[7.20745,46.96751],[7.21422,46.96692],[7.21467,46.97133],[7.21739,46.97147],[7.21686,46.97271],[7.22247,46.97454],[7.22163,46.97556],[7.22821,46.97836],[7.23569,46.98456],[7.23486,46.98675],[7.22594,46.9924],[7.22625,46.99868],[7.22575,46.99915],[7.21779,47.00641],[7.21299,47.0068],[7.09058,46.978],[7.03295,46.98265],[6.73785,46.81195],[6.73908,46.71021],[6.81908,46.65533],[6.82741,46.65982],[6.82089,46.65179],[6.81729,46.64923],[6.81851,46.6478],[6.81458,46.64747],[6.81344,46.64953],[6.81194,46.6492],[6.81081,46.65038],[6.80674,46.65059],[6.80203,46.64889],[6.79891,46.64914],[6.79879,46.64781],[6.80367,46.64567],[6.80325,46.6448],[6.8038,46.64451],[6.80321,46.64376],[6.80171,46.64421],[6.79895,46.63959],[6.79692,46.63314],[6.79838,46.63016],[6.80043,46.62991],[6.80065,46.62843],[6.80172,46.62854],[6.80228,46.62775],[6.80197,46.62507],[6.80355,46.62124],[6.80244,46.61877],[6.80296,46.61615],[6.80185,46.61555],[6.80389,46.60903],[6.80239,46.60142],[6.79833,46.59986],[6.8002,46.59362],[6.80124,46.5925],[6.79848,46.58616],[6.79948,46.58559],[6.79894,46.58205],[6.79611,46.57932],[6.79626,46.57728],[6.79478,46.57542]]],terms_text:"Canton Fribourg 2016 'orthophoto technique'"},{id:"Canvec",name:"Canvec - English",type:"wms",template:"https://maps.geogratis.gc.ca/wms/canvec_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=canvec&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{id:"Canvec_French",name:"Canvec - French",type:"wms",template:"https://maps.geogratis.gc.ca/wms/canvec_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=canvec&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{id:"capela_al",name:"Capela AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Capela&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.03321,-9.45741],[-36.03322,-9.45581],[-36.03336,-9.45483],[-36.0334,-9.45291],[-36.03327,-9.45141],[-36.03336,-9.44287],[-36.0335,-9.43821],[-36.03353,-9.42881],[-36.03363,-9.42027],[-36.03389,-9.41091],[-36.03389,-9.40032],[-36.03401,-9.3888],[-36.03413,-9.38528],[-36.03428,-9.38265],[-36.03417,-9.37849],[-36.03444,-9.36688],[-36.05246,-9.3671],[-36.05791,-9.36711],[-36.0716,-9.36727],[-36.08622,-9.36731],[-36.103,-9.3675],[-36.11652,-9.36755],[-36.12515,-9.36768],[-36.12522,-9.37473],[-36.12521,-9.37721],[-36.12511,-9.38038],[-36.12514,-9.38529],[-36.12505,-9.39026],[-36.12504,-9.39477],[-36.12506,-9.40172],[-36.12499,-9.40382],[-36.1248,-9.40679],[-36.12463,-9.41123],[-36.12474,-9.4136],[-36.12456,-9.4163],[-36.12459,-9.42461],[-36.12466,-9.42691],[-36.12465,-9.42925],[-36.12457,-9.4297],[-36.12464,-9.43538],[-36.12438,-9.44109],[-36.12446,-9.44387],[-36.12452,-9.44579],[-36.12438,-9.44736],[-36.12448,-9.44856],[-36.12448,-9.45095],[-36.12436,-9.45392],[-36.12434,-9.45791],[-36.11758,-9.45783],[-36.1089,-9.45778],[-36.10419,-9.4578],[-36.10116,-9.45773],[-36.0953,-9.45773],[-36.08461,-9.45767],[-36.07361,-9.45757],[-36.05726,-9.45741],[-36.04816,-9.45747],[-36.04177,-9.45739],[-36.03767,-9.45739],[-36.03321,-9.45741]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"COS2010_v1.0",name:"Carta de Uso do Solo 2010 (WMS)",type:"wms",template:"http://mapas.dgterritorio.pt/wms-inspire/cos2010v1?language=por&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=COS2010_v1.0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2010-01-01T00:00:00.000Z",startDate:"2010-01-01T00:00:00.000Z",zoomExtent:[14,18],polygon:[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],terms_url:"http://www.dgterritorio.pt/dados_abertos/cos/",terms_text:"Direcção-Geral do Território",icon:"http://www.igeo.pt/favicon.ico"},{id:"Cartoriviera-2012",name:"Cartoriviera - Orthophoto 2012",type:"tms",template:"https://osmdata.asitvd.ch/tiles/cartoriviera2012/{zoom}/{x}/{y}.png",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[14,20],polygon:[[[7.02235,46.42856],[7.0224,46.42045],[7.02176,46.41955],[7.02225,46.41954],[7.02161,46.41749],[7.02242,46.4174],[7.02242,46.41681],[7.02113,46.41443],[7.02164,46.41259],[7.0216,46.41188],[7.01918,46.41055],[7.01896,46.41004],[7.01757,46.40826],[7.01426,46.40696],[7.00948,46.40695],[7.00952,46.40451],[7.00368,46.40153],[6.97052,46.40139],[6.97056,46.39354],[6.96507,46.38333],[6.89379,46.383],[6.89327,46.39209],[6.8968,46.4],[6.89678,46.40097],[6.89395,46.401],[6.89768,46.40888],[6.89246,46.41386],[6.89237,46.41807],[6.8949,46.4193],[6.89285,46.41948],[6.89395,46.42312],[6.89225,46.42339],[6.89219,46.42802],[6.88743,46.428],[6.87652,46.43163],[6.86624,46.43633],[6.84003,46.44591],[6.83504,46.44934],[6.827,46.45204],[6.82695,46.45379],[6.81953,46.45655],[6.80361,46.45993],[6.78775,46.46253],[6.78697,46.5246],[6.82604,46.5248],[6.82609,46.52662],[6.83907,46.5267],[6.83888,46.55006],[6.90658,46.55042],[6.912,46.54301],[6.91083,46.53983],[6.90979,46.53512],[6.90931,46.53517],[6.90867,46.53373],[6.91195,46.53297],[6.91335,46.53604],[6.9268,46.53364],[6.92723,46.5349],[6.93714,46.53311],[6.93691,46.5327],[6.94028,46.53196],[6.94164,46.53477],[6.94309,46.53455],[6.94345,46.53528],[6.95641,46.53003],[6.95632,46.52733],[6.95111,46.52725],[6.95301,46.52611],[6.94341,46.52605],[6.94343,46.52546],[7.01629,46.52568],[7.02158,46.52211],[7.02196,46.47355],[7.07099,46.47368],[7.07402,46.4719],[7.07383,46.4326],[7.05947,46.43233],[7.05278,46.42879],[7.02235,46.42856]]],terms_url:"https://map.cartoriviera.ch/?baselayer_ref=orthos_2012_mobile&baselayer_opacity=100",terms_text:"Cartoriviera"},{id:"Catastro-Spain",name:"Catastro Spain",type:"wms",template:"http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=Catastro&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-17.88463,28.44606],[-17.89395,28.52255],[-18.02125,28.74819],[-18.02241,28.80384],[-17.9424,28.87261],[-17.89118,28.87371],[-17.89033,28.85151],[-17.76759,28.85378],[-17.76698,28.83122],[-17.74127,28.832],[-17.73949,28.76422],[-17.71398,28.76497],[-17.71293,28.73037],[-17.75744,28.69318],[-17.75708,28.67413],[-17.74579,28.67435],[-17.74573,28.61656],[-17.75197,28.58337],[-17.76225,28.5592],[-17.78331,28.54167],[-17.78316,28.49366],[-17.80861,28.4925],[-17.80601,28.4469],[-17.88463,28.44606]],[[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516]],[[-17.36038,28.06398],[-17.36297,28.17572],[-17.33756,28.17637],[-17.33846,28.2213],[-17.18579,28.22388],[-17.08208,28.13518],[-17.08084,28.068],[-17.13154,28.06681],[-17.15633,28.02146],[-17.23211,28.02037],[-17.23199,27.99804],[-17.25768,27.99784],[-17.25785,28.01997],[-17.30867,28.01923],[-17.36038,28.06398]],[[-16.92782,28.32758],[-16.92866,28.37219],[-16.87767,28.37293],[-16.87807,28.39542],[-16.52143,28.42261],[-16.44571,28.49113],[-16.44625,28.53597],[-16.42059,28.53627],[-16.42092,28.55884],[-16.34433,28.55976],[-16.3446,28.58221],[-16.19125,28.58372],[-16.19162,28.60684],[-16.12793,28.60782],[-16.1278,28.59218],[-16.09951,28.5925],[-16.09934,28.51638],[-16.16481,28.51612],[-16.16475,28.49386],[-16.23858,28.44847],[-16.26535,28.44761],[-16.26586,28.403],[-16.31675,28.40176],[-16.31631,28.38019],[-16.34208,28.37951],[-16.34083,28.2893],[-16.41584,28.19761],[-16.4151,28.13113],[-16.51533,28.01648],[-16.61684,28.01532],[-16.61681,27.99305],[-16.71842,27.99192],[-16.7191,28.03714],[-16.7447,28.03679],[-16.74534,28.08181],[-16.7707,28.08161],[-16.8224,28.1259],[-16.82317,28.17087],[-16.8487,28.17075],[-16.85028,28.26079],[-16.87565,28.26055],[-16.87608,28.28322],[-16.90151,28.28277],[-16.90239,28.32793],[-16.92782,28.32758]],[[-15.85374,27.90089],[-15.8542,27.99018],[-15.82895,27.99066],[-15.82911,28.03558],[-15.7783,28.03632],[-15.75328,28.08143],[-15.72788,28.08157],[-15.72826,28.17186],[-15.49897,28.1728],[-15.49874,28.15041],[-15.44978,28.15075],[-15.45016,28.19614],[-15.39728,28.19614],[-15.39644,28.03836],[-15.37103,28.03802],[-15.37065,28.01532],[-15.34578,28.01532],[-15.34548,27.92544],[-15.3708,27.92524],[-15.37057,27.83521],[-15.39598,27.83474],[-15.421,27.78797],[-15.47181,27.78939],[-15.47188,27.76665],[-15.52277,27.76678],[-15.54771,27.72161],[-15.62361,27.72134],[-15.62415,27.74199],[-15.70075,27.74335],[-15.80167,27.81105],[-15.85374,27.90089]],[[-14.52156,28.04678],[-14.52244,28.11841],[-14.41575,28.11561],[-14.21688,28.22788],[-14.21537,28.33903],[-14.16417,28.45283],[-14.11151,28.4748],[-14.03358,28.72267],[-13.95652,28.74494],[-13.95617,28.76659],[-13.82902,28.76643],[-13.82896,28.78798],[-13.80007,28.78793],[-13.8013,28.71899],[-13.82757,28.71935],[-13.82786,28.6518],[-13.80258,28.6519],[-13.80339,28.53842],[-13.82885,28.53847],[-13.83151,28.39702],[-13.91582,28.22414],[-13.98564,28.22357],[-14.03696,28.17958],[-14.13871,28.17999],[-14.13866,28.15791],[-14.21537,28.15781],[-14.21472,28.11189],[-14.29132,28.04524],[-14.33197,28.03687],[-14.44578,28.04698],[-14.44666,28.0658],[-14.49628,28.06826],[-14.49593,28.04585],[-14.52156,28.04678]],[[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566]],[[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907]],[[2.54507,39.41667],[2.43933,39.41611],[2.43871,39.48469],[2.43902,39.49934],[2.31223,39.49934],[2.31192,39.54179],[2.22907,39.541],[2.22835,39.62606],[2.34601,39.62709],[2.92704,39.96016],[3.14566,39.96005],[3.14608,40.00198],[3.23139,40.00198],[3.23129,39.83292],[3.14823,39.83316],[3.14844,39.79357],[3.48148,39.79318],[3.48035,39.5959],[3.31506,39.47846],[3.31462,39.37855],[3.08302,39.24994],[2.97986,39.25015],[2.97904,39.3335],[2.72874,39.33342],[2.72885,39.45814],[2.64569,39.45774],[2.64538,39.49966],[2.54528,39.49942],[2.54507,39.41667]],[[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344]],[[-8.89106,41.82289],[-9.1092,42.57511],[-9.03655,42.73066],[-9.08834,42.72696],[-9.14661,42.77503],[-9.21855,42.90163],[-9.2761,42.86051],[-9.30991,42.93113],[-9.27898,42.9822],[-9.30991,43.06004],[-9.25236,43.10417],[-9.2315,43.17032],[-9.14733,43.21018],[-9.06748,43.19916],[-9.03367,43.24267],[-8.99842,43.24477],[-8.99986,43.29558],[-8.93727,43.30553],[-8.92936,43.32699],[-8.8639,43.32908],[-8.87613,43.37407],[-8.82217,43.37354],[-8.78548,43.31914],[-8.70635,43.305],[-8.60996,43.3296],[-8.55097,43.32332],[-8.52435,43.3364],[-8.52507,43.36465],[-8.45745,43.39184],[-8.36105,43.41118],[-8.36033,43.46342],[-8.33444,43.57974],[-8.27761,43.57088],[-8.06467,43.72392],[-7.99921,43.7234],[-7.9172,43.78264],[-7.85605,43.79146],[-7.83591,43.73743],[-7.66284,43.80982],[-7.31889,43.67827],[-7.19975,43.58308],[-6.24882,43.6075],[-6.12293,43.57901],[-5.85204,43.6799],[-5.60363,43.57087],[-5.28553,43.56191],[-5.17875,43.49916],[-4.90899,43.48367],[-4.61562,43.4192],[-4.18399,43.42492],[-3.80295,43.51954],[-3.74,43.48693],[-3.56128,43.54236],[-3.1083,43.38163],[-2.93857,43.46246],[-2.74524,43.47551],[-2.30462,43.31706],[-1.9854,43.3563],[-1.85528,43.39725],[-1.7698,43.39644],[-1.77005,43.37605],[-1.71005,43.37569],[-1.71135,43.33125],[-1.72259,43.31318],[-1.68904,43.31291],[-1.68811,43.33413],[-1.64467,43.33372],[-1.64498,43.31332],[-1.60299,43.31295],[-1.60344,43.29266],[-1.56359,43.29212],[-1.56305,43.31338],[-1.47799,43.31284],[-1.36677,43.27614],[-1.35688,43.23815],[-1.37037,43.1713],[-1.44231,43.08336],[-1.41983,43.06036],[-1.37307,43.05117],[-1.36407,43.11159],[-1.30203,43.13522],[-1.23549,43.13325],[-1.27955,43.07744],[-1.19232,43.06496],[-1.00619,43.00778],[-0.94234,42.9749],[-0.7562,42.98213],[-0.71484,42.96108],[-0.69685,42.90314],[-0.55118,42.82207],[-0.50442,42.84845],[-0.42889,42.82009],[-0.31648,42.86558],[-0.14563,42.81086],[-0.03143,42.71249],[0.18618,42.7541],[0.30218,42.71777],[0.36422,42.74287],[0.44875,42.71447],[0.62769,42.7224],[0.64118,42.85767],[0.71492,42.88272],[0.9676,42.81811],[1.10878,42.79898],[1.17532,42.73429],[1.36326,42.74155],[1.41137,42.70939],[1.48061,42.71034],[1.4813,42.50107],[1.64436,42.50203],[1.64328,42.54245],[1.73041,42.54342],[1.73164,42.50118],[2.06386,42.50164],[2.06456,42.45902],[2.39693,42.45994],[2.39768,42.41784],[2.48048,42.41797],[2.48098,42.37594],[2.64479,42.37626],[2.64448,42.45924],[2.81133,42.45961],[2.81126,42.50104],[3.06388,42.50085],[3.06388,42.45915],[3.23078,42.45934],[3.23049,42.37644],[3.31415,42.37604],[3.31412,42.33399],[3.39785,42.33404],[3.39739,42.29009],[3.31389,42.29084],[3.31397,42.20702],[3.14759,42.2073],[3.14759,42.12606],[3.23055,42.126],[3.24668,41.95294],[3.19452,41.85589],[3.06054,41.76474],[2.78358,41.63718],[2.26293,41.42716],[2.16492,41.29893],[1.86008,41.22322],[1.3763,41.11627],[1.17937,41.04646],[1.08585,41.04849],[0.75854,40.81956],[0.9114,40.73376],[0.87813,40.67514],[0.66502,40.53587],[0.55801,40.55022],[0.43392,40.37576],[0.26756,40.19192],[0.16415,40.06472],[0.07513,40.01447],[0.01039,39.89522],[-0.09392,39.81169],[-0.18474,39.63117],[-0.29085,39.50363],[-0.28636,39.33343],[-0.18564,39.17746],[-0.21352,39.15585],[-0.11101,38.97222],[0.00949,38.88268],[0.12189,38.87218],[0.23429,38.79864],[0.25587,38.72642],[0.09581,38.61338],[-0.0022,38.60706],[-0.05705,38.52691],[-0.27197,38.47624],[-0.37987,38.39312],[-0.38347,38.33813],[-0.45091,38.33108],[-0.50487,38.28309],[-0.48238,38.19481],[-0.42933,38.16583],[-0.45451,38.14886],[-0.584,38.17219],[-0.61367,38.11986],[-0.63705,37.96122],[-0.68111,37.94562],[-0.73237,37.88107],[-0.72158,37.78306],[-0.68831,37.734],[-0.66415,37.62315],[-0.71939,37.58784],[-0.91963,37.53758],[-1.11071,37.51641],[-1.33832,37.52867],[-1.44089,37.39037],[-1.6767,37.27652],[-1.85408,36.91229],[-2.06835,36.69291],[-2.21588,36.66192],[-2.37219,36.78018],[-2.68129,36.65911],[-2.92015,36.66756],[-3.09402,36.71263],[-3.46108,36.65488],[-3.72804,36.69291],[-4.37435,36.66333],[-4.65712,36.44042],[-4.9188,36.45313],[-5.16995,36.35135],[-5.28411,36.19702],[-5.26809,36.12418],[-5.35248,36.12247],[-5.35161,36.04014],[-5.43658,36.03889],[-5.43532,36.00344],[-5.68886,36.00365],[-5.68996,36.04053],[-5.85506,36.03856],[-5.85668,36.12421],[-5.93848,36.12215],[-5.94003,36.16556],[-5.99834,36.1645],[-6.03573,36.1781],[-6.07752,36.22241],[-6.15061,36.28646],[-6.23154,36.37701],[-6.33585,36.53106],[-6.32146,36.58163],[-6.40419,36.6235],[-6.47433,36.74897],[-6.41588,36.79939],[-6.49052,36.91738],[-6.62989,37.0194],[-6.87448,37.10838],[-7.04264,37.18507],[-7.26474,37.18435],[-7.37535,37.15354],[-7.40832,37.16822],[-7.42029,37.21183],[-7.42492,37.23505],[-7.43805,37.2452],[-7.44597,37.33261],[-7.4481,37.39094],[-7.46963,37.40758],[-7.4647,37.45305],[-7.50197,37.51641],[-7.51916,37.52292],[-7.52196,37.57237],[-7.45013,37.66958],[-7.4249,37.75992],[-7.31666,37.83997],[-7.26833,37.98895],[-7.15368,38.01552],[-7.11771,38.05536],[-7.0143,38.02438],[-6.99632,38.10756],[-6.96147,38.20125],[-7.08062,38.15708],[-7.34027,38.44024],[-7.26383,38.73807],[-7.04352,38.87297],[-7.06151,38.90796],[-6.96934,39.01983],[-7.00081,39.08879],[-7.15368,39.09577],[-7.15255,39.16029],[-7.24472,39.19689],[-7.25596,39.28133],[-7.33689,39.35351],[-7.3279,39.45599],[-7.51449,39.58865],[-7.55271,39.67954],[-7.05027,39.67522],[-6.99519,39.81954],[-6.92213,39.87909],[-6.88616,40.02299],[-7.04128,40.13479],[-7.01767,40.26615],[-6.8086,40.34501],[-6.86818,40.44516],[-6.85356,40.60664],[-6.83783,40.87576],[-6.9536,41.03704],[-6.80186,41.03959],[-6.76814,41.13871],[-6.64112,41.26556],[-6.56244,41.26303],[-6.21737,41.5791],[-6.31628,41.64465],[-6.51523,41.64129],[-6.58717,41.68832],[-6.54783,41.85597],[-6.62988,41.91121],[-7.13345,41.94048],[-7.16829,41.87188],[-7.42569,41.78477],[-7.95398,41.84593],[-8.13045,41.78058],[-8.25185,41.90786],[-8.12933,42.03488],[-8.24848,42.1008],[-8.36762,42.05575],[-8.60704,42.03405],[-8.89106,41.82289]]]},{id:"Chorzow-buildings",name:"Chorzów: Buildings",type:"wms",template:"http://e-odgik.chorzow.eu/services/wms/wms_funkcje_bud/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=3,2,1,8,7,6&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[18.94562,50.31836],[18.94349,50.32385],[18.95466,50.32599],[18.96426,50.33307],[18.96521,50.33777],[18.98692,50.33621],[18.98468,50.32501],[18.99777,50.32204],[18.99686,50.31716],[18.98774,50.31736],[18.98695,50.30989],[18.99736,50.30031],[18.99744,50.29722],[19.00546,50.29548],[19.0073,50.28342],[19.00574,50.27871],[18.99236,50.27091],[18.96792,50.28661],[18.96215,50.27972],[18.96169,50.27337],[18.95824,50.27291],[18.95492,50.26193],[18.96014,50.24927],[18.95672,50.2452],[18.95555,50.23891],[18.94132,50.243],[18.93475,50.25314],[18.93324,50.26032],[18.93262,50.26588],[18.9296,50.26774],[18.92976,50.27131],[18.92669,50.27289],[18.92632,50.27623],[18.93071,50.27619],[18.93437,50.28729],[18.92383,50.29533],[18.92635,50.29986],[18.91905,50.30212],[18.91955,50.30576],[18.92463,50.31192],[18.9262,50.31883],[18.94562,50.31836]]],terms_text:"Urząd Miasta Chorzowa"},{id:"South_Africa-CapeTown-Aerial-2013",name:"City of Cape Town 2013 Aerial",type:"tms",template:"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2013/{zoom}/{x}/{y}.jpg",endDate:"2015-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[1,21],polygon:[[[18.44866,-33.89362],[18.44859,-33.90264],[18.4702,-33.90277],[18.48139,-33.84724],[18.44925,-33.80107],[18.42815,-33.73564],[18.43914,-33.71772],[18.40719,-33.65899],[18.33224,-33.57752],[18.33245,-33.55045],[18.354,-33.55059],[18.35425,-33.5236],[18.36524,-33.52366],[18.36503,-33.5148],[18.37601,-33.51477],[18.37605,-33.5058],[18.42966,-33.50594],[18.4297,-33.48785],[18.44049,-33.48789],[18.4406,-33.46988],[18.49437,-33.4701],[18.49433,-33.47916],[18.51583,-33.47917],[18.51574,-33.48819],[18.52647,-33.4883],[18.52632,-33.52435],[18.54793,-33.52443],[18.54795,-33.51539],[18.56937,-33.5155],[18.56937,-33.52448],[18.58012,-33.52453],[18.58007,-33.5426],[18.59078,-33.5426],[18.59074,-33.56064],[18.57995,-33.56053],[18.57988,-33.56962],[18.5907,-33.56962],[18.59065,-33.57868],[18.62301,-33.57873],[18.62292,-33.58773],[18.66597,-33.58789],[18.66593,-33.61493],[18.67672,-33.61497],[18.67658,-33.65103],[18.6873,-33.65102],[18.68734,-33.66004],[18.69807,-33.66009],[18.69807,-33.66907],[18.75204,-33.66925],[18.75208,-33.64219],[18.77364,-33.64225],[18.77371,-33.63319],[18.82746,-33.6333],[18.82752,-33.6603],[18.81667,-33.66029],[18.8166,-33.67832],[18.80581,-33.67831],[18.80581,-33.70539],[18.8274,-33.70544],[18.82733,-33.72347],[18.83812,-33.72343],[18.83804,-33.74139],[18.81652,-33.74137],[18.81637,-33.79551],[18.80559,-33.79551],[18.80551,-33.81357],[18.79476,-33.81355],[18.79472,-33.83154],[18.77311,-33.83152],[18.77313,-33.84052],[18.76236,-33.84052],[18.76227,-33.90359],[18.75146,-33.90352],[18.75108,-33.98478],[18.76191,-33.9848],[18.76178,-34.02988],[18.7726,-34.0299],[18.77258,-34.03891],[18.79403,-34.03894],[18.79388,-34.0407],[18.79845,-34.04119],[18.80324,-34.04118],[18.80341,-34.03892],[18.81594,-34.03897],[18.81634,-34.02993],[18.83798,-34.03165],[18.838,-34.03],[18.84842,-34.03001],[18.84847,-34.02185],[18.85993,-34.02347],[18.85986,-34.02101],[18.86827,-34.02208],[18.86819,-34.02117],[18.88546,-34.02343],[18.88518,-34.02132],[18.90252,-34.02103],[18.90258,-34.012],[18.91342,-34.012],[18.91348,-33.99396],[18.94588,-33.99403],[18.94586,-34.0031],[18.96743,-34.003],[18.96747,-34.01208],[18.97822,-34.01208],[18.97833,-34.02114],[18.98914,-34.02114],[18.98916,-34.03913],[19.00002,-34.03913],[19.00002,-34.05718],[19.01084,-34.05725],[19.01079,-34.08414],[19,-34.08413],[19.00002,-34.0932],[18.98915,-34.09317],[18.98918,-34.1022],[18.97832,-34.10218],[18.97832,-34.11123],[18.9675,-34.11121],[18.96749,-34.12925],[18.9566,-34.12924],[18.95656,-34.13824],[18.96742,-34.13831],[18.96742,-34.14732],[18.98918,-34.1473],[18.98918,-34.1653],[18.97827,-34.16529],[18.97832,-34.17429],[18.96742,-34.17427],[18.96746,-34.1833],[18.95656,-34.18332],[18.95656,-34.19236],[18.94574,-34.19232],[18.9457,-34.20132],[18.93487,-34.20137],[18.93489,-34.21933],[18.90236,-34.21935],[18.90176,-34.23626],[18.88784,-34.23735],[18.88942,-34.25541],[18.88059,-34.25534],[18.87927,-34.26443],[18.86969,-34.26441],[18.86971,-34.27344],[18.83714,-34.27342],[18.83712,-34.26438],[18.84802,-34.2644],[18.84803,-34.23739],[18.81549,-34.21028],[18.81565,-34.17413],[18.85488,-34.15627],[18.76176,-34.08405],[18.65337,-34.07748],[18.47974,-34.11012],[18.44637,-34.13423],[18.44445,-34.16409],[18.436,-34.16405],[18.43597,-34.18202],[18.44681,-34.18211],[18.44673,-34.19111],[18.46593,-34.19121],[18.48662,-34.24539],[18.47889,-34.25437],[18.486,-34.25437],[18.46771,-34.29941],[18.48922,-34.34458],[18.50011,-34.34458],[18.49992,-34.36262],[18.46743,-34.36251],[18.46737,-34.35349],[18.3916,-34.31707],[18.39177,-34.29002],[18.37016,-34.28087],[18.37068,-34.21789],[18.34923,-34.18162],[18.32747,-34.18149],[18.32767,-34.16346],[18.31187,-34.15438],[18.3114,-34.14353],[18.32367,-34.13469],[18.34993,-34.10421],[18.33932,-34.08828],[18.36125,-34.05972],[18.35505,-34.05538],[18.34275,-34.06433],[18.32,-34.06443],[18.29607,-34.04513],[18.30682,-34.02526],[18.32877,-34.0192],[18.32892,-34.00125],[18.33974,-34.00127],[18.3398,-33.98663],[18.36287,-33.97351],[18.36381,-33.92925],[18.37262,-33.92927],[18.37284,-33.91776],[18.39773,-33.89335],[18.44866,-33.89362]]],terms_url:"https://www.capetown.gov.za",terms_text:"City of Cape Town Aerial - OPENSTREETMAP USE ONLY",description:"OpenStreetMap use only. City of Cape Town Aerial ortho-photography of the municipal area. 12cm ground sample distance"},{id:"South_Africa-CapeTown-Aerial",name:"City of Cape Town 2015 Aerial",type:"tms",template:"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2015/{zoom}/{x}/{y}.jpg",endDate:"2016-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[1,21],polygon:[[[18.44866,-33.89362],[18.44859,-33.90264],[18.4702,-33.90277],[18.48139,-33.84724],[18.44925,-33.80107],[18.42815,-33.73564],[18.43914,-33.71772],[18.40719,-33.65899],[18.33224,-33.57752],[18.33245,-33.55045],[18.354,-33.55059],[18.35425,-33.5236],[18.36524,-33.52366],[18.36503,-33.5148],[18.37601,-33.51477],[18.37605,-33.5058],[18.42966,-33.50594],[18.4297,-33.48785],[18.44049,-33.48789],[18.4406,-33.46988],[18.49437,-33.4701],[18.49433,-33.47916],[18.51583,-33.47917],[18.51574,-33.48819],[18.52647,-33.4883],[18.52632,-33.52435],[18.54793,-33.52443],[18.54795,-33.51539],[18.56937,-33.5155],[18.56937,-33.52448],[18.58012,-33.52453],[18.58007,-33.5426],[18.59078,-33.5426],[18.59074,-33.56064],[18.57995,-33.56053],[18.57988,-33.56962],[18.5907,-33.56962],[18.59065,-33.57868],[18.62301,-33.57873],[18.62292,-33.58773],[18.66597,-33.58789],[18.66593,-33.61493],[18.67672,-33.61497],[18.67658,-33.65103],[18.6873,-33.65102],[18.68734,-33.66004],[18.69807,-33.66009],[18.69807,-33.66907],[18.75204,-33.66925],[18.75208,-33.64219],[18.77364,-33.64225],[18.77371,-33.63319],[18.82746,-33.6333],[18.82752,-33.6603],[18.81667,-33.66029],[18.8166,-33.67832],[18.80581,-33.67831],[18.80581,-33.70539],[18.8274,-33.70544],[18.82733,-33.72347],[18.83812,-33.72343],[18.83804,-33.74139],[18.81652,-33.74137],[18.81637,-33.79551],[18.80559,-33.79551],[18.80551,-33.81357],[18.79476,-33.81355],[18.79472,-33.83154],[18.77311,-33.83152],[18.77313,-33.84052],[18.76236,-33.84052],[18.76227,-33.90359],[18.75146,-33.90352],[18.75108,-33.98478],[18.76191,-33.9848],[18.76178,-34.02988],[18.7726,-34.0299],[18.77258,-34.03891],[18.79403,-34.03894],[18.79388,-34.0407],[18.79845,-34.04119],[18.80324,-34.04118],[18.80341,-34.03892],[18.81594,-34.03897],[18.81634,-34.02993],[18.83798,-34.03165],[18.838,-34.03],[18.84842,-34.03001],[18.84847,-34.02185],[18.85993,-34.02347],[18.85986,-34.02101],[18.86827,-34.02208],[18.86819,-34.02117],[18.88546,-34.02343],[18.88518,-34.02132],[18.90252,-34.02103],[18.90258,-34.012],[18.91342,-34.012],[18.91348,-33.99396],[18.94588,-33.99403],[18.94586,-34.0031],[18.96743,-34.003],[18.96747,-34.01208],[18.97822,-34.01208],[18.97833,-34.02114],[18.98914,-34.02114],[18.98916,-34.03913],[19.00002,-34.03913],[19.00002,-34.05718],[19.01084,-34.05725],[19.01079,-34.08414],[19,-34.08413],[19.00002,-34.0932],[18.98915,-34.09317],[18.98918,-34.1022],[18.97832,-34.10218],[18.97832,-34.11123],[18.9675,-34.11121],[18.96749,-34.12925],[18.9566,-34.12924],[18.95656,-34.13824],[18.96742,-34.13831],[18.96742,-34.14732],[18.98918,-34.1473],[18.98918,-34.1653],[18.97827,-34.16529],[18.97832,-34.17429],[18.96742,-34.17427],[18.96746,-34.1833],[18.95656,-34.18332],[18.95656,-34.19236],[18.94574,-34.19232],[18.9457,-34.20132],[18.93487,-34.20137],[18.93489,-34.21933],[18.90236,-34.21935],[18.90176,-34.23626],[18.88784,-34.23735],[18.88942,-34.25541],[18.88059,-34.25534],[18.87927,-34.26443],[18.86969,-34.26441],[18.86971,-34.27344],[18.83714,-34.27342],[18.83712,-34.26438],[18.84802,-34.2644],[18.84803,-34.23739],[18.81549,-34.21028],[18.81565,-34.17413],[18.85488,-34.15627],[18.76176,-34.08405],[18.65337,-34.07748],[18.47974,-34.11012],[18.44637,-34.13423],[18.44445,-34.16409],[18.436,-34.16405],[18.43597,-34.18202],[18.44681,-34.18211],[18.44673,-34.19111],[18.46593,-34.19121],[18.48662,-34.24539],[18.47889,-34.25437],[18.486,-34.25437],[18.46771,-34.29941],[18.48922,-34.34458],[18.50011,-34.34458],[18.49992,-34.36262],[18.46743,-34.36251],[18.46737,-34.35349],[18.3916,-34.31707],[18.39177,-34.29002],[18.37016,-34.28087],[18.37068,-34.21789],[18.34923,-34.18162],[18.32747,-34.18149],[18.32767,-34.16346],[18.31187,-34.15438],[18.3114,-34.14353],[18.32367,-34.13469],[18.34993,-34.10421],[18.33932,-34.08828],[18.36125,-34.05972],[18.35505,-34.05538],[18.34275,-34.06433],[18.32,-34.06443],[18.29607,-34.04513],[18.30682,-34.02526],[18.32877,-34.0192],[18.32892,-34.00125],[18.33974,-34.00127],[18.3398,-33.98663],[18.36287,-33.97351],[18.36381,-33.92925],[18.37262,-33.92927],[18.37284,-33.91776],[18.39773,-33.89335],[18.44866,-33.89362]]],terms_url:"https://www.capetown.gov.za",terms_text:"City of Cape Town Aerial - OPENSTREETMAP USE ONLY",best:true,description:"OpenStreetMap use only. City of Cape Town Aerial ortho-photography of the municipal area. 8cm ground sample distance"},{id:"Zuerich-aerial_2011",name:"City of Zürich Orthophoto 2011",type:"wms",template:"https://www.gis.stadt-zuerich.ch/maps/services/wms/WMS-ZH-STZH-OGD/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Luftbild_2011&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[8.44624,47.44143],[8.63178,47.43968],[8.62895,47.31377],[8.44381,47.31555],[8.44624,47.44143]]],terms_text:"Stadt Zürich Open Government Data"},{id:"Zuerich-overview",name:"City of Zürich Overview map (Steets, buildings, house numbers)",type:"wms",template:"https://www.gis.stadt-zuerich.ch/maps/services/wms/WMS-ZH-STZH-OGD/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Uebersichtsplan&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,21],polygon:[[[8.45788,47.44582],[8.57392,47.44477],[8.57362,47.43124],[8.60266,47.43096],[8.6023,47.41746],[8.6318,47.41716],[8.6295,47.33628],[8.57162,47.33678],[8.57152,47.32292],[8.54236,47.3236],[8.54212,47.31013],[8.48418,47.31062],[8.48478,47.33762],[8.45582,47.33787],[8.45609,47.35135],[8.42713,47.35161],[8.42864,47.43259],[8.45745,47.43231],[8.45788,47.44582]]],terms_text:"Stadt Zürich Open Government Data"},{id:"Czech_CUZK-KM",name:"Czech CUZK:KM",type:"wms",template:"https://wms.cuzk.cz/wms.asp?service=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS={proj}&LAYERS=parcelni_cisla_i,obrazy_parcel_i,RST_KMD_I,hranice_parcel_i,DEF_BUDOVY,RST_KN_I,dalsi_p_mapy_i,prehledka_kat_prac,prehledka_kat_uz,prehledka_kraju-linie&FORMAT=image/png&transparent=TRUE&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],overlay:true},{id:"Czech_CUZK-KM-tms",name:"Czech CUZK:KM tiles proxy",type:"tms",template:"https://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png",zoomExtent:[13,18],polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],overlay:true},{id:"Czech_pLPIS",name:"Czech pLPIS",type:"wms",template:"https://eagri.cz/public/app/wms/plpis.fcgi?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=LPIS_FB4,LPIS_FB4_KOD&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=true",projection:"EPSG:4326",polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]]},{id:"Czech_RUIAN-budovy",name:"Czech RUIAN budovy",type:"tms",template:"https://tile.poloha.net/budovy/{zoom}/{x}/{y}.png",zoomExtent:[12,20],polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],terms_url:"https://poloha.net/",terms_text:"Czech RUIAN"},{id:"Czech_RUIAN-parcely",name:"Czech RUIAN parcely",type:"tms",template:"https://tile.poloha.net/parcely/{zoom}/{x}/{y}.png",zoomExtent:[12,20],polygon:[[[15.00637,49.01774],[15.15599,49.00138],[15.1909,48.94246],[15.31059,48.98829],[15.40535,48.9752],[15.54,48.91624],[15.71456,48.86706],[15.83425,48.88018],[15.9689,48.81782],[16.0886,48.74553],[16.39781,48.74553],[16.48758,48.81454],[16.6721,48.7784],[16.68208,48.73566],[16.90152,48.71263],[16.9464,48.6237],[17.11597,48.83752],[17.21072,48.88018],[17.40523,48.81782],[17.48004,48.85393],[17.52991,48.81782],[17.70446,48.86706],[17.81418,48.9359],[17.884,48.9359],[17.94385,49.02101],[18.06354,49.03409],[18.1184,49.09944],[18.1982,49.30473],[18.38771,49.33399],[18.57723,49.50917],[18.75677,49.49946],[18.84654,49.52536],[18.87646,49.57066],[18.79666,49.69341],[18.64206,49.70954],[18.5872,49.83515],[18.61214,49.88338],[18.56226,49.93477],[18.51239,49.90587],[18.36277,49.95403],[18.32786,49.92193],[18.26303,49.97328],[18.1184,50.00534],[18.06354,50.07581],[17.91392,49.97969],[17.77927,50.03098],[17.71444,50.12379],[17.60472,50.16534],[17.75932,50.21962],[17.73438,50.34391],[17.63963,50.28021],[17.38029,50.28021],[17.35037,50.34391],[17.28055,50.33754],[17.18579,50.40752],[16.90152,50.46152],[16.86661,50.41388],[16.96635,50.31844],[17.03617,50.23238],[16.83668,50.21962],[16.712,50.1046],[16.58233,50.15895],[16.56238,50.23876],[16.43272,50.33754],[16.35292,50.39163],[16.27811,50.39163],[16.20829,50.44565],[16.39781,50.53449],[16.44768,50.59785],[16.35292,50.6706],[16.23821,50.67692],[16.21827,50.63266],[16.1285,50.68324],[16.0487,50.60734],[15.98885,50.7022],[15.87415,50.68324],[15.82926,50.76533],[15.72952,50.74324],[15.45023,50.81577],[15.39039,50.77479],[15.38041,50.85987],[15.29563,50.88504],[15.29563,50.98876],[15.17095,51.02014],[14.99141,51.00131],[15.00637,50.88819],[14.84179,50.8756],[14.7969,50.82522],[14.63233,50.85672],[14.66225,50.93536],[14.57248,50.92278],[14.61238,50.98562],[14.49767,51.04837],[14.41788,51.02328],[14.30816,51.06717],[14.2533,51.00445],[14.40291,50.93221],[14.37299,50.89763],[14.24332,50.90706],[14.20841,50.84412],[14.03386,50.81262],[13.979,50.82522],[13.90419,50.79686],[13.87427,50.74009],[13.53514,50.7243],[13.53015,50.65796],[13.4703,50.61367],[13.39051,50.66428],[13.32567,50.58835],[13.25086,50.61051],[13.196,50.50595],[13.05137,50.52181],[12.96659,50.4107],[12.82695,50.47105],[12.70227,50.41388],[12.50777,50.40116],[12.34319,50.25471],[12.32324,50.18451],[12.24843,50.27384],[12.17362,50.33118],[12.09881,50.33436],[12.11876,50.25152],[12.22349,50.16534],[12.20354,50.12379],[12.50278,49.97328],[12.47784,49.93798],[12.54766,49.91551],[12.46787,49.80298],[12.40802,49.76111],[12.48283,49.68696],[12.5327,49.68696],[12.51774,49.62885],[12.60751,49.54155],[12.67234,49.43788],[12.81199,49.34699],[12.94664,49.34374],[13.23091,49.12882],[13.32567,49.10597],[13.43539,49.0439],[13.41544,48.99484],[13.50022,48.94901],[13.56506,48.98829],[13.68475,48.88346],[13.7446,48.90313],[13.82439,48.77511],[13.8992,48.77511],[14.05879,48.67642],[14.04383,48.63029],[14.14358,48.59072],[14.37299,48.56103],[14.48271,48.65007],[14.57747,48.60721],[14.62734,48.63359],[14.70713,48.58083],[14.74703,48.70276],[14.81187,48.73895],[14.81685,48.79483],[14.98642,48.76525],[15.00637,49.01774]]],terms_url:"https://poloha.net/",terms_text:"Czech RUIAN"},{id:"Czestochowa-buildings",name:"Częstochowa: Buildings",type:"wms",template:"http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ieg_budynek&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[19.08183,50.8554],[19.0888,50.86563],[19.11082,50.86616],[19.10961,50.86092],[19.11709,50.85933],[19.11531,50.86283],[19.11997,50.86327],[19.1227,50.85452],[19.12938,50.85519],[19.12566,50.86165],[19.13364,50.86147],[19.14318,50.86815],[19.1498,50.87916],[19.16507,50.8794],[19.16816,50.88501],[19.17265,50.88477],[19.18346,50.87706],[19.18084,50.86562],[19.18711,50.84712],[19.19973,50.84395],[19.19637,50.83678],[19.19358,50.83357],[19.19454,50.83145],[19.20696,50.82985],[19.20838,50.82484],[19.21831,50.82571],[19.22564,50.82475],[19.23075,50.82509],[19.2308,50.82666],[19.23351,50.82683],[19.23303,50.82335],[19.21868,50.80115],[19.21753,50.79272],[19.22592,50.78822],[19.20889,50.77561],[19.19891,50.76355],[19.19521,50.75182],[19.19074,50.75211],[19.18245,50.7545],[19.16504,50.7535],[19.16417,50.75586],[19.14559,50.75805],[19.14282,50.75543],[19.13021,50.75786],[19.127,50.75314],[19.1216,50.75363],[19.12066,50.74981],[19.10348,50.75228],[19.09598,50.75201],[19.0956,50.74912],[19.09351,50.7488],[19.09285,50.75027],[19.08442,50.74986],[19.08473,50.74349],[19.08382,50.73741],[19.07878,50.73668],[19.07503,50.73465],[19.07284,50.73708],[19.07153,50.74042],[19.0685,50.74339],[19.06632,50.74233],[19.06392,50.74554],[19.06595,50.7466],[19.06548,50.7496],[19.06202,50.75041],[19.06018,50.74455],[19.04257,50.74466],[19.0333,50.74827],[19.01869,50.76252],[19.01554,50.77044],[19.01101,50.7718],[19.01353,50.77766],[19.01159,50.78077],[19.01081,50.78759],[19.01362,50.79262],[19.01972,50.79555],[19.01896,50.80703],[19.03439,50.80116],[19.03453,50.804],[19.02593,50.80731],[19.02308,50.81499],[19.03154,50.81614],[19.02909,50.82435],[19.03787,50.82584],[19.03921,50.84083],[19.04676,50.84934],[19.05993,50.8532],[19.06209,50.8596],[19.06492,50.86134],[19.08183,50.8554]]],terms_text:"Urząd Miasta Częstochowy"},{id:"Duna_2013",name:"Danube flood orthophoto 2013",type:"tms",template:"http://e.tile.openstreetmap.hu/dunai-arviz-2013/{zoom}/{x}/{y}.jpg",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[10,20],polygon:[[[19.07732,47.69597],[19.07799,47.69598],[19.09462,47.69446],[19.08056,47.59587],[19.07434,47.58909],[19.07952,47.58883],[19.07717,47.57241],[19.05779,47.57209],[19.07732,47.69597]]],terms_url:"http://fototerkep.hu",terms_text:"Fotótérkép.hu",description:"Riverbank of Danube at Budapest, Szentendre and Szigetmonostor"},{id:"Delaware2012Orthophotography",name:"Delaware 2012 Orthophotography",type:"wms",template:"https://firstmap.delaware.gov/arcgis/services/DE_Imagery/DE_Imagery_2012/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[-75.01771,38.45189],[-75.74174,38.44996],[-75.807,39.73907],[-75.75559,39.80106],[-75.64692,39.85638],[-75.47115,39.84646],[-75.37726,39.81478],[-75.48746,39.67181],[-75.50901,39.43446],[-75.39327,39.27784],[-75.30707,39.01667],[-75.19317,38.82219],[-75.05341,38.80876],[-75.01771,38.45189]]],terms_url:"https://firstmap.delaware.gov/arcgis/rest/services/DE_Imagery/DE_Imagery_2012/ImageServer",terms_text:"Digital Aerial Solutions, LLC",description:"This data set consists of 0.3-meter pixel resolution (approximately 1-foot), 4-band true color and near infrared (R, G, B, IR) orthoimages covering New Castle, Kent and Sussex Counties in Delaware."},{id:"Delaware2017Orthophotography",name:"Delaware 2017 Orthophotography",type:"wms",template:"https://firstmap.delaware.gov/arcgis/services/DE_Imagery/DE_Imagery_2017/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",polygon:[[[-75.01771,38.45189],[-75.74174,38.44996],[-75.807,39.73907],[-75.75559,39.80106],[-75.64692,39.85638],[-75.47115,39.84646],[-75.37726,39.81478],[-75.48746,39.67181],[-75.50901,39.43446],[-75.39327,39.27784],[-75.30707,39.01667],[-75.19317,38.82219],[-75.05341,38.80876],[-75.01771,38.45189]]],terms_url:"https://firstmap.delaware.gov/arcgis/rest/services/DE_Imagery/DE_Imagery_2017/ImageServer",terms_text:"Digital Aerial Solutions, LLC",description:"This data set consists of 0.3-meter pixel resolution (approximately 1-foot), 4-band true color and near infrared (R, G, B, IR) orthoimages covering New Castle, Kent and Sussex Counties in Delaware."},{id:"delmiro_gouveia",name:"Delmiro Gouveia AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Delmiro%20Gouveia&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.94962,-9.42957],[-37.94834,-9.33972],[-38.03903,-9.33834],[-38.04034,-9.42846],[-37.94962,-9.42957]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"der-es",name:"DER-ES",type:"wms",template:"http://portal.der.es.gov.br/geoserver/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=deres-ext:TRECHOINFO&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-40.94577,-21.31404],[-40.6231,-20.86278],[-40.38882,-20.65177],[-40.22209,-20.29831],[-39.80383,-19.66412],[-39.69603,-19.42573],[-39.67304,-19.30437],[-39.70538,-18.61384],[-39.65292,-18.33096],[-40.22281,-17.97587],[-40.34282,-17.9198],[-40.45278,-17.91502],[-40.46499,-17.92049],[-40.48368,-17.90408],[-40.50164,-17.90681],[-40.51602,-17.88903],[-40.53326,-17.88903],[-40.54548,-17.90134],[-40.58932,-17.91502],[-40.58932,-17.93211],[-40.61519,-17.93416],[-40.62956,-17.9868],[-40.64609,-17.9868],[-40.65903,-18.00731],[-40.68777,-18.00594],[-40.70574,-18.01756],[-40.71365,-18.00184],[-40.72155,-17.99774],[-40.75102,-18.00252],[-40.76754,-17.99842],[-40.76754,-17.98133],[-40.80923,-17.94852],[-40.82432,-17.96014],[-40.83151,-17.94989],[-40.86528,-17.9827],[-40.88397,-17.96766],[-40.90912,-17.98475],[-40.77761,-18.10775],[-40.77832,-18.15146],[-40.79054,-18.15351],[-40.8351,-18.14531],[-40.89547,-18.10365],[-40.93283,-18.12755],[-40.95583,-18.1255],[-40.95296,-18.14463],[-40.96014,-18.15009],[-40.96374,-18.14326],[-40.97955,-18.13643],[-40.99248,-18.15009],[-40.99105,-18.16307],[-41.00901,-18.16307],[-41.05788,-18.1658],[-41.05788,-18.17536],[-41.09597,-18.19243],[-41.09597,-18.2054],[-41.1089,-18.21291],[-41.09812,-18.22997],[-41.10531,-18.2327],[-41.09884,-18.25591],[-41.12903,-18.27502],[-41.16137,-18.30572],[-41.15059,-18.37394],[-41.16424,-18.37939],[-41.16424,-18.4019],[-41.15059,-18.40735],[-41.15849,-18.41144],[-41.17358,-18.41144],[-41.18868,-18.44485],[-41.02123,-18.46667],[-41.04638,-18.60362],[-41.03776,-18.61452],[-41.05788,-18.62678],[-41.0471,-18.64857],[-41.03488,-18.65402],[-40.99895,-18.67716],[-40.94505,-18.69418],[-40.94433,-18.76973],[-40.92134,-18.81055],[-40.93715,-18.82347],[-40.94721,-18.82143],[-40.97092,-18.83572],[-41.08375,-18.83232],[-41.10675,-18.83572],[-41.11753,-18.80783],[-41.13118,-18.79286],[-41.23611,-18.7949],[-41.2512,-18.81667],[-41.2476,-18.85544],[-41.2203,-18.87992],[-41.20808,-18.87992],[-41.20664,-18.86632],[-41.16424,-18.867],[-41.15634,-18.88876],[-41.12903,-18.9044],[-41.12112,-18.92412],[-41.0392,-18.98665],[-41.07585,-19.00567],[-41.06507,-19.06342],[-40.96877,-19.12726],[-40.96158,-19.15102],[-40.92996,-19.206],[-40.94649,-19.22296],[-40.94793,-19.24264],[-40.92565,-19.26299],[-40.94936,-19.2786],[-40.92277,-19.31048],[-40.94361,-19.35252],[-40.93427,-19.381],[-40.95727,-19.39184],[-40.9738,-19.42641],[-40.95439,-19.46165],[-40.97883,-19.50298],[-41.01332,-19.50298],[-41.04638,-19.48333],[-41.05429,-19.48401],[-41.04135,-19.56664],[-41.09238,-19.58966],[-41.14627,-19.656],[-41.16496,-19.65871],[-41.17933,-19.6939],[-41.19658,-19.74599],[-41.16999,-19.80618],[-41.18939,-19.82375],[-41.18868,-19.88526],[-41.21239,-19.89743],[-41.22964,-19.90216],[-41.24689,-19.93324],[-41.25479,-19.92919],[-41.26988,-19.93797],[-41.30653,-19.93392],[-41.31516,-19.96972],[-41.3245,-19.97647],[-41.313,-20.01226],[-41.33672,-20.05548],[-41.34822,-20.08653],[-41.3554,-20.12094],[-41.37768,-20.15805],[-41.38702,-20.18638],[-41.41074,-20.19448],[-41.4208,-20.20257],[-41.7636,-20.2046],[-41.78516,-20.28483],[-41.85055,-20.3246],[-41.86349,-20.37513],[-41.85127,-20.38187],[-41.84337,-20.40949],[-41.80887,-20.42498],[-41.80672,-20.47211],[-41.83115,-20.47885],[-41.81103,-20.54212],[-41.83115,-20.55086],[-41.86205,-20.61814],[-41.82109,-20.64437],[-41.85343,-20.68068],[-41.87139,-20.72102],[-41.8678,-20.73849],[-41.88002,-20.73984],[-41.88289,-20.76739],[-41.85415,-20.77478],[-41.83331,-20.7983],[-41.80887,-20.80905],[-41.78444,-20.80569],[-41.75138,-20.82382],[-41.74707,-20.87487],[-41.72335,-20.87554],[-41.74132,-20.92723],[-41.72335,-20.97757],[-41.74347,-21.09763],[-41.7291,-21.12579],[-41.594,-21.16332],[-41.57244,-21.18678],[-41.49051,-21.18879],[-41.48332,-21.20085],[-41.43948,-21.22095],[-41.41289,-21.20956],[-41.34965,-21.21291],[-41.27994,-21.2464],[-41.24473,-21.23234],[-41.17718,-21.25511],[-41.09238,-21.2243],[-41.04854,-21.25913],[-41.01548,-21.25578],[-41.00254,-21.28726],[-40.94577,-21.31404]]],terms_url:"https://der.es.gov.br",terms_text:"Departamento de Estradas de Rodagem do Estado do Espírito Santo",overlay:true},{id:"db-inspire-2013-11",name:"Deutsche Bahn VzG lines January 2017",type:"wms",template:"https://wms.michreichert.de/vzg-strecken-2017?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=vzg_strecken,station_codes,level_crossings&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-11-01T00:00:00.000Z",startDate:"2013-11-01T00:00:00.000Z",polygon:[[[8.19422,48.97504],[7.97355,49.02623],[7.94677,49.06313],[7.44328,49.18928],[7.05679,49.11163],[6.94302,49.21345],[6.81633,49.16389],[6.68209,49.24061],[6.3501,49.46202],[6.35353,49.57302],[6.42632,49.67177],[6.50254,49.71885],[6.45241,50.61258],[6.03871,50.71215],[6.00369,50.753],[6.05742,50.8559],[6.0787,50.90247],[6.0727,51.06792],[6.17123,51.33853],[6.22548,51.36554],[6.15715,51.5509],[6.12763,51.91069],[6.79985,51.86661],[7.02851,52.31255],[6.72947,52.64179],[7.07486,52.75269],[7.20532,53.18442],[7.04464,53.33106],[6.5173,53.65785],[8.23529,54.99001],[11.92257,54.52963],[14.1679,54.59631],[14.46591,53.24712],[14.14318,52.83946],[14.64375,52.58613],[14.57646,52.32756],[14.74537,52.06577],[14.66847,51.7353],[14.7234,51.53927],[15.03926,51.28745],[14.98845,51.09207],[14.88922,50.93856],[14.81593,50.87729],[14.63671,50.89116],[14.59311,50.91887],[14.57217,51.01076],[14.26283,51.06473],[14.28086,50.98024],[14.22816,50.85796],[13.69532,50.72883],[13.03442,50.50085],[12.49077,50.34582],[12.32632,50.29277],[12.35379,50.21462],[12.32701,50.16363],[12.1677,50.34889],[12.07707,50.2524],[12.18195,50.21136],[12.26014,50.09069],[12.53892,49.4164],[12.88808,49.3385],[13.21287,49.12439],[13.73952,48.83688],[13.45371,48.56222],[13.40555,48.37812],[13.03648,48.25986],[12.71376,48.10856],[12.93108,47.9376],[13.00455,47.84506],[12.90671,47.73249],[13.05228,47.59329],[12.15792,47.7087],[12.20393,47.61667],[12.17783,47.59815],[11.61753,47.60093],[11.26666,47.39124],[10.9247,47.46811],[10.91578,47.55623],[10.59031,47.5567],[10.29848,47.39937],[9.78144,47.61274],[9.74024,47.52842],[9.00278,47.69137],[8.68933,47.72371],[8.63809,47.70261],[8.63079,47.69359],[8.62127,47.69177],[8.62414,47.68221],[8.61243,47.68115],[8.35382,47.61367],[8.27485,47.619],[8.23709,47.61023],[8.22808,47.60583],[8.20284,47.61555],[8.10834,47.58251],[8.08568,47.5583],[8.06714,47.56444],[8.04981,47.55645],[8.02749,47.55112],[7.98097,47.55494],[7.91917,47.54787],[7.88862,47.58888],[7.81257,47.57122],[7.79455,47.55558],[7.71404,47.54063],[7.66043,47.54485],[7.65219,47.54702],[7.63439,47.56173],[7.61499,47.55669],[7.5834,47.57048],[7.58559,47.5845],[7.59366,47.60048],[7.58761,47.608],[7.51491,47.6652],[7.5434,47.81539],[7.57671,48.02454],[7.56812,48.06012],[7.80639,48.52438],[7.79987,48.58029],[7.80665,48.60106],[8.11014,48.84977],[8.19422,48.97504]]],terms_url:"https://data.deutschebahn.com/dataset/data-streckennetz",terms_text:"Data CC-BY 4.0 Deutsche Bahn AG",overlay:true},{id:"db-inspire-2015-11",name:"Deutsche Bahn VzG lines Nov 2015",type:"wms",template:"https://wms.michreichert.de/vzg-strecken-2015?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=vzg_strecken,station_codes,level_crossings&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-11-01T00:00:00.000Z",startDate:"2015-11-01T00:00:00.000Z",polygon:[[[8.19422,48.97504],[7.97355,49.02623],[7.94677,49.06313],[7.44328,49.18928],[7.05679,49.11163],[6.94302,49.21345],[6.81633,49.16389],[6.68209,49.24061],[6.3501,49.46202],[6.35353,49.57302],[6.42632,49.67177],[6.50254,49.71885],[6.45241,50.61258],[6.03871,50.71215],[6.00369,50.753],[6.05742,50.8559],[6.0787,50.90247],[6.0727,51.06792],[6.17123,51.33853],[6.22548,51.36554],[6.15715,51.5509],[6.12763,51.91069],[6.79985,51.86661],[7.02851,52.31255],[6.72947,52.64179],[7.07486,52.75269],[7.20532,53.18442],[7.04464,53.33106],[6.5173,53.65785],[8.23529,54.99001],[11.92257,54.52963],[14.1679,54.59631],[14.46591,53.24712],[14.14318,52.83946],[14.64375,52.58613],[14.57646,52.32756],[14.74537,52.06577],[14.66847,51.7353],[14.7234,51.53927],[15.03926,51.28745],[14.98845,51.09207],[14.88922,50.93856],[14.81593,50.87729],[14.63671,50.89116],[14.59311,50.91887],[14.57217,51.01076],[14.26283,51.06473],[14.28086,50.98024],[14.22816,50.85796],[13.69532,50.72883],[13.03442,50.50085],[12.49077,50.34582],[12.32632,50.29277],[12.35379,50.21462],[12.32701,50.16363],[12.1677,50.34889],[12.07707,50.2524],[12.18195,50.21136],[12.26014,50.09069],[12.53892,49.4164],[12.88808,49.3385],[13.21287,49.12439],[13.73952,48.83688],[13.45371,48.56222],[13.40555,48.37812],[13.03648,48.25986],[12.71376,48.10856],[12.93108,47.9376],[13.00455,47.84506],[12.90671,47.73249],[13.05228,47.59329],[12.15792,47.7087],[12.20393,47.61667],[12.17783,47.59815],[11.61753,47.60093],[11.26666,47.39124],[10.9247,47.46811],[10.91578,47.55623],[10.59031,47.5567],[10.29848,47.39937],[9.78144,47.61274],[9.74024,47.52842],[9.00278,47.69137],[8.68933,47.72371],[8.63809,47.70261],[8.63079,47.69359],[8.62127,47.69177],[8.62414,47.68221],[8.61243,47.68115],[8.35382,47.61367],[8.27485,47.619],[8.23709,47.61023],[8.22808,47.60583],[8.20284,47.61555],[8.10834,47.58251],[8.08568,47.5583],[8.06714,47.56444],[8.04981,47.55645],[8.02749,47.55112],[7.98097,47.55494],[7.91917,47.54787],[7.88862,47.58888],[7.81257,47.57122],[7.79455,47.55558],[7.71404,47.54063],[7.66043,47.54485],[7.65219,47.54702],[7.63439,47.56173],[7.61499,47.55669],[7.5834,47.57048],[7.58559,47.5845],[7.59366,47.60048],[7.58761,47.608],[7.51491,47.6652],[7.5434,47.81539],[7.57671,48.02454],[7.56812,48.06012],[7.80639,48.52438],[7.79987,48.58029],[7.80665,48.60106],[8.11014,48.84977],[8.19422,48.97504]]],terms_url:"https://data.deutschebahn.com/dataset/data-streckennetz",terms_text:"Data CC-BY 4.0 Deutsche Bahn AG",overlay:true},{id:"DigitalGlobe-Premium",name:"DigitalGlobe Premium Imagery",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/digitalglobe.316c9a2e/{zoom}/{x}/{y}.png?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNqZGFrZ2c2dzFlMWgyd2x0ZHdmMDB6NzYifQ.9Pl3XOO82ArX94fHV289Pg",zoomExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/DigitalGlobe",terms_text:"Terms & Feedback","default":true,description:"DigitalGlobe-Premium is a mosaic composed of DigitalGlobe basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/DigitalGlobePremiumImagery.png"},{id:"DigitalGlobe-Premium-vintage",name:"DigitalGlobe Premium Imagery Vintage",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/digitalglobe.2850d66c/{zoom}/{x}/{y}.png?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNqOTBkcmZjNzJ5ZnozNHF6NnVkOGd6ODYifQ.grAnqgpCjOaeq-ozqt4QNw",zoomExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/DigitalGlobe",terms_text:"Terms & Feedback",description:"Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/DigitalGlobePremiumImagery.png",overlay:true},{id:"DigitalGlobe-Standard",name:"DigitalGlobe Standard Imagery",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/digitalglobe.0a8e44ba/{zoom}/{x}/{y}.png?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNqZGFrZ3pjczNpaHYycXFyMGo0djY3N2IifQ.90uebT4-ow1uqZKTUrf6RQ",zoomExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/DigitalGlobe",terms_text:"Terms & Feedback","default":true,description:"DigitalGlobe-Standard is a curated set of imagery covering 86% of the earth’s landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/DigitalGlobePremiumImagery.png"},{id:"DigitalGlobe-Standard-vintage",name:"DigitalGlobe Standard Imagery Vintage",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/digitalglobe.1412531a/{zoom}/{x}/{y}.png?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNqOTBlYWJ1ZDAza2YyeG14NWVodTA4OWUifQ.wVc8ZOuPuYVw39lhS2j3_g",zoomExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/DigitalGlobe",terms_text:"Terms & Feedback",description:"Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/DigitalGlobePremiumImagery.png",overlay:true},{id:"drone-imagery-2014",name:"Drone Imagery 2014 (Haiti)",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/haiti_2014/{zoom}/{x}/{y}",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",polygon:[[[-72.3286,18.69461],[-72.33034,18.69412],[-72.33117,18.69284],[-72.33413,18.68542],[-72.33452,18.68414],[-72.33443,18.68355],[-72.33375,18.68235],[-72.32147,18.67721],[-72.32027,18.67698],[-72.31909,18.67713],[-72.3183,18.67804],[-72.31508,18.68457],[-72.31394,18.689],[-72.31553,18.68993],[-72.3286,18.69461]],[[-72.34695,18.61833],[-72.34553,18.62166],[-72.34355,18.62447],[-72.34245,18.62553],[-72.34076,18.62658],[-72.33786,18.62639],[-72.33649,18.62597],[-72.33589,18.62504],[-72.33482,18.62559],[-72.33472,18.6255],[-72.33459,18.62513],[-72.33343,18.62438],[-72.33174,18.62469],[-72.3313,18.62457],[-72.33126,18.62321],[-72.33088,18.62276],[-72.33066,18.62277],[-72.32985,18.62345],[-72.32862,18.62186],[-72.32829,18.6218],[-72.32817,18.62193],[-72.32809,18.6218],[-72.32734,18.62261],[-72.32541,18.62101],[-72.32422,18.62122],[-72.32396,18.61869],[-72.32354,18.61815],[-72.32325,18.61818],[-72.32351,18.61877],[-72.32058,18.62031],[-72.32043,18.61993],[-72.31978,18.62066],[-72.31807,18.61907],[-72.31742,18.61958],[-72.31523,18.61782],[-72.31463,18.61844],[-72.31324,18.6165],[-72.31275,18.61677],[-72.31232,18.6172],[-72.31198,18.61704],[-72.31042,18.61764],[-72.31062,18.61564],[-72.30996,18.61526],[-72.30936,18.61623],[-72.30786,18.61542],[-72.30669,18.61623],[-72.30604,18.61704],[-72.30419,18.61545],[-72.30288,18.61688],[-72.30191,18.61637],[-72.30131,18.61552],[-72.30118,18.6158],[-72.30087,18.61546],[-72.30076,18.61567],[-72.30062,18.6156],[-72.30012,18.61609],[-72.29198,18.61365],[-72.29194,18.61347],[-72.29143,18.61342],[-72.29094,18.61323],[-72.29105,18.61199],[-72.29057,18.61152],[-72.28772,18.61145],[-72.28801,18.6096],[-72.2865,18.60968],[-72.28635,18.60799],[-72.28448,18.60844],[-72.28436,18.60789],[-72.283,18.60808],[-72.283,18.60658],[-72.2828,18.60676],[-72.2816,18.60537],[-72.28106,18.60533],[-72.27973,18.60682],[-72.27805,18.60525],[-72.27793,18.6053],[-72.2778,18.60524],[-72.2772,18.60638],[-72.27589,18.60564],[-72.27544,18.60629],[-72.27385,18.60508],[-72.27341,18.60508],[-72.27241,18.60593],[-72.27099,18.60442],[-72.27047,18.60429],[-72.27038,18.60446],[-72.27024,18.60427],[-72.27011,18.60433],[-72.26862,18.60368],[-72.26778,18.6037],[-72.26751,18.60429],[-72.2655,18.60318],[-72.26539,18.60336],[-72.26515,18.60309],[-72.26471,18.603],[-72.26436,18.60331],[-72.26312,18.60193],[-72.26258,18.60188],[-72.262,18.60251],[-72.26139,18.60184],[-72.26106,18.60182],[-72.26106,18.60148],[-72.26014,18.6005],[-72.25994,18.60049],[-72.25803,18.60079],[-72.2576,18.60054],[-72.25691,18.60094],[-72.25413,18.59992],[-72.25093,18.59739],[-72.25062,18.59676],[-72.25033,18.59701],[-72.24451,18.59231],[-72.24215,18.58872],[-72.24167,18.58756],[-72.24077,18.58654],[-72.24147,18.58592],[-72.2413,18.58543],[-72.2395,18.58424],[-72.24007,18.58358],[-72.2382,18.58197],[-72.23868,18.58157],[-72.2385,18.58119],[-72.23703,18.58054],[-72.23612,18.57894],[-72.23646,18.57825],[-72.23636,18.5777],[-72.23467,18.57684],[-72.2353,18.57562],[-72.235,18.57499],[-72.23335,18.57423],[-72.23399,18.57293],[-72.23182,18.57169],[-72.23188,18.57137],[-72.23175,18.57127],[-72.23198,18.5708],[-72.23072,18.5694],[-72.23097,18.56874],[-72.23082,18.56844],[-72.23046,18.56855],[-72.23009,18.56754],[-72.22942,18.56715],[-72.22972,18.56651],[-72.22961,18.566],[-72.22908,18.56612],[-72.22848,18.56396],[-72.22818,18.56395],[-72.22733,18.56421],[-72.2265,18.56179],[-72.22623,18.56191],[-72.22436,18.55908],[-72.22471,18.55882],[-72.22357,18.55689],[-72.22379,18.55675],[-72.22325,18.55579],[-72.22387,18.55544],[-72.22382,18.55528],[-72.22458,18.55483],[-72.22453,18.55439],[-72.22625,18.55408],[-72.22705,18.55349],[-72.22692,18.55333],[-72.2271,18.55324],[-72.22687,18.55273],[-72.22592,18.55308],[-72.22465,18.55027],[-72.22483,18.5501],[-72.22457,18.54956],[-72.22327,18.55014],[-72.22261,18.54869],[-72.2208,18.54918],[-72.22051,18.54852],[-72.22034,18.54865],[-72.2201,18.54845],[-72.21952,18.54876],[-72.21862,18.54755],[-72.2174,18.5478],[-72.21714,18.54733],[-72.21694,18.54734],[-72.21583,18.54517],[-72.21505,18.54533],[-72.21477,18.54494],[-72.21442,18.54218],[-72.21421,18.54233],[-72.21293,18.5401],[-72.21199,18.5404],[-72.21188,18.54025],[-72.21145,18.53781],[-72.21085,18.53797],[-72.21028,18.53545],[-72.20993,18.53465],[-72.20942,18.53478],[-72.20942,18.53456],[-72.20851,18.53472],[-72.2057,18.53039],[-72.20444,18.52693],[-72.20438,18.52643],[-72.20418,18.52637],[-72.20399,18.52572],[-72.20263,18.5222],[-72.20182,18.5197],[-72.20148,18.51742],[-72.20301,18.51606],[-72.20503,18.51506],[-72.20767,18.51432],[-72.20936,18.5142],[-72.2095,18.51448],[-72.21082,18.51416],[-72.21095,18.51444],[-72.21189,18.51412],[-72.21266,18.51403],[-72.21277,18.51417],[-72.21462,18.51393],[-72.21697,18.51569],[-72.21731,18.51648],[-72.21787,18.51642],[-72.21818,18.51975],[-72.21798,18.51984],[-72.21909,18.52189],[-72.22031,18.52152],[-72.22096,18.52382],[-72.22209,18.52355],[-72.22251,18.52685],[-72.22229,18.52693],[-72.22271,18.52726],[-72.22289,18.52707],[-72.2231,18.52722],[-72.22404,18.52681],[-72.22551,18.52936],[-72.22596,18.5297],[-72.22642,18.52964],[-72.2265,18.53018],[-72.2275,18.53118],[-72.22673,18.53171],[-72.22885,18.53383],[-72.22811,18.53435],[-72.22981,18.53623],[-72.22912,18.5367],[-72.22935,18.53731],[-72.23059,18.53875],[-72.23222,18.54189],[-72.23215,18.5421],[-72.23258,18.54324],[-72.23311,18.54304],[-72.2342,18.54558],[-72.23436,18.5455],[-72.23554,18.54776],[-72.23571,18.54779],[-72.23601,18.54899],[-72.23839,18.55165],[-72.23747,18.55231],[-72.23951,18.55397],[-72.23918,18.55413],[-72.2407,18.55661],[-72.24014,18.5568],[-72.24079,18.55824],[-72.24063,18.55835],[-72.24067,18.55845],[-72.24117,18.55815],[-72.24161,18.55898],[-72.24216,18.55882],[-72.24242,18.56062],[-72.24262,18.56101],[-72.24294,18.56089],[-72.24399,18.56371],[-72.24466,18.56356],[-72.24475,18.56413],[-72.24536,18.56445],[-72.2449,18.56525],[-72.24518,18.56549],[-72.245,18.56581],[-72.24499,18.56607],[-72.24543,18.56633],[-72.24559,18.56618],[-72.24588,18.56662],[-72.24687,18.56727],[-72.24662,18.56749],[-72.24781,18.56897],[-72.24728,18.56938],[-72.24859,18.57137],[-72.24894,18.57159],[-72.24865,18.57222],[-72.2488,18.57219],[-72.24885,18.5723],[-72.24945,18.57197],[-72.25068,18.57411],[-72.25147,18.5737],[-72.25251,18.57598],[-72.25339,18.57551],[-72.25491,18.57848],[-72.25462,18.57863],[-72.25467,18.57878],[-72.25505,18.57894],[-72.25495,18.57913],[-72.256,18.58074],[-72.2563,18.58054],[-72.25752,18.58237],[-72.25769,18.58227],[-72.2578,18.5824],[-72.25808,18.5823],[-72.25857,18.5821],[-72.25862,18.58222],[-72.25889,18.58219],[-72.25894,18.58302],[-72.25958,18.58445],[-72.25984,18.58472],[-72.26072,18.58443],[-72.26094,18.58565],[-72.2622,18.58722],[-72.26351,18.58643],[-72.2643,18.58738],[-72.26474,18.58708],[-72.26594,18.58862],[-72.26756,18.58877],[-72.26742,18.58917],[-72.27039,18.58893],[-72.27021,18.5903],[-72.2722,18.59048],[-72.27211,18.59145],[-72.27381,18.59188],[-72.27384,18.59168],[-72.27729,18.59169],[-72.28014,18.59129],[-72.28059,18.59048],[-72.28106,18.59071],[-72.28226,18.58989],[-72.28286,18.59047],[-72.28367,18.58966],[-72.28401,18.59014],[-72.28468,18.59029],[-72.2851,18.58997],[-72.2857,18.59062],[-72.28661,18.59068],[-72.28681,18.59014],[-72.28728,18.59032],[-72.28741,18.59013],[-72.28801,18.59052],[-72.28991,18.59071],[-72.29077,18.58997],[-72.29196,18.59186],[-72.2945,18.59148],[-72.29454,18.59361],[-72.29654,18.59322],[-72.29689,18.59586],[-72.2976,18.59675],[-72.29824,18.59722],[-72.29871,18.5962],[-72.30053,18.59733],[-72.30081,18.59675],[-72.30113,18.59691],[-72.30131,18.59676],[-72.30175,18.59721],[-72.30303,18.59774],[-72.3033,18.59729],[-72.30394,18.59761],[-72.30394,18.59736],[-72.30555,18.59794],[-72.30598,18.59756],[-72.30703,18.59838],[-72.30723,18.59799],[-72.30862,18.59833],[-72.30938,18.59752],[-72.31013,18.5981],[-72.31037,18.59739],[-72.3121,18.5983],[-72.3122,18.59807],[-72.31424,18.59902],[-72.31456,18.59873],[-72.31524,18.59922],[-72.31681,18.59952],[-72.31662,18.60004],[-72.31958,18.60072],[-72.31907,18.60202],[-72.32042,18.60247],[-72.32061,18.60242],[-72.32082,18.60267],[-72.3211,18.6027],[-72.32105,18.60298],[-72.32144,18.60347],[-72.32368,18.60322],[-72.32375,18.60432],[-72.32584,18.60436],[-72.32588,18.60522],[-72.32617,18.60585],[-72.32864,18.60525],[-72.32897,18.60527],[-72.32916,18.60727],[-72.33006,18.60812],[-72.3294,18.60867],[-72.33004,18.60959],[-72.33282,18.60949],[-72.33258,18.61058],[-72.33302,18.61005],[-72.3335,18.61054],[-72.33477,18.61035],[-72.33485,18.61167],[-72.33735,18.61174],[-72.33725,18.61237],[-72.33767,18.61298],[-72.34038,18.61306],[-72.34016,18.6138],[-72.34153,18.61384],[-72.34258,18.61457],[-72.3426,18.61512],[-72.34306,18.61499],[-72.34682,18.61792],[-72.34695,18.61833]],[[-72.72363,19.09461],[-72.72302,19.09518],[-72.72206,19.0965],[-72.72169,19.09612],[-72.72164,19.0962],[-72.72132,19.09609],[-72.72073,19.0967],[-72.7198,19.09587],[-72.71965,19.09591],[-72.7197,19.09601],[-72.71955,19.09602],[-72.71911,19.09623],[-72.71906,19.09627],[-72.71904,19.09625],[-72.71888,19.09631],[-72.71886,19.09626],[-72.71817,19.09643],[-72.71776,19.09679],[-72.71756,19.09657],[-72.71693,19.09705],[-72.71713,19.09735],[-72.71495,19.0988],[-72.71479,19.09852],[-72.71483,19.09849],[-72.7148,19.0984],[-72.71455,19.09859],[-72.71449,19.09851],[-72.71413,19.09877],[-72.71413,19.09893],[-72.71419,19.09891],[-72.71417,19.09978],[-72.71324,19.09971],[-72.71287,19.09974],[-72.71295,19.09967],[-72.71278,19.09968],[-72.71278,19.09977],[-72.71282,19.09976],[-72.71285,19.09988],[-72.71266,19.09989],[-72.71266,19.09987],[-72.71245,19.09987],[-72.71182,19.09991],[-72.71178,19.10012],[-72.71157,19.10009],[-72.71147,19.10102],[-72.71042,19.10086],[-72.71039,19.10119],[-72.7103,19.1012],[-72.71031,19.10151],[-72.7097,19.10156],[-72.7097,19.10162],[-72.70917,19.10169],[-72.70917,19.1021],[-72.70828,19.10211],[-72.70809,19.10289],[-72.70788,19.10284],[-72.70798,19.10367],[-72.70724,19.1038],[-72.70731,19.10501],[-72.70723,19.10501],[-72.70736,19.10565],[-72.70637,19.10584],[-72.7062,19.10714],[-72.70588,19.10706],[-72.70591,19.10747],[-72.7053,19.10757],[-72.7054,19.10813],[-72.70568,19.10809],[-72.70568,19.10928],[-72.70591,19.11013],[-72.70589,19.11022],[-72.70574,19.11025],[-72.70574,19.11116],[-72.70538,19.11114],[-72.70557,19.11247],[-72.70499,19.11256],[-72.70537,19.11361],[-72.7047,19.11388],[-72.70496,19.11563],[-72.70418,19.11564],[-72.70442,19.11762],[-72.70371,19.11764],[-72.70371,19.1178],[-72.70352,19.11779],[-72.70339,19.12227],[-72.70264,19.12205],[-72.70253,19.12301],[-72.70289,19.12592],[-72.70308,19.12595],[-72.70316,19.12864],[-72.70234,19.12997],[-72.70206,19.1301],[-72.69987,19.1305],[-72.69325,19.13064],[-72.687,19.13075],[-72.68456,19.13073],[-72.68338,19.13056],[-72.6828,19.1297],[-72.68203,19.1283],[-72.68201,19.12715],[-72.68158,19.12714],[-72.68187,19.12508],[-72.68185,19.12507],[-72.68215,19.12414],[-72.68253,19.12295],[-72.68265,19.12243],[-72.68263,19.12185],[-72.68302,19.12185],[-72.68301,19.12132],[-72.68286,19.12133],[-72.68293,19.11947],[-72.68251,19.11946],[-72.68256,19.11803],[-72.68265,19.11751],[-72.68265,19.11703],[-72.68318,19.11704],[-72.68319,19.11685],[-72.68371,19.11687],[-72.68384,19.11684],[-72.684,19.11685],[-72.68398,19.11689],[-72.68426,19.11688],[-72.68426,19.11679],[-72.68481,19.11674],[-72.68546,19.11667],[-72.68557,19.11664],[-72.68551,19.11664],[-72.6856,19.11662],[-72.68595,19.11658],[-72.68596,19.11654],[-72.68608,19.11654],[-72.68661,19.11663],[-72.68662,19.11656],[-72.68713,19.11665],[-72.68721,19.11666],[-72.68721,19.11663],[-72.6878,19.11666],[-72.68779,19.11659],[-72.68833,19.11663],[-72.68832,19.11658],[-72.68928,19.11657],[-72.6897,19.11656],[-72.68998,19.11644],[-72.6902,19.11644],[-72.69019,19.11615],[-72.69027,19.11563],[-72.69029,19.11541],[-72.69017,19.11543],[-72.69018,19.11493],[-72.69018,19.11458],[-72.69019,19.11445],[-72.69022,19.11433],[-72.6902,19.11406],[-72.68972,19.11398],[-72.68968,19.11397],[-72.68973,19.11415],[-72.68974,19.1142],[-72.68937,19.11417],[-72.68872,19.11412],[-72.688,19.11412],[-72.68758,19.11409],[-72.68759,19.11401],[-72.68736,19.11403],[-72.68711,19.11406],[-72.68682,19.11406],[-72.68677,19.11405],[-72.68591,19.11422],[-72.68554,19.11421],[-72.68557,19.11369],[-72.68554,19.11308],[-72.68533,19.11314],[-72.6852,19.11316],[-72.68519,19.1132],[-72.68504,19.11325],[-72.68495,19.1127],[-72.68474,19.11278],[-72.68468,19.11277],[-72.68446,19.11281],[-72.68416,19.1128],[-72.6836,19.11254],[-72.68353,19.11102],[-72.68363,19.11007],[-72.68338,19.11003],[-72.68344,19.10974],[-72.68295,19.1096],[-72.68305,19.10892],[-72.68111,19.10826],[-72.68112,19.1081],[-72.67965,19.10781],[-72.67968,19.10765],[-72.67923,19.10749],[-72.67916,19.10802],[-72.67838,19.10755],[-72.67779,19.10753],[-72.67775,19.10769],[-72.67623,19.10765],[-72.67606,19.10762],[-72.67621,19.10797],[-72.67549,19.10804],[-72.67548,19.1079],[-72.67431,19.10804],[-72.67432,19.10795],[-72.67398,19.10794],[-72.67382,19.10798],[-72.6739,19.10864],[-72.67319,19.10856],[-72.67307,19.10852],[-72.67284,19.10855],[-72.67276,19.10855],[-72.67286,19.10907],[-72.67284,19.10915],[-72.67251,19.10903],[-72.67236,19.10906],[-72.6723,19.10905],[-72.67224,19.10913],[-72.67179,19.10912],[-72.67051,19.10679],[-72.6704,19.10401],[-72.67048,19.10396],[-72.67032,19.10223],[-72.67034,19.1016],[-72.67062,19.09856],[-72.67121,19.09697],[-72.67278,19.09595],[-72.67277,19.09629],[-72.67364,19.09636],[-72.6736,19.09662],[-72.67484,19.09623],[-72.67489,19.09666],[-72.67566,19.09655],[-72.67566,19.09648],[-72.67655,19.09642],[-72.67772,19.09626],[-72.67786,19.09675],[-72.67784,19.09689],[-72.67826,19.09677],[-72.67837,19.09698],[-72.67858,19.09698],[-72.67853,19.09665],[-72.67878,19.09666],[-72.67861,19.09635],[-72.67927,19.09633],[-72.67973,19.0962],[-72.68015,19.09604],[-72.68058,19.09598],[-72.68029,19.09501],[-72.68072,19.095],[-72.68066,19.09474],[-72.68048,19.09418],[-72.68037,19.09335],[-72.68064,19.09335],[-72.68064,19.09266],[-72.67973,19.09263],[-72.67972,19.09269],[-72.67943,19.09266],[-72.67966,19.09132],[-72.67977,19.09107],[-72.68249,19.0892],[-72.68272,19.08907],[-72.68506,19.0888],[-72.68508,19.08888],[-72.68616,19.08873],[-72.6862,19.08887],[-72.68718,19.08866],[-72.68717,19.0886],[-72.68849,19.08844],[-72.68852,19.08847],[-72.69006,19.0884],[-72.69018,19.08871],[-72.69227,19.08828],[-72.69229,19.08887],[-72.69218,19.08924],[-72.69222,19.08928],[-72.69277,19.08923],[-72.69279,19.08933],[-72.69335,19.08934],[-72.69289,19.0888],[-72.69274,19.0883],[-72.69496,19.08857],[-72.69571,19.08831],[-72.69579,19.08892],[-72.69625,19.08904],[-72.69649,19.08889],[-72.69849,19.08845],[-72.69849,19.08866],[-72.6988,19.08858],[-72.69885,19.08895],[-72.69884,19.08903],[-72.69926,19.08895],[-72.70023,19.08884],[-72.70023,19.08893],[-72.70088,19.08892],[-72.7014,19.08887],[-72.70128,19.08828],[-72.70257,19.08859],[-72.70282,19.08874],[-72.70309,19.08883],[-72.70293,19.08855],[-72.70341,19.08862],[-72.70557,19.08863],[-72.70552,19.08906],[-72.70665,19.08889],[-72.70666,19.08938],[-72.70902,19.08917],[-72.70898,19.0891],[-72.71116,19.08894],[-72.71121,19.0892],[-72.71281,19.08912],[-72.71286,19.0898],[-72.71502,19.08882],[-72.71569,19.08838],[-72.71573,19.08847],[-72.7161,19.08824],[-72.71598,19.08795],[-72.71653,19.0877],[-72.71653,19.08761],[-72.71579,19.08781],[-72.71676,19.08727],[-72.71671,19.08717],[-72.71815,19.08638],[-72.71795,19.08602],[-72.71954,19.08518],[-72.71954,19.08511],[-72.72217,19.08467],[-72.72327,19.08506],[-72.72622,19.08712],[-72.72763,19.0891],[-72.72752,19.08973],[-72.72548,19.09295],[-72.72482,19.09403],[-72.72399,19.09495],[-72.72363,19.09461]],[[-72.06537,19.65239],[-72.06565,19.6518],[-72.06603,19.65128],[-72.06697,19.65109],[-72.0676,19.6511],[-72.07102,19.65223],[-72.0719,19.65254],[-72.07189,19.65255],[-72.07264,19.6528],[-72.07262,19.65284],[-72.07268,19.65286],[-72.07269,19.65283],[-72.0733,19.65305],[-72.07393,19.65327],[-72.07416,19.65347],[-72.07418,19.65351],[-72.07435,19.65395],[-72.07432,19.65425],[-72.07419,19.65495],[-72.07399,19.65583],[-72.07384,19.65648],[-72.07307,19.65805],[-72.07274,19.65866],[-72.0727,19.65869],[-72.07228,19.65915],[-72.07221,19.65917],[-72.07196,19.65916],[-72.0714,19.65909],[-72.07012,19.65866],[-72.07017,19.65856],[-72.06983,19.65852],[-72.06984,19.65848],[-72.06939,19.65841],[-72.06944,19.65823],[-72.06941,19.65823],[-72.06937,19.65836],[-72.06842,19.65807],[-72.06707,19.65759],[-72.06451,19.65663],[-72.06434,19.65632],[-72.06421,19.65547],[-72.06422,19.65541],[-72.06472,19.65379],[-72.06487,19.65351],[-72.06537,19.65239]],[[-72.23222,18.69173],[-72.23182,18.69172],[-72.23115,18.69168],[-72.23128,18.69161],[-72.23072,18.69152],[-72.23068,18.69147],[-72.23135,18.69159],[-72.23157,18.69149],[-72.23162,18.69137],[-72.23165,18.69134],[-72.23165,18.69164],[-72.23222,18.69173]],[[-72.2406,18.69192],[-72.23953,18.6921],[-72.23891,18.69207],[-72.23878,18.69207],[-72.23856,18.692],[-72.23818,18.69192],[-72.23186,18.69054],[-72.22977,18.69113],[-72.21709,18.68967],[-72.21618,18.68724],[-72.21599,18.68673],[-72.21602,18.68659],[-72.2159,18.68601],[-72.21581,18.68593],[-72.21561,18.68483],[-72.21569,18.6847],[-72.21578,18.68435],[-72.21595,18.68347],[-72.21629,18.68289],[-72.2164,18.68221],[-72.21633,18.68211],[-72.21641,18.68208],[-72.21642,18.68189],[-72.21694,18.6813],[-72.21685,18.68096],[-72.21693,18.68099],[-72.21722,18.68091],[-72.21734,18.6808],[-72.21731,18.67964],[-72.21749,18.67958],[-72.21749,18.67946],[-72.21747,18.67908],[-72.21743,18.67853],[-72.21739,18.6785],[-72.21718,18.6786],[-72.2171,18.67856],[-72.21708,18.67838],[-72.21724,18.67767],[-72.21724,18.67745],[-72.21721,18.67744],[-72.21681,18.67754],[-72.21671,18.67688],[-72.21662,18.67612],[-72.21642,18.67621],[-72.21601,18.67548],[-72.21596,18.67551],[-72.21589,18.67549],[-72.21552,18.6756],[-72.2154,18.67561],[-72.21529,18.6757],[-72.21521,18.67571],[-72.21491,18.67472],[-72.21464,18.67387],[-72.21456,18.6737],[-72.21447,18.67348],[-72.21413,18.67301],[-72.21427,18.67293],[-72.21413,18.67271],[-72.21383,18.67278],[-72.21339,18.67181],[-72.21178,18.67209],[-72.21169,18.67172],[-72.21135,18.67183],[-72.21116,18.67196],[-72.21077,18.67121],[-72.21058,18.67129],[-72.20984,18.66963],[-72.20972,18.6697],[-72.20966,18.66968],[-72.20918,18.66838],[-72.20895,18.66773],[-72.2093,18.66606],[-72.20937,18.66571],[-72.20974,18.66536],[-72.21031,18.66477],[-72.21021,18.66416],[-72.21042,18.66401],[-72.2111,18.66329],[-72.21167,18.66268],[-72.21179,18.66236],[-72.21206,18.66242],[-72.21193,18.66185],[-72.21188,18.66155],[-72.21199,18.66147],[-72.21239,18.66137],[-72.21331,18.66103],[-72.21393,18.66039],[-72.21376,18.65992],[-72.21355,18.65956],[-72.21376,18.65943],[-72.21349,18.65869],[-72.21296,18.65736],[-72.21357,18.6572],[-72.21312,18.65639],[-72.21281,18.65534],[-72.21317,18.6551],[-72.21308,18.65459],[-72.21347,18.65438],[-72.21374,18.65436],[-72.21382,18.65416],[-72.2135,18.65353],[-72.21304,18.65171],[-72.21345,18.65143],[-72.21341,18.65133],[-72.21364,18.65105],[-72.21418,18.65077],[-72.21378,18.65016],[-72.21364,18.64989],[-72.21372,18.64975],[-72.21429,18.64943],[-72.21379,18.64934],[-72.21362,18.64922],[-72.21382,18.64869],[-72.21354,18.64765],[-72.21331,18.64717],[-72.21366,18.64552],[-72.21389,18.64539],[-72.21377,18.6451],[-72.214,18.64399],[-72.21412,18.64378],[-72.21437,18.64347],[-72.2158,18.64222],[-72.21601,18.64217],[-72.21761,18.64218],[-72.21778,18.64272],[-72.21798,18.64256],[-72.21816,18.64236],[-72.21821,18.6422],[-72.22119,18.64222],[-72.22125,18.6423],[-72.22135,18.64224],[-72.2215,18.64223],[-72.22293,18.64229],[-72.22299,18.64235],[-72.22311,18.64227],[-72.22717,18.64249],[-72.22828,18.64281],[-72.22811,18.6432],[-72.22848,18.64325],[-72.22919,18.64258],[-72.2304,18.64263],[-72.23711,18.64295],[-72.23719,18.64317],[-72.23807,18.64322],[-72.23828,18.64298],[-72.23988,18.64306],[-72.24332,18.6434],[-72.24367,18.64387],[-72.24518,18.64437],[-72.2456,18.64364],[-72.24562,18.64372],[-72.24574,18.64363],[-72.24723,18.64378],[-72.24853,18.64441],[-72.24918,18.64397],[-72.25155,18.64418],[-72.25382,18.64516],[-72.2546,18.64564],[-72.25517,18.64642],[-72.2554,18.64807],[-72.25531,18.64812],[-72.2552,18.64828],[-72.2555,18.64881],[-72.25586,18.64847],[-72.25603,18.64856],[-72.25625,18.64848],[-72.25685,18.64755],[-72.25965,18.64494],[-72.26253,18.64336],[-72.26304,18.64362],[-72.26388,18.64308],[-72.26486,18.64445],[-72.26525,18.64373],[-72.26533,18.64378],[-72.26576,18.64259],[-72.26652,18.64289],[-72.26641,18.64135],[-72.26714,18.64137],[-72.26737,18.6407],[-72.26824,18.64023],[-72.26853,18.6403],[-72.26901,18.63988],[-72.26908,18.63978],[-72.26948,18.63958],[-72.27214,18.63895],[-72.27383,18.63988],[-72.27375,18.64004],[-72.27476,18.64088],[-72.27501,18.64054],[-72.27622,18.64161],[-72.27639,18.64131],[-72.27652,18.64138],[-72.27845,18.643],[-72.27896,18.64273],[-72.2823,18.64457],[-72.28387,18.64607],[-72.28384,18.64611],[-72.28412,18.64641],[-72.28401,18.64647],[-72.28455,18.6471],[-72.28538,18.64803],[-72.28569,18.64785],[-72.28642,18.64857],[-72.28724,18.64936],[-72.28775,18.65003],[-72.28724,18.65028],[-72.28768,18.65089],[-72.28708,18.65122],[-72.28656,18.65188],[-72.28736,18.6532],[-72.2872,18.65332],[-72.2873,18.65355],[-72.28905,18.65383],[-72.28882,18.65459],[-72.28889,18.6546],[-72.28878,18.65512],[-72.29013,18.65481],[-72.29084,18.65766],[-72.2902,18.65767],[-72.29076,18.66015],[-72.28998,18.66022],[-72.29045,18.66151],[-72.29022,18.66161],[-72.29033,18.66256],[-72.29138,18.66227],[-72.29155,18.66276],[-72.29368,18.66243],[-72.29377,18.663],[-72.29441,18.66289],[-72.29444,18.66273],[-72.29656,18.66246],[-72.29662,18.66262],[-72.29708,18.66261],[-72.29692,18.66184],[-72.30025,18.66195],[-72.30141,18.66311],[-72.30141,18.66397],[-72.30192,18.66392],[-72.30197,18.66454],[-72.30311,18.66471],[-72.30471,18.66632],[-72.30471,18.66668],[-72.30505,18.66666],[-72.30529,18.66692],[-72.30519,18.66768],[-72.30607,18.66759],[-72.30749,18.66901],[-72.30782,18.67109],[-72.30784,18.67216],[-72.30757,18.67405],[-72.30716,18.67526],[-72.30674,18.67537],[-72.30687,18.67599],[-72.30657,18.67612],[-72.30611,18.67602],[-72.30585,18.67705],[-72.30607,18.67726],[-72.3061,18.67744],[-72.30635,18.678],[-72.30609,18.67871],[-72.30587,18.67881],[-72.3059,18.67951],[-72.30556,18.68062],[-72.30395,18.68368],[-72.30377,18.68373],[-72.30139,18.68415],[-72.29912,18.68452],[-72.29899,18.68432],[-72.29826,18.6844],[-72.29828,18.6845],[-72.29502,18.68412],[-72.29419,18.68422],[-72.29408,18.68376],[-72.29202,18.68398],[-72.29191,18.68364],[-72.29101,18.68377],[-72.29095,18.68347],[-72.29037,18.68378],[-72.29035,18.68363],[-72.28936,18.68384],[-72.28913,18.68345],[-72.28766,18.6835],[-72.2877,18.68329],[-72.28538,18.68344],[-72.2849,18.68243],[-72.28449,18.68243],[-72.28376,18.68198],[-72.28268,18.68186],[-72.2822,18.68284],[-72.28268,18.68296],[-72.28164,18.68413],[-72.28111,18.68523],[-72.28129,18.68628],[-72.28089,18.68726],[-72.28036,18.68726],[-72.28036,18.68762],[-72.2715,18.688],[-72.2715,18.68774],[-72.27171,18.6875],[-72.27193,18.68611],[-72.2713,18.68611],[-72.27115,18.68635],[-72.27115,18.68735],[-72.26903,18.68805],[-72.26661,18.68821],[-72.26315,18.68817],[-72.25798,18.6868],[-72.25503,18.68501],[-72.25415,18.68242],[-72.25408,18.68278],[-72.25266,18.68732],[-72.25106,18.68819],[-72.24828,18.68927],[-72.24695,18.68917],[-72.24718,18.68966],[-72.24628,18.68966],[-72.24632,18.68997],[-72.24527,18.69032],[-72.24487,18.69045],[-72.24361,18.69036],[-72.24351,18.69029],[-72.24321,18.6903],[-72.24318,18.69051],[-72.24324,18.69061],[-72.24325,18.691],[-72.24303,18.69122],[-72.24166,18.69171],[-72.24149,18.69178],[-72.2406,18.69192]],[[-72.27545,18.56614],[-72.27419,18.56701],[-72.27356,18.56701],[-72.27297,18.56706],[-72.27227,18.56707],[-72.27191,18.56707],[-72.27178,18.56718],[-72.2709,18.56724],[-72.27064,18.56724],[-72.26998,18.56708],[-72.26875,18.56671],[-72.2684,18.56661],[-72.26809,18.56639],[-72.26781,18.56611],[-72.26744,18.5652],[-72.26739,18.56308],[-72.26738,18.5626],[-72.26742,18.56195],[-72.26799,18.56064],[-72.26822,18.56014],[-72.26856,18.55975],[-72.26871,18.55962],[-72.2702,18.55963],[-72.27181,18.55967],[-72.27491,18.55982],[-72.27579,18.55986],[-72.27588,18.55999],[-72.2758,18.56491],[-72.27578,18.56541],[-72.27575,18.56556],[-72.27552,18.56608],[-72.27545,18.56614]],[[-72.33318,18.56014],[-72.33166,18.55959],[-72.33021,18.55904],[-72.32919,18.55866],[-72.3292,18.55861],[-72.32887,18.55838],[-72.32868,18.55826],[-72.3282,18.55827],[-72.32815,18.55828],[-72.3261,18.55752],[-72.32604,18.5575],[-72.32604,18.55745],[-72.32589,18.55732],[-72.32551,18.5573],[-72.32437,18.55688],[-72.32411,18.55678],[-72.32379,18.55662],[-72.32348,18.55633],[-72.32315,18.55628],[-72.32174,18.55556],[-72.32143,18.55541],[-72.3205,18.55488],[-72.32019,18.5547],[-72.32007,18.55453],[-72.31984,18.55412],[-72.31984,18.55385],[-72.31998,18.55322],[-72.32046,18.55124],[-72.32056,18.55083],[-72.32066,18.55047],[-72.32068,18.55039],[-72.32111,18.54857],[-72.32127,18.54791],[-72.32147,18.54719],[-72.32153,18.54699],[-72.322,18.5458],[-72.32203,18.54575],[-72.32354,18.54486],[-72.3236,18.54483],[-72.3236,18.54481],[-72.32486,18.54407],[-72.32534,18.54378],[-72.32533,18.5439],[-72.32534,18.54392],[-72.32555,18.54416],[-72.32588,18.54452],[-72.3259,18.54453],[-72.32621,18.54452],[-72.3266,18.54452],[-72.32666,18.54398],[-72.32669,18.54367],[-72.32666,18.54361],[-72.32666,18.54356],[-72.32669,18.54356],[-72.32677,18.5436],[-72.32704,18.54363],[-72.32714,18.5432],[-72.32713,18.54314],[-72.32704,18.54317],[-72.32697,18.54316],[-72.32698,18.54296],[-72.32697,18.54293],[-72.32697,18.54281],[-72.32728,18.54263],[-72.32814,18.5424],[-72.32864,18.54226],[-72.3297,18.54228],[-72.32979,18.54228],[-72.33174,18.54279],[-72.33242,18.54298],[-72.33329,18.54319],[-72.33328,18.54321],[-72.33529,18.54372],[-72.33589,18.54387],[-72.33689,18.54504],[-72.33734,18.54555],[-72.33761,18.546],[-72.33783,18.54639],[-72.33788,18.54658],[-72.33791,18.54693],[-72.33792,18.54705],[-72.33763,18.54705],[-72.33749,18.54705],[-72.33751,18.54753],[-72.33751,18.54764],[-72.33747,18.54764],[-72.33748,18.54773],[-72.33742,18.54773],[-72.33739,18.54776],[-72.33735,18.54773],[-72.33734,18.54774],[-72.33726,18.54774],[-72.33725,18.54782],[-72.33725,18.54804],[-72.33728,18.548],[-72.3373,18.54798],[-72.3373,18.54796],[-72.33737,18.54788],[-72.33739,18.54789],[-72.33741,18.5478],[-72.33744,18.5478],[-72.33755,18.5477],[-72.33752,18.54764],[-72.33773,18.54741],[-72.33775,18.54741],[-72.33775,18.54737],[-72.33789,18.54721],[-72.3389,18.54828],[-72.33902,18.54842],[-72.34008,18.55026],[-72.34014,18.55034],[-72.34028,18.55068],[-72.34041,18.55099],[-72.34029,18.55156],[-72.34021,18.55185],[-72.33985,18.55283],[-72.33973,18.55315],[-72.33927,18.55425],[-72.33914,18.55457],[-72.33915,18.55458],[-72.3391,18.5547],[-72.33896,18.55506],[-72.33847,18.55626],[-72.33842,18.55625],[-72.33844,18.55631],[-72.33832,18.55661],[-72.33822,18.55686],[-72.33821,18.55687],[-72.33816,18.55699],[-72.33815,18.55698],[-72.33807,18.557],[-72.33803,18.557],[-72.33806,18.55726],[-72.338,18.55742],[-72.33716,18.5593],[-72.33709,18.55945],[-72.33843,18.55931],[-72.33929,18.55922],[-72.33982,18.55941],[-72.33983,18.55943],[-72.34028,18.55975],[-72.34092,18.5598],[-72.34096,18.5598],[-72.34413,18.5609],[-72.3446,18.56107],[-72.34472,18.56111],[-72.34472,18.56109],[-72.34829,18.5623],[-72.34912,18.5626],[-72.35035,18.56335],[-72.35302,18.56496],[-72.35333,18.56616],[-72.35351,18.56901],[-72.35337,18.56949],[-72.35156,18.57185],[-72.35042,18.57341],[-72.35036,18.57338],[-72.34849,18.57592],[-72.34815,18.57636],[-72.34756,18.57636],[-72.34753,18.57634],[-72.34746,18.57647],[-72.34745,18.57639],[-72.34705,18.57703],[-72.34659,18.57672],[-72.34649,18.57683],[-72.34544,18.57618],[-72.34365,18.57629],[-72.34361,18.57636],[-72.34354,18.57631],[-72.34258,18.5764],[-72.34252,18.57699],[-72.3428,18.57707],[-72.343,18.57715],[-72.3429,18.57737],[-72.34338,18.5774],[-72.34321,18.57803],[-72.34324,18.57803],[-72.3432,18.57816],[-72.3444,18.57852],[-72.34395,18.57972],[-72.34414,18.57976],[-72.34377,18.58067],[-72.34424,18.58074],[-72.34398,18.58155],[-72.34388,18.58181],[-72.34392,18.5818],[-72.34371,18.5823],[-72.34375,18.58229],[-72.34371,18.58237],[-72.34283,18.58355],[-72.3424,18.58413],[-72.34238,18.58411],[-72.34234,18.58411],[-72.34209,18.58403],[-72.34207,18.58434],[-72.342,18.58433],[-72.34192,18.58474],[-72.34192,18.58477],[-72.34118,18.58575],[-72.3408,18.58627],[-72.34024,18.58655],[-72.33983,18.58675],[-72.33542,18.58843],[-72.33539,18.58845],[-72.33539,18.58843],[-72.33517,18.58851],[-72.3346,18.58806],[-72.33372,18.58896],[-72.33361,18.58917],[-72.33295,18.58941],[-72.33253,18.58912],[-72.33252,18.58916],[-72.33168,18.58889],[-72.33157,18.5891],[-72.33152,18.58918],[-72.33153,18.58917],[-72.33152,18.5892],[-72.33158,18.58929],[-72.33161,18.58934],[-72.33136,18.58951],[-72.33134,18.58953],[-72.33135,18.58954],[-72.3313,18.58963],[-72.33132,18.58976],[-72.33112,18.58977],[-72.33118,18.58983],[-72.33097,18.59017],[-72.33011,18.5905],[-72.32965,18.59068],[-72.32418,18.59182],[-72.3238,18.59189],[-72.32228,18.59068],[-72.32079,18.58947],[-72.32076,18.58801],[-72.32078,18.588],[-72.32078,18.58706],[-72.32073,18.58691],[-72.32073,18.58626],[-72.32092,18.58625],[-72.32081,18.58589],[-72.32074,18.58593],[-72.3207,18.58531],[-72.32114,18.58437],[-72.32185,18.58274],[-72.32202,18.58277],[-72.3222,18.58276],[-72.32211,18.58251],[-72.32196,18.58249],[-72.32242,18.5815],[-72.32245,18.5815],[-72.32295,18.58034],[-72.32368,18.579],[-72.32465,18.57947],[-72.32575,18.57852],[-72.32661,18.5778],[-72.32721,18.57838],[-72.32824,18.57817],[-72.32848,18.57756],[-72.32855,18.5776],[-72.32938,18.57666],[-72.32907,18.57629],[-72.32936,18.57607],[-72.32877,18.57563],[-72.32975,18.57451],[-72.32968,18.57443],[-72.32989,18.57408],[-72.32994,18.57359],[-72.3296,18.57363],[-72.32997,18.57247],[-72.33009,18.57153],[-72.33017,18.57152],[-72.33047,18.57045],[-72.3314,18.57052],[-72.33167,18.56999],[-72.33027,18.56999],[-72.33025,18.57003],[-72.33006,18.57004],[-72.3297,18.57],[-72.32981,18.56877],[-72.32877,18.56765],[-72.32858,18.56749],[-72.32877,18.56711],[-72.32912,18.5668],[-72.32897,18.56664],[-72.32938,18.56572],[-72.32946,18.56554],[-72.33052,18.56424],[-72.33056,18.56424],[-72.33056,18.5642],[-72.33105,18.56367],[-72.33112,18.56374],[-72.33111,18.56376],[-72.33117,18.56377],[-72.33131,18.56391],[-72.33153,18.5641],[-72.33154,18.56385],[-72.33161,18.56365],[-72.33168,18.56329],[-72.33169,18.56322],[-72.33171,18.56319],[-72.33181,18.5628],[-72.33187,18.5626],[-72.33299,18.56123],[-72.33318,18.561],[-72.33365,18.56064],[-72.33393,18.56042],[-72.33367,18.56033],[-72.33367,18.56027],[-72.33332,18.56011],[-72.33318,18.56014]],[[-72.31173,18.56168],[-72.31195,18.56259],[-72.31221,18.56365],[-72.31259,18.56628],[-72.31254,18.5663],[-72.31264,18.56654],[-72.31266,18.56682],[-72.3127,18.56687],[-72.31276,18.56734],[-72.31256,18.56746],[-72.31232,18.56754],[-72.31229,18.56757],[-72.31199,18.5677],[-72.31216,18.56801],[-72.31227,18.56815],[-72.31231,18.56828],[-72.31239,18.56841],[-72.31291,18.56909],[-72.31281,18.56916],[-72.31306,18.56945],[-72.31309,18.56956],[-72.31323,18.57061],[-72.31325,18.57137],[-72.31325,18.57213],[-72.31234,18.57268],[-72.31117,18.57341],[-72.30971,18.5739],[-72.30911,18.5739],[-72.30894,18.57369],[-72.3086,18.57389],[-72.30712,18.57389],[-72.307,18.57357],[-72.30666,18.57388],[-72.30605,18.57389],[-72.30581,18.57367],[-72.30555,18.57388],[-72.3007,18.57387],[-72.30059,18.57369],[-72.30044,18.57386],[-72.29691,18.57388],[-72.29518,18.57386],[-72.295,18.57371],[-72.29473,18.57341],[-72.29387,18.5722],[-72.29341,18.57156],[-72.29338,18.57142],[-72.2933,18.57075],[-72.29338,18.57008],[-72.29349,18.56992],[-72.29361,18.56978],[-72.29361,18.56985],[-72.29378,18.56959],[-72.29364,18.56957],[-72.29345,18.56951],[-72.29358,18.56919],[-72.29389,18.56859],[-72.29373,18.56847],[-72.29359,18.56827],[-72.29359,18.5681],[-72.29379,18.5679],[-72.29403,18.56774],[-72.29387,18.56762],[-72.29368,18.56743],[-72.29396,18.56457],[-72.29411,18.56426],[-72.29401,18.56418],[-72.29402,18.5638],[-72.29412,18.56283],[-72.29451,18.56209],[-72.29462,18.56196],[-72.29767,18.5617],[-72.29849,18.56192],[-72.29864,18.56184],[-72.29857,18.56174],[-72.2988,18.56157],[-72.30144,18.56133],[-72.30181,18.56176],[-72.30228,18.56125],[-72.30275,18.56122],[-72.30427,18.56126],[-72.30505,18.56147],[-72.30522,18.5613],[-72.30609,18.56132],[-72.30821,18.56138],[-72.31173,18.56168]]]},{id:"DroneImageryCanaanHaitiNovember2015",name:"Drone Imagery Canaan(Haiti) November 2015",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/haiti_canaan_nov2015/{zoom}/{x}/{y}",endDate:"2015-11-01T00:00:00.000Z",startDate:"2015-11-01T00:00:00.000Z",polygon:[[[-72.23109,18.67676],[-72.23101,18.67675],[-72.23108,18.67675],[-72.23104,18.67669],[-72.23105,18.67665],[-72.23151,18.67663],[-72.23153,18.67665],[-72.23146,18.67676],[-72.23285,18.67669],[-72.23506,18.67641],[-72.23507,18.67638],[-72.23507,18.67635],[-72.23505,18.67635],[-72.23511,18.6762],[-72.23509,18.67614],[-72.23523,18.67613],[-72.23522,18.67611],[-72.23523,18.67606],[-72.2352,18.67598],[-72.23515,18.6758],[-72.23629,18.67565],[-72.23625,18.67553],[-72.23624,18.67551],[-72.23648,18.67548],[-72.23648,18.67565],[-72.23648,18.67581],[-72.23689,18.67575],[-72.2372,18.67571],[-72.23747,18.67567],[-72.23772,18.67563],[-72.23805,18.6756],[-72.23854,18.67555],[-72.23888,18.67552],[-72.239,18.67551],[-72.23897,18.67565],[-72.23897,18.67571],[-72.23901,18.67576],[-72.239,18.67576],[-72.23902,18.67584],[-72.23905,18.67589],[-72.23929,18.67587],[-72.23981,18.67581],[-72.24059,18.67571],[-72.24142,18.67561],[-72.24177,18.67556],[-72.24179,18.67553],[-72.2421,18.67551],[-72.24272,18.67545],[-72.24276,18.67536],[-72.24278,18.67537],[-72.24279,18.67537],[-72.24299,18.67536],[-72.24334,18.67535],[-72.24339,18.67535],[-72.2434,18.67534],[-72.24372,18.67532],[-72.24424,18.67525],[-72.24443,18.67509],[-72.2474,18.67253],[-72.24731,18.67233],[-72.24681,18.67157],[-72.2469,18.67061],[-72.24652,18.67055],[-72.24661,18.66991],[-72.24669,18.66991],[-72.24688,18.66884],[-72.24707,18.66789],[-72.24709,18.66749],[-72.24728,18.66743],[-72.24716,18.66691],[-72.24717,18.66642],[-72.24703,18.66644],[-72.24701,18.66616],[-72.24971,18.66598],[-72.24947,18.66475],[-72.24989,18.66489],[-72.24989,18.66507],[-72.25113,18.66515],[-72.25102,18.66548],[-72.25111,18.66548],[-72.25111,18.66559],[-72.25219,18.66551],[-72.25387,18.66554],[-72.25387,18.66563],[-72.25551,18.66559],[-72.25638,18.66484],[-72.25719,18.66359],[-72.25763,18.66208],[-72.25768,18.65694],[-72.25779,18.64996],[-72.25713,18.64563],[-72.25696,18.64517],[-72.25564,18.64352],[-72.2493,18.64358],[-72.2482,18.64361],[-72.24637,18.64397],[-72.24629,18.64462],[-72.24454,18.64436],[-72.24442,18.64527],[-72.24311,18.6455],[-72.24326,18.64639],[-72.24286,18.64794],[-72.24272,18.64801],[-72.24282,18.6482],[-72.24257,18.64894],[-72.24109,18.64902],[-72.24109,18.64918],[-72.2405,18.64906],[-72.24036,18.6495],[-72.2403,18.64863],[-72.23753,18.64915],[-72.23664,18.64899],[-72.23666,18.64883],[-72.23582,18.64888],[-72.23488,18.64878],[-72.23487,18.64893],[-72.2338,18.649],[-72.23384,18.64932],[-72.23262,18.64927],[-72.2325,18.64824],[-72.23028,18.64837],[-72.23028,18.64821],[-72.22743,18.64815],[-72.2263,18.64775],[-72.22608,18.64845],[-72.22583,18.64841],[-72.22576,18.64828],[-72.22417,18.64849],[-72.22417,18.64805],[-72.22166,18.64804],[-72.21921,18.6485],[-72.21767,18.64995],[-72.21719,18.6509],[-72.21637,18.65422],[-72.21633,18.65888],[-72.21633,18.66198],[-72.2171,18.66448],[-72.21737,18.66441],[-72.21814,18.66454],[-72.21864,18.66568],[-72.21837,18.66588],[-72.21881,18.66817],[-72.21881,18.66893],[-72.21846,18.66888],[-72.21884,18.67018],[-72.22015,18.67173],[-72.22175,18.67311],[-72.22175,18.67288],[-72.2225,18.67317],[-72.22257,18.67357],[-72.22241,18.67368],[-72.22489,18.67588],[-72.2287,18.67693],[-72.23073,18.6768],[-72.23111,18.67678],[-72.23109,18.67676]]]},{id:"drone-imagery-2016",name:"Drone Imagery Matthew(Haiti) October 2016",type:"tms",template:"https://imagery.openstreetmap.fr/tms/1.0.0/haiti_uav_201610/{zoom}/{x}/{y}",endDate:"2016-10-01T00:00:00.000Z",startDate:"2016-10-01T00:00:00.000Z",polygon:[[[-74.11291,18.64948],[-74.10903,18.64598],[-74.10873,18.64446],[-74.1095,18.64452],[-74.1095,18.64181],[-74.10968,18.64187],[-74.11053,18.64103],[-74.10988,18.64034],[-74.11005,18.64014],[-74.11005,18.64009],[-74.11011,18.64002],[-74.10949,18.63959],[-74.1095,18.63924],[-74.10904,18.63926],[-74.10894,18.63917],[-74.10905,18.63912],[-74.10898,18.63899],[-74.10782,18.63839],[-74.10823,18.63775],[-74.10812,18.63764],[-74.10786,18.63774],[-74.10768,18.63733],[-74.10748,18.63719],[-74.10722,18.63559],[-74.10901,18.63394],[-74.11678,18.62847],[-74.11952,18.62815],[-74.12251,18.63132],[-74.12731,18.63703],[-74.12684,18.6374],[-74.12731,18.63771],[-74.12768,18.63756],[-74.13403,18.64671],[-74.13401,18.64897],[-74.13087,18.65167],[-74.13076,18.65153],[-74.13053,18.65179],[-74.13054,18.65195],[-74.12878,18.65342],[-74.1274,18.65412],[-74.12514,18.65497],[-74.11997,18.65432],[-74.11938,18.65429],[-74.11291,18.64948]],[[-74.11305,18.4922],[-74.10884,18.49216],[-74.10118,18.49095],[-74.10105,18.49057],[-74.10131,18.4902],[-74.10101,18.48996],[-74.10142,18.48933],[-74.10099,18.48931],[-74.1009,18.48886],[-74.10166,18.48725],[-74.10108,18.48713],[-74.10133,18.48664],[-74.10058,18.48654],[-74.10048,18.48552],[-74.10062,18.4849],[-74.10037,18.48478],[-74.10012,18.4827],[-74.09994,18.48123],[-74.10033,18.48114],[-74.10242,18.48116],[-74.10492,18.48149],[-74.10771,18.48189],[-74.1099,18.48226],[-74.10987,18.48243],[-74.10992,18.48246],[-74.11018,18.48232],[-74.11196,18.48261],[-74.11247,18.48278],[-74.11316,18.48382],[-74.1134,18.48521],[-74.11349,18.48709],[-74.11338,18.48704],[-74.11336,18.48717],[-74.11349,18.48727],[-74.11355,18.48931],[-74.11349,18.48949],[-74.1135,18.48951],[-74.11349,18.48952],[-74.11347,18.48951],[-74.11334,18.48957],[-74.11336,18.48962],[-74.11341,18.48958],[-74.11344,18.48959],[-74.11349,18.48956],[-74.11352,18.48957],[-74.11355,18.48956],[-74.11357,18.48998],[-74.11359,18.49067],[-74.11354,18.49108],[-74.11322,18.492],[-74.11305,18.4922]],[[-74.10198,18.24954],[-74.09767,18.24744],[-74.09419,18.2474],[-74.09338,18.24885],[-74.09638,18.25292],[-74.09934,18.25335],[-74.10198,18.24954]],[[-74.02901,18.59744],[-74.02881,18.60255],[-74.00847,18.60182],[-74.00867,18.59671],[-74.02901,18.59744]],[[-73.91991,18.07466],[-73.91468,18.07482],[-73.91535,18.07742],[-73.91478,18.08009],[-73.91997,18.08014],[-73.91924,18.07802],[-73.91999,18.07637],[-73.91991,18.07466]],[[-74.22365,18.3081],[-74.22061,18.30272],[-74.21902,18.30278],[-74.21592,18.30364],[-74.21615,18.30804],[-74.22365,18.3081]],[[-74.00508,18.17646],[-74.00072,18.17657],[-74.00186,18.18175],[-74.00269,18.18344],[-74.00653,18.18336],[-74.00715,18.18218],[-74.00649,18.18056],[-74.0052,18.17922],[-74.00508,18.17646]],[[-74.0653,18.22881],[-74.06361,18.2268],[-74.06114,18.22672],[-74.05968,18.22853],[-74.06281,18.23083],[-74.06446,18.23034],[-74.0653,18.22881]],[[-74.11371,18.47184],[-74.11002,18.47177],[-74.10959,18.47536],[-74.11341,18.47497],[-74.11371,18.47184]],[[-73.95852,18.47452],[-73.95446,18.47465],[-73.95548,18.4794],[-73.95965,18.47878],[-73.95852,18.47452]],[[-74.16719,18.27229],[-74.16196,18.27232],[-74.16175,18.27303],[-74.16255,18.27452],[-74.16372,18.27542],[-74.16341,18.27749],[-74.16404,18.27854],[-74.16756,18.27868],[-74.16742,18.27592],[-74.16775,18.27416],[-74.16719,18.27229]],[[-74.11091,18.45286],[-74.10701,18.45258],[-74.10684,18.4586],[-74.11102,18.45781],[-74.11091,18.45286]],[[-73.76854,18.18022],[-73.75773,18.18006],[-73.73559,18.19311],[-73.73567,18.20143],[-73.74563,18.20191],[-73.74468,18.22311],[-73.77121,18.22417],[-73.77129,18.20844],[-73.76915,18.2064],[-73.76854,18.18022]],[[-74.13455,18.60914],[-74.1388,18.60929],[-74.13871,18.61165],[-74.13447,18.6115],[-74.13455,18.60914]],[[-74.04228,18.20945],[-74.042,18.20484],[-74.04155,18.20239],[-74.03959,18.20051],[-74.03836,18.20028],[-74.03764,18.20242],[-74.03792,18.20562],[-74.03918,18.20932],[-74.04228,18.20945]],[[-74.08668,18.61121],[-74.08669,18.61217],[-74.09146,18.61689],[-74.09211,18.61603],[-74.09313,18.61699],[-74.09603,18.62025],[-74.09627,18.6206],[-74.0967,18.62202],[-74.09337,18.62651],[-74.09237,18.62754],[-74.08862,18.62596],[-74.08863,18.62561],[-74.08778,18.62561],[-74.08661,18.6251],[-74.08662,18.62368],[-74.08514,18.62367],[-74.08462,18.62289],[-74.08463,18.62175],[-74.08339,18.62174],[-74.08261,18.62057],[-74.08262,18.61982],[-74.07659,18.6198],[-74.07658,18.61596],[-74.07255,18.61591],[-74.07259,18.61403],[-74.07062,18.61402],[-74.06858,18.6129],[-74.06855,18.61208],[-74.06614,18.61207],[-74.06414,18.61206],[-74.0625,18.61105],[-74.06254,18.61011],[-74.05927,18.61013],[-74.0545,18.60876],[-74.05451,18.60817],[-74.05168,18.60816],[-74.04932,18.60776],[-74.04647,18.60664],[-74.04646,18.6062],[-74.04243,18.6062],[-74.04133,18.60592],[-74.03625,18.60378],[-74.03597,18.60345],[-74.03642,18.60252],[-74.03719,18.6019],[-74.04003,18.60217],[-74.05608,18.60473],[-74.05851,18.6054],[-74.05861,18.60623],[-74.0611,18.60627],[-74.06481,18.60745],[-74.06518,18.60686],[-74.06679,18.60802],[-74.0696,18.60885],[-74.07142,18.60711],[-74.07239,18.60736],[-74.07515,18.61024],[-74.07701,18.61019],[-74.07798,18.61096],[-74.07901,18.61013],[-74.08109,18.61234],[-74.08234,18.60896],[-74.08383,18.60922],[-74.08513,18.60977],[-74.08668,18.61121]],[[-74.45922,18.4663],[-74.45589,18.46471],[-74.44779,18.47],[-74.44693,18.4713],[-74.44726,18.47934],[-74.44554,18.47915],[-74.44515,18.48326],[-74.43968,18.4839],[-74.439,18.48762],[-74.44299,18.49004],[-74.44906,18.49104],[-74.45382,18.49311],[-74.45571,18.49635],[-74.45786,18.49725],[-74.46052,18.49523],[-74.46241,18.49143],[-74.46198,18.48799],[-74.45537,18.48597],[-74.45526,18.47111],[-74.45944,18.46871],[-74.45922,18.4663]],[[-74.41888,18.57551],[-74.41499,18.57331],[-74.41045,18.57648],[-74.40824,18.58233],[-74.40954,18.58894],[-74.4112,18.59195],[-74.41081,18.59689],[-74.41663,18.60063],[-74.42178,18.59671],[-74.42146,18.59416],[-74.41745,18.59419],[-74.41753,18.59067],[-74.41538,18.59002],[-74.41533,18.58382],[-74.41652,18.58382],[-74.41756,18.5814],[-74.41756,18.57967],[-74.41924,18.57754],[-74.41888,18.57551]]]},{id:"Erlangen-2011",name:"Erlangen Luftbild (2011 5,0 cm)",type:"wms",template:"https://secure.erlangen.de/arcgiser/services/Luftbilder2011/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Erlangen_ratio10_5cm_gk4.jp2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[10.92791,49.53196],[10.97194,49.52969],[10.97821,49.53568],[10.99934,49.53589],[11.03214,49.53089],[11.04425,49.54317],[11.03842,49.55239],[11.03663,49.57167],[11.04029,49.58572],[11.07287,49.58587],[11.07243,49.63486],[11.0054,49.6344],[11.00397,49.62599],[10.9748,49.62541],[10.94293,49.64563],[10.92532,49.64876],[10.91002,49.63793],[10.92235,49.60463],[10.91949,49.57823],[10.91135,49.57095],[10.91256,49.5606],[10.92907,49.55674],[10.92791,49.53196]]],terms_text:"© Stadt Erlangen | © Aerowest GmbH"},{id:"Erlangen-2013",name:"Erlangen Luftbild (2013 6,25 cm)",type:"wms",template:"https://secure.erlangen.de/arcgiser/services/Luftbilder2013/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Erlangen_ratio5_6.25cm.jp2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[10.92791,49.53196],[10.9726,49.52939],[10.97909,49.53475],[10.99934,49.53589],[11.03214,49.53089],[11.04425,49.54317],[11.03842,49.55239],[11.03743,49.57873],[11.0568,49.592],[11.05748,49.61358],[11.04681,49.61447],[11.04788,49.6187],[11.00308,49.62367],[10.98107,49.62339],[10.98069,49.62617],[10.96737,49.62781],[10.96539,49.63415],[10.94293,49.64563],[10.92532,49.64876],[10.91002,49.63793],[10.92235,49.60463],[10.91949,49.57823],[10.91135,49.57095],[10.91256,49.5606],[10.92907,49.55674],[10.92791,49.53196]]],terms_text:"© Stadt Erlangen | © Aerowest GmbH"},{id:"Erlangen-2016",name:"Erlangen Luftbild (2016 5,0 cm)",type:"wms",template:"https://secure.erlangen.de/arcgiser/services/Luftbild2016/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-03-18T00:00:00.000Z",startDate:"2016-03-18T00:00:00.000Z",polygon:[[[10.97664,49.53765],[10.99101,49.53392],[10.99389,49.53835],[11.02784,49.53254],[11.0346,49.53462],[11.03407,49.53759],[11.04318,49.54321],[11.03557,49.55303],[11.0384,49.55842],[11.03508,49.56929],[11.03791,49.58659],[11.04797,49.5902],[11.04922,49.5937],[11.05749,49.59521],[11.05623,49.59905],[11.05127,49.6003],[11.05351,49.60904],[11.04309,49.61381],[11.04076,49.61823],[11.0285,49.61735],[11.01929,49.61896],[11.0152,49.61372],[11.00581,49.61448],[11.00639,49.61931],[11.00083,49.6221],[10.9856,49.61651],[10.97837,49.61753],[10.9737,49.62495],[10.96539,49.62557],[10.96063,49.62856],[10.96382,49.63176],[10.95474,49.6379],[10.94837,49.637],[10.94185,49.64377],[10.9273,49.64837],[10.92063,49.63963],[10.91136,49.63773],[10.92429,49.60505],[10.92205,49.58004],[10.91221,49.57008],[10.91441,49.5618],[10.92353,49.55842],[10.92712,49.55976],[10.93345,49.55892],[10.93071,49.54467],[10.93067,49.53225],[10.9406,49.53325],[10.95488,49.53021],[10.97199,49.53126],[10.97664,49.53765]]],terms_text:"© Stadt Erlangen | © Geocart GmbH",best:true},{id:"EsriWorldImagery",name:"Esri World Imagery",type:"tms",template:"https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}",zoomExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/Esri",terms_text:"Terms & Feedback","default":true,description:"Esri world imagery.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/EsriImageryClarity.png"},{id:"EsriWorldImageryClarity",name:"Esri World Imagery (Clarity) Beta",type:"tms",template:"https://clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}",zoomExtent:[0,22],terms_url:"https://wiki.openstreetmap.org/wiki/Esri",terms_text:"Terms & Feedback","default":true,description:"Esri archive imagery that may be clearer and more accurate than the default layer.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/EsriImageryClarity.png"},{id:"maaamet.ee-pohi_vr2",name:"Estonia Basemap (Maaamet)",type:"wms",template:"https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=pohi_vr2&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti põhikaart"},{id:"Maaamet-Estonia_Cadastre",name:"Estonia Cadastre (Maaamet)",type:"wms",template:"https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=of10000,TOPOYKSUS_6569,TOPOYKSUS_6573&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti katastrikaart ortofoto alusel"},{id:"maaamet.ee-cir_ngr",name:"Estonia Forestry (Maaamet)",type:"wms",template:"https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=cir_ngr&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti metsanduslik ortofoto"},{id:"maaamet.ee-reljeef",name:"Estonia Hillshading (Maaamet)",type:"wms",template:"https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=reljeef&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti reljeefikaart"},{id:"maaamet.ee-orto",name:"Estonia Ortho (Maaamet)",type:"tms",template:"https://tiles.maaamet.ee/tm/tms/1.0.0/foto@GMC/{zoom}/{x}/{-y}.png",zoomExtent:[14,18],polygon:[[[22.35364,58.85385],[22.09411,58.85038],[22.09179,58.8951],[22.00503,58.89371],[21.99979,58.98374],[22.34754,58.98845],[22.34535,59.03337],[22.51935,59.03538],[22.51556,59.1251],[22.69017,59.12686],[22.69212,59.08218],[22.77912,59.083],[22.78083,59.03814],[22.86808,59.03877],[22.8693,58.99399],[22.9563,58.99487],[22.95495,59.03959],[23.12895,59.04097],[23.12786,59.08582],[23.47671,59.0877],[23.47415,59.26726],[23.64924,59.26788],[23.64888,59.31281],[23.73698,59.313],[23.73649,59.3578],[23.91158,59.35787],[23.91207,59.4028],[24.176,59.4028],[24.17637,59.4478],[24.26446,59.44767],[24.26471,59.49236],[24.70605,59.49082],[24.70898,59.62553],[24.79744,59.62497],[24.79659,59.58009],[24.97327,59.57885],[24.97462,59.62386],[24.88603,59.62473],[24.88725,59.66918],[24.9762,59.66863],[24.9773,59.71346],[25.06601,59.71259],[25.0632,59.62306],[25.24037,59.62145],[25.24184,59.66647],[25.33055,59.66548],[25.32884,59.62078],[25.41755,59.61979],[25.41938,59.66468],[25.6855,59.66148],[25.68757,59.70613],[25.86511,59.70386],[25.86279,59.65901],[26.12855,59.65507],[26.12575,59.6101],[26.39114,59.60565],[26.38809,59.56099],[26.82967,59.55215],[26.82626,59.50729],[26.91423,59.50549],[26.91057,59.46051],[27.96689,59.43303],[27.9719,59.4778],[28.03669,59.4757],[28.04377,59.47223],[28.04767,59.46578],[28.05182,59.46342],[28.06915,59.46256],[28.08452,59.45939],[28.12174,59.44091],[28.13577,59.4277],[28.13711,59.42267],[28.14163,59.41901],[28.16652,59.41205],[28.17225,59.40789],[28.19275,59.4015],[28.21069,59.3836],[28.21069,59.37994],[28.20386,59.37459],[28.21057,59.37235],[28.21105,59.36937],[28.20678,59.36719],[28.20703,59.36377],[28.19971,59.36091],[28.20203,59.35731],[28.19263,59.35227],[28.19397,59.34642],[28.16969,59.33354],[28.13626,59.29244],[28.12515,59.28901],[28.11722,59.28895],[28.1099,59.29063],[28.05353,59.2902],[28.02022,59.28334],[27.99825,59.2753],[27.97983,59.27293],[27.96433,59.27268],[27.95335,59.26863],[27.9492,59.26533],[27.90564,59.24044],[27.90113,59.23488],[27.901,59.22639],[27.89783,59.21746],[27.90235,59.20728],[27.89234,59.19222],[27.88978,59.18379],[27.87648,59.17372],[27.87184,59.16841],[27.86818,59.16159],[27.84414,59.14814],[27.83206,59.14401],[27.82035,59.13362],[27.80986,59.12905],[27.80595,59.12166],[27.80534,59.1127],[27.81071,59.10819],[27.8101,59.10606],[27.80205,59.1028],[27.78887,59.0909],[27.7907,59.08112],[27.79375,59.07842],[27.79411,59.07566],[27.79277,59.0729],[27.79302,59.06927],[27.7885,59.06657],[27.78265,59.065],[27.77508,59.0581],[27.77313,59.05107],[27.77667,59.04743],[27.76983,59.03325],[27.76605,59.03155],[27.75153,59.03017],[27.74628,59.02716],[27.74567,59.01705],[27.74165,59.00951],[27.74787,58.99267],[27.74274,58.98845],[27.73213,58.9855],[27.6544,58.98783],[27.65501,58.99241],[27.39414,58.99964],[27.38974,58.95474],[27.12935,58.96135],[27.12557,58.9164],[27.03882,58.91841],[27.0271,58.7841],[27.11361,58.78183],[27.10934,58.73709],[27.19537,58.73512],[27.18731,58.64533],[27.27309,58.64305],[27.25259,58.41883],[27.53397,58.41142],[27.5552,58.36575],[27.51762,58.33265],[27.51408,58.32214],[27.49993,58.32246],[27.48687,58.18803],[27.52872,58.18687],[27.59205,58.11875],[27.63695,58.09735],[27.60938,58.05399],[27.62268,58.0058],[27.64489,58.00205],[27.65294,58.00644],[27.64781,58.01426],[27.64781,58.02086],[27.66172,58.01866],[27.66856,58.01045],[27.68393,58.00845],[27.6965,58.0045],[27.70065,57.99862],[27.69882,57.98827],[27.69125,57.98549],[27.68064,57.97449],[27.6821,57.9719],[27.68893,57.97184],[27.68588,57.95928],[27.65892,57.9554],[27.66758,57.951],[27.67161,57.94627],[27.66917,57.94174],[27.67649,57.93552],[27.68247,57.93655],[27.68613,57.92794],[27.68247,57.92437],[27.71078,57.92392],[27.72029,57.92036],[27.72054,57.91174],[27.70834,57.90616],[27.69882,57.90616],[27.70614,57.90136],[27.72896,57.90739],[27.74677,57.90169],[27.7536,57.90409],[27.75739,57.90318],[27.75592,57.89806],[27.76959,57.89566],[27.78094,57.89832],[27.799,57.89961],[27.81852,57.89579],[27.82096,57.89047],[27.81949,57.888],[27.81059,57.88612],[27.81827,57.88249],[27.81169,57.87204],[27.81583,57.87166],[27.8184,57.8651],[27.81632,57.86134],[27.79875,57.85205],[27.7946,57.84634],[27.80058,57.8442],[27.7957,57.84017],[27.78862,57.84186],[27.78411,57.83725],[27.77715,57.8325],[27.75849,57.83536],[27.74165,57.82679],[27.72383,57.83179],[27.70541,57.84192],[27.68771,57.83419],[27.66636,57.83653],[27.66026,57.83893],[27.64818,57.8377],[27.63634,57.83978],[27.62487,57.83751],[27.62207,57.83874],[27.59791,57.83328],[27.56252,57.83023],[27.5563,57.83127],[27.55227,57.82113],[27.54446,57.82204],[27.5452,57.81808],[27.55056,57.81769],[27.55667,57.81366],[27.5408,57.81288],[27.54471,57.808],[27.53726,57.80644],[27.53958,57.80144],[27.53592,57.79663],[27.53861,57.79396],[27.52921,57.78856],[27.5175,57.78876],[27.51847,57.79201],[27.50298,57.78798],[27.50005,57.78973],[27.4959,57.78869],[27.50774,57.78349],[27.51457,57.77516],[27.5081,57.77158],[27.51115,57.76416],[27.51591,57.7639],[27.52018,57.75993],[27.52811,57.75818],[27.53007,57.75368],[27.53116,57.74073],[27.548,57.7333],[27.5419,57.73037],[27.52799,57.72946],[27.5236,57.71616],[27.52762,57.70899],[27.5236,57.70802],[27.51652,57.70873],[27.51066,57.71101],[27.50859,57.70723],[27.49993,57.70495],[27.49529,57.70749],[27.48711,57.7191],[27.47357,57.71545],[27.47064,57.70802],[27.46149,57.70619],[27.44807,57.71616],[27.43086,57.70756],[27.42818,57.69902],[27.41341,57.69915],[27.41647,57.69524],[27.40744,57.69276],[27.40231,57.68493],[27.39133,57.68539],[27.39377,57.67913],[27.39145,57.67671],[27.38193,57.67332],[27.37779,57.66836],[27.38364,57.66059],[27.3801,57.65883],[27.38755,57.6555],[27.38047,57.6495],[27.38352,57.64799],[27.38157,57.64368],[27.39072,57.6431],[27.38816,57.64009],[27.40085,57.63742],[27.40317,57.62905],[27.40182,57.62376],[27.39597,57.62115],[27.39023,57.62036],[27.39084,57.6169],[27.40195,57.61775],[27.40634,57.61546],[27.40683,57.61246],[27.38572,57.60304],[27.37827,57.59513],[27.35692,57.59696],[27.3413,57.58984],[27.34179,57.58539],[27.32886,57.5797],[27.32141,57.57898],[27.3341,57.56596],[27.33178,57.56066],[27.33776,57.56007],[27.33886,57.54671],[27.34386,57.5454],[27.35472,57.52575],[27.35131,57.51632],[27.34569,57.52104],[27.32446,57.52274],[27.29664,57.53859],[27.28017,57.53643],[27.2737,57.54311],[27.26431,57.54377],[27.2637,57.54841],[27.25772,57.54979],[27.24796,57.54769],[27.2249,57.55385],[27.19329,57.54966],[27.16145,57.55922],[27.11654,57.56118],[27.10092,57.5653],[27.08506,57.57538],[27.07262,57.57734],[27.07225,57.57989],[27.0559,57.58251],[27.05285,57.58087],[27.04687,57.58048],[27.04492,57.58251],[27.0332,57.58532],[27.04126,57.58761],[27.04418,57.5967],[27.03101,57.60461],[26.99513,57.60461],[26.99233,57.61076],[26.98696,57.60867],[26.98366,57.61174],[26.97549,57.612],[26.97097,57.60448],[26.9595,57.60625],[26.9578,57.60468],[26.94596,57.60272],[26.93961,57.60932],[26.95133,57.61579],[26.94999,57.62056],[26.94059,57.61978],[26.92961,57.62376],[26.92644,57.6331],[26.90679,57.63304],[26.89971,57.63056],[26.90057,57.62918],[26.89581,57.62572],[26.88849,57.62357],[26.88898,57.62193],[26.87458,57.61906],[26.87275,57.61736],[26.86555,57.61592],[26.85786,57.60997],[26.86469,57.6084],[26.85811,57.60049],[26.85994,57.59598],[26.86433,57.59415],[26.86177,57.59108],[26.84688,57.5884],[26.83504,57.58244],[26.81589,57.58153],[26.80954,57.58473],[26.79685,57.58179],[26.79929,57.58002],[26.79295,57.57315],[26.78685,57.57525],[26.7766,57.55994],[26.76915,57.56039],[26.76354,57.56314],[26.75366,57.56249],[26.75817,57.5653],[26.76891,57.57041],[26.77379,57.57473],[26.76769,57.57754],[26.74804,57.5778],[26.75317,57.58009],[26.73816,57.58774],[26.72901,57.58016],[26.73828,57.57584],[26.73072,57.56903],[26.72388,57.57244],[26.71107,57.56596],[26.69972,57.57106],[26.69753,57.5706],[26.69741,57.56733],[26.69155,57.56615],[26.67569,57.56668],[26.67105,57.56327],[26.6719,57.55385],[26.66531,57.55287],[26.64652,57.55391],[26.64262,57.54658],[26.63444,57.54357],[26.61443,57.52909],[26.61712,57.50885],[26.60467,57.51212],[26.60479,57.51442],[26.5954,57.51376],[26.59479,57.51592],[26.58808,57.51619],[26.59015,57.52516],[26.58698,57.52621],[26.58771,57.53781],[26.58381,57.53957],[26.57978,57.53695],[26.57966,57.53375],[26.56123,57.5285],[26.56184,57.52261],[26.5666,57.51946],[26.55794,57.5137],[26.52585,57.51619],[26.49961,57.52451],[26.49095,57.54534],[26.46996,57.57551],[26.40151,57.57237],[26.34489,57.58408],[26.33476,57.5797],[26.32781,57.57963],[26.32635,57.58277],[26.3117,57.58473],[26.30853,57.59291],[26.3006,57.59343],[26.29291,57.59114],[26.28352,57.59232],[26.28217,57.5952],[26.27754,57.595],[26.27034,57.6001],[26.27022,57.60461],[26.25423,57.61383],[26.24715,57.62082],[26.24813,57.62775],[26.23947,57.63408],[26.24203,57.63539],[26.24667,57.63559],[26.23959,57.64649],[26.23239,57.6461],[26.23117,57.64904],[26.24215,57.65146],[26.2363,57.65753],[26.23032,57.65805],[26.21043,57.66601],[26.21372,57.66888],[26.21092,57.67071],[26.21018,57.67906],[26.20079,57.68102],[26.19896,57.68356],[26.19444,57.68519],[26.18541,57.68454],[26.17712,57.68761],[26.18871,57.69472],[26.19859,57.70906],[26.20567,57.71486],[26.1726,57.72867],[26.141,57.73278],[26.13563,57.73923],[26.13905,57.74548],[26.13551,57.7503],[26.10537,57.757],[26.08035,57.76547],[26.07974,57.76384],[26.07328,57.76371],[26.07047,57.7656],[26.05912,57.75987],[26.049,57.7611],[26.0435,57.76703],[26.03326,57.77054],[26.02374,57.76761],[26.01776,57.7723],[26.02459,57.77516],[26.02496,57.7816],[26.02252,57.78355],[26.02776,57.7898],[26.03081,57.79097],[26.03338,57.80105],[26.03679,57.80592],[26.03606,57.8108],[26.04851,57.82289],[26.05705,57.83842],[26.05558,57.84764],[26.03667,57.84926],[26.02008,57.84517],[26.00958,57.85731],[25.99848,57.85816],[25.96273,57.84491],[25.931,57.85244],[25.89537,57.84972],[25.8883,57.84595],[25.88085,57.84946],[25.88573,57.85277],[25.88427,57.85595],[25.87561,57.85796],[25.87475,57.86322],[25.8595,57.85614],[25.81923,57.86419],[25.78312,57.89948],[25.78629,57.90428],[25.77165,57.91206],[25.75102,57.91692],[25.73724,57.92295],[25.72833,57.92133],[25.72247,57.91245],[25.70356,57.90331],[25.67916,57.90461],[25.67549,57.91277],[25.66207,57.91511],[25.65609,57.91439],[25.64889,57.91666],[25.64987,57.91841],[25.63828,57.93059],[25.57983,57.9442],[25.59399,57.95961],[25.58935,57.96504],[25.58239,57.96783],[25.58044,57.9721],[25.57483,57.9741],[25.56556,57.96718],[25.56604,57.96258],[25.55714,57.96038],[25.55567,57.96711],[25.55079,57.97255],[25.53725,57.97139],[25.52566,57.97184],[25.5226,57.96802],[25.51638,57.96737],[25.51211,57.96977],[25.52212,57.97488],[25.51943,57.98031],[25.48539,57.97475],[25.47843,57.98006],[25.47843,57.98264],[25.44219,57.99616],[25.44817,58.00114],[25.46648,58.00515],[25.44817,58.01698],[25.40693,58.02893],[25.37155,58.02926],[25.36374,58.03171],[25.35336,58.04334],[25.34482,58.04676],[25.33604,58.05709],[25.3292,58.05858],[25.32664,58.0638],[25.31981,58.066],[25.31908,58.06929],[25.29553,58.08161],[25.28686,58.08149],[25.28113,58.07019],[25.266,58.06716],[25.26502,58.06],[25.27991,58.05063],[25.29309,58.0467],[25.30431,58.03449],[25.30114,58.01504],[25.29748,58.01459],[25.30285,58.00011],[25.29577,57.99972],[25.29736,57.99661],[25.30358,57.99396],[25.30138,57.99273],[25.29187,57.99286],[25.28308,57.98963],[25.26722,57.99454],[25.25611,57.9939],[25.25502,58.00347],[25.2455,58.00302],[25.22768,58.01782],[25.24587,58.01872],[25.23562,58.02286],[25.23635,58.02441],[25.22732,58.02435],[25.22537,58.02195],[25.21902,58.02977],[25.21658,58.04088],[25.22695,58.04799],[25.22817,58.05348],[25.22122,58.05302],[25.22146,58.05051],[25.2178,58.04908],[25.21597,58.05954],[25.21219,58.06226],[25.20523,58.06122],[25.20389,58.0651],[25.21621,58.07413],[25.21207,58.08052],[25.19962,58.08536],[25.18949,58.08007],[25.19169,58.07613],[25.1535,58.07478],[25.15154,58.07703],[25.13397,58.07974],[25.10579,58.07749],[25.10518,58.06645],[25.07662,58.06645],[25.02037,58.01769],[24.99512,58.01084],[24.94863,58.00942],[24.83234,57.97177],[24.80806,57.99066],[24.74229,57.98187],[24.74339,57.96491],[24.7329,57.96239],[24.71508,57.96271],[24.6919,57.94653],[24.67335,57.95896],[24.64468,57.95889],[24.64187,57.95423],[24.64577,57.95268],[24.62869,57.94193],[24.61612,57.94368],[24.60892,57.95125],[24.58464,57.96174],[24.57317,57.95436],[24.54792,57.94938],[24.54352,57.94478],[24.5301,57.94705],[24.5207,57.94303],[24.51839,57.93675],[24.5096,57.93442],[24.51326,57.93066],[24.4625,57.92496],[24.44579,57.90798],[24.46018,57.90662],[24.45225,57.89942],[24.46006,57.87977],[24.41138,57.86491],[24.40906,57.87191],[24.33707,57.87393],[24.33829,58.0109],[24.42272,58.01097],[24.42614,58.28002],[24.51155,58.2797],[24.51216,58.32471],[24.42638,58.32503],[24.42712,58.36972],[24.34182,58.37017],[24.34048,58.23547],[24.17014,58.23572],[24.17014,58.1908],[24.08485,58.19092],[24.0851,58.23605],[24.00066,58.23579],[23.99993,58.28092],[23.82971,58.28047],[23.82947,58.32554],[23.65864,58.32496],[23.65791,58.41493],[23.57225,58.41468],[23.57127,58.50436],[23.39935,58.50359],[23.40106,58.41391],[23.14421,58.41238],[23.14567,58.36735],[23.05989,58.36703],[23.06172,58.32221],[22.9757,58.32157],[22.97716,58.27681],[22.89187,58.27598],[22.89358,58.23103],[22.80865,58.2302],[22.81012,58.18539],[22.89529,58.1861],[22.89663,58.1413],[22.72641,58.13982],[22.72495,58.18475],[22.55522,58.18276],[22.55693,58.13744],[22.64173,58.13886],[22.64344,58.094],[22.38903,58.0909],[22.38525,58.18063],[22.29995,58.17967],[22.30679,58.04527],[22.22198,58.0436],[22.22626,57.95404],[22.14206,57.95281],[22.1445,57.90804],[22.06007,57.90681],[22.06263,57.86186],[21.97807,57.86043],[21.96831,58.04004],[22.05274,58.04134],[22.04506,58.17581],[21.96038,58.17471],[21.95781,58.21941],[21.78723,58.21638],[21.78211,58.30631],[21.69681,58.3049],[21.69401,58.34975],[21.77942,58.35122],[21.76795,58.53074],[22.02566,58.53488],[22.02797,58.49001],[22.11375,58.49167],[22.11144,58.53621],[22.19709,58.53742],[22.19453,58.5823],[22.45236,58.58573],[22.44638,58.7203],[22.36023,58.71916],[22.35364,58.85385]],[[23.47415,59.26726],[23.29868,59.26632],[23.29795,59.31138],[23.47293,59.31194],[23.47415,59.26726]],[[24.17014,58.1908],[24.25507,58.19073],[24.25458,58.14581],[24.17002,58.14588],[24.17014,58.1908]],[[24.08485,58.19092],[24.08497,58.10129],[23.99968,58.10116],[23.99993,58.05632],[23.91525,58.05612],[23.915,58.14613],[23.83032,58.146],[23.82971,58.23572],[23.91451,58.23585],[23.91476,58.19099],[24.08485,58.19092]],[[24.61854,59.53612],[24.44183,59.5368],[24.44309,59.62659],[24.62016,59.6258],[24.61854,59.53612]],[[26.40403,59.7852],[26.31501,59.78667],[26.31814,59.83152],[26.40732,59.82994],[26.40403,59.7852]],[[26.48308,59.649],[26.48647,59.69383],[26.57514,59.69202],[26.57166,59.64719],[26.48308,59.649]],[[23.15944,57.78408],[23.24346,57.78461],[23.24445,57.73971],[23.32848,57.74031],[23.32679,57.82998],[23.15845,57.82885],[23.15944,57.78408]]],terms_text:"Maa-Ameti ortofoto"},{id:"estrela_de_alagoas",name:"Estrela de Alagoas",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Estrela%20de%20Alagoas&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.71382,-9.43476],[-36.71477,-9.34443],[-36.80586,-9.34498],[-36.80525,-9.43542],[-36.71382,-9.43476]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Fiez-2013",name:"Fiez Orthophoto 2013",type:"tms",template:"https://osmdata.asitvd.ch/tiles/fiez2013/{zoom}/{x}/{y}.png",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[14,20],polygon:[[[6.62313,46.82339],[6.62899,46.82484],[6.62882,46.82674],[6.62531,46.83274],[6.62382,46.83317],[6.61839,46.83194],[6.62313,46.82339]]],terms_url:"https://osmdata.asitvd.ch/",terms_text:"Fiez - Orthophoto technique 2013"},{id:"fiskeridir-akvakultur",name:"Fiskeridirektoratet Aquaculture overlay",type:"wms",template:"https://ogc.fiskeridir.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_262&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[3,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.fiskeridir.no/Kart",terms_text:"© Fiskeridirektoratet",description:"Aquaculture/marine farms (licensed sites, may not yet have any installations)",icon:"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Emblem_of_the_Norwegian_Directorate_of_Fisheries.svg/175px-Emblem_of_the_Norwegian_Directorate_of_Fisheries.svg.png",overlay:true},{id:"FOMI_2000",name:"FÖMI orthophoto 2000",type:"tms",template:"http://e.tile.openstreetmap.hu/ortofoto2000/{zoom}/{x}/{y}.jpg",endDate:"2000-01-01T00:00:00.000Z",startDate:"2000-01-01T00:00:00.000Z",zoomExtent:[0,17],polygon:[[[16.11391,46.8691],[16.17897,46.90662],[16.20004,46.94151],[16.22175,46.93554],[16.24628,46.94639],[16.25532,46.96421],[16.27647,46.96261],[16.29058,47.01398],[16.30162,46.99923],[16.34146,46.99652],[16.35052,47.01063],[16.3734,46.99859],[16.41277,47.00475],[16.43327,46.99274],[16.44781,47.00389],[16.48,46.99412],[16.5122,47.00117],[16.46356,47.03227],[16.44786,47.02275],[16.43912,47.02966],[16.44567,47.03887],[16.52032,47.0561],[16.47321,47.07362],[16.46372,47.09392],[16.5008,47.11006],[16.50004,47.12329],[16.52953,47.12874],[16.51716,47.14969],[16.45495,47.14259],[16.46487,47.16833],[16.45556,47.18756],[16.43056,47.1847],[16.4195,47.19491],[16.41892,47.21071],[16.43713,47.2097],[16.44263,47.23371],[16.43131,47.25276],[16.46715,47.25317],[16.48923,47.27989],[16.46463,47.33385],[16.4337,47.35281],[16.45851,47.36705],[16.44546,47.40702],[16.48317,47.40936],[16.49638,47.38927],[16.51709,47.41002],[16.57491,47.40542],[16.58073,47.41917],[16.66185,47.4556],[16.67064,47.47422],[16.65234,47.50034],[16.68956,47.51016],[16.71478,47.5402],[16.66354,47.56773],[16.6732,47.60495],[16.65953,47.6061],[16.65276,47.62285],[16.63142,47.62832],[16.57391,47.61967],[16.51474,47.6462],[16.49675,47.63931],[16.42546,47.66217],[16.44374,47.67421],[16.44805,47.69647],[16.4747,47.68116],[16.48722,47.69798],[16.55217,47.72255],[16.53638,47.73678],[16.54798,47.75154],[16.60952,47.76037],[16.63441,47.75908],[16.65729,47.74149],[16.72094,47.73536],[16.75341,47.68282],[16.83016,47.68106],[16.83943,47.70451],[16.86689,47.72115],[16.87668,47.68765],[17.09374,47.70777],[17.07066,47.72854],[17.0516,47.79385],[17.07495,47.8085],[17.04714,47.82856],[17.05195,47.83777],[17.01055,47.85818],[17.01639,47.86733],[17.08575,47.87462],[17.11317,47.92716],[17.09171,47.93429],[17.11838,47.96011],[17.09466,47.97088],[17.20103,48.01999],[17.24177,48.02247],[17.25795,47.99865],[17.33465,47.99312],[17.40299,47.94785],[17.45392,47.88526],[17.52674,47.86551],[17.56758,47.81513],[17.6084,47.82189],[17.70858,47.75668],[17.77987,47.73949],[17.8661,47.74575],[17.90013,47.73926],[17.94687,47.74467],[17.97087,47.75784],[18.00441,47.74634],[18.03806,47.75768],[18.29588,47.73146],[18.45407,47.76512],[18.49316,47.75276],[18.55908,47.766],[18.64609,47.75909],[18.72607,47.78904],[18.74118,47.81382],[18.792,47.82309],[18.84854,47.81672],[18.85588,47.82608],[18.82801,47.83429],[18.81357,47.85555],[18.76353,47.8716],[18.75686,47.89684],[18.77675,47.95509],[18.75525,47.97635],[18.81574,47.99344],[18.82,48.03968],[18.83327,48.04824],[18.87494,48.04707],[18.88667,48.05868],[18.90898,48.05114],[18.9439,48.05886],[18.98161,48.0536],[19.01486,48.07818],[19.05852,48.05735],[19.08436,48.07278],[19.1074,48.0656],[19.13529,48.07415],[19.24137,48.05365],[19.25578,48.07156],[19.30311,48.08871],[19.3866,48.09191],[19.40002,48.0823],[19.45405,48.10144],[19.46735,48.08393],[19.49442,48.10991],[19.49238,48.13966],[19.51282,48.15466],[19.50452,48.17344],[19.52897,48.19036],[19.52604,48.20313],[19.5775,48.21601],[19.63083,48.25007],[19.64452,48.23917],[19.66986,48.23921],[19.69122,48.20389],[19.72113,48.20147],[19.74618,48.21651],[19.78716,48.19253],[19.79873,48.19482],[19.80528,48.18373],[19.78242,48.16504],[19.79481,48.15353],[19.82133,48.16908],[19.84528,48.16274],[19.85517,48.17843],[19.86013,48.16941],[19.89875,48.16631],[19.91454,48.14686],[19.8983,48.1249],[19.93738,48.13112],[19.97439,48.166],[19.98871,48.16217],[20.02904,48.17768],[20.04945,48.1672],[20.07299,48.17961],[20.07004,48.1917],[20.13409,48.22518],[20.13319,48.25398],[20.20616,48.25098],[20.20383,48.26191],[20.22847,48.26278],[20.23495,48.27993],[20.28686,48.26164],[20.32571,48.27279],[20.33746,48.30167],[20.36566,48.31661],[20.38408,48.35118],[20.40983,48.36586],[20.40253,48.38256],[20.42053,48.40386],[20.41623,48.41854],[20.50793,48.48936],[20.50651,48.53442],[20.53747,48.52788],[20.54649,48.54429],[20.58659,48.53576],[20.65387,48.56141],[20.83636,48.58284],[20.8378,48.57421],[20.85044,48.58163],[20.84533,48.5665],[20.86815,48.55182],[20.92232,48.55945],[20.93463,48.53834],[20.95588,48.53396],[20.9562,48.52167],[20.98158,48.51777],[21.01511,48.53231],[21.06632,48.52589],[21.11745,48.49105],[21.16087,48.5215],[21.17963,48.51823],[21.22106,48.5375],[21.30549,48.52225],[21.31338,48.55084],[21.32688,48.55413],[21.31938,48.5612],[21.41545,48.55895],[21.42266,48.57882],[21.44061,48.5851],[21.51409,48.55107],[21.54202,48.5084],[21.61393,48.50942],[21.62019,48.46983],[21.66355,48.41796],[21.66456,48.39216],[21.70174,48.3807],[21.71187,48.35762],[21.81741,48.33279],[21.8352,48.33464],[21.83721,48.36325],[21.8843,48.35605],[21.88484,48.36754],[21.89788,48.36256],[21.8998,48.37022],[21.92819,48.3616],[21.92681,48.3709],[21.9492,48.37873],[21.99446,48.37732],[22.02133,48.39275],[22.0546,48.37753],[22.07649,48.38724],[22.08674,48.37156],[22.13591,48.38052],[22.13106,48.39123],[22.15277,48.39624],[22.15619,48.40931],[22.21257,48.42565],[22.23714,48.41004],[22.26549,48.40987],[22.23988,48.38701],[22.26757,48.36116],[22.31781,48.35454],[22.31329,48.32507],[22.33729,48.30791],[22.33843,48.27921],[22.38475,48.23396],[22.40064,48.2492],[22.43284,48.25252],[22.45639,48.24231],[22.4899,48.25342],[22.49722,48.23955],[22.51615,48.23797],[22.53111,48.20943],[22.57114,48.19614],[22.56164,48.18161],[22.59824,48.14476],[22.59028,48.10734],[22.67545,48.092],[22.73472,48.11985],[22.75762,48.12006],[22.77039,48.10902],[22.77232,48.12187],[22.80277,48.12211],[22.80253,48.10708],[22.82543,48.11751],[22.83644,48.08025],[22.86113,48.07503],[22.8678,48.05243],[22.88204,48.05481],[22.86597,48.01132],[22.83556,47.9906],[22.84076,47.98136],[22.87257,47.97527],[22.86973,47.96596],[22.89157,47.96724],[22.89744,47.95406],[22.84733,47.90776],[22.79281,47.89086],[22.75869,47.89414],[22.77775,47.84225],[22.71363,47.83609],[22.68019,47.78775],[22.61112,47.77175],[22.549,47.77222],[22.48121,47.81089],[22.45131,47.80339],[22.43133,47.73981],[22.35662,47.74862],[22.31777,47.76609],[22.31762,47.74337],[22.28514,47.72928],[22.26432,47.73107],[22.259,47.69791],[22.23068,47.6932],[22.17965,47.59161],[22.12892,47.5979],[22.09428,47.55836],[22.07826,47.56213],[22.05345,47.54748],[22.07122,47.53807],[22.06179,47.5288],[22.04513,47.53989],[22.03672,47.53267],[22.00719,47.48362],[22.03279,47.45084],[22.02388,47.39086],[22.01198,47.3758],[21.96274,47.38105],[21.93825,47.37253],[21.87779,47.28578],[21.88728,47.27305],[21.85349,47.23976],[21.85807,47.18736],[21.81248,47.16675],[21.79241,47.10598],[21.72683,47.09839],[21.6976,47.05792],[21.65042,47.04083],[21.68887,47.002],[21.66787,46.97123],[21.68149,46.96521],[21.6382,46.93305],[21.59845,46.92747],[21.61429,46.88673],[21.60167,46.86682],[21.52033,46.83737],[21.51861,46.80007],[21.48318,46.76502],[21.52634,46.73932],[21.52937,46.72097],[21.49233,46.68597],[21.47284,46.69591],[21.4299,46.69394],[21.43096,46.67814],[21.45467,46.66086],[21.41624,46.64262],[21.4098,46.62181],[21.3657,46.63795],[21.33005,46.63182],[21.31397,46.61767],[21.30124,46.59087],[21.32079,46.58286],[21.2743,46.54074],[21.26003,46.50216],[21.27442,46.47673],[21.29645,46.4763],[21.31743,46.45073],[21.28952,46.41548],[21.29633,46.40696],[21.22501,46.41369],[21.20642,46.40338],[21.19926,46.3479],[21.17623,46.33577],[21.1805,46.30445],[21.11554,46.30185],[21.10305,46.26246],[21.07088,46.2539],[21.06608,46.24294],[21.03662,46.24804],[21.02467,46.26653],[20.96082,46.2623],[20.94658,46.2793],[20.92507,46.27662],[20.92181,46.26181],[20.87327,46.28776],[20.77565,46.27596],[20.74905,46.25085],[20.76186,46.20456],[20.7274,46.20775],[20.73411,46.19394],[20.71405,46.16605],[20.68436,46.14478],[20.65492,46.14977],[20.63945,46.12676],[20.54505,46.17909],[20.50148,46.19033],[20.49494,46.17099],[20.45923,46.14288],[20.39751,46.15747],[20.36853,46.15286],[20.35571,46.16963],[20.29681,46.15215],[20.2549,46.11585],[20.24848,46.1301],[20.23301,46.12417],[20.18174,46.16011],[20.1365,46.14495],[20.10097,46.17728],[20.06362,46.14373],[20.03461,46.14589],[20.01581,46.17684],[19.93541,46.17642],[19.85335,46.15],[19.81797,46.12817],[19.75854,46.14798],[19.69821,46.18793],[19.68277,46.18004],[19.66151,46.19044],[19.63174,46.1693],[19.56765,46.17911],[19.5604,46.16658],[19.50266,46.14245],[19.52712,46.12103],[19.4645,46.09538],[19.46658,46.08204],[19.416,46.04605],[19.3804,46.03587],[19.36409,46.0523],[19.2819,46.0148],[19.29653,45.98812],[19.28565,45.9969],[19.14799,45.99634],[19.13384,46.0371],[19.10487,46.04017],[19.06604,46.0002],[19.07968,45.96364],[19.00598,45.95907],[19.00927,45.92366],[18.90613,45.93538],[18.87946,45.91668],[18.86471,45.92085],[18.86856,45.91134],[18.82768,45.90517],[18.822,45.91459],[18.80751,45.90361],[18.80925,45.87962],[18.79562,45.87845],[18.70489,45.91819],[18.67002,45.91084],[18.65966,45.91689],[18.66513,45.89928],[18.64128,45.88904],[18.65502,45.87424],[18.62777,45.87338],[18.61484,45.85314],[18.62367,45.83985],[18.57324,45.81376],[18.57498,45.80043],[18.55972,45.8038],[18.52235,45.78269],[18.49067,45.79472],[18.48219,45.7655],[18.45628,45.76952],[18.44508,45.76052],[18.44685,45.73713],[18.40763,45.73971],[18.39189,45.7617],[18.36423,45.77294],[18.33942,45.74716],[18.29682,45.76122],[18.24405,45.76123],[18.23073,45.77903],[18.19087,45.78788],[18.16819,45.77627],[18.12465,45.78963],[18.10681,45.77083],[18.08189,45.76452],[17.99588,45.79573],[17.93021,45.78633],[17.90668,45.79257],[17.86531,45.76701],[17.82627,45.81],[17.80898,45.8041],[17.78091,45.81749],[17.76034,45.81192],[17.74086,45.8296],[17.66329,45.83818],[17.62762,45.89794],[17.57007,45.93582],[17.43783,45.95038],[17.4259,45.92727],[17.41081,45.93997],[17.39215,45.93021],[17.38287,45.94757],[17.34762,45.94234],[17.34388,45.96053],[17.35377,45.9525],[17.39054,45.95819],[17.38742,45.96618],[17.35835,45.96427],[17.37549,45.96869],[17.37519,45.98811],[17.36357,45.99154],[17.35672,45.97358],[17.33396,45.99608],[17.33198,45.97289],[17.313,45.96653],[17.32365,45.98878],[17.29877,45.98387],[17.3042,46.00211],[17.25797,46.01103],[17.29632,46.02852],[17.25415,46.03001],[17.27096,46.05671],[17.23248,46.0592],[17.25251,46.06647],[17.23131,46.07903],[17.20199,46.07655],[17.23313,46.09896],[17.2104,46.10017],[17.21297,46.11386],[17.17593,46.10846],[17.17434,46.12876],[17.18652,46.13323],[17.1811,46.15055],[17.15623,46.15858],[17.15929,46.16968],[17.1261,46.16845],[17.12274,46.17898],[17.07525,46.18895],[17.06616,46.2023],[16.97354,46.2252],[16.97395,46.24311],[16.95041,46.24153],[16.88624,46.28146],[16.87137,46.32528],[16.88021,46.3357],[16.86154,46.34524],[16.86562,46.35565],[16.8522,46.35172],[16.84986,46.36262],[16.83529,46.36382],[16.83765,46.3748],[16.82617,46.3671],[16.79334,46.38739],[16.75921,46.37766],[16.72987,46.40149],[16.71821,46.38987],[16.67729,46.44945],[16.66318,46.4487],[16.66637,46.4583],[16.61879,46.46199],[16.60447,46.47608],[16.5236,46.50538],[16.53258,46.5314],[16.51767,46.53635],[16.50841,46.56527],[16.483,46.56604],[16.4834,46.5786],[16.44557,46.61095],[16.42486,46.61316],[16.38594,46.64425],[16.39154,46.66373],[16.41985,46.65848],[16.42863,46.69397],[16.36892,46.70401],[16.37983,46.71539],[16.37109,46.72229],[16.35706,46.71424],[16.3186,46.75414],[16.33054,46.77521],[16.31216,46.778],[16.31277,46.79731],[16.34064,46.80519],[16.35084,46.83006],[16.34033,46.84688],[16.3015,46.85951],[16.29139,46.87283],[16.23323,46.87667],[16.15609,46.85371],[16.12657,46.85691],[16.11391,46.8691]]],terms_url:"https://www.fomi.hu",terms_text:"Földmérési és Távérzékelési Intézet"},{id:"FOMI_2005",name:"FÖMI orthophoto 2005",type:"tms",template:"http://e.tile.openstreetmap.hu/ortofoto2005/{zoom}/{x}/{y}.jpg",endDate:"2005-01-01T00:00:00.000Z",startDate:"2005-01-01T00:00:00.000Z",zoomExtent:[0,17],polygon:[[[16.11391,46.8691],[16.17897,46.90662],[16.20004,46.94151],[16.22175,46.93554],[16.24628,46.94639],[16.25532,46.96421],[16.27647,46.96261],[16.29058,47.01398],[16.30162,46.99923],[16.34146,46.99652],[16.35052,47.01063],[16.3734,46.99859],[16.41277,47.00475],[16.43327,46.99274],[16.44781,47.00389],[16.48,46.99412],[16.5122,47.00117],[16.46356,47.03227],[16.44786,47.02275],[16.43912,47.02966],[16.44567,47.03887],[16.52032,47.0561],[16.47321,47.07362],[16.46372,47.09392],[16.5008,47.11006],[16.50004,47.12329],[16.52953,47.12874],[16.51716,47.14969],[16.45495,47.14259],[16.46487,47.16833],[16.45556,47.18756],[16.43056,47.1847],[16.4195,47.19491],[16.41892,47.21071],[16.43713,47.2097],[16.44263,47.23371],[16.43131,47.25276],[16.46715,47.25317],[16.48923,47.27989],[16.46463,47.33385],[16.4337,47.35281],[16.45851,47.36705],[16.44546,47.40702],[16.48317,47.40936],[16.49638,47.38927],[16.51709,47.41002],[16.57491,47.40542],[16.58073,47.41917],[16.66185,47.4556],[16.67064,47.47422],[16.65234,47.50034],[16.68956,47.51016],[16.71478,47.5402],[16.66354,47.56773],[16.6732,47.60495],[16.65953,47.6061],[16.65276,47.62285],[16.63142,47.62832],[16.57391,47.61967],[16.51474,47.6462],[16.49675,47.63931],[16.42546,47.66217],[16.44374,47.67421],[16.44805,47.69647],[16.4747,47.68116],[16.48722,47.69798],[16.55217,47.72255],[16.53638,47.73678],[16.54798,47.75154],[16.60952,47.76037],[16.63441,47.75908],[16.65729,47.74149],[16.72094,47.73536],[16.75341,47.68282],[16.83016,47.68106],[16.83943,47.70451],[16.86689,47.72115],[16.87668,47.68765],[17.09374,47.70777],[17.07066,47.72854],[17.0516,47.79385],[17.07495,47.8085],[17.04714,47.82856],[17.05195,47.83777],[17.01055,47.85818],[17.01639,47.86733],[17.08575,47.87462],[17.11317,47.92716],[17.09171,47.93429],[17.11838,47.96011],[17.09466,47.97088],[17.20103,48.01999],[17.24177,48.02247],[17.25795,47.99865],[17.33465,47.99312],[17.40299,47.94785],[17.45392,47.88526],[17.52674,47.86551],[17.56758,47.81513],[17.6084,47.82189],[17.70858,47.75668],[17.77987,47.73949],[17.8661,47.74575],[17.90013,47.73926],[17.94687,47.74467],[17.97087,47.75784],[18.00441,47.74634],[18.03806,47.75768],[18.29588,47.73146],[18.45407,47.76512],[18.49316,47.75276],[18.55908,47.766],[18.64609,47.75909],[18.72607,47.78904],[18.74118,47.81382],[18.792,47.82309],[18.84854,47.81672],[18.85588,47.82608],[18.82801,47.83429],[18.81357,47.85555],[18.76353,47.8716],[18.75686,47.89684],[18.77675,47.95509],[18.75525,47.97635],[18.81574,47.99344],[18.82,48.03968],[18.83327,48.04824],[18.87494,48.04707],[18.88667,48.05868],[18.90898,48.05114],[18.9439,48.05886],[18.98161,48.0536],[19.01486,48.07818],[19.05852,48.05735],[19.08436,48.07278],[19.1074,48.0656],[19.13529,48.07415],[19.24137,48.05365],[19.25578,48.07156],[19.30311,48.08871],[19.3866,48.09191],[19.40002,48.0823],[19.45405,48.10144],[19.46735,48.08393],[19.49442,48.10991],[19.49238,48.13966],[19.51282,48.15466],[19.50452,48.17344],[19.52897,48.19036],[19.52604,48.20313],[19.5775,48.21601],[19.63083,48.25007],[19.64452,48.23917],[19.66986,48.23921],[19.69122,48.20389],[19.72113,48.20147],[19.74618,48.21651],[19.78716,48.19253],[19.79873,48.19482],[19.80528,48.18373],[19.78242,48.16504],[19.79481,48.15353],[19.82133,48.16908],[19.84528,48.16274],[19.85517,48.17843],[19.86013,48.16941],[19.89875,48.16631],[19.91454,48.14686],[19.8983,48.1249],[19.93738,48.13112],[19.97439,48.166],[19.98871,48.16217],[20.02904,48.17768],[20.04945,48.1672],[20.07299,48.17961],[20.07004,48.1917],[20.13409,48.22518],[20.13319,48.25398],[20.20616,48.25098],[20.20383,48.26191],[20.22847,48.26278],[20.23495,48.27993],[20.28686,48.26164],[20.32571,48.27279],[20.33746,48.30167],[20.36566,48.31661],[20.38408,48.35118],[20.40983,48.36586],[20.40253,48.38256],[20.42053,48.40386],[20.41623,48.41854],[20.50793,48.48936],[20.50651,48.53442],[20.53747,48.52788],[20.54649,48.54429],[20.58659,48.53576],[20.65387,48.56141],[20.83636,48.58284],[20.8378,48.57421],[20.85044,48.58163],[20.84533,48.5665],[20.86815,48.55182],[20.92232,48.55945],[20.93463,48.53834],[20.95588,48.53396],[20.9562,48.52167],[20.98158,48.51777],[21.01511,48.53231],[21.06632,48.52589],[21.11745,48.49105],[21.16087,48.5215],[21.17963,48.51823],[21.22106,48.5375],[21.30549,48.52225],[21.31338,48.55084],[21.32688,48.55413],[21.31938,48.5612],[21.41545,48.55895],[21.42266,48.57882],[21.44061,48.5851],[21.51409,48.55107],[21.54202,48.5084],[21.61393,48.50942],[21.62019,48.46983],[21.66355,48.41796],[21.66456,48.39216],[21.70174,48.3807],[21.71187,48.35762],[21.81741,48.33279],[21.8352,48.33464],[21.83721,48.36325],[21.8843,48.35605],[21.88484,48.36754],[21.89788,48.36256],[21.8998,48.37022],[21.92819,48.3616],[21.92681,48.3709],[21.9492,48.37873],[21.99446,48.37732],[22.02133,48.39275],[22.0546,48.37753],[22.07649,48.38724],[22.08674,48.37156],[22.13591,48.38052],[22.13106,48.39123],[22.15277,48.39624],[22.15619,48.40931],[22.21257,48.42565],[22.23714,48.41004],[22.26549,48.40987],[22.23988,48.38701],[22.26757,48.36116],[22.31781,48.35454],[22.31329,48.32507],[22.33729,48.30791],[22.33843,48.27921],[22.38475,48.23396],[22.40064,48.2492],[22.43284,48.25252],[22.45639,48.24231],[22.4899,48.25342],[22.49722,48.23955],[22.51615,48.23797],[22.53111,48.20943],[22.57114,48.19614],[22.56164,48.18161],[22.59824,48.14476],[22.59028,48.10734],[22.67545,48.092],[22.73472,48.11985],[22.75762,48.12006],[22.77039,48.10902],[22.77232,48.12187],[22.80277,48.12211],[22.80253,48.10708],[22.82543,48.11751],[22.83644,48.08025],[22.86113,48.07503],[22.8678,48.05243],[22.88204,48.05481],[22.86597,48.01132],[22.83556,47.9906],[22.84076,47.98136],[22.87257,47.97527],[22.86973,47.96596],[22.89157,47.96724],[22.89744,47.95406],[22.84733,47.90776],[22.79281,47.89086],[22.75869,47.89414],[22.77775,47.84225],[22.71363,47.83609],[22.68019,47.78775],[22.61112,47.77175],[22.549,47.77222],[22.48121,47.81089],[22.45131,47.80339],[22.43133,47.73981],[22.35662,47.74862],[22.31777,47.76609],[22.31762,47.74337],[22.28514,47.72928],[22.26432,47.73107],[22.259,47.69791],[22.23068,47.6932],[22.17965,47.59161],[22.12892,47.5979],[22.09428,47.55836],[22.07826,47.56213],[22.05345,47.54748],[22.07122,47.53807],[22.06179,47.5288],[22.04513,47.53989],[22.03672,47.53267],[22.00719,47.48362],[22.03279,47.45084],[22.02388,47.39086],[22.01198,47.3758],[21.96274,47.38105],[21.93825,47.37253],[21.87779,47.28578],[21.88728,47.27305],[21.85349,47.23976],[21.85807,47.18736],[21.81248,47.16675],[21.79241,47.10598],[21.72683,47.09839],[21.6976,47.05792],[21.65042,47.04083],[21.68887,47.002],[21.66787,46.97123],[21.68149,46.96521],[21.6382,46.93305],[21.59845,46.92747],[21.61429,46.88673],[21.60167,46.86682],[21.52033,46.83737],[21.51861,46.80007],[21.48318,46.76502],[21.52634,46.73932],[21.52937,46.72097],[21.49233,46.68597],[21.47284,46.69591],[21.4299,46.69394],[21.43096,46.67814],[21.45467,46.66086],[21.41624,46.64262],[21.4098,46.62181],[21.3657,46.63795],[21.33005,46.63182],[21.31397,46.61767],[21.30124,46.59087],[21.32079,46.58286],[21.2743,46.54074],[21.26003,46.50216],[21.27442,46.47673],[21.29645,46.4763],[21.31743,46.45073],[21.28952,46.41548],[21.29633,46.40696],[21.22501,46.41369],[21.20642,46.40338],[21.19926,46.3479],[21.17623,46.33577],[21.1805,46.30445],[21.11554,46.30185],[21.10305,46.26246],[21.07088,46.2539],[21.06608,46.24294],[21.03662,46.24804],[21.02467,46.26653],[20.96082,46.2623],[20.94658,46.2793],[20.92507,46.27662],[20.92181,46.26181],[20.87327,46.28776],[20.77565,46.27596],[20.74905,46.25085],[20.76186,46.20456],[20.7274,46.20775],[20.73411,46.19394],[20.71405,46.16605],[20.68436,46.14478],[20.65492,46.14977],[20.63945,46.12676],[20.54505,46.17909],[20.50148,46.19033],[20.49494,46.17099],[20.45923,46.14288],[20.39751,46.15747],[20.36853,46.15286],[20.35571,46.16963],[20.29681,46.15215],[20.2549,46.11585],[20.24848,46.1301],[20.23301,46.12417],[20.18174,46.16011],[20.1365,46.14495],[20.10097,46.17728],[20.06362,46.14373],[20.03461,46.14589],[20.01581,46.17684],[19.93541,46.17642],[19.85335,46.15],[19.81797,46.12817],[19.75854,46.14798],[19.69821,46.18793],[19.68277,46.18004],[19.66151,46.19044],[19.63174,46.1693],[19.56765,46.17911],[19.5604,46.16658],[19.50266,46.14245],[19.52712,46.12103],[19.4645,46.09538],[19.46658,46.08204],[19.416,46.04605],[19.3804,46.03587],[19.36409,46.0523],[19.2819,46.0148],[19.29653,45.98812],[19.28565,45.9969],[19.14799,45.99634],[19.13384,46.0371],[19.10487,46.04017],[19.06604,46.0002],[19.07968,45.96364],[19.00598,45.95907],[19.00927,45.92366],[18.90613,45.93538],[18.87946,45.91668],[18.86471,45.92085],[18.86856,45.91134],[18.82768,45.90517],[18.822,45.91459],[18.80751,45.90361],[18.80925,45.87962],[18.79562,45.87845],[18.70489,45.91819],[18.67002,45.91084],[18.65966,45.91689],[18.66513,45.89928],[18.64128,45.88904],[18.65502,45.87424],[18.62777,45.87338],[18.61484,45.85314],[18.62367,45.83985],[18.57324,45.81376],[18.57498,45.80043],[18.55972,45.8038],[18.52235,45.78269],[18.49067,45.79472],[18.48219,45.7655],[18.45628,45.76952],[18.44508,45.76052],[18.44685,45.73713],[18.40763,45.73971],[18.39189,45.7617],[18.36423,45.77294],[18.33942,45.74716],[18.29682,45.76122],[18.24405,45.76123],[18.23073,45.77903],[18.19087,45.78788],[18.16819,45.77627],[18.12465,45.78963],[18.10681,45.77083],[18.08189,45.76452],[17.99588,45.79573],[17.93021,45.78633],[17.90668,45.79257],[17.86531,45.76701],[17.82627,45.81],[17.80898,45.8041],[17.78091,45.81749],[17.76034,45.81192],[17.74086,45.8296],[17.66329,45.83818],[17.62762,45.89794],[17.57007,45.93582],[17.43783,45.95038],[17.4259,45.92727],[17.41081,45.93997],[17.39215,45.93021],[17.38287,45.94757],[17.34762,45.94234],[17.34388,45.96053],[17.35377,45.9525],[17.39054,45.95819],[17.38742,45.96618],[17.35835,45.96427],[17.37549,45.96869],[17.37519,45.98811],[17.36357,45.99154],[17.35672,45.97358],[17.33396,45.99608],[17.33198,45.97289],[17.313,45.96653],[17.32365,45.98878],[17.29877,45.98387],[17.3042,46.00211],[17.25797,46.01103],[17.29632,46.02852],[17.25415,46.03001],[17.27096,46.05671],[17.23248,46.0592],[17.25251,46.06647],[17.23131,46.07903],[17.20199,46.07655],[17.23313,46.09896],[17.2104,46.10017],[17.21297,46.11386],[17.17593,46.10846],[17.17434,46.12876],[17.18652,46.13323],[17.1811,46.15055],[17.15623,46.15858],[17.15929,46.16968],[17.1261,46.16845],[17.12274,46.17898],[17.07525,46.18895],[17.06616,46.2023],[16.97354,46.2252],[16.97395,46.24311],[16.95041,46.24153],[16.88624,46.28146],[16.87137,46.32528],[16.88021,46.3357],[16.86154,46.34524],[16.86562,46.35565],[16.8522,46.35172],[16.84986,46.36262],[16.83529,46.36382],[16.83765,46.3748],[16.82617,46.3671],[16.79334,46.38739],[16.75921,46.37766],[16.72987,46.40149],[16.71821,46.38987],[16.67729,46.44945],[16.66318,46.4487],[16.66637,46.4583],[16.61879,46.46199],[16.60447,46.47608],[16.5236,46.50538],[16.53258,46.5314],[16.51767,46.53635],[16.50841,46.56527],[16.483,46.56604],[16.4834,46.5786],[16.44557,46.61095],[16.42486,46.61316],[16.38594,46.64425],[16.39154,46.66373],[16.41985,46.65848],[16.42863,46.69397],[16.36892,46.70401],[16.37983,46.71539],[16.37109,46.72229],[16.35706,46.71424],[16.3186,46.75414],[16.33054,46.77521],[16.31216,46.778],[16.31277,46.79731],[16.34064,46.80519],[16.35084,46.83006],[16.34033,46.84688],[16.3015,46.85951],[16.29139,46.87283],[16.23323,46.87667],[16.15609,46.85371],[16.12657,46.85691],[16.11391,46.8691]]],terms_url:"https://www.fomi.hu",terms_text:"Földmérési és Távérzékelési Intézet"},{id:"Freemap.sk-Car",name:"Freemap.sk Car",type:"tms",template:"https://{switch:a,b,c,d}.freemap.sk/A/{zoom}/{x}/{y}.jpeg",zoomExtent:[8,16],polygon:[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],terms_text:"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved.",icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"Freemap.sk-Cyclo",name:"Freemap.sk Cyclo",type:"tms",template:"https://{switch:a,b,c,d}.freemap.sk/C/{zoom}/{x}/{y}.jpeg",zoomExtent:[8,16],polygon:[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],terms_text:"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved.",icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"Freemap.sk-Hiking",name:"Freemap.sk Hiking",type:"tms",template:"https://{switch:a,b,c,d}.freemap.sk/T/{zoom}/{x}/{y}.jpeg",zoomExtent:[8,16],polygon:[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],terms_text:"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved.",icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"Freemap.sk-Ski",name:"Freemap.sk Ski",type:"tms",template:"https://{switch:a,b,c,d}.freemap.sk/K/{zoom}/{x}/{y}.jpeg",zoomExtent:[8,16],polygon:[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],terms_text:"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved.",icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"fta-digiroad-functional",name:"FTA Road Network",type:"wms",template:"https://extranet.liikennevirasto.fi/inspirepalvelu/beta/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=dr_tielinkki_toim_lk&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[3,20],polygon:[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],terms_url:"https://www.liikennevirasto.fi/web/en/open-data/digiroad/",terms_text:"© Liikennevirasto",description:"Digiroad national road network from the Finnish Transport Agency, functional road classes.",icon:"https://www.liikennevirasto.fi/livi-theme/images/general/liikennevirasto_logo_2x.png",overlay:true},{id:"gaza_pleiades_20140706",name:"Gaza Strip - Pléiades - 2014/07/06",type:"tms",template:"https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706/{zoom}/{x}/{y}",endDate:"2014-07-06T00:00:00.000Z",startDate:"2014-07-06T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[34.49022,31.59487],[34.49339,31.59263],[34.5678,31.5401],[34.5653,31.53226],[34.55613,31.52552],[34.54729,31.5121],[34.53011,31.5066],[34.5255,31.50251],[34.51369,31.50067],[34.505,31.49543],[34.4887,31.48263],[34.48532,31.48028],[34.47962,31.47778],[34.47471,31.47207],[34.4674,31.46448],[34.46576,31.46275],[34.45308,31.45139],[34.44585,31.4441],[34.44216,31.44327],[34.43798,31.44112],[34.43226,31.43458],[34.43164,31.43265],[34.4268,31.42804],[34.42211,31.42437],[34.41326,31.41862],[34.41329,31.41758],[34.41174,31.41604],[34.40918,31.41542],[34.4067,31.41295],[34.40506,31.41295],[34.40197,31.4112],[34.40134,31.40986],[34.39492,31.40391],[34.39351,31.40113],[34.38824,31.39599],[34.38037,31.38951],[34.38074,31.38791],[34.37407,31.37915],[34.37338,31.37422],[34.37159,31.37209],[34.37214,31.37093],[34.37158,31.36972],[34.3704,31.36909],[34.36827,31.36992],[34.36685,31.36914],[34.36497,31.36137],[34.37438,31.30609],[34.36708,31.29074],[34.34339,31.27846],[34.33119,31.26149],[34.31931,31.25317],[34.29093,31.24009],[34.26762,31.21894],[34.25915,31.22131],[34.231,31.26295],[34.21113,31.32157],[34.2434,31.34554],[34.29954,31.39629],[34.34172,31.43251],[34.36439,31.45715],[34.41099,31.50162],[34.42619,31.52686],[34.44463,31.54193],[34.49022,31.59487]]],terms_url:"https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip",terms_text:"Copyright CNES 2014, Distribution Airbus Defence and Space"},{id:"gaza_pleiades_20140706_nir",name:"Gaza Strip - Pléiades - 2014/07/06 (NIR)",type:"tms",template:"https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706_nir/{zoom}/{x}/{y}",endDate:"2014-07-06T00:00:00.000Z",startDate:"2014-07-06T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[34.49022,31.59487],[34.49339,31.59263],[34.5678,31.5401],[34.5653,31.53226],[34.55613,31.52552],[34.54729,31.5121],[34.53011,31.5066],[34.5255,31.50251],[34.51369,31.50067],[34.505,31.49543],[34.4887,31.48263],[34.48532,31.48028],[34.47962,31.47778],[34.47471,31.47207],[34.4674,31.46448],[34.46576,31.46275],[34.45308,31.45139],[34.44585,31.4441],[34.44216,31.44327],[34.43798,31.44112],[34.43226,31.43458],[34.43164,31.43265],[34.4268,31.42804],[34.42211,31.42437],[34.41326,31.41862],[34.41329,31.41758],[34.41174,31.41604],[34.40918,31.41542],[34.4067,31.41295],[34.40506,31.41295],[34.40197,31.4112],[34.40134,31.40986],[34.39492,31.40391],[34.39351,31.40113],[34.38824,31.39599],[34.38037,31.38951],[34.38074,31.38791],[34.37407,31.37915],[34.37338,31.37422],[34.37159,31.37209],[34.37214,31.37093],[34.37158,31.36972],[34.3704,31.36909],[34.36827,31.36992],[34.36685,31.36914],[34.36497,31.36137],[34.37438,31.30609],[34.36708,31.29074],[34.34339,31.27846],[34.33119,31.26149],[34.31931,31.25317],[34.29093,31.24009],[34.26762,31.21894],[34.25915,31.22131],[34.231,31.26295],[34.21113,31.32157],[34.2434,31.34554],[34.29954,31.39629],[34.34172,31.43251],[34.36439,31.45715],[34.41099,31.50162],[34.42619,31.52686],[34.44463,31.54193],[34.49022,31.59487]]],terms_url:"https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip",terms_text:"Copyright CNES 2014, Distribution Airbus Defence and Space"},{id:"Geobase_Hydrography",name:"Geobase Hydrography - English",type:"wms",template:"https://maps.geogratis.gc.ca/wms/hydro_network_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nhn:nhn&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]],overlay:true},{id:"Geobase_Hydrography_French",name:"Geobase Hydrography - French",type:"wms",template:"https://maps.geogratis.gc.ca/wms/hydro_network_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nhn:nhn&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]],overlay:true},{id:"Geobase_Roads",name:"Geobase Roads - English",type:"wms",template:"https://maps.geogratis.gc.ca/wms/roads_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=roads&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[4,20],polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{id:"Geobase_Roads_French",name:"Geobase Roads - French",type:"wms",template:"https://cartes.geogratis.gc.ca/wms/roads_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=routes&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[4,20],polygon:[[[-141.0678,60.2442],[-139.3842,60.10331],[-137.4746,58.82791],[-135.4766,59.65971],[-134.399,58.86279],[-132.5239,57.08342],[-130.1435,55.27452],[-130.7734,54.75597],[-132.4355,54.71514],[-134.5711,54.38827],[-141.7761,53.58405],[-128.9768,46.41459],[-124.8087,48.42976],[-123.4286,48.17889],[-123.0256,48.40444],[-123.19237,48.65504],[-122.99582,48.51065],[-122.4869,48.4098],[-122.32915,48.4528],[-122.22939,48.50649],[-122.17908,48.52965],[-122.1842,48.5669],[-121.77833,48.57593],[-121.66578,48.42791],[-121.33068,48.35714],[-121.02713,48.34977],[-121.03054,48.49406],[-120.698,48.51497],[-120.51041,48.8718],[-119.97579,48.88134],[-119.95447,48.51497],[-119.90758,48.29421],[-119.73193,48.15503],[-119.74386,48.07419],[-119.62279,48.10951],[-119.60232,48.14707],[-119.25273,48.16243],[-114.1499,48.99487],[-95.12094,48.98405],[-95.13419,49.35564],[-94.94415,49.34356],[-94.8839,49.29522],[-94.71704,48.87631],[-94.71791,48.7485],[-93.83204,48.49765],[-93.43778,48.53066],[-93.38216,48.59507],[-92.98471,48.60312],[-92.73847,48.50725],[-92.7095,48.42081],[-92.54293,48.40158],[-92.38361,48.20406],[-92.11564,48.27641],[-91.58697,48.02516],[-91.24658,48.05422],[-90.86275,48.20889],[-90.78308,48.0639],[-90.0774,48.07435],[-89.93835,47.96584],[-89.75469,47.99609],[-89.32745,47.93943],[-88.41489,48.26677],[-84.9566,46.86086],[-84.84795,46.6762],[-84.55904,46.45441],[-84.47642,46.44972],[-84.43758,46.48872],[-84.3669,46.5055],[-84.34899,46.5055],[-84.29026,46.49077],[-84.25742,46.49386],[-84.22507,46.53187],[-84.1962,46.53804],[-84.18027,46.52468],[-84.15987,46.52468],[-84.13449,46.52879],[-84.11558,46.50653],[-84.15944,46.42769],[-84.10024,46.20338],[-83.95558,46.05132],[-83.8864,46.06125],[-83.8203,46.11181],[-83.76975,46.09563],[-83.67498,46.11391],[-83.58084,46.09921],[-83.44747,45.99521],[-83.60888,45.81772],[-82.14271,43.57905],[-82.39133,43.06666],[-82.41252,43.01127],[-82.42522,42.99864],[-82.42618,42.99374],[-82.42363,42.98536],[-82.41503,42.97697],[-82.41853,42.96578],[-82.43064,42.95203],[-82.44911,42.93711],[-82.45739,42.92568],[-82.46472,42.90562],[-82.47228,42.8877],[-82.47228,42.84743],[-82.48536,42.80967],[-82.46844,42.76365],[-82.48586,42.73697],[-82.49155,42.71168],[-82.51488,42.66652],[-82.51224,42.63893],[-82.52421,42.61103],[-82.56854,42.58184],[-82.59498,42.55148],[-82.61286,42.56409],[-82.65158,42.55707],[-82.83439,42.3763],[-83.01489,42.33457],[-83.07244,42.31502],[-83.09647,42.29542],[-83.12823,42.24126],[-83.14167,42.18582],[-83.12799,42.12172],[-83.16266,42.04963],[-83.05136,41.70911],[-82.41932,41.6377],[-81.22563,42.19633],[-80.06688,42.37121],[-78.86642,42.825],[-78.90301,42.92307],[-78.92063,42.95234],[-78.93331,42.95708],[-78.96058,42.9595],[-78.98479,42.9761],[-79.01825,42.9964],[-79.01969,43.01561],[-79.00695,43.0333],[-78.99599,43.06448],[-79.07335,43.07876],[-79.07286,43.083],[-79.0652,43.0917],[-79.05623,43.10825],[-79.05982,43.11563],[-79.06764,43.11992],[-79.05411,43.12801],[-79.04112,43.13986],[-79.04465,43.16192],[-79.05101,43.17037],[-79.04758,43.19974],[-79.05511,43.25682],[-79.18688,43.44858],[-78.68836,43.62502],[-76.77647,43.61369],[-76.41665,44.08498],[-75.49023,44.70772],[-75.29544,44.82587],[-75.16845,44.88548],[-75.1275,44.8975],[-75.00499,44.95265],[-74.98159,44.97728],[-74.90496,44.98222],[-74.8313,45.01108],[-74.77954,45.00158],[-74.74562,44.98526],[-74.70475,44.99877],[-74.49079,44.99343],[-74.23203,44.98552],[-73.93713,44.99512],[-73.01809,45.0121],[-72.63177,45.0121],[-72.54779,45.00506],[-72.32259,45.00286],[-71.49404,45.01093],[-71.48648,45.06221],[-71.42303,45.12765],[-71.43112,45.14037],[-71.37175,45.22117],[-71.28959,45.28578],[-71.23613,45.24302],[-71.11683,45.22933],[-71.0531,45.29866],[-70.98936,45.31088],[-70.90246,45.22525],[-70.82473,45.22714],[-70.77626,45.40013],[-70.7119,45.3754],[-70.63387,45.37346],[-70.60302,45.41179],[-70.67659,45.56319],[-70.3752,45.73075],[-70.36334,45.82013],[-70.25417,45.87468],[-70.22569,45.94403],[-70.27316,45.99022],[-70.17586,46.33538],[-70.06195,46.4107],[-69.98891,46.69363],[-69.22424,47.44463],[-69.06999,47.41092],[-69.07473,47.24202],[-68.89684,47.17469],[-68.78685,47.21493],[-68.72415,47.23217],[-68.68583,47.24028],[-68.66044,47.23183],[-68.62162,47.24028],[-68.59425,47.24974],[-68.59226,47.27001],[-68.57385,47.28486],[-68.55941,47.2798],[-68.542,47.2798],[-68.51214,47.29195],[-68.47381,47.29229],[-68.46038,47.28149],[-68.43898,47.27777],[-68.37229,47.2825],[-68.3703,47.34796],[-68.33173,47.35822],[-68.29664,47.352],[-68.2399,47.34897],[-68.0906,47.26798],[-68.00002,47.21223],[-67.96344,47.19753],[-67.93582,47.15947],[-67.88619,47.10424],[-67.80218,47.06386],[-67.79415,45.93923],[-67.82753,45.8489],[-67.82753,45.6704],[-67.54943,45.57445],[-67.45302,45.58742],[-67.44189,45.52251],[-67.54201,45.49393],[-67.4456,45.38726],[-67.51605,45.29343],[-67.38257,45.11839],[-67.3047,45.11316],[-67.26762,45.18116],[-67.12671,45.09484],[-66.94835,44.78406],[-66.52283,43.61294],[-65.02339,42.10691],[-42.53366,47.50263],[-75.90901,77.3176],[-71.86482,78.7359],[-67.20011,80.66812],[-66.20727,80.78637],[-54.82473,83.07464],[-57.62518,85.04043],[-106.7949,85.04625],[-141.3957,79.2514],[-141.0678,60.2442]]]},{id:"geoimage.at",name:"Geoimage.at MaxRes",type:"wms",template:"https://gis.bmlfuw.gv.at/wmsgw/?key=4d80de696cd562a63ce463a58a61488d&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=Luftbild_MR,Luftbild_1m,Luftbild_8m,Satellitenbild_30m&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[16.50733,46.99293],[16.28342,46.99293],[16.13584,46.8713],[15.98317,46.81909],[16.04933,46.65517],[15.86104,46.71801],[15.75926,46.69009],[15.56079,46.67962],[15.57606,46.63421],[15.47937,46.60276],[15.43357,46.65168],[15.22493,46.63421],[15.04682,46.64819],[14.99084,46.58877],[14.9603,46.62373],[14.85344,46.60276],[14.83308,46.50127],[14.75166,46.49776],[14.68041,46.43818],[14.61426,46.43818],[14.57864,46.37853],[14.44124,46.43116],[14.16135,46.42766],[14.12573,46.47674],[14.01886,46.47674],[13.91199,46.52578],[13.82548,46.50477],[13.44381,46.56078],[13.30641,46.55028],[13.1283,46.58877],[12.84332,46.61324],[12.72628,46.6412],[12.51255,46.66565],[12.35988,46.70405],[12.36497,46.77032],[12.28863,46.77729],[12.27337,46.88522],[12.20721,46.87478],[12.13088,46.90261],[12.11561,46.99987],[12.25301,47.06577],[12.2123,47.0935],[11.9833,47.04497],[11.73394,46.96168],[11.63217,47.01028],[11.54057,46.97557],[11.49986,47.00681],[11.41843,46.96515],[11.25559,46.97557],[11.1131,46.91304],[11.04185,46.76335],[10.88919,46.75986],[10.74161,46.78426],[10.70599,46.86435],[10.57877,46.83998],[10.45663,46.85043],[10.47699,46.92694],[10.38539,46.98946],[10.23272,46.86435],[10.12076,46.83302],[9.86632,46.94084],[9.90194,47.00334],[9.68312,47.05884],[9.61188,47.03804],[9.63223,47.12813],[9.58134,47.1662],[9.54063,47.26644],[9.60679,47.34926],[9.67294,47.36994],[9.64241,47.44571],[9.56608,47.48011],[9.71365,47.52824],[9.7849,47.59692],[9.83579,47.54542],[9.94774,47.53855],[10.09023,47.44915],[10.11059,47.36649],[10.2429,47.38717],[10.18692,47.2699],[10.32432,47.29751],[10.48208,47.44915],[10.43119,47.48699],[10.44137,47.59005],[10.48717,47.55229],[10.54823,47.53511],[10.59912,47.56602],[10.75688,47.53168],[10.88919,47.54542],[10.94008,47.48699],[10.99605,47.39061],[11.23523,47.44227],[11.28103,47.3975],[11.42352,47.51449],[11.57619,47.50762],[11.60672,47.59005],[11.83572,47.58662],[12.00366,47.62436],[12.20721,47.60378],[12.16141,47.69634],[12.2581,47.74427],[12.25301,47.67921],[12.43112,47.71004],[12.49219,47.63122],[12.56852,47.62779],[12.62959,47.68949],[12.77208,47.66893],[12.83315,47.54198],[12.97564,47.47323],[13.04179,47.49387],[13.0367,47.55572],[13.09777,47.64151],[13.03161,47.71004],[12.90439,47.72031],[13.00617,47.84683],[12.9451,47.93555],[12.86368,47.95941],[12.86368,48.00369],[12.75172,48.09894],[12.87386,48.21097],[12.96037,48.21097],[13.04179,48.2652],[13.18428,48.29907],[13.26061,48.2923],[13.39801,48.35659],[13.44381,48.41742],[13.43872,48.55234],[13.50997,48.58601],[13.61175,48.57255],[13.72879,48.5119],[13.78477,48.57255],[13.82039,48.62639],[13.79495,48.71713],[13.85093,48.77417],[14.05957,48.66338],[14.01377,48.63312],[14.07484,48.59274],[14.21733,48.59611],[14.3649,48.54897],[14.46668,48.64993],[14.55828,48.59611],[14.59899,48.62639],[14.72113,48.57591],[14.72113,48.6869],[14.8229,48.7272],[14.81782,48.77753],[14.96472,48.78518],[14.98936,49.01266],[15.14859,48.99503],[15.19439,48.93155],[15.30635,48.98501],[15.39286,48.98501],[15.48446,48.92821],[15.74908,48.8546],[15.84068,48.88807],[16.00862,48.78088],[16.20708,48.73391],[16.39537,48.73727],[16.49206,48.81105],[16.69053,48.77417],[16.7058,48.73391],[16.89917,48.71377],[16.97551,48.51527],[16.84828,48.45118],[16.85337,48.34644],[16.95515,48.25165],[16.99077,48.1499],[17.09255,48.13971],[17.08237,48.02412],[17.17397,48.02071],[17.08237,47.87414],[16.98568,47.86732],[17.08237,47.80925],[17.09255,47.70319],[16.74142,47.67921],[16.7058,47.75112],[16.53786,47.75454],[16.54804,47.70662],[16.42082,47.66893],[16.57348,47.6175],[16.67017,47.63122],[16.71088,47.53855],[16.66,47.44915],[16.54295,47.39406],[16.46153,47.39406],[16.49206,47.2768],[16.42591,47.19733],[16.47171,47.1489],[16.54804,47.1489],[16.47679,47.07964],[16.52768,47.05884],[16.50733,46.99293]]],terms_url:"http://geoimage.at",terms_text:"geoimage.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/GeoimageatMaxRes.png"},{id:"Geolittoral-Orthophotos2000",name:"Géolittoral - Orthophotos 2000",type:"wms",template:"http://geolittoral.application.developpement-durable.gouv.fr/wms2/metropole?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortholittorale&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2000-01-01T00:00:00.000Z",startDate:"2000-01-01T00:00:00.000Z",polygon:[[[-1.07962,46.10959],[-0.94115,46.01474],[-0.56306,45.15178],[-0.7266,45.08425],[-0.87904,45.34094],[-0.99794,45.33779],[-0.95558,44.69982],[-1.15862,44.19865],[-1.21512,44.20558],[-1.24654,44.1162],[-1.27903,44.03937],[-1.28825,44.02304],[-1.32117,43.94094],[-1.32151,43.92296],[-1.3092,43.92337],[-1.3085,43.91439],[-1.28366,43.91514],[-1.28302,43.90624],[-1.2761,43.90655],[-1.28211,43.89254],[-1.30102,43.85159],[-1.30384,43.8424],[-1.30923,43.83498],[-1.33474,43.76946],[-1.34407,43.74875],[-1.3456,43.74214],[-1.34673,43.73688],[-1.43284,43.53152],[-1.42806,43.46812],[-1.60627,43.40591],[-1.6061,43.36012],[-1.77441,43.30357],[-1.82995,43.38484],[-1.58551,43.46856],[-1.35706,44.03374],[-1.40217,44.06461],[-1.33584,44.22832],[-1.21836,44.23033],[-1.16795,44.41097],[-1.30744,44.41847],[-1.16979,45.59107],[-1.48685,46.06042],[-1.36364,46.09146],[-1.60176,46.17019],[-1.64442,46.22375],[-1.58595,46.30426],[-1.51008,46.33888],[-1.75643,46.42214],[-2.1872,46.81857],[-2.16423,46.85534],[-2.23654,46.9337],[-2.39769,46.96718],[-2.282,47.07631],[-2.12563,47.01875],[-2.09013,47.06562],[-2.18487,47.10698],[-2.2647,47.10763],[-2.24489,47.18562],[-2.56779,47.24467],[-2.66727,47.46686],[-2.74787,47.47122],[-2.75771,47.43461],[-2.89321,47.4629],[-2.90369,47.50905],[-3.03383,47.53833],[-3.07113,47.51185],[-3.01653,47.49873],[-3.12502,47.42693],[-3.18803,47.48441],[-3.22791,47.61132],[-3.2967,47.63161],[-3.2876,47.67154],[-3.34074,47.66893],[-3.38912,47.59473],[-3.55087,47.63827],[-3.53384,47.72488],[-3.76577,47.76476],[-3.77595,47.7371],[-3.91168,47.75915],[-3.8959,47.79911],[-3.97236,47.81526],[-3.99722,47.7975],[-3.97956,47.76268],[-3.8945,47.72193],[-3.9162,47.67831],[-4.10163,47.70921],[-4.08989,47.78944],[-4.03798,47.79909],[-4.04125,47.83109],[-4.08765,47.84221],[-4.14781,47.82525],[-4.14314,47.78847],[-4.35162,47.7415],[-4.47962,47.9776],[-4.98565,47.99896],[-4.96938,48.08972],[-4.63576,48.07798],[-4.60147,48.11469],[-4.385,48.10962],[-4.38955,48.14543],[-4.30925,48.15009],[-4.31268,48.17694],[-4.46369,48.18468],[-4.49748,48.1453],[-4.5921,48.14758],[-4.57537,48.22488],[-4.67101,48.2331],[-4.65434,48.31049],[-4.84243,48.3005],[-5.19867,48.44926],[-5.10346,48.51722],[-4.81465,48.39413],[-4.83515,48.54319],[-4.63387,48.66373],[-3.96692,48.77978],[-3.94939,48.74715],[-3.6502,48.75356],[-3.65853,48.82527],[-3.53931,48.85834],[-3.54444,48.90297],[-3.40954,48.91866],[-3.40755,48.87366],[-3.02769,48.9275],[-2.67861,48.58841],[-2.28475,48.71909],[-2.17543,48.65016],[-2.0137,48.73221],[-1.80953,48.73178],[-1.80392,48.66126],[-1.61161,48.68582],[-1.71645,49.24781],[-1.8026,49.32721],[-1.85748,49.3253],[-1.9262,49.65573],[-2.03908,49.67872],[-2.00445,49.76087],[-1.61759,49.68498],[-1.28373,49.76067],[-1.1492,49.63504],[-1.17134,49.55412],[-1.27353,49.55245],[-1.1328,49.3934],[-0.93059,49.40804],[-0.74827,49.35976],[-0.38935,49.34167],[-0.24704,49.29995],[-0.12454,49.29353],[0.02731,49.37619],[0.01801,49.54656],[0.12211,49.69292],[0.51713,49.86466],[1.05727,49.94904],[1.43908,50.11819],[1.53177,50.46437],[1.52549,50.85867],[1.64118,50.95919],[2.4521,51.12144],[2.59286,51.12124],[2.60683,51.05779],[1.7976,50.89906],[1.66458,50.82379],[1.70786,50.1282],[1.05936,49.85],[0.61607,49.79062],[0.24731,49.65027],[0.1709,49.53174],[0.57065,49.49622],[0.41115,49.3396],[0.19504,49.35736],[0.01718,49.25479],[-0.24453,49.26312],[-0.38408,49.30495],[-0.74091,49.32438],[-0.9954,49.37133],[-1.05453,49.25175],[-1.27704,49.29022],[-1.25966,49.43463],[-1.39141,49.53985],[-1.27535,49.62056],[-1.29775,49.65946],[-1.4905,49.57139],[-1.77517,49.63398],[-1.74601,49.48155],[-1.51294,49.24691],[-1.48261,48.72607],[-1.30574,48.72531],[-1.28323,48.59731],[-2.76114,48.43471],[-3.00174,48.67646],[-3.21062,48.72097],[-3.95404,48.56051],[-4.15643,48.60792],[-4.44475,48.55852],[-4.63683,48.48299],[-4.6319,48.44727],[-4.25022,48.43088],[-4.06141,48.21805],[-4.1757,48.05165],[-4.31904,48.0141],[-4.26781,47.89977],[-3.88484,47.98172],[-3.76375,47.86403],[-2.32727,47.52634],[-2.36911,47.3339],[-1.74067,47.33507],[-1.77062,47.20451],[-2.03678,47.21942],[-2.0968,47.15548],[-1.88786,47.01239],[-2.08797,46.83007],[-2.01214,46.83436],[-1.84079,46.69651],[-1.87318,46.65484],[-1.68859,46.50392],[-1.62117,46.51513],[-1.42428,46.41675],[-1.01761,46.35917],[-1.07962,46.10959]],[[-2.41232,46.69242],[-2.37197,46.67611],[-2.26749,46.68033],[-2.27007,46.70705],[-2.29827,46.73286],[-2.41655,46.73711],[-2.41232,46.69242]],[[-3.06018,47.40542],[-2.82587,47.29635],[-2.78787,47.33417],[-3.02436,47.44563],[-3.06018,47.40542]],[[-3.26482,47.4295],[-3.3343,47.35928],[-3.29614,47.34133],[-3.31489,47.30057],[-3.19941,47.24492],[-3.16567,47.27751],[-3.08686,47.23612],[-3.00637,47.30855],[-3.26482,47.4295]],[[-1.93966,48.86346],[-1.93993,48.91179],[-1.701,48.91105],[-1.69726,48.86173],[-1.93966,48.86346]]],terms_url:"https://wiki.openstreetmap.org/wiki/WikiProject_France/G%C3%A9oLittoral",terms_text:"Ortho littorale 2000"},{id:"Geolittoral-Sentiers",name:"Géolittoral - Sentiers",type:"wms",template:"http://geolittoral.application.developpement-durable.gouv.fr/wms2/metropole?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=n_sentier_littoral_l&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-0.98385,46.18807],[-0.89497,46.15628],[-0.93455,46.10163],[-0.84388,46.06949],[-0.88241,46.01637],[-0.53787,45.89558],[-0.63498,45.76444],[-0.86666,45.8479],[-0.76264,45.6245],[-0.69695,45.62659],[-0.69397,45.60184],[-0.68755,45.60174],[-0.688,45.50986],[-0.63799,45.50892],[-0.63978,45.44747],[-0.61574,45.44695],[-0.61619,45.38586],[-0.58544,45.38596],[-0.58529,45.32334],[-0.55379,45.32344],[-0.55275,45.19661],[-0.49094,45.19577],[-0.49184,45.13315],[-0.45661,45.13325],[-0.45512,45.07161],[-0.41611,45.07089],[-0.41621,45.02696],[-0.2907,44.98278],[-0.22,45.06771],[-0.12252,45.02563],[-0.18925,44.94591],[-0.09266,44.91019],[-0.14521,44.8392],[-0.15491,44.84238],[-0.19387,44.78678],[-0.43541,44.87317],[-0.39048,44.68413],[-0.58798,44.66014],[-0.66628,44.99129],[-0.77838,44.99263],[-0.77764,45.05389],[-0.81584,45.05321],[-0.81838,45.11962],[-0.88393,45.12051],[-0.88171,45.18081],[-0.93438,45.18185],[-0.9328,45.24484],[-1.00163,45.24439],[-1.00247,45.30827],[-1.0524,45.31013],[-1.04828,45.36911],[-1.06412,45.36911],[-1.05039,45.18252],[-1.10761,44.80787],[-1.01514,44.80113],[-1.01946,44.76914],[-0.93365,44.76149],[-0.9404,44.7018],[-0.96035,44.56434],[-1.01408,44.56765],[-1.09916,44.1456],[-1.22689,44.14022],[-1.21853,44.03249],[-1.30762,44.029],[-1.39572,43.74301],[-1.31296,43.72951],[-1.37439,43.53109],[-1.34589,43.50606],[-1.59964,43.35423],[-1.76549,43.25548],[-1.79281,43.28038],[-1.80281,43.40425],[-1.72832,43.45033],[-1.58531,43.489],[-1.33584,44.22832],[-1.30744,44.41847],[-1.22511,45.44416],[-1.48685,46.06042],[-1.60176,46.17019],[-1.64442,46.22375],[-1.75643,46.42214],[-2.03483,46.61895],[-2.3466,46.62382],[-2.46561,46.71196],[-2.3233,46.83812],[-2.45286,46.93856],[-2.31733,47.16214],[-2.92848,47.28413],[-2.96742,47.22147],[-3.35602,47.32474],[-3.18803,47.48441],[-3.22791,47.61132],[-3.38912,47.59473],[-3.9162,47.67831],[-4.10163,47.70921],[-4.14314,47.78847],[-4.37619,47.71067],[-4.47962,47.9776],[-4.98565,47.99896],[-4.96938,48.08972],[-4.60147,48.11469],[-4.5921,48.14758],[-4.67101,48.2331],[-4.84243,48.3005],[-5.19867,48.44926],[-5.10346,48.51722],[-4.83515,48.54319],[-4.63117,48.66129],[-3.96692,48.77978],[-3.94939,48.74715],[-3.67013,48.89508],[-3.54444,48.90297],[-3.40954,48.91866],[-3.33344,48.90458],[-3.02769,48.9275],[-2.80207,48.79793],[-2.69353,48.76722],[-2.45786,48.70896],[-2.28475,48.71909],[-2.17543,48.65016],[-2.0137,48.73221],[-1.80953,48.73178],[-1.7243,48.75828],[-1.70557,48.84512],[-1.90304,48.86288],[-1.91027,48.92348],[-1.68714,48.93249],[-1.74277,49.24473],[-1.85748,49.3253],[-1.9262,49.65573],[-2.03908,49.67872],[-2.00445,49.76087],[-1.61759,49.68498],[-1.28373,49.76067],[-1.1492,49.63504],[-1.18545,49.54836],[-0.96463,49.42509],[-0.74429,49.36802],[-0.39014,49.3622],[-0.24976,49.3158],[-0.13342,49.31293],[0.02731,49.37619],[0.01801,49.54656],[0.12211,49.69292],[0.51713,49.86466],[1.05727,49.94904],[1.43908,50.11819],[1.53177,50.46437],[1.52549,50.85867],[1.64118,50.95919],[2.59712,51.17355],[2.66071,51.0196],[2.07124,50.92022],[2.05937,50.94709],[1.7976,50.89906],[1.68089,50.8717],[1.65569,50.59729],[1.75357,50.5932],[1.72295,50.24702],[1.82156,50.24262],[1.80149,50.05116],[1.54565,50.06311],[1.54155,50.01267],[1.42462,50.01747],[1.42667,50.05276],[1.03838,49.84609],[0.9827,49.88916],[0.57961,49.82133],[0.42063,49.76297],[0.4281,49.75445],[0.20831,49.67269],[0.14765,49.57767],[0.13461,49.5809],[0.11117,49.54365],[0.56598,49.52045],[0.5632,49.49989],[0.63001,49.49666],[0.61478,49.37441],[0.54825,49.37851],[0.54254,49.33461],[0.45741,49.33938],[0.45843,49.34492],[0.32597,49.35456],[0.32846,49.38128],[0.28011,49.38433],[0.27689,49.36334],[0.21095,49.36658],[0.20817,49.35084],[0.14326,49.35532],[0.13769,49.3115],[0.07204,49.31532],[0.0675,49.28713],[0.00274,49.29076],[0.00508,49.25711],[-0.02027,49.26036],[-0.03492,49.1973],[-0.19448,49.21463],[-0.38966,49.12726],[-0.45369,49.18792],[-0.3561,49.23214],[-0.82088,49.28331],[-0.99778,49.30149],[-1.16728,49.24545],[-1.19515,49.28183],[-1.26768,49.24099],[-1.34114,49.2975],[-1.24768,49.35025],[-1.44583,49.60689],[-1.81105,49.61757],[-1.77479,49.44333],[-1.72775,49.46509],[-1.5339,49.29098],[-1.47909,49.29233],[-1.47608,49.24027],[-1.43557,49.20326],[-1.47225,49.1822],[-1.45091,48.75725],[-1.31155,48.76408],[-1.30533,48.70216],[-1.2584,48.70421],[-1.25229,48.64353],[-1.23519,48.64435],[-1.2269,48.56824],[-1.85218,48.53086],[-1.84908,48.4975],[-1.92326,48.49187],[-1.92813,48.44096],[-2.04272,48.43601],[-2.03889,48.48191],[-2.2895,48.46102],[-2.3021,48.52433],[-2.40863,48.51618],[-2.42035,48.56954],[-2.43084,48.57852],[-2.49083,48.54924],[-2.47353,48.53326],[-2.54978,48.49647],[-2.54005,48.48747],[-2.70681,48.40746],[-3.02979,48.69115],[-4.01034,48.53179],[-4.05342,48.64412],[-4.38281,48.57349],[-4.35482,48.5118],[-4.38853,48.50473],[-4.13495,48.44868],[-4.16411,48.38936],[-4.01832,48.35685],[-4.04733,48.29918],[-3.98814,48.2867],[-4.0214,48.21606],[-4.03634,48.21958],[-4.06623,48.16028],[-4.16675,48.18247],[-4.18331,48.14934],[-4.17232,48.1065],[-4.20111,48.10285],[-4.18643,48.04389],[-4.18806,48.04061],[-4.35686,48.02305],[-4.25657,47.93997],[-4.23363,47.93497],[-4.21371,47.97598],[-4.21854,47.97726],[-4.1806,48.05569],[-3.6172,47.93124],[-2.17991,47.58642],[-2.25449,47.44501],[-2.30182,47.4568],[-2.32043,47.42092],[-2.30372,47.41755],[-2.34753,47.33499],[-2.36219,47.33837],[-2.38079,47.3039],[-2.35852,47.29854],[-2.29962,47.29784],[-2.29742,47.3618],[-2.13199,47.35852],[-2.13478,47.39107],[-2.01565,47.39623],[-2.01404,47.38095],[-1.92862,47.38254],[-1.92891,47.37956],[-1.8322,47.38184],[-1.82986,47.34165],[-1.73608,47.34304],[-1.73418,47.305],[-1.64084,47.30639],[-1.64011,47.29427],[-1.58355,47.29566],[-1.58531,47.33708],[-1.4612,47.33966],[-1.46003,47.32924],[-1.37211,47.33221],[-1.36054,47.11239],[-1.48567,47.11149],[-1.48582,47.11877],[-1.66897,47.11688],[-1.66971,47.12864],[-1.72553,47.12764],[-1.72612,47.13761],[-1.93975,47.13263],[-1.94019,47.1422],[-1.9925,47.14309],[-1.81066,47.00588],[-1.94723,46.92078],[-1.92891,46.90677],[-1.99529,46.86461],[-1.73652,46.66839],[-1.77535,46.64386],[-1.82678,46.64174],[-1.82473,46.62071],[-1.18192,46.39987],[-0.91261,46.3048],[-0.95481,46.2489],[-0.94235,46.24424],[-0.98385,46.18807]],[[3.14769,42.40072],[3.14949,42.40015],[3.15305,42.40052],[3.15804,42.40243],[3.1877,42.42805],[3.14227,42.5248],[3.06837,42.54635],[3.04884,42.6942],[3.0799,43.03073],[3.22641,43.18727],[3.40916,43.26032],[3.52104,43.25877],[3.66429,43.37628],[3.73841,43.39054],[4.00979,43.53607],[4.17692,43.45636],[4.54355,43.43349],[4.54943,43.35401],[4.83506,43.30891],[4.97506,43.38309],[5.03219,43.31928],[5.25919,43.31928],[5.31082,43.20504],[5.35682,43.18645],[5.36882,43.16785],[5.40232,43.16211],[5.41382,43.17123],[5.40919,43.19921],[5.54232,43.18827],[5.60582,43.14797],[5.6197,43.1529],[5.63832,43.17159],[5.67157,43.1674],[5.69095,43.13411],[5.77607,43.10637],[5.7762,43.09432],[5.75407,43.08328],[5.75707,43.0725],[5.77032,43.06465],[5.85933,43.03469],[5.8877,43.06273],[5.9567,43.06109],[5.96383,43.09277],[6.00033,43.09186],[6.01745,43.06849],[6.10233,43.07415],[6.10483,43.0526],[6.0666,43.04318],[6.06722,43.03785],[6.1427,43.00923],[6.15676,42.98715],[6.19635,42.97331],[6.22221,42.9801],[6.26891,42.99651],[6.25515,43.03627],[6.2019,43.02713],[6.18378,43.09188],[6.30153,43.09909],[6.32478,43.07974],[6.37778,43.08011],[6.38866,43.13395],[6.51341,43.14608],[6.57704,43.17881],[6.62291,43.14563],[6.69779,43.19969],[6.68016,43.23357],[6.72116,43.26007],[6.72241,43.27472],[6.67054,43.29192],[6.68741,43.33113],[6.72416,43.34267],[6.75291,43.409],[6.79104,43.39674],[6.90629,43.41672],[6.96767,43.50273],[6.96617,43.52812],[7.00617,43.53845],[7.03554,43.4982],[7.06892,43.5001],[7.09079,43.51642],[7.06267,43.53672],[7.08254,43.5456],[7.1238,43.53074],[7.1558,43.5437],[7.1433,43.62284],[7.16867,43.64636],[7.2138,43.63469],[7.25417,43.68497],[7.3403,43.66744],[7.36442,43.6894],[7.35305,43.7082],[7.4163,43.71091],[7.45405,43.74506],[7.4943,43.74524],[7.57943,43.78424],[7.60552,43.78603],[7.60368,43.78898],[7.59588,43.79528],[7.59628,43.79549],[7.53853,43.84195],[7.45996,43.79988],[7.44781,43.80934],[7.32353,43.74806],[7.30822,43.76357],[6.64878,43.3885],[6.66865,43.37178],[6.51003,43.27803],[6.56584,43.22509],[6.12681,43.10527],[5.48229,43.24939],[5.47267,43.2309],[5.41567,43.24657],[5.45267,43.3451],[4.80191,43.48158],[4.76416,43.39244],[4.65716,43.42368],[4.67228,43.45608],[4.43203,43.52419],[4.41453,43.49255],[4.16102,43.56433],[4.14452,43.57067],[4.14165,43.57393],[4.18677,43.59946],[4.10565,43.68196],[3.79689,43.52165],[3.77851,43.51313],[3.76464,43.50597],[3.76201,43.50334],[3.74226,43.49328],[3.71601,43.52075],[3.26213,43.28143],[3.24638,43.29735],[3.18388,43.28052],[3.10675,43.24083],[3.15475,43.19419],[2.90625,43.19383],[2.90675,42.76189],[2.94613,42.76208],[2.9465,42.61516],[2.99238,42.61497],[2.99238,42.5125],[3.041,42.51259],[3.04121,42.50093],[3.09086,42.50082],[3.14769,42.40072]],[[6.35945,43.02321],[6.42477,43.02444],[6.45244,43.03504],[6.46985,43.05461],[6.51121,43.05765],[6.52156,43.04318],[6.48364,43.02444],[6.47179,43.00725],[6.41178,42.9918],[6.39852,42.98048],[6.35178,42.99905],[6.35945,43.02321]]],terms_url:"https://wiki.openstreetmap.org/wiki/WikiProject_France/G%C3%A9oLittoral",terms_text:"Ortho littorale 2000"},{id:"GeolittoralV2-Orthophotos",name:"Géolittoral V2 - Orthophotos 2011-2014",type:"wms",template:"http://geolittoral.application.developpement-durable.gouv.fr/wms2/metropole?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortholittorale_v2_rvb&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[-0.98385,46.18807],[-0.89497,46.15628],[-0.93455,46.10163],[-0.84388,46.06949],[-0.88241,46.01637],[-0.53787,45.89558],[-0.63498,45.76444],[-0.86666,45.8479],[-0.76264,45.6245],[-0.69695,45.62659],[-0.69397,45.60184],[-0.68755,45.60174],[-0.688,45.50986],[-0.63799,45.50892],[-0.63978,45.44747],[-0.61574,45.44695],[-0.61619,45.38586],[-0.58544,45.38596],[-0.58529,45.32334],[-0.55379,45.32344],[-0.55275,45.19661],[-0.49094,45.19577],[-0.49184,45.13315],[-0.45661,45.13325],[-0.45512,45.07161],[-0.41611,45.07089],[-0.41621,45.02696],[-0.2907,44.98278],[-0.22,45.06771],[-0.12252,45.02563],[-0.18925,44.94591],[-0.09266,44.91019],[-0.14521,44.8392],[-0.15491,44.84238],[-0.19387,44.78678],[-0.43541,44.87317],[-0.39048,44.68413],[-0.58798,44.66014],[-0.66628,44.99129],[-0.77838,44.99263],[-0.77764,45.05389],[-0.81584,45.05321],[-0.81838,45.11962],[-0.88393,45.12051],[-0.88171,45.18081],[-0.93438,45.18185],[-0.9328,45.24484],[-1.00163,45.24439],[-1.00247,45.30827],[-1.0524,45.31013],[-1.04828,45.36911],[-1.06412,45.36911],[-1.05039,45.18252],[-1.10761,44.80787],[-1.01514,44.80113],[-1.01946,44.76914],[-0.93365,44.76149],[-0.9404,44.7018],[-0.96035,44.56434],[-1.01408,44.56765],[-1.09916,44.1456],[-1.22689,44.14022],[-1.21853,44.03249],[-1.30762,44.029],[-1.39572,43.74301],[-1.31296,43.72951],[-1.37439,43.53109],[-1.34589,43.50606],[-1.59964,43.35423],[-1.76549,43.25548],[-1.79281,43.28038],[-1.80281,43.40425],[-1.72832,43.45033],[-1.58531,43.489],[-1.33584,44.22832],[-1.30744,44.41847],[-1.22511,45.44416],[-1.48685,46.06042],[-1.60176,46.17019],[-1.64442,46.22375],[-1.75643,46.42214],[-2.03483,46.61895],[-2.3466,46.62382],[-2.46561,46.71196],[-2.3233,46.83812],[-2.45286,46.93856],[-2.31733,47.16214],[-2.92848,47.28413],[-2.96742,47.22147],[-3.35602,47.32474],[-3.18803,47.48441],[-3.22791,47.61132],[-3.38912,47.59473],[-3.9162,47.67831],[-4.10163,47.70921],[-4.14314,47.78847],[-4.37619,47.71067],[-4.47962,47.9776],[-4.98565,47.99896],[-4.96938,48.08972],[-4.60147,48.11469],[-4.5921,48.14758],[-4.67101,48.2331],[-4.84243,48.3005],[-5.19867,48.44926],[-5.10346,48.51722],[-4.83515,48.54319],[-4.63117,48.66129],[-3.96692,48.77978],[-3.94939,48.74715],[-3.67013,48.89508],[-3.54444,48.90297],[-3.40954,48.91866],[-3.33344,48.90458],[-3.02769,48.9275],[-2.80207,48.79793],[-2.69353,48.76722],[-2.45786,48.70896],[-2.28475,48.71909],[-2.17543,48.65016],[-2.0137,48.73221],[-1.80953,48.73178],[-1.7243,48.75828],[-1.70557,48.84512],[-1.90304,48.86288],[-1.91027,48.92348],[-1.68714,48.93249],[-1.74277,49.24473],[-1.85748,49.3253],[-1.9262,49.65573],[-2.03908,49.67872],[-2.00445,49.76087],[-1.61759,49.68498],[-1.28373,49.76067],[-1.1492,49.63504],[-1.18545,49.54836],[-0.96463,49.42509],[-0.74429,49.36802],[-0.39014,49.3622],[-0.24976,49.3158],[-0.13342,49.31293],[0.02731,49.37619],[0.01801,49.54656],[0.12211,49.69292],[0.51713,49.86466],[1.05727,49.94904],[1.43908,50.11819],[1.53177,50.46437],[1.52549,50.85867],[1.64118,50.95919],[2.59712,51.17355],[2.66071,51.0196],[2.07124,50.92022],[2.05937,50.94709],[1.7976,50.89906],[1.68089,50.8717],[1.65569,50.59729],[1.75357,50.5932],[1.72295,50.24702],[1.82156,50.24262],[1.80149,50.05116],[1.54565,50.06311],[1.54155,50.01267],[1.42462,50.01747],[1.42667,50.05276],[1.03838,49.84609],[0.9827,49.88916],[0.57961,49.82133],[0.42063,49.76297],[0.4281,49.75445],[0.20831,49.67269],[0.14765,49.57767],[0.13461,49.5809],[0.11117,49.54365],[0.56598,49.52045],[0.5632,49.49989],[0.63001,49.49666],[0.61478,49.37441],[0.54825,49.37851],[0.54254,49.33461],[0.45741,49.33938],[0.45843,49.34492],[0.32597,49.35456],[0.32846,49.38128],[0.28011,49.38433],[0.27689,49.36334],[0.21095,49.36658],[0.20817,49.35084],[0.14326,49.35532],[0.13769,49.3115],[0.07204,49.31532],[0.0675,49.28713],[0.00274,49.29076],[0.00508,49.25711],[-0.02027,49.26036],[-0.03492,49.1973],[-0.19448,49.21463],[-0.38966,49.12726],[-0.45369,49.18792],[-0.3561,49.23214],[-0.82088,49.28331],[-0.99778,49.30149],[-1.16728,49.24545],[-1.19515,49.28183],[-1.26768,49.24099],[-1.34114,49.2975],[-1.24768,49.35025],[-1.44583,49.60689],[-1.81105,49.61757],[-1.77479,49.44333],[-1.72775,49.46509],[-1.5339,49.29098],[-1.47909,49.29233],[-1.47608,49.24027],[-1.43557,49.20326],[-1.47225,49.1822],[-1.45091,48.75725],[-1.31155,48.76408],[-1.30533,48.70216],[-1.2584,48.70421],[-1.25229,48.64353],[-1.23519,48.64435],[-1.2269,48.56824],[-1.85218,48.53086],[-1.84908,48.4975],[-1.92326,48.49187],[-1.92813,48.44096],[-2.04272,48.43601],[-2.03889,48.48191],[-2.2895,48.46102],[-2.3021,48.52433],[-2.40863,48.51618],[-2.42035,48.56954],[-2.43084,48.57852],[-2.49083,48.54924],[-2.47353,48.53326],[-2.54978,48.49647],[-2.54005,48.48747],[-2.70681,48.40746],[-3.02979,48.69115],[-4.01034,48.53179],[-4.05342,48.64412],[-4.38281,48.57349],[-4.35482,48.5118],[-4.38853,48.50473],[-4.13495,48.44868],[-4.16411,48.38936],[-4.01832,48.35685],[-4.04733,48.29918],[-3.98814,48.2867],[-4.0214,48.21606],[-4.03634,48.21958],[-4.06623,48.16028],[-4.16675,48.18247],[-4.18331,48.14934],[-4.17232,48.1065],[-4.20111,48.10285],[-4.18643,48.04389],[-4.18806,48.04061],[-4.35686,48.02305],[-4.25657,47.93997],[-4.23363,47.93497],[-4.21371,47.97598],[-4.21854,47.97726],[-4.1806,48.05569],[-3.6172,47.93124],[-2.17991,47.58642],[-2.25449,47.44501],[-2.30182,47.4568],[-2.32043,47.42092],[-2.30372,47.41755],[-2.34753,47.33499],[-2.36219,47.33837],[-2.38079,47.3039],[-2.35852,47.29854],[-2.29962,47.29784],[-2.29742,47.3618],[-2.13199,47.35852],[-2.13478,47.39107],[-2.01565,47.39623],[-2.01404,47.38095],[-1.92862,47.38254],[-1.92891,47.37956],[-1.8322,47.38184],[-1.82986,47.34165],[-1.73608,47.34304],[-1.73418,47.305],[-1.64084,47.30639],[-1.64011,47.29427],[-1.58355,47.29566],[-1.58531,47.33708],[-1.4612,47.33966],[-1.46003,47.32924],[-1.37211,47.33221],[-1.36054,47.11239],[-1.48567,47.11149],[-1.48582,47.11877],[-1.66897,47.11688],[-1.66971,47.12864],[-1.72553,47.12764],[-1.72612,47.13761],[-1.93975,47.13263],[-1.94019,47.1422],[-1.9925,47.14309],[-1.81066,47.00588],[-1.94723,46.92078],[-1.92891,46.90677],[-1.99529,46.86461],[-1.73652,46.66839],[-1.77535,46.64386],[-1.82678,46.64174],[-1.82473,46.62071],[-1.18192,46.39987],[-0.91261,46.3048],[-0.95481,46.2489],[-0.94235,46.24424],[-0.98385,46.18807]],[[3.14769,42.40072],[3.14949,42.40015],[3.15305,42.40052],[3.15804,42.40243],[3.1877,42.42805],[3.14227,42.5248],[3.06837,42.54635],[3.04884,42.6942],[3.0799,43.03073],[3.22641,43.18727],[3.40916,43.26032],[3.52104,43.25877],[3.66429,43.37628],[3.73841,43.39054],[4.00979,43.53607],[4.17692,43.45636],[4.54355,43.43349],[4.54943,43.35401],[4.83506,43.30891],[4.97506,43.38309],[5.03219,43.31928],[5.25919,43.31928],[5.31082,43.20504],[5.35682,43.18645],[5.36882,43.16785],[5.40232,43.16211],[5.41382,43.17123],[5.40919,43.19921],[5.54232,43.18827],[5.60582,43.14797],[5.6197,43.1529],[5.63832,43.17159],[5.67157,43.1674],[5.69095,43.13411],[5.77607,43.10637],[5.7762,43.09432],[5.75407,43.08328],[5.75707,43.0725],[5.77032,43.06465],[5.85933,43.03469],[5.8877,43.06273],[5.9567,43.06109],[5.96383,43.09277],[6.00033,43.09186],[6.01745,43.06849],[6.10233,43.07415],[6.10483,43.0526],[6.0666,43.04318],[6.06722,43.03785],[6.1427,43.00923],[6.15676,42.98715],[6.19635,42.97331],[6.22221,42.9801],[6.26891,42.99651],[6.25515,43.03627],[6.2019,43.02713],[6.18378,43.09188],[6.30153,43.09909],[6.32478,43.07974],[6.37778,43.08011],[6.38866,43.13395],[6.51341,43.14608],[6.57704,43.17881],[6.62291,43.14563],[6.69779,43.19969],[6.68016,43.23357],[6.72116,43.26007],[6.72241,43.27472],[6.67054,43.29192],[6.68741,43.33113],[6.72416,43.34267],[6.75291,43.409],[6.79104,43.39674],[6.90629,43.41672],[6.96767,43.50273],[6.96617,43.52812],[7.00617,43.53845],[7.03554,43.4982],[7.06892,43.5001],[7.09079,43.51642],[7.06267,43.53672],[7.08254,43.5456],[7.1238,43.53074],[7.1558,43.5437],[7.1433,43.62284],[7.16867,43.64636],[7.2138,43.63469],[7.25417,43.68497],[7.3403,43.66744],[7.36442,43.6894],[7.35305,43.7082],[7.4163,43.71091],[7.45405,43.74506],[7.4943,43.74524],[7.57943,43.78424],[7.60552,43.78603],[7.60368,43.78898],[7.59588,43.79528],[7.59628,43.79549],[7.53853,43.84195],[7.45996,43.79988],[7.44781,43.80934],[7.32353,43.74806],[7.30822,43.76357],[6.64878,43.3885],[6.66865,43.37178],[6.51003,43.27803],[6.56584,43.22509],[6.12681,43.10527],[5.48229,43.24939],[5.47267,43.2309],[5.41567,43.24657],[5.45267,43.3451],[4.80191,43.48158],[4.76416,43.39244],[4.65716,43.42368],[4.67228,43.45608],[4.43203,43.52419],[4.41453,43.49255],[4.16102,43.56433],[4.14452,43.57067],[4.14165,43.57393],[4.18677,43.59946],[4.10565,43.68196],[3.79689,43.52165],[3.77851,43.51313],[3.76464,43.50597],[3.76201,43.50334],[3.74226,43.49328],[3.71601,43.52075],[3.26213,43.28143],[3.24638,43.29735],[3.18388,43.28052],[3.10675,43.24083],[3.15475,43.19419],[2.90625,43.19383],[2.90675,42.76189],[2.94613,42.76208],[2.9465,42.61516],[2.99238,42.61497],[2.99238,42.5125],[3.041,42.51259],[3.04121,42.50093],[3.09086,42.50082],[3.14769,42.40072]],[[6.35945,43.02321],[6.42477,43.02444],[6.45244,43.03504],[6.46985,43.05461],[6.51121,43.05765],[6.52156,43.04318],[6.48364,43.02444],[6.47179,43.00725],[6.41178,42.9918],[6.39852,42.98048],[6.35178,42.99905],[6.35945,43.02321]]],terms_url:"https://wiki.openstreetmap.org/wiki/WikiProject_France/G%C3%A9oLittoral",terms_text:"Ortho Littorale V2 - MEDDE"},{id:"lu.geoportail.opendata.ortho_10cm_proto_lidar",name:"geoportail.lu LIDAR prototype Nordstad 2017",type:"tms",template:"http://{switch:wmts1,wmts2}.geoportail.lu/opendata/wmts/ortho_10cm_proto_lidar/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2017-04-09T00:00:00.000Z",startDate:"2017-04-09T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[6.05001,49.82175],[6.04979,49.91166],[6.18901,49.91172],[6.18897,49.82181],[6.05001,49.82175]]],terms_url:"https://act.public.lu/fr/cartographie/lidar",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"Geoportal2-PL-aerial_image",name:"Geoportal 2: Orthophotomap (aerial image)",type:"wms",template:"http://mapy.geoportal.gov.pl/wss/service/img/guest/ORTO/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Raster&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}{header(User-Agent,Mozilla/5.0 (JOSM)}",projection:"EPSG:4326",zoomExtent:[0,23],polygon:[[[15.9751,54.37092],[16.31116,54.55618],[17.13919,54.78457],[18.34485,54.90227],[19.66137,54.47372],[20.28152,54.42135],[21.46639,54.34064],[22.77599,54.37698],[22.8626,54.42336],[23.29567,54.26786],[23.53472,54.09553],[23.52086,53.97752],[23.71834,53.46296],[23.92968,53.18567],[23.92968,52.68873],[23.7322,52.60675],[23.5659,52.58781],[23.20905,52.33026],[23.19519,52.23701],[23.50354,52.18606],[23.69062,52.00301],[23.59708,51.7399],[23.66291,51.38886],[23.9366,50.98278],[24.16873,50.86048],[24.01975,50.80358],[24.10983,50.66105],[24.05786,50.41884],[23.61787,50.30834],[22.68244,49.51635],[22.73788,49.20949],[22.90417,49.07804],[22.8626,48.99401],[22.60969,49.03718],[22.07615,49.20044],[21.84749,49.37219],[21.37631,49.44883],[21.10262,49.37219],[20.91207,49.3022],[20.6453,49.39023],[20.18451,49.33156],[20.11869,49.20044],[19.942,49.13021],[19.76531,49.21176],[19.74798,49.39925],[19.60247,49.41503],[19.50893,49.58154],[19.42925,49.59052],[19.23177,49.41503],[18.99618,49.38798],[18.93382,49.4916],[18.83681,49.49386],[18.80216,49.66234],[18.6428,49.70941],[18.52154,49.89947],[18.08154,50.01092],[17.88753,49.98865],[17.73855,50.06877],[17.6069,50.17096],[17.74548,50.21532],[17.71084,50.3017],[17.41635,50.26407],[16.94864,50.44533],[16.89321,50.40339],[17.00061,50.31055],[17.01793,50.22419],[16.81352,50.18649],[16.64029,50.09767],[16.43242,50.28621],[16.19683,50.42767],[16.42203,50.58852],[16.33888,50.66324],[16.22802,50.63688],[16.05479,50.61271],[15.57322,50.76415],[15.26834,50.89764],[15.24409,50.9806],[15.02929,51.0133],[15.00157,50.85829],[14.81102,50.87359],[14.95653,51.07212],[15.01889,51.29146],[14.93921,51.46015],[14.72094,51.55718],[14.75212,51.62606],[14.59968,51.84276],[14.70362,52.07334],[14.55811,52.24974],[14.51654,52.42544],[14.60315,52.58781],[14.11465,52.82083],[14.15276,52.9734],[14.35024,53.07342],[14.42299,53.26656],[14.1978,53.87348],[14.22205,53.99585],[15.9751,54.37092]]],terms_url:"http://geoportal.gov.pl/web/guest/regulamin",terms_text:"Główny Urząd Geodezji i Kartografii",best:true,icon:"https://wiki.openstreetmap.org/w/images/2/25/Geoportal-josm.png"},{id:"Geoportal2-PL-prng",name:"Geoportal 2: PRNG (geo names)",type:"wms",template:"http://mapy.geoportal.gov.pl/wss/service/pub/guest/G2_PRNG_WMS/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=PozostaleObiektyFizjograficzne,Hydrografia,PozostaleMiejscowosci,Wies,UksztaltowanieTerenu&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}{header(User-Agent,Mozilla/5.0 (JOSM)}",projection:"EPSG:4326",polygon:[[[15.9751,54.37092],[16.31116,54.55618],[17.13919,54.78457],[18.34485,54.90227],[19.66137,54.47372],[20.28152,54.42135],[21.46639,54.34064],[22.77599,54.37698],[22.8626,54.42336],[23.29567,54.26786],[23.53472,54.09553],[23.52086,53.97752],[23.71834,53.46296],[23.92968,53.18567],[23.92968,52.68873],[23.7322,52.60675],[23.5659,52.58781],[23.20905,52.33026],[23.19519,52.23701],[23.50354,52.18606],[23.69062,52.00301],[23.59708,51.7399],[23.66291,51.38886],[23.9366,50.98278],[24.16873,50.86048],[24.01975,50.80358],[24.10983,50.66105],[24.05786,50.41884],[23.61787,50.30834],[22.68244,49.51635],[22.73788,49.20949],[22.90417,49.07804],[22.8626,48.99401],[22.60969,49.03718],[22.07615,49.20044],[21.84749,49.37219],[21.37631,49.44883],[21.10262,49.37219],[20.91207,49.3022],[20.6453,49.39023],[20.18451,49.33156],[20.11869,49.20044],[19.942,49.13021],[19.76531,49.21176],[19.74798,49.39925],[19.60247,49.41503],[19.50893,49.58154],[19.42925,49.59052],[19.23177,49.41503],[18.99618,49.38798],[18.93382,49.4916],[18.83681,49.49386],[18.80216,49.66234],[18.6428,49.70941],[18.52154,49.89947],[18.08154,50.01092],[17.88753,49.98865],[17.73855,50.06877],[17.6069,50.17096],[17.74548,50.21532],[17.71084,50.3017],[17.41635,50.26407],[16.94864,50.44533],[16.89321,50.40339],[17.00061,50.31055],[17.01793,50.22419],[16.81352,50.18649],[16.64029,50.09767],[16.43242,50.28621],[16.19683,50.42767],[16.42203,50.58852],[16.33888,50.66324],[16.22802,50.63688],[16.05479,50.61271],[15.57322,50.76415],[15.26834,50.89764],[15.24409,50.9806],[15.02929,51.0133],[15.00157,50.85829],[14.81102,50.87359],[14.95653,51.07212],[15.01889,51.29146],[14.93921,51.46015],[14.72094,51.55718],[14.75212,51.62606],[14.59968,51.84276],[14.70362,52.07334],[14.55811,52.24974],[14.51654,52.42544],[14.60315,52.58781],[14.11465,52.82083],[14.15276,52.9734],[14.35024,53.07342],[14.42299,53.26656],[14.1978,53.87348],[14.22205,53.99585],[15.9751,54.37092]]],terms_url:"http://www.codgik.gov.pl/index.php/darmowe-dane/prng.html",terms_text:"Centralny Ośrodek Dokumentacji Geodezyjnej i Kartograficznej",icon:"https://wiki.openstreetmap.org/w/images/2/25/Geoportal-josm.png",overlay:true},{id:"Geoportal-PL-aerial_image",name:"Geoportal.gov.pl (Orthophotomap)",type:"tms",template:"https://wms.misek.pl/geoportal.orto/tms/{zoom}/{x}/{y}",zoomExtent:[6,24],polygon:[[[15.9751,54.37092],[16.31116,54.55618],[17.13919,54.78457],[18.34485,54.90227],[19.66137,54.47372],[20.28152,54.42135],[21.46639,54.34064],[22.77599,54.37698],[22.8626,54.42336],[23.29567,54.26786],[23.53472,54.09553],[23.52086,53.97752],[23.71834,53.46296],[23.92968,53.18567],[23.92968,52.68873],[23.7322,52.60675],[23.5659,52.58781],[23.20905,52.33026],[23.19519,52.23701],[23.50354,52.18606],[23.69062,52.00301],[23.59708,51.7399],[23.66291,51.38886],[23.9366,50.98278],[24.16873,50.86048],[24.01975,50.80358],[24.10983,50.66105],[24.05786,50.41884],[23.61787,50.30834],[22.68244,49.51635],[22.73788,49.20949],[22.90417,49.07804],[22.8626,48.99401],[22.60969,49.03718],[22.07615,49.20044],[21.84749,49.37219],[21.37631,49.44883],[21.10262,49.37219],[20.91207,49.3022],[20.6453,49.39023],[20.18451,49.33156],[20.11869,49.20044],[19.942,49.13021],[19.76531,49.21176],[19.74798,49.39925],[19.60247,49.41503],[19.50893,49.58154],[19.42925,49.59052],[19.23177,49.41503],[18.99618,49.38798],[18.93382,49.4916],[18.83681,49.49386],[18.80216,49.66234],[18.6428,49.70941],[18.52154,49.89947],[18.08154,50.01092],[17.88753,49.98865],[17.73855,50.06877],[17.6069,50.17096],[17.74548,50.21532],[17.71084,50.3017],[17.41635,50.26407],[16.94864,50.44533],[16.89321,50.40339],[17.00061,50.31055],[17.01793,50.22419],[16.81352,50.18649],[16.64029,50.09767],[16.43242,50.28621],[16.19683,50.42767],[16.42203,50.58852],[16.33888,50.66324],[16.22802,50.63688],[16.05479,50.61271],[15.57322,50.76415],[15.26834,50.89764],[15.24409,50.9806],[15.02929,51.0133],[15.00157,50.85829],[14.81102,50.87359],[14.95653,51.07212],[15.01889,51.29146],[14.93921,51.46015],[14.72094,51.55718],[14.75212,51.62606],[14.59968,51.84276],[14.70362,52.07334],[14.55811,52.24974],[14.51654,52.42544],[14.60315,52.58781],[14.11465,52.82083],[14.15276,52.9734],[14.35024,53.07342],[14.42299,53.26656],[14.1978,53.87348],[14.22205,53.99585],[15.9751,54.37092]]],terms_text:"Copyright © Główny Urząd Geodezji i Kartografii.",best:true,icon:"https://i.imgur.com/aFlvMpM.png"},{id:"girau_do_pnciano",name:"Girau do Ponciano",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Girau%20do%20Ponciano&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.78013,-9.92939],[-36.78087,-9.83892],[-36.87233,-9.83917],[-36.87173,-9.90542],[-36.87037,-9.92989],[-36.86156,-9.92994],[-36.85566,-9.92981],[-36.85146,-9.92973],[-36.84575,-9.92977],[-36.83213,-9.92967],[-36.81456,-9.9296],[-36.78013,-9.92939]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Gliwice-buildings",name:"Gliwice: Buildings",type:"wms",template:"http://185.60.246.14:9090/isdp/gs/ows?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=default:EGIB_budynek,default:pkt_adr&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[18.57376,50.34828],[18.58723,50.35464],[18.58421,50.3601],[18.59264,50.37522],[18.65228,50.38297],[18.67384,50.37675],[18.67672,50.36174],[18.69218,50.34467],[18.70805,50.33799],[18.74154,50.3391],[18.75145,50.33046],[18.74679,50.31236],[18.75512,50.30193],[18.76358,50.29989],[18.76539,50.26873],[18.744,50.26541],[18.73482,50.25377],[18.72775,50.22843],[18.71439,50.22835],[18.71426,50.21978],[18.67522,50.21969],[18.67607,50.22562],[18.65098,50.23169],[18.6288,50.22539],[18.61744,50.24044],[18.62699,50.24369],[18.6315,50.25487],[18.61406,50.2576],[18.60319,50.25206],[18.56536,50.24763],[18.54841,50.2492],[18.55857,50.2826],[18.5459,50.29947],[18.52896,50.33687],[18.55118,50.35332],[18.57376,50.34828]]],terms_text:"Urząd Miasta Gliwice"},{id:"GRAFCAN-Canary_Islands",name:"GRAFCAN - Canary Islands",type:"wms",template:"https://idecan1.grafcan.es/ServicioWMS/OrtoUrb?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OU&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[-17.92917,28.89106],[-18.03334,28.79981],[-18.03743,28.73178],[-17.87811,28.43224],[-17.83113,28.41787],[-17.72696,28.56328],[-17.73105,28.67982],[-17.68407,28.73715],[-17.75352,28.86781],[-17.85768,28.86065],[-17.92917,28.89106]],[[-18.07818,27.77211],[-18.13707,27.78751],[-18.17054,27.76441],[-18.1779,27.70695],[-18.15782,27.68799],[-18.0581,27.6791],[-18.00656,27.62574],[-17.96105,27.62218],[-17.93896,27.70814],[-17.90751,27.7194],[-17.86199,27.80468],[-17.8727,27.84079],[-17.92558,27.86801],[-18.00522,27.83605],[-18.01392,27.8035],[-18.07818,27.77211]],[[-17.26878,28.23996],[-17.33403,28.21933],[-17.36331,28.1537],[-17.36666,28.08803],[-17.33069,28.04742],[-17.27296,28.00681],[-17.20017,28.00533],[-17.14412,28.02896],[-17.07803,28.0836],[-17.08723,28.1537],[-17.1826,28.2149],[-17.26878,28.23996]],[[-16.9358,28.37623],[-16.945,28.33574],[-16.71995,27.98317],[-16.62541,27.98317],[-16.52753,28.01641],[-16.39953,28.14632],[-16.33594,28.30922],[-16.33009,28.36445],[-16.10253,28.52408],[-16.09834,28.5814],[-16.14268,28.62547],[-16.33929,28.59609],[-16.43801,28.53143],[-16.53924,28.44025],[-16.83959,28.41229],[-16.9358,28.37623]],[[-15.68833,28.20585],[-15.47395,28.16437],[-15.42427,28.21046],[-15.36283,28.17244],[-15.38375,28.05598],[-15.33146,27.98444],[-15.3576,27.8042],[-15.5916,27.69777],[-15.7001,27.73365],[-15.79944,27.80305],[-15.87134,27.92439],[-15.84781,28.03637],[-15.74716,28.08943],[-15.73147,28.18396],[-15.68833,28.20585]],[[-14.50882,28.13448],[-14.41078,28.13448],[-14.24868,28.24278],[-14.23822,28.34637],[-14.03953,28.73911],[-13.89442,28.78265],[-13.78592,28.77692],[-13.82122,28.38433],[-13.91534,28.19095],[-14.18593,28.13563],[-14.30881,28.00529],[-14.54019,28.05144],[-14.50882,28.13448]],[[-13.5525,29.37727],[-13.50868,29.36824],[-13.47955,29.38728],[-13.47543,29.40963],[-13.5003,29.42807],[-13.5505,29.40712],[-13.5525,29.37727]],[[-13.3976,29.16102],[-13.42814,29.12157],[-13.44174,28.99084],[-13.53899,28.91947],[-13.70841,28.88468],[-13.77116,28.80865],[-13.90083,28.83522],[-13.90711,28.88926],[-13.85796,28.93686],[-13.85691,29.03657],[-13.67599,29.14988],[-13.56723,29.15719],[-13.55428,29.35073],[-13.39988,29.21806],[-13.3976,29.16102]],[[-13.33792,29.28667],[-13.35035,29.27436],[-13.3386,29.26533],[-13.32617,29.27765],[-13.33792,29.28667]]],terms_text:"GRAFCAN OrtoExpress Urbana 2009"},{id:"GRAFCAN_Express-Canary_Islands",name:"GRAFCAN Express - Canary Islands",type:"wms",template:"https://idecan1.grafcan.es/ServicioWMS/OrtoExpress?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=ortoexpress&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[-17.92917,28.89106],[-18.03334,28.79981],[-18.03743,28.73178],[-17.87811,28.43224],[-17.83113,28.41787],[-17.72696,28.56328],[-17.73105,28.67982],[-17.68407,28.73715],[-17.75352,28.86781],[-17.85768,28.86065],[-17.92917,28.89106]],[[-18.07818,27.77211],[-18.13707,27.78751],[-18.17054,27.76441],[-18.1779,27.70695],[-18.15782,27.68799],[-18.0581,27.6791],[-18.00656,27.62574],[-17.96105,27.62218],[-17.93896,27.70814],[-17.90751,27.7194],[-17.86199,27.80468],[-17.8727,27.84079],[-17.92558,27.86801],[-18.00522,27.83605],[-18.01392,27.8035],[-18.07818,27.77211]],[[-17.26878,28.23996],[-17.33403,28.21933],[-17.36331,28.1537],[-17.36666,28.08803],[-17.33069,28.04742],[-17.27296,28.00681],[-17.20017,28.00533],[-17.14412,28.02896],[-17.07803,28.0836],[-17.08723,28.1537],[-17.1826,28.2149],[-17.26878,28.23996]],[[-16.9358,28.37623],[-16.945,28.33574],[-16.71995,27.98317],[-16.62541,27.98317],[-16.52753,28.01641],[-16.39953,28.14632],[-16.33594,28.30922],[-16.33009,28.36445],[-16.10253,28.52408],[-16.09834,28.5814],[-16.14268,28.62547],[-16.33929,28.59609],[-16.43801,28.53143],[-16.53924,28.44025],[-16.83959,28.41229],[-16.9358,28.37623]],[[-15.68833,28.20585],[-15.47395,28.16437],[-15.42427,28.21046],[-15.36283,28.17244],[-15.38375,28.05598],[-15.33146,27.98444],[-15.3576,27.8042],[-15.5916,27.69777],[-15.7001,27.73365],[-15.79944,27.80305],[-15.87134,27.92439],[-15.84781,28.03637],[-15.74716,28.08943],[-15.73147,28.18396],[-15.68833,28.20585]],[[-14.50882,28.13448],[-14.41078,28.13448],[-14.24868,28.24278],[-14.23822,28.34637],[-14.03953,28.73911],[-13.89442,28.78265],[-13.78592,28.77692],[-13.82122,28.38433],[-13.91534,28.19095],[-14.18593,28.13563],[-14.30881,28.00529],[-14.54019,28.05144],[-14.50882,28.13448]],[[-13.5525,29.37727],[-13.50868,29.36824],[-13.47955,29.38728],[-13.47543,29.40963],[-13.5003,29.42807],[-13.5505,29.40712],[-13.5525,29.37727]],[[-13.3976,29.16102],[-13.42814,29.12157],[-13.44174,28.99084],[-13.53899,28.91947],[-13.70841,28.88468],[-13.77116,28.80865],[-13.90083,28.83522],[-13.90711,28.88926],[-13.85796,28.93686],[-13.85691,29.03657],[-13.67599,29.14988],[-13.56723,29.15719],[-13.55428,29.35073],[-13.39988,29.21806],[-13.3976,29.16102]],[[-13.33792,29.28667],[-13.35035,29.27436],[-13.3386,29.26533],[-13.32617,29.27765],[-13.33792,29.28667]]],terms_text:"GRAFCAN OrtoExpress"},{id:"GrandNancy_Orthophotographie_2012",name:"GrandNancy - Orthophoto - 2012",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/nancy_2012/{zoom}/{x}/{y}",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[6.06066,48.60554],[6.29717,48.59923],[6.30611,48.74077],[6.06896,48.7471],[6.06066,48.60554]]],terms_url:"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie",terms_text:"GrandNancy Orthophotographie 2012"},{id:"GURS-buildings",name:"GURS: Building outlines",type:"tms",template:"http://wms.openstreetmap.de/tms/GURS-building-outlines/{zoom}/{x}/{y}.png",zoomExtent:[8,19],polygon:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.58846,45.46171],[13.45377,45.59765],[13.62822,45.64153],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]],terms_url:"http://egp.gu.gov.si/",terms_text:"CC-BY ©2018 Geodetska uprava Republike Slovenije (gu.gov.si).",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/si/GURSRoadlines.png",overlay:true},{id:"GURS-roads",name:"GURS: Road lines",type:"tms",template:"http://wms.openstreetmap.de/tms/GURS-road-lines/{zoom}/{x}/{y}.png",zoomExtent:[8,19],polygon:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.58846,45.46171],[13.45377,45.59765],[13.62822,45.64153],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]],terms_url:"http://egp.gu.gov.si/",terms_text:"CC-BY ©2018 Geodetska uprava Republike Slovenije (gu.gov.si).",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/si/GURSRoadlines.png",overlay:true},{id:"hamburg-20cm",name:"Hamburg (20 cm)",type:"wms",template:"https://geodienste.hamburg.de/HH_WMS_DOP20?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[8.4826,53.9356],[8.48274,53.90924],[8.5275,53.90941],[8.52792,53.93577],[8.4826,53.9356]],[[9.77232,53.54352],[9.77434,53.55433],[9.76314,53.55521],[9.73047,53.55787],[9.73465,53.56536],[9.75793,53.61828],[9.77129,53.63131],[9.7707,53.61607],[9.79634,53.6103],[9.78993,53.60386],[9.81817,53.58591],[9.83773,53.59198],[9.84498,53.59498],[9.85416,53.59805],[9.86814,53.6093],[9.86931,53.61323],[9.88505,53.62199],[9.88697,53.6252],[9.89356,53.63026],[9.89637,53.63122],[9.89688,53.63492],[9.90678,53.65231],[9.93115,53.65262],[9.94552,53.65276],[9.95024,53.65085],[9.95155,53.65065],[9.97795,53.64887],[9.98492,53.6483],[9.98739,53.65072],[9.9996,53.68153],[10.02282,53.68157],[10.04338,53.68198],[10.05148,53.67759],[10.06925,53.67955],[10.0604,53.68833],[10.071,53.69585],[10.0707,53.70996],[10.08198,53.72044],[10.11908,53.71324],[10.16939,53.73896],[10.19369,53.731],[10.1779,53.70992],[10.15694,53.70451],[10.15829,53.68944],[10.14342,53.68057],[10.14176,53.67744],[10.14473,53.67613],[10.14643,53.67588],[10.14955,53.67545],[10.17153,53.66869],[10.19885,53.64675],[10.18973,53.63838],[10.22202,53.63349],[10.18887,53.61316],[10.19236,53.59474],[10.20117,53.58392],[10.15169,53.57619],[10.15067,53.56973],[10.148,53.5639],[10.15308,53.56242],[10.15942,53.56091],[10.15189,53.5417],[10.15465,53.53657],[10.16874,53.5374],[10.16327,53.52185],[10.16611,53.52013],[10.16919,53.51965],[10.18951,53.51148],[10.21043,53.51996],[10.21828,53.49923],[10.2367,53.49629],[10.25008,53.47898],[10.26592,53.47079],[10.29043,53.45512],[10.30962,53.44309],[10.31223,53.45229],[10.32514,53.44979],[10.30799,53.43332],[10.25598,53.41623],[10.25089,53.41024],[10.24578,53.40261],[10.24155,53.39797],[10.16555,53.39933],[10.14506,53.41614],[10.10949,53.42649],[10.1068,53.42658],[10.07581,53.45436],[10.05155,53.46394],[10.03517,53.4469],[10.01449,53.44203],[10.02294,53.43228],[9.99754,53.42546],[9.98243,53.41478],[9.97873,53.4142],[9.9581,53.42708],[9.92953,53.42007],[9.92552,53.41924],[9.90667,53.41596],[9.92305,53.43631],[9.91704,53.44664],[9.90436,53.45707],[9.89493,53.45583],[9.86885,53.44462],[9.86211,53.42942],[9.84872,53.44111],[9.80663,53.46648],[9.80021,53.47372],[9.8028,53.49383],[9.78203,53.49236],[9.76885,53.5053],[9.77107,53.52185],[9.78105,53.51838],[9.77352,53.52796],[9.77232,53.54352]]],terms_url:"https://www.hamburg.de/bsw/landesbetrieb-geoinformation-und-vermessung",terms_text:"Freie und Hansestadt Hamburg, Landesbetrieb Geoinformation und Vermessung"},{id:"Hamburg-DK5",name:"Hamburg (DK5)",type:"wms",template:"https://geodienste.hamburg.de/HH_WMS_DK5?FORMAT=image/png&TRANSPARENT=false&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[8.4826,53.9356],[8.48274,53.90924],[8.5275,53.90941],[8.52792,53.93577],[8.4826,53.9356]],[[9.77232,53.54352],[9.77434,53.55433],[9.76314,53.55521],[9.73047,53.55787],[9.73465,53.56536],[9.75793,53.61828],[9.77129,53.63131],[9.7707,53.61607],[9.79634,53.6103],[9.78993,53.60386],[9.81817,53.58591],[9.83773,53.59198],[9.84498,53.59498],[9.85416,53.59805],[9.86814,53.6093],[9.86931,53.61323],[9.88505,53.62199],[9.88697,53.6252],[9.89356,53.63026],[9.89637,53.63122],[9.89688,53.63492],[9.90678,53.65231],[9.93115,53.65262],[9.94552,53.65276],[9.95024,53.65085],[9.95155,53.65065],[9.97795,53.64887],[9.98492,53.6483],[9.98739,53.65072],[9.9996,53.68153],[10.02282,53.68157],[10.04338,53.68198],[10.05148,53.67759],[10.06925,53.67955],[10.0604,53.68833],[10.071,53.69585],[10.0707,53.70996],[10.08198,53.72044],[10.11908,53.71324],[10.16939,53.73896],[10.19369,53.731],[10.1779,53.70992],[10.15694,53.70451],[10.15829,53.68944],[10.14342,53.68057],[10.14176,53.67744],[10.14473,53.67613],[10.14643,53.67588],[10.14955,53.67545],[10.17153,53.66869],[10.19885,53.64675],[10.18973,53.63838],[10.22202,53.63349],[10.18887,53.61316],[10.19236,53.59474],[10.20117,53.58392],[10.15169,53.57619],[10.15067,53.56973],[10.148,53.5639],[10.15308,53.56242],[10.15942,53.56091],[10.15189,53.5417],[10.15465,53.53657],[10.16874,53.5374],[10.16327,53.52185],[10.16611,53.52013],[10.16919,53.51965],[10.18951,53.51148],[10.21043,53.51996],[10.21828,53.49923],[10.2367,53.49629],[10.25008,53.47898],[10.26592,53.47079],[10.29043,53.45512],[10.30962,53.44309],[10.31223,53.45229],[10.32514,53.44979],[10.30799,53.43332],[10.25598,53.41623],[10.25089,53.41024],[10.24578,53.40261],[10.24155,53.39797],[10.16555,53.39933],[10.14506,53.41614],[10.10949,53.42649],[10.1068,53.42658],[10.07581,53.45436],[10.05155,53.46394],[10.03517,53.4469],[10.01449,53.44203],[10.02294,53.43228],[9.99754,53.42546],[9.98243,53.41478],[9.97873,53.4142],[9.9581,53.42708],[9.92953,53.42007],[9.92552,53.41924],[9.90667,53.41596],[9.92305,53.43631],[9.91704,53.44664],[9.90436,53.45707],[9.89493,53.45583],[9.86885,53.44462],[9.86211,53.42942],[9.84872,53.44111],[9.80663,53.46648],[9.80021,53.47372],[9.8028,53.49383],[9.78203,53.49236],[9.76885,53.5053],[9.77107,53.52185],[9.78105,53.51838],[9.77352,53.52796],[9.77232,53.54352]]],terms_url:"https://www.hamburg.de/bsw/landesbetrieb-geoinformation-und-vermessung",terms_text:"Freie und Hansestadt Hamburg, Landesbetrieb Geoinformation und Vermessung"},{id:"Hampshire-Aerial-FCIR",name:"Hampshire Aerial FCIR",type:"tms",template:"https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_fcir/{zoom}/{x}/{y}.png",endDate:"2014-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[8,20],polygon:[[[-1.31567,50.77809],[-1.49139,50.73027],[-1.57113,50.69041],[-1.68095,50.71748],[-1.69338,50.73484],[-1.69528,50.74065],[-1.68689,50.74999],[-1.71068,50.74812],[-1.7195,50.75261],[-1.746,50.74452],[-1.74845,50.75675],[-1.74287,50.76397],[-1.75101,50.77577],[-1.78525,50.76177],[-1.79911,50.77236],[-1.82256,50.77225],[-1.82678,50.78077],[-1.8225,50.79933],[-1.80732,50.80074],[-1.81566,50.80752],[-1.80889,50.81358],[-1.80579,50.83249],[-1.79816,50.83535],[-1.80649,50.84414],[-1.80988,50.86189],[-1.81378,50.85591],[-1.83052,50.85261],[-1.85271,50.85651],[-1.85655,50.86684],[-1.8492,50.87802],[-1.85082,50.89178],[-1.84077,50.90051],[-1.82693,50.89939],[-1.82006,50.90492],[-1.82151,50.91691],[-1.81689,50.92412],[-1.84114,50.92886],[-1.87446,50.91441],[-1.91129,50.9439],[-1.92339,50.95917],[-1.95751,50.97575],[-1.9591,50.99152],[-1.94907,50.98649],[-1.92879,51.00055],[-1.88709,51.0026],[-1.87393,51.0097],[-1.8717,50.99083],[-1.85433,51.00786],[-1.83567,51.01238],[-1.81502,50.9899],[-1.80031,50.99457],[-1.75184,50.98133],[-1.71927,50.98047],[-1.69142,50.95943],[-1.66829,50.95041],[-1.6526,50.95029],[-1.63536,50.96269],[-1.62397,50.95903],[-1.6089,50.97686],[-1.62172,50.98099],[-1.63115,50.99984],[-1.60984,51.01225],[-1.60173,51.01042],[-1.60787,51.01582],[-1.6057,51.02271],[-1.63542,51.03176],[-1.63858,51.04126],[-1.63107,51.07819],[-1.64025,51.09201],[-1.6306,51.10359],[-1.63408,51.11099],[-1.63067,51.11652],[-1.64109,51.12237],[-1.66525,51.12546],[-1.65724,51.15539],[-1.67474,51.177],[-1.67213,51.18708],[-1.69679,51.20233],[-1.69247,51.21617],[-1.65288,51.22301],[-1.63564,51.22019],[-1.62395,51.24136],[-1.61402,51.24467],[-1.60741,51.25513],[-1.57717,51.25863],[-1.54443,51.24826],[-1.5384,51.25085],[-1.53436,51.25919],[-1.54345,51.25957],[-1.54007,51.27602],[-1.54596,51.28095],[-1.53591,51.28978],[-1.52595,51.28975],[-1.53093,51.29948],[-1.53008,51.3111],[-1.53628,51.31596],[-1.52986,51.34057],[-1.51552,51.34219],[-1.49498,51.33228],[-1.43599,51.33861],[-1.44759,51.3464],[-1.4463,51.35699],[-1.43056,51.35941],[-1.41608,51.37517],[-1.34899,51.37045],[-1.31472,51.37627],[-1.27555,51.3707],[-1.25116,51.37511],[-1.24118,51.36938],[-1.22209,51.37271],[-1.17602,51.36102],[-1.14321,51.36028],[-1.11875,51.36156],[-1.12096,51.36859],[-1.11678,51.3767],[-1.08363,51.38712],[-1.04754,51.36122],[-0.9904,51.36619],[-0.97264,51.36297],[-0.92376,51.36937],[-0.87681,51.3555],[-0.86549,51.35947],[-0.82728,51.35574],[-0.81122,51.34418],[-0.78322,51.34084],[-0.76325,51.32721],[-0.76005,51.32013],[-0.74183,51.31112],[-0.72842,51.28238],[-0.72631,51.25653],[-0.73713,51.23126],[-0.74898,51.2277],[-0.77712,51.23901],[-0.80193,51.23628],[-0.80611,51.24056],[-0.82491,51.23137],[-0.82701,51.22315],[-0.84493,51.20998],[-0.82268,51.18268],[-0.83042,51.15022],[-0.81952,51.15047],[-0.80504,51.15847],[-0.79382,51.15491],[-0.78879,51.14141],[-0.77846,51.13664],[-0.77813,51.13063],[-0.76654,51.11946],[-0.74365,51.11491],[-0.74715,51.10131],[-0.75411,51.10116],[-0.75122,51.09547],[-0.75506,51.08987],[-0.75076,51.0852],[-0.7785,51.07715],[-0.78645,51.06467],[-0.79954,51.06078],[-0.82645,51.05881],[-0.83646,51.0664],[-0.84519,51.06052],[-0.8499,51.0436],[-0.89485,51.01978],[-0.89065,51.00194],[-0.90461,50.99327],[-0.91461,50.97806],[-0.91278,50.9708],[-0.93246,50.94278],[-0.92119,50.9232],[-0.93793,50.91615],[-0.95132,50.89178],[-0.92368,50.86513],[-0.92976,50.85365],[-0.92903,50.84245],[-0.94342,50.82191],[-0.9299,50.78445],[-0.93275,50.77435],[-0.95347,50.73682],[-1.31567,50.77809]]]},{id:"Hampshire-Aerial-RGB",name:"Hampshire Aerial RGB",type:"tms",template:"https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_rgb/{zoom}/{x}/{y}.png",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[8,20],polygon:[[[-1.31567,50.77809],[-1.49139,50.73027],[-1.57113,50.69041],[-1.68095,50.71748],[-1.69338,50.73484],[-1.69528,50.74065],[-1.68689,50.74999],[-1.71068,50.74812],[-1.7195,50.75261],[-1.746,50.74452],[-1.74845,50.75675],[-1.74287,50.76397],[-1.75101,50.77577],[-1.78525,50.76177],[-1.79911,50.77236],[-1.82256,50.77225],[-1.82678,50.78077],[-1.8225,50.79933],[-1.80732,50.80074],[-1.81566,50.80752],[-1.80889,50.81358],[-1.80579,50.83249],[-1.79816,50.83535],[-1.80649,50.84414],[-1.80988,50.86189],[-1.81378,50.85591],[-1.83052,50.85261],[-1.85271,50.85651],[-1.85655,50.86684],[-1.8492,50.87802],[-1.85082,50.89178],[-1.84077,50.90051],[-1.82693,50.89939],[-1.82006,50.90492],[-1.82151,50.91691],[-1.81689,50.92412],[-1.84114,50.92886],[-1.87446,50.91441],[-1.91129,50.9439],[-1.92339,50.95917],[-1.95751,50.97575],[-1.9591,50.99152],[-1.94907,50.98649],[-1.92879,51.00055],[-1.88709,51.0026],[-1.87393,51.0097],[-1.8717,50.99083],[-1.85433,51.00786],[-1.83567,51.01238],[-1.81502,50.9899],[-1.80031,50.99457],[-1.75184,50.98133],[-1.71927,50.98047],[-1.69142,50.95943],[-1.66829,50.95041],[-1.6526,50.95029],[-1.63536,50.96269],[-1.62397,50.95903],[-1.6089,50.97686],[-1.62172,50.98099],[-1.63115,50.99984],[-1.60984,51.01225],[-1.60173,51.01042],[-1.60787,51.01582],[-1.6057,51.02271],[-1.63542,51.03176],[-1.63858,51.04126],[-1.63107,51.07819],[-1.64025,51.09201],[-1.6306,51.10359],[-1.63408,51.11099],[-1.63067,51.11652],[-1.64109,51.12237],[-1.66525,51.12546],[-1.65724,51.15539],[-1.67474,51.177],[-1.67213,51.18708],[-1.69679,51.20233],[-1.69247,51.21617],[-1.65288,51.22301],[-1.63564,51.22019],[-1.62395,51.24136],[-1.61402,51.24467],[-1.60741,51.25513],[-1.57717,51.25863],[-1.54443,51.24826],[-1.5384,51.25085],[-1.53436,51.25919],[-1.54345,51.25957],[-1.54007,51.27602],[-1.54596,51.28095],[-1.53591,51.28978],[-1.52595,51.28975],[-1.53093,51.29948],[-1.53008,51.3111],[-1.53628,51.31596],[-1.52986,51.34057],[-1.51552,51.34219],[-1.49498,51.33228],[-1.43599,51.33861],[-1.44759,51.3464],[-1.4463,51.35699],[-1.43056,51.35941],[-1.41608,51.37517],[-1.34899,51.37045],[-1.31472,51.37627],[-1.27555,51.3707],[-1.25116,51.37511],[-1.24118,51.36938],[-1.22209,51.37271],[-1.17602,51.36102],[-1.14321,51.36028],[-1.11875,51.36156],[-1.12096,51.36859],[-1.11678,51.3767],[-1.08363,51.38712],[-1.04754,51.36122],[-0.9904,51.36619],[-0.97264,51.36297],[-0.92376,51.36937],[-0.87681,51.3555],[-0.86549,51.35947],[-0.82728,51.35574],[-0.81122,51.34418],[-0.78322,51.34084],[-0.76325,51.32721],[-0.76005,51.32013],[-0.74183,51.31112],[-0.72842,51.28238],[-0.72631,51.25653],[-0.73713,51.23126],[-0.74898,51.2277],[-0.77712,51.23901],[-0.80193,51.23628],[-0.80611,51.24056],[-0.82491,51.23137],[-0.82701,51.22315],[-0.84493,51.20998],[-0.82268,51.18268],[-0.83042,51.15022],[-0.81952,51.15047],[-0.80504,51.15847],[-0.79382,51.15491],[-0.78879,51.14141],[-0.77846,51.13664],[-0.77813,51.13063],[-0.76654,51.11946],[-0.74365,51.11491],[-0.74715,51.10131],[-0.75411,51.10116],[-0.75122,51.09547],[-0.75506,51.08987],[-0.75076,51.0852],[-0.7785,51.07715],[-0.78645,51.06467],[-0.79954,51.06078],[-0.82645,51.05881],[-0.83646,51.0664],[-0.84519,51.06052],[-0.8499,51.0436],[-0.89485,51.01978],[-0.89065,51.00194],[-0.90461,50.99327],[-0.91461,50.97806],[-0.91278,50.9708],[-0.93246,50.94278],[-0.92119,50.9232],[-0.93793,50.91615],[-0.95132,50.89178],[-0.92368,50.86513],[-0.92976,50.85365],[-0.92903,50.84245],[-0.94342,50.82191],[-0.9299,50.78445],[-0.93275,50.77435],[-0.95347,50.73682],[-1.31567,50.77809]]]},{id:"hu-hillshade",name:"Hillshade Hungary",type:"tms",template:"https://{switch:a,b,c}.map.turistautak.hu/tiles/shading/{zoom}/{x}/{y}.png",zoomExtent:[0,18],polygon:[[[15,45],[24,45],[24,49],[15,49],[15,45]]],terms_text:"SRTM",overlay:true},{id:"IBGE_DF_Addresses",name:"IBGE Distrito Federal",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/wille/cirnnxni1000jg8nfppc8g7pm/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoicFNVWk5VWSJ9.hluCd0YGvYHNlFi_utWe2g",zoomExtent:[0,20],polygon:[[[-48.2444,-16.0508],[-48.2444,-15.5005],[-47.5695,-15.5005],[-47.5695,-16.0508],[-48.2444,-16.0508]]],terms_text:"IBGE",description:"Addresses data from IBGE",overlay:true},{id:"IBGE_Setores_Rurais",name:"IBGE Mapa de Setores Rurais",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/tmpsantos.i00mo1kj/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",zoomExtent:[0,14],polygon:[[[-69.94793,-4.23168],[-69.45659,-1.49119],[-69.3973,-1.36508],[-69.42989,-1.22173],[-69.39523,-1.12555],[-69.44292,-1.03351],[-69.41861,-0.99827],[-69.528,-0.92514],[-69.52577,-0.86807],[-69.62491,-0.74667],[-69.56179,-0.63692],[-69.60783,-0.5008],[-69.8446,-0.33732],[-69.92054,-0.32573],[-70.04323,-0.18998],[-70.04302,0.56359],[-69.80272,0.57162],[-69.6711,0.66759],[-69.60529,0.61328],[-69.59701,0.6542],[-69.48002,0.73577],[-69.35277,0.61416],[-69.28914,0.64997],[-69.29484,0.60389],[-69.19975,0.60591],[-69.19425,0.64982],[-69.11563,0.64484],[-69.19001,0.74056],[-69.14881,0.76751],[-69.13576,0.87204],[-69.18846,0.91324],[-69.1646,0.94156],[-69.21679,0.97245],[-69.19773,0.99974],[-69.24494,1.05655],[-69.37641,1.08794],[-69.42312,1.04265],[-69.60989,1.09826],[-69.67718,1.06994],[-69.70963,1.11817],[-69.84266,1.07272],[-69.83972,1.71893],[-69.78236,1.69244],[-69.53464,1.77691],[-69.39109,1.72935],[-68.1645,1.72945],[-68.19207,1.7797],[-68.23954,1.77044],[-68.22688,1.82918],[-68.28555,1.83084],[-68.19583,2.03479],[-68.18033,1.9767],[-68.14417,1.97854],[-68.09043,1.89774],[-67.90162,1.81165],[-67.76942,2.00924],[-67.55095,2.04769],[-67.49519,2.16312],[-67.39404,2.22894],[-67.32672,2.06387],[-67.33083,1.94158],[-67.22831,1.84127],[-67.15384,1.8315],[-67.15922,1.67504],[-67.08017,1.38546],[-67.13923,1.32002],[-67.08675,1.16704],[-66.85119,1.22896],[-66.31032,0.74494],[-66.19737,0.78161],[-66.07783,0.76174],[-66.07024,0.8123],[-65.96712,0.81511],[-65.88369,0.94159],[-65.77261,0.95859],[-65.7421,1.00125],[-65.58894,1.00471],[-65.49624,0.87415],[-65.60623,0.70748],[-65.54116,0.64881],[-65.44499,0.68921],[-65.39213,0.75692],[-65.41198,0.82415],[-65.32734,0.93596],[-65.21302,0.90282],[-65.1749,0.94131],[-65.15831,1.1246],[-65.07232,1.15303],[-65.06317,1.11205],[-65.01361,1.10905],[-64.97445,1.20288],[-64.90439,1.25153],[-64.86966,1.22713],[-64.80053,1.31527],[-64.74446,1.22569],[-64.5789,1.34041],[-64.52608,1.44322],[-64.43586,1.47006],[-64.3939,1.52901],[-64.35111,1.52921],[-64.34777,1.49508],[-64.41019,1.40301],[-64.33791,1.36134],[-64.3136,1.45617],[-64.19707,1.52071],[-64.0735,1.64902],[-64.05781,1.92899],[-63.97219,1.99194],[-63.83555,1.96644],[-63.71155,2.04645],[-63.66501,2.01861],[-63.6268,2.11222],[-63.56474,2.13571],[-63.44059,2.126],[-63.36742,2.26864],[-63.37088,2.41121],[-63.42123,2.45102],[-63.46036,2.39684],[-63.56398,2.44573],[-63.76805,2.43994],[-63.84358,2.4916],[-64.01914,2.46135],[-64.0573,2.49752],[-63.98033,2.7237],[-64.07709,2.87262],[-64.07156,2.92142],[-64.12349,2.99048],[-64.15754,2.98243],[-64.14592,3.03459],[-64.22642,3.12356],[-64.19795,3.20121],[-64.2444,3.43036],[-64.17437,3.56841],[-64.281,3.70928],[-64.54357,3.85713],[-64.72239,4.11775],[-64.80203,4.17422],[-64.81123,4.27048],[-64.69522,4.25323],[-64.623,4.135],[-64.5565,4.10529],[-64.164,4.127],[-63.964,3.868],[-63.928,3.925],[-63.85,3.95],[-63.682,3.908],[-63.676,4.019],[-63.591,3.886],[-63.497,3.84],[-63.489,3.874],[-63.434,3.865],[-63.428,3.977],[-63.204,3.952],[-63.226,3.836],[-63.103,3.794],[-63.059,3.748],[-63.081,3.694],[-62.96,3.608],[-62.835,3.739],[-62.743,3.674],[-62.729,3.805],[-62.788,3.894],[-62.753,4.032],[-62.555,4.019],[-62.552,4.109],[-62.437,4.183],[-62.14308,4.07768],[-62.071,4.126],[-62.076,4.154],[-61.982,4.181],[-61.93175,4.12009],[-61.92213,4.16126],[-61.824,4.164],[-61.802,4.229],[-61.724,4.27],[-61.56,4.252],[-61.508,4.322],[-61.513,4.406],[-61.288,4.458],[-61.323,4.535],[-61.217,4.536],[-61.14559,4.48016],[-61.095,4.522],[-60.994,4.519],[-60.932,4.587],[-60.949,4.653],[-60.899,4.717],[-60.751,4.756],[-60.591,4.927],[-60.661,5.164],[-60.73197,5.21203],[-60.434,5.182],[-60.20825,5.28346],[-60.172,5.227],[-60.135,5.249],[-60.094,5.14],[-59.96984,5.06334],[-60.02524,4.7065],[-60.0705,4.61688],[-60.15725,4.57247],[-60.16114,4.51773],[-59.79503,4.46554],[-59.66948,4.37629],[-59.7319,4.28587],[-59.73069,4.18076],[-59.61818,4.13166],[-59.65406,4.06943],[-59.58417,3.96851],[-59.5153,3.94493],[-59.59279,3.88538],[-59.59631,3.79386],[-59.66555,3.78126],[-59.66842,3.70277],[-59.86728,3.57776],[-59.80205,3.50156],[-59.8408,3.43174],[-59.80488,3.35695],[-59.907,3.212],[-59.98944,2.88185],[-59.99,2.686],[-59.895,2.482],[-59.89872,2.36245],[-59.72315,2.27614],[-59.751,1.859],[-59.677,1.839],[-59.663,1.871],[-59.69,1.757],[-59.539,1.723],[-59.381,1.507],[-59.329,1.514],[-59.327,1.464],[-59.284,1.45],[-59.253,1.389],[-58.978,1.302],[-58.918,1.317],[-58.886,1.261],[-58.912,1.239],[-58.82512,1.17127],[-58.73956,1.1999],[-58.69456,1.29732],[-58.49622,1.26796],[-58.45787,1.37145],[-58.50511,1.40317],[-58.50873,1.46295],[-58.38559,1.46999],[-58.39472,1.52651],[-58.32237,1.59702],[-58.236,1.54669],[-58.16064,1.56011],[-58.12942,1.4989],[-58.00423,1.50303],[-57.99009,1.65844],[-57.85206,1.66782],[-57.77431,1.72973],[-57.70509,1.73093],[-57.65042,1.68237],[-57.5376,1.7005],[-57.50187,1.78609],[-57.43776,1.82681],[-57.43343,1.90598],[-57.36768,1.92372],[-57.36912,1.95638],[-57.30712,1.99665],[-57.22923,1.93759],[-57.08668,2.02644],[-57.01421,1.91489],[-56.91971,1.93036],[-56.79793,1.85336],[-56.72096,1.92582],[-56.62145,1.94588],[-56.57976,1.90588],[-56.45126,1.95614],[-56.24404,1.87808],[-56.1709,1.90048],[-56.11762,1.85097],[-55.95638,1.84509],[-55.90385,1.88803],[-55.93635,1.98647],[-55.9031,2.04108],[-56.00307,2.1676],[-56.05505,2.18464],[-56.04288,2.22778],[-56.13887,2.26574],[-56.09012,2.37228],[-56.02181,2.34247],[-55.97052,2.52931],[-55.76663,2.45524],[-55.71028,2.39917],[-55.49971,2.44324],[-55.38533,2.41836],[-55.32019,2.51537],[-55.23474,2.50338],[-55.1234,2.56762],[-55.10302,2.52564],[-54.95424,2.58359],[-54.86846,2.43989],[-54.68917,2.45389],[-54.68861,2.32472],[-54.54667,2.31833],[-54.53778,2.26556],[-54.46861,2.21306],[-54.24917,2.14667],[-54.18056,2.1725],[-54.11083,2.11222],[-54.06139,2.19167],[-53.94083,2.21917],[-53.93194,2.27194],[-53.88667,2.26778],[-53.745,2.37389],[-53.73389,2.31222],[-53.52972,2.24917],[-53.45861,2.2575],[-53.32833,2.35333],[-53.21667,2.25333],[-53.27899,2.18603],[-53.11861,2.2225],[-52.99472,2.17528],[-52.90972,2.19583],[-52.84722,2.28556],[-52.67528,2.37389],[-52.59444,2.47389],[-52.54028,2.57028],[-52.56417,2.63944],[-52.43944,2.87778],[-52.39583,2.90222],[-52.33187,3.16938],[-52.21472,3.26833],[-51.97104,3.70696],[-51.92148,3.72422],[-51.922,3.7792],[-51.79731,3.88888],[-51.77783,3.97406],[-51.65867,4.05276],[-51.61325,4.17437],[-51.63716,4.50834],[-51.49427,4.67426],[-51.11466,4.42286],[-50.94232,4.20165],[-50.85475,3.92491],[-50.85507,3.45573],[-50.75331,2.94057],[-50.29908,2.33079],[-49.73896,1.79143],[-48.23746,-0.07449],[-44.84728,-1.07246],[-43.54602,-2.04705],[-43.24389,-2.12403],[-42.78189,-2.33053],[-41.78084,-2.51859],[-41.5085,-2.68486],[-40.66365,-2.63829],[-40.50396,-2.57531],[-39.8907,-2.65328],[-39.15187,-3.04444],[-38.57151,-3.48047],[-38.34306,-3.54434],[-38.21421,-3.74103],[-38.12555,-3.80544],[-37.90182,-4.07265],[-37.77934,-4.18046],[-37.63401,-4.24454],[-37.51218,-4.41535],[-37.22122,-4.51045],[-37.07874,-4.71355],[-36.91716,-4.71372],[-36.62299,-4.85815],[-36.18969,-4.88505],[-35.93627,-4.83327],[-35.56471,-4.90758],[-35.33677,-4.99239],[-35.17659,-5.12497],[-34.79469,-6.33583],[-34.71587,-6.74615],[-34.62306,-6.90323],[-34.59953,-7.11133],[-34.64374,-7.98735],[-34.81497,-8.62472],[-35.0253,-9.13761],[-35.55848,-9.81261],[-35.69663,-9.90026],[-35.96401,-10.31281],[-36.06155,-10.37447],[-36.26639,-10.64593],[-36.61764,-10.81082],[-36.78725,-10.95151],[-36.99511,-11.29602],[-37.11368,-11.41261],[-37.46002,-12.10275],[-37.89668,-12.75844],[-38.22146,-13.09717],[-38.61146,-13.26537],[-38.85337,-14.65508],[-38.74388,-15.60089],[-38.66456,-15.74741],[-38.64697,-15.88327],[-38.8013,-16.24838],[-38.92933,-16.80775],[-38.53193,-17.80026],[-38.49171,-18.0046],[-38.53661,-18.09683],[-38.67053,-18.16855],[-39.35288,-18.10892],[-39.4675,-18.30359],[-39.54529,-18.78548],[-39.49227,-19.40134],[-39.63477,-19.74403],[-39.86353,-19.88681],[-40.17827,-20.75426],[-40.81442,-21.67672],[-40.76948,-21.87786],[-40.81442,-22.09702],[-41.5086,-22.52638],[-41.59666,-22.83627],[-41.79292,-23.08823],[-41.91484,-23.18527],[-43.19603,-23.26703],[-44.07735,-23.40501],[-45.13508,-24.12014],[-46.61368,-24.67512],[-47.85376,-25.47012],[-48.2801,-26.23036],[-48.34897,-26.75081],[-48.11076,-27.28208],[-48.21148,-27.85592],[-48.40713,-28.43255],[-48.68615,-28.76016],[-48.9156,-28.86305],[-49.1579,-29.02871],[-49.52748,-29.42005],[-49.82565,-29.86559],[-50.17344,-30.64282],[-50.60441,-31.24135],[-51.18785,-31.77646],[-51.74211,-32.10539],[-51.89236,-32.29596],[-52.06117,-32.38504],[-52.27087,-32.92102],[-52.45986,-33.25369],[-52.61505,-33.42291],[-53.18109,-33.86891],[-53.43053,-33.73947],[-53.43951,-33.69347],[-53.53228,-33.6888],[-53.51819,-33.15342],[-53.44438,-33.05296],[-53.24468,-32.93489],[-53.31008,-32.91875],[-53.29454,-32.89931],[-53.18496,-32.85043],[-53.14569,-32.79202],[-53.0858,-32.78835],[-53.07558,-32.74088],[-53.24992,-32.6041],[-53.39137,-32.58573],[-53.46423,-32.48446],[-53.58321,-32.45192],[-53.74599,-32.07848],[-53.83375,-32.05524],[-53.84978,-32.00064],[-53.96073,-31.95532],[-53.96972,-31.91765],[-54.10019,-31.92825],[-54.4549,-31.65295],[-54.4528,-31.59959],[-54.58676,-31.45656],[-54.8367,-31.442],[-54.88623,-31.3773],[-54.94087,-31.38068],[-55.00723,-31.26692],[-55.07446,-31.33216],[-55.24003,-31.26062],[-55.29118,-31.14226],[-55.34037,-31.13144],[-55.34981,-31.03922],[-55.42306,-31.01823],[-55.57742,-30.83309],[-55.65834,-30.864],[-55.66621,-30.95395],[-55.723,-30.943],[-55.727,-30.979],[-55.882,-31.077],[-56.00989,-31.08267],[-56.02241,-30.78565],[-56.12508,-30.73871],[-56.17074,-30.61517],[-56.26095,-30.58509],[-56.29193,-30.51967],[-56.38177,-30.49956],[-56.46126,-30.38486],[-56.54706,-30.35946],[-56.54115,-30.31291],[-56.6187,-30.30054],[-56.64628,-30.20346],[-56.77662,-30.1633],[-56.80777,-30.10301],[-57.07113,-30.08671],[-57.22081,-30.28928],[-57.31303,-30.25785],[-57.39229,-30.30474],[-57.46574,-30.26589],[-57.52431,-30.28569],[-57.56087,-30.21134],[-57.64744,-30.19483],[-57.48047,-30.12315],[-57.33713,-29.99284],[-57.294,-29.831],[-57.121,-29.765],[-56.89888,-29.53179],[-56.81905,-29.48816],[-56.76618,-29.37768],[-56.70164,-29.35913],[-56.59315,-29.12516],[-56.418,-29.075],[-56.40775,-28.9748],[-56.29995,-28.89614],[-56.29652,-28.8027],[-56.17858,-28.75922],[-56.00984,-28.60718],[-56.01249,-28.50873],[-55.88357,-28.47923],[-55.87739,-28.36159],[-55.75157,-28.37095],[-55.69433,-28.42204],[-55.67047,-28.33218],[-55.77415,-28.27414],[-55.7757,-28.24481],[-55.63167,-28.17719],[-55.60747,-28.11604],[-55.55957,-28.16523],[-55.4952,-28.07682],[-55.44611,-28.09787],[-55.368,-28.029],[-55.38299,-27.97948],[-55.343,-27.972],[-55.32706,-27.92664],[-55.26574,-27.92969],[-55.196,-27.856],[-55.133,-27.897],[-55.106,-27.846],[-55.035,-27.858],[-55.081,-27.779],[-54.936,-27.772],[-54.90617,-27.63871],[-54.85,-27.624],[-54.814,-27.533],[-54.775,-27.586],[-54.67926,-27.57394],[-54.67709,-27.508],[-54.621,-27.541],[-54.574,-27.453],[-54.5246,-27.5059],[-54.444,-27.472],[-54.47081,-27.42674],[-54.41,-27.405],[-54.35466,-27.46528],[-54.34067,-27.40311],[-54.28484,-27.44819],[-54.261,-27.397],[-54.21736,-27.38603],[-54.172,-27.254],[-54.15619,-27.29619],[-54.08872,-27.30149],[-54.01026,-27.19978],[-53.96219,-27.19698],[-53.95195,-27.15169],[-53.79879,-27.14629],[-53.80233,-27.04028],[-53.76087,-27.06543],[-53.78585,-27.02674],[-53.7473,-27.03218],[-53.7092,-26.93414],[-53.67125,-26.94222],[-53.69684,-26.86015],[-53.66059,-26.85814],[-53.75814,-26.72045],[-53.7205,-26.65099],[-53.75864,-26.64113],[-53.63739,-26.24968],[-53.742,-26.108],[-53.73409,-26.04333],[-53.83619,-25.97166],[-53.82214,-25.79377],[-53.89113,-25.62286],[-53.94895,-25.6117],[-53.95638,-25.64628],[-54.01,-25.567],[-54.07592,-25.55766],[-54.098,-25.619],[-54.099,-25.495],[-54.206,-25.541],[-54.178,-25.584],[-54.23,-25.562],[-54.25,-25.597],[-54.28,-25.556],[-54.38395,-25.59747],[-54.43288,-25.69756],[-54.4927,-25.6181],[-54.59354,-25.59275],[-54.61941,-25.45312],[-54.4295,-25.15915],[-54.43548,-24.94769],[-54.32437,-24.66059],[-54.32714,-24.47073],[-54.25877,-24.36377],[-54.34537,-24.14705],[-54.28223,-24.07336],[-54.43984,-23.90446],[-54.66978,-23.81262],[-54.70533,-23.86452],[-54.89,-23.898],[-54.924,-23.959],[-55.06223,-23.99335],[-55.107,-23.961],[-55.22907,-24.01383],[-55.30415,-23.96504],[-55.34542,-23.99458],[-55.41423,-23.9645],[-55.44167,-23.70084],[-55.47306,-23.64834],[-55.53989,-23.625],[-55.52356,-23.19733],[-55.54199,-23.1561],[-55.59635,-23.14993],[-55.66578,-22.85274],[-55.61432,-22.65521],[-55.72364,-22.55166],[-55.74302,-22.39266],[-55.78939,-22.3846],[-55.84304,-22.28725],[-56.20983,-22.27805],[-56.36485,-22.16949],[-56.39404,-22.07434],[-56.50711,-22.09561],[-56.63705,-22.26341],[-56.70344,-22.21693],[-56.72026,-22.26479],[-56.79344,-22.24238],[-56.84285,-22.30155],[-56.88343,-22.24755],[-56.9967,-22.22246],[-57.3744,-22.23204],[-57.5804,-22.17534],[-57.6106,-22.09462],[-57.70751,-22.09111],[-57.80183,-22.15072],[-57.99384,-22.09023],[-58.00946,-22.04038],[-57.91281,-21.88266],[-57.96603,-21.85045],[-57.90866,-21.77355],[-57.94714,-21.74413],[-57.88329,-21.68903],[-57.93436,-21.65037],[-57.91387,-21.59021],[-57.96795,-21.52432],[-57.8535,-21.33109],[-57.92019,-21.27655],[-57.85066,-21.22407],[-57.86834,-21.04417],[-57.81919,-20.94066],[-57.92836,-20.90036],[-57.8552,-20.83403],[-57.89863,-20.78872],[-57.96183,-20.7916],[-57.93478,-20.74565],[-57.86732,-20.73265],[-57.92414,-20.66392],[-57.98848,-20.69879],[-57.99847,-20.43551],[-58.09339,-20.35554],[-58.09596,-20.25445],[-58.16216,-20.25953],[-58.12152,-20.19246],[-58.16932,-20.1694],[-57.95347,-20.02094],[-57.90248,-20.04207],[-57.85796,-19.9703],[-58.131,-19.758],[-57.784,-19.033],[-57.694,-19.011],[-57.719,-18.899],[-57.766,-18.899],[-57.557,-18.24],[-57.453,-18.231],[-57.574,-18.131],[-57.72302,-17.83074],[-57.68472,-17.8306],[-57.70991,-17.72702],[-57.783,-17.639],[-57.73696,-17.5583],[-57.883,-17.449],[-57.996,-17.515],[-58.06,-17.45],[-58.116,-17.451],[-58.151,-17.384],[-58.263,-17.344],[-58.396,-17.181],[-58.423,-16.989],[-58.474,-16.935],[-58.47,-16.703],[-58.436,-16.592],[-58.333,-16.49],[-58.32227,-16.26559],[-58.388,-16.261],[-58.43059,-16.32264],[-60.17335,-16.26672],[-60.238,-15.473],[-60.57543,-15.09677],[-60.244,-15.096],[-60.272,-14.62],[-60.321,-14.608],[-60.492,-14.188],[-60.479,-14.097],[-60.38066,-13.9888],[-60.45062,-13.9364],[-60.45599,-13.85422],[-60.49068,-13.85782],[-60.46776,-13.79446],[-60.76755,-13.68329],[-60.87678,-13.62149],[-60.91857,-13.54334],[-61.0056,-13.552],[-61.0129,-13.48925],[-61.0938,-13.49081],[-61.10314,-13.53056],[-61.18155,-13.50557],[-61.19236,-13.53695],[-61.29954,-13.47718],[-61.46527,-13.55427],[-61.57927,-13.48711],[-61.852,-13.538],[-61.892,-13.431],[-61.96968,-13.40759],[-61.97592,-13.36695],[-62.11498,-13.25932],[-62.115,-13.163],[-62.15254,-13.15993],[-62.16703,-13.11346],[-62.19,-13.153],[-62.214,-13.111],[-62.27269,-13.15687],[-62.39178,-13.13471],[-62.453,-13.064],[-62.612,-13.041],[-62.65,-12.965],[-62.729,-13.02],[-62.779,-13.009],[-62.89672,-12.8539],[-63.01134,-12.83602],[-63.08186,-12.72323],[-63.06163,-12.68584],[-63.15726,-12.6138],[-63.24621,-12.66222],[-63.23713,-12.69043],[-63.30125,-12.68138],[-63.44052,-12.608],[-63.43627,-12.56526],[-63.50641,-12.56562],[-63.55295,-12.50598],[-63.7848,-12.42871],[-63.88957,-12.44745],[-63.89949,-12.50204],[-63.95144,-12.53179],[-64.13464,-12.47732],[-64.16781,-12.51503],[-64.17504,-12.46675],[-64.22945,-12.45419],[-64.29018,-12.50313],[-64.29452,-12.4582],[-64.41057,-12.44436],[-64.51217,-12.3551],[-64.51256,-12.22562],[-64.70406,-12.1827],[-64.70719,-12.08684],[-64.75486,-12.15762],[-64.7688,-12.09356],[-64.83747,-12.11786],[-64.80954,-12.05633],[-64.84077,-12.01027],[-65.03548,-11.99408],[-65.01398,-11.90303],[-65.0727,-11.86587],[-65.08672,-11.7082],[-65.18953,-11.72353],[-65.18216,-11.75609],[-65.2593,-11.71053],[-65.21178,-11.52857],[-65.3074,-11.49957],[-65.33276,-11.33986],[-65.29053,-11.32275],[-65.34347,-11.3082],[-65.35834,-11.26834],[-65.35938,-11.22067],[-65.31294,-11.19578],[-65.35387,-11.18419],[-65.36177,-11.14031],[-65.28269,-11.09009],[-65.30071,-11.03142],[-65.25053,-10.98506],[-65.27476,-10.87302],[-65.35376,-10.78881],[-65.34667,-10.68155],[-65.40569,-10.63935],[-65.43011,-10.48505],[-65.288,-10.219],[-65.333,-9.965],[-65.28588,-9.84413],[-65.39313,-9.68683],[-65.44394,-9.66957],[-65.4883,-9.71015],[-65.55611,-9.84498],[-65.627,-9.83804],[-65.66963,-9.78129],[-65.71023,-9.80857],[-65.68395,-9.74992],[-65.7432,-9.78296],[-65.77013,-9.73442],[-65.79437,-9.79295],[-65.79962,-9.75663],[-65.86532,-9.79533],[-65.87184,-9.75307],[-65.91976,-9.75314],[-65.98222,-9.81011],[-66.151,-9.785],[-66.426,-9.899],[-66.435,-9.866],[-66.61995,-9.89353],[-66.63701,-9.94983],[-66.8751,-10.08268],[-66.9528,-10.18886],[-66.99683,-10.20017],[-67.01537,-10.25919],[-67.17745,-10.33923],[-67.31545,-10.31932],[-67.31155,-10.37716],[-67.40717,-10.37386],[-67.44361,-10.45492],[-67.57925,-10.5028],[-67.64028,-10.59807],[-67.67631,-10.60484],[-67.70825,-10.71083],[-67.86386,-10.64067],[-68.03289,-10.65486],[-68.10456,-10.71426],[-68.10333,-10.77541],[-68.27819,-10.98926],[-68.71576,-11.14483],[-68.75767,-11.00079],[-68.9118,-11.02192],[-69.41453,-10.92575],[-69.73653,-10.97445],[-69.76903,-10.92972],[-69.93442,-10.9219],[-70.15869,-11.04096],[-70.30672,-11.06983],[-70.43675,-11.03923],[-70.53033,-10.93465],[-70.62103,-10.99982],[-70.62338,-9.82054],[-70.53663,-9.76584],[-70.59972,-9.56264],[-70.55282,-9.57093],[-70.56894,-9.53127],[-70.50506,-9.50557],[-70.49665,-9.42489],[-70.59581,-9.4425],[-70.6632,-9.52601],[-70.75067,-9.56043],[-70.79332,-9.63846],[-70.96337,-9.74891],[-70.99391,-9.81721],[-71.13974,-9.85702],[-71.22052,-9.96968],[-72.1804,-9.99967],[-72.15136,-9.79742],[-72.26296,-9.75085],[-72.25282,-9.61633],[-72.28821,-9.60316],[-72.2829,-9.53995],[-72.35688,-9.4946],[-72.51954,-9.49128],[-72.71676,-9.4122],[-73.2038,-9.40715],[-73.07352,-9.23461],[-73.0093,-9.22236],[-73.02612,-9.17786],[-72.9582,-9.14302],[-72.94091,-8.98494],[-72.99931,-8.91778],[-73.05901,-8.90561],[-73.14992,-8.6839],[-73.20907,-8.6857],[-73.28745,-8.61948],[-73.3055,-8.47197],[-73.38956,-8.46878],[-73.41286,-8.41099],[-73.53744,-8.34587],[-73.62739,-8.02187],[-73.73175,-7.9684],[-73.7725,-7.90237],[-73.76164,-7.85803],[-73.69706,-7.86527],[-73.6843,-7.77644],[-73.82217,-7.71788],[-73.99094,-7.53635],[-73.948,-7.52661],[-73.91981,-7.46568],[-73.96394,-7.34764],[-73.87014,-7.37882],[-73.7003,-7.30429],[-73.79842,-7.11306],[-73.71046,-6.84019],[-73.53639,-6.6834],[-73.39115,-6.64193],[-73.35281,-6.59327],[-73.22741,-6.58884],[-73.18797,-6.52302],[-73.13523,-6.51046],[-73.10473,-6.40666],[-73.24664,-6.14963],[-73.23821,-6.04399],[-73.1868,-6.00512],[-73.15207,-5.86796],[-73.05303,-5.79517],[-72.95912,-5.65689],[-72.95888,-5.46613],[-72.86052,-5.27117],[-72.88725,-5.16307],[-72.73986,-5.08859],[-72.72765,-5.05199],[-72.6212,-5.0518],[-72.598,-4.98386],[-72.38202,-4.87296],[-72.36895,-4.80387],[-72.12601,-4.73454],[-72.04335,-4.62384],[-72.00689,-4.64622],[-71.99464,-4.60996],[-71.94743,-4.60877],[-71.91909,-4.5298],[-71.88549,-4.53803],[-71.9073,-4.51644],[-71.76637,-4.50446],[-71.75109,-4.46887],[-71.70817,-4.51165],[-71.65479,-4.47246],[-71.65032,-4.50395],[-71.61548,-4.4687],[-71.6335,-4.51524],[-71.59625,-4.52928],[-71.53703,-4.46442],[-71.49428,-4.48701],[-71.50716,-4.43909],[-71.43438,-4.42882],[-71.42562,-4.47058],[-71.35026,-4.42728],[-71.30752,-4.46288],[-71.32091,-4.42009],[-71.27782,-4.44217],[-71.26975,-4.385],[-71.20263,-4.37987],[-71.19422,-4.42471],[-71.14478,-4.38158],[-71.11491,-4.41119],[-71.10616,-4.37764],[-70.99389,-4.38654],[-70.99595,-4.34632],[-70.9357,-4.38432],[-70.84483,-4.27905],[-70.86447,-4.25245],[-70.81677,-4.23005],[-70.8458,-4.21872],[-70.75901,-4.15944],[-70.68147,-4.20791],[-70.64256,-4.12805],[-70.62521,-4.19151],[-70.56118,-4.1775],[-70.57357,-4.21169],[-70.54796,-4.13671],[-70.51036,-4.14824],[-70.50417,-4.20098],[-70.48535,-4.16132],[-70.43435,-4.16266],[-70.43146,-4.13217],[-70.33892,-4.17997],[-70.32281,-4.14206],[-70.28769,-4.16555],[-70.29141,-4.28709],[-70.21457,-4.29749],[-70.19194,-4.36179],[-70.15508,-4.27308],[-70.11749,-4.28585],[-70.10881,-4.25454],[-70.04189,-4.29409],[-70.07948,-4.31428],[-70.02826,-4.3703],[-69.99182,-4.37482],[-69.94793,-4.23168]],[[-34.00035,-3.76654],[-34.01797,-3.84985],[-34.00664,-3.91809],[-33.98608,-3.95952],[-33.95923,-3.99217],[-33.8921,-4.03653],[-33.81658,-4.05077],[-33.72931,-4.03151],[-33.66638,-3.9838],[-33.62736,-3.9185],[-33.61519,-3.84985],[-33.63239,-3.76864],[-33.68693,-3.69537],[-33.74987,-3.65978],[-33.81658,-3.6489],[-33.89336,-3.66397],[-33.96007,-3.70877],[-34.00035,-3.76654]],[[-32.5538,-4.00884],[-32.59937,-3.9531],[-32.64061,-3.87309],[-32.61755,-3.73712],[-32.58338,-3.70527],[-32.54228,-3.65606],[-32.4592,-3.63029],[-32.35174,-3.63887],[-32.30049,-3.67684],[-32.24749,-3.75266],[-32.23155,-3.81889],[-32.2357,-3.90247],[-32.30194,-3.9883],[-32.42898,-4.0384],[-32.5538,-4.00884]],[[-29.50321,0.79391],[-29.54097,0.8689],[-29.54727,0.92553],[-29.52367,0.99422],[-29.48958,1.06134],[-29.43136,1.10224],[-29.35899,1.1206],[-29.29238,1.11378],[-29.22158,1.0776],[-29.16285,1.00314],[-29.14501,0.92605],[-29.14764,0.88358],[-29.17176,0.8196],[-29.24885,0.74357],[-29.29448,0.72521],[-29.36371,0.71892],[-29.43556,0.73937],[-29.50321,0.79391]],[[-29.09537,-20.42649],[-29.19756,-20.33509],[-29.3343,-20.28932],[-29.46741,-20.3288],[-29.54604,-20.42958],[-29.55396,-20.52706],[-29.51696,-20.62613],[-29.40995,-20.68955],[-29.27599,-20.72578],[-29.15968,-20.66209],[-29.07188,-20.57088],[-28.9712,-20.64769],[-28.83286,-20.69814],[-28.67968,-20.62099],[-28.63549,-20.49284],[-28.63412,-20.47146],[-28.7431,-20.30094],[-28.8683,-20.27288],[-29.0031,-20.32416],[-29.09537,-20.42649]]],terms_text:"IBGE",icon:"https://osmlab.github.io/editor-layer-index/sources/south-america/br/IBGE_Setores_Rurais.png"},{id:"IBGE_Setores_Urbanos",name:"IBGE Mapa de Setores Urbanos",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/tmpsantos.hgda0m6h/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",zoomExtent:[0,19],polygon:[[[-69.94793,-4.23168],[-69.45659,-1.49119],[-69.3973,-1.36508],[-69.42989,-1.22173],[-69.39523,-1.12555],[-69.44292,-1.03351],[-69.41861,-0.99827],[-69.528,-0.92514],[-69.52577,-0.86807],[-69.62491,-0.74667],[-69.56179,-0.63692],[-69.60783,-0.5008],[-69.8446,-0.33732],[-69.92054,-0.32573],[-70.04323,-0.18998],[-70.04302,0.56359],[-69.80272,0.57162],[-69.6711,0.66759],[-69.60529,0.61328],[-69.59701,0.6542],[-69.48002,0.73577],[-69.35277,0.61416],[-69.28914,0.64997],[-69.29484,0.60389],[-69.19975,0.60591],[-69.19425,0.64982],[-69.11563,0.64484],[-69.19001,0.74056],[-69.14881,0.76751],[-69.13576,0.87204],[-69.18846,0.91324],[-69.1646,0.94156],[-69.21679,0.97245],[-69.19773,0.99974],[-69.24494,1.05655],[-69.37641,1.08794],[-69.42312,1.04265],[-69.60989,1.09826],[-69.67718,1.06994],[-69.70963,1.11817],[-69.84266,1.07272],[-69.83972,1.71893],[-69.78236,1.69244],[-69.53464,1.77691],[-69.39109,1.72935],[-68.1645,1.72945],[-68.19207,1.7797],[-68.23954,1.77044],[-68.22688,1.82918],[-68.28555,1.83084],[-68.19583,2.03479],[-68.18033,1.9767],[-68.14417,1.97854],[-68.09043,1.89774],[-67.90162,1.81165],[-67.76942,2.00924],[-67.55095,2.04769],[-67.49519,2.16312],[-67.39404,2.22894],[-67.32672,2.06387],[-67.33083,1.94158],[-67.22831,1.84127],[-67.15384,1.8315],[-67.15922,1.67504],[-67.08017,1.38546],[-67.13923,1.32002],[-67.08675,1.16704],[-66.85119,1.22896],[-66.31032,0.74494],[-66.19737,0.78161],[-66.07783,0.76174],[-66.07024,0.8123],[-65.96712,0.81511],[-65.88369,0.94159],[-65.77261,0.95859],[-65.7421,1.00125],[-65.58894,1.00471],[-65.49624,0.87415],[-65.60623,0.70748],[-65.54116,0.64881],[-65.44499,0.68921],[-65.39213,0.75692],[-65.41198,0.82415],[-65.32734,0.93596],[-65.21302,0.90282],[-65.1749,0.94131],[-65.15831,1.1246],[-65.07232,1.15303],[-65.06317,1.11205],[-65.01361,1.10905],[-64.97445,1.20288],[-64.90439,1.25153],[-64.86966,1.22713],[-64.80053,1.31527],[-64.74446,1.22569],[-64.5789,1.34041],[-64.52608,1.44322],[-64.43586,1.47006],[-64.3939,1.52901],[-64.35111,1.52921],[-64.34777,1.49508],[-64.41019,1.40301],[-64.33791,1.36134],[-64.3136,1.45617],[-64.19707,1.52071],[-64.0735,1.64902],[-64.05781,1.92899],[-63.97219,1.99194],[-63.83555,1.96644],[-63.71155,2.04645],[-63.66501,2.01861],[-63.6268,2.11222],[-63.56474,2.13571],[-63.44059,2.126],[-63.36742,2.26864],[-63.37088,2.41121],[-63.42123,2.45102],[-63.46036,2.39684],[-63.56398,2.44573],[-63.76805,2.43994],[-63.84358,2.4916],[-64.01914,2.46135],[-64.0573,2.49752],[-63.98033,2.7237],[-64.07709,2.87262],[-64.07156,2.92142],[-64.12349,2.99048],[-64.15754,2.98243],[-64.14592,3.03459],[-64.22642,3.12356],[-64.19795,3.20121],[-64.2444,3.43036],[-64.17437,3.56841],[-64.281,3.70928],[-64.54357,3.85713],[-64.72239,4.11775],[-64.80203,4.17422],[-64.81123,4.27048],[-64.69522,4.25323],[-64.623,4.135],[-64.5565,4.10529],[-64.164,4.127],[-63.964,3.868],[-63.928,3.925],[-63.85,3.95],[-63.682,3.908],[-63.676,4.019],[-63.591,3.886],[-63.497,3.84],[-63.489,3.874],[-63.434,3.865],[-63.428,3.977],[-63.204,3.952],[-63.226,3.836],[-63.103,3.794],[-63.059,3.748],[-63.081,3.694],[-62.96,3.608],[-62.835,3.739],[-62.743,3.674],[-62.729,3.805],[-62.788,3.894],[-62.753,4.032],[-62.555,4.019],[-62.552,4.109],[-62.437,4.183],[-62.14308,4.07768],[-62.071,4.126],[-62.076,4.154],[-61.982,4.181],[-61.93175,4.12009],[-61.92213,4.16126],[-61.824,4.164],[-61.802,4.229],[-61.724,4.27],[-61.56,4.252],[-61.508,4.322],[-61.513,4.406],[-61.288,4.458],[-61.323,4.535],[-61.217,4.536],[-61.14559,4.48016],[-61.095,4.522],[-60.994,4.519],[-60.932,4.587],[-60.949,4.653],[-60.899,4.717],[-60.751,4.756],[-60.591,4.927],[-60.661,5.164],[-60.73197,5.21203],[-60.434,5.182],[-60.20825,5.28346],[-60.172,5.227],[-60.135,5.249],[-60.094,5.14],[-59.96984,5.06334],[-60.02524,4.7065],[-60.0705,4.61688],[-60.15725,4.57247],[-60.16114,4.51773],[-59.79503,4.46554],[-59.66948,4.37629],[-59.7319,4.28587],[-59.73069,4.18076],[-59.61818,4.13166],[-59.65406,4.06943],[-59.58417,3.96851],[-59.5153,3.94493],[-59.59279,3.88538],[-59.59631,3.79386],[-59.66555,3.78126],[-59.66842,3.70277],[-59.86728,3.57776],[-59.80205,3.50156],[-59.8408,3.43174],[-59.80488,3.35695],[-59.907,3.212],[-59.98944,2.88185],[-59.99,2.686],[-59.895,2.482],[-59.89872,2.36245],[-59.72315,2.27614],[-59.751,1.859],[-59.677,1.839],[-59.663,1.871],[-59.69,1.757],[-59.539,1.723],[-59.381,1.507],[-59.329,1.514],[-59.327,1.464],[-59.284,1.45],[-59.253,1.389],[-58.978,1.302],[-58.918,1.317],[-58.886,1.261],[-58.912,1.239],[-58.82512,1.17127],[-58.73956,1.1999],[-58.69456,1.29732],[-58.49622,1.26796],[-58.45787,1.37145],[-58.50511,1.40317],[-58.50873,1.46295],[-58.38559,1.46999],[-58.39472,1.52651],[-58.32237,1.59702],[-58.236,1.54669],[-58.16064,1.56011],[-58.12942,1.4989],[-58.00423,1.50303],[-57.99009,1.65844],[-57.85206,1.66782],[-57.77431,1.72973],[-57.70509,1.73093],[-57.65042,1.68237],[-57.5376,1.7005],[-57.50187,1.78609],[-57.43776,1.82681],[-57.43343,1.90598],[-57.36768,1.92372],[-57.36912,1.95638],[-57.30712,1.99665],[-57.22923,1.93759],[-57.08668,2.02644],[-57.01421,1.91489],[-56.91971,1.93036],[-56.79793,1.85336],[-56.72096,1.92582],[-56.62145,1.94588],[-56.57976,1.90588],[-56.45126,1.95614],[-56.24404,1.87808],[-56.1709,1.90048],[-56.11762,1.85097],[-55.95638,1.84509],[-55.90385,1.88803],[-55.93635,1.98647],[-55.9031,2.04108],[-56.00307,2.1676],[-56.05505,2.18464],[-56.04288,2.22778],[-56.13887,2.26574],[-56.09012,2.37228],[-56.02181,2.34247],[-55.97052,2.52931],[-55.76663,2.45524],[-55.71028,2.39917],[-55.49971,2.44324],[-55.38533,2.41836],[-55.32019,2.51537],[-55.23474,2.50338],[-55.1234,2.56762],[-55.10302,2.52564],[-54.95424,2.58359],[-54.86846,2.43989],[-54.68917,2.45389],[-54.68861,2.32472],[-54.54667,2.31833],[-54.53778,2.26556],[-54.46861,2.21306],[-54.24917,2.14667],[-54.18056,2.1725],[-54.11083,2.11222],[-54.06139,2.19167],[-53.94083,2.21917],[-53.93194,2.27194],[-53.88667,2.26778],[-53.745,2.37389],[-53.73389,2.31222],[-53.52972,2.24917],[-53.45861,2.2575],[-53.32833,2.35333],[-53.21667,2.25333],[-53.27899,2.18603],[-53.11861,2.2225],[-52.99472,2.17528],[-52.90972,2.19583],[-52.84722,2.28556],[-52.67528,2.37389],[-52.59444,2.47389],[-52.54028,2.57028],[-52.56417,2.63944],[-52.43944,2.87778],[-52.39583,2.90222],[-52.33187,3.16938],[-52.21472,3.26833],[-51.97104,3.70696],[-51.92148,3.72422],[-51.922,3.7792],[-51.79731,3.88888],[-51.77783,3.97406],[-51.65867,4.05276],[-51.61325,4.17437],[-51.63716,4.50834],[-51.49427,4.67426],[-51.11466,4.42286],[-50.94232,4.20165],[-50.85475,3.92491],[-50.85507,3.45573],[-50.75331,2.94057],[-50.29908,2.33079],[-49.73896,1.79143],[-48.23746,-0.07449],[-44.84728,-1.07246],[-43.54602,-2.04705],[-43.24389,-2.12403],[-42.78189,-2.33053],[-41.78084,-2.51859],[-41.5085,-2.68486],[-40.66365,-2.63829],[-40.50396,-2.57531],[-39.8907,-2.65328],[-39.15187,-3.04444],[-38.57151,-3.48047],[-38.34306,-3.54434],[-38.21421,-3.74103],[-38.12555,-3.80544],[-37.90182,-4.07265],[-37.77934,-4.18046],[-37.63401,-4.24454],[-37.51218,-4.41535],[-37.22122,-4.51045],[-37.07874,-4.71355],[-36.91716,-4.71372],[-36.62299,-4.85815],[-36.18969,-4.88505],[-35.93627,-4.83327],[-35.56471,-4.90758],[-35.33677,-4.99239],[-35.17659,-5.12497],[-34.79469,-6.33583],[-34.71587,-6.74615],[-34.62306,-6.90323],[-34.59953,-7.11133],[-34.64374,-7.98735],[-34.81497,-8.62472],[-35.0253,-9.13761],[-35.55848,-9.81261],[-35.69663,-9.90026],[-35.96401,-10.31281],[-36.06155,-10.37447],[-36.26639,-10.64593],[-36.61764,-10.81082],[-36.78725,-10.95151],[-36.99511,-11.29602],[-37.11368,-11.41261],[-37.46002,-12.10275],[-37.89668,-12.75844],[-38.22146,-13.09717],[-38.61146,-13.26537],[-38.85337,-14.65508],[-38.74388,-15.60089],[-38.66456,-15.74741],[-38.64697,-15.88327],[-38.8013,-16.24838],[-38.92933,-16.80775],[-38.53193,-17.80026],[-38.49171,-18.0046],[-38.53661,-18.09683],[-38.67053,-18.16855],[-39.35288,-18.10892],[-39.4675,-18.30359],[-39.54529,-18.78548],[-39.49227,-19.40134],[-39.63477,-19.74403],[-39.86353,-19.88681],[-40.17827,-20.75426],[-40.81442,-21.67672],[-40.76948,-21.87786],[-40.81442,-22.09702],[-41.5086,-22.52638],[-41.59666,-22.83627],[-41.79292,-23.08823],[-41.91484,-23.18527],[-43.19603,-23.26703],[-44.07735,-23.40501],[-45.13508,-24.12014],[-46.61368,-24.67512],[-47.85376,-25.47012],[-48.2801,-26.23036],[-48.34897,-26.75081],[-48.11076,-27.28208],[-48.21148,-27.85592],[-48.40713,-28.43255],[-48.68615,-28.76016],[-48.9156,-28.86305],[-49.1579,-29.02871],[-49.52748,-29.42005],[-49.82565,-29.86559],[-50.17344,-30.64282],[-50.60441,-31.24135],[-51.18785,-31.77646],[-51.74211,-32.10539],[-51.89236,-32.29596],[-52.06117,-32.38504],[-52.27087,-32.92102],[-52.45986,-33.25369],[-52.61505,-33.42291],[-53.18109,-33.86891],[-53.43053,-33.73947],[-53.43951,-33.69347],[-53.53228,-33.6888],[-53.51819,-33.15342],[-53.44438,-33.05296],[-53.24468,-32.93489],[-53.31008,-32.91875],[-53.29454,-32.89931],[-53.18496,-32.85043],[-53.14569,-32.79202],[-53.0858,-32.78835],[-53.07558,-32.74088],[-53.24992,-32.6041],[-53.39137,-32.58573],[-53.46423,-32.48446],[-53.58321,-32.45192],[-53.74599,-32.07848],[-53.83375,-32.05524],[-53.84978,-32.00064],[-53.96073,-31.95532],[-53.96972,-31.91765],[-54.10019,-31.92825],[-54.4549,-31.65295],[-54.4528,-31.59959],[-54.58676,-31.45656],[-54.8367,-31.442],[-54.88623,-31.3773],[-54.94087,-31.38068],[-55.00723,-31.26692],[-55.07446,-31.33216],[-55.24003,-31.26062],[-55.29118,-31.14226],[-55.34037,-31.13144],[-55.34981,-31.03922],[-55.42306,-31.01823],[-55.57742,-30.83309],[-55.65834,-30.864],[-55.66621,-30.95395],[-55.723,-30.943],[-55.727,-30.979],[-55.882,-31.077],[-56.00989,-31.08267],[-56.02241,-30.78565],[-56.12508,-30.73871],[-56.17074,-30.61517],[-56.26095,-30.58509],[-56.29193,-30.51967],[-56.38177,-30.49956],[-56.46126,-30.38486],[-56.54706,-30.35946],[-56.54115,-30.31291],[-56.6187,-30.30054],[-56.64628,-30.20346],[-56.77662,-30.1633],[-56.80777,-30.10301],[-57.07113,-30.08671],[-57.22081,-30.28928],[-57.31303,-30.25785],[-57.39229,-30.30474],[-57.46574,-30.26589],[-57.52431,-30.28569],[-57.56087,-30.21134],[-57.64744,-30.19483],[-57.48047,-30.12315],[-57.33713,-29.99284],[-57.294,-29.831],[-57.121,-29.765],[-56.89888,-29.53179],[-56.81905,-29.48816],[-56.76618,-29.37768],[-56.70164,-29.35913],[-56.59315,-29.12516],[-56.418,-29.075],[-56.40775,-28.9748],[-56.29995,-28.89614],[-56.29652,-28.8027],[-56.17858,-28.75922],[-56.00984,-28.60718],[-56.01249,-28.50873],[-55.88357,-28.47923],[-55.87739,-28.36159],[-55.75157,-28.37095],[-55.69433,-28.42204],[-55.67047,-28.33218],[-55.77415,-28.27414],[-55.7757,-28.24481],[-55.63167,-28.17719],[-55.60747,-28.11604],[-55.55957,-28.16523],[-55.4952,-28.07682],[-55.44611,-28.09787],[-55.368,-28.029],[-55.38299,-27.97948],[-55.343,-27.972],[-55.32706,-27.92664],[-55.26574,-27.92969],[-55.196,-27.856],[-55.133,-27.897],[-55.106,-27.846],[-55.035,-27.858],[-55.081,-27.779],[-54.936,-27.772],[-54.90617,-27.63871],[-54.85,-27.624],[-54.814,-27.533],[-54.775,-27.586],[-54.67926,-27.57394],[-54.67709,-27.508],[-54.621,-27.541],[-54.574,-27.453],[-54.5246,-27.5059],[-54.444,-27.472],[-54.47081,-27.42674],[-54.41,-27.405],[-54.35466,-27.46528],[-54.34067,-27.40311],[-54.28484,-27.44819],[-54.261,-27.397],[-54.21736,-27.38603],[-54.172,-27.254],[-54.15619,-27.29619],[-54.08872,-27.30149],[-54.01026,-27.19978],[-53.96219,-27.19698],[-53.95195,-27.15169],[-53.79879,-27.14629],[-53.80233,-27.04028],[-53.76087,-27.06543],[-53.78585,-27.02674],[-53.7473,-27.03218],[-53.7092,-26.93414],[-53.67125,-26.94222],[-53.69684,-26.86015],[-53.66059,-26.85814],[-53.75814,-26.72045],[-53.7205,-26.65099],[-53.75864,-26.64113],[-53.63739,-26.24968],[-53.742,-26.108],[-53.73409,-26.04333],[-53.83619,-25.97166],[-53.82214,-25.79377],[-53.89113,-25.62286],[-53.94895,-25.6117],[-53.95638,-25.64628],[-54.01,-25.567],[-54.07592,-25.55766],[-54.098,-25.619],[-54.099,-25.495],[-54.206,-25.541],[-54.178,-25.584],[-54.23,-25.562],[-54.25,-25.597],[-54.28,-25.556],[-54.38395,-25.59747],[-54.43288,-25.69756],[-54.4927,-25.6181],[-54.59354,-25.59275],[-54.61941,-25.45312],[-54.4295,-25.15915],[-54.43548,-24.94769],[-54.32437,-24.66059],[-54.32714,-24.47073],[-54.25877,-24.36377],[-54.34537,-24.14705],[-54.28223,-24.07336],[-54.43984,-23.90446],[-54.66978,-23.81262],[-54.70533,-23.86452],[-54.89,-23.898],[-54.924,-23.959],[-55.06223,-23.99335],[-55.107,-23.961],[-55.22907,-24.01383],[-55.30415,-23.96504],[-55.34542,-23.99458],[-55.41423,-23.9645],[-55.44167,-23.70084],[-55.47306,-23.64834],[-55.53989,-23.625],[-55.52356,-23.19733],[-55.54199,-23.1561],[-55.59635,-23.14993],[-55.66578,-22.85274],[-55.61432,-22.65521],[-55.72364,-22.55166],[-55.74302,-22.39266],[-55.78939,-22.3846],[-55.84304,-22.28725],[-56.20983,-22.27805],[-56.36485,-22.16949],[-56.39404,-22.07434],[-56.50711,-22.09561],[-56.63705,-22.26341],[-56.70344,-22.21693],[-56.72026,-22.26479],[-56.79344,-22.24238],[-56.84285,-22.30155],[-56.88343,-22.24755],[-56.9967,-22.22246],[-57.3744,-22.23204],[-57.5804,-22.17534],[-57.6106,-22.09462],[-57.70751,-22.09111],[-57.80183,-22.15072],[-57.99384,-22.09023],[-58.00946,-22.04038],[-57.91281,-21.88266],[-57.96603,-21.85045],[-57.90866,-21.77355],[-57.94714,-21.74413],[-57.88329,-21.68903],[-57.93436,-21.65037],[-57.91387,-21.59021],[-57.96795,-21.52432],[-57.8535,-21.33109],[-57.92019,-21.27655],[-57.85066,-21.22407],[-57.86834,-21.04417],[-57.81919,-20.94066],[-57.92836,-20.90036],[-57.8552,-20.83403],[-57.89863,-20.78872],[-57.96183,-20.7916],[-57.93478,-20.74565],[-57.86732,-20.73265],[-57.92414,-20.66392],[-57.98848,-20.69879],[-57.99847,-20.43551],[-58.09339,-20.35554],[-58.09596,-20.25445],[-58.16216,-20.25953],[-58.12152,-20.19246],[-58.16932,-20.1694],[-57.95347,-20.02094],[-57.90248,-20.04207],[-57.85796,-19.9703],[-58.131,-19.758],[-57.784,-19.033],[-57.694,-19.011],[-57.719,-18.899],[-57.766,-18.899],[-57.557,-18.24],[-57.453,-18.231],[-57.574,-18.131],[-57.72302,-17.83074],[-57.68472,-17.8306],[-57.70991,-17.72702],[-57.783,-17.639],[-57.73696,-17.5583],[-57.883,-17.449],[-57.996,-17.515],[-58.06,-17.45],[-58.116,-17.451],[-58.151,-17.384],[-58.263,-17.344],[-58.396,-17.181],[-58.423,-16.989],[-58.474,-16.935],[-58.47,-16.703],[-58.436,-16.592],[-58.333,-16.49],[-58.32227,-16.26559],[-58.388,-16.261],[-58.43059,-16.32264],[-60.17335,-16.26672],[-60.238,-15.473],[-60.57543,-15.09677],[-60.244,-15.096],[-60.272,-14.62],[-60.321,-14.608],[-60.492,-14.188],[-60.479,-14.097],[-60.38066,-13.9888],[-60.45062,-13.9364],[-60.45599,-13.85422],[-60.49068,-13.85782],[-60.46776,-13.79446],[-60.76755,-13.68329],[-60.87678,-13.62149],[-60.91857,-13.54334],[-61.0056,-13.552],[-61.0129,-13.48925],[-61.0938,-13.49081],[-61.10314,-13.53056],[-61.18155,-13.50557],[-61.19236,-13.53695],[-61.29954,-13.47718],[-61.46527,-13.55427],[-61.57927,-13.48711],[-61.852,-13.538],[-61.892,-13.431],[-61.96968,-13.40759],[-61.97592,-13.36695],[-62.11498,-13.25932],[-62.115,-13.163],[-62.15254,-13.15993],[-62.16703,-13.11346],[-62.19,-13.153],[-62.214,-13.111],[-62.27269,-13.15687],[-62.39178,-13.13471],[-62.453,-13.064],[-62.612,-13.041],[-62.65,-12.965],[-62.729,-13.02],[-62.779,-13.009],[-62.89672,-12.8539],[-63.01134,-12.83602],[-63.08186,-12.72323],[-63.06163,-12.68584],[-63.15726,-12.6138],[-63.24621,-12.66222],[-63.23713,-12.69043],[-63.30125,-12.68138],[-63.44052,-12.608],[-63.43627,-12.56526],[-63.50641,-12.56562],[-63.55295,-12.50598],[-63.7848,-12.42871],[-63.88957,-12.44745],[-63.89949,-12.50204],[-63.95144,-12.53179],[-64.13464,-12.47732],[-64.16781,-12.51503],[-64.17504,-12.46675],[-64.22945,-12.45419],[-64.29018,-12.50313],[-64.29452,-12.4582],[-64.41057,-12.44436],[-64.51217,-12.3551],[-64.51256,-12.22562],[-64.70406,-12.1827],[-64.70719,-12.08684],[-64.75486,-12.15762],[-64.7688,-12.09356],[-64.83747,-12.11786],[-64.80954,-12.05633],[-64.84077,-12.01027],[-65.03548,-11.99408],[-65.01398,-11.90303],[-65.0727,-11.86587],[-65.08672,-11.7082],[-65.18953,-11.72353],[-65.18216,-11.75609],[-65.2593,-11.71053],[-65.21178,-11.52857],[-65.3074,-11.49957],[-65.33276,-11.33986],[-65.29053,-11.32275],[-65.34347,-11.3082],[-65.35834,-11.26834],[-65.35938,-11.22067],[-65.31294,-11.19578],[-65.35387,-11.18419],[-65.36177,-11.14031],[-65.28269,-11.09009],[-65.30071,-11.03142],[-65.25053,-10.98506],[-65.27476,-10.87302],[-65.35376,-10.78881],[-65.34667,-10.68155],[-65.40569,-10.63935],[-65.43011,-10.48505],[-65.288,-10.219],[-65.333,-9.965],[-65.28588,-9.84413],[-65.39313,-9.68683],[-65.44394,-9.66957],[-65.4883,-9.71015],[-65.55611,-9.84498],[-65.627,-9.83804],[-65.66963,-9.78129],[-65.71023,-9.80857],[-65.68395,-9.74992],[-65.7432,-9.78296],[-65.77013,-9.73442],[-65.79437,-9.79295],[-65.79962,-9.75663],[-65.86532,-9.79533],[-65.87184,-9.75307],[-65.91976,-9.75314],[-65.98222,-9.81011],[-66.151,-9.785],[-66.426,-9.899],[-66.435,-9.866],[-66.61995,-9.89353],[-66.63701,-9.94983],[-66.8751,-10.08268],[-66.9528,-10.18886],[-66.99683,-10.20017],[-67.01537,-10.25919],[-67.17745,-10.33923],[-67.31545,-10.31932],[-67.31155,-10.37716],[-67.40717,-10.37386],[-67.44361,-10.45492],[-67.57925,-10.5028],[-67.64028,-10.59807],[-67.67631,-10.60484],[-67.70825,-10.71083],[-67.86386,-10.64067],[-68.03289,-10.65486],[-68.10456,-10.71426],[-68.10333,-10.77541],[-68.27819,-10.98926],[-68.71576,-11.14483],[-68.75767,-11.00079],[-68.9118,-11.02192],[-69.41453,-10.92575],[-69.73653,-10.97445],[-69.76903,-10.92972],[-69.93442,-10.9219],[-70.15869,-11.04096],[-70.30672,-11.06983],[-70.43675,-11.03923],[-70.53033,-10.93465],[-70.62103,-10.99982],[-70.62338,-9.82054],[-70.53663,-9.76584],[-70.59972,-9.56264],[-70.55282,-9.57093],[-70.56894,-9.53127],[-70.50506,-9.50557],[-70.49665,-9.42489],[-70.59581,-9.4425],[-70.6632,-9.52601],[-70.75067,-9.56043],[-70.79332,-9.63846],[-70.96337,-9.74891],[-70.99391,-9.81721],[-71.13974,-9.85702],[-71.22052,-9.96968],[-72.1804,-9.99967],[-72.15136,-9.79742],[-72.26296,-9.75085],[-72.25282,-9.61633],[-72.28821,-9.60316],[-72.2829,-9.53995],[-72.35688,-9.4946],[-72.51954,-9.49128],[-72.71676,-9.4122],[-73.2038,-9.40715],[-73.07352,-9.23461],[-73.0093,-9.22236],[-73.02612,-9.17786],[-72.9582,-9.14302],[-72.94091,-8.98494],[-72.99931,-8.91778],[-73.05901,-8.90561],[-73.14992,-8.6839],[-73.20907,-8.6857],[-73.28745,-8.61948],[-73.3055,-8.47197],[-73.38956,-8.46878],[-73.41286,-8.41099],[-73.53744,-8.34587],[-73.62739,-8.02187],[-73.73175,-7.9684],[-73.7725,-7.90237],[-73.76164,-7.85803],[-73.69706,-7.86527],[-73.6843,-7.77644],[-73.82217,-7.71788],[-73.99094,-7.53635],[-73.948,-7.52661],[-73.91981,-7.46568],[-73.96394,-7.34764],[-73.87014,-7.37882],[-73.7003,-7.30429],[-73.79842,-7.11306],[-73.71046,-6.84019],[-73.53639,-6.6834],[-73.39115,-6.64193],[-73.35281,-6.59327],[-73.22741,-6.58884],[-73.18797,-6.52302],[-73.13523,-6.51046],[-73.10473,-6.40666],[-73.24664,-6.14963],[-73.23821,-6.04399],[-73.1868,-6.00512],[-73.15207,-5.86796],[-73.05303,-5.79517],[-72.95912,-5.65689],[-72.95888,-5.46613],[-72.86052,-5.27117],[-72.88725,-5.16307],[-72.73986,-5.08859],[-72.72765,-5.05199],[-72.6212,-5.0518],[-72.598,-4.98386],[-72.38202,-4.87296],[-72.36895,-4.80387],[-72.12601,-4.73454],[-72.04335,-4.62384],[-72.00689,-4.64622],[-71.99464,-4.60996],[-71.94743,-4.60877],[-71.91909,-4.5298],[-71.88549,-4.53803],[-71.9073,-4.51644],[-71.76637,-4.50446],[-71.75109,-4.46887],[-71.70817,-4.51165],[-71.65479,-4.47246],[-71.65032,-4.50395],[-71.61548,-4.4687],[-71.6335,-4.51524],[-71.59625,-4.52928],[-71.53703,-4.46442],[-71.49428,-4.48701],[-71.50716,-4.43909],[-71.43438,-4.42882],[-71.42562,-4.47058],[-71.35026,-4.42728],[-71.30752,-4.46288],[-71.32091,-4.42009],[-71.27782,-4.44217],[-71.26975,-4.385],[-71.20263,-4.37987],[-71.19422,-4.42471],[-71.14478,-4.38158],[-71.11491,-4.41119],[-71.10616,-4.37764],[-70.99389,-4.38654],[-70.99595,-4.34632],[-70.9357,-4.38432],[-70.84483,-4.27905],[-70.86447,-4.25245],[-70.81677,-4.23005],[-70.8458,-4.21872],[-70.75901,-4.15944],[-70.68147,-4.20791],[-70.64256,-4.12805],[-70.62521,-4.19151],[-70.56118,-4.1775],[-70.57357,-4.21169],[-70.54796,-4.13671],[-70.51036,-4.14824],[-70.50417,-4.20098],[-70.48535,-4.16132],[-70.43435,-4.16266],[-70.43146,-4.13217],[-70.33892,-4.17997],[-70.32281,-4.14206],[-70.28769,-4.16555],[-70.29141,-4.28709],[-70.21457,-4.29749],[-70.19194,-4.36179],[-70.15508,-4.27308],[-70.11749,-4.28585],[-70.10881,-4.25454],[-70.04189,-4.29409],[-70.07948,-4.31428],[-70.02826,-4.3703],[-69.99182,-4.37482],[-69.94793,-4.23168]],[[-34.00035,-3.76654],[-34.01797,-3.84985],[-34.00664,-3.91809],[-33.98608,-3.95952],[-33.95923,-3.99217],[-33.8921,-4.03653],[-33.81658,-4.05077],[-33.72931,-4.03151],[-33.66638,-3.9838],[-33.62736,-3.9185],[-33.61519,-3.84985],[-33.63239,-3.76864],[-33.68693,-3.69537],[-33.74987,-3.65978],[-33.81658,-3.6489],[-33.89336,-3.66397],[-33.96007,-3.70877],[-34.00035,-3.76654]],[[-32.5538,-4.00884],[-32.59937,-3.9531],[-32.64061,-3.87309],[-32.61755,-3.73712],[-32.58338,-3.70527],[-32.54228,-3.65606],[-32.4592,-3.63029],[-32.35174,-3.63887],[-32.30049,-3.67684],[-32.24749,-3.75266],[-32.23155,-3.81889],[-32.2357,-3.90247],[-32.30194,-3.9883],[-32.42898,-4.0384],[-32.5538,-4.00884]],[[-29.50321,0.79391],[-29.54097,0.8689],[-29.54727,0.92553],[-29.52367,0.99422],[-29.48958,1.06134],[-29.43136,1.10224],[-29.35899,1.1206],[-29.29238,1.11378],[-29.22158,1.0776],[-29.16285,1.00314],[-29.14501,0.92605],[-29.14764,0.88358],[-29.17176,0.8196],[-29.24885,0.74357],[-29.29448,0.72521],[-29.36371,0.71892],[-29.43556,0.73937],[-29.50321,0.79391]],[[-29.09537,-20.42649],[-29.19756,-20.33509],[-29.3343,-20.28932],[-29.46741,-20.3288],[-29.54604,-20.42958],[-29.55396,-20.52706],[-29.51696,-20.62613],[-29.40995,-20.68955],[-29.27599,-20.72578],[-29.15968,-20.66209],[-29.07188,-20.57088],[-28.9712,-20.64769],[-28.83286,-20.69814],[-28.67968,-20.62099],[-28.63549,-20.49284],[-28.63412,-20.47146],[-28.7431,-20.30094],[-28.8683,-20.27288],[-29.0031,-20.32416],[-29.09537,-20.42649]]],terms_text:"IBGE",icon:"https://osmlab.github.io/editor-layer-index/sources/south-america/br/IBGE_Setores_Rurais.png"},{id:"IBGE_BC250_Aglomerado_Rural",name:"IBGE-BC250-Aglomerado Rural Isolado",type:"wms",template:"http://www.geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Aglomerado_Rural_Isolado_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Pista_Pouso",name:"IBGE-BC250-Pista de Pouso",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Pista_Ponto_Pouso_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Rios_Drenagem",name:"IBGE-BC250-Rios Drenagem",type:"wms",template:"http://www.geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Trecho_Drenagem_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Terra_Indegina",name:"IBGE-BC250-Terra Indigena",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Terra_Indigena_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Rodoviario",name:"IBGE-BC250-Trecho Rodoviario",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Trecho_Rodoviario_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image/png&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Uso_Sustentavel",name:"IBGE-BC250-Unidade de Uso Sistentável - APA",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Unidade_Uso_Sustentavel_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BC250_Villa",name:"IBGE-BC250-Villa",type:"wms",template:"http://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Vila_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BCIM_Gerador_Eletrica",name:"IBGE-BCIM-Estações Geradora de Energia Elétrica",type:"wms",template:"http://www.geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BCIM_Est_Gerad_Energia_Eletrica_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"IBGE_BCIM_Municipio",name:"IBGE-BCIM-Município",type:"wms",template:"http://www.geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BCIM_Municipio_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE",projection:"EPSG:3857",polygon:[[[-29.3325,2.33596],[-28.72472,2.03155],[-27.76041,-8.93703],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.83894],[-66.52331,-9.98587],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.66908],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.5874],[-73.29207,-9.45415],[-73.0625,-9.01727],[-73.61432,-8.40982],[-74.09056,-7.52755],[-74.03652,-7.27885],[-73.84718,-7.23829],[-73.78618,-6.77487],[-73.22362,-6.43011],[-73.33719,-6.02974],[-72.93016,-5.03871],[-71.93973,-4.42503],[-70.96802,-4.24829],[-70.79598,-4.06493],[-70.02393,-4.16735],[-69.51025,-1.13409],[-69.70776,-0.56762],[-70.13645,-0.22616],[-70.14083,0.5844],[-69.26594,0.8065],[-69.34226,0.96892],[-69.92481,1.01571],[-69.92343,1.77385],[-68.38511,1.82943],[-68.24848,2.11981],[-67.94571,1.94842],[-67.37696,2.32747],[-67.05751,1.85834],[-67.00579,1.2916],[-66.79967,1.31468],[-66.28683,0.85771],[-65.67671,1.11115],[-65.42494,0.96655],[-65.15671,1.24203],[-64.27483,1.60159],[-64.0486,2.06514],[-63.47236,2.27936],[-64.13446,2.43391],[-64.10005,2.72378],[-64.32628,3.11828],[-64.28142,3.54198],[-64.88451,4.11767],[-64.88064,4.34246],[-64.13653,4.22315],[-63.95465,4.02132],[-63.17706,4.0483],[-62.96093,3.76366],[-62.82024,4.10602],[-62.49922,4.27081],[-61.91181,4.26284],[-61.35393,4.6301],[-61.04904,4.62312],[-60.70452,4.96985],[-60.78709,5.29676],[-60.22457,5.37121],[-59.89857,5.10754],[-59.97549,4.60302],[-59.59676,4.43987],[-59.41942,3.96994],[-59.71017,3.54201],[-59.88955,2.72301],[-59.63006,2.31633],[-59.63382,1.96658],[-59.18812,1.47808],[-58.80545,1.32073],[-58.35933,1.68993],[-57.6,1.80391],[-57.39854,2.06512],[-57.12392,2.12876],[-56.02925,1.94945],[-56.23884,2.26335],[-55.98195,2.62866],[-55.64816,2.51995],[-54.93958,2.68251],[-54.24988,2.25056],[-53.73937,2.47373],[-52.98578,2.28049],[-52.65712,2.56407],[-52.41739,3.22121],[-51.73983,4.11916],[-51.7246,4.55687],[-51.0112,5.5229],[-43.48209,5.33583],[-29.3325,2.33596]]],terms_text:"IBGE",overlay:true},{id:"ign-topografico-tms",name:"IGN topographical map (TMS)",type:"tms",template:"https://ide.ign.gob.ar/geoservicios/rest/services/Mapas_IGN/mapa_topografico/MapServer/tile/{zoom}/{y}/{x}",zoomExtent:[1,20],polygon:[[[-55.5438,-35.77219],[-64.31743,-49.44788],[-61.52546,-55.68296],[-66.04226,-55.24192],[-66.6896,-55.17191],[-66.86233,-55.04496],[-67.23387,-54.9245],[-67.47633,-54.92785],[-67.71808,-54.91261],[-67.96138,-54.88571],[-68.18753,-54.89288],[-68.61804,-54.92151],[-68.66375,-52.66716],[-68.51023,-52.39432],[-70.01629,-52.05707],[-72.05562,-52.01749],[-72.09055,-51.93758],[-72.02273,-51.88832],[-72.49598,-51.597],[-72.3623,-51.25935],[-72.46252,-51.08654],[-72.31217,-50.90093],[-72.39293,-50.69005],[-72.49148,-50.66866],[-72.59646,-50.73916],[-72.76983,-50.68829],[-73.22154,-50.87193],[-73.22709,-50.66897],[-73.39438,-50.58008],[-73.57703,-50.15788],[-73.53993,-50.01443],[-73.61453,-49.91795],[-73.52684,-49.7716],[-73.02779,-49.70085],[-73.02788,-49.23743],[-73.16148,-49.13062],[-72.96385,-48.89084],[-72.80952,-48.90039],[-72.59462,-48.77255],[-72.63621,-48.45823],[-72.46698,-48.45706],[-72.42158,-48.31422],[-72.3428,-48.29046],[-72.37166,-48.15995],[-72.57678,-47.96054],[-72.5731,-47.72062],[-72.3839,-47.57888],[-72.38448,-47.41759],[-72.07162,-47.2755],[-72.04726,-47.14867],[-71.93566,-47.15037],[-72.00956,-47.08473],[-72.00759,-46.78833],[-71.71488,-46.64453],[-71.7985,-46.26925],[-71.97019,-46.14972],[-71.63332,-45.97063],[-71.66595,-45.89232],[-71.77408,-45.85187],[-71.8548,-45.61169],[-71.7885,-45.50505],[-71.58354,-45.45607],[-71.58236,-45.36316],[-71.40574,-45.27206],[-71.61593,-45.03146],[-72.07949,-44.93988],[-72.11766,-44.73884],[-71.47444,-44.68048],[-71.2897,-44.75036],[-71.28469,-44.60892],[-71.20209,-44.5359],[-71.40536,-44.44891],[-71.86374,-44.44274],[-71.9047,-44.10354],[-71.70007,-43.98287],[-71.78725,-43.80985],[-71.63263,-43.65888],[-71.87866,-43.56195],[-71.95542,-43.44292],[-71.91512,-43.319],[-71.80268,-43.29535],[-71.73869,-43.19234],[-71.94149,-43.11061],[-72.18001,-42.8948],[-72.18733,-42.66619],[-72.06314,-42.53751],[-72.0441,-42.41231],[-72.14365,-42.40333],[-72.20024,-42.17229],[-72.17802,-42.13207],[-72.06032,-42.10593],[-71.78041,-42.12128],[-71.83133,-41.78089],[-71.94135,-41.60926],[-71.9023,-41.06778],[-72.02097,-40.73647],[-71.91507,-40.61832],[-71.87117,-40.38959],[-71.76665,-40.35676],[-71.87961,-40.24227],[-71.8856,-40.10093],[-71.67779,-39.92156],[-71.74365,-39.86164],[-71.77001,-39.61946],[-71.68665,-39.50983],[-71.58545,-39.55159],[-71.45202,-39.31025],[-71.47673,-38.89162],[-71.25594,-38.74909],[-70.95844,-38.70272],[-70.89411,-38.57644],[-71.03346,-38.45451],[-71.08724,-38.09054],[-71.23505,-37.86541],[-71.26668,-37.68295],[-71.18031,-37.4828],[-71.27241,-37.28686],[-71.17697,-37.1077],[-71.27586,-36.9637],[-71.20495,-36.91075],[-71.2345,-36.83303],[-71.07654,-36.43571],[-70.96469,-36.43366],[-70.90086,-36.34336],[-70.77062,-36.35412],[-70.59553,-36.12118],[-70.44219,-36.14876],[-70.42788,-35.73781],[-70.50607,-35.38014],[-70.59764,-35.34459],[-70.63128,-35.23712],[-70.42629,-35.12462],[-70.32933,-34.83081],[-70.35687,-34.72532],[-70.07752,-34.38253],[-70.06901,-34.24694],[-69.87771,-34.20233],[-69.95948,-33.77235],[-69.83371,-33.34911],[-70.02502,-33.37388],[-70.14906,-33.04145],[-70.06223,-33.01233],[-70.00981,-32.90747],[-70.19517,-32.75732],[-70.19589,-32.50891],[-70.28486,-32.45564],[-70.44343,-32.05325],[-70.41077,-31.9809],[-70.29402,-31.95849],[-70.5117,-31.85844],[-70.62295,-31.59949],[-70.59941,-31.29869],[-70.5377,-31.08557],[-70.35748,-31.0002],[-70.20264,-30.32249],[-69.97775,-30.32288],[-69.847,-30.16294],[-70.01824,-30.10003],[-69.95038,-29.73744],[-70.03755,-29.35428],[-69.97565,-29.18743],[-69.85112,-29.06923],[-69.70118,-28.37779],[-69.20484,-27.90816],[-68.84844,-27.13115],[-68.76133,-27.08588],[-68.60693,-27.09636],[-68.3489,-26.92771],[-68.64137,-26.50722],[-68.60352,-26.25391],[-68.45177,-26.1377],[-68.63052,-25.43524],[-68.55582,-25.14476],[-68.44595,-25.0658],[-68.62011,-24.81717],[-68.55162,-24.58836],[-68.28078,-24.34935],[-67.32648,-24.02538],[-66.99882,-23.00044],[-67.18775,-22.81375],[-67.08088,-22.62433],[-67.03366,-22.53815],[-66.84345,-22.39746],[-66.73734,-22.22282],[-66.38248,-22.07602],[-66.28978,-21.76554],[-66.21845,-21.72575],[-65.89675,-21.88263],[-65.71368,-22.09054],[-65.61493,-22.09152],[-65.60973,-22.09505],[-65.60607,-22.09358],[-65.60256,-22.09658],[-65.60015,-22.09543],[-65.59229,-22.09511],[-65.59015,-22.09735],[-65.58691,-22.09645],[-65.58512,-22.08432],[-65.57523,-22.07312],[-65.47487,-22.08487],[-64.99026,-22.06739],[-64.59768,-22.19269],[-64.52643,-22.29504],[-64.33114,-22.68517],[-64.10381,-22.34114],[-64.10712,-22.32023],[-64.06522,-22.23093],[-64.04702,-22.23757],[-64.03654,-22.19469],[-64.0029,-22.10735],[-63.99022,-22.07925],[-63.97147,-22.07619],[-63.94118,-21.99823],[-63.70932,-21.99896],[-63.68839,-22.01037],[-63.68079,-22.03116],[-63.68507,-22.04019],[-63.68156,-22.05185],[-63.67659,-22.03287],[-63.67201,-22.02293],[-63.66821,-22.01634],[-63.67191,-22.01399],[-63.66566,-21.99839],[-62.79606,-21.98778],[-62.74618,-22.10033],[-62.18511,-22.50843],[-61.93761,-22.97376],[-61.45605,-23.36182],[-61.05842,-23.56621],[-60.95137,-23.75997],[-60.28746,-24.01906],[-60.03728,-24.00408],[-59.46607,-24.33428],[-59.12256,-24.59772],[-58.46645,-24.84584],[-58.332,-24.98132],[-58.2349,-24.91756],[-57.8565,-25.08005],[-57.76981,-25.15013],[-57.75374,-25.17277],[-57.71597,-25.26456],[-57.71837,-25.27146],[-57.71111,-25.27265],[-57.71008,-25.28146],[-57.70692,-25.2845],[-57.70438,-25.28159],[-57.70273,-25.28239],[-57.70175,-25.28459],[-57.69741,-25.28283],[-57.69281,-25.28588],[-57.69733,-25.29337],[-57.70246,-25.29847],[-57.69612,-25.30832],[-57.69763,-25.3199],[-57.69143,-25.32127],[-57.67993,-25.33318],[-57.64822,-25.3679],[-57.63902,-25.38287],[-57.61504,-25.38841],[-57.59954,-25.39704],[-57.57673,-25.42029],[-57.56698,-25.43147],[-57.55477,-25.43999],[-57.55285,-25.44705],[-57.55811,-25.45717],[-57.55763,-25.46897],[-57.56523,-25.48014],[-57.56806,-25.49501],[-57.57722,-25.50575],[-57.57566,-25.52264],[-57.5661,-25.54112],[-57.56809,-25.55797],[-57.58142,-25.57145],[-57.59952,-25.57438],[-57.60444,-25.59855],[-57.6122,-25.61963],[-57.6367,-25.61807],[-57.66569,-25.60273],[-57.67006,-25.65579],[-57.67513,-25.66052],[-57.68626,-25.66287],[-57.69808,-25.65933],[-57.71855,-25.64914],[-57.72537,-25.71924],[-57.77786,-25.77559],[-57.84986,-26.01142],[-58.08597,-26.14202],[-58.13896,-26.66834],[-58.28224,-26.80127],[-58.32056,-26.82169],[-58.3167,-26.86081],[-58.32384,-26.87074],[-58.56858,-27.20629],[-57.90834,-27.24265],[-56.99114,-27.41858],[-56.60886,-27.36586],[-56.40607,-27.52701],[-56.32355,-27.36897],[-56.09353,-27.25219],[-55.76168,-27.38106],[-55.65541,-27.30153],[-55.67524,-27.17004],[-55.59643,-27.06538],[-55.40826,-26.91763],[-55.20788,-26.89214],[-54.97304,-26.63717],[-54.8532,-26.59894],[-54.72264,-26.31238],[-54.73235,-25.98554],[-54.65309,-25.84138],[-54.71357,-25.66721],[-54.62995,-25.55106],[-54.44288,-25.5795],[-54.11451,-25.4396],[-53.80059,-25.65093],[-53.766,-25.94301],[-53.59024,-26.19274],[-53.67264,-26.61495],[-53.61669,-26.95395],[-53.76351,-27.18917],[-54.15393,-27.36033],[-54.26461,-27.49923],[-54.79439,-27.6397],[-55.0044,-27.90341],[-55.19076,-27.92946],[-55.41589,-28.14304],[-55.66542,-28.26547],[-55.61633,-28.32205],[-55.65957,-28.46539],[-55.83413,-28.42136],[-55.87339,-28.49468],[-56.13558,-28.7265],[-56.37343,-29.10817],[-56.569,-29.13892],[-56.76306,-29.48638],[-57.05958,-29.72263],[-57.24463,-29.86452],[-57.3045,-30.03966],[-57.61942,-30.20517],[-57.60863,-30.32424],[-57.82983,-30.53118],[-57.75241,-30.68756],[-57.75273,-30.91942],[-57.93419,-31.27388],[-57.99,-31.36053],[-57.98302,-31.3734],[-57.97736,-31.38022],[-57.97778,-31.38599],[-57.98203,-31.39213],[-58.00944,-31.41341],[-58.06637,-31.47395],[-57.92613,-31.57745],[-57.98622,-31.77449],[-58.12179,-31.89772],[-58.11905,-32.14059],[-58.04227,-32.29153],[-58.14327,-32.45845],[-58.0758,-33.00587],[-58.18964,-33.09402],[-58.2723,-33.1061],[-58.31012,-33.1048],[-58.35418,-33.1221],[-58.37567,-33.17644],[-58.44465,-33.5853],[-58.43016,-33.71813],[-58.42434,-33.86887],[-58.41858,-33.91742],[-58.33697,-34.00477],[-58.241,-34.16246],[-57.84696,-34.50017],[-55.5438,-35.77219]]],terms_url:"http://www.ign.gob.ar/",terms_text:"Instituto Geográfico Nacional de la República Argentina",icon:"http://www.ign.gob.ar/sites/default/files/favicon.png"},{id:"Haiti-Drone",name:"Imagerie Drone (Haiti)",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/iomhaiti/{zoom}/{x}/{y}",zoomExtent:[0,21],polygon:[[[-72.15474,19.6879],[-72.15458,19.6878],[-72.15485,19.68776],[-72.15472,19.68685],[-72.15431,19.68707],[-72.15463,19.68544],[-72.15301,19.68499],[-72.15086,19.68435],[-72.15045,19.68479],[-72.15078,19.68315],[-72.15223,19.6833],[-72.15282,19.68066],[-72.15186,19.68051],[-72.15191,19.68034],[-72.15227,19.68035],[-72.15238,19.67972],[-72.15328,19.67965],[-72.15333,19.67698],[-72.15308,19.67694],[-72.15348,19.67638],[-72.14878,19.67107],[-72.13664,19.67081],[-72.13557,19.67408],[-72.13573,19.68351],[-72.13679,19.68407],[-72.13695,19.68559],[-72.13778,19.685],[-72.13782,19.68727],[-72.13888,19.68767],[-72.13881,19.69013],[-72.13853,19.68949],[-72.13806,19.68964],[-72.13869,19.69232],[-72.13825,19.69276],[-72.13948,19.69737],[-72.14101,19.7],[-72.1437,19.70112],[-72.14851,19.70015],[-72.14772,19.70268],[-72.14874,19.7029],[-72.1616,19.70357],[-72.16578,19.698],[-72.165,19.69324],[-72.16223,19.68901],[-72.15474,19.6879]],[[-72.13106,19.67189],[-72.12598,19.67728],[-72.12554,19.67762],[-72.12169,19.67764],[-72.11497,19.6726],[-72.11527,19.66872],[-72.11982,19.66275],[-72.12278,19.66257],[-72.1249,19.6627],[-72.12858,19.66454],[-72.13081,19.66617],[-72.13167,19.66879],[-72.13156,19.671],[-72.13106,19.67189]],[[-71.84579,19.67098],[-71.84294,19.67595],[-71.841,19.67595],[-71.83802,19.67553],[-71.83787,19.6745],[-71.83905,19.67439],[-71.83901,19.67411],[-71.83984,19.67395],[-71.83891,19.67361],[-71.83802,19.67209],[-71.83801,19.67263],[-71.83767,19.67272],[-71.83763,19.67254],[-71.83544,19.67321],[-71.83533,19.673],[-71.83312,19.67346],[-71.83267,19.67168],[-71.83216,19.67209],[-71.83072,19.66949],[-71.8306,19.66976],[-71.83022,19.66989],[-71.82918,19.66721],[-71.82907,19.66721],[-71.82891,19.66679],[-71.82895,19.66662],[-71.82883,19.66635],[-71.82856,19.66648],[-71.82887,19.66725],[-71.82876,19.66741],[-71.8278,19.66782],[-71.82771,19.66786],[-71.82783,19.66796],[-71.82718,19.66812],[-71.82718,19.66809],[-71.82644,19.66839],[-71.82641,19.66832],[-71.8262,19.66843],[-71.82618,19.66836],[-71.82589,19.66842],[-71.82589,19.66866],[-71.82516,19.66875],[-71.82545,19.66916],[-71.82293,19.66957],[-71.82271,19.66967],[-71.82277,19.66976],[-71.82018,19.67099],[-71.81985,19.67045],[-71.8198,19.6706],[-71.81947,19.67076],[-71.81825,19.67134],[-71.81814,19.67114],[-71.81758,19.67143],[-71.81696,19.67077],[-71.81764,19.6719],[-71.81714,19.67204],[-71.81582,19.6718],[-71.81384,19.67119],[-71.81233,19.6707],[-71.81218,19.67043],[-71.81243,19.67015],[-71.81192,19.67001],[-71.81188,19.67058],[-71.81117,19.67035],[-71.80959,19.66985],[-71.8078,19.66928],[-71.8056,19.66861],[-71.80514,19.66689],[-71.80512,19.66523],[-71.80523,19.66198],[-71.80656,19.65239],[-71.80734,19.64829],[-71.80997,19.64683],[-71.81475,19.64545],[-71.81477,19.64556],[-71.815,19.64551],[-71.81495,19.64538],[-71.81599,19.64502],[-71.81589,19.64489],[-71.81659,19.64461],[-71.81901,19.6438],[-71.82115,19.64345],[-71.82216,19.64333],[-71.8269,19.64321],[-71.82805,19.64322],[-71.83045,19.64408],[-71.83064,19.64486],[-71.82953,19.64504],[-71.82961,19.64561],[-71.82994,19.64557],[-71.83037,19.64517],[-71.83047,19.64535],[-71.83081,19.6452],[-71.83102,19.64511],[-71.83125,19.64585],[-71.83111,19.64582],[-71.83137,19.64659],[-71.83289,19.64619],[-71.83446,19.64571],[-71.83447,19.64631],[-71.83422,19.64619],[-71.8342,19.64655],[-71.83467,19.6463],[-71.83491,19.64639],[-71.8348,19.64622],[-71.83544,19.64585],[-71.8355,19.6458],[-71.83647,19.64613],[-71.83764,19.64727],[-71.83791,19.64789],[-71.83905,19.6508],[-71.84569,19.66962],[-71.84579,19.67098]],[[-72.09888,18.54843],[-72.09907,18.54838],[-72.09991,18.54809],[-72.10234,18.54813],[-72.10252,18.54814],[-72.10229,18.54826],[-72.10229,18.54828],[-72.10256,18.54815],[-72.10272,18.54814],[-72.10343,18.54871],[-72.10354,18.5489],[-72.10352,18.54974],[-72.10349,18.54974],[-72.10351,18.55003],[-72.10285,18.55018],[-72.1029,18.55025],[-72.10287,18.55031],[-72.10352,18.55024],[-72.1035,18.55152],[-72.10338,18.55152],[-72.10308,18.55161],[-72.10348,18.55162],[-72.10342,18.55435],[-72.10243,18.5555],[-72.10149,18.55562],[-72.10062,18.55559],[-72.0979,18.55521],[-72.09688,18.55466],[-72.09652,18.55421],[-72.09661,18.55417],[-72.09651,18.55417],[-72.09654,18.55398],[-72.09644,18.55355],[-72.09628,18.55357],[-72.09621,18.5532],[-72.09599,18.55337],[-72.09564,18.55267],[-72.09556,18.55185],[-72.09685,18.55035],[-72.09729,18.55032],[-72.09699,18.5502],[-72.09888,18.54843]],[[-72.25425,18.56826],[-72.25603,18.57178],[-72.25579,18.5748],[-72.2535,18.57555],[-72.25228,18.57555],[-72.24999,18.57409],[-72.24739,18.56983],[-72.24601,18.56673],[-72.24585,18.56295],[-72.24794,18.56254],[-72.25015,18.5628],[-72.25192,18.56508],[-72.25425,18.56826]],[[-72.30315,18.53327],[-72.30313,18.53318],[-72.30483,18.53111],[-72.30974,18.53111],[-72.31643,18.53243],[-72.32341,18.53661],[-72.32614,18.53878],[-72.32619,18.54264],[-72.31705,18.55406],[-72.31309,18.55406],[-72.29875,18.54533],[-72.29886,18.54073],[-72.2963,18.54047],[-72.29546,18.53952],[-72.29619,18.53386],[-72.29719,18.53322],[-72.3007,18.53328],[-72.30227,18.53423],[-72.30285,18.53352],[-72.3031,18.53334],[-72.30318,18.5334],[-72.30358,18.53356],[-72.30308,18.53465],[-72.30371,18.53399],[-72.30453,18.53441],[-72.3044,18.53451],[-72.30627,18.53526],[-72.30631,18.53527],[-72.30612,18.53576],[-72.30612,18.53582],[-72.30637,18.53589],[-72.30627,18.53549],[-72.30667,18.53509],[-72.3062,18.53497],[-72.30589,18.53494],[-72.30554,18.53468],[-72.30549,18.53461],[-72.30556,18.53451],[-72.30467,18.53423],[-72.30476,18.53388],[-72.30433,18.53375],[-72.30426,18.53363],[-72.30315,18.53327]],[[-72.29814,18.4775],[-72.29357,18.49486],[-72.29222,18.49643],[-72.29317,18.49725],[-72.28923,18.50571],[-72.28781,18.5081],[-72.28505,18.51199],[-72.28402,18.51132],[-72.28086,18.51588],[-72.27732,18.5176],[-72.27235,18.51752],[-72.26627,18.51446],[-72.26659,18.50668],[-72.26926,18.50462],[-72.2662,18.50298],[-72.26882,18.49652],[-72.26915,18.49594],[-72.27027,18.49615],[-72.27027,18.4956],[-72.26907,18.49557],[-72.26929,18.49377],[-72.2737,18.486],[-72.27467,18.48504],[-72.27518,18.4834],[-72.27654,18.48134],[-72.27735,18.4815],[-72.2783,18.48097],[-72.27785,18.4807],[-72.2771,18.48012],[-72.279,18.47758],[-72.27972,18.47729],[-72.28064,18.47764],[-72.28137,18.47716],[-72.28084,18.47698],[-72.28128,18.47584],[-72.28232,18.47518],[-72.28516,18.4751],[-72.28499,18.47637],[-72.28544,18.47698],[-72.28628,18.47563],[-72.28693,18.47547],[-72.2866,18.47519],[-72.2866,18.475],[-72.29098,18.47473],[-72.29466,18.47494],[-72.29739,18.47684],[-72.29814,18.4775]],[[-72.34667,18.52224],[-72.34683,18.52443],[-72.34753,18.52776],[-72.34555,18.52911],[-72.34031,18.52922],[-72.33833,18.52803],[-72.3369,18.53012],[-72.33381,18.52967],[-72.32893,18.52708],[-72.32865,18.52533],[-72.32921,18.52327],[-72.33041,18.52205],[-72.33216,18.52218],[-72.33225,18.5192],[-72.33692,18.51836],[-72.3382,18.51847],[-72.33815,18.51818],[-72.3412,18.51779],[-72.34549,18.5172],[-72.34926,18.51728],[-72.35043,18.51889],[-72.35035,18.52061],[-72.34968,18.52204],[-72.34667,18.52224]],[[-72.33031,18.54865],[-72.34297,18.55081],[-72.34332,18.55306],[-72.34131,18.56143],[-72.33906,18.56136],[-72.33847,18.56383],[-72.33753,18.56543],[-72.33484,18.56506],[-72.33118,18.56383],[-72.33121,18.56162],[-72.32321,18.56069],[-72.32124,18.5596],[-72.3208,18.5587],[-72.32088,18.55788],[-72.32595,18.55803],[-72.32662,18.5582],[-72.32592,18.55775],[-72.3251,18.55738],[-72.32338,18.55226],[-72.3246,18.54785],[-72.3289,18.54837],[-72.32998,18.54895],[-72.33031,18.54865]],[[-72.32314,18.52698],[-72.32234,18.52807],[-72.32096,18.52797],[-72.32078,18.52713],[-72.32085,18.52537],[-72.32146,18.52496],[-72.32257,18.52489],[-72.32285,18.52533],[-72.32324,18.52648],[-72.32314,18.52698]],[[-72.21608,18.64578],[-72.21596,18.65538],[-72.20303,18.65583],[-72.19471,18.65534],[-72.19222,18.65456],[-72.19206,18.65213],[-72.19348,18.64776],[-72.20125,18.63852],[-72.20693,18.63882],[-72.2121,18.64241],[-72.21181,18.64306],[-72.21217,18.64269],[-72.2128,18.64276],[-72.21347,18.64313],[-72.21356,18.64375],[-72.21542,18.64439],[-72.21589,18.64503],[-72.21608,18.64578]],[[-72.28677,18.6482],[-72.2901,18.65274],[-72.28981,18.65365],[-72.29007,18.65427],[-72.29072,18.65377],[-72.29103,18.65447],[-72.29125,18.65422],[-72.29168,18.65589],[-72.29122,18.65661],[-72.29227,18.65597],[-72.29269,18.65675],[-72.29307,18.65673],[-72.29413,18.65818],[-72.29602,18.66084],[-72.29597,18.66191],[-72.29329,18.66457],[-72.29067,18.666],[-72.28959,18.66613],[-72.28959,18.66657],[-72.2877,18.66647],[-72.28758,18.66766],[-72.28312,18.66972],[-72.27965,18.66965],[-72.27843,18.66908],[-72.2784,18.66877],[-72.27774,18.66917],[-72.27744,18.66914],[-72.27701,18.66832],[-72.27656,18.66811],[-72.27654,18.66806],[-72.27523,18.66852],[-72.27493,18.66746],[-72.27464,18.66743],[-72.27347,18.66821],[-72.27323,18.66827],[-72.27268,18.66716],[-72.27191,18.66743],[-72.27188,18.66734],[-72.26881,18.66819],[-72.26883,18.66718],[-72.26908,18.66682],[-72.26881,18.66679],[-72.26811,18.66707],[-72.26763,18.66738],[-72.26756,18.66669],[-72.26686,18.66695],[-72.26559,18.66736],[-72.26545,18.66701],[-72.26475,18.66741],[-72.26299,18.66819],[-72.26285,18.66818],[-72.26265,18.66761],[-72.2623,18.66771],[-72.26248,18.66792],[-72.26248,18.66823],[-72.26231,18.66826],[-72.2621,18.66797],[-72.26228,18.66892],[-72.26015,18.6689],[-72.25427,18.66879],[-72.25054,18.66835],[-72.25044,18.66954],[-72.24779,18.66989],[-72.24152,18.66979],[-72.24142,18.67419],[-72.23892,18.67398],[-72.23872,18.67346],[-72.23837,18.67331],[-72.2387,18.67395],[-72.23755,18.6739],[-72.23742,18.67351],[-72.23774,18.67334],[-72.23751,18.67326],[-72.23684,18.67349],[-72.23644,18.67241],[-72.23551,18.6726],[-72.2354,18.67242],[-72.2353,18.6729],[-72.23455,18.67269],[-72.23431,18.67246],[-72.23424,18.67347],[-72.23341,18.67346],[-72.23329,18.6733],[-72.23274,18.67329],[-72.23271,18.6735],[-72.2277,18.67253],[-72.22653,18.67165],[-72.2268,18.67157],[-72.2275,18.67159],[-72.22749,18.67145],[-72.22729,18.67146],[-72.22728,18.6713],[-72.22721,18.67136],[-72.22618,18.67137],[-72.2256,18.67088],[-72.22551,18.66945],[-72.22611,18.66969],[-72.22618,18.66959],[-72.22598,18.66955],[-72.22578,18.66914],[-72.22533,18.66946],[-72.22497,18.66947],[-72.22458,18.66788],[-72.22355,18.6677],[-72.22359,18.66759],[-72.22246,18.66763],[-72.22237,18.66702],[-72.22233,18.66709],[-72.22192,18.66703],[-72.22081,18.6669],[-72.22081,18.66653],[-72.22087,18.66636],[-72.2206,18.66681],[-72.22039,18.66664],[-72.21843,18.66505],[-72.21829,18.6641],[-72.21835,18.66084],[-72.21872,18.66065],[-72.21869,18.6606],[-72.21873,18.66045],[-72.21898,18.66032],[-72.21878,18.6602],[-72.2187,18.66024],[-72.21858,18.66004],[-72.21861,18.66],[-72.21878,18.66013],[-72.219,18.66002],[-72.21891,18.65991],[-72.21897,18.65979],[-72.21838,18.65958],[-72.21847,18.65397],[-72.2201,18.65116],[-72.2258,18.64695],[-72.2283,18.64573],[-72.23793,18.64586],[-72.23776,18.6447],[-72.24004,18.64325],[-72.2456,18.64335],[-72.24827,18.64504],[-72.24875,18.64367],[-72.25111,18.64298],[-72.25124,18.64334],[-72.25126,18.64316],[-72.25148,18.64314],[-72.25133,18.64297],[-72.25336,18.64235],[-72.25352,18.64268],[-72.25395,18.64254],[-72.25415,18.64293],[-72.25439,18.64287],[-72.25438,18.64275],[-72.25642,18.64232],[-72.25669,18.64314],[-72.25688,18.64286],[-72.25682,18.64253],[-72.25884,18.6421],[-72.25889,18.64225],[-72.25926,18.64223],[-72.25965,18.64241],[-72.25922,18.64069],[-72.25995,18.64048],[-72.26012,18.64063],[-72.26012,18.63994],[-72.26153,18.63947],[-72.26261,18.6391],[-72.26545,18.63873],[-72.27194,18.63868],[-72.2722,18.63886],[-72.27303,18.63942],[-72.27317,18.64126],[-72.27387,18.64103],[-72.27422,18.64161],[-72.27522,18.6417],[-72.27545,18.64157],[-72.27555,18.64169],[-72.27554,18.64175],[-72.27647,18.64186],[-72.27675,18.6419],[-72.2763,18.6426],[-72.27742,18.643],[-72.27798,18.64272],[-72.27858,18.64313],[-72.27857,18.64323],[-72.2789,18.64335],[-72.27985,18.64397],[-72.28587,18.64697],[-72.28677,18.6482]],[[-72.55572,18.53059],[-72.55559,18.5367],[-72.555,18.53797],[-72.5488,18.53792],[-72.54866,18.53728],[-72.54884,18.53063],[-72.54937,18.5301],[-72.55513,18.53012],[-72.55572,18.53059]],[[-72.62353,18.50799],[-72.62344,18.50952],[-72.62261,18.51043],[-72.62049,18.51185],[-72.61834,18.51075],[-72.61622,18.50832],[-72.61626,18.50647],[-72.61866,18.50444],[-72.6204,18.5045],[-72.62283,18.507],[-72.62353,18.50799]]]},{id:"osmim-imagicode-S2A_R119_N09_20160327T050917",name:"imagico.de: Adams Bridge",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R119_N09_20160327T050917&z={zoom}&x={x}&y={-y}",endDate:"2016-03-27T00:00:00.000Z",startDate:"2016-03-27T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[79.01779,8.82757],[79.01402,9.64678],[80.17642,9.65042],[80.17728,8.8313],[79.01779,8.82757]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Supplementing incomplete coverage in other sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80700162014211LGN00",name:"imagico.de: Alaska Range",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80700162014211LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-07-31T00:00:00.000Z",startDate:"2014-07-31T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[-152.70873,62.30357],[-152.70839,62.58153],[-152.00835,63.54646],[-148.99432,63.5333],[-148.99432,62.30357],[-152.70873,62.30357]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent summer image of the Alaska Range for mapping natural features (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-aral2",name:"imagico.de: Aral Sea (high water level)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=aral2&z={zoom}&x={x}&y={-y}",endDate:"2016-03-03T00:00:00.000Z",startDate:"2016-03-03T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[58.049,43.2623],[58.049,46.7189],[58.1014,46.8645],[61.5524,46.8629],[61.5524,46.3896],[61.4675,45.3416],[60.6317,43.2623],[58.049,43.2623]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Water and wetland extents, dams etc. - some remaining winter ice in the north (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-aral1",name:"imagico.de: Aral Sea (low water level)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=aral1&z={zoom}&x={x}&y={-y}",endDate:"2016-09-09T00:00:00.000Z",startDate:"2016-09-09T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[58.049,43.2623],[58.049,46.7334],[58.096,46.8645],[61.5524,46.8629],[61.5524,46.3896],[61.4685,45.3544],[60.6267,43.2623],[58.049,43.2623]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Water and wetland extents, dams etc. (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R067_S40_20170417T140051",name:"imagico.de: Bahía Blanca (high tide)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R067_S40_20170417T140051&z={zoom}&x={x}&y={-y}",endDate:"2017-04-17T00:00:00.000Z",startDate:"2017-04-17T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-62.9988,-40.7327],[-62.9988,-37.9476],[-61.7505,-37.9474],[-61.7501,-40.7322],[-62.9988,-40.7327]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Tidal flats and islands at the coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R067_S40_20170127T140051",name:"imagico.de: Bahía Blanca (low tide)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R067_S40_20170127T140051&z={zoom}&x={x}&y={-y}",endDate:"2017-01-27T00:00:00.000Z",startDate:"2017-01-27T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-62.9988,-40.7327],[-62.9988,-37.9476],[-61.7505,-37.9474],[-61.7501,-40.7322],[-62.9988,-40.7327]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Tidal flats and islands at the coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81190582014075LGN00",name:"imagico.de: Bakun Reservoir",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81190582014075LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-03-16T00:00:00.000Z",startDate:"2014-03-16T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[114.36,2.02846],[113.53448,2.03],[113.53619,3.07077],[114.76512,3.06751],[114.76254,2.08816],[114.36,2.02846]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in older pre-2011 images (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81250592016107LGN00",name:"imagico.de: Batam",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81250592016107LGN00&z={zoom}&x={x}&y={-y}",endDate:"2016-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[104.00155,-0.00008],[104.00137,1.45099],[104.91015,1.45116],[104.91015,-0.00008],[104.00155,-0.00008]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing Islands in OSM (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80770232017156LGN00",name:"imagico.de: Bogoslof Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80770232017156LGN00&z={zoom}&x={x}&y={-y}",endDate:"2017-06-05T00:00:00.000Z",startDate:"2017-06-05T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-168.2544,53.8749],[-168.2544,54.0213],[-167.8591,54.0213],[-167.8591,53.8749],[-168.2544,53.8749]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image from after the eruption (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81800982013291LGN00",name:"imagico.de: Bouvet Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81800982013291LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-10-18T00:00:00.000Z",startDate:"2013-10-18T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[3.24653,-54.47047],[3.24653,-54.37539],[3.46385,-54.37539],[3.46385,-54.47047],[3.24653,-54.47047]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",best:true,description:"For more accurate coastline and glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R017_S67_20170223T022551",name:"imagico.de: Bunger Hills",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R017_S67_20170223T022551&z={zoom}&x={x}&y={-y}",endDate:"2017-02-23T00:00:00.000Z",startDate:"2017-02-23T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[96.1197,-67.6542],[96.1201,-67.1899],[98.7331,-65.044],[105.1028,-65.044],[105.1028,-65.7224],[103.3017,-67.6542],[96.1197,-67.6542]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Largest ice free area at the East Antarctic coast - shows considerable amounts of non-permanent ice. (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R065_N47_20160929T102022",name:"imagico.de: Central Alps in late September 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R065_N47_20160929T102022&z={zoom}&x={x}&y={-y}",endDate:"2016-09-29T00:00:00.000Z",startDate:"2016-09-29T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[10.55906,45.95485],[7.47396,45.95533],[7.55585,46.2708],[8.0547,47.66469],[11.75245,47.66481],[11.75245,46.81334],[11.38424,45.95509],[10.55906,45.95485]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping - beware of some fresh snow at higher altitudes (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82050982015344LGN00",name:"imagico.de: Clerke Rocks",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82050982015344LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-12-10T00:00:00.000Z",startDate:"2015-12-10T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-34.17701,-55.29693],[-35.19599,-55.28285],[-35.16664,-54.72097],[-34.12517,-54.73465],[-34.1401,-55.29693],[-34.17701,-55.29693]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R086_N60_20160831T213532",name:"imagico.de: Cook Inlet",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R086_N60_20160831T213532&z={zoom}&x={x}&y={-y}",endDate:"2016-08-31T00:00:00.000Z",startDate:"2016-08-31T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-154.5102,59.4577],[-154.5097,60.6888],[-153.5403,62.1718],[-148.0423,62.1718],[-148.0445,61.5342],[-149.7291,59.4584],[-154.5102,59.4577]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Tidal flats and glaciers in surrounding mountains (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-EO1A0040712016264110KF",name:"imagico.de: Coropuna",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=EO1A0040712016264110KF&z={zoom}&x={x}&y={-y}",endDate:"2016-09-21T00:00:00.000Z",startDate:"2016-09-21T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-72.75945,-15.68684],[-72.75945,-15.4957],[-72.74434,-15.4263],[-72.41286,-15.4263],[-72.41286,-15.65296],[-72.42411,-15.68667],[-72.75945,-15.68684]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R022_N06_20151221T103009",name:"imagico.de: Cotonou",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R022_N06_20151221T103009&z={zoom}&x={x}&y={-y}",endDate:"2015-12-21T00:00:00.000Z",startDate:"2015-12-21T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[1.83975,6.2578],[1.83975,7.11427],[2.5494,7.11427],[2.5494,6.48905],[2.49781,6.25806],[1.83975,6.2578]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Patchy and partly cloudy coverage in usual sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R040_N01_20160311T164128",name:"imagico.de: Darwin and Wolf islands, Galapagos",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R040_N01_20160311T164128&z={zoom}&x={x}&y={-y}",endDate:"2016-03-11T00:00:00.000Z",startDate:"2016-03-11T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-92.05216,1.3213],[-92.05216,1.72181],[-91.74849,1.72181],[-91.74849,1.3213],[-92.05216,1.3213]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image, only old and poor images in other sources currently (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80360072014245LGN00",name:"imagico.de: Eastern Devon Island coast",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80360072014245LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-09-02T00:00:00.000Z",startDate:"2014-09-02T00:00:00.000Z",zoomExtent:[0,11],polygon:[[[-84.34799,74.38946],[-84.34799,75.8903],[-79.14871,75.8903],[-79.14871,74.38946],[-84.34799,74.38946]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Coastline mostly mapped meanwhile (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82160152013239LGN00",name:"imagico.de: Eastern Iceland",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82160152013239LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-08-27T00:00:00.000Z",startDate:"2013-08-27T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[-13.04701,64.21109],[-15.16496,64.22408],[-15.16805,64.81573],[-13.04357,64.8036],[-13.04701,64.21109]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing islets and inaccurate coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-AST_L1T_00302052007154424_20150518041444_91492",name:"imagico.de: El Altar",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=AST_L1T_00302052007154424_20150518041444_91492&z={zoom}&x={x}&y={-y}",endDate:"2012-02-05T00:00:00.000Z",startDate:"2012-02-05T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-78.532,-1.80509],[-78.532,-1.60811],[-78.33562,-1.60811],[-78.33562,-1.80509],[-78.532,-1.80509]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"2007 ASTER image offering better glacier coverage than common sources (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R009_S61_20160109",name:"imagico.de: Elephant Island/Clarence Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R009_S61_20160109&z={zoom}&x={x}&y={-y}",endDate:"2016-01-09T00:00:00.000Z",startDate:"2016-01-09T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-56.13476,-61.63472],[-56.13476,-61.19936],[-55.83264,-60.84015],[-53.72343,-60.83982],[-53.72343,-61.63472],[-56.13476,-61.63472]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Fairly clear up-to-date image for updating glacier edges (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-enderby",name:"imagico.de: Enderby Land and Kemp Coast",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=enderby&z={zoom}&x={x}&y={-y}",endDate:"2017-03-27T00:00:00.000Z",startDate:"2017-01-25T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[45.4547,-68.5091],[45.4547,-67.5724],[49.7155,-65.7176],[59.2693,-65.7176],[67.3735,-67.3449],[67.3735,-68.2581],[67.088,-68.5091],[45.4547,-68.5091]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Sentinel-2 images of Enderby Land and Kemp Coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82100502015347LGN00",name:"imagico.de: Fogo, Cape Verde",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82100502015347LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-12-13T00:00:00.000Z",startDate:"2015-12-13T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-24.75878,14.74814],[-24.75878,15.09249],[-24.26706,15.09249],[-24.26706,14.74814],[-24.75878,14.74814]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Image from after the 2014/2015 eruption (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-greenland",name:"imagico.de: Greenland mosaic",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=greenland&z={zoom}&x={x}&y={-y}",endDate:"2015-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[-43.9774,59.7171],[-44.545,59.7302],[-44.9203,59.7672],[-45.3587,59.8218],[-45.763,59.8848],[-46.0859,59.9827],[-46.3381,60.119],[-46.577,60.2652],[-46.8114,60.4418],[-47.2635,60.5314],[-47.6937,60.5549],[-48.1457,60.6192],[-48.5771,60.7015],[-48.8689,60.8506],[-49.0578,61.0555],[-49.396,61.2957],[-49.7601,61.4934],[-50.2064,61.7324],[-50.4699,61.9539],[-50.8647,62.1596],[-51.0631,62.3869],[-51.2121,62.6001],[-51.3005,62.8389],[-51.4238,62.9979],[-51.6767,63.1944],[-51.9465,63.4079],[-52.0253,63.6377],[-52.2255,63.8378],[-52.3658,64.0705],[-52.4829,64.3792],[-52.4988,64.6788],[-52.789,64.9063],[-53.2046,65.1321],[-53.6649,65.4753],[-53.9977,65.8019],[-54.1348,66.1568],[-54.1441,66.5235],[-54.2285,66.8319],[-54.4519,67.303],[-54.5141,67.7648],[-54.604,68.2021],[-54.568,68.5698],[-54.598,68.8347],[-54.7606,69.1207],[-55.0028,69.4125],[-55.2735,69.6187],[-55.3808,69.8283],[-55.3945,70.0838],[-55.3094,70.2573],[-55.4307,70.479],[-55.5501,70.6707],[-55.7654,70.861],[-56.2489,71.2343],[-56.5018,71.5429],[-56.5867,71.9015],[-56.5189,72.2355],[-56.5085,72.5258],[-56.8923,72.8144],[-57.4027,73.1054],[-57.8066,73.4566],[-58.1461,73.7696],[-58.3554,74.0972],[-58.5125,74.3783],[-58.7336,74.6328],[-59.3551,74.8869],[-60.1412,75.102],[-61.0067,75.2763],[-61.911,75.3886],[-62.4706,75.5595],[-62.9776,75.7454],[-64.1463,75.779],[-65.4481,75.7235],[-66.7068,75.6792],[-67.8379,75.6525],[-69.0456,75.6195],[-70.055,75.5344],[-71.0898,75.4705],[-72.1119,75.4476],[-74.2311,76.4102],[-74.5601,76.5328],[-74.5601,82.6959],[-14.4462,82.6959],[-14.3994,82.5997],[-13.5339,82.4379],[-12.0312,82.3426],[-10.7796,82.3196],[-10.7796,80.1902],[-11.2123,80.069],[-11.136,79.8103],[-10.7796,79.5176],[-10.7796,79.0441],[-11.2626,78.7128],[-12.2579,78.3558],[-13.2398,78.1272],[-13.7649,77.9279],[-14.1169,77.6779],[-14.7129,77.5278],[-15.5507,77.3655],[-16.0936,77.0771],[-16.0586,76.5548],[-15.838,75.9611],[-15.6879,75.4726],[-16.253,75.058],[-17.0427,74.6425],[-18.3155,74.2702],[-19.4463,73.9378],[-19.8329,73.632],[-20.2938,73.3524],[-20.7831,73.0446],[-21.01,72.6766],[-20.8774,72.2926],[-20.7672,71.8726],[-20.7765,71.4304],[-20.9411,70.9802],[-21.219,70.6126],[-21.5326,70.3001],[-21.8039,70.0911],[-22.166,69.8947],[-22.4831,69.7539],[-22.9027,69.6585],[-23.3545,69.544],[-23.9177,69.4036],[-24.1794,69.3088],[-24.6745,69.1084],[-25.1222,68.9555],[-25.6659,68.7995],[-26.0994,68.583],[-26.6316,68.4043],[-27.7638,68.2813],[-28.4575,68.0023],[-29.353,67.8135],[-30.6456,67.4911],[-31.7673,67.0005],[-32.9783,66.2596],[-33.9313,66.0156],[-34.8956,65.7403],[-35.5914,65.5208],[-36.1483,65.372],[-36.7532,65.2559],[-37.1858,65.1349],[-37.6032,64.9727],[-38.0624,64.4901],[-38.5304,64.1244],[-39.0545,63.7213],[-39.3131,63.4405],[-39.5739,62.7506],[-39.9532,62.2739],[-40.2757,61.8547],[-40.714,61.3365],[-41.2091,60.8495],[-41.821,60.5526],[-42.4368,60.3264],[-42.8643,60.0299],[-43.1131,59.9147],[-43.3282,59.83],[-43.5459,59.7695],[-43.797,59.7284],[-43.9774,59.7171]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Landsat mosaic of Greenland (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R047_S54_20160411T044330",name:"imagico.de: Heard Island coast",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R047_S54_20160411T044330&z={zoom}&x={x}&y={-y}",endDate:"2016-04-12T00:00:00.000Z",startDate:"2016-04-12T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[73.06897,-53.27059],[73.06897,-52.87549],[73.67338,-52.87673],[74.08863,-52.9495],[74.08863,-53.27059],[73.06897,-53.27059]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image of Heard island with interior mostly cloud covered but mostly well visible coast (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82280982013259LGN00",name:"imagico.de: Isla Londonderry",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82280982013259LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-09-16T00:00:00.000Z",startDate:"2013-09-16T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[-69.8568,-55.55949],[-72.26521,-55.14943],[-72.26521,-54.51089],[-72.08531,-54.17909],[-69.49116,-54.17889],[-69.4915,-55.28379],[-69.62231,-55.5591],[-69.8568,-55.55949]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"A lot of very coarse coastlines could be improved here, much snow cover though so no use for glacier mapping (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_kangerlussuaq_20151008",name:"imagico.de: Kangerlussuaq Autumn",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_kangerlussuaq_20151008&z={zoom}&x={x}&y={-y}",endDate:"2015-10-08T00:00:00.000Z",startDate:"2015-10-08T00:00:00.000Z",zoomExtent:[0,17],polygon:[[[-50.6992,66.9888],[-50.721,67.0017],[-50.7341,67.0125],[-50.7396,67.0193],[-50.7396,67.0212],[-50.7158,67.0265],[-50.7017,67.0265],[-50.6829,67.0176],[-50.6686,67.0077],[-50.6638,66.998],[-50.6642,66.9946],[-50.6891,66.9888],[-50.6992,66.9888]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS image of the airport and settlement - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_kangerlussuaq_20160518",name:"imagico.de: Kangerlussuaq Spring",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_kangerlussuaq_20160518&z={zoom}&x={x}&y={-y}",endDate:"2016-05-18T00:00:00.000Z",startDate:"2016-05-18T00:00:00.000Z",zoomExtent:[0,18],polygon:[[[-50.7519,66.9996],[-50.7555,67.0023],[-50.7555,67.0033],[-50.6395,67.0297],[-50.6162,67.0339],[-50.6097,67.0281],[-50.6331,67.022],[-50.7323,66.9996],[-50.7519,66.9996]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS image of the airport and roads - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R021_N44_20160807T083013",name:"imagico.de: Kerch Strait",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R021_N44_20160807T083013&z={zoom}&x={x}&y={-y}",endDate:"2016-08-07T00:00:00.000Z",startDate:"2016-08-07T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[35.93259,44.96237],[35.93259,45.55926],[37.36991,45.55926],[37.36991,44.96237],[35.93259,44.96237]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"State of bridge construction in August 2016 (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R021_N44_20180429T082601",name:"imagico.de: Kerch Strait 2018",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R021_N44_20180429T082601&z={zoom}&x={x}&y={-y}",endDate:"2018-04-29T00:00:00.000Z",startDate:"2018-04-29T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[35.8787,45.0348],[35.8787,45.6095],[36.9208,45.6095],[36.9208,45.0348],[35.8787,45.0348]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Bridge and surrounding after completion in April 2018 (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ls_polar2",name:"imagico.de: Landsat off-nadir July 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ls_polar2&z={zoom}&x={x}&y={-y}",endDate:"2016-07-17T00:00:00.000Z",startDate:"2016-07-17T00:00:00.000Z",zoomExtent:[0,10],polygon:[[[-79.05175,81.91484],[-79.05175,83.43339],[-73.6039,83.80225],[-26.42449,83.80225],[-21.493,83.50352],[-16.88835,83.15095],[-16.88835,81.91484],[-79.05175,81.91484]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Latest images north of the regular Landsat limit (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-larsen_2018",name:"imagico.de: Larsen C ice shelf after calving",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=larsen_2018&z={zoom}&x={x}&y={-y}",endDate:"2018-01-06T00:00:00.000Z",startDate:"2018-01-06T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[-62.7282,-68.9652],[-64.0489,-68.7318],[-64.0486,-68.5373],[-60.8845,-65.9399],[-59.9187,-65.9389],[-59.1088,-66.0775],[-59.1088,-68.8359],[-59.2544,-68.9652],[-62.7282,-68.9652]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"For updating the ice edge after the 2017 iceberg calving (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-AST_L1T_00311162013112731_20150618142416_109190",name:"imagico.de: Leskov Island ASTER",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=AST_L1T_00311162013112731_20150618142416_109190&z={zoom}&x={x}&y={-y}",endDate:"2013-11-16T00:00:00.000Z",startDate:"2013-11-16T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-28.21075,-56.72108],[-28.21075,-56.62498],[-27.96956,-56.62498],[-27.96956,-56.72108],[-28.21075,-56.72108]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81991002015286LGN00",name:"imagico.de: Leskov Island Landsat",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81991002015286LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-10-13T00:00:00.000Z",startDate:"2015-10-13T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-27.99293,-56.73479],[-28.22776,-56.73262],[-28.22416,-56.60075],[-27.96975,-56.60283],[-27.97319,-56.73479],[-27.99293,-56.73479]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2B_R005_S69_20180222T061749",name:"imagico.de: Lützow-Holm Bay",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2B_R005_S69_20180222T061749&z={zoom}&x={x}&y={-y}",endDate:"2018-02-22T00:00:00.000Z",startDate:"2018-02-22T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[35.124,-70.3693],[35.1241,-69.2795],[36.3864,-68.4765],[42.2208,-68.4762],[42.2208,-70.3651],[35.124,-70.3693]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date late season image or an area poorly mapped in OSM at the moment - lots of sea ice, be careful with distinguishing sea ice from ice shelves and floating glacier tongues. (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ls_polar",name:"imagico.de: May 2013 off-nadir Landsat",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ls_polar&z={zoom}&x={x}&y={-y}",endDate:"2013-05-17T00:00:00.000Z",startDate:"2013-05-17T00:00:00.000Z",zoomExtent:[0,10],polygon:[[[-85.76109,81.39333],[-89.83016,82.14952],[-89.83153,82.24405],[-84.99342,82.73099],[-79.95207,83.13108],[-74.55641,83.46267],[-69.35851,83.70451],[-28.20784,83.70451],[-23.06624,83.46532],[-17.96584,83.15518],[-17.96721,82.72386],[-22.78197,81.4419],[-85.76109,81.39333]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"First available image north of the regular Landsat limit, mostly with seasonal snow cover so difficult to interpret (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R042_S78_20170214T202521",name:"imagico.de: McMurdo Sound and Dry Valleys",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R042_S78_20170214T202521&z={zoom}&x={x}&y={-y}",endDate:"2017-02-14T00:00:00.000Z",startDate:"2017-02-14T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[162.9125,-78.4514],[162.6595,-78.4257],[159.2712,-77.6013],[159.2712,-77.4108],[164.157,-76.477],[169.7813,-76.4764],[169.7813,-78.4514],[162.9125,-78.4514]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date late season image - not ice minimum, be careful with distinguishing sea ice from ice shelves. (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R092_S02_20160613T075613",name:"imagico.de: Mount Kenya 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R092_S02_20160613T075613&z={zoom}&x={x}&y={-y}",endDate:"2016-06-13T00:00:00.000Z",startDate:"2016-06-13T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[37.20666,-0.26685],[37.20666,-0.01193],[37.56552,-0.01193],[37.56552,-0.26685],[37.20666,-0.26685]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R092_S05_20160802T075556",name:"imagico.de: Mount Kilimanjaro 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R092_S05_20160802T075556&z={zoom}&x={x}&y={-y}",endDate:"2016-08-02T00:00:00.000Z",startDate:"2016-08-02T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[37.24769,-3.22921],[37.24769,-2.96816],[37.61581,-2.96816],[37.61581,-3.22921],[37.24769,-3.22921]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80940622015159LGN00",name:"imagico.de: New Ireland",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80940622015159LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-06-08T00:00:00.000Z",startDate:"2015-06-08T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[150.38853,-2.80053],[150.38853,-2.3834],[150.83348,-2.3834],[150.83348,-2.80053],[150.38853,-2.80053]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Many missing islands in OSM (mostly mapped meanwhile) (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-northsea_s2_2016",name:"imagico.de: North Sea Coast 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2016&z={zoom}&x={x}&y={-y}",endDate:"2016-09-25T00:00:00.000Z",startDate:"2016-09-25T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[5.1562,52.8755],[5.1615,53.0325],[6.4155,55.7379],[9.8813,55.7459],[9.8813,53.2428],[9.6846,52.8877],[5.1562,52.8755]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-northsea_s2_2017",name:"imagico.de: North Sea Coast 2017",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2017&z={zoom}&x={x}&y={-y}",endDate:"2017-06-02T00:00:00.000Z",startDate:"2017-06-02T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[5.1713,53.0918],[6.477,55.8973],[9.8813,55.8973],[9.8813,53.2761],[9.7789,53.0918],[5.1713,53.0918]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-northsea_s2_2018",name:"imagico.de: North Sea Coast spring 2018",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=northsea_s2_2018&z={zoom}&x={x}&y={-y}",endDate:"2018-05-08T00:00:00.000Z",startDate:"2018-05-08T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[5.3179,53.0918],[5.322,53.4418],[6.7023,56.3572],[9.8813,56.3578],[9.8813,53.2819],[9.7758,53.0921],[5.3179,53.0918]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-caspian_2018",name:"imagico.de: Northeast Caspian Sea 2018",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=caspian_2018&z={zoom}&x={x}&y={-y}",endDate:"2018-05-16T00:00:00.000Z",startDate:"2018-05-16T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[51.0243,45.0729],[51.0243,46.569],[52.4259,46.5687],[53.6471,46.3177],[53.6474,45.0729],[51.0243,45.0729]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Coastal contruction and Kashagan oil field in Kazakhstan in May 2018 (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ural_s2_2016",name:"imagico.de: Northern and Polar Ural mountains August 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ural_s2_2016&z={zoom}&x={x}&y={-y}",endDate:"2016-08-12T00:00:00.000Z",startDate:"2016-08-12T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[59.19898,64.89205],[59.19898,66.91656],[60.73329,68.44289],[67.73295,68.44327],[67.73295,67.74883],[64.21647,64.91957],[59.19898,64.89205]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date late summer imagery with few clouds - caution: not all visible snow is glaciers (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ndvina",name:"imagico.de: Northern Dvina delta at low tide",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ndvina&z={zoom}&x={x}&y={-y}",endDate:"2015-09-13T00:00:00.000Z",startDate:"2015-09-13T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[37.7291,64.1971],[37.7291,65.1161],[37.8592,65.2705],[41.3223,65.2705],[41.3223,64.3142],[41.2114,64.1973],[37.7291,64.1971]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Beaches, tidal flats and other costal forms (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-nellesmere_ast",name:"imagico.de: Northern Ellesmere Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=nellesmere_ast&z={zoom}&x={x}&y={-y}",endDate:"2012-07-09T00:00:00.000Z",startDate:"2012-07-09T00:00:00.000Z",zoomExtent:[0,10],polygon:[[[-81.62923,82.4597],[-83.03136,82.47986],[-83.03136,83.05876],[-72.80309,83.09567],[-65.65786,83.03232],[-65.81167,82.4597],[-81.62923,82.4597]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Assembled from July 2012 ASTER imagery (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-nellesmere_ast_2016",name:"imagico.de: Northern Ellesmere Island July 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=nellesmere_ast_2016&z={zoom}&x={x}&y={-y}",endDate:"2012-07-15T00:00:00.000Z",startDate:"2012-07-08T00:00:00.000Z",zoomExtent:[0,10],polygon:[[[-78.89729,82.17577],[-82.64501,82.19426],[-82.64501,83.08067],[-66.58986,83.08497],[-63.78011,82.98908],[-63.78011,82.72198],[-65.0092,82.17577],[-78.89729,82.17577]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Assembled from July 2016 ASTER imagery (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81960222015233LGN00vis",name:"imagico.de: Northern German west coast tidalflats",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81960222015233LGN00vis&z={zoom}&x={x}&y={-y}",endDate:"2015-08-21T00:00:00.000Z",startDate:"2015-08-21T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[7.63568,53.28027],[7.63568,53.6677],[8.49433,55.50246],[9.20775,55.48106],[9.20775,53.28027],[7.63568,53.28027]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81960222015233LGN00ir",name:"imagico.de: Northern German west coast tidalflats (infrared)",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81960222015233LGN00ir&z={zoom}&x={x}&y={-y}",endDate:"2015-08-21T00:00:00.000Z",startDate:"2015-08-21T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[7.63568,53.28027],[7.63568,53.66811],[8.49433,55.50246],[9.20775,55.48106],[9.20775,53.28027],[7.63568,53.28027]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date low tide imagery of the coast for updating mapping of tidalflats and shoals (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-ngreenland_ast",name:"imagico.de: Northern Greenland ASTER",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=ngreenland_ast&z={zoom}&x={x}&y={-y}",endDate:"2012-08-13T00:00:00.000Z",startDate:"2005-06-21T00:00:00.000Z",zoomExtent:[0,10],polygon:[[[-52.49222,82.48972],[-52.49222,82.94295],[-49.28696,83.47312],[-44.5285,83.73214],[-29.5253,83.73214],[-25.26398,83.58271],[-21.18393,83.39776],[-21.18393,82.74312],[-23.40454,82.48972],[-52.49222,82.48972]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Assembled from mostly 2012 ASTER imagery, some 2005 images mainly in the northeast (true color with estimated blue)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-EO1A1350972013086110KF",name:"imagico.de: Northwest Heard Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=EO1A1350972013086110KF&z={zoom}&x={x}&y={-y}",endDate:"2013-03-13T00:00:00.000Z",startDate:"2013-03-13T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[73.2279,-53.20333],[73.2279,-53.01073],[73.25949,-52.94944],[73.78992,-52.94944],[73.78992,-53.06048],[73.71783,-53.20333],[73.2279,-53.20333]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Glaciers of Northwest Heard Island (mapped meanwhile) (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R111_N09_20160604T154554",name:"imagico.de: Panama Canal",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R111_N09_20160604T154554&z={zoom}&x={x}&y={-y}",endDate:"2016-06-07T00:00:00.000Z",startDate:"2016-06-07T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-80.01654,8.84898],[-80.01654,9.41481],[-79.46859,9.41481],[-79.46859,8.84898],[-80.01654,8.84898]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Images of the new locks (but partly cloudy) (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-EO1A0120532016364110KF",name:"imagico.de: Panama Canal - Pacific side",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=EO1A0120532016364110KF&z={zoom}&x={x}&y={-y}",endDate:"2016-12-30T00:00:00.000Z",startDate:"2016-12-30T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-79.62539,8.77083],[-79.68684,8.82197],[-79.68667,8.93705],[-79.65363,9.09294],[-79.26816,9.09294],[-79.32833,8.77083],[-79.62539,8.77083]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"New locks with less clouds than in the Sentinel-2 image - make sure to check image alignment (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R078_N68_20160930T081002",name:"imagico.de: Pechora Sea Coast",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R078_N68_20160930T081002&z={zoom}&x={x}&y={-y}",endDate:"2016-09-30T00:00:00.000Z",startDate:"2016-09-30T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[53.1802,67.5344],[53.1821,68.414],[54.2107,69.3367],[55.3584,70.2786],[59.004,70.2786],[60.6947,69.977],[61.9837,69.7161],[61.9823,68.9395],[59.9153,67.5344],[53.1802,67.5344]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Sentinel-2 image of the Pechora Sea coast in autumn 2016 (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81511242016033LGN00",name:"imagico.de: Pensacola Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81511242016033LGN00&z={zoom}&x={x}&y={-y}",endDate:"2016-02-02T00:00:00.000Z",startDate:"2016-02-02T00:00:00.000Z",zoomExtent:[0,10],polygon:[[[-53.20922,-84.12525],[-60.61538,-83.78609],[-60.61538,-82.29969],[-48.72405,-82.29987],[-44.52178,-82.43683],[-44.51354,-84.12525],[-53.20922,-84.12525]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Outside regular Landsat coverage and therefore not in LIMA and Bing/Mapbox (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R136_N41_20150831T093006",name:"imagico.de: Prokletije Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R136_N41_20150831T093006&z={zoom}&x={x}&y={-y}",endDate:"2015-08-31T00:00:00.000Z",startDate:"2015-08-31T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[19.11233,42.15316],[19.08426,43.08074],[20.63299,43.09603],[20.63788,42.16779],[19.11233,42.15316]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Late summer imagery where usual sources are severely limited by clouds and snow (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-DMS_1142622_03746_20110415_17533956",name:"imagico.de: Qasigiannguit",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=DMS_1142622_03746_20110415_17533956&z={zoom}&x={x}&y={-y}",endDate:"2011-04-15T00:00:00.000Z",startDate:"2011-04-15T00:00:00.000Z",zoomExtent:[0,15],polygon:[[[-51.23857,68.79972],[-51.24334,68.85303],[-51.15167,68.85303],[-51.14038,68.80116],[-51.23857,68.79972]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS image of the settlement - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81510432015030LGN00",name:"imagico.de: Rann of Kutch",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81510432015030LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[67.9684,22.36265],[67.86231,22.38392],[67.86231,24.88693],[71.48986,24.88693],[71.48986,22.36265],[67.9684,22.36265]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Land/water distinction difficult to properly map based on Bing/Mapbox images (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R093_N41_20150828T092005",name:"imagico.de: Rila and Pirin Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R093_N41_20150828T092005&z={zoom}&x={x}&y={-y}",endDate:"2015-08-28T00:00:00.000Z",startDate:"2015-08-28T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[23.80811,41.58488],[22.99238,41.60195],[23.01186,42.29984],[23.99402,42.28339],[23.96561,41.58488],[23.80811,41.58488]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Late summer imagery where usual sources are severely limited by clouds and snow (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81730602015040LGN00",name:"imagico.de: Rwenzori Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81730602015040LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-02-09T00:00:00.000Z",startDate:"2015-02-09T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[29.7663,0.20689],[29.7663,0.50918],[30.0346,0.50918],[30.0346,0.20689],[29.7663,0.20689]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image of most of the remaining Rwenzori Mountains glaciers (false color IR)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R078_N01_20160702T082522",name:"imagico.de: Rwenzori Mountains 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R078_N01_20160702T082522&z={zoom}&x={x}&y={-y}",endDate:"2016-07-02T00:00:00.000Z",startDate:"2016-07-02T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[29.80514,0.23586],[29.80514,0.46709],[30.02503,0.46709],[30.02503,0.23586],[29.80514,0.23586]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date image for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80611072014036LGN00",name:"imagico.de: Scott Island",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80611072014036LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-02-05T00:00:00.000Z",startDate:"2014-02-05T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-180,-67.42635],[-180,-67.32544],[-179.82473,-67.32538],[-179.82473,-67.42635],[-180,-67.42635]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82100972015347LGN00",name:"imagico.de: Shag Rocks",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82100972015347LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-12-13T00:00:00.000Z",startDate:"2015-12-13T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-42.12875,-53.7205],[-42.14626,-53.45782],[-41.67573,-53.44586],[-41.65582,-53.70872],[-42.12875,-53.7205]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing in other image sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81130622013270LGN00",name:"imagico.de: Southeastern Sulawesi",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81130622013270LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-09-27T00:00:00.000Z",startDate:"2013-09-27T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[120.84382,-3.59545],[120.84382,-3.15985],[120.98184,-2.51468],[122.62618,-2.51468],[122.62618,-3.00215],[122.5007,-3.59545],[120.84382,-3.59545]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Missing islands and coarse coastline due to cloud cover in Bing, lakes could also use additional detail (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80281222016035LGN00",name:"imagico.de: Southern Transantarctic Mountains",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80281222016035LGN00&z={zoom}&x={x}&y={-y}",endDate:"2016-02-04T00:00:00.000Z",startDate:"2016-02-04T00:00:00.000Z",zoomExtent:[0,10],polygon:[[[156.96951,-84.50098],[154.50858,-84.46255],[154.50858,-82.60681],[175.46774,-82.58505],[177.00583,-83.52807],[177.00583,-84.19262],[171.93839,-84.34633],[166.83798,-84.4437],[161.67029,-84.50045],[156.96951,-84.50098]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Outside regular Landsat coverage and therefore not in LIMA and Bing/Mapbox (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81030632015286LGN00",name:"imagico.de: Sudirman Range 2015",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81030632015286LGN00&z={zoom}&x={x}&y={-y}",endDate:"2015-10-13T00:00:00.000Z",startDate:"2015-10-13T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[136.4226,-4.2853],[136.4226,-3.6447],[137.7971,-3.6447],[137.7971,-4.2853],[136.4226,-4.2853]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Older image of the Sudirman Range with no fresh snow showing glacier extent (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R088_S05_20160812T011732",name:"imagico.de: Sudirman Range 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R088_S05_20160812T011732&z={zoom}&x={x}&y={-y}",endDate:"2016-08-12T00:00:00.000Z",startDate:"2016-08-12T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[136.8044,-4.2585],[136.8044,-3.7836],[137.7701,-3.7836],[137.7701,-4.2585],[136.8044,-4.2585]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Cloud free image of the Sudirman Range but with fresh snow (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-s2sval",name:"imagico.de: Svalbard mosaic",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=s2sval&z={zoom}&x={x}&y={-y}",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[16.6108,76.4137],[16.4731,76.4268],[16.3788,76.4589],[14.4124,77.1324],[14.0784,77.2536],[10.9875,78.4054],[10.631,78.5605],[10.2314,78.8392],[10.3952,79.6074],[10.516,79.7731],[10.9632,79.8707],[20.2294,80.849],[20.4702,80.8493],[25.1752,80.6817],[33.4391,80.3438],[33.7809,80.3016],[34.0395,80.239],[33.977,80.1527],[25.5722,76.5917],[25.2739,76.481],[25.1416,76.4327],[24.937,76.4176],[16.6108,76.4137]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Sentinel-2 mosaic of Svalbard (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-DMS_1142636_160xx_20110507_1822xxxx",name:"imagico.de: Thule Air Base",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=DMS_1142636_160xx_20110507_1822xxxx&z={zoom}&x={x}&y={-y}",endDate:"2011-05-07T00:00:00.000Z",startDate:"2011-05-07T00:00:00.000Z",zoomExtent:[0,15],polygon:[[[-68.93977,76.51133],[-68.93977,76.5499],[-68.76635,76.55176],[-68.50993,76.55176],[-68.50744,76.51612],[-68.67897,76.51194],[-68.93977,76.51133]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS image - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_thule2_2015.09.25",name:"imagico.de: Thule Airbase DMS low altitude overflight September 2015",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_thule2_2015.09.25&z={zoom}&x={x}&y={-y}",endDate:"2015-09-25T00:00:00.000Z",startDate:"2015-09-25T00:00:00.000Z",zoomExtent:[0,17],polygon:[[[-68.74292,76.52636],[-68.74446,76.5284],[-68.74807,76.54939],[-68.74615,76.56017],[-68.72276,76.56022],[-68.72017,76.55775],[-68.71853,76.52921],[-68.71978,76.52637],[-68.74292,76.52636]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS aerial images from Thule Airbase - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_thule_2015.10.06",name:"imagico.de: Thule Airbase DMS overflight October 2015",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_thule_2015.10.06&z={zoom}&x={x}&y={-y}",endDate:"2015-10-06T00:00:00.000Z",startDate:"2015-10-06T00:00:00.000Z",zoomExtent:[0,16],polygon:[[[-68.81924,76.5251],[-68.82651,76.54177],[-68.77345,76.5439],[-68.7021,76.54545],[-68.59177,76.5456],[-68.59183,76.52793],[-68.6597,76.5251],[-68.81924,76.5251]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS aerial images from Thule Airbase - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-dms_thule_2015.09.25",name:"imagico.de: Thule Airbase DMS overflight September 2015",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=dms_thule_2015.09.25&z={zoom}&x={x}&y={-y}",endDate:"2015-09-25T00:00:00.000Z",startDate:"2015-09-25T00:00:00.000Z",zoomExtent:[0,16],polygon:[[[-68.77771,76.50688],[-68.77662,76.57064],[-68.68115,76.57065],[-68.6763,76.55384],[-68.6762,76.53074],[-68.68523,76.50688],[-68.77771,76.50688]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Icebridge DMS aerial images from Thule Airbase - alignment might be poor",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R094_N79_20160812T105622",name:"imagico.de: Ushakov Island August 2016",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R094_N79_20160812T105622&z={zoom}&x={x}&y={-y}",endDate:"2016-08-12T00:00:00.000Z",startDate:"2016-08-12T00:00:00.000Z",zoomExtent:[0,12],polygon:[[[78.45886,80.72643],[78.45886,80.9099],[80.48892,80.9099],[80.48892,80.72643],[78.45886,80.72643]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Up-to-date late summer imagery with few clouds (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC80910682014358LGN00",name:"imagico.de: Vanatinai",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC80910682014358LGN00&z={zoom}&x={x}&y={-y}",endDate:"2014-12-24T00:00:00.000Z",startDate:"2014-12-24T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[153.06138,-11.78923],[153.06138,-11.28869],[153.10927,-11.07229],[154.41201,-11.07229],[154.41201,-11.78923],[153.06138,-11.78923]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Coarse coastline due to cloud cover in Bing/Mapbox (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC82330892016031LGN00",name:"imagico.de: Volcán Calbuco",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC82330892016031LGN00&z={zoom}&x={x}&y={-y}",endDate:"2016-01-31T00:00:00.000Z",startDate:"2016-01-31T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-72.86696,-41.51741],[-72.86696,-41.04527],[-72.23181,-41.04527],[-71.8751,-41.10829],[-72.00007,-41.51741],[-72.86696,-41.51741]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Image from after the 2015 eruption (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R089_N52_20160623T024048",name:"imagico.de: Vostochny Cosmodrome",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R089_N52_20160623T024048&z={zoom}&x={x}&y={-y}",endDate:"2016-06-23T00:00:00.000Z",startDate:"2016-06-23T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[126.36143,51.37553],[126.34804,52.33932],[128.60762,52.3409],[128.61174,51.37553],[126.36143,51.37553]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Recent image showing newest features (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-walps_autumn_2017",name:"imagico.de: Western Alps autumn colors 2017",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=walps_autumn_2017&z={zoom}&x={x}&y={-y}",endDate:"2017-10-17T00:00:00.000Z",startDate:"2017-10-17T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[4.6412,43.2493],[4.3118,43.2653],[4.3118,44.2167],[5.2562,46.965],[5.9151,48.7177],[7.3866,48.7467],[10.088,48.7467],[10.088,48.7032],[7.7819,43.2813],[7.76,43.2653],[7.3646,43.2493],[4.6412,43.2493]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Autumn colors in the Alps, Jura and southwestern Germany  (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-LC81490352013282LGN00",name:"imagico.de: Western Karakoram",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=LC81490352013282LGN00&z={zoom}&x={x}&y={-y}",endDate:"2013-10-09T00:00:00.000Z",startDate:"2013-10-09T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[75.98364,34.97851],[73.96164,35.36957],[74.44281,37.09391],[76.50601,36.70267],[75.98364,34.97851]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Represents approximately minimum snow cover so can be well used for glacier mapping (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"osmim-imagicode-S2A_R039_S15_20160510T145731",name:"imagico.de: Willkanuta Mountains and Quelccaya Ice Cap",type:"tms",template:"http://imagico.de/map/osmim_tiles.php?layer=S2A_R039_S15_20160510T145731&z={zoom}&x={x}&y={-y}",endDate:"2016-05-10T00:00:00.000Z",startDate:"2016-05-10T00:00:00.000Z",zoomExtent:[0,14],polygon:[[[-71.18071,-14.49785],[-71.17976,-13.71029],[-70.55637,-13.71263],[-70.55637,-14.49785],[-71.18071,-14.49785]]],terms_url:"http://maps.imagico.de/#osmim",terms_text:"imagico.de OSM images for mapping",description:"Poor and outdated imagery in other sources (true color)",icon:"https://osmlab.github.io/editor-layer-index/sources/misc/osmim-imagicode-LC81800982013291LGN00.png"},{id:"IPR-orotofoto-last-tms",name:"IPR ortofoto LAST (tmsproxy)",type:"tms",template:"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_last.php/{zoom}/{x}/{y}.jpg",zoomExtent:[1,20],polygon:[[[14.81232,49.93089],[14.18755,49.87687],[14.12025,50.19882],[14.74502,50.25247],[14.81232,49.93089]]]},{id:"IPR-orotofoto-vege-tms",name:"IPR ortofoto Low-Vegetation (tmsproxy)",type:"tms",template:"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_vege.php/{zoom}/{x}/{y}.jpg",zoomExtent:[1,20],polygon:[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]]},{id:"GSGS3906",name:"Ireland British War Office 1:25k GSGS 3906",type:"tms",template:"https://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png",zoomExtent:[0,18],polygon:[[[-9.31139,51.43828],[-7.36131,51.99302],[-7.33934,52.13149],[-6.9658,52.06231],[-6.23796,52.1534],[-6.21049,52.52928],[-5.98253,52.80079],[-5.96056,53.67037],[-6.20775,53.67851],[-6.22423,53.95255],[-5.86442,54.12513],[-5.85893,54.20392],[-5.53483,54.23122],[-5.39476,54.44739],[-5.50188,54.70052],[-6.21873,55.38194],[-6.86418,55.2162],[-7.25145,55.46455],[-7.53435,55.30853],[-8.25395,55.26787],[-8.61101,54.97259],[-8.49016,54.89369],[-8.83897,54.68306],[-8.42699,54.52397],[-8.75108,54.31302],[-9.29765,54.38985],[-10.05296,54.37866],[-10.30015,54.05747],[-10.02275,53.79386],[-10.30565,53.55142],[-9.99803,53.24354],[-9.09166,53.19256],[-9.81676,53.1102],[-9.48167,52.96984],[-9.70415,52.68107],[-10.00627,52.63608],[-9.78929,52.52426],[-9.99803,52.32663],[-10.64348,52.1753],[-10.39629,51.9761],[-10.16832,51.64668],[-10.28642,51.57334],[-9.88542,51.57163],[-9.79204,51.44684],[-9.31139,51.43828]]],terms_url:"https://wiki.openstreetmap.org/wiki/Ireland/Background_Imagery#Trinity_College_Dublin",terms_text:"Glucksman Map Library, Trinity College Dublin",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/ie/IrelandBritishWarOffice-GSGS3906.png"},{id:"Israel_Hiking",name:"Israel Hiking",type:"tms",template:"https://israelhiking.osm.org.il/Tiles/{zoom}/{x}/{y}.png",zoomExtent:[7,16],polygon:[[[34.64563,32.92073],[34.98374,33.13352],[35.15662,33.09994],[35.31781,33.11463],[35.36541,33.06285],[35.46229,33.09994],[35.51741,33.12652],[35.5266,33.21531],[35.53893,33.25442],[35.56446,33.2969],[35.61264,33.27918],[35.67429,33.30627],[35.70785,33.34269],[35.75363,33.35091],[35.81509,33.3392],[35.91531,32.9406],[35.80834,32.772],[35.77835,32.72446],[35.59491,32.62828],[35.5729,32.36541],[35.59461,32.21856],[35.55452,32.02901],[35.57225,31.75415],[35.48771,31.41951],[35.4209,31.25116],[35.47936,31.1783],[35.42771,30.95172],[35.3321,30.77107],[35.20709,30.53307],[35.17202,30.11204],[35.07514,29.83713],[35.02336,29.64569],[34.93992,29.39946],[34.89517,29.37711],[34.84785,29.59084],[34.69667,30.10714],[34.52423,30.40912],[34.48879,30.64515],[34.07929,31.52265],[34.64563,32.92073]]],terms_url:"https://israelhiking.osm.org.il/",terms_text:"Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL.",description:"Israel Hiking map",icon:"https://israelhiking.osm.org.il/content/favicons/favicon.ico"},{id:"Israel_MTB",name:"Israel MTB",type:"tms",template:"https://israelhiking.osm.org.il/MTBTiles/{zoom}/{x}/{y}.png",zoomExtent:[7,16],polygon:[[[34.64563,32.92073],[34.98374,33.13352],[35.15662,33.09994],[35.31781,33.11463],[35.36541,33.06285],[35.46229,33.09994],[35.51741,33.12652],[35.5266,33.21531],[35.53893,33.25442],[35.56446,33.2969],[35.61264,33.27918],[35.67429,33.30627],[35.70785,33.34269],[35.75363,33.35091],[35.81509,33.3392],[35.91531,32.9406],[35.80834,32.772],[35.77835,32.72446],[35.59491,32.62828],[35.5729,32.36541],[35.59461,32.21856],[35.55452,32.02901],[35.57225,31.75415],[35.48771,31.41951],[35.4209,31.25116],[35.47936,31.1783],[35.42771,30.95172],[35.3321,30.77107],[35.20709,30.53307],[35.17202,30.11204],[35.07514,29.83713],[35.02336,29.64569],[34.93992,29.39946],[34.89517,29.37711],[34.84785,29.59084],[34.69667,30.10714],[34.52423,30.40912],[34.48879,30.64515],[34.07929,31.52265],[34.64563,32.92073]]],terms_url:"https://israelhiking.osm.org.il/",terms_text:"Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL.",description:"Israel MTB map",icon:"https://israelhiking.osm.org.il/content/favicons/favicon.ico"},{id:"ITACyL-Castile-and-Leon",name:"ITACyL - Castile and León",type:"wms",template:"http://orto.wms.itacyl.es/WMS?REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&LAYERS=Ortofoto_CyL&SRS={proj}&FORMAT=image/jpeg&STYLES=Default&TRANSPARENT=TRUE&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[-1.9358,41.43834],[-1.89601,41.43869],[-1.89536,41.39687],[-1.9767,41.39616],[-1.97639,41.37623],[-2.06201,41.37548],[-2.06262,41.41471],[-2.10458,41.41434],[-2.10363,41.35367],[-2.14448,41.35331],[-2.1419,41.18683],[-2.06204,41.18753],[-2.06171,41.16624],[-2.02046,41.16661],[-2.01887,41.06334],[-2.10083,41.06262],[-2.10114,41.08296],[-2.22733,41.08185],[-2.22704,41.0635],[-2.26912,41.06313],[-2.2688,41.04257],[-2.35325,41.04182],[-2.35356,41.06148],[-2.39487,41.06112],[-2.39457,41.04206],[-2.43722,41.04168],[-2.43756,41.06315],[-2.47928,41.06278],[-2.47991,41.10369],[-2.52078,41.10333],[-2.5211,41.12429],[-2.60415,41.12357],[-2.60481,41.16628],[-2.6471,41.16591],[-2.64808,41.22931],[-2.72874,41.2286],[-2.72907,41.24974],[-2.89552,41.24828],[-2.89649,41.31063],[-2.9363,41.31028],[-2.93571,41.27231],[-3.14692,41.27046],[-3.14723,41.29045],[-3.22828,41.28974],[-3.22767,41.25008],[-3.39581,41.2486],[-3.39518,41.20808],[-3.43492,41.20773],[-3.43429,41.16696],[-3.47877,41.16657],[-3.47844,41.14556],[-3.60336,41.14446],[-3.6027,41.10169],[-3.64539,41.10131],[-3.64508,41.08159],[-3.68735,41.08122],[-3.68673,41.04104],[-3.72866,41.04067],[-3.72803,40.9998],[-3.76896,40.99944],[-3.76864,40.97886],[-3.85473,40.97811],[-3.8544,40.95653],[-3.89857,40.95615],[-3.89764,40.89575],[-3.93906,40.89539],[-3.93716,40.77204],[-4.06198,40.77093],[-4.06133,40.72926],[-4.10372,40.72888],[-4.10311,40.68918],[-4.14628,40.6888],[-4.14498,40.60421],[-4.19025,40.60381],[-4.18994,40.58362],[-4.22946,40.58327],[-4.22979,40.60487],[-4.27054,40.60451],[-4.26958,40.54211],[-4.31384,40.54171],[-4.31163,40.39758],[-4.39376,40.39685],[-4.39345,40.37677],[-4.43723,40.37638],[-4.43623,40.31123],[-4.52192,40.31046],[-4.52037,40.20897],[-4.56131,40.2086],[-4.56099,40.18763],[-4.68895,40.18649],[-4.68933,40.21101],[-4.73192,40.21063],[-4.73252,40.24966],[-4.76838,40.24934],[-4.76809,40.23035],[-4.81104,40.22996],[-4.81147,40.20726],[-4.8542,40.18414],[-4.85264,40.12563],[-4.93699,40.12488],[-4.93638,40.08529],[-5.35538,40.08155],[-5.35606,40.12562],[-5.44027,40.12487],[-5.44091,40.16673],[-5.60382,40.16527],[-5.60448,40.20881],[-5.68646,40.20808],[-5.68712,40.25131],[-6.02166,40.24834],[-6.02295,40.33257],[-6.10433,40.33184],[-6.1056,40.41451],[-6.18951,40.41376],[-6.19018,40.45745],[-6.26971,40.45675],[-6.26909,40.41653],[-6.35192,40.41579],[-6.35128,40.37422],[-6.43325,40.37349],[-6.43264,40.33361],[-6.52245,40.33281],[-6.52116,40.24849],[-6.59942,40.24779],[-6.59886,40.21128],[-6.85568,40.20899],[-6.85634,40.25257],[-6.93622,40.25186],[-6.93751,40.33657],[-6.85111,40.33734],[-6.86001,40.91672],[-6.93544,40.91605],[-6.93741,41.0435],[-6.85482,41.04423],[-6.85548,41.08706],[-6.77015,41.08781],[-6.77245,41.23623],[-6.68379,41.23701],[-6.60436,41.2377],[-6.60524,41.29474],[-6.5193,41.29549],[-6.51991,41.33479],[-6.43673,41.33552],[-6.43801,41.41814],[-6.35318,41.41888],[-6.35447,41.50141],[-6.26889,41.50216],[-6.2708,41.6245],[-6.35661,41.62375],[-6.35724,41.66401],[-6.43548,41.66333],[-6.4349,41.62651],[-6.52279,41.62575],[-6.52343,41.66635],[-6.6034,41.66565],[-6.60733,41.9166],[-7.02209,41.913],[-7.02406,42.03872],[-7.1054,42.03801],[-7.10613,42.08421],[-7.0208,42.08495],[-7.02276,42.2094],[-6.93699,42.21014],[-6.93763,42.25087],[-6.8548,42.25159],[-6.85545,42.29329],[-6.77342,42.294],[-6.77403,42.33244],[-6.85325,42.33176],[-6.85523,42.4569],[-7.10341,42.45477],[-7.10811,42.75115],[-7.02199,42.75189],[-7.02241,42.77825],[-6.93976,42.77896],[-6.94199,42.91962],[-6.77302,42.92106],[-6.77363,42.95958],[-6.52329,42.96172],[-6.52391,43.00095],[-6.43893,43.00167],[-6.44024,43.08361],[-5.93782,43.08789],[-5.93708,43.04189],[-5.85421,43.0426],[-5.85357,43.00258],[-5.77236,43.00327],[-5.77363,43.08308],[-5.6027,43.08453],[-5.60202,43.04222],[-5.52161,43.04291],[-5.52226,43.08409],[-5.4376,43.08481],[-5.43827,43.12651],[-5.10444,43.12935],[-5.10573,43.2099],[-5.02386,43.2106],[-5.02451,43.25117],[-4.90017,43.25222],[-4.89941,43.20501],[-4.81126,43.20576],[-4.80966,43.10538],[-4.76975,43.10571],[-4.76937,43.08168],[-4.72945,43.08202],[-4.72881,43.04219],[-4.56322,43.0436],[-4.56353,43.06296],[-4.39599,43.06438],[-4.39566,43.04336],[-4.3537,43.04371],[-4.35266,42.97836],[-4.23013,42.9794],[-4.22913,42.91625],[-4.18774,42.9166],[-4.18706,42.87407],[-4.10552,42.87476],[-4.10486,42.83348],[-3.97801,42.83457],[-3.97733,42.79214],[-3.9375,42.79248],[-3.93781,42.81183],[-3.85397,42.81254],[-3.85427,42.83193],[-3.89573,42.83158],[-3.89607,42.85343],[-3.93821,42.85307],[-3.93889,42.89577],[-3.9806,42.89542],[-3.98093,42.91627],[-4.0222,42.91591],[-4.0229,42.96014],[-3.97851,42.96052],[-3.97946,43.01999],[-3.93883,43.02034],[-3.93918,43.04239],[-3.89704,43.04275],[-3.89738,43.06414],[-3.85424,43.06451],[-3.8549,43.10583],[-3.77086,43.10654],[-3.77116,43.12515],[-3.72819,43.12551],[-3.72853,43.14656],[-3.68713,43.14691],[-3.68778,43.18786],[-3.60365,43.18858],[-3.60331,43.16747],[-3.52278,43.16815],[-3.52243,43.14619],[-3.39669,43.14726],[-3.39699,43.16601],[-3.35444,43.16637],[-3.35479,43.18837],[-3.31268,43.18873],[-3.31299,43.20828],[-3.22993,43.20899],[-3.22959,43.18768],[-3.10343,43.18875],[-3.10274,43.14562],[-3.14546,43.14526],[-3.14516,43.1271],[-3.10617,43.12743],[-3.10445,43.01915],[-3.02075,43.01987],[-3.0201,42.97903],[-2.9811,42.97936],[-2.97977,42.8958],[-3.10476,42.89473],[-3.10276,42.76928],[-3.02199,42.76997],[-3.02168,42.74983],[-2.98024,42.75019],[-2.97988,42.7275],[-2.89613,42.72822],[-2.89679,42.76967],[-2.8534,42.77004],[-2.85405,42.81087],[-2.68577,42.81231],[-2.68544,42.79159],[-2.64523,42.79194],[-2.64489,42.77024],[-2.52005,42.7713],[-2.51936,42.72827],[-2.5607,42.72791],[-2.56038,42.7076],[-2.51944,42.70795],[-2.5181,42.62357],[-2.60404,42.62283],[-2.60439,42.64497],[-2.77154,42.64353],[-2.77188,42.66544],[-2.81176,42.6651],[-2.8121,42.68624],[-2.85469,42.68588],[-2.85337,42.60302],[-2.89413,42.60267],[-2.89379,42.58159],[-3.0619,42.58015],[-3.06031,42.47952],[-3.02191,42.47985],[-3.0199,42.3525],[-3.06255,42.35213],[-3.06029,42.20906],[-3.1012,42.20871],[-3.10086,42.18682],[-3.06175,42.18716],[-3.0611,42.14559],[-3.02029,42.14594],[-3.01963,42.10375],[-2.89602,42.10482],[-2.89501,42.04071],[-2.81222,42.04143],[-2.81353,42.1246],[-2.76871,42.12499],[-2.76905,42.14674],[-2.72695,42.14711],[-2.7266,42.12485],[-2.68706,42.12519],[-2.68605,42.06109],[-2.72804,42.06073],[-2.72739,42.0193],[-2.60343,42.02037],[-2.60376,42.04135],[-2.561,42.04173],[-2.56198,42.10411],[-2.52266,42.10445],[-2.52299,42.12577],[-2.47933,42.12615],[-2.47963,42.145],[-2.35517,42.14608],[-2.3555,42.16747],[-2.31184,42.16785],[-2.3115,42.14605],[-2.2699,42.14641],[-2.26924,42.1048],[-2.2295,42.10515],[-2.22981,42.12514],[-2.14467,42.12587],[-2.14432,42.10386],[-2.10385,42.10421],[-2.10156,41.95811],[-1.97689,41.95919],[-1.97655,41.93765],[-1.93473,41.93801],[-1.93504,41.95776],[-1.89453,41.95811],[-1.89483,41.97715],[-1.854,41.97751],[-1.85304,41.91638],[-1.81381,41.91672],[-1.81151,41.76984],[-1.7706,41.77019],[-1.76866,41.64582],[-1.85335,41.64508],[-1.85305,41.62567],[-1.89471,41.6253],[-1.89403,41.58215],[-1.97716,41.58142],[-1.97683,41.56021],[-1.9377,41.56055],[-1.9358,41.43834]]],terms_text:"ITACyL"},{id:"gsi.go.jp",name:"Japan GSI ortho Imagery",type:"tms",template:"https://cyberjapandata.gsi.go.jp/xyz/ort/{zoom}/{x}/{y}.jpg",zoomExtent:[5,19],polygon:[[[130.35021,31.45741],[130.26851,31.45817],[130.20875,31.44939],[130.1002,31.44996],[130.09237,31.3919],[130.13355,31.37528],[130.35043,31.37528],[130.35021,31.45741]],[[130.4193,31.41715],[130.417,31.41672],[130.41677,31.47525],[130.34179,31.47506],[130.34179,31.48374],[130.33362,31.48374],[130.33329,31.50044],[130.36675,31.49997],[130.36664,31.52458],[130.35019,31.52544],[130.35041,31.54986],[130.32523,31.55024],[130.32501,31.60029],[130.31661,31.63336],[130.31634,31.65084],[130.3752,31.65084],[130.31164,31.67599],[130.29194,31.69179],[130.29105,31.73235],[130.2521,31.73387],[130.24986,31.71693],[130.24427,31.71712],[130.21629,31.75804],[130.17533,31.75919],[130.17422,31.78259],[130.18384,31.79096],[130.23644,31.79096],[130.26911,31.77003],[130.36334,31.75785],[130.42668,31.70893],[130.62409,31.7076],[130.62588,31.68627],[130.61088,31.62245],[130.55582,31.50249],[130.54239,31.41715],[130.42158,31.41715],[130.4193,31.41715]],[[130.52516,31.24184],[130.54441,31.24107],[130.56858,31.21715],[130.59924,31.21657],[130.59924,31.26633],[130.57641,31.26633],[130.57351,31.31625],[130.6308,31.28393],[130.68989,31.27666],[130.66706,31.26059],[130.66594,31.21925],[130.64401,31.18135],[130.59007,31.14688],[130.54239,31.17503],[130.54239,31.1913],[130.50009,31.19207],[130.50009,31.21581],[130.52494,31.21715],[130.52516,31.24184]],[[130.74987,31.16622],[130.74965,31.24107],[130.77449,31.25887],[130.77718,31.33307],[130.75122,31.37455],[130.74898,31.41658],[130.67557,31.46852],[130.67489,31.50077],[131.40006,31.5002],[131.40834,31.45916],[131.36694,31.40932],[131.3656,31.35142],[131.31703,31.34206],[131.29957,31.36595],[131.24317,31.36633],[131.19952,31.43358],[131.14782,31.45019],[131.13394,31.45],[131.1326,31.42899],[131.10059,31.42536],[131.05091,31.41639],[131.04912,31.39155],[131.08403,31.35085],[131.11626,31.35085],[131.11783,31.33422],[130.99943,31.33365],[130.99965,31.25102],[130.87521,31.25064],[130.87454,31.16679],[130.74987,31.16622]],[[130.86625,30.47468],[130.86602,30.49937],[130.93362,30.57493],[130.93227,30.61597],[131.00636,30.61655],[131.04933,30.59112],[131.04933,30.54275],[130.99203,30.50843],[130.99114,30.47526],[130.86625,30.47468]],[[137.87486,36.37519],[138.00005,36.37494],[138.00005,36.30839],[138.04159,36.30827],[138.04191,36.29175],[138.08306,36.29162],[138.08353,36.2499],[138.13307,36.24996],[138.13354,36.16677],[138.16654,36.1667],[138.16694,36.12485],[138.04167,36.12491],[138.04144,36.04158],[137.87479,36.04152],[137.87486,36.37519]],[[138.37446,35.83393],[138.4998,35.83285],[138.4998,35.75042],[138.74936,35.7506],[138.7507,35.58332],[138.62447,35.58386],[138.62536,35.49991],[138.37491,35.49972],[138.37446,35.83393]],[[135.79179,35.64165],[135.8006,35.64923],[135.834,35.65052],[135.8916,35.62003],[135.89271,35.6091],[135.95776,35.60858],[135.9834,35.6172],[135.98435,35.641],[135.95095,35.6419],[135.95048,35.68305],[135.94225,35.69204],[135.94178,35.73239],[136.00809,35.77516],[136.03167,35.77503],[136.05018,35.75012],[136.05003,35.66646],[136.0084,35.65836],[136.00856,35.61694],[136.03404,35.60022],[136.06664,35.59996],[136.06617,35.61656],[136.1002,35.62492],[136.1002,35.69127],[136.07598,35.69166],[136.07503,35.74922],[136.08342,35.76694],[136.12441,35.76605],[136.15021,35.7004],[136.15875,35.64216],[136.17442,35.62492],[136.17553,35.58342],[136.1749,35.55813],[136.15859,35.55832],[136.15875,35.56701],[136.1165,35.56675],[136.11626,35.52555],[136.04045,35.5247],[136.01684,35.50311],[136.01661,35.48334],[135.97543,35.48334],[135.94141,35.50885],[135.94186,35.56641],[135.93358,35.57487],[135.90873,35.57514],[135.90851,35.59953],[135.83185,35.59972],[135.7928,35.62519],[135.79179,35.64165]],[[135.80916,35.47505],[135.77044,35.53345],[135.7579,35.53326],[135.74168,35.51641],[135.70072,35.51705],[135.67464,35.53363],[135.67543,35.56659],[135.6996,35.58333],[135.81654,35.58343],[135.81654,35.56804],[135.85817,35.54956],[135.85851,35.52543],[135.8509,35.5247],[135.85012,35.47514],[135.80916,35.47505]],[[135.58333,35.44132],[135.61656,35.44989],[135.64163,35.47496],[135.71639,35.47478],[135.71728,35.46703],[135.81442,35.46539],[135.86668,35.44187],[135.86679,35.40868],[135.81722,35.40822],[135.81677,35.38496],[135.77548,35.3835],[135.75835,35.40804],[135.59183,35.4084],[135.58322,35.42536],[135.58333,35.44132]],[[135.40011,35.43312],[135.42496,35.44189],[135.45803,35.45008],[135.45899,35.49164],[135.46642,35.49184],[135.46619,35.50807],[135.44181,35.51709],[135.43968,35.53293],[135.45843,35.55804],[135.52324,35.55811],[135.52498,35.5091],[135.54152,35.50008],[135.54152,35.4834],[135.57515,35.48366],[135.57491,35.49164],[135.60878,35.49171],[135.60894,35.46684],[135.59208,35.45826],[135.53305,35.45826],[135.50029,35.45008],[135.50045,35.4415],[135.50789,35.42506],[135.53337,35.42513],[135.53297,35.38346],[135.5416,35.38333],[135.54176,35.36688],[135.5086,35.35836],[135.50892,35.34216],[135.50013,35.34164],[135.50013,35.41662],[135.39987,35.41655],[135.40011,35.43312]],[[133.70822,35.45816],[133.70822,35.33319],[133.12484,35.33328],[133.12495,35.3749],[132.95877,35.37508],[132.95821,35.4578],[132.87506,35.45853],[132.87461,35.52504],[132.95015,35.52522],[132.9497,35.55819],[133.01674,35.55855],[133.01685,35.56675],[133.03352,35.56693],[133.03308,35.59205],[133.06687,35.59187],[133.06654,35.6168],[133.14135,35.61671],[133.14151,35.59181],[133.36667,35.59186],[133.36689,35.57484],[133.34216,35.57447],[133.34194,35.558],[133.33321,35.55026],[133.28363,35.55017],[133.28341,35.49178],[133.33354,35.4916],[133.33354,35.47529],[133.41714,35.47492],[133.41714,35.37516],[133.49995,35.37534],[133.49973,35.45806],[133.45854,35.45806],[133.45854,35.51629],[133.49212,35.5335],[133.54136,35.54161],[133.58343,35.54197],[133.58355,35.45843],[133.70822,35.45816]],[[133.84174,35.46646],[133.84158,35.58367],[133.975,35.58329],[133.97532,35.5086],[134.00823,35.50834],[134.0334,35.49971],[134.0421,35.47497],[134.04432,35.45834],[134.08357,35.4586],[134.08309,35.53359],[134.13326,35.54969],[134.23328,35.55999],[134.27491,35.58342],[134.33299,35.58367],[134.33521,35.49172],[134.36654,35.49224],[134.36654,35.49997],[134.41718,35.49971],[134.41592,35.5417],[134.6253,35.54157],[134.62514,35.37554],[134.70839,35.37463],[134.70823,35.33398],[134.41655,35.33359],[134.41592,35.37528],[134.39218,35.37541],[134.39155,35.35011],[134.37477,35.33346],[134.20005,35.33359],[134.19939,35.35874],[134.24997,35.39971],[134.27515,35.39962],[134.27504,35.39205],[134.35819,35.39314],[134.35852,35.3999],[134.3752,35.39999],[134.37441,35.42489],[134.33256,35.42507],[134.33278,35.41659],[134.04954,35.41659],[134.05077,35.39178],[134.0661,35.39187],[134.06711,35.39999],[134.14187,35.40017],[134.14164,35.36678],[134.18339,35.35847],[134.18372,35.33337],[133.78309,35.33364],[133.78331,35.34159],[133.82472,35.3592],[133.82505,35.38311],[133.84173,35.40838],[133.89981,35.40893],[133.89981,35.41677],[133.85829,35.41659],[133.8574,35.46646],[133.84174,35.46646]],[[133.24987,33.66667],[133.41786,33.66674],[133.52485,33.66674],[133.52493,33.79178],[133.64157,33.79185],[133.64188,33.66681],[133.75006,33.66687],[133.75029,33.62517],[133.79152,33.62498],[133.79168,33.5084],[133.73336,33.5084],[133.73328,33.51658],[133.64196,33.51671],[133.60833,33.48346],[133.52493,33.46682],[133.47492,33.41935],[133.43313,33.38321],[133.37497,33.38334],[133.37497,33.49157],[133.20817,33.49191],[133.20824,33.55827],[133.24947,33.55833],[133.24987,33.66667]],[[134.3501,33.73355],[134.4832,33.73368],[134.48336,33.66732],[134.43366,33.65033],[134.43287,33.63412],[134.35279,33.63347],[134.3501,33.73355]],[[140.31656,36.21656],[140.31671,36.44984],[140.34973,36.44994],[140.35012,36.51668],[140.47467,36.51671],[140.47483,36.59159],[140.62489,36.59204],[140.62467,36.63354],[140.64974,36.6348],[140.65041,36.71684],[140.69912,36.81554],[140.71006,36.91306],[140.70838,36.95687],[140.74956,36.95866],[140.75323,37.06176],[140.75001,37.16671],[141.00832,37.16666],[141.00837,37.0917],[140.98331,37.05828],[140.98333,36.95834],[140.90834,36.90002],[140.81672,36.89999],[140.80828,36.87498],[140.80833,36.85],[140.81655,36.85004],[140.81669,36.8415],[140.81669,36.81816],[140.79988,36.80832],[140.7834,36.79992],[140.775,36.79523],[140.77498,36.78339],[140.75836,36.775],[140.75825,36.75837],[140.75002,36.75831],[140.74689,36.71939],[140.73336,36.65048],[140.69167,36.58337],[140.65003,36.51336],[140.64998,36.38351],[140.59986,36.27483],[140.57499,36.24796],[140.57463,36.21729],[140.31656,36.21656]],[[141.2166,41.24992],[141.41662,41.24971],[141.39858,41.17052],[141.40426,41.0968],[141.39503,41.04046],[141.39858,40.97185],[141.40625,40.91003],[141.41136,40.83011],[141.41307,40.80204],[141.42245,40.74987],[141.34161,40.75084],[141.3149,40.74556],[141.29203,40.74169],[141.23322,40.7419],[141.23307,40.85837],[141.25026,40.85858],[141.24941,40.91647],[141.17412,40.9169],[141.22498,40.9948],[141.23819,41.0696],[141.2497,41.1258],[141.27143,41.15875],[141.23336,41.22995],[141.2166,41.24992]],[[141.25854,41.3166],[141.15015,41.31672],[141.1499,41.39163],[141.18877,41.39205],[141.21625,41.37916],[141.25849,41.36012],[141.25854,41.3166]],[[141.05841,45.2584],[141.03453,45.25833],[141.00874,45.25815],[141.0083,45.27495],[140.99994,45.27495],[141.00002,45.30371],[140.99999,45.30828],[140.99196,45.30846],[140.99171,45.34162],[140.98351,45.34172],[140.98336,45.34998],[140.97477,45.35008],[140.97502,45.3667],[140.96664,45.36675],[140.96685,45.39818],[140.9665,45.42499],[140.9584,45.42484],[140.95816,45.43314],[140.95012,45.4335],[140.94967,45.51651],[140.97443,45.51672],[140.97448,45.50014],[140.98307,45.50042],[140.98332,45.46697],[140.99045,45.46704],[140.99135,45.45876],[141.00019,45.45813],[141.00035,45.45002],[141.01627,45.4502],[141.01637,45.47496],[141.04992,45.47532],[141.04992,45.46676],[141.06614,45.46679],[141.0665,45.4502],[141.07463,45.44999],[141.07498,45.34178],[141.0666,45.34168],[141.06418,45.30611],[141.06644,45.30565],[141.06629,45.28484],[141.05906,45.28357],[141.05841,45.2584]],[[144.27488,42.96671],[144.27502,42.99155],[144.25861,42.99145],[144.25805,42.98314],[144.20818,42.98319],[144.20854,42.97472],[144.16684,42.97503],[144.16684,43.00496],[144.16642,43.04178],[144.07486,43.04188],[144.07493,43.10025],[144.24988,43.1],[144.24988,43.1168],[144.29179,43.11675],[144.292,43.0919],[144.4168,43.09185],[144.4168,43.1168],[144.56654,43.1168],[144.56675,42.99171],[144.50005,42.9915],[144.5002,42.92481],[144.46653,42.92501],[144.31739,42.96675],[144.27488,42.96671]],[[140.69973,42.57513],[140.70015,42.61647],[140.84451,42.61673],[140.99961,42.61669],[141.00006,42.54168],[141.24984,42.54168],[141.24994,42.58336],[141.29163,42.58332],[141.29158,42.6251],[141.37501,42.62498],[141.37501,42.66662],[141.49992,42.66666],[141.49992,42.8165],[141.47496,42.8165],[141.47511,42.83341],[141.81236,42.83357],[141.95752,42.83328],[141.94355,42.77977],[141.95762,42.77896],[141.95832,42.7502],[141.99991,42.75086],[141.9992,42.71493],[142.00031,42.67632],[142.01799,42.65076],[142.09082,42.65002],[142.09122,42.5251],[142.02472,42.5251],[141.96033,42.52495],[141.8665,42.52518],[141.8656,42.57713],[141.83577,42.58519],[141.80482,42.57417],[141.74646,42.57705],[141.73069,42.61477],[141.61707,42.61055],[141.52134,42.60331],[141.45615,42.57587],[141.3562,42.52866],[141.27523,42.48822],[141.19507,42.43791],[141.10476,42.3914],[141.05393,42.33165],[141.0254,42.29161],[140.95187,42.29146],[140.9147,42.32682],[140.89451,42.37174],[140.88426,42.42723],[140.85041,42.46096],[140.76643,42.49978],[140.76663,42.52821],[140.69973,42.57513]],[[140.75005,43.23374],[140.82762,43.2135],[140.88245,43.22531],[140.97338,43.24601],[141.02139,43.24311],[141.04213,43.20211],[141.08346,43.18205],[141.17267,43.16382],[141.25678,43.19366],[141.37528,43.33327],[141.62491,43.33335],[141.62451,43.4168],[141.79146,43.4168],[141.79197,43.83339],[142.12487,43.83332],[142.12487,43.75022],[142.16656,43.74993],[142.16656,43.83317],[142.24954,43.83325],[142.24984,43.8581],[142.27465,43.8581],[142.27465,43.87425],[142.26671,43.8749],[142.26651,43.91688],[142.24994,43.9171],[142.25001,44.5],[142.49997,44.50013],[142.49977,43.88366],[142.51674,43.88344],[142.51644,43.83346],[142.62473,43.83346],[142.62473,43.58331],[142.54176,43.58403],[142.54196,43.50008],[142.50057,43.50022],[142.50037,43.25006],[142.25054,43.25014],[142.25004,43.45838],[142.00031,43.45816],[142.00001,43.41724],[141.91703,43.41688],[141.91703,43.33342],[141.87494,43.33327],[141.87454,43.17487],[141.93351,43.17473],[141.93391,43.15868],[141.99137,43.15802],[141.99207,43.1334],[141.87524,43.13332],[141.87484,43.00012],[141.49984,43.00027],[141.50015,42.91683],[141.25021,42.91631],[141.25001,42.9999],[141.12505,43.00005],[141.12525,43.08323],[140.99988,43.0836],[141.00008,43.16638],[140.75086,43.1666],[140.75005,43.23374]],[[140.59121,41.78353],[140.58382,41.8334],[140.58453,41.87732],[140.59092,41.91613],[140.60797,41.94403],[140.57544,41.95914],[140.58439,41.99979],[140.7104,42.00011],[140.86894,42.00011],[140.91724,42.00053],[140.99041,41.91909],[141.04737,41.90693],[141.12722,41.88398],[141.17552,41.83732],[141.20194,41.81488],[141.18418,41.78321],[141.11301,41.76711],[141.05689,41.71559],[140.99382,41.69968],[140.94267,41.70414],[140.89238,41.73563],[140.84806,41.74326],[140.80018,41.75672],[140.73299,41.74634],[140.69705,41.73234],[140.6881,41.76986],[140.59121,41.78353]],[[140.2418,42.2338],[140.24159,42.25827],[140.21005,42.25797],[140.20804,42.27485],[140.26611,42.27514],[140.2651,42.29179],[140.29001,42.2912],[140.29182,42.26779],[140.33914,42.24139],[140.34145,42.21662],[140.29323,42.21662],[140.2418,42.2338]],[[140.55007,42.08447],[140.54977,42.11387],[140.58066,42.11193],[140.62636,42.12069],[140.63365,42.12136],[140.6336,42.10061],[140.60853,42.09964],[140.60848,42.08327],[140.54972,42.08312],[140.55007,42.08447]],[[140.6583,41.06668],[140.67117,40.91974],[140.84492,40.91652],[140.91726,40.91688],[140.91712,40.87597],[140.9846,40.87533],[140.98503,40.79278],[141.13391,40.79192],[141.13972,40.68034],[141.17424,40.68174],[141.18504,40.60057],[141.43351,40.60078],[141.43308,40.51757],[141.18305,40.51649],[141.18362,40.58223],[141.16714,40.59172],[141.04397,40.59237],[141.04283,40.65825],[140.98402,40.65836],[140.72646,40.65857],[140.72589,40.57521],[140.66849,40.57467],[140.60883,40.57489],[140.60925,40.48311],[140.55058,40.483],[140.54888,40.51757],[140.40028,40.51692],[140.40013,40.5832],[140.25665,40.58233],[140.24898,40.63292],[140.33251,40.63292],[140.33251,40.66687],[140.41676,40.66698],[140.41704,40.73311],[140.33194,40.73375],[140.33351,40.75851],[140.28421,40.75818],[140.28037,40.85679],[140.30254,40.98507],[140.31845,41.00019],[140.42443,41.0004],[140.42443,40.90029],[140.55044,40.89975],[140.54994,41.06668],[140.6583,41.06668]],[[140.01669,40.33381],[140.25252,40.33381],[140.25006,39.33298],[139.98341,39.3332],[140.05622,39.72433],[140.00614,39.77043],[139.94073,39.88023],[139.94158,40.01081],[139.94055,40.08509],[139.94116,40.10876],[140.01669,40.33381]],[[139.85814,39.04176],[139.87552,39.04137],[139.87703,39.00009],[139.91671,39.00001],[139.9167,38.79173],[139.75493,38.79165],[139.7502,38.79386],[139.79376,38.89687],[139.79014,38.9254],[139.83615,38.99102],[139.85814,39.04176]],[[139.37551,38.1174],[139.38053,37.95893],[139.417,37.95845],[139.417,37.87413],[139.37571,37.8746],[139.37611,37.83296],[139.29234,37.83145],[139.30007,37.78074],[139.29173,37.68357],[139.29193,37.66473],[139.22935,37.6594],[139.18113,37.61024],[139.14537,37.60769],[139.12367,37.62671],[139.09816,37.65018],[139.08831,37.6664],[138.99951,37.66656],[138.99942,37.79171],[138.81261,37.79199],[138.86834,37.84689],[138.9915,37.91333],[139.08231,37.9775],[139.27679,38.03417],[139.37551,38.1174]],[[139.96008,38.49993],[140.50033,38.50009],[140.50023,38.16654],[140.37496,38.16654],[140.37536,38.08348],[140.2504,38.08293],[140.21705,38.07407],[140.22136,38.0422],[140.2512,38.04196],[140.2504,38.00017],[140.23372,37.99962],[140.23352,37.94197],[140.20861,37.9411],[140.20841,37.90013],[140.19253,37.89965],[140.19123,37.88372],[140.15838,37.883],[140.15828,37.85811],[140.0753,37.85945],[140.0741,37.87476],[140.05019,37.87571],[140.05019,37.89252],[140.05762,37.89355],[140.05813,37.92541],[140.0741,37.92573],[140.0742,37.94197],[140.09871,37.95369],[140.09821,37.99234],[140.10182,38.00041],[140.12282,38.00081],[140.11549,38.01806],[140.08977,38.02795],[140.0747,38.04133],[140.06727,38.03492],[140.06707,37.99186],[140.01634,37.9917],[140.01584,38.066],[139.99805,38.06656],[139.99966,38.13739],[139.99956,38.17514],[139.99795,38.3337],[139.95787,38.33378],[139.95837,38.50028],[139.96008,38.49993]],[[140.70822,38.7833],[140.70837,39.15023],[141.04194,39.14957],[141.04167,39.50008],[141.00147,39.49986],[140.99893,39.91638],[141.25077,39.91692],[141.25037,39.5007],[141.16709,39.50008],[141.16699,39.45627],[141.16669,39.40273],[141.16689,39.25073],[141.20798,39.24996],[141.20898,38.87471],[141.03399,38.8751],[141.03339,38.78354],[140.86794,38.78315],[140.70822,38.7833]],[[141.3759,38.36972],[141.37476,38.49992],[141.24904,38.50025],[141.25134,38.66886],[141.52524,38.66653],[141.54981,38.63369],[141.55052,38.55563],[141.55549,38.47938],[141.56558,38.39559],[141.54626,38.37398],[141.55919,38.32429],[141.59854,38.31226],[141.59527,38.26063],[141.50762,38.23664],[141.46983,38.24479],[141.39226,38.27725],[141.41158,38.34781],[141.3759,38.36972]],[[131.04175,33.7381],[131.0413,33.70887],[130.99956,33.70858],[131.00035,33.68392],[131.04959,33.68392],[131.05014,33.64171],[131.0751,33.64201],[131.07588,33.61683],[131.10039,33.61666],[131.10084,33.60082],[131.17448,33.60007],[131.19999,33.58422],[131.20066,33.55868],[131.2405,33.55868],[131.28258,33.54207],[131.33137,33.52528],[131.41821,33.55065],[131.51625,33.55084],[131.51692,33.5667],[131.63353,33.56688],[131.63308,33.47545],[131.7423,33.47452],[131.74946,33.45939],[131.75014,33.33289],[131.60756,33.33401],[131.60801,33.37421],[131.52565,33.37458],[131.52467,33.26691],[131.5769,33.25843],[131.64942,33.28332],[131.71634,33.28388],[131.77497,33.26687],[131.78385,33.25028],[131.83291,33.25015],[131.88403,33.2745],[131.90825,33.2749],[131.90809,33.25849],[131.87517,33.20607],[131.84985,33.18276],[131.85032,33.14964],[131.87525,33.15038],[131.90777,33.14129],[131.9171,33.13332],[131.91733,33.10858],[131.9505,33.09967],[131.95019,33.08349],[131.98279,33.08336],[131.98279,33.10007],[132.00036,33.1169],[132.0252,33.1169],[132.02473,33.0998],[132.00843,33.09172],[132.00843,33.06718],[132.01745,33.06705],[132.01715,33.04988],[131.99181,33.04211],[131.92518,33.04092],[131.9255,33.025],[131.95003,33.025],[131.95045,33.01347],[131.95034,32.97482],[131.98326,32.97536],[131.98492,32.95941],[132.0261,32.95922],[132.05828,32.95862],[132.05844,32.99142],[132.07198,32.9917],[132.08297,32.98332],[132.09168,32.92635],[132.02473,32.92542],[132.02473,32.90058],[132.03349,32.88294],[132.00795,32.88357],[131.98326,32.85871],[131.99988,32.8498],[132.01715,32.8429],[132.01603,32.82654],[131.97551,32.78396],[131.93411,32.76746],[131.8992,32.76614],[131.89179,32.71661],[131.83317,32.6507],[131.78369,32.64894],[131.78415,32.58396],[131.74185,32.58283],[131.7082,32.56669],[131.70773,32.54294],[131.74159,32.50852],[131.74141,32.45129],[131.70804,32.44216],[131.70112,32.40878],[131.65787,32.39219],[131.64226,32.33355],[131.59948,32.27572],[131.57492,32.18338],[131.54184,32.08474],[131.542,32.00009],[131.49975,32.00023],[131.50038,31.74971],[131.4586,31.75011],[131.45876,31.79182],[131.24969,31.79169],[131.24969,32.16704],[131.37488,32.16717],[131.37504,32.25046],[131.49991,32.25019],[131.49991,32.33341],[131.54137,32.33341],[131.54167,32.62506],[131.66645,32.62515],[131.66633,32.66662],[131.74993,32.66652],[131.75006,32.91664],[131.5977,32.91688],[131.25044,32.91663],[131.24902,33.00042],[131.49971,33.00002],[131.49987,33.06345],[131.50018,33.13915],[131.4804,33.16631],[131.284,33.16618],[131.26706,33.20035],[131.26627,33.25039],[131.29966,33.26985],[131.29951,33.31999],[131.24427,33.34114],[131.17511,33.34154],[131.17527,33.35806],[131.07525,33.35806],[131.07572,33.33347],[131.00055,33.33321],[131.00007,33.2496],[130.91445,33.2496],[130.7497,33.25013],[130.7497,33.08374],[130.62546,33.08321],[130.62546,33.00002],[130.72796,33.00171],[130.87492,33.00018],[130.8753,32.79131],[130.96677,32.79185],[130.96709,32.85808],[130.92531,32.85781],[130.92531,32.95029],[130.96679,32.95831],[131.00012,32.91683],[131.00017,32.50007],[130.66647,32.50046],[130.66669,32.33306],[130.62506,32.33306],[130.62461,32.24943],[130.49972,32.25037],[130.50039,32.12517],[130.33275,32.12498],[130.3437,32.16133],[130.34954,32.20815],[130.42748,32.29423],[130.46637,32.40054],[130.4939,32.40073],[130.523,32.43304],[130.54941,32.44456],[130.54986,32.4659],[130.48383,32.46647],[130.47421,32.47535],[130.4751,32.50064],[130.5089,32.54197],[130.62439,32.62571],[130.62484,32.6666],[130.52569,32.66679],[130.52524,32.68337],[130.55859,32.71671],[130.55903,32.7745],[130.57493,32.78372],[130.57493,32.82172],[130.50935,32.84185],[130.50778,32.86986],[130.44155,32.89158],[130.41624,32.94258],[130.41579,32.97488],[130.37438,33.00098],[130.37528,33.08315],[130.24927,33.08372],[130.24905,33.16076],[130.15863,33.09741],[130.17775,33.07174],[130.18369,33.06684],[130.18369,33.03401],[130.19958,33.025],[130.19977,33.00001],[130.12479,33.00001],[130.12457,32.96678],[130.0409,32.9407],[130.02501,32.94164],[130.02456,32.91647],[130.12457,32.9172],[130.12457,32.86739],[130.15031,32.86683],[130.19578,32.8661],[130.23334,32.89183],[130.29198,32.89183],[130.29243,32.84991],[130.29153,32.7916],[130.2922,32.71725],[130.18343,32.65791],[130.15034,32.65002],[130.11539,32.64962],[130.11744,32.70014],[130.15903,32.71706],[130.24856,32.75867],[130.24968,32.79085],[130.1333,32.79235],[130.12569,32.76751],[130.00147,32.74963],[129.9294,32.67317],[129.80048,32.57459],[129.80003,32.54704],[129.77425,32.54749],[129.71767,32.54987],[129.71632,32.59043],[129.7499,32.67487],[129.75012,32.72459],[129.80025,32.72553],[129.74161,32.77523],[129.62411,32.8501],[129.62646,32.91787],[129.83159,32.91738],[129.87121,32.91644],[129.89269,32.94105],[129.93343,33.00827],[129.967,33.07469],[130.05809,33.12025],[130.05876,33.21693],[130.24946,33.21674],[130.2499,33.33331],[130.21566,33.3335],[130.0422,33.33331],[129.92559,33.33294],[129.90836,33.35837],[129.90791,33.38304],[129.86695,33.38285],[129.86697,33.36012],[129.83338,33.34079],[129.80093,33.34098],[129.80003,33.31592],[129.75057,33.31686],[129.75034,33.27533],[129.72572,33.27477],[129.6917,33.30807],[129.69237,33.25025],[129.87479,33.25025],[129.8759,33.21299],[129.87521,33.11856],[129.87523,33.03323],[129.80831,33.03305],[129.7499,33.05031],[129.734,33.058],[129.72658,33.08172],[129.69842,33.09982],[129.62413,33.09928],[129.62374,33.12377],[129.62501,33.24201],[129.59255,33.24108],[129.59255,33.29928],[129.54197,33.3004],[129.50012,33.31761],[129.49989,33.41686],[129.59949,33.41593],[129.66753,33.40864],[129.66775,33.43274],[129.8336,33.56656],[129.93208,33.56787],[129.93522,33.40827],[130.04131,33.3836],[130.04108,33.48428],[130.24901,33.48465],[130.25057,33.61681],[130.28504,33.63405],[130.28303,33.69151],[130.30888,33.69151],[130.32365,33.66712],[130.39225,33.69179],[130.41777,33.72484],[130.43388,33.77546],[130.39024,33.87047],[130.39113,33.92509],[130.50774,33.92621],[130.60555,33.89166],[130.66665,33.9496],[130.74991,34.00844],[130.84973,34.00825],[130.8504,34.14155],[130.88308,34.19192],[130.85801,34.27519],[130.83228,34.36706],[130.97127,34.45052],[131.08608,34.43336],[131.19307,34.44166],[131.29356,34.44092],[131.36518,34.44591],[131.37548,34.5328],[131.44934,34.55013],[131.57445,34.69176],[131.62526,34.69158],[131.78596,34.70078],[131.86989,34.77435],[131.99545,34.88146],[132.37594,35.16739],[132.74972,35.16684],[132.75084,35.08318],[132.6255,35.08337],[132.62505,34.91671],[132.3755,34.91689],[132.37527,34.83426],[132.12482,34.83298],[132.12482,34.75008],[132.00038,34.7499],[132.00038,34.5833],[131.74989,34.58326],[131.75139,34.37954],[131.75147,34.1671],[132.12497,34.16683],[132.12481,34.2914],[132.25016,34.29193],[132.24929,34.40917],[132.25016,34.49983],[132.37249,34.49996],[132.37503,34.58339],[132.49167,34.58339],[132.49182,34.70831],[132.59177,34.70824],[132.58365,34.5417],[132.84148,34.54133],[132.84193,34.66623],[133.08343,34.66678],[133.08365,34.76631],[133.20743,34.76687],[133.20787,34.66678],[133.49973,34.66642],[133.50026,34.83314],[133.7012,34.83357],[133.69941,34.87526],[133.74984,34.87535],[133.74984,34.9999],[133.8751,35.00003],[133.87518,35.12504],[133.97425,35.12517],[133.97546,35.00097],[134.0585,34.99997],[134.05816,35.07464],[134.16654,35.0748],[134.1667,35.00016],[134.75338,35.00016],[134.83324,34.99997],[134.8333,35.04176],[135.24494,35.04176],[135.37472,35.04153],[135.37535,35.0836],[135.74948,35.08335],[135.75066,35.25004],[135.87474,35.2503],[135.87529,35.33388],[136.00001,35.33356],[136.00024,35.2587],[135.98331,35.24255],[135.93361,35.20027],[135.93306,35.1667],[135.97539,35.16664],[135.97523,35.15597],[136.04993,35.15829],[136.04993,35.21663],[136.05895,35.22484],[136.12455,35.23344],[136.12536,35.25011],[136.16667,35.24997],[136.16651,35.36441],[136.16664,35.45873],[136.33347,35.45857],[136.37478,35.33382],[136.49981,35.33356],[136.49965,35.49981],[136.74991,35.58365],[137.00003,35.58344],[136.99984,35.41254],[136.99999,35.33351],[137.24995,35.33357],[137.24998,34.91665],[137.6249,34.91658],[137.62516,35.00034],[137.69186,35.00052],[137.69182,35.06711],[137.74199,35.06668],[137.74222,35.10789],[137.77489,35.10844],[137.77474,35.15015],[138.16671,35.15021],[138.16666,35.2918],[138.38224,35.29138],[138.50029,35.29187],[138.50119,35.33333],[138.38256,35.33369],[138.38319,35.44169],[138.49985,35.44208],[138.49988,35.4584],[138.66644,35.45855],[138.66704,35.37476],[138.70818,35.37519],[138.70818,35.33348],[138.8334,35.33357],[138.83329,35.40832],[139.0082,35.40836],[139.00858,35.39192],[139.1243,35.39228],[139.12498,35.41668],[139.25001,35.41667],[139.24995,35.49996],[139.12487,35.50005],[139.12492,35.5833],[138.99999,35.58333],[138.99999,35.6667],[139.1249,35.66678],[139.12504,35.8092],[139.12474,35.91713],[139.00053,35.91713],[139.00006,36.00001],[139.12492,36.00012],[139.12547,36.11894],[139.12495,36.16664],[139,36.16668],[138.99941,36.25031],[138.95831,36.25002],[138.95822,36.29127],[138.91663,36.29166],[138.91678,36.37496],[138.95845,36.37565],[138.95836,36.45832],[139.08379,36.45868],[139.08334,36.5],[139.25009,36.50012],[139.2496,36.54136],[139.37464,36.54189],[139.37505,36.62499],[139.45022,36.62528],[139.44999,36.66667],[139.66374,36.66671],[139.75002,36.66665],[139.75005,36.75003],[140,36.75001],[139.99998,36.62209],[140.00001,36.41668],[140.25001,36.41666],[140.24999,36.04158],[140.50004,36.04158],[140.49989,35.83349],[140.41632,35.83374],[140.4168,35.7919],[140.45874,35.79113],[140.45874,35.72461],[140.51666,35.72486],[140.51691,35.7417],[140.59144,35.74174],[140.5915,35.94177],[140.65002,35.94164],[140.64994,36.00837],[140.67503,36.00834],[140.71403,35.92326],[140.77327,35.83877],[140.81532,35.78508],[140.89133,35.7501],[140.89211,35.71717],[140.86632,35.67853],[140.80694,35.70622],[140.72767,35.6761],[140.68235,35.68891],[140.60194,35.63074],[140.48545,35.54409],[140.4095,35.42897],[140.40816,35.33353],[140.30722,35.33371],[140.30767,35.41748],[140.30946,35.45851],[140.20762,35.45905],[140.20829,35.37478],[140.12503,35.37478],[140.12436,35.33408],[140.29155,35.33316],[140.29245,35.20909],[140.31707,35.20836],[140.31662,35.18422],[140.35042,35.18257],[140.3431,35.13152],[140.23201,35.10096],[140.13697,35.09271],[140.05542,35.03643],[139.98865,34.98849],[139.96379,34.91688],[139.91222,34.88262],[139.82272,34.89218],[139.78337,34.93633],[139.73961,34.95322],[139.7443,34.99303],[139.81476,35.00932],[139.7963,35.05283],[139.80169,35.09108],[139.80766,35.1529],[139.80866,35.19667],[139.85153,35.24127],[139.8325,35.29189],[139.74927,35.2961],[139.76149,35.33517],[139.79232,35.35267],[139.81035,35.49933],[140.0035,35.49988],[140.03349,35.53668],[140.06639,35.58384],[139.79714,35.58311],[139.80005,35.50079],[139.77087,35.47343],[139.70992,35.44207],[139.6987,35.40282],[139.66887,35.36715],[139.68478,35.30781],[139.73549,35.2728],[139.75069,35.25934],[139.73734,35.23092],[139.74388,35.20852],[139.69714,35.18971],[139.67426,35.1702],[139.68932,35.15394],[139.68151,35.13477],[139.62355,35.12199],[139.59783,35.1285],[139.60224,35.17253],[139.58363,35.18959],[139.59033,35.24164],[139.5496,35.28403],[139.49879,35.30084],[139.42314,35.30942],[139.29131,35.30066],[139.23074,35.27778],[139.15546,35.23542],[139.15031,35.17507],[139.16665,35.13316],[139.12502,35.13298],[139.09436,35.13335],[139.05832,35.13316],[139.05671,35.00443],[139.03348,34.98385],[138.99968,34.98367],[139.00057,34.88274],[139.14136,34.88348],[139.11002,34.84602],[139.08129,34.79529],[139.01691,34.74107],[138.9999,34.64151],[138.90044,34.6097],[138.87367,34.59159],[138.80026,34.59988],[138.75773,34.65881],[138.72528,34.67575],[138.72528,34.72506],[138.83316,34.72598],[138.83383,34.74952],[138.7419,34.75106],[138.7338,34.8136],[138.74985,34.90057],[138.76065,34.93773],[138.75028,34.98313],[138.77855,35.04352],[138.87546,35.03316],[138.87703,35.04929],[138.85845,35.04984],[138.76804,35.12107],[138.68294,35.12223],[138.61873,35.09015],[138.55409,35.05201],[138.54926,34.99442],[138.49996,34.95392],[138.39142,34.91129],[138.35562,34.86759],[138.33929,34.80042],[138.27635,34.72246],[138.24467,34.66616],[138.24396,34.58503],[138.12662,34.58573],[138.01467,34.62561],[137.88184,34.65541],[137.79532,34.63718],[137.68991,34.65307],[137.57654,34.66441],[137.38135,34.64618],[137.18402,34.58409],[137.03187,34.5662],[137.00794,34.57573],[137.0254,34.61792],[137.0599,34.66613],[137.17517,34.66686],[137.30767,34.75996],[137.29894,34.77595],[137.29088,34.79231],[137.25037,34.79213],[137.21635,34.76768],[137.15816,34.74911],[137.08318,34.75076],[137.03215,34.76345],[136.94061,34.80848],[136.93456,34.77522],[136.98335,34.72575],[137.06751,34.74212],[137.06773,34.70183],[137.02454,34.70809],[137.01581,34.64937],[136.98179,34.65029],[136.82601,34.74911],[136.84884,34.82319],[136.79266,34.82521],[136.79132,35.00048],[136.75081,35.00012],[136.74991,34.95849],[136.68277,34.96069],[136.6624,34.89701],[136.59078,34.80003],[136.53863,34.72704],[136.58294,34.62506],[136.75682,34.54181],[136.85798,34.54126],[136.93945,34.54347],[136.91675,34.49231],[136.94081,34.46687],[136.94113,34.40866],[136.92404,34.35876],[136.90742,34.30209],[136.90045,34.2666],[136.84981,34.23416],[136.81693,34.1923],[136.79948,34.19254],[136.79996,34.22906],[136.74203,34.25863],[136.73325,34.28285],[136.70896,34.28334],[136.64264,34.25902],[136.5594,34.22605],[136.53564,34.22167],[136.50068,34.20864],[136.44007,34.20053],[136.38325,34.16675],[136.3334,34.14802],[136.31583,34.08487],[136.2674,34.08316],[136.12497,34.08343],[136.12449,34.16688],[136.24968,34.16688],[136.24984,34.25012],[136.37486,34.25025],[136.37468,34.33331],[136.50021,34.33302],[136.49973,34.49192],[136.45843,34.49127],[136.45811,34.5416],[136.4168,34.54186],[136.41664,34.62516],[136.37494,34.62464],[136.37469,34.68106],[136.37485,34.74974],[136.33402,34.75026],[136.33354,34.79109],[136.37485,34.79213],[136.37533,34.95858],[136.33323,34.95858],[136.33323,34.83345],[136.29239,34.83371],[136.29208,34.792],[136.24966,34.79213],[136.24998,34.70838],[136.29192,34.70851],[136.2916,34.62475],[136.12487,34.62512],[136.12498,34.66674],[136.04161,34.66655],[136.04094,34.7499],[136.00023,34.75009],[135.99991,34.65993],[135.99975,34.58387],[136.04153,34.58374],[136.04185,34.50017],[136.04989,34.49997],[136.05005,34.42503],[135.91674,34.425],[135.91667,34.35836],[135.81665,34.35837],[135.81661,34.31668],[135.74991,34.31672],[135.75007,34.29167],[135.64152,34.29176],[135.64186,34.27512],[135.53325,34.27489],[135.53348,34.25834],[135.475,34.25834],[135.47511,34.22498],[135.37507,34.22512],[135.3749,34.20814],[135.50001,34.20837],[135.50001,33.66652],[135.87502,33.66661],[135.87558,33.74983],[136.03371,33.75021],[136.01272,33.71062],[135.99681,33.67327],[135.97948,33.63389],[135.97195,33.61271],[135.95831,33.56798],[135.85332,33.50522],[135.85353,33.48302],[135.87591,33.4814],[135.86057,33.44051],[135.77718,33.42558],[135.7418,33.42534],[135.74163,33.4665],[135.68498,33.47915],[135.59008,33.49633],[135.47373,33.52819],[135.3902,33.5752],[135.37485,33.61633],[135.37533,33.64967],[135.33371,33.6498],[135.32468,33.66653],[135.45794,33.66666],[135.45842,33.74987],[135.41727,33.75],[135.41663,33.78802],[135.41743,33.83273],[135.37517,33.83326],[135.37517,33.79171],[135.3284,33.78999],[135.28777,33.75622],[135.21503,33.7698],[135.14371,33.85113],[135.12013,33.87826],[135.05776,33.87991],[135.05947,33.96479],[135.07709,34.00837],[135.11345,34.05029],[135.06515,34.06759],[135.07041,34.121],[135.15522,34.16286],[135.1163,34.18742],[135.06316,34.25849],[135.04915,34.27082],[134.99554,34.27152],[134.9955,34.29122],[134.99945,34.29894],[135.00904,34.30357],[135.1457,34.34721],[135.20804,34.35108],[135.24174,34.39165],[135.19145,34.42482],[135.25012,34.46056],[135.29487,34.42658],[135.30902,34.44119],[135.36647,34.53277],[135.39147,34.53394],[135.38308,34.63128],[135.36409,34.66669],[135.29161,34.66695],[135.29061,34.6245],[135.08349,34.62463],[135.04725,34.61643],[134.92905,34.64799],[134.826,34.69662],[134.75874,34.74267],[134.71632,34.74982],[134.52561,34.74969],[134.41657,34.70885],[134.31671,34.66669],[134.25055,34.66656],[134.24992,34.68309],[134.15797,34.68348],[134.15781,34.70013],[134.12505,34.7],[134.12474,34.58386],[134.11666,34.55845],[134.02519,34.55024],[134.02535,34.44785],[134.02788,34.41639],[134.19168,34.41678],[134.19152,34.38401],[134.28347,34.38296],[134.28347,34.33371],[134.38082,34.29415],[134.40952,34.26539],[134.43268,34.24648],[134.56265,34.25055],[134.66663,34.24963],[134.64146,34.04963],[134.70809,33.96554],[134.74006,33.92825],[134.71221,33.86773],[134.76918,33.86691],[134.76712,33.82524],[134.66742,33.7754],[134.63102,33.77487],[134.50018,33.77493],[134.49978,33.95855],[134.4582,33.95874],[134.45816,34.00006],[134.34679,33.99889],[134.06047,33.99988],[133.74955,34.00047],[133.74998,34.33337],[133.875,34.33342],[133.87494,34.41668],[133.95888,34.41683],[133.95843,34.44157],[133.85055,34.44157],[133.84966,34.46621],[133.82537,34.46704],[133.81642,34.44222],[133.84205,34.43326],[133.84194,34.41656],[133.75822,34.41715],[133.74122,34.44175],[133.6913,34.44152],[133.69085,34.45739],[133.69097,34.46639],[133.70004,34.48346],[133.61655,34.48355],[133.61689,34.45827],[133.53351,34.45887],[133.53329,34.41752],[133.4897,34.41743],[133.46642,34.43313],[133.46631,34.44992],[133.4503,34.45002],[133.45008,34.4166],[133.41713,34.41696],[133.41668,34.35786],[133.34174,34.3583],[133.30304,34.37515],[133.2748,34.35876],[133.21655,34.35],[133.16694,34.35007],[133.16662,34.36659],[133.09184,34.36659],[133.09176,34.3417],[133.05837,34.34164],[133.05829,34.32491],[132.90003,34.32517],[132.89148,34.29164],[132.7917,34.29164],[132.79133,34.28281],[132.792,34.24212],[132.77492,34.22513],[132.71629,34.22499],[132.71652,34.21655],[132.75854,34.21636],[132.775,34.20877],[132.79218,34.20095],[132.79223,34.14177],[132.74138,34.14173],[132.70838,34.16655],[132.63354,34.16665],[132.61664,34.1917],[132.59185,34.1916],[132.5749,34.1666],[132.54155,34.16674],[132.54178,34.14196],[132.42515,34.14165],[132.42503,34.16657],[132.3749,34.16663],[132.37515,34.18348],[132.40833,34.18343],[132.3752,34.2168],[132.34991,34.23331],[132.35014,34.25834],[132.35814,34.25843],[132.35819,34.27503],[132.33922,34.25834],[132.29166,34.22494],[132.24992,34.22494],[132.25003,34.2043],[132.25809,34.18324],[132.28327,34.18352],[132.28321,34.19995],[132.29183,34.20837],[132.32501,34.20847],[132.31684,34.1753],[132.25843,34.17533],[132.25843,34.14171],[132.2502,34.11675],[132.21669,34.11684],[132.21685,34.0585],[132.22491,34.05827],[132.22502,33.99163],[132.21669,33.99177],[132.21652,33.97516],[132.25037,33.97526],[132.25014,33.91622],[131.95761,33.91733],[131.95783,33.92512],[131.91755,33.92495],[131.91586,33.95863],[131.88699,33.96671],[131.87569,33.95891],[131.84973,33.92502],[131.80049,33.92439],[131.79948,33.95046],[131.7752,33.95057],[131.75058,33.9668],[131.70828,33.97508],[131.70918,33.92551],[131.68366,33.92513],[131.68321,33.95056],[131.6916,33.96717],[131.69988,33.98323],[131.68332,33.99937],[131.68354,34.01681],[131.69999,34.017],[131.70011,34.03314],[131.68209,34.03352],[131.67515,34.02581],[131.62513,34.02488],[131.59122,33.97515],[131.38721,33.97497],[131.29981,33.91685],[131.16675,33.91667],[131.1172,33.97473],[131.06078,34.02462],[131.03349,34.02557],[131.04198,34.00848],[131.04175,33.7381]],[[135.98583,35.86595],[135.93905,35.95517],[135.95723,36.1316],[136.15271,36.29666],[136.6596,36.75695],[136.65846,37.00603],[136.66642,37.33477],[136.85167,37.42328],[137.11307,37.5288],[137.31877,37.54953],[137.39151,37.50356],[137.34765,37.35791],[137.20218,37.24762],[137.09307,37.06828],[137.0223,36.83795],[137.09532,36.80133],[137.22971,36.77368],[137.35387,36.80451],[137.39706,36.90966],[137.50588,36.95883],[137.72267,37.01579],[137.95199,37.10656],[138.053,37.16975],[138.18626,37.18254],[138.28854,37.24861],[138.43501,37.34512],[138.54909,37.41229],[138.61842,37.49225],[138.73903,37.51536],[138.78378,37.5674],[138.82185,37.62796],[138.91491,37.63009],[138.924,37.6032],[139.01321,37.59757],[139.01421,37.53507],[139.03452,37.52325],[139.03793,37.45798],[139.04887,37.42358],[139.13027,37.42312],[139.23881,37.4326],[139.26282,37.33326],[139.12289,37.32784],[139.11408,37.26354],[139.11422,37.16748],[139.05555,37.16658],[138.82825,37.17133],[138.87072,37.2338],[138.89104,37.31316],[138.72965,37.33259],[138.71403,37.29474],[138.71715,37.1642],[138.53517,37.16533],[138.39907,37.16692],[138.37478,37.13261],[138.3725,36.99907],[138.08823,36.99839],[138.08596,36.91586],[137.89233,36.91768],[137.87798,36.83517],[137.66517,36.8321],[137.52111,36.83142],[137.51216,36.74222],[137.39482,36.74427],[137.37138,36.58325],[137.29367,36.58371],[137.18016,36.55028],[137.21383,36.53133],[137.26384,36.33176],[136.63321,36.33496],[136.50436,36.29227],[136.39412,36.29444],[136.38034,36.25493],[136.37778,36.17665],[136.38218,36.09507],[136.38758,36.00065],[136.2593,35.99399],[136.25532,35.90923],[136.24992,35.83337],[136.12207,35.82876],[136.11184,35.88725],[136.05984,35.91165],[136.01793,35.86676],[135.98583,35.86595]],[[140.03281,37.29986],[140.03344,37.34643],[140.03344,37.47427],[140.03407,37.48281],[139.99973,37.48356],[140.00036,37.44198],[139.94212,37.44173],[139.94197,37.35007],[139.89116,37.35007],[139.89116,37.41698],[139.81725,37.41647],[139.81266,37.57468],[139.74192,37.57556],[139.74224,37.79174],[139.81789,37.79162],[139.98296,37.79112],[139.98359,37.58334],[140.0412,37.58334],[140.04151,37.47502],[140.1591,37.47528],[140.15815,37.63311],[140.3745,37.63399],[140.37481,37.83338],[140.5,37.83525],[140.49989,37.91662],[140.53144,37.9168],[140.62489,37.9167],[140.62489,37.84641],[140.62534,37.33359],[140.57502,37.33284],[140.57486,37.25881],[140.4579,37.25855],[140.45774,37.2084],[140.2501,37.20866],[140.24994,37.29998],[140.03281,37.29986]],[[141.00075,38.16707],[140.84264,38.16752],[140.68779,38.16405],[140.70788,38.09499],[140.70868,38.03346],[140.61627,38.03362],[140.53369,38.11364],[140.5359,38.14478],[140.61948,38.14478],[140.62471,38.2048],[140.6231,38.27376],[140.63073,38.33902],[140.81255,38.33698],[141.00362,38.33398],[141.00075,38.16707]],[[129.44454,34.73675],[129.52524,34.65452],[129.35703,34.19046],[129.23088,34.06063],[129.15132,34.11616],[129.27179,34.63488],[129.44454,34.73675]]],terms_url:"http://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html",terms_text:"GSI Japan"},{id:"gsi.go.jp_std_map",name:"Japan GSI Standard Map",type:"tms",template:"https://cyberjapandata.gsi.go.jp/xyz/std/{zoom}/{x}/{y}.png",zoomExtent:[5,18],polygon:[[[141.85547,44.64912],[140.22949,43.9691],[138.95508,41.80408],[139.48242,40.17887],[138.86719,38.30718],[136.31836,37.19533],[132.14355,35.13788],[128.93555,33.35806],[129.50684,32.4727],[129.77051,31.69078],[130.20996,30.90223],[131.2207,30.78904],[131.66016,32.32428],[132.71484,32.87959],[133.76953,33.17434],[136.75781,33.87042],[139.30664,35.06597],[140.88867,35.17381],[141.15234,36.5626],[142.11914,39.94344],[141.76758,42.68243],[141.85547,44.64912]]],terms_url:"https://maps.gsi.go.jp/help/use.html",terms_text:"GSI Japan"},{id:"Aargau-AGIS-2014",name:"Kanton Aargau 25cm (AGIS 2014)",type:"tms",template:"https://mapproxy.osm.ch/tiles/AGIS2014/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",zoomExtent:[8,19],polygon:[[[8.09602,47.57882],[8.10323,47.57879],[8.10323,47.58583],[8.10591,47.58732],[8.11019,47.58878],[8.11589,47.5893],[8.12168,47.58916],[8.12546,47.58873],[8.12959,47.58888],[8.13023,47.59122],[8.132,47.59358],[8.13506,47.59546],[8.13831,47.59698],[8.14161,47.59939],[8.14534,47.60076],[8.14961,47.60144],[8.15438,47.60127],[8.15751,47.60063],[8.16119,47.59914],[8.16255,47.59976],[8.16438,47.60148],[8.16653,47.60399],[8.17087,47.60673],[8.17608,47.60838],[8.17912,47.60868],[8.18153,47.6118],[8.18304,47.61489],[8.18498,47.6176],[8.18953,47.62151],[8.19212,47.62321],[8.22261,47.623],[8.22561,47.6212],[8.22849,47.61842],[8.22959,47.61621],[8.23008,47.61501],[8.23261,47.61686],[8.23657,47.61803],[8.24,47.61835],[8.24351,47.61783],[8.24749,47.61877],[8.25066,47.61988],[8.25708,47.6208],[8.26104,47.62069],[8.26491,47.61935],[8.26732,47.61769],[8.26902,47.61531],[8.27579,47.61702],[8.28106,47.61707],[8.28772,47.61626],[8.29421,47.61442],[8.29947,47.61221],[8.30311,47.60977],[8.30287,47.59447],[8.30438,47.59227],[8.30591,47.59109],[8.30791,47.59019],[8.31236,47.58917],[8.31655,47.58713],[8.32049,47.58436],[8.32598,47.57888],[8.32864,47.57716],[8.33219,47.57604],[8.33902,47.57577],[8.34702,47.57628],[8.35962,47.57552],[8.36475,47.57436],[8.37207,47.57377],[8.38002,47.57233],[8.38194,47.57496],[8.38387,47.57686],[8.38879,47.58027],[8.39232,47.58174],[8.39611,47.58247],[8.40013,47.58255],[8.40432,47.58158],[8.41158,47.57928],[8.418,47.57602],[8.42381,47.57452],[8.43039,47.57228],[8.43275,47.57035],[8.4336,47.56849],[8.43353,47.56669],[8.4319,47.56444],[8.4286,47.56217],[8.42575,47.56121],[8.4259,47.55854],[8.42498,47.55624],[8.42353,47.55469],[8.42296,47.5537],[8.4246,47.5517],[8.42492,47.54981],[8.42434,47.54836],[8.42539,47.54679],[8.425,47.54418],[8.4233,47.5422],[8.421,47.54106],[8.41832,47.54049],[8.41551,47.54062],[8.4139,47.53924],[8.41283,47.5372],[8.41194,47.53626],[8.41241,47.53415],[8.41185,47.53237],[8.41117,47.53158],[8.40143,47.53169],[8.40124,47.52443],[8.39936,47.5222],[8.39666,47.52082],[8.39385,47.51988],[8.39085,47.51973],[8.38877,47.52014],[8.38809,47.5146],[8.38551,47.51075],[8.38366,47.50944],[8.36776,47.50953],[8.36739,47.48709],[8.3751,47.48689],[8.37889,47.4853],[8.38196,47.48188],[8.38184,47.47521],[8.38328,47.47192],[8.38244,47.46879],[8.37943,47.46643],[8.37751,47.4659],[8.37787,47.46496],[8.38238,47.46423],[8.38671,47.46097],[8.39171,47.45743],[8.39315,47.45349],[8.39514,47.45031],[8.39418,47.44722],[8.39171,47.44535],[8.3896,47.44449],[8.38996,47.44339],[8.39111,47.4416],[8.39213,47.43924],[8.39339,47.4359],[8.39249,47.43411],[8.39369,47.43143],[8.39568,47.42854],[8.39959,47.42463],[8.39953,47.41954],[8.449,47.41897],[8.45369,47.41233],[8.45369,47.40451],[8.44858,47.39649],[8.40362,47.39685],[8.40483,47.39392],[8.4029,47.38903],[8.4035,47.38553],[8.40314,47.38304],[8.40483,47.37905],[8.40844,47.37575],[8.41379,47.37338],[8.4159,47.37016],[8.41584,47.36539],[8.4144,47.36327],[8.41494,47.35912],[8.41722,47.35573],[8.41632,47.35231],[8.41355,47.34913],[8.41367,47.34688],[8.41476,47.3448],[8.41885,47.34244],[8.42264,47.34052],[8.42469,47.33718],[8.42421,47.33163],[8.42914,47.33286],[8.4351,47.33192],[8.43763,47.33281],[8.44328,47.33506],[8.44527,47.33746],[8.45213,47.3402],[8.45761,47.33975],[8.46212,47.33649],[8.46278,47.33322],[8.46043,47.32829],[8.45797,47.32457],[8.45556,47.32005],[8.44918,47.31495],[8.44713,47.31217],[8.44021,47.30948],[8.43624,47.29817],[8.43311,47.29593],[8.42806,47.29397],[8.42318,47.29001],[8.41656,47.28789],[8.41024,47.28728],[8.4035,47.28409],[8.40188,47.2805],[8.40862,47.27593],[8.41066,47.2716],[8.40892,47.26613],[8.41235,47.2618],[8.41235,47.25873],[8.41109,47.25608],[8.41698,47.25142],[8.41885,47.2475],[8.41801,47.24305],[8.4144,47.23904],[8.41373,47.23565],[8.4106,47.23226],[8.40435,47.22797],[8.40296,47.2256],[8.40398,47.22127],[8.40856,47.21718],[8.40928,47.21326],[8.40844,47.20945],[8.41012,47.20258],[8.41319,47.19678],[8.41271,47.1924],[8.4088,47.18799],[8.40814,47.18475],[8.4091,47.1812],[8.41518,47.17915],[8.41915,47.17563],[8.42294,47.16553],[8.42294,47.15747],[8.42011,47.15325],[8.42246,47.14838],[8.42276,47.14392],[8.42053,47.13954],[8.41584,47.13524],[8.40898,47.13274],[8.40386,47.13201],[8.40116,47.13258],[8.39532,47.1327],[8.38437,47.1345],[8.37895,47.13385],[8.37245,47.13442],[8.36908,47.13659],[8.368,47.13876],[8.35656,47.14228],[8.35409,47.14564],[8.35331,47.14916],[8.3506,47.15161],[8.3503,47.15419],[8.34772,47.15669],[8.34561,47.15923],[8.34086,47.16164],[8.33935,47.16512],[8.3373,47.16896],[8.33315,47.17154],[8.33261,47.17351],[8.33062,47.17792],[8.33002,47.18717],[8.32924,47.18786],[8.32936,47.19494],[8.32292,47.19514],[8.32148,47.19854],[8.32196,47.20115],[8.31835,47.21043],[8.31413,47.21178],[8.31089,47.2153],[8.31107,47.21857],[8.31221,47.2198],[8.30884,47.22433],[8.30932,47.22646],[8.30715,47.23042],[8.30727,47.2321],[8.30595,47.23582],[8.30607,47.23949],[8.30378,47.24366],[8.30144,47.24677],[8.29554,47.24836],[8.29187,47.25293],[8.28814,47.25869],[8.28766,47.26143],[8.28627,47.26519],[8.28723,47.26805],[8.28838,47.26964],[8.2823,47.27478],[8.27718,47.27576],[8.27273,47.27531],[8.26749,47.27593],[8.26533,47.27719],[8.2616,47.27695],[8.25793,47.27781],[8.25576,47.27887],[8.25317,47.27678],[8.25034,47.27548],[8.2501,47.27348],[8.24956,47.27017],[8.24559,47.26715],[8.24095,47.26678],[8.23452,47.26727],[8.23145,47.26278],[8.2309,47.25931],[8.22663,47.24942],[8.222,47.24713],[8.21526,47.24431],[8.21363,47.24203],[8.21309,47.23602],[8.21123,47.23246],[8.21285,47.22548],[8.21117,47.22266],[8.20689,47.22053],[8.19762,47.22065],[8.19149,47.21861],[8.16976,47.21865],[8.16543,47.22315],[8.16085,47.22405],[8.15351,47.2294],[8.15171,47.2332],[8.14822,47.23647],[8.14798,47.241],[8.14635,47.24203],[8.13823,47.24166],[8.13558,47.23941],[8.12673,47.23606],[8.1218,47.23631],[8.11614,47.23872],[8.10675,47.23945],[8.10266,47.24113],[8.09983,47.24436],[8.09766,47.2493],[8.09797,47.25069],[8.09339,47.25567],[8.08852,47.2569],[8.08485,47.25583],[8.08323,47.25405],[8.07995,47.25246],[8.0769,47.25054],[8.06854,47.24284],[8.06325,47.24098],[8.05134,47.23865],[8.04857,47.23886],[8.03575,47.23747],[8.0322,47.23555],[8.02714,47.23534],[8.01139,47.23967],[8.00927,47.24116],[8.00791,47.24312],[8.00783,47.24821],[8.00857,47.25042],[8.0084,47.25769],[8.00712,47.25922],[8.00299,47.26162],[8.00052,47.26486],[7.99759,47.26789],[7.99627,47.27271],[7.99474,47.27369],[7.98993,47.27121],[7.97278,47.26907],[7.96857,47.27008],[7.96737,47.27098],[7.95861,47.27112],[7.9601,47.26748],[7.96274,47.26396],[7.96576,47.26171],[7.96699,47.25879],[7.96695,47.25001],[7.95963,47.24582],[7.95112,47.23918],[7.94469,47.236],[7.93733,47.23106],[7.93405,47.23051],[7.9298,47.23077],[7.9178,47.23305],[7.90784,47.23837],[7.89793,47.2377],[7.8695,47.23207],[7.85478,47.22719],[7.85137,47.22713],[7.83958,47.22947],[7.83584,47.22976],[7.83082,47.23259],[7.82707,47.23505],[7.82431,47.23831],[7.82129,47.24042],[7.82014,47.24264],[7.81822,47.24562],[7.81771,47.24917],[7.81822,47.25082],[7.81835,47.25371],[7.81988,47.25587],[7.82116,47.2568],[7.82112,47.25778],[7.8192,47.26058],[7.81912,47.26154],[7.81686,47.26486],[7.8175,47.26731],[7.81958,47.26982],[7.82439,47.27158],[7.82805,47.2721],[7.83592,47.27837],[7.83707,47.28342],[7.84005,47.2872],[7.84201,47.29067],[7.84588,47.29427],[7.84763,47.2982],[7.85137,47.30299],[7.8529,47.30741],[7.85571,47.31032],[7.86065,47.31254],[7.86422,47.31349],[7.87018,47.31672],[7.87631,47.31736],[7.88082,47.31716],[7.88337,47.31667],[7.88588,47.31941],[7.88886,47.32131],[7.88805,47.32443],[7.88907,47.3287],[7.8915,47.33262],[7.8978,47.34014],[7.9001,47.34156],[7.90005,47.3432],[7.90222,47.34557],[7.90635,47.34704],[7.90963,47.34735],[7.91359,47.34626],[7.91618,47.34456],[7.91699,47.34303],[7.92401,47.33899],[7.93839,47.33792],[7.94929,47.33784],[7.95431,47.33596],[7.95593,47.33317],[7.95691,47.32968],[7.95571,47.32535],[7.96993,47.32797],[7.97308,47.33017],[7.98333,47.33432],[7.98563,47.33692],[7.98954,47.33818],[7.99248,47.33827],[7.99784,47.34017],[7.99635,47.34257],[7.99601,47.34588],[7.99733,47.34859],[8.00116,47.35081],[8.00137,47.3569],[8.00261,47.3577],[8.00418,47.36044],[8.00976,47.36419],[8.01125,47.36598],[8.01746,47.36926],[8.01912,47.37157],[8.0198,47.37376],[8.02023,47.37598],[8.02172,47.37837],[8.02193,47.38093],[8.02282,47.38286],[8.02078,47.38857],[8.01606,47.38929],[8.01265,47.38897],[8.00772,47.39012],[8.00367,47.39205],[8.00163,47.39479],[8.00155,47.39998],[8.00023,47.40306],[7.99801,47.40453],[7.99261,47.40551],[7.98776,47.40637],[7.98418,47.40839],[7.98027,47.4081],[7.9732,47.41127],[7.96963,47.41383],[7.95695,47.41893],[7.95529,47.4218],[7.95593,47.42402],[7.95746,47.42621],[7.96274,47.42828],[7.97746,47.43254],[7.97567,47.43732],[7.97614,47.44138],[7.97431,47.44368],[7.95129,47.45111],[7.94861,47.4539],[7.94818,47.4566],[7.94678,47.45755],[7.94039,47.45669],[7.93588,47.45738],[7.93631,47.47625],[7.9318,47.47605],[7.92469,47.47717],[7.91571,47.47743],[7.90903,47.47947],[7.90316,47.47967],[7.90295,47.48965],[7.8969,47.4898],[7.8918,47.49405],[7.89086,47.49765],[7.8878,47.49931],[7.88631,47.5023],[7.87999,47.50397],[7.87403,47.50787],[7.86994,47.50944],[7.87006,47.51239],[7.86435,47.51245],[7.85851,47.51543],[7.8558,47.51854],[7.85625,47.52147],[7.8549,47.52474],[7.85183,47.5285],[7.84647,47.52714],[7.84148,47.52777],[7.8413,47.52406],[7.84015,47.51587],[7.83943,47.51259],[7.83688,47.51256],[7.83679,47.51049],[7.83352,47.50949],[7.83156,47.50765],[7.82981,47.50552],[7.82522,47.50354],[7.82049,47.5004],[7.81475,47.49491],[7.81181,47.49261],[7.80645,47.4914],[7.80403,47.49146],[7.80049,47.49014],[7.77977,47.49028],[7.77871,47.49304],[7.7796,47.496],[7.78386,47.5004],[7.78203,47.50368],[7.78088,47.5073],[7.78109,47.51018],[7.77977,47.51265],[7.77969,47.51529],[7.77045,47.51802],[7.75905,47.52003],[7.75266,47.52009],[7.74781,47.51957],[7.73368,47.52291],[7.72781,47.52719],[7.71985,47.52978],[7.71262,47.53095],[7.70764,47.5344],[7.70551,47.53917],[7.70696,47.54279],[7.71415,47.54627],[7.72245,47.54756],[7.749,47.54977],[7.75428,47.55339],[7.76654,47.55615],[7.77168,47.55761],[7.78007,47.55836],[7.78577,47.55982],[7.7902,47.5616],[7.79398,47.56634],[7.80492,47.57237],[7.80611,47.57989],[7.81173,47.58954],[7.81577,47.59218],[7.82211,47.59352],[7.83645,47.59163],[7.83952,47.59045],[7.84305,47.58778],[7.84875,47.58899],[7.85624,47.59189],[7.86488,47.59393],[7.87126,47.5943],[7.87726,47.59367],[7.88535,47.59424],[7.89343,47.59301],[7.90109,47.58976],[7.90833,47.58514],[7.91386,47.57923],[7.91867,47.57194],[7.91956,47.56772],[7.91875,47.56433],[7.9156,47.56008],[7.91577,47.55715],[7.91841,47.55405],[7.92126,47.55261],[7.92552,47.55227],[7.93471,47.55221],[7.9405,47.55078],[7.94326,47.54968],[7.94356,47.55052],[7.94458,47.55589],[7.94841,47.55979],[7.95394,47.56229],[7.96003,47.56333],[7.96577,47.56272],[7.97203,47.5612],[7.97833,47.56057],[7.98624,47.56094],[7.99718,47.56212],[8.0045,47.56137],[8.01114,47.55974],[8.01641,47.55701],[8.02046,47.55574],[8.0262,47.55741],[8.03799,47.55876],[8.04254,47.56028],[8.0485,47.56333],[8.05454,47.56798],[8.05931,47.56921],[8.0622,47.56895],[8.06693,47.57002],[8.07242,47.56973],[8.07739,47.56795],[8.08182,47.56436],[8.08522,47.56281],[8.08791,47.56298],[8.09259,47.56559],[8.09395,47.56809],[8.09484,47.57587],[8.09602,47.57882]]],terms_text:"AGIS OF2014"},{id:"Aargau-AGIS-2016",name:"Kanton Aargau 25cm (AGIS 2016)",type:"tms",template:"https://mapproxy.osm.ch/tiles/AGIS2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[8,19],polygon:[[[7.70438,47.55794],[7.77076,47.55772],[7.77103,47.58025],[7.80408,47.58017],[7.80433,47.60248],[7.93713,47.60217],[7.93703,47.57962],[8.00374,47.57917],[8.00338,47.55687],[8.0364,47.55665],[8.03681,47.57928],[8.10313,47.57881],[8.10387,47.60112],[8.17011,47.60086],[8.17036,47.6235],[8.30311,47.62235],[8.30305,47.59988],[8.3362,47.59927],[8.33585,47.5771],[8.36913,47.57694],[8.36943,47.59931],[8.43564,47.59877],[8.43454,47.53133],[8.40144,47.53162],[8.40096,47.50926],[8.3678,47.50959],[8.3675,47.48698],[8.40042,47.48666],[8.39939,47.41929],[8.46558,47.4187],[8.46515,47.39647],[8.43206,47.39654],[8.43125,47.3516],[8.46434,47.35128],[8.46327,47.28387],[8.42997,47.28421],[8.42714,47.12676],[8.3293,47.12753],[8.32937,47.13007],[8.32833,47.13007],[8.3285,47.14529],[8.3294,47.19502],[8.2964,47.19526],[8.29714,47.24022],[8.2641,47.24046],[8.26446,47.26297],[8.23141,47.26316],[8.23075,47.21822],[8.09886,47.21912],[8.09874,47.24135],[8.066,47.24176],[8.06552,47.2192],[7.99993,47.21952],[8.00003,47.26433],[7.96735,47.26462],[7.96675,47.21961],[7.80153,47.22029],[7.80244,47.28791],[7.83518,47.28772],[7.83543,47.31017],[7.86837,47.31017],[7.86885,47.35542],[8.00097,47.3543],[8.00156,47.39928],[7.9353,47.39976],[7.93607,47.46716],[7.90278,47.46729],[7.90303,47.48981],[7.86987,47.48998],[7.86993,47.5125],[7.83689,47.51258],[7.83665,47.4901],[7.77027,47.49026],[7.77045,47.51274],[7.70452,47.51307],[7.70438,47.55794]]],terms_text:"AGIS OF2016",best:true},{id:"Basel-Landschaft-2015",name:"Kanton Basel-Landschaft 10cm (2015)",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTBASELLANDSCHAFT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[18,21],polygon:[[[7.37028,47.41368],[7.35758,47.41508],[7.35792,47.41827],[7.35354,47.41961],[7.34488,47.42402],[7.33973,47.42971],[7.33269,47.43024],[7.32685,47.43192],[7.32528,47.43489],[7.3305,47.44176],[7.33899,47.44109],[7.34496,47.43608],[7.35266,47.43436],[7.3812,47.43208],[7.37599,47.41431],[7.37815,47.414],[7.38204,47.41331],[7.38839,47.41398],[7.41371,47.41093],[7.42074,47.4111],[7.42748,47.41448],[7.43811,47.41274],[7.4484,47.41507],[7.45558,47.42792],[7.45062,47.43534],[7.43784,47.44632],[7.42542,47.44328],[7.4209,47.44594],[7.42242,47.45072],[7.4288,47.45388],[7.43003,47.45949],[7.44577,47.46197],[7.44717,47.45696],[7.45651,47.44926],[7.49236,47.45897],[7.53068,47.46119],[7.52745,47.47391],[7.53633,47.48383],[7.53623,47.49105],[7.5326,47.49097],[7.53179,47.4974],[7.52004,47.49678],[7.51223,47.49892],[7.50935,47.50888],[7.49908,47.51628],[7.49787,47.52125],[7.50228,47.51491],[7.51746,47.51728],[7.5222,47.51409],[7.53096,47.52905],[7.51935,47.53472],[7.51075,47.52899],[7.5023,47.5284],[7.49804,47.53615],[7.50545,47.54438],[7.51676,47.54541],[7.52732,47.55278],[7.55466,47.56437],[7.56458,47.55704],[7.56124,47.55172],[7.55875,47.55235],[7.55588,47.54434],[7.56479,47.54569],[7.58726,47.5419],[7.58269,47.53247],[7.58948,47.52792],[7.59025,47.51979],[7.59478,47.51929],[7.61378,47.53925],[7.6223,47.53977],[7.62285,47.55004],[7.61774,47.55437],[7.61762,47.55865],[7.63273,47.56149],[7.63997,47.55816],[7.649,47.5483],[7.66131,47.54483],[7.66586,47.53746],[7.67467,47.53375],[7.69494,47.5325],[7.71347,47.53978],[7.71596,47.53582],[7.72362,47.53675],[7.72716,47.53293],[7.73322,47.53275],[7.73797,47.52732],[7.74902,47.52498],[7.75786,47.52605],[7.78763,47.52012],[7.79014,47.51864],[7.78887,47.50683],[7.7928,47.50068],[7.78663,47.49312],[7.79889,47.49565],[7.79816,47.4994],[7.7994,47.49748],[7.80742,47.49714],[7.81471,47.5048],[7.83198,47.51474],[7.83321,47.53382],[7.84653,47.53266],[7.85233,47.53524],[7.86257,47.52692],[7.86396,47.51931],[7.87666,47.52269],[7.87567,47.51319],[7.89399,47.50606],[7.90477,47.49218],[7.90482,47.48491],[7.93329,47.48141],[7.94702,47.48489],[7.94003,47.46202],[7.94885,47.46378],[7.95761,47.45881],[7.95785,47.45128],[7.94678,47.44319],[7.95003,47.43172],[7.96183,47.42183],[7.95657,47.41968],[7.95504,47.41561],[7.94839,47.41627],[7.93493,47.41177],[7.93672,47.40806],[7.93266,47.40527],[7.90974,47.39852],[7.89022,47.40714],[7.88333,47.4061],[7.88344,47.4012],[7.8777,47.40126],[7.86914,47.39551],[7.87943,47.38799],[7.87881,47.38351],[7.86265,47.38198],[7.84012,47.37476],[7.83055,47.36512],[7.80217,47.3611],[7.79637,47.35347],[7.79356,47.33905],[7.78529,47.33788],[7.76896,47.33891],[7.76642,47.34273],[7.75152,47.34433],[7.73415,47.35776],[7.72791,47.36886],[7.70195,47.37245],[7.6442,47.36721],[7.64176,47.38047],[7.63558,47.38059],[7.63332,47.38291],[7.63331,47.38534],[7.63725,47.38607],[7.63272,47.41003],[7.66405,47.41002],[7.6798,47.41751],[7.68658,47.43366],[7.68297,47.43872],[7.68485,47.44784],[7.69227,47.45421],[7.69883,47.45586],[7.69993,47.46191],[7.70988,47.46938],[7.69976,47.48063],[7.66833,47.48635],[7.66612,47.49687],[7.65217,47.49581],[7.64865,47.49183],[7.65539,47.49021],[7.65051,47.48826],[7.65593,47.48739],[7.64442,47.48564],[7.64097,47.48273],[7.6073,47.4894],[7.60885,47.48353],[7.60563,47.47936],[7.60815,47.47521],[7.60449,47.47045],[7.61887,47.46745],[7.62607,47.46291],[7.62217,47.46195],[7.61646,47.44523],[7.6158,47.43275],[7.59207,47.43271],[7.58121,47.42878],[7.57842,47.43491],[7.5689,47.4369],[7.5683,47.42233],[7.58074,47.4147],[7.52524,47.41163],[7.53117,47.40353],[7.51862,47.38822],[7.5113,47.38974],[7.50226,47.38481],[7.49233,47.38523],[7.47841,47.39056],[7.47747,47.40128],[7.46448,47.40251],[7.46092,47.40068],[7.45002,47.40393],[7.44951,47.39976],[7.4434,47.40231],[7.44131,47.40018],[7.44357,47.3889],[7.43732,47.38089],[7.41169,47.38057],[7.41628,47.38479],[7.41449,47.3943],[7.39894,47.39684],[7.39592,47.40338],[7.38869,47.40302],[7.38405,47.41236],[7.37968,47.41281],[7.37584,47.41401],[7.37028,47.41368]]],terms_url:"https://www.geo.bl.ch/fileadmin/user_upload/Geodaten/Nutzungsbedingungen_GBD_BL_V3p2.pdf",terms_text:"Geodaten des Kantons Basel-Landschaft 2015",best:true},{id:"KTBASELSTADT2015",name:"Kanton Basel-Stadt 2015",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTBASELSTADT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[8,21],polygon:[[[7.492,47.4817],[7.492,47.6342],[7.784,47.6342],[7.784,47.4817],[7.492,47.4817]]],terms_text:"Kanton Basel-Stadt OF 2015"},{id:"KTBASELSTADT2017",name:"Kanton Basel-Stadt 2017",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTBASELSTADT2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",zoomExtent:[8,21],polygon:[[[7.67138,47.59522],[7.67996,47.60078],[7.68451,47.60182],[7.69438,47.60171],[7.69395,47.59667],[7.68708,47.59355],[7.67884,47.58712],[7.68571,47.58538],[7.68906,47.57612],[7.69412,47.5734],[7.6924,47.56691],[7.6847,47.5617],[7.66425,47.56164],[7.64872,47.55689],[7.63035,47.55869],[7.62357,47.55666],[7.62786,47.55145],[7.62738,47.53658],[7.61833,47.53662],[7.61335,47.53262],[7.59962,47.51911],[7.58503,47.51917],[7.58409,47.52636],[7.57713,47.53163],[7.58125,47.53986],[7.5719,47.54148],[7.55387,47.54148],[7.55379,47.55122],[7.55653,47.55828],[7.5537,47.56031],[7.55379,47.57473],[7.56434,47.58122],[7.57936,47.57988],[7.58331,47.59019],[7.58563,47.59233],[7.59207,47.59239],[7.59851,47.59071],[7.60915,47.58643],[7.60923,47.5811],[7.6191,47.58046],[7.63687,47.59314],[7.63782,47.59557],[7.64168,47.59887],[7.64528,47.60026],[7.66494,47.59618],[7.67138,47.59522]]],terms_text:"Kanton Basel-Stadt OF 2017",best:true},{id:"Solothurn-sogis2014-tms",name:"Kanton Solothurn (SOGIS)",type:"tms",template:"https://mapproxy.osm.ch/tiles/sogis2014/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2017-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[15,19],polygon:[[[7.95595,47.47162],[7.98239,47.47155],[7.98239,47.45353],[7.99553,47.45353],[7.99521,47.41747],[8.0218,47.41743],[8.02155,47.39935],[8.03456,47.39926],[8.03468,47.39028],[8.04788,47.39022],[8.04769,47.37224],[8.03456,47.37232],[8.03437,47.3544],[8.02117,47.35427],[8.02072,47.32739],[7.99445,47.32747],[7.99426,47.31857],[7.96773,47.31866],[7.96767,47.30966],[7.94122,47.30978],[7.94133,47.32778],[7.91486,47.32786],[7.91467,47.30988],[7.9016,47.31005],[7.9014,47.30097],[7.87501,47.3011],[7.87501,47.29223],[7.86165,47.29212],[7.86154,47.27409],[7.84832,47.27416],[7.8483,47.26523],[7.83502,47.2652],[7.83502,47.25624],[7.79535,47.25636],[7.7953,47.24741],[7.72924,47.24756],[7.72929,47.25652],[7.71623,47.25667],[7.71618,47.26559],[7.70304,47.26559],[7.70304,47.27461],[7.68975,47.27467],[7.68989,47.28368],[7.66341,47.28371],[7.66332,47.2747],[7.61055,47.27476],[7.61041,47.24787],[7.62352,47.24777],[7.62356,47.23879],[7.64986,47.23876],[7.64999,47.22977],[7.6499,47.22083],[7.66308,47.22073],[7.6631,47.21178],[7.66297,47.20273],[7.67617,47.2027],[7.67623,47.19372],[7.68938,47.19369],[7.68924,47.17572],[7.70243,47.1756],[7.70234,47.14869],[7.66267,47.14881],[7.66281,47.13978],[7.63633,47.1399],[7.63647,47.14869],[7.5968,47.14893],[7.59684,47.13996],[7.57041,47.13999],[7.57042,47.15792],[7.55736,47.15795],[7.55732,47.14888],[7.54421,47.14895],[7.54417,47.13991],[7.53098,47.13991],[7.53095,47.13097],[7.51767,47.13097],[7.51765,47.12196],[7.51769,47.11292],[7.49131,47.11301],[7.49135,47.10403],[7.4782,47.104],[7.47813,47.07705],[7.46493,47.07708],[7.46498,47.06807],[7.42552,47.06801],[7.42543,47.08601],[7.37279,47.08598],[7.37288,47.10403],[7.3596,47.10403],[7.35955,47.131],[7.41228,47.131],[7.41223,47.14901],[7.42538,47.14901],[7.42552,47.15801],[7.3727,47.15796],[7.3727,47.18498],[7.34627,47.18492],[7.34636,47.20287],[7.33307,47.2029],[7.33307,47.22096],[7.34614,47.22096],[7.34614,47.22991],[7.37256,47.22991],[7.3727,47.2389],[7.399,47.23896],[7.39913,47.24792],[7.41228,47.24792],[7.41228,47.26592],[7.45186,47.26589],[7.45195,47.2749],[7.46505,47.27493],[7.4651,47.28385],[7.47829,47.28385],[7.47834,47.29293],[7.5046,47.29288],[7.50473,47.30183],[7.5312,47.30181],[7.53129,47.31979],[7.54448,47.31985],[7.54453,47.3288],[7.55768,47.32883],[7.55768,47.33786],[7.53125,47.33786],[7.53133,47.35586],[7.51801,47.35583],[7.5181,47.36483],[7.3988,47.36484],[7.39889,47.39182],[7.38564,47.39181],[7.38564,47.4008],[7.37234,47.4008],[7.37234,47.40978],[7.34584,47.40978],[7.34584,47.41878],[7.31925,47.41878],[7.31925,47.44578],[7.4121,47.44578],[7.4121,47.49078],[7.42535,47.49078],[7.42535,47.49981],[7.43856,47.49981],[7.43856,47.50876],[7.49177,47.50876],[7.49178,47.63468],[7.7845,47.63428],[7.78415,47.57123],[7.81074,47.57114],[7.81074,47.56216],[7.82395,47.56206],[7.82387,47.54414],[7.86368,47.54397],[7.86363,47.53498],[7.87679,47.53495],[7.87675,47.52599],[7.8901,47.52596],[7.89006,47.51695],[7.90319,47.51692],[7.9031,47.49886],[7.91649,47.49883],[7.91645,47.48976],[7.95612,47.48967],[7.95595,47.47162]]],terms_text:"Orthofoto WMS Solothurn",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/ch/KantonSolothurn-SOGIS-wms.png"},{id:"Solothurn-infrared-SOGIS",name:"Kanton Solothurn Infrarot (SOGIS)",type:"wms",template:"https://geoweb.so.ch/wms/sogis_orthofoto.wms?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Orthofoto_CIR_SO&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2017-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[15,19],polygon:[[[7.57042,47.15792],[7.55736,47.15795],[7.55732,47.14888],[7.54421,47.14895],[7.54417,47.13991],[7.53098,47.13991],[7.53093,47.12196],[7.51765,47.12196],[7.51769,47.11292],[7.49131,47.11301],[7.49135,47.10403],[7.4782,47.104],[7.47816,47.09496],[7.49144,47.09499],[7.4914,47.07702],[7.47816,47.07705],[7.4782,47.06804],[7.42552,47.06801],[7.42543,47.08601],[7.37279,47.08598],[7.37288,47.10403],[7.3596,47.10403],[7.35955,47.131],[7.41228,47.131],[7.41223,47.14901],[7.42538,47.14901],[7.42552,47.15801],[7.39913,47.15804],[7.39913,47.14901],[7.3727,47.14898],[7.3727,47.18498],[7.34627,47.18492],[7.34636,47.19391],[7.33307,47.19394],[7.33307,47.22991],[7.37256,47.22991],[7.3727,47.2389],[7.399,47.23896],[7.39913,47.24792],[7.41228,47.24792],[7.41228,47.26592],[7.45186,47.26589],[7.45195,47.2749],[7.46505,47.27493],[7.4651,47.28385],[7.47829,47.28385],[7.47834,47.29293],[7.49149,47.29289],[7.49162,47.30184],[7.5312,47.30181],[7.53129,47.31979],[7.54448,47.31985],[7.54453,47.3288],[7.55768,47.32883],[7.55768,47.33786],[7.53125,47.33786],[7.53133,47.35586],[7.51801,47.35583],[7.5181,47.36483],[7.43862,47.36492],[7.43867,47.37389],[7.42538,47.37395],[7.42543,47.40081],[7.38558,47.4009],[7.38567,47.4098],[7.35915,47.4098],[7.35915,47.41878],[7.37239,47.41884],[7.37247,47.43682],[7.38571,47.43682],[7.38571,47.44104],[7.39563,47.44016],[7.3963,47.44258],[7.40761,47.4411],[7.40793,47.44225],[7.40313,47.44246],[7.39738,47.44331],[7.39832,47.44583],[7.41214,47.44583],[7.41228,47.45478],[7.43867,47.45488],[7.4388,47.47053],[7.45007,47.46941],[7.45007,47.47223],[7.44647,47.47223],[7.44647,47.47381],[7.44293,47.4739],[7.44288,47.47553],[7.43921,47.4756],[7.43921,47.4772],[7.43557,47.47729],[7.43548,47.47899],[7.4174,47.47896],[7.41744,47.48573],[7.42099,47.48573],[7.42108,47.49082],[7.42763,47.49073],[7.42852,47.49349],[7.43099,47.49643],[7.43485,47.49889],[7.4419,47.49552],[7.44665,47.49455],[7.45011,47.49176],[7.45087,47.4907],[7.46451,47.49073],[7.46456,47.48903],[7.46819,47.489],[7.46819,47.48566],[7.47187,47.48573],[7.47192,47.48233],[7.48269,47.48239],[7.48264,47.48388],[7.48623,47.48397],[7.48637,47.48566],[7.48991,47.48566],[7.49,47.4907],[7.4997,47.49073],[7.49965,47.4914],[7.49175,47.49194],[7.49175,47.49513],[7.49822,47.49479],[7.49889,47.49585],[7.49566,47.49628],[7.49171,47.49625],[7.4918,47.49973],[7.50504,47.4997],[7.50504,47.50874],[7.5448,47.50871],[7.54474,47.45482],[7.49169,47.45469],[7.49175,47.44581],[7.46529,47.44577],[7.46522,47.40983],[7.49156,47.40979],[7.49175,47.39192],[7.50489,47.39183],[7.50489,47.40068],[7.51821,47.40077],[7.51834,47.41876],[7.55794,47.41872],[7.55813,47.44581],[7.58453,47.44572],[7.58441,47.43667],[7.61094,47.43662],[7.611,47.4637],[7.59767,47.4637],[7.59793,47.49964],[7.62433,47.49969],[7.62445,47.4906],[7.63778,47.49055],[7.63784,47.4996],[7.67757,47.49947],[7.67745,47.49047],[7.70385,47.49043],[7.70391,47.48146],[7.71711,47.48129],[7.71711,47.45452],[7.70397,47.45452],[7.70385,47.44559],[7.69046,47.44551],[7.69033,47.40957],[7.67713,47.40949],[7.67713,47.40068],[7.65066,47.40068],[7.65047,47.37365],[7.67706,47.37357],[7.67706,47.38251],[7.71667,47.38251],[7.71679,47.37344],[7.74307,47.3734],[7.74307,47.35538],[7.7562,47.35534],[7.75633,47.3464],[7.78261,47.34627],[7.78292,47.36433],[7.79612,47.36428],[7.79619,47.37327],[7.82265,47.37314],[7.82271,47.38229],[7.84912,47.38212],[7.84924,47.39106],[7.86251,47.39097],[7.86263,47.40906],[7.8759,47.40897],[7.87602,47.41803],[7.90242,47.41795],[7.90242,47.40897],[7.92889,47.4088],[7.92914,47.41782],[7.94215,47.41769],[7.94266,47.46276],[7.95592,47.46259],[7.95612,47.47164],[7.98239,47.47155],[7.98239,47.45353],[7.99553,47.45353],[7.99521,47.41747],[8.0218,47.41743],[8.02155,47.39935],[8.03456,47.39926],[8.03468,47.39028],[8.04788,47.39015],[8.04769,47.37224],[8.03456,47.37232],[8.03437,47.3544],[8.02117,47.35427],[8.02072,47.32739],[7.99445,47.32747],[7.99426,47.31857],[7.96773,47.31866],[7.96767,47.30966],[7.9412,47.30992],[7.94133,47.32778],[7.91486,47.32786],[7.91467,47.30988],[7.9016,47.31005],[7.9014,47.30097],[7.87501,47.3011],[7.87501,47.29223],[7.86165,47.29212],[7.86154,47.27409],[7.84843,47.27415],[7.8483,47.26523],[7.83502,47.2652],[7.83502,47.25624],[7.79535,47.25636],[7.7953,47.24741],[7.72924,47.24756],[7.72929,47.25652],[7.71623,47.25667],[7.71618,47.26559],[7.70304,47.26559],[7.70304,47.27461],[7.68975,47.27467],[7.68989,47.28368],[7.66341,47.28371],[7.66332,47.2747],[7.61055,47.27476],[7.61041,47.24787],[7.62352,47.24765],[7.62356,47.23879],[7.64986,47.23876],[7.64999,47.22977],[7.66305,47.22971],[7.6631,47.21178],[7.67621,47.21169],[7.67623,47.19372],[7.68938,47.19369],[7.68924,47.17572],[7.70243,47.1756],[7.70248,47.16663],[7.71567,47.16663],[7.71558,47.15769],[7.70239,47.15766],[7.70234,47.14869],[7.66267,47.14881],[7.66281,47.13978],[7.63633,47.1399],[7.63647,47.14869],[7.5968,47.14893],[7.59684,47.13996],[7.57041,47.13999],[7.57042,47.15792]]],terms_text:"Orthofoto WMS Solothurn",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/ch/KantonSolothurn-SOGIS-wms.png"},{id:"KTTHURGAU2017",name:"Kanton Thurgau OF 2017",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTTHURGAU2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",zoomExtent:[8,21],polygon:[[[8.63768,47.70041],[8.78328,47.6988],[8.78304,47.68533],[8.87027,47.68427],[8.86997,47.6709],[8.89901,47.67047],[8.89867,47.65698],[8.9277,47.65661],[8.92828,47.67015],[8.95726,47.66973],[8.95774,47.68327],[9.19061,47.67994],[9.19027,47.66645],[9.21922,47.66603],[9.21899,47.65256],[9.24784,47.6521],[9.24747,47.63864],[9.3057,47.63765],[9.30526,47.6242],[9.33417,47.62371],[9.33348,47.59674],[9.39151,47.59577],[9.39114,47.58235],[9.42007,47.58176],[9.4186,47.54139],[9.44754,47.54084],[9.44717,47.5273],[9.47605,47.52681],[9.47519,47.49986],[9.50414,47.49935],[9.5031,47.47242],[9.41596,47.47392],[9.41554,47.46045],[9.3576,47.46141],[9.35818,47.47498],[9.32896,47.47534],[9.32864,47.46188],[9.18361,47.4642],[9.18411,47.47769],[9.15492,47.4781],[9.15466,47.46463],[9.06736,47.46583],[9.06718,47.45234],[9.09609,47.45193],[9.09582,47.43853],[9.06663,47.43883],[9.06642,47.42537],[9.00829,47.4262],[9.00714,47.38573],[8.97811,47.38616],[8.9774,47.35913],[8.9194,47.35989],[8.92032,47.38697],[8.89136,47.38725],[8.89286,47.44117],[8.86398,47.44149],[8.86604,47.52251],[8.80784,47.52317],[8.80894,47.56373],[8.77985,47.56403],[8.78024,47.57751],[8.72209,47.57814],[8.72337,47.63213],[8.6652,47.63273],[8.6658,47.6598],[8.63674,47.66],[8.63768,47.70041]]],terms_text:"Kanton Thurgau OF 2017",best:true},{id:"KTZUERICH2015",name:"Kanton Zürich 2015  10cm",type:"tms",template:"https://mapproxy.osm.ch/tiles/KTZUERICH2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2015-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",zoomExtent:[8,21],polygon:[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],terms_text:"Kanton Zürich Orthophotos 2014/2015",best:true},{id:"Kanton-Zuerich-2015",name:"Kanton Zürich Orthophotos 2014/2015 10cm",type:"wms",template:"https://wms.zh.ch/OrthoZHWMS?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orthophotos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",zoomExtent:[8,21],polygon:[[[8.71338,47.21388],[8.7137,47.22737],[8.8117,47.22626],[8.80337,47.23858],[8.80866,47.2431],[8.82448,47.24656],[8.82971,47.24539],[8.83652,47.24257],[8.84568,47.24253],[8.84837,47.24322],[8.85232,47.24034],[8.86206,47.23882],[8.86472,47.23966],[8.86863,47.23968],[8.87339,47.24125],[8.87882,47.24476],[8.88054,47.24791],[8.89878,47.24976],[8.90281,47.25094],[8.91025,47.25003],[8.92735,47.25406],[8.93644,47.25499],[8.94233,47.25849],[8.94423,47.26173],[8.94882,47.26536],[8.95094,47.2686],[8.95068,47.27108],[8.953,47.27285],[8.95411,47.27505],[8.95504,47.28251],[8.95171,47.28527],[8.94664,47.28647],[8.95258,47.28844],[8.95454,47.28982],[8.96141,47.30098],[8.97552,47.30245],[8.98006,47.30416],[8.99153,47.31893],[8.99069,47.32183],[8.98637,47.32542],[8.98548,47.32778],[8.98364,47.32931],[8.98592,47.33815],[8.98464,47.34061],[8.98079,47.34237],[8.98088,47.34835],[8.97785,47.35437],[8.9759,47.35606],[8.97002,47.35843],[8.96572,47.3589],[8.96238,47.36252],[8.95665,47.37432],[8.9521,47.37836],[8.94778,47.37971],[8.95023,47.38346],[8.95018,47.38596],[8.9488,47.38836],[8.9397,47.39403],[8.93637,47.39496],[8.93251,47.39871],[8.92801,47.40148],[8.92278,47.4038],[8.91388,47.40569],[8.91924,47.41213],[8.92049,47.41915],[8.91829,47.42323],[8.92094,47.42544],[8.92107,47.42828],[8.92571,47.42695],[8.93437,47.42796],[8.93877,47.43173],[8.93974,47.43411],[8.93889,47.43725],[8.93511,47.43973],[8.92349,47.43953],[8.91973,47.44081],[8.91322,47.44119],[8.91162,47.44347],[8.91527,47.44628],[8.91499,47.45004],[8.91196,47.45378],[8.90517,47.45791],[8.90183,47.46435],[8.89735,47.46898],[8.89581,47.47219],[8.89135,47.4738],[8.89143,47.47821],[8.90142,47.48133],[8.90428,47.48449],[8.90314,47.48928],[8.90001,47.49187],[8.89967,47.49885],[8.90357,47.50404],[8.90413,47.50745],[8.90322,47.51948],[8.90497,47.52447],[8.90365,47.52691],[8.89982,47.52965],[8.88423,47.53392],[8.87883,47.53277],[8.87061,47.53477],[8.8602,47.53488],[8.85674,47.53594],[8.84782,47.5358],[8.84614,47.54087],[8.8403,47.54654],[8.83728,47.55278],[8.84275,47.5537],[8.84648,47.5562],[8.85269,47.55645],[8.8562,47.55792],[8.85775,47.56141],[8.85728,47.56489],[8.85511,47.56721],[8.85079,47.56818],[8.84763,47.57023],[8.84538,47.57061],[8.8448,47.57309],[8.84211,47.57513],[8.83326,47.57769],[8.82962,47.57778],[8.82661,47.57662],[8.82137,47.57756],[8.81432,47.57598],[8.81234,47.5778],[8.81222,47.58473],[8.81067,47.58639],[8.80812,47.58738],[8.76818,47.59674],[8.7543,47.59729],[8.75529,47.60108],[8.75416,47.60273],[8.74883,47.60588],[8.74829,47.60874],[8.7507,47.60981],[8.75255,47.61292],[8.75575,47.61217],[8.76102,47.61335],[8.78169,47.60634],[8.78165,47.60345],[8.78467,47.59993],[8.80168,47.5966],[8.80512,47.59686],[8.80895,47.59938],[8.81074,47.60981],[8.81866,47.61372],[8.82001,47.61526],[8.82089,47.62058],[8.82015,47.62415],[8.82415,47.6256],[8.83079,47.63206],[8.83448,47.64099],[8.83182,47.64945],[8.82695,47.65206],[8.81168,47.65599],[8.81112,47.6621],[8.81192,47.66454],[8.81041,47.66752],[8.80881,47.66857],[8.80293,47.66978],[8.79299,47.66919],[8.78685,47.66978],[8.78453,47.66899],[8.78216,47.66659],[8.77921,47.65695],[8.77763,47.65563],[8.77398,47.65435],[8.76623,47.65438],[8.76108,47.65257],[8.75852,47.65033],[8.75464,47.64883],[8.7534,47.64733],[8.74839,47.64613],[8.74329,47.64749],[8.73882,47.64651],[8.72376,47.64753],[8.72063,47.64664],[8.71492,47.64885],[8.70826,47.64764],[8.70481,47.65039],[8.70053,47.65199],[8.69427,47.65307],[8.69242,47.65581],[8.68632,47.66094],[8.68485,47.66413],[8.68574,47.66799],[8.68326,47.67315],[8.68056,47.67561],[8.67521,47.6776],[8.67642,47.68177],[8.67561,47.68661],[8.67427,47.68799],[8.67227,47.68891],[8.66273,47.69029],[8.64644,47.69847],[8.63968,47.69877],[8.6355,47.69743],[8.62162,47.69554],[8.61818,47.69279],[8.61744,47.69087],[8.62007,47.68134],[8.61478,47.68308],[8.60917,47.68188],[8.60199,47.67451],[8.59954,47.66923],[8.60275,47.66132],[8.60979,47.6568],[8.6141,47.6564],[8.61574,47.65557],[8.62231,47.65104],[8.62227,47.65024],[8.62048,47.64758],[8.61939,47.65043],[8.61521,47.65452],[8.6093,47.65677],[8.60324,47.65654],[8.60069,47.65541],[8.59788,47.65276],[8.59645,47.64876],[8.59092,47.64623],[8.58937,47.6444],[8.58874,47.63936],[8.59116,47.62755],[8.59325,47.62233],[8.59838,47.61587],[8.59854,47.6145],[8.59114,47.60917],[8.58937,47.60682],[8.58796,47.60319],[8.58788,47.59909],[8.58203,47.59793],[8.57398,47.59329],[8.57146,47.58988],[8.57035,47.58633],[8.57203,47.57985],[8.56771,47.57799],[8.56506,47.57524],[8.56117,47.56407],[8.55707,47.55947],[8.55616,47.56336],[8.55206,47.56904],[8.55334,47.57146],[8.5526,47.57599],[8.55007,47.57806],[8.54666,47.57923],[8.5435,47.58228],[8.54319,47.5851],[8.54888,47.5879],[8.55175,47.58777],[8.55764,47.58963],[8.56114,47.59151],[8.56265,47.5946],[8.56668,47.59565],[8.56902,47.59748],[8.56953,47.60049],[8.57237,47.60386],[8.57308,47.60641],[8.57562,47.60676],[8.579,47.60845],[8.58076,47.61031],[8.58125,47.61203],[8.58025,47.61456],[8.57712,47.61636],[8.57525,47.61957],[8.57277,47.6211],[8.56785,47.62164],[8.56341,47.62697],[8.56105,47.62838],[8.54803,47.62998],[8.54558,47.63122],[8.54498,47.63297],[8.54288,47.63458],[8.53995,47.63565],[8.52769,47.63634],[8.52112,47.63887],[8.51478,47.6385],[8.50932,47.63559],[8.50829,47.62942],[8.50161,47.62597],[8.5007,47.62421],[8.50149,47.62154],[8.49253,47.61893],[8.48884,47.61953],[8.47669,47.61937],[8.47439,47.61838],[8.47154,47.61495],[8.47129,47.61307],[8.46785,47.61272],[8.46446,47.61109],[8.46173,47.60659],[8.45519,47.60676],[8.45061,47.60411],[8.4499,47.60164],[8.4507,47.59584],[8.45382,47.59343],[8.45428,47.5866],[8.4563,47.5848],[8.46014,47.58382],[8.46332,47.58044],[8.46881,47.5795],[8.46219,47.57653],[8.45419,47.57668],[8.43642,47.57154],[8.43161,47.57102],[8.42476,47.57231],[8.41477,47.56879],[8.41304,47.56745],[8.41034,47.56194],[8.41039,47.55972],[8.40789,47.55465],[8.40846,47.55018],[8.39964,47.54444],[8.39609,47.543],[8.39469,47.54094],[8.39495,47.53674],[8.39136,47.53568],[8.38835,47.53305],[8.38525,47.53316],[8.38113,47.53219],[8.3774,47.52969],[8.37518,47.52679],[8.37279,47.51651],[8.36579,47.51663],[8.35666,47.51348],[8.35439,47.51104],[8.35103,47.50314],[8.3524,47.49957],[8.35163,47.4973],[8.35274,47.49484],[8.3545,47.49355],[8.3557,47.48979],[8.35533,47.48525],[8.35698,47.47931],[8.35891,47.47743],[8.36187,47.47645],[8.36722,47.47654],[8.36702,47.47487],[8.36073,47.47222],[8.35903,47.46604],[8.35996,47.46381],[8.36326,47.46204],[8.3673,47.45653],[8.36975,47.45504],[8.37393,47.45472],[8.37754,47.45201],[8.37583,47.45068],[8.37441,47.44614],[8.37623,47.43818],[8.37168,47.43675],[8.36855,47.43406],[8.3681,47.43158],[8.36904,47.42863],[8.37222,47.42603],[8.38283,47.42346],[8.38371,47.42251],[8.38073,47.42207],[8.37555,47.4178],[8.37598,47.41378],[8.37441,47.40906],[8.36067,47.40664],[8.35789,47.40542],[8.35629,47.40377],[8.35661,47.39961],[8.36195,47.39516],[8.36577,47.39429],[8.37601,47.3947],[8.37743,47.39218],[8.38036,47.39048],[8.38761,47.39035],[8.38832,47.38012],[8.39034,47.37527],[8.39355,47.3719],[8.39387,47.36945],[8.39574,47.3671],[8.39902,47.36608],[8.39836,47.36408],[8.40012,47.36094],[8.40103,47.35433],[8.39728,47.34677],[8.39779,47.34475],[8.40186,47.3391],[8.40931,47.33409],[8.4061,47.32975],[8.40578,47.32667],[8.40689,47.32447],[8.41295,47.3205],[8.41611,47.31996],[8.42948,47.32227],[8.43556,47.32083],[8.43437,47.31954],[8.43155,47.31851],[8.42609,47.31375],[8.42276,47.30706],[8.42311,47.30368],[8.41745,47.3015],[8.41372,47.29824],[8.40012,47.29564],[8.39768,47.29392],[8.39518,47.29516],[8.39108,47.29552],[8.38602,47.29437],[8.38272,47.29225],[8.38198,47.29034],[8.38255,47.2881],[8.38508,47.28565],[8.38977,47.27507],[8.39563,47.271],[8.39407,47.26672],[8.39415,47.26361],[8.39756,47.25986],[8.39614,47.25481],[8.39742,47.25189],[8.40647,47.24452],[8.40826,47.24118],[8.40761,47.23957],[8.4096,47.23585],[8.41073,47.22799],[8.41248,47.22433],[8.41695,47.22014],[8.41959,47.21902],[8.42269,47.21886],[8.42977,47.22],[8.43936,47.21937],[8.45,47.21363],[8.4546,47.21334],[8.45625,47.21081],[8.4591,47.20934],[8.46447,47.20928],[8.46609,47.20862],[8.46868,47.20533],[8.47329,47.20398],[8.47693,47.20458],[8.48399,47.20392],[8.49489,47.20738],[8.504,47.20768],[8.51538,47.21152],[8.51753,47.21271],[8.51906,47.21495],[8.5306,47.21306],[8.53307,47.21325],[8.5415,47.21778],[8.54456,47.21707],[8.55407,47.21726],[8.55858,47.21517],[8.56984,47.2139],[8.57491,47.21255],[8.57749,47.20771],[8.58044,47.2064],[8.58408,47.20603],[8.59012,47.20714],[8.58965,47.2046],[8.59074,47.20195],[8.59358,47.1986],[8.59581,47.19753],[8.60168,47.19722],[8.60653,47.1992],[8.60725,47.19885],[8.61097,47.19387],[8.61128,47.19059],[8.61391,47.18838],[8.61522,47.18515],[8.61938,47.18045],[8.61976,47.17918],[8.61721,47.17359],[8.6196,47.1698],[8.62292,47.16821],[8.6339,47.16715],[8.63561,47.16578],[8.63965,47.16459],[8.64287,47.16443],[8.65216,47.16598],[8.65425,47.16552],[8.6549,47.15967],[8.65649,47.15783],[8.65882,47.15658],[8.66853,47.15492],[8.67847,47.15558],[8.68241,47.15759],[8.69361,47.15898],[8.69804,47.16134],[8.69886,47.16303],[8.6977,47.17033],[8.69599,47.17232],[8.68919,47.17566],[8.6872,47.17959],[8.6879,47.18229],[8.69186,47.18485],[8.69824,47.19205],[8.70323,47.19326],[8.70852,47.19602],[8.71423,47.19693],[8.71692,47.19893],[8.74212,47.2071],[8.74218,47.21355],[8.71338,47.21388]]],terms_text:"Kanton Zürich Orthophotos 2014/2015",best:true},{id:"kartverket-abas",name:"Kartverket Administrative Boundaries overlay",type:"wms",template:"https://openwms.statkart.no/skwms1/wms.adm_enheter?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=avtaltavgrensningslinje,territorialgrense,riksgrense,fylker,kommuner&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.kartverket.no/data/Kartdata/Grenser/",terms_text:"© Kartverket",description:"Official administrative boundaries at the national, county and municipality levels",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-luftfartshindre",name:"Kartverket Aviation Obstructions overlay",type:"wms",template:"https://openwms.statkart.no/skwms1/wms.nrl?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=nrl3_wms&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[7,20],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://kartverket.no/kart/Nasjonalt-register-over-luftfartshindre/",terms_text:"© Kartverket",description:"Vertical obstructions to aircrafts, above 15m in rural areas and 30m in urban areas (e.g. masts, towers, high buildings, power lines)",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-matrikkel",name:"Kartverket Cadastral overlay",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.matrikkel?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=matrikkel_WMS&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[14,20],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"http://www.seeiendom.no/",terms_text:"© Kartverket",description:"Real estate boundaries from the official land register (`matrikkelen´). Monthly update.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-hoydekurver",name:"Kartverket Contour Lines overlay",type:"wms",template:"https://openwms.statkart.no/skwms1/wms.topo4?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=hoydetall5linje,hoydetall5punkt,hoydepunkt,vannpunkt,hoydekurver_1m,hoydekurver_5m,N50Hoydekurver,N250Hoydekurver,N500Hoydekurver,N1000Hoydekurver,N2000Hoydekurver&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[9,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.kartverket.no/Prosjekter/Nasjonal-detaljert-hoydemodell/",terms_text:"© Kartverket",description:"Contours for Norway",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-dom-skygge",name:"Kartverket DOM Digital Surface Model",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.hoyde-dom_somlos_skyggerelieff?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=las_dom_skyggerelieff_somlos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,24],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://hoydedata.no/",terms_text:"© Kartverket",description:"Shaded relief representation of the Norwegian digital surface model (DOM), i.e. earth surface including trees, buildings and other objects on top of it.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-dtm-skygge",name:"Kartverket DTM Digital Terrain Model",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.hoyde-dtm_somlos_skyggerelieff?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=las_dtm_skyggerelieff_somlos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,24],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://hoydedata.no/",terms_text:"© Kartverket",description:"Shaded relief representation of the Norwegian digital terrain model (DTM), i.e. earth surface without trees, buildings and other objects.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-ok-1st",name:"Kartverket Economic Maps (historic)",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.n5raster2?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=n5raster_foerstegang_metadata,n5raster_foerstegang&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[11,20],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.kartverket.no/kunnskap/historie/kartverkets-historiske-arkiv/",terms_text:"© Kartverket",description:"1st edition of historic Economic maps for Norway 1960-90s (`Økonomisk kartverk´). Available from zoom 16. Please correct local imagery offset.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-friluft",name:"Kartverket Hiking Trails",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.friluftsruter2?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Fotrute&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[6,24],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://kartverket.no/geodataarbeid/temadata/nasjonal-database-for-tur--og-friluftsruter/",terms_text:"© Kartverket",description:"Hiking trails from the Norwegian database `Tur- og Friluftsruter´, including DNT routes.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-fjellskygge",name:"Kartverket Hillshade overlay",type:"tms",template:"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=fjellskygge&zoom={zoom}&x={x}&y={y}",zoomExtent:[9,15],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://kartkatalog.geonorge.no/metadata/kartverket/fjellskygge-cache/cca7c129-fe66-4c96-9091-40d92290dd81",terms_text:"© Kartverket",description:"Hillshade for Norway",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"kartverket-historic",name:"Kartverket Historic maps",type:"wms",template:"https://wms.geonorge.no/skwms1/wms.historiskekart?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=amt1&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[5,15],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.kartverket.no/kart/historiske-kart/",terms_text:"© Kartverket",description:"Historic maps - for the time being `Amtskartserien´ 1826-1917.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-topo4",name:"Kartverket N50 topo",type:"tms",template:"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={zoom}&x={x}&y={y}",zoomExtent:[3,15],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://wiki.openstreetmap.org/wiki/No:Kartverket_import",terms_text:"© Kartverket",description:"Topographic map N50, equivalent to Norway 1:50.000 paper map series.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-sjokart",name:"Kartverket Nautical Charts",type:"tms",template:"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=sjokartraster&zoom={zoom}&x={x}&y={y}",zoomExtent:[3,20],polygon:[[[-15.01273,-60.16205],[33.3326,-60.17016],[33.32144,-73.0009],[-15.0239,-72.99613],[-15.01273,-60.16205]],[[-173.00076,-70.54952],[-125.00321,-70.54878],[-125.00167,-78.99977],[-172.99922,-79.0002],[-173.00076,-70.54952]],[[3.24857,56.08599],[2.60924,56.59428],[1.47215,58.45924],[1.77704,61.36251],[-0.49301,63.88665],[-13.73292,69.76376],[-12.43655,72.58741],[-5.11965,74.39626],[-3.60356,79.12998],[5.85587,82.34863],[34.98861,82.3401],[37.96874,78.62784],[37.99619,75.79673],[36.95796,73.68962],[32.07458,70.27336],[30.3511,69.56882],[21.46179,69.57098],[18.3032,68.36681],[14.47997,66.2558],[11.50266,63.28307],[11.50166,58.95444],[11.08246,58.96771],[10.03051,58.25173],[8.88244,57.69534],[3.24857,56.08599]]],terms_url:"https://www.kartverket.no/Kart/Sjokart/",terms_text:"© Kartverket",description:"Norwegian nautical charts (includes Spitsbergen/Svalbard and Antarctica). Raster representation of paper charts. Updated biweekly.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png"},{id:"kartverket-vegnett",name:"Kartverket Road Network",type:"wms",template:"https://openwms.statkart.no/skwms1/wms.vegnett?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=all&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[3,24],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://www.kartverket.no/data/kartdata/vegdata/",terms_text:"© Kartverket",description:"Norwegian road network from the National Road database (NVDB). Colours represent national, county, municipal, private and forest roads + footways/cycleways.",icon:"https://www.kartverket.no/Content/Images/logo-graphic-512.png",overlay:true},{id:"Katowice-buildings",name:"Katowice: Buildings",type:"wms",template:"http://mapserver.um.katowice.pl/services/ortowms/MapServer/WMSServer?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=4,5,6&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[18.90884,50.24006],[18.90851,50.23542],[18.94279,50.23515],[18.94399,50.27138],[18.95469,50.27485],[18.95571,50.2894],[18.96692,50.29364],[18.98752,50.2848],[18.99888,50.2847],[18.99907,50.29368],[18.98892,50.29377],[18.98934,50.30244],[19.0094,50.30196],[19.03401,50.28842],[19.05533,50.30139],[19.07901,50.30087],[19.07908,50.29297],[19.12296,50.27784],[19.12267,50.25523],[19.11079,50.2428],[19.1098,50.17946],[19.12065,50.17936],[19.11957,50.14359],[19.10777,50.14386],[19.0973,50.13916],[19.09656,50.12786],[19.06379,50.12786],[19.02985,50.14009],[19.03007,50.16177],[19.01909,50.16698],[19.00848,50.16707],[18.96329,50.1498],[18.92907,50.15008],[18.92915,50.15426],[18.91854,50.15419],[18.91878,50.20421],[18.90792,50.20429],[18.90808,50.21297],[18.88588,50.21314],[18.88639,50.24024],[18.90884,50.24006]]],terms_text:"Urząd Miasta Katowic"},{id:"Katowice-aerial_image",name:"Katowice: Orthophotomap (aerial image)",type:"wms",template:"http://mapserver.um.katowice.pl/services/ortowms/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,23],polygon:[[[18.90884,50.24006],[18.90851,50.23542],[18.94279,50.23515],[18.94399,50.27138],[18.95469,50.27485],[18.95571,50.2894],[18.96692,50.29364],[18.98752,50.2848],[18.99888,50.2847],[18.99907,50.29368],[18.98892,50.29377],[18.98934,50.30244],[19.0094,50.30196],[19.03401,50.28842],[19.05533,50.30139],[19.07901,50.30087],[19.07908,50.29297],[19.12296,50.27784],[19.12267,50.25523],[19.11079,50.2428],[19.1098,50.17946],[19.12065,50.17936],[19.11957,50.14359],[19.10777,50.14386],[19.0973,50.13916],[19.09656,50.12786],[19.06379,50.12786],[19.02985,50.14009],[19.03007,50.16177],[19.01909,50.16698],[19.00848,50.16707],[18.96329,50.1498],[18.92907,50.15008],[18.92915,50.15426],[18.91854,50.15419],[18.91878,50.20421],[18.90792,50.20429],[18.90808,50.21297],[18.88588,50.21314],[18.88639,50.24024],[18.90884,50.24006]]],terms_text:"Urząd Miasta Katowic"},{id:"kelowna_2012",name:"Kelowna 2012",type:"tms",template:"http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna2012/{zoom}/{x}/{y}.png",endDate:"2012-05-14T00:00:00.000Z",startDate:"2012-05-13T00:00:00.000Z",zoomExtent:[9,20],polygon:[[[-119.58673,49.79281],[-119.54657,49.79281],[-119.54657,49.80138],[-119.53434,49.80138],[-119.53434,49.80473],[-119.52962,49.80473],[-119.52962,49.81196],[-119.51045,49.81196],[-119.51157,49.87443],[-119.51089,49.87449],[-119.51141,49.88433],[-119.51141,49.92218],[-119.49386,49.92235],[-119.49405,49.9313],[-119.48039,49.93175],[-119.48046,49.94075],[-119.46667,49.94099],[-119.46928,49.99137],[-119.45513,49.99161],[-119.45567,50.01212],[-119.44167,50.01239],[-119.44173,50.01363],[-119.42215,50.01404],[-119.4221,50.01193],[-119.41213,50.01217],[-119.41261,50.02169],[-119.41234,50.02169],[-119.41248,50.02508],[-119.41209,50.02508],[-119.4122,50.02708],[-119.41261,50.02707],[-119.41283,50.03219],[-119.39363,50.03264],[-119.39353,50.03078],[-119.37957,50.03101],[-119.37954,50.02876],[-119.37358,50.02886],[-119.37154,49.97936],[-119.35735,49.97936],[-119.35484,49.92561],[-119.32681,49.92572],[-119.32566,49.88041],[-119.31389,49.88065],[-119.31371,49.87717],[-119.31322,49.87722],[-119.31315,49.87497],[-119.31245,49.87491],[-119.31223,49.87236],[-119.31176,49.87233],[-119.3116,49.86961],[-119.31122,49.86942],[-119.31092,49.86324],[-119.31037,49.86327],[-119.30951,49.85124],[-119.31064,49.85123],[-119.31039,49.84626],[-119.32453,49.846],[-119.3246,49.84507],[-119.3367,49.84488],[-119.33675,49.84351],[-119.33794,49.84347],[-119.3378,49.83821],[-119.33836,49.8381],[-119.33837,49.83512],[-119.33909,49.83511],[-119.3388,49.83212],[-119.33915,49.83206],[-119.33917,49.82933],[-119.33946,49.82933],[-119.33959,49.82679],[-119.35001,49.82658],[-119.34937,49.81806],[-119.4047,49.81638],[-119.40457,49.8099],[-119.41016,49.8099],[-119.41029,49.80728],[-119.43195,49.80691],[-119.43226,49.7908],[-119.44598,49.79055],[-119.44529,49.78202],[-119.49674,49.78116],[-119.49661,49.77849],[-119.54184,49.77751],[-119.54159,49.77183],[-119.55603,49.77149],[-119.55612,49.77184],[-119.57157,49.77151],[-119.57162,49.77173],[-119.58192,49.77149],[-119.58201,49.77177],[-119.5923,49.77152],[-119.59234,49.77181],[-119.60038,49.7716],[-119.60119,49.78391],[-119.58644,49.78439],[-119.58673,49.79281]]],description:"High quality aerial imagery taken for the City of Kelowna"},{id:"kelowna_roads",name:"Kelowna Roads overlay",type:"tms",template:"http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna_overlay/{zoom}/{x}/{y}.png",zoomExtent:[9,20],polygon:[[[-119.58673,49.79281],[-119.54657,49.79281],[-119.54657,49.80138],[-119.53434,49.80138],[-119.53434,49.80473],[-119.52962,49.80473],[-119.52962,49.81196],[-119.51045,49.81196],[-119.51157,49.87443],[-119.51089,49.87449],[-119.51141,49.88433],[-119.51141,49.92218],[-119.49386,49.92235],[-119.49405,49.9313],[-119.48039,49.93175],[-119.48046,49.94075],[-119.46667,49.94099],[-119.46928,49.99137],[-119.45513,49.99161],[-119.45567,50.01212],[-119.44167,50.01239],[-119.44173,50.01363],[-119.42215,50.01404],[-119.4221,50.01193],[-119.41213,50.01217],[-119.41261,50.02169],[-119.41234,50.02169],[-119.41248,50.02508],[-119.41209,50.02508],[-119.4122,50.02708],[-119.41261,50.02707],[-119.41283,50.03219],[-119.39363,50.03264],[-119.39353,50.03078],[-119.37957,50.03101],[-119.37954,50.02876],[-119.37358,50.02886],[-119.37154,49.97936],[-119.35735,49.97936],[-119.35484,49.92561],[-119.32681,49.92572],[-119.32566,49.88041],[-119.31389,49.88065],[-119.31371,49.87717],[-119.31322,49.87722],[-119.31315,49.87497],[-119.31245,49.87491],[-119.31223,49.87236],[-119.31176,49.87233],[-119.3116,49.86961],[-119.31122,49.86942],[-119.31092,49.86324],[-119.31037,49.86327],[-119.30951,49.85124],[-119.31064,49.85123],[-119.31039,49.84626],[-119.32453,49.846],[-119.3246,49.84507],[-119.3367,49.84488],[-119.33675,49.84351],[-119.33794,49.84347],[-119.3378,49.83821],[-119.33836,49.8381],[-119.33837,49.83512],[-119.33909,49.83511],[-119.3388,49.83212],[-119.33915,49.83206],[-119.33917,49.82933],[-119.33946,49.82933],[-119.33959,49.82679],[-119.35001,49.82658],[-119.34937,49.81806],[-119.4047,49.81638],[-119.40457,49.8099],[-119.41016,49.8099],[-119.41029,49.80728],[-119.43195,49.80691],[-119.43226,49.7908],[-119.44598,49.79055],[-119.44529,49.78202],[-119.49674,49.78116],[-119.49661,49.77849],[-119.54184,49.77751],[-119.54159,49.77183],[-119.55603,49.77149],[-119.55612,49.77184],[-119.57157,49.77151],[-119.57162,49.77173],[-119.58192,49.77149],[-119.58201,49.77177],[-119.5923,49.77152],[-119.59234,49.77181],[-119.60038,49.7716],[-119.60119,49.78391],[-119.58644,49.78439],[-119.58673,49.79281]]],overlay:true},{id:"kystverket-navigasjon",name:"Kystverket Navigational Aid overlay",type:"wms",template:"https://nfs.kystverket.no/arcgis/services/nfs/NFSSistOperativ/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=17,16,15,14,12,10,9,8,7,4&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[12,19],polygon:[[[3.24857,56.08599],[2.60924,56.59428],[1.47215,58.45924],[1.77704,61.36251],[-0.49301,63.88665],[-13.73292,69.76376],[-12.43655,72.58741],[-5.11965,74.39626],[-3.60356,79.12998],[5.85587,82.34863],[34.98861,82.3401],[37.96874,78.62784],[37.99619,75.79673],[36.95796,73.68962],[32.07458,70.27336],[30.3511,69.56882],[21.46179,69.57098],[18.3032,68.36681],[14.47997,66.2558],[11.50266,63.28307],[11.50166,58.95444],[11.08246,58.96771],[10.03051,58.25173],[8.88244,57.69534],[3.24857,56.08599]]],terms_url:"http://kystverket.no/Maritim-infrastruktur/Fyr-og-merker-/",terms_text:"© Kystverket",description:"Beacons, buoys, lights and fairways maintained by the Norwegian Coastal Administration",icon:"https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Coat_of_arms_of_the_Norwegian_Coastal_Administration.svg/143px-Coat_of_arms_of_the_Norwegian_Coastal_Administration.svg.png",overlay:true},{id:"landsat_233055",name:"Landsat 233055",type:"tms",template:"http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_233055/{zoom}/{x}/{y}.png",endDate:"2013-09-03T00:00:00.000Z",startDate:"2013-09-03T00:00:00.000Z",zoomExtent:[5,14],polygon:[[[-60.855,6.1765],[-60.47626,7.91883],[-62.16169,8.27787],[-62.53225,6.53755],[-60.855,6.1765]]],description:"Recent Landsat imagery"},{id:"osmse-ekonomiska",name:"Lantmäteriet Economic Map (historic)",type:"tms",template:"https://mapproxy.openstreetmap.se/tms/1.0.0/ek_EPSG3857/{zoom}/{x}/{-y}.jpeg",zoomExtent:[3,17],polygon:[[[12.71117,55.2666],[14.38109,55.29163],[19.65453,57.24934],[19.85228,59.75087],[17.77587,61.13794],[18.06151,62.27815],[20.97289,63.5779],[24.35668,65.60842],[23.96117,66.79191],[20.61034,66.45189],[17.13866,63.96632],[11.99706,61.03702],[12.29369,60.31607],[10.70067,58.81375],[12.71117,55.2666]]],terms_url:"https://www.lantmateriet.se",terms_text:"© Lantmäteriet",description:"Scan of ´Economic maps´ ca 1950-1980",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/se/LantmterietHistoricOrthophoto1960.png"},{id:"lantmateriet-orto1960",name:"Lantmäteriet Historic Orthophoto 1960",type:"wms",template:"https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/9b342b7d9f12d4ddb92277be9869d860/?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.Histortho_60&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[5,19],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.lantmateriet.se/",terms_text:"© Lantmäteriet, CC0",description:"Mosaic of Swedish orthophotos from the period 1949-1970.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/se/LantmterietHistoricOrthophoto1960.png"},{id:"lantmateriet-orto1975",name:"Lantmäteriet Historic Orthophoto 1975",type:"wms",template:"https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/9b342b7d9f12d4ddb92277be9869d860/?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.Histortho_75&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[5,19],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[17.85131,60.87407],[14.74558,60.53889],[11.60239,59.56416],[10.51799,58.66559],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.lantmateriet.se/",terms_text:"© Lantmäteriet, CC0",description:"Mosaic of Swedish orthophotos from the period 1970-1980. To be expanded.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/se/LantmterietHistoricOrthophoto1960.png"},{id:"lu.geoportail.opendata.ortholatest",name:"Latest available ortho geoportail.lu",type:"tms",template:"http://{switch:wmts1,wmts2}.geoportail.lu/opendata/wmts/ortho_latest/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2017-06-22T00:00:00.000Z",startDate:"2017-06-14T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",best:true,icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"landsat_047026",name:"Latest southwest British Columbia Landsat",type:"tms",template:"http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_047026/{zoom}/{x}/{y}.png",endDate:"2013-09-12T00:00:00.000Z",startDate:"2013-09-12T00:00:00.000Z",zoomExtent:[5,13],polygon:[[[-121.93555,47.78206],[-121.57206,48.64101],[-121.20155,49.48462],[-121.83755,49.60232],[-122.4767,49.71617],[-123.11891,49.82688],[-123.76023,49.93358],[-124.08877,49.08705],[-124.41289,48.22526],[-123.79277,48.11973],[-123.17279,48.01096],[-122.55355,47.89823],[-121.93555,47.78206]]],description:"Recent lower-resolution landsat imagery for southwest British Columbia"},{id:"Lausanne-2012",name:"Lausanne - Orthophoto technique 2012",type:"tms",template:"https://osmdata.asitvd.ch/tiles/lausanne2012/{zoom}/{x}/{y}.png",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[14,20],polygon:[[[6.66668,46.49441],[6.61637,46.49406],[6.61636,46.49836],[6.60135,46.49825],[6.60131,46.50227],[6.55923,46.50194],[6.55773,46.59687],[6.72895,46.59805],[6.7304,46.49004],[6.67702,46.48978],[6.67703,46.49011],[6.67345,46.49006],[6.67347,46.49041],[6.66672,46.49036],[6.66668,46.49441]]],terms_url:"http://carto.lausanne.ch/lausanne-gc/",terms_text:"Ville de Lausanne - Orthophoto technique 2012"},{id:"LINZ_NZ_Aerial_Imagery",name:"LINZ NZ Aerial Imagery",type:"tms",template:"https://tiles-a.data-cdn.linz.govt.nz/services;key=3197c6d0e5cb494a95d58dc2de3216c2/tiles/v4/set=2/EPSG:3857/{zoom}/{x}/{y}.png",zoomExtent:[0,21],polygon:[[[167.25037,-47.21957],[167.24487,-47.28016],[167.50305,-47.37975],[168.25012,-47.1561],[168.74451,-46.7963],[169.32678,-46.75492],[169.78271,-46.60417],[170.42542,-46.11133],[170.80444,-45.95115],[170.95276,-45.44086],[171.30981,-44.91036],[171.40869,-44.39062],[172.56226,-43.92955],[172.90283,-43.9691],[173.16101,-43.90977],[173.25989,-43.69568],[172.97424,-43.5366],[172.76001,-43.37711],[173.15002,-43.17714],[173.70483,-42.63396],[174.36401,-41.7836],[174.32007,-41.40978],[174.84741,-41.52914],[175.07263,-41.70573],[175.50659,-41.67291],[176.2262,-41.10833],[176.83044,-40.42604],[177.17102,-39.67337],[177.03918,-39.39375],[177.44568,-39.18118],[177.60498,-39.33005],[177.97852,-39.36828],[178.33557,-38.65978],[178.70911,-37.74466],[178.62671,-37.54458],[178.3136,-37.43125],[177.62146,-37.37889],[177.03918,-37.39635],[176.56128,-37.37016],[176.33606,-37.05956],[176.00647,-36.29742],[175.67688,-36.05354],[174.67163,-35.1783],[173.19397,-34.28445],[172.67761,-34.23451],[172.38647,-34.40238],[172.47986,-34.71904],[172.98523,-35.32185],[173.56201,-36.14231],[174.30908,-37.07709],[174.55627,-38.05242],[174.47937,-38.65549],[174.32556,-38.86537],[173.79822,-38.95941],[173.60596,-39.23225],[173.69934,-39.56335],[174.58923,-39.95607],[174.98474,-40.21664],[174.98474,-40.49292],[174.72107,-40.80549],[174.14978,-40.65147],[173.28186,-40.4344],[172.58972,-40.35073],[172.08435,-40.53468],[171.76575,-40.82628],[171.57349,-41.39742],[171.28235,-41.65239],[170.87585,-42.53284],[170.354,-42.87194],[168.27759,-43.92955],[167.6239,-44.47691],[166.55273,-45.38688],[166.27258,-45.91677],[166.48132,-46.22545],[167.67883,-46.47192],[167.25037,-47.21957]]],terms_url:"https://www.linz.govt.nz/data/licensing-and-using-data/attributing-elevation-or-aerial-imagery-data",terms_text:"Sourced from LINZ CC-BY 4.0",best:true},{id:"LINZ_NZ_Topo50_Gridless_Maps",name:"LINZ NZ Topo50 Gridless Maps",type:"tms",template:"https://tiles-a.data-cdn.linz.govt.nz/services;key=3197c6d0e5cb494a95d58dc2de3216c2/tiles/v4/layer=2343/EPSG:3857/{zoom}/{x}/{y}.png",zoomExtent:[0,21],polygon:[[[167.25037,-47.21957],[167.24487,-47.28016],[167.50305,-47.37975],[168.25012,-47.1561],[168.74451,-46.7963],[169.32678,-46.75492],[169.78271,-46.60417],[170.42542,-46.11133],[170.80444,-45.95115],[170.95276,-45.44086],[171.30981,-44.91036],[171.40869,-44.39062],[172.56226,-43.92955],[172.90283,-43.9691],[173.16101,-43.90977],[173.25989,-43.69568],[172.97424,-43.5366],[172.76001,-43.37711],[173.15002,-43.17714],[173.70483,-42.63396],[174.36401,-41.7836],[174.32007,-41.40978],[174.84741,-41.52914],[175.07263,-41.70573],[175.50659,-41.67291],[176.2262,-41.10833],[176.83044,-40.42604],[177.17102,-39.67337],[177.03918,-39.39375],[177.44568,-39.18118],[177.60498,-39.33005],[177.97852,-39.36828],[178.33557,-38.65978],[178.70911,-37.74466],[178.62671,-37.54458],[178.3136,-37.43125],[177.62146,-37.37889],[177.03918,-37.39635],[176.56128,-37.37016],[176.33606,-37.05956],[176.00647,-36.29742],[175.67688,-36.05354],[174.67163,-35.1783],[173.19397,-34.28445],[172.67761,-34.23451],[172.38647,-34.40238],[172.47986,-34.71904],[172.98523,-35.32185],[173.56201,-36.14231],[174.30908,-37.07709],[174.55627,-38.05242],[174.47937,-38.65549],[174.32556,-38.86537],[173.79822,-38.95941],[173.60596,-39.23225],[173.69934,-39.56335],[174.58923,-39.95607],[174.98474,-40.21664],[174.98474,-40.49292],[174.72107,-40.80549],[174.14978,-40.65147],[173.28186,-40.4344],[172.58972,-40.35073],[172.08435,-40.53468],[171.76575,-40.82628],[171.57349,-41.39742],[171.28235,-41.65239],[170.87585,-42.53284],[170.354,-42.87194],[168.27759,-43.92955],[167.6239,-44.47691],[166.55273,-45.38688],[166.27258,-45.91677],[166.48132,-46.22545],[167.67883,-46.47192],[167.25037,-47.21957]]],terms_url:"https://data.linz.govt.nz/layer/2343-nz-mainland-topo50-gridless-maps",terms_text:"CC BY 4.0 Land Information New Zealand"},{id:"ORT10LT",name:"Lithuania - NŽT ORT10LT",type:"tms",template:"https://ort10lt.openmap.lt/g16/{zoom}/{x}/{y}.jpeg",endDate:"2016-01-01T00:00:00.000Z",startDate:"2010-01-01T00:00:00.000Z",zoomExtent:[4,18],polygon:[[[26.21384,55.85075],[26.38583,55.70453],[26.63036,55.68067],[26.62053,55.56892],[26.52422,55.50992],[26.55415,55.38883],[26.43993,55.34794],[26.79197,55.3212],[26.82913,55.27635],[26.74346,55.25399],[26.67648,55.15883],[26.46112,55.12856],[26.35774,55.15054],[26.22963,55.10732],[26.27138,55.07759],[26.20851,54.99741],[26.06191,54.94161],[25.85782,54.9276],[25.74298,54.81506],[25.76261,54.5769],[25.53194,54.34182],[25.67716,54.32381],[25.78573,54.23362],[25.78588,54.15506],[25.55508,54.14619],[25.51095,54.17503],[25.58967,54.22858],[25.51362,54.30785],[25.26893,54.27447],[25.0706,54.13363],[24.95737,54.17206],[24.81338,54.14486],[24.77902,54.09991],[24.87128,54.0349],[24.81957,53.99772],[24.68459,53.96211],[24.69787,54.01714],[24.62591,54.0105],[24.43426,53.90144],[24.35206,53.89679],[24.20161,53.97001],[23.96833,53.9267],[23.91302,53.96968],[23.77812,53.89892],[23.70977,53.93945],[23.53704,53.94307],[23.48224,53.98938],[23.52734,54.04735],[23.48586,54.15323],[23.38679,54.22484],[23.04212,54.31597],[23.01021,54.3828],[22.85469,54.4104],[22.792,54.36332],[22.70234,54.4529],[22.68386,54.58597],[22.74897,54.63198],[22.74297,54.72682],[22.88668,54.8135],[22.8204,54.91198],[22.6424,54.97134],[22.58924,55.07024],[22.0806,55.02448],[22.03241,55.0841],[21.91307,55.08168],[21.64919,55.18081],[21.50151,55.18682],[21.38437,55.2937],[21.27098,55.24501],[21.09836,55.25639],[20.94217,55.28245],[21.08635,55.56183],[21.03995,55.83636],[21.06403,56.06995],[21.20478,56.08117],[21.2308,56.16233],[21.5021,56.2955],[21.72359,56.31382],[21.83566,56.37162],[21.96954,56.37665],[22.0153,56.42428],[22.43727,56.4064],[22.68,56.35159],[22.91917,56.37902],[22.94668,56.41465],[23.09325,56.30464],[23.17034,56.36677],[23.30645,56.38305],[23.55717,56.33382],[23.7648,56.37332],[23.76669,56.32381],[24.019,56.32976],[24.12146,56.2489],[24.28574,56.30064],[24.45415,56.25816],[24.57947,56.28824],[24.62841,56.37533],[24.90238,56.48053],[25.12774,56.20591],[25.57714,56.18241],[25.67312,56.14937],[26.21384,55.85075]]],terms_url:"https://www.geoportal.lt",terms_text:"NŽT ORT10LT",best:true},{id:"mapbox_locator_overlay",name:"Locator Overlay",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/openstreetmap.map-inh76ba2/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjaml5MjVyb3MwMWV0M3hxYmUzdGdwbzE4In0.q548FjhsSJzvXsGlPsFxAQ",zoomExtent:[0,16],overzoom:false,terms_url:"https://www.mapbox.com/about/maps",terms_text:"Terms & Feedback","default":true,description:"Shows major features to help orient you.",overlay:true},{id:"Lodz-buildings",name:"Łódź: Buildings",type:"wms",template:"http://gis.mapa.lodz.pl/awiskts/services/WMS_publikowane/LODZ/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Budynki,Ulice,Adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[19.55046,51.68509],[19.53843,51.68518],[19.53858,51.68067],[19.50381,51.68085],[19.50351,51.68564],[19.48084,51.68589],[19.48063,51.6815],[19.43517,51.68168],[19.43517,51.67754],[19.41155,51.67791],[19.41214,51.68703],[19.37723,51.68739],[19.37723,51.69172],[19.34216,51.692],[19.34291,51.70544],[19.33132,51.70572],[19.33176,51.71474],[19.31988,51.71493],[19.32077,51.74612],[19.33206,51.74612],[19.33251,51.75513],[19.32107,51.75532],[19.32225,51.79108],[19.31052,51.79126],[19.31141,51.81387],[19.323,51.81359],[19.32389,51.82709],[19.33488,51.82718],[19.33473,51.84481],[19.39342,51.84444],[19.39342,51.84022],[19.42789,51.83985],[19.42834,51.85738],[19.4634,51.85701],[19.4634,51.86133],[19.47499,51.86133],[19.47529,51.86601],[19.52194,51.86509],[19.52238,51.85619],[19.568,51.85582],[19.56785,51.85105],[19.57944,51.85105],[19.57825,51.82397],[19.63649,51.82342],[19.63411,51.76488],[19.65759,51.7647],[19.65714,51.74676],[19.64496,51.74695],[19.64421,51.7152],[19.63337,51.7152],[19.63322,51.70167],[19.62059,51.70167],[19.62044,51.68868],[19.55032,51.68942],[19.55046,51.68509]]],terms_text:"Urząd Miasta Łodzi",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{id:"Lodz-2015",name:"Łódź: Orthophotomap 2015 (aerial image)",type:"wms",template:"http://gis.mapa.lodz.pl/awiskts/services/Ortofotomapa/Ortofotomapa/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[19.55046,51.68509],[19.53843,51.68518],[19.53858,51.68067],[19.50381,51.68085],[19.50351,51.68564],[19.48084,51.68589],[19.48063,51.6815],[19.43517,51.68168],[19.43517,51.67754],[19.41155,51.67791],[19.41214,51.68703],[19.37723,51.68739],[19.37723,51.69172],[19.34216,51.692],[19.34291,51.70544],[19.33132,51.70572],[19.33176,51.71474],[19.31988,51.71493],[19.32077,51.74612],[19.33206,51.74612],[19.33251,51.75513],[19.32107,51.75532],[19.32225,51.79108],[19.31052,51.79126],[19.31141,51.81387],[19.323,51.81359],[19.32389,51.82709],[19.33488,51.82718],[19.33473,51.84481],[19.39342,51.84444],[19.39342,51.84022],[19.42789,51.83985],[19.42834,51.85738],[19.4634,51.85701],[19.4634,51.86133],[19.47499,51.86133],[19.47529,51.86601],[19.52194,51.86509],[19.52238,51.85619],[19.568,51.85582],[19.56785,51.85105],[19.57944,51.85105],[19.57825,51.82397],[19.63649,51.82342],[19.63411,51.76488],[19.65759,51.7647],[19.65714,51.74676],[19.64496,51.74695],[19.64421,51.7152],[19.63337,51.7152],[19.63322,51.70167],[19.62059,51.70167],[19.62044,51.68868],[19.55032,51.68942],[19.55046,51.68509]]],terms_text:"Urząd Miasta Łodzi",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{id:"Lodz-2017",name:"Łódź: Orthophotomap 2017 (aerial image)",type:"wms",template:"https://mapa.lodz.pl/3/services/OGC/Ortofotomapa/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[19.55046,51.68509],[19.53843,51.68518],[19.53858,51.68067],[19.50381,51.68085],[19.50351,51.68564],[19.48084,51.68589],[19.48063,51.6815],[19.43517,51.68168],[19.43517,51.67754],[19.41155,51.67791],[19.41214,51.68703],[19.37723,51.68739],[19.37723,51.69172],[19.34216,51.692],[19.34291,51.70544],[19.33132,51.70572],[19.33176,51.71474],[19.31988,51.71493],[19.32077,51.74612],[19.33206,51.74612],[19.33251,51.75513],[19.32107,51.75532],[19.32225,51.79108],[19.31052,51.79126],[19.31141,51.81387],[19.323,51.81359],[19.32389,51.82709],[19.33488,51.82718],[19.33473,51.84481],[19.39342,51.84444],[19.39342,51.84022],[19.42789,51.83985],[19.42834,51.85738],[19.4634,51.85701],[19.4634,51.86133],[19.47499,51.86133],[19.47529,51.86601],[19.52194,51.86509],[19.52238,51.85619],[19.568,51.85582],[19.56785,51.85105],[19.57944,51.85105],[19.57825,51.82397],[19.63649,51.82342],[19.63411,51.76488],[19.65759,51.7647],[19.65714,51.74676],[19.64496,51.74695],[19.64421,51.7152],[19.63337,51.7152],[19.63322,51.70167],[19.62059,51.70167],[19.62044,51.68868],[19.55032,51.68942],[19.55046,51.68509]]],terms_text:"Urząd Miasta Łodzi",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/dOrthophotomap2017(aerialimage).png"},{id:"Loire_Atlantique-Orthophotos-2012",name:"Loire-Atlantique - Orthophotos 2012 - 20 cm",type:"tms",template:"http://{switch:a,b,c,d,e,f,g,h}.tiles.cg44.makina-corpus.net/ortho-2012/{zoom}/{x}/{-y}.jpg",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[0,19],polygon:[[[-1.48638,46.87691],[-1.54437,46.84873],[-1.73468,46.87246],[-1.89276,46.94234],[-1.95475,46.98084],[-2.07067,47.08521],[-2.2678,47.12656],[-2.22627,47.17124],[-2.19217,47.16914],[-2.19341,47.25546],[-2.29694,47.22769],[-2.41658,47.25336],[-2.54862,47.28575],[-2.63913,47.41678],[-2.50573,47.50812],[-2.31063,47.53021],[-2.24836,47.52384],[-2.23223,47.51499],[-2.12109,47.54674],[-2.11783,47.60126],[-2.1001,47.61123],[-2.09981,47.62005],[-2.11141,47.62873],[-2.10055,47.65141],[-2.08121,47.66578],[-1.98016,47.70751],[-1.83077,47.72419],[-1.67455,47.72544],[-1.63735,47.77463],[-1.49601,47.81752],[-1.49911,47.84166],[-1.38133,47.84415],[-1.346,47.81086],[-1.23007,47.78587],[-1.21643,47.75838],[-1.22635,47.73628],[-1.21086,47.7317],[-1.18668,47.73462],[-1.15196,47.69332],[-1.13151,47.63654],[-1.09121,47.6332],[-0.99265,47.6027],[-0.98459,47.58598],[-1.0317,47.55001],[-1.13585,47.55628],[-1.13275,47.5161],[-1.0317,47.51778],[-0.94863,47.50103],[-0.93686,47.47715],[-0.93376,47.43859],[-0.9009,47.39874],[-0.92694,47.37482],[-0.97157,47.35845],[-1.28339,47.32736],[-1.23379,47.26093],[-1.20032,47.26935],[-1.16498,47.24957],[-1.14143,47.1763],[-1.1563,47.15818],[-1.20652,47.12402],[-1.20838,47.10968],[-1.15568,47.10504],[-1.14081,47.08056],[-1.09431,47.0717],[-1.09989,47.03199],[-1.14453,47.01636],[-1.21582,47.02904],[-1.26727,47.06325],[-1.28524,47.02185],[-1.34972,47.02397],[-1.33918,46.969],[-1.3491,46.94446],[-1.45014,46.91186],[-1.47504,46.9176],[-1.48775,46.93063],[-1.49235,46.98433],[-1.48644,46.99943],[-1.49213,47.02722],[-1.52764,47.00541],[-1.52961,46.97252],[-1.50507,46.94439],[-1.50222,46.92973],[-1.51142,46.91371],[-1.48622,46.89724],[-1.48638,46.87691]]],terms_url:"http://data2.loire-atlantique.fr/licences/",terms_text:"Département de Loire-Atlantique"},{id:"Loire_Atlantique-Orthophotos-2016",name:"Loire-Atlantique - Orthophotos 2016 - 10 cm",type:"wms",template:"https://wms-vuduciel2.makina-corpus.net/geoserver/wms?SERVICE=WMS&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=cg44:ortho44-2016&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[-1.48638,46.87691],[-1.54437,46.84873],[-1.73468,46.87246],[-1.89276,46.94234],[-1.95475,46.98084],[-2.07067,47.08521],[-2.2678,47.12656],[-2.22627,47.17124],[-2.19217,47.16914],[-2.19341,47.25546],[-2.29694,47.22769],[-2.41658,47.25336],[-2.54862,47.28575],[-2.63913,47.41678],[-2.50573,47.50812],[-2.31063,47.53021],[-2.24836,47.52384],[-2.23223,47.51499],[-2.12109,47.54674],[-2.11783,47.60126],[-2.1001,47.61123],[-2.09981,47.62005],[-2.11141,47.62873],[-2.10055,47.65141],[-2.08121,47.66578],[-1.98016,47.70751],[-1.83077,47.72419],[-1.67455,47.72544],[-1.63735,47.77463],[-1.49601,47.81752],[-1.49911,47.84166],[-1.38133,47.84415],[-1.346,47.81086],[-1.23007,47.78587],[-1.21643,47.75838],[-1.22635,47.73628],[-1.21086,47.7317],[-1.18668,47.73462],[-1.15196,47.69332],[-1.13151,47.63654],[-1.09121,47.6332],[-0.99265,47.6027],[-0.98459,47.58598],[-1.0317,47.55001],[-1.13585,47.55628],[-1.13275,47.5161],[-1.0317,47.51778],[-0.94863,47.50103],[-0.93686,47.47715],[-0.93376,47.43859],[-0.9009,47.39874],[-0.92694,47.37482],[-0.97157,47.35845],[-1.28339,47.32736],[-1.23379,47.26093],[-1.20032,47.26935],[-1.16498,47.24957],[-1.14143,47.1763],[-1.1563,47.15818],[-1.20652,47.12402],[-1.20838,47.10968],[-1.15568,47.10504],[-1.14081,47.08056],[-1.09431,47.0717],[-1.09989,47.03199],[-1.14453,47.01636],[-1.21582,47.02904],[-1.26727,47.06325],[-1.28524,47.02185],[-1.34972,47.02397],[-1.33918,46.969],[-1.3491,46.94446],[-1.45014,46.91186],[-1.47504,46.9176],[-1.48775,46.93063],[-1.49235,46.98433],[-1.48644,46.99943],[-1.49213,47.02722],[-1.52764,47.00541],[-1.52961,46.97252],[-1.50507,46.94439],[-1.50222,46.92973],[-1.51142,46.91371],[-1.48622,46.89724],[-1.48638,46.87691]]],terms_url:"http://data2.loire-atlantique.fr/licences/",terms_text:"© Loire-Atlantique ouverture des données publiques"},{id:"Lombardia-Italy-CTR-DBT",name:"Lombardia - Italy (CTR DBT)",type:"wms",template:"https://www.cartografia.servizirl.it/arcgis/services/wms/ctr_wms/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sfondo%20C.T.R.%2010000&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[8.4816,45.28938],[8.63085,45.01372],[8.78009,44.98189],[8.86775,45.02712],[9.07148,44.80063],[9.14966,44.79055],[9.19467,44.67106],[9.31549,44.65758],[9.36997,44.698],[9.37945,44.82752],[9.33207,44.91483],[9.41025,45.03716],[9.78692,45.04386],[9.78692,45.00032],[9.93853,45.002],[9.93379,45.08903],[10.00013,45.09071],[10.00013,44.99697],[10.20149,45.002],[10.20149,44.95004],[10.40523,44.9534],[10.40523,44.90476],[10.49288,44.90308],[10.49288,44.8628],[10.6516,44.85776],[10.64686,44.90308],[11.35282,44.89469],[11.35519,44.93663],[11.45706,44.93328],[11.44758,44.97351],[11.3623,45.00032],[11.35282,45.09238],[11.25806,45.09572],[11.25806,45.13752],[11.16094,45.14253],[11.16094,45.18262],[11.05196,45.19097],[11.05196,45.23436],[10.9572,45.23269],[10.9572,45.28605],[10.8577,45.28438],[10.85534,45.32271],[10.74636,45.32937],[10.75347,45.47408],[10.64686,45.48073],[10.60301,45.51074],[10.57636,45.47379],[10.53549,45.50036],[10.59116,45.53148],[10.61666,45.61304],[10.87429,45.84001],[10.82217,45.85982],[10.67529,45.85817],[10.57342,45.8103],[10.58624,46.00773],[10.5016,46.01596],[10.59325,46.11529],[10.60896,46.35583],[10.65634,46.38688],[10.64686,46.46037],[10.4147,46.57285],[10.32705,46.56797],[10.25124,46.65422],[10.07357,46.62494],[10.02382,46.53212],[10.02855,46.43588],[10.07357,46.39832],[10.12095,46.39669],[10.0783,46.32802],[10.14464,46.26582],[10.10436,46.24781],[9.97407,46.40812],[9.71111,46.3689],[9.68742,46.32312],[9.61872,46.30675],[9.55712,46.32475],[9.50264,46.39015],[9.47895,46.5256],[9.25626,46.51582],[9.22546,46.44078],[9.27284,46.34438],[9.17098,46.19044],[9.04305,46.12808],[9.062,46.09195],[8.97435,46.04593],[8.98856,46.00152],[8.93882,45.97354],[9.04068,45.8961],[9.01936,45.84827],[8.84879,46.0081],[8.89854,46.07059],[8.8251,46.11823],[8.70902,46.11659],[8.67823,46.07552],[8.7185,46.01468],[8.55504,45.90434],[8.59768,45.83836],[8.53372,45.79378],[8.6877,45.49235],[8.78009,45.41591],[8.68533,45.37931],[8.71139,45.34103],[8.69481,45.32104],[8.62848,45.37765],[8.5124,45.35768],[8.4816,45.28938]]],terms_url:"https://www.dati.gov.it/content/italian-open-data-license-v20",terms_text:"CTR DBT 10000 Regione Lombardia"},{id:"Lombardia-Italy-CTR",name:"Lombardia - Italy (CTR)",type:"wms",template:"https://www.cartografia.regione.lombardia.it/ArcGIS10/services/wms/ctr_wms/MapServer/WMSServer?STYLES=&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[8.4816,45.28938],[8.63085,45.01372],[8.78009,44.98189],[8.86775,45.02712],[9.07148,44.80063],[9.14966,44.79055],[9.19467,44.67106],[9.31549,44.65758],[9.36997,44.698],[9.37945,44.82752],[9.33207,44.91483],[9.41025,45.03716],[9.78692,45.04386],[9.78692,45.00032],[9.93853,45.002],[9.93379,45.08903],[10.00013,45.09071],[10.00013,44.99697],[10.20149,45.002],[10.20149,44.95004],[10.40523,44.9534],[10.40523,44.90476],[10.49288,44.90308],[10.49288,44.8628],[10.6516,44.85776],[10.64686,44.90308],[11.35282,44.89469],[11.35519,44.93663],[11.45706,44.93328],[11.44758,44.97351],[11.3623,45.00032],[11.35282,45.09238],[11.25806,45.09572],[11.25806,45.13752],[11.16094,45.14253],[11.16094,45.18262],[11.05196,45.19097],[11.05196,45.23436],[10.9572,45.23269],[10.9572,45.28605],[10.8577,45.28438],[10.85534,45.32271],[10.74636,45.32937],[10.75347,45.47408],[10.64686,45.48073],[10.60301,45.51074],[10.57636,45.47379],[10.53549,45.50036],[10.59116,45.53148],[10.61666,45.61304],[10.87429,45.84001],[10.82217,45.85982],[10.67529,45.85817],[10.57342,45.8103],[10.58624,46.00773],[10.5016,46.01596],[10.59325,46.11529],[10.60896,46.35583],[10.65634,46.38688],[10.64686,46.46037],[10.4147,46.57285],[10.32705,46.56797],[10.25124,46.65422],[10.07357,46.62494],[10.02382,46.53212],[10.02855,46.43588],[10.07357,46.39832],[10.12095,46.39669],[10.0783,46.32802],[10.14464,46.26582],[10.10436,46.24781],[9.97407,46.40812],[9.71111,46.3689],[9.68742,46.32312],[9.61872,46.30675],[9.55712,46.32475],[9.50264,46.39015],[9.47895,46.5256],[9.25626,46.51582],[9.22546,46.44078],[9.27284,46.34438],[9.17098,46.19044],[9.04305,46.12808],[9.062,46.09195],[8.97435,46.04593],[8.98856,46.00152],[8.93882,45.97354],[9.04068,45.8961],[9.01936,45.84827],[8.84879,46.0081],[8.89854,46.07059],[8.8251,46.11823],[8.70902,46.11659],[8.67823,46.07552],[8.7185,46.01468],[8.55504,45.90434],[8.59768,45.83836],[8.53372,45.79378],[8.6877,45.49235],[8.78009,45.41591],[8.68533,45.37931],[8.71139,45.34103],[8.69481,45.32104],[8.62848,45.37765],[8.5124,45.35768],[8.4816,45.28938]]],terms_url:"https://www.dati.gov.it/content/italian-open-data-license-v20",terms_text:"Regione Lombardia - Infrastruttura per l'informazione territoriale"},{id:"londrina2011",name:"Londrina Ortofoto 2011",type:"tms",template:"https://siglon.londrina.pr.gov.br/arcgis/rest/services/Imagens/Ortofotos_2011_Paranacidade/MapServer/WMTS/tile/1.0.0/Imagens_Ortofotos_2011_Paranacidade/default/GoogleMapsCompatible/{zoom}/{y}/{x}",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",zoomExtent:[0,19],polygon:[[[-51.10903,-23.39275],[-51.11015,-23.39112],[-51.11198,-23.3896],[-51.11358,-23.38977],[-51.121,-23.38593],[-51.12225,-23.38511],[-51.12483,-23.3835],[-51.12538,-23.38187],[-51.12482,-23.3777],[-51.12446,-23.37505],[-51.12437,-23.3723],[-51.12244,-23.37033],[-51.12302,-23.36643],[-51.12856,-23.36548],[-51.12832,-23.35884],[-51.12477,-23.35476],[-51.12703,-23.35091],[-51.12412,-23.3468],[-51.12025,-23.34781],[-51.11765,-23.33969],[-51.11265,-23.34129],[-51.1094,-23.33489],[-51.10756,-23.33409],[-51.10486,-23.33398],[-51.10253,-23.33419],[-51.09987,-23.33102],[-51.09801,-23.32936],[-51.09999,-23.32831],[-51.10323,-23.32532],[-51.10473,-23.32319],[-51.10466,-23.32129],[-51.10515,-23.31844],[-51.10636,-23.31575],[-51.10661,-23.31467],[-51.1105,-23.31167],[-51.11158,-23.30842],[-51.0995,-23.30947],[-51.0974,-23.30863],[-51.09512,-23.30745],[-51.09202,-23.30494],[-51.09036,-23.30371],[-51.09205,-23.29875],[-51.09269,-23.2975],[-51.09408,-23.29295],[-51.10074,-23.29332],[-51.10102,-23.28871],[-51.10068,-23.28837],[-51.10085,-23.28778],[-51.09938,-23.28664],[-51.09632,-23.27791],[-51.10285,-23.27302],[-51.10836,-23.27034],[-51.1131,-23.2684],[-51.1316,-23.26534],[-51.13188,-23.26201],[-51.13173,-23.25506],[-51.1329,-23.25468],[-51.13296,-23.25075],[-51.13474,-23.25127],[-51.13534,-23.25133],[-51.13517,-23.24359],[-51.13535,-23.24118],[-51.13752,-23.24219],[-51.13885,-23.2435],[-51.14109,-23.24521],[-51.14717,-23.24318],[-51.14761,-23.23828],[-51.14908,-23.23588],[-51.14977,-23.23681],[-51.15139,-23.23854],[-51.15289,-23.23884],[-51.15384,-23.23895],[-51.1582,-23.23814],[-51.16045,-23.23816],[-51.16035,-23.24658],[-51.15912,-23.24783],[-51.16131,-23.24777],[-51.16659,-23.24594],[-51.17193,-23.24582],[-51.17205,-23.24956],[-51.17424,-23.2484],[-51.17514,-23.24932],[-51.17686,-23.24816],[-51.17947,-23.25169],[-51.18135,-23.25381],[-51.18274,-23.25363],[-51.18379,-23.25326],[-51.18496,-23.2533],[-51.18627,-23.25215],[-51.18665,-23.24748],[-51.19118,-23.24914],[-51.19142,-23.25286],[-51.19369,-23.25278],[-51.19384,-23.26074],[-51.20097,-23.26055],[-51.20127,-23.2426],[-51.20994,-23.24278],[-51.2109,-23.26988],[-51.21969,-23.27222],[-51.22597,-23.27453],[-51.22934,-23.2786],[-51.23452,-23.2816],[-51.23498,-23.28325],[-51.23507,-23.28544],[-51.23371,-23.2859],[-51.23216,-23.28802],[-51.2287,-23.29229],[-51.2274,-23.2946],[-51.22679,-23.29548],[-51.2256,-23.29657],[-51.22393,-23.29721],[-51.22048,-23.30073],[-51.21864,-23.3013],[-51.21668,-23.30212],[-51.21424,-23.30441],[-51.21097,-23.30697],[-51.22328,-23.3183],[-51.22439,-23.31459],[-51.22521,-23.31289],[-51.22512,-23.31258],[-51.22521,-23.31251],[-51.22553,-23.31253],[-51.22595,-23.31239],[-51.22617,-23.31183],[-51.22936,-23.31489],[-51.22802,-23.31661],[-51.22789,-23.31902],[-51.22767,-23.32023],[-51.22723,-23.32151],[-51.22739,-23.32223],[-51.22725,-23.32285],[-51.23033,-23.32558],[-51.23046,-23.32671],[-51.22954,-23.32789],[-51.22916,-23.3305],[-51.22929,-23.33178],[-51.22681,-23.33447],[-51.22602,-23.33657],[-51.22473,-23.33839],[-51.2221,-23.34023],[-51.22257,-23.34196],[-51.22381,-23.34339],[-51.22384,-23.34531],[-51.22441,-23.347],[-51.22454,-23.34829],[-51.22404,-23.34968],[-51.22351,-23.35011],[-51.22382,-23.35077],[-51.22305,-23.35174],[-51.2226,-23.35296],[-51.22587,-23.35481],[-51.2265,-23.36706],[-51.22354,-23.36915],[-51.22367,-23.37968],[-51.22038,-23.38163],[-51.21647,-23.3817],[-51.21416,-23.37995],[-51.20928,-23.37395],[-51.20738,-23.36814],[-51.20629,-23.36723],[-51.20472,-23.36627],[-51.19823,-23.36668],[-51.19297,-23.36651],[-51.18986,-23.36544],[-51.18806,-23.36464],[-51.18718,-23.36453],[-51.1858,-23.36374],[-51.18304,-23.36359],[-51.18071,-23.36376],[-51.17907,-23.36158],[-51.17764,-23.35836],[-51.16684,-23.35626],[-51.16614,-23.35854],[-51.16476,-23.36039],[-51.16077,-23.35922],[-51.15983,-23.3666],[-51.16204,-23.36861],[-51.16276,-23.37416],[-51.15845,-23.3758],[-51.15505,-23.37631],[-51.15396,-23.37903],[-51.15299,-23.38105],[-51.15119,-23.38208],[-51.14917,-23.38251],[-51.14722,-23.38216],[-51.14518,-23.38259],[-51.1441,-23.38376],[-51.14512,-23.38808],[-51.1418,-23.3894],[-51.14031,-23.3888],[-51.14068,-23.39161],[-51.14127,-23.39354],[-51.14094,-23.39443],[-51.14046,-23.39536],[-51.13939,-23.3951],[-51.13739,-23.39315],[-51.13609,-23.3898],[-51.13429,-23.38976],[-51.13216,-23.39007],[-51.13172,-23.39286],[-51.12259,-23.38864],[-51.12228,-23.39166],[-51.11883,-23.39317],[-51.11568,-23.39335],[-51.10903,-23.39275]],[[-51.13829,-23.41601],[-51.13331,-23.41867],[-51.13209,-23.41644],[-51.13002,-23.41829],[-51.12869,-23.41901],[-51.12824,-23.42103],[-51.12696,-23.42186],[-51.12533,-23.42269],[-51.12445,-23.42097],[-51.12151,-23.42411],[-51.12063,-23.42327],[-51.11971,-23.42312],[-51.11977,-23.42157],[-51.1188,-23.42155],[-51.11643,-23.42084],[-51.11943,-23.41917],[-51.11787,-23.41678],[-51.11655,-23.41731],[-51.1157,-23.4157],[-51.11512,-23.41309],[-51.11908,-23.41111],[-51.1196,-23.4117],[-51.12052,-23.41489],[-51.12148,-23.41714],[-51.12309,-23.41863],[-51.12755,-23.41654],[-51.12803,-23.4174],[-51.1312,-23.41557],[-51.1308,-23.41477],[-51.13279,-23.41264],[-51.13522,-23.41106],[-51.13586,-23.41096],[-51.13682,-23.41119],[-51.13721,-23.41158],[-51.1373,-23.41324],[-51.13743,-23.41471],[-51.13829,-23.41601]],[[-51.18929,-23.61469],[-51.18869,-23.61385],[-51.18818,-23.61339],[-51.18731,-23.61302],[-51.18629,-23.61314],[-51.18402,-23.61396],[-51.18349,-23.61397],[-51.18183,-23.61284],[-51.1814,-23.61344],[-51.18063,-23.61314],[-51.18001,-23.61409],[-51.17866,-23.61329],[-51.18065,-23.6106],[-51.17972,-23.61018],[-51.18062,-23.60849],[-51.18212,-23.6085],[-51.18261,-23.60775],[-51.1832,-23.60804],[-51.18415,-23.60628],[-51.18511,-23.60666],[-51.18649,-23.6047],[-51.18902,-23.6061],[-51.18821,-23.60742],[-51.18919,-23.60802],[-51.1889,-23.60953],[-51.18962,-23.60993],[-51.19119,-23.61119],[-51.19015,-23.61245],[-51.19054,-23.61276],[-51.19029,-23.61378],[-51.18929,-23.61469]],[[-51.08006,-23.52984],[-51.07962,-23.52205],[-51.08468,-23.52194],[-51.08582,-23.52404],[-51.08589,-23.52704],[-51.08579,-23.52777],[-51.0853,-23.52806],[-51.08514,-23.52857],[-51.08512,-23.52982],[-51.08471,-23.53024],[-51.08343,-23.53024],[-51.0833,-23.52978],[-51.08006,-23.52984]]],terms_url:"http://siglon.londrina.pr.gov.br",terms_text:"Prefeitura do Londrinas, PR"},{id:"LPI_NSW_Administrative_Boundaries_County",name:"LPI NSW Administrative Boundaries County",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=4&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",zoomExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_LGA",name:"LPI NSW Administrative Boundaries LGA",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=6&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",zoomExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_NPWS_Reserve",name:"LPI NSW Administrative Boundaries NPWS Reserve",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=1&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",zoomExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_Parish",name:"LPI NSW Administrative Boundaries Parish",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=3&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",zoomExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_StateForest",name:"LPI NSW Administrative Boundaries State Forest",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=2&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",zoomExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"LPI_NSW_Administrative_Boundaries_Suburb",name:"LPI NSW Administrative Boundaries Suburb",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Administrative_Boundaries/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=7&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",zoomExtent:[1,21],polygon:[[[159.00339,-31.48767],[159.03789,-31.70558],[159.31098,-31.85952],[159.37278,-31.77892],[159.17443,-31.4374],[159.00339,-31.48767]],[[140.99865,-28.99893],[148.9452,-28.99487],[149.48562,-28.5615],[150.29914,-28.53373],[151.0954,-28.71792],[151.39436,-28.97978],[151.98941,-28.73557],[151.92904,-28.49836],[152.49246,-28.2353],[153.57907,-28.14156],[153.69692,-28.64983],[153.25847,-30.97354],[152.75437,-32.50849],[151.90879,-33.05535],[151.25834,-34.38081],[151.01442,-35.11568],[150.46154,-36.1203],[150.41275,-36.61786],[149.97847,-37.507],[148.20135,-36.80566],[148.07918,-36.81716],[147.88542,-36.09019],[147.69029,-36.04418],[146.82844,-36.18868],[145.23484,-35.98499],[144.84457,-36.21492],[144.51935,-36.1296],[143.20218,-35.13174],[142.47856,-34.81194],[140.9937,-34.07017],[141.0026,-34.01974],[140.99865,-28.99893]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"NSW_LPI_BaseMap",name:"LPI NSW Base Map",type:"tms",template:"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Base_Map/MapServer/tile/{zoom}/{y}/{x}",zoomExtent:[1,19],polygon:[[[140.99486,-28.95297],[148.96114,-28.89977],[148.98701,-28.48623],[151.01361,-28.47865],[151.10847,-28.70329],[151.87599,-28.68312],[151.93348,-28.40788],[152.25544,-28.23327],[153.06608,-28.21047],[153.14082,-28.1091],[153.47351,-28.11648],[153.35765,-27.69361],[159.49383,-27.69925],[159.4857,-37.84741],[149.52569,-37.82815],[149.91596,-37.487],[148.04859,-36.81317],[147.9681,-36.15679],[146.71477,-36.28666],[145.30046,-36.15679],[144.53007,-36.14751],[142.8398,-35.02543],[142.35686,-34.78025],[141.97741,-34.40162],[140.99503,-34.13718],[140.99486,-28.95297]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017"},{id:"NSW_LPI_Imagery",name:"LPI NSW Imagery",type:"tms",template:"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Imagery/MapServer/tile/{zoom}/{y}/{x}",zoomExtent:[1,21],polygon:[[[140.98687,-28.98878],[148.99515,-28.97275],[148.99667,-28.49151],[151.0029,-28.49307],[151.0029,-28.72617],[151.49151,-28.73239],[151.49187,-28.71553],[151.92282,-28.71964],[151.92516,-28.48971],[151.99559,-28.48987],[151.99899,-28.11927],[152.49676,-28.12209],[152.49682,-28.11464],[153.00446,-28.11544],[153.00446,-28.1204],[153.50386,-28.11934],[153.50393,-28.12271],[153.59194,-28.12236],[153.59266,-28.17769],[153.61112,-28.17579],[153.61139,-28.18252],[153.74268,-28.21621],[153.77873,-28.71091],[152.6238,-32.58772],[152.3124,-32.63288],[151.41419,-33.57904],[150.89299,-35.26487],[150.46207,-35.77773],[150.01565,-37.51036],[149.99181,-37.51268],[149.51978,-37.51307],[149.51996,-37.52169],[149.4463,-37.53537],[149.06334,-37.5358],[148.98366,-37.52176],[148.98169,-37.5192],[148.98638,-37.2585],[148.48754,-37.26585],[148.48248,-37.00927],[147.99439,-37.01434],[147.98829,-36.53322],[147.95297,-36.52607],[147.94865,-36.0686],[147.5035,-36.07168],[147.50477,-36.2651],[146.492,-36.26613],[146.49225,-36.2565],[145.99298,-36.25343],[145.99659,-36.01881],[145.98316,-36.01871],[145.96245,-36.0219],[145.94624,-36.01209],[145.94543,-36.00603],[145.50415,-36.00136],[145.50379,-36.01091],[145.0072,-36.00362],[145.00354,-36.15204],[144.48608,-36.14231],[144.48741,-36.01375],[143.98747,-36.00241],[143.99329,-35.57238],[143.49717,-35.58371],[143.4918,-35.40656],[143.46134,-35.36749],[143.45856,-35.35559],[143.48978,-35.33965],[143.48955,-35.33221],[143.4317,-35.25706],[143.25055,-35.26066],[143.24384,-35.01327],[142.99333,-35.01772],[142.99198,-34.79619],[142.49714,-34.80323],[142.49732,-34.80076],[142.42114,-34.80176],[142.42092,-34.78383],[142.23309,-34.78592],[142.23077,-34.78075],[142.227,-34.50613],[141.99753,-34.50837],[141.9946,-34.25267],[141.49823,-34.25569],[141.49817,-34.25228],[140.99454,-34.25284],[140.98687,-28.98878]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",best:true},{id:"NSW_LPI_Imagery_Dates",name:"LPI NSW Imagery Dates",type:"wms",template:"https://maps.six.nsw.gov.au/arcgis/services/public/NSW_Imagery_Dates/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&LAYERS=0&STYLES=&FORMAT=image/png32&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE",projection:"EPSG:3857",zoomExtent:[0,21],polygon:[[[140.98687,-28.98878],[148.99515,-28.97275],[148.99667,-28.49151],[151.0029,-28.49307],[151.0029,-28.72617],[151.49151,-28.73239],[151.49187,-28.71553],[151.92282,-28.71964],[151.92516,-28.48971],[151.99559,-28.48987],[151.99899,-28.11927],[152.49676,-28.12209],[152.49682,-28.11464],[153.00446,-28.11544],[153.00446,-28.1204],[153.50386,-28.11934],[153.50393,-28.12271],[153.59194,-28.12236],[153.59266,-28.17769],[153.61112,-28.17579],[153.61139,-28.18252],[153.74268,-28.21621],[153.77873,-28.71091],[152.6238,-32.58772],[152.3124,-32.63288],[151.41419,-33.57904],[150.89299,-35.26487],[150.46207,-35.77773],[150.01565,-37.51036],[149.99181,-37.51268],[149.51978,-37.51307],[149.51996,-37.52169],[149.4463,-37.53537],[149.06334,-37.5358],[148.98366,-37.52176],[148.98169,-37.5192],[148.98638,-37.2585],[148.48754,-37.26585],[148.48248,-37.00927],[147.99439,-37.01434],[147.98829,-36.53322],[147.95297,-36.52607],[147.94865,-36.0686],[147.5035,-36.07168],[147.50477,-36.2651],[146.492,-36.26613],[146.49225,-36.2565],[145.99298,-36.25343],[145.99659,-36.01881],[145.98316,-36.01871],[145.96245,-36.0219],[145.94624,-36.01209],[145.94543,-36.00603],[145.50415,-36.00136],[145.50379,-36.01091],[145.0072,-36.00362],[145.00354,-36.15204],[144.48608,-36.14231],[144.48741,-36.01375],[143.98747,-36.00241],[143.99329,-35.57238],[143.49717,-35.58371],[143.4918,-35.40656],[143.46134,-35.36749],[143.45856,-35.35559],[143.48978,-35.33965],[143.48955,-35.33221],[143.4317,-35.25706],[143.25055,-35.26066],[143.24384,-35.01327],[142.99333,-35.01772],[142.99198,-34.79619],[142.49714,-34.80323],[142.49732,-34.80076],[142.42114,-34.80176],[142.42092,-34.78383],[142.23309,-34.78592],[142.23077,-34.78075],[142.227,-34.50613],[141.99753,-34.50837],[141.9946,-34.25267],[141.49823,-34.25569],[141.49817,-34.25228],[140.99454,-34.25284],[140.98687,-28.98878]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017",overlay:true},{id:"NSW_LPI_TopographicMap",name:"LPI NSW Topographic Map",type:"tms",template:"https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Topo_Map/MapServer/tile/{zoom}/{y}/{x}",zoomExtent:[1,16],polygon:[[[140.99884,-28.99924],[148.95024,-28.99937],[148.94988,-28.96653],[148.99983,-28.96653],[149.00009,-28.81658],[149.10007,-28.81658],[149.0997,-28.74885],[148.99985,-28.74974],[148.99982,-28.50003],[151.00005,-28.50052],[151.00059,-28.73258],[151.02395,-28.73274],[151.02413,-28.74188],[151.03293,-28.74188],[151.03383,-28.75054],[151.99998,-28.74953],[151.99998,-28.71645],[152.0334,-28.71661],[152.03322,-28.6832],[152.00007,-28.68335],[151.99988,-28.64163],[151.98299,-28.64139],[151.98317,-28.62491],[151.93313,-28.62475],[151.93341,-28.50007],[151.99989,-28.50023],[151.99986,-28.37496],[152.24997,-28.37507],[152.24994,-28.25001],[152.99972,-28.24986],[152.9999,-28.28324],[153.1165,-28.2834],[153.11659,-28.24986],[153.16663,-28.25001],[153.16672,-28.23316],[153.24999,-28.23324],[153.25003,-28.12497],[153.62496,-28.12508],[153.62484,-28.49991],[153.7498,-28.49999],[153.74959,-28.7498],[153.62481,-28.75011],[153.62497,-28.99993],[153.49977,-29.00006],[153.49984,-29.49951],[153.3748,-29.50005],[153.37541,-29.87503],[153.49991,-29.87514],[153.49991,-30.00009],[153.24989,-29.99976],[153.25002,-30.19177],[153.27482,-30.19162],[153.27482,-30.21685],[153.21661,-30.21661],[153.21661,-30.25006],[153.25002,-30.25006],[153.24975,-30.37519],[153.12436,-30.37497],[153.12465,-30.62504],[153.03317,-30.62505],[153.03339,-30.87508],[153.12492,-30.87503],[153.12493,-31.12505],[153.00824,-31.12497],[153.00829,-31.24998],[153,-31.25],[152.99994,-31.62499],[152.87494,-31.62505],[152.87496,-31.74995],[152.78329,-31.75],[152.7832,-31.87486],[152.74991,-31.87501],[152.75004,-32.00002],[152.6249,-31.99994],[152.62491,-32.5],[152.49998,-32.49996],[152.50003,-32.56664],[152.41667,-32.56634],[152.41676,-32.625],[152.34985,-32.62499],[152.34985,-32.63323],[152.28308,-32.63322],[152.28326,-32.62498],[152.24948,-32.62498],[152.24981,-32.87491],[151.87457,-32.87504],[151.87485,-33.00001],[151.74977,-33.00015],[151.75047,-33.25004],[151.62524,-33.24974],[151.62508,-33.37516],[151.49958,-33.37514],[151.50031,-33.62494],[151.37415,-33.62437],[151.37279,-34.00196],[151.24778,-34.00112],[151.24778,-34.24931],[150.99573,-34.25015],[151.00081,-34.62483],[150.87174,-34.6265],[150.87276,-35.12427],[150.76706,-35.12344],[150.76909,-35.24638],[150.62579,-35.2497],[150.62803,-35.37515],[150.49997,-35.37515],[150.49591,-35.6275],[150.37192,-35.62503],[150.37497,-35.7538],[150.26724,-35.75132],[150.2652,-35.87412],[150.24792,-35.87083],[150.24589,-36.37488],[150.12292,-36.37488],[150.12597,-36.62243],[150.02535,-36.62407],[150.0284,-36.74713],[149.99283,-36.74958],[150.00401,-37.12245],[150.05889,-37.12731],[150.05686,-37.37809],[149.99791,-37.37324],[149.99994,-37.48301],[149.98774,-37.48462],[149.98571,-37.508],[148.06846,-36.80624],[147.99306,-36.138],[147.81483,-36.00556],[147.38939,-36.01137],[147.38221,-36.13103],[146.99725,-36.12755],[146.98863,-36.25283],[146.49564,-36.24471],[146.50426,-36.12639],[145.00118,-36.00795],[145.01541,-36.25421],[144.50725,-36.24765],[144.49912,-36.0211],[143.99654,-35.98105],[143.33826,-35.23318],[142.40976,-34.76694],[142.03614,-34.37588],[140.99652,-34.13858],[140.99884,-28.99924]]],terms_url:"http://spatialservices.finance.nsw.gov.au/mapping_and_imagery/lpi_web_services",terms_text:"© Land and Property Information 2017"},{id:"orthophoto_lyon_2012",name:"Lyon Orthophoto 2012-03 10cm",type:"wms",template:"https://download.data.grandlyon.com/wms/grandlyon?language=fre&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1830_5150_10cm_CC46,1830_5155_10cm_CC46,1830_5160_10cm_CC46,1830_5165_10cm_CC46,1830_5170_10cm_CC46,1830_5175_10cm_CC46,1830_5180_10cm_CC46,1830_5185_10cm_CC46,1830_5190_10cm_CC46,1835_5150_10cm_CC46,1835_5155_10cm_CC46,1835_5160_10cm_CC46,1835_5165_10cm_CC46,1835_5170_10cm_CC46,1835_5175_10cm_CC46,1835_5180_10cm_CC46,1835_5185_10cm_CC46,1835_5190_10cm_CC46,1840_5150_10cm_CC46,1840_5155_10cm_CC46,1840_5160_10cm_CC46,1840_5165_10cm_CC46,1840_5170_10cm_CC46,1840_5175_10cm_CC46,1840_5180_10cm_CC46,1840_5185_10cm_CC46,1840_5190_10cm_CC46,1845_5150_10cm_CC46,1845_5155_10cm_CC46,1845_5160_10cm_CC46,1845_5165_10cm_CC46,1845_5170_10cm_CC46,1845_5175_10cm_CC46,1845_5180_10cm_CC46,1845_5185_10cm_CC46,1845_5190_10cm_CC46,1850_5155_10cm_CC46,1850_5160_10cm_CC46,1850_5165_10cm_CC46,1850_5170_10cm_CC46,1850_5175_10cm_CC46,1850_5180_10cm_CC46,1850_5185_10cm_CC46,1855_5155_10cm_CC46,1855_5165_10cm_CC46,1855_5170_10cm_CC46,1855_5175_10cm_CC46,1855_5180_10cm_CC46,1855_5185_10cm_CC46,1860_5155_10cm_CC46,1860_5160_10cm_CC46,1860_5165_10cm_CC46,1860_5170_10cm_CC46,1860_5175_10cm_CC46,1860_5180_10cm_CC46,1860_5185_10cm_CC46,1865_5155_10cm_CC46,1865_5160_10cm_CC46,1865_5165_10cm_CC46,1865_5170_10cm_CC46&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-03-01T00:00:00.000Z",startDate:"2012-03-01T00:00:00.000Z",polygon:[[[4.69049,45.54652],[4.83131,45.54652],[4.83131,45.57131],[4.88344,45.57131],[4.88344,45.59745],[5.16622,45.59745],[5.16622,45.74533],[5.10793,45.74533],[5.10793,45.88145],[4.90698,45.88145],[4.90698,45.92107],[4.84377,45.92107],[4.84377,45.94011],[4.71543,45.94011],[4.71543,45.87018],[4.67458,45.87018],[4.67458,45.7178],[4.69567,45.7178],[4.69049,45.54652]]],terms_url:"https://data.grandlyon.com/imagerie/orthophotographie-2012-du-grand-lyon",terms_text:"Grand Lyon Smart Data DSIT"},{id:"orthophoto_lyon_2015_8cm",name:"Lyon Orthophoto 2015-05 8cm",type:"wms",template:"https://download.data.grandlyon.com/wms/grandlyon?language=fre&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1835_5155_8cm_CC46,1835_5160_8cm_CC46,1835_5165_8cm_CC46,1835_5170_8cm_CC46,1835_5180_8cm_CC46,1835_5175_8cm_CC46,1845_5175_8cm_CC46,1845_5180_8cm_CC46,1845_5185_8cm_CC46,1845_5190_8cm_CC46,1850_5165_8cm_CC46,1850_5160_8cm_CC46,1850_5155_8cm_CC46,1850_5170_8cm_CC46,1850_5175_8cm_CC46,1850_5180_8cm_CC46,1850_5185_8cm_CC46,1855_5155_8cm_CC46,1855_5160_8cm_CC46,1855_5185_8cm_CC46,1855_5180_8cm_CC46,1855_5175_8cm_CC46,1855_5170_8cm_CC46,1855_5165_8cm_CC46,1860_5160_8cm_CC46,1860_5155_8cm_CC46,1860_5165_8cm_CC46,1835_5185_8cm_CC46,1835_5190_8cm_CC46,1835_5195_8cm_CC46,1840_5160_8cm_CC46,1840_5155_8cm_CC46,1840_5150_8cm_CC46,1830_5195_8cm_CC46,1830_5190_8cm_CC46,1830_5175_8cm_CC46,1830_5170_8cm_CC46,1830_5165_8cm_CC46,1830_5160_8cm_CC46,1830_5155_8cm_CC46,1830_5180_8cm_CC46,1830_5185_8cm_CC46,1835_5150_8cm_CC46,1860_5170_8cm_CC46,1860_5175_8cm_CC46,1840_5180_8cm_CC46,1840_5175_8cm_CC46,1840_5185_8cm_CC46,1840_5190_8cm_CC46,1840_5195_8cm_CC46,1845_5150_8cm_CC46,1845_5155_8cm_CC46,1845_5160_8cm_CC46,1845_5170_8cm_CC46,1845_5165_8cm_CC46,1840_5170_8cm_CC46,1840_5165_8cm_CC46,1860_5180_8cm_CC46,1860_5185_8cm_CC46,1865_5155_8cm_CC46,1865_5160_8cm_CC46,1865_5165_8cm_CC46,1865_5170_8cm_CC46,1830_5150_8cm_CC46&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-05-01T00:00:00.000Z",startDate:"2015-05-01T00:00:00.000Z",polygon:[[[4.66489,45.54688],[4.88253,45.54348],[4.88435,45.59745],[5.16623,45.59242],[5.17217,45.74532],[5.10793,45.74653],[5.11305,45.88145],[4.90698,45.88508],[4.90822,45.92106],[4.84377,45.92212],[4.84497,45.9581],[4.67729,45.96069],[4.66489,45.54688]]],terms_url:"https://data.grandlyon.com/imagerie/orthophotographie-2015-du-grand-lyon",terms_text:"Métropole de Lyon DINSI",best:true},{id:"MainRoadsWA_Road_Hierarchy",name:"Main Roads WA Road Hierarchy",type:"wms",template:"https://services.slip.wa.gov.au/public/services/SLIP_Public_Services/Transport/MapServer/WMSServer?LAYERS=8&TRANSPARENT=TRUE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image%2Fpng&SRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}",projection:"EPSG:3857",zoomExtent:[0,21],polygon:[[[129.00009,-31.68764],[128.99872,-14.58225],[127.08984,-12.29707],[124.76074,-12.98315],[121.24512,-15.70766],[119.0918,-17.60214],[115.53223,-18.85431],[112.41211,-20.46819],[111.24756,-22.83695],[111.00586,-25.62172],[111.64307,-29.66896],[111.68701,-32.3614],[112.14844,-34.47034],[113.35693,-36.10238],[116.98242,-36.70366],[119.44336,-36.94989],[122.27783,-36.61553],[125.99121,-35.40696],[127.59521,-34.57895],[128.86963,-33.59632],[129.00009,-31.68764]]],terms_url:"https://catalogue.data.wa.gov.au/dataset/clss-road-hierarchy",terms_text:"Main Roads Western Australia",overlay:true},{id:"mainzlatestaerialimagery",name:"Mainz latest aerial imagery",type:"wms",template:"https://gint.mainz.de/gint1-cgi/mapserv?map=/data/mapbender-int/umn-www/client/a62/luftbild.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Luftbild_f_mz_2016&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[17,22],polygon:[[[8.10355,49.865],[8.38356,49.865],[8.38356,50.0466],[8.10355,50.0466],[8.10355,49.865]]],terms_url:"https://www.mainz.de/vv/oe/100140100000035141.php#tab-infos",terms_text:"Vermessung und Geoinformation Mainz",icon:"https://www.mainz.de/configuration.inc.php.media/27432/Logo-72px.png"},{id:"major_isidoro",name:"Major Isidoro AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Major%20Isidoro&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.94048,-9.57588],[-36.94106,-9.48536],[-37.03215,-9.48606],[-37.03164,-9.57639],[-36.94048,-9.57588]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Mapbox",name:"Mapbox Satellite",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/mapbox.satellite/{zoom}/{x}/{y}@2x.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjaml5MjVyb3MwMWV0M3hxYmUzdGdwbzE4In0.q548FjhsSJzvXsGlPsFxAQ",tileSize:512,zoomExtent:[0,22],terms_url:"https://www.mapbox.com/about/maps",terms_text:"Terms & Feedback","default":true,description:"Satellite and aerial imagery.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/MapBoxSatellite.png"},{id:"Maps4BW-LGL_BW",name:"Maps4BW (LGL-BW, www.lgl-bw.de)",type:"wms",template:"http://www.webatlasde.de/arcgis/services/Maps4BW/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Halbtonvariante&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[9.06954,49.57679],[9.10577,49.57952],[9.16079,49.58263],[9.24212,49.58402],[9.27192,49.63515],[9.30454,49.65561],[9.36753,49.65893],[9.38253,49.64341],[9.41191,49.66033],[9.39602,49.67143],[9.41828,49.69706],[9.40378,49.71957],[9.37769,49.70357],[9.35828,49.70334],[9.29438,49.73958],[9.31467,49.76859],[9.42435,49.79099],[9.50417,49.78962],[9.51808,49.78214],[9.65623,49.79286],[9.65317,49.73944],[9.63435,49.70076],[9.67054,49.69515],[9.67721,49.71846],[9.71079,49.72918],[9.8014,49.73429],[9.83728,49.70237],[9.87656,49.61362],[9.83362,49.55607],[9.84954,49.54793],[9.87463,49.5836],[9.91419,49.58955],[9.93066,49.56097],[9.92482,49.48951],[10.01787,49.48673],[10.03352,49.52978],[10.06372,49.55129],[10.09052,49.54218],[10.12792,49.51192],[10.11027,49.49272],[10.16753,49.38589],[10.12627,49.3809],[10.14385,49.32772],[10.16061,49.27043],[10.13569,49.26189],[10.14311,49.20387],[10.25161,49.15031],[10.26279,49.12959],[10.26869,49.05202],[10.36527,49.02557],[10.45894,48.93581],[10.46208,48.83947],[10.42886,48.74973],[10.46648,48.73627],[10.49761,48.68581],[10.45007,48.66277],[10.3553,48.65068],[10.32297,48.68241],[10.26028,48.67842],[10.32542,48.60763],[10.31448,48.52323],[10.17973,48.45977],[10.12892,48.45301],[10.10938,48.47445],[10.06355,48.45381],[10.03918,48.45125],[10.04492,48.43158],[10.0152,48.40323],[9.98709,48.38565],[9.97328,48.37944],[9.97549,48.36558],[9.99071,48.3734],[10.00265,48.3632],[9.99992,48.35572],[10.06698,48.28172],[10.08111,48.2253],[10.11306,48.12632],[10.13966,48.11307],[10.14695,48.07455],[10.13763,48.01938],[10.11725,47.9755],[10.11359,47.93422],[10.10709,47.86711],[10.14174,47.80956],[10.0732,47.78686],[10.11825,47.76126],[10.14213,47.70165],[10.13262,47.67678],[10.07445,47.63472],[10.06303,47.66923],[10.00359,47.67526],[9.95808,47.64376],[9.84481,47.67533],[9.83488,47.66042],[9.74926,47.60206],[9.70817,47.60007],[9.65788,47.60599],[9.64742,47.58931],[9.61389,47.57809],[9.56602,47.53274],[9.51199,47.53246],[9.25717,47.65752],[9.18684,47.65697],[9.17591,47.65379],[9.17028,47.65474],[9.15555,47.666],[9.1494,47.66713],[9.13947,47.66367],[9.02005,47.68616],[8.94127,47.65569],[8.89825,47.64821],[8.88263,47.65327],[8.87474,47.6545],[8.87235,47.66971],[8.84949,47.68089],[8.84993,47.70233],[8.81816,47.71242],[8.80108,47.72811],[8.77231,47.71606],[8.81295,47.6959],[8.79373,47.67216],[8.7533,47.68997],[8.72575,47.6917],[8.71002,47.68829],[8.68937,47.69318],[8.67046,47.68235],[8.65783,47.68883],[8.66161,47.71454],[8.70596,47.71584],[8.70932,47.73275],[8.73033,47.75527],[8.72003,47.76273],[8.68871,47.75314],[8.67898,47.78306],[8.64981,47.79435],[8.65592,47.76948],[8.63132,47.75749],[8.61918,47.76216],[8.61351,47.78451],[8.61686,47.79705],[8.568,47.79977],[8.57611,47.79015],[8.57847,47.78102],[8.56315,47.77654],[8.48889,47.76458],[8.45742,47.74126],[8.4623,47.72909],[8.44929,47.71663],[8.41471,47.69991],[8.4273,47.68562],[8.41061,47.6743],[8.46839,47.6568],[8.52474,47.64677],[8.5269,47.66373],[8.56441,47.67261],[8.57853,47.66373],[8.60454,47.6751],[8.63333,47.65212],[8.62386,47.63922],[8.60395,47.63193],[8.61281,47.61327],[8.57951,47.59306],[8.5602,47.59867],[8.56765,47.61442],[8.53394,47.62984],[8.51208,47.61641],[8.46581,47.60137],[8.46631,47.58666],[8.48985,47.59139],[8.5,47.58062],[8.43414,47.5629],[8.39882,47.57559],[8.38525,47.56408],[8.32701,47.56893],[8.29483,47.59077],[8.2948,47.60497],[8.26293,47.60823],[8.22435,47.60446],[8.18644,47.60508],[8.16904,47.59394],[8.13615,47.58246],[8.10503,47.56795],[8.09873,47.55933],[8.08261,47.55624],[8.07095,47.56299],[8.0274,47.54931],[7.94632,47.54209],[7.90966,47.54825],[7.90676,47.5603],[7.88681,47.58765],[7.83987,47.58122],[7.79648,47.55517],[7.69208,47.53137],[7.66583,47.53403],[7.63159,47.56044],[7.63879,47.56619],[7.68607,47.57205],[7.65278,47.59418],[7.62247,47.57767],[7.60473,47.57822],[7.58771,47.59015],[7.52156,47.65161],[7.50399,47.70235],[7.52096,47.77685],[7.55712,47.84839],[7.54946,47.8792],[7.57461,47.93028],[7.61318,47.96804],[7.6119,47.9871],[7.56124,48.03836],[7.57491,48.1258],[7.59534,48.15977],[7.63305,48.19717],[7.66275,48.22473],[7.68466,48.30305],[7.76346,48.49158],[7.80046,48.5126],[7.79958,48.5878],[7.83409,48.64439],[7.91211,48.68899],[7.96723,48.75716],[8.02069,48.78879],[8.04302,48.7956],[8.08647,48.81306],[8.13644,48.89782],[8.19706,48.96021],[8.28161,48.9949],[8.29967,49.02597],[8.31243,49.05996],[8.38654,49.23497],[8.46083,49.28407],[8.48783,49.29326],[8.47577,49.3079],[8.44839,49.31693],[8.45152,49.33135],[8.46288,49.3869],[8.49407,49.40186],[8.49762,49.41583],[8.50721,49.43414],[8.49834,49.44187],[8.47977,49.44391],[8.46414,49.44151],[8.44696,49.44516],[8.43947,49.45214],[8.44407,49.46085],[8.45992,49.46498],[8.46312,49.47135],[8.4554,49.48107],[8.44184,49.49297],[8.41194,49.55852],[8.42193,49.5843],[8.44117,49.59081],[8.45482,49.59157],[8.47738,49.5874],[8.56161,49.52237],[8.61486,49.54175],[8.59165,49.59179],[8.58706,49.61156],[8.65189,49.6209],[8.69494,49.62762],[8.70105,49.59869],[8.68726,49.57096],[8.72597,49.53085],[8.78493,49.51775],[8.81467,49.53187],[8.88863,49.51091],[8.90168,49.50363],[8.90315,49.486],[8.87995,49.46561],[8.83117,49.42147],[8.80845,49.40981],[8.82075,49.39647],[8.83009,49.41316],[8.85107,49.39663],[8.90247,49.44632],[8.93863,49.48179],[8.95154,49.50562],[8.98498,49.51153],[9.03553,49.50079],[9.05731,49.532],[9.10023,49.52728],[9.11009,49.51213],[9.12424,49.51722],[9.11286,49.53337],[9.08284,49.54211],[9.06694,49.56433],[9.06954,49.57679]]],terms_url:"https://www.lgl-bw.de/",terms_text:"Datengrundlage: LGL, www.lgl-bw.de"},{id:"mar_vermelho_al",name:"Mar Vermelho AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Mar%20Vermelho&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.34201,-9.49289],[-36.3422,-9.47533],[-36.34275,-9.4029],[-36.34473,-9.4029],[-36.34537,-9.40279],[-36.34702,-9.40293],[-36.3508,-9.40291],[-36.359,-9.40307],[-36.36109,-9.403],[-36.36289,-9.40307],[-36.3659,-9.40305],[-36.36713,-9.40301],[-36.37571,-9.40307],[-36.38049,-9.40308],[-36.38663,-9.4032],[-36.38852,-9.40312],[-36.39286,-9.40325],[-36.39656,-9.40322],[-36.40309,-9.40327],[-36.41973,-9.40338],[-36.43368,-9.4034],[-36.43355,-9.41685],[-36.43344,-9.42386],[-36.43338,-9.43753],[-36.43329,-9.45012],[-36.433,-9.49359],[-36.40839,-9.4935],[-36.40442,-9.49354],[-36.40008,-9.49351],[-36.39787,-9.49342],[-36.39168,-9.49328],[-36.38757,-9.49331],[-36.38536,-9.49341],[-36.37673,-9.49331],[-36.37427,-9.49319],[-36.36707,-9.49299],[-36.36502,-9.493],[-36.36043,-9.49299],[-36.35955,-9.49295],[-36.35895,-9.49304],[-36.35703,-9.49294],[-36.35665,-9.493],[-36.3526,-9.493],[-36.34767,-9.49297],[-36.34201,-9.49289]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"MassGIS-L3-Parcels",name:"MassGIS L3 Parcels",type:"tms",template:"http://tile.osm.osuosl.org/tiles/massgis_parcels/{zoom}/{x}/{y}.png",polygon:[[[-72.13569,42.03025],[-72.53156,42.03458],[-72.57278,42.03022],[-72.58216,42.02474],[-72.60717,42.02515],[-72.60797,42.03108],[-72.64019,42.03205],[-72.69933,42.03696],[-72.75714,42.03635],[-72.75868,42.02439],[-72.76572,42.02276],[-72.76673,42.00327],[-72.81705,41.99769],[-72.81378,42.03674],[-73.03678,42.03929],[-73.43281,42.05059],[-73.49688,42.04968],[-73.50814,42.08626],[-73.26496,42.74594],[-72.6872,42.73348],[-71.97286,42.71307],[-71.69663,42.70572],[-71.29464,42.69704],[-71.27894,42.71136],[-71.26787,42.72603],[-71.25526,42.73659],[-71.24598,42.74231],[-71.23732,42.74491],[-71.22391,42.74643],[-71.18181,42.73732],[-71.18617,42.79088],[-71.16667,42.80891],[-71.13277,42.82145],[-71.06442,42.80626],[-71.05395,42.83337],[-71.04483,42.84869],[-71.03128,42.85924],[-70.96702,42.86887],[-70.94967,42.87588],[-70.92973,42.88504],[-70.91465,42.88661],[-70.90348,42.88671],[-70.88566,42.88288],[-70.84776,42.86088],[-70.82963,42.86875],[-70.81567,42.87204],[-70.45842,42.67694],[-70.8759,42.35302],[-69.88713,42.0519],[-69.89537,41.21643],[-70.81959,41.23192],[-71.09996,41.43386],[-71.12047,41.49717],[-71.13131,41.59231],[-71.14059,41.6051],[-71.14047,41.62389],[-71.13569,41.6284],[-71.13291,41.6601],[-71.17605,41.6681],[-71.17588,41.67154],[-71.1954,41.67514],[-71.26139,41.7523],[-71.32885,41.7811],[-71.33407,41.79455],[-71.34156,41.79817],[-71.33914,41.80842],[-71.3472,41.8231],[-71.3449,41.828],[-71.3352,41.8355],[-71.3422,41.8448],[-71.33392,41.86229],[-71.34086,41.87872],[-71.33865,41.89865],[-71.38174,41.8932],[-71.38127,42.01885],[-71.49744,42.01725],[-71.52888,42.01499],[-71.79925,42.00807],[-71.80067,42.02351],[-72.0635,42.02735],[-72.13569,42.03025]]]},{id:"geodata.md.gov-MD_SixInchImagery",name:"MD Latest 6 Inch Aerial Imagery",type:"wms",template:"https://geodata.md.gov/imap/services/Imagery/MD_SixInchImagery/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=MD_SixInchImagery&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[-76.23413,37.92037],[-76.59805,38.15832],[-76.94,38.27053],[-77.03819,38.41379],[-77.23526,38.33627],[-77.31216,38.41056],[-77.26273,38.56642],[-77.043,38.71338],[-77.04987,38.7937],[-76.92627,38.8925],[-77.04094,38.9845],[-77.12162,38.92523],[-77.15012,38.95514],[-77.25243,38.97543],[-77.25929,39.02425],[-77.34581,39.05492],[-77.46185,39.07038],[-77.53738,39.13965],[-77.47421,39.22481],[-77.57275,39.30428],[-77.72347,39.32899],[-77.77702,39.46323],[-77.86148,39.51622],[-77.84088,39.60886],[-77.95624,39.59299],[-78.16635,39.69556],[-78.27003,39.62156],[-78.3387,39.64007],[-78.46641,39.52364],[-78.6628,39.54006],[-78.79875,39.60622],[-78.9814,39.4468],[-79.06723,39.47649],[-79.48505,39.19954],[-79.48557,39.72158],[-75.78836,39.72181],[-75.69099,38.46058],[-75.04924,38.45816],[-75.04984,38.40222],[-75.08151,38.32321],[-75.09773,38.30907],[-75.187,38.09755],[-75.23798,38.0224],[-75.61821,37.98967],[-75.86369,37.90953],[-76.23413,37.92037]]],terms_url:"http://imap.maryland.gov/Pages/imagery-products.aspx",terms_text:"DoIT, MD iMap, MDP",description:"Six Inch resolution aerial imagery for the State of Maryland"},{id:"geodata.md.gov-MD_ThreeInchImagery",name:"MD Three Inch Aerial Imagery",type:"wms",template:"https://geodata.md.gov/imap/services/Imagery/MD_ThreeInchImagery/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=MD_ThreeInchImagery&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,20],polygon:[[[-76.46299,38.9808],[-76.46326,38.94779],[-76.49499,38.9369],[-76.51617,38.93697],[-76.54763,38.9591],[-76.54745,38.98667],[-76.51559,39.00306],[-76.4839,39.00292],[-76.46299,38.9808]],[[-76.09548,38.84133],[-76.0428,38.8409],[-76.04289,38.8298],[-76.03229,38.8297],[-76.03277,38.79667],[-76.02545,38.79664],[-76.02541,38.77462],[-76.03308,38.77472],[-76.03366,38.73073],[-76.05462,38.73094],[-76.0548,38.72005],[-76.10753,38.72043],[-76.10714,38.75338],[-76.11754,38.75346],[-76.11701,38.79731],[-76.09601,38.79715],[-76.09548,38.84133]],[[-77.23397,39.16838],[-77.25516,39.14647],[-77.25496,39.11343],[-77.18093,39.05337],[-77.14907,39.0477],[-77.12798,39.04779],[-77.10683,39.05325],[-77.10688,39.0917],[-77.11775,39.10827],[-77.16011,39.12485],[-77.15975,39.15214],[-77.17048,39.16302],[-77.21284,39.17272],[-77.23397,39.16838]]],terms_url:"http://imap.maryland.gov/Pages/imagery-products.aspx",terms_text:"DoIT, MD iMap, MDP",description:"Three Inch Resolution Imagery for the cities of Rockville, Gaithersburg and Annapolis"},{id:"geodata.md.gov-MD_ColorBasemap",name:"MD Transportation Basemap",type:"wms",template:"https://geodata.md.gov/imap/services/Transportation/MD_ColorBasemap/MapServer/WmsServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=MD_ColorBasemap&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-76.23413,37.92037],[-76.59805,38.15832],[-76.94,38.27053],[-77.03819,38.41379],[-77.23526,38.33627],[-77.31216,38.41056],[-77.26273,38.56642],[-77.043,38.71338],[-77.04987,38.7937],[-76.92627,38.8925],[-77.04094,38.9845],[-77.12162,38.92523],[-77.15012,38.95514],[-77.25243,38.97543],[-77.25929,39.02425],[-77.34581,39.05492],[-77.46185,39.07038],[-77.53738,39.13965],[-77.47421,39.22481],[-77.57275,39.30428],[-77.72347,39.32899],[-77.77702,39.46323],[-77.86148,39.51622],[-77.84088,39.60886],[-77.95624,39.59299],[-78.16635,39.69556],[-78.27003,39.62156],[-78.3387,39.64007],[-78.46641,39.52364],[-78.6628,39.54006],[-78.79875,39.60622],[-78.9814,39.4468],[-79.06723,39.47649],[-79.48505,39.19954],[-79.48557,39.72158],[-75.78836,39.72181],[-75.69099,38.46058],[-75.04924,38.45816],[-75.04984,38.40222],[-75.08151,38.32321],[-75.09773,38.30907],[-75.187,38.09755],[-75.23798,38.0224],[-75.61821,37.98967],[-75.86369,37.90953],[-76.23413,37.92037]]],terms_url:"http://imap.maryland.gov/Pages/imagery-products.aspx",terms_text:"DoIT, MD iMap, MDP",description:"Maryland State Highway Administration road features and additional Maryland focused landmarks"},{id:"Metropole_Ruhr_RVR-DOP10",name:"Metropole Ruhr: Luftbilder (10 cm)",type:"wms",template:"https://geodaten.metropoleruhr.de/dop/dop?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=DOP&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[6.51691,51.81714],[6.52258,51.81469],[6.52281,51.81041],[6.52834,51.81053],[6.53991,51.80134],[6.5511,51.799],[6.56818,51.78992],[6.57476,51.79606],[6.58457,51.79369],[6.59102,51.8024],[6.60911,51.80019],[6.61081,51.79423],[6.63264,51.79981],[6.65946,51.7892],[6.66837,51.77738],[6.7138,51.78084],[6.70876,51.77131],[6.72131,51.76899],[6.7475,51.77035],[6.74862,51.77551],[6.75824,51.77656],[6.7698,51.76649],[6.77219,51.74596],[6.78862,51.74884],[6.79861,51.74217],[6.81927,51.74341],[6.81956,51.73741],[6.82683,51.72983],[6.8403,51.73694],[6.84995,51.73712],[6.85551,51.73636],[6.8586,51.72956],[6.9103,51.74592],[6.90861,51.75275],[6.91511,51.76144],[6.9157,51.7786],[6.93527,51.7738],[6.95606,51.77245],[6.97559,51.79936],[6.98794,51.80129],[6.99485,51.80141],[6.99497,51.79884],[7.02118,51.80014],[7.0244,51.7899],[7.03141,51.78745],[7.0316,51.78317],[7.03847,51.78414],[7.05392,51.77839],[7.06079,51.77936],[7.0609,51.77679],[7.07333,51.777],[7.07867,51.78137],[7.11433,51.78795],[7.13435,51.80542],[7.1616,51.81528],[7.16419,51.8196],[7.19177,51.82174],[7.2141,51.81694],[7.22121,51.81191],[7.23658,51.80785],[7.23668,51.80528],[7.24916,51.80461],[7.2535,51.79953],[7.26179,51.79966],[7.26485,51.79198],[7.26245,51.78252],[7.27229,51.77838],[7.26002,51.77391],[7.26012,51.77134],[7.2688,51.76118],[7.27577,51.75957],[7.27889,51.75019],[7.31079,51.74636],[7.3151,51.74214],[7.31519,51.73957],[7.31102,51.74036],[7.3125,51.73781],[7.32081,51.73707],[7.31169,51.72237],[7.29963,51.71277],[7.2985,51.70589],[7.31069,51.71207],[7.30825,51.70346],[7.32762,51.70202],[7.33057,51.69692],[7.34427,51.69969],[7.34599,51.69028],[7.33919,51.68761],[7.35589,51.68356],[7.35877,51.68017],[7.3781,51.67959],[7.39086,51.66947],[7.40617,51.6654],[7.41031,51.66545],[7.4101,51.67145],[7.43089,51.6683],[7.43892,51.67527],[7.44854,51.67625],[7.44933,51.69341],[7.44094,51.69673],[7.43792,51.7044],[7.42406,51.70593],[7.42245,51.71277],[7.43451,51.72321],[7.44825,51.72511],[7.46718,51.7365],[7.47273,51.73572],[7.4771,51.72892],[7.4826,51.72985],[7.47877,51.72037],[7.48435,51.71872],[7.48449,51.71444],[7.49119,51.72053],[7.49947,51.72063],[7.50214,51.72324],[7.51738,51.72172],[7.51788,51.70629],[7.53035,51.70473],[7.52922,51.69701],[7.53349,51.69277],[7.54458,51.6912],[7.5378,51.68768],[7.54477,51.6852],[7.5528,51.69301],[7.56651,51.69575],[7.56642,51.69832],[7.58706,51.70029],[7.59379,51.70551],[7.6048,51.7065],[7.60743,51.71082],[7.6143,51.71176],[7.61419,51.71518],[7.62663,51.71447],[7.62814,51.7102],[7.64321,51.71381],[7.6531,51.70621],[7.65428,51.71308],[7.668,51.71581],[7.66915,51.72353],[7.68832,51.72889],[7.69283,51.71608],[7.7012,51.71275],[7.71352,51.71631],[7.71481,51.71976],[7.71899,51.71809],[7.71749,51.72236],[7.72163,51.7224],[7.72555,51.73016],[7.73659,51.73028],[7.73638,51.73799],[7.75154,51.73901],[7.7699,51.72378],[7.77119,51.72722],[7.78908,51.72912],[7.79037,51.73256],[7.80282,51.73183],[7.80137,51.73439],[7.80825,51.73531],[7.81228,51.73964],[7.82058,51.73887],[7.82457,51.74491],[7.83287,51.74413],[7.83314,51.73385],[7.83739,51.72961],[7.85815,51.72724],[7.85822,51.72467],[7.86374,51.72472],[7.87187,51.7308],[7.87745,51.72828],[7.88038,51.72145],[7.88875,51.7181],[7.88912,51.70267],[7.90148,51.70536],[7.90568,51.70283],[7.91249,51.70632],[7.92768,51.7056],[7.92912,51.70305],[7.94014,51.704],[7.93746,51.70055],[7.94296,51.70146],[7.96108,51.69305],[7.97631,51.69061],[7.97779,51.68633],[7.9875,51.68385],[7.98761,51.67871],[7.99732,51.67622],[7.9974,51.67279],[7.98365,51.67096],[7.96286,51.67592],[7.95466,51.67242],[7.95366,51.65612],[7.94689,51.65092],[7.94984,51.64237],[7.94443,51.63804],[7.93477,51.6388],[7.93224,51.62935],[7.92406,51.62585],[7.92414,51.62242],[7.91195,51.61374],[7.91632,51.60349],[7.91378,51.59489],[7.87529,51.59282],[7.86837,51.59446],[7.85742,51.59179],[7.85889,51.58837],[7.82749,51.57863],[7.84327,51.55307],[7.83262,51.53925],[7.83277,51.53325],[7.84115,51.52819],[7.8345,51.51955],[7.83755,51.50758],[7.83212,51.50496],[7.83912,51.49988],[7.83923,51.4956],[7.84474,51.49479],[7.8506,51.48028],[7.83418,51.4784],[7.82198,51.47228],[7.80819,51.47471],[7.79876,51.46776],[7.78906,51.47109],[7.76169,51.46823],[7.74785,51.47237],[7.7425,51.46717],[7.73567,51.46623],[7.72864,51.47216],[7.69838,51.4744],[7.67525,51.46728],[7.65606,51.46621],[7.65347,51.46103],[7.63843,51.45914],[7.63589,51.45226],[7.62083,51.45122],[7.61407,51.44772],[7.61977,51.44092],[7.62525,51.44099],[7.62127,51.43666],[7.62825,51.43245],[7.62561,51.42899],[7.63125,51.42391],[7.61633,51.41859],[7.62183,51.4178],[7.62196,51.41352],[7.63313,51.40679],[7.61322,51.38512],[7.60485,51.39017],[7.60609,51.39447],[7.59647,51.39521],[7.58704,51.38995],[7.59,51.38313],[7.58465,51.37878],[7.58644,51.36509],[7.59234,51.35144],[7.59934,51.34638],[7.59257,51.34373],[7.59407,51.33946],[7.58186,51.33588],[7.58334,51.33247],[7.57655,51.33067],[7.57816,51.32298],[7.58373,51.31962],[7.57837,51.31612],[7.58134,51.30844],[7.58547,51.30763],[7.58305,51.29732],[7.56826,51.28942],[7.56582,51.27996],[7.55089,51.27635],[7.54977,51.26862],[7.52923,51.27008],[7.52797,51.26663],[7.51302,51.26387],[7.51049,51.25784],[7.50371,51.25604],[7.50385,51.25175],[7.49563,51.2525],[7.49438,51.24906],[7.49708,51.24995],[7.50271,51.24488],[7.50143,51.24229],[7.48262,51.23262],[7.469,51.23158],[7.46505,51.22724],[7.45129,51.23049],[7.44191,51.22522],[7.44478,51.22098],[7.43534,51.21742],[7.43816,51.21489],[7.43413,51.21312],[7.42995,51.21563],[7.42962,51.22506],[7.42408,51.22756],[7.41182,51.22653],[7.41342,51.2197],[7.39824,51.22463],[7.39521,51.23317],[7.40319,51.23928],[7.3934,51.246],[7.38793,51.24593],[7.38672,51.24162],[7.37853,51.24151],[7.37289,51.24657],[7.35526,51.2429],[7.35405,51.23859],[7.34849,51.24109],[7.339,51.23924],[7.33872,51.24695],[7.32904,51.25024],[7.3238,51.24417],[7.31284,51.24487],[7.31027,51.24054],[7.30481,51.24046],[7.29643,51.24549],[7.29764,51.24979],[7.28262,51.24957],[7.27541,51.25975],[7.2715,51.25455],[7.26734,51.25621],[7.26578,51.26133],[7.27623,51.27434],[7.26764,51.2845],[7.25531,51.28518],[7.26537,51.30847],[7.26521,51.31276],[7.25974,51.31268],[7.26511,51.31533],[7.26365,51.31788],[7.23393,51.308],[7.22973,51.31051],[7.2271,51.3079],[7.22296,51.3087],[7.22309,51.30527],[7.20682,51.30159],[7.20026,51.29463],[7.18792,51.2953],[7.18232,51.29864],[7.16869,51.29757],[7.18065,51.30633],[7.16674,51.31211],[7.16924,51.31815],[7.16503,51.32066],[7.1662,51.32582],[7.15645,51.32996],[7.15351,51.33505],[7.14807,51.33411],[7.14927,51.33842],[7.14513,51.33921],[7.15292,51.34962],[7.14882,51.34956],[7.14731,51.35296],[7.15665,51.35911],[7.15911,51.36601],[7.15189,51.37532],[7.14634,51.37695],[7.13957,51.37513],[7.13802,51.37939],[7.13262,51.37759],[7.127,51.38093],[7.12163,51.37827],[7.12153,51.38084],[7.11742,51.38078],[7.11626,51.37561],[7.11215,51.37555],[7.11205,51.37812],[7.1039,51.37627],[7.09853,51.37361],[7.10004,51.37021],[7.0919,51.36836],[7.08765,51.37172],[7.08088,51.3699],[7.07796,51.37414],[7.0552,51.36176],[7.04973,51.36167],[7.04404,51.36671],[7.03604,51.36144],[7.01944,51.36544],[7.01,51.36185],[7.00745,51.35752],[6.98689,51.35803],[6.98301,51.35282],[6.97743,51.35529],[6.97621,51.35184],[6.96545,51.34737],[6.95033,51.34882],[6.94748,51.35134],[6.9257,51.34839],[6.92422,51.35093],[6.92825,51.35272],[6.92137,51.35346],[6.92391,51.35779],[6.90565,51.36775],[6.90022,51.3668],[6.8904,51.37176],[6.87848,51.36297],[6.86745,51.36449],[6.85115,51.36162],[6.84552,51.36495],[6.84991,51.35903],[6.83385,51.35101],[6.82295,51.34995],[6.81731,51.35328],[6.81615,51.34897],[6.80939,51.34713],[6.80649,51.3505],[6.7941,51.35198],[6.79314,51.34339],[6.77673,51.34308],[6.7475,51.35281],[6.73831,51.34492],[6.72749,51.34214],[6.71287,51.33328],[6.69193,51.34144],[6.66428,51.3469],[6.65435,51.35356],[6.65789,51.36477],[6.67409,51.36938],[6.67794,51.3746],[6.67511,51.37626],[6.6684,51.37356],[6.67309,51.38908],[6.66081,51.38798],[6.65693,51.38362],[6.64602,51.38254],[6.64443,51.3868],[6.63626,51.38577],[6.63586,51.39348],[6.611,51.39726],[6.59479,51.39265],[6.57148,51.39302],[6.56618,51.38948],[6.55797,51.38931],[6.55496,51.39439],[6.54679,51.39337],[6.54505,51.40019],[6.53816,51.4009],[6.52939,51.41101],[6.52596,51.42379],[6.5149,51.42527],[6.51453,51.43213],[6.51987,51.43481],[6.52092,51.44084],[6.51119,51.4432],[6.50821,51.44743],[6.50273,51.44731],[6.50198,51.46101],[6.50709,51.46798],[6.49868,51.47123],[6.49698,51.4772],[6.49012,51.47705],[6.48714,51.48127],[6.4818,51.47859],[6.47608,51.48275],[6.47404,51.49471],[6.46699,51.49799],[6.46245,51.50561],[6.45407,51.508],[6.45497,51.51659],[6.44796,51.51901],[6.45326,51.52255],[6.44876,51.52931],[6.45562,51.52946],[6.47816,51.51966],[6.47499,51.52731],[6.48673,51.53871],[6.46262,51.55191],[6.49612,51.56806],[6.46176,51.56732],[6.42276,51.5759],[6.41912,51.56725],[6.40847,51.56101],[6.38918,51.56144],[6.37657,51.56545],[6.36951,51.56872],[6.36916,51.57471],[6.37726,51.57747],[6.37284,51.58251],[6.37372,51.59111],[6.35235,51.60349],[6.33482,51.59709],[6.32362,51.60026],[6.32067,51.60363],[6.33275,51.60905],[6.33392,51.6125],[6.30035,51.62117],[6.30143,51.62633],[6.29113,51.63725],[6.29225,51.64156],[6.29903,51.64343],[6.32563,51.63632],[6.32819,51.63981],[6.35403,51.64554],[6.35313,51.66095],[6.36553,51.66123],[6.36262,51.66374],[6.37069,51.66735],[6.38091,51.6813],[6.38062,51.68643],[6.37195,51.6931],[6.35808,51.6945],[6.35482,51.703],[6.3682,51.71016],[6.37642,51.7112],[6.38041,51.71387],[6.37731,51.7198],[6.38829,51.7209],[6.38789,51.72775],[6.40932,51.73937],[6.41055,51.74197],[6.40346,51.74524],[6.40597,51.74959],[6.40178,51.75035],[6.40287,51.75552],[6.41405,51.75319],[6.42134,51.7465],[6.42188,51.73708],[6.40877,51.72478],[6.40921,51.71708],[6.4164,51.71209],[6.44839,51.70765],[6.46246,51.70281],[6.47677,51.71855],[6.48908,51.72053],[6.48418,51.73414],[6.48942,51.7394],[6.48908,51.74539],[6.48171,51.75381],[6.53363,51.76434],[6.52478,51.77444],[6.50784,51.78094],[6.4898,51.80714],[6.48961,51.81056],[6.51162,51.81274],[6.51691,51.81714]]],terms_url:"http://www.rvr-online.de/",terms_text:"Datengrundlage: Regionalverband Ruhr, www.rvr-online.de"},{id:"miljodirektoratet-vern",name:"Miljødirektoratet Protected Areas overlay",type:"wms",template:"https://arcgisproxy.miljodirektoratet.no/arcgis/services/vern/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=naturvern_klasser_omrade,naturvern_punkt&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,22],polygon:[[[-10.95725,71.60964],[-6.16765,71.62095],[-6.13756,70.30991],[-10.92717,70.29784],[-10.95725,71.60964]],[[16.81947,74.9482],[21.25771,74.94213],[21.23712,73.8918],[16.79889,73.89828],[16.81947,74.9482]],[[4.04288,79.93593],[20.65421,81.54417],[36.6503,80.40108],[26.76265,75.8129],[13.88667,75.79135],[4.04288,79.93593]],[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://kart.naturbase.no",terms_text:"© Miljødirektoratet",description:"Norwegian national parks, nature reserves and other protected areas and objects from Naturbase, including Svalbard/Spitsbergen",icon:"http://www.miljodirektoratet.no/Framework/favicon-32.png",overlay:true},{id:"miljodirektoratet-friluftsomrader",name:"Miljødirektoratet Public Recreation Areas overlay",type:"wms",template:"https://arcgisproxy.miljodirektoratet.no/arcgis/services/friluftsliv_statlig_sikra/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=friluftsliv_statlig_sikra&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"http://www.miljostatus.no/tema/friluftsliv/statlig-sikra-friluftlivsomrader/",terms_text:"© Miljødirektoratet",description:"Public recreation areas with State ownership (\"friluftsområder\").",icon:"http://www.miljodirektoratet.no/Framework/favicon-32.png",overlay:true},{id:"minador_do_negrao",name:"Minador do Negrão",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Minador%20do%20Negrao&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.8196,-9.35174],[-36.82017,-9.26142],[-36.82465,-9.26133],[-36.83064,-9.26147],[-36.83673,-9.2615],[-36.84228,-9.26148],[-36.84562,-9.2616],[-36.85564,-9.2616],[-36.86214,-9.26159],[-36.8659,-9.26147],[-36.86724,-9.2615],[-36.86952,-9.26149],[-36.87127,-9.26157],[-36.87476,-9.26153],[-36.87816,-9.26163],[-36.88321,-9.2617],[-36.88565,-9.26167],[-36.88857,-9.26148],[-36.89217,-9.26151],[-36.89383,-9.26163],[-36.8974,-9.26175],[-36.91122,-9.26183],[-36.9111,-9.26651],[-36.91112,-9.28542],[-36.91121,-9.29066],[-36.91118,-9.29368],[-36.91099,-9.29929],[-36.91091,-9.30729],[-36.9109,-9.3123],[-36.91083,-9.31597],[-36.91084,-9.32013],[-36.91098,-9.32395],[-36.91099,-9.32587],[-36.91079,-9.32964],[-36.91079,-9.33523],[-36.91074,-9.33944],[-36.91092,-9.34311],[-36.91084,-9.34471],[-36.91066,-9.35229],[-36.89277,-9.35225],[-36.87735,-9.35212],[-36.86463,-9.35203],[-36.85761,-9.35194],[-36.84344,-9.35191],[-36.83115,-9.3518],[-36.8196,-9.35174]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"mml-tausta",name:"MML Background Map",type:"tms",template:"http://tiles.kartat.kapsi.fi/taustakartta/{zoom}/{x}/{y}.jpg",zoomExtent:[2,19],polygon:[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],terms_url:"https://www.maanmittauslaitos.fi/en/",terms_text:"© Maanmittauslaitos",description:"Background map from the National Land Survey of Finland",icon:"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{id:"mml-orto",name:"MML Orthophoto",type:"tms",template:"http://tiles.kartat.kapsi.fi/ortokuva/{zoom}/{x}/{y}.jpg",zoomExtent:[2,19],polygon:[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],terms_url:"https://www.maanmittauslaitos.fi/en/",terms_text:"© Maanmittauslaitos",best:true,description:"Ortophotos from the National Land Survey of Finland",icon:"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{id:"mml-topo",name:"MML Topographic Map",type:"tms",template:"http://tiles.kartat.kapsi.fi/peruskartta/{zoom}/{x}/{y}.jpg",zoomExtent:[2,19],polygon:[[[27.96569,70.0988],[27.57431,70.07728],[27.10876,69.93548],[26.70913,69.97549],[26.45507,69.94207],[25.87142,69.6671],[25.94833,69.61024],[25.83023,69.55323],[25.66955,69.20794],[25.73822,69.01797],[25.60089,68.90309],[25.45806,68.91199],[25.11749,68.80699],[25.07354,68.64355],[24.88128,68.62003],[23.97491,68.84568],[23.74969,68.8308],[23.63433,68.71645],[23.18939,68.68053],[22.52197,68.7553],[21.63894,69.28191],[21.26953,69.31783],[20.94131,69.21622],[21.08963,69.09307],[21.05941,69.04352],[20.72296,69.12491],[20.54443,69.0558],[20.84655,68.97416],[20.81634,68.91742],[21.38754,68.68461],[22.04734,68.47066],[22.80212,68.35464],[23.12072,68.13169],[23.5437,67.9633],[23.44757,67.8393],[23.48602,67.59352],[23.36517,67.46545],[23.71124,67.41592],[23.72772,67.32186],[23.54644,67.26885],[23.53128,67.16724],[23.89251,66.86863],[23.84582,66.57775],[23.61843,66.44562],[23.67171,66.20303],[23.87191,66.14551],[24.09988,65.87247],[24.1658,65.66959],[24.11636,65.39143],[21.37939,63.68037],[20.17639,63.29787],[19.08325,60.16064],[20.22033,59.44786],[22.29125,59.44507],[25.82336,59.933],[27.52075,60.23435],[27.83386,60.53229],[29.29641,61.26165],[31.20803,62.44759],[31.62826,62.90585],[31.2635,63.22106],[29.99605,63.75387],[30.28656,63.81704],[30.58319,64.0782],[30.5104,64.26428],[30.09979,64.39218],[30.02563,64.58736],[30.16845,64.63329],[30.09429,64.79518],[29.78393,64.79811],[29.65347,64.89733],[29.65759,65.05939],[29.91027,65.09527],[29.93225,65.20895],[29.72076,65.27853],[29.91577,65.63788],[30.1863,65.66223],[29.9913,66.09771],[29.07119,66.91983],[30.11077,67.63431],[29.3486,68.08099],[28.67568,68.20166],[28.46547,68.54039],[28.72375,68.72642],[28.82675,68.87341],[28.44985,68.90792],[28.95996,69.05089],[28.83324,69.10563],[28.87207,69.22132],[29.36096,69.46526],[29.15634,69.69667],[28.38455,69.83488],[28.35845,69.88312],[28.17169,69.92511],[28.00415,70.01495],[27.96569,70.0988]]],terms_url:"https://www.maanmittauslaitos.fi/en/",terms_text:"© Maanmittauslaitos",description:"Topographic map from the National Land Survey of Finland",icon:"https://www.maanmittauslaitos.fi/apple-touch-icon.png"},{id:"mtbmap-no",name:"MTBmap.no",type:"tms",template:"https://mtbmap.no/tiles/osm/mtbmap/{zoom}/{x}/{y}.jpg",tileSize:512,zoomExtent:[3,14],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.mtbmap.no/",terms_text:"© MTBmap.no",description:"Norwegian mountain biking map from OSM (max zoom 14-16, varies per region)",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/no/MTBmapno.png"},{id:"MunichLatestAerialImagery",name:"Munich latest aerial imagery 60cm",type:"wms",template:"https://ogc.muenchen.de/wms/opendata_luftbild?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=bgl0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[11,22],polygon:[[[11.48878,48.053],[11.55589,48.05323],[11.55583,48.06224],[11.56915,48.06229],[11.56908,48.07128],[11.64986,48.07155],[11.64993,48.06256],[11.70326,48.06274],[11.70313,48.08074],[11.71673,48.08079],[11.71667,48.08968],[11.7299,48.08972],[11.72963,48.12566],[11.74313,48.1257],[11.74292,48.15276],[11.72943,48.15271],[11.72936,48.16152],[11.71612,48.16147],[11.71592,48.18859],[11.7027,48.18855],[11.70263,48.19752],[11.67558,48.19743],[11.67537,48.22446],[11.66176,48.22441],[11.66169,48.23355],[11.64863,48.2335],[11.64857,48.24246],[11.54064,48.2421],[11.54058,48.25093],[11.52735,48.25088],[11.52728,48.26001],[11.47335,48.25983],[11.47356,48.23291],[11.46014,48.23287],[11.46021,48.22373],[11.43336,48.22364],[11.43343,48.21439],[11.3798,48.21421],[11.37987,48.20518],[11.36607,48.20514],[11.36621,48.18741],[11.35259,48.18737],[11.35266,48.17817],[11.33946,48.17813],[11.33973,48.14216],[11.36684,48.14225],[11.36697,48.12443],[11.38083,48.12448],[11.3809,48.11558],[11.44769,48.1158],[11.44804,48.07087],[11.46186,48.07091],[11.46193,48.06193],[11.48872,48.06202],[11.48878,48.053]]],terms_url:"http://www.geodatenservice-muenchen.de/",terms_text:"Datenquelle: dl-de/by-2-0: Landeshauptstadt München – Kommunalreferat – GeodatenService – www.geodatenservice-muenchen.de",icon:"https://www.muenchen.de/media/css/images/favicon_114x114.png"},{id:"openlabs-geoportal-public-transport",name:"Municipality of Tirana - Public Transport (Open Labs GeoPortal) (overlay)",type:"tms",template:"https://geoportal.openlabs.cc/mapcache/tms/1.0.0/public-transport@GoogleMapsCompatibleExtended/{zoom}/{x}/{-y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[19.73762,41.30154],[19.88628,41.27213],[19.86877,41.38582],[19.68338,41.3732],[19.73762,41.30154]]],terms_url:"https://geoportal.openlabs.cc/",terms_text:"Data provided by the Muncipality of Tirana hosted by Open Labs",description:"Bus stops & lines provided by the Muncipality of Tirana hosted by Open Labs",overlay:true},{id:"openlabs-geoportal-tirana",name:"Municipality of Tirana (Open Labs GeoPortal)",type:"tms",template:"https://geoportal.openlabs.cc/mapcache/tms/1.0.0/tirana@GoogleMapsCompatibleExtended/{zoom}/{x}/{-y}.png",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[19.70226,41.1404],[19.77573,41.11868],[19.86431,41.12126],[20.24986,41.3495],[20.03082,41.41184],[19.92577,41.5204],[19.88869,41.50755],[19.88937,41.42265],[19.81659,41.46177],[19.7335,41.43037],[19.74174,41.37887],[19.65797,41.37475],[19.57214,41.24322],[19.61815,41.22567],[19.67171,41.22722],[19.70226,41.1404]]],terms_url:"https://geoportal.openlabs.cc",terms_text:"Data provided by the Muncipality of Tirana hosted by Open Labs",description:"Streets & Builings provided by the Muncipality of Tirana hosted by Open Labs"},{id:"NC-US",name:"NC Latest Orthoimagery",type:"wms",template:"https://services.nconemap.gov/secure/services/Imagery/Orthoimagery_Latest/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2010-01-01T00:00:00.000Z",polygon:[[[-81.6792,36.5974],[-80.25359,36.54793],[-75.8409,36.5671],[-75.4323,35.6441],[-75.50475,35.18806],[-75.70525,35.17684],[-76.14745,34.94077],[-76.53472,34.55487],[-76.69676,34.66789],[-77.27904,34.53224],[-77.68828,34.26482],[-77.9435,33.8269],[-78.21288,33.89402],[-78.5301,33.8304],[-79.6693,34.7916],[-80.8122,34.8085],[-80.84685,34.96329],[-80.95122,35.05552],[-81.06383,35.01729],[-81.07482,35.13417],[-82.3632,35.1805],[-82.9989,34.9919],[-84.3333,34.9767],[-84.27184,35.28229],[-84.09056,35.27332],[-83.91478,35.53301],[-83.55498,35.5911],[-83.2556,35.73392],[-82.98644,35.81414],[-82.92327,35.96767],[-82.67882,36.0854],[-82.60192,36.08984],[-82.536,35.96989],[-82.35472,36.14752],[-82.04436,36.14309],[-81.90428,36.33803],[-81.74224,36.37342],[-81.6792,36.5974]]],description:"Most recent true color imagery for the state of North Carolina. The imagery has a pixel resolution of 6 inches and is comprised of imagery flown in 2010, 2012, 2013, and 2014"},{id:"landsat-niger-2012_10",name:"Niger Delta Oct 2012 Landsat",type:"tms",template:"http://{switch:a,b,c,d}.imagery.paulnorman.ca/tiles/niger_oct_2012_321/{zoom}/{x}/{y}.png",endDate:"2012-10-01T00:00:00.000Z",startDate:"2012-10-01T00:00:00.000Z",zoomExtent:[1,13],polygon:[[[-6.92922,13.78574],[-5.13295,13.51884],[-5.07802,13.74039],[-3.60036,13.52418],[-3.54543,13.74039],[-2.06227,13.52685],[-1.3564,16.58454],[-3.17464,16.85285],[-3.22408,16.62665],[-4.72371,16.85022],[-4.76766,16.63455],[-6.27553,16.84759],[-6.92922,13.78574]]]},{id:"geodata.state.nj.us-Infrared2015",name:"NJ 2015 Aerial Imagery (Infrared)",type:"wms",template:"https://geodata.state.nj.us/imagerywms/Infrared2015?FORMAT=image/png&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS={proj}&WIDTH={width}&HEIGHT={height}&LAYERS=Infrared2015&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-05-03T00:00:00.000Z",startDate:"2015-03-29T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[-74.86599,40.08543],[-74.93534,40.07256],[-75.05653,40.00868],[-75.14236,39.95791],[-75.14456,39.88322],[-75.18515,39.88042],[-75.24499,39.85486],[-75.33339,39.8495],[-75.41531,39.80156],[-75.45131,39.78304],[-75.57744,39.62346],[-75.54245,39.56827],[-75.57847,39.48183],[-74.91678,38.84647],[-74.31702,39.38739],[-74.06708,39.75155],[-73.92141,40.49222],[-74.2382,40.49378],[-74.23859,40.54916],[-74.20211,40.54924],[-74.20228,40.57648],[-74.18406,40.57609],[-74.18436,40.63146],[-74.07587,40.63078],[-74.07532,40.64457],[-74.02124,40.65811],[-74.02081,40.69919],[-74.00265,40.69929],[-74.00247,40.74037],[-73.98434,40.74026],[-73.98402,40.78145],[-73.96591,40.78158],[-73.96597,40.80868],[-73.94777,40.80861],[-73.94769,40.82232],[-73.92966,40.82225],[-73.92906,40.86355],[-73.91104,40.86329],[-73.91061,40.91838],[-73.8923,40.91831],[-73.89215,40.95961],[-73.87413,40.95942],[-73.87386,40.99251],[-74.70601,41.36513],[-74.75716,41.34769],[-74.79801,41.32268],[-74.84024,41.27864],[-74.90547,41.17038],[-74.98152,41.1126],[-75.03902,41.03819],[-75.13515,40.99441],[-75.13773,40.97309],[-75.05705,40.86757],[-75.06846,40.85037],[-75.09687,40.85096],[-75.10099,40.83927],[-75.09018,40.82238],[-75.1367,40.77729],[-75.1724,40.78067],[-75.19833,40.75389],[-75.20506,40.69131],[-75.20373,40.61832],[-75.19764,40.57367],[-75.16777,40.55907],[-75.10237,40.56702],[-75.06906,40.5365],[-75.07421,40.45505],[-75.06134,40.4165],[-75.02684,40.40252],[-74.9671,40.3952],[-74.94461,40.33817],[-74.86839,40.29157],[-74.84402,40.24796],[-74.77552,40.21428],[-74.76334,40.19172],[-74.72918,40.16392],[-74.72609,40.14949],[-74.78805,40.12468],[-74.8229,40.13033],[-74.86599,40.08543]]],terms_url:"https://njgin.state.nj.us/NJ_NJGINExplorer/ShowMetadata.jsp?docId={E30775F2-6370-4525-8E68-C371ED29BBB3}",terms_text:"NJ Office of Information Technology (NJOIT), Office of Geographic Information Systems (OGIS)",description:"Digital orthophotography of New Jersey, Near Infrared, 1 foot resolution"},{id:"geodata.state.nj.us-Natural2015",name:"NJ 2015 Aerial Imagery (Natural Color)",type:"wms",template:"https://geodata.state.nj.us/imagerywms/Natural2015?FORMAT=image/png&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS={proj}&WIDTH={width}&HEIGHT={height}&LAYERS=Natural2015&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-05-03T00:00:00.000Z",startDate:"2015-03-29T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[-74.86599,40.08543],[-74.93534,40.07256],[-75.05653,40.00868],[-75.14236,39.95791],[-75.14456,39.88322],[-75.18515,39.88042],[-75.24499,39.85486],[-75.33339,39.8495],[-75.41531,39.80156],[-75.45131,39.78304],[-75.57744,39.62346],[-75.54245,39.56827],[-75.57847,39.48183],[-74.91678,38.84647],[-74.31702,39.38739],[-74.06708,39.75155],[-73.92141,40.49222],[-74.2382,40.49378],[-74.23859,40.54916],[-74.20211,40.54924],[-74.20228,40.57648],[-74.18406,40.57609],[-74.18436,40.63146],[-74.07587,40.63078],[-74.07532,40.64457],[-74.02124,40.65811],[-74.02081,40.69919],[-74.00265,40.69929],[-74.00247,40.74037],[-73.98434,40.74026],[-73.98402,40.78145],[-73.96591,40.78158],[-73.96597,40.80868],[-73.94777,40.80861],[-73.94769,40.82232],[-73.92966,40.82225],[-73.92906,40.86355],[-73.91104,40.86329],[-73.91061,40.91838],[-73.8923,40.91831],[-73.89215,40.95961],[-73.87413,40.95942],[-73.87386,40.99251],[-74.70601,41.36513],[-74.75716,41.34769],[-74.79801,41.32268],[-74.84024,41.27864],[-74.90547,41.17038],[-74.98152,41.1126],[-75.03902,41.03819],[-75.13515,40.99441],[-75.13773,40.97309],[-75.05705,40.86757],[-75.06846,40.85037],[-75.09687,40.85096],[-75.10099,40.83927],[-75.09018,40.82238],[-75.1367,40.77729],[-75.1724,40.78067],[-75.19833,40.75389],[-75.20506,40.69131],[-75.20373,40.61832],[-75.19764,40.57367],[-75.16777,40.55907],[-75.10237,40.56702],[-75.06906,40.5365],[-75.07421,40.45505],[-75.06134,40.4165],[-75.02684,40.40252],[-74.9671,40.3952],[-74.94461,40.33817],[-74.86839,40.29157],[-74.84402,40.24796],[-74.77552,40.21428],[-74.76334,40.19172],[-74.72918,40.16392],[-74.72609,40.14949],[-74.78805,40.12468],[-74.8229,40.13033],[-74.86599,40.08543]]],terms_url:"https://njgin.state.nj.us/NJ_NJGINExplorer/ShowMetadata.jsp?docId={CDC67AB8-ADA1-4B4B-9087-67A82CB9151C}",terms_text:"NJ Office of Information Technology (NJOIT), Office of Geographic Information Systems (OGIS)",description:"Digital orthophotography of New Jersey, Natural Color, 1 foot resolution"},{id:"NLSC-EMAP5",name:"NLSC General Map with Contour line",type:"tms",template:"https://wmts.nlsc.gov.tw/wmts/EMAP5_OPENDATA/default/EPSG:3857/{zoom}/{y}/{x}",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[0,15],polygon:[[[120.45706,26.39706],[120.44256,26.3708],[120.44713,26.35315],[120.4673,26.34058],[120.49787,26.33409],[120.5141,26.34016],[120.53412,26.36416],[120.5297,26.38421],[120.49567,26.40158],[120.45706,26.39706]],[[119.90072,25.98586],[119.89601,25.96489],[119.91313,25.94704],[119.95035,25.92785],[119.99056,25.92606],[120.01984,25.93633],[120.02778,25.95574],[120.02753,25.98452],[119.99899,26.00103],[119.94043,26.00281],[119.90072,25.98586]],[[122.089,24.5485],[121.709,23.4541],[121.717,22.698],[121.818,21.95],[121.803,21.8735],[121.759,21.8087],[121.694,21.7653],[120.861,21.5631],[120.815,21.5576],[120.739,21.5728],[120.661,21.6296],[120.202,22.1809],[119.27,23.0542],[119.153,23.2049],[119.128,23.2485],[119.103,23.4],[119.118,23.4765],[119.137,23.512],[119.361,23.8885],[119.406,23.9407],[120.968,25.2284],[121.408,25.4687],[121.989,25.8147],[122.065,25.8299],[122.141,25.8147],[122.216,25.7663],[122.26,25.7015],[122.297,25.48],[122.196,24.9696],[122.089,24.5485]],[[116.6855,20.85476],[116.63091,20.81496],[116.59417,20.76008],[116.57972,20.69675],[116.58931,20.63259],[116.62177,20.57534],[116.67319,20.53192],[116.73737,20.50758],[116.80657,20.50527],[116.87244,20.52526],[116.92703,20.56514],[116.96377,20.62008],[116.97822,20.68345],[116.96863,20.74759],[116.93617,20.80477],[116.88475,20.84811],[116.82057,20.8724],[116.75137,20.87471],[116.6855,20.85476]],[[118.22615,24.45633],[118.29364,24.45385],[118.28515,24.4751],[118.30974,24.49168],[118.37677,24.47293],[118.41009,24.53323],[118.4479,24.52841],[118.47464,24.45993],[118.51299,24.43155],[118.50658,24.42023],[118.48116,24.43324],[118.46106,24.40892],[118.42615,24.39704],[118.39701,24.42842],[118.37656,24.42584],[118.33976,24.38146],[118.30319,24.37058],[118.25742,24.41392],[118.13813,24.37248],[118.16173,24.40224],[118.20942,24.41396],[118.18958,24.43522],[118.21763,24.43021],[118.22615,24.45633]],[[120.22345,26.30045],[120.25508,26.31004],[120.26989,26.33687],[120.25919,26.36522],[120.22925,26.37848],[120.19762,26.3689],[120.18282,26.34207],[120.19352,26.31372],[120.22345,26.30045]],[[119.43745,25.00475],[119.4342,24.98862],[119.45419,24.97226],[119.48274,24.97184],[119.48984,24.99379],[119.47159,25.00692],[119.43745,25.00475]],[[119.88699,26.18038],[119.89323,26.12031],[119.92851,26.10802],[119.97794,26.12236],[120.03668,26.15173],[120.10981,26.21349],[120.11927,26.27137],[120.06292,26.31726],[119.99237,26.31649],[119.94677,26.28988],[119.90204,26.24398],[119.88699,26.18038]]],terms_url:"https://maps.nlsc.gov.tw",terms_text:"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0",description:"The emap from Taiwan National Land Surveying and Mapping Center",icon:"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{id:"IBGE_Salvador_Streets",name:"Nomes de Ruas IBGE Salvador-BA",type:"tms",template:"https://api.mapbox.com/styles/v1/wille/cj8lp78dn62wl2rquim47qo0g/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoicFNVWk5VWSJ9.hluCd0YGvYHNlFi_utWe2g",zoomExtent:[0,20],polygon:[[[-38.48974,-12.81113],[-38.54485,-13.01392],[-38.47755,-13.03466],[-38.33473,-12.94685],[-38.30006,-12.90669],[-38.33954,-12.90435],[-38.35482,-12.83021],[-38.38091,-12.82184],[-38.40717,-12.86754],[-38.46537,-12.81599],[-38.48974,-12.81113]]],description:"Streets geometry and names of Salvador, Bahia. Source: Faces de Logradouro - IBGE.",overlay:true},{id:"kelkkareitit",name:"Nordic snowmobile overlay",type:"tms",template:"https://tiles.kelkkareitit.fi/kelkkareitit/{zoom}/{x}/{y}.png",zoomExtent:[3,18],polygon:[[[27.53173,60.21799],[31.35496,62.51233],[31.63513,62.90773],[30.09154,64.91889],[30.21239,65.87473],[29.13573,66.90422],[30.19041,67.67609],[28.70726,68.42748],[29.02587,68.9505],[31.04735,69.53452],[31.78344,70.44784],[28.32274,71.32192],[23.76342,71.29023],[17.1826,69.99806],[12.10691,68.01581],[9.97556,64.85828],[4.13084,61.95963],[4.57029,59.00664],[6.21826,57.95859],[8.14086,57.8506],[10.41502,58.75682],[12.63702,56.0383],[12.7716,55.25095],[14.2932,55.19769],[18.58886,56.84297],[20.69823,59.3444],[27.53173,60.21799]]],terms_url:"https://kelkkareitit.fi/",terms_text:"© Kelkkareitit.fi",description:"Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)",icon:"https://kelkkareitit.fi/img/favicon.png",overlay:true},{id:"geovekst-nib",name:"Norway Orthophoto",type:"tms",template:"https://waapi.webatlas.no/maptiles/tiles/webatlas-orto-newup/wa_grid/{zoom}/{x}/{y}.jpeg?api_key=b8e36d51-119a-423b-b156-d744d54123d5",zoomExtent:[0,21],polygon:[[[11.53568,58.86659],[11.66192,58.89784],[11.7935,59.09471],[11.84243,59.239],[11.82877,59.34509],[11.71279,59.60387],[11.86205,59.63771],[11.95608,59.69196],[11.93389,59.86895],[12.17881,59.8786],[12.46948,60.03124],[12.55438,60.18972],[12.51237,60.31659],[12.61793,60.40065],[12.61883,60.51512],[12.25387,61.01106],[12.69195,61.04632],[12.90756,61.34802],[12.57493,61.57623],[12.42465,61.57175],[12.15233,61.72694],[12.31212,62.26512],[12.07078,62.61109],[12.14907,62.7455],[12.08883,62.89668],[12.23464,62.99952],[11.99225,63.26684],[12.23327,63.47505],[12.17971,63.57117],[12.69313,63.96344],[13.21378,64.0839],[13.99183,64.00514],[14.17035,64.18236],[14.13253,64.47516],[13.67658,64.58356],[14.02455,64.88119],[14.33572,65.11098],[14.51699,65.30365],[14.54177,65.67762],[14.63674,65.81299],[14.53903,66.12496],[15.03881,66.14245],[15.50033,66.27956],[15.39368,66.4795],[15.63473,66.59685],[16.04695,66.90283],[16.39832,67.03827],[16.41439,67.21036],[16.10744,67.43617],[16.16455,67.5087],[16.42318,67.52589],[16.5866,67.64528],[16.7471,67.90466],[17.34741,68.09995],[17.90583,67.95885],[18.16489,68.19424],[18.13721,68.52675],[18.40761,68.57059],[18.62222,68.49607],[18.98574,68.50591],[19.92752,68.34558],[20.24505,68.49201],[19.99237,68.55586],[20.21137,68.65685],[20.34848,68.79976],[20.31623,68.93227],[20.10322,69.0359],[20.55694,69.04926],[20.7206,69.10837],[21.06178,69.02541],[21.12098,69.10587],[21.01135,69.21086],[21.2824,69.30076],[21.62645,69.26589],[22.33512,68.81965],[22.37485,68.70596],[22.5377,68.73329],[22.80161,68.67674],[23.04635,68.67833],[23.16467,68.61903],[23.68789,68.70049],[23.79776,68.81592],[23.96804,68.82287],[24.17541,68.7314],[24.76043,68.63655],[24.8544,68.55285],[24.90827,68.54387],[24.93347,68.6025],[25.12435,68.62003],[25.1667,68.79008],[25.43334,68.87886],[25.62945,68.88103],[25.79589,69.01157],[25.73272,69.19428],[26.02249,69.66758],[26.56631,69.94207],[27.10601,69.89539],[27.63679,70.05317],[27.93548,70.07401],[27.96569,70.00415],[28.40312,69.80824],[29.1014,69.69095],[29.328,69.47585],[28.82859,69.2316],[28.7931,69.0943],[29.04485,68.99986],[29.25292,69.10601],[29.32641,69.22982],[29.29229,69.27632],[29.39117,69.31298],[29.57038,69.31201],[29.85191,69.41631],[29.96795,69.39916],[30.13069,69.4667],[30.2008,69.5658],[30.13137,69.6609],[30.15678,69.66496],[30.51589,69.53787],[30.82077,69.52371],[30.95329,69.55563],[30.96221,69.67832],[30.83578,69.79192],[31.65161,70.17579],[31.78344,70.4662],[30.49255,70.86989],[28.43261,71.30079],[25.66406,71.40266],[23.81835,71.29374],[18.30322,70.40734],[14.24926,69.07641],[11.18408,67.47913],[11.74438,66.90852],[9.95361,64.88393],[4.72961,62.3649],[4.12948,61.69247],[4.08142,61.02637],[4.4577,59.19421],[5.31188,58.4276],[6.47094,57.84475],[7.56408,57.72468],[8.4375,57.91776],[10.59792,58.75006],[10.64905,58.88203],[11.09035,58.97673],[11.16173,59.06743],[11.34175,59.10293],[11.44922,58.99078],[11.45194,58.88136],[11.53568,58.86659]]],terms_url:"https://www.norgeibilder.no",terms_text:"© Geovekst",best:true,description:"Most recent Norwegian orthophotos, courtesy of Geovekst and Norkart.",icon:"https://register.geonorge.no/data/organizations/_L_norgeibilder96x96.png"},{id:"npd-offshore",name:"NPD Offshore Installations overlay",type:"wms",template:"http://npdwms.npd.no/NPD_FactMap.asp?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Surface_labels,Surface,Pipelines,Pipelines_labels,Fields_labels,Fields&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[6,20],polygon:[[[8.51989,57.6454],[3.25195,56.08737],[2.61185,56.59434],[1.96321,57.90482],[1.48178,58.42936],[1.98303,60.31063],[1.78802,61.35659],[-0.49061,63.88725],[1.36226,67.01603],[14.99771,74.50082],[36.99371,74.50155],[36.99989,73.68633],[32.06909,70.27429],[23.97215,70.47356],[16.25974,68.58447],[12.12888,64.81157],[5.38328,61.92862],[5.7678,58.85355],[8.51989,57.6454]]],terms_url:"http://www.npd.no/no/Kart/Faktakart/",terms_text:"© Oljedirektoratet",description:"Production platforms and oil/natural gas fields on the Norwegian continental shelf",icon:"https://register.geonorge.no/data/organizations/870917732_od_liten.png",overlay:true},{id:"nve-snoskred",name:"NVE Avalanche Danger Areas overlay",type:"wms",template:"https://gis3.nve.no/map/services/SkredSnoAktR/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Snoskred-Aktsomhetsomrader&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[5,13],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.nve.no/flaum-og-skred/kartlegging/aktsemdkart/aktsomhetskart-for-snoskred/",terms_text:"© NVE",description:"Potential snowslide areas, computed from theoretical height model. Valid for drops higher than 20-50 meters. Dark red=trigger area.",icon:"https://www.nve.no/Content/Images/nve-logo.png",overlay:true},{id:"nve-nettanlegg",name:"NVE Electricity Network overlay",type:"wms",template:"https://gis3.nve.no/map/services/Nettanlegg1/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sentralnett,Regionalnett,Distribusjonsnett,Sjokabler,Master og stolper,Transformatorstasjoner&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[6,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.nve.no/karttjenester/",terms_text:"© NVE",description:"Power lines (high voltage network) including transformers, submarine cables and pylons. Local distribution network is not included.",icon:"https://www.nve.no/Content/Images/nve-logo.png",overlay:true},{id:"nve-vannkraft",name:"NVE Hydropower Plants overlay",type:"wms",template:"https://gis3.nve.no/map/services/Vannkraft1/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vannkraftverk,Vannvei,Dam&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[6,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.nve.no/karttjenester/",terms_text:"© NVE",description:"Hydropower plants including waterways (tunnel, canal, pipeline) and dams",icon:"https://www.nve.no/Content/Images/nve-logo.png",overlay:true},{id:"nve-vindkraft",name:"NVE Wind Power Plants overlay",type:"wms",template:"https://gis3.nve.no/map/services/Vindkraft/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vindkraft_utbygd,Vindkraft_under_bygging,Vindkraftomrade_konsesjonsbehandling,Vindturbin_konsesjonsbehandling&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[6,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.nve.no/karttjenester/",terms_text:"© NVE",description:"Wind power turbines, farms and concession areas. Red colour = concession denied.",icon:"https://www.nve.no/Content/Images/nve-logo.png",overlay:true},{id:"orthos.dhses.ny.gov_latest",name:"NYS Orthos Online",type:"wms",template:"https://orthos.dhses.ny.gov/arcgis/services/Latest/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0,1,2,3,4&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2018-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[0,19],polygon:[[[-74.91231,45.03606],[-73.47788,45.02996],[-73.33846,45.03098],[-73.31978,45.00558],[-73.32265,44.98525],[-73.34852,44.9283],[-73.36721,44.8397],[-73.34277,44.81727],[-73.34565,44.77647],[-73.37296,44.73463],[-73.37008,44.67946],[-73.39739,44.64471],[-73.39308,44.60276],[-73.39739,44.54543],[-73.34996,44.51264],[-73.34565,44.49521],[-73.37871,44.4706],[-73.30828,44.43572],[-73.30397,44.41827],[-73.33271,44.33917],[-73.30828,44.27128],[-73.30828,44.25172],[-73.38014,44.14868],[-73.40458,44.04133],[-73.3399,43.79596],[-73.28097,43.64222],[-73.2091,43.54957],[-73.21342,43.51206],[-73.24647,42.67557],[-73.45919,42.14284],[-73.47069,42.03938],[-73.48794,41.73764],[-73.49944,41.64319],[-73.47788,41.62708],[-73.43189,41.57979],[-73.42614,41.56366],[-73.42685,41.45926],[-73.43979,41.40322],[-73.44985,41.38328],[-73.43835,41.37033],[-73.42757,41.35901],[-73.41751,41.3439],[-73.41895,41.27642],[-73.43045,41.24455],[-73.46566,41.19752],[-73.52962,41.14505],[-73.55477,41.13368],[-73.61586,41.13531],[-73.62664,41.10878],[-73.62736,41.05407],[-73.63958,40.99118],[-73.61873,40.98195],[-73.59933,40.96568],[-73.59933,40.93474],[-73.63455,40.91682],[-73.68054,40.89183],[-73.69851,40.87988],[-73.68629,40.87064],[-73.66257,40.87934],[-73.63814,40.90541],[-73.59789,40.91193],[-73.57562,40.9179],[-73.52675,40.92388],[-73.50159,40.94288],[-73.4901,40.95374],[-73.41751,40.96079],[-73.38374,40.96133],[-73.33702,40.95591],[-73.30828,40.93637],[-73.27091,40.92659],[-73.2091,40.91953],[-73.18682,40.92714],[-73.16814,40.93148],[-73.16598,40.95971],[-73.16886,40.97002],[-73.12933,40.98195],[-73.10777,40.98195],[-73.06681,40.9749],[-72.8584,40.97436],[-72.71826,40.98195],[-72.65574,41.00528],[-72.64424,41.00473],[-72.62628,40.99226],[-72.54148,41.03889],[-72.4768,41.06328],[-72.45811,41.08928],[-72.41859,41.09308],[-72.36612,41.13856],[-72.36037,41.1418],[-72.32229,41.15479],[-72.29067,41.16399],[-72.21449,41.18238],[-72.20083,41.19157],[-72.04848,41.25914],[-72.02548,41.2937],[-71.93924,41.30774],[-71.92343,41.30666],[-71.90259,41.2991],[-71.90187,41.28939],[-71.99458,41.24509],[-72.10453,41.19806],[-72.18287,41.16723],[-72.18934,41.16237],[-72.25186,41.12232],[-72.30432,41.10445],[-72.31582,41.09524],[-72.27917,41.08441],[-72.2727,41.08062],[-72.26839,41.04973],[-72.21736,41.04811],[-72.19652,41.04215],[-72.18646,41.05298],[-72.17137,41.0584],[-72.14981,41.05895],[-72.15628,41.09633],[-72.15268,41.1077],[-72.14909,41.14667],[-72.134,41.14505],[-72.07076,41.10553],[-72.07435,41.05678],[-72.08657,41.03185],[-72.10957,41.0069],[-72.08729,41.01287],[-72.06213,41.02534],[-72.04561,41.03239],[-72.01902,41.03293],[-72.00895,41.04215],[-72.00177,41.05136],[-71.96368,41.07737],[-71.922,41.08874],[-71.88966,41.08766],[-71.85588,41.08062],[-71.84582,41.07466],[-71.85588,41.05298],[-71.89038,41.03727],[-71.91625,41.03022],[-71.99099,41.00365],[-72.07938,40.97273],[-72.31941,40.88205],[-72.4423,40.8402],[-72.62771,40.7869],[-72.76569,40.75043],[-72.88499,40.71286],[-72.95973,40.68671],[-73.03735,40.66],[-73.08118,40.64855],[-73.22994,40.61637],[-73.32193,40.6131],[-73.35211,40.61855],[-73.55477,40.56944],[-73.75959,40.57708],[-73.88248,40.54815],[-73.9335,40.53449],[-73.945,40.53395],[-73.94572,40.56289],[-74.08227,40.56234],[-74.08011,40.54924],[-74.12251,40.52084],[-74.15772,40.51373],[-74.18719,40.50117],[-74.22887,40.48696],[-74.26121,40.48532],[-74.2763,40.4957],[-74.27918,40.54378],[-74.26983,40.56671],[-74.25834,40.57217],[-74.22528,40.57217],[-74.226,40.58309],[-74.25115,40.59564],[-74.25259,40.62237],[-74.24324,40.64091],[-74.2339,40.64909],[-74.20228,40.654],[-74.12538,40.65673],[-74.11532,40.69107],[-74.09951,40.68998],[-74.07795,40.71068],[-74.06286,40.7183],[-74.05208,40.7439],[-74.02549,40.79288],[-73.98094,40.86901],[-73.96225,40.92551],[-73.94931,40.96459],[-73.94644,40.99877],[-73.98165,41.01612],[-74.04561,41.04323],[-74.18072,41.09524],[-74.30792,41.14938],[-74.44087,41.21537],[-74.52783,41.25914],[-74.61335,41.30234],[-74.65791,41.31098],[-74.70246,41.33581],[-74.76714,41.38975],[-74.79661,41.41023],[-74.85338,41.42263],[-74.90728,41.43179],[-74.99783,41.47111],[-75.04167,41.52708],[-75.08479,41.59323],[-75.08407,41.61848],[-75.07329,41.66467],[-75.08766,41.70278],[-75.08766,41.71351],[-75.12144,41.76177],[-75.11928,41.79232],[-75.13078,41.81696],[-75.18755,41.83838],[-75.25295,41.84962],[-75.28745,41.85497],[-75.29823,41.88227],[-75.30613,41.9304],[-75.34063,41.94003],[-75.3665,41.9566],[-75.37225,41.97744],[-75.58066,41.97957],[-75.58137,41.92399],[-75.78906,41.92666],[-75.78691,41.98278],[-79.77687,41.98118],[-79.7819,42.20994],[-79.77184,42.28017],[-79.72153,42.29824],[-79.57349,42.36731],[-79.42976,42.46599],[-79.3737,42.49991],[-79.25728,42.54546],[-79.18973,42.5624],[-79.16529,42.56981],[-79.12074,42.62483],[-79.0963,42.64598],[-79.06899,42.6967],[-79.03162,42.71043],[-78.98851,42.72311],[-78.88358,42.77693],[-78.88646,42.8149],[-78.93964,42.88655],[-78.93964,42.93603],[-79.04887,42.96969],[-79.04743,43.05167],[-79.09343,43.05272],[-79.09199,43.09262],[-79.08624,43.26556],[-79.06468,43.27602],[-78.84909,43.33041],[-78.72979,43.35237],[-78.63924,43.37013],[-78.54869,43.37953],[-78.47826,43.38789],[-77.95508,43.38476],[-77.73158,43.34714],[-77.71146,43.34034],[-77.66259,43.31159],[-77.61516,43.28387],[-77.55336,43.253],[-77.5282,43.25509],[-77.45634,43.27864],[-77.42256,43.28492],[-77.16385,43.29433],[-77.0503,43.29381],[-76.94178,43.29329],[-76.91447,43.30793],[-76.85051,43.3163],[-76.80236,43.32832],[-76.75996,43.35184],[-76.64785,43.42809],[-76.54509,43.48026],[-76.51993,43.49486],[-76.44304,43.52717],[-76.4222,43.53811],[-76.28206,43.53863],[-76.23822,43.55686],[-76.24038,43.74147],[-76.30649,43.82915],[-76.31152,43.8675],[-76.34602,43.8618],[-76.40064,43.86128],[-76.47178,43.88408],[-76.46675,43.90893],[-76.4186,43.93119],[-76.37189,43.93223],[-76.36974,43.90272],[-76.33308,43.92964],[-76.27847,43.92964],[-76.27847,43.90427],[-76.26697,43.89599],[-76.23607,43.91204],[-76.19295,43.93326],[-76.19007,43.95086],[-76.21523,43.96017],[-76.25044,43.94982],[-76.31224,43.94775],[-76.30578,43.9762],[-76.33093,44.00464],[-76.39561,44.0248],[-76.39848,44.06251],[-76.37548,44.06457],[-76.3762,44.0909],[-76.47107,44.09297],[-76.46604,44.10948],[-76.44232,44.1296],[-76.39848,44.13218],[-76.39776,44.20435],[-76.3762,44.21671],[-76.23966,44.21929],[-76.23966,44.22804],[-76.21738,44.22856],[-76.21523,44.3479],[-76.11893,44.37103],[-76.04634,44.39157],[-75.93423,44.43418],[-75.83721,44.50341],[-75.76822,44.55823],[-75.69923,44.60379],[-75.63168,44.64829],[-75.56772,44.70501],[-75.50448,44.74586],[-75.45274,44.78157],[-75.31763,44.8723],[-75.15378,44.93745],[-75.09054,44.97305],[-74.97411,45.02793],[-74.91985,45.03682],[-74.91231,45.03606]]],terms_url:"https://gis.ny.gov/gateway/orthoprogram/index.cfm",terms_text:"New York State Statewide Digital Orthoimagery Program",description:"New York State High Resolution Digital Orthoimagery, 1 foot resolution",icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/ny/NYS_Orthos_Online.png"},{id:"olho_dagua_do_casado",name:"Olho d'Agua do Casado AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Olho%20Dagua%20do%20Casado&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.7822,-9.54444],[-37.7826,-9.45388],[-37.81147,-9.45412],[-37.81735,-9.45451],[-37.82057,-9.45416],[-37.87394,-9.45428],[-37.87358,-9.54475],[-37.7822,-9.54444]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"osmbe-nl",name:"OpenStreetMap (Belgian Style - Dutch)",type:"tms",template:"https://tile.openstreetmap.be/osmbe-nl/{zoom}/{x}/{y}.png",zoomExtent:[0,18],polygon:[[[5.47007,49.49196],[5.44409,49.51409],[5.46213,49.53677],[5.43766,49.54766],[5.42566,49.59145],[5.40775,49.60448],[5.35207,49.62396],[5.34232,49.61192],[5.30544,49.60645],[5.3026,49.63608],[5.32535,49.6575],[5.27025,49.68827],[5.24458,49.67985],[5.16215,49.6918],[5.16164,49.71172],[5.12622,49.70442],[5.09058,49.75946],[5.06262,49.75724],[5.01261,49.77534],[4.9921,49.79533],[4.95485,49.79586],[4.94404,49.78583],[4.90589,49.78055],[4.84827,49.78972],[4.86599,49.81918],[4.84266,49.86913],[4.85659,49.86973],[4.87961,49.91078],[4.84433,49.94482],[4.78844,49.95381],[4.78535,49.97018],[4.79004,49.98569],[4.81194,49.99563],[4.81579,50.02853],[4.83599,50.04069],[4.82339,50.04664],[4.81641,50.06702],[4.83456,50.06856],[4.83709,50.09442],[4.84472,50.10023],[4.85447,50.1029],[4.866,50.09623],[4.86587,50.12038],[4.8776,50.13223],[4.89443,50.13779],[4.88043,50.1403],[4.87725,50.15205],[4.8529,50.15168],[4.83169,50.1526],[4.82334,50.15923],[4.78067,50.14092],[4.76486,50.13634],[4.75217,50.11158],[4.71293,50.09598],[4.70278,50.09336],[4.68851,50.06595],[4.70309,50.05587],[4.68731,50.01802],[4.69495,49.99662],[4.69461,49.99504],[4.63074,49.98584],[4.58965,49.98336],[4.55981,49.96757],[4.54315,49.9679],[4.52365,49.94973],[4.51156,49.94579],[4.47953,49.94584],[4.44588,49.93656],[4.40593,49.94785],[4.39149,49.94697],[4.38072,49.95088],[4.34921,49.95202],[4.3137,49.96541],[4.19616,49.9536],[4.19304,49.95746],[4.19582,49.96629],[4.13704,49.97691],[4.15996,49.99544],[4.13683,50.00786],[4.13272,50.01973],[4.16174,50.05032],[4.17458,50.04772],[4.22857,50.06873],[4.19529,50.10571],[4.19766,50.12037],[4.19566,50.13394],[4.15448,50.12716],[4.13656,50.12909],[4.12568,50.13511],[4.13677,50.15213],[4.14989,50.1647],[4.14686,50.17314],[4.15567,50.19785],[4.14799,50.21344],[4.15979,50.21579],[4.19179,50.24106],[4.21836,50.25492],[4.20676,50.27068],[4.17487,50.27492],[4.16567,50.28779],[4.155,50.27742],[4.16937,50.26848],[4.16851,50.25626],[4.13426,50.25572],[4.13228,50.26754],[4.12086,50.27276],[4.12139,50.29732],[4.10928,50.30112],[4.0977,50.31201],[4.08017,50.30809],[4.07339,50.31754],[4.03817,50.33987],[4.02738,50.35491],[3.98611,50.34137],[3.96482,50.34012],[3.96355,50.34742],[3.90223,50.3257],[3.88419,50.32554],[3.88429,50.33511],[3.85645,50.34099],[3.84244,50.35243],[3.81321,50.34251],[3.80551,50.35098],[3.74124,50.34624],[3.73556,50.32532],[3.73175,50.30705],[3.70911,50.3021],[3.68231,50.31988],[3.66397,50.34724],[3.65542,50.37075],[3.66788,50.38597],[3.67276,50.40227],[3.66777,50.42262],[3.66743,50.43635],[3.65685,50.4464],[3.66129,50.45399],[3.64419,50.4618],[3.6099,50.4935],[3.58162,50.48917],[3.56897,50.4982],[3.49868,50.48577],[3.49448,50.49918],[3.51582,50.52075],[3.4742,50.53204],[3.44739,50.50415],[3.43663,50.5083],[3.42736,50.50327],[3.37405,50.48993],[3.35949,50.50325],[3.32767,50.50732],[3.31872,50.51788],[3.30319,50.51966],[3.28718,50.52552],[3.27549,50.53872],[3.27524,50.59381],[3.25497,50.62115],[3.24349,50.64031],[3.23893,50.65864],[3.24019,50.67023],[3.26029,50.67692],[3.25131,50.69091],[3.25881,50.69312],[3.24518,50.71225],[3.23779,50.71086],[3.22148,50.70958],[3.20498,50.71072],[3.18953,50.72603],[3.19445,50.7316],[3.14457,50.78871],[3.12547,50.78553],[3.11348,50.79278],[3.10455,50.78042],[3.08585,50.77064],[3.05758,50.77987],[3.04064,50.77484],[3.03691,50.77003],[3.02927,50.76813],[3.01945,50.77263],[2.99536,50.76043],[2.96822,50.74763],[2.9557,50.75181],[2.93962,50.74441],[2.94602,50.73167],[2.9349,50.72822],[2.92939,50.70786],[2.92206,50.70224],[2.91184,50.70267],[2.91281,50.69463],[2.90742,50.69209],[2.90017,50.69202],[2.88533,50.70547],[2.87992,50.70199],[2.86855,50.70242],[2.84646,50.72043],[2.81843,50.71386],[2.78869,50.72508],[2.77811,50.74686],[2.76469,50.75397],[2.75409,50.76251],[2.75922,50.77052],[2.73745,50.77967],[2.7236,50.79079],[2.71636,50.8123],[2.6788,50.81207],[2.67057,50.81562],[2.63543,50.80987],[2.61055,50.84419],[2.59427,50.84743],[2.60628,50.86565],[2.60151,50.90993],[2.58525,50.91825],[2.62479,50.94743],[2.62148,50.95406],[2.60263,50.98638],[2.56946,51.00113],[2.55892,51.06596],[2.34072,51.31453],[3.01078,51.59839],[3.32658,51.43728],[3.37581,51.3584],[3.38739,51.33392],[3.36094,51.31523],[3.3789,51.30251],[3.36832,51.29778],[3.38177,51.28732],[3.38342,51.27485],[3.38922,51.27329],[3.41852,51.25984],[3.43471,51.24621],[3.45031,51.24219],[3.527,51.24651],[3.51433,51.28799],[3.54179,51.29123],[3.56145,51.29637],[3.57559,51.29428],[3.58905,51.30652],[3.63839,51.29078],[3.6582,51.29056],[3.69139,51.28043],[3.71763,51.27428],[3.77605,51.26777],[3.79652,51.25635],[3.79031,51.24163],[3.78934,51.22711],[3.79294,51.21546],[3.85827,51.21334],[3.88901,51.22423],[3.89467,51.21743],[3.88782,51.20283],[3.91256,51.20837],[3.91482,51.21509],[3.9281,51.22508],[3.93751,51.2174],[3.95603,51.22117],[4.01551,51.24825],[4.0551,51.24402],[4.1651,51.2938],[4.23804,51.35274],[4.21772,51.36206],[4.21546,51.37487],[4.33535,51.37775],[4.34197,51.36012],[4.38556,51.35574],[4.39906,51.35785],[4.42462,51.3668],[4.42309,51.37577],[4.38147,51.41805],[4.39426,51.44251],[4.37771,51.44595],[4.38055,51.45075],[4.4768,51.47912],[4.53739,51.48358],[4.54967,51.47364],[4.53097,51.44965],[4.53758,51.42456],[4.57427,51.43404],[4.6431,51.42478],[4.64951,51.42741],[4.66744,51.42777],[4.66465,51.44625],[4.69115,51.45283],[4.70175,51.46691],[4.72792,51.48435],[4.74476,51.48977],[4.74945,51.49905],[4.75827,51.50302],[4.7766,51.50625],[4.81666,51.49552],[4.82318,51.48441],[4.84355,51.48177],[4.83884,51.46588],[4.84529,51.45817],[4.82521,51.44674],[4.83103,51.42488],[4.88072,51.4166],[4.91431,51.45952],[4.95767,51.4548],[4.94134,51.42928],[4.93775,51.40655],[4.96007,51.42194],[4.99955,51.44324],[5.00816,51.47134],[5.01937,51.48074],[5.03235,51.48827],[5.04093,51.4876],[5.04722,51.47217],[5.08032,51.47226],[5.10643,51.43135],[5.0727,51.39365],[5.11662,51.36118],[5.13225,51.3472],[5.13581,51.31594],[5.15592,51.31278],[5.20039,51.32325],[5.24326,51.3057],[5.22742,51.26844],[5.238,51.26255],[5.26216,51.26778],[5.335,51.26474],[5.34493,51.27681],[5.41551,51.2639],[5.44065,51.28246],[5.48215,51.30064],[5.51628,51.29599],[5.55816,51.26613],[5.56283,51.22287],[5.65253,51.19899],[5.65947,51.19052],[5.71011,51.18671],[5.74598,51.19455],[5.76873,51.18843],[5.78118,51.18082],[5.78447,51.15925],[5.82594,51.16827],[5.85709,51.14477],[5.83976,51.12993],[5.81435,51.11524],[5.83555,51.10842],[5.8338,51.09577],[5.82291,51.09124],[5.8119,51.0943],[5.79816,51.09023],[5.80612,51.07955],[5.80458,51.05888],[5.77731,51.05804],[5.76027,51.03223],[5.77383,51.02859],[5.77829,51.02399],[5.76759,51.00526],[5.76846,50.9985],[5.76419,50.99502],[5.74816,50.98087],[5.72174,50.96128],[5.73469,50.95683],[5.7426,50.96113],[5.74604,50.96209],[5.75617,50.95898],[5.76011,50.95227],[5.73223,50.9221],[5.72625,50.9059],[5.70051,50.90955],[5.69711,50.8958],[5.68051,50.88068],[5.64516,50.86533],[5.64337,50.84974],[5.64049,50.84701],[5.64576,50.83961],[5.64567,50.83789],[5.65094,50.83431],[5.65568,50.82591],[5.70296,50.80821],[5.69338,50.79687],[5.70259,50.78396],[5.69204,50.75629],[5.7218,50.76538],[5.73762,50.75842],[5.73912,50.76522],[5.76476,50.7837],[5.77748,50.78344],[5.78519,50.7684],[5.7927,50.77138],[5.80759,50.75681],[5.84525,50.76609],[5.84901,50.75975],[5.88667,50.77108],[5.89689,50.75501],[5.95896,50.76308],[6.02001,50.75521],[6.04208,50.74557],[6.03953,50.7295],[6.11623,50.72364],[6.1491,50.68465],[6.16312,50.67169],[6.17755,50.65576],[6.18715,50.6505],[6.18348,50.6457],[6.18205,50.63583],[6.26822,50.62829],[6.27251,50.62033],[6.24102,50.58657],[6.22795,50.58535],[6.18304,50.55597],[6.1833,50.54646],[6.19789,50.53715],[6.22586,50.49832],[6.26954,50.50961],[6.35349,50.49244],[6.34706,50.46422],[6.37423,50.45989],[6.3825,50.43975],[6.37408,50.40637],[6.35129,50.38206],[6.40305,50.34866],[6.41162,50.32769],[6.40783,50.31893],[6.38558,50.31658],[6.36388,50.30021],[6.32792,50.3186],[6.31289,50.31636],[6.29335,50.2909],[6.29547,50.27422],[6.28111,50.26236],[6.23624,50.25692],[6.21151,50.24816],[6.1981,50.23275],[6.18166,50.23125],[6.1789,50.22147],[6.19337,50.20761],[6.19683,50.17988],[6.15231,50.16841],[6.15923,50.14002],[6.13978,50.12527],[6.10856,50.1326],[6.11273,50.16093],[6.10156,50.16551],[6.08452,50.16697],[6.0821,50.15275],[6.06344,50.14834],[6.03055,50.15829],[6.02136,50.17685],[5.96932,50.16795],[5.96515,50.12813],[5.90347,50.11172],[5.89064,50.07554],[5.86237,50.06368],[5.8749,50.04624],[5.86392,50.02594],[5.82586,50.00934],[5.82665,50.00135],[5.8448,49.99123],[5.83952,49.9756],[5.80883,49.95773],[5.78215,49.957],[5.76822,49.91307],[5.74481,49.89975],[5.78087,49.88794],[5.78897,49.87213],[5.77636,49.86265],[5.75667,49.8703],[5.76191,49.85693],[5.75803,49.84287],[5.74291,49.83555],[5.75151,49.81985],[5.75473,49.79514],[5.7909,49.79765],[5.8179,49.75977],[5.83544,49.74713],[5.82702,49.72616],[5.86996,49.72777],[5.88817,49.70952],[5.86372,49.68213],[5.91262,49.66488],[5.90382,49.65192],[5.90876,49.63876],[5.89899,49.63401],[5.89117,49.63469],[5.87663,49.60771],[5.84953,49.59399],[5.87403,49.58991],[5.8736,49.57435],[5.84053,49.55222],[5.82582,49.54931],[5.81858,49.5461],[5.79504,49.55029],[5.77149,49.55832],[5.76226,49.554],[5.76126,49.53952],[5.74792,49.53452],[5.73009,49.53954],[5.6987,49.53744],[5.66008,49.55039],[5.64371,49.54565],[5.6228,49.5283],[5.62589,49.51698],[5.61175,49.50102],[5.59116,49.51734],[5.55638,49.52373],[5.54257,49.5105],[5.47007,49.49196]]],terms_url:"https://openstreetmap.org/",terms_text:"© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6",icon:"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{id:"osmbe-fr",name:"OpenStreetMap (Belgian Style - French)",type:"tms",template:"https://tile.openstreetmap.be/osmbe-fr/{zoom}/{x}/{y}.png",zoomExtent:[0,18],polygon:[[[5.47007,49.49196],[5.44409,49.51409],[5.46213,49.53677],[5.43766,49.54766],[5.42566,49.59145],[5.40775,49.60448],[5.35207,49.62396],[5.34232,49.61192],[5.30544,49.60645],[5.3026,49.63608],[5.32535,49.6575],[5.27025,49.68827],[5.24458,49.67985],[5.16215,49.6918],[5.16164,49.71172],[5.12622,49.70442],[5.09058,49.75946],[5.06262,49.75724],[5.01261,49.77534],[4.9921,49.79533],[4.95485,49.79586],[4.94404,49.78583],[4.90589,49.78055],[4.84827,49.78972],[4.86599,49.81918],[4.84266,49.86913],[4.85659,49.86973],[4.87961,49.91078],[4.84433,49.94482],[4.78844,49.95381],[4.78535,49.97018],[4.79004,49.98569],[4.81194,49.99563],[4.81579,50.02853],[4.83599,50.04069],[4.82339,50.04664],[4.81641,50.06702],[4.83456,50.06856],[4.83709,50.09442],[4.84472,50.10023],[4.85447,50.1029],[4.866,50.09623],[4.86587,50.12038],[4.8776,50.13223],[4.89443,50.13779],[4.88043,50.1403],[4.87725,50.15205],[4.8529,50.15168],[4.83169,50.1526],[4.82334,50.15923],[4.78067,50.14092],[4.76486,50.13634],[4.75217,50.11158],[4.71293,50.09598],[4.70278,50.09336],[4.68851,50.06595],[4.70309,50.05587],[4.68731,50.01802],[4.69495,49.99662],[4.69461,49.99504],[4.63074,49.98584],[4.58965,49.98336],[4.55981,49.96757],[4.54315,49.9679],[4.52365,49.94973],[4.51156,49.94579],[4.47953,49.94584],[4.44588,49.93656],[4.40593,49.94785],[4.39149,49.94697],[4.38072,49.95088],[4.34921,49.95202],[4.3137,49.96541],[4.19616,49.9536],[4.19304,49.95746],[4.19582,49.96629],[4.13704,49.97691],[4.15996,49.99544],[4.13683,50.00786],[4.13272,50.01973],[4.16174,50.05032],[4.17458,50.04772],[4.22857,50.06873],[4.19529,50.10571],[4.19766,50.12037],[4.19566,50.13394],[4.15448,50.12716],[4.13656,50.12909],[4.12568,50.13511],[4.13677,50.15213],[4.14989,50.1647],[4.14686,50.17314],[4.15567,50.19785],[4.14799,50.21344],[4.15979,50.21579],[4.19179,50.24106],[4.21836,50.25492],[4.20676,50.27068],[4.17487,50.27492],[4.16567,50.28779],[4.155,50.27742],[4.16937,50.26848],[4.16851,50.25626],[4.13426,50.25572],[4.13228,50.26754],[4.12086,50.27276],[4.12139,50.29732],[4.10928,50.30112],[4.0977,50.31201],[4.08017,50.30809],[4.07339,50.31754],[4.03817,50.33987],[4.02738,50.35491],[3.98611,50.34137],[3.96482,50.34012],[3.96355,50.34742],[3.90223,50.3257],[3.88419,50.32554],[3.88429,50.33511],[3.85645,50.34099],[3.84244,50.35243],[3.81321,50.34251],[3.80551,50.35098],[3.74124,50.34624],[3.73556,50.32532],[3.73175,50.30705],[3.70911,50.3021],[3.68231,50.31988],[3.66397,50.34724],[3.65542,50.37075],[3.66788,50.38597],[3.67276,50.40227],[3.66777,50.42262],[3.66743,50.43635],[3.65685,50.4464],[3.66129,50.45399],[3.64419,50.4618],[3.6099,50.4935],[3.58162,50.48917],[3.56897,50.4982],[3.49868,50.48577],[3.49448,50.49918],[3.51582,50.52075],[3.4742,50.53204],[3.44739,50.50415],[3.43663,50.5083],[3.42736,50.50327],[3.37405,50.48993],[3.35949,50.50325],[3.32767,50.50732],[3.31872,50.51788],[3.30319,50.51966],[3.28718,50.52552],[3.27549,50.53872],[3.27524,50.59381],[3.25497,50.62115],[3.24349,50.64031],[3.23893,50.65864],[3.24019,50.67023],[3.26029,50.67692],[3.25131,50.69091],[3.25881,50.69312],[3.24518,50.71225],[3.23779,50.71086],[3.22148,50.70958],[3.20498,50.71072],[3.18953,50.72603],[3.19445,50.7316],[3.14457,50.78871],[3.12547,50.78553],[3.11348,50.79278],[3.10455,50.78042],[3.08585,50.77064],[3.05758,50.77987],[3.04064,50.77484],[3.03691,50.77003],[3.02927,50.76813],[3.01945,50.77263],[2.99536,50.76043],[2.96822,50.74763],[2.9557,50.75181],[2.93962,50.74441],[2.94602,50.73167],[2.9349,50.72822],[2.92939,50.70786],[2.92206,50.70224],[2.91184,50.70267],[2.91281,50.69463],[2.90742,50.69209],[2.90017,50.69202],[2.88533,50.70547],[2.87992,50.70199],[2.86855,50.70242],[2.84646,50.72043],[2.81843,50.71386],[2.78869,50.72508],[2.77811,50.74686],[2.76469,50.75397],[2.75409,50.76251],[2.75922,50.77052],[2.73745,50.77967],[2.7236,50.79079],[2.71636,50.8123],[2.6788,50.81207],[2.67057,50.81562],[2.63543,50.80987],[2.61055,50.84419],[2.59427,50.84743],[2.60628,50.86565],[2.60151,50.90993],[2.58525,50.91825],[2.62479,50.94743],[2.62148,50.95406],[2.60263,50.98638],[2.56946,51.00113],[2.55892,51.06596],[2.34072,51.31453],[3.01078,51.59839],[3.32658,51.43728],[3.37581,51.3584],[3.38739,51.33392],[3.36094,51.31523],[3.3789,51.30251],[3.36832,51.29778],[3.38177,51.28732],[3.38342,51.27485],[3.38922,51.27329],[3.41852,51.25984],[3.43471,51.24621],[3.45031,51.24219],[3.527,51.24651],[3.51433,51.28799],[3.54179,51.29123],[3.56145,51.29637],[3.57559,51.29428],[3.58905,51.30652],[3.63839,51.29078],[3.6582,51.29056],[3.69139,51.28043],[3.71763,51.27428],[3.77605,51.26777],[3.79652,51.25635],[3.79031,51.24163],[3.78934,51.22711],[3.79294,51.21546],[3.85827,51.21334],[3.88901,51.22423],[3.89467,51.21743],[3.88782,51.20283],[3.91256,51.20837],[3.91482,51.21509],[3.9281,51.22508],[3.93751,51.2174],[3.95603,51.22117],[4.01551,51.24825],[4.0551,51.24402],[4.1651,51.2938],[4.23804,51.35274],[4.21772,51.36206],[4.21546,51.37487],[4.33535,51.37775],[4.34197,51.36012],[4.38556,51.35574],[4.39906,51.35785],[4.42462,51.3668],[4.42309,51.37577],[4.38147,51.41805],[4.39426,51.44251],[4.37771,51.44595],[4.38055,51.45075],[4.4768,51.47912],[4.53739,51.48358],[4.54967,51.47364],[4.53097,51.44965],[4.53758,51.42456],[4.57427,51.43404],[4.6431,51.42478],[4.64951,51.42741],[4.66744,51.42777],[4.66465,51.44625],[4.69115,51.45283],[4.70175,51.46691],[4.72792,51.48435],[4.74476,51.48977],[4.74945,51.49905],[4.75827,51.50302],[4.7766,51.50625],[4.81666,51.49552],[4.82318,51.48441],[4.84355,51.48177],[4.83884,51.46588],[4.84529,51.45817],[4.82521,51.44674],[4.83103,51.42488],[4.88072,51.4166],[4.91431,51.45952],[4.95767,51.4548],[4.94134,51.42928],[4.93775,51.40655],[4.96007,51.42194],[4.99955,51.44324],[5.00816,51.47134],[5.01937,51.48074],[5.03235,51.48827],[5.04093,51.4876],[5.04722,51.47217],[5.08032,51.47226],[5.10643,51.43135],[5.0727,51.39365],[5.11662,51.36118],[5.13225,51.3472],[5.13581,51.31594],[5.15592,51.31278],[5.20039,51.32325],[5.24326,51.3057],[5.22742,51.26844],[5.238,51.26255],[5.26216,51.26778],[5.335,51.26474],[5.34493,51.27681],[5.41551,51.2639],[5.44065,51.28246],[5.48215,51.30064],[5.51628,51.29599],[5.55816,51.26613],[5.56283,51.22287],[5.65253,51.19899],[5.65947,51.19052],[5.71011,51.18671],[5.74598,51.19455],[5.76873,51.18843],[5.78118,51.18082],[5.78447,51.15925],[5.82594,51.16827],[5.85709,51.14477],[5.83976,51.12993],[5.81435,51.11524],[5.83555,51.10842],[5.8338,51.09577],[5.82291,51.09124],[5.8119,51.0943],[5.79816,51.09023],[5.80612,51.07955],[5.80458,51.05888],[5.77731,51.05804],[5.76027,51.03223],[5.77383,51.02859],[5.77829,51.02399],[5.76759,51.00526],[5.76846,50.9985],[5.76419,50.99502],[5.74816,50.98087],[5.72174,50.96128],[5.73469,50.95683],[5.7426,50.96113],[5.74604,50.96209],[5.75617,50.95898],[5.76011,50.95227],[5.73223,50.9221],[5.72625,50.9059],[5.70051,50.90955],[5.69711,50.8958],[5.68051,50.88068],[5.64516,50.86533],[5.64337,50.84974],[5.64049,50.84701],[5.64576,50.83961],[5.64567,50.83789],[5.65094,50.83431],[5.65568,50.82591],[5.70296,50.80821],[5.69338,50.79687],[5.70259,50.78396],[5.69204,50.75629],[5.7218,50.76538],[5.73762,50.75842],[5.73912,50.76522],[5.76476,50.7837],[5.77748,50.78344],[5.78519,50.7684],[5.7927,50.77138],[5.80759,50.75681],[5.84525,50.76609],[5.84901,50.75975],[5.88667,50.77108],[5.89689,50.75501],[5.95896,50.76308],[6.02001,50.75521],[6.04208,50.74557],[6.03953,50.7295],[6.11623,50.72364],[6.1491,50.68465],[6.16312,50.67169],[6.17755,50.65576],[6.18715,50.6505],[6.18348,50.6457],[6.18205,50.63583],[6.26822,50.62829],[6.27251,50.62033],[6.24102,50.58657],[6.22795,50.58535],[6.18304,50.55597],[6.1833,50.54646],[6.19789,50.53715],[6.22586,50.49832],[6.26954,50.50961],[6.35349,50.49244],[6.34706,50.46422],[6.37423,50.45989],[6.3825,50.43975],[6.37408,50.40637],[6.35129,50.38206],[6.40305,50.34866],[6.41162,50.32769],[6.40783,50.31893],[6.38558,50.31658],[6.36388,50.30021],[6.32792,50.3186],[6.31289,50.31636],[6.29335,50.2909],[6.29547,50.27422],[6.28111,50.26236],[6.23624,50.25692],[6.21151,50.24816],[6.1981,50.23275],[6.18166,50.23125],[6.1789,50.22147],[6.19337,50.20761],[6.19683,50.17988],[6.15231,50.16841],[6.15923,50.14002],[6.13978,50.12527],[6.10856,50.1326],[6.11273,50.16093],[6.10156,50.16551],[6.08452,50.16697],[6.0821,50.15275],[6.06344,50.14834],[6.03055,50.15829],[6.02136,50.17685],[5.96932,50.16795],[5.96515,50.12813],[5.90347,50.11172],[5.89064,50.07554],[5.86237,50.06368],[5.8749,50.04624],[5.86392,50.02594],[5.82586,50.00934],[5.82665,50.00135],[5.8448,49.99123],[5.83952,49.9756],[5.80883,49.95773],[5.78215,49.957],[5.76822,49.91307],[5.74481,49.89975],[5.78087,49.88794],[5.78897,49.87213],[5.77636,49.86265],[5.75667,49.8703],[5.76191,49.85693],[5.75803,49.84287],[5.74291,49.83555],[5.75151,49.81985],[5.75473,49.79514],[5.7909,49.79765],[5.8179,49.75977],[5.83544,49.74713],[5.82702,49.72616],[5.86996,49.72777],[5.88817,49.70952],[5.86372,49.68213],[5.91262,49.66488],[5.90382,49.65192],[5.90876,49.63876],[5.89899,49.63401],[5.89117,49.63469],[5.87663,49.60771],[5.84953,49.59399],[5.87403,49.58991],[5.8736,49.57435],[5.84053,49.55222],[5.82582,49.54931],[5.81858,49.5461],[5.79504,49.55029],[5.77149,49.55832],[5.76226,49.554],[5.76126,49.53952],[5.74792,49.53452],[5.73009,49.53954],[5.6987,49.53744],[5.66008,49.55039],[5.64371,49.54565],[5.6228,49.5283],[5.62589,49.51698],[5.61175,49.50102],[5.59116,49.51734],[5.55638,49.52373],[5.54257,49.5105],[5.47007,49.49196]]],terms_url:"https://openstreetmap.org/",terms_text:"© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6",icon:"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{id:"MAPNIK",name:"OpenStreetMap (Standard)",type:"tms",template:"https://{switch:a,b,c}.tile.openstreetmap.org/{zoom}/{x}/{y}.png",zoomExtent:[0,19],terms_url:"https://www.openstreetmap.org",terms_text:"© OpenStreetMap contributors, CC-BY-SA","default":true,description:"The default OpenStreetMap layer.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png"},{id:"osm-gps",name:"OpenStreetMap GPS traces",type:"tms",template:"https://{switch:a,b,c}.gps-tile.openstreetmap.org/lines/{zoom}/{x}/{y}.png",zoomExtent:[0,20],terms_url:"https://www.openstreetmap.org/copyright",terms_text:"© OpenStreetMap contributors",terms_html:"<span style='display: inline-block; padding: 0 8px; background-color: rgba(0,0,0,0.5);'><span style='color: #eee;'>GPS Direction:</span> <span style='font-size: 15px; padding-left: 2px; font-weight: bold;'> <span style='color: #0ee;'>&larr;</span> <span style='color: #96f;'>&darr;</span> <span style='color: #6e0;'>&uarr;</span> <span style='color: #f63;'>&rarr;</span> </span></span> © <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap contributors</a>.",description:"Public GPS traces uploaded to OpenStreetMap.",icon:"https://osmlab.github.io/editor-layer-index/sources/world/OpenStreetMap-GPS.png",overlay:true},{id:"osm-hu-ortho",name:"openstreetmap.hu orthophotos",type:"tms",template:"http://adam.openstreetmap.hu/mapproxy/tiles/1.0.0/openstreetmap.hu.orthophotos/mercator/{zoom}/{x}/{y}.png",zoomExtent:[0,21],polygon:[[[18.8577,47.44553],[18.86169,47.44883],[18.86491,47.44704],[18.8609,47.44373],[18.8577,47.44553]],[[18.80614,47.59304],[18.81376,47.5974],[18.82295,47.59011],[18.81533,47.58574],[18.80614,47.59304]],[[17.66691,46.92167],[17.66369,46.93033],[17.67207,46.93178],[17.67529,46.92312],[17.66691,46.92167]],[[17.6725,46.93546],[17.67529,46.92708],[17.68409,46.92845],[17.68129,46.93683],[17.6725,46.93546]],[[17.82155,46.96075],[17.82507,46.9547],[17.83347,46.95701],[17.82995,46.96304],[17.82155,46.96075]],[[18.62796,47.19818],[18.63943,47.20324],[18.64953,47.1926],[18.63806,47.18753],[18.62796,47.19818]],[[17.51223,46.8789],[17.51406,46.88166],[17.5214,46.87939],[17.51957,46.87662],[17.51223,46.8789]],[[17.67724,46.91844],[17.68718,46.92344],[17.70594,46.90603],[17.69249,46.89926],[17.68144,46.90951],[17.68275,46.90595],[17.68198,46.90582],[17.68667,46.89926],[17.67947,46.89686],[17.67405,46.90445],[17.67131,46.90398],[17.66666,46.91662],[17.67724,46.91844]],[[18.80776,47.55615],[18.81638,47.55969],[18.81351,47.56305],[18.80473,47.55949],[18.80776,47.55615]],[[18.98706,47.46989],[18.97962,47.47042],[18.98056,47.47648],[18.988,47.47595],[18.98706,47.46989]],[[18.98356,47.41149],[19.00839,47.42511],[19.01568,47.41932],[18.9907,47.40518],[18.98356,47.41149]],[[19.02652,47.87563],[19.03163,47.87613],[19.03305,47.86957],[19.02793,47.86907],[19.02652,47.87563]],[[18.00803,46.86674],[18.01095,46.86028],[18.01323,46.86064],[18.01626,46.8536],[18.01682,46.85371],[18.01852,46.84948],[18.02021,46.84631],[18.02961,46.84829],[18.02742,46.85392],[18.03388,46.85534],[18.03056,46.86395],[18.03367,46.86456],[18.03058,46.87154],[18.00803,46.86674]],[[17.99509,46.87632],[17.98585,46.87595],[17.98535,46.88397],[17.98599,46.88412],[17.98531,46.88537],[17.95829,46.87876],[17.96077,46.87351],[17.92868,46.86631],[17.92467,46.87372],[17.93136,46.87535],[17.92995,46.87822],[17.9553,46.88415],[17.9946,46.89341],[17.99786,46.88671],[17.98771,46.88443],[17.98774,46.88411],[17.99415,46.88442],[17.99509,46.87632]],[[18.86533,47.42808],[18.87291,47.42455],[18.87701,47.42871],[18.86799,47.43238],[18.86774,47.43208],[18.86517,47.43317],[18.86477,47.4327],[18.86441,47.43285],[18.86288,47.43108],[18.86328,47.43092],[18.86288,47.43046],[18.86516,47.42947],[18.86448,47.42875],[18.86553,47.42829],[18.86533,47.42808]],[[19.16232,47.59776],[19.16893,47.59033],[19.17815,47.59512],[19.17291,47.60068],[19.16232,47.59776]],[[18.13162,47.02619],[18.14103,47.02111],[18.13923,47.01957],[18.15704,47.01044],[18.16271,47.00242],[18.16463,46.99571],[18.16639,46.9959],[18.16702,46.99363],[18.17101,46.99454],[18.1722,46.99571],[18.16977,47.00416],[18.17656,47.00709],[18.1761,47.00771],[18.17639,47.00781],[18.17057,47.01414],[18.1748,47.01815],[18.17782,47.01428],[18.18518,47.01746],[18.17933,47.0239],[18.17589,47.02268],[18.17277,47.02434],[18.17219,47.02377],[18.17159,47.02407],[18.16938,47.0221],[18.16216,47.02596],[18.16485,47.02832],[18.16245,47.02947],[18.16323,47.03025],[18.1521,47.03554],[18.15156,47.03498],[18.1503,47.03563],[18.14513,47.03112],[18.14337,47.0322],[18.1454,47.03419],[18.14441,47.03467],[18.14522,47.03539],[18.14168,47.03697],[18.13111,47.02745],[18.13226,47.0269],[18.13162,47.02619]]],terms_text:"openstreetmap.hu"},{id:"lu.geoportail.opendata.ortho2010",name:"Ortho 2010 geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2010/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2010-07-02T00:00:00.000Z",startDate:"2010-06-24T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"lu.geoportail.opendata.ortho2013",name:"Ortho 2013 geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2013/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2013-07-20T00:00:00.000Z",startDate:"2013-07-19T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"lu.geoportail.opendata.ortho2016",name:"Ortho 2016 geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2016/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2016-08-16T00:00:00.000Z",startDate:"2013-08-30T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"lu.geoportail.opendata.ortho2017",name:"Ortho 2017 geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/ortho_2017/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.jpeg",endDate:"2017-06-22T00:00:00.000Z",startDate:"2017-06-14T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/bd-l-ortho-webservices-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"ORTOFOTO_V1",name:"Orthophoto 1st cycle (1994-1999) - Latvia",type:"wms",template:"https://services.lgia.gov.lv/arcfree/services/Ortofoto_v1/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[27.66415,55.75354],[27.68475,55.93319],[28.26703,56.1908],[28.23682,56.49827],[27.82757,56.94886],[27.90997,57.37037],[27.58313,57.56387],[26.93219,57.63598],[26.5202,57.58596],[26.0368,57.87192],[25.1991,58.10487],[24.31744,57.90258],[24.31744,57.19669],[23.93567,56.9788],[23.55115,56.98479],[23.23804,57.10283],[23.14465,57.37333],[22.60632,57.60215],[22.60083,57.76953],[21.66699,57.56681],[21.40057,57.29625],[21.38409,57.0177],[21.04626,56.80026],[20.99133,56.36615],[21.0545,56.0392],[21.28796,56.05608],[21.29895,56.1908],[22.11743,56.41936],[24.44379,56.24425],[24.81183,56.3996],[25.15515,56.1694],[25.58087,56.12962],[26.53668,55.66146],[26.91296,55.66766],[27.0805,55.80991],[27.66415,55.75354]]],terms_text:"Latvijas Ģeotelpiskās informācijas aģentūras brīvais WMS serviss 1994 - 1999.gada Latvijas ortofotokarte"},{id:"ORTOS_DGRF_2004_06",name:"Ortofotos DGRF 2004-2006 (WMS)",type:"wms",template:"http://mapas.dgterritorio.pt:8888/wms/produtos?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2006-01-01T00:00:00.000Z",startDate:"2004-01-01T00:00:00.000Z",zoomExtent:[14,19],polygon:[[[-7.31278,36.98391],[-7.44461,37.5718],[-7.1933,37.97019],[-6.97357,38.00807],[-6.90628,38.24142],[-7.06627,38.20743],[-7.27158,38.45628],[-7.20429,38.72356],[-7.0134,38.85468],[-6.91315,39.03839],[-6.97357,39.13113],[-7.17957,39.23651],[-7.28668,39.48497],[-7.44873,39.61838],[-7.34162,39.60886],[-6.99692,39.64906],[-6.81839,40.0192],[-7.01065,40.19986],[-6.85272,40.24285],[-6.76209,40.35073],[-6.77994,40.8886],[-6.88637,41.01151],[-6.79642,41.01721],[-6.63849,41.21689],[-6.4531,41.24116],[-6.29311,41.38763],[-6.15715,41.5908],[-6.31165,41.68932],[-6.51215,41.71188],[-6.49841,41.88081],[-6.56296,41.97991],[-6.80191,42.00951],[-7.20497,42.00135],[-7.22763,41.8849],[-7.36908,41.87058],[-7.72751,41.92885],[-7.92526,41.94009],[-8.07907,41.84706],[-8.1601,41.91812],[-8.01796,42.05031],[-8.19924,42.18681],[-8.39356,42.1023],[-8.66066,42.07886],[-8.88382,41.88081],[-9.17084,41.86956],[-9.04175,41.43655],[-9.01978,40.65981],[-9.15711,40.26695],[-9.81903,39.52099],[-9.74213,38.6512],[-9.12964,37.88136],[-9.27246,36.99378],[-9.09394,36.68604],[-7.80579,36.74989],[-7.31278,36.98391]]],terms_url:"http://www.dgterritorio.pt/dados_abertos/ortofotos/",terms_text:"Direcção-Geral do Território",icon:"http://www.igeo.pt/favicon.ico"},{id:"ORTOS_DGT_2014_15",name:"Ortofotos Litoral DGT 2014-2015 (WMS)",type:"wms",template:"http://ows.dgterritorio.pt/wss/service/ortos2014-2015-wms/guest?language=por&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortoimagens_2014-2015_Litoral&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",zoomExtent:[1,20],polygon:[[[-7.38968,37.19205],[-7.52426,37.18002],[-7.89505,36.98171],[-8.15186,37.10886],[-8.65036,37.14062],[-8.95111,37.03545],[-8.78632,37.34833],[-8.76434,37.55111],[-8.7561,38.38258],[-8.47664,38.33466],[-8.47183,38.40141],[-8.66066,38.46596],[-8.66959,38.60882],[-9.142,38.53689],[-8.81104,38.67372],[-8.79318,38.85468],[-8.95935,38.9829],[-9.18732,38.84934],[-9.2395,38.72838],[-9.37821,38.74659],[-9.38233,39.07891],[-9.29169,39.2514],[-9.31915,39.33642],[-9.17084,39.38526],[-9.06372,39.48815],[-9.02252,39.69662],[-8.78632,40.14529],[-8.86322,40.2093],[-8.72589,40.53155],[-8.64075,40.50858],[-8.62427,40.63063],[-8.53089,40.6004],[-8.535,40.71292],[-8.61466,40.89275],[-8.61878,41.10419],[-8.53089,41.16728],[-8.66959,41.21689],[-8.72315,41.41081],[-8.76984,41.65958],[-8.66547,41.73955],[-8.81104,41.72316],[-8.81104,41.85217],[-8.74649,41.9125],[-8.83576,41.93089],[-8.91815,41.84501],[-8.89343,41.70778],[-8.82065,41.50755],[-8.73139,41.16315],[-8.67508,41.069],[-8.68469,40.90729],[-8.93326,40.17573],[-8.88107,40.12219],[-9.11453,39.64694],[-9.11865,39.5623],[-9.3013,39.40543],[-9.43039,39.37571],[-9.34799,39.23864],[-9.45099,39.04799],[-9.45786,38.89317],[-9.53201,38.78835],[-9.50043,38.68551],[-9.28894,38.663],[-9.19418,38.54172],[-9.25324,38.38473],[-9.03488,38.42347],[-8.92502,38.46757],[-8.81241,38.35997],[-8.7973,38.14968],[-8.91953,37.95286],[-8.84262,37.8651],[-8.83988,37.40617],[-9.02664,37.01023],[-8.92914,36.97513],[-8.61466,37.099],[-8.15048,37.05956],[-7.8923,36.93672],[-7.48993,37.15156],[-7.39105,37.15813],[-7.38968,37.19205]]],terms_url:"http://www.dgterritorio.pt/",terms_text:"Direcção-Geral do Território",icon:"http://www.igeo.pt/favicon.ico"},{id:"OS-historic-25k-OSM_Limited",name:"OS 1:25k historic (OSM)",type:"tms",template:"https://ooc.openstreetmap.org/os1/{zoom}/{x}/{y}.jpg",zoomExtent:[6,17],polygon:[[[-6.45854,49.90441],[-6.3872,49.98411],[-6.22968,49.98962],[-6.21713,49.86801],[-6.45512,49.85918],[-6.45854,49.90441]],[[-1.44951,60.86341],[-0.71671,60.85451],[-0.73497,60.43598],[-0.69388,60.41682],[-0.72584,60.39427],[-0.73954,60.04847],[-0.92674,60.04619],[-0.93815,59.82662],[-1.45865,59.8312],[-1.44552,60.0536],[-1.46321,60.0536],[-1.46435,60.063],[-1.57165,60.06385],[-1.56936,60.179],[-1.64356,60.1807],[-1.64356,60.18922],[-1.82162,60.1895],[-1.82048,60.36155],[-1.8416,60.36973],[-1.82162,60.38328],[-1.81799,60.59343],[-1.45317,60.59343],[-1.44951,60.86341]],[[-4.90892,54.42421],[-4.2826,54.44299],[-4.25354,54.02977],[-4.87664,54.02218],[-4.90892,54.42421]],[[-5.86674,59.14446],[-5.776,59.14709],[-5.772,59.10141],[-5.86218,59.09906],[-5.86674,59.14446]],[[-1.70659,59.57036],[-1.55792,59.56935],[-1.55649,59.49657],[-1.70545,59.49758],[-1.70659,59.57036]],[[-7.68658,58.2941],[-7.53306,58.3007],[-7.52564,58.26469],[-7.67973,58.25779],[-7.68658,58.2941]],[[-4.53383,59.03599],[-4.48132,59.03716],[-4.47961,59.01866],[-4.53326,59.01807],[-4.53383,59.03599]],[[-8.67107,57.87699],[-8.46732,57.88973],[-8.44678,57.7907],[-8.65109,57.77792],[-8.67107,57.87699]],[[-5.23955,50.35306],[-5.79201,50.33849],[-5.76005,49.9317],[-4.65514,49.95815],[-4.67797,50.28601],[-4.24422,50.28017],[-4.24878,50.20425],[-3.38129,50.20425],[-3.42238,50.51882],[-3.11648,50.52463],[-3.12105,50.65796],[-2.67364,50.66195],[-2.59535,50.63943],[-2.5905,50.57284],[-2.47912,50.57335],[-2.47589,50.50667],[-2.39679,50.50564],[-2.40164,50.57233],[-1.04003,50.57182],[-1.03357,50.70593],[-0.5493,50.70388],[-0.54607,50.78866],[-0.09247,50.7856],[-0.08763,50.71819],[0.47897,50.71206],[0.48704,50.81825],[0.97615,50.80499],[0.99229,51.01263],[1.44912,51.00044],[1.47818,51.40904],[1.02296,51.42716],[1.03588,51.76409],[1.61054,51.7501],[1.64606,52.156],[1.72677,52.15402],[1.74937,52.44818],[1.78707,52.48116],[1.7591,52.52251],[1.79335,52.96027],[0.37981,52.99585],[0.38952,53.25112],[0.34786,53.25112],[0.32389,53.28219],[0.34615,53.65385],[0.12849,53.65755],[0.11658,53.66747],[0.13506,54.06557],[-0.06098,54.06591],[-0.04142,54.47094],[-0.56627,54.47718],[-0.55921,54.65651],[-1.16656,54.66235],[-1.16374,54.84261],[-1.33162,54.84391],[-1.32571,55.24708],[-1.52945,55.24871],[-1.52418,55.65401],[-1.76388,55.65401],[-1.77337,55.97191],[-2.16079,55.9683],[-2.15433,56.06214],[-2.45781,56.05853],[-2.41906,56.64172],[-2.09622,56.64172],[-2.0833,57.00213],[-1.92834,57.01268],[-1.9181,57.35909],[-1.75022,57.36257],[-1.76959,57.76086],[-3.69376,57.75742],[-3.70667,57.98064],[-3.5969,57.97721],[-3.60336,58.12073],[-3.02223,58.13096],[-3.02869,58.54108],[-2.8479,58.53097],[-2.86081,58.84305],[-2.67962,58.8415],[-2.68419,58.88517],[-2.63397,58.90522],[-2.67962,58.93351],[-2.68876,59.02292],[-2.36687,59.02292],[-2.37029,59.26529],[-2.3429,59.2822],[-2.37144,59.29969],[-2.37372,59.37071],[-2.3429,59.38582],[-2.37258,59.40035],[-2.37144,59.42591],[-3.07342,59.42301],[-3.07114,59.34336],[-3.1031,59.33114],[-3.07456,59.31367],[-3.07228,59.2326],[-3.38503,59.14842],[-3.37476,58.93528],[-3.56538,58.93233],[-3.55483,58.69759],[-5.28086,58.66677],[-5.25342,58.35141],[-5.50685,58.34379],[-5.47618,58.03236],[-5.8975,58.02124],[-5.8523,57.61718],[-6.13963,57.61372],[-6.15416,57.74232],[-6.29137,57.73801],[-6.33657,58.13988],[-6.11219,58.14669],[-6.14738,58.51063],[-6.29348,58.54162],[-6.84137,58.29773],[-7.00574,58.29293],[-7.10162,58.20644],[-7.25731,58.17931],[-7.25311,58.10049],[-7.40707,58.09056],[-7.39135,57.79114],[-7.79099,57.77332],[-7.76242,57.54442],[-7.6985,57.14532],[-7.79438,57.13045],[-7.71676,56.73686],[-7.01221,56.76544],[-6.97992,56.54539],[-7.06386,56.54539],[-7.04449,56.35626],[-6.50068,56.38129],[-6.44914,55.97936],[-6.56329,55.96915],[-6.53937,55.70301],[-6.55955,55.69073],[-6.53453,55.67617],[-6.52162,55.57044],[-5.89126,55.59234],[-5.85601,55.23207],[-5.22936,55.2516],[-5.18371,54.62541],[-3.6656,54.65184],[-3.64962,54.432],[-3.54004,54.43067],[-3.53091,54.02902],[-3.06977,54.03036],[-3.06757,53.82214],[-3.08049,53.77399],[-3.06192,53.74775],[-3.06112,53.6737],[-3.21447,53.67084],[-3.20577,53.42262],[-3.27996,53.35522],[-3.28967,53.36084],[-3.33275,53.36493],[-3.37613,53.35403],[-4.0889,53.34331],[-4.09455,53.4612],[-4.69741,53.44486],[-4.68828,53.33186],[-4.72024,53.28958],[-4.68371,53.24862],[-4.67687,53.15426],[-4.84808,53.14468],[-4.81783,52.74403],[-4.25458,52.75589],[-4.22888,52.25488],[-4.26076,52.25364],[-4.27246,52.24326],[-4.81363,52.23009],[-4.80792,52.11389],[-5.38891,52.09917],[-5.37179,51.91297],[-5.42087,51.91015],[-5.41402,51.84532],[-5.36836,51.84744],[-5.34668,51.55953],[-4.77368,51.57585],[-4.76569,51.48851],[-4.19154,51.49704],[-4.18698,51.43447],[-3.61512,51.44443],[-3.61055,51.37465],[-3.14941,51.37893],[-3.14941,51.29193],[-4.30387,51.27459],[-4.28612,51.05087],[-4.85433,51.03666],[-4.83722,50.72128],[-5.26183,50.70827],[-5.23955,50.35306]],[[-2.15027,60.17132],[-2.00302,60.16961],[-2.00131,60.0997],[-2.14855,60.10112],[-2.15027,60.17132]],[[-6.2086,59.11635],[-6.12299,59.11664],[-6.12185,59.0715],[-6.20974,59.0715],[-6.2086,59.11635]],[[-4.41596,59.0889],[-4.4212,59.07708],[-4.39719,59.07791],[-4.39134,59.08973],[-4.41596,59.0889]]]},{id:"OS-New_Popular_Edition-historic",name:"OS New Popular Edition historic",type:"tms",template:"https://ooc.openstreetmap.org/npe/{zoom}/{x}/{y}.png",zoomExtent:[6,15],polygon:[[[-3.68466,55.23744],[-3.65106,54.42892],[-3.54463,54.43072],[-3.52815,54.02593],[-3.07016,54.03137],[-3.06123,53.6717],[-3.21298,53.67048],[-3.20371,53.35568],[-4.10424,53.34297],[-4.11042,53.46005],[-4.71124,53.44799],[-4.69339,53.15171],[-4.84307,53.1476],[-4.81595,52.74378],[-4.25342,52.75541],[-4.22733,52.24378],[-4.81303,52.23117],[-4.80754,52.11452],[-5.38913,52.09892],[-5.3493,51.56085],[-4.77252,51.57622],[-4.76772,51.48652],[-4.19299,51.49806],[-4.18956,51.43518],[-3.61278,51.44502],[-3.61072,51.37307],[-3.15067,51.37864],[-3.14723,51.28984],[-4.29462,51.2718],[-4.28363,51.04744],[-4.85423,51.03406],[-4.83707,50.76556],[-5.2621,50.75427],[-5.23395,50.34984],[-5.79562,50.33319],[-5.76228,49.92913],[-4.64717,49.96094],[-4.66914,50.2753],[-4.25166,50.2832],[-4.24617,50.19361],[-3.40159,50.20679],[-3.41395,50.52041],[-3.13105,50.52391],[-3.1338,50.66078],[-2.66963,50.66252],[-2.66688,50.5719],[-1.04228,50.56929],[-1.04502,50.70429],[-0.54652,50.69994],[-0.54103,50.79031],[-0.08784,50.78424],[-0.08887,50.72211],[0.47693,50.70907],[0.48242,50.81939],[0.98024,50.8068],[0.99328,51.01333],[1.44784,51.00036],[1.47805,51.40478],[1.018,51.41634],[1.04272,51.76742],[1.6195,51.75084],[1.65246,52.15456],[1.72662,52.15245],[1.79529,52.9594],[0.60396,52.99123],[0.60327,52.97222],[0.38148,52.97883],[0.39625,53.24796],[0.31934,53.24961],[0.34269,53.65319],[0.11609,53.65726],[0.13738,54.06181],[-0.06243,54.06584],[-0.04183,54.46924],[-0.56781,54.47722],[-0.56163,54.65715],[-1.18098,54.66271],[-1.17755,54.84183],[-1.33342,54.84381],[-1.32655,55.24743],[-1.53117,55.24821],[-1.52636,55.6528],[-1.76394,55.6528],[-1.76257,55.96765],[-2.40321,55.96727],[-2.39772,55.56243],[-2.16151,55.56282],[-2.15808,55.2486],[-2.92158,55.24571],[-3.68466,55.23744]]]},{id:"OS-OpenData_Locator",name:"OS OpenData Locator",type:"tms",template:"https://tiles.itoworld.com/os_locator/{zoom}/{x}/{y}.png",zoomExtent:[0,22],polygon:[[[-0.88639,61.11666],[-9.24009,57.92465],[-6.61235,55.46835],[-6.1039,55.40191],[-5.61358,55.06607],[-5.40088,54.90562],[-5.29371,54.77201],[-5.11832,54.5911],[-4.92368,54.38599],[-4.94067,53.59884],[-5.44172,52.27725],[-6.03376,51.6012],[-7.54473,49.33762],[-2.59721,50.2588],[0.65674,50.64047],[1.32419,50.83256],[1.87586,51.19234],[2.05883,52.88863],[-1.61452,56.47933],[-1.21085,57.64972],[-1.69525,59.08903],[0.21543,60.43058],[-0.88639,61.11666]]],overlay:true},{id:"OS-OpenData_StreetView",name:"OS OpenData StreetView",type:"tms",template:"https://{switch:a,b,c}.os.openstreetmap.org/sv/{zoom}/{x}/{y}.png",zoomExtent:[1,18],polygon:[[[-5.82929,50.02297],[-5.82929,50.25482],[-5.37336,50.25482],[-5.37336,50.35306],[-5.1756,50.35306],[-5.1756,50.59254],[-4.99707,50.59254],[-4.99707,50.69356],[-4.79657,50.69356],[-4.79657,50.78221],[-4.69495,50.78221],[-4.69495,50.96074],[-4.60431,50.96074],[-4.60431,51.06921],[-4.37922,51.06921],[-4.37922,51.25218],[-3.90393,51.25218],[-3.90393,51.2917],[-3.71717,51.2917],[-3.71717,51.2453],[-3.14862,51.2453],[-3.14862,51.36207],[-3.74463,51.36207],[-3.74463,51.43404],[-3.82978,51.43404],[-3.82978,51.52982],[-4.08521,51.52982],[-4.08521,51.49393],[-4.37922,51.49393],[-4.37922,51.54272],[-5.14442,51.54272],[-5.14442,51.6296],[-5.73871,51.6296],[-5.73871,51.77404],[-5.50954,51.77404],[-5.50954,51.98026],[-5.1988,51.98026],[-5.1988,52.09734],[-4.88806,52.09734],[-4.88806,52.18316],[-4.49575,52.18316],[-4.49575,52.29257],[-4.30154,52.29257],[-4.30154,52.36853],[-4.18112,52.36853],[-4.18112,52.79337],[-4.44137,52.79337],[-4.44137,52.73696],[-4.85698,52.73696],[-4.85698,52.93173],[-4.7288,52.93173],[-4.7288,53.50386],[-4.15782,53.50386],[-4.15782,53.41135],[-3.31105,53.41135],[-3.31105,53.50386],[-3.23337,53.50386],[-3.23337,54.01592],[-3.39262,54.01592],[-3.39262,54.1981],[-3.55964,54.1981],[-3.55964,54.43373],[-3.7189,54.43373],[-3.7189,54.7219],[-4.30154,54.7219],[-4.30154,54.61407],[-5.04731,54.61407],[-5.04731,54.75329],[-5.22987,54.75329],[-5.22987,55.21908],[-5.65326,55.21908],[-5.65326,55.25009],[-5.89796,55.25009],[-5.89796,55.48225],[-6.59332,55.48225],[-6.59332,56.30134],[-7.17277,56.30134],[-7.17277,56.56018],[-6.81717,56.56018],[-6.81717,56.69917],[-6.53153,56.69917],[-6.53153,56.9067],[-6.81168,56.9067],[-6.81168,57.37166],[-6.8721,57.37166],[-6.8721,57.55189],[-7.09732,57.55189],[-7.09732,57.24111],[-7.17423,57.24111],[-7.17423,56.9067],[-7.37198,56.9067],[-7.37198,56.80759],[-7.5203,56.80759],[-7.5203,56.71425],[-7.83068,56.71425],[-7.83068,56.89946],[-7.64941,56.89946],[-7.64941,57.47396],[-7.83068,57.47396],[-7.83068,57.79156],[-7.47362,57.79156],[-7.47362,58.08606],[-7.18798,58.08606],[-7.18798,58.3672],[-6.80346,58.3672],[-6.80346,58.41558],[-6.63866,58.41558],[-6.63866,58.46733],[-6.51781,58.46733],[-6.51781,58.56256],[-6.05362,58.56256],[-6.05362,58.15688],[-6.14701,58.15688],[-6.14701,58.11059],[-6.27998,58.11059],[-6.27998,57.71227],[-6.15913,57.71227],[-6.15913,57.66676],[-5.93391,57.66676],[-5.93391,57.88925],[-5.80643,57.88925],[-5.80643,57.96218],[-5.61417,57.96218],[-5.61417,58.09112],[-5.49082,58.09112],[-5.49082,58.37333],[-5.31991,58.37333],[-5.31991,58.75015],[-3.572,58.75015],[-3.572,59.20918],[-3.19445,59.20918],[-3.19445,59.47592],[-2.24358,59.47592],[-2.24358,59.13887],[-2.4611,59.13887],[-2.4611,58.81859],[-2.74077,58.81859],[-2.74077,58.58047],[-2.91167,58.58047],[-2.91167,58.11575],[-3.48654,58.11575],[-3.48654,57.74039],[-1.71532,57.74039],[-1.71532,57.22256],[-1.97945,57.22256],[-1.97945,56.87607],[-2.1659,56.87607],[-2.1659,56.63332],[-2.36011,56.63332],[-2.36011,56.04775],[-1.97945,56.04775],[-1.97945,55.86509],[-1.4745,55.86509],[-1.4745,55.24999],[-1.3222,55.24999],[-1.3222,54.82217],[-1.055,54.82217],[-1.055,54.67466],[-0.66188,54.67466],[-0.66188,54.55275],[-0.32476,54.55275],[-0.32476,54.28652],[0.00928,54.28652],[0.00928,53.79385],[0.2082,53.79385],[0.2082,53.52177],[0.41635,53.52177],[0.41635,53.02989],[1.42734,53.02989],[1.42734,52.92021],[1.83339,52.92021],[1.83339,52.04249],[1.52355,52.04249],[1.52355,51.82613],[1.2697,51.82613],[1.2697,51.69675],[1.11665,51.69675],[1.11665,51.44035],[1.52355,51.44035],[1.52355,51.33318],[1.45076,51.33318],[1.45076,51.02076],[1.06999,51.02076],[1.06999,50.90084],[0.77881,50.90084],[0.77881,50.72984],[-0.7256,50.72984],[-0.7256,50.70384],[-1.00744,50.70384],[-1.00744,50.57363],[-2.36253,50.57363],[-2.36253,50.48464],[-2.49878,50.48464],[-2.49878,50.57363],[-3.40964,50.57363],[-3.40964,50.20578],[-3.69224,50.20578],[-3.69224,50.13477],[-5.00547,50.13477],[-5.00547,49.94745],[-5.28395,49.94745],[-5.28395,50.02297],[-5.82929,50.02297]],[[-6.45807,49.86736],[-6.45807,49.94999],[-6.39788,49.94999],[-6.39788,50.00538],[-6.17996,50.00538],[-6.17996,49.91686],[-6.25402,49.91686],[-6.25402,49.86736],[-6.45807,49.86736]],[[-5.83432,49.93216],[-5.83432,49.97546],[-5.76833,49.97546],[-5.76833,49.93216],[-5.83432,49.93216]],[[-1.94838,60.68857],[-1.94838,60.30588],[-1.75431,60.30588],[-1.75431,60.12844],[-1.57549,60.12844],[-1.57549,59.79792],[-1.0317,59.79792],[-1.0317,60.03545],[-0.66269,60.03545],[-0.66269,60.91039],[-1.10344,60.91039],[-1.10344,60.804],[-1.35063,60.804],[-1.35063,60.68857],[-1.94838,60.68857]],[[-2.20338,60.19686],[-2.20338,60.09294],[-1.9864,60.09294],[-1.9864,60.19686],[-2.20338,60.19686]],[[-1.75431,59.56983],[-1.75431,59.46394],[-1.53733,59.46394],[-1.53733,59.56983],[-1.75431,59.56983]],[[-4.5586,59.13705],[-4.5586,58.95691],[-4.2867,58.95691],[-4.2867,59.13705],[-4.5586,59.13705]],[[-6.27877,59.20257],[-6.27877,59.02278],[-5.66506,59.02278],[-5.66506,59.20257],[-6.27877,59.20257]],[[-8.71635,57.94406],[-8.71635,57.73059],[-8.35929,57.73059],[-8.35929,57.94406],[-8.71635,57.94406]],[[-7.6077,50.4021],[-7.6077,50.26887],[-7.39072,50.26887],[-7.39072,50.4021],[-7.6077,50.4021]],[[-7.73043,58.35799],[-7.73043,58.24831],[-7.51345,58.24831],[-7.51345,58.35799],[-7.73043,58.35799]]]},{id:"OS-Scottish_Popular-historic",name:"OS Scottish Popular historic",type:"tms",template:"https://ooc.openstreetmap.org/npescotland/{zoom}/{x}/{y}.jpg",zoomExtent:[6,15],polygon:[[[-6.37546,57.1045],[-6.12998,57.11183],[-6.12586,56.94143],[-6.26045,56.93892],[-6.26045,56.83765],[-6.24259,56.65806],[-6.3552,56.65655],[-6.37649,56.79029],[-7.02812,56.76396],[-6.99636,56.54246],[-7.04391,56.53937],[-7.03206,56.44201],[-6.98331,56.44353],[-6.97593,56.36063],[-6.45271,56.37964],[-6.44035,56.2013],[-6.19315,56.21199],[-6.18354,56.12483],[-6.36379,56.11641],[-6.36173,55.98258],[-6.48944,55.97912],[-6.47777,55.84134],[-6.55467,55.8371],[-6.53545,55.66049],[-6.45442,55.66087],[-6.44412,55.57285],[-6.19985,55.57266],[-5.96845,55.58857],[-5.98562,55.7686],[-5.90665,55.77169],[-5.88949,55.59284],[-5.80983,55.594],[-5.79335,55.41395],[-5.827,55.41395],[-5.80915,55.24247],[-5.61826,55.24873],[-5.62101,55.26713],[-5.46239,55.27026],[-5.48642,55.514],[-5.43836,55.51516],[-5.42943,55.42681],[-5.24129,55.43071],[-5.19464,54.80351],[-5.07105,54.80668],[-5.05221,54.62471],[-4.3223,54.65173],[-4.33123,54.7319],[-4.06786,54.73697],[-4.06786,54.76471],[-3.55699,54.77342],[-3.55837,54.83754],[-2.42098,54.84671],[-2.42647,55.25265],[-2.03097,55.25265],[-2.01449,55.56606],[-1.76455,55.56606],[-1.76455,55.9724],[-2.35026,55.96548],[-2.5796,56.06527],[-2.58234,56.37071],[-2.65032,56.36919],[-2.65581,56.50585],[-2.48965,56.50509],[-2.42785,56.55356],[-2.42373,56.73026],[-2.1628,56.73177],[-2.17104,56.99301],[-2.00075,56.99301],[-1.98479,57.3159],[-1.83476,57.31553],[-1.83441,57.36074],[-1.75167,57.36111],[-1.74893,57.63046],[-1.83613,57.63009],[-1.83544,57.70171],[-2.00436,57.70207],[-2.00367,57.71968],[-3.22281,57.71418],[-3.22629,57.76157],[-3.51331,57.77622],[-3.50914,57.71051],[-3.84766,57.70611],[-3.85182,57.76853],[-3.79925,57.76989],[-3.80474,57.88578],[-3.85556,57.88651],[-3.85937,57.97558],[-3.79513,57.97656],[-3.79483,58.03052],[-3.69733,58.03161],[-3.69458,58.06722],[-3.52391,58.07437],[-3.52978,58.16007],[-3.35774,58.16286],[-3.3483,58.28742],[-3.07638,58.29121],[-3.03004,58.43744],[-3.01768,58.65814],[-2.85837,58.66028],[-2.86524,58.7943],[-2.75812,58.79715],[-2.76636,58.87461],[-2.6208,58.88668],[-2.62766,58.97527],[-2.54114,58.97668],[-2.54217,59.0841],[-2.52363,59.08375],[-2.52913,59.1574],[-2.43849,59.15705],[-2.4378,59.246],[-2.36914,59.24705],[-2.3688,59.40748],[-2.52947,59.40748],[-2.52741,59.33436],[-2.70319,59.33576],[-2.70525,59.40608],[-3.12891,59.40433],[-3.12411,59.15951],[-3.40288,59.1574],[-3.39464,58.9689],[-3.4276,58.96961],[-3.42572,58.88526],[-3.45215,58.87071],[-3.51017,58.86911],[-3.50708,58.78826],[-3.38555,58.79004],[-3.3828,58.6999],[-3.4494,58.69847],[-3.45078,58.65385],[-3.50159,58.65421],[-3.5009,58.62705],[-3.72612,58.62383],[-3.72475,58.60595],[-4.6476,58.5895],[-4.65996,58.67171],[-5.10697,58.66135],[-5.09804,58.58091],[-5.23743,58.57769],[-5.22455,58.26305],[-5.4127,58.25818],[-5.39965,58.12245],[-5.53286,58.11991],[-5.52393,57.99494],[-5.55346,57.99422],[-5.54728,57.93995],[-5.85696,57.93157],[-5.83181,57.73361],[-5.86374,57.73224],[-5.85773,57.66096],[-6.19624,57.64975],[-6.20242,57.72353],[-6.41666,57.7162],[-6.42421,57.75945],[-6.4764,57.75725],[-6.46884,57.71326],[-6.53339,57.71216],[-6.52721,57.6391],[-6.692,57.63395],[-6.68102,57.54341],[-6.78195,57.53826],[-6.75311,57.31608],[-6.50592,57.32498],[-6.49768,57.28084],[-6.4812,57.27824],[-6.47159,57.19203],[-6.38644,57.19352],[-6.37546,57.1045]],[[-7.65043,56.77461],[-7.40667,56.79304],[-7.41972,56.88281],[-7.38676,56.90268],[-7.25836,56.91056],[-7.24806,57.07141],[-7.11485,57.077],[-7.16772,57.43466],[-7.0352,57.44094],[-7.05236,57.69026],[-6.86834,57.6976],[-6.87315,57.71631],[-6.70286,57.72217],[-6.71591,57.81117],[-6.53188,57.81958],[-6.53875,57.88133],[-6.22015,57.89265],[-6.24143,58.09935],[-6.12676,58.10152],[-6.17758,58.53105],[-6.46734,58.52029],[-6.4591,58.45102],[-6.63145,58.44455],[-6.6239,58.39169],[-6.79212,58.38485],[-6.78869,58.34956],[-6.90885,58.34415],[-6.89718,58.25503],[-7.20136,58.24166],[-7.14094,57.83201],[-7.37509,57.82104],[-7.36822,57.69503],[-7.6573,57.68292],[-7.67652,57.80715],[-7.79257,57.80202],[-7.77327,57.67734],[-7.70756,57.68024],[-7.69376,57.59088],[-7.75947,57.58797],[-7.74587,57.49965],[-7.51241,57.5085],[-7.47911,57.29468],[-7.52855,57.2932],[-7.51276,57.05871],[-7.61163,57.05386],[-7.59859,56.87493],[-7.66725,56.87268],[-7.65043,56.77461]],[[-1.46238,59.82831],[-1.21519,59.83107],[-1.21519,59.96194],[-1.10533,59.96056],[-1.0986,60.09498],[-0.97632,60.09346],[-0.96352,60.3476],[-0.74028,60.34484],[-0.7147,60.84722],[-1.08215,60.85901],[-1.08455,60.76944],[-1.21296,60.77011],[-1.21579,60.68079],[-1.23364,60.68113],[-1.23467,60.5909],[-1.27132,60.59191],[-1.27338,60.64581],[-1.45466,60.64648],[-1.45397,60.59224],[-1.6373,60.59292],[-1.63954,60.3507],[-1.73172,60.35095],[-1.73172,60.18067],[-1.64177,60.17931],[-1.64177,60.1448],[-1.46393,60.14344],[-1.46238,59.82831]],[[-6.21496,56.97437],[-6.22525,57.06445],[-6.29117,57.06184],[-6.29237,57.08062],[-6.62162,57.06943],[-6.61338,57.00629],[-6.46163,57.01302],[-6.4582,56.96776],[-6.21496,56.97437]],[[-2.12774,60.10855],[-2.12803,60.16207],[-2.00203,60.16224],[-2.00174,60.10872],[-2.12774,60.10855]],[[-6.68977,56.95804],[-6.69228,56.9759],[-6.65984,56.97726],[-6.65733,56.9594],[-6.68977,56.95804]],[[-7.66365,58.25846],[-7.66844,58.28502],[-7.54896,58.29098],[-7.54417,58.26442],[-7.66365,58.25846]],[[-8.65104,57.78885],[-8.66674,57.875],[-8.48272,57.88449],[-8.46702,57.79836],[-8.65104,57.78885]]]},{id:"osmie_barony",name:"OSMIE Baronies",type:"tms",template:"https://tile.openstreetmap.ie/barony/{zoom}/{x}/{y}.png",zoomExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_cps",name:"OSMIE Civil Parishes",type:"tms",template:"https://tile.openstreetmap.ie/civilparish/{zoom}/{x}/{y}.png",zoomExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_dail_ea",name:"OSMIE Dail Election Areas",type:"tms",template:"https://tile.openstreetmap.ie/dail_ea/{zoom}/{x}/{y}.png",zoomExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_eds",name:"OSMIE EDs",type:"tms",template:"https://tile.openstreetmap.ie/ed/{zoom}/{x}/{y}.png",zoomExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_local_ea",name:"OSMIE Local Election Areas",type:"tms",template:"https://tile.openstreetmap.ie/local_ea/{zoom}/{x}/{y}.png",zoomExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_tie_not_counties",name:"OSMIE T.ie Land not in Counties",type:"tms",template:"https://www.townlands.ie/tiles/not_counties/{zoom}/{x}/{y}.png",zoomExtent:[2,19],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"osmie_tds",name:"OSMIE Townlands",type:"tms",template:"https://tile.openstreetmap.ie/townland/{zoom}/{x}/{y}.png",zoomExtent:[7,20],polygon:[[[-6.32987,52.38838],[-6.16508,52.58073],[-5.9893,52.9811],[-6.05796,53.31713],[-5.9838,53.50704],[-6.24473,53.86326],[-6.35459,53.91182],[-6.31614,53.98133],[-6.13487,53.97002],[-5.61851,54.23574],[-5.3878,54.44708],[-5.53886,54.67641],[-6.07444,55.21277],[-6.21452,55.33168],[-6.78306,55.17828],[-6.9506,55.25505],[-7.17582,55.35355],[-7.22526,55.45024],[-7.50816,55.28791],[-7.63999,55.28009],[-8.02451,55.2206],[-8.25797,55.27853],[-8.28269,55.172],[-8.58482,55.01168],[-8.38432,54.86021],[-8.69743,54.78901],[-8.85124,54.67641],[-8.46946,54.57942],[-8.17008,54.62397],[-8.33763,54.4854],[-8.68644,54.36556],[-8.62876,54.27625],[-9.04075,54.3051],[-9.13688,54.23614],[-9.2852,54.33834],[-9.90043,54.32233],[-10.15037,54.2245],[-10.27397,53.94578],[-9.98832,53.85678],[-10.3289,53.60982],[-10.22727,53.39418],[-9.78233,53.21857],[-8.96934,53.26952],[-9.04624,53.1762],[-9.2852,53.15644],[-9.40879,52.99433],[-9.57084,52.75562],[-9.97321,52.54316],[-9.70405,52.57071],[-9.69444,52.4855],[-9.97733,52.41854],[-9.87296,52.33387],[-9.92378,52.2381],[-10.06523,52.34478],[-10.15586,52.30113],[-10.65849,52.07212],[-9.90318,52.12274],[-10.45799,51.88772],[-10.39344,51.82411],[-10.56098,51.76635],[-10.32478,51.79014],[-10.25749,51.70937],[-9.80705,51.81816],[-10.28289,51.57045],[-9.89631,51.60032],[-9.51454,51.70256],[-9.83177,51.55082],[-9.83039,51.43368],[-9.43351,51.50468],[-9.53788,51.41741],[-8.63151,51.59179],[-7.70316,51.95209],[-7.46421,52.12105],[-6.33537,52.17667],[-6.32987,52.38838]],[[-9.89082,53.14368],[-9.51042,53.03605],[-9.45274,53.08557],[-9.82902,53.18279],[-9.89082,53.14368]]],icon:"https://www.townlands.ie/static/logo_small.png"},{id:"al_palestina",name:"Palestina AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Palestina&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.28907,-9.71916],[-37.28904,-9.71114],[-37.28911,-9.7022],[-37.28915,-9.69175],[-37.28919,-9.68886],[-37.28927,-9.68069],[-37.28926,-9.67732],[-37.28936,-9.66999],[-37.28936,-9.66599],[-37.28931,-9.66133],[-37.28941,-9.65526],[-37.28946,-9.64556],[-37.2895,-9.63489],[-37.28954,-9.62926],[-37.2964,-9.62885],[-37.31188,-9.62897],[-37.32762,-9.62914],[-37.33181,-9.62919],[-37.34338,-9.62917],[-37.35876,-9.62923],[-37.37175,-9.6293],[-37.37839,-9.62913],[-37.38051,-9.62922],[-37.38061,-9.63143],[-37.38054,-9.63785],[-37.38043,-9.63895],[-37.38053,-9.64147],[-37.38051,-9.64876],[-37.3805,-9.6543],[-37.38043,-9.656],[-37.38024,-9.66028],[-37.38022,-9.66551],[-37.38019,-9.67054],[-37.38016,-9.67896],[-37.38013,-9.68781],[-37.38009,-9.70116],[-37.38003,-9.71053],[-37.3801,-9.71743],[-37.38005,-9.71959],[-37.37932,-9.71954],[-37.37392,-9.71956],[-37.36582,-9.71945],[-37.35849,-9.71946],[-37.35334,-9.71938],[-37.34414,-9.71937],[-37.33423,-9.71923],[-37.32933,-9.71927],[-37.3218,-9.71924],[-37.31983,-9.71927],[-37.31094,-9.7192],[-37.29589,-9.71921],[-37.28907,-9.71916]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"palmeira_dos_indios",name:"Palmeira dos Indios AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Palmeira%20dos%20Indios&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.58664,-9.46124],[-36.58665,-9.45851],[-36.58619,-9.41968],[-36.58604,-9.41452],[-36.58596,-9.40593],[-36.58585,-9.39509],[-36.58579,-9.39163],[-36.58565,-9.38983],[-36.58549,-9.38249],[-36.58529,-9.37965],[-36.58511,-9.37744],[-36.58503,-9.37059],[-36.5889,-9.37058],[-36.59064,-9.37065],[-36.59389,-9.3706],[-36.60037,-9.37073],[-36.61046,-9.37049],[-36.62288,-9.37021],[-36.63377,-9.37002],[-36.63835,-9.36986],[-36.64743,-9.36997],[-36.65141,-9.36994],[-36.65534,-9.36972],[-36.65647,-9.36974],[-36.66111,-9.37024],[-36.66276,-9.37026],[-36.66704,-9.36973],[-36.67052,-9.36966],[-36.67325,-9.36966],[-36.67602,-9.36987],[-36.67593,-9.3726],[-36.67597,-9.37679],[-36.67639,-9.38138],[-36.67654,-9.38464],[-36.67663,-9.39265],[-36.67675,-9.39829],[-36.67689,-9.40875],[-36.67707,-9.41887],[-36.67717,-9.43179],[-36.67724,-9.43395],[-36.67718,-9.43753],[-36.67728,-9.44311],[-36.6773,-9.44933],[-36.67741,-9.45528],[-36.6774,-9.45938],[-36.67735,-9.46017],[-36.67568,-9.46021],[-36.66625,-9.4603],[-36.66224,-9.4603],[-36.65736,-9.46042],[-36.6504,-9.46047],[-36.63543,-9.46065],[-36.61979,-9.46083],[-36.61433,-9.46083],[-36.61029,-9.46097],[-36.60647,-9.46097],[-36.60186,-9.46099],[-36.59426,-9.46112],[-36.58664,-9.46124]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Pangasinan_Bulacan_HiRes",name:"Pangasinán/Bulacan (Philippines HiRes)",type:"tms",template:"https://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png",zoomExtent:[12,19],polygon:[[[120.33659,15.98577],[120.44599,15.984],[120.44613,15.97446],[120.47646,15.97459],[120.59425,15.94683],[120.59806,16.09079],[120.59654,16.198],[120.36854,16.21853],[120.34758,16.04231],[120.33659,15.98577]],[[120.8268,15.3658],[121.2684,15.2602],[121.2699,14.7025],[120.695,14.8423],[120.8268,15.3658]]]},{id:"pao_de_acucar",name:"Pão de Açucar AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Pao%20de%20Acucar&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.39003,-9.78589],[-37.39019,-9.7762],[-37.38993,-9.76575],[-37.38991,-9.75256],[-37.39015,-9.74102],[-37.39003,-9.73201],[-37.39012,-9.72254],[-37.39015,-9.71289],[-37.39019,-9.70341],[-37.3902,-9.69548],[-37.40377,-9.6955],[-37.41728,-9.6956],[-37.43224,-9.69569],[-37.44319,-9.69573],[-37.44723,-9.69582],[-37.45682,-9.69585],[-37.47062,-9.69591],[-37.47373,-9.69591],[-37.47586,-9.69604],[-37.48128,-9.69605],[-37.48131,-9.6989],[-37.48122,-9.70087],[-37.48121,-9.70239],[-37.48135,-9.70545],[-37.48138,-9.71046],[-37.48134,-9.71617],[-37.4812,-9.71875],[-37.48125,-9.72035],[-37.48136,-9.72134],[-37.48134,-9.7241],[-37.4813,-9.72506],[-37.48103,-9.72732],[-37.48102,-9.73088],[-37.48127,-9.73462],[-37.48131,-9.73638],[-37.48131,-9.73893],[-37.48131,-9.74388],[-37.4813,-9.74989],[-37.48122,-9.75315],[-37.48102,-9.75855],[-37.48084,-9.7642],[-37.48085,-9.76526],[-37.48094,-9.76675],[-37.48093,-9.76881],[-37.48084,-9.7721],[-37.48087,-9.77486],[-37.48076,-9.77993],[-37.48081,-9.7863],[-37.46382,-9.78623],[-37.45353,-9.7862],[-37.43979,-9.78611],[-37.42998,-9.78607],[-37.4208,-9.786],[-37.40853,-9.78596],[-37.39545,-9.78593],[-37.39003,-9.78589]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"PCN-Italy-2006",name:"PCN 2006 - Italy",type:"wms",template:"http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_06.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OI.ORTOIMMAGINI.2006.33,OI.ORTOIMMAGINI.2006.32&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2006-01-01T00:00:00.000Z",startDate:"2006-01-01T00:00:00.000Z",polygon:[[[7.54795,43.73118],[8.10697,43.86701],[8.73593,44.38944],[10.18338,43.85116],[9.55016,43.13605],[10.27725,42.27515],[11.69748,42.08118],[12.90059,40.84897],[14.97466,40.20869],[16.04773,38.8953],[13.1086,38.74113],[11.77717,37.93605],[14.40624,36.74299],[15.13467,36.59364],[15.42867,37.027],[15.21993,37.43376],[15.4836,37.92936],[16.01644,37.8036],[17.21669,38.87425],[17.21669,39.40468],[16.55477,39.78775],[17.05464,40.45144],[18.32906,39.70539],[18.68773,40.0587],[18.04964,40.67064],[16.00545,41.52122],[16.38448,41.85964],[15.51837,42.1537],[14.57997,42.2461],[13.56099,43.65128],[12.57889,44.0867],[12.28795,44.62204],[12.56398,44.97092],[12.34151,45.17458],[12.41696,45.40557],[13.09252,45.62826],[13.69549,45.70806],[13.78445,45.5825],[13.9191,45.6322],[13.8235,45.7176],[13.59784,45.8072],[13.64307,45.98326],[13.52963,45.96588],[13.47474,46.00546],[13.66472,46.17392],[13.47587,46.22725],[13.42218,46.20758],[13.37671,46.29668],[13.59777,46.44137],[13.68684,46.43881],[13.7148,46.5222],[12.9151,46.60953],[12.38708,46.71529],[12.27591,46.88651],[12.17486,46.90895],[12.11675,47.01241],[12.21781,47.03996],[12.19254,47.09331],[11.74789,46.98484],[11.33355,46.99862],[11.10618,46.92966],[11.00764,46.76896],[10.72974,46.78972],[10.75753,46.82258],[10.66405,46.87614],[10.47197,46.85698],[10.38659,46.67847],[10.49375,46.62049],[10.46136,46.53164],[10.25309,46.57432],[10.23674,46.63484],[10.10307,46.61003],[10.03715,46.44479],[10.165,46.41051],[10.10506,46.3372],[10.17862,46.25626],[10.07055,46.21668],[9.95249,46.38045],[9.73086,46.35071],[9.71273,46.29266],[9.57015,46.2958],[9.46117,46.37481],[9.45936,46.50873],[9.40487,46.46621],[9.36128,46.5081],[9.28136,46.49685],[9.24503,46.23616],[8.95601,45.96503],[9.09065,45.89906],[9.0298,45.82127],[8.90992,45.8333],[8.9408,45.86682],[8.88904,45.95465],[8.78551,45.99063],[8.85617,46.0748],[8.62242,46.12112],[8.45032,46.26869],[8.42464,46.46367],[8.08814,46.26692],[8.15493,46.1834],[8.11383,46.11577],[8.02906,46.10331],[7.98881,45.99867],[7.9049,45.99945],[7.85949,45.91485],[7.56343,45.97421],[7.10685,45.85653],[7.04151,45.92435],[6.95315,45.85163],[6.80785,45.83265],[6.80785,45.71864],[6.98948,45.63869],[7.00037,45.509],[7.18019,45.40071],[7.10572,45.32924],[7.13115,45.25386],[6.85144,45.13226],[6.7697,45.16044],[6.62803,45.11175],[6.66981,45.02324],[6.74791,45.01939],[6.75518,44.89915],[7.02217,44.82519],[7.07484,44.68073],[6.95133,44.66264],[6.85507,44.53072],[6.94504,44.43112],[6.88784,44.42043],[6.89171,44.36637],[7.00764,44.23736],[7.36364,44.11882],[7.68694,44.17487],[7.72508,44.07578],[7.49355,43.86551],[7.54795,43.73118]],[[8.17134,39.14848],[8.62453,38.75119],[9.09831,39.03764],[9.03102,39.13144],[9.26585,39.18575],[9.64076,39.0227],[9.89894,40.67991],[9.50068,41.39257],[8.30317,40.91071],[8.41304,41.16139],[8.21254,41.13864],[8.07521,40.59862],[8.36154,40.35],[8.27914,39.98585],[8.38283,39.6536],[8.17134,39.14848]],[[12.51489,35.53423],[12.64054,35.5306],[12.63861,35.48641],[12.51296,35.49005],[12.51489,35.53423]],[[11.91218,36.85688],[12.08179,36.85523],[12.07958,36.70974],[11.90998,36.71139],[11.91218,36.85688]],[[12.84019,35.88131],[12.89186,35.88145],[12.89198,35.85003],[12.84031,35.84989],[12.84019,35.88131]]]},{id:"PCN-Lazio_Umbria-2008",name:"PCN 2008 - IT Lazio+Umbria",type:"wms",template:"http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_08.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OI.ORTOIMMAGINI.2008.33&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2008-01-01T00:00:00.000Z",startDate:"2008-01-01T00:00:00.000Z",polygon:[[[12.33149,41.64637],[12.41178,41.64791],[12.41499,41.54635],[12.49574,41.54789],[12.4985,41.49619],[12.57948,41.49843],[12.58062,41.42932],[12.60632,41.4288],[12.60746,41.39663],[12.8293,41.39818],[12.83159,41.34688],[12.9128,41.34843],[12.9151,41.29726],[12.99585,41.2983],[12.99791,41.19636],[13.1679,41.19808],[13.16721,41.24692],[13.41337,41.24829],[13.4152,41.19705],[13.8341,41.19808],[13.83341,41.2476],[13.91737,41.24847],[13.91668,41.39749],[14.0011,41.39784],[13.99996,41.49774],[14.08415,41.49826],[14.08346,41.65014],[14.00087,41.6498],[13.99973,41.75051],[13.83433,41.74965],[13.83364,41.80047],[13.75151,41.79978],[13.7499,41.84987],[13.41841,41.8497],[13.41681,41.95027],[13.33445,41.94959],[13.3333,42.00041],[13.25141,41.99973],[13.25003,42.05051],[13.08509,42.04966],[13.08394,42.097],[13.33399,42.09819],[13.33376,42.1472],[13.41772,42.14822],[13.41635,42.25052],[13.33399,42.24984],[13.33353,42.30094],[13.25141,42.29992],[13.25003,42.54699],[13.41795,42.54817],[13.41589,42.75065],[13.33468,42.74947],[13.33307,42.90056],[13.16836,42.89938],[13.16721,42.95079],[12.96419,42.95012],[12.96258,43.0003],[12.91877,42.9998],[12.91601,43.25078],[12.83526,43.24994],[12.83228,43.50107],[12.66321,43.4994],[12.66482,43.45112],[12.58567,43.44996],[12.58246,43.5508],[12.50171,43.5498],[12.49987,43.65131],[12.16242,43.64915],[12.16494,43.60132],[12.07891,43.5995],[12.0819,43.45196],[11.99541,43.44913],[11.99862,43.34661],[12.07891,43.34795],[12.08075,43.30189],[11.9961,43.29955],[11.99862,43.20214],[11.91237,43.19929],[11.91466,43.15212],[11.83207,43.14944],[11.8323,43.09653],[11.91099,43.09837],[11.91466,42.90191],[11.82909,42.89922],[11.83139,42.85231],[11.74582,42.84945],[11.74811,42.65236],[11.6731,42.64966],[11.67493,42.6105],[11.49485,42.59936],[11.49852,42.49593],[11.57812,42.49796],[11.58156,42.45244],[11.41226,42.44872],[11.41524,42.34656],[11.49599,42.34792],[11.49921,42.29636],[11.57835,42.29822],[11.58225,42.24628],[11.66185,42.24832],[11.66621,42.09649],[11.74536,42.09819],[11.74903,41.99666],[11.91443,41.99922],[11.91535,41.98626],[11.99403,41.98745],[11.99862,41.89685],[12.07868,41.89907],[12.08144,41.84594],[12.16311,41.84799],[12.16563,41.6964],[12.3292,41.69863],[12.33149,41.64637]]]},{id:"PCN-Italy-2012",name:"PCN 2012 - Italy",type:"wms",template:"http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_12.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.ORTOIMMAGINI.2012&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[7.54795,43.73118],[8.10697,43.86701],[8.73593,44.38944],[10.18338,43.85116],[9.55016,43.13605],[10.27725,42.27515],[11.69748,42.08118],[12.90059,40.84897],[14.97466,40.20869],[16.04773,38.8953],[13.1086,38.74113],[11.77717,37.93605],[14.40624,36.74299],[15.13467,36.59364],[15.42867,37.027],[15.21993,37.43376],[15.4836,37.92936],[16.01644,37.8036],[17.21669,38.87425],[17.21669,39.40468],[16.55477,39.78775],[17.05464,40.45144],[18.32906,39.70539],[18.68773,40.0587],[18.04964,40.67064],[16.00545,41.52122],[16.38448,41.85964],[15.51837,42.1537],[14.57997,42.2461],[13.56099,43.65128],[12.57889,44.0867],[12.28795,44.62204],[12.56398,44.97092],[12.34151,45.17458],[12.41696,45.40557],[13.09252,45.62826],[13.69549,45.70806],[13.78445,45.5825],[13.9191,45.6322],[13.8235,45.7176],[13.59784,45.8072],[13.64307,45.98326],[13.52963,45.96588],[13.47474,46.00546],[13.66472,46.17392],[13.47587,46.22725],[13.42218,46.20758],[13.37671,46.29668],[13.59777,46.44137],[13.68684,46.43881],[13.7148,46.5222],[12.9151,46.60953],[12.38708,46.71529],[12.27591,46.88651],[12.17486,46.90895],[12.11675,47.01241],[12.21781,47.03996],[12.19254,47.09331],[11.74789,46.98484],[11.33355,46.99862],[11.10618,46.92966],[11.00764,46.76896],[10.72974,46.78972],[10.75753,46.82258],[10.66405,46.87614],[10.47197,46.85698],[10.38659,46.67847],[10.49375,46.62049],[10.46136,46.53164],[10.25309,46.57432],[10.23674,46.63484],[10.10307,46.61003],[10.03715,46.44479],[10.165,46.41051],[10.10506,46.3372],[10.17862,46.25626],[10.07055,46.21668],[9.95249,46.38045],[9.73086,46.35071],[9.71273,46.29266],[9.57015,46.2958],[9.46117,46.37481],[9.45936,46.50873],[9.40487,46.46621],[9.36128,46.5081],[9.28136,46.49685],[9.24503,46.23616],[8.95601,45.96503],[9.09065,45.89906],[9.0298,45.82127],[8.90992,45.8333],[8.9408,45.86682],[8.88904,45.95465],[8.78551,45.99063],[8.85617,46.0748],[8.62242,46.12112],[8.45032,46.26869],[8.42464,46.46367],[8.08814,46.26692],[8.15493,46.1834],[8.11383,46.11577],[8.02906,46.10331],[7.98881,45.99867],[7.9049,45.99945],[7.85949,45.91485],[7.56343,45.97421],[7.10685,45.85653],[7.04151,45.92435],[6.95315,45.85163],[6.80785,45.83265],[6.80785,45.71864],[6.98948,45.63869],[7.00037,45.509],[7.18019,45.40071],[7.10572,45.32924],[7.13115,45.25386],[6.85144,45.13226],[6.7697,45.16044],[6.62803,45.11175],[6.66981,45.02324],[6.74791,45.01939],[6.75518,44.89915],[7.02217,44.82519],[7.07484,44.68073],[6.95133,44.66264],[6.85507,44.53072],[6.94504,44.43112],[6.88784,44.42043],[6.89171,44.36637],[7.00764,44.23736],[7.36364,44.11882],[7.68694,44.17487],[7.72508,44.07578],[7.49355,43.86551],[7.54795,43.73118]],[[8.17134,39.14848],[8.62453,38.75119],[9.09831,39.03764],[9.03102,39.13144],[9.26585,39.18575],[9.64076,39.0227],[9.89894,40.67991],[9.50068,41.39257],[8.30317,40.91071],[8.41304,41.16139],[8.21254,41.13864],[8.07521,40.59862],[8.36154,40.35],[8.27914,39.98585],[8.38283,39.6536],[8.17134,39.14848]],[[12.51489,35.53423],[12.64054,35.5306],[12.63861,35.48641],[12.51296,35.49005],[12.51489,35.53423]],[[11.91218,36.85688],[12.08179,36.85523],[12.07958,36.70974],[11.90998,36.71139],[11.91218,36.85688]],[[12.84019,35.88131],[12.89186,35.88145],[12.89198,35.85003],[12.84031,35.84989],[12.84019,35.88131]]]},{id:"Actueel_ortho25_WMS",name:"PDOK aerial imagery Beeldmateriaal.nl 25cm latest",type:"tms",template:"https://geodata.nationaalgeoregister.nl/luchtfoto/rgb/wmts?FORMAT=image/jpeg&SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Actueel_ortho25&STYLE=&FORMAT=image/jpeg&tileMatrixSet=OGC:1.0:GoogleMapsCompatible&tileMatrix={zoom}&tileRow={y}&tileCol={x}",zoomExtent:[0,19],polygon:[[[3.14377,51.35984],[3.1575,51.24113],[3.33878,51.11544],[3.91281,51.05851],[4.65714,51.28067],[4.89334,51.26348],[5.17899,51.12579],[5.38498,51.13096],[5.54428,51.05678],[5.42069,50.85956],[5.46738,50.70326],[5.65689,50.61926],[6.14853,50.62143],[6.30234,50.85782],[6.29959,50.95438],[6.26389,51.01835],[6.37238,51.09259],[6.40122,51.20114],[6.37375,51.25102],[6.44516,51.31587],[6.42044,51.5496],[6.34354,51.67922],[6.79672,51.76429],[7.04666,51.91024],[7.07138,52.04559],[7.27188,52.17041],[7.30759,52.38551],[7.20596,52.53195],[7.28287,52.61458],[7.29935,52.77853],[7.44217,52.97827],[7.43393,53.28314],[7.04392,53.55159],[6.78299,53.63635],[6.23917,53.54016],[5.6871,53.51241],[5.17349,53.43885],[4.81644,53.23384],[4.65164,53.06583],[4.54178,52.48598],[4.32205,52.19568],[4.08104,52.01369],[4.02199,52.01623],[3.93684,51.96379],[3.95195,51.88079],[3.84483,51.84942],[3.62373,51.70752],[3.65532,51.66069],[3.63335,51.62746],[3.54683,51.62234],[3.39577,51.56091],[3.38203,51.51735],[3.49876,51.43267],[3.32985,51.38556],[3.14377,51.35984]]],terms_url:"https://www.nationaalgeoregister.nl/geonetwork/srv/dut/catalog.search#/search?facet.q=license%2FCC-BY&isChild=%27false%27&resultType=details&any_OR_title_OR_keyword=luchtfoto&fast=index&_content_type=json&from=1&to=20&sortBy=relevance",terms_text:"Kadaster / Beeldmateriaal.nl, CC BY 4.0",best:true,description:"Nationwide data set 25cm resolution color aerial imagery of the most recent year.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/nl/PDOK-Luchtfoto-Beeldmateriaal-25cm-latest.png"},{id:"al_piranhas",name:"Piranhas AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Piranhas&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.71918,-9.65236],[-37.71918,-9.63874],[-37.71914,-9.6321],[-37.71924,-9.62114],[-37.71929,-9.61023],[-37.71934,-9.59988],[-37.7194,-9.58891],[-37.71945,-9.57802],[-37.71944,-9.57173],[-37.71952,-9.56684],[-37.71956,-9.56225],[-37.71998,-9.56218],[-37.72258,-9.56195],[-37.72818,-9.56203],[-37.73254,-9.562],[-37.74107,-9.56206],[-37.74845,-9.56202],[-37.75926,-9.56216],[-37.76972,-9.56227],[-37.78036,-9.56244],[-37.78537,-9.56236],[-37.78907,-9.56233],[-37.79562,-9.56245],[-37.79771,-9.56237],[-37.81006,-9.56243],[-37.81061,-9.56241],[-37.81053,-9.56531],[-37.81049,-9.57629],[-37.81046,-9.58742],[-37.81038,-9.59757],[-37.81031,-9.61798],[-37.81018,-9.65197],[-37.81018,-9.6523],[-37.81024,-9.65259],[-37.80664,-9.65245],[-37.80206,-9.65253],[-37.79597,-9.65237],[-37.79179,-9.65252],[-37.78815,-9.65246],[-37.78723,-9.65242],[-37.78035,-9.65241],[-37.77865,-9.65223],[-37.77625,-9.6523],[-37.77475,-9.65219],[-37.77234,-9.65223],[-37.7696,-9.65245],[-37.76623,-9.65251],[-37.76345,-9.65246],[-37.7604,-9.6525],[-37.75102,-9.65237],[-37.75012,-9.65249],[-37.74155,-9.65248],[-37.7403,-9.65239],[-37.73785,-9.65246],[-37.73443,-9.65238],[-37.73106,-9.65243],[-37.72651,-9.65237],[-37.72195,-9.65225],[-37.71992,-9.65228],[-37.71918,-9.65236]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"PNOA-Spain-TMS",name:"PNOA Spain",type:"tms",template:"https://www.ign.es/wmts/pnoa-ma?request=GetTile&service=WMTS&VERSION=1.0.0&Layer=OI.OrthoimageCoverage&Style=default&Format=image/png&TileMatrixSet=GoogleMapsCompatible&TileMatrix={zoom}&TileRow={y}&TileCol={x}",zoomExtent:[0,20],polygon:[[[-17.88463,28.44606],[-17.89395,28.52255],[-18.02125,28.74819],[-18.02241,28.80384],[-17.9424,28.87261],[-17.89118,28.87371],[-17.89033,28.85151],[-17.76759,28.85378],[-17.76698,28.83122],[-17.74127,28.832],[-17.73949,28.76422],[-17.71398,28.76497],[-17.71293,28.73037],[-17.75744,28.69318],[-17.75708,28.67413],[-17.74579,28.67435],[-17.74573,28.61656],[-17.75197,28.58337],[-17.76225,28.5592],[-17.78331,28.54167],[-17.78316,28.49366],[-17.80861,28.4925],[-17.80601,28.4469],[-17.88463,28.44606]],[[-18.1661,27.78516],[-18.16349,27.69492],[-18.08898,27.69634],[-18.08734,27.67387],[-18.03641,27.67537],[-18.03501,27.63026],[-17.959,27.6324],[-17.86033,27.7926],[-17.86303,27.83688],[-17.8884,27.83649],[-17.88913,27.85905],[-17.99065,27.85675],[-18.03868,27.76558],[-18.11464,27.76379],[-18.11546,27.78636],[-18.1661,27.78516]],[[-17.36038,28.06398],[-17.36297,28.17572],[-17.33756,28.17637],[-17.33846,28.2213],[-17.18579,28.22388],[-17.08208,28.13518],[-17.08084,28.068],[-17.13154,28.06681],[-17.15633,28.02146],[-17.23211,28.02037],[-17.23199,27.99804],[-17.25768,27.99784],[-17.25785,28.01997],[-17.30867,28.01923],[-17.36038,28.06398]],[[-16.92782,28.32758],[-16.92866,28.37219],[-16.87767,28.37293],[-16.87807,28.39542],[-16.52143,28.42261],[-16.44571,28.49113],[-16.44625,28.53597],[-16.42059,28.53627],[-16.42092,28.55884],[-16.34433,28.55976],[-16.3446,28.58221],[-16.19125,28.58372],[-16.19162,28.60684],[-16.12793,28.60782],[-16.1278,28.59218],[-16.09951,28.5925],[-16.09934,28.51638],[-16.16481,28.51612],[-16.16475,28.49386],[-16.23858,28.44847],[-16.26535,28.44761],[-16.26586,28.403],[-16.31675,28.40176],[-16.31631,28.38019],[-16.34208,28.37951],[-16.34083,28.2893],[-16.41584,28.19761],[-16.4151,28.13113],[-16.51533,28.01648],[-16.61684,28.01532],[-16.61681,27.99305],[-16.71842,27.99192],[-16.7191,28.03714],[-16.7447,28.03679],[-16.74534,28.08181],[-16.7707,28.08161],[-16.8224,28.1259],[-16.82317,28.17087],[-16.8487,28.17075],[-16.85028,28.26079],[-16.87565,28.26055],[-16.87608,28.28322],[-16.90151,28.28277],[-16.90239,28.32793],[-16.92782,28.32758]],[[-15.85374,27.90089],[-15.8542,27.99018],[-15.82895,27.99066],[-15.82911,28.03558],[-15.7783,28.03632],[-15.75328,28.08143],[-15.72788,28.08157],[-15.72826,28.17186],[-15.49897,28.1728],[-15.49874,28.15041],[-15.44978,28.15075],[-15.45016,28.19614],[-15.39728,28.19614],[-15.39644,28.03836],[-15.37103,28.03802],[-15.37065,28.01532],[-15.34578,28.01532],[-15.34548,27.92544],[-15.3708,27.92524],[-15.37057,27.83521],[-15.39598,27.83474],[-15.421,27.78797],[-15.47181,27.78939],[-15.47188,27.76665],[-15.52277,27.76678],[-15.54771,27.72161],[-15.62361,27.72134],[-15.62415,27.74199],[-15.70075,27.74335],[-15.80167,27.81105],[-15.85374,27.90089]],[[-14.52156,28.04678],[-14.52244,28.11841],[-14.41575,28.11561],[-14.21688,28.22788],[-14.21537,28.33903],[-14.16417,28.45283],[-14.11151,28.4748],[-14.03358,28.72267],[-13.95652,28.74494],[-13.95617,28.76659],[-13.82902,28.76643],[-13.82896,28.78798],[-13.80007,28.78793],[-13.8013,28.71899],[-13.82757,28.71935],[-13.82786,28.6518],[-13.80258,28.6519],[-13.80339,28.53842],[-13.82885,28.53847],[-13.83151,28.39702],[-13.91582,28.22414],[-13.98564,28.22357],[-14.03696,28.17958],[-14.13871,28.17999],[-14.13866,28.15791],[-14.21537,28.15781],[-14.21472,28.11189],[-14.29132,28.04524],[-14.33197,28.03687],[-14.44578,28.04698],[-14.44666,28.0658],[-14.49628,28.06826],[-14.49593,28.04585],[-14.52156,28.04678]],[[-13.80066,28.84566],[-13.80093,28.82311],[-13.77569,28.82305],[-13.69729,28.88982],[-13.69729,28.91277],[-13.60725,28.9118],[-13.43886,29.00024],[-13.43746,29.13513],[-13.4117,29.13499],[-13.41056,29.22298],[-13.45928,29.25559],[-13.45974,29.2942],[-13.50913,29.29456],[-13.51006,29.31635],[-13.56354,29.31729],[-13.56406,29.27138],[-13.53892,29.2712],[-13.53897,29.25004],[-13.56613,29.25013],[-13.5666,29.203],[-13.51565,29.20223],[-13.51565,29.18206],[-13.5398,29.18278],[-13.54089,29.13753],[-13.65782,29.13685],[-13.71322,29.09351],[-13.76634,29.09345],[-13.85025,29.01659],[-13.85182,28.98343],[-13.85244,28.91486],[-13.90131,28.89245],[-13.9024,28.84698],[-13.80066,28.84566]],[[1.64799,38.99907],[1.73217,38.99936],[1.73147,39.04417],[1.64895,39.04319],[1.64816,39.12764],[1.39486,39.12657],[1.39544,39.08642],[1.22811,39.08526],[1.22911,39.0029],[1.14487,39.0018],[1.14528,38.832],[1.31136,38.83316],[1.31219,38.79065],[1.39469,38.79162],[1.39519,38.75296],[1.31128,38.75193],[1.31259,38.62388],[1.6489,38.62511],[1.64807,38.71115],[1.58456,38.71012],[1.58116,38.70054],[1.54915,38.70028],[1.51972,38.70921],[1.50355,38.72532],[1.48133,38.91551],[1.55189,38.92544],[1.56673,38.95666],[1.64874,38.95833],[1.64799,38.99907]],[[2.54507,39.41667],[2.43933,39.41611],[2.43871,39.48469],[2.43902,39.49934],[2.31223,39.49934],[2.31192,39.54179],[2.22907,39.541],[2.22835,39.62606],[2.34601,39.62709],[2.92704,39.96016],[3.14566,39.96005],[3.14608,40.00198],[3.23139,40.00198],[3.23129,39.83292],[3.14823,39.83316],[3.14844,39.79357],[3.48148,39.79318],[3.48035,39.5959],[3.31506,39.47846],[3.31462,39.37855],[3.08302,39.24994],[2.97986,39.25015],[2.97904,39.3335],[2.72874,39.33342],[2.72885,39.45814],[2.64569,39.45774],[2.64538,39.49966],[2.54528,39.49942],[2.54507,39.41667]],[[3.81204,40.04344],[3.72908,40.0438],[3.72862,39.95842],[3.81266,39.9576],[3.81228,39.91644],[3.9609,39.91598],[4.19381,39.79131],[4.31503,39.79058],[4.31599,39.83293],[4.39874,39.83204],[4.39737,39.91858],[4.3158,39.91933],[4.31619,40.0434],[4.2319,40.04436],[4.23248,40.08478],[4.14915,40.08611],[4.14906,40.12552],[4.0628,40.12722],[4.06242,40.08499],[3.81287,40.08529],[3.81204,40.04344]],[[-8.89106,41.82289],[-9.1092,42.57511],[-9.03655,42.73066],[-9.08834,42.72696],[-9.14661,42.77503],[-9.21855,42.90163],[-9.2761,42.86051],[-9.30991,42.93113],[-9.27898,42.9822],[-9.30991,43.06004],[-9.25236,43.10417],[-9.2315,43.17032],[-9.14733,43.21018],[-9.06748,43.19916],[-9.03367,43.24267],[-8.99842,43.24477],[-8.99986,43.29558],[-8.93727,43.30553],[-8.92936,43.32699],[-8.8639,43.32908],[-8.87613,43.37407],[-8.82217,43.37354],[-8.78548,43.31914],[-8.70635,43.305],[-8.60996,43.3296],[-8.55097,43.32332],[-8.52435,43.3364],[-8.52507,43.36465],[-8.45745,43.39184],[-8.36105,43.41118],[-8.36033,43.46342],[-8.33444,43.57974],[-8.27761,43.57088],[-8.06467,43.72392],[-7.99921,43.7234],[-7.9172,43.78264],[-7.85605,43.79146],[-7.83591,43.73743],[-7.66284,43.80982],[-7.31889,43.67827],[-7.19975,43.58308],[-6.24882,43.6075],[-6.12293,43.57901],[-5.85204,43.6799],[-5.60363,43.57087],[-5.28553,43.56191],[-5.17875,43.49916],[-4.90899,43.48367],[-4.61562,43.4192],[-4.18399,43.42492],[-3.80295,43.51954],[-3.74,43.48693],[-3.56128,43.54236],[-3.1083,43.38163],[-2.93857,43.46246],[-2.74524,43.47551],[-2.30462,43.31706],[-1.9854,43.3563],[-1.85528,43.39725],[-1.7698,43.39644],[-1.77005,43.37605],[-1.71005,43.37569],[-1.71135,43.33125],[-1.72259,43.31318],[-1.68904,43.31291],[-1.68811,43.33413],[-1.64467,43.33372],[-1.64498,43.31332],[-1.60299,43.31295],[-1.60344,43.29266],[-1.56359,43.29212],[-1.56305,43.31338],[-1.47799,43.31284],[-1.36677,43.27614],[-1.35688,43.23815],[-1.37037,43.1713],[-1.44231,43.08336],[-1.41983,43.06036],[-1.37307,43.05117],[-1.36407,43.11159],[-1.30203,43.13522],[-1.23549,43.13325],[-1.27955,43.07744],[-1.19232,43.06496],[-1.00619,43.00778],[-0.94234,42.9749],[-0.7562,42.98213],[-0.71484,42.96108],[-0.69685,42.90314],[-0.55118,42.82207],[-0.50442,42.84845],[-0.42889,42.82009],[-0.31648,42.86558],[-0.14563,42.81086],[-0.03143,42.71249],[0.18618,42.7541],[0.30218,42.71777],[0.36422,42.74287],[0.44875,42.71447],[0.62769,42.7224],[0.64118,42.85767],[0.71492,42.88272],[0.9676,42.81811],[1.10878,42.79898],[1.17532,42.73429],[1.36326,42.74155],[1.41137,42.70939],[1.48061,42.71034],[1.4813,42.50107],[1.64436,42.50203],[1.64328,42.54245],[1.73041,42.54342],[1.73164,42.50118],[2.06386,42.50164],[2.06456,42.45902],[2.39693,42.45994],[2.39768,42.41784],[2.48048,42.41797],[2.48098,42.37594],[2.64479,42.37626],[2.64448,42.45924],[2.81133,42.45961],[2.81126,42.50104],[3.06388,42.50085],[3.06388,42.45915],[3.23078,42.45934],[3.23049,42.37644],[3.31415,42.37604],[3.31412,42.33399],[3.39785,42.33404],[3.39739,42.29009],[3.31389,42.29084],[3.31397,42.20702],[3.14759,42.2073],[3.14759,42.12606],[3.23055,42.126],[3.24668,41.95294],[3.19452,41.85589],[3.06054,41.76474],[2.78358,41.63718],[2.26293,41.42716],[2.16492,41.29893],[1.86008,41.22322],[1.3763,41.11627],[1.17937,41.04646],[1.08585,41.04849],[0.75854,40.81956],[0.9114,40.73376],[0.87813,40.67514],[0.66502,40.53587],[0.55801,40.55022],[0.43392,40.37576],[0.26756,40.19192],[0.16415,40.06472],[0.07513,40.01447],[0.01039,39.89522],[-0.09392,39.81169],[-0.18474,39.63117],[-0.29085,39.50363],[-0.28636,39.33343],[-0.18564,39.17746],[-0.21352,39.15585],[-0.11101,38.97222],[0.00949,38.88268],[0.12189,38.87218],[0.23429,38.79864],[0.25587,38.72642],[0.09581,38.61338],[-0.0022,38.60706],[-0.05705,38.52691],[-0.27197,38.47624],[-0.37987,38.39312],[-0.38347,38.33813],[-0.45091,38.33108],[-0.50487,38.28309],[-0.48238,38.19481],[-0.42933,38.16583],[-0.45451,38.14886],[-0.584,38.17219],[-0.61367,38.11986],[-0.63705,37.96122],[-0.68111,37.94562],[-0.73237,37.88107],[-0.72158,37.78306],[-0.68831,37.734],[-0.66415,37.62315],[-0.71939,37.58784],[-0.91963,37.53758],[-1.11071,37.51641],[-1.33832,37.52867],[-1.44089,37.39037],[-1.6767,37.27652],[-1.85408,36.91229],[-2.06835,36.69291],[-2.21588,36.66192],[-2.37219,36.78018],[-2.68129,36.65911],[-2.92015,36.66756],[-3.09402,36.71263],[-3.46108,36.65488],[-3.72804,36.69291],[-4.37435,36.66333],[-4.65712,36.44042],[-4.9188,36.45313],[-5.16995,36.35135],[-5.28411,36.19702],[-5.26809,36.12418],[-5.35248,36.12247],[-5.35161,36.04014],[-5.43658,36.03889],[-5.43532,36.00344],[-5.68886,36.00365],[-5.68996,36.04053],[-5.85506,36.03856],[-5.85668,36.12421],[-5.93848,36.12215],[-5.94003,36.16556],[-5.99834,36.1645],[-6.03573,36.1781],[-6.07752,36.22241],[-6.15061,36.28646],[-6.23154,36.37701],[-6.33585,36.53106],[-6.32146,36.58163],[-6.40419,36.6235],[-6.47433,36.74897],[-6.41588,36.79939],[-6.49052,36.91738],[-6.62989,37.0194],[-6.87448,37.10838],[-7.04264,37.18507],[-7.26474,37.18435],[-7.37535,37.15354],[-7.40832,37.16822],[-7.42029,37.21183],[-7.42492,37.23505],[-7.43805,37.2452],[-7.44597,37.33261],[-7.4481,37.39094],[-7.46963,37.40758],[-7.4647,37.45305],[-7.50197,37.51641],[-7.51916,37.52292],[-7.52196,37.57237],[-7.45013,37.66958],[-7.4249,37.75992],[-7.31666,37.83997],[-7.26833,37.98895],[-7.15368,38.01552],[-7.11771,38.05536],[-7.0143,38.02438],[-6.99632,38.10756],[-6.96147,38.20125],[-7.08062,38.15708],[-7.34027,38.44024],[-7.26383,38.73807],[-7.04352,38.87297],[-7.06151,38.90796],[-6.96934,39.01983],[-7.00081,39.08879],[-7.15368,39.09577],[-7.15255,39.16029],[-7.24472,39.19689],[-7.25596,39.28133],[-7.33689,39.35351],[-7.3279,39.45599],[-7.51449,39.58865],[-7.55271,39.67954],[-7.05027,39.67522],[-6.99519,39.81954],[-6.92213,39.87909],[-6.88616,40.02299],[-7.04128,40.13479],[-7.01767,40.26615],[-6.8086,40.34501],[-6.86818,40.44516],[-6.85356,40.60664],[-6.83783,40.87576],[-6.9536,41.03704],[-6.80186,41.03959],[-6.76814,41.13871],[-6.64112,41.26556],[-6.56244,41.26303],[-6.21737,41.5791],[-6.31628,41.64465],[-6.51523,41.64129],[-6.58717,41.68832],[-6.54783,41.85597],[-6.62988,41.91121],[-7.13345,41.94048],[-7.16829,41.87188],[-7.42569,41.78477],[-7.95398,41.84593],[-8.13045,41.78058],[-8.25185,41.90786],[-8.12933,42.03488],[-8.24848,42.1008],[-8.36762,42.05575],[-8.60704,42.03405],[-8.89106,41.82289]]],terms_text:"PNOA",best:true},{id:"poco_das_trincheiras",name:"Poço das Trincheiras AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Poco%20das%20Trincheiras&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.23942,-9.35157],[-37.23947,-9.34387],[-37.23942,-9.33792],[-37.23954,-9.33022],[-37.23973,-9.32791],[-37.23974,-9.3228],[-37.23964,-9.32085],[-37.23971,-9.31864],[-37.2398,-9.31706],[-37.23982,-9.31561],[-37.24053,-9.30933],[-37.24051,-9.30004],[-37.24008,-9.29687],[-37.23998,-9.29546],[-37.23992,-9.29319],[-37.23989,-9.28978],[-37.23995,-9.28818],[-37.24008,-9.28641],[-37.24036,-9.28212],[-37.24038,-9.27897],[-37.24051,-9.27557],[-37.24004,-9.26979],[-37.24018,-9.26721],[-37.24018,-9.26612],[-37.23995,-9.26455],[-37.23983,-9.26151],[-37.24333,-9.26136],[-37.24936,-9.26146],[-37.26445,-9.26161],[-37.28016,-9.26172],[-37.28294,-9.26171],[-37.29581,-9.26178],[-37.30685,-9.26178],[-37.31419,-9.26189],[-37.32437,-9.26192],[-37.33078,-9.26175],[-37.33057,-9.27275],[-37.33048,-9.28007],[-37.33054,-9.28117],[-37.33069,-9.28427],[-37.3307,-9.28535],[-37.33064,-9.28617],[-37.33071,-9.28717],[-37.33064,-9.28769],[-37.33062,-9.29027],[-37.33043,-9.29308],[-37.33038,-9.29655],[-37.33034,-9.30591],[-37.3304,-9.31203],[-37.33038,-9.32194],[-37.33041,-9.3342],[-37.33035,-9.34185],[-37.3303,-9.34783],[-37.33035,-9.35202],[-37.31509,-9.35194],[-37.30011,-9.3519],[-37.29531,-9.35183],[-37.28899,-9.35171],[-37.28497,-9.35182],[-37.27851,-9.35173],[-37.27431,-9.35181],[-37.27115,-9.3517],[-37.26351,-9.35168],[-37.26046,-9.35164],[-37.25402,-9.35177],[-37.24705,-9.35163],[-37.23942,-9.35157]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"e-mapa.net-buildings",name:"polska.e-mapa.net: Buildings",type:"wms",template:"http://wms.epodgik.pl/cgi-bin/KrajowaIntegracjaEwidencjiGruntow?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,19],polygon:[[[15.9751,54.37092],[16.31116,54.55618],[17.13919,54.78457],[18.34485,54.90227],[19.66137,54.47372],[20.28152,54.42135],[21.46639,54.34064],[22.77599,54.37698],[22.8626,54.42336],[23.29567,54.26786],[23.53472,54.09553],[23.52086,53.97752],[23.71834,53.46296],[23.92968,53.18567],[23.92968,52.68873],[23.7322,52.60675],[23.5659,52.58781],[23.20905,52.33026],[23.19519,52.23701],[23.50354,52.18606],[23.69062,52.00301],[23.59708,51.7399],[23.66291,51.38886],[23.9366,50.98278],[24.16873,50.86048],[24.01975,50.80358],[24.10983,50.66105],[24.05786,50.41884],[23.61787,50.30834],[22.68244,49.51635],[22.73788,49.20949],[22.90417,49.07804],[22.8626,48.99401],[22.60969,49.03718],[22.07615,49.20044],[21.84749,49.37219],[21.37631,49.44883],[21.10262,49.37219],[20.91207,49.3022],[20.6453,49.39023],[20.18451,49.33156],[20.11869,49.20044],[19.942,49.13021],[19.76531,49.21176],[19.74798,49.39925],[19.60247,49.41503],[19.50893,49.58154],[19.42925,49.59052],[19.23177,49.41503],[18.99618,49.38798],[18.93382,49.4916],[18.83681,49.49386],[18.80216,49.66234],[18.6428,49.70941],[18.52154,49.89947],[18.08154,50.01092],[17.88753,49.98865],[17.73855,50.06877],[17.6069,50.17096],[17.74548,50.21532],[17.71084,50.3017],[17.41635,50.26407],[16.94864,50.44533],[16.89321,50.40339],[17.00061,50.31055],[17.01793,50.22419],[16.81352,50.18649],[16.64029,50.09767],[16.43242,50.28621],[16.19683,50.42767],[16.42203,50.58852],[16.33888,50.66324],[16.22802,50.63688],[16.05479,50.61271],[15.57322,50.76415],[15.26834,50.89764],[15.24409,50.9806],[15.02929,51.0133],[15.00157,50.85829],[14.81102,50.87359],[14.95653,51.07212],[15.01889,51.29146],[14.93921,51.46015],[14.72094,51.55718],[14.75212,51.62606],[14.59968,51.84276],[14.70362,52.07334],[14.55811,52.24974],[14.51654,52.42544],[14.60315,52.58781],[14.11465,52.82083],[14.15276,52.9734],[14.35024,53.07342],[14.42299,53.26656],[14.1978,53.87348],[14.22205,53.99585],[15.9751,54.37092]]],terms_url:"https://polska.e-mapa.net/",terms_text:"polska.e-mapa.net - Geoportal otwartych danych przestrzennych",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/polskae-mapanetBuildings.png"},{id:"debicki-buildings",name:"Powiat dębicki: Buildings",type:"wms",template:"https://debica.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,adresy,EBU,EBT,S&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[21.53768,50.01085],[21.51944,50.05423],[21.58099,50.1233],[21.48804,50.18059],[21.13725,50.14835],[21.13939,50.12721],[21.18058,50.12101],[21.14315,50.05965],[21.15356,49.92854],[21.27892,49.92554],[21.22448,49.8861],[21.22362,49.84258],[21.35177,49.8349],[21.36368,49.86838],[21.41585,49.82003],[21.47943,49.8398],[21.52679,49.88911],[21.47689,50.00135],[21.53768,50.01085]]],terms_text:"Powiat dębicki",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"lancucki-buildings",name:"Powiat łańcucki: Buildings",type:"wms",template:"https://lancut.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,budynki,adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[22.17224,50.10121],[22.12574,50.1079],[22.0823,50.17206],[22.13591,50.1867],[22.173,50.18117],[22.18418,50.22914],[22.235,50.24718],[22.3856,50.16031],[22.40346,50.13331],[22.45275,50.12745],[22.45275,50.10676],[22.41768,50.08997],[22.38364,50.08915],[22.38542,50.05393],[22.35315,50.05067],[22.3562,50.00627],[22.31478,49.99451],[22.32139,49.94614],[22.29979,49.92455],[22.24161,49.92847],[22.20901,49.93728],[22.22382,49.96085],[22.16683,50.00412],[22.1387,50.00251],[22.12015,50.04626],[22.17224,50.10121]]],terms_text:"Powiat łańcucki",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"lubaczowski-buildings",name:"Powiat lubaczowski: Buildings",type:"wms",template:"https://lubaczow.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=S,EBT,adresy,budynki_ewid&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[23.29224,50.09693],[23.55763,50.25704],[23.51394,50.26643],[23.522,50.29892],[23.40991,50.3083],[23.44482,50.35653],[23.38072,50.3699],[23.38829,50.4058],[23.35821,50.41105],[23.2527,50.36601],[23.19379,50.40529],[23.01962,50.2928],[22.84161,50.30574],[22.83572,50.27037],[22.82426,50.26923],[22.79651,50.20933],[22.86603,50.18949],[22.87414,50.13786],[22.93233,50.1678],[22.88954,50.11501],[22.95351,50.07178],[23.05556,50.04967],[22.99884,49.99028],[23.14951,49.97563],[23.29224,50.09693]]],terms_text:"Powiat lubaczowski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"poznanski-buildings",name:"Powiat poznański: Buildings",type:"wms",template:"http://wms.podgik.poznan.pl/cgi-bin/poznan?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",polygon:[[[16.9585,52.46312],[17.03946,52.33605],[16.84291,52.36501],[16.78596,52.46566],[16.70022,52.53819],[16.6415,52.5288],[16.44898,52.36793],[16.47775,52.2696],[16.5659,52.26813],[16.58375,52.17007],[17.08099,52.14981],[17.37124,52.34522],[17.39853,52.44037],[17.35338,52.53949],[17.13689,52.57783],[17.13126,52.6419],[17.01608,52.68366],[16.9158,52.65079],[16.85814,52.58191],[16.7367,52.57459],[16.70022,52.53824],[16.78598,52.46567],[16.9585,52.46312]]],terms_text:"PODGIK Poznań",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatpoznaskiOrthophotomap(aerialimage).png"},{id:"sropczyce-buildings",name:"Powiat ropczycko-sędziszowski: Buildings",type:"wms",template:"https://spropczyce.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[21.60041,50.21025],[21.74199,50.16538],[21.792,50.17829],[21.81459,50.15264],[21.78741,50.10859],[21.82597,50.09149],[21.82552,50.02925],[21.78666,49.97585],[21.70632,49.96022],[21.683,49.92431],[21.60062,49.91793],[21.54249,49.8862],[21.5188,49.89119],[21.45315,49.99268],[21.50364,50.0198],[21.49298,50.07161],[21.55535,50.11909],[21.50429,50.16559],[21.59816,50.17866],[21.60041,50.21025]]],terms_text:"Powiat ropczycko-sędziszowski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"rzeszowski-buildings",name:"Powiat rzeszowski: Buildings",type:"wms",template:"https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,EBT,EBU&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[22.18219,50.17339],[22.09834,50.17176],[22.18016,50.09784],[22.13779,50.00695],[22.09444,50.00841],[22.02839,50.06668],[21.9354,50.06636],[21.98164,49.94977],[22.05278,50.0097],[22.1771,50.00555],[22.23319,49.96829],[22.31144,49.87008],[22.34961,49.72826],[21.99951,49.82808],[21.84961,49.95739],[21.7495,49.96981],[21.78503,50.14212],[21.93307,50.24748],[22.08291,50.26471],[21.98553,50.31545],[22.0901,50.37369],[22.19821,50.35265],[22.2536,50.2647],[22.18219,50.17339]]],terms_text:"Powiat rzeszowski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"rzeszowski-aerial",name:"Powiat rzeszowski: Orthophotomap (aerial image)",type:"wms",template:"https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[22.18219,50.17339],[22.09834,50.17176],[22.18016,50.09784],[22.13779,50.00695],[22.09444,50.00841],[22.02839,50.06668],[21.9354,50.06636],[21.98164,49.94977],[22.05278,50.0097],[22.1771,50.00555],[22.23319,49.96829],[22.31144,49.87008],[22.34961,49.72826],[21.99951,49.82808],[21.84961,49.95739],[21.7495,49.96981],[21.78503,50.14212],[21.93307,50.24748],[22.08291,50.26471],[21.98553,50.31545],[22.0901,50.37369],[22.19821,50.35265],[22.2536,50.2647],[22.18219,50.17339]]],terms_text:"Powiat rzeszowski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"stalowowolski-buildings",name:"Powiat stalowowolski: Buildings",type:"wms",template:"https://stalowawola.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,adresy,budynki,centroidy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[22.017,50.35811],[22.09292,50.44916],[22.06785,50.51434],[22.09722,50.54302],[22.16347,50.52686],[22.23795,50.5503],[22.26768,50.60465],[22.22757,50.6653],[22.16235,50.66969],[22.20843,50.75403],[22.16239,50.80039],[22.0546,50.82234],[21.94394,50.77639],[21.86228,50.80439],[21.83413,50.75035],[21.87465,50.70066],[21.84046,50.65749],[21.97582,50.53164],[21.84797,50.47196],[21.88045,50.3913],[22.017,50.35811]]],terms_text:"Powiat stalowowolski",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"poznan-buildings",name:"Poznań: Buildings",type:"wms",template:"http://wms2.geopoz.poznan.pl:8080/geoserver/sip/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki_ewidencyjne_sql&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2018-01-01T00:00:00.000Z",startDate:"2018-01-01T00:00:00.000Z",zoomExtent:[0,23],polygon:[[[16.72794,52.48838],[16.86925,52.48982],[16.86879,52.50779],[16.93948,52.50845],[16.93926,52.51743],[16.98639,52.51784],[16.98784,52.45494],[17.03491,52.45534],[17.0353,52.43736],[17.08235,52.43774],[17.0831,52.4018],[17.0596,52.40161],[17.06129,52.32075],[17.01438,52.32035],[17.01518,52.28441],[16.96829,52.28401],[16.96787,52.30198],[16.89752,52.30134],[16.89662,52.33728],[16.80273,52.33638],[16.80176,52.37232],[16.77828,52.3721],[16.77603,52.45294],[16.72897,52.45244],[16.72794,52.48838]]],terms_text:"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{id:"poznan-ortofotomapa2014",name:"Poznań: Orthophotomap 2014 (aerial image)",type:"wms",template:"http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapa_2014/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa_2014_image&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",zoomExtent:[0,23],polygon:[[[16.72794,52.48838],[16.86925,52.48982],[16.86879,52.50779],[16.93948,52.50845],[16.93926,52.51743],[16.98639,52.51784],[16.98784,52.45494],[17.03491,52.45534],[17.0353,52.43736],[17.08235,52.43774],[17.0831,52.4018],[17.0596,52.40161],[17.06129,52.32075],[17.01438,52.32035],[17.01518,52.28441],[16.96829,52.28401],[16.96787,52.30198],[16.89752,52.30134],[16.89662,52.33728],[16.80273,52.33638],[16.80176,52.37232],[16.77828,52.3721],[16.77603,52.45294],[16.72897,52.45244],[16.72794,52.48838]]],terms_text:"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{id:"poznan-ortofotomapa2016",name:"Poznań: Orthophotomap 2016 (aerial image)",type:"wms",template:"http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapy/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa_2016_image&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[0,23],polygon:[[[16.72794,52.48838],[16.86925,52.48982],[16.86879,52.50779],[16.93948,52.50845],[16.93926,52.51743],[16.98639,52.51784],[16.98784,52.45494],[17.03491,52.45534],[17.0353,52.43736],[17.08235,52.43774],[17.0831,52.4018],[17.0596,52.40161],[17.06129,52.32075],[17.01438,52.32035],[17.01518,52.28441],[16.96829,52.28401],[16.96787,52.30198],[16.89752,52.30134],[16.89662,52.33728],[16.80273,52.33638],[16.80176,52.37232],[16.77828,52.3721],[16.77603,52.45294],[16.72897,52.45244],[16.72794,52.48838]]],terms_text:"Zarząd Geodezji i Katastru Miejskiego GEOPOZ"},{id:"PrahaIPRlatestorthophoto",name:"Praha IPR latest orthophoto",type:"wms",template:"http://giswa1.mag.mepnet.cz/arcgis/services/MAP/letecke_snimky_posledni_snimkovani_cache/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[1,20],polygon:[[[14.81232,49.93089],[14.18755,49.87687],[14.12025,50.19882],[14.74502,50.25247],[14.81232,49.93089]]]},{id:"PrahaIPRlow-vegetationorthophoto",name:"Praha IPR low-vegetation orthophoto",type:"wms",template:"http://giswa1.mag.mepnet.cz/arcgis/services/MAP/mimovegetacni_snimkovani_cache/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[1,20],polygon:[[[14.30454,49.99538],[14.31604,49.94205],[14.35,49.94508],[14.35384,49.92726],[14.42385,49.93352],[14.42009,49.95097],[14.48865,49.95709],[14.48479,49.97501],[14.55386,49.98117],[14.55012,49.99852],[14.58455,50.00159],[14.5883,49.98424],[14.69168,49.99346],[14.67634,50.06453],[14.71279,50.06777],[14.70115,50.12158],[14.6647,50.11834],[14.661,50.13543],[14.62755,50.13246],[14.61965,50.16895],[14.58543,50.16591],[14.58163,50.18344],[14.40776,50.168],[14.41156,50.15045],[14.37765,50.14744],[14.3738,50.16524],[14.33893,50.16214],[14.34278,50.14434],[14.27368,50.1382],[14.27749,50.12058],[14.2088,50.11447],[14.21289,50.09557],[14.24656,50.09857],[14.25417,50.06336],[14.21987,50.0603],[14.2237,50.04259],[14.258,50.04565],[14.26953,49.99226],[14.30454,49.99538]]]},{id:"przemysl-buildings",name:"Przemyśl: Buildings",type:"wms",template:"http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=adresy,budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[22.72268,49.76885],[22.73002,49.76787],[22.73097,49.77612],[22.72027,49.77662],[22.71787,49.78062],[22.73104,49.78553],[22.7244,49.79043],[22.73458,49.80441],[22.73167,49.81429],[22.7261,49.8165],[22.72762,49.82124],[22.74395,49.8187],[22.75952,49.80939],[22.79042,49.81462],[22.81169,49.80571],[22.79738,49.80146],[22.80384,49.79247],[22.83118,49.79664],[22.85752,49.78561],[22.84549,49.76746],[22.82485,49.77105],[22.82004,49.75674],[22.77358,49.74439],[22.73838,49.75895],[22.72205,49.74644],[22.71065,49.76288],[22.72268,49.76885]]],terms_text:"Miasto Przemyśl",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"przemysl-aerial",name:"Przemyśl: Ortophotomap (aerial image)",type:"wms",template:"http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,23],polygon:[[[22.72268,49.76885],[22.73002,49.76787],[22.73097,49.77612],[22.72027,49.77662],[22.71787,49.78062],[22.73104,49.78553],[22.7244,49.79043],[22.73458,49.80441],[22.73167,49.81429],[22.7261,49.8165],[22.72762,49.82124],[22.74395,49.8187],[22.75952,49.80939],[22.79042,49.81462],[22.81169,49.80571],[22.79738,49.80146],[22.80384,49.79247],[22.83118,49.79664],[22.85752,49.78561],[22.84549,49.76746],[22.82485,49.77105],[22.82004,49.75674],[22.77358,49.74439],[22.73838,49.75895],[22.72205,49.74644],[22.71065,49.76288],[22.72268,49.76885]]],terms_text:"Miasto Przemyśl",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/pl/PowiatrzeszowskiBuildings.png"},{id:"RABA-KGZ-3000",name:"RABA-KGZ: Slovenia built-up areas",type:"tms",template:"http://wms.openstreetmap.de/tms/RABA3000/{zoom}/{x}/{y}.png",zoomExtent:[8,19],polygon:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.58846,45.46171],[13.45377,45.59765],[13.62822,45.64153],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]],terms_url:"https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ",terms_text:"Copyright ©2015 Ministrstvo za kmetijstvo, gozdarstvo in prehrano (mkgp.gov.si). Some rights reserved.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/si/RABA-KGZSloveniafarmlanduse.png"},{id:"RABA-KGZ",name:"RABA-KGZ: Slovenia farmland use",type:"tms",template:"http://wms.openstreetmap.de/tms/RABA/{zoom}/{x}/{y}.png",zoomExtent:[8,19],polygon:[[[15.17101,45.41273],[15.06731,45.4781],[14.98353,45.48726],[14.93027,45.51869],[14.91295,45.46869],[14.81398,45.45019],[14.77755,45.49724],[14.71885,45.52386],[14.68383,45.51924],[14.68367,45.57107],[14.58902,45.61966],[14.59477,45.65727],[14.51653,45.5974],[14.49636,45.52968],[14.32388,45.46048],[14.28251,45.47949],[14.26083,45.47352],[14.2367,45.49569],[14.21022,45.45962],[14.1328,45.46542],[14.06694,45.47615],[14.01187,45.50769],[13.98752,45.49945],[14.00668,45.4739],[13.99154,45.44854],[13.91789,45.44329],[13.88867,45.416],[13.81063,45.42531],[13.7856,45.45577],[13.67553,45.43241],[13.58846,45.46171],[13.45377,45.59765],[13.62822,45.64153],[13.72158,45.60472],[13.83759,45.59226],[13.89962,45.63295],[13.82754,45.67917],[13.82429,45.70266],[13.78961,45.73525],[13.66355,45.79008],[13.62279,45.78613],[13.58835,45.80154],[13.56531,45.85522],[13.62633,45.93894],[13.62975,45.97662],[13.59233,45.97929],[13.57124,45.9591],[13.52998,45.95627],[13.46729,46.00147],[13.49765,46.03741],[13.4896,46.06574],[13.58839,46.11268],[13.63712,46.14524],[13.65358,46.17505],[13.57147,46.17434],[13.54859,46.19982],[13.48189,46.21479],[13.42003,46.19662],[13.40026,46.21037],[13.40304,46.23284],[13.36653,46.30266],[13.43369,46.33243],[13.43247,46.36779],[13.56263,46.40895],[13.59357,46.44846],[13.68393,46.44947],[13.71321,46.53296],[13.79725,46.5164],[13.91305,46.53108],[14.00849,46.49169],[14.09406,46.49538],[14.12664,46.4852],[14.16569,46.44341],[14.28242,46.45347],[14.3259,46.44111],[14.43178,46.4568],[14.45113,46.43239],[14.52618,46.43623],[14.56677,46.38549],[14.58993,46.44479],[14.65658,46.45447],[14.71191,46.50954],[14.80818,46.51778],[14.81442,46.55093],[14.86094,46.61239],[14.9102,46.61569],[14.95398,46.64257],[14.98376,46.61868],[15.02973,46.65796],[15.10645,46.66965],[15.23727,46.64973],[15.41364,46.66553],[15.46237,46.64732],[15.47411,46.6226],[15.53427,46.64346],[15.53636,46.6761],[15.59201,46.69952],[15.62405,46.69039],[15.65624,46.71643],[15.767,46.70899],[15.83801,46.73237],[15.91476,46.71958],[16.02919,46.67033],[16.02955,46.68778],[15.99495,46.71178],[15.97505,46.74967],[15.98671,46.84189],[16.0553,46.85049],[16.11022,46.87912],[16.15425,46.86525],[16.23302,46.88667],[16.29431,46.8824],[16.34649,46.85476],[16.36058,46.8278],[16.34711,46.79707],[16.32245,46.79068],[16.33977,46.7799],[16.33186,46.75896],[16.38893,46.70785],[16.4383,46.69655],[16.42822,46.65301],[16.40159,46.6439],[16.51477,46.57299],[16.54136,46.53627],[16.5416,46.50887],[16.611,46.48393],[16.61889,46.46203],[16.52219,46.45842],[16.47451,46.50108],[16.36776,46.53371],[16.2582,46.489],[16.28533,46.42441],[16.3168,46.40141],[16.30574,46.36921],[16.18689,46.36804],[16.14548,46.39515],[16.06959,46.38154],[16.08614,46.34087],[16.04058,46.32708],[16.01819,46.29964],[15.80777,46.25091],[15.79649,46.21296],[15.77128,46.19937],[15.67996,46.21707],[15.65737,46.20838],[15.65639,46.18456],[15.62037,46.16163],[15.61899,46.11595],[15.63483,46.09529],[15.71869,46.06873],[15.74241,46.04578],[15.71612,45.99489],[15.71645,45.9178],[15.69237,45.90013],[15.69375,45.87111],[15.71776,45.8416],[15.6441,45.81058],[15.57467,45.83999],[15.52333,45.81155],[15.49115,45.82041],[15.47514,45.78666],[15.40343,45.78216],[15.28683,45.73391],[15.27435,45.72408],[15.29763,45.70782],[15.36329,45.72191],[15.41517,45.65443],[15.39705,45.62929],[15.31501,45.62356],[15.31503,45.60696],[15.29266,45.60163],[15.30852,45.58653],[15.31145,45.5423],[15.39496,45.48325],[15.34824,45.44665],[15.27515,45.45599],[15.22848,45.41683],[15.17101,45.41273]]],terms_url:"https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ",terms_text:"Copyright ©2015 Ministrstvo za kmetijstvo, gozdarstvo in prehrano (mkgp.gov.si). Some rights reserved.",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/si/RABA-KGZSloveniafarmlanduse.png"},{id:"riksantikvaren-kulturminner",name:"Riksantikvaren Heritage Sites overlay",type:"wms",template:"https://kart.ra.no/arcgis/services/Distribusjon/Kulturminner/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=3,6&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[13,22],polygon:[[[-10.95725,71.60964],[-6.16765,71.62095],[-6.13756,70.30991],[-10.92717,70.29784],[-10.95725,71.60964]],[[16.81947,74.9482],[21.25771,74.94213],[21.23712,73.8918],[16.79889,73.89828],[16.81947,74.9482]],[[4.04288,79.93593],[20.65421,81.54417],[36.6503,80.40108],[26.76265,75.8129],[13.88667,75.79135],[4.04288,79.93593]],[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.riksantikvaren.no/Veiledning/Data-og-tjenester/Karttjenester",terms_text:"© Riksantikvaren",description:"Archeological and architectural monuments/sites and cultural environments protected by law (''enkeltminner'') from the Norwegian Directorate for Cultural Heritage",icon:"https://www.riksantikvaren.no/extension/riksantikvaren/design/internetsite/images/logo_na.png",overlay:true},{id:"rio2013",name:"Rio Mosaic 2013",type:"wms",template:"http://geo.rio.rj.gov.br/ArcGIS/services/Imagens/Mosaico_2013/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[-43.17709,-22.96971],[-43.14586,-22.96959],[-43.14605,-22.92719],[-43.15625,-22.92731],[-43.15647,-22.87557],[-43.17739,-22.87494],[-43.17742,-22.88553],[-43.19804,-22.88571],[-43.19804,-22.85429],[-43.21875,-22.85444],[-43.21901,-22.83365],[-43.22937,-22.83365],[-43.22934,-22.82371],[-43.19869,-22.82353],[-43.19856,-22.83413],[-43.18826,-22.83398],[-43.18804,-22.84448],[-43.16667,-22.84442],[-43.16683,-22.83404],[-43.15638,-22.83407],[-43.15654,-22.81336],[-43.10436,-22.81306],[-43.10446,-22.80288],[-43.09387,-22.80276],[-43.0941,-22.73998],[-43.13599,-22.73992],[-43.13569,-22.75067],[-43.12573,-22.75055],[-43.12556,-22.77118],[-43.14595,-22.77109],[-43.14612,-22.76055],[-43.17771,-22.76088],[-43.17758,-22.77115],[-43.18807,-22.7713],[-43.18807,-22.78166],[-43.25067,-22.78163],[-43.25057,-22.79198],[-43.28054,-22.79282],[-43.30343,-22.79312],[-43.33353,-22.79297],[-43.33347,-22.80258],[-43.38574,-22.8024],[-43.38542,-22.81255],[-43.41691,-22.81285],[-43.41675,-22.82341],[-43.42717,-22.82335],[-43.4274,-22.83374],[-43.45844,-22.83362],[-43.45864,-22.81276],[-43.48984,-22.813],[-43.48994,-22.7965],[-43.50208,-22.79746],[-43.51543,-22.79737],[-43.52078,-22.79591],[-43.54169,-22.79603],[-43.54179,-22.80234],[-43.54653,-22.80246],[-43.54666,-22.81189],[-43.55251,-22.81279],[-43.56991,-22.81294],[-43.56998,-22.8197],[-43.57361,-22.82326],[-43.58348,-22.82329],[-43.58352,-22.83347],[-43.59391,-22.83374],[-43.59394,-22.85468],[-43.66099,-22.85459],[-43.66099,-22.85983],[-43.70852,-22.86019],[-43.70836,-22.86503],[-43.72206,-22.86488],[-43.72213,-22.86847],[-43.75015,-22.86859],[-43.75009,-22.8753],[-43.76038,-22.87527],[-43.75992,-22.8785],[-43.75976,-22.88457],[-43.76132,-22.88586],[-43.78129,-22.8858],[-43.78126,-22.89591],[-43.80213,-22.89621],[-43.80135,-22.91137],[-43.80119,-22.92758],[-43.79213,-22.92776],[-43.7922,-22.93822],[-43.78191,-22.93799],[-43.78184,-22.94869],[-43.75067,-22.94845],[-43.7506,-22.95909],[-43.72986,-22.95886],[-43.72966,-22.97984],[-43.70904,-22.97966],[-43.70891,-22.99033],[-43.69846,-22.99006],[-43.69836,-23.00065],[-43.66735,-23.00044],[-43.66726,-23.01117],[-43.63125,-23.00937],[-43.63131,-23.02079],[-43.63586,-23.02091],[-43.63602,-23.03164],[-43.67771,-23.03164],[-43.67765,-23.04233],[-43.67086,-23.0423],[-43.67109,-23.0631],[-43.64599,-23.06304],[-43.64605,-23.05276],[-43.60475,-23.05255],[-43.60452,-23.06307],[-43.58381,-23.06289],[-43.58368,-23.08404],[-43.54186,-23.08383],[-43.54195,-23.06319],[-43.52147,-23.06301],[-43.5213,-23.07352],[-43.50043,-23.07337],[-43.50043,-23.04218],[-43.45877,-23.04221],[-43.4587,-23.03194],[-43.43782,-23.03182],[-43.43776,-23.02154],[-43.3235,-23.02121],[-43.3233,-23.04212],[-43.31291,-23.04195],[-43.31275,-23.05267],[-43.30239,-23.05258],[-43.30236,-23.04227],[-43.29194,-23.04215],[-43.29197,-23.03194],[-43.27109,-23.03182],[-43.27119,-23.01093],[-43.26061,-23.01087],[-43.26067,-23.00059],[-43.25057,-23.00047],[-43.25054,-23.01126],[-43.23989,-23.01102],[-43.23986,-23.00062],[-43.21908,-23.0005],[-43.21904,-22.99021],[-43.20901,-22.99009],[-43.20862,-23.08389],[-43.18768,-23.08377],[-43.18761,-23.07334],[-43.13582,-23.07337],[-43.13589,-23.05249],[-43.17732,-23.05255],[-43.17709,-22.96971]]],terms_url:"https://pgeo3.rio.rj.gov.br/arcgis/rest/services/Imagens/Mosaico_2013_UTM/MapServer",terms_text:"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro."},{id:"rio2015",name:"Rio Mosaic 2015",type:"wms",template:"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2015_UTM/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[0,13],polygon:[[[-42.30363,-22.43698],[-44.10842,-22.06579],[-44.5313,-23.7863],[-42.70469,-24.16178],[-42.30363,-22.43698]]],terms_url:"https://pgeo3.rio.rj.gov.br/arcgis/rest/services/Imagens/Mosaico_2015_UTM/MapServer",terms_text:"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro."},{id:"route500",name:"Route 500",type:"tms",template:"https://{switch:a,b,c}.tile.openstreetmap.fr/route500/{zoom}/{x}/{y}.png",zoomExtent:[12,20],polygon:[[[-2.7,43.9],[-6.3,48.98],[-2.25,50.09],[1.31,50.88],[2.35816,51.32937],[2.5488,51.09759],[2.57048,51.07409],[2.58741,51.01763],[2.59845,51.0051],[2.61558,50.99749],[2.63986,50.95766],[2.64225,50.94578],[2.62452,50.9256],[2.61962,50.91067],[2.62396,50.86071],[2.62781,50.85054],[2.63786,50.83696],[2.6511,50.82906],[2.73267,50.81738],[2.79995,50.73795],[2.81655,50.73092],[2.85265,50.73335],[2.89072,50.7162],[2.90492,50.71536],[2.9161,50.72418],[2.93508,50.75592],[3.00718,50.78377],[3.08218,50.78749],[3.09244,50.79092],[3.11412,50.80566],[3.14877,50.80195],[3.2154,50.73111],[3.22149,50.7267],[3.27051,50.70375],[3.27545,50.67757],[3.26576,50.6604],[3.26588,50.64054],[3.28922,50.60028],[3.29219,50.55037],[3.3056,50.53267],[3.37551,50.50839],[3.3898,50.50884],[3.4748,50.54445],[3.52173,50.53459],[3.53266,50.51873],[3.54779,50.51012],[3.61523,50.50558],[3.67378,50.45642],[3.68415,50.35277],[3.6901,50.34044],[3.70258,50.33482],[3.71576,50.33854],[3.74935,50.36279],[3.84109,50.36558],[3.90189,50.3436],[3.91317,50.34291],[4.02672,50.36904],[4.13761,50.29984],[4.14388,50.29727],[4.21444,50.28167],[4.22904,50.26664],[4.23078,50.25233],[4.17084,50.18579],[4.16601,50.16888],[4.1764,50.1547],[4.21195,50.13602],[4.24074,50.07102],[4.23193,50.05551],[4.18164,50.03436],[4.17177,50.02537],[4.16976,50.01217],[4.1765,50.00065],[4.20633,49.97546],[4.22164,49.97089],[4.30877,49.98145],[4.44542,49.9523],[4.45469,49.95251],[4.6581,50.00609],[4.66936,50.01392],[4.67293,50.02716],[4.66924,50.06972],[4.69517,50.10472],[4.83123,50.17941],[4.8815,50.16436],[4.90479,50.14451],[4.90426,50.12639],[4.88076,50.0815],[4.86277,50.0745],[4.85104,50.06216],[4.84331,50.03884],[4.84331,50.03883],[4.8433,50.03881],[4.82678,49.989],[4.82662,49.97692],[4.83343,49.96696],[4.89654,49.91753],[4.89755,49.89424],[4.87913,49.86942],[4.87625,49.85111],[4.88924,49.81266],[4.89769,49.80204],[4.91098,49.79926],[4.99534,49.81116],[5.01867,49.79272],[5.02686,49.78886],[5.09944,49.77323],[5.13458,49.73462],[5.1412,49.72984],[5.18761,49.70906],[5.19602,49.70732],[5.28157,49.70836],[5.33363,49.67308],[5.344,49.65049],[5.3544,49.64041],[5.43141,49.60791],[5.48205,49.52815],[5.49294,49.51979],[5.50666,49.52042],[5.55401,49.54025],[5.59311,49.53424],[5.6076,49.53761],[5.641,49.56095],[5.70676,49.55267],[5.71578,49.55361],[5.77526,49.57414],[5.8399,49.55321],[5.86126,49.52038],[5.876,49.5114],[5.97516,49.50129],[5.99801,49.47317],[6.01627,49.46597],[6.08635,49.47562],[6.09319,49.47787],[6.17397,49.52187],[6.24643,49.52511],[6.334,49.48235],[6.34423,49.48037],[6.43515,49.487],[6.5451,49.44384],[6.60639,49.37868],[6.60497,49.33739],[6.61627,49.31869],[6.67013,49.29269],[6.72996,49.22917],[6.74328,49.19086],[6.76026,49.17752],[6.80904,49.17284],[6.82473,49.17826],[6.83093,49.19366],[6.82982,49.21802],[6.85119,49.23136],[6.88453,49.2239],[6.89322,49.22389],[6.93753,49.23369],[7.04055,49.19794],[7.0463,49.17503],[7.05478,49.16313],[7.06908,49.16018],[7.10494,49.16634],[7.14315,49.14159],[7.1535,49.13839],[7.28683,49.13488],[7.29893,49.13856],[7.36095,49.18259],[7.45012,49.19517],[7.50113,49.17672],[7.54379,49.10572],[7.5579,49.09626],[7.6296,49.08527],[7.64722,49.06722],[7.6612,49.06119],[7.75401,49.05963],[7.76073,49.06067],[7.80291,49.07489],[7.85525,49.05329],[7.8673,49.05227],[7.93826,49.06832],[8.08069,49.00688],[8.2225,48.98787],[8.23704,48.97683],[8.23589,48.95817],[8.20888,48.94863],[8.20089,48.94339],[8.15824,48.89753],[8.10087,48.7993],[7.99071,48.74478],[7.98534,48.7409],[7.90422,48.65865],[7.85605,48.63606],[7.8484,48.62977],[7.81842,48.58883],[7.81456,48.57704],[7.81449,48.50968],[7.78547,48.48337],[7.78055,48.47652],[7.74506,48.39484],[7.74357,48.38427],[7.75159,48.32322],[7.71085,48.29841],[7.70241,48.28803],[7.67661,48.21555],[7.59605,48.11698],[7.59165,48.10648],[7.58522,48.04694],[7.59127,48.03035],[7.62437,47.99865],[7.63205,47.97081],[7.57554,47.87436],[7.5728,47.86435],[7.57267,47.83631],[7.54581,47.78793],[7.54418,47.77232],[7.55758,47.72899],[7.53526,47.6989],[7.53136,47.68564],[7.537,47.67302],[7.60016,47.60822],[7.58967,47.56755],[7.55424,47.55128],[7.54511,47.54283],[7.51256,47.48439],[7.38747,47.42111],[7.32653,47.4273],[7.24435,47.40939],[7.16708,47.4335],[7.15212,47.47612],[7.14279,47.48707],[7.12853,47.48893],[7.0801,47.47718],[7.03557,47.48695],[7.02102,47.48458],[7.01205,47.47287],[7.003,47.44095],[6.9551,47.40808],[6.94716,47.39698],[6.94818,47.38337],[6.95769,47.37359],[6.97126,47.37218],[7.018,47.38386],[7.05623,47.37035],[7.07007,47.35005],[7.05958,47.32257],[6.97424,47.27856],[6.96347,47.26233],[6.96134,47.23479],[6.89443,47.19393],[6.88913,47.18922],[6.85545,47.14636],[6.76907,47.10751],[6.76011,47.09953],[6.72561,47.0418],[6.62355,46.9811],[6.4812,46.9445],[6.46892,46.93522],[6.46686,46.91997],[6.47548,46.88771],[6.4535,46.8239],[6.45644,46.80534],[6.46722,46.79104],[6.46098,46.76887],[6.15817,46.59343],[6.14872,46.58069],[6.15152,46.56508],[6.16549,46.54399],[6.15811,46.52456],[6.10174,46.46979],[6.09572,46.45418],[6.09704,46.43317],[6.10829,46.41643],[6.16622,46.38839],[6.17817,46.36922],[6.13748,46.31297],[6.13371,46.30227],[6.13038,46.23737],[6.1103,46.22344],[6.08865,46.23081],[6.07717,46.23123],[6.01857,46.21601],[6.00681,46.20752],[6.00388,46.19332],[6.00787,46.16977],[6.01783,46.15564],[6.03509,46.15456],[6.05564,46.16288],[6.12468,46.15415],[6.13778,46.15702],[6.24026,46.22094],[6.24906,46.23299],[6.24707,46.24777],[6.21148,46.31057],[6.21219,46.32485],[6.23946,46.36705],[6.31648,46.41557],[6.41083,46.42495],[6.41748,46.42682],[6.50498,46.46871],[6.63047,46.47435],[6.74665,46.45695],[6.82244,46.42925],[6.81832,46.38181],[6.80484,46.36179],[6.80189,46.34639],[6.81095,46.33359],[6.86491,46.30038],[6.87504,46.28007],[6.86092,46.2439],[6.82698,46.21188],[6.82075,46.19862],[6.81863,46.16592],[6.82259,46.15261],[6.83427,46.14509],[6.90382,46.12971],[6.90491,46.09595],[6.90932,46.08406],[6.92001,46.07721],[6.94898,46.0699],[7.01556,46.00883],[7.05191,45.93066],[7.04533,45.92217],[7.04497,45.92064],[7.04394,45.92036],[6.99582,45.85822],[6.94097,45.83551],[6.84376,45.82387],[6.83102,45.81711],[6.82614,45.80353],[6.82787,45.73217],[6.83174,45.72082],[6.8414,45.71373],[6.90729,45.69124],[6.92419,45.66935],[6.94247,45.66172],[6.97131,45.66528],[7.00597,45.64945],[7.01151,45.63652],[6.9978,45.60877],[6.99643,45.59465],[7.0158,45.52354],[7.02774,45.5102],[7.1072,45.47877],[7.1228,45.44924],[7.13304,45.44001],[7.1856,45.41894],[7.19515,45.40409],[7.17075,45.35069],[7.14232,45.32298],[7.13649,45.30576],[7.14458,45.25048],[7.08417,45.20279],[6.99279,45.19823],[6.98106,45.19368],[6.90009,45.12689],[6.85843,45.11699],[6.78283,45.14228],[6.77056,45.14242],[6.67751,45.11356],[6.6653,45.10289],[6.66501,45.08667],[6.68237,45.04558],[6.69602,45.03395],[6.75744,45.01884],[6.78375,44.9146],[6.7942,44.90161],[6.86698,44.86519],[6.8798,44.86346],[6.93633,44.87461],[7.01795,44.84402],[7.03453,44.82282],[7.03711,44.75009],[7.0496,44.73226],[7.07224,44.72311],[7.08651,44.6968],[7.08666,44.68085],[7.07671,44.67134],[6.99007,44.67203],[6.97413,44.66431],[6.97056,44.64696],[6.97819,44.61784],[6.94659,44.57124],[6.88235,44.53479],[6.87233,44.5195],[6.87892,44.50245],[6.95894,44.43129],[6.95872,44.42908],[6.92167,44.41436],[6.91223,44.40659],[6.90907,44.39477],[6.90972,44.38195],[6.91637,44.36804],[6.99909,44.29414],[7.01181,44.256],[7.01983,44.24558],[7.03259,44.2424],[7.07312,44.2461],[7.1651,44.22112],[7.24533,44.18544],[7.26053,44.16682],[7.27537,44.15947],[7.33878,44.1574],[7.36278,44.13834],[7.37776,44.13416],[7.56283,44.15792],[7.5642,44.15836],[7.56478,44.15817],[7.60548,44.1634],[7.6162,44.16827],[7.63989,44.18928],[7.68608,44.1861],[7.69422,44.17795],[7.68937,44.13869],[7.69445,44.12276],[7.72786,44.08615],[7.72403,44.05704],[7.68603,44.02371],[7.68077,44.0164],[7.66016,43.9672],[7.59624,43.94466],[7.58419,43.93287],[7.56858,43.89159],[7.5271,43.87434],[7.51649,43.86397],[7.51594,43.84915],[7.53622,43.79234],[9.8,43.1],[9.63227,41.43244],[9.36968,41.35052],[9.27311,41.29196],[8.94186,41.27688],[5.8,41.64],[3.17358,42.41768],[3.16081,42.42757],[3.0944,42.41457],[3.03402,42.45331],[3.02214,42.45645],[2.87822,42.4487],[2.87019,42.44653],[2.78424,42.40256],[2.7413,42.41128],[2.72928,42.40998],[2.69331,42.39417],[2.68378,42.3854],[2.68162,42.37263],[2.68585,42.34679],[2.66719,42.33008],[2.58106,42.34418],[2.56777,42.34173],[2.5338,42.32197],[2.47795,42.32986],[2.41933,42.37658],[2.41222,42.38021],[2.26719,42.42055],[2.25973,42.42117],[2.20694,42.41558],[2.20653,42.41526],[2.20526,42.41541],[2.16028,42.41065],[2.14881,42.40545],[2.09393,42.35474],[2.00861,42.33818],[1.965,42.36473],[1.93076,42.42442],[1.92089,42.43302],[1.88467,42.44761],[1.88459,42.44762],[1.88444,42.4477],[1.82774,42.47056],[1.72567,42.48452],[1.71561,42.50125],[1.7272,42.56103],[1.72479,42.57499],[1.71011,42.59992],[1.69377,42.60975],[1.60283,42.61382],[1.56069,42.6392],[1.54636,42.64166],[1.50444,42.6331],[1.4921,42.62502],[1.47238,42.59703],[1.43792,42.59264],[1.41936,42.60643],[1.38032,42.67415],[1.37335,42.68127],[1.33313,42.70563],[1.32364,42.7085],[1.23221,42.71248],[1.16554,42.69928],[1.08546,42.76635],[1.07564,42.77079],[0.95937,42.78852],[0.95073,42.78794],[0.92265,42.7797],[0.84606,42.8157],[0.71511,42.8464],[0.70017,42.84402],[0.69117,42.83186],[0.67409,42.76479],[0.67474,42.75286],[0.69192,42.70684],[0.669,42.67901],[0.43024,42.67863],[0.3715,42.70308],[0.35954,42.70415],[0.34912,42.69817],[0.32567,42.67274],[0.29571,42.66388],[0.24594,42.70175],[0.23972,42.70494],[0.18967,42.72039],[0.17919,42.72075],[-0.01993,42.67389],[-0.06726,42.6848],[-0.16949,42.77157],[-0.29987,42.82697],[-0.31683,42.82635],[-0.39208,42.78766],[-0.44354,42.78453],[-0.48842,42.80255],[-0.50868,42.79935],[-0.54499,42.76906],[-0.56721,42.76937],[-0.67446,42.86392],[-0.68094,42.86775],[-0.73372,42.88666],[-0.7476,42.93879],[-0.75711,42.95107],[-0.77253,42.95284],[-0.82114,42.93865],[-0.94508,42.94192],[-1.02313,42.98206],[-1.10852,43.00409],[-1.1156,43.00461],[-1.14775,43.00124],[-1.15845,43.01452],[-1.16736,43.02083],[-1.21622,43.0381],[-1.22612,43.03898],[-1.26236,43.03303],[-1.30643,43.05531],[-1.31992,43.05696],[-1.33135,43.0496],[-1.3542,43.0197],[-1.43868,43.03371],[-1.4775,43.06889],[-1.48311,43.08561],[-1.47641,43.10248],[-1.43479,43.13087],[-1.42732,43.1404],[-1.39411,43.22935],[-1.39531,43.24596],[-1.40868,43.25591],[-1.52629,43.28099],[-1.54626,43.2737],[-1.57149,43.2412],[-1.61053,43.24223],[-1.65,43.29323],[-1.66953,43.30065],[-1.73359,43.28856],[-1.75606,43.31966],[-1.76297,43.32565],[-1.79156,43.34067],[-1.80099,43.37017],[-1.78509,43.39037],[-1.7835,43.39686],[-2.7,43.9]]],terms_url:"https://wiki.openstreetmap.org/wiki/FR:Servers/tile.openstreetmap.fr#Route500.E2.84.A2.C2.A9.C2.AE",terms_text:"Tiles © cquest@Openstreetmap France, data © IGN, LO/OL",description:"Routes du réseau classé (autoroutes, nationales, départementales)",overlay:true},{id:"Ruda_Slaska-aerial_image",name:"Ruda Śląska: Orthophotomap (aerial image)",type:"wms",template:"https://rudaslaska.geoportal2.pl/map/wmsorto/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,23],polygon:[[[18.84294,50.32508],[18.84008,50.33091],[18.85132,50.33437],[18.86262,50.3305],[18.88693,50.333],[18.89493,50.3319],[18.90045,50.32562],[18.89713,50.31146],[18.89312,50.31149],[18.89114,50.30778],[18.8972,50.2999],[18.89073,50.29586],[18.90211,50.29204],[18.90706,50.28637],[18.90853,50.27823],[18.93583,50.27379],[18.94106,50.25859],[18.93848,50.25317],[18.95086,50.24267],[18.96531,50.24084],[18.94611,50.22907],[18.89932,50.22516],[18.90251,50.21749],[18.89075,50.21557],[18.89292,50.20913],[18.86474,50.20512],[18.85673,50.22078],[18.85258,50.22331],[18.84619,50.21761],[18.83341,50.21715],[18.83533,50.22307],[18.83051,50.23099],[18.82411,50.23055],[18.81641,50.23709],[18.81619,50.24125],[18.80635,50.24596],[18.80344,50.24293],[18.78831,50.24456],[18.79552,50.2768],[18.81681,50.27732],[18.81919,50.28794],[18.83893,50.29795],[18.83849,50.3004],[18.82699,50.30342],[18.82691,50.32073],[18.83007,50.32371],[18.84294,50.32508]]],terms_text:"Urząd Miasta Ruda Śląska"},{id:"Rzeszow-buildings",name:"Rzeszów: Buildings",type:"wms",template:"http://wms.erzeszow.pl/?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=komunikacja,budynki,adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[22.09538,50.08157],[22.0947,50.05584],[22.08892,50.05589],[22.08874,50.03671],[22.09505,50.03682],[22.09435,49.98723],[22.0609,49.98754],[22.0605,49.96525],[22.04757,49.96509],[22.04724,49.95792],[22.03139,49.95845],[22.0312,49.9574],[22.0014,49.95833],[22.00019,49.9375],[22.0014,49.93746],[22.00029,49.92047],[21.96799,49.92088],[21.969,49.93683],[21.95393,49.93706],[21.95441,49.94373],[21.94192,49.94378],[21.94253,49.96646],[21.93676,49.9665],[21.93776,49.97828],[21.92898,49.97858],[21.92951,49.98858],[21.91606,49.9888],[21.9165,50.01192],[21.90572,50.01195],[21.90653,50.04136],[21.87425,50.04183],[21.87546,50.06072],[21.90465,50.06083],[21.90672,50.0835],[22.09538,50.08157]]],terms_text:"Urząd Miasta Rzeszowa"},{id:"Rzeszow-aerial_image",name:"Rzeszów: Orthophotomap (aerial image)",type:"wms",template:"http://wms.erzeszow.pl/?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=rastry&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,23],polygon:[[[22.09538,50.08157],[22.0947,50.05584],[22.08892,50.05589],[22.08874,50.03671],[22.09505,50.03682],[22.09435,49.98723],[22.0609,49.98754],[22.0605,49.96525],[22.04757,49.96509],[22.04724,49.95792],[22.03139,49.95845],[22.0312,49.9574],[22.0014,49.95833],[22.00019,49.9375],[22.0014,49.93746],[22.00029,49.92047],[21.96799,49.92088],[21.969,49.93683],[21.95393,49.93706],[21.95441,49.94373],[21.94192,49.94378],[21.94253,49.96646],[21.93676,49.9665],[21.93776,49.97828],[21.92898,49.97858],[21.92951,49.98858],[21.91606,49.9888],[21.9165,50.01192],[21.90572,50.01195],[21.90653,50.04136],[21.87425,50.04183],[21.87546,50.06072],[21.90465,50.06083],[21.90672,50.0835],[22.09538,50.08157]]],terms_text:"Urząd Miasta Rzeszowa"},{id:"SanJuanMetroAreaUSACEOrthophotos",name:"San Juan Metro Area: 2013 USACE Orthophotos",type:"tms",template:"http://imagery-pr-usace-2013.s3-website-us-east-1.amazonaws.com/tiles/{zoom}/{x}/{y}.jpg",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[-66.15007,18.35002],[-66.03337,18.35002],[-66.03328,18.45634],[-66.05464,18.45636],[-66.05463,18.46542],[-66.08303,18.46544],[-66.08302,18.47451],[-66.13034,18.47455],[-66.13034,18.4796],[-66.13983,18.47961],[-66.13984,18.46557],[-66.14995,18.46558],[-66.15007,18.35002]]]},{id:"santana_do_ipanema",name:"Santana do Ipanema AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Santana%20do%20Ipanema&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-37.20224,-9.41356],[-37.20188,-9.37768],[-37.20208,-9.37455],[-37.20192,-9.36733],[-37.20169,-9.36045],[-37.20172,-9.35501],[-37.20195,-9.35101],[-37.20191,-9.34773],[-37.20175,-9.33835],[-37.2017,-9.33505],[-37.20171,-9.33301],[-37.20142,-9.32833],[-37.20121,-9.32469],[-37.20117,-9.32351],[-37.21425,-9.32346],[-37.21537,-9.3234],[-37.22078,-9.32328],[-37.23727,-9.32313],[-37.25181,-9.32293],[-37.2656,-9.32276],[-37.2803,-9.32259],[-37.29191,-9.32245],[-37.29205,-9.33522],[-37.29304,-9.4122],[-37.28357,-9.41235],[-37.27789,-9.4125],[-37.2716,-9.41249],[-37.26506,-9.41262],[-37.26165,-9.41274],[-37.25499,-9.41276],[-37.24991,-9.41296],[-37.24616,-9.41297],[-37.24108,-9.41303],[-37.23461,-9.41321],[-37.2284,-9.41325],[-37.22165,-9.41335],[-37.21686,-9.41346],[-37.21292,-9.41343],[-37.20224,-9.41356]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"Sao_miguel_dos_campos",name:"São Miguel dos Campos AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Sao_miguel_dos_campos&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.1415,-9.83171],[-36.05047,-9.83246],[-36.04959,-9.74246],[-36.14059,-9.74166],[-36.1415,-9.83171]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"GEOSN-DOP-2005",name:"Saxony historical aerial imagery 2005",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dop-2005/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=dop_2005&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2005-01-01T00:00:00.000Z",startDate:"2005-01-01T00:00:00.000Z",polygon:[[[13.86571,50.71509],[13.86683,50.73012],[13.90116,50.73012],[13.90184,50.74446],[13.91043,50.74446],[13.91043,50.77378],[13.95266,50.77486],[13.95197,50.78897],[13.99969,50.78941],[13.999,50.79831],[14.16715,50.79762],[14.1747,50.8462],[14.32851,50.84534],[14.33503,50.87643],[14.41674,50.876],[14.41674,50.95025],[14.33263,50.95133],[14.3364,50.99802],[14.58188,50.99608],[14.57742,50.94895],[14.54068,50.95003],[14.54446,50.89831],[14.60557,50.89116],[14.60454,50.83439],[14.6605,50.83352],[14.65673,50.79578],[14.83422,50.79469],[14.84727,50.89138],[14.9204,50.88943],[14.9331,50.99478],[14.99902,50.99673],[15.00142,51.09709],[15.04159,51.09709],[15.04228,51.35317],[14.99696,51.35317],[15.00314,51.49959],[14.91593,51.50301],[14.91662,51.55043],[14.74908,51.55129],[14.75114,51.60121],[14.41056,51.59993],[14.41125,51.55129],[14.07891,51.54915],[14.07479,51.49831],[13.99446,51.50002],[13.99446,51.39817],[13.53921,51.39989],[13.53852,51.42516],[13.50041,51.42505],[13.50179,51.44945],[13.41596,51.45094],[13.41699,51.50013],[13.3315,51.50055],[13.33047,51.44966],[13.24945,51.44987],[13.25116,51.60036],[13.16773,51.60057],[13.16739,51.65023],[13.08328,51.65066],[13.08362,51.69941],[12.66202,51.70027],[12.66065,51.64832],[12.4162,51.65045],[12.41345,51.60057],[12.16146,51.60015],[12.16146,51.50109],[12.07631,51.50023],[12.07974,51.39625],[12.16008,51.39753],[12.16214,51.34995],[12.07906,51.35253],[12.07906,51.24562],[12.16214,51.24691],[12.16352,51.0958],[12.24317,51.09709],[12.2454,51.04813],[12.49688,51.04883],[12.49894,50.89966],[12.33346,50.89923],[12.32797,50.84984],[12.20712,50.8494],[12.20506,50.69829],[12.24694,50.69744],[12.24694,50.65023],[11.91529,50.64849],[11.91598,50.59839],[11.83221,50.59817],[11.83255,50.39922],[11.91495,50.39922],[11.91461,50.34886],[11.99486,50.34659],[11.99838,50.29897],[12.16506,50.29912],[12.16549,50.24904],[12.23673,50.24871],[12.24823,50.24212],[12.24772,50.14904],[12.33149,50.14893],[12.33852,50.19335],[12.33286,50.23927],[12.3538,50.23619],[12.35998,50.24926],[12.41457,50.24948],[12.41594,50.29906],[12.49851,50.29874],[12.49834,50.34948],[12.58142,50.34915],[12.58125,50.39896],[12.69489,50.39962],[12.70622,50.39426],[12.71257,50.39875],[13.0813,50.39907],[13.0813,50.4992],[13.24816,50.49898],[13.24884,50.54809],[13.33124,50.54918],[13.33056,50.59911],[13.50908,50.59759],[13.50462,50.62656],[13.5393,50.62635],[13.53827,50.65481],[13.54633,50.65547],[13.54599,50.66983],[13.5544,50.67027],[13.55457,50.68908],[13.54736,50.68887],[13.54582,50.69969],[13.63886,50.69947],[13.63955,50.71425],[13.86571,50.71509]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=3f38c3f3-03db-4a2a-b6da-2704b9a1d5f0",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-DOP-2012_2014",name:"Saxony historical aerial imagery 2012-2014",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dop_2012_2014/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=dop_2012_2014_rgb&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[13.86571,50.71509],[13.86683,50.73012],[13.90116,50.73012],[13.90184,50.74446],[13.91043,50.74446],[13.91043,50.77378],[13.95266,50.77486],[13.95197,50.78897],[13.99969,50.78941],[13.999,50.79831],[14.16715,50.79762],[14.1747,50.8462],[14.32851,50.84534],[14.33503,50.87643],[14.41674,50.876],[14.41674,50.95025],[14.33263,50.95133],[14.3364,50.99802],[14.58188,50.99608],[14.57742,50.94895],[14.54068,50.95003],[14.54446,50.89831],[14.60557,50.89116],[14.60454,50.83439],[14.6605,50.83352],[14.65673,50.79578],[14.83422,50.79469],[14.84727,50.89138],[14.9204,50.88943],[14.9331,50.99478],[14.99902,50.99673],[15.00142,51.09709],[15.04159,51.09709],[15.04228,51.35317],[14.99696,51.35317],[15.00314,51.49959],[14.91593,51.50301],[14.91662,51.55043],[14.74908,51.55129],[14.75114,51.60121],[14.41056,51.59993],[14.41125,51.55129],[14.07891,51.54915],[14.07479,51.49831],[13.99446,51.50002],[13.99446,51.39817],[13.53921,51.39989],[13.53852,51.42516],[13.50041,51.42505],[13.50179,51.44945],[13.41596,51.45094],[13.41699,51.50013],[13.3315,51.50055],[13.33047,51.44966],[13.24945,51.44987],[13.25116,51.60036],[13.16773,51.60057],[13.16739,51.65023],[13.08328,51.65066],[13.08362,51.69941],[12.66202,51.70027],[12.66065,51.64832],[12.4162,51.65045],[12.41345,51.60057],[12.16146,51.60015],[12.16146,51.50109],[12.07631,51.50023],[12.07974,51.39625],[12.16008,51.39753],[12.16214,51.34995],[12.07906,51.35253],[12.07906,51.24562],[12.16214,51.24691],[12.16352,51.0958],[12.24317,51.09709],[12.2454,51.04813],[12.49688,51.04883],[12.49894,50.89966],[12.33346,50.89923],[12.32797,50.84984],[12.20712,50.8494],[12.20506,50.69829],[12.24694,50.69744],[12.24694,50.65023],[11.91529,50.64849],[11.91598,50.59839],[11.83221,50.59817],[11.83255,50.39922],[11.91495,50.39922],[11.91461,50.34886],[11.99486,50.34659],[11.99838,50.29897],[12.16506,50.29912],[12.16549,50.24904],[12.23673,50.24871],[12.24823,50.24212],[12.24772,50.14904],[12.33149,50.14893],[12.33852,50.19335],[12.33286,50.23927],[12.3538,50.23619],[12.35998,50.24926],[12.41457,50.24948],[12.41594,50.29906],[12.49851,50.29874],[12.49834,50.34948],[12.58142,50.34915],[12.58125,50.39896],[12.69489,50.39962],[12.70622,50.39426],[12.71257,50.39875],[13.0813,50.39907],[13.0813,50.4992],[13.24816,50.49898],[13.24884,50.54809],[13.33124,50.54918],[13.33056,50.59911],[13.50908,50.59759],[13.50462,50.62656],[13.5393,50.62635],[13.53827,50.65481],[13.54633,50.65547],[13.54599,50.66983],[13.5544,50.67027],[13.55457,50.68908],[13.54736,50.68887],[13.54582,50.69969],[13.63886,50.69947],[13.63955,50.71425],[13.86571,50.71509]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=8c276e3c-88af-462f-8128-6900bc7dd4f8",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-DOP-RGB",name:"Saxony latest aerial imagery",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dop-rgb/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sn_dop_020&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=cd01c334-7e32-482f-bd43-af286707178a",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-DOP-CIR",name:"Saxony latest aerial imagery infrared",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dop-cir/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sn_dop_020_cir&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=ba87bbed-4cb5-4539-a9f5-f863de752f52",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-DTK",name:"Saxony topographic map",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_dtk-pg-color/guest?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=sn_dtk_pg_color&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=d6d24c6d-94ea-447d-8a0c-40afdedeb5c6",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"GEOSN-WebAtlas",name:"Saxony WebAtlasSN",type:"wms",template:"https://geodienste.sachsen.de/wms_geosn_webatlas-sn/guest?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vegetation,Siedlung,Gewaesser,Verkehr,Administrative_Einheiten,Beschriftung&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[13.54901,50.69792],[13.84251,50.71126],[13.93239,50.74504],[14.04614,50.79389],[14.25257,50.85953],[14.40002,50.88966],[14.42671,50.9357],[14.35649,50.97197],[14.32559,50.99319],[14.27504,50.99054],[14.31577,51.04266],[14.41547,51.01263],[14.51939,51.0038],[14.5882,50.9817],[14.54467,50.91977],[14.57977,50.90649],[14.64718,50.92243],[14.64437,50.90915],[14.60505,50.85687],[14.7202,50.81785],[14.81008,50.81341],[14.85642,50.89055],[14.91259,50.94721],[14.99685,51.08679],[15.05303,51.24793],[15.05583,51.29274],[14.99264,51.34452],[14.98843,51.398],[14.97719,51.45754],[14.90979,51.49603],[14.73986,51.5371],[14.73986,51.59122],[14.70054,51.60605],[14.67948,51.5982],[14.68369,51.57813],[14.67386,51.55806],[14.61769,51.55718],[14.58399,51.59035],[14.51939,51.56941],[14.43513,51.5598],[14.327,51.52574],[14.13461,51.55544],[14.0672,51.49952],[14.02788,51.47854],[14.04333,51.45229],[13.99558,51.39274],[13.95767,51.40588],[13.88886,51.38836],[13.72455,51.37434],[13.55463,51.39274],[13.40437,51.45929],[13.35241,51.43916],[13.3159,51.44354],[13.28641,51.41815],[13.22602,51.40063],[13.21339,51.46104],[13.219,51.52661],[13.17406,51.5982],[13.00274,51.67751],[12.90584,51.65312],[12.90303,51.66619],[12.85388,51.69318],[12.76401,51.65922],[12.68817,51.67054],[12.64324,51.62959],[12.57723,51.63046],[12.42557,51.61041],[12.23037,51.57028],[12.17701,51.53011],[12.13909,51.46017],[12.16718,51.41727],[12.1742,51.33487],[12.13207,51.3182],[12.18684,51.21364],[12.15875,51.18812],[12.22054,51.09296],[12.49017,51.05414],[12.52106,50.99319],[12.60532,50.97286],[12.62639,50.91889],[12.50281,50.91092],[12.23739,50.81874],[12.21352,50.72993],[12.28654,50.665],[12.21773,50.6463],[12.13347,50.6276],[12.05343,50.56342],[12.01972,50.64719],[11.85963,50.54825],[11.87649,50.50808],[11.92704,50.5054],[11.93687,50.48664],[11.87087,50.44194],[11.93406,50.39989],[11.96917,50.33987],[12.12083,50.29773],[12.17279,50.3067],[12.18543,50.26094],[12.21212,50.25375],[12.25705,50.21603],[12.28233,50.15668],[12.35535,50.15848],[12.35535,50.22142],[12.41433,50.28158],[12.51123,50.34705],[12.53791,50.38735],[12.67835,50.40257],[12.71205,50.38646],[12.7289,50.39631],[12.75699,50.42584],[12.78648,50.43389],[12.81737,50.41779],[12.84686,50.43657],[12.94797,50.38735],[13.00976,50.41421],[13.04627,50.44999],[13.0561,50.48753],[13.21479,50.49289],[13.27517,50.56609],[13.34118,50.56877],[13.39173,50.61334],[13.47739,50.58571],[13.54761,50.63473],[13.56867,50.67212],[13.54901,50.69792]]],terms_url:"https://geoportal.sachsen.de/cps/metadaten_portal.html?id=475a9197-620f-4dcb-b8aa-7f71b626443f",terms_text:"Staatsbetrieb Geobasisinformation und Vermessung Sachsen",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/de/SaxonyWebAtlasSN.png"},{id:"Geodatastyrelsen_Denmark",name:"SDFE aerial imagery",type:"tms",template:"https://osmtools.septima.dk/mapproxy/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg",zoomExtent:[0,21],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_url:"https://download.kortforsyningen.dk/content/vilkaar-og-betingelser",terms_text:"Geodatastyrelsen og Danske Kommuner",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"Geodatastyrelsen_Cadastral_Parcels_INSPIRE_View",name:"SDFE Cadastral Parcels INSPIRE View",type:"wms",template:"https://kortforsyningen.kms.dk/cp_inspire?login=OpenStreetMapDK2015&password=Gall4Peters&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=CP.CadastralParcel&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,20],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"Geodatastyrelsen_DTK_Kort25",name:"SDFE DTK Kort25",type:"wms",template:"https://kortforsyningen.kms.dk/topo25?FORMAT=image/png&VERSION=1.1.1&login=OpenStreetMapDK2015&password=Gall4Peters&SERVICE=WMS&REQUEST=GetMap&Layers=topo25_klassisk&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,19],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"Geodatastyrelsen_Skaermkort",name:"SDFE Skærmkort",type:"wms",template:"https://kortforsyningen.kms.dk/topo_skaermkort?FORMAT=image/png&VERSION=1.1.1&login=OpenStreetMapDK2015&password=Gall4Peters&SERVICE=WMS&REQUEST=GetMap&Layers=dtk_skaermkort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,19],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"SDFE_Overflade_Skyggekort_40cm",name:"SDFE Surface Shadow Map (40 cm)",type:"wms",template:"https://kortforsyningen.kms.dk/dhm?login=OpenStreetMapDK2015&password=Gall4Peters&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=dhm_overflade_skyggekort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,20],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"SDFE_Terraen_Skyggekort_40cm",name:"SDFE Terrain Shadow Map (40 cm)",type:"wms",template:"https://kortforsyningen.kms.dk/dhm?login=OpenStreetMapDK2015&password=Gall4Peters&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=dhm_terraen_skyggekort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,20],polygon:[[[8.37439,54.95517],[8.36838,55.40421],[8.2104,55.40398],[8.20873,55.49373],[8.05027,55.49247],[8.01851,56.75014],[8.18192,56.75099],[8.17633,57.02089],[8.34133,57.02199],[8.33925,57.11196],[8.50544,57.11232],[8.50339,57.20205],[9.33163,57.20276],[9.33191,57.29248],[9.49789,57.29196],[9.49886,57.38206],[9.66497,57.38116],[9.66873,57.56056],[9.8352,57.55963],[9.83749,57.64933],[10.17257,57.64628],[10.17542,57.73678],[10.51183,57.73303],[10.51521,57.82289],[10.68349,57.82077],[10.67516,57.6412],[10.5077,57.64331],[10.504,57.55351],[10.67104,57.55141],[10.65078,57.10245],[10.48577,57.10451],[10.47862,56.92491],[10.3144,56.92676],[10.31123,56.83693],[10.47503,56.83509],[10.4649,56.56567],[10.95242,56.55898],[10.94792,56.46922],[11.10993,56.46647],[11.10526,56.37683],[10.94299,56.37953],[10.93412,56.19948],[10.77197,56.20202],[10.76948,56.11201],[10.60797,56.11503],[10.44667,56.11672],[10.28659,56.11868],[10.28315,56.02819],[10.44393,56.02704],[10.44177,55.75792],[10.4335,55.66935],[10.74381,55.66469],[10.74381,55.57123],[10.8969,55.57123],[10.90518,55.39539],[11.06137,55.38128],[11.0593,55.11241],[11.04586,55.03186],[11.20308,55.02475],[11.20308,55.11714],[11.0593,55.11241],[11.06137,55.38128],[11.07896,55.57123],[10.8969,55.57123],[10.92587,55.66702],[10.74381,55.66469],[10.75623,55.75792],[10.44177,55.75792],[10.44393,56.02704],[10.44667,56.11672],[10.60797,56.11503],[10.60521,56.02475],[10.92587,56.02012],[10.91971,55.93094],[11.08028,55.92792],[11.08581,56.01783],[11.7265,56.00506],[11.732,56.09521],[12.05403,56.08713],[12.06085,56.17626],[12.70235,56.15944],[12.66111,55.71143],[12.97923,55.7014],[12.96129,55.52173],[12.32687,55.54121],[12.32061,55.45137],[12.47782,55.44707],[12.47024,55.35705],[12.62697,55.35238],[12.62009,55.26326],[12.46273,55.26722],[12.45529,55.17782],[12.2987,55.18223],[12.28973,55.09236],[12.60486,55.08329],[12.5872,54.90363],[12.27666,54.9119],[12.26102,54.73316],[12.10707,54.73782],[12.08586,54.46817],[11.7795,54.47536],[11.78374,54.56548],[11.16585,54.57822],[11.17064,54.66865],[10.86172,54.6734],[10.86512,54.76347],[10.77136,54.76439],[10.77073,54.73728],[10.75514,54.73758],[10.7544,54.71957],[10.73891,54.71976],[10.73844,54.71085],[10.70745,54.7113],[10.70411,54.67567],[10.5511,54.67817],[10.55472,54.76702],[10.2424,54.77059],[10.24598,54.86047],[10.09023,54.86221],[10.08737,54.77239],[9.15558,54.77696],[9.15628,54.86754],[8.5322,54.86638],[8.53143,54.95516],[8.37439,54.95517]],[[11.45777,56.81955],[11.78492,56.81274],[11.77167,56.63328],[11.44596,56.64011],[11.45777,56.81955]],[[11.32747,57.3613],[11.31618,57.1818],[11.15087,57.18473],[11.14566,57.09496],[10.81577,57.10017],[10.82906,57.36953],[11.32747,57.3613]],[[11.58433,56.27779],[11.57829,56.18804],[11.73923,56.18458],[11.74564,56.27432],[11.58433,56.27779]],[[14.68259,55.36394],[14.83952,55.35652],[14.82638,55.26713],[15.13934,55.25174],[15.1532,55.34108],[15.30992,55.33306],[15.29572,55.24374],[15.13934,55.25174],[15.12556,55.16238],[15.28158,55.15442],[15.25356,54.97576],[14.63175,55.00625],[14.68259,55.36394]]],terms_text:"Geodatastyrelsen og Danske Kommuner",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{id:"Sicily-ATA2007",name:"Sicily - Italy",type:"wms",template:"http://map.sitr.regione.sicilia.it/ArcGIS/services/WGS84_F33/Ortofoto_ATA20072008_f33/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&STYLES=default&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[15.71165,38.25894],[15.23718,38.81938],[14.27124,38.55246],[13.15063,38.75408],[11.96411,37.97451],[12.52441,37.54022],[11.87897,36.79609],[12.49695,35.47409],[12.68921,35.46962],[14.57336,36.66401],[15.29709,36.62875],[15.39854,37.42171],[15.71165,38.25894]]]},{id:"Siemianowice_Slaskie-buildings",name:"Siemianowice Śląskie: Buildings",type:"wms",template:"https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,drogi,adresy,ulice&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,19],polygon:[[[19.03103,50.33933],[19.0316,50.35413],[19.0656,50.35373],[19.06529,50.34219],[19.06118,50.33749],[19.06069,50.31967],[19.05603,50.31975],[19.05562,50.30155],[19.06432,50.3015],[19.06366,50.27175],[19.04379,50.27179],[19.04375,50.27478],[19.0213,50.27505],[19.02156,50.28398],[19.01027,50.28856],[18.98791,50.28871],[18.98822,50.3022],[18.98143,50.30226],[18.98213,50.33977],[19.03103,50.33933]]],terms_text:"Urząd Miasta Siemianowice Śląskie"},{id:"Siemianowice_Slaskie-aerial_image",name:"Siemianowice Śląskie: Orthophotomap (aerial image)",type:"wms",template:"https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",zoomExtent:[0,23],polygon:[[[19.03103,50.33933],[19.0316,50.35413],[19.0656,50.35373],[19.06529,50.34219],[19.06118,50.33749],[19.06069,50.31967],[19.05603,50.31975],[19.05562,50.30155],[19.06432,50.3015],[19.06366,50.27175],[19.04379,50.27179],[19.04375,50.27478],[19.0213,50.27505],[19.02156,50.28398],[19.01027,50.28856],[18.98791,50.28871],[18.98822,50.3022],[18.98143,50.30226],[18.98213,50.33977],[19.03103,50.33933]]],terms_text:"Urząd Miasta Siemianowice Śląskie"},{id:"sc2012",name:"SIG Santa Catarina OrtoRGB 2012",type:"wms",template:"http://sigsc.sc.gov.br/sigserver/SIGSC/wms?SERVICE=WMS&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OrtoRGB-Landsat-2012&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[-48.62488,-26.91624],[-48.62416,-26.83409],[-48.56163,-26.83412],[-48.56165,-26.74919],[-48.62675,-26.74918],[-48.62715,-26.73276],[-48.64126,-26.733],[-48.64174,-26.70912],[-48.62414,-26.70913],[-48.62418,-26.50079],[-48.57099,-26.50077],[-48.57155,-26.47415],[-48.55418,-26.47381],[-48.5545,-26.45736],[-48.56155,-26.45747],[-48.56161,-26.41746],[-48.4991,-26.41747],[-48.49909,-26.25081],[-48.43664,-26.25079],[-48.43661,-26.20752],[-48.4601,-26.20751],[-48.46195,-26.1242],[-48.56161,-26.12419],[-48.56163,-25.95753],[-48.62411,-25.95753],[-48.62411,-25.94507],[-48.68838,-25.94607],[-48.6884,-25.95752],[-49.25089,-25.95752],[-49.2509,-25.9992],[-49.31339,-25.9992],[-49.31338,-26.0825],[-49.37591,-26.0825],[-49.37591,-26.12419],[-49.50093,-26.12418],[-49.50092,-26.16586],[-49.68661,-26.16585],[-49.68661,-26.12417],[-49.74907,-26.08246],[-49.74908,-26.04084],[-49.8116,-26.04085],[-49.81159,-25.99918],[-49.93657,-25.99915],[-49.93661,-25.98244],[-50.00091,-25.98288],[-50.00094,-25.99915],[-50.31338,-25.99916],[-50.31342,-26.04083],[-50.37411,-26.04084],[-50.3741,-25.9992],[-50.49914,-25.99918],[-50.49911,-25.98414],[-50.62593,-25.98452],[-50.62595,-26.04084],[-50.6884,-26.04161],[-50.68845,-26.12416],[-50.75094,-26.12414],[-50.75095,-26.20752],[-51.12595,-26.20747],[-51.12595,-26.24913],[-51.18848,-26.24918],[-51.31344,-26.33245],[-51.31347,-26.62414],[-51.4366,-26.62415],[-51.43659,-26.56476],[-51.62409,-26.5641],[-51.62411,-26.5408],[-51.99907,-26.5408],[-52.06158,-26.49911],[-52.06158,-26.45747],[-52.12408,-26.45749],[-52.12406,-26.41579],[-52.37407,-26.4158],[-52.37409,-26.39133],[-52.56156,-26.3894],[-52.56158,-26.37415],[-52.62408,-26.37417],[-52.62409,-26.33247],[-53.12408,-26.33247],[-53.1241,-26.31707],[-53.1618,-26.3165],[-53.16136,-26.29082],[-53.18656,-26.29083],[-53.24907,-26.24911],[-53.24906,-26.23919],[-53.31159,-26.23824],[-53.3741,-26.22882],[-53.43845,-26.22777],[-53.43843,-26.24914],[-53.5616,-26.24916],[-53.56159,-26.23983],[-53.65501,-26.23814],[-53.65623,-26.29263],[-53.67011,-26.31684],[-53.68846,-26.33242],[-53.70322,-26.3741],[-53.70929,-26.38449],[-53.7098,-26.39568],[-53.70619,-26.40722],[-53.70721,-26.45927],[-53.71438,-26.46168],[-53.71476,-26.48118],[-53.73047,-26.49913],[-53.73146,-26.54081],[-53.75096,-26.5408],[-53.75095,-26.62417],[-53.7602,-26.62414],[-53.76125,-26.6675],[-53.75098,-26.66751],[-53.75096,-26.74298],[-53.72737,-26.7434],[-53.72133,-26.74905],[-53.72141,-26.75093],[-53.74571,-26.75943],[-53.74612,-26.77704],[-53.71948,-26.77755],[-53.72084,-26.83416],[-53.70047,-26.83414],[-53.70277,-26.93108],[-53.71168,-26.93091],[-53.71224,-26.95557],[-53.751,-26.95479],[-53.75092,-26.99915],[-53.76467,-26.99915],[-53.8037,-27.03751],[-53.80454,-27.07258],[-53.80809,-27.07249],[-53.80862,-27.09613],[-53.8269,-27.09577],[-53.82762,-27.12414],[-53.84644,-27.12413],[-53.84765,-27.17014],[-53.83506,-27.18932],[-53.83536,-27.20054],[-53.68847,-27.20284],[-53.68849,-27.22789],[-53.43654,-27.23246],[-53.43655,-27.16751],[-53.37598,-27.16751],[-53.37601,-27.23352],[-53.24905,-27.23564],[-53.24905,-27.20922],[-53.06344,-27.20918],[-53.06345,-27.2334],[-52.81348,-27.23685],[-52.81346,-27.27653],[-52.75096,-27.27732],[-52.75096,-27.29249],[-52.4385,-27.29252],[-52.43848,-27.32689],[-52.37603,-27.32753],[-52.37599,-27.3342],[-52.25098,-27.33418],[-52.25099,-27.34669],[-52.18655,-27.34728],[-52.18657,-27.33419],[-52.12598,-27.3342],[-52.12599,-27.36413],[-52.02979,-27.36489],[-52.03036,-27.42442],[-51.97534,-27.42479],[-51.97603,-27.50088],[-51.93845,-27.50085],[-51.93845,-27.54252],[-51.68846,-27.54247],[-51.68847,-27.55742],[-51.59903,-27.5579],[-51.59923,-27.59481],[-51.56351,-27.59498],[-51.56348,-27.62586],[-51.50088,-27.62586],[-51.50095,-27.66754],[-51.43937,-27.6675],[-51.43954,-27.70932],[-51.37597,-27.7095],[-51.37601,-27.75089],[-51.31349,-27.7509],[-51.31346,-27.79253],[-51.18847,-27.79251],[-51.18848,-27.87586],[-51.12598,-27.87586],[-51.12597,-27.91752],[-51.06348,-27.9175],[-51.06347,-27.95919],[-51.00095,-28.00086],[-50.9385,-28.00086],[-50.93849,-28.16755],[-50.81346,-28.16752],[-50.81345,-28.29253],[-50.75096,-28.29251],[-50.68845,-28.33418],[-50.68849,-28.41754],[-50.626,-28.41752],[-50.56352,-28.44094],[-50.43848,-28.44051],[-50.43847,-28.45917],[-50.37597,-28.45921],[-50.37598,-28.47554],[-50.18844,-28.47454],[-50.18849,-28.51143],[-50.12398,-28.51104],[-50.12402,-28.50086],[-49.87597,-28.50085],[-49.87601,-28.5142],[-49.81347,-28.51369],[-49.81347,-28.58255],[-49.83003,-28.58251],[-49.82951,-28.62597],[-49.8759,-28.66572],[-50.001,-28.74915],[-50.001,-29.04083],[-50.03319,-29.04081],[-50.03219,-29.14711],[-50.12602,-29.14774],[-50.12598,-29.16579],[-50.13613,-29.16581],[-50.1885,-29.19623],[-50.1885,-29.31905],[-50.1422,-29.31873],[-50.14208,-29.33422],[-50.126,-29.33418],[-50.12599,-29.36238],[-49.99906,-29.36153],[-49.99904,-29.24031],[-49.93848,-29.23986],[-49.93851,-29.25087],[-49.87601,-29.25087],[-49.876,-29.30098],[-49.82262,-29.30052],[-49.82227,-29.33419],[-49.81347,-29.33422],[-49.81354,-29.3411],[-49.68654,-29.33991],[-49.68651,-29.29255],[-49.62399,-29.29252],[-49.62398,-29.25085],[-49.56149,-29.25083],[-49.56145,-29.16749],[-49.49901,-29.16746],[-49.49902,-29.08419],[-49.4365,-29.08418],[-49.43651,-29.04251],[-49.37405,-29.04248],[-49.37402,-28.9592],[-49.31153,-28.95917],[-49.31152,-28.91749],[-49.24898,-28.9175],[-49.24897,-28.87582],[-49.18655,-28.87585],[-49.18653,-28.83414],[-49.12402,-28.83418],[-49.12401,-28.7925],[-49.06149,-28.79247],[-49.06146,-28.75084],[-48.99903,-28.75085],[-48.99903,-28.70919],[-48.93658,-28.70918],[-48.93658,-28.66752],[-48.87405,-28.66751],[-48.87404,-28.62585],[-48.74912,-28.62585],[-48.74912,-28.54254],[-48.68656,-28.54253],[-48.68658,-28.33417],[-48.62408,-28.33416],[-48.62406,-28.08418],[-48.5616,-28.08418],[-48.56159,-27.95919],[-48.49905,-27.95916],[-48.49904,-27.91581],[-48.56157,-27.9158],[-48.5616,-27.87584],[-48.49902,-27.87586],[-48.49902,-27.83422],[-48.43657,-27.83418],[-48.43661,-27.62583],[-48.37406,-27.62585],[-48.37405,-27.50086],[-48.31157,-27.50086],[-48.31153,-27.24913],[-48.43657,-27.24913],[-48.43654,-27.20916],[-48.37402,-27.2092],[-48.37405,-27.1658],[-48.43656,-27.1658],[-48.43656,-27.12415],[-48.49906,-27.12413],[-48.49907,-27.08667],[-48.50022,-27.08666],[-48.50031,-27.08247],[-48.5616,-27.08248],[-48.56159,-27.04252],[-48.49906,-27.04252],[-48.49906,-26.99913],[-48.56156,-26.99913],[-48.56157,-26.91579],[-48.62488,-26.91624]]],terms_url:"http://sigsc.sds.sc.gov.br/download/termo_sigsc.pdf",terms_text:"Sistema de Informações Geográficas - Governo de Santa Catarina"},{id:"SIGIP-2012",name:"SIGIP - Orthophoto 2012",type:"tms",template:"https://osmdata.asitvd.ch/tiles/sigip2012/{zoom}/{x}/{y}.png",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[14,20],polygon:[[[6.71057,46.54396],[6.72968,46.54408],[6.72995,46.52605],[6.71085,46.52596],[6.71113,46.50796],[6.6922,46.50788],[6.6923,46.49883],[6.63531,46.49847],[6.63488,46.52547],[6.65381,46.52558],[6.65361,46.54358],[6.69163,46.54384],[6.69155,46.55284],[6.71047,46.55293],[6.71057,46.54396]]],terms_url:"https://www.sigip.ch/",terms_text:"SIGIP"},{id:"Slovakia-Historic-Maps",name:"Slovakia Historic Maps",type:"tms",template:"http://tms.freemap.sk/historicke/{zoom}/{x}/{y}.png",zoomExtent:[0,12],polygon:[[[16.81969,47.49272],[16.81969,49.50303],[22.83883,49.50303],[22.83883,47.49272],[16.81969,47.49272]]],icon:"https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png"},{id:"skoterleder",name:"Snowmobile map Sweden",type:"tms",template:"https://tiles.skoterleder.org/tiles/{zoom}/{x}/{y}.png",zoomExtent:[5,14],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[23.87328,65.21069],[30.14647,65.19226],[30.19042,67.62596],[29.43236,69.62651],[27.93822,70.14037],[20.73119,69.2756],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://skoterleder.org/",terms_text:"© Skoterleder.org",description:"Snowmobile trails",icon:"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Sweden_road_sign_D9.svg/200px-Sweden_road_sign_D9.svg.png"},{id:"Soskut_Pusztazamor_Tarnok_Diosd_orto_2017",name:"Sóskút, Pusztazámor, Tárnok, Diósd ortophoto 2017",type:"tms",template:"http://adam.openstreetmap.hu/mapproxy/tiles/1.0.0/Soskut-Tarnok-Pusztazamor-Diosd/mercator/{zoom}/{x}/{y}.png",endDate:"2017-03-01T00:00:00.000Z",startDate:"2017-03-01T00:00:00.000Z",zoomExtent:[11,20],polygon:[[[18.79273,47.37079],[18.79194,47.37048],[18.79139,47.37063],[18.79011,47.37176],[18.78916,47.37345],[18.78722,47.37566],[18.78603,47.37765],[18.78498,47.37905],[18.7837,47.38032],[18.78267,47.38195],[18.7814,47.38368],[18.77934,47.38713],[18.77666,47.3894],[18.76472,47.3967],[18.7617,47.39966],[18.75631,47.40328],[18.75837,47.40653],[18.7588,47.40776],[18.762,47.41217],[18.76304,47.41315],[18.76593,47.41471],[18.77041,47.41766],[18.77247,47.41809],[18.77248,47.4203],[18.8086,47.44041],[18.81742,47.43539],[18.82092,47.43572],[18.82804,47.43755],[18.83021,47.43526],[18.83585,47.43754],[18.84049,47.43346],[18.84765,47.43572],[18.851,47.43281],[18.869,47.43961],[18.87361,47.43597],[18.87499,47.43342],[18.87386,47.43248],[18.87604,47.42797],[18.8605,47.423],[18.86621,47.41798],[18.87243,47.41086],[18.8663,47.40773],[18.86964,47.40471],[18.86777,47.40207],[18.86509,47.40052],[18.87081,47.39838],[18.86772,47.39699],[18.86992,47.39655],[18.87649,47.39478],[18.87749,47.39495],[18.87867,47.39462],[18.88358,47.38996],[18.88291,47.38967],[18.88539,47.3853],[18.87748,47.38339],[18.88181,47.37605],[18.87914,47.37393],[18.88638,47.36923],[18.88206,47.36773],[18.87973,47.36641],[18.8747,47.36252],[18.87282,47.36137],[18.87028,47.36063],[18.86688,47.35853],[18.86234,47.35637],[18.85567,47.35199],[18.84874,47.34728],[18.83192,47.33841],[18.82497,47.34258],[18.8162,47.34925],[18.81079,47.35357],[18.80823,47.356],[18.80645,47.35854],[18.80708,47.35902],[18.80635,47.36021],[18.80465,47.36175],[18.80381,47.36335],[18.80055,47.36545],[18.79988,47.36617],[18.79416,47.36975],[18.79273,47.37079]],[[18.91871,47.40938],[18.91826,47.40998],[18.92067,47.41156],[18.9251,47.41372],[18.93473,47.41917],[18.94063,47.42241],[18.94982,47.41938],[18.95155,47.4175],[18.9569,47.41923],[18.9577,47.41878],[18.95755,47.41435],[18.96211,47.40507],[18.96266,47.40118],[18.96316,47.39903],[18.95446,47.39673],[18.95276,47.39526],[18.95202,47.39362],[18.95119,47.39356],[18.94692,47.39799],[18.94411,47.39845],[18.94161,47.39869],[18.93735,47.39633],[18.93617,47.39683],[18.93122,47.4],[18.9312,47.40023],[18.92924,47.40205],[18.92561,47.40605],[18.92466,47.40635],[18.92293,47.40926],[18.91871,47.40938]]],terms_url:"http://fototerkep.hu",terms_text:"Fototerkep.hu",best:true,description:"5 cm resolution bald image of 4 settlement"},{id:"South_Africa-CD_NGI-Aerial",name:"South Africa CD:NGI Aerial",type:"tms",template:"http://{switch:a,b,c}.aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg",zoomExtent:[1,22],polygon:[[[17.83968,-32.79834],[17.88935,-32.69728],[18.00364,-32.69822],[18.09917,-32.74853],[18.28987,-32.55266],[18.29302,-32.04871],[18.10545,-31.6455],[17.85293,-31.3444],[17.548,-30.90217],[17.40445,-30.63747],[17.24937,-30.39917],[16.9937,-29.65436],[16.7988,-29.19437],[16.54941,-28.84159],[16.44987,-28.69188],[16.4491,-28.55158],[16.60026,-28.48257],[16.75141,-28.4487],[16.74622,-28.2459],[16.88551,-28.04729],[16.99295,-28.0244],[17.05297,-28.02571],[17.10076,-28.03388],[17.20115,-28.09305],[17.20263,-28.23284],[17.24746,-28.23382],[17.2508,-28.19889],[17.35119,-28.19759],[17.35156,-28.24427],[17.40158,-28.24524],[17.41491,-28.34898],[17.40083,-28.548],[17.4527,-28.54897],[17.45121,-28.64951],[17.49836,-28.68721],[17.60282,-28.683],[17.64997,-28.69679],[17.65259,-28.73815],[17.80139,-28.73815],[17.99943,-28.75606],[18.00027,-28.79562],[18.15745,-28.87181],[18.50638,-28.87181],[18.61536,-28.82959],[18.90875,-28.82775],[19.1047,-28.94885],[19.19691,-28.93785],[19.24301,-28.85162],[19.23149,-28.80296],[19.25873,-28.70099],[19.44315,-28.69732],[19.55003,-28.49583],[19.69673,-28.49399],[19.69882,-28.44794],[19.85076,-28.44333],[19.84971,-28.40278],[19.99536,-28.39909],[19.98937,-24.74979],[20.29167,-24.91923],[20.47246,-25.15017],[20.65324,-25.45294],[20.73326,-25.6802],[20.8281,-25.89635],[20.84292,-26.21585],[20.65028,-26.48409],[20.65324,-26.82049],[21.08891,-26.84693],[21.67277,-26.839],[21.7765,-26.66963],[21.97211,-26.64314],[22.28034,-26.32747],[22.57078,-26.1334],[22.77528,-25.67752],[23.00052,-25.27619],[23.46583,-25.27351],[23.88372,-25.59737],[24.2364,-25.6134],[24.60391,-25.78966],[25.1107,-25.73894],[25.50784,-25.68554],[25.64418,-25.48238],[25.84193,-24.78054],[25.84664,-24.75385],[26.39285,-24.63329],[26.47391,-24.56533],[26.509,-24.48424],[26.58619,-24.40758],[26.73006,-24.30145],[26.85674,-24.24995],[26.85744,-24.10269],[26.92155,-23.8991],[26.93183,-23.84619],[26.97148,-23.69943],[27.00061,-23.63676],[27.0578,-23.60526],[27.13605,-23.52034],[27.33396,-23.39738],[27.51441,-23.35939],[27.59581,-23.20855],[27.80986,-23.0995],[27.88285,-23.06205],[27.93829,-22.94965],[28.04076,-22.82551],[28.20568,-22.65529],[28.33972,-22.56394],[28.49061,-22.5607],[28.61088,-22.54002],[28.82818,-22.45502],[28.92853,-22.42323],[28.95941,-22.30901],[29.01626,-22.20834],[29.23241,-22.16935],[29.35312,-22.18429],[29.6549,-22.11864],[29.77771,-22.1362],[29.9293,-22.18494],[30.11668,-22.28303],[30.25634,-22.29148],[30.30336,-22.33952],[30.50618,-22.30576],[30.83743,-22.28498],[31.00586,-22.30771],[31.18342,-22.32329],[31.29306,-22.36746],[31.56806,-23.19034],[31.55683,-23.44308],[31.69311,-23.61752],[31.71197,-23.74114],[31.77747,-23.88006],[31.88863,-23.94811],[31.91444,-24.17467],[31.99483,-24.30409],[32.01667,-24.4406],[32.00773,-24.65366],[32.01964,-24.91407],[32.03552,-25.08498],[32.01964,-25.38214],[31.99285,-25.44938],[31.99979,-25.51657],[32.00575,-25.6079],[32.00575,-25.66248],[31.93627,-25.84037],[31.98094,-25.95465],[31.86878,-26.00373],[31.41621,-25.72777],[31.32291,-25.74386],[31.25046,-25.82965],[31.1393,-25.91627],[31.11647,-25.99124],[30.96561,-26.26658],[30.89217,-26.32797],[30.85346,-26.40356],[30.82269,-26.44888],[30.80226,-26.52407],[30.80384,-26.80821],[30.90209,-26.78075],[30.91003,-26.84895],[30.98249,-26.90826],[30.97653,-27.00292],[31.00344,-27.04416],[31.15433,-27.19804],[31.50156,-27.31112],[31.97002,-27.31112],[31.97002,-27.12047],[31.97697,-27.05066],[32.00025,-26.79839],[32.10698,-26.79846],[32.31145,-26.84795],[32.89999,-26.85161],[32.88609,-26.9817],[32.70943,-27.47854],[32.62407,-27.77751],[32.5814,-28.07479],[32.53872,-28.2288],[32.42756,-28.50216],[32.36404,-28.59457],[32.07026,-28.84698],[31.98788,-28.90695],[31.77648,-28.96949],[31.46385,-29.28593],[31.35963,-29.38543],[31.16808,-29.63074],[31.06486,-29.78935],[31.05345,-29.84705],[31.06699,-29.86403],[31.04555,-29.9502],[30.95186,-30.00339],[30.86518,-30.10241],[30.72447,-30.3925],[30.35563,-30.93089],[30.09724,-31.24583],[29.86731,-31.43043],[29.74094,-31.50147],[29.48131,-31.69787],[28.89432,-32.28989],[28.54971,-32.58946],[28.14365,-32.83207],[28.07487,-32.94169],[27.84509,-33.08287],[27.3758,-33.38607],[26.88054,-33.6459],[26.59169,-33.74808],[26.45273,-33.79358],[26.20675,-33.75489],[26.00779,-33.7224],[25.80555,-33.75243],[25.75111,-33.80065],[25.65291,-33.85436],[25.65291,-33.94698],[25.71958,-34.00401],[25.72028,-34.05112],[25.55089,-34.06315],[25.35046,-34.05026],[25.28106,-34.00203],[25.04763,-33.99946],[24.95472,-34.00436],[24.94966,-34.10104],[24.87704,-34.15065],[24.87629,-34.20053],[24.85326,-34.21896],[24.76453,-34.20179],[24.50014,-34.20033],[24.34867,-34.11638],[24.19888,-34.1019],[23.99634,-34.05144],[23.80175,-34.05243],[23.74936,-34.01119],[23.49735,-34.00901],[23.41552,-34.04346],[23.41543,-34.11404],[22.90009,-34.0993],[22.84124,-34.05479],[22.64703,-34.05026],[22.64598,-34.00728],[22.57002,-34.00641],[22.50505,-34.06459],[22.252,-34.06459],[22.22213,-34.10147],[22.16212,-34.1057],[22.17124,-34.15218],[22.15769,-34.21809],[22.00156,-34.21722],[21.9497,-34.322],[21.86115,-34.40071],[21.56147,-34.40201],[21.5468,-34.36612],[21.50174,-34.36699],[21.5007,-34.40201],[21.41949,-34.44652],[21.19787,-34.44782],[21.09882,-34.39913],[21.00337,-34.37539],[20.89319,-34.39971],[20.89766,-34.4854],[20.74468,-34.48281],[20.5042,-34.48626],[20.25272,-34.70148],[20.08035,-34.83619],[19.99233,-34.83791],[19.89907,-34.82758],[19.89383,-34.7936],[19.5973,-34.79618],[19.39297,-34.64202],[19.28771,-34.64048],[19.28614,-34.59866],[19.34744,-34.52445],[19.32853,-34.45344],[19.098,-34.44998],[19.07256,-34.38024],[19.00235,-34.35256],[18.95206,-34.39494],[18.7975,-34.39364],[18.79842,-34.10164],[18.50175,-34.10153],[18.49995,-34.36169],[18.44773,-34.362],[18.44799,-34.35227],[18.39744,-34.3514],[18.39717,-34.3023],[18.35657,-34.30056],[18.34793,-34.20204],[18.29721,-34.19503],[18.29511,-33.99371],[18.33745,-33.99141],[18.34766,-33.84924],[18.34793,-33.78155],[18.41247,-33.74488],[18.36155,-33.65016],[18.2992,-33.58559],[18.21668,-33.44887],[18.13899,-33.39741],[17.94735,-33.16026],[17.88552,-33.05757],[17.84859,-32.96685],[17.83968,-32.85073],[17.83968,-32.79834]]],best:true},{id:"South-Tyrol-Orthofoto2011",name:"South Tyrol Orthofoto 2011",type:"tms",template:"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_OF_2011_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",zoomExtent:[0,18],polygon:[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.0"},{id:"South-Tyrol-Orthofoto2011-20cm",name:"South Tyrol Orthofoto 2011 (highres)",type:"wms",template:"https://geoservices.buergernetz.bz.it/geoserver/ows?SERVICE=WMS&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=P_BZ_OF_2011_EPSG3857,P_BZ_OF_2011_20cm_EPSG3857&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",polygon:[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.0",description:"Orthophoto of South Tyrol from 2011 with up to 20cm resolution (larger valleys)"},{id:"South-Tyrol-Orthofoto2014",name:"South Tyrol Orthofoto 2014",type:"tms",template:"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_OF_2014_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",zoomExtent:[0,18],polygon:[[[11.71495,46.51227],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.61936,46.43957],[11.62508,46.43957],[11.62508,46.44797],[11.63349,46.44587],[11.63769,46.45846],[11.64399,46.45846],[11.6608,46.44587],[11.66711,46.44587],[11.66711,46.47525],[11.69442,46.47735],[11.69652,46.48575],[11.70913,46.49624],[11.70913,46.50254],[11.71333,46.50254],[11.71495,46.51227]],[[11.61435,46.41535],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20644,46.4156],[11.20485,46.3997],[11.17754,46.3997],[11.17543,46.3871],[11.16703,46.38081],[11.16703,46.36821],[11.16283,46.36821],[11.16283,46.29895],[11.12501,46.29895],[11.12291,46.25488],[11.13131,46.25278],[11.12711,46.24858],[11.16283,46.24858],[11.16283,46.215],[11.24898,46.2129],[11.25108,46.2234],[11.2889,46.2234],[11.2889,46.24019],[11.3015,46.25278],[11.30991,46.25278],[11.31201,46.24858],[11.33722,46.25068],[11.34143,46.26747],[11.34563,46.26747],[11.34773,46.25698],[11.35613,46.24858],[11.41707,46.25278],[11.41917,46.32414],[11.49271,46.32204],[11.48851,46.33044],[11.49901,46.32834],[11.50111,46.34723],[11.52423,46.34723],[11.53894,46.34513],[11.53894,46.32834],[11.55995,46.32414],[11.58306,46.34932],[11.58306,46.37241],[11.60407,46.37241],[11.60617,46.38291],[11.61458,46.38291],[11.62508,46.3934],[11.62508,46.41229],[11.61435,46.41535]],[[11.20663,46.41745],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.96285,46.47718],[10.96952,46.45217],[10.98423,46.45217],[10.98843,46.44587],[10.99894,46.44587],[11.01154,46.42068],[11.04096,46.42068],[11.08088,46.43537],[11.08298,46.47525],[11.15232,46.47525],[11.18804,46.48365],[11.19014,46.47525],[11.20695,46.47315],[11.20485,46.44587],[11.19855,46.44167],[11.19435,46.42698],[11.19014,46.42698],[11.19014,46.42068],[11.20695,46.42068],[11.20663,46.41745]],[[10.47433,46.55501],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.46952,46.62628],[10.47785,46.61797],[10.47785,46.59069],[10.47365,46.59069],[10.47155,46.5676],[10.46314,46.55501],[10.47433,46.55501]],[[10.46925,46.62643],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43626,46.79843],[10.43373,46.81106],[10.42532,46.80686],[10.42532,46.79847],[10.42112,46.79847],[10.41692,46.78587],[10.41692,46.75229],[10.3938,46.7376],[10.3896,46.72081],[10.3854,46.72081],[10.3791,46.69353],[10.3791,46.66834],[10.3833,46.66414],[10.3812,46.64735],[10.3896,46.64525],[10.3938,46.63056],[10.42532,46.62846],[10.44843,46.63476],[10.46925,46.62643]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog/",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.0"},{id:"South-Tyrol-Orthofoto-2014-2015",name:"South Tyrol Orthofoto 2014/2015",type:"tms",template:"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_OF_2014_2015_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",endDate:"2015-11-01T00:00:00.000Z",startDate:"2014-07-01T00:00:00.000Z",zoomExtent:[0,18],polygon:[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0",best:true},{id:"South-Tyrol-Topomap",name:"South Tyrol Topomap",type:"tms",template:"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_BASEMAP_TOPO&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",zoomExtent:[0,20],polygon:[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],terms_url:"https://geoservices.buergernetz.bz.it/geokatalog",terms_text:"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano",description:"Topographical basemap of South Tyrol"},{id:"SPW2009",name:"SPW(allonie) 2009-2010 aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2009_2010/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2010-01-01T00:00:00.000Z",startDate:"2009-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW2012",name:"SPW(allonie) 2012-2013 aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2012_2013/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW2015",name:"SPW(allonie) 2015 aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2015/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW2016",name:"SPW(allonie) 2016 aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2016/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW_ORTHO_LAST",name:"SPW(allonie) most recent aerial imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_LAST/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPW_PICC",name:"SPW(allonie) PICC numerical imagery",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/TOPOGRAPHIE/PICC_VDIFF/MapServer/WmsServer?SERVICE=WMS&VERSION=1.1.1&FORMAT=image/png8&TRANSPARENT=FALSE&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&LAYERS=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",projection:"EPSG:3857",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"SPWrelief2014",name:"SPW(allonie) shaded relief",type:"wms",template:"https://geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014_HILLSHADE/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[5.78257,49.87573],[5.73919,49.83362],[5.75516,49.79146],[5.78839,49.79665],[5.91064,49.66249],[5.84857,49.59723],[5.87102,49.57599],[5.81857,49.54638],[5.66079,49.55362],[5.61108,49.50603],[5.55603,49.52928],[5.47051,49.49737],[5.45708,49.56703],[5.37522,49.62333],[5.31486,49.61137],[5.33243,49.65263],[5.26851,49.69657],[5.16628,49.69303],[4.99753,49.80006],[4.85164,49.79345],[4.84754,49.86806],[4.89013,49.90893],[4.79117,49.958],[4.87762,50.15374],[4.82418,50.16932],[4.70207,50.09556],[4.69441,49.99625],[4.44551,49.93722],[4.30589,49.96829],[4.19746,49.9546],[4.1352,50.01508],[4.22825,50.07842],[4.19682,50.13519],[4.12714,50.1355],[4.2052,50.27347],[4.16262,50.28896],[4.13538,50.25784],[4.02795,50.3584],[3.88574,50.32701],[3.84578,50.35323],[3.74546,50.35005],[3.70994,50.30316],[3.65756,50.37076],[3.65552,50.4617],[3.60586,50.49632],[3.4993,50.48921],[3.51992,50.52362],[3.47439,50.53368],[3.37698,50.49109],[3.28634,50.52793],[3.26104,50.70131],[3.20602,50.71139],[3.17839,50.75609],[3.30562,50.75466],[3.36077,50.70962],[3.45439,50.77072],[3.64047,50.72242],[3.67752,50.77062],[3.75857,50.78045],[3.77568,50.74789],[3.8798,50.75146],[3.9097,50.69245],[4.05868,50.69439],[4.14853,50.72834],[4.2467,50.6894],[4.46355,50.75511],[4.52399,50.72724],[4.59727,50.76359],[4.63445,50.74272],[4.64309,50.79755],[4.76014,50.80544],[4.92545,50.74275],[5.00339,50.76594],[5.07039,50.70649],[5.16508,50.6957],[5.16984,50.72257],[5.30912,50.71802],[5.35029,50.74629],[5.47863,50.72352],[5.68786,50.81193],[5.68225,50.75651],[5.7707,50.75132],[5.81963,50.71396],[5.88333,50.70992],[5.89217,50.75518],[5.96561,50.76107],[6.04045,50.74546],[6.03959,50.71833],[6.11066,50.72299],[6.18169,50.62383],[6.26953,50.62519],[6.17812,50.54153],[6.22658,50.49432],[6.35036,50.48854],[6.34298,50.38033],[6.40542,50.32331],[6.30647,50.32019],[6.27889,50.26734],[6.17377,50.23165],[6.19232,50.18203],[6.147,50.17775],[6.13779,50.12985],[6.10245,50.17055],[5.96368,50.17263],[5.96133,50.13136],[5.89532,50.11216],[5.81968,50.01329],[5.83578,49.97892],[5.77502,49.9608],[5.73577,49.89684],[5.78257,49.87573]],[[2.99943,50.81035],[2.93719,50.79361],[2.96,50.7735],[2.92247,50.75729],[2.84203,50.75153],[2.86315,50.70826],[2.91065,50.69409],[2.94001,50.74543],[3.02932,50.77896],[2.99943,50.81035]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/SPW(allonie)2009-2010aerialimagery.png"},{id:"ssb-sentrum",name:"SSB City Centres overlay",type:"wms",template:"https://ogc.ssb.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_193&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.ssb.no/arealsentrum/",terms_text:"© SSB",description:"Downtown areas with significant commercial and service activities.",icon:"http://www.fosterhjemsforening.no/wp-content/uploads/2015/06/SSB_logo1.png",overlay:true},{id:"ssb-tettsteder",name:"SSB Urban Areas overlay",type:"wms",template:"https://ogc.ssb.no/wms.ashx?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=layer_198&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[0,22],polygon:[[[31.90425,70.43681],[28.47652,71.32896],[23.6865,71.25143],[16.80906,70.07308],[11.16207,67.52539],[9.97554,64.81158],[4.21871,62.145],[4.37254,59.1872],[6.17431,57.8915],[7.93212,57.73936],[10.77758,58.86491],[11.7224,58.76251],[12.72216,60.11415],[13.05175,61.34935],[12.52439,63.61699],[14.23826,63.98561],[15.11717,65.90166],[18.69871,68.37491],[20.06101,68.26126],[21.00584,68.78415],[25.24656,68.3506],[26.93845,69.8472],[28.76219,69.61121],[28.5864,68.8556],[31.06931,69.51915],[31.90425,70.43681]]],terms_url:"https://www.ssb.no/beftett",terms_text:"© SSB",description:"Human settlements of at least 200 people with less than 200 meters between households",icon:"http://www.fosterhjemsforening.no/wp-content/uploads/2015/06/SSB_logo1.png",overlay:true},{id:"Bern-bern2016-tms",name:"Stadt Bern 10cm (2016)",type:"tms",template:"https://mapproxy.osm.ch/tiles/bern2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",zoomExtent:[8,21],polygon:[[[7.29431,46.92376],[7.29827,46.92747],[7.30616,46.93095],[7.30433,46.93623],[7.30686,46.94037],[7.32464,46.94328],[7.32845,46.94641],[7.34141,46.94608],[7.34385,46.94737],[7.34346,46.94879],[7.35136,46.94855],[7.35056,46.95021],[7.35309,46.95193],[7.3582,46.95118],[7.3685,46.95662],[7.37151,46.96073],[7.37503,46.95983],[7.37851,46.96147],[7.38062,46.96547],[7.38321,46.9663],[7.3938,46.96693],[7.40005,46.96918],[7.40829,46.96869],[7.42817,46.9738],[7.43271,46.97269],[7.43536,46.96843],[7.43785,46.96843],[7.44125,46.97679],[7.44569,46.97479],[7.44838,46.97564],[7.4477,46.97901],[7.44405,46.97807],[7.44127,46.97982],[7.45067,46.99015],[7.45221,46.98968],[7.45465,46.97782],[7.46804,46.97583],[7.47079,46.97],[7.47019,46.96741],[7.47816,46.97118],[7.48452,46.97016],[7.48613,46.9679],[7.48579,46.96468],[7.47847,46.9629],[7.48029,46.96068],[7.47893,46.95878],[7.47978,46.9566],[7.47701,46.95446],[7.48405,46.94999],[7.48339,46.9452],[7.49556,46.93962],[7.49351,46.93766],[7.4908,46.93876],[7.4895,46.93687],[7.47667,46.93695],[7.47811,46.93625],[7.4747,46.93392],[7.47535,46.93299],[7.4691,46.92924],[7.47077,46.9255],[7.45857,46.93484],[7.44764,46.93043],[7.43542,46.93497],[7.4338,46.93312],[7.43764,46.93074],[7.41469,46.93682],[7.41384,46.93157],[7.40708,46.93038],[7.40806,46.92563],[7.40213,46.9242],[7.40148,46.92119],[7.38757,46.93045],[7.38231,46.92728],[7.38002,46.92989],[7.38087,46.93241],[7.37487,46.93143],[7.37489,46.93271],[7.36807,46.93239],[7.36831,46.93043],[7.36041,46.92859],[7.36056,46.9272],[7.33878,46.92454],[7.33937,46.91967],[7.32746,46.91903],[7.32692,46.9236],[7.32437,46.92519],[7.30823,46.92229],[7.29431,46.92376]]],terms_text:"Orthophoto 2016, Vermessungsamt Stadt Bern",best:true},{id:"Bern-2012",name:"Stadt Bern 10cm/25cm (2012)",type:"tms",template:"https://mapproxy.osm.ch/tiles/bern2012/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[14,19],polygon:[[[7.3807,47.00952],[7.38073,47.02301],[7.43853,47.02303],[7.43865,47.01408],[7.45174,47.014],[7.45172,47.00503],[7.54111,47.005],[7.54111,46.99873],[7.54378,46.99871],[7.54375,46.98696],[7.55682,46.987],[7.55685,46.96003],[7.51744,46.96001],[7.51744,46.95108],[7.53051,46.95106],[7.53051,46.92407],[7.51741,46.92405],[7.51738,46.91505],[7.53042,46.91507],[7.53048,46.9061],[7.54358,46.90602],[7.54358,46.87905],[7.55659,46.87903],[7.55662,46.8611],[7.54349,46.86104],[7.5434,46.85212],[7.49095,46.85212],[7.49107,46.87907],[7.47794,46.87909],[7.47797,46.89707],[7.45168,46.89713],[7.45171,46.88808],[7.43855,46.88814],[7.43858,46.87015],[7.41233,46.87015],[7.41236,46.87907],[7.39917,46.87911],[7.3992,46.86108],[7.38613,46.86114],[7.3861,46.85218],[7.373,46.85216],[7.37303,46.86112],[7.34677,46.8611],[7.3468,46.88808],[7.25488,46.88796],[7.25485,46.90596],[7.24172,46.90592],[7.24169,46.91497],[7.22856,46.91493],[7.22833,46.96887],[7.24146,46.96891],[7.24149,46.98688],[7.26769,46.98694],[7.26777,46.99593],[7.28078,46.99595],[7.2809,47.0094],[7.3807,47.00952]]],terms_text:"Orthophoto 2012, Vermessungsamt Stadt Bern"},{id:"Uster-2008",name:"Stadt Uster Orthophoto 2008 10cm",type:"tms",template:"https://mapproxy.osm.ch/tiles/uster/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2008-01-01T00:00:00.000Z",startDate:"2008-01-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[8.68,47.32],[8.74,47.32],[8.74,47.365],[8.68,47.365],[8.68,47.32]]],terms_text:"Stadt Uster Vermessung Orthophoto 2008"},{id:"Zuerich-zh_luftbild2011-tms",name:"Stadt Zürich Luftbild 2011",type:"tms",template:"https://mapproxy.osm.ch/tiles/zh_luftbild2011/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",zoomExtent:[0,21],polygon:[[[8.44624,47.44143],[8.63178,47.43968],[8.62895,47.31377],[8.44381,47.31555],[8.44624,47.44143]]],terms_text:"Stadt Zürich Luftbild 2011"},{id:"Zuerich-city_map",name:"Stadtplan Zürich",type:"tms",template:"https://mapproxy.osm.ch/tiles/zh_stadtplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",zoomExtent:[0,21],polygon:[[[8.56681,47.34713],[8.56665,47.34706],[8.56563,47.34684],[8.56575,47.34666],[8.56509,47.34645],[8.54207,47.33502],[8.54073,47.33376],[8.5403,47.33396],[8.54019,47.33372],[8.54042,47.33358],[8.5388,47.33208],[8.53642,47.33076],[8.53622,47.33018],[8.53345,47.32992],[8.5318,47.3295],[8.53145,47.32846],[8.53102,47.32789],[8.52974,47.32777],[8.52969,47.32687],[8.52899,47.32698],[8.52813,47.32685],[8.52802,47.32635],[8.52755,47.32639],[8.52762,47.32616],[8.52579,47.32619],[8.52563,47.32575],[8.52426,47.32608],[8.5242,47.32486],[8.52372,47.32416],[8.52304,47.32433],[8.52193,47.32436],[8.52194,47.32394],[8.51932,47.32401],[8.51868,47.32386],[8.51768,47.3232],[8.51642,47.32308],[8.5156,47.32315],[8.51472,47.32272],[8.51295,47.3229],[8.51162,47.32222],[8.50957,47.32202],[8.5095,47.32165],[8.50788,47.32203],[8.50735,47.32173],[8.50529,47.32144],[8.50476,47.32121],[8.5043,47.32074],[8.50317,47.32022],[8.50241,47.32053],[8.50227,47.32082],[8.50152,47.32129],[8.50102,47.32198],[8.50095,47.32259],[8.5006,47.32278],[8.50078,47.3237],[8.50066,47.32451],[8.50098,47.32595],[8.5015,47.3265],[8.50159,47.32732],[8.50188,47.32765],[8.50132,47.32883],[8.5014,47.32903],[8.50069,47.32979],[8.50087,47.33053],[8.50063,47.3311],[8.50112,47.33183],[8.50075,47.33202],[8.50078,47.33224],[8.50106,47.3326],[8.50191,47.33303],[8.5022,47.33364],[8.50177,47.33412],[8.50152,47.33504],[8.50199,47.33666],[8.50161,47.33728],[8.49877,47.33968],[8.49808,47.34169],[8.49702,47.34247],[8.49709,47.34326],[8.49798,47.34365],[8.4981,47.34387],[8.49817,47.34453],[8.49773,47.34521],[8.49636,47.34648],[8.4951,47.34691],[8.49467,47.3476],[8.49285,47.34828],[8.49206,47.3495],[8.49145,47.34964],[8.49128,47.34983],[8.49089,47.35067],[8.49,47.35056],[8.48813,47.352],[8.48691,47.35203],[8.4868,47.3522],[8.48728,47.35311],[8.4871,47.3534],[8.48501,47.35469],[8.48463,47.35536],[8.48463,47.3567],[8.48426,47.35737],[8.48321,47.35814],[8.48272,47.35907],[8.48205,47.35954],[8.47879,47.36078],[8.47698,47.36029],[8.47365,47.36081],[8.47275,47.36079],[8.47169,47.36132],[8.47053,47.36166],[8.46951,47.36438],[8.4664,47.36574],[8.46583,47.3661],[8.46545,47.36664],[8.46485,47.36681],[8.46427,47.36728],[8.46418,47.36838],[8.4649,47.36897],[8.46482,47.36911],[8.46938,47.37136],[8.47042,47.3726],[8.47022,47.37395],[8.46868,47.37382],[8.46761,47.37357],[8.46544,47.37444],[8.46288,47.37603],[8.45995,47.3775],[8.45638,47.37801],[8.45116,47.37817],[8.45047,47.37836],[8.44847,47.37967],[8.44801,47.38025],[8.45174,47.38062],[8.45371,47.38027],[8.45614,47.38072],[8.45669,47.38094],[8.45673,47.38244],[8.45745,47.38222],[8.45843,47.38231],[8.45841,47.38263],[8.45745,47.38325],[8.45767,47.3834],[8.45756,47.38371],[8.45807,47.38388],[8.46004,47.38594],[8.46088,47.38704],[8.46121,47.38795],[8.46104,47.38803],[8.46381,47.39053],[8.46518,47.39132],[8.46556,47.39113],[8.46618,47.39113],[8.46727,47.39065],[8.46697,47.39131],[8.46739,47.3929],[8.4671,47.39334],[8.46607,47.39378],[8.4651,47.39453],[8.46484,47.39481],[8.46488,47.39508],[8.46535,47.39492],[8.46854,47.39461],[8.47018,47.39401],[8.47066,47.39439],[8.47191,47.39388],[8.47208,47.39408],[8.47152,47.3943],[8.47151,47.3949],[8.4721,47.39517],[8.47301,47.39506],[8.47349,47.396],[8.46516,47.39829],[8.46568,47.39922],[8.46759,47.39873],[8.46806,47.39957],[8.46615,47.40006],[8.4677,47.403],[8.4699,47.40298],[8.47551,47.40381],[8.47815,47.40387],[8.47819,47.40508],[8.47738,47.40517],[8.47705,47.40619],[8.47729,47.40914],[8.47703,47.40935],[8.47543,47.40971],[8.47583,47.41077],[8.47605,47.41072],[8.47628,47.41102],[8.47665,47.41097],[8.47725,47.41194],[8.47488,47.41241],[8.47394,47.41222],[8.47303,47.41146],[8.47268,47.41058],[8.47101,47.41094],[8.47113,47.41137],[8.47085,47.41167],[8.47044,47.41159],[8.47031,47.41253],[8.46876,47.41225],[8.46801,47.41334],[8.46863,47.41363],[8.46857,47.41408],[8.46955,47.41484],[8.47007,47.41557],[8.46913,47.41649],[8.46913,47.41693],[8.46962,47.41752],[8.47158,47.41763],[8.4772,47.41974],[8.47688,47.42016],[8.47783,47.42212],[8.47895,47.42172],[8.47937,47.42113],[8.47972,47.42141],[8.48131,47.42134],[8.48171,47.423],[8.48294,47.42266],[8.48292,47.42222],[8.48609,47.42155],[8.48658,47.42164],[8.48683,47.42186],[8.48796,47.42201],[8.48851,47.42271],[8.49019,47.42234],[8.491,47.4239],[8.49006,47.42435],[8.49007,47.42532],[8.49027,47.42536],[8.49017,47.42578],[8.48552,47.42712],[8.48481,47.42784],[8.48466,47.42873],[8.48437,47.42896],[8.48445,47.42979],[8.48579,47.43103],[8.49562,47.43281],[8.50027,47.43442],[8.50207,47.43467],[8.50364,47.43402],[8.50997,47.43213],[8.51155,47.43116],[8.51274,47.43085],[8.516,47.43174],[8.51628,47.43175],[8.51681,47.43133],[8.51872,47.4319],[8.51979,47.43167],[8.52463,47.43126],[8.52549,47.43316],[8.5303,47.43207],[8.53063,47.43266],[8.533,47.43228],[8.53374,47.43251],[8.53467,47.432],[8.53521,47.43188],[8.53606,47.43187],[8.5374,47.4314],[8.53964,47.43126],[8.5401,47.4311],[8.54033,47.43186],[8.54363,47.43143],[8.54284,47.43289],[8.54311,47.43288],[8.54451,47.4325],[8.54459,47.43262],[8.54607,47.43207],[8.54858,47.43142],[8.55009,47.43128],[8.55098,47.43102],[8.55199,47.43104],[8.55535,47.43066],[8.5561,47.42803],[8.55684,47.42624],[8.55783,47.42554],[8.55697,47.4249],[8.55736,47.42472],[8.5569,47.42424],[8.55723,47.4241],[8.55419,47.4208],[8.56082,47.41817],[8.56129,47.41829],[8.56235,47.41632],[8.56282,47.41643],[8.56323,47.41565],[8.56622,47.41632],[8.56692,47.41629],[8.56735,47.41649],[8.5678,47.41684],[8.56875,47.41855],[8.56903,47.41871],[8.5696,47.41868],[8.56944,47.41926],[8.57223,47.41893],[8.57367,47.42004],[8.57378,47.4178],[8.57342,47.41711],[8.57386,47.41438],[8.57384,47.41324],[8.57331,47.41257],[8.5726,47.41207],[8.573,47.41144],[8.58806,47.40797],[8.58894,47.40756],[8.59312,47.40704],[8.59728,47.40631],[8.59722,47.406],[8.59608,47.40612],[8.59378,47.40222],[8.59622,47.40154],[8.5948,47.39918],[8.59725,47.39851],[8.59644,47.39715],[8.59637,47.39663],[8.59623,47.39646],[8.59453,47.39712],[8.59392,47.39647],[8.59335,47.39614],[8.59208,47.39691],[8.59172,47.39681],[8.59148,47.397],[8.58828,47.3958],[8.58905,47.39501],[8.58995,47.39478],[8.58818,47.39351],[8.58752,47.39321],[8.58747,47.39297],[8.58619,47.3928],[8.58442,47.39195],[8.58369,47.39008],[8.58305,47.38905],[8.58316,47.38831],[8.58437,47.38834],[8.58432,47.38894],[8.58492,47.39011],[8.58528,47.3904],[8.58696,47.39017],[8.5869,47.38977],[8.58765,47.38905],[8.58698,47.38793],[8.59181,47.38638],[8.59307,47.38565],[8.59299,47.38523],[8.59354,47.38522],[8.59274,47.38417],[8.59082,47.38476],[8.59013,47.38381],[8.58966,47.384],[8.58956,47.38373],[8.59217,47.38311],[8.59151,47.38244],[8.59384,47.38081],[8.59407,47.38061],[8.59406,47.38029],[8.59556,47.3796],[8.59574,47.37927],[8.59721,47.37849],[8.59674,47.37782],[8.59702,47.37716],[8.5976,47.37661],[8.59705,47.37589],[8.59778,47.37557],[8.59828,47.3751],[8.59855,47.37473],[8.59813,47.37447],[8.6002,47.37331],[8.60053,47.3734],[8.60096,47.37312],[8.60194,47.37198],[8.60192,47.37171],[8.60324,47.37131],[8.60607,47.36871],[8.60745,47.36816],[8.60812,47.36761],[8.61067,47.3673],[8.612,47.36684],[8.61308,47.36776],[8.61344,47.36779],[8.61366,47.36802],[8.61549,47.3677],[8.61645,47.36841],[8.61665,47.36828],[8.61764,47.36681],[8.61709,47.36626],[8.61682,47.36535],[8.61565,47.36466],[8.61495,47.36458],[8.61557,47.36342],[8.61566,47.36273],[8.61482,47.36263],[8.6147,47.36151],[8.61929,47.36121],[8.61996,47.36104],[8.62174,47.36007],[8.62257,47.35983],[8.62187,47.35946],[8.62133,47.35746],[8.62351,47.35592],[8.62352,47.35561],[8.62544,47.35466],[8.62416,47.35397],[8.62245,47.35364],[8.62209,47.35334],[8.61989,47.35367],[8.61976,47.35385],[8.61844,47.35382],[8.61839,47.35425],[8.61708,47.35414],[8.61569,47.35442],[8.6152,47.3541],[8.61386,47.35402],[8.61255,47.35437],[8.61156,47.35394],[8.61107,47.35352],[8.61042,47.35337],[8.60946,47.35352],[8.60776,47.35333],[8.60607,47.35363],[8.60506,47.35359],[8.6038,47.353],[8.60305,47.35219],[8.6032,47.35207],[8.60294,47.35175],[8.603,47.35076],[8.60262,47.35073],[8.6016,47.35073],[8.60104,47.35105],[8.60026,47.35112],[8.5996,47.35145],[8.59859,47.35145],[8.59824,47.35165],[8.59689,47.3514],[8.59666,47.35161],[8.59596,47.35169],[8.59564,47.3519],[8.59494,47.35161],[8.59454,47.35175],[8.5939,47.35161],[8.5935,47.35211],[8.59229,47.3523],[8.59189,47.35278],[8.59118,47.35321],[8.59047,47.35271],[8.59014,47.35286],[8.58846,47.35289],[8.58797,47.35307],[8.58748,47.35267],[8.5863,47.35288],[8.58591,47.35231],[8.5853,47.35201],[8.58462,47.35141],[8.58417,47.35129],[8.58438,47.35116],[8.58398,47.35085],[8.58348,47.35104],[8.58335,47.35087],[8.58221,47.35101],[8.58246,47.35062],[8.57851,47.34873],[8.57827,47.34888],[8.57786,47.34865],[8.57686,47.34878],[8.57688,47.34859],[8.57625,47.34839],[8.57308,47.34751],[8.573,47.34765],[8.57214,47.34744],[8.57163,47.34728],[8.5717,47.34712],[8.57029,47.34672],[8.56968,47.3476],[8.56741,47.34674],[8.56681,47.34713]]],terms_text:"Stadt Zürich Open Government Data"},{id:"stamen-terrain-background",name:"Stamen Terrain",type:"tms",template:"https://stamen-tiles-{switch:a,b,c,d}.a.ssl.fastly.net/terrain-background/{zoom}/{x}/{y}.jpg",zoomExtent:[4,18],terms_url:"http://maps.stamen.com/#terrain",terms_text:"Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL",icon:"https://stamen.com/wp-content/uploads/2016/07/stamen_compass_rose_small-01.png"},{id:"Surrey-Air_Survey",name:"Surrey Air Survey",type:"tms",template:"https://{switch:a,b,c}.surrey.aerial.openstreetmap.org.uk/layer/gb_surrey_aerial/{zoom}/{x}/{y}.png",endDate:"2009-01-01T00:00:00.000Z",startDate:"2007-01-01T00:00:00.000Z",zoomExtent:[8,21],polygon:[[[-0.75248,51.08219],[-0.75952,51.08563],[-0.80143,51.14579],[-0.83989,51.14407],[-0.83577,51.18024],[-0.85295,51.20113],[-0.85227,51.20962],[-0.84952,51.2179],[-0.82669,51.24037],[-0.8121,51.24692],[-0.77365,51.24596],[-0.75442,51.23811],[-0.75408,51.23392],[-0.74464,51.23338],[-0.74307,51.28472],[-0.7515,51.30695],[-0.76644,51.3121],[-0.78206,51.32702],[-0.78154,51.33881],[-0.73743,51.37205],[-0.71923,51.37697],[-0.67958,51.3848],[-0.68078,51.39015],[-0.65314,51.39176],[-0.63014,51.39058],[-0.62911,51.39701],[-0.62344,51.39776],[-0.61314,51.42956],[-0.60025,51.44591],[-0.58671,51.44454],[-0.57624,51.4532],[-0.56268,51.45235],[-0.54774,51.447],[-0.53727,51.44486],[-0.5371,51.45267],[-0.54396,51.45459],[-0.54053,51.46989],[-0.53092,51.47609],[-0.50912,51.47448],[-0.5086,51.46957],[-0.49006,51.46828],[-0.45264,51.46069],[-0.44869,51.44293],[-0.44148,51.44186],[-0.44183,51.43694],[-0.41127,51.43801],[-0.40149,51.42795],[-0.38071,51.42624],[-0.38054,51.41617],[-0.34913,51.41382],[-0.3275,51.40375],[-0.30398,51.39904],[-0.30192,51.37547],[-0.30948,51.36969],[-0.31119,51.35297],[-0.29557,51.35415],[-0.29231,51.36733],[-0.2851,51.36808],[-0.27875,51.37719],[-0.26553,51.38372],[-0.24115,51.3848],[-0.21231,51.36283],[-0.21077,51.34986],[-0.19086,51.35029],[-0.15429,51.33388],[-0.14966,51.30577],[-0.10743,51.29665],[-0.08872,51.30996],[-0.08786,51.32208],[-0.0652,51.32154],[-0.06417,51.32648],[-0.05198,51.32637],[-0.05284,51.33463],[-0.03308,51.34309],[0.00192,51.33763],[0.01188,51.3282],[0.01393,51.29944],[0.02029,51.29944],[0.02406,51.30727],[0.03316,51.30867],[0.04552,51.30545],[0.05239,51.28774],[0.06166,51.25778],[0.06406,51.24155],[0.04621,51.21263],[0.04071,51.21091],[0.04483,51.19898],[0.04947,51.19973],[0.05582,51.19446],[0.06114,51.17907],[0.06234,51.15421],[0.05771,51.14171],[0.02046,51.13654],[-0.0446,51.13364],[-0.1567,51.13525],[-0.15721,51.129],[-0.22879,51.11834],[-0.24733,51.11834],[-0.25008,51.12114],[-0.29935,51.1137],[-0.32218,51.11198],[-0.32235,51.10584],[-0.3596,51.10196],[-0.35891,51.11133],[-0.38638,51.11176],[-0.3869,51.10625],[-0.4281,51.09472],[-0.48568,51.09516],[-0.48713,51.08723],[-0.52974,51.08654],[-0.53023,51.07899],[-0.61046,51.07655],[-0.60997,51.08067],[-0.6578,51.07922],[-0.65828,51.07434],[-0.68365,51.07075],[-0.6998,51.07083],[-0.72966,51.07449],[-0.75248,51.08219]]]},{id:"Swietochlowice-2008",name:"Świętochłowice: Orthophotomap 2008 (aerial image)",type:"wms",template:"https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2008&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}",projection:"EPSG:4326",endDate:"2008-01-01T00:00:00.000Z",startDate:"2008-01-01T00:00:00.000Z",zoomExtent:[0,23],polygon:[[[18.92818,50.32151],[18.93028,50.31766],[18.93402,50.31392],[18.93193,50.31119],[18.92556,50.30575],[18.92429,50.30354],[18.92964,50.30206],[18.93083,50.3004],[18.9283,50.2961],[18.93573,50.29356],[18.93885,50.28965],[18.9371,50.28727],[18.93966,50.28206],[18.93402,50.27553],[18.92953,50.27543],[18.93037,50.27338],[18.93413,50.27104],[18.93239,50.26883],[18.92716,50.26926],[18.90447,50.27371],[18.89758,50.27612],[18.89569,50.28028],[18.89783,50.28566],[18.89712,50.2878],[18.88292,50.29258],[18.88031,50.29473],[18.88311,50.29894],[18.88819,50.30164],[18.88326,50.30717],[18.88444,50.31183],[18.89149,50.31809],[18.89306,50.32558],[18.89568,50.32704],[18.92818,50.32151]]],terms_text:"Urząd Miasta Świętochłowice"},{id:"Swietochlowice-2009",name:"Świętochłowice: Orthophotomap 2009 (aerial image)",type:"wms",template:"https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2009&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}",projection:"EPSG:4326",endDate:"2009-01-01T00:00:00.000Z",startDate:"2009-01-01T00:00:00.000Z",zoomExtent:[0,23],polygon:[[[18.92818,50.32151],[18.93028,50.31766],[18.93402,50.31392],[18.93193,50.31119],[18.92556,50.30575],[18.92429,50.30354],[18.92964,50.30206],[18.93083,50.3004],[18.9283,50.2961],[18.93573,50.29356],[18.93885,50.28965],[18.9371,50.28727],[18.93966,50.28206],[18.93402,50.27553],[18.92953,50.27543],[18.93037,50.27338],[18.93413,50.27104],[18.93239,50.26883],[18.92716,50.26926],[18.90447,50.27371],[18.89758,50.27612],[18.89569,50.28028],[18.89783,50.28566],[18.89712,50.2878],[18.88292,50.29258],[18.88031,50.29473],[18.88311,50.29894],[18.88819,50.30164],[18.88326,50.30717],[18.88444,50.31183],[18.89149,50.31809],[18.89306,50.32558],[18.89568,50.32704],[18.92818,50.32151]]],terms_text:"Urząd Miasta Świętochłowice"},{id:"Swietochlowice-2012",name:"Świętochłowice: Orthophotomap 2012 (aerial image)",type:"wms",template:"https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2012&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}",projection:"EPSG:4326",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[0,23],polygon:[[[18.92818,50.32151],[18.93028,50.31766],[18.93402,50.31392],[18.93193,50.31119],[18.92556,50.30575],[18.92429,50.30354],[18.92964,50.30206],[18.93083,50.3004],[18.9283,50.2961],[18.93573,50.29356],[18.93885,50.28965],[18.9371,50.28727],[18.93966,50.28206],[18.93402,50.27553],[18.92953,50.27543],[18.93037,50.27338],[18.93413,50.27104],[18.93239,50.26883],[18.92716,50.26926],[18.90447,50.27371],[18.89758,50.27612],[18.89569,50.28028],[18.89783,50.28566],[18.89712,50.2878],[18.88292,50.29258],[18.88031,50.29473],[18.88311,50.29894],[18.88819,50.30164],[18.88326,50.30717],[18.88444,50.31183],[18.89149,50.31809],[18.89306,50.32558],[18.89568,50.32704],[18.92818,50.32151]]],terms_text:"Urząd Miasta Świętochłowice"},{id:"Szeged_2011",name:"Szeged orthophoto 2011",type:"tms",template:"http://e.tile.openstreetmap.hu/szeged-2011-10cm/{zoom}/{x}/{y}.png",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",zoomExtent:[10,22],polygon:[[[20.14599,46.22811],[20.13323,46.22904],[20.12584,46.22987],[20.12233,46.23099],[20.12085,46.23175],[20.11897,46.23351],[20.11312,46.24136],[20.11203,46.2433],[20.11157,46.245],[20.11119,46.24709],[20.11129,46.24877],[20.11159,46.25097],[20.11222,46.2528],[20.11299,46.25427],[20.11354,46.25535],[20.11477,46.2568],[20.13523,46.27685],[20.13664,46.27751],[20.13789,46.27803],[20.13939,46.27835],[20.14088,46.27846],[20.16115,46.27816],[20.16211,46.27816],[20.16359,46.2777],[20.16618,46.27615],[20.16878,46.27386],[20.16961,46.27144],[20.16959,46.27045],[20.17009,46.27044],[20.17399,46.26433],[20.17662,46.25829],[20.1948,46.25492],[20.18587,46.24481],[20.18466,46.24531],[20.17804,46.23831],[20.17818,46.23771],[20.17953,46.2371],[20.17257,46.23002],[20.16983,46.23504],[20.16877,46.23629],[20.16703,46.23785],[20.16594,46.23873],[20.16544,46.239],[20.16548,46.239],[20.16352,46.24014],[20.16021,46.2412],[20.15927,46.24153],[20.15927,46.24158],[20.15835,46.24185],[20.15495,46.24229],[20.15108,46.23515],[20.14938,46.23246],[20.14599,46.22811]]],terms_url:"http://www.geo.u-szeged.hu",terms_text:"SZTE TFGT - University of Szeged",best:true,description:"Inner part of Szeged"},{id:"TW_NLSC_WMS_EMAP6",name:"Taiwan e-Map Open Data",type:"tms",template:"https://wmts.nlsc.gov.tw/wmts/EMAP6_OPENDATA/default/GoogleMapsCompatible/{zoom}/{y}/{x}",zoomExtent:[0,15],polygon:[[[120.45706,26.39706],[120.44256,26.3708],[120.44713,26.35315],[120.4673,26.34058],[120.49787,26.33409],[120.5141,26.34016],[120.53412,26.36416],[120.5297,26.38421],[120.49567,26.40158],[120.45706,26.39706]],[[119.90072,25.98586],[119.89601,25.96489],[119.91313,25.94704],[119.95035,25.92785],[119.99056,25.92606],[120.01984,25.93633],[120.02778,25.95574],[120.02753,25.98452],[119.99899,26.00103],[119.94043,26.00281],[119.90072,25.98586]],[[122.089,24.5485],[121.709,23.4541],[121.717,22.698],[121.818,21.95],[121.803,21.8735],[121.759,21.8087],[121.694,21.7653],[120.861,21.5631],[120.815,21.5576],[120.739,21.5728],[120.661,21.6296],[120.202,22.1809],[119.27,23.0542],[119.153,23.2049],[119.128,23.2485],[119.103,23.4],[119.118,23.4765],[119.137,23.512],[119.361,23.8885],[119.406,23.9407],[120.968,25.2284],[121.408,25.4687],[121.989,25.8147],[122.065,25.8299],[122.141,25.8147],[122.216,25.7663],[122.26,25.7015],[122.297,25.48],[122.196,24.9696],[122.089,24.5485]],[[116.6855,20.85476],[116.63091,20.81496],[116.59417,20.76008],[116.57972,20.69675],[116.58931,20.63259],[116.62177,20.57534],[116.67319,20.53192],[116.73737,20.50758],[116.80657,20.50527],[116.87244,20.52526],[116.92703,20.56514],[116.96377,20.62008],[116.97822,20.68345],[116.96863,20.74759],[116.93617,20.80477],[116.88475,20.84811],[116.82057,20.8724],[116.75137,20.87471],[116.6855,20.85476]],[[118.22615,24.45633],[118.29364,24.45385],[118.28515,24.4751],[118.30974,24.49168],[118.37677,24.47293],[118.41009,24.53323],[118.4479,24.52841],[118.47464,24.45993],[118.51299,24.43155],[118.50658,24.42023],[118.48116,24.43324],[118.46106,24.40892],[118.42615,24.39704],[118.39701,24.42842],[118.37656,24.42584],[118.33976,24.38146],[118.30319,24.37058],[118.25742,24.41392],[118.13813,24.37248],[118.16173,24.40224],[118.20942,24.41396],[118.18958,24.43522],[118.21763,24.43021],[118.22615,24.45633]],[[120.22345,26.30045],[120.25508,26.31004],[120.26989,26.33687],[120.25919,26.36522],[120.22925,26.37848],[120.19762,26.3689],[120.18282,26.34207],[120.19352,26.31372],[120.22345,26.30045]],[[119.43745,25.00475],[119.4342,24.98862],[119.45419,24.97226],[119.48274,24.97184],[119.48984,24.99379],[119.47159,25.00692],[119.43745,25.00475]],[[119.88699,26.18038],[119.89323,26.12031],[119.92851,26.10802],[119.97794,26.12236],[120.03668,26.15173],[120.10981,26.21349],[120.11927,26.27137],[120.06292,26.31726],[119.99237,26.31649],[119.94677,26.28988],[119.90204,26.24398],[119.88699,26.18038]]],terms_url:"https://maps.nlsc.gov.tw/",terms_text:"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0",icon:"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{id:"TW_NLSC_WMS_LANDSECT",name:"Taiwan Land-Section Data",type:"wms",template:"https://maps.nlsc.gov.tw/S_Maps/wms?VERSION=1.1.1&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=LANDSECT&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[120.45706,26.39706],[120.44256,26.3708],[120.44713,26.35315],[120.4673,26.34058],[120.49787,26.33409],[120.5141,26.34016],[120.53412,26.36416],[120.5297,26.38421],[120.49567,26.40158],[120.45706,26.39706]],[[119.90072,25.98586],[119.89601,25.96489],[119.91313,25.94704],[119.95035,25.92785],[119.99056,25.92606],[120.01984,25.93633],[120.02778,25.95574],[120.02753,25.98452],[119.99899,26.00103],[119.94043,26.00281],[119.90072,25.98586]],[[122.089,24.5485],[121.709,23.4541],[121.717,22.698],[121.818,21.95],[121.803,21.8735],[121.759,21.8087],[121.694,21.7653],[120.861,21.5631],[120.815,21.5576],[120.739,21.5728],[120.661,21.6296],[120.202,22.1809],[119.27,23.0542],[119.153,23.2049],[119.128,23.2485],[119.103,23.4],[119.118,23.4765],[119.137,23.512],[119.361,23.8885],[119.406,23.9407],[120.968,25.2284],[121.408,25.4687],[121.989,25.8147],[122.065,25.8299],[122.141,25.8147],[122.216,25.7663],[122.26,25.7015],[122.297,25.48],[122.196,24.9696],[122.089,24.5485]],[[116.6855,20.85476],[116.63091,20.81496],[116.59417,20.76008],[116.57972,20.69675],[116.58931,20.63259],[116.62177,20.57534],[116.67319,20.53192],[116.73737,20.50758],[116.80657,20.50527],[116.87244,20.52526],[116.92703,20.56514],[116.96377,20.62008],[116.97822,20.68345],[116.96863,20.74759],[116.93617,20.80477],[116.88475,20.84811],[116.82057,20.8724],[116.75137,20.87471],[116.6855,20.85476]],[[118.22615,24.45633],[118.29364,24.45385],[118.28515,24.4751],[118.30974,24.49168],[118.37677,24.47293],[118.41009,24.53323],[118.4479,24.52841],[118.47464,24.45993],[118.51299,24.43155],[118.50658,24.42023],[118.48116,24.43324],[118.46106,24.40892],[118.42615,24.39704],[118.39701,24.42842],[118.37656,24.42584],[118.33976,24.38146],[118.30319,24.37058],[118.25742,24.41392],[118.13813,24.37248],[118.16173,24.40224],[118.20942,24.41396],[118.18958,24.43522],[118.21763,24.43021],[118.22615,24.45633]],[[120.22345,26.30045],[120.25508,26.31004],[120.26989,26.33687],[120.25919,26.36522],[120.22925,26.37848],[120.19762,26.3689],[120.18282,26.34207],[120.19352,26.31372],[120.22345,26.30045]],[[119.43745,25.00475],[119.4342,24.98862],[119.45419,24.97226],[119.48274,24.97184],[119.48984,24.99379],[119.47159,25.00692],[119.43745,25.00475]],[[119.88699,26.18038],[119.89323,26.12031],[119.92851,26.10802],[119.97794,26.12236],[120.03668,26.15173],[120.10981,26.21349],[120.11927,26.27137],[120.06292,26.31726],[119.99237,26.31649],[119.94677,26.28988],[119.90204,26.24398],[119.88699,26.18038]]],terms_url:"https://maps.nlsc.gov.tw/",terms_text:"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0",icon:"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{id:"TW_NLSC_WMS_Village",name:"Taiwan Village Boundaries",type:"wms",template:"https://maps.nlsc.gov.tw/S_Maps/wms?VERSION=1.1.1&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Village&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[120.45706,26.39706],[120.44256,26.3708],[120.44713,26.35315],[120.4673,26.34058],[120.49787,26.33409],[120.5141,26.34016],[120.53412,26.36416],[120.5297,26.38421],[120.49567,26.40158],[120.45706,26.39706]],[[119.90072,25.98586],[119.89601,25.96489],[119.91313,25.94704],[119.95035,25.92785],[119.99056,25.92606],[120.01984,25.93633],[120.02778,25.95574],[120.02753,25.98452],[119.99899,26.00103],[119.94043,26.00281],[119.90072,25.98586]],[[122.089,24.5485],[121.709,23.4541],[121.717,22.698],[121.818,21.95],[121.803,21.8735],[121.759,21.8087],[121.694,21.7653],[120.861,21.5631],[120.815,21.5576],[120.739,21.5728],[120.661,21.6296],[120.202,22.1809],[119.27,23.0542],[119.153,23.2049],[119.128,23.2485],[119.103,23.4],[119.118,23.4765],[119.137,23.512],[119.361,23.8885],[119.406,23.9407],[120.968,25.2284],[121.408,25.4687],[121.989,25.8147],[122.065,25.8299],[122.141,25.8147],[122.216,25.7663],[122.26,25.7015],[122.297,25.48],[122.196,24.9696],[122.089,24.5485]],[[116.6855,20.85476],[116.63091,20.81496],[116.59417,20.76008],[116.57972,20.69675],[116.58931,20.63259],[116.62177,20.57534],[116.67319,20.53192],[116.73737,20.50758],[116.80657,20.50527],[116.87244,20.52526],[116.92703,20.56514],[116.96377,20.62008],[116.97822,20.68345],[116.96863,20.74759],[116.93617,20.80477],[116.88475,20.84811],[116.82057,20.8724],[116.75137,20.87471],[116.6855,20.85476]],[[118.22615,24.45633],[118.29364,24.45385],[118.28515,24.4751],[118.30974,24.49168],[118.37677,24.47293],[118.41009,24.53323],[118.4479,24.52841],[118.47464,24.45993],[118.51299,24.43155],[118.50658,24.42023],[118.48116,24.43324],[118.46106,24.40892],[118.42615,24.39704],[118.39701,24.42842],[118.37656,24.42584],[118.33976,24.38146],[118.30319,24.37058],[118.25742,24.41392],[118.13813,24.37248],[118.16173,24.40224],[118.20942,24.41396],[118.18958,24.43522],[118.21763,24.43021],[118.22615,24.45633]],[[120.22345,26.30045],[120.25508,26.31004],[120.26989,26.33687],[120.25919,26.36522],[120.22925,26.37848],[120.19762,26.3689],[120.18282,26.34207],[120.19352,26.31372],[120.22345,26.30045]],[[119.43745,25.00475],[119.4342,24.98862],[119.45419,24.97226],[119.48274,24.97184],[119.48984,24.99379],[119.47159,25.00692],[119.43745,25.00475]],[[119.88699,26.18038],[119.89323,26.12031],[119.92851,26.10802],[119.97794,26.12236],[120.03668,26.15173],[120.10981,26.21349],[120.11927,26.27137],[120.06292,26.31726],[119.99237,26.31649],[119.94677,26.28988],[119.90204,26.24398],[119.88699,26.18038]]],terms_url:"https://maps.nlsc.gov.tw/",terms_text:"© National Land Surveying and Mapping Center, Taiwan OGDL 1.0",icon:"https://osmlab.github.io/editor-layer-index/sources/asia/tw/Taiwane-MapOpenData.png"},{id:"TEClines",name:"TEC bus lines",type:"wms",template:"https://geodata.tec-wl.be/arcgis/services/Lignes/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[5.40236,49.50688],[5.81984,49.54253],[6.1714,49.62089],[5.85829,49.68846],[5.7704,49.85343],[5.894,50.11832],[6.15492,50.13593],[6.39662,50.36775],[6.28126,50.46576],[6.11372,50.7933],[5.72646,50.77941],[5.70998,50.85229],[5.61385,50.80024],[5.46278,50.79677],[5.21284,50.70119],[4.94917,50.80371],[4.75966,50.80718],[4.72121,50.88869],[4.60585,50.77941],[4.48775,50.85749],[4.36964,50.85056],[4.15266,50.72728],[3.59236,50.76725],[3.29848,50.76377],[3.04579,50.80024],[2.86177,50.72728],[2.89748,50.68553],[3.0815,50.76725],[3.19685,50.68031],[3.28749,50.52691],[3.67201,50.47625],[3.68574,50.31692],[3.99062,50.27305],[4.14992,50.17465],[4.24055,50.08661],[4.15266,49.99842],[4.18562,49.96486],[4.55366,49.94542],[4.69923,50.03372],[4.81184,50.0919],[4.84206,50.01607],[4.86677,49.90475],[4.85854,49.80382],[5.08925,49.7648],[5.34743,49.60843],[5.40236,49.50688]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/TECbusstops.png",overlay:true},{id:"TECstops",name:"TEC bus stops",type:"wms",template:"https://geodata.tec-wl.be/arcgis/services/Poteaux/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[5.40236,49.50688],[5.81984,49.54253],[6.1714,49.62089],[5.85829,49.68846],[5.7704,49.85343],[5.894,50.11832],[6.15492,50.13593],[6.39662,50.36775],[6.28126,50.46576],[6.11372,50.7933],[5.72646,50.77941],[5.70998,50.85229],[5.61385,50.80024],[5.46278,50.79677],[5.21284,50.70119],[4.94917,50.80371],[4.75966,50.80718],[4.72121,50.88869],[4.60585,50.77941],[4.48775,50.85749],[4.36964,50.85056],[4.15266,50.72728],[3.59236,50.76725],[3.29848,50.76377],[3.04579,50.80024],[2.86177,50.72728],[2.89748,50.68553],[3.0815,50.76725],[3.19685,50.68031],[3.28749,50.52691],[3.67201,50.47625],[3.68574,50.31692],[3.99062,50.27305],[4.14992,50.17465],[4.24055,50.08661],[4.15266,49.99842],[4.18562,49.96486],[4.55366,49.94542],[4.69923,50.03372],[4.81184,50.0919],[4.84206,50.01607],[4.86677,49.90475],[4.85854,49.80382],[5.08925,49.7648],[5.34743,49.60843],[5.40236,49.50688]]],icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/TECbusstops.png",overlay:true},{id:"teotonio_vilela",name:"Teotonio Vilela AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Teotonio%20Vilela&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.31164,-9.95468],[-36.31158,-9.94382],[-36.31145,-9.93197],[-36.31127,-9.92436],[-36.31123,-9.91848],[-36.31119,-9.91637],[-36.31141,-9.91324],[-36.3111,-9.90922],[-36.31108,-9.90318],[-36.31099,-9.89379],[-36.31089,-9.8842],[-36.31078,-9.87412],[-36.31068,-9.86457],[-36.3318,-9.86432],[-36.34001,-9.86437],[-36.3478,-9.86425],[-36.35917,-9.8642],[-36.37047,-9.86404],[-36.38448,-9.86386],[-36.40164,-9.86364],[-36.40221,-9.9225],[-36.40249,-9.93177],[-36.40259,-9.94183],[-36.40248,-9.94804],[-36.40266,-9.9537],[-36.3855,-9.95384],[-36.38283,-9.95392],[-36.37096,-9.95399],[-36.36232,-9.95423],[-36.34747,-9.95422],[-36.33287,-9.95446],[-36.3291,-9.95456],[-36.32089,-9.95459],[-36.31164,-9.95468]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"tnris.org",name:"Texas Orthophoto",type:"tms",template:"https://txgi.tnris.org/login/path/ecology-fiona-poem-romeo/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=texas&STYLE=&FORMAT=image/png&tileMatrixSet=0to20&tileMatrix=0to20:{zoom}&tileRow={y}&tileCol={x}",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[-99.99854,34.56018],[-95.55655,33.99257],[-93.89679,33.61039],[-93.98468,32.04103],[-93.41614,31.02505],[-93.74531,29.57268],[-96.50492,28.23159],[-97.36942,26.95467],[-97.04867,25.8053],[-99.07342,26.32559],[-100.76599,29.02532],[-102.33154,29.84339],[-103.13355,28.88112],[-104.28879,29.28831],[-104.72698,29.94816],[-104.72697,30.23535],[-106.5345,31.78457],[-106.75767,31.78457],[-106.75766,32.04386],[-106.61848,32.04385],[-103.11949,32.04376],[-103.09544,36.50046],[-103.05798,36.54269],[-100.00042,36.54222],[-99.99854,34.56018]]],terms_url:"https://tnris.org/maps-and-data/online-mapping-services",terms_text:"Texas Natural Resources Information System"},{id:"US-TIGER-Roads-2017",name:"TIGER Roads 2017",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/cj8dftc3q1ecn2tnx9qhwyj0c/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301]],[[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629]],[[-167.1572,68.722],[-164.8554,67.0255],[-168.0022,66.0018],[-169.0087,66.0015],[-169.0075,64.9988],[-172.5143,63.8767],[-173.8197,59.7401],[-178.0001,52.2446],[-177.9993,51.2554],[-171.4689,51.8215],[-162.4025,53.9567],[-159.0076,55.0025],[-158.0191,55.0028],[-151.9963,55.9992],[-151.5003,57.9988],[-151.5013,58.992],[-138.516,58.9953],[-138.515,57.9986],[-133.9948,54.0032],[-130.0044,54.0043],[-130.0071,57.0001],[-131.9759,56.9995],[-135.123,59.7566],[-138.0072,59.9918],[-139.1716,60.4127],[-140.9874,61.0119],[-140.9684,69.9535],[-156.1769,71.5633],[-160.4136,70.7398],[-163.0218,69.9707],[-164.9717,68.9947],[-167.1572,68.722]],[[-68.2,17.8],[-64.32,17.38],[-64.64,18.36],[-65.33,18.57],[-67.9,18.67],[-68.2,17.8]],[[146.2,15.4],[145.7,15.6],[144.2,13.2],[144.8,12.9],[146.2,15.4]],[[179.99,52.2],[172,53.5],[172,52.5],[179.99,51],[179.99,52.2]]],description:"Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/TIGER2017RoadsOverlay.png",overlay:true},{id:"tirol.gv.at-contourlines",name:"Tiris: contour lines",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Hoehenschichtlinien 20m&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[15,22],polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif",overlay:true},{id:"tirol.gv.at-DGM",name:"Tiris: DGM (Terrain model)",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image Schummerung_Gelaendemodell&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{id:"tirol.gv.at-DOM",name:"Tiris: DOM (Surface model)",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/terrain/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image Schummerung_Oberflaechenmodell&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{id:"tirol.gv.at-orthofoto",name:"Tiris: orthophoto",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image_Aktuell_RGB&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{id:"tirol.gv.at-orthofoto-cir",name:"Tiris: orthophoto infrared",type:"wms",template:"https://gis.tirol.gv.at/arcgis/services/Service_Public/orthofoto/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Image_Aktuell_CIR&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[10.43998,47.59768],[10.47886,47.59925],[10.50277,47.58656],[10.4838,47.55979],[10.51312,47.5435],[10.57177,47.54582],[10.57004,47.56212],[10.60109,47.58074],[10.63904,47.5691],[10.70804,47.57027],[10.71149,47.54932],[10.76841,47.55048],[10.78566,47.52603],[10.89605,47.55048],[10.93572,47.5237],[10.934,47.50506],[10.89088,47.49573],[10.95125,47.49107],[10.9547,47.46776],[11.003,47.43276],[10.99092,47.40825],[11.10304,47.40475],[11.11511,47.41993],[11.20998,47.4456],[11.26863,47.44093],[11.26691,47.41059],[11.29451,47.4421],[11.33073,47.46076],[11.38248,47.45843],[11.3704,47.47592],[11.4394,47.53069],[11.467,47.51787],[11.57394,47.5237],[11.57567,47.55863],[11.59809,47.59121],[11.63431,47.60633],[11.66881,47.5947],[11.793,47.60284],[11.83958,47.59238],[11.84993,47.61098],[12.00689,47.63656],[12.03622,47.62494],[12.07761,47.62726],[12.10866,47.61912],[12.19491,47.62261],[12.15351,47.68768],[12.15868,47.7167],[12.18111,47.71206],[12.21906,47.72482],[12.24148,47.75382],[12.27253,47.7515],[12.2846,47.73178],[12.26563,47.69581],[12.33635,47.7109],[12.37602,47.69581],[12.44329,47.70277],[12.45364,47.69232],[12.45364,47.6749],[12.51057,47.63191],[12.53126,47.64586],[12.58991,47.63424],[12.57956,47.61098],[12.66581,47.5947],[12.67961,47.57492],[12.64511,47.55048],[12.66753,47.53185],[12.68478,47.50389],[12.71238,47.48175],[12.66753,47.45609],[12.64166,47.45959],[12.65028,47.44326],[12.62096,47.40709],[12.57439,47.38607],[12.55024,47.39658],[12.49159,47.37205],[12.50884,47.35102],[12.48814,47.32063],[12.43467,47.32297],[12.41397,47.30426],[12.36395,47.30894],[12.3122,47.32764],[12.2708,47.29841],[12.17766,47.29373],[12.14833,47.28437],[12.11729,47.29958],[12.09831,47.27501],[12.12591,47.25042],[12.09659,47.19771],[12.11039,47.14846],[12.14143,47.10974],[12.13799,47.08977],[12.15006,47.07568],[12.00517,47.04395],[11.92065,47.02985],[11.83095,46.99103],[11.78783,46.98633],[11.77403,46.9675],[11.73091,46.96514],[11.70676,46.98986],[11.64294,46.99456],[11.61189,47.00515],[11.53254,46.97809],[11.49287,47.00868],[11.44457,46.9675],[11.4049,46.96161],[11.34453,46.98633],[11.20309,46.9569],[11.17549,46.96161],[11.17721,46.94395],[11.14616,46.92275],[11.12546,46.92275],[11.10822,46.90389],[11.11511,46.88857],[11.08234,46.85319],[11.09614,46.8237],[11.05129,46.80245],[11.02369,46.76229],[10.91848,46.77056],[10.88398,46.75756],[10.84085,46.77292],[10.82361,46.76938],[10.79083,46.78946],[10.75633,46.77883],[10.72529,46.79064],[10.74771,46.82724],[10.69424,46.84494],[10.67354,46.86971],[10.60799,46.85319],[10.55452,46.82724],[10.52002,46.83904],[10.46827,46.83668],[10.45103,46.8815],[10.47517,46.93217],[10.41308,46.95572],[10.3941,46.98868],[10.3665,46.98044],[10.33891,46.94748],[10.32856,46.91803],[10.29751,46.91332],[10.25956,46.9251],[10.23886,46.86263],[10.16642,46.83904],[10.13537,46.8473],[10.13192,46.87207],[10.10604,46.88621],[10.09224,46.92746],[10.12502,46.95219],[10.14572,47.00044],[10.11294,47.02514],[10.15262,47.04983],[10.13019,47.06276],[10.13364,47.09095],[10.15952,47.12617],[10.20091,47.1426],[10.19229,47.20005],[10.20954,47.21294],[10.18711,47.23989],[10.20091,47.25628],[10.16814,47.2633],[10.16814,47.28086],[10.20264,47.29139],[10.24404,47.28905],[10.33373,47.32063],[10.38893,47.39074],[10.4148,47.39424],[10.4562,47.43626],[10.44758,47.48175],[10.41998,47.50506],[10.4424,47.55514],[10.41308,47.57143],[10.43998,47.59768]],[[12.4019,47.16019],[12.35705,47.13908],[12.35015,47.11208],[12.31048,47.10739],[12.25528,47.07215],[12.21388,47.05923],[12.20008,47.02632],[12.14488,47.03102],[12.11556,47.0075],[12.13626,46.95926],[12.16731,46.9357],[12.14316,46.91096],[12.18973,46.90036],[12.21733,46.86617],[12.25528,46.88386],[12.27425,46.88268],[12.2984,46.83432],[12.27598,46.82016],[12.27943,46.77765],[12.35015,46.77174],[12.3812,46.715],[12.44329,46.68425],[12.51402,46.67004],[12.56576,46.64873],[12.62958,46.65347],[12.70203,46.65347],[12.70375,46.69844],[12.72963,46.70081],[12.72273,46.73747],[12.80207,46.74929],[12.85382,46.74456],[12.90384,46.77174],[12.92799,46.75992],[12.95732,46.77647],[12.97974,46.79772],[12.89522,46.83314],[12.89522,46.84848],[12.8452,46.86381],[12.84692,46.91568],[12.7969,46.93099],[12.78828,46.94748],[12.7486,46.96867],[12.73653,46.99691],[12.78138,47.0416],[12.7624,47.051],[12.7141,47.04513],[12.71065,47.07803],[12.62268,47.12617],[12.56921,47.14142],[12.55196,47.13321],[12.52609,47.15433],[12.48297,47.16488],[12.46054,47.14846],[12.43467,47.15785],[12.41915,47.14377],[12.4019,47.16019]]],terms_url:"https://tiris.tirol.gv.at",terms_text:"tiris.tirol.gv.at",icon:"https://static.tirol.gv.at/plainhtml/v1/tirollogo.gif"},{id:"lu.geoportail.opendata.topo",name:"Topographical Map geoportail.lu",type:"tms",template:"https://{switch:wmts3,wmts4}.geoportail.lu/opendata/wmts/topo/GLOBAL_WEBMERCATOR_4_V3/{zoom}/{x}/{y}.png",endDate:"2010-07-20T00:00:00.000Z",startDate:"2013-07-19T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[5.96175,50.17631],[6.02627,50.18496],[6.03318,50.16395],[6.06069,50.15536],[6.07668,50.15913],[6.07824,50.17255],[6.10176,50.17199],[6.1225,50.16437],[6.1201,50.15594],[6.1277,50.14993],[6.11323,50.13739],[6.12369,50.13719],[6.14093,50.1305],[6.13555,50.11899],[6.13808,50.10263],[6.13108,50.09964],[6.13547,50.09119],[6.12194,50.09059],[6.12634,50.07817],[6.13186,50.07348],[6.12117,50.064],[6.11444,50.06139],[6.11563,50.05817],[6.12361,50.06323],[6.13661,50.04178],[6.13034,50.02975],[6.14821,50.02307],[6.13868,50.01572],[6.13594,50.01485],[6.13138,50.01905],[6.13024,50.01819],[6.13934,50.01116],[6.1517,50.01058],[6.14546,49.99689],[6.13966,49.9994],[6.13852,49.99829],[6.14218,49.99535],[6.15023,49.99518],[6.15625,49.98867],[6.17305,49.98589],[6.17348,49.98344],[6.17035,49.98376],[6.16549,49.97115],[6.17151,49.96298],[6.1763,49.962],[6.17995,49.95386],[6.18339,49.9548],[6.17983,49.96307],[6.18331,49.9686],[6.19277,49.97158],[6.19978,49.95352],[6.20707,49.95672],[6.21269,49.9514],[6.22502,49.95039],[6.22044,49.94369],[6.22824,49.93726],[6.22635,49.92766],[6.21913,49.92354],[6.22986,49.92125],[6.23603,49.91355],[6.23187,49.91064],[6.22769,49.91062],[6.23229,49.9072],[6.23381,49.90028],[6.24692,49.89535],[6.25781,49.88724],[6.26301,49.88101],[6.27646,49.87725],[6.28113,49.87957],[6.29166,49.87548],[6.2977,49.86673],[6.30989,49.87107],[6.31532,49.8673],[6.31465,49.86057],[6.32361,49.85188],[6.32158,49.8409],[6.32741,49.83673],[6.33656,49.83998],[6.33937,49.8507],[6.36465,49.85164],[6.4022,49.82098],[6.42643,49.81629],[6.42807,49.81186],[6.43097,49.81129],[6.44161,49.81547],[6.44344,49.81233],[6.45366,49.81275],[6.46454,49.81975],[6.47057,49.82385],[6.49681,49.81277],[6.50669,49.80993],[6.51155,49.80238],[6.51485,49.80513],[6.5196,49.81446],[6.52981,49.81048],[6.53225,49.80686],[6.53083,49.80116],[6.50622,49.78899],[6.51917,49.78344],[6.51105,49.77422],[6.52056,49.76818],[6.52052,49.76134],[6.50373,49.75086],[6.50263,49.73298],[6.50727,49.72938],[6.51809,49.7242],[6.51642,49.72129],[6.51176,49.72016],[6.50479,49.725],[6.49891,49.72639],[6.49558,49.72443],[6.50712,49.71655],[6.50788,49.71215],[6.5046,49.71227],[6.42714,49.66237],[6.4399,49.66025],[6.44251,49.65591],[6.42178,49.61809],[6.39898,49.60094],[6.37941,49.59526],[6.37551,49.58809],[6.38443,49.5801],[6.38119,49.57509],[6.36909,49.5783],[6.35791,49.57166],[6.3849,49.55817],[6.38009,49.54856],[6.35855,49.53296],[6.35932,49.52481],[6.37076,49.50545],[6.37056,49.45732],[6.3334,49.46493],[6.32189,49.47244],[6.29503,49.47928],[6.28789,49.48379],[6.27191,49.49995],[6.24133,49.50693],[6.19669,49.50331],[6.17337,49.50577],[6.16086,49.50085],[6.1671,49.49006],[6.14018,49.48525],[6.12937,49.48803],[6.12725,49.47081],[6.1014,49.46726],[6.10483,49.45076],[6.08167,49.45417],[6.07722,49.46139],[6.05917,49.46306],[6.05222,49.46028],[6.04421,49.44553],[6.02529,49.44703],[6.02154,49.45127],[6.01574,49.44885],[5.99412,49.45301],[5.97657,49.44885],[5.97773,49.45955],[5.97232,49.46087],[5.96891,49.48202],[5.9616,49.49026],[5.91578,49.49835],[5.89033,49.4948],[5.86332,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.83187,49.52639],[5.84308,49.53081],[5.83562,49.54114],[5.81625,49.53325],[5.8052,49.54272],[5.85943,49.57158],[5.86866,49.587],[5.86289,49.58525],[5.8511,49.58379],[5.84712,49.58961],[5.84565,49.5981],[5.8694,49.6106],[5.88182,49.63815],[5.89998,49.63907],[5.89934,49.66239],[5.85656,49.67628],[5.85628,49.68211],[5.8757,49.71118],[5.86481,49.72331],[5.84325,49.71822],[5.82191,49.72128],[5.82489,49.73767],[5.82073,49.74878],[5.78626,49.79079],[5.76517,49.78961],[5.75094,49.79094],[5.74159,49.82126],[5.74581,49.82435],[5.7372,49.83353],[5.74053,49.84142],[5.74701,49.84048],[5.74624,49.84783],[5.75399,49.84878],[5.74066,49.85152],[5.75229,49.85922],[5.74955,49.87554],[5.77567,49.87438],[5.77505,49.88057],[5.7346,49.89341],[5.73303,49.90285],[5.75783,49.91737],[5.76039,49.93252],[5.77073,49.93711],[5.76878,49.94239],[5.7688,49.96104],[5.78672,49.96816],[5.80524,49.96677],[5.80652,49.97321],[5.83129,49.97995],[5.83462,49.98656],[5.81806,49.99936],[5.81561,50.01437],[5.84792,50.02809],[5.86189,50.04581],[5.85087,50.0563],[5.85781,50.07186],[5.881,50.08069],[5.89196,50.12041],[5.95286,50.13384],[5.96175,50.17631]]],terms_url:"https://data.public.lu/en/datasets/cartes-topographiques-services-wms-et-wmts",terms_text:"Administration du Cadastre et de la Topographie",icon:"https://www.geoportail.lu/static/img/lion.png"},{id:"Torokbalint-orthophoto-2013",name:"Törökbálint orthophoto 2013",type:"wms",template:"https://terkep.torokbalint.hu/mapproxy/service?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ORTO_2013_5CM_2013SZEPT_TAKARASSAL_512_512&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=true",projection:"EPSG:3857",endDate:"2013-09-01T00:00:00.000Z",startDate:"2013-09-01T00:00:00.000Z",polygon:[[[18.91731,47.40854],[18.91691,47.40849],[18.91606,47.40885],[18.91565,47.40905],[18.91458,47.40938],[18.91385,47.4097],[18.91376,47.40976],[18.91314,47.41038],[18.9122,47.41098],[18.91041,47.41175],[18.90932,47.41258],[18.90841,47.41317],[18.90676,47.41443],[18.90481,47.41568],[18.90362,47.41597],[18.90317,47.41616],[18.90062,47.41742],[18.90042,47.41755],[18.89968,47.41797],[18.89888,47.41818],[18.89814,47.41835],[18.89752,47.41855],[18.89666,47.41901],[18.8958,47.41954],[18.89421,47.4205],[18.89055,47.42209],[18.88743,47.42332],[18.88554,47.42424],[18.88436,47.42476],[18.88189,47.42553],[18.88085,47.42598],[18.8801,47.42629],[18.87956,47.42649],[18.87741,47.42738],[18.87602,47.42789],[18.87508,47.42836],[18.87281,47.42934],[18.87164,47.42968],[18.8714,47.43001],[18.87259,47.4323],[18.87273,47.43278],[18.87274,47.43324],[18.87244,47.43482],[18.87206,47.43526],[18.86891,47.43712],[18.86561,47.4375],[18.86466,47.43774],[18.86404,47.43809],[18.86378,47.43791],[18.8634,47.43784],[18.863,47.43798],[18.85195,47.44715],[18.85217,47.44847],[18.8593,47.45387],[18.85839,47.45512],[18.85777,47.45568],[18.85718,47.456],[18.8572,47.45636],[18.86015,47.45839],[18.86194,47.4595],[18.86099,47.46071],[18.85979,47.46201],[18.85929,47.46236],[18.85859,47.46272],[18.85713,47.46333],[18.85634,47.4636],[18.85628,47.46403],[18.85719,47.46528],[18.85663,47.46551],[18.85653,47.4658],[18.85693,47.46656],[18.85836,47.46953],[18.85826,47.4698],[18.85827,47.46991],[18.85838,47.47019],[18.85844,47.47027],[18.85852,47.47033],[18.85862,47.47036],[18.85873,47.47038],[18.8589,47.47036],[18.86146,47.46973],[18.86277,47.46929],[18.86617,47.46785],[18.86794,47.46656],[18.86997,47.46524],[18.8708,47.46457],[18.87268,47.46333],[18.87536,47.46113],[18.87687,47.45927],[18.88943,47.45987],[18.89024,47.45988],[18.90371,47.45534],[18.90427,47.4552],[18.90493,47.45506],[18.90542,47.4551],[18.90567,47.45505],[18.90629,47.45477],[18.90648,47.45453],[18.9066,47.45447],[18.90678,47.45439],[18.90811,47.45399],[18.90837,47.45395],[18.9089,47.45384],[18.90954,47.4537],[18.91326,47.45317],[18.91353,47.4532],[18.91372,47.45317],[18.91386,47.45307],[18.91431,47.45294],[18.91598,47.453],[18.91807,47.45317],[18.91846,47.453],[18.91903,47.45161],[18.92173,47.4508],[18.92246,47.45069],[18.92418,47.45025],[18.92756,47.44989],[18.92972,47.44951],[18.93221,47.44922],[18.93347,47.44932],[18.93921,47.44935],[18.94229,47.44903],[18.94549,47.4489],[18.94826,47.4487],[18.95003,47.44824],[18.9547,47.44722],[18.95749,47.44692],[18.95802,47.44715],[18.95844,47.44708],[18.95877,47.44666],[18.96145,47.4393],[18.96368,47.4358],[18.96598,47.43288],[18.96899,47.4297],[18.9701,47.42704],[18.97009,47.42679],[18.96695,47.4246],[18.95735,47.41842],[18.95676,47.4184],[18.95606,47.41813],[18.95385,47.41739],[18.95144,47.41665],[18.95131,47.41664],[18.9327,47.41703],[18.93257,47.41696],[18.93201,47.41674],[18.93149,47.4164],[18.93114,47.41612],[18.92123,47.41091],[18.91957,47.40987],[18.91927,47.40961],[18.91731,47.40854]]],terms_url:"http://www.torokbalint.hu",terms_text:"Törökbálint",description:"5 cm resolution bald image"},{id:"Torokbalint-orthophoto-2015",name:"Törökbálint orthophoto 2015",type:"wms",template:"https://terkep.torokbalint.hu/mapproxy/service?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=TBORTO_2015_20160218&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=true",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[18.91731,47.40854],[18.91691,47.40849],[18.91606,47.40885],[18.91565,47.40905],[18.91458,47.40938],[18.91385,47.4097],[18.91376,47.40976],[18.91314,47.41038],[18.9122,47.41098],[18.91041,47.41175],[18.90932,47.41258],[18.90841,47.41317],[18.90676,47.41443],[18.90481,47.41568],[18.90362,47.41597],[18.90317,47.41616],[18.90062,47.41742],[18.90042,47.41755],[18.89968,47.41797],[18.89888,47.41818],[18.89814,47.41835],[18.89752,47.41855],[18.89666,47.41901],[18.8958,47.41954],[18.89421,47.4205],[18.89055,47.42209],[18.88743,47.42332],[18.88554,47.42424],[18.88436,47.42476],[18.88189,47.42553],[18.88085,47.42598],[18.8801,47.42629],[18.87956,47.42649],[18.87741,47.42738],[18.87602,47.42789],[18.87508,47.42836],[18.87281,47.42934],[18.87164,47.42968],[18.8714,47.43001],[18.87259,47.4323],[18.87273,47.43278],[18.87274,47.43324],[18.87244,47.43482],[18.87206,47.43526],[18.86891,47.43712],[18.86561,47.4375],[18.86466,47.43774],[18.86404,47.43809],[18.86378,47.43791],[18.8634,47.43784],[18.863,47.43798],[18.85195,47.44715],[18.85217,47.44847],[18.8593,47.45387],[18.85839,47.45512],[18.85777,47.45568],[18.85718,47.456],[18.8572,47.45636],[18.86015,47.45839],[18.86194,47.4595],[18.86099,47.46071],[18.85979,47.46201],[18.85929,47.46236],[18.85859,47.46272],[18.85713,47.46333],[18.85634,47.4636],[18.85628,47.46403],[18.85719,47.46528],[18.85663,47.46551],[18.85653,47.4658],[18.85693,47.46656],[18.85836,47.46953],[18.85826,47.4698],[18.85827,47.46991],[18.85838,47.47019],[18.85844,47.47027],[18.85852,47.47033],[18.85862,47.47036],[18.85873,47.47038],[18.8589,47.47036],[18.86146,47.46973],[18.86277,47.46929],[18.86617,47.46785],[18.86794,47.46656],[18.86997,47.46524],[18.8708,47.46457],[18.87268,47.46333],[18.87536,47.46113],[18.87687,47.45927],[18.88943,47.45987],[18.89024,47.45988],[18.90371,47.45534],[18.90427,47.4552],[18.90493,47.45506],[18.90542,47.4551],[18.90567,47.45505],[18.90629,47.45477],[18.90648,47.45453],[18.9066,47.45447],[18.90678,47.45439],[18.90811,47.45399],[18.90837,47.45395],[18.9089,47.45384],[18.90954,47.4537],[18.91326,47.45317],[18.91353,47.4532],[18.91372,47.45317],[18.91386,47.45307],[18.91431,47.45294],[18.91598,47.453],[18.91807,47.45317],[18.91846,47.453],[18.91903,47.45161],[18.92173,47.4508],[18.92246,47.45069],[18.92418,47.45025],[18.92756,47.44989],[18.92972,47.44951],[18.93221,47.44922],[18.93347,47.44932],[18.93921,47.44935],[18.94229,47.44903],[18.94549,47.4489],[18.94826,47.4487],[18.95003,47.44824],[18.9547,47.44722],[18.95749,47.44692],[18.95802,47.44715],[18.95844,47.44708],[18.95877,47.44666],[18.96145,47.4393],[18.96368,47.4358],[18.96598,47.43288],[18.96899,47.4297],[18.9701,47.42704],[18.97009,47.42679],[18.96695,47.4246],[18.95735,47.41842],[18.95676,47.4184],[18.95606,47.41813],[18.95385,47.41739],[18.95144,47.41665],[18.95131,47.41664],[18.9327,47.41703],[18.93257,47.41696],[18.93201,47.41674],[18.93149,47.4164],[18.93114,47.41612],[18.92123,47.41091],[18.91957,47.40987],[18.91927,47.40961],[18.91731,47.40854]]],terms_url:"http://www.torokbalint.hu/",terms_text:"Törökbálint",best:true,description:"5 cm resolution bald image"},{id:"Toulouse-Orthophotoplan-2007",name:"Toulouse - Orthophotoplan 2007",type:"wms",template:"https://wms.plan.toulouse.fr/geocache/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho2007&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2007-01-01T00:00:00.000Z",startDate:"2007-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[1.192,43.63288],[1.20154,43.63297],[1.20111,43.65549],[1.2228,43.6557],[1.22262,43.66534],[1.22753,43.66538],[1.22754,43.66564],[1.23376,43.66569],[1.23376,43.66502],[1.23512,43.66503],[1.23509,43.66707],[1.24436,43.66716],[1.24416,43.67439],[1.2494,43.67443],[1.2494,43.67466],[1.25557,43.67472],[1.25557,43.67445],[1.25695,43.67447],[1.25688,43.67853],[1.28749,43.67883],[1.28708,43.70132],[1.30882,43.70146],[1.30865,43.71277],[1.33033,43.71295],[1.33002,43.73052],[1.33671,43.73058],[1.33673,43.73122],[1.37343,43.73105],[1.37358,43.72458],[1.46045,43.72529],[1.46078,43.7028],[1.48249,43.70295],[1.48298,43.66921],[1.50468,43.66936],[1.50484,43.65812],[1.52655,43.65827],[1.52669,43.64703],[1.54837,43.64716],[1.54854,43.63594],[1.57022,43.63608],[1.57051,43.61358],[1.54882,43.61343],[1.5491,43.59095],[1.57077,43.59107],[1.57094,43.57983],[1.57937,43.57989],[1.57948,43.57377],[1.58091,43.57378],[1.58109,43.55738],[1.57123,43.55731],[1.57165,43.52355],[1.39848,43.52226],[1.39865,43.51101],[1.3121,43.51025],[1.3119,43.52152],[1.29026,43.52131],[1.28986,43.54382],[1.31152,43.54401],[1.31133,43.55526],[1.30369,43.55519],[1.30361,43.55951],[1.29554,43.55943],[1.29554,43.55955],[1.28956,43.55945],[1.28929,43.57754],[1.26757,43.57736],[1.2674,43.58861],[1.25355,43.5885],[1.25338,43.59563],[1.2518,43.59563],[1.2518,43.59494],[1.23504,43.59478],[1.23504,43.5946],[1.22396,43.5946],[1.22394,43.59947],[1.21397,43.5993],[1.21388,43.60464],[1.20206,43.60448],[1.20195,43.61048],[1.19243,43.61037],[1.192,43.63288]]],terms_url:"https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",terms_text:"ToulouseMetropole"},{id:"Toulouse-Orthophotoplan-2011",name:"Toulouse - Orthophotoplan 2011",type:"wms",template:"https://wms.plan.toulouse.fr/geocache/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho2011&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[1.11351,43.68676],[1.13518,43.68708],[1.13489,43.69835],[1.17829,43.69903],[1.17799,43.71028],[1.19966,43.71061],[1.19934,43.72187],[1.24274,43.72253],[1.24243,43.73375],[1.26415,43.73409],[1.26383,43.74536],[1.28553,43.74565],[1.28525,43.75693],[1.30692,43.75723],[1.30664,43.76848],[1.32834,43.76879],[1.32808,43.78003],[1.43673,43.78158],[1.43731,43.7591],[1.45901,43.75937],[1.45933,43.74815],[1.48103,43.7484],[1.48133,43.73718],[1.50303,43.73741],[1.50359,43.71497],[1.52531,43.71518],[1.52561,43.70401],[1.54727,43.70426],[1.54757,43.69304],[1.5692,43.69329],[1.56957,43.68203],[1.5912,43.68227],[1.59174,43.6598],[1.61342,43.66003],[1.61372,43.64883],[1.63538,43.64908],[1.63841,43.51407],[1.29216,43.50947],[1.29186,43.5207],[1.27021,43.5204],[1.26988,43.53164],[1.24823,43.53133],[1.2476,43.55378],[1.22596,43.55349],[1.22568,43.56472],[1.20398,43.56442],[1.20331,43.5869],[1.18162,43.58656],[1.18102,43.60904],[1.15928,43.60869],[1.15896,43.61995],[1.13726,43.61962],[1.13659,43.64209],[1.11491,43.64176],[1.11351,43.68676]]],terms_url:"https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",terms_text:"ToulouseMetropole"},{id:"Toulouse-Orthophotoplan-2013",name:"Toulouse - Orthophotoplan 2013",type:"wms",template:"https://wms.plan.toulouse.fr/geocache/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho2013&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[1.11351,43.68676],[1.13518,43.68708],[1.13489,43.69835],[1.17829,43.69903],[1.17799,43.71028],[1.19966,43.71061],[1.19934,43.72187],[1.24274,43.72253],[1.24243,43.73375],[1.26415,43.73409],[1.26383,43.74536],[1.28553,43.74565],[1.28525,43.75693],[1.30692,43.75723],[1.30664,43.76848],[1.32834,43.76879],[1.32808,43.78003],[1.43673,43.78158],[1.43731,43.7591],[1.45901,43.75937],[1.45933,43.74815],[1.48103,43.7484],[1.48133,43.73718],[1.50303,43.73741],[1.50359,43.71497],[1.52531,43.71518],[1.52561,43.70401],[1.54727,43.70426],[1.54757,43.69304],[1.5692,43.69329],[1.56957,43.68203],[1.5912,43.68227],[1.59174,43.6598],[1.61342,43.66003],[1.61372,43.64883],[1.63538,43.64908],[1.63841,43.51407],[1.29216,43.50947],[1.29186,43.5207],[1.27021,43.5204],[1.26988,43.53164],[1.24823,43.53133],[1.2476,43.55378],[1.22596,43.55349],[1.22568,43.56472],[1.20398,43.56442],[1.20331,43.5869],[1.18162,43.58656],[1.18102,43.60904],[1.15928,43.60869],[1.15896,43.61995],[1.13726,43.61962],[1.13659,43.64209],[1.11491,43.64176],[1.11351,43.68676]]],terms_url:"https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",terms_text:"ToulouseMetropole"},{id:"Toulouse-Orthophotoplan-2015",name:"Toulouse - Orthophotoplan 2015",type:"wms",template:"https://wms.plan.toulouse.fr/geocache/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho2015&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[1.11351,43.68676],[1.13518,43.68708],[1.13489,43.69835],[1.17829,43.69903],[1.17799,43.71028],[1.19966,43.71061],[1.19934,43.72187],[1.24274,43.72253],[1.24243,43.73375],[1.26415,43.73409],[1.26383,43.74536],[1.28553,43.74565],[1.28525,43.75693],[1.30692,43.75723],[1.30664,43.76848],[1.32834,43.76879],[1.32808,43.78003],[1.43673,43.78158],[1.43731,43.7591],[1.45901,43.75937],[1.45933,43.74815],[1.48103,43.7484],[1.48133,43.73718],[1.50303,43.73741],[1.50359,43.71497],[1.52531,43.71518],[1.52561,43.70401],[1.54727,43.70426],[1.54757,43.69304],[1.5692,43.69329],[1.56957,43.68203],[1.5912,43.68227],[1.59174,43.6598],[1.61342,43.66003],[1.61372,43.64883],[1.63538,43.64908],[1.63841,43.51407],[1.29216,43.50947],[1.29186,43.5207],[1.27021,43.5204],[1.26988,43.53164],[1.24823,43.53133],[1.2476,43.55378],[1.22596,43.55349],[1.22568,43.56472],[1.20398,43.56442],[1.20331,43.5869],[1.18162,43.58656],[1.18102,43.60904],[1.15928,43.60869],[1.15896,43.61995],[1.13726,43.61962],[1.13659,43.64209],[1.11491,43.64176],[1.11351,43.68676]]],terms_url:"https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",terms_text:"ToulouseMetropole"},{id:"Tours-Orthophoto-2008_2010",name:"Tours - Orthophotos 2008-2010",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}",endDate:"2011-01-01T00:00:00.000Z",startDate:"2008-01-01T00:00:00.000Z",zoomExtent:[0,20],polygon:[[[0.54575,47.46526],[0.54585,47.46082],[0.53922,47.4607],[0.53935,47.45624],[0.5328,47.4561],[0.5329,47.45157],[0.52619,47.4514],[0.52659,47.44249],[0.50009,47.44207],[0.50024,47.43758],[0.4936,47.43743],[0.4937,47.43293],[0.46061,47.43246],[0.46072,47.42798],[0.4541,47.42781],[0.45493,47.40539],[0.46154,47.40545],[0.46191,47.39649],[0.46843,47.3966],[0.46913,47.37864],[0.47571,47.37876],[0.47621,47.3652],[0.48283,47.36535],[0.48296,47.36083],[0.47635,47.36074],[0.47665,47.35173],[0.47005,47.35162],[0.4702,47.34713],[0.46375,47.34701],[0.45714,47.34241],[0.45729,47.33791],[0.45067,47.33781],[0.45084,47.33331],[0.44422,47.3332],[0.44438,47.32871],[0.43114,47.3285],[0.43163,47.315],[0.43824,47.31511],[0.43838,47.31062],[0.47145,47.31114],[0.47131,47.31566],[0.47789,47.31575],[0.47807,47.31128],[0.48468,47.31136],[0.48486,47.30687],[0.49144,47.30698],[0.49174,47.29797],[0.48516,47.29787],[0.48543,47.28887],[0.47885,47.28877],[0.47916,47.27978],[0.48578,47.2799],[0.48591,47.27539],[0.49254,47.2755],[0.49267,47.27101],[0.4993,47.27111],[0.49943,47.26661],[0.51927,47.26692],[0.51942,47.26242],[0.52602,47.26252],[0.52587,47.26702],[0.5457,47.26734],[0.54555,47.27183],[0.55877,47.27204],[0.55863,47.27652],[0.56523,47.27663],[0.56508,47.28112],[0.57168,47.28123],[0.57152,47.28572],[0.57814,47.28583],[0.57799,47.29033],[0.5846,47.29043],[0.58431,47.29942],[0.5975,47.29961],[0.59766,47.29514],[0.65716,47.296],[0.6573,47.29151],[0.6705,47.29172],[0.67035,47.29621],[0.68362,47.29637],[0.68343,47.30089],[0.69006,47.30096],[0.68992,47.30547],[0.7362,47.30612],[0.73608,47.31061],[0.7559,47.31089],[0.75577,47.31539],[0.76238,47.31547],[0.76223,47.31999],[0.77549,47.32015],[0.77497,47.33882],[0.77458,47.35163],[0.76804,47.35159],[0.76759,47.36053],[0.77424,47.36062],[0.77335,47.39213],[0.76674,47.39202],[0.76644,47.40108],[0.77306,47.40111],[0.77289,47.41013],[0.76618,47.41002],[0.76603,47.4145],[0.75276,47.4143],[0.75298,47.40981],[0.74624,47.4097],[0.74594,47.42322],[0.73923,47.42315],[0.73887,47.43661],[0.73233,47.43652],[0.73219,47.44106],[0.7255,47.44098],[0.72542,47.44535],[0.73188,47.44548],[0.73185,47.45011],[0.73845,47.45023],[0.73831,47.45463],[0.74494,47.45474],[0.74432,47.4772],[0.73107,47.47697],[0.7309,47.48154],[0.71762,47.48126],[0.71779,47.47684],[0.69777,47.4765],[0.69805,47.47198],[0.69145,47.47189],[0.69173,47.46302],[0.6851,47.46293],[0.68494,47.46735],[0.67826,47.46733],[0.67798,47.47622],[0.67141,47.47616],[0.67104,47.4882],[0.65773,47.48797],[0.65782,47.48504],[0.65119,47.48483],[0.65147,47.47586],[0.64482,47.47572],[0.64493,47.47126],[0.6118,47.47075],[0.61188,47.46631],[0.60528,47.46612],[0.60542,47.46166],[0.59888,47.46155],[0.59902,47.45709],[0.57249,47.45669],[0.57218,47.46565],[0.54575,47.46526]]],terms_url:"https://wiki.openstreetmap.org/wiki/Tours/Orthophoto",terms_text:"Orthophoto Tour(s) Plus 2008"},{id:"Tours-Orthophoto-2013",name:"Tours - Orthophotos 2013",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/tours_2013/{zoom}/{x}/{y}",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",zoomExtent:[0,22],polygon:[[[0.77512,47.32983],[0.77427,47.35617],[0.77053,47.35611],[0.77024,47.36512],[0.77398,47.36517],[0.7728,47.40148],[0.7904,47.40147],[0.78988,47.4103],[0.79117,47.41047],[0.79108,47.41942],[0.79392,47.41942],[0.79319,47.43733],[0.79834,47.43742],[0.79808,47.45544],[0.80044,47.45541],[0.80138,47.46426],[0.80074,47.46899],[0.79396,47.47331],[0.78405,47.47323],[0.78387,47.47871],[0.77606,47.47859],[0.77585,47.48204],[0.77066,47.48219],[0.77044,47.4859],[0.76096,47.49092],[0.75718,47.49092],[0.73753,47.50336],[0.7259,47.50588],[0.71113,47.50576],[0.70418,47.50408],[0.69109,47.50038],[0.69045,47.49718],[0.67757,47.49683],[0.67757,47.49353],[0.66427,47.49301],[0.6635,47.48953],[0.65088,47.48958],[0.65133,47.48032],[0.64734,47.4803],[0.64747,47.47852],[0.64474,47.47846],[0.64479,47.47575],[0.64238,47.47578],[0.64225,47.47302],[0.63835,47.47294],[0.63792,47.47131],[0.60513,47.47079],[0.60513,47.46632],[0.59852,47.46603],[0.59878,47.46156],[0.592,47.46156],[0.59226,47.45976],[0.58084,47.45971],[0.58007,47.46145],[0.57234,47.46139],[0.57222,47.46512],[0.55874,47.46489],[0.5466,47.46052],[0.53269,47.45355],[0.52677,47.45315],[0.52677,47.45152],[0.52231,47.45123],[0.52256,47.44804],[0.51977,47.44776],[0.52007,47.44247],[0.4975,47.4416],[0.49716,47.44049],[0.49355,47.44015],[0.49355,47.43573],[0.47943,47.43575],[0.46171,47.42819],[0.45643,47.42088],[0.45489,47.41229],[0.45506,47.40218],[0.46149,47.40193],[0.46167,47.39641],[0.46879,47.39602],[0.47016,47.35173],[0.45677,47.3515],[0.45729,47.34254],[0.43085,47.34196],[0.43196,47.30602],[0.47154,47.3067],[0.47257,47.28004],[0.48527,47.28004],[0.48578,47.27084],[0.49935,47.27107],[0.49917,47.26245],[0.55273,47.26304],[0.55222,47.27201],[0.56561,47.27224],[0.56526,47.28156],[0.59118,47.28156],[0.59067,47.29099],[0.66912,47.29169],[0.6832,47.29564],[0.6832,47.30077],[0.69658,47.30123],[0.69641,47.3024],[0.71006,47.30245],[0.72293,47.30589],[0.72285,47.31043],[0.74165,47.31084],[0.75426,47.31392],[0.7625,47.31815],[0.76207,47.32013],[0.76619,47.32009],[0.76956,47.32207],[0.77233,47.32508],[0.77336,47.3267],[0.77512,47.32983]]],terms_url:"https://wiki.openstreetmap.org/wiki/Tours/Orthophoto",terms_text:"Orthophoto Tour(s)plus 2013"},{id:"trafikverket-baninfo",name:"Trafikverket Railway Network",type:"wms",template:"https://geo-baninfo.trafikverket.se/mapservice/wms.axd/BanInfo?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Spar_Huvud_och_sidospar&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[7,20],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.trafikverket.se",terms_text:"© Trafikverket, CC0",description:"Swedish railway network, including sidings",icon:"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png",overlay:true},{id:"trafikverket-vagnat",name:"Trafikverket Road Network",type:"wms",template:"https://geo-netinfo.trafikverket.se/mapservice/wms.axd/NetInfo?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vagtrafiknat,Funkvagklass,Farjeled&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[13,20],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.trafikverket.se",terms_text:"© Trafikverket, CC0",description:"Swedish NVDB road network",icon:"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png",overlay:true},{id:"trafikverket-vagnat-extra",name:"Trafikverket Road Network extra",type:"wms",template:"https://geo-netinfo.trafikverket.se/mapservice/wms.axd/NetInfo?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vagnummer,Vaghinder,Rastplats,Rastficka,Hallplats,Farthinder,BroTunnel,ATK_Matplats&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",zoomExtent:[3,20],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.trafikverket.se",terms_text:"© Trafikverket, CC0",description:"Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",icon:"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png",overlay:true},{id:"trafikverket-vagnat-navn",name:"Trafikverket Street Names",type:"tms",template:"https://mapproxy.openstreetmap.se/tiles/1.0.0/nvdb_names/EPSG3857/{zoom}/{x}/{y}.png",zoomExtent:[15,19],polygon:[[[12.80182,55.19612],[14.22729,55.27286],[18.44604,56.69244],[19.74242,57.98481],[20.0061,59.5371],[19.08394,60.19308],[20.49499,63.2497],[24.25231,65.57437],[23.81835,67.92514],[23.23607,68.34655],[20.43456,69.17038],[18.08349,68.5644],[16.50145,67.88382],[14.43602,66.14275],[11.82128,63.30775],[12.20031,60.31063],[10.62377,58.5482],[12.64251,56.03062],[12.80182,55.19612]]],terms_url:"https://www.trafikverket.se",terms_text:"© Trafikverket, CC0",description:"Swedish NVDB street names",icon:"https://api.trafikinfo.trafikverket.se/img/apple-touch-icon-144-precomposed.png",overlay:true},{id:"US_Forest_Service_roads_overlay",name:"U.S. Forest Roads Overlay",type:"tms",template:"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/glassman/cjf4qjmps0tgv2qpahj977mvz/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1IjoiZ2xhc3NtYW4iLCJhIjoiRjk3dWdwYyJ9.Tg_fMJWxygeKBgVTrZHmGA",zoomExtent:[0,20],polygon:[[[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301]],[[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629]],[[-167.15715,68.72197],[-164.8554,67.02551],[-168.0022,66.00175],[-169.00874,66.00155],[-169.00754,64.99877],[-172.51433,63.87673],[-173.8197,59.74014],[-162.50181,58.00058],[-160.0159,58.00124],[-160.01497,57.00003],[-160.50548,56.9999],[-165.80926,54.82485],[-178.0001,52.24465],[-177.9993,51.25543],[-171.46891,51.82153],[-162.40251,53.95666],[-159.00757,55.0025],[-158.01907,55.00278],[-151.99632,55.99919],[-151.50034,57.99879],[-151.50129,58.99198],[-138.516,58.99532],[-138.51505,57.99864],[-133.99482,54.00317],[-130.00444,54.00434],[-130.00708,57.00005],[-131.97588,56.99952],[-135.12299,59.7566],[-138.00718,59.9918],[-139.17159,60.41272],[-140.9874,61.01186],[-140.9684,69.95351],[-156.17689,71.56333],[-160.41363,70.73977],[-163.02183,69.97074],[-164.9717,68.99469],[-167.15715,68.72197]]],description:"Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars",icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USForestService-overlay.png",overlay:true},{id:"US_Forest_Service_roads",name:"U.S. Forest Service roads",type:"tms",template:"https://osm.cycle.travel/forest/{zoom}/{x}/{y}.png",zoomExtent:[0,19],polygon:[[[-124.76179,48.41301],[-124.60595,45.90245],[-124.99343,40.05576],[-122.53697,36.85661],[-119.97759,33.00641],[-117.67593,32.46302],[-114.86123,32.47999],[-111.00893,31.33601],[-108.19927,31.326],[-108.18711,31.77551],[-106.53072,31.78209],[-106.48421,31.74645],[-106.42932,31.75206],[-106.28689,31.56133],[-106.20525,31.4467],[-105.02053,30.5361],[-104.58819,29.69979],[-103.25189,28.89087],[-102.71736,29.39206],[-102.1514,29.74757],[-101.25529,29.48105],[-100.00624,28.00822],[-99.23511,26.4476],[-98.01091,25.9928],[-97.43502,25.8266],[-96.95553,25.98216],[-96.80617,27.79782],[-95.55633,28.58761],[-93.74053,29.47421],[-90.90285,28.85645],[-88.01567,28.99443],[-88.01625,30.00389],[-86.02775,30.00475],[-84.01879,28.99618],[-81.9972,25.98268],[-81.99666,25.01349],[-84.01656,25.01258],[-84.01601,24.00527],[-80.02,24.0071],[-79.89011,26.85507],[-80.02453,32.01613],[-75.41474,35.05319],[-74.02112,39.57279],[-72.00202,40.99125],[-69.87974,40.99205],[-69.84893,43.26199],[-66.94528,44.71049],[-67.75966,47.099],[-69.25051,47.51223],[-70.46149,46.21766],[-71.41227,45.25488],[-72.02225,45.00598],[-75.07988,44.98029],[-76.90231,43.80246],[-78.76239,43.62496],[-79.15798,43.44626],[-79.00601,42.80053],[-82.66248,41.68895],[-82.17616,43.58854],[-83.2814,46.13885],[-87.50645,48.01427],[-88.34922,48.29633],[-89.43531,47.98378],[-93.99811,49.00671],[-95.11054,49.412],[-96.01312,49.00605],[-123.32289,49.00429],[-123.22752,48.18499],[-124.76179,48.41301]],[[-160.57876,22.50629],[-160.57822,21.49846],[-158.74706,21.24398],[-157.50832,20.9958],[-155.99619,18.77902],[-154.62178,18.7587],[-154.68902,19.88057],[-156.29276,21.22259],[-157.50474,21.9985],[-159.00937,22.50702],[-160.57876,22.50629]],[[-167.15715,68.72197],[-164.8554,67.02551],[-168.0022,66.00175],[-169.00874,66.00155],[-169.00754,64.99877],[-172.51433,63.87673],[-173.8197,59.74014],[-162.50181,58.00058],[-160.0159,58.00124],[-160.01497,57.00003],[-160.50548,56.9999],[-165.80926,54.82485],[-178.0001,52.24465],[-177.9993,51.25543],[-171.46891,51.82153],[-162.40251,53.95666],[-159.00757,55.0025],[-158.01907,55.00278],[-151.99632,55.99919],[-151.50034,57.99879],[-151.50129,58.99198],[-138.516,58.99532],[-138.51505,57.99864],[-133.99482,54.00317],[-130.00444,54.00434],[-130.00708,57.00005],[-131.97588,56.99952],[-135.12299,59.7566],[-138.00718,59.9918],[-139.17159,60.41272],[-140.9874,61.01186],[-140.9684,69.95351],[-156.17689,71.56333],[-160.41363,70.73977],[-163.02183,69.97074],[-164.9717,68.99469],[-167.15715,68.72197]]]},{id:"Zuerich-zh_uebersichtsplan-tms",name:"Übersichtsplan Zürich",type:"tms",template:"https://mapproxy.osm.ch/tiles/zh_uebersichtsplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",zoomExtent:[0,21],polygon:[[[8.45788,47.44582],[8.57392,47.44477],[8.57362,47.43124],[8.60266,47.43096],[8.60231,47.41746],[8.6318,47.41716],[8.6295,47.33628],[8.57162,47.33679],[8.57152,47.32292],[8.54236,47.3236],[8.54212,47.31013],[8.48418,47.31062],[8.48478,47.33762],[8.45582,47.33787],[8.45609,47.35135],[8.42713,47.35161],[8.42864,47.43259],[8.45745,47.43231],[8.45788,47.44582]]],terms_text:"Stadt Zürich Open Government Data"},{id:"UkraineKyiv2014DZK",name:"Ukraine - Kyiv 2014 (DZK)",type:"tms",template:"http://map.land.gov.ua/map/ortho_kiev/{zoom}/{x}/{-y}.jpg",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",zoomExtent:[0,16],polygon:[[[30.30752,50.57184],[30.33155,50.57402],[30.37687,50.57925],[30.42288,50.58143],[30.4318,50.58579],[30.44416,50.58797],[30.45515,50.58754],[30.46545,50.58449],[30.46819,50.57751],[30.49085,50.57489],[30.51351,50.57489],[30.52519,50.57402],[30.55608,50.55221],[30.58424,50.53869],[30.5966,50.53781],[30.60896,50.5365],[30.64329,50.5352],[30.65496,50.53563],[30.65496,50.54305],[30.66045,50.54916],[30.66801,50.55439],[30.67762,50.55876],[30.68792,50.56137],[30.70783,50.55614],[30.71127,50.56356],[30.71127,50.57838],[30.72157,50.58231],[30.71882,50.58972],[30.72981,50.59103],[30.74011,50.58841],[30.76208,50.58536],[30.77306,50.58274],[30.78336,50.57795],[30.80259,50.57141],[30.81014,50.56617],[30.82182,50.55439],[30.82525,50.53956],[30.81701,50.53432],[30.79504,50.52909],[30.78474,50.52559],[30.76276,50.51992],[30.76208,50.5125],[30.75315,50.50769],[30.74354,50.50376],[30.73805,50.49721],[30.74629,50.49197],[30.75521,50.48847],[30.74835,50.48236],[30.75178,50.47537],[30.75315,50.46794],[30.74835,50.46138],[30.75178,50.45439],[30.78886,50.43646],[30.7971,50.43165],[30.80328,50.41765],[30.8225,50.40846],[30.82044,50.40102],[30.82319,50.39358],[30.81289,50.39095],[30.80122,50.39139],[30.78954,50.39314],[30.77787,50.3927],[30.77856,50.3857],[30.77169,50.38001],[30.76208,50.37519],[30.75109,50.37256],[30.73873,50.37256],[30.72775,50.37475],[30.71813,50.37957],[30.71539,50.36512],[30.71127,50.35855],[30.70577,50.35241],[30.69753,50.34716],[30.68586,50.34453],[30.65084,50.34058],[30.63848,50.34014],[30.62681,50.33795],[30.62887,50.3305],[30.64947,50.29279],[30.66663,50.28314],[30.67144,50.27656],[30.6632,50.27085],[30.65153,50.26997],[30.64535,50.27612],[30.63368,50.27787],[30.62132,50.27656],[30.61857,50.2691],[30.62956,50.25637],[30.6378,50.25154],[30.64535,50.23792],[30.64398,50.2309],[30.63917,50.22387],[30.62956,50.21992],[30.6069,50.2164],[30.59591,50.2186],[30.59042,50.23353],[30.5863,50.241],[30.57531,50.25505],[30.56501,50.25944],[30.5657,50.2669],[30.56432,50.29718],[30.56638,50.30463],[30.5657,50.31209],[30.55677,50.31691],[30.54441,50.31735],[30.52587,50.32699],[30.51489,50.3305],[30.50253,50.33182],[30.48055,50.33664],[30.47163,50.34146],[30.46957,50.34935],[30.47025,50.35679],[30.46201,50.36205],[30.4524,50.35679],[30.44004,50.35548],[30.43661,50.36512],[30.43111,50.37212],[30.43661,50.37826],[30.43455,50.3857],[30.40914,50.39883],[30.39678,50.40014],[30.3906,50.40671],[30.37069,50.41546],[30.36314,50.42159],[30.3597,50.42902],[30.3597,50.43646],[30.35696,50.44389],[30.3446,50.44477],[30.32056,50.44258],[30.29585,50.44477],[30.28349,50.44477],[30.27799,50.43864],[30.27525,50.43165],[30.26563,50.42771],[30.25396,50.42902],[30.24572,50.42377],[30.23542,50.42771],[30.2416,50.43427],[30.2416,50.44214],[30.23679,50.4487],[30.23885,50.45613],[30.24297,50.46313],[30.24915,50.46968],[30.25671,50.47493],[30.26083,50.48192],[30.26563,50.48847],[30.26907,50.49983],[30.26151,50.50595],[30.26357,50.51381],[30.26975,50.51992],[30.28898,50.52821],[30.29722,50.53345],[30.30271,50.54],[30.30203,50.54741],[30.30477,50.55483],[30.32743,50.55221],[30.33086,50.55919],[30.32262,50.56486],[30.31233,50.56835],[30.30752,50.57184]]],description:"Works only from within Ukraine or with an Ukrainian proxy server."},{id:"Ukraine-orto10000-2012",name:"Ukraine - Orthophotomaps 2012",type:"tms",template:"http://212.26.144.110/tile2/orto_10000/{zoom}/{x}/{-y}.jpg",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",zoomExtent:[0,16],polygon:[[[23.6193,51.65491],[24.09803,51.64047],[24.39723,51.89353],[25.19178,51.95913],[26.12263,51.92224],[26.49829,51.80933],[27.09005,51.77026],[27.62861,51.62603],[28.02422,51.59093],[28.28021,51.68172],[28.37662,51.5806],[28.82542,51.5682],[29.19111,51.64253],[29.41718,51.4399],[29.67316,51.51238],[29.82276,51.47512],[30.21837,51.50824],[30.54417,51.30709],[30.63726,51.38599],[30.51425,51.63634],[30.983,52.09005],[31.2822,52.07984],[31.48832,52.13497],[32.11,52.05531],[32.31279,52.11864],[32.43912,52.32434],[32.93114,52.28368],[33.29683,52.39337],[33.75561,52.35277],[34.35734,51.78055],[34.14457,51.76409],[34.05813,51.67965],[34.22103,51.47098],[34.25095,51.30085],[34.7197,51.19056],[35.11199,51.21139],[35.1818,51.08626],[35.38792,51.03402],[35.40787,50.62878],[35.62063,50.38563],[36.06944,50.4513],[36.21571,50.41106],[36.31212,50.28802],[36.4717,50.32624],[36.59138,50.2519],[37.46571,50.45977],[37.735,50.11353],[38.05747,49.9384],[38.19377,49.95765],[38.19045,50.07514],[38.35002,50.08154],[38.41651,49.98972],[38.73899,49.97476],[39.00827,49.83344],[39.14457,49.89987],[39.27755,49.78195],[39.54018,49.74544],[39.79949,49.58406],[40.18845,49.6013],[40.0588,49.50424],[40.20508,49.24666],[39.93247,49.06185],[39.71638,49.01608],[40.08872,48.85448],[39.79617,48.78443],[39.69311,48.65283],[39.86266,48.5693],[39.99231,48.31348],[39.83274,47.92287],[39.74297,47.83144],[39.57675,47.81135],[38.86532,47.85153],[38.77555,47.68618],[38.38327,47.60106],[38.30348,47.52704],[38.30016,47.23891],[38.13393,47.05577],[37.5455,47.05124],[37.31279,46.87654],[37.20973,46.92651],[36.96039,46.83107],[36.7443,46.61685],[36.72436,46.7719],[36.4451,46.72407],[36.10601,46.4728],[36.20574,46.66022],[35.92316,46.64424],[35.43114,46.39948],[35.10202,45.97138],[35.0455,45.75145],[35.47436,45.33],[35.86,45.53297],[35.9963,45.43274],[36.11598,45.51899],[36.66452,45.4514],[36.65454,45.34168],[36.50494,45.31363],[36.47502,45.24111],[36.48832,45.04884],[35.81013,44.98539],[35.5076,45.11222],[35.42782,44.93364],[35.12196,44.76394],[34.67649,44.75686],[33.985,44.37078],[33.68912,44.38504],[33.38327,44.50608],[33.35002,44.589],[33.55282,44.93128],[33.42981,45.1263],[33.19377,45.14271],[32.83141,45.33935],[32.60534,45.30896],[32.44577,45.3557],[32.50893,45.47005],[32.87795,45.68181],[33.57941,45.90665],[33.58938,46.02681],[33.25694,46.07065],[33.02422,45.97138],[31.61133,46.19506],[31.27555,46.61457],[30.87662,46.56887],[30.43446,45.98756],[29.69643,45.55159],[29.79284,45.46306],[29.73965,45.15913],[29.47369,45.41407],[29.18114,45.38373],[28.74896,45.22004],[28.56611,45.23409],[28.29018,45.33],[28.23367,45.49103],[28.31678,45.56789],[28.483,45.54228],[28.47303,45.73753],[28.95175,46.03143],[29.02489,46.18125],[28.9318,46.49569],[29.18779,46.57116],[29.59337,46.45448],[29.81944,46.46593],[29.95574,46.68759],[29.8959,46.8197],[29.56013,46.96963],[29.54683,47.29982],[29.14789,47.50234],[29.23101,47.77562],[29.17117,47.934],[28.86864,47.99411],[28.63593,48.16513],[28.44311,48.06525],[28.36332,48.17178],[28.25694,48.15404],[27.735,48.43494],[27.55547,48.45258],[26.92383,48.34884],[26.36532,48.17178],[26.1193,47.97408],[25.3846,47.91618],[24.91585,47.70408],[24.52024,47.94291],[24.18446,47.90058],[23.58274,48.00523],[23.43646,47.96963],[23.15388,48.10522],[23.07077,47.98743],[22.858,47.9585],[22.76824,48.09856],[22.58539,48.103],[22.51558,48.2161],[22.11332,48.4217],[22.49896,49.06621],[22.58872,49.11193],[22.87795,49.04006],[22.7217,49.18151],[22.71837,49.64652],[23.24364,50.105],[24.04484,50.49785],[24.05813,50.68779],[23.9451,50.81399],[24.10135,50.85388],[23.62928,51.29462],[23.6193,51.65491]]],description:"Works only from within Ukraine or with an Ukrainian proxy server."},{id:"uniao_dos_palmares",name:"União dos Palmares AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Uniao%20dos%20Palmares&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-35.97725,-9.20752],[-35.9772,-9.19398],[-35.97694,-9.19053],[-35.97678,-9.18607],[-35.97702,-9.18208],[-35.97704,-9.17968],[-35.97682,-9.17734],[-35.97664,-9.17517],[-35.97701,-9.17518],[-35.97696,-9.1707],[-35.97674,-9.17066],[-35.97661,-9.16645],[-35.97618,-9.16222],[-35.9761,-9.16026],[-35.97661,-9.16026],[-35.97672,-9.14608],[-35.97654,-9.14122],[-35.97666,-9.1332],[-35.97653,-9.12184],[-35.97648,-9.11748],[-35.98618,-9.11755],[-35.98947,-9.11733],[-36.00561,-9.11733],[-36.01859,-9.11736],[-36.04601,-9.11722],[-36.06734,-9.11698],[-36.06756,-9.16134],[-36.06771,-9.16405],[-36.06745,-9.16408],[-36.06756,-9.16657],[-36.06777,-9.16654],[-36.06798,-9.20701],[-36.0498,-9.20711],[-36.04671,-9.20698],[-36.02941,-9.20709],[-36.01355,-9.20718],[-35.99318,-9.20733],[-35.97725,-9.20752]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"URBIS2009",name:"URBIS 2009 aerial imagery",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2009&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2009-01-01T00:00:00.000Z",startDate:"2009-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBIS2012",name:"URBIS 2012 aerial imagery",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2012&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBIS2014",name:"URBIS 2014 aerial imagery",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2014&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2014-01-01T00:00:00.000Z",startDate:"2014-01-01T00:00:00.000Z",polygon:[[[4.4001,50.76373],[4.43093,50.77254],[4.43586,50.77237],[4.46549,50.78373],[4.48189,50.78835],[4.48269,50.79849],[4.46363,50.80686],[4.46407,50.81546],[4.48204,50.81699],[4.48103,50.82343],[4.47465,50.83505],[4.47403,50.84587],[4.46712,50.85447],[4.45257,50.85797],[4.45017,50.86151],[4.42968,50.86764],[4.43423,50.87384],[4.44147,50.87513],[4.44381,50.88004],[4.43534,50.88977],[4.43968,50.89475],[4.43287,50.90363],[4.42096,50.90917],[4.42023,50.91387],[4.38315,50.91381],[4.37879,50.90637],[4.37334,50.90289],[4.36241,50.906],[4.34824,50.90611],[4.33955,50.90685],[4.32771,50.90515],[4.31471,50.89842],[4.30413,50.89498],[4.2871,50.89192],[4.28725,50.88532],[4.29293,50.88265],[4.27948,50.8736],[4.27347,50.86822],[4.27364,50.85871],[4.27688,50.85575],[4.27644,50.84376],[4.26664,50.8405],[4.25488,50.83992],[4.24755,50.83453],[4.24799,50.82866],[4.24357,50.82599],[4.24376,50.81356],[4.25233,50.81268],[4.25649,50.80711],[4.27025,50.8073],[4.27222,50.80537],[4.28414,50.80241],[4.28885,50.80434],[4.29544,50.8043],[4.30046,50.79506],[4.31076,50.79299],[4.31444,50.78372],[4.32628,50.77221],[4.34194,50.76891],[4.34474,50.77029],[4.37535,50.76577],[4.3755,50.76381],[4.4001,50.76373]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBIS2015",name:"URBIS 2015 aerial imagery",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2015&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"UrbISOrtho2016",name:"UrbIS-Ortho 2016",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2016&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2016-01-01T00:00:00.000Z",startDate:"2016-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"UrbISOrtho2017",name:"UrbIS-Ortho 2017",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=Urbis:Ortho2017&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",endDate:"2017-01-01T00:00:00.000Z",startDate:"2017-01-01T00:00:00.000Z",polygon:[[[4.37973,50.76382],[4.38917,50.76377],[4.43028,50.77517],[4.435,50.775],[4.46427,50.78645],[4.4817,50.79134],[4.48238,50.79617],[4.45921,50.80626],[4.45947,50.81661],[4.47972,50.82036],[4.46959,50.83537],[4.46899,50.84573],[4.46238,50.85396],[4.44968,50.85591],[4.44599,50.85992],[4.4253,50.86615],[4.43183,50.87628],[4.44007,50.87845],[4.43106,50.89014],[4.43595,50.89502],[4.4296,50.90103],[4.41655,50.90757],[4.41543,50.91342],[4.39578,50.91407],[4.38462,50.91093],[4.38119,50.90319],[4.3726,50.90032],[4.36213,50.9033],[4.34857,50.90341],[4.34025,50.90411],[4.32892,50.90249],[4.31647,50.89605],[4.30634,50.89274],[4.29004,50.88982],[4.29149,50.88495],[4.29553,50.88262],[4.29561,50.88094],[4.28274,50.87227],[4.27699,50.86713],[4.27802,50.85911],[4.28042,50.85721],[4.28094,50.84215],[4.27193,50.84036],[4.25467,50.83695],[4.25107,50.83288],[4.25227,50.82697],[4.24343,50.82182],[4.24403,50.81548],[4.25519,50.8151],[4.25802,50.80935],[4.27218,50.81011],[4.27579,50.80696],[4.2854,50.80506],[4.28901,50.80691],[4.29802,50.80593],[4.30282,50.79709],[4.31458,50.79454],[4.31621,50.78624],[4.32952,50.77381],[4.34205,50.77164],[4.34522,50.77337],[4.37853,50.76811],[4.37973,50.76382]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",best:true,icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"UrbisAdmFR",name:"UrbisAdm FR",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisFR&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"UrbisAdmNL",name:"UrbisAdm NL",type:"wms",template:"https://geoservices-urbis.irisnet.be/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=urbisNL&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBISfr2013",name:"URBISfr numerical imagery (2013)",type:"wms",template:"https://gis.irisnet.be/arcgis/rest/services/basemap/urbisFR/MapServer/export?f=image&format=png8&transparent=False&SRS={proj}&bboxSR=3857&imageSR=3857&bbox={bbox}&size={width},{height}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"URBISnl2013",name:"URBISnl numerical imagery (2013)",type:"wms",template:"https://gis.irisnet.be/arcgis/rest/services/basemap/urbisNL/MapServer/export?f=image&format=png8&transparent=False&SRS={proj}&bboxSR=3857&imageSR=3857&bbox={bbox}&size={width},{height}",projection:"EPSG:3857",endDate:"2013-01-01T00:00:00.000Z",startDate:"2013-01-01T00:00:00.000Z",polygon:[[[4.4347,50.77647],[4.45427,50.78367],[4.4635,50.78798],[4.48273,50.79313],[4.44715,50.80821],[4.44831,50.81147],[4.45788,50.81646],[4.45466,50.81838],[4.4768,50.82036],[4.46552,50.83549],[4.46835,50.83744],[4.46037,50.85218],[4.44578,50.85522],[4.44466,50.85809],[4.43891,50.86042],[4.43719,50.85868],[4.42612,50.86296],[4.42037,50.86789],[4.42973,50.87764],[4.43736,50.87867],[4.42681,50.89026],[4.43307,50.89464],[4.42277,50.90298],[4.41187,50.90753],[4.41376,50.91159],[4.4032,50.91381],[4.38758,50.9098],[4.37771,50.89713],[4.36303,50.90119],[4.34183,50.9026],[4.33093,50.90119],[4.31651,50.89389],[4.3057,50.8908],[4.29334,50.88847],[4.29428,50.88658],[4.29737,50.8849],[4.29918,50.87975],[4.28587,50.87201],[4.27858,50.86556],[4.28064,50.85944],[4.28999,50.85625],[4.28304,50.85354],[4.28793,50.84833],[4.28291,50.8479],[4.28158,50.83785],[4.27399,50.8392],[4.27184,50.8363],[4.25793,50.83571],[4.2545,50.83289],[4.25523,50.82839],[4.2509,50.82419],[4.24382,50.81928],[4.2566,50.81743],[4.25995,50.81106],[4.27274,50.81212],[4.2757,50.81087],[4.27708,50.80835],[4.28454,50.80732],[4.29274,50.80911],[4.2951,50.80881],[4.30162,50.81299],[4.3066,50.81239],[4.30205,50.80445],[4.30501,50.7987],[4.31527,50.79661],[4.31845,50.79403],[4.3193,50.78722],[4.32201,50.7832],[4.33089,50.7758],[4.3408,50.77354],[4.34677,50.77574],[4.3551,50.77354],[4.36527,50.77284],[4.38243,50.76917],[4.38303,50.76375],[4.43312,50.77802],[4.4347,50.77647]]],terms_text:"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/be/URBIS2015aerialimagery.png"},{id:"USGS-Large_Scale",name:"USGS Large Scale Imagery",type:"tms",template:"http://{switch:a,b,c}.tile.openstreetmap.us/usgs_large_scale/{zoom}/{x}/{y}.jpg",zoomExtent:[12,20],polygon:[[[-123.25493,48.7529],[-123.25493,48.55923],[-123.19222,48.55923],[-123.19222,48.43484],[-122.94196,48.43484],[-122.94196,48.37208],[-122.88062,48.37208],[-122.88062,48.30948],[-122.81676,48.30948],[-122.81676,48.19046],[-123.00411,48.19046],[-123.00411,48.12759],[-123.05842,48.12759],[-123.05842,48.19051],[-123.25411,48.19051],[-123.25411,48.1275],[-123.37066,48.1275],[-123.37066,48.19084],[-124.05826,48.19084],[-124.05826,48.25344],[-124.18152,48.25344],[-124.18152,48.31647],[-124.43191,48.31647],[-124.43191,48.37826],[-124.55646,48.37826],[-124.55646,48.44083],[-124.75551,48.44083],[-124.75551,48.1915],[-124.81853,48.1915],[-124.81853,48.12284],[-124.7553,48.12284],[-124.7553,47.55353],[-124.38121,47.55353],[-124.38121,47.12187],[-124.19289,47.12187],[-124.19289,43.75694],[-124.44434,43.75694],[-124.44434,43.14256],[-124.63989,43.14256],[-124.63989,42.61945],[-124.44385,42.61945],[-124.44385,39.80807],[-123.88157,39.80807],[-123.88157,39.11028],[-123.75805,39.11028],[-123.75805,38.49688],[-123.27028,38.49688],[-123.27028,37.93319],[-122.81481,37.93319],[-122.81481,37.80196],[-122.56643,37.80196],[-122.56643,36.93196],[-121.8784,36.93196],[-121.8784,36.68976],[-122.00347,36.68976],[-122.00347,36.43411],[-121.94142,36.43411],[-121.94142,35.92976],[-121.5041,35.92976],[-121.5041,35.81003],[-121.37903,35.81003],[-121.37903,35.42392],[-120.94265,35.42392],[-120.94265,35.18497],[-120.8172,35.18497],[-120.8172,35.12199],[-120.69184,35.12199],[-120.69184,34.49668],[-120.50459,34.49668],[-120.50459,34.43397],[-120.00788,34.43397],[-120.00788,34.36826],[-119.52835,34.36826],[-119.52835,34.05764],[-119.0061,34.05764],[-119.0061,33.99753],[-118.50463,33.99753],[-118.50463,33.86946],[-118.44132,33.86946],[-118.44132,33.68653],[-118.06691,33.68653],[-118.06691,33.30638],[-117.503,33.30638],[-117.503,33.05003],[-117.31882,33.05003],[-117.31882,32.62059],[-117.1917,32.62059],[-117.1917,32.49746],[-116.7465,32.49746],[-116.7465,32.56092],[-115.99701,32.56092],[-115.99701,32.62649],[-114.88081,32.62649],[-114.88081,32.43408],[-114.62945,32.43408],[-114.62945,32.37316],[-114.44474,32.37316],[-114.44474,32.30754],[-114.25576,32.30754],[-114.25576,32.24446],[-114.06803,32.24446],[-114.06803,32.18291],[-113.81665,32.18291],[-113.81665,32.12076],[-113.63074,32.12076],[-113.63074,32.05651],[-113.44175,32.05651],[-113.44175,31.99844],[-113.2546,31.99844],[-113.2546,31.93254],[-113.06807,31.93254],[-113.06807,31.87181],[-112.81611,31.87181],[-112.81611,31.81042],[-112.63088,31.81042],[-112.63088,31.74647],[-112.44189,31.74647],[-112.44189,31.6856],[-112.25719,31.6856],[-112.25719,31.62104],[-112.00338,31.62104],[-112.00338,31.55958],[-111.81562,31.55958],[-111.81562,31.49702],[-111.62786,31.49702],[-111.62786,31.43399],[-111.4419,31.43399],[-111.4419,31.37339],[-111.25597,31.37339],[-111.25597,31.31132],[-108.18458,31.31132],[-108.18458,31.74595],[-106.50651,31.74595],[-106.50651,31.68423],[-106.37973,31.68423],[-106.37973,31.62175],[-106.31743,31.62175],[-106.31743,31.49682],[-106.25518,31.49682],[-106.25518,31.43449],[-106.19247,31.43449],[-106.19247,31.37213],[-106.00392,31.37213],[-106.00392,31.30933],[-105.94166,31.30933],[-105.94166,31.24575],[-105.87982,31.24575],[-105.87982,31.18362],[-105.81623,31.18362],[-105.81623,31.12072],[-105.69212,31.12072],[-105.69212,31.05848],[-105.63029,31.05848],[-105.63029,30.93283],[-105.50444,30.93283],[-105.50444,30.87159],[-105.4413,30.87159],[-105.4413,30.80846],[-105.37815,30.80846],[-105.37815,30.74718],[-105.19047,30.74718],[-105.19047,30.68432],[-105.12862,30.68432],[-105.12862,30.61997],[-105.00365,30.61997],[-105.00365,30.55891],[-104.9418,30.55891],[-104.9418,30.49632],[-104.8782,30.49632],[-104.8782,30.30983],[-104.81553,30.30983],[-104.81553,30.24783],[-104.75361,30.24783],[-104.75361,29.93539],[-104.69095,29.93539],[-104.69095,29.80902],[-104.62913,29.80902],[-104.62913,29.68436],[-104.56599,29.68436],[-104.56599,29.62235],[-104.50372,29.62235],[-104.50372,29.55954],[-104.44101,29.55954],[-104.44101,29.49748],[-104.25376,29.49748],[-104.25376,29.37167],[-104.1292,29.37167],[-104.1292,29.30916],[-104.06887,29.30916],[-104.06887,29.24673],[-103.81873,29.24673],[-103.81873,29.18431],[-103.75574,29.18431],[-103.75574,29.12232],[-103.56675,29.12232],[-103.56675,29.05981],[-103.50498,29.05981],[-103.50498,28.99675],[-103.31658,28.99675],[-103.31658,28.93469],[-103.05976,28.93469],[-103.05976,29.0593],[-102.99797,29.0593],[-102.99797,29.12129],[-102.93314,29.12129],[-102.93314,29.18486],[-102.8096,29.18486],[-102.8096,29.25262],[-102.87013,29.25262],[-102.87013,29.3081],[-102.80967,29.3081],[-102.80967,29.37155],[-102.74757,29.37155],[-102.74757,29.55819],[-102.68455,29.55819],[-102.68455,29.68477],[-102.49678,29.68477],[-102.49678,29.74577],[-102.30866,29.74577],[-102.30866,29.80866],[-102.19093,29.80866],[-102.19093,29.74601],[-101.50499,29.74601],[-101.50499,29.68468],[-101.38058,29.68468],[-101.38058,29.55945],[-101.31751,29.55945],[-101.31751,29.49589],[-101.19101,29.49589],[-101.19101,29.43261],[-101.0675,29.43261],[-101.0675,29.30881],[-100.94189,29.30881],[-100.94189,29.24562],[-100.81673,29.24562],[-100.81673,29.11904],[-100.75227,29.11904],[-100.75227,29.05782],[-100.69254,29.05782],[-100.69254,28.87204],[-100.62902,28.87204],[-100.62902,28.80954],[-100.56799,28.80954],[-100.56799,28.62255],[-100.50404,28.62255],[-100.50404,28.55838],[-100.44218,28.55838],[-100.44218,28.49683],[-100.37943,28.49683],[-100.37943,28.30929],[-100.31719,28.30929],[-100.31719,28.18357],[-100.25448,28.18357],[-100.25448,28.12139],[-100.12823,28.12139],[-100.12823,28.05921],[-100.06595,28.05921],[-100.06595,27.99661],[-100.00239,27.99661],[-100.00239,27.93322],[-99.94265,27.93322],[-99.94265,27.74547],[-99.81685,27.74547],[-99.81685,27.68343],[-99.75413,27.68343],[-99.75413,27.62215],[-99.62916,27.62215],[-99.62916,27.5589],[-99.56728,27.5589],[-99.56728,27.43538],[-99.50418,27.43538],[-99.50418,27.3774],[-99.56718,27.3774],[-99.56718,27.24637],[-99.50498,27.24637],[-99.50498,26.99656],[-99.44274,26.99656],[-99.44274,26.8728],[-99.38006,26.8728],[-99.38006,26.80682],[-99.31907,26.80682],[-99.31907,26.74736],[-99.25375,26.74736],[-99.25375,26.62101],[-99.19106,26.62101],[-99.19106,26.49567],[-99.13006,26.49567],[-99.13006,26.37138],[-99.00295,26.37138],[-99.00295,26.30938],[-98.81657,26.30938],[-98.81657,26.24578],[-98.69201,26.24578],[-98.69201,26.18371],[-98.44409,26.18371],[-98.44409,26.12172],[-98.38232,26.12172],[-98.38232,26.05965],[-98.25327,26.05965],[-98.25327,25.99869],[-98.01091,25.99869],[-98.01091,25.99323],[-97.69323,25.99323],[-97.69323,25.93341],[-97.63139,25.93341],[-97.63139,25.86959],[-97.50468,25.86959],[-97.50468,25.80735],[-97.30834,25.80735],[-97.30834,25.87312],[-97.24563,25.87312],[-97.24563,25.93537],[-97.11389,25.93537],[-97.11389,27.68092],[-97.0571,27.68092],[-97.0571,27.81082],[-95.58108,27.81082],[-95.58108,28.74688],[-94.27104,28.74688],[-94.27104,29.55941],[-92.50299,29.55941],[-92.50299,29.49748],[-91.87762,29.49748],[-91.87762,29.3727],[-91.37842,29.3727],[-91.37842,29.24683],[-91.3154,29.24683],[-91.3154,29.18443],[-91.12947,29.18443],[-91.12947,29.12326],[-91.00526,29.12326],[-91.00526,28.99684],[-89.45002,28.99684],[-89.45002,28.86774],[-88.81043,28.86774],[-88.81043,30.18419],[-85.87915,30.18419],[-85.87915,29.5455],[-84.83681,29.5455],[-84.83681,29.62252],[-84.74828,29.62252],[-84.74828,29.68362],[-84.68589,29.68362],[-84.68589,29.74684],[-83.6297,29.74684],[-83.6297,29.43244],[-83.31749,29.43244],[-83.31749,29.05794],[-82.87966,29.05794],[-82.87966,27.74535],[-82.81828,27.74535],[-82.81828,26.92909],[-82.37968,26.92909],[-82.37968,26.36942],[-81.87771,26.36942],[-81.87771,25.80597],[-81.50369,25.80597],[-81.50369,25.74748],[-81.44055,25.74748],[-81.44055,25.68515],[-81.31559,25.68515],[-81.31559,25.5601],[-81.25385,25.5601],[-81.25385,25.43424],[-81.1902,25.43424],[-81.1902,25.12343],[-81.12881,25.12343],[-81.12881,25.06194],[-81.06492,25.06194],[-81.06492,24.81578],[-81.62895,24.81578],[-81.62895,24.75384],[-81.69072,24.75384],[-81.69072,24.68994],[-81.81732,24.68994],[-81.81732,24.62792],[-82.191,24.62792],[-82.191,24.49629],[-81.62166,24.49629],[-81.62166,24.55948],[-81.37201,24.55948],[-81.37201,24.62207],[-81.05933,24.62207],[-81.05933,24.68483],[-80.93471,24.68483],[-80.93471,24.74748],[-80.74711,24.74748],[-80.74711,24.81006],[-80.36299,24.81006],[-80.36299,25.11759],[-80.12234,25.11759],[-80.12234,25.74724],[-80.05885,25.74724],[-80.05885,26.37083],[-79.99584,26.37083],[-79.99584,26.9398],[-80.05873,26.9398],[-80.05873,27.12775],[-80.12263,27.12775],[-80.12263,27.25343],[-80.1847,27.25343],[-80.1847,27.37812],[-80.24617,27.37812],[-80.24617,27.56587],[-80.30948,27.56587],[-80.30948,27.75303],[-80.37215,27.75303],[-80.37215,27.87745],[-80.43515,27.87745],[-80.43515,28.00334],[-80.49661,28.00334],[-80.49661,28.12773],[-80.55872,28.12773],[-80.55872,28.37235],[-80.49663,28.37235],[-80.49663,29.51603],[-81.12136,29.51603],[-81.12136,31.6847],[-80.60187,31.6847],[-80.60187,32.24753],[-79.4921,32.24753],[-79.4921,32.99703],[-79.11165,32.99703],[-79.11165,33.37295],[-78.61536,33.37295],[-78.61536,33.80976],[-77.9317,33.80976],[-77.9317,33.87182],[-77.86923,33.87182],[-77.86923,34.05525],[-77.68264,34.05525],[-77.68264,34.29746],[-77.24535,34.29746],[-77.24535,34.55986],[-76.49733,34.55986],[-76.49733,34.6228],[-76.43376,34.6228],[-76.43376,34.68493],[-76.37321,34.68493],[-76.37321,34.74677],[-76.30594,34.74677],[-76.30594,34.80855],[-76.2468,34.80855],[-76.2468,34.87284],[-76.18259,34.87284],[-76.18259,34.93353],[-76.12081,34.93353],[-76.12081,34.99524],[-75.9979,34.99524],[-75.9979,35.05782],[-75.87034,35.05782],[-75.87034,35.12191],[-75.74622,35.12191],[-75.74622,35.18189],[-75.49297,35.18189],[-75.49297,35.3083],[-75.43257,35.3083],[-75.43257,35.75425],[-75.49699,35.75425],[-75.49699,37.81056],[-75.3083,37.81056],[-75.3083,37.87201],[-75.2456,37.87201],[-75.2456,37.99548],[-75.18288,37.99548],[-75.18288,38.05851],[-75.11848,38.05851],[-75.11848,38.24691],[-75.05921,38.24691],[-75.05921,38.37043],[-74.99481,38.37043],[-74.99481,38.87184],[-74.48783,38.87184],[-74.48783,39.30894],[-74.17663,39.30894],[-74.17663,39.62247],[-74.0567,39.62247],[-74.0567,39.93318],[-73.9959,39.93318],[-73.9959,40.18549],[-73.93416,40.18549],[-73.93416,40.49595],[-73.8723,40.49595],[-73.8723,40.55271],[-71.80745,40.55271],[-71.80745,41.3088],[-70.88251,41.3088],[-70.88251,41.18498],[-70.74619,41.18498],[-70.74619,41.30919],[-70.43376,41.30919],[-70.43376,41.49639],[-69.93343,41.49639],[-69.93343,41.62308],[-69.86986,41.62308],[-69.86986,41.87769],[-69.93579,41.87769],[-69.93579,42.00323],[-69.99758,42.00323],[-69.99758,42.06502],[-70.06061,42.06502],[-70.06061,42.12943],[-70.55729,42.12943],[-70.55729,43.24871],[-70.49741,43.24871],[-70.49741,43.30922],[-70.37042,43.30922],[-70.37042,43.37196],[-70.30857,43.37196],[-70.30857,43.49699],[-70.18392,43.49699],[-70.18392,43.62235],[-70.05758,43.62235],[-70.05758,43.68502],[-69.74552,43.68502],[-69.74552,43.74766],[-69.24728,43.74766],[-69.24728,43.8107],[-69.05607,43.8107],[-69.05607,43.87172],[-68.99505,43.87172],[-68.99505,43.9982],[-68.49637,43.9982],[-68.49637,44.05974],[-68.3081,44.05974],[-68.3081,44.12214],[-68.18518,44.12214],[-68.18518,44.30814],[-67.9956,44.30814],[-67.9956,44.37275],[-67.8103,44.37275],[-67.8103,44.43518],[-67.49653,44.43518],[-67.49653,44.49688],[-67.37102,44.49688],[-67.37102,44.56006],[-67.18488,44.56006],[-67.18488,44.62133],[-67.12212,44.62133],[-67.12212,44.68679],[-67.05936,44.68679],[-67.05936,44.74737],[-66.93111,44.74737],[-66.93111,44.94066],[-66.99468,44.94066],[-66.99468,45.00245],[-67.05958,45.00245],[-67.05958,45.12734],[-67.1202,45.12734],[-67.1202,45.19101],[-67.24698,45.19101],[-67.24698,45.25344],[-67.31775,45.25344],[-67.31775,45.18984],[-67.37075,45.18984],[-67.37075,45.2534],[-67.43269,45.2534],[-67.43269,45.30834],[-67.37086,45.30834],[-67.37086,45.4397],[-67.43056,45.4397],[-67.43056,45.49501],[-67.37099,45.49501],[-67.37099,45.62645],[-67.6215,45.62645],[-67.6215,45.68961],[-67.68383,45.68961],[-67.68383,45.75326],[-67.74621,45.75326],[-67.74621,47.12682],[-67.87001,47.12682],[-67.87001,47.19003],[-67.93238,47.19003],[-67.93238,47.25397],[-67.99594,47.25397],[-67.99594,47.31497],[-68.12067,47.31497],[-68.12067,47.37808],[-68.44232,47.37808],[-68.44232,47.31661],[-68.63143,47.31661],[-68.63143,47.25447],[-68.9978,47.25447],[-68.9978,47.43989],[-69.06072,47.43989],[-69.06072,47.50476],[-69.25381,47.50476],[-69.25381,47.43981],[-69.31793,47.43981],[-69.31793,47.3786],[-69.44385,47.3786],[-69.44385,47.31563],[-69.50382,47.31563],[-69.50382,47.25258],[-69.56678,47.25258],[-69.56678,47.19109],[-69.63035,47.19109],[-69.63035,47.1287],[-69.69331,47.1287],[-69.69331,47.06543],[-69.75571,47.06543],[-69.75571,47.00428],[-69.81804,47.00428],[-69.81804,46.94153],[-69.8804,46.94153],[-69.8804,46.87925],[-69.94217,46.87925],[-69.94217,46.81774],[-70.00631,46.81774],[-70.00631,46.69203],[-70.07043,46.69203],[-70.07043,46.44259],[-70.19459,46.44259],[-70.19459,46.37859],[-70.2562,46.37859],[-70.2562,46.31526],[-70.32037,46.31526],[-70.32037,46.06512],[-70.3815,46.06512],[-70.3815,45.93552],[-70.32016,45.93552],[-70.32016,45.87948],[-70.44931,45.87948],[-70.44931,45.75387],[-70.507,45.75387],[-70.507,45.69169],[-70.63166,45.69169],[-70.63166,45.62916],[-70.75755,45.62916],[-70.75755,45.44147],[-70.88099,45.44147],[-70.88099,45.37806],[-71.13328,45.37806],[-71.13328,45.31515],[-71.38303,45.31515],[-71.38303,45.25342],[-71.50764,45.25342],[-71.50764,45.06557],[-73.94189,45.06557],[-73.94189,45.00312],[-74.74697,45.00312],[-74.74697,45.0649],[-74.8801,45.0649],[-74.8801,45.0029],[-75.06625,45.0029],[-75.06625,44.94152],[-75.25394,44.94152],[-75.25394,44.8776],[-75.37896,44.8776],[-75.37896,44.81535],[-75.44313,44.81535],[-75.44313,44.75361],[-75.56666,44.75361],[-75.56666,44.69099],[-75.62902,44.69099],[-75.62902,44.6285],[-75.75405,44.6285],[-75.75405,44.56638],[-75.81731,44.56638],[-75.81731,44.50289],[-75.87995,44.50289],[-75.87995,44.37849],[-76.13003,44.37849],[-76.13003,44.31592],[-76.1927,44.31592],[-76.1927,44.25344],[-76.31826,44.25344],[-76.31826,44.19167],[-76.3793,44.19167],[-76.3793,44.06537],[-76.44276,44.06537],[-76.44276,43.99638],[-76.31703,43.99638],[-76.31703,43.94146],[-76.50766,43.94146],[-76.50766,43.87233],[-76.383,43.87233],[-76.383,43.80919],[-76.25341,43.80919],[-76.25341,43.56652],[-76.50648,43.56652],[-76.50648,43.50339],[-76.63312,43.50339],[-76.63312,43.44323],[-76.69511,43.44323],[-76.69511,43.37869],[-76.81778,43.37869],[-76.81778,43.31807],[-77.682,43.31807],[-77.682,43.37894],[-78.05659,43.37894],[-78.05659,43.43969],[-78.43897,43.43969],[-78.43897,43.37944],[-78.88034,43.37944],[-78.88034,43.31497],[-79.12989,43.31497],[-79.12989,43.24293],[-79.06696,43.24293],[-79.06696,43.12999],[-79.12989,43.12999],[-79.12989,43.05773],[-79.07126,43.05773],[-79.07126,42.92949],[-78.94326,42.92949],[-78.94326,42.75422],[-79.06944,42.75422],[-79.06944,42.69416],[-79.13344,42.69416],[-79.13344,42.6297],[-79.19475,42.6297],[-79.19475,42.56635],[-79.37868,42.56635],[-79.37868,42.50334],[-79.4443,42.50334],[-79.4443,42.44106],[-79.56799,42.44106],[-79.56799,42.37753],[-79.69062,42.37753],[-79.69062,42.31711],[-79.81646,42.31711],[-79.81646,42.25345],[-80.00524,42.25345],[-80.00524,42.19092],[-80.19168,42.19092],[-80.19168,42.12726],[-80.3168,42.12726],[-80.3168,42.06699],[-80.50632,42.06699],[-80.50632,42.00343],[-80.69305,42.00343],[-80.69305,41.94151],[-80.94404,41.94151],[-80.94404,41.87812],[-81.19427,41.87812],[-81.19427,41.81665],[-81.31901,41.81665],[-81.31901,41.75455],[-81.44184,41.75455],[-81.44184,41.69096],[-81.50535,41.69096],[-81.50535,41.63016],[-82.74701,41.63016],[-82.74701,41.75369],[-82.88391,41.75369],[-82.88391,41.56561],[-82.99572,41.56561],[-82.99572,41.62704],[-83.12578,41.62704],[-83.12578,41.68784],[-83.24747,41.68784],[-83.24747,41.75369],[-83.37373,41.75369],[-83.37373,41.80928],[-83.3106,41.80928],[-83.3106,41.87161],[-83.24747,41.87161],[-83.24747,41.93614],[-83.18434,41.93614],[-83.18434,41.99609],[-83.12077,41.99609],[-83.12077,42.24648],[-83.05892,42.24648],[-83.05892,42.30896],[-82.86853,42.30896],[-82.86853,42.37177],[-82.80722,42.37177],[-82.80722,42.55855],[-82.75537,42.55855],[-82.75537,42.49549],[-82.5599,42.49549],[-82.5599,42.55855],[-82.49678,42.55855],[-82.49678,42.68336],[-82.43289,42.68336],[-82.43289,42.93422],[-82.37006,42.93422],[-82.37006,43.06481],[-82.43289,43.06481],[-82.43289,43.19176],[-82.49475,43.19176],[-82.49475,43.50346],[-82.55713,43.50346],[-82.55713,43.81609],[-82.61979,43.81609],[-82.61979,43.94221],[-82.68395,43.94221],[-82.68395,44.00226],[-82.74653,44.00226],[-82.74653,44.06705],[-82.87087,44.06705],[-82.87087,44.12919],[-83.00852,44.12919],[-83.00852,44.06648],[-83.13361,44.06648],[-83.13361,44.00539],[-83.24145,44.00539],[-83.24145,44.9962],[-83.18061,44.9962],[-83.18061,45.0673],[-83.24552,45.0673],[-83.24552,45.12874],[-83.30659,45.12874],[-83.30659,45.25515],[-83.37061,45.25515],[-83.37061,45.31659],[-83.43256,45.31659],[-83.43256,45.37921],[-83.61784,45.37921],[-83.61784,45.44197],[-83.80843,45.44197],[-83.80843,45.50362],[-84.05507,45.50362],[-84.05507,45.56479],[-84.12352,45.56479],[-84.12352,45.62878],[-84.18075,45.62878],[-84.18075,45.69147],[-84.31116,45.69147],[-84.31116,45.93371],[-83.821,45.93371],[-83.821,45.87251],[-83.49681,45.87251],[-83.49681,45.93371],[-83.43381,45.93371],[-83.43381,46.00169],[-83.49627,46.00169],[-83.49627,46.06682],[-83.56,46.06682],[-83.56,46.12616],[-83.99546,46.12616],[-83.99546,46.19317],[-84.05918,46.19317],[-84.05918,46.3815],[-84.11526,46.3815],[-84.11526,46.49536],[-84.05918,46.49536],[-84.05918,46.56827],[-84.25795,46.56827],[-84.25795,46.50512],[-84.30719,46.50512],[-84.30719,46.56827],[-84.44154,46.56827],[-84.44154,46.50453],[-84.99657,46.50453],[-84.99657,46.68429],[-84.92982,46.68429],[-84.92982,46.81808],[-85.31659,46.81808],[-85.31659,46.75358],[-87.55626,46.75358],[-87.55626,47.44074],[-87.68254,47.44074],[-87.68254,47.50356],[-88.25607,47.50356],[-88.25607,47.44337],[-88.44174,47.44337],[-88.44174,47.37899],[-88.50683,47.37899],[-88.50683,47.31539],[-88.63128,47.31539],[-88.63128,47.25398],[-88.75696,47.25398],[-88.75696,47.19347],[-88.88383,47.19347],[-88.88383,47.12847],[-88.94342,47.12847],[-88.94342,47.06621],[-89.07087,47.06621],[-89.07087,47.00268],[-89.25656,47.00268],[-89.25656,46.94108],[-90.36777,46.94108],[-90.36777,47.68448],[-90.307,47.68448],[-90.307,47.74602],[-89.99486,47.74602],[-89.99486,47.80827],[-89.80486,47.80827],[-89.80486,47.87006],[-89.67977,47.87006],[-89.67977,47.93396],[-89.49338,47.93396],[-89.49338,47.9958],[-89.42847,47.9958],[-89.42847,48.06564],[-89.99327,48.06564],[-89.99327,48.1283],[-90.74559,48.1283],[-90.74559,48.18931],[-90.80873,48.18931],[-90.80873,48.25221],[-91.06776,48.25221],[-91.06776,48.19167],[-91.19462,48.19167],[-91.19462,48.1279],[-91.68142,48.1279],[-91.68142,48.2526],[-91.93219,48.2526],[-91.93219,48.31425],[-91.99297,48.31425],[-91.99297,48.37808],[-92.31894,48.37808],[-92.31894,48.25291],[-92.37322,48.25291],[-92.37322,48.31534],[-92.43223,48.31534],[-92.43223,48.44114],[-92.49772,48.44114],[-92.49772,48.50178],[-92.56794,48.50178],[-92.56794,48.43958],[-92.62105,48.43958],[-92.62105,48.56508],[-92.80868,48.56508],[-92.80868,48.62869],[-92.80868,48.62674],[-92.93318,48.62674],[-92.93318,48.69221],[-93.00517,48.69221],[-93.00517,48.6283],[-93.12259,48.6283],[-93.12259,48.69221],[-93.31908,48.69221],[-93.31908,48.62674],[-93.50495,48.62674],[-93.50495,48.56352],[-93.74746,48.56352],[-93.74746,48.62674],[-93.81355,48.62674],[-93.81355,48.68988],[-94.24531,48.68988],[-94.24531,48.75543],[-94.61832,48.75543],[-94.61832,48.94104],[-94.6809,48.94104],[-94.6809,49.00297],[-94.74415,49.00297],[-94.74415,49.25361],[-94.80841,49.25361],[-94.80841,49.37841],[-95.11924,49.37841],[-95.11924,49.44253],[-95.19343,49.44253],[-95.19343,49.00353],[-96.87069,49.00353],[-96.87069,49.06561],[-99.00493,49.06561],[-99.00493,49.00507],[-109.36993,49.00507],[-109.36993,49.06682],[-109.50587,49.06682],[-109.50587,49.00507],[-114.183,49.00507],[-114.183,49.06873],[-114.75787,49.06873],[-114.75787,49.00507],[-115.43373,49.00507],[-115.43373,49.06714],[-116.50627,49.06714],[-116.50627,49.00507],[-117.30895,49.00507],[-117.30895,49.06598],[-119.88295,49.06598],[-119.88295,49.00507],[-120.12086,49.00507],[-120.12086,49.06784],[-121.44516,49.06784],[-121.44516,49.00507],[-121.93118,49.00507],[-121.93118,49.06561],[-122.81748,49.06561],[-122.81748,49.00291],[-122.87952,49.00291],[-122.87952,48.9347],[-122.81746,48.9347],[-122.81746,48.8102],[-122.75389,48.8102],[-122.75389,48.75338],[-122.87129,48.75338],[-122.87129,48.81539],[-123.00554,48.81539],[-123.00554,48.75295],[-123.12969,48.75295],[-123.12969,48.69022],[-123.18382,48.69022],[-123.18382,48.7529],[-123.25493,48.7529]],[[-122.93417,37.75215],[-122.93475,37.6842],[-123.0679,37.6849],[-123.06737,37.74753],[-123.12926,37.74785],[-123.12869,37.81569],[-123.05907,37.81532],[-123.05959,37.75281],[-122.93417,37.75215]],[[-71.62995,41.25409],[-71.49665,41.25414],[-71.49656,41.12297],[-71.62986,41.12291],[-71.62995,41.25409]],[[-70.31843,41.37752],[-70.31834,41.24482],[-70.19066,41.24487],[-70.19062,41.1886],[-69.9336,41.1887],[-69.93373,41.37919],[-69.99507,41.37917],[-69.99511,41.44316],[-70.07078,41.44313],[-70.0707,41.31449],[-70.24617,41.31443],[-70.24621,41.37755],[-70.31843,41.37752]],[[-68.94034,43.94041],[-68.68569,43.9405],[-68.68565,43.87218],[-68.74654,43.87216],[-68.7465,43.81025],[-68.80908,43.81023],[-68.80903,43.74673],[-68.87731,43.7467],[-68.87735,43.81178],[-68.94025,43.81176],[-68.94034,43.94041]],[[-123.12915,49.06451],[-122.99542,49.06451],[-122.99542,48.93432],[-123.12915,48.93432],[-123.12915,49.06451]],[[-82.94071,24.75359],[-82.87194,24.75359],[-82.87194,24.69057],[-82.74462,24.69057],[-82.74462,24.62146],[-82.8088,24.62146],[-82.8088,24.55949],[-82.94071,24.55949],[-82.94071,24.75359]]],icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USGSTopographicMaps.png"},{id:"USGS-Scanned_Topographic",name:"USGS Topographic Maps",type:"tms",template:"https://caltopo.s3.amazonaws.com/topo/{zoom}/{x}/{y}.png",zoomExtent:[0,16],polygon:[[[-55.99594,52.00107],[-112.02896,52.00107],[-112.03995,56.01308],[-120.00494,56.00592],[-120.01712,60.01202],[-132.00197,60.00239],[-132.01208,63.00193],[-133.96883,63.0005],[-133.9724,63.99225],[-141.04429,63.98726],[-141.06879,69.92046],[-156.24893,71.51583],[-160.44571,70.83527],[-167.08145,68.42906],[-164.08218,67.03914],[-169.01504,65.68269],[-166.57608,64.50778],[-161.82999,64.05006],[-165.08194,63.2603],[-168.02628,59.78623],[-162.53311,59.73089],[-162.35733,58.55905],[-157.83096,58.31753],[-158.00674,57.52404],[-168.22403,53.51022],[-166.55411,53.14277],[-158.77579,54.88541],[-158.6824,55.74964],[-156.55106,56.00848],[-156.15555,56.77466],[-154.70535,56.14337],[-152.07413,57.37035],[-151.62918,58.22653],[-152.00821,58.98056],[-145.9877,60.24741],[-140.38467,59.48634],[-136.53946,57.8061],[-133.79288,54.83483],[-133.33145,53.14277],[-131.46378,51.69838],[-128.52493,51.74602],[-129.79385,50.90159],[-124.56436,47.49786],[-124.03702,45.48627],[-124.6962,42.90428],[-124.49844,40.34146],[-122.80655,37.53929],[-119.99405,33.37085],[-117.24747,32.5412],[-111.13907,31.1977],[-106.70059,31.23529],[-103.20694,28.64618],[-101.84463,29.8158],[-99.20792,26.28744],[-96.79092,25.75432],[-96.92276,27.96911],[-93.47305,29.68226],[-88.94669,28.87732],[-88.6171,30.17736],[-86.2001,30.36713],[-84.96963,29.43379],[-84.09073,30.06333],[-82.97012,28.95426],[-82.97012,27.26824],[-81.25626,25.07956],[-82.09122,24.56105],[-80.06973,24.76073],[-79.85001,27.11188],[-81.27823,30.70777],[-78.99307,33.20554],[-75.03799,35.5983],[-75.85098,37.24252],[-73.74161,40.4586],[-69.89639,41.60224],[-70.68741,43.17629],[-66.93008,44.69516],[-66.53458,43.08007],[-64.20547,43.35229],[-59.50333,45.73221],[-59.51431,46.24762],[-60.0032,46.25901],[-59.99222,47.24506],[-59.00894,47.2376],[-58.99796,47.50267],[-56.51504,47.50267],[-56.52603,46.7477],[-53.99918,46.7477],[-53.9772,46.48358],[-52.49405,46.46354],[-52.50504,48.75361],[-52.99667,48.75451],[-53.01315,49.99551],[-55.00168,50.0061],[-55.03738,53.74721],[-56.00418,53.73421],[-55.99594,52.00107]],[[-59.50127,43.74954],[-60.5024,43.74954],[-60.5024,44],[-59.9984,44],[-59.9984,44.2494],[-59.50127,44.2494],[-59.50127,43.74954]],[[-155.95024,20.49523],[-157.32675,20.49153],[-157.32903,21.23181],[-155.95251,21.23549],[-155.95024,20.49523]],[[-157.64488,21.24845],[-158.28534,21.24674],[-158.2869,21.74996],[-157.64643,21.75167],[-157.64488,21.24845]],[[-156.12602,20.3247],[-154.74617,20.32841],[-154.74174,18.87578],[-156.1216,18.87203],[-156.12602,20.3247]],[[-159.29077,22.24504],[-159.2893,21.76857],[-160.28917,21.76591],[-160.29064,22.24239],[-159.29077,22.24504]]],terms_url:"https://caltopo.com",terms_text:"© Caltopo",icon:"https://osmlab.github.io/editor-layer-index/sources/north-america/us/USGSTopographicMaps.png"},{id:"USSR-Latvia",name:"USSR - Latvia",type:"wms",template:"http://www.gisnet.lv/cgi-bin/topo?FORMAT=image/jpeg&VERSION=1.1.1&service=WMS&REQUEST=GetMap&LAYERS=DTO,DTC,DIVDPTC,PD,VS,DS,PS,M&SRS={proj}&WIDTH={width}&height={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[26.63086,57.56889],[25.16968,58.04882],[22.54395,57.76866],[21.54419,57.53352],[21.01685,56.81892],[21.01685,56.03523],[22.03857,56.38958],[24.71924,56.33481],[26.75171,55.66519],[28.19092,56.13943],[27.78442,57.40946],[26.63086,57.56889]]]},{id:"sjcgis.org-General_Basemap_WM",name:"Vector Streetmap for San Juan County WA",type:"tms",template:"https://sjcgis.org/arcgis/rest/services/Basemaps/General_Basemap_WM/MapServer/tile/{zoom}/{y}/{x}",zoomExtent:[0,19],polygon:[[[-123.27402,48.69297],[-123.00773,48.76726],[-123.00762,48.83158],[-122.7835,48.75842],[-122.6934,48.65852],[-122.76745,48.60361],[-122.74484,48.38708],[-123.24822,48.28353],[-123.11452,48.42261],[-123.21904,48.54857],[-123.27402,48.69297]]],best:true,description:"Public domain street and address data from the San Juan County, WA. Updated at least quarterly."},{id:"Vercors-Orthophotos-1999",name:"Vercors (Réserve naturelle des Hauts-Plateaux du Vercors) - Orthophoto - 1999 - 1 m",type:"tms",template:"http://wms.openstreetmap.fr/tms/1.0.0/PNRVercors-RHP-1999/{zoom}/{x}/{y}",endDate:"1999-01-01T00:00:00.000Z",startDate:"1999-01-01T00:00:00.000Z",zoomExtent:[0,19],polygon:[[[5.43565,44.99918],[5.43193,44.9229],[5.43624,44.92284],[5.43472,44.89001],[5.43303,44.88995],[5.43065,44.85026],[5.43387,44.85014],[5.43285,44.82638],[5.43548,44.82626],[5.43497,44.8139],[5.44106,44.81372],[5.43717,44.74098],[5.4546,44.74044],[5.45282,44.70425],[5.5211,44.70245],[5.5233,44.73858],[5.58904,44.73684],[5.59298,44.81263],[5.5879,44.81299],[5.58977,44.84947],[5.58823,44.84938],[5.58972,44.87351],[5.53863,44.87503],[5.53947,44.88686],[5.52834,44.88733],[5.53002,44.92012],[5.53319,44.92012],[5.53761,44.99624],[5.43565,44.99918]]],terms_text:"Parc Naturel du Vercors"},{id:"vicosa_al",name:"Viçosa AL",type:"wms",template:"http://geo.seplande.al.gov.br/teogc/terraogcwms.cgi?LAYERS=Vicosa&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[-36.198,-9.42067],[-36.19777,-9.41789],[-36.1978,-9.41528],[-36.19801,-9.41074],[-36.19789,-9.40857],[-36.19793,-9.40637],[-36.19797,-9.40561],[-36.19793,-9.40405],[-36.19799,-9.40312],[-36.19827,-9.40028],[-36.19829,-9.39496],[-36.19789,-9.39169],[-36.19844,-9.38932],[-36.19837,-9.3862],[-36.19794,-9.38167],[-36.19801,-9.37972],[-36.19834,-9.37867],[-36.19832,-9.37698],[-36.19817,-9.37586],[-36.19852,-9.37139],[-36.19822,-9.36239],[-36.19862,-9.35319],[-36.19849,-9.35097],[-36.19857,-9.34852],[-36.1988,-9.34668],[-36.1986,-9.34349],[-36.19877,-9.34084],[-36.19895,-9.33301],[-36.19877,-9.33039],[-36.28958,-9.33114],[-36.28938,-9.33319],[-36.2895,-9.33538],[-36.28925,-9.34124],[-36.28945,-9.34291],[-36.28928,-9.34521],[-36.28897,-9.37311],[-36.28915,-9.37481],[-36.28892,-9.37708],[-36.2889,-9.38541],[-36.28872,-9.38633],[-36.28872,-9.39343],[-36.28887,-9.39558],[-36.28877,-9.40129],[-36.28862,-9.40652],[-36.28872,-9.40715],[-36.28877,-9.42133],[-36.198,-9.42067]]],terms_url:"http://www.seplande.al.gov.br",terms_text:"Secretaria de Estado do Planejamento e Desenvolvimento Econômico"},{id:"wien.gv.at-labels",name:"Vienna: Beschriftungen (annotations)",type:"tms",template:"https://maps.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png",zoomExtent:[12,19],polygon:[[[16.54475,48.17286],[16.54103,48.17657],[16.54978,48.17675],[16.54665,48.17162],[16.55629,48.16171],[16.55567,48.16446],[16.56161,48.16037],[16.57306,48.16319],[16.57603,48.13522],[16.54301,48.14333],[16.51377,48.15893],[16.4777,48.15744],[16.45536,48.13951],[16.43313,48.13788],[16.43701,48.11994],[16.42291,48.12306],[16.4083,48.11791],[16.40511,48.12198],[16.3246,48.13779],[16.31181,48.11945],[16.29806,48.12896],[16.2711,48.13385],[16.23607,48.13001],[16.2189,48.12377],[16.2181,48.12807],[16.23861,48.13205],[16.23843,48.13716],[16.22081,48.13555],[16.20986,48.14762],[16.22321,48.15318],[16.19798,48.15454],[16.19619,48.16396],[16.18183,48.17112],[16.19981,48.18616],[16.20739,48.20235],[16.20194,48.20479],[16.20962,48.20963],[16.1976,48.21479],[16.19778,48.22288],[16.18517,48.2232],[16.19911,48.22858],[16.19251,48.23671],[16.20677,48.26483],[16.24105,48.24837],[16.24154,48.23832],[16.25662,48.23988],[16.27043,48.25193],[16.26406,48.25492],[16.28556,48.25832],[16.29412,48.26395],[16.28617,48.2667],[16.28901,48.27051],[16.32741,48.27721],[16.34813,48.29048],[16.35351,48.28369],[16.3706,48.2817],[16.36714,48.28685],[16.37787,48.28832],[16.37557,48.29592],[16.37982,48.30201],[16.38536,48.30146],[16.38043,48.31507],[16.39518,48.32257],[16.39412,48.31926],[16.40287,48.31676],[16.41682,48.32253],[16.43803,48.31628],[16.44041,48.29192],[16.47547,48.27501],[16.48123,48.27343],[16.4835,48.27971],[16.48132,48.29351],[16.49645,48.29249],[16.51491,48.28554],[16.5067,48.2736],[16.51285,48.26784],[16.53263,48.2621],[16.54697,48.263],[16.53941,48.24284],[16.55274,48.239],[16.53627,48.20044],[16.54184,48.18206],[16.53631,48.17755],[16.54475,48.17286]]],terms_url:"https://data.wien.gv.at",terms_text:"Stadt Wien",icon:"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif",overlay:true},{id:"wien.gv.at-gp",name:"Vienna: Mehrzweckkarte (general purpose)",type:"tms",template:"https://maps.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg",zoomExtent:[10,19],polygon:[[[16.54475,48.17286],[16.54103,48.17657],[16.54978,48.17675],[16.54665,48.17162],[16.55629,48.16171],[16.55567,48.16446],[16.56161,48.16037],[16.57306,48.16319],[16.57603,48.13522],[16.54301,48.14333],[16.51377,48.15893],[16.4777,48.15744],[16.45536,48.13951],[16.43313,48.13788],[16.43701,48.11994],[16.42291,48.12306],[16.4083,48.11791],[16.40511,48.12198],[16.3246,48.13779],[16.31181,48.11945],[16.29806,48.12896],[16.2711,48.13385],[16.23607,48.13001],[16.2189,48.12377],[16.2181,48.12807],[16.23861,48.13205],[16.23843,48.13716],[16.22081,48.13555],[16.20986,48.14762],[16.22321,48.15318],[16.19798,48.15454],[16.19619,48.16396],[16.18183,48.17112],[16.19981,48.18616],[16.20739,48.20235],[16.20194,48.20479],[16.20962,48.20963],[16.1976,48.21479],[16.19778,48.22288],[16.18517,48.2232],[16.19911,48.22858],[16.19251,48.23671],[16.20677,48.26483],[16.24105,48.24837],[16.24154,48.23832],[16.25662,48.23988],[16.27043,48.25193],[16.26406,48.25492],[16.28556,48.25832],[16.29412,48.26395],[16.28617,48.2667],[16.28901,48.27051],[16.32741,48.27721],[16.34813,48.29048],[16.35351,48.28369],[16.3706,48.2817],[16.36714,48.28685],[16.37787,48.28832],[16.37557,48.29592],[16.37982,48.30201],[16.38536,48.30146],[16.38043,48.31507],[16.39518,48.32257],[16.39412,48.31926],[16.40287,48.31676],[16.41682,48.32253],[16.43803,48.31628],[16.44041,48.29192],[16.47547,48.27501],[16.48123,48.27343],[16.4835,48.27971],[16.48132,48.29351],[16.49645,48.29249],[16.51491,48.28554],[16.5067,48.2736],[16.51285,48.26784],[16.53263,48.2621],[16.54697,48.263],[16.53941,48.24284],[16.55274,48.239],[16.53627,48.20044],[16.54184,48.18206],[16.53631,48.17755],[16.54475,48.17286]]],terms_url:"https://data.wien.gv.at",terms_text:"Stadt Wien",icon:"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"},{id:"wien.gv.at-aerial_image",name:"Vienna: Orthofoto (aerial image)",type:"tms",template:"https://maps.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg",zoomExtent:[10,19],polygon:[[[16.14995,48.10832],[16.14989,48.33315],[16.61873,48.33296],[16.61749,48.10813],[16.46644,48.10819],[16.46644,48.10744],[16.18104,48.10756],[16.18104,48.10831],[16.14995,48.10832]]],terms_url:"https://data.wien.gv.at",terms_text:"Stadt Wien",icon:"https://www.wien.gv.at/layout-a/logo/wappen-klein.gif"},{id:"Ville_de_Nyon-HD-2010",name:"Ville de Nyon - Orthophoto 2010 HD 5cm/pi",type:"tms",template:"https://osmdata.asitvd.ch/tiles/nyon2010/{zoom}/{x}/{y}.png",endDate:"2010-01-01T00:00:00.000Z",startDate:"2010-01-01T00:00:00.000Z",zoomExtent:[14,20],polygon:[[[6.24859,46.38252],[6.24848,46.38715],[6.24378,46.38944],[6.24182,46.39109],[6.2414,46.39159],[6.23919,46.39222],[6.23973,46.39373],[6.2379,46.3946],[6.23713,46.39698],[6.23071,46.40107],[6.22789,46.39903],[6.22326,46.40219],[6.22066,46.40189],[6.21582,46.40462],[6.21393,46.40698],[6.20989,46.40563],[6.20928,46.40528],[6.20985,46.40434],[6.20501,46.40332],[6.20527,46.40104],[6.20906,46.40131],[6.20951,46.4013],[6.2149,46.4008],[6.21154,46.39808],[6.21057,46.3968],[6.20954,46.39449],[6.21229,46.39243],[6.21374,46.39168],[6.21639,46.39079],[6.21296,46.38736],[6.21532,46.38514],[6.21403,46.38424],[6.2126,46.38232],[6.21211,46.38102],[6.21212,46.37992],[6.21231,46.37901],[6.21318,46.37697],[6.21454,46.37494],[6.21359,46.37463],[6.21365,46.37276],[6.22133,46.3699],[6.22752,46.36555],[6.22752,46.36541],[6.23738,46.37356],[6.24404,46.37842],[6.24859,46.38252]]],terms_url:"http://www.nyon.ch/fr/officiel/services-offices/informatique-et-population-776-3911",terms_text:"Ville de Nyon"},{id:"vogis.cnv.at-DGM",name:"VoGIS: DGM (Terrain model)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_hoehen_und_gelaende_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=schummerung_50cm_terrain&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[9.96805,47.54631],[9.96809,47.54627],[9.97125,47.54425],[9.96484,47.53803],[9.9684,47.52802],[9.96526,47.52089],[9.99569,47.50278],[9.98736,47.49847],[10.00076,47.48211],[10.02301,47.48411],[10.03743,47.48918],[10.04477,47.48762],[10.05413,47.47589],[10.05347,47.46686],[10.06468,47.46364],[10.06999,47.45595],[10.08057,47.45536],[10.08857,47.46029],[10.09164,47.45893],[10.09385,47.44046],[10.10559,47.42872],[10.09374,47.41688],[10.07418,47.41472],[10.06914,47.41018],[10.08624,47.39952],[10.08284,47.39381],[10.09984,47.35476],[10.11934,47.37561],[10.14169,47.36718],[10.16587,47.36887],[10.16958,47.3713],[10.1694,47.38583],[10.1813,47.38725],[10.18185,47.39243],[10.19508,47.38935],[10.19988,47.38334],[10.21259,47.38039],[10.22705,47.38889],[10.23619,47.38192],[10.23168,47.37897],[10.23716,47.37357],[10.21699,47.35436],[10.2171,47.34988],[10.20424,47.33675],[10.20742,47.33232],[10.19951,47.32646],[10.21113,47.31898],[10.21597,47.31106],[10.21236,47.31122],[10.19913,47.29754],[10.18964,47.29394],[10.17961,47.29603],[10.17208,47.27908],[10.17404,47.27025],[10.17834,47.27011],[10.17449,47.2637],[10.21884,47.25533],[10.22343,47.24983],[10.21087,47.2478],[10.19776,47.23666],[10.20791,47.2328],[10.21428,47.21684],[10.21269,47.20432],[10.19963,47.19539],[10.19951,47.18525],[10.21151,47.17124],[10.2092,47.16537],[10.20851,47.15948],[10.21321,47.1577],[10.2222,47.15323],[10.22166,47.14925],[10.21481,47.14352],[10.20333,47.14215],[10.20887,47.13164],[10.18629,47.12886],[10.18652,47.11946],[10.17288,47.12033],[10.16299,47.11361],[10.15766,47.11426],[10.15442,47.10578],[10.13243,47.08122],[10.13459,47.06392],[10.15085,47.06184],[10.15693,47.04883],[10.14418,47.03355],[10.12326,47.02209],[10.13284,47.01204],[10.15447,47.00545],[10.15961,46.99882],[10.15442,46.99299],[10.16001,46.984],[10.14463,46.98301],[10.13492,46.96584],[10.13501,46.95483],[10.12684,46.9435],[10.09772,46.92676],[10.09954,46.91712],[10.10921,46.90834],[10.10908,46.89431],[10.12497,46.88014],[10.14147,46.87468],[10.13967,46.86217],[10.14506,46.8511],[10.13941,46.84738],[10.12309,46.84848],[10.11912,46.84417],[10.10518,46.8409],[10.09195,46.85143],[10.09265,46.85818],[10.08712,46.86128],[10.05488,46.8617],[10.0509,46.86442],[10.05192,46.87405],[10.03891,46.88611],[10.03221,46.88802],[10.01782,46.90161],[10.00494,46.89889],[9.98243,46.9062],[9.97793,46.91603],[9.96657,46.91222],[9.95907,46.91602],[9.94612,46.91235],[9.93758,46.91324],[9.92153,46.91882],[9.91231,46.92606],[9.90632,46.9253],[9.89449,46.93164],[9.87613,46.93463],[9.88071,46.94011],[9.87657,46.94071],[9.87488,46.95039],[9.87872,46.95707],[9.87073,46.96321],[9.88482,46.98546],[9.8923,46.99036],[9.88878,47.00072],[9.8707,47.00965],[9.87115,47.01306],[9.88035,47.01722],[9.87779,47.02055],[9.85974,47.02321],[9.85273,47.01641],[9.83612,47.01253],[9.82353,47.01986],[9.80756,47.02356],[9.78491,47.03849],[9.74808,47.03692],[9.74185,47.04268],[9.71821,47.04337],[9.70701,47.04805],[9.7076,47.05381],[9.69756,47.05239],[9.68392,47.05765],[9.68184,47.0621],[9.67743,47.06141],[9.65821,47.05818],[9.64506,47.05978],[9.64158,47.05598],[9.63654,47.0517],[9.62633,47.05133],[9.60705,47.06077],[9.6134,47.0695],[9.61153,47.0794],[9.61869,47.07817],[9.62339,47.08258],[9.63346,47.08344],[9.63564,47.09553],[9.62858,47.10756],[9.62083,47.11032],[9.63503,47.12813],[9.62467,47.13265],[9.62258,47.14135],[9.62587,47.1459],[9.62059,47.15164],[9.6089,47.14775],[9.59679,47.16294],[9.57946,47.17116],[9.56456,47.17029],[9.57302,47.1756],[9.57259,47.19079],[9.58032,47.19578],[9.58477,47.20532],[9.5687,47.21968],[9.55851,47.22416],[9.55176,47.22377],[9.56679,47.24288],[9.53073,47.27058],[9.54619,47.28005],[9.55634,47.29829],[9.58805,47.3173],[9.59966,47.3455],[9.61073,47.35571],[9.62446,47.36615],[9.65876,47.36946],[9.67255,47.38021],[9.67311,47.39194],[9.65162,47.40463],[9.64551,47.4312],[9.64512,47.4378],[9.65799,47.44779],[9.65898,47.4522],[9.62234,47.45747],[9.60904,47.47054],[9.60292,47.46198],[9.59514,47.46331],[9.58217,47.48276],[9.5622,47.49592],[9.55057,47.53718],[9.5827,47.53592],[9.60465,47.52952],[9.73478,47.53396],[9.73517,47.54661],[9.74164,47.55499],[9.7471,47.55569],[9.74337,47.55867],[9.75207,47.56747],[9.74806,47.57052],[9.75632,47.57262],[9.75633,47.57963],[9.76197,47.58096],[9.76553,47.58912],[9.76933,47.58739],[9.77697,47.59544],[9.79151,47.59352],[9.79999,47.59611],[9.81414,47.58807],[9.82381,47.5871],[9.82728,47.57997],[9.82079,47.57076],[9.82562,47.55922],[9.8171,47.55333],[9.81579,47.54767],[9.85023,47.54164],[9.85839,47.53388],[9.87451,47.52854],[9.87804,47.53876],[9.87515,47.54343],[9.88125,47.54814],[9.8891,47.54399],[9.89935,47.54475],[9.90666,47.54217],[9.91358,47.53255],[9.92189,47.52964],[9.93352,47.53265],[9.94108,47.53822],[9.9637,47.53472],[9.95883,47.54313],[9.96318,47.54229],[9.96805,47.54631]]],terms_url:"https://www.vorarlberg.atvorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"vogis.cnv.at-DOM",name:"VoGIS: DOM (Surface model)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_hoehen_und_gelaende_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=schummerung_50cm_surface&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",polygon:[[[9.96805,47.54631],[9.96809,47.54627],[9.97125,47.54425],[9.96484,47.53803],[9.9684,47.52802],[9.96526,47.52089],[9.99569,47.50278],[9.98736,47.49847],[10.00076,47.48211],[10.02301,47.48411],[10.03743,47.48918],[10.04477,47.48762],[10.05413,47.47589],[10.05347,47.46686],[10.06468,47.46364],[10.06999,47.45595],[10.08057,47.45536],[10.08857,47.46029],[10.09164,47.45893],[10.09385,47.44046],[10.10559,47.42872],[10.09374,47.41688],[10.07418,47.41472],[10.06914,47.41018],[10.08624,47.39952],[10.08284,47.39381],[10.09984,47.35476],[10.11934,47.37561],[10.14169,47.36718],[10.16587,47.36887],[10.16958,47.3713],[10.1694,47.38583],[10.1813,47.38725],[10.18185,47.39243],[10.19508,47.38935],[10.19988,47.38334],[10.21259,47.38039],[10.22705,47.38889],[10.23619,47.38192],[10.23168,47.37897],[10.23716,47.37357],[10.21699,47.35436],[10.2171,47.34988],[10.20424,47.33675],[10.20742,47.33232],[10.19951,47.32646],[10.21113,47.31898],[10.21597,47.31106],[10.21236,47.31122],[10.19913,47.29754],[10.18964,47.29394],[10.17961,47.29603],[10.17208,47.27908],[10.17404,47.27025],[10.17834,47.27011],[10.17449,47.2637],[10.21884,47.25533],[10.22343,47.24983],[10.21087,47.2478],[10.19776,47.23666],[10.20791,47.2328],[10.21428,47.21684],[10.21269,47.20432],[10.19963,47.19539],[10.19951,47.18525],[10.21151,47.17124],[10.2092,47.16537],[10.20851,47.15948],[10.21321,47.1577],[10.2222,47.15323],[10.22166,47.14925],[10.21481,47.14352],[10.20333,47.14215],[10.20887,47.13164],[10.18629,47.12886],[10.18652,47.11946],[10.17288,47.12033],[10.16299,47.11361],[10.15766,47.11426],[10.15442,47.10578],[10.13243,47.08122],[10.13459,47.06392],[10.15085,47.06184],[10.15693,47.04883],[10.14418,47.03355],[10.12326,47.02209],[10.13284,47.01204],[10.15447,47.00545],[10.15961,46.99882],[10.15442,46.99299],[10.16001,46.984],[10.14463,46.98301],[10.13492,46.96584],[10.13501,46.95483],[10.12684,46.9435],[10.09772,46.92676],[10.09954,46.91712],[10.10921,46.90834],[10.10908,46.89431],[10.12497,46.88014],[10.14147,46.87468],[10.13967,46.86217],[10.14506,46.8511],[10.13941,46.84738],[10.12309,46.84848],[10.11912,46.84417],[10.10518,46.8409],[10.09195,46.85143],[10.09265,46.85818],[10.08712,46.86128],[10.05488,46.8617],[10.0509,46.86442],[10.05192,46.87405],[10.03891,46.88611],[10.03221,46.88802],[10.01782,46.90161],[10.00494,46.89889],[9.98243,46.9062],[9.97793,46.91603],[9.96657,46.91222],[9.95907,46.91602],[9.94612,46.91235],[9.93758,46.91324],[9.92153,46.91882],[9.91231,46.92606],[9.90632,46.9253],[9.89449,46.93164],[9.87613,46.93463],[9.88071,46.94011],[9.87657,46.94071],[9.87488,46.95039],[9.87872,46.95707],[9.87073,46.96321],[9.88482,46.98546],[9.8923,46.99036],[9.88878,47.00072],[9.8707,47.00965],[9.87115,47.01306],[9.88035,47.01722],[9.87779,47.02055],[9.85974,47.02321],[9.85273,47.01641],[9.83612,47.01253],[9.82353,47.01986],[9.80756,47.02356],[9.78491,47.03849],[9.74808,47.03692],[9.74185,47.04268],[9.71821,47.04337],[9.70701,47.04805],[9.7076,47.05381],[9.69756,47.05239],[9.68392,47.05765],[9.68184,47.0621],[9.67743,47.06141],[9.65821,47.05818],[9.64506,47.05978],[9.64158,47.05598],[9.63654,47.0517],[9.62633,47.05133],[9.60705,47.06077],[9.6134,47.0695],[9.61153,47.0794],[9.61869,47.07817],[9.62339,47.08258],[9.63346,47.08344],[9.63564,47.09553],[9.62858,47.10756],[9.62083,47.11032],[9.63503,47.12813],[9.62467,47.13265],[9.62258,47.14135],[9.62587,47.1459],[9.62059,47.15164],[9.6089,47.14775],[9.59679,47.16294],[9.57946,47.17116],[9.56456,47.17029],[9.57302,47.1756],[9.57259,47.19079],[9.58032,47.19578],[9.58477,47.20532],[9.5687,47.21968],[9.55851,47.22416],[9.55176,47.22377],[9.56679,47.24288],[9.53073,47.27058],[9.54619,47.28005],[9.55634,47.29829],[9.58805,47.3173],[9.59966,47.3455],[9.61073,47.35571],[9.62446,47.36615],[9.65876,47.36946],[9.67255,47.38021],[9.67311,47.39194],[9.65162,47.40463],[9.64551,47.4312],[9.64512,47.4378],[9.65799,47.44779],[9.65898,47.4522],[9.62234,47.45747],[9.60904,47.47054],[9.60292,47.46198],[9.59514,47.46331],[9.58217,47.48276],[9.5622,47.49592],[9.55057,47.53718],[9.5827,47.53592],[9.60465,47.52952],[9.73478,47.53396],[9.73517,47.54661],[9.74164,47.55499],[9.7471,47.55569],[9.74337,47.55867],[9.75207,47.56747],[9.74806,47.57052],[9.75632,47.57262],[9.75633,47.57963],[9.76197,47.58096],[9.76553,47.58912],[9.76933,47.58739],[9.77697,47.59544],[9.79151,47.59352],[9.79999,47.59611],[9.81414,47.58807],[9.82381,47.5871],[9.82728,47.57997],[9.82079,47.57076],[9.82562,47.55922],[9.8171,47.55333],[9.81579,47.54767],[9.85023,47.54164],[9.85839,47.53388],[9.87451,47.52854],[9.87804,47.53876],[9.87515,47.54343],[9.88125,47.54814],[9.8891,47.54399],[9.89935,47.54475],[9.90666,47.54217],[9.91358,47.53255],[9.92189,47.52964],[9.93352,47.53265],[9.94108,47.53822],[9.9637,47.53472],[9.95883,47.54313],[9.96318,47.54229],[9.96805,47.54631]]],terms_url:"https://www.vorarlberg.atvorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"vogis.cnv.at-ef2012_12cm",name:"VoGIS: Echtfarbenbild 2012 (12cm)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_luftbilder_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ef2012_12cm&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2012-01-01T00:00:00.000Z",startDate:"2012-01-01T00:00:00.000Z",polygon:[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],terms_url:"https://www.vorarlberg.atvorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"vogis.cnv.at-ef2015_10cm",name:"VoGIS: Echtfarbenbild 2015 (10cm)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_luftbilder_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ef2015_10cm&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[9.54367,47.48479],[9.61451,47.45058],[9.61359,47.38272],[9.44246,47.24798],[9.44614,47.096],[9.42866,47.08911],[9.42498,47.01513],[9.85281,47.00196],[9.85741,46.89896],[9.9669,46.88952],[10.04511,46.8499],[10.15828,46.83353],[10.1592,46.89204],[10.14718,46.89248],[10.15115,46.94331],[10.16317,46.94287],[10.1647,46.96238],[10.17852,46.96681],[10.17576,47.10351],[10.22912,47.10226],[10.22084,47.24361],[10.26133,47.41261],[10.12423,47.40576],[10.09387,47.47795],[10.00462,47.50717],[9.98622,47.56121],[9.84361,47.56245],[9.84085,47.60714],[9.53999,47.60652],[9.54367,47.48479]]],terms_url:"https://www.vorarlberg.atvorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"vogis.cnv.at-wi2015_20cm",name:"VoGIS: Echtfarbenbild Winter 2015 (20cm)",type:"wms",template:"http://vogis.cnv.at/mapserver/mapserv?map=i_luftbilder_r_wms.map&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=wi2015_20cm&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",polygon:[[[10.17039,46.82979],[10.17108,46.93644],[10.18413,46.94113],[10.1855,47.10157],[10.23906,47.10437],[10.24283,47.15611],[10.25691,47.18704],[10.24558,47.27597],[10.25313,47.32347],[10.26893,47.32626],[10.26446,47.41102],[10.13194,47.4087],[10.13434,47.46107],[10.11752,47.46153],[10.11889,47.47337],[10.08731,47.47429],[10.08491,47.50724],[10.06843,47.507],[10.0674,47.5215],[10.02345,47.52428],[10.00079,47.57943],[9.84904,47.57757],[9.85042,47.61462],[9.72751,47.61277],[9.7203,47.59089],[9.70347,47.58915],[9.70313,47.54491],[9.68219,47.54491],[9.68047,47.55348],[9.56391,47.54931],[9.56202,47.53958],[9.55172,47.53958],[9.55172,47.53402],[9.52168,47.53471],[9.52701,47.30497],[9.50503,47.30264],[9.50091,47.23368],[9.52357,47.23228],[9.52426,47.16557],[9.54486,47.16405],[9.54383,47.15448],[9.57232,47.15401],[9.57026,47.12809],[9.59018,47.12867],[9.59189,47.10029],[9.57232,47.10017],[9.57713,47.02861],[9.72407,47.03048],[9.72304,47.01749],[9.77454,47.01562],[9.77626,47.00555],[9.79274,47.00391],[9.7948,46.99127],[9.83874,46.99314],[9.84012,46.90349],[9.89024,46.90725],[9.88543,46.88707],[9.95925,46.89141],[9.962,46.87675],[10.0001,46.87862],[9.99667,46.85715],[10.01864,46.85656],[10.02345,46.83073],[10.17039,46.82979]]],terms_url:"https://www.vorarlberg.atvorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm",terms_text:"Datenquelle: Land Vorarlberg – data.vorarlberg.gv.at",icon:"https://osmlab.github.io/editor-layer-index/sources/europe/at/VoGISFlchenwidmungsplan.png"},{id:"wroclaw-orto2015",name:"Wrocław: Orthophotomap 2015 (aerial image)",type:"wms",template:"http://gis1.um.wroc.pl/arcgis/services/ogc/OGC_ortofoto_2015/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:3857",endDate:"2015-01-01T00:00:00.000Z",startDate:"2015-01-01T00:00:00.000Z",zoomExtent:[0,23],polygon:[[[17.14217,51.12846],[17.15659,51.1499],[17.15933,51.16056],[17.15899,51.17886],[17.14371,51.18155],[17.13024,51.18128],[17.12466,51.17396],[17.11436,51.17746],[17.0778,51.17746],[17.07642,51.1766],[17.07548,51.16825],[17.06698,51.16745],[17.04698,51.17493],[17.03376,51.17729],[17.02741,51.17729],[17.02733,51.18246],[17.02252,51.18816],[17.01299,51.18816],[17.0093,51.18499],[17.00312,51.18504],[17.00261,51.20016],[16.99162,51.20559],[16.97008,51.20763],[16.96424,51.20989],[16.95394,51.20968],[16.94656,51.20586],[16.9233,51.2001],[16.90811,51.21043],[16.89927,51.21027],[16.89292,51.2071],[16.88322,51.2071],[16.88073,51.20489],[16.88047,51.19666],[16.88322,51.19048],[16.87403,51.18719],[16.87026,51.18203],[16.85455,51.18031],[16.8421,51.18488],[16.82434,51.18467],[16.82056,51.17875],[16.82099,51.16373],[16.82502,51.15647],[16.80915,51.15194],[16.80657,51.14613],[16.80648,51.1366],[16.80769,51.13595],[16.81687,51.13601],[16.8161,51.13337],[16.81636,51.12459],[16.82932,51.12329],[16.83266,51.11834],[16.82923,51.11386],[16.82923,51.10993],[16.83215,51.10869],[16.84949,51.10826],[16.85661,51.09899],[16.87901,51.09252],[16.88862,51.09258],[16.89197,51.09667],[16.92107,51.09662],[16.9209,51.09263],[16.91661,51.0812],[16.91686,51.07942],[16.93514,51.07948],[16.93849,51.0736],[16.95248,51.06686],[16.95068,51.05806],[16.95454,51.05369],[16.96188,51.0473],[16.96879,51.04568],[16.98072,51.04584],[16.98424,51.05197],[16.99969,51.04668],[17.00776,51.04422],[17.01973,51.04169],[17.03286,51.0419],[17.03415,51.04673],[17.04509,51.04339],[17.06363,51.04339],[17.07037,51.05286],[17.08363,51.04428],[17.095,51.04368],[17.10633,51.04376],[17.10835,51.04684],[17.10822,51.05377],[17.10226,51.05868],[17.11136,51.0716],[17.12341,51.07179],[17.12299,51.07856],[17.15088,51.07861],[17.17277,51.09344],[17.17277,51.09956],[17.17697,51.10303],[17.17676,51.1092],[17.16363,51.1203],[17.14217,51.12846]]],terms_text:"Urząd Miasta Wrocław",icon:"https://i.imgur.com/PRqROXB.png"},{id:"Zabrze-2011",name:"Zabrze: Orthophotomap 2011 (aerial image)",type:"wms",template:"http://siot.um.zabrze.pl/arcgis/services/UMZ_Ortofoto_2011/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}",projection:"EPSG:4326",endDate:"2011-01-01T00:00:00.000Z",startDate:"2011-01-01T00:00:00.000Z",zoomExtent:[0,23],polygon:[[[18.74396,50.2753],[18.75586,50.27523],[18.75578,50.27633],[18.74516,50.28105],[18.74609,50.28886],[18.75084,50.28948],[18.74832,50.2957],[18.73379,50.29618],[18.73208,50.31571],[18.73613,50.31646],[18.73882,50.32763],[18.73725,50.33016],[18.73121,50.33169],[18.73054,50.3344],[18.73422,50.3371],[18.73428,50.34097],[18.73866,50.34308],[18.75419,50.34182],[18.75982,50.34624],[18.75438,50.34744],[18.75119,50.34979],[18.74603,50.36876],[18.75705,50.3692],[18.7639,50.36754],[18.77263,50.37628],[18.78436,50.37077],[18.78713,50.37295],[18.79821,50.37048],[18.80466,50.37561],[18.80165,50.37718],[18.80164,50.38222],[18.80509,50.38317],[18.81527,50.38167],[18.81446,50.37515],[18.82183,50.36883],[18.81737,50.36802],[18.82104,50.35843],[18.8159,50.35336],[18.81687,50.35076],[18.82294,50.35156],[18.83281,50.34962],[18.83474,50.3443],[18.84615,50.34448],[18.86293,50.32852],[18.8607,50.32776],[18.85088,50.33191],[18.84578,50.32923],[18.84891,50.32352],[18.83179,50.32028],[18.83192,50.30483],[18.84451,50.30286],[18.84429,50.29627],[18.82282,50.28615],[18.82845,50.28482],[18.82745,50.27972],[18.82322,50.27994],[18.8214,50.27414],[18.81392,50.27309],[18.79981,50.27351],[18.7987,50.2613],[18.7923,50.24641],[18.78261,50.24583],[18.76416,50.25145],[18.75396,50.25669],[18.75004,50.26402],[18.73991,50.26738],[18.73421,50.27084],[18.74396,50.2753]]],terms_text:"Urząd Miasta Zabrza"}];
 
-  var presets = {aerialway:{fields:["aerialway"],geometry:["point","vertex","line"],tags:{aerialway:"*"},terms:["ski lift","funifor","funitel"],searchable:false,name:"Aerialway"},aeroway:{icon:"maki-airport",fields:["aeroway"],geometry:["point","vertex","line","area"],tags:{aeroway:"*"},searchable:false,name:"Aeroway"},amenity:{fields:["amenity"],geometry:["point","vertex","area"],tags:{amenity:"*"},searchable:false,name:"Amenity"},circular:{geometry:["vertex","line"],fields:["name"],tags:{junction:"circular"},name:"Traffic Circle",searchable:false},highway:{fields:["name","highway"],geometry:["point","vertex","line","area"],tags:{highway:"*"},searchable:false,name:"Highway"},place:{fields:["name","place"],geometry:["point","vertex","area"],tags:{place:"*"},searchable:false,name:"Place"},power:{geometry:["point","vertex","line","area"],tags:{power:"*"},fields:["power"],searchable:false,name:"Power"},railway:{fields:["railway"],geometry:["point","vertex","line","area"],tags:{railway:"*"},searchable:false,name:"Railway"},roundabout:{geometry:["vertex","line"],fields:["name"],tags:{junction:"roundabout"},name:"Roundabout",searchable:false},waterway:{fields:["name","waterway"],geometry:["point","vertex","line","area"],tags:{waterway:"*"},searchable:false,name:"Waterway"},address:{fields:["address"],geometry:["point","vertex","area"],tags:{"addr:*":"*"},addTags:{},removeTags:{},reference:{key:"addr"},name:"Address",matchScore:0.15},"advertising/billboard":{fields:["direction","lit"],geometry:["point","vertex","line"],tags:{advertising:"billboard"},name:"Billboard"},"advertising/column":{fields:["direction","lit"],geometry:["point","area"],tags:{advertising:"column"},name:"Advertising Column"},"aerialway/station":{icon:"maki-aerialway",geometry:["point","vertex","area"],fields:["aerialway/access","aerialway/summer/access","elevation","building_area"],tags:{aerialway:"station"},name:"Aerialway Station",searchable:false},"aerialway/cable_car":{geometry:["line"],terms:["tramway","ropeway"],fields:["name","aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/heating"],tags:{aerialway:"cable_car"},name:"Cable Car"},"aerialway/chair_lift":{geometry:["line"],fields:["name","aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/bubble","aerialway/heating"],tags:{aerialway:"chair_lift"},name:"Chair Lift"},"aerialway/drag_lift":{geometry:["line"],fields:["name","aerialway/capacity","aerialway/duration"],tags:{aerialway:"drag_lift"},name:"Drag Lift"},"aerialway/gondola":{geometry:["line"],fields:["name","aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/bubble","aerialway/heating"],tags:{aerialway:"gondola"},name:"Gondola"},"aerialway/goods":{geometry:["line"],fields:["name","aerialway/capacity","aerialway/duration"],tags:{aerialway:"goods"},name:"Goods Aerialway"},"aerialway/magic_carpet":{geometry:["line"],fields:["name","aerialway/capacity","aerialway/duration","aerialway/heating"],tags:{aerialway:"magic_carpet"},name:"Magic Carpet Lift"},"aerialway/mixed_lift":{geometry:["line"],fields:["name","aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/bubble","aerialway/heating"],tags:{aerialway:"mixed_lift"},name:"Mixed Lift"},"aerialway/platter":{geometry:["line"],terms:["button lift","poma lift"],fields:["name","aerialway/capacity","aerialway/duration"],tags:{aerialway:"platter"},name:"Platter Lift"},"aerialway/pylon":{geometry:["point","vertex"],fields:["ref"],tags:{aerialway:"pylon"},name:"Aerialway Pylon"},"aerialway/rope_tow":{geometry:["line"],terms:["handle tow","bugel lift"],fields:["name","aerialway/capacity","aerialway/duration"],tags:{aerialway:"rope_tow"},name:"Rope Tow Lift"},"aerialway/t-bar":{geometry:["line"],fields:["name","aerialway/capacity","aerialway/duration"],terms:["tbar"],tags:{aerialway:"t-bar"},name:"T-bar Lift"},"aeroway/aerodrome":{icon:"maki-airport",geometry:["point","area"],fields:["name","iata","icao","operator","internet_access","internet_access/fee","internet_access/ssid"],terms:["airplane","airport","aerodrome"],tags:{aeroway:"aerodrome"},name:"Airport"},"aeroway/apron":{icon:"maki-airport",geometry:["area"],terms:["ramp"],fields:["ref","surface"],tags:{aeroway:"apron"},name:"Apron"},"aeroway/gate":{icon:"maki-airport",geometry:["point"],fields:["ref_aeroway_gate"],tags:{aeroway:"gate"},name:"Airport Gate"},"aeroway/hangar":{geometry:["area"],fields:["name","building_area"],tags:{aeroway:"hangar"},name:"Hangar"},"aeroway/helipad":{icon:"maki-heliport",geometry:["point","area"],fields:["ref"],terms:["helicopter","helipad","heliport"],tags:{aeroway:"helipad"},name:"Helipad"},"aeroway/runway":{geometry:["line","area"],terms:["landing strip"],fields:["ref_runway","surface","length","width"],tags:{aeroway:"runway"},name:"Runway"},"aeroway/taxiway":{geometry:["line"],fields:["ref_taxiway","surface"],tags:{aeroway:"taxiway"},name:"Taxiway"},"aeroway/terminal":{icon:"maki-airport",geometry:["point","area"],terms:["airport","aerodrome"],fields:["name","operator","building_area"],tags:{aeroway:"terminal"},name:"Airport Terminal"},"allotments/plot":{geometry:["area"],fields:["name","ref"],tags:{allotments:"plot"},reference:{key:"allotments",value:"plot"},name:"Community Garden Plot"},"amenity/bus_station":{icon:"maki-bus",fields:["name","building_area","operator","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{amenity:"bus_station"},name:"Bus Station / Terminal",searchable:false},"amenity/coworking_space":{icon:"maki-commercial",fields:["name","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{amenity:"coworking_space"},name:"Coworking Space",searchable:false},"amenity/ferry_terminal":{icon:"maki-ferry",fields:["name","network","operator","address","building_area"],geometry:["point","vertex","area"],terms:[],tags:{amenity:"ferry_terminal"},name:"Ferry Station / Terminal",searchable:false},"amenity/nursing_home":{icon:"maki-wheelchair",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],geometry:["point","area"],tags:{amenity:"nursing_home"},reference:{key:"social_facility",value:"nursing_home"},name:"Nursing Home",searchable:false},"amenity/register_office":{icon:"maki-town-hall",fields:["name","address","building_area","opening_hours","operator"],geometry:["point","area"],tags:{amenity:"register_office"},reference:{key:"government",value:"register_office"},name:"Register Office",searchable:false},"amenity/scrapyard":{icon:"maki-car",fields:["name","operator","address","opening_hours"],geometry:["point","area"],tags:{amenity:"scrapyard"},reference:{key:"industrial",value:"scrap_yard"},name:"Scrap Yard",searchable:false},"amenity/swimming_pool":{icon:"maki-swimming",geometry:["point","vertex","area"],tags:{amenity:"swimming_pool"},reference:{key:"leisure",value:"swimming_pool"},name:"Swimming Pool",searchable:false},"amenity/animal_boarding":{icon:"maki-veterinary",fields:["name","operator","address","building_area","opening_hours","animal_boarding"],geometry:["point","area"],terms:["boarding","cat","cattery","dog","horse","kennel","kitten","pet","pet boarding","pet care","pet hotel","puppy","reptile"],tags:{amenity:"animal_boarding"},name:"Animal Boarding Facility"},"amenity/animal_breeding":{icon:"maki-veterinary",fields:["name","operator","address","building_area","opening_hours","animal_breeding"],geometry:["point","area"],terms:["breeding","bull","cat","cow","dog","horse","husbandry","kitten","livestock","pet breeding","puppy","reptile"],tags:{amenity:"animal_breeding"},name:"Animal Breeding Facility"},"amenity/animal_shelter":{icon:"maki-veterinary",fields:["name","operator","address","building_area","opening_hours","animal_shelter"],geometry:["point","area"],terms:["adoption","aspca","cat","dog","horse","kitten","pet care","pet rescue","puppy","raptor","reptile","rescue","spca"],tags:{amenity:"animal_shelter"},name:"Animal Shelter"},"amenity/arts_centre":{icon:"maki-theatre",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],terms:[],tags:{amenity:"arts_centre"},name:"Arts Center"},"amenity/atm":{icon:"maki-bank",fields:["operator","currency_multi","drive_through"],geometry:["point","vertex"],terms:["money","cash","machine"],tags:{amenity:"atm"},name:"ATM"},"amenity/bank":{icon:"maki-bank",fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],geometry:["point","area"],terms:["credit union","check","deposit","fund","investment","repository","reserve","safe","savings","stock","treasury","trust","vault"],tags:{amenity:"bank"},name:"Bank"},"amenity/bar":{icon:"maki-bar",fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],geometry:["point","area"],terms:["dive","beer","bier","booze"],tags:{amenity:"bar"},name:"Bar"},"amenity/bbq":{icon:"maki-bbq",fields:["covered","fuel"],geometry:["point"],terms:["bbq","grill"],tags:{amenity:"bbq"},name:"Barbecue/Grill"},"amenity/bench":{icon:"temaki-bench",fields:["backrest"],geometry:["point","vertex","line"],terms:["seat"],tags:{amenity:"bench"},name:"Bench"},"amenity/bicycle_parking":{icon:"maki-bicycle",fields:["bicycle_parking","capacity","operator","covered","access_simple"],geometry:["point","vertex","area"],terms:["bike"],tags:{amenity:"bicycle_parking"},name:"Bicycle Parking"},"amenity/bicycle_rental":{icon:"maki-bicycle",fields:["capacity","network","operator","payment_multi"],geometry:["point","vertex","area"],terms:["bike"],tags:{amenity:"bicycle_rental"},name:"Bicycle Rental"},"amenity/bicycle_repair_station":{icon:"maki-bicycle",fields:["operator","brand","opening_hours","fee","service/bicycle"],geometry:["point","vertex"],terms:["bike","repair","chain","pump"],tags:{amenity:"bicycle_repair_station"},name:"Bicycle Repair Tool Stand"},"amenity/biergarten":{icon:"maki-beer",fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],geometry:["point","area"],tags:{amenity:"biergarten"},terms:["beer","bier","booze"],name:"Beer Garden"},"amenity/boat_rental":{fields:["name","operator","payment_multi"],geometry:["point","area"],tags:{amenity:"boat_rental"},name:"Boat Rental"},"amenity/bureau_de_change":{icon:"maki-bank",fields:["name","currency_multi","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["bureau de change","money changer"],tags:{amenity:"bureau_de_change"},name:"Currency Exchange"},"amenity/cafe":{icon:"maki-cafe",fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],geometry:["point","area"],terms:["bistro","coffee","tea"],tags:{amenity:"cafe"},name:"Cafe"},"amenity/car_pooling":{icon:"maki-car",fields:["name","operator","capacity"],geometry:["point","area"],tags:{amenity:"car_pooling"},name:"Car Pooling"},"amenity/car_rental":{icon:"maki-car",fields:["name","operator","payment_multi"],geometry:["point","area"],tags:{amenity:"car_rental"},name:"Car Rental"},"amenity/car_sharing":{icon:"maki-car",fields:["name","operator","capacity","payment_multi"],geometry:["point","area"],tags:{amenity:"car_sharing"},name:"Car Sharing"},"amenity/car_wash":{icon:"maki-car",fields:["address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{amenity:"car_wash"},name:"Car Wash"},"amenity/casino":{icon:"temaki-dice",fields:["name","operator","address","building_area","opening_hours","payment_multi","smoking"],geometry:["point","area"],terms:["gambling","roulette","craps","poker","blackjack"],tags:{amenity:"casino"},name:"Casino"},"amenity/charging_station":{icon:"maki-car",fields:["operator","capacity"],geometry:["point"],tags:{amenity:"charging_station"},terms:["EV","Electric Vehicle","Supercharger"],name:"Charging Station"},"amenity/childcare":{icon:"maki-school",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["daycare","orphanage","playgroup"],tags:{amenity:"childcare"},name:"Nursery/Childcare"},"amenity/cinema":{icon:"maki-cinema",fields:["name","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["drive-in","film","flick","movie","theater","picture","show","screen"],tags:{amenity:"cinema"},name:"Cinema"},"amenity/clinic":{icon:"maki-doctor",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:["medical","urgentcare"],tags:{amenity:"clinic"},addTags:{amenity:"clinic",healthcare:"clinic"},removeTags:{amenity:"clinic",healthcare:"clinic"},reference:{key:"amenity",value:"clinic"},name:"Clinic"},"amenity/clinic/abortion":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:[],tags:{amenity:"clinic",healthcare:"clinic","healthcare:speciality":"abortion"},reference:{key:"amenity",value:"clinic"},name:"Abortion Clinic"},"amenity/clinic/fertility":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:["egg","fertility","reproductive","sperm","ovulation"],tags:{amenity:"clinic",healthcare:"clinic","healthcare:speciality":"fertility"},reference:{key:"amenity",value:"clinic"},name:"Fertility Clinic"},"amenity/clock":{icon:"temaki-clock",fields:["name","support","display","visibility","date","faces"],geometry:["point","vertex"],tags:{amenity:"clock"},name:"Clock"},"amenity/college":{icon:"maki-college",fields:["name","operator","address","internet_access","internet_access/ssid"],geometry:["point","area"],terms:["university"],tags:{amenity:"college"},name:"College Grounds"},"amenity/community_centre":{icon:"maki-town-hall",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:["event","hall"],tags:{amenity:"community_centre"},name:"Community Center"},"amenity/compressed_air":{icon:"maki-car",geometry:["point","area"],tags:{amenity:"compressed_air"},name:"Compressed Air"},"amenity/courthouse":{icon:"maki-town-hall",fields:["name","operator","address","building_area"],geometry:["point","area"],tags:{amenity:"courthouse"},name:"Courthouse"},"amenity/crematorium":{icon:"maki-cemetery",fields:["name","website","phone","opening_hours","wheelchair"],geometry:["area","point"],tags:{amenity:"crematorium"},terms:["cemetery","funeral"],name:"Crematorium"},"amenity/dentist":{icon:"maki-dentist",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:["tooth","teeth"],tags:{amenity:"dentist"},addTags:{amenity:"dentist",healthcare:"dentist"},removeTags:{amenity:"dentist",healthcare:"dentist"},reference:{key:"amenity",value:"dentist"},name:"Dentist"},"amenity/doctors":{icon:"maki-doctor",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:["medic*","physician"],tags:{amenity:"doctors"},addTags:{amenity:"doctors",healthcare:"doctor"},removeTags:{amenity:"doctors",healthcare:"doctor"},reference:{key:"amenity",value:"doctors"},name:"Doctor"},"amenity/dojo":{icon:"maki-pitch",fields:["name","sport","address","building_area","opening_hours"],geometry:["point","area"],terms:["martial arts","dojang"],tags:{amenity:"dojo"},name:"Dojo / Martial Arts Academy"},"amenity/drinking_water":{icon:"maki-drinking-water",geometry:["point"],tags:{amenity:"drinking_water"},terms:["fountain","potable"],name:"Drinking Water"},"amenity/driving_school":{icon:"maki-car",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{amenity:"driving_school"},name:"Driving School"},"amenity/embassy":{icon:"maki-embassy",fields:["name","country","address","building_area"],geometry:["point","area"],tags:{amenity:"embassy"},name:"Embassy"},"amenity/fast_food":{icon:"maki-fast-food",fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],geometry:["point","area"],tags:{amenity:"fast_food"},terms:["restaurant","takeaway"],name:"Fast Food"},"amenity/fire_station":{icon:"maki-fire-station",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:[],tags:{amenity:"fire_station"},name:"Fire Station"},"amenity/food_court":{icon:"maki-restaurant",fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating"],geometry:["point","area"],terms:["fast food","restaurant","food"],tags:{amenity:"food_court"},name:"Food Court"},"amenity/fountain":{icon:"temaki-fountain",fields:["name"],geometry:["point","area"],tags:{amenity:"fountain"},name:"Fountain"},"amenity/fuel":{icon:"maki-fuel",fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],geometry:["point","area"],terms:["petrol","fuel","gasoline","propane","diesel","lng","cng","biodiesel"],tags:{amenity:"fuel"},name:"Gas Station"},"amenity/grave_yard":{icon:"maki-cemetery",fields:["religion","denomination"],geometry:["point","area"],tags:{amenity:"grave_yard"},name:"Graveyard"},"amenity/grit_bin":{fields:["access_simple"],geometry:["point","vertex"],tags:{amenity:"grit_bin"},terms:["salt","sand"],name:"Grit Bin"},"amenity/hospital":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","address","emergency"],geometry:["point","area"],terms:["clinic","doctor","emergency room","health","infirmary","institution","sanatorium","sanitarium","sick","surgery","ward"],tags:{amenity:"hospital"},addTags:{amenity:"hospital",healthcare:"hospital"},removeTags:{amenity:"hospital",healthcare:"hospital"},reference:{key:"amenity",value:"hospital"},name:"Hospital Grounds"},"amenity/hunting_stand":{icon:"temaki-binoculars",geometry:["point","vertex","area"],terms:["game","gun","lookout","rifle","shoot*","wild","watch"],tags:{amenity:"hunting_stand"},name:"Hunting Stand"},"amenity/ice_cream":{icon:"maki-ice-cream",fields:["name","address","building_area","opening_hours","takeaway","delivery","outdoor_seating"],geometry:["point","area"],terms:["gelato","sorbet","sherbet","frozen","yogurt"],tags:{amenity:"ice_cream"},name:"Ice Cream Shop"},"amenity/internet_cafe":{icon:"temaki-antenna",fields:["name","operator","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],geometry:["point","area"],terms:["cybercafe","taxiphone","teleboutique","coffee","cafe","net","lanhouse"],tags:{amenity:"internet_cafe"},name:"Internet Cafe"},"amenity/kindergarten":{icon:"maki-school",fields:["name","operator","address"],geometry:["point","area"],terms:["kindergarden","pre-school"],tags:{amenity:"kindergarten"},name:"Preschool/Kindergarten Grounds"},"amenity/library":{icon:"maki-library",fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],geometry:["point","area"],terms:["book"],tags:{amenity:"library"},name:"Library"},"amenity/love_hotel":{icon:"maki-heart",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{amenity:"love_hotel"},name:"Love Hotel"},"amenity/marketplace":{icon:"maki-shop",fields:["name","operator","address","building","opening_hours"],geometry:["point","area"],tags:{amenity:"marketplace"},name:"Marketplace"},"amenity/monastery":{icon:"maki-place-of-worship",fields:["name","religion","denomination","address","building_area"],geometry:["point","area"],terms:["abbey","basilica","bethel","cathedral","chancel","chantry","chapel","church","fold","house of God","house of prayer","house of worship","minster","mission","monastery","mosque","oratory","parish","sacellum","sanctuary","shrine","synagogue","tabernacle","temple"],tags:{amenity:"monastery"},name:"Monastery Grounds"},"amenity/motorcycle_parking":{icon:"fas-motorcycle",fields:["capacity","operator","covered","access_simple"],geometry:["point","vertex","area"],tags:{amenity:"motorcycle_parking"},name:"Motorcycle Parking"},"amenity/music_school":{icon:"maki-school",fields:["name","operator","address"],geometry:["point","area"],terms:["school of music"],tags:{amenity:"music_school"},name:"Music School"},"amenity/nightclub":{icon:"maki-bar",fields:["name","operator","address","building_area","opening_hours","smoking"],geometry:["point","area"],tags:{amenity:"nightclub"},terms:["disco*","night club","dancing","dance club"],name:"Nightclub"},"amenity/parking_entrance":{icon:"maki-entrance-alt1",fields:["access_simple","ref"],geometry:["vertex"],tags:{amenity:"parking_entrance"},name:"Parking Garage Entrance/Exit"},"amenity/parking_space":{fields:["capacity"],geometry:["point","vertex","area"],terms:[],tags:{amenity:"parking_space"},matchScore:0.95,name:"Parking Space"},"amenity/parking":{icon:"maki-parking",fields:["name","operator","parking","capacity","fee","access_simple","supervised","park_ride","surface","maxstay"],geometry:["point","vertex","area"],tags:{amenity:"parking"},terms:[],name:"Car Parking"},"amenity/pavilion":{icon:"maki-shelter",fields:["bin","bench"],geometry:["point","vertex","area"],tags:{amenity:"shelter",shelter_type:"pavilion"},name:"Pavilion"},"amenity/pharmacy":{icon:"maki-pharmacy",fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],geometry:["point","area"],tags:{amenity:"pharmacy"},addTags:{amenity:"pharmacy",healthcare:"pharmacy"},removeTags:{amenity:"pharmacy",healthcare:"pharmacy"},reference:{key:"amenity",value:"pharmacy"},terms:["drug*","med*","prescription"],name:"Pharmacy"},"amenity/place_of_worship":{icon:"maki-place-of-worship",fields:["name","religion","denomination","address","building_area","service_times"],geometry:["point","area"],terms:["abbey","basilica","bethel","cathedral","chancel","chantry","chapel","church","fold","house of God","house of prayer","house of worship","minster","mission","mosque","oratory","parish","sacellum","sanctuary","shrine","synagogue","tabernacle","temple"],tags:{amenity:"place_of_worship"},name:"Place of Worship"},"amenity/place_of_worship/buddhist":{icon:"maki-buddhism",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["stupa","vihara","monastery","temple","pagoda","zendo","dojo"],tags:{amenity:"place_of_worship",religion:"buddhist"},reference:{key:"amenity",value:"place_of_worship"},name:"Buddhist Temple"},"amenity/place_of_worship/christian":{icon:"maki-religious-christian",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["christian","abbey","basilica","bethel","cathedral","chancel","chantry","chapel","fold","house of God","house of prayer","house of worship","minster","mission","oratory","parish","sacellum","sanctuary","shrine","tabernacle","temple"],tags:{amenity:"place_of_worship",religion:"christian"},reference:{key:"amenity",value:"place_of_worship"},name:"Church"},"amenity/place_of_worship/hindu":{icon:"temaki-hinduism",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["kovil","devasthana","mandir","kshetram","alayam","shrine","temple"],tags:{amenity:"place_of_worship",religion:"hindu"},reference:{key:"amenity",value:"place_of_worship"},name:"Hindu Temple"},"amenity/place_of_worship/jewish":{icon:"maki-religious-jewish",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["jewish"],tags:{amenity:"place_of_worship",religion:"jewish"},reference:{key:"amenity",value:"place_of_worship"},name:"Synagogue"},"amenity/place_of_worship/muslim":{icon:"maki-religious-muslim",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["muslim"],tags:{amenity:"place_of_worship",religion:"muslim"},reference:{key:"amenity",value:"place_of_worship"},name:"Mosque"},"amenity/place_of_worship/shinto":{icon:"temaki-shinto",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["kami","torii"],tags:{amenity:"place_of_worship",religion:"shinto"},reference:{key:"amenity",value:"place_of_worship"},name:"Shinto Shrine"},"amenity/place_of_worship/sikh":{icon:"temaki-sikhism",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["gurudwara","temple"],tags:{amenity:"place_of_worship",religion:"sikh"},reference:{key:"amenity",value:"place_of_worship"},name:"Sikh Temple"},"amenity/place_of_worship/taoist":{icon:"temaki-taoism",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["daoist","monastery","temple"],tags:{amenity:"place_of_worship",religion:"taoist"},reference:{key:"amenity",value:"place_of_worship"},name:"Taoist Temple"},"amenity/planetarium":{icon:"maki-museum",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["museum","astronomy","observatory"],tags:{amenity:"planetarium"},name:"Planetarium"},"amenity/police":{icon:"maki-police",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["badge","constable","constabulary","cop","detective","fed","law","enforcement","officer","patrol"],tags:{amenity:"police"},name:"Police"},"amenity/post_box":{icon:"maki-post",fields:["operator","collection_times","drive_through","ref"],geometry:["point","vertex"],tags:{amenity:"post_box"},terms:["letter","post"],name:"Mailbox"},"amenity/post_office":{icon:"maki-post",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["letter","mail"],tags:{amenity:"post_office"},name:"Post Office"},"amenity/prison":{icon:"maki-prison",fields:["name","operator","address"],geometry:["point","area"],terms:["cell","jail"],tags:{amenity:"prison"},name:"Prison Grounds"},"amenity/pub":{icon:"maki-beer",fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],geometry:["point","area"],tags:{amenity:"pub"},terms:["alcohol","drink","dive","beer","bier","booze"],name:"Pub"},"amenity/public_bath":{icon:"maki-water",fields:["name","bath/type","bath/open_air","bath/sand_bath","address","building_area","opening_hours"],geometry:["point","area"],tags:{amenity:"public_bath"},terms:["onsen","foot bath","hot springs"],name:"Public Bath"},"amenity/public_bookcase":{icon:"maki-library",fields:["name","operator","capacity","website"],geometry:["point","area"],terms:["library","bookcrossing"],tags:{amenity:"public_bookcase"},name:"Public Bookcase"},"amenity/ranger_station":{icon:"maki-ranger-station",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["visitor center","visitor centre","permit center","permit centre","backcountry office","warden office","warden center"],tags:{amenity:"ranger_station"},name:"Ranger Station"},"amenity/recycling_centre":{icon:"maki-recycling",fields:["name","operator","address","building","opening_hours","recycling_accepts"],geometry:["point","area"],terms:["bottle","can","dump","glass","garbage","rubbish","scrap","trash"],tags:{amenity:"recycling",recycling_type:"centre"},reference:{key:"recycling_type",value:"*"},name:"Recycling Center"},"amenity/recycling":{icon:"maki-recycling",fields:["recycling_accepts","collection_times"],geometry:["point","area"],terms:["bin","can","bottle","glass","garbage","rubbish","scrap","trash"],tags:{amenity:"recycling"},addTags:{amenity:"recycling",recycling_type:"container"},removeTags:{amenity:"recycling",recycling_type:"container"},reference:{key:"amenity",value:"recycling"},name:"Recycling Container"},"amenity/restaurant":{icon:"maki-restaurant",fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],geometry:["point","area"],terms:["bar","breakfast","cafe","café","canteen","coffee","dine","dining","dinner","drive-in","eat","grill","lunch","table"],tags:{amenity:"restaurant"},name:"Restaurant"},"amenity/sanitary_dump_station":{icon:"temaki-storage_tank",fields:["operator","access_simple","fee","water_point"],geometry:["point","vertex","area"],terms:["Motor Home","Camper","Sanitary","Dump Station","Elsan","CDP","CTDP","Chemical Toilet"],tags:{amenity:"sanitary_dump_station"},name:"RV Toilet Disposal"},"amenity/school":{icon:"maki-school",fields:["name","operator","address","religion","denomination"],geometry:["point","area"],terms:["academy","elementary school","middle school","high school"],tags:{amenity:"school"},name:"School Grounds"},"amenity/shelter":{icon:"maki-shelter",fields:["name","shelter_type","building_area","bench","bin"],geometry:["point","vertex","area"],terms:["lean-to","gazebo","picnic"],tags:{amenity:"shelter"},name:"Shelter"},"amenity/shower":{icon:"temaki-shower",fields:["operator","opening_hours","fee","supervised","building_area"],geometry:["point","vertex","area"],terms:["rain closet"],tags:{amenity:"shower"},name:"Shower"},"amenity/smoking_area":{icon:"fas-smoking",fields:["name","shelter","bin","bench","opening_hours"],geometry:["point","vertex","area"],terms:[],tags:{amenity:"smoking_area"},name:"Smoking Area"},"amenity/social_facility":{icon:"temaki-social_facility",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],geometry:["point","area"],terms:[],tags:{amenity:"social_facility"},name:"Social Facility"},"amenity/social_facility/food_bank":{icon:"temaki-social_facility",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours"],geometry:["point","area"],terms:[],tags:{amenity:"social_facility",social_facility:"food_bank"},reference:{key:"social_facility",value:"food_bank"},name:"Food Bank"},"amenity/social_facility/group_home":{icon:"maki-wheelchair",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],geometry:["point","area"],terms:["old","senior","living","care home","assisted living"],tags:{amenity:"social_facility",social_facility:"group_home","social_facility:for":"senior"},reference:{key:"social_facility",value:"group_home"},name:"Elderly Group Home"},"amenity/social_facility/homeless_shelter":{icon:"temaki-social_facility",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],terms:["houseless","unhoused","displaced"],tags:{amenity:"social_facility",social_facility:"shelter","social_facility:for":"homeless"},reference:{key:"social_facility",value:"shelter"},name:"Homeless Shelter"},"amenity/social_facility/nursing_home":{icon:"maki-wheelchair",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],geometry:["point","area"],terms:["elderly","living","nursing","old","senior","assisted living"],tags:{amenity:"social_facility",social_facility:"nursing_home","social_facility:for":"senior"},reference:{key:"social_facility",value:"nursing_home"},name:"Nursing Home"},"amenity/studio":{icon:"maki-karaoke",fields:["name","studio","address","building_area"],geometry:["point","area"],terms:["recording","radio","television"],tags:{amenity:"studio"},name:"Studio"},"amenity/taxi":{icon:"fas-taxi",fields:["name","operator","capacity"],geometry:["point","vertex","area"],terms:["cab"],tags:{amenity:"taxi"},name:"Taxi Stand"},"amenity/telephone":{icon:"maki-telephone",fields:["operator","phone","fee","payment_multi","covered","indoor","booth"],geometry:["point","vertex"],tags:{amenity:"telephone"},terms:["phone"],name:"Telephone"},"amenity/theatre":{icon:"maki-theatre",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:["theatre","performance","play","musical"],tags:{amenity:"theatre"},name:"Theater"},"amenity/toilets":{icon:"maki-toilet",fields:["toilets/disposal","operator","building_area","access_simple","gender","fee","diaper"],geometry:["point","vertex","area"],terms:["bathroom","restroom","outhouse","privy","head","lavatory","latrine","water closet","WC","W.C."],tags:{amenity:"toilets"},name:"Toilets"},"amenity/townhall":{icon:"maki-town-hall",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:["village","city","government","courthouse","municipal"],tags:{amenity:"townhall"},name:"Town Hall"},"amenity/university":{icon:"maki-college",fields:["name","operator","address","internet_access","internet_access/ssid"],geometry:["point","area"],terms:["college"],tags:{amenity:"university"},name:"University Grounds"},"amenity/vending_machine":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:[],tags:{amenity:"vending_machine"},name:"Vending Machine"},"amenity/vending_machine/news_papers":{icon:"temaki-vending_machine",fields:["vending","operator","fee","payment_multi","currency_multi"],geometry:["point"],terms:["newspaper"],tags:{amenity:"vending_machine",vending:"news_papers"},reference:{key:"vending",value:"newspapers"},name:"Newspaper Vending Machine",searchable:false},"amenity/vending_machine/cigarettes":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["cigarette"],tags:{amenity:"vending_machine",vending:"cigarettes"},reference:{key:"vending",value:"cigarettes"},name:"Cigarette Vending Machine"},"amenity/vending_machine/coffee":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["coffee"],tags:{amenity:"vending_machine",vending:"coffee"},reference:{key:"vending",value:"coffee"},name:"Coffee Vending Machine"},"amenity/vending_machine/condoms":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["condom"],tags:{amenity:"vending_machine",vending:"condoms"},reference:{key:"vending",value:"condoms"},name:"Condom Vending Machine"},"amenity/vending_machine/drinks":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["drink","soda","beverage","juice","pop"],tags:{amenity:"vending_machine",vending:"drinks"},reference:{key:"vending",value:"drinks"},name:"Drink Vending Machine"},"amenity/vending_machine/electronics":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["cable","charger","earbud","headphone","phone","tablet"],tags:{amenity:"vending_machine",vending:"electronics"},reference:{key:"vending",value:"electronics"},name:"Electronics Vending Machine"},"amenity/vending_machine/elongated_coin":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["coin","crush","elongated","flatten","penny","souvenir"],tags:{amenity:"vending_machine",vending:"elongated_coin"},reference:{key:"vending",value:"elongated_coin"},name:"Flat Coin Vending Machine"},"amenity/vending_machine/excrement_bags":{icon:"temaki-vending_machine",fields:["vending","operator","fee","payment_multi","currency_multi"],geometry:["point"],terms:["excrement bags","poop","dog","animal"],tags:{amenity:"vending_machine",vending:"excrement_bags"},reference:{key:"vending",value:"excrement_bags"},name:"Excrement Bag Vending Machine"},"amenity/vending_machine/feminine_hygiene":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["condom","tampon","pad","woman","women","menstrual hygiene products","personal care"],tags:{amenity:"vending_machine",vending:"feminine_hygiene"},reference:{key:"vending",value:"feminine_hygiene"},name:"Feminine Hygiene Vending Machine"},"amenity/vending_machine/food":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["food"],tags:{amenity:"vending_machine",vending:"food"},reference:{key:"vending",value:"food"},name:"Food Vending Machine"},"amenity/vending_machine/fuel":{icon:"maki-fuel",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["petrol","fuel","gasoline","propane","diesel","lng","cng","biodiesel"],tags:{amenity:"vending_machine",vending:"fuel"},reference:{key:"vending",value:"fuel"},name:"Gas Pump"},"amenity/vending_machine/ice_cream":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["chocolate","ice cream","frozen","popsicle","vanilla"],tags:{amenity:"vending_machine",vending:"ice_cream"},reference:{key:"vending",value:"ice_cream"},name:"Ice Cream Vending Machine"},"amenity/vending_machine/newspapers":{icon:"temaki-vending_machine",fields:["vending","operator","fee","payment_multi","currency_multi"],geometry:["point"],terms:["newspaper"],tags:{amenity:"vending_machine",vending:"newspapers"},reference:{key:"vending",value:"newspapers"},name:"Newspaper Vending Machine"},"amenity/vending_machine/parcel_pickup_dropoff":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["parcel","mail","pickup"],tags:{amenity:"vending_machine",vending:"parcel_pickup;parcel_mail_in"},reference:{key:"vending",value:"parcel_pickup;parcel_mail_in"},name:"Parcel Pickup/Dropoff Vending Machine"},"amenity/vending_machine/parking_tickets":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["parking","ticket"],tags:{amenity:"vending_machine",vending:"parking_tickets"},reference:{key:"vending",value:"parking_tickets"},matchScore:0.94,name:"Parking Ticket Vending Machine"},"amenity/vending_machine/public_transport_tickets":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["bus","train","ferry","rail","ticket","transportation"],tags:{amenity:"vending_machine",vending:"public_transport_tickets"},reference:{key:"vending",value:"public_transport_tickets"},name:"Transit Ticket Vending Machine"},"amenity/vending_machine/stamps":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["mail","postage","stamp"],tags:{amenity:"vending_machine",vending:"stamps"},reference:{key:"vending",value:"stamps"},name:"Postage Vending Machine"},"amenity/vending_machine/sweets":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["candy","gum","chip","pretzel","cookie","cracker"],tags:{amenity:"vending_machine",vending:"sweets"},reference:{key:"vending",value:"sweets"},name:"Snack Vending Machine"},"amenity/veterinary":{icon:"maki-veterinary",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["pet clinic","veterinarian","animal hospital","pet doctor"],tags:{amenity:"veterinary"},name:"Veterinary"},"amenity/waste_basket":{icon:"maki-waste-basket",fields:["collection_times"],geometry:["point","vertex"],tags:{amenity:"waste_basket"},terms:["bin","garbage","rubbish","litter","trash"],name:"Waste Basket"},"amenity/waste_disposal":{icon:"maki-waste-basket",fields:["collection_times"],geometry:["point","vertex","area"],tags:{amenity:"waste_disposal"},terms:["garbage","rubbish","litter","trash"],name:"Garbage Dumpster"},"amenity/waste_transfer_station":{icon:"maki-waste-basket",fields:["name","operator","address","opening_hours"],geometry:["point","area"],terms:["dump","garbage","recycling","rubbish","scrap","trash"],tags:{amenity:"waste_transfer_station"},name:"Waste Transfer Station"},"amenity/waste/dog_excrement":{icon:"maki-waste-basket",fields:["collection_times"],geometry:["point","vertex","area"],tags:{amenity:"waste_basket",waste:"dog_excrement"},reference:{key:"waste",value:"dog_excrement"},terms:["bin","garbage","rubbish","litter","trash","poo","dog"],name:"Dog Excrement Bin"},"amenity/water_point":{icon:"maki-drinking-water",geometry:["area","vertex","point"],tags:{amenity:"water_point"},name:"RV Drinking Water"},"amenity/watering_place":{icon:"maki-drinking-water",geometry:["area","vertex","point"],tags:{amenity:"watering_place"},name:"Animal Watering Place"},area:{fields:["name"],geometry:["area"],tags:{area:"yes"},name:"Area",matchScore:0.1},"area/highway":{fields:["name","area/highway"],geometry:["area"],tags:{"area:highway":"*"},name:"Road Surface"},"attraction/amusement_ride":{icon:"maki-amusement-park",fields:["name","operator","opening_hours"],geometry:["point","area"],terms:["theme park","carnival ride"],tags:{attraction:"amusement_ride"},name:"Amusement Ride"},"attraction/animal":{icon:"maki-zoo",fields:["name","operator"],geometry:["point","area"],terms:["zoo","theme park","animal park","lion","tiger","bear"],tags:{attraction:"animal"},name:"Animal"},"attraction/big_wheel":{icon:"maki-amusement-park",fields:["name","operator","height","opening_hours"],geometry:["point"],terms:["ferris wheel","theme park","amusement ride"],tags:{attraction:"big_wheel"},name:"Big Wheel"},"attraction/bumper_car":{icon:"maki-car",fields:["name","operator","opening_hours"],geometry:["point","area"],terms:["theme park","dodgem cars","autoscooter"],tags:{attraction:"bumper_car"},name:"Bumper Car"},"attraction/bungee_jumping":{icon:"maki-pitch",fields:["name","operator","height","opening_hours"],geometry:["point","area"],terms:["theme park","bungy jumping","jumping platform"],tags:{attraction:"bungee_jumping"},name:"Bungee Jumping"},"attraction/carousel":{icon:"maki-horse-riding",fields:["name","operator","opening_hours"],geometry:["point","area"],terms:["theme park","roundabout","merry-go-round","galloper","jumper","horseabout","flying horses"],tags:{attraction:"carousel"},name:"Carousel"},"attraction/dark_ride":{icon:"maki-rail-metro",fields:["name","operator","opening_hours"],geometry:["point","line","area"],terms:["theme park","ghost train"],tags:{attraction:"dark_ride"},name:"Dark Ride"},"attraction/drop_tower":{icon:"temaki-tower",fields:["name","operator","height","opening_hours"],geometry:["point","area"],terms:["theme park","amusement ride","gondola","tower","big drop"],tags:{attraction:"drop_tower"},name:"Drop Tower"},"attraction/maze":{icon:"maki-amusement-park",fields:["name","operator"],geometry:["point","area"],terms:["theme park","amusement ride","labyrinth"],tags:{attraction:"maze"},name:"Maze"},"attraction/pirate_ship":{icon:"maki-danger",fields:["name","operator","opening_hours"],geometry:["point"],terms:["theme park","carnival ride","amusement ride"],tags:{attraction:"pirate_ship"},name:"Pirate Ship"},"attraction/river_rafting":{icon:"maki-ferry",fields:["name","operator","opening_hours"],geometry:["point","line"],terms:["theme park","aquatic park","water park","rafting simulator","river rafting ride","river rapids ride"],tags:{attraction:"river_rafting"},name:"River Rafting"},"attraction/roller_coaster":{icon:"maki-amusement-park",fields:["name","operator","opening_hours"],geometry:["point","area"],terms:["theme park","amusement ride"],tags:{attraction:"roller_coaster"},name:"Roller Coaster"},"attraction/train":{icon:"maki-rail",fields:["name","operator","fee","opening_hours"],geometry:["point","line"],terms:["theme park","rackless train","road train","Tschu-Tschu train","dotto train","park train"],tags:{attraction:"train"},name:"Tourist Train"},"attraction/water_slide":{icon:"maki-swimming",fields:["name","operator","opening_hours"],geometry:["line","area"],terms:["theme park","aquatic park","water park","flumes","water chutes","hydroslides"],tags:{attraction:"water_slide"},name:"Water Slide"},barrier:{icon:"maki-roadblock",geometry:["point","vertex","line","area"],tags:{barrier:"*"},fields:["barrier"],name:"Barrier",matchScore:0.4},"barrier/entrance":{icon:"maki-entrance-alt1",geometry:["vertex"],tags:{barrier:"entrance"},name:"Entrance",searchable:false},"barrier/block":{icon:"maki-roadblock",fields:["access"],geometry:["point","vertex"],tags:{barrier:"block"},name:"Block"},"barrier/bollard":{icon:"maki-roadblock",fields:["access"],geometry:["point","vertex","line"],tags:{barrier:"bollard"},name:"Bollard"},"barrier/border_control":{icon:"maki-roadblock",fields:["access","building_area"],geometry:["vertex","area"],tags:{barrier:"border_control"},name:"Border Control"},"barrier/cattle_grid":{icon:"maki-barrier",geometry:["vertex"],tags:{barrier:"cattle_grid"},name:"Cattle Grid"},"barrier/city_wall":{icon:"maki-barrier",fields:["height"],geometry:["line","area"],tags:{barrier:"city_wall"},name:"City Wall"},"barrier/cycle_barrier":{icon:"maki-roadblock",fields:["access"],geometry:["vertex"],tags:{barrier:"cycle_barrier"},name:"Cycle Barrier"},"barrier/ditch":{icon:"maki-roadblock",geometry:["line","area"],tags:{barrier:"ditch"},name:"Trench",matchScore:0.25},"barrier/fence":{icon:"maki-fence",fields:["fence_type","height"],geometry:["line"],tags:{barrier:"fence"},name:"Fence",matchScore:0.25},"barrier/gate":{icon:"maki-barrier",fields:["access"],geometry:["vertex","line"],tags:{barrier:"gate"},name:"Gate"},"barrier/hedge":{fields:["height"],geometry:["line","area"],tags:{barrier:"hedge"},name:"Hedge",matchScore:0.25},"barrier/kerb":{icon:"maki-wheelchair",fields:["kerb","tactile_paving"],geometry:["vertex","line"],tags:{barrier:"kerb"},name:"Kerb"},"barrier/kissing_gate":{icon:"maki-barrier",fields:["access"],geometry:["vertex"],tags:{barrier:"kissing_gate"},name:"Kissing Gate"},"barrier/lift_gate":{icon:"maki-roadblock",fields:["access"],geometry:["vertex","line"],tags:{barrier:"lift_gate"},name:"Lift Gate"},"barrier/retaining_wall":{fields:["height"],geometry:["line","area"],tags:{barrier:"retaining_wall"},name:"Retaining Wall"},"barrier/stile":{icon:"maki-roadblock",fields:["access"],geometry:["vertex"],tags:{barrier:"stile"},name:"Stile"},"barrier/toll_booth":{icon:"maki-roadblock",fields:["access","building_area"],geometry:["vertex","area"],tags:{barrier:"toll_booth"},name:"Toll Booth"},"barrier/wall":{icon:"maki-barrier",fields:["wall","height"],geometry:["line","area"],tags:{barrier:"wall"},name:"Wall",matchScore:0.25},"boundary/administrative":{name:"Administrative Boundary",geometry:["line"],tags:{boundary:"administrative"},fields:["name","admin_level"]},building:{icon:"maki-home",fields:["name","building","levels","height","address"],geometry:["point","area"],tags:{building:"*"},matchScore:0.6,terms:[],name:"Building"},"building/bunker":{fields:["name","address","levels","height"],geometry:["area"],tags:{building:"bunker"},matchScore:0.5,name:"Bunker",searchable:false},"building/entrance":{icon:"maki-entrance-alt1",geometry:["vertex"],tags:{building:"entrance"},name:"Entrance/Exit",searchable:false},"building/train_station":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["point","vertex","area"],tags:{building:"train_station"},matchScore:0.5,name:"Train Station",searchable:false},"building/apartments":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"apartments"},matchScore:0.5,name:"Apartments"},"building/barn":{icon:"maki-farm",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"barn"},matchScore:0.5,name:"Barn"},"building/boathouse":{icon:"maki-harbor",fields:["name","levels","height","address"],geometry:["area"],tags:{building:"boathouse"},matchScore:0.5,terms:[],name:"Boathouse"},"building/bungalow":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"bungalow"},terms:["home","detached"],matchScore:0.5,name:"Bungalow"},"building/cabin":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"cabin"},matchScore:0.5,name:"Cabin"},"building/cathedral":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"cathedral"},matchScore:0.5,name:"Cathedral Building"},"building/chapel":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"chapel"},matchScore:0.5,name:"Chapel Building"},"building/church":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"church"},matchScore:0.5,name:"Church Building"},"building/civic":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"civic"},matchScore:0.5,name:"Civic Building"},"building/college":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],terms:["university"],tags:{building:"college"},matchScore:0.5,name:"College Building"},"building/commercial":{icon:"maki-suitcase",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"commercial"},matchScore:0.5,name:"Commercial Building"},"building/construction":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"construction"},matchScore:0.5,name:"Building Under Construction"},"building/detached":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"detached"},terms:["home","single","family","residence","dwelling"],matchScore:0.5,name:"Detached House"},"building/dormitory":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"dormitory"},matchScore:0.5,name:"Dormitory"},"building/farm_auxiliary":{icon:"maki-farm",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"farm_auxiliary"},matchScore:0.5,name:"Farm Building"},"building/farm":{icon:"maki-farm",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"farm"},matchScore:0.5,name:"Farm House"},"building/garage":{icon:"fas-warehouse",fields:["name","capacity"],geometry:["area"],tags:{building:"garage"},matchScore:0.5,name:"Garage"},"building/garages":{icon:"fas-warehouse",fields:["name","capacity"],geometry:["area"],tags:{building:"garages"},matchScore:0.5,name:"Garages"},"building/grandstand":{icon:"maki-building",fields:["name","height"],geometry:["area"],tags:{building:"grandstand"},terms:["tribune","stand","stands","bleachers"],matchScore:0.5,name:"Grandstand"},"building/greenhouse":{icon:"maki-garden-center",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"greenhouse"},matchScore:0.5,name:"Greenhouse"},"building/hospital":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"hospital"},matchScore:0.5,name:"Hospital Building"},"building/hotel":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"hotel"},matchScore:0.5,name:"Hotel Building"},"building/house":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"house"},terms:["home","family","residence","dwelling"],matchScore:0.5,name:"House"},"building/hut":{geometry:["area"],fields:["name"],tags:{building:"hut"},matchScore:0.5,name:"Hut"},"building/industrial":{icon:"maki-industry",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"industrial"},matchScore:0.5,name:"Industrial Building"},"building/kindergarten":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],terms:["kindergarden","pre-school"],tags:{building:"kindergarten"},matchScore:0.5,name:"Preschool/Kindergarten Building"},"building/mosque":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"mosque"},matchScore:0.5,name:"Mosque Building"},"building/public":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"public"},matchScore:0.5,name:"Public Building"},"building/residential":{icon:"maki-residential-community",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"residential"},matchScore:0.5,name:"Residential Building"},"building/retail":{icon:"maki-commercial",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"retail"},matchScore:0.5,name:"Retail Building"},"building/roof":{icon:"maki-shelter",fields:["name","address"],geometry:["area"],tags:{building:"roof"},matchScore:0.5,name:"Roof"},"building/ruins":{icon:"temaki-ruins",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"ruins"},matchScore:0.5,name:"Building Ruins"},"building/school":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],terms:["academy","elementary school","middle school","high school"],tags:{building:"school"},matchScore:0.5,name:"School Building"},"building/semidetached_house":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"semidetached_house"},terms:["home","double","duplex","twin","family","residence","dwelling"],matchScore:0.5,name:"Semi-Detached House"},"building/service":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"service"},matchScore:0.5,name:"Service Building"},"building/shed":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"shed"},matchScore:0.5,name:"Shed"},"building/stable":{icon:"maki-horse-riding",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"stable"},matchScore:0.5,name:"Stable"},"building/stadium":{icon:"maki-stadium",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"stadium"},matchScore:0.5,name:"Stadium Building"},"building/static_caravan":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"static_caravan"},matchScore:0.5,name:"Static Mobile Home"},"building/temple":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"temple"},matchScore:0.5,name:"Temple Building"},"building/terrace":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"terrace"},terms:["home","terrace","brownstone","family","residence","dwelling"],matchScore:0.5,name:"Row Houses"},"building/transportation":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"transportation"},matchScore:0.5,name:"Transportation Building"},"building/university":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],terms:["college"],tags:{building:"university"},matchScore:0.5,name:"University Building"},"building/warehouse":{icon:"maki-warehouse",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"warehouse"},matchScore:0.5,name:"Warehouse"},"camp_site/camp_pitch":{icon:"maki-campsite",fields:["name","ref"],geometry:["point","area"],terms:["tent","rv"],tags:{camp_site:"camp_pitch"},name:"Camp Pitch"},club:{icon:"maki-heart",fields:["name","club","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{club:"*"},terms:["social"],name:"Club"},craft:{icon:"temaki-tools",fields:["name","craft","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"*"},terms:[],name:"Craft"},"craft/jeweler":{icon:"maki-marker-stroked",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"jeweler"},reference:{key:"shop",value:"jewelry"},name:"Jeweler",searchable:false},"craft/locksmith":{icon:"maki-marker-stroked",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"locksmith"},reference:{key:"shop",value:"locksmith"},name:"Locksmith",searchable:false},"craft/optician":{icon:"maki-marker-stroked",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"optician"},reference:{key:"shop",value:"optician"},name:"Optician",searchable:false},"craft/tailor":{icon:"maki-clothing-store",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["clothes","suit"],tags:{craft:"tailor"},reference:{key:"shop",value:"tailor"},name:"Tailor",searchable:false},"craft/basket_maker":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"basket_maker"},name:"Basket Maker"},"craft/beekeeper":{icon:"maki-farm",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"beekeeper"},name:"Beekeeper"},"craft/blacksmith":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"blacksmith"},name:"Blacksmith"},"craft/boatbuilder":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"boatbuilder"},matchScore:0.4,name:"Boat Builder"},"craft/bookbinder":{icon:"maki-library",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["book repair"],tags:{craft:"bookbinder"},name:"Bookbinder"},"craft/brewery":{icon:"temaki-storage_tank",fields:["name","operator","address","building_area","opening_hours","product"],geometry:["point","area"],terms:["alcohol","beer","beverage","bier","booze","cider"],tags:{craft:"brewery"},name:"Brewery"},"craft/carpenter":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["woodworker"],tags:{craft:"carpenter"},name:"Carpenter"},"craft/carpet_layer":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"carpet_layer"},name:"Carpet Layer"},"craft/caterer":{icon:"maki-restaurant",fields:["name","cuisine","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"caterer"},name:"Caterer"},"craft/chimney_sweeper":{icon:"temaki-chimney",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"chimney_sweeper"},name:"Chimney Sweeper"},"craft/clockmaker":{icon:"temaki-clock",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"clockmaker"},name:"Clockmaker"},"craft/confectionery":{icon:"maki-bakery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["sweet","candy"],tags:{craft:"confectionery"},name:"Candy Maker"},"craft/distillery":{icon:"temaki-storage_tank",fields:["name","operator","address","building_area","opening_hours","product"],geometry:["point","area"],terms:["alcohol","beverage","bourbon","booze","brandy","gin","hooch","liquor","mezcal","moonshine","rum","scotch","spirits","still","tequila","vodka","whiskey","whisky"],tags:{craft:"distillery"},name:"Distillery"},"craft/dressmaker":{icon:"maki-clothing-store",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["seamstress"],tags:{craft:"dressmaker"},name:"Dressmaker"},"craft/electrician":{icon:"temaki-power",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["power","wire"],tags:{craft:"electrician"},name:"Electrician"},"craft/electronics_repair":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"electronics_repair"},name:"Electronics Repair Shop"},"craft/gardener":{icon:"maki-garden-center",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["landscaper","grounds keeper"],tags:{craft:"gardener"},name:"Gardener"},"craft/glaziery":{icon:"temaki-window",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["glass","stained-glass","window"],tags:{craft:"glaziery"},name:"Glaziery"},"craft/handicraft":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"handicraft"},name:"Handicraft"},"craft/hvac":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["heat*","vent*","air conditioning"],tags:{craft:"hvac"},name:"HVAC"},"craft/insulator":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"insulation"},name:"Insulator"},"craft/key_cutter":{icon:"fas-key",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"key_cutter"},name:"Key Cutter"},"craft/metal_construction":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"metal_construction"},name:"Metal Construction"},"craft/painter":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"painter"},name:"Painter"},"craft/photographer":{icon:"maki-attraction",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"photographer"},name:"Photographer"},"craft/photographic_laboratory":{icon:"maki-attraction",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["film"],tags:{craft:"photographic_laboratory"},name:"Photographic Laboratory"},"craft/plasterer":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"plasterer"},name:"Plasterer"},"craft/plumber":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["pipe"],tags:{craft:"plumber"},name:"Plumber"},"craft/pottery":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["ceramic"],tags:{craft:"pottery"},name:"Pottery"},"craft/rigger":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"rigger"},name:"Rigger"},"craft/roofer":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"roofer"},name:"Roofer"},"craft/saddler":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"saddler"},name:"Saddler"},"craft/sailmaker":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"sailmaker"},name:"Sailmaker"},"craft/sawmill":{icon:"maki-logging",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["lumber"],tags:{craft:"sawmill"},name:"Sawmill"},"craft/scaffolder":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"scaffolder"},name:"Scaffolder"},"craft/sculptor":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"sculptor"},name:"Sculptor"},"craft/shoemaker":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["cobbler"],tags:{craft:"shoemaker"},name:"Shoemaker"},"craft/stonemason":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["masonry"],tags:{craft:"stonemason"},name:"Stonemason"},"craft/tiler":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"tiler"},name:"Tiler"},"craft/tinsmith":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"tinsmith"},name:"Tinsmith"},"craft/upholsterer":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"upholsterer"},name:"Upholsterer"},"craft/watchmaker":{icon:"temaki-clock",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"watchmaker"},name:"Watchmaker"},"craft/window_construction":{icon:"temaki-window",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["glass"],tags:{craft:"window_construction"},name:"Window Construction"},"craft/winery":{icon:"maki-alcohol-shop",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"winery"},name:"Winery"},embankment:{geometry:["line"],tags:{embankment:"yes"},name:"Embankment",matchScore:0.2},"emergency/designated":{fields:[],geometry:["line"],tags:{emergency:"designated"},terms:[],name:"Emergency Access Designated",searchable:false,matchScore:0.01},"emergency/destination":{fields:[],geometry:["line"],tags:{emergency:"destination"},terms:[],name:"Emergency Access Destination",searchable:false,matchScore:0.01},"emergency/no":{fields:[],geometry:["line"],tags:{emergency:"no"},terms:[],name:"Emergency Access No",searchable:false,matchScore:0.01},"emergency/official":{fields:[],geometry:["line"],tags:{emergency:"official"},terms:[],name:"Emergency Access Official",searchable:false,matchScore:0.01},"emergency/private":{fields:[],geometry:["line"],tags:{emergency:"private"},terms:[],name:"Emergency Access Private",searchable:false,matchScore:0.01},"emergency/yes":{fields:[],geometry:["line"],tags:{emergency:"yes"},terms:[],name:"Emergency Access Yes",searchable:false,matchScore:0.01},"emergency/ambulance_station":{icon:"fas-ambulance",fields:["name","operator","building_area","address"],geometry:["point","area"],terms:["EMS","EMT","rescue"],tags:{emergency:"ambulance_station"},name:"Ambulance Station"},"emergency/defibrillator":{icon:"maki-defibrillator",fields:["indoor","ref","operator"],geometry:["point","vertex"],terms:["AED"],tags:{emergency:"defibrillator"},name:"Defibrillator"},"emergency/fire_alarm":{icon:"fas-bell",fields:["indoor","ref","operator"],geometry:["point","vertex"],tags:{emergency:"fire_alarm_box"},name:"Fire Alarm Call Box"},"emergency/fire_extinguisher":{icon:"fas-fire-extinguisher",fields:["indoor","ref","operator"],geometry:["point","vertex"],tags:{emergency:"fire_extinguisher"},name:"Fire Extinguisher"},"emergency/fire_hydrant":{icon:"temaki-fire_hydrant",fields:["fire_hydrant/type","fire_hydrant/position","ref","operator"],geometry:["point","vertex"],terms:["fire plug"],tags:{emergency:"fire_hydrant"},name:"Fire Hydrant"},"emergency/first_aid_kit":{icon:"fas-medkit",fields:["indoor","ref","operator"],geometry:["point","vertex"],terms:["bandage","first aid","med","med kit","medic*","medkit"],tags:{emergency:"first_aid_kit"},name:"First Aid Kit"},"emergency/life_ring":{icon:"fas-life-ring",fields:["ref","operator"],geometry:["point","vertex"],terms:["life buoy","kisby ring","kisbie ring","perry buoy"],tags:{emergency:"life_ring"},name:"Life Ring"},"emergency/lifeguard":{icon:"fas-life-ring",fields:["ref","operator","building_area","opening_hours"],geometry:["point","area"],terms:["CPR","rescue"],tags:{emergency:"lifeguard"},name:"Lifeguard"},"emergency/phone":{icon:"maki-emergency-phone",fields:["ref","operator","covered","indoor","booth"],geometry:["point","vertex"],tags:{emergency:"phone"},name:"Emergency Phone"},"emergency/siren":{icon:"fas-volume-up",fields:["siren/purpose","siren/type","ref","operator"],geometry:["point","vertex"],terms:["air raid","loud","noise","storm","tornado","warning"],tags:{emergency:"siren"},name:"Siren"},"emergency/water_tank":{icon:"maki-water",fields:["name","ref","operator"],geometry:["point","vertex"],terms:["water tank","cistern","reservoir"],tags:{emergency:"water_tank"},name:"Emergency Water Tank"},entrance:{icon:"maki-entrance-alt1",geometry:["vertex"],tags:{entrance:"*"},fields:["entrance","access_simple","address"],name:"Entrance/Exit"},"footway/crossing-raised":{fields:["crossing","access","surface","kerb","tactile_paving"],geometry:["line"],tags:{highway:"footway",footway:"crossing",traffic_calming:"table"},reference:{key:"traffic_calming",value:"table"},terms:["flat top","hump","speed","slow"],name:"Raised Street Crossing"},"footway/crossing":{fields:["crossing","access","surface","kerb","tactile_paving"],geometry:["line"],tags:{highway:"footway",footway:"crossing"},reference:{key:"footway",value:"crossing"},terms:[],name:"Street Crossing"},"footway/crosswalk-raised":{icon:"iD-highway-footway",fields:["crossing","access","surface","kerb","tactile_paving"],geometry:["line"],tags:{highway:"footway",footway:"crossing",crossing:"zebra",traffic_calming:"table"},reference:{key:"traffic_calming",value:"table"},terms:["zebra crossing","flat top","hump","speed","slow"],name:"Raised Pedestrian Crosswalk"},"footway/crosswalk":{icon:"iD-highway-footway",fields:["crossing","access","surface","kerb","tactile_paving"],geometry:["line"],tags:{highway:"footway",footway:"crossing",crossing:"zebra"},reference:{key:"footway",value:"crossing"},terms:["zebra crossing"],name:"Pedestrian Crosswalk"},"footway/sidewalk":{icon:"iD-highway-footway",fields:["surface","lit","width","structure","access"],geometry:["line"],tags:{highway:"footway",footway:"sidewalk"},reference:{key:"footway",value:"sidewalk"},terms:[],name:"Sidewalk"},ford:{geometry:["vertex"],tags:{ford:"yes"},name:"Ford"},"golf/bunker":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"bunker",natural:"sand"},terms:["hazard","bunker"],reference:{key:"golf",value:"bunker"},name:"Sand Trap"},"golf/fairway":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"fairway",landuse:"grass"},reference:{key:"golf",value:"fairway"},name:"Fairway"},"golf/green":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"green",landuse:"grass",leisure:"pitch",sport:"golf"},reference:{key:"golf",value:"green"},name:"Putting Green"},"golf/hole":{icon:"maki-golf",fields:["name","ref_golf_hole","par","handicap"],geometry:["line"],tags:{golf:"hole"},name:"Golf Hole"},"golf/lateral_water_hazard_area":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"lateral_water_hazard",natural:"water"},reference:{key:"golf",value:"lateral_water_hazard"},name:"Lateral Water Hazard"},"golf/lateral_water_hazard_line":{icon:"maki-golf",fields:["name"],geometry:["line"],tags:{golf:"lateral_water_hazard"},name:"Lateral Water Hazard"},"golf/rough":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"rough",landuse:"grass"},reference:{key:"golf",value:"rough"},name:"Rough"},"golf/tee":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"tee",landuse:"grass"},terms:["teeing ground"],reference:{key:"golf",value:"tee"},name:"Tee Box"},"golf/water_hazard_area":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"water_hazard",natural:"water"},reference:{key:"golf",value:"water_hazard"},name:"Water Hazard"},"golf/water_hazard_line":{icon:"maki-golf",fields:["name"],geometry:["line"],tags:{golf:"water_hazard"},name:"Water Hazard"},healthcare:{icon:"maki-hospital",fields:["name","healthcare","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],tags:{healthcare:"*"},terms:["clinic","doctor","disease","health","institution","sick","surgery","wellness"],name:"Healthcare Facility"},"healthcare/alternative":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["acupuncture","anthroposophical","applied kinesiology","aromatherapy","ayurveda","herbalism","homeopathy","hydrotherapy","hypnosis","naturopathy","osteopathy","reflexology","reiki","shiatsu","traditional","tuina","unani"],tags:{healthcare:"alternative"},name:"Alternative Medicine"},"healthcare/alternative/chiropractic":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["back","pain","spine"],tags:{healthcare:"alternative","healthcare:speciality":"chiropractic"},name:"Chiropractor"},"healthcare/audiologist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["ear","hearing","sound"],tags:{healthcare:"audiologist"},name:"Audiologist"},"healthcare/birthing_center":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["baby","childbirth","delivery","labour","labor","pregnancy"],tags:{healthcare:"birthing_center"},name:"Birthing Center"},"healthcare/blood_donation":{icon:"maki-blood-bank",fields:["name","operator","healthcare/speciality","blood_components","address","building_area","opening_hours"],geometry:["point","area"],terms:["blood bank","blood donation","blood transfusion","apheresis","plasmapheresis","plateletpheresis","stem cell donation"],tags:{healthcare:"blood_donation"},name:"Blood Donor Center"},"healthcare/hospice":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["terminal","illness"],tags:{healthcare:"hospice"},name:"Hospice"},"healthcare/laboratory":{icon:"maki-hospital",fields:["name","operator","website","ref","address","opening_hours"],geometry:["point","area"],terms:["medical_laboratory","medical_lab","blood_check"],tags:{healthcare:"laboratory"},name:"Medical Laboratory"},"healthcare/midwife":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["baby","childbirth","delivery","labour","labor","pregnancy"],tags:{healthcare:"midwife"},name:"Midwife"},"healthcare/occupational_therapist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["therapist","therapy"],tags:{healthcare:"occupational_therapist"},name:"Occupational Therapist"},"healthcare/optometrist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["eye","glasses","lasik","lenses","vision"],tags:{healthcare:"optometrist"},name:"Optometrist"},"healthcare/physiotherapist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["physical","therapist","therapy"],tags:{healthcare:"physiotherapist"},name:"Physiotherapist"},"healthcare/podiatrist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["foot","feet","nails"],tags:{healthcare:"podiatrist"},name:"Podiatrist"},"healthcare/psychotherapist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["anxiety","counselor","depression","mental health","mind","suicide","therapist","therapy"],tags:{healthcare:"psychotherapist"},name:"Psychotherapist"},"healthcare/rehabilitation":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["rehab","therapist","therapy"],tags:{healthcare:"rehabilitation"},name:"Rehabilitation Facility"},"healthcare/speech_therapist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["speech","therapist","therapy","voice"],tags:{healthcare:"speech_therapist"},name:"Speech Therapist"},"highway/bus_stop":{icon:"maki-bus",fields:["name","network","operator","bench","shelter"],geometry:["point","vertex"],tags:{highway:"bus_stop"},name:"Bus Stop / Platform",searchable:false},"highway/bridleway":{fields:["name","surface","width","structure","access"],icon:"iD-highway-bridleway",geometry:["line"],tags:{highway:"bridleway"},terms:["bridleway","equestrian","horse","trail"],name:"Bridle Path"},"highway/bus_guideway":{icon:"iD-highway-bus-guideway",fields:["name","operator","oneway"],geometry:["line"],tags:{highway:"bus_guideway"},addTags:{highway:"bus_guideway",access:"no",bus:"designated"},removeTags:{highway:"bus_guideway",access:"no",bus:"designated"},terms:[],name:"Bus Guideway"},"highway/corridor":{icon:"iD-highway-footway",fields:["name","width","level","access_simple"],geometry:["line"],tags:{highway:"corridor"},terms:["gallery","hall","hallway","indoor","passage","passageway"],name:"Indoor Corridor"},"highway/crossing-raised":{fields:["crossing","kerb","tactile_paving"],geometry:["vertex"],tags:{highway:"crossing",traffic_calming:"table"},reference:{key:"traffic_calming",value:"table"},terms:["flat top","hump","speed","slow"],name:"Raised Street Crossing"},"highway/crossing":{fields:["crossing","kerb","tactile_paving"],geometry:["vertex"],tags:{highway:"crossing"},reference:{key:"highway",value:"crossing"},terms:[],name:"Street Crossing"},"highway/crosswalk-raised":{icon:"temaki-pedestrian",fields:["crossing","kerb","tactile_paving"],geometry:["vertex"],tags:{highway:"crossing",crossing:"zebra",traffic_calming:"table"},reference:{key:"traffic_calming",value:"table"},terms:["zebra crossing","flat top","hump","speed","slow"],name:"Raised Pedestrian Crosswalk"},"highway/crosswalk":{icon:"temaki-pedestrian",fields:["crossing","kerb","tactile_paving"],geometry:["vertex"],tags:{highway:"crossing",crossing:"zebra"},reference:{key:"highway",value:"crossing"},terms:["zebra crossing"],name:"Pedestrian Crosswalk"},"highway/cycleway":{icon:"iD-highway-cycleway",fields:["name","oneway","surface","lit","width","structure","access"],geometry:["line"],tags:{highway:"cycleway"},terms:["bike"],name:"Cycle Path"},"highway/elevator":{icon:"temaki-elevator",fields:["access_simple","opening_hours","maxweight","ref"],geometry:["vertex"],tags:{highway:"elevator"},terms:["lift"],name:"Elevator"},"highway/footway":{icon:"iD-highway-footway",fields:["name","surface","lit","width","structure","access"],geometry:["line"],terms:["hike","hiking","trackway","trail","walk"],tags:{highway:"footway"},name:"Foot Path"},"highway/give_way":{icon:"temaki-yield",fields:["direction_vertex"],geometry:["vertex"],tags:{highway:"give_way"},terms:["give way","yield","sign"],name:"Yield Sign"},"highway/living_street":{icon:"iD-highway-living-street",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","access","cycleway"],geometry:["line"],tags:{highway:"living_street"},name:"Living Street"},"highway/mini_roundabout":{icon:"maki-circle-stroked",geometry:["vertex"],tags:{highway:"mini_roundabout"},fields:["direction_clock"],name:"Mini-Roundabout"},"highway/motorway_junction":{icon:"temaki-junction",fields:["ref_highway_junction","name"],geometry:["vertex"],tags:{highway:"motorway_junction"},terms:["exit"],name:"Motorway Junction / Exit"},"highway/motorway_link":{icon:"iD-highway-motorway-link",fields:["name","ref_road_number","oneway","maxspeed","maxspeed/advisory","lanes","surface","structure","maxheight","access"],geometry:["line"],tags:{highway:"motorway_link"},addTags:{highway:"motorway_link",oneway:"yes"},removeTags:{highway:"motorway_link",oneway:"yes"},terms:["exit","ramp","road","street","on ramp","off ramp"],name:"Motorway Link"},"highway/motorway":{icon:"iD-highway-motorway",fields:["name","ref_road_number","oneway_yes","maxspeed","lanes","surface","structure","maxheight","toll","access"],geometry:["line"],tags:{highway:"motorway"},terms:["autobahn","expressway","freeway","highway","interstate","parkway","road","street","thruway","turnpike"],name:"Motorway"},"highway/passing_place":{icon:"maki-circle-stroked",geometry:["vertex"],tags:{highway:"passing_place"},terms:["turnout, pullout"],name:"Passing Place"},"highway/path":{icon:"iD-highway-path",fields:["name","surface","width","structure","access","incline","sac_scale","trail_visibility","mtb/scale","mtb/scale/uphill","mtb/scale/imba","horse_scale","ref"],geometry:["line"],terms:["hike","hiking","trackway","trail","walk"],tags:{highway:"path"},name:"Path"},"highway/pedestrian_area":{icon:"temaki-pedestrian",fields:["name","surface","lit","width","structure","access"],geometry:["area"],tags:{highway:"pedestrian",area:"yes"},terms:["center","centre","plaza","quad","square","walkway"],name:"Pedestrian Area"},"highway/pedestrian_line":{icon:"iD-highway-footway",fields:["name","surface","lit","width","oneway","structure","access"],geometry:["line"],tags:{highway:"pedestrian"},terms:["center","centre","plaza","quad","square","walkway"],name:"Pedestrian Street"},"highway/primary_link":{icon:"iD-highway-primary-link",fields:["name","oneway","maxspeed","maxspeed/advisory","lanes","surface","maxheight","ref_road_number","cycleway","structure","access"],geometry:["line"],tags:{highway:"primary_link"},terms:["on ramp","off ramp","ramp","road","street"],name:"Primary Link"},"highway/primary":{icon:"iD-highway-primary",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"primary"},terms:["road","street"],name:"Primary Road"},"highway/raceway":{icon:"iD-highway-unclassified",fields:["name","oneway","surface","sport_racing_motor","lit","width","lanes","structure"],geometry:["point","line","area"],tags:{highway:"raceway"},addTags:{highway:"raceway",sport:"motor"},terms:["auto*","formula one","kart","motocross","nascar","race*","track"],name:"Racetrack (Motorsport)"},"highway/residential":{icon:"iD-highway-residential",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","cycleway","access"],geometry:["line"],tags:{highway:"residential"},terms:["road","street"],name:"Residential Road"},"highway/rest_area":{icon:"maki-car",fields:["name"],geometry:["point","vertex","area"],tags:{highway:"rest_area"},terms:["rest stop"],name:"Rest Area"},"highway/road":{icon:"iD-highway-road",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","access"],geometry:["line"],tags:{highway:"road"},terms:["road","street"],name:"Unknown Road"},"highway/secondary_link":{icon:"iD-highway-secondary-link",fields:["name","oneway","maxspeed","maxspeed/advisory","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"secondary_link"},terms:["on ramp","off ramp","ramp","road","street"],name:"Secondary Link"},"highway/secondary":{icon:"iD-highway-secondary",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"secondary"},terms:["road","street"],name:"Secondary Road"},"highway/service":{icon:"iD-highway-service",fields:["name","service","oneway","maxspeed","surface","structure","maxheight","access"],geometry:["line"],tags:{highway:"service"},terms:["road","street"],name:"Service Road"},"highway/service/alley":{icon:"iD-highway-service",fields:["name","oneway","maxspeed","structure","access","surface","maxheight"],geometry:["line"],tags:{highway:"service",service:"alley"},reference:{key:"service",value:"alley"},name:"Alley"},"highway/service/drive-through":{icon:"iD-highway-service",fields:["name","oneway","covered","maxheight","maxspeed","structure","access","surface"],geometry:["line"],tags:{highway:"service",service:"drive-through"},reference:{key:"service",value:"drive-through"},name:"Drive-Through"},"highway/service/driveway":{icon:"iD-highway-service",fields:["name","oneway","maxspeed","structure","access","surface","maxheight"],geometry:["line"],tags:{highway:"service",service:"driveway"},reference:{key:"service",value:"driveway"},name:"Driveway"},"highway/service/emergency_access":{icon:"iD-highway-service",fields:["name","oneway","maxspeed","structure","access","surface","maxheight"],geometry:["line"],tags:{highway:"service",service:"emergency_access"},reference:{key:"service",value:"emergency_access"},name:"Emergency Access"},"highway/service/parking_aisle":{icon:"iD-highway-service",fields:["name","oneway","maxspeed","structure","access","surface","maxheight"],geometry:["line"],tags:{highway:"service",service:"parking_aisle"},reference:{key:"service",value:"parking_aisle"},name:"Parking Aisle"},"highway/services":{icon:"maki-car",fields:["name"],geometry:["point","vertex","area"],tags:{highway:"services"},terms:["services","travel plaza","service station"],name:"Service Area"},"highway/speed_camera":{icon:"maki-attraction",geometry:["point","vertex"],fields:["direction","ref"],tags:{highway:"speed_camera"},terms:[],name:"Speed Camera"},"highway/steps":{icon:"iD-highway-steps",fields:["surface","lit","width","incline_steps","handrail","step_count"],geometry:["line"],tags:{highway:"steps"},terms:["stairs","staircase"],name:"Steps"},"highway/stop":{icon:"temaki-stop",fields:["stop","direction_vertex"],geometry:["vertex"],tags:{highway:"stop"},terms:["stop","halt","sign"],name:"Stop Sign"},"highway/street_lamp":{icon:"temaki-bulb",geometry:["point","vertex"],tags:{highway:"street_lamp"},fields:["lamp_type","direction","ref"],terms:["streetlight","street light","lamp","light","gaslight"],name:"Street Lamp"},"highway/tertiary_link":{icon:"iD-highway-tertiary-link",fields:["name","oneway","maxspeed","maxspeed/advisory","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"tertiary_link"},terms:["on ramp","off ramp","ramp","road","street"],name:"Tertiary Link"},"highway/tertiary":{icon:"iD-highway-tertiary",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"tertiary"},terms:["road","street"],name:"Tertiary Road"},"highway/track":{icon:"iD-highway-track",fields:["name","tracktype","surface","width","structure","access","incline","smoothness","mtb/scale","mtb/scale/uphill","mtb/scale/imba","horse_scale"],geometry:["line"],tags:{highway:"track"},terms:["woods road","forest road","logging road","fire road","farm road","agricultural road","ranch road","carriage road","primitive","unmaintained","rut","offroad","4wd","4x4","four wheel drive","atv","quad","jeep","double track","two track"],name:"Unmaintained Track Road"},"highway/traffic_mirror":{geometry:["point","vertex"],fields:["direction"],tags:{highway:"traffic_mirror"},terms:["blind spot","convex","corner","curved","roadside","round","safety","sphere","visibility"],name:"Traffic Mirror"},"highway/traffic_signals":{icon:"temaki-traffic_signals",geometry:["vertex"],tags:{highway:"traffic_signals"},fields:["traffic_signals","traffic_signals/direction"],terms:["light","stoplight","traffic light"],name:"Traffic Signals"},"highway/trunk_link":{icon:"iD-highway-trunk-link",fields:["name","ref_road_number","oneway","maxspeed","maxspeed/advisory","lanes","surface","structure","maxheight","access"],geometry:["line"],tags:{highway:"trunk_link"},terms:["on ramp","off ramp","ramp","road","street"],name:"Trunk Link"},"highway/trunk":{icon:"iD-highway-trunk",fields:["name","ref_road_number","oneway","maxspeed","lanes","surface","structure","maxheight","toll","access"],geometry:["line"],tags:{highway:"trunk"},terms:["road","street"],name:"Trunk Road"},"highway/turning_circle":{icon:"maki-circle-stroked",geometry:["vertex"],tags:{highway:"turning_circle"},terms:["cul-de-sac"],name:"Turning Circle"},"highway/turning_loop":{icon:"maki-circle",geometry:["vertex"],tags:{highway:"turning_loop"},terms:["cul-de-sac"],name:"Turning Loop (Island)"},"highway/unclassified":{icon:"iD-highway-unclassified",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","cycleway","access"],geometry:["line"],tags:{highway:"unclassified"},terms:["road","street"],name:"Minor/Unclassified Road"},historic:{icon:"temaki-ruins",fields:["historic","inscription"],geometry:["point","vertex","area"],tags:{historic:"*"},name:"Historic Site"},"historic/archaeological_site":{icon:"temaki-ruins",fields:["name","historic/civilization","inscription"],geometry:["point","vertex","area"],tags:{historic:"archaeological_site"},name:"Archaeological Site"},"historic/boundary_stone":{icon:"temaki-milestone",fields:["name","inscription"],geometry:["point","vertex"],tags:{historic:"boundary_stone"},name:"Boundary Stone"},"historic/castle":{icon:"maki-castle",fields:["name","castle_type","building_area","historic/civilization"],geometry:["point","area"],tags:{historic:"castle"},name:"Castle"},"historic/memorial":{icon:"maki-monument",fields:["name","memorial","inscription"],geometry:["point","vertex","area"],terms:["dedicatory","epitaph","remember","remembrance","memory","monument","stolperstein"],tags:{historic:"memorial"},name:"Memorial"},"historic/monument":{icon:"maki-monument",fields:["name","inscription"],geometry:["point","vertex","area"],tags:{historic:"monument"},name:"Monument"},"historic/ruins":{icon:"temaki-ruins",fields:["name","historic/civilization","inscription"],geometry:["point","vertex","area"],tags:{historic:"ruins"},name:"Ruins"},"historic/tomb":{icon:"maki-cemetery",fields:["name","tomb","building_area","inscription"],geometry:["point","area"],tags:{historic:"tomb"},name:"Tomb"},"historic/wayside_cross":{icon:"maki-religious-christian",fields:["name","inscription"],geometry:["point","vertex","area"],tags:{historic:"wayside_cross"},name:"Wayside Cross"},"historic/wayside_shrine":{icon:"maki-landmark",fields:["name","religion","denomination","inscription"],geometry:["point","vertex","area"],tags:{historic:"wayside_shrine"},name:"Wayside Shrine"},junction:{icon:"temaki-junction",fields:["name"],geometry:["vertex","area"],tags:{junction:"yes"},name:"Junction"},landuse:{fields:["name","landuse"],geometry:["area"],tags:{landuse:"*"},matchScore:0.9,name:"Land Use"},"landuse/farm":{icon:"maki-farm",fields:["name","operator","crop"],geometry:["point","area"],tags:{landuse:"farm"},terms:[],name:"Farmland",searchable:false},"landuse/allotments":{icon:"maki-garden-center",geometry:["area"],fields:["name"],tags:{landuse:"allotments"},terms:["allotment","garden"],name:"Community Garden"},"landuse/aquaculture":{icon:"maki-aquarium",fields:["name","operator","produce"],geometry:["area"],tags:{landuse:"aquaculture"},terms:["fish farm","crustacean","algae","aquafarming","shrimp farm","oyster farm","mariculture","algaculture"],name:"Aquaculture"},"landuse/basin":{icon:"maki-water",fields:["name"],geometry:["area"],tags:{landuse:"basin"},terms:[],name:"Basin"},"landuse/brownfield":{geometry:["area"],fields:["name"],tags:{landuse:"brownfield"},terms:[],matchScore:0.9,name:"Brownfield"},"landuse/cemetery":{icon:"maki-cemetery",fields:["name","religion","denomination"],geometry:["area"],tags:{landuse:"cemetery"},terms:[],name:"Cemetery"},"landuse/churchyard":{icon:"maki-religious-christian",fields:["name","religion","denomination"],geometry:["area"],tags:{landuse:"churchyard"},terms:[],name:"Churchyard"},"landuse/commercial":{icon:"maki-suitcase",fields:["name"],geometry:["area"],tags:{landuse:"commercial"},terms:[],matchScore:0.9,name:"Commercial Area"},"landuse/construction":{icon:"temaki-tools",fields:["name","construction","operator"],geometry:["area"],tags:{landuse:"construction"},terms:[],name:"Construction"},"landuse/farmland":{icon:"maki-farm",fields:["name","operator","crop","produce"],geometry:["area"],tags:{landuse:"farmland"},terms:["crop","grow","plant"],name:"Farmland"},"landuse/farmyard":{icon:"maki-farm",fields:["name","operator","crop"],geometry:["area"],tags:{landuse:"farmyard"},terms:["crop","grow","plant"],name:"Farmyard"},"landuse/forest":{icon:"maki-park-alt1",fields:["name","leaf_type","leaf_cycle","produce"],geometry:["area"],tags:{landuse:"forest"},terms:["cut","forest","lumber","tree"],name:"Forest"},"landuse/garages":{icon:"fas-warehouse",geometry:["area"],fields:["name"],tags:{landuse:"garages"},terms:[],name:"Garage Landuse"},"landuse/grass":{geometry:["area"],tags:{landuse:"grass"},terms:[],name:"Grass"},"landuse/greenfield":{geometry:["area"],fields:["name"],tags:{landuse:"greenfield"},terms:[],matchScore:0.9,name:"Greenfield"},"landuse/greenhouse_horticulture":{icon:"maki-garden",fields:["name","operator"],geometry:["area"],terms:["flower","greenhouse","horticulture","grow","vivero"],tags:{landuse:"greenhouse_horticulture"},matchScore:0.9,name:"Greenhouse Horticulture"},"landuse/harbour":{icon:"maki-harbor",fields:["name","operator"],geometry:["area"],terms:["boat"],tags:{landuse:"harbour"},name:"Harbor"},"landuse/industrial":{icon:"maki-industry",fields:["name","industrial"],geometry:["area"],tags:{landuse:"industrial"},terms:[],matchScore:0.9,name:"Industrial Area"},"landuse/industrial/scrap_yard":{icon:"maki-car",fields:["name","operator","address","opening_hours"],geometry:["point","area"],tags:{industrial:"scrap_yard"},addTags:{landuse:"industrial",industrial:"scrap_yard"},removeTags:{landuse:"industrial",industrial:"scrap_yard"},reference:{key:"industrial",value:"scrap_yard"},terms:["car","junk","metal","salvage","scrap","u-pull-it","vehicle","wreck","yard"],name:"Scrap Yard"},"landuse/industrial/slaughterhouse":{icon:"maki-slaughterhouse",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{industrial:"slaughterhouse"},addTags:{landuse:"industrial",industrial:"slaughterhouse"},removeTags:{landuse:"industrial",industrial:"slaughterhouse"},reference:{key:"industrial",value:"slaughterhouse"},terms:["abattoir","beef","butchery","calf","chicken","cow","killing house","meat","pig","pork","poultry","shambles","stockyard"],name:"Slaughterhouse"},"landuse/landfill":{geometry:["area"],fields:["name"],tags:{landuse:"landfill"},terms:["dump"],name:"Landfill"},"landuse/meadow":{icon:"maki-garden",geometry:["area"],fields:["name"],tags:{landuse:"meadow"},terms:[],name:"Meadow"},"landuse/military":{icon:"temaki-military",fields:["name"],geometry:["area"],tags:{landuse:"military"},terms:[],matchScore:0.9,name:"Military Area"},"landuse/military/airfield":{icon:"maki-airfield",fields:["name","iata","icao"],geometry:["point","area"],tags:{military:"airfield"},addTags:{landuse:"military",military:"airfield"},removeTags:{landuse:"military",military:"airfield"},terms:["air force","army","base","bomb","fight","force","guard","heli*","jet","marine","navy","plane","troop","war"],name:"Military Airfield"},"landuse/military/barracks":{icon:"temaki-military",fields:["name","building_area"],geometry:["point","area"],tags:{military:"barracks"},addTags:{landuse:"military",military:"barracks"},removeTags:{landuse:"military",military:"barracks"},terms:["air force","army","base","fight","force","guard","marine","navy","troop","war"],name:"Barracks"},"landuse/military/bunker":{icon:"temaki-military",fields:["name","bunker_type","building_area"],geometry:["point","area"],tags:{military:"bunker"},addTags:{building:"bunker",landuse:"military",military:"bunker"},removeTags:{building:"bunker",landuse:"military",military:"bunker"},terms:["air force","army","base","fight","force","guard","marine","navy","troop","war"],name:"Military Bunker"},"landuse/military/checkpoint":{icon:"maki-barrier",fields:["name"],geometry:["point","vertex","area"],tags:{military:"checkpoint"},addTags:{landuse:"military",military:"checkpoint"},removeTags:{landuse:"military",military:"checkpoint"},terms:["air force","army","base","force","guard","marine","navy","troop","war"],name:"Checkpoint"},"landuse/military/danger_area":{icon:"maki-danger",fields:["name"],geometry:["point","vertex","area"],tags:{military:"danger_area"},addTags:{landuse:"military",military:"danger_area"},removeTags:{landuse:"military",military:"danger_area"},terms:["air force","army","base","blast","bomb","explo*","force","guard","mine","marine","navy","troop","war"],name:"Danger Area"},"landuse/military/naval_base":{icon:"temaki-military",fields:["name"],geometry:["point","area"],tags:{military:"naval_base"},addTags:{landuse:"military",military:"naval_base"},removeTags:{landuse:"military",military:"naval_base"},terms:["base","fight","force","guard","marine","navy","ship","sub","troop","war"],name:"Naval Base"},"landuse/military/nuclear_explosion_site":{icon:"maki-danger",fields:["name"],geometry:["point","vertex","area"],tags:{military:"nuclear_explosion_site"},addTags:{landuse:"military",military:"nuclear_explosion_site"},removeTags:{landuse:"military",military:"nuclear_explosion_site"},terms:["atom","blast","bomb","detonat*","nuke","site","test"],name:"Nuclear Explosion Site"},"landuse/military/obstacle_course":{icon:"temaki-military",geometry:["point","area"],tags:{military:"obstacle_course"},addTags:{landuse:"military",military:"obstacle_course"},removeTags:{landuse:"military",military:"obstacle_course"},terms:["army","base","force","guard","marine","navy","troop","war"],name:"Obstacle Course"},"landuse/military/office":{icon:"temaki-military",fields:["name","building_area"],geometry:["point","area"],tags:{military:"office"},addTags:{landuse:"military",military:"office"},removeTags:{landuse:"military",military:"office"},terms:["air force","army","base","enlist","fight","force","guard","marine","navy","recruit","troop","war"],name:"Military Office"},"landuse/military/range":{icon:"temaki-military",fields:["name"],geometry:["point","area"],tags:{military:"range"},addTags:{landuse:"military",military:"range"},removeTags:{landuse:"military",military:"range"},terms:["air force","army","base","fight","fire","force","guard","gun","marine","navy","rifle","shoot*","snip*","train","troop","war"],name:"Military Range"},"landuse/military/training_area":{icon:"temaki-military",fields:["name"],geometry:["point","area"],tags:{military:"training_area"},addTags:{landuse:"military",military:"training_area"},removeTags:{landuse:"military",military:"training_area"},terms:["air force","army","base","fight","fire","force","guard","gun","marine","navy","rifle","shoot*","snip*","train","troop","war"],name:"Training Area"},"landuse/orchard":{icon:"maki-park-alt1",fields:["name","operator","trees"],geometry:["area"],tags:{landuse:"orchard"},terms:["fruit"],name:"Orchard"},"landuse/plant_nursery":{icon:"maki-garden",fields:["name","operator","plant"],geometry:["area"],tags:{landuse:"plant_nursery"},terms:["flower","garden","grow","vivero"],name:"Plant Nursery"},"landuse/quarry":{geometry:["area"],fields:["name"],tags:{landuse:"quarry"},terms:[],name:"Quarry"},"landuse/railway":{icon:"maki-rail",fields:["operator"],geometry:["area"],tags:{landuse:"railway"},terms:["rail","train","track"],name:"Railway Corridor"},"landuse/recreation_ground":{icon:"maki-pitch",geometry:["area"],fields:["name"],tags:{landuse:"recreation_ground"},terms:["playing fields"],name:"Recreation Ground"},"landuse/religious":{icon:"maki-place-of-worship",geometry:["area"],fields:["name","religion","denomination"],tags:{landuse:"religious"},terms:[],name:"Religious Area"},"landuse/residential":{icon:"maki-building",geometry:["area"],tags:{landuse:"residential"},terms:[],matchScore:0.9,name:"Residential Area"},"landuse/retail":{icon:"maki-commercial",geometry:["area"],fields:["name"],tags:{landuse:"retail"},matchScore:0.9,name:"Retail Area"},"landuse/vineyard":{fields:["name","operator","grape_variety"],geometry:["area"],tags:{landuse:"vineyard"},addTags:{landuse:"vineyard",crop:"grape"},removeTags:{landuse:"vineyard",crop:"grape",grape_variety:"*"},terms:["grape","wine"],name:"Vineyard"},leisure:{icon:"maki-pitch",fields:["name","leisure"],geometry:["point","vertex","area"],tags:{leisure:"*"},name:"Leisure"},"leisure/adult_gaming_centre":{icon:"temaki-dice",fields:["name","operator","address","building_area","opening_hours","smoking"],geometry:["point","area"],terms:["gambling","slot machine"],tags:{leisure:"adult_gaming_centre"},name:"Adult Gaming Center"},"leisure/amusement_arcade":{icon:"maki-gaming",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["pay-to-play games","video games","driving simulators","pinball machines"],tags:{leisure:"amusement_arcade"},name:"Amusement Arcade"},"leisure/beach_resort":{icon:"temaki-beach",fields:["name","address","fee"],geometry:["point","area"],tags:{leisure:"beach_resort"},name:"Beach Resort"},"leisure/bird_hide":{icon:"temaki-binoculars",fields:["building_area"],geometry:["point","area"],tags:{leisure:"bird_hide"},terms:["machan","ornithology"],name:"Bird Hide"},"leisure/bleachers":{geometry:["point","area"],tags:{leisure:"bleachers"},terms:["crowd","bench","sports","stand","stands","seat","seating"],name:"Bleachers"},"leisure/bowling_alley":{icon:"temaki-bowling",fields:["name","operator","address","building_area","opening_hours","smoking"],geometry:["point","area"],terms:["bowling center"],tags:{leisure:"bowling_alley"},name:"Bowling Alley"},"leisure/common":{icon:"temaki-pedestrian",geometry:["point","area"],fields:["name"],terms:["open space"],tags:{leisure:"common"},name:"Common"},"leisure/dance":{icon:"maki-music",fields:["name","operator","address","building_area","dance/style","opening_hours"],geometry:["point","area"],terms:["ballroom","jive","swing","tango","waltz"],tags:{leisure:"dance"},name:"Dance Hall"},"leisure/dancing_school":{icon:"maki-music",fields:["name","operator","address","opening_hours","dance/style"],geometry:["point","area"],terms:["jive","swing","tango","waltz","dance teaching"],tags:{leisure:"dance","dance:teaching":"yes"},reference:{key:"leisure",value:"dance"},name:"Dance School"},"leisure/dog_park":{icon:"maki-dog-park",geometry:["point","area"],fields:["name"],terms:[],tags:{leisure:"dog_park"},name:"Dog Park"},"leisure/firepit":{icon:"maki-fire-station",geometry:["point","area"],tags:{leisure:"firepit"},terms:["fireplace","campfire"],name:"Firepit"},"leisure/fitness_centre":{icon:"maki-pitch",fields:["name","sport","address","building_area","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_centre"},terms:["health","gym","leisure","studio"],name:"Gym / Fitness Center"},"leisure/fitness_centre/yoga":{icon:"maki-pitch",fields:["name","sport","address","building_area","opening_hours"],geometry:["point","area"],terms:["studio"],tags:{leisure:"fitness_centre",sport:"yoga"},reference:{key:"sport",value:"yoga"},name:"Yoga Studio"},"leisure/fitness_station":{icon:"maki-pitch",fields:["fitness_station","ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station"},addTags:{leisure:"fitness_station",sport:"fitness"},removeTags:{leisure:"fitness_station",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["exercise","fitness","gym","trim trail"],name:"Outdoor Fitness Station"},"leisure/fitness_station/balance_beam":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"balance_beam"},addTags:{leisure:"fitness_station",fitness_station:"balance_beam",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"balance_beam",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["balance","exercise","fitness","gym","trim trail"],name:"Exercise Balance Beam"},"leisure/fitness_station/box":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"box"},addTags:{leisure:"fitness_station",fitness_station:"box",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"box",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["box","exercise","fitness","gym","jump","trim trail"],name:"Exercise Box"},"leisure/fitness_station/horizontal_bar":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"horizontal_bar"},addTags:{leisure:"fitness_station",fitness_station:"horizontal_bar",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"horizontal_bar",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["bar","chinup","chin up","exercise","fitness","gym","pullup","pull up","trim trail"],name:"Exercise Horizontal Bar"},"leisure/fitness_station/horizontal_ladder":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"horizontal_ladder"},addTags:{leisure:"fitness_station",fitness_station:"horizontal_ladder",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"horizontal_ladder",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["bar","chinup","chin up","exercise","fitness","gym","ladder","monkey bars","pullup","pull up","trim trail"],name:"Exercise Monkey Bars"},"leisure/fitness_station/hyperextension":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"hyperextension"},addTags:{leisure:"fitness_station",fitness_station:"hyperextension",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"hyperextension",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["back","exercise","extension","fitness","gym","roman chair","trim trail"],name:"Hyperextension Station"},"leisure/fitness_station/parallel_bars":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"parallel_bars"},addTags:{leisure:"fitness_station",fitness_station:"parallel_bars",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"parallel_bars",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["bar","dip","exercise","fitness","gym","trim trail"],name:"Parallel Bars"},"leisure/fitness_station/push-up":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"push-up"},addTags:{leisure:"fitness_station",fitness_station:"push-up",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"push-up",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["bar","exercise","fitness","gym","pushup","push up","trim trail"],name:"Push-Up Station"},"leisure/fitness_station/rings":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"rings"},addTags:{leisure:"fitness_station",fitness_station:"rings",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"rings",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["exercise","fitness","gym","muscle up","pullup","pull up","trim trail"],name:"Exercise Rings"},"leisure/fitness_station/sign":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"sign"},addTags:{leisure:"fitness_station",fitness_station:"sign",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"sign",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["exercise","fitness","gym","trim trail"],name:"Exercise Instruction Sign"},"leisure/fitness_station/sit-up":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"sit-up"},addTags:{leisure:"fitness_station",fitness_station:"sit-up",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"sit-up",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["crunch","exercise","fitness","gym","situp","sit up","trim trail"],name:"Sit-Up Station"},"leisure/fitness_station/stairs":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"stairs"},addTags:{leisure:"fitness_station",fitness_station:"stairs",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"stairs",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["exercise","fitness","gym","steps","trim trail"],name:"Exercise Stairs"},"leisure/garden":{icon:"maki-garden",fields:["name","access_simple"],geometry:["point","vertex","area"],tags:{leisure:"garden"},name:"Garden"},"leisure/golf_course":{icon:"maki-golf",fields:["name","operator","address","opening_hours"],geometry:["point","area"],terms:["links"],tags:{leisure:"golf_course"},name:"Golf Course"},"leisure/hackerspace":{icon:"maki-commercial",fields:["name","address","building_area","opening_hours","website"],geometry:["point","area"],terms:["makerspace","hackspace","hacklab"],tags:{leisure:"hackerspace"},name:"Hackerspace"},"leisure/horse_riding":{icon:"maki-horse-riding",fields:["name","access_simple","operator","address","building"],geometry:["point","area"],terms:["equestrian","stable"],tags:{leisure:"horse_riding"},name:"Horseback Riding Facility"},"leisure/ice_rink":{icon:"maki-pitch",fields:["name","seasonal","sport_ice","operator","address","building","opening_hours"],geometry:["point","area"],terms:["hockey","skating","curling"],tags:{leisure:"ice_rink"},name:"Ice Rink"},"leisure/marina":{icon:"maki-harbor",fields:["name","operator","address","capacity","fee","sanitary_dump_station","power_supply","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","vertex","area"],terms:["boat"],tags:{leisure:"marina"},name:"Marina"},"leisure/miniature_golf":{icon:"maki-golf",fields:["name","operator","address","opening_hours"],geometry:["point","area"],terms:["crazy golf","mini golf","putt-putt"],tags:{leisure:"miniature_golf"},name:"Miniature Golf"},"leisure/nature_reserve":{icon:"maki-park",geometry:["point","area"],fields:["name"],tags:{leisure:"nature_reserve"},terms:["protected","wildlife"],name:"Nature Reserve"},"leisure/outdoor_seating":{icon:"maki-picnic-site",geometry:["point","area"],fields:["name","operator"],terms:["al fresco","beer garden","dining","cafe","restaurant","pub","bar","patio"],tags:{leisure:"outdoor_seating"},name:"Outdoor Seating Area"},"leisure/park":{icon:"maki-park",geometry:["point","area"],fields:["name"],terms:["esplanade","estate","forest","garden","grass","green","grounds","lawn","lot","meadow","parkland","place","playground","plaza","pleasure garden","recreation area","square","tract","village green","woodland"],tags:{leisure:"park"},name:"Park"},"leisure/picnic_table":{icon:"maki-picnic-site",geometry:["point"],tags:{leisure:"picnic_table"},terms:["bench"],name:"Picnic Table"},"leisure/pitch":{icon:"maki-pitch",fields:["name","sport","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch"},terms:["field"],name:"Sport Pitch"},"leisure/pitch/american_football":{icon:"maki-america-football",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"american_football"},reference:{key:"sport",value:"american_football"},terms:[],name:"American Football Field"},"leisure/pitch/baseball":{icon:"maki-baseball",fields:["name","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"baseball"},reference:{key:"sport",value:"baseball"},terms:[],name:"Baseball Diamond"},"leisure/pitch/basketball":{icon:"maki-basketball",fields:["name","surface","hoops","lit","access_simple"],geometry:["point","area"],tags:{leisure:"pitch",sport:"basketball"},reference:{key:"sport",value:"basketball"},terms:[],name:"Basketball Court"},"leisure/pitch/beachvolleyball":{icon:"maki-basketball",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"beachvolleyball"},addTags:{leisure:"pitch",sport:"beachvolleyball",surface:"sand"},removeTags:{leisure:"pitch",sport:"beachvolleyball",surface:"sand"},reference:{key:"sport",value:"beachvolleyball"},terms:["volleyball"],name:"Beach Volleyball Court"},"leisure/pitch/boules":{icon:"maki-pitch",fields:["name","boules","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"boules"},reference:{key:"sport",value:"boules"},terms:["bocce","lyonnaise","pétanque"],name:"Boules/Bocce Court"},"leisure/pitch/bowls":{icon:"maki-pitch",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"bowls"},reference:{key:"sport",value:"bowls"},terms:[],name:"Bowling Green"},"leisure/pitch/cricket":{icon:"maki-cricket",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"cricket"},reference:{key:"sport",value:"cricket"},terms:[],name:"Cricket Field"},"leisure/pitch/equestrian":{icon:"maki-horse-riding",fields:["name","surface","lit","building"],geometry:["point","area"],tags:{leisure:"pitch",sport:"equestrian"},reference:{key:"sport",value:"equestrian"},terms:["dressage","equestrian","horse","horseback","riding"],name:"Riding Arena"},"leisure/pitch/rugby_league":{icon:"maki-america-football",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"rugby_league"},reference:{key:"sport",value:"rugby_league"},terms:[],name:"Rugby League Field"},"leisure/pitch/rugby_union":{icon:"maki-america-football",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"rugby_union"},reference:{key:"sport",value:"rugby_union"},terms:[],name:"Rugby Union Field"},"leisure/pitch/skateboard":{icon:"maki-pitch",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"skateboard"},reference:{key:"sport",value:"skateboard"},terms:[],name:"Skate Park"},"leisure/pitch/soccer":{icon:"maki-soccer",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"soccer"},reference:{key:"sport",value:"soccer"},terms:["football"],name:"Soccer Field"},"leisure/pitch/table_tennis":{icon:"maki-tennis",fields:["name","lit","access_simple"],geometry:["point","area"],tags:{leisure:"pitch",sport:"table_tennis"},reference:{key:"sport",value:"table_tennis"},terms:["table tennis","ping pong"],name:"Ping Pong Table"},"leisure/pitch/tennis":{icon:"maki-tennis",fields:["name","surface","lit","access_simple"],geometry:["point","area"],tags:{leisure:"pitch",sport:"tennis"},reference:{key:"sport",value:"tennis"},terms:[],name:"Tennis Court"},"leisure/pitch/volleyball":{icon:"maki-basketball",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"volleyball"},reference:{key:"sport",value:"volleyball"},terms:[],name:"Volleyball Court"},"leisure/playground":{icon:"maki-playground",fields:["name","operator","surface","playground/max_age","playground/min_age","access_simple"],geometry:["point","area"],terms:["jungle gym","play area"],tags:{leisure:"playground"},name:"Playground"},"leisure/resort":{icon:"maki-lodging",fields:["name","operator","address","opening_hours"],geometry:["point","area"],tags:{leisure:"resort"},name:"Resort"},"leisure/running_track":{icon:"maki-pitch",fields:["surface","sport_racing_nonmotor","lit","width","lanes"],geometry:["point","line","area"],tags:{leisure:"track",sport:"running"},terms:["race*","running","sprint","track"],name:"Racetrack (Running)"},"leisure/sauna":{icon:"fas-thermometer-three-quarters",fields:["name","operator","address","opening_hours","access_simple","fee"],geometry:["point","area"],tags:{leisure:"sauna"},name:"Sauna"},"leisure/slipway":{icon:"temaki-beach",geometry:["point","line"],terms:["boat launch","boat ramp"],tags:{leisure:"slipway"},name:"Slipway"},"leisure/sports_centre":{icon:"maki-pitch",fields:["name","sport","building","address","opening_hours"],geometry:["point","area"],tags:{leisure:"sports_centre"},terms:[],name:"Sports Center / Complex"},"leisure/sports_centre/swimming":{icon:"maki-swimming",fields:["name","access_simple","operator","address","building"],geometry:["point","area"],terms:["dive","water"],tags:{leisure:"sports_centre",sport:"swimming"},reference:{key:"sport",value:"swimming"},name:"Swimming Pool Facility"},"leisure/stadium":{icon:"maki-pitch",fields:["name","sport","address"],geometry:["point","area"],tags:{leisure:"stadium"},name:"Stadium"},"leisure/swimming_pool":{icon:"maki-swimming",fields:["name","access_simple","operator","address"],geometry:["point","area"],terms:["dive","water"],tags:{leisure:"swimming_pool"},name:"Swimming Pool"},"leisure/track":{icon:"iD-highway-road",fields:["surface","sport_racing_nonmotor","lit","width","lanes"],geometry:["point","line","area"],tags:{leisure:"track"},terms:["cycle","dog","greyhound","horse","race*","track"],name:"Racetrack (Non-Motorsport)"},"leisure/water_park":{icon:"maki-swimming",fields:["name","operator","address"],geometry:["point","area"],terms:["swim","pool","dive"],tags:{leisure:"water_park"},name:"Water Park"},line:{fields:["name"],geometry:["line"],tags:{},name:"Line",matchScore:0.1},man_made:{icon:"temaki-storage_tank",fields:["name","man_made"],geometry:["point","vertex","line","area"],tags:{man_made:"*"},name:"Man Made"},"man_made/embankment":{geometry:["line"],tags:{man_made:"embankment"},name:"Embankment",searchable:false},"man_made/adit":{icon:"maki-triangle",geometry:["point","area"],fields:["operator","direction"],terms:["entrance","underground","mine","cave"],tags:{man_made:"adit"},name:"Adit"},"man_made/antenna":{icon:"temaki-antenna",fields:["height","communication_multi"],geometry:["point"],terms:["broadcast","cell phone","cell","communication","mobile phone","radio","television","transmission","tv"],tags:{man_made:"antenna"},name:"Antenna"},"man_made/breakwater":{geometry:["line","area"],tags:{man_made:"breakwater"},name:"Breakwater"},"man_made/bridge":{geometry:["area"],tags:{man_made:"bridge"},name:"Bridge"},"man_made/chimney":{icon:"temaki-chimney",geometry:["point","area"],tags:{man_made:"chimney"},name:"Chimney"},"man_made/clearcut":{icon:"maki-logging",geometry:["area"],tags:{man_made:"clearcut"},terms:["cut","forest","lumber","tree","wood"],name:"Clearcut Forest"},"man_made/crane":{icon:"temaki-crane",fields:["operator","height","crane/type"],geometry:["point","line","vertex","area"],tags:{man_made:"crane"},name:"Crane"},"man_made/cutline":{icon:"maki-logging",geometry:["line"],tags:{man_made:"cutline"},name:"Cut line"},"man_made/flagpole":{icon:"maki-embassy",geometry:["point"],tags:{man_made:"flagpole"},name:"Flagpole"},"man_made/gasometer":{icon:"temaki-storage_tank",geometry:["point","area"],terms:["gas holder"],tags:{man_made:"gasometer"},name:"Gasometer"},"man_made/groyne":{geometry:["line","area"],tags:{man_made:"groyne"},name:"Groyne"},"man_made/lighthouse":{icon:"maki-lighthouse",fields:["building_area"],geometry:["point","area"],tags:{man_made:"lighthouse"},name:"Lighthouse"},"man_made/mast":{icon:"temaki-antenna",fields:["tower/type","tower/construction","height","communication_multi"],geometry:["point"],terms:["antenna","broadcast tower","cell phone tower","cell tower","communication mast","communication tower","guyed tower","mobile phone tower","radio mast","radio tower","television tower","transmission mast","transmission tower","tv tower"],tags:{man_made:"mast"},name:"Mast"},"man_made/monitoring_station":{icon:"temaki-antenna",geometry:["point","area"],fields:["monitoring_multi","operator"],terms:["weather","earthquake","seismology","air","gps"],tags:{man_made:"monitoring_station"},name:"Monitoring Station"},"man_made/observation":{icon:"temaki-tower",geometry:["point","area"],terms:["lookout tower","fire tower"],tags:{man_made:"tower","tower:type":"observation"},name:"Observation Tower"},"man_made/observatory":{geometry:["point","area"],terms:["astronomical","meteorological"],tags:{man_made:"observatory"},name:"Observatory"},"man_made/petroleum_well":{icon:"temaki-storage_tank",geometry:["point"],terms:["drilling rig","oil derrick","oil drill","oil horse","oil rig","oil pump","petroleum well","pumpjack"],tags:{man_made:"petroleum_well"},name:"Oil Well"},"man_made/pier":{icon:"iD-highway-footway",fields:["name","surface","lit","width","access"],geometry:["line","area"],terms:["dock","jetty"],tags:{man_made:"pier"},name:"Pier"},"man_made/pipeline":{icon:"iD-pipeline-line",fields:["location","operator","substance"],geometry:["line"],tags:{man_made:"pipeline"},name:"Pipeline"},"man_made/pumping_station":{icon:"maki-water",geometry:["point","area"],tags:{man_made:"pumping_station"},name:"Pumping Station"},"man_made/silo":{icon:"temaki-silo",fields:["building_area","crop"],geometry:["point","area"],terms:["grain","corn","wheat"],tags:{man_made:"silo"},name:"Silo"},"man_made/storage_tank":{icon:"temaki-storage_tank",fields:["building_area","content"],geometry:["point","area"],terms:["water","oil","gas","petrol"],tags:{man_made:"storage_tank"},name:"Storage Tank"},"man_made/surveillance_camera":{icon:"maki-attraction",geometry:["point","vertex"],fields:["surveillance","surveillance/type","camera/type","camera/mount","camera/direction","surveillance/zone","contact/webcam"],terms:["anpr","alpr","camera","car plate recognition","cctv","guard","license plate recognition","monitoring","number plate recognition","security","video","webcam"],tags:{man_made:"surveillance","surveillance:type":"camera"},name:"Surveillance Camera"},"man_made/surveillance":{icon:"maki-attraction",geometry:["point","vertex"],fields:["surveillance","surveillance/type","surveillance/zone","direction"],terms:["anpr","alpr","camera","car plate recognition","cctv","guard","license plate recognition","monitoring","number plate recognition","security","video","webcam"],tags:{man_made:"surveillance"},name:"Surveillance"},"man_made/survey_point":{icon:"maki-monument",fields:["ref"],geometry:["point","vertex"],terms:["trig point","triangulation pillar","trigonometrical station"],tags:{man_made:"survey_point"},name:"Survey Point"},"man_made/tower":{icon:"temaki-tower",fields:["tower/type","tower/construction","height"],geometry:["point","area"],tags:{man_made:"tower"},name:"Tower"},"man_made/wastewater_plant":{icon:"maki-water",fields:["name","operator","address"],geometry:["point","area"],terms:["sewage*","water treatment plant","reclamation plant"],tags:{man_made:"wastewater_plant"},name:"Wastewater Plant"},"man_made/water_tower":{icon:"maki-water",fields:["operator"],geometry:["point","area"],tags:{man_made:"water_tower"},name:"Water Tower"},"man_made/water_well":{icon:"maki-water",fields:["operator"],geometry:["point","area"],tags:{man_made:"water_well"},name:"Water Well"},"man_made/water_works":{icon:"maki-water",fields:["name","operator","address"],geometry:["point","area"],tags:{man_made:"water_works"},name:"Water Works"},"man_made/watermill":{icon:"maki-buddhism",fields:["building_area"],geometry:["point","area"],terms:["water","wheel","mill"],tags:{man_made:"watermill"},name:"Watermill"},"man_made/windmill":{icon:"temaki-windmill",fields:["building_area"],geometry:["point","area"],terms:["wind","wheel","mill"],tags:{man_made:"windmill"},name:"Windmill"},"man_made/works":{icon:"maki-industry",fields:["name","operator","address","building_area","product"],geometry:["point","area"],terms:["assembly","build","brewery","car","plant","plastic","processing","manufacture","refinery"],tags:{man_made:"works"},name:"Factory"},manhole:{icon:"maki-circle-stroked",fields:["manhole","operator","label","ref"],geometry:["point","vertex"],tags:{manhole:"*"},terms:["cover","hole","sewer","sewage","telecom"],name:"Manhole"},"manhole/drain":{icon:"maki-water",fields:["operator","ref"],geometry:["point","vertex"],tags:{manhole:"drain"},terms:["cover","drain","hole","rain","sewer","sewage","storm"],name:"Storm Drain"},"manhole/telecom":{icon:"maki-circle-stroked",fields:["operator","ref"],geometry:["point","vertex"],tags:{manhole:"telecom"},terms:["cover","phone","hole","telecom","telephone","bt"],name:"Telecom Manhole"},natural:{icon:"maki-natural",fields:["name","natural"],geometry:["point","vertex","area"],tags:{natural:"*"},name:"Natural"},"natural/bare_rock":{geometry:["area"],tags:{natural:"bare_rock"},terms:["rock"],name:"Bare Rock"},"natural/bay":{icon:"temaki-beach",geometry:["point","area"],fields:["name"],tags:{natural:"bay"},terms:[],name:"Bay"},"natural/beach":{icon:"temaki-beach",fields:["surface"],geometry:["point","area"],tags:{natural:"beach"},terms:["shore"],name:"Beach"},"natural/cave_entrance":{icon:"maki-triangle",geometry:["point","area"],fields:["fee","access_simple","direction"],tags:{natural:"cave_entrance"},terms:["cavern","hollow","grotto","shelter","cavity"],name:"Cave Entrance"},"natural/cliff":{icon:"maki-triangle",fields:["name","height"],geometry:["point","vertex","line","area"],tags:{natural:"cliff"},terms:["crag","escarpment","rock face","scarp"],name:"Cliff"},"natural/coastline":{geometry:["line"],tags:{natural:"coastline"},terms:["shore"],name:"Coastline"},"natural/fell":{geometry:["area"],tags:{natural:"fell"},terms:[],name:"Fell"},"natural/glacier":{geometry:["area"],tags:{natural:"glacier"},terms:[],name:"Glacier"},"natural/grassland":{geometry:["area"],tags:{natural:"grassland"},terms:["prairie","savanna"],name:"Grassland"},"natural/heath":{geometry:["area"],tags:{natural:"heath"},terms:[],name:"Heath"},"natural/mud":{geometry:["area"],tags:{natural:"mud"},terms:["wetland"],name:"Mud"},"natural/peak":{icon:"maki-mountain",fields:["name","elevation"],geometry:["point","vertex"],tags:{natural:"peak"},terms:["acme","aiguille","alp","climax","crest","crown","hill","mount","mountain","pinnacle","summit","tip","top"],name:"Peak"},"natural/reef":{icon:"temaki-beach",geometry:["point","area"],tags:{natural:"reef"},terms:["barrier","coral","ocean","sand","shoal"],name:"Reef"},"natural/ridge":{geometry:["line"],tags:{natural:"ridge"},terms:["crest"],name:"Ridge"},"natural/saddle":{icon:"maki-triangle-stroked",fields:["elevation"],geometry:["point","vertex"],tags:{natural:"saddle"},terms:["pass","mountain pass","top"],name:"Saddle"},"natural/sand":{geometry:["area"],tags:{natural:"sand"},terms:["desert"],name:"Sand"},"natural/scree":{geometry:["area"],tags:{natural:"scree"},terms:["loose rocks"],name:"Scree"},"natural/scrub":{geometry:["area"],tags:{natural:"scrub"},terms:["bush","shrubs"],name:"Scrub"},"natural/spring":{icon:"maki-water",fields:["name","intermittent"],geometry:["point","vertex"],tags:{natural:"spring"},terms:[],name:"Spring"},"natural/tree_row":{icon:"maki-park",fields:["leaf_type","leaf_cycle","denotation"],geometry:["line"],tags:{natural:"tree_row"},terms:[],name:"Tree row"},"natural/tree":{icon:"maki-park",fields:["leaf_type_singular","leaf_cycle_singular","denotation"],geometry:["point","vertex"],tags:{natural:"tree"},terms:[],name:"Tree"},"natural/volcano":{icon:"maki-volcano",fields:["name","elevation","volcano/status","volcano/type"],geometry:["point","vertex"],tags:{natural:"volcano"},terms:["mountain","crater"],name:"Volcano"},"natural/water":{icon:"maki-water",fields:["water"],geometry:["area"],tags:{natural:"water"},name:"Water"},"natural/water/lake":{icon:"maki-water",fields:["name","intermittent"],geometry:["area"],tags:{natural:"water",water:"lake"},reference:{key:"natural",value:"water"},terms:["lakelet","loch","mere"],name:"Lake"},"natural/water/pond":{icon:"maki-water",fields:["name","intermittent"],geometry:["area"],tags:{natural:"water",water:"pond"},reference:{key:"natural",value:"water"},terms:["lakelet","millpond","tarn","pool","mere"],name:"Pond"},"natural/water/reservoir":{icon:"maki-water",fields:["name","intermittent"],geometry:["area"],tags:{natural:"water",water:"reservoir"},reference:{key:"natural",value:"water"},name:"Reservoir"},"natural/wetland":{icon:"maki-wetland",fields:["wetland"],geometry:["point","area"],tags:{natural:"wetland"},terms:["bog","marsh","reedbed","swamp","tidalflat"],name:"Wetland"},"natural/wood":{icon:"maki-park-alt1",fields:["name","leaf_type","leaf_cycle"],geometry:["point","area"],tags:{natural:"wood"},terms:["tree"],name:"Wood"},"noexit/yes":{icon:"maki-barrier",geometry:["vertex"],terms:["no exit","road end","dead end"],tags:{noexit:"yes"},reference:{key:"noexit",value:"*"},name:"No Exit"},office:{icon:"maki-suitcase",fields:["name","office","address","building_area","opening_hours","smoking"],geometry:["point","vertex","area"],tags:{office:"*"},terms:[],name:"Office"},"office/administrative":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"administrative"},terms:[],searchable:false,name:"Administrative Office"},"office/physician":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"physician"},searchable:false,name:"Physician"},"office/travel_agent":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"travel_agent"},reference:{key:"shop",value:"travel_agency"},terms:[],name:"Travel Agency",searchable:false},"office/accountant":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"accountant"},terms:[],name:"Accountant Office"},"office/adoption_agency":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"adoption_agency"},terms:[],name:"Adoption Agency"},"office/advertising_agency":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"advertising_agency"},terms:["ad","ad agency","advert agency","advertising","marketing"],name:"Advertising Agency"},"office/architect":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"architect"},terms:[],name:"Architect Office"},"office/association":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"association"},terms:["association","non-profit","nonprofit","organization","society"],name:"Nonprofit Organization Office"},"office/charity":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"charity"},terms:["charitable organization"],name:"Charity Office"},"office/company":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours","smoking"],geometry:["point","area"],tags:{office:"company"},terms:[],name:"Corporate Office"},"office/coworking":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],terms:["coworking","office"],tags:{office:"coworking"},reference:{key:"amenity",value:"coworking_space"},name:"Coworking Space"},"office/educational_institution":{icon:"maki-school",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"educational_institution"},terms:[],name:"Educational Institution"},"office/employment_agency":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"employment_agency"},terms:["job"],name:"Employment Agency"},"office/energy_supplier":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"energy_supplier"},terms:["electricity","energy company","energy utility","gas utility"],name:"Energy Supplier Office"},"office/estate_agent":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"estate_agent"},terms:[],name:"Real Estate Office"},"office/financial":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"financial"},terms:[],name:"Financial Office"},"office/forestry":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"forestry"},terms:["forest","ranger"],name:"Forestry Office"},"office/foundation":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"foundation"},terms:[],name:"Foundation Office"},"office/government":{icon:"maki-town-hall",fields:["name","government","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"government"},terms:[],name:"Government Office"},"office/government/register_office":{icon:"maki-town-hall",fields:["name","address","building_area","opening_hours","operator"],geometry:["point","area"],terms:["clerk","marriage","death","birth","certificate"],tags:{office:"government",government:"register_office"},reference:{key:"government",value:"register_office"},name:"Register Office"},"office/government/tax":{icon:"maki-town-hall",fields:["name","address","building_area","opening_hours","operator"],geometry:["point","area"],terms:["fiscal authorities","revenue office","tax office"],tags:{office:"government",government:"tax"},reference:{key:"government",value:"tax"},name:"Tax and Revenue Office"},"office/guide":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"guide"},terms:["dive guide","mountain guide","tour guide"],name:"Tour Guide Office"},"office/insurance":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"insurance"},terms:[],name:"Insurance Office"},"office/it":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"it"},terms:["computer","information","software","technology"],name:"Information Technology Office"},"office/lawyer":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"lawyer"},terms:[],name:"Law Office"},"office/lawyer/notary":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"lawyer",lawyer:"notary"},reference:{key:"office",value:"notary"},searchable:false,name:"Notary Office"},"office/moving_company":{icon:"maki-warehouse",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"moving_company"},terms:["relocation"],name:"Moving Company Office"},"office/newspaper":{icon:"maki-library",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"newspaper"},terms:[],name:"Newspaper Office"},"office/ngo":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours","smoking"],geometry:["point","area"],tags:{office:"ngo"},terms:["ngo","non government","non-government","organization","organisation"],name:"NGO Office"},"office/notary":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"notary"},terms:["clerk","deeds","estate","signature","wills"],name:"Notary Office"},"office/political_party":{icon:"maki-town-hall",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"political_party"},terms:[],name:"Political Party"},"office/private_investigator":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"private_investigator"},terms:["PI","private eye","private detective"],name:"Private Investigator Office"},"office/quango":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"quango"},terms:["ngo","non government","non-government","organization","organisation","quasi autonomous","quasi-autonomous"],name:"Quasi-NGO Office"},"office/research":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"research"},terms:[],name:"Research Office"},"office/surveyor":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"surveyor"},terms:[],name:"Surveyor Office"},"office/tax_advisor":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"tax_advisor"},terms:["tax","tax consultant"],name:"Tax Advisor Office"},"office/telecommunication":{icon:"maki-telephone",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"telecommunication"},terms:["communication","internet","phone","voice"],name:"Telecom Office"},"office/therapist":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"therapist"},terms:["therapy"],name:"Therapist Office"},"office/water_utility":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours","operator"],geometry:["point","area"],tags:{office:"water_utility"},terms:["water board","utility"],name:"Water Utility Office"},piste:{icon:"maki-skiing",fields:["name","piste/type","piste/difficulty","piste/grooming","oneway","lit"],geometry:["point","line","area"],terms:["ski","sled","sleigh","snowboard","nordic","downhill","snowmobile"],tags:{"piste:type":"*"},name:"Piste/Ski Trail"},"place/farm":{icon:"maki-farm",geometry:["point","area"],fields:["name"],tags:{place:"farm"},name:"Farm",searchable:false},"place/city":{icon:"maki-city",fields:["name","population"],geometry:["point","area"],tags:{place:"city"},name:"City"},"place/hamlet":{icon:"maki-triangle-stroked",fields:["name","population"],geometry:["point","area"],tags:{place:"hamlet"},name:"Hamlet"},"place/island":{icon:"maki-mountain",geometry:["point","area"],fields:["name"],terms:["archipelago","atoll","bar","cay","isle","islet","key","reef"],tags:{place:"island"},name:"Island"},"place/islet":{icon:"maki-mountain",geometry:["point","area"],fields:["name"],terms:["archipelago","atoll","bar","cay","isle","islet","key","reef"],tags:{place:"islet"},name:"Islet"},"place/isolated_dwelling":{icon:"maki-home",geometry:["point","area"],fields:["name"],tags:{place:"isolated_dwelling"},name:"Isolated Dwelling"},"place/locality":{icon:"maki-triangle-stroked",geometry:["point","area"],fields:["name"],tags:{place:"locality"},name:"Locality"},"place/neighbourhood":{icon:"maki-triangle-stroked",fields:["name","population"],geometry:["point","area"],tags:{place:"neighbourhood"},terms:["neighbourhood"],name:"Neighborhood"},"place/plot":{icon:"maki-triangle-stroked",fields:["name"],geometry:["point","area"],tags:{place:"plot"},terms:["tract","land","lot","parcel"],name:"Plot"},"place/quarter":{icon:"maki-triangle-stroked",fields:["name","population"],geometry:["point","area"],tags:{place:"quarter"},terms:["boro","borough","quarter"],name:"Sub-Borough / Quarter"},"place/square":{geometry:["point","area"],fields:["name"],tags:{place:"square"},name:"Square"},"place/suburb":{icon:"maki-triangle-stroked",fields:["name","population"],geometry:["point","area"],tags:{place:"suburb"},terms:["boro","borough","quarter"],name:"Borough / Suburb"},"place/town":{icon:"maki-town",fields:["name","population"],geometry:["point","area"],tags:{place:"town"},name:"Town"},"place/village":{icon:"maki-village",fields:["name","population"],geometry:["point","area"],tags:{place:"village"},name:"Village"},"playground/balance_beam":{icon:"maki-playground",geometry:["point","line"],tags:{playground:"balancebeam"},name:"Play Balance Beam"},"playground/basket_spinner":{icon:"maki-playground",geometry:["point"],terms:["basket rotator"],tags:{playground:"basketrotator"},name:"Basket Spinner"},"playground/basket_swing":{icon:"maki-playground",geometry:["point"],tags:{playground:"basketswing"},name:"Basket Swing"},"playground/climbing_frame":{icon:"maki-playground",geometry:["point","area"],tags:{playground:"climbingframe"},name:"Climbing Frame"},"playground/cushion":{icon:"maki-playground",geometry:["point","area"],tags:{playground:"cushion"},name:"Bouncy Cushion"},"playground/horizontal_bar":{icon:"maki-pitch",fields:["height"],geometry:["point"],terms:["high bar"],tags:{playground:"horizontal_bar"},name:"Play Horizontal Bar"},"playground/rocker":{icon:"maki-playground",geometry:["point"],tags:{playground:"springy"},name:"Spring Rider",terms:["spring rocker","springy rocker"]},"playground/roundabout":{icon:"maki-stadium",fields:["bench"],geometry:["point","area"],tags:{playground:"roundabout"},name:"Play Roundabout",terms:["merry-go-round"]},"playground/sandpit":{icon:"maki-playground",geometry:["point","area"],tags:{playground:"sandpit"},name:"Sandpit"},"playground/seesaw":{icon:"maki-playground",geometry:["point"],tags:{playground:"seesaw"},name:"Seesaw"},"playground/slide":{icon:"maki-playground",geometry:["point","line"],tags:{playground:"slide"},name:"Slide"},"playground/structure":{icon:"maki-pitch",geometry:["point","area"],tags:{playground:"structure"},name:"Play Structure"},"playground/swing":{icon:"maki-playground",fields:["playground/baby","wheelchair"],geometry:["point"],tags:{playground:"swing"},name:"Swing"},"playground/zipwire":{icon:"maki-playground",geometry:["point","line"],tags:{playground:"zipwire"},name:"Zip Wire"},point:{fields:["name"],geometry:["point"],tags:{},name:"Point",matchScore:0.1},"power/sub_station":{icon:"temaki-power",fields:["substation","operator","building","ref"],geometry:["point","area"],tags:{power:"sub_station"},reference:{key:"power",value:"substation"},name:"Substation",searchable:false},"power/generator":{icon:"temaki-power",fields:["operator","generator/source","generator/method","generator/type","generator/output/electricity","ref"],geometry:["point","vertex","area"],terms:["hydro","solar","turbine","wind"],tags:{power:"generator"},name:"Power Generator"},"power/generator/source_nuclear":{icon:"temaki-radiation",fields:["operator","generator/source","generator/method","generator/type","generator/output/electricity","ref"],geometry:["point","vertex","area"],terms:["fission","generator","nuclear","nuke","reactor"],tags:{power:"generator","generator:source":"nuclear","generator:method":"fission"},reference:{key:"generator:source",value:"nuclear"},name:"Nuclear Reactor"},"power/generator/source_wind":{icon:"temaki-wind_turbine",fields:["operator","generator/source","generator/method","generator/type","generator/output/electricity","height","ref"],geometry:["point","vertex","area"],terms:["generator","turbine","windmill","wind"],tags:{power:"generator","generator:source":"wind","generator:method":"wind_turbine"},reference:{key:"generator:source",value:"wind"},name:"Wind Turbine"},"power/line":{icon:"iD-power-line",fields:["name","operator","voltage","ref"],geometry:["line"],tags:{power:"line"},name:"Power Line"},"power/minor_line":{icon:"iD-power-line",fields:["name","operator","voltage","ref"],geometry:["line"],tags:{power:"minor_line"},name:"Minor Power Line"},"power/plant":{icon:"maki-industry",fields:["name","operator","address","plant/output/electricity","start_date"],geometry:["area"],tags:{power:"plant"},addTags:{power:"plant",landuse:"industrial"},removeTags:{power:"plant",landuse:"industrial"},terms:["coal","gas","generat*","hydro","nuclear","power","station"],name:"Power Station Grounds"},"power/pole":{fields:["ref"],geometry:["point","vertex"],tags:{power:"pole"},name:"Power Pole"},"power/substation":{icon:"temaki-power",fields:["substation","operator","building","ref"],geometry:["point","area"],tags:{power:"substation"},name:"Substation"},"power/switch":{icon:"temaki-power",fields:["switch","operator","location","cables","voltage","ref"],geometry:["point","vertex","area"],tags:{power:"switch"},name:"Power Switch"},"power/tower":{fields:["ref"],geometry:["vertex"],tags:{power:"tower"},name:"High-Voltage Tower"},"power/transformer":{icon:"temaki-power",fields:["transformer","operator","location","rating","devices","phases","frequency","voltage/primary","voltage/secondary","voltage/tertiary","windings","windings/configuration","ref"],geometry:["point","vertex","area"],tags:{power:"transformer"},name:"Transformer"},"public_transport/linear_platform_aerialway":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",aerialway:"yes"},reference:{key:"public_transport",value:"platform"},terms:["aerialway","cable car","platform","public transit","public transportation","transit","transportation"],name:"Aerialway Stop / Platform"},"public_transport/linear_platform_bus":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",bus:"yes"},addTags:{public_transport:"platform",bus:"yes",highway:"bus_stop"},removeTags:{public_transport:"platform",bus:"yes",highway:"bus_stop"},reference:{key:"public_transport",value:"platform"},terms:["bus","platform","public transit","public transportation","transit","transportation"],name:"Bus Stop / Platform"},"public_transport/linear_platform_ferry":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",ferry:"yes"},reference:{key:"public_transport",value:"platform"},terms:["boat","dock","ferry","pier","platform","public transit","public transportation","transit","transportation"],name:"Ferry Stop / Platform"},"public_transport/linear_platform_light_rail":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",light_rail:"yes"},addTags:{public_transport:"platform",light_rail:"yes",railway:"platform"},removeTags:{public_transport:"platform",light_rail:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["electric","light rail","platform","public transit","public transportation","rail","track","tram","trolley","transit","transportation"],name:"Light Rail Stop / Platform"},"public_transport/linear_platform_monorail":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",monorail:"yes"},addTags:{public_transport:"platform",monorail:"yes",railway:"platform"},removeTags:{public_transport:"platform",monorail:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["monorail","platform","public transit","public transportation","rail","transit","transportation"],name:"Monorail Stop / Platform"},"public_transport/linear_platform_subway":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",subway:"yes"},addTags:{public_transport:"platform",subway:"yes",railway:"platform"},removeTags:{public_transport:"platform",subway:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["metro","platform","public transit","public transportation","rail","subway","track","transit","transportation","underground"],name:"Subway Stop / Platform"},"public_transport/linear_platform_train":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",train:"yes"},addTags:{public_transport:"platform",train:"yes",railway:"platform"},removeTags:{public_transport:"platform",train:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["platform","public transit","public transportation","rail","track","train","transit","transportation"],name:"Train Stop / Platform"},"public_transport/linear_platform_tram":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",tram:"yes"},addTags:{public_transport:"platform",tram:"yes",railway:"platform"},removeTags:{public_transport:"platform",tram:"yes",railway:"platform"},reference:{key:"public_transport",value:"platform"},terms:["electric","light rail","platform","public transit","public transportation","rail","streetcar","track","tram","trolley","transit","transportation"],name:"Tram Stop / Platform"},"public_transport/linear_platform_trolleybus":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",trolleybus:"yes"},addTags:{public_transport:"platform",trolleybus:"yes",highway:"bus_stop"},removeTags:{public_transport:"platform",trolleybus:"yes",highway:"bus_stop"},reference:{key:"public_transport",value:"platform"},terms:["bus","electric","platform","public transit","public transportation","streetcar","trackless","tram","trolley","transit","transportation"],name:"Trolleybus Stop / Platform"},"public_transport/linear_platform":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform"},terms:["platform","public transit","public transportation","transit","transportation"],name:"Transit Stop / Platform",matchScore:0.2},"public_transport/platform_aerialway":{icon:"maki-aerialway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",aerialway:"yes"},reference:{key:"public_transport",value:"platform"},terms:["aerialway","cable car","platform","public transit","public transportation","transit","transportation"],name:"Aerialway Stop / Platform"},"public_transport/platform_bus":{icon:"maki-bus",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",bus:"yes"},addTags:{public_transport:"platform",bus:"yes",highway:"bus_stop"},removeTags:{public_transport:"platform",bus:"yes",highway:"bus_stop"},reference:{key:"public_transport",value:"platform"},terms:["bus","platform","public transit","public transportation","transit","transportation"],name:"Bus Stop / Platform"},"public_transport/platform_ferry":{icon:"maki-ferry",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",ferry:"yes"},reference:{key:"public_transport",value:"platform"},terms:["boat","dock","ferry","pier","platform","public transit","public transportation","transit","transportation"],name:"Ferry Stop / Platform"},"public_transport/platform_light_rail":{icon:"temaki-light_rail",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",light_rail:"yes"},addTags:{public_transport:"platform",light_rail:"yes",railway:"platform"},removeTags:{public_transport:"platform",light_rail:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["electric","light rail","platform","public transit","public transportation","rail","track","tram","trolley","transit","transportation"],name:"Light Rail Stop / Platform"},"public_transport/platform_monorail":{icon:"temaki-monorail",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",monorail:"yes"},addTags:{public_transport:"platform",monorail:"yes",railway:"platform"},removeTags:{public_transport:"platform",monorail:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["monorail","platform","public transit","public transportation","rail","transit","transportation"],name:"Monorail Stop / Platform"},"public_transport/platform_subway":{icon:"temaki-subway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",subway:"yes"},addTags:{public_transport:"platform",subway:"yes",railway:"platform"},removeTags:{public_transport:"platform",subway:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["metro","platform","public transit","public transportation","rail","subway","track","transit","transportation","underground"],name:"Subway Stop / Platform"},"public_transport/platform_train":{icon:"maki-rail",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",train:"yes"},addTags:{public_transport:"platform",train:"yes",railway:"platform"},removeTags:{public_transport:"platform",train:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["platform","public transit","public transportation","rail","track","train","transit","transportation"],name:"Train Stop / Platform"},"public_transport/platform_tram":{icon:"temaki-tram",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",tram:"yes"},addTags:{public_transport:"platform",tram:"yes",railway:"platform"},removeTags:{public_transport:"platform",tram:"yes",railway:"platform"},reference:{key:"public_transport",value:"platform"},terms:["electric","light rail","platform","public transit","public transportation","rail","streetcar","track","tram","trolley","transit","transportation"],name:"Tram Stop / Platform"},"public_transport/platform_trolleybus":{icon:"temaki-trolleybus",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",trolleybus:"yes"},addTags:{public_transport:"platform",trolleybus:"yes",highway:"bus_stop"},removeTags:{public_transport:"platform",trolleybus:"yes",highway:"bus_stop"},reference:{key:"public_transport",value:"platform"},terms:["bus","electric","platform","public transit","public transportation","streetcar","trackless","tram","trolley","transit","transportation"],name:"Trolleybus Stop / Platform"},"public_transport/platform":{icon:"maki-bus",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform"},terms:["platform","public transit","public transportation","transit","transportation"],name:"Transit Stop / Platform",matchScore:0.2},"public_transport/station_aerialway":{icon:"maki-aerialway",fields:["name","network","operator","aerialway/access","aerialway/summer/access","elevation","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",aerialway:"yes"},reference:{key:"aerialway",value:"station"},terms:["aerialway","cable car","public transit","public transportation","station","terminal","transit","transportation"],name:"Aerialway Station"},"public_transport/station_bus":{icon:"maki-bus",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",bus:"yes"},addTags:{public_transport:"station",bus:"yes",amenity:"bus_station"},removeTags:{public_transport:"station",bus:"yes",amenity:"bus_station"},reference:{key:"amenity",value:"bus_station"},terms:["bus","public transit","public transportation","station","terminal","transit","transportation"],name:"Bus Station / Terminal"},"public_transport/station_ferry":{icon:"maki-ferry",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",ferry:"yes"},addTags:{public_transport:"station",ferry:"yes",amenity:"ferry_terminal"},removeTags:{public_transport:"station",ferry:"yes",amenity:"ferry_terminal"},reference:{key:"amenity",value:"ferry_terminal"},terms:["boat","dock","ferry","pier","public transit","public transportation","station","terminal","transit","transportation"],name:"Ferry Station / Terminal"},"public_transport/station_light_rail":{icon:"temaki-light_rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",light_rail:"yes"},addTags:{public_transport:"station",light_rail:"yes",railway:"station",station:"light_rail"},removeTags:{public_transport:"station",light_rail:"yes",railway:"station",station:"light_rail"},reference:{key:"station",value:"light_rail"},terms:["electric","light rail","public transit","public transportation","rail","station","terminal","track","tram","trolley","transit","transportation"],name:"Light Rail Station"},"public_transport/station_monorail":{icon:"temaki-monorail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",monorail:"yes"},addTags:{public_transport:"station",monorail:"yes",railway:"station"},removeTags:{public_transport:"station",monorail:"yes",railway:"station"},reference:{key:"railway",value:"station"},terms:["monorail","public transit","public transportation","rail","station","terminal","transit","transportation"],name:"Monorail Station"},"public_transport/station_subway":{icon:"temaki-subway",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",subway:"yes"},addTags:{public_transport:"station",subway:"yes",railway:"station",station:"subway"},removeTags:{public_transport:"station",subway:"yes",railway:"station",station:"subway"},reference:{key:"station",value:"subway"},terms:["metro","public transit","public transportation","rail","station","subway","terminal","track","transit","transportation","underground"],name:"Subway Station"},"public_transport/station_train_halt":{icon:"maki-rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",train:"yes",railway:"halt"},reference:{key:"railway",value:"halt"},terms:["halt","public transit","public transportation","rail","station","track","train","transit","transportation","whistle stop"],name:"Train Station (Halt / Request)"},"public_transport/station_train":{icon:"maki-rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",train:"yes"},addTags:{public_transport:"station",train:"yes",railway:"station"},removeTags:{public_transport:"station",train:"yes",railway:"station"},reference:{key:"railway",value:"station"},terms:["public transit","public transportation","rail","station","terminal","track","train","transit","transportation"],name:"Train Station"},"public_transport/station_tram":{icon:"temaki-tram",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",tram:"yes"},reference:{key:"public_transport",value:"station"},terms:["electric","light rail","public transit","public transportation","rail","station","streetcar","terminal","track","tram","trolley","transit","transportation"],name:"Tram Station"},"public_transport/station_trolleybus":{icon:"temaki-trolleybus",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",trolleybus:"yes"},addTags:{public_transport:"station",trolleybus:"yes",amenity:"bus_station"},removeTags:{public_transport:"station",trolleybus:"yes",amenity:"bus_station"},reference:{key:"amenity",value:"bus_station"},terms:["bus","electric","public transit","public transportation","station","streetcar","terminal","trackless","tram","trolley","transit","transportation"],name:"Trolleybus Station / Terminal"},"public_transport/station":{icon:"maki-rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station"},terms:["public transit","public transportation","station","terminal","transit","transportation"],name:"Transit Station",matchScore:0.2},"public_transport/stop_area":{icon:"maki-bus",fields:["name","ref","network","operator"],geometry:["relation"],tags:{type:"public_transport",public_transport:"stop_area"},addTags:{type:"public_transport",public_transport:"stop_area","public_transport:version":"2"},removeTags:{type:"public_transport",public_transport:"stop_area","public_transport:version":"2"},reference:{key:"public_transport",value:"stop_area"},name:"Transit Stop Area"},"public_transport/stop_position_aerialway":{icon:"maki-aerialway",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",aerialway:"yes"},reference:{key:"public_transport",value:"stop_position"},terms:["aerialway","cable car","public transit","public transportation","transit","transportation"],name:"Aerialway Stopping Location"},"public_transport/stop_position_bus":{icon:"maki-bus",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",bus:"yes"},reference:{key:"public_transport",value:"stop_position"},terms:["bus","public transit","public transportation","transit","transportation"],name:"Bus Stopping Location"},"public_transport/stop_position_ferry":{icon:"maki-ferry",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",ferry:"yes"},reference:{key:"public_transport",value:"stop_position"},terms:["boat","dock","ferry","pier","public transit","public transportation","transit","transportation"],name:"Ferry Stopping Location"},"public_transport/stop_position_light_rail":{icon:"temaki-light_rail",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",light_rail:"yes"},addTags:{public_transport:"stop_position",light_rail:"yes",railway:"stop"},removeTags:{public_transport:"stop_position",light_rail:"yes",railway:"stop"},reference:{key:"railway",value:"stop"},terms:["electric","light rail","public transit","public transportation","rail","track","tram","trolley","transit","transportation"],name:"Light Rail Stopping Location"},"public_transport/stop_position_monorail":{icon:"temaki-monorail",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",monorail:"yes"},addTags:{public_transport:"stop_position",monorail:"yes",railway:"stop"},removeTags:{public_transport:"stop_position",monorail:"yes",railway:"stop"},reference:{key:"railway",value:"stop"},terms:["monorail","public transit","public transportation","rail","transit","transportation"],name:"Monorail Stopping Location"},"public_transport/stop_position_subway":{icon:"temaki-subway",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",subway:"yes"},addTags:{public_transport:"stop_position",subway:"yes",railway:"stop"},removeTags:{public_transport:"stop_position",subway:"yes",railway:"stop"},reference:{key:"railway",value:"stop"},terms:["metro","public transit","public transportation","rail","subway","track","transit","transportation","underground"],name:"Subway Stopping Location"},"public_transport/stop_position_train":{icon:"maki-rail",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",train:"yes"},addTags:{public_transport:"stop_position",train:"yes",railway:"stop"},removeTags:{public_transport:"stop_position",train:"yes",railway:"stop"},reference:{key:"railway",value:"stop"},terms:["public transit","public transportation","rail","track","train","transit","transportation"],name:"Train Stopping Location"},"public_transport/stop_position_tram":{icon:"temaki-tram",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",tram:"yes"},addTags:{public_transport:"stop_position",tram:"yes",railway:"tram_stop"},removeTags:{public_transport:"stop_position",tram:"yes",railway:"tram_stop"},reference:{key:"public_transport",value:"stop_position"},terms:["electric","light rail","public transit","public transportation","rail","streetcar","track","tram","trolley","transit","transportation"],name:"Tram Stopping Location"},"public_transport/stop_position_trolleybus":{icon:"temaki-trolleybus",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",trolleybus:"yes"},reference:{key:"public_transport",value:"stop_position"},terms:["bus","electric","public transit","public transportation","streetcar","trackless","tram","trolley","transit","transportation"],name:"Trolleybus Stopping Location"},"public_transport/stop_position":{icon:"maki-bus",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position"},terms:["public transit","public transportation","transit","transportation"],name:"Transit Stopping Location",matchScore:0.2},"railway/halt":{icon:"maki-rail",geometry:["point","vertex"],tags:{railway:"halt"},terms:["break","interrupt","rest","wait","interruption"],name:"Train Station (Halt / Request)",searchable:false},"railway/platform":{icon:"iD-highway-footway",fields:["name","ref_platform","surface","lit","shelter"],geometry:["line","area"],tags:{railway:"platform"},name:"Train Stop / Platform",searchable:false},"railway/station":{icon:"maki-rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","vertex","area"],tags:{railway:"station"},terms:["train station","station"],name:"Train Station",searchable:false},"railway/tram_stop":{icon:"temaki-tram",fields:["name","network","operator"],geometry:["vertex"],tags:{railway:"tram_stop"},terms:["light rail","streetcar","tram","trolley"],name:"Tram Stopping Position",searchable:false},"railway/abandoned":{icon:"iD-railway-abandoned",fields:["name","structure","service_rail","usage_rail"],geometry:["line"],tags:{railway:"abandoned"},terms:[],name:"Abandoned Railway"},"railway/buffer_stop":{icon:"temaki-buffer_stop",geometry:["vertex"],tags:{railway:"buffer_stop"},terms:["stop","halt","buffer"],name:"Buffer Stop"},"railway/crossing":{icon:"maki-cross",geometry:["vertex"],tags:{railway:"crossing"},terms:["crossing","pedestrian crossing","railroad crossing","level crossing","grade crossing","path through railroad","train crossing"],name:"Railway Crossing (Path)"},"railway/derail":{icon:"maki-roadblock",geometry:["vertex"],tags:{railway:"derail"},terms:["derailer"],name:"Railway Derailer"},"railway/disused":{icon:"iD-railway-disused",fields:["structure","service_rail","usage_rail"],geometry:["line"],tags:{railway:"disused"},terms:[],name:"Disused Railway"},"railway/funicular":{icon:"iD-railway-rail",geometry:["line"],terms:["venicular","cliff railway","cable car","cable railway","funicular railway"],fields:["structure","gauge","service_rail"],tags:{railway:"funicular"},name:"Funicular"},"railway/level_crossing":{icon:"maki-cross",geometry:["vertex"],tags:{railway:"level_crossing"},terms:["crossing","railroad crossing","level crossing","grade crossing","road through railroad","train crossing"],name:"Railway Crossing (Road)"},"railway/light_rail":{icon:"iD-railway-light-rail",fields:["name","structure","gauge","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"light_rail"},terms:["light rail","streetcar","trolley"],name:"Light Rail"},"railway/milestone":{icon:"temaki-milestone",geometry:["point","vertex"],fields:["railway/position"],tags:{railway:"milestone"},terms:["milestone","marker"],name:"Railway Milestone"},"railway/miniature":{icon:"iD-railway-rail",geometry:["line"],tags:{railway:"miniature"},fields:["name","structure","gauge","electrified","service_rail"],terms:["rideable miniature railway","narrow gauge railway","minimum gauge railway"],name:"Miniature Railway"},"railway/monorail":{icon:"iD-railway-monorail",fields:["name","structure","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"monorail"},terms:[],name:"Monorail"},"railway/narrow_gauge":{icon:"iD-railway-rail",fields:["name","structure","gauge","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"narrow_gauge"},terms:["narrow gauge railway","narrow gauge railroad"],name:"Narrow Gauge Rail"},"railway/rail":{icon:"iD-railway-rail",fields:["name","structure","gauge","electrified","maxspeed","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"rail"},terms:[],name:"Rail"},"railway/signal":{icon:"temaki-railway_signals",geometry:["point","vertex"],fields:["railway/position","railway/signal/direction","ref"],tags:{railway:"signal"},terms:["signal","lights"],name:"Railway Signal"},"railway/subway_entrance":{icon:"maki-entrance",geometry:["point","vertex"],fields:["name"],tags:{railway:"subway_entrance"},terms:["metro","transit"],name:"Subway Entrance"},"railway/subway":{icon:"iD-railway-subway",fields:["name","structure","gauge","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"subway"},terms:["metro","transit"],name:"Subway"},"railway/switch":{icon:"temaki-junction",geometry:["vertex"],tags:{railway:"switch"},terms:["switch","points"],name:"Railway Switch"},"railway/train_wash":{icon:"maki-rail",geometry:["point","vertex","area"],fields:["operator","building_area"],tags:{railway:"wash"},terms:["wash","clean"],name:"Train Wash"},"railway/tram":{icon:"iD-railway-light-rail",fields:["name","structure","gauge","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"tram"},terms:["light rail","streetcar","tram","trolley"],name:"Tram"},relation:{icon:"iD-relation",fields:["name","relation"],geometry:["relation"],tags:{},name:"Relation"},"route/ferry":{icon:"iD-ferry-line",geometry:["line"],fields:["name","operator","duration","access"],tags:{route:"ferry"},name:"Ferry Route"},shop:{icon:"maki-shop",fields:["name","shop","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"*"},terms:[],name:"Shop"},"shop/fishmonger":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"fishmonger"},reference:{key:"shop",value:"seafood"},name:"Fishmonger",searchable:false},"shop/furnace":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["oven","stove"],tags:{shop:"furnace"},name:"Furnace Store",searchable:false},"shop/vacant":{icon:"maki-shop",fields:["name","address","building_area"],geometry:["point","area"],tags:{shop:"vacant"},name:"Vacant Shop",searchable:false},"shop/agrarian":{icon:"maki-shop",fields:["name","operator","agrarian","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["agricultural inputs","agricultural machines","seeds","pesticides","fertilizer","agricultural tools"],tags:{shop:"agrarian"},name:"Farm Supply Shop"},"shop/alcohol":{icon:"maki-alcohol-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],geometry:["point","area"],terms:["alcohol","beer","booze","wine"],tags:{shop:"alcohol"},name:"Liquor Store"},"shop/anime":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"anime"},terms:["manga","japan","cosplay","figurine","dakimakura"],name:"Anime Shop"},"shop/antiques":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"antiques"},name:"Antiques Shop"},"shop/appliance":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["air conditioner","appliance","dishwasher","dryer","freezer","fridge","grill","kitchen","oven","refrigerator","stove","washer","washing machine"],tags:{shop:"appliance"},name:"Appliance Store"},"shop/art":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["art*","exhibit*","gallery"],tags:{shop:"art"},name:"Art Store"},"shop/baby_goods":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"baby_goods"},name:"Baby Goods Store"},"shop/bag":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["handbag","purse"],tags:{shop:"bag"},name:"Bag/Luggage Store"},"shop/bakery":{icon:"maki-bakery",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"bakery"},name:"Bakery"},"shop/bathroom_furnishing":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"bathroom_furnishing"},name:"Bathroom Furnishing Store"},"shop/beauty":{icon:"maki-shop",fields:["name","operator","address","building_area","beauty","opening_hours","payment_multi"],geometry:["point","area"],terms:["spa","salon","tanning"],tags:{shop:"beauty"},name:"Beauty Shop"},"shop/beauty/nails":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["manicure","pedicure"],tags:{shop:"beauty",beauty:"nails"},reference:{key:"shop",value:"beauty"},name:"Nail Salon"},"shop/beauty/tanning":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"beauty",beauty:"tanning"},reference:{key:"leisure",value:"tanning_salon"},name:"Tanning Salon"},"shop/bed":{icon:"maki-lodging",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"bed"},name:"Bedding/Mattress Store"},"shop/beverages":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"beverages"},name:"Beverage Store"},"shop/bicycle":{icon:"maki-bicycle",fields:["name","operator","address","building_area","service/bicycle","opening_hours","payment_multi"],geometry:["point","area"],terms:["bike","repair"],tags:{shop:"bicycle"},name:"Bicycle Shop"},"shop/bookmaker":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["betting"],tags:{shop:"bookmaker"},name:"Bookmaker"},"shop/books":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{shop:"books"},name:"Book Store"},"shop/boutique":{icon:"maki-shop",fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"boutique"},name:"Boutique"},"shop/butcher":{icon:"maki-slaughterhouse",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["meat"],tags:{shop:"butcher"},name:"Butcher"},"shop/candles":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"candles"},name:"Candle Shop"},"shop/car_parts":{icon:"maki-car",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["auto"],tags:{shop:"car_parts"},name:"Car Parts Store"},"shop/car_repair":{icon:"maki-car",fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],geometry:["point","area"],terms:["auto","garage","service"],tags:{shop:"car_repair"},name:"Car Repair Shop"},"shop/car":{icon:"maki-car",fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],geometry:["point","area"],terms:["auto"],tags:{shop:"car"},name:"Car Dealership"},"shop/carpet":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["rug"],tags:{shop:"carpet"},name:"Carpet Store"},"shop/charity":{icon:"maki-shop",fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],geometry:["point","area"],terms:["thrift","op shop","nonprofit"],tags:{shop:"charity"},name:"Charity Store"},"shop/cheese":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"cheese"},name:"Cheese Store"},"shop/chemist":{icon:"maki-grocery",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"chemist"},terms:["med*","drug*","gift"],name:"Drugstore"},"shop/chocolate":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"chocolate"},name:"Chocolate Store"},"shop/clothes":{icon:"maki-clothing-store",fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"clothes"},name:"Clothing Store"},"shop/coffee":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"coffee"},name:"Coffee Store"},"shop/computer":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"computer"},name:"Computer Store"},"shop/confectionery":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["sweet"],tags:{shop:"confectionery"},name:"Candy Store"},"shop/convenience":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"convenience"},name:"Convenience Store"},"shop/copyshop":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"copyshop"},name:"Copy Store"},"shop/cosmetics":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"cosmetics"},name:"Cosmetics Store"},"shop/craft":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"craft"},terms:["art*","paint*","frame"],name:"Arts and Crafts Store"},"shop/curtain":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["drape*","window"],tags:{shop:"curtain"},name:"Curtain Store"},"shop/dairy":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["milk","egg","cheese"],tags:{shop:"dairy"},name:"Dairy Store"},"shop/deli":{icon:"maki-restaurant",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["lunch","meat","sandwich"],tags:{shop:"deli"},name:"Deli"},"shop/department_store":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"department_store"},name:"Department Store"},"shop/doityourself":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"doityourself"},name:"DIY Store"},"shop/dry_cleaning":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"dry_cleaning"},name:"Dry Cleaner"},"shop/e-cigarette":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"e-cigarette"},terms:["electronic","vapor"],name:"E-Cigarette Shop"},"shop/electronics":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["appliance","audio","blueray","camera","computer","dvd","home theater","radio","speaker","tv","video"],tags:{shop:"electronics"},name:"Electronics Store"},"shop/erotic":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["sex","porn"],tags:{shop:"erotic"},name:"Erotic Store"},"shop/fabric":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["sew"],tags:{shop:"fabric"},name:"Fabric Store"},"shop/farm":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["farm shop","farm stand"],tags:{shop:"farm"},name:"Produce Stand"},"shop/fashion":{icon:"maki-shop",fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"fashion"},name:"Fashion Store"},"shop/florist":{icon:"maki-florist",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["flower"],tags:{shop:"florist"},name:"Florist"},"shop/frame":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"frame"},terms:["art*","paint*","photo*","frame"],name:"Framing Shop"},"shop/funeral_directors":{icon:"maki-cemetery",fields:["name","operator","address","building_area","religion","denomination"],geometry:["point","area"],terms:["undertaker","memorial home"],tags:{shop:"funeral_directors"},name:"Funeral Home"},"shop/furniture":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["chair","sofa","table"],tags:{shop:"furniture"},name:"Furniture Store"},"shop/garden_centre":{icon:"maki-garden-center",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["landscape","mulch","shrub","tree"],tags:{shop:"garden_centre"},name:"Garden Center"},"shop/gas":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["cng","lpg","natural gas","propane","refill","tank"],tags:{shop:"gas"},name:"Bottled Gas Shop"},"shop/gift":{icon:"maki-gift",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["souvenir"],tags:{shop:"gift"},name:"Gift Shop"},"shop/greengrocer":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["fruit","vegetable"],tags:{shop:"greengrocer"},name:"Greengrocer"},"shop/hairdresser":{icon:"maki-hairdresser",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["barber"],tags:{shop:"hairdresser"},name:"Hairdresser"},"shop/hardware":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"hardware"},name:"Hardware Store"},"shop/health_food":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["wholefood","vitamins","vegetarian","vegan"],tags:{shop:"health_food"},name:"Health Food Shop"},"shop/hearing_aids":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"hearing_aids"},name:"Hearing Aids Store"},"shop/herbalist":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"herbalist"},name:"Herbalist"},"shop/hifi":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["stereo","video"],tags:{shop:"hifi"},name:"Hifi Store"},"shop/houseware":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["home","household"],tags:{shop:"houseware"},name:"Houseware Store"},"shop/interior_decoration":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"interior_decoration"},name:"Interior Decoration Store"},"shop/jewelry":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["diamond","gem","ring"],tags:{shop:"jewelry"},name:"Jeweler"},"shop/kiosk":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"kiosk"},name:"Kiosk"},"shop/kitchen":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"kitchen"},name:"Kitchen Design Store"},"shop/laundry":{icon:"maki-laundry",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"laundry"},name:"Laundry"},"shop/leather":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"leather"},name:"Leather Store"},"shop/locksmith":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["key","lockpick"],tags:{shop:"locksmith"},name:"Locksmith"},"shop/lottery":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"lottery"},name:"Lottery Shop"},"shop/mall":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["shopping"],tags:{shop:"mall"},name:"Mall"},"shop/massage":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"massage"},name:"Massage Shop"},"shop/medical_supply":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"medical_supply"},name:"Medical Supply Store"},"shop/mobile_phone":{icon:"maki-mobile-phone",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"mobile_phone"},name:"Mobile Phone Store"},"shop/money_lender":{icon:"maki-bank",fields:["name","operator","address","building_area","opening_hours","currency_multi"],geometry:["point","area"],tags:{shop:"money_lender"},name:"Money Lender"},"shop/motorcycle_repair":{icon:"fas-motorcycle",fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],geometry:["point","area"],terms:["auto","bike","garage","motorcycle","repair","service"],tags:{shop:"motorcycle_repair"},name:"Motorcycle Repair Shop"},"shop/motorcycle":{icon:"fas-motorcycle",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["bike"],tags:{shop:"motorcycle"},name:"Motorcycle Dealership"},"shop/music":{icon:"maki-music",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["CD","vinyl"],tags:{shop:"music"},name:"Music Store"},"shop/musical_instrument":{icon:"maki-music",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["guitar"],tags:{shop:"musical_instrument"},name:"Musical Instrument Store"},"shop/newsagent":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"newsagent"},name:"Newspaper/Magazine Shop"},"shop/nutrition_supplements":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"nutrition_supplements"},name:"Nutrition Supplements Store"},"shop/optician":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["eye","glasses"],tags:{shop:"optician"},name:"Optician"},"shop/organic":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"supermarket",organic:"only"},name:"Organic Goods Store"},"shop/outdoor":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["camping","climbing","hiking"],tags:{shop:"outdoor"},name:"Outdoors Store"},"shop/paint":{icon:"maki-water",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"paint"},name:"Paint Store"},"shop/pastry":{icon:"maki-bakery",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"pastry"},terms:["patisserie","cake shop","cakery"],name:"Pastry Shop"},"shop/pawnbroker":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"pawnbroker"},name:"Pawn Shop"},"shop/perfumery":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"perfumery"},name:"Perfume Store"},"shop/pet_grooming":{icon:"maki-dog-park",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["dog"],tags:{shop:"pet_grooming"},name:"Pet Grooming Store"},"shop/pet":{icon:"maki-dog-park",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["animal","cat","dog","fish","kitten","puppy","reptile"],tags:{shop:"pet"},name:"Pet Store"},"shop/photo":{icon:"maki-attraction",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["camera","film"],tags:{shop:"photo"},name:"Photography Store"},"shop/pyrotechnics":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"pyrotechnics"},name:"Fireworks Store"},"shop/radiotechnics":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"radiotechnics"},name:"Radio/Electronic Component Store"},"shop/religion":{icon:"maki-shop",fields:["name","operator","address","building_area","religion","denomination","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"religion"},name:"Religious Store"},"shop/scuba_diving":{icon:"maki-swimming",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"scuba_diving"},name:"Scuba Diving Shop"},"shop/seafood":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["fishmonger"],tags:{shop:"seafood"},name:"Seafood Shop"},"shop/second_hand":{icon:"maki-shop",fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],geometry:["point","area"],terms:["secondhand","second hand","resale","thrift","used"],tags:{shop:"second_hand"},name:"Consignment/Thrift Store"},"shop/shoes":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"shoes"},name:"Shoe Store"},"shop/sports":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"sports"},name:"Sporting Goods Store"},"shop/stationery":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["card","paper"],tags:{shop:"stationery"},name:"Stationery Store"},"shop/storage_rental":{icon:"maki-shop",fields:["name","operator","address","building","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"storage_rental"},name:"Storage Rental"},"shop/supermarket":{icon:"maki-grocery",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["grocery","store","shop"],tags:{shop:"supermarket"},name:"Supermarket"},"shop/tailor":{icon:"maki-clothing-store",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["clothes","suit"],tags:{shop:"tailor"},name:"Tailor"},"shop/tattoo":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tattoo"},name:"Tattoo Parlor"},"shop/tea":{icon:"maki-teahouse",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tea"},name:"Tea Store"},"shop/ticket":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"ticket"},name:"Ticket Seller"},"shop/tiles":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tiles"},name:"Tile Shop"},"shop/tobacco":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tobacco"},name:"Tobacco Shop"},"shop/toys":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"toys"},name:"Toy Store"},"shop/trade":{icon:"maki-shop",fields:["name","trade","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"trade"},name:"Trade Shop"},"shop/travel_agency":{icon:"maki-suitcase",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"travel_agency"},name:"Travel Agency"},"shop/tyres":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tyres"},name:"Tire Store"},"shop/vacuum_cleaner":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"vacuum_cleaner"},name:"Vacuum Cleaner Store"},"shop/variety_store":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"variety_store"},name:"Variety Store"},"shop/video_games":{icon:"maki-gaming",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"video_games"},name:"Video Game Store"},"shop/video":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["DVD"],tags:{shop:"video"},name:"Video Store"},"shop/watches":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"watches"},name:"Watches Shop"},"shop/water_sports":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"water_sports"},name:"Watersport/Swim Shop"},"shop/weapons":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["ammo","gun","knife","knives"],tags:{shop:"weapons"},name:"Weapon Shop"},"shop/wholesale":{icon:"maki-warehouse",fields:["name","operator","wholesale","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["warehouse club","cash and carry"],tags:{shop:"wholesale"},name:"Wholesale Store"},"shop/window_blind":{icon:"temaki-window",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"window_blind"},name:"Window Blind Store"},"shop/wine":{icon:"maki-alcohol-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"wine"},name:"Wine Shop"},tourism:{icon:"maki-attraction",fields:["name","tourism"],geometry:["point","vertex","area"],tags:{tourism:"*"},name:"Tourism"},"tourism/alpine_hut":{icon:"maki-lodging",fields:["name","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],terms:["climbing hut"],tags:{tourism:"alpine_hut"},name:"Alpine Hut"},"tourism/apartment":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"apartment"},name:"Guest Apartment / Condo"},"tourism/aquarium":{icon:"maki-aquarium",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["fish","sea","water"],tags:{tourism:"aquarium"},name:"Aquarium"},"tourism/artwork":{icon:"maki-art-gallery",fields:["name","artwork_type","artist"],geometry:["point","vertex","area"],tags:{tourism:"artwork"},terms:["mural","sculpture","statue"],name:"Artwork"},"tourism/attraction":{icon:"maki-star",fields:["name","operator","address"],geometry:["point","vertex","area"],tags:{tourism:"attraction"},name:"Tourist Attraction"},"tourism/camp_site":{icon:"maki-campsite",fields:["name","operator","address","capacity","fee","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","vertex","area"],terms:["tent","rv"],tags:{tourism:"camp_site"},name:"Campground"},"tourism/caravan_site":{icon:"maki-bus",fields:["name","operator","address","capacity","fee","sanitary_dump_station","power_supply","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","vertex","area"],terms:["Motor Home","Camper"],tags:{tourism:"caravan_site"},name:"RV Park"},"tourism/chalet":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],terms:["holiday","holiday cottage","holiday home","vacation","vacation home"],tags:{tourism:"chalet"},name:"Holiday Cottage"},"tourism/gallery":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["art*","exhibit*","paint*","photo*","sculpt*"],tags:{tourism:"gallery"},name:"Art Gallery"},"tourism/guest_house":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"guest_house"},terms:["B&B","Bed and Breakfast"],name:"Guest House"},"tourism/hostel":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"hostel"},name:"Hostel"},"tourism/hotel":{icon:"maki-lodging",fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"hotel"},name:"Hotel"},"tourism/information":{icon:"maki-information",fields:["information","operator","address","building_area"],geometry:["point","vertex","area"],tags:{tourism:"information"},name:"Information"},"tourism/information/board":{icon:"maki-information",fields:["name","operator","board_type","direction"],geometry:["point","vertex"],tags:{tourism:"information",information:"board"},reference:{key:"information",value:"board"},name:"Information Board"},"tourism/information/guidepost":{icon:"maki-information",fields:["name","elevation","operator","ref"],geometry:["point","vertex"],terms:["signpost"],tags:{tourism:"information",information:"guidepost"},reference:{key:"information",value:"guidepost"},name:"Guidepost"},"tourism/information/map":{icon:"maki-information",fields:["operator","map_type","map_size","direction"],geometry:["point","vertex"],tags:{tourism:"information",information:"map"},reference:{key:"information",value:"map"},name:"Map"},"tourism/information/office":{icon:"maki-information",fields:["name","operator","address","building_area"],geometry:["point","vertex","area"],tags:{tourism:"information",information:"office"},reference:{key:"information",value:"office"},name:"Tourist Information Office"},"tourism/motel":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"motel"},name:"Motel"},"tourism/museum":{icon:"maki-museum",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["art*","exhibit*","gallery","foundation","hall","institution","paint*","photo*","sculpt*"],tags:{tourism:"museum"},name:"Museum"},"tourism/picnic_site":{icon:"maki-picnic-site",fields:["name","operator","address","smoking"],geometry:["point","vertex","area"],terms:["camp"],tags:{tourism:"picnic_site"},name:"Picnic Site"},"tourism/theme_park":{icon:"maki-amusement-park",fields:["name","operator","address","opening_hours"],geometry:["point","area"],tags:{tourism:"theme_park"},name:"Theme Park"},"tourism/trail_riding_station":{icon:"maki-horse-riding",fields:["name","horse_stables","horse_riding","horse_dressage","address","phone","website","description"],geometry:["point","area"],tags:{tourism:"trail_riding_station"},name:"Trail Riding Station",matchScore:2},"tourism/viewpoint":{icon:"temaki-binoculars",geometry:["point","vertex"],fields:["direction"],tags:{tourism:"viewpoint"},name:"Viewpoint"},"tourism/wilderness_hut":{icon:"maki-lodging",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:["wilderness hut","backcountry hut","bothy"],tags:{tourism:"wilderness_hut"},name:"Wilderness Hut"},"tourism/zoo":{icon:"maki-zoo",fields:["name","operator","address","opening_hours"],geometry:["point","area"],terms:["animal"],tags:{tourism:"zoo"},name:"Zoo"},traffic_calming:{icon:"temaki-diamond",fields:["traffic_calming","direction_vertex"],geometry:["vertex","line"],tags:{traffic_calming:"*"},terms:["bump","hump","slow","speed"],name:"Traffic Calming"},"traffic_calming/bump":{icon:"temaki-diamond",fields:["surface","direction_vertex"],geometry:["vertex","line"],terms:["hump","speed","slow"],tags:{traffic_calming:"bump"},name:"Speed Bump"},"traffic_calming/chicane":{icon:"temaki-diamond",fields:["direction_vertex"],geometry:["vertex","line"],terms:["driveway link","speed","slow"],tags:{traffic_calming:"chicane"},name:"Traffic Chicane"},"traffic_calming/choker":{icon:"temaki-diamond",fields:["direction_vertex"],geometry:["vertex","line"],terms:["speed","slow"],tags:{traffic_calming:"choker"},name:"Traffic Choker"},"traffic_calming/cushion":{icon:"temaki-diamond",fields:["surface","direction_vertex"],geometry:["vertex","line"],terms:["bump","hump","speed","slow"],tags:{traffic_calming:"cushion"},name:"Speed Cushion"},"traffic_calming/dip":{icon:"temaki-diamond",fields:["surface","direction_vertex"],geometry:["vertex","line"],terms:["speed","slow"],tags:{traffic_calming:"dip"},name:"Dip"},"traffic_calming/hump":{icon:"temaki-diamond",fields:["surface","direction_vertex"],geometry:["vertex","line"],terms:["bump","speed","slow"],tags:{traffic_calming:"hump"},name:"Speed Hump"},"traffic_calming/island":{icon:"temaki-diamond",geometry:["vertex"],terms:["circle","roundabout","slow"],tags:{traffic_calming:"island"},name:"Traffic Island"},"traffic_calming/rumble_strip":{icon:"temaki-diamond",fields:["direction_vertex"],geometry:["vertex","line"],terms:["audible lines","sleeper lines","growlers"],tags:{traffic_calming:"rumble_strip"},name:"Rumble Strip"},"traffic_calming/table":{icon:"temaki-diamond",fields:["surface"],geometry:["vertex"],tags:{traffic_calming:"table"},terms:["flat top","hump","speed","slow"],name:"Speed Table"},"type/multipolygon":{icon:"iD-multipolygon",geometry:["area","relation"],tags:{type:"multipolygon"},removeTags:{},name:"Multipolygon",searchable:false,matchScore:0.1},"type/boundary":{icon:"iD-boundary",fields:["name","boundary"],geometry:["relation"],tags:{type:"boundary"},name:"Boundary"},"type/boundary/administrative":{icon:"iD-boundary",fields:["name","admin_level"],geometry:["relation"],tags:{type:"boundary",boundary:"administrative"},reference:{key:"boundary",value:"administrative"},name:"Administrative Boundary"},"type/restriction":{icon:"iD-restriction",fields:["name","restriction","except"],geometry:["relation"],tags:{type:"restriction"},name:"Restriction"},"type/restriction/no_left_turn":{icon:"iD-restriction-no-left-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"no_left_turn"},name:"No Left Turn"},"type/restriction/no_right_turn":{icon:"iD-restriction-no-right-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"no_right_turn"},name:"No Right Turn"},"type/restriction/no_straight_on":{icon:"iD-restriction-no-straight-on",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"no_straight_on"},name:"No Straight On"},"type/restriction/no_u_turn":{icon:"iD-restriction-no-u-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"no_u_turn"},name:"No U-turn"},"type/restriction/only_left_turn":{icon:"iD-restriction-only-left-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"only_left_turn"},name:"Only Left Turn"},"type/restriction/only_right_turn":{icon:"iD-restriction-only-right-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"only_right_turn"},name:"Only Right Turn"},"type/restriction/only_straight_on":{icon:"iD-restriction-only-straight-on",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"only_straight_on"},name:"Only Straight On"},"type/restriction/only_u_turn":{icon:"iD-restriction-only-u-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"only_u_turn"},name:"Only U-turn"},"type/route_master":{icon:"iD-route-master",fields:["name","route_master","ref","operator","network"],geometry:["relation"],tags:{type:"route_master"},name:"Route Master"},"type/route":{icon:"iD-route",fields:["name","route","ref_route","operator","network"],geometry:["relation"],tags:{type:"route"},name:"Route"},"type/route/bicycle":{icon:"iD-route-bicycle",fields:["name","ref_route","network_bicycle","cycle_network"],geometry:["relation"],tags:{type:"route",route:"bicycle"},name:"Cycle Route"},"type/route/bus":{icon:"iD-route-bus",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"bus"},name:"Bus Route"},"type/route/detour":{icon:"iD-route-detour",fields:["name","ref_route"],geometry:["relation"],tags:{type:"route",route:"detour"},name:"Detour Route"},"type/route/ferry":{icon:"iD-route-ferry",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"ferry"},name:"Ferry Route"},"type/route/foot":{icon:"iD-route-foot",fields:["name","ref_route","operator","network_foot"],geometry:["relation"],tags:{type:"route",route:"foot"},name:"Foot Route"},"type/route/hiking":{icon:"iD-route-foot",fields:["name","ref_route","operator","network_foot","description","distance"],geometry:["relation"],tags:{type:"route",route:"hiking"},name:"Hiking Route"},"type/route/horse":{icon:"iD-route-horse",fields:["name","ref_route","operator","network_horse","description","distance"],geometry:["relation"],tags:{type:"route",route:"horse"},name:"Riding Route"},"type/route/light_rail":{icon:"iD-route-light-rail",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"light_rail"},name:"Light Rail Route"},"type/route/pipeline":{icon:"iD-route-pipeline",fields:["name","ref_route","operator"],geometry:["relation"],tags:{type:"route",route:"pipeline"},name:"Pipeline Route"},"type/route/piste":{icon:"iD-route-piste",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"piste"},name:"Piste/Ski Route"},"type/route/power":{icon:"iD-route-power",fields:["name","ref_route","operator"],geometry:["relation"],tags:{type:"route",route:"power"},name:"Power Route"},"type/route/road":{icon:"iD-route-road",fields:["name","ref_route","network_road"],geometry:["relation"],tags:{type:"route",route:"road"},name:"Road Route"},"type/route/subway":{icon:"iD-route-subway",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"subway"},name:"Subway Route"},"type/route/train":{icon:"iD-route-train",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"train"},name:"Train Route"},"type/route/tram":{icon:"iD-route-tram",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"tram"},name:"Tram Route"},"type/site":{icon:"iD-relation",fields:["name","site"],geometry:["relation"],tags:{type:"site"},name:"Site"},"type/waterway":{icon:"iD-route-water",fields:["name","waterway","ref"],geometry:["relation"],tags:{type:"waterway"},name:"Waterway"},vertex:{fields:["name"],geometry:["vertex"],tags:{},name:"Other",matchScore:0.1},"waterway/boatyard":{icon:"maki-harbor",fields:["name","operator"],geometry:["area","vertex","point"],tags:{waterway:"boatyard"},name:"Boatyard"},"waterway/canal":{icon:"iD-waterway-canal",fields:["name","width","intermittent"],geometry:["line"],tags:{waterway:"canal"},name:"Canal"},"waterway/dam":{icon:"maki-dam",geometry:["point","vertex","line","area"],fields:["name"],tags:{waterway:"dam"},name:"Dam"},"waterway/ditch":{icon:"iD-waterway-ditch",fields:["structure_waterway","intermittent"],geometry:["line"],tags:{waterway:"ditch"},name:"Ditch"},"waterway/dock":{icon:"maki-harbor",fields:["name","dock","operator"],geometry:["area","vertex","point"],terms:["boat","ship","vessel","marine"],tags:{waterway:"dock"},name:"Wet Dock / Dry Dock"},"waterway/drain":{icon:"iD-waterway-ditch",fields:["structure_waterway","intermittent"],geometry:["line"],tags:{waterway:"drain"},name:"Drain"},"waterway/fuel":{icon:"maki-fuel",fields:["name","operator","address","opening_hours","fuel_multi"],geometry:["point","area"],terms:["petrol","gas","diesel","boat"],tags:{waterway:"fuel"},name:"Marine Fuel Station"},"waterway/river":{icon:"iD-waterway-river",fields:["name","structure_waterway","width","intermittent"],geometry:["line"],terms:["beck","branch","brook","course","creek","estuary","rill","rivulet","run","runnel","stream","tributary","watercourse"],tags:{waterway:"river"},name:"River"},"waterway/riverbank":{icon:"maki-water",geometry:["area"],tags:{waterway:"riverbank"},name:"Riverbank"},"waterway/sanitary_dump_station":{icon:"temaki-storage_tank",fields:["name","operator","access_simple","fee","water_point"],geometry:["point","vertex","area"],terms:["Boat","Watercraft","Sanitary","Dump Station","Pumpout","Pump out","Elsan","CDP","CTDP","Chemical Toilet"],tags:{waterway:"sanitary_dump_station"},name:"Marine Toilet Disposal"},"waterway/stream_intermittent":{icon:"iD-waterway-stream",fields:["name","structure_waterway","width","intermittent"],geometry:["line"],terms:["arroyo","beck","branch","brook","burn","course","creek","drift","flood","flow","gully","run","runnel","rush","spate","spritz","tributary","wadi","wash","watercourse"],tags:{waterway:"stream",intermittent:"yes"},reference:{key:"waterway",value:"stream"},name:"Intermittent Stream"},"waterway/stream":{icon:"iD-waterway-stream",fields:["name","structure_waterway","width","intermittent"],geometry:["line"],terms:["beck","branch","brook","burn","course","creek","current","drift","flood","flow","freshet","race","rill","rindle","rivulet","run","runnel","rush","spate","spritz","surge","tide","torrent","tributary","watercourse"],tags:{waterway:"stream"},name:"Stream"},"waterway/water_point":{icon:"maki-drinking-water",geometry:["area","vertex","point"],tags:{waterway:"water_point"},name:"Marine Drinking Water"},"waterway/waterfall":{icon:"maki-water",fields:["name","height","width","intermittent"],geometry:["vertex"],terms:["fall"],tags:{waterway:"waterfall"},name:"Waterfall"},"waterway/weir":{icon:"maki-dam",geometry:["vertex","line"],tags:{waterway:"weir"},name:"Weir"},"amenity/arts_centre/Świetlica wiejska":{tags:{name:"Świetlica wiejska",amenity:"arts_centre"},name:"Świetlica wiejska",icon:"maki-theatre",geometry:["point","area"],fields:["name","address","building_area","opening_hours"],suggestion:true},"amenity/arts_centre/Дом культуры":{tags:{name:"Дом культуры",amenity:"arts_centre"},name:"Дом культуры",icon:"maki-theatre",geometry:["point","area"],fields:["name","address","building_area","opening_hours"],suggestion:true},"amenity/bank/ABANCA":{tags:{name:"ABANCA",amenity:"bank"},name:"ABANCA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ABN AMRO":{tags:{name:"ABN AMRO",amenity:"bank"},name:"ABN AMRO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ABSA":{tags:{name:"ABSA",amenity:"bank"},name:"ABSA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/AIB":{tags:{name:"AIB",amenity:"bank"},name:"AIB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ANZ":{tags:{name:"ANZ",amenity:"bank"},name:"ANZ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ASB Bank":{tags:{name:"ASB Bank",amenity:"bank"},name:"ASB Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ATB Financial":{tags:{name:"ATB Financial",amenity:"bank"},name:"ATB Financial",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/AXA":{tags:{name:"AXA",amenity:"bank"},name:"AXA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Agribank":{tags:{name:"Agribank",amenity:"bank"},name:"Agribank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Akbank":{tags:{name:"Akbank",amenity:"bank"},name:"Akbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Alior Bank":{tags:{name:"Alior Bank",amenity:"bank"},name:"Alior Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Allahabad Bank":{tags:{name:"Allahabad Bank",amenity:"bank"},name:"Allahabad Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Allied Bank":{tags:{name:"Allied Bank",amenity:"bank"},name:"Allied Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Alpha Bank":{tags:{name:"Alpha Bank",amenity:"bank"},name:"Alpha Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Andhra Bank":{tags:{name:"Andhra Bank",amenity:"bank"},name:"Andhra Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Antonveneta":{tags:{name:"Antonveneta",amenity:"bank"},name:"Antonveneta",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Argenta":{tags:{name:"Argenta",amenity:"bank"},name:"Argenta",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Asia United Bank":{tags:{name:"Asia United Bank",amenity:"bank"},name:"Asia United Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Askari Bank":{tags:{name:"Askari Bank",amenity:"bank"},name:"Askari Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Associated Bank":{tags:{name:"Associated Bank",amenity:"bank"},name:"Associated Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Axis Bank":{tags:{name:"Axis Bank",amenity:"bank"},name:"Axis Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BAC":{tags:{name:"BAC",amenity:"bank"},name:"BAC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BAWAG PSK":{tags:{name:"BAWAG PSK",amenity:"bank"},name:"BAWAG PSK",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BB&T":{tags:{name:"BB&T",amenity:"bank"},name:"BB&T",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBBank":{tags:{name:"BBBank",amenity:"bank"},name:"BBBank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBK":{tags:{name:"BBK",amenity:"bank"},name:"BBK",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA":{tags:{name:"BBVA",amenity:"bank"},name:"BBVA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA Bancomer":{tags:{name:"BBVA Bancomer",amenity:"bank"},name:"BBVA Bancomer",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA Compass":{tags:{name:"BBVA Compass",amenity:"bank"},name:"BBVA Compass",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA Continental":{tags:{name:"BBVA Continental",amenity:"bank"},name:"BBVA Continental",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA Francés":{tags:{name:"BBVA Francés",amenity:"bank"},name:"BBVA Francés",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BCA":{tags:{name:"BCA",amenity:"bank"},name:"BCA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BCI":{tags:{name:"BCI",amenity:"bank"},name:"BCI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BCP":{tags:{name:"BCP",amenity:"bank"},name:"BCP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BCR":{tags:{name:"BCR",amenity:"bank"},name:"BCR",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BDO":{tags:{name:"BDO",amenity:"bank"},name:"BDO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BGŻ BNP Paribas":{tags:{name:"BGŻ BNP Paribas",amenity:"bank"},name:"BGŻ BNP Paribas",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BMCE":{tags:{name:"BMCE",amenity:"bank"},name:"BMCE",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BMN":{tags:{name:"BMN",amenity:"bank"},name:"BMN",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BMO":{tags:{name:"BMO",amenity:"bank"},name:"BMO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BMO Harris Bank":{tags:{name:"BMO Harris Bank",amenity:"bank"},name:"BMO Harris Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNA":{tags:{name:"BNA",amenity:"bank"},name:"BNA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNI":{tags:{name:"BNI",amenity:"bank"},name:"BNI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNL":{tags:{name:"BNL",amenity:"bank"},name:"BNL",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNP Paribas":{tags:{name:"BNP Paribas",amenity:"bank"},name:"BNP Paribas",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNP Paribas Fortis":{tags:{name:"BNP Paribas Fortis",amenity:"bank"},name:"BNP Paribas Fortis",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BOC":{tags:{name:"BOC",amenity:"bank"},name:"BOC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BPH":{tags:{name:"BPH",amenity:"bank"},name:"BPH",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BPI":{tags:{name:"BPI",amenity:"bank"},name:"BPI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BPI Family Savings Bank":{tags:{name:"BPI Family Savings Bank",amenity:"bank"},name:"BPI Family Savings Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BRD":{tags:{name:"BRD",amenity:"bank"},name:"BRD",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BRED":{tags:{name:"BRED",amenity:"bank"},name:"BRED",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BRI":{tags:{name:"BRI",amenity:"bank"},name:"BRI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BW-Bank":{tags:{name:"BW-Bank",amenity:"bank"},name:"BW-Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BZ WBK":{tags:{name:"BZ WBK",amenity:"bank"},name:"BZ WBK",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banamex":{tags:{name:"Banamex",amenity:"bank"},name:"Banamex",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banc Sabadell":{tags:{name:"Banc Sabadell",amenity:"bank"},name:"Banc Sabadell",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Intesa":{tags:{name:"Banca Intesa",amenity:"bank"},name:"Banca Intesa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca March":{tags:{name:"Banca March",amenity:"bank"},name:"Banca March",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Milano":{tags:{name:"Banca Popolare di Milano",amenity:"bank"},name:"Banca Popolare di Milano",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Novara":{tags:{name:"Banca Popolare di Novara",amenity:"bank"},name:"Banca Popolare di Novara",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Sondrio":{tags:{name:"Banca Popolare di Sondrio",amenity:"bank"},name:"Banca Popolare di Sondrio",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Verona":{tags:{name:"Banca Popolare di Verona",amenity:"bank"},name:"Banca Popolare di Verona",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Vicenza":{tags:{name:"Banca Popolare di Vicenza",amenity:"bank"},name:"Banca Popolare di Vicenza",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Românească":{tags:{name:"Banca Românească",amenity:"bank"},name:"Banca Românească",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Sella":{tags:{name:"Banca Sella",amenity:"bank"},name:"Banca Sella",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Transilvania":{tags:{name:"Banca Transilvania",amenity:"bank"},name:"Banca Transilvania",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Agrario":{tags:{name:"Banco Agrario",amenity:"bank"},name:"Banco Agrario",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Azteca":{tags:{name:"Banco Azteca",amenity:"bank"},name:"Banco Azteca",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco BCI":{tags:{name:"Banco BCI",amenity:"bank"},name:"Banco BCI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Continental":{tags:{name:"Banco Continental",amenity:"bank"},name:"Banco Continental",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Estado":{tags:{name:"Banco Estado",amenity:"bank"},name:"Banco Estado",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Fassil":{tags:{name:"Banco Fassil",amenity:"bank"},name:"Banco Fassil",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco G&T Continental":{tags:{name:"Banco G&T Continental",amenity:"bank"},name:"Banco G&T Continental",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco General":{tags:{name:"Banco General",amenity:"bank"},name:"Banco General",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Industrial":{tags:{name:"Banco Industrial",amenity:"bank"},name:"Banco Industrial",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Internacional":{tags:{name:"Banco Internacional",amenity:"bank"},name:"Banco Internacional",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Nacional":{tags:{name:"Banco Nacional",amenity:"bank"},name:"Banco Nacional",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Nación":{tags:{name:"Banco Nación",amenity:"bank"},name:"Banco Nación",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Pastor":{tags:{name:"Banco Pastor",amenity:"bank"},name:"Banco Pastor",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Pichincha":{tags:{name:"Banco Pichincha",amenity:"bank"},name:"Banco Pichincha",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Popular":{tags:{name:"Banco Popular",amenity:"bank"},name:"Banco Popular",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Provincia":{tags:{name:"Banco Provincia",amenity:"bank"},name:"Banco Provincia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Sabadell":{tags:{name:"Banco Sabadell",amenity:"bank"},name:"Banco Sabadell",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Santander":{tags:{name:"Banco Santander",amenity:"bank"},name:"Banco Santander",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Sol":{tags:{name:"Banco Sol",amenity:"bank"},name:"Banco Sol",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Bogotá":{tags:{name:"Banco de Bogotá",amenity:"bank"},name:"Banco de Bogotá",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Chile":{tags:{name:"Banco de Chile",amenity:"bank"},name:"Banco de Chile",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Costa Rica":{tags:{name:"Banco de Costa Rica",amenity:"bank"},name:"Banco de Costa Rica",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Desarrollo Banrural":{tags:{name:"Banco de Desarrollo Banrural",amenity:"bank"},name:"Banco de Desarrollo Banrural",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Occidente":{tags:{name:"Banco de Occidente",amenity:"bank"},name:"Banco de Occidente",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Venezuela":{tags:{name:"Banco de Venezuela",amenity:"bank"},name:"Banco de Venezuela",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de la Nación":{tags:{name:"Banco de la Nación",amenity:"bank"},name:"Banco de la Nación",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de la Nación Argentina":{tags:{name:"Banco de la Nación Argentina",amenity:"bank"},name:"Banco de la Nación Argentina",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco di Napoli":{tags:{name:"Banco di Napoli",amenity:"bank"},name:"Banco di Napoli",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco di Sardegna":{tags:{name:"Banco di Sardegna",amenity:"bank"},name:"Banco di Sardegna",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco do Brasil":{tags:{name:"Banco do Brasil",amenity:"bank"},name:"Banco do Brasil",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco do Nordeste":{tags:{name:"Banco do Nordeste",amenity:"bank"},name:"Banco do Nordeste",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BancoEstado":{tags:{name:"BancoEstado",amenity:"bank"},name:"BancoEstado",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bancolombia":{tags:{name:"Bancolombia",amenity:"bank"},name:"Bancolombia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bancomer":{tags:{name:"Bancomer",amenity:"bank"},name:"Bancomer",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bancpost":{tags:{name:"Bancpost",amenity:"bank"},name:"Bancpost",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banesco":{tags:{name:"Banesco",amenity:"bank"},name:"Banesco",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bangkok Bank":{tags:{name:"Bangkok Bank",amenity:"bank"},name:"Bangkok Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Al Habib":{tags:{name:"Bank Al Habib",amenity:"bank"},name:"Bank Al Habib",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Alfalah":{tags:{name:"Bank Alfalah",amenity:"bank"},name:"Bank Alfalah",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Austria":{tags:{name:"Bank Austria",amenity:"bank"},name:"Bank Austria",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank BCA":{tags:{name:"Bank BCA",amenity:"bank"},name:"Bank BCA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank BNI":{tags:{name:"Bank BNI",amenity:"bank"},name:"Bank BNI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank BPH":{tags:{name:"Bank BPH",amenity:"bank"},name:"Bank BPH",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank BRI":{tags:{name:"Bank BRI",amenity:"bank"},name:"Bank BRI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Danamon":{tags:{name:"Bank Danamon",amenity:"bank"},name:"Bank Danamon",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Mandiri":{tags:{name:"Bank Mandiri",amenity:"bank"},name:"Bank Mandiri",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Mega":{tags:{name:"Bank Mega",amenity:"bank"},name:"Bank Mega",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Spółdzielczy":{tags:{name:"Bank Spółdzielczy",amenity:"bank"},name:"Bank Spółdzielczy",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Zachodni WBK":{tags:{name:"Bank Zachodni WBK",amenity:"bank"},name:"Bank Zachodni WBK",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Africa":{tags:{name:"Bank of Africa",amenity:"bank"},name:"Bank of Africa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of America":{tags:{name:"Bank of America",amenity:"bank"},name:"Bank of America",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Baroda":{tags:{name:"Bank of Baroda",amenity:"bank"},name:"Bank of Baroda",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Ceylon":{tags:{name:"Bank of Ceylon",amenity:"bank"},name:"Bank of Ceylon",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of China":{tags:{name:"Bank of China",amenity:"bank"},name:"Bank of China",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Commerce":{tags:{name:"Bank of Commerce",amenity:"bank"},name:"Bank of Commerce",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of India":{tags:{name:"Bank of India",amenity:"bank"},name:"Bank of India",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Ireland":{tags:{name:"Bank of Ireland",amenity:"bank"},name:"Bank of Ireland",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Montreal":{tags:{name:"Bank of Montreal",amenity:"bank"},name:"Bank of Montreal",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of New Zealand":{tags:{name:"Bank of New Zealand",amenity:"bank"},name:"Bank of New Zealand",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Scotland":{tags:{name:"Bank of Scotland",amenity:"bank"},name:"Bank of Scotland",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of the West":{tags:{name:"Bank of the West",amenity:"bank"},name:"Bank of the West",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bankia":{tags:{name:"Bankia",amenity:"bank"},name:"Bankia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bankinter":{tags:{name:"Bankinter",amenity:"bank"},name:"Bankinter",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banner Bank":{tags:{name:"Banner Bank",amenity:"bank"},name:"Banner Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banorte":{tags:{name:"Banorte",amenity:"bank"},name:"Banorte",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banque Atlantique":{tags:{name:"Banque Atlantique",amenity:"bank"},name:"Banque Atlantique",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banque Nationale":{tags:{name:"Banque Nationale",amenity:"bank"},name:"Banque Nationale",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banque Populaire":{tags:{name:"Banque Populaire",amenity:"bank"},name:"Banque Populaire",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banrisul":{tags:{name:"Banrisul",amenity:"bank"},name:"Banrisul",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banrural":{tags:{name:"Banrural",amenity:"bank"},name:"Banrural",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Barclays":{tags:{name:"Barclays",amenity:"bank"},name:"Barclays",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bcc":{tags:{name:"Bcc",amenity:"bank"},name:"Bcc",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Belfius":{tags:{name:"Belfius",amenity:"bank"},name:"Belfius",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bendigo Bank":{tags:{name:"Bendigo Bank",amenity:"bank"},name:"Bendigo Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Berliner Volksbank":{tags:{name:"Berliner Volksbank",amenity:"bank"},name:"Berliner Volksbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bicentenario":{tags:{name:"Bicentenario",amenity:"bank"},name:"Bicentenario",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bradesco":{tags:{name:"Bradesco",amenity:"bank"},name:"Bradesco",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Budapest Bank":{tags:{name:"Budapest Bank",amenity:"bank"},name:"Budapest Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CBAO":{tags:{name:"CBAO",amenity:"bank"},name:"CBAO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CEC Bank":{tags:{name:"CEC Bank",amenity:"bank"},name:"CEC Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CGD":{tags:{name:"CGD",amenity:"bank"},name:"CGD",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CIB Bank":{tags:{name:"CIB Bank",amenity:"bank"},name:"CIB Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CIBC":{tags:{name:"CIBC",amenity:"bank"},name:"CIBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CIC":{tags:{name:"CIC",amenity:"bank"},name:"CIC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CIMB Bank":{tags:{name:"CIMB Bank",amenity:"bank"},name:"CIMB Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CNEP":{tags:{name:"CNEP",amenity:"bank"},name:"CNEP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caisse Desjardins":{tags:{name:"Caisse Desjardins",amenity:"bank"},name:"Caisse Desjardins",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caisse d'Épargne":{tags:{name:"Caisse d'Épargne",amenity:"bank"},name:"Caisse d'Épargne",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caixa":{tags:{name:"Caixa",amenity:"bank"},name:"Caixa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caixa Econômica Federal":{tags:{name:"Caixa Econômica Federal",amenity:"bank"},name:"Caixa Econômica Federal",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caixa Geral de Depósitos":{tags:{name:"Caixa Geral de Depósitos",amenity:"bank"},name:"Caixa Geral de Depósitos",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CaixaBank":{tags:{name:"CaixaBank",amenity:"bank"},name:"CaixaBank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja Círculo":{tags:{name:"Caja Círculo",amenity:"bank"},name:"Caja Círculo",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja Duero":{tags:{name:"Caja Duero",amenity:"bank"},name:"Caja Duero",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja España":{tags:{name:"Caja España",amenity:"bank"},name:"Caja España",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja Rural":{tags:{name:"Caja Rural",amenity:"bank"},name:"Caja Rural",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja Rural de Jaén":{tags:{name:"Caja Rural de Jaén",amenity:"bank"},name:"Caja Rural de Jaén",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CajaSur":{tags:{name:"CajaSur",amenity:"bank"},name:"CajaSur",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cajamar":{tags:{name:"Cajamar",amenity:"bank"},name:"Cajamar",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cajero Automatico Bancared":{tags:{name:"Cajero Automatico Bancared",amenity:"bank"},name:"Cajero Automatico Bancared",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Canara Bank":{tags:{name:"Canara Bank",amenity:"bank"},name:"Canara Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Capital One":{tags:{name:"Capital One",amenity:"bank"},name:"Capital One",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Carige":{tags:{name:"Carige",amenity:"bank"},name:"Carige",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cariparma":{tags:{name:"Cariparma",amenity:"bank"},name:"Cariparma",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cassa di Risparmio del Veneto":{tags:{name:"Cassa di Risparmio del Veneto",amenity:"bank"},name:"Cassa di Risparmio del Veneto",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CatalunyaCaixa":{tags:{name:"CatalunyaCaixa",amenity:"bank"},name:"CatalunyaCaixa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Central Bank of India":{tags:{name:"Central Bank of India",amenity:"bank"},name:"Central Bank of India",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Chase":{tags:{name:"Chase",amenity:"bank"},name:"Chase",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/China Bank":{tags:{name:"China Bank",amenity:"bank"},name:"China Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/China Bank Savings":{tags:{name:"China Bank Savings",amenity:"bank"},name:"China Bank Savings",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/China Construction Bank":{tags:{name:"China Construction Bank",amenity:"bank"},name:"China Construction Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Citibank":{tags:{name:"Citibank",amenity:"bank"},name:"Citibank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Citizens Bank":{tags:{name:"Citizens Bank",amenity:"bank"},name:"Citizens Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Clydesdale Bank":{tags:{name:"Clydesdale Bank",amenity:"bank"},name:"Clydesdale Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Columbia Bank":{tags:{name:"Columbia Bank",amenity:"bank"},name:"Columbia Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Comerica Bank":{tags:{name:"Comerica Bank",amenity:"bank"},name:"Comerica Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commerce Bank":{tags:{name:"Commerce Bank",amenity:"bank"},name:"Commerce Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commercial Bank":{tags:{name:"Commercial Bank",amenity:"bank"},name:"Commercial Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commercial Bank of Ceylon PLC":{tags:{name:"Commercial Bank of Ceylon PLC",amenity:"bank"},name:"Commercial Bank of Ceylon PLC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commerzbank":{tags:{name:"Commerzbank",amenity:"bank"},name:"Commerzbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commonwealth Bank":{tags:{name:"Commonwealth Bank",amenity:"bank"},name:"Commonwealth Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Corporation Bank":{tags:{name:"Corporation Bank",amenity:"bank"},name:"Corporation Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Credem":{tags:{name:"Credem",amenity:"bank"},name:"Credem",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Credicoop":{tags:{name:"Credicoop",amenity:"bank"},name:"Credicoop",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Credit Agricole":{tags:{name:"Credit Agricole",amenity:"bank"},name:"Credit Agricole",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Credit Suisse":{tags:{name:"Credit Suisse",amenity:"bank"},name:"Credit Suisse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crelan":{tags:{name:"Crelan",amenity:"bank"},name:"Crelan",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédit Agricole":{tags:{name:"Crédit Agricole",amenity:"bank"},name:"Crédit Agricole",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédit Mutuel":{tags:{name:"Crédit Mutuel",amenity:"bank"},name:"Crédit Mutuel",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédit Mutuel de Bretagne":{tags:{name:"Crédit Mutuel de Bretagne",amenity:"bank"},name:"Crédit Mutuel de Bretagne",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédit du Nord":{tags:{name:"Crédit du Nord",amenity:"bank"},name:"Crédit du Nord",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédito Agrícola":{tags:{name:"Crédito Agrícola",amenity:"bank"},name:"Crédito Agrícola",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cбербанк":{tags:{name:"Cбербанк",amenity:"bank"},name:"Cбербанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Danske Bank":{tags:{name:"Danske Bank",amenity:"bank"},name:"Danske Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Davivienda":{tags:{name:"Davivienda",amenity:"bank"},name:"Davivienda",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/De Venezuela":{tags:{name:"De Venezuela",amenity:"bank"},name:"De Venezuela",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Denizbank":{tags:{name:"Denizbank",amenity:"bank"},name:"Denizbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Desjardins":{tags:{name:"Desjardins",amenity:"bank"},name:"Desjardins",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Deutsche Bank":{tags:{name:"Deutsche Bank",amenity:"bank"},name:"Deutsche Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Dubai Islamic Bank":{tags:{name:"Dubai Islamic Bank",amenity:"bank"},name:"Dubai Islamic Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/EastWest Bank":{tags:{name:"EastWest Bank",amenity:"bank"},name:"EastWest Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Ecobank":{tags:{name:"Ecobank",amenity:"bank"},name:"Ecobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Erste Bank":{tags:{name:"Erste Bank",amenity:"bank"},name:"Erste Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Eurobank":{tags:{name:"Eurobank",amenity:"bank"},name:"Eurobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Express Union":{tags:{name:"Express Union",amenity:"bank"},name:"Express Union",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/FNB":{tags:{name:"FNB",amenity:"bank"},name:"FNB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Federal Bank":{tags:{name:"Federal Bank",amenity:"bank"},name:"Federal Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Fifth Third Bank":{tags:{name:"Fifth Third Bank",amenity:"bank"},name:"Fifth Third Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Finansbank":{tags:{name:"Finansbank",amenity:"bank"},name:"Finansbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/First Bank":{tags:{name:"First Bank",amenity:"bank"},name:"First Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/First Citizens Bank":{tags:{name:"First Citizens Bank",amenity:"bank"},name:"First Citizens Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/First National Bank":{tags:{name:"First National Bank",amenity:"bank"},name:"First National Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Galicia":{tags:{name:"Galicia",amenity:"bank"},name:"Galicia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Garanti":{tags:{name:"Garanti",amenity:"bank"},name:"Garanti",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Garanti Bankası":{tags:{name:"Garanti Bankası",amenity:"bank"},name:"Garanti Bankası",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Getin Bank":{tags:{name:"Getin Bank",amenity:"bank"},name:"Getin Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Groupama":{tags:{name:"Groupama",amenity:"bank"},name:"Groupama",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/HDFC Bank":{tags:{name:"HDFC Bank",amenity:"bank"},name:"HDFC Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/HNB":{tags:{name:"HNB",amenity:"bank"},name:"HNB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/HSBC":{tags:{name:"HSBC",amenity:"bank"},name:"HSBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Halifax":{tags:{name:"Halifax",amenity:"bank"},name:"Halifax",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Halkbank":{tags:{name:"Halkbank",amenity:"bank"},name:"Halkbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Hamburger Sparkasse":{tags:{name:"Hamburger Sparkasse",amenity:"bank"},name:"Hamburger Sparkasse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Handelsbanken":{tags:{name:"Handelsbanken",amenity:"bank"},name:"Handelsbanken",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Hong Leong Bank":{tags:{name:"Hong Leong Bank",amenity:"bank"},name:"Hong Leong Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Hrvatska poštanska banka":{tags:{name:"Hrvatska poštanska banka",amenity:"bank"},name:"Hrvatska poštanska banka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Huntington Bank":{tags:{name:"Huntington Bank",amenity:"bank"},name:"Huntington Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/HypoVereinsbank":{tags:{name:"HypoVereinsbank",amenity:"bank"},name:"HypoVereinsbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ICBC":{tags:{name:"ICBC",amenity:"bank"},name:"ICBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ICICI Bank":{tags:{name:"ICICI Bank",amenity:"bank"},name:"ICICI Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/IDBI Bank":{tags:{name:"IDBI Bank",amenity:"bank"},name:"IDBI Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ING":{tags:{name:"ING",amenity:"bank"},name:"ING",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ING Bank Śląski":{tags:{name:"ING Bank Śląski",amenity:"bank"},name:"ING Bank Śląski",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/IberCaja":{tags:{name:"IberCaja",amenity:"bank"},name:"IberCaja",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Indian Bank":{tags:{name:"Indian Bank",amenity:"bank"},name:"Indian Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Indian Overseas Bank":{tags:{name:"Indian Overseas Bank",amenity:"bank"},name:"Indian Overseas Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Interbank":{tags:{name:"Interbank",amenity:"bank"},name:"Interbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Intesa San Paolo":{tags:{name:"Intesa San Paolo",amenity:"bank"},name:"Intesa San Paolo",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Itaú":{tags:{name:"Itaú",amenity:"bank"},name:"Itaú",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/K&H Bank":{tags:{name:"K&H Bank",amenity:"bank"},name:"K&H Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/KBC":{tags:{name:"KBC",amenity:"bank"},name:"KBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Kasa Stefczyka":{tags:{name:"Kasa Stefczyka",amenity:"bank"},name:"Kasa Stefczyka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Key Bank":{tags:{name:"Key Bank",amenity:"bank"},name:"Key Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Komerční banka":{tags:{name:"Komerční banka",amenity:"bank"},name:"Komerční banka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Kreissparkasse":{tags:{name:"Kreissparkasse",amenity:"bank"},name:"Kreissparkasse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Kreissparkasse Köln":{tags:{name:"Kreissparkasse Köln",amenity:"bank"},name:"Kreissparkasse Köln",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Kutxabank":{tags:{name:"Kutxabank",amenity:"bank"},name:"Kutxabank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/LCL":{tags:{name:"LCL",amenity:"bank"},name:"LCL",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/La Banque Postale":{tags:{name:"La Banque Postale",amenity:"bank"},name:"La Banque Postale",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/La Caixa":{tags:{name:"La Caixa",amenity:"bank"},name:"La Caixa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Laboral Kutxa":{tags:{name:"Laboral Kutxa",amenity:"bank"},name:"Laboral Kutxa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Landbank":{tags:{name:"Landbank",amenity:"bank"},name:"Landbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Liberbank":{tags:{name:"Liberbank",amenity:"bank"},name:"Liberbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Lloyds Bank":{tags:{name:"Lloyds Bank",amenity:"bank"},name:"Lloyds Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/M&T Bank":{tags:{name:"M&T Bank",amenity:"bank"},name:"M&T Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/MCB":{tags:{name:"MCB",amenity:"bank"},name:"MCB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/MCB Bank":{tags:{name:"MCB Bank",amenity:"bank"},name:"MCB Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/MONETA Money Bank":{tags:{name:"MONETA Money Bank",amenity:"bank"},name:"MONETA Money Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Macro":{tags:{name:"Macro",amenity:"bank"},name:"Macro",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Maybank":{tags:{name:"Maybank",amenity:"bank"},name:"Maybank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Meezan Bank":{tags:{name:"Meezan Bank",amenity:"bank"},name:"Meezan Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Mercantil":{tags:{name:"Mercantil",amenity:"bank"},name:"Mercantil",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Metro Bank":{tags:{name:"Metro Bank",amenity:"bank"},name:"Metro Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Metrobank":{tags:{name:"Metrobank",amenity:"bank"},name:"Metrobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Millennium BCP":{tags:{name:"Millennium BCP",amenity:"bank"},name:"Millennium BCP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Millennium Bank":{tags:{name:"Millennium Bank",amenity:"bank"},name:"Millennium Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Monte dei Paschi di Siena":{tags:{name:"Monte dei Paschi di Siena",amenity:"bank"},name:"Monte dei Paschi di Siena",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Montepio":{tags:{name:"Montepio",amenity:"bank"},name:"Montepio",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/NAB":{tags:{name:"NAB",amenity:"bank"},name:"NAB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/NSB":{tags:{name:"NSB",amenity:"bank"},name:"NSB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/NatWest":{tags:{name:"NatWest",amenity:"bank"},name:"NatWest",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/National Bank":{tags:{name:"National Bank",amenity:"bank"},name:"National Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Nationwide":{tags:{name:"Nationwide",amenity:"bank"},name:"Nationwide",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Nedbank":{tags:{name:"Nedbank",amenity:"bank"},name:"Nedbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Nordea":{tags:{name:"Nordea",amenity:"bank"},name:"Nordea",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Novo Banco":{tags:{name:"Novo Banco",amenity:"bank"},name:"Novo Banco",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/OLB":{tags:{name:"OLB",amenity:"bank"},name:"OLB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/OTP":{tags:{name:"OTP",amenity:"bank"},name:"OTP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Oberbank":{tags:{name:"Oberbank",amenity:"bank"},name:"Oberbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Occidental de Descuento":{tags:{name:"Occidental de Descuento",amenity:"bank"},name:"Occidental de Descuento",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Oldenburgische Landesbank":{tags:{name:"Oldenburgische Landesbank",amenity:"bank"},name:"Oldenburgische Landesbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/One Network Bank":{tags:{name:"One Network Bank",amenity:"bank"},name:"One Network Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Osuuspankki":{tags:{name:"Osuuspankki",amenity:"bank"},name:"Osuuspankki",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PBZ":{tags:{name:"PBZ",amenity:"bank"},name:"PBZ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PKO":{tags:{name:"PKO",amenity:"bank"},name:"PKO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PKO BP":{tags:{name:"PKO BP",amenity:"bank"},name:"PKO BP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PNB":{tags:{name:"PNB",amenity:"bank"},name:"PNB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PNC":{tags:{name:"PNC",amenity:"bank"},name:"PNC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PNC Bank":{tags:{name:"PNC Bank",amenity:"bank"},name:"PNC Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PSBank":{tags:{name:"PSBank",amenity:"bank"},name:"PSBank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Patagonia":{tags:{name:"Patagonia",amenity:"bank"},name:"Patagonia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Pekao SA":{tags:{name:"Pekao SA",amenity:"bank"},name:"Pekao SA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Peoples Bank":{tags:{name:"Peoples Bank",amenity:"bank"},name:"Peoples Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Philippine National Bank":{tags:{name:"Philippine National Bank",amenity:"bank"},name:"Philippine National Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Piraeus Bank":{tags:{name:"Piraeus Bank",amenity:"bank"},name:"Piraeus Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Popular":{tags:{name:"Popular",amenity:"bank"},name:"Popular",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Postbank":{tags:{name:"Postbank",amenity:"bank"},name:"Postbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Postbank Finanzcenter":{tags:{name:"Postbank Finanzcenter",amenity:"bank"},name:"Postbank Finanzcenter",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Provincial":{tags:{name:"Provincial",amenity:"bank"},name:"Provincial",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Public Bank":{tags:{name:"Public Bank",amenity:"bank"},name:"Public Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Punjab National Bank":{tags:{name:"Punjab National Bank",amenity:"bank"},name:"Punjab National Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RBC":{tags:{name:"RBC",amenity:"bank"},name:"RBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RBC Financial Group":{tags:{name:"RBC Financial Group",amenity:"bank"},name:"RBC Financial Group",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RBS":{tags:{name:"RBS",amenity:"bank"},name:"RBS",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RCBC":{tags:{name:"RCBC",amenity:"bank"},name:"RCBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RCBC Savings Bank":{tags:{name:"RCBC Savings Bank",amenity:"bank"},name:"RCBC Savings Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Rabobank":{tags:{name:"Rabobank",amenity:"bank"},name:"Rabobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Raiffeisen Polbank":{tags:{name:"Raiffeisen Polbank",amenity:"bank"},name:"Raiffeisen Polbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Raiffeisenbank":{tags:{name:"Raiffeisenbank",amenity:"bank"},name:"Raiffeisenbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Regions Bank":{tags:{name:"Regions Bank",amenity:"bank"},name:"Regions Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Republic Bank":{tags:{name:"Republic Bank",amenity:"bank"},name:"Republic Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Royal Bank":{tags:{name:"Royal Bank",amenity:"bank"},name:"Royal Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Royal Bank of Canada":{tags:{name:"Royal Bank of Canada",amenity:"bank"},name:"Royal Bank of Canada",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Royal Bank of Scotland":{tags:{name:"Royal Bank of Scotland",amenity:"bank"},name:"Royal Bank of Scotland",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/SEB":{tags:{name:"SEB",amenity:"bank"},name:"SEB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/SNS Bank":{tags:{name:"SNS Bank",amenity:"bank"},name:"SNS Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sabadell":{tags:{name:"Sabadell",amenity:"bank"},name:"Sabadell",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sampath Bank":{tags:{name:"Sampath Bank",amenity:"bank"},name:"Sampath Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Santander":{tags:{name:"Santander",amenity:"bank"},name:"Santander",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Santander Consumer Bank":{tags:{name:"Santander Consumer Bank",amenity:"bank"},name:"Santander Consumer Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Santander Río":{tags:{name:"Santander Río",amenity:"bank"},name:"Santander Río",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Santander Totta":{tags:{name:"Santander Totta",amenity:"bank"},name:"Santander Totta",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sberbank":{tags:{name:"Sberbank",amenity:"bank"},name:"Sberbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Scotiabank":{tags:{name:"Scotiabank",amenity:"bank"},name:"Scotiabank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Security Bank":{tags:{name:"Security Bank",amenity:"bank"},name:"Security Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sicredi":{tags:{name:"Sicredi",amenity:"bank"},name:"Sicredi",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Slovenská sporiteľňa":{tags:{name:"Slovenská sporiteľňa",amenity:"bank"},name:"Slovenská sporiteľňa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Société Générale":{tags:{name:"Société Générale",amenity:"bank"},name:"Société Générale",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sparda-Bank":{tags:{name:"Sparda-Bank",amenity:"bank"},name:"Sparda-Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sparkasse":{tags:{name:"Sparkasse",amenity:"bank"},name:"Sparkasse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sparkasse Aachen":{tags:{name:"Sparkasse Aachen",amenity:"bank"},name:"Sparkasse Aachen",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sparkasse KölnBonn":{tags:{name:"Sparkasse KölnBonn",amenity:"bank"},name:"Sparkasse KölnBonn",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Stadtsparkasse":{tags:{name:"Stadtsparkasse",amenity:"bank"},name:"Stadtsparkasse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Stanbic Bank":{tags:{name:"Stanbic Bank",amenity:"bank"},name:"Stanbic Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Standard Bank":{tags:{name:"Standard Bank",amenity:"bank"},name:"Standard Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Standard Chartered":{tags:{name:"Standard Chartered",amenity:"bank"},name:"Standard Chartered",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Standard Chartered Bank":{tags:{name:"Standard Chartered Bank",amenity:"bank"},name:"Standard Chartered Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/State Bank of India":{tags:{name:"State Bank of India",amenity:"bank"},name:"State Bank of India",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/SunTrust":{tags:{name:"SunTrust",amenity:"bank"},name:"SunTrust",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Supervielle":{tags:{name:"Supervielle",amenity:"bank"},name:"Supervielle",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Swedbank":{tags:{name:"Swedbank",amenity:"bank"},name:"Swedbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Syndicate Bank":{tags:{name:"Syndicate Bank",amenity:"bank"},name:"Syndicate Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TCF Bank":{tags:{name:"TCF Bank",amenity:"bank"},name:"TCF Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TD Bank":{tags:{name:"TD Bank",amenity:"bank"},name:"TD Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TD Canada Trust":{tags:{name:"TD Canada Trust",amenity:"bank"},name:"TD Canada Trust",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TEB":{tags:{name:"TEB",amenity:"bank"},name:"TEB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TSB":{tags:{name:"TSB",amenity:"bank"},name:"TSB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Takarékszövetkezet":{tags:{name:"Takarékszövetkezet",amenity:"bank"},name:"Takarékszövetkezet",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Targobank":{tags:{name:"Targobank",amenity:"bank"},name:"Targobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Tatra banka":{tags:{name:"Tatra banka",amenity:"bank"},name:"Tatra banka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Türkiye İş Bankası":{tags:{name:"Türkiye İş Bankası",amenity:"bank"},name:"Türkiye İş Bankası",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UBS":{tags:{name:"UBS",amenity:"bank"},name:"UBS",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UCO Bank":{tags:{name:"UCO Bank",amenity:"bank"},name:"UCO Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UCPB":{tags:{name:"UCPB",amenity:"bank"},name:"UCPB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UOB":{tags:{name:"UOB",amenity:"bank"},name:"UOB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/US Bank":{tags:{name:"US Bank",amenity:"bank"},name:"US Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Ulster Bank":{tags:{name:"Ulster Bank",amenity:"bank"},name:"Ulster Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Umpqua Bank":{tags:{name:"Umpqua Bank",amenity:"bank"},name:"Umpqua Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UniCredit Bank":{tags:{name:"UniCredit Bank",amenity:"bank"},name:"UniCredit Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Unicaja Banco":{tags:{name:"Unicaja Banco",amenity:"bank"},name:"Unicaja Banco",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Unicredit Banca":{tags:{name:"Unicredit Banca",amenity:"bank"},name:"Unicredit Banca",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Union Bank":{tags:{name:"Union Bank",amenity:"bank"},name:"Union Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/United Bank":{tags:{name:"United Bank",amenity:"bank"},name:"United Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/VR-Bank":{tags:{name:"VR-Bank",amenity:"bank"},name:"VR-Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Vakıfbank":{tags:{name:"Vakıfbank",amenity:"bank"},name:"Vakıfbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Veneto Banca":{tags:{name:"Veneto Banca",amenity:"bank"},name:"Veneto Banca",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Vijaya Bank":{tags:{name:"Vijaya Bank",amenity:"bank"},name:"Vijaya Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Volks- und Raiffeisenbank":{tags:{name:"Volks- und Raiffeisenbank",amenity:"bank"},name:"Volks- und Raiffeisenbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Volksbank":{tags:{name:"Volksbank",amenity:"bank"},name:"Volksbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Volksbank Mittelhessen":{tags:{name:"Volksbank Mittelhessen",amenity:"bank"},name:"Volksbank Mittelhessen",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Volksbank Raiffeisenbank":{tags:{name:"Volksbank Raiffeisenbank",amenity:"bank"},name:"Volksbank Raiffeisenbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/VÚB":{tags:{name:"VÚB",amenity:"bank"},name:"VÚB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Washington Federal":{tags:{name:"Washington Federal",amenity:"bank"},name:"Washington Federal",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Wells Fargo":{tags:{name:"Wells Fargo",amenity:"bank"},name:"Wells Fargo",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Western Union":{tags:{name:"Western Union",amenity:"bank"},name:"Western Union",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Westpac":{tags:{name:"Westpac",amenity:"bank"},name:"Westpac",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Yorkshire Bank":{tags:{name:"Yorkshire Bank",amenity:"bank"},name:"Yorkshire Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Yorkshire Building Society":{tags:{name:"Yorkshire Building Society",amenity:"bank"},name:"Yorkshire Building Society",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Zagrebačka banka":{tags:{name:"Zagrebačka banka",amenity:"bank"},name:"Zagrebačka banka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Ziraat Bankası":{tags:{name:"Ziraat Bankası",amenity:"bank"},name:"Ziraat Bankası",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/mBank":{tags:{name:"mBank",amenity:"bank"},name:"mBank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ČSOB":{tags:{name:"ČSOB",amenity:"bank"},name:"ČSOB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Česká spořitelna":{tags:{name:"Česká spořitelna",amenity:"bank"},name:"Česká spořitelna",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/İş Bankası":{tags:{name:"İş Bankası",amenity:"bank"},name:"İş Bankası",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Εθνική Τράπεζα":{tags:{name:"Εθνική Τράπεζα",amenity:"bank"},name:"Εθνική Τράπεζα",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Πειραιώς":{tags:{name:"Πειραιώς",amenity:"bank"},name:"Πειραιώς",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Τράπεζα Πειραιώς":{tags:{name:"Τράπεζα Πειραιώς",amenity:"bank"},name:"Τράπεζα Πειραιώς",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Авангард":{tags:{name:"Авангард",amenity:"bank"},name:"Авангард",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Альфа-Банк":{tags:{name:"Альфа-Банк",amenity:"bank"},name:"Альфа-Банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Банк Москвы":{tags:{name:"Банк Москвы",amenity:"bank"},name:"Банк Москвы",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Банка ДСК":{tags:{name:"Банка ДСК",amenity:"bank"},name:"Банка ДСК",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Белагропромбанк":{tags:{name:"Белагропромбанк",amenity:"bank"},name:"Белагропромбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Беларусбанк":{tags:{name:"Беларусбанк",amenity:"bank"},name:"Беларусбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Белинвестбанк":{tags:{name:"Белинвестбанк",amenity:"bank"},name:"Белинвестбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Бинбанк":{tags:{name:"Бинбанк",amenity:"bank"},name:"Бинбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ВТБ":{tags:{name:"ВТБ",amenity:"bank"},name:"ВТБ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ВТБ24":{tags:{name:"ВТБ24",amenity:"bank"},name:"ВТБ24",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Возрождение":{tags:{name:"Возрождение",amenity:"bank"},name:"Возрождение",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Газпромбанк":{tags:{name:"Газпромбанк",amenity:"bank"},name:"Газпромбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Генбанк":{tags:{name:"Генбанк",amenity:"bank"},name:"Генбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Казкоммерцбанк":{tags:{name:"Казкоммерцбанк",amenity:"bank"},name:"Казкоммерцбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/МДМ Банк":{tags:{name:"МДМ Банк",amenity:"bank"},name:"МДМ Банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Московский индустриальный банк":{tags:{name:"Московский индустриальный банк",amenity:"bank"},name:"Московский индустриальный банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Мособлбанк":{tags:{name:"Мособлбанк",amenity:"bank"},name:"Мособлбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Народный банк":{tags:{name:"Народный банк",amenity:"bank"},name:"Народный банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ОТП Банк":{tags:{name:"ОТП Банк",amenity:"bank"},name:"ОТП Банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Открытие":{tags:{name:"Открытие",amenity:"bank"},name:"Открытие",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Ощадбанк":{tags:{name:"Ощадбанк",amenity:"bank"},name:"Ощадбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ПУМБ":{tags:{name:"ПУМБ",amenity:"bank"},name:"ПУМБ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Почта Банк":{tags:{name:"Почта Банк",amenity:"bank"},name:"Почта Банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ПриватБанк":{tags:{name:"ПриватБанк",amenity:"bank"},name:"ПриватБанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Приватбанк":{tags:{name:"Приватбанк",amenity:"bank"},name:"Приватбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Приднестровский Сбербанк":{tags:{name:"Приднестровский Сбербанк",amenity:"bank"},name:"Приднестровский Сбербанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Приорбанк":{tags:{name:"Приорбанк",amenity:"bank"},name:"Приорбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Промсвязьбанк":{tags:{name:"Промсвязьбанк",amenity:"bank"},name:"Промсвязьбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/РНКБ":{tags:{name:"РНКБ",amenity:"bank"},name:"РНКБ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Райффайзен":{tags:{name:"Райффайзен",amenity:"bank"},name:"Райффайзен",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Райффайзен Банк Аваль":{tags:{name:"Райффайзен Банк Аваль",amenity:"bank"},name:"Райффайзен Банк Аваль",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Райффайзенбанк":{tags:{name:"Райффайзенбанк",amenity:"bank"},name:"Райффайзенбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Росбанк":{tags:{name:"Росбанк",amenity:"bank"},name:"Росбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Россельхозбанк":{tags:{name:"Россельхозбанк",amenity:"bank"},name:"Россельхозбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Русский стандарт":{tags:{name:"Русский стандарт",amenity:"bank"},name:"Русский стандарт",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Сбербанк":{tags:{name:"Сбербанк",amenity:"bank"},name:"Сбербанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Совкомбанк":{tags:{name:"Совкомбанк",amenity:"bank"},name:"Совкомбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/УкрСиббанк":{tags:{name:"УкрСиббанк",amenity:"bank"},name:"УкрСиббанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Укрсоцбанк":{tags:{name:"Укрсоцбанк",amenity:"bank"},name:"Укрсоцбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Уралсиб":{tags:{name:"Уралсиб",amenity:"bank"},name:"Уралсиб",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Хоум Кредит":{tags:{name:"Хоум Кредит",amenity:"bank"},name:"Хоум Кредит",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/בנק הפועלים":{tags:{name:"בנק הפועלים",amenity:"bank"},name:"בנק הפועלים",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/בנק לאומי":{tags:{name:"בנק לאומי",amenity:"bank"},name:"בנק לאומי",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک":{tags:{name:"بانک",amenity:"bank"},name:"بانک",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک آینده":{tags:{name:"بانک آینده",amenity:"bank"},name:"بانک آینده",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک اقتصاد نوین":{tags:{name:"بانک اقتصاد نوین",amenity:"bank"},name:"بانک اقتصاد نوین",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک انصار":{tags:{name:"بانک انصار",amenity:"bank"},name:"بانک انصار",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک تجارت":{tags:{name:"بانک تجارت",amenity:"bank"},name:"بانک تجارت",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک رفاه":{tags:{name:"بانک رفاه",amenity:"bank"},name:"بانک رفاه",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک رفاه کارگران":{tags:{name:"بانک رفاه کارگران",amenity:"bank"},name:"بانک رفاه کارگران",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک سپه":{tags:{name:"بانک سپه",amenity:"bank"},name:"بانک سپه",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک شهر":{tags:{name:"بانک شهر",amenity:"bank"},name:"بانک شهر",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک صادرات":{tags:{name:"بانک صادرات",amenity:"bank"},name:"بانک صادرات",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک قوامین":{tags:{name:"بانک قوامین",amenity:"bank"},name:"بانک قوامین",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک مسکن":{tags:{name:"بانک مسکن",amenity:"bank"},name:"بانک مسکن",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک ملت":{tags:{name:"بانک ملت",amenity:"bank"},name:"بانک ملت",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک ملی":{tags:{name:"بانک ملی",amenity:"bank"},name:"بانک ملی",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک ملی ایران":{tags:{name:"بانک ملی ایران",amenity:"bank"},name:"بانک ملی ایران",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک مهر اقتصاد":{tags:{name:"بانک مهر اقتصاد",amenity:"bank"},name:"بانک مهر اقتصاد",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک پارسیان":{tags:{name:"بانک پارسیان",amenity:"bank"},name:"بانک پارسیان",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک پاسارگاد":{tags:{name:"بانک پاسارگاد",amenity:"bank"},name:"بانک پاسارگاد",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک کشاورزی":{tags:{name:"بانک کشاورزی",amenity:"bank"},name:"بانک کشاورزی",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/صادرات":{tags:{name:"صادرات",amenity:"bank"},name:"صادرات",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ملی":{tags:{name:"ملی",amenity:"bank"},name:"ملی",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/پست بانک":{tags:{name:"پست بانک",amenity:"bank"},name:"پست بانک",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารกรุงเทพ":{tags:{name:"ธนาคารกรุงเทพ",amenity:"bank"},name:"ธนาคารกรุงเทพ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารกรุงไทย":{tags:{name:"ธนาคารกรุงไทย",amenity:"bank"},name:"ธนาคารกรุงไทย",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารกสิกรไทย":{tags:{name:"ธนาคารกสิกรไทย",amenity:"bank"},name:"ธนาคารกสิกรไทย",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารออมสิน":{tags:{name:"ธนาคารออมสิน",amenity:"bank"},name:"ธนาคารออมสิน",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารไทยพาณิชย์":{tags:{name:"ธนาคารไทยพาณิชย์",amenity:"bank"},name:"ธนาคารไทยพาณิชย์",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/みずほ銀行":{tags:{name:"みずほ銀行",amenity:"bank"},name:"みずほ銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/りそな銀行":{tags:{name:"りそな銀行",amenity:"bank"},name:"りそな銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/三井住友銀行":{tags:{name:"三井住友銀行",amenity:"bank"},name:"三井住友銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/三菱東京UFJ銀行":{tags:{name:"三菱東京UFJ銀行",amenity:"bank"},name:"三菱東京UFJ銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国农业银行":{tags:{name:"中国农业银行",amenity:"bank"},name:"中国农业银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国工商银行":{tags:{name:"中国工商银行",amenity:"bank"},name:"中国工商银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国建设银行":{tags:{name:"中国建设银行",amenity:"bank"},name:"中国建设银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国邮政储蓄银行":{tags:{name:"中国邮政储蓄银行",amenity:"bank"},name:"中国邮政储蓄银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国银行":{tags:{name:"中国银行",amenity:"bank"},name:"中国银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/交通银行":{tags:{name:"交通银行",amenity:"bank"},name:"交通银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/京都中央信用金庫":{tags:{name:"京都中央信用金庫",amenity:"bank"},name:"京都中央信用金庫",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/京都銀行":{tags:{name:"京都銀行",amenity:"bank"},name:"京都銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/农业银行":{tags:{name:"农业银行",amenity:"bank"},name:"农业银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/北海道銀行":{tags:{name:"北海道銀行",amenity:"bank"},name:"北海道銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/合作金庫銀行":{tags:{name:"合作金庫銀行",amenity:"bank"},name:"合作金庫銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/土地銀行":{tags:{name:"土地銀行",amenity:"bank"},name:"土地銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/工商银行":{tags:{name:"工商银行",amenity:"bank"},name:"工商银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/建设银行":{tags:{name:"建设银行",amenity:"bank"},name:"建设银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/彰化銀行":{tags:{name:"彰化銀行",amenity:"bank"},name:"彰化銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/招商银行":{tags:{name:"招商银行",amenity:"bank"},name:"招商银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/横浜銀行":{tags:{name:"横浜銀行",amenity:"bank"},name:"横浜銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/第一銀行":{tags:{name:"第一銀行",amenity:"bank"},name:"第一銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/華南銀行":{tags:{name:"華南銀行",amenity:"bank"},name:"華南銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/국민은행":{tags:{name:"국민은행","name:en":"Gungmin Bank",amenity:"bank"},name:"국민은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/기업은행":{tags:{name:"기업은행",amenity:"bank"},name:"기업은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/농협":{tags:{name:"농협",amenity:"bank"},name:"농협",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/새마을금고":{tags:{name:"새마을금고",amenity:"bank"},name:"새마을금고",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/신한은행":{tags:{name:"신한은행","name:en":"Sinhan Bank",amenity:"bank"},name:"신한은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/우리은행":{tags:{name:"우리은행","name:en":"Uri Bank",amenity:"bank"},name:"우리은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/하나은행":{tags:{name:"하나은행",amenity:"bank"},name:"하나은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bar/Bar Centrale":{tags:{name:"Bar Centrale",amenity:"bar"},name:"Bar Centrale",icon:"maki-bar",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/bar/Bar Sport":{tags:{name:"Bar Sport",amenity:"bar"},name:"Bar Sport",icon:"maki-bar",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/bar/Beach Bar":{tags:{name:"Beach Bar",amenity:"bar"},name:"Beach Bar",icon:"maki-bar",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/bar/Pool Bar":{tags:{name:"Pool Bar",amenity:"bar"},name:"Pool Bar",icon:"maki-bar",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/bicycle_rental/Bicing":{tags:{name:"Bicing",amenity:"bicycle_rental"},name:"Bicing",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bicycle_rental/Call a Bike":{tags:{name:"Call a Bike",amenity:"bicycle_rental"},name:"Call a Bike",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bicycle_rental/Grid":{tags:{name:"Grid",amenity:"bicycle_rental"},name:"Grid",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bicycle_rental/Mibici":{tags:{name:"Mibici",amenity:"bicycle_rental"},name:"Mibici",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bicycle_rental/metropolradruhr":{tags:{name:"metropolradruhr",amenity:"bicycle_rental"},name:"metropolradruhr",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bureau_de_change/Abitab":{tags:{name:"Abitab",amenity:"bureau_de_change"},name:"Abitab",icon:"maki-bank",geometry:["point","area"],fields:["name","currency_multi","operator","address","building_area","opening_hours"],suggestion:true},"amenity/bureau_de_change/Change":{tags:{name:"Change",amenity:"bureau_de_change"},name:"Change",icon:"maki-bank",geometry:["point","area"],fields:["name","currency_multi","operator","address","building_area","opening_hours"],suggestion:true},"amenity/bureau_de_change/Travelex":{tags:{name:"Travelex",amenity:"bureau_de_change"},name:"Travelex",icon:"maki-bank",geometry:["point","area"],fields:["name","currency_multi","operator","address","building_area","opening_hours"],suggestion:true},"amenity/cafe/85度C":{tags:{name:"85度C",amenity:"cafe"},name:"85度C",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Bar Kafe":{tags:{name:"Bar Kafe",amenity:"cafe"},name:"Bar Kafe",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Barista":{tags:{name:"Barista",amenity:"cafe"},name:"Barista",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Bonafide":{tags:{name:"Bonafide",amenity:"cafe"},name:"Bonafide",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Cafe Coffee Day":{tags:{name:"Cafe Coffee Day",amenity:"cafe"},name:"Cafe Coffee Day",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Cafe Nero":{tags:{name:"Cafe Nero",amenity:"cafe"},name:"Cafe Nero",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Cafeteria":{tags:{name:"Cafeteria",amenity:"cafe"},name:"Cafeteria",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Cafetería":{tags:{name:"Cafetería",amenity:"cafe"},name:"Cafetería",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Caffè Nero":{tags:{name:"Caffè Nero",amenity:"cafe"},name:"Caffè Nero",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Café Amazon":{tags:{name:"Café Amazon",amenity:"cafe"},name:"Café Amazon",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Café Central":{tags:{name:"Café Central",amenity:"cafe"},name:"Café Central",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Café de la Place":{tags:{name:"Café de la Place",amenity:"cafe"},name:"Café de la Place",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Café des Sports":{tags:{name:"Café des Sports",amenity:"cafe"},name:"Café des Sports",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Caribou Coffee":{tags:{name:"Caribou Coffee",amenity:"cafe"},name:"Caribou Coffee",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Coffee Fellows":{tags:{name:"Coffee Fellows",amenity:"cafe"},name:"Coffee Fellows",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Coffee House":{tags:{name:"Coffee House",amenity:"cafe"},name:"Coffee House",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Coffee Island":{tags:{name:"Coffee Island",amenity:"cafe"},name:"Coffee Island",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Coffee Time":{tags:{name:"Coffee Time",amenity:"cafe"},name:"Coffee Time",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Costa":{tags:{name:"Costa",amenity:"cafe"},name:"Costa",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Country Style":{tags:{name:"Country Style",amenity:"cafe"},name:"Country Style",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Dunkin' Donuts":{tags:{name:"Dunkin' Donuts",cuisine:"donut",amenity:"cafe"},name:"Dunkin' Donuts",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Eiscafe Dolomiti":{tags:{name:"Eiscafe Dolomiti",amenity:"cafe"},name:"Eiscafe Dolomiti",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Eiscafe Venezia":{tags:{name:"Eiscafe Venezia",amenity:"cafe"},name:"Eiscafe Venezia",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Espresso House":{tags:{name:"Espresso House",amenity:"cafe"},name:"Espresso House",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Havanna":{tags:{name:"Havanna",amenity:"cafe"},name:"Havanna",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Internet Cafe":{tags:{name:"Internet Cafe",amenity:"cafe"},name:"Internet Cafe",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Kafe":{tags:{name:"Kafe",amenity:"cafe"},name:"Kafe",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Krispy Kreme":{tags:{name:"Krispy Kreme",amenity:"cafe"},name:"Krispy Kreme",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Le Pain Quotidien":{tags:{name:"Le Pain Quotidien",amenity:"cafe"},name:"Le Pain Quotidien",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/McCafé":{tags:{name:"McCafé",amenity:"cafe",cuisine:"coffee_shop"},name:"McCafé",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Peet's Coffee & Tea":{tags:{name:"Peet's Coffee & Tea",amenity:"cafe"},name:"Peet's Coffee & Tea",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Pret A Manger":{tags:{name:"Pret A Manger",amenity:"cafe"},name:"Pret A Manger",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Prime":{tags:{name:"Prime",amenity:"cafe"},name:"Prime",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Second Cup":{tags:{name:"Second Cup",amenity:"cafe"},name:"Second Cup",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Segafredo":{tags:{name:"Segafredo",amenity:"cafe"},name:"Segafredo",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Starbucks":{tags:{name:"Starbucks",cuisine:"coffee_shop",amenity:"cafe"},name:"Starbucks",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/The Coffee Bean & Tea Leaf":{tags:{name:"The Coffee Bean & Tea Leaf",amenity:"cafe"},name:"The Coffee Bean & Tea Leaf",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/The Coffee Club":{tags:{name:"The Coffee Club",amenity:"cafe"},name:"The Coffee Club",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Tim Hortons":{tags:{name:"Tim Hortons",amenity:"cafe"},name:"Tim Hortons",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Traveler's Coffee":{tags:{name:"Traveler's Coffee",amenity:"cafe"},name:"Traveler's Coffee",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Wayne's Coffee":{tags:{name:"Wayne's Coffee",amenity:"cafe"},name:"Wayne's Coffee",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Бистро":{tags:{name:"Бистро",amenity:"cafe"},name:"Бистро",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Буфет":{tags:{name:"Буфет",amenity:"cafe"},name:"Буфет",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Встреча":{tags:{name:"Встреча",amenity:"cafe"},name:"Встреча",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Даблби":{tags:{name:"Даблби",amenity:"cafe"},name:"Даблби",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Закусочная":{tags:{name:"Закусочная",amenity:"cafe"},name:"Закусочная",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Кофе Хауз":{tags:{name:"Кофе Хауз",amenity:"cafe"},name:"Кофе Хауз",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Кофейня":{tags:{name:"Кофейня",amenity:"cafe"},name:"Кофейня",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Лакомка":{tags:{name:"Лакомка",amenity:"cafe"},name:"Лакомка",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Летнее кафе":{tags:{name:"Летнее кафе",amenity:"cafe"},name:"Летнее кафе",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Пельменная":{tags:{name:"Пельменная",amenity:"cafe"},name:"Пельменная",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Пиццерия":{tags:{name:"Пиццерия",amenity:"cafe"},name:"Пиццерия",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Рандеву":{tags:{name:"Рандеву",amenity:"cafe"},name:"Рандеву",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Сказка":{tags:{name:"Сказка",amenity:"cafe"},name:"Сказка",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Старбакс":{tags:{name:"Старбакс",amenity:"cafe"},name:"Старбакс",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Столовая":{tags:{name:"Столовая",amenity:"cafe"},name:"Столовая",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Уют":{tags:{name:"Уют",amenity:"cafe"},name:"Уют",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Хуторок":{tags:{name:"Хуторок",amenity:"cafe"},name:"Хуторок",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Шашлычная":{tags:{name:"Шашлычная",amenity:"cafe"},name:"Шашлычная",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Шоколад":{tags:{name:"Шоколад",amenity:"cafe"},name:"Шоколад",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Шоколадница":{tags:{name:"Шоколадница",amenity:"cafe"},name:"Шоколадница",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/ארומה":{tags:{name:"ארומה",amenity:"cafe"},name:"ארומה",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/مقهى":{tags:{name:"مقهى",amenity:"cafe"},name:"مقهى",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/คาเฟ่ อเมซอน":{tags:{name:"คาเฟ่ อเมซอน",amenity:"cafe"},name:"คาเฟ่ อเมซอน",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/エクセルシオール カフェ":{tags:{name:"エクセルシオール カフェ",amenity:"cafe"},name:"エクセルシオール カフェ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/カフェ・ド・クリエ":{tags:{name:"カフェ・ド・クリエ","name:en":"Cafe de CRIE",amenity:"cafe"},name:"カフェ・ド・クリエ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/カフェ・ベローチェ":{tags:{name:"カフェ・ベローチェ",amenity:"cafe"},name:"カフェ・ベローチェ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/コメダ珈琲店":{tags:{name:"コメダ珈琲店",amenity:"cafe"},name:"コメダ珈琲店",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/サンマルクカフェ":{tags:{name:"サンマルクカフェ",amenity:"cafe"},name:"サンマルクカフェ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/スターバックス":{tags:{name:"スターバックス","name:en":"Starbucks",amenity:"cafe"},name:"スターバックス",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/タリーズコーヒー":{tags:{name:"タリーズコーヒー",amenity:"cafe"},name:"タリーズコーヒー",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/ドトールコーヒーショップ":{tags:{name:"ドトールコーヒーショップ","name:en":"Doutor",amenity:"cafe"},name:"ドトールコーヒーショップ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/星巴克":{tags:{name:"星巴克",amenity:"cafe"},name:"星巴克",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/스타벅스":{tags:{name:"스타벅스",amenity:"cafe"},name:"스타벅스",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/car_rental/Alamo":{tags:{name:"Alamo",amenity:"car_rental"},name:"Alamo",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Avis":{tags:{name:"Avis",amenity:"car_rental"},name:"Avis",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Budget":{tags:{name:"Budget",amenity:"car_rental"},name:"Budget",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Enterprise":{tags:{name:"Enterprise",amenity:"car_rental"},name:"Enterprise",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Enterprise Rent-a-Car":{tags:{name:"Enterprise Rent-a-Car",amenity:"car_rental"},name:"Enterprise Rent-a-Car",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Europcar":{tags:{name:"Europcar",amenity:"car_rental"},name:"Europcar",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Hertz":{tags:{name:"Hertz",amenity:"car_rental"},name:"Hertz",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Localiza":{tags:{name:"Localiza",amenity:"car_rental"},name:"Localiza",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Sixt":{tags:{name:"Sixt",amenity:"car_rental"},name:"Sixt",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Thrifty":{tags:{name:"Thrifty",amenity:"car_rental"},name:"Thrifty",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/U-Haul":{tags:{name:"U-Haul",amenity:"car_rental"},name:"U-Haul",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/オリックスレンタカー":{tags:{name:"オリックスレンタカー",amenity:"car_rental"},name:"オリックスレンタカー",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/トヨタレンタカー":{tags:{name:"トヨタレンタカー",amenity:"car_rental"},name:"トヨタレンタカー",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/トヨタレンタリース":{tags:{name:"トヨタレンタリース",amenity:"car_rental"},name:"トヨタレンタリース",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/ニッポンレンタカー":{tags:{name:"ニッポンレンタカー",amenity:"car_rental"},name:"ニッポンレンタカー",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_wash/Autolavaggio":{tags:{name:"Autolavaggio",amenity:"car_wash"},name:"Autolavaggio",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/H-E-B Car Wash":{tags:{name:"H-E-B Car Wash",amenity:"car_wash"},name:"H-E-B Car Wash",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Lavage Auto":{tags:{name:"Lavage Auto",amenity:"car_wash"},name:"Lavage Auto",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Lavazh":{tags:{name:"Lavazh",amenity:"car_wash"},name:"Lavazh",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Myjnia":{tags:{name:"Myjnia",amenity:"car_wash"},name:"Myjnia",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Myjnia bezdotykowa":{tags:{name:"Myjnia bezdotykowa",amenity:"car_wash"},name:"Myjnia bezdotykowa",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Myjnia samochodowa":{tags:{name:"Myjnia samochodowa",amenity:"car_wash"},name:"Myjnia samochodowa",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Spălătorie Auto":{tags:{name:"Spălătorie Auto",amenity:"car_wash"},name:"Spălătorie Auto",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Spălătorie auto":{tags:{name:"Spălătorie auto",amenity:"car_wash"},name:"Spălătorie auto",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Автомийка":{tags:{name:"Автомийка",amenity:"car_wash"},name:"Автомийка",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cinema City":{tags:{name:"Cinema City",amenity:"cinema"},name:"Cinema City",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cinemark":{tags:{name:"Cinemark",amenity:"cinema"},name:"Cinemark",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cinemex":{tags:{name:"Cinemex",amenity:"cinema"},name:"Cinemex",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cinepolis":{tags:{name:"Cinepolis",amenity:"cinema"},name:"Cinepolis",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cineworld":{tags:{name:"Cineworld",amenity:"cinema"},name:"Cineworld",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Odeon":{tags:{name:"Odeon",amenity:"cinema"},name:"Odeon",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/clinic/ФАП":{tags:{name:"ФАП",healthcare:"clinic",amenity:"clinic"},name:"ФАП",icon:"maki-doctor",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Aspen Dental":{tags:{name:"Aspen Dental",healthcare:"dentist",amenity:"dentist"},name:"Aspen Dental",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Family Dentistry":{tags:{name:"Family Dentistry",healthcare:"dentist",amenity:"dentist"},name:"Family Dentistry",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Vitaldent":{tags:{name:"Vitaldent",healthcare:"dentist",amenity:"dentist"},name:"Vitaldent",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Стоматолог":{tags:{name:"Стоматолог",healthcare:"dentist",amenity:"dentist"},name:"Стоматолог",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Стоматологія":{tags:{name:"Стоматологія",healthcare:"dentist",amenity:"dentist"},name:"Стоматологія",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/doctors/Háziorvosi rendelő":{tags:{name:"Háziorvosi rendelő",healthcare:"doctor",amenity:"doctors"},name:"Háziorvosi rendelő",icon:"maki-doctor",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/doctors/Инвитро":{tags:{name:"Инвитро",healthcare:"doctor",amenity:"doctors"},name:"Инвитро",icon:"maki-doctor",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/driving_school/Автодром":{tags:{name:"Автодром",amenity:"driving_school"},name:"Автодром",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/fast_food/A&W":{tags:{name:"A&W",amenity:"fast_food"},name:"A&W",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Ali Baba":{tags:{name:"Ali Baba",amenity:"fast_food"},name:"Ali Baba",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Angel's Burger":{tags:{name:"Angel's Burger",amenity:"fast_food"},name:"Angel's Burger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Antalya":{tags:{name:"Antalya",amenity:"fast_food"},name:"Antalya",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Arby's":{tags:{name:"Arby's",amenity:"fast_food"},name:"Arby's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Asia Bistro":{tags:{name:"Asia Bistro",amenity:"fast_food"},name:"Asia Bistro",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Asia Wok":{tags:{name:"Asia Wok",amenity:"fast_food"},name:"Asia Wok",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Baskin-Robbins":{tags:{name:"Baskin-Robbins",amenity:"fast_food"},name:"Baskin-Robbins",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Bistro":{tags:{name:"Bistro",amenity:"fast_food"},name:"Bistro",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Bob's":{tags:{name:"Bob's",amenity:"fast_food"},name:"Bob's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Bojangles":{tags:{name:"Bojangles",amenity:"fast_food"},name:"Bojangles",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Booster Juice":{tags:{name:"Booster Juice",amenity:"fast_food"},name:"Booster Juice",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Boston Market":{tags:{name:"Boston Market",amenity:"fast_food"},name:"Boston Market",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Braum's":{tags:{name:"Braum's",amenity:"fast_food"},name:"Braum's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Burger King":{tags:{name:"Burger King",cuisine:"burger",amenity:"fast_food"},name:"Burger King",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Burger Machine":{tags:{name:"Burger Machine",amenity:"fast_food"},name:"Burger Machine",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Büfé":{tags:{name:"Büfé",amenity:"fast_food"},name:"Büfé",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Captain D's":{tags:{name:"Captain D's",amenity:"fast_food"},name:"Captain D's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Carl's Jr.":{tags:{name:"Carl's Jr.",cuisine:"burger",amenity:"fast_food"},name:"Carl's Jr.",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Chick-fil-A":{tags:{name:"Chick-fil-A",cuisine:"chicken",amenity:"fast_food"},name:"Chick-fil-A",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Chicken Express":{tags:{name:"Chicken Express",amenity:"fast_food"},name:"Chicken Express",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Chipotle":{tags:{name:"Chipotle",cuisine:"mexican",amenity:"fast_food"},name:"Chipotle",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Chowking":{tags:{name:"Chowking",amenity:"fast_food"},name:"Chowking",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Church's Chicken":{tags:{name:"Church's Chicken",amenity:"fast_food"},name:"Church's Chicken",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/CoCo壱番屋":{tags:{name:"CoCo壱番屋",amenity:"fast_food"},name:"CoCo壱番屋",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Cold Stone Creamery":{tags:{name:"Cold Stone Creamery",amenity:"fast_food"},name:"Cold Stone Creamery",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Cook Out":{tags:{name:"Cook Out",amenity:"fast_food"},name:"Cook Out",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Culver's":{tags:{name:"Culver's",amenity:"fast_food"},name:"Culver's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/DQ":{tags:{name:"DQ",amenity:"fast_food"},name:"DQ",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Dairy Queen":{tags:{name:"Dairy Queen",amenity:"fast_food"},name:"Dairy Queen",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Del Taco":{tags:{name:"Del Taco",amenity:"fast_food"},name:"Del Taco",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Domino's Pizza":{tags:{name:"Domino's Pizza",cuisine:"pizza",amenity:"fast_food"},name:"Domino's Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/El Pollo Loco":{tags:{name:"El Pollo Loco",amenity:"fast_food"},name:"El Pollo Loco",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Everest":{tags:{name:"Everest",amenity:"fast_food"},name:"Everest",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Extreme Pita":{tags:{name:"Extreme Pita",amenity:"fast_food"},name:"Extreme Pita",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Fazoli's":{tags:{name:"Fazoli's",amenity:"fast_food"},name:"Fazoli's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Firehouse Subs":{tags:{name:"Firehouse Subs",amenity:"fast_food"},name:"Firehouse Subs",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Fish & Chips":{tags:{name:"Fish & Chips",amenity:"fast_food"},name:"Fish & Chips",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Fish and Chips":{tags:{name:"Fish and Chips",amenity:"fast_food"},name:"Fish and Chips",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Five Guys":{tags:{name:"Five Guys",amenity:"fast_food"},name:"Five Guys",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Greenwich":{tags:{name:"Greenwich",amenity:"fast_food"},name:"Greenwich",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Habib's":{tags:{name:"Habib's",amenity:"fast_food"},name:"Habib's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Hallo Pizza":{tags:{name:"Hallo Pizza",amenity:"fast_food"},name:"Hallo Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Hardee's":{tags:{name:"Hardee's",cuisine:"burger",amenity:"fast_food"},name:"Hardee's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Harvey's":{tags:{name:"Harvey's",amenity:"fast_food"},name:"Harvey's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Hesburger":{tags:{name:"Hesburger",amenity:"fast_food"},name:"Hesburger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Hungry Jacks":{tags:{name:"Hungry Jacks",cuisine:"burger",amenity:"fast_food"},name:"Hungry Jacks",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/In-N-Out Burger":{tags:{name:"In-N-Out Burger",amenity:"fast_food"},name:"In-N-Out Burger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Istanbul":{tags:{name:"Istanbul",amenity:"fast_food"},name:"Istanbul",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Istanbul Kebab":{tags:{name:"Istanbul Kebab",amenity:"fast_food"},name:"Istanbul Kebab",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jack in the Box":{tags:{name:"Jack in the Box",cuisine:"burger",amenity:"fast_food"},name:"Jack in the Box",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jamba Juice":{tags:{name:"Jamba Juice",amenity:"fast_food"},name:"Jamba Juice",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jersey Mike's Subs":{tags:{name:"Jersey Mike's Subs",amenity:"fast_food"},name:"Jersey Mike's Subs",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jimmy John's":{tags:{name:"Jimmy John's",cuisine:"sandwich",amenity:"fast_food"},name:"Jimmy John's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jollibee":{tags:{name:"Jollibee",amenity:"fast_food"},name:"Jollibee",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/KFC":{tags:{name:"KFC",cuisine:"chicken",amenity:"fast_food"},name:"KFC",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/KFC/Taco Bell":{tags:{name:"KFC/Taco Bell",amenity:"fast_food"},name:"KFC/Taco Bell",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Kebab House":{tags:{name:"Kebab House",amenity:"fast_food"},name:"Kebab House",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Kebabai":{tags:{name:"Kebabai",amenity:"fast_food"},name:"Kebabai",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Kochlöffel":{tags:{name:"Kochlöffel",amenity:"fast_food"},name:"Kochlöffel",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Kotipizza":{tags:{name:"Kotipizza",amenity:"fast_food"},name:"Kotipizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Krystal":{tags:{name:"Krystal",amenity:"fast_food"},name:"Krystal",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Little Caesars":{tags:{name:"Little Caesars",amenity:"fast_food"},name:"Little Caesars",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Little Caesars Pizza":{tags:{name:"Little Caesars Pizza",amenity:"fast_food"},name:"Little Caesars Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Long John Silver's":{tags:{name:"Long John Silver's",amenity:"fast_food"},name:"Long John Silver's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Lotteria":{tags:{name:"Lotteria",amenity:"fast_food"},name:"Lotteria",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Max":{tags:{name:"Max",amenity:"fast_food"},name:"Max",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/McDonald's":{tags:{name:"McDonald's",cuisine:"burger",amenity:"fast_food"},name:"McDonald's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Minute Burger":{tags:{name:"Minute Burger",amenity:"fast_food"},name:"Minute Burger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Mr. Sub":{tags:{name:"Mr. Sub",amenity:"fast_food"},name:"Mr. Sub",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/New York Pizza":{tags:{name:"New York Pizza",amenity:"fast_food"},name:"New York Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Nordsee":{tags:{name:"Nordsee",amenity:"fast_food"},name:"Nordsee",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Panda Express":{tags:{name:"Panda Express",cuisine:"chinese",amenity:"fast_food"},name:"Panda Express",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Papa John's":{tags:{name:"Papa John's",cuisine:"pizza",amenity:"fast_food"},name:"Papa John's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Papa Murphy's":{tags:{name:"Papa Murphy's",amenity:"fast_food"},name:"Papa Murphy's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pinulito":{tags:{name:"Pinulito",amenity:"fast_food"},name:"Pinulito",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pita Pit":{tags:{name:"Pita Pit",amenity:"fast_food"},name:"Pita Pit",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pizza Hut Delivery":{tags:{name:"Pizza Hut Delivery",amenity:"fast_food"},name:"Pizza Hut Delivery",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pizza King":{tags:{name:"Pizza King",amenity:"fast_food"},name:"Pizza King",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pizza Nova":{tags:{name:"Pizza Nova",amenity:"fast_food"},name:"Pizza Nova",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pizza Pizza":{tags:{name:"Pizza Pizza",amenity:"fast_food"},name:"Pizza Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pollo Campero":{tags:{name:"Pollo Campero",amenity:"fast_food"},name:"Pollo Campero",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pollo Granjero":{tags:{name:"Pollo Granjero",amenity:"fast_food"},name:"Pollo Granjero",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Popeye's":{tags:{name:"Popeye's",cuisine:"chicken",amenity:"fast_food"},name:"Popeye's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Popeyes Louisiana Kitchen":{tags:{name:"Popeyes Louisiana Kitchen",amenity:"fast_food"},name:"Popeyes Louisiana Kitchen",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Qdoba":{tags:{name:"Qdoba",amenity:"fast_food"},name:"Qdoba",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Quick":{tags:{name:"Quick",amenity:"fast_food"},name:"Quick",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Quiznos":{tags:{name:"Quiznos",amenity:"fast_food"},name:"Quiznos",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Rally's":{tags:{name:"Rally's",amenity:"fast_food"},name:"Rally's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Red Rooster":{tags:{name:"Red Rooster",amenity:"fast_food"},name:"Red Rooster",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Sbarro":{tags:{name:"Sbarro",amenity:"fast_food"},name:"Sbarro",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Schlotzsky's Deli":{tags:{name:"Schlotzsky's Deli",amenity:"fast_food"},name:"Schlotzsky's Deli",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Sibylla":{tags:{name:"Sibylla",amenity:"fast_food"},name:"Sibylla",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Sonic":{tags:{name:"Sonic",cuisine:"burger",amenity:"fast_food"},name:"Sonic",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Steers":{tags:{name:"Steers",amenity:"fast_food"},name:"Steers",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Subway":{tags:{name:"Subway",amenity:"fast_food"},name:"Subway",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Bell":{tags:{name:"Taco Bell",cuisine:"mexican",amenity:"fast_food"},name:"Taco Bell",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Bueno":{tags:{name:"Taco Bueno",amenity:"fast_food"},name:"Taco Bueno",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Cabana":{tags:{name:"Taco Cabana",amenity:"fast_food"},name:"Taco Cabana",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Del Mar":{tags:{name:"Taco Del Mar",amenity:"fast_food"},name:"Taco Del Mar",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco John's":{tags:{name:"Taco John's",amenity:"fast_food"},name:"Taco John's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Time":{tags:{name:"Taco Time",amenity:"fast_food"},name:"Taco Time",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Telepizza":{tags:{name:"Telepizza",amenity:"fast_food"},name:"Telepizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Thai Express":{tags:{name:"Thai Express",amenity:"fast_food"},name:"Thai Express",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/The Pizza Company":{tags:{name:"The Pizza Company",amenity:"fast_food"},name:"The Pizza Company",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Wendy's":{tags:{name:"Wendy's",cuisine:"burger",amenity:"fast_food"},name:"Wendy's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Whataburger":{tags:{name:"Whataburger",amenity:"fast_food"},name:"Whataburger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/White Castle":{tags:{name:"White Castle",amenity:"fast_food"},name:"White Castle",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Wienerschnitzel":{tags:{name:"Wienerschnitzel",amenity:"fast_food"},name:"Wienerschnitzel",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Wimpy":{tags:{name:"Wimpy",amenity:"fast_food"},name:"Wimpy",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Zaxby's":{tags:{name:"Zaxby's",amenity:"fast_food"},name:"Zaxby's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Γρηγόρης":{tags:{name:"Γρηγόρης",amenity:"fast_food"},name:"Γρηγόρης",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Бургер Кинг":{tags:{name:"Бургер Кинг",amenity:"fast_food"},name:"Бургер Кинг",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Крошка Картошка":{tags:{name:"Крошка Картошка",amenity:"fast_food"},name:"Крошка Картошка",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Макдоналдс":{tags:{name:"Макдоналдс","name:en":"McDonald's",amenity:"fast_food"},name:"Макдоналдс",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Робин Сдобин":{tags:{name:"Робин Сдобин",amenity:"fast_food"},name:"Робин Сдобин",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Русский Аппетит":{tags:{name:"Русский Аппетит",amenity:"fast_food"},name:"Русский Аппетит",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Сабвэй":{tags:{name:"Сабвэй",amenity:"fast_food"},name:"Сабвэй",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Стардог!s":{tags:{name:"Стардог!s",amenity:"fast_food"},name:"Стардог!s",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Теремок":{tags:{name:"Теремок",amenity:"fast_food"},name:"Теремок",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Шаверма":{tags:{name:"Шаверма",amenity:"fast_food"},name:"Шаверма",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Шаурма":{tags:{name:"Шаурма",amenity:"fast_food"},name:"Шаурма",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/かっぱ寿司":{tags:{name:"かっぱ寿司",amenity:"fast_food"},name:"かっぱ寿司",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/かつや":{tags:{name:"かつや",amenity:"fast_food"},name:"かつや",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/くら寿司":{tags:{name:"くら寿司",amenity:"fast_food"},name:"くら寿司",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/すき家":{tags:{name:"すき家","name:en":"Sukiya",amenity:"fast_food"},name:"すき家",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/なか卯":{tags:{name:"なか卯",amenity:"fast_food"},name:"なか卯",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ほっかほっか亭":{tags:{name:"ほっかほっか亭",amenity:"fast_food"},name:"ほっかほっか亭",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ほっともっと":{tags:{name:"ほっともっと",amenity:"fast_food"},name:"ほっともっと",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/オリジン弁当":{tags:{name:"オリジン弁当",amenity:"fast_food"},name:"オリジン弁当",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ケンタッキーフライドチキン":{tags:{name:"ケンタッキーフライドチキン",cuisine:"chicken","name:en":"KFC",amenity:"fast_food"},name:"ケンタッキーフライドチキン",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/サブウェイ":{tags:{name:"サブウェイ",amenity:"fast_food"},name:"サブウェイ",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/スシロー":{tags:{name:"スシロー",amenity:"fast_food"},name:"スシロー",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/マクドナルド":{tags:{name:"マクドナルド",cuisine:"burger","name:en":"McDonald's",amenity:"fast_food"},name:"マクドナルド",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ミスタードーナツ":{tags:{name:"ミスタードーナツ",amenity:"fast_food"},name:"ミスタードーナツ",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/モスバーガー":{tags:{name:"モスバーガー","name:en":"Mos Burger",amenity:"fast_food"},name:"モスバーガー",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ロッテリア":{tags:{name:"ロッテリア",amenity:"fast_food"},name:"ロッテリア",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/吉野家":{tags:{name:"吉野家",amenity:"fast_food"},name:"吉野家",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/幸楽苑":{tags:{name:"幸楽苑",amenity:"fast_food"},name:"幸楽苑",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/摩斯漢堡":{tags:{name:"摩斯漢堡",amenity:"fast_food"},name:"摩斯漢堡",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/松屋":{tags:{name:"松屋","name:en":"Matsuya",amenity:"fast_food"},name:"松屋",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/肯德基":{tags:{name:"肯德基",amenity:"fast_food"},name:"肯德基",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/麥當勞":{tags:{name:"麥當勞",amenity:"fast_food"},name:"麥當勞",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/麦当劳":{tags:{name:"麦当劳",amenity:"fast_food"},name:"麦当劳",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/롯데리아":{tags:{name:"롯데리아",amenity:"fast_food"},name:"롯데리아",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fuel/76":{tags:{name:"76",amenity:"fuel"},name:"76",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/1-2-3":{tags:{name:"1-2-3",amenity:"fuel"},name:"1-2-3",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ADNOC":{tags:{name:"ADNOC",amenity:"fuel"},name:"ADNOC",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ANP":{tags:{name:"ANP",amenity:"fuel"},name:"ANP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ARAL":{tags:{name:"ARAL",amenity:"fuel"},name:"ARAL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Aegean":{tags:{name:"Aegean",amenity:"fuel"},name:"Aegean",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Afriquia":{tags:{name:"Afriquia",amenity:"fuel"},name:"Afriquia",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Agip":{tags:{name:"Agip",amenity:"fuel"},name:"Agip",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Agrola":{tags:{name:"Agrola",amenity:"fuel"},name:"Agrola",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Alon":{tags:{name:"Alon",amenity:"fuel"},name:"Alon",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Alpet":{tags:{name:"Alpet",amenity:"fuel"},name:"Alpet",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Api":{tags:{name:"Api",amenity:"fuel"},name:"Api",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Aral":{tags:{name:"Aral",amenity:"fuel"},name:"Aral",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Arco":{tags:{name:"Arco",amenity:"fuel"},name:"Arco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Avanti":{tags:{name:"Avanti",amenity:"fuel"},name:"Avanti",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Avia":{tags:{name:"Avia",amenity:"fuel"},name:"Avia",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BEBECO":{tags:{name:"BEBECO",amenity:"fuel"},name:"BEBECO",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BFT":{tags:{name:"BFT",amenity:"fuel"},name:"BFT",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BHPetrol":{tags:{name:"BHPetrol",amenity:"fuel"},name:"BHPetrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BP":{tags:{name:"BP",amenity:"fuel"},name:"BP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BR":{tags:{name:"BR",amenity:"fuel"},name:"BR",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Bangchak":{tags:{name:"Bangchak",amenity:"fuel"},name:"Bangchak",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Benzina":{tags:{name:"Benzina",amenity:"fuel"},name:"Benzina",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Bharat Petroleum":{tags:{name:"Bharat Petroleum",amenity:"fuel"},name:"Bharat Petroleum",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Bliska":{tags:{name:"Bliska",amenity:"fuel"},name:"Bliska",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/CAMPSA":{tags:{name:"CAMPSA",amenity:"fuel"},name:"CAMPSA",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/CARREFOUR":{tags:{name:"CARREFOUR",amenity:"fuel"},name:"CARREFOUR",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/CEPSA":{tags:{name:"CEPSA",amenity:"fuel"},name:"CEPSA",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/CNG":{tags:{name:"CNG",amenity:"fuel"},name:"CNG",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Caltex":{tags:{name:"Caltex",amenity:"fuel"},name:"Caltex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Campsa":{tags:{name:"Campsa",amenity:"fuel"},name:"Campsa",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Casey's General Store":{tags:{name:"Casey's General Store",amenity:"fuel"},name:"Casey's General Store",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Cenex":{tags:{name:"Cenex",amenity:"fuel"},name:"Cenex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Cepsa":{tags:{name:"Cepsa",amenity:"fuel"},name:"Cepsa",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Ceypetco":{tags:{name:"Ceypetco",amenity:"fuel"},name:"Ceypetco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Chevron":{tags:{name:"Chevron",amenity:"fuel"},name:"Chevron",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Citgo":{tags:{name:"Citgo",amenity:"fuel"},name:"Citgo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Clark":{tags:{name:"Clark",amenity:"fuel"},name:"Clark",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Coles Express":{tags:{name:"Coles Express",amenity:"fuel"},name:"Coles Express",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Conoco":{tags:{name:"Conoco",amenity:"fuel"},name:"Conoco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Copec":{tags:{name:"Copec",amenity:"fuel"},name:"Copec",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Copetrol":{tags:{name:"Copetrol",amenity:"fuel"},name:"Copetrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Cosmo":{tags:{name:"Cosmo",amenity:"fuel"},name:"Cosmo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Crodux":{tags:{name:"Crodux",amenity:"fuel"},name:"Crodux",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Delta":{tags:{name:"Delta",amenity:"fuel"},name:"Delta",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Diamond Shamrock":{tags:{name:"Diamond Shamrock",amenity:"fuel"},name:"Diamond Shamrock",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Drummed Fuel":{tags:{name:"Drummed Fuel",amenity:"fuel"},name:"Drummed Fuel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/EKO":{tags:{name:"EKO",amenity:"fuel"},name:"EKO",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ENEOS":{tags:{name:"ENEOS",amenity:"fuel"},name:"ENEOS",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ENI":{tags:{name:"ENI",amenity:"fuel"},name:"ENI",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ERG":{tags:{name:"ERG",amenity:"fuel"},name:"ERG",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Elan":{tags:{name:"Elan",amenity:"fuel"},name:"Elan",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Eneos":{tags:{name:"Eneos",amenity:"fuel"},name:"Eneos",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Engen":{tags:{name:"Engen",amenity:"fuel"},name:"Engen",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Eni":{tags:{name:"Eni",amenity:"fuel"},name:"Eni",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Erg":{tags:{name:"Erg",amenity:"fuel"},name:"Erg",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Esso":{tags:{name:"Esso",amenity:"fuel"},name:"Esso",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Esso Express":{tags:{name:"Esso Express",amenity:"fuel"},name:"Esso Express",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/EuroOil":{tags:{name:"EuroOil",amenity:"fuel"},name:"EuroOil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Exxon":{tags:{name:"Exxon",amenity:"fuel"},name:"Exxon",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/F24":{tags:{name:"F24",amenity:"fuel"},name:"F24",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Firezone":{tags:{name:"Firezone",amenity:"fuel"},name:"Firezone",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Flying V":{tags:{name:"Flying V",amenity:"fuel"},name:"Flying V",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/GALP":{tags:{name:"GALP",amenity:"fuel"},name:"GALP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Gazprom":{tags:{name:"Gazprom",amenity:"fuel"},name:"Gazprom",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/GetGo":{tags:{name:"GetGo",amenity:"fuel"},name:"GetGo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Goil":{tags:{name:"Goil",amenity:"fuel"},name:"Goil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Gulf":{tags:{name:"Gulf",amenity:"fuel"},name:"Gulf",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/H-E-B Fuel":{tags:{name:"H-E-B Fuel",amenity:"fuel"},name:"H-E-B Fuel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/H-E-B Gas":{tags:{name:"H-E-B Gas",amenity:"fuel"},name:"H-E-B Gas",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/HEM":{tags:{name:"HEM",amenity:"fuel"},name:"HEM",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/HP":{tags:{name:"HP",amenity:"fuel"},name:"HP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/HP Petrol Pump":{tags:{name:"HP Petrol Pump",amenity:"fuel"},name:"HP Petrol Pump",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Helios":{tags:{name:"Helios",amenity:"fuel"},name:"Helios",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Hess":{tags:{name:"Hess",amenity:"fuel"},name:"Hess",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Hindustan Petroleum":{tags:{name:"Hindustan Petroleum",amenity:"fuel"},name:"Hindustan Petroleum",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Holiday":{tags:{name:"Holiday",amenity:"fuel"},name:"Holiday",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Husky":{tags:{name:"Husky",amenity:"fuel"},name:"Husky",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/IES":{tags:{name:"IES",amenity:"fuel"},name:"IES",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/IP":{tags:{name:"IP",amenity:"fuel"},name:"IP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Independent Fuel Station":{tags:{name:"Independent Fuel Station",amenity:"fuel"},name:"Independent Fuel Station",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Indian Oil":{tags:{name:"Indian Oil",amenity:"fuel"},name:"Indian Oil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Indipend.":{tags:{name:"Indipend.",amenity:"fuel"},name:"Indipend.",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Ingo":{tags:{name:"Ingo",amenity:"fuel"},name:"Ingo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Ipiranga":{tags:{name:"Ipiranga",amenity:"fuel"},name:"Ipiranga",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Irving":{tags:{name:"Irving",amenity:"fuel"},name:"Irving",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/JA-SS":{tags:{name:"JA-SS",amenity:"fuel"},name:"JA-SS",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/JOMO":{tags:{name:"JOMO",amenity:"fuel"},name:"JOMO",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Jet":{tags:{name:"Jet",amenity:"fuel"},name:"Jet",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Jetti":{tags:{name:"Jetti",amenity:"fuel"},name:"Jetti",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kangaroo":{tags:{name:"Kangaroo",amenity:"fuel"},name:"Kangaroo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kobil":{tags:{name:"Kobil",amenity:"fuel"},name:"Kobil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kroger Fuel":{tags:{name:"Kroger Fuel",amenity:"fuel"},name:"Kroger Fuel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kum & Go":{tags:{name:"Kum & Go",amenity:"fuel"},name:"Kum & Go",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kwik Trip":{tags:{name:"Kwik Trip",amenity:"fuel"},name:"Kwik Trip",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/LPG":{tags:{name:"LPG",amenity:"fuel"},name:"LPG",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/LPG Station":{tags:{name:"LPG Station",amenity:"fuel"},name:"LPG Station",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/LUKOIL":{tags:{name:"LUKOIL",amenity:"fuel"},name:"LUKOIL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Liberty":{tags:{name:"Liberty",amenity:"fuel"},name:"Liberty",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Lotos":{tags:{name:"Lotos",amenity:"fuel"},name:"Lotos",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Lotos Optima":{tags:{name:"Lotos Optima",amenity:"fuel"},name:"Lotos Optima",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Love's":{tags:{name:"Love's",amenity:"fuel"},name:"Love's",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Lukoil":{tags:{name:"Lukoil",amenity:"fuel"},name:"Lukoil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/MEROIL":{tags:{name:"MEROIL",amenity:"fuel"},name:"MEROIL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/MOL":{tags:{name:"MOL",amenity:"fuel"},name:"MOL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/MRS":{tags:{name:"MRS",amenity:"fuel"},name:"MRS",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Marathon":{tags:{name:"Marathon",amenity:"fuel"},name:"Marathon",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Maverik":{tags:{name:"Maverik",amenity:"fuel"},name:"Maverik",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Maxol":{tags:{name:"Maxol",amenity:"fuel"},name:"Maxol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Metano":{tags:{name:"Metano",amenity:"fuel"},name:"Metano",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Migrol":{tags:{name:"Migrol",amenity:"fuel"},name:"Migrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Minipump":{tags:{name:"Minipump",amenity:"fuel"},name:"Minipump",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Mobil":{tags:{name:"Mobil",amenity:"fuel"},name:"Mobil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Mobile":{tags:{name:"Mobile",amenity:"fuel"},name:"Mobile",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Mol":{tags:{name:"Mol",amenity:"fuel"},name:"Mol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Moya":{tags:{name:"Moya",amenity:"fuel"},name:"Moya",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Murphy USA":{tags:{name:"Murphy USA",amenity:"fuel"},name:"Murphy USA",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Neste":{tags:{name:"Neste",amenity:"fuel"},name:"Neste",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/OIL!":{tags:{name:"OIL!",amenity:"fuel"},name:"OIL!",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/OK":{tags:{name:"OK",amenity:"fuel"},name:"OK",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/OKQ8":{tags:{name:"OKQ8",amenity:"fuel"},name:"OKQ8",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/OMV":{tags:{name:"OMV",amenity:"fuel"},name:"OMV",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Oilibya":{tags:{name:"Oilibya",brand:"Oilibya","name:ar":"أويليبيا",amenity:"fuel"},name:"Oilibya",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Opet":{tags:{name:"Opet",amenity:"fuel"},name:"Opet",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Orlen":{tags:{name:"Orlen",amenity:"fuel"},name:"Orlen",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PETRONOR":{tags:{name:"PETRONOR",amenity:"fuel"},name:"PETRONOR",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PSO":{tags:{name:"PSO",amenity:"fuel"},name:"PSO",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PSO Petrol Pump":{tags:{name:"PSO Petrol Pump",amenity:"fuel"},name:"PSO Petrol Pump",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PT":{tags:{name:"PT",amenity:"fuel"},name:"PT",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PTT":{tags:{name:"PTT",amenity:"fuel"},name:"PTT",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PV Oil":{tags:{name:"PV Oil",amenity:"fuel"},name:"PV Oil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pacific Pride":{tags:{name:"Pacific Pride",amenity:"fuel"},name:"Pacific Pride",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pecsa":{tags:{name:"Pecsa",amenity:"fuel"},name:"Pecsa",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pemex":{tags:{name:"Pemex",amenity:"fuel"},name:"Pemex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pertamina":{tags:{name:"Pertamina",amenity:"fuel"},name:"Pertamina",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petro":{tags:{name:"Petro",amenity:"fuel"},name:"Petro",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petro-Canada":{tags:{name:"Petro-Canada",amenity:"fuel"},name:"Petro-Canada",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petrochina":{tags:{name:"Petrochina",amenity:"fuel"},name:"Petrochina",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petroecuador":{tags:{name:"Petroecuador",amenity:"fuel"},name:"Petroecuador",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petrol Ofisi":{tags:{name:"Petrol Ofisi",amenity:"fuel"},name:"Petrol Ofisi",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petrolimex":{tags:{name:"Petrolimex",amenity:"fuel"},name:"Petrolimex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petrom":{tags:{name:"Petrom",amenity:"fuel"},name:"Petrom",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petron":{tags:{name:"Petron",amenity:"fuel"},name:"Petron",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petronas":{tags:{name:"Petronas",amenity:"fuel"},name:"Petronas",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petroperu":{tags:{name:"Petroperu",amenity:"fuel"},name:"Petroperu",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Phillips 66":{tags:{name:"Phillips 66",amenity:"fuel"},name:"Phillips 66",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Phoenix":{tags:{name:"Phoenix",amenity:"fuel"},name:"Phoenix",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pilot":{tags:{name:"Pilot",amenity:"fuel"},name:"Pilot",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pioneer":{tags:{name:"Pioneer",amenity:"fuel"},name:"Pioneer",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Posto":{tags:{name:"Posto",amenity:"fuel"},name:"Posto",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Posto Atem":{tags:{name:"Posto Atem",amenity:"fuel"},name:"Posto Atem",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Posto Ipiranga":{tags:{name:"Posto Ipiranga",amenity:"fuel"},name:"Posto Ipiranga",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Posto Shell":{tags:{name:"Posto Shell",amenity:"fuel"},name:"Posto Shell",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Primax":{tags:{name:"Primax",amenity:"fuel"},name:"Primax",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Prio":{tags:{name:"Prio",amenity:"fuel"},name:"Prio",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Puma":{tags:{name:"Puma",amenity:"fuel"},name:"Puma",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Q1":{tags:{name:"Q1",amenity:"fuel"},name:"Q1",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Q8":{tags:{name:"Q8",amenity:"fuel"},name:"Q8",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Q8 Easy":{tags:{name:"Q8 Easy",amenity:"fuel"},name:"Q8 Easy",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/QuikTrip":{tags:{name:"QuikTrip",amenity:"fuel"},name:"QuikTrip",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/REPSOL":{tags:{name:"REPSOL",amenity:"fuel"},name:"REPSOL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/RaceTrac":{tags:{name:"RaceTrac",amenity:"fuel"},name:"RaceTrac",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Repsol":{tags:{name:"Repsol",amenity:"fuel"},name:"Repsol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Rompetrol":{tags:{name:"Rompetrol",amenity:"fuel"},name:"Rompetrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Rubis":{tags:{name:"Rubis",amenity:"fuel"},name:"Rubis",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/SB Tank":{tags:{name:"SB Tank",amenity:"fuel"},name:"SB Tank",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/SPBU":{tags:{name:"SPBU",amenity:"fuel"},name:"SPBU",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sasol":{tags:{name:"Sasol",amenity:"fuel"},name:"Sasol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sea Oil":{tags:{name:"Sea Oil",amenity:"fuel"},name:"Sea Oil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sheetz":{tags:{name:"Sheetz",amenity:"fuel"},name:"Sheetz",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Shell":{tags:{name:"Shell",amenity:"fuel"},name:"Shell",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Shell Express":{tags:{name:"Shell Express",amenity:"fuel"},name:"Shell Express",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sinclair":{tags:{name:"Sinclair",amenity:"fuel"},name:"Sinclair",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sinopec":{tags:{name:"Sinopec",amenity:"fuel"},name:"Sinopec",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sinopec Fuel":{tags:{name:"Sinopec Fuel",amenity:"fuel"},name:"Sinopec Fuel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Slovnaft":{tags:{name:"Slovnaft",amenity:"fuel"},name:"Slovnaft",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Socar":{tags:{name:"Socar",amenity:"fuel"},name:"Socar",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sokimex":{tags:{name:"Sokimex",amenity:"fuel"},name:"Sokimex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Speedway":{tags:{name:"Speedway",amenity:"fuel"},name:"Speedway",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/St1":{tags:{name:"St1",amenity:"fuel"},name:"St1",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Star":{tags:{name:"Star",amenity:"fuel"},name:"Star",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Star Oil":{tags:{name:"Star Oil",amenity:"fuel"},name:"Star Oil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Station Service E. Leclerc":{tags:{name:"Station Service E. Leclerc",amenity:"fuel"},name:"Station Service E. Leclerc",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Statoil":{tags:{name:"Statoil",amenity:"fuel"},name:"Statoil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sunoco":{tags:{name:"Sunoco",amenity:"fuel"},name:"Sunoco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Tamoil":{tags:{name:"Tamoil",amenity:"fuel"},name:"Tamoil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Tango":{tags:{name:"Tango",amenity:"fuel"},name:"Tango",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Teboil":{tags:{name:"Teboil",amenity:"fuel"},name:"Teboil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Tela":{tags:{name:"Tela",amenity:"fuel"},name:"Tela",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Terpel":{tags:{name:"Terpel",amenity:"fuel"},name:"Terpel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Texaco":{tags:{name:"Texaco",amenity:"fuel"},name:"Texaco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Tinq":{tags:{name:"Tinq",amenity:"fuel"},name:"Tinq",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Topaz":{tags:{name:"Topaz",amenity:"fuel"},name:"Topaz",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Total":{tags:{name:"Total",amenity:"fuel"},name:"Total",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Total Access":{tags:{name:"Total Access",amenity:"fuel"},name:"Total Access",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Total Erg":{tags:{name:"Total Erg",amenity:"fuel"},name:"Total Erg",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/TotalErg":{tags:{name:"TotalErg",amenity:"fuel"},name:"TotalErg",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Turkey Hill":{tags:{name:"Turkey Hill",amenity:"fuel"},name:"Turkey Hill",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Turmöl":{tags:{name:"Turmöl",amenity:"fuel"},name:"Turmöl",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Ultramar":{tags:{name:"Ultramar",amenity:"fuel"},name:"Ultramar",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/United":{tags:{name:"United",amenity:"fuel"},name:"United",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Uno":{tags:{name:"Uno",amenity:"fuel"},name:"Uno",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Uno-X":{tags:{name:"Uno-X",amenity:"fuel"},name:"Uno-X",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Valero":{tags:{name:"Valero",amenity:"fuel"},name:"Valero",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Vito":{tags:{name:"Vito",amenity:"fuel"},name:"Vito",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/WOG":{tags:{name:"WOG",amenity:"fuel"},name:"WOG",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Westfalen":{tags:{name:"Westfalen",amenity:"fuel"},name:"Westfalen",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Woolworths Petrol":{tags:{name:"Woolworths Petrol",amenity:"fuel"},name:"Woolworths Petrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Z":{tags:{name:"Z",amenity:"fuel"},name:"Z",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/bft":{tags:{name:"bft",amenity:"fuel"},name:"bft",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/eni":{tags:{name:"eni",amenity:"fuel"},name:"eni",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ΕΚΟ":{tags:{name:"ΕΚΟ",amenity:"fuel"},name:"ΕΚΟ",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/АГЗС":{tags:{name:"АГЗС",amenity:"fuel"},name:"АГЗС",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/АЗС":{tags:{name:"АЗС",amenity:"fuel"},name:"АЗС",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Авіас":{tags:{name:"Авіас",amenity:"fuel"},name:"Авіас",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/БРСМ-Нафта":{tags:{name:"БРСМ-Нафта",amenity:"fuel"},name:"БРСМ-Нафта",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Башнефть":{tags:{name:"Башнефть",amenity:"fuel"},name:"Башнефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Белоруснефть":{tags:{name:"Белоруснефть",amenity:"fuel"},name:"Белоруснефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Газовая заправка":{tags:{name:"Газовая заправка",amenity:"fuel"},name:"Газовая заправка",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Газпромнефть":{tags:{name:"Газпромнефть",amenity:"fuel"},name:"Газпромнефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Гелиос":{tags:{name:"Гелиос",amenity:"fuel"},name:"Гелиос",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ЕКА":{tags:{name:"ЕКА",amenity:"fuel"},name:"ЕКА",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Заправка":{tags:{name:"Заправка",amenity:"fuel"},name:"Заправка",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/КазМунайГаз":{tags:{name:"КазМунайГаз",amenity:"fuel"},name:"КазМунайГаз",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Лукойл":{tags:{name:"Лукойл",amenity:"fuel"},name:"Лукойл",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Макпетрол":{tags:{name:"Макпетрол",amenity:"fuel"},name:"Макпетрол",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/НК Альянс":{tags:{name:"НК Альянс",amenity:"fuel"},name:"НК Альянс",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Нефтьмагистраль":{tags:{name:"Нефтьмагистраль",amenity:"fuel"},name:"Нефтьмагистраль",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ОККО":{tags:{name:"ОККО",amenity:"fuel"},name:"ОККО",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ОМВ":{tags:{name:"ОМВ",amenity:"fuel"},name:"ОМВ",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Октан":{tags:{name:"Октан",amenity:"fuel"},name:"Октан",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ПТК":{tags:{name:"ПТК",amenity:"fuel"},name:"ПТК",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Петрол":{tags:{name:"Петрол",amenity:"fuel"},name:"Петрол",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Пропан":{tags:{name:"Пропан",amenity:"fuel"},name:"Пропан",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Роснефть":{tags:{name:"Роснефть",amenity:"fuel"},name:"Роснефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Сибнефть":{tags:{name:"Сибнефть",amenity:"fuel"},name:"Сибнефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Сургутнефтегаз":{tags:{name:"Сургутнефтегаз",amenity:"fuel"},name:"Сургутнефтегаз",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ТНК":{tags:{name:"ТНК",amenity:"fuel"},name:"ТНК",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Татнефтепродукт":{tags:{name:"Татнефтепродукт",amenity:"fuel"},name:"Татнефтепродукт",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Татнефть":{tags:{name:"Татнефть",amenity:"fuel"},name:"Татнефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Укрнафта":{tags:{name:"Укрнафта",amenity:"fuel"},name:"Укрнафта",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/דור אלון":{tags:{name:"דור אלון",amenity:"fuel"},name:"דור אלון",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/דלק":{tags:{name:"דלק",amenity:"fuel"},name:"דלק",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/סונול":{tags:{name:"סונול",amenity:"fuel"},name:"סונול",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/פז":{tags:{name:"פז",amenity:"fuel"},name:"פז",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/محطة وقود":{tags:{name:"محطة وقود",amenity:"fuel"},name:"محطة وقود",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/محطه وقود":{tags:{name:"محطه وقود",amenity:"fuel"},name:"محطه وقود",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/پمپ بنزین":{tags:{name:"پمپ بنزین",amenity:"fuel"},name:"پمپ بنزین",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/پمپ گاز":{tags:{name:"پمپ گاز",amenity:"fuel"},name:"پمپ گاز",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/บางจาก":{tags:{name:"บางจาก",amenity:"fuel"},name:"บางจาก",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ป.ต.ท.":{tags:{name:"ป.ต.ท.",amenity:"fuel"},name:"ป.ต.ท.",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/เชลล์":{tags:{name:"เชลล์",amenity:"fuel"},name:"เชลล์",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/เอสโซ่":{tags:{name:"เอสโซ่",amenity:"fuel"},name:"เอสโซ่",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/エッソ":{tags:{name:"エッソ",amenity:"fuel"},name:"エッソ",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/エネオス":{tags:{name:"エネオス",amenity:"fuel"},name:"エネオス",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/コスモ石油":{tags:{name:"コスモ石油",amenity:"fuel"},name:"コスモ石油",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ゼネラル":{tags:{name:"ゼネラル",amenity:"fuel"},name:"ゼネラル",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/中国石化":{tags:{name:"中国石化",amenity:"fuel"},name:"中国石化",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/中国石化 Sinopec":{tags:{name:"中国石化 Sinopec",amenity:"fuel"},name:"中国石化 Sinopec",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/中国石油":{tags:{name:"中国石油",amenity:"fuel"},name:"中国石油",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/中油":{tags:{name:"中油",amenity:"fuel"},name:"中油",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/出光":{tags:{name:"出光","name:en":"Idemitsu",amenity:"fuel"},name:"出光",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/加油站":{tags:{name:"加油站",amenity:"fuel"},name:"加油站",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/台灣中油":{tags:{name:"台灣中油",amenity:"fuel"},name:"台灣中油",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/昭和シェル":{tags:{name:"昭和シェル",amenity:"fuel"},name:"昭和シェル",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/hospital/Cruz Roja":{tags:{name:"Cruz Roja",healthcare:"hospital",amenity:"hospital"},name:"Cruz Roja",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/IMSS":{tags:{name:"IMSS",healthcare:"hospital",amenity:"hospital"},name:"IMSS",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Инфекционное отделение":{tags:{name:"Инфекционное отделение",healthcare:"hospital",amenity:"hospital"},name:"Инфекционное отделение",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Кожно-венерологический диспансер":{tags:{name:"Кожно-венерологический диспансер",healthcare:"hospital",amenity:"hospital"},name:"Кожно-венерологический диспансер",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Районная больница":{tags:{name:"Районная больница",healthcare:"hospital",amenity:"hospital"},name:"Районная больница",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Роддом":{tags:{name:"Роддом",healthcare:"hospital",amenity:"hospital"},name:"Роддом",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Родильный дом":{tags:{name:"Родильный дом",healthcare:"hospital",amenity:"hospital"},name:"Родильный дом",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Скорая помощь":{tags:{name:"Скорая помощь",healthcare:"hospital",amenity:"hospital"},name:"Скорая помощь",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/ЦРБ":{tags:{name:"ЦРБ",healthcare:"hospital",amenity:"hospital"},name:"ЦРБ",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Центральная районная больница":{tags:{name:"Центральная районная больница",healthcare:"hospital",amenity:"hospital"},name:"Центральная районная больница",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/โรงพยาบาลส่งเสริมสุขภาพตำบล":{tags:{name:"โรงพยาบาลส่งเสริมสุขภาพตำบล",healthcare:"hospital",amenity:"hospital"},name:"โรงพยาบาลส่งเสริมสุขภาพตำบล",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/ice_cream/Grido":{tags:{name:"Grido",amenity:"ice_cream"},name:"Grido",icon:"maki-ice-cream",geometry:["point","area"],fields:["name","address","building_area","opening_hours","takeaway","delivery","outdoor_seating"],suggestion:true},"amenity/kindergarten/Anganwadi":{tags:{name:"Anganwadi",amenity:"kindergarten"},name:"Anganwadi",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Arche Noah":{tags:{name:"Arche Noah",amenity:"kindergarten"},name:"Arche Noah",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/CONAFE Preescolar":{tags:{name:"CONAFE Preescolar",amenity:"kindergarten"},name:"CONAFE Preescolar",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Educacion Inicial de CONAFE No Escolarizado":{tags:{name:"Educacion Inicial de CONAFE No Escolarizado",amenity:"kindergarten"},name:"Educacion Inicial de CONAFE No Escolarizado",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Estefania Casta�eda":{tags:{name:"Estefania Casta�eda",amenity:"kindergarten"},name:"Estefania Casta�eda",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Evangelischer Kindergarten":{tags:{name:"Evangelischer Kindergarten",amenity:"kindergarten"},name:"Evangelischer Kindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Federico Froebel":{tags:{name:"Federico Froebel",amenity:"kindergarten"},name:"Federico Froebel",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Gabriela Mistral":{tags:{name:"Gabriela Mistral",amenity:"kindergarten"},name:"Gabriela Mistral",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Jean Piaget":{tags:{name:"Jean Piaget",amenity:"kindergarten"},name:"Jean Piaget",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Katholischer Kindergarten":{tags:{name:"Katholischer Kindergarten",amenity:"kindergarten"},name:"Katholischer Kindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Kindergarten Regenbogen":{tags:{name:"Kindergarten Regenbogen",amenity:"kindergarten"},name:"Kindergarten Regenbogen",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Kindergarten St. Josef":{tags:{name:"Kindergarten St. Josef",amenity:"kindergarten"},name:"Kindergarten St. Josef",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Kindergarten St. Martin":{tags:{name:"Kindergarten St. Martin",amenity:"kindergarten"},name:"Kindergarten St. Martin",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Maria Montessori":{tags:{name:"Maria Montessori",amenity:"kindergarten"},name:"Maria Montessori",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/PAUD":{tags:{name:"PAUD",amenity:"kindergarten"},name:"PAUD",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Pusteblume":{tags:{name:"Pusteblume",amenity:"kindergarten"},name:"Pusteblume",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Rosaura Zapata":{tags:{name:"Rosaura Zapata",amenity:"kindergarten"},name:"Rosaura Zapata",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Sor Juana Ines De La Cruz":{tags:{name:"Sor Juana Ines De La Cruz",amenity:"kindergarten"},name:"Sor Juana Ines De La Cruz",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Spatzennest":{tags:{name:"Spatzennest",amenity:"kindergarten"},name:"Spatzennest",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Städtischer Kindergarten":{tags:{name:"Städtischer Kindergarten",amenity:"kindergarten"},name:"Städtischer Kindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Villa Kunterbunt":{tags:{name:"Villa Kunterbunt",amenity:"kindergarten"},name:"Villa Kunterbunt",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Waldkindergarten":{tags:{name:"Waldkindergarten",amenity:"kindergarten"},name:"Waldkindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Waldorfkindergarten":{tags:{name:"Waldorfkindergarten",amenity:"kindergarten"},name:"Waldorfkindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Óvoda":{tags:{name:"Óvoda",amenity:"kindergarten"},name:"Óvoda",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детсад":{tags:{name:"Детсад",amenity:"kindergarten"},name:"Детсад",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад Солнышко":{tags:{name:"Детский сад Солнышко",amenity:"kindergarten"},name:"Детский сад Солнышко",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад № 1":{tags:{name:"Детский сад № 1",amenity:"kindergarten"},name:"Детский сад № 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №1":{tags:{name:"Детский сад №1",amenity:"kindergarten"},name:"Детский сад №1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №10":{tags:{name:"Детский сад №10",amenity:"kindergarten"},name:"Детский сад №10",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №11":{tags:{name:"Детский сад №11",amenity:"kindergarten"},name:"Детский сад №11",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №12":{tags:{name:"Детский сад №12",amenity:"kindergarten"},name:"Детский сад №12",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №13":{tags:{name:"Детский сад №13",amenity:"kindergarten"},name:"Детский сад №13",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №14":{tags:{name:"Детский сад №14",amenity:"kindergarten"},name:"Детский сад №14",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №15":{tags:{name:"Детский сад №15",amenity:"kindergarten"},name:"Детский сад №15",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №16":{tags:{name:"Детский сад №16",amenity:"kindergarten"},name:"Детский сад №16",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №17":{tags:{name:"Детский сад №17",amenity:"kindergarten"},name:"Детский сад №17",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №18":{tags:{name:"Детский сад №18",amenity:"kindergarten"},name:"Детский сад №18",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №19":{tags:{name:"Детский сад №19",amenity:"kindergarten"},name:"Детский сад №19",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №2":{tags:{name:"Детский сад №2",amenity:"kindergarten"},name:"Детский сад №2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №22":{tags:{name:"Детский сад №22",amenity:"kindergarten"},name:"Детский сад №22",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №24":{tags:{name:"Детский сад №24",amenity:"kindergarten"},name:"Детский сад №24",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №25":{tags:{name:"Детский сад №25",amenity:"kindergarten"},name:"Детский сад №25",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №27":{tags:{name:"Детский сад №27",amenity:"kindergarten"},name:"Детский сад №27",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №29":{tags:{name:"Детский сад №29",amenity:"kindergarten"},name:"Детский сад №29",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №3":{tags:{name:"Детский сад №3",amenity:"kindergarten"},name:"Детский сад №3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №33":{tags:{name:"Детский сад №33",amenity:"kindergarten"},name:"Детский сад №33",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №4":{tags:{name:"Детский сад №4",amenity:"kindergarten"},name:"Детский сад №4",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №5":{tags:{name:"Детский сад №5",amenity:"kindergarten"},name:"Детский сад №5",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №6":{tags:{name:"Детский сад №6",amenity:"kindergarten"},name:"Детский сад №6",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №7":{tags:{name:"Детский сад №7",amenity:"kindergarten"},name:"Детский сад №7",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №8":{tags:{name:"Детский сад №8",amenity:"kindergarten"},name:"Детский сад №8",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №9":{tags:{name:"Детский сад №9",amenity:"kindergarten"},name:"Детский сад №9",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Дитячий садок":{tags:{name:"Дитячий садок",amenity:"kindergarten"},name:"Дитячий садок",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Солнышко":{tags:{name:"Солнышко",amenity:"kindergarten"},name:"Солнышко",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/საბავშვო ბაღი":{tags:{name:"საბავშვო ბაღი",amenity:"kindergarten"},name:"საბავშვო ბაღი",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/中央保育所":{tags:{name:"中央保育所",amenity:"kindergarten"},name:"中央保育所",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/library/Biblioteca Comunale":{tags:{name:"Biblioteca Comunale",amenity:"library"},name:"Biblioteca Comunale",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Biblioteca comunale":{tags:{name:"Biblioteca comunale",amenity:"library"},name:"Biblioteca comunale",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Biblioteka Publiczna":{tags:{name:"Biblioteka Publiczna",amenity:"library"},name:"Biblioteka Publiczna",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Bibliothèque Municipale":{tags:{name:"Bibliothèque Municipale",amenity:"library"},name:"Bibliothèque Municipale",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Bibliothèque municipale":{tags:{name:"Bibliothèque municipale",amenity:"library"},name:"Bibliothèque municipale",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Bücherei":{tags:{name:"Bücherei",amenity:"library"},name:"Bücherei",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Central Library":{tags:{name:"Central Library",amenity:"library"},name:"Central Library",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Gemeindebücherei":{tags:{name:"Gemeindebücherei",amenity:"library"},name:"Gemeindebücherei",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Gminna Biblioteka Publiczna":{tags:{name:"Gminna Biblioteka Publiczna",amenity:"library"},name:"Gminna Biblioteka Publiczna",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Miejska Biblioteka Publiczna":{tags:{name:"Miejska Biblioteka Publiczna",amenity:"library"},name:"Miejska Biblioteka Publiczna",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Médiathèque":{tags:{name:"Médiathèque",amenity:"library"},name:"Médiathèque",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Městská knihovna":{tags:{name:"Městská knihovna",amenity:"library"},name:"Městská knihovna",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Public Library":{tags:{name:"Public Library",amenity:"library"},name:"Public Library",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Stadtbibliothek":{tags:{name:"Stadtbibliothek",amenity:"library"},name:"Stadtbibliothek",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Stadtbücherei":{tags:{name:"Stadtbücherei",amenity:"library"},name:"Stadtbücherei",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Городская библиотека":{tags:{name:"Городская библиотека",amenity:"library"},name:"Городская библиотека",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Детская библиотека":{tags:{name:"Детская библиотека",amenity:"library"},name:"Детская библиотека",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Центральная библиотека":{tags:{name:"Центральная библиотека",amenity:"library"},name:"Центральная библиотека",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Центральная городская библиотека":{tags:{name:"Центральная городская библиотека",amenity:"library"},name:"Центральная городская библиотека",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/图书馆":{tags:{name:"图书馆",amenity:"library"},name:"图书馆",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/pharmacy/36.6":{tags:{name:"36.6",healthcare:"pharmacy",amenity:"pharmacy"},name:"36.6",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Adler-Apotheke":{tags:{name:"Adler-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Adler-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Alte Apotheke":{tags:{name:"Alte Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Alte Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Apollo Pharmacy":{tags:{name:"Apollo Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Apollo Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Apotek":{tags:{name:"Apotek",healthcare:"pharmacy",amenity:"pharmacy"},name:"Apotek",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Apotek Hjärtat":{tags:{name:"Apotek Hjärtat",healthcare:"pharmacy",amenity:"pharmacy"},name:"Apotek Hjärtat",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Apotheke am Markt":{tags:{name:"Apotheke am Markt",healthcare:"pharmacy",amenity:"pharmacy"},name:"Apotheke am Markt",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Bahnhof Apotheke":{tags:{name:"Bahnhof Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Bahnhof Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Bahnhof-Apotheke":{tags:{name:"Bahnhof-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Bahnhof-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Bartell Drugs":{tags:{name:"Bartell Drugs",healthcare:"pharmacy",amenity:"pharmacy"},name:"Bartell Drugs",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Benavides":{tags:{name:"Benavides",healthcare:"pharmacy",amenity:"pharmacy"},name:"Benavides",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Benu":{tags:{name:"Benu",healthcare:"pharmacy",amenity:"pharmacy"},name:"Benu",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Boots":{tags:{name:"Boots",healthcare:"pharmacy",amenity:"pharmacy"},name:"Boots",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Botica":{tags:{name:"Botica",healthcare:"pharmacy",amenity:"pharmacy"},name:"Botica",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Brunnen-Apotheke":{tags:{name:"Brunnen-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Brunnen-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Burg-Apotheke":{tags:{name:"Burg-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Burg-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Bären-Apotheke":{tags:{name:"Bären-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Bären-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/CVS":{tags:{name:"CVS",healthcare:"pharmacy",amenity:"pharmacy"},name:"CVS",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Camelia":{tags:{name:"Camelia",healthcare:"pharmacy",amenity:"pharmacy"},name:"Camelia",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Catena":{tags:{name:"Catena",healthcare:"pharmacy",amenity:"pharmacy"},name:"Catena",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Chemist Warehouse":{tags:{name:"Chemist Warehouse",healthcare:"pharmacy",amenity:"pharmacy"},name:"Chemist Warehouse",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Clicks":{tags:{name:"Clicks",healthcare:"pharmacy",amenity:"pharmacy"},name:"Clicks",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Cruz Azul":{tags:{name:"Cruz Azul",healthcare:"pharmacy",amenity:"pharmacy"},name:"Cruz Azul",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Cruz Verde":{tags:{name:"Cruz Verde",healthcare:"pharmacy",amenity:"pharmacy"},name:"Cruz Verde",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Dbam o Zdrowie":{tags:{name:"Dbam o Zdrowie",healthcare:"pharmacy",amenity:"pharmacy"},name:"Dbam o Zdrowie",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Dr. Max":{tags:{name:"Dr. Max",healthcare:"pharmacy",amenity:"pharmacy"},name:"Dr. Max",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Droga Raia":{tags:{name:"Droga Raia",healthcare:"pharmacy",amenity:"pharmacy"},name:"Droga Raia",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Drogaria São Paulo":{tags:{name:"Drogaria São Paulo",healthcare:"pharmacy",amenity:"pharmacy"},name:"Drogaria São Paulo",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Drogasil":{tags:{name:"Drogasil",healthcare:"pharmacy",amenity:"pharmacy"},name:"Drogasil",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Duane Reade":{tags:{name:"Duane Reade",healthcare:"pharmacy",amenity:"pharmacy"},name:"Duane Reade",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Eczane":{tags:{name:"Eczane",healthcare:"pharmacy",amenity:"pharmacy"},name:"Eczane",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Engel-Apotheke":{tags:{name:"Engel-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Engel-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Eurovaistinė":{tags:{name:"Eurovaistinė",healthcare:"pharmacy",amenity:"pharmacy"},name:"Eurovaistinė",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Familiprix":{tags:{name:"Familiprix",healthcare:"pharmacy",amenity:"pharmacy"},name:"Familiprix",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacenter":{tags:{name:"Farmacenter",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacenter",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacia Centrale":{tags:{name:"Farmacia Centrale",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacia Centrale",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacia Comunale":{tags:{name:"Farmacia Comunale",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacia Comunale",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacia Guadalajara":{tags:{name:"Farmacia Guadalajara",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacia Guadalajara",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacia del Ahorro":{tags:{name:"Farmacia del Ahorro",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacia del Ahorro",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Ahumada":{tags:{name:"Farmacias Ahumada",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Ahumada",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Cruz Azul":{tags:{name:"Farmacias Cruz Azul",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Cruz Azul",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Cruz Verde":{tags:{name:"Farmacias Cruz Verde",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Cruz Verde",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Económicas":{tags:{name:"Farmacias Económicas",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Económicas",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Guadalajara":{tags:{name:"Farmacias Guadalajara",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Guadalajara",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias SalcoBrand":{tags:{name:"Farmacias SalcoBrand",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias SalcoBrand",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Sana Sana":{tags:{name:"Farmacias Sana Sana",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Sana Sana",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Similares":{tags:{name:"Farmacias Similares",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Similares",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias del Ahorro":{tags:{name:"Farmacias del Ahorro",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias del Ahorro",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacity":{tags:{name:"Farmacity",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacity",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmahorro":{tags:{name:"Farmahorro",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmahorro",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmatodo":{tags:{name:"Farmatodo",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmatodo",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Felicia":{tags:{name:"Felicia",healthcare:"pharmacy",amenity:"pharmacy"},name:"Felicia",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Fybeca":{tags:{name:"Fybeca",healthcare:"pharmacy",amenity:"pharmacy"},name:"Fybeca",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Generika Drugstore":{tags:{name:"Generika Drugstore",healthcare:"pharmacy",amenity:"pharmacy"},name:"Generika Drugstore",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Gintarinė vaistinė":{tags:{name:"Gintarinė vaistinė",healthcare:"pharmacy",amenity:"pharmacy"},name:"Gintarinė vaistinė",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Guardian":{tags:{name:"Guardian",healthcare:"pharmacy",amenity:"pharmacy"},name:"Guardian",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Gyógyszertár":{tags:{name:"Gyógyszertár",healthcare:"pharmacy",amenity:"pharmacy"},name:"Gyógyszertár",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/H-E-B Pharmacy":{tags:{name:"H-E-B Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"H-E-B Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Hirsch-Apotheke":{tags:{name:"Hirsch-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Hirsch-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Hubertus Apotheke":{tags:{name:"Hubertus Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Hubertus Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Inkafarma":{tags:{name:"Inkafarma",healthcare:"pharmacy",amenity:"pharmacy"},name:"Inkafarma",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Jean Coutu":{tags:{name:"Jean Coutu",healthcare:"pharmacy",amenity:"pharmacy"},name:"Jean Coutu",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Kinney Drugs":{tags:{name:"Kinney Drugs",healthcare:"pharmacy",amenity:"pharmacy"},name:"Kinney Drugs",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Kur-Apotheke":{tags:{name:"Kur-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Kur-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Linden-Apotheke":{tags:{name:"Linden-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Linden-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Ljekarna":{tags:{name:"Ljekarna",healthcare:"pharmacy",amenity:"pharmacy"},name:"Ljekarna",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Lloyds Pharmacy":{tags:{name:"Lloyds Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Lloyds Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Lékárna":{tags:{name:"Lékárna",healthcare:"pharmacy",amenity:"pharmacy"},name:"Lékárna",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Löwen-Apotheke":{tags:{name:"Löwen-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Löwen-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Marien-Apotheke":{tags:{name:"Marien-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Marien-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Markt-Apotheke":{tags:{name:"Markt-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Markt-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Mercury Drug":{tags:{name:"Mercury Drug",healthcare:"pharmacy",amenity:"pharmacy"},name:"Mercury Drug",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Mifarma":{tags:{name:"Mifarma",healthcare:"pharmacy",amenity:"pharmacy"},name:"Mifarma",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Mēness aptieka":{tags:{name:"Mēness aptieka",healthcare:"pharmacy",amenity:"pharmacy"},name:"Mēness aptieka",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Neue Apotheke":{tags:{name:"Neue Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Neue Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pague Menos":{tags:{name:"Pague Menos",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pague Menos",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Panvel":{tags:{name:"Panvel",healthcare:"pharmacy",amenity:"pharmacy"},name:"Panvel",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Park-Apotheke":{tags:{name:"Park-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Park-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie Centrale":{tags:{name:"Pharmacie Centrale",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie Centrale",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie Principale":{tags:{name:"Pharmacie Principale",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie Principale",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie de l'Hôtel de Ville":{tags:{name:"Pharmacie de l'Hôtel de Ville",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie de l'Hôtel de Ville",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie de la Gare":{tags:{name:"Pharmacie de la Gare",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie de la Gare",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie de la Mairie":{tags:{name:"Pharmacie de la Mairie",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie de la Mairie",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie de la Poste":{tags:{name:"Pharmacie de la Poste",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie de la Poste",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie du Centre":{tags:{name:"Pharmacie du Centre",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie du Centre",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie du Marché":{tags:{name:"Pharmacie du Marché",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie du Marché",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie du Parc":{tags:{name:"Pharmacie du Parc",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie du Parc",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmaprix":{tags:{name:"Pharmaprix",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmaprix",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmasave":{tags:{name:"Pharmasave",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmasave",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Punkt Apteczny":{tags:{name:"Punkt Apteczny",healthcare:"pharmacy",amenity:"pharmacy"},name:"Punkt Apteczny",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rathaus-Apotheke":{tags:{name:"Rathaus-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rathaus-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rats-Apotheke":{tags:{name:"Rats-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rats-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rexall":{tags:{name:"Rexall",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rexall",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rite Aid":{tags:{name:"Rite Aid",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rite Aid",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rose Pharmacy":{tags:{name:"Rose Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rose Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rosen-Apotheke":{tags:{name:"Rosen-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rosen-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rowlands Pharmacy":{tags:{name:"Rowlands Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rowlands Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/SalcoBrand":{tags:{name:"SalcoBrand",healthcare:"pharmacy",amenity:"pharmacy"},name:"SalcoBrand",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Sana Sana":{tags:{name:"Sana Sana",healthcare:"pharmacy",amenity:"pharmacy"},name:"Sana Sana",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Schloss-Apotheke":{tags:{name:"Schloss-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Schloss-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Sensiblu":{tags:{name:"Sensiblu",healthcare:"pharmacy",amenity:"pharmacy"},name:"Sensiblu",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Shoppers Drug Mart":{tags:{name:"Shoppers Drug Mart",healthcare:"pharmacy",amenity:"pharmacy"},name:"Shoppers Drug Mart",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Sonnen-Apotheke":{tags:{name:"Sonnen-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Sonnen-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/South Star Drug":{tags:{name:"South Star Drug",healthcare:"pharmacy",amenity:"pharmacy"},name:"South Star Drug",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Stadt-Apotheke":{tags:{name:"Stadt-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Stadt-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Stern-Apotheke":{tags:{name:"Stern-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Stern-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Superdrug":{tags:{name:"Superdrug",healthcare:"pharmacy",amenity:"pharmacy"},name:"Superdrug",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/São João":{tags:{name:"São João",healthcare:"pharmacy",amenity:"pharmacy"},name:"São João",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/The Generics Pharmacy":{tags:{name:"The Generics Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"The Generics Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Uniprix":{tags:{name:"Uniprix",healthcare:"pharmacy",amenity:"pharmacy"},name:"Uniprix",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Walgreens":{tags:{name:"Walgreens",healthcare:"pharmacy",amenity:"pharmacy"},name:"Walgreens",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Walgreens Pharmacy":{tags:{name:"Walgreens Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Walgreens Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Walmart Pharmacy":{tags:{name:"Walmart Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Walmart Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Well Pharmacy":{tags:{name:"Well Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Well Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/centro naturista":{tags:{name:"centro naturista",healthcare:"pharmacy",amenity:"pharmacy"},name:"centro naturista",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/А5":{tags:{name:"А5",healthcare:"pharmacy",amenity:"pharmacy"},name:"А5",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Айболит":{tags:{name:"Айболит",healthcare:"pharmacy",amenity:"pharmacy"},name:"Айболит",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека 36,6":{tags:{name:"Аптека 36,6",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека 36,6",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека низких цен":{tags:{name:"Аптека низких цен",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека низких цен",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека низьких цін":{tags:{name:"Аптека низьких цін",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека низьких цін",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека от склада":{tags:{name:"Аптека от склада",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека от склада",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека №1":{tags:{name:"Аптека №1",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека №1",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптечный пункт":{tags:{name:"Аптечный пункт",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптечный пункт",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Арніка":{tags:{name:"Арніка",healthcare:"pharmacy",amenity:"pharmacy"},name:"Арніка",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Бережная аптека":{tags:{name:"Бережная аптека",healthcare:"pharmacy",amenity:"pharmacy"},name:"Бережная аптека",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Будь здоров":{tags:{name:"Будь здоров",healthcare:"pharmacy",amenity:"pharmacy"},name:"Будь здоров",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Вита":{tags:{name:"Вита",healthcare:"pharmacy",amenity:"pharmacy"},name:"Вита",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Горздрав":{tags:{name:"Горздрав",healthcare:"pharmacy",amenity:"pharmacy"},name:"Горздрав",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Живика":{tags:{name:"Живика",healthcare:"pharmacy",amenity:"pharmacy"},name:"Живика",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Здоровье":{tags:{name:"Здоровье",healthcare:"pharmacy",amenity:"pharmacy"},name:"Здоровье",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Имплозия":{tags:{name:"Имплозия",healthcare:"pharmacy",amenity:"pharmacy"},name:"Имплозия",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Классика":{tags:{name:"Классика",healthcare:"pharmacy",amenity:"pharmacy"},name:"Классика",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Ладушка":{tags:{name:"Ладушка",healthcare:"pharmacy",amenity:"pharmacy"},name:"Ладушка",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Мед-сервіс":{tags:{name:"Мед-сервіс",healthcare:"pharmacy",amenity:"pharmacy"},name:"Мед-сервіс",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Мелодия здоровья":{tags:{name:"Мелодия здоровья",healthcare:"pharmacy",amenity:"pharmacy"},name:"Мелодия здоровья",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Невис":{tags:{name:"Невис",healthcare:"pharmacy",amenity:"pharmacy"},name:"Невис",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Норма":{tags:{name:"Норма",healthcare:"pharmacy",amenity:"pharmacy"},name:"Норма",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Озерки":{tags:{name:"Озерки",healthcare:"pharmacy",amenity:"pharmacy"},name:"Озерки",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Панацея":{tags:{name:"Панацея",healthcare:"pharmacy",amenity:"pharmacy"},name:"Панацея",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Первая помощь":{tags:{name:"Первая помощь",healthcare:"pharmacy",amenity:"pharmacy"},name:"Первая помощь",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Планета здоровья":{tags:{name:"Планета здоровья",healthcare:"pharmacy",amenity:"pharmacy"},name:"Планета здоровья",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Ригла":{tags:{name:"Ригла",healthcare:"pharmacy",amenity:"pharmacy"},name:"Ригла",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Семейная":{tags:{name:"Семейная",healthcare:"pharmacy",amenity:"pharmacy"},name:"Семейная",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Социальная аптека":{tags:{name:"Социальная аптека",healthcare:"pharmacy",amenity:"pharmacy"},name:"Социальная аптека",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Столички":{tags:{name:"Столички",healthcare:"pharmacy",amenity:"pharmacy"},name:"Столички",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Фармакопейка":{tags:{name:"Фармакопейка",healthcare:"pharmacy",amenity:"pharmacy"},name:"Фармакопейка",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Фармакор":{tags:{name:"Фармакор",healthcare:"pharmacy",amenity:"pharmacy"},name:"Фармакор",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Фармация":{tags:{name:"Фармация",healthcare:"pharmacy",amenity:"pharmacy"},name:"Фармация",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Фармленд":{tags:{name:"Фармленд",healthcare:"pharmacy",amenity:"pharmacy"},name:"Фармленд",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Центральная аптека":{tags:{name:"Центральная аптека",healthcare:"pharmacy",amenity:"pharmacy"},name:"Центральная аптека",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/סופר-פארם":{tags:{name:"סופר-פארם",healthcare:"pharmacy",amenity:"pharmacy"},name:"סופר-פארם",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/داروخانه":{tags:{name:"داروخانه",healthcare:"pharmacy",amenity:"pharmacy"},name:"داروخانه",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/داروخانه شبانه روزی":{tags:{name:"داروخانه شبانه روزی",healthcare:"pharmacy",amenity:"pharmacy"},name:"داروخانه شبانه روزی",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/صيدلية":{tags:{name:"صيدلية",healthcare:"pharmacy",amenity:"pharmacy"},name:"صيدلية",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/くすりの福太郎":{tags:{name:"くすりの福太郎",healthcare:"pharmacy",amenity:"pharmacy"},name:"くすりの福太郎",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/さくら薬局":{tags:{name:"さくら薬局",healthcare:"pharmacy",amenity:"pharmacy"},name:"さくら薬局",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/ウエルシア":{tags:{name:"ウエルシア",healthcare:"pharmacy",amenity:"pharmacy"},name:"ウエルシア",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/カワチ薬品":{tags:{name:"カワチ薬品",healthcare:"pharmacy",amenity:"pharmacy"},name:"カワチ薬品",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/クリエイト":{tags:{name:"クリエイト",healthcare:"pharmacy",amenity:"pharmacy"},name:"クリエイト",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/サンドラッグ":{tags:{name:"サンドラッグ",healthcare:"pharmacy",amenity:"pharmacy"},name:"サンドラッグ",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/スギ薬局":{tags:{name:"スギ薬局",healthcare:"pharmacy",amenity:"pharmacy"},name:"スギ薬局",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/セイジョー":{tags:{name:"セイジョー",healthcare:"pharmacy",amenity:"pharmacy"},name:"セイジョー",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/ツルハドラッグ":{tags:{name:"ツルハドラッグ",healthcare:"pharmacy",amenity:"pharmacy"},name:"ツルハドラッグ",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/ドラッグてらしま (Drug Terashima)":{tags:{name:"ドラッグてらしま (Drug Terashima)",healthcare:"pharmacy",amenity:"pharmacy"},name:"ドラッグてらしま (Drug Terashima)",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/マツモトキヨシ":{tags:{name:"マツモトキヨシ",healthcare:"pharmacy",amenity:"pharmacy"},name:"マツモトキヨシ",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/丁丁藥局":{tags:{name:"丁丁藥局",healthcare:"pharmacy",amenity:"pharmacy"},name:"丁丁藥局",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pub/Black Bull":{tags:{name:"Black Bull",amenity:"pub"},name:"Black Bull",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Commercial Hotel":{tags:{name:"Commercial Hotel",amenity:"pub"},name:"Commercial Hotel",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Cross Keys":{tags:{name:"Cross Keys",amenity:"pub"},name:"Cross Keys",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Irish Pub":{tags:{name:"Irish Pub",amenity:"pub"},name:"Irish Pub",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Kings Arms":{tags:{name:"Kings Arms",amenity:"pub"},name:"Kings Arms",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Kings Head":{tags:{name:"Kings Head",amenity:"pub"},name:"Kings Head",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/New Inn":{tags:{name:"New Inn",amenity:"pub"},name:"New Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Prince of Wales":{tags:{name:"Prince of Wales",amenity:"pub"},name:"Prince of Wales",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Queens Head":{tags:{name:"Queens Head",amenity:"pub"},name:"Queens Head",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Red Lion":{tags:{name:"Red Lion",amenity:"pub"},name:"Red Lion",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Rose & Crown":{tags:{name:"Rose & Crown",amenity:"pub"},name:"Rose & Crown",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Rose and Crown":{tags:{name:"Rose and Crown",amenity:"pub"},name:"Rose and Crown",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Royal Oak":{tags:{name:"Royal Oak",amenity:"pub"},name:"Royal Oak",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Albion":{tags:{name:"The Albion",amenity:"pub"},name:"The Albion",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Anchor":{tags:{name:"The Anchor",amenity:"pub"},name:"The Anchor",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Angel":{tags:{name:"The Angel",amenity:"pub"},name:"The Angel",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Beehive":{tags:{name:"The Beehive",amenity:"pub"},name:"The Beehive",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Bell":{tags:{name:"The Bell",amenity:"pub"},name:"The Bell",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Bell Inn":{tags:{name:"The Bell Inn",amenity:"pub"},name:"The Bell Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Black Horse":{tags:{name:"The Black Horse",amenity:"pub"},name:"The Black Horse",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Bull":{tags:{name:"The Bull",amenity:"pub"},name:"The Bull",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Castle":{tags:{name:"The Castle",amenity:"pub"},name:"The Castle",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Chequers":{tags:{name:"The Chequers",amenity:"pub"},name:"The Chequers",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Cricketers":{tags:{name:"The Cricketers",amenity:"pub"},name:"The Cricketers",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Cross Keys":{tags:{name:"The Cross Keys",amenity:"pub"},name:"The Cross Keys",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Crown":{tags:{name:"The Crown",amenity:"pub"},name:"The Crown",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Crown Inn":{tags:{name:"The Crown Inn",amenity:"pub"},name:"The Crown Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Fox":{tags:{name:"The Fox",amenity:"pub"},name:"The Fox",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The George":{tags:{name:"The George",amenity:"pub"},name:"The George",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Green Man":{tags:{name:"The Green Man",amenity:"pub"},name:"The Green Man",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Greyhound":{tags:{name:"The Greyhound",amenity:"pub"},name:"The Greyhound",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Kings Arms":{tags:{name:"The Kings Arms",amenity:"pub"},name:"The Kings Arms",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Kings Head":{tags:{name:"The Kings Head",amenity:"pub"},name:"The Kings Head",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The New Inn":{tags:{name:"The New Inn",amenity:"pub"},name:"The New Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Plough":{tags:{name:"The Plough",amenity:"pub"},name:"The Plough",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Plough Inn":{tags:{name:"The Plough Inn",amenity:"pub"},name:"The Plough Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Queens Head":{tags:{name:"The Queens Head",amenity:"pub"},name:"The Queens Head",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Railway":{tags:{name:"The Railway",amenity:"pub"},name:"The Railway",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Red Lion":{tags:{name:"The Red Lion",amenity:"pub"},name:"The Red Lion",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Rising Sun":{tags:{name:"The Rising Sun",amenity:"pub"},name:"The Rising Sun",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Royal Oak":{tags:{name:"The Royal Oak",amenity:"pub"},name:"The Royal Oak",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Ship":{tags:{name:"The Ship",amenity:"pub"},name:"The Ship",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Ship Inn":{tags:{name:"The Ship Inn",amenity:"pub"},name:"The Ship Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Star":{tags:{name:"The Star",amenity:"pub"},name:"The Star",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Star Inn":{tags:{name:"The Star Inn",amenity:"pub"},name:"The Star Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Sun Inn":{tags:{name:"The Sun Inn",amenity:"pub"},name:"The Sun Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Swan":{tags:{name:"The Swan",amenity:"pub"},name:"The Swan",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Swan Inn":{tags:{name:"The Swan Inn",amenity:"pub"},name:"The Swan Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Victoria":{tags:{name:"The Victoria",amenity:"pub"},name:"The Victoria",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Wheatsheaf":{tags:{name:"The Wheatsheaf",amenity:"pub"},name:"The Wheatsheaf",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The White Hart":{tags:{name:"The White Hart",amenity:"pub"},name:"The White Hart",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The White Horse":{tags:{name:"The White Horse",amenity:"pub"},name:"The White Horse",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The White Lion":{tags:{name:"The White Lion",amenity:"pub"},name:"The White Lion",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The White Swan":{tags:{name:"The White Swan",amenity:"pub"},name:"The White Swan",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/魚民":{tags:{name:"魚民",amenity:"pub"},name:"魚民",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/鳥貴族":{tags:{name:"鳥貴族",amenity:"pub"},name:"鳥貴族",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/restaurant/Adler":{tags:{name:"Adler",amenity:"restaurant"},name:"Adler",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Adria":{tags:{name:"Adria",amenity:"restaurant"},name:"Adria",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Adyar Ananda Bhavan":{tags:{name:"Adyar Ananda Bhavan",amenity:"restaurant"},name:"Adyar Ananda Bhavan",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Akropolis":{tags:{name:"Akropolis",amenity:"restaurant"},name:"Akropolis",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Alte Post":{tags:{name:"Alte Post",amenity:"restaurant"},name:"Alte Post",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Applebee's":{tags:{name:"Applebee's",amenity:"restaurant"},name:"Applebee's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Asia":{tags:{name:"Asia",amenity:"restaurant"},name:"Asia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Athen":{tags:{name:"Athen",amenity:"restaurant"},name:"Athen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Athos":{tags:{name:"Athos",amenity:"restaurant"},name:"Athos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Autogrill":{tags:{name:"Autogrill",amenity:"restaurant"},name:"Autogrill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bahnhof":{tags:{name:"Bahnhof",amenity:"restaurant"},name:"Bahnhof",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bella Italia":{tags:{name:"Bella Italia",amenity:"restaurant"},name:"Bella Italia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bella Napoli":{tags:{name:"Bella Napoli",amenity:"restaurant"},name:"Bella Napoli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Big Boy":{tags:{name:"Big Boy",amenity:"restaurant"},name:"Big Boy",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bob Evans":{tags:{name:"Bob Evans",amenity:"restaurant"},name:"Bob Evans",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bonefish Grill":{tags:{name:"Bonefish Grill",amenity:"restaurant"},name:"Bonefish Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Boston Pizza":{tags:{name:"Boston Pizza",amenity:"restaurant"},name:"Boston Pizza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Buffalo Grill":{tags:{name:"Buffalo Grill",amenity:"restaurant"},name:"Buffalo Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Buffalo Wild Wings":{tags:{name:"Buffalo Wild Wings",amenity:"restaurant"},name:"Buffalo Wild Wings",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bären":{tags:{name:"Bären",amenity:"restaurant"},name:"Bären",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/California Pizza Kitchen":{tags:{name:"California Pizza Kitchen",amenity:"restaurant"},name:"California Pizza Kitchen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Canteen":{tags:{name:"Canteen",amenity:"restaurant"},name:"Canteen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Capri":{tags:{name:"Capri",amenity:"restaurant"},name:"Capri",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Carluccio's":{tags:{name:"Carluccio's",amenity:"restaurant"},name:"Carluccio's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Carpe Diem":{tags:{name:"Carpe Diem",amenity:"restaurant"},name:"Carpe Diem",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Carrabba's Italian Grill":{tags:{name:"Carrabba's Italian Grill",amenity:"restaurant"},name:"Carrabba's Italian Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Casa Mia":{tags:{name:"Casa Mia",amenity:"restaurant"},name:"Casa Mia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Casablanca":{tags:{name:"Casablanca",amenity:"restaurant"},name:"Casablanca",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Cheesecake Factory":{tags:{name:"Cheesecake Factory",amenity:"restaurant"},name:"Cheesecake Factory",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Chifa":{tags:{name:"Chifa",amenity:"restaurant"},name:"Chifa",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Chili's":{tags:{name:"Chili's",amenity:"restaurant"},name:"Chili's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China Buffet":{tags:{name:"China Buffet",amenity:"restaurant"},name:"China Buffet",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China Garden":{tags:{name:"China Garden",amenity:"restaurant"},name:"China Garden",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China House":{tags:{name:"China House",amenity:"restaurant"},name:"China House",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China Town":{tags:{name:"China Town",amenity:"restaurant"},name:"China Town",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China Wok":{tags:{name:"China Wok",amenity:"restaurant"},name:"China Wok",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Chiquito":{tags:{name:"Chiquito",amenity:"restaurant"},name:"Chiquito",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Chuck E. Cheese's":{tags:{name:"Chuck E. Cheese's",amenity:"restaurant"},name:"Chuck E. Cheese's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Cici's Pizza":{tags:{name:"Cici's Pizza",amenity:"restaurant"},name:"Cici's Pizza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Comedor":{tags:{name:"Comedor",amenity:"restaurant"},name:"Comedor",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Comida China":{tags:{name:"Comida China",amenity:"restaurant"},name:"Comida China",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Courtepaille":{tags:{name:"Courtepaille",amenity:"restaurant"},name:"Courtepaille",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Cracker Barrel":{tags:{name:"Cracker Barrel",amenity:"restaurant"},name:"Cracker Barrel",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Da Grasso":{tags:{name:"Da Grasso",amenity:"restaurant"},name:"Da Grasso",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Da Vinci":{tags:{name:"Da Vinci",amenity:"restaurant"},name:"Da Vinci",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Delphi":{tags:{name:"Delphi",amenity:"restaurant"},name:"Delphi",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Denny's":{tags:{name:"Denny's",amenity:"restaurant"},name:"Denny's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Deutsches Haus":{tags:{name:"Deutsches Haus",amenity:"restaurant"},name:"Deutsches Haus",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Dionysos":{tags:{name:"Dionysos",amenity:"restaurant"},name:"Dionysos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Dolce Vita":{tags:{name:"Dolce Vita",amenity:"restaurant"},name:"Dolce Vita",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Dorfkrug":{tags:{name:"Dorfkrug",amenity:"restaurant"},name:"Dorfkrug",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/East Side Mario's":{tags:{name:"East Side Mario's",amenity:"restaurant"},name:"East Side Mario's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/El Greco":{tags:{name:"El Greco",amenity:"restaurant"},name:"El Greco",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/El Paso":{tags:{name:"El Paso",amenity:"restaurant"},name:"El Paso",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/El Rancho":{tags:{name:"El Rancho",amenity:"restaurant"},name:"El Rancho",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Europa":{tags:{name:"Europa",amenity:"restaurant"},name:"Europa",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Famous Dave's":{tags:{name:"Famous Dave's",amenity:"restaurant"},name:"Famous Dave's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Flunch":{tags:{name:"Flunch",amenity:"restaurant"},name:"Flunch",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Frankie & Benny's":{tags:{name:"Frankie & Benny's",amenity:"restaurant"},name:"Frankie & Benny's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Friendly's":{tags:{name:"Friendly's",amenity:"restaurant"},name:"Friendly's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Gasthaus Krone":{tags:{name:"Gasthaus Krone",amenity:"restaurant"},name:"Gasthaus Krone",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Gasthaus zur Linde":{tags:{name:"Gasthaus zur Linde",amenity:"restaurant"},name:"Gasthaus zur Linde",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Gasthof zur Post":{tags:{name:"Gasthof zur Post",amenity:"restaurant"},name:"Gasthof zur Post",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Golden Corral":{tags:{name:"Golden Corral",amenity:"restaurant"},name:"Golden Corral",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Golden Dragon":{tags:{name:"Golden Dragon",amenity:"restaurant"},name:"Golden Dragon",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Great Wall":{tags:{name:"Great Wall",amenity:"restaurant"},name:"Great Wall",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Grüner Baum":{tags:{name:"Grüner Baum",amenity:"restaurant"},name:"Grüner Baum",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Gusto":{tags:{name:"Gusto",amenity:"restaurant"},name:"Gusto",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hard Rock Cafe":{tags:{name:"Hard Rock Cafe",amenity:"restaurant"},name:"Hard Rock Cafe",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Harvester":{tags:{name:"Harvester",amenity:"restaurant"},name:"Harvester",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hellas":{tags:{name:"Hellas",amenity:"restaurant"},name:"Hellas",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hippopotamus":{tags:{name:"Hippopotamus",amenity:"restaurant"},name:"Hippopotamus",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hirsch":{tags:{name:"Hirsch",amenity:"restaurant"},name:"Hirsch",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hirschen":{tags:{name:"Hirschen",amenity:"restaurant"},name:"Hirschen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hong Kong":{tags:{name:"Hong Kong",amenity:"restaurant"},name:"Hong Kong",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hooters":{tags:{name:"Hooters",amenity:"restaurant"},name:"Hooters",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/IHOP":{tags:{name:"IHOP",amenity:"restaurant"},name:"IHOP",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/IL Патио":{tags:{name:"IL Патио",amenity:"restaurant"},name:"IL Патио",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Jason's Deli":{tags:{name:"Jason's Deli",amenity:"restaurant"},name:"Jason's Deli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Joe's Crab Shack":{tags:{name:"Joe's Crab Shack",amenity:"restaurant"},name:"Joe's Crab Shack",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Jägerhof":{tags:{name:"Jägerhof",amenity:"restaurant"},name:"Jägerhof",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kantine":{tags:{name:"Kantine",amenity:"restaurant"},name:"Kantine",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kelsey's":{tags:{name:"Kelsey's",amenity:"restaurant"},name:"Kelsey's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kirchenwirt":{tags:{name:"Kirchenwirt",amenity:"restaurant"},name:"Kirchenwirt",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kreta":{tags:{name:"Kreta",amenity:"restaurant"},name:"Kreta",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kreuz":{tags:{name:"Kreuz",amenity:"restaurant"},name:"Kreuz",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Krone":{tags:{name:"Krone",amenity:"restaurant"},name:"Krone",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kudu":{tags:{name:"Kudu",amenity:"restaurant"},name:"Kudu",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/L'Escale":{tags:{name:"L'Escale",amenity:"restaurant"},name:"L'Escale",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/L'Osteria":{tags:{name:"L'Osteria",amenity:"restaurant"},name:"L'Osteria",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Bodega":{tags:{name:"La Bodega",amenity:"restaurant"},name:"La Bodega",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Boucherie":{tags:{name:"La Boucherie",amenity:"restaurant"},name:"La Boucherie",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Cantina":{tags:{name:"La Cantina",amenity:"restaurant"},name:"La Cantina",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Casa":{tags:{name:"La Casa",amenity:"restaurant"},name:"La Casa",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Casona":{tags:{name:"La Casona",amenity:"restaurant"},name:"La Casona",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Dolce Vita":{tags:{name:"La Dolce Vita",amenity:"restaurant"},name:"La Dolce Vita",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Fontana":{tags:{name:"La Fontana",amenity:"restaurant"},name:"La Fontana",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Gondola":{tags:{name:"La Gondola",amenity:"restaurant"},name:"La Gondola",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Hacienda":{tags:{name:"La Hacienda",amenity:"restaurant"},name:"La Hacienda",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Pataterie":{tags:{name:"La Pataterie",amenity:"restaurant"},name:"La Pataterie",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Pergola":{tags:{name:"La Pergola",amenity:"restaurant"},name:"La Pergola",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Perla":{tags:{name:"La Perla",amenity:"restaurant"},name:"La Perla",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Piazza":{tags:{name:"La Piazza",amenity:"restaurant"},name:"La Piazza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Piazzetta":{tags:{name:"La Piazzetta",amenity:"restaurant"},name:"La Piazzetta",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Place":{tags:{name:"La Place",amenity:"restaurant"},name:"La Place",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Scala":{tags:{name:"La Scala",amenity:"restaurant"},name:"La Scala",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Strada":{tags:{name:"La Strada",amenity:"restaurant"},name:"La Strada",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Tagliatella":{tags:{name:"La Tagliatella",amenity:"restaurant"},name:"La Tagliatella",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Tasca":{tags:{name:"La Tasca",amenity:"restaurant"},name:"La Tasca",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Taverna":{tags:{name:"La Taverna",amenity:"restaurant"},name:"La Taverna",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Terrasse":{tags:{name:"La Terrasse",amenity:"restaurant"},name:"La Terrasse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Terraza":{tags:{name:"La Terraza",amenity:"restaurant"},name:"La Terraza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Terrazza":{tags:{name:"La Terrazza",amenity:"restaurant"},name:"La Terrazza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Trattoria":{tags:{name:"La Trattoria",amenity:"restaurant"},name:"La Trattoria",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Lamm":{tags:{name:"Lamm",amenity:"restaurant"},name:"Lamm",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Linde":{tags:{name:"Linde",amenity:"restaurant"},name:"Linde",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Lindenhof":{tags:{name:"Lindenhof",amenity:"restaurant"},name:"Lindenhof",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Little Chef":{tags:{name:"Little Chef",amenity:"restaurant"},name:"Little Chef",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Little Italy":{tags:{name:"Little Italy",amenity:"restaurant"},name:"Little Italy",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Logan's Roadhouse":{tags:{name:"Logan's Roadhouse",amenity:"restaurant"},name:"Logan's Roadhouse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/LongHorn Steakhouse":{tags:{name:"LongHorn Steakhouse",amenity:"restaurant"},name:"LongHorn Steakhouse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Lotus":{tags:{name:"Lotus",amenity:"restaurant"},name:"Lotus",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Léon de Bruxelles":{tags:{name:"Léon de Bruxelles",amenity:"restaurant"},name:"Léon de Bruxelles",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Löwen":{tags:{name:"Löwen",amenity:"restaurant"},name:"Löwen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/MK Restaurants":{tags:{name:"MK Restaurants",amenity:"restaurant"},name:"MK Restaurants",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Maharaja":{tags:{name:"Maharaja",amenity:"restaurant"},name:"Maharaja",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mamma Mia":{tags:{name:"Mamma Mia",amenity:"restaurant"},name:"Mamma Mia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mandarin":{tags:{name:"Mandarin",amenity:"restaurant"},name:"Mandarin",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mang Inasal":{tags:{name:"Mang Inasal",amenity:"restaurant"},name:"Mang Inasal",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Marco Polo":{tags:{name:"Marco Polo",amenity:"restaurant"},name:"Marco Polo",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Marco's Pizza":{tags:{name:"Marco's Pizza",amenity:"restaurant"},name:"Marco's Pizza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/McAlister's Deli":{tags:{name:"McAlister's Deli",amenity:"restaurant"},name:"McAlister's Deli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mediterraneo":{tags:{name:"Mediterraneo",amenity:"restaurant"},name:"Mediterraneo",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mellow Mushroom":{tags:{name:"Mellow Mushroom",amenity:"restaurant"},name:"Mellow Mushroom",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mensa":{tags:{name:"Mensa",amenity:"restaurant"},name:"Mensa",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Milano":{tags:{name:"Milano",amenity:"restaurant"},name:"Milano",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mimi's Cafe":{tags:{name:"Mimi's Cafe",amenity:"restaurant"},name:"Mimi's Cafe",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Moe's Southwest Grill":{tags:{name:"Moe's Southwest Grill",amenity:"restaurant"},name:"Moe's Southwest Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mykonos":{tags:{name:"Mykonos",amenity:"restaurant"},name:"Mykonos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mythos":{tags:{name:"Mythos",amenity:"restaurant"},name:"Mythos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Nando's":{tags:{name:"Nando's",amenity:"restaurant"},name:"Nando's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Noodles & Company":{tags:{name:"Noodles & Company",amenity:"restaurant"},name:"Noodles & Company",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/O'Charley's":{tags:{name:"O'Charley's",amenity:"restaurant"},name:"O'Charley's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Oasis":{tags:{name:"Oasis",amenity:"restaurant"},name:"Oasis",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ocean Basket":{tags:{name:"Ocean Basket",amenity:"restaurant"},name:"Ocean Basket",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ochsen":{tags:{name:"Ochsen",amenity:"restaurant"},name:"Ochsen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Old Chicago":{tags:{name:"Old Chicago",amenity:"restaurant"},name:"Old Chicago",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Olive Garden":{tags:{name:"Olive Garden",amenity:"restaurant"},name:"Olive Garden",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Olympia":{tags:{name:"Olympia",amenity:"restaurant"},name:"Olympia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Osaka":{tags:{name:"Osaka",amenity:"restaurant"},name:"Osaka",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Outback Steakhouse":{tags:{name:"Outback Steakhouse",amenity:"restaurant"},name:"Outback Steakhouse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/P.F. Chang's":{tags:{name:"P.F. Chang's",amenity:"restaurant"},name:"P.F. Chang's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pancake House":{tags:{name:"Pancake House",amenity:"restaurant"},name:"Pancake House",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Panda":{tags:{name:"Panda",amenity:"restaurant"},name:"Panda",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Panera Bread":{tags:{name:"Panera Bread",amenity:"restaurant"},name:"Panera Bread",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Panorama":{tags:{name:"Panorama",amenity:"restaurant"},name:"Panorama",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Parrilla":{tags:{name:"Parrilla",amenity:"restaurant"},name:"Parrilla",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Peking":{tags:{name:"Peking",amenity:"restaurant"},name:"Peking",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Perkins":{tags:{name:"Perkins",amenity:"restaurant"},name:"Perkins",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pinocchio":{tags:{name:"Pinocchio",amenity:"restaurant"},name:"Pinocchio",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza Express":{tags:{name:"Pizza Express",amenity:"restaurant"},name:"Pizza Express",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza Factory":{tags:{name:"Pizza Factory",amenity:"restaurant"},name:"Pizza Factory",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza House":{tags:{name:"Pizza House",amenity:"restaurant"},name:"Pizza House",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza Hut":{tags:{name:"Pizza Hut",cuisine:"pizza",amenity:"restaurant"},name:"Pizza Hut",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza Ranch":{tags:{name:"Pizza Ranch",amenity:"restaurant"},name:"Pizza Ranch",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Italia":{tags:{name:"Pizzeria Italia",amenity:"restaurant"},name:"Pizzeria Italia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Milano":{tags:{name:"Pizzeria Milano",amenity:"restaurant"},name:"Pizzeria Milano",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Napoli":{tags:{name:"Pizzeria Napoli",amenity:"restaurant"},name:"Pizzeria Napoli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Roma":{tags:{name:"Pizzeria Roma",amenity:"restaurant"},name:"Pizzeria Roma",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Venezia":{tags:{name:"Pizzeria Venezia",amenity:"restaurant"},name:"Pizzeria Venezia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Poivre Rouge":{tags:{name:"Poivre Rouge",amenity:"restaurant"},name:"Poivre Rouge",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pomodoro":{tags:{name:"Pomodoro",amenity:"restaurant"},name:"Pomodoro",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Portofino":{tags:{name:"Portofino",amenity:"restaurant"},name:"Portofino",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Poseidon":{tags:{name:"Poseidon",amenity:"restaurant"},name:"Poseidon",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Prezzo":{tags:{name:"Prezzo",amenity:"restaurant"},name:"Prezzo",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Qdoba Mexican Grill":{tags:{name:"Qdoba Mexican Grill",amenity:"restaurant"},name:"Qdoba Mexican Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ratskeller":{tags:{name:"Ratskeller",amenity:"restaurant"},name:"Ratskeller",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Red Lobster":{tags:{name:"Red Lobster",amenity:"restaurant"},name:"Red Lobster",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Red Robin":{tags:{name:"Red Robin",amenity:"restaurant"},name:"Red Robin",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Restaurante Universitário":{tags:{name:"Restaurante Universitário",amenity:"restaurant"},name:"Restaurante Universitário",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Rhodos":{tags:{name:"Rhodos",amenity:"restaurant"},name:"Rhodos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ristorante Del Arte":{tags:{name:"Ristorante Del Arte",amenity:"restaurant"},name:"Ristorante Del Arte",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Roma":{tags:{name:"Roma",amenity:"restaurant"},name:"Roma",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Rose":{tags:{name:"Rose",amenity:"restaurant"},name:"Rose",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Round Table Pizza":{tags:{name:"Round Table Pizza",amenity:"restaurant"},name:"Round Table Pizza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ruby Tuesday":{tags:{name:"Ruby Tuesday",amenity:"restaurant"},name:"Ruby Tuesday",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Rössle":{tags:{name:"Rössle",amenity:"restaurant"},name:"Rössle",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Rössli":{tags:{name:"Rössli",amenity:"restaurant"},name:"Rössli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Saigon":{tags:{name:"Saigon",amenity:"restaurant"},name:"Saigon",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sakura":{tags:{name:"Sakura",amenity:"restaurant"},name:"Sakura",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/San Marco":{tags:{name:"San Marco",amenity:"restaurant"},name:"San Marco",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Santorini":{tags:{name:"Santorini",amenity:"restaurant"},name:"Santorini",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Schwarzer Adler":{tags:{name:"Schwarzer Adler",amenity:"restaurant"},name:"Schwarzer Adler",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Schützenhaus":{tags:{name:"Schützenhaus",amenity:"restaurant"},name:"Schützenhaus",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shakey's":{tags:{name:"Shakey's",amenity:"restaurant"},name:"Shakey's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shalimar":{tags:{name:"Shalimar",amenity:"restaurant"},name:"Shalimar",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shanghai":{tags:{name:"Shanghai",amenity:"restaurant"},name:"Shanghai",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shari's":{tags:{name:"Shari's",amenity:"restaurant"},name:"Shari's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shoney's":{tags:{name:"Shoney's",amenity:"restaurant"},name:"Shoney's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sizzler":{tags:{name:"Sizzler",amenity:"restaurant"},name:"Sizzler",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sonne":{tags:{name:"Sonne",amenity:"restaurant"},name:"Sonne",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sphinx":{tags:{name:"Sphinx",amenity:"restaurant"},name:"Sphinx",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sportheim":{tags:{name:"Sportheim",amenity:"restaurant"},name:"Sportheim",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Spur":{tags:{name:"Spur",amenity:"restaurant"},name:"Spur",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Steak 'n Shake":{tags:{name:"Steak 'n Shake",cuisine:"burger",amenity:"restaurant"},name:"Steak 'n Shake",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sternen":{tags:{name:"Sternen",amenity:"restaurant"},name:"Sternen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sunset Grill":{tags:{name:"Sunset Grill",amenity:"restaurant"},name:"Sunset Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sushi":{tags:{name:"Sushi",amenity:"restaurant"},name:"Sushi",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sushi Bar":{tags:{name:"Sushi Bar",amenity:"restaurant"},name:"Sushi Bar",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Swiss Chalet":{tags:{name:"Swiss Chalet",amenity:"restaurant"},name:"Swiss Chalet",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Syrtaki":{tags:{name:"Syrtaki",amenity:"restaurant"},name:"Syrtaki",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/TGI Friday's":{tags:{name:"TGI Friday's",amenity:"restaurant"},name:"TGI Friday's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Taj Mahal":{tags:{name:"Taj Mahal",amenity:"restaurant"},name:"Taj Mahal",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Taste of India":{tags:{name:"Taste of India",amenity:"restaurant"},name:"Taste of India",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Taverna":{tags:{name:"Taverna",amenity:"restaurant"},name:"Taverna",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Texas Roadhouse":{tags:{name:"Texas Roadhouse",amenity:"restaurant"},name:"Texas Roadhouse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/The Cheesecake Factory":{tags:{name:"The Cheesecake Factory",amenity:"restaurant"},name:"The Cheesecake Factory",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Toby Carvery":{tags:{name:"Toby Carvery",amenity:"restaurant"},name:"Toby Carvery",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Tony Roma's":{tags:{name:"Tony Roma's",amenity:"restaurant"},name:"Tony Roma's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Toscana":{tags:{name:"Toscana",amenity:"restaurant"},name:"Toscana",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Trattoria":{tags:{name:"Trattoria",amenity:"restaurant"},name:"Trattoria",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Traube":{tags:{name:"Traube",amenity:"restaurant"},name:"Traube",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Vapiano":{tags:{name:"Vapiano",amenity:"restaurant"},name:"Vapiano",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Venezia":{tags:{name:"Venezia",amenity:"restaurant"},name:"Venezia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Village Inn":{tags:{name:"Village Inn",amenity:"restaurant"},name:"Village Inn",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Vips":{tags:{name:"Vips",amenity:"restaurant"},name:"Vips",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Waffle House":{tags:{name:"Waffle House",amenity:"restaurant"},name:"Waffle House",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Wagamama":{tags:{name:"Wagamama",amenity:"restaurant"},name:"Wagamama",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Waldschänke":{tags:{name:"Waldschänke",amenity:"restaurant"},name:"Waldschänke",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Warung":{tags:{name:"Warung",amenity:"restaurant"},name:"Warung",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Wasabi":{tags:{name:"Wasabi",amenity:"restaurant"},name:"Wasabi",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zizzi":{tags:{name:"Zizzi",amenity:"restaurant"},name:"Zizzi",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zorbas":{tags:{name:"Zorbas",amenity:"restaurant"},name:"Zorbas",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zum Hirschen":{tags:{name:"Zum Hirschen",amenity:"restaurant"},name:"Zum Hirschen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zum Löwen":{tags:{name:"Zum Löwen",amenity:"restaurant"},name:"Zum Löwen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zur Krone":{tags:{name:"Zur Krone",amenity:"restaurant"},name:"Zur Krone",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zur Linde":{tags:{name:"Zur Linde",amenity:"restaurant"},name:"Zur Linde",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zur Post":{tags:{name:"Zur Post",amenity:"restaurant"},name:"Zur Post",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zur Sonne":{tags:{name:"Zur Sonne",amenity:"restaurant"},name:"Zur Sonne",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Евразия":{tags:{name:"Евразия",amenity:"restaurant"},name:"Евразия",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ресторан":{tags:{name:"Ресторан",amenity:"restaurant"},name:"Ресторан",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Тануки":{tags:{name:"Тануки",amenity:"restaurant"},name:"Тануки",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Якитория":{tags:{name:"Якитория",amenity:"restaurant"},name:"Якитория",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/رستوران":{tags:{name:"رستوران",amenity:"restaurant"},name:"رستوران",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/مطعم":{tags:{name:"مطعم",amenity:"restaurant"},name:"مطعم",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/はま寿司":{tags:{name:"はま寿司",amenity:"restaurant"},name:"はま寿司",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/びっくりドンキー":{tags:{name:"びっくりドンキー",amenity:"restaurant"},name:"びっくりドンキー",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/やよい軒":{tags:{name:"やよい軒",amenity:"restaurant"},name:"やよい軒",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ガスト":{tags:{name:"ガスト","name:en":"Gusto",amenity:"restaurant"},name:"ガスト",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ココス":{tags:{name:"ココス",amenity:"restaurant"},name:"ココス",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/サイゼリア":{tags:{name:"サイゼリア",amenity:"restaurant"},name:"サイゼリア",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/サイゼリヤ":{tags:{name:"サイゼリヤ",amenity:"restaurant"},name:"サイゼリヤ",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ジョイフル":{tags:{name:"ジョイフル",amenity:"restaurant"},name:"ジョイフル",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ジョナサン":{tags:{name:"ジョナサン",amenity:"restaurant"},name:"ジョナサン",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ジョリーパスタ":{tags:{name:"ジョリーパスタ",amenity:"restaurant"},name:"ジョリーパスタ",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/デニーズ":{tags:{name:"デニーズ",amenity:"restaurant"},name:"デニーズ",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/バーミヤン":{tags:{name:"バーミヤン",amenity:"restaurant"},name:"バーミヤン",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ロイヤルホスト":{tags:{name:"ロイヤルホスト",amenity:"restaurant"},name:"ロイヤルホスト",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/丸亀製麺":{tags:{name:"丸亀製麺",amenity:"restaurant"},name:"丸亀製麺",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/八方雲集":{tags:{name:"八方雲集",amenity:"restaurant"},name:"八方雲集",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/夢庵":{tags:{name:"夢庵",amenity:"restaurant"},name:"夢庵",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/大戸屋":{tags:{name:"大戸屋",amenity:"restaurant"},name:"大戸屋",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/大阪王将":{tags:{name:"大阪王将",amenity:"restaurant"},name:"大阪王将",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/天下一品":{tags:{name:"天下一品",amenity:"restaurant"},name:"天下一品",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/安楽亭":{tags:{name:"安楽亭",amenity:"restaurant"},name:"安楽亭",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/牛角":{tags:{name:"牛角",amenity:"restaurant"},name:"牛角",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/食堂":{tags:{name:"食堂",amenity:"restaurant"},name:"食堂",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/餃子の王将":{tags:{name:"餃子の王将",amenity:"restaurant"},name:"餃子の王将",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/바다횟집 (Bada Fish Restaurant)":{tags:{name:"바다횟집 (Bada Fish Restaurant)",amenity:"restaurant"},name:"바다횟집 (Bada Fish Restaurant)",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/school/Adolfo Lopez Mateos":{tags:{name:"Adolfo Lopez Mateos",amenity:"school"},name:"Adolfo Lopez Mateos",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Agustin Ya�ez":{tags:{name:"Agustin Ya�ez",amenity:"school"},name:"Agustin Ya�ez",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Albert-Schweitzer-Schule":{tags:{name:"Albert-Schweitzer-Schule",amenity:"school"},name:"Albert-Schweitzer-Schule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Amado Nervo":{tags:{name:"Amado Nervo",amenity:"school"},name:"Amado Nervo",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Astrid-Lindgren-Schule":{tags:{name:"Astrid-Lindgren-Schule",amenity:"school"},name:"Astrid-Lindgren-Schule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Benito Juarez":{tags:{name:"Benito Juarez",amenity:"school"},name:"Benito Juarez",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Brown School":{tags:{name:"Brown School",amenity:"school"},name:"Brown School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/CEM":{tags:{name:"CEM",amenity:"school"},name:"CEM",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Center School":{tags:{name:"Center School",amenity:"school"},name:"Center School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Central Elementary School":{tags:{name:"Central Elementary School",amenity:"school"},name:"Central Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Central High School":{tags:{name:"Central High School",amenity:"school"},name:"Central High School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Central School":{tags:{name:"Central School",amenity:"school"},name:"Central School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Colegio San José":{tags:{name:"Colegio San José",amenity:"school"},name:"Colegio San José",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Collège Jean Moulin":{tags:{name:"Collège Jean Moulin",amenity:"school"},name:"Collège Jean Moulin",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Collège privé Saint-Joseph":{tags:{name:"Collège privé Saint-Joseph",amenity:"school"},name:"Collège privé Saint-Joseph",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Cuauhtemoc":{tags:{name:"Cuauhtemoc",amenity:"school"},name:"Cuauhtemoc",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Curso Comunitario":{tags:{name:"Curso Comunitario",amenity:"school"},name:"Curso Comunitario",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Cursos Comunitarios":{tags:{name:"Cursos Comunitarios",amenity:"school"},name:"Cursos Comunitarios",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/EPP":{tags:{name:"EPP",amenity:"school"},name:"EPP",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Emiliano Zapata":{tags:{name:"Emiliano Zapata",amenity:"school"},name:"Emiliano Zapata",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Fairview Elementary School":{tags:{name:"Fairview Elementary School",amenity:"school"},name:"Fairview Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Fairview School":{tags:{name:"Fairview School",amenity:"school"},name:"Fairview School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Francisco I Madero":{tags:{name:"Francisco I Madero",amenity:"school"},name:"Francisco I Madero",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Francisco I. Madero":{tags:{name:"Francisco I. Madero",amenity:"school"},name:"Francisco I. Madero",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Francisco Villa":{tags:{name:"Francisco Villa",amenity:"school"},name:"Francisco Villa",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Franklin Elementary School":{tags:{name:"Franklin Elementary School",amenity:"school"},name:"Franklin Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Franklin School":{tags:{name:"Franklin School",amenity:"school"},name:"Franklin School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Garfield Elementary School":{tags:{name:"Garfield Elementary School",amenity:"school"},name:"Garfield Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Garfield School":{tags:{name:"Garfield School",amenity:"school"},name:"Garfield School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Gimnazjum nr 1":{tags:{name:"Gimnazjum nr 1",amenity:"school"},name:"Gimnazjum nr 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Government School":{tags:{name:"Government School",amenity:"school"},name:"Government School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Gregorio Torres Quintero":{tags:{name:"Gregorio Torres Quintero",amenity:"school"},name:"Gregorio Torres Quintero",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Groupe Scolaire":{tags:{name:"Groupe Scolaire",amenity:"school"},name:"Groupe Scolaire",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Guadalupe Victoria":{tags:{name:"Guadalupe Victoria",amenity:"school"},name:"Guadalupe Victoria",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Highland School":{tags:{name:"Highland School",amenity:"school"},name:"Highland School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Hillcrest Elementary School":{tags:{name:"Hillcrest Elementary School",amenity:"school"},name:"Hillcrest Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Holy Cross School":{tags:{name:"Holy Cross School",amenity:"school"},name:"Holy Cross School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Holy Family School":{tags:{name:"Holy Family School",amenity:"school"},name:"Holy Family School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Holy Trinity School":{tags:{name:"Holy Trinity School",amenity:"school"},name:"Holy Trinity School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ignacio Allende":{tags:{name:"Ignacio Allende",amenity:"school"},name:"Ignacio Allende",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ignacio Zaragoza":{tags:{name:"Ignacio Zaragoza",amenity:"school"},name:"Ignacio Zaragoza",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Immaculate Conception School":{tags:{name:"Immaculate Conception School",amenity:"school"},name:"Immaculate Conception School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jackson Elementary School":{tags:{name:"Jackson Elementary School",amenity:"school"},name:"Jackson Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jackson School":{tags:{name:"Jackson School",amenity:"school"},name:"Jackson School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jefferson Elementary School":{tags:{name:"Jefferson Elementary School",amenity:"school"},name:"Jefferson Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jefferson School":{tags:{name:"Jefferson School",amenity:"school"},name:"Jefferson School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jose Clemente Orozco":{tags:{name:"Jose Clemente Orozco",amenity:"school"},name:"Jose Clemente Orozco",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jose Ma Morelos Y Pavon":{tags:{name:"Jose Ma Morelos Y Pavon",amenity:"school"},name:"Jose Ma Morelos Y Pavon",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jose Vasconcelos":{tags:{name:"Jose Vasconcelos",amenity:"school"},name:"Jose Vasconcelos",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Josefa Ortiz De Dominguez":{tags:{name:"Josefa Ortiz De Dominguez",amenity:"school"},name:"Josefa Ortiz De Dominguez",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Juan Escutia":{tags:{name:"Juan Escutia",amenity:"school"},name:"Juan Escutia",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Justo Sierra":{tags:{name:"Justo Sierra",amenity:"school"},name:"Justo Sierra",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Kumon":{tags:{name:"Kumon",amenity:"school"},name:"Kumon",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Lazaro Cardenas":{tags:{name:"Lazaro Cardenas",amenity:"school"},name:"Lazaro Cardenas",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Lazaro Cardenas Del Rio":{tags:{name:"Lazaro Cardenas Del Rio",amenity:"school"},name:"Lazaro Cardenas Del Rio",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Leona Vicario":{tags:{name:"Leona Vicario",amenity:"school"},name:"Leona Vicario",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Liberty Elementary School":{tags:{name:"Liberty Elementary School",amenity:"school"},name:"Liberty Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Liberty School":{tags:{name:"Liberty School",amenity:"school"},name:"Liberty School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Lincoln Elementary School":{tags:{name:"Lincoln Elementary School",amenity:"school"},name:"Lincoln Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Lincoln School":{tags:{name:"Lincoln School",amenity:"school"},name:"Lincoln School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Longfellow Elementary School":{tags:{name:"Longfellow Elementary School",amenity:"school"},name:"Longfellow Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Longfellow School":{tags:{name:"Longfellow School",amenity:"school"},name:"Longfellow School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Madison Elementary School":{tags:{name:"Madison Elementary School",amenity:"school"},name:"Madison Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Manuel Lopez Cotilla":{tags:{name:"Manuel Lopez Cotilla",amenity:"school"},name:"Manuel Lopez Cotilla",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Maple Grove School":{tags:{name:"Maple Grove School",amenity:"school"},name:"Maple Grove School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/McKinley Elementary School":{tags:{name:"McKinley Elementary School",amenity:"school"},name:"McKinley Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/McKinley School":{tags:{name:"McKinley School",amenity:"school"},name:"McKinley School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Miguel Hidalgo":{tags:{name:"Miguel Hidalgo",amenity:"school"},name:"Miguel Hidalgo",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Miguel Hidalgo Y Costilla":{tags:{name:"Miguel Hidalgo Y Costilla",amenity:"school"},name:"Miguel Hidalgo Y Costilla",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Miller School":{tags:{name:"Miller School",amenity:"school"},name:"Miller School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Mount Pleasant School":{tags:{name:"Mount Pleasant School",amenity:"school"},name:"Mount Pleasant School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Mount Zion School":{tags:{name:"Mount Zion School",amenity:"school"},name:"Mount Zion School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Mountain View Elementary School":{tags:{name:"Mountain View Elementary School",amenity:"school"},name:"Mountain View Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/New Hope School":{tags:{name:"New Hope School",amenity:"school"},name:"New Hope School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Nicolas Bravo":{tags:{name:"Nicolas Bravo",amenity:"school"},name:"Nicolas Bravo",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ni�os Heroes":{tags:{name:"Ni�os Heroes",amenity:"school"},name:"Ni�os Heroes",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Nombre En Tramite":{tags:{name:"Nombre En Tramite",amenity:"school"},name:"Nombre En Tramite",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/North Elementary School":{tags:{name:"North Elementary School",amenity:"school"},name:"North Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Oak Grove School":{tags:{name:"Oak Grove School",amenity:"school"},name:"Oak Grove School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pedro Moreno":{tags:{name:"Pedro Moreno",amenity:"school"},name:"Pedro Moreno",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pestalozzischule":{tags:{name:"Pestalozzischule",amenity:"school"},name:"Pestalozzischule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pine Grove School":{tags:{name:"Pine Grove School",amenity:"school"},name:"Pine Grove School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pleasant Hill School":{tags:{name:"Pleasant Hill School",amenity:"school"},name:"Pleasant Hill School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pleasant Valley School":{tags:{name:"Pleasant Valley School",amenity:"school"},name:"Pleasant Valley School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pleasant View School":{tags:{name:"Pleasant View School",amenity:"school"},name:"Pleasant View School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Primaria Comunitaria":{tags:{name:"Primaria Comunitaria",amenity:"school"},name:"Primaria Comunitaria",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ramon Corona":{tags:{name:"Ramon Corona",amenity:"school"},name:"Ramon Corona",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ricardo Flores Magon":{tags:{name:"Ricardo Flores Magon",amenity:"school"},name:"Ricardo Flores Magon",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Riverside School":{tags:{name:"Riverside School",amenity:"school"},name:"Riverside School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Roosevelt Elementary School":{tags:{name:"Roosevelt Elementary School",amenity:"school"},name:"Roosevelt Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Roosevelt School":{tags:{name:"Roosevelt School",amenity:"school"},name:"Roosevelt School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/SD":{tags:{name:"SD",amenity:"school"},name:"SD",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/SDN":{tags:{name:"SDN",amenity:"school"},name:"SDN",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Sacred Heart School":{tags:{name:"Sacred Heart School",amenity:"school"},name:"Sacred Heart School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Francis School":{tags:{name:"Saint Francis School",amenity:"school"},name:"Saint Francis School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint James School":{tags:{name:"Saint James School",amenity:"school"},name:"Saint James School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Johns School":{tags:{name:"Saint Johns School",amenity:"school"},name:"Saint Johns School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Joseph School":{tags:{name:"Saint Joseph School",amenity:"school"},name:"Saint Joseph School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Josephs School":{tags:{name:"Saint Josephs School",amenity:"school"},name:"Saint Josephs School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Kizito Primary School":{tags:{name:"Saint Kizito Primary School",amenity:"school"},name:"Saint Kizito Primary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Mary School":{tags:{name:"Saint Mary School",amenity:"school"},name:"Saint Mary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Marys School":{tags:{name:"Saint Marys School",amenity:"school"},name:"Saint Marys School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Patricks School":{tags:{name:"Saint Patricks School",amenity:"school"},name:"Saint Patricks School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Paul School":{tags:{name:"Saint Paul School",amenity:"school"},name:"Saint Paul School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Pauls School":{tags:{name:"Saint Pauls School",amenity:"school"},name:"Saint Pauls School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Peters School":{tags:{name:"Saint Peters School",amenity:"school"},name:"Saint Peters School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Schillerschule":{tags:{name:"Schillerschule",amenity:"school"},name:"Schillerschule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/School Number 1":{tags:{name:"School Number 1",amenity:"school"},name:"School Number 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/School Number 2":{tags:{name:"School Number 2",amenity:"school"},name:"School Number 2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/School Number 3":{tags:{name:"School Number 3",amenity:"school"},name:"School Number 3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/School Number 4":{tags:{name:"School Number 4",amenity:"school"},name:"School Number 4",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Smith School":{tags:{name:"Smith School",amenity:"school"},name:"Smith School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/South Elementary School":{tags:{name:"South Elementary School",amenity:"school"},name:"South Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Sunnyside School":{tags:{name:"Sunnyside School",amenity:"school"},name:"Sunnyside School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Szkoła Podstawowa nr 1":{tags:{name:"Szkoła Podstawowa nr 1",amenity:"school"},name:"Szkoła Podstawowa nr 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Szkoła Podstawowa nr 2":{tags:{name:"Szkoła Podstawowa nr 2",amenity:"school"},name:"Szkoła Podstawowa nr 2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Szkoła Podstawowa nr 3":{tags:{name:"Szkoła Podstawowa nr 3",amenity:"school"},name:"Szkoła Podstawowa nr 3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Trinity School":{tags:{name:"Trinity School",amenity:"school"},name:"Trinity School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/UNIDAD EDUCATIVA":{tags:{name:"UNIDAD EDUCATIVA",amenity:"school"},name:"UNIDAD EDUCATIVA",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Union School":{tags:{name:"Union School",amenity:"school"},name:"Union School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Valentin Gomez Farias":{tags:{name:"Valentin Gomez Farias",amenity:"school"},name:"Valentin Gomez Farias",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Venustiano Carranza":{tags:{name:"Venustiano Carranza",amenity:"school"},name:"Venustiano Carranza",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Vicente Guerrero":{tags:{name:"Vicente Guerrero",amenity:"school"},name:"Vicente Guerrero",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Volkshochschule":{tags:{name:"Volkshochschule",amenity:"school"},name:"Volkshochschule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Volksschule":{tags:{name:"Volksschule",amenity:"school"},name:"Volksschule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Washington Elementary School":{tags:{name:"Washington Elementary School",amenity:"school"},name:"Washington Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Washington School":{tags:{name:"Washington School",amenity:"school"},name:"Washington School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/West Elementary School":{tags:{name:"West Elementary School",amenity:"school"},name:"West Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/White School":{tags:{name:"White School",amenity:"school"},name:"White School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Wilson Elementary School":{tags:{name:"Wilson Elementary School",amenity:"school"},name:"Wilson Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Wilson School":{tags:{name:"Wilson School",amenity:"school"},name:"Wilson School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Általános iskola":{tags:{name:"Általános iskola",amenity:"school"},name:"Általános iskola",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École Jules Ferry":{tags:{name:"École Jules Ferry",amenity:"school"},name:"École Jules Ferry",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École Notre-Dame":{tags:{name:"École Notre-Dame",amenity:"school"},name:"École Notre-Dame",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École Saint-Joseph":{tags:{name:"École Saint-Joseph",amenity:"school"},name:"École Saint-Joseph",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire Jean Jaurès":{tags:{name:"École primaire Jean Jaurès",amenity:"school"},name:"École primaire Jean Jaurès",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire Jules Ferry":{tags:{name:"École primaire Jules Ferry",amenity:"school"},name:"École primaire Jules Ferry",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire privée Notre-Dame":{tags:{name:"École primaire privée Notre-Dame",amenity:"school"},name:"École primaire privée Notre-Dame",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire privée Saint-Joseph":{tags:{name:"École primaire privée Saint-Joseph",amenity:"school"},name:"École primaire privée Saint-Joseph",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire privée Sainte-Marie":{tags:{name:"École primaire privée Sainte-Marie",amenity:"school"},name:"École primaire privée Sainte-Marie",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École élémentaire Jules Ferry":{tags:{name:"École élémentaire Jules Ferry",amenity:"school"},name:"École élémentaire Jules Ferry",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Școala Generală":{tags:{name:"Școala Generală",amenity:"school"},name:"Școala Generală",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Școală":{tags:{name:"Școală",amenity:"school"},name:"Școală",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Вечерняя школа":{tags:{name:"Вечерняя школа",amenity:"school"},name:"Вечерняя школа",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Гимназия №1":{tags:{name:"Гимназия №1",amenity:"school"},name:"Гимназия №1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Средняя школа №1":{tags:{name:"Средняя школа №1",amenity:"school"},name:"Средняя школа №1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Средняя школа №2":{tags:{name:"Средняя школа №2",amenity:"school"},name:"Средняя школа №2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Средняя школа №3":{tags:{name:"Средняя школа №3",amenity:"school"},name:"Средняя школа №3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 1":{tags:{name:"Школа № 1",amenity:"school"},name:"Школа № 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 2":{tags:{name:"Школа № 2",amenity:"school"},name:"Школа № 2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 3":{tags:{name:"Школа № 3",amenity:"school"},name:"Школа № 3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 4":{tags:{name:"Школа № 4",amenity:"school"},name:"Школа № 4",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 5":{tags:{name:"Школа № 5",amenity:"school"},name:"Школа № 5",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №1":{tags:{name:"Школа №1",amenity:"school"},name:"Школа №1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №10":{tags:{name:"Школа №10",amenity:"school"},name:"Школа №10",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №11":{tags:{name:"Школа №11",amenity:"school"},name:"Школа №11",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №12":{tags:{name:"Школа №12",amenity:"school"},name:"Школа №12",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №13":{tags:{name:"Школа №13",amenity:"school"},name:"Школа №13",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №14":{tags:{name:"Школа №14",amenity:"school"},name:"Школа №14",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №15":{tags:{name:"Школа №15",amenity:"school"},name:"Школа №15",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №16":{tags:{name:"Школа №16",amenity:"school"},name:"Школа №16",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №17":{tags:{name:"Школа №17",amenity:"school"},name:"Школа №17",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №18":{tags:{name:"Школа №18",amenity:"school"},name:"Школа №18",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №19":{tags:{name:"Школа №19",amenity:"school"},name:"Школа №19",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №2":{tags:{name:"Школа №2",amenity:"school"},name:"Школа №2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №20":{tags:{name:"Школа №20",amenity:"school"},name:"Школа №20",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №21":{tags:{name:"Школа №21",amenity:"school"},name:"Школа №21",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №22":{tags:{name:"Школа №22",amenity:"school"},name:"Школа №22",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №23":{tags:{name:"Школа №23",amenity:"school"},name:"Школа №23",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №24":{tags:{name:"Школа №24",amenity:"school"},name:"Школа №24",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №25":{tags:{name:"Школа №25",amenity:"school"},name:"Школа №25",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №26":{tags:{name:"Школа №26",amenity:"school"},name:"Школа №26",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №27":{tags:{name:"Школа №27",amenity:"school"},name:"Школа №27",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №28":{tags:{name:"Школа №28",amenity:"school"},name:"Школа №28",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №3":{tags:{name:"Школа №3",amenity:"school"},name:"Школа №3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №31":{tags:{name:"Школа №31",amenity:"school"},name:"Школа №31",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №35":{tags:{name:"Школа №35",amenity:"school"},name:"Школа №35",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №4":{tags:{name:"Школа №4",amenity:"school"},name:"Школа №4",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №5":{tags:{name:"Школа №5",amenity:"school"},name:"Школа №5",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №6":{tags:{name:"Школа №6",amenity:"school"},name:"Школа №6",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №7":{tags:{name:"Школа №7",amenity:"school"},name:"Школа №7",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №8":{tags:{name:"Школа №8",amenity:"school"},name:"Школа №8",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №9":{tags:{name:"Школа №9",amenity:"school"},name:"Школа №9",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/مدرسة":{tags:{name:"مدرسة",amenity:"school"},name:"مدرسة",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/مدرسه":{tags:{name:"مدرسه",amenity:"school"},name:"مدرسه",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/市立南中学校":{tags:{name:"市立南中学校",amenity:"school"},name:"市立南中学校",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/市立南小学校":{tags:{name:"市立南小学校",amenity:"school"},name:"市立南小学校",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/市立東中学校":{tags:{name:"市立東中学校",amenity:"school"},name:"市立東中学校",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/social_facility/Safe Haven":{tags:{name:"Safe Haven",amenity:"social_facility"},name:"Safe Haven",icon:"temaki-social_facility",geometry:["point","area"],fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],suggestion:true},"amenity/social_facility/Детский дом":{tags:{name:"Детский дом",amenity:"social_facility"},name:"Детский дом",icon:"temaki-social_facility",geometry:["point","area"],fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],suggestion:true},"amenity/social_facility/Социальный участковый":{tags:{name:"Социальный участковый",amenity:"social_facility"},name:"Социальный участковый",icon:"temaki-social_facility",geometry:["point","area"],fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],suggestion:true},"amenity/theatre/Amfiteatr":{tags:{name:"Amfiteatr",amenity:"theatre"},name:"Amfiteatr",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"amenity/theatre/Amphitheater":{tags:{name:"Amphitheater",amenity:"theatre"},name:"Amphitheater",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"amenity/theatre/Amphitheatre":{tags:{name:"Amphitheatre",amenity:"theatre"},name:"Amphitheatre",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"amenity/theatre/Freilichtbühne":{tags:{name:"Freilichtbühne",amenity:"theatre"},name:"Freilichtbühne",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"amenity/theatre/Teatro Comunale":{tags:{name:"Teatro Comunale",amenity:"theatre"},name:"Teatro Comunale",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"leisure/fitness_centre/LA Fitness":{tags:{name:"LA Fitness",leisure:"fitness_centre"},name:"LA Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","address","building_area","opening_hours"],suggestion:true},"leisure/fitness_centre/Planet Fitness":{tags:{name:"Planet Fitness",leisure:"fitness_centre"},name:"Planet Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","address","building_area","opening_hours"],suggestion:true},"leisure/fitness_centre/Snap Fitness":{tags:{name:"Snap Fitness",leisure:"fitness_centre"},name:"Snap Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","address","building_area","opening_hours"],suggestion:true},"leisure/playground/Çocuk Parkı":{tags:{name:"Çocuk Parkı",leisure:"playground"},name:"Çocuk Parkı",icon:"maki-playground",geometry:["point","area"],fields:["name","operator","surface","playground/max_age","playground/min_age","access_simple"],suggestion:true},"leisure/playground/놀이터":{tags:{name:"놀이터",leisure:"playground"},name:"놀이터",icon:"maki-playground",geometry:["point","area"],fields:["name","operator","surface","playground/max_age","playground/min_age","access_simple"],suggestion:true},"leisure/sports_centre/Anytime Fitness":{tags:{name:"Anytime Fitness",leisure:"sports_centre"},name:"Anytime Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Complejo Municipal de Deportes":{tags:{name:"Complejo Municipal de Deportes",leisure:"sports_centre"},name:"Complejo Municipal de Deportes",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Complexe Sportif":{tags:{name:"Complexe Sportif",leisure:"sports_centre"},name:"Complexe Sportif",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Curves":{tags:{name:"Curves",leisure:"sports_centre"},name:"Curves",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Fitness First":{tags:{name:"Fitness First",leisure:"sports_centre"},name:"Fitness First",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Gold's Gym":{tags:{name:"Gold's Gym",leisure:"sports_centre"},name:"Gold's Gym",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Kieser Training":{tags:{name:"Kieser Training",leisure:"sports_centre"},name:"Kieser Training",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Life Time Fitness":{tags:{name:"Life Time Fitness",leisure:"sports_centre"},name:"Life Time Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/McFit":{tags:{name:"McFit",leisure:"sports_centre"},name:"McFit",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Mrs. Sporty":{tags:{name:"Mrs. Sporty",leisure:"sports_centre"},name:"Mrs. Sporty",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Orlik":{tags:{name:"Orlik",leisure:"sports_centre"},name:"Orlik",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Pabellón Municipal de Deportes":{tags:{name:"Pabellón Municipal de Deportes",leisure:"sports_centre"},name:"Pabellón Municipal de Deportes",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Palestra Comunale":{tags:{name:"Palestra Comunale",leisure:"sports_centre"},name:"Palestra Comunale",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Salle Omnisport":{tags:{name:"Salle Omnisport",leisure:"sports_centre"},name:"Salle Omnisport",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Virgin Active":{tags:{name:"Virgin Active",leisure:"sports_centre"},name:"Virgin Active",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/YMCA":{tags:{name:"YMCA",leisure:"sports_centre"},name:"YMCA",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/ДЮСШ":{tags:{name:"ДЮСШ",leisure:"sports_centre"},name:"ДЮСШ",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Ледовый дворец":{tags:{name:"Ледовый дворец",leisure:"sports_centre"},name:"Ледовый дворец",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/体育館":{tags:{name:"体育館",leisure:"sports_centre"},name:"体育館",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/swimming_pool/Schwimmerbecken":{tags:{name:"Schwimmerbecken",leisure:"swimming_pool"},name:"Schwimmerbecken",icon:"maki-swimming",geometry:["point","area"],fields:["name","access_simple","operator","address"],suggestion:true},"leisure/swimming_pool/Yüzme Havuzu":{tags:{name:"Yüzme Havuzu",leisure:"swimming_pool"},name:"Yüzme Havuzu",icon:"maki-swimming",geometry:["point","area"],fields:["name","access_simple","operator","address"],suggestion:true},"leisure/swimming_pool/プール":{tags:{name:"プール",leisure:"swimming_pool"},name:"プール",icon:"maki-swimming",geometry:["point","area"],fields:["name","access_simple","operator","address"],suggestion:true},"leisure/swimming_pool/游泳池":{tags:{name:"游泳池",leisure:"swimming_pool"},name:"游泳池",icon:"maki-swimming",geometry:["point","area"],fields:["name","access_simple","operator","address"],suggestion:true},"man_made/windmill/De Hoop":{tags:{name:"De Hoop",man_made:"windmill"},name:"De Hoop",icon:"temaki-windmill",geometry:["point","area"],fields:["building_area"],suggestion:true},"shop/alcohol/Alko":{tags:{name:"Alko",shop:"alcohol"},name:"Alko",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/BC Liquor Store":{tags:{name:"BC Liquor Store",shop:"alcohol"},name:"BC Liquor Store",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/BWS":{tags:{name:"BWS",shop:"alcohol"},name:"BWS",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Bargain Booze":{tags:{name:"Bargain Booze",shop:"alcohol"},name:"Bargain Booze",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Beer Store":{tags:{name:"Beer Store",shop:"alcohol"},name:"Beer Store",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Botilleria":{tags:{name:"Botilleria",shop:"alcohol"},name:"Botilleria",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Dan Murphy's":{tags:{name:"Dan Murphy's",shop:"alcohol"},name:"Dan Murphy's",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Gall & Gall":{tags:{name:"Gall & Gall",shop:"alcohol"},name:"Gall & Gall",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/LCBO":{tags:{name:"LCBO",shop:"alcohol"},name:"LCBO",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Liquor Depot":{tags:{name:"Liquor Depot",shop:"alcohol"},name:"Liquor Depot",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Liquor Store":{tags:{name:"Liquor Store",shop:"alcohol"},name:"Liquor Store",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Liquorland":{tags:{name:"Liquorland",shop:"alcohol"},name:"Liquorland",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Mitra":{tags:{name:"Mitra",shop:"alcohol"},name:"Mitra",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Nicolas":{tags:{name:"Nicolas",shop:"alcohol"},name:"Nicolas",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/SAQ":{tags:{name:"SAQ",shop:"alcohol"},name:"SAQ",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Systembolaget":{tags:{name:"Systembolaget",shop:"alcohol"},name:"Systembolaget",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/The Beer Store":{tags:{name:"The Beer Store",shop:"alcohol"},name:"The Beer Store",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Vinmonopolet":{tags:{name:"Vinmonopolet",shop:"alcohol"},name:"Vinmonopolet",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Алкомаркет":{tags:{name:"Алкомаркет",shop:"alcohol"},name:"Алкомаркет",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Ароматный мир":{tags:{name:"Ароматный мир",shop:"alcohol"},name:"Ароматный мир",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Бристоль":{tags:{name:"Бристоль",shop:"alcohol"},name:"Бристоль",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Градус":{tags:{name:"Градус",shop:"alcohol"},name:"Градус",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Живое пиво":{tags:{name:"Живое пиво",shop:"alcohol"},name:"Живое пиво",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Красное & Белое":{tags:{name:"Красное & Белое",shop:"alcohol"},name:"Красное & Белое",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Норман":{tags:{name:"Норман",shop:"alcohol"},name:"Норман",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Отдохни":{tags:{name:"Отдохни",shop:"alcohol"},name:"Отдохни",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Пиво":{tags:{name:"Пиво",shop:"alcohol"},name:"Пиво",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Разливное пиво":{tags:{name:"Разливное пиво",shop:"alcohol"},name:"Разливное пиво",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/baby_goods/Aubert":{tags:{name:"Aubert",shop:"baby_goods"},name:"Aubert",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/baby_goods/Babies R Us":{tags:{name:"Babies R Us",shop:"baby_goods"},name:"Babies R Us",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/baby_goods/BabyOne":{tags:{name:"BabyOne",shop:"baby_goods"},name:"BabyOne",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/AILI":{tags:{name:"AILI",shop:"bakery"},name:"AILI",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Anker":{tags:{name:"Anker",shop:"bakery"},name:"Anker",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Awiteks":{tags:{name:"Awiteks",shop:"bakery"},name:"Awiteks",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Backshop":{tags:{name:"Backshop",shop:"bakery"},name:"Backshop",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Backwerk":{tags:{name:"Backwerk",shop:"bakery"},name:"Backwerk",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Baguette":{tags:{name:"Baguette",shop:"bakery"},name:"Baguette",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bakers Delight":{tags:{name:"Bakers Delight",shop:"bakery"},name:"Bakers Delight",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bakker Bart":{tags:{name:"Bakker Bart",shop:"bakery"},name:"Bakker Bart",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Banette":{tags:{name:"Banette",shop:"bakery"},name:"Banette",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Fuchs":{tags:{name:"Bäckerei Fuchs",shop:"bakery"},name:"Bäckerei Fuchs",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Grimminger":{tags:{name:"Bäckerei Grimminger",shop:"bakery"},name:"Bäckerei Grimminger",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Müller":{tags:{name:"Bäckerei Müller",shop:"bakery"},name:"Bäckerei Müller",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Schmidt":{tags:{name:"Bäckerei Schmidt",shop:"bakery"},name:"Bäckerei Schmidt",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Schneider":{tags:{name:"Bäckerei Schneider",shop:"bakery"},name:"Bäckerei Schneider",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Cooplands":{tags:{name:"Cooplands",shop:"bakery"},name:"Cooplands",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Dat Backhus":{tags:{name:"Dat Backhus",shop:"bakery"},name:"Dat Backhus",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Der Beck":{tags:{name:"Der Beck",shop:"bakery"},name:"Der Beck",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Der Mann":{tags:{name:"Der Mann",shop:"bakery"},name:"Der Mann",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Ditsch":{tags:{name:"Ditsch",shop:"bakery"},name:"Ditsch",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Fornetti":{tags:{name:"Fornetti",shop:"bakery"},name:"Fornetti",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Goeken backen":{tags:{name:"Goeken backen",shop:"bakery"},name:"Goeken backen",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Goldilocks":{tags:{name:"Goldilocks",shop:"bakery"},name:"Goldilocks",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Greggs":{tags:{name:"Greggs",shop:"bakery"},name:"Greggs",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Hofpfisterei":{tags:{name:"Hofpfisterei",shop:"bakery"},name:"Hofpfisterei",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Ihle":{tags:{name:"Ihle",shop:"bakery"},name:"Ihle",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Julie's Bakeshop":{tags:{name:"Julie's Bakeshop",shop:"bakery"},name:"Julie's Bakeshop",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/K&U":{tags:{name:"K&U",shop:"bakery"},name:"K&U",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/K&U Bäckerei":{tags:{name:"K&U Bäckerei",shop:"bakery"},name:"K&U Bäckerei",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Kamps":{tags:{name:"Kamps",shop:"bakery"},name:"Kamps",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/La Mie Câline":{tags:{name:"La Mie Câline",shop:"bakery"},name:"La Mie Câline",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Le Crobag":{tags:{name:"Le Crobag",shop:"bakery"},name:"Le Crobag",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Le Fournil":{tags:{name:"Le Fournil",shop:"bakery"},name:"Le Fournil",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Lila Bäcker":{tags:{name:"Lila Bäcker",shop:"bakery"},name:"Lila Bäcker",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Lipóti Pékség":{tags:{name:"Lipóti Pékség",shop:"bakery"},name:"Lipóti Pékség",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Marie Blachère":{tags:{name:"Marie Blachère",shop:"bakery"},name:"Marie Blachère",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Mlinar":{tags:{name:"Mlinar",shop:"bakery"},name:"Mlinar",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Musmanni":{tags:{name:"Musmanni",shop:"bakery"},name:"Musmanni",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Oebel":{tags:{name:"Oebel",shop:"bakery"},name:"Oebel",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Paul":{tags:{name:"Paul",shop:"bakery"},name:"Paul",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Red Ribbon":{tags:{name:"Red Ribbon",shop:"bakery"},name:"Red Ribbon",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Schäfer's":{tags:{name:"Schäfer's",shop:"bakery"},name:"Schäfer's",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Sehne":{tags:{name:"Sehne",shop:"bakery"},name:"Sehne",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Stadtbäckerei":{tags:{name:"Stadtbäckerei",shop:"bakery"},name:"Stadtbäckerei",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Steinecke":{tags:{name:"Steinecke",shop:"bakery"},name:"Steinecke",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Sternenbäck":{tags:{name:"Sternenbäck",shop:"bakery"},name:"Sternenbäck",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Ströck":{tags:{name:"Ströck",shop:"bakery"},name:"Ströck",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Wiener Feinbäcker":{tags:{name:"Wiener Feinbäcker",shop:"bakery"},name:"Wiener Feinbäcker",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/von Allwörden":{tags:{name:"von Allwörden",shop:"bakery"},name:"von Allwörden",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Булочная":{tags:{name:"Булочная",shop:"bakery"},name:"Булочная",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Горячий хлеб":{tags:{name:"Горячий хлеб",shop:"bakery"},name:"Горячий хлеб",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Каравай":{tags:{name:"Каравай",shop:"bakery"},name:"Каравай",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Кулиничи":{tags:{name:"Кулиничи",shop:"bakery"},name:"Кулиничи",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Кулиничі":{tags:{name:"Кулиничі",shop:"bakery"},name:"Кулиничі",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Свежий хлеб":{tags:{name:"Свежий хлеб",shop:"bakery"},name:"Свежий хлеб",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Хлеб":{tags:{name:"Хлеб",shop:"bakery"},name:"Хлеб",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/مخبز":{tags:{name:"مخبز",shop:"bakery"},name:"مخبز",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/مخبزة":{tags:{name:"مخبزة",shop:"bakery"},name:"مخبزة",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نان لواش":{tags:{name:"نان لواش",shop:"bakery"},name:"نان لواش",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی":{tags:{name:"نانوایی",shop:"bakery"},name:"نانوایی",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی بربری":{tags:{name:"نانوایی بربری",shop:"bakery"},name:"نانوایی بربری",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی سنگک":{tags:{name:"نانوایی سنگک",shop:"bakery"},name:"نانوایی سنگک",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی سنگکی":{tags:{name:"نانوایی سنگکی",shop:"bakery"},name:"نانوایی سنگکی",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی لواش":{tags:{name:"نانوایی لواش",shop:"bakery"},name:"نانوایی لواش",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beauty/Sally Beauty Supply":{tags:{name:"Sally Beauty Supply",shop:"beauty"},name:"Sally Beauty Supply",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","beauty","opening_hours","payment_multi"],suggestion:true},"shop/beauty/Yves Rocher":{tags:{name:"Yves Rocher",shop:"beauty"},name:"Yves Rocher",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","beauty","opening_hours","payment_multi"],suggestion:true},"shop/bed/Matratzen Concord":{tags:{name:"Matratzen Concord",shop:"bed"},name:"Matratzen Concord",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bed/Mattress Firm":{tags:{name:"Mattress Firm",shop:"bed"},name:"Mattress Firm",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bed/Sleepy's":{tags:{name:"Sleepy's",shop:"bed"},name:"Sleepy's",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/50嵐":{tags:{name:"50嵐",shop:"beverages"},name:"50嵐",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Dursty":{tags:{name:"Dursty",shop:"beverages"},name:"Dursty",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Edeka Getränkemarkt":{tags:{name:"Edeka Getränkemarkt",shop:"beverages"},name:"Edeka Getränkemarkt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Fristo":{tags:{name:"Fristo",shop:"beverages"},name:"Fristo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Getränke Hoffmann":{tags:{name:"Getränke Hoffmann",shop:"beverages"},name:"Getränke Hoffmann",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Getränkeland":{tags:{name:"Getränkeland",shop:"beverages"},name:"Getränkeland",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Getränkemarkt":{tags:{name:"Getränkemarkt",shop:"beverages"},name:"Getränkemarkt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Orterer Getränkemarkt":{tags:{name:"Orterer Getränkemarkt",shop:"beverages"},name:"Orterer Getränkemarkt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Rewe Getränkemarkt":{tags:{name:"Rewe Getränkemarkt",shop:"beverages"},name:"Rewe Getränkemarkt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Trinkgut":{tags:{name:"Trinkgut",shop:"beverages"},name:"Trinkgut",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/茶湯會":{tags:{name:"茶湯會",shop:"beverages"},name:"茶湯會",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bicycle/Halfords":{tags:{name:"Halfords",shop:"bicycle"},name:"Halfords",icon:"maki-bicycle",geometry:["point","area"],fields:["name","operator","address","building_area","service/bicycle","opening_hours","payment_multi"],suggestion:true},"shop/bicycle/Веломарка":{tags:{name:"Веломарка",shop:"bicycle"},name:"Веломарка",icon:"maki-bicycle",geometry:["point","area"],fields:["name","operator","address","building_area","service/bicycle","opening_hours","payment_multi"],suggestion:true},"shop/bicycle/サイクルベースあさひ":{tags:{name:"サイクルベースあさひ",shop:"bicycle"},name:"サイクルベースあさひ",icon:"maki-bicycle",geometry:["point","area"],fields:["name","operator","address","building_area","service/bicycle","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/Betfred":{tags:{name:"Betfred",shop:"bookmaker"},name:"Betfred",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/Coral":{tags:{name:"Coral",shop:"bookmaker"},name:"Coral",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/Ladbrokes":{tags:{name:"Ladbrokes",shop:"bookmaker"},name:"Ladbrokes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/Paddy Power":{tags:{name:"Paddy Power",shop:"bookmaker"},name:"Paddy Power",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/William Hill":{tags:{name:"William Hill",shop:"bookmaker"},name:"William Hill",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/ΟΠΑΠ":{tags:{name:"ΟΠΑΠ",shop:"bookmaker"},name:"ΟΠΑΠ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Boucherie Charcuterie":{tags:{name:"Boucherie Charcuterie",shop:"butcher"},name:"Boucherie Charcuterie",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Carnicería":{tags:{name:"Carnicería",shop:"butcher"},name:"Carnicería",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Fleischerei Richter":{tags:{name:"Fleischerei Richter",shop:"butcher"},name:"Fleischerei Richter",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Húsbolt":{tags:{name:"Húsbolt",shop:"butcher"},name:"Húsbolt",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Macelleria":{tags:{name:"Macelleria",shop:"butcher"},name:"Macelleria",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Vinzenzmurr":{tags:{name:"Vinzenzmurr",shop:"butcher"},name:"Vinzenzmurr",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Ариант":{tags:{name:"Ариант",shop:"butcher"},name:"Ариант",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Великолукский мясокомбинат":{tags:{name:"Великолукский мясокомбинат",shop:"butcher"},name:"Великолукский мясокомбинат",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Мясная лавка":{tags:{name:"Мясная лавка",shop:"butcher"},name:"Мясная лавка",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Мясницкий ряд":{tags:{name:"Мясницкий ряд",shop:"butcher"},name:"Мясницкий ряд",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Мясной":{tags:{name:"Мясной",shop:"butcher"},name:"Мясной",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Мясо":{tags:{name:"Мясо",shop:"butcher"},name:"Мясо",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Наша Ряба":{tags:{name:"Наша Ряба",shop:"butcher"},name:"Наша Ряба",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Свежее мясо":{tags:{name:"Свежее мясо",shop:"butcher"},name:"Свежее мясо",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car/Audi":{tags:{name:"Audi",shop:"car"},name:"Audi",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/BMW":{tags:{name:"BMW",shop:"car"},name:"BMW",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Chevrolet":{tags:{name:"Chevrolet",shop:"car"},name:"Chevrolet",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Citroën":{tags:{name:"Citroën",shop:"car"},name:"Citroën",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Dacia":{tags:{name:"Dacia",shop:"car"},name:"Dacia",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Fiat":{tags:{name:"Fiat",shop:"car"},name:"Fiat",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Ford":{tags:{name:"Ford",shop:"car"},name:"Ford",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Honda":{tags:{name:"Honda",shop:"car"},name:"Honda",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Hyundai":{tags:{name:"Hyundai",shop:"car"},name:"Hyundai",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Isuzu":{tags:{name:"Isuzu",shop:"car"},name:"Isuzu",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Kia":{tags:{name:"Kia",shop:"car"},name:"Kia",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Land Rover":{tags:{name:"Land Rover",shop:"car"},name:"Land Rover",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Lexus":{tags:{name:"Lexus",shop:"car"},name:"Lexus",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Mazda":{tags:{name:"Mazda",shop:"car"},name:"Mazda",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Mercedes-Benz":{tags:{name:"Mercedes-Benz",shop:"car"},name:"Mercedes-Benz",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Mitsubishi":{tags:{name:"Mitsubishi",shop:"car"},name:"Mitsubishi",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Mitsubishi Motors":{tags:{name:"Mitsubishi Motors",shop:"car"},name:"Mitsubishi Motors",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/NISSAN":{tags:{name:"NISSAN",shop:"car"},name:"NISSAN",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Nissan":{tags:{name:"Nissan",shop:"car"},name:"Nissan",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Opel":{tags:{name:"Opel",shop:"car"},name:"Opel",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Peugeot":{tags:{name:"Peugeot",shop:"car"},name:"Peugeot",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Porsche":{tags:{name:"Porsche",shop:"car"},name:"Porsche",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Renault":{tags:{name:"Renault",shop:"car"},name:"Renault",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Seat":{tags:{name:"Seat",shop:"car"},name:"Seat",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Skoda":{tags:{name:"Skoda",shop:"car"},name:"Skoda",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Subaru":{tags:{name:"Subaru",shop:"car"},name:"Subaru",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Suzuki":{tags:{name:"Suzuki",shop:"car"},name:"Suzuki",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Toyota":{tags:{name:"Toyota",shop:"car"},name:"Toyota",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Volkswagen":{tags:{name:"Volkswagen",shop:"car"},name:"Volkswagen",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Volvo":{tags:{name:"Volvo",shop:"car"},name:"Volvo",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Advance Auto Parts":{tags:{name:"Advance Auto Parts",shop:"car_parts"},name:"Advance Auto Parts",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/AutoZone":{tags:{name:"AutoZone",shop:"car_parts"},name:"AutoZone",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Brezan":{tags:{name:"Brezan",shop:"car_parts"},name:"Brezan",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/NAPA Auto Parts":{tags:{name:"NAPA Auto Parts",shop:"car_parts"},name:"NAPA Auto Parts",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Napa Auto Parts":{tags:{name:"Napa Auto Parts",shop:"car_parts"},name:"Napa Auto Parts",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/O'Reilly Auto Parts":{tags:{name:"O'Reilly Auto Parts",shop:"car_parts"},name:"O'Reilly Auto Parts",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Repco":{tags:{name:"Repco",shop:"car_parts"},name:"Repco",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Tokić":{tags:{name:"Tokić",shop:"car_parts"},name:"Tokić",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/repuestos automotrices":{tags:{name:"repuestos automotrices",shop:"car_parts"},name:"repuestos automotrices",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Автозапчастини":{tags:{name:"Автозапчастини",shop:"car_parts"},name:"Автозапчастини",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Автомир":{tags:{name:"Автомир",shop:"car_parts"},name:"Автомир",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/イエローハット":{tags:{name:"イエローハット",shop:"car_parts"},name:"イエローハット",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/オートバックス":{tags:{name:"オートバックス",shop:"car_parts"},name:"オートバックス",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/タイヤ館":{tags:{name:"タイヤ館",shop:"car_parts"},name:"タイヤ館",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/A.T.U":{tags:{name:"A.T.U",shop:"car_repair"},name:"A.T.U",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Bosch Car Service":{tags:{name:"Bosch Car Service",shop:"car_repair"},name:"Bosch Car Service",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Carglass":{tags:{name:"Carglass",shop:"car_repair"},name:"Carglass",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Euromaster":{tags:{name:"Euromaster",shop:"car_repair"},name:"Euromaster",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Feu Vert":{tags:{name:"Feu Vert",shop:"car_repair"},name:"Feu Vert",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Firestone":{tags:{name:"Firestone",shop:"car_repair"},name:"Firestone",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Firestone Complete Auto Care":{tags:{name:"Firestone Complete Auto Care",shop:"car_repair"},name:"Firestone Complete Auto Care",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Garage Renault":{tags:{name:"Garage Renault",shop:"car_repair"},name:"Garage Renault",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Gomeria":{tags:{name:"Gomeria",shop:"car_repair"},name:"Gomeria",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Gomería":{tags:{name:"Gomería",shop:"car_repair"},name:"Gomería",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Goodyear":{tags:{name:"Goodyear",shop:"car_repair"},name:"Goodyear",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Grease Monkey":{tags:{name:"Grease Monkey",shop:"car_repair"},name:"Grease Monkey",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Jiffy Lube":{tags:{name:"Jiffy Lube",shop:"car_repair"},name:"Jiffy Lube",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Kwik Fit":{tags:{name:"Kwik Fit",shop:"car_repair"},name:"Kwik Fit",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Lubricentro":{tags:{name:"Lubricentro",shop:"car_repair"},name:"Lubricentro",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Meineke":{tags:{name:"Meineke",shop:"car_repair"},name:"Meineke",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Mekonomen":{tags:{name:"Mekonomen",shop:"car_repair"},name:"Mekonomen",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Midas":{tags:{name:"Midas",shop:"car_repair"},name:"Midas",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Mr. Lube":{tags:{name:"Mr. Lube",shop:"car_repair"},name:"Mr. Lube",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Norauto":{tags:{name:"Norauto",shop:"car_repair"},name:"Norauto",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Pep Boys":{tags:{name:"Pep Boys",shop:"car_repair"},name:"Pep Boys",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Pit Stop":{tags:{name:"Pit Stop",shop:"car_repair"},name:"Pit Stop",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Point S":{tags:{name:"Point S",shop:"car_repair"},name:"Point S",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Roady":{tags:{name:"Roady",shop:"car_repair"},name:"Roady",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Sears Auto Center":{tags:{name:"Sears Auto Center",shop:"car_repair"},name:"Sears Auto Center",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Speedy":{tags:{name:"Speedy",shop:"car_repair"},name:"Speedy",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Stacja Kontroli Pojazdów":{tags:{name:"Stacja Kontroli Pojazdów",shop:"car_repair"},name:"Stacja Kontroli Pojazdów",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Taller":{tags:{name:"Taller",shop:"car_repair"},name:"Taller",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Valvoline":{tags:{name:"Valvoline",shop:"car_repair"},name:"Valvoline",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Valvoline Instant Oil Change":{tags:{name:"Valvoline Instant Oil Change",shop:"car_repair"},name:"Valvoline Instant Oil Change",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Wulkanizacja":{tags:{name:"Wulkanizacja",shop:"car_repair"},name:"Wulkanizacja",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/ÖAMTC":{tags:{name:"ÖAMTC",shop:"car_repair"},name:"ÖAMTC",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Автомастерская":{tags:{name:"Автомастерская",shop:"car_repair"},name:"Автомастерская",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Авторемонт":{tags:{name:"Авторемонт",shop:"car_repair"},name:"Авторемонт",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Автосервис":{tags:{name:"Автосервис",shop:"car_repair"},name:"Автосервис",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Автосервис+шиномонтаж":{tags:{name:"Автосервис+шиномонтаж",shop:"car_repair"},name:"Автосервис+шиномонтаж",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Замена масла":{tags:{name:"Замена масла",shop:"car_repair"},name:"Замена масла",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/СТО":{tags:{name:"СТО",shop:"car_repair"},name:"СТО",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Шиномонтаж":{tags:{name:"Шиномонтаж",shop:"car_repair"},name:"Шиномонтаж",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/шиномонтаж":{tags:{name:"шиномонтаж",shop:"car_repair"},name:"шиномонтаж",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/carpet/Carpet Right":{tags:{name:"Carpet Right",shop:"carpet"},name:"Carpet Right",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/carpet/Carpetright":{tags:{name:"Carpetright",shop:"carpet"},name:"Carpetright",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/charity/Age UK":{tags:{name:"Age UK",shop:"charity"},name:"Age UK",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Barnardo's":{tags:{name:"Barnardo's",shop:"charity"},name:"Barnardo's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/British Heart Foundation":{tags:{name:"British Heart Foundation",shop:"charity"},name:"British Heart Foundation",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Cancer Research UK":{tags:{name:"Cancer Research UK",shop:"charity"},name:"Cancer Research UK",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Oxfam":{tags:{name:"Oxfam",shop:"charity"},name:"Oxfam",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Salvation Army":{tags:{name:"Salvation Army",shop:"charity"},name:"Salvation Army",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Scope":{tags:{name:"Scope",shop:"charity"},name:"Scope",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Sue Ryder":{tags:{name:"Sue Ryder",shop:"charity"},name:"Sue Ryder",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/chemist/7 Дней":{tags:{name:"7 Дней",shop:"chemist"},name:"7 Дней",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Bipa":{tags:{name:"Bipa",shop:"chemist"},name:"Bipa",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Budnikowsky":{tags:{name:"Budnikowsky",shop:"chemist"},name:"Budnikowsky",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Etos":{tags:{name:"Etos",shop:"chemist"},name:"Etos",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Kruidvat":{tags:{name:"Kruidvat",shop:"chemist"},name:"Kruidvat",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Matas":{tags:{name:"Matas",shop:"chemist"},name:"Matas",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Müller":{tags:{name:"Müller",shop:"chemist"},name:"Müller",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Rossmann":{tags:{name:"Rossmann",shop:"chemist"},name:"Rossmann",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Schlecker":{tags:{name:"Schlecker",shop:"chemist"},name:"Schlecker",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Teta":{tags:{name:"Teta",shop:"chemist"},name:"Teta",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Trekpleister":{tags:{name:"Trekpleister",shop:"chemist"},name:"Trekpleister",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Watsons":{tags:{name:"Watsons",shop:"chemist"},name:"Watsons",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/dm":{tags:{name:"dm",shop:"chemist"},name:"dm",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Бытовая химия":{tags:{name:"Бытовая химия",shop:"chemist"},name:"Бытовая химия",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Магнит Косметик":{tags:{name:"Магнит Косметик",shop:"chemist"},name:"Магнит Косметик",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Мила":{tags:{name:"Мила",shop:"chemist"},name:"Мила",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Остров чистоты":{tags:{name:"Остров чистоты",shop:"chemist"},name:"Остров чистоты",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Рубль Бум":{tags:{name:"Рубль Бум",shop:"chemist"},name:"Рубль Бум",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Улыбка радуги":{tags:{name:"Улыбка радуги",shop:"chemist"},name:"Улыбка радуги",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/屈臣氏":{tags:{name:"屈臣氏",shop:"chemist"},name:"屈臣氏",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/康是美":{tags:{name:"康是美",shop:"chemist"},name:"康是美",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/AOKI":{tags:{name:"AOKI",shop:"clothes"},name:"AOKI",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/AWG":{tags:{name:"AWG",shop:"clothes"},name:"AWG",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ackermans":{tags:{name:"Ackermans",shop:"clothes"},name:"Ackermans",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Adidas":{tags:{name:"Adidas",shop:"clothes"},name:"Adidas",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/American Apparel":{tags:{name:"American Apparel",shop:"clothes"},name:"American Apparel",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/American Eagle Outfitters":{tags:{name:"American Eagle Outfitters",shop:"clothes"},name:"American Eagle Outfitters",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Anthropologie":{tags:{name:"Anthropologie",shop:"clothes"},name:"Anthropologie",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ardene":{tags:{name:"Ardene",shop:"clothes"},name:"Ardene",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Armand Thiery":{tags:{name:"Armand Thiery",shop:"clothes"},name:"Armand Thiery",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Banana Republic":{tags:{name:"Banana Republic",shop:"clothes"},name:"Banana Republic",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Benetton":{tags:{name:"Benetton",shop:"clothes"},name:"Benetton",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Bershka":{tags:{name:"Bershka",shop:"clothes"},name:"Bershka",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Bonita":{tags:{name:"Bonita",shop:"clothes"},name:"Bonita",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Bonobo":{tags:{name:"Bonobo",shop:"clothes"},name:"Bonobo",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Brooks Brothers":{tags:{name:"Brooks Brothers",shop:"clothes"},name:"Brooks Brothers",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Burberry":{tags:{name:"Burberry",shop:"clothes"},name:"Burberry",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Burlington Coat Factory":{tags:{name:"Burlington Coat Factory",shop:"clothes"},name:"Burlington Coat Factory",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Burton":{tags:{name:"Burton",shop:"clothes"},name:"Burton",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/C&A":{tags:{name:"C&A",shop:"clothes"},name:"C&A",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Cache Cache":{tags:{name:"Cache Cache",shop:"clothes"},name:"Cache Cache",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Calvin Klein":{tags:{name:"Calvin Klein",shop:"clothes"},name:"Calvin Klein",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Calzedonia":{tags:{name:"Calzedonia",shop:"clothes"},name:"Calzedonia",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Camaïeu":{tags:{name:"Camaïeu",shop:"clothes"},name:"Camaïeu",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Caroll":{tags:{name:"Caroll",shop:"clothes"},name:"Caroll",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Carter's":{tags:{name:"Carter's",shop:"clothes"},name:"Carter's",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Cecil":{tags:{name:"Cecil",shop:"clothes"},name:"Cecil",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Celio":{tags:{name:"Celio",shop:"clothes"},name:"Celio",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Charles Vögele":{tags:{name:"Charles Vögele",shop:"clothes"},name:"Charles Vögele",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Chico's":{tags:{name:"Chico's",shop:"clothes"},name:"Chico's",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Cropp":{tags:{name:"Cropp",shop:"clothes"},name:"Cropp",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Cubus":{tags:{name:"Cubus",shop:"clothes"},name:"Cubus",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Desigual":{tags:{name:"Desigual",shop:"clothes"},name:"Desigual",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Devred":{tags:{name:"Devred",shop:"clothes"},name:"Devred",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Didi":{tags:{name:"Didi",shop:"clothes"},name:"Didi",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Diesel":{tags:{name:"Diesel",shop:"clothes"},name:"Diesel",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Dorothy Perkins":{tags:{name:"Dorothy Perkins",shop:"clothes"},name:"Dorothy Perkins",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Dress Barn":{tags:{name:"Dress Barn",shop:"clothes"},name:"Dress Barn",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Dressmann":{tags:{name:"Dressmann",shop:"clothes"},name:"Dressmann",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Eddie Bauer":{tags:{name:"Eddie Bauer",shop:"clothes"},name:"Eddie Bauer",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Edgars":{tags:{name:"Edgars",shop:"clothes"},name:"Edgars",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Engbers":{tags:{name:"Engbers",shop:"clothes"},name:"Engbers",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ernsting's family":{tags:{name:"Ernsting's family",shop:"clothes"},name:"Ernsting's family",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Esprit":{tags:{name:"Esprit",shop:"clothes"},name:"Esprit",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Etam":{tags:{name:"Etam",shop:"clothes"},name:"Etam",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Express":{tags:{name:"Express",shop:"clothes"},name:"Express",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Fat Face":{tags:{name:"Fat Face",shop:"clothes"},name:"Fat Face",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Forever 21":{tags:{name:"Forever 21",shop:"clothes"},name:"Forever 21",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gant":{tags:{name:"Gant",shop:"clothes"},name:"Gant",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gap":{tags:{name:"Gap",shop:"clothes"},name:"Gap",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gerry Weber":{tags:{name:"Gerry Weber",shop:"clothes"},name:"Gerry Weber",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gina Laura":{tags:{name:"Gina Laura",shop:"clothes"},name:"Gina Laura",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Guess":{tags:{name:"Guess",shop:"clothes"},name:"Guess",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gymboree":{tags:{name:"Gymboree",shop:"clothes"},name:"Gymboree",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gémo":{tags:{name:"Gémo",shop:"clothes"},name:"Gémo",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/H&M":{tags:{name:"H&M",shop:"clothes"},name:"H&M",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Hallhuber":{tags:{name:"Hallhuber",shop:"clothes"},name:"Hallhuber",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/House":{tags:{name:"House",shop:"clothes"},name:"House",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Hugo Boss":{tags:{name:"Hugo Boss",shop:"clothes"},name:"Hugo Boss",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Humana":{tags:{name:"Humana",shop:"clothes"},name:"Humana",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Hunkemöller":{tags:{name:"Hunkemöller",shop:"clothes"},name:"Hunkemöller",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Intimissimi":{tags:{name:"Intimissimi",shop:"clothes"},name:"Intimissimi",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/JBC":{tags:{name:"JBC",shop:"clothes"},name:"JBC",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jack & Jones":{tags:{name:"Jack & Jones",shop:"clothes"},name:"Jack & Jones",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jack Wolfskin":{tags:{name:"Jack Wolfskin",shop:"clothes"},name:"Jack Wolfskin",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jeans Fritz":{tags:{name:"Jeans Fritz",shop:"clothes"},name:"Jeans Fritz",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jennyfer":{tags:{name:"Jennyfer",shop:"clothes"},name:"Jennyfer",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jigsaw":{tags:{name:"Jigsaw",shop:"clothes"},name:"Jigsaw",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jules":{tags:{name:"Jules",shop:"clothes"},name:"Jules",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Justice":{tags:{name:"Justice",shop:"clothes"},name:"Justice",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/KappAhl":{tags:{name:"KappAhl",shop:"clothes"},name:"KappAhl",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/KiK":{tags:{name:"KiK",shop:"clothes"},name:"KiK",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Kiabi":{tags:{name:"Kiabi",shop:"clothes"},name:"Kiabi",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/La Halle":{tags:{name:"La Halle",shop:"clothes"},name:"La Halle",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Lacoste":{tags:{name:"Lacoste",shop:"clothes"},name:"Lacoste",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Lane Bryant":{tags:{name:"Lane Bryant",shop:"clothes"},name:"Lane Bryant",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Levi's":{tags:{name:"Levi's",shop:"clothes"},name:"Levi's",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Lindex":{tags:{name:"Lindex",shop:"clothes"},name:"Lindex",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Loft":{tags:{name:"Loft",shop:"clothes"},name:"Loft",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mango":{tags:{name:"Mango",shop:"clothes"},name:"Mango",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Marc O'Polo":{tags:{name:"Marc O'Polo",shop:"clothes"},name:"Marc O'Polo",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mark's":{tags:{name:"Mark's",shop:"clothes"},name:"Mark's",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Marshalls":{tags:{name:"Marshalls",shop:"clothes"},name:"Marshalls",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Massimo Dutti":{tags:{name:"Massimo Dutti",shop:"clothes"},name:"Massimo Dutti",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Matalan":{tags:{name:"Matalan",shop:"clothes"},name:"Matalan",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Maurices":{tags:{name:"Maurices",shop:"clothes"},name:"Maurices",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Max Mara":{tags:{name:"Max Mara",shop:"clothes"},name:"Max Mara",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Men's Wearhouse":{tags:{name:"Men's Wearhouse",shop:"clothes"},name:"Men's Wearhouse",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mexx":{tags:{name:"Mexx",shop:"clothes"},name:"Mexx",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Michael Kors":{tags:{name:"Michael Kors",shop:"clothes"},name:"Michael Kors",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mim":{tags:{name:"Mim",shop:"clothes"},name:"Mim",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Monsoon":{tags:{name:"Monsoon",shop:"clothes"},name:"Monsoon",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mr Price":{tags:{name:"Mr Price",shop:"clothes"},name:"Mr Price",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/NKD":{tags:{name:"NKD",shop:"clothes"},name:"NKD",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/New Look":{tags:{name:"New Look",shop:"clothes"},name:"New Look",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/New Yorker":{tags:{name:"New Yorker",shop:"clothes"},name:"New Yorker",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/NewYorker":{tags:{name:"NewYorker",shop:"clothes"},name:"NewYorker",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Next":{tags:{name:"Next",shop:"clothes"},name:"Next",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Nike":{tags:{name:"Nike",shop:"clothes"},name:"Nike",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Nordstrom Rack":{tags:{name:"Nordstrom Rack",shop:"clothes"},name:"Nordstrom Rack",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/OVS":{tags:{name:"OVS",shop:"clothes"},name:"OVS",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Okaïdi":{tags:{name:"Okaïdi",shop:"clothes"},name:"Okaïdi",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Old Navy":{tags:{name:"Old Navy",shop:"clothes"},name:"Old Navy",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Only":{tags:{name:"Only",shop:"clothes"},name:"Only",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Orchestra":{tags:{name:"Orchestra",shop:"clothes"},name:"Orchestra",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Original Marines":{tags:{name:"Original Marines",shop:"clothes"},name:"Original Marines",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Orsay":{tags:{name:"Orsay",shop:"clothes"},name:"Orsay",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Outfit":{tags:{name:"Outfit",shop:"clothes"},name:"Outfit",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Outlet":{tags:{name:"Outlet",shop:"clothes"},name:"Outlet",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Palmers":{tags:{name:"Palmers",shop:"clothes"},name:"Palmers",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Peacocks":{tags:{name:"Peacocks",shop:"clothes"},name:"Peacocks",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Peek & Cloppenburg":{tags:{name:"Peek & Cloppenburg",shop:"clothes"},name:"Peek & Cloppenburg",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Pep":{tags:{name:"Pep",shop:"clothes"},name:"Pep",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Pepco":{tags:{name:"Pepco",shop:"clothes"},name:"Pepco",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Petit Bateau":{tags:{name:"Petit Bateau",shop:"clothes"},name:"Petit Bateau",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Pimkie":{tags:{name:"Pimkie",shop:"clothes"},name:"Pimkie",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Plato's Closet":{tags:{name:"Plato's Closet",shop:"clothes"},name:"Plato's Closet",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Primark":{tags:{name:"Primark",shop:"clothes"},name:"Primark",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Promod":{tags:{name:"Promod",shop:"clothes"},name:"Promod",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Pull & Bear":{tags:{name:"Pull & Bear",shop:"clothes"},name:"Pull & Bear",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Reitmans":{tags:{name:"Reitmans",shop:"clothes"},name:"Reitmans",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Reserved":{tags:{name:"Reserved",shop:"clothes"},name:"Reserved",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/River Island":{tags:{name:"River Island",shop:"clothes"},name:"River Island",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ross":{tags:{name:"Ross",shop:"clothes"},name:"Ross",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Sela":{tags:{name:"Sela",shop:"clothes"},name:"Sela",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Sergent Major":{tags:{name:"Sergent Major",shop:"clothes"},name:"Sergent Major",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Shoeby":{tags:{name:"Shoeby",shop:"clothes"},name:"Shoeby",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Sisley":{tags:{name:"Sisley",shop:"clothes"},name:"Sisley",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Springfield":{tags:{name:"Springfield",shop:"clothes"},name:"Springfield",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Stefanel":{tags:{name:"Stefanel",shop:"clothes"},name:"Stefanel",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Steps":{tags:{name:"Steps",shop:"clothes"},name:"Steps",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Stradivarius":{tags:{name:"Stradivarius",shop:"clothes"},name:"Stradivarius",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Street One":{tags:{name:"Street One",shop:"clothes"},name:"Street One",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Superdry":{tags:{name:"Superdry",shop:"clothes"},name:"Superdry",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/TJ Maxx":{tags:{name:"TJ Maxx",shop:"clothes"},name:"TJ Maxx",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/TK Maxx":{tags:{name:"TK Maxx",shop:"clothes"},name:"TK Maxx",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Takko":{tags:{name:"Takko",shop:"clothes"},name:"Takko",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Talbots":{tags:{name:"Talbots",shop:"clothes"},name:"Talbots",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tally Weijl":{tags:{name:"Tally Weijl",shop:"clothes"},name:"Tally Weijl",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tati":{tags:{name:"Tati",shop:"clothes"},name:"Tati",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Terranova":{tags:{name:"Terranova",shop:"clothes"},name:"Terranova",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tesha":{tags:{name:"Tesha",shop:"clothes"},name:"Tesha",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tezenis":{tags:{name:"Tezenis",shop:"clothes"},name:"Tezenis",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/The Children's Place":{tags:{name:"The Children's Place",shop:"clothes"},name:"The Children's Place",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/The North Face":{tags:{name:"The North Face",shop:"clothes"},name:"The North Face",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/The Sting":{tags:{name:"The Sting",shop:"clothes"},name:"The Sting",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Timberland":{tags:{name:"Timberland",shop:"clothes"},name:"Timberland",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Toko Pakaian":{tags:{name:"Toko Pakaian",shop:"clothes"},name:"Toko Pakaian",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tom Tailor":{tags:{name:"Tom Tailor",shop:"clothes"},name:"Tom Tailor",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tommy Hilfiger":{tags:{name:"Tommy Hilfiger",shop:"clothes"},name:"Tommy Hilfiger",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Topshop":{tags:{name:"Topshop",shop:"clothes"},name:"Topshop",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Triumph":{tags:{name:"Triumph",shop:"clothes"},name:"Triumph",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Truworths":{tags:{name:"Truworths",shop:"clothes"},name:"Truworths",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ulla Popken":{tags:{name:"Ulla Popken",shop:"clothes"},name:"Ulla Popken",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Uniqlo":{tags:{name:"Uniqlo",shop:"clothes"},name:"Uniqlo",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/United Colors of Benetton":{tags:{name:"United Colors of Benetton",shop:"clothes"},name:"United Colors of Benetton",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Urban Outfitters":{tags:{name:"Urban Outfitters",shop:"clothes"},name:"Urban Outfitters",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Vero Moda":{tags:{name:"Vero Moda",shop:"clothes"},name:"Vero Moda",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Victoria's Secret":{tags:{name:"Victoria's Secret",shop:"clothes"},name:"Victoria's Secret",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Vögele":{tags:{name:"Vögele",shop:"clothes"},name:"Vögele",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/WE":{tags:{name:"WE",shop:"clothes"},name:"WE",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Wibra":{tags:{name:"Wibra",shop:"clothes"},name:"Wibra",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Winners":{tags:{name:"Winners",shop:"clothes"},name:"Winners",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Yamamay":{tags:{name:"Yamamay",shop:"clothes"},name:"Yamamay",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Zara":{tags:{name:"Zara",shop:"clothes"},name:"Zara",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Zeeman":{tags:{name:"Zeeman",shop:"clothes"},name:"Zeeman",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/mister*lady":{tags:{name:"mister*lady",shop:"clothes"},name:"mister*lady",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/s.Oliver":{tags:{name:"s.Oliver",shop:"clothes"},name:"s.Oliver",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Детская одежда":{tags:{name:"Детская одежда",shop:"clothes"},name:"Детская одежда",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Женская одежда":{tags:{name:"Женская одежда",shop:"clothes"},name:"Женская одежда",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Липненски":{tags:{name:"Липненски",shop:"clothes"},name:"Липненски",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Московская ярмарка":{tags:{name:"Московская ярмарка",shop:"clothes"},name:"Московская ярмарка",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Одежда":{tags:{name:"Одежда",shop:"clothes"},name:"Одежда",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Смешные цены":{tags:{name:"Смешные цены",shop:"clothes"},name:"Смешные цены",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Спецодежда":{tags:{name:"Спецодежда",shop:"clothes"},name:"Спецодежда",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/しまむら":{tags:{name:"しまむら",shop:"clothes"},name:"しまむら",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/ユニクロ":{tags:{name:"ユニクロ",shop:"clothes"},name:"ユニクロ",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/ワークマン":{tags:{name:"ワークマン",shop:"clothes"},name:"ワークマン",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/洋服の青山":{tags:{name:"洋服の青山",shop:"clothes"},name:"洋服の青山",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/西松屋":{tags:{name:"西松屋",shop:"clothes"},name:"西松屋",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/coffee/Nespresso":{tags:{name:"Nespresso",shop:"coffee"},name:"Nespresso",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/coffee/Tchibo":{tags:{name:"Tchibo",shop:"coffee"},name:"Tchibo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/computer/Apple Store":{tags:{name:"Apple Store",shop:"computer"},name:"Apple Store",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/computer/DNS":{tags:{name:"DNS",shop:"computer"},name:"DNS",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/computer/PC World":{tags:{name:"PC World",shop:"computer"},name:"PC World",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/computer/ДНС":{tags:{name:"ДНС",shop:"computer"},name:"ДНС",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/Fagyizó":{tags:{name:"Fagyizó",shop:"confectionery"},name:"Fagyizó",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/Hussel":{tags:{name:"Hussel",shop:"confectionery"},name:"Hussel",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/Leonidas":{tags:{name:"Leonidas",shop:"confectionery"},name:"Leonidas",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/T. SN":{tags:{name:"T. SN",shop:"confectionery"},name:"T. SN",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/Thorntons":{tags:{name:"Thorntons",shop:"confectionery"},name:"Thorntons",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/711":{tags:{name:"711",shop:"convenience"},name:"711",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/777":{tags:{name:"777",shop:"convenience"},name:"777",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/24 часа":{tags:{name:"24 часа",shop:"convenience"},name:"24 часа",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/7-Eleven":{tags:{name:"7-Eleven",shop:"convenience"},name:"7-Eleven",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/8 à Huit":{tags:{name:"8 à Huit",shop:"convenience"},name:"8 à Huit",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/99 Speedmart":{tags:{name:"99 Speedmart",shop:"convenience"},name:"99 Speedmart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ABC":{tags:{name:"ABC",shop:"convenience"},name:"ABC",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/AMPM":{tags:{name:"AMPM",shop:"convenience"},name:"AMPM",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Aibė":{tags:{name:"Aibė",shop:"convenience"},name:"Aibė",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Alepa":{tags:{name:"Alepa",shop:"convenience"},name:"Alepa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Alfamart":{tags:{name:"Alfamart",shop:"convenience"},name:"Alfamart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Alimentara":{tags:{name:"Alimentara",shop:"convenience"},name:"Alimentara",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Almacen":{tags:{name:"Almacen",shop:"convenience"},name:"Almacen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Almacén":{tags:{name:"Almacén",shop:"convenience"},name:"Almacén",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/BP Shop":{tags:{name:"BP Shop",shop:"convenience"},name:"BP Shop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Baqala":{tags:{name:"Baqala",shop:"convenience"},name:"Baqala",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Best One":{tags:{name:"Best One",shop:"convenience"},name:"Best One",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Best-One":{tags:{name:"Best-One",shop:"convenience"},name:"Best-One",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Bodega":{tags:{name:"Bodega",shop:"convenience"},name:"Bodega",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Bonjour":{tags:{name:"Bonjour",shop:"convenience"},name:"Bonjour",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/CBA":{tags:{name:"CBA",shop:"convenience"},name:"CBA",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/COOP":{tags:{name:"COOP",shop:"convenience"},name:"COOP",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/COOP Jednota":{tags:{name:"COOP Jednota",shop:"convenience"},name:"COOP Jednota",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/CU":{tags:{name:"CU",shop:"convenience"},name:"CU",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Casino Shop":{tags:{name:"Casino Shop",shop:"convenience"},name:"Casino Shop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Centra":{tags:{name:"Centra",shop:"convenience"},name:"Centra",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Central Convenience Store":{tags:{name:"Central Convenience Store",shop:"convenience"},name:"Central Convenience Store",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Circle K":{tags:{name:"Circle K",shop:"convenience"},name:"Circle K",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Coop Jednota":{tags:{name:"Coop Jednota",shop:"convenience"},name:"Coop Jednota",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Corner Store":{tags:{name:"Corner Store",shop:"convenience"},name:"Corner Store",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Costcutter":{tags:{name:"Costcutter",shop:"convenience"},name:"Costcutter",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Couche-Tard":{tags:{name:"Couche-Tard",shop:"convenience"},name:"Couche-Tard",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Cumberland Farms":{tags:{name:"Cumberland Farms",shop:"convenience"},name:"Cumberland Farms",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Daisy Mart":{tags:{name:"Daisy Mart",shop:"convenience"},name:"Daisy Mart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Delikatesy":{tags:{name:"Delikatesy",shop:"convenience"},name:"Delikatesy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Dollar General":{tags:{name:"Dollar General",shop:"convenience"},name:"Dollar General",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Dépanneur":{tags:{name:"Dépanneur",shop:"convenience"},name:"Dépanneur",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/FamilyMart":{tags:{name:"FamilyMart",shop:"convenience"},name:"FamilyMart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Food Mart":{tags:{name:"Food Mart",shop:"convenience"},name:"Food Mart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Four Square":{tags:{name:"Four Square",shop:"convenience"},name:"Four Square",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Fresh":{tags:{name:"Fresh",shop:"convenience"},name:"Fresh",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Freshmarket":{tags:{name:"Freshmarket",shop:"convenience"},name:"Freshmarket",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/GS25":{tags:{name:"GS25",shop:"convenience"},name:"GS25",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Groszek":{tags:{name:"Groszek",shop:"convenience"},name:"Groszek",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Hasty Market":{tags:{name:"Hasty Market",shop:"convenience"},name:"Hasty Market",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Hruška":{tags:{name:"Hruška",shop:"convenience"},name:"Hruška",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Indomaret":{tags:{name:"Indomaret",shop:"convenience"},name:"Indomaret",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Jednota":{tags:{name:"Jednota",shop:"convenience"},name:"Jednota",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Joker":{tags:{name:"Joker",shop:"convenience"},name:"Joker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/K-Market":{tags:{name:"K-Market",shop:"convenience"},name:"K-Market",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Kangaroo Express":{tags:{name:"Kangaroo Express",shop:"convenience"},name:"Kangaroo Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Kisbolt":{tags:{name:"Kisbolt",shop:"convenience"},name:"Kisbolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Lawson":{tags:{name:"Lawson",shop:"convenience"},name:"Lawson",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Lewiatan":{tags:{name:"Lewiatan",shop:"convenience"},name:"Lewiatan",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Lifestyle Express":{tags:{name:"Lifestyle Express",shop:"convenience"},name:"Lifestyle Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Londis":{tags:{name:"Londis",shop:"convenience"},name:"Londis",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/M&S Simply Food":{tags:{name:"M&S Simply Food",shop:"convenience"},name:"M&S Simply Food",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mac's":{tags:{name:"Mac's",shop:"convenience"},name:"Mac's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mace":{tags:{name:"Mace",shop:"convenience"},name:"Mace",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Magazin":{tags:{name:"Magazin",shop:"convenience"},name:"Magazin",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Magazin Mixt":{tags:{name:"Magazin Mixt",shop:"convenience"},name:"Magazin Mixt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Magazin Non-Stop":{tags:{name:"Magazin Non-Stop",shop:"convenience"},name:"Magazin Non-Stop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Magazin mixt":{tags:{name:"Magazin mixt",shop:"convenience"},name:"Magazin mixt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Maxikiosco":{tags:{name:"Maxikiosco",shop:"convenience"},name:"Maxikiosco",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Małpka Express":{tags:{name:"Małpka Express",shop:"convenience"},name:"Małpka Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/McColl's":{tags:{name:"McColl's",shop:"convenience"},name:"McColl's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Migrolino":{tags:{name:"Migrolino",shop:"convenience"},name:"Migrolino",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini ABC":{tags:{name:"Mini ABC",shop:"convenience"},name:"Mini ABC",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini Market":{tags:{name:"Mini Market",shop:"convenience"},name:"Mini Market",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini Market Non-Stop":{tags:{name:"Mini Market Non-Stop",shop:"convenience"},name:"Mini Market Non-Stop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini Mart":{tags:{name:"Mini Mart",shop:"convenience"},name:"Mini Mart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini Stop":{tags:{name:"Mini Stop",shop:"convenience"},name:"Mini Stop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Minimercado":{tags:{name:"Minimercado",shop:"convenience"},name:"Minimercado",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mlin i pekare":{tags:{name:"Mlin i pekare",shop:"convenience"},name:"Mlin i pekare",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Nasz Sklep":{tags:{name:"Nasz Sklep",shop:"convenience"},name:"Nasz Sklep",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Nisa":{tags:{name:"Nisa",shop:"convenience"},name:"Nisa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Nisa Local":{tags:{name:"Nisa Local",shop:"convenience"},name:"Nisa Local",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/OK-Mart":{tags:{name:"OK-Mart",shop:"convenience"},name:"OK-Mart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/OK便利商店":{tags:{name:"OK便利商店",shop:"convenience"},name:"OK便利商店",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/OK便利店 Circle K":{tags:{name:"OK便利店 Circle K",shop:"convenience"},name:"OK便利店 Circle K",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Odido":{tags:{name:"Odido",shop:"convenience"},name:"Odido",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/On The Run":{tags:{name:"On The Run",shop:"convenience"},name:"On The Run",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/On the Run":{tags:{name:"On the Run",shop:"convenience"},name:"On the Run",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/One Stop":{tags:{name:"One Stop",shop:"convenience"},name:"One Stop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Oxxo":{tags:{name:"Oxxo",shop:"convenience"},name:"Oxxo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Parduotuvė":{tags:{name:"Parduotuvė",shop:"convenience"},name:"Parduotuvė",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Petit Casino":{tags:{name:"Petit Casino",shop:"convenience"},name:"Petit Casino",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Plaid Pantry":{tags:{name:"Plaid Pantry",shop:"convenience"},name:"Plaid Pantry",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Potraviny":{tags:{name:"Potraviny",shop:"convenience"},name:"Potraviny",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Prehrana":{tags:{name:"Prehrana",shop:"convenience"},name:"Prehrana",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Premier":{tags:{name:"Premier",shop:"convenience"},name:"Premier",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Proxi":{tags:{name:"Proxi",shop:"convenience"},name:"Proxi",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Proxy":{tags:{name:"Proxy",shop:"convenience"},name:"Proxy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Pulperia":{tags:{name:"Pulperia",shop:"convenience"},name:"Pulperia",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Royal Farms":{tags:{name:"Royal Farms",shop:"convenience"},name:"Royal Farms",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Sale":{tags:{name:"Sale",shop:"convenience"},name:"Sale",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Sari-sari Store":{tags:{name:"Sari-sari Store",shop:"convenience"},name:"Sari-sari Store",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Select":{tags:{name:"Select",shop:"convenience"},name:"Select",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Shell Select":{tags:{name:"Shell Select",shop:"convenience"},name:"Shell Select",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Shop & Go":{tags:{name:"Shop & Go",shop:"convenience"},name:"Shop & Go",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Siwa":{tags:{name:"Siwa",shop:"convenience"},name:"Siwa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Sklep spożywczy":{tags:{name:"Sklep spożywczy",shop:"convenience"},name:"Sklep spożywczy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Smíšené zboží":{tags:{name:"Smíšené zboží",shop:"convenience"},name:"Smíšené zboží",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Społem":{tags:{name:"Społem",shop:"convenience"},name:"Społem",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Spätkauf":{tags:{name:"Spätkauf",shop:"convenience"},name:"Spätkauf",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Stewart's":{tags:{name:"Stewart's",shop:"convenience"},name:"Stewart's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Stores":{tags:{name:"Stores",shop:"convenience"},name:"Stores",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Stripes":{tags:{name:"Stripes",shop:"convenience"},name:"Stripes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Studenac":{tags:{name:"Studenac",shop:"convenience"},name:"Studenac",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Sunkus":{tags:{name:"Sunkus",shop:"convenience"},name:"Sunkus",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Słoneczko":{tags:{name:"Słoneczko",shop:"convenience"},name:"Słoneczko",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/TESCO Lotus Express":{tags:{name:"TESCO Lotus Express",shop:"convenience"},name:"TESCO Lotus Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Tesco Express":{tags:{name:"Tesco Express",shop:"convenience"},name:"Tesco Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Tesco Lotus Express":{tags:{name:"Tesco Lotus Express",shop:"convenience"},name:"Tesco Lotus Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Tom Market 89":{tags:{name:"Tom Market 89",shop:"convenience"},name:"Tom Market 89",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/United Dairy Farmers":{tags:{name:"United Dairy Farmers",shop:"convenience"},name:"United Dairy Farmers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Vegyesbolt":{tags:{name:"Vegyesbolt",shop:"convenience"},name:"Vegyesbolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Večerka":{tags:{name:"Večerka",shop:"convenience"},name:"Večerka",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Vival":{tags:{name:"Vival",shop:"convenience"},name:"Vival",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Wawa":{tags:{name:"Wawa",shop:"convenience"},name:"Wawa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Weltladen":{tags:{name:"Weltladen",shop:"convenience"},name:"Weltladen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/abc":{tags:{name:"abc",shop:"convenience"},name:"abc",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ampm":{tags:{name:"ampm",shop:"convenience"},name:"ampm",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/best-one":{tags:{name:"best-one",shop:"convenience"},name:"best-one",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/odido":{tags:{name:"odido",shop:"convenience"},name:"odido",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Élelmiszer":{tags:{name:"Élelmiszer",shop:"convenience"},name:"Élelmiszer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Élelmiszerbolt":{tags:{name:"Élelmiszerbolt",shop:"convenience"},name:"Élelmiszerbolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Żabka":{tags:{name:"Żabka",shop:"convenience"},name:"Żabka",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Žabka":{tags:{name:"Žabka",shop:"convenience"},name:"Žabka",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Августина":{tags:{name:"Августина",shop:"convenience"},name:"Августина",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Авоська":{tags:{name:"Авоська",shop:"convenience"},name:"Авоська",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Агрокомплекс":{tags:{name:"Агрокомплекс",shop:"convenience"},name:"Агрокомплекс",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Альянс":{tags:{name:"Альянс",shop:"convenience"},name:"Альянс",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Апельсин":{tags:{name:"Апельсин",shop:"convenience"},name:"Апельсин",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ассорти":{tags:{name:"Ассорти",shop:"convenience"},name:"Ассорти",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Белорусские продукты":{tags:{name:"Белорусские продукты",shop:"convenience"},name:"Белорусские продукты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Берёзка":{tags:{name:"Берёзка",shop:"convenience"},name:"Берёзка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Везунчик":{tags:{name:"Везунчик",shop:"convenience"},name:"Везунчик",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Весна":{tags:{name:"Весна",shop:"convenience"},name:"Весна",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ветеран":{tags:{name:"Ветеран",shop:"convenience"},name:"Ветеран",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Визит":{tags:{name:"Визит",shop:"convenience"},name:"Визит",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Виктория":{tags:{name:"Виктория",shop:"convenience"},name:"Виктория",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ВкусВилл":{tags:{name:"ВкусВилл",shop:"convenience"},name:"ВкусВилл",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Гастроном":{tags:{name:"Гастроном",shop:"convenience"},name:"Гастроном",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Гермес":{tags:{name:"Гермес",shop:"convenience"},name:"Гермес",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Гурман":{tags:{name:"Гурман",shop:"convenience"},name:"Гурман",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Домашний":{tags:{name:"Домашний",shop:"convenience"},name:"Домашний",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Елена":{tags:{name:"Елена",shop:"convenience"},name:"Елена",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ермолино":{tags:{name:"Ермолино",shop:"convenience"},name:"Ермолино",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Калинка":{tags:{name:"Калинка",shop:"convenience"},name:"Калинка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Кировский":{tags:{name:"Кировский",shop:"convenience"},name:"Кировский",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Колобок":{tags:{name:"Колобок",shop:"convenience"},name:"Колобок",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Колосок":{tags:{name:"Колосок",shop:"convenience"},name:"Колосок",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Копеечка":{tags:{name:"Копеечка",shop:"convenience"},name:"Копеечка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Копейка":{tags:{name:"Копейка",shop:"convenience"},name:"Копейка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Корзинка":{tags:{name:"Корзинка",shop:"convenience"},name:"Корзинка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Крамниця":{tags:{name:"Крамниця",shop:"convenience"},name:"Крамниця",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Кристалл":{tags:{name:"Кристалл",shop:"convenience"},name:"Кристалл",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Кулинария":{tags:{name:"Кулинария",shop:"convenience"},name:"Кулинария",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Купец":{tags:{name:"Купец",shop:"convenience"},name:"Купец",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ласточка":{tags:{name:"Ласточка",shop:"convenience"},name:"Ласточка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Лидер":{tags:{name:"Лидер",shop:"convenience"},name:"Лидер",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Любимый":{tags:{name:"Любимый",shop:"convenience"},name:"Любимый",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Люкс":{tags:{name:"Люкс",shop:"convenience"},name:"Люкс",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Магазин при АЗС":{tags:{name:"Магазин при АЗС",shop:"convenience"},name:"Магазин при АЗС",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Мария-Ра":{tags:{name:"Мария-Ра",shop:"convenience"},name:"Мария-Ра",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Маяк":{tags:{name:"Маяк",shop:"convenience"},name:"Маяк",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Меркурий":{tags:{name:"Меркурий",shop:"convenience"},name:"Меркурий",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Мечта":{tags:{name:"Мечта",shop:"convenience"},name:"Мечта",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Минимаркет":{tags:{name:"Минимаркет",shop:"convenience"},name:"Минимаркет",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Мираж":{tags:{name:"Мираж",shop:"convenience"},name:"Мираж",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Надежда":{tags:{name:"Надежда",shop:"convenience"},name:"Надежда",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ника":{tags:{name:"Ника",shop:"convenience"},name:"Ника",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Оазис":{tags:{name:"Оазис",shop:"convenience"},name:"Оазис",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Олимп":{tags:{name:"Олимп",shop:"convenience"},name:"Олимп",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Подсолнух":{tags:{name:"Подсолнух",shop:"convenience"},name:"Подсолнух",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Престиж":{tags:{name:"Престиж",shop:"convenience"},name:"Престиж",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продукти":{tags:{name:"Продукти",shop:"convenience"},name:"Продукти",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продуктовый":{tags:{name:"Продуктовый",shop:"convenience"},name:"Продуктовый",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продуктовый магазин":{tags:{name:"Продуктовый магазин",shop:"convenience"},name:"Продуктовый магазин",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продукты":{tags:{name:"Продукты",shop:"convenience"},name:"Продукты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продукты 24":{tags:{name:"Продукты 24",shop:"convenience"},name:"Продукты 24",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Радуга":{tags:{name:"Радуга",shop:"convenience"},name:"Радуга",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Родны кут":{tags:{name:"Родны кут",shop:"convenience"},name:"Родны кут",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ромашка":{tags:{name:"Ромашка",shop:"convenience"},name:"Ромашка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Русь":{tags:{name:"Русь",shop:"convenience"},name:"Русь",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Светлана":{tags:{name:"Светлана",shop:"convenience"},name:"Светлана",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Смак":{tags:{name:"Смак",shop:"convenience"},name:"Смак",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Солнечный":{tags:{name:"Солнечный",shop:"convenience"},name:"Солнечный",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Татьяна":{tags:{name:"Татьяна",shop:"convenience"},name:"Татьяна",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Тройка":{tags:{name:"Тройка",shop:"convenience"},name:"Тройка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/У Палыча":{tags:{name:"У Палыча",shop:"convenience"},name:"У Палыча",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Универсам":{tags:{name:"Универсам",shop:"convenience"},name:"Универсам",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Фортуна":{tags:{name:"Фортуна",shop:"convenience"},name:"Фортуна",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Хороший":{tags:{name:"Хороший",shop:"convenience"},name:"Хороший",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Центральный":{tags:{name:"Центральный",shop:"convenience"},name:"Центральный",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Чайка":{tags:{name:"Чайка",shop:"convenience"},name:"Чайка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Шанс":{tags:{name:"Шанс",shop:"convenience"},name:"Шанс",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Эконом":{tags:{name:"Эконом",shop:"convenience"},name:"Эконом",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Юбилейный":{tags:{name:"Юбилейный",shop:"convenience"},name:"Юбилейный",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Юлия":{tags:{name:"Юлия",shop:"convenience"},name:"Юлия",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/продукты":{tags:{name:"продукты",shop:"convenience"},name:"продукты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/მარკეტი":{tags:{name:"მარკეტი",shop:"convenience"},name:"მარკეტი",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/サンクス":{tags:{name:"サンクス","name:en":"Sunkus",shop:"convenience"},name:"サンクス",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/サークルK":{tags:{name:"サークルK","name:en":"Circle K",shop:"convenience"},name:"サークルK",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/スリーエフ":{tags:{name:"スリーエフ",shop:"convenience"},name:"スリーエフ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/セイコーマート":{tags:{name:"セイコーマート",shop:"convenience"},name:"セイコーマート",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/セブン-イレブン":{tags:{name:"セブン-イレブン","name:en":"7-Eleven",shop:"convenience"},name:"セブン-イレブン",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/セブンイレブン(Seven-Eleven)":{tags:{name:"セブンイレブン(Seven-Eleven)",shop:"convenience"},name:"セブンイレブン(Seven-Eleven)",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/セーブオン":{tags:{name:"セーブオン",shop:"convenience"},name:"セーブオン",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/デイリーヤマザキ":{tags:{name:"デイリーヤマザキ",shop:"convenience"},name:"デイリーヤマザキ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ファミリーマート":{tags:{name:"ファミリーマート","name:en":"FamilyMart",shop:"convenience"},name:"ファミリーマート",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ポプラ":{tags:{name:"ポプラ",shop:"convenience"},name:"ポプラ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ミニストップ":{tags:{name:"ミニストップ","name:en":"MINISTOP",shop:"convenience"},name:"ミニストップ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ヤマザキショップ":{tags:{name:"ヤマザキショップ",shop:"convenience"},name:"ヤマザキショップ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ローソン":{tags:{name:"ローソン","name:en":"Lawson",shop:"convenience"},name:"ローソン",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ローソンストア100":{tags:{name:"ローソンストア100",shop:"convenience"},name:"ローソンストア100",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/全家":{tags:{name:"全家",shop:"convenience"},name:"全家",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/全家便利商店":{tags:{name:"全家便利商店",shop:"convenience"},name:"全家便利商店",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/萊爾富":{tags:{name:"萊爾富",shop:"convenience"},name:"萊爾富",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/세븐일레븐":{tags:{name:"세븐일레븐",shop:"convenience"},name:"세븐일레븐",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/copyshop/FedEx Office":{tags:{name:"FedEx Office",shop:"copyshop"},name:"FedEx Office",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/copyshop/FedEx Office Print and Ship Center":{tags:{name:"FedEx Office Print and Ship Center",shop:"copyshop"},name:"FedEx Office Print and Ship Center",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Douglas":{tags:{name:"Douglas",shop:"cosmetics"},name:"Douglas",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Lush":{tags:{name:"Lush",shop:"cosmetics"},name:"Lush",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Marionnaud":{tags:{name:"Marionnaud",shop:"cosmetics"},name:"Marionnaud",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Sephora":{tags:{name:"Sephora",shop:"cosmetics"},name:"Sephora",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/The Body Shop":{tags:{name:"The Body Shop",shop:"cosmetics"},name:"The Body Shop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Л'Этуаль":{tags:{name:"Л'Этуаль",shop:"cosmetics"},name:"Л'Этуаль",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Магнит косметик":{tags:{name:"Магнит косметик",shop:"cosmetics"},name:"Магнит косметик",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Магнит-Косметик":{tags:{name:"Магнит-Косметик",shop:"cosmetics"},name:"Магнит-Косметик",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Подружка":{tags:{name:"Подружка",shop:"cosmetics"},name:"Подружка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/craft/Hobby Lobby":{tags:{name:"Hobby Lobby",shop:"craft"},name:"Hobby Lobby",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/craft/Michaels":{tags:{name:"Michaels",shop:"craft"},name:"Michaels",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Argos":{tags:{name:"Argos",shop:"department_store"},name:"Argos",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Bed Bath & Beyond":{tags:{name:"Bed Bath & Beyond",shop:"department_store"},name:"Bed Bath & Beyond",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Big Lots":{tags:{name:"Big Lots",shop:"department_store"},name:"Big Lots",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Big W":{tags:{name:"Big W",shop:"department_store"},name:"Big W",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Canadian Tire":{tags:{name:"Canadian Tire",shop:"department_store"},name:"Canadian Tire",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Coppel":{tags:{name:"Coppel",shop:"department_store"},name:"Coppel",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Debenhams":{tags:{name:"Debenhams",shop:"department_store"},name:"Debenhams",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Dillard's":{tags:{name:"Dillard's",shop:"department_store"},name:"Dillard's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/El Corte Inglés":{tags:{name:"El Corte Inglés",shop:"department_store"},name:"El Corte Inglés",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Galeria Kaufhof":{tags:{name:"Galeria Kaufhof",shop:"department_store"},name:"Galeria Kaufhof",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/HEMA":{tags:{name:"HEMA",shop:"department_store"},name:"HEMA",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Harvey Norman":{tags:{name:"Harvey Norman",shop:"department_store"},name:"Harvey Norman",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/JCPenney":{tags:{name:"JCPenney",shop:"department_store"},name:"JCPenney",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Karstadt":{tags:{name:"Karstadt",shop:"department_store"},name:"Karstadt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Kmart":{tags:{name:"Kmart",shop:"department_store"},name:"Kmart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Kohl's":{tags:{name:"Kohl's",shop:"department_store"},name:"Kohl's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Lojas Americanas":{tags:{name:"Lojas Americanas",shop:"department_store"},name:"Lojas Americanas",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Macy's":{tags:{name:"Macy's",shop:"department_store"},name:"Macy's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Marks & Spencer":{tags:{name:"Marks & Spencer",shop:"department_store"},name:"Marks & Spencer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Myer":{tags:{name:"Myer",shop:"department_store"},name:"Myer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Nordstrom":{tags:{name:"Nordstrom",shop:"department_store"},name:"Nordstrom",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Sears":{tags:{name:"Sears",shop:"department_store"},name:"Sears",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Shopko":{tags:{name:"Shopko",shop:"department_store"},name:"Shopko",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Target":{tags:{name:"Target",shop:"department_store"},name:"Target",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/The Warehouse":{tags:{name:"The Warehouse",shop:"department_store"},name:"The Warehouse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Woolworth":{tags:{name:"Woolworth",shop:"department_store"},name:"Woolworth",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Универмаг":{tags:{name:"Универмаг",shop:"department_store"},name:"Универмаг",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Ace Hardware":{tags:{name:"Ace Hardware",shop:"doityourself"},name:"Ace Hardware",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/B&Q":{tags:{name:"B&Q",shop:"doityourself"},name:"B&Q",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Bauhaus":{tags:{name:"Bauhaus",shop:"doityourself"},name:"Bauhaus",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Biltema":{tags:{name:"Biltema",shop:"doityourself"},name:"Biltema",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Brico":{tags:{name:"Brico",shop:"doityourself"},name:"Brico",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Bricomarché":{tags:{name:"Bricomarché",shop:"doityourself"},name:"Bricomarché",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Bricorama":{tags:{name:"Bricorama",shop:"doityourself"},name:"Bricorama",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Bunnings Warehouse":{tags:{name:"Bunnings Warehouse",shop:"doityourself"},name:"Bunnings Warehouse",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Castorama":{tags:{name:"Castorama",shop:"doityourself"},name:"Castorama",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Easy":{tags:{name:"Easy",shop:"doityourself"},name:"Easy",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Gamma":{tags:{name:"Gamma",shop:"doityourself"},name:"Gamma",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Globus Baumarkt":{tags:{name:"Globus Baumarkt",shop:"doityourself"},name:"Globus Baumarkt",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Hagebaumarkt":{tags:{name:"Hagebaumarkt",shop:"doityourself"},name:"Hagebaumarkt",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Hellweg":{tags:{name:"Hellweg",shop:"doityourself"},name:"Hellweg",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Home Depot":{tags:{name:"Home Depot",shop:"doityourself"},name:"Home Depot",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Home Hardware":{tags:{name:"Home Hardware",shop:"doityourself"},name:"Home Hardware",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Homebase":{tags:{name:"Homebase",shop:"doityourself"},name:"Homebase",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Hornbach":{tags:{name:"Hornbach",shop:"doityourself"},name:"Hornbach",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Hubo":{tags:{name:"Hubo",shop:"doityourself"},name:"Hubo",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Karwei":{tags:{name:"Karwei",shop:"doityourself"},name:"Karwei",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Lagerhaus":{tags:{name:"Lagerhaus",shop:"doityourself"},name:"Lagerhaus",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Leroy Merlin":{tags:{name:"Leroy Merlin",shop:"doityourself"},name:"Leroy Merlin",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Lowe's":{tags:{name:"Lowe's",shop:"doityourself"},name:"Lowe's",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Lowes":{tags:{name:"Lowes",shop:"doityourself"},name:"Lowes",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Menards":{tags:{name:"Menards",shop:"doityourself"},name:"Menards",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Mr Bricolage":{tags:{name:"Mr Bricolage",shop:"doityourself"},name:"Mr Bricolage",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Mr.Bricolage":{tags:{name:"Mr.Bricolage",shop:"doityourself"},name:"Mr.Bricolage",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/OBI":{tags:{name:"OBI",shop:"doityourself"},name:"OBI",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Point P":{tags:{name:"Point P",shop:"doityourself"},name:"Point P",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Praktiker":{tags:{name:"Praktiker",shop:"doityourself"},name:"Praktiker",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Praxis":{tags:{name:"Praxis",shop:"doityourself"},name:"Praxis",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Rona":{tags:{name:"Rona",shop:"doityourself"},name:"Rona",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Screwfix":{tags:{name:"Screwfix",shop:"doityourself"},name:"Screwfix",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Sonderpreis Baumarkt":{tags:{name:"Sonderpreis Baumarkt",shop:"doityourself"},name:"Sonderpreis Baumarkt",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Tekzen":{tags:{name:"Tekzen",shop:"doityourself"},name:"Tekzen",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Toom Baumarkt":{tags:{name:"Toom Baumarkt",shop:"doityourself"},name:"Toom Baumarkt",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Weldom":{tags:{name:"Weldom",shop:"doityourself"},name:"Weldom",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Wickes":{tags:{name:"Wickes",shop:"doityourself"},name:"Wickes",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Леруа Мерлен":{tags:{name:"Леруа Мерлен",shop:"doityourself"},name:"Леруа Мерлен",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Мастер":{tags:{name:"Мастер",shop:"doityourself"},name:"Мастер",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Строитель":{tags:{name:"Строитель",shop:"doityourself"},name:"Строитель",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Стройматериалы":{tags:{name:"Стройматериалы",shop:"doityourself"},name:"Стройматериалы",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/カインズホーム":{tags:{name:"カインズホーム",shop:"doityourself"},name:"カインズホーム",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/コメリ":{tags:{name:"コメリ",shop:"doityourself"},name:"コメリ",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/コーナン":{tags:{name:"コーナン",shop:"doityourself"},name:"コーナン",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/Cleaners":{tags:{name:"Cleaners",shop:"dry_cleaning"},name:"Cleaners",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/Pressing":{tags:{name:"Pressing",shop:"dry_cleaning"},name:"Pressing",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/Диана":{tags:{name:"Диана",shop:"dry_cleaning"},name:"Диана",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/Химчистка":{tags:{name:"Химчистка",shop:"dry_cleaning"},name:"Химчистка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/ホワイト急便":{tags:{name:"ホワイト急便",shop:"dry_cleaning"},name:"ホワイト急便",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/BCC":{tags:{name:"BCC",shop:"electronics"},name:"BCC",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Batteries Plus Bulbs":{tags:{name:"Batteries Plus Bulbs",shop:"electronics"},name:"Batteries Plus Bulbs",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Best Buy":{tags:{name:"Best Buy",shop:"electronics"},name:"Best Buy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Boulanger":{tags:{name:"Boulanger",shop:"electronics"},name:"Boulanger",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Currys":{tags:{name:"Currys",shop:"electronics"},name:"Currys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Currys PC World":{tags:{name:"Currys PC World",shop:"electronics"},name:"Currys PC World",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Darty":{tags:{name:"Darty",shop:"electronics"},name:"Darty",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Elektra":{tags:{name:"Elektra",shop:"electronics"},name:"Elektra",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Elgiganten":{tags:{name:"Elgiganten",shop:"electronics"},name:"Elgiganten",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Euronics":{tags:{name:"Euronics",shop:"electronics"},name:"Euronics",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Expert":{tags:{name:"Expert",shop:"electronics"},name:"Expert",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Hartlauer":{tags:{name:"Hartlauer",shop:"electronics"},name:"Hartlauer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Interdiscount":{tags:{name:"Interdiscount",shop:"electronics"},name:"Interdiscount",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/La Curacao":{tags:{name:"La Curacao",shop:"electronics"},name:"La Curacao",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Maplin":{tags:{name:"Maplin",shop:"electronics"},name:"Maplin",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Media Expert":{tags:{name:"Media Expert",shop:"electronics"},name:"Media Expert",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Media Markt":{tags:{name:"Media Markt",shop:"electronics"},name:"Media Markt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Musimundo":{tags:{name:"Musimundo",shop:"electronics"},name:"Musimundo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Neonet":{tags:{name:"Neonet",shop:"electronics"},name:"Neonet",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/RTV Euro AGD":{tags:{name:"RTV Euro AGD",shop:"electronics"},name:"RTV Euro AGD",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Radio Shack":{tags:{name:"Radio Shack",shop:"electronics"},name:"Radio Shack",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Rogers":{tags:{name:"Rogers",shop:"electronics"},name:"Rogers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Samsung":{tags:{name:"Samsung",shop:"electronics"},name:"Samsung",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Saturn":{tags:{name:"Saturn",shop:"electronics"},name:"Saturn",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Sony":{tags:{name:"Sony",shop:"electronics"},name:"Sony",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/The Source":{tags:{name:"The Source",shop:"electronics"},name:"The Source",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Unieuro":{tags:{name:"Unieuro",shop:"electronics"},name:"Unieuro",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/М.Видео":{tags:{name:"М.Видео",shop:"electronics"},name:"М.Видео",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Фокстрот":{tags:{name:"Фокстрот",shop:"electronics"},name:"Фокстрот",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Эксперт":{tags:{name:"Эксперт",shop:"electronics"},name:"Эксперт",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Эльдорадо":{tags:{name:"Эльдорадо",shop:"electronics"},name:"Эльдорадо",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/エディオン":{tags:{name:"エディオン",shop:"electronics"},name:"エディオン",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/ケーズデンキ":{tags:{name:"ケーズデンキ",shop:"electronics"},name:"ケーズデンキ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/コジマ":{tags:{name:"コジマ",shop:"electronics"},name:"コジマ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/ヤマダ電機":{tags:{name:"ヤマダ電機",shop:"electronics"},name:"ヤマダ電機",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/全國電子":{tags:{name:"全國電子",shop:"electronics"},name:"全國電子",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/燦坤3C":{tags:{name:"燦坤3C",shop:"electronics"},name:"燦坤3C",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/erotic/Orion":{tags:{name:"Orion",shop:"erotic"},name:"Orion",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/fabric/Ткани":{tags:{name:"Ткани",shop:"fabric"},name:"Ткани",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/farm/Hofladen":{tags:{name:"Hofladen",shop:"farm"},name:"Hofladen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Blume 2000":{tags:{name:"Blume 2000",shop:"florist"},name:"Blume 2000",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Blumen Risse":{tags:{name:"Blumen Risse",shop:"florist"},name:"Blumen Risse",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Fleuriste":{tags:{name:"Fleuriste",shop:"florist"},name:"Fleuriste",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Interflora":{tags:{name:"Interflora",shop:"florist"},name:"Interflora",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Monceau Fleurs":{tags:{name:"Monceau Fleurs",shop:"florist"},name:"Monceau Fleurs",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Virágbolt":{tags:{name:"Virágbolt",shop:"florist"},name:"Virágbolt",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Квіти":{tags:{name:"Квіти",shop:"florist"},name:"Квіти",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Цветочный магазин":{tags:{name:"Цветочный магазин",shop:"florist"},name:"Цветочный магазин",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Цветы":{tags:{name:"Цветы",shop:"florist"},name:"Цветы",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/frame/rumah penduduk":{tags:{name:"rumah penduduk",shop:"frame"},name:"rumah penduduk",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/funeral_directors/The Co-operative Funeralcare":{tags:{name:"The Co-operative Funeralcare",shop:"funeral_directors"},name:"The Co-operative Funeralcare",icon:"maki-cemetery",geometry:["point","area"],fields:["name","operator","address","building_area","religion","denomination"],suggestion:true},"shop/funeral_directors/Ритуальные услуги":{tags:{name:"Ритуальные услуги",shop:"funeral_directors"},name:"Ритуальные услуги",icon:"maki-cemetery",geometry:["point","area"],fields:["name","operator","address","building_area","religion","denomination"],suggestion:true},"shop/furniture/Aaron's":{tags:{name:"Aaron's",shop:"furniture"},name:"Aaron's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Black Red White":{tags:{name:"Black Red White",shop:"furniture"},name:"Black Red White",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Bodzio":{tags:{name:"Bodzio",shop:"furniture"},name:"Bodzio",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/But":{tags:{name:"But",shop:"furniture"},name:"But",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Conforama":{tags:{name:"Conforama",shop:"furniture"},name:"Conforama",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/DFS":{tags:{name:"DFS",shop:"furniture"},name:"DFS",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Dänisches Bettenlager":{tags:{name:"Dänisches Bettenlager",shop:"furniture"},name:"Dänisches Bettenlager",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Fly":{tags:{name:"Fly",shop:"furniture"},name:"Fly",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Harveys":{tags:{name:"Harveys",shop:"furniture"},name:"Harveys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/IKEA":{tags:{name:"IKEA",shop:"furniture"},name:"IKEA",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/JYSK":{tags:{name:"JYSK",shop:"furniture"},name:"JYSK",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Kwantum":{tags:{name:"Kwantum",shop:"furniture"},name:"Kwantum",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Leen Bakker":{tags:{name:"Leen Bakker",shop:"furniture"},name:"Leen Bakker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Pier 1 Imports":{tags:{name:"Pier 1 Imports",shop:"furniture"},name:"Pier 1 Imports",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Roller":{tags:{name:"Roller",shop:"furniture"},name:"Roller",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/The Brick":{tags:{name:"The Brick",shop:"furniture"},name:"The Brick",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Меблі":{tags:{name:"Меблі",shop:"furniture"},name:"Меблі",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/ニトリ":{tags:{name:"ニトリ",shop:"furniture"},name:"ニトリ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Dehner":{tags:{name:"Dehner",shop:"garden_centre"},name:"Dehner",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Gamm Vert":{tags:{name:"Gamm Vert",shop:"garden_centre"},name:"Gamm Vert",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Jardiland":{tags:{name:"Jardiland",shop:"garden_centre"},name:"Jardiland",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Point Vert":{tags:{name:"Point Vert",shop:"garden_centre"},name:"Point Vert",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Welkoop":{tags:{name:"Welkoop",shop:"garden_centre"},name:"Welkoop",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Семена":{tags:{name:"Семена",shop:"garden_centre"},name:"Семена",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/gift/Card Factory":{tags:{name:"Card Factory",shop:"gift"},name:"Card Factory",icon:"maki-gift",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/gift/Hallmark":{tags:{name:"Hallmark",shop:"gift"},name:"Hallmark",icon:"maki-gift",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/gift/Подарки":{tags:{name:"Подарки",shop:"gift"},name:"Подарки",icon:"maki-gift",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/greengrocer/Frutería":{tags:{name:"Frutería",shop:"greengrocer"},name:"Frutería",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/greengrocer/Овощи и фрукты":{tags:{name:"Овощи и фрукты",shop:"greengrocer"},name:"Овощи и фрукты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Berber":{tags:{name:"Berber",shop:"hairdresser"},name:"Berber",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Cost Cutters":{tags:{name:"Cost Cutters",shop:"hairdresser"},name:"Cost Cutters",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Fantastic Sams":{tags:{name:"Fantastic Sams",shop:"hairdresser"},name:"Fantastic Sams",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Figaro":{tags:{name:"Figaro",shop:"hairdresser"},name:"Figaro",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/First Choice Haircutters":{tags:{name:"First Choice Haircutters",shop:"hairdresser"},name:"First Choice Haircutters",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Franck Provost":{tags:{name:"Franck Provost",shop:"hairdresser"},name:"Franck Provost",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Frizerie":{tags:{name:"Frizerie",shop:"hairdresser"},name:"Frizerie",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Great Clips":{tags:{name:"Great Clips",shop:"hairdresser"},name:"Great Clips",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Haarmonie":{tags:{name:"Haarmonie",shop:"hairdresser"},name:"Haarmonie",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Haarscharf":{tags:{name:"Haarscharf",shop:"hairdresser"},name:"Haarscharf",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Hair Cuttery":{tags:{name:"Hair Cuttery",shop:"hairdresser"},name:"Hair Cuttery",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Hairkiller":{tags:{name:"Hairkiller",shop:"hairdresser"},name:"Hairkiller",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Jean Louis David":{tags:{name:"Jean Louis David",shop:"hairdresser"},name:"Jean Louis David",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Jean-Louis David":{tags:{name:"Jean-Louis David",shop:"hairdresser"},name:"Jean-Louis David",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Klier":{tags:{name:"Klier",shop:"hairdresser"},name:"Klier",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Klipp":{tags:{name:"Klipp",shop:"hairdresser"},name:"Klipp",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Le Salon":{tags:{name:"Le Salon",shop:"hairdresser"},name:"Le Salon",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Marco Aldany":{tags:{name:"Marco Aldany",shop:"hairdresser"},name:"Marco Aldany",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Peluquería":{tags:{name:"Peluquería",shop:"hairdresser"},name:"Peluquería",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Salon fryzjerski":{tags:{name:"Salon fryzjerski",shop:"hairdresser"},name:"Salon fryzjerski",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Sport Clips":{tags:{name:"Sport Clips",shop:"hairdresser"},name:"Sport Clips",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Super Cuts":{tags:{name:"Super Cuts",shop:"hairdresser"},name:"Super Cuts",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Supercuts":{tags:{name:"Supercuts",shop:"hairdresser"},name:"Supercuts",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Tchip":{tags:{name:"Tchip",shop:"hairdresser"},name:"Tchip",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/The Barber Shop":{tags:{name:"The Barber Shop",shop:"hairdresser"},name:"The Barber Shop",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Toni & Guy":{tags:{name:"Toni & Guy",shop:"hairdresser"},name:"Toni & Guy",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Top Hair":{tags:{name:"Top Hair",shop:"hairdresser"},name:"Top Hair",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Локон":{tags:{name:"Локон",shop:"hairdresser"},name:"Локон",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Парикмахерская":{tags:{name:"Парикмахерская",shop:"hairdresser"},name:"Парикмахерская",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Перукарня":{tags:{name:"Перукарня",shop:"hairdresser"},name:"Перукарня",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Салон красоты":{tags:{name:"Салон красоты",shop:"hairdresser"},name:"Салон красоты",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Стиль":{tags:{name:"Стиль",shop:"hairdresser"},name:"Стиль",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Шарм":{tags:{name:"Шарм",shop:"hairdresser"},name:"Шарм",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/حلاق":{tags:{name:"حلاق",shop:"hairdresser"},name:"حلاق",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/1000 мелочей":{tags:{name:"1000 мелочей",shop:"hardware"},name:"1000 мелочей",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Ferretería":{tags:{name:"Ferretería",shop:"hardware"},name:"Ferretería",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Harbor Freight Tools":{tags:{name:"Harbor Freight Tools",shop:"hardware"},name:"Harbor Freight Tools",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Quincaillerie":{tags:{name:"Quincaillerie",shop:"hardware"},name:"Quincaillerie",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/True Value":{tags:{name:"True Value",shop:"hardware"},name:"True Value",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Würth":{tags:{name:"Würth",shop:"hardware"},name:"Würth",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Промтовары":{tags:{name:"Промтовары",shop:"hardware"},name:"Промтовары",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Сантехника":{tags:{name:"Сантехника",shop:"hardware"},name:"Сантехника",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Товары для дома":{tags:{name:"Товары для дома",shop:"hardware"},name:"Товары для дома",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Хозтовары":{tags:{name:"Хозтовары",shop:"hardware"},name:"Хозтовары",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hearing_aids/Amplifon":{tags:{name:"Amplifon",shop:"hearing_aids"},name:"Amplifon",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hearing_aids/Geers":{tags:{name:"Geers",shop:"hearing_aids"},name:"Geers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hearing_aids/Kind Hörgeräte":{tags:{name:"Kind Hörgeräte",shop:"hearing_aids"},name:"Kind Hörgeräte",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hearing_aids/amplifon":{tags:{name:"amplifon",shop:"hearing_aids"},name:"amplifon",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hifi/Bang & Olufsen":{tags:{name:"Bang & Olufsen",shop:"hifi"},name:"Bang & Olufsen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/houseware/Blokker":{tags:{name:"Blokker",shop:"houseware"},name:"Blokker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/houseware/Marskramer":{tags:{name:"Marskramer",shop:"houseware"},name:"Marskramer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/houseware/Xenos":{tags:{name:"Xenos",shop:"houseware"},name:"Xenos",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/interior_decoration/Casa":{tags:{name:"Casa",shop:"interior_decoration"},name:"Casa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/interior_decoration/Depot":{tags:{name:"Depot",shop:"interior_decoration"},name:"Depot",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/585":{tags:{name:"585",shop:"jewelry"},name:"585",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Apart":{tags:{name:"Apart",shop:"jewelry"},name:"Apart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Bijou Brigitte":{tags:{name:"Bijou Brigitte",shop:"jewelry"},name:"Bijou Brigitte",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Christ":{tags:{name:"Christ",shop:"jewelry"},name:"Christ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Claire's":{tags:{name:"Claire's",shop:"jewelry"},name:"Claire's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Ernest Jones":{tags:{name:"Ernest Jones",shop:"jewelry"},name:"Ernest Jones",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/H Samuel":{tags:{name:"H Samuel",shop:"jewelry"},name:"H Samuel",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/James Avery Jewelry":{tags:{name:"James Avery Jewelry",shop:"jewelry"},name:"James Avery Jewelry",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Julien d'Orcel":{tags:{name:"Julien d'Orcel",shop:"jewelry"},name:"Julien d'Orcel",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Kay Jewelers":{tags:{name:"Kay Jewelers",shop:"jewelry"},name:"Kay Jewelers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Pandora":{tags:{name:"Pandora",shop:"jewelry"},name:"Pandora",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Swarovski":{tags:{name:"Swarovski",shop:"jewelry"},name:"Swarovski",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Адамас":{tags:{name:"Адамас",shop:"jewelry"},name:"Адамас",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Золото":{tags:{name:"Золото",shop:"jewelry"},name:"Золото",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/KIOS":{tags:{name:"KIOS",shop:"kiosk"},name:"KIOS",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Kiosko":{tags:{name:"Kiosko",shop:"kiosk"},name:"Kiosko",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Kiosque":{tags:{name:"Kiosque",shop:"kiosk"},name:"Kiosque",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Kolporter":{tags:{name:"Kolporter",shop:"kiosk"},name:"Kolporter",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Lietuvos spauda":{tags:{name:"Lietuvos spauda",shop:"kiosk"},name:"Lietuvos spauda",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Narvesen":{tags:{name:"Narvesen",shop:"kiosk"},name:"Narvesen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Pressbyrån":{tags:{name:"Pressbyrån",shop:"kiosk"},name:"Pressbyrån",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Pulpería":{tags:{name:"Pulpería",shop:"kiosk"},name:"Pulpería",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/R-Kioski":{tags:{name:"R-Kioski",shop:"kiosk"},name:"R-Kioski",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Ruch":{tags:{name:"Ruch",shop:"kiosk"},name:"Ruch",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Tabak Trafik":{tags:{name:"Tabak Trafik",shop:"kiosk"},name:"Tabak Trafik",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Tisak":{tags:{name:"Tisak",shop:"kiosk"},name:"Tisak",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Trafik":{tags:{name:"Trafik",shop:"kiosk"},name:"Trafik",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Trafika":{tags:{name:"Trafika",shop:"kiosk"},name:"Trafika",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Trinkhalle":{tags:{name:"Trinkhalle",shop:"kiosk"},name:"Trinkhalle",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Белсоюзпечать":{tags:{name:"Белсоюзпечать",shop:"kiosk"},name:"Белсоюзпечать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/Киоск":{tags:{name:"Киоск",shop:"kiosk"},name:"Киоск",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/მარკეტი (Market)":{tags:{name:"მარკეტი (Market)",shop:"kiosk"},name:"მარკეტი (Market)",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kitchen/Cuisinella":{tags:{name:"Cuisinella",shop:"kitchen"},name:"Cuisinella",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kitchen/Home Utensils":{tags:{name:"Home Utensils",shop:"kitchen"},name:"Home Utensils",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/laundry/Launderette":{tags:{name:"Launderette",shop:"laundry"},name:"Launderette",icon:"maki-laundry",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/laundry/Lavandería":{tags:{name:"Lavandería",shop:"laundry"},name:"Lavandería",icon:"maki-laundry",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/laundry/コインランドリー":{tags:{name:"コインランドリー",shop:"laundry"},name:"コインランドリー",icon:"maki-laundry",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Loteria de la Provincia":{tags:{name:"Loteria de la Provincia",shop:"lottery"},name:"Loteria de la Provincia",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Lotería Nacional":{tags:{name:"Lotería Nacional",shop:"lottery"},name:"Lotería Nacional",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Lotería de la Provincia":{tags:{name:"Lotería de la Provincia",shop:"lottery"},name:"Lotería de la Provincia",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Lotto":{tags:{name:"Lotto",shop:"lottery"},name:"Lotto",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Lottózó":{tags:{name:"Lottózó",shop:"lottery"},name:"Lottózó",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/ONCE":{tags:{name:"ONCE",shop:"lottery"},name:"ONCE",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mall/Торговый центр":{tags:{name:"Торговый центр",shop:"mall"},name:"Торговый центр",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"shop/massage/Massage Envy":{tags:{name:"Massage Envy",shop:"massage"},name:"Massage Envy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/medical_supply/Pofam-Poznań":{tags:{name:"Pofam-Poznań",shop:"medical_supply"},name:"Pofam-Poznań",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/3 Store":{tags:{name:"3 Store",shop:"mobile_phone"},name:"3 Store",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/AT&T":{tags:{name:"AT&T",shop:"mobile_phone"},name:"AT&T",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Bell":{tags:{name:"Bell",shop:"mobile_phone"},name:"Bell",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Bitė":{tags:{name:"Bitė",shop:"mobile_phone"},name:"Bitė",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Boost Mobile":{tags:{name:"Boost Mobile",shop:"mobile_phone"},name:"Boost Mobile",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Carphone Warehouse":{tags:{name:"Carphone Warehouse",shop:"mobile_phone"},name:"Carphone Warehouse",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Claro":{tags:{name:"Claro",shop:"mobile_phone"},name:"Claro",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Cricket Wireless":{tags:{name:"Cricket Wireless",shop:"mobile_phone"},name:"Cricket Wireless",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Digicel":{tags:{name:"Digicel",shop:"mobile_phone"},name:"Digicel",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/EE":{tags:{name:"EE",shop:"mobile_phone"},name:"EE",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/MetroPCS":{tags:{name:"MetroPCS",shop:"mobile_phone"},name:"MetroPCS",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Movistar":{tags:{name:"Movistar",shop:"mobile_phone"},name:"Movistar",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/O2":{tags:{name:"O2",shop:"mobile_phone"},name:"O2",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Orange":{tags:{name:"Orange",shop:"mobile_phone"},name:"Orange",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Personal":{tags:{name:"Personal",shop:"mobile_phone"},name:"Personal",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Play":{tags:{name:"Play",shop:"mobile_phone"},name:"Play",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Plus":{tags:{name:"Plus",shop:"mobile_phone"},name:"Plus",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/SFR":{tags:{name:"SFR",shop:"mobile_phone"},name:"SFR",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Sprint":{tags:{name:"Sprint",shop:"mobile_phone"},name:"Sprint",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/T-Mobile":{tags:{name:"T-Mobile",shop:"mobile_phone"},name:"T-Mobile",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/TIM":{tags:{name:"TIM",shop:"mobile_phone"},name:"TIM",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telcel":{tags:{name:"Telcel",shop:"mobile_phone"},name:"Telcel",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Tele2":{tags:{name:"Tele2",shop:"mobile_phone"},name:"Tele2",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telekom":{tags:{name:"Telekom",shop:"mobile_phone"},name:"Telekom",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telekom Shop":{tags:{name:"Telekom Shop",shop:"mobile_phone"},name:"Telekom Shop",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telenor":{tags:{name:"Telenor",shop:"mobile_phone"},name:"Telenor",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telus":{tags:{name:"Telus",shop:"mobile_phone"},name:"Telus",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/The Phone House":{tags:{name:"The Phone House",shop:"mobile_phone"},name:"The Phone House",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Three":{tags:{name:"Three",shop:"mobile_phone"},name:"Three",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Tim":{tags:{name:"Tim",shop:"mobile_phone"},name:"Tim",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Télécentre":{tags:{name:"Télécentre",shop:"mobile_phone"},name:"Télécentre",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Verizon":{tags:{name:"Verizon",shop:"mobile_phone"},name:"Verizon",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Verizon Wireless":{tags:{name:"Verizon Wireless",shop:"mobile_phone"},name:"Verizon Wireless",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Vodafone":{tags:{name:"Vodafone",shop:"mobile_phone"},name:"Vodafone",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Vodafone Shop":{tags:{name:"Vodafone Shop",shop:"mobile_phone"},name:"Vodafone Shop",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Wind":{tags:{name:"Wind",shop:"mobile_phone"},name:"Wind",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Yoigo":{tags:{name:"Yoigo",shop:"mobile_phone"},name:"Yoigo",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/au":{tags:{name:"au",shop:"mobile_phone"},name:"au",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/auショップ":{tags:{name:"auショップ",shop:"mobile_phone"},name:"auショップ",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/mobilcom debitel":{tags:{name:"mobilcom debitel",shop:"mobile_phone"},name:"mobilcom debitel",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Алло":{tags:{name:"Алло",shop:"mobile_phone"},name:"Алло",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Билайн":{tags:{name:"Билайн",shop:"mobile_phone"},name:"Билайн",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Евросеть":{tags:{name:"Евросеть",shop:"mobile_phone"},name:"Евросеть",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Київстар":{tags:{name:"Київстар",shop:"mobile_phone"},name:"Київстар",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/МТС":{tags:{name:"МТС",shop:"mobile_phone"},name:"МТС",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Мегафон":{tags:{name:"Мегафон",shop:"mobile_phone"},name:"Мегафон",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Связной":{tags:{name:"Связной",shop:"mobile_phone"},name:"Связной",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Теле2":{tags:{name:"Теле2",shop:"mobile_phone"},name:"Теле2",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/ソフトバンクショップ":{tags:{name:"ソフトバンクショップ",shop:"mobile_phone"},name:"ソフトバンクショップ",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/ドコモショップ":{tags:{name:"ドコモショップ",shop:"mobile_phone"},name:"ドコモショップ",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/money_lender/Money Mart":{tags:{name:"Money Mart",shop:"money_lender"},name:"Money Mart",icon:"maki-bank",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","currency_multi"],suggestion:true},"shop/motorcycle/Harley Davidson":{tags:{name:"Harley Davidson",shop:"motorcycle"},name:"Harley Davidson",icon:"fas-motorcycle",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/motorcycle/Yamaha":{tags:{name:"Yamaha",shop:"motorcycle"},name:"Yamaha",icon:"fas-motorcycle",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/music/HMV":{tags:{name:"HMV",shop:"music"},name:"HMV",icon:"maki-music",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/musical_instrument/Guitar Center":{tags:{name:"Guitar Center",shop:"musical_instrument"},name:"Guitar Center",icon:"maki-music",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Edicola":{tags:{name:"Edicola",shop:"newsagent"},name:"Edicola",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Maison de la Presse":{tags:{name:"Maison de la Presse",shop:"newsagent"},name:"Maison de la Presse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Relay":{tags:{name:"Relay",shop:"newsagent"},name:"Relay",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Tabac Presse":{tags:{name:"Tabac Presse",shop:"newsagent"},name:"Tabac Presse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/WHSmith":{tags:{name:"WHSmith",shop:"newsagent"},name:"WHSmith",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Витебскоблсоюзпечать":{tags:{name:"Витебскоблсоюзпечать",shop:"newsagent"},name:"Витебскоблсоюзпечать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Первая полоса":{tags:{name:"Первая полоса",shop:"newsagent"},name:"Первая полоса",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Печать":{tags:{name:"Печать",shop:"newsagent"},name:"Печать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Роспечать":{tags:{name:"Роспечать",shop:"newsagent"},name:"Роспечать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Союзпечать":{tags:{name:"Союзпечать",shop:"newsagent"},name:"Союзпечать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Alain Afflelou":{tags:{name:"Alain Afflelou",shop:"optician"},name:"Alain Afflelou",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Apollo":{tags:{name:"Apollo",shop:"optician"},name:"Apollo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Atol":{tags:{name:"Atol",shop:"optician"},name:"Atol",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Boots Opticians":{tags:{name:"Boots Opticians",shop:"optician"},name:"Boots Opticians",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Fielmann":{tags:{name:"Fielmann",shop:"optician"},name:"Fielmann",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/General Óptica":{tags:{name:"General Óptica",shop:"optician"},name:"General Óptica",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Grand Optical":{tags:{name:"Grand Optical",shop:"optician"},name:"Grand Optical",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Générale d'Optique":{tags:{name:"Générale d'Optique",shop:"optician"},name:"Générale d'Optique",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Hakim Optical":{tags:{name:"Hakim Optical",shop:"optician"},name:"Hakim Optical",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Hans Anders":{tags:{name:"Hans Anders",shop:"optician"},name:"Hans Anders",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Krys":{tags:{name:"Krys",shop:"optician"},name:"Krys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Les Opticiens Mutualistes":{tags:{name:"Les Opticiens Mutualistes",shop:"optician"},name:"Les Opticiens Mutualistes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Optic 2000":{tags:{name:"Optic 2000",shop:"optician"},name:"Optic 2000",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Optical Center":{tags:{name:"Optical Center",shop:"optician"},name:"Optical Center",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Pearle":{tags:{name:"Pearle",shop:"optician"},name:"Pearle",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Pearle Vision":{tags:{name:"Pearle Vision",shop:"optician"},name:"Pearle Vision",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Specsavers":{tags:{name:"Specsavers",shop:"optician"},name:"Specsavers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Sunglass Hut":{tags:{name:"Sunglass Hut",shop:"optician"},name:"Sunglass Hut",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Synoptik":{tags:{name:"Synoptik",shop:"optician"},name:"Synoptik",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Vision Express":{tags:{name:"Vision Express",shop:"optician"},name:"Vision Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/แว่นท็อปเจริญ":{tags:{name:"แว่นท็อปเจริญ",shop:"optician"},name:"แว่นท็อปเจริญ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/メガネスーパー":{tags:{name:"メガネスーパー",shop:"optician"},name:"メガネスーパー",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/眼鏡市場":{tags:{name:"眼鏡市場",shop:"optician"},name:"眼鏡市場",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/outdoor/Mountain Warehouse":{tags:{name:"Mountain Warehouse",shop:"outdoor"},name:"Mountain Warehouse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/outdoor/REI":{tags:{name:"REI",shop:"outdoor"},name:"REI",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/outdoor/Рыболов":{tags:{name:"Рыболов",shop:"outdoor"},name:"Рыболов",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Benjamin Moore":{tags:{name:"Benjamin Moore",shop:"paint"},name:"Benjamin Moore",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Comex":{tags:{name:"Comex",shop:"paint"},name:"Comex",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Jotun":{tags:{name:"Jotun",shop:"paint"},name:"Jotun",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/National Paints":{tags:{name:"National Paints",shop:"paint"},name:"National Paints",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Sherwin Williams":{tags:{name:"Sherwin Williams",shop:"paint"},name:"Sherwin Williams",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Sherwin-Williams Paints":{tags:{name:"Sherwin-Williams Paints",shop:"paint"},name:"Sherwin-Williams Paints",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pawnbroker/Cash Converters":{tags:{name:"Cash Converters",shop:"pawnbroker"},name:"Cash Converters",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pawnbroker/Lombard":{tags:{name:"Lombard",shop:"pawnbroker"},name:"Lombard",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pawnbroker/Palawan Pawnshop":{tags:{name:"Palawan Pawnshop",shop:"pawnbroker"},name:"Palawan Pawnshop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Das Futterhaus":{tags:{name:"Das Futterhaus",shop:"pet"},name:"Das Futterhaus",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Fressnapf":{tags:{name:"Fressnapf",shop:"pet"},name:"Fressnapf",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Global Pet Foods":{tags:{name:"Global Pet Foods",shop:"pet"},name:"Global Pet Foods",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Maxi Zoo":{tags:{name:"Maxi Zoo",shop:"pet"},name:"Maxi Zoo",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Pet Valu":{tags:{name:"Pet Valu",shop:"pet"},name:"Pet Valu",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/PetSmart":{tags:{name:"PetSmart",shop:"pet"},name:"PetSmart",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Petco":{tags:{name:"Petco",shop:"pet"},name:"Petco",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Pets at Home":{tags:{name:"Pets at Home",shop:"pet"},name:"Pets at Home",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Бетховен":{tags:{name:"Бетховен",shop:"pet"},name:"Бетховен",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Зоотовары":{tags:{name:"Зоотовары",shop:"pet"},name:"Зоотовары",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Четыре лапы":{tags:{name:"Четыре лапы",shop:"pet"},name:"Четыре лапы",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/second_hand/Goodwill":{tags:{name:"Goodwill",shop:"second_hand"},name:"Goodwill",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/second_hand/Value Village":{tags:{name:"Value Village",shop:"second_hand"},name:"Value Village",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Aldo":{tags:{name:"Aldo",shop:"shoes"},name:"Aldo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Bata":{tags:{name:"Bata",shop:"shoes"},name:"Bata",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Besson Chaussures":{tags:{name:"Besson Chaussures",shop:"shoes"},name:"Besson Chaussures",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Brantano":{tags:{name:"Brantano",shop:"shoes"},name:"Brantano",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/CCC":{tags:{name:"CCC",shop:"shoes"},name:"CCC",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Camper":{tags:{name:"Camper",shop:"shoes"},name:"Camper",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Chaussea":{tags:{name:"Chaussea",shop:"shoes"},name:"Chaussea",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Clarks":{tags:{name:"Clarks",shop:"shoes"},name:"Clarks",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Converse":{tags:{name:"Converse",shop:"shoes"},name:"Converse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Crocs":{tags:{name:"Crocs",shop:"shoes"},name:"Crocs",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/DSW":{tags:{name:"DSW",shop:"shoes"},name:"DSW",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Deichmann":{tags:{name:"Deichmann",shop:"shoes"},name:"Deichmann",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Dosenbach":{tags:{name:"Dosenbach",shop:"shoes"},name:"Dosenbach",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Ecco":{tags:{name:"Ecco",shop:"shoes"},name:"Ecco",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Famous Footwear":{tags:{name:"Famous Footwear",shop:"shoes"},name:"Famous Footwear",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Foot Locker":{tags:{name:"Foot Locker",shop:"shoes"},name:"Foot Locker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Geox":{tags:{name:"Geox",shop:"shoes"},name:"Geox",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Kari":{tags:{name:"Kari",shop:"shoes"},name:"Kari",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/La Halle aux Chaussures":{tags:{name:"La Halle aux Chaussures",shop:"shoes"},name:"La Halle aux Chaussures",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Mephisto":{tags:{name:"Mephisto",shop:"shoes"},name:"Mephisto",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Minelli":{tags:{name:"Minelli",shop:"shoes"},name:"Minelli",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/New Balance":{tags:{name:"New Balance",shop:"shoes"},name:"New Balance",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Payless":{tags:{name:"Payless",shop:"shoes"},name:"Payless",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Payless Shoe Source":{tags:{name:"Payless Shoe Source",shop:"shoes"},name:"Payless Shoe Source",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Payless ShoeSource":{tags:{name:"Payless ShoeSource",shop:"shoes"},name:"Payless ShoeSource",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Quick Schuh":{tags:{name:"Quick Schuh",shop:"shoes"},name:"Quick Schuh",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Rack Room Shoes":{tags:{name:"Rack Room Shoes",shop:"shoes"},name:"Rack Room Shoes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Reno":{tags:{name:"Reno",shop:"shoes"},name:"Reno",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Rieker":{tags:{name:"Rieker",shop:"shoes"},name:"Rieker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Salamander":{tags:{name:"Salamander",shop:"shoes"},name:"Salamander",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/San Marina":{tags:{name:"San Marina",shop:"shoes"},name:"San Marina",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Scapino":{tags:{name:"Scapino",shop:"shoes"},name:"Scapino",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Shoe Carnival":{tags:{name:"Shoe Carnival",shop:"shoes"},name:"Shoe Carnival",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Shoe Zone":{tags:{name:"Shoe Zone",shop:"shoes"},name:"Shoe Zone",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Siemes Schuhcenter":{tags:{name:"Siemes Schuhcenter",shop:"shoes"},name:"Siemes Schuhcenter",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Skechers":{tags:{name:"Skechers",shop:"shoes"},name:"Skechers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Tamaris":{tags:{name:"Tamaris",shop:"shoes"},name:"Tamaris",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/vanHaren":{tags:{name:"vanHaren",shop:"shoes"},name:"vanHaren",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Éram":{tags:{name:"Éram",shop:"shoes"},name:"Éram",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Ремонт обуви":{tags:{name:"Ремонт обуви",shop:"shoes"},name:"Ремонт обуви",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/ЦентрОбувь":{tags:{name:"ЦентрОбувь",shop:"shoes"},name:"ЦентрОбувь",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Юничел":{tags:{name:"Юничел",shop:"shoes"},name:"Юничел",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/東京靴流通センター":{tags:{name:"東京靴流通センター",shop:"shoes"},name:"東京靴流通センター",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Aktiesport":{tags:{name:"Aktiesport",shop:"sports"},name:"Aktiesport",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Big 5 Sporting Goods":{tags:{name:"Big 5 Sporting Goods",shop:"sports"},name:"Big 5 Sporting Goods",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Decathlon":{tags:{name:"Decathlon",shop:"sports"},name:"Decathlon",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Dick's Sporting Goods":{tags:{name:"Dick's Sporting Goods",shop:"sports"},name:"Dick's Sporting Goods",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Hervis":{tags:{name:"Hervis",shop:"sports"},name:"Hervis",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Intersport":{tags:{name:"Intersport",shop:"sports"},name:"Intersport",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/JD Sports":{tags:{name:"JD Sports",shop:"sports"},name:"JD Sports",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Sport 2000":{tags:{name:"Sport 2000",shop:"sports"},name:"Sport 2000",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Sports Authority":{tags:{name:"Sports Authority",shop:"sports"},name:"Sports Authority",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Sports Direct":{tags:{name:"Sports Direct",shop:"sports"},name:"Sports Direct",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Спортмастер":{tags:{name:"Спортмастер",shop:"sports"},name:"Спортмастер",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Спорттовары":{tags:{name:"Спорттовары",shop:"sports"},name:"Спорттовары",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Bureau Vallée":{tags:{name:"Bureau Vallée",shop:"stationery"},name:"Bureau Vallée",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Libro":{tags:{name:"Libro",shop:"stationery"},name:"Libro",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/McPaper":{tags:{name:"McPaper",shop:"stationery"},name:"McPaper",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Office Depot":{tags:{name:"Office Depot",shop:"stationery"},name:"Office Depot",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Office Max":{tags:{name:"Office Max",shop:"stationery"},name:"Office Max",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Officeworks":{tags:{name:"Officeworks",shop:"stationery"},name:"Officeworks",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Pagro":{tags:{name:"Pagro",shop:"stationery"},name:"Pagro",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Paperchase":{tags:{name:"Paperchase",shop:"stationery"},name:"Paperchase",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Ryman":{tags:{name:"Ryman",shop:"stationery"},name:"Ryman",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Staples":{tags:{name:"Staples",shop:"stationery"},name:"Staples",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Канцтовары":{tags:{name:"Канцтовары",shop:"stationery"},name:"Канцтовары",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/A&O":{tags:{name:"A&O",shop:"supermarket"},name:"A&O",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/A101":{tags:{name:"A101",shop:"supermarket"},name:"A101",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/AD Delhaize":{tags:{name:"AD Delhaize",shop:"supermarket"},name:"AD Delhaize",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ADEG":{tags:{name:"ADEG",shop:"supermarket"},name:"ADEG",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ahorramás":{tags:{name:"Ahorramás",shop:"supermarket"},name:"Ahorramás",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Albert":{tags:{name:"Albert",shop:"supermarket"},name:"Albert",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Albert Heijn":{tags:{name:"Albert Heijn",shop:"supermarket"},name:"Albert Heijn",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Albertsons":{tags:{name:"Albertsons",shop:"supermarket"},name:"Albertsons",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Aldi":{tags:{name:"Aldi",shop:"supermarket"},name:"Aldi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Aldi Nord":{tags:{name:"Aldi Nord",shop:"supermarket"},name:"Aldi Nord",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Aldi Süd":{tags:{name:"Aldi Süd",shop:"supermarket"},name:"Aldi Süd",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Alimerka":{tags:{name:"Alimerka",shop:"supermarket"},name:"Alimerka",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Alnatura":{tags:{name:"Alnatura",shop:"supermarket"},name:"Alnatura",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Asda":{tags:{name:"Asda",shop:"supermarket"},name:"Asda",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Atac":{tags:{name:"Atac",shop:"supermarket"},name:"Atac",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Atacadão":{tags:{name:"Atacadão",shop:"supermarket"},name:"Atacadão",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Auchan":{tags:{name:"Auchan",shop:"supermarket"},name:"Auchan",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/BM":{tags:{name:"BM",shop:"supermarket"},name:"BM",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Biedronka":{tags:{name:"Biedronka",shop:"supermarket"},name:"Biedronka",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Big C":{tags:{name:"Big C",shop:"supermarket"},name:"Big C",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Billa":{tags:{name:"Billa",shop:"supermarket"},name:"Billa",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Bim":{tags:{name:"Bim",shop:"supermarket"},name:"Bim",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Biocoop":{tags:{name:"Biocoop",shop:"supermarket"},name:"Biocoop",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Bodega Aurrera":{tags:{name:"Bodega Aurrera",shop:"supermarket"},name:"Bodega Aurrera",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Budgens":{tags:{name:"Budgens",shop:"supermarket"},name:"Budgens",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Bulk Barn":{tags:{name:"Bulk Barn",shop:"supermarket"},name:"Bulk Barn",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Bunnpris":{tags:{name:"Bunnpris",shop:"supermarket"},name:"Bunnpris",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/CONAD":{tags:{name:"CONAD",shop:"supermarket"},name:"CONAD",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/CRAI":{tags:{name:"CRAI",shop:"supermarket"},name:"CRAI",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Caprabo":{tags:{name:"Caprabo",shop:"supermarket"},name:"Caprabo",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Cargills Food City":{tags:{name:"Cargills Food City",shop:"supermarket"},name:"Cargills Food City",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Carrefour":{tags:{name:"Carrefour",shop:"supermarket"},name:"Carrefour",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Carrefour City":{tags:{name:"Carrefour City",shop:"supermarket"},name:"Carrefour City",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Carrefour Contact":{tags:{name:"Carrefour Contact",shop:"supermarket"},name:"Carrefour Contact",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Carrefour Express":{tags:{name:"Carrefour Express",shop:"supermarket"},name:"Carrefour Express",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Centre Commercial E. Leclerc":{tags:{name:"Centre Commercial E. Leclerc",shop:"supermarket"},name:"Centre Commercial E. Leclerc",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Checkers":{tags:{name:"Checkers",shop:"supermarket"},name:"Checkers",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Chedraui":{tags:{name:"Chedraui",shop:"supermarket"},name:"Chedraui",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Co-Op":{tags:{name:"Co-Op",shop:"supermarket"},name:"Co-Op",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Co-op":{tags:{name:"Co-op",shop:"supermarket"},name:"Co-op",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Co-operative":{tags:{name:"Co-operative",shop:"supermarket"},name:"Co-operative",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coles":{tags:{name:"Coles",shop:"supermarket"},name:"Coles",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Colmado":{tags:{name:"Colmado",shop:"supermarket"},name:"Colmado",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Colruyt":{tags:{name:"Colruyt",shop:"supermarket"},name:"Colruyt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Combi":{tags:{name:"Combi",shop:"supermarket"},name:"Combi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Comercial Mexicana":{tags:{name:"Comercial Mexicana",shop:"supermarket"},name:"Comercial Mexicana",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Conad":{tags:{name:"Conad",shop:"supermarket"},name:"Conad",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Conad City":{tags:{name:"Conad City",shop:"supermarket"},name:"Conad City",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Condis":{tags:{name:"Condis",shop:"supermarket"},name:"Condis",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Consum":{tags:{name:"Consum",shop:"supermarket"},name:"Consum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Continente":{tags:{name:"Continente",shop:"supermarket"},name:"Continente",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coop":{tags:{name:"Coop",shop:"supermarket"},name:"Coop",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coop Extra":{tags:{name:"Coop Extra",shop:"supermarket"},name:"Coop Extra",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coop Konsum":{tags:{name:"Coop Konsum",shop:"supermarket"},name:"Coop Konsum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Costco Gasoline":{tags:{name:"Costco Gasoline",shop:"supermarket"},name:"Costco Gasoline",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coto":{tags:{name:"Coto",shop:"supermarket"},name:"Coto",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Countdown":{tags:{name:"Countdown",shop:"supermarket"},name:"Countdown",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coviran":{tags:{name:"Coviran",shop:"supermarket"},name:"Coviran",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Covirán":{tags:{name:"Covirán",shop:"supermarket"},name:"Covirán",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Crai":{tags:{name:"Crai",shop:"supermarket"},name:"Crai",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Cub Foods":{tags:{name:"Cub Foods",shop:"supermarket"},name:"Cub Foods",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dagli'Brugsen":{tags:{name:"Dagli'Brugsen",shop:"supermarket"},name:"Dagli'Brugsen",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Deen":{tags:{name:"Deen",shop:"supermarket"},name:"Deen",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Delhaize":{tags:{name:"Delhaize",shop:"supermarket"},name:"Delhaize",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Delikatesy Centrum":{tags:{name:"Delikatesy Centrum",shop:"supermarket"},name:"Delikatesy Centrum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Denner":{tags:{name:"Denner",shop:"supermarket"},name:"Denner",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Despar":{tags:{name:"Despar",shop:"supermarket"},name:"Despar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Despensa Familiar":{tags:{name:"Despensa Familiar",shop:"supermarket"},name:"Despensa Familiar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dia":{tags:{name:"Dia",shop:"supermarket"},name:"Dia",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dia %":{tags:{name:"Dia %",shop:"supermarket"},name:"Dia %",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dia Market":{tags:{name:"Dia Market",shop:"supermarket"},name:"Dia Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dino":{tags:{name:"Dino",shop:"supermarket"},name:"Dino",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dirk van den Broek":{tags:{name:"Dirk van den Broek",shop:"supermarket"},name:"Dirk van den Broek",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Disco":{tags:{name:"Disco",shop:"supermarket"},name:"Disco",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Diska":{tags:{name:"Diska",shop:"supermarket"},name:"Diska",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dunnes Stores":{tags:{name:"Dunnes Stores",shop:"supermarket"},name:"Dunnes Stores",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/E-Center":{tags:{name:"E-Center",shop:"supermarket"},name:"E-Center",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/E. Leclerc":{tags:{name:"E. Leclerc",shop:"supermarket"},name:"E. Leclerc",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/E. Leclerc Drive":{tags:{name:"E. Leclerc Drive",shop:"supermarket"},name:"E. Leclerc Drive",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/EMTÉ":{tags:{name:"EMTÉ",shop:"supermarket"},name:"EMTÉ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Edeka":{tags:{name:"Edeka",shop:"supermarket"},name:"Edeka",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ekom":{tags:{name:"Ekom",shop:"supermarket"},name:"Ekom",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ekono":{tags:{name:"Ekono",shop:"supermarket"},name:"Ekono",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/El Árbol":{tags:{name:"El Árbol",shop:"supermarket"},name:"El Árbol",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Eroski":{tags:{name:"Eroski",shop:"supermarket"},name:"Eroski",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Esselunga":{tags:{name:"Esselunga",shop:"supermarket"},name:"Esselunga",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/EuroSpin":{tags:{name:"EuroSpin",shop:"supermarket"},name:"EuroSpin",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Eurospar":{tags:{name:"Eurospar",shop:"supermarket"},name:"Eurospar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Eurospin":{tags:{name:"Eurospin",shop:"supermarket"},name:"Eurospin",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Extra":{tags:{name:"Extra",shop:"supermarket"},name:"Extra",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Famiglia Cooperativa":{tags:{name:"Famiglia Cooperativa",shop:"supermarket"},name:"Famiglia Cooperativa",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Famila":{tags:{name:"Famila",shop:"supermarket"},name:"Famila",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Fareway":{tags:{name:"Fareway",shop:"supermarket"},name:"Fareway",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Farmfoods":{tags:{name:"Farmfoods",shop:"supermarket"},name:"Farmfoods",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Feneberg":{tags:{name:"Feneberg",shop:"supermarket"},name:"Feneberg",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Food Basics":{tags:{name:"Food Basics",shop:"supermarket"},name:"Food Basics",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Food Lion":{tags:{name:"Food Lion",shop:"supermarket"},name:"Food Lion",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Foodland":{tags:{name:"Foodland",shop:"supermarket"},name:"Foodland",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Foodworks":{tags:{name:"Foodworks",shop:"supermarket"},name:"Foodworks",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Franprix":{tags:{name:"Franprix",shop:"supermarket"},name:"Franprix",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Fred Meyer":{tags:{name:"Fred Meyer",shop:"supermarket"},name:"Fred Meyer",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Froiz":{tags:{name:"Froiz",shop:"supermarket"},name:"Froiz",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Føtex":{tags:{name:"Føtex",shop:"supermarket"},name:"Føtex",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/G20":{tags:{name:"G20",shop:"supermarket"},name:"G20",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Gadis":{tags:{name:"Gadis",shop:"supermarket"},name:"Gadis",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Giant":{tags:{name:"Giant",shop:"supermarket"},name:"Giant",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Giant Eagle":{tags:{name:"Giant Eagle",shop:"supermarket"},name:"Giant Eagle",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Grand Frais":{tags:{name:"Grand Frais",shop:"supermarket"},name:"Grand Frais",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Grocery Outlet":{tags:{name:"Grocery Outlet",shop:"supermarket"},name:"Grocery Outlet",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Géant Casino":{tags:{name:"Géant Casino",shop:"supermarket"},name:"Géant Casino",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/H-E-B":{tags:{name:"H-E-B",shop:"supermarket"},name:"H-E-B",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/HIT":{tags:{name:"HIT",shop:"supermarket"},name:"HIT",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hannaford":{tags:{name:"Hannaford",shop:"supermarket"},name:"Hannaford",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Harris Teeter":{tags:{name:"Harris Teeter",shop:"supermarket"},name:"Harris Teeter",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hemköp":{tags:{name:"Hemköp",shop:"supermarket"},name:"Hemköp",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Heron Foods":{tags:{name:"Heron Foods",shop:"supermarket"},name:"Heron Foods",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hofer":{tags:{name:"Hofer",shop:"supermarket"},name:"Hofer",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hoogvliet":{tags:{name:"Hoogvliet",shop:"supermarket"},name:"Hoogvliet",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hy-Vee":{tags:{name:"Hy-Vee",shop:"supermarket"},name:"Hy-Vee",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ICA":{tags:{name:"ICA",shop:"supermarket"},name:"ICA",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ICA Kvantum":{tags:{name:"ICA Kvantum",shop:"supermarket"},name:"ICA Kvantum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/IDEA":{tags:{name:"IDEA",shop:"supermarket"},name:"IDEA",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/IGA":{tags:{name:"IGA",shop:"supermarket"},name:"IGA",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Iceland":{tags:{name:"Iceland",shop:"supermarket"},name:"Iceland",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Intermarché":{tags:{name:"Intermarché",shop:"supermarket"},name:"Intermarché",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Intermarché Contact":{tags:{name:"Intermarché Contact",shop:"supermarket"},name:"Intermarché Contact",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Intermarché Super":{tags:{name:"Intermarché Super",shop:"supermarket"},name:"Intermarché Super",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Interspar":{tags:{name:"Interspar",shop:"supermarket"},name:"Interspar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Irma":{tags:{name:"Irma",shop:"supermarket"},name:"Irma",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Jewel-Osco":{tags:{name:"Jewel-Osco",shop:"supermarket"},name:"Jewel-Osco",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Jumbo":{tags:{name:"Jumbo",shop:"supermarket"},name:"Jumbo",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/K+K":{tags:{name:"K+K",shop:"supermarket"},name:"K+K",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Kaufland":{tags:{name:"Kaufland",shop:"supermarket"},name:"Kaufland",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/King Soopers":{tags:{name:"King Soopers",shop:"supermarket"},name:"King Soopers",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Kiwi":{tags:{name:"Kiwi",shop:"supermarket"},name:"Kiwi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Konsum":{tags:{name:"Konsum",shop:"supermarket"},name:"Konsum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Konzum":{tags:{name:"Konzum",shop:"supermarket"},name:"Konzum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Kroger":{tags:{name:"Kroger",shop:"supermarket"},name:"Kroger",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Kvickly":{tags:{name:"Kvickly",shop:"supermarket"},name:"Kvickly",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/La Vie Claire":{tags:{name:"La Vie Claire",shop:"supermarket"},name:"La Vie Claire",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Landi":{tags:{name:"Landi",shop:"supermarket"},name:"Landi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Leader Price":{tags:{name:"Leader Price",shop:"supermarket"},name:"Leader Price",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Leclerc Drive":{tags:{name:"Leclerc Drive",shop:"supermarket"},name:"Leclerc Drive",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Lider":{tags:{name:"Lider",shop:"supermarket"},name:"Lider",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Lidl":{tags:{name:"Lidl",shop:"supermarket"},name:"Lidl",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Lupa":{tags:{name:"Lupa",shop:"supermarket"},name:"Lupa",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/MPREIS":{tags:{name:"MPREIS",shop:"supermarket"},name:"MPREIS",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Makro":{tags:{name:"Makro",shop:"supermarket"},name:"Makro",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Markant":{tags:{name:"Markant",shop:"supermarket"},name:"Markant",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Market Basket":{tags:{name:"Market Basket",shop:"supermarket"},name:"Market Basket",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Marktkauf":{tags:{name:"Marktkauf",shop:"supermarket"},name:"Marktkauf",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Match":{tags:{name:"Match",shop:"supermarket"},name:"Match",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxi":{tags:{name:"Maxi",shop:"supermarket"},name:"Maxi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxi Dia":{tags:{name:"Maxi Dia",shop:"supermarket"},name:"Maxi Dia",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxima":{tags:{name:"Maxima",shop:"supermarket"},name:"Maxima",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxima X":{tags:{name:"Maxima X",shop:"supermarket"},name:"Maxima X",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxima XX":{tags:{name:"Maxima XX",shop:"supermarket"},name:"Maxima XX",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mega Image":{tags:{name:"Mega Image",shop:"supermarket"},name:"Mega Image",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mego":{tags:{name:"Mego",shop:"supermarket"},name:"Mego",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Meijer":{tags:{name:"Meijer",shop:"supermarket"},name:"Meijer",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Meny":{tags:{name:"Meny",shop:"supermarket"},name:"Meny",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mercado Municipal":{tags:{name:"Mercado Municipal",shop:"supermarket"},name:"Mercado Municipal",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mercado de Abastos":{tags:{name:"Mercado de Abastos",shop:"supermarket"},name:"Mercado de Abastos",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mercadona":{tags:{name:"Mercadona",shop:"supermarket"},name:"Mercadona",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mercator":{tags:{name:"Mercator",shop:"supermarket"},name:"Mercator",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Merkur":{tags:{name:"Merkur",shop:"supermarket"},name:"Merkur",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Metro":{tags:{name:"Metro",shop:"supermarket"},name:"Metro",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Migros":{tags:{name:"Migros",shop:"supermarket"},name:"Migros",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mila":{tags:{name:"Mila",shop:"supermarket"},name:"Mila",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Minipreço":{tags:{name:"Minipreço",shop:"supermarket"},name:"Minipreço",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mix Markt":{tags:{name:"Mix Markt",shop:"supermarket"},name:"Mix Markt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Monoprix":{tags:{name:"Monoprix",shop:"supermarket"},name:"Monoprix",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/More":{tags:{name:"More",shop:"supermarket"},name:"More",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Morrisons":{tags:{name:"Morrisons",shop:"supermarket"},name:"Morrisons",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/NORMA":{tags:{name:"NORMA",shop:"supermarket"},name:"NORMA",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/NP":{tags:{name:"NP",shop:"supermarket"},name:"NP",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Nah & Frisch":{tags:{name:"Nah & Frisch",shop:"supermarket"},name:"Nah & Frisch",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Nahkauf":{tags:{name:"Nahkauf",shop:"supermarket"},name:"Nahkauf",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Netto":{tags:{name:"Netto",shop:"supermarket"},name:"Netto",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Netto Marken-Discount":{tags:{name:"Netto Marken-Discount",shop:"supermarket"},name:"Netto Marken-Discount",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/New World":{tags:{name:"New World",shop:"supermarket"},name:"New World",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/No Frills":{tags:{name:"No Frills",shop:"supermarket"},name:"No Frills",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Norfa XL":{tags:{name:"Norfa XL",shop:"supermarket"},name:"Norfa XL",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Norma":{tags:{name:"Norma",shop:"supermarket"},name:"Norma",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/PENNY":{tags:{name:"PENNY",shop:"supermarket"},name:"PENNY",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/PLUS":{tags:{name:"PLUS",shop:"supermarket"},name:"PLUS",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/POLOmarket":{tags:{name:"POLOmarket",shop:"supermarket"},name:"POLOmarket",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Palí":{tags:{name:"Palí",shop:"supermarket"},name:"Palí",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Pam":{tags:{name:"Pam",shop:"supermarket"},name:"Pam",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Penny":{tags:{name:"Penny",shop:"supermarket"},name:"Penny",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Penny Markt":{tags:{name:"Penny Markt",shop:"supermarket"},name:"Penny Markt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Pick n Pay":{tags:{name:"Pick n Pay",shop:"supermarket"},name:"Pick n Pay",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Piggly Wiggly":{tags:{name:"Piggly Wiggly",shop:"supermarket"},name:"Piggly Wiggly",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Pingo Doce":{tags:{name:"Pingo Doce",shop:"supermarket"},name:"Pingo Doce",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Piotr i Paweł":{tags:{name:"Piotr i Paweł",shop:"supermarket"},name:"Piotr i Paweł",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Plaza Vea":{tags:{name:"Plaza Vea",shop:"supermarket"},name:"Plaza Vea",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Plodine":{tags:{name:"Plodine",shop:"supermarket"},name:"Plodine",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Poiesz":{tags:{name:"Poiesz",shop:"supermarket"},name:"Poiesz",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Price Chopper":{tags:{name:"Price Chopper",shop:"supermarket"},name:"Price Chopper",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Prix":{tags:{name:"Prix",shop:"supermarket"},name:"Prix",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Profi":{tags:{name:"Profi",shop:"supermarket"},name:"Profi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Proxy Delhaize":{tags:{name:"Proxy Delhaize",shop:"supermarket"},name:"Proxy Delhaize",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Publix":{tags:{name:"Publix",shop:"supermarket"},name:"Publix",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Punto Simply":{tags:{name:"Punto Simply",shop:"supermarket"},name:"Punto Simply",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Puregold":{tags:{name:"Puregold",shop:"supermarket"},name:"Puregold",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Pão de Açúcar":{tags:{name:"Pão de Açúcar",shop:"supermarket"},name:"Pão de Açúcar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/QFC":{tags:{name:"QFC",shop:"supermarket"},name:"QFC",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/REMA 1000":{tags:{name:"REMA 1000",shop:"supermarket"},name:"REMA 1000",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ralphs":{tags:{name:"Ralphs",shop:"supermarket"},name:"Ralphs",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Real":{tags:{name:"Real",shop:"supermarket"},name:"Real",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Real Canadian Superstore":{tags:{name:"Real Canadian Superstore",shop:"supermarket"},name:"Real Canadian Superstore",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Reliance Fresh":{tags:{name:"Reliance Fresh",shop:"supermarket"},name:"Reliance Fresh",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Rema 1000":{tags:{name:"Rema 1000",shop:"supermarket"},name:"Rema 1000",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Rewe":{tags:{name:"Rewe",shop:"supermarket"},name:"Rewe",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Rewe City":{tags:{name:"Rewe City",shop:"supermarket"},name:"Rewe City",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Rimi":{tags:{name:"Rimi",shop:"supermarket"},name:"Rimi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/S-Market":{tags:{name:"S-Market",shop:"supermarket"},name:"S-Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Safeway":{tags:{name:"Safeway",shop:"supermarket"},name:"Safeway",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sainsbury's":{tags:{name:"Sainsbury's",shop:"supermarket"},name:"Sainsbury's",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sainsbury's Local":{tags:{name:"Sainsbury's Local",shop:"supermarket"},name:"Sainsbury's Local",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sam's Club":{tags:{name:"Sam's Club",shop:"supermarket"},name:"Sam's Club",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Santa Isabel":{tags:{name:"Santa Isabel",shop:"supermarket"},name:"Santa Isabel",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Save-A-Lot":{tags:{name:"Save-A-Lot",shop:"supermarket"},name:"Save-A-Lot",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ShopRite":{tags:{name:"ShopRite",shop:"supermarket"},name:"ShopRite",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Shoprite":{tags:{name:"Shoprite",shop:"supermarket"},name:"Shoprite",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sigma":{tags:{name:"Sigma",shop:"supermarket"},name:"Sigma",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Simply Market":{tags:{name:"Simply Market",shop:"supermarket"},name:"Simply Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sky":{tags:{name:"Sky",shop:"supermarket"},name:"Sky",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Smith's":{tags:{name:"Smith's",shop:"supermarket"},name:"Smith's",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sobeys":{tags:{name:"Sobeys",shop:"supermarket"},name:"Sobeys",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Soriana":{tags:{name:"Soriana",shop:"supermarket"},name:"Soriana",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Spar":{tags:{name:"Spar",shop:"supermarket"},name:"Spar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sprouts Farmers Market":{tags:{name:"Sprouts Farmers Market",shop:"supermarket"},name:"Sprouts Farmers Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Stokrotka":{tags:{name:"Stokrotka",shop:"supermarket"},name:"Stokrotka",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Stop & Shop":{tags:{name:"Stop & Shop",shop:"supermarket"},name:"Stop & Shop",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Super C":{tags:{name:"Super C",shop:"supermarket"},name:"Super C",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Super U":{tags:{name:"Super U",shop:"supermarket"},name:"Super U",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/SuperBrugsen":{tags:{name:"SuperBrugsen",shop:"supermarket"},name:"SuperBrugsen",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/SuperValu":{tags:{name:"SuperValu",shop:"supermarket"},name:"SuperValu",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Superama":{tags:{name:"Superama",shop:"supermarket"},name:"Superama",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Supersol":{tags:{name:"Supersol",shop:"supermarket"},name:"Supersol",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Superspar":{tags:{name:"Superspar",shop:"supermarket"},name:"Superspar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tegut":{tags:{name:"Tegut",shop:"supermarket"},name:"Tegut",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tengelmann":{tags:{name:"Tengelmann",shop:"supermarket"},name:"Tengelmann",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tesco":{tags:{name:"Tesco",shop:"supermarket"},name:"Tesco",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tesco Extra":{tags:{name:"Tesco Extra",shop:"supermarket"},name:"Tesco Extra",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tesco Lotus":{tags:{name:"Tesco Lotus",shop:"supermarket"},name:"Tesco Lotus",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tesco Metro":{tags:{name:"Tesco Metro",shop:"supermarket"},name:"Tesco Metro",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/The Co-operative":{tags:{name:"The Co-operative",shop:"supermarket"},name:"The Co-operative",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/The Co-operative Food":{tags:{name:"The Co-operative Food",shop:"supermarket"},name:"The Co-operative Food",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tommy":{tags:{name:"Tommy",shop:"supermarket"},name:"Tommy",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tottus":{tags:{name:"Tottus",shop:"supermarket"},name:"Tottus",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Trader Joe's":{tags:{name:"Trader Joe's",shop:"supermarket"},name:"Trader Joe's",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Treff 3000":{tags:{name:"Treff 3000",shop:"supermarket"},name:"Treff 3000",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/U Express":{tags:{name:"U Express",shop:"supermarket"},name:"U Express",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Unimarc":{tags:{name:"Unimarc",shop:"supermarket"},name:"Unimarc",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Unimarkt":{tags:{name:"Unimarkt",shop:"supermarket"},name:"Unimarkt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Utile":{tags:{name:"Utile",shop:"supermarket"},name:"Utile",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Vea":{tags:{name:"Vea",shop:"supermarket"},name:"Vea",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Volg":{tags:{name:"Volg",shop:"supermarket"},name:"Volg",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Waitrose":{tags:{name:"Waitrose",shop:"supermarket"},name:"Waitrose",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Walmart":{tags:{name:"Walmart",shop:"supermarket"},name:"Walmart",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Walmart Neighborhood Market":{tags:{name:"Walmart Neighborhood Market",shop:"supermarket"},name:"Walmart Neighborhood Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Walmart Supercenter":{tags:{name:"Walmart Supercenter",shop:"supermarket"},name:"Walmart Supercenter",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Wasgau":{tags:{name:"Wasgau",shop:"supermarket"},name:"Wasgau",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Wegmans":{tags:{name:"Wegmans",shop:"supermarket"},name:"Wegmans",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Wellcome":{tags:{name:"Wellcome",shop:"supermarket"},name:"Wellcome",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Whole Foods Market":{tags:{name:"Whole Foods Market",shop:"supermarket"},name:"Whole Foods Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Willys":{tags:{name:"Willys",shop:"supermarket"},name:"Willys",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/WinCo Foods":{tags:{name:"WinCo Foods",shop:"supermarket"},name:"WinCo Foods",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Winn Dixie":{tags:{name:"Winn Dixie",shop:"supermarket"},name:"Winn Dixie",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Woolworths":{tags:{name:"Woolworths",shop:"supermarket"},name:"Woolworths",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/denn's Biomarkt":{tags:{name:"denn's Biomarkt",shop:"supermarket"},name:"denn's Biomarkt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/fakta":{tags:{name:"fakta",shop:"supermarket"},name:"fakta",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/real":{tags:{name:"real",shop:"supermarket"},name:"real",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/tegut":{tags:{name:"tegut",shop:"supermarket"},name:"tegut",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Şok":{tags:{name:"Şok",shop:"supermarket"},name:"Şok",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ΑΒ Βασιλόπουλος":{tags:{name:"ΑΒ Βασιλόπουλος",shop:"supermarket"},name:"ΑΒ Βασιλόπουλος",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Γαλαξίας":{tags:{name:"Γαλαξίας",shop:"supermarket"},name:"Γαλαξίας",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Μασούτης":{tags:{name:"Μασούτης",shop:"supermarket"},name:"Μασούτης",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Σκλαβενίτης":{tags:{name:"Σκλαβενίτης",shop:"supermarket"},name:"Σκλαβενίτης",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/АТБ":{tags:{name:"АТБ",shop:"supermarket"},name:"АТБ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Абсолют":{tags:{name:"Абсолют",shop:"supermarket"},name:"Абсолют",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Азбука Вкуса":{tags:{name:"Азбука Вкуса",shop:"supermarket"},name:"Азбука Вкуса",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Атак":{tags:{name:"Атак",shop:"supermarket"},name:"Атак",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ашан":{tags:{name:"Ашан",shop:"supermarket"},name:"Ашан",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Верный":{tags:{name:"Верный",shop:"supermarket"},name:"Верный",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Вопак":{tags:{name:"Вопак",shop:"supermarket"},name:"Вопак",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Гроздь":{tags:{name:"Гроздь",shop:"supermarket"},name:"Гроздь",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Десяточка":{tags:{name:"Десяточка",shop:"supermarket"},name:"Десяточка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Дикси":{tags:{name:"Дикси",shop:"supermarket"},name:"Дикси",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Евроопт":{tags:{name:"Евроопт",shop:"supermarket"},name:"Евроопт",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Карусель":{tags:{name:"Карусель",shop:"supermarket"},name:"Карусель",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Квартал":{tags:{name:"Квартал",shop:"supermarket"},name:"Квартал",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Командор":{tags:{name:"Командор",shop:"supermarket"},name:"Командор",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Красный Яр":{tags:{name:"Красный Яр",shop:"supermarket"},name:"Красный Яр",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Лента":{tags:{name:"Лента",shop:"supermarket"},name:"Лента",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Магнит":{tags:{name:"Магнит",shop:"supermarket"},name:"Магнит",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Магнолия":{tags:{name:"Магнолия",shop:"supermarket"},name:"Магнолия",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Монетка":{tags:{name:"Монетка",shop:"supermarket"},name:"Монетка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Народная 7Я семьЯ":{tags:{name:"Народная 7Я семьЯ",shop:"supermarket"},name:"Народная 7Я семьЯ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Перекресток":{tags:{name:"Перекресток",shop:"supermarket"},name:"Перекресток",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Покупочка":{tags:{name:"Покупочка",shop:"supermarket"},name:"Покупочка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Полушка":{tags:{name:"Полушка",shop:"supermarket"},name:"Полушка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Пятёрочка":{tags:{name:"Пятёрочка",shop:"supermarket"},name:"Пятёрочка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Радеж":{tags:{name:"Радеж",shop:"supermarket"},name:"Радеж",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Рукавичка":{tags:{name:"Рукавичка",shop:"supermarket"},name:"Рукавичка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Светофор":{tags:{name:"Светофор",shop:"supermarket"},name:"Светофор",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Седьмой континент":{tags:{name:"Седьмой континент",shop:"supermarket"},name:"Седьмой континент",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Семейный":{tags:{name:"Семейный",shop:"supermarket"},name:"Семейный",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Семья":{tags:{name:"Семья",shop:"supermarket"},name:"Семья",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Супермаркет":{tags:{name:"Супермаркет",shop:"supermarket"},name:"Супермаркет",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Сільпо":{tags:{name:"Сільпо",shop:"supermarket"},name:"Сільпо",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Таврія‑В":{tags:{name:"Таврія‑В",shop:"supermarket"},name:"Таврія‑В",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Фора":{tags:{name:"Фора",shop:"supermarket"},name:"Фора",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Фуршет":{tags:{name:"Фуршет",shop:"supermarket"},name:"Фуршет",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Хүнсний дэлгүүр":{tags:{name:"Хүнсний дэлгүүр",shop:"supermarket"},name:"Хүнсний дэлгүүр",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Эдельвейс":{tags:{name:"Эдельвейс",shop:"supermarket"},name:"Эдельвейс",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/хүнсний дэлгүүр":{tags:{name:"хүнсний дэлгүүр",shop:"supermarket"},name:"хүнсний дэлгүүр",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/بقالة":{tags:{name:"بقالة",shop:"supermarket"},name:"بقالة",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/سوپر مارکت":{tags:{name:"سوپر مارکت",shop:"supermarket"},name:"سوپر مارکت",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/سوپرمارکت":{tags:{name:"سوپرمارکت",shop:"supermarket"},name:"سوپرمارکت",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/いなげや":{tags:{name:"いなげや",shop:"supermarket"},name:"いなげや",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/まいばすけっと":{tags:{name:"まいばすけっと",shop:"supermarket"},name:"まいばすけっと",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/イオン":{tags:{name:"イオン",shop:"supermarket"},name:"イオン",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/イトーヨーカドー":{tags:{name:"イトーヨーカドー",shop:"supermarket"},name:"イトーヨーカドー",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/カスミ":{tags:{name:"カスミ",shop:"supermarket"},name:"カスミ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/マックスバリュ":{tags:{name:"マックスバリュ",shop:"supermarket"},name:"マックスバリュ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/マルエツ":{tags:{name:"マルエツ",shop:"supermarket"},name:"マルエツ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ライフ":{tags:{name:"ライフ",shop:"supermarket"},name:"ライフ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/全聯":{tags:{name:"全聯",shop:"supermarket"},name:"全聯",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/全聯福利中心":{tags:{name:"全聯福利中心",shop:"supermarket"},name:"全聯福利中心",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/惠康 Wellcome":{tags:{name:"惠康 Wellcome",shop:"supermarket"},name:"惠康 Wellcome",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/業務スーパー":{tags:{name:"業務スーパー",shop:"supermarket"},name:"業務スーパー",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/美廉社":{tags:{name:"美廉社",shop:"supermarket"},name:"美廉社",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/西友":{tags:{name:"西友",shop:"supermarket"},name:"西友",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tailor/Atelier de couture":{tags:{name:"Atelier de couture",shop:"tailor"},name:"Atelier de couture",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/ticket/Boutique Grandes Lignes":{tags:{name:"Boutique Grandes Lignes",shop:"ticket"},name:"Boutique Grandes Lignes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/ticket/Guichet Transilien":{tags:{name:"Guichet Transilien",shop:"ticket"},name:"Guichet Transilien",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/ticket/Касса":{tags:{name:"Касса",shop:"ticket"},name:"Касса",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/ticket/Проездные билеты":{tags:{name:"Проездные билеты",shop:"ticket"},name:"Проездные билеты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Dohánybolt":{tags:{name:"Dohánybolt",shop:"tobacco"},name:"Dohánybolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Estanco":{tags:{name:"Estanco",shop:"tobacco"},name:"Estanco",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Nemzeti Dohánybolt":{tags:{name:"Nemzeti Dohánybolt",shop:"tobacco"},name:"Nemzeti Dohánybolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Tabacos":{tags:{name:"Tabacos",shop:"tobacco"},name:"Tabacos",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Табакерка":{tags:{name:"Табакерка",shop:"tobacco"},name:"Табакерка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Dráčik":{tags:{name:"Dráčik",shop:"toys"},name:"Dráčik",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Intertoys":{tags:{name:"Intertoys",shop:"toys"},name:"Intertoys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/King Jouet":{tags:{name:"King Jouet",shop:"toys"},name:"King Jouet",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/La Grande Récré":{tags:{name:"La Grande Récré",shop:"toys"},name:"La Grande Récré",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Maxi Toys":{tags:{name:"Maxi Toys",shop:"toys"},name:"Maxi Toys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Toys R Us":{tags:{name:"Toys R Us",shop:"toys"},name:"Toys R Us",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Детский мир":{tags:{name:"Детский мир",shop:"toys"},name:"Детский мир",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Игрушки":{tags:{name:"Игрушки",shop:"toys"},name:"Игрушки",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/D-reizen":{tags:{name:"D-reizen",shop:"travel_agency"},name:"D-reizen",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/DER Reisebüro":{tags:{name:"DER Reisebüro",shop:"travel_agency"},name:"DER Reisebüro",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/First Reisebüro":{tags:{name:"First Reisebüro",shop:"travel_agency"},name:"First Reisebüro",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/Flight Centre":{tags:{name:"Flight Centre",shop:"travel_agency"},name:"Flight Centre",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/Reiseland":{tags:{name:"Reiseland",shop:"travel_agency"},name:"Reiseland",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/TUI":{tags:{name:"TUI",shop:"travel_agency"},name:"TUI",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/The Co-operative Travel":{tags:{name:"The Co-operative Travel",shop:"travel_agency"},name:"The Co-operative Travel",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/Thomas Cook":{tags:{name:"Thomas Cook",shop:"travel_agency"},name:"Thomas Cook",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/Thomson":{tags:{name:"Thomson",shop:"travel_agency"},name:"Thomson",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Borracharia":{tags:{name:"Borracharia",shop:"tyres"},name:"Borracharia",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Bridgestone":{tags:{name:"Bridgestone",shop:"tyres"},name:"Bridgestone",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Discount Tire":{tags:{name:"Discount Tire",shop:"tyres"},name:"Discount Tire",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Les Schwab Tire Center":{tags:{name:"Les Schwab Tire Center",shop:"tyres"},name:"Les Schwab Tire Center",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Vianor":{tags:{name:"Vianor",shop:"tyres"},name:"Vianor",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Вулканизация":{tags:{name:"Вулканизация",shop:"tyres"},name:"Вулканизация",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Action":{tags:{name:"Action",shop:"variety_store"},name:"Action",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Bazar":{tags:{name:"Bazar",shop:"variety_store"},name:"Bazar",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Big Bazar":{tags:{name:"Big Bazar",shop:"variety_store"},name:"Big Bazar",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Dollar Tree":{tags:{name:"Dollar Tree",shop:"variety_store"},name:"Dollar Tree",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Dollarama":{tags:{name:"Dollarama",shop:"variety_store"},name:"Dollarama",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/EuroShop":{tags:{name:"EuroShop",shop:"variety_store"},name:"EuroShop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Family Dollar":{tags:{name:"Family Dollar",shop:"variety_store"},name:"Family Dollar",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Fix Price":{tags:{name:"Fix Price",shop:"variety_store"},name:"Fix Price",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Fix price":{tags:{name:"Fix price",shop:"variety_store"},name:"Fix price",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/FixPrice":{tags:{name:"FixPrice",shop:"variety_store"},name:"FixPrice",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/GiFi":{tags:{name:"GiFi",shop:"variety_store"},name:"GiFi",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Home Bargains":{tags:{name:"Home Bargains",shop:"variety_store"},name:"Home Bargains",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Mäc-Geiz":{tags:{name:"Mäc-Geiz",shop:"variety_store"},name:"Mäc-Geiz",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/NOZ":{tags:{name:"NOZ",shop:"variety_store"},name:"NOZ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Poundland":{tags:{name:"Poundland",shop:"variety_store"},name:"Poundland",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Poundworld":{tags:{name:"Poundworld",shop:"variety_store"},name:"Poundworld",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Tedi":{tags:{name:"Tedi",shop:"variety_store"},name:"Tedi",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/ダイソー":{tags:{name:"ダイソー",shop:"variety_store"},name:"ダイソー",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/Blockbuster":{tags:{name:"Blockbuster",shop:"video"},name:"Blockbuster",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/Family Video":{tags:{name:"Family Video",shop:"video"},name:"Family Video",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/TSUTAYA":{tags:{name:"TSUTAYA",shop:"video"},name:"TSUTAYA",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/World of Video":{tags:{name:"World of Video",shop:"video"},name:"World of Video",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/ゲオ":{tags:{name:"ゲオ",shop:"video"},name:"ゲオ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video_games/EB Games":{tags:{name:"EB Games",shop:"video_games"},name:"EB Games",icon:"maki-gaming",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video_games/Game":{tags:{name:"Game",shop:"video_games"},name:"Game",icon:"maki-gaming",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video_games/GameStop":{tags:{name:"GameStop",shop:"video_games"},name:"GameStop",icon:"maki-gaming",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video_games/Micromania":{tags:{name:"Micromania",shop:"video_games"},name:"Micromania",icon:"maki-gaming",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"tourism/alpine_hut/КОШ":{tags:{name:"КОШ",tourism:"alpine_hut"},name:"КОШ",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/apartment/Двухкомнатная квартира на сутки":{tags:{name:"Двухкомнатная квартира на сутки",tourism:"apartment"},name:"Двухкомнатная квартира на сутки",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/attraction/Arch":{tags:{name:"Arch",tourism:"attraction"},name:"Arch",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Kursächsische Postmeilensäule":{tags:{name:"Kursächsische Postmeilensäule",tourism:"attraction"},name:"Kursächsische Postmeilensäule",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Maibaum":{tags:{name:"Maibaum",tourism:"attraction"},name:"Maibaum",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Moab trail":{tags:{name:"Moab trail",tourism:"attraction"},name:"Moab trail",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Moai":{tags:{name:"Moai",tourism:"attraction"},name:"Moai",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/OWŚ":{tags:{name:"OWŚ",tourism:"attraction"},name:"OWŚ",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Sommerrodelbahn":{tags:{name:"Sommerrodelbahn",tourism:"attraction"},name:"Sommerrodelbahn",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/path contiunes":{tags:{name:"path contiunes",tourism:"attraction"},name:"path contiunes",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/white blaze":{tags:{name:"white blaze",tourism:"attraction"},name:"white blaze",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Кладбище еврейское":{tags:{name:"Кладбище еврейское",tourism:"attraction"},name:"Кладбище еврейское",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Колесо обозрения":{tags:{name:"Колесо обозрения",tourism:"attraction"},name:"Колесо обозрения",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Приусадебный парк":{tags:{name:"Приусадебный парк",tourism:"attraction"},name:"Приусадебный парк",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Усадьба":{tags:{name:"Усадьба",tourism:"attraction"},name:"Усадьба",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Хозяйственный двор":{tags:{name:"Хозяйственный двор",tourism:"attraction"},name:"Хозяйственный двор",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Часовня":{tags:{name:"Часовня",tourism:"attraction"},name:"Часовня",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/дольмен":{tags:{name:"дольмен",tourism:"attraction"},name:"дольмен",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/camp_site/Camping Municipal":{tags:{name:"Camping Municipal",tourism:"camp_site"},name:"Camping Municipal",icon:"maki-campsite",geometry:["point","vertex","area"],fields:["name","operator","address","capacity","fee","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/camp_site/Camping municipal":{tags:{name:"Camping municipal",tourism:"camp_site"},name:"Camping municipal",icon:"maki-campsite",geometry:["point","vertex","area"],fields:["name","operator","address","capacity","fee","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/guest_house/Home":{tags:{name:"Home",tourism:"guest_house"},name:"Home",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/guest_house/OW Bielanka":{tags:{name:"OW Bielanka",tourism:"guest_house"},name:"OW Bielanka",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hostel/Albergue de Peregrinos":{tags:{name:"Albergue de Peregrinos",tourism:"hostel"},name:"Albergue de Peregrinos",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hostel/Hospedaje":{tags:{name:"Hospedaje",tourism:"hostel"},name:"Hospedaje",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hostel/Hostal":{tags:{name:"Hostal",tourism:"hostel"},name:"Hostal",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/B&B Hôtel":{tags:{name:"B&B Hôtel",tourism:"hotel"},name:"B&B Hôtel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/B&b Hôtel":{tags:{name:"B&b Hôtel",tourism:"hotel"},name:"B&b Hôtel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Best Western":{tags:{name:"Best Western",tourism:"hotel"},name:"Best Western",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Campanile":{tags:{name:"Campanile",tourism:"hotel"},name:"Campanile",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Central Hotel":{tags:{name:"Central Hotel",tourism:"hotel"},name:"Central Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/City Hotel":{tags:{name:"City Hotel",tourism:"hotel"},name:"City Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Comfort Inn":{tags:{name:"Comfort Inn",tourism:"hotel"},name:"Comfort Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Comfort Inn & Suites":{tags:{name:"Comfort Inn & Suites",tourism:"hotel"},name:"Comfort Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Comfort Suites":{tags:{name:"Comfort Suites",tourism:"hotel"},name:"Comfort Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Country Inn & Suites":{tags:{name:"Country Inn & Suites",tourism:"hotel"},name:"Country Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Courtyard by Marriott":{tags:{name:"Courtyard by Marriott",tourism:"hotel"},name:"Courtyard by Marriott",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Crowne Plaza":{tags:{name:"Crowne Plaza",tourism:"hotel"},name:"Crowne Plaza",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Days Inn":{tags:{name:"Days Inn",tourism:"hotel"},name:"Days Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Embassy Suites":{tags:{name:"Embassy Suites",tourism:"hotel"},name:"Embassy Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Extended Stay America":{tags:{name:"Extended Stay America",tourism:"hotel"},name:"Extended Stay America",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Fairfield Inn":{tags:{name:"Fairfield Inn",tourism:"hotel"},name:"Fairfield Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Fairfield Inn & Suites":{tags:{name:"Fairfield Inn & Suites",tourism:"hotel"},name:"Fairfield Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Formule 1":{tags:{name:"Formule 1",tourism:"hotel"},name:"Formule 1",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Grand Hotel":{tags:{name:"Grand Hotel",tourism:"hotel"},name:"Grand Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hampton Inn":{tags:{name:"Hampton Inn",tourism:"hotel"},name:"Hampton Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hampton Inn & Suites":{tags:{name:"Hampton Inn & Suites",tourism:"hotel"},name:"Hampton Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hilton Garden Inn":{tags:{name:"Hilton Garden Inn",tourism:"hotel"},name:"Hilton Garden Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Holiday Inn":{tags:{name:"Holiday Inn",tourism:"hotel"},name:"Holiday Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Holiday Inn Express":{tags:{name:"Holiday Inn Express",tourism:"hotel"},name:"Holiday Inn Express",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Holiday Inn Express & Suites":{tags:{name:"Holiday Inn Express & Suites",tourism:"hotel"},name:"Holiday Inn Express & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Homewood Suites":{tags:{name:"Homewood Suites",tourism:"hotel"},name:"Homewood Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Central":{tags:{name:"Hotel Central",tourism:"hotel"},name:"Hotel Central",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Europa":{tags:{name:"Hotel Europa",tourism:"hotel"},name:"Hotel Europa",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Ibis":{tags:{name:"Hotel Ibis",tourism:"hotel"},name:"Hotel Ibis",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Krone":{tags:{name:"Hotel Krone",tourism:"hotel"},name:"Hotel Krone",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Panorama":{tags:{name:"Hotel Panorama",tourism:"hotel"},name:"Hotel Panorama",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Plaza":{tags:{name:"Hotel Plaza",tourism:"hotel"},name:"Hotel Plaza",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Post":{tags:{name:"Hotel Post",tourism:"hotel"},name:"Hotel Post",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Royal":{tags:{name:"Hotel Royal",tourism:"hotel"},name:"Hotel Royal",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Victoria":{tags:{name:"Hotel Victoria",tourism:"hotel"},name:"Hotel Victoria",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel zur Post":{tags:{name:"Hotel zur Post",tourism:"hotel"},name:"Hotel zur Post",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hôtel Ibis":{tags:{name:"Hôtel Ibis",tourism:"hotel"},name:"Hôtel Ibis",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hôtel de France":{tags:{name:"Hôtel de France",tourism:"hotel"},name:"Hôtel de France",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Ibis":{tags:{name:"Ibis",tourism:"hotel"},name:"Ibis",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Ibis Budget":{tags:{name:"Ibis Budget",tourism:"hotel"},name:"Ibis Budget",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Ibis Styles":{tags:{name:"Ibis Styles",tourism:"hotel"},name:"Ibis Styles",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Kyriad":{tags:{name:"Kyriad",tourism:"hotel"},name:"Kyriad",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/La Quinta":{tags:{name:"La Quinta",tourism:"hotel"},name:"La Quinta",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Marriott":{tags:{name:"Marriott",tourism:"hotel"},name:"Marriott",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Mercure":{tags:{name:"Mercure",tourism:"hotel"},name:"Mercure",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Novotel":{tags:{name:"Novotel",tourism:"hotel"},name:"Novotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Palace Hotel":{tags:{name:"Palace Hotel",tourism:"hotel"},name:"Palace Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Park Hotel":{tags:{name:"Park Hotel",tourism:"hotel"},name:"Park Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Parkhotel":{tags:{name:"Parkhotel",tourism:"hotel"},name:"Parkhotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Premier Inn":{tags:{name:"Premier Inn",tourism:"hotel"},name:"Premier Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Première Classe":{tags:{name:"Première Classe",tourism:"hotel"},name:"Première Classe",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Quality Inn":{tags:{name:"Quality Inn",tourism:"hotel"},name:"Quality Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Quality Inn & Suites":{tags:{name:"Quality Inn & Suites",tourism:"hotel"},name:"Quality Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Ramada":{tags:{name:"Ramada",tourism:"hotel"},name:"Ramada",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Residence Inn":{tags:{name:"Residence Inn",tourism:"hotel"},name:"Residence Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Royal Hotel":{tags:{name:"Royal Hotel",tourism:"hotel"},name:"Royal Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Sheraton":{tags:{name:"Sheraton",tourism:"hotel"},name:"Sheraton",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Sleep Inn":{tags:{name:"Sleep Inn",tourism:"hotel"},name:"Sleep Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Staybridge Suites":{tags:{name:"Staybridge Suites",tourism:"hotel"},name:"Staybridge Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Super 8":{tags:{name:"Super 8",tourism:"hotel"},name:"Super 8",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Travelodge":{tags:{name:"Travelodge",tourism:"hotel"},name:"Travelodge",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Гостиница":{tags:{name:"Гостиница",tourism:"hotel"},name:"Гостиница",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/東横イン":{tags:{name:"東横イン",tourism:"hotel"},name:"東横イン",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/motel/Budget Inn":{tags:{name:"Budget Inn",tourism:"motel"},name:"Budget Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/motel/Econo Lodge":{tags:{name:"Econo Lodge",tourism:"motel"},name:"Econo Lodge",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/motel/Motel 6":{tags:{name:"Motel 6",tourism:"motel"},name:"Motel 6",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/motel/Rodeway Inn":{tags:{name:"Rodeway Inn",tourism:"motel"},name:"Rodeway Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/museum/Heimatmuseum":{tags:{name:"Heimatmuseum",tourism:"museum"},name:"Heimatmuseum",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"tourism/museum/Stadtmuseum":{tags:{name:"Stadtmuseum",tourism:"museum"},name:"Stadtmuseum",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"tourism/museum/Tájház":{tags:{name:"Tájház",tourism:"museum"},name:"Tájház",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"tourism/museum/Краеведческий музей":{tags:{name:"Краеведческий музей",tourism:"museum"},name:"Краеведческий музей",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"tourism/museum/Музей":{tags:{name:"Музей",tourism:"museum"},name:"Музей",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true}};
+  var presets = {aerialway:{fields:["aerialway"],geometry:["point","vertex","line"],tags:{aerialway:"*"},terms:["ski lift","funifor","funitel"],searchable:false,name:"Aerialway"},aeroway:{icon:"maki-airport",fields:["aeroway"],geometry:["point","vertex","line","area"],tags:{aeroway:"*"},searchable:false,name:"Aeroway"},amenity:{fields:["amenity"],geometry:["point","vertex","area"],tags:{amenity:"*"},searchable:false,name:"Amenity"},circular:{geometry:["vertex","line"],fields:["name"],tags:{junction:"circular"},name:"Traffic Circle",searchable:false},highway:{fields:["name","highway"],geometry:["point","vertex","line","area"],tags:{highway:"*"},searchable:false,name:"Highway"},place:{fields:["name","place"],geometry:["point","vertex","area"],tags:{place:"*"},searchable:false,name:"Place"},power:{geometry:["point","vertex","line","area"],tags:{power:"*"},fields:["power"],searchable:false,name:"Power"},railway:{fields:["railway"],geometry:["point","vertex","line","area"],tags:{railway:"*"},searchable:false,name:"Railway"},roundabout:{geometry:["vertex","line"],fields:["name"],tags:{junction:"roundabout"},name:"Roundabout",searchable:false},waterway:{fields:["name","waterway"],geometry:["point","vertex","line","area"],tags:{waterway:"*"},searchable:false,name:"Waterway"},address:{fields:["address"],geometry:["point","vertex","area"],tags:{"addr:*":"*"},addTags:{},removeTags:{},reference:{key:"addr"},name:"Address",matchScore:0.15},"advertising/billboard":{fields:["direction","lit"],geometry:["point","vertex","line"],tags:{advertising:"billboard"},name:"Billboard"},"advertising/column":{fields:["direction","lit"],geometry:["point","area"],tags:{advertising:"column"},name:"Advertising Column"},"aerialway/station":{icon:"maki-aerialway",geometry:["point","vertex","area"],fields:["aerialway/access","aerialway/summer/access","elevation","building_area"],tags:{aerialway:"station"},name:"Aerialway Station",searchable:false},"aerialway/cable_car":{geometry:["line"],terms:["tramway","ropeway"],fields:["name","aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/heating"],tags:{aerialway:"cable_car"},name:"Cable Car"},"aerialway/chair_lift":{geometry:["line"],fields:["name","aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/bubble","aerialway/heating"],tags:{aerialway:"chair_lift"},name:"Chair Lift"},"aerialway/drag_lift":{geometry:["line"],fields:["name","aerialway/capacity","aerialway/duration"],tags:{aerialway:"drag_lift"},name:"Drag Lift"},"aerialway/gondola":{geometry:["line"],fields:["name","aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/bubble","aerialway/heating"],tags:{aerialway:"gondola"},name:"Gondola"},"aerialway/goods":{geometry:["line"],fields:["name","aerialway/capacity","aerialway/duration"],tags:{aerialway:"goods"},name:"Goods Aerialway"},"aerialway/magic_carpet":{geometry:["line"],fields:["name","aerialway/capacity","aerialway/duration","aerialway/heating"],tags:{aerialway:"magic_carpet"},name:"Magic Carpet Lift"},"aerialway/mixed_lift":{geometry:["line"],fields:["name","aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/bubble","aerialway/heating"],tags:{aerialway:"mixed_lift"},name:"Mixed Lift"},"aerialway/platter":{geometry:["line"],terms:["button lift","poma lift"],fields:["name","aerialway/capacity","aerialway/duration"],tags:{aerialway:"platter"},name:"Platter Lift"},"aerialway/pylon":{geometry:["point","vertex"],fields:["ref"],tags:{aerialway:"pylon"},name:"Aerialway Pylon"},"aerialway/rope_tow":{geometry:["line"],terms:["handle tow","bugel lift"],fields:["name","aerialway/capacity","aerialway/duration"],tags:{aerialway:"rope_tow"},name:"Rope Tow Lift"},"aerialway/t-bar":{geometry:["line"],fields:["name","aerialway/capacity","aerialway/duration"],terms:["tbar"],tags:{aerialway:"t-bar"},name:"T-bar Lift"},"aeroway/aerodrome":{icon:"maki-airport",geometry:["point","area"],fields:["name","iata","icao","operator","internet_access","internet_access/fee","internet_access/ssid"],terms:["aerodrome","aeroway","airplane","airport","jet","plane"],tags:{aeroway:"aerodrome"},matchScore:0.9,name:"Airport"},"aeroway/apron":{icon:"maki-airport",geometry:["area"],terms:["ramp"],fields:["ref","surface"],tags:{aeroway:"apron"},name:"Apron"},"aeroway/gate":{icon:"maki-airport",geometry:["point"],fields:["ref_aeroway_gate"],tags:{aeroway:"gate"},name:"Airport Gate"},"aeroway/hangar":{geometry:["area"],fields:["name","building_area"],tags:{aeroway:"hangar"},name:"Hangar"},"aeroway/helipad":{icon:"maki-heliport",geometry:["point","area"],fields:["ref"],terms:["helicopter","helipad","heliport"],tags:{aeroway:"helipad"},name:"Helipad"},"aeroway/runway":{geometry:["line","area"],terms:["landing strip"],fields:["ref_runway","surface","length","width"],tags:{aeroway:"runway"},name:"Runway"},"aeroway/taxiway":{geometry:["line"],fields:["ref_taxiway","surface"],tags:{aeroway:"taxiway"},name:"Taxiway"},"aeroway/terminal":{icon:"maki-airport",geometry:["point","area"],terms:["airport","aerodrome"],fields:["name","operator","building_area"],tags:{aeroway:"terminal"},name:"Airport Terminal"},"allotments/plot":{geometry:["area"],fields:["name","ref"],tags:{allotments:"plot"},reference:{key:"allotments",value:"plot"},name:"Community Garden Plot"},"amenity/bus_station":{icon:"maki-bus",fields:["name","building_area","operator","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{amenity:"bus_station"},name:"Bus Station / Terminal",searchable:false},"amenity/coworking_space":{icon:"maki-commercial",fields:["name","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{amenity:"coworking_space"},name:"Coworking Space",searchable:false},"amenity/ferry_terminal":{icon:"maki-ferry",fields:["name","network","operator","address","building_area"],geometry:["point","vertex","area"],terms:[],tags:{amenity:"ferry_terminal"},name:"Ferry Station / Terminal",searchable:false},"amenity/nursing_home":{icon:"maki-wheelchair",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],geometry:["point","area"],tags:{amenity:"nursing_home"},reference:{key:"social_facility",value:"nursing_home"},name:"Nursing Home",searchable:false},"amenity/register_office":{icon:"maki-town-hall",fields:["name","address","building_area","opening_hours","operator"],geometry:["point","area"],tags:{amenity:"register_office"},reference:{key:"government",value:"register_office"},name:"Register Office",searchable:false},"amenity/scrapyard":{icon:"maki-car",fields:["name","operator","address","opening_hours"],geometry:["point","area"],tags:{amenity:"scrapyard"},reference:{key:"industrial",value:"scrap_yard"},name:"Scrap Yard",searchable:false},"amenity/swimming_pool":{icon:"maki-swimming",geometry:["point","vertex","area"],tags:{amenity:"swimming_pool"},reference:{key:"leisure",value:"swimming_pool"},name:"Swimming Pool",searchable:false},"amenity/animal_boarding":{icon:"maki-veterinary",fields:["name","operator","address","building_area","opening_hours","animal_boarding"],geometry:["point","area"],terms:["boarding","cat","cattery","dog","horse","kennel","kitten","pet","pet boarding","pet care","pet hotel","puppy","reptile"],tags:{amenity:"animal_boarding"},name:"Animal Boarding Facility"},"amenity/animal_breeding":{icon:"maki-veterinary",fields:["name","operator","address","building_area","opening_hours","animal_breeding"],geometry:["point","area"],terms:["breeding","bull","cat","cow","dog","horse","husbandry","kitten","livestock","pet breeding","puppy","reptile"],tags:{amenity:"animal_breeding"},name:"Animal Breeding Facility"},"amenity/animal_shelter":{icon:"maki-veterinary",fields:["name","operator","address","building_area","opening_hours","animal_shelter"],geometry:["point","area"],terms:["adoption","aspca","cat","dog","horse","kitten","pet care","pet rescue","puppy","raptor","reptile","rescue","spca"],tags:{amenity:"animal_shelter"},name:"Animal Shelter"},"amenity/arts_centre":{icon:"maki-theatre",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],terms:[],tags:{amenity:"arts_centre"},name:"Arts Center"},"amenity/atm":{icon:"maki-bank",fields:["operator","network","cash_in","currency_multi","drive_through"],geometry:["point","vertex"],terms:["money","cash","machine"],tags:{amenity:"atm"},name:"ATM"},"amenity/bank":{icon:"maki-bank",fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],geometry:["point","area"],terms:["credit union","check","deposit","fund","investment","repository","reserve","safe","savings","stock","treasury","trust","vault"],tags:{amenity:"bank"},name:"Bank"},"amenity/bar":{icon:"maki-bar",fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],geometry:["point","area"],terms:["dive","beer","bier","booze"],tags:{amenity:"bar"},name:"Bar"},"amenity/bbq":{icon:"maki-bbq",fields:["covered","fuel"],geometry:["point"],terms:["bbq","grill"],tags:{amenity:"bbq"},name:"Barbecue/Grill"},"amenity/bench":{icon:"temaki-bench",fields:["backrest"],geometry:["point","vertex","line"],terms:["seat"],tags:{amenity:"bench"},name:"Bench"},"amenity/bicycle_parking":{icon:"maki-bicycle",fields:["bicycle_parking","capacity","operator","covered","access_simple"],geometry:["point","vertex","area"],terms:["bike"],tags:{amenity:"bicycle_parking"},name:"Bicycle Parking"},"amenity/bicycle_rental":{icon:"maki-bicycle",fields:["capacity","network","operator","payment_multi"],geometry:["point","vertex","area"],terms:["bike"],tags:{amenity:"bicycle_rental"},name:"Bicycle Rental"},"amenity/bicycle_repair_station":{icon:"maki-bicycle",fields:["operator","brand","opening_hours","fee","service/bicycle"],geometry:["point","vertex"],terms:["bike","repair","chain","pump"],tags:{amenity:"bicycle_repair_station"},name:"Bicycle Repair Tool Stand"},"amenity/biergarten":{icon:"maki-beer",fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],geometry:["point","area"],tags:{amenity:"biergarten"},terms:["beer","bier","booze"],name:"Beer Garden"},"amenity/boat_rental":{fields:["name","operator","payment_multi"],geometry:["point","area"],tags:{amenity:"boat_rental"},name:"Boat Rental"},"amenity/bureau_de_change":{icon:"maki-bank",fields:["name","currency_multi","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["bureau de change","money changer"],tags:{amenity:"bureau_de_change"},name:"Currency Exchange"},"amenity/cafe":{icon:"maki-cafe",fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],geometry:["point","area"],terms:["bistro","coffee","tea"],tags:{amenity:"cafe"},name:"Cafe"},"amenity/car_pooling":{icon:"maki-car",fields:["name","operator","capacity"],geometry:["point","area"],tags:{amenity:"car_pooling"},name:"Car Pooling"},"amenity/car_rental":{icon:"maki-car",fields:["name","operator","payment_multi"],geometry:["point","area"],tags:{amenity:"car_rental"},name:"Car Rental"},"amenity/car_sharing":{icon:"maki-car",fields:["name","operator","capacity","payment_multi"],geometry:["point","area"],tags:{amenity:"car_sharing"},name:"Car Sharing"},"amenity/car_wash":{icon:"maki-car",fields:["address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{amenity:"car_wash"},name:"Car Wash"},"amenity/casino":{icon:"temaki-dice",fields:["name","operator","address","building_area","opening_hours","payment_multi","smoking"],geometry:["point","area"],terms:["gambling","roulette","craps","poker","blackjack"],tags:{amenity:"casino"},name:"Casino"},"amenity/charging_station":{icon:"maki-car",fields:["operator","capacity"],geometry:["point"],tags:{amenity:"charging_station"},terms:["EV","Electric Vehicle","Supercharger"],name:"Charging Station"},"amenity/childcare":{icon:"maki-school",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["daycare","orphanage","playgroup"],tags:{amenity:"childcare"},name:"Nursery/Childcare"},"amenity/cinema":{icon:"maki-cinema",fields:["name","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["drive-in","film","flick","movie","theater","picture","show","screen"],tags:{amenity:"cinema"},name:"Cinema"},"amenity/clinic":{icon:"maki-doctor",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:["medical","urgentcare"],tags:{amenity:"clinic"},addTags:{amenity:"clinic",healthcare:"clinic"},removeTags:{amenity:"clinic",healthcare:"clinic"},reference:{key:"amenity",value:"clinic"},name:"Clinic"},"amenity/clinic/abortion":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:[],tags:{amenity:"clinic",healthcare:"clinic","healthcare:speciality":"abortion"},reference:{key:"amenity",value:"clinic"},name:"Abortion Clinic"},"amenity/clinic/fertility":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:["egg","fertility","reproductive","sperm","ovulation"],tags:{amenity:"clinic",healthcare:"clinic","healthcare:speciality":"fertility"},reference:{key:"amenity",value:"clinic"},name:"Fertility Clinic"},"amenity/clock":{icon:"temaki-clock",fields:["name","support","display","visibility","date","faces"],geometry:["point","vertex"],tags:{amenity:"clock"},name:"Clock"},"amenity/college":{icon:"maki-college",fields:["name","operator","address","internet_access","internet_access/ssid"],geometry:["point","area"],terms:["university"],tags:{amenity:"college"},name:"College Grounds"},"amenity/community_centre":{icon:"maki-town-hall",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:["event","hall"],tags:{amenity:"community_centre"},name:"Community Center"},"amenity/compressed_air":{icon:"maki-car",geometry:["point","area"],tags:{amenity:"compressed_air"},name:"Compressed Air"},"amenity/courthouse":{icon:"maki-town-hall",fields:["name","operator","address","building_area"],geometry:["point","area"],tags:{amenity:"courthouse"},name:"Courthouse"},"amenity/crematorium":{icon:"maki-cemetery",fields:["name","website","phone","opening_hours","wheelchair"],geometry:["area","point"],tags:{amenity:"crematorium"},terms:["cemetery","funeral"],name:"Crematorium"},"amenity/dentist":{icon:"maki-dentist",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:["tooth","teeth"],tags:{amenity:"dentist"},addTags:{amenity:"dentist",healthcare:"dentist"},removeTags:{amenity:"dentist",healthcare:"dentist"},reference:{key:"amenity",value:"dentist"},name:"Dentist"},"amenity/doctors":{icon:"maki-doctor",fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],terms:["medic*","physician"],tags:{amenity:"doctors"},addTags:{amenity:"doctors",healthcare:"doctor"},removeTags:{amenity:"doctors",healthcare:"doctor"},reference:{key:"amenity",value:"doctors"},name:"Doctor"},"amenity/dojo":{icon:"maki-pitch",fields:["name","sport","address","building_area","opening_hours"],geometry:["point","area"],terms:["martial arts","dojang"],tags:{amenity:"dojo"},name:"Dojo / Martial Arts Academy"},"amenity/drinking_water":{icon:"maki-drinking-water",geometry:["point"],tags:{amenity:"drinking_water"},terms:["fountain","potable"],name:"Drinking Water"},"amenity/driving_school":{icon:"maki-car",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{amenity:"driving_school"},name:"Driving School"},"amenity/embassy":{icon:"maki-embassy",fields:["name","country","address","building_area"],geometry:["point","area"],tags:{amenity:"embassy"},name:"Embassy"},"amenity/fast_food":{icon:"maki-fast-food",fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],geometry:["point","area"],tags:{amenity:"fast_food"},terms:["restaurant","takeaway"],name:"Fast Food"},"amenity/fire_station":{icon:"maki-fire-station",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:[],tags:{amenity:"fire_station"},name:"Fire Station"},"amenity/food_court":{icon:"maki-restaurant",fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating"],geometry:["point","area"],terms:["fast food","restaurant","food"],tags:{amenity:"food_court"},name:"Food Court"},"amenity/fountain":{icon:"temaki-fountain",fields:["name"],geometry:["point","area"],tags:{amenity:"fountain"},name:"Fountain"},"amenity/fuel":{icon:"maki-fuel",fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],geometry:["point","area"],terms:["petrol","fuel","gasoline","propane","diesel","lng","cng","biodiesel"],tags:{amenity:"fuel"},name:"Gas Station"},"amenity/grave_yard":{icon:"maki-cemetery",fields:["religion","denomination"],geometry:["point","area"],tags:{amenity:"grave_yard"},name:"Graveyard"},"amenity/grit_bin":{fields:["access_simple"],geometry:["point","vertex"],tags:{amenity:"grit_bin"},terms:["salt","sand"],name:"Grit Bin"},"amenity/hospital":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","address","emergency"],geometry:["point","area"],terms:["clinic","doctor","emergency room","health","infirmary","institution","sanatorium","sanitarium","sick","surgery","ward"],tags:{amenity:"hospital"},addTags:{amenity:"hospital",healthcare:"hospital"},removeTags:{amenity:"hospital",healthcare:"hospital"},reference:{key:"amenity",value:"hospital"},name:"Hospital Grounds"},"amenity/hunting_stand":{icon:"temaki-binoculars",geometry:["point","vertex","area"],terms:["game","gun","lookout","rifle","shoot*","wild","watch"],tags:{amenity:"hunting_stand"},name:"Hunting Stand"},"amenity/ice_cream":{icon:"maki-ice-cream",fields:["name","address","building_area","opening_hours","takeaway","delivery","outdoor_seating"],geometry:["point","area"],terms:["gelato","sorbet","sherbet","frozen","yogurt"],tags:{amenity:"ice_cream"},name:"Ice Cream Shop"},"amenity/internet_cafe":{icon:"temaki-antenna",fields:["name","operator","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],geometry:["point","area"],terms:["cybercafe","taxiphone","teleboutique","coffee","cafe","net","lanhouse"],tags:{amenity:"internet_cafe"},name:"Internet Cafe"},"amenity/kindergarten":{icon:"maki-school",fields:["name","operator","address"],geometry:["point","area"],terms:["kindergarden","pre-school"],tags:{amenity:"kindergarten"},name:"Preschool/Kindergarten Grounds"},"amenity/library":{icon:"maki-library",fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],geometry:["point","area"],terms:["book"],tags:{amenity:"library"},name:"Library"},"amenity/love_hotel":{icon:"maki-heart",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{amenity:"love_hotel"},name:"Love Hotel"},"amenity/marketplace":{icon:"maki-shop",fields:["name","operator","address","building","opening_hours"],geometry:["point","area"],tags:{amenity:"marketplace"},name:"Marketplace"},"amenity/monastery":{icon:"maki-place-of-worship",fields:["name","religion","denomination","address","building_area"],geometry:["point","area"],terms:["abbey","basilica","bethel","cathedral","chancel","chantry","chapel","church","fold","house of God","house of prayer","house of worship","minster","mission","monastery","mosque","oratory","parish","sacellum","sanctuary","shrine","synagogue","tabernacle","temple"],tags:{amenity:"monastery"},name:"Monastery Grounds"},"amenity/motorcycle_parking":{icon:"fas-motorcycle",fields:["capacity","operator","covered","access_simple"],geometry:["point","vertex","area"],tags:{amenity:"motorcycle_parking"},name:"Motorcycle Parking"},"amenity/music_school":{icon:"maki-school",fields:["name","operator","address"],geometry:["point","area"],terms:["school of music"],tags:{amenity:"music_school"},name:"Music School"},"amenity/nightclub":{icon:"maki-bar",fields:["name","operator","address","building_area","opening_hours","smoking"],geometry:["point","area"],tags:{amenity:"nightclub"},terms:["disco*","night club","dancing","dance club"],name:"Nightclub"},"amenity/parking_entrance":{icon:"maki-entrance-alt1",fields:["access_simple","ref"],geometry:["vertex"],tags:{amenity:"parking_entrance"},name:"Parking Garage Entrance/Exit"},"amenity/parking_space":{fields:["capacity"],geometry:["point","vertex","area"],terms:[],tags:{amenity:"parking_space"},matchScore:0.95,name:"Parking Space"},"amenity/parking":{icon:"maki-parking",fields:["name","operator","parking","capacity","fee","access_simple","supervised","park_ride","surface","maxstay"],geometry:["point","vertex","area"],tags:{amenity:"parking"},terms:[],name:"Car Parking"},"amenity/pavilion":{icon:"maki-shelter",fields:["name","building_area","bench","bin"],geometry:["point","vertex","area"],tags:{amenity:"shelter",shelter_type:"pavilion"},name:"Pavilion"},"amenity/pharmacy":{icon:"maki-pharmacy",fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],geometry:["point","area"],tags:{amenity:"pharmacy"},addTags:{amenity:"pharmacy",healthcare:"pharmacy"},removeTags:{amenity:"pharmacy",healthcare:"pharmacy"},reference:{key:"amenity",value:"pharmacy"},terms:["drug*","med*","prescription"],name:"Pharmacy"},"amenity/place_of_worship":{icon:"maki-place-of-worship",fields:["name","religion","denomination","address","building_area","service_times"],geometry:["point","area"],terms:["abbey","basilica","bethel","cathedral","chancel","chantry","chapel","church","fold","house of God","house of prayer","house of worship","minster","mission","mosque","oratory","parish","sacellum","sanctuary","shrine","synagogue","tabernacle","temple"],tags:{amenity:"place_of_worship"},name:"Place of Worship"},"amenity/place_of_worship/buddhist":{icon:"maki-buddhism",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["stupa","vihara","monastery","temple","pagoda","zendo","dojo"],tags:{amenity:"place_of_worship",religion:"buddhist"},reference:{key:"amenity",value:"place_of_worship"},name:"Buddhist Temple"},"amenity/place_of_worship/christian":{icon:"maki-religious-christian",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["christian","abbey","basilica","bethel","cathedral","chancel","chantry","chapel","fold","house of God","house of prayer","house of worship","minster","mission","oratory","parish","sacellum","sanctuary","shrine","tabernacle","temple"],tags:{amenity:"place_of_worship",religion:"christian"},reference:{key:"amenity",value:"place_of_worship"},name:"Church"},"amenity/place_of_worship/hindu":{icon:"temaki-hinduism",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["kovil","devasthana","mandir","kshetram","alayam","shrine","temple"],tags:{amenity:"place_of_worship",religion:"hindu"},reference:{key:"amenity",value:"place_of_worship"},name:"Hindu Temple"},"amenity/place_of_worship/jewish":{icon:"maki-religious-jewish",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["jewish"],tags:{amenity:"place_of_worship",religion:"jewish"},reference:{key:"amenity",value:"place_of_worship"},name:"Synagogue"},"amenity/place_of_worship/muslim":{icon:"maki-religious-muslim",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["muslim"],tags:{amenity:"place_of_worship",religion:"muslim"},reference:{key:"amenity",value:"place_of_worship"},name:"Mosque"},"amenity/place_of_worship/shinto":{icon:"temaki-shinto",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["kami","torii"],tags:{amenity:"place_of_worship",religion:"shinto"},reference:{key:"amenity",value:"place_of_worship"},name:"Shinto Shrine"},"amenity/place_of_worship/sikh":{icon:"temaki-sikhism",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["gurudwara","temple"],tags:{amenity:"place_of_worship",religion:"sikh"},reference:{key:"amenity",value:"place_of_worship"},name:"Sikh Temple"},"amenity/place_of_worship/taoist":{icon:"temaki-taoism",fields:["name","denomination","building_area","address","service_times"],geometry:["point","area"],terms:["daoist","monastery","temple"],tags:{amenity:"place_of_worship",religion:"taoist"},reference:{key:"amenity",value:"place_of_worship"},name:"Taoist Temple"},"amenity/planetarium":{icon:"maki-museum",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["museum","astronomy","observatory"],tags:{amenity:"planetarium"},name:"Planetarium"},"amenity/police":{icon:"maki-police",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["badge","constable","constabulary","cop","detective","fed","law","enforcement","officer","patrol"],tags:{amenity:"police"},name:"Police"},"amenity/post_box":{icon:"maki-post",fields:["operator","collection_times","drive_through","ref"],geometry:["point","vertex"],tags:{amenity:"post_box"},terms:["letter","post"],name:"Mailbox"},"amenity/post_office":{icon:"maki-post",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["letter","mail"],tags:{amenity:"post_office"},name:"Post Office"},"amenity/prison":{icon:"maki-prison",fields:["name","operator","address"],geometry:["point","area"],terms:["cell","jail"],tags:{amenity:"prison"},name:"Prison Grounds"},"amenity/pub":{icon:"maki-beer",fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],geometry:["point","area"],tags:{amenity:"pub"},terms:["alcohol","drink","dive","beer","bier","booze"],name:"Pub"},"amenity/public_bath":{icon:"maki-water",fields:["name","bath/type","bath/open_air","bath/sand_bath","address","building_area","opening_hours"],geometry:["point","area"],tags:{amenity:"public_bath"},terms:["onsen","foot bath","hot springs"],name:"Public Bath"},"amenity/public_bookcase":{icon:"maki-library",fields:["name","operator","capacity","website"],geometry:["point","area"],terms:["library","bookcrossing"],tags:{amenity:"public_bookcase"},name:"Public Bookcase"},"amenity/ranger_station":{icon:"maki-ranger-station",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["visitor center","visitor centre","permit center","permit centre","backcountry office","warden office","warden center"],tags:{amenity:"ranger_station"},name:"Ranger Station"},"amenity/recycling_centre":{icon:"maki-recycling",fields:["name","operator","address","building","opening_hours","recycling_accepts"],geometry:["point","area"],terms:["bottle","can","dump","glass","garbage","rubbish","scrap","trash"],tags:{amenity:"recycling",recycling_type:"centre"},reference:{key:"recycling_type",value:"*"},name:"Recycling Center"},"amenity/recycling":{icon:"maki-recycling",fields:["recycling_accepts","collection_times"],geometry:["point","area"],terms:["bin","can","bottle","glass","garbage","rubbish","scrap","trash"],tags:{amenity:"recycling"},addTags:{amenity:"recycling",recycling_type:"container"},removeTags:{amenity:"recycling",recycling_type:"container"},reference:{key:"amenity",value:"recycling"},name:"Recycling Container"},"amenity/restaurant":{icon:"maki-restaurant",fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],geometry:["point","area"],terms:["bar","breakfast","cafe","café","canteen","coffee","dine","dining","dinner","drive-in","eat","grill","lunch","table"],tags:{amenity:"restaurant"},name:"Restaurant"},"amenity/sanitary_dump_station":{icon:"temaki-storage_tank",fields:["operator","access_simple","fee","water_point"],geometry:["point","vertex","area"],terms:["Motor Home","Camper","Sanitary","Dump Station","Elsan","CDP","CTDP","Chemical Toilet"],tags:{amenity:"sanitary_dump_station"},name:"RV Toilet Disposal"},"amenity/school":{icon:"maki-school",fields:["name","operator","address","religion","denomination"],geometry:["point","area"],terms:["academy","elementary school","middle school","high school"],tags:{amenity:"school"},name:"School Grounds"},"amenity/shelter":{icon:"maki-shelter",fields:["name","shelter_type","building_area","bench","bin"],geometry:["point","vertex","area"],terms:["lean-to","gazebo","picnic"],tags:{amenity:"shelter"},name:"Shelter"},"amenity/shower":{icon:"temaki-shower",fields:["operator","opening_hours","fee","supervised","building_area"],geometry:["point","vertex","area"],terms:["rain closet"],tags:{amenity:"shower"},name:"Shower"},"amenity/smoking_area":{icon:"fas-smoking",fields:["name","shelter","bin","bench","opening_hours"],geometry:["point","vertex","area"],terms:[],tags:{amenity:"smoking_area"},name:"Smoking Area"},"amenity/social_facility":{icon:"temaki-social_facility",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],geometry:["point","area"],terms:[],tags:{amenity:"social_facility"},name:"Social Facility"},"amenity/social_facility/food_bank":{icon:"temaki-social_facility",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours"],geometry:["point","area"],terms:[],tags:{amenity:"social_facility",social_facility:"food_bank"},reference:{key:"social_facility",value:"food_bank"},name:"Food Bank"},"amenity/social_facility/group_home":{icon:"maki-wheelchair",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],geometry:["point","area"],terms:["old","senior","living","care home","assisted living"],tags:{amenity:"social_facility",social_facility:"group_home","social_facility:for":"senior"},reference:{key:"social_facility",value:"group_home"},name:"Elderly Group Home"},"amenity/social_facility/homeless_shelter":{icon:"temaki-social_facility",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],terms:["houseless","unhoused","displaced"],tags:{amenity:"social_facility",social_facility:"shelter","social_facility:for":"homeless"},reference:{key:"social_facility",value:"shelter"},name:"Homeless Shelter"},"amenity/social_facility/nursing_home":{icon:"maki-wheelchair",fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],geometry:["point","area"],terms:["elderly","living","nursing","old","senior","assisted living"],tags:{amenity:"social_facility",social_facility:"nursing_home","social_facility:for":"senior"},reference:{key:"social_facility",value:"nursing_home"},name:"Nursing Home"},"amenity/studio":{icon:"maki-karaoke",fields:["name","studio","address","building_area"],geometry:["point","area"],terms:["recording","radio","television"],tags:{amenity:"studio"},name:"Studio"},"amenity/taxi":{icon:"fas-taxi",fields:["name","operator","capacity"],geometry:["point","vertex","area"],terms:["cab"],tags:{amenity:"taxi"},name:"Taxi Stand"},"amenity/telephone":{icon:"maki-telephone",fields:["operator","phone","fee","payment_multi","covered","indoor","booth"],geometry:["point","vertex"],tags:{amenity:"telephone"},terms:["phone"],name:"Telephone"},"amenity/theatre":{icon:"maki-theatre",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:["theatre","performance","play","musical"],tags:{amenity:"theatre"},name:"Theater"},"amenity/toilets":{icon:"maki-toilet",fields:["toilets/disposal","operator","building_area","access_simple","gender","fee","diaper"],geometry:["point","vertex","area"],terms:["bathroom","restroom","outhouse","privy","head","lavatory","latrine","water closet","WC","W.C."],tags:{amenity:"toilets"},name:"Toilets"},"amenity/townhall":{icon:"maki-town-hall",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:["village","city","government","courthouse","municipal"],tags:{amenity:"townhall"},name:"Town Hall"},"amenity/university":{icon:"maki-college",fields:["name","operator","address","internet_access","internet_access/ssid"],geometry:["point","area"],terms:["college"],tags:{amenity:"university"},name:"University Grounds"},"amenity/vending_machine":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:[],tags:{amenity:"vending_machine"},name:"Vending Machine"},"amenity/vending_machine/news_papers":{icon:"temaki-vending_machine",fields:["vending","operator","fee","payment_multi","currency_multi"],geometry:["point"],terms:["newspaper"],tags:{amenity:"vending_machine",vending:"news_papers"},reference:{key:"vending",value:"newspapers"},name:"Newspaper Vending Machine",searchable:false},"amenity/vending_machine/cigarettes":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["cigarette"],tags:{amenity:"vending_machine",vending:"cigarettes"},reference:{key:"vending",value:"cigarettes"},name:"Cigarette Vending Machine"},"amenity/vending_machine/coffee":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["coffee"],tags:{amenity:"vending_machine",vending:"coffee"},reference:{key:"vending",value:"coffee"},name:"Coffee Vending Machine"},"amenity/vending_machine/condoms":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["condom"],tags:{amenity:"vending_machine",vending:"condoms"},reference:{key:"vending",value:"condoms"},name:"Condom Vending Machine"},"amenity/vending_machine/drinks":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["drink","soda","beverage","juice","pop"],tags:{amenity:"vending_machine",vending:"drinks"},reference:{key:"vending",value:"drinks"},name:"Drink Vending Machine"},"amenity/vending_machine/electronics":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["cable","charger","earbud","headphone","phone","tablet"],tags:{amenity:"vending_machine",vending:"electronics"},reference:{key:"vending",value:"electronics"},name:"Electronics Vending Machine"},"amenity/vending_machine/elongated_coin":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["coin","crush","elongated","flatten","penny","souvenir"],tags:{amenity:"vending_machine",vending:"elongated_coin"},reference:{key:"vending",value:"elongated_coin"},name:"Flat Coin Vending Machine"},"amenity/vending_machine/excrement_bags":{icon:"temaki-vending_machine",fields:["vending","operator","fee","payment_multi","currency_multi"],geometry:["point"],terms:["excrement bags","poop","dog","animal"],tags:{amenity:"vending_machine",vending:"excrement_bags"},reference:{key:"vending",value:"excrement_bags"},name:"Excrement Bag Vending Machine"},"amenity/vending_machine/feminine_hygiene":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["condom","tampon","pad","woman","women","menstrual hygiene products","personal care"],tags:{amenity:"vending_machine",vending:"feminine_hygiene"},reference:{key:"vending",value:"feminine_hygiene"},name:"Feminine Hygiene Vending Machine"},"amenity/vending_machine/food":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["food"],tags:{amenity:"vending_machine",vending:"food"},reference:{key:"vending",value:"food"},name:"Food Vending Machine"},"amenity/vending_machine/fuel":{icon:"maki-fuel",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["petrol","fuel","gasoline","propane","diesel","lng","cng","biodiesel"],tags:{amenity:"vending_machine",vending:"fuel"},reference:{key:"vending",value:"fuel"},name:"Gas Pump"},"amenity/vending_machine/ice_cream":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["chocolate","ice cream","frozen","popsicle","vanilla"],tags:{amenity:"vending_machine",vending:"ice_cream"},reference:{key:"vending",value:"ice_cream"},name:"Ice Cream Vending Machine"},"amenity/vending_machine/newspapers":{icon:"temaki-vending_machine",fields:["vending","operator","fee","payment_multi","currency_multi"],geometry:["point"],terms:["newspaper"],tags:{amenity:"vending_machine",vending:"newspapers"},reference:{key:"vending",value:"newspapers"},name:"Newspaper Vending Machine"},"amenity/vending_machine/parcel_pickup_dropoff":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["parcel","mail","pickup"],tags:{amenity:"vending_machine",vending:"parcel_pickup;parcel_mail_in"},reference:{key:"vending",value:"parcel_pickup;parcel_mail_in"},name:"Parcel Pickup/Dropoff Vending Machine"},"amenity/vending_machine/parking_tickets":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["parking","ticket"],tags:{amenity:"vending_machine",vending:"parking_tickets"},reference:{key:"vending",value:"parking_tickets"},matchScore:0.94,name:"Parking Ticket Vending Machine"},"amenity/vending_machine/public_transport_tickets":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["bus","train","ferry","rail","ticket","transportation"],tags:{amenity:"vending_machine",vending:"public_transport_tickets"},reference:{key:"vending",value:"public_transport_tickets"},name:"Transit Ticket Vending Machine"},"amenity/vending_machine/stamps":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["mail","postage","stamp"],tags:{amenity:"vending_machine",vending:"stamps"},reference:{key:"vending",value:"stamps"},name:"Postage Vending Machine"},"amenity/vending_machine/sweets":{icon:"temaki-vending_machine",fields:["vending","operator","payment_multi","currency_multi"],geometry:["point"],terms:["candy","gum","chip","pretzel","cookie","cracker"],tags:{amenity:"vending_machine",vending:"sweets"},reference:{key:"vending",value:"sweets"},name:"Snack Vending Machine"},"amenity/veterinary":{icon:"maki-veterinary",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["pet clinic","veterinarian","animal hospital","pet doctor"],tags:{amenity:"veterinary"},name:"Veterinary"},"amenity/waste_basket":{icon:"maki-waste-basket",fields:["collection_times"],geometry:["point","vertex"],tags:{amenity:"waste_basket"},terms:["bin","garbage","rubbish","litter","trash"],name:"Waste Basket"},"amenity/waste_disposal":{icon:"maki-waste-basket",fields:["collection_times"],geometry:["point","vertex","area"],tags:{amenity:"waste_disposal"},terms:["garbage","rubbish","litter","trash"],name:"Garbage Dumpster"},"amenity/waste_transfer_station":{icon:"maki-waste-basket",fields:["name","operator","address","opening_hours"],geometry:["point","area"],terms:["dump","garbage","recycling","rubbish","scrap","trash"],tags:{amenity:"waste_transfer_station"},name:"Waste Transfer Station"},"amenity/waste/dog_excrement":{icon:"maki-waste-basket",fields:["collection_times"],geometry:["point","vertex","area"],tags:{amenity:"waste_basket",waste:"dog_excrement"},reference:{key:"waste",value:"dog_excrement"},terms:["bin","garbage","rubbish","litter","trash","poo","dog"],name:"Dog Excrement Bin"},"amenity/water_point":{icon:"maki-drinking-water",geometry:["area","vertex","point"],tags:{amenity:"water_point"},name:"RV Drinking Water"},"amenity/watering_place":{icon:"maki-drinking-water",geometry:["area","vertex","point"],tags:{amenity:"watering_place"},name:"Animal Watering Place"},area:{fields:["name"],geometry:["area"],tags:{area:"yes"},name:"Area",matchScore:0.1},"area/highway":{fields:["name","area/highway"],geometry:["area"],tags:{"area:highway":"*"},name:"Road Surface"},"attraction/amusement_ride":{icon:"maki-amusement-park",fields:["name","operator","opening_hours"],geometry:["point","area"],terms:["theme park","carnival ride"],tags:{attraction:"amusement_ride"},name:"Amusement Ride"},"attraction/animal":{icon:"maki-zoo",fields:["name","operator"],geometry:["point","area"],terms:["zoo","theme park","animal park","lion","tiger","bear"],tags:{attraction:"animal"},name:"Animal"},"attraction/big_wheel":{icon:"maki-amusement-park",fields:["name","operator","height","opening_hours"],geometry:["point"],terms:["ferris wheel","theme park","amusement ride"],tags:{attraction:"big_wheel"},name:"Big Wheel"},"attraction/bumper_car":{icon:"maki-car",fields:["name","operator","opening_hours"],geometry:["point","area"],terms:["theme park","dodgem cars","autoscooter"],tags:{attraction:"bumper_car"},name:"Bumper Car"},"attraction/bungee_jumping":{icon:"maki-pitch",fields:["name","operator","height","opening_hours"],geometry:["point","area"],terms:["theme park","bungy jumping","jumping platform"],tags:{attraction:"bungee_jumping"},name:"Bungee Jumping"},"attraction/carousel":{icon:"maki-horse-riding",fields:["name","operator","opening_hours"],geometry:["point","area"],terms:["theme park","roundabout","merry-go-round","galloper","jumper","horseabout","flying horses"],tags:{attraction:"carousel"},name:"Carousel"},"attraction/dark_ride":{icon:"maki-rail-metro",fields:["name","operator","opening_hours"],geometry:["point","line","area"],terms:["theme park","ghost train"],tags:{attraction:"dark_ride"},name:"Dark Ride"},"attraction/drop_tower":{icon:"temaki-tower",fields:["name","operator","height","opening_hours"],geometry:["point","area"],terms:["theme park","amusement ride","gondola","tower","big drop"],tags:{attraction:"drop_tower"},name:"Drop Tower"},"attraction/maze":{icon:"maki-amusement-park",fields:["name","operator"],geometry:["point","area"],terms:["theme park","amusement ride","labyrinth"],tags:{attraction:"maze"},name:"Maze"},"attraction/pirate_ship":{icon:"maki-danger",fields:["name","operator","opening_hours"],geometry:["point"],terms:["theme park","carnival ride","amusement ride"],tags:{attraction:"pirate_ship"},name:"Pirate Ship"},"attraction/river_rafting":{icon:"maki-ferry",fields:["name","operator","opening_hours"],geometry:["point","line"],terms:["theme park","aquatic park","water park","rafting simulator","river rafting ride","river rapids ride"],tags:{attraction:"river_rafting"},name:"River Rafting"},"attraction/roller_coaster":{icon:"maki-amusement-park",fields:["name","operator","opening_hours"],geometry:["point","area"],terms:["theme park","amusement ride"],tags:{attraction:"roller_coaster"},name:"Roller Coaster"},"attraction/train":{icon:"maki-rail",fields:["name","operator","fee","opening_hours"],geometry:["point","line"],terms:["theme park","rackless train","road train","Tschu-Tschu train","dotto train","park train"],tags:{attraction:"train"},name:"Tourist Train"},"attraction/water_slide":{icon:"maki-swimming",fields:["name","operator","opening_hours"],geometry:["line","area"],terms:["theme park","aquatic park","water park","flumes","water chutes","hydroslides"],tags:{attraction:"water_slide"},name:"Water Slide"},barrier:{icon:"maki-roadblock",geometry:["point","vertex","line","area"],tags:{barrier:"*"},fields:["barrier"],name:"Barrier",matchScore:0.4},"barrier/entrance":{icon:"maki-entrance-alt1",geometry:["vertex"],tags:{barrier:"entrance"},name:"Entrance",searchable:false},"barrier/block":{icon:"maki-roadblock",fields:["access"],geometry:["point","vertex"],tags:{barrier:"block"},name:"Block"},"barrier/bollard":{icon:"maki-roadblock",fields:["access"],geometry:["point","vertex","line"],tags:{barrier:"bollard"},name:"Bollard"},"barrier/border_control":{icon:"maki-roadblock",fields:["access","building_area"],geometry:["vertex","area"],tags:{barrier:"border_control"},name:"Border Control"},"barrier/cattle_grid":{icon:"maki-barrier",geometry:["vertex"],tags:{barrier:"cattle_grid"},name:"Cattle Grid"},"barrier/city_wall":{icon:"maki-barrier",fields:["height"],geometry:["line","area"],tags:{barrier:"city_wall"},name:"City Wall"},"barrier/cycle_barrier":{icon:"maki-roadblock",fields:["access"],geometry:["vertex"],tags:{barrier:"cycle_barrier"},name:"Cycle Barrier"},"barrier/ditch":{icon:"maki-roadblock",geometry:["line","area"],tags:{barrier:"ditch"},name:"Trench",matchScore:0.25},"barrier/fence":{icon:"maki-fence",fields:["fence_type","height"],geometry:["line"],tags:{barrier:"fence"},name:"Fence",matchScore:0.25},"barrier/gate":{icon:"maki-barrier",fields:["access"],geometry:["vertex","line"],tags:{barrier:"gate"},name:"Gate"},"barrier/hedge":{fields:["height"],geometry:["line","area"],tags:{barrier:"hedge"},name:"Hedge",matchScore:0.25},"barrier/kerb":{icon:"maki-wheelchair",fields:["kerb","tactile_paving"],geometry:["vertex","line"],tags:{barrier:"kerb"},name:"Kerb"},"barrier/kissing_gate":{icon:"maki-barrier",fields:["access"],geometry:["vertex"],tags:{barrier:"kissing_gate"},name:"Kissing Gate"},"barrier/lift_gate":{icon:"maki-roadblock",fields:["access"],geometry:["vertex","line"],tags:{barrier:"lift_gate"},name:"Lift Gate"},"barrier/retaining_wall":{fields:["height"],geometry:["line","area"],tags:{barrier:"retaining_wall"},name:"Retaining Wall"},"barrier/stile":{icon:"maki-roadblock",fields:["access"],geometry:["vertex"],tags:{barrier:"stile"},name:"Stile"},"barrier/toll_booth":{icon:"maki-roadblock",fields:["access","building_area"],geometry:["vertex","area"],tags:{barrier:"toll_booth"},name:"Toll Booth"},"barrier/wall":{icon:"maki-barrier",fields:["wall","height"],geometry:["line","area"],tags:{barrier:"wall"},name:"Wall",matchScore:0.25},"boundary/administrative":{name:"Administrative Boundary",geometry:["line"],tags:{boundary:"administrative"},fields:["name","admin_level"]},building:{icon:"maki-home",fields:["name","building","levels","height","address"],geometry:["point","area"],tags:{building:"*"},matchScore:0.6,terms:[],name:"Building"},"building/bunker":{fields:["name","address","levels","height"],geometry:["area"],tags:{building:"bunker"},matchScore:0.5,name:"Bunker",searchable:false},"building/entrance":{icon:"maki-entrance-alt1",geometry:["vertex"],tags:{building:"entrance"},name:"Entrance/Exit",searchable:false},"building/train_station":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["point","vertex","area"],tags:{building:"train_station"},matchScore:0.5,name:"Train Station",searchable:false},"building/apartments":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"apartments"},matchScore:0.5,name:"Apartments"},"building/barn":{icon:"maki-farm",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"barn"},matchScore:0.5,name:"Barn"},"building/boathouse":{icon:"maki-harbor",fields:["name","levels","height","address"],geometry:["area"],tags:{building:"boathouse"},matchScore:0.5,terms:[],name:"Boathouse"},"building/bungalow":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"bungalow"},terms:["home","detached"],matchScore:0.5,name:"Bungalow"},"building/cabin":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"cabin"},matchScore:0.5,name:"Cabin"},"building/cathedral":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"cathedral"},matchScore:0.5,name:"Cathedral Building"},"building/chapel":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"chapel"},matchScore:0.5,name:"Chapel Building"},"building/church":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"church"},matchScore:0.5,name:"Church Building"},"building/civic":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"civic"},matchScore:0.5,name:"Civic Building"},"building/college":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],terms:["university"],tags:{building:"college"},matchScore:0.5,name:"College Building"},"building/commercial":{icon:"maki-suitcase",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"commercial"},matchScore:0.5,name:"Commercial Building"},"building/construction":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"construction"},matchScore:0.5,name:"Building Under Construction"},"building/detached":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"detached"},terms:["home","single","family","residence","dwelling"],matchScore:0.5,name:"Detached House"},"building/dormitory":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"dormitory"},matchScore:0.5,name:"Dormitory"},"building/farm_auxiliary":{icon:"maki-farm",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"farm_auxiliary"},matchScore:0.5,name:"Farm Building"},"building/farm":{icon:"maki-farm",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"farm"},matchScore:0.5,name:"Farm House"},"building/garage":{icon:"fas-warehouse",fields:["name","capacity"],geometry:["area"],tags:{building:"garage"},matchScore:0.5,name:"Garage"},"building/garages":{icon:"fas-warehouse",fields:["name","capacity"],geometry:["area"],tags:{building:"garages"},matchScore:0.5,name:"Garages"},"building/grandstand":{icon:"maki-building",fields:["name","height"],geometry:["area"],tags:{building:"grandstand"},terms:["tribune","stand","stands","bleachers"],matchScore:0.5,name:"Grandstand"},"building/greenhouse":{icon:"maki-garden-center",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"greenhouse"},matchScore:0.5,name:"Greenhouse"},"building/hospital":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"hospital"},matchScore:0.5,name:"Hospital Building"},"building/hotel":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"hotel"},matchScore:0.5,name:"Hotel Building"},"building/house":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"house"},terms:["home","family","residence","dwelling"],matchScore:0.5,name:"House"},"building/hut":{geometry:["area"],fields:["name"],tags:{building:"hut"},matchScore:0.5,name:"Hut"},"building/industrial":{icon:"maki-industry",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"industrial"},matchScore:0.5,name:"Industrial Building"},"building/kindergarten":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],terms:["kindergarden","pre-school"],tags:{building:"kindergarten"},matchScore:0.5,name:"Preschool/Kindergarten Building"},"building/mosque":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"mosque"},matchScore:0.5,name:"Mosque Building"},"building/public":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"public"},matchScore:0.5,name:"Public Building"},"building/residential":{icon:"maki-residential-community",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"residential"},matchScore:0.5,name:"Residential Building"},"building/retail":{icon:"maki-commercial",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"retail"},matchScore:0.5,name:"Retail Building"},"building/roof":{icon:"maki-shelter",fields:["name","address"],geometry:["area"],tags:{building:"roof"},matchScore:0.5,name:"Roof"},"building/ruins":{icon:"temaki-ruins",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"ruins"},matchScore:0.5,name:"Building Ruins"},"building/school":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],terms:["academy","elementary school","middle school","high school"],tags:{building:"school"},matchScore:0.5,name:"School Building"},"building/semidetached_house":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"semidetached_house"},terms:["home","double","duplex","twin","family","residence","dwelling"],matchScore:0.5,name:"Semi-Detached House"},"building/service":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"service"},matchScore:0.5,name:"Service Building"},"building/shed":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"shed"},matchScore:0.5,name:"Shed"},"building/stable":{icon:"maki-horse-riding",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"stable"},matchScore:0.5,name:"Stable"},"building/stadium":{icon:"maki-stadium",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"stadium"},matchScore:0.5,name:"Stadium Building"},"building/static_caravan":{icon:"maki-home",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"static_caravan"},matchScore:0.5,name:"Static Mobile Home"},"building/temple":{icon:"maki-place-of-worship",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"temple"},matchScore:0.5,name:"Temple Building"},"building/terrace":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"terrace"},terms:["home","terrace","brownstone","family","residence","dwelling"],matchScore:0.5,name:"Row Houses"},"building/transportation":{icon:"maki-building",fields:["name","address","levels","height","smoking"],geometry:["area"],tags:{building:"transportation"},matchScore:0.5,name:"Transportation Building"},"building/university":{icon:"maki-building",fields:["name","address","levels","height"],geometry:["area"],terms:["college"],tags:{building:"university"},matchScore:0.5,name:"University Building"},"building/warehouse":{icon:"maki-warehouse",fields:["name","address","levels","height"],geometry:["area"],tags:{building:"warehouse"},matchScore:0.5,name:"Warehouse"},"camp_site/camp_pitch":{icon:"maki-campsite",fields:["name","ref"],geometry:["point","area"],terms:["tent","rv"],tags:{camp_site:"camp_pitch"},name:"Camp Pitch"},club:{icon:"maki-heart",fields:["name","club","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{club:"*"},terms:["social"],name:"Club"},craft:{icon:"temaki-tools",fields:["name","craft","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"*"},terms:[],name:"Craft"},"craft/jeweler":{icon:"maki-marker-stroked",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"jeweler"},reference:{key:"shop",value:"jewelry"},name:"Jeweler",searchable:false},"craft/locksmith":{icon:"maki-marker-stroked",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"locksmith"},reference:{key:"shop",value:"locksmith"},name:"Locksmith",searchable:false},"craft/optician":{icon:"maki-marker-stroked",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"optician"},reference:{key:"shop",value:"optician"},name:"Optician",searchable:false},"craft/tailor":{icon:"maki-clothing-store",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["clothes","suit"],tags:{craft:"tailor"},reference:{key:"shop",value:"tailor"},name:"Tailor",searchable:false},"craft/basket_maker":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"basket_maker"},name:"Basket Maker"},"craft/beekeeper":{icon:"maki-farm",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"beekeeper"},name:"Beekeeper"},"craft/blacksmith":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"blacksmith"},name:"Blacksmith"},"craft/boatbuilder":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"boatbuilder"},matchScore:0.4,name:"Boat Builder"},"craft/bookbinder":{icon:"maki-library",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["book repair"],tags:{craft:"bookbinder"},name:"Bookbinder"},"craft/brewery":{icon:"temaki-storage_tank",fields:["name","operator","address","building_area","opening_hours","product"],geometry:["point","area"],terms:["alcohol","beer","beverage","bier","booze","cider"],tags:{craft:"brewery"},name:"Brewery"},"craft/carpenter":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["woodworker"],tags:{craft:"carpenter"},name:"Carpenter"},"craft/carpet_layer":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"carpet_layer"},name:"Carpet Layer"},"craft/caterer":{icon:"maki-restaurant",fields:["name","cuisine","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"caterer"},name:"Caterer"},"craft/chimney_sweeper":{icon:"temaki-chimney",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"chimney_sweeper"},name:"Chimney Sweeper"},"craft/clockmaker":{icon:"temaki-clock",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"clockmaker"},name:"Clockmaker"},"craft/confectionery":{icon:"maki-bakery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["sweet","candy"],tags:{craft:"confectionery"},name:"Candy Maker"},"craft/distillery":{icon:"temaki-storage_tank",fields:["name","operator","address","building_area","opening_hours","product"],geometry:["point","area"],terms:["alcohol","beverage","bourbon","booze","brandy","gin","hooch","liquor","mezcal","moonshine","rum","scotch","spirits","still","tequila","vodka","whiskey","whisky"],tags:{craft:"distillery"},name:"Distillery"},"craft/dressmaker":{icon:"maki-clothing-store",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["seamstress"],tags:{craft:"dressmaker"},name:"Dressmaker"},"craft/electrician":{icon:"temaki-power",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["power","wire"],tags:{craft:"electrician"},name:"Electrician"},"craft/electronics_repair":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"electronics_repair"},name:"Electronics Repair Shop"},"craft/gardener":{icon:"maki-garden-center",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["landscaper","grounds keeper"],tags:{craft:"gardener"},name:"Gardener"},"craft/glaziery":{icon:"temaki-window",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["glass","stained-glass","window"],tags:{craft:"glaziery"},name:"Glaziery"},"craft/handicraft":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"handicraft"},name:"Handicraft"},"craft/hvac":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["heat*","vent*","air conditioning"],tags:{craft:"hvac"},name:"HVAC"},"craft/insulator":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"insulation"},name:"Insulator"},"craft/key_cutter":{icon:"fas-key",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"key_cutter"},name:"Key Cutter"},"craft/metal_construction":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"metal_construction"},name:"Metal Construction"},"craft/painter":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"painter"},name:"Painter"},"craft/photographer":{icon:"maki-attraction",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"photographer"},name:"Photographer"},"craft/photographic_laboratory":{icon:"maki-attraction",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["film"],tags:{craft:"photographic_laboratory"},name:"Photographic Laboratory"},"craft/plasterer":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"plasterer"},name:"Plasterer"},"craft/plumber":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["pipe"],tags:{craft:"plumber"},name:"Plumber"},"craft/pottery":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["ceramic"],tags:{craft:"pottery"},name:"Pottery"},"craft/rigger":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"rigger"},name:"Rigger"},"craft/roofer":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"roofer"},name:"Roofer"},"craft/saddler":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"saddler"},name:"Saddler"},"craft/sailmaker":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"sailmaker"},name:"Sailmaker"},"craft/sawmill":{icon:"maki-logging",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["lumber"],tags:{craft:"sawmill"},name:"Sawmill"},"craft/scaffolder":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"scaffolder"},name:"Scaffolder"},"craft/sculptor":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"sculptor"},name:"Sculptor"},"craft/shoemaker":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["cobbler"],tags:{craft:"shoemaker"},name:"Shoemaker"},"craft/stonemason":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["masonry"],tags:{craft:"stonemason"},name:"Stonemason"},"craft/tiler":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"tiler"},name:"Tiler"},"craft/tinsmith":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"tinsmith"},name:"Tinsmith"},"craft/upholsterer":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"upholsterer"},name:"Upholsterer"},"craft/watchmaker":{icon:"temaki-clock",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"watchmaker"},name:"Watchmaker"},"craft/window_construction":{icon:"temaki-window",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["glass"],tags:{craft:"window_construction"},name:"Window Construction"},"craft/winery":{icon:"maki-alcohol-shop",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{craft:"winery"},name:"Winery"},embankment:{geometry:["line"],tags:{embankment:"yes"},name:"Embankment",matchScore:0.2},"emergency/designated":{fields:[],geometry:["line"],tags:{emergency:"designated"},terms:[],name:"Emergency Access Designated",searchable:false,matchScore:0.01},"emergency/destination":{fields:[],geometry:["line"],tags:{emergency:"destination"},terms:[],name:"Emergency Access Destination",searchable:false,matchScore:0.01},"emergency/no":{fields:[],geometry:["line"],tags:{emergency:"no"},terms:[],name:"Emergency Access No",searchable:false,matchScore:0.01},"emergency/official":{fields:[],geometry:["line"],tags:{emergency:"official"},terms:[],name:"Emergency Access Official",searchable:false,matchScore:0.01},"emergency/private":{fields:[],geometry:["line"],tags:{emergency:"private"},terms:[],name:"Emergency Access Private",searchable:false,matchScore:0.01},"emergency/yes":{fields:[],geometry:["line"],tags:{emergency:"yes"},terms:[],name:"Emergency Access Yes",searchable:false,matchScore:0.01},"emergency/ambulance_station":{icon:"fas-ambulance",fields:["name","operator","building_area","address"],geometry:["point","area"],terms:["EMS","EMT","rescue"],tags:{emergency:"ambulance_station"},name:"Ambulance Station"},"emergency/defibrillator":{icon:"maki-defibrillator",fields:["indoor","ref","operator"],geometry:["point","vertex"],terms:["AED"],tags:{emergency:"defibrillator"},name:"Defibrillator"},"emergency/fire_alarm":{icon:"fas-bell",fields:["indoor","ref","operator"],geometry:["point","vertex"],tags:{emergency:"fire_alarm_box"},name:"Fire Alarm Call Box"},"emergency/fire_extinguisher":{icon:"fas-fire-extinguisher",fields:["indoor","ref","operator"],geometry:["point","vertex"],tags:{emergency:"fire_extinguisher"},name:"Fire Extinguisher"},"emergency/fire_hydrant":{icon:"temaki-fire_hydrant",fields:["fire_hydrant/type","fire_hydrant/position","ref","operator"],geometry:["point","vertex"],terms:["fire plug"],tags:{emergency:"fire_hydrant"},name:"Fire Hydrant"},"emergency/first_aid_kit":{icon:"fas-medkit",fields:["indoor","ref","operator"],geometry:["point","vertex"],terms:["bandage","first aid","med","med kit","medic*","medkit"],tags:{emergency:"first_aid_kit"},name:"First Aid Kit"},"emergency/life_ring":{icon:"fas-life-ring",fields:["ref","operator"],geometry:["point","vertex"],terms:["life buoy","kisby ring","kisbie ring","perry buoy"],tags:{emergency:"life_ring"},name:"Life Ring"},"emergency/lifeguard":{icon:"fas-life-ring",fields:["ref","operator","building_area","opening_hours"],geometry:["point","area"],terms:["CPR","rescue"],tags:{emergency:"lifeguard"},name:"Lifeguard"},"emergency/phone":{icon:"maki-emergency-phone",fields:["ref","operator","covered","indoor","booth"],geometry:["point","vertex"],tags:{emergency:"phone"},name:"Emergency Phone"},"emergency/siren":{icon:"fas-volume-up",fields:["siren/purpose","siren/type","ref","operator"],geometry:["point","vertex"],terms:["air raid","loud","noise","storm","tornado","warning"],tags:{emergency:"siren"},name:"Siren"},"emergency/water_tank":{icon:"maki-water",fields:["name","ref","operator"],geometry:["point","vertex"],terms:["water tank","cistern","reservoir"],tags:{emergency:"water_tank"},name:"Emergency Water Tank"},entrance:{icon:"maki-entrance-alt1",geometry:["vertex"],terms:["entrance","exit","door"],tags:{entrance:"*"},fields:["entrance","access_simple","address"],name:"Entrance/Exit"},"footway/crossing-raised":{fields:["crossing","access","surface","kerb","tactile_paving"],geometry:["line"],tags:{highway:"footway",footway:"crossing",traffic_calming:"table"},reference:{key:"traffic_calming",value:"table"},terms:["flat top","hump","speed","slow"],name:"Raised Street Crossing"},"footway/crossing":{fields:["crossing","access","surface","kerb","tactile_paving"],geometry:["line"],tags:{highway:"footway",footway:"crossing"},reference:{key:"footway",value:"crossing"},terms:[],name:"Street Crossing"},"footway/crosswalk-raised":{icon:"iD-highway-footway",fields:["crossing","access","surface","kerb","tactile_paving"],geometry:["line"],tags:{highway:"footway",footway:"crossing",crossing:"zebra",traffic_calming:"table"},reference:{key:"traffic_calming",value:"table"},terms:["zebra crossing","flat top","hump","speed","slow"],name:"Raised Pedestrian Crosswalk"},"footway/crosswalk":{icon:"iD-highway-footway",fields:["crossing","access","surface","kerb","tactile_paving"],geometry:["line"],tags:{highway:"footway",footway:"crossing",crossing:"zebra"},reference:{key:"footway",value:"crossing"},terms:["zebra crossing"],name:"Pedestrian Crosswalk"},"footway/sidewalk":{icon:"iD-highway-footway",fields:["surface","lit","width","structure","access"],geometry:["line"],tags:{highway:"footway",footway:"sidewalk"},reference:{key:"footway",value:"sidewalk"},terms:[],name:"Sidewalk"},ford:{geometry:["vertex"],tags:{ford:"yes"},name:"Ford"},"golf/bunker":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"bunker",natural:"sand"},terms:["hazard","bunker"],reference:{key:"golf",value:"bunker"},name:"Sand Trap"},"golf/fairway":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"fairway",landuse:"grass"},reference:{key:"golf",value:"fairway"},name:"Fairway"},"golf/green":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"green",landuse:"grass",leisure:"pitch",sport:"golf"},reference:{key:"golf",value:"green"},name:"Putting Green"},"golf/hole":{icon:"maki-golf",fields:["name","ref_golf_hole","par","handicap"],geometry:["line"],tags:{golf:"hole"},name:"Golf Hole"},"golf/lateral_water_hazard_area":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"lateral_water_hazard",natural:"water"},reference:{key:"golf",value:"lateral_water_hazard"},name:"Lateral Water Hazard"},"golf/lateral_water_hazard_line":{icon:"maki-golf",fields:["name"],geometry:["line"],tags:{golf:"lateral_water_hazard"},name:"Lateral Water Hazard"},"golf/rough":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"rough",landuse:"grass"},reference:{key:"golf",value:"rough"},name:"Rough"},"golf/tee":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"tee",landuse:"grass"},terms:["teeing ground"],reference:{key:"golf",value:"tee"},name:"Tee Box"},"golf/water_hazard_area":{icon:"maki-golf",fields:["name"],geometry:["area"],tags:{golf:"water_hazard",natural:"water"},reference:{key:"golf",value:"water_hazard"},name:"Water Hazard"},"golf/water_hazard_line":{icon:"maki-golf",fields:["name"],geometry:["line"],tags:{golf:"water_hazard"},name:"Water Hazard"},healthcare:{icon:"maki-hospital",fields:["name","healthcare","operator","healthcare/speciality","address","building_area","opening_hours"],geometry:["point","area"],tags:{healthcare:"*"},terms:["clinic","doctor","disease","health","institution","sick","surgery","wellness"],name:"Healthcare Facility"},"healthcare/alternative":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["acupuncture","anthroposophical","applied kinesiology","aromatherapy","ayurveda","herbalism","homeopathy","hydrotherapy","hypnosis","naturopathy","osteopathy","reflexology","reiki","shiatsu","traditional","tuina","unani"],tags:{healthcare:"alternative"},name:"Alternative Medicine"},"healthcare/alternative/chiropractic":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["back","pain","spine"],tags:{healthcare:"alternative","healthcare:speciality":"chiropractic"},name:"Chiropractor"},"healthcare/audiologist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["ear","hearing","sound"],tags:{healthcare:"audiologist"},name:"Audiologist"},"healthcare/birthing_center":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["baby","childbirth","delivery","labour","labor","pregnancy"],tags:{healthcare:"birthing_center"},name:"Birthing Center"},"healthcare/blood_donation":{icon:"maki-blood-bank",fields:["name","operator","healthcare/speciality","blood_components","address","building_area","opening_hours"],geometry:["point","area"],terms:["blood bank","blood donation","blood transfusion","apheresis","plasmapheresis","plateletpheresis","stem cell donation"],tags:{healthcare:"blood_donation"},name:"Blood Donor Center"},"healthcare/hospice":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["terminal","illness"],tags:{healthcare:"hospice"},name:"Hospice"},"healthcare/laboratory":{icon:"maki-hospital",fields:["name","operator","website","ref","address","opening_hours"],geometry:["point","area"],terms:["medical_laboratory","medical_lab","blood_check"],tags:{healthcare:"laboratory"},name:"Medical Laboratory"},"healthcare/midwife":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["baby","childbirth","delivery","labour","labor","pregnancy"],tags:{healthcare:"midwife"},name:"Midwife"},"healthcare/occupational_therapist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["therapist","therapy"],tags:{healthcare:"occupational_therapist"},name:"Occupational Therapist"},"healthcare/optometrist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["eye","glasses","lasik","lenses","vision"],tags:{healthcare:"optometrist"},name:"Optometrist"},"healthcare/physiotherapist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["physical","therapist","therapy"],tags:{healthcare:"physiotherapist"},name:"Physiotherapist"},"healthcare/podiatrist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["foot","feet","nails"],tags:{healthcare:"podiatrist"},name:"Podiatrist"},"healthcare/psychotherapist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["anxiety","counselor","depression","mental health","mind","suicide","therapist","therapy"],tags:{healthcare:"psychotherapist"},name:"Psychotherapist"},"healthcare/rehabilitation":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["rehab","therapist","therapy"],tags:{healthcare:"rehabilitation"},name:"Rehabilitation Facility"},"healthcare/speech_therapist":{icon:"maki-hospital",fields:["name","operator","healthcare/speciality","building_area","address","opening_hours"],geometry:["point","area"],terms:["speech","therapist","therapy","voice"],tags:{healthcare:"speech_therapist"},name:"Speech Therapist"},"highway/bus_stop":{icon:"maki-bus",fields:["name","network","operator","bench","shelter"],geometry:["point","vertex"],tags:{highway:"bus_stop"},name:"Bus Stop / Platform",searchable:false},"highway/bridleway":{fields:["name","surface","width","structure","access"],icon:"iD-highway-bridleway",geometry:["line"],tags:{highway:"bridleway"},terms:["bridleway","equestrian","horse","trail"],name:"Bridle Path"},"highway/bus_guideway":{icon:"iD-highway-bus-guideway",fields:["name","operator","oneway"],geometry:["line"],tags:{highway:"bus_guideway"},addTags:{highway:"bus_guideway",access:"no",bus:"designated"},removeTags:{highway:"bus_guideway",access:"no",bus:"designated"},terms:[],name:"Bus Guideway"},"highway/corridor":{icon:"iD-highway-footway",fields:["name","width","level","access_simple"],geometry:["line"],tags:{highway:"corridor"},terms:["gallery","hall","hallway","indoor","passage","passageway"],name:"Indoor Corridor"},"highway/crossing-raised":{fields:["crossing","kerb","tactile_paving"],geometry:["vertex"],tags:{highway:"crossing",traffic_calming:"table"},reference:{key:"traffic_calming",value:"table"},terms:["flat top","hump","speed","slow"],name:"Raised Street Crossing"},"highway/crossing":{fields:["crossing","kerb","tactile_paving"],geometry:["vertex"],tags:{highway:"crossing"},reference:{key:"highway",value:"crossing"},terms:[],name:"Street Crossing"},"highway/crosswalk-raised":{icon:"temaki-pedestrian",fields:["crossing","kerb","tactile_paving"],geometry:["vertex"],tags:{highway:"crossing",crossing:"zebra",traffic_calming:"table"},reference:{key:"traffic_calming",value:"table"},terms:["zebra crossing","flat top","hump","speed","slow"],name:"Raised Pedestrian Crosswalk"},"highway/crosswalk":{icon:"temaki-pedestrian",fields:["crossing","kerb","tactile_paving"],geometry:["vertex"],tags:{highway:"crossing",crossing:"zebra"},reference:{key:"highway",value:"crossing"},terms:["zebra crossing"],name:"Pedestrian Crosswalk"},"highway/cycleway":{icon:"iD-highway-cycleway",fields:["name","oneway","surface","lit","width","structure","access"],geometry:["line"],tags:{highway:"cycleway"},terms:["bike"],name:"Cycle Path"},"highway/elevator":{icon:"temaki-elevator",fields:["access_simple","opening_hours","maxweight","ref"],geometry:["vertex"],tags:{highway:"elevator"},terms:["lift"],name:"Elevator"},"highway/footway":{icon:"iD-highway-footway",fields:["name","surface","lit","width","structure","access"],geometry:["line"],terms:["hike","hiking","trackway","trail","walk"],tags:{highway:"footway"},name:"Foot Path"},"highway/give_way":{icon:"temaki-yield",fields:["direction_vertex"],geometry:["vertex"],tags:{highway:"give_way"},terms:["give way","yield","sign"],name:"Yield Sign"},"highway/living_street":{icon:"iD-highway-living-street",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","access","cycleway"],geometry:["line"],tags:{highway:"living_street"},name:"Living Street"},"highway/mini_roundabout":{icon:"maki-circle-stroked",geometry:["vertex"],tags:{highway:"mini_roundabout"},fields:["direction_clock"],name:"Mini-Roundabout"},"highway/motorway_junction":{icon:"temaki-junction",fields:["ref_highway_junction","name"],geometry:["vertex"],tags:{highway:"motorway_junction"},terms:["exit"],name:"Motorway Junction / Exit"},"highway/motorway_link":{icon:"iD-highway-motorway-link",fields:["name","ref_road_number","oneway","maxspeed","maxspeed/advisory","lanes","surface","structure","maxheight","access"],geometry:["line"],tags:{highway:"motorway_link"},addTags:{highway:"motorway_link",oneway:"yes"},removeTags:{highway:"motorway_link",oneway:"yes"},terms:["exit","ramp","road","street","on ramp","off ramp"],name:"Motorway Link"},"highway/motorway":{icon:"iD-highway-motorway",fields:["name","ref_road_number","oneway_yes","maxspeed","lanes","surface","structure","maxheight","toll","access"],geometry:["line"],tags:{highway:"motorway"},terms:["autobahn","expressway","freeway","highway","interstate","parkway","road","street","thruway","turnpike"],name:"Motorway"},"highway/passing_place":{icon:"maki-circle-stroked",geometry:["vertex"],tags:{highway:"passing_place"},terms:["turnout, pullout"],name:"Passing Place"},"highway/path":{icon:"iD-highway-path",fields:["name","surface","width","structure","access","incline","sac_scale","trail_visibility","mtb/scale","mtb/scale/uphill","mtb/scale/imba","horse_scale","ref"],geometry:["line"],terms:["hike","hiking","trackway","trail","walk"],tags:{highway:"path"},name:"Path"},"highway/pedestrian_area":{icon:"temaki-pedestrian",fields:["name","surface","lit","width","structure","access"],geometry:["area"],tags:{highway:"pedestrian",area:"yes"},terms:["center","centre","plaza","quad","square","walkway"],name:"Pedestrian Area"},"highway/pedestrian_line":{icon:"iD-highway-footway",fields:["name","surface","lit","width","oneway","structure","access"],geometry:["line"],tags:{highway:"pedestrian"},terms:["center","centre","plaza","quad","square","walkway"],name:"Pedestrian Street"},"highway/primary_link":{icon:"iD-highway-primary-link",fields:["name","oneway","maxspeed","maxspeed/advisory","lanes","surface","maxheight","ref_road_number","cycleway","structure","access"],geometry:["line"],tags:{highway:"primary_link"},terms:["on ramp","off ramp","ramp","road","street"],name:"Primary Link"},"highway/primary":{icon:"iD-highway-primary",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"primary"},terms:["road","street"],name:"Primary Road"},"highway/raceway":{icon:"iD-highway-unclassified",fields:["name","oneway","surface","sport_racing_motor","lit","width","lanes","structure"],geometry:["point","line","area"],tags:{highway:"raceway"},addTags:{highway:"raceway",sport:"motor"},terms:["auto*","formula one","kart","motocross","nascar","race*","track"],name:"Racetrack (Motorsport)"},"highway/residential":{icon:"iD-highway-residential",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","cycleway","access"],geometry:["line"],tags:{highway:"residential"},terms:["road","street"],name:"Residential Road"},"highway/rest_area":{icon:"maki-car",fields:["name"],geometry:["point","vertex","area"],tags:{highway:"rest_area"},terms:["rest stop"],name:"Rest Area"},"highway/road":{icon:"iD-highway-road",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","access"],geometry:["line"],tags:{highway:"road"},terms:["road","street"],name:"Unknown Road"},"highway/secondary_link":{icon:"iD-highway-secondary-link",fields:["name","oneway","maxspeed","maxspeed/advisory","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"secondary_link"},terms:["on ramp","off ramp","ramp","road","street"],name:"Secondary Link"},"highway/secondary":{icon:"iD-highway-secondary",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"secondary"},terms:["road","street"],name:"Secondary Road"},"highway/service":{icon:"iD-highway-service",fields:["name","service","oneway","maxspeed","surface","structure","maxheight","access"],geometry:["line"],tags:{highway:"service"},terms:["road","street"],name:"Service Road"},"highway/service/alley":{icon:"iD-highway-service",fields:["name","oneway","maxspeed","structure","access","surface","maxheight"],geometry:["line"],tags:{highway:"service",service:"alley"},reference:{key:"service",value:"alley"},name:"Alley"},"highway/service/drive-through":{icon:"iD-highway-service",fields:["name","oneway","covered","maxheight","maxspeed","structure","access","surface"],geometry:["line"],tags:{highway:"service",service:"drive-through"},reference:{key:"service",value:"drive-through"},name:"Drive-Through"},"highway/service/driveway":{icon:"iD-highway-service",fields:["name","oneway","maxspeed","structure","access","surface","maxheight"],geometry:["line"],tags:{highway:"service",service:"driveway"},reference:{key:"service",value:"driveway"},name:"Driveway"},"highway/service/emergency_access":{icon:"iD-highway-service",fields:["name","oneway","maxspeed","structure","access","surface","maxheight"],geometry:["line"],tags:{highway:"service",service:"emergency_access"},reference:{key:"service",value:"emergency_access"},name:"Emergency Access"},"highway/service/parking_aisle":{icon:"iD-highway-service",fields:["name","oneway","maxspeed","structure","access","surface","maxheight"],geometry:["line"],tags:{highway:"service",service:"parking_aisle"},reference:{key:"service",value:"parking_aisle"},name:"Parking Aisle"},"highway/services":{icon:"maki-car",fields:["name"],geometry:["point","vertex","area"],tags:{highway:"services"},terms:["services","travel plaza","service station"],name:"Service Area"},"highway/speed_camera":{icon:"maki-attraction",geometry:["point","vertex"],fields:["direction","ref"],tags:{highway:"speed_camera"},terms:[],name:"Speed Camera"},"highway/steps":{icon:"iD-highway-steps",fields:["surface","lit","width","incline_steps","handrail","step_count"],geometry:["line"],tags:{highway:"steps"},terms:["stairs","staircase"],name:"Steps"},"highway/stop":{icon:"temaki-stop",fields:["stop","direction_vertex"],geometry:["vertex"],tags:{highway:"stop"},terms:["stop","halt","sign"],name:"Stop Sign"},"highway/street_lamp":{icon:"temaki-bulb",geometry:["point","vertex"],tags:{highway:"street_lamp"},fields:["lamp_type","direction","ref"],terms:["streetlight","street light","lamp","light","gaslight"],name:"Street Lamp"},"highway/tertiary_link":{icon:"iD-highway-tertiary-link",fields:["name","oneway","maxspeed","maxspeed/advisory","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"tertiary_link"},terms:["on ramp","off ramp","ramp","road","street"],name:"Tertiary Link"},"highway/tertiary":{icon:"iD-highway-tertiary",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","ref_road_number","cycleway","access"],geometry:["line"],tags:{highway:"tertiary"},terms:["road","street"],name:"Tertiary Road"},"highway/track":{icon:"iD-highway-track",fields:["name","tracktype","surface","width","structure","access","incline","smoothness","mtb/scale","mtb/scale/uphill","mtb/scale/imba","horse_scale"],geometry:["line"],tags:{highway:"track"},terms:["woods road","forest road","logging road","fire road","farm road","agricultural road","ranch road","carriage road","primitive","unmaintained","rut","offroad","4wd","4x4","four wheel drive","atv","quad","jeep","double track","two track"],name:"Unmaintained Track Road"},"highway/traffic_mirror":{geometry:["point","vertex"],fields:["direction"],tags:{highway:"traffic_mirror"},terms:["blind spot","convex","corner","curved","roadside","round","safety","sphere","visibility"],name:"Traffic Mirror"},"highway/traffic_signals":{icon:"temaki-traffic_signals",geometry:["vertex"],tags:{highway:"traffic_signals"},fields:["traffic_signals","traffic_signals/direction"],terms:["light","stoplight","traffic light"],name:"Traffic Signals"},"highway/trunk_link":{icon:"iD-highway-trunk-link",fields:["name","ref_road_number","oneway","maxspeed","maxspeed/advisory","lanes","surface","structure","maxheight","access"],geometry:["line"],tags:{highway:"trunk_link"},terms:["on ramp","off ramp","ramp","road","street"],name:"Trunk Link"},"highway/trunk":{icon:"iD-highway-trunk",fields:["name","ref_road_number","oneway","maxspeed","lanes","surface","structure","maxheight","toll","access"],geometry:["line"],tags:{highway:"trunk"},terms:["road","street"],name:"Trunk Road"},"highway/turning_circle":{icon:"maki-circle-stroked",geometry:["vertex"],tags:{highway:"turning_circle"},terms:["cul-de-sac"],name:"Turning Circle"},"highway/turning_loop":{icon:"maki-circle",geometry:["vertex"],tags:{highway:"turning_loop"},terms:["cul-de-sac"],name:"Turning Loop (Island)"},"highway/unclassified":{icon:"iD-highway-unclassified",fields:["name","oneway","maxspeed","lanes","surface","structure","maxheight","cycleway","access"],geometry:["line"],tags:{highway:"unclassified"},terms:["road","street"],name:"Minor/Unclassified Road"},historic:{icon:"temaki-ruins",fields:["historic","inscription"],geometry:["point","vertex","area"],tags:{historic:"*"},name:"Historic Site"},"historic/archaeological_site":{icon:"temaki-ruins",fields:["name","site_type","historic/civilization","inscription"],geometry:["point","vertex","area"],tags:{historic:"archaeological_site"},name:"Archaeological Site"},"historic/boundary_stone":{icon:"temaki-milestone",fields:["name","inscription"],geometry:["point","vertex"],tags:{historic:"boundary_stone"},name:"Boundary Stone"},"historic/castle":{icon:"maki-castle",fields:["name","castle_type","building_area","historic/civilization"],geometry:["point","area"],tags:{historic:"castle"},name:"Castle"},"historic/memorial":{icon:"maki-monument",fields:["name","memorial","inscription"],geometry:["point","vertex","area"],terms:["dedicatory","epitaph","remember","remembrance","memory","monument","stolperstein"],tags:{historic:"memorial"},name:"Memorial"},"historic/monument":{icon:"maki-monument",fields:["name","inscription"],geometry:["point","vertex","area"],tags:{historic:"monument"},name:"Monument"},"historic/ruins":{icon:"temaki-ruins",fields:["name","historic/civilization","inscription"],geometry:["point","vertex","area"],tags:{historic:"ruins"},name:"Ruins"},"historic/tomb":{icon:"maki-cemetery",fields:["name","tomb","building_area","inscription"],geometry:["point","area"],tags:{historic:"tomb"},name:"Tomb"},"historic/wayside_cross":{icon:"maki-religious-christian",fields:["name","inscription"],geometry:["point","vertex","area"],tags:{historic:"wayside_cross"},name:"Wayside Cross"},"historic/wayside_shrine":{icon:"maki-landmark",fields:["name","religion","denomination","inscription"],geometry:["point","vertex","area"],tags:{historic:"wayside_shrine"},name:"Wayside Shrine"},junction:{icon:"temaki-junction",fields:["name"],geometry:["vertex","area"],tags:{junction:"yes"},name:"Junction"},landuse:{fields:["name","landuse"],geometry:["area"],tags:{landuse:"*"},matchScore:0.9,name:"Land Use"},"landuse/farm":{icon:"maki-farm",fields:["name","operator","crop"],geometry:["point","area"],tags:{landuse:"farm"},terms:[],name:"Farmland",searchable:false},"landuse/allotments":{icon:"maki-garden-center",geometry:["area"],fields:["name"],tags:{landuse:"allotments"},terms:["allotment","garden"],name:"Community Garden"},"landuse/aquaculture":{icon:"maki-aquarium",fields:["name","operator","produce"],geometry:["area"],tags:{landuse:"aquaculture"},terms:["fish farm","crustacean","algae","aquafarming","shrimp farm","oyster farm","mariculture","algaculture"],name:"Aquaculture"},"landuse/basin":{icon:"maki-water",fields:["name"],geometry:["area"],tags:{landuse:"basin"},terms:[],name:"Basin"},"landuse/brownfield":{geometry:["area"],fields:["name"],tags:{landuse:"brownfield"},terms:[],matchScore:0.9,name:"Brownfield"},"landuse/cemetery":{icon:"maki-cemetery",fields:["name","religion","denomination"],geometry:["area"],tags:{landuse:"cemetery"},terms:[],name:"Cemetery"},"landuse/churchyard":{icon:"maki-religious-christian",fields:["name","religion","denomination"],geometry:["area"],tags:{landuse:"churchyard"},terms:[],name:"Churchyard"},"landuse/commercial":{icon:"maki-suitcase",fields:["name"],geometry:["area"],tags:{landuse:"commercial"},terms:[],matchScore:0.9,name:"Commercial Area"},"landuse/construction":{icon:"temaki-tools",fields:["name","construction","operator"],geometry:["area"],tags:{landuse:"construction"},terms:[],name:"Construction"},"landuse/farmland":{icon:"maki-farm",fields:["name","operator","crop","produce"],geometry:["area"],tags:{landuse:"farmland"},terms:["crop","grow","plant"],name:"Farmland"},"landuse/farmyard":{icon:"maki-farm",fields:["name","operator","crop"],geometry:["area"],tags:{landuse:"farmyard"},terms:["crop","grow","plant"],name:"Farmyard"},"landuse/forest":{icon:"maki-park-alt1",fields:["name","leaf_type","leaf_cycle","produce"],geometry:["area"],tags:{landuse:"forest"},terms:["cut","forest","lumber","tree"],name:"Forest"},"landuse/garages":{icon:"fas-warehouse",geometry:["area"],fields:["name"],tags:{landuse:"garages"},terms:[],name:"Garage Landuse"},"landuse/grass":{geometry:["area"],tags:{landuse:"grass"},terms:[],name:"Grass"},"landuse/greenfield":{geometry:["area"],fields:["name"],tags:{landuse:"greenfield"},terms:[],matchScore:0.9,name:"Greenfield"},"landuse/greenhouse_horticulture":{icon:"maki-garden",fields:["name","operator"],geometry:["area"],terms:["flower","greenhouse","horticulture","grow","vivero"],tags:{landuse:"greenhouse_horticulture"},matchScore:0.9,name:"Greenhouse Horticulture"},"landuse/harbour":{icon:"maki-harbor",fields:["name","operator"],geometry:["area"],terms:["boat"],tags:{landuse:"harbour"},name:"Harbor"},"landuse/industrial":{icon:"maki-industry",fields:["name","industrial"],geometry:["area"],tags:{landuse:"industrial"},terms:[],matchScore:0.9,name:"Industrial Area"},"landuse/industrial/scrap_yard":{icon:"maki-car",fields:["name","operator","address","opening_hours"],geometry:["point","area"],tags:{industrial:"scrap_yard"},addTags:{landuse:"industrial",industrial:"scrap_yard"},removeTags:{landuse:"industrial",industrial:"scrap_yard"},reference:{key:"industrial",value:"scrap_yard"},terms:["car","junk","metal","salvage","scrap","u-pull-it","vehicle","wreck","yard"],name:"Scrap Yard"},"landuse/industrial/slaughterhouse":{icon:"maki-slaughterhouse",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],tags:{industrial:"slaughterhouse"},addTags:{landuse:"industrial",industrial:"slaughterhouse"},removeTags:{landuse:"industrial",industrial:"slaughterhouse"},reference:{key:"industrial",value:"slaughterhouse"},terms:["abattoir","beef","butchery","calf","chicken","cow","killing house","meat","pig","pork","poultry","shambles","stockyard"],name:"Slaughterhouse"},"landuse/landfill":{geometry:["area"],fields:["name"],tags:{landuse:"landfill"},terms:["dump"],name:"Landfill"},"landuse/meadow":{icon:"maki-garden",geometry:["area"],fields:["name"],tags:{landuse:"meadow"},terms:[],name:"Meadow"},"landuse/military":{icon:"temaki-military",fields:["name"],geometry:["area"],tags:{landuse:"military"},terms:[],matchScore:0.9,name:"Military Area"},"landuse/military/airfield":{icon:"maki-airfield",fields:["name","iata","icao"],geometry:["point","area"],tags:{military:"airfield"},addTags:{aeroway:"aerodrome",landuse:"military",military:"airfield"},removeTags:{aeroway:"aerodrome",landuse:"military",military:"airfield"},reference:{key:"military",value:"airfield"},terms:["aerodrome","aeroway","air force","airplane","airport","army","base","bomb","fight","force","guard","heli*","jet","marine","navy","plane","troop","war"],name:"Military Airfield"},"landuse/military/barracks":{icon:"temaki-military",fields:["name","building_area"],geometry:["point","area"],tags:{military:"barracks"},addTags:{landuse:"military",military:"barracks"},removeTags:{landuse:"military",military:"barracks"},terms:["air force","army","base","fight","force","guard","marine","navy","troop","war"],name:"Barracks"},"landuse/military/bunker":{icon:"temaki-military",fields:["name","bunker_type","building_area"],geometry:["point","area"],tags:{military:"bunker"},addTags:{building:"bunker",landuse:"military",military:"bunker"},removeTags:{building:"bunker",landuse:"military",military:"bunker"},terms:["air force","army","base","fight","force","guard","marine","navy","troop","war"],name:"Military Bunker"},"landuse/military/checkpoint":{icon:"maki-barrier",fields:["name"],geometry:["point","vertex","area"],tags:{military:"checkpoint"},addTags:{landuse:"military",military:"checkpoint"},removeTags:{landuse:"military",military:"checkpoint"},terms:["air force","army","base","force","guard","marine","navy","troop","war"],name:"Checkpoint"},"landuse/military/danger_area":{icon:"maki-danger",fields:["name"],geometry:["point","vertex","area"],tags:{military:"danger_area"},addTags:{landuse:"military",military:"danger_area"},removeTags:{landuse:"military",military:"danger_area"},terms:["air force","army","base","blast","bomb","explo*","force","guard","mine","marine","navy","troop","war"],name:"Danger Area"},"landuse/military/naval_base":{icon:"temaki-military",fields:["name"],geometry:["point","area"],tags:{military:"naval_base"},addTags:{landuse:"military",military:"naval_base"},removeTags:{landuse:"military",military:"naval_base"},terms:["base","fight","force","guard","marine","navy","ship","sub","troop","war"],name:"Naval Base"},"landuse/military/nuclear_explosion_site":{icon:"maki-danger",fields:["name"],geometry:["point","vertex","area"],tags:{military:"nuclear_explosion_site"},addTags:{landuse:"military",military:"nuclear_explosion_site"},removeTags:{landuse:"military",military:"nuclear_explosion_site"},terms:["atom","blast","bomb","detonat*","nuke","site","test"],name:"Nuclear Explosion Site"},"landuse/military/obstacle_course":{icon:"temaki-military",geometry:["point","area"],tags:{military:"obstacle_course"},addTags:{landuse:"military",military:"obstacle_course"},removeTags:{landuse:"military",military:"obstacle_course"},terms:["army","base","force","guard","marine","navy","troop","war"],name:"Obstacle Course"},"landuse/military/office":{icon:"temaki-military",fields:["name","building_area"],geometry:["point","area"],tags:{military:"office"},addTags:{landuse:"military",military:"office"},removeTags:{landuse:"military",military:"office"},terms:["air force","army","base","enlist","fight","force","guard","marine","navy","recruit","troop","war"],name:"Military Office"},"landuse/military/range":{icon:"temaki-military",fields:["name"],geometry:["point","area"],tags:{military:"range"},addTags:{landuse:"military",military:"range"},removeTags:{landuse:"military",military:"range"},terms:["air force","army","base","fight","fire","force","guard","gun","marine","navy","rifle","shoot*","snip*","train","troop","war"],name:"Military Range"},"landuse/military/training_area":{icon:"temaki-military",fields:["name"],geometry:["point","area"],tags:{military:"training_area"},addTags:{landuse:"military",military:"training_area"},removeTags:{landuse:"military",military:"training_area"},terms:["air force","army","base","fight","fire","force","guard","gun","marine","navy","rifle","shoot*","snip*","train","troop","war"],name:"Training Area"},"landuse/orchard":{icon:"maki-park-alt1",fields:["name","operator","trees"],geometry:["area"],tags:{landuse:"orchard"},terms:["fruit"],name:"Orchard"},"landuse/plant_nursery":{icon:"maki-garden",fields:["name","operator","plant"],geometry:["area"],tags:{landuse:"plant_nursery"},terms:["flower","garden","grow","vivero"],name:"Plant Nursery"},"landuse/quarry":{geometry:["area"],fields:["name"],tags:{landuse:"quarry"},terms:[],name:"Quarry"},"landuse/railway":{icon:"maki-rail",fields:["operator"],geometry:["area"],tags:{landuse:"railway"},terms:["rail","train","track"],name:"Railway Corridor"},"landuse/recreation_ground":{icon:"maki-pitch",geometry:["area"],fields:["name"],tags:{landuse:"recreation_ground"},terms:["playing fields"],name:"Recreation Ground"},"landuse/religious":{icon:"maki-place-of-worship",geometry:["area"],fields:["name","religion","denomination"],tags:{landuse:"religious"},terms:[],name:"Religious Area"},"landuse/residential":{icon:"maki-building",geometry:["area"],tags:{landuse:"residential"},terms:[],matchScore:0.9,name:"Residential Area"},"landuse/retail":{icon:"maki-commercial",geometry:["area"],fields:["name"],tags:{landuse:"retail"},matchScore:0.9,name:"Retail Area"},"landuse/vineyard":{fields:["name","operator","grape_variety"],geometry:["area"],tags:{landuse:"vineyard"},addTags:{landuse:"vineyard",crop:"grape"},removeTags:{landuse:"vineyard",crop:"grape",grape_variety:"*"},terms:["grape","wine"],name:"Vineyard"},leisure:{icon:"maki-pitch",fields:["name","leisure"],geometry:["point","vertex","area"],tags:{leisure:"*"},name:"Leisure"},"leisure/adult_gaming_centre":{icon:"temaki-dice",fields:["name","operator","address","building_area","opening_hours","smoking"],geometry:["point","area"],terms:["gambling","slot machine"],tags:{leisure:"adult_gaming_centre"},name:"Adult Gaming Center"},"leisure/amusement_arcade":{icon:"maki-gaming",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["pay-to-play games","video games","driving simulators","pinball machines"],tags:{leisure:"amusement_arcade"},name:"Amusement Arcade"},"leisure/beach_resort":{icon:"temaki-beach",fields:["name","address","fee"],geometry:["point","area"],tags:{leisure:"beach_resort"},name:"Beach Resort"},"leisure/bird_hide":{icon:"temaki-binoculars",fields:["building_area"],geometry:["point","area"],tags:{leisure:"bird_hide"},terms:["machan","ornithology"],name:"Bird Hide"},"leisure/bleachers":{geometry:["point","area"],tags:{leisure:"bleachers"},terms:["crowd","bench","sports","stand","stands","seat","seating"],name:"Bleachers"},"leisure/bowling_alley":{icon:"temaki-bowling",fields:["name","operator","address","building_area","opening_hours","smoking"],geometry:["point","area"],terms:["bowling center"],tags:{leisure:"bowling_alley"},name:"Bowling Alley"},"leisure/common":{icon:"temaki-pedestrian",geometry:["point","area"],fields:["name"],terms:["open space"],tags:{leisure:"common"},name:"Common"},"leisure/dance":{icon:"maki-music",fields:["name","operator","address","building_area","dance/style","opening_hours"],geometry:["point","area"],terms:["ballroom","jive","swing","tango","waltz"],tags:{leisure:"dance"},name:"Dance Hall"},"leisure/dancing_school":{icon:"maki-music",fields:["name","operator","address","opening_hours","dance/style"],geometry:["point","area"],terms:["jive","swing","tango","waltz","dance teaching"],tags:{leisure:"dance","dance:teaching":"yes"},reference:{key:"leisure",value:"dance"},name:"Dance School"},"leisure/dog_park":{icon:"maki-dog-park",geometry:["point","area"],fields:["name"],terms:[],tags:{leisure:"dog_park"},name:"Dog Park"},"leisure/firepit":{icon:"maki-fire-station",geometry:["point","area"],tags:{leisure:"firepit"},terms:["fireplace","campfire"],name:"Firepit"},"leisure/fitness_centre":{icon:"maki-pitch",fields:["name","sport","address","building_area","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_centre"},terms:["health","gym","leisure","studio"],name:"Gym / Fitness Center"},"leisure/fitness_centre/yoga":{icon:"maki-pitch",fields:["name","sport","address","building_area","opening_hours"],geometry:["point","area"],terms:["studio"],tags:{leisure:"fitness_centre",sport:"yoga"},reference:{key:"sport",value:"yoga"},name:"Yoga Studio"},"leisure/fitness_station":{icon:"maki-pitch",fields:["fitness_station","ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station"},addTags:{leisure:"fitness_station",sport:"fitness"},removeTags:{leisure:"fitness_station",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["exercise","fitness","gym","trim trail"],name:"Outdoor Fitness Station"},"leisure/fitness_station/balance_beam":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"balance_beam"},addTags:{leisure:"fitness_station",fitness_station:"balance_beam",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"balance_beam",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["balance","exercise","fitness","gym","trim trail"],name:"Exercise Balance Beam"},"leisure/fitness_station/box":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"box"},addTags:{leisure:"fitness_station",fitness_station:"box",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"box",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["box","exercise","fitness","gym","jump","trim trail"],name:"Exercise Box"},"leisure/fitness_station/horizontal_bar":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"horizontal_bar"},addTags:{leisure:"fitness_station",fitness_station:"horizontal_bar",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"horizontal_bar",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["bar","chinup","chin up","exercise","fitness","gym","pullup","pull up","trim trail"],name:"Exercise Horizontal Bar"},"leisure/fitness_station/horizontal_ladder":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"horizontal_ladder"},addTags:{leisure:"fitness_station",fitness_station:"horizontal_ladder",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"horizontal_ladder",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["bar","chinup","chin up","exercise","fitness","gym","ladder","monkey bars","pullup","pull up","trim trail"],name:"Exercise Monkey Bars"},"leisure/fitness_station/hyperextension":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"hyperextension"},addTags:{leisure:"fitness_station",fitness_station:"hyperextension",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"hyperextension",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["back","exercise","extension","fitness","gym","roman chair","trim trail"],name:"Hyperextension Station"},"leisure/fitness_station/parallel_bars":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"parallel_bars"},addTags:{leisure:"fitness_station",fitness_station:"parallel_bars",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"parallel_bars",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["bar","dip","exercise","fitness","gym","trim trail"],name:"Parallel Bars"},"leisure/fitness_station/push-up":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"push-up"},addTags:{leisure:"fitness_station",fitness_station:"push-up",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"push-up",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["bar","exercise","fitness","gym","pushup","push up","trim trail"],name:"Push-Up Station"},"leisure/fitness_station/rings":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"rings"},addTags:{leisure:"fitness_station",fitness_station:"rings",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"rings",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["exercise","fitness","gym","muscle up","pullup","pull up","trim trail"],name:"Exercise Rings"},"leisure/fitness_station/sign":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"sign"},addTags:{leisure:"fitness_station",fitness_station:"sign",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"sign",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["exercise","fitness","gym","trim trail"],name:"Exercise Instruction Sign"},"leisure/fitness_station/sit-up":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"sit-up"},addTags:{leisure:"fitness_station",fitness_station:"sit-up",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"sit-up",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["crunch","exercise","fitness","gym","situp","sit up","trim trail"],name:"Sit-Up Station"},"leisure/fitness_station/stairs":{icon:"maki-pitch",fields:["ref","opening_hours"],geometry:["point","area"],tags:{leisure:"fitness_station",fitness_station:"stairs"},addTags:{leisure:"fitness_station",fitness_station:"stairs",sport:"fitness"},removeTags:{leisure:"fitness_station",fitness_station:"stairs",sport:"fitness"},reference:{key:"leisure",value:"fitness_station"},terms:["exercise","fitness","gym","steps","trim trail"],name:"Exercise Stairs"},"leisure/garden":{icon:"maki-garden",fields:["name","access_simple"],geometry:["point","vertex","area"],tags:{leisure:"garden"},name:"Garden"},"leisure/golf_course":{icon:"maki-golf",fields:["name","operator","address","opening_hours"],geometry:["point","area"],terms:["links"],tags:{leisure:"golf_course"},name:"Golf Course"},"leisure/hackerspace":{icon:"maki-commercial",fields:["name","address","building_area","opening_hours","website"],geometry:["point","area"],terms:["makerspace","hackspace","hacklab"],tags:{leisure:"hackerspace"},name:"Hackerspace"},"leisure/horse_riding":{icon:"maki-horse-riding",fields:["name","access_simple","operator","address","building"],geometry:["point","area"],terms:["equestrian","stable"],tags:{leisure:"horse_riding"},name:"Horseback Riding Facility"},"leisure/ice_rink":{icon:"maki-pitch",fields:["name","seasonal","sport_ice","operator","address","building","opening_hours"],geometry:["point","area"],terms:["hockey","skating","curling"],tags:{leisure:"ice_rink"},name:"Ice Rink"},"leisure/marina":{icon:"maki-harbor",fields:["name","operator","address","capacity","fee","sanitary_dump_station","power_supply","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","vertex","area"],terms:["boat"],tags:{leisure:"marina"},name:"Marina"},"leisure/miniature_golf":{icon:"maki-golf",fields:["name","operator","address","opening_hours"],geometry:["point","area"],terms:["crazy golf","mini golf","putt-putt"],tags:{leisure:"miniature_golf"},name:"Miniature Golf"},"leisure/nature_reserve":{icon:"maki-park",geometry:["point","area"],fields:["name"],tags:{leisure:"nature_reserve"},terms:["protected","wildlife"],name:"Nature Reserve"},"leisure/outdoor_seating":{icon:"maki-picnic-site",geometry:["point","area"],fields:["name","operator"],terms:["al fresco","beer garden","dining","cafe","restaurant","pub","bar","patio"],tags:{leisure:"outdoor_seating"},name:"Outdoor Seating Area"},"leisure/park":{icon:"maki-park",geometry:["point","area"],fields:["name"],terms:["esplanade","estate","forest","garden","grass","green","grounds","lawn","lot","meadow","parkland","place","playground","plaza","pleasure garden","recreation area","square","tract","village green","woodland"],tags:{leisure:"park"},name:"Park"},"leisure/picnic_table":{icon:"maki-picnic-site",geometry:["point"],tags:{leisure:"picnic_table"},terms:["bench"],name:"Picnic Table"},"leisure/pitch":{icon:"maki-pitch",fields:["name","sport","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch"},terms:["field"],name:"Sport Pitch"},"leisure/pitch/american_football":{icon:"maki-america-football",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"american_football"},reference:{key:"sport",value:"american_football"},terms:[],name:"American Football Field"},"leisure/pitch/baseball":{icon:"maki-baseball",fields:["name","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"baseball"},reference:{key:"sport",value:"baseball"},terms:[],name:"Baseball Diamond"},"leisure/pitch/basketball":{icon:"maki-basketball",fields:["name","surface","hoops","lit","access_simple"],geometry:["point","area"],tags:{leisure:"pitch",sport:"basketball"},reference:{key:"sport",value:"basketball"},terms:[],name:"Basketball Court"},"leisure/pitch/beachvolleyball":{icon:"maki-basketball",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"beachvolleyball"},addTags:{leisure:"pitch",sport:"beachvolleyball",surface:"sand"},removeTags:{leisure:"pitch",sport:"beachvolleyball",surface:"sand"},reference:{key:"sport",value:"beachvolleyball"},terms:["volleyball"],name:"Beach Volleyball Court"},"leisure/pitch/boules":{icon:"maki-pitch",fields:["name","boules","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"boules"},reference:{key:"sport",value:"boules"},terms:["bocce","lyonnaise","pétanque"],name:"Boules/Bocce Court"},"leisure/pitch/bowls":{icon:"maki-pitch",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"bowls"},reference:{key:"sport",value:"bowls"},terms:[],name:"Bowling Green"},"leisure/pitch/cricket":{icon:"maki-cricket",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"cricket"},reference:{key:"sport",value:"cricket"},terms:[],name:"Cricket Field"},"leisure/pitch/equestrian":{icon:"maki-horse-riding",fields:["name","surface","lit","building"],geometry:["point","area"],tags:{leisure:"pitch",sport:"equestrian"},reference:{key:"sport",value:"equestrian"},terms:["dressage","equestrian","horse","horseback","riding"],name:"Riding Arena"},"leisure/pitch/rugby_league":{icon:"maki-america-football",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"rugby_league"},reference:{key:"sport",value:"rugby_league"},terms:[],name:"Rugby League Field"},"leisure/pitch/rugby_union":{icon:"maki-america-football",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"rugby_union"},reference:{key:"sport",value:"rugby_union"},terms:[],name:"Rugby Union Field"},"leisure/pitch/skateboard":{icon:"maki-pitch",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"skateboard"},reference:{key:"sport",value:"skateboard"},terms:[],name:"Skate Park"},"leisure/pitch/soccer":{icon:"maki-soccer",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"soccer"},reference:{key:"sport",value:"soccer"},terms:["football"],name:"Soccer Field"},"leisure/pitch/table_tennis":{icon:"maki-tennis",fields:["name","lit","access_simple"],geometry:["point","area"],tags:{leisure:"pitch",sport:"table_tennis"},reference:{key:"sport",value:"table_tennis"},terms:["table tennis","ping pong"],name:"Ping Pong Table"},"leisure/pitch/tennis":{icon:"maki-tennis",fields:["name","surface","lit","access_simple"],geometry:["point","area"],tags:{leisure:"pitch",sport:"tennis"},reference:{key:"sport",value:"tennis"},terms:[],name:"Tennis Court"},"leisure/pitch/volleyball":{icon:"maki-basketball",fields:["name","surface","lit"],geometry:["point","area"],tags:{leisure:"pitch",sport:"volleyball"},reference:{key:"sport",value:"volleyball"},terms:[],name:"Volleyball Court"},"leisure/playground":{icon:"maki-playground",fields:["name","operator","surface","playground/max_age","playground/min_age","access_simple"],geometry:["point","area"],terms:["jungle gym","play area"],tags:{leisure:"playground"},name:"Playground"},"leisure/resort":{icon:"maki-lodging",fields:["name","operator","address","opening_hours"],geometry:["point","area"],tags:{leisure:"resort"},name:"Resort"},"leisure/running_track":{icon:"maki-pitch",fields:["surface","sport_racing_nonmotor","lit","width","lanes"],geometry:["point","line","area"],tags:{leisure:"track",sport:"running"},terms:["race*","running","sprint","track"],name:"Racetrack (Running)"},"leisure/sauna":{icon:"fas-thermometer-three-quarters",fields:["name","operator","address","opening_hours","access_simple","fee"],geometry:["point","area"],tags:{leisure:"sauna"},name:"Sauna"},"leisure/slipway":{icon:"temaki-beach",geometry:["point","line"],terms:["boat launch","boat ramp"],tags:{leisure:"slipway"},name:"Slipway"},"leisure/sports_centre":{icon:"maki-pitch",fields:["name","sport","building","address","opening_hours"],geometry:["point","area"],tags:{leisure:"sports_centre"},terms:[],name:"Sports Center / Complex"},"leisure/sports_centre/swimming":{icon:"maki-swimming",fields:["name","access_simple","operator","address","building"],geometry:["point","area"],terms:["dive","water"],tags:{leisure:"sports_centre",sport:"swimming"},reference:{key:"sport",value:"swimming"},name:"Swimming Pool Facility"},"leisure/stadium":{icon:"maki-pitch",fields:["name","sport","address"],geometry:["point","area"],tags:{leisure:"stadium"},name:"Stadium"},"leisure/swimming_pool":{icon:"maki-swimming",fields:["name","access_simple","operator","address"],geometry:["point","area"],terms:["dive","water"],tags:{leisure:"swimming_pool"},name:"Swimming Pool"},"leisure/track":{icon:"iD-highway-road",fields:["surface","sport_racing_nonmotor","lit","width","lanes"],geometry:["point","line","area"],tags:{leisure:"track"},terms:["cycle","dog","greyhound","horse","race*","track"],name:"Racetrack (Non-Motorsport)"},"leisure/water_park":{icon:"maki-swimming",fields:["name","operator","address"],geometry:["point","area"],terms:["swim","pool","dive"],tags:{leisure:"water_park"},name:"Water Park"},line:{fields:["name"],geometry:["line"],tags:{},name:"Line",matchScore:0.1},man_made:{icon:"temaki-storage_tank",fields:["name","man_made"],geometry:["point","vertex","line","area"],tags:{man_made:"*"},name:"Man Made"},"man_made/embankment":{geometry:["line"],tags:{man_made:"embankment"},name:"Embankment",searchable:false},"man_made/adit":{icon:"maki-triangle",geometry:["point","area"],fields:["operator","direction"],terms:["entrance","underground","mine","cave"],tags:{man_made:"adit"},name:"Adit"},"man_made/antenna":{icon:"temaki-antenna",fields:["height","communication_multi"],geometry:["point"],terms:["broadcast","cell phone","cell","communication","mobile phone","radio","television","transmission","tv"],tags:{man_made:"antenna"},name:"Antenna"},"man_made/breakwater":{geometry:["line","area"],tags:{man_made:"breakwater"},name:"Breakwater"},"man_made/bridge":{geometry:["area"],tags:{man_made:"bridge"},name:"Bridge"},"man_made/chimney":{icon:"temaki-chimney",geometry:["point","area"],tags:{man_made:"chimney"},name:"Chimney"},"man_made/clearcut":{icon:"maki-logging",geometry:["area"],tags:{man_made:"clearcut"},terms:["cut","forest","lumber","tree","wood"],name:"Clearcut Forest"},"man_made/crane":{icon:"temaki-crane",fields:["operator","height","crane/type"],geometry:["point","line","vertex","area"],tags:{man_made:"crane"},name:"Crane"},"man_made/cutline":{icon:"maki-logging",geometry:["line"],tags:{man_made:"cutline"},name:"Cut line"},"man_made/flagpole":{icon:"maki-embassy",geometry:["point"],tags:{man_made:"flagpole"},name:"Flagpole"},"man_made/gasometer":{icon:"temaki-storage_tank",geometry:["point","area"],terms:["gas holder"],tags:{man_made:"gasometer"},name:"Gasometer"},"man_made/groyne":{geometry:["line","area"],tags:{man_made:"groyne"},name:"Groyne"},"man_made/lighthouse":{icon:"maki-lighthouse",fields:["building_area"],geometry:["point","area"],tags:{man_made:"lighthouse"},name:"Lighthouse"},"man_made/mast":{icon:"temaki-antenna",fields:["tower/type","tower/construction","height","communication_multi"],geometry:["point"],terms:["antenna","broadcast tower","cell phone tower","cell tower","communication mast","communication tower","guyed tower","mobile phone tower","radio mast","radio tower","television tower","transmission mast","transmission tower","tv tower"],tags:{man_made:"mast"},name:"Mast"},"man_made/monitoring_station":{icon:"temaki-antenna",geometry:["point","area"],fields:["monitoring_multi","operator"],terms:["weather","earthquake","seismology","air","gps"],tags:{man_made:"monitoring_station"},name:"Monitoring Station"},"man_made/observation":{icon:"temaki-tower",geometry:["point","area"],terms:["lookout tower","fire tower"],tags:{man_made:"tower","tower:type":"observation"},name:"Observation Tower"},"man_made/observatory":{geometry:["point","area"],terms:["astronomical","meteorological"],tags:{man_made:"observatory"},name:"Observatory"},"man_made/petroleum_well":{icon:"temaki-storage_tank",geometry:["point"],terms:["drilling rig","oil derrick","oil drill","oil horse","oil rig","oil pump","petroleum well","pumpjack"],tags:{man_made:"petroleum_well"},name:"Oil Well"},"man_made/pier":{icon:"iD-highway-footway",fields:["name","surface","lit","width","access"],geometry:["line","area"],terms:["dock","jetty"],tags:{man_made:"pier"},name:"Pier"},"man_made/pipeline":{icon:"iD-pipeline-line",fields:["location","operator","substance"],geometry:["line"],tags:{man_made:"pipeline"},name:"Pipeline"},"man_made/pumping_station":{icon:"maki-water",geometry:["point","area"],tags:{man_made:"pumping_station"},name:"Pumping Station"},"man_made/silo":{icon:"temaki-silo",fields:["building_area","crop"],geometry:["point","area"],terms:["grain","corn","wheat"],tags:{man_made:"silo"},name:"Silo"},"man_made/storage_tank":{icon:"temaki-storage_tank",fields:["building_area","content"],geometry:["point","area"],terms:["water","oil","gas","petrol"],tags:{man_made:"storage_tank"},name:"Storage Tank"},"man_made/surveillance_camera":{icon:"maki-attraction",geometry:["point","vertex"],fields:["surveillance","surveillance/type","camera/type","camera/mount","camera/direction","surveillance/zone","contact/webcam"],terms:["anpr","alpr","camera","car plate recognition","cctv","guard","license plate recognition","monitoring","number plate recognition","security","video","webcam"],tags:{man_made:"surveillance","surveillance:type":"camera"},name:"Surveillance Camera"},"man_made/surveillance":{icon:"maki-attraction",geometry:["point","vertex"],fields:["surveillance","surveillance/type","surveillance/zone","direction"],terms:["anpr","alpr","camera","car plate recognition","cctv","guard","license plate recognition","monitoring","number plate recognition","security","video","webcam"],tags:{man_made:"surveillance"},name:"Surveillance"},"man_made/survey_point":{icon:"maki-monument",fields:["ref"],geometry:["point","vertex"],terms:["trig point","triangulation pillar","trigonometrical station"],tags:{man_made:"survey_point"},name:"Survey Point"},"man_made/tower":{icon:"temaki-tower",fields:["tower/type","tower/construction","height"],geometry:["point","area"],tags:{man_made:"tower"},name:"Tower"},"man_made/wastewater_plant":{icon:"maki-water",fields:["name","operator","address"],geometry:["point","area"],terms:["sewage*","water treatment plant","reclamation plant"],tags:{man_made:"wastewater_plant"},name:"Wastewater Plant"},"man_made/water_tower":{icon:"maki-water",fields:["operator"],geometry:["point","area"],tags:{man_made:"water_tower"},name:"Water Tower"},"man_made/water_well":{icon:"maki-water",fields:["operator"],geometry:["point","area"],tags:{man_made:"water_well"},name:"Water Well"},"man_made/water_works":{icon:"maki-water",fields:["name","operator","address"],geometry:["point","area"],tags:{man_made:"water_works"},name:"Water Works"},"man_made/watermill":{icon:"maki-buddhism",fields:["building_area"],geometry:["point","area"],terms:["water","wheel","mill"],tags:{man_made:"watermill"},name:"Watermill"},"man_made/windmill":{icon:"temaki-windmill",fields:["building_area"],geometry:["point","area"],terms:["wind","wheel","mill"],tags:{man_made:"windmill"},name:"Windmill"},"man_made/works":{icon:"maki-industry",fields:["name","operator","address","building_area","product"],geometry:["point","area"],terms:["assembly","build","brewery","car","plant","plastic","processing","manufacture","refinery"],tags:{man_made:"works"},name:"Factory"},manhole:{icon:"maki-circle-stroked",fields:["manhole","operator","label","ref"],geometry:["point","vertex"],tags:{manhole:"*"},terms:["cover","hole","sewer","sewage","telecom"],name:"Manhole"},"manhole/drain":{icon:"maki-water",fields:["operator","ref"],geometry:["point","vertex"],tags:{manhole:"drain"},terms:["cover","drain","hole","rain","sewer","sewage","storm"],name:"Storm Drain"},"manhole/telecom":{icon:"maki-circle-stroked",fields:["operator","ref"],geometry:["point","vertex"],tags:{manhole:"telecom"},terms:["cover","phone","hole","telecom","telephone","bt"],name:"Telecom Manhole"},natural:{icon:"maki-natural",fields:["name","natural"],geometry:["point","vertex","area"],tags:{natural:"*"},name:"Natural"},"natural/bare_rock":{geometry:["area"],tags:{natural:"bare_rock"},terms:["rock"],name:"Bare Rock"},"natural/bay":{icon:"temaki-beach",geometry:["point","area"],fields:["name"],tags:{natural:"bay"},terms:[],name:"Bay"},"natural/beach":{icon:"temaki-beach",fields:["surface"],geometry:["point","area"],tags:{natural:"beach"},terms:["shore"],name:"Beach"},"natural/cave_entrance":{icon:"maki-triangle",geometry:["point","area"],fields:["fee","access_simple","direction"],tags:{natural:"cave_entrance"},terms:["cavern","hollow","grotto","shelter","cavity"],name:"Cave Entrance"},"natural/cliff":{icon:"maki-triangle",fields:["name","height"],geometry:["point","vertex","line","area"],tags:{natural:"cliff"},terms:["crag","escarpment","rock face","scarp"],name:"Cliff"},"natural/coastline":{geometry:["line"],tags:{natural:"coastline"},terms:["shore"],name:"Coastline"},"natural/fell":{geometry:["area"],tags:{natural:"fell"},terms:[],name:"Fell"},"natural/glacier":{geometry:["area"],tags:{natural:"glacier"},terms:[],name:"Glacier"},"natural/grassland":{geometry:["area"],tags:{natural:"grassland"},terms:["prairie","savanna"],name:"Grassland"},"natural/heath":{geometry:["area"],tags:{natural:"heath"},terms:[],name:"Heath"},"natural/mud":{geometry:["area"],tags:{natural:"mud"},terms:["wetland"],name:"Mud"},"natural/peak":{icon:"maki-mountain",fields:["name","elevation"],geometry:["point","vertex"],tags:{natural:"peak"},terms:["acme","aiguille","alp","climax","crest","crown","hill","mount","mountain","pinnacle","summit","tip","top"],name:"Peak"},"natural/reef":{icon:"temaki-beach",geometry:["point","area"],tags:{natural:"reef"},terms:["barrier","coral","ocean","sand","shoal"],name:"Reef"},"natural/ridge":{geometry:["line"],tags:{natural:"ridge"},terms:["crest"],name:"Ridge"},"natural/saddle":{icon:"maki-triangle-stroked",fields:["elevation"],geometry:["point","vertex"],tags:{natural:"saddle"},terms:["pass","mountain pass","top"],name:"Saddle"},"natural/sand":{geometry:["area"],tags:{natural:"sand"},terms:["desert"],name:"Sand"},"natural/scree":{geometry:["area"],tags:{natural:"scree"},terms:["loose rocks"],name:"Scree"},"natural/scrub":{geometry:["area"],tags:{natural:"scrub"},terms:["bush","shrubs"],name:"Scrub"},"natural/spring":{icon:"maki-water",fields:["name","intermittent"],geometry:["point","vertex"],tags:{natural:"spring"},terms:[],name:"Spring"},"natural/tree_row":{icon:"maki-park",fields:["leaf_type","leaf_cycle","denotation"],geometry:["line"],tags:{natural:"tree_row"},terms:[],name:"Tree row"},"natural/tree":{icon:"maki-park",fields:["leaf_type_singular","leaf_cycle_singular","denotation"],geometry:["point","vertex"],tags:{natural:"tree"},terms:[],name:"Tree"},"natural/volcano":{icon:"maki-volcano",fields:["name","elevation","volcano/status","volcano/type"],geometry:["point","vertex"],tags:{natural:"volcano"},terms:["mountain","crater"],name:"Volcano"},"natural/water":{icon:"maki-water",fields:["water"],geometry:["area"],tags:{natural:"water"},name:"Water"},"natural/water/lake":{icon:"maki-water",fields:["name","intermittent"],geometry:["area"],tags:{natural:"water",water:"lake"},reference:{key:"natural",value:"water"},terms:["lakelet","loch","mere"],name:"Lake"},"natural/water/pond":{icon:"maki-water",fields:["name","intermittent"],geometry:["area"],tags:{natural:"water",water:"pond"},reference:{key:"natural",value:"water"},terms:["lakelet","millpond","tarn","pool","mere"],name:"Pond"},"natural/water/reservoir":{icon:"maki-water",fields:["name","intermittent"],geometry:["area"],tags:{natural:"water",water:"reservoir"},reference:{key:"natural",value:"water"},name:"Reservoir"},"natural/wetland":{icon:"maki-wetland",fields:["wetland"],geometry:["point","area"],tags:{natural:"wetland"},terms:["bog","marsh","reedbed","swamp","tidalflat"],name:"Wetland"},"natural/wood":{icon:"maki-park-alt1",fields:["name","leaf_type","leaf_cycle"],geometry:["point","area"],tags:{natural:"wood"},terms:["tree"],name:"Wood"},"noexit/yes":{icon:"maki-barrier",geometry:["vertex"],terms:["no exit","road end","dead end"],tags:{noexit:"yes"},reference:{key:"noexit",value:"*"},name:"No Exit"},office:{icon:"maki-suitcase",fields:["name","office","address","building_area","opening_hours","smoking"],geometry:["point","vertex","area"],tags:{office:"*"},terms:[],name:"Office"},"office/administrative":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"administrative"},terms:[],searchable:false,name:"Administrative Office"},"office/physician":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"physician"},searchable:false,name:"Physician"},"office/travel_agent":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"travel_agent"},reference:{key:"shop",value:"travel_agency"},terms:[],name:"Travel Agency",searchable:false},"office/accountant":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"accountant"},terms:[],name:"Accountant Office"},"office/adoption_agency":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"adoption_agency"},terms:[],name:"Adoption Agency"},"office/advertising_agency":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"advertising_agency"},terms:["ad","ad agency","advert agency","advertising","marketing"],name:"Advertising Agency"},"office/architect":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"architect"},terms:[],name:"Architect Office"},"office/association":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"association"},terms:["association","non-profit","nonprofit","organization","society"],name:"Nonprofit Organization Office"},"office/charity":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"charity"},terms:["charitable organization"],name:"Charity Office"},"office/company":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours","smoking"],geometry:["point","area"],tags:{office:"company"},terms:[],name:"Corporate Office"},"office/coworking":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],terms:["coworking","office"],tags:{office:"coworking"},reference:{key:"amenity",value:"coworking_space"},name:"Coworking Space"},"office/educational_institution":{icon:"maki-school",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"educational_institution"},terms:[],name:"Educational Institution"},"office/employment_agency":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"employment_agency"},terms:["job"],name:"Employment Agency"},"office/energy_supplier":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"energy_supplier"},terms:["electricity","energy company","energy utility","gas utility"],name:"Energy Supplier Office"},"office/estate_agent":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"estate_agent"},terms:[],name:"Real Estate Office"},"office/financial":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"financial"},terms:[],name:"Financial Office"},"office/forestry":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"forestry"},terms:["forest","ranger"],name:"Forestry Office"},"office/foundation":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"foundation"},terms:[],name:"Foundation Office"},"office/government":{icon:"maki-town-hall",fields:["name","government","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"government"},terms:[],name:"Government Office"},"office/government/register_office":{icon:"maki-town-hall",fields:["name","address","building_area","opening_hours","operator"],geometry:["point","area"],terms:["clerk","marriage","death","birth","certificate"],tags:{office:"government",government:"register_office"},reference:{key:"government",value:"register_office"},name:"Register Office"},"office/government/tax":{icon:"maki-town-hall",fields:["name","address","building_area","opening_hours","operator"],geometry:["point","area"],terms:["fiscal authorities","revenue office","tax office"],tags:{office:"government",government:"tax"},reference:{key:"government",value:"tax"},name:"Tax and Revenue Office"},"office/guide":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"guide"},terms:["dive guide","mountain guide","tour guide"],name:"Tour Guide Office"},"office/insurance":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"insurance"},terms:[],name:"Insurance Office"},"office/it":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"it"},terms:["computer","information","software","technology"],name:"Information Technology Office"},"office/lawyer":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"lawyer"},terms:[],name:"Law Office"},"office/lawyer/notary":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"lawyer",lawyer:"notary"},reference:{key:"office",value:"notary"},searchable:false,name:"Notary Office"},"office/moving_company":{icon:"maki-warehouse",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"moving_company"},terms:["relocation"],name:"Moving Company Office"},"office/newspaper":{icon:"maki-library",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"newspaper"},terms:[],name:"Newspaper Office"},"office/ngo":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours","smoking"],geometry:["point","area"],tags:{office:"ngo"},terms:["ngo","non government","non-government","organization","organisation"],name:"NGO Office"},"office/notary":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"notary"},terms:["clerk","deeds","estate","signature","wills"],name:"Notary Office"},"office/political_party":{icon:"maki-town-hall",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"political_party"},terms:[],name:"Political Party"},"office/private_investigator":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"private_investigator"},terms:["PI","private eye","private detective"],name:"Private Investigator Office"},"office/quango":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"quango"},terms:["ngo","non government","non-government","organization","organisation","quasi autonomous","quasi-autonomous"],name:"Quasi-NGO Office"},"office/research":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"research"},terms:[],name:"Research Office"},"office/surveyor":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"surveyor"},terms:[],name:"Surveyor Office"},"office/tax_advisor":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"tax_advisor"},terms:["tax","tax consultant"],name:"Tax Advisor Office"},"office/telecommunication":{icon:"maki-telephone",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"telecommunication"},terms:["communication","internet","phone","voice"],name:"Telecom Office"},"office/therapist":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours"],geometry:["point","area"],tags:{office:"therapist"},terms:["therapy"],name:"Therapist Office"},"office/water_utility":{icon:"maki-suitcase",fields:["name","address","building_area","opening_hours","operator"],geometry:["point","area"],tags:{office:"water_utility"},terms:["water board","utility"],name:"Water Utility Office"},piste:{icon:"maki-skiing",fields:["name","piste/type","piste/difficulty","piste/grooming","oneway","lit"],geometry:["point","line","area"],terms:["ski","sled","sleigh","snowboard","nordic","downhill","snowmobile"],tags:{"piste:type":"*"},name:"Piste/Ski Trail"},"place/farm":{icon:"maki-farm",geometry:["point","area"],fields:["name"],tags:{place:"farm"},name:"Farm",searchable:false},"place/city":{icon:"maki-city",fields:["name","population"],geometry:["point","area"],tags:{place:"city"},name:"City"},"place/hamlet":{icon:"maki-triangle-stroked",fields:["name","population"],geometry:["point","area"],tags:{place:"hamlet"},name:"Hamlet"},"place/island":{icon:"maki-mountain",geometry:["point","area"],fields:["name"],terms:["archipelago","atoll","bar","cay","isle","islet","key","reef"],tags:{place:"island"},name:"Island"},"place/islet":{icon:"maki-mountain",geometry:["point","area"],fields:["name"],terms:["archipelago","atoll","bar","cay","isle","islet","key","reef"],tags:{place:"islet"},name:"Islet"},"place/isolated_dwelling":{icon:"maki-home",geometry:["point","area"],fields:["name"],tags:{place:"isolated_dwelling"},name:"Isolated Dwelling"},"place/locality":{icon:"maki-triangle-stroked",geometry:["point","area"],fields:["name"],tags:{place:"locality"},name:"Locality"},"place/neighbourhood":{icon:"maki-triangle-stroked",fields:["name","population"],geometry:["point","area"],tags:{place:"neighbourhood"},terms:["neighbourhood"],name:"Neighborhood"},"place/plot":{icon:"maki-triangle-stroked",fields:["name"],geometry:["point","area"],tags:{place:"plot"},terms:["tract","land","lot","parcel"],name:"Plot"},"place/quarter":{icon:"maki-triangle-stroked",fields:["name","population"],geometry:["point","area"],tags:{place:"quarter"},terms:["boro","borough","quarter"],name:"Sub-Borough / Quarter"},"place/square":{geometry:["point","area"],fields:["name"],tags:{place:"square"},name:"Square"},"place/suburb":{icon:"maki-triangle-stroked",fields:["name","population"],geometry:["point","area"],tags:{place:"suburb"},terms:["boro","borough","quarter"],name:"Borough / Suburb"},"place/town":{icon:"maki-town",fields:["name","population"],geometry:["point","area"],tags:{place:"town"},name:"Town"},"place/village":{icon:"maki-village",fields:["name","population"],geometry:["point","area"],tags:{place:"village"},name:"Village"},"playground/balance_beam":{icon:"maki-playground",geometry:["point","line"],tags:{playground:"balancebeam"},name:"Play Balance Beam"},"playground/basket_spinner":{icon:"maki-playground",geometry:["point"],terms:["basket rotator"],tags:{playground:"basketrotator"},name:"Basket Spinner"},"playground/basket_swing":{icon:"maki-playground",geometry:["point"],tags:{playground:"basketswing"},name:"Basket Swing"},"playground/climbing_frame":{icon:"maki-playground",geometry:["point","area"],tags:{playground:"climbingframe"},name:"Climbing Frame"},"playground/cushion":{icon:"maki-playground",geometry:["point","area"],tags:{playground:"cushion"},name:"Bouncy Cushion"},"playground/horizontal_bar":{icon:"maki-pitch",fields:["height"],geometry:["point"],terms:["high bar"],tags:{playground:"horizontal_bar"},name:"Play Horizontal Bar"},"playground/rocker":{icon:"maki-playground",geometry:["point"],tags:{playground:"springy"},name:"Spring Rider",terms:["spring rocker","springy rocker"]},"playground/roundabout":{icon:"maki-stadium",fields:["bench"],geometry:["point","area"],tags:{playground:"roundabout"},name:"Play Roundabout",terms:["merry-go-round"]},"playground/sandpit":{icon:"maki-playground",geometry:["point","area"],tags:{playground:"sandpit"},name:"Sandpit"},"playground/seesaw":{icon:"maki-playground",geometry:["point"],tags:{playground:"seesaw"},name:"Seesaw"},"playground/slide":{icon:"maki-playground",geometry:["point","line"],tags:{playground:"slide"},name:"Slide"},"playground/structure":{icon:"maki-pitch",geometry:["point","area"],tags:{playground:"structure"},name:"Play Structure"},"playground/swing":{icon:"maki-playground",fields:["capacity","playground/baby","wheelchair"],geometry:["point"],tags:{playground:"swing"},name:"Swing"},"playground/zipwire":{icon:"maki-playground",geometry:["point","line"],tags:{playground:"zipwire"},name:"Zip Wire"},point:{fields:["name"],geometry:["point"],tags:{},name:"Point",matchScore:0.1},"power/sub_station":{icon:"temaki-power",fields:["substation","operator","building","ref"],geometry:["point","area"],tags:{power:"sub_station"},reference:{key:"power",value:"substation"},name:"Substation",searchable:false},"power/generator":{icon:"temaki-power",fields:["operator","generator/source","generator/method","generator/type","generator/output/electricity","ref"],geometry:["point","vertex","area"],terms:["hydro","solar","turbine","wind"],tags:{power:"generator"},name:"Power Generator"},"power/generator/source_nuclear":{icon:"temaki-radiation",fields:["operator","generator/source","generator/method","generator/type","generator/output/electricity","ref"],geometry:["point","vertex","area"],terms:["fission","generator","nuclear","nuke","reactor"],tags:{power:"generator","generator:source":"nuclear","generator:method":"fission"},reference:{key:"generator:source",value:"nuclear"},name:"Nuclear Reactor"},"power/generator/source_wind":{icon:"temaki-wind_turbine",fields:["operator","generator/source","generator/method","generator/type","generator/output/electricity","height","ref"],geometry:["point","vertex","area"],terms:["generator","turbine","windmill","wind"],tags:{power:"generator","generator:source":"wind","generator:method":"wind_turbine"},reference:{key:"generator:source",value:"wind"},name:"Wind Turbine"},"power/line":{icon:"iD-power-line",fields:["name","operator","voltage","ref"],geometry:["line"],tags:{power:"line"},name:"Power Line"},"power/minor_line":{icon:"iD-power-line",fields:["name","operator","voltage","ref"],geometry:["line"],tags:{power:"minor_line"},name:"Minor Power Line"},"power/plant":{icon:"maki-industry",fields:["name","operator","address","plant/output/electricity","start_date"],geometry:["area"],tags:{power:"plant"},addTags:{power:"plant",landuse:"industrial"},removeTags:{power:"plant",landuse:"industrial"},terms:["coal","gas","generat*","hydro","nuclear","power","station"],name:"Power Station Grounds"},"power/pole":{fields:["ref"],geometry:["point","vertex"],tags:{power:"pole"},name:"Power Pole"},"power/substation":{icon:"temaki-power",fields:["substation","operator","building","ref"],geometry:["point","area"],tags:{power:"substation"},name:"Substation"},"power/switch":{icon:"temaki-power",fields:["switch","operator","location","cables","voltage","ref"],geometry:["point","vertex","area"],tags:{power:"switch"},name:"Power Switch"},"power/tower":{fields:["ref"],geometry:["vertex"],tags:{power:"tower"},name:"High-Voltage Tower"},"power/transformer":{icon:"temaki-power",fields:["transformer","operator","location","rating","devices","phases","frequency","voltage/primary","voltage/secondary","voltage/tertiary","windings","windings/configuration","ref"],geometry:["point","vertex","area"],tags:{power:"transformer"},name:"Transformer"},"public_transport/linear_platform_aerialway":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",aerialway:"yes"},reference:{key:"public_transport",value:"platform"},terms:["aerialway","cable car","platform","public transit","public transportation","transit","transportation"],name:"Aerialway Stop / Platform"},"public_transport/linear_platform_bus":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter","passenger_information_display"],geometry:["line"],tags:{public_transport:"platform",bus:"yes"},addTags:{public_transport:"platform",bus:"yes",highway:"bus_stop"},removeTags:{public_transport:"platform",bus:"yes",highway:"bus_stop"},reference:{key:"public_transport",value:"platform"},terms:["bus","platform","public transit","public transportation","transit","transportation"],name:"Bus Stop / Platform"},"public_transport/linear_platform_ferry":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",ferry:"yes"},reference:{key:"public_transport",value:"platform"},terms:["boat","dock","ferry","pier","platform","public transit","public transportation","transit","transportation"],name:"Ferry Stop / Platform"},"public_transport/linear_platform_light_rail":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",light_rail:"yes"},addTags:{public_transport:"platform",light_rail:"yes",railway:"platform"},removeTags:{public_transport:"platform",light_rail:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["electric","light rail","platform","public transit","public transportation","rail","track","tram","trolley","transit","transportation"],name:"Light Rail Stop / Platform"},"public_transport/linear_platform_monorail":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",monorail:"yes"},addTags:{public_transport:"platform",monorail:"yes",railway:"platform"},removeTags:{public_transport:"platform",monorail:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["monorail","platform","public transit","public transportation","rail","transit","transportation"],name:"Monorail Stop / Platform"},"public_transport/linear_platform_subway":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",subway:"yes"},addTags:{public_transport:"platform",subway:"yes",railway:"platform"},removeTags:{public_transport:"platform",subway:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["metro","platform","public transit","public transportation","rail","subway","track","transit","transportation","underground"],name:"Subway Stop / Platform"},"public_transport/linear_platform_train":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",train:"yes"},addTags:{public_transport:"platform",train:"yes",railway:"platform"},removeTags:{public_transport:"platform",train:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["platform","public transit","public transportation","rail","track","train","transit","transportation"],name:"Train Stop / Platform"},"public_transport/linear_platform_tram":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter","passenger_information_display"],geometry:["line"],tags:{public_transport:"platform",tram:"yes"},addTags:{public_transport:"platform",tram:"yes",railway:"platform"},removeTags:{public_transport:"platform",tram:"yes",railway:"platform"},reference:{key:"public_transport",value:"platform"},terms:["electric","light rail","platform","public transit","public transportation","rail","streetcar","track","tram","trolley","transit","transportation"],name:"Tram Stop / Platform"},"public_transport/linear_platform_trolleybus":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform",trolleybus:"yes"},addTags:{public_transport:"platform",trolleybus:"yes",highway:"bus_stop"},removeTags:{public_transport:"platform",trolleybus:"yes",highway:"bus_stop"},reference:{key:"public_transport",value:"platform"},terms:["bus","electric","platform","public transit","public transportation","streetcar","trackless","tram","trolley","transit","transportation"],name:"Trolleybus Stop / Platform"},"public_transport/linear_platform":{icon:"iD-highway-footway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["line"],tags:{public_transport:"platform"},terms:["platform","public transit","public transportation","transit","transportation"],name:"Transit Stop / Platform",matchScore:0.2},"public_transport/platform_aerialway":{icon:"maki-aerialway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",aerialway:"yes"},reference:{key:"public_transport",value:"platform"},terms:["aerialway","cable car","platform","public transit","public transportation","transit","transportation"],name:"Aerialway Stop / Platform"},"public_transport/platform_bus":{icon:"maki-bus",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter","passenger_information_display"],geometry:["point","area"],tags:{public_transport:"platform",bus:"yes"},addTags:{public_transport:"platform",bus:"yes",highway:"bus_stop"},removeTags:{public_transport:"platform",bus:"yes",highway:"bus_stop"},reference:{key:"public_transport",value:"platform"},terms:["bus","platform","public transit","public transportation","transit","transportation"],name:"Bus Stop / Platform"},"public_transport/platform_ferry":{icon:"maki-ferry",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",ferry:"yes"},reference:{key:"public_transport",value:"platform"},terms:["boat","dock","ferry","pier","platform","public transit","public transportation","transit","transportation"],name:"Ferry Stop / Platform"},"public_transport/platform_light_rail":{icon:"temaki-light_rail",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",light_rail:"yes"},addTags:{public_transport:"platform",light_rail:"yes",railway:"platform"},removeTags:{public_transport:"platform",light_rail:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["electric","light rail","platform","public transit","public transportation","rail","track","tram","trolley","transit","transportation"],name:"Light Rail Stop / Platform"},"public_transport/platform_monorail":{icon:"temaki-monorail",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",monorail:"yes"},addTags:{public_transport:"platform",monorail:"yes",railway:"platform"},removeTags:{public_transport:"platform",monorail:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["monorail","platform","public transit","public transportation","rail","transit","transportation"],name:"Monorail Stop / Platform"},"public_transport/platform_subway":{icon:"temaki-subway",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",subway:"yes"},addTags:{public_transport:"platform",subway:"yes",railway:"platform"},removeTags:{public_transport:"platform",subway:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["metro","platform","public transit","public transportation","rail","subway","track","transit","transportation","underground"],name:"Subway Stop / Platform"},"public_transport/platform_train":{icon:"maki-rail",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",train:"yes"},addTags:{public_transport:"platform",train:"yes",railway:"platform"},removeTags:{public_transport:"platform",train:"yes",railway:"platform"},reference:{key:"railway",value:"platform"},terms:["platform","public transit","public transportation","rail","track","train","transit","transportation"],name:"Train Stop / Platform"},"public_transport/platform_tram":{icon:"temaki-tram",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter","passenger_information_display"],geometry:["point","area"],tags:{public_transport:"platform",tram:"yes"},addTags:{public_transport:"platform",tram:"yes",railway:"platform"},removeTags:{public_transport:"platform",tram:"yes",railway:"platform"},reference:{key:"public_transport",value:"platform"},terms:["electric","light rail","platform","public transit","public transportation","rail","streetcar","track","tram","trolley","transit","transportation"],name:"Tram Stop / Platform"},"public_transport/platform_trolleybus":{icon:"temaki-trolleybus",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform",trolleybus:"yes"},addTags:{public_transport:"platform",trolleybus:"yes",highway:"bus_stop"},removeTags:{public_transport:"platform",trolleybus:"yes",highway:"bus_stop"},reference:{key:"public_transport",value:"platform"},terms:["bus","electric","platform","public transit","public transportation","streetcar","trackless","tram","trolley","transit","transportation"],name:"Trolleybus Stop / Platform"},"public_transport/platform":{icon:"maki-bus",fields:["name","ref_platform","network","operator","surface","lit","bench","shelter"],geometry:["point","area"],tags:{public_transport:"platform"},terms:["platform","public transit","public transportation","transit","transportation"],name:"Transit Stop / Platform",matchScore:0.2},"public_transport/station_aerialway":{icon:"maki-aerialway",fields:["name","network","operator","aerialway/access","aerialway/summer/access","elevation","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",aerialway:"yes"},reference:{key:"aerialway",value:"station"},terms:["aerialway","cable car","public transit","public transportation","station","terminal","transit","transportation"],name:"Aerialway Station"},"public_transport/station_bus":{icon:"maki-bus",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",bus:"yes"},addTags:{public_transport:"station",bus:"yes",amenity:"bus_station"},removeTags:{public_transport:"station",bus:"yes",amenity:"bus_station"},reference:{key:"amenity",value:"bus_station"},terms:["bus","public transit","public transportation","station","terminal","transit","transportation"],name:"Bus Station / Terminal"},"public_transport/station_ferry":{icon:"maki-ferry",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",ferry:"yes"},addTags:{public_transport:"station",ferry:"yes",amenity:"ferry_terminal"},removeTags:{public_transport:"station",ferry:"yes",amenity:"ferry_terminal"},reference:{key:"amenity",value:"ferry_terminal"},terms:["boat","dock","ferry","pier","public transit","public transportation","station","terminal","transit","transportation"],name:"Ferry Station / Terminal"},"public_transport/station_light_rail":{icon:"temaki-light_rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",light_rail:"yes"},addTags:{public_transport:"station",light_rail:"yes",railway:"station",station:"light_rail"},removeTags:{public_transport:"station",light_rail:"yes",railway:"station",station:"light_rail"},reference:{key:"station",value:"light_rail"},terms:["electric","light rail","public transit","public transportation","rail","station","terminal","track","tram","trolley","transit","transportation"],name:"Light Rail Station"},"public_transport/station_monorail":{icon:"temaki-monorail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",monorail:"yes"},addTags:{public_transport:"station",monorail:"yes",railway:"station"},removeTags:{public_transport:"station",monorail:"yes",railway:"station"},reference:{key:"railway",value:"station"},terms:["monorail","public transit","public transportation","rail","station","terminal","transit","transportation"],name:"Monorail Station"},"public_transport/station_subway":{icon:"temaki-subway",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",subway:"yes"},addTags:{public_transport:"station",subway:"yes",railway:"station",station:"subway"},removeTags:{public_transport:"station",subway:"yes",railway:"station",station:"subway"},reference:{key:"station",value:"subway"},terms:["metro","public transit","public transportation","rail","station","subway","terminal","track","transit","transportation","underground"],name:"Subway Station"},"public_transport/station_train_halt":{icon:"maki-rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",train:"yes",railway:"halt"},reference:{key:"railway",value:"halt"},terms:["halt","public transit","public transportation","rail","station","track","train","transit","transportation","whistle stop"],name:"Train Station (Halt / Request)"},"public_transport/station_train":{icon:"maki-rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",train:"yes"},addTags:{public_transport:"station",train:"yes",railway:"station"},removeTags:{public_transport:"station",train:"yes",railway:"station"},reference:{key:"railway",value:"station"},terms:["public transit","public transportation","rail","station","terminal","track","train","transit","transportation"],name:"Train Station"},"public_transport/station_tram":{icon:"temaki-tram",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",tram:"yes"},reference:{key:"public_transport",value:"station"},terms:["electric","light rail","public transit","public transportation","rail","station","streetcar","terminal","track","tram","trolley","transit","transportation"],name:"Tram Station"},"public_transport/station_trolleybus":{icon:"temaki-trolleybus",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station",trolleybus:"yes"},addTags:{public_transport:"station",trolleybus:"yes",amenity:"bus_station"},removeTags:{public_transport:"station",trolleybus:"yes",amenity:"bus_station"},reference:{key:"amenity",value:"bus_station"},terms:["bus","electric","public transit","public transportation","station","streetcar","terminal","trackless","tram","trolley","transit","transportation"],name:"Trolleybus Station / Terminal"},"public_transport/station":{icon:"maki-rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{public_transport:"station"},terms:["public transit","public transportation","station","terminal","transit","transportation"],name:"Transit Station",matchScore:0.2},"public_transport/stop_area":{icon:"maki-bus",fields:["name","ref","network","operator"],geometry:["relation"],tags:{type:"public_transport",public_transport:"stop_area"},addTags:{type:"public_transport",public_transport:"stop_area","public_transport:version":"2"},removeTags:{type:"public_transport",public_transport:"stop_area","public_transport:version":"2"},reference:{key:"public_transport",value:"stop_area"},name:"Transit Stop Area"},"public_transport/stop_position_aerialway":{icon:"maki-aerialway",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",aerialway:"yes"},reference:{key:"public_transport",value:"stop_position"},terms:["aerialway","cable car","public transit","public transportation","transit","transportation"],name:"Aerialway Stopping Location"},"public_transport/stop_position_bus":{icon:"maki-bus",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",bus:"yes"},reference:{key:"public_transport",value:"stop_position"},terms:["bus","public transit","public transportation","transit","transportation"],name:"Bus Stopping Location"},"public_transport/stop_position_ferry":{icon:"maki-ferry",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",ferry:"yes"},reference:{key:"public_transport",value:"stop_position"},terms:["boat","dock","ferry","pier","public transit","public transportation","transit","transportation"],name:"Ferry Stopping Location"},"public_transport/stop_position_light_rail":{icon:"temaki-light_rail",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",light_rail:"yes"},addTags:{public_transport:"stop_position",light_rail:"yes",railway:"stop"},removeTags:{public_transport:"stop_position",light_rail:"yes",railway:"stop"},reference:{key:"railway",value:"stop"},terms:["electric","light rail","public transit","public transportation","rail","track","tram","trolley","transit","transportation"],name:"Light Rail Stopping Location"},"public_transport/stop_position_monorail":{icon:"temaki-monorail",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",monorail:"yes"},addTags:{public_transport:"stop_position",monorail:"yes",railway:"stop"},removeTags:{public_transport:"stop_position",monorail:"yes",railway:"stop"},reference:{key:"railway",value:"stop"},terms:["monorail","public transit","public transportation","rail","transit","transportation"],name:"Monorail Stopping Location"},"public_transport/stop_position_subway":{icon:"temaki-subway",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",subway:"yes"},addTags:{public_transport:"stop_position",subway:"yes",railway:"stop"},removeTags:{public_transport:"stop_position",subway:"yes",railway:"stop"},reference:{key:"railway",value:"stop"},terms:["metro","public transit","public transportation","rail","subway","track","transit","transportation","underground"],name:"Subway Stopping Location"},"public_transport/stop_position_train":{icon:"maki-rail",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",train:"yes"},addTags:{public_transport:"stop_position",train:"yes",railway:"stop"},removeTags:{public_transport:"stop_position",train:"yes",railway:"stop"},reference:{key:"railway",value:"stop"},terms:["public transit","public transportation","rail","track","train","transit","transportation"],name:"Train Stopping Location"},"public_transport/stop_position_tram":{icon:"temaki-tram",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",tram:"yes"},addTags:{public_transport:"stop_position",tram:"yes",railway:"tram_stop"},removeTags:{public_transport:"stop_position",tram:"yes",railway:"tram_stop"},reference:{key:"public_transport",value:"stop_position"},terms:["electric","light rail","public transit","public transportation","rail","streetcar","track","tram","trolley","transit","transportation"],name:"Tram Stopping Location"},"public_transport/stop_position_trolleybus":{icon:"temaki-trolleybus",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position",trolleybus:"yes"},reference:{key:"public_transport",value:"stop_position"},terms:["bus","electric","public transit","public transportation","streetcar","trackless","tram","trolley","transit","transportation"],name:"Trolleybus Stopping Location"},"public_transport/stop_position":{icon:"maki-bus",fields:["name","ref_stop_position","network","operator"],geometry:["vertex"],tags:{public_transport:"stop_position"},terms:["public transit","public transportation","transit","transportation"],name:"Transit Stopping Location",matchScore:0.2},"railway/halt":{icon:"maki-rail",geometry:["point","vertex"],tags:{railway:"halt"},terms:["break","interrupt","rest","wait","interruption"],name:"Train Station (Halt / Request)",searchable:false},"railway/platform":{icon:"iD-highway-footway",fields:["name","ref_platform","surface","lit","shelter"],geometry:["line","area"],tags:{railway:"platform"},name:"Train Stop / Platform",searchable:false},"railway/station":{icon:"maki-rail",fields:["name","network","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","vertex","area"],tags:{railway:"station"},terms:["train station","station"],name:"Train Station",searchable:false},"railway/tram_stop":{icon:"temaki-tram",fields:["name","network","operator"],geometry:["vertex"],tags:{railway:"tram_stop"},terms:["light rail","streetcar","tram","trolley"],name:"Tram Stopping Position",searchable:false},"railway/abandoned":{icon:"iD-railway-abandoned",fields:["name","structure","service_rail","usage_rail"],geometry:["line"],tags:{railway:"abandoned"},terms:[],name:"Abandoned Railway"},"railway/buffer_stop":{icon:"temaki-buffer_stop",geometry:["vertex"],tags:{railway:"buffer_stop"},terms:["stop","halt","buffer"],name:"Buffer Stop"},"railway/crossing":{icon:"temaki-pedestrian",geometry:["vertex"],tags:{railway:"crossing"},terms:["crossing","pedestrian crossing","railroad crossing","level crossing","grade crossing","path through railroad","train crossing"],name:"Railway Crossing (Path)"},"railway/derail":{icon:"maki-roadblock",geometry:["vertex"],tags:{railway:"derail"},terms:["derailer"],name:"Railway Derailer"},"railway/disused":{icon:"iD-railway-disused",fields:["structure","service_rail","usage_rail"],geometry:["line"],tags:{railway:"disused"},terms:[],name:"Disused Railway"},"railway/funicular":{icon:"iD-railway-rail",geometry:["line"],terms:["venicular","cliff railway","cable car","cable railway","funicular railway"],fields:["structure","gauge","service_rail"],tags:{railway:"funicular"},name:"Funicular"},"railway/level_crossing":{icon:"maki-cross",geometry:["vertex"],tags:{railway:"level_crossing"},terms:["crossing","railroad crossing","level crossing","grade crossing","road through railroad","train crossing"],name:"Railway Crossing (Road)"},"railway/light_rail":{icon:"iD-railway-light-rail",fields:["name","structure","gauge","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"light_rail"},terms:["light rail","streetcar","trolley"],name:"Light Rail"},"railway/milestone":{icon:"temaki-milestone",geometry:["point","vertex"],fields:["railway/position"],tags:{railway:"milestone"},terms:["milestone","marker"],name:"Railway Milestone"},"railway/miniature":{icon:"iD-railway-rail",geometry:["line"],tags:{railway:"miniature"},fields:["name","structure","gauge","electrified","service_rail"],terms:["rideable miniature railway","narrow gauge railway","minimum gauge railway"],name:"Miniature Railway"},"railway/monorail":{icon:"iD-railway-monorail",fields:["name","structure","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"monorail"},terms:[],name:"Monorail"},"railway/narrow_gauge":{icon:"iD-railway-rail",fields:["name","structure","gauge","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"narrow_gauge"},terms:["narrow gauge railway","narrow gauge railroad"],name:"Narrow Gauge Rail"},"railway/rail":{icon:"iD-railway-rail",fields:["name","structure","gauge","electrified","maxspeed","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"rail"},terms:[],name:"Rail"},"railway/signal":{icon:"temaki-railway_signals",geometry:["point","vertex"],fields:["railway/position","railway/signal/direction","ref"],tags:{railway:"signal"},terms:["signal","lights"],name:"Railway Signal"},"railway/subway_entrance":{icon:"maki-entrance",geometry:["point","vertex"],fields:["name"],tags:{railway:"subway_entrance"},terms:["metro","transit"],name:"Subway Entrance"},"railway/subway":{icon:"iD-railway-subway",fields:["name","structure","gauge","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"subway"},terms:["metro","transit"],name:"Subway"},"railway/switch":{icon:"temaki-junction",geometry:["vertex"],tags:{railway:"switch"},terms:["switch","points"],name:"Railway Switch"},"railway/train_wash":{icon:"maki-rail",geometry:["point","vertex","area"],fields:["operator","building_area"],tags:{railway:"wash"},terms:["wash","clean"],name:"Train Wash"},"railway/tram":{icon:"iD-railway-light-rail",fields:["name","structure","gauge","electrified","service_rail","usage_rail","voltage","frequency"],geometry:["line"],tags:{railway:"tram"},terms:["light rail","streetcar","tram","trolley"],name:"Tram"},relation:{icon:"iD-relation",fields:["name","relation"],geometry:["relation"],tags:{},name:"Relation"},"route/ferry":{icon:"iD-ferry-line",geometry:["line"],fields:["name","operator","duration","access"],tags:{route:"ferry"},name:"Ferry Route"},shop:{icon:"maki-shop",fields:["name","shop","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"*"},terms:[],name:"Shop"},"shop/fishmonger":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"fishmonger"},reference:{key:"shop",value:"seafood"},name:"Fishmonger",searchable:false},"shop/furnace":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["oven","stove"],tags:{shop:"furnace"},name:"Furnace Store",searchable:false},"shop/vacant":{icon:"maki-shop",fields:["name","address","building_area"],geometry:["point","area"],tags:{shop:"vacant"},name:"Vacant Shop",searchable:false},"shop/agrarian":{icon:"maki-shop",fields:["name","operator","agrarian","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["agricultural inputs","agricultural machines","seeds","pesticides","fertilizer","agricultural tools"],tags:{shop:"agrarian"},name:"Farm Supply Shop"},"shop/alcohol":{icon:"maki-alcohol-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],geometry:["point","area"],terms:["alcohol","beer","booze","wine"],tags:{shop:"alcohol"},name:"Liquor Store"},"shop/anime":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"anime"},terms:["manga","japan","cosplay","figurine","dakimakura"],name:"Anime Shop"},"shop/antiques":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"antiques"},name:"Antiques Shop"},"shop/appliance":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["air conditioner","appliance","dishwasher","dryer","freezer","fridge","grill","kitchen","oven","refrigerator","stove","washer","washing machine"],tags:{shop:"appliance"},name:"Appliance Store"},"shop/art":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["art*","exhibit*","gallery"],tags:{shop:"art"},name:"Art Store"},"shop/baby_goods":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"baby_goods"},name:"Baby Goods Store"},"shop/bag":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["handbag","purse"],tags:{shop:"bag"},name:"Bag/Luggage Store"},"shop/bakery":{icon:"maki-bakery",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"bakery"},name:"Bakery"},"shop/bathroom_furnishing":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"bathroom_furnishing"},name:"Bathroom Furnishing Store"},"shop/beauty":{icon:"maki-shop",fields:["name","operator","address","building_area","beauty","opening_hours","payment_multi"],geometry:["point","area"],terms:["spa","salon","tanning"],tags:{shop:"beauty"},name:"Beauty Shop"},"shop/beauty/nails":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["manicure","pedicure"],tags:{shop:"beauty",beauty:"nails"},reference:{key:"shop",value:"beauty"},name:"Nail Salon"},"shop/beauty/tanning":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"beauty",beauty:"tanning"},reference:{key:"leisure",value:"tanning_salon"},name:"Tanning Salon"},"shop/bed":{icon:"maki-lodging",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"bed"},name:"Bedding/Mattress Store"},"shop/beverages":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"beverages"},name:"Beverage Store"},"shop/bicycle":{icon:"maki-bicycle",fields:["name","operator","address","building_area","service/bicycle","opening_hours","payment_multi"],geometry:["point","area"],terms:["bike","repair"],tags:{shop:"bicycle"},name:"Bicycle Shop"},"shop/bookmaker":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["betting"],tags:{shop:"bookmaker"},name:"Bookmaker"},"shop/books":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{shop:"books"},name:"Book Store"},"shop/boutique":{icon:"maki-shop",fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"boutique"},name:"Boutique"},"shop/butcher":{icon:"maki-slaughterhouse",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["meat"],tags:{shop:"butcher"},name:"Butcher"},"shop/candles":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"candles"},name:"Candle Shop"},"shop/car_parts":{icon:"maki-car",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["auto"],tags:{shop:"car_parts"},name:"Car Parts Store"},"shop/car_repair":{icon:"maki-car",fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],geometry:["point","area"],terms:["auto","garage","service"],tags:{shop:"car_repair"},name:"Car Repair Shop"},"shop/car":{icon:"maki-car",fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],geometry:["point","area"],terms:["auto"],tags:{shop:"car"},name:"Car Dealership"},"shop/carpet":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["rug"],tags:{shop:"carpet"},name:"Carpet Store"},"shop/charity":{icon:"maki-shop",fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],geometry:["point","area"],terms:["thrift","op shop","nonprofit"],tags:{shop:"charity"},name:"Charity Store"},"shop/cheese":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"cheese"},name:"Cheese Store"},"shop/chemist":{icon:"maki-grocery",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"chemist"},terms:["med*","drug*","gift"],name:"Drugstore"},"shop/chocolate":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"chocolate"},name:"Chocolate Store"},"shop/clothes":{icon:"maki-clothing-store",fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"clothes"},name:"Clothing Store"},"shop/coffee":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"coffee"},name:"Coffee Store"},"shop/computer":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"computer"},name:"Computer Store"},"shop/confectionery":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["sweet"],tags:{shop:"confectionery"},name:"Candy Store"},"shop/convenience":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"convenience"},name:"Convenience Store"},"shop/copyshop":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"copyshop"},name:"Copy Store"},"shop/cosmetics":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"cosmetics"},name:"Cosmetics Store"},"shop/craft":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"craft"},terms:["art*","paint*","frame"],name:"Arts and Crafts Store"},"shop/curtain":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["drape*","window"],tags:{shop:"curtain"},name:"Curtain Store"},"shop/dairy":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["milk","egg","cheese"],tags:{shop:"dairy"},name:"Dairy Store"},"shop/deli":{icon:"maki-restaurant",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["lunch","meat","sandwich"],tags:{shop:"deli"},name:"Deli"},"shop/department_store":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"department_store"},name:"Department Store"},"shop/doityourself":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"doityourself"},name:"DIY Store"},"shop/dry_cleaning":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"dry_cleaning"},name:"Dry Cleaner"},"shop/e-cigarette":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"e-cigarette"},terms:["electronic","vapor"],name:"E-Cigarette Shop"},"shop/electronics":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["appliance","audio","blueray","camera","computer","dvd","home theater","radio","speaker","tv","video"],tags:{shop:"electronics"},name:"Electronics Store"},"shop/erotic":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["sex","porn"],tags:{shop:"erotic"},name:"Erotic Store"},"shop/fabric":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["sew"],tags:{shop:"fabric"},name:"Fabric Store"},"shop/farm":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["farm shop","farm stand"],tags:{shop:"farm"},name:"Produce Stand"},"shop/fashion":{icon:"maki-shop",fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"fashion"},name:"Fashion Store"},"shop/florist":{icon:"maki-florist",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["flower"],tags:{shop:"florist"},name:"Florist"},"shop/frame":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"frame"},terms:["art*","paint*","photo*","frame"],name:"Framing Shop"},"shop/funeral_directors":{icon:"maki-cemetery",fields:["name","operator","address","building_area","religion","denomination"],geometry:["point","area"],terms:["undertaker","memorial home"],tags:{shop:"funeral_directors"},name:"Funeral Home"},"shop/furniture":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["chair","sofa","table"],tags:{shop:"furniture"},name:"Furniture Store"},"shop/garden_centre":{icon:"maki-garden-center",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["landscape","mulch","shrub","tree"],tags:{shop:"garden_centre"},name:"Garden Center"},"shop/gas":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["cng","lpg","natural gas","propane","refill","tank"],tags:{shop:"gas"},name:"Bottled Gas Shop"},"shop/gift":{icon:"maki-gift",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["souvenir"],tags:{shop:"gift"},name:"Gift Shop"},"shop/greengrocer":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["fruit","vegetable"],tags:{shop:"greengrocer"},name:"Greengrocer"},"shop/hairdresser":{icon:"maki-hairdresser",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["barber"],tags:{shop:"hairdresser"},name:"Hairdresser"},"shop/hardware":{icon:"temaki-tools",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"hardware"},name:"Hardware Store"},"shop/health_food":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["wholefood","vitamins","vegetarian","vegan"],tags:{shop:"health_food"},name:"Health Food Shop"},"shop/hearing_aids":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"hearing_aids"},name:"Hearing Aids Store"},"shop/herbalist":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"herbalist"},name:"Herbalist"},"shop/hifi":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["stereo","video"],tags:{shop:"hifi"},name:"Hifi Store"},"shop/houseware":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["home","household"],tags:{shop:"houseware"},name:"Houseware Store"},"shop/interior_decoration":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"interior_decoration"},name:"Interior Decoration Store"},"shop/jewelry":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["diamond","gem","ring"],tags:{shop:"jewelry"},name:"Jeweler"},"shop/kiosk":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],geometry:["point","area"],tags:{shop:"kiosk"},name:"Kiosk"},"shop/kitchen":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"kitchen"},name:"Kitchen Design Store"},"shop/laundry":{icon:"maki-laundry",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"laundry"},name:"Laundry"},"shop/leather":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"leather"},name:"Leather Store"},"shop/locksmith":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["key","lockpick"],tags:{shop:"locksmith"},name:"Locksmith"},"shop/lottery":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"lottery"},name:"Lottery Shop"},"shop/mall":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["shopping"],tags:{shop:"mall"},name:"Mall"},"shop/massage":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"massage"},name:"Massage Shop"},"shop/medical_supply":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"medical_supply"},name:"Medical Supply Store"},"shop/mobile_phone":{icon:"maki-mobile-phone",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"mobile_phone"},name:"Mobile Phone Store"},"shop/money_lender":{icon:"maki-bank",fields:["name","operator","address","building_area","opening_hours","currency_multi"],geometry:["point","area"],tags:{shop:"money_lender"},name:"Money Lender"},"shop/motorcycle_repair":{icon:"fas-motorcycle",fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],geometry:["point","area"],terms:["auto","bike","garage","motorcycle","repair","service"],tags:{shop:"motorcycle_repair"},name:"Motorcycle Repair Shop"},"shop/motorcycle":{icon:"fas-motorcycle",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["bike"],tags:{shop:"motorcycle"},name:"Motorcycle Dealership"},"shop/music":{icon:"maki-music",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["CD","vinyl"],tags:{shop:"music"},name:"Music Store"},"shop/musical_instrument":{icon:"maki-music",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["guitar"],tags:{shop:"musical_instrument"},name:"Musical Instrument Store"},"shop/newsagent":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"newsagent"},name:"Newspaper/Magazine Shop"},"shop/nutrition_supplements":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"nutrition_supplements"},name:"Nutrition Supplements Store"},"shop/optician":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["eye","glasses"],tags:{shop:"optician"},name:"Optician"},"shop/organic":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"supermarket",organic:"only"},name:"Organic Goods Store"},"shop/outdoor":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["camping","climbing","hiking"],tags:{shop:"outdoor"},name:"Outdoors Store"},"shop/paint":{icon:"maki-water",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"paint"},name:"Paint Store"},"shop/pastry":{icon:"maki-bakery",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"pastry"},terms:["patisserie","cake shop","cakery"],name:"Pastry Shop"},"shop/pawnbroker":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"pawnbroker"},name:"Pawn Shop"},"shop/perfumery":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"perfumery"},name:"Perfume Store"},"shop/pet_grooming":{icon:"maki-dog-park",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["dog"],tags:{shop:"pet_grooming"},name:"Pet Grooming Store"},"shop/pet":{icon:"maki-dog-park",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["animal","cat","dog","fish","kitten","puppy","reptile"],tags:{shop:"pet"},name:"Pet Store"},"shop/photo":{icon:"maki-attraction",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["camera","film"],tags:{shop:"photo"},name:"Photography Store"},"shop/pyrotechnics":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"pyrotechnics"},name:"Fireworks Store"},"shop/radiotechnics":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"radiotechnics"},name:"Radio/Electronic Component Store"},"shop/religion":{icon:"maki-shop",fields:["name","operator","address","building_area","religion","denomination","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"religion"},name:"Religious Store"},"shop/scuba_diving":{icon:"maki-swimming",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"scuba_diving"},name:"Scuba Diving Shop"},"shop/seafood":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["fishmonger"],tags:{shop:"seafood"},name:"Seafood Shop"},"shop/second_hand":{icon:"maki-shop",fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],geometry:["point","area"],terms:["secondhand","second hand","resale","thrift","used"],tags:{shop:"second_hand"},name:"Consignment/Thrift Store"},"shop/shoes":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"shoes"},name:"Shoe Store"},"shop/sports":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"sports"},name:"Sporting Goods Store"},"shop/stationery":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["card","paper"],tags:{shop:"stationery"},name:"Stationery Store"},"shop/storage_rental":{icon:"maki-shop",fields:["name","operator","address","building","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"storage_rental"},name:"Storage Rental"},"shop/supermarket":{icon:"maki-grocery",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["grocery","store","shop"],tags:{shop:"supermarket"},name:"Supermarket"},"shop/tailor":{icon:"maki-clothing-store",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["clothes","suit"],tags:{shop:"tailor"},name:"Tailor"},"shop/tattoo":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tattoo"},name:"Tattoo Parlor"},"shop/tea":{icon:"maki-teahouse",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tea"},name:"Tea Store"},"shop/ticket":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"ticket"},name:"Ticket Seller"},"shop/tiles":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tiles"},name:"Tile Shop"},"shop/tobacco":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tobacco"},name:"Tobacco Shop"},"shop/toys":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"toys"},name:"Toy Store"},"shop/trade":{icon:"maki-shop",fields:["name","trade","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"trade"},name:"Trade Shop"},"shop/travel_agency":{icon:"maki-suitcase",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"travel_agency"},name:"Travel Agency"},"shop/tyres":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"tyres"},name:"Tire Store"},"shop/vacuum_cleaner":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"vacuum_cleaner"},name:"Vacuum Cleaner Store"},"shop/variety_store":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"variety_store"},name:"Variety Store"},"shop/video_games":{icon:"maki-gaming",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"video_games"},name:"Video Game Store"},"shop/video":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["DVD"],tags:{shop:"video"},name:"Video Store"},"shop/watches":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"watches"},name:"Watches Shop"},"shop/water_sports":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"water_sports"},name:"Watersport/Swim Shop"},"shop/weapons":{icon:"maki-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["ammo","gun","knife","knives"],tags:{shop:"weapons"},name:"Weapon Shop"},"shop/wholesale":{icon:"maki-warehouse",fields:["name","operator","wholesale","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],terms:["warehouse club","cash and carry"],tags:{shop:"wholesale"},name:"Wholesale Store"},"shop/window_blind":{icon:"temaki-window",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"window_blind"},name:"Window Blind Store"},"shop/wine":{icon:"maki-alcohol-shop",fields:["name","operator","address","building_area","opening_hours","payment_multi"],geometry:["point","area"],tags:{shop:"wine"},name:"Wine Shop"},tourism:{icon:"maki-attraction",fields:["name","tourism"],geometry:["point","vertex","area"],tags:{tourism:"*"},name:"Tourism"},"tourism/alpine_hut":{icon:"maki-lodging",fields:["name","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],terms:["climbing hut"],tags:{tourism:"alpine_hut"},name:"Alpine Hut"},"tourism/apartment":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"apartment"},name:"Guest Apartment / Condo"},"tourism/aquarium":{icon:"maki-aquarium",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["fish","sea","water"],tags:{tourism:"aquarium"},name:"Aquarium"},"tourism/artwork":{icon:"maki-art-gallery",fields:["name","artwork_type","artist"],geometry:["point","vertex","area"],tags:{tourism:"artwork"},terms:["mural","sculpture","statue"],name:"Artwork"},"tourism/attraction":{icon:"maki-star",fields:["name","operator","address"],geometry:["point","vertex","area"],tags:{tourism:"attraction"},name:"Tourist Attraction"},"tourism/camp_site":{icon:"maki-campsite",fields:["name","operator","address","capacity","fee","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","vertex","area"],terms:["tent","rv"],tags:{tourism:"camp_site"},name:"Campground"},"tourism/caravan_site":{icon:"maki-bus",fields:["name","operator","address","capacity","fee","sanitary_dump_station","power_supply","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","vertex","area"],terms:["Motor Home","Camper"],tags:{tourism:"caravan_site"},name:"RV Park"},"tourism/chalet":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],terms:["holiday","holiday cottage","holiday home","vacation","vacation home"],tags:{tourism:"chalet"},name:"Holiday Cottage"},"tourism/gallery":{icon:"maki-art-gallery",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["art*","exhibit*","paint*","photo*","sculpt*"],tags:{tourism:"gallery"},name:"Art Gallery"},"tourism/guest_house":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"guest_house"},terms:["B&B","Bed and Breakfast"],name:"Guest House"},"tourism/hostel":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"hostel"},name:"Hostel"},"tourism/hotel":{icon:"maki-lodging",fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"hotel"},name:"Hotel"},"tourism/information":{icon:"maki-information",fields:["information","operator","address","building_area"],geometry:["point","vertex","area"],tags:{tourism:"information"},name:"Information"},"tourism/information/board":{icon:"maki-information",fields:["name","operator","board_type","direction"],geometry:["point","vertex"],tags:{tourism:"information",information:"board"},reference:{key:"information",value:"board"},name:"Information Board"},"tourism/information/guidepost":{icon:"maki-information",fields:["name","elevation","operator","ref"],geometry:["point","vertex"],terms:["signpost"],tags:{tourism:"information",information:"guidepost"},reference:{key:"information",value:"guidepost"},name:"Guidepost"},"tourism/information/map":{icon:"maki-information",fields:["operator","map_type","map_size","direction"],geometry:["point","vertex"],tags:{tourism:"information",information:"map"},reference:{key:"information",value:"map"},name:"Map"},"tourism/information/office":{icon:"maki-information",fields:["name","operator","address","building_area"],geometry:["point","vertex","area"],tags:{tourism:"information",information:"office"},reference:{key:"information",value:"office"},name:"Tourist Information Office"},"tourism/motel":{icon:"maki-lodging",fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],geometry:["point","area"],tags:{tourism:"motel"},name:"Motel"},"tourism/museum":{icon:"maki-museum",fields:["name","operator","address","building_area","opening_hours"],geometry:["point","area"],terms:["art*","exhibit*","gallery","foundation","hall","institution","paint*","photo*","sculpt*"],tags:{tourism:"museum"},name:"Museum"},"tourism/picnic_site":{icon:"maki-picnic-site",fields:["name","operator","address","smoking"],geometry:["point","vertex","area"],terms:["camp"],tags:{tourism:"picnic_site"},name:"Picnic Site"},"tourism/theme_park":{icon:"maki-amusement-park",fields:["name","operator","address","opening_hours"],geometry:["point","area"],tags:{tourism:"theme_park"},name:"Theme Park"},"tourism/trail_riding_station":{icon:"maki-horse-riding",fields:["name","horse_stables","horse_riding","horse_dressage","address","phone","website","description"],geometry:["point","area"],tags:{tourism:"trail_riding_station"},name:"Trail Riding Station",matchScore:2},"tourism/viewpoint":{icon:"temaki-binoculars",geometry:["point","vertex"],fields:["direction"],tags:{tourism:"viewpoint"},name:"Viewpoint"},"tourism/wilderness_hut":{icon:"maki-lodging",fields:["name","operator","address","building_area"],geometry:["point","area"],terms:["wilderness hut","backcountry hut","bothy"],tags:{tourism:"wilderness_hut"},name:"Wilderness Hut"},"tourism/zoo":{icon:"maki-zoo",fields:["name","operator","address","opening_hours"],geometry:["point","area"],terms:["animal"],tags:{tourism:"zoo"},name:"Zoo"},traffic_calming:{icon:"temaki-diamond",fields:["traffic_calming","direction_vertex"],geometry:["vertex","line"],tags:{traffic_calming:"*"},terms:["bump","hump","slow","speed"],name:"Traffic Calming"},"traffic_calming/bump":{icon:"temaki-diamond",fields:["surface","direction_vertex"],geometry:["vertex","line"],terms:["hump","speed","slow"],tags:{traffic_calming:"bump"},name:"Speed Bump"},"traffic_calming/chicane":{icon:"temaki-diamond",fields:["direction_vertex"],geometry:["vertex","line"],terms:["driveway link","speed","slow"],tags:{traffic_calming:"chicane"},name:"Traffic Chicane"},"traffic_calming/choker":{icon:"temaki-diamond",fields:["direction_vertex"],geometry:["vertex","line"],terms:["speed","slow"],tags:{traffic_calming:"choker"},name:"Traffic Choker"},"traffic_calming/cushion":{icon:"temaki-diamond",fields:["surface","direction_vertex"],geometry:["vertex","line"],terms:["bump","hump","speed","slow"],tags:{traffic_calming:"cushion"},name:"Speed Cushion"},"traffic_calming/dip":{icon:"temaki-diamond",fields:["surface","direction_vertex"],geometry:["vertex","line"],terms:["speed","slow"],tags:{traffic_calming:"dip"},name:"Dip"},"traffic_calming/hump":{icon:"temaki-diamond",fields:["surface","direction_vertex"],geometry:["vertex","line"],terms:["bump","speed","slow"],tags:{traffic_calming:"hump"},name:"Speed Hump"},"traffic_calming/island":{icon:"temaki-diamond",geometry:["vertex"],terms:["circle","roundabout","slow"],tags:{traffic_calming:"island"},name:"Traffic Island"},"traffic_calming/rumble_strip":{icon:"temaki-diamond",fields:["direction_vertex"],geometry:["vertex","line"],terms:["audible lines","sleeper lines","growlers"],tags:{traffic_calming:"rumble_strip"},name:"Rumble Strip"},"traffic_calming/table":{icon:"temaki-diamond",fields:["surface"],geometry:["vertex"],tags:{traffic_calming:"table"},terms:["flat top","hump","speed","slow"],name:"Speed Table"},"type/multipolygon":{icon:"iD-multipolygon",geometry:["area","relation"],tags:{type:"multipolygon"},removeTags:{},name:"Multipolygon",searchable:false,matchScore:0.1},"type/boundary":{icon:"iD-boundary",fields:["name","boundary"],geometry:["relation"],tags:{type:"boundary"},name:"Boundary"},"type/boundary/administrative":{icon:"iD-boundary",fields:["name","admin_level"],geometry:["relation"],tags:{type:"boundary",boundary:"administrative"},reference:{key:"boundary",value:"administrative"},name:"Administrative Boundary"},"type/restriction":{icon:"iD-restriction",fields:["name","restriction","except"],geometry:["relation"],tags:{type:"restriction"},name:"Restriction"},"type/restriction/no_left_turn":{icon:"iD-restriction-no-left-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"no_left_turn"},name:"No Left Turn"},"type/restriction/no_right_turn":{icon:"iD-restriction-no-right-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"no_right_turn"},name:"No Right Turn"},"type/restriction/no_straight_on":{icon:"iD-restriction-no-straight-on",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"no_straight_on"},name:"No Straight On"},"type/restriction/no_u_turn":{icon:"iD-restriction-no-u-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"no_u_turn"},name:"No U-turn"},"type/restriction/only_left_turn":{icon:"iD-restriction-only-left-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"only_left_turn"},name:"Only Left Turn"},"type/restriction/only_right_turn":{icon:"iD-restriction-only-right-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"only_right_turn"},name:"Only Right Turn"},"type/restriction/only_straight_on":{icon:"iD-restriction-only-straight-on",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"only_straight_on"},name:"Only Straight On"},"type/restriction/only_u_turn":{icon:"iD-restriction-only-u-turn",fields:["except"],geometry:["relation"],tags:{type:"restriction",restriction:"only_u_turn"},name:"Only U-turn"},"type/route_master":{icon:"iD-route-master",fields:["name","route_master","ref","operator","network"],geometry:["relation"],tags:{type:"route_master"},name:"Route Master"},"type/route":{icon:"iD-route",fields:["name","route","ref_route","operator","network"],geometry:["relation"],tags:{type:"route"},name:"Route"},"type/route/bicycle":{icon:"iD-route-bicycle",fields:["name","ref_route","network_bicycle","cycle_network"],geometry:["relation"],tags:{type:"route",route:"bicycle"},name:"Cycle Route"},"type/route/bus":{icon:"iD-route-bus",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"bus"},name:"Bus Route"},"type/route/detour":{icon:"iD-route-detour",fields:["name","ref_route"],geometry:["relation"],tags:{type:"route",route:"detour"},name:"Detour Route"},"type/route/ferry":{icon:"iD-route-ferry",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"ferry"},name:"Ferry Route"},"type/route/foot":{icon:"iD-route-foot",fields:["name","ref_route","operator","network_foot"],geometry:["relation"],tags:{type:"route",route:"foot"},name:"Foot Route"},"type/route/hiking":{icon:"iD-route-foot",fields:["name","ref_route","operator","network_foot","description","distance"],geometry:["relation"],tags:{type:"route",route:"hiking"},name:"Hiking Route"},"type/route/horse":{icon:"iD-route-horse",fields:["name","ref_route","operator","network_horse","description","distance"],geometry:["relation"],tags:{type:"route",route:"horse"},name:"Riding Route"},"type/route/light_rail":{icon:"iD-route-light-rail",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"light_rail"},name:"Light Rail Route"},"type/route/pipeline":{icon:"iD-route-pipeline",fields:["name","ref_route","operator"],geometry:["relation"],tags:{type:"route",route:"pipeline"},name:"Pipeline Route"},"type/route/piste":{icon:"iD-route-piste",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"piste"},name:"Piste/Ski Route"},"type/route/power":{icon:"iD-route-power",fields:["name","ref_route","operator"],geometry:["relation"],tags:{type:"route",route:"power"},name:"Power Route"},"type/route/road":{icon:"iD-route-road",fields:["name","ref_route","network_road"],geometry:["relation"],tags:{type:"route",route:"road"},name:"Road Route"},"type/route/subway":{icon:"iD-route-subway",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"subway"},name:"Subway Route"},"type/route/train":{icon:"iD-route-train",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"train"},name:"Train Route"},"type/route/tram":{icon:"iD-route-tram",fields:["name","ref_route","operator","network"],geometry:["relation"],tags:{type:"route",route:"tram"},name:"Tram Route"},"type/site":{icon:"iD-relation",fields:["name","site"],geometry:["relation"],tags:{type:"site"},name:"Site"},"type/waterway":{icon:"iD-route-water",fields:["name","waterway","ref"],geometry:["relation"],tags:{type:"waterway"},name:"Waterway"},vertex:{fields:["name"],geometry:["vertex"],tags:{},name:"Other",matchScore:0.1},"waterway/boatyard":{icon:"maki-harbor",fields:["name","operator"],geometry:["area","vertex","point"],tags:{waterway:"boatyard"},name:"Boatyard"},"waterway/canal":{icon:"iD-waterway-canal",fields:["name","width","intermittent"],geometry:["line"],tags:{waterway:"canal"},name:"Canal"},"waterway/dam":{icon:"maki-dam",geometry:["point","vertex","line","area"],fields:["name"],tags:{waterway:"dam"},name:"Dam"},"waterway/ditch":{icon:"iD-waterway-ditch",fields:["structure_waterway","intermittent"],geometry:["line"],tags:{waterway:"ditch"},name:"Ditch"},"waterway/dock":{icon:"maki-harbor",fields:["name","dock","operator"],geometry:["area","vertex","point"],terms:["boat","ship","vessel","marine"],tags:{waterway:"dock"},name:"Wet Dock / Dry Dock"},"waterway/drain":{icon:"iD-waterway-ditch",fields:["structure_waterway","intermittent"],geometry:["line"],tags:{waterway:"drain"},name:"Drain"},"waterway/fuel":{icon:"maki-fuel",fields:["name","operator","address","opening_hours","fuel_multi"],geometry:["point","area"],terms:["petrol","gas","diesel","boat"],tags:{waterway:"fuel"},name:"Marine Fuel Station"},"waterway/river":{icon:"iD-waterway-river",fields:["name","structure_waterway","width","intermittent"],geometry:["line"],terms:["beck","branch","brook","course","creek","estuary","rill","rivulet","run","runnel","stream","tributary","watercourse"],tags:{waterway:"river"},name:"River"},"waterway/riverbank":{icon:"maki-water",geometry:["area"],tags:{waterway:"riverbank"},name:"Riverbank"},"waterway/sanitary_dump_station":{icon:"temaki-storage_tank",fields:["name","operator","access_simple","fee","water_point"],geometry:["point","vertex","area"],terms:["Boat","Watercraft","Sanitary","Dump Station","Pumpout","Pump out","Elsan","CDP","CTDP","Chemical Toilet"],tags:{waterway:"sanitary_dump_station"},name:"Marine Toilet Disposal"},"waterway/stream_intermittent":{icon:"iD-waterway-stream",fields:["name","structure_waterway","width","intermittent"],geometry:["line"],terms:["arroyo","beck","branch","brook","burn","course","creek","drift","flood","flow","gully","run","runnel","rush","spate","spritz","tributary","wadi","wash","watercourse"],tags:{waterway:"stream",intermittent:"yes"},reference:{key:"waterway",value:"stream"},name:"Intermittent Stream"},"waterway/stream":{icon:"iD-waterway-stream",fields:["name","structure_waterway","width","intermittent"],geometry:["line"],terms:["beck","branch","brook","burn","course","creek","current","drift","flood","flow","freshet","race","rill","rindle","rivulet","run","runnel","rush","spate","spritz","surge","tide","torrent","tributary","watercourse"],tags:{waterway:"stream"},name:"Stream"},"waterway/water_point":{icon:"maki-drinking-water",geometry:["area","vertex","point"],tags:{waterway:"water_point"},name:"Marine Drinking Water"},"waterway/waterfall":{icon:"maki-water",fields:["name","height","width","intermittent"],geometry:["vertex"],terms:["fall"],tags:{waterway:"waterfall"},name:"Waterfall"},"waterway/weir":{icon:"maki-dam",geometry:["vertex","line"],tags:{waterway:"weir"},name:"Weir"},"amenity/arts_centre/Świetlica wiejska":{tags:{name:"Świetlica wiejska",amenity:"arts_centre"},name:"Świetlica wiejska",icon:"maki-theatre",geometry:["point","area"],fields:["name","address","building_area","opening_hours"],suggestion:true},"amenity/arts_centre/Дом культуры":{tags:{name:"Дом культуры",amenity:"arts_centre"},name:"Дом культуры",icon:"maki-theatre",geometry:["point","area"],fields:["name","address","building_area","opening_hours"],suggestion:true},"amenity/bank/ABANCA":{tags:{name:"ABANCA",amenity:"bank"},name:"ABANCA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ABN AMRO":{tags:{name:"ABN AMRO",amenity:"bank"},name:"ABN AMRO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ABSA":{tags:{name:"ABSA",amenity:"bank"},name:"ABSA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/AIB":{tags:{name:"AIB",amenity:"bank"},name:"AIB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ANZ":{tags:{name:"ANZ",amenity:"bank"},name:"ANZ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ASB Bank":{tags:{name:"ASB Bank",amenity:"bank"},name:"ASB Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ATB Financial":{tags:{name:"ATB Financial",amenity:"bank"},name:"ATB Financial",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/AXA":{tags:{name:"AXA",amenity:"bank"},name:"AXA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Agribank":{tags:{name:"Agribank",amenity:"bank"},name:"Agribank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Akbank":{tags:{name:"Akbank",amenity:"bank"},name:"Akbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Alior Bank":{tags:{name:"Alior Bank",amenity:"bank"},name:"Alior Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Allahabad Bank":{tags:{name:"Allahabad Bank",amenity:"bank"},name:"Allahabad Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Allied Bank":{tags:{name:"Allied Bank",amenity:"bank"},name:"Allied Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Alpha Bank":{tags:{name:"Alpha Bank",amenity:"bank"},name:"Alpha Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Andhra Bank":{tags:{name:"Andhra Bank",amenity:"bank"},name:"Andhra Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Antonveneta":{tags:{name:"Antonveneta",amenity:"bank"},name:"Antonveneta",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Argenta":{tags:{name:"Argenta",amenity:"bank"},name:"Argenta",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Asia United Bank":{tags:{name:"Asia United Bank",amenity:"bank"},name:"Asia United Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Askari Bank":{tags:{name:"Askari Bank",amenity:"bank"},name:"Askari Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Associated Bank":{tags:{name:"Associated Bank",amenity:"bank"},name:"Associated Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Axis Bank":{tags:{name:"Axis Bank",amenity:"bank"},name:"Axis Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BAC":{tags:{name:"BAC",amenity:"bank"},name:"BAC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BAWAG PSK":{tags:{name:"BAWAG PSK",amenity:"bank"},name:"BAWAG PSK",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BB&T":{tags:{name:"BB&T",amenity:"bank"},name:"BB&T",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBBank":{tags:{name:"BBBank",amenity:"bank"},name:"BBBank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBK":{tags:{name:"BBK",amenity:"bank"},name:"BBK",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA":{tags:{name:"BBVA",amenity:"bank"},name:"BBVA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA Bancomer":{tags:{name:"BBVA Bancomer",amenity:"bank"},name:"BBVA Bancomer",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA Compass":{tags:{name:"BBVA Compass",amenity:"bank"},name:"BBVA Compass",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA Continental":{tags:{name:"BBVA Continental",amenity:"bank"},name:"BBVA Continental",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BBVA Francés":{tags:{name:"BBVA Francés",amenity:"bank"},name:"BBVA Francés",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BCA":{tags:{name:"BCA",amenity:"bank"},name:"BCA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BCI":{tags:{name:"BCI",amenity:"bank"},name:"BCI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BCP":{tags:{name:"BCP",amenity:"bank"},name:"BCP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BCR":{tags:{name:"BCR",amenity:"bank"},name:"BCR",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BDO":{tags:{name:"BDO",amenity:"bank"},name:"BDO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BGŻ BNP Paribas":{tags:{name:"BGŻ BNP Paribas",amenity:"bank"},name:"BGŻ BNP Paribas",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BMCE":{tags:{name:"BMCE",amenity:"bank"},name:"BMCE",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BMN":{tags:{name:"BMN",amenity:"bank"},name:"BMN",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BMO":{tags:{name:"BMO",amenity:"bank"},name:"BMO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BMO Harris Bank":{tags:{name:"BMO Harris Bank",amenity:"bank"},name:"BMO Harris Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNA":{tags:{name:"BNA",amenity:"bank"},name:"BNA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNI":{tags:{name:"BNI",amenity:"bank"},name:"BNI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNL":{tags:{name:"BNL",amenity:"bank"},name:"BNL",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNP Paribas":{tags:{name:"BNP Paribas",amenity:"bank"},name:"BNP Paribas",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BNP Paribas Fortis":{tags:{name:"BNP Paribas Fortis",amenity:"bank"},name:"BNP Paribas Fortis",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BOC":{tags:{name:"BOC",amenity:"bank"},name:"BOC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BPH":{tags:{name:"BPH",amenity:"bank"},name:"BPH",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BPI":{tags:{name:"BPI",amenity:"bank"},name:"BPI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BPI Family Savings Bank":{tags:{name:"BPI Family Savings Bank",amenity:"bank"},name:"BPI Family Savings Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BRD":{tags:{name:"BRD",amenity:"bank"},name:"BRD",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BRED":{tags:{name:"BRED",amenity:"bank"},name:"BRED",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BRI":{tags:{name:"BRI",amenity:"bank"},name:"BRI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BW-Bank":{tags:{name:"BW-Bank",amenity:"bank"},name:"BW-Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BZ WBK":{tags:{name:"BZ WBK",amenity:"bank"},name:"BZ WBK",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banamex":{tags:{name:"Banamex",amenity:"bank"},name:"Banamex",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banc Sabadell":{tags:{name:"Banc Sabadell",amenity:"bank"},name:"Banc Sabadell",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Intesa":{tags:{name:"Banca Intesa",amenity:"bank"},name:"Banca Intesa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca March":{tags:{name:"Banca March",amenity:"bank"},name:"Banca March",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Milano":{tags:{name:"Banca Popolare di Milano",amenity:"bank"},name:"Banca Popolare di Milano",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Novara":{tags:{name:"Banca Popolare di Novara",amenity:"bank"},name:"Banca Popolare di Novara",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Sondrio":{tags:{name:"Banca Popolare di Sondrio",amenity:"bank"},name:"Banca Popolare di Sondrio",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Verona":{tags:{name:"Banca Popolare di Verona",amenity:"bank"},name:"Banca Popolare di Verona",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Popolare di Vicenza":{tags:{name:"Banca Popolare di Vicenza",amenity:"bank"},name:"Banca Popolare di Vicenza",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Românească":{tags:{name:"Banca Românească",amenity:"bank"},name:"Banca Românească",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Sella":{tags:{name:"Banca Sella",amenity:"bank"},name:"Banca Sella",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banca Transilvania":{tags:{name:"Banca Transilvania",amenity:"bank"},name:"Banca Transilvania",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Agrario":{tags:{name:"Banco Agrario",amenity:"bank"},name:"Banco Agrario",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Azteca":{tags:{name:"Banco Azteca",amenity:"bank"},name:"Banco Azteca",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco BCI":{tags:{name:"Banco BCI",amenity:"bank"},name:"Banco BCI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Continental":{tags:{name:"Banco Continental",amenity:"bank"},name:"Banco Continental",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Estado":{tags:{name:"Banco Estado",amenity:"bank"},name:"Banco Estado",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Fassil":{tags:{name:"Banco Fassil",amenity:"bank"},name:"Banco Fassil",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco G&T Continental":{tags:{name:"Banco G&T Continental",amenity:"bank"},name:"Banco G&T Continental",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco General":{tags:{name:"Banco General",amenity:"bank"},name:"Banco General",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Industrial":{tags:{name:"Banco Industrial",amenity:"bank"},name:"Banco Industrial",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Internacional":{tags:{name:"Banco Internacional",amenity:"bank"},name:"Banco Internacional",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Nacional":{tags:{name:"Banco Nacional",amenity:"bank"},name:"Banco Nacional",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Nación":{tags:{name:"Banco Nación",amenity:"bank"},name:"Banco Nación",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Pastor":{tags:{name:"Banco Pastor",amenity:"bank"},name:"Banco Pastor",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Pichincha":{tags:{name:"Banco Pichincha",amenity:"bank"},name:"Banco Pichincha",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Popular":{tags:{name:"Banco Popular",amenity:"bank"},name:"Banco Popular",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Provincia":{tags:{name:"Banco Provincia",amenity:"bank"},name:"Banco Provincia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Sabadell":{tags:{name:"Banco Sabadell",amenity:"bank"},name:"Banco Sabadell",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Santander":{tags:{name:"Banco Santander",amenity:"bank"},name:"Banco Santander",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco Sol":{tags:{name:"Banco Sol",amenity:"bank"},name:"Banco Sol",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Bogotá":{tags:{name:"Banco de Bogotá",amenity:"bank"},name:"Banco de Bogotá",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Chile":{tags:{name:"Banco de Chile",amenity:"bank"},name:"Banco de Chile",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Costa Rica":{tags:{name:"Banco de Costa Rica",amenity:"bank"},name:"Banco de Costa Rica",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Desarrollo Banrural":{tags:{name:"Banco de Desarrollo Banrural",amenity:"bank"},name:"Banco de Desarrollo Banrural",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Occidente":{tags:{name:"Banco de Occidente",amenity:"bank"},name:"Banco de Occidente",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de Venezuela":{tags:{name:"Banco de Venezuela",amenity:"bank"},name:"Banco de Venezuela",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de la Nación":{tags:{name:"Banco de la Nación",amenity:"bank"},name:"Banco de la Nación",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco de la Nación Argentina":{tags:{name:"Banco de la Nación Argentina",amenity:"bank"},name:"Banco de la Nación Argentina",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco di Napoli":{tags:{name:"Banco di Napoli",amenity:"bank"},name:"Banco di Napoli",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco di Sardegna":{tags:{name:"Banco di Sardegna",amenity:"bank"},name:"Banco di Sardegna",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco do Brasil":{tags:{name:"Banco do Brasil",amenity:"bank"},name:"Banco do Brasil",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banco do Nordeste":{tags:{name:"Banco do Nordeste",amenity:"bank"},name:"Banco do Nordeste",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/BancoEstado":{tags:{name:"BancoEstado",amenity:"bank"},name:"BancoEstado",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bancolombia":{tags:{name:"Bancolombia",amenity:"bank"},name:"Bancolombia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bancomer":{tags:{name:"Bancomer",amenity:"bank"},name:"Bancomer",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bancpost":{tags:{name:"Bancpost",amenity:"bank"},name:"Bancpost",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banesco":{tags:{name:"Banesco",amenity:"bank"},name:"Banesco",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bangkok Bank":{tags:{name:"Bangkok Bank",amenity:"bank"},name:"Bangkok Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Al Habib":{tags:{name:"Bank Al Habib",amenity:"bank"},name:"Bank Al Habib",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Alfalah":{tags:{name:"Bank Alfalah",amenity:"bank"},name:"Bank Alfalah",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Austria":{tags:{name:"Bank Austria",amenity:"bank"},name:"Bank Austria",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank BCA":{tags:{name:"Bank BCA",amenity:"bank"},name:"Bank BCA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank BNI":{tags:{name:"Bank BNI",amenity:"bank"},name:"Bank BNI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank BPH":{tags:{name:"Bank BPH",amenity:"bank"},name:"Bank BPH",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank BRI":{tags:{name:"Bank BRI",amenity:"bank"},name:"Bank BRI",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Danamon":{tags:{name:"Bank Danamon",amenity:"bank"},name:"Bank Danamon",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Mandiri":{tags:{name:"Bank Mandiri",amenity:"bank"},name:"Bank Mandiri",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Mega":{tags:{name:"Bank Mega",amenity:"bank"},name:"Bank Mega",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Spółdzielczy":{tags:{name:"Bank Spółdzielczy",amenity:"bank"},name:"Bank Spółdzielczy",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank Zachodni WBK":{tags:{name:"Bank Zachodni WBK",amenity:"bank"},name:"Bank Zachodni WBK",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Africa":{tags:{name:"Bank of Africa",amenity:"bank"},name:"Bank of Africa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of America":{tags:{name:"Bank of America",amenity:"bank"},name:"Bank of America",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Baroda":{tags:{name:"Bank of Baroda",amenity:"bank"},name:"Bank of Baroda",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Ceylon":{tags:{name:"Bank of Ceylon",amenity:"bank"},name:"Bank of Ceylon",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of China":{tags:{name:"Bank of China",amenity:"bank"},name:"Bank of China",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Commerce":{tags:{name:"Bank of Commerce",amenity:"bank"},name:"Bank of Commerce",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of India":{tags:{name:"Bank of India",amenity:"bank"},name:"Bank of India",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Ireland":{tags:{name:"Bank of Ireland",amenity:"bank"},name:"Bank of Ireland",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Montreal":{tags:{name:"Bank of Montreal",amenity:"bank"},name:"Bank of Montreal",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of New Zealand":{tags:{name:"Bank of New Zealand",amenity:"bank"},name:"Bank of New Zealand",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of Scotland":{tags:{name:"Bank of Scotland",amenity:"bank"},name:"Bank of Scotland",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bank of the West":{tags:{name:"Bank of the West",amenity:"bank"},name:"Bank of the West",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bankia":{tags:{name:"Bankia",amenity:"bank"},name:"Bankia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bankinter":{tags:{name:"Bankinter",amenity:"bank"},name:"Bankinter",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banner Bank":{tags:{name:"Banner Bank",amenity:"bank"},name:"Banner Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banorte":{tags:{name:"Banorte",amenity:"bank"},name:"Banorte",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banque Atlantique":{tags:{name:"Banque Atlantique",amenity:"bank"},name:"Banque Atlantique",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banque Nationale":{tags:{name:"Banque Nationale",amenity:"bank"},name:"Banque Nationale",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banque Populaire":{tags:{name:"Banque Populaire",amenity:"bank"},name:"Banque Populaire",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banrisul":{tags:{name:"Banrisul",amenity:"bank"},name:"Banrisul",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Banrural":{tags:{name:"Banrural",amenity:"bank"},name:"Banrural",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Barclays":{tags:{name:"Barclays",amenity:"bank"},name:"Barclays",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bcc":{tags:{name:"Bcc",amenity:"bank"},name:"Bcc",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Belfius":{tags:{name:"Belfius",amenity:"bank"},name:"Belfius",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bendigo Bank":{tags:{name:"Bendigo Bank",amenity:"bank"},name:"Bendigo Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Berliner Volksbank":{tags:{name:"Berliner Volksbank",amenity:"bank"},name:"Berliner Volksbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bicentenario":{tags:{name:"Bicentenario",amenity:"bank"},name:"Bicentenario",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Bradesco":{tags:{name:"Bradesco",amenity:"bank"},name:"Bradesco",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Budapest Bank":{tags:{name:"Budapest Bank",amenity:"bank"},name:"Budapest Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CBAO":{tags:{name:"CBAO",amenity:"bank"},name:"CBAO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CEC Bank":{tags:{name:"CEC Bank",amenity:"bank"},name:"CEC Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CGD":{tags:{name:"CGD",amenity:"bank"},name:"CGD",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CIB Bank":{tags:{name:"CIB Bank",amenity:"bank"},name:"CIB Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CIBC":{tags:{name:"CIBC",amenity:"bank"},name:"CIBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CIC":{tags:{name:"CIC",amenity:"bank"},name:"CIC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CIMB Bank":{tags:{name:"CIMB Bank",amenity:"bank"},name:"CIMB Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CNEP":{tags:{name:"CNEP",amenity:"bank"},name:"CNEP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caisse Desjardins":{tags:{name:"Caisse Desjardins",amenity:"bank"},name:"Caisse Desjardins",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caisse d'Épargne":{tags:{name:"Caisse d'Épargne",amenity:"bank"},name:"Caisse d'Épargne",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caixa":{tags:{name:"Caixa",amenity:"bank"},name:"Caixa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caixa Econômica Federal":{tags:{name:"Caixa Econômica Federal",amenity:"bank"},name:"Caixa Econômica Federal",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caixa Geral de Depósitos":{tags:{name:"Caixa Geral de Depósitos",amenity:"bank"},name:"Caixa Geral de Depósitos",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CaixaBank":{tags:{name:"CaixaBank",amenity:"bank"},name:"CaixaBank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja Círculo":{tags:{name:"Caja Círculo",amenity:"bank"},name:"Caja Círculo",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja Duero":{tags:{name:"Caja Duero",amenity:"bank"},name:"Caja Duero",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja España":{tags:{name:"Caja España",amenity:"bank"},name:"Caja España",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja Rural":{tags:{name:"Caja Rural",amenity:"bank"},name:"Caja Rural",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Caja Rural de Jaén":{tags:{name:"Caja Rural de Jaén",amenity:"bank"},name:"Caja Rural de Jaén",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CajaSur":{tags:{name:"CajaSur",amenity:"bank"},name:"CajaSur",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cajamar":{tags:{name:"Cajamar",amenity:"bank"},name:"Cajamar",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cajero Automatico Bancared":{tags:{name:"Cajero Automatico Bancared",amenity:"bank"},name:"Cajero Automatico Bancared",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Canara Bank":{tags:{name:"Canara Bank",amenity:"bank"},name:"Canara Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Capital One":{tags:{name:"Capital One",amenity:"bank"},name:"Capital One",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Carige":{tags:{name:"Carige",amenity:"bank"},name:"Carige",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cariparma":{tags:{name:"Cariparma",amenity:"bank"},name:"Cariparma",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cassa di Risparmio del Veneto":{tags:{name:"Cassa di Risparmio del Veneto",amenity:"bank"},name:"Cassa di Risparmio del Veneto",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/CatalunyaCaixa":{tags:{name:"CatalunyaCaixa",amenity:"bank"},name:"CatalunyaCaixa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Central Bank of India":{tags:{name:"Central Bank of India",amenity:"bank"},name:"Central Bank of India",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Chase":{tags:{name:"Chase",amenity:"bank"},name:"Chase",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/China Bank":{tags:{name:"China Bank",amenity:"bank"},name:"China Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/China Bank Savings":{tags:{name:"China Bank Savings",amenity:"bank"},name:"China Bank Savings",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/China Construction Bank":{tags:{name:"China Construction Bank",amenity:"bank"},name:"China Construction Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Citibank":{tags:{name:"Citibank",amenity:"bank"},name:"Citibank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Citizens Bank":{tags:{name:"Citizens Bank",amenity:"bank"},name:"Citizens Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Clydesdale Bank":{tags:{name:"Clydesdale Bank",amenity:"bank"},name:"Clydesdale Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Columbia Bank":{tags:{name:"Columbia Bank",amenity:"bank"},name:"Columbia Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Comerica Bank":{tags:{name:"Comerica Bank",amenity:"bank"},name:"Comerica Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commerce Bank":{tags:{name:"Commerce Bank",amenity:"bank"},name:"Commerce Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commercial Bank":{tags:{name:"Commercial Bank",amenity:"bank"},name:"Commercial Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commercial Bank of Ceylon PLC":{tags:{name:"Commercial Bank of Ceylon PLC",amenity:"bank"},name:"Commercial Bank of Ceylon PLC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commerzbank":{tags:{name:"Commerzbank",amenity:"bank"},name:"Commerzbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Commonwealth Bank":{tags:{name:"Commonwealth Bank",amenity:"bank"},name:"Commonwealth Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Corporation Bank":{tags:{name:"Corporation Bank",amenity:"bank"},name:"Corporation Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Credem":{tags:{name:"Credem",amenity:"bank"},name:"Credem",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Credicoop":{tags:{name:"Credicoop",amenity:"bank"},name:"Credicoop",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Credit Agricole":{tags:{name:"Credit Agricole",amenity:"bank"},name:"Credit Agricole",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Credit Suisse":{tags:{name:"Credit Suisse",amenity:"bank"},name:"Credit Suisse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crelan":{tags:{name:"Crelan",amenity:"bank"},name:"Crelan",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédit Agricole":{tags:{name:"Crédit Agricole",amenity:"bank"},name:"Crédit Agricole",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédit Mutuel":{tags:{name:"Crédit Mutuel",amenity:"bank"},name:"Crédit Mutuel",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédit Mutuel de Bretagne":{tags:{name:"Crédit Mutuel de Bretagne",amenity:"bank"},name:"Crédit Mutuel de Bretagne",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédit du Nord":{tags:{name:"Crédit du Nord",amenity:"bank"},name:"Crédit du Nord",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Crédito Agrícola":{tags:{name:"Crédito Agrícola",amenity:"bank"},name:"Crédito Agrícola",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Cбербанк":{tags:{name:"Cбербанк",amenity:"bank"},name:"Cбербанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Danske Bank":{tags:{name:"Danske Bank",amenity:"bank"},name:"Danske Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Davivienda":{tags:{name:"Davivienda",amenity:"bank"},name:"Davivienda",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/De Venezuela":{tags:{name:"De Venezuela",amenity:"bank"},name:"De Venezuela",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Denizbank":{tags:{name:"Denizbank",amenity:"bank"},name:"Denizbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Desjardins":{tags:{name:"Desjardins",amenity:"bank"},name:"Desjardins",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Deutsche Bank":{tags:{name:"Deutsche Bank",amenity:"bank"},name:"Deutsche Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Dubai Islamic Bank":{tags:{name:"Dubai Islamic Bank",amenity:"bank"},name:"Dubai Islamic Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/EastWest Bank":{tags:{name:"EastWest Bank",amenity:"bank"},name:"EastWest Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Ecobank":{tags:{name:"Ecobank",amenity:"bank"},name:"Ecobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Erste Bank":{tags:{name:"Erste Bank",amenity:"bank"},name:"Erste Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Eurobank":{tags:{name:"Eurobank",amenity:"bank"},name:"Eurobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Express Union":{tags:{name:"Express Union",amenity:"bank"},name:"Express Union",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/FNB":{tags:{name:"FNB",amenity:"bank"},name:"FNB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Federal Bank":{tags:{name:"Federal Bank",amenity:"bank"},name:"Federal Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Fifth Third Bank":{tags:{name:"Fifth Third Bank",amenity:"bank"},name:"Fifth Third Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Finansbank":{tags:{name:"Finansbank",amenity:"bank"},name:"Finansbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/First Bank":{tags:{name:"First Bank",amenity:"bank"},name:"First Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/First Citizens Bank":{tags:{name:"First Citizens Bank",amenity:"bank"},name:"First Citizens Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/First National Bank":{tags:{name:"First National Bank",amenity:"bank"},name:"First National Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Galicia":{tags:{name:"Galicia",amenity:"bank"},name:"Galicia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Garanti":{tags:{name:"Garanti",amenity:"bank"},name:"Garanti",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Garanti Bankası":{tags:{name:"Garanti Bankası",amenity:"bank"},name:"Garanti Bankası",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Getin Bank":{tags:{name:"Getin Bank",amenity:"bank"},name:"Getin Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Groupama":{tags:{name:"Groupama",amenity:"bank"},name:"Groupama",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/HDFC Bank":{tags:{name:"HDFC Bank",amenity:"bank"},name:"HDFC Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/HNB":{tags:{name:"HNB",amenity:"bank"},name:"HNB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/HSBC":{tags:{name:"HSBC",amenity:"bank"},name:"HSBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Halifax":{tags:{name:"Halifax",amenity:"bank"},name:"Halifax",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Halkbank":{tags:{name:"Halkbank",amenity:"bank"},name:"Halkbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Hamburger Sparkasse":{tags:{name:"Hamburger Sparkasse",amenity:"bank"},name:"Hamburger Sparkasse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Handelsbanken":{tags:{name:"Handelsbanken",amenity:"bank"},name:"Handelsbanken",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Hong Leong Bank":{tags:{name:"Hong Leong Bank",amenity:"bank"},name:"Hong Leong Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Hrvatska poštanska banka":{tags:{name:"Hrvatska poštanska banka",amenity:"bank"},name:"Hrvatska poštanska banka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Huntington Bank":{tags:{name:"Huntington Bank",amenity:"bank"},name:"Huntington Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/HypoVereinsbank":{tags:{name:"HypoVereinsbank",amenity:"bank"},name:"HypoVereinsbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ICBC":{tags:{name:"ICBC",amenity:"bank"},name:"ICBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ICICI Bank":{tags:{name:"ICICI Bank",amenity:"bank"},name:"ICICI Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/IDBI Bank":{tags:{name:"IDBI Bank",amenity:"bank"},name:"IDBI Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ING":{tags:{name:"ING",amenity:"bank"},name:"ING",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ING Bank Śląski":{tags:{name:"ING Bank Śląski",amenity:"bank"},name:"ING Bank Śląski",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/IberCaja":{tags:{name:"IberCaja",amenity:"bank"},name:"IberCaja",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Indian Bank":{tags:{name:"Indian Bank",amenity:"bank"},name:"Indian Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Indian Overseas Bank":{tags:{name:"Indian Overseas Bank",amenity:"bank"},name:"Indian Overseas Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Interbank":{tags:{name:"Interbank",amenity:"bank"},name:"Interbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Intesa San Paolo":{tags:{name:"Intesa San Paolo",amenity:"bank"},name:"Intesa San Paolo",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Itaú":{tags:{name:"Itaú",amenity:"bank"},name:"Itaú",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/K&H Bank":{tags:{name:"K&H Bank",amenity:"bank"},name:"K&H Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/KBC":{tags:{name:"KBC",amenity:"bank"},name:"KBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Kasa Stefczyka":{tags:{name:"Kasa Stefczyka",amenity:"bank"},name:"Kasa Stefczyka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Key Bank":{tags:{name:"Key Bank",amenity:"bank"},name:"Key Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Komerční banka":{tags:{name:"Komerční banka",amenity:"bank"},name:"Komerční banka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Kreissparkasse":{tags:{name:"Kreissparkasse",amenity:"bank"},name:"Kreissparkasse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Kreissparkasse Köln":{tags:{name:"Kreissparkasse Köln",amenity:"bank"},name:"Kreissparkasse Köln",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Kutxabank":{tags:{name:"Kutxabank",amenity:"bank"},name:"Kutxabank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/LCL":{tags:{name:"LCL",amenity:"bank"},name:"LCL",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/La Banque Postale":{tags:{name:"La Banque Postale",amenity:"bank"},name:"La Banque Postale",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/La Caixa":{tags:{name:"La Caixa",amenity:"bank"},name:"La Caixa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Laboral Kutxa":{tags:{name:"Laboral Kutxa",amenity:"bank"},name:"Laboral Kutxa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Landbank":{tags:{name:"Landbank",amenity:"bank"},name:"Landbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Liberbank":{tags:{name:"Liberbank",amenity:"bank"},name:"Liberbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Lloyds Bank":{tags:{name:"Lloyds Bank",amenity:"bank"},name:"Lloyds Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/M&T Bank":{tags:{name:"M&T Bank",amenity:"bank"},name:"M&T Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/MCB":{tags:{name:"MCB",amenity:"bank"},name:"MCB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/MCB Bank":{tags:{name:"MCB Bank",amenity:"bank"},name:"MCB Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/MONETA Money Bank":{tags:{name:"MONETA Money Bank",amenity:"bank"},name:"MONETA Money Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Macro":{tags:{name:"Macro",amenity:"bank"},name:"Macro",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Maybank":{tags:{name:"Maybank",amenity:"bank"},name:"Maybank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Meezan Bank":{tags:{name:"Meezan Bank",amenity:"bank"},name:"Meezan Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Mercantil":{tags:{name:"Mercantil",amenity:"bank"},name:"Mercantil",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Metro Bank":{tags:{name:"Metro Bank",amenity:"bank"},name:"Metro Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Metrobank":{tags:{name:"Metrobank",amenity:"bank"},name:"Metrobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Millennium BCP":{tags:{name:"Millennium BCP",amenity:"bank"},name:"Millennium BCP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Millennium Bank":{tags:{name:"Millennium Bank",amenity:"bank"},name:"Millennium Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Monte dei Paschi di Siena":{tags:{name:"Monte dei Paschi di Siena",amenity:"bank"},name:"Monte dei Paschi di Siena",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Montepio":{tags:{name:"Montepio",amenity:"bank"},name:"Montepio",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/NAB":{tags:{name:"NAB",amenity:"bank"},name:"NAB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/NSB":{tags:{name:"NSB",amenity:"bank"},name:"NSB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/NatWest":{tags:{name:"NatWest",amenity:"bank"},name:"NatWest",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/National Bank":{tags:{name:"National Bank",amenity:"bank"},name:"National Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Nationwide":{tags:{name:"Nationwide",amenity:"bank"},name:"Nationwide",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Nedbank":{tags:{name:"Nedbank",amenity:"bank"},name:"Nedbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Nordea":{tags:{name:"Nordea",amenity:"bank"},name:"Nordea",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Novo Banco":{tags:{name:"Novo Banco",amenity:"bank"},name:"Novo Banco",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/OLB":{tags:{name:"OLB",amenity:"bank"},name:"OLB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/OTP":{tags:{name:"OTP",amenity:"bank"},name:"OTP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Oberbank":{tags:{name:"Oberbank",amenity:"bank"},name:"Oberbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Occidental de Descuento":{tags:{name:"Occidental de Descuento",amenity:"bank"},name:"Occidental de Descuento",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Oldenburgische Landesbank":{tags:{name:"Oldenburgische Landesbank",amenity:"bank"},name:"Oldenburgische Landesbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/One Network Bank":{tags:{name:"One Network Bank",amenity:"bank"},name:"One Network Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Osuuspankki":{tags:{name:"Osuuspankki",amenity:"bank"},name:"Osuuspankki",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PBZ":{tags:{name:"PBZ",amenity:"bank"},name:"PBZ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PKO":{tags:{name:"PKO",amenity:"bank"},name:"PKO",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PKO BP":{tags:{name:"PKO BP",amenity:"bank"},name:"PKO BP",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PNB":{tags:{name:"PNB",amenity:"bank"},name:"PNB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PNC":{tags:{name:"PNC",amenity:"bank"},name:"PNC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PNC Bank":{tags:{name:"PNC Bank",amenity:"bank"},name:"PNC Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/PSBank":{tags:{name:"PSBank",amenity:"bank"},name:"PSBank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Patagonia":{tags:{name:"Patagonia",amenity:"bank"},name:"Patagonia",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Pekao SA":{tags:{name:"Pekao SA",amenity:"bank"},name:"Pekao SA",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Peoples Bank":{tags:{name:"Peoples Bank",amenity:"bank"},name:"Peoples Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Philippine National Bank":{tags:{name:"Philippine National Bank",amenity:"bank"},name:"Philippine National Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Piraeus Bank":{tags:{name:"Piraeus Bank",amenity:"bank"},name:"Piraeus Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Popular":{tags:{name:"Popular",amenity:"bank"},name:"Popular",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Postbank":{tags:{name:"Postbank",amenity:"bank"},name:"Postbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Postbank Finanzcenter":{tags:{name:"Postbank Finanzcenter",amenity:"bank"},name:"Postbank Finanzcenter",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Provincial":{tags:{name:"Provincial",amenity:"bank"},name:"Provincial",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Public Bank":{tags:{name:"Public Bank",amenity:"bank"},name:"Public Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Punjab National Bank":{tags:{name:"Punjab National Bank",amenity:"bank"},name:"Punjab National Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RBC":{tags:{name:"RBC",amenity:"bank"},name:"RBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RBC Financial Group":{tags:{name:"RBC Financial Group",amenity:"bank"},name:"RBC Financial Group",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RBS":{tags:{name:"RBS",amenity:"bank"},name:"RBS",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RCBC":{tags:{name:"RCBC",amenity:"bank"},name:"RCBC",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/RCBC Savings Bank":{tags:{name:"RCBC Savings Bank",amenity:"bank"},name:"RCBC Savings Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Rabobank":{tags:{name:"Rabobank",amenity:"bank"},name:"Rabobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Raiffeisen Polbank":{tags:{name:"Raiffeisen Polbank",amenity:"bank"},name:"Raiffeisen Polbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Raiffeisenbank":{tags:{name:"Raiffeisenbank",amenity:"bank"},name:"Raiffeisenbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Regions Bank":{tags:{name:"Regions Bank",amenity:"bank"},name:"Regions Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Republic Bank":{tags:{name:"Republic Bank",amenity:"bank"},name:"Republic Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Royal Bank":{tags:{name:"Royal Bank",amenity:"bank"},name:"Royal Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Royal Bank of Canada":{tags:{name:"Royal Bank of Canada",amenity:"bank"},name:"Royal Bank of Canada",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Royal Bank of Scotland":{tags:{name:"Royal Bank of Scotland",amenity:"bank"},name:"Royal Bank of Scotland",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/SEB":{tags:{name:"SEB",amenity:"bank"},name:"SEB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/SNS Bank":{tags:{name:"SNS Bank",amenity:"bank"},name:"SNS Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sabadell":{tags:{name:"Sabadell",amenity:"bank"},name:"Sabadell",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sampath Bank":{tags:{name:"Sampath Bank",amenity:"bank"},name:"Sampath Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Santander":{tags:{name:"Santander",amenity:"bank"},name:"Santander",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Santander Consumer Bank":{tags:{name:"Santander Consumer Bank",amenity:"bank"},name:"Santander Consumer Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Santander Río":{tags:{name:"Santander Río",amenity:"bank"},name:"Santander Río",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Santander Totta":{tags:{name:"Santander Totta",amenity:"bank"},name:"Santander Totta",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sberbank":{tags:{name:"Sberbank",amenity:"bank"},name:"Sberbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Scotiabank":{tags:{name:"Scotiabank",amenity:"bank"},name:"Scotiabank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Security Bank":{tags:{name:"Security Bank",amenity:"bank"},name:"Security Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sicredi":{tags:{name:"Sicredi",amenity:"bank"},name:"Sicredi",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Slovenská sporiteľňa":{tags:{name:"Slovenská sporiteľňa",amenity:"bank"},name:"Slovenská sporiteľňa",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Société Générale":{tags:{name:"Société Générale",amenity:"bank"},name:"Société Générale",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sparda-Bank":{tags:{name:"Sparda-Bank",amenity:"bank"},name:"Sparda-Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sparkasse":{tags:{name:"Sparkasse",amenity:"bank"},name:"Sparkasse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sparkasse Aachen":{tags:{name:"Sparkasse Aachen",amenity:"bank"},name:"Sparkasse Aachen",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Sparkasse KölnBonn":{tags:{name:"Sparkasse KölnBonn",amenity:"bank"},name:"Sparkasse KölnBonn",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Stadtsparkasse":{tags:{name:"Stadtsparkasse",amenity:"bank"},name:"Stadtsparkasse",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Stanbic Bank":{tags:{name:"Stanbic Bank",amenity:"bank"},name:"Stanbic Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Standard Bank":{tags:{name:"Standard Bank",amenity:"bank"},name:"Standard Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Standard Chartered":{tags:{name:"Standard Chartered",amenity:"bank"},name:"Standard Chartered",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Standard Chartered Bank":{tags:{name:"Standard Chartered Bank",amenity:"bank"},name:"Standard Chartered Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/State Bank of India":{tags:{name:"State Bank of India",amenity:"bank"},name:"State Bank of India",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/SunTrust":{tags:{name:"SunTrust",amenity:"bank"},name:"SunTrust",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Supervielle":{tags:{name:"Supervielle",amenity:"bank"},name:"Supervielle",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Swedbank":{tags:{name:"Swedbank",amenity:"bank"},name:"Swedbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Syndicate Bank":{tags:{name:"Syndicate Bank",amenity:"bank"},name:"Syndicate Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TCF Bank":{tags:{name:"TCF Bank",amenity:"bank"},name:"TCF Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TD Bank":{tags:{name:"TD Bank",amenity:"bank"},name:"TD Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TD Canada Trust":{tags:{name:"TD Canada Trust",amenity:"bank"},name:"TD Canada Trust",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TEB":{tags:{name:"TEB",amenity:"bank"},name:"TEB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/TSB":{tags:{name:"TSB",amenity:"bank"},name:"TSB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Takarékszövetkezet":{tags:{name:"Takarékszövetkezet",amenity:"bank"},name:"Takarékszövetkezet",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Targobank":{tags:{name:"Targobank",amenity:"bank"},name:"Targobank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Tatra banka":{tags:{name:"Tatra banka",amenity:"bank"},name:"Tatra banka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Türkiye İş Bankası":{tags:{name:"Türkiye İş Bankası",amenity:"bank"},name:"Türkiye İş Bankası",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UBS":{tags:{name:"UBS",amenity:"bank"},name:"UBS",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UCO Bank":{tags:{name:"UCO Bank",amenity:"bank"},name:"UCO Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UCPB":{tags:{name:"UCPB",amenity:"bank"},name:"UCPB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UOB":{tags:{name:"UOB",amenity:"bank"},name:"UOB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/US Bank":{tags:{name:"US Bank",amenity:"bank"},name:"US Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Ulster Bank":{tags:{name:"Ulster Bank",amenity:"bank"},name:"Ulster Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Umpqua Bank":{tags:{name:"Umpqua Bank",amenity:"bank"},name:"Umpqua Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/UniCredit Bank":{tags:{name:"UniCredit Bank",amenity:"bank"},name:"UniCredit Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Unicaja Banco":{tags:{name:"Unicaja Banco",amenity:"bank"},name:"Unicaja Banco",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Unicredit Banca":{tags:{name:"Unicredit Banca",amenity:"bank"},name:"Unicredit Banca",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Union Bank":{tags:{name:"Union Bank",amenity:"bank"},name:"Union Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/United Bank":{tags:{name:"United Bank",amenity:"bank"},name:"United Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/VR-Bank":{tags:{name:"VR-Bank",amenity:"bank"},name:"VR-Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Vakıfbank":{tags:{name:"Vakıfbank",amenity:"bank"},name:"Vakıfbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Veneto Banca":{tags:{name:"Veneto Banca",amenity:"bank"},name:"Veneto Banca",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Vijaya Bank":{tags:{name:"Vijaya Bank",amenity:"bank"},name:"Vijaya Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Volks- und Raiffeisenbank":{tags:{name:"Volks- und Raiffeisenbank",amenity:"bank"},name:"Volks- und Raiffeisenbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Volksbank":{tags:{name:"Volksbank",amenity:"bank"},name:"Volksbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Volksbank Mittelhessen":{tags:{name:"Volksbank Mittelhessen",amenity:"bank"},name:"Volksbank Mittelhessen",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Volksbank Raiffeisenbank":{tags:{name:"Volksbank Raiffeisenbank",amenity:"bank"},name:"Volksbank Raiffeisenbank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/VÚB":{tags:{name:"VÚB",amenity:"bank"},name:"VÚB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Washington Federal":{tags:{name:"Washington Federal",amenity:"bank"},name:"Washington Federal",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Wells Fargo":{tags:{name:"Wells Fargo",amenity:"bank"},name:"Wells Fargo",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Western Union":{tags:{name:"Western Union",amenity:"bank"},name:"Western Union",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Westpac":{tags:{name:"Westpac",amenity:"bank"},name:"Westpac",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Yorkshire Bank":{tags:{name:"Yorkshire Bank",amenity:"bank"},name:"Yorkshire Bank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Yorkshire Building Society":{tags:{name:"Yorkshire Building Society",amenity:"bank"},name:"Yorkshire Building Society",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Zagrebačka banka":{tags:{name:"Zagrebačka banka",amenity:"bank"},name:"Zagrebačka banka",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Ziraat Bankası":{tags:{name:"Ziraat Bankası",amenity:"bank"},name:"Ziraat Bankası",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/mBank":{tags:{name:"mBank",amenity:"bank"},name:"mBank",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ČSOB":{tags:{name:"ČSOB",amenity:"bank"},name:"ČSOB",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Česká spořitelna":{tags:{name:"Česká spořitelna",amenity:"bank"},name:"Česká spořitelna",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/İş Bankası":{tags:{name:"İş Bankası",amenity:"bank"},name:"İş Bankası",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Εθνική Τράπεζα":{tags:{name:"Εθνική Τράπεζα",amenity:"bank"},name:"Εθνική Τράπεζα",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Πειραιώς":{tags:{name:"Πειραιώς",amenity:"bank"},name:"Πειραιώς",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Τράπεζα Πειραιώς":{tags:{name:"Τράπεζα Πειραιώς",amenity:"bank"},name:"Τράπεζα Πειραιώς",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Авангард":{tags:{name:"Авангард",amenity:"bank"},name:"Авангард",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Альфа-Банк":{tags:{name:"Альфа-Банк",amenity:"bank"},name:"Альфа-Банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Банк Москвы":{tags:{name:"Банк Москвы",amenity:"bank"},name:"Банк Москвы",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Банка ДСК":{tags:{name:"Банка ДСК",amenity:"bank"},name:"Банка ДСК",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Белагропромбанк":{tags:{name:"Белагропромбанк",amenity:"bank"},name:"Белагропромбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Беларусбанк":{tags:{name:"Беларусбанк",amenity:"bank"},name:"Беларусбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Белинвестбанк":{tags:{name:"Белинвестбанк",amenity:"bank"},name:"Белинвестбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Бинбанк":{tags:{name:"Бинбанк",amenity:"bank"},name:"Бинбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ВТБ":{tags:{name:"ВТБ",amenity:"bank"},name:"ВТБ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ВТБ24":{tags:{name:"ВТБ24",amenity:"bank"},name:"ВТБ24",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Возрождение":{tags:{name:"Возрождение",amenity:"bank"},name:"Возрождение",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Газпромбанк":{tags:{name:"Газпромбанк",amenity:"bank"},name:"Газпромбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Генбанк":{tags:{name:"Генбанк",amenity:"bank"},name:"Генбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Казкоммерцбанк":{tags:{name:"Казкоммерцбанк",amenity:"bank"},name:"Казкоммерцбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/МДМ Банк":{tags:{name:"МДМ Банк",amenity:"bank"},name:"МДМ Банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Московский индустриальный банк":{tags:{name:"Московский индустриальный банк",amenity:"bank"},name:"Московский индустриальный банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Мособлбанк":{tags:{name:"Мособлбанк",amenity:"bank"},name:"Мособлбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Народный банк":{tags:{name:"Народный банк",amenity:"bank"},name:"Народный банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ОТП Банк":{tags:{name:"ОТП Банк",amenity:"bank"},name:"ОТП Банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Открытие":{tags:{name:"Открытие",amenity:"bank"},name:"Открытие",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Ощадбанк":{tags:{name:"Ощадбанк",amenity:"bank"},name:"Ощадбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ПУМБ":{tags:{name:"ПУМБ",amenity:"bank"},name:"ПУМБ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Почта Банк":{tags:{name:"Почта Банк",amenity:"bank"},name:"Почта Банк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ПриватБанк":{tags:{name:"ПриватБанк",amenity:"bank"},name:"ПриватБанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Приватбанк":{tags:{name:"Приватбанк",amenity:"bank"},name:"Приватбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Приднестровский Сбербанк":{tags:{name:"Приднестровский Сбербанк",amenity:"bank"},name:"Приднестровский Сбербанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Приорбанк":{tags:{name:"Приорбанк",amenity:"bank"},name:"Приорбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Промсвязьбанк":{tags:{name:"Промсвязьбанк",amenity:"bank"},name:"Промсвязьбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/РНКБ":{tags:{name:"РНКБ",amenity:"bank"},name:"РНКБ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Райффайзен":{tags:{name:"Райффайзен",amenity:"bank"},name:"Райффайзен",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Райффайзен Банк Аваль":{tags:{name:"Райффайзен Банк Аваль",amenity:"bank"},name:"Райффайзен Банк Аваль",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Райффайзенбанк":{tags:{name:"Райффайзенбанк",amenity:"bank"},name:"Райффайзенбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Росбанк":{tags:{name:"Росбанк",amenity:"bank"},name:"Росбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Россельхозбанк":{tags:{name:"Россельхозбанк",amenity:"bank"},name:"Россельхозбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Русский стандарт":{tags:{name:"Русский стандарт",amenity:"bank"},name:"Русский стандарт",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Сбербанк":{tags:{name:"Сбербанк",amenity:"bank"},name:"Сбербанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Совкомбанк":{tags:{name:"Совкомбанк",amenity:"bank"},name:"Совкомбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/УкрСиббанк":{tags:{name:"УкрСиббанк",amenity:"bank"},name:"УкрСиббанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Укрсоцбанк":{tags:{name:"Укрсоцбанк",amenity:"bank"},name:"Укрсоцбанк",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Уралсиб":{tags:{name:"Уралсиб",amenity:"bank"},name:"Уралсиб",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/Хоум Кредит":{tags:{name:"Хоум Кредит",amenity:"bank"},name:"Хоум Кредит",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/בנק הפועלים":{tags:{name:"בנק הפועלים",amenity:"bank"},name:"בנק הפועלים",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/בנק לאומי":{tags:{name:"בנק לאומי",amenity:"bank"},name:"בנק לאומי",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک":{tags:{name:"بانک",amenity:"bank"},name:"بانک",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک آینده":{tags:{name:"بانک آینده",amenity:"bank"},name:"بانک آینده",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک اقتصاد نوین":{tags:{name:"بانک اقتصاد نوین",amenity:"bank"},name:"بانک اقتصاد نوین",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک انصار":{tags:{name:"بانک انصار",amenity:"bank"},name:"بانک انصار",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک تجارت":{tags:{name:"بانک تجارت",amenity:"bank"},name:"بانک تجارت",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک رفاه":{tags:{name:"بانک رفاه",amenity:"bank"},name:"بانک رفاه",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک رفاه کارگران":{tags:{name:"بانک رفاه کارگران",amenity:"bank"},name:"بانک رفاه کارگران",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک سپه":{tags:{name:"بانک سپه",amenity:"bank"},name:"بانک سپه",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک شهر":{tags:{name:"بانک شهر",amenity:"bank"},name:"بانک شهر",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک صادرات":{tags:{name:"بانک صادرات",amenity:"bank"},name:"بانک صادرات",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک قوامین":{tags:{name:"بانک قوامین",amenity:"bank"},name:"بانک قوامین",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک مسکن":{tags:{name:"بانک مسکن",amenity:"bank"},name:"بانک مسکن",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک ملت":{tags:{name:"بانک ملت",amenity:"bank"},name:"بانک ملت",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک ملی":{tags:{name:"بانک ملی",amenity:"bank"},name:"بانک ملی",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک ملی ایران":{tags:{name:"بانک ملی ایران",amenity:"bank"},name:"بانک ملی ایران",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک مهر اقتصاد":{tags:{name:"بانک مهر اقتصاد",amenity:"bank"},name:"بانک مهر اقتصاد",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک پارسیان":{tags:{name:"بانک پارسیان",amenity:"bank"},name:"بانک پارسیان",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک پاسارگاد":{tags:{name:"بانک پاسارگاد",amenity:"bank"},name:"بانک پاسارگاد",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/بانک کشاورزی":{tags:{name:"بانک کشاورزی",amenity:"bank"},name:"بانک کشاورزی",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/صادرات":{tags:{name:"صادرات",amenity:"bank"},name:"صادرات",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ملی":{tags:{name:"ملی",amenity:"bank"},name:"ملی",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/پست بانک":{tags:{name:"پست بانک",amenity:"bank"},name:"پست بانک",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารกรุงเทพ":{tags:{name:"ธนาคารกรุงเทพ",amenity:"bank"},name:"ธนาคารกรุงเทพ",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารกรุงไทย":{tags:{name:"ธนาคารกรุงไทย",amenity:"bank"},name:"ธนาคารกรุงไทย",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารกสิกรไทย":{tags:{name:"ธนาคารกสิกรไทย",amenity:"bank"},name:"ธนาคารกสิกรไทย",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารออมสิน":{tags:{name:"ธนาคารออมสิน",amenity:"bank"},name:"ธนาคารออมสิน",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/ธนาคารไทยพาณิชย์":{tags:{name:"ธนาคารไทยพาณิชย์",amenity:"bank"},name:"ธนาคารไทยพาณิชย์",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/みずほ銀行":{tags:{name:"みずほ銀行",amenity:"bank"},name:"みずほ銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/りそな銀行":{tags:{name:"りそな銀行",amenity:"bank"},name:"りそな銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/三井住友銀行":{tags:{name:"三井住友銀行",amenity:"bank"},name:"三井住友銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/三菱東京UFJ銀行":{tags:{name:"三菱東京UFJ銀行",amenity:"bank"},name:"三菱東京UFJ銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国农业银行":{tags:{name:"中国农业银行",amenity:"bank"},name:"中国农业银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国工商银行":{tags:{name:"中国工商银行",amenity:"bank"},name:"中国工商银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国建设银行":{tags:{name:"中国建设银行",amenity:"bank"},name:"中国建设银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国邮政储蓄银行":{tags:{name:"中国邮政储蓄银行",amenity:"bank"},name:"中国邮政储蓄银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/中国银行":{tags:{name:"中国银行",amenity:"bank"},name:"中国银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/交通银行":{tags:{name:"交通银行",amenity:"bank"},name:"交通银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/京都中央信用金庫":{tags:{name:"京都中央信用金庫",amenity:"bank"},name:"京都中央信用金庫",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/京都銀行":{tags:{name:"京都銀行",amenity:"bank"},name:"京都銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/农业银行":{tags:{name:"农业银行",amenity:"bank"},name:"农业银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/北海道銀行":{tags:{name:"北海道銀行",amenity:"bank"},name:"北海道銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/合作金庫銀行":{tags:{name:"合作金庫銀行",amenity:"bank"},name:"合作金庫銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/土地銀行":{tags:{name:"土地銀行",amenity:"bank"},name:"土地銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/工商银行":{tags:{name:"工商银行",amenity:"bank"},name:"工商银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/建设银行":{tags:{name:"建设银行",amenity:"bank"},name:"建设银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/彰化銀行":{tags:{name:"彰化銀行",amenity:"bank"},name:"彰化銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/招商银行":{tags:{name:"招商银行",amenity:"bank"},name:"招商银行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/横浜銀行":{tags:{name:"横浜銀行",amenity:"bank"},name:"横浜銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/第一銀行":{tags:{name:"第一銀行",amenity:"bank"},name:"第一銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/華南銀行":{tags:{name:"華南銀行",amenity:"bank"},name:"華南銀行",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/국민은행":{tags:{name:"국민은행","name:en":"Gungmin Bank",amenity:"bank"},name:"국민은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/기업은행":{tags:{name:"기업은행",amenity:"bank"},name:"기업은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/농협":{tags:{name:"농협",amenity:"bank"},name:"농협",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/새마을금고":{tags:{name:"새마을금고",amenity:"bank"},name:"새마을금고",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/신한은행":{tags:{name:"신한은행","name:en":"Sinhan Bank",amenity:"bank"},name:"신한은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/우리은행":{tags:{name:"우리은행","name:en":"Uri Bank",amenity:"bank"},name:"우리은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bank/하나은행":{tags:{name:"하나은행",amenity:"bank"},name:"하나은행",icon:"maki-bank",geometry:["point","area"],fields:["name","atm","operator","address","building_area","opening_hours","drive_through"],suggestion:true},"amenity/bar/Bar Centrale":{tags:{name:"Bar Centrale",amenity:"bar"},name:"Bar Centrale",icon:"maki-bar",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/bar/Bar Sport":{tags:{name:"Bar Sport",amenity:"bar"},name:"Bar Sport",icon:"maki-bar",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/bar/Beach Bar":{tags:{name:"Beach Bar",amenity:"bar"},name:"Beach Bar",icon:"maki-bar",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/bar/Pool Bar":{tags:{name:"Pool Bar",amenity:"bar"},name:"Pool Bar",icon:"maki-bar",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/bicycle_rental/Bicing":{tags:{name:"Bicing",amenity:"bicycle_rental"},name:"Bicing",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bicycle_rental/Call a Bike":{tags:{name:"Call a Bike",amenity:"bicycle_rental"},name:"Call a Bike",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bicycle_rental/Grid":{tags:{name:"Grid",amenity:"bicycle_rental"},name:"Grid",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bicycle_rental/Mibici":{tags:{name:"Mibici",amenity:"bicycle_rental"},name:"Mibici",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bicycle_rental/metropolradruhr":{tags:{name:"metropolradruhr",amenity:"bicycle_rental"},name:"metropolradruhr",icon:"maki-bicycle",geometry:["point","vertex","area"],fields:["capacity","network","operator","payment_multi"],suggestion:true},"amenity/bureau_de_change/Abitab":{tags:{name:"Abitab",amenity:"bureau_de_change"},name:"Abitab",icon:"maki-bank",geometry:["point","area"],fields:["name","currency_multi","operator","address","building_area","opening_hours"],suggestion:true},"amenity/bureau_de_change/Change":{tags:{name:"Change",amenity:"bureau_de_change"},name:"Change",icon:"maki-bank",geometry:["point","area"],fields:["name","currency_multi","operator","address","building_area","opening_hours"],suggestion:true},"amenity/bureau_de_change/Travelex":{tags:{name:"Travelex",amenity:"bureau_de_change"},name:"Travelex",icon:"maki-bank",geometry:["point","area"],fields:["name","currency_multi","operator","address","building_area","opening_hours"],suggestion:true},"amenity/cafe/85度C":{tags:{name:"85度C",amenity:"cafe"},name:"85度C",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Bar Kafe":{tags:{name:"Bar Kafe",amenity:"cafe"},name:"Bar Kafe",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Barista":{tags:{name:"Barista",amenity:"cafe"},name:"Barista",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Bonafide":{tags:{name:"Bonafide",amenity:"cafe"},name:"Bonafide",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Cafe Coffee Day":{tags:{name:"Cafe Coffee Day",amenity:"cafe"},name:"Cafe Coffee Day",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Cafe Nero":{tags:{name:"Cafe Nero",amenity:"cafe"},name:"Cafe Nero",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Cafeteria":{tags:{name:"Cafeteria",amenity:"cafe"},name:"Cafeteria",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Cafetería":{tags:{name:"Cafetería",amenity:"cafe"},name:"Cafetería",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Caffè Nero":{tags:{name:"Caffè Nero",amenity:"cafe"},name:"Caffè Nero",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Café Amazon":{tags:{name:"Café Amazon",amenity:"cafe"},name:"Café Amazon",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Café Central":{tags:{name:"Café Central",amenity:"cafe"},name:"Café Central",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Café de la Place":{tags:{name:"Café de la Place",amenity:"cafe"},name:"Café de la Place",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Café des Sports":{tags:{name:"Café des Sports",amenity:"cafe"},name:"Café des Sports",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Caribou Coffee":{tags:{name:"Caribou Coffee",amenity:"cafe"},name:"Caribou Coffee",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Coffee Fellows":{tags:{name:"Coffee Fellows",amenity:"cafe"},name:"Coffee Fellows",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Coffee House":{tags:{name:"Coffee House",amenity:"cafe"},name:"Coffee House",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Coffee Island":{tags:{name:"Coffee Island",amenity:"cafe"},name:"Coffee Island",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Coffee Time":{tags:{name:"Coffee Time",amenity:"cafe"},name:"Coffee Time",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Costa":{tags:{name:"Costa",amenity:"cafe"},name:"Costa",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Country Style":{tags:{name:"Country Style",amenity:"cafe"},name:"Country Style",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Dunkin' Donuts":{tags:{name:"Dunkin' Donuts",cuisine:"donut",amenity:"cafe"},name:"Dunkin' Donuts",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Eiscafe Dolomiti":{tags:{name:"Eiscafe Dolomiti",amenity:"cafe"},name:"Eiscafe Dolomiti",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Eiscafe Venezia":{tags:{name:"Eiscafe Venezia",amenity:"cafe"},name:"Eiscafe Venezia",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Espresso House":{tags:{name:"Espresso House",amenity:"cafe"},name:"Espresso House",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Havanna":{tags:{name:"Havanna",amenity:"cafe"},name:"Havanna",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Internet Cafe":{tags:{name:"Internet Cafe",amenity:"cafe"},name:"Internet Cafe",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Kafe":{tags:{name:"Kafe",amenity:"cafe"},name:"Kafe",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Krispy Kreme":{tags:{name:"Krispy Kreme",amenity:"cafe"},name:"Krispy Kreme",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Le Pain Quotidien":{tags:{name:"Le Pain Quotidien",amenity:"cafe"},name:"Le Pain Quotidien",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/McCafé":{tags:{name:"McCafé",amenity:"cafe",cuisine:"coffee_shop"},name:"McCafé",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Peet's Coffee & Tea":{tags:{name:"Peet's Coffee & Tea",amenity:"cafe"},name:"Peet's Coffee & Tea",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Pret A Manger":{tags:{name:"Pret A Manger",amenity:"cafe"},name:"Pret A Manger",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Prime":{tags:{name:"Prime",amenity:"cafe"},name:"Prime",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Second Cup":{tags:{name:"Second Cup",amenity:"cafe"},name:"Second Cup",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Segafredo":{tags:{name:"Segafredo",amenity:"cafe"},name:"Segafredo",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Starbucks":{tags:{name:"Starbucks",cuisine:"coffee_shop",amenity:"cafe"},name:"Starbucks",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/The Coffee Bean & Tea Leaf":{tags:{name:"The Coffee Bean & Tea Leaf",amenity:"cafe"},name:"The Coffee Bean & Tea Leaf",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/The Coffee Club":{tags:{name:"The Coffee Club",amenity:"cafe"},name:"The Coffee Club",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Tim Hortons":{tags:{name:"Tim Hortons",amenity:"cafe"},name:"Tim Hortons",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Traveler's Coffee":{tags:{name:"Traveler's Coffee",amenity:"cafe"},name:"Traveler's Coffee",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Wayne's Coffee":{tags:{name:"Wayne's Coffee",amenity:"cafe"},name:"Wayne's Coffee",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Бистро":{tags:{name:"Бистро",amenity:"cafe"},name:"Бистро",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Буфет":{tags:{name:"Буфет",amenity:"cafe"},name:"Буфет",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Встреча":{tags:{name:"Встреча",amenity:"cafe"},name:"Встреча",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Даблби":{tags:{name:"Даблби",amenity:"cafe"},name:"Даблби",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Закусочная":{tags:{name:"Закусочная",amenity:"cafe"},name:"Закусочная",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Кофе Хауз":{tags:{name:"Кофе Хауз",amenity:"cafe"},name:"Кофе Хауз",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Кофейня":{tags:{name:"Кофейня",amenity:"cafe"},name:"Кофейня",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Лакомка":{tags:{name:"Лакомка",amenity:"cafe"},name:"Лакомка",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Летнее кафе":{tags:{name:"Летнее кафе",amenity:"cafe"},name:"Летнее кафе",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Пельменная":{tags:{name:"Пельменная",amenity:"cafe"},name:"Пельменная",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Пиццерия":{tags:{name:"Пиццерия",amenity:"cafe"},name:"Пиццерия",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Рандеву":{tags:{name:"Рандеву",amenity:"cafe"},name:"Рандеву",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Сказка":{tags:{name:"Сказка",amenity:"cafe"},name:"Сказка",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Старбакс":{tags:{name:"Старбакс",amenity:"cafe"},name:"Старбакс",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Столовая":{tags:{name:"Столовая",amenity:"cafe"},name:"Столовая",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Уют":{tags:{name:"Уют",amenity:"cafe"},name:"Уют",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Хуторок":{tags:{name:"Хуторок",amenity:"cafe"},name:"Хуторок",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Шашлычная":{tags:{name:"Шашлычная",amenity:"cafe"},name:"Шашлычная",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Шоколад":{tags:{name:"Шоколад",amenity:"cafe"},name:"Шоколад",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/Шоколадница":{tags:{name:"Шоколадница",amenity:"cafe"},name:"Шоколадница",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/ארומה":{tags:{name:"ארומה",amenity:"cafe"},name:"ארומה",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/مقهى":{tags:{name:"مقهى",amenity:"cafe"},name:"مقهى",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/คาเฟ่ อเมซอน":{tags:{name:"คาเฟ่ อเมซอน",amenity:"cafe"},name:"คาเฟ่ อเมซอน",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/エクセルシオール カフェ":{tags:{name:"エクセルシオール カフェ",amenity:"cafe"},name:"エクセルシオール カフェ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/カフェ・ド・クリエ":{tags:{name:"カフェ・ド・クリエ","name:en":"Cafe de CRIE",amenity:"cafe"},name:"カフェ・ド・クリエ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/カフェ・ベローチェ":{tags:{name:"カフェ・ベローチェ",amenity:"cafe"},name:"カフェ・ベローチェ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/コメダ珈琲店":{tags:{name:"コメダ珈琲店",amenity:"cafe"},name:"コメダ珈琲店",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/サンマルクカフェ":{tags:{name:"サンマルクカフェ",amenity:"cafe"},name:"サンマルクカフェ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/スターバックス":{tags:{name:"スターバックス","name:en":"Starbucks",amenity:"cafe"},name:"スターバックス",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/タリーズコーヒー":{tags:{name:"タリーズコーヒー",amenity:"cafe"},name:"タリーズコーヒー",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/ドトールコーヒーショップ":{tags:{name:"ドトールコーヒーショップ","name:en":"Doutor",amenity:"cafe"},name:"ドトールコーヒーショップ",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/星巴克":{tags:{name:"星巴克",amenity:"cafe"},name:"星巴克",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/cafe/스타벅스":{tags:{name:"스타벅스",amenity:"cafe"},name:"스타벅스",icon:"maki-cafe",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","internet_access","internet_access/fee","internet_access/ssid","smoking","outdoor_seating"],suggestion:true},"amenity/car_rental/Alamo":{tags:{name:"Alamo",amenity:"car_rental"},name:"Alamo",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Avis":{tags:{name:"Avis",amenity:"car_rental"},name:"Avis",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Budget":{tags:{name:"Budget",amenity:"car_rental"},name:"Budget",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Enterprise":{tags:{name:"Enterprise",amenity:"car_rental"},name:"Enterprise",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Enterprise Rent-a-Car":{tags:{name:"Enterprise Rent-a-Car",amenity:"car_rental"},name:"Enterprise Rent-a-Car",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Europcar":{tags:{name:"Europcar",amenity:"car_rental"},name:"Europcar",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Hertz":{tags:{name:"Hertz",amenity:"car_rental"},name:"Hertz",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Localiza":{tags:{name:"Localiza",amenity:"car_rental"},name:"Localiza",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Sixt":{tags:{name:"Sixt",amenity:"car_rental"},name:"Sixt",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/Thrifty":{tags:{name:"Thrifty",amenity:"car_rental"},name:"Thrifty",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/U-Haul":{tags:{name:"U-Haul",amenity:"car_rental"},name:"U-Haul",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/オリックスレンタカー":{tags:{name:"オリックスレンタカー",amenity:"car_rental"},name:"オリックスレンタカー",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/トヨタレンタカー":{tags:{name:"トヨタレンタカー",amenity:"car_rental"},name:"トヨタレンタカー",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/トヨタレンタリース":{tags:{name:"トヨタレンタリース",amenity:"car_rental"},name:"トヨタレンタリース",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_rental/ニッポンレンタカー":{tags:{name:"ニッポンレンタカー",amenity:"car_rental"},name:"ニッポンレンタカー",icon:"maki-car",geometry:["point","area"],fields:["name","operator","payment_multi"],suggestion:true},"amenity/car_wash/Autolavaggio":{tags:{name:"Autolavaggio",amenity:"car_wash"},name:"Autolavaggio",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/H-E-B Car Wash":{tags:{name:"H-E-B Car Wash",amenity:"car_wash"},name:"H-E-B Car Wash",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Lavage Auto":{tags:{name:"Lavage Auto",amenity:"car_wash"},name:"Lavage Auto",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Lavazh":{tags:{name:"Lavazh",amenity:"car_wash"},name:"Lavazh",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Myjnia":{tags:{name:"Myjnia",amenity:"car_wash"},name:"Myjnia",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Myjnia bezdotykowa":{tags:{name:"Myjnia bezdotykowa",amenity:"car_wash"},name:"Myjnia bezdotykowa",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Myjnia samochodowa":{tags:{name:"Myjnia samochodowa",amenity:"car_wash"},name:"Myjnia samochodowa",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Spălătorie Auto":{tags:{name:"Spălătorie Auto",amenity:"car_wash"},name:"Spălătorie Auto",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Spălătorie auto":{tags:{name:"Spălătorie auto",amenity:"car_wash"},name:"Spălătorie auto",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/car_wash/Автомийка":{tags:{name:"Автомийка",amenity:"car_wash"},name:"Автомийка",icon:"maki-car",geometry:["point","area"],fields:["address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cinema City":{tags:{name:"Cinema City",amenity:"cinema"},name:"Cinema City",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cinemark":{tags:{name:"Cinemark",amenity:"cinema"},name:"Cinemark",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cinemex":{tags:{name:"Cinemex",amenity:"cinema"},name:"Cinemex",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cinepolis":{tags:{name:"Cinepolis",amenity:"cinema"},name:"Cinepolis",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Cineworld":{tags:{name:"Cineworld",amenity:"cinema"},name:"Cineworld",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/cinema/Odeon":{tags:{name:"Odeon",amenity:"cinema"},name:"Odeon",icon:"maki-cinema",geometry:["point","area"],fields:["name","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/clinic/ФАП":{tags:{name:"ФАП",healthcare:"clinic",amenity:"clinic"},name:"ФАП",icon:"maki-doctor",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Aspen Dental":{tags:{name:"Aspen Dental",healthcare:"dentist",amenity:"dentist"},name:"Aspen Dental",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Family Dentistry":{tags:{name:"Family Dentistry",healthcare:"dentist",amenity:"dentist"},name:"Family Dentistry",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Vitaldent":{tags:{name:"Vitaldent",healthcare:"dentist",amenity:"dentist"},name:"Vitaldent",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Стоматолог":{tags:{name:"Стоматолог",healthcare:"dentist",amenity:"dentist"},name:"Стоматолог",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/dentist/Стоматологія":{tags:{name:"Стоматологія",healthcare:"dentist",amenity:"dentist"},name:"Стоматологія",icon:"maki-dentist",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/doctors/Háziorvosi rendelő":{tags:{name:"Háziorvosi rendelő",healthcare:"doctor",amenity:"doctors"},name:"Háziorvosi rendelő",icon:"maki-doctor",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/doctors/Инвитро":{tags:{name:"Инвитро",healthcare:"doctor",amenity:"doctors"},name:"Инвитро",icon:"maki-doctor",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","building_area","opening_hours"],suggestion:true},"amenity/driving_school/Автодром":{tags:{name:"Автодром",amenity:"driving_school"},name:"Автодром",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"amenity/fast_food/A&W":{tags:{name:"A&W",amenity:"fast_food"},name:"A&W",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Ali Baba":{tags:{name:"Ali Baba",amenity:"fast_food"},name:"Ali Baba",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Angel's Burger":{tags:{name:"Angel's Burger",amenity:"fast_food"},name:"Angel's Burger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Antalya":{tags:{name:"Antalya",amenity:"fast_food"},name:"Antalya",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Arby's":{tags:{name:"Arby's",amenity:"fast_food"},name:"Arby's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Asia Bistro":{tags:{name:"Asia Bistro",amenity:"fast_food"},name:"Asia Bistro",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Asia Wok":{tags:{name:"Asia Wok",amenity:"fast_food"},name:"Asia Wok",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Baskin-Robbins":{tags:{name:"Baskin-Robbins",amenity:"fast_food"},name:"Baskin-Robbins",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Bistro":{tags:{name:"Bistro",amenity:"fast_food"},name:"Bistro",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Bob's":{tags:{name:"Bob's",amenity:"fast_food"},name:"Bob's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Bojangles":{tags:{name:"Bojangles",amenity:"fast_food"},name:"Bojangles",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Booster Juice":{tags:{name:"Booster Juice",amenity:"fast_food"},name:"Booster Juice",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Boston Market":{tags:{name:"Boston Market",amenity:"fast_food"},name:"Boston Market",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Braum's":{tags:{name:"Braum's",amenity:"fast_food"},name:"Braum's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Burger King":{tags:{name:"Burger King",cuisine:"burger",amenity:"fast_food"},name:"Burger King",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Burger Machine":{tags:{name:"Burger Machine",amenity:"fast_food"},name:"Burger Machine",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Büfé":{tags:{name:"Büfé",amenity:"fast_food"},name:"Büfé",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Captain D's":{tags:{name:"Captain D's",amenity:"fast_food"},name:"Captain D's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Carl's Jr.":{tags:{name:"Carl's Jr.",cuisine:"burger",amenity:"fast_food"},name:"Carl's Jr.",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Chick-fil-A":{tags:{name:"Chick-fil-A",cuisine:"chicken",amenity:"fast_food"},name:"Chick-fil-A",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Chicken Express":{tags:{name:"Chicken Express",amenity:"fast_food"},name:"Chicken Express",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Chipotle":{tags:{name:"Chipotle",cuisine:"mexican",amenity:"fast_food"},name:"Chipotle",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Chowking":{tags:{name:"Chowking",amenity:"fast_food"},name:"Chowking",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Church's Chicken":{tags:{name:"Church's Chicken",amenity:"fast_food"},name:"Church's Chicken",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/CoCo壱番屋":{tags:{name:"CoCo壱番屋",amenity:"fast_food"},name:"CoCo壱番屋",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Cold Stone Creamery":{tags:{name:"Cold Stone Creamery",amenity:"fast_food"},name:"Cold Stone Creamery",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Cook Out":{tags:{name:"Cook Out",amenity:"fast_food"},name:"Cook Out",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Culver's":{tags:{name:"Culver's",amenity:"fast_food"},name:"Culver's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/DQ":{tags:{name:"DQ",amenity:"fast_food"},name:"DQ",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Dairy Queen":{tags:{name:"Dairy Queen",amenity:"fast_food"},name:"Dairy Queen",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Del Taco":{tags:{name:"Del Taco",amenity:"fast_food"},name:"Del Taco",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Domino's Pizza":{tags:{name:"Domino's Pizza",cuisine:"pizza",amenity:"fast_food"},name:"Domino's Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/El Pollo Loco":{tags:{name:"El Pollo Loco",amenity:"fast_food"},name:"El Pollo Loco",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Everest":{tags:{name:"Everest",amenity:"fast_food"},name:"Everest",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Extreme Pita":{tags:{name:"Extreme Pita",amenity:"fast_food"},name:"Extreme Pita",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Fazoli's":{tags:{name:"Fazoli's",amenity:"fast_food"},name:"Fazoli's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Firehouse Subs":{tags:{name:"Firehouse Subs",amenity:"fast_food"},name:"Firehouse Subs",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Fish & Chips":{tags:{name:"Fish & Chips",amenity:"fast_food"},name:"Fish & Chips",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Fish and Chips":{tags:{name:"Fish and Chips",amenity:"fast_food"},name:"Fish and Chips",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Five Guys":{tags:{name:"Five Guys",amenity:"fast_food"},name:"Five Guys",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Greenwich":{tags:{name:"Greenwich",amenity:"fast_food"},name:"Greenwich",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Habib's":{tags:{name:"Habib's",amenity:"fast_food"},name:"Habib's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Hallo Pizza":{tags:{name:"Hallo Pizza",amenity:"fast_food"},name:"Hallo Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Hardee's":{tags:{name:"Hardee's",cuisine:"burger",amenity:"fast_food"},name:"Hardee's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Harvey's":{tags:{name:"Harvey's",amenity:"fast_food"},name:"Harvey's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Hesburger":{tags:{name:"Hesburger",amenity:"fast_food"},name:"Hesburger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Hungry Jacks":{tags:{name:"Hungry Jacks",cuisine:"burger",amenity:"fast_food"},name:"Hungry Jacks",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/In-N-Out Burger":{tags:{name:"In-N-Out Burger",amenity:"fast_food"},name:"In-N-Out Burger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Istanbul":{tags:{name:"Istanbul",amenity:"fast_food"},name:"Istanbul",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Istanbul Kebab":{tags:{name:"Istanbul Kebab",amenity:"fast_food"},name:"Istanbul Kebab",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jack in the Box":{tags:{name:"Jack in the Box",cuisine:"burger",amenity:"fast_food"},name:"Jack in the Box",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jamba Juice":{tags:{name:"Jamba Juice",amenity:"fast_food"},name:"Jamba Juice",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jersey Mike's Subs":{tags:{name:"Jersey Mike's Subs",amenity:"fast_food"},name:"Jersey Mike's Subs",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jimmy John's":{tags:{name:"Jimmy John's",cuisine:"sandwich",amenity:"fast_food"},name:"Jimmy John's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Jollibee":{tags:{name:"Jollibee",amenity:"fast_food"},name:"Jollibee",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/KFC":{tags:{name:"KFC",cuisine:"chicken",amenity:"fast_food"},name:"KFC",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/KFC/Taco Bell":{tags:{name:"KFC/Taco Bell",amenity:"fast_food"},name:"KFC/Taco Bell",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Kebab House":{tags:{name:"Kebab House",amenity:"fast_food"},name:"Kebab House",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Kebabai":{tags:{name:"Kebabai",amenity:"fast_food"},name:"Kebabai",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Kochlöffel":{tags:{name:"Kochlöffel",amenity:"fast_food"},name:"Kochlöffel",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Kotipizza":{tags:{name:"Kotipizza",amenity:"fast_food"},name:"Kotipizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Krystal":{tags:{name:"Krystal",amenity:"fast_food"},name:"Krystal",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Little Caesars":{tags:{name:"Little Caesars",amenity:"fast_food"},name:"Little Caesars",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Little Caesars Pizza":{tags:{name:"Little Caesars Pizza",amenity:"fast_food"},name:"Little Caesars Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Long John Silver's":{tags:{name:"Long John Silver's",amenity:"fast_food"},name:"Long John Silver's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Lotteria":{tags:{name:"Lotteria",amenity:"fast_food"},name:"Lotteria",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Max":{tags:{name:"Max",amenity:"fast_food"},name:"Max",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/McDonald's":{tags:{name:"McDonald's",cuisine:"burger",amenity:"fast_food"},name:"McDonald's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Minute Burger":{tags:{name:"Minute Burger",amenity:"fast_food"},name:"Minute Burger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Mr. Sub":{tags:{name:"Mr. Sub",amenity:"fast_food"},name:"Mr. Sub",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/New York Pizza":{tags:{name:"New York Pizza",amenity:"fast_food"},name:"New York Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Nordsee":{tags:{name:"Nordsee",amenity:"fast_food"},name:"Nordsee",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Panda Express":{tags:{name:"Panda Express",cuisine:"chinese",amenity:"fast_food"},name:"Panda Express",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Papa John's":{tags:{name:"Papa John's",cuisine:"pizza",amenity:"fast_food"},name:"Papa John's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Papa Murphy's":{tags:{name:"Papa Murphy's",amenity:"fast_food"},name:"Papa Murphy's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pinulito":{tags:{name:"Pinulito",amenity:"fast_food"},name:"Pinulito",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pita Pit":{tags:{name:"Pita Pit",amenity:"fast_food"},name:"Pita Pit",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pizza Hut Delivery":{tags:{name:"Pizza Hut Delivery",amenity:"fast_food"},name:"Pizza Hut Delivery",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pizza King":{tags:{name:"Pizza King",amenity:"fast_food"},name:"Pizza King",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pizza Nova":{tags:{name:"Pizza Nova",amenity:"fast_food"},name:"Pizza Nova",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pizza Pizza":{tags:{name:"Pizza Pizza",amenity:"fast_food"},name:"Pizza Pizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pollo Campero":{tags:{name:"Pollo Campero",amenity:"fast_food"},name:"Pollo Campero",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Pollo Granjero":{tags:{name:"Pollo Granjero",amenity:"fast_food"},name:"Pollo Granjero",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Popeye's":{tags:{name:"Popeye's",cuisine:"chicken",amenity:"fast_food"},name:"Popeye's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Popeyes Louisiana Kitchen":{tags:{name:"Popeyes Louisiana Kitchen",amenity:"fast_food"},name:"Popeyes Louisiana Kitchen",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Qdoba":{tags:{name:"Qdoba",amenity:"fast_food"},name:"Qdoba",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Quick":{tags:{name:"Quick",amenity:"fast_food"},name:"Quick",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Quiznos":{tags:{name:"Quiznos",amenity:"fast_food"},name:"Quiznos",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Rally's":{tags:{name:"Rally's",amenity:"fast_food"},name:"Rally's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Red Rooster":{tags:{name:"Red Rooster",amenity:"fast_food"},name:"Red Rooster",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Sbarro":{tags:{name:"Sbarro",amenity:"fast_food"},name:"Sbarro",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Schlotzsky's Deli":{tags:{name:"Schlotzsky's Deli",amenity:"fast_food"},name:"Schlotzsky's Deli",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Sibylla":{tags:{name:"Sibylla",amenity:"fast_food"},name:"Sibylla",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Sonic":{tags:{name:"Sonic",cuisine:"burger",amenity:"fast_food"},name:"Sonic",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Steers":{tags:{name:"Steers",amenity:"fast_food"},name:"Steers",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Subway":{tags:{name:"Subway",amenity:"fast_food"},name:"Subway",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Bell":{tags:{name:"Taco Bell",cuisine:"mexican",amenity:"fast_food"},name:"Taco Bell",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Bueno":{tags:{name:"Taco Bueno",amenity:"fast_food"},name:"Taco Bueno",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Cabana":{tags:{name:"Taco Cabana",amenity:"fast_food"},name:"Taco Cabana",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Del Mar":{tags:{name:"Taco Del Mar",amenity:"fast_food"},name:"Taco Del Mar",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco John's":{tags:{name:"Taco John's",amenity:"fast_food"},name:"Taco John's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Taco Time":{tags:{name:"Taco Time",amenity:"fast_food"},name:"Taco Time",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Telepizza":{tags:{name:"Telepizza",amenity:"fast_food"},name:"Telepizza",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Thai Express":{tags:{name:"Thai Express",amenity:"fast_food"},name:"Thai Express",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/The Pizza Company":{tags:{name:"The Pizza Company",amenity:"fast_food"},name:"The Pizza Company",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Wendy's":{tags:{name:"Wendy's",cuisine:"burger",amenity:"fast_food"},name:"Wendy's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Whataburger":{tags:{name:"Whataburger",amenity:"fast_food"},name:"Whataburger",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/White Castle":{tags:{name:"White Castle",amenity:"fast_food"},name:"White Castle",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Wienerschnitzel":{tags:{name:"Wienerschnitzel",amenity:"fast_food"},name:"Wienerschnitzel",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Wimpy":{tags:{name:"Wimpy",amenity:"fast_food"},name:"Wimpy",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Zaxby's":{tags:{name:"Zaxby's",amenity:"fast_food"},name:"Zaxby's",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Γρηγόρης":{tags:{name:"Γρηγόρης",amenity:"fast_food"},name:"Γρηγόρης",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Бургер Кинг":{tags:{name:"Бургер Кинг",amenity:"fast_food"},name:"Бургер Кинг",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Крошка Картошка":{tags:{name:"Крошка Картошка",amenity:"fast_food"},name:"Крошка Картошка",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Макдоналдс":{tags:{name:"Макдоналдс","name:en":"McDonald's",amenity:"fast_food"},name:"Макдоналдс",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Робин Сдобин":{tags:{name:"Робин Сдобин",amenity:"fast_food"},name:"Робин Сдобин",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Русский Аппетит":{tags:{name:"Русский Аппетит",amenity:"fast_food"},name:"Русский Аппетит",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Сабвэй":{tags:{name:"Сабвэй",amenity:"fast_food"},name:"Сабвэй",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Стардог!s":{tags:{name:"Стардог!s",amenity:"fast_food"},name:"Стардог!s",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Теремок":{tags:{name:"Теремок",amenity:"fast_food"},name:"Теремок",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Шаверма":{tags:{name:"Шаверма",amenity:"fast_food"},name:"Шаверма",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/Шаурма":{tags:{name:"Шаурма",amenity:"fast_food"},name:"Шаурма",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/かっぱ寿司":{tags:{name:"かっぱ寿司",amenity:"fast_food"},name:"かっぱ寿司",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/かつや":{tags:{name:"かつや",amenity:"fast_food"},name:"かつや",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/くら寿司":{tags:{name:"くら寿司",amenity:"fast_food"},name:"くら寿司",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/すき家":{tags:{name:"すき家","name:en":"Sukiya",amenity:"fast_food"},name:"すき家",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/なか卯":{tags:{name:"なか卯",amenity:"fast_food"},name:"なか卯",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ほっかほっか亭":{tags:{name:"ほっかほっか亭",amenity:"fast_food"},name:"ほっかほっか亭",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ほっともっと":{tags:{name:"ほっともっと",amenity:"fast_food"},name:"ほっともっと",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/オリジン弁当":{tags:{name:"オリジン弁当",amenity:"fast_food"},name:"オリジン弁当",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ケンタッキーフライドチキン":{tags:{name:"ケンタッキーフライドチキン",cuisine:"chicken","name:en":"KFC",amenity:"fast_food"},name:"ケンタッキーフライドチキン",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/サブウェイ":{tags:{name:"サブウェイ",amenity:"fast_food"},name:"サブウェイ",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/スシロー":{tags:{name:"スシロー",amenity:"fast_food"},name:"スシロー",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/マクドナルド":{tags:{name:"マクドナルド",cuisine:"burger","name:en":"McDonald's",amenity:"fast_food"},name:"マクドナルド",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ミスタードーナツ":{tags:{name:"ミスタードーナツ",amenity:"fast_food"},name:"ミスタードーナツ",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/モスバーガー":{tags:{name:"モスバーガー","name:en":"Mos Burger",amenity:"fast_food"},name:"モスバーガー",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/ロッテリア":{tags:{name:"ロッテリア",amenity:"fast_food"},name:"ロッテリア",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/吉野家":{tags:{name:"吉野家",amenity:"fast_food"},name:"吉野家",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/幸楽苑":{tags:{name:"幸楽苑",amenity:"fast_food"},name:"幸楽苑",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/摩斯漢堡":{tags:{name:"摩斯漢堡",amenity:"fast_food"},name:"摩斯漢堡",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/松屋":{tags:{name:"松屋","name:en":"Matsuya",amenity:"fast_food"},name:"松屋",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/肯德基":{tags:{name:"肯德基",amenity:"fast_food"},name:"肯德基",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/麥當勞":{tags:{name:"麥當勞",amenity:"fast_food"},name:"麥當勞",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/麦当劳":{tags:{name:"麦当劳",amenity:"fast_food"},name:"麦当劳",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fast_food/롯데리아":{tags:{name:"롯데리아",amenity:"fast_food"},name:"롯데리아",icon:"maki-fast-food",geometry:["point","area"],fields:["name","cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking","outdoor_seating"],suggestion:true},"amenity/fuel/76":{tags:{name:"76",amenity:"fuel"},name:"76",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/1-2-3":{tags:{name:"1-2-3",amenity:"fuel"},name:"1-2-3",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ADNOC":{tags:{name:"ADNOC",amenity:"fuel"},name:"ADNOC",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ANP":{tags:{name:"ANP",amenity:"fuel"},name:"ANP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ARAL":{tags:{name:"ARAL",amenity:"fuel"},name:"ARAL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Aegean":{tags:{name:"Aegean",amenity:"fuel"},name:"Aegean",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Afriquia":{tags:{name:"Afriquia",amenity:"fuel"},name:"Afriquia",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Agip":{tags:{name:"Agip",amenity:"fuel"},name:"Agip",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Agrola":{tags:{name:"Agrola",amenity:"fuel"},name:"Agrola",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Alon":{tags:{name:"Alon",amenity:"fuel"},name:"Alon",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Alpet":{tags:{name:"Alpet",amenity:"fuel"},name:"Alpet",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Api":{tags:{name:"Api",amenity:"fuel"},name:"Api",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Aral":{tags:{name:"Aral",amenity:"fuel"},name:"Aral",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Arco":{tags:{name:"Arco",amenity:"fuel"},name:"Arco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Avanti":{tags:{name:"Avanti",amenity:"fuel"},name:"Avanti",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Avia":{tags:{name:"Avia",amenity:"fuel"},name:"Avia",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BEBECO":{tags:{name:"BEBECO",amenity:"fuel"},name:"BEBECO",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BFT":{tags:{name:"BFT",amenity:"fuel"},name:"BFT",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BHPetrol":{tags:{name:"BHPetrol",amenity:"fuel"},name:"BHPetrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BP":{tags:{name:"BP",amenity:"fuel"},name:"BP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/BR":{tags:{name:"BR",amenity:"fuel"},name:"BR",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Bangchak":{tags:{name:"Bangchak",amenity:"fuel"},name:"Bangchak",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Benzina":{tags:{name:"Benzina",amenity:"fuel"},name:"Benzina",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Bharat Petroleum":{tags:{name:"Bharat Petroleum",amenity:"fuel"},name:"Bharat Petroleum",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Bliska":{tags:{name:"Bliska",amenity:"fuel"},name:"Bliska",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/CAMPSA":{tags:{name:"CAMPSA",amenity:"fuel"},name:"CAMPSA",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/CARREFOUR":{tags:{name:"CARREFOUR",amenity:"fuel"},name:"CARREFOUR",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/CEPSA":{tags:{name:"CEPSA",amenity:"fuel"},name:"CEPSA",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/CNG":{tags:{name:"CNG",amenity:"fuel"},name:"CNG",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Caltex":{tags:{name:"Caltex",amenity:"fuel"},name:"Caltex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Campsa":{tags:{name:"Campsa",amenity:"fuel"},name:"Campsa",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Casey's General Store":{tags:{name:"Casey's General Store",amenity:"fuel"},name:"Casey's General Store",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Cenex":{tags:{name:"Cenex",amenity:"fuel"},name:"Cenex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Cepsa":{tags:{name:"Cepsa",amenity:"fuel"},name:"Cepsa",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Ceypetco":{tags:{name:"Ceypetco",amenity:"fuel"},name:"Ceypetco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Chevron":{tags:{name:"Chevron",amenity:"fuel"},name:"Chevron",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Citgo":{tags:{name:"Citgo",amenity:"fuel"},name:"Citgo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Clark":{tags:{name:"Clark",amenity:"fuel"},name:"Clark",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Coles Express":{tags:{name:"Coles Express",amenity:"fuel"},name:"Coles Express",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Conoco":{tags:{name:"Conoco",amenity:"fuel"},name:"Conoco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Copec":{tags:{name:"Copec",amenity:"fuel"},name:"Copec",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Copetrol":{tags:{name:"Copetrol",amenity:"fuel"},name:"Copetrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Cosmo":{tags:{name:"Cosmo",amenity:"fuel"},name:"Cosmo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Crodux":{tags:{name:"Crodux",amenity:"fuel"},name:"Crodux",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Delta":{tags:{name:"Delta",amenity:"fuel"},name:"Delta",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Diamond Shamrock":{tags:{name:"Diamond Shamrock",amenity:"fuel"},name:"Diamond Shamrock",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Drummed Fuel":{tags:{name:"Drummed Fuel",amenity:"fuel"},name:"Drummed Fuel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/EKO":{tags:{name:"EKO",amenity:"fuel"},name:"EKO",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ENEOS":{tags:{name:"ENEOS",amenity:"fuel"},name:"ENEOS",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ENI":{tags:{name:"ENI",amenity:"fuel"},name:"ENI",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ERG":{tags:{name:"ERG",amenity:"fuel"},name:"ERG",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Elan":{tags:{name:"Elan",amenity:"fuel"},name:"Elan",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Eneos":{tags:{name:"Eneos",amenity:"fuel"},name:"Eneos",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Engen":{tags:{name:"Engen",amenity:"fuel"},name:"Engen",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Eni":{tags:{name:"Eni",amenity:"fuel"},name:"Eni",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Erg":{tags:{name:"Erg",amenity:"fuel"},name:"Erg",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Esso":{tags:{name:"Esso",amenity:"fuel"},name:"Esso",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Esso Express":{tags:{name:"Esso Express",amenity:"fuel"},name:"Esso Express",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/EuroOil":{tags:{name:"EuroOil",amenity:"fuel"},name:"EuroOil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Exxon":{tags:{name:"Exxon",amenity:"fuel"},name:"Exxon",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/F24":{tags:{name:"F24",amenity:"fuel"},name:"F24",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Firezone":{tags:{name:"Firezone",amenity:"fuel"},name:"Firezone",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Flying V":{tags:{name:"Flying V",amenity:"fuel"},name:"Flying V",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/GALP":{tags:{name:"GALP",amenity:"fuel"},name:"GALP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Gazprom":{tags:{name:"Gazprom",amenity:"fuel"},name:"Gazprom",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/GetGo":{tags:{name:"GetGo",amenity:"fuel"},name:"GetGo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Goil":{tags:{name:"Goil",amenity:"fuel"},name:"Goil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Gulf":{tags:{name:"Gulf",amenity:"fuel"},name:"Gulf",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/H-E-B Fuel":{tags:{name:"H-E-B Fuel",amenity:"fuel"},name:"H-E-B Fuel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/H-E-B Gas":{tags:{name:"H-E-B Gas",amenity:"fuel"},name:"H-E-B Gas",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/HEM":{tags:{name:"HEM",amenity:"fuel"},name:"HEM",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/HP":{tags:{name:"HP",amenity:"fuel"},name:"HP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/HP Petrol Pump":{tags:{name:"HP Petrol Pump",amenity:"fuel"},name:"HP Petrol Pump",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Helios":{tags:{name:"Helios",amenity:"fuel"},name:"Helios",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Hess":{tags:{name:"Hess",amenity:"fuel"},name:"Hess",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Hindustan Petroleum":{tags:{name:"Hindustan Petroleum",amenity:"fuel"},name:"Hindustan Petroleum",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Holiday":{tags:{name:"Holiday",amenity:"fuel"},name:"Holiday",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Husky":{tags:{name:"Husky",amenity:"fuel"},name:"Husky",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/IES":{tags:{name:"IES",amenity:"fuel"},name:"IES",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/IP":{tags:{name:"IP",amenity:"fuel"},name:"IP",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Independent Fuel Station":{tags:{name:"Independent Fuel Station",amenity:"fuel"},name:"Independent Fuel Station",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Indian Oil":{tags:{name:"Indian Oil",amenity:"fuel"},name:"Indian Oil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Indipend.":{tags:{name:"Indipend.",amenity:"fuel"},name:"Indipend.",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Ingo":{tags:{name:"Ingo",amenity:"fuel"},name:"Ingo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Ipiranga":{tags:{name:"Ipiranga",amenity:"fuel"},name:"Ipiranga",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Irving":{tags:{name:"Irving",amenity:"fuel"},name:"Irving",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/JA-SS":{tags:{name:"JA-SS",amenity:"fuel"},name:"JA-SS",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/JOMO":{tags:{name:"JOMO",amenity:"fuel"},name:"JOMO",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Jet":{tags:{name:"Jet",amenity:"fuel"},name:"Jet",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Jetti":{tags:{name:"Jetti",amenity:"fuel"},name:"Jetti",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kangaroo":{tags:{name:"Kangaroo",amenity:"fuel"},name:"Kangaroo",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kobil":{tags:{name:"Kobil",amenity:"fuel"},name:"Kobil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kroger Fuel":{tags:{name:"Kroger Fuel",amenity:"fuel"},name:"Kroger Fuel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kum & Go":{tags:{name:"Kum & Go",amenity:"fuel"},name:"Kum & Go",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Kwik Trip":{tags:{name:"Kwik Trip",amenity:"fuel"},name:"Kwik Trip",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/LPG":{tags:{name:"LPG",amenity:"fuel"},name:"LPG",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/LPG Station":{tags:{name:"LPG Station",amenity:"fuel"},name:"LPG Station",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/LUKOIL":{tags:{name:"LUKOIL",amenity:"fuel"},name:"LUKOIL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Liberty":{tags:{name:"Liberty",amenity:"fuel"},name:"Liberty",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Lotos":{tags:{name:"Lotos",amenity:"fuel"},name:"Lotos",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Lotos Optima":{tags:{name:"Lotos Optima",amenity:"fuel"},name:"Lotos Optima",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Love's":{tags:{name:"Love's",amenity:"fuel"},name:"Love's",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Lukoil":{tags:{name:"Lukoil",amenity:"fuel"},name:"Lukoil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/MEROIL":{tags:{name:"MEROIL",amenity:"fuel"},name:"MEROIL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/MOL":{tags:{name:"MOL",amenity:"fuel"},name:"MOL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/MRS":{tags:{name:"MRS",amenity:"fuel"},name:"MRS",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Marathon":{tags:{name:"Marathon",amenity:"fuel"},name:"Marathon",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Maverik":{tags:{name:"Maverik",amenity:"fuel"},name:"Maverik",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Maxol":{tags:{name:"Maxol",amenity:"fuel"},name:"Maxol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Metano":{tags:{name:"Metano",amenity:"fuel"},name:"Metano",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Migrol":{tags:{name:"Migrol",amenity:"fuel"},name:"Migrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Minipump":{tags:{name:"Minipump",amenity:"fuel"},name:"Minipump",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Mobil":{tags:{name:"Mobil",amenity:"fuel"},name:"Mobil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Mobile":{tags:{name:"Mobile",amenity:"fuel"},name:"Mobile",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Mol":{tags:{name:"Mol",amenity:"fuel"},name:"Mol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Moya":{tags:{name:"Moya",amenity:"fuel"},name:"Moya",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Murphy USA":{tags:{name:"Murphy USA",amenity:"fuel"},name:"Murphy USA",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Neste":{tags:{name:"Neste",amenity:"fuel"},name:"Neste",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/OIL!":{tags:{name:"OIL!",amenity:"fuel"},name:"OIL!",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/OK":{tags:{name:"OK",amenity:"fuel"},name:"OK",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/OKQ8":{tags:{name:"OKQ8",amenity:"fuel"},name:"OKQ8",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/OMV":{tags:{name:"OMV",amenity:"fuel"},name:"OMV",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Oilibya":{tags:{name:"Oilibya",brand:"Oilibya","name:ar":"أويليبيا",amenity:"fuel"},name:"Oilibya",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Opet":{tags:{name:"Opet",amenity:"fuel"},name:"Opet",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Orlen":{tags:{name:"Orlen",amenity:"fuel"},name:"Orlen",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PETRONOR":{tags:{name:"PETRONOR",amenity:"fuel"},name:"PETRONOR",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PSO":{tags:{name:"PSO",amenity:"fuel"},name:"PSO",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PSO Petrol Pump":{tags:{name:"PSO Petrol Pump",amenity:"fuel"},name:"PSO Petrol Pump",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PT":{tags:{name:"PT",amenity:"fuel"},name:"PT",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PTT":{tags:{name:"PTT",amenity:"fuel"},name:"PTT",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/PV Oil":{tags:{name:"PV Oil",amenity:"fuel"},name:"PV Oil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pacific Pride":{tags:{name:"Pacific Pride",amenity:"fuel"},name:"Pacific Pride",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pecsa":{tags:{name:"Pecsa",amenity:"fuel"},name:"Pecsa",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pemex":{tags:{name:"Pemex",amenity:"fuel"},name:"Pemex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pertamina":{tags:{name:"Pertamina",amenity:"fuel"},name:"Pertamina",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petro":{tags:{name:"Petro",amenity:"fuel"},name:"Petro",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petro-Canada":{tags:{name:"Petro-Canada",amenity:"fuel"},name:"Petro-Canada",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petrochina":{tags:{name:"Petrochina",amenity:"fuel"},name:"Petrochina",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petroecuador":{tags:{name:"Petroecuador",amenity:"fuel"},name:"Petroecuador",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petrol Ofisi":{tags:{name:"Petrol Ofisi",amenity:"fuel"},name:"Petrol Ofisi",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petrolimex":{tags:{name:"Petrolimex",amenity:"fuel"},name:"Petrolimex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petrom":{tags:{name:"Petrom",amenity:"fuel"},name:"Petrom",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petron":{tags:{name:"Petron",amenity:"fuel"},name:"Petron",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petronas":{tags:{name:"Petronas",amenity:"fuel"},name:"Petronas",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Petroperu":{tags:{name:"Petroperu",amenity:"fuel"},name:"Petroperu",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Phillips 66":{tags:{name:"Phillips 66",amenity:"fuel"},name:"Phillips 66",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Phoenix":{tags:{name:"Phoenix",amenity:"fuel"},name:"Phoenix",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pilot":{tags:{name:"Pilot",amenity:"fuel"},name:"Pilot",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Pioneer":{tags:{name:"Pioneer",amenity:"fuel"},name:"Pioneer",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Posto":{tags:{name:"Posto",amenity:"fuel"},name:"Posto",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Posto Atem":{tags:{name:"Posto Atem",amenity:"fuel"},name:"Posto Atem",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Posto Ipiranga":{tags:{name:"Posto Ipiranga",amenity:"fuel"},name:"Posto Ipiranga",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Posto Shell":{tags:{name:"Posto Shell",amenity:"fuel"},name:"Posto Shell",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Primax":{tags:{name:"Primax",amenity:"fuel"},name:"Primax",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Prio":{tags:{name:"Prio",amenity:"fuel"},name:"Prio",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Puma":{tags:{name:"Puma",amenity:"fuel"},name:"Puma",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Q1":{tags:{name:"Q1",amenity:"fuel"},name:"Q1",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Q8":{tags:{name:"Q8",amenity:"fuel"},name:"Q8",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Q8 Easy":{tags:{name:"Q8 Easy",amenity:"fuel"},name:"Q8 Easy",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/QuikTrip":{tags:{name:"QuikTrip",amenity:"fuel"},name:"QuikTrip",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/REPSOL":{tags:{name:"REPSOL",amenity:"fuel"},name:"REPSOL",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/RaceTrac":{tags:{name:"RaceTrac",amenity:"fuel"},name:"RaceTrac",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Repsol":{tags:{name:"Repsol",amenity:"fuel"},name:"Repsol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Rompetrol":{tags:{name:"Rompetrol",amenity:"fuel"},name:"Rompetrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Rubis":{tags:{name:"Rubis",amenity:"fuel"},name:"Rubis",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/SB Tank":{tags:{name:"SB Tank",amenity:"fuel"},name:"SB Tank",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/SPBU":{tags:{name:"SPBU",amenity:"fuel"},name:"SPBU",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sasol":{tags:{name:"Sasol",amenity:"fuel"},name:"Sasol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sea Oil":{tags:{name:"Sea Oil",amenity:"fuel"},name:"Sea Oil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sheetz":{tags:{name:"Sheetz",amenity:"fuel"},name:"Sheetz",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Shell":{tags:{name:"Shell",amenity:"fuel"},name:"Shell",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Shell Express":{tags:{name:"Shell Express",amenity:"fuel"},name:"Shell Express",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sinclair":{tags:{name:"Sinclair",amenity:"fuel"},name:"Sinclair",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sinopec":{tags:{name:"Sinopec",amenity:"fuel"},name:"Sinopec",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sinopec Fuel":{tags:{name:"Sinopec Fuel",amenity:"fuel"},name:"Sinopec Fuel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Slovnaft":{tags:{name:"Slovnaft",amenity:"fuel"},name:"Slovnaft",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Socar":{tags:{name:"Socar",amenity:"fuel"},name:"Socar",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sokimex":{tags:{name:"Sokimex",amenity:"fuel"},name:"Sokimex",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Speedway":{tags:{name:"Speedway",amenity:"fuel"},name:"Speedway",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/St1":{tags:{name:"St1",amenity:"fuel"},name:"St1",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Star":{tags:{name:"Star",amenity:"fuel"},name:"Star",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Star Oil":{tags:{name:"Star Oil",amenity:"fuel"},name:"Star Oil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Station Service E. Leclerc":{tags:{name:"Station Service E. Leclerc",amenity:"fuel"},name:"Station Service E. Leclerc",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Statoil":{tags:{name:"Statoil",amenity:"fuel"},name:"Statoil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Sunoco":{tags:{name:"Sunoco",amenity:"fuel"},name:"Sunoco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Tamoil":{tags:{name:"Tamoil",amenity:"fuel"},name:"Tamoil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Tango":{tags:{name:"Tango",amenity:"fuel"},name:"Tango",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Teboil":{tags:{name:"Teboil",amenity:"fuel"},name:"Teboil",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Tela":{tags:{name:"Tela",amenity:"fuel"},name:"Tela",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Terpel":{tags:{name:"Terpel",amenity:"fuel"},name:"Terpel",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Texaco":{tags:{name:"Texaco",amenity:"fuel"},name:"Texaco",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Tinq":{tags:{name:"Tinq",amenity:"fuel"},name:"Tinq",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Topaz":{tags:{name:"Topaz",amenity:"fuel"},name:"Topaz",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Total":{tags:{name:"Total",amenity:"fuel"},name:"Total",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Total Access":{tags:{name:"Total Access",amenity:"fuel"},name:"Total Access",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Total Erg":{tags:{name:"Total Erg",amenity:"fuel"},name:"Total Erg",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/TotalErg":{tags:{name:"TotalErg",amenity:"fuel"},name:"TotalErg",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Turkey Hill":{tags:{name:"Turkey Hill",amenity:"fuel"},name:"Turkey Hill",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Turmöl":{tags:{name:"Turmöl",amenity:"fuel"},name:"Turmöl",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Ultramar":{tags:{name:"Ultramar",amenity:"fuel"},name:"Ultramar",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/United":{tags:{name:"United",amenity:"fuel"},name:"United",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Uno":{tags:{name:"Uno",amenity:"fuel"},name:"Uno",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Uno-X":{tags:{name:"Uno-X",amenity:"fuel"},name:"Uno-X",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Valero":{tags:{name:"Valero",amenity:"fuel"},name:"Valero",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Vito":{tags:{name:"Vito",amenity:"fuel"},name:"Vito",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/WOG":{tags:{name:"WOG",amenity:"fuel"},name:"WOG",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Westfalen":{tags:{name:"Westfalen",amenity:"fuel"},name:"Westfalen",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Woolworths Petrol":{tags:{name:"Woolworths Petrol",amenity:"fuel"},name:"Woolworths Petrol",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Z":{tags:{name:"Z",amenity:"fuel"},name:"Z",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/bft":{tags:{name:"bft",amenity:"fuel"},name:"bft",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/eni":{tags:{name:"eni",amenity:"fuel"},name:"eni",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ΕΚΟ":{tags:{name:"ΕΚΟ",amenity:"fuel"},name:"ΕΚΟ",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/АГЗС":{tags:{name:"АГЗС",amenity:"fuel"},name:"АГЗС",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/АЗС":{tags:{name:"АЗС",amenity:"fuel"},name:"АЗС",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Авіас":{tags:{name:"Авіас",amenity:"fuel"},name:"Авіас",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/БРСМ-Нафта":{tags:{name:"БРСМ-Нафта",amenity:"fuel"},name:"БРСМ-Нафта",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Башнефть":{tags:{name:"Башнефть",amenity:"fuel"},name:"Башнефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Белоруснефть":{tags:{name:"Белоруснефть",amenity:"fuel"},name:"Белоруснефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Газовая заправка":{tags:{name:"Газовая заправка",amenity:"fuel"},name:"Газовая заправка",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Газпромнефть":{tags:{name:"Газпромнефть",amenity:"fuel"},name:"Газпромнефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Гелиос":{tags:{name:"Гелиос",amenity:"fuel"},name:"Гелиос",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ЕКА":{tags:{name:"ЕКА",amenity:"fuel"},name:"ЕКА",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Заправка":{tags:{name:"Заправка",amenity:"fuel"},name:"Заправка",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/КазМунайГаз":{tags:{name:"КазМунайГаз",amenity:"fuel"},name:"КазМунайГаз",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Лукойл":{tags:{name:"Лукойл",amenity:"fuel"},name:"Лукойл",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Макпетрол":{tags:{name:"Макпетрол",amenity:"fuel"},name:"Макпетрол",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/НК Альянс":{tags:{name:"НК Альянс",amenity:"fuel"},name:"НК Альянс",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Нефтьмагистраль":{tags:{name:"Нефтьмагистраль",amenity:"fuel"},name:"Нефтьмагистраль",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ОККО":{tags:{name:"ОККО",amenity:"fuel"},name:"ОККО",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ОМВ":{tags:{name:"ОМВ",amenity:"fuel"},name:"ОМВ",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Октан":{tags:{name:"Октан",amenity:"fuel"},name:"Октан",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ПТК":{tags:{name:"ПТК",amenity:"fuel"},name:"ПТК",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Петрол":{tags:{name:"Петрол",amenity:"fuel"},name:"Петрол",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Пропан":{tags:{name:"Пропан",amenity:"fuel"},name:"Пропан",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Роснефть":{tags:{name:"Роснефть",amenity:"fuel"},name:"Роснефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Сибнефть":{tags:{name:"Сибнефть",amenity:"fuel"},name:"Сибнефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Сургутнефтегаз":{tags:{name:"Сургутнефтегаз",amenity:"fuel"},name:"Сургутнефтегаз",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ТНК":{tags:{name:"ТНК",amenity:"fuel"},name:"ТНК",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Татнефтепродукт":{tags:{name:"Татнефтепродукт",amenity:"fuel"},name:"Татнефтепродукт",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Татнефть":{tags:{name:"Татнефть",amenity:"fuel"},name:"Татнефть",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/Укрнафта":{tags:{name:"Укрнафта",amenity:"fuel"},name:"Укрнафта",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/דור אלון":{tags:{name:"דור אלון",amenity:"fuel"},name:"דור אלון",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/דלק":{tags:{name:"דלק",amenity:"fuel"},name:"דלק",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/סונול":{tags:{name:"סונול",amenity:"fuel"},name:"סונול",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/פז":{tags:{name:"פז",amenity:"fuel"},name:"פז",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/محطة وقود":{tags:{name:"محطة وقود",amenity:"fuel"},name:"محطة وقود",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/محطه وقود":{tags:{name:"محطه وقود",amenity:"fuel"},name:"محطه وقود",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/پمپ بنزین":{tags:{name:"پمپ بنزین",amenity:"fuel"},name:"پمپ بنزین",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/پمپ گاز":{tags:{name:"پمپ گاز",amenity:"fuel"},name:"پمپ گاز",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/บางจาก":{tags:{name:"บางจาก",amenity:"fuel"},name:"บางจาก",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ป.ต.ท.":{tags:{name:"ป.ต.ท.",amenity:"fuel"},name:"ป.ต.ท.",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/เชลล์":{tags:{name:"เชลล์",amenity:"fuel"},name:"เชลล์",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/เอสโซ่":{tags:{name:"เอสโซ่",amenity:"fuel"},name:"เอสโซ่",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/エッソ":{tags:{name:"エッソ",amenity:"fuel"},name:"エッソ",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/エネオス":{tags:{name:"エネオス",amenity:"fuel"},name:"エネオス",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/コスモ石油":{tags:{name:"コスモ石油",amenity:"fuel"},name:"コスモ石油",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/ゼネラル":{tags:{name:"ゼネラル",amenity:"fuel"},name:"ゼネラル",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/中国石化":{tags:{name:"中国石化",amenity:"fuel"},name:"中国石化",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/中国石化 Sinopec":{tags:{name:"中国石化 Sinopec",amenity:"fuel"},name:"中国石化 Sinopec",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/中国石油":{tags:{name:"中国石油",amenity:"fuel"},name:"中国石油",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/中油":{tags:{name:"中油",amenity:"fuel"},name:"中油",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/出光":{tags:{name:"出光","name:en":"Idemitsu",amenity:"fuel"},name:"出光",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/加油站":{tags:{name:"加油站",amenity:"fuel"},name:"加油站",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/台灣中油":{tags:{name:"台灣中油",amenity:"fuel"},name:"台灣中油",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/fuel/昭和シェル":{tags:{name:"昭和シェル",amenity:"fuel"},name:"昭和シェル",icon:"maki-fuel",geometry:["point","area"],fields:["name","brand","operator","address","fuel_multi","opening_hours","payment_multi"],suggestion:true},"amenity/hospital/Cruz Roja":{tags:{name:"Cruz Roja",healthcare:"hospital",amenity:"hospital"},name:"Cruz Roja",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/IMSS":{tags:{name:"IMSS",healthcare:"hospital",amenity:"hospital"},name:"IMSS",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Инфекционное отделение":{tags:{name:"Инфекционное отделение",healthcare:"hospital",amenity:"hospital"},name:"Инфекционное отделение",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Кожно-венерологический диспансер":{tags:{name:"Кожно-венерологический диспансер",healthcare:"hospital",amenity:"hospital"},name:"Кожно-венерологический диспансер",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Районная больница":{tags:{name:"Районная больница",healthcare:"hospital",amenity:"hospital"},name:"Районная больница",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Роддом":{tags:{name:"Роддом",healthcare:"hospital",amenity:"hospital"},name:"Роддом",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Родильный дом":{tags:{name:"Родильный дом",healthcare:"hospital",amenity:"hospital"},name:"Родильный дом",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Скорая помощь":{tags:{name:"Скорая помощь",healthcare:"hospital",amenity:"hospital"},name:"Скорая помощь",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/ЦРБ":{tags:{name:"ЦРБ",healthcare:"hospital",amenity:"hospital"},name:"ЦРБ",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/Центральная районная больница":{tags:{name:"Центральная районная больница",healthcare:"hospital",amenity:"hospital"},name:"Центральная районная больница",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/hospital/โรงพยาบาลส่งเสริมสุขภาพตำบล":{tags:{name:"โรงพยาบาลส่งเสริมสุขภาพตำบล",healthcare:"hospital",amenity:"hospital"},name:"โรงพยาบาลส่งเสริมสุขภาพตำบล",icon:"maki-hospital",geometry:["point","area"],fields:["name","operator","healthcare/speciality","address","emergency"],suggestion:true},"amenity/ice_cream/Grido":{tags:{name:"Grido",amenity:"ice_cream"},name:"Grido",icon:"maki-ice-cream",geometry:["point","area"],fields:["name","address","building_area","opening_hours","takeaway","delivery","outdoor_seating"],suggestion:true},"amenity/kindergarten/Anganwadi":{tags:{name:"Anganwadi",amenity:"kindergarten"},name:"Anganwadi",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Arche Noah":{tags:{name:"Arche Noah",amenity:"kindergarten"},name:"Arche Noah",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/CONAFE Preescolar":{tags:{name:"CONAFE Preescolar",amenity:"kindergarten"},name:"CONAFE Preescolar",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Educacion Inicial de CONAFE No Escolarizado":{tags:{name:"Educacion Inicial de CONAFE No Escolarizado",amenity:"kindergarten"},name:"Educacion Inicial de CONAFE No Escolarizado",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Estefania Casta�eda":{tags:{name:"Estefania Casta�eda",amenity:"kindergarten"},name:"Estefania Casta�eda",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Evangelischer Kindergarten":{tags:{name:"Evangelischer Kindergarten",amenity:"kindergarten"},name:"Evangelischer Kindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Federico Froebel":{tags:{name:"Federico Froebel",amenity:"kindergarten"},name:"Federico Froebel",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Gabriela Mistral":{tags:{name:"Gabriela Mistral",amenity:"kindergarten"},name:"Gabriela Mistral",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Jean Piaget":{tags:{name:"Jean Piaget",amenity:"kindergarten"},name:"Jean Piaget",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Katholischer Kindergarten":{tags:{name:"Katholischer Kindergarten",amenity:"kindergarten"},name:"Katholischer Kindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Kindergarten Regenbogen":{tags:{name:"Kindergarten Regenbogen",amenity:"kindergarten"},name:"Kindergarten Regenbogen",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Kindergarten St. Josef":{tags:{name:"Kindergarten St. Josef",amenity:"kindergarten"},name:"Kindergarten St. Josef",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Kindergarten St. Martin":{tags:{name:"Kindergarten St. Martin",amenity:"kindergarten"},name:"Kindergarten St. Martin",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Maria Montessori":{tags:{name:"Maria Montessori",amenity:"kindergarten"},name:"Maria Montessori",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/PAUD":{tags:{name:"PAUD",amenity:"kindergarten"},name:"PAUD",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Pusteblume":{tags:{name:"Pusteblume",amenity:"kindergarten"},name:"Pusteblume",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Rosaura Zapata":{tags:{name:"Rosaura Zapata",amenity:"kindergarten"},name:"Rosaura Zapata",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Sor Juana Ines De La Cruz":{tags:{name:"Sor Juana Ines De La Cruz",amenity:"kindergarten"},name:"Sor Juana Ines De La Cruz",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Spatzennest":{tags:{name:"Spatzennest",amenity:"kindergarten"},name:"Spatzennest",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Städtischer Kindergarten":{tags:{name:"Städtischer Kindergarten",amenity:"kindergarten"},name:"Städtischer Kindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Villa Kunterbunt":{tags:{name:"Villa Kunterbunt",amenity:"kindergarten"},name:"Villa Kunterbunt",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Waldkindergarten":{tags:{name:"Waldkindergarten",amenity:"kindergarten"},name:"Waldkindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Waldorfkindergarten":{tags:{name:"Waldorfkindergarten",amenity:"kindergarten"},name:"Waldorfkindergarten",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Óvoda":{tags:{name:"Óvoda",amenity:"kindergarten"},name:"Óvoda",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детсад":{tags:{name:"Детсад",amenity:"kindergarten"},name:"Детсад",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад Солнышко":{tags:{name:"Детский сад Солнышко",amenity:"kindergarten"},name:"Детский сад Солнышко",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад № 1":{tags:{name:"Детский сад № 1",amenity:"kindergarten"},name:"Детский сад № 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №1":{tags:{name:"Детский сад №1",amenity:"kindergarten"},name:"Детский сад №1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №10":{tags:{name:"Детский сад №10",amenity:"kindergarten"},name:"Детский сад №10",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №11":{tags:{name:"Детский сад №11",amenity:"kindergarten"},name:"Детский сад №11",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №12":{tags:{name:"Детский сад №12",amenity:"kindergarten"},name:"Детский сад №12",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №13":{tags:{name:"Детский сад №13",amenity:"kindergarten"},name:"Детский сад №13",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №14":{tags:{name:"Детский сад №14",amenity:"kindergarten"},name:"Детский сад №14",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №15":{tags:{name:"Детский сад №15",amenity:"kindergarten"},name:"Детский сад №15",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №16":{tags:{name:"Детский сад №16",amenity:"kindergarten"},name:"Детский сад №16",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №17":{tags:{name:"Детский сад №17",amenity:"kindergarten"},name:"Детский сад №17",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №18":{tags:{name:"Детский сад №18",amenity:"kindergarten"},name:"Детский сад №18",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №19":{tags:{name:"Детский сад №19",amenity:"kindergarten"},name:"Детский сад №19",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №2":{tags:{name:"Детский сад №2",amenity:"kindergarten"},name:"Детский сад №2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №22":{tags:{name:"Детский сад №22",amenity:"kindergarten"},name:"Детский сад №22",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №24":{tags:{name:"Детский сад №24",amenity:"kindergarten"},name:"Детский сад №24",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №25":{tags:{name:"Детский сад №25",amenity:"kindergarten"},name:"Детский сад №25",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №27":{tags:{name:"Детский сад №27",amenity:"kindergarten"},name:"Детский сад №27",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №29":{tags:{name:"Детский сад №29",amenity:"kindergarten"},name:"Детский сад №29",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №3":{tags:{name:"Детский сад №3",amenity:"kindergarten"},name:"Детский сад №3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №33":{tags:{name:"Детский сад №33",amenity:"kindergarten"},name:"Детский сад №33",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №4":{tags:{name:"Детский сад №4",amenity:"kindergarten"},name:"Детский сад №4",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №5":{tags:{name:"Детский сад №5",amenity:"kindergarten"},name:"Детский сад №5",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №6":{tags:{name:"Детский сад №6",amenity:"kindergarten"},name:"Детский сад №6",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №7":{tags:{name:"Детский сад №7",amenity:"kindergarten"},name:"Детский сад №7",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №8":{tags:{name:"Детский сад №8",amenity:"kindergarten"},name:"Детский сад №8",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Детский сад №9":{tags:{name:"Детский сад №9",amenity:"kindergarten"},name:"Детский сад №9",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Дитячий садок":{tags:{name:"Дитячий садок",amenity:"kindergarten"},name:"Дитячий садок",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/Солнышко":{tags:{name:"Солнышко",amenity:"kindergarten"},name:"Солнышко",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/საბავშვო ბაღი":{tags:{name:"საბავშვო ბაღი",amenity:"kindergarten"},name:"საბავშვო ბაღი",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/kindergarten/中央保育所":{tags:{name:"中央保育所",amenity:"kindergarten"},name:"中央保育所",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address"],suggestion:true},"amenity/library/Biblioteca Comunale":{tags:{name:"Biblioteca Comunale",amenity:"library"},name:"Biblioteca Comunale",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Biblioteca comunale":{tags:{name:"Biblioteca comunale",amenity:"library"},name:"Biblioteca comunale",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Biblioteka Publiczna":{tags:{name:"Biblioteka Publiczna",amenity:"library"},name:"Biblioteka Publiczna",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Bibliothèque Municipale":{tags:{name:"Bibliothèque Municipale",amenity:"library"},name:"Bibliothèque Municipale",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Bibliothèque municipale":{tags:{name:"Bibliothèque municipale",amenity:"library"},name:"Bibliothèque municipale",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Bücherei":{tags:{name:"Bücherei",amenity:"library"},name:"Bücherei",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Central Library":{tags:{name:"Central Library",amenity:"library"},name:"Central Library",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Gemeindebücherei":{tags:{name:"Gemeindebücherei",amenity:"library"},name:"Gemeindebücherei",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Gminna Biblioteka Publiczna":{tags:{name:"Gminna Biblioteka Publiczna",amenity:"library"},name:"Gminna Biblioteka Publiczna",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Miejska Biblioteka Publiczna":{tags:{name:"Miejska Biblioteka Publiczna",amenity:"library"},name:"Miejska Biblioteka Publiczna",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Médiathèque":{tags:{name:"Médiathèque",amenity:"library"},name:"Médiathèque",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Městská knihovna":{tags:{name:"Městská knihovna",amenity:"library"},name:"Městská knihovna",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Public Library":{tags:{name:"Public Library",amenity:"library"},name:"Public Library",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Stadtbibliothek":{tags:{name:"Stadtbibliothek",amenity:"library"},name:"Stadtbibliothek",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Stadtbücherei":{tags:{name:"Stadtbücherei",amenity:"library"},name:"Stadtbücherei",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Городская библиотека":{tags:{name:"Городская библиотека",amenity:"library"},name:"Городская библиотека",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Детская библиотека":{tags:{name:"Детская библиотека",amenity:"library"},name:"Детская библиотека",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Центральная библиотека":{tags:{name:"Центральная библиотека",amenity:"library"},name:"Центральная библиотека",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/Центральная городская библиотека":{tags:{name:"Центральная городская библиотека",amenity:"library"},name:"Центральная городская библиотека",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/library/图书馆":{tags:{name:"图书馆",amenity:"library"},name:"图书馆",icon:"maki-library",geometry:["point","area"],fields:["name","operator","building_area","address","opening_hours","internet_access","internet_access/fee","internet_access/ssid","ref/isil"],suggestion:true},"amenity/pharmacy/36.6":{tags:{name:"36.6",healthcare:"pharmacy",amenity:"pharmacy"},name:"36.6",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Adler-Apotheke":{tags:{name:"Adler-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Adler-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Alte Apotheke":{tags:{name:"Alte Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Alte Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Apollo Pharmacy":{tags:{name:"Apollo Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Apollo Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Apotek":{tags:{name:"Apotek",healthcare:"pharmacy",amenity:"pharmacy"},name:"Apotek",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Apotek Hjärtat":{tags:{name:"Apotek Hjärtat",healthcare:"pharmacy",amenity:"pharmacy"},name:"Apotek Hjärtat",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Apotheke am Markt":{tags:{name:"Apotheke am Markt",healthcare:"pharmacy",amenity:"pharmacy"},name:"Apotheke am Markt",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Bahnhof Apotheke":{tags:{name:"Bahnhof Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Bahnhof Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Bahnhof-Apotheke":{tags:{name:"Bahnhof-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Bahnhof-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Bartell Drugs":{tags:{name:"Bartell Drugs",healthcare:"pharmacy",amenity:"pharmacy"},name:"Bartell Drugs",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Benavides":{tags:{name:"Benavides",healthcare:"pharmacy",amenity:"pharmacy"},name:"Benavides",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Benu":{tags:{name:"Benu",healthcare:"pharmacy",amenity:"pharmacy"},name:"Benu",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Boots":{tags:{name:"Boots",healthcare:"pharmacy",amenity:"pharmacy"},name:"Boots",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Botica":{tags:{name:"Botica",healthcare:"pharmacy",amenity:"pharmacy"},name:"Botica",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Brunnen-Apotheke":{tags:{name:"Brunnen-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Brunnen-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Burg-Apotheke":{tags:{name:"Burg-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Burg-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Bären-Apotheke":{tags:{name:"Bären-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Bären-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/CVS":{tags:{name:"CVS",healthcare:"pharmacy",amenity:"pharmacy"},name:"CVS",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Camelia":{tags:{name:"Camelia",healthcare:"pharmacy",amenity:"pharmacy"},name:"Camelia",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Catena":{tags:{name:"Catena",healthcare:"pharmacy",amenity:"pharmacy"},name:"Catena",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Chemist Warehouse":{tags:{name:"Chemist Warehouse",healthcare:"pharmacy",amenity:"pharmacy"},name:"Chemist Warehouse",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Clicks":{tags:{name:"Clicks",healthcare:"pharmacy",amenity:"pharmacy"},name:"Clicks",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Cruz Azul":{tags:{name:"Cruz Azul",healthcare:"pharmacy",amenity:"pharmacy"},name:"Cruz Azul",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Cruz Verde":{tags:{name:"Cruz Verde",healthcare:"pharmacy",amenity:"pharmacy"},name:"Cruz Verde",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Dbam o Zdrowie":{tags:{name:"Dbam o Zdrowie",healthcare:"pharmacy",amenity:"pharmacy"},name:"Dbam o Zdrowie",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Dr. Max":{tags:{name:"Dr. Max",healthcare:"pharmacy",amenity:"pharmacy"},name:"Dr. Max",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Droga Raia":{tags:{name:"Droga Raia",healthcare:"pharmacy",amenity:"pharmacy"},name:"Droga Raia",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Drogaria São Paulo":{tags:{name:"Drogaria São Paulo",healthcare:"pharmacy",amenity:"pharmacy"},name:"Drogaria São Paulo",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Drogasil":{tags:{name:"Drogasil",healthcare:"pharmacy",amenity:"pharmacy"},name:"Drogasil",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Duane Reade":{tags:{name:"Duane Reade",healthcare:"pharmacy",amenity:"pharmacy"},name:"Duane Reade",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Eczane":{tags:{name:"Eczane",healthcare:"pharmacy",amenity:"pharmacy"},name:"Eczane",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Engel-Apotheke":{tags:{name:"Engel-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Engel-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Eurovaistinė":{tags:{name:"Eurovaistinė",healthcare:"pharmacy",amenity:"pharmacy"},name:"Eurovaistinė",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Familiprix":{tags:{name:"Familiprix",healthcare:"pharmacy",amenity:"pharmacy"},name:"Familiprix",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacenter":{tags:{name:"Farmacenter",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacenter",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacia Centrale":{tags:{name:"Farmacia Centrale",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacia Centrale",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacia Comunale":{tags:{name:"Farmacia Comunale",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacia Comunale",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacia Guadalajara":{tags:{name:"Farmacia Guadalajara",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacia Guadalajara",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacia del Ahorro":{tags:{name:"Farmacia del Ahorro",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacia del Ahorro",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Ahumada":{tags:{name:"Farmacias Ahumada",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Ahumada",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Cruz Azul":{tags:{name:"Farmacias Cruz Azul",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Cruz Azul",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Cruz Verde":{tags:{name:"Farmacias Cruz Verde",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Cruz Verde",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Económicas":{tags:{name:"Farmacias Económicas",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Económicas",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Guadalajara":{tags:{name:"Farmacias Guadalajara",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Guadalajara",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias SalcoBrand":{tags:{name:"Farmacias SalcoBrand",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias SalcoBrand",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Sana Sana":{tags:{name:"Farmacias Sana Sana",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Sana Sana",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias Similares":{tags:{name:"Farmacias Similares",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias Similares",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacias del Ahorro":{tags:{name:"Farmacias del Ahorro",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacias del Ahorro",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmacity":{tags:{name:"Farmacity",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmacity",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmahorro":{tags:{name:"Farmahorro",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmahorro",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Farmatodo":{tags:{name:"Farmatodo",healthcare:"pharmacy",amenity:"pharmacy"},name:"Farmatodo",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Felicia":{tags:{name:"Felicia",healthcare:"pharmacy",amenity:"pharmacy"},name:"Felicia",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Fybeca":{tags:{name:"Fybeca",healthcare:"pharmacy",amenity:"pharmacy"},name:"Fybeca",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Generika Drugstore":{tags:{name:"Generika Drugstore",healthcare:"pharmacy",amenity:"pharmacy"},name:"Generika Drugstore",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Gintarinė vaistinė":{tags:{name:"Gintarinė vaistinė",healthcare:"pharmacy",amenity:"pharmacy"},name:"Gintarinė vaistinė",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Guardian":{tags:{name:"Guardian",healthcare:"pharmacy",amenity:"pharmacy"},name:"Guardian",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Gyógyszertár":{tags:{name:"Gyógyszertár",healthcare:"pharmacy",amenity:"pharmacy"},name:"Gyógyszertár",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/H-E-B Pharmacy":{tags:{name:"H-E-B Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"H-E-B Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Hirsch-Apotheke":{tags:{name:"Hirsch-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Hirsch-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Hubertus Apotheke":{tags:{name:"Hubertus Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Hubertus Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Inkafarma":{tags:{name:"Inkafarma",healthcare:"pharmacy",amenity:"pharmacy"},name:"Inkafarma",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Jean Coutu":{tags:{name:"Jean Coutu",healthcare:"pharmacy",amenity:"pharmacy"},name:"Jean Coutu",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Kinney Drugs":{tags:{name:"Kinney Drugs",healthcare:"pharmacy",amenity:"pharmacy"},name:"Kinney Drugs",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Kur-Apotheke":{tags:{name:"Kur-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Kur-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Linden-Apotheke":{tags:{name:"Linden-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Linden-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Ljekarna":{tags:{name:"Ljekarna",healthcare:"pharmacy",amenity:"pharmacy"},name:"Ljekarna",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Lloyds Pharmacy":{tags:{name:"Lloyds Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Lloyds Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Lékárna":{tags:{name:"Lékárna",healthcare:"pharmacy",amenity:"pharmacy"},name:"Lékárna",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Löwen-Apotheke":{tags:{name:"Löwen-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Löwen-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Marien-Apotheke":{tags:{name:"Marien-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Marien-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Markt-Apotheke":{tags:{name:"Markt-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Markt-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Mercury Drug":{tags:{name:"Mercury Drug",healthcare:"pharmacy",amenity:"pharmacy"},name:"Mercury Drug",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Mifarma":{tags:{name:"Mifarma",healthcare:"pharmacy",amenity:"pharmacy"},name:"Mifarma",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Mēness aptieka":{tags:{name:"Mēness aptieka",healthcare:"pharmacy",amenity:"pharmacy"},name:"Mēness aptieka",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Neue Apotheke":{tags:{name:"Neue Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Neue Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pague Menos":{tags:{name:"Pague Menos",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pague Menos",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Panvel":{tags:{name:"Panvel",healthcare:"pharmacy",amenity:"pharmacy"},name:"Panvel",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Park-Apotheke":{tags:{name:"Park-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Park-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie Centrale":{tags:{name:"Pharmacie Centrale",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie Centrale",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie Principale":{tags:{name:"Pharmacie Principale",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie Principale",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie de l'Hôtel de Ville":{tags:{name:"Pharmacie de l'Hôtel de Ville",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie de l'Hôtel de Ville",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie de la Gare":{tags:{name:"Pharmacie de la Gare",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie de la Gare",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie de la Mairie":{tags:{name:"Pharmacie de la Mairie",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie de la Mairie",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie de la Poste":{tags:{name:"Pharmacie de la Poste",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie de la Poste",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie du Centre":{tags:{name:"Pharmacie du Centre",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie du Centre",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie du Marché":{tags:{name:"Pharmacie du Marché",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie du Marché",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmacie du Parc":{tags:{name:"Pharmacie du Parc",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmacie du Parc",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmaprix":{tags:{name:"Pharmaprix",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmaprix",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Pharmasave":{tags:{name:"Pharmasave",healthcare:"pharmacy",amenity:"pharmacy"},name:"Pharmasave",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Punkt Apteczny":{tags:{name:"Punkt Apteczny",healthcare:"pharmacy",amenity:"pharmacy"},name:"Punkt Apteczny",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rathaus-Apotheke":{tags:{name:"Rathaus-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rathaus-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rats-Apotheke":{tags:{name:"Rats-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rats-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rexall":{tags:{name:"Rexall",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rexall",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rite Aid":{tags:{name:"Rite Aid",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rite Aid",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rose Pharmacy":{tags:{name:"Rose Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rose Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rosen-Apotheke":{tags:{name:"Rosen-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rosen-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Rowlands Pharmacy":{tags:{name:"Rowlands Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Rowlands Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/SalcoBrand":{tags:{name:"SalcoBrand",healthcare:"pharmacy",amenity:"pharmacy"},name:"SalcoBrand",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Sana Sana":{tags:{name:"Sana Sana",healthcare:"pharmacy",amenity:"pharmacy"},name:"Sana Sana",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Schloss-Apotheke":{tags:{name:"Schloss-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Schloss-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Sensiblu":{tags:{name:"Sensiblu",healthcare:"pharmacy",amenity:"pharmacy"},name:"Sensiblu",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Shoppers Drug Mart":{tags:{name:"Shoppers Drug Mart",healthcare:"pharmacy",amenity:"pharmacy"},name:"Shoppers Drug Mart",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Sonnen-Apotheke":{tags:{name:"Sonnen-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Sonnen-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/South Star Drug":{tags:{name:"South Star Drug",healthcare:"pharmacy",amenity:"pharmacy"},name:"South Star Drug",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Stadt-Apotheke":{tags:{name:"Stadt-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Stadt-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Stern-Apotheke":{tags:{name:"Stern-Apotheke",healthcare:"pharmacy",amenity:"pharmacy"},name:"Stern-Apotheke",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Superdrug":{tags:{name:"Superdrug",healthcare:"pharmacy",amenity:"pharmacy"},name:"Superdrug",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/São João":{tags:{name:"São João",healthcare:"pharmacy",amenity:"pharmacy"},name:"São João",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/The Generics Pharmacy":{tags:{name:"The Generics Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"The Generics Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Uniprix":{tags:{name:"Uniprix",healthcare:"pharmacy",amenity:"pharmacy"},name:"Uniprix",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Walgreens":{tags:{name:"Walgreens",healthcare:"pharmacy",amenity:"pharmacy"},name:"Walgreens",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Walgreens Pharmacy":{tags:{name:"Walgreens Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Walgreens Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Walmart Pharmacy":{tags:{name:"Walmart Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Walmart Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Well Pharmacy":{tags:{name:"Well Pharmacy",healthcare:"pharmacy",amenity:"pharmacy"},name:"Well Pharmacy",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/centro naturista":{tags:{name:"centro naturista",healthcare:"pharmacy",amenity:"pharmacy"},name:"centro naturista",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/А5":{tags:{name:"А5",healthcare:"pharmacy",amenity:"pharmacy"},name:"А5",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Айболит":{tags:{name:"Айболит",healthcare:"pharmacy",amenity:"pharmacy"},name:"Айболит",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека 36,6":{tags:{name:"Аптека 36,6",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека 36,6",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека низких цен":{tags:{name:"Аптека низких цен",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека низких цен",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека низьких цін":{tags:{name:"Аптека низьких цін",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека низьких цін",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека от склада":{tags:{name:"Аптека от склада",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека от склада",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптека №1":{tags:{name:"Аптека №1",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптека №1",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Аптечный пункт":{tags:{name:"Аптечный пункт",healthcare:"pharmacy",amenity:"pharmacy"},name:"Аптечный пункт",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Арніка":{tags:{name:"Арніка",healthcare:"pharmacy",amenity:"pharmacy"},name:"Арніка",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Бережная аптека":{tags:{name:"Бережная аптека",healthcare:"pharmacy",amenity:"pharmacy"},name:"Бережная аптека",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Будь здоров":{tags:{name:"Будь здоров",healthcare:"pharmacy",amenity:"pharmacy"},name:"Будь здоров",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Вита":{tags:{name:"Вита",healthcare:"pharmacy",amenity:"pharmacy"},name:"Вита",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Горздрав":{tags:{name:"Горздрав",healthcare:"pharmacy",amenity:"pharmacy"},name:"Горздрав",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Живика":{tags:{name:"Живика",healthcare:"pharmacy",amenity:"pharmacy"},name:"Живика",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Здоровье":{tags:{name:"Здоровье",healthcare:"pharmacy",amenity:"pharmacy"},name:"Здоровье",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Имплозия":{tags:{name:"Имплозия",healthcare:"pharmacy",amenity:"pharmacy"},name:"Имплозия",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Классика":{tags:{name:"Классика",healthcare:"pharmacy",amenity:"pharmacy"},name:"Классика",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Ладушка":{tags:{name:"Ладушка",healthcare:"pharmacy",amenity:"pharmacy"},name:"Ладушка",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Мед-сервіс":{tags:{name:"Мед-сервіс",healthcare:"pharmacy",amenity:"pharmacy"},name:"Мед-сервіс",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Мелодия здоровья":{tags:{name:"Мелодия здоровья",healthcare:"pharmacy",amenity:"pharmacy"},name:"Мелодия здоровья",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Невис":{tags:{name:"Невис",healthcare:"pharmacy",amenity:"pharmacy"},name:"Невис",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Норма":{tags:{name:"Норма",healthcare:"pharmacy",amenity:"pharmacy"},name:"Норма",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Озерки":{tags:{name:"Озерки",healthcare:"pharmacy",amenity:"pharmacy"},name:"Озерки",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Панацея":{tags:{name:"Панацея",healthcare:"pharmacy",amenity:"pharmacy"},name:"Панацея",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Первая помощь":{tags:{name:"Первая помощь",healthcare:"pharmacy",amenity:"pharmacy"},name:"Первая помощь",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Планета здоровья":{tags:{name:"Планета здоровья",healthcare:"pharmacy",amenity:"pharmacy"},name:"Планета здоровья",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Ригла":{tags:{name:"Ригла",healthcare:"pharmacy",amenity:"pharmacy"},name:"Ригла",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Семейная":{tags:{name:"Семейная",healthcare:"pharmacy",amenity:"pharmacy"},name:"Семейная",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Социальная аптека":{tags:{name:"Социальная аптека",healthcare:"pharmacy",amenity:"pharmacy"},name:"Социальная аптека",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Столички":{tags:{name:"Столички",healthcare:"pharmacy",amenity:"pharmacy"},name:"Столички",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Фармакопейка":{tags:{name:"Фармакопейка",healthcare:"pharmacy",amenity:"pharmacy"},name:"Фармакопейка",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Фармакор":{tags:{name:"Фармакор",healthcare:"pharmacy",amenity:"pharmacy"},name:"Фармакор",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Фармация":{tags:{name:"Фармация",healthcare:"pharmacy",amenity:"pharmacy"},name:"Фармация",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Фармленд":{tags:{name:"Фармленд",healthcare:"pharmacy",amenity:"pharmacy"},name:"Фармленд",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/Центральная аптека":{tags:{name:"Центральная аптека",healthcare:"pharmacy",amenity:"pharmacy"},name:"Центральная аптека",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/סופר-פארם":{tags:{name:"סופר-פארם",healthcare:"pharmacy",amenity:"pharmacy"},name:"סופר-פארם",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/داروخانه":{tags:{name:"داروخانه",healthcare:"pharmacy",amenity:"pharmacy"},name:"داروخانه",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/داروخانه شبانه روزی":{tags:{name:"داروخانه شبانه روزی",healthcare:"pharmacy",amenity:"pharmacy"},name:"داروخانه شبانه روزی",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/صيدلية":{tags:{name:"صيدلية",healthcare:"pharmacy",amenity:"pharmacy"},name:"صيدلية",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/くすりの福太郎":{tags:{name:"くすりの福太郎",healthcare:"pharmacy",amenity:"pharmacy"},name:"くすりの福太郎",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/さくら薬局":{tags:{name:"さくら薬局",healthcare:"pharmacy",amenity:"pharmacy"},name:"さくら薬局",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/ウエルシア":{tags:{name:"ウエルシア",healthcare:"pharmacy",amenity:"pharmacy"},name:"ウエルシア",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/カワチ薬品":{tags:{name:"カワチ薬品",healthcare:"pharmacy",amenity:"pharmacy"},name:"カワチ薬品",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/クリエイト":{tags:{name:"クリエイト",healthcare:"pharmacy",amenity:"pharmacy"},name:"クリエイト",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/サンドラッグ":{tags:{name:"サンドラッグ",healthcare:"pharmacy",amenity:"pharmacy"},name:"サンドラッグ",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/スギ薬局":{tags:{name:"スギ薬局",healthcare:"pharmacy",amenity:"pharmacy"},name:"スギ薬局",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/セイジョー":{tags:{name:"セイジョー",healthcare:"pharmacy",amenity:"pharmacy"},name:"セイジョー",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/ツルハドラッグ":{tags:{name:"ツルハドラッグ",healthcare:"pharmacy",amenity:"pharmacy"},name:"ツルハドラッグ",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/ドラッグてらしま (Drug Terashima)":{tags:{name:"ドラッグてらしま (Drug Terashima)",healthcare:"pharmacy",amenity:"pharmacy"},name:"ドラッグてらしま (Drug Terashima)",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/マツモトキヨシ":{tags:{name:"マツモトキヨシ",healthcare:"pharmacy",amenity:"pharmacy"},name:"マツモトキヨシ",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pharmacy/丁丁藥局":{tags:{name:"丁丁藥局",healthcare:"pharmacy",amenity:"pharmacy"},name:"丁丁藥局",icon:"maki-pharmacy",geometry:["point","area"],fields:["name","operator","address","building_area","drive_through","opening_hours","payment_multi","dispensing"],suggestion:true},"amenity/pub/Black Bull":{tags:{name:"Black Bull",amenity:"pub"},name:"Black Bull",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Commercial Hotel":{tags:{name:"Commercial Hotel",amenity:"pub"},name:"Commercial Hotel",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Cross Keys":{tags:{name:"Cross Keys",amenity:"pub"},name:"Cross Keys",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Irish Pub":{tags:{name:"Irish Pub",amenity:"pub"},name:"Irish Pub",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Kings Arms":{tags:{name:"Kings Arms",amenity:"pub"},name:"Kings Arms",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Kings Head":{tags:{name:"Kings Head",amenity:"pub"},name:"Kings Head",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/New Inn":{tags:{name:"New Inn",amenity:"pub"},name:"New Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Prince of Wales":{tags:{name:"Prince of Wales",amenity:"pub"},name:"Prince of Wales",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Queens Head":{tags:{name:"Queens Head",amenity:"pub"},name:"Queens Head",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Red Lion":{tags:{name:"Red Lion",amenity:"pub"},name:"Red Lion",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Rose & Crown":{tags:{name:"Rose & Crown",amenity:"pub"},name:"Rose & Crown",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Rose and Crown":{tags:{name:"Rose and Crown",amenity:"pub"},name:"Rose and Crown",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/Royal Oak":{tags:{name:"Royal Oak",amenity:"pub"},name:"Royal Oak",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Albion":{tags:{name:"The Albion",amenity:"pub"},name:"The Albion",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Anchor":{tags:{name:"The Anchor",amenity:"pub"},name:"The Anchor",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Angel":{tags:{name:"The Angel",amenity:"pub"},name:"The Angel",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Beehive":{tags:{name:"The Beehive",amenity:"pub"},name:"The Beehive",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Bell":{tags:{name:"The Bell",amenity:"pub"},name:"The Bell",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Bell Inn":{tags:{name:"The Bell Inn",amenity:"pub"},name:"The Bell Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Black Horse":{tags:{name:"The Black Horse",amenity:"pub"},name:"The Black Horse",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Bull":{tags:{name:"The Bull",amenity:"pub"},name:"The Bull",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Castle":{tags:{name:"The Castle",amenity:"pub"},name:"The Castle",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Chequers":{tags:{name:"The Chequers",amenity:"pub"},name:"The Chequers",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Cricketers":{tags:{name:"The Cricketers",amenity:"pub"},name:"The Cricketers",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Cross Keys":{tags:{name:"The Cross Keys",amenity:"pub"},name:"The Cross Keys",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Crown":{tags:{name:"The Crown",amenity:"pub"},name:"The Crown",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Crown Inn":{tags:{name:"The Crown Inn",amenity:"pub"},name:"The Crown Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Fox":{tags:{name:"The Fox",amenity:"pub"},name:"The Fox",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The George":{tags:{name:"The George",amenity:"pub"},name:"The George",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Green Man":{tags:{name:"The Green Man",amenity:"pub"},name:"The Green Man",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Greyhound":{tags:{name:"The Greyhound",amenity:"pub"},name:"The Greyhound",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Kings Arms":{tags:{name:"The Kings Arms",amenity:"pub"},name:"The Kings Arms",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Kings Head":{tags:{name:"The Kings Head",amenity:"pub"},name:"The Kings Head",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The New Inn":{tags:{name:"The New Inn",amenity:"pub"},name:"The New Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Plough":{tags:{name:"The Plough",amenity:"pub"},name:"The Plough",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Plough Inn":{tags:{name:"The Plough Inn",amenity:"pub"},name:"The Plough Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Queens Head":{tags:{name:"The Queens Head",amenity:"pub"},name:"The Queens Head",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Railway":{tags:{name:"The Railway",amenity:"pub"},name:"The Railway",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Red Lion":{tags:{name:"The Red Lion",amenity:"pub"},name:"The Red Lion",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Rising Sun":{tags:{name:"The Rising Sun",amenity:"pub"},name:"The Rising Sun",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Royal Oak":{tags:{name:"The Royal Oak",amenity:"pub"},name:"The Royal Oak",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Ship":{tags:{name:"The Ship",amenity:"pub"},name:"The Ship",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Ship Inn":{tags:{name:"The Ship Inn",amenity:"pub"},name:"The Ship Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Star":{tags:{name:"The Star",amenity:"pub"},name:"The Star",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Star Inn":{tags:{name:"The Star Inn",amenity:"pub"},name:"The Star Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Sun Inn":{tags:{name:"The Sun Inn",amenity:"pub"},name:"The Sun Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Swan":{tags:{name:"The Swan",amenity:"pub"},name:"The Swan",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Swan Inn":{tags:{name:"The Swan Inn",amenity:"pub"},name:"The Swan Inn",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Victoria":{tags:{name:"The Victoria",amenity:"pub"},name:"The Victoria",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The Wheatsheaf":{tags:{name:"The Wheatsheaf",amenity:"pub"},name:"The Wheatsheaf",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The White Hart":{tags:{name:"The White Hart",amenity:"pub"},name:"The White Hart",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The White Horse":{tags:{name:"The White Horse",amenity:"pub"},name:"The White Horse",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The White Lion":{tags:{name:"The White Lion",amenity:"pub"},name:"The White Lion",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/The White Swan":{tags:{name:"The White Swan",amenity:"pub"},name:"The White Swan",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/魚民":{tags:{name:"魚民",amenity:"pub"},name:"魚民",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/pub/鳥貴族":{tags:{name:"鳥貴族",amenity:"pub"},name:"鳥貴族",icon:"maki-beer",geometry:["point","area"],fields:["name","address","building_area","opening_hours","smoking","outdoor_seating","brewery"],suggestion:true},"amenity/restaurant/Adler":{tags:{name:"Adler",amenity:"restaurant"},name:"Adler",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Adria":{tags:{name:"Adria",amenity:"restaurant"},name:"Adria",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Adyar Ananda Bhavan":{tags:{name:"Adyar Ananda Bhavan",amenity:"restaurant"},name:"Adyar Ananda Bhavan",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Akropolis":{tags:{name:"Akropolis",amenity:"restaurant"},name:"Akropolis",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Alte Post":{tags:{name:"Alte Post",amenity:"restaurant"},name:"Alte Post",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Applebee's":{tags:{name:"Applebee's",amenity:"restaurant"},name:"Applebee's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Asia":{tags:{name:"Asia",amenity:"restaurant"},name:"Asia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Athen":{tags:{name:"Athen",amenity:"restaurant"},name:"Athen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Athos":{tags:{name:"Athos",amenity:"restaurant"},name:"Athos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Autogrill":{tags:{name:"Autogrill",amenity:"restaurant"},name:"Autogrill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bahnhof":{tags:{name:"Bahnhof",amenity:"restaurant"},name:"Bahnhof",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bella Italia":{tags:{name:"Bella Italia",amenity:"restaurant"},name:"Bella Italia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bella Napoli":{tags:{name:"Bella Napoli",amenity:"restaurant"},name:"Bella Napoli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Big Boy":{tags:{name:"Big Boy",amenity:"restaurant"},name:"Big Boy",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bob Evans":{tags:{name:"Bob Evans",amenity:"restaurant"},name:"Bob Evans",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bonefish Grill":{tags:{name:"Bonefish Grill",amenity:"restaurant"},name:"Bonefish Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Boston Pizza":{tags:{name:"Boston Pizza",amenity:"restaurant"},name:"Boston Pizza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Buffalo Grill":{tags:{name:"Buffalo Grill",amenity:"restaurant"},name:"Buffalo Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Buffalo Wild Wings":{tags:{name:"Buffalo Wild Wings",amenity:"restaurant"},name:"Buffalo Wild Wings",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Bären":{tags:{name:"Bären",amenity:"restaurant"},name:"Bären",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/California Pizza Kitchen":{tags:{name:"California Pizza Kitchen",amenity:"restaurant"},name:"California Pizza Kitchen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Canteen":{tags:{name:"Canteen",amenity:"restaurant"},name:"Canteen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Capri":{tags:{name:"Capri",amenity:"restaurant"},name:"Capri",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Carluccio's":{tags:{name:"Carluccio's",amenity:"restaurant"},name:"Carluccio's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Carpe Diem":{tags:{name:"Carpe Diem",amenity:"restaurant"},name:"Carpe Diem",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Carrabba's Italian Grill":{tags:{name:"Carrabba's Italian Grill",amenity:"restaurant"},name:"Carrabba's Italian Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Casa Mia":{tags:{name:"Casa Mia",amenity:"restaurant"},name:"Casa Mia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Casablanca":{tags:{name:"Casablanca",amenity:"restaurant"},name:"Casablanca",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Cheesecake Factory":{tags:{name:"Cheesecake Factory",amenity:"restaurant"},name:"Cheesecake Factory",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Chifa":{tags:{name:"Chifa",amenity:"restaurant"},name:"Chifa",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Chili's":{tags:{name:"Chili's",amenity:"restaurant"},name:"Chili's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China Buffet":{tags:{name:"China Buffet",amenity:"restaurant"},name:"China Buffet",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China Garden":{tags:{name:"China Garden",amenity:"restaurant"},name:"China Garden",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China House":{tags:{name:"China House",amenity:"restaurant"},name:"China House",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China Town":{tags:{name:"China Town",amenity:"restaurant"},name:"China Town",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/China Wok":{tags:{name:"China Wok",amenity:"restaurant"},name:"China Wok",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Chiquito":{tags:{name:"Chiquito",amenity:"restaurant"},name:"Chiquito",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Chuck E. Cheese's":{tags:{name:"Chuck E. Cheese's",amenity:"restaurant"},name:"Chuck E. Cheese's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Cici's Pizza":{tags:{name:"Cici's Pizza",amenity:"restaurant"},name:"Cici's Pizza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Comedor":{tags:{name:"Comedor",amenity:"restaurant"},name:"Comedor",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Comida China":{tags:{name:"Comida China",amenity:"restaurant"},name:"Comida China",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Courtepaille":{tags:{name:"Courtepaille",amenity:"restaurant"},name:"Courtepaille",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Cracker Barrel":{tags:{name:"Cracker Barrel",amenity:"restaurant"},name:"Cracker Barrel",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Da Grasso":{tags:{name:"Da Grasso",amenity:"restaurant"},name:"Da Grasso",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Da Vinci":{tags:{name:"Da Vinci",amenity:"restaurant"},name:"Da Vinci",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Delphi":{tags:{name:"Delphi",amenity:"restaurant"},name:"Delphi",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Denny's":{tags:{name:"Denny's",amenity:"restaurant"},name:"Denny's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Deutsches Haus":{tags:{name:"Deutsches Haus",amenity:"restaurant"},name:"Deutsches Haus",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Dionysos":{tags:{name:"Dionysos",amenity:"restaurant"},name:"Dionysos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Dolce Vita":{tags:{name:"Dolce Vita",amenity:"restaurant"},name:"Dolce Vita",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Dorfkrug":{tags:{name:"Dorfkrug",amenity:"restaurant"},name:"Dorfkrug",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/East Side Mario's":{tags:{name:"East Side Mario's",amenity:"restaurant"},name:"East Side Mario's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/El Greco":{tags:{name:"El Greco",amenity:"restaurant"},name:"El Greco",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/El Paso":{tags:{name:"El Paso",amenity:"restaurant"},name:"El Paso",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/El Rancho":{tags:{name:"El Rancho",amenity:"restaurant"},name:"El Rancho",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Europa":{tags:{name:"Europa",amenity:"restaurant"},name:"Europa",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Famous Dave's":{tags:{name:"Famous Dave's",amenity:"restaurant"},name:"Famous Dave's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Flunch":{tags:{name:"Flunch",amenity:"restaurant"},name:"Flunch",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Frankie & Benny's":{tags:{name:"Frankie & Benny's",amenity:"restaurant"},name:"Frankie & Benny's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Friendly's":{tags:{name:"Friendly's",amenity:"restaurant"},name:"Friendly's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Gasthaus Krone":{tags:{name:"Gasthaus Krone",amenity:"restaurant"},name:"Gasthaus Krone",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Gasthaus zur Linde":{tags:{name:"Gasthaus zur Linde",amenity:"restaurant"},name:"Gasthaus zur Linde",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Gasthof zur Post":{tags:{name:"Gasthof zur Post",amenity:"restaurant"},name:"Gasthof zur Post",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Golden Corral":{tags:{name:"Golden Corral",amenity:"restaurant"},name:"Golden Corral",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Golden Dragon":{tags:{name:"Golden Dragon",amenity:"restaurant"},name:"Golden Dragon",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Great Wall":{tags:{name:"Great Wall",amenity:"restaurant"},name:"Great Wall",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Grüner Baum":{tags:{name:"Grüner Baum",amenity:"restaurant"},name:"Grüner Baum",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Gusto":{tags:{name:"Gusto",amenity:"restaurant"},name:"Gusto",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hard Rock Cafe":{tags:{name:"Hard Rock Cafe",amenity:"restaurant"},name:"Hard Rock Cafe",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Harvester":{tags:{name:"Harvester",amenity:"restaurant"},name:"Harvester",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hellas":{tags:{name:"Hellas",amenity:"restaurant"},name:"Hellas",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hippopotamus":{tags:{name:"Hippopotamus",amenity:"restaurant"},name:"Hippopotamus",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hirsch":{tags:{name:"Hirsch",amenity:"restaurant"},name:"Hirsch",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hirschen":{tags:{name:"Hirschen",amenity:"restaurant"},name:"Hirschen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hong Kong":{tags:{name:"Hong Kong",amenity:"restaurant"},name:"Hong Kong",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Hooters":{tags:{name:"Hooters",amenity:"restaurant"},name:"Hooters",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/IHOP":{tags:{name:"IHOP",amenity:"restaurant"},name:"IHOP",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/IL Патио":{tags:{name:"IL Патио",amenity:"restaurant"},name:"IL Патио",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Jason's Deli":{tags:{name:"Jason's Deli",amenity:"restaurant"},name:"Jason's Deli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Joe's Crab Shack":{tags:{name:"Joe's Crab Shack",amenity:"restaurant"},name:"Joe's Crab Shack",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Jägerhof":{tags:{name:"Jägerhof",amenity:"restaurant"},name:"Jägerhof",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kantine":{tags:{name:"Kantine",amenity:"restaurant"},name:"Kantine",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kelsey's":{tags:{name:"Kelsey's",amenity:"restaurant"},name:"Kelsey's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kirchenwirt":{tags:{name:"Kirchenwirt",amenity:"restaurant"},name:"Kirchenwirt",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kreta":{tags:{name:"Kreta",amenity:"restaurant"},name:"Kreta",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kreuz":{tags:{name:"Kreuz",amenity:"restaurant"},name:"Kreuz",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Krone":{tags:{name:"Krone",amenity:"restaurant"},name:"Krone",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Kudu":{tags:{name:"Kudu",amenity:"restaurant"},name:"Kudu",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/L'Escale":{tags:{name:"L'Escale",amenity:"restaurant"},name:"L'Escale",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/L'Osteria":{tags:{name:"L'Osteria",amenity:"restaurant"},name:"L'Osteria",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Bodega":{tags:{name:"La Bodega",amenity:"restaurant"},name:"La Bodega",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Boucherie":{tags:{name:"La Boucherie",amenity:"restaurant"},name:"La Boucherie",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Cantina":{tags:{name:"La Cantina",amenity:"restaurant"},name:"La Cantina",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Casa":{tags:{name:"La Casa",amenity:"restaurant"},name:"La Casa",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Casona":{tags:{name:"La Casona",amenity:"restaurant"},name:"La Casona",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Dolce Vita":{tags:{name:"La Dolce Vita",amenity:"restaurant"},name:"La Dolce Vita",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Fontana":{tags:{name:"La Fontana",amenity:"restaurant"},name:"La Fontana",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Gondola":{tags:{name:"La Gondola",amenity:"restaurant"},name:"La Gondola",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Hacienda":{tags:{name:"La Hacienda",amenity:"restaurant"},name:"La Hacienda",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Pataterie":{tags:{name:"La Pataterie",amenity:"restaurant"},name:"La Pataterie",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Pergola":{tags:{name:"La Pergola",amenity:"restaurant"},name:"La Pergola",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Perla":{tags:{name:"La Perla",amenity:"restaurant"},name:"La Perla",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Piazza":{tags:{name:"La Piazza",amenity:"restaurant"},name:"La Piazza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Piazzetta":{tags:{name:"La Piazzetta",amenity:"restaurant"},name:"La Piazzetta",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Place":{tags:{name:"La Place",amenity:"restaurant"},name:"La Place",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Scala":{tags:{name:"La Scala",amenity:"restaurant"},name:"La Scala",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Strada":{tags:{name:"La Strada",amenity:"restaurant"},name:"La Strada",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Tagliatella":{tags:{name:"La Tagliatella",amenity:"restaurant"},name:"La Tagliatella",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Tasca":{tags:{name:"La Tasca",amenity:"restaurant"},name:"La Tasca",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Taverna":{tags:{name:"La Taverna",amenity:"restaurant"},name:"La Taverna",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Terrasse":{tags:{name:"La Terrasse",amenity:"restaurant"},name:"La Terrasse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Terraza":{tags:{name:"La Terraza",amenity:"restaurant"},name:"La Terraza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Terrazza":{tags:{name:"La Terrazza",amenity:"restaurant"},name:"La Terrazza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/La Trattoria":{tags:{name:"La Trattoria",amenity:"restaurant"},name:"La Trattoria",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Lamm":{tags:{name:"Lamm",amenity:"restaurant"},name:"Lamm",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Linde":{tags:{name:"Linde",amenity:"restaurant"},name:"Linde",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Lindenhof":{tags:{name:"Lindenhof",amenity:"restaurant"},name:"Lindenhof",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Little Chef":{tags:{name:"Little Chef",amenity:"restaurant"},name:"Little Chef",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Little Italy":{tags:{name:"Little Italy",amenity:"restaurant"},name:"Little Italy",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Logan's Roadhouse":{tags:{name:"Logan's Roadhouse",amenity:"restaurant"},name:"Logan's Roadhouse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/LongHorn Steakhouse":{tags:{name:"LongHorn Steakhouse",amenity:"restaurant"},name:"LongHorn Steakhouse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Lotus":{tags:{name:"Lotus",amenity:"restaurant"},name:"Lotus",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Léon de Bruxelles":{tags:{name:"Léon de Bruxelles",amenity:"restaurant"},name:"Léon de Bruxelles",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Löwen":{tags:{name:"Löwen",amenity:"restaurant"},name:"Löwen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/MK Restaurants":{tags:{name:"MK Restaurants",amenity:"restaurant"},name:"MK Restaurants",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Maharaja":{tags:{name:"Maharaja",amenity:"restaurant"},name:"Maharaja",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mamma Mia":{tags:{name:"Mamma Mia",amenity:"restaurant"},name:"Mamma Mia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mandarin":{tags:{name:"Mandarin",amenity:"restaurant"},name:"Mandarin",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mang Inasal":{tags:{name:"Mang Inasal",amenity:"restaurant"},name:"Mang Inasal",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Marco Polo":{tags:{name:"Marco Polo",amenity:"restaurant"},name:"Marco Polo",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Marco's Pizza":{tags:{name:"Marco's Pizza",amenity:"restaurant"},name:"Marco's Pizza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/McAlister's Deli":{tags:{name:"McAlister's Deli",amenity:"restaurant"},name:"McAlister's Deli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mediterraneo":{tags:{name:"Mediterraneo",amenity:"restaurant"},name:"Mediterraneo",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mellow Mushroom":{tags:{name:"Mellow Mushroom",amenity:"restaurant"},name:"Mellow Mushroom",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mensa":{tags:{name:"Mensa",amenity:"restaurant"},name:"Mensa",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Milano":{tags:{name:"Milano",amenity:"restaurant"},name:"Milano",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mimi's Cafe":{tags:{name:"Mimi's Cafe",amenity:"restaurant"},name:"Mimi's Cafe",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Moe's Southwest Grill":{tags:{name:"Moe's Southwest Grill",amenity:"restaurant"},name:"Moe's Southwest Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mykonos":{tags:{name:"Mykonos",amenity:"restaurant"},name:"Mykonos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Mythos":{tags:{name:"Mythos",amenity:"restaurant"},name:"Mythos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Nando's":{tags:{name:"Nando's",amenity:"restaurant"},name:"Nando's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Noodles & Company":{tags:{name:"Noodles & Company",amenity:"restaurant"},name:"Noodles & Company",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/O'Charley's":{tags:{name:"O'Charley's",amenity:"restaurant"},name:"O'Charley's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Oasis":{tags:{name:"Oasis",amenity:"restaurant"},name:"Oasis",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ocean Basket":{tags:{name:"Ocean Basket",amenity:"restaurant"},name:"Ocean Basket",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ochsen":{tags:{name:"Ochsen",amenity:"restaurant"},name:"Ochsen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Old Chicago":{tags:{name:"Old Chicago",amenity:"restaurant"},name:"Old Chicago",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Olive Garden":{tags:{name:"Olive Garden",amenity:"restaurant"},name:"Olive Garden",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Olympia":{tags:{name:"Olympia",amenity:"restaurant"},name:"Olympia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Osaka":{tags:{name:"Osaka",amenity:"restaurant"},name:"Osaka",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Outback Steakhouse":{tags:{name:"Outback Steakhouse",amenity:"restaurant"},name:"Outback Steakhouse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/P.F. Chang's":{tags:{name:"P.F. Chang's",amenity:"restaurant"},name:"P.F. Chang's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pancake House":{tags:{name:"Pancake House",amenity:"restaurant"},name:"Pancake House",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Panda":{tags:{name:"Panda",amenity:"restaurant"},name:"Panda",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Panera Bread":{tags:{name:"Panera Bread",amenity:"restaurant"},name:"Panera Bread",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Panorama":{tags:{name:"Panorama",amenity:"restaurant"},name:"Panorama",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Parrilla":{tags:{name:"Parrilla",amenity:"restaurant"},name:"Parrilla",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Peking":{tags:{name:"Peking",amenity:"restaurant"},name:"Peking",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Perkins":{tags:{name:"Perkins",amenity:"restaurant"},name:"Perkins",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pinocchio":{tags:{name:"Pinocchio",amenity:"restaurant"},name:"Pinocchio",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza Express":{tags:{name:"Pizza Express",amenity:"restaurant"},name:"Pizza Express",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza Factory":{tags:{name:"Pizza Factory",amenity:"restaurant"},name:"Pizza Factory",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza House":{tags:{name:"Pizza House",amenity:"restaurant"},name:"Pizza House",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza Hut":{tags:{name:"Pizza Hut",cuisine:"pizza",amenity:"restaurant"},name:"Pizza Hut",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizza Ranch":{tags:{name:"Pizza Ranch",amenity:"restaurant"},name:"Pizza Ranch",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Italia":{tags:{name:"Pizzeria Italia",amenity:"restaurant"},name:"Pizzeria Italia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Milano":{tags:{name:"Pizzeria Milano",amenity:"restaurant"},name:"Pizzeria Milano",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Napoli":{tags:{name:"Pizzeria Napoli",amenity:"restaurant"},name:"Pizzeria Napoli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Roma":{tags:{name:"Pizzeria Roma",amenity:"restaurant"},name:"Pizzeria Roma",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pizzeria Venezia":{tags:{name:"Pizzeria Venezia",amenity:"restaurant"},name:"Pizzeria Venezia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Poivre Rouge":{tags:{name:"Poivre Rouge",amenity:"restaurant"},name:"Poivre Rouge",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Pomodoro":{tags:{name:"Pomodoro",amenity:"restaurant"},name:"Pomodoro",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Portofino":{tags:{name:"Portofino",amenity:"restaurant"},name:"Portofino",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Poseidon":{tags:{name:"Poseidon",amenity:"restaurant"},name:"Poseidon",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Prezzo":{tags:{name:"Prezzo",amenity:"restaurant"},name:"Prezzo",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Qdoba Mexican Grill":{tags:{name:"Qdoba Mexican Grill",amenity:"restaurant"},name:"Qdoba Mexican Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ratskeller":{tags:{name:"Ratskeller",amenity:"restaurant"},name:"Ratskeller",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Red Lobster":{tags:{name:"Red Lobster",amenity:"restaurant"},name:"Red Lobster",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Red Robin":{tags:{name:"Red Robin",amenity:"restaurant"},name:"Red Robin",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Restaurante Universitário":{tags:{name:"Restaurante Universitário",amenity:"restaurant"},name:"Restaurante Universitário",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Rhodos":{tags:{name:"Rhodos",amenity:"restaurant"},name:"Rhodos",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ristorante Del Arte":{tags:{name:"Ristorante Del Arte",amenity:"restaurant"},name:"Ristorante Del Arte",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Roma":{tags:{name:"Roma",amenity:"restaurant"},name:"Roma",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Rose":{tags:{name:"Rose",amenity:"restaurant"},name:"Rose",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Round Table Pizza":{tags:{name:"Round Table Pizza",amenity:"restaurant"},name:"Round Table Pizza",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ruby Tuesday":{tags:{name:"Ruby Tuesday",amenity:"restaurant"},name:"Ruby Tuesday",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Rössle":{tags:{name:"Rössle",amenity:"restaurant"},name:"Rössle",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Rössli":{tags:{name:"Rössli",amenity:"restaurant"},name:"Rössli",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Saigon":{tags:{name:"Saigon",amenity:"restaurant"},name:"Saigon",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sakura":{tags:{name:"Sakura",amenity:"restaurant"},name:"Sakura",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/San Marco":{tags:{name:"San Marco",amenity:"restaurant"},name:"San Marco",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Santorini":{tags:{name:"Santorini",amenity:"restaurant"},name:"Santorini",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Schwarzer Adler":{tags:{name:"Schwarzer Adler",amenity:"restaurant"},name:"Schwarzer Adler",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Schützenhaus":{tags:{name:"Schützenhaus",amenity:"restaurant"},name:"Schützenhaus",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shakey's":{tags:{name:"Shakey's",amenity:"restaurant"},name:"Shakey's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shalimar":{tags:{name:"Shalimar",amenity:"restaurant"},name:"Shalimar",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shanghai":{tags:{name:"Shanghai",amenity:"restaurant"},name:"Shanghai",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shari's":{tags:{name:"Shari's",amenity:"restaurant"},name:"Shari's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Shoney's":{tags:{name:"Shoney's",amenity:"restaurant"},name:"Shoney's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sizzler":{tags:{name:"Sizzler",amenity:"restaurant"},name:"Sizzler",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sonne":{tags:{name:"Sonne",amenity:"restaurant"},name:"Sonne",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sphinx":{tags:{name:"Sphinx",amenity:"restaurant"},name:"Sphinx",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sportheim":{tags:{name:"Sportheim",amenity:"restaurant"},name:"Sportheim",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Spur":{tags:{name:"Spur",amenity:"restaurant"},name:"Spur",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Steak 'n Shake":{tags:{name:"Steak 'n Shake",cuisine:"burger",amenity:"restaurant"},name:"Steak 'n Shake",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sternen":{tags:{name:"Sternen",amenity:"restaurant"},name:"Sternen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sunset Grill":{tags:{name:"Sunset Grill",amenity:"restaurant"},name:"Sunset Grill",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sushi":{tags:{name:"Sushi",amenity:"restaurant"},name:"Sushi",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Sushi Bar":{tags:{name:"Sushi Bar",amenity:"restaurant"},name:"Sushi Bar",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Swiss Chalet":{tags:{name:"Swiss Chalet",amenity:"restaurant"},name:"Swiss Chalet",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Syrtaki":{tags:{name:"Syrtaki",amenity:"restaurant"},name:"Syrtaki",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/TGI Friday's":{tags:{name:"TGI Friday's",amenity:"restaurant"},name:"TGI Friday's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Taj Mahal":{tags:{name:"Taj Mahal",amenity:"restaurant"},name:"Taj Mahal",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Taste of India":{tags:{name:"Taste of India",amenity:"restaurant"},name:"Taste of India",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Taverna":{tags:{name:"Taverna",amenity:"restaurant"},name:"Taverna",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Texas Roadhouse":{tags:{name:"Texas Roadhouse",amenity:"restaurant"},name:"Texas Roadhouse",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/The Cheesecake Factory":{tags:{name:"The Cheesecake Factory",amenity:"restaurant"},name:"The Cheesecake Factory",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Toby Carvery":{tags:{name:"Toby Carvery",amenity:"restaurant"},name:"Toby Carvery",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Tony Roma's":{tags:{name:"Tony Roma's",amenity:"restaurant"},name:"Tony Roma's",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Toscana":{tags:{name:"Toscana",amenity:"restaurant"},name:"Toscana",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Trattoria":{tags:{name:"Trattoria",amenity:"restaurant"},name:"Trattoria",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Traube":{tags:{name:"Traube",amenity:"restaurant"},name:"Traube",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Vapiano":{tags:{name:"Vapiano",amenity:"restaurant"},name:"Vapiano",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Venezia":{tags:{name:"Venezia",amenity:"restaurant"},name:"Venezia",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Village Inn":{tags:{name:"Village Inn",amenity:"restaurant"},name:"Village Inn",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Vips":{tags:{name:"Vips",amenity:"restaurant"},name:"Vips",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Waffle House":{tags:{name:"Waffle House",amenity:"restaurant"},name:"Waffle House",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Wagamama":{tags:{name:"Wagamama",amenity:"restaurant"},name:"Wagamama",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Waldschänke":{tags:{name:"Waldschänke",amenity:"restaurant"},name:"Waldschänke",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Warung":{tags:{name:"Warung",amenity:"restaurant"},name:"Warung",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Wasabi":{tags:{name:"Wasabi",amenity:"restaurant"},name:"Wasabi",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zizzi":{tags:{name:"Zizzi",amenity:"restaurant"},name:"Zizzi",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zorbas":{tags:{name:"Zorbas",amenity:"restaurant"},name:"Zorbas",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zum Hirschen":{tags:{name:"Zum Hirschen",amenity:"restaurant"},name:"Zum Hirschen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zum Löwen":{tags:{name:"Zum Löwen",amenity:"restaurant"},name:"Zum Löwen",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zur Krone":{tags:{name:"Zur Krone",amenity:"restaurant"},name:"Zur Krone",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zur Linde":{tags:{name:"Zur Linde",amenity:"restaurant"},name:"Zur Linde",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zur Post":{tags:{name:"Zur Post",amenity:"restaurant"},name:"Zur Post",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Zur Sonne":{tags:{name:"Zur Sonne",amenity:"restaurant"},name:"Zur Sonne",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Евразия":{tags:{name:"Евразия",amenity:"restaurant"},name:"Евразия",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Ресторан":{tags:{name:"Ресторан",amenity:"restaurant"},name:"Ресторан",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Тануки":{tags:{name:"Тануки",amenity:"restaurant"},name:"Тануки",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/Якитория":{tags:{name:"Якитория",amenity:"restaurant"},name:"Якитория",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/رستوران":{tags:{name:"رستوران",amenity:"restaurant"},name:"رستوران",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/مطعم":{tags:{name:"مطعم",amenity:"restaurant"},name:"مطعم",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/はま寿司":{tags:{name:"はま寿司",amenity:"restaurant"},name:"はま寿司",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/びっくりドンキー":{tags:{name:"びっくりドンキー",amenity:"restaurant"},name:"びっくりドンキー",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/やよい軒":{tags:{name:"やよい軒",amenity:"restaurant"},name:"やよい軒",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ガスト":{tags:{name:"ガスト","name:en":"Gusto",amenity:"restaurant"},name:"ガスト",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ココス":{tags:{name:"ココス",amenity:"restaurant"},name:"ココス",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/サイゼリア":{tags:{name:"サイゼリア",amenity:"restaurant"},name:"サイゼリア",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/サイゼリヤ":{tags:{name:"サイゼリヤ",amenity:"restaurant"},name:"サイゼリヤ",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ジョイフル":{tags:{name:"ジョイフル",amenity:"restaurant"},name:"ジョイフル",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ジョナサン":{tags:{name:"ジョナサン",amenity:"restaurant"},name:"ジョナサン",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ジョリーパスタ":{tags:{name:"ジョリーパスタ",amenity:"restaurant"},name:"ジョリーパスタ",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/デニーズ":{tags:{name:"デニーズ",amenity:"restaurant"},name:"デニーズ",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/バーミヤン":{tags:{name:"バーミヤン",amenity:"restaurant"},name:"バーミヤン",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/ロイヤルホスト":{tags:{name:"ロイヤルホスト",amenity:"restaurant"},name:"ロイヤルホスト",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/丸亀製麺":{tags:{name:"丸亀製麺",amenity:"restaurant"},name:"丸亀製麺",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/八方雲集":{tags:{name:"八方雲集",amenity:"restaurant"},name:"八方雲集",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/夢庵":{tags:{name:"夢庵",amenity:"restaurant"},name:"夢庵",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/大戸屋":{tags:{name:"大戸屋",amenity:"restaurant"},name:"大戸屋",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/大阪王将":{tags:{name:"大阪王将",amenity:"restaurant"},name:"大阪王将",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/天下一品":{tags:{name:"天下一品",amenity:"restaurant"},name:"天下一品",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/安楽亭":{tags:{name:"安楽亭",amenity:"restaurant"},name:"安楽亭",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/牛角":{tags:{name:"牛角",amenity:"restaurant"},name:"牛角",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/食堂":{tags:{name:"食堂",amenity:"restaurant"},name:"食堂",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/餃子の王将":{tags:{name:"餃子の王将",amenity:"restaurant"},name:"餃子の王将",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/restaurant/바다횟집 (Bada Fish Restaurant)":{tags:{name:"바다횟집 (Bada Fish Restaurant)",amenity:"restaurant"},name:"바다횟집 (Bada Fish Restaurant)",icon:"maki-restaurant",geometry:["point","area"],fields:["name","cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking","outdoor_seating"],suggestion:true},"amenity/school/Adolfo Lopez Mateos":{tags:{name:"Adolfo Lopez Mateos",amenity:"school"},name:"Adolfo Lopez Mateos",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Agustin Ya�ez":{tags:{name:"Agustin Ya�ez",amenity:"school"},name:"Agustin Ya�ez",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Albert-Schweitzer-Schule":{tags:{name:"Albert-Schweitzer-Schule",amenity:"school"},name:"Albert-Schweitzer-Schule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Amado Nervo":{tags:{name:"Amado Nervo",amenity:"school"},name:"Amado Nervo",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Astrid-Lindgren-Schule":{tags:{name:"Astrid-Lindgren-Schule",amenity:"school"},name:"Astrid-Lindgren-Schule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Benito Juarez":{tags:{name:"Benito Juarez",amenity:"school"},name:"Benito Juarez",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Brown School":{tags:{name:"Brown School",amenity:"school"},name:"Brown School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/CEM":{tags:{name:"CEM",amenity:"school"},name:"CEM",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Center School":{tags:{name:"Center School",amenity:"school"},name:"Center School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Central Elementary School":{tags:{name:"Central Elementary School",amenity:"school"},name:"Central Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Central High School":{tags:{name:"Central High School",amenity:"school"},name:"Central High School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Central School":{tags:{name:"Central School",amenity:"school"},name:"Central School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Colegio San José":{tags:{name:"Colegio San José",amenity:"school"},name:"Colegio San José",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Collège Jean Moulin":{tags:{name:"Collège Jean Moulin",amenity:"school"},name:"Collège Jean Moulin",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Collège privé Saint-Joseph":{tags:{name:"Collège privé Saint-Joseph",amenity:"school"},name:"Collège privé Saint-Joseph",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Cuauhtemoc":{tags:{name:"Cuauhtemoc",amenity:"school"},name:"Cuauhtemoc",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Curso Comunitario":{tags:{name:"Curso Comunitario",amenity:"school"},name:"Curso Comunitario",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Cursos Comunitarios":{tags:{name:"Cursos Comunitarios",amenity:"school"},name:"Cursos Comunitarios",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/EPP":{tags:{name:"EPP",amenity:"school"},name:"EPP",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Emiliano Zapata":{tags:{name:"Emiliano Zapata",amenity:"school"},name:"Emiliano Zapata",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Fairview Elementary School":{tags:{name:"Fairview Elementary School",amenity:"school"},name:"Fairview Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Fairview School":{tags:{name:"Fairview School",amenity:"school"},name:"Fairview School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Francisco I Madero":{tags:{name:"Francisco I Madero",amenity:"school"},name:"Francisco I Madero",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Francisco I. Madero":{tags:{name:"Francisco I. Madero",amenity:"school"},name:"Francisco I. Madero",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Francisco Villa":{tags:{name:"Francisco Villa",amenity:"school"},name:"Francisco Villa",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Franklin Elementary School":{tags:{name:"Franklin Elementary School",amenity:"school"},name:"Franklin Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Franklin School":{tags:{name:"Franklin School",amenity:"school"},name:"Franklin School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Garfield Elementary School":{tags:{name:"Garfield Elementary School",amenity:"school"},name:"Garfield Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Garfield School":{tags:{name:"Garfield School",amenity:"school"},name:"Garfield School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Gimnazjum nr 1":{tags:{name:"Gimnazjum nr 1",amenity:"school"},name:"Gimnazjum nr 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Government School":{tags:{name:"Government School",amenity:"school"},name:"Government School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Gregorio Torres Quintero":{tags:{name:"Gregorio Torres Quintero",amenity:"school"},name:"Gregorio Torres Quintero",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Groupe Scolaire":{tags:{name:"Groupe Scolaire",amenity:"school"},name:"Groupe Scolaire",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Guadalupe Victoria":{tags:{name:"Guadalupe Victoria",amenity:"school"},name:"Guadalupe Victoria",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Highland School":{tags:{name:"Highland School",amenity:"school"},name:"Highland School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Hillcrest Elementary School":{tags:{name:"Hillcrest Elementary School",amenity:"school"},name:"Hillcrest Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Holy Cross School":{tags:{name:"Holy Cross School",amenity:"school"},name:"Holy Cross School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Holy Family School":{tags:{name:"Holy Family School",amenity:"school"},name:"Holy Family School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Holy Trinity School":{tags:{name:"Holy Trinity School",amenity:"school"},name:"Holy Trinity School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ignacio Allende":{tags:{name:"Ignacio Allende",amenity:"school"},name:"Ignacio Allende",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ignacio Zaragoza":{tags:{name:"Ignacio Zaragoza",amenity:"school"},name:"Ignacio Zaragoza",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Immaculate Conception School":{tags:{name:"Immaculate Conception School",amenity:"school"},name:"Immaculate Conception School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jackson Elementary School":{tags:{name:"Jackson Elementary School",amenity:"school"},name:"Jackson Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jackson School":{tags:{name:"Jackson School",amenity:"school"},name:"Jackson School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jefferson Elementary School":{tags:{name:"Jefferson Elementary School",amenity:"school"},name:"Jefferson Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jefferson School":{tags:{name:"Jefferson School",amenity:"school"},name:"Jefferson School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jose Clemente Orozco":{tags:{name:"Jose Clemente Orozco",amenity:"school"},name:"Jose Clemente Orozco",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jose Ma Morelos Y Pavon":{tags:{name:"Jose Ma Morelos Y Pavon",amenity:"school"},name:"Jose Ma Morelos Y Pavon",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Jose Vasconcelos":{tags:{name:"Jose Vasconcelos",amenity:"school"},name:"Jose Vasconcelos",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Josefa Ortiz De Dominguez":{tags:{name:"Josefa Ortiz De Dominguez",amenity:"school"},name:"Josefa Ortiz De Dominguez",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Juan Escutia":{tags:{name:"Juan Escutia",amenity:"school"},name:"Juan Escutia",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Justo Sierra":{tags:{name:"Justo Sierra",amenity:"school"},name:"Justo Sierra",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Kumon":{tags:{name:"Kumon",amenity:"school"},name:"Kumon",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Lazaro Cardenas":{tags:{name:"Lazaro Cardenas",amenity:"school"},name:"Lazaro Cardenas",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Lazaro Cardenas Del Rio":{tags:{name:"Lazaro Cardenas Del Rio",amenity:"school"},name:"Lazaro Cardenas Del Rio",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Leona Vicario":{tags:{name:"Leona Vicario",amenity:"school"},name:"Leona Vicario",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Liberty Elementary School":{tags:{name:"Liberty Elementary School",amenity:"school"},name:"Liberty Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Liberty School":{tags:{name:"Liberty School",amenity:"school"},name:"Liberty School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Lincoln Elementary School":{tags:{name:"Lincoln Elementary School",amenity:"school"},name:"Lincoln Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Lincoln School":{tags:{name:"Lincoln School",amenity:"school"},name:"Lincoln School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Longfellow Elementary School":{tags:{name:"Longfellow Elementary School",amenity:"school"},name:"Longfellow Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Longfellow School":{tags:{name:"Longfellow School",amenity:"school"},name:"Longfellow School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Madison Elementary School":{tags:{name:"Madison Elementary School",amenity:"school"},name:"Madison Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Manuel Lopez Cotilla":{tags:{name:"Manuel Lopez Cotilla",amenity:"school"},name:"Manuel Lopez Cotilla",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Maple Grove School":{tags:{name:"Maple Grove School",amenity:"school"},name:"Maple Grove School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/McKinley Elementary School":{tags:{name:"McKinley Elementary School",amenity:"school"},name:"McKinley Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/McKinley School":{tags:{name:"McKinley School",amenity:"school"},name:"McKinley School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Miguel Hidalgo":{tags:{name:"Miguel Hidalgo",amenity:"school"},name:"Miguel Hidalgo",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Miguel Hidalgo Y Costilla":{tags:{name:"Miguel Hidalgo Y Costilla",amenity:"school"},name:"Miguel Hidalgo Y Costilla",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Miller School":{tags:{name:"Miller School",amenity:"school"},name:"Miller School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Mount Pleasant School":{tags:{name:"Mount Pleasant School",amenity:"school"},name:"Mount Pleasant School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Mount Zion School":{tags:{name:"Mount Zion School",amenity:"school"},name:"Mount Zion School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Mountain View Elementary School":{tags:{name:"Mountain View Elementary School",amenity:"school"},name:"Mountain View Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/New Hope School":{tags:{name:"New Hope School",amenity:"school"},name:"New Hope School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Nicolas Bravo":{tags:{name:"Nicolas Bravo",amenity:"school"},name:"Nicolas Bravo",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ni�os Heroes":{tags:{name:"Ni�os Heroes",amenity:"school"},name:"Ni�os Heroes",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Nombre En Tramite":{tags:{name:"Nombre En Tramite",amenity:"school"},name:"Nombre En Tramite",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/North Elementary School":{tags:{name:"North Elementary School",amenity:"school"},name:"North Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Oak Grove School":{tags:{name:"Oak Grove School",amenity:"school"},name:"Oak Grove School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pedro Moreno":{tags:{name:"Pedro Moreno",amenity:"school"},name:"Pedro Moreno",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pestalozzischule":{tags:{name:"Pestalozzischule",amenity:"school"},name:"Pestalozzischule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pine Grove School":{tags:{name:"Pine Grove School",amenity:"school"},name:"Pine Grove School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pleasant Hill School":{tags:{name:"Pleasant Hill School",amenity:"school"},name:"Pleasant Hill School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pleasant Valley School":{tags:{name:"Pleasant Valley School",amenity:"school"},name:"Pleasant Valley School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Pleasant View School":{tags:{name:"Pleasant View School",amenity:"school"},name:"Pleasant View School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Primaria Comunitaria":{tags:{name:"Primaria Comunitaria",amenity:"school"},name:"Primaria Comunitaria",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ramon Corona":{tags:{name:"Ramon Corona",amenity:"school"},name:"Ramon Corona",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Ricardo Flores Magon":{tags:{name:"Ricardo Flores Magon",amenity:"school"},name:"Ricardo Flores Magon",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Riverside School":{tags:{name:"Riverside School",amenity:"school"},name:"Riverside School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Roosevelt Elementary School":{tags:{name:"Roosevelt Elementary School",amenity:"school"},name:"Roosevelt Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Roosevelt School":{tags:{name:"Roosevelt School",amenity:"school"},name:"Roosevelt School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/SD":{tags:{name:"SD",amenity:"school"},name:"SD",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/SDN":{tags:{name:"SDN",amenity:"school"},name:"SDN",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Sacred Heart School":{tags:{name:"Sacred Heart School",amenity:"school"},name:"Sacred Heart School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Francis School":{tags:{name:"Saint Francis School",amenity:"school"},name:"Saint Francis School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint James School":{tags:{name:"Saint James School",amenity:"school"},name:"Saint James School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Johns School":{tags:{name:"Saint Johns School",amenity:"school"},name:"Saint Johns School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Joseph School":{tags:{name:"Saint Joseph School",amenity:"school"},name:"Saint Joseph School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Josephs School":{tags:{name:"Saint Josephs School",amenity:"school"},name:"Saint Josephs School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Kizito Primary School":{tags:{name:"Saint Kizito Primary School",amenity:"school"},name:"Saint Kizito Primary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Mary School":{tags:{name:"Saint Mary School",amenity:"school"},name:"Saint Mary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Marys School":{tags:{name:"Saint Marys School",amenity:"school"},name:"Saint Marys School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Patricks School":{tags:{name:"Saint Patricks School",amenity:"school"},name:"Saint Patricks School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Paul School":{tags:{name:"Saint Paul School",amenity:"school"},name:"Saint Paul School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Pauls School":{tags:{name:"Saint Pauls School",amenity:"school"},name:"Saint Pauls School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Saint Peters School":{tags:{name:"Saint Peters School",amenity:"school"},name:"Saint Peters School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Schillerschule":{tags:{name:"Schillerschule",amenity:"school"},name:"Schillerschule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/School Number 1":{tags:{name:"School Number 1",amenity:"school"},name:"School Number 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/School Number 2":{tags:{name:"School Number 2",amenity:"school"},name:"School Number 2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/School Number 3":{tags:{name:"School Number 3",amenity:"school"},name:"School Number 3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/School Number 4":{tags:{name:"School Number 4",amenity:"school"},name:"School Number 4",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Smith School":{tags:{name:"Smith School",amenity:"school"},name:"Smith School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/South Elementary School":{tags:{name:"South Elementary School",amenity:"school"},name:"South Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Sunnyside School":{tags:{name:"Sunnyside School",amenity:"school"},name:"Sunnyside School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Szkoła Podstawowa nr 1":{tags:{name:"Szkoła Podstawowa nr 1",amenity:"school"},name:"Szkoła Podstawowa nr 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Szkoła Podstawowa nr 2":{tags:{name:"Szkoła Podstawowa nr 2",amenity:"school"},name:"Szkoła Podstawowa nr 2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Szkoła Podstawowa nr 3":{tags:{name:"Szkoła Podstawowa nr 3",amenity:"school"},name:"Szkoła Podstawowa nr 3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Trinity School":{tags:{name:"Trinity School",amenity:"school"},name:"Trinity School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/UNIDAD EDUCATIVA":{tags:{name:"UNIDAD EDUCATIVA",amenity:"school"},name:"UNIDAD EDUCATIVA",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Union School":{tags:{name:"Union School",amenity:"school"},name:"Union School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Valentin Gomez Farias":{tags:{name:"Valentin Gomez Farias",amenity:"school"},name:"Valentin Gomez Farias",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Venustiano Carranza":{tags:{name:"Venustiano Carranza",amenity:"school"},name:"Venustiano Carranza",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Vicente Guerrero":{tags:{name:"Vicente Guerrero",amenity:"school"},name:"Vicente Guerrero",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Volkshochschule":{tags:{name:"Volkshochschule",amenity:"school"},name:"Volkshochschule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Volksschule":{tags:{name:"Volksschule",amenity:"school"},name:"Volksschule",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Washington Elementary School":{tags:{name:"Washington Elementary School",amenity:"school"},name:"Washington Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Washington School":{tags:{name:"Washington School",amenity:"school"},name:"Washington School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/West Elementary School":{tags:{name:"West Elementary School",amenity:"school"},name:"West Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/White School":{tags:{name:"White School",amenity:"school"},name:"White School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Wilson Elementary School":{tags:{name:"Wilson Elementary School",amenity:"school"},name:"Wilson Elementary School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Wilson School":{tags:{name:"Wilson School",amenity:"school"},name:"Wilson School",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Általános iskola":{tags:{name:"Általános iskola",amenity:"school"},name:"Általános iskola",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École Jules Ferry":{tags:{name:"École Jules Ferry",amenity:"school"},name:"École Jules Ferry",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École Notre-Dame":{tags:{name:"École Notre-Dame",amenity:"school"},name:"École Notre-Dame",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École Saint-Joseph":{tags:{name:"École Saint-Joseph",amenity:"school"},name:"École Saint-Joseph",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire Jean Jaurès":{tags:{name:"École primaire Jean Jaurès",amenity:"school"},name:"École primaire Jean Jaurès",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire Jules Ferry":{tags:{name:"École primaire Jules Ferry",amenity:"school"},name:"École primaire Jules Ferry",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire privée Notre-Dame":{tags:{name:"École primaire privée Notre-Dame",amenity:"school"},name:"École primaire privée Notre-Dame",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire privée Saint-Joseph":{tags:{name:"École primaire privée Saint-Joseph",amenity:"school"},name:"École primaire privée Saint-Joseph",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École primaire privée Sainte-Marie":{tags:{name:"École primaire privée Sainte-Marie",amenity:"school"},name:"École primaire privée Sainte-Marie",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/École élémentaire Jules Ferry":{tags:{name:"École élémentaire Jules Ferry",amenity:"school"},name:"École élémentaire Jules Ferry",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Școala Generală":{tags:{name:"Școala Generală",amenity:"school"},name:"Școala Generală",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Școală":{tags:{name:"Școală",amenity:"school"},name:"Școală",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Вечерняя школа":{tags:{name:"Вечерняя школа",amenity:"school"},name:"Вечерняя школа",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Гимназия №1":{tags:{name:"Гимназия №1",amenity:"school"},name:"Гимназия №1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Средняя школа №1":{tags:{name:"Средняя школа №1",amenity:"school"},name:"Средняя школа №1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Средняя школа №2":{tags:{name:"Средняя школа №2",amenity:"school"},name:"Средняя школа №2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Средняя школа №3":{tags:{name:"Средняя школа №3",amenity:"school"},name:"Средняя школа №3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 1":{tags:{name:"Школа № 1",amenity:"school"},name:"Школа № 1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 2":{tags:{name:"Школа № 2",amenity:"school"},name:"Школа № 2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 3":{tags:{name:"Школа № 3",amenity:"school"},name:"Школа № 3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 4":{tags:{name:"Школа № 4",amenity:"school"},name:"Школа № 4",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа № 5":{tags:{name:"Школа № 5",amenity:"school"},name:"Школа № 5",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №1":{tags:{name:"Школа №1",amenity:"school"},name:"Школа №1",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №10":{tags:{name:"Школа №10",amenity:"school"},name:"Школа №10",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №11":{tags:{name:"Школа №11",amenity:"school"},name:"Школа №11",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №12":{tags:{name:"Школа №12",amenity:"school"},name:"Школа №12",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №13":{tags:{name:"Школа №13",amenity:"school"},name:"Школа №13",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №14":{tags:{name:"Школа №14",amenity:"school"},name:"Школа №14",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №15":{tags:{name:"Школа №15",amenity:"school"},name:"Школа №15",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №16":{tags:{name:"Школа №16",amenity:"school"},name:"Школа №16",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №17":{tags:{name:"Школа №17",amenity:"school"},name:"Школа №17",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №18":{tags:{name:"Школа №18",amenity:"school"},name:"Школа №18",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №19":{tags:{name:"Школа №19",amenity:"school"},name:"Школа №19",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №2":{tags:{name:"Школа №2",amenity:"school"},name:"Школа №2",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №20":{tags:{name:"Школа №20",amenity:"school"},name:"Школа №20",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №21":{tags:{name:"Школа №21",amenity:"school"},name:"Школа №21",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №22":{tags:{name:"Школа №22",amenity:"school"},name:"Школа №22",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №23":{tags:{name:"Школа №23",amenity:"school"},name:"Школа №23",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №24":{tags:{name:"Школа №24",amenity:"school"},name:"Школа №24",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №25":{tags:{name:"Школа №25",amenity:"school"},name:"Школа №25",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №26":{tags:{name:"Школа №26",amenity:"school"},name:"Школа №26",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №27":{tags:{name:"Школа №27",amenity:"school"},name:"Школа №27",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №28":{tags:{name:"Школа №28",amenity:"school"},name:"Школа №28",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №3":{tags:{name:"Школа №3",amenity:"school"},name:"Школа №3",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №31":{tags:{name:"Школа №31",amenity:"school"},name:"Школа №31",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №35":{tags:{name:"Школа №35",amenity:"school"},name:"Школа №35",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №4":{tags:{name:"Школа №4",amenity:"school"},name:"Школа №4",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №5":{tags:{name:"Школа №5",amenity:"school"},name:"Школа №5",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №6":{tags:{name:"Школа №6",amenity:"school"},name:"Школа №6",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №7":{tags:{name:"Школа №7",amenity:"school"},name:"Школа №7",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №8":{tags:{name:"Школа №8",amenity:"school"},name:"Школа №8",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/Школа №9":{tags:{name:"Школа №9",amenity:"school"},name:"Школа №9",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/مدرسة":{tags:{name:"مدرسة",amenity:"school"},name:"مدرسة",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/مدرسه":{tags:{name:"مدرسه",amenity:"school"},name:"مدرسه",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/市立南中学校":{tags:{name:"市立南中学校",amenity:"school"},name:"市立南中学校",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/市立南小学校":{tags:{name:"市立南小学校",amenity:"school"},name:"市立南小学校",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/school/市立東中学校":{tags:{name:"市立東中学校",amenity:"school"},name:"市立東中学校",icon:"maki-school",geometry:["point","area"],fields:["name","operator","address","religion","denomination"],suggestion:true},"amenity/social_facility/Safe Haven":{tags:{name:"Safe Haven",amenity:"social_facility"},name:"Safe Haven",icon:"temaki-social_facility",geometry:["point","area"],fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],suggestion:true},"amenity/social_facility/Детский дом":{tags:{name:"Детский дом",amenity:"social_facility"},name:"Детский дом",icon:"temaki-social_facility",geometry:["point","area"],fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],suggestion:true},"amenity/social_facility/Социальный участковый":{tags:{name:"Социальный участковый",amenity:"social_facility"},name:"Социальный участковый",icon:"temaki-social_facility",geometry:["point","area"],fields:["name","operator","address","building_area","social_facility","social_facility_for","opening_hours","wheelchair"],suggestion:true},"amenity/theatre/Amfiteatr":{tags:{name:"Amfiteatr",amenity:"theatre"},name:"Amfiteatr",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"amenity/theatre/Amphitheater":{tags:{name:"Amphitheater",amenity:"theatre"},name:"Amphitheater",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"amenity/theatre/Amphitheatre":{tags:{name:"Amphitheatre",amenity:"theatre"},name:"Amphitheatre",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"amenity/theatre/Freilichtbühne":{tags:{name:"Freilichtbühne",amenity:"theatre"},name:"Freilichtbühne",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"amenity/theatre/Teatro Comunale":{tags:{name:"Teatro Comunale",amenity:"theatre"},name:"Teatro Comunale",icon:"maki-theatre",geometry:["point","area"],fields:["name","operator","address","building_area"],suggestion:true},"leisure/fitness_centre/LA Fitness":{tags:{name:"LA Fitness",leisure:"fitness_centre"},name:"LA Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","address","building_area","opening_hours"],suggestion:true},"leisure/fitness_centre/Planet Fitness":{tags:{name:"Planet Fitness",leisure:"fitness_centre"},name:"Planet Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","address","building_area","opening_hours"],suggestion:true},"leisure/fitness_centre/Snap Fitness":{tags:{name:"Snap Fitness",leisure:"fitness_centre"},name:"Snap Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","address","building_area","opening_hours"],suggestion:true},"leisure/playground/Çocuk Parkı":{tags:{name:"Çocuk Parkı",leisure:"playground"},name:"Çocuk Parkı",icon:"maki-playground",geometry:["point","area"],fields:["name","operator","surface","playground/max_age","playground/min_age","access_simple"],suggestion:true},"leisure/playground/놀이터":{tags:{name:"놀이터",leisure:"playground"},name:"놀이터",icon:"maki-playground",geometry:["point","area"],fields:["name","operator","surface","playground/max_age","playground/min_age","access_simple"],suggestion:true},"leisure/sports_centre/Anytime Fitness":{tags:{name:"Anytime Fitness",leisure:"sports_centre"},name:"Anytime Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Complejo Municipal de Deportes":{tags:{name:"Complejo Municipal de Deportes",leisure:"sports_centre"},name:"Complejo Municipal de Deportes",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Complexe Sportif":{tags:{name:"Complexe Sportif",leisure:"sports_centre"},name:"Complexe Sportif",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Curves":{tags:{name:"Curves",leisure:"sports_centre"},name:"Curves",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Fitness First":{tags:{name:"Fitness First",leisure:"sports_centre"},name:"Fitness First",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Gold's Gym":{tags:{name:"Gold's Gym",leisure:"sports_centre"},name:"Gold's Gym",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Kieser Training":{tags:{name:"Kieser Training",leisure:"sports_centre"},name:"Kieser Training",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Life Time Fitness":{tags:{name:"Life Time Fitness",leisure:"sports_centre"},name:"Life Time Fitness",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/McFit":{tags:{name:"McFit",leisure:"sports_centre"},name:"McFit",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Mrs. Sporty":{tags:{name:"Mrs. Sporty",leisure:"sports_centre"},name:"Mrs. Sporty",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Orlik":{tags:{name:"Orlik",leisure:"sports_centre"},name:"Orlik",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Pabellón Municipal de Deportes":{tags:{name:"Pabellón Municipal de Deportes",leisure:"sports_centre"},name:"Pabellón Municipal de Deportes",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Palestra Comunale":{tags:{name:"Palestra Comunale",leisure:"sports_centre"},name:"Palestra Comunale",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Salle Omnisport":{tags:{name:"Salle Omnisport",leisure:"sports_centre"},name:"Salle Omnisport",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Virgin Active":{tags:{name:"Virgin Active",leisure:"sports_centre"},name:"Virgin Active",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/YMCA":{tags:{name:"YMCA",leisure:"sports_centre"},name:"YMCA",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/ДЮСШ":{tags:{name:"ДЮСШ",leisure:"sports_centre"},name:"ДЮСШ",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/Ледовый дворец":{tags:{name:"Ледовый дворец",leisure:"sports_centre"},name:"Ледовый дворец",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/sports_centre/体育館":{tags:{name:"体育館",leisure:"sports_centre"},name:"体育館",icon:"maki-pitch",geometry:["point","area"],fields:["name","sport","building","address","opening_hours"],suggestion:true},"leisure/swimming_pool/Schwimmerbecken":{tags:{name:"Schwimmerbecken",leisure:"swimming_pool"},name:"Schwimmerbecken",icon:"maki-swimming",geometry:["point","area"],fields:["name","access_simple","operator","address"],suggestion:true},"leisure/swimming_pool/Yüzme Havuzu":{tags:{name:"Yüzme Havuzu",leisure:"swimming_pool"},name:"Yüzme Havuzu",icon:"maki-swimming",geometry:["point","area"],fields:["name","access_simple","operator","address"],suggestion:true},"leisure/swimming_pool/プール":{tags:{name:"プール",leisure:"swimming_pool"},name:"プール",icon:"maki-swimming",geometry:["point","area"],fields:["name","access_simple","operator","address"],suggestion:true},"leisure/swimming_pool/游泳池":{tags:{name:"游泳池",leisure:"swimming_pool"},name:"游泳池",icon:"maki-swimming",geometry:["point","area"],fields:["name","access_simple","operator","address"],suggestion:true},"man_made/windmill/De Hoop":{tags:{name:"De Hoop",man_made:"windmill"},name:"De Hoop",icon:"temaki-windmill",geometry:["point","area"],fields:["building_area"],suggestion:true},"shop/alcohol/Alko":{tags:{name:"Alko",shop:"alcohol"},name:"Alko",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/BC Liquor Store":{tags:{name:"BC Liquor Store",shop:"alcohol"},name:"BC Liquor Store",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/BWS":{tags:{name:"BWS",shop:"alcohol"},name:"BWS",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Bargain Booze":{tags:{name:"Bargain Booze",shop:"alcohol"},name:"Bargain Booze",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Beer Store":{tags:{name:"Beer Store",shop:"alcohol"},name:"Beer Store",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Botilleria":{tags:{name:"Botilleria",shop:"alcohol"},name:"Botilleria",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Dan Murphy's":{tags:{name:"Dan Murphy's",shop:"alcohol"},name:"Dan Murphy's",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Gall & Gall":{tags:{name:"Gall & Gall",shop:"alcohol"},name:"Gall & Gall",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/LCBO":{tags:{name:"LCBO",shop:"alcohol"},name:"LCBO",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Liquor Depot":{tags:{name:"Liquor Depot",shop:"alcohol"},name:"Liquor Depot",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Liquor Store":{tags:{name:"Liquor Store",shop:"alcohol"},name:"Liquor Store",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Liquorland":{tags:{name:"Liquorland",shop:"alcohol"},name:"Liquorland",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Mitra":{tags:{name:"Mitra",shop:"alcohol"},name:"Mitra",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Nicolas":{tags:{name:"Nicolas",shop:"alcohol"},name:"Nicolas",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/SAQ":{tags:{name:"SAQ",shop:"alcohol"},name:"SAQ",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Systembolaget":{tags:{name:"Systembolaget",shop:"alcohol"},name:"Systembolaget",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/The Beer Store":{tags:{name:"The Beer Store",shop:"alcohol"},name:"The Beer Store",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Vinmonopolet":{tags:{name:"Vinmonopolet",shop:"alcohol"},name:"Vinmonopolet",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Алкомаркет":{tags:{name:"Алкомаркет",shop:"alcohol"},name:"Алкомаркет",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Ароматный мир":{tags:{name:"Ароматный мир",shop:"alcohol"},name:"Ароматный мир",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Бристоль":{tags:{name:"Бристоль",shop:"alcohol"},name:"Бристоль",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Градус":{tags:{name:"Градус",shop:"alcohol"},name:"Градус",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Живое пиво":{tags:{name:"Живое пиво",shop:"alcohol"},name:"Живое пиво",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Красное & Белое":{tags:{name:"Красное & Белое",shop:"alcohol"},name:"Красное & Белое",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Норман":{tags:{name:"Норман",shop:"alcohol"},name:"Норман",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Отдохни":{tags:{name:"Отдохни",shop:"alcohol"},name:"Отдохни",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Пиво":{tags:{name:"Пиво",shop:"alcohol"},name:"Пиво",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/alcohol/Разливное пиво":{tags:{name:"Разливное пиво",shop:"alcohol"},name:"Разливное пиво",icon:"maki-alcohol-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","drive_through"],suggestion:true},"shop/baby_goods/Aubert":{tags:{name:"Aubert",shop:"baby_goods"},name:"Aubert",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/baby_goods/Babies R Us":{tags:{name:"Babies R Us",shop:"baby_goods"},name:"Babies R Us",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/baby_goods/BabyOne":{tags:{name:"BabyOne",shop:"baby_goods"},name:"BabyOne",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/AILI":{tags:{name:"AILI",shop:"bakery"},name:"AILI",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Anker":{tags:{name:"Anker",shop:"bakery"},name:"Anker",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Awiteks":{tags:{name:"Awiteks",shop:"bakery"},name:"Awiteks",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Backshop":{tags:{name:"Backshop",shop:"bakery"},name:"Backshop",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Backwerk":{tags:{name:"Backwerk",shop:"bakery"},name:"Backwerk",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Baguette":{tags:{name:"Baguette",shop:"bakery"},name:"Baguette",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bakers Delight":{tags:{name:"Bakers Delight",shop:"bakery"},name:"Bakers Delight",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bakker Bart":{tags:{name:"Bakker Bart",shop:"bakery"},name:"Bakker Bart",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Banette":{tags:{name:"Banette",shop:"bakery"},name:"Banette",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Fuchs":{tags:{name:"Bäckerei Fuchs",shop:"bakery"},name:"Bäckerei Fuchs",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Grimminger":{tags:{name:"Bäckerei Grimminger",shop:"bakery"},name:"Bäckerei Grimminger",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Müller":{tags:{name:"Bäckerei Müller",shop:"bakery"},name:"Bäckerei Müller",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Schmidt":{tags:{name:"Bäckerei Schmidt",shop:"bakery"},name:"Bäckerei Schmidt",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Bäckerei Schneider":{tags:{name:"Bäckerei Schneider",shop:"bakery"},name:"Bäckerei Schneider",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Cooplands":{tags:{name:"Cooplands",shop:"bakery"},name:"Cooplands",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Dat Backhus":{tags:{name:"Dat Backhus",shop:"bakery"},name:"Dat Backhus",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Der Beck":{tags:{name:"Der Beck",shop:"bakery"},name:"Der Beck",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Der Mann":{tags:{name:"Der Mann",shop:"bakery"},name:"Der Mann",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Ditsch":{tags:{name:"Ditsch",shop:"bakery"},name:"Ditsch",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Fornetti":{tags:{name:"Fornetti",shop:"bakery"},name:"Fornetti",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Goeken backen":{tags:{name:"Goeken backen",shop:"bakery"},name:"Goeken backen",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Goldilocks":{tags:{name:"Goldilocks",shop:"bakery"},name:"Goldilocks",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Greggs":{tags:{name:"Greggs",shop:"bakery"},name:"Greggs",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Hofpfisterei":{tags:{name:"Hofpfisterei",shop:"bakery"},name:"Hofpfisterei",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Ihle":{tags:{name:"Ihle",shop:"bakery"},name:"Ihle",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Julie's Bakeshop":{tags:{name:"Julie's Bakeshop",shop:"bakery"},name:"Julie's Bakeshop",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/K&U":{tags:{name:"K&U",shop:"bakery"},name:"K&U",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/K&U Bäckerei":{tags:{name:"K&U Bäckerei",shop:"bakery"},name:"K&U Bäckerei",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Kamps":{tags:{name:"Kamps",shop:"bakery"},name:"Kamps",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/La Mie Câline":{tags:{name:"La Mie Câline",shop:"bakery"},name:"La Mie Câline",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Le Crobag":{tags:{name:"Le Crobag",shop:"bakery"},name:"Le Crobag",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Le Fournil":{tags:{name:"Le Fournil",shop:"bakery"},name:"Le Fournil",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Lila Bäcker":{tags:{name:"Lila Bäcker",shop:"bakery"},name:"Lila Bäcker",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Lipóti Pékség":{tags:{name:"Lipóti Pékség",shop:"bakery"},name:"Lipóti Pékség",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Marie Blachère":{tags:{name:"Marie Blachère",shop:"bakery"},name:"Marie Blachère",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Mlinar":{tags:{name:"Mlinar",shop:"bakery"},name:"Mlinar",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Musmanni":{tags:{name:"Musmanni",shop:"bakery"},name:"Musmanni",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Oebel":{tags:{name:"Oebel",shop:"bakery"},name:"Oebel",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Paul":{tags:{name:"Paul",shop:"bakery"},name:"Paul",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Red Ribbon":{tags:{name:"Red Ribbon",shop:"bakery"},name:"Red Ribbon",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Schäfer's":{tags:{name:"Schäfer's",shop:"bakery"},name:"Schäfer's",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Sehne":{tags:{name:"Sehne",shop:"bakery"},name:"Sehne",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Stadtbäckerei":{tags:{name:"Stadtbäckerei",shop:"bakery"},name:"Stadtbäckerei",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Steinecke":{tags:{name:"Steinecke",shop:"bakery"},name:"Steinecke",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Sternenbäck":{tags:{name:"Sternenbäck",shop:"bakery"},name:"Sternenbäck",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Ströck":{tags:{name:"Ströck",shop:"bakery"},name:"Ströck",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Wiener Feinbäcker":{tags:{name:"Wiener Feinbäcker",shop:"bakery"},name:"Wiener Feinbäcker",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/von Allwörden":{tags:{name:"von Allwörden",shop:"bakery"},name:"von Allwörden",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Булочная":{tags:{name:"Булочная",shop:"bakery"},name:"Булочная",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Горячий хлеб":{tags:{name:"Горячий хлеб",shop:"bakery"},name:"Горячий хлеб",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Каравай":{tags:{name:"Каравай",shop:"bakery"},name:"Каравай",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Кулиничи":{tags:{name:"Кулиничи",shop:"bakery"},name:"Кулиничи",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Кулиничі":{tags:{name:"Кулиничі",shop:"bakery"},name:"Кулиничі",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Свежий хлеб":{tags:{name:"Свежий хлеб",shop:"bakery"},name:"Свежий хлеб",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/Хлеб":{tags:{name:"Хлеб",shop:"bakery"},name:"Хлеб",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/مخبز":{tags:{name:"مخبز",shop:"bakery"},name:"مخبز",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/مخبزة":{tags:{name:"مخبزة",shop:"bakery"},name:"مخبزة",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نان لواش":{tags:{name:"نان لواش",shop:"bakery"},name:"نان لواش",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی":{tags:{name:"نانوایی",shop:"bakery"},name:"نانوایی",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی بربری":{tags:{name:"نانوایی بربری",shop:"bakery"},name:"نانوایی بربری",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی سنگک":{tags:{name:"نانوایی سنگک",shop:"bakery"},name:"نانوایی سنگک",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی سنگکی":{tags:{name:"نانوایی سنگکی",shop:"bakery"},name:"نانوایی سنگکی",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bakery/نانوایی لواش":{tags:{name:"نانوایی لواش",shop:"bakery"},name:"نانوایی لواش",icon:"maki-bakery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beauty/Sally Beauty Supply":{tags:{name:"Sally Beauty Supply",shop:"beauty"},name:"Sally Beauty Supply",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","beauty","opening_hours","payment_multi"],suggestion:true},"shop/beauty/Yves Rocher":{tags:{name:"Yves Rocher",shop:"beauty"},name:"Yves Rocher",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","beauty","opening_hours","payment_multi"],suggestion:true},"shop/bed/Matratzen Concord":{tags:{name:"Matratzen Concord",shop:"bed"},name:"Matratzen Concord",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bed/Mattress Firm":{tags:{name:"Mattress Firm",shop:"bed"},name:"Mattress Firm",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bed/Sleepy's":{tags:{name:"Sleepy's",shop:"bed"},name:"Sleepy's",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/50嵐":{tags:{name:"50嵐",shop:"beverages"},name:"50嵐",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Dursty":{tags:{name:"Dursty",shop:"beverages"},name:"Dursty",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Edeka Getränkemarkt":{tags:{name:"Edeka Getränkemarkt",shop:"beverages"},name:"Edeka Getränkemarkt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Fristo":{tags:{name:"Fristo",shop:"beverages"},name:"Fristo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Getränke Hoffmann":{tags:{name:"Getränke Hoffmann",shop:"beverages"},name:"Getränke Hoffmann",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Getränkeland":{tags:{name:"Getränkeland",shop:"beverages"},name:"Getränkeland",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Getränkemarkt":{tags:{name:"Getränkemarkt",shop:"beverages"},name:"Getränkemarkt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Orterer Getränkemarkt":{tags:{name:"Orterer Getränkemarkt",shop:"beverages"},name:"Orterer Getränkemarkt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Rewe Getränkemarkt":{tags:{name:"Rewe Getränkemarkt",shop:"beverages"},name:"Rewe Getränkemarkt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/Trinkgut":{tags:{name:"Trinkgut",shop:"beverages"},name:"Trinkgut",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/beverages/茶湯會":{tags:{name:"茶湯會",shop:"beverages"},name:"茶湯會",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bicycle/Halfords":{tags:{name:"Halfords",shop:"bicycle"},name:"Halfords",icon:"maki-bicycle",geometry:["point","area"],fields:["name","operator","address","building_area","service/bicycle","opening_hours","payment_multi"],suggestion:true},"shop/bicycle/Веломарка":{tags:{name:"Веломарка",shop:"bicycle"},name:"Веломарка",icon:"maki-bicycle",geometry:["point","area"],fields:["name","operator","address","building_area","service/bicycle","opening_hours","payment_multi"],suggestion:true},"shop/bicycle/サイクルベースあさひ":{tags:{name:"サイクルベースあさひ",shop:"bicycle"},name:"サイクルベースあさひ",icon:"maki-bicycle",geometry:["point","area"],fields:["name","operator","address","building_area","service/bicycle","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/Betfred":{tags:{name:"Betfred",shop:"bookmaker"},name:"Betfred",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/Coral":{tags:{name:"Coral",shop:"bookmaker"},name:"Coral",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/Ladbrokes":{tags:{name:"Ladbrokes",shop:"bookmaker"},name:"Ladbrokes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/Paddy Power":{tags:{name:"Paddy Power",shop:"bookmaker"},name:"Paddy Power",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/William Hill":{tags:{name:"William Hill",shop:"bookmaker"},name:"William Hill",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/bookmaker/ΟΠΑΠ":{tags:{name:"ΟΠΑΠ",shop:"bookmaker"},name:"ΟΠΑΠ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Boucherie Charcuterie":{tags:{name:"Boucherie Charcuterie",shop:"butcher"},name:"Boucherie Charcuterie",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Carnicería":{tags:{name:"Carnicería",shop:"butcher"},name:"Carnicería",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Fleischerei Richter":{tags:{name:"Fleischerei Richter",shop:"butcher"},name:"Fleischerei Richter",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Húsbolt":{tags:{name:"Húsbolt",shop:"butcher"},name:"Húsbolt",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Macelleria":{tags:{name:"Macelleria",shop:"butcher"},name:"Macelleria",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Vinzenzmurr":{tags:{name:"Vinzenzmurr",shop:"butcher"},name:"Vinzenzmurr",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Ариант":{tags:{name:"Ариант",shop:"butcher"},name:"Ариант",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Великолукский мясокомбинат":{tags:{name:"Великолукский мясокомбинат",shop:"butcher"},name:"Великолукский мясокомбинат",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Мясная лавка":{tags:{name:"Мясная лавка",shop:"butcher"},name:"Мясная лавка",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Мясницкий ряд":{tags:{name:"Мясницкий ряд",shop:"butcher"},name:"Мясницкий ряд",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Мясной":{tags:{name:"Мясной",shop:"butcher"},name:"Мясной",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Мясо":{tags:{name:"Мясо",shop:"butcher"},name:"Мясо",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Наша Ряба":{tags:{name:"Наша Ряба",shop:"butcher"},name:"Наша Ряба",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/butcher/Свежее мясо":{tags:{name:"Свежее мясо",shop:"butcher"},name:"Свежее мясо",icon:"maki-slaughterhouse",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car/Audi":{tags:{name:"Audi",shop:"car"},name:"Audi",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/BMW":{tags:{name:"BMW",shop:"car"},name:"BMW",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Chevrolet":{tags:{name:"Chevrolet",shop:"car"},name:"Chevrolet",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Citroën":{tags:{name:"Citroën",shop:"car"},name:"Citroën",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Dacia":{tags:{name:"Dacia",shop:"car"},name:"Dacia",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Fiat":{tags:{name:"Fiat",shop:"car"},name:"Fiat",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Ford":{tags:{name:"Ford",shop:"car"},name:"Ford",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Honda":{tags:{name:"Honda",shop:"car"},name:"Honda",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Hyundai":{tags:{name:"Hyundai",shop:"car"},name:"Hyundai",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Isuzu":{tags:{name:"Isuzu",shop:"car"},name:"Isuzu",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Kia":{tags:{name:"Kia",shop:"car"},name:"Kia",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Land Rover":{tags:{name:"Land Rover",shop:"car"},name:"Land Rover",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Lexus":{tags:{name:"Lexus",shop:"car"},name:"Lexus",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Mazda":{tags:{name:"Mazda",shop:"car"},name:"Mazda",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Mercedes-Benz":{tags:{name:"Mercedes-Benz",shop:"car"},name:"Mercedes-Benz",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Mitsubishi":{tags:{name:"Mitsubishi",shop:"car"},name:"Mitsubishi",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Mitsubishi Motors":{tags:{name:"Mitsubishi Motors",shop:"car"},name:"Mitsubishi Motors",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/NISSAN":{tags:{name:"NISSAN",shop:"car"},name:"NISSAN",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Nissan":{tags:{name:"Nissan",shop:"car"},name:"Nissan",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Opel":{tags:{name:"Opel",shop:"car"},name:"Opel",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Peugeot":{tags:{name:"Peugeot",shop:"car"},name:"Peugeot",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Porsche":{tags:{name:"Porsche",shop:"car"},name:"Porsche",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Renault":{tags:{name:"Renault",shop:"car"},name:"Renault",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Seat":{tags:{name:"Seat",shop:"car"},name:"Seat",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Skoda":{tags:{name:"Skoda",shop:"car"},name:"Skoda",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Subaru":{tags:{name:"Subaru",shop:"car"},name:"Subaru",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Suzuki":{tags:{name:"Suzuki",shop:"car"},name:"Suzuki",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Toyota":{tags:{name:"Toyota",shop:"car"},name:"Toyota",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Volkswagen":{tags:{name:"Volkswagen",shop:"car"},name:"Volkswagen",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car/Volvo":{tags:{name:"Volvo",shop:"car"},name:"Volvo",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","brand","second_hand","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Advance Auto Parts":{tags:{name:"Advance Auto Parts",shop:"car_parts"},name:"Advance Auto Parts",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/AutoZone":{tags:{name:"AutoZone",shop:"car_parts"},name:"AutoZone",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Brezan":{tags:{name:"Brezan",shop:"car_parts"},name:"Brezan",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/NAPA Auto Parts":{tags:{name:"NAPA Auto Parts",shop:"car_parts"},name:"NAPA Auto Parts",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Napa Auto Parts":{tags:{name:"Napa Auto Parts",shop:"car_parts"},name:"Napa Auto Parts",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/O'Reilly Auto Parts":{tags:{name:"O'Reilly Auto Parts",shop:"car_parts"},name:"O'Reilly Auto Parts",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Repco":{tags:{name:"Repco",shop:"car_parts"},name:"Repco",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Tokić":{tags:{name:"Tokić",shop:"car_parts"},name:"Tokić",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/repuestos automotrices":{tags:{name:"repuestos automotrices",shop:"car_parts"},name:"repuestos automotrices",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Автозапчастини":{tags:{name:"Автозапчастини",shop:"car_parts"},name:"Автозапчастини",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/Автомир":{tags:{name:"Автомир",shop:"car_parts"},name:"Автомир",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/イエローハット":{tags:{name:"イエローハット",shop:"car_parts"},name:"イエローハット",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/オートバックス":{tags:{name:"オートバックス",shop:"car_parts"},name:"オートバックス",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_parts/タイヤ館":{tags:{name:"タイヤ館",shop:"car_parts"},name:"タイヤ館",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/A.T.U":{tags:{name:"A.T.U",shop:"car_repair"},name:"A.T.U",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Bosch Car Service":{tags:{name:"Bosch Car Service",shop:"car_repair"},name:"Bosch Car Service",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Carglass":{tags:{name:"Carglass",shop:"car_repair"},name:"Carglass",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Euromaster":{tags:{name:"Euromaster",shop:"car_repair"},name:"Euromaster",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Feu Vert":{tags:{name:"Feu Vert",shop:"car_repair"},name:"Feu Vert",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Firestone":{tags:{name:"Firestone",shop:"car_repair"},name:"Firestone",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Firestone Complete Auto Care":{tags:{name:"Firestone Complete Auto Care",shop:"car_repair"},name:"Firestone Complete Auto Care",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Garage Renault":{tags:{name:"Garage Renault",shop:"car_repair"},name:"Garage Renault",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Gomeria":{tags:{name:"Gomeria",shop:"car_repair"},name:"Gomeria",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Gomería":{tags:{name:"Gomería",shop:"car_repair"},name:"Gomería",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Goodyear":{tags:{name:"Goodyear",shop:"car_repair"},name:"Goodyear",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Grease Monkey":{tags:{name:"Grease Monkey",shop:"car_repair"},name:"Grease Monkey",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Jiffy Lube":{tags:{name:"Jiffy Lube",shop:"car_repair"},name:"Jiffy Lube",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Kwik Fit":{tags:{name:"Kwik Fit",shop:"car_repair"},name:"Kwik Fit",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Lubricentro":{tags:{name:"Lubricentro",shop:"car_repair"},name:"Lubricentro",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Meineke":{tags:{name:"Meineke",shop:"car_repair"},name:"Meineke",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Mekonomen":{tags:{name:"Mekonomen",shop:"car_repair"},name:"Mekonomen",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Midas":{tags:{name:"Midas",shop:"car_repair"},name:"Midas",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Mr. Lube":{tags:{name:"Mr. Lube",shop:"car_repair"},name:"Mr. Lube",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Norauto":{tags:{name:"Norauto",shop:"car_repair"},name:"Norauto",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Pep Boys":{tags:{name:"Pep Boys",shop:"car_repair"},name:"Pep Boys",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Pit Stop":{tags:{name:"Pit Stop",shop:"car_repair"},name:"Pit Stop",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Point S":{tags:{name:"Point S",shop:"car_repair"},name:"Point S",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Roady":{tags:{name:"Roady",shop:"car_repair"},name:"Roady",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Sears Auto Center":{tags:{name:"Sears Auto Center",shop:"car_repair"},name:"Sears Auto Center",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Speedy":{tags:{name:"Speedy",shop:"car_repair"},name:"Speedy",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Stacja Kontroli Pojazdów":{tags:{name:"Stacja Kontroli Pojazdów",shop:"car_repair"},name:"Stacja Kontroli Pojazdów",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Taller":{tags:{name:"Taller",shop:"car_repair"},name:"Taller",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Valvoline":{tags:{name:"Valvoline",shop:"car_repair"},name:"Valvoline",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Valvoline Instant Oil Change":{tags:{name:"Valvoline Instant Oil Change",shop:"car_repair"},name:"Valvoline Instant Oil Change",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Wulkanizacja":{tags:{name:"Wulkanizacja",shop:"car_repair"},name:"Wulkanizacja",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/ÖAMTC":{tags:{name:"ÖAMTC",shop:"car_repair"},name:"ÖAMTC",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Автомастерская":{tags:{name:"Автомастерская",shop:"car_repair"},name:"Автомастерская",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Авторемонт":{tags:{name:"Авторемонт",shop:"car_repair"},name:"Авторемонт",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Автосервис":{tags:{name:"Автосервис",shop:"car_repair"},name:"Автосервис",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Автосервис+шиномонтаж":{tags:{name:"Автосервис+шиномонтаж",shop:"car_repair"},name:"Автосервис+шиномонтаж",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Замена масла":{tags:{name:"Замена масла",shop:"car_repair"},name:"Замена масла",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/СТО":{tags:{name:"СТО",shop:"car_repair"},name:"СТО",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/Шиномонтаж":{tags:{name:"Шиномонтаж",shop:"car_repair"},name:"Шиномонтаж",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/car_repair/шиномонтаж":{tags:{name:"шиномонтаж",shop:"car_repair"},name:"шиномонтаж",icon:"maki-car",geometry:["point","area"],fields:["name","operator","address","building_area","service/vehicle","opening_hours","payment_multi"],suggestion:true},"shop/carpet/Carpet Right":{tags:{name:"Carpet Right",shop:"carpet"},name:"Carpet Right",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/carpet/Carpetright":{tags:{name:"Carpetright",shop:"carpet"},name:"Carpetright",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/charity/Age UK":{tags:{name:"Age UK",shop:"charity"},name:"Age UK",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Barnardo's":{tags:{name:"Barnardo's",shop:"charity"},name:"Barnardo's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/British Heart Foundation":{tags:{name:"British Heart Foundation",shop:"charity"},name:"British Heart Foundation",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Cancer Research UK":{tags:{name:"Cancer Research UK",shop:"charity"},name:"Cancer Research UK",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Oxfam":{tags:{name:"Oxfam",shop:"charity"},name:"Oxfam",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Salvation Army":{tags:{name:"Salvation Army",shop:"charity"},name:"Salvation Army",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Scope":{tags:{name:"Scope",shop:"charity"},name:"Scope",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/charity/Sue Ryder":{tags:{name:"Sue Ryder",shop:"charity"},name:"Sue Ryder",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/chemist/7 Дней":{tags:{name:"7 Дней",shop:"chemist"},name:"7 Дней",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Bipa":{tags:{name:"Bipa",shop:"chemist"},name:"Bipa",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Budnikowsky":{tags:{name:"Budnikowsky",shop:"chemist"},name:"Budnikowsky",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Etos":{tags:{name:"Etos",shop:"chemist"},name:"Etos",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Kruidvat":{tags:{name:"Kruidvat",shop:"chemist"},name:"Kruidvat",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Matas":{tags:{name:"Matas",shop:"chemist"},name:"Matas",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Müller":{tags:{name:"Müller",shop:"chemist"},name:"Müller",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Rossmann":{tags:{name:"Rossmann",shop:"chemist"},name:"Rossmann",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Schlecker":{tags:{name:"Schlecker",shop:"chemist"},name:"Schlecker",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Teta":{tags:{name:"Teta",shop:"chemist"},name:"Teta",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Trekpleister":{tags:{name:"Trekpleister",shop:"chemist"},name:"Trekpleister",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Watsons":{tags:{name:"Watsons",shop:"chemist"},name:"Watsons",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/dm":{tags:{name:"dm",shop:"chemist"},name:"dm",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Бытовая химия":{tags:{name:"Бытовая химия",shop:"chemist"},name:"Бытовая химия",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Магнит Косметик":{tags:{name:"Магнит Косметик",shop:"chemist"},name:"Магнит Косметик",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Мила":{tags:{name:"Мила",shop:"chemist"},name:"Мила",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Остров чистоты":{tags:{name:"Остров чистоты",shop:"chemist"},name:"Остров чистоты",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Рубль Бум":{tags:{name:"Рубль Бум",shop:"chemist"},name:"Рубль Бум",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/Улыбка радуги":{tags:{name:"Улыбка радуги",shop:"chemist"},name:"Улыбка радуги",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/屈臣氏":{tags:{name:"屈臣氏",shop:"chemist"},name:"屈臣氏",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/chemist/康是美":{tags:{name:"康是美",shop:"chemist"},name:"康是美",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/AOKI":{tags:{name:"AOKI",shop:"clothes"},name:"AOKI",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/AWG":{tags:{name:"AWG",shop:"clothes"},name:"AWG",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ackermans":{tags:{name:"Ackermans",shop:"clothes"},name:"Ackermans",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Adidas":{tags:{name:"Adidas",shop:"clothes"},name:"Adidas",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/American Apparel":{tags:{name:"American Apparel",shop:"clothes"},name:"American Apparel",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/American Eagle Outfitters":{tags:{name:"American Eagle Outfitters",shop:"clothes"},name:"American Eagle Outfitters",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Anthropologie":{tags:{name:"Anthropologie",shop:"clothes"},name:"Anthropologie",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ardene":{tags:{name:"Ardene",shop:"clothes"},name:"Ardene",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Armand Thiery":{tags:{name:"Armand Thiery",shop:"clothes"},name:"Armand Thiery",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Banana Republic":{tags:{name:"Banana Republic",shop:"clothes"},name:"Banana Republic",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Benetton":{tags:{name:"Benetton",shop:"clothes"},name:"Benetton",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Bershka":{tags:{name:"Bershka",shop:"clothes"},name:"Bershka",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Bonita":{tags:{name:"Bonita",shop:"clothes"},name:"Bonita",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Bonobo":{tags:{name:"Bonobo",shop:"clothes"},name:"Bonobo",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Brooks Brothers":{tags:{name:"Brooks Brothers",shop:"clothes"},name:"Brooks Brothers",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Burberry":{tags:{name:"Burberry",shop:"clothes"},name:"Burberry",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Burlington Coat Factory":{tags:{name:"Burlington Coat Factory",shop:"clothes"},name:"Burlington Coat Factory",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Burton":{tags:{name:"Burton",shop:"clothes"},name:"Burton",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/C&A":{tags:{name:"C&A",shop:"clothes"},name:"C&A",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Cache Cache":{tags:{name:"Cache Cache",shop:"clothes"},name:"Cache Cache",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Calvin Klein":{tags:{name:"Calvin Klein",shop:"clothes"},name:"Calvin Klein",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Calzedonia":{tags:{name:"Calzedonia",shop:"clothes"},name:"Calzedonia",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Camaïeu":{tags:{name:"Camaïeu",shop:"clothes"},name:"Camaïeu",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Caroll":{tags:{name:"Caroll",shop:"clothes"},name:"Caroll",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Carter's":{tags:{name:"Carter's",shop:"clothes"},name:"Carter's",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Cecil":{tags:{name:"Cecil",shop:"clothes"},name:"Cecil",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Celio":{tags:{name:"Celio",shop:"clothes"},name:"Celio",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Charles Vögele":{tags:{name:"Charles Vögele",shop:"clothes"},name:"Charles Vögele",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Chico's":{tags:{name:"Chico's",shop:"clothes"},name:"Chico's",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Cropp":{tags:{name:"Cropp",shop:"clothes"},name:"Cropp",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Cubus":{tags:{name:"Cubus",shop:"clothes"},name:"Cubus",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Desigual":{tags:{name:"Desigual",shop:"clothes"},name:"Desigual",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Devred":{tags:{name:"Devred",shop:"clothes"},name:"Devred",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Didi":{tags:{name:"Didi",shop:"clothes"},name:"Didi",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Diesel":{tags:{name:"Diesel",shop:"clothes"},name:"Diesel",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Dorothy Perkins":{tags:{name:"Dorothy Perkins",shop:"clothes"},name:"Dorothy Perkins",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Dress Barn":{tags:{name:"Dress Barn",shop:"clothes"},name:"Dress Barn",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Dressmann":{tags:{name:"Dressmann",shop:"clothes"},name:"Dressmann",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Eddie Bauer":{tags:{name:"Eddie Bauer",shop:"clothes"},name:"Eddie Bauer",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Edgars":{tags:{name:"Edgars",shop:"clothes"},name:"Edgars",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Engbers":{tags:{name:"Engbers",shop:"clothes"},name:"Engbers",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ernsting's family":{tags:{name:"Ernsting's family",shop:"clothes"},name:"Ernsting's family",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Esprit":{tags:{name:"Esprit",shop:"clothes"},name:"Esprit",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Etam":{tags:{name:"Etam",shop:"clothes"},name:"Etam",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Express":{tags:{name:"Express",shop:"clothes"},name:"Express",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Fat Face":{tags:{name:"Fat Face",shop:"clothes"},name:"Fat Face",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Forever 21":{tags:{name:"Forever 21",shop:"clothes"},name:"Forever 21",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gant":{tags:{name:"Gant",shop:"clothes"},name:"Gant",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gap":{tags:{name:"Gap",shop:"clothes"},name:"Gap",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gerry Weber":{tags:{name:"Gerry Weber",shop:"clothes"},name:"Gerry Weber",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gina Laura":{tags:{name:"Gina Laura",shop:"clothes"},name:"Gina Laura",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Guess":{tags:{name:"Guess",shop:"clothes"},name:"Guess",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gymboree":{tags:{name:"Gymboree",shop:"clothes"},name:"Gymboree",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Gémo":{tags:{name:"Gémo",shop:"clothes"},name:"Gémo",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/H&M":{tags:{name:"H&M",shop:"clothes"},name:"H&M",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Hallhuber":{tags:{name:"Hallhuber",shop:"clothes"},name:"Hallhuber",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/House":{tags:{name:"House",shop:"clothes"},name:"House",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Hugo Boss":{tags:{name:"Hugo Boss",shop:"clothes"},name:"Hugo Boss",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Humana":{tags:{name:"Humana",shop:"clothes"},name:"Humana",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Hunkemöller":{tags:{name:"Hunkemöller",shop:"clothes"},name:"Hunkemöller",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Intimissimi":{tags:{name:"Intimissimi",shop:"clothes"},name:"Intimissimi",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/JBC":{tags:{name:"JBC",shop:"clothes"},name:"JBC",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jack & Jones":{tags:{name:"Jack & Jones",shop:"clothes"},name:"Jack & Jones",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jack Wolfskin":{tags:{name:"Jack Wolfskin",shop:"clothes"},name:"Jack Wolfskin",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jeans Fritz":{tags:{name:"Jeans Fritz",shop:"clothes"},name:"Jeans Fritz",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jennyfer":{tags:{name:"Jennyfer",shop:"clothes"},name:"Jennyfer",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jigsaw":{tags:{name:"Jigsaw",shop:"clothes"},name:"Jigsaw",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Jules":{tags:{name:"Jules",shop:"clothes"},name:"Jules",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Justice":{tags:{name:"Justice",shop:"clothes"},name:"Justice",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/KappAhl":{tags:{name:"KappAhl",shop:"clothes"},name:"KappAhl",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/KiK":{tags:{name:"KiK",shop:"clothes"},name:"KiK",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Kiabi":{tags:{name:"Kiabi",shop:"clothes"},name:"Kiabi",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/La Halle":{tags:{name:"La Halle",shop:"clothes"},name:"La Halle",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Lacoste":{tags:{name:"Lacoste",shop:"clothes"},name:"Lacoste",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Lane Bryant":{tags:{name:"Lane Bryant",shop:"clothes"},name:"Lane Bryant",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Levi's":{tags:{name:"Levi's",shop:"clothes"},name:"Levi's",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Lindex":{tags:{name:"Lindex",shop:"clothes"},name:"Lindex",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Loft":{tags:{name:"Loft",shop:"clothes"},name:"Loft",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mango":{tags:{name:"Mango",shop:"clothes"},name:"Mango",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Marc O'Polo":{tags:{name:"Marc O'Polo",shop:"clothes"},name:"Marc O'Polo",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mark's":{tags:{name:"Mark's",shop:"clothes"},name:"Mark's",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Marshalls":{tags:{name:"Marshalls",shop:"clothes"},name:"Marshalls",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Massimo Dutti":{tags:{name:"Massimo Dutti",shop:"clothes"},name:"Massimo Dutti",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Matalan":{tags:{name:"Matalan",shop:"clothes"},name:"Matalan",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Maurices":{tags:{name:"Maurices",shop:"clothes"},name:"Maurices",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Max Mara":{tags:{name:"Max Mara",shop:"clothes"},name:"Max Mara",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Men's Wearhouse":{tags:{name:"Men's Wearhouse",shop:"clothes"},name:"Men's Wearhouse",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mexx":{tags:{name:"Mexx",shop:"clothes"},name:"Mexx",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Michael Kors":{tags:{name:"Michael Kors",shop:"clothes"},name:"Michael Kors",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mim":{tags:{name:"Mim",shop:"clothes"},name:"Mim",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Monsoon":{tags:{name:"Monsoon",shop:"clothes"},name:"Monsoon",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Mr Price":{tags:{name:"Mr Price",shop:"clothes"},name:"Mr Price",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/NKD":{tags:{name:"NKD",shop:"clothes"},name:"NKD",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/New Look":{tags:{name:"New Look",shop:"clothes"},name:"New Look",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/New Yorker":{tags:{name:"New Yorker",shop:"clothes"},name:"New Yorker",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/NewYorker":{tags:{name:"NewYorker",shop:"clothes"},name:"NewYorker",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Next":{tags:{name:"Next",shop:"clothes"},name:"Next",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Nike":{tags:{name:"Nike",shop:"clothes"},name:"Nike",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Nordstrom Rack":{tags:{name:"Nordstrom Rack",shop:"clothes"},name:"Nordstrom Rack",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/OVS":{tags:{name:"OVS",shop:"clothes"},name:"OVS",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Okaïdi":{tags:{name:"Okaïdi",shop:"clothes"},name:"Okaïdi",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Old Navy":{tags:{name:"Old Navy",shop:"clothes"},name:"Old Navy",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Only":{tags:{name:"Only",shop:"clothes"},name:"Only",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Orchestra":{tags:{name:"Orchestra",shop:"clothes"},name:"Orchestra",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Original Marines":{tags:{name:"Original Marines",shop:"clothes"},name:"Original Marines",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Orsay":{tags:{name:"Orsay",shop:"clothes"},name:"Orsay",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Outfit":{tags:{name:"Outfit",shop:"clothes"},name:"Outfit",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Outlet":{tags:{name:"Outlet",shop:"clothes"},name:"Outlet",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Palmers":{tags:{name:"Palmers",shop:"clothes"},name:"Palmers",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Peacocks":{tags:{name:"Peacocks",shop:"clothes"},name:"Peacocks",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Peek & Cloppenburg":{tags:{name:"Peek & Cloppenburg",shop:"clothes"},name:"Peek & Cloppenburg",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Pep":{tags:{name:"Pep",shop:"clothes"},name:"Pep",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Pepco":{tags:{name:"Pepco",shop:"clothes"},name:"Pepco",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Petit Bateau":{tags:{name:"Petit Bateau",shop:"clothes"},name:"Petit Bateau",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Pimkie":{tags:{name:"Pimkie",shop:"clothes"},name:"Pimkie",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Plato's Closet":{tags:{name:"Plato's Closet",shop:"clothes"},name:"Plato's Closet",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Primark":{tags:{name:"Primark",shop:"clothes"},name:"Primark",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Promod":{tags:{name:"Promod",shop:"clothes"},name:"Promod",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Pull & Bear":{tags:{name:"Pull & Bear",shop:"clothes"},name:"Pull & Bear",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Reitmans":{tags:{name:"Reitmans",shop:"clothes"},name:"Reitmans",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Reserved":{tags:{name:"Reserved",shop:"clothes"},name:"Reserved",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/River Island":{tags:{name:"River Island",shop:"clothes"},name:"River Island",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ross":{tags:{name:"Ross",shop:"clothes"},name:"Ross",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Sela":{tags:{name:"Sela",shop:"clothes"},name:"Sela",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Sergent Major":{tags:{name:"Sergent Major",shop:"clothes"},name:"Sergent Major",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Shoeby":{tags:{name:"Shoeby",shop:"clothes"},name:"Shoeby",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Sisley":{tags:{name:"Sisley",shop:"clothes"},name:"Sisley",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Springfield":{tags:{name:"Springfield",shop:"clothes"},name:"Springfield",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Stefanel":{tags:{name:"Stefanel",shop:"clothes"},name:"Stefanel",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Steps":{tags:{name:"Steps",shop:"clothes"},name:"Steps",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Stradivarius":{tags:{name:"Stradivarius",shop:"clothes"},name:"Stradivarius",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Street One":{tags:{name:"Street One",shop:"clothes"},name:"Street One",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Superdry":{tags:{name:"Superdry",shop:"clothes"},name:"Superdry",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/TJ Maxx":{tags:{name:"TJ Maxx",shop:"clothes"},name:"TJ Maxx",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/TK Maxx":{tags:{name:"TK Maxx",shop:"clothes"},name:"TK Maxx",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Takko":{tags:{name:"Takko",shop:"clothes"},name:"Takko",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Talbots":{tags:{name:"Talbots",shop:"clothes"},name:"Talbots",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tally Weijl":{tags:{name:"Tally Weijl",shop:"clothes"},name:"Tally Weijl",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tati":{tags:{name:"Tati",shop:"clothes"},name:"Tati",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Terranova":{tags:{name:"Terranova",shop:"clothes"},name:"Terranova",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tesha":{tags:{name:"Tesha",shop:"clothes"},name:"Tesha",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tezenis":{tags:{name:"Tezenis",shop:"clothes"},name:"Tezenis",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/The Children's Place":{tags:{name:"The Children's Place",shop:"clothes"},name:"The Children's Place",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/The North Face":{tags:{name:"The North Face",shop:"clothes"},name:"The North Face",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/The Sting":{tags:{name:"The Sting",shop:"clothes"},name:"The Sting",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Timberland":{tags:{name:"Timberland",shop:"clothes"},name:"Timberland",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Toko Pakaian":{tags:{name:"Toko Pakaian",shop:"clothes"},name:"Toko Pakaian",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tom Tailor":{tags:{name:"Tom Tailor",shop:"clothes"},name:"Tom Tailor",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Tommy Hilfiger":{tags:{name:"Tommy Hilfiger",shop:"clothes"},name:"Tommy Hilfiger",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Topshop":{tags:{name:"Topshop",shop:"clothes"},name:"Topshop",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Triumph":{tags:{name:"Triumph",shop:"clothes"},name:"Triumph",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Truworths":{tags:{name:"Truworths",shop:"clothes"},name:"Truworths",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Ulla Popken":{tags:{name:"Ulla Popken",shop:"clothes"},name:"Ulla Popken",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Uniqlo":{tags:{name:"Uniqlo",shop:"clothes"},name:"Uniqlo",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/United Colors of Benetton":{tags:{name:"United Colors of Benetton",shop:"clothes"},name:"United Colors of Benetton",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Urban Outfitters":{tags:{name:"Urban Outfitters",shop:"clothes"},name:"Urban Outfitters",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Vero Moda":{tags:{name:"Vero Moda",shop:"clothes"},name:"Vero Moda",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Victoria's Secret":{tags:{name:"Victoria's Secret",shop:"clothes"},name:"Victoria's Secret",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Vögele":{tags:{name:"Vögele",shop:"clothes"},name:"Vögele",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/WE":{tags:{name:"WE",shop:"clothes"},name:"WE",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Wibra":{tags:{name:"Wibra",shop:"clothes"},name:"Wibra",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Winners":{tags:{name:"Winners",shop:"clothes"},name:"Winners",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Yamamay":{tags:{name:"Yamamay",shop:"clothes"},name:"Yamamay",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Zara":{tags:{name:"Zara",shop:"clothes"},name:"Zara",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Zeeman":{tags:{name:"Zeeman",shop:"clothes"},name:"Zeeman",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/mister*lady":{tags:{name:"mister*lady",shop:"clothes"},name:"mister*lady",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/s.Oliver":{tags:{name:"s.Oliver",shop:"clothes"},name:"s.Oliver",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Детская одежда":{tags:{name:"Детская одежда",shop:"clothes"},name:"Детская одежда",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Женская одежда":{tags:{name:"Женская одежда",shop:"clothes"},name:"Женская одежда",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Липненски":{tags:{name:"Липненски",shop:"clothes"},name:"Липненски",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Московская ярмарка":{tags:{name:"Московская ярмарка",shop:"clothes"},name:"Московская ярмарка",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Одежда":{tags:{name:"Одежда",shop:"clothes"},name:"Одежда",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Смешные цены":{tags:{name:"Смешные цены",shop:"clothes"},name:"Смешные цены",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/Спецодежда":{tags:{name:"Спецодежда",shop:"clothes"},name:"Спецодежда",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/しまむら":{tags:{name:"しまむら",shop:"clothes"},name:"しまむら",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/ユニクロ":{tags:{name:"ユニクロ",shop:"clothes"},name:"ユニクロ",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/ワークマン":{tags:{name:"ワークマン",shop:"clothes"},name:"ワークマン",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/洋服の青山":{tags:{name:"洋服の青山",shop:"clothes"},name:"洋服の青山",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/clothes/西松屋":{tags:{name:"西松屋",shop:"clothes"},name:"西松屋",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","clothes","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/coffee/Nespresso":{tags:{name:"Nespresso",shop:"coffee"},name:"Nespresso",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/coffee/Tchibo":{tags:{name:"Tchibo",shop:"coffee"},name:"Tchibo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/computer/Apple Store":{tags:{name:"Apple Store",shop:"computer"},name:"Apple Store",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/computer/DNS":{tags:{name:"DNS",shop:"computer"},name:"DNS",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/computer/PC World":{tags:{name:"PC World",shop:"computer"},name:"PC World",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/computer/ДНС":{tags:{name:"ДНС",shop:"computer"},name:"ДНС",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/Fagyizó":{tags:{name:"Fagyizó",shop:"confectionery"},name:"Fagyizó",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/Hussel":{tags:{name:"Hussel",shop:"confectionery"},name:"Hussel",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/Leonidas":{tags:{name:"Leonidas",shop:"confectionery"},name:"Leonidas",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/T. SN":{tags:{name:"T. SN",shop:"confectionery"},name:"T. SN",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/confectionery/Thorntons":{tags:{name:"Thorntons",shop:"confectionery"},name:"Thorntons",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/711":{tags:{name:"711",shop:"convenience"},name:"711",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/777":{tags:{name:"777",shop:"convenience"},name:"777",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/24 часа":{tags:{name:"24 часа",shop:"convenience"},name:"24 часа",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/7-Eleven":{tags:{name:"7-Eleven",shop:"convenience"},name:"7-Eleven",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/8 à Huit":{tags:{name:"8 à Huit",shop:"convenience"},name:"8 à Huit",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/99 Speedmart":{tags:{name:"99 Speedmart",shop:"convenience"},name:"99 Speedmart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ABC":{tags:{name:"ABC",shop:"convenience"},name:"ABC",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/AMPM":{tags:{name:"AMPM",shop:"convenience"},name:"AMPM",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Aibė":{tags:{name:"Aibė",shop:"convenience"},name:"Aibė",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Alepa":{tags:{name:"Alepa",shop:"convenience"},name:"Alepa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Alfamart":{tags:{name:"Alfamart",shop:"convenience"},name:"Alfamart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Alimentara":{tags:{name:"Alimentara",shop:"convenience"},name:"Alimentara",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Almacen":{tags:{name:"Almacen",shop:"convenience"},name:"Almacen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Almacén":{tags:{name:"Almacén",shop:"convenience"},name:"Almacén",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/BP Shop":{tags:{name:"BP Shop",shop:"convenience"},name:"BP Shop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Baqala":{tags:{name:"Baqala",shop:"convenience"},name:"Baqala",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Best One":{tags:{name:"Best One",shop:"convenience"},name:"Best One",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Best-One":{tags:{name:"Best-One",shop:"convenience"},name:"Best-One",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Bodega":{tags:{name:"Bodega",shop:"convenience"},name:"Bodega",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Bonjour":{tags:{name:"Bonjour",shop:"convenience"},name:"Bonjour",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/CBA":{tags:{name:"CBA",shop:"convenience"},name:"CBA",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/COOP":{tags:{name:"COOP",shop:"convenience"},name:"COOP",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/COOP Jednota":{tags:{name:"COOP Jednota",shop:"convenience"},name:"COOP Jednota",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/CU":{tags:{name:"CU",shop:"convenience"},name:"CU",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Casino Shop":{tags:{name:"Casino Shop",shop:"convenience"},name:"Casino Shop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Centra":{tags:{name:"Centra",shop:"convenience"},name:"Centra",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Central Convenience Store":{tags:{name:"Central Convenience Store",shop:"convenience"},name:"Central Convenience Store",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Circle K":{tags:{name:"Circle K",shop:"convenience"},name:"Circle K",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Coop Jednota":{tags:{name:"Coop Jednota",shop:"convenience"},name:"Coop Jednota",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Corner Store":{tags:{name:"Corner Store",shop:"convenience"},name:"Corner Store",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Costcutter":{tags:{name:"Costcutter",shop:"convenience"},name:"Costcutter",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Couche-Tard":{tags:{name:"Couche-Tard",shop:"convenience"},name:"Couche-Tard",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Cumberland Farms":{tags:{name:"Cumberland Farms",shop:"convenience"},name:"Cumberland Farms",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Daisy Mart":{tags:{name:"Daisy Mart",shop:"convenience"},name:"Daisy Mart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Delikatesy":{tags:{name:"Delikatesy",shop:"convenience"},name:"Delikatesy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Dollar General":{tags:{name:"Dollar General",shop:"convenience"},name:"Dollar General",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Dépanneur":{tags:{name:"Dépanneur",shop:"convenience"},name:"Dépanneur",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/FamilyMart":{tags:{name:"FamilyMart",shop:"convenience"},name:"FamilyMart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Food Mart":{tags:{name:"Food Mart",shop:"convenience"},name:"Food Mart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Four Square":{tags:{name:"Four Square",shop:"convenience"},name:"Four Square",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Fresh":{tags:{name:"Fresh",shop:"convenience"},name:"Fresh",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Freshmarket":{tags:{name:"Freshmarket",shop:"convenience"},name:"Freshmarket",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/GS25":{tags:{name:"GS25",shop:"convenience"},name:"GS25",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Groszek":{tags:{name:"Groszek",shop:"convenience"},name:"Groszek",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Hasty Market":{tags:{name:"Hasty Market",shop:"convenience"},name:"Hasty Market",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Hruška":{tags:{name:"Hruška",shop:"convenience"},name:"Hruška",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Indomaret":{tags:{name:"Indomaret",shop:"convenience"},name:"Indomaret",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Jednota":{tags:{name:"Jednota",shop:"convenience"},name:"Jednota",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Joker":{tags:{name:"Joker",shop:"convenience"},name:"Joker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/K-Market":{tags:{name:"K-Market",shop:"convenience"},name:"K-Market",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Kangaroo Express":{tags:{name:"Kangaroo Express",shop:"convenience"},name:"Kangaroo Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Kisbolt":{tags:{name:"Kisbolt",shop:"convenience"},name:"Kisbolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Lawson":{tags:{name:"Lawson",shop:"convenience"},name:"Lawson",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Lewiatan":{tags:{name:"Lewiatan",shop:"convenience"},name:"Lewiatan",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Lifestyle Express":{tags:{name:"Lifestyle Express",shop:"convenience"},name:"Lifestyle Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Londis":{tags:{name:"Londis",shop:"convenience"},name:"Londis",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/M&S Simply Food":{tags:{name:"M&S Simply Food",shop:"convenience"},name:"M&S Simply Food",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mac's":{tags:{name:"Mac's",shop:"convenience"},name:"Mac's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mace":{tags:{name:"Mace",shop:"convenience"},name:"Mace",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Magazin":{tags:{name:"Magazin",shop:"convenience"},name:"Magazin",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Magazin Mixt":{tags:{name:"Magazin Mixt",shop:"convenience"},name:"Magazin Mixt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Magazin Non-Stop":{tags:{name:"Magazin Non-Stop",shop:"convenience"},name:"Magazin Non-Stop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Magazin mixt":{tags:{name:"Magazin mixt",shop:"convenience"},name:"Magazin mixt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Maxikiosco":{tags:{name:"Maxikiosco",shop:"convenience"},name:"Maxikiosco",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Małpka Express":{tags:{name:"Małpka Express",shop:"convenience"},name:"Małpka Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/McColl's":{tags:{name:"McColl's",shop:"convenience"},name:"McColl's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Migrolino":{tags:{name:"Migrolino",shop:"convenience"},name:"Migrolino",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini ABC":{tags:{name:"Mini ABC",shop:"convenience"},name:"Mini ABC",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini Market":{tags:{name:"Mini Market",shop:"convenience"},name:"Mini Market",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini Market Non-Stop":{tags:{name:"Mini Market Non-Stop",shop:"convenience"},name:"Mini Market Non-Stop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini Mart":{tags:{name:"Mini Mart",shop:"convenience"},name:"Mini Mart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mini Stop":{tags:{name:"Mini Stop",shop:"convenience"},name:"Mini Stop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Minimercado":{tags:{name:"Minimercado",shop:"convenience"},name:"Minimercado",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Mlin i pekare":{tags:{name:"Mlin i pekare",shop:"convenience"},name:"Mlin i pekare",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Nasz Sklep":{tags:{name:"Nasz Sklep",shop:"convenience"},name:"Nasz Sklep",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Nisa":{tags:{name:"Nisa",shop:"convenience"},name:"Nisa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Nisa Local":{tags:{name:"Nisa Local",shop:"convenience"},name:"Nisa Local",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/OK-Mart":{tags:{name:"OK-Mart",shop:"convenience"},name:"OK-Mart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/OK便利商店":{tags:{name:"OK便利商店",shop:"convenience"},name:"OK便利商店",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/OK便利店 Circle K":{tags:{name:"OK便利店 Circle K",shop:"convenience"},name:"OK便利店 Circle K",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Odido":{tags:{name:"Odido",shop:"convenience"},name:"Odido",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/On The Run":{tags:{name:"On The Run",shop:"convenience"},name:"On The Run",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/On the Run":{tags:{name:"On the Run",shop:"convenience"},name:"On the Run",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/One Stop":{tags:{name:"One Stop",shop:"convenience"},name:"One Stop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Oxxo":{tags:{name:"Oxxo",shop:"convenience"},name:"Oxxo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Parduotuvė":{tags:{name:"Parduotuvė",shop:"convenience"},name:"Parduotuvė",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Petit Casino":{tags:{name:"Petit Casino",shop:"convenience"},name:"Petit Casino",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Plaid Pantry":{tags:{name:"Plaid Pantry",shop:"convenience"},name:"Plaid Pantry",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Potraviny":{tags:{name:"Potraviny",shop:"convenience"},name:"Potraviny",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Prehrana":{tags:{name:"Prehrana",shop:"convenience"},name:"Prehrana",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Premier":{tags:{name:"Premier",shop:"convenience"},name:"Premier",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Proxi":{tags:{name:"Proxi",shop:"convenience"},name:"Proxi",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Proxy":{tags:{name:"Proxy",shop:"convenience"},name:"Proxy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Pulperia":{tags:{name:"Pulperia",shop:"convenience"},name:"Pulperia",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Royal Farms":{tags:{name:"Royal Farms",shop:"convenience"},name:"Royal Farms",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Sale":{tags:{name:"Sale",shop:"convenience"},name:"Sale",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Sari-sari Store":{tags:{name:"Sari-sari Store",shop:"convenience"},name:"Sari-sari Store",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Select":{tags:{name:"Select",shop:"convenience"},name:"Select",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Shell Select":{tags:{name:"Shell Select",shop:"convenience"},name:"Shell Select",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Shop & Go":{tags:{name:"Shop & Go",shop:"convenience"},name:"Shop & Go",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Siwa":{tags:{name:"Siwa",shop:"convenience"},name:"Siwa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Sklep spożywczy":{tags:{name:"Sklep spożywczy",shop:"convenience"},name:"Sklep spożywczy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Smíšené zboží":{tags:{name:"Smíšené zboží",shop:"convenience"},name:"Smíšené zboží",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Społem":{tags:{name:"Społem",shop:"convenience"},name:"Społem",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Spätkauf":{tags:{name:"Spätkauf",shop:"convenience"},name:"Spätkauf",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Stewart's":{tags:{name:"Stewart's",shop:"convenience"},name:"Stewart's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Stores":{tags:{name:"Stores",shop:"convenience"},name:"Stores",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Stripes":{tags:{name:"Stripes",shop:"convenience"},name:"Stripes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Studenac":{tags:{name:"Studenac",shop:"convenience"},name:"Studenac",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Sunkus":{tags:{name:"Sunkus",shop:"convenience"},name:"Sunkus",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Słoneczko":{tags:{name:"Słoneczko",shop:"convenience"},name:"Słoneczko",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/TESCO Lotus Express":{tags:{name:"TESCO Lotus Express",shop:"convenience"},name:"TESCO Lotus Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Tesco Express":{tags:{name:"Tesco Express",shop:"convenience"},name:"Tesco Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Tesco Lotus Express":{tags:{name:"Tesco Lotus Express",shop:"convenience"},name:"Tesco Lotus Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Tom Market 89":{tags:{name:"Tom Market 89",shop:"convenience"},name:"Tom Market 89",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/United Dairy Farmers":{tags:{name:"United Dairy Farmers",shop:"convenience"},name:"United Dairy Farmers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Vegyesbolt":{tags:{name:"Vegyesbolt",shop:"convenience"},name:"Vegyesbolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Večerka":{tags:{name:"Večerka",shop:"convenience"},name:"Večerka",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Vival":{tags:{name:"Vival",shop:"convenience"},name:"Vival",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Wawa":{tags:{name:"Wawa",shop:"convenience"},name:"Wawa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Weltladen":{tags:{name:"Weltladen",shop:"convenience"},name:"Weltladen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/abc":{tags:{name:"abc",shop:"convenience"},name:"abc",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ampm":{tags:{name:"ampm",shop:"convenience"},name:"ampm",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/best-one":{tags:{name:"best-one",shop:"convenience"},name:"best-one",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/odido":{tags:{name:"odido",shop:"convenience"},name:"odido",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Élelmiszer":{tags:{name:"Élelmiszer",shop:"convenience"},name:"Élelmiszer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Élelmiszerbolt":{tags:{name:"Élelmiszerbolt",shop:"convenience"},name:"Élelmiszerbolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Żabka":{tags:{name:"Żabka",shop:"convenience"},name:"Żabka",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Žabka":{tags:{name:"Žabka",shop:"convenience"},name:"Žabka",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Августина":{tags:{name:"Августина",shop:"convenience"},name:"Августина",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Авоська":{tags:{name:"Авоська",shop:"convenience"},name:"Авоська",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Агрокомплекс":{tags:{name:"Агрокомплекс",shop:"convenience"},name:"Агрокомплекс",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Альянс":{tags:{name:"Альянс",shop:"convenience"},name:"Альянс",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Апельсин":{tags:{name:"Апельсин",shop:"convenience"},name:"Апельсин",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ассорти":{tags:{name:"Ассорти",shop:"convenience"},name:"Ассорти",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Белорусские продукты":{tags:{name:"Белорусские продукты",shop:"convenience"},name:"Белорусские продукты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Берёзка":{tags:{name:"Берёзка",shop:"convenience"},name:"Берёзка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Везунчик":{tags:{name:"Везунчик",shop:"convenience"},name:"Везунчик",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Весна":{tags:{name:"Весна",shop:"convenience"},name:"Весна",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ветеран":{tags:{name:"Ветеран",shop:"convenience"},name:"Ветеран",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Визит":{tags:{name:"Визит",shop:"convenience"},name:"Визит",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Виктория":{tags:{name:"Виктория",shop:"convenience"},name:"Виктория",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ВкусВилл":{tags:{name:"ВкусВилл",shop:"convenience"},name:"ВкусВилл",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Гастроном":{tags:{name:"Гастроном",shop:"convenience"},name:"Гастроном",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Гермес":{tags:{name:"Гермес",shop:"convenience"},name:"Гермес",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Гурман":{tags:{name:"Гурман",shop:"convenience"},name:"Гурман",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Домашний":{tags:{name:"Домашний",shop:"convenience"},name:"Домашний",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Елена":{tags:{name:"Елена",shop:"convenience"},name:"Елена",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ермолино":{tags:{name:"Ермолино",shop:"convenience"},name:"Ермолино",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Калинка":{tags:{name:"Калинка",shop:"convenience"},name:"Калинка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Кировский":{tags:{name:"Кировский",shop:"convenience"},name:"Кировский",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Колобок":{tags:{name:"Колобок",shop:"convenience"},name:"Колобок",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Колосок":{tags:{name:"Колосок",shop:"convenience"},name:"Колосок",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Копеечка":{tags:{name:"Копеечка",shop:"convenience"},name:"Копеечка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Копейка":{tags:{name:"Копейка",shop:"convenience"},name:"Копейка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Корзинка":{tags:{name:"Корзинка",shop:"convenience"},name:"Корзинка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Крамниця":{tags:{name:"Крамниця",shop:"convenience"},name:"Крамниця",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Кристалл":{tags:{name:"Кристалл",shop:"convenience"},name:"Кристалл",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Кулинария":{tags:{name:"Кулинария",shop:"convenience"},name:"Кулинария",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Купец":{tags:{name:"Купец",shop:"convenience"},name:"Купец",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ласточка":{tags:{name:"Ласточка",shop:"convenience"},name:"Ласточка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Лидер":{tags:{name:"Лидер",shop:"convenience"},name:"Лидер",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Любимый":{tags:{name:"Любимый",shop:"convenience"},name:"Любимый",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Люкс":{tags:{name:"Люкс",shop:"convenience"},name:"Люкс",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Магазин при АЗС":{tags:{name:"Магазин при АЗС",shop:"convenience"},name:"Магазин при АЗС",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Мария-Ра":{tags:{name:"Мария-Ра",shop:"convenience"},name:"Мария-Ра",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Маяк":{tags:{name:"Маяк",shop:"convenience"},name:"Маяк",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Меркурий":{tags:{name:"Меркурий",shop:"convenience"},name:"Меркурий",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Мечта":{tags:{name:"Мечта",shop:"convenience"},name:"Мечта",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Минимаркет":{tags:{name:"Минимаркет",shop:"convenience"},name:"Минимаркет",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Мираж":{tags:{name:"Мираж",shop:"convenience"},name:"Мираж",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Надежда":{tags:{name:"Надежда",shop:"convenience"},name:"Надежда",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ника":{tags:{name:"Ника",shop:"convenience"},name:"Ника",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Оазис":{tags:{name:"Оазис",shop:"convenience"},name:"Оазис",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Олимп":{tags:{name:"Олимп",shop:"convenience"},name:"Олимп",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Подсолнух":{tags:{name:"Подсолнух",shop:"convenience"},name:"Подсолнух",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Престиж":{tags:{name:"Престиж",shop:"convenience"},name:"Престиж",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продукти":{tags:{name:"Продукти",shop:"convenience"},name:"Продукти",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продуктовый":{tags:{name:"Продуктовый",shop:"convenience"},name:"Продуктовый",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продуктовый магазин":{tags:{name:"Продуктовый магазин",shop:"convenience"},name:"Продуктовый магазин",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продукты":{tags:{name:"Продукты",shop:"convenience"},name:"Продукты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Продукты 24":{tags:{name:"Продукты 24",shop:"convenience"},name:"Продукты 24",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Радуга":{tags:{name:"Радуга",shop:"convenience"},name:"Радуга",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Родны кут":{tags:{name:"Родны кут",shop:"convenience"},name:"Родны кут",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Ромашка":{tags:{name:"Ромашка",shop:"convenience"},name:"Ромашка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Русь":{tags:{name:"Русь",shop:"convenience"},name:"Русь",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Светлана":{tags:{name:"Светлана",shop:"convenience"},name:"Светлана",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Смак":{tags:{name:"Смак",shop:"convenience"},name:"Смак",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Солнечный":{tags:{name:"Солнечный",shop:"convenience"},name:"Солнечный",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Татьяна":{tags:{name:"Татьяна",shop:"convenience"},name:"Татьяна",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Тройка":{tags:{name:"Тройка",shop:"convenience"},name:"Тройка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/У Палыча":{tags:{name:"У Палыча",shop:"convenience"},name:"У Палыча",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Универсам":{tags:{name:"Универсам",shop:"convenience"},name:"Универсам",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Фортуна":{tags:{name:"Фортуна",shop:"convenience"},name:"Фортуна",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Хороший":{tags:{name:"Хороший",shop:"convenience"},name:"Хороший",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Центральный":{tags:{name:"Центральный",shop:"convenience"},name:"Центральный",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Чайка":{tags:{name:"Чайка",shop:"convenience"},name:"Чайка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Шанс":{tags:{name:"Шанс",shop:"convenience"},name:"Шанс",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Эконом":{tags:{name:"Эконом",shop:"convenience"},name:"Эконом",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Юбилейный":{tags:{name:"Юбилейный",shop:"convenience"},name:"Юбилейный",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/Юлия":{tags:{name:"Юлия",shop:"convenience"},name:"Юлия",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/продукты":{tags:{name:"продукты",shop:"convenience"},name:"продукты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/მარკეტი":{tags:{name:"მარკეტი",shop:"convenience"},name:"მარკეტი",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/サンクス":{tags:{name:"サンクス","name:en":"Sunkus",shop:"convenience"},name:"サンクス",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/サークルK":{tags:{name:"サークルK","name:en":"Circle K",shop:"convenience"},name:"サークルK",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/スリーエフ":{tags:{name:"スリーエフ",shop:"convenience"},name:"スリーエフ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/セイコーマート":{tags:{name:"セイコーマート",shop:"convenience"},name:"セイコーマート",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/セブン-イレブン":{tags:{name:"セブン-イレブン","name:en":"7-Eleven",shop:"convenience"},name:"セブン-イレブン",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/セブンイレブン(Seven-Eleven)":{tags:{name:"セブンイレブン(Seven-Eleven)",shop:"convenience"},name:"セブンイレブン(Seven-Eleven)",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/セーブオン":{tags:{name:"セーブオン",shop:"convenience"},name:"セーブオン",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/デイリーヤマザキ":{tags:{name:"デイリーヤマザキ",shop:"convenience"},name:"デイリーヤマザキ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ファミリーマート":{tags:{name:"ファミリーマート","name:en":"FamilyMart",shop:"convenience"},name:"ファミリーマート",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ポプラ":{tags:{name:"ポプラ",shop:"convenience"},name:"ポプラ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ミニストップ":{tags:{name:"ミニストップ","name:en":"MINISTOP",shop:"convenience"},name:"ミニストップ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ヤマザキショップ":{tags:{name:"ヤマザキショップ",shop:"convenience"},name:"ヤマザキショップ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ローソン":{tags:{name:"ローソン","name:en":"Lawson",shop:"convenience"},name:"ローソン",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/ローソンストア100":{tags:{name:"ローソンストア100",shop:"convenience"},name:"ローソンストア100",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/全家":{tags:{name:"全家",shop:"convenience"},name:"全家",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/全家便利商店":{tags:{name:"全家便利商店",shop:"convenience"},name:"全家便利商店",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/萊爾富":{tags:{name:"萊爾富",shop:"convenience"},name:"萊爾富",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/convenience/세븐일레븐":{tags:{name:"세븐일레븐",shop:"convenience"},name:"세븐일레븐",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/copyshop/FedEx Office":{tags:{name:"FedEx Office",shop:"copyshop"},name:"FedEx Office",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/copyshop/FedEx Office Print and Ship Center":{tags:{name:"FedEx Office Print and Ship Center",shop:"copyshop"},name:"FedEx Office Print and Ship Center",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Douglas":{tags:{name:"Douglas",shop:"cosmetics"},name:"Douglas",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Lush":{tags:{name:"Lush",shop:"cosmetics"},name:"Lush",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Marionnaud":{tags:{name:"Marionnaud",shop:"cosmetics"},name:"Marionnaud",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Sephora":{tags:{name:"Sephora",shop:"cosmetics"},name:"Sephora",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/The Body Shop":{tags:{name:"The Body Shop",shop:"cosmetics"},name:"The Body Shop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Л'Этуаль":{tags:{name:"Л'Этуаль",shop:"cosmetics"},name:"Л'Этуаль",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Магнит косметик":{tags:{name:"Магнит косметик",shop:"cosmetics"},name:"Магнит косметик",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Магнит-Косметик":{tags:{name:"Магнит-Косметик",shop:"cosmetics"},name:"Магнит-Косметик",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/cosmetics/Подружка":{tags:{name:"Подружка",shop:"cosmetics"},name:"Подружка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/craft/Hobby Lobby":{tags:{name:"Hobby Lobby",shop:"craft"},name:"Hobby Lobby",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/craft/Michaels":{tags:{name:"Michaels",shop:"craft"},name:"Michaels",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Argos":{tags:{name:"Argos",shop:"department_store"},name:"Argos",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Bed Bath & Beyond":{tags:{name:"Bed Bath & Beyond",shop:"department_store"},name:"Bed Bath & Beyond",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Big Lots":{tags:{name:"Big Lots",shop:"department_store"},name:"Big Lots",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Big W":{tags:{name:"Big W",shop:"department_store"},name:"Big W",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Canadian Tire":{tags:{name:"Canadian Tire",shop:"department_store"},name:"Canadian Tire",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Coppel":{tags:{name:"Coppel",shop:"department_store"},name:"Coppel",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Debenhams":{tags:{name:"Debenhams",shop:"department_store"},name:"Debenhams",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Dillard's":{tags:{name:"Dillard's",shop:"department_store"},name:"Dillard's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/El Corte Inglés":{tags:{name:"El Corte Inglés",shop:"department_store"},name:"El Corte Inglés",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Galeria Kaufhof":{tags:{name:"Galeria Kaufhof",shop:"department_store"},name:"Galeria Kaufhof",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/HEMA":{tags:{name:"HEMA",shop:"department_store"},name:"HEMA",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Harvey Norman":{tags:{name:"Harvey Norman",shop:"department_store"},name:"Harvey Norman",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/JCPenney":{tags:{name:"JCPenney",shop:"department_store"},name:"JCPenney",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Karstadt":{tags:{name:"Karstadt",shop:"department_store"},name:"Karstadt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Kmart":{tags:{name:"Kmart",shop:"department_store"},name:"Kmart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Kohl's":{tags:{name:"Kohl's",shop:"department_store"},name:"Kohl's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Lojas Americanas":{tags:{name:"Lojas Americanas",shop:"department_store"},name:"Lojas Americanas",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Macy's":{tags:{name:"Macy's",shop:"department_store"},name:"Macy's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Marks & Spencer":{tags:{name:"Marks & Spencer",shop:"department_store"},name:"Marks & Spencer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Myer":{tags:{name:"Myer",shop:"department_store"},name:"Myer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Nordstrom":{tags:{name:"Nordstrom",shop:"department_store"},name:"Nordstrom",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Sears":{tags:{name:"Sears",shop:"department_store"},name:"Sears",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Shopko":{tags:{name:"Shopko",shop:"department_store"},name:"Shopko",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Target":{tags:{name:"Target",shop:"department_store"},name:"Target",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/The Warehouse":{tags:{name:"The Warehouse",shop:"department_store"},name:"The Warehouse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Woolworth":{tags:{name:"Woolworth",shop:"department_store"},name:"Woolworth",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/department_store/Универмаг":{tags:{name:"Универмаг",shop:"department_store"},name:"Универмаг",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Ace Hardware":{tags:{name:"Ace Hardware",shop:"doityourself"},name:"Ace Hardware",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/B&Q":{tags:{name:"B&Q",shop:"doityourself"},name:"B&Q",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Bauhaus":{tags:{name:"Bauhaus",shop:"doityourself"},name:"Bauhaus",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Biltema":{tags:{name:"Biltema",shop:"doityourself"},name:"Biltema",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Brico":{tags:{name:"Brico",shop:"doityourself"},name:"Brico",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Bricomarché":{tags:{name:"Bricomarché",shop:"doityourself"},name:"Bricomarché",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Bricorama":{tags:{name:"Bricorama",shop:"doityourself"},name:"Bricorama",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Bunnings Warehouse":{tags:{name:"Bunnings Warehouse",shop:"doityourself"},name:"Bunnings Warehouse",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Castorama":{tags:{name:"Castorama",shop:"doityourself"},name:"Castorama",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Easy":{tags:{name:"Easy",shop:"doityourself"},name:"Easy",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Gamma":{tags:{name:"Gamma",shop:"doityourself"},name:"Gamma",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Globus Baumarkt":{tags:{name:"Globus Baumarkt",shop:"doityourself"},name:"Globus Baumarkt",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Hagebaumarkt":{tags:{name:"Hagebaumarkt",shop:"doityourself"},name:"Hagebaumarkt",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Hellweg":{tags:{name:"Hellweg",shop:"doityourself"},name:"Hellweg",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Home Depot":{tags:{name:"Home Depot",shop:"doityourself"},name:"Home Depot",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Home Hardware":{tags:{name:"Home Hardware",shop:"doityourself"},name:"Home Hardware",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Homebase":{tags:{name:"Homebase",shop:"doityourself"},name:"Homebase",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Hornbach":{tags:{name:"Hornbach",shop:"doityourself"},name:"Hornbach",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Hubo":{tags:{name:"Hubo",shop:"doityourself"},name:"Hubo",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Karwei":{tags:{name:"Karwei",shop:"doityourself"},name:"Karwei",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Lagerhaus":{tags:{name:"Lagerhaus",shop:"doityourself"},name:"Lagerhaus",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Leroy Merlin":{tags:{name:"Leroy Merlin",shop:"doityourself"},name:"Leroy Merlin",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Lowe's":{tags:{name:"Lowe's",shop:"doityourself"},name:"Lowe's",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Lowes":{tags:{name:"Lowes",shop:"doityourself"},name:"Lowes",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Menards":{tags:{name:"Menards",shop:"doityourself"},name:"Menards",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Mr Bricolage":{tags:{name:"Mr Bricolage",shop:"doityourself"},name:"Mr Bricolage",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Mr.Bricolage":{tags:{name:"Mr.Bricolage",shop:"doityourself"},name:"Mr.Bricolage",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/OBI":{tags:{name:"OBI",shop:"doityourself"},name:"OBI",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Point P":{tags:{name:"Point P",shop:"doityourself"},name:"Point P",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Praktiker":{tags:{name:"Praktiker",shop:"doityourself"},name:"Praktiker",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Praxis":{tags:{name:"Praxis",shop:"doityourself"},name:"Praxis",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Rona":{tags:{name:"Rona",shop:"doityourself"},name:"Rona",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Screwfix":{tags:{name:"Screwfix",shop:"doityourself"},name:"Screwfix",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Sonderpreis Baumarkt":{tags:{name:"Sonderpreis Baumarkt",shop:"doityourself"},name:"Sonderpreis Baumarkt",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Tekzen":{tags:{name:"Tekzen",shop:"doityourself"},name:"Tekzen",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Toom Baumarkt":{tags:{name:"Toom Baumarkt",shop:"doityourself"},name:"Toom Baumarkt",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Weldom":{tags:{name:"Weldom",shop:"doityourself"},name:"Weldom",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Wickes":{tags:{name:"Wickes",shop:"doityourself"},name:"Wickes",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Леруа Мерлен":{tags:{name:"Леруа Мерлен",shop:"doityourself"},name:"Леруа Мерлен",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Мастер":{tags:{name:"Мастер",shop:"doityourself"},name:"Мастер",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Строитель":{tags:{name:"Строитель",shop:"doityourself"},name:"Строитель",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/Стройматериалы":{tags:{name:"Стройматериалы",shop:"doityourself"},name:"Стройматериалы",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/カインズホーム":{tags:{name:"カインズホーム",shop:"doityourself"},name:"カインズホーム",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/コメリ":{tags:{name:"コメリ",shop:"doityourself"},name:"コメリ",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/doityourself/コーナン":{tags:{name:"コーナン",shop:"doityourself"},name:"コーナン",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/Cleaners":{tags:{name:"Cleaners",shop:"dry_cleaning"},name:"Cleaners",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/Pressing":{tags:{name:"Pressing",shop:"dry_cleaning"},name:"Pressing",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/Диана":{tags:{name:"Диана",shop:"dry_cleaning"},name:"Диана",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/Химчистка":{tags:{name:"Химчистка",shop:"dry_cleaning"},name:"Химчистка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/dry_cleaning/ホワイト急便":{tags:{name:"ホワイト急便",shop:"dry_cleaning"},name:"ホワイト急便",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/BCC":{tags:{name:"BCC",shop:"electronics"},name:"BCC",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Batteries Plus Bulbs":{tags:{name:"Batteries Plus Bulbs",shop:"electronics"},name:"Batteries Plus Bulbs",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Best Buy":{tags:{name:"Best Buy",shop:"electronics"},name:"Best Buy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Boulanger":{tags:{name:"Boulanger",shop:"electronics"},name:"Boulanger",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Currys":{tags:{name:"Currys",shop:"electronics"},name:"Currys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Currys PC World":{tags:{name:"Currys PC World",shop:"electronics"},name:"Currys PC World",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Darty":{tags:{name:"Darty",shop:"electronics"},name:"Darty",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Elektra":{tags:{name:"Elektra",shop:"electronics"},name:"Elektra",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Elgiganten":{tags:{name:"Elgiganten",shop:"electronics"},name:"Elgiganten",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Euronics":{tags:{name:"Euronics",shop:"electronics"},name:"Euronics",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Expert":{tags:{name:"Expert",shop:"electronics"},name:"Expert",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Hartlauer":{tags:{name:"Hartlauer",shop:"electronics"},name:"Hartlauer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Interdiscount":{tags:{name:"Interdiscount",shop:"electronics"},name:"Interdiscount",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/La Curacao":{tags:{name:"La Curacao",shop:"electronics"},name:"La Curacao",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Maplin":{tags:{name:"Maplin",shop:"electronics"},name:"Maplin",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Media Expert":{tags:{name:"Media Expert",shop:"electronics"},name:"Media Expert",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Media Markt":{tags:{name:"Media Markt",shop:"electronics"},name:"Media Markt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Musimundo":{tags:{name:"Musimundo",shop:"electronics"},name:"Musimundo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Neonet":{tags:{name:"Neonet",shop:"electronics"},name:"Neonet",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/RTV Euro AGD":{tags:{name:"RTV Euro AGD",shop:"electronics"},name:"RTV Euro AGD",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Radio Shack":{tags:{name:"Radio Shack",shop:"electronics"},name:"Radio Shack",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Rogers":{tags:{name:"Rogers",shop:"electronics"},name:"Rogers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Samsung":{tags:{name:"Samsung",shop:"electronics"},name:"Samsung",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Saturn":{tags:{name:"Saturn",shop:"electronics"},name:"Saturn",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Sony":{tags:{name:"Sony",shop:"electronics"},name:"Sony",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/The Source":{tags:{name:"The Source",shop:"electronics"},name:"The Source",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Unieuro":{tags:{name:"Unieuro",shop:"electronics"},name:"Unieuro",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/М.Видео":{tags:{name:"М.Видео",shop:"electronics"},name:"М.Видео",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Фокстрот":{tags:{name:"Фокстрот",shop:"electronics"},name:"Фокстрот",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Эксперт":{tags:{name:"Эксперт",shop:"electronics"},name:"Эксперт",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/Эльдорадо":{tags:{name:"Эльдорадо",shop:"electronics"},name:"Эльдорадо",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/エディオン":{tags:{name:"エディオン",shop:"electronics"},name:"エディオン",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/ケーズデンキ":{tags:{name:"ケーズデンキ",shop:"electronics"},name:"ケーズデンキ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/コジマ":{tags:{name:"コジマ",shop:"electronics"},name:"コジマ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/ヤマダ電機":{tags:{name:"ヤマダ電機",shop:"electronics"},name:"ヤマダ電機",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/全國電子":{tags:{name:"全國電子",shop:"electronics"},name:"全國電子",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/electronics/燦坤3C":{tags:{name:"燦坤3C",shop:"electronics"},name:"燦坤3C",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/erotic/Orion":{tags:{name:"Orion",shop:"erotic"},name:"Orion",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/fabric/Ткани":{tags:{name:"Ткани",shop:"fabric"},name:"Ткани",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/farm/Hofladen":{tags:{name:"Hofladen",shop:"farm"},name:"Hofladen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Blume 2000":{tags:{name:"Blume 2000",shop:"florist"},name:"Blume 2000",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Blumen Risse":{tags:{name:"Blumen Risse",shop:"florist"},name:"Blumen Risse",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Fleuriste":{tags:{name:"Fleuriste",shop:"florist"},name:"Fleuriste",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Interflora":{tags:{name:"Interflora",shop:"florist"},name:"Interflora",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Monceau Fleurs":{tags:{name:"Monceau Fleurs",shop:"florist"},name:"Monceau Fleurs",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Virágbolt":{tags:{name:"Virágbolt",shop:"florist"},name:"Virágbolt",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Квіти":{tags:{name:"Квіти",shop:"florist"},name:"Квіти",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Цветочный магазин":{tags:{name:"Цветочный магазин",shop:"florist"},name:"Цветочный магазин",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/florist/Цветы":{tags:{name:"Цветы",shop:"florist"},name:"Цветы",icon:"maki-florist",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/frame/rumah penduduk":{tags:{name:"rumah penduduk",shop:"frame"},name:"rumah penduduk",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/funeral_directors/The Co-operative Funeralcare":{tags:{name:"The Co-operative Funeralcare",shop:"funeral_directors"},name:"The Co-operative Funeralcare",icon:"maki-cemetery",geometry:["point","area"],fields:["name","operator","address","building_area","religion","denomination"],suggestion:true},"shop/funeral_directors/Ритуальные услуги":{tags:{name:"Ритуальные услуги",shop:"funeral_directors"},name:"Ритуальные услуги",icon:"maki-cemetery",geometry:["point","area"],fields:["name","operator","address","building_area","religion","denomination"],suggestion:true},"shop/furniture/Aaron's":{tags:{name:"Aaron's",shop:"furniture"},name:"Aaron's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Black Red White":{tags:{name:"Black Red White",shop:"furniture"},name:"Black Red White",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Bodzio":{tags:{name:"Bodzio",shop:"furniture"},name:"Bodzio",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/But":{tags:{name:"But",shop:"furniture"},name:"But",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Conforama":{tags:{name:"Conforama",shop:"furniture"},name:"Conforama",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/DFS":{tags:{name:"DFS",shop:"furniture"},name:"DFS",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Dänisches Bettenlager":{tags:{name:"Dänisches Bettenlager",shop:"furniture"},name:"Dänisches Bettenlager",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Fly":{tags:{name:"Fly",shop:"furniture"},name:"Fly",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Harveys":{tags:{name:"Harveys",shop:"furniture"},name:"Harveys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/IKEA":{tags:{name:"IKEA",shop:"furniture"},name:"IKEA",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/JYSK":{tags:{name:"JYSK",shop:"furniture"},name:"JYSK",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Kwantum":{tags:{name:"Kwantum",shop:"furniture"},name:"Kwantum",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Leen Bakker":{tags:{name:"Leen Bakker",shop:"furniture"},name:"Leen Bakker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Pier 1 Imports":{tags:{name:"Pier 1 Imports",shop:"furniture"},name:"Pier 1 Imports",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Roller":{tags:{name:"Roller",shop:"furniture"},name:"Roller",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/The Brick":{tags:{name:"The Brick",shop:"furniture"},name:"The Brick",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/Меблі":{tags:{name:"Меблі",shop:"furniture"},name:"Меблі",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/furniture/ニトリ":{tags:{name:"ニトリ",shop:"furniture"},name:"ニトリ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Dehner":{tags:{name:"Dehner",shop:"garden_centre"},name:"Dehner",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Gamm Vert":{tags:{name:"Gamm Vert",shop:"garden_centre"},name:"Gamm Vert",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Jardiland":{tags:{name:"Jardiland",shop:"garden_centre"},name:"Jardiland",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Point Vert":{tags:{name:"Point Vert",shop:"garden_centre"},name:"Point Vert",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Welkoop":{tags:{name:"Welkoop",shop:"garden_centre"},name:"Welkoop",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/garden_centre/Семена":{tags:{name:"Семена",shop:"garden_centre"},name:"Семена",icon:"maki-garden-center",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/gift/Card Factory":{tags:{name:"Card Factory",shop:"gift"},name:"Card Factory",icon:"maki-gift",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/gift/Hallmark":{tags:{name:"Hallmark",shop:"gift"},name:"Hallmark",icon:"maki-gift",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/gift/Подарки":{tags:{name:"Подарки",shop:"gift"},name:"Подарки",icon:"maki-gift",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/greengrocer/Frutería":{tags:{name:"Frutería",shop:"greengrocer"},name:"Frutería",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/greengrocer/Овощи и фрукты":{tags:{name:"Овощи и фрукты",shop:"greengrocer"},name:"Овощи и фрукты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Berber":{tags:{name:"Berber",shop:"hairdresser"},name:"Berber",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Cost Cutters":{tags:{name:"Cost Cutters",shop:"hairdresser"},name:"Cost Cutters",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Fantastic Sams":{tags:{name:"Fantastic Sams",shop:"hairdresser"},name:"Fantastic Sams",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Figaro":{tags:{name:"Figaro",shop:"hairdresser"},name:"Figaro",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/First Choice Haircutters":{tags:{name:"First Choice Haircutters",shop:"hairdresser"},name:"First Choice Haircutters",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Franck Provost":{tags:{name:"Franck Provost",shop:"hairdresser"},name:"Franck Provost",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Frizerie":{tags:{name:"Frizerie",shop:"hairdresser"},name:"Frizerie",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Great Clips":{tags:{name:"Great Clips",shop:"hairdresser"},name:"Great Clips",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Haarmonie":{tags:{name:"Haarmonie",shop:"hairdresser"},name:"Haarmonie",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Haarscharf":{tags:{name:"Haarscharf",shop:"hairdresser"},name:"Haarscharf",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Hair Cuttery":{tags:{name:"Hair Cuttery",shop:"hairdresser"},name:"Hair Cuttery",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Hairkiller":{tags:{name:"Hairkiller",shop:"hairdresser"},name:"Hairkiller",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Jean Louis David":{tags:{name:"Jean Louis David",shop:"hairdresser"},name:"Jean Louis David",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Jean-Louis David":{tags:{name:"Jean-Louis David",shop:"hairdresser"},name:"Jean-Louis David",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Klier":{tags:{name:"Klier",shop:"hairdresser"},name:"Klier",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Klipp":{tags:{name:"Klipp",shop:"hairdresser"},name:"Klipp",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Le Salon":{tags:{name:"Le Salon",shop:"hairdresser"},name:"Le Salon",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Marco Aldany":{tags:{name:"Marco Aldany",shop:"hairdresser"},name:"Marco Aldany",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Peluquería":{tags:{name:"Peluquería",shop:"hairdresser"},name:"Peluquería",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Salon fryzjerski":{tags:{name:"Salon fryzjerski",shop:"hairdresser"},name:"Salon fryzjerski",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Sport Clips":{tags:{name:"Sport Clips",shop:"hairdresser"},name:"Sport Clips",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Super Cuts":{tags:{name:"Super Cuts",shop:"hairdresser"},name:"Super Cuts",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Supercuts":{tags:{name:"Supercuts",shop:"hairdresser"},name:"Supercuts",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Tchip":{tags:{name:"Tchip",shop:"hairdresser"},name:"Tchip",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/The Barber Shop":{tags:{name:"The Barber Shop",shop:"hairdresser"},name:"The Barber Shop",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Toni & Guy":{tags:{name:"Toni & Guy",shop:"hairdresser"},name:"Toni & Guy",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Top Hair":{tags:{name:"Top Hair",shop:"hairdresser"},name:"Top Hair",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Локон":{tags:{name:"Локон",shop:"hairdresser"},name:"Локон",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Парикмахерская":{tags:{name:"Парикмахерская",shop:"hairdresser"},name:"Парикмахерская",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Перукарня":{tags:{name:"Перукарня",shop:"hairdresser"},name:"Перукарня",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Салон красоты":{tags:{name:"Салон красоты",shop:"hairdresser"},name:"Салон красоты",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Стиль":{tags:{name:"Стиль",shop:"hairdresser"},name:"Стиль",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/Шарм":{tags:{name:"Шарм",shop:"hairdresser"},name:"Шарм",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hairdresser/حلاق":{tags:{name:"حلاق",shop:"hairdresser"},name:"حلاق",icon:"maki-hairdresser",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/1000 мелочей":{tags:{name:"1000 мелочей",shop:"hardware"},name:"1000 мелочей",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Ferretería":{tags:{name:"Ferretería",shop:"hardware"},name:"Ferretería",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Harbor Freight Tools":{tags:{name:"Harbor Freight Tools",shop:"hardware"},name:"Harbor Freight Tools",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Quincaillerie":{tags:{name:"Quincaillerie",shop:"hardware"},name:"Quincaillerie",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/True Value":{tags:{name:"True Value",shop:"hardware"},name:"True Value",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Würth":{tags:{name:"Würth",shop:"hardware"},name:"Würth",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Промтовары":{tags:{name:"Промтовары",shop:"hardware"},name:"Промтовары",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Сантехника":{tags:{name:"Сантехника",shop:"hardware"},name:"Сантехника",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Товары для дома":{tags:{name:"Товары для дома",shop:"hardware"},name:"Товары для дома",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hardware/Хозтовары":{tags:{name:"Хозтовары",shop:"hardware"},name:"Хозтовары",icon:"temaki-tools",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hearing_aids/Amplifon":{tags:{name:"Amplifon",shop:"hearing_aids"},name:"Amplifon",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hearing_aids/Geers":{tags:{name:"Geers",shop:"hearing_aids"},name:"Geers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hearing_aids/Kind Hörgeräte":{tags:{name:"Kind Hörgeräte",shop:"hearing_aids"},name:"Kind Hörgeräte",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hearing_aids/amplifon":{tags:{name:"amplifon",shop:"hearing_aids"},name:"amplifon",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/hifi/Bang & Olufsen":{tags:{name:"Bang & Olufsen",shop:"hifi"},name:"Bang & Olufsen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/houseware/Blokker":{tags:{name:"Blokker",shop:"houseware"},name:"Blokker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/houseware/Marskramer":{tags:{name:"Marskramer",shop:"houseware"},name:"Marskramer",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/houseware/Xenos":{tags:{name:"Xenos",shop:"houseware"},name:"Xenos",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/interior_decoration/Casa":{tags:{name:"Casa",shop:"interior_decoration"},name:"Casa",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/interior_decoration/Depot":{tags:{name:"Depot",shop:"interior_decoration"},name:"Depot",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/585":{tags:{name:"585",shop:"jewelry"},name:"585",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Apart":{tags:{name:"Apart",shop:"jewelry"},name:"Apart",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Bijou Brigitte":{tags:{name:"Bijou Brigitte",shop:"jewelry"},name:"Bijou Brigitte",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Christ":{tags:{name:"Christ",shop:"jewelry"},name:"Christ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Claire's":{tags:{name:"Claire's",shop:"jewelry"},name:"Claire's",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Ernest Jones":{tags:{name:"Ernest Jones",shop:"jewelry"},name:"Ernest Jones",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/H Samuel":{tags:{name:"H Samuel",shop:"jewelry"},name:"H Samuel",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/James Avery Jewelry":{tags:{name:"James Avery Jewelry",shop:"jewelry"},name:"James Avery Jewelry",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Julien d'Orcel":{tags:{name:"Julien d'Orcel",shop:"jewelry"},name:"Julien d'Orcel",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Kay Jewelers":{tags:{name:"Kay Jewelers",shop:"jewelry"},name:"Kay Jewelers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Pandora":{tags:{name:"Pandora",shop:"jewelry"},name:"Pandora",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Swarovski":{tags:{name:"Swarovski",shop:"jewelry"},name:"Swarovski",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Адамас":{tags:{name:"Адамас",shop:"jewelry"},name:"Адамас",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/jewelry/Золото":{tags:{name:"Золото",shop:"jewelry"},name:"Золото",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kiosk/KIOS":{tags:{name:"KIOS",shop:"kiosk"},name:"KIOS",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Kiosko":{tags:{name:"Kiosko",shop:"kiosk"},name:"Kiosko",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Kiosque":{tags:{name:"Kiosque",shop:"kiosk"},name:"Kiosque",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Kolporter":{tags:{name:"Kolporter",shop:"kiosk"},name:"Kolporter",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Lietuvos spauda":{tags:{name:"Lietuvos spauda",shop:"kiosk"},name:"Lietuvos spauda",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Narvesen":{tags:{name:"Narvesen",shop:"kiosk"},name:"Narvesen",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Pressbyrån":{tags:{name:"Pressbyrån",shop:"kiosk"},name:"Pressbyrån",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Pulpería":{tags:{name:"Pulpería",shop:"kiosk"},name:"Pulpería",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/R-Kioski":{tags:{name:"R-Kioski",shop:"kiosk"},name:"R-Kioski",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Ruch":{tags:{name:"Ruch",shop:"kiosk"},name:"Ruch",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Tabak Trafik":{tags:{name:"Tabak Trafik",shop:"kiosk"},name:"Tabak Trafik",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Tisak":{tags:{name:"Tisak",shop:"kiosk"},name:"Tisak",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Trafik":{tags:{name:"Trafik",shop:"kiosk"},name:"Trafik",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Trafika":{tags:{name:"Trafika",shop:"kiosk"},name:"Trafika",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Trinkhalle":{tags:{name:"Trinkhalle",shop:"kiosk"},name:"Trinkhalle",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Белсоюзпечать":{tags:{name:"Белсоюзпечать",shop:"kiosk"},name:"Белсоюзпечать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/Киоск":{tags:{name:"Киоск",shop:"kiosk"},name:"Киоск",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kiosk/მარკეტი (Market)":{tags:{name:"მარკეტი (Market)",shop:"kiosk"},name:"მარკეტი (Market)",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi","levels"],suggestion:true},"shop/kitchen/Cuisinella":{tags:{name:"Cuisinella",shop:"kitchen"},name:"Cuisinella",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/kitchen/Home Utensils":{tags:{name:"Home Utensils",shop:"kitchen"},name:"Home Utensils",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/laundry/Launderette":{tags:{name:"Launderette",shop:"laundry"},name:"Launderette",icon:"maki-laundry",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/laundry/Lavandería":{tags:{name:"Lavandería",shop:"laundry"},name:"Lavandería",icon:"maki-laundry",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/laundry/コインランドリー":{tags:{name:"コインランドリー",shop:"laundry"},name:"コインランドリー",icon:"maki-laundry",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Loteria de la Provincia":{tags:{name:"Loteria de la Provincia",shop:"lottery"},name:"Loteria de la Provincia",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Lotería Nacional":{tags:{name:"Lotería Nacional",shop:"lottery"},name:"Lotería Nacional",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Lotería de la Provincia":{tags:{name:"Lotería de la Provincia",shop:"lottery"},name:"Lotería de la Provincia",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Lotto":{tags:{name:"Lotto",shop:"lottery"},name:"Lotto",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/Lottózó":{tags:{name:"Lottózó",shop:"lottery"},name:"Lottózó",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/lottery/ONCE":{tags:{name:"ONCE",shop:"lottery"},name:"ONCE",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mall/Торговый центр":{tags:{name:"Торговый центр",shop:"mall"},name:"Торговый центр",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"shop/massage/Massage Envy":{tags:{name:"Massage Envy",shop:"massage"},name:"Massage Envy",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/medical_supply/Pofam-Poznań":{tags:{name:"Pofam-Poznań",shop:"medical_supply"},name:"Pofam-Poznań",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/3 Store":{tags:{name:"3 Store",shop:"mobile_phone"},name:"3 Store",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/AT&T":{tags:{name:"AT&T",shop:"mobile_phone"},name:"AT&T",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Bell":{tags:{name:"Bell",shop:"mobile_phone"},name:"Bell",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Bitė":{tags:{name:"Bitė",shop:"mobile_phone"},name:"Bitė",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Boost Mobile":{tags:{name:"Boost Mobile",shop:"mobile_phone"},name:"Boost Mobile",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Carphone Warehouse":{tags:{name:"Carphone Warehouse",shop:"mobile_phone"},name:"Carphone Warehouse",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Claro":{tags:{name:"Claro",shop:"mobile_phone"},name:"Claro",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Cricket Wireless":{tags:{name:"Cricket Wireless",shop:"mobile_phone"},name:"Cricket Wireless",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Digicel":{tags:{name:"Digicel",shop:"mobile_phone"},name:"Digicel",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/EE":{tags:{name:"EE",shop:"mobile_phone"},name:"EE",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/MetroPCS":{tags:{name:"MetroPCS",shop:"mobile_phone"},name:"MetroPCS",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Movistar":{tags:{name:"Movistar",shop:"mobile_phone"},name:"Movistar",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/O2":{tags:{name:"O2",shop:"mobile_phone"},name:"O2",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Orange":{tags:{name:"Orange",shop:"mobile_phone"},name:"Orange",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Personal":{tags:{name:"Personal",shop:"mobile_phone"},name:"Personal",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Play":{tags:{name:"Play",shop:"mobile_phone"},name:"Play",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Plus":{tags:{name:"Plus",shop:"mobile_phone"},name:"Plus",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/SFR":{tags:{name:"SFR",shop:"mobile_phone"},name:"SFR",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Sprint":{tags:{name:"Sprint",shop:"mobile_phone"},name:"Sprint",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/T-Mobile":{tags:{name:"T-Mobile",shop:"mobile_phone"},name:"T-Mobile",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/TIM":{tags:{name:"TIM",shop:"mobile_phone"},name:"TIM",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telcel":{tags:{name:"Telcel",shop:"mobile_phone"},name:"Telcel",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Tele2":{tags:{name:"Tele2",shop:"mobile_phone"},name:"Tele2",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telekom":{tags:{name:"Telekom",shop:"mobile_phone"},name:"Telekom",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telekom Shop":{tags:{name:"Telekom Shop",shop:"mobile_phone"},name:"Telekom Shop",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telenor":{tags:{name:"Telenor",shop:"mobile_phone"},name:"Telenor",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Telus":{tags:{name:"Telus",shop:"mobile_phone"},name:"Telus",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/The Phone House":{tags:{name:"The Phone House",shop:"mobile_phone"},name:"The Phone House",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Three":{tags:{name:"Three",shop:"mobile_phone"},name:"Three",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Tim":{tags:{name:"Tim",shop:"mobile_phone"},name:"Tim",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Télécentre":{tags:{name:"Télécentre",shop:"mobile_phone"},name:"Télécentre",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Verizon":{tags:{name:"Verizon",shop:"mobile_phone"},name:"Verizon",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Verizon Wireless":{tags:{name:"Verizon Wireless",shop:"mobile_phone"},name:"Verizon Wireless",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Vodafone":{tags:{name:"Vodafone",shop:"mobile_phone"},name:"Vodafone",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Vodafone Shop":{tags:{name:"Vodafone Shop",shop:"mobile_phone"},name:"Vodafone Shop",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Wind":{tags:{name:"Wind",shop:"mobile_phone"},name:"Wind",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Yoigo":{tags:{name:"Yoigo",shop:"mobile_phone"},name:"Yoigo",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/au":{tags:{name:"au",shop:"mobile_phone"},name:"au",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/auショップ":{tags:{name:"auショップ",shop:"mobile_phone"},name:"auショップ",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/mobilcom debitel":{tags:{name:"mobilcom debitel",shop:"mobile_phone"},name:"mobilcom debitel",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Алло":{tags:{name:"Алло",shop:"mobile_phone"},name:"Алло",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Билайн":{tags:{name:"Билайн",shop:"mobile_phone"},name:"Билайн",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Евросеть":{tags:{name:"Евросеть",shop:"mobile_phone"},name:"Евросеть",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Київстар":{tags:{name:"Київстар",shop:"mobile_phone"},name:"Київстар",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/МТС":{tags:{name:"МТС",shop:"mobile_phone"},name:"МТС",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Мегафон":{tags:{name:"Мегафон",shop:"mobile_phone"},name:"Мегафон",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Связной":{tags:{name:"Связной",shop:"mobile_phone"},name:"Связной",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/Теле2":{tags:{name:"Теле2",shop:"mobile_phone"},name:"Теле2",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/ソフトバンクショップ":{tags:{name:"ソフトバンクショップ",shop:"mobile_phone"},name:"ソフトバンクショップ",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/mobile_phone/ドコモショップ":{tags:{name:"ドコモショップ",shop:"mobile_phone"},name:"ドコモショップ",icon:"maki-mobile-phone",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/money_lender/Money Mart":{tags:{name:"Money Mart",shop:"money_lender"},name:"Money Mart",icon:"maki-bank",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","currency_multi"],suggestion:true},"shop/motorcycle/Harley Davidson":{tags:{name:"Harley Davidson",shop:"motorcycle"},name:"Harley Davidson",icon:"fas-motorcycle",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/motorcycle/Yamaha":{tags:{name:"Yamaha",shop:"motorcycle"},name:"Yamaha",icon:"fas-motorcycle",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/music/HMV":{tags:{name:"HMV",shop:"music"},name:"HMV",icon:"maki-music",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/musical_instrument/Guitar Center":{tags:{name:"Guitar Center",shop:"musical_instrument"},name:"Guitar Center",icon:"maki-music",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Edicola":{tags:{name:"Edicola",shop:"newsagent"},name:"Edicola",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Maison de la Presse":{tags:{name:"Maison de la Presse",shop:"newsagent"},name:"Maison de la Presse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Relay":{tags:{name:"Relay",shop:"newsagent"},name:"Relay",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Tabac Presse":{tags:{name:"Tabac Presse",shop:"newsagent"},name:"Tabac Presse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/WHSmith":{tags:{name:"WHSmith",shop:"newsagent"},name:"WHSmith",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Витебскоблсоюзпечать":{tags:{name:"Витебскоблсоюзпечать",shop:"newsagent"},name:"Витебскоблсоюзпечать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Первая полоса":{tags:{name:"Первая полоса",shop:"newsagent"},name:"Первая полоса",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Печать":{tags:{name:"Печать",shop:"newsagent"},name:"Печать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Роспечать":{tags:{name:"Роспечать",shop:"newsagent"},name:"Роспечать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/newsagent/Союзпечать":{tags:{name:"Союзпечать",shop:"newsagent"},name:"Союзпечать",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Alain Afflelou":{tags:{name:"Alain Afflelou",shop:"optician"},name:"Alain Afflelou",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Apollo":{tags:{name:"Apollo",shop:"optician"},name:"Apollo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Atol":{tags:{name:"Atol",shop:"optician"},name:"Atol",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Boots Opticians":{tags:{name:"Boots Opticians",shop:"optician"},name:"Boots Opticians",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Fielmann":{tags:{name:"Fielmann",shop:"optician"},name:"Fielmann",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/General Óptica":{tags:{name:"General Óptica",shop:"optician"},name:"General Óptica",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Grand Optical":{tags:{name:"Grand Optical",shop:"optician"},name:"Grand Optical",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Générale d'Optique":{tags:{name:"Générale d'Optique",shop:"optician"},name:"Générale d'Optique",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Hakim Optical":{tags:{name:"Hakim Optical",shop:"optician"},name:"Hakim Optical",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Hans Anders":{tags:{name:"Hans Anders",shop:"optician"},name:"Hans Anders",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Krys":{tags:{name:"Krys",shop:"optician"},name:"Krys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Les Opticiens Mutualistes":{tags:{name:"Les Opticiens Mutualistes",shop:"optician"},name:"Les Opticiens Mutualistes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Optic 2000":{tags:{name:"Optic 2000",shop:"optician"},name:"Optic 2000",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Optical Center":{tags:{name:"Optical Center",shop:"optician"},name:"Optical Center",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Pearle":{tags:{name:"Pearle",shop:"optician"},name:"Pearle",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Pearle Vision":{tags:{name:"Pearle Vision",shop:"optician"},name:"Pearle Vision",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Specsavers":{tags:{name:"Specsavers",shop:"optician"},name:"Specsavers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Sunglass Hut":{tags:{name:"Sunglass Hut",shop:"optician"},name:"Sunglass Hut",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Synoptik":{tags:{name:"Synoptik",shop:"optician"},name:"Synoptik",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/Vision Express":{tags:{name:"Vision Express",shop:"optician"},name:"Vision Express",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/แว่นท็อปเจริญ":{tags:{name:"แว่นท็อปเจริญ",shop:"optician"},name:"แว่นท็อปเจริญ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/メガネスーパー":{tags:{name:"メガネスーパー",shop:"optician"},name:"メガネスーパー",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/optician/眼鏡市場":{tags:{name:"眼鏡市場",shop:"optician"},name:"眼鏡市場",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/outdoor/Mountain Warehouse":{tags:{name:"Mountain Warehouse",shop:"outdoor"},name:"Mountain Warehouse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/outdoor/REI":{tags:{name:"REI",shop:"outdoor"},name:"REI",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/outdoor/Рыболов":{tags:{name:"Рыболов",shop:"outdoor"},name:"Рыболов",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Benjamin Moore":{tags:{name:"Benjamin Moore",shop:"paint"},name:"Benjamin Moore",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Comex":{tags:{name:"Comex",shop:"paint"},name:"Comex",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Jotun":{tags:{name:"Jotun",shop:"paint"},name:"Jotun",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/National Paints":{tags:{name:"National Paints",shop:"paint"},name:"National Paints",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Sherwin Williams":{tags:{name:"Sherwin Williams",shop:"paint"},name:"Sherwin Williams",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/paint/Sherwin-Williams Paints":{tags:{name:"Sherwin-Williams Paints",shop:"paint"},name:"Sherwin-Williams Paints",icon:"maki-water",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pawnbroker/Cash Converters":{tags:{name:"Cash Converters",shop:"pawnbroker"},name:"Cash Converters",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pawnbroker/Lombard":{tags:{name:"Lombard",shop:"pawnbroker"},name:"Lombard",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pawnbroker/Palawan Pawnshop":{tags:{name:"Palawan Pawnshop",shop:"pawnbroker"},name:"Palawan Pawnshop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Das Futterhaus":{tags:{name:"Das Futterhaus",shop:"pet"},name:"Das Futterhaus",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Fressnapf":{tags:{name:"Fressnapf",shop:"pet"},name:"Fressnapf",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Global Pet Foods":{tags:{name:"Global Pet Foods",shop:"pet"},name:"Global Pet Foods",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Maxi Zoo":{tags:{name:"Maxi Zoo",shop:"pet"},name:"Maxi Zoo",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Pet Valu":{tags:{name:"Pet Valu",shop:"pet"},name:"Pet Valu",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/PetSmart":{tags:{name:"PetSmart",shop:"pet"},name:"PetSmart",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Petco":{tags:{name:"Petco",shop:"pet"},name:"Petco",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Pets at Home":{tags:{name:"Pets at Home",shop:"pet"},name:"Pets at Home",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Бетховен":{tags:{name:"Бетховен",shop:"pet"},name:"Бетховен",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Зоотовары":{tags:{name:"Зоотовары",shop:"pet"},name:"Зоотовары",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/pet/Четыре лапы":{tags:{name:"Четыре лапы",shop:"pet"},name:"Четыре лапы",icon:"maki-dog-park",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/second_hand/Goodwill":{tags:{name:"Goodwill",shop:"second_hand"},name:"Goodwill",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/second_hand/Value Village":{tags:{name:"Value Village",shop:"second_hand"},name:"Value Village",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","second_hand","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Aldo":{tags:{name:"Aldo",shop:"shoes"},name:"Aldo",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Bata":{tags:{name:"Bata",shop:"shoes"},name:"Bata",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Besson Chaussures":{tags:{name:"Besson Chaussures",shop:"shoes"},name:"Besson Chaussures",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Brantano":{tags:{name:"Brantano",shop:"shoes"},name:"Brantano",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/CCC":{tags:{name:"CCC",shop:"shoes"},name:"CCC",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Camper":{tags:{name:"Camper",shop:"shoes"},name:"Camper",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Chaussea":{tags:{name:"Chaussea",shop:"shoes"},name:"Chaussea",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Clarks":{tags:{name:"Clarks",shop:"shoes"},name:"Clarks",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Converse":{tags:{name:"Converse",shop:"shoes"},name:"Converse",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Crocs":{tags:{name:"Crocs",shop:"shoes"},name:"Crocs",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/DSW":{tags:{name:"DSW",shop:"shoes"},name:"DSW",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Deichmann":{tags:{name:"Deichmann",shop:"shoes"},name:"Deichmann",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Dosenbach":{tags:{name:"Dosenbach",shop:"shoes"},name:"Dosenbach",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Ecco":{tags:{name:"Ecco",shop:"shoes"},name:"Ecco",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Famous Footwear":{tags:{name:"Famous Footwear",shop:"shoes"},name:"Famous Footwear",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Foot Locker":{tags:{name:"Foot Locker",shop:"shoes"},name:"Foot Locker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Geox":{tags:{name:"Geox",shop:"shoes"},name:"Geox",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Kari":{tags:{name:"Kari",shop:"shoes"},name:"Kari",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/La Halle aux Chaussures":{tags:{name:"La Halle aux Chaussures",shop:"shoes"},name:"La Halle aux Chaussures",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Mephisto":{tags:{name:"Mephisto",shop:"shoes"},name:"Mephisto",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Minelli":{tags:{name:"Minelli",shop:"shoes"},name:"Minelli",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/New Balance":{tags:{name:"New Balance",shop:"shoes"},name:"New Balance",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Payless":{tags:{name:"Payless",shop:"shoes"},name:"Payless",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Payless Shoe Source":{tags:{name:"Payless Shoe Source",shop:"shoes"},name:"Payless Shoe Source",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Payless ShoeSource":{tags:{name:"Payless ShoeSource",shop:"shoes"},name:"Payless ShoeSource",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Quick Schuh":{tags:{name:"Quick Schuh",shop:"shoes"},name:"Quick Schuh",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Rack Room Shoes":{tags:{name:"Rack Room Shoes",shop:"shoes"},name:"Rack Room Shoes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Reno":{tags:{name:"Reno",shop:"shoes"},name:"Reno",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Rieker":{tags:{name:"Rieker",shop:"shoes"},name:"Rieker",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Salamander":{tags:{name:"Salamander",shop:"shoes"},name:"Salamander",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/San Marina":{tags:{name:"San Marina",shop:"shoes"},name:"San Marina",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Scapino":{tags:{name:"Scapino",shop:"shoes"},name:"Scapino",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Shoe Carnival":{tags:{name:"Shoe Carnival",shop:"shoes"},name:"Shoe Carnival",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Shoe Zone":{tags:{name:"Shoe Zone",shop:"shoes"},name:"Shoe Zone",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Siemes Schuhcenter":{tags:{name:"Siemes Schuhcenter",shop:"shoes"},name:"Siemes Schuhcenter",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Skechers":{tags:{name:"Skechers",shop:"shoes"},name:"Skechers",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Tamaris":{tags:{name:"Tamaris",shop:"shoes"},name:"Tamaris",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/vanHaren":{tags:{name:"vanHaren",shop:"shoes"},name:"vanHaren",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Éram":{tags:{name:"Éram",shop:"shoes"},name:"Éram",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Ремонт обуви":{tags:{name:"Ремонт обуви",shop:"shoes"},name:"Ремонт обуви",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/ЦентрОбувь":{tags:{name:"ЦентрОбувь",shop:"shoes"},name:"ЦентрОбувь",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/Юничел":{tags:{name:"Юничел",shop:"shoes"},name:"Юничел",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/shoes/東京靴流通センター":{tags:{name:"東京靴流通センター",shop:"shoes"},name:"東京靴流通センター",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Aktiesport":{tags:{name:"Aktiesport",shop:"sports"},name:"Aktiesport",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Big 5 Sporting Goods":{tags:{name:"Big 5 Sporting Goods",shop:"sports"},name:"Big 5 Sporting Goods",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Decathlon":{tags:{name:"Decathlon",shop:"sports"},name:"Decathlon",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Dick's Sporting Goods":{tags:{name:"Dick's Sporting Goods",shop:"sports"},name:"Dick's Sporting Goods",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Hervis":{tags:{name:"Hervis",shop:"sports"},name:"Hervis",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Intersport":{tags:{name:"Intersport",shop:"sports"},name:"Intersport",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/JD Sports":{tags:{name:"JD Sports",shop:"sports"},name:"JD Sports",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Sport 2000":{tags:{name:"Sport 2000",shop:"sports"},name:"Sport 2000",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Sports Authority":{tags:{name:"Sports Authority",shop:"sports"},name:"Sports Authority",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Sports Direct":{tags:{name:"Sports Direct",shop:"sports"},name:"Sports Direct",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Спортмастер":{tags:{name:"Спортмастер",shop:"sports"},name:"Спортмастер",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/sports/Спорттовары":{tags:{name:"Спорттовары",shop:"sports"},name:"Спорттовары",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Bureau Vallée":{tags:{name:"Bureau Vallée",shop:"stationery"},name:"Bureau Vallée",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Libro":{tags:{name:"Libro",shop:"stationery"},name:"Libro",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/McPaper":{tags:{name:"McPaper",shop:"stationery"},name:"McPaper",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Office Depot":{tags:{name:"Office Depot",shop:"stationery"},name:"Office Depot",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Office Max":{tags:{name:"Office Max",shop:"stationery"},name:"Office Max",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Officeworks":{tags:{name:"Officeworks",shop:"stationery"},name:"Officeworks",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Pagro":{tags:{name:"Pagro",shop:"stationery"},name:"Pagro",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Paperchase":{tags:{name:"Paperchase",shop:"stationery"},name:"Paperchase",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Ryman":{tags:{name:"Ryman",shop:"stationery"},name:"Ryman",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Staples":{tags:{name:"Staples",shop:"stationery"},name:"Staples",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/stationery/Канцтовары":{tags:{name:"Канцтовары",shop:"stationery"},name:"Канцтовары",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/A&O":{tags:{name:"A&O",shop:"supermarket"},name:"A&O",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/A101":{tags:{name:"A101",shop:"supermarket"},name:"A101",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/AD Delhaize":{tags:{name:"AD Delhaize",shop:"supermarket"},name:"AD Delhaize",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ADEG":{tags:{name:"ADEG",shop:"supermarket"},name:"ADEG",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ahorramás":{tags:{name:"Ahorramás",shop:"supermarket"},name:"Ahorramás",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Albert":{tags:{name:"Albert",shop:"supermarket"},name:"Albert",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Albert Heijn":{tags:{name:"Albert Heijn",shop:"supermarket"},name:"Albert Heijn",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Albertsons":{tags:{name:"Albertsons",shop:"supermarket"},name:"Albertsons",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Aldi":{tags:{name:"Aldi",shop:"supermarket"},name:"Aldi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Aldi Nord":{tags:{name:"Aldi Nord",shop:"supermarket"},name:"Aldi Nord",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Aldi Süd":{tags:{name:"Aldi Süd",shop:"supermarket"},name:"Aldi Süd",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Alimerka":{tags:{name:"Alimerka",shop:"supermarket"},name:"Alimerka",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Alnatura":{tags:{name:"Alnatura",shop:"supermarket"},name:"Alnatura",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Asda":{tags:{name:"Asda",shop:"supermarket"},name:"Asda",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Atac":{tags:{name:"Atac",shop:"supermarket"},name:"Atac",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Atacadão":{tags:{name:"Atacadão",shop:"supermarket"},name:"Atacadão",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Auchan":{tags:{name:"Auchan",shop:"supermarket"},name:"Auchan",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/BM":{tags:{name:"BM",shop:"supermarket"},name:"BM",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Biedronka":{tags:{name:"Biedronka",shop:"supermarket"},name:"Biedronka",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Big C":{tags:{name:"Big C",shop:"supermarket"},name:"Big C",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Billa":{tags:{name:"Billa",shop:"supermarket"},name:"Billa",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Bim":{tags:{name:"Bim",shop:"supermarket"},name:"Bim",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Biocoop":{tags:{name:"Biocoop",shop:"supermarket"},name:"Biocoop",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Bodega Aurrera":{tags:{name:"Bodega Aurrera",shop:"supermarket"},name:"Bodega Aurrera",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Budgens":{tags:{name:"Budgens",shop:"supermarket"},name:"Budgens",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Bulk Barn":{tags:{name:"Bulk Barn",shop:"supermarket"},name:"Bulk Barn",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Bunnpris":{tags:{name:"Bunnpris",shop:"supermarket"},name:"Bunnpris",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/CONAD":{tags:{name:"CONAD",shop:"supermarket"},name:"CONAD",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/CRAI":{tags:{name:"CRAI",shop:"supermarket"},name:"CRAI",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Caprabo":{tags:{name:"Caprabo",shop:"supermarket"},name:"Caprabo",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Cargills Food City":{tags:{name:"Cargills Food City",shop:"supermarket"},name:"Cargills Food City",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Carrefour":{tags:{name:"Carrefour",shop:"supermarket"},name:"Carrefour",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Carrefour City":{tags:{name:"Carrefour City",shop:"supermarket"},name:"Carrefour City",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Carrefour Contact":{tags:{name:"Carrefour Contact",shop:"supermarket"},name:"Carrefour Contact",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Carrefour Express":{tags:{name:"Carrefour Express",shop:"supermarket"},name:"Carrefour Express",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Centre Commercial E. Leclerc":{tags:{name:"Centre Commercial E. Leclerc",shop:"supermarket"},name:"Centre Commercial E. Leclerc",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Checkers":{tags:{name:"Checkers",shop:"supermarket"},name:"Checkers",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Chedraui":{tags:{name:"Chedraui",shop:"supermarket"},name:"Chedraui",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Co-Op":{tags:{name:"Co-Op",shop:"supermarket"},name:"Co-Op",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Co-op":{tags:{name:"Co-op",shop:"supermarket"},name:"Co-op",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Co-operative":{tags:{name:"Co-operative",shop:"supermarket"},name:"Co-operative",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coles":{tags:{name:"Coles",shop:"supermarket"},name:"Coles",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Colmado":{tags:{name:"Colmado",shop:"supermarket"},name:"Colmado",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Colruyt":{tags:{name:"Colruyt",shop:"supermarket"},name:"Colruyt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Combi":{tags:{name:"Combi",shop:"supermarket"},name:"Combi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Comercial Mexicana":{tags:{name:"Comercial Mexicana",shop:"supermarket"},name:"Comercial Mexicana",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Conad":{tags:{name:"Conad",shop:"supermarket"},name:"Conad",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Conad City":{tags:{name:"Conad City",shop:"supermarket"},name:"Conad City",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Condis":{tags:{name:"Condis",shop:"supermarket"},name:"Condis",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Consum":{tags:{name:"Consum",shop:"supermarket"},name:"Consum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Continente":{tags:{name:"Continente",shop:"supermarket"},name:"Continente",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coop":{tags:{name:"Coop",shop:"supermarket"},name:"Coop",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coop Extra":{tags:{name:"Coop Extra",shop:"supermarket"},name:"Coop Extra",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coop Konsum":{tags:{name:"Coop Konsum",shop:"supermarket"},name:"Coop Konsum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Costco Gasoline":{tags:{name:"Costco Gasoline",shop:"supermarket"},name:"Costco Gasoline",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coto":{tags:{name:"Coto",shop:"supermarket"},name:"Coto",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Countdown":{tags:{name:"Countdown",shop:"supermarket"},name:"Countdown",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Coviran":{tags:{name:"Coviran",shop:"supermarket"},name:"Coviran",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Covirán":{tags:{name:"Covirán",shop:"supermarket"},name:"Covirán",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Crai":{tags:{name:"Crai",shop:"supermarket"},name:"Crai",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Cub Foods":{tags:{name:"Cub Foods",shop:"supermarket"},name:"Cub Foods",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dagli'Brugsen":{tags:{name:"Dagli'Brugsen",shop:"supermarket"},name:"Dagli'Brugsen",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Deen":{tags:{name:"Deen",shop:"supermarket"},name:"Deen",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Delhaize":{tags:{name:"Delhaize",shop:"supermarket"},name:"Delhaize",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Delikatesy Centrum":{tags:{name:"Delikatesy Centrum",shop:"supermarket"},name:"Delikatesy Centrum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Denner":{tags:{name:"Denner",shop:"supermarket"},name:"Denner",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Despar":{tags:{name:"Despar",shop:"supermarket"},name:"Despar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Despensa Familiar":{tags:{name:"Despensa Familiar",shop:"supermarket"},name:"Despensa Familiar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dia":{tags:{name:"Dia",shop:"supermarket"},name:"Dia",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dia %":{tags:{name:"Dia %",shop:"supermarket"},name:"Dia %",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dia Market":{tags:{name:"Dia Market",shop:"supermarket"},name:"Dia Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dino":{tags:{name:"Dino",shop:"supermarket"},name:"Dino",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dirk van den Broek":{tags:{name:"Dirk van den Broek",shop:"supermarket"},name:"Dirk van den Broek",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Disco":{tags:{name:"Disco",shop:"supermarket"},name:"Disco",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Diska":{tags:{name:"Diska",shop:"supermarket"},name:"Diska",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Dunnes Stores":{tags:{name:"Dunnes Stores",shop:"supermarket"},name:"Dunnes Stores",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/E-Center":{tags:{name:"E-Center",shop:"supermarket"},name:"E-Center",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/E. Leclerc":{tags:{name:"E. Leclerc",shop:"supermarket"},name:"E. Leclerc",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/E. Leclerc Drive":{tags:{name:"E. Leclerc Drive",shop:"supermarket"},name:"E. Leclerc Drive",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/EMTÉ":{tags:{name:"EMTÉ",shop:"supermarket"},name:"EMTÉ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Edeka":{tags:{name:"Edeka",shop:"supermarket"},name:"Edeka",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ekom":{tags:{name:"Ekom",shop:"supermarket"},name:"Ekom",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ekono":{tags:{name:"Ekono",shop:"supermarket"},name:"Ekono",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/El Árbol":{tags:{name:"El Árbol",shop:"supermarket"},name:"El Árbol",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Eroski":{tags:{name:"Eroski",shop:"supermarket"},name:"Eroski",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Esselunga":{tags:{name:"Esselunga",shop:"supermarket"},name:"Esselunga",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/EuroSpin":{tags:{name:"EuroSpin",shop:"supermarket"},name:"EuroSpin",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Eurospar":{tags:{name:"Eurospar",shop:"supermarket"},name:"Eurospar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Eurospin":{tags:{name:"Eurospin",shop:"supermarket"},name:"Eurospin",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Extra":{tags:{name:"Extra",shop:"supermarket"},name:"Extra",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Famiglia Cooperativa":{tags:{name:"Famiglia Cooperativa",shop:"supermarket"},name:"Famiglia Cooperativa",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Famila":{tags:{name:"Famila",shop:"supermarket"},name:"Famila",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Fareway":{tags:{name:"Fareway",shop:"supermarket"},name:"Fareway",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Farmfoods":{tags:{name:"Farmfoods",shop:"supermarket"},name:"Farmfoods",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Feneberg":{tags:{name:"Feneberg",shop:"supermarket"},name:"Feneberg",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Food Basics":{tags:{name:"Food Basics",shop:"supermarket"},name:"Food Basics",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Food Lion":{tags:{name:"Food Lion",shop:"supermarket"},name:"Food Lion",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Foodland":{tags:{name:"Foodland",shop:"supermarket"},name:"Foodland",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Foodworks":{tags:{name:"Foodworks",shop:"supermarket"},name:"Foodworks",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Franprix":{tags:{name:"Franprix",shop:"supermarket"},name:"Franprix",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Fred Meyer":{tags:{name:"Fred Meyer",shop:"supermarket"},name:"Fred Meyer",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Froiz":{tags:{name:"Froiz",shop:"supermarket"},name:"Froiz",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Føtex":{tags:{name:"Føtex",shop:"supermarket"},name:"Føtex",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/G20":{tags:{name:"G20",shop:"supermarket"},name:"G20",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Gadis":{tags:{name:"Gadis",shop:"supermarket"},name:"Gadis",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Giant":{tags:{name:"Giant",shop:"supermarket"},name:"Giant",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Giant Eagle":{tags:{name:"Giant Eagle",shop:"supermarket"},name:"Giant Eagle",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Grand Frais":{tags:{name:"Grand Frais",shop:"supermarket"},name:"Grand Frais",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Grocery Outlet":{tags:{name:"Grocery Outlet",shop:"supermarket"},name:"Grocery Outlet",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Géant Casino":{tags:{name:"Géant Casino",shop:"supermarket"},name:"Géant Casino",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/H-E-B":{tags:{name:"H-E-B",shop:"supermarket"},name:"H-E-B",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/HIT":{tags:{name:"HIT",shop:"supermarket"},name:"HIT",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hannaford":{tags:{name:"Hannaford",shop:"supermarket"},name:"Hannaford",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Harris Teeter":{tags:{name:"Harris Teeter",shop:"supermarket"},name:"Harris Teeter",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hemköp":{tags:{name:"Hemköp",shop:"supermarket"},name:"Hemköp",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Heron Foods":{tags:{name:"Heron Foods",shop:"supermarket"},name:"Heron Foods",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hofer":{tags:{name:"Hofer",shop:"supermarket"},name:"Hofer",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hoogvliet":{tags:{name:"Hoogvliet",shop:"supermarket"},name:"Hoogvliet",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Hy-Vee":{tags:{name:"Hy-Vee",shop:"supermarket"},name:"Hy-Vee",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ICA":{tags:{name:"ICA",shop:"supermarket"},name:"ICA",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ICA Kvantum":{tags:{name:"ICA Kvantum",shop:"supermarket"},name:"ICA Kvantum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/IDEA":{tags:{name:"IDEA",shop:"supermarket"},name:"IDEA",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/IGA":{tags:{name:"IGA",shop:"supermarket"},name:"IGA",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Iceland":{tags:{name:"Iceland",shop:"supermarket"},name:"Iceland",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Intermarché":{tags:{name:"Intermarché",shop:"supermarket"},name:"Intermarché",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Intermarché Contact":{tags:{name:"Intermarché Contact",shop:"supermarket"},name:"Intermarché Contact",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Intermarché Super":{tags:{name:"Intermarché Super",shop:"supermarket"},name:"Intermarché Super",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Interspar":{tags:{name:"Interspar",shop:"supermarket"},name:"Interspar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Irma":{tags:{name:"Irma",shop:"supermarket"},name:"Irma",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Jewel-Osco":{tags:{name:"Jewel-Osco",shop:"supermarket"},name:"Jewel-Osco",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Jumbo":{tags:{name:"Jumbo",shop:"supermarket"},name:"Jumbo",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/K+K":{tags:{name:"K+K",shop:"supermarket"},name:"K+K",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Kaufland":{tags:{name:"Kaufland",shop:"supermarket"},name:"Kaufland",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/King Soopers":{tags:{name:"King Soopers",shop:"supermarket"},name:"King Soopers",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Kiwi":{tags:{name:"Kiwi",shop:"supermarket"},name:"Kiwi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Konsum":{tags:{name:"Konsum",shop:"supermarket"},name:"Konsum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Konzum":{tags:{name:"Konzum",shop:"supermarket"},name:"Konzum",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Kroger":{tags:{name:"Kroger",shop:"supermarket"},name:"Kroger",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Kvickly":{tags:{name:"Kvickly",shop:"supermarket"},name:"Kvickly",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/La Vie Claire":{tags:{name:"La Vie Claire",shop:"supermarket"},name:"La Vie Claire",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Landi":{tags:{name:"Landi",shop:"supermarket"},name:"Landi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Leader Price":{tags:{name:"Leader Price",shop:"supermarket"},name:"Leader Price",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Leclerc Drive":{tags:{name:"Leclerc Drive",shop:"supermarket"},name:"Leclerc Drive",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Lider":{tags:{name:"Lider",shop:"supermarket"},name:"Lider",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Lidl":{tags:{name:"Lidl",shop:"supermarket"},name:"Lidl",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Lupa":{tags:{name:"Lupa",shop:"supermarket"},name:"Lupa",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/MPREIS":{tags:{name:"MPREIS",shop:"supermarket"},name:"MPREIS",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Makro":{tags:{name:"Makro",shop:"supermarket"},name:"Makro",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Markant":{tags:{name:"Markant",shop:"supermarket"},name:"Markant",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Market Basket":{tags:{name:"Market Basket",shop:"supermarket"},name:"Market Basket",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Marktkauf":{tags:{name:"Marktkauf",shop:"supermarket"},name:"Marktkauf",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Match":{tags:{name:"Match",shop:"supermarket"},name:"Match",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxi":{tags:{name:"Maxi",shop:"supermarket"},name:"Maxi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxi Dia":{tags:{name:"Maxi Dia",shop:"supermarket"},name:"Maxi Dia",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxima":{tags:{name:"Maxima",shop:"supermarket"},name:"Maxima",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxima X":{tags:{name:"Maxima X",shop:"supermarket"},name:"Maxima X",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Maxima XX":{tags:{name:"Maxima XX",shop:"supermarket"},name:"Maxima XX",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mega Image":{tags:{name:"Mega Image",shop:"supermarket"},name:"Mega Image",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mego":{tags:{name:"Mego",shop:"supermarket"},name:"Mego",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Meijer":{tags:{name:"Meijer",shop:"supermarket"},name:"Meijer",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Meny":{tags:{name:"Meny",shop:"supermarket"},name:"Meny",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mercado Municipal":{tags:{name:"Mercado Municipal",shop:"supermarket"},name:"Mercado Municipal",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mercado de Abastos":{tags:{name:"Mercado de Abastos",shop:"supermarket"},name:"Mercado de Abastos",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mercadona":{tags:{name:"Mercadona",shop:"supermarket"},name:"Mercadona",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mercator":{tags:{name:"Mercator",shop:"supermarket"},name:"Mercator",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Merkur":{tags:{name:"Merkur",shop:"supermarket"},name:"Merkur",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Metro":{tags:{name:"Metro",shop:"supermarket"},name:"Metro",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Migros":{tags:{name:"Migros",shop:"supermarket"},name:"Migros",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mila":{tags:{name:"Mila",shop:"supermarket"},name:"Mila",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Minipreço":{tags:{name:"Minipreço",shop:"supermarket"},name:"Minipreço",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Mix Markt":{tags:{name:"Mix Markt",shop:"supermarket"},name:"Mix Markt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Monoprix":{tags:{name:"Monoprix",shop:"supermarket"},name:"Monoprix",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/More":{tags:{name:"More",shop:"supermarket"},name:"More",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Morrisons":{tags:{name:"Morrisons",shop:"supermarket"},name:"Morrisons",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/NORMA":{tags:{name:"NORMA",shop:"supermarket"},name:"NORMA",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/NP":{tags:{name:"NP",shop:"supermarket"},name:"NP",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Nah & Frisch":{tags:{name:"Nah & Frisch",shop:"supermarket"},name:"Nah & Frisch",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Nahkauf":{tags:{name:"Nahkauf",shop:"supermarket"},name:"Nahkauf",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Netto":{tags:{name:"Netto",shop:"supermarket"},name:"Netto",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Netto Marken-Discount":{tags:{name:"Netto Marken-Discount",shop:"supermarket"},name:"Netto Marken-Discount",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/New World":{tags:{name:"New World",shop:"supermarket"},name:"New World",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/No Frills":{tags:{name:"No Frills",shop:"supermarket"},name:"No Frills",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Norfa XL":{tags:{name:"Norfa XL",shop:"supermarket"},name:"Norfa XL",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Norma":{tags:{name:"Norma",shop:"supermarket"},name:"Norma",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/PENNY":{tags:{name:"PENNY",shop:"supermarket"},name:"PENNY",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/PLUS":{tags:{name:"PLUS",shop:"supermarket"},name:"PLUS",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/POLOmarket":{tags:{name:"POLOmarket",shop:"supermarket"},name:"POLOmarket",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Palí":{tags:{name:"Palí",shop:"supermarket"},name:"Palí",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Pam":{tags:{name:"Pam",shop:"supermarket"},name:"Pam",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Penny":{tags:{name:"Penny",shop:"supermarket"},name:"Penny",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Penny Markt":{tags:{name:"Penny Markt",shop:"supermarket"},name:"Penny Markt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Pick n Pay":{tags:{name:"Pick n Pay",shop:"supermarket"},name:"Pick n Pay",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Piggly Wiggly":{tags:{name:"Piggly Wiggly",shop:"supermarket"},name:"Piggly Wiggly",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Pingo Doce":{tags:{name:"Pingo Doce",shop:"supermarket"},name:"Pingo Doce",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Piotr i Paweł":{tags:{name:"Piotr i Paweł",shop:"supermarket"},name:"Piotr i Paweł",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Plaza Vea":{tags:{name:"Plaza Vea",shop:"supermarket"},name:"Plaza Vea",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Plodine":{tags:{name:"Plodine",shop:"supermarket"},name:"Plodine",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Poiesz":{tags:{name:"Poiesz",shop:"supermarket"},name:"Poiesz",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Price Chopper":{tags:{name:"Price Chopper",shop:"supermarket"},name:"Price Chopper",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Prix":{tags:{name:"Prix",shop:"supermarket"},name:"Prix",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Profi":{tags:{name:"Profi",shop:"supermarket"},name:"Profi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Proxy Delhaize":{tags:{name:"Proxy Delhaize",shop:"supermarket"},name:"Proxy Delhaize",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Publix":{tags:{name:"Publix",shop:"supermarket"},name:"Publix",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Punto Simply":{tags:{name:"Punto Simply",shop:"supermarket"},name:"Punto Simply",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Puregold":{tags:{name:"Puregold",shop:"supermarket"},name:"Puregold",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Pão de Açúcar":{tags:{name:"Pão de Açúcar",shop:"supermarket"},name:"Pão de Açúcar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/QFC":{tags:{name:"QFC",shop:"supermarket"},name:"QFC",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/REMA 1000":{tags:{name:"REMA 1000",shop:"supermarket"},name:"REMA 1000",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ralphs":{tags:{name:"Ralphs",shop:"supermarket"},name:"Ralphs",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Real":{tags:{name:"Real",shop:"supermarket"},name:"Real",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Real Canadian Superstore":{tags:{name:"Real Canadian Superstore",shop:"supermarket"},name:"Real Canadian Superstore",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Reliance Fresh":{tags:{name:"Reliance Fresh",shop:"supermarket"},name:"Reliance Fresh",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Rema 1000":{tags:{name:"Rema 1000",shop:"supermarket"},name:"Rema 1000",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Rewe":{tags:{name:"Rewe",shop:"supermarket"},name:"Rewe",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Rewe City":{tags:{name:"Rewe City",shop:"supermarket"},name:"Rewe City",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Rimi":{tags:{name:"Rimi",shop:"supermarket"},name:"Rimi",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/S-Market":{tags:{name:"S-Market",shop:"supermarket"},name:"S-Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Safeway":{tags:{name:"Safeway",shop:"supermarket"},name:"Safeway",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sainsbury's":{tags:{name:"Sainsbury's",shop:"supermarket"},name:"Sainsbury's",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sainsbury's Local":{tags:{name:"Sainsbury's Local",shop:"supermarket"},name:"Sainsbury's Local",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sam's Club":{tags:{name:"Sam's Club",shop:"supermarket"},name:"Sam's Club",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Santa Isabel":{tags:{name:"Santa Isabel",shop:"supermarket"},name:"Santa Isabel",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Save-A-Lot":{tags:{name:"Save-A-Lot",shop:"supermarket"},name:"Save-A-Lot",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ShopRite":{tags:{name:"ShopRite",shop:"supermarket"},name:"ShopRite",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Shoprite":{tags:{name:"Shoprite",shop:"supermarket"},name:"Shoprite",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sigma":{tags:{name:"Sigma",shop:"supermarket"},name:"Sigma",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Simply Market":{tags:{name:"Simply Market",shop:"supermarket"},name:"Simply Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sky":{tags:{name:"Sky",shop:"supermarket"},name:"Sky",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Smith's":{tags:{name:"Smith's",shop:"supermarket"},name:"Smith's",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sobeys":{tags:{name:"Sobeys",shop:"supermarket"},name:"Sobeys",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Soriana":{tags:{name:"Soriana",shop:"supermarket"},name:"Soriana",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Spar":{tags:{name:"Spar",shop:"supermarket"},name:"Spar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Sprouts Farmers Market":{tags:{name:"Sprouts Farmers Market",shop:"supermarket"},name:"Sprouts Farmers Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Stokrotka":{tags:{name:"Stokrotka",shop:"supermarket"},name:"Stokrotka",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Stop & Shop":{tags:{name:"Stop & Shop",shop:"supermarket"},name:"Stop & Shop",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Super C":{tags:{name:"Super C",shop:"supermarket"},name:"Super C",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Super U":{tags:{name:"Super U",shop:"supermarket"},name:"Super U",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/SuperBrugsen":{tags:{name:"SuperBrugsen",shop:"supermarket"},name:"SuperBrugsen",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/SuperValu":{tags:{name:"SuperValu",shop:"supermarket"},name:"SuperValu",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Superama":{tags:{name:"Superama",shop:"supermarket"},name:"Superama",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Supersol":{tags:{name:"Supersol",shop:"supermarket"},name:"Supersol",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Superspar":{tags:{name:"Superspar",shop:"supermarket"},name:"Superspar",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tegut":{tags:{name:"Tegut",shop:"supermarket"},name:"Tegut",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tengelmann":{tags:{name:"Tengelmann",shop:"supermarket"},name:"Tengelmann",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tesco":{tags:{name:"Tesco",shop:"supermarket"},name:"Tesco",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tesco Extra":{tags:{name:"Tesco Extra",shop:"supermarket"},name:"Tesco Extra",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tesco Lotus":{tags:{name:"Tesco Lotus",shop:"supermarket"},name:"Tesco Lotus",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tesco Metro":{tags:{name:"Tesco Metro",shop:"supermarket"},name:"Tesco Metro",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/The Co-operative":{tags:{name:"The Co-operative",shop:"supermarket"},name:"The Co-operative",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/The Co-operative Food":{tags:{name:"The Co-operative Food",shop:"supermarket"},name:"The Co-operative Food",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tommy":{tags:{name:"Tommy",shop:"supermarket"},name:"Tommy",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Tottus":{tags:{name:"Tottus",shop:"supermarket"},name:"Tottus",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Trader Joe's":{tags:{name:"Trader Joe's",shop:"supermarket"},name:"Trader Joe's",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Treff 3000":{tags:{name:"Treff 3000",shop:"supermarket"},name:"Treff 3000",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/U Express":{tags:{name:"U Express",shop:"supermarket"},name:"U Express",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Unimarc":{tags:{name:"Unimarc",shop:"supermarket"},name:"Unimarc",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Unimarkt":{tags:{name:"Unimarkt",shop:"supermarket"},name:"Unimarkt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Utile":{tags:{name:"Utile",shop:"supermarket"},name:"Utile",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Vea":{tags:{name:"Vea",shop:"supermarket"},name:"Vea",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Volg":{tags:{name:"Volg",shop:"supermarket"},name:"Volg",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Waitrose":{tags:{name:"Waitrose",shop:"supermarket"},name:"Waitrose",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Walmart":{tags:{name:"Walmart",shop:"supermarket"},name:"Walmart",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Walmart Neighborhood Market":{tags:{name:"Walmart Neighborhood Market",shop:"supermarket"},name:"Walmart Neighborhood Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Walmart Supercenter":{tags:{name:"Walmart Supercenter",shop:"supermarket"},name:"Walmart Supercenter",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Wasgau":{tags:{name:"Wasgau",shop:"supermarket"},name:"Wasgau",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Wegmans":{tags:{name:"Wegmans",shop:"supermarket"},name:"Wegmans",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Wellcome":{tags:{name:"Wellcome",shop:"supermarket"},name:"Wellcome",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Whole Foods Market":{tags:{name:"Whole Foods Market",shop:"supermarket"},name:"Whole Foods Market",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Willys":{tags:{name:"Willys",shop:"supermarket"},name:"Willys",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/WinCo Foods":{tags:{name:"WinCo Foods",shop:"supermarket"},name:"WinCo Foods",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Winn Dixie":{tags:{name:"Winn Dixie",shop:"supermarket"},name:"Winn Dixie",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Woolworths":{tags:{name:"Woolworths",shop:"supermarket"},name:"Woolworths",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/denn's Biomarkt":{tags:{name:"denn's Biomarkt",shop:"supermarket"},name:"denn's Biomarkt",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/fakta":{tags:{name:"fakta",shop:"supermarket"},name:"fakta",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/real":{tags:{name:"real",shop:"supermarket"},name:"real",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/tegut":{tags:{name:"tegut",shop:"supermarket"},name:"tegut",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Şok":{tags:{name:"Şok",shop:"supermarket"},name:"Şok",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ΑΒ Βασιλόπουλος":{tags:{name:"ΑΒ Βασιλόπουλος",shop:"supermarket"},name:"ΑΒ Βασιλόπουλος",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Γαλαξίας":{tags:{name:"Γαλαξίας",shop:"supermarket"},name:"Γαλαξίας",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Μασούτης":{tags:{name:"Μασούτης",shop:"supermarket"},name:"Μασούτης",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Σκλαβενίτης":{tags:{name:"Σκλαβενίτης",shop:"supermarket"},name:"Σκλαβενίτης",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/АТБ":{tags:{name:"АТБ",shop:"supermarket"},name:"АТБ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Абсолют":{tags:{name:"Абсолют",shop:"supermarket"},name:"Абсолют",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Азбука Вкуса":{tags:{name:"Азбука Вкуса",shop:"supermarket"},name:"Азбука Вкуса",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Атак":{tags:{name:"Атак",shop:"supermarket"},name:"Атак",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Ашан":{tags:{name:"Ашан",shop:"supermarket"},name:"Ашан",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Верный":{tags:{name:"Верный",shop:"supermarket"},name:"Верный",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Вопак":{tags:{name:"Вопак",shop:"supermarket"},name:"Вопак",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Гроздь":{tags:{name:"Гроздь",shop:"supermarket"},name:"Гроздь",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Десяточка":{tags:{name:"Десяточка",shop:"supermarket"},name:"Десяточка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Дикси":{tags:{name:"Дикси",shop:"supermarket"},name:"Дикси",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Евроопт":{tags:{name:"Евроопт",shop:"supermarket"},name:"Евроопт",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Карусель":{tags:{name:"Карусель",shop:"supermarket"},name:"Карусель",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Квартал":{tags:{name:"Квартал",shop:"supermarket"},name:"Квартал",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Командор":{tags:{name:"Командор",shop:"supermarket"},name:"Командор",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Красный Яр":{tags:{name:"Красный Яр",shop:"supermarket"},name:"Красный Яр",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Лента":{tags:{name:"Лента",shop:"supermarket"},name:"Лента",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Магнит":{tags:{name:"Магнит",shop:"supermarket"},name:"Магнит",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Магнолия":{tags:{name:"Магнолия",shop:"supermarket"},name:"Магнолия",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Монетка":{tags:{name:"Монетка",shop:"supermarket"},name:"Монетка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Народная 7Я семьЯ":{tags:{name:"Народная 7Я семьЯ",shop:"supermarket"},name:"Народная 7Я семьЯ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Перекресток":{tags:{name:"Перекресток",shop:"supermarket"},name:"Перекресток",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Покупочка":{tags:{name:"Покупочка",shop:"supermarket"},name:"Покупочка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Полушка":{tags:{name:"Полушка",shop:"supermarket"},name:"Полушка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Пятёрочка":{tags:{name:"Пятёрочка",shop:"supermarket"},name:"Пятёрочка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Радеж":{tags:{name:"Радеж",shop:"supermarket"},name:"Радеж",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Рукавичка":{tags:{name:"Рукавичка",shop:"supermarket"},name:"Рукавичка",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Светофор":{tags:{name:"Светофор",shop:"supermarket"},name:"Светофор",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Седьмой континент":{tags:{name:"Седьмой континент",shop:"supermarket"},name:"Седьмой континент",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Семейный":{tags:{name:"Семейный",shop:"supermarket"},name:"Семейный",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Семья":{tags:{name:"Семья",shop:"supermarket"},name:"Семья",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Супермаркет":{tags:{name:"Супермаркет",shop:"supermarket"},name:"Супермаркет",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Сільпо":{tags:{name:"Сільпо",shop:"supermarket"},name:"Сільпо",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Таврія‑В":{tags:{name:"Таврія‑В",shop:"supermarket"},name:"Таврія‑В",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Фора":{tags:{name:"Фора",shop:"supermarket"},name:"Фора",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Фуршет":{tags:{name:"Фуршет",shop:"supermarket"},name:"Фуршет",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Хүнсний дэлгүүр":{tags:{name:"Хүнсний дэлгүүр",shop:"supermarket"},name:"Хүнсний дэлгүүр",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/Эдельвейс":{tags:{name:"Эдельвейс",shop:"supermarket"},name:"Эдельвейс",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/хүнсний дэлгүүр":{tags:{name:"хүнсний дэлгүүр",shop:"supermarket"},name:"хүнсний дэлгүүр",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/بقالة":{tags:{name:"بقالة",shop:"supermarket"},name:"بقالة",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/سوپر مارکت":{tags:{name:"سوپر مارکت",shop:"supermarket"},name:"سوپر مارکت",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/سوپرمارکت":{tags:{name:"سوپرمارکت",shop:"supermarket"},name:"سوپرمارکت",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/いなげや":{tags:{name:"いなげや",shop:"supermarket"},name:"いなげや",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/まいばすけっと":{tags:{name:"まいばすけっと",shop:"supermarket"},name:"まいばすけっと",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/イオン":{tags:{name:"イオン",shop:"supermarket"},name:"イオン",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/イトーヨーカドー":{tags:{name:"イトーヨーカドー",shop:"supermarket"},name:"イトーヨーカドー",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/カスミ":{tags:{name:"カスミ",shop:"supermarket"},name:"カスミ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/マックスバリュ":{tags:{name:"マックスバリュ",shop:"supermarket"},name:"マックスバリュ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/マルエツ":{tags:{name:"マルエツ",shop:"supermarket"},name:"マルエツ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/ライフ":{tags:{name:"ライフ",shop:"supermarket"},name:"ライフ",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/全聯":{tags:{name:"全聯",shop:"supermarket"},name:"全聯",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/全聯福利中心":{tags:{name:"全聯福利中心",shop:"supermarket"},name:"全聯福利中心",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/惠康 Wellcome":{tags:{name:"惠康 Wellcome",shop:"supermarket"},name:"惠康 Wellcome",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/業務スーパー":{tags:{name:"業務スーパー",shop:"supermarket"},name:"業務スーパー",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/美廉社":{tags:{name:"美廉社",shop:"supermarket"},name:"美廉社",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/supermarket/西友":{tags:{name:"西友",shop:"supermarket"},name:"西友",icon:"maki-grocery",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tailor/Atelier de couture":{tags:{name:"Atelier de couture",shop:"tailor"},name:"Atelier de couture",icon:"maki-clothing-store",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/ticket/Boutique Grandes Lignes":{tags:{name:"Boutique Grandes Lignes",shop:"ticket"},name:"Boutique Grandes Lignes",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/ticket/Guichet Transilien":{tags:{name:"Guichet Transilien",shop:"ticket"},name:"Guichet Transilien",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/ticket/Касса":{tags:{name:"Касса",shop:"ticket"},name:"Касса",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/ticket/Проездные билеты":{tags:{name:"Проездные билеты",shop:"ticket"},name:"Проездные билеты",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Dohánybolt":{tags:{name:"Dohánybolt",shop:"tobacco"},name:"Dohánybolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Estanco":{tags:{name:"Estanco",shop:"tobacco"},name:"Estanco",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Nemzeti Dohánybolt":{tags:{name:"Nemzeti Dohánybolt",shop:"tobacco"},name:"Nemzeti Dohánybolt",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Tabacos":{tags:{name:"Tabacos",shop:"tobacco"},name:"Tabacos",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tobacco/Табакерка":{tags:{name:"Табакерка",shop:"tobacco"},name:"Табакерка",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Dráčik":{tags:{name:"Dráčik",shop:"toys"},name:"Dráčik",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Intertoys":{tags:{name:"Intertoys",shop:"toys"},name:"Intertoys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/King Jouet":{tags:{name:"King Jouet",shop:"toys"},name:"King Jouet",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/La Grande Récré":{tags:{name:"La Grande Récré",shop:"toys"},name:"La Grande Récré",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Maxi Toys":{tags:{name:"Maxi Toys",shop:"toys"},name:"Maxi Toys",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Toys R Us":{tags:{name:"Toys R Us",shop:"toys"},name:"Toys R Us",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Детский мир":{tags:{name:"Детский мир",shop:"toys"},name:"Детский мир",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/toys/Игрушки":{tags:{name:"Игрушки",shop:"toys"},name:"Игрушки",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/D-reizen":{tags:{name:"D-reizen",shop:"travel_agency"},name:"D-reizen",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/DER Reisebüro":{tags:{name:"DER Reisebüro",shop:"travel_agency"},name:"DER Reisebüro",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/First Reisebüro":{tags:{name:"First Reisebüro",shop:"travel_agency"},name:"First Reisebüro",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/Flight Centre":{tags:{name:"Flight Centre",shop:"travel_agency"},name:"Flight Centre",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/Reiseland":{tags:{name:"Reiseland",shop:"travel_agency"},name:"Reiseland",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/TUI":{tags:{name:"TUI",shop:"travel_agency"},name:"TUI",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/The Co-operative Travel":{tags:{name:"The Co-operative Travel",shop:"travel_agency"},name:"The Co-operative Travel",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/Thomas Cook":{tags:{name:"Thomas Cook",shop:"travel_agency"},name:"Thomas Cook",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/travel_agency/Thomson":{tags:{name:"Thomson",shop:"travel_agency"},name:"Thomson",icon:"maki-suitcase",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Borracharia":{tags:{name:"Borracharia",shop:"tyres"},name:"Borracharia",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Bridgestone":{tags:{name:"Bridgestone",shop:"tyres"},name:"Bridgestone",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Discount Tire":{tags:{name:"Discount Tire",shop:"tyres"},name:"Discount Tire",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Les Schwab Tire Center":{tags:{name:"Les Schwab Tire Center",shop:"tyres"},name:"Les Schwab Tire Center",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Vianor":{tags:{name:"Vianor",shop:"tyres"},name:"Vianor",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/tyres/Вулканизация":{tags:{name:"Вулканизация",shop:"tyres"},name:"Вулканизация",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Action":{tags:{name:"Action",shop:"variety_store"},name:"Action",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Bazar":{tags:{name:"Bazar",shop:"variety_store"},name:"Bazar",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Big Bazar":{tags:{name:"Big Bazar",shop:"variety_store"},name:"Big Bazar",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Dollar Tree":{tags:{name:"Dollar Tree",shop:"variety_store"},name:"Dollar Tree",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Dollarama":{tags:{name:"Dollarama",shop:"variety_store"},name:"Dollarama",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/EuroShop":{tags:{name:"EuroShop",shop:"variety_store"},name:"EuroShop",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Family Dollar":{tags:{name:"Family Dollar",shop:"variety_store"},name:"Family Dollar",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Fix Price":{tags:{name:"Fix Price",shop:"variety_store"},name:"Fix Price",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Fix price":{tags:{name:"Fix price",shop:"variety_store"},name:"Fix price",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/FixPrice":{tags:{name:"FixPrice",shop:"variety_store"},name:"FixPrice",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/GiFi":{tags:{name:"GiFi",shop:"variety_store"},name:"GiFi",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Home Bargains":{tags:{name:"Home Bargains",shop:"variety_store"},name:"Home Bargains",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Mäc-Geiz":{tags:{name:"Mäc-Geiz",shop:"variety_store"},name:"Mäc-Geiz",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/NOZ":{tags:{name:"NOZ",shop:"variety_store"},name:"NOZ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Poundland":{tags:{name:"Poundland",shop:"variety_store"},name:"Poundland",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Poundworld":{tags:{name:"Poundworld",shop:"variety_store"},name:"Poundworld",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/Tedi":{tags:{name:"Tedi",shop:"variety_store"},name:"Tedi",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/variety_store/ダイソー":{tags:{name:"ダイソー",shop:"variety_store"},name:"ダイソー",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/Blockbuster":{tags:{name:"Blockbuster",shop:"video"},name:"Blockbuster",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/Family Video":{tags:{name:"Family Video",shop:"video"},name:"Family Video",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/TSUTAYA":{tags:{name:"TSUTAYA",shop:"video"},name:"TSUTAYA",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/World of Video":{tags:{name:"World of Video",shop:"video"},name:"World of Video",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video/ゲオ":{tags:{name:"ゲオ",shop:"video"},name:"ゲオ",icon:"maki-shop",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video_games/EB Games":{tags:{name:"EB Games",shop:"video_games"},name:"EB Games",icon:"maki-gaming",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video_games/Game":{tags:{name:"Game",shop:"video_games"},name:"Game",icon:"maki-gaming",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video_games/GameStop":{tags:{name:"GameStop",shop:"video_games"},name:"GameStop",icon:"maki-gaming",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"shop/video_games/Micromania":{tags:{name:"Micromania",shop:"video_games"},name:"Micromania",icon:"maki-gaming",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours","payment_multi"],suggestion:true},"tourism/alpine_hut/КОШ":{tags:{name:"КОШ",tourism:"alpine_hut"},name:"КОШ",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/apartment/Двухкомнатная квартира на сутки":{tags:{name:"Двухкомнатная квартира на сутки",tourism:"apartment"},name:"Двухкомнатная квартира на сутки",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/attraction/Arch":{tags:{name:"Arch",tourism:"attraction"},name:"Arch",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Kursächsische Postmeilensäule":{tags:{name:"Kursächsische Postmeilensäule",tourism:"attraction"},name:"Kursächsische Postmeilensäule",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Maibaum":{tags:{name:"Maibaum",tourism:"attraction"},name:"Maibaum",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Moab trail":{tags:{name:"Moab trail",tourism:"attraction"},name:"Moab trail",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Moai":{tags:{name:"Moai",tourism:"attraction"},name:"Moai",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/OWŚ":{tags:{name:"OWŚ",tourism:"attraction"},name:"OWŚ",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Sommerrodelbahn":{tags:{name:"Sommerrodelbahn",tourism:"attraction"},name:"Sommerrodelbahn",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/path contiunes":{tags:{name:"path contiunes",tourism:"attraction"},name:"path contiunes",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/white blaze":{tags:{name:"white blaze",tourism:"attraction"},name:"white blaze",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Кладбище еврейское":{tags:{name:"Кладбище еврейское",tourism:"attraction"},name:"Кладбище еврейское",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Колесо обозрения":{tags:{name:"Колесо обозрения",tourism:"attraction"},name:"Колесо обозрения",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Приусадебный парк":{tags:{name:"Приусадебный парк",tourism:"attraction"},name:"Приусадебный парк",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Усадьба":{tags:{name:"Усадьба",tourism:"attraction"},name:"Усадьба",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Хозяйственный двор":{tags:{name:"Хозяйственный двор",tourism:"attraction"},name:"Хозяйственный двор",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/Часовня":{tags:{name:"Часовня",tourism:"attraction"},name:"Часовня",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/attraction/дольмен":{tags:{name:"дольмен",tourism:"attraction"},name:"дольмен",icon:"maki-star",geometry:["point","vertex","area"],fields:["name","operator","address"],suggestion:true},"tourism/camp_site/Camping Municipal":{tags:{name:"Camping Municipal",tourism:"camp_site"},name:"Camping Municipal",icon:"maki-campsite",geometry:["point","vertex","area"],fields:["name","operator","address","capacity","fee","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/camp_site/Camping municipal":{tags:{name:"Camping municipal",tourism:"camp_site"},name:"Camping municipal",icon:"maki-campsite",geometry:["point","vertex","area"],fields:["name","operator","address","capacity","fee","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/guest_house/Home":{tags:{name:"Home",tourism:"guest_house"},name:"Home",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/guest_house/OW Bielanka":{tags:{name:"OW Bielanka",tourism:"guest_house"},name:"OW Bielanka",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hostel/Albergue de Peregrinos":{tags:{name:"Albergue de Peregrinos",tourism:"hostel"},name:"Albergue de Peregrinos",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hostel/Hospedaje":{tags:{name:"Hospedaje",tourism:"hostel"},name:"Hospedaje",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hostel/Hostal":{tags:{name:"Hostal",tourism:"hostel"},name:"Hostal",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/B&B Hôtel":{tags:{name:"B&B Hôtel",tourism:"hotel"},name:"B&B Hôtel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/B&b Hôtel":{tags:{name:"B&b Hôtel",tourism:"hotel"},name:"B&b Hôtel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Best Western":{tags:{name:"Best Western",tourism:"hotel"},name:"Best Western",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Campanile":{tags:{name:"Campanile",tourism:"hotel"},name:"Campanile",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Central Hotel":{tags:{name:"Central Hotel",tourism:"hotel"},name:"Central Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/City Hotel":{tags:{name:"City Hotel",tourism:"hotel"},name:"City Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Comfort Inn":{tags:{name:"Comfort Inn",tourism:"hotel"},name:"Comfort Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Comfort Inn & Suites":{tags:{name:"Comfort Inn & Suites",tourism:"hotel"},name:"Comfort Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Comfort Suites":{tags:{name:"Comfort Suites",tourism:"hotel"},name:"Comfort Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Country Inn & Suites":{tags:{name:"Country Inn & Suites",tourism:"hotel"},name:"Country Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Courtyard by Marriott":{tags:{name:"Courtyard by Marriott",tourism:"hotel"},name:"Courtyard by Marriott",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Crowne Plaza":{tags:{name:"Crowne Plaza",tourism:"hotel"},name:"Crowne Plaza",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Days Inn":{tags:{name:"Days Inn",tourism:"hotel"},name:"Days Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Embassy Suites":{tags:{name:"Embassy Suites",tourism:"hotel"},name:"Embassy Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Extended Stay America":{tags:{name:"Extended Stay America",tourism:"hotel"},name:"Extended Stay America",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Fairfield Inn":{tags:{name:"Fairfield Inn",tourism:"hotel"},name:"Fairfield Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Fairfield Inn & Suites":{tags:{name:"Fairfield Inn & Suites",tourism:"hotel"},name:"Fairfield Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Formule 1":{tags:{name:"Formule 1",tourism:"hotel"},name:"Formule 1",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Grand Hotel":{tags:{name:"Grand Hotel",tourism:"hotel"},name:"Grand Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hampton Inn":{tags:{name:"Hampton Inn",tourism:"hotel"},name:"Hampton Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hampton Inn & Suites":{tags:{name:"Hampton Inn & Suites",tourism:"hotel"},name:"Hampton Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hilton Garden Inn":{tags:{name:"Hilton Garden Inn",tourism:"hotel"},name:"Hilton Garden Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Holiday Inn":{tags:{name:"Holiday Inn",tourism:"hotel"},name:"Holiday Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Holiday Inn Express":{tags:{name:"Holiday Inn Express",tourism:"hotel"},name:"Holiday Inn Express",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Holiday Inn Express & Suites":{tags:{name:"Holiday Inn Express & Suites",tourism:"hotel"},name:"Holiday Inn Express & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Homewood Suites":{tags:{name:"Homewood Suites",tourism:"hotel"},name:"Homewood Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Central":{tags:{name:"Hotel Central",tourism:"hotel"},name:"Hotel Central",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Europa":{tags:{name:"Hotel Europa",tourism:"hotel"},name:"Hotel Europa",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Ibis":{tags:{name:"Hotel Ibis",tourism:"hotel"},name:"Hotel Ibis",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Krone":{tags:{name:"Hotel Krone",tourism:"hotel"},name:"Hotel Krone",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Panorama":{tags:{name:"Hotel Panorama",tourism:"hotel"},name:"Hotel Panorama",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Plaza":{tags:{name:"Hotel Plaza",tourism:"hotel"},name:"Hotel Plaza",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Post":{tags:{name:"Hotel Post",tourism:"hotel"},name:"Hotel Post",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Royal":{tags:{name:"Hotel Royal",tourism:"hotel"},name:"Hotel Royal",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel Victoria":{tags:{name:"Hotel Victoria",tourism:"hotel"},name:"Hotel Victoria",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hotel zur Post":{tags:{name:"Hotel zur Post",tourism:"hotel"},name:"Hotel zur Post",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hôtel Ibis":{tags:{name:"Hôtel Ibis",tourism:"hotel"},name:"Hôtel Ibis",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Hôtel de France":{tags:{name:"Hôtel de France",tourism:"hotel"},name:"Hôtel de France",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Ibis":{tags:{name:"Ibis",tourism:"hotel"},name:"Ibis",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Ibis Budget":{tags:{name:"Ibis Budget",tourism:"hotel"},name:"Ibis Budget",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Ibis Styles":{tags:{name:"Ibis Styles",tourism:"hotel"},name:"Ibis Styles",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Kyriad":{tags:{name:"Kyriad",tourism:"hotel"},name:"Kyriad",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/La Quinta":{tags:{name:"La Quinta",tourism:"hotel"},name:"La Quinta",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Marriott":{tags:{name:"Marriott",tourism:"hotel"},name:"Marriott",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Mercure":{tags:{name:"Mercure",tourism:"hotel"},name:"Mercure",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Novotel":{tags:{name:"Novotel",tourism:"hotel"},name:"Novotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Palace Hotel":{tags:{name:"Palace Hotel",tourism:"hotel"},name:"Palace Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Park Hotel":{tags:{name:"Park Hotel",tourism:"hotel"},name:"Park Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Parkhotel":{tags:{name:"Parkhotel",tourism:"hotel"},name:"Parkhotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Premier Inn":{tags:{name:"Premier Inn",tourism:"hotel"},name:"Premier Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Première Classe":{tags:{name:"Première Classe",tourism:"hotel"},name:"Première Classe",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Quality Inn":{tags:{name:"Quality Inn",tourism:"hotel"},name:"Quality Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Quality Inn & Suites":{tags:{name:"Quality Inn & Suites",tourism:"hotel"},name:"Quality Inn & Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Ramada":{tags:{name:"Ramada",tourism:"hotel"},name:"Ramada",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Residence Inn":{tags:{name:"Residence Inn",tourism:"hotel"},name:"Residence Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Royal Hotel":{tags:{name:"Royal Hotel",tourism:"hotel"},name:"Royal Hotel",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Sheraton":{tags:{name:"Sheraton",tourism:"hotel"},name:"Sheraton",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Sleep Inn":{tags:{name:"Sleep Inn",tourism:"hotel"},name:"Sleep Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Staybridge Suites":{tags:{name:"Staybridge Suites",tourism:"hotel"},name:"Staybridge Suites",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Super 8":{tags:{name:"Super 8",tourism:"hotel"},name:"Super 8",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Travelodge":{tags:{name:"Travelodge",tourism:"hotel"},name:"Travelodge",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/Гостиница":{tags:{name:"Гостиница",tourism:"hotel"},name:"Гостиница",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/hotel/東横イン":{tags:{name:"東横イン",tourism:"hotel"},name:"東横イン",icon:"maki-lodging",geometry:["point","area"],fields:["name","brand","operator","address","building_area","smoking","stars","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/motel/Budget Inn":{tags:{name:"Budget Inn",tourism:"motel"},name:"Budget Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/motel/Econo Lodge":{tags:{name:"Econo Lodge",tourism:"motel"},name:"Econo Lodge",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/motel/Motel 6":{tags:{name:"Motel 6",tourism:"motel"},name:"Motel 6",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/motel/Rodeway Inn":{tags:{name:"Rodeway Inn",tourism:"motel"},name:"Rodeway Inn",icon:"maki-lodging",geometry:["point","area"],fields:["name","operator","address","building_area","smoking","rooms","internet_access","internet_access/fee","internet_access/ssid"],suggestion:true},"tourism/museum/Heimatmuseum":{tags:{name:"Heimatmuseum",tourism:"museum"},name:"Heimatmuseum",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"tourism/museum/Stadtmuseum":{tags:{name:"Stadtmuseum",tourism:"museum"},name:"Stadtmuseum",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"tourism/museum/Tájház":{tags:{name:"Tájház",tourism:"museum"},name:"Tájház",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"tourism/museum/Краеведческий музей":{tags:{name:"Краеведческий музей",tourism:"museum"},name:"Краеведческий музей",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true},"tourism/museum/Музей":{tags:{name:"Музей",tourism:"museum"},name:"Музей",icon:"maki-museum",geometry:["point","area"],fields:["name","operator","address","building_area","opening_hours"],suggestion:true}};
 
   var defaults = {area:["category-landuse","category-building","category-water-area","category-natural-area","leisure/park","amenity/hospital","amenity/place_of_worship","amenity/cafe","amenity/restaurant","area"],line:["category-road","category-rail","category-path","category-water-line","category-barrier","category-natural-line","power/line","line"],point:["category-natural-point","leisure/park","amenity/hospital","amenity/place_of_worship","amenity/cafe","amenity/restaurant","amenity/fast_food","amenity/bar","amenity/bank","shop/supermarket","point"],vertex:["highway/crosswalk","highway/crossing","railway/level_crossing","highway/traffic_signals","highway/turning_circle","highway/turning_loop","traffic_calming","highway/mini_roundabout","highway/motorway_junction","vertex"],relation:["category-route","category-restriction","public_transport/stop_area","type/boundary","type/waterway","type/multipolygon","type/site","relation"]};
 
   var categories = {"category-barrier":{icon:"maki-roadblock",geometry:"line",name:"Barrier Features",members:["barrier/fence","barrier/wall","barrier/ditch","barrier/gate","barrier/hedge","barrier/kerb","barrier"]},"category-building":{icon:"maki-building",geometry:"area",name:"Building Features",members:["building","building/house","building/apartments","building/retail","building/commercial","building/industrial","building/residential"]},"category-golf":{icon:"maki-golf",geometry:"area",name:"Golf Features",members:["golf/fairway","golf/green","golf/lateral_water_hazard_area","golf/rough","golf/bunker","golf/tee","golf/water_hazard_area"]},"category-landuse":{icon:"maki-landuse",geometry:"area",name:"Land Use Features",members:["landuse/residential","landuse/industrial","landuse/commercial","landuse/retail","landuse/farmland","landuse/farmyard","landuse/forest","landuse/meadow","landuse/aquaculture","landuse/cemetery","landuse/military","landuse/religious"]},"category-natural-area":{icon:"maki-natural",geometry:"area",name:"Natural Features",members:["natural/water","natural/wood","natural/scrub","natural/wetland","natural/grassland","natural/heath","natural/bare_rock","natural/beach","natural/cave_entrance","natural/glacier"]},"category-natural-line":{icon:"maki-natural",geometry:"line",name:"Natural Features",members:["natural/coastline","natural/tree_row"]},"category-natural-point":{icon:"maki-natural",geometry:"point",name:"Natural Features",members:["natural/peak","natural/cliff","natural/beach","natural/cave_entrance"]},"category-path":{icon:"iD-category-path",geometry:"line",name:"Path Features",members:["footway/crosswalk","footway/sidewalk","highway/steps","highway/path","highway/footway","highway/cycleway","highway/bridleway","highway/pedestrian_line"]},"category-rail":{icon:"iD-category-rail",geometry:"line",name:"Rail Features",members:["railway/rail","railway/subway","railway/tram","railway/monorail","railway/disused","railway/abandoned"]},"category-restriction":{icon:"iD-restriction",geometry:"relation",name:"Restriction Features",members:["type/restriction/no_left_turn","type/restriction/no_right_turn","type/restriction/no_straight_on","type/restriction/no_u_turn","type/restriction/only_left_turn","type/restriction/only_right_turn","type/restriction/only_straight_on","type/restriction/only_u_turn","type/restriction"]},"category-road":{icon:"iD-category-roads",geometry:"line",name:"Road Features",members:["highway/residential","highway/motorway","highway/trunk","highway/primary","highway/secondary","highway/tertiary","highway/living_street","highway/unclassified","highway/service","highway/track","highway/motorway_link","highway/trunk_link","highway/primary_link","highway/secondary_link","highway/tertiary_link","highway/road"]},"category-route":{icon:"iD-route",geometry:"relation",name:"Route Features",members:["type/route/road","type/route/bicycle","type/route/foot","type/route/hiking","type/route/horse","type/route/piste","type/route/bus","type/route/train","type/route/light_rail","type/route/tram","type/route/subway","type/route/ferry","type/route/power","type/route/pipeline","type/route/detour","type/route_master","type/route"]},"category-water-area":{icon:"maki-water",geometry:"area",name:"Water Features",members:["natural/water/lake","natural/water/pond","natural/water/reservoir","natural/water"]},"category-water-line":{icon:"iD-category-water",geometry:"line",name:"Water Features",members:["waterway/river","waterway/stream","waterway/canal","waterway/ditch","waterway/drain"]}};
 
-  var fields = {access_simple:{key:"access",type:"combo",label:"Allowed Access",options:["yes","permissive","private","customers","no"]},access:{keys:["access","foot","motor_vehicle","bicycle","horse"],reference:{key:"access"},type:"access",label:"Allowed Access",placeholder:"Not Specified",strings:{types:{access:"All",foot:"Foot",motor_vehicle:"Motor Vehicles",bicycle:"Bicycles",horse:"Horses"},options:{yes:{title:"Allowed",description:"Access permitted by law; a right of way"},no:{title:"Prohibited",description:"Access not permitted to the general public"},permissive:{title:"Permissive",description:"Access permitted until such time as the owner revokes the permission"},"private":{title:"Private",description:"Access permitted only with permission of the owner on an individual basis"},designated:{title:"Designated",description:"Access permitted according to signs or specific local laws"},destination:{title:"Destination",description:"Access permitted only to reach a destination"},dismount:{title:"Dismount",description:"Access permitted but rider must dismount"}}}},address:{type:"address",keys:["addr:block_number","addr:city","addr:block_number","addr:conscriptionnumber","addr:county","addr:country","addr:county","addr:district","addr:floor","addr:hamlet","addr:housename","addr:housenumber","addr:neighbourhood","addr:place","addr:postcode","addr:province","addr:quarter","addr:state","addr:street","addr:subdistrict","addr:suburb","addr:unit"],reference:{key:"addr"},icon:"address",universal:true,label:"Address",strings:{placeholders:{block_number:"Block Number","block_number!jp":"Block No.",city:"City","city!jp":"City/Town/Village/Tokyo Special Ward","city!vn":"City/Town",conscriptionnumber:"123",country:"Country",county:"County","county!jp":"District",district:"District","district!vn":"Arrondissement/Town/District",floor:"Floor",hamlet:"Hamlet",housename:"Housename",housenumber:"123","housenumber!jp":"Building No./Lot No.",neighbourhood:"Neighbourhood","neighbourhood!jp":"Chōme/Aza/Koaza",place:"Place",postcode:"Postcode",province:"Province","province!jp":"Prefecture",quarter:"Quarter","quarter!jp":"Ōaza/Machi",state:"State",street:"Street",subdistrict:"Subdistrict","subdistrict!vn":"Ward/Commune/Townlet",suburb:"Suburb","suburb!jp":"Ward",unit:"Unit"}}},admin_level:{key:"admin_level",type:"number",minValue:1,label:"Admin Level"},aerialway:{key:"aerialway",type:"typeCombo",label:"Type"},"aerialway/access":{key:"aerialway:access",type:"combo",label:"Access",strings:{options:{entry:"Entry",exit:"Exit",both:"Both"}}},"aerialway/bubble":{key:"aerialway:bubble",type:"check",label:"Bubble"},"aerialway/capacity":{key:"aerialway:capacity",type:"number",minValue:0,label:"Capacity (per hour)",placeholder:"500, 2500, 5000..."},"aerialway/duration":{key:"aerialway:duration",type:"number",minValue:0,label:"Duration (minutes)",placeholder:"1, 2, 3..."},"aerialway/heating":{key:"aerialway:heating",type:"check",label:"Heated"},"aerialway/occupancy":{key:"aerialway:occupancy",type:"number",minValue:0,label:"Occupancy",placeholder:"2, 4, 8..."},"aerialway/summer/access":{key:"aerialway:summer:access",type:"combo",label:"Access (summer)",strings:{options:{entry:"Entry",exit:"Exit",both:"Both"}}},aeroway:{key:"aeroway",type:"typeCombo",label:"Type"},agrarian:{key:"agrarian",type:"semiCombo",label:"Products"},amenity:{key:"amenity",type:"typeCombo",label:"Type"},animal_boarding:{key:"animal_boarding",type:"semiCombo",label:"For Animals"},animal_breeding:{key:"animal_breeding",type:"semiCombo",label:"For Animals"},animal_shelter:{key:"animal_shelter",type:"semiCombo",label:"For Animals"},"area/highway":{key:"area:highway",type:"typeCombo",label:"Type"},artist:{key:"artist_name",type:"text",label:"Artist"},artwork_type:{key:"artwork_type",type:"combo",label:"Type"},atm:{key:"atm",type:"check",label:"ATM"},backrest:{key:"backrest",type:"check",label:"Backrest"},barrier:{key:"barrier",type:"typeCombo",label:"Type"},"bath/open_air":{key:"bath:open_air",label:"Open Air",type:"check"},"bath/sand_bath":{key:"bath:sand_bath",label:"Sand Bath",type:"check"},"bath/type":{key:"bath:type",type:"combo",label:"Specialty",strings:{options:{onsen:"Japanese Onsen",foot_bath:"Foot Bath",hot_spring:"Hot Spring"}}},beauty:{key:"beauty",type:"combo",label:"Shop Type"},bench:{key:"bench",type:"check",label:"Bench"},bicycle_parking:{key:"bicycle_parking",type:"combo",label:"Type"},bin:{key:"bin",type:"check",label:"Waste Bin"},blood_components:{key:"blood:",type:"multiCombo",label:"Blood Components",strings:{options:{whole:"whole blood",plasma:"plasma",platelets:"platelets",stemcells:"stem cell samples"}}},board_type:{key:"board_type",type:"typeCombo",label:"Type"},booth:{key:"booth",type:"combo",label:"Booth",caseSensitive:true},boules:{key:"boules",type:"typeCombo",label:"Type"},boundary:{key:"boundary",type:"combo",label:"Type"},brand:{key:"brand",type:"text",label:"Brand"},brewery:{key:"brewery",type:"semiCombo",label:"Draft Beers"},bridge:{key:"bridge",type:"typeCombo",label:"Type",placeholder:"Default"},building_area:{key:"building",type:"combo","default":"yes",geometry:"area",label:"Building"},building:{key:"building",type:"combo",label:"Building"},bunker_type:{key:"bunker_type",type:"combo",label:"Type"},cables:{key:"cables",type:"number",minValue:1,label:"Cables",placeholder:"1, 2, 3..."},"camera/direction":{key:"camera:direction",type:"number",label:"Direction (Degrees Clockwise)",placeholder:"45, 90, 180, 270"},"camera/mount":{key:"camera:mount",type:"combo",label:"Camera Mount"},"camera/type":{key:"camera:type",type:"combo",label:"Camera Type",strings:{options:{fixed:"Fixed",panning:"Panning",dome:"Dome"}}},capacity:{key:"capacity",type:"number",minValue:0,label:"Capacity",placeholder:"50, 100, 200..."},castle_type:{key:"castle_type",type:"combo",label:"Type"},clothes:{key:"clothes",type:"semiCombo",label:"Clothes"},club:{key:"club",type:"typeCombo",label:"Type"},collection_times:{key:"collection_times",type:"text",label:"Collection Times"},comment:{key:"comment",type:"textarea",label:"Changeset Comment",placeholder:"Brief description of your contributions (required)"},communication_multi:{key:"communication:",type:"multiCombo",label:"Communication Types"},construction:{key:"construction",type:"combo",label:"Type"},"contact/webcam":{key:"contact:webcam",type:"url",icon:"website",label:"Webcam URL",placeholder:"http://example.com/"},content:{key:"content",type:"combo",label:"Content"},country:{key:"country",type:"combo",label:"Country"},covered:{key:"covered",type:"check",label:"Covered"},craft:{key:"craft",type:"typeCombo",label:"Type"},"crane/type":{key:"crane:type",type:"combo",label:"Crane Type",strings:{options:{portal_crane:"Portal Crane","floor-mounted_crane":"Floor-mounted Crane",travel_lift:"Travel Lift"}}},crop:{key:"crop",type:"semiCombo",label:"Crops"},crossing:{key:"crossing",type:"combo",label:"Type"},cuisine:{key:"cuisine",type:"semiCombo",label:"Cuisines"},currency_multi:{key:"currency:",type:"multiCombo",label:"Currency Types"},cutting:{key:"cutting",type:"typeCombo",label:"Type",placeholder:"Default"},cycle_network:{key:"cycle_network",type:"networkCombo",label:"Network"},cycleway:{keys:["cycleway:left","cycleway:right"],reference:{key:"cycleway"},type:"cycleway",label:"Bike Lanes",placeholder:"none",strings:{types:{"cycleway:left":"Left side","cycleway:right":"Right side"},options:{none:{title:"None",description:"No bike lane"},lane:{title:"Standard bike lane",description:"A bike lane separated from auto traffic by a painted line"},shared_lane:{title:"Shared bike lane",description:"A bike lane with no separation from auto traffic"},track:{title:"Bike track",description:"A bike lane separated from traffic by a physical barrier"},share_busway:{title:"Bike lane shared with bus",description:"A bike lane shared with a bus lane"},opposite_lane:{title:"Opposite bike lane",description:"A bike lane that travels in the opposite direction of traffic"},opposite:{title:"Contraflow bike lane",description:"A bike lane that travels in both directions on a one-way street"}}}},"dance/style":{key:"dance:style",type:"semiCombo",label:"Dance Styles"},date:{key:"date",type:"check",label:"Date"},delivery:{key:"delivery",type:"check",label:"Delivery"},denomination:{key:"denomination",type:"combo",label:"Denomination"},denotation:{key:"denotation",type:"combo",label:"Denotation"},description:{key:"description",type:"textarea",label:"Description",universal:true},devices:{key:"devices",type:"number",minValue:0,label:"Devices",placeholder:"1, 2, 3..."},diaper:{key:"diaper",type:"combo",label:"Diaper Changing Available",options:["yes","no","room","1","2","3","4","5"]},direction_cardinal:{key:"direction",type:"combo",label:"Direction",strings:{options:{N:"North",E:"East",S:"South",W:"West",NE:"Northeast",SE:"Southeast",SW:"Southwest",NW:"Northwest",NNE:"North-northeast",ENE:"East-northeast",ESE:"East-southeast",SSE:"South-southeast",SSW:"South-southwest",WSW:"West-southwest",WNW:"West-northwest",NNW:"North-northwest"}}},direction_clock:{key:"direction",type:"combo",label:"Direction",strings:{options:{clockwise:"Clockwise",anticlockwise:"Counterclockwise"}}},direction_vertex:{key:"direction",type:"combo",label:"Direction",strings:{options:{forward:"Forward",backward:"Backward",both:"Both / All"}}},direction:{key:"direction",type:"number",label:"Direction (Degrees Clockwise)",placeholder:"45, 90, 180, 270"},dispensing:{key:"dispensing",type:"check",label:"Dispenses Prescriptions","default":"yes"},display:{key:"display",type:"combo",label:"Display",options:["analog","digital","sundial","unorthodox"]},distance:{key:"distance",type:"text",label:"Total Distance"},dock:{key:"dock",type:"combo",label:"Type"},drive_through:{key:"drive_through",type:"check",label:"Drive-Through"},duration:{key:"duration",type:"text",label:"Duration",placeholder:"00:00"},electrified:{key:"electrified",type:"combo",label:"Electrification",placeholder:"Contact Line, Electrified Rail...",strings:{options:{contact_line:"Contact Line",rail:"Electrified Rail",yes:"Yes (unspecified)",no:"No"}}},elevation:{key:"ele",type:"number",icon:"elevation",universal:true,label:"Elevation"},email:{key:"email",type:"email",placeholder:"example@example.com",universal:true,label:"Email"},embankment:{key:"embankment",type:"typeCombo",label:"Type",placeholder:"Default"},emergency:{key:"emergency",type:"check",label:"Emergency"},entrance:{key:"entrance",type:"typeCombo",label:"Type"},except:{key:"except",type:"combo",label:"Exceptions"},faces:{key:"faces",type:"number",minValue:0,label:"Faces"},fax:{key:"fax",type:"tel",label:"Fax",universal:true,placeholder:"+31 42 123 4567"},fee:{key:"fee",type:"check",label:"Fee"},fence_type:{key:"fence_type",type:"combo",label:"Type"},"fire_hydrant/position":{key:"fire_hydrant:position",type:"combo",label:"Position",strings:{options:{lane:"Lane",parking_lot:"Parking Lot",sidewalk:"Sidewalk",green:"Green"}}},"fire_hydrant/type":{key:"fire_hydrant:type",type:"combo",label:"Type",strings:{options:{pillar:"Pillar/Aboveground",underground:"Underground",wall:"Wall",pond:"Pond"}}},fitness_station:{key:"fitness_station",type:"typeCombo",label:"Equipment Type"},fixme:{key:"fixme",type:"textarea",label:"Fix Me",universal:true},ford:{key:"ford",type:"typeCombo",label:"Type",placeholder:"Default"},frequency:{key:"frequency",type:"combo",label:"Operating Frequency"},fuel_multi:{key:"fuel:",type:"multiCombo",label:"Fuel Types"},fuel:{key:"fuel",type:"combo",label:"Fuel"},gauge:{key:"gauge",type:"combo",label:"Gauge"},gender:{type:"radio",keys:["male","female","unisex"],label:"Gender",placeholder:"Unknown",strings:{options:{male:"Male",female:"Female",unisex:"Unisex"}}},"generator/method":{key:"generator:method",type:"combo",label:"Method"},"generator/output/electricity":{key:"generator:output:electricity",type:"text",label:"Power Output",placeholder:"50 MW, 100 MW, 200 MW..."},"generator/source":{key:"generator:source",type:"combo",label:"Source"},"generator/type":{key:"generator:type",type:"combo",label:"Type"},government:{key:"government",type:"typeCombo",label:"Type"},grape_variety:{key:"grape_variety",type:"semiCombo",label:"Grape Varieties"},handicap:{key:"handicap",type:"number",label:"Handicap",placeholder:"1-18"},handrail:{key:"handrail",type:"check",label:"Handrail"},hashtags:{key:"hashtags",type:"semiCombo",label:"Suggested Hashtags",placeholder:"#example"},healthcare:{key:"healthcare",type:"typeCombo",label:"Type"},"healthcare/speciality":{key:"healthcare:speciality",type:"semiCombo",reference:{key:"healthcare"},label:"Specialties"},height:{key:"height",minValue:0,type:"number",label:"Height (Meters)"},highway:{key:"highway",type:"typeCombo",label:"Type"},historic:{key:"historic",type:"typeCombo",label:"Type"},"historic/civilization":{key:"historic:civilization",type:"combo",label:"Historic Civilization"},hoops:{key:"hoops",type:"number",minValue:0,label:"Hoops",placeholder:"1, 2, 4..."},horse_dressage:{key:"sport",type:"check",label:"Dressage Riding",strings:{options:{"undefined":"No",equestrian:"Yes"}},reference:{key:"sport",value:"equestrian"}},horse_riding:{key:"leisure",type:"check",label:"Horseback Riding",strings:{options:{"undefined":"No",horse_riding:"Yes"}},reference:{key:"leisure",value:"horse_riding"}},horse_scale:{key:"horse_scale",type:"combo",label:"Horseback Riding Difficulty",placeholder:"Difficult, Dangerous...",strings:{options:{common:"Easy: No problems or difficulties. (default)",demanding:"Use with caution: Uneven way, occasional difficult passages.",difficult:"Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.",critical:"Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.",dangerous:"Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.",impossible:"Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."}}},horse_stables:{key:"amenity",type:"check",label:"Riding Stable",strings:{options:{"undefined":"No",stables:"Yes"}},reference:{key:"amenity",value:"stables"}},iata:{key:"iata",type:"text",label:"IATA"},icao:{key:"icao",type:"text",label:"ICAO"},incline_steps:{key:"incline",type:"combo",label:"Incline",strings:{options:{up:"Up",down:"Down"}}},incline:{key:"incline",type:"combo",label:"Incline"},indoor:{key:"indoor",type:"check",label:"Indoor"},industrial:{key:"industrial",type:"combo",label:"Type"},information:{key:"information",type:"typeCombo",label:"Type"},inscription:{key:"inscription",type:"textarea",label:"Inscription"},intermittent:{key:"intermittent",type:"check",label:"Intermittent"},internet_access:{key:"internet_access",type:"combo",label:"Internet Access",strings:{options:{yes:"Yes",no:"No",wlan:"Wifi",wired:"Wired",terminal:"Terminal"}}},"internet_access/fee":{key:"internet_access:fee",type:"check",label:"Internet Access Fee"},"internet_access/ssid":{key:"internet_access:ssid",type:"text",label:"SSID (Network Name)"},kerb:{key:"kerb",type:"combo",label:"Curb"},label:{key:"label",type:"textarea",label:"Label"},lamp_type:{key:"lamp_type",type:"combo",label:"Type"},landuse:{key:"landuse",type:"typeCombo",label:"Type"},lanes:{key:"lanes",type:"number",minValue:0,label:"Lanes",placeholder:"1, 2, 3..."},layer:{key:"layer",type:"number",label:"Layer",placeholder:"0"},leaf_cycle_singular:{key:"leaf_cycle",type:"combo",label:"Leaf Cycle",strings:{options:{evergreen:"Evergreen",deciduous:"Deciduous",semi_evergreen:"Semi-Evergreen",semi_deciduous:"Semi-Deciduous"}}},leaf_cycle:{key:"leaf_cycle",type:"combo",label:"Leaf Cycle",strings:{options:{evergreen:"Evergreen",deciduous:"Deciduous",semi_evergreen:"Semi-Evergreen",semi_deciduous:"Semi-Deciduous",mixed:"Mixed"}}},leaf_type_singular:{key:"leaf_type",type:"combo",label:"Leaf Type",strings:{options:{broadleaved:"Broadleaved",needleleaved:"Needleleaved",leafless:"Leafless"}}},leaf_type:{key:"leaf_type",type:"combo",label:"Leaf Type",strings:{options:{broadleaved:"Broadleaved",needleleaved:"Needleleaved",mixed:"Mixed",leafless:"Leafless"}}},leisure:{key:"leisure",type:"typeCombo",label:"Type"},length:{key:"length",type:"number",minValue:0,label:"Length (Meters)"},level:{key:"level",type:"combo",label:"Level",universal:true},levels:{key:"building:levels",type:"number",minValue:0,label:"Levels",placeholder:"2, 4, 6..."},lit:{key:"lit",type:"check",label:"Lit"},location:{key:"location",type:"combo",label:"Location"},man_made:{key:"man_made",type:"typeCombo",label:"Type"},manhole:{key:"manhole",type:"typeCombo",label:"Type"},map_size:{key:"map_size",type:"typeCombo",label:"Coverage"},map_type:{key:"map_type",type:"typeCombo",label:"Type"},maxheight:{key:"maxheight",type:"combo",label:"Max Height",placeholder:"4, 4.5, 5, 14'0\", 14'6\", 15'0\"",snake_case:false},maxspeed:{key:"maxspeed",type:"maxspeed",label:"Speed Limit",placeholder:"40, 50, 60..."},"maxspeed/advisory":{key:"maxspeed:advisory",type:"maxspeed",label:"Advisory Speed Limit",placeholder:"40, 50, 60..."},maxstay:{key:"maxstay",type:"combo",label:"Max Stay",options:["15 min","30 min","45 min","1 hr","1.5 hr","2 hr","2.5 hr","3 hr","4 hr","1 day","2 day"],snake_case:false},maxweight:{key:"maxweight",type:"combo",label:"Max Weight",snake_case:false},memorial:{key:"memorial",type:"typeCombo",label:"Type"},monitoring_multi:{key:"monitoring:",type:"multiCombo",label:"Monitoring"},"mtb/scale":{key:"mtb:scale",type:"combo",label:"Mountain Biking Difficulty",placeholder:"0, 1, 2, 3...",strings:{options:{"0":"0: Solid gravel/packed earth, no obstacles, wide curves","1":"1: Some loose surface, small obstacles, wide curves","2":"2: Much loose surface, large obstacles, easy hairpins","3":"3: Slippery surface, large obstacles, tight hairpins","4":"4: Loose surface or boulders, dangerous hairpins","5":"5: Maximum difficulty, boulder fields, landslides","6":"6: Not rideable except by the very best mountain bikers"}}},"mtb/scale/imba":{key:"mtb:scale:imba",type:"combo",label:"IMBA Trail Difficulty",placeholder:"Easy, Medium, Difficult...",strings:{options:{"0":"Easiest (white circle)","1":"Easy (green circle)","2":"Medium (blue square)","3":"Difficult (black diamond)","4":"Extremely Difficult (double black diamond)"}}},"mtb/scale/uphill":{key:"mtb:scale:uphill",type:"combo",label:"Mountain Biking Uphill Difficulty",placeholder:"0, 1, 2, 3...",strings:{options:{"0":"0: Avg. incline <10%, gravel/packed earth, no obstacles","1":"1: Avg. incline <15%, gravel/packed earth, few small objects","2":"2: Avg. incline <20%, stable surface, fistsize rocks/roots","3":"3: Avg. incline <25%, variable surface, fistsize rocks/branches","4":"4: Avg. incline <30%, poor condition, big rocks/branches","5":"5: Very steep, bike generally needs to be pushed or carried"}}},name:{key:"name",type:"localized",label:"Name",universal:true,placeholder:"Common name (if any)"},natural:{key:"natural",type:"typeCombo",label:"Natural"},network_bicycle:{key:"network",type:"combo",label:"Network Type",placeholder:"Local, Regional, National, International",strings:{options:{lcn:"Local",rcn:"Regional",ncn:"National",icn:"International"}}},network_foot:{key:"network",type:"combo",label:"Network Type",placeholder:"Local, Regional, National, International",strings:{options:{lwn:"Local",rwn:"Regional",nwn:"National",iwn:"International"}}},network_horse:{key:"network",type:"combo",label:"Network Type",placeholder:"Local, Regional, National, International",strings:{options:{lhn:"Local",rhn:"Regional",nhn:"National",ihn:"International"}}},network_road:{key:"network",type:"networkCombo",label:"Network"},network:{key:"network",type:"text",label:"Network"},note:{key:"note",type:"textarea",universal:true,icon:"note",label:"Note"},office:{key:"office",type:"typeCombo",label:"Type"},oneway_yes:{key:"oneway",type:"onewayCheck",label:"One Way",strings:{options:{"undefined":"Assumed to be Yes",yes:"Yes",no:"No",reversible:"Reversible",alternating:"Alternating"}}},oneway:{key:"oneway",type:"onewayCheck",label:"One Way",strings:{options:{"undefined":"Assumed to be No",yes:"Yes",no:"No",reversible:"Reversible",alternating:"Alternating"}}},opening_hours:{key:"opening_hours",type:"combo",label:"Hours",snake_case:false},operator:{key:"operator",type:"text",label:"Operator"},outdoor_seating:{key:"outdoor_seating",type:"check",label:"Outdoor Seating"},par:{key:"par",type:"number",minValue:1,label:"Par",placeholder:"3, 4, 5..."},park_ride:{key:"park_ride",type:"check",label:"Park and Ride"},parking:{key:"parking",type:"combo",label:"Type",strings:{options:{surface:"Surface","multi-storey":"Multilevel",underground:"Underground",sheds:"Sheds",carports:"Carports",garage_boxes:"Garage Boxes",lane:"Roadside Lane"}}},payment_multi:{key:"payment:",type:"multiCombo",label:"Payment Types",universal:true},phases:{key:"phases",type:"number",minValue:1,label:"Phases",placeholder:"1, 2, 3..."},phone:{key:"phone",type:"tel",icon:"maki-telephone",universal:true,label:"Telephone",placeholder:"+31 42 123 4567"},"piste/difficulty":{key:"piste:difficulty",type:"combo",label:"Difficulty",placeholder:"Easy, Intermediate, Advanced...",strings:{options:{novice:"Novice (instructional)",easy:"Easy (green circle)",intermediate:"Intermediate (blue square)",advanced:"Advanced (black diamond)",expert:"Expert (double black diamond)",freeride:"Freeride (off-piste)",extreme:"Extreme (climbing equipment required)"}}},"piste/grooming":{key:"piste:grooming",type:"combo",label:"Grooming",strings:{options:{classic:"Classic",mogul:"Mogul",backcountry:"Backcountry","classic+skating":"Classic and Skating",scooter:"Scooter/Snowmobile",skating:"Skating"}}},"piste/type":{key:"piste:type",type:"typeCombo",label:"Type",strings:{options:{downhill:"Downhill",nordic:"Nordic",skitour:"Skitour",sled:"Sled",hike:"Hike",sleigh:"Sleigh",ice_skate:"Ice Skate",snow_park:"Snow Park",playground:"Playground"}}},place:{key:"place",type:"typeCombo",label:"Type"},plant:{key:"plant",type:"combo",label:"Plant"},"plant/output/electricity":{key:"plant:output:electricity",type:"text",label:"Power Output",placeholder:"500 MW, 1000 MW, 2000 MW..."},"playground/baby":{key:"baby",type:"check",label:"Baby Seat"},"playground/max_age":{key:"max_age",type:"number",minValue:0,label:"Maximum Age"},"playground/min_age":{key:"min_age",type:"number",minValue:0,label:"Minimum Age"},population:{key:"population",type:"text",label:"Population"},power_supply:{key:"power_supply",type:"check",label:"Power Supply"},power:{key:"power",type:"typeCombo",label:"Type"},produce:{key:"produce",type:"semiCombo",label:"Produce"},product:{key:"product",type:"semiCombo",label:"Products"},railway:{key:"railway",type:"typeCombo",label:"Type"},"railway/position":{key:"railway:position",type:"text",placeholder:"Distance to one decimal (123.4)",label:"Milestone Position"},"railway/signal/direction":{key:"railway:signal:direction",type:"combo",label:"Direction",strings:{options:{forward:"Forward",backward:"Backward",both:"Both / All"}}},rating:{key:"rating",type:"combo",label:"Power Rating",snake_case:false},recycling_accepts:{key:"recycling:",type:"multiCombo",label:"Accepts"},ref_aeroway_gate:{key:"ref",type:"text",label:"Gate Number"},ref_golf_hole:{key:"ref",type:"text",label:"Hole Number",placeholder:"1-18"},ref_highway_junction:{key:"ref",type:"text",label:"Junction Number"},ref_platform:{key:"ref",type:"text",label:"Platform Number"},ref_road_number:{key:"ref",type:"text",label:"Road Number"},ref_route:{key:"ref",type:"text",label:"Route Number"},ref_runway:{key:"ref",type:"text",label:"Runway Number",placeholder:"e.g. 01L/19R"},ref_stop_position:{key:"ref",type:"text",label:"Stop Number"},ref_taxiway:{key:"ref",type:"text",label:"Taxiway Name",placeholder:"e.g. A5"},ref:{key:"ref",type:"text",label:"Reference Code"},"ref/isil":{key:"ref:isil",type:"text",label:"ISIL Code"},relation:{key:"type",type:"combo",label:"Type"},religion:{key:"religion",type:"combo",label:"Religion"},restriction:{key:"restriction",type:"combo",label:"Type"},restrictions:{type:"restrictions",geometry:"vertex",icon:"iD-restrictions",reference:{rtype:"restriction"},label:"Turn Restrictions"},rooms:{key:"rooms",type:"number",minValue:0,label:"Rooms"},route_master:{key:"route_master",type:"combo",label:"Type"},route:{key:"route",type:"combo",label:"Type"},sac_scale:{key:"sac_scale",type:"combo",label:"Hiking Difficulty",placeholder:"Mountain Hiking, Alpine Hiking...",strings:{options:{hiking:"T1: Hiking",mountain_hiking:"T2: Mountain Hiking",demanding_mountain_hiking:"T3: Demanding Mountain Hiking",alpine_hiking:"T4: Alpine Hiking",demanding_alpine_hiking:"T5: Demanding Alpine Hiking",difficult_alpine_hiking:"T6: Difficult Alpine Hiking"}}},sanitary_dump_station:{key:"sanitary_dump_station",type:"check",label:"Toilet Disposal"},seasonal:{key:"seasonal",type:"check",label:"Seasonal"},second_hand:{key:"second_hand",type:"combo",label:"Sells Used",placeholder:"Yes, No, Only",strings:{options:{yes:"Yes",no:"No",only:"Only"}}},service_rail:{key:"service",type:"combo",label:"Service Type",strings:{options:{spur:"Spur",yard:"Yard",siding:"Siding",crossover:"Crossover"}}},service_times:{key:"service_times",type:"text",label:"Service Times"},service:{key:"service",type:"combo",label:"Type",options:["parking_aisle","driveway","alley","emergency_access","drive-through"]},"service/bicycle":{key:"service:bicycle:",type:"multiCombo",label:"Services"},"service/vehicle":{key:"service:vehicle:",type:"multiCombo",label:"Services"},shelter_type:{key:"shelter_type",type:"combo",label:"Type"},shelter:{key:"shelter",type:"check",label:"Shelter"},shop:{key:"shop",type:"typeCombo",label:"Type"},"siren/purpose":{key:"siren:purpose",type:"combo",label:"Purpose"},"siren/type":{key:"siren:type",type:"combo",label:"Type",strings:{options:{pneumatic:"Pneumatic",electronic:"Electronic",other:"Other"}}},site:{key:"site",type:"combo",label:"Type"},smoking:{key:"smoking",type:"combo",label:"Smoking",placeholder:"No, Separated, Yes...",strings:{options:{no:"No smoking anywhere",separated:"In smoking areas, not physically isolated",isolated:"In smoking areas, physically isolated",outside:"Allowed outside",yes:"Allowed everywhere",dedicated:"Dedicated to smokers (e.g. smokers' club)"}}},smoothness:{key:"smoothness",type:"combo",label:"Smoothness",placeholder:"Thin Rollers, Wheels, Off-Road...",strings:{options:{excellent:"Thin Rollers: rollerblade, skateboard",good:"Thin Wheels: racing bike",intermediate:"Wheels: city bike, wheelchair, scooter",bad:"Robust Wheels: trekking bike, car, rickshaw",very_bad:"High Clearance: light duty off-road vehicle",horrible:"Off-Road: heavy duty off-road vehicle",very_horrible:"Specialized off-road: tractor, ATV",impassable:"Impassable / No wheeled vehicle"}}},social_facility_for:{key:"social_facility:for",type:"combo",label:"People Served"},social_facility:{key:"social_facility",type:"combo",label:"Type"},source:{key:"source",type:"semiCombo",icon:"source",universal:true,label:"Sources",snake_case:false,caseSensitive:true,options:["survey","local knowledge","gps","aerial imagery","streetlevel imagery"]},sport_ice:{key:"sport",type:"semiCombo",label:"Sports",options:["skating","hockey","multi","curling","ice_stock"]},sport_racing_motor:{key:"sport",type:"semiCombo",label:"Sports",options:["motor","karting","motocross"]},sport_racing_nonmotor:{key:"sport",type:"semiCombo",label:"Sports",options:["bmx","cycling","dog_racing","horse_racing","running"]},sport:{key:"sport",type:"semiCombo",label:"Sports"},stars:{key:"stars",type:"number",minValue:0,label:"Stars"},start_date:{key:"start_date",type:"text",universal:true,label:"Start Date"},step_count:{key:"step_count",type:"number",minValue:0,label:"Number of Steps"},stop:{key:"stop",type:"combo",label:"Stop Type",strings:{options:{all:"All Ways",minor:"Minor Road"}}},structure_waterway:{type:"structureRadio",keys:["tunnel"],label:"Structure",placeholder:"Unknown",strings:{options:{tunnel:"Tunnel"}}},structure:{type:"structureRadio",keys:["bridge","tunnel","embankment","cutting","ford"],label:"Structure",placeholder:"Unknown",strings:{options:{bridge:"Bridge",tunnel:"Tunnel",embankment:"Embankment",cutting:"Cutting",ford:"Ford"}}},studio:{key:"studio",type:"combo",label:"Type"},substance:{key:"substance",type:"combo",label:"Substance"},substation:{key:"substation",type:"typeCombo",label:"Type"},supervised:{key:"supervised",type:"check",label:"Supervised"},support:{key:"support",type:"combo",label:"Support"},surface:{key:"surface",type:"combo",label:"Surface"},surveillance:{key:"surveillance",type:"combo",label:"Surveillance Kind"},"surveillance/type":{key:"surveillance:type",type:"combo",label:"Surveillance Type",strings:{options:{camera:"Camera",guard:"Guard",ALPR:"Automatic License Plate Reader"}}},"surveillance/zone":{key:"surveillance:zone",type:"combo",label:"Surveillance Zone"},"switch":{key:"switch",type:"combo",label:"Type",strings:{options:{mechanical:"Mechanical",circuit_breaker:"Circuit Breaker",disconnector:"Disconnector",earthing:"Earthing"}}},tactile_paving:{key:"tactile_paving",type:"check",label:"Tactile Paving"},takeaway:{key:"takeaway",type:"combo",label:"Takeaway",placeholder:"Yes, No, Takeaway Only...",strings:{options:{yes:"Yes",no:"No",only:"Takeaway Only"}}},"toilets/disposal":{key:"toilets:disposal",type:"combo",label:"Disposal",strings:{options:{flush:"Flush",pitlatrine:"Pit/Latrine",chemical:"Chemical",bucket:"Bucket"}}},toll:{key:"toll",type:"check",label:"Toll"},tomb:{key:"tomb",type:"typeCombo",label:"Type"},tourism_attraction:{key:"tourism","default":"attraction",type:"typeCombo",universal:true,label:"Tourism"},tourism:{key:"tourism",type:"typeCombo",label:"Type"},"tower/construction":{key:"tower:construction",type:"combo",label:"Construction",placeholder:"Guyed, Lattice, Concealed, ..."},"tower/type":{key:"tower:type",type:"combo",label:"Type"},tracktype:{key:"tracktype",type:"combo",label:"Track Type",placeholder:"Solid, Mostly Solid, Soft...",strings:{options:{grade1:"Solid: paved or heavily compacted hardcore surface",grade2:"Mostly Solid: gravel/rock with some soft material mixed in",grade3:"Even mixture of hard and soft materials",grade4:"Mostly Soft: soil/sand/grass with some hard material mixed in",grade5:"Soft: soil/sand/grass"}}},trade:{key:"trade",type:"typeCombo",label:"Type"},traffic_calming:{key:"traffic_calming",type:"typeCombo",label:"Type"},traffic_signals:{key:"traffic_signals",type:"combo",label:"Type","default":"signal"},"traffic_signals/direction":{key:"traffic_signals:direction",type:"combo",label:"Direction",strings:{options:{forward:"Forward",backward:"Backward",both:"Both / All"}}},trail_visibility:{key:"trail_visibility",type:"combo",label:"Trail Visibility",placeholder:"Excellent, Good, Bad...",strings:{options:{excellent:"Excellent: unambiguous path or markers everywhere",good:"Good: markers visible, sometimes require searching",intermediate:"Intermediate: few markers, path mostly visible",bad:"Bad: no markers, path sometimes invisible/pathless",horrible:"Horrible: often pathless, some orientation skills required",no:"No: pathless, excellent orientation skills required"}}},transformer:{key:"transformer",type:"combo",label:"Type",strings:{options:{distribution:"Distribution",generator:"Generator",converter:"Converter",traction:"Traction",auto:"Autotransformer",phase_angle_regulator:"Phase Angle Regulator",auxiliary:"Auxiliary",yes:"Unknown"}}},trees:{key:"trees",type:"semiCombo",label:"Trees"},tunnel:{key:"tunnel",type:"typeCombo",label:"Type",placeholder:"Default"},usage_rail:{key:"usage",type:"combo",label:"Usage Type",strings:{options:{main:"Main",branch:"Branch",industrial:"Industrial",military:"Military",test:"Test",tourism:"Tourism"}}},vending:{key:"vending",type:"semiCombo",label:"Types of Goods"},visibility:{key:"visibility",type:"combo",label:"Visibility",strings:{options:{house:"Up to 5m (16ft)",street:"5 to 20m (16 to 65ft)",area:"Over 20m (65ft)"}}},"volcano/status":{key:"volcano:status",type:"combo",label:"Volcano Status",strings:{options:{active:"Active",dormant:"Dormant",extinct:"Extinct"}}},"volcano/type":{key:"volcano:type",type:"combo",label:"Volcano Type",strings:{options:{stratovolcano:"Stratovolcano",shield:"Shield",scoria:"Scoria"}}},voltage:{key:"voltage",type:"combo",label:"Voltage"},"voltage/primary":{key:"voltage:primary",type:"combo",label:"Primary Voltage"},"voltage/secondary":{key:"voltage:secondary",type:"combo",label:"Secondary Voltage"},"voltage/tertiary":{key:"voltage:tertiary",type:"combo",label:"Tertiary Voltage"},wall:{key:"wall",type:"combo",label:"Type"},water_point:{key:"water_point",type:"check",label:"Water Point"},water:{key:"water",type:"combo",label:"Type"},waterway:{key:"waterway",type:"typeCombo",label:"Type"},website:{key:"website",type:"url",icon:"website",placeholder:"http://example.com/",universal:true,label:"Website"},wetland:{key:"wetland",type:"combo",label:"Type"},wheelchair:{key:"wheelchair",type:"radio",options:["yes","limited","no"],icon:"maki-wheelchair",universal:true,label:"Wheelchair Access"},wholesale:{key:"wholesale",type:"typeCombo",label:"Wholesale"},width:{key:"width",type:"number",minValue:0,label:"Width (Meters)"},wikipedia:{key:"wikipedia",keys:["wikipedia","wikidata"],type:"wikipedia",icon:"wikipedia",universal:true,label:"Wikipedia"},windings:{key:"windings",type:"number",minValue:1,label:"Windings",placeholder:"1, 2, 3..."},"windings/configuration":{key:"windings:configuration",type:"combo",label:"Windings Configuration",strings:{options:{star:"Star / Wye",delta:"Delta","open-delta":"Open Delta",zigzag:"Zig Zag",open:"Open",scott:"Scott",leblanc:"Leblanc"}}}};
+  var fields = {access_simple:{key:"access",type:"combo",label:"Allowed Access",options:["yes","permissive","private","customers","no"]},access:{keys:["access","foot","motor_vehicle","bicycle","horse"],reference:{key:"access"},type:"access",label:"Allowed Access",placeholder:"Not Specified",strings:{types:{access:"All",foot:"Foot",motor_vehicle:"Motor Vehicles",bicycle:"Bicycles",horse:"Horses"},options:{yes:{title:"Allowed",description:"Access permitted by law; a right of way"},no:{title:"Prohibited",description:"Access not permitted to the general public"},permissive:{title:"Permissive",description:"Access permitted until such time as the owner revokes the permission"},"private":{title:"Private",description:"Access permitted only with permission of the owner on an individual basis"},designated:{title:"Designated",description:"Access permitted according to signs or specific local laws"},destination:{title:"Destination",description:"Access permitted only to reach a destination"},dismount:{title:"Dismount",description:"Access permitted but rider must dismount"}}}},address:{type:"address",keys:["addr:block_number","addr:city","addr:block_number","addr:conscriptionnumber","addr:county","addr:country","addr:county","addr:district","addr:floor","addr:hamlet","addr:housename","addr:housenumber","addr:neighbourhood","addr:place","addr:postcode","addr:province","addr:quarter","addr:state","addr:street","addr:subdistrict","addr:suburb","addr:unit"],reference:{key:"addr"},icon:"address",universal:true,label:"Address",strings:{placeholders:{block_number:"Block Number","block_number!jp":"Block No.",city:"City","city!jp":"City/Town/Village/Tokyo Special Ward","city!vn":"City/Town",conscriptionnumber:"123",country:"Country",county:"County","county!jp":"District",district:"District","district!vn":"Arrondissement/Town/District",floor:"Floor",hamlet:"Hamlet",housename:"Housename",housenumber:"123","housenumber!jp":"Building No./Lot No.",neighbourhood:"Neighbourhood","neighbourhood!jp":"Chōme/Aza/Koaza",place:"Place",postcode:"Postcode",province:"Province","province!jp":"Prefecture",quarter:"Quarter","quarter!jp":"Ōaza/Machi",state:"State",street:"Street",subdistrict:"Subdistrict","subdistrict!vn":"Ward/Commune/Townlet",suburb:"Suburb","suburb!jp":"Ward",unit:"Unit"}}},admin_level:{key:"admin_level",type:"number",minValue:1,label:"Admin Level"},aerialway:{key:"aerialway",type:"typeCombo",label:"Type"},"aerialway/access":{key:"aerialway:access",type:"combo",label:"Access",strings:{options:{entry:"Entry",exit:"Exit",both:"Both"}}},"aerialway/bubble":{key:"aerialway:bubble",type:"check",label:"Bubble"},"aerialway/capacity":{key:"aerialway:capacity",type:"number",minValue:0,label:"Capacity (per hour)",placeholder:"500, 2500, 5000..."},"aerialway/duration":{key:"aerialway:duration",type:"number",minValue:0,label:"Duration (minutes)",placeholder:"1, 2, 3..."},"aerialway/heating":{key:"aerialway:heating",type:"check",label:"Heated"},"aerialway/occupancy":{key:"aerialway:occupancy",type:"number",minValue:0,label:"Occupancy",placeholder:"2, 4, 8..."},"aerialway/summer/access":{key:"aerialway:summer:access",type:"combo",label:"Access (summer)",strings:{options:{entry:"Entry",exit:"Exit",both:"Both"}}},aeroway:{key:"aeroway",type:"typeCombo",label:"Type"},agrarian:{key:"agrarian",type:"semiCombo",label:"Products"},amenity:{key:"amenity",type:"typeCombo",label:"Type"},animal_boarding:{key:"animal_boarding",type:"semiCombo",label:"For Animals"},animal_breeding:{key:"animal_breeding",type:"semiCombo",label:"For Animals"},animal_shelter:{key:"animal_shelter",type:"semiCombo",label:"For Animals"},"area/highway":{key:"area:highway",type:"typeCombo",label:"Type"},artist:{key:"artist_name",type:"text",label:"Artist"},artwork_type:{key:"artwork_type",type:"combo",label:"Type"},atm:{key:"atm",type:"check",label:"ATM"},backrest:{key:"backrest",type:"check",label:"Backrest"},barrier:{key:"barrier",type:"typeCombo",label:"Type"},"bath/open_air":{key:"bath:open_air",label:"Open Air",type:"check"},"bath/sand_bath":{key:"bath:sand_bath",label:"Sand Bath",type:"check"},"bath/type":{key:"bath:type",type:"combo",label:"Specialty",strings:{options:{onsen:"Japanese Onsen",foot_bath:"Foot Bath",hot_spring:"Hot Spring"}}},beauty:{key:"beauty",type:"combo",label:"Shop Type"},bench:{key:"bench",type:"check",label:"Bench"},bicycle_parking:{key:"bicycle_parking",type:"combo",label:"Type"},bin:{key:"bin",type:"check",label:"Waste Bin"},blood_components:{key:"blood:",type:"multiCombo",label:"Blood Components",strings:{options:{whole:"whole blood",plasma:"plasma",platelets:"platelets",stemcells:"stem cell samples"}}},board_type:{key:"board_type",type:"typeCombo",label:"Type"},booth:{key:"booth",type:"combo",label:"Booth",caseSensitive:true},boules:{key:"boules",type:"typeCombo",label:"Type"},boundary:{key:"boundary",type:"combo",label:"Type"},brand:{key:"brand",type:"text",label:"Brand"},brewery:{key:"brewery",type:"semiCombo",label:"Draft Beers"},bridge:{key:"bridge",type:"typeCombo",label:"Type",placeholder:"Default"},building_area:{key:"building",type:"combo","default":"yes",geometry:"area",label:"Building"},building:{key:"building",type:"combo",label:"Building"},bunker_type:{key:"bunker_type",type:"combo",label:"Type"},cables:{key:"cables",type:"number",minValue:1,label:"Cables",placeholder:"1, 2, 3..."},"camera/direction":{key:"camera:direction",type:"number",label:"Direction (Degrees Clockwise)",placeholder:"45, 90, 180, 270"},"camera/mount":{key:"camera:mount",type:"combo",label:"Camera Mount"},"camera/type":{key:"camera:type",type:"combo",label:"Camera Type",strings:{options:{fixed:"Fixed",panning:"Panning",dome:"Dome"}}},capacity:{key:"capacity",type:"number",minValue:0,label:"Capacity",placeholder:"50, 100, 200..."},cash_in:{key:"cash_in",type:"check",label:"Cash In"},castle_type:{key:"castle_type",type:"combo",label:"Type"},clothes:{key:"clothes",type:"semiCombo",label:"Clothes"},club:{key:"club",type:"typeCombo",label:"Type"},collection_times:{key:"collection_times",type:"text",label:"Collection Times"},comment:{key:"comment",type:"textarea",label:"Changeset Comment",placeholder:"Brief description of your contributions (required)"},communication_multi:{key:"communication:",type:"multiCombo",label:"Communication Types"},construction:{key:"construction",type:"combo",label:"Type"},"contact/webcam":{key:"contact:webcam",type:"url",icon:"website",label:"Webcam URL",placeholder:"http://example.com/"},content:{key:"content",type:"combo",label:"Content"},country:{key:"country",type:"combo",label:"Country"},covered:{key:"covered",type:"check",label:"Covered"},craft:{key:"craft",type:"typeCombo",label:"Type"},"crane/type":{key:"crane:type",type:"combo",label:"Crane Type",strings:{options:{portal_crane:"Portal Crane","floor-mounted_crane":"Floor-mounted Crane",travel_lift:"Travel Lift"}}},crop:{key:"crop",type:"semiCombo",label:"Crops"},crossing:{key:"crossing",type:"combo",label:"Type"},cuisine:{key:"cuisine",type:"semiCombo",label:"Cuisines"},currency_multi:{key:"currency:",type:"multiCombo",label:"Currency Types"},cutting:{key:"cutting",type:"typeCombo",label:"Type",placeholder:"Default"},cycle_network:{key:"cycle_network",type:"networkCombo",label:"Network"},cycleway:{keys:["cycleway:left","cycleway:right"],reference:{key:"cycleway"},type:"cycleway",label:"Bike Lanes",placeholder:"none",strings:{types:{"cycleway:left":"Left side","cycleway:right":"Right side"},options:{none:{title:"None",description:"No bike lane"},lane:{title:"Standard bike lane",description:"A bike lane separated from auto traffic by a painted line"},shared_lane:{title:"Shared bike lane",description:"A bike lane with no separation from auto traffic"},track:{title:"Bike track",description:"A bike lane separated from traffic by a physical barrier"},share_busway:{title:"Bike lane shared with bus",description:"A bike lane shared with a bus lane"},opposite_lane:{title:"Opposite bike lane",description:"A bike lane that travels in the opposite direction of traffic"},opposite:{title:"Contraflow bike lane",description:"A bike lane that travels in both directions on a one-way street"}}}},"dance/style":{key:"dance:style",type:"semiCombo",label:"Dance Styles"},date:{key:"date",type:"check",label:"Date"},delivery:{key:"delivery",type:"check",label:"Delivery"},denomination:{key:"denomination",type:"combo",label:"Denomination"},denotation:{key:"denotation",type:"combo",label:"Denotation"},description:{key:"description",type:"textarea",label:"Description",universal:true},devices:{key:"devices",type:"number",minValue:0,label:"Devices",placeholder:"1, 2, 3..."},diaper:{key:"diaper",type:"combo",label:"Diaper Changing Available",options:["yes","no","room","1","2","3","4","5"]},direction_cardinal:{key:"direction",type:"combo",label:"Direction",strings:{options:{N:"North",E:"East",S:"South",W:"West",NE:"Northeast",SE:"Southeast",SW:"Southwest",NW:"Northwest",NNE:"North-northeast",ENE:"East-northeast",ESE:"East-southeast",SSE:"South-southeast",SSW:"South-southwest",WSW:"West-southwest",WNW:"West-northwest",NNW:"North-northwest"}}},direction_clock:{key:"direction",type:"combo",label:"Direction",strings:{options:{clockwise:"Clockwise",anticlockwise:"Counterclockwise"}}},direction_vertex:{key:"direction",type:"combo",label:"Direction",strings:{options:{forward:"Forward",backward:"Backward",both:"Both / All"}}},direction:{key:"direction",type:"number",label:"Direction (Degrees Clockwise)",placeholder:"45, 90, 180, 270"},dispensing:{key:"dispensing",type:"check",label:"Dispenses Prescriptions","default":"yes"},display:{key:"display",type:"combo",label:"Display",options:["analog","digital","sundial","unorthodox"]},distance:{key:"distance",type:"text",label:"Total Distance"},dock:{key:"dock",type:"combo",label:"Type"},drive_through:{key:"drive_through",type:"check",label:"Drive-Through"},duration:{key:"duration",type:"text",label:"Duration",placeholder:"00:00"},electrified:{key:"electrified",type:"combo",label:"Electrification",placeholder:"Contact Line, Electrified Rail...",strings:{options:{contact_line:"Contact Line",rail:"Electrified Rail",yes:"Yes (unspecified)",no:"No"}}},elevation:{key:"ele",type:"number",icon:"elevation",universal:true,label:"Elevation"},email:{key:"email",type:"email",placeholder:"example@example.com",universal:true,label:"Email"},embankment:{key:"embankment",type:"typeCombo",label:"Type",placeholder:"Default"},emergency:{key:"emergency",type:"check",label:"Emergency"},entrance:{key:"entrance",type:"typeCombo",label:"Type"},except:{key:"except",type:"combo",label:"Exceptions"},faces:{key:"faces",type:"number",minValue:0,label:"Faces"},fax:{key:"fax",type:"tel",label:"Fax",universal:true,placeholder:"+31 42 123 4567"},fee:{key:"fee",type:"check",label:"Fee"},fence_type:{key:"fence_type",type:"combo",label:"Type"},"fire_hydrant/position":{key:"fire_hydrant:position",type:"combo",label:"Position",strings:{options:{lane:"Lane",parking_lot:"Parking Lot",sidewalk:"Sidewalk",green:"Green"}}},"fire_hydrant/type":{key:"fire_hydrant:type",type:"combo",label:"Type",strings:{options:{pillar:"Pillar/Aboveground",underground:"Underground",wall:"Wall",pond:"Pond"}}},fitness_station:{key:"fitness_station",type:"typeCombo",label:"Equipment Type"},fixme:{key:"fixme",type:"textarea",label:"Fix Me",universal:true},ford:{key:"ford",type:"typeCombo",label:"Type",placeholder:"Default"},frequency:{key:"frequency",type:"combo",label:"Operating Frequency"},fuel_multi:{key:"fuel:",type:"multiCombo",label:"Fuel Types"},fuel:{key:"fuel",type:"combo",label:"Fuel"},gauge:{key:"gauge",type:"combo",label:"Gauge"},gender:{type:"radio",keys:["male","female","unisex"],label:"Gender",placeholder:"Unknown",strings:{options:{male:"Male",female:"Female",unisex:"Unisex"}}},"generator/method":{key:"generator:method",type:"combo",label:"Method"},"generator/output/electricity":{key:"generator:output:electricity",type:"text",label:"Power Output",placeholder:"50 MW, 100 MW, 200 MW..."},"generator/source":{key:"generator:source",type:"combo",label:"Source"},"generator/type":{key:"generator:type",type:"combo",label:"Type"},government:{key:"government",type:"typeCombo",label:"Type"},grape_variety:{key:"grape_variety",type:"semiCombo",label:"Grape Varieties"},handicap:{key:"handicap",type:"number",label:"Handicap",placeholder:"1-18"},handrail:{key:"handrail",type:"check",label:"Handrail"},hashtags:{key:"hashtags",type:"semiCombo",label:"Suggested Hashtags",placeholder:"#example"},healthcare:{key:"healthcare",type:"typeCombo",label:"Type"},"healthcare/speciality":{key:"healthcare:speciality",type:"semiCombo",reference:{key:"healthcare"},label:"Specialties"},height:{key:"height",minValue:0,type:"number",label:"Height (Meters)"},highway:{key:"highway",type:"typeCombo",label:"Type"},historic:{key:"historic",type:"typeCombo",label:"Type"},"historic/civilization":{key:"historic:civilization",type:"combo",label:"Historic Civilization"},hoops:{key:"hoops",type:"number",minValue:0,label:"Hoops",placeholder:"1, 2, 4..."},horse_dressage:{key:"sport",type:"check",label:"Dressage Riding",strings:{options:{"undefined":"No",equestrian:"Yes"}},reference:{key:"sport",value:"equestrian"}},horse_riding:{key:"leisure",type:"check",label:"Horseback Riding",strings:{options:{"undefined":"No",horse_riding:"Yes"}},reference:{key:"leisure",value:"horse_riding"}},horse_scale:{key:"horse_scale",type:"combo",label:"Horseback Riding Difficulty",placeholder:"Difficult, Dangerous...",strings:{options:{common:"Easy: No problems or difficulties. (default)",demanding:"Use with caution: Uneven way, occasional difficult passages.",difficult:"Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.",critical:"Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.",dangerous:"Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.",impossible:"Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."}}},horse_stables:{key:"amenity",type:"check",label:"Riding Stable",strings:{options:{"undefined":"No",stables:"Yes"}},reference:{key:"amenity",value:"stables"}},iata:{key:"iata",type:"text",label:"IATA"},icao:{key:"icao",type:"text",label:"ICAO"},incline_steps:{key:"incline",type:"combo",label:"Incline",strings:{options:{up:"Up",down:"Down"}}},incline:{key:"incline",type:"combo",label:"Incline"},indoor:{key:"indoor",type:"check",label:"Indoor"},industrial:{key:"industrial",type:"combo",label:"Type"},information:{key:"information",type:"typeCombo",label:"Type"},inscription:{key:"inscription",type:"textarea",label:"Inscription"},intermittent:{key:"intermittent",type:"check",label:"Intermittent"},internet_access:{key:"internet_access",type:"combo",label:"Internet Access",strings:{options:{yes:"Yes",no:"No",wlan:"Wifi",wired:"Wired",terminal:"Terminal"}}},"internet_access/fee":{key:"internet_access:fee",type:"check",label:"Internet Access Fee"},"internet_access/ssid":{key:"internet_access:ssid",type:"text",label:"SSID (Network Name)"},kerb:{key:"kerb",type:"combo",label:"Curb"},label:{key:"label",type:"textarea",label:"Label"},lamp_type:{key:"lamp_type",type:"combo",label:"Type"},landuse:{key:"landuse",type:"typeCombo",label:"Type"},lanes:{key:"lanes",type:"number",minValue:0,label:"Lanes",placeholder:"1, 2, 3..."},layer:{key:"layer",type:"number",label:"Layer",placeholder:"0"},leaf_cycle_singular:{key:"leaf_cycle",type:"combo",label:"Leaf Cycle",strings:{options:{evergreen:"Evergreen",deciduous:"Deciduous",semi_evergreen:"Semi-Evergreen",semi_deciduous:"Semi-Deciduous"}}},leaf_cycle:{key:"leaf_cycle",type:"combo",label:"Leaf Cycle",strings:{options:{evergreen:"Evergreen",deciduous:"Deciduous",semi_evergreen:"Semi-Evergreen",semi_deciduous:"Semi-Deciduous",mixed:"Mixed"}}},leaf_type_singular:{key:"leaf_type",type:"combo",label:"Leaf Type",strings:{options:{broadleaved:"Broadleaved",needleleaved:"Needleleaved",leafless:"Leafless"}}},leaf_type:{key:"leaf_type",type:"combo",label:"Leaf Type",strings:{options:{broadleaved:"Broadleaved",needleleaved:"Needleleaved",mixed:"Mixed",leafless:"Leafless"}}},leisure:{key:"leisure",type:"typeCombo",label:"Type"},length:{key:"length",type:"number",minValue:0,label:"Length (Meters)"},level:{key:"level",type:"combo",label:"Level",universal:true},levels:{key:"building:levels",type:"number",minValue:0,label:"Levels",placeholder:"2, 4, 6..."},lit:{key:"lit",type:"check",label:"Lit"},location:{key:"location",type:"combo",label:"Location"},man_made:{key:"man_made",type:"typeCombo",label:"Type"},manhole:{key:"manhole",type:"typeCombo",label:"Type"},map_size:{key:"map_size",type:"typeCombo",label:"Coverage"},map_type:{key:"map_type",type:"typeCombo",label:"Type"},maxheight:{key:"maxheight",type:"combo",label:"Max Height",placeholder:"4, 4.5, 5, 14'0\", 14'6\", 15'0\"",snake_case:false},maxspeed:{key:"maxspeed",type:"maxspeed",label:"Speed Limit",placeholder:"40, 50, 60..."},"maxspeed/advisory":{key:"maxspeed:advisory",type:"maxspeed",label:"Advisory Speed Limit",placeholder:"40, 50, 60..."},maxstay:{key:"maxstay",type:"combo",label:"Max Stay",options:["15 min","30 min","45 min","1 hr","1.5 hr","2 hr","2.5 hr","3 hr","4 hr","1 day","2 day"],snake_case:false},maxweight:{key:"maxweight",type:"combo",label:"Max Weight",snake_case:false},memorial:{key:"memorial",type:"typeCombo",label:"Type"},monitoring_multi:{key:"monitoring:",type:"multiCombo",label:"Monitoring"},"mtb/scale":{key:"mtb:scale",type:"combo",label:"Mountain Biking Difficulty",placeholder:"0, 1, 2, 3...",strings:{options:{"0":"0: Solid gravel/packed earth, no obstacles, wide curves","1":"1: Some loose surface, small obstacles, wide curves","2":"2: Much loose surface, large obstacles, easy hairpins","3":"3: Slippery surface, large obstacles, tight hairpins","4":"4: Loose surface or boulders, dangerous hairpins","5":"5: Maximum difficulty, boulder fields, landslides","6":"6: Not rideable except by the very best mountain bikers"}}},"mtb/scale/imba":{key:"mtb:scale:imba",type:"combo",label:"IMBA Trail Difficulty",placeholder:"Easy, Medium, Difficult...",strings:{options:{"0":"Easiest (white circle)","1":"Easy (green circle)","2":"Medium (blue square)","3":"Difficult (black diamond)","4":"Extremely Difficult (double black diamond)"}}},"mtb/scale/uphill":{key:"mtb:scale:uphill",type:"combo",label:"Mountain Biking Uphill Difficulty",placeholder:"0, 1, 2, 3...",strings:{options:{"0":"0: Avg. incline <10%, gravel/packed earth, no obstacles","1":"1: Avg. incline <15%, gravel/packed earth, few small objects","2":"2: Avg. incline <20%, stable surface, fistsize rocks/roots","3":"3: Avg. incline <25%, variable surface, fistsize rocks/branches","4":"4: Avg. incline <30%, poor condition, big rocks/branches","5":"5: Very steep, bike generally needs to be pushed or carried"}}},name:{key:"name",type:"localized",label:"Name",universal:true,placeholder:"Common name (if any)"},natural:{key:"natural",type:"typeCombo",label:"Natural"},network_bicycle:{key:"network",type:"combo",label:"Network Type",placeholder:"Local, Regional, National, International",strings:{options:{lcn:"Local",rcn:"Regional",ncn:"National",icn:"International"}}},network_foot:{key:"network",type:"combo",label:"Network Type",placeholder:"Local, Regional, National, International",strings:{options:{lwn:"Local",rwn:"Regional",nwn:"National",iwn:"International"}}},network_horse:{key:"network",type:"combo",label:"Network Type",placeholder:"Local, Regional, National, International",strings:{options:{lhn:"Local",rhn:"Regional",nhn:"National",ihn:"International"}}},network_road:{key:"network",type:"networkCombo",label:"Network"},network:{key:"network",type:"text",label:"Network"},note:{key:"note",type:"textarea",universal:true,icon:"note",label:"Note"},office:{key:"office",type:"typeCombo",label:"Type"},oneway_yes:{key:"oneway",type:"onewayCheck",label:"One Way",strings:{options:{"undefined":"Assumed to be Yes",yes:"Yes",no:"No",reversible:"Reversible",alternating:"Alternating"}}},oneway:{key:"oneway",type:"onewayCheck",label:"One Way",strings:{options:{"undefined":"Assumed to be No",yes:"Yes",no:"No",reversible:"Reversible",alternating:"Alternating"}}},opening_hours:{key:"opening_hours",type:"combo",label:"Hours",snake_case:false},operator:{key:"operator",type:"text",label:"Operator"},outdoor_seating:{key:"outdoor_seating",type:"check",label:"Outdoor Seating"},par:{key:"par",type:"number",minValue:1,label:"Par",placeholder:"3, 4, 5..."},park_ride:{key:"park_ride",type:"check",label:"Park and Ride"},parking:{key:"parking",type:"combo",label:"Type",strings:{options:{surface:"Surface","multi-storey":"Multilevel",underground:"Underground",sheds:"Sheds",carports:"Carports",garage_boxes:"Garage Boxes",lane:"Roadside Lane"}}},passenger_information_display:{key:"passenger_information_display",type:"check",label:"Passenger information display"},payment_multi:{key:"payment:",type:"multiCombo",label:"Payment Types",universal:true},phases:{key:"phases",type:"number",minValue:1,label:"Phases",placeholder:"1, 2, 3..."},phone:{key:"phone",type:"tel",icon:"maki-telephone",universal:true,label:"Telephone",placeholder:"+31 42 123 4567"},"piste/difficulty":{key:"piste:difficulty",type:"combo",label:"Difficulty",placeholder:"Easy, Intermediate, Advanced...",strings:{options:{novice:"Novice (instructional)",easy:"Easy (green circle)",intermediate:"Intermediate (blue square)",advanced:"Advanced (black diamond)",expert:"Expert (double black diamond)",freeride:"Freeride (off-piste)",extreme:"Extreme (climbing equipment required)"}}},"piste/grooming":{key:"piste:grooming",type:"combo",label:"Grooming",strings:{options:{classic:"Classic",mogul:"Mogul",backcountry:"Backcountry","classic+skating":"Classic and Skating",scooter:"Scooter/Snowmobile",skating:"Skating"}}},"piste/type":{key:"piste:type",type:"typeCombo",label:"Type",strings:{options:{downhill:"Downhill",nordic:"Nordic",skitour:"Skitour",sled:"Sled",hike:"Hike",sleigh:"Sleigh",ice_skate:"Ice Skate",snow_park:"Snow Park",playground:"Playground"}}},place:{key:"place",type:"typeCombo",label:"Type"},plant:{key:"plant",type:"combo",label:"Plant"},"plant/output/electricity":{key:"plant:output:electricity",type:"text",label:"Power Output",placeholder:"500 MW, 1000 MW, 2000 MW..."},"playground/baby":{key:"baby",type:"check",label:"Baby Seat"},"playground/max_age":{key:"max_age",type:"number",minValue:0,label:"Maximum Age"},"playground/min_age":{key:"min_age",type:"number",minValue:0,label:"Minimum Age"},population:{key:"population",type:"text",label:"Population"},power_supply:{key:"power_supply",type:"check",label:"Power Supply"},power:{key:"power",type:"typeCombo",label:"Type"},produce:{key:"produce",type:"semiCombo",label:"Produce"},product:{key:"product",type:"semiCombo",label:"Products"},railway:{key:"railway",type:"typeCombo",label:"Type"},"railway/position":{key:"railway:position",type:"text",placeholder:"Distance to one decimal (123.4)",label:"Milestone Position"},"railway/signal/direction":{key:"railway:signal:direction",type:"combo",label:"Direction",strings:{options:{forward:"Forward",backward:"Backward",both:"Both / All"}}},rating:{key:"rating",type:"combo",label:"Power Rating",snake_case:false},recycling_accepts:{key:"recycling:",type:"multiCombo",label:"Accepts"},ref_aeroway_gate:{key:"ref",type:"text",label:"Gate Number"},ref_golf_hole:{key:"ref",type:"text",label:"Hole Number",placeholder:"1-18"},ref_highway_junction:{key:"ref",type:"text",label:"Junction Number"},ref_platform:{key:"ref",type:"text",label:"Platform Number"},ref_road_number:{key:"ref",type:"text",label:"Road Number"},ref_route:{key:"ref",type:"text",label:"Route Number"},ref_runway:{key:"ref",type:"text",label:"Runway Number",placeholder:"e.g. 01L/19R"},ref_stop_position:{key:"ref",type:"text",label:"Stop Number"},ref_taxiway:{key:"ref",type:"text",label:"Taxiway Name",placeholder:"e.g. A5"},ref:{key:"ref",type:"text",label:"Reference Code"},"ref/isil":{key:"ref:isil",type:"text",label:"ISIL Code"},relation:{key:"type",type:"combo",label:"Type"},religion:{key:"religion",type:"combo",label:"Religion"},restriction:{key:"restriction",type:"combo",label:"Type"},restrictions:{type:"restrictions",geometry:"vertex",icon:"iD-restrictions",reference:{rtype:"restriction"},label:"Turn Restrictions"},rooms:{key:"rooms",type:"number",minValue:0,label:"Rooms"},route_master:{key:"route_master",type:"combo",label:"Type"},route:{key:"route",type:"combo",label:"Type"},sac_scale:{key:"sac_scale",type:"combo",label:"Hiking Difficulty",placeholder:"Mountain Hiking, Alpine Hiking...",strings:{options:{hiking:"T1: Hiking",mountain_hiking:"T2: Mountain Hiking",demanding_mountain_hiking:"T3: Demanding Mountain Hiking",alpine_hiking:"T4: Alpine Hiking",demanding_alpine_hiking:"T5: Demanding Alpine Hiking",difficult_alpine_hiking:"T6: Difficult Alpine Hiking"}}},sanitary_dump_station:{key:"sanitary_dump_station",type:"check",label:"Toilet Disposal"},seasonal:{key:"seasonal",type:"check",label:"Seasonal"},second_hand:{key:"second_hand",type:"combo",label:"Sells Used",placeholder:"Yes, No, Only",strings:{options:{yes:"Yes",no:"No",only:"Only"}}},service_rail:{key:"service",type:"combo",label:"Service Type",strings:{options:{spur:"Spur",yard:"Yard",siding:"Siding",crossover:"Crossover"}}},service_times:{key:"service_times",type:"text",label:"Service Times"},service:{key:"service",type:"combo",label:"Type",options:["parking_aisle","driveway","alley","emergency_access","drive-through"]},"service/bicycle":{key:"service:bicycle:",type:"multiCombo",label:"Services"},"service/vehicle":{key:"service:vehicle:",type:"multiCombo",label:"Services"},shelter_type:{key:"shelter_type",type:"combo",label:"Type"},shelter:{key:"shelter",type:"check",label:"Shelter"},shop:{key:"shop",type:"typeCombo",label:"Type"},"siren/purpose":{key:"siren:purpose",type:"combo",label:"Purpose"},"siren/type":{key:"siren:type",type:"combo",label:"Type",strings:{options:{pneumatic:"Pneumatic",electronic:"Electronic",other:"Other"}}},site_type:{key:"site_type",type:"combo",label:"Site Type"},site:{key:"site",type:"combo",label:"Type"},smoking:{key:"smoking",type:"combo",label:"Smoking",placeholder:"No, Separated, Yes...",strings:{options:{no:"No smoking anywhere",separated:"In smoking areas, not physically isolated",isolated:"In smoking areas, physically isolated",outside:"Allowed outside",yes:"Allowed everywhere",dedicated:"Dedicated to smokers (e.g. smokers' club)"}}},smoothness:{key:"smoothness",type:"combo",label:"Smoothness",placeholder:"Thin Rollers, Wheels, Off-Road...",strings:{options:{excellent:"Thin Rollers: rollerblade, skateboard",good:"Thin Wheels: racing bike",intermediate:"Wheels: city bike, wheelchair, scooter",bad:"Robust Wheels: trekking bike, car, rickshaw",very_bad:"High Clearance: light duty off-road vehicle",horrible:"Off-Road: heavy duty off-road vehicle",very_horrible:"Specialized off-road: tractor, ATV",impassable:"Impassable / No wheeled vehicle"}}},social_facility_for:{key:"social_facility:for",type:"combo",label:"People Served"},social_facility:{key:"social_facility",type:"combo",label:"Type"},source:{key:"source",type:"semiCombo",icon:"source",universal:true,label:"Sources",snake_case:false,caseSensitive:true,options:["survey","local knowledge","gps","aerial imagery","streetlevel imagery"]},sport_ice:{key:"sport",type:"semiCombo",label:"Sports",options:["skating","hockey","multi","curling","ice_stock"]},sport_racing_motor:{key:"sport",type:"semiCombo",label:"Sports",options:["motor","karting","motocross"]},sport_racing_nonmotor:{key:"sport",type:"semiCombo",label:"Sports",options:["bmx","cycling","dog_racing","horse_racing","running"]},sport:{key:"sport",type:"semiCombo",label:"Sports"},stars:{key:"stars",type:"number",minValue:0,label:"Stars"},start_date:{key:"start_date",type:"text",universal:true,label:"Start Date"},step_count:{key:"step_count",type:"number",minValue:0,label:"Number of Steps"},stop:{key:"stop",type:"combo",label:"Stop Type",strings:{options:{all:"All Ways",minor:"Minor Road"}}},structure_waterway:{type:"structureRadio",keys:["tunnel"],label:"Structure",placeholder:"Unknown",strings:{options:{tunnel:"Tunnel"}}},structure:{type:"structureRadio",keys:["bridge","tunnel","embankment","cutting","ford"],label:"Structure",placeholder:"Unknown",strings:{options:{bridge:"Bridge",tunnel:"Tunnel",embankment:"Embankment",cutting:"Cutting",ford:"Ford"}}},studio:{key:"studio",type:"combo",label:"Type"},substance:{key:"substance",type:"combo",label:"Substance"},substation:{key:"substation",type:"typeCombo",label:"Type"},supervised:{key:"supervised",type:"check",label:"Supervised"},support:{key:"support",type:"combo",label:"Support"},surface:{key:"surface",type:"combo",label:"Surface"},surveillance:{key:"surveillance",type:"combo",label:"Surveillance Kind"},"surveillance/type":{key:"surveillance:type",type:"combo",label:"Surveillance Type",strings:{options:{camera:"Camera",guard:"Guard",ALPR:"Automatic License Plate Reader"}}},"surveillance/zone":{key:"surveillance:zone",type:"combo",label:"Surveillance Zone"},"switch":{key:"switch",type:"combo",label:"Type",strings:{options:{mechanical:"Mechanical",circuit_breaker:"Circuit Breaker",disconnector:"Disconnector",earthing:"Earthing"}}},tactile_paving:{key:"tactile_paving",type:"check",label:"Tactile Paving"},takeaway:{key:"takeaway",type:"combo",label:"Takeaway",placeholder:"Yes, No, Takeaway Only...",strings:{options:{yes:"Yes",no:"No",only:"Takeaway Only"}}},"toilets/disposal":{key:"toilets:disposal",type:"combo",label:"Disposal",strings:{options:{flush:"Flush",pitlatrine:"Pit/Latrine",chemical:"Chemical",bucket:"Bucket"}}},toll:{key:"toll",type:"check",label:"Toll"},tomb:{key:"tomb",type:"typeCombo",label:"Type"},tourism_attraction:{key:"tourism","default":"attraction",type:"typeCombo",universal:true,label:"Tourism"},tourism:{key:"tourism",type:"typeCombo",label:"Type"},"tower/construction":{key:"tower:construction",type:"combo",label:"Construction",placeholder:"Guyed, Lattice, Concealed, ..."},"tower/type":{key:"tower:type",type:"combo",label:"Type"},tracktype:{key:"tracktype",type:"combo",label:"Track Type",placeholder:"Solid, Mostly Solid, Soft...",strings:{options:{grade1:"Solid: paved or heavily compacted hardcore surface",grade2:"Mostly Solid: gravel/rock with some soft material mixed in",grade3:"Even mixture of hard and soft materials",grade4:"Mostly Soft: soil/sand/grass with some hard material mixed in",grade5:"Soft: soil/sand/grass"}}},trade:{key:"trade",type:"typeCombo",label:"Type"},traffic_calming:{key:"traffic_calming",type:"typeCombo",label:"Type"},traffic_signals:{key:"traffic_signals",type:"combo",label:"Type","default":"signal"},"traffic_signals/direction":{key:"traffic_signals:direction",type:"combo",label:"Direction",strings:{options:{forward:"Forward",backward:"Backward",both:"Both / All"}}},trail_visibility:{key:"trail_visibility",type:"combo",label:"Trail Visibility",placeholder:"Excellent, Good, Bad...",strings:{options:{excellent:"Excellent: unambiguous path or markers everywhere",good:"Good: markers visible, sometimes require searching",intermediate:"Intermediate: few markers, path mostly visible",bad:"Bad: no markers, path sometimes invisible/pathless",horrible:"Horrible: often pathless, some orientation skills required",no:"No: pathless, excellent orientation skills required"}}},transformer:{key:"transformer",type:"combo",label:"Type",strings:{options:{distribution:"Distribution",generator:"Generator",converter:"Converter",traction:"Traction",auto:"Autotransformer",phase_angle_regulator:"Phase Angle Regulator",auxiliary:"Auxiliary",yes:"Unknown"}}},trees:{key:"trees",type:"semiCombo",label:"Trees"},tunnel:{key:"tunnel",type:"typeCombo",label:"Type",placeholder:"Default"},usage_rail:{key:"usage",type:"combo",label:"Usage Type",strings:{options:{main:"Main",branch:"Branch",industrial:"Industrial",military:"Military",test:"Test",tourism:"Tourism"}}},vending:{key:"vending",type:"semiCombo",label:"Types of Goods"},visibility:{key:"visibility",type:"combo",label:"Visibility",strings:{options:{house:"Up to 5m (16ft)",street:"5 to 20m (16 to 65ft)",area:"Over 20m (65ft)"}}},"volcano/status":{key:"volcano:status",type:"combo",label:"Volcano Status",strings:{options:{active:"Active",dormant:"Dormant",extinct:"Extinct"}}},"volcano/type":{key:"volcano:type",type:"combo",label:"Volcano Type",strings:{options:{stratovolcano:"Stratovolcano",shield:"Shield",scoria:"Scoria"}}},voltage:{key:"voltage",type:"combo",label:"Voltage"},"voltage/primary":{key:"voltage:primary",type:"combo",label:"Primary Voltage"},"voltage/secondary":{key:"voltage:secondary",type:"combo",label:"Secondary Voltage"},"voltage/tertiary":{key:"voltage:tertiary",type:"combo",label:"Tertiary Voltage"},wall:{key:"wall",type:"combo",label:"Type"},water_point:{key:"water_point",type:"check",label:"Water Point"},water:{key:"water",type:"combo",label:"Type"},waterway:{key:"waterway",type:"typeCombo",label:"Type"},website:{key:"website",type:"url",icon:"website",placeholder:"http://example.com/",universal:true,label:"Website"},wetland:{key:"wetland",type:"combo",label:"Type"},wheelchair:{key:"wheelchair",type:"radio",options:["yes","limited","no"],icon:"maki-wheelchair",universal:true,label:"Wheelchair Access"},wholesale:{key:"wholesale",type:"typeCombo",label:"Wholesale"},width:{key:"width",type:"number",minValue:0,label:"Width (Meters)"},wikipedia:{key:"wikipedia",keys:["wikipedia","wikidata"],type:"wikipedia",icon:"wikipedia",universal:true,label:"Wikipedia"},windings:{key:"windings",type:"number",minValue:1,label:"Windings",placeholder:"1, 2, 3..."},"windings/configuration":{key:"windings:configuration",type:"combo",label:"Windings Configuration",strings:{options:{star:"Star / Wye",delta:"Delta","open-delta":"Open Delta",zigzag:"Zig Zag",open:"Open",scott:"Scott",leblanc:"Leblanc"}}}};
 
-  var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
-
-  function createCommonjsModule(fn, module) {
-       return module = { exports: {} }, fn(module, module.exports), module.exports;
-  }
+  var quickselect_1 = quickselect;
+  var default_1 = quickselect;
 
-  var quickselect = createCommonjsModule(function (module, exports) {
-  (function (global, factory) {
-       module.exports = factory();
-  }(commonjsGlobal, (function () {
   function quickselect(arr, k, left, right, compare) {
       quickselectStep(arr, k, left || 0, right || (arr.length - 1), compare || defaultCompare);
   }
-
   function quickselectStep(arr, k, left, right, compare) {
 
       while (right > left) {
   function defaultCompare(a, b) {
       return a < b ? -1 : a > b ? 1 : 0;
   }
+  quickselect_1.default = default_1;
 
-  return quickselect;
-
-  })));
+  var quickselect$1 = /*#__PURE__*/Object.freeze({
+    default: quickselect_1,
+    __moduleExports: quickselect_1
   });
 
+  var quickselect$2 = ( quickselect$1 && quickselect_1 ) || quickselect$1;
+
   var rbush_1 = rbush;
-  var default_1 = rbush;
+  var default_1$1 = rbush;
 
 
 
           if (right - left <= n) continue;
 
           mid = left + Math.ceil((right - left) / n / 2) * n;
-          quickselect(arr, mid, left, right, compare);
+          quickselect$2(arr, mid, left, right, compare);
 
           stack.push(left, mid, mid, right);
       }
   }
-  rbush_1.default = default_1;
+  rbush_1.default = default_1$1;
 
   var lineclip_1 = lineclip;
 
       return code;
   }
 
+  var lineclip$1 = /*#__PURE__*/Object.freeze({
+    default: lineclip_1,
+    __moduleExports: lineclip_1
+  });
+
+  var lineclip$2 = ( lineclip$1 && lineclip_1 ) || lineclip$1;
+
   var whichPolygon_1 = whichPolygon;
 
   function whichPolygon(data) {
       ];
       if (insidePolygon(polygon, bboxCenter)) return true;
       for (var i = 0; i < polygon.length; i++) {
-          if (lineclip_1(polygon[i], bbox).length > 0) return true;
+          if (lineclip$2(polygon[i], bbox).length > 0) return true;
       }
       return false;
   }
       }
   });
 
+  function osmNote() {
+      if (!(this instanceof osmNote)) {
+          return (new osmNote()).initialize(arguments);
+      } else if (arguments.length) {
+          this.initialize(arguments);
+      }
+  }
+
+
+  osmNote.id = function() {
+      return osmNote.id.next--;
+  };
+
+
+  osmNote.id.next = -1;
+
+
+  assignIn(osmNote.prototype, {
+
+      type: 'note',
+
+      initialize: function(sources) {
+          for (var i = 0; i < sources.length; ++i) {
+              var source = sources[i];
+              for (var prop in source) {
+                  if (Object.prototype.hasOwnProperty.call(source, prop)) {
+                      if (source[prop] === undefined) {
+                          delete this[prop];
+                      } else {
+                          this[prop] = source[prop];
+                      }
+                  }
+              }
+          }
+
+          if (!this.id) {
+              this.id = osmNote.id() + '';  // as string
+          }
+
+          return this;
+      },
+
+      extent: function() {
+          return new geoExtent$$1(this.loc);
+      },
+
+      update: function(attrs) {
+          return osmNote(this, attrs); // {v: 1 + (this.v || 0)}
+      },
+
+      isNew: function() {
+          return this.id < 0;
+      },
+
+      move: function(loc) {
+          return this.update({ loc: loc });
+      }
+
+  });
+
   /** Error message constants. */
   var FUNC_ERROR_TEXT$1 = 'Expected a function';
 
     return func(collection, negate(baseIteratee(predicate, 3)));
   }
 
-  /**
-   * An alternative to `_.reduce`; this method transforms `object` to a new
-   * `accumulator` object which is the result of running each of its own
-   * enumerable string keyed properties thru `iteratee`, with each invocation
-   * potentially mutating the `accumulator` object. If `accumulator` is not
-   * provided, a new object with the same `[[Prototype]]` will be used. The
-   * iteratee is invoked with four arguments: (accumulator, value, key, object).
-   * Iteratee functions may exit iteration early by explicitly returning `false`.
-   *
-   * @static
-   * @memberOf _
-   * @since 1.3.0
-   * @category Object
-   * @param {Object} object The object to iterate over.
-   * @param {Function} [iteratee=_.identity] The function invoked per iteration.
-   * @param {*} [accumulator] The custom accumulator value.
-   * @returns {*} Returns the accumulated value.
-   * @example
-   *
-   * _.transform([2, 3, 4], function(result, n) {
-   *   result.push(n *= n);
-   *   return n % 2 == 0;
-   * }, []);
-   * // => [4, 9]
-   *
-   * _.transform({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {
-   *   (result[value] || (result[value] = [])).push(key);
-   * }, {});
-   * // => { '1': ['a', 'c'], '2': ['b'] }
-   */
-  function transform$1(object, iteratee, accumulator) {
-    var isArr = isArray(object),
-        isArrLike = isArr || isBuffer(object) || isTypedArray(object);
-
-    iteratee = baseIteratee(iteratee, 4);
-    if (accumulator == null) {
-      var Ctor = object && object.constructor;
-      if (isArrLike) {
-        accumulator = isArr ? new Ctor : [];
-      }
-      else if (isObject(object)) {
-        accumulator = isFunction(Ctor) ? baseCreate(getPrototype(object)) : {};
-      }
-      else {
-        accumulator = {};
-      }
-    }
-    (isArrLike ? arrayEach : baseForOwn)(object, function(value, index, object) {
-      return iteratee(accumulator, value, index, object);
-    });
-    return accumulator;
-  }
-
   /*
-    Order the nodes of a way in reverse order and reverse any direction dependent tags
-    other than `oneway`. (We assume that correcting a backwards oneway is the primary
-    reason for reversing a way.)
-
-    The following transforms are performed:
-
-      Keys:
-            *:right=* ⟺ *:left=*
-          *:forward=* ⟺ *:backward=*
-         direction=up ⟺ direction=down
-           incline=up ⟺ incline=down
-              *=right ⟺ *=left
-
-      Relation members:
-         role=forward ⟺ role=backward
-           role=north ⟺ role=south
-            role=east ⟺ role=west
-
-     In addition, numeric-valued `incline` tags are negated.
-
-     The JOSM implementation was used as a guide, but transformations that were of unclear benefit
-     or adjusted tags that don't seem to be used in practice were omitted.
-
-     Also, each node on the way is examined for its own tags and the following transformations are performed
-     in order to ensure associated nodes (eg a Stop Sign) is also reversed
-
-      Node Keys:
-          *direction=forward ⟺ *direction=backward
-          *direction=left ⟺ *direction=right
-          *:forward=* ⟺ *:backward=*
-          *:left=* ⟺ *:right=*
-
-     References:
-        http://wiki.openstreetmap.org/wiki/Forward_%26_backward,_left_%26_right
-        http://wiki.openstreetmap.org/wiki/Key:direction#Steps
-        http://wiki.openstreetmap.org/wiki/Key:incline
-        http://wiki.openstreetmap.org/wiki/Route#Members
-        http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/corrector/ReverseWayTagCorrector.java
-        http://wiki.openstreetmap.org/wiki/Tag:highway%3Dstop
-        http://wiki.openstreetmap.org/wiki/Key:traffic_sign#On_a_way_or_area
-   */
-  function actionReverse(wayId, options) {
-      var replacements = [
-              [/:right$/, ':left'], [/:left$/, ':right'],
-              [/:forward$/, ':backward'], [/:backward$/, ':forward']
-          ],
-          numeric = /^([+\-]?)(?=[\d.])/,
-          roleReversals = {
-              forward: 'backward',
-              backward: 'forward',
-              north: 'south',
-              south: 'north',
-              east: 'west',
-              west: 'east'
-          };
+  Order the nodes of a way in reverse order and reverse any direction dependent tags
+  other than `oneway`. (We assume that correcting a backwards oneway is the primary
+  reason for reversing a way.)
+
+  In addition, numeric-valued `incline` tags are negated.
+
+  The JOSM implementation was used as a guide, but transformations that were of unclear benefit
+  or adjusted tags that don't seem to be used in practice were omitted.
+
+  References:
+      http://wiki.openstreetmap.org/wiki/Forward_%26_backward,_left_%26_right
+      http://wiki.openstreetmap.org/wiki/Key:direction#Steps
+      http://wiki.openstreetmap.org/wiki/Key:incline
+      http://wiki.openstreetmap.org/wiki/Route#Members
+      http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/corrector/ReverseWayTagCorrector.java
+      http://wiki.openstreetmap.org/wiki/Tag:highway%3Dstop
+      http://wiki.openstreetmap.org/wiki/Key:traffic_sign#On_a_way_or_area
+  */
+  function actionReverse(wayID, options) {
+      var ignoreKey = /^.*(_|:)?(description|name|note|website|ref|source|comment|watch|attribution)(_|:)?/;
+      var numeric = /^([+\-]?)(?=[\d.])/;
+      var keyReplacements = [
+          [/:right$/, ':left'],
+          [/:left$/, ':right'],
+          [/:forward$/, ':backward'],
+          [/:backward$/, ':forward']
+      ];
+      var valueReplacements = {
+          left: 'right',
+          right: 'left',
+          up: 'down',
+          down: 'up',
+          forward: 'backward',
+          backward: 'forward',
+          forwards: 'backward',
+          backwards: 'forward',
+      };
+      var roleReplacements = {
+          forward: 'backward',
+          backward: 'forward',
+          forwards: 'backward',
+          backwards: 'forward',
+          north: 'south',
+          south: 'north',
+          east: 'west',
+          west: 'east'
+      };
+      var onewayReplacements = {
+          yes: '-1',
+          '1': '-1',
+          '-1': 'yes'
+      };
 
 
       function reverseKey(key) {
-          for (var i = 0; i < replacements.length; ++i) {
-              var replacement = replacements[i];
+          for (var i = 0; i < keyReplacements.length; ++i) {
+              var replacement = keyReplacements[i];
               if (replacement[0].test(key)) {
                   return key.replace(replacement[0], replacement[1]);
               }
 
 
       function reverseValue(key, value) {
+          if (ignoreKey.test(key)) return value;
+
           if (key === 'incline' && numeric.test(value)) {
               return value.replace(numeric, function(_, sign) { return sign === '-' ? '' : '-'; });
-          } else if (key === 'incline' || key === 'direction') {
-              return {up: 'down', down: 'up'}[value] || value;
           } else if (options && options.reverseOneway && key === 'oneway') {
-              return {yes: '-1', '1': '-1', '-1': 'yes'}[value] || value;
+              return onewayReplacements[value] || value;
           } else {
-              return {left: 'right', right: 'left'}[value] || value;
+              return valueReplacements[value] || value;
           }
       }
 
 
-      function reverseDirectionTags(node) {
-          // Update the direction based tags as appropriate then return an updated node
-          return node.update({tags: transform$1(node.tags, function(acc, tagValue, tagKey) {
-              // See if this is a direction tag and reverse (or use existing value if not recognised)
-              var re = /direction$/;
-              if (re.test(tagKey)) {
-                  acc[tagKey] = {forward: 'backward', backward: 'forward', left: 'right', right: 'left'}[tagValue] || tagValue;
-              } else {
-                  // Use the reverseKey method to cater for situations such as traffic_sign:forward=stop
-                  // This will pass through other tags unchanged
-                  acc[reverseKey(tagKey)] = tagValue;
-              }
-              return acc;
-          }, {})});
-      }
-
+      // Reverse the direction of tags attached to the nodes - #3076
+      function reverseNodeTags(graph, nodeIDs) {
+          for (var i = 0; i < nodeIDs.length; i++) {
+              var node = graph.hasEntity(nodeIDs[i]);
+              if (!node || !Object.keys(node.tags).length) continue;
 
-      function reverseTagsOnNodes(graph, nodeIds) {
-          // Reverse the direction of appropriate tags attached to the nodes (#3076)
-          return nodeIds
-              // Get each node from the graph
-              .map(function(nodeId) { return graph.entity(nodeId);})
-              // Check tags on the node, if there aren't any, we can skip
-              .filter(function(existingNode) { return existingNode.tags !== undefined;})
-              // Get a new version of each node with the appropriate tags reversed
-              .map(function(existingNode) { return reverseDirectionTags(existingNode);})
-              // Chain together consecutive updates to the graph for each updated node and return
-              .reduce(function (accGraph, value) { return accGraph.replace(value); }, graph);
+              var tags = {};
+              for (var key in node.tags) {
+                  tags[reverseKey(key)] = reverseValue(key, node.tags[key]);
+              }
+              graph = graph.replace(node.update({tags: tags}));
+          }
+          return graph;
       }
 
 
       return function(graph) {
-          var way = graph.entity(wayId),
-              nodes = way.nodes.slice().reverse(),
-              tags = {}, key, role;
+          var way = graph.entity(wayID);
+          var nodes = way.nodes.slice().reverse();
+          var tags = {};
+          var role;
 
-          for (key in way.tags) {
+          for (var key in way.tags) {
               tags[reverseKey(key)] = reverseValue(key, way.tags[key]);
           }
 
           graph.parentRelations(way).forEach(function(relation) {
               relation.members.forEach(function(member, index) {
-                  if (member.id === way.id && (role = roleReversals[member.role])) {
+                  if (member.id === way.id && (role = roleReplacements[member.role])) {
                       relation = relation.updateMember({role: role}, index);
                       graph = graph.replace(relation);
                   }
 
           // Reverse any associated directions on nodes on the way and then replace
           // the way itself with the reversed node ids and updated way tags
-          return reverseTagsOnNodes(graph, nodes).replace(way.update({nodes: nodes, tags: tags}));
+          return reverseNodeTags(graph, nodes)
+              .replace(way.update({nodes: nodes, tags: tags}));
       };
   }
 
           if (parts.length === 2) {
               obj[parts[0]] = (null === parts[1]) ? '' : decodeURIComponent(parts[1]);
           }
+          if (parts[0] === 'mvt') {
+              obj[parts[0]] = (parts[2] !== undefined) ? (decodeURIComponent(parts[1]) + '=' + decodeURIComponent(parts[2])) : (decodeURIComponent(parts[1]));
+          }
           return obj;
       }, {});
   }
       };
   }
 
+  function utilTiler() {
+      var _size = [256, 256];
+      var _scale = 256;
+      var _tileSize = 256;
+      var _zoomExtent = [0, 20];
+      var _translate = [_size[0] / 2, _size[1] / 2];
+      var _margin = 0;
+      var _skipNullIsland = false;
+
+
+      function bound(val) {
+          return Math.min(_zoomExtent[1], Math.max(_zoomExtent[0], val));
+      }
+
+
+      function nearNullIsland(tile) {
+          var x = tile[0];
+          var y = tile[1];
+          var z = tile[2];
+          if (z >= 7) {
+              var center = Math.pow(2, z - 1);
+              var width = Math.pow(2, z - 6);
+              var min$$1 = center - (width / 2);
+              var max$$1 = center + (width / 2) - 1;
+              return x >= min$$1 && x <= max$$1 && y >= min$$1 && y <= max$$1;
+          }
+          return false;
+      }
+
+
+      function tiler() {
+          var z = geoScaleToZoom(_scale / (2 * Math.PI), _tileSize);
+          var z0 = bound(Math.round(z));
+          var log2ts = Math.log(_tileSize) * Math.LOG2E;
+          var k = Math.pow(2, z - z0 + log2ts);
+          var origin = [
+              (_translate[0] - _scale / 2) / k,
+              (_translate[1] - _scale / 2) / k
+          ];
+
+          var cols = range(
+              Math.max(0, Math.floor(-origin[0]) - _margin),
+              Math.max(0, Math.ceil(_size[0] / k - origin[0]) + _margin)
+          );
+          var rows = range(
+              Math.max(0, Math.floor(-origin[1]) - _margin),
+              Math.max(0, Math.ceil(_size[1] / k - origin[1]) + _margin)
+          );
+
+          var tiles = [];
+          for (var i = 0; i < rows.length; i++) {
+              var y = rows[i];
+              for (var j = 0; j < cols.length; j++) {
+                  var x = cols[j];
+
+                  if (i >= _margin && i <= rows.length - _margin &&
+                      j >= _margin && j <= cols.length - _margin) {
+                      tiles.unshift([x, y, z0]);  // tiles in view at beginning
+                  } else {
+                      tiles.push([x, y, z0]);     // tiles in margin at the end
+                  }
+              }
+          }
+
+          tiles.translate = origin;
+          tiles.scale = k;
+
+          return tiles;
+      }
+
+
+      /**
+       * getTiles() returns an array of tiles that cover the map view
+       */
+      tiler.getTiles = function(projection) {
+          var origin = [
+              projection.scale() * Math.PI - projection.translate()[0],
+              projection.scale() * Math.PI - projection.translate()[1]
+          ];
+
+          this
+              .size(projection.clipExtent()[1])
+              .scale(projection.scale() * 2 * Math.PI)
+              .translate(projection.translate());
+
+          var tiles = tiler();
+          var ts = tiles.scale;
+
+          return tiles
+              .map(function(tile) {
+                  if (_skipNullIsland && nearNullIsland(tile)) {
+                      return false;
+                  }
+                  var x = tile[0] * ts - origin[0];
+                  var y = tile[1] * ts - origin[1];
+                  return {
+                      id: tile.toString(),
+                      xyz: tile,
+                      extent: geoExtent$$1(
+                          projection.invert([x, y + ts]),
+                          projection.invert([x + ts, y])
+                      )
+                  };
+              }).filter(Boolean);
+      };
+
+
+      tiler.tileSize = function(val) {
+          if (!arguments.length) return _tileSize;
+          _tileSize = val;
+          return tiler;
+      };
+
+
+      tiler.zoomExtent = function(val) {
+          if (!arguments.length) return _zoomExtent;
+          _zoomExtent = val;
+          return tiler;
+      };
+
+
+      tiler.size = function(val) {
+          if (!arguments.length) return _size;
+          _size = val;
+          return tiler;
+      };
+
+
+      tiler.scale = function(val) {
+          if (!arguments.length) return _scale;
+          _scale = val;
+          return tiler;
+      };
+
+
+      tiler.translate = function(val) {
+          if (!arguments.length) return _translate;
+          _translate = val;
+          return tiler;
+      };
+
+
+      // number to extend the rows/columns beyond those covering the viewport
+      tiler.margin = function(val) {
+          if (!arguments.length) return _margin;
+          _margin = +val;
+          return tiler;
+      };
+
+
+      tiler.skipNullIsland = function(val) {
+          if (!arguments.length) return _skipNullIsland;
+          _skipNullIsland = val;
+          return tiler;
+      };
+
+
+      return tiler;
+  }
+
   function utilTriggerEvent(target, type) {
       target.each(function() {
           var evt = document.createEvent('HTMLEvents');
 
 
       transient: function(entity, key, fn) {
-          var id = entity.id,
-              transients = this.transients[id] ||
-              (this.transients[id] = {});
+          var id = entity.id;
+          var transients = this.transients[id] || (this.transients[id] = {});
 
           if (transients[key] !== undefined) {
               return transients[key];
 
 
       parentWays: function(entity) {
-          var parents = this._parentWays[entity.id],
-              result = [];
+          var parents = this._parentWays[entity.id];
+          var result = [];
 
           if (parents) {
               for (var i = 0; i < parents.length; i++) {
 
 
       parentRelations: function(entity) {
-          var parents = this._parentRels[entity.id],
-              result = [];
+          var parents = this._parentRels[entity.id];
+          var result = [];
 
           if (parents) {
               for (var i = 0; i < parents.length; i++) {
       // data into each state. To external consumers, it should appear as if the
       // graph always contained the newly downloaded data.
       rebase: function(entities, stack, force) {
-          var base = this.base(),
-              i, j, k, id;
+          var base = this.base();
+          var i, j, k, id;
 
           for (i = 0; i < entities.length; i++) {
               var entity = entities[i];
 
 
       _updateRebased: function() {
-          var base = this.base(),
-              i, k, child, id, keys;
+          var base = this.base();
+          var i, k, child, id, keys;
 
           keys = Object.keys(this._parentWays);
           for (i = 0; i < keys.length; i++) {
 
       // Updates calculated properties (parentWays, parentRels) for the specified change
       _updateCalculated: function(oldentity, entity, parentWays, parentRels) {
-
           parentWays = parentWays || this._parentWays;
           parentRels = parentRels || this._parentRels;
 
-          var type = entity && entity.type || oldentity && oldentity.type,
-              removed, added, ways, rels, i;
-
-
-          if (type === 'way') {
+          var type = entity && entity.type || oldentity && oldentity.type;
+          var removed, added, ways, rels, i;
 
-              // Update parentWays
+          if (type === 'way') {   // Update parentWays
               if (oldentity && entity) {
                   removed = difference(oldentity.nodes, entity.nodes);
                   added = difference(entity.nodes, oldentity.nodes);
                   parentWays[added[i]] = ways;
               }
 
-          } else if (type === 'relation') {
-
-              // Update parentRels
+          } else if (type === 'relation') {   // Update parentRels
               if (oldentity && entity) {
                   removed = difference(oldentity.members, entity.members);
                   added = difference(entity.members, oldentity);
 
 
       replace: function(entity) {
-          if (this.entities[entity.id] === entity)
-              return this;
+          if (this.entities[entity.id] === entity) return this;
 
           return this.update(function() {
               this._updateCalculated(this.entities[entity.id], entity);
 
 
       revert: function(id) {
-          var baseEntity = this.base().entities[id],
-              headEntity = this.entities[id];
-
-          if (headEntity === baseEntity)
-              return this;
+          var baseEntity = this.base().entities[id];
+          var headEntity = this.entities[id];
+          if (headEntity === baseEntity) return this;
 
           return this.update(function() {
               this._updateCalculated(headEntity, baseEntity);
 
       update: function() {
           var graph = this.frozen ? coreGraph$$1(this, true) : this;
-
           for (var i = 0; i < arguments.length; i++) {
               arguments[i].call(graph, graph);
           }
                   .classed('hover-suppressed', false);
 
               var entity;
-              if (datum instanceof osmEntity$$1) {
+              if (datum instanceof osmNote || datum instanceof osmEntity$$1) {
                   entity = datum;
               } else {
                   entity = datum && datum.properties && datum.properties.entity;
                       return;
                   }
 
-                  var selector$$1 = '.' + entity.id;
+                  var selector$$1 =  (datum instanceof osmNote) ? 'note-' + entity.id : '.' + entity.id;
 
                   if (entity.type === 'relation') {
                       entity.members.forEach(function(member) {
                   _selection.selectAll(selector$$1)
                       .classed(suppressed ? 'hover-suppressed' : 'hover', true);
 
-                  dispatch$$1.call('hover', this, !suppressed && entity.id);
+                  if (datum instanceof osmNote) {
+                      dispatch$$1.call('hover', this, !suppressed && entity);
+                  } else {
+                      dispatch$$1.call('hover', this, !suppressed && entity.id);
+                  }
 
               } else {
                   dispatch$$1.call('hover', this, null);
                   return;
               }
           }
-
           dispatch$$1.call('click', this, context.map().mouseCoordinates(), d);
       }
 
       return mode;
   }
 
-  function modeDragNode$$1(context) {
-      var mode = {
-          id: 'drag-node',
-          button: 'browse'
+  function svgAreas$$1(projection, context) {
+      // Patterns only work in Firefox when set directly on element.
+      // (This is not a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=750632)
+      var patterns = {
+          beach: 'beach',
+          cemetery: 'cemetery',
+          construction: 'construction',
+          farm: 'farmland',
+          farmland: 'farmland',
+          grave_yard: 'cemetery',
+          meadow: 'meadow',
+          military: 'construction',
+          orchard: 'orchard',
+          sand: 'beach',
+          scrub: 'scrub',
+          wetland: 'wetland',
       };
-      var hover = behaviorHover(context).altDisables(true)
-          .on('hover', context.ui().sidebar.hover);
-      var edit = behaviorEdit(context);
-
-      var _nudgeInterval;
-      var _restoreSelectedIDs = [];
-      var _wasMidpoint = false;
-      var _isCancelled = false;
-      var _activeEntity;
-      var _startLoc;
-      var _lastLoc;
 
+      var patternKeys = ['landuse', 'natural', 'amenity'];
 
-      function startNudge(entity, nudge) {
-          if (_nudgeInterval) window.clearInterval(_nudgeInterval);
-          _nudgeInterval = window.setInterval(function() {
-              context.pan(nudge);
-              doMove(entity, nudge);
-          }, 50);
-      }
 
+      function setPattern(d) {
+          for (var i = 0; i < patternKeys.length; i++) {
+              if (d.tags.building && d.tags.building !== 'no') continue;
 
-      function stopNudge() {
-          if (_nudgeInterval) {
-              window.clearInterval(_nudgeInterval);
-              _nudgeInterval = null;
+              if (patterns.hasOwnProperty(d.tags[patternKeys[i]])) {
+                  this.style.fill = this.style.stroke = 'url("#pattern-' + patterns[d.tags[patternKeys[i]]] + '")';
+                  return;
+              }
           }
+          this.style.fill = this.style.stroke = '';
       }
 
 
-      function moveAnnotation(entity) {
-          return t('operations.move.annotation.' + entity.geometry(context.graph()));
-      }
+      function drawTargets(selection, graph, entities, filter) {
+          var targetClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
+          var nopeClass = context.getDebug('target') ? 'red ' : 'nocolor ';
+          var getPath = svgPath(projection).geojson;
+          var activeID = context.activeID();
 
+          // The targets and nopes will be MultiLineString sub-segments of the ways
+          var data = { targets: [], nopes: [] };
 
-      function connectAnnotation(entity) {
-          return t('operations.connect.annotation.' + entity.geometry(context.graph()));
-      }
+          entities.forEach(function(way) {
+              var features = svgSegmentWay(way, graph, activeID);
+              data.targets.push.apply(data.targets, features.passive);
+              data.nopes.push.apply(data.nopes, features.active);
+          });
 
 
-      function origin(entity) {
-          return context.projection(entity.loc);
-      }
+          // Targets allow hover and vertex snapping
+          var targetData = data.targets.filter(getPath);
+          var targets = selection.selectAll('.area.target-allowed')
+              .filter(function(d) { return filter(d.properties.entity); })
+              .data(targetData, function key(d) { return d.id; });
 
+          // exit
+          targets.exit()
+              .remove();
 
-      function keydown() {
-          if (event.keyCode === d3keybinding.modifierCodes.alt) {
-              if (context.surface().classed('nope')) {
-                  context.surface()
-                      .classed('nope-suppressed', true);
-              }
-              context.surface()
-                  .classed('nope', false)
-                  .classed('nope-disabled', true);
-          }
-      }
+          // enter/update
+          targets.enter()
+              .append('path')
+              .merge(targets)
+              .attr('d', getPath)
+              .attr('class', function(d) { return 'way area target target-allowed ' + targetClass + d.id; });
 
 
-      function keyup() {
-          if (event.keyCode === d3keybinding.modifierCodes.alt) {
-              if (context.surface().classed('nope-suppressed')) {
-                  context.surface()
-                      .classed('nope', true);
-              }
-              context.surface()
-                  .classed('nope-suppressed', false)
-                  .classed('nope-disabled', false);
-          }
+          // NOPE
+          var nopeData = data.nopes.filter(getPath);
+          var nopes = selection.selectAll('.area.target-nope')
+              .filter(function(d) { return filter(d.properties.entity); })
+              .data(nopeData, function key(d) { return d.id; });
+
+          // exit
+          nopes.exit()
+              .remove();
+
+          // enter/update
+          nopes.enter()
+              .append('path')
+              .merge(nopes)
+              .attr('d', getPath)
+              .attr('class', function(d) { return 'way area target target-nope ' + nopeClass + d.id; });
       }
 
 
-      function start(entity) {
-          _wasMidpoint = entity.type === 'midpoint';
-          var hasHidden = context.features().hasHiddenConnections(entity, context.graph());
-          _isCancelled = event.sourceEvent.shiftKey || hasHidden;
+      function drawAreas(selection, graph, entities, filter) {
+          var path = svgPath(projection, graph, true),
+              areas = {},
+              multipolygon;
 
+          for (var i = 0; i < entities.length; i++) {
+              var entity = entities[i];
+              if (entity.geometry(graph) !== 'area') continue;
 
-          if (_isCancelled) {
-              if (hasHidden) {
-                  uiFlash()
-                      .duration(4000)
-                      .text(t('modes.drag_node.connected_to_hidden'))();
+              multipolygon = osmIsSimpleMultipolygonOuterMember(entity, graph);
+              if (multipolygon) {
+                  areas[multipolygon.id] = {
+                      entity: multipolygon.mergeTags(entity.tags),
+                      area: Math.abs(entity.area(graph))
+                  };
+              } else if (!areas[entity.id]) {
+                  areas[entity.id] = {
+                      entity: entity,
+                      area: Math.abs(entity.area(graph))
+                  };
               }
-              return drag.cancel();
           }
 
-          if (_wasMidpoint) {
-              var midpoint = entity;
-              entity = osmNode();
-              context.perform(actionAddMidpoint(midpoint, entity));
-              entity = context.entity(entity.id);   // get post-action entity
+          areas = values$1(areas).filter(function hasPath(a) { return path(a.entity); });
+          areas.sort(function areaSort(a, b) { return b.area - a.area; });
+          areas = map$3(areas, 'entity');
 
-              var vertex = context.surface().selectAll('.' + entity.id);
-              drag.target(vertex.node(), entity);
+          var strokes = areas.filter(function(area) {
+              return area.type === 'way';
+          });
 
-          } else {
-              context.perform(actionNoop());
-          }
+          var data = {
+              clip: areas,
+              shadow: strokes,
+              stroke: strokes,
+              fill: areas
+          };
 
-          _activeEntity = entity;
-          _startLoc = entity.loc;
+          var clipPaths = context.surface().selectAll('defs').selectAll('.clipPath')
+             .filter(filter)
+             .data(data.clip, osmEntity$$1.key);
 
-          context.surface().selectAll('.' + _activeEntity.id)
-              .classed('active', true);
+          clipPaths.exit()
+             .remove();
 
-          context.enter(mode);
-      }
+          var clipPathsEnter = clipPaths.enter()
+             .append('clipPath')
+             .attr('class', 'clipPath')
+             .attr('id', function(entity) { return entity.id + '-clippath'; });
 
+          clipPathsEnter
+             .append('path');
 
-      // related code
-      // - `behavior/draw.js` `datum()`
-      function datum() {
-          var event$$1 = event && event.sourceEvent;
-          if (!event$$1 || event$$1.altKey) {
-              return {};
-          } else {
-              // When dragging, snap only to touch targets..
-              // (this excludes area fills and active drawing elements)
-              var d = event$$1.target.__data__;
-              return (d && d.properties && d.properties.target) ? d : {};
-          }
-      }
+          clipPaths.merge(clipPathsEnter)
+             .selectAll('path')
+             .attr('d', path);
 
 
-      function doMove(entity, nudge) {
-          nudge = nudge || [0, 0];
+          var layer = selection.selectAll('.layer-areas .layer-areas-areas');
 
-          var currPoint = (event && event.point) || context.projection(_lastLoc);
-          var currMouse = geoVecSubtract(currPoint, nudge);
-          var loc = context.projection.invert(currMouse);
+          var areagroup = layer
+              .selectAll('g.areagroup')
+              .data(['fill', 'shadow', 'stroke']);
 
-          if (!_nudgeInterval) {   // If not nudging at the edge of the viewport, try to snap..
-              // related code
-              // - `mode/drag_node.js`     `doMode()`
-              // - `behavior/draw.js`      `click()`
-              // - `behavior/draw_way.js`  `move()`
-              var d = datum();
-              var target = d && d.properties && d.properties.entity;
-              var targetLoc = target && target.loc;
-              var targetNodes = d && d.properties && d.properties.nodes;
-              var edge;
+          areagroup = areagroup.enter()
+              .append('g')
+              .attr('class', function(d) { return 'areagroup area-' + d; })
+              .merge(areagroup);
 
-              if (targetLoc) {   // snap to node/vertex - a point target with `.loc`
-                  loc = targetLoc;
+          var paths = areagroup
+              .selectAll('path')
+              .filter(filter)
+              .data(function(layer) { return data[layer]; }, osmEntity$$1.key);
 
-              } else if (targetNodes) {   // snap to way - a line target with `.nodes`
-                  edge = geoChooseEdge(targetNodes, context.mouse(), context.projection, end.id);
-                  if (edge) {
-                      loc = edge.loc;
-                  }
+          paths.exit()
+              .remove();
+
+          var fills = selection.selectAll('.area-fill path.area').nodes();
+
+          var bisect = bisector(function(node) {
+              return -node.__data__.area(graph);
+          }).left;
+
+          function sortedByArea(entity) {
+              if (this._parent.__data__ === 'fill') {
+                  return fills[bisect(fills, -entity.area(graph))];
               }
           }
 
-          context.replace(
-              actionMoveNode(entity.id, loc),
-              moveAnnotation(entity)
-          );
+          paths = paths.enter()
+              .insert('path', sortedByArea)
+              .merge(paths)
+              .each(function(entity) {
+                  var layer = this.parentNode.__data__;
 
-          // Below here: validations
-          var isInvalid = false;
+                  this.setAttribute('class', entity.type + ' area ' + layer + ' ' + entity.id);
 
-          // Check if this connection to `target` could cause relations to break..
-          if (target) {
-              isInvalid = hasRelationConflict(entity, target, edge, context.graph());
-          }
+                  if (layer === 'fill') {
+                      this.setAttribute('clip-path', 'url(#' + entity.id + '-clippath)');
+                      setPattern.apply(this, arguments);
+                  }
+              })
+              .call(svgTagClasses())
+              .attr('d', path);
 
-          // Check if this drag causes the geometry to break..
-          if (!isInvalid) {
-              isInvalid = hasInvalidGeometry(entity, context.graph());
-          }
 
+          // touch targets
+          selection.selectAll('.layer-areas .layer-areas-targets')
+              .call(drawTargets, graph, data.stroke, filter);
+      }
 
-          var nope = context.surface().classed('nope');
-          if (isInvalid === 'relation' || isInvalid === 'restriction') {
-              if (!nope) {   // about to nope - show hint
-                  uiFlash()
-                      .duration(4000)
-                      .text(t('operations.connect.' + isInvalid,
-                          { relation: context.presets().item('type/restriction').name() }
-                      ))();
-              }
-          } else {
-              if (nope) {   // about to un-nope, remove hint
-                  uiFlash()
-                      .duration(1)
-                      .text('')();
-              }
-          }
-
+      return drawAreas;
+  }
 
-          var nopeDisabled = context.surface().classed('nope-disabled');
-          if (nopeDisabled) {
-              context.surface()
-                  .classed('nope', false)
-                  .classed('nope-suppressed', isInvalid);
-          } else {
-              context.surface()
-                  .classed('nope', isInvalid)
-                  .classed('nope-suppressed', false);
-          }
+  function svgDebug$$1(projection, context) {
 
-          _lastLoc = loc;
+      function multipolygons(imagery) {
+          return imagery.map(function(data$$1) {
+              return {
+                  type: 'MultiPolygon',
+                  coordinates: [ data$$1.polygon ]
+              };
+          });
       }
 
+      function drawDebug(selection$$1) {
+          var showsTile = context.getDebug('tile');
+          var showsCollision = context.getDebug('collision');
+          var showsImagery = context.getDebug('imagery');
+          var showsCommunity = context.getDebug('community');
+          var showsImperial = context.getDebug('imperial');
+          var showsDriveLeft = context.getDebug('driveLeft');
+          var showsTouchTargets = context.getDebug('target');
 
-      // Uses `actionConnect.disabled()` to know whether this connection is ok..
-      function hasRelationConflict(entity, target, edge, graph) {
-          var testGraph = graph.update();  // copy
-
-          // if snapping to way - add midpoint there and consider that the target..
-          if (edge) {
-              var midpoint = osmNode();
-              var action = actionAddMidpoint({
-                  loc: edge.loc,
-                  edge: [target.nodes[edge.index - 1], target.nodes[edge.index]]
-              }, midpoint);
-
-              testGraph = action(testGraph);
-              target = midpoint;
+          var debugData = [];
+          if (showsTile) {
+              debugData.push({ class: 'red', label: 'tile' });
+          }
+          if (showsCollision) {
+              debugData.push({ class: 'yellow', label: 'collision' });
+          }
+          if (showsImagery) {
+              debugData.push({ class: 'orange', label: 'imagery' });
+          }
+          if (showsCommunity) {
+              debugData.push({ class: 'blue', label: 'community' });
+          }
+          if (showsImperial) {
+              debugData.push({ class: 'cyan', label: 'imperial' });
+          }
+          if (showsDriveLeft) {
+              debugData.push({ class: 'green', label: 'driveLeft' });
+          }
+          if (showsTouchTargets) {
+              debugData.push({ class: 'pink', label: 'touchTargets' });
           }
-
-          // can we connect to it?
-          var ids = [entity.id, target.id];
-          return actionConnect(ids).disabled(testGraph);
-      }
 
 
-      function hasInvalidGeometry(entity, graph) {
-          var parents = graph.parentWays(entity);
-          var i, j, k;
+          var legend = select('#content')
+              .selectAll('.debug-legend')
+              .data(debugData.length ? [0] : []);
 
-          for (i = 0; i < parents.length; i++) {
-              var parent = parents[i];
-              var nodes = [];
-              var activeIndex = null;    // which multipolygon ring contains node being dragged
+          legend.exit()
+              .remove();
 
-              // test any parent multipolygons for valid geometry
-              var relations = graph.parentRelations(parent);
-              for (j = 0; j < relations.length; j++) {
-                  if (!relations[j].isMultipolygon()) continue;
+          legend = legend.enter()
+              .append('div')
+              .attr('class', 'fillD debug-legend')
+              .merge(legend);
 
-                  var rings = osmJoinWays(relations[j].members, graph);
 
-                  // find active ring and test it for self intersections
-                  for (k = 0; k < rings.length; k++) {
-                      nodes = rings[k].nodes;
-                      if (find$1(nodes, function(n) { return n.id === entity.id; })) {
-                          activeIndex = k;
-                          if (geoHasSelfIntersections(nodes, entity.id)) {
-                              return true;
-                          }
-                      }
-                      rings[k].coords = nodes.map(function(n) { return n.loc; });
-                  }
+          var legendItems = legend.selectAll('.debug-legend-item')
+              .data(debugData, function(d) { return d.label; });
 
-                  // test active ring for intersections with other rings in the multipolygon
-                  for (k = 0; k < rings.length; k++) {
-                      if (k === activeIndex) continue;
+          legendItems.exit()
+              .remove();
 
-                      // make sure active ring doesnt cross passive rings
-                      if (geoHasLineIntersections(rings[activeIndex].nodes, rings[k].nodes, entity.id)) {
-                          return true;
-                      }
-                  }
-              }
+          legendItems.enter()
+              .append('span')
+              .attr('class', function(d) { return 'debug-legend-item ' + d.class; })
+              .text(function(d) { return d.label; });
 
 
-              // If we still haven't tested this node's parent way for self-intersections.
-              // (because it's not a member of a multipolygon), test it now.
-              if (activeIndex === null) {
-                  nodes = parent.nodes.map(function(nodeID) { return graph.entity(nodeID); });
-                  if (nodes.length && geoHasSelfIntersections(nodes, entity.id)) {
-                      return true;
-                  }
-              }
+          var layer = selection$$1.selectAll('.layer-debug')
+              .data(showsImagery || showsCommunity || showsImperial || showsDriveLeft ? [0] : []);
 
-          }
+          layer.exit()
+              .remove();
 
-          return false;
-      }
+          layer = layer.enter()
+              .append('g')
+              .attr('class', 'layer-debug')
+              .merge(layer);
 
 
-      function move(entity) {
-          if (_isCancelled) return;
-          event.sourceEvent.stopPropagation();
+          var extent = context.map().extent();
+          var dataImagery = data.imagery || [];
+          var availableImagery = showsImagery && multipolygons(dataImagery.filter(function(source) {
+              if (!source.polygon) return false;
+              return source.polygon.some(function(polygon) {
+                  return geoPolygonIntersectsPolygon(polygon, extent, true);
+              });
+          }));
 
-          context.surface().classed('nope-disabled', event.sourceEvent.altKey);
+          var imagery = layer.selectAll('path.debug-imagery')
+              .data(showsImagery ? availableImagery : []);
 
-          _lastLoc = context.projection.invert(event.point);
+          imagery.exit()
+              .remove();
 
-          doMove(entity);
-          var nudge = geoViewportEdge(event.point, context.map().dimensions());
-          if (nudge) {
-              startNudge(entity, nudge);
-          } else {
-              stopNudge();
-          }
-      }
+          imagery.enter()
+              .append('path')
+              .attr('class', 'debug-imagery debug orange');
 
 
-      function end(entity) {
-          if (_isCancelled) return;
+          var community = layer.selectAll('path.debug-community')
+              .data(showsCommunity ? values$1(data.community.features) : []);
 
-          var d = datum();
-          var nope = (d && d.properties && d.properties.nope) || context.surface().classed('nope');
-          var target = d && d.properties && d.properties.entity;   // entity to snap to
+          community.exit()
+              .remove();
 
-          if (nope) {   // bounce back
-              context.perform(
-                  _actionBounceBack(entity.id, _startLoc)
-              );
+          community.enter()
+              .append('path')
+              .attr('class', 'debug-community debug blue');
 
-          } else if (target && target.type === 'way') {
-              var choice = geoChooseEdge(context.childNodes(target), context.mouse(), context.projection, entity.id);
-              context.replace(
-                  actionAddMidpoint({
-                      loc: choice.loc,
-                      edge: [target.nodes[choice.index - 1], target.nodes[choice.index]]
-                  }, entity),
-                  connectAnnotation(target)
-              );
 
-          } else if (target && target.type === 'node') {
-              context.replace(
-                  actionConnect([target.id, entity.id]),
-                  connectAnnotation(target)
-              );
+          var imperial = layer
+              .selectAll('path.debug-imperial')
+              .data(showsImperial ? [dataImperial] : []);
 
-          } else if (_wasMidpoint) {
-              context.replace(
-                  actionNoop(),
-                  t('operations.add.annotation.vertex')
-              );
+          imperial.exit()
+              .remove();
 
-          } else {
-              context.replace(
-                  actionNoop(),
-                  moveAnnotation(entity)
-              );
-          }
+          imperial.enter()
+              .append('path')
+              .attr('class', 'debug-imperial debug cyan');
 
-          var reselection = _restoreSelectedIDs.filter(function(id) {
-              return context.graph().hasEntity(id);
-          });
 
-          if (reselection.length) {
-              context.enter(modeSelect(context, reselection));
-          } else {
-              context.enter(modeBrowse(context));
-          }
-      }
+          var driveLeft = layer
+              .selectAll('path.debug-drive-left')
+              .data(showsDriveLeft ? [dataDriveLeft] : []);
 
+          driveLeft.exit()
+              .remove();
 
-      function _actionBounceBack(nodeID, toLoc) {
-          var moveNode = actionMoveNode(nodeID, toLoc);
-          var action = function(graph, t$$1) {
-              // last time through, pop off the bounceback perform.
-              // it will then overwrite the initial perform with a moveNode that does nothing
-              if (t$$1 === 1) context.pop();
-              return moveNode(graph, t$$1);
-          };
-          action.transitionable = true;
-          return action;
-      }
+          driveLeft.enter()
+              .append('path')
+              .attr('class', 'debug-drive-left debug green');
 
 
-      function cancel() {
-          drag.cancel();
-          context.enter(modeBrowse(context));
+          // update
+          layer.selectAll('path')
+              .attr('d', svgPath(projection).geojson);
       }
 
 
-      var drag = behaviorDrag()
-          .selector('.layer-points-targets .target')
-          .surface(select('#map').node())
-          .origin(origin)
-          .on('start', start)
-          .on('move', move)
-          .on('end', end);
-
+      // This looks strange because `enabled` methods on other layers are
+      // chainable getter/setters, and this one is just a getter.
+      drawDebug.enabled = function() {
+          if (!arguments.length) {
+              return context.getDebug('tile') ||
+                  context.getDebug('collision') ||
+                  context.getDebug('imagery') ||
+                  context.getDebug('imperial') ||
+                  context.getDebug('driveLeft') ||
+                  context.getDebug('target');
+          } else {
+              return this;
+          }
+      };
 
-      mode.enter = function() {
-          context.install(hover);
-          context.install(edit);
 
-          select(window)
-              .on('keydown.drawWay', keydown)
-              .on('keyup.drawWay', keyup);
+      return drawDebug;
+  }
 
-          context.history()
-              .on('undone.drag-node', cancel);
-      };
+  /*
+      A standalone SVG element that contains only a `defs` sub-element. To be
+      used once globally, since defs IDs must be unique within a document.
+  */
+  function svgDefs(context) {
 
+      function drawDefs(selection$$1) {
+          var defs = selection$$1.append('defs');
 
-      mode.exit = function() {
-          context.ui().sidebar.hover.cancel();
-          context.uninstall(hover);
-          context.uninstall(edit);
+          // add markers
+          defs
+              .append('marker')
+              .attr('id', 'oneway-marker')
+              .attr('viewBox', '0 0 10 5')
+              .attr('refX', 2.5)
+              .attr('refY', 2.5)
+              .attr('markerWidth', 2)
+              .attr('markerHeight', 2)
+              .attr('markerUnits', 'strokeWidth')
+              .attr('orient', 'auto')
+              .append('path')
+              .attr('class', 'oneway-marker-path')
+              .attr('d', 'M 5,3 L 0,3 L 0,2 L 5,2 L 5,0 L 10,2.5 L 5,5 z')
+              .attr('stroke', 'none')
+              .attr('fill', '#000')
+              .attr('opacity', '0.75');
 
-          select(window)
-              .on('keydown.hover', null)
-              .on('keyup.hover', null);
+          defs
+              .append('marker')
+              .attr('id', 'viewfield-marker')
+              .attr('viewBox', '0 0 16 16')
+              .attr('refX', 8)
+              .attr('refY', 16)
+              .attr('markerWidth', 4)
+              .attr('markerHeight', 4)
+              .attr('markerUnits', 'strokeWidth')
+              .attr('orient', 'auto')
+              .append('path')
+              .attr('class', 'viewfield-marker-path')
+              .attr('d', 'M 6,14 C 8,13.4 8,13.4 10,14 L 16,3 C 12,0 4,0 0,3 z')
+              .attr('fill', '#333')
+              .attr('fill-opacity', '0.75')
+              .attr('stroke', '#fff')
+              .attr('stroke-width', '0.5px')
+              .attr('stroke-opacity', '0.75');
 
-          context.history()
-              .on('undone.drag-node', null);
+          defs
+              .append('marker')
+              .attr('id', 'viewfield-marker-wireframe')
+              .attr('viewBox', '0 0 16 16')
+              .attr('refX', 8)
+              .attr('refY', 16)
+              .attr('markerWidth', 4)
+              .attr('markerHeight', 4)
+              .attr('markerUnits', 'strokeWidth')
+              .attr('orient', 'auto')
+              .append('path')
+              .attr('class', 'viewfield-marker-path')
+              .attr('d', 'M 6,14 C 8,13.4 8,13.4 10,14 L 16,3 C 12,0 4,0 0,3 z')
+              .attr('fill', 'none')
+              .attr('stroke', '#fff')
+              .attr('stroke-width', '0.5px')
+              .attr('stroke-opacity', '0.75');
 
-          context.map()
-              .on('drawn.drag-node', null);
+          // add patterns
+          var patterns = defs.selectAll('pattern')
+              .data([
+                  // pattern name, pattern image name
+                  ['wetland', 'wetland'],
+                  ['construction', 'construction'],
+                  ['cemetery', 'cemetery'],
+                  ['orchard', 'orchard'],
+                  ['farmland', 'farmland'],
+                  ['beach', 'dots'],
+                  ['scrub', 'dots'],
+                  ['meadow', 'dots']
+              ])
+              .enter()
+              .append('pattern')
+              .attr('id', function (d) { return 'pattern-' + d[0]; })
+              .attr('width', 32)
+              .attr('height', 32)
+              .attr('patternUnits', 'userSpaceOnUse');
 
-          _activeEntity = null;
+          patterns
+              .append('rect')
+              .attr('x', 0)
+              .attr('y', 0)
+              .attr('width', 32)
+              .attr('height', 32)
+              .attr('class', function (d) { return 'pattern-color-' + d[0]; });
 
-          context.surface()
-              .classed('nope', false)
-              .classed('nope-suppressed', false)
-              .classed('nope-disabled', false)
-              .selectAll('.active')
-              .classed('active', false);
+          patterns
+              .append('image')
+              .attr('x', 0)
+              .attr('y', 0)
+              .attr('width', 32)
+              .attr('height', 32)
+              .attr('xlink:href', function (d) {
+                  return context.imagePath('pattern/' + d[1] + '.png');
+              });
 
-          stopNudge();
-      };
+          // add clip paths
+          defs.selectAll('clipPath')
+              .data([12, 18, 20, 32, 45])
+              .enter()
+              .append('clipPath')
+              .attr('id', function (d) { return 'clip-square-' + d; })
+              .append('rect')
+              .attr('x', 0)
+              .attr('y', 0)
+              .attr('width', function (d) { return d; })
+              .attr('height', function (d) { return d; });
 
+          // add symbol spritesheets
+          defs
+              .call(drawDefs.addSprites, [
+                  'iD-sprite', 'maki-sprite', 'temaki-sprite', 'fa-sprite', 'community-sprite'
+              ]);
+      }
 
-      mode.selectedIDs = function() {
-          if (!arguments.length) return _activeEntity ? [_activeEntity.id] : [];
-          // no assign
-          return mode;
-      };
 
+      drawDefs.addSprites = function(selection$$1, ids) {
+          var spritesheets = selection$$1.selectAll('.spritesheet');
+          var currData = spritesheets.data();
+          var data = uniq(currData.concat(ids));
 
-      mode.activeID = function() {
-          if (!arguments.length) return _activeEntity && _activeEntity.id;
-          // no assign
-          return mode;
+          spritesheets
+              .data(data)
+              .enter()
+              .append('g')
+              .attr('class', function(d) { return 'spritesheet spritesheet-' + d; })
+              .each(function(d) {
+                  var url = context.imagePath(d + '.svg');
+                  var node = select(this).node();
+                  request(url)
+                      .mimeType('image/svg+xml')
+                      .response(function(xhr) { return xhr.responseXML; })
+                      .get(function(err, svg) {
+                          if (err) return;
+                          node.appendChild(
+                              select(svg.documentElement).attr('id', d).node()
+                          );
+                      });
+              });
       };
 
 
-      mode.restoreSelectedIDs = function(_) {
-          if (!arguments.length) return _restoreSelectedIDs;
-          _restoreSelectedIDs = _;
-          return mode;
-      };
-
+      return drawDefs;
+  }
 
-      mode.behavior = drag;
+  /**
+   * A specialized version of `_.reduce` for arrays without support for
+   * iteratee shorthands.
+   *
+   * @private
+   * @param {Array} [array] The array to iterate over.
+   * @param {Function} iteratee The function invoked per iteration.
+   * @param {*} [accumulator] The initial value.
+   * @param {boolean} [initAccum] Specify using the first element of `array` as
+   *  the initial value.
+   * @returns {*} Returns the accumulated value.
+   */
+  function arrayReduce(array, iteratee, accumulator, initAccum) {
+    var index = -1,
+        length = array == null ? 0 : array.length;
 
+    if (initAccum && length) {
+      accumulator = array[++index];
+    }
+    while (++index < length) {
+      accumulator = iteratee(accumulator, array[index], index, array);
+    }
+    return accumulator;
+  }
 
-      return mode;
+  /**
+   * The base implementation of `_.reduce` and `_.reduceRight`, without support
+   * for iteratee shorthands, which iterates over `collection` using `eachFunc`.
+   *
+   * @private
+   * @param {Array|Object} collection The collection to iterate over.
+   * @param {Function} iteratee The function invoked per iteration.
+   * @param {*} accumulator The initial value.
+   * @param {boolean} initAccum Specify using the first or last element of
+   *  `collection` as the initial value.
+   * @param {Function} eachFunc The function to iterate over `collection`.
+   * @returns {*} Returns the accumulated value.
+   */
+  function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) {
+    eachFunc(collection, function(value, index, collection) {
+      accumulator = initAccum
+        ? (initAccum = false, value)
+        : iteratee(accumulator, value, index, collection);
+    });
+    return accumulator;
   }
 
-  function modeBrowse(context) {
-      var mode = {
-          button: 'browse',
-          id: 'browse',
-          title: t('modes.browse.title'),
-          description: t('modes.browse.description')
-      }, sidebar;
-
-      var behaviors = [
-          behaviorPaste(context),
-          behaviorHover(context).on('hover', context.ui().sidebar.hover),
-          behaviorSelect(context),
-          behaviorLasso(context),
-          modeDragNode$$1(context).behavior
-      ];
-
-
-      mode.enter = function() {
-          behaviors.forEach(function(behavior) {
-              context.install(behavior);
-          });
-
-          // Get focus on the body.
-          if (document.activeElement && document.activeElement.blur) {
-              document.activeElement.blur();
-          }
-
-          if (sidebar) {
-              context.ui().sidebar.show(sidebar);
-          } else {
-              context.ui().sidebar.select(null);
-          }
-      };
-
-
-      mode.exit = function() {
-          context.ui().sidebar.hover.cancel();
-          behaviors.forEach(function(behavior) {
-              context.uninstall(behavior);
-          });
-
-          if (sidebar) {
-              context.ui().sidebar.hide();
-          }
-      };
-
-
-      mode.sidebar = function(_) {
-          if (!arguments.length) return sidebar;
-          sidebar = _;
-          return mode;
-      };
-
+  /**
+   * Reduces `collection` to a value which is the accumulated result of running
+   * each element in `collection` thru `iteratee`, where each successive
+   * invocation is supplied the return value of the previous. If `accumulator`
+   * is not given, the first element of `collection` is used as the initial
+   * value. The iteratee is invoked with four arguments:
+   * (accumulator, value, index|key, collection).
+   *
+   * Many lodash methods are guarded to work as iteratees for methods like
+   * `_.reduce`, `_.reduceRight`, and `_.transform`.
+   *
+   * The guarded methods are:
+   * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`,
+   * and `sortBy`
+   *
+   * @static
+   * @memberOf _
+   * @since 0.1.0
+   * @category Collection
+   * @param {Array|Object} collection The collection to iterate over.
+   * @param {Function} [iteratee=_.identity] The function invoked per iteration.
+   * @param {*} [accumulator] The initial value.
+   * @returns {*} Returns the accumulated value.
+   * @see _.reduceRight
+   * @example
+   *
+   * _.reduce([1, 2], function(sum, n) {
+   *   return sum + n;
+   * }, 0);
+   * // => 3
+   *
+   * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {
+   *   (result[value] || (result[value] = [])).push(key);
+   *   return result;
+   * }, {});
+   * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)
+   */
+  function reduce(collection, iteratee, accumulator) {
+    var func = isArray(collection) ? arrayReduce : baseReduce,
+        initAccum = arguments.length < 3;
 
-      return mode;
+    return func(collection, baseIteratee(iteratee, 4), accumulator, initAccum, baseEach);
   }
 
-  function modeDrawArea(context, wayId, startGraph) {
-      var mode = {
-          button: 'area',
-          id: 'draw-area'
-      };
-
-      var behavior;
-
-
-      mode.enter = function() {
-          var way = context.entity(wayId);
-
-          behavior = behaviorDrawWay(context, wayId, undefined, mode, startGraph)
-              .tail(t('modes.draw_area.tail'));
-
-          var addNode = behavior.addNode;
-
-          behavior.addNode = function(node, d) {
-              var length = way.nodes.length;
-              var penultimate = length > 2 ? way.nodes[length - 2] : null;
-
-              if (node.id === way.first() || node.id === penultimate) {
-                  behavior.finish();
-              } else {
-                  addNode(node, d);
-              }
-          };
-
-          context.install(behavior);
-      };
-
-
-      mode.exit = function() {
-          context.uninstall(behavior);
-      };
-
-
-      mode.selectedIDs = function() {
-          return [wayId];
-      };
-
-
-      mode.activeID = function() {
-          return (behavior && behavior.activeID()) || [];
-      };
-
+  var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
 
-      return mode;
+  function createCommonjsModule(fn, module) {
+       return module = { exports: {} }, fn(module, module.exports), module.exports;
   }
 
-  function modeDrawLine(context, wayId, startGraph, affix) {
-      var mode = {
-          button: 'line',
-          id: 'draw-line'
-      };
-
-      var behavior;
-
-
-      mode.enter = function() {
-          var way = context.entity(wayId);
-          var index = (affix === 'prefix') ? 0 : undefined;
-          var headId = (affix === 'prefix') ? way.first() : way.last();
-
-          behavior = behaviorDrawWay(context, wayId, index, mode, startGraph)
-              .tail(t('modes.draw_line.tail'));
-
-          var addNode = behavior.addNode;
-          behavior.addNode = function(node, d) {
-              if (node.id === headId) {
-                  behavior.finish();
-              } else {
-                  addNode(node, d);
-              }
-          };
-
-          context.install(behavior);
-      };
-
-
-      mode.exit = function() {
-          context.uninstall(behavior);
-      };
-
-
-      mode.selectedIDs = function() {
-          return [wayId];
-      };
-
+  //[4]        NameStartChar      ::=          ":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
+  //[4a]       NameChar           ::=          NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]
+  //[5]        Name       ::=          NameStartChar (NameChar)*
+  var nameStartChar = /[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/;//\u10000-\uEFFFF
+  var nameChar = new RegExp("[\\-\\.0-9"+nameStartChar.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]");
+  var tagNamePattern = new RegExp('^'+nameStartChar.source+nameChar.source+'*(?:\:'+nameStartChar.source+nameChar.source+'*)?$');
+  //var tagNamePattern = /^[a-zA-Z_][\w\-\.]*(?:\:[a-zA-Z_][\w\-\.]*)?$/
+  //var handlers = 'resolveEntity,getExternalSubset,characters,endDocument,endElement,endPrefixMapping,ignorableWhitespace,processingInstruction,setDocumentLocator,skippedEntity,startDocument,startElement,startPrefixMapping,notationDecl,unparsedEntityDecl,error,fatalError,warning,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,comment,endCDATA,endDTD,endEntity,startCDATA,startDTD,startEntity'.split(',')
 
-      mode.activeID = function() {
-          return (behavior && behavior.activeID()) || [];
-      };
+  //S_TAG,     S_ATTR, S_EQ,   S_ATTR_NOQUOT_VALUE
+  //S_ATTR_SPACE,      S_ATTR_END,     S_TAG_SPACE, S_TAG_CLOSE
+  var S_TAG = 0;//tag name offerring
+  var S_ATTR = 1;//attr name offerring 
+  var S_ATTR_SPACE=2;//attr name end and space offer
+  var S_EQ = 3;//=space?
+  var S_ATTR_NOQUOT_VALUE = 4;//attr value(no quot value only)
+  var S_ATTR_END = 5;//attr value end and no space(quot end)
+  var S_TAG_SPACE = 6;//(attr value end || tag end ) && (space offer)
+  var S_TAG_CLOSE = 7;//closed el<el />
 
-      return mode;
+  function XMLReader(){
+       
   }
 
-  function operationCircularize(selectedIDs, context) {
-      var entityId = selectedIDs[0],
-          entity = context.entity(entityId),
-          extent = entity.extent(context.graph()),
-          geometry = context.geometry(entityId),
-          action = actionCircularize(entityId, context.projection);
-
-
-      var operation = function() {
-          context.perform(action, operation.annotation());
-      };
-
-
-      operation.available = function() {
-          return selectedIDs.length === 1 &&
-              entity.type === 'way' &&
-              uniq(entity.nodes).length > 1;
-      };
-
-
-      operation.disabled = function() {
-          var reason;
-          if (extent.percentContainedIn(context.extent()) < 0.8) {
-              reason = 'too_large';
-          } else if (context.hasHiddenConnections(entityId)) {
-              reason = 'connected_to_hidden';
-          }
-          return action.disabled(context.graph()) || reason;
-      };
-
-
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.circularize.' + disable) :
-              t('operations.circularize.description.' + geometry);
-      };
-
-
-      operation.annotation = function() {
-          return t('operations.circularize.annotation.' + geometry);
-      };
-
-
-      operation.id = 'circularize';
-      operation.keys = [t('operations.circularize.key')];
-      operation.title = t('operations.circularize.title');
-      operation.behavior = behaviorOperation(context).which(operation);
+  XMLReader.prototype = {
+       parse:function(source,defaultNSMap,entityMap){
+               var domBuilder = this.domBuilder;
+               domBuilder.startDocument();
+               _copy(defaultNSMap ,defaultNSMap = {});
+               parse(source,defaultNSMap,entityMap,
+                               domBuilder,this.errorHandler);
+               domBuilder.endDocument();
+       }
+  };
+  function parse(source,defaultNSMapCopy,entityMap,domBuilder,errorHandler){
+       function fixedFromCharCode(code) {
+               // String.prototype.fromCharCode does not supports
+               // > 2 bytes unicode chars directly
+               if (code > 0xffff) {
+                       code -= 0x10000;
+                       var surrogate1 = 0xd800 + (code >> 10)
+                               , surrogate2 = 0xdc00 + (code & 0x3ff);
 
-      return operation;
+                       return String.fromCharCode(surrogate1, surrogate2);
+               } else {
+                       return String.fromCharCode(code);
+               }
+       }
+       function entityReplacer(a){
+               var k = a.slice(1,-1);
+               if(k in entityMap){
+                       return entityMap[k]; 
+               }else if(k.charAt(0) === '#'){
+                       return fixedFromCharCode(parseInt(k.substr(1).replace('x','0x')))
+               }else{
+                       errorHandler.error('entity not found:'+a);
+                       return a;
+               }
+       }
+       function appendText(end){//has some bugs
+               if(end>start){
+                       var xt = source.substring(start,end).replace(/&#?\w+;/g,entityReplacer);
+                       locator&&position(start);
+                       domBuilder.characters(xt,0,end-start);
+                       start = end;
+               }
+       }
+       function position(p,m){
+               while(p>=lineEnd && (m = linePattern.exec(source))){
+                       lineStart = m.index;
+                       lineEnd = lineStart + m[0].length;
+                       locator.lineNumber++;
+                       //console.log('line++:',locator,startPos,endPos)
+               }
+               locator.columnNumber = p-lineStart+1;
+       }
+       var lineStart = 0;
+       var lineEnd = 0;
+       var linePattern = /.*(?:\r\n?|\n)|.*$/g;
+       var locator = domBuilder.locator;
+       
+       var parseStack = [{currentNSMap:defaultNSMapCopy}];
+       var closeMap = {};
+       var start = 0;
+       while(true){
+               try{
+                       var tagStart = source.indexOf('<',start);
+                       if(tagStart<0){
+                               if(!source.substr(start).match(/^\s*$/)){
+                                       var doc = domBuilder.doc;
+                               var text = doc.createTextNode(source.substr(start));
+                               doc.appendChild(text);
+                               domBuilder.currentElement = text;
+                               }
+                               return;
+                       }
+                       if(tagStart>start){
+                               appendText(tagStart);
+                       }
+                       switch(source.charAt(tagStart+1)){
+                       case '/':
+                               var end = source.indexOf('>',tagStart+3);
+                               var tagName = source.substring(tagStart+2,end);
+                               var config = parseStack.pop();
+                               if(end<0){
+                                       
+                               tagName = source.substring(tagStart+2).replace(/[\s<].*/,'');
+                               //console.error('#@@@@@@'+tagName)
+                               errorHandler.error("end tag name: "+tagName+' is not complete:'+config.tagName);
+                               end = tagStart+1+tagName.length;
+                       }else if(tagName.match(/\s</)){
+                               tagName = tagName.replace(/[\s<].*/,'');
+                               errorHandler.error("end tag name: "+tagName+' maybe not complete');
+                               end = tagStart+1+tagName.length;
+                               }
+                               //console.error(parseStack.length,parseStack)
+                               //console.error(config);
+                               var localNSMap = config.localNSMap;
+                               var endMatch = config.tagName == tagName;
+                               var endIgnoreCaseMach = endMatch || config.tagName&&config.tagName.toLowerCase() == tagName.toLowerCase();
+                       if(endIgnoreCaseMach){
+                               domBuilder.endElement(config.uri,config.localName,tagName);
+                                       if(localNSMap){
+                                               for(var prefix in localNSMap){
+                                                       domBuilder.endPrefixMapping(prefix) ;
+                                               }
+                                       }
+                                       if(!endMatch){
+                               errorHandler.fatalError("end tag name: "+tagName+' is not match the current start tagName:'+config.tagName );
+                                       }
+                       }else{
+                               parseStack.push(config);
+                       }
+                               
+                               end++;
+                               break;
+                               // end elment
+                       case '?':// <?...?>
+                               locator&&position(tagStart);
+                               end = parseInstruction(source,tagStart,domBuilder);
+                               break;
+                       case '!':// <!doctype,<![CDATA,<!--
+                               locator&&position(tagStart);
+                               end = parseDCC(source,tagStart,domBuilder,errorHandler);
+                               break;
+                       default:
+                               locator&&position(tagStart);
+                               var el = new ElementAttributes();
+                               var currentNSMap = parseStack[parseStack.length-1].currentNSMap;
+                               //elStartEnd
+                               var end = parseElementStartPart(source,tagStart,el,currentNSMap,entityReplacer,errorHandler);
+                               var len = el.length;
+                               
+                               
+                               if(!el.closed && fixSelfClosed(source,end,el.tagName,closeMap)){
+                                       el.closed = true;
+                                       if(!entityMap.nbsp){
+                                               errorHandler.warning('unclosed xml attribute');
+                                       }
+                               }
+                               if(locator && len){
+                                       var locator2 = copyLocator(locator,{});
+                                       //try{//attribute position fixed
+                                       for(var i = 0;i<len;i++){
+                                               var a = el[i];
+                                               position(a.offset);
+                                               a.locator = copyLocator(locator,{});
+                                       }
+                                       //}catch(e){console.error('@@@@@'+e)}
+                                       domBuilder.locator = locator2;
+                                       if(appendElement(el,domBuilder,currentNSMap)){
+                                               parseStack.push(el);
+                                       }
+                                       domBuilder.locator = locator;
+                               }else{
+                                       if(appendElement(el,domBuilder,currentNSMap)){
+                                               parseStack.push(el);
+                                       }
+                               }
+                               
+                               
+                               
+                               if(el.uri === 'http://www.w3.org/1999/xhtml' && !el.closed){
+                                       end = parseHtmlSpecialContent(source,end,el.tagName,entityReplacer,domBuilder);
+                               }else{
+                                       end++;
+                               }
+                       }
+               }catch(e){
+                       errorHandler.error('element parse error: '+e);
+                       //errorHandler.error('element parse error: '+e);
+                       end = -1;
+                       //throw e;
+               }
+               if(end>start){
+                       start = end;
+               }else{
+                       //TODO: 这里有可能sax回退,有位置错误风险
+                       appendText(Math.max(tagStart,start)+1);
+               }
+       }
   }
-
-  function operationContinue(selectedIDs, context) {
-      var graph = context.graph(),
-          entities = selectedIDs.map(function(id) { return graph.entity(id); }),
-          geometries = assignIn({ line: [], vertex: [] },
-              groupBy(entities, function(entity) { return entity.geometry(graph); })),
-          vertex = geometries.vertex[0];
-
-
-      function candidateWays() {
-          return graph.parentWays(vertex).filter(function(parent) {
-              return parent.geometry(graph) === 'line' &&
-                  !parent.isClosed() &&
-                  parent.affix(vertex.id) &&
-                  (geometries.line.length === 0 || geometries.line[0] === parent);
-          });
-      }
-
-
-      var operation = function() {
-          var candidate = candidateWays()[0];
-          context.enter(
-              modeDrawLine(context, candidate.id, context.graph(), candidate.affix(vertex.id))
-          );
-      };
-
-
-      operation.available = function() {
-          return geometries.vertex.length === 1 && geometries.line.length <= 1 &&
-              !context.features().hasHiddenConnections(vertex, context.graph());
-      };
-
-
-      operation.disabled = function() {
-          var candidates = candidateWays();
-          if (candidates.length === 0)
-              return 'not_eligible';
-          if (candidates.length > 1)
-              return 'multiple';
-      };
-
-
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.continue.' + disable) :
-              t('operations.continue.description');
-      };
-
-
-      operation.annotation = function() {
-          return t('operations.continue.annotation.line');
-      };
-
-
-      operation.id = 'continue';
-      operation.keys = [t('operations.continue.key')];
-      operation.title = t('operations.continue.title');
-      operation.behavior = behaviorOperation(context).which(operation);
-
-      return operation;
+  function copyLocator(f,t){
+       t.lineNumber = f.lineNumber;
+       t.columnNumber = f.columnNumber;
+       return t;
   }
 
-  function operationDelete(selectedIDs, context) {
-      var multi = (selectedIDs.length === 1 ? 'single' : 'multiple'),
-          action = actionDeleteMultiple(selectedIDs),
-          extent = selectedIDs.reduce(function(extent, id) {
-                  return extent.extend(context.entity(id).extent(context.graph()));
-              }, geoExtent$$1());
-
-
-      var operation = function() {
-          var nextSelectedID;
-          var nextSelectedLoc;
-
-          if (selectedIDs.length === 1) {
-              var id = selectedIDs[0],
-                  entity = context.entity(id),
-                  geometry = context.geometry(id),
-                  parents = context.graph().parentWays(entity),
-                  parent = parents[0];
-
-              // Select the next closest node in the way.
-              if (geometry === 'vertex') {
-                  var nodes = parent.nodes,
-                      i = nodes.indexOf(id);
-
-                  if (i === 0) {
-                      i++;
-                  } else if (i === nodes.length - 1) {
-                      i--;
-                  } else {
-                      var a = geoSphericalDistance(entity.loc, context.entity(nodes[i - 1]).loc),
-                          b = geoSphericalDistance(entity.loc, context.entity(nodes[i + 1]).loc);
-                      i = a < b ? i - 1 : i + 1;
-                  }
-
-                  nextSelectedID = nodes[i];
-                  nextSelectedLoc = context.entity(nextSelectedID).loc;
-              }
-          }
-
-          context.perform(action, operation.annotation());
-
-          if (nextSelectedID && nextSelectedLoc) {
-              if (context.hasEntity(nextSelectedID)) {
-                  context.enter(modeSelect(context, [nextSelectedID]).follow(true));
-              } else {
-                  context.map().centerEase(nextSelectedLoc);
-                  context.enter(modeBrowse(context));
-              }
-          } else {
-              context.enter(modeBrowse(context));
-          }
-
-      };
-
-
-      operation.available = function() {
-          return true;
-      };
+  /**
+   * @see #appendElement(source,elStartEnd,el,selfClosed,entityReplacer,domBuilder,parseStack);
+   * @return end of the elementStartPart(end of elementEndPart for selfClosed el)
+   */
+  function parseElementStartPart(source,start,el,currentNSMap,entityReplacer,errorHandler){
+       var attrName;
+       var value;
+       var p = ++start;
+       var s = S_TAG;//status
+       while(true){
+               var c = source.charAt(p);
+               switch(c){
+               case '=':
+                       if(s === S_ATTR){//attrName
+                               attrName = source.slice(start,p);
+                               s = S_EQ;
+                       }else if(s === S_ATTR_SPACE){
+                               s = S_EQ;
+                       }else{
+                               //fatalError: equal must after attrName or space after attrName
+                               throw new Error('attribute equal must after attrName');
+                       }
+                       break;
+               case '\'':
+               case '"':
+                       if(s === S_EQ || s === S_ATTR //|| s == S_ATTR_SPACE
+                               ){//equal
+                               if(s === S_ATTR){
+                                       errorHandler.warning('attribute value must after "="');
+                                       attrName = source.slice(start,p);
+                               }
+                               start = p+1;
+                               p = source.indexOf(c,start);
+                               if(p>0){
+                                       value = source.slice(start,p).replace(/&#?\w+;/g,entityReplacer);
+                                       el.add(attrName,value,start-1);
+                                       s = S_ATTR_END;
+                               }else{
+                                       //fatalError: no end quot match
+                                       throw new Error('attribute value no end \''+c+'\' match');
+                               }
+                       }else if(s == S_ATTR_NOQUOT_VALUE){
+                               value = source.slice(start,p).replace(/&#?\w+;/g,entityReplacer);
+                               //console.log(attrName,value,start,p)
+                               el.add(attrName,value,start);
+                               //console.dir(el)
+                               errorHandler.warning('attribute "'+attrName+'" missed start quot('+c+')!!');
+                               start = p+1;
+                               s = S_ATTR_END;
+                       }else{
+                               //fatalError: no equal before
+                               throw new Error('attribute value must after "="');
+                       }
+                       break;
+               case '/':
+                       switch(s){
+                       case S_TAG:
+                               el.setTagName(source.slice(start,p));
+                       case S_ATTR_END:
+                       case S_TAG_SPACE:
+                       case S_TAG_CLOSE:
+                               s =S_TAG_CLOSE;
+                               el.closed = true;
+                       case S_ATTR_NOQUOT_VALUE:
+                       case S_ATTR:
+                       case S_ATTR_SPACE:
+                               break;
+                       //case S_EQ:
+                       default:
+                               throw new Error("attribute invalid close char('/')")
+                       }
+                       break;
+               case ''://end document
+                       //throw new Error('unexpected end of input')
+                       errorHandler.error('unexpected end of input');
+                       if(s == S_TAG){
+                               el.setTagName(source.slice(start,p));
+                       }
+                       return p;
+               case '>':
+                       switch(s){
+                       case S_TAG:
+                               el.setTagName(source.slice(start,p));
+                       case S_ATTR_END:
+                       case S_TAG_SPACE:
+                       case S_TAG_CLOSE:
+                               break;//normal
+                       case S_ATTR_NOQUOT_VALUE://Compatible state
+                       case S_ATTR:
+                               value = source.slice(start,p);
+                               if(value.slice(-1) === '/'){
+                                       el.closed  = true;
+                                       value = value.slice(0,-1);
+                               }
+                       case S_ATTR_SPACE:
+                               if(s === S_ATTR_SPACE){
+                                       value = attrName;
+                               }
+                               if(s == S_ATTR_NOQUOT_VALUE){
+                                       errorHandler.warning('attribute "'+value+'" missed quot(")!!');
+                                       el.add(attrName,value.replace(/&#?\w+;/g,entityReplacer),start);
+                               }else{
+                                       if(currentNSMap[''] !== 'http://www.w3.org/1999/xhtml' || !value.match(/^(?:disabled|checked|selected)$/i)){
+                                               errorHandler.warning('attribute "'+value+'" missed value!! "'+value+'" instead!!');
+                                       }
+                                       el.add(value,value,start);
+                               }
+                               break;
+                       case S_EQ:
+                               throw new Error('attribute value missed!!');
+                       }
+  //                   console.log(tagName,tagNamePattern,tagNamePattern.test(tagName))
+                       return p;
+               /*xml space '\x20' | #x9 | #xD | #xA; */
+               case '\u0080':
+                       c = ' ';
+               default:
+                       if(c<= ' '){//space
+                               switch(s){
+                               case S_TAG:
+                                       el.setTagName(source.slice(start,p));//tagName
+                                       s = S_TAG_SPACE;
+                                       break;
+                               case S_ATTR:
+                                       attrName = source.slice(start,p);
+                                       s = S_ATTR_SPACE;
+                                       break;
+                               case S_ATTR_NOQUOT_VALUE:
+                                       var value = source.slice(start,p).replace(/&#?\w+;/g,entityReplacer);
+                                       errorHandler.warning('attribute "'+value+'" missed quot(")!!');
+                                       el.add(attrName,value,start);
+                               case S_ATTR_END:
+                                       s = S_TAG_SPACE;
+                                       break;
+                               //case S_TAG_SPACE:
+                               //case S_EQ:
+                               //case S_ATTR_SPACE:
+                               //      void();break;
+                               //case S_TAG_CLOSE:
+                                       //ignore warning
+                               }
+                       }else{//not space
+  //S_TAG,     S_ATTR, S_EQ,   S_ATTR_NOQUOT_VALUE
+  //S_ATTR_SPACE,      S_ATTR_END,     S_TAG_SPACE, S_TAG_CLOSE
+                               switch(s){
+                               //case S_TAG:void();break;
+                               //case S_ATTR:void();break;
+                               //case S_ATTR_NOQUOT_VALUE:void();break;
+                               case S_ATTR_SPACE:
+                                       var tagName =  el.tagName;
+                                       if(currentNSMap[''] !== 'http://www.w3.org/1999/xhtml' || !attrName.match(/^(?:disabled|checked|selected)$/i)){
+                                               errorHandler.warning('attribute "'+attrName+'" missed value!! "'+attrName+'" instead2!!');
+                                       }
+                                       el.add(attrName,attrName,start);
+                                       start = p;
+                                       s = S_ATTR;
+                                       break;
+                               case S_ATTR_END:
+                                       errorHandler.warning('attribute space is required"'+attrName+'"!!');
+                               case S_TAG_SPACE:
+                                       s = S_ATTR;
+                                       start = p;
+                                       break;
+                               case S_EQ:
+                                       s = S_ATTR_NOQUOT_VALUE;
+                                       start = p;
+                                       break;
+                               case S_TAG_CLOSE:
+                                       throw new Error("elements closed character '/' and '>' must be connected to");
+                               }
+                       }
+               }//end outer switch
+               //console.log('p++',p)
+               p++;
+       }
+  }
+  /**
+   * @return true if has new namespace define
+   */
+  function appendElement(el,domBuilder,currentNSMap){
+       var tagName = el.tagName;
+       var localNSMap = null;
+       //var currentNSMap = parseStack[parseStack.length-1].currentNSMap;
+       var i = el.length;
+       while(i--){
+               var a = el[i];
+               var qName = a.qName;
+               var value = a.value;
+               var nsp = qName.indexOf(':');
+               if(nsp>0){
+                       var prefix = a.prefix = qName.slice(0,nsp);
+                       var localName = qName.slice(nsp+1);
+                       var nsPrefix = prefix === 'xmlns' && localName;
+               }else{
+                       localName = qName;
+                       prefix = null;
+                       nsPrefix = qName === 'xmlns' && '';
+               }
+               //can not set prefix,because prefix !== ''
+               a.localName = localName ;
+               //prefix == null for no ns prefix attribute 
+               if(nsPrefix !== false){//hack!!
+                       if(localNSMap == null){
+                               localNSMap = {};
+                               //console.log(currentNSMap,0)
+                               _copy(currentNSMap,currentNSMap={});
+                               //console.log(currentNSMap,1)
+                       }
+                       currentNSMap[nsPrefix] = localNSMap[nsPrefix] = value;
+                       a.uri = 'http://www.w3.org/2000/xmlns/';
+                       domBuilder.startPrefixMapping(nsPrefix, value); 
+               }
+       }
+       var i = el.length;
+       while(i--){
+               a = el[i];
+               var prefix = a.prefix;
+               if(prefix){//no prefix attribute has no namespace
+                       if(prefix === 'xml'){
+                               a.uri = 'http://www.w3.org/XML/1998/namespace';
+                       }if(prefix !== 'xmlns'){
+                               a.uri = currentNSMap[prefix || ''];
+                               
+                               //{console.log('###'+a.qName,domBuilder.locator.systemId+'',currentNSMap,a.uri)}
+                       }
+               }
+       }
+       var nsp = tagName.indexOf(':');
+       if(nsp>0){
+               prefix = el.prefix = tagName.slice(0,nsp);
+               localName = el.localName = tagName.slice(nsp+1);
+       }else{
+               prefix = null;//important!!
+               localName = el.localName = tagName;
+       }
+       //no prefix element has default namespace
+       var ns = el.uri = currentNSMap[prefix || ''];
+       domBuilder.startElement(ns,localName,tagName,el);
+       //endPrefixMapping and startPrefixMapping have not any help for dom builder
+       //localNSMap = null
+       if(el.closed){
+               domBuilder.endElement(ns,localName,tagName);
+               if(localNSMap){
+                       for(prefix in localNSMap){
+                               domBuilder.endPrefixMapping(prefix); 
+                       }
+               }
+       }else{
+               el.currentNSMap = currentNSMap;
+               el.localNSMap = localNSMap;
+               //parseStack.push(el);
+               return true;
+       }
+  }
+  function parseHtmlSpecialContent(source,elStartEnd,tagName,entityReplacer,domBuilder){
+       if(/^(?:script|textarea)$/i.test(tagName)){
+               var elEndStart =  source.indexOf('</'+tagName+'>',elStartEnd);
+               var text = source.substring(elStartEnd+1,elEndStart);
+               if(/[&<]/.test(text)){
+                       if(/^script$/i.test(tagName)){
+                               //if(!/\]\]>/.test(text)){
+                                       //lexHandler.startCDATA();
+                                       domBuilder.characters(text,0,text.length);
+                                       //lexHandler.endCDATA();
+                                       return elEndStart;
+                               //}
+                       }//}else{//text area
+                               text = text.replace(/&#?\w+;/g,entityReplacer);
+                               domBuilder.characters(text,0,text.length);
+                               return elEndStart;
+                       //}
+                       
+               }
+       }
+       return elStartEnd+1;
+  }
+  function fixSelfClosed(source,elStartEnd,tagName,closeMap){
+       //if(tagName in closeMap){
+       var pos = closeMap[tagName];
+       if(pos == null){
+               //console.log(tagName)
+               pos =  source.lastIndexOf('</'+tagName+'>');
+               if(pos<elStartEnd){//忘记闭合
+                       pos = source.lastIndexOf('</'+tagName);
+               }
+               closeMap[tagName] =pos;
+       }
+       return pos<elStartEnd;
+       //} 
+  }
+  function _copy(source,target){
+       for(var n in source){target[n] = source[n];}
+  }
+  function parseDCC(source,start,domBuilder,errorHandler){//sure start with '<!'
+       var next= source.charAt(start+2);
+       switch(next){
+       case '-':
+               if(source.charAt(start + 3) === '-'){
+                       var end = source.indexOf('-->',start+4);
+                       //append comment source.substring(4,end)//<!--
+                       if(end>start){
+                               domBuilder.comment(source,start+4,end-start-4);
+                               return end+3;
+                       }else{
+                               errorHandler.error("Unclosed comment");
+                               return -1;
+                       }
+               }else{
+                       //error
+                       return -1;
+               }
+       default:
+               if(source.substr(start+3,6) == 'CDATA['){
+                       var end = source.indexOf(']]>',start+9);
+                       domBuilder.startCDATA();
+                       domBuilder.characters(source,start+9,end-start-9);
+                       domBuilder.endCDATA(); 
+                       return end+3;
+               }
+               //<!DOCTYPE
+               //startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId) 
+               var matchs = split(source,start);
+               var len = matchs.length;
+               if(len>1 && /!doctype/i.test(matchs[0][0])){
+                       var name = matchs[1][0];
+                       var pubid = len>3 && /^public$/i.test(matchs[2][0]) && matchs[3][0];
+                       var sysid = len>4 && matchs[4][0];
+                       var lastMatch = matchs[len-1];
+                       domBuilder.startDTD(name,pubid && pubid.replace(/^(['"])(.*?)\1$/,'$2'),
+                                       sysid && sysid.replace(/^(['"])(.*?)\1$/,'$2'));
+                       domBuilder.endDTD();
+                       
+                       return lastMatch.index+lastMatch[0].length
+               }
+       }
+       return -1;
+  }
 
 
-      operation.disabled = function() {
-          var reason;
-          if (extent.area() && extent.percentContainedIn(context.extent()) < 0.8) {
-              reason = 'too_large';
-          } else if (some(selectedIDs, context.hasHiddenConnections)) {
-              reason = 'connected_to_hidden';
-          } else if (some(selectedIDs, protectedMember)) {
-              reason = 'part_of_relation';
-          } else if (some(selectedIDs, incompleteRelation)) {
-              reason = 'incomplete_relation';
-          }
-          return reason;
 
-          function incompleteRelation(id) {
-              var entity = context.entity(id);
-              return entity.type === 'relation' && !entity.isComplete(context.graph());
-          }
+  function parseInstruction(source,start,domBuilder){
+       var end = source.indexOf('?>',start);
+       if(end){
+               var match = source.substring(start,end).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);
+               if(match){
+                       var len = match[0].length;
+                       domBuilder.processingInstruction(match[1], match[2]) ;
+                       return end+2;
+               }else{//error
+                       return -1;
+               }
+       }
+       return -1;
+  }
 
-          function protectedMember(id) {
-              var entity = context.entity(id);
-              if (entity.type !== 'way') return false;
+  /**
+   * @param source
+   */
+  function ElementAttributes(source){
+       
+  }
+  ElementAttributes.prototype = {
+       setTagName:function(tagName){
+               if(!tagNamePattern.test(tagName)){
+                       throw new Error('invalid tagName:'+tagName)
+               }
+               this.tagName = tagName;
+       },
+       add:function(qName,value,offset){
+               if(!tagNamePattern.test(qName)){
+                       throw new Error('invalid attribute:'+qName)
+               }
+               this[this.length++] = {qName:qName,value:value,offset:offset};
+       },
+       length:0,
+       getLocalName:function(i){return this[i].localName},
+       getLocator:function(i){return this[i].locator},
+       getQName:function(i){return this[i].qName},
+       getURI:function(i){return this[i].uri},
+       getValue:function(i){return this[i].value}
+  //   ,getIndex:function(uri, localName)){
+  //           if(localName){
+  //                   
+  //           }else{
+  //                   var qName = uri
+  //           }
+  //   },
+  //   getValue:function(){return this.getValue(this.getIndex.apply(this,arguments))},
+  //   getType:function(uri,localName){}
+  //   getType:function(i){},
+  };
 
-              var parents = context.graph().parentRelations(entity);
-              for (var i = 0; i < parents.length; i++) {
-                  var parent = parents[i],
-                      type = parent.tags.type,
-                      role = parent.memberById(id).role || 'outer';
-                  if (type === 'route' || type === 'boundary' || (type === 'multipolygon' && role === 'outer')) {
-                      return true;
-                  }
-              }
-              return false;
-          }
 
-      };
 
 
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.delete.' + disable + '.' + multi) :
-              t('operations.delete.description' + '.' + multi);
-      };
+  function _set_proto_(thiz,parent){
+       thiz.__proto__ = parent;
+       return thiz;
+  }
+  if(!(_set_proto_({},_set_proto_.prototype) instanceof _set_proto_)){
+       _set_proto_ = function(thiz,parent){
+               function p(){}          p.prototype = parent;
+               p = new p();
+               for(parent in thiz){
+                       p[parent] = thiz[parent];
+               }
+               return p;
+       };
+  }
 
+  function split(source,start){
+       var match;
+       var buf = [];
+       var reg = /'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;
+       reg.lastIndex = start;
+       reg.exec(source);//skip <
+       while(match = reg.exec(source)){
+               buf.push(match);
+               if(match[1])return buf;
+       }
+  }
 
-      operation.annotation = function() {
-          return selectedIDs.length === 1 ?
-              t('operations.delete.annotation.' + context.geometry(selectedIDs[0])) :
-              t('operations.delete.annotation.multiple', { n: selectedIDs.length });
-      };
+  var XMLReader_1 = XMLReader;
 
+  var sax = {
+       XMLReader: XMLReader_1
+  };
 
-      operation.id = 'delete';
-      operation.keys = [uiCmd('⌘⌫'), uiCmd('⌘⌦'), uiCmd('⌦')];
-      operation.title = t('operations.delete.title');
-      operation.behavior = behaviorOperation(context).which(operation);
+  /*
+   * DOM Level 2
+   * Object DOMException
+   * @see http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html
+   * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
+   */
 
-      return operation;
+  function copy$1(src,dest){
+       for(var p in src){
+               dest[p] = src[p];
+       }
   }
+  /**
+  ^\w+\.prototype\.([_\w]+)\s*=\s*((?:.*\{\s*?[\r\n][\s\S]*?^})|\S.*?(?=[;\r\n]));?
+  ^\w+\.prototype\.([_\w]+)\s*=\s*(\S.*?(?=[;\r\n]));?
+   */
+  function _extends(Class,Super){
+       var pt = Class.prototype;
+       if(Object.create){
+               var ppt = Object.create(Super.prototype);
+               pt.__proto__ = ppt;
+       }
+       if(!(pt instanceof Super)){
+               function t(){}          t.prototype = Super.prototype;
+               t = new t();
+               copy$1(pt,t);
+               Class.prototype = pt = t;
+       }
+       if(pt.constructor != Class){
+               if(typeof Class != 'function'){
+                       console.error("unknow Class:"+Class);
+               }
+               pt.constructor = Class;
+       }
+  }
+  var htmlns = 'http://www.w3.org/1999/xhtml' ;
+  // Node Types
+  var NodeType = {};
+  var ELEMENT_NODE                = NodeType.ELEMENT_NODE                = 1;
+  var ATTRIBUTE_NODE              = NodeType.ATTRIBUTE_NODE              = 2;
+  var TEXT_NODE                   = NodeType.TEXT_NODE                   = 3;
+  var CDATA_SECTION_NODE          = NodeType.CDATA_SECTION_NODE          = 4;
+  var ENTITY_REFERENCE_NODE       = NodeType.ENTITY_REFERENCE_NODE       = 5;
+  var ENTITY_NODE                 = NodeType.ENTITY_NODE                 = 6;
+  var PROCESSING_INSTRUCTION_NODE = NodeType.PROCESSING_INSTRUCTION_NODE = 7;
+  var COMMENT_NODE                = NodeType.COMMENT_NODE                = 8;
+  var DOCUMENT_NODE               = NodeType.DOCUMENT_NODE               = 9;
+  var DOCUMENT_TYPE_NODE          = NodeType.DOCUMENT_TYPE_NODE          = 10;
+  var DOCUMENT_FRAGMENT_NODE      = NodeType.DOCUMENT_FRAGMENT_NODE      = 11;
+  var NOTATION_NODE               = NodeType.NOTATION_NODE               = 12;
 
-  function operationDisconnect(selectedIDs, context) {
-      var vertices = filter(selectedIDs, function(entityId) {
-          return context.geometry(entityId) === 'vertex';
-      });
-
-      var entityId = vertices[0],
-          action = actionDisconnect(entityId);
-
-      if (selectedIDs.length > 1) {
-          action.limitWays(without(selectedIDs, entityId));
-      }
-
-
-      var operation = function() {
-          context.perform(action, operation.annotation());
-      };
-
+  // ExceptionCode
+  var ExceptionCode = {};
+  var ExceptionMessage = {};
+  var INDEX_SIZE_ERR              = ExceptionCode.INDEX_SIZE_ERR              = ((ExceptionMessage[1]="Index size error"),1);
+  var DOMSTRING_SIZE_ERR          = ExceptionCode.DOMSTRING_SIZE_ERR          = ((ExceptionMessage[2]="DOMString size error"),2);
+  var HIERARCHY_REQUEST_ERR       = ExceptionCode.HIERARCHY_REQUEST_ERR       = ((ExceptionMessage[3]="Hierarchy request error"),3);
+  var WRONG_DOCUMENT_ERR          = ExceptionCode.WRONG_DOCUMENT_ERR          = ((ExceptionMessage[4]="Wrong document"),4);
+  var INVALID_CHARACTER_ERR       = ExceptionCode.INVALID_CHARACTER_ERR       = ((ExceptionMessage[5]="Invalid character"),5);
+  var NO_DATA_ALLOWED_ERR         = ExceptionCode.NO_DATA_ALLOWED_ERR         = ((ExceptionMessage[6]="No data allowed"),6);
+  var NO_MODIFICATION_ALLOWED_ERR = ExceptionCode.NO_MODIFICATION_ALLOWED_ERR = ((ExceptionMessage[7]="No modification allowed"),7);
+  var NOT_FOUND_ERR               = ExceptionCode.NOT_FOUND_ERR               = ((ExceptionMessage[8]="Not found"),8);
+  var NOT_SUPPORTED_ERR           = ExceptionCode.NOT_SUPPORTED_ERR           = ((ExceptionMessage[9]="Not supported"),9);
+  var INUSE_ATTRIBUTE_ERR         = ExceptionCode.INUSE_ATTRIBUTE_ERR         = ((ExceptionMessage[10]="Attribute in use"),10);
+  //level2
+  var INVALID_STATE_ERR                = ExceptionCode.INVALID_STATE_ERR               = ((ExceptionMessage[11]="Invalid state"),11);
+  var SYNTAX_ERR                       = ExceptionCode.SYNTAX_ERR                      = ((ExceptionMessage[12]="Syntax error"),12);
+  var INVALID_MODIFICATION_ERR         = ExceptionCode.INVALID_MODIFICATION_ERR        = ((ExceptionMessage[13]="Invalid modification"),13);
+  var NAMESPACE_ERR                    = ExceptionCode.NAMESPACE_ERR                   = ((ExceptionMessage[14]="Invalid namespace"),14);
+  var INVALID_ACCESS_ERR               = ExceptionCode.INVALID_ACCESS_ERR              = ((ExceptionMessage[15]="Invalid access"),15);
 
-      operation.available = function() {
-          return vertices.length === 1;
-      };
 
+  function DOMException(code, message) {
+       if(message instanceof Error){
+               var error = message;
+       }else{
+               error = this;
+               Error.call(this, ExceptionMessage[code]);
+               this.message = ExceptionMessage[code];
+               if(Error.captureStackTrace) Error.captureStackTrace(this, DOMException);
+       }
+       error.code = code;
+       if(message) this.message = this.message + ": " + message;
+       return error;
+  }DOMException.prototype = Error.prototype;
+  copy$1(ExceptionCode,DOMException);
+  /**
+   * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177
+   * The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. NodeList objects in the DOM are live.
+   * The items in the NodeList are accessible via an integral index, starting from 0.
+   */
+  function NodeList() {
+  }NodeList.prototype = {
+       /**
+        * The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.
+        * @standard level1
+        */
+       length:0, 
+       /**
+        * Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
+        * @standard level1
+        * @param index  unsigned long 
+        *   Index into the collection.
+        * @return Node
+        *      The node at the indexth position in the NodeList, or null if that is not a valid index. 
+        */
+       item: function(index) {
+               return this[index] || null;
+       },
+       toString:function(isHTML,nodeFilter){
+               for(var buf = [], i = 0;i<this.length;i++){
+                       serializeToString(this[i],buf,isHTML,nodeFilter);
+               }
+               return buf.join('');
+       }
+  };
+  function LiveNodeList(node,refresh){
+       this._node = node;
+       this._refresh = refresh;
+       _updateLiveList(this);
+  }
+  function _updateLiveList(list){
+       var inc = list._node._inc || list._node.ownerDocument._inc;
+       if(list._inc != inc){
+               var ls = list._refresh(list._node);
+               //console.log(ls.length)
+               __set__(list,'length',ls.length);
+               copy$1(ls,list);
+               list._inc = inc;
+       }
+  }
+  LiveNodeList.prototype.item = function(i){
+       _updateLiveList(this);
+       return this[i];
+  };
 
-      operation.disabled = function() {
-          var reason;
-          if (some(selectedIDs, context.hasHiddenConnections)) {
-              reason = 'connected_to_hidden';
-          }
-          return action.disabled(context.graph()) || reason;
-      };
+  _extends(LiveNodeList,NodeList);
+  /**
+   * 
+   * Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name. Note that NamedNodeMap does not inherit from NodeList; NamedNodeMaps are not maintained in any particular order. Objects contained in an object implementing NamedNodeMap may also be accessed by an ordinal index, but this is simply to allow convenient enumeration of the contents of a NamedNodeMap, and does not imply that the DOM specifies an order to these Nodes.
+   * NamedNodeMap objects in the DOM are live.
+   * used for attributes or DocumentType entities 
+   */
+  function NamedNodeMap() {
+  }
+  function _findNodeIndex(list,node){
+       var i = list.length;
+       while(i--){
+               if(list[i] === node){return i}
+       }
+  }
 
+  function _addNamedNode(el,list,newAttr,oldAttr){
+       if(oldAttr){
+               list[_findNodeIndex(list,oldAttr)] = newAttr;
+       }else{
+               list[list.length++] = newAttr;
+       }
+       if(el){
+               newAttr.ownerElement = el;
+               var doc = el.ownerDocument;
+               if(doc){
+                       oldAttr && _onRemoveAttribute(doc,el,oldAttr);
+                       _onAddAttribute(doc,el,newAttr);
+               }
+       }
+  }
+  function _removeNamedNode(el,list,attr){
+       //console.log('remove attr:'+attr)
+       var i = _findNodeIndex(list,attr);
+       if(i>=0){
+               var lastIndex = list.length-1;
+               while(i<lastIndex){
+                       list[i] = list[++i];
+               }
+               list.length = lastIndex;
+               if(el){
+                       var doc = el.ownerDocument;
+                       if(doc){
+                               _onRemoveAttribute(doc,el,attr);
+                               attr.ownerElement = null;
+                       }
+               }
+       }else{
+               throw DOMException(NOT_FOUND_ERR,new Error(el.tagName+'@'+attr))
+       }
+  }
+  NamedNodeMap.prototype = {
+       length:0,
+       item:NodeList.prototype.item,
+       getNamedItem: function(key) {
+  //           if(key.indexOf(':')>0 || key == 'xmlns'){
+  //                   return null;
+  //           }
+               //console.log()
+               var i = this.length;
+               while(i--){
+                       var attr = this[i];
+                       //console.log(attr.nodeName,key)
+                       if(attr.nodeName == key){
+                               return attr;
+                       }
+               }
+       },
+       setNamedItem: function(attr) {
+               var el = attr.ownerElement;
+               if(el && el!=this._ownerElement){
+                       throw new DOMException(INUSE_ATTRIBUTE_ERR);
+               }
+               var oldAttr = this.getNamedItem(attr.nodeName);
+               _addNamedNode(this._ownerElement,this,attr,oldAttr);
+               return oldAttr;
+       },
+       /* returns Node */
+       setNamedItemNS: function(attr) {// raises: WRONG_DOCUMENT_ERR,NO_MODIFICATION_ALLOWED_ERR,INUSE_ATTRIBUTE_ERR
+               var el = attr.ownerElement, oldAttr;
+               if(el && el!=this._ownerElement){
+                       throw new DOMException(INUSE_ATTRIBUTE_ERR);
+               }
+               oldAttr = this.getNamedItemNS(attr.namespaceURI,attr.localName);
+               _addNamedNode(this._ownerElement,this,attr,oldAttr);
+               return oldAttr;
+       },
 
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.disconnect.' + disable) :
-              t('operations.disconnect.description');
-      };
+       /* returns Node */
+       removeNamedItem: function(key) {
+               var attr = this.getNamedItem(key);
+               _removeNamedNode(this._ownerElement,this,attr);
+               return attr;
+               
+               
+       },// raises: NOT_FOUND_ERR,NO_MODIFICATION_ALLOWED_ERR
+       
+       //for level2
+       removeNamedItemNS:function(namespaceURI,localName){
+               var attr = this.getNamedItemNS(namespaceURI,localName);
+               _removeNamedNode(this._ownerElement,this,attr);
+               return attr;
+       },
+       getNamedItemNS: function(namespaceURI, localName) {
+               var i = this.length;
+               while(i--){
+                       var node = this[i];
+                       if(node.localName == localName && node.namespaceURI == namespaceURI){
+                               return node;
+                       }
+               }
+               return null;
+       }
+  };
+  /**
+   * @see http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490
+   */
+  function DOMImplementation(/* Object */ features) {
+       this._features = {};
+       if (features) {
+               for (var feature in features) {
+                        this._features = features[feature];
+               }
+       }
+  }
+  DOMImplementation.prototype = {
+       hasFeature: function(/* string */ feature, /* string */ version) {
+               var versions = this._features[feature.toLowerCase()];
+               if (versions && (!version || version in versions)) {
+                       return true;
+               } else {
+                       return false;
+               }
+       },
+       // Introduced in DOM Level 2:
+       createDocument:function(namespaceURI,  qualifiedName, doctype){// raises:INVALID_CHARACTER_ERR,NAMESPACE_ERR,WRONG_DOCUMENT_ERR
+               var doc = new Document();
+               doc.implementation = this;
+               doc.childNodes = new NodeList();
+               doc.doctype = doctype;
+               if(doctype){
+                       doc.appendChild(doctype);
+               }
+               if(qualifiedName){
+                       var root = doc.createElementNS(namespaceURI,qualifiedName);
+                       doc.appendChild(root);
+               }
+               return doc;
+       },
+       // Introduced in DOM Level 2:
+       createDocumentType:function(qualifiedName, publicId, systemId){// raises:INVALID_CHARACTER_ERR,NAMESPACE_ERR
+               var node = new DocumentType();
+               node.name = qualifiedName;
+               node.nodeName = qualifiedName;
+               node.publicId = publicId;
+               node.systemId = systemId;
+               // Introduced in DOM Level 2:
+               //readonly attribute DOMString        internalSubset;
+               
+               //TODO:..
+               //  readonly attribute NamedNodeMap     entities;
+               //  readonly attribute NamedNodeMap     notations;
+               return node;
+       }
+  };
 
 
-      operation.annotation = function() {
-          return t('operations.disconnect.annotation');
-      };
+  /**
+   * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247
+   */
 
+  function Node$2() {
+  }
+  Node$2.prototype = {
+       firstChild : null,
+       lastChild : null,
+       previousSibling : null,
+       nextSibling : null,
+       attributes : null,
+       parentNode : null,
+       childNodes : null,
+       ownerDocument : null,
+       nodeValue : null,
+       namespaceURI : null,
+       prefix : null,
+       localName : null,
+       // Modified in DOM Level 2:
+       insertBefore:function(newChild, refChild){//raises 
+               return _insertBefore(this,newChild,refChild);
+       },
+       replaceChild:function(newChild, oldChild){//raises 
+               this.insertBefore(newChild,oldChild);
+               if(oldChild){
+                       this.removeChild(oldChild);
+               }
+       },
+       removeChild:function(oldChild){
+               return _removeChild(this,oldChild);
+       },
+       appendChild:function(newChild){
+               return this.insertBefore(newChild,null);
+       },
+       hasChildNodes:function(){
+               return this.firstChild != null;
+       },
+       cloneNode:function(deep){
+               return cloneNode(this.ownerDocument||this,this,deep);
+       },
+       // Modified in DOM Level 2:
+       normalize:function(){
+               var child = this.firstChild;
+               while(child){
+                       var next = child.nextSibling;
+                       if(next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE){
+                               this.removeChild(next);
+                               child.appendData(next.data);
+                       }else{
+                               child.normalize();
+                               child = next;
+                       }
+               }
+       },
+       // Introduced in DOM Level 2:
+       isSupported:function(feature, version){
+               return this.ownerDocument.implementation.hasFeature(feature,version);
+       },
+      // Introduced in DOM Level 2:
+      hasAttributes:function(){
+       return this.attributes.length>0;
+      },
+      lookupPrefix:function(namespaceURI){
+       var el = this;
+       while(el){
+               var map = el._nsMap;
+               //console.dir(map)
+               if(map){
+                       for(var n in map){
+                               if(map[n] == namespaceURI){
+                                       return n;
+                               }
+                       }
+               }
+               el = el.nodeType == ATTRIBUTE_NODE?el.ownerDocument : el.parentNode;
+       }
+       return null;
+      },
+      // Introduced in DOM Level 3:
+      lookupNamespaceURI:function(prefix){
+       var el = this;
+       while(el){
+               var map = el._nsMap;
+               //console.dir(map)
+               if(map){
+                       if(prefix in map){
+                               return map[prefix] ;
+                       }
+               }
+               el = el.nodeType == ATTRIBUTE_NODE?el.ownerDocument : el.parentNode;
+       }
+       return null;
+      },
+      // Introduced in DOM Level 3:
+      isDefaultNamespace:function(namespaceURI){
+       var prefix = this.lookupPrefix(namespaceURI);
+       return prefix == null;
+      }
+  };
 
-      operation.id = 'disconnect';
-      operation.keys = [t('operations.disconnect.key')];
-      operation.title = t('operations.disconnect.title');
-      operation.behavior = behaviorOperation(context).which(operation);
 
-      return operation;
+  function _xmlEncoder(c){
+       return c == '<' && '&lt;' ||
+           c == '>' && '&gt;' ||
+           c == '&' && '&amp;' ||
+           c == '"' && '&quot;' ||
+           '&#'+c.charCodeAt()+';'
   }
 
-  function operationMerge(selectedIDs, context) {
 
-      function updatePresetTags(newGraph, ids) {
-          var id = ids[0];
-          var newEntity = newGraph.hasEntity(id);
+  copy$1(NodeType,Node$2);
+  copy$1(NodeType,Node$2.prototype);
 
-          if (!newEntity) return;
-          var newPreset = context.presets().match(newEntity, newGraph);
-          context.replace(actionChangePreset(id, null, newPreset), operation.annotation());
+  /**
+   * @param callback return true for continue,false for break
+   * @return boolean true: break visit;
+   */
+  function _visitNode(node,callback){
+       if(callback(node)){
+               return true;
+       }
+       if(node = node.firstChild){
+               do{
+                       if(_visitNode(node,callback)){return true}
+          }while(node=node.nextSibling)
       }
+  }
 
 
-      var join = actionJoin(selectedIDs);
-      var merge = actionMerge(selectedIDs);
-      var mergePolygon = actionMergePolygon(selectedIDs);
-      var mergeNodes = actionMergeNodes(selectedIDs);
-
-
-      var operation = function() {
-          var doUpdateTags;
-          var action;
-
-          if (!join.disabled(context.graph())) {
-              doUpdateTags = false;
-              action = join;
-          } else if (!merge.disabled(context.graph())) {
-              doUpdateTags = true;
-              action = merge;
-          } else if (!mergePolygon.disabled(context.graph())) {
-              doUpdateTags = false;
-              action = mergePolygon;
-          } else {
-              doUpdateTags = true;
-              action = mergeNodes;
-          }
 
-          context.perform(action, operation.annotation());
+  function Document(){
+  }
+  function _onAddAttribute(doc,el,newAttr){
+       doc && doc._inc++;
+       var ns = newAttr.namespaceURI ;
+       if(ns == 'http://www.w3.org/2000/xmlns/'){
+               //update namespace
+               el._nsMap[newAttr.prefix?newAttr.localName:''] = newAttr.value;
+       }
+  }
+  function _onRemoveAttribute(doc,el,newAttr,remove){
+       doc && doc._inc++;
+       var ns = newAttr.namespaceURI ;
+       if(ns == 'http://www.w3.org/2000/xmlns/'){
+               //update namespace
+               delete el._nsMap[newAttr.prefix?newAttr.localName:''];
+       }
+  }
+  function _onUpdateChild(doc,el,newChild){
+       if(doc && doc._inc){
+               doc._inc++;
+               //update childNodes
+               var cs = el.childNodes;
+               if(newChild){
+                       cs[cs.length++] = newChild;
+               }else{
+                       //console.log(1)
+                       var child = el.firstChild;
+                       var i = 0;
+                       while(child){
+                               cs[i++] = child;
+                               child =child.nextSibling;
+                       }
+                       cs.length = i;
+               }
+       }
+  }
 
-          var ids = selectedIDs.filter(function(id) {
-              var entity = context.hasEntity(id);
-              return entity && entity.type !== 'node';
-          });
-
-          // if we merged tags, rematch preset to update tags if necessary (#3851)
-          if (doUpdateTags) {
-              updatePresetTags(context.graph(), ids);
-          }
-
-          context.enter(modeSelect(context, ids));
-      };
-
-
-      operation.available = function() {
-          return selectedIDs.length >= 2;
-      };
-
-
-      operation.disabled = function() {
-          return join.disabled(context.graph()) &&
-              merge.disabled(context.graph()) &&
-              mergePolygon.disabled(context.graph()) &&
-              mergeNodes.disabled(context.graph());
-      };
-
-
-      operation.tooltip = function() {
-          var j = join.disabled(context.graph());          // 'not_eligible', 'not_adjacent', 'restriction', 'conflicting_tags'
-          var m = merge.disabled(context.graph());         // 'not_eligible'
-          var p = mergePolygon.disabled(context.graph());  // 'not_eligible', 'incomplete_relation'
-          var n = mergeNodes.disabled(context.graph());    // 'not_eligible', 'relation', 'restriction'
-
-          // disabled for one of various reasons
-          if (j && m && p && n) {
-              if (j === 'restriction' || n === 'restriction') {
-                  return t('operations.merge.restriction',
-                      { relation: context.presets().item('type/restriction').name() });
-
-              } else if (p === 'incomplete_relation') {
-                  return t('operations.merge.incomplete_relation');
-
-              } else if (n === 'relation') {
-                  return t('operations.merge.relation');
-
-              } else {
-                  return t('operations.merge.' + j);
-              }
-
-          } else {
-              return t('operations.merge.description');
-          }
-      };
-
-
-      operation.annotation = function() {
-          return t('operations.merge.annotation', { n: selectedIDs.length });
-      };
-
-
-      operation.id = 'merge';
-      operation.keys = [t('operations.merge.key')];
-      operation.title = t('operations.merge.title');
-      operation.behavior = behaviorOperation(context).which(operation);
+  /**
+   * attributes;
+   * children;
+   * 
+   * writeable properties:
+   * nodeValue,Attr:value,CharacterData:data
+   * prefix
+   */
+  function _removeChild(parentNode,child){
+       var previous = child.previousSibling;
+       var next = child.nextSibling;
+       if(previous){
+               previous.nextSibling = next;
+       }else{
+               parentNode.firstChild = next;
+       }
+       if(next){
+               next.previousSibling = previous;
+       }else{
+               parentNode.lastChild = previous;
+       }
+       _onUpdateChild(parentNode.ownerDocument,parentNode);
+       return child;
+  }
+  /**
+   * preformance key(refChild == null)
+   */
+  function _insertBefore(parentNode,newChild,nextChild){
+       var cp = newChild.parentNode;
+       if(cp){
+               cp.removeChild(newChild);//remove and update
+       }
+       if(newChild.nodeType === DOCUMENT_FRAGMENT_NODE){
+               var newFirst = newChild.firstChild;
+               if (newFirst == null) {
+                       return newChild;
+               }
+               var newLast = newChild.lastChild;
+       }else{
+               newFirst = newLast = newChild;
+       }
+       var pre = nextChild ? nextChild.previousSibling : parentNode.lastChild;
 
-      return operation;
+       newFirst.previousSibling = pre;
+       newLast.nextSibling = nextChild;
+       
+       
+       if(pre){
+               pre.nextSibling = newFirst;
+       }else{
+               parentNode.firstChild = newFirst;
+       }
+       if(nextChild == null){
+               parentNode.lastChild = newLast;
+       }else{
+               nextChild.previousSibling = newLast;
+       }
+       do{
+               newFirst.parentNode = parentNode;
+       }while(newFirst !== newLast && (newFirst= newFirst.nextSibling))
+       _onUpdateChild(parentNode.ownerDocument||parentNode,parentNode);
+       //console.log(parentNode.lastChild.nextSibling == null)
+       if (newChild.nodeType == DOCUMENT_FRAGMENT_NODE) {
+               newChild.firstChild = newChild.lastChild = null;
+       }
+       return newChild;
+  }
+  function _appendSingleChild(parentNode,newChild){
+       var cp = newChild.parentNode;
+       if(cp){
+               var pre = parentNode.lastChild;
+               cp.removeChild(newChild);//remove and update
+               var pre = parentNode.lastChild;
+       }
+       var pre = parentNode.lastChild;
+       newChild.parentNode = parentNode;
+       newChild.previousSibling = pre;
+       newChild.nextSibling = null;
+       if(pre){
+               pre.nextSibling = newChild;
+       }else{
+               parentNode.firstChild = newChild;
+       }
+       parentNode.lastChild = newChild;
+       _onUpdateChild(parentNode.ownerDocument,parentNode,newChild);
+       return newChild;
+       //console.log("__aa",parentNode.lastChild.nextSibling == null)
   }
+  Document.prototype = {
+       //implementation : null,
+       nodeName :  '#document',
+       nodeType :  DOCUMENT_NODE,
+       doctype :  null,
+       documentElement :  null,
+       _inc : 1,
+       
+       insertBefore :  function(newChild, refChild){//raises 
+               if(newChild.nodeType == DOCUMENT_FRAGMENT_NODE){
+                       var child = newChild.firstChild;
+                       while(child){
+                               var next = child.nextSibling;
+                               this.insertBefore(child,refChild);
+                               child = next;
+                       }
+                       return newChild;
+               }
+               if(this.documentElement == null && newChild.nodeType == ELEMENT_NODE){
+                       this.documentElement = newChild;
+               }
+               
+               return _insertBefore(this,newChild,refChild),(newChild.ownerDocument = this),newChild;
+       },
+       removeChild :  function(oldChild){
+               if(this.documentElement == oldChild){
+                       this.documentElement = null;
+               }
+               return _removeChild(this,oldChild);
+       },
+       // Introduced in DOM Level 2:
+       importNode : function(importedNode,deep){
+               return importNode(this,importedNode,deep);
+       },
+       // Introduced in DOM Level 2:
+       getElementById :        function(id){
+               var rtv = null;
+               _visitNode(this.documentElement,function(node){
+                       if(node.nodeType == ELEMENT_NODE){
+                               if(node.getAttribute('id') == id){
+                                       rtv = node;
+                                       return true;
+                               }
+                       }
+               });
+               return rtv;
+       },
+       
+       //document factory method:
+       createElement : function(tagName){
+               var node = new Element();
+               node.ownerDocument = this;
+               node.nodeName = tagName;
+               node.tagName = tagName;
+               node.childNodes = new NodeList();
+               var attrs       = node.attributes = new NamedNodeMap();
+               attrs._ownerElement = node;
+               return node;
+       },
+       createDocumentFragment :        function(){
+               var node = new DocumentFragment();
+               node.ownerDocument = this;
+               node.childNodes = new NodeList();
+               return node;
+       },
+       createTextNode :        function(data){
+               var node = new Text();
+               node.ownerDocument = this;
+               node.appendData(data);
+               return node;
+       },
+       createComment : function(data){
+               var node = new Comment();
+               node.ownerDocument = this;
+               node.appendData(data);
+               return node;
+       },
+       createCDATASection :    function(data){
+               var node = new CDATASection();
+               node.ownerDocument = this;
+               node.appendData(data);
+               return node;
+       },
+       createProcessingInstruction :   function(target,data){
+               var node = new ProcessingInstruction();
+               node.ownerDocument = this;
+               node.tagName = node.target = target;
+               node.nodeValue= node.data = data;
+               return node;
+       },
+       createAttribute :       function(name){
+               var node = new Attr();
+               node.ownerDocument      = this;
+               node.name = name;
+               node.nodeName   = name;
+               node.localName = name;
+               node.specified = true;
+               return node;
+       },
+       createEntityReference : function(name){
+               var node = new EntityReference();
+               node.ownerDocument      = this;
+               node.nodeName   = name;
+               return node;
+       },
+       // Introduced in DOM Level 2:
+       createElementNS :       function(namespaceURI,qualifiedName){
+               var node = new Element();
+               var pl = qualifiedName.split(':');
+               var attrs       = node.attributes = new NamedNodeMap();
+               node.childNodes = new NodeList();
+               node.ownerDocument = this;
+               node.nodeName = qualifiedName;
+               node.tagName = qualifiedName;
+               node.namespaceURI = namespaceURI;
+               if(pl.length == 2){
+                       node.prefix = pl[0];
+                       node.localName = pl[1];
+               }else{
+                       //el.prefix = null;
+                       node.localName = qualifiedName;
+               }
+               attrs._ownerElement = node;
+               return node;
+       },
+       // Introduced in DOM Level 2:
+       createAttributeNS :     function(namespaceURI,qualifiedName){
+               var node = new Attr();
+               var pl = qualifiedName.split(':');
+               node.ownerDocument = this;
+               node.nodeName = qualifiedName;
+               node.name = qualifiedName;
+               node.namespaceURI = namespaceURI;
+               node.specified = true;
+               if(pl.length == 2){
+                       node.prefix = pl[0];
+                       node.localName = pl[1];
+               }else{
+                       //el.prefix = null;
+                       node.localName = qualifiedName;
+               }
+               return node;
+       }
+  };
+  _extends(Document,Node$2);
 
-  function operationMove(selectedIDs, context) {
-      var multi = (selectedIDs.length === 1 ? 'single' : 'multiple');
-      var extent = selectedIDs.reduce(function(extent, id) {
-          return extent.extend(context.entity(id).extent(context.graph()));
-      }, geoExtent$$1());
 
+  function Element() {
+       this._nsMap = {};
+  }Element.prototype = {
+       nodeType : ELEMENT_NODE,
+       hasAttribute : function(name){
+               return this.getAttributeNode(name)!=null;
+       },
+       getAttribute : function(name){
+               var attr = this.getAttributeNode(name);
+               return attr && attr.value || '';
+       },
+       getAttributeNode : function(name){
+               return this.attributes.getNamedItem(name);
+       },
+       setAttribute : function(name, value){
+               var attr = this.ownerDocument.createAttribute(name);
+               attr.value = attr.nodeValue = "" + value;
+               this.setAttributeNode(attr);
+       },
+       removeAttribute : function(name){
+               var attr = this.getAttributeNode(name);
+               attr && this.removeAttributeNode(attr);
+       },
+       
+       //four real opeartion method
+       appendChild:function(newChild){
+               if(newChild.nodeType === DOCUMENT_FRAGMENT_NODE){
+                       return this.insertBefore(newChild,null);
+               }else{
+                       return _appendSingleChild(this,newChild);
+               }
+       },
+       setAttributeNode : function(newAttr){
+               return this.attributes.setNamedItem(newAttr);
+       },
+       setAttributeNodeNS : function(newAttr){
+               return this.attributes.setNamedItemNS(newAttr);
+       },
+       removeAttributeNode : function(oldAttr){
+               //console.log(this == oldAttr.ownerElement)
+               return this.attributes.removeNamedItem(oldAttr.nodeName);
+       },
+       //get real attribute name,and remove it by removeAttributeNode
+       removeAttributeNS : function(namespaceURI, localName){
+               var old = this.getAttributeNodeNS(namespaceURI, localName);
+               old && this.removeAttributeNode(old);
+       },
+       
+       hasAttributeNS : function(namespaceURI, localName){
+               return this.getAttributeNodeNS(namespaceURI, localName)!=null;
+       },
+       getAttributeNS : function(namespaceURI, localName){
+               var attr = this.getAttributeNodeNS(namespaceURI, localName);
+               return attr && attr.value || '';
+       },
+       setAttributeNS : function(namespaceURI, qualifiedName, value){
+               var attr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);
+               attr.value = attr.nodeValue = "" + value;
+               this.setAttributeNode(attr);
+       },
+       getAttributeNodeNS : function(namespaceURI, localName){
+               return this.attributes.getNamedItemNS(namespaceURI, localName);
+       },
+       
+       getElementsByTagName : function(tagName){
+               return new LiveNodeList(this,function(base){
+                       var ls = [];
+                       _visitNode(base,function(node){
+                               if(node !== base && node.nodeType == ELEMENT_NODE && (tagName === '*' || node.tagName == tagName)){
+                                       ls.push(node);
+                               }
+                       });
+                       return ls;
+               });
+       },
+       getElementsByTagNameNS : function(namespaceURI, localName){
+               return new LiveNodeList(this,function(base){
+                       var ls = [];
+                       _visitNode(base,function(node){
+                               if(node !== base && node.nodeType === ELEMENT_NODE && (namespaceURI === '*' || node.namespaceURI === namespaceURI) && (localName === '*' || node.localName == localName)){
+                                       ls.push(node);
+                               }
+                       });
+                       return ls;
+                       
+               });
+       }
+  };
+  Document.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;
+  Document.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;
 
-      var operation = function() {
-          context.enter(modeMove$$1(context, selectedIDs));
-      };
 
+  _extends(Element,Node$2);
+  function Attr() {
+  }Attr.prototype.nodeType = ATTRIBUTE_NODE;
+  _extends(Attr,Node$2);
 
-      operation.available = function() {
-          return selectedIDs.length > 1 ||
-              context.entity(selectedIDs[0]).type !== 'node';
-      };
 
+  function CharacterData() {
+  }CharacterData.prototype = {
+       data : '',
+       substringData : function(offset, count) {
+               return this.data.substring(offset, offset+count);
+       },
+       appendData: function(text) {
+               text = this.data+text;
+               this.nodeValue = this.data = text;
+               this.length = text.length;
+       },
+       insertData: function(offset,text) {
+               this.replaceData(offset,0,text);
+       
+       },
+       appendChild:function(newChild){
+               throw new Error(ExceptionMessage[HIERARCHY_REQUEST_ERR])
+       },
+       deleteData: function(offset, count) {
+               this.replaceData(offset,count,"");
+       },
+       replaceData: function(offset, count, text) {
+               var start = this.data.substring(0,offset);
+               var end = this.data.substring(offset+count);
+               text = start + text + end;
+               this.nodeValue = this.data = text;
+               this.length = text.length;
+       }
+  };
+  _extends(CharacterData,Node$2);
+  function Text() {
+  }Text.prototype = {
+       nodeName : "#text",
+       nodeType : TEXT_NODE,
+       splitText : function(offset) {
+               var text = this.data;
+               var newText = text.substring(offset);
+               text = text.substring(0, offset);
+               this.data = this.nodeValue = text;
+               this.length = text.length;
+               var newNode = this.ownerDocument.createTextNode(newText);
+               if(this.parentNode){
+                       this.parentNode.insertBefore(newNode, this.nextSibling);
+               }
+               return newNode;
+       }
+  };
+  _extends(Text,CharacterData);
+  function Comment() {
+  }Comment.prototype = {
+       nodeName : "#comment",
+       nodeType : COMMENT_NODE
+  };
+  _extends(Comment,CharacterData);
 
-      operation.disabled = function() {
-          var reason;
-          if (extent.area() && extent.percentContainedIn(context.extent()) < 0.8) {
-              reason = 'too_large';
-          } else if (some(selectedIDs, context.hasHiddenConnections)) {
-              reason = 'connected_to_hidden';
-          } else if (some(selectedIDs, incompleteRelation)) {
-              reason = 'incomplete_relation';
-          }
-          return reason;
+  function CDATASection() {
+  }CDATASection.prototype = {
+       nodeName : "#cdata-section",
+       nodeType : CDATA_SECTION_NODE
+  };
+  _extends(CDATASection,CharacterData);
 
-          function incompleteRelation(id) {
-              var entity = context.entity(id);
-              return entity.type === 'relation' && !entity.isComplete(context.graph());
-          }
-      };
 
+  function DocumentType() {
+  }DocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;
+  _extends(DocumentType,Node$2);
 
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.move.' + disable + '.' + multi) :
-              t('operations.move.description.' + multi);
-      };
+  function Notation() {
+  }Notation.prototype.nodeType = NOTATION_NODE;
+  _extends(Notation,Node$2);
 
+  function Entity() {
+  }Entity.prototype.nodeType = ENTITY_NODE;
+  _extends(Entity,Node$2);
 
-      operation.annotation = function() {
-          return selectedIDs.length === 1 ?
-              t('operations.move.annotation.' + context.geometry(selectedIDs[0])) :
-              t('operations.move.annotation.multiple');
-      };
+  function EntityReference() {
+  }EntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;
+  _extends(EntityReference,Node$2);
 
+  function DocumentFragment() {
+  }DocumentFragment.prototype.nodeName =       "#document-fragment";
+  DocumentFragment.prototype.nodeType =        DOCUMENT_FRAGMENT_NODE;
+  _extends(DocumentFragment,Node$2);
 
-      operation.id = 'move';
-      operation.keys = [t('operations.move.key')];
-      operation.title = t('operations.move.title');
-      operation.behavior = behaviorOperation(context).which(operation);
 
-      return operation;
+  function ProcessingInstruction() {
   }
-
-  function operationOrthogonalize(selectedIDs, context) {
-      var entityId = selectedIDs[0],
-          entity = context.entity(entityId),
-          extent = entity.extent(context.graph()),
-          geometry = context.geometry(entityId),
-          action = actionOrthogonalize(entityId, context.projection);
-
-
-      var operation = function() {
-          context.perform(action, operation.annotation());
-      };
-
-
-      operation.available = function() {
-          return selectedIDs.length === 1 &&
-              entity.type === 'way' &&
-              entity.isClosed() &&
-              uniq(entity.nodes).length > 2;
-      };
-
-
-      operation.disabled = function() {
-          var reason;
-          if (extent.percentContainedIn(context.extent()) < 0.8) {
-              reason = 'too_large';
-          } else if (context.hasHiddenConnections(entityId)) {
-              reason = 'connected_to_hidden';
-          }
-          return action.disabled(context.graph()) || reason;
-      };
-
-
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.orthogonalize.' + disable) :
-              t('operations.orthogonalize.description.' + geometry);
-      };
-
-
-      operation.annotation = function() {
-          return t('operations.orthogonalize.annotation.' + geometry);
-      };
-
-
-      operation.id = 'orthogonalize';
-      operation.keys = [t('operations.orthogonalize.key')];
-      operation.title = t('operations.orthogonalize.title');
-      operation.behavior = behaviorOperation(context).which(operation);
-
-      return operation;
+  ProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;
+  _extends(ProcessingInstruction,Node$2);
+  function XMLSerializer$1(){}
+  XMLSerializer$1.prototype.serializeToString = function(node,isHtml,nodeFilter){
+       return nodeSerializeToString.call(node,isHtml,nodeFilter);
+  };
+  Node$2.prototype.toString = nodeSerializeToString;
+  function nodeSerializeToString(isHtml,nodeFilter){
+       var buf = [];
+       var refNode = this.nodeType == 9?this.documentElement:this;
+       var prefix = refNode.prefix;
+       var uri = refNode.namespaceURI;
+       
+       if(uri && prefix == null){
+               //console.log(prefix)
+               var prefix = refNode.lookupPrefix(uri);
+               if(prefix == null){
+                       //isHTML = true;
+                       var visibleNamespaces=[
+                       {namespace:uri,prefix:null}
+                       //{namespace:uri,prefix:''}
+                       ];
+               }
+       }
+       serializeToString(this,buf,isHtml,nodeFilter,visibleNamespaces);
+       //console.log('###',this.nodeType,uri,prefix,buf.join(''))
+       return buf.join('');
   }
-
-  /**
-   * This method is like `_.uniq` except that it accepts `iteratee` which is
-   * invoked for each element in `array` to generate the criterion by which
-   * uniqueness is computed. The order of result values is determined by the
-   * order they occur in the array. The iteratee is invoked with one argument:
-   * (value).
-   *
-   * @static
-   * @memberOf _
-   * @since 4.0.0
-   * @category Array
-   * @param {Array} array The array to inspect.
-   * @param {Function} [iteratee=_.identity] The iteratee invoked per element.
-   * @returns {Array} Returns the new duplicate free array.
-   * @example
-   *
-   * _.uniqBy([2.1, 1.2, 2.3], Math.floor);
-   * // => [2.1, 1.2]
-   *
-   * // The `_.property` iteratee shorthand.
-   * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x');
-   * // => [{ 'x': 1 }, { 'x': 2 }]
-   */
-  function uniqBy(array, iteratee) {
-    return (array && array.length) ? baseUniq(array, baseIteratee(iteratee, 2)) : [];
+  function needNamespaceDefine(node,isHTML, visibleNamespaces) {
+       var prefix = node.prefix||'';
+       var uri = node.namespaceURI;
+       if (!prefix && !uri){
+               return false;
+       }
+       if (prefix === "xml" && uri === "http://www.w3.org/XML/1998/namespace" 
+               || uri == 'http://www.w3.org/2000/xmlns/'){
+               return false;
+       }
+       
+       var i = visibleNamespaces.length; 
+       //console.log('@@@@',node.tagName,prefix,uri,visibleNamespaces)
+       while (i--) {
+               var ns = visibleNamespaces[i];
+               // get namespace prefix
+               //console.log(node.nodeType,node.tagName,ns.prefix,prefix)
+               if (ns.prefix == prefix){
+                       return ns.namespace != uri;
+               }
+       }
+       //console.log(isHTML,uri,prefix=='')
+       //if(isHTML && prefix ==null && uri == 'http://www.w3.org/1999/xhtml'){
+       //      return false;
+       //}
+       //node.flag = '11111'
+       //console.error(3,true,node.flag,node.prefix,node.namespaceURI)
+       return true;
   }
-
-  function operationReflectShort(selectedIDs, context) {
-      return operationReflect(selectedIDs, context, 'short');
+  function serializeToString(node,buf,isHTML,nodeFilter,visibleNamespaces){
+       if(nodeFilter){
+               node = nodeFilter(node);
+               if(node){
+                       if(typeof node == 'string'){
+                               buf.push(node);
+                               return;
+                       }
+               }else{
+                       return;
+               }
+               //buf.sort.apply(attrs, attributeSorter);
+       }
+       switch(node.nodeType){
+       case ELEMENT_NODE:
+               if (!visibleNamespaces) visibleNamespaces = [];
+               var startVisibleNamespaces = visibleNamespaces.length;
+               var attrs = node.attributes;
+               var len = attrs.length;
+               var child = node.firstChild;
+               var nodeName = node.tagName;
+               
+               isHTML =  (htmlns === node.namespaceURI) ||isHTML; 
+               buf.push('<',nodeName);
+               
+               
+               
+               for(var i=0;i<len;i++){
+                       // add namespaces for attributes
+                       var attr = attrs.item(i);
+                       if (attr.prefix == 'xmlns') {
+                               visibleNamespaces.push({ prefix: attr.localName, namespace: attr.value });
+                       }else if(attr.nodeName == 'xmlns'){
+                               visibleNamespaces.push({ prefix: '', namespace: attr.value });
+                       }
+               }
+               for(var i=0;i<len;i++){
+                       var attr = attrs.item(i);
+                       if (needNamespaceDefine(attr,isHTML, visibleNamespaces)) {
+                               var prefix = attr.prefix||'';
+                               var uri = attr.namespaceURI;
+                               var ns = prefix ? ' xmlns:' + prefix : " xmlns";
+                               buf.push(ns, '="' , uri , '"');
+                               visibleNamespaces.push({ prefix: prefix, namespace:uri });
+                       }
+                       serializeToString(attr,buf,isHTML,nodeFilter,visibleNamespaces);
+               }
+               // add namespace for current node               
+               if (needNamespaceDefine(node,isHTML, visibleNamespaces)) {
+                       var prefix = node.prefix||'';
+                       var uri = node.namespaceURI;
+                       var ns = prefix ? ' xmlns:' + prefix : " xmlns";
+                       buf.push(ns, '="' , uri , '"');
+                       visibleNamespaces.push({ prefix: prefix, namespace:uri });
+               }
+               
+               if(child || isHTML && !/^(?:meta|link|img|br|hr|input)$/i.test(nodeName)){
+                       buf.push('>');
+                       //if is cdata child node
+                       if(isHTML && /^script$/i.test(nodeName)){
+                               while(child){
+                                       if(child.data){
+                                               buf.push(child.data);
+                                       }else{
+                                               serializeToString(child,buf,isHTML,nodeFilter,visibleNamespaces);
+                                       }
+                                       child = child.nextSibling;
+                               }
+                       }else
+                       {
+                               while(child){
+                                       serializeToString(child,buf,isHTML,nodeFilter,visibleNamespaces);
+                                       child = child.nextSibling;
+                               }
+                       }
+                       buf.push('</',nodeName,'>');
+               }else{
+                       buf.push('/>');
+               }
+               // remove added visible namespaces
+               //visibleNamespaces.length = startVisibleNamespaces;
+               return;
+       case DOCUMENT_NODE:
+       case DOCUMENT_FRAGMENT_NODE:
+               var child = node.firstChild;
+               while(child){
+                       serializeToString(child,buf,isHTML,nodeFilter,visibleNamespaces);
+                       child = child.nextSibling;
+               }
+               return;
+       case ATTRIBUTE_NODE:
+               return buf.push(' ',node.name,'="',node.value.replace(/[<&"]/g,_xmlEncoder),'"');
+       case TEXT_NODE:
+               return buf.push(node.data.replace(/[<&]/g,_xmlEncoder));
+       case CDATA_SECTION_NODE:
+               return buf.push( '<![CDATA[',node.data,']]>');
+       case COMMENT_NODE:
+               return buf.push( "<!--",node.data,"-->");
+       case DOCUMENT_TYPE_NODE:
+               var pubid = node.publicId;
+               var sysid = node.systemId;
+               buf.push('<!DOCTYPE ',node.name);
+               if(pubid){
+                       buf.push(' PUBLIC "',pubid);
+                       if (sysid && sysid!='.') {
+                               buf.push( '" "',sysid);
+                       }
+                       buf.push('">');
+               }else if(sysid && sysid!='.'){
+                       buf.push(' SYSTEM "',sysid,'">');
+               }else{
+                       var sub = node.internalSubset;
+                       if(sub){
+                               buf.push(" [",sub,"]");
+                       }
+                       buf.push(">");
+               }
+               return;
+       case PROCESSING_INSTRUCTION_NODE:
+               return buf.push( "<?",node.target," ",node.data,"?>");
+       case ENTITY_REFERENCE_NODE:
+               return buf.push( '&',node.nodeName,';');
+       //case ENTITY_NODE:
+       //case NOTATION_NODE:
+       default:
+               buf.push('??',node.nodeName);
+       }
   }
-
-
-  function operationReflectLong(selectedIDs, context) {
-      return operationReflect(selectedIDs, context, 'long');
+  function importNode(doc,node,deep){
+       var node2;
+       switch (node.nodeType) {
+       case ELEMENT_NODE:
+               node2 = node.cloneNode(false);
+               node2.ownerDocument = doc;
+               //var attrs = node2.attributes;
+               //var len = attrs.length;
+               //for(var i=0;i<len;i++){
+                       //node2.setAttributeNodeNS(importNode(doc,attrs.item(i),deep));
+               //}
+       case DOCUMENT_FRAGMENT_NODE:
+               break;
+       case ATTRIBUTE_NODE:
+               deep = true;
+               break;
+       //case ENTITY_REFERENCE_NODE:
+       //case PROCESSING_INSTRUCTION_NODE:
+       ////case TEXT_NODE:
+       //case CDATA_SECTION_NODE:
+       //case COMMENT_NODE:
+       //      deep = false;
+       //      break;
+       //case DOCUMENT_NODE:
+       //case DOCUMENT_TYPE_NODE:
+       //cannot be imported.
+       //case ENTITY_NODE:
+       //case NOTATION_NODE:
+       //can not hit in level3
+       //default:throw e;
+       }
+       if(!node2){
+               node2 = node.cloneNode(false);//false
+       }
+       node2.ownerDocument = doc;
+       node2.parentNode = null;
+       if(deep){
+               var child = node.firstChild;
+               while(child){
+                       node2.appendChild(importNode(doc,child,deep));
+                       child = child.nextSibling;
+               }
+       }
+       return node2;
   }
-
-
-  function operationReflect(selectedIDs, context, axis) {
-      axis = axis || 'long';
-      var multi = (selectedIDs.length === 1 ? 'single' : 'multiple'),
-          extent = selectedIDs.reduce(function(extent, id) {
-              return extent.extend(context.entity(id).extent(context.graph()));
-          }, geoExtent$$1());
-
-
-      var operation = function() {
-          var action = actionReflect(selectedIDs, context.projection)
-              .useLongAxis(Boolean(axis === 'long'));
-          context.perform(action, operation.annotation());
-      };
-
-
-      operation.available = function() {
-          var nodes = utilGetAllNodes(selectedIDs, context.graph());
-          return uniqBy(nodes, function(n) { return n.loc; }).length >= 3;
-      };
-
-
-      operation.disabled = function() {
-          var reason;
-          if (extent.area() && extent.percentContainedIn(context.extent()) < 0.8) {
-              reason = 'too_large';
-          } else if (some(selectedIDs, context.hasHiddenConnections)) {
-              reason = 'connected_to_hidden';
-          } else if (some(selectedIDs, incompleteRelation)) {
-              reason = 'incomplete_relation';
-          }
-          return reason;
-
-          function incompleteRelation(id) {
-              var entity = context.entity(id);
-              return entity.type === 'relation' && !entity.isComplete(context.graph());
-          }
-      };
-
-
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.reflect.' + disable + '.' + multi) :
-              t('operations.reflect.description.' + axis + '.' + multi);
-      };
-
-
-      operation.annotation = function() {
-          return t('operations.reflect.annotation.' + axis + '.' + multi);
-      };
-
-
-      operation.id = 'reflect-' + axis;
-      operation.keys = [t('operations.reflect.key.' + axis)];
-      operation.title = t('operations.reflect.title.' + axis);
-      operation.behavior = behaviorOperation(context).which(operation);
-
-      return operation;
+  //
+  //var _relationMap = {firstChild:1,lastChild:1,previousSibling:1,nextSibling:1,
+  //                                   attributes:1,childNodes:1,parentNode:1,documentElement:1,doctype,};
+  function cloneNode(doc,node,deep){
+       var node2 = new node.constructor();
+       for(var n in node){
+               var v = node[n];
+               if(typeof v != 'object' ){
+                       if(v != node2[n]){
+                               node2[n] = v;
+                       }
+               }
+       }
+       if(node.childNodes){
+               node2.childNodes = new NodeList();
+       }
+       node2.ownerDocument = doc;
+       switch (node2.nodeType) {
+       case ELEMENT_NODE:
+               var attrs       = node.attributes;
+               var attrs2      = node2.attributes = new NamedNodeMap();
+               var len = attrs.length;
+               attrs2._ownerElement = node2;
+               for(var i=0;i<len;i++){
+                       node2.setAttributeNode(cloneNode(doc,attrs.item(i),true));
+               }
+               break;
+       case ATTRIBUTE_NODE:
+               deep = true;
+       }
+       if(deep){
+               var child = node.firstChild;
+               while(child){
+                       node2.appendChild(cloneNode(doc,child,deep));
+                       child = child.nextSibling;
+               }
+       }
+       return node2;
   }
 
-  function operationReverse(selectedIDs, context) {
-      var entityId = selectedIDs[0];
-
-      var operation = function() {
-          context.perform(actionReverse(entityId), operation.annotation());
-      };
-
-
-      operation.available = function() {
-          return selectedIDs.length === 1 && context.geometry(entityId) === 'line';
-      };
-
-
-      operation.disabled = function() {
-          return false;
-      };
-
-
-      operation.tooltip = function() {
-          return t('operations.reverse.description');
-      };
-
-
-      operation.annotation = function() {
-          return t('operations.reverse.annotation');
-      };
-
-
-      operation.id = 'reverse';
-      operation.keys = [t('operations.reverse.key')];
-      operation.title = t('operations.reverse.title');
-      operation.behavior = behaviorOperation(context).which(operation);
-
-      return operation;
+  function __set__(object,key,value){
+       object[key] = value;
+  }
+  //do dynamic
+  try{
+       if(Object.defineProperty){
+               Object.defineProperty(LiveNodeList.prototype,'length',{
+                       get:function(){
+                               _updateLiveList(this);
+                               return this.$$length;
+                       }
+               });
+               Object.defineProperty(Node$2.prototype,'textContent',{
+                       get:function(){
+                               return getTextContent(this);
+                       },
+                       set:function(data){
+                               switch(this.nodeType){
+                               case ELEMENT_NODE:
+                               case DOCUMENT_FRAGMENT_NODE:
+                                       while(this.firstChild){
+                                               this.removeChild(this.firstChild);
+                                       }
+                                       if(data || String(data)){
+                                               this.appendChild(this.ownerDocument.createTextNode(data));
+                                       }
+                                       break;
+                               default:
+                                       //TODO:
+                                       this.data = data;
+                                       this.value = data;
+                                       this.nodeValue = data;
+                               }
+                       }
+               });
+               
+               function getTextContent(node){
+                       switch(node.nodeType){
+                       case ELEMENT_NODE:
+                       case DOCUMENT_FRAGMENT_NODE:
+                               var buf = [];
+                               node = node.firstChild;
+                               while(node){
+                                       if(node.nodeType!==7 && node.nodeType !==8){
+                                               buf.push(getTextContent(node));
+                                       }
+                                       node = node.nextSibling;
+                               }
+                               return buf.join('');
+                       default:
+                               return node.nodeValue;
+                       }
+               }
+               __set__ = function(object,key,value){
+                       //console.log(value)
+                       object['$$'+key] = value;
+               };
+       }
+  }catch(e){//ie8
   }
 
-  function operationRotate(selectedIDs, context) {
-      var multi = (selectedIDs.length === 1 ? 'single' : 'multiple'),
-          extent = selectedIDs.reduce(function(extent, id) {
-              return extent.extend(context.entity(id).extent(context.graph()));
-          }, geoExtent$$1());
+  //if(typeof require == 'function'){
+       var DOMImplementation_1 = DOMImplementation;
+       var XMLSerializer_1 = XMLSerializer$1;
+  //}
 
+  var dom = {
+       DOMImplementation: DOMImplementation_1,
+       XMLSerializer: XMLSerializer_1
+  };
 
-      var operation = function() {
-          context.enter(modeRotate$$1(context, selectedIDs));
-      };
-
-
-      operation.available = function() {
-          var nodes = utilGetAllNodes(selectedIDs, context.graph());
-          return uniqBy(nodes, function(n) { return n.loc; }).length >= 2;
-      };
-
-
-      operation.disabled = function() {
-          var reason;
-          if (extent.area() && extent.percentContainedIn(context.extent()) < 0.8) {
-              reason = 'too_large';
-          } else if (some(selectedIDs, context.hasHiddenConnections)) {
-              reason = 'connected_to_hidden';
-          } else if (some(selectedIDs, incompleteRelation)) {
-              reason = 'incomplete_relation';
-          }
-          return reason;
-
-          function incompleteRelation(id) {
-              var entity = context.entity(id);
-              return entity.type === 'relation' && !entity.isComplete(context.graph());
-          }
-      };
-
-
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.rotate.' + disable + '.' + multi) :
-              t('operations.rotate.description.' + multi);
-      };
-
-
-      operation.annotation = function() {
-          return selectedIDs.length === 1 ?
-              t('operations.rotate.annotation.' + context.geometry(selectedIDs[0])) :
-              t('operations.rotate.annotation.multiple');
-      };
-
-
-      operation.id = 'rotate';
-      operation.keys = [t('operations.rotate.key')];
-      operation.title = t('operations.rotate.title');
-      operation.behavior = behaviorOperation(context).which(operation);
-
-      return operation;
+  var domParser = createCommonjsModule(function (module, exports) {
+  function DOMParser(options){
+       this.options = options ||{locator:{}};
+       
+  }
+  DOMParser.prototype.parseFromString = function(source,mimeType){
+       var options = this.options;
+       var sax$$1 =  new XMLReader();
+       var domBuilder = options.domBuilder || new DOMHandler();//contentHandler and LexicalHandler
+       var errorHandler = options.errorHandler;
+       var locator = options.locator;
+       var defaultNSMap = options.xmlns||{};
+       var entityMap = {'lt':'<','gt':'>','amp':'&','quot':'"','apos':"'"};
+       if(locator){
+               domBuilder.setDocumentLocator(locator);
+       }
+       
+       sax$$1.errorHandler = buildErrorHandler(errorHandler,domBuilder,locator);
+       sax$$1.domBuilder = options.domBuilder || domBuilder;
+       if(/\/x?html?$/.test(mimeType)){
+               entityMap.nbsp = '\xa0';
+               entityMap.copy = '\xa9';
+               defaultNSMap['']= 'http://www.w3.org/1999/xhtml';
+       }
+       defaultNSMap.xml = defaultNSMap.xml || 'http://www.w3.org/XML/1998/namespace';
+       if(source){
+               sax$$1.parse(source,defaultNSMap,entityMap);
+       }else{
+               sax$$1.errorHandler.error("invalid doc source");
+       }
+       return domBuilder.doc;
+  };
+  function buildErrorHandler(errorImpl,domBuilder,locator){
+       if(!errorImpl){
+               if(domBuilder instanceof DOMHandler){
+                       return domBuilder;
+               }
+               errorImpl = domBuilder ;
+       }
+       var errorHandler = {};
+       var isCallback = errorImpl instanceof Function;
+       locator = locator||{};
+       function build(key){
+               var fn = errorImpl[key];
+               if(!fn && isCallback){
+                       fn = errorImpl.length == 2?function(msg){errorImpl(key,msg);}:errorImpl;
+               }
+               errorHandler[key] = fn && function(msg){
+                       fn('[xmldom '+key+']\t'+msg+_locator(locator));
+               }||function(){};
+       }
+       build('warning');
+       build('error');
+       build('fatalError');
+       return errorHandler;
   }
 
-  function operationSplit(selectedIDs, context) {
-      var vertices = filter(selectedIDs, function(entityId) {
-          return context.geometry(entityId) === 'vertex';
-      });
+  //console.log('#\n\n\n\n\n\n\n####')
+  /**
+   * +ContentHandler+ErrorHandler
+   * +LexicalHandler+EntityResolver2
+   * -DeclHandler-DTDHandler 
+   * 
+   * DefaultHandler:EntityResolver, DTDHandler, ContentHandler, ErrorHandler
+   * DefaultHandler2:DefaultHandler,LexicalHandler, DeclHandler, EntityResolver2
+   * @link http://www.saxproject.org/apidoc/org/xml/sax/helpers/DefaultHandler.html
+   */
+  function DOMHandler() {
+      this.cdata = false;
+  }
+  function position(locator,node){
+       node.lineNumber = locator.lineNumber;
+       node.columnNumber = locator.columnNumber;
+  }
+  /**
+   * @see org.xml.sax.ContentHandler#startDocument
+   * @link http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html
+   */ 
+  DOMHandler.prototype = {
+       startDocument : function() {
+       this.doc = new DOMImplementation().createDocument(null, null, null);
+       if (this.locator) {
+               this.doc.documentURI = this.locator.systemId;
+       }
+       },
+       startElement:function(namespaceURI, localName, qName, attrs) {
+               var doc = this.doc;
+           var el = doc.createElementNS(namespaceURI, qName||localName);
+           var len = attrs.length;
+           appendElement(this, el);
+           this.currentElement = el;
+           
+               this.locator && position(this.locator,el);
+           for (var i = 0 ; i < len; i++) {
+               var namespaceURI = attrs.getURI(i);
+               var value = attrs.getValue(i);
+               var qName = attrs.getQName(i);
+                       var attr = doc.createAttributeNS(namespaceURI, qName);
+                       this.locator &&position(attrs.getLocator(i),attr);
+                       attr.value = attr.nodeValue = value;
+                       el.setAttributeNode(attr);
+           }
+       },
+       endElement:function(namespaceURI, localName, qName) {
+               var current = this.currentElement;
+               var tagName = current.tagName;
+               this.currentElement = current.parentNode;
+       },
+       startPrefixMapping:function(prefix, uri) {
+       },
+       endPrefixMapping:function(prefix) {
+       },
+       processingInstruction:function(target, data) {
+           var ins = this.doc.createProcessingInstruction(target, data);
+           this.locator && position(this.locator,ins);
+           appendElement(this, ins);
+       },
+       ignorableWhitespace:function(ch, start, length) {
+       },
+       characters:function(chars, start, length) {
+               chars = _toString.apply(this,arguments);
+               //console.log(chars)
+               if(chars){
+                       if (this.cdata) {
+                               var charNode = this.doc.createCDATASection(chars);
+                       } else {
+                               var charNode = this.doc.createTextNode(chars);
+                       }
+                       if(this.currentElement){
+                               this.currentElement.appendChild(charNode);
+                       }else if(/^\s*$/.test(chars)){
+                               this.doc.appendChild(charNode);
+                               //process xml
+                       }
+                       this.locator && position(this.locator,charNode);
+               }
+       },
+       skippedEntity:function(name) {
+       },
+       endDocument:function() {
+               this.doc.normalize();
+       },
+       setDocumentLocator:function (locator) {
+           if(this.locator = locator){// && !('lineNumber' in locator)){
+               locator.lineNumber = 0;
+           }
+       },
+       //LexicalHandler
+       comment:function(chars, start, length) {
+               chars = _toString.apply(this,arguments);
+           var comm = this.doc.createComment(chars);
+           this.locator && position(this.locator,comm);
+           appendElement(this, comm);
+       },
+       
+       startCDATA:function() {
+           //used in characters() methods
+           this.cdata = true;
+       },
+       endCDATA:function() {
+           this.cdata = false;
+       },
+       
+       startDTD:function(name, publicId, systemId) {
+               var impl = this.doc.implementation;
+           if (impl && impl.createDocumentType) {
+               var dt = impl.createDocumentType(name, publicId, systemId);
+               this.locator && position(this.locator,dt);
+               appendElement(this, dt);
+           }
+       },
+       /**
+        * @see org.xml.sax.ErrorHandler
+        * @link http://www.saxproject.org/apidoc/org/xml/sax/ErrorHandler.html
+        */
+       warning:function(error) {
+               console.warn('[xmldom warning]\t'+error,_locator(this.locator));
+       },
+       error:function(error) {
+               console.error('[xmldom error]\t'+error,_locator(this.locator));
+       },
+       fatalError:function(error) {
+               console.error('[xmldom fatalError]\t'+error,_locator(this.locator));
+           throw error;
+       }
+  };
+  function _locator(l){
+       if(l){
+               return '\n@'+(l.systemId ||'')+'#[line:'+l.lineNumber+',col:'+l.columnNumber+']'
+       }
+  }
+  function _toString(chars,start,length){
+       if(typeof chars == 'string'){
+               return chars.substr(start,length)
+       }else{//java sax connect width xmldom on rhino(what about: "? && !(chars instanceof String)")
+               if(chars.length >= start+length || start){
+                       return new java.lang.String(chars,start,length)+'';
+               }
+               return chars;
+       }
+  }
 
-      var entityId = vertices[0],
-          action = actionSplit(entityId),
-          ways = [];
+  /*
+   * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/LexicalHandler.html
+   * used method of org.xml.sax.ext.LexicalHandler:
+   *  #comment(chars, start, length)
+   *  #startCDATA()
+   *  #endCDATA()
+   *  #startDTD(name, publicId, systemId)
+   *
+   *
+   * IGNORED method of org.xml.sax.ext.LexicalHandler:
+   *  #endDTD()
+   *  #startEntity(name)
+   *  #endEntity(name)
+   *
+   *
+   * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/DeclHandler.html
+   * IGNORED method of org.xml.sax.ext.DeclHandler
+   *   #attributeDecl(eName, aName, type, mode, value)
+   *  #elementDecl(name, model)
+   *  #externalEntityDecl(name, publicId, systemId)
+   *  #internalEntityDecl(name, value)
+   * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/EntityResolver2.html
+   * IGNORED method of org.xml.sax.EntityResolver2
+   *  #resolveEntity(String name,String publicId,String baseURI,String systemId)
+   *  #resolveEntity(publicId, systemId)
+   *  #getExternalSubset(name, baseURI)
+   * @link http://www.saxproject.org/apidoc/org/xml/sax/DTDHandler.html
+   * IGNORED method of org.xml.sax.DTDHandler
+   *  #notationDecl(name, publicId, systemId) {};
+   *  #unparsedEntityDecl(name, publicId, systemId, notationName) {};
+   */
+  "endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(key){
+       DOMHandler.prototype[key] = function(){return null};
+  });
 
-      if (vertices.length === 1) {
-          if (selectedIDs.length > 1) {
-              action.limitWays(without(selectedIDs, entityId));
-          }
-          ways = action.ways(context.graph());
+  /* Private static helpers treated below as private instance methods, so don't need to add these to the public API; we might use a Relator to also get rid of non-standard public properties */
+  function appendElement (hander,node) {
+      if (!hander.currentElement) {
+          hander.doc.appendChild(node);
+      } else {
+          hander.currentElement.appendChild(node);
       }
+  }//appendChild and setAttributeNS are preformance key
 
+  //if(typeof require == 'function'){
+       var XMLReader = sax.XMLReader;
+       var DOMImplementation = exports.DOMImplementation = dom.DOMImplementation;
+       exports.XMLSerializer = dom.XMLSerializer ;
+       exports.DOMParser = DOMParser;
+  //}
+  });
+  var domParser_1 = domParser.DOMImplementation;
+  var domParser_2 = domParser.XMLSerializer;
+  var domParser_3 = domParser.DOMParser;
 
-      var operation = function() {
-          var difference = context.perform(action, operation.annotation());
-          context.enter(modeSelect(context, difference.extantIDs()));
-      };
-
-
-      operation.available = function() {
-          return vertices.length === 1;
-      };
-
+  var domParser$1 = /*#__PURE__*/Object.freeze({
+    default: domParser,
+    __moduleExports: domParser,
+    DOMImplementation: domParser_1,
+    XMLSerializer: domParser_2,
+    DOMParser: domParser_3
+  });
 
-      operation.disabled = function() {
-          var reason;
-          if (some(selectedIDs, context.hasHiddenConnections)) {
-              reason = 'connected_to_hidden';
-          }
-          return action.disabled(context.graph()) || reason;
-      };
+  var require$$0$1 = ( domParser$1 && domParser ) || domParser$1;
 
+  var togeojson = createCommonjsModule(function (module, exports) {
+  var toGeoJSON = (function() {
 
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          if (disable) {
-              return t('operations.split.' + disable);
+      var removeSpace = /\s*/g,
+          trimSpace = /^\s*|\s*$/g,
+          splitSpace = /\s+/;
+      // generate a short, numeric hash of a string
+      function okhash(x) {
+          if (!x || !x.length) return 0;
+          for (var i = 0, h = 0; i < x.length; i++) {
+              h = ((h << 5) - h) + x.charCodeAt(i) | 0;
+          } return h;
+      }
+      // all Y children of X
+      function get(x, y) { return x.getElementsByTagName(y); }
+      function attr(x, y) { return x.getAttribute(y); }
+      function attrf(x, y) { return parseFloat(attr(x, y)); }
+      // one Y child of X, if any, otherwise null
+      function get1(x, y) { var n = get(x, y); return n.length ? n[0] : null; }
+      // https://developer.mozilla.org/en-US/docs/Web/API/Node.normalize
+      function norm(el) { if (el.normalize) { el.normalize(); } return el; }
+      // cast array x into numbers
+      function numarray(x) {
+          for (var j = 0, o = []; j < x.length; j++) { o[j] = parseFloat(x[j]); }
+          return o;
+      }
+      // get the content of a text node, if any
+      function nodeVal(x) {
+          if (x) { norm(x); }
+          return (x && x.textContent) || '';
+      }
+      // get the contents of multiple text nodes, if present
+      function getMulti(x, ys) {
+          var o = {}, n, k;
+          for (k = 0; k < ys.length; k++) {
+              n = get1(x, ys[k]);
+              if (n) o[ys[k]] = nodeVal(n);
           }
-          if (ways.length === 1) {
-              return t('operations.split.description.' + context.geometry(ways[0].id));
-          } else {
-              return t('operations.split.description.multiple');
+          return o;
+      }
+      // add properties of Y to X, overwriting if present in both
+      function extend(x, y) { for (var k in y) x[k] = y[k]; }
+      // get one coordinate from a coordinate array, if any
+      function coord1(v) { return numarray(v.replace(removeSpace, '').split(',')); }
+      // get all coordinates from a coordinate array as [[],[]]
+      function coord(v) {
+          var coords = v.replace(trimSpace, '').split(splitSpace),
+              o = [];
+          for (var i = 0; i < coords.length; i++) {
+              o.push(coord1(coords[i]));
           }
-      };
-
-
-      operation.annotation = function() {
-          return ways.length === 1 ?
-              t('operations.split.annotation.' + context.geometry(ways[0].id)) :
-              t('operations.split.annotation.multiple', { n: ways.length });
-      };
-
-
-      operation.id = 'split';
-      operation.keys = [t('operations.split.key')];
-      operation.title = t('operations.split.title');
-      operation.behavior = behaviorOperation(context).which(operation);
-
-      return operation;
-  }
-
-  function operationStraighten(selectedIDs, context) {
-      var entityId = selectedIDs[0],
-          action = actionStraighten(entityId, context.projection);
-
-
-      function operation() {
-          context.perform(action, operation.annotation());
+          return o;
       }
-
-
-      operation.available = function() {
-          var entity = context.entity(entityId);
-          return selectedIDs.length === 1 &&
-              entity.type === 'way' &&
-              !entity.isClosed() &&
-              uniq(entity.nodes).length > 2;
-      };
-
-
-      operation.disabled = function() {
-          var reason;
-          if (context.hasHiddenConnections(entityId)) {
-              reason = 'connected_to_hidden';
+      function coordPair(x) {
+          var ll = [attrf(x, 'lon'), attrf(x, 'lat')],
+              ele = get1(x, 'ele'),
+              // handle namespaced attribute in browser
+              heartRate = get1(x, 'gpxtpx:hr') || get1(x, 'hr'),
+              time = get1(x, 'time'),
+              e;
+          if (ele) {
+              e = parseFloat(nodeVal(ele));
+              if (!isNaN(e)) {
+                  ll.push(e);
+              }
           }
-          return action.disabled(context.graph()) || reason;
-      };
-
-
-      operation.tooltip = function() {
-          var disable = operation.disabled();
-          return disable ?
-              t('operations.straighten.' + disable) :
-              t('operations.straighten.description');
-      };
+          return {
+              coordinates: ll,
+              time: time ? nodeVal(time) : null,
+              heartRate: heartRate ? parseFloat(nodeVal(heartRate)) : null
+          };
+      }
 
+      // create a new feature collection parent object
+      function fc() {
+          return {
+              type: 'FeatureCollection',
+              features: []
+          };
+      }
 
-      operation.annotation = function() {
-          return t('operations.straighten.annotation');
-      };
+      var serializer;
+      if (typeof XMLSerializer !== 'undefined') {
+          /* istanbul ignore next */
+          serializer = new XMLSerializer();
+      // only require xmldom in a node environment
+      } else if (typeof process === 'object' && !process.browser) {
+          serializer = new (require$$0$1.XMLSerializer)();
+      }
+      function xml2str(str) {
+          // IE9 will create a new XMLSerializer but it'll crash immediately.
+          // This line is ignored because we don't run coverage tests in IE9
+          /* istanbul ignore next */
+          if (str.xml !== undefined) return str.xml;
+          return serializer.serializeToString(str);
+      }
 
+      var t = {
+          kml: function(doc) {
 
-      operation.id = 'straighten';
-      operation.keys = [t('operations.straighten.key')];
-      operation.title = t('operations.straighten.title');
-      operation.behavior = behaviorOperation(context).which(operation);
+              var gj = fc(),
+                  // styleindex keeps track of hashed styles in order to match features
+                  styleIndex = {}, styleByHash = {},
+                  // stylemapindex keeps track of style maps to expose in properties
+                  styleMapIndex = {},
+                  // atomic geospatial types supported by KML - MultiGeometry is
+                  // handled separately
+                  geotypes = ['Polygon', 'LineString', 'Point', 'Track', 'gx:Track'],
+                  // all root placemarks in the file
+                  placemarks = get(doc, 'Placemark'),
+                  styles = get(doc, 'Style'),
+                  styleMaps = get(doc, 'StyleMap');
 
-      return operation;
-  }
+              for (var k = 0; k < styles.length; k++) {
+                  var hash = okhash(xml2str(styles[k])).toString(16);
+                  styleIndex['#' + attr(styles[k], 'id')] = hash;
+                  styleByHash[hash] = styles[k];
+              }
+              for (var l = 0; l < styleMaps.length; l++) {
+                  styleIndex['#' + attr(styleMaps[l], 'id')] = okhash(xml2str(styleMaps[l])).toString(16);
+                  var pairs = get(styleMaps[l], 'Pair');
+                  var pairsMap = {};
+                  for (var m = 0; m < pairs.length; m++) {
+                      pairsMap[nodeVal(get1(pairs[m], 'key'))] = nodeVal(get1(pairs[m], 'styleUrl'));
+                  }
+                  styleMapIndex['#' + attr(styleMaps[l], 'id')] = pairsMap;
 
+              }
+              for (var j = 0; j < placemarks.length; j++) {
+                  gj.features = gj.features.concat(getPlacemark(placemarks[j]));
+              }
+              function kmlColor(v) {
+                  var color, opacity;
+                  v = v || '';
+                  if (v.substr(0, 1) === '#') { v = v.substr(1); }
+                  if (v.length === 6 || v.length === 3) { color = v; }
+                  if (v.length === 8) {
+                      opacity = parseInt(v.substr(0, 2), 16) / 255;
+                      color = '#' + v.substr(6, 2) +
+                          v.substr(4, 2) +
+                          v.substr(2, 2);
+                  }
+                  return [color, isNaN(opacity) ? undefined : opacity];
+              }
+              function gxCoord(v) { return numarray(v.split(' ')); }
+              function gxCoords(root) {
+                  var elems = get(root, 'coord', 'gx'), coords = [], times = [];
+                  if (elems.length === 0) elems = get(root, 'gx:coord');
+                  for (var i = 0; i < elems.length; i++) coords.push(gxCoord(nodeVal(elems[i])));
+                  var timeElems = get(root, 'when');
+                  for (var j = 0; j < timeElems.length; j++) times.push(nodeVal(timeElems[j]));
+                  return {
+                      coords: coords,
+                      times: times
+                  };
+              }
+              function getGeometry(root) {
+                  var geomNode, geomNodes, i, j, k, geoms = [], coordTimes = [];
+                  if (get1(root, 'MultiGeometry')) { return getGeometry(get1(root, 'MultiGeometry')); }
+                  if (get1(root, 'MultiTrack')) { return getGeometry(get1(root, 'MultiTrack')); }
+                  if (get1(root, 'gx:MultiTrack')) { return getGeometry(get1(root, 'gx:MultiTrack')); }
+                  for (i = 0; i < geotypes.length; i++) {
+                      geomNodes = get(root, geotypes[i]);
+                      if (geomNodes) {
+                          for (j = 0; j < geomNodes.length; j++) {
+                              geomNode = geomNodes[j];
+                              if (geotypes[i] === 'Point') {
+                                  geoms.push({
+                                      type: 'Point',
+                                      coordinates: coord1(nodeVal(get1(geomNode, 'coordinates')))
+                                  });
+                              } else if (geotypes[i] === 'LineString') {
+                                  geoms.push({
+                                      type: 'LineString',
+                                      coordinates: coord(nodeVal(get1(geomNode, 'coordinates')))
+                                  });
+                              } else if (geotypes[i] === 'Polygon') {
+                                  var rings = get(geomNode, 'LinearRing'),
+                                      coords = [];
+                                  for (k = 0; k < rings.length; k++) {
+                                      coords.push(coord(nodeVal(get1(rings[k], 'coordinates'))));
+                                  }
+                                  geoms.push({
+                                      type: 'Polygon',
+                                      coordinates: coords
+                                  });
+                              } else if (geotypes[i] === 'Track' ||
+                                  geotypes[i] === 'gx:Track') {
+                                  var track = gxCoords(geomNode);
+                                  geoms.push({
+                                      type: 'LineString',
+                                      coordinates: track.coords
+                                  });
+                                  if (track.times.length) coordTimes.push(track.times);
+                              }
+                          }
+                      }
+                  }
+                  return {
+                      geoms: geoms,
+                      coordTimes: coordTimes
+                  };
+              }
+              function getPlacemark(root) {
+                  var geomsAndTimes = getGeometry(root), i, properties = {},
+                      name = nodeVal(get1(root, 'name')),
+                      address = nodeVal(get1(root, 'address')),
+                      styleUrl = nodeVal(get1(root, 'styleUrl')),
+                      description = nodeVal(get1(root, 'description')),
+                      timeSpan = get1(root, 'TimeSpan'),
+                      timeStamp = get1(root, 'TimeStamp'),
+                      extendedData = get1(root, 'ExtendedData'),
+                      lineStyle = get1(root, 'LineStyle'),
+                      polyStyle = get1(root, 'PolyStyle'),
+                      visibility = get1(root, 'visibility');
 
+                  if (!geomsAndTimes.geoms.length) return [];
+                  if (name) properties.name = name;
+                  if (address) properties.address = address;
+                  if (styleUrl) {
+                      if (styleUrl[0] !== '#') {
+                          styleUrl = '#' + styleUrl;
+                      }
 
-  var Operations = /*#__PURE__*/Object.freeze({
-    operationCircularize: operationCircularize,
-    operationContinue: operationContinue,
-    operationDelete: operationDelete,
-    operationDisconnect: operationDisconnect,
-    operationMerge: operationMerge,
-    operationMove: operationMove,
-    operationOrthogonalize: operationOrthogonalize,
-    operationReflectShort: operationReflectShort,
-    operationReflectLong: operationReflectLong,
-    operationReverse: operationReverse,
-    operationRotate: operationRotate,
-    operationSplit: operationSplit,
-    operationStraighten: operationStraighten
-  });
+                      properties.styleUrl = styleUrl;
+                      if (styleIndex[styleUrl]) {
+                          properties.styleHash = styleIndex[styleUrl];
+                      }
+                      if (styleMapIndex[styleUrl]) {
+                          properties.styleMapHash = styleMapIndex[styleUrl];
+                          properties.styleHash = styleIndex[styleMapIndex[styleUrl].normal];
+                      }
+                      // Try to populate the lineStyle or polyStyle since we got the style hash
+                      var style = styleByHash[properties.styleHash];
+                      if (style) {
+                          if (!lineStyle) lineStyle = get1(style, 'LineStyle');
+                          if (!polyStyle) polyStyle = get1(style, 'PolyStyle');
+                      }
+                  }
+                  if (description) properties.description = description;
+                  if (timeSpan) {
+                      var begin = nodeVal(get1(timeSpan, 'begin'));
+                      var end = nodeVal(get1(timeSpan, 'end'));
+                      properties.timespan = { begin: begin, end: end };
+                  }
+                  if (timeStamp) {
+                      properties.timestamp = nodeVal(get1(timeStamp, 'when'));
+                  }
+                  if (lineStyle) {
+                      var linestyles = kmlColor(nodeVal(get1(lineStyle, 'color'))),
+                          color = linestyles[0],
+                          opacity = linestyles[1],
+                          width = parseFloat(nodeVal(get1(lineStyle, 'width')));
+                      if (color) properties.stroke = color;
+                      if (!isNaN(opacity)) properties['stroke-opacity'] = opacity;
+                      if (!isNaN(width)) properties['stroke-width'] = width;
+                  }
+                  if (polyStyle) {
+                      var polystyles = kmlColor(nodeVal(get1(polyStyle, 'color'))),
+                          pcolor = polystyles[0],
+                          popacity = polystyles[1],
+                          fill = nodeVal(get1(polyStyle, 'fill')),
+                          outline = nodeVal(get1(polyStyle, 'outline'));
+                      if (pcolor) properties.fill = pcolor;
+                      if (!isNaN(popacity)) properties['fill-opacity'] = popacity;
+                      if (fill) properties['fill-opacity'] = fill === '1' ? properties['fill-opacity'] || 1 : 0;
+                      if (outline) properties['stroke-opacity'] = outline === '1' ? properties['stroke-opacity'] || 1 : 0;
+                  }
+                  if (extendedData) {
+                      var datas = get(extendedData, 'Data'),
+                          simpleDatas = get(extendedData, 'SimpleData');
 
-  function modeMove$$1(context, entityIDs, baseGraph) {
-      var mode = {
-          id: 'move',
-          button: 'browse'
+                      for (i = 0; i < datas.length; i++) {
+                          properties[datas[i].getAttribute('name')] = nodeVal(get1(datas[i], 'value'));
+                      }
+                      for (i = 0; i < simpleDatas.length; i++) {
+                          properties[simpleDatas[i].getAttribute('name')] = nodeVal(simpleDatas[i]);
+                      }
+                  }
+                  if (visibility) {
+                      properties.visibility = nodeVal(visibility);
+                  }
+                  if (geomsAndTimes.coordTimes.length) {
+                      properties.coordTimes = (geomsAndTimes.coordTimes.length === 1) ?
+                          geomsAndTimes.coordTimes[0] : geomsAndTimes.coordTimes;
+                  }
+                  var feature = {
+                      type: 'Feature',
+                      geometry: (geomsAndTimes.geoms.length === 1) ? geomsAndTimes.geoms[0] : {
+                          type: 'GeometryCollection',
+                          geometries: geomsAndTimes.geoms
+                      },
+                      properties: properties
+                  };
+                  if (attr(root, 'id')) feature.id = attr(root, 'id');
+                  return [feature];
+              }
+              return gj;
+          },
+          gpx: function(doc) {
+              var i,
+                  tracks = get(doc, 'trk'),
+                  routes = get(doc, 'rte'),
+                  waypoints = get(doc, 'wpt'),
+                  // a feature collection
+                  gj = fc(),
+                  feature;
+              for (i = 0; i < tracks.length; i++) {
+                  feature = getTrack(tracks[i]);
+                  if (feature) gj.features.push(feature);
+              }
+              for (i = 0; i < routes.length; i++) {
+                  feature = getRoute(routes[i]);
+                  if (feature) gj.features.push(feature);
+              }
+              for (i = 0; i < waypoints.length; i++) {
+                  gj.features.push(getPoint(waypoints[i]));
+              }
+              function getPoints(node, pointname) {
+                  var pts = get(node, pointname),
+                      line = [],
+                      times = [],
+                      heartRates = [],
+                      l = pts.length;
+                  if (l < 2) return {};  // Invalid line in GeoJSON
+                  for (var i = 0; i < l; i++) {
+                      var c = coordPair(pts[i]);
+                      line.push(c.coordinates);
+                      if (c.time) times.push(c.time);
+                      if (c.heartRate) heartRates.push(c.heartRate);
+                  }
+                  return {
+                      line: line,
+                      times: times,
+                      heartRates: heartRates
+                  };
+              }
+              function getTrack(node) {
+                  var segments = get(node, 'trkseg'),
+                      track = [],
+                      times = [],
+                      heartRates = [],
+                      line;
+                  for (var i = 0; i < segments.length; i++) {
+                      line = getPoints(segments[i], 'trkpt');
+                      if (line) {
+                          if (line.line) track.push(line.line);
+                          if (line.times && line.times.length) times.push(line.times);
+                          if (line.heartRates && line.heartRates.length) heartRates.push(line.heartRates);
+                      }
+                  }
+                  if (track.length === 0) return;
+                  var properties = getProperties(node);
+                  extend(properties, getLineStyle(get1(node, 'extensions')));
+                  if (times.length) properties.coordTimes = track.length === 1 ? times[0] : times;
+                  if (heartRates.length) properties.heartRates = track.length === 1 ? heartRates[0] : heartRates;
+                  return {
+                      type: 'Feature',
+                      properties: properties,
+                      geometry: {
+                          type: track.length === 1 ? 'LineString' : 'MultiLineString',
+                          coordinates: track.length === 1 ? track[0] : track
+                      }
+                  };
+              }
+              function getRoute(node) {
+                  var line = getPoints(node, 'rtept');
+                  if (!line.line) return;
+                  var prop = getProperties(node);
+                  extend(prop, getLineStyle(get1(node, 'extensions')));
+                  var routeObj = {
+                      type: 'Feature',
+                      properties: prop,
+                      geometry: {
+                          type: 'LineString',
+                          coordinates: line.line
+                      }
+                  };
+                  return routeObj;
+              }
+              function getPoint(node) {
+                  var prop = getProperties(node);
+                  extend(prop, getMulti(node, ['sym']));
+                  return {
+                      type: 'Feature',
+                      properties: prop,
+                      geometry: {
+                          type: 'Point',
+                          coordinates: coordPair(node).coordinates
+                      }
+                  };
+              }
+              function getLineStyle(extensions) {
+                  var style = {};
+                  if (extensions) {
+                      var lineStyle = get1(extensions, 'line');
+                      if (lineStyle) {
+                          var color = nodeVal(get1(lineStyle, 'color')),
+                              opacity = parseFloat(nodeVal(get1(lineStyle, 'opacity'))),
+                              width = parseFloat(nodeVal(get1(lineStyle, 'width')));
+                          if (color) style.stroke = color;
+                          if (!isNaN(opacity)) style['stroke-opacity'] = opacity;
+                          // GPX width is in mm, convert to px with 96 px per inch
+                          if (!isNaN(width)) style['stroke-width'] = width * 96 / 25.4;
+                      }
+                  }
+                  return style;
+              }
+              function getProperties(node) {
+                  var prop = getMulti(node, ['name', 'cmt', 'desc', 'type', 'time', 'keywords']),
+                      links = get(node, 'link');
+                  if (links.length) prop.links = [];
+                  for (var i = 0, link; i < links.length; i++) {
+                      link = { href: attr(links[i], 'href') };
+                      extend(link, getMulti(links[i], ['text', 'type']));
+                      prop.links.push(link);
+                  }
+                  return prop;
+              }
+              return gj;
+          }
       };
+      return t;
+  })();
 
-      var keybinding = d3keybinding('move');
-      var behaviors = [
-          behaviorEdit(context),
-          operationCircularize(entityIDs, context).behavior,
-          operationDelete(entityIDs, context).behavior,
-          operationOrthogonalize(entityIDs, context).behavior,
-          operationReflectLong(entityIDs, context).behavior,
-          operationReflectShort(entityIDs, context).behavior,
-          operationRotate(entityIDs, context).behavior
-      ];
-      var annotation = entityIDs.length === 1 ?
-          t('operations.move.annotation.' + context.geometry(entityIDs[0])) :
-          t('operations.move.annotation.multiple');
+  module.exports = toGeoJSON;
+  });
 
-      var _prevGraph;
-      var _cache;
-      var _origin;
-      var _nudgeInterval;
+  var _initialized = false;
+  var _enabled = false;
+  var _geojson;
 
 
-      function doMove(nudge) {
-          nudge = nudge || [0, 0];
+  function svgGpx$$1(projection$$1, context, dispatch) {
+      var _showLabels = true;
+      var detected = utilDetect();
+      var layer;
+      var _src;
 
-          var fn;
-          if (_prevGraph !== context.graph()) {
-              _cache = {};
-              _origin = context.map().mouseCoordinates();
-              fn = context.perform;
-          } else {
-              fn = context.overwrite;
-          }
 
-          var currMouse = context.mouse();
-          var origMouse = context.projection(_origin);
-          var delta = geoVecSubtract(geoVecSubtract(currMouse, origMouse), nudge);
+      function init() {
+          if (_initialized) return;  // run once
 
-          fn(actionMove(entityIDs, delta, context.projection, _cache), annotation);
-          _prevGraph = context.graph();
-      }
+          _geojson = {};
+          _enabled = true;
 
+          function over() {
+              event.stopPropagation();
+              event.preventDefault();
+              event.dataTransfer.dropEffect = 'copy';
+          }
 
-      function startNudge(nudge) {
-          if (_nudgeInterval) window.clearInterval(_nudgeInterval);
-          _nudgeInterval = window.setInterval(function() {
-              context.pan(nudge);
-              doMove(nudge);
-          }, 50);
+          select('body')
+              .attr('dropzone', 'copy')
+              .on('drop.localgpx', function() {
+                  event.stopPropagation();
+                  event.preventDefault();
+                  if (!detected.filedrop) return;
+                  drawGpx.files(event.dataTransfer.files);
+              })
+              .on('dragenter.localgpx', over)
+              .on('dragexit.localgpx', over)
+              .on('dragover.localgpx', over);
+
+          _initialized = true;
       }
 
 
-      function stopNudge() {
-          if (_nudgeInterval) {
-              window.clearInterval(_nudgeInterval);
-              _nudgeInterval = null;
-          }
-      }
+      function drawGpx(selection$$1) {
+          var getPath = svgPath(projection$$1).geojson;
 
+          layer = selection$$1.selectAll('.layer-gpx')
+              .data(_enabled ? [0] : []);
 
-      function move() {
-          doMove();
-          var nudge = geoViewportEdge(context.mouse(), context.map().dimensions());
-          if (nudge) {
-              startNudge(nudge);
-          } else {
-              stopNudge();
-          }
-      }
+          layer.exit()
+              .remove();
 
+          layer = layer.enter()
+              .append('g')
+              .attr('class', 'layer-gpx')
+              .merge(layer);
 
-      function finish() {
-          event.stopPropagation();
-          context.enter(modeSelect(context, entityIDs));
-          stopNudge();
-      }
 
+          var paths = layer
+              .selectAll('path')
+              .data([_geojson]);
 
-      function cancel() {
-          if (baseGraph) {
-              while (context.graph() !== baseGraph) context.pop();
-              context.enter(modeBrowse(context));
-          } else {
-              context.pop();
-              context.enter(modeSelect(context, entityIDs));
-          }
-          stopNudge();
-      }
+          paths.exit()
+              .remove();
 
+          paths = paths.enter()
+              .append('path')
+              .attr('class', 'gpx')
+              .merge(paths);
 
-      function undone() {
-          context.enter(modeBrowse(context));
-      }
+          paths
+              .attr('d', getPath);
 
 
-      mode.enter = function() {
-          _origin = context.map().mouseCoordinates();
-          _prevGraph = null;
-          _cache = {};
+          var labelData = _showLabels && _geojson.features ? _geojson.features : [];
+          labelData = labelData.filter(getPath);
 
-          behaviors.forEach(function(behavior) {
-              context.install(behavior);
-          });
+          layer
+              .call(drawLabels, 'gpxlabel-halo', labelData)
+              .call(drawLabels, 'gpxlabel', labelData);
 
-          context.surface()
-              .on('mousemove.move', move)
-              .on('click.move', finish);
 
-          context.history()
-              .on('undone.move', undone);
+          function drawLabels(selection$$1, textClass, data) {
+              var labels = selection$$1.selectAll('text.' + textClass)
+                  .data(data);
 
-          keybinding
-              .on('⎋', cancel)
-              .on('↩', finish);
+              // exit
+              labels.exit()
+                  .remove();
 
-          select(document)
-              .call(keybinding);
-      };
+              // enter/update
+              labels = labels.enter()
+                  .append('text')
+                  .attr('class', textClass)
+                  .merge(labels)
+                  .text(function(d) {
+                      if (d.properties) {
+                          return d.properties.desc || d.properties.name;
+                      }
+                      return null;
+                  })
+                  .attr('x', function(d) {
+                      var centroid = getPath.centroid(d);
+                      return centroid[0] + 11;
+                  })
+                  .attr('y', function(d) {
+                      var centroid = getPath.centroid(d);
+                      return centroid[1];
+                  });
+          }
+      }
 
 
-      mode.exit = function() {
-          stopNudge();
+      function toDom(x) {
+          return (new DOMParser()).parseFromString(x, 'text/xml');
+      }
 
-          behaviors.forEach(function(behavior) {
-              context.uninstall(behavior);
-          });
 
-          context.surface()
-              .on('mousemove.move', null)
-              .on('click.move', null);
+      function getExtension(fileName) {
+          if (fileName === undefined) {
+              return '';
+          }
 
-          context.history()
-              .on('undone.move', null);
+          var lastDotIndex = fileName.lastIndexOf('.');
+          if (lastDotIndex < 0) {
+              return '';
+          }
 
-          keybinding.off();
-      };
+          return fileName.substr(lastDotIndex);
+      }
 
 
-      mode.selectedIDs = function() {
-          if (!arguments.length) return entityIDs;
-          // no assign
-          return mode;
+      function parseSaveAndZoom(extension, data, src) {
+          switch (extension) {
+              default:
+                  drawGpx.geojson(togeojson.gpx(toDom(data)), src).fitZoom();
+                  break;
+              case '.kml':
+                  drawGpx.geojson(togeojson.kml(toDom(data)), src).fitZoom();
+                  break;
+              case '.geojson':
+              case '.json':
+                  drawGpx.geojson(JSON.parse(data), src).fitZoom();
+                  break;
+          }
+      }
+
+
+      drawGpx.showLabels = function(_) {
+          if (!arguments.length) return _showLabels;
+          _showLabels = _;
+          return this;
       };
 
 
-      return mode;
-  }
+      drawGpx.enabled = function(_) {
+          if (!arguments.length) return _enabled;
+          _enabled = _;
+          dispatch.call('change');
+          return this;
+      };
 
-  function modeRotate$$1(context, entityIDs) {
-      var mode = {
-          id: 'rotate',
-          button: 'browse'
+
+      drawGpx.hasGpx = function() {
+          return (!(isEmpty(_geojson) || isEmpty(_geojson.features)));
       };
 
-      var keybinding = d3keybinding('rotate');
-      var behaviors = [
-          behaviorEdit(context),
-          operationCircularize(entityIDs, context).behavior,
-          operationDelete(entityIDs, context).behavior,
-          operationMove(entityIDs, context).behavior,
-          operationOrthogonalize(entityIDs, context).behavior,
-          operationReflectLong(entityIDs, context).behavior,
-          operationReflectShort(entityIDs, context).behavior
-      ];
-      var annotation = entityIDs.length === 1 ?
-          t('operations.rotate.annotation.' + context.geometry(entityIDs[0])) :
-          t('operations.rotate.annotation.multiple');
 
-      var _prevGraph;
-      var _prevAngle;
-      var _prevTransform;
-      var _pivot;
+      drawGpx.geojson = function(gj, src) {
+          if (!arguments.length) return _geojson;
+          if (isEmpty(gj) || isEmpty(gj.features)) return this;
+          _geojson = gj;
+          _src = src || 'unknown.geojson';
+          dispatch.call('change');
+          return this;
+      };
 
 
-      function doRotate() {
-          var fn;
-          if (context.graph() !== _prevGraph) {
-              fn = context.perform;
-          } else {
-              fn = context.replace;
-          }
+      drawGpx.url = function(url) {
+          d3_text(url, function(err, data) {
+              if (!err) {
+                  var extension = getExtension(url);
+                  parseSaveAndZoom(extension, data, url);
+              }
+          });
+          return this;
+      };
 
-          // projection changed, recalculate _pivot
-          var projection = context.projection;
-          var currTransform = projection.transform();
-          if (!_prevTransform ||
-              currTransform.k !== _prevTransform.k ||
-              currTransform.x !== _prevTransform.x ||
-              currTransform.y !== _prevTransform.y) {
 
-              var nodes = utilGetAllNodes(entityIDs, context.graph());
-              var points = nodes.map(function(n) { return projection(n.loc); });
+      drawGpx.files = function(fileList) {
+          if (!fileList.length) return this;
+          var f = fileList[0];
+          var reader = new FileReader();
 
-              if (points.length === 1) {  // degenerate case
-                  _pivot = points[0];
-              } else if (points.length === 2) {
-                  _pivot = geoVecInterp(points[0], points[1], 0.5);
-              } else {
-                  _pivot = d3_polygonCentroid(d3_polygonHull(points));
+          reader.onload = (function(file) {
+              var extension = getExtension(file.name);
+              return function (e) {
+                  parseSaveAndZoom(extension, e.target.result, file.name);
+              };
+          })(f);
+
+          reader.readAsText(f);
+          return this;
+      };
+
+
+      drawGpx.getSrc = function () {
+          return _src;
+      };
+
+
+      drawGpx.fitZoom = function() {
+          if (!this.hasGpx()) return this;
+
+          var map = context.map();
+          var viewport = map.trimmedExtent().polygon();
+          var coords = reduce(_geojson.features, function(coords, feature) {
+              var c = feature.geometry.coordinates;
+
+              /* eslint-disable no-fallthrough */
+              switch (feature.geometry.type) {
+                  case 'Point':
+                      c = [c];
+                  case 'MultiPoint':
+                  case 'LineString':
+                      break;
+
+                  case 'MultiPolygon':
+                      c = flatten(c);
+                  case 'Polygon':
+                  case 'MultiLineString':
+                      c = flatten(c);
+                      break;
               }
-              _prevAngle = undefined;
+              /* eslint-enable no-fallthrough */
+
+              return union(coords, c);
+          }, []);
+
+          if (!geoPolygonIntersectsPolygon(viewport, coords, true)) {
+              var extent = geoExtent$$1(d3_geoBounds({ type: 'LineString', coordinates: coords }));
+              map.centerZoom(extent.center(), map.trimmedExtentZoom(extent));
           }
 
+          return this;
+      };
 
-          var currMouse = context.mouse();
-          var currAngle = Math.atan2(currMouse[1] - _pivot[1], currMouse[0] - _pivot[0]);
 
-          if (typeof _prevAngle === 'undefined') _prevAngle = currAngle;
-          var delta = currAngle - _prevAngle;
+      init();
+      return drawGpx;
+  }
 
-          fn(actionRotate(entityIDs, _pivot, delta, projection), annotation);
+  var pointGeometry = Point;
 
-          _prevTransform = currTransform;
-          _prevAngle = currAngle;
-          _prevGraph = context.graph();
-      }
+  /**
+   * A standalone point geometry with useful accessor, comparison, and
+   * modification methods.
+   *
+   * @class Point
+   * @param {Number} x the x-coordinate. this could be longitude or screen
+   * pixels, or any other sort of unit.
+   * @param {Number} y the y-coordinate. this could be latitude or screen
+   * pixels, or any other sort of unit.
+   * @example
+   * var point = new Point(-77, 38);
+   */
+  function Point(x, y) {
+      this.x = x;
+      this.y = y;
+  }
 
+  Point.prototype = {
 
-      function finish() {
-          event.stopPropagation();
-          context.enter(modeSelect(context, entityIDs));
-      }
+      /**
+       * Clone this point, returning a new point that can be modified
+       * without affecting the old one.
+       * @return {Point} the clone
+       */
+      clone: function() { return new Point(this.x, this.y); },
 
+      /**
+       * Add this point's x & y coordinates to another point,
+       * yielding a new point.
+       * @param {Point} p the other point
+       * @return {Point} output point
+       */
+      add:     function(p) { return this.clone()._add(p); },
 
-      function cancel() {
-          context.pop();
-          context.enter(modeSelect(context, entityIDs));
-      }
+      /**
+       * Subtract this point's x & y coordinates to from point,
+       * yielding a new point.
+       * @param {Point} p the other point
+       * @return {Point} output point
+       */
+      sub:     function(p) { return this.clone()._sub(p); },
 
+      /**
+       * Multiply this point's x & y coordinates by point,
+       * yielding a new point.
+       * @param {Point} p the other point
+       * @return {Point} output point
+       */
+      multByPoint:    function(p) { return this.clone()._multByPoint(p); },
 
-      function undone() {
-          context.enter(modeBrowse(context));
-      }
+      /**
+       * Divide this point's x & y coordinates by point,
+       * yielding a new point.
+       * @param {Point} p the other point
+       * @return {Point} output point
+       */
+      divByPoint:     function(p) { return this.clone()._divByPoint(p); },
 
+      /**
+       * Multiply this point's x & y coordinates by a factor,
+       * yielding a new point.
+       * @param {Point} k factor
+       * @return {Point} output point
+       */
+      mult:    function(k) { return this.clone()._mult(k); },
 
-      mode.enter = function() {
-          behaviors.forEach(function(behavior) {
-              context.install(behavior);
-          });
+      /**
+       * Divide this point's x & y coordinates by a factor,
+       * yielding a new point.
+       * @param {Point} k factor
+       * @return {Point} output point
+       */
+      div:     function(k) { return this.clone()._div(k); },
 
-          context.surface()
-              .on('mousemove.rotate', doRotate)
-              .on('click.rotate', finish);
+      /**
+       * Rotate this point around the 0, 0 origin by an angle a,
+       * given in radians
+       * @param {Number} a angle to rotate around, in radians
+       * @return {Point} output point
+       */
+      rotate:  function(a) { return this.clone()._rotate(a); },
 
-          context.history()
-              .on('undone.rotate', undone);
+      /**
+       * Rotate this point around p point by an angle a,
+       * given in radians
+       * @param {Number} a angle to rotate around, in radians
+       * @param {Point} p Point to rotate around
+       * @return {Point} output point
+       */
+      rotateAround:  function(a,p) { return this.clone()._rotateAround(a,p); },
 
-          keybinding
-              .on('⎋', cancel)
-              .on('↩', finish);
+      /**
+       * Multiply this point by a 4x1 transformation matrix
+       * @param {Array<Number>} m transformation matrix
+       * @return {Point} output point
+       */
+      matMult: function(m) { return this.clone()._matMult(m); },
 
-          select(document)
-              .call(keybinding);
-      };
+      /**
+       * Calculate this point but as a unit vector from 0, 0, meaning
+       * that the distance from the resulting point to the 0, 0
+       * coordinate will be equal to 1 and the angle from the resulting
+       * point to the 0, 0 coordinate will be the same as before.
+       * @return {Point} unit vector point
+       */
+      unit:    function() { return this.clone()._unit(); },
 
+      /**
+       * Compute a perpendicular point, where the new y coordinate
+       * is the old x coordinate and the new x coordinate is the old y
+       * coordinate multiplied by -1
+       * @return {Point} perpendicular point
+       */
+      perp:    function() { return this.clone()._perp(); },
 
-      mode.exit = function() {
-          behaviors.forEach(function(behavior) {
-              context.uninstall(behavior);
-          });
+      /**
+       * Return a version of this point with the x & y coordinates
+       * rounded to integers.
+       * @return {Point} rounded point
+       */
+      round:   function() { return this.clone()._round(); },
 
-          context.surface()
-              .on('mousemove.rotate', null)
-              .on('click.rotate', null);
+      /**
+       * Return the magitude of this point: this is the Euclidean
+       * distance from the 0, 0 coordinate to this point's x and y
+       * coordinates.
+       * @return {Number} magnitude
+       */
+      mag: function() {
+          return Math.sqrt(this.x * this.x + this.y * this.y);
+      },
 
-          context.history()
-              .on('undone.rotate', null);
+      /**
+       * Judge whether this point is equal to another point, returning
+       * true or false.
+       * @param {Point} other the other point
+       * @return {boolean} whether the points are equal
+       */
+      equals: function(other) {
+          return this.x === other.x &&
+                 this.y === other.y;
+      },
 
-          keybinding.off();
-      };
+      /**
+       * Calculate the distance from this point to another point
+       * @param {Point} p the other point
+       * @return {Number} distance
+       */
+      dist: function(p) {
+          return Math.sqrt(this.distSqr(p));
+      },
 
+      /**
+       * Calculate the distance from this point to another point,
+       * without the square root step. Useful if you're comparing
+       * relative distances.
+       * @param {Point} p the other point
+       * @return {Number} distance
+       */
+      distSqr: function(p) {
+          var dx = p.x - this.x,
+              dy = p.y - this.y;
+          return dx * dx + dy * dy;
+      },
 
-      mode.selectedIDs = function() {
-          if (!arguments.length) return entityIDs;
-          // no assign
-          return mode;
-      };
+      /**
+       * Get the angle from the 0, 0 coordinate to this point, in radians
+       * coordinates.
+       * @return {Number} angle
+       */
+      angle: function() {
+          return Math.atan2(this.y, this.x);
+      },
 
+      /**
+       * Get the angle from this point to another point, in radians
+       * @param {Point} b the other point
+       * @return {Number} angle
+       */
+      angleTo: function(b) {
+          return Math.atan2(this.y - b.y, this.x - b.x);
+      },
 
-      return mode;
-  }
+      /**
+       * Get the angle between this point and another point, in radians
+       * @param {Point} b the other point
+       * @return {Number} angle
+       */
+      angleWith: function(b) {
+          return this.angleWithSep(b.x, b.y);
+      },
 
-  /**
-   * A specialized version of `_.reduce` for arrays without support for
-   * iteratee shorthands.
-   *
-   * @private
-   * @param {Array} [array] The array to iterate over.
-   * @param {Function} iteratee The function invoked per iteration.
-   * @param {*} [accumulator] The initial value.
-   * @param {boolean} [initAccum] Specify using the first element of `array` as
-   *  the initial value.
-   * @returns {*} Returns the accumulated value.
-   */
-  function arrayReduce(array, iteratee, accumulator, initAccum) {
-    var index = -1,
-        length = array == null ? 0 : array.length;
+      /*
+       * Find the angle of the two vectors, solving the formula for
+       * the cross product a x b = |a||b|sin(θ) for θ.
+       * @param {Number} x the x-coordinate
+       * @param {Number} y the y-coordinate
+       * @return {Number} the angle in radians
+       */
+      angleWithSep: function(x, y) {
+          return Math.atan2(
+              this.x * y - this.y * x,
+              this.x * x + this.y * y);
+      },
 
-    if (initAccum && length) {
-      accumulator = array[++index];
-    }
-    while (++index < length) {
-      accumulator = iteratee(accumulator, array[index], index, array);
-    }
-    return accumulator;
-  }
+      _matMult: function(m) {
+          var x = m[0] * this.x + m[1] * this.y,
+              y = m[2] * this.x + m[3] * this.y;
+          this.x = x;
+          this.y = y;
+          return this;
+      },
 
-  /**
-   * The base implementation of `_.reduce` and `_.reduceRight`, without support
-   * for iteratee shorthands, which iterates over `collection` using `eachFunc`.
-   *
-   * @private
-   * @param {Array|Object} collection The collection to iterate over.
-   * @param {Function} iteratee The function invoked per iteration.
-   * @param {*} accumulator The initial value.
-   * @param {boolean} initAccum Specify using the first or last element of
-   *  `collection` as the initial value.
-   * @param {Function} eachFunc The function to iterate over `collection`.
-   * @returns {*} Returns the accumulated value.
-   */
-  function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) {
-    eachFunc(collection, function(value, index, collection) {
-      accumulator = initAccum
-        ? (initAccum = false, value)
-        : iteratee(accumulator, value, index, collection);
-    });
-    return accumulator;
-  }
+      _add: function(p) {
+          this.x += p.x;
+          this.y += p.y;
+          return this;
+      },
 
-  /**
-   * Reduces `collection` to a value which is the accumulated result of running
-   * each element in `collection` thru `iteratee`, where each successive
-   * invocation is supplied the return value of the previous. If `accumulator`
-   * is not given, the first element of `collection` is used as the initial
-   * value. The iteratee is invoked with four arguments:
-   * (accumulator, value, index|key, collection).
-   *
-   * Many lodash methods are guarded to work as iteratees for methods like
-   * `_.reduce`, `_.reduceRight`, and `_.transform`.
-   *
-   * The guarded methods are:
-   * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`,
-   * and `sortBy`
-   *
-   * @static
-   * @memberOf _
-   * @since 0.1.0
-   * @category Collection
-   * @param {Array|Object} collection The collection to iterate over.
-   * @param {Function} [iteratee=_.identity] The function invoked per iteration.
-   * @param {*} [accumulator] The initial value.
-   * @returns {*} Returns the accumulated value.
-   * @see _.reduceRight
-   * @example
-   *
-   * _.reduce([1, 2], function(sum, n) {
-   *   return sum + n;
-   * }, 0);
-   * // => 3
-   *
-   * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {
-   *   (result[value] || (result[value] = [])).push(key);
-   *   return result;
-   * }, {});
-   * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)
-   */
-  function reduce(collection, iteratee, accumulator) {
-    var func = isArray(collection) ? arrayReduce : baseReduce,
-        initAccum = arguments.length < 3;
+      _sub: function(p) {
+          this.x -= p.x;
+          this.y -= p.y;
+          return this;
+      },
 
-    return func(collection, baseIteratee(iteratee, 4), accumulator, initAccum, baseEach);
-  }
+      _mult: function(k) {
+          this.x *= k;
+          this.y *= k;
+          return this;
+      },
 
-  function d3geoTile() {
-      var _size = [960, 500];
-      var _scale = 256;
-      var _scaleExtent = [0, 20];
-      var _translate = [_size[0] / 2, _size[1] / 2];
-      var _zoomDelta = 0;
-      var _margin = 0;
+      _div: function(k) {
+          this.x /= k;
+          this.y /= k;
+          return this;
+      },
 
-      function bound(val) {
-          return Math.min(_scaleExtent[1], Math.max(_scaleExtent[0], val));
-      }
+      _multByPoint: function(p) {
+          this.x *= p.x;
+          this.y *= p.y;
+          return this;
+      },
 
-      function tile() {
-          var z = Math.max(Math.log(_scale) / Math.LN2 - 8, 0);
-          var z0 = bound(Math.round(z + _zoomDelta));
-          var k = Math.pow(2, z - z0 + 8);
-          var origin = [
-              (_translate[0] - _scale / 2) / k,
-              (_translate[1] - _scale / 2) / k
-          ];
+      _divByPoint: function(p) {
+          this.x /= p.x;
+          this.y /= p.y;
+          return this;
+      },
 
-          var cols = range(
-              Math.max(0, Math.floor(-origin[0]) - _margin),
-              Math.max(0, Math.ceil(_size[0] / k - origin[0]) + _margin)
-          );
-          var rows = range(
-              Math.max(0, Math.floor(-origin[1]) - _margin),
-              Math.max(0, Math.ceil(_size[1] / k - origin[1]) + _margin)
-          );
+      _unit: function() {
+          this._div(this.mag());
+          return this;
+      },
 
-          var tiles = [];
-          for (var i = 0; i < rows.length; i++) {
-              var y = rows[i];
-              for (var j = 0; j < cols.length; j++) {
-                  var x = cols[j];
+      _perp: function() {
+          var y = this.y;
+          this.y = this.x;
+          this.x = -y;
+          return this;
+      },
 
-                  if (i >= _margin && i <= rows.length - _margin &&
-                      j >= _margin && j <= cols.length - _margin) {
-                      tiles.unshift([x, y, z0]);  // tiles in view at beginning
-                  } else {
-                      tiles.push([x, y, z0]);     // tiles in margin at the end
-                  }
-              }
-          }
+      _rotate: function(angle) {
+          var cos = Math.cos(angle),
+              sin = Math.sin(angle),
+              x = cos * this.x - sin * this.y,
+              y = sin * this.x + cos * this.y;
+          this.x = x;
+          this.y = y;
+          return this;
+      },
 
-          tiles.translate = origin;
-          tiles.scale = k;
+      _rotateAround: function(angle, p) {
+          var cos = Math.cos(angle),
+              sin = Math.sin(angle),
+              x = p.x + cos * (this.x - p.x) - sin * (this.y - p.y),
+              y = p.y + sin * (this.x - p.x) + cos * (this.y - p.y);
+          this.x = x;
+          this.y = y;
+          return this;
+      },
 
-          return tiles;
+      _round: function() {
+          this.x = Math.round(this.x);
+          this.y = Math.round(this.y);
+          return this;
       }
+  };
 
-      tile.scaleExtent = function(val) {
-          if (!arguments.length) return _scaleExtent;
-          _scaleExtent = val;
-          return tile;
-      };
+  /**
+   * Construct a point from an array if necessary, otherwise if the input
+   * is already a Point, or an unknown type, return it unchanged
+   * @param {Array<Number>|Point|*} a any kind of input value
+   * @return {Point} constructed point, or passed-through value.
+   * @example
+   * // this
+   * var point = Point.convert([0, 1]);
+   * // is equivalent to
+   * var point = new Point(0, 1);
+   */
+  Point.convert = function (a) {
+      if (a instanceof Point) {
+          return a;
+      }
+      if (Array.isArray(a)) {
+          return new Point(a[0], a[1]);
+      }
+      return a;
+  };
 
-      tile.size = function(val) {
-          if (!arguments.length) return _size;
-          _size = val;
-          return tile;
-      };
+  var pointGeometry$1 = /*#__PURE__*/Object.freeze({
+    default: pointGeometry,
+    __moduleExports: pointGeometry
+  });
 
-      tile.scale = function(val) {
-          if (!arguments.length) return _scale;
-          _scale = val;
-          return tile;
-      };
+  var Point$1 = ( pointGeometry$1 && pointGeometry ) || pointGeometry$1;
 
-      tile.translate = function(val) {
-          if (!arguments.length) return _translate;
-          _translate = val;
-          return tile;
-      };
+  var vectortilefeature = VectorTileFeature;
 
-      tile.zoomDelta = function(val) {
-          if (!arguments.length) return _zoomDelta;
-          _zoomDelta = +val;
-          return tile;
-      };
+  function VectorTileFeature(pbf, end, extent, keys, values) {
+      // Public
+      this.properties = {};
+      this.extent = extent;
+      this.type = 0;
 
-      // number to extend the rows/columns beyond those covering the viewport
-      tile.margin = function(val) {
-          if (!arguments.length) return _margin;
-          _margin = +val;
-          return tile;
-      };
+      // Private
+      this._pbf = pbf;
+      this._geometry = -1;
+      this._keys = keys;
+      this._values = values;
 
-      return tile;
+      pbf.readFields(readFeature, this, end);
   }
 
-  function svgAreas$$1(projection, context) {
-      // Patterns only work in Firefox when set directly on element.
-      // (This is not a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=750632)
-      var patterns = {
-          beach: 'beach',
-          cemetery: 'cemetery',
-          construction: 'construction',
-          farm: 'farmland',
-          farmland: 'farmland',
-          grave_yard: 'cemetery',
-          meadow: 'meadow',
-          military: 'construction',
-          orchard: 'orchard',
-          sand: 'beach',
-          scrub: 'scrub',
-          wetland: 'wetland',
-      };
+  function readFeature(tag, feature, pbf) {
+      if (tag == 1) feature.id = pbf.readVarint();
+      else if (tag == 2) readTag(pbf, feature);
+      else if (tag == 3) feature.type = pbf.readVarint();
+      else if (tag == 4) feature._geometry = pbf.pos;
+  }
 
-      var patternKeys = ['landuse', 'natural', 'amenity'];
+  function readTag(pbf, feature) {
+      var end = pbf.readVarint() + pbf.pos;
+
+      while (pbf.pos < end) {
+          var key = feature._keys[pbf.readVarint()],
+              value = feature._values[pbf.readVarint()];
+          feature.properties[key] = value;
+      }
+  }
 
+  VectorTileFeature.types = ['Unknown', 'Point', 'LineString', 'Polygon'];
 
-      function setPattern(d) {
-          for (var i = 0; i < patternKeys.length; i++) {
-              if (d.tags.building && d.tags.building !== 'no') continue;
+  VectorTileFeature.prototype.loadGeometry = function() {
+      var pbf = this._pbf;
+      pbf.pos = this._geometry;
 
-              if (patterns.hasOwnProperty(d.tags[patternKeys[i]])) {
-                  this.style.fill = this.style.stroke = 'url("#pattern-' + patterns[d.tags[patternKeys[i]]] + '")';
-                  return;
-              }
+      var end = pbf.readVarint() + pbf.pos,
+          cmd = 1,
+          length = 0,
+          x = 0,
+          y = 0,
+          lines = [],
+          line;
+
+      while (pbf.pos < end) {
+          if (length <= 0) {
+              var cmdLen = pbf.readVarint();
+              cmd = cmdLen & 0x7;
+              length = cmdLen >> 3;
           }
-          this.style.fill = this.style.stroke = '';
-      }
 
+          length--;
 
-      function drawTargets(selection, graph, entities, filter) {
-          var targetClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
-          var nopeClass = context.getDebug('target') ? 'red ' : 'nocolor ';
-          var getPath = svgPath(projection).geojson;
-          var activeID = context.activeID();
+          if (cmd === 1 || cmd === 2) {
+              x += pbf.readSVarint();
+              y += pbf.readSVarint();
 
-          // The targets and nopes will be MultiLineString sub-segments of the ways
-          var data = { targets: [], nopes: [] };
+              if (cmd === 1) { // moveTo
+                  if (line) lines.push(line);
+                  line = [];
+              }
 
-          entities.forEach(function(way) {
-              var features = svgSegmentWay(way, graph, activeID);
-              data.targets.push.apply(data.targets, features.passive);
-              data.nopes.push.apply(data.nopes, features.active);
-          });
+              line.push(new Point$1(x, y));
 
+          } else if (cmd === 7) {
 
-          // Targets allow hover and vertex snapping
-          var targetData = data.targets.filter(getPath);
-          var targets = selection.selectAll('.area.target-allowed')
-              .filter(function(d) { return filter(d.properties.entity); })
-              .data(targetData, function key(d) { return d.id; });
+              // Workaround for https://github.com/mapbox/mapnik-vector-tile/issues/90
+              if (line) {
+                  line.push(line[0].clone()); // closePolygon
+              }
 
-          // exit
-          targets.exit()
-              .remove();
+          } else {
+              throw new Error('unknown command ' + cmd);
+          }
+      }
 
-          // enter/update
-          targets.enter()
-              .append('path')
-              .merge(targets)
-              .attr('d', getPath)
-              .attr('class', function(d) { return 'way area target target-allowed ' + targetClass + d.id; });
+      if (line) lines.push(line);
 
+      return lines;
+  };
 
-          // NOPE
-          var nopeData = data.nopes.filter(getPath);
-          var nopes = selection.selectAll('.area.target-nope')
-              .filter(function(d) { return filter(d.properties.entity); })
-              .data(nopeData, function key(d) { return d.id; });
+  VectorTileFeature.prototype.bbox = function() {
+      var pbf = this._pbf;
+      pbf.pos = this._geometry;
 
-          // exit
-          nopes.exit()
-              .remove();
+      var end = pbf.readVarint() + pbf.pos,
+          cmd = 1,
+          length = 0,
+          x = 0,
+          y = 0,
+          x1 = Infinity,
+          x2 = -Infinity,
+          y1 = Infinity,
+          y2 = -Infinity;
 
-          // enter/update
-          nopes.enter()
-              .append('path')
-              .merge(nopes)
-              .attr('d', getPath)
-              .attr('class', function(d) { return 'way area target target-nope ' + nopeClass + d.id; });
+      while (pbf.pos < end) {
+          if (length <= 0) {
+              var cmdLen = pbf.readVarint();
+              cmd = cmdLen & 0x7;
+              length = cmdLen >> 3;
+          }
+
+          length--;
+
+          if (cmd === 1 || cmd === 2) {
+              x += pbf.readSVarint();
+              y += pbf.readSVarint();
+              if (x < x1) x1 = x;
+              if (x > x2) x2 = x;
+              if (y < y1) y1 = y;
+              if (y > y2) y2 = y;
+
+          } else if (cmd !== 7) {
+              throw new Error('unknown command ' + cmd);
+          }
       }
 
+      return [x1, y1, x2, y2];
+  };
 
-      function drawAreas(selection, graph, entities, filter) {
-          var path = svgPath(projection, graph, true),
-              areas = {},
-              multipolygon;
+  VectorTileFeature.prototype.toGeoJSON = function(x, y, z) {
+      var size = this.extent * Math.pow(2, z),
+          x0 = this.extent * x,
+          y0 = this.extent * y,
+          coords = this.loadGeometry(),
+          type = VectorTileFeature.types[this.type],
+          i, j;
+
+      function project(line) {
+          for (var j = 0; j < line.length; j++) {
+              var p = line[j], y2 = 180 - (p.y + y0) * 360 / size;
+              line[j] = [
+                  (p.x + x0) * 360 / size - 180,
+                  360 / Math.PI * Math.atan(Math.exp(y2 * Math.PI / 180)) - 90
+              ];
+          }
+      }
 
-          for (var i = 0; i < entities.length; i++) {
-              var entity = entities[i];
-              if (entity.geometry(graph) !== 'area') continue;
+      switch (this.type) {
+      case 1:
+          var points = [];
+          for (i = 0; i < coords.length; i++) {
+              points[i] = coords[i][0];
+          }
+          coords = points;
+          project(coords);
+          break;
 
-              multipolygon = osmIsSimpleMultipolygonOuterMember(entity, graph);
-              if (multipolygon) {
-                  areas[multipolygon.id] = {
-                      entity: multipolygon.mergeTags(entity.tags),
-                      area: Math.abs(entity.area(graph))
-                  };
-              } else if (!areas[entity.id]) {
-                  areas[entity.id] = {
-                      entity: entity,
-                      area: Math.abs(entity.area(graph))
-                  };
+      case 2:
+          for (i = 0; i < coords.length; i++) {
+              project(coords[i]);
+          }
+          break;
+
+      case 3:
+          coords = classifyRings(coords);
+          for (i = 0; i < coords.length; i++) {
+              for (j = 0; j < coords[i].length; j++) {
+                  project(coords[i][j]);
               }
           }
+          break;
+      }
 
-          areas = values$1(areas).filter(function hasPath(a) { return path(a.entity); });
-          areas.sort(function areaSort(a, b) { return b.area - a.area; });
-          areas = map$3(areas, 'entity');
+      if (coords.length === 1) {
+          coords = coords[0];
+      } else {
+          type = 'Multi' + type;
+      }
 
-          var strokes = areas.filter(function(area) {
-              return area.type === 'way';
-          });
+      var result = {
+          type: "Feature",
+          geometry: {
+              type: type,
+              coordinates: coords
+          },
+          properties: this.properties
+      };
 
-          var data = {
-              clip: areas,
-              shadow: strokes,
-              stroke: strokes,
-              fill: areas
-          };
+      if ('id' in this) {
+          result.id = this.id;
+      }
 
-          var clipPaths = context.surface().selectAll('defs').selectAll('.clipPath')
-             .filter(filter)
-             .data(data.clip, osmEntity$$1.key);
+      return result;
+  };
 
-          clipPaths.exit()
-             .remove();
+  // classifies an array of rings into polygons with outer rings and holes
 
-          var clipPathsEnter = clipPaths.enter()
-             .append('clipPath')
-             .attr('class', 'clipPath')
-             .attr('id', function(entity) { return entity.id + '-clippath'; });
+  function classifyRings(rings) {
+      var len = rings.length;
 
-          clipPathsEnter
-             .append('path');
+      if (len <= 1) return [rings];
 
-          clipPaths.merge(clipPathsEnter)
-             .selectAll('path')
-             .attr('d', path);
+      var polygons = [],
+          polygon,
+          ccw;
 
+      for (var i = 0; i < len; i++) {
+          var area = signedArea(rings[i]);
+          if (area === 0) continue;
 
-          var layer = selection.selectAll('.layer-areas .layer-areas-areas');
+          if (ccw === undefined) ccw = area < 0;
 
-          var areagroup = layer
-              .selectAll('g.areagroup')
-              .data(['fill', 'shadow', 'stroke']);
+          if (ccw === area < 0) {
+              if (polygon) polygons.push(polygon);
+              polygon = [rings[i]];
 
-          areagroup = areagroup.enter()
-              .append('g')
-              .attr('class', function(d) { return 'areagroup area-' + d; })
-              .merge(areagroup);
+          } else {
+              polygon.push(rings[i]);
+          }
+      }
+      if (polygon) polygons.push(polygon);
 
-          var paths = areagroup
-              .selectAll('path')
-              .filter(filter)
-              .data(function(layer) { return data[layer]; }, osmEntity$$1.key);
+      return polygons;
+  }
 
-          paths.exit()
-              .remove();
+  function signedArea(ring) {
+      var sum = 0;
+      for (var i = 0, len = ring.length, j = len - 1, p1, p2; i < len; j = i++) {
+          p1 = ring[i];
+          p2 = ring[j];
+          sum += (p2.x - p1.x) * (p1.y + p2.y);
+      }
+      return sum;
+  }
 
-          var fills = selection.selectAll('.area-fill path.area').nodes();
+  var vectortilelayer = VectorTileLayer;
 
-          var bisect = bisector(function(node) {
-              return -node.__data__.area(graph);
-          }).left;
+  function VectorTileLayer(pbf, end) {
+      // Public
+      this.version = 1;
+      this.name = null;
+      this.extent = 4096;
+      this.length = 0;
 
-          function sortedByArea(entity) {
-              if (this._parent.__data__ === 'fill') {
-                  return fills[bisect(fills, -entity.area(graph))];
-              }
-          }
+      // Private
+      this._pbf = pbf;
+      this._keys = [];
+      this._values = [];
+      this._features = [];
 
-          paths = paths.enter()
-              .insert('path', sortedByArea)
-              .merge(paths)
-              .each(function(entity) {
-                  var layer = this.parentNode.__data__;
+      pbf.readFields(readLayer, this, end);
 
-                  this.setAttribute('class', entity.type + ' area ' + layer + ' ' + entity.id);
+      this.length = this._features.length;
+  }
 
-                  if (layer === 'fill') {
-                      this.setAttribute('clip-path', 'url(#' + entity.id + '-clippath)');
-                      setPattern.apply(this, arguments);
-                  }
-              })
-              .call(svgTagClasses())
-              .attr('d', path);
+  function readLayer(tag, layer, pbf) {
+      if (tag === 15) layer.version = pbf.readVarint();
+      else if (tag === 1) layer.name = pbf.readString();
+      else if (tag === 5) layer.extent = pbf.readVarint();
+      else if (tag === 2) layer._features.push(pbf.pos);
+      else if (tag === 3) layer._keys.push(pbf.readString());
+      else if (tag === 4) layer._values.push(readValueMessage(pbf));
+  }
 
+  function readValueMessage(pbf) {
+      var value = null,
+          end = pbf.readVarint() + pbf.pos;
 
-          // touch targets
-          selection.selectAll('.layer-areas .layer-areas-targets')
-              .call(drawTargets, graph, data.stroke, filter);
+      while (pbf.pos < end) {
+          var tag = pbf.readVarint() >> 3;
+
+          value = tag === 1 ? pbf.readString() :
+              tag === 2 ? pbf.readFloat() :
+              tag === 3 ? pbf.readDouble() :
+              tag === 4 ? pbf.readVarint64() :
+              tag === 5 ? pbf.readVarint() :
+              tag === 6 ? pbf.readSVarint() :
+              tag === 7 ? pbf.readBoolean() : null;
       }
 
-      return drawAreas;
+      return value;
   }
 
-  function svgDebug$$1(projection, context) {
+  // return feature `i` from this layer as a `VectorTileFeature`
+  VectorTileLayer.prototype.feature = function(i) {
+      if (i < 0 || i >= this._features.length) throw new Error('feature index out of bounds');
 
-      function multipolygons(imagery) {
-          return imagery.map(function(data$$1) {
-              return {
-                  type: 'MultiPolygon',
-                  coordinates: [ data$$1.polygon ]
-              };
-          });
+      this._pbf.pos = this._features[i];
+
+      var end = this._pbf.readVarint() + this._pbf.pos;
+      return new vectortilefeature(this._pbf, end, this.extent, this._keys, this._values);
+  };
+
+  var vectortile = VectorTile;
+
+  function VectorTile(pbf, end) {
+      this.layers = pbf.readFields(readTile, {}, end);
+  }
+
+  function readTile(tag, layers, pbf) {
+      if (tag === 3) {
+          var layer = new vectortilelayer(pbf, pbf.readVarint() + pbf.pos);
+          if (layer.length) layers[layer.name] = layer;
       }
+  }
 
-      function drawDebug(selection$$1) {
-          var showsTile = context.getDebug('tile');
-          var showsCollision = context.getDebug('collision');
-          var showsImagery = context.getDebug('imagery');
-          var showsCommunity = context.getDebug('community');
-          var showsImperial = context.getDebug('imperial');
-          var showsDriveLeft = context.getDebug('driveLeft');
-          var showsTouchTargets = context.getDebug('target');
+  var VectorTile$1 = vectortile;
+  var VectorTileFeature$1 = vectortilefeature;
+  var VectorTileLayer$1 = vectortilelayer;
 
-          var debugData = [];
-          if (showsTile) {
-              debugData.push({ class: 'red', label: 'tile' });
-          }
-          if (showsCollision) {
-              debugData.push({ class: 'yellow', label: 'collision' });
-          }
-          if (showsImagery) {
-              debugData.push({ class: 'orange', label: 'imagery' });
-          }
-          if (showsCommunity) {
-              debugData.push({ class: 'blue', label: 'community' });
-          }
-          if (showsImperial) {
-              debugData.push({ class: 'cyan', label: 'imperial' });
-          }
-          if (showsDriveLeft) {
-              debugData.push({ class: 'green', label: 'driveLeft' });
-          }
-          if (showsTouchTargets) {
-              debugData.push({ class: 'pink', label: 'touchTargets' });
-          }
+  var vectorTile = {
+       VectorTile: VectorTile$1,
+       VectorTileFeature: VectorTileFeature$1,
+       VectorTileLayer: VectorTileLayer$1
+  };
 
+  var read = function (buffer, offset, isLE, mLen, nBytes) {
+    var e, m;
+    var eLen = (nBytes * 8) - mLen - 1;
+    var eMax = (1 << eLen) - 1;
+    var eBias = eMax >> 1;
+    var nBits = -7;
+    var i = isLE ? (nBytes - 1) : 0;
+    var d = isLE ? -1 : 1;
+    var s = buffer[offset + i];
+
+    i += d;
+
+    e = s & ((1 << (-nBits)) - 1);
+    s >>= (-nBits);
+    nBits += eLen;
+    for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}
+
+    m = e & ((1 << (-nBits)) - 1);
+    e >>= (-nBits);
+    nBits += mLen;
+    for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}
+
+    if (e === 0) {
+      e = 1 - eBias;
+    } else if (e === eMax) {
+      return m ? NaN : ((s ? -1 : 1) * Infinity)
+    } else {
+      m = m + Math.pow(2, mLen);
+      e = e - eBias;
+    }
+    return (s ? -1 : 1) * m * Math.pow(2, e - mLen)
+  };
 
-          var legend = select('#content')
-              .selectAll('.debug-legend')
-              .data(debugData.length ? [0] : []);
+  var write = function (buffer, value, offset, isLE, mLen, nBytes) {
+    var e, m, c;
+    var eLen = (nBytes * 8) - mLen - 1;
+    var eMax = (1 << eLen) - 1;
+    var eBias = eMax >> 1;
+    var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0);
+    var i = isLE ? 0 : (nBytes - 1);
+    var d = isLE ? 1 : -1;
+    var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0;
+
+    value = Math.abs(value);
+
+    if (isNaN(value) || value === Infinity) {
+      m = isNaN(value) ? 1 : 0;
+      e = eMax;
+    } else {
+      e = Math.floor(Math.log(value) / Math.LN2);
+      if (value * (c = Math.pow(2, -e)) < 1) {
+        e--;
+        c *= 2;
+      }
+      if (e + eBias >= 1) {
+        value += rt / c;
+      } else {
+        value += rt * Math.pow(2, 1 - eBias);
+      }
+      if (value * c >= 2) {
+        e++;
+        c /= 2;
+      }
 
-          legend.exit()
-              .remove();
+      if (e + eBias >= eMax) {
+        m = 0;
+        e = eMax;
+      } else if (e + eBias >= 1) {
+        m = ((value * c) - 1) * Math.pow(2, mLen);
+        e = e + eBias;
+      } else {
+        m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen);
+        e = 0;
+      }
+    }
 
-          legend = legend.enter()
-              .append('div')
-              .attr('class', 'fillD debug-legend')
-              .merge(legend);
+    for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}
 
+    e = (e << mLen) | m;
+    eLen += mLen;
+    for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}
 
-          var legendItems = legend.selectAll('.debug-legend-item')
-              .data(debugData, function(d) { return d.label; });
+    buffer[offset + i - d] |= s * 128;
+  };
 
-          legendItems.exit()
-              .remove();
+  var ieee754 = {
+       read: read,
+       write: write
+  };
 
-          legendItems.enter()
-              .append('span')
-              .attr('class', function(d) { return 'debug-legend-item ' + d.class; })
-              .text(function(d) { return d.label; });
+  var ieee754$1 = /*#__PURE__*/Object.freeze({
+    default: ieee754,
+    __moduleExports: ieee754,
+    read: read,
+    write: write
+  });
 
+  var ieee754$2 = ( ieee754$1 && ieee754 ) || ieee754$1;
 
-          var layer = selection$$1.selectAll('.layer-debug')
-              .data(showsImagery || showsCommunity || showsImperial || showsDriveLeft ? [0] : []);
+  var pbf = Pbf;
 
-          layer.exit()
-              .remove();
 
-          layer = layer.enter()
-              .append('g')
-              .attr('class', 'layer-debug')
-              .merge(layer);
 
+  function Pbf(buf) {
+      this.buf = ArrayBuffer.isView && ArrayBuffer.isView(buf) ? buf : new Uint8Array(buf || 0);
+      this.pos = 0;
+      this.type = 0;
+      this.length = this.buf.length;
+  }
 
-          var extent = context.map().extent();
-          var dataImagery = data.imagery || [];
-          var availableImagery = showsImagery && multipolygons(dataImagery.filter(function(source) {
-              if (!source.polygon) return false;
-              return source.polygon.some(function(polygon) {
-                  return geoPolygonIntersectsPolygon(polygon, extent, true);
-              });
-          }));
+  Pbf.Varint  = 0; // varint: int32, int64, uint32, uint64, sint32, sint64, bool, enum
+  Pbf.Fixed64 = 1; // 64-bit: double, fixed64, sfixed64
+  Pbf.Bytes   = 2; // length-delimited: string, bytes, embedded messages, packed repeated fields
+  Pbf.Fixed32 = 5; // 32-bit: float, fixed32, sfixed32
 
-          var imagery = layer.selectAll('path.debug-imagery')
-              .data(showsImagery ? availableImagery : []);
+  var SHIFT_LEFT_32 = (1 << 16) * (1 << 16),
+      SHIFT_RIGHT_32 = 1 / SHIFT_LEFT_32;
 
-          imagery.exit()
-              .remove();
+  Pbf.prototype = {
 
-          imagery.enter()
-              .append('path')
-              .attr('class', 'debug-imagery debug orange');
+      destroy: function() {
+          this.buf = null;
+      },
 
+      // === READING =================================================================
 
-          var community = layer.selectAll('path.debug-community')
-              .data(showsCommunity ? values$1(data.community.features) : []);
+      readFields: function(readField, result, end) {
+          end = end || this.length;
 
-          community.exit()
-              .remove();
+          while (this.pos < end) {
+              var val = this.readVarint(),
+                  tag = val >> 3,
+                  startPos = this.pos;
 
-          community.enter()
-              .append('path')
-              .attr('class', 'debug-community debug blue');
+              this.type = val & 0x7;
+              readField(tag, result, this);
 
+              if (this.pos === startPos) this.skip(val);
+          }
+          return result;
+      },
 
-          var imperial = layer
-              .selectAll('path.debug-imperial')
-              .data(showsImperial ? [dataImperial] : []);
+      readMessage: function(readField, result) {
+          return this.readFields(readField, result, this.readVarint() + this.pos);
+      },
 
-          imperial.exit()
-              .remove();
+      readFixed32: function() {
+          var val = readUInt32(this.buf, this.pos);
+          this.pos += 4;
+          return val;
+      },
 
-          imperial.enter()
-              .append('path')
-              .attr('class', 'debug-imperial debug cyan');
+      readSFixed32: function() {
+          var val = readInt32(this.buf, this.pos);
+          this.pos += 4;
+          return val;
+      },
 
+      // 64-bit int handling is based on github.com/dpw/node-buffer-more-ints (MIT-licensed)
 
-          var driveLeft = layer
-              .selectAll('path.debug-drive-left')
-              .data(showsDriveLeft ? [dataDriveLeft] : []);
+      readFixed64: function() {
+          var val = readUInt32(this.buf, this.pos) + readUInt32(this.buf, this.pos + 4) * SHIFT_LEFT_32;
+          this.pos += 8;
+          return val;
+      },
 
-          driveLeft.exit()
-              .remove();
+      readSFixed64: function() {
+          var val = readUInt32(this.buf, this.pos) + readInt32(this.buf, this.pos + 4) * SHIFT_LEFT_32;
+          this.pos += 8;
+          return val;
+      },
 
-          driveLeft.enter()
-              .append('path')
-              .attr('class', 'debug-drive-left debug green');
+      readFloat: function() {
+          var val = ieee754$2.read(this.buf, this.pos, true, 23, 4);
+          this.pos += 4;
+          return val;
+      },
 
+      readDouble: function() {
+          var val = ieee754$2.read(this.buf, this.pos, true, 52, 8);
+          this.pos += 8;
+          return val;
+      },
 
-          // update
-          layer.selectAll('path')
-              .attr('d', svgPath(projection).geojson);
-      }
+      readVarint: function(isSigned) {
+          var buf = this.buf,
+              val, b;
 
+          b = buf[this.pos++]; val  =  b & 0x7f;        if (b < 0x80) return val;
+          b = buf[this.pos++]; val |= (b & 0x7f) << 7;  if (b < 0x80) return val;
+          b = buf[this.pos++]; val |= (b & 0x7f) << 14; if (b < 0x80) return val;
+          b = buf[this.pos++]; val |= (b & 0x7f) << 21; if (b < 0x80) return val;
+          b = buf[this.pos];   val |= (b & 0x0f) << 28;
 
-      // This looks strange because `enabled` methods on other layers are
-      // chainable getter/setters, and this one is just a getter.
-      drawDebug.enabled = function() {
-          if (!arguments.length) {
-              return context.getDebug('tile') ||
-                  context.getDebug('collision') ||
-                  context.getDebug('imagery') ||
-                  context.getDebug('imperial') ||
-                  context.getDebug('driveLeft') ||
-                  context.getDebug('target');
-          } else {
-              return this;
+          return readVarintRemainder(val, isSigned, this);
+      },
+
+      readVarint64: function() { // for compatibility with v2.0.1
+          return this.readVarint(true);
+      },
+
+      readSVarint: function() {
+          var num = this.readVarint();
+          return num % 2 === 1 ? (num + 1) / -2 : num / 2; // zigzag encoding
+      },
+
+      readBoolean: function() {
+          return Boolean(this.readVarint());
+      },
+
+      readString: function() {
+          var end = this.readVarint() + this.pos,
+              str = readUtf8(this.buf, this.pos, end);
+          this.pos = end;
+          return str;
+      },
+
+      readBytes: function() {
+          var end = this.readVarint() + this.pos,
+              buffer = this.buf.subarray(this.pos, end);
+          this.pos = end;
+          return buffer;
+      },
+
+      // verbose for performance reasons; doesn't affect gzipped size
+
+      readPackedVarint: function(arr, isSigned) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readVarint(isSigned));
+          return arr;
+      },
+      readPackedSVarint: function(arr) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readSVarint());
+          return arr;
+      },
+      readPackedBoolean: function(arr) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readBoolean());
+          return arr;
+      },
+      readPackedFloat: function(arr) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readFloat());
+          return arr;
+      },
+      readPackedDouble: function(arr) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readDouble());
+          return arr;
+      },
+      readPackedFixed32: function(arr) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readFixed32());
+          return arr;
+      },
+      readPackedSFixed32: function(arr) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readSFixed32());
+          return arr;
+      },
+      readPackedFixed64: function(arr) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readFixed64());
+          return arr;
+      },
+      readPackedSFixed64: function(arr) {
+          var end = readPackedEnd(this);
+          arr = arr || [];
+          while (this.pos < end) arr.push(this.readSFixed64());
+          return arr;
+      },
+
+      skip: function(val) {
+          var type = val & 0x7;
+          if (type === Pbf.Varint) while (this.buf[this.pos++] > 0x7f) {}
+          else if (type === Pbf.Bytes) this.pos = this.readVarint() + this.pos;
+          else if (type === Pbf.Fixed32) this.pos += 4;
+          else if (type === Pbf.Fixed64) this.pos += 8;
+          else throw new Error('Unimplemented type: ' + type);
+      },
+
+      // === WRITING =================================================================
+
+      writeTag: function(tag, type) {
+          this.writeVarint((tag << 3) | type);
+      },
+
+      realloc: function(min) {
+          var length = this.length || 16;
+
+          while (length < this.pos + min) length *= 2;
+
+          if (length !== this.length) {
+              var buf = new Uint8Array(length);
+              buf.set(this.buf);
+              this.buf = buf;
+              this.length = length;
           }
-      };
+      },
 
+      finish: function() {
+          this.length = this.pos;
+          this.pos = 0;
+          return this.buf.subarray(0, this.length);
+      },
 
-      return drawDebug;
-  }
+      writeFixed32: function(val) {
+          this.realloc(4);
+          writeInt32(this.buf, val, this.pos);
+          this.pos += 4;
+      },
 
-  /*
-      A standalone SVG element that contains only a `defs` sub-element. To be
-      used once globally, since defs IDs must be unique within a document.
-  */
-  function svgDefs(context) {
+      writeSFixed32: function(val) {
+          this.realloc(4);
+          writeInt32(this.buf, val, this.pos);
+          this.pos += 4;
+      },
 
-      function drawDefs(selection$$1) {
-          var defs = selection$$1.append('defs');
+      writeFixed64: function(val) {
+          this.realloc(8);
+          writeInt32(this.buf, val & -1, this.pos);
+          writeInt32(this.buf, Math.floor(val * SHIFT_RIGHT_32), this.pos + 4);
+          this.pos += 8;
+      },
 
-          // add markers
-          defs
-              .append('marker')
-              .attr('id', 'oneway-marker')
-              .attr('viewBox', '0 0 10 5')
-              .attr('refX', 2.5)
-              .attr('refY', 2.5)
-              .attr('markerWidth', 2)
-              .attr('markerHeight', 2)
-              .attr('markerUnits', 'strokeWidth')
-              .attr('orient', 'auto')
-              .append('path')
-              .attr('class', 'oneway-marker-path')
-              .attr('d', 'M 5,3 L 0,3 L 0,2 L 5,2 L 5,0 L 10,2.5 L 5,5 z')
-              .attr('stroke', 'none')
-              .attr('fill', '#000')
-              .attr('opacity', '0.75');
+      writeSFixed64: function(val) {
+          this.realloc(8);
+          writeInt32(this.buf, val & -1, this.pos);
+          writeInt32(this.buf, Math.floor(val * SHIFT_RIGHT_32), this.pos + 4);
+          this.pos += 8;
+      },
 
-          defs
-              .append('marker')
-              .attr('id', 'viewfield-marker')
-              .attr('viewBox', '0 0 16 16')
-              .attr('refX', 8)
-              .attr('refY', 16)
-              .attr('markerWidth', 4)
-              .attr('markerHeight', 4)
-              .attr('markerUnits', 'strokeWidth')
-              .attr('orient', 'auto')
-              .append('path')
-              .attr('class', 'viewfield-marker-path')
-              .attr('d', 'M 6,14 C 8,13.4 8,13.4 10,14 L 16,3 C 12,0 4,0 0,3 z')
-              .attr('fill', '#333')
-              .attr('fill-opacity', '0.75')
-              .attr('stroke', '#fff')
-              .attr('stroke-width', '0.5px')
-              .attr('stroke-opacity', '0.75');
+      writeVarint: function(val) {
+          val = +val || 0;
 
-          defs
-              .append('marker')
-              .attr('id', 'viewfield-marker-wireframe')
-              .attr('viewBox', '0 0 16 16')
-              .attr('refX', 8)
-              .attr('refY', 16)
-              .attr('markerWidth', 4)
-              .attr('markerHeight', 4)
-              .attr('markerUnits', 'strokeWidth')
-              .attr('orient', 'auto')
-              .append('path')
-              .attr('class', 'viewfield-marker-path')
-              .attr('d', 'M 6,14 C 8,13.4 8,13.4 10,14 L 16,3 C 12,0 4,0 0,3 z')
-              .attr('fill', 'none')
-              .attr('stroke', '#fff')
-              .attr('stroke-width', '0.5px')
-              .attr('stroke-opacity', '0.75');
+          if (val > 0xfffffff || val < 0) {
+              writeBigVarint(val, this);
+              return;
+          }
 
-          // add patterns
-          var patterns = defs.selectAll('pattern')
-              .data([
-                  // pattern name, pattern image name
-                  ['wetland', 'wetland'],
-                  ['construction', 'construction'],
-                  ['cemetery', 'cemetery'],
-                  ['orchard', 'orchard'],
-                  ['farmland', 'farmland'],
-                  ['beach', 'dots'],
-                  ['scrub', 'dots'],
-                  ['meadow', 'dots']
-              ])
-              .enter()
-              .append('pattern')
-              .attr('id', function (d) { return 'pattern-' + d[0]; })
-              .attr('width', 32)
-              .attr('height', 32)
-              .attr('patternUnits', 'userSpaceOnUse');
+          this.realloc(4);
 
-          patterns
-              .append('rect')
-              .attr('x', 0)
-              .attr('y', 0)
-              .attr('width', 32)
-              .attr('height', 32)
-              .attr('class', function (d) { return 'pattern-color-' + d[0]; });
+          this.buf[this.pos++] =           val & 0x7f  | (val > 0x7f ? 0x80 : 0); if (val <= 0x7f) return;
+          this.buf[this.pos++] = ((val >>>= 7) & 0x7f) | (val > 0x7f ? 0x80 : 0); if (val <= 0x7f) return;
+          this.buf[this.pos++] = ((val >>>= 7) & 0x7f) | (val > 0x7f ? 0x80 : 0); if (val <= 0x7f) return;
+          this.buf[this.pos++] =   (val >>> 7) & 0x7f;
+      },
 
-          patterns
-              .append('image')
-              .attr('x', 0)
-              .attr('y', 0)
-              .attr('width', 32)
-              .attr('height', 32)
-              .attr('xlink:href', function (d) {
-                  return context.imagePath('pattern/' + d[1] + '.png');
-              });
+      writeSVarint: function(val) {
+          this.writeVarint(val < 0 ? -val * 2 - 1 : val * 2);
+      },
 
-          // add clip paths
-          defs.selectAll('clipPath')
-              .data([12, 18, 20, 32, 45])
-              .enter()
-              .append('clipPath')
-              .attr('id', function (d) { return 'clip-square-' + d; })
-              .append('rect')
-              .attr('x', 0)
-              .attr('y', 0)
-              .attr('width', function (d) { return d; })
-              .attr('height', function (d) { return d; });
+      writeBoolean: function(val) {
+          this.writeVarint(Boolean(val));
+      },
 
-          // add symbol spritesheets
-          defs
-              .call(drawDefs.addSprites, [
-                  'iD-sprite', 'maki-sprite', 'temaki-sprite', 'fa-sprite', 'community-sprite'
-              ]);
+      writeString: function(str) {
+          str = String(str);
+          this.realloc(str.length * 4);
+
+          this.pos++; // reserve 1 byte for short string length
+
+          var startPos = this.pos;
+          // write the string directly to the buffer and see how much was written
+          this.pos = writeUtf8(this.buf, str, this.pos);
+          var len = this.pos - startPos;
+
+          if (len >= 0x80) makeRoomForExtraLength(startPos, len, this);
+
+          // finally, write the message length in the reserved place and restore the position
+          this.pos = startPos - 1;
+          this.writeVarint(len);
+          this.pos += len;
+      },
+
+      writeFloat: function(val) {
+          this.realloc(4);
+          ieee754$2.write(this.buf, val, this.pos, true, 23, 4);
+          this.pos += 4;
+      },
+
+      writeDouble: function(val) {
+          this.realloc(8);
+          ieee754$2.write(this.buf, val, this.pos, true, 52, 8);
+          this.pos += 8;
+      },
+
+      writeBytes: function(buffer) {
+          var len = buffer.length;
+          this.writeVarint(len);
+          this.realloc(len);
+          for (var i = 0; i < len; i++) this.buf[this.pos++] = buffer[i];
+      },
+
+      writeRawMessage: function(fn, obj) {
+          this.pos++; // reserve 1 byte for short message length
+
+          // write the message directly to the buffer and see how much was written
+          var startPos = this.pos;
+          fn(obj, this);
+          var len = this.pos - startPos;
+
+          if (len >= 0x80) makeRoomForExtraLength(startPos, len, this);
+
+          // finally, write the message length in the reserved place and restore the position
+          this.pos = startPos - 1;
+          this.writeVarint(len);
+          this.pos += len;
+      },
+
+      writeMessage: function(tag, fn, obj) {
+          this.writeTag(tag, Pbf.Bytes);
+          this.writeRawMessage(fn, obj);
+      },
+
+      writePackedVarint:   function(tag, arr) { this.writeMessage(tag, writePackedVarint, arr);   },
+      writePackedSVarint:  function(tag, arr) { this.writeMessage(tag, writePackedSVarint, arr);  },
+      writePackedBoolean:  function(tag, arr) { this.writeMessage(tag, writePackedBoolean, arr);  },
+      writePackedFloat:    function(tag, arr) { this.writeMessage(tag, writePackedFloat, arr);    },
+      writePackedDouble:   function(tag, arr) { this.writeMessage(tag, writePackedDouble, arr);   },
+      writePackedFixed32:  function(tag, arr) { this.writeMessage(tag, writePackedFixed32, arr);  },
+      writePackedSFixed32: function(tag, arr) { this.writeMessage(tag, writePackedSFixed32, arr); },
+      writePackedFixed64:  function(tag, arr) { this.writeMessage(tag, writePackedFixed64, arr);  },
+      writePackedSFixed64: function(tag, arr) { this.writeMessage(tag, writePackedSFixed64, arr); },
+
+      writeBytesField: function(tag, buffer) {
+          this.writeTag(tag, Pbf.Bytes);
+          this.writeBytes(buffer);
+      },
+      writeFixed32Field: function(tag, val) {
+          this.writeTag(tag, Pbf.Fixed32);
+          this.writeFixed32(val);
+      },
+      writeSFixed32Field: function(tag, val) {
+          this.writeTag(tag, Pbf.Fixed32);
+          this.writeSFixed32(val);
+      },
+      writeFixed64Field: function(tag, val) {
+          this.writeTag(tag, Pbf.Fixed64);
+          this.writeFixed64(val);
+      },
+      writeSFixed64Field: function(tag, val) {
+          this.writeTag(tag, Pbf.Fixed64);
+          this.writeSFixed64(val);
+      },
+      writeVarintField: function(tag, val) {
+          this.writeTag(tag, Pbf.Varint);
+          this.writeVarint(val);
+      },
+      writeSVarintField: function(tag, val) {
+          this.writeTag(tag, Pbf.Varint);
+          this.writeSVarint(val);
+      },
+      writeStringField: function(tag, str) {
+          this.writeTag(tag, Pbf.Bytes);
+          this.writeString(str);
+      },
+      writeFloatField: function(tag, val) {
+          this.writeTag(tag, Pbf.Fixed32);
+          this.writeFloat(val);
+      },
+      writeDoubleField: function(tag, val) {
+          this.writeTag(tag, Pbf.Fixed64);
+          this.writeDouble(val);
+      },
+      writeBooleanField: function(tag, val) {
+          this.writeVarintField(tag, Boolean(val));
       }
+  };
 
+  function readVarintRemainder(l, s, p) {
+      var buf = p.buf,
+          h, b;
 
-      drawDefs.addSprites = function(selection$$1, ids) {
-          var spritesheets = selection$$1.selectAll('.spritesheet');
-          var currData = spritesheets.data();
-          var data = uniq(currData.concat(ids));
+      b = buf[p.pos++]; h  = (b & 0x70) >> 4;  if (b < 0x80) return toNum(l, h, s);
+      b = buf[p.pos++]; h |= (b & 0x7f) << 3;  if (b < 0x80) return toNum(l, h, s);
+      b = buf[p.pos++]; h |= (b & 0x7f) << 10; if (b < 0x80) return toNum(l, h, s);
+      b = buf[p.pos++]; h |= (b & 0x7f) << 17; if (b < 0x80) return toNum(l, h, s);
+      b = buf[p.pos++]; h |= (b & 0x7f) << 24; if (b < 0x80) return toNum(l, h, s);
+      b = buf[p.pos++]; h |= (b & 0x01) << 31; if (b < 0x80) return toNum(l, h, s);
 
-          spritesheets
-              .data(data)
-              .enter()
-              .append('g')
-              .attr('class', function(d) { return 'spritesheet spritesheet-' + d; })
-              .each(function(d) {
-                  var url = context.imagePath(d + '.svg');
-                  var node = select(this).node();
-                  request(url)
-                      .mimeType('image/svg+xml')
-                      .response(function(xhr) { return xhr.responseXML; })
-                      .get(function(err, svg) {
-                          if (err) return;
-                          node.appendChild(
-                              select(svg.documentElement).attr('id', d).node()
-                          );
-                      });
-              });
-      };
+      throw new Error('Expected varint not more than 10 bytes');
+  }
 
+  function readPackedEnd(pbf) {
+      return pbf.type === Pbf.Bytes ?
+          pbf.readVarint() + pbf.pos : pbf.pos + 1;
+  }
 
-      return drawDefs;
+  function toNum(low, high, isSigned) {
+      if (isSigned) {
+          return high * 0x100000000 + (low >>> 0);
+      }
+
+      return ((high >>> 0) * 0x100000000) + (low >>> 0);
   }
 
-  /**
-   * Checks if `value` is `undefined`.
-   *
-   * @static
-   * @since 0.1.0
-   * @memberOf _
-   * @category Lang
-   * @param {*} value The value to check.
-   * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`.
-   * @example
-   *
-   * _.isUndefined(void 0);
-   * // => true
-   *
-   * _.isUndefined(null);
-   * // => false
-   */
-  function isUndefined(value) {
-    return value === undefined;
+  function writeBigVarint(val, pbf) {
+      var low, high;
+
+      if (val >= 0) {
+          low  = (val % 0x100000000) | 0;
+          high = (val / 0x100000000) | 0;
+      } else {
+          low  = ~(-val % 0x100000000);
+          high = ~(-val / 0x100000000);
+
+          if (low ^ 0xffffffff) {
+              low = (low + 1) | 0;
+          } else {
+              low = 0;
+              high = (high + 1) | 0;
+          }
+      }
+
+      if (val >= 0x10000000000000000 || val < -0x10000000000000000) {
+          throw new Error('Given varint doesn\'t fit into 10 bytes');
+      }
+
+      pbf.realloc(10);
+
+      writeBigVarintLow(low, high, pbf);
+      writeBigVarintHigh(high, pbf);
   }
 
-  //[4]        NameStartChar      ::=          ":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
-  //[4a]       NameChar           ::=          NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]
-  //[5]        Name       ::=          NameStartChar (NameChar)*
-  var nameStartChar = /[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/;//\u10000-\uEFFFF
-  var nameChar = new RegExp("[\\-\\.0-9"+nameStartChar.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]");
-  var tagNamePattern = new RegExp('^'+nameStartChar.source+nameChar.source+'*(?:\:'+nameStartChar.source+nameChar.source+'*)?$');
-  //var tagNamePattern = /^[a-zA-Z_][\w\-\.]*(?:\:[a-zA-Z_][\w\-\.]*)?$/
-  //var handlers = 'resolveEntity,getExternalSubset,characters,endDocument,endElement,endPrefixMapping,ignorableWhitespace,processingInstruction,setDocumentLocator,skippedEntity,startDocument,startElement,startPrefixMapping,notationDecl,unparsedEntityDecl,error,fatalError,warning,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,comment,endCDATA,endDTD,endEntity,startCDATA,startDTD,startEntity'.split(',')
+  function writeBigVarintLow(low, high, pbf) {
+      pbf.buf[pbf.pos++] = low & 0x7f | 0x80; low >>>= 7;
+      pbf.buf[pbf.pos++] = low & 0x7f | 0x80; low >>>= 7;
+      pbf.buf[pbf.pos++] = low & 0x7f | 0x80; low >>>= 7;
+      pbf.buf[pbf.pos++] = low & 0x7f | 0x80; low >>>= 7;
+      pbf.buf[pbf.pos]   = low & 0x7f;
+  }
 
-  //S_TAG,     S_ATTR, S_EQ,   S_ATTR_NOQUOT_VALUE
-  //S_ATTR_SPACE,      S_ATTR_END,     S_TAG_SPACE, S_TAG_CLOSE
-  var S_TAG = 0;//tag name offerring
-  var S_ATTR = 1;//attr name offerring 
-  var S_ATTR_SPACE=2;//attr name end and space offer
-  var S_EQ = 3;//=space?
-  var S_ATTR_NOQUOT_VALUE = 4;//attr value(no quot value only)
-  var S_ATTR_END = 5;//attr value end and no space(quot end)
-  var S_TAG_SPACE = 6;//(attr value end || tag end ) && (space offer)
-  var S_TAG_CLOSE = 7;//closed el<el />
+  function writeBigVarintHigh(high, pbf) {
+      var lsb = (high & 0x07) << 4;
 
-  function XMLReader(){
-       
+      pbf.buf[pbf.pos++] |= lsb         | ((high >>>= 3) ? 0x80 : 0); if (!high) return;
+      pbf.buf[pbf.pos++]  = high & 0x7f | ((high >>>= 7) ? 0x80 : 0); if (!high) return;
+      pbf.buf[pbf.pos++]  = high & 0x7f | ((high >>>= 7) ? 0x80 : 0); if (!high) return;
+      pbf.buf[pbf.pos++]  = high & 0x7f | ((high >>>= 7) ? 0x80 : 0); if (!high) return;
+      pbf.buf[pbf.pos++]  = high & 0x7f | ((high >>>= 7) ? 0x80 : 0); if (!high) return;
+      pbf.buf[pbf.pos++]  = high & 0x7f;
   }
 
-  XMLReader.prototype = {
-       parse:function(source,defaultNSMap,entityMap){
-               var domBuilder = this.domBuilder;
-               domBuilder.startDocument();
-               _copy(defaultNSMap ,defaultNSMap = {});
-               parse(source,defaultNSMap,entityMap,
-                               domBuilder,this.errorHandler);
-               domBuilder.endDocument();
-       }
-  };
-  function parse(source,defaultNSMapCopy,entityMap,domBuilder,errorHandler){
-       function fixedFromCharCode(code) {
-               // String.prototype.fromCharCode does not supports
-               // > 2 bytes unicode chars directly
-               if (code > 0xffff) {
-                       code -= 0x10000;
-                       var surrogate1 = 0xd800 + (code >> 10)
-                               , surrogate2 = 0xdc00 + (code & 0x3ff);
+  function makeRoomForExtraLength(startPos, len, pbf) {
+      var extraLen =
+          len <= 0x3fff ? 1 :
+          len <= 0x1fffff ? 2 :
+          len <= 0xfffffff ? 3 : Math.ceil(Math.log(len) / (Math.LN2 * 7));
 
-                       return String.fromCharCode(surrogate1, surrogate2);
-               } else {
-                       return String.fromCharCode(code);
-               }
-       }
-       function entityReplacer(a){
-               var k = a.slice(1,-1);
-               if(k in entityMap){
-                       return entityMap[k]; 
-               }else if(k.charAt(0) === '#'){
-                       return fixedFromCharCode(parseInt(k.substr(1).replace('x','0x')))
-               }else{
-                       errorHandler.error('entity not found:'+a);
-                       return a;
-               }
-       }
-       function appendText(end){//has some bugs
-               if(end>start){
-                       var xt = source.substring(start,end).replace(/&#?\w+;/g,entityReplacer);
-                       locator&&position(start);
-                       domBuilder.characters(xt,0,end-start);
-                       start = end;
-               }
-       }
-       function position(p,m){
-               while(p>=lineEnd && (m = linePattern.exec(source))){
-                       lineStart = m.index;
-                       lineEnd = lineStart + m[0].length;
-                       locator.lineNumber++;
-                       //console.log('line++:',locator,startPos,endPos)
-               }
-               locator.columnNumber = p-lineStart+1;
-       }
-       var lineStart = 0;
-       var lineEnd = 0;
-       var linePattern = /.*(?:\r\n?|\n)|.*$/g;
-       var locator = domBuilder.locator;
-       
-       var parseStack = [{currentNSMap:defaultNSMapCopy}];
-       var closeMap = {};
-       var start = 0;
-       while(true){
-               try{
-                       var tagStart = source.indexOf('<',start);
-                       if(tagStart<0){
-                               if(!source.substr(start).match(/^\s*$/)){
-                                       var doc = domBuilder.doc;
-                               var text = doc.createTextNode(source.substr(start));
-                               doc.appendChild(text);
-                               domBuilder.currentElement = text;
-                               }
-                               return;
-                       }
-                       if(tagStart>start){
-                               appendText(tagStart);
-                       }
-                       switch(source.charAt(tagStart+1)){
-                       case '/':
-                               var end = source.indexOf('>',tagStart+3);
-                               var tagName = source.substring(tagStart+2,end);
-                               var config = parseStack.pop();
-                               if(end<0){
-                                       
-                               tagName = source.substring(tagStart+2).replace(/[\s<].*/,'');
-                               //console.error('#@@@@@@'+tagName)
-                               errorHandler.error("end tag name: "+tagName+' is not complete:'+config.tagName);
-                               end = tagStart+1+tagName.length;
-                       }else if(tagName.match(/\s</)){
-                               tagName = tagName.replace(/[\s<].*/,'');
-                               errorHandler.error("end tag name: "+tagName+' maybe not complete');
-                               end = tagStart+1+tagName.length;
-                               }
-                               //console.error(parseStack.length,parseStack)
-                               //console.error(config);
-                               var localNSMap = config.localNSMap;
-                               var endMatch = config.tagName == tagName;
-                               var endIgnoreCaseMach = endMatch || config.tagName&&config.tagName.toLowerCase() == tagName.toLowerCase();
-                       if(endIgnoreCaseMach){
-                               domBuilder.endElement(config.uri,config.localName,tagName);
-                                       if(localNSMap){
-                                               for(var prefix in localNSMap){
-                                                       domBuilder.endPrefixMapping(prefix) ;
-                                               }
-                                       }
-                                       if(!endMatch){
-                               errorHandler.fatalError("end tag name: "+tagName+' is not match the current start tagName:'+config.tagName );
-                                       }
-                       }else{
-                               parseStack.push(config);
-                       }
-                               
-                               end++;
-                               break;
-                               // end elment
-                       case '?':// <?...?>
-                               locator&&position(tagStart);
-                               end = parseInstruction(source,tagStart,domBuilder);
-                               break;
-                       case '!':// <!doctype,<![CDATA,<!--
-                               locator&&position(tagStart);
-                               end = parseDCC(source,tagStart,domBuilder,errorHandler);
-                               break;
-                       default:
-                               locator&&position(tagStart);
-                               var el = new ElementAttributes();
-                               var currentNSMap = parseStack[parseStack.length-1].currentNSMap;
-                               //elStartEnd
-                               var end = parseElementStartPart(source,tagStart,el,currentNSMap,entityReplacer,errorHandler);
-                               var len = el.length;
-                               
-                               
-                               if(!el.closed && fixSelfClosed(source,end,el.tagName,closeMap)){
-                                       el.closed = true;
-                                       if(!entityMap.nbsp){
-                                               errorHandler.warning('unclosed xml attribute');
-                                       }
-                               }
-                               if(locator && len){
-                                       var locator2 = copyLocator(locator,{});
-                                       //try{//attribute position fixed
-                                       for(var i = 0;i<len;i++){
-                                               var a = el[i];
-                                               position(a.offset);
-                                               a.locator = copyLocator(locator,{});
-                                       }
-                                       //}catch(e){console.error('@@@@@'+e)}
-                                       domBuilder.locator = locator2;
-                                       if(appendElement(el,domBuilder,currentNSMap)){
-                                               parseStack.push(el);
-                                       }
-                                       domBuilder.locator = locator;
-                               }else{
-                                       if(appendElement(el,domBuilder,currentNSMap)){
-                                               parseStack.push(el);
-                                       }
-                               }
-                               
-                               
-                               
-                               if(el.uri === 'http://www.w3.org/1999/xhtml' && !el.closed){
-                                       end = parseHtmlSpecialContent(source,end,el.tagName,entityReplacer,domBuilder);
-                               }else{
-                                       end++;
-                               }
-                       }
-               }catch(e){
-                       errorHandler.error('element parse error: '+e);
-                       //errorHandler.error('element parse error: '+e);
-                       end = -1;
-                       //throw e;
-               }
-               if(end>start){
-                       start = end;
-               }else{
-                       //TODO: 这里有可能sax回退,有位置错误风险
-                       appendText(Math.max(tagStart,start)+1);
-               }
-       }
-  }
-  function copyLocator(f,t){
-       t.lineNumber = f.lineNumber;
-       t.columnNumber = f.columnNumber;
-       return t;
+      // if 1 byte isn't enough for encoding message length, shift the data to the right
+      pbf.realloc(extraLen);
+      for (var i = pbf.pos - 1; i >= startPos; i--) pbf.buf[i + extraLen] = pbf.buf[i];
   }
 
-  /**
-   * @see #appendElement(source,elStartEnd,el,selfClosed,entityReplacer,domBuilder,parseStack);
-   * @return end of the elementStartPart(end of elementEndPart for selfClosed el)
-   */
-  function parseElementStartPart(source,start,el,currentNSMap,entityReplacer,errorHandler){
-       var attrName;
-       var value;
-       var p = ++start;
-       var s = S_TAG;//status
-       while(true){
-               var c = source.charAt(p);
-               switch(c){
-               case '=':
-                       if(s === S_ATTR){//attrName
-                               attrName = source.slice(start,p);
-                               s = S_EQ;
-                       }else if(s === S_ATTR_SPACE){
-                               s = S_EQ;
-                       }else{
-                               //fatalError: equal must after attrName or space after attrName
-                               throw new Error('attribute equal must after attrName');
-                       }
-                       break;
-               case '\'':
-               case '"':
-                       if(s === S_EQ || s === S_ATTR //|| s == S_ATTR_SPACE
-                               ){//equal
-                               if(s === S_ATTR){
-                                       errorHandler.warning('attribute value must after "="');
-                                       attrName = source.slice(start,p);
-                               }
-                               start = p+1;
-                               p = source.indexOf(c,start);
-                               if(p>0){
-                                       value = source.slice(start,p).replace(/&#?\w+;/g,entityReplacer);
-                                       el.add(attrName,value,start-1);
-                                       s = S_ATTR_END;
-                               }else{
-                                       //fatalError: no end quot match
-                                       throw new Error('attribute value no end \''+c+'\' match');
-                               }
-                       }else if(s == S_ATTR_NOQUOT_VALUE){
-                               value = source.slice(start,p).replace(/&#?\w+;/g,entityReplacer);
-                               //console.log(attrName,value,start,p)
-                               el.add(attrName,value,start);
-                               //console.dir(el)
-                               errorHandler.warning('attribute "'+attrName+'" missed start quot('+c+')!!');
-                               start = p+1;
-                               s = S_ATTR_END;
-                       }else{
-                               //fatalError: no equal before
-                               throw new Error('attribute value must after "="');
-                       }
-                       break;
-               case '/':
-                       switch(s){
-                       case S_TAG:
-                               el.setTagName(source.slice(start,p));
-                       case S_ATTR_END:
-                       case S_TAG_SPACE:
-                       case S_TAG_CLOSE:
-                               s =S_TAG_CLOSE;
-                               el.closed = true;
-                       case S_ATTR_NOQUOT_VALUE:
-                       case S_ATTR:
-                       case S_ATTR_SPACE:
-                               break;
-                       //case S_EQ:
-                       default:
-                               throw new Error("attribute invalid close char('/')")
-                       }
-                       break;
-               case ''://end document
-                       //throw new Error('unexpected end of input')
-                       errorHandler.error('unexpected end of input');
-                       if(s == S_TAG){
-                               el.setTagName(source.slice(start,p));
-                       }
-                       return p;
-               case '>':
-                       switch(s){
-                       case S_TAG:
-                               el.setTagName(source.slice(start,p));
-                       case S_ATTR_END:
-                       case S_TAG_SPACE:
-                       case S_TAG_CLOSE:
-                               break;//normal
-                       case S_ATTR_NOQUOT_VALUE://Compatible state
-                       case S_ATTR:
-                               value = source.slice(start,p);
-                               if(value.slice(-1) === '/'){
-                                       el.closed  = true;
-                                       value = value.slice(0,-1);
-                               }
-                       case S_ATTR_SPACE:
-                               if(s === S_ATTR_SPACE){
-                                       value = attrName;
-                               }
-                               if(s == S_ATTR_NOQUOT_VALUE){
-                                       errorHandler.warning('attribute "'+value+'" missed quot(")!!');
-                                       el.add(attrName,value.replace(/&#?\w+;/g,entityReplacer),start);
-                               }else{
-                                       if(currentNSMap[''] !== 'http://www.w3.org/1999/xhtml' || !value.match(/^(?:disabled|checked|selected)$/i)){
-                                               errorHandler.warning('attribute "'+value+'" missed value!! "'+value+'" instead!!');
-                                       }
-                                       el.add(value,value,start);
-                               }
-                               break;
-                       case S_EQ:
-                               throw new Error('attribute value missed!!');
-                       }
-  //                   console.log(tagName,tagNamePattern,tagNamePattern.test(tagName))
-                       return p;
-               /*xml space '\x20' | #x9 | #xD | #xA; */
-               case '\u0080':
-                       c = ' ';
-               default:
-                       if(c<= ' '){//space
-                               switch(s){
-                               case S_TAG:
-                                       el.setTagName(source.slice(start,p));//tagName
-                                       s = S_TAG_SPACE;
-                                       break;
-                               case S_ATTR:
-                                       attrName = source.slice(start,p);
-                                       s = S_ATTR_SPACE;
-                                       break;
-                               case S_ATTR_NOQUOT_VALUE:
-                                       var value = source.slice(start,p).replace(/&#?\w+;/g,entityReplacer);
-                                       errorHandler.warning('attribute "'+value+'" missed quot(")!!');
-                                       el.add(attrName,value,start);
-                               case S_ATTR_END:
-                                       s = S_TAG_SPACE;
-                                       break;
-                               //case S_TAG_SPACE:
-                               //case S_EQ:
-                               //case S_ATTR_SPACE:
-                               //      void();break;
-                               //case S_TAG_CLOSE:
-                                       //ignore warning
-                               }
-                       }else{//not space
-  //S_TAG,     S_ATTR, S_EQ,   S_ATTR_NOQUOT_VALUE
-  //S_ATTR_SPACE,      S_ATTR_END,     S_TAG_SPACE, S_TAG_CLOSE
-                               switch(s){
-                               //case S_TAG:void();break;
-                               //case S_ATTR:void();break;
-                               //case S_ATTR_NOQUOT_VALUE:void();break;
-                               case S_ATTR_SPACE:
-                                       var tagName =  el.tagName;
-                                       if(currentNSMap[''] !== 'http://www.w3.org/1999/xhtml' || !attrName.match(/^(?:disabled|checked|selected)$/i)){
-                                               errorHandler.warning('attribute "'+attrName+'" missed value!! "'+attrName+'" instead2!!');
-                                       }
-                                       el.add(attrName,attrName,start);
-                                       start = p;
-                                       s = S_ATTR;
-                                       break;
-                               case S_ATTR_END:
-                                       errorHandler.warning('attribute space is required"'+attrName+'"!!');
-                               case S_TAG_SPACE:
-                                       s = S_ATTR;
-                                       start = p;
-                                       break;
-                               case S_EQ:
-                                       s = S_ATTR_NOQUOT_VALUE;
-                                       start = p;
-                                       break;
-                               case S_TAG_CLOSE:
-                                       throw new Error("elements closed character '/' and '>' must be connected to");
-                               }
-                       }
-               }//end outer switch
-               //console.log('p++',p)
-               p++;
-       }
+  function writePackedVarint(arr, pbf)   { for (var i = 0; i < arr.length; i++) pbf.writeVarint(arr[i]);   }
+  function writePackedSVarint(arr, pbf)  { for (var i = 0; i < arr.length; i++) pbf.writeSVarint(arr[i]);  }
+  function writePackedFloat(arr, pbf)    { for (var i = 0; i < arr.length; i++) pbf.writeFloat(arr[i]);    }
+  function writePackedDouble(arr, pbf)   { for (var i = 0; i < arr.length; i++) pbf.writeDouble(arr[i]);   }
+  function writePackedBoolean(arr, pbf)  { for (var i = 0; i < arr.length; i++) pbf.writeBoolean(arr[i]);  }
+  function writePackedFixed32(arr, pbf)  { for (var i = 0; i < arr.length; i++) pbf.writeFixed32(arr[i]);  }
+  function writePackedSFixed32(arr, pbf) { for (var i = 0; i < arr.length; i++) pbf.writeSFixed32(arr[i]); }
+  function writePackedFixed64(arr, pbf)  { for (var i = 0; i < arr.length; i++) pbf.writeFixed64(arr[i]);  }
+  function writePackedSFixed64(arr, pbf) { for (var i = 0; i < arr.length; i++) pbf.writeSFixed64(arr[i]); }
+
+  // Buffer code below from https://github.com/feross/buffer, MIT-licensed
+
+  function readUInt32(buf, pos) {
+      return ((buf[pos]) |
+          (buf[pos + 1] << 8) |
+          (buf[pos + 2] << 16)) +
+          (buf[pos + 3] * 0x1000000);
   }
-  /**
-   * @return true if has new namespace define
-   */
-  function appendElement(el,domBuilder,currentNSMap){
-       var tagName = el.tagName;
-       var localNSMap = null;
-       //var currentNSMap = parseStack[parseStack.length-1].currentNSMap;
-       var i = el.length;
-       while(i--){
-               var a = el[i];
-               var qName = a.qName;
-               var value = a.value;
-               var nsp = qName.indexOf(':');
-               if(nsp>0){
-                       var prefix = a.prefix = qName.slice(0,nsp);
-                       var localName = qName.slice(nsp+1);
-                       var nsPrefix = prefix === 'xmlns' && localName;
-               }else{
-                       localName = qName;
-                       prefix = null;
-                       nsPrefix = qName === 'xmlns' && '';
-               }
-               //can not set prefix,because prefix !== ''
-               a.localName = localName ;
-               //prefix == null for no ns prefix attribute 
-               if(nsPrefix !== false){//hack!!
-                       if(localNSMap == null){
-                               localNSMap = {};
-                               //console.log(currentNSMap,0)
-                               _copy(currentNSMap,currentNSMap={});
-                               //console.log(currentNSMap,1)
-                       }
-                       currentNSMap[nsPrefix] = localNSMap[nsPrefix] = value;
-                       a.uri = 'http://www.w3.org/2000/xmlns/';
-                       domBuilder.startPrefixMapping(nsPrefix, value); 
-               }
-       }
-       var i = el.length;
-       while(i--){
-               a = el[i];
-               var prefix = a.prefix;
-               if(prefix){//no prefix attribute has no namespace
-                       if(prefix === 'xml'){
-                               a.uri = 'http://www.w3.org/XML/1998/namespace';
-                       }if(prefix !== 'xmlns'){
-                               a.uri = currentNSMap[prefix || ''];
-                               
-                               //{console.log('###'+a.qName,domBuilder.locator.systemId+'',currentNSMap,a.uri)}
-                       }
-               }
-       }
-       var nsp = tagName.indexOf(':');
-       if(nsp>0){
-               prefix = el.prefix = tagName.slice(0,nsp);
-               localName = el.localName = tagName.slice(nsp+1);
-       }else{
-               prefix = null;//important!!
-               localName = el.localName = tagName;
-       }
-       //no prefix element has default namespace
-       var ns = el.uri = currentNSMap[prefix || ''];
-       domBuilder.startElement(ns,localName,tagName,el);
-       //endPrefixMapping and startPrefixMapping have not any help for dom builder
-       //localNSMap = null
-       if(el.closed){
-               domBuilder.endElement(ns,localName,tagName);
-               if(localNSMap){
-                       for(prefix in localNSMap){
-                               domBuilder.endPrefixMapping(prefix); 
-                       }
-               }
-       }else{
-               el.currentNSMap = currentNSMap;
-               el.localNSMap = localNSMap;
-               //parseStack.push(el);
-               return true;
-       }
+
+  function writeInt32(buf, val, pos) {
+      buf[pos] = val;
+      buf[pos + 1] = (val >>> 8);
+      buf[pos + 2] = (val >>> 16);
+      buf[pos + 3] = (val >>> 24);
   }
-  function parseHtmlSpecialContent(source,elStartEnd,tagName,entityReplacer,domBuilder){
-       if(/^(?:script|textarea)$/i.test(tagName)){
-               var elEndStart =  source.indexOf('</'+tagName+'>',elStartEnd);
-               var text = source.substring(elStartEnd+1,elEndStart);
-               if(/[&<]/.test(text)){
-                       if(/^script$/i.test(tagName)){
-                               //if(!/\]\]>/.test(text)){
-                                       //lexHandler.startCDATA();
-                                       domBuilder.characters(text,0,text.length);
-                                       //lexHandler.endCDATA();
-                                       return elEndStart;
-                               //}
-                       }//}else{//text area
-                               text = text.replace(/&#?\w+;/g,entityReplacer);
-                               domBuilder.characters(text,0,text.length);
-                               return elEndStart;
-                       //}
-                       
-               }
-       }
-       return elStartEnd+1;
+
+  function readInt32(buf, pos) {
+      return ((buf[pos]) |
+          (buf[pos + 1] << 8) |
+          (buf[pos + 2] << 16)) +
+          (buf[pos + 3] << 24);
   }
-  function fixSelfClosed(source,elStartEnd,tagName,closeMap){
-       //if(tagName in closeMap){
-       var pos = closeMap[tagName];
-       if(pos == null){
-               //console.log(tagName)
-               pos =  source.lastIndexOf('</'+tagName+'>');
-               if(pos<elStartEnd){//忘记闭合
-                       pos = source.lastIndexOf('</'+tagName);
-               }
-               closeMap[tagName] =pos;
-       }
-       return pos<elStartEnd;
-       //} 
+
+  function readUtf8(buf, pos, end) {
+      var str = '';
+      var i = pos;
+
+      while (i < end) {
+          var b0 = buf[i];
+          var c = null; // codepoint
+          var bytesPerSequence =
+              b0 > 0xEF ? 4 :
+              b0 > 0xDF ? 3 :
+              b0 > 0xBF ? 2 : 1;
+
+          if (i + bytesPerSequence > end) break;
+
+          var b1, b2, b3;
+
+          if (bytesPerSequence === 1) {
+              if (b0 < 0x80) {
+                  c = b0;
+              }
+          } else if (bytesPerSequence === 2) {
+              b1 = buf[i + 1];
+              if ((b1 & 0xC0) === 0x80) {
+                  c = (b0 & 0x1F) << 0x6 | (b1 & 0x3F);
+                  if (c <= 0x7F) {
+                      c = null;
+                  }
+              }
+          } else if (bytesPerSequence === 3) {
+              b1 = buf[i + 1];
+              b2 = buf[i + 2];
+              if ((b1 & 0xC0) === 0x80 && (b2 & 0xC0) === 0x80) {
+                  c = (b0 & 0xF) << 0xC | (b1 & 0x3F) << 0x6 | (b2 & 0x3F);
+                  if (c <= 0x7FF || (c >= 0xD800 && c <= 0xDFFF)) {
+                      c = null;
+                  }
+              }
+          } else if (bytesPerSequence === 4) {
+              b1 = buf[i + 1];
+              b2 = buf[i + 2];
+              b3 = buf[i + 3];
+              if ((b1 & 0xC0) === 0x80 && (b2 & 0xC0) === 0x80 && (b3 & 0xC0) === 0x80) {
+                  c = (b0 & 0xF) << 0x12 | (b1 & 0x3F) << 0xC | (b2 & 0x3F) << 0x6 | (b3 & 0x3F);
+                  if (c <= 0xFFFF || c >= 0x110000) {
+                      c = null;
+                  }
+              }
+          }
+
+          if (c === null) {
+              c = 0xFFFD;
+              bytesPerSequence = 1;
+
+          } else if (c > 0xFFFF) {
+              c -= 0x10000;
+              str += String.fromCharCode(c >>> 10 & 0x3FF | 0xD800);
+              c = 0xDC00 | c & 0x3FF;
+          }
+
+          str += String.fromCharCode(c);
+          i += bytesPerSequence;
+      }
+
+      return str;
   }
-  function _copy(source,target){
-       for(var n in source){target[n] = source[n];}
-  }
-  function parseDCC(source,start,domBuilder,errorHandler){//sure start with '<!'
-       var next= source.charAt(start+2);
-       switch(next){
-       case '-':
-               if(source.charAt(start + 3) === '-'){
-                       var end = source.indexOf('-->',start+4);
-                       //append comment source.substring(4,end)//<!--
-                       if(end>start){
-                               domBuilder.comment(source,start+4,end-start-4);
-                               return end+3;
-                       }else{
-                               errorHandler.error("Unclosed comment");
-                               return -1;
-                       }
-               }else{
-                       //error
-                       return -1;
-               }
-       default:
-               if(source.substr(start+3,6) == 'CDATA['){
-                       var end = source.indexOf(']]>',start+9);
-                       domBuilder.startCDATA();
-                       domBuilder.characters(source,start+9,end-start-9);
-                       domBuilder.endCDATA(); 
-                       return end+3;
-               }
-               //<!DOCTYPE
-               //startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId) 
-               var matchs = split(source,start);
-               var len = matchs.length;
-               if(len>1 && /!doctype/i.test(matchs[0][0])){
-                       var name = matchs[1][0];
-                       var pubid = len>3 && /^public$/i.test(matchs[2][0]) && matchs[3][0];
-                       var sysid = len>4 && matchs[4][0];
-                       var lastMatch = matchs[len-1];
-                       domBuilder.startDTD(name,pubid && pubid.replace(/^(['"])(.*?)\1$/,'$2'),
-                                       sysid && sysid.replace(/^(['"])(.*?)\1$/,'$2'));
-                       domBuilder.endDTD();
-                       
-                       return lastMatch.index+lastMatch[0].length
-               }
-       }
-       return -1;
+
+  function writeUtf8(buf, str, pos) {
+      for (var i = 0, c, lead; i < str.length; i++) {
+          c = str.charCodeAt(i); // code point
+
+          if (c > 0xD7FF && c < 0xE000) {
+              if (lead) {
+                  if (c < 0xDC00) {
+                      buf[pos++] = 0xEF;
+                      buf[pos++] = 0xBF;
+                      buf[pos++] = 0xBD;
+                      lead = c;
+                      continue;
+                  } else {
+                      c = lead - 0xD800 << 10 | c - 0xDC00 | 0x10000;
+                      lead = null;
+                  }
+              } else {
+                  if (c > 0xDBFF || (i + 1 === str.length)) {
+                      buf[pos++] = 0xEF;
+                      buf[pos++] = 0xBF;
+                      buf[pos++] = 0xBD;
+                  } else {
+                      lead = c;
+                  }
+                  continue;
+              }
+          } else if (lead) {
+              buf[pos++] = 0xEF;
+              buf[pos++] = 0xBF;
+              buf[pos++] = 0xBD;
+              lead = null;
+          }
+
+          if (c < 0x80) {
+              buf[pos++] = c;
+          } else {
+              if (c < 0x800) {
+                  buf[pos++] = c >> 0x6 | 0xC0;
+              } else {
+                  if (c < 0x10000) {
+                      buf[pos++] = c >> 0xC | 0xE0;
+                  } else {
+                      buf[pos++] = c >> 0x12 | 0xF0;
+                      buf[pos++] = c >> 0xC & 0x3F | 0x80;
+                  }
+                  buf[pos++] = c >> 0x6 & 0x3F | 0x80;
+              }
+              buf[pos++] = c & 0x3F | 0x80;
+          }
+      }
+      return pos;
   }
 
+  var _initialized$1 = false;
+  var _enabled$1 = false;
+  var _geojson$1;
 
 
-  function parseInstruction(source,start,domBuilder){
-       var end = source.indexOf('?>',start);
-       if(end){
-               var match = source.substring(start,end).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);
-               if(match){
-                       var len = match[0].length;
-                       domBuilder.processingInstruction(match[1], match[2]) ;
-                       return end+2;
-               }else{//error
-                       return -1;
-               }
-       }
-       return -1;
+  function svgMvt$$1(projection$$1, context, dispatch) {
+      var _showLabels = true;
+      var detected = utilDetect();
+      var layer;
+      var _src;
+
+
+      function init() {
+          if (_initialized$1) return;  // run once
+
+          _geojson$1 = {};
+          _enabled$1 = true;
+
+          function over() {
+              event.stopPropagation();
+              event.preventDefault();
+              event.dataTransfer.dropEffect = 'copy';
+          }
+
+          select('body')
+              .attr('dropzone', 'copy')
+              .on('drop.localmvt', function() {
+                  event.stopPropagation();
+                  event.preventDefault();
+                  if (!detected.filedrop) return;
+                  drawMvt.files(event.dataTransfer.files);
+              })
+              .on('dragenter.localmvt', over)
+              .on('dragexit.localmvt', over)
+              .on('dragover.localmvt', over);
+
+          _initialized$1 = true;
+      }
+
+
+      function drawMvt(selection$$1) {
+          var getPath = svgPath(projection$$1).geojson;
+
+          layer = selection$$1.selectAll('.layer-mvt')
+              .data(_enabled$1 ? [0] : []);
+
+          layer.exit()
+              .remove();
+
+          layer = layer.enter()
+              .append('g')
+              .attr('class', 'layer-mvt')
+              .merge(layer);
+
+
+          var paths = layer
+              .selectAll('path')
+              .data([_geojson$1]);
+
+          paths.exit()
+              .remove();
+
+          paths = paths.enter()
+              .append('path')
+              .attr('class', 'mvt')
+              .merge(paths);
+
+          paths
+              .attr('d', getPath);
+
+
+          var labelData = _showLabels && _geojson$1.features ? _geojson$1.features : [];
+          labelData = labelData.filter(getPath);
+
+          layer
+              .call(drawLabels, 'mvtlabel-halo', labelData)
+              .call(drawLabels, 'mvtlabel', labelData);
+
+
+          function drawLabels(selection$$1, textClass, data) {
+              var labels = selection$$1.selectAll('text.' + textClass)
+                  .data(data);
+
+              // exit
+              labels.exit()
+                  .remove();
+
+              // enter/update
+              labels = labels.enter()
+                  .append('text')
+                  .attr('class', textClass)
+                  .merge(labels)
+                  .text(function(d) {
+                      if (d.properties) {
+                          return d.properties.desc || d.properties.name;
+                      }
+                      return null;
+                  })
+                  .attr('x', function(d) {
+                      var centroid = getPath.centroid(d);
+                      return centroid[0] + 11;
+                  })
+                  .attr('y', function(d) {
+                      var centroid = getPath.centroid(d);
+                      return centroid[1];
+                  });
+          }
+      }
+
+
+      function vtToGeoJson(bufferdata) {
+          var tile = new vectorTile.VectorTile(new pbf(bufferdata.data));
+          var layers = Object.keys(tile.layers);
+          if (!Array.isArray(layers)) { layers = [layers]; }
+
+          var collection = {type: 'FeatureCollection', features: []};
+
+          layers.forEach(function (layerID) {
+              var layer = tile.layers[layerID];
+              if (layer) {
+                  for (var i = 0; i < layer.length; i++) {
+                      var feature = layer.feature(i).toGeoJSON(bufferdata.zxy[2], bufferdata.zxy[3], bufferdata.zxy[1]);
+                      if (layers.length > 1) feature.properties.vt_layer = layerID;
+                      collection.features.push(feature);
+                  }
+              }
+          });
+          return collection;
+      }
+
+
+      function getExtension(fileName) {
+          if (fileName === undefined) {
+              return '';
+          }
+
+          var lastDotIndex = fileName.lastIndexOf('.');
+          if (lastDotIndex < 0) {
+              return '';
+          }
+
+          return fileName.substr(lastDotIndex);
+      }
+
+
+      function parseSaveAndZoom(extension, bufferdata) {
+          switch (extension) {
+              case '.pbf':
+                  drawMvt.geojson(vtToGeoJson(bufferdata)).fitZoom();
+                  break;
+              case '.mvt':
+                  drawMvt.geojson(vtToGeoJson(bufferdata)).fitZoom();
+                  break;
+          }
+      }
+
+
+      drawMvt.showLabels = function(_) {
+          if (!arguments.length) return _showLabels;
+          _showLabels = _;
+          return this;
+      };
+
+
+      drawMvt.enabled = function(_) {
+          if (!arguments.length) return _enabled$1;
+          _enabled$1 = _;
+          dispatch.call('change');
+          return this;
+      };
+
+
+      drawMvt.hasMvt = function() {
+          return (!(isEmpty(_geojson$1) || isEmpty(_geojson$1.features)));
+      };
+
+
+      drawMvt.geojson = function(gj) {
+          if (!arguments.length) return _geojson$1;
+          if (isEmpty(gj) || isEmpty(gj.features)) return this;
+          _geojson$1 = gj;
+          dispatch.call('change');
+          return this;
+      };
+
+
+      drawMvt.url = function(url) {
+          request(url)
+              .responseType('arraybuffer')
+              .get(function(err, data) {
+                  if (err || !data) return;
+
+                  _src = url;
+                  var match = url.match(/(pbf|mvt)/i);
+                  var extension = match ? ('.' + match[0].toLowerCase()) : '';
+                  var zxy = url.match(/\/(\d+)\/(\d+)\/(\d+)/);
+                  var bufferdata = {
+                      data : data,
+                      zxy : zxy
+                  };
+                  parseSaveAndZoom(extension, bufferdata);
+              });
+
+         return this;
+      };
+
+
+      drawMvt.files = function(fileList) {
+          if (!fileList.length) return this;
+          var f = fileList[0],
+              reader = new FileReader();
+
+          reader.onload = (function(file) {
+
+  return; // todo find x,y,z
+  var data = [];
+  var zxy = [0,0,0];
+
+              _src = file.name;
+              var extension = getExtension(file.name);
+              var bufferdata = {
+                  data: data,
+                  zxy: zxy
+              };
+              return function (e) {
+                  bufferdata.data = e.target.result;
+                  parseSaveAndZoom(extension, bufferdata);
+              };
+          })(f);
+
+          reader.readAsArrayBuffer(f);
+          return this;
+      };
+
+
+      drawMvt.getSrc = function () {
+          return _src;
+      };
+
+
+      drawMvt.fitZoom = function() {
+          if (!this.hasMvt()) return this;
+
+          var map = context.map();
+          var viewport = map.trimmedExtent().polygon();
+          var coords = reduce(_geojson$1.features, function(coords, feature) {
+              var c = feature.geometry.coordinates;
+
+              /* eslint-disable no-fallthrough */
+              switch (feature.geometry.type) {
+                  case 'Point':
+                      c = [c];
+                  case 'MultiPoint':
+                  case 'LineString':
+                      break;
+
+                  case 'MultiPolygon':
+                      c = flatten(c);
+                  case 'Polygon':
+                  case 'MultiLineString':
+                      c = flatten(c);
+                      break;
+              }
+              /* eslint-enable no-fallthrough */
+
+              return union(coords, c);
+          }, []);
+
+          if (!geoPolygonIntersectsPolygon(viewport, coords, true)) {
+              var extent = geoExtent$$1(d3_geoBounds({ type: 'LineString', coordinates: coords }));
+              map.centerZoom(extent.center(), map.trimmedExtentZoom(extent));
+          }
+
+          return this;
+      };
+
+
+      init();
+      return drawMvt;
+  }
+
+  function svgIcon(name, svgklass, useklass) {
+      return function drawIcon(selection) {
+          selection.selectAll('svg')
+              .data([0])
+              .enter()
+              .append('svg')
+              .attr('class', 'icon ' + (svgklass || ''))
+              .append('use')
+              .attr('xlink:href', name)
+              .attr('class', useklass);
+      };
   }
 
+  /** Error message constants. */
+  var FUNC_ERROR_TEXT$3 = 'Expected a function';
+
   /**
-   * @param source
+   * Creates a throttled function that only invokes `func` at most once per
+   * every `wait` milliseconds. The throttled function comes with a `cancel`
+   * method to cancel delayed `func` invocations and a `flush` method to
+   * immediately invoke them. Provide `options` to indicate whether `func`
+   * should be invoked on the leading and/or trailing edge of the `wait`
+   * timeout. The `func` is invoked with the last arguments provided to the
+   * throttled function. Subsequent calls to the throttled function return the
+   * result of the last `func` invocation.
+   *
+   * **Note:** If `leading` and `trailing` options are `true`, `func` is
+   * invoked on the trailing edge of the timeout only if the throttled function
+   * is invoked more than once during the `wait` timeout.
+   *
+   * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
+   * until to the next tick, similar to `setTimeout` with a timeout of `0`.
+   *
+   * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
+   * for details over the differences between `_.throttle` and `_.debounce`.
+   *
+   * @static
+   * @memberOf _
+   * @since 0.1.0
+   * @category Function
+   * @param {Function} func The function to throttle.
+   * @param {number} [wait=0] The number of milliseconds to throttle invocations to.
+   * @param {Object} [options={}] The options object.
+   * @param {boolean} [options.leading=true]
+   *  Specify invoking on the leading edge of the timeout.
+   * @param {boolean} [options.trailing=true]
+   *  Specify invoking on the trailing edge of the timeout.
+   * @returns {Function} Returns the new throttled function.
+   * @example
+   *
+   * // Avoid excessively updating the position while scrolling.
+   * jQuery(window).on('scroll', _.throttle(updatePosition, 100));
+   *
+   * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes.
+   * var throttled = _.throttle(renewToken, 300000, { 'trailing': false });
+   * jQuery(element).on('click', throttled);
+   *
+   * // Cancel the trailing throttled invocation.
+   * jQuery(window).on('popstate', throttled.cancel);
    */
-  function ElementAttributes(source){
-       
+  function throttle(func, wait, options) {
+    var leading = true,
+        trailing = true;
+
+    if (typeof func != 'function') {
+      throw new TypeError(FUNC_ERROR_TEXT$3);
+    }
+    if (isObject(options)) {
+      leading = 'leading' in options ? !!options.leading : leading;
+      trailing = 'trailing' in options ? !!options.trailing : trailing;
+    }
+    return debounce(func, wait, {
+      'leading': leading,
+      'maxWait': wait,
+      'trailing': trailing
+    });
   }
-  ElementAttributes.prototype = {
-       setTagName:function(tagName){
-               if(!tagNamePattern.test(tagName)){
-                       throw new Error('invalid tagName:'+tagName)
-               }
-               this.tagName = tagName;
-       },
-       add:function(qName,value,offset){
-               if(!tagNamePattern.test(qName)){
-                       throw new Error('invalid attribute:'+qName)
-               }
-               this[this.length++] = {qName:qName,value:value,offset:offset};
-       },
-       length:0,
-       getLocalName:function(i){return this[i].localName},
-       getLocator:function(i){return this[i].locator},
-       getQName:function(i){return this[i].qName},
-       getURI:function(i){return this[i].uri},
-       getValue:function(i){return this[i].value}
-  //   ,getIndex:function(uri, localName)){
-  //           if(localName){
-  //                   
-  //           }else{
-  //                   var qName = uri
-  //           }
-  //   },
-  //   getValue:function(){return this.getValue(this.getIndex.apply(this,arguments))},
-  //   getType:function(uri,localName){}
-  //   getType:function(i){},
-  };
 
+  function svgLabels(projection$$1, context) {
+      var path = d3_geoPath(projection$$1);
+      var detected = utilDetect();
+      var baselineHack = (detected.ie || detected.browser.toLowerCase() === 'edge');
+      var _rdrawn = rbush_1();
+      var _rskipped = rbush_1();
+      var _textWidthCache = {};
+      var _entitybboxes = {};
+
+      // Listed from highest to lowest priority
+      var labelStack = [
+          ['line', 'aeroway', '*', 12],
+          ['line', 'highway', 'motorway', 12],
+          ['line', 'highway', 'trunk', 12],
+          ['line', 'highway', 'primary', 12],
+          ['line', 'highway', 'secondary', 12],
+          ['line', 'highway', 'tertiary', 12],
+          ['line', 'highway', '*', 12],
+          ['line', 'railway', '*', 12],
+          ['line', 'waterway', '*', 12],
+          ['area', 'aeroway', '*', 12],
+          ['area', 'amenity', '*', 12],
+          ['area', 'building', '*', 12],
+          ['area', 'historic', '*', 12],
+          ['area', 'leisure', '*', 12],
+          ['area', 'man_made', '*', 12],
+          ['area', 'natural', '*', 12],
+          ['area', 'shop', '*', 12],
+          ['area', 'tourism', '*', 12],
+          ['area', 'camp_site', '*', 12],
+          ['point', 'aeroway', '*', 10],
+          ['point', 'amenity', '*', 10],
+          ['point', 'building', '*', 10],
+          ['point', 'historic', '*', 10],
+          ['point', 'leisure', '*', 10],
+          ['point', 'man_made', '*', 10],
+          ['point', 'natural', '*', 10],
+          ['point', 'shop', '*', 10],
+          ['point', 'tourism', '*', 10],
+          ['point', 'camp_site', '*', 10],
+          ['line', 'name', '*', 12],
+          ['area', 'name', '*', 12],
+          ['point', 'name', '*', 10]
+      ];
+
+
+      function blacklisted(preset) {
+          var noIcons = ['building', 'landuse', 'natural'];
+          return some(noIcons, function(s) {
+              return preset.id.indexOf(s) >= 0;
+          });
+      }
+
+
+      function get(array, prop) {
+          return function(d, i) { return array[i][prop]; };
+      }
+
+
+      function textWidth(text, size, elem) {
+          var c = _textWidthCache[size];
+          if (!c) c = _textWidthCache[size] = {};
+
+          if (c[text]) {
+              return c[text];
+
+          } else if (elem) {
+              c[text] = elem.getComputedTextLength();
+              return c[text];
+
+          } else {
+              var str = encodeURIComponent(text).match(/%[CDEFcdef]/g);
+              if (str === null) {
+                  return size / 3 * 2 * text.length;
+              } else {
+                  return size / 3 * (2 * text.length + str.length);
+              }
+          }
+      }
+
+
+      function drawLinePaths(selection, entities, filter, classes, labels) {
+          var paths = selection.selectAll('path')
+              .filter(filter)
+              .data(entities, osmEntity$$1.key);
+
+          // exit
+          paths.exit()
+              .remove();
+
+          // enter/update
+          paths.enter()
+              .append('path')
+              .style('stroke-width', get(labels, 'font-size'))
+              .attr('id', function(d) { return 'labelpath-' + d.id; })
+              .attr('class', classes)
+              .merge(paths)
+              .attr('d', get(labels, 'lineString'));
+      }
+
+
+      function drawLineLabels(selection, entities, filter, classes, labels) {
+          var texts = selection.selectAll('text.' + classes)
+              .filter(filter)
+              .data(entities, osmEntity$$1.key);
+
+          // exit
+          texts.exit()
+              .remove();
+
+          // enter
+          texts.enter()
+              .append('text')
+              .attr('class', function(d, i) { return classes + ' ' + labels[i].classes + ' ' + d.id; })
+              .attr('dy', baselineHack ? '0.35em' : null)
+              .append('textPath')
+              .attr('class', 'textpath');
+
+          // update
+          selection.selectAll('text.' + classes).selectAll('.textpath')
+              .filter(filter)
+              .data(entities, osmEntity$$1.key)
+              .attr('startOffset', '50%')
+              .attr('xlink:href', function(d) { return '#labelpath-' + d.id; })
+              .text(utilDisplayNameForPath);
+      }
+
+
+      function drawPointLabels(selection, entities, filter, classes, labels) {
+          var texts = selection.selectAll('text.' + classes)
+              .filter(filter)
+              .data(entities, osmEntity$$1.key);
+
+          // exit
+          texts.exit()
+              .remove();
+
+          // enter/update
+          texts.enter()
+              .append('text')
+              .attr('class', function(d, i) {
+                  return classes + ' ' + labels[i].classes + ' ' + d.id;
+              })
+              .merge(texts)
+              .attr('x', get(labels, 'x'))
+              .attr('y', get(labels, 'y'))
+              .style('text-anchor', get(labels, 'textAnchor'))
+              .text(utilDisplayName)
+              .each(function(d, i) {
+                  textWidth(utilDisplayName(d), labels[i].height, this);
+              });
+      }
+
+
+      function drawAreaLabels(selection, entities, filter, classes, labels) {
+          entities = entities.filter(hasText);
+          labels = labels.filter(hasText);
+          drawPointLabels(selection, entities, filter, classes, labels);
+
+          function hasText(d, i) {
+              return labels[i].hasOwnProperty('x') && labels[i].hasOwnProperty('y');
+          }
+      }
+
+
+      function drawAreaIcons(selection, entities, filter, classes, labels) {
+          var icons = selection.selectAll('use.' + classes)
+              .filter(filter)
+              .data(entities, osmEntity$$1.key);
+
+          // exit
+          icons.exit()
+              .remove();
+
+          // enter/update
+          icons.enter()
+              .append('use')
+              .attr('class', 'icon ' + classes)
+              .attr('width', '17px')
+              .attr('height', '17px')
+              .merge(icons)
+              .attr('transform', get(labels, 'transform'))
+              .attr('xlink:href', function(d) {
+                  var preset = context.presets().match(d, context.graph());
+                  var picon = preset && preset.icon;
+
+                  if (!picon) {
+                      return '';
+                  } else {
+                      var isMaki = /^maki-/.test(picon);
+                      return '#' + picon + (isMaki ? '-15' : '');
+                  }
+              });
+      }
+
+
+      function drawCollisionBoxes(selection, rtree, which) {
+          var classes = 'debug ' + which + ' ' + (which === 'debug-skipped' ? 'orange' : 'yellow');
+
+          var gj = [];
+          if (context.getDebug('collision')) {
+              gj = rtree.all().map(function(d) {
+                  return { type: 'Polygon', coordinates: [[
+                      [d.minX, d.minY],
+                      [d.maxX, d.minY],
+                      [d.maxX, d.maxY],
+                      [d.minX, d.maxY],
+                      [d.minX, d.minY]
+                  ]]};
+              });
+          }
+
+          var boxes = selection.selectAll('.' + which)
+              .data(gj);
+
+          // exit
+          boxes.exit()
+              .remove();
+
+          // enter/update
+          boxes.enter()
+              .append('path')
+              .attr('class', classes)
+              .merge(boxes)
+              .attr('d', d3_geoPath());
+      }
+
+
+      function drawLabels(selection, graph, entities, filter, dimensions, fullRedraw) {
+          var wireframe = context.surface().classed('fill-wireframe');
+          var zoom = geoScaleToZoom(projection$$1.scale());
+
+          var labelable = [];
+          var renderNodeAs = {};
+          var i, j, k, entity, geometry;
+
+          for (i = 0; i < labelStack.length; i++) {
+              labelable.push([]);
+          }
+
+          if (fullRedraw) {
+              _rdrawn.clear();
+              _rskipped.clear();
+              _entitybboxes = {};
+
+          } else {
+              for (i = 0; i < entities.length; i++) {
+                  entity = entities[i];
+                  var toRemove = []
+                      .concat(_entitybboxes[entity.id] || [])
+                      .concat(_entitybboxes[entity.id + 'I'] || []);
+
+                  for (j = 0; j < toRemove.length; j++) {
+                      _rdrawn.remove(toRemove[j]);
+                      _rskipped.remove(toRemove[j]);
+                  }
+              }
+          }
+
+          // Loop through all the entities to do some preprocessing
+          for (i = 0; i < entities.length; i++) {
+              entity = entities[i];
+              geometry = entity.geometry(graph);
+
+              // Insert collision boxes around interesting points/vertices
+              if (geometry === 'point' || (geometry === 'vertex' && isInterestingVertex(entity))) {
+                  var hasDirections = entity.directions(graph, projection$$1).length;
+                  var markerPadding;
+
+                  if (!wireframe && geometry === 'point' && !(zoom >= 18 && hasDirections)) {
+                      renderNodeAs[entity.id] = 'point';
+                      markerPadding = 20;   // extra y for marker height
+                  } else {
+                      renderNodeAs[entity.id] = 'vertex';
+                      markerPadding = 0;
+                  }
+
+                  var coord = projection$$1(entity.loc);
+                  var nodePadding = 10;
+                  var bbox = {
+                      minX: coord[0] - nodePadding,
+                      minY: coord[1] - nodePadding - markerPadding,
+                      maxX: coord[0] + nodePadding,
+                      maxY: coord[1] + nodePadding
+                  };
+
+                  doInsert(bbox, entity.id + 'P');
+              }
+
+              // From here on, treat vertices like points
+              if (geometry === 'vertex') {
+                  geometry = 'point';
+              }
+
+              // Determine which entities are label-able
+              var preset = geometry === 'area' && context.presets().match(entity, graph);
+              var icon = preset && !blacklisted(preset) && preset.icon;
+
+              if (!icon && !utilDisplayName(entity))
+                  continue;
+
+              for (k = 0; k < labelStack.length; k++) {
+                  var matchGeom = labelStack[k][0];
+                  var matchKey = labelStack[k][1];
+                  var matchVal = labelStack[k][2];
+                  var hasVal = entity.tags[matchKey];
+
+                  if (geometry === matchGeom && hasVal && (matchVal === '*' || matchVal === hasVal)) {
+                      labelable[k].push(entity);
+                      break;
+                  }
+              }
+          }
+
+          var positions = {
+              point: [],
+              line: [],
+              area: []
+          };
+
+          var labelled = {
+              point: [],
+              line: [],
+              area: []
+          };
+
+          // Try and find a valid label for labellable entities
+          for (k = 0; k < labelable.length; k++) {
+              var fontSize = labelStack[k][3];
+
+              for (i = 0; i < labelable[k].length; i++) {
+                  entity = labelable[k][i];
+                  geometry = entity.geometry(graph);
+
+                  var getName = (geometry === 'line') ? utilDisplayNameForPath : utilDisplayName;
+                  var name = getName(entity);
+                  var width = name && textWidth(name, fontSize);
+                  var p = null;
+
+                  if (geometry === 'point' || geometry === 'vertex') {
+                      // no point or vertex labels in wireframe mode
+                      // no vertex labels at low zooms (vertices have no icons)
+                      if (wireframe) continue;
+                      var renderAs = renderNodeAs[entity.id];
+                      if (renderAs === 'vertex' && zoom < 17) continue;
+
+                      p = getPointLabel(entity, width, fontSize, renderAs);
+
+                  } else if (geometry === 'line') {
+                      p = getLineLabel(entity, width, fontSize);
+
+                  } else if (geometry === 'area') {
+                      p = getAreaLabel(entity, width, fontSize);
+                  }
+
+                  if (p) {
+                      if (geometry === 'vertex') { geometry = 'point'; }  // treat vertex like point
+                      p.classes = geometry + ' tag-' + labelStack[k][1];
+                      positions[geometry].push(p);
+                      labelled[geometry].push(entity);
+                  }
+              }
+          }
+
+
+          function isInterestingVertex(entity) {
+              var selectedIDs = context.selectedIDs();
+
+              return entity.hasInterestingTags() ||
+                  entity.isEndpoint(graph) ||
+                  entity.isConnected(graph) ||
+                  selectedIDs.indexOf(entity.id) !== -1 ||
+                  some(graph.parentWays(entity), function(parent) {
+                      return selectedIDs.indexOf(parent.id) !== -1;
+                  });
+          }
+
+
+          function getPointLabel(entity, width, height, geometry) {
+              var y = (geometry === 'point' ? -12 : 0);
+              var pointOffsets = {
+                  ltr: [15, y, 'start'],
+                  rtl: [-15, y, 'end']
+              };
+
+              var coord = projection$$1(entity.loc);
+              var textPadding = 2;
+              var offset = pointOffsets[textDirection];
+              var p = {
+                  height: height,
+                  width: width,
+                  x: coord[0] + offset[0],
+                  y: coord[1] + offset[1],
+                  textAnchor: offset[2]
+              };
+
+              // insert a collision box for the text label..
+              var bbox;
+              if (textDirection === 'rtl') {
+                  bbox = {
+                      minX: p.x - width - textPadding,
+                      minY: p.y - (height / 2) - textPadding,
+                      maxX: p.x + textPadding,
+                      maxY: p.y + (height / 2) + textPadding
+                  };
+              } else {
+                  bbox = {
+                      minX: p.x - textPadding,
+                      minY: p.y - (height / 2) - textPadding,
+                      maxX: p.x + width + textPadding,
+                      maxY: p.y + (height / 2) + textPadding
+                  };
+              }
+
+              if (tryInsert([bbox], entity.id, true)) {
+                  return p;
+              }
+          }
+
+
+          function getLineLabel(entity, width, height) {
+              var viewport = geoExtent$$1(context.projection.clipExtent()).polygon();
+              var points = map$3(graph.childNodes(entity), 'loc').map(projection$$1);
+              var length = geoPathLength(points);
+
+              if (length < width + 20) return;
+
+              // todo: properly clip points to viewport
+
+              // % along the line to attempt to place the label
+              var lineOffsets = [50, 45, 55, 40, 60, 35, 65, 30, 70,
+                                 25, 75, 20, 80, 15, 95, 10, 90, 5, 95];
+              var padding = 3;
+
+              for (var i = 0; i < lineOffsets.length; i++) {
+                  var offset = lineOffsets[i];
+                  var middle = offset / 100 * length;
+                  var start = middle - width / 2;
+
+                  if (start < 0 || start + width > length) continue;
+
+                  // generate subpath and ignore paths that are invalid or don't cross viewport.
+                  var sub = subpath(points, start, start + width);
+                  if (!sub || !geoPolygonIntersectsPolygon(viewport, sub, true)) {
+                      continue;
+                  }
+
+                  var isReverse = reverse(sub);
+                  if (isReverse) {
+                      sub = sub.reverse();
+                  }
+
+                  var bboxes = [];
+                  var boxsize = (height + 2) / 2;
+
+                  for (var j = 0; j < sub.length - 1; j++) {
+                      var a = sub[j];
+                      var b = sub[j + 1];
+
+                      // split up the text into small collision boxes
+                      var num = Math.max(1, Math.floor(geoVecLength(a, b) / boxsize / 2));
+
+                      for (var box = 0; box < num; box++) {
+                          var p = geoVecInterp(a, b, box / num);
+                          var x0 = p[0] - boxsize - padding;
+                          var y0 = p[1] - boxsize - padding;
+                          var x1 = p[0] + boxsize + padding;
+                          var y1 = p[1] + boxsize + padding;
+
+                          bboxes.push({
+                              minX: Math.min(x0, x1),
+                              minY: Math.min(y0, y1),
+                              maxX: Math.max(x0, x1),
+                              maxY: Math.max(y0, y1)
+                          });
+                      }
+                  }
+
+                  if (tryInsert(bboxes, entity.id, false)) {   // accept this one
+                      return {
+                          'font-size': height + 2,
+                          lineString: lineString(sub),
+                          startOffset: offset + '%'
+                      };
+                  }
+              }
+
+              function reverse(p) {
+                  var angle = Math.atan2(p[1][1] - p[0][1], p[1][0] - p[0][0]);
+                  return !(p[0][0] < p[p.length - 1][0] && angle < Math.PI/2 && angle > -Math.PI/2);
+              }
+
+              function lineString(points) {
+                  return 'M' + points.join('L');
+              }
+
+              function subpath(points, from, to) {
+                  var sofar = 0;
+                  var start, end, i0, i1;
+
+                  for (var i = 0; i < points.length - 1; i++) {
+                      var a = points[i];
+                      var b = points[i + 1];
+                      var current = geoVecLength(a, b);
+                      var portion;
+                      if (!start && sofar + current >= from) {
+                          portion = (from - sofar) / current;
+                          start = [
+                              a[0] + portion * (b[0] - a[0]),
+                              a[1] + portion * (b[1] - a[1])
+                          ];
+                          i0 = i + 1;
+                      }
+                      if (!end && sofar + current >= to) {
+                          portion = (to - sofar) / current;
+                          end = [
+                              a[0] + portion * (b[0] - a[0]),
+                              a[1] + portion * (b[1] - a[1])
+                          ];
+                          i1 = i + 1;
+                      }
+                      sofar += current;
+                  }
+
+                  var result = points.slice(i0, i1);
+                  result.unshift(start);
+                  result.push(end);
+                  return result;
+              }
+          }
+
+
+          function getAreaLabel(entity, width, height) {
+              var centroid = path.centroid(entity.asGeoJSON(graph, true));
+              var extent = entity.extent(graph);
+              var areaWidth = projection$$1(extent[1])[0] - projection$$1(extent[0])[0];
+
+              if (isNaN(centroid[0]) || areaWidth < 20) return;
+
+              var preset = context.presets().match(entity, context.graph());
+              var picon = preset && preset.icon;
+              var iconSize = 17;
+              var padding = 2;
+              var p = {};
+
+              if (picon) {  // icon and label..
+                  if (addIcon()) {
+                      addLabel(iconSize + padding);
+                      return p;
+                  }
+              } else {   // label only..
+                  if (addLabel(0)) {
+                      return p;
+                  }
+              }
+
+
+              function addIcon() {
+                  var iconX = centroid[0] - (iconSize / 2);
+                  var iconY = centroid[1] - (iconSize / 2);
+                  var bbox = {
+                      minX: iconX,
+                      minY: iconY,
+                      maxX: iconX + iconSize,
+                      maxY: iconY + iconSize
+                  };
+
+                  if (tryInsert([bbox], entity.id + 'I', true)) {
+                      p.transform = 'translate(' + iconX + ',' + iconY + ')';
+                      return true;
+                  }
+                  return false;
+              }
+
+              function addLabel(yOffset) {
+                  if (width && areaWidth >= width + 20) {
+                      var labelX = centroid[0];
+                      var labelY = centroid[1] + yOffset;
+                      var bbox = {
+                          minX: labelX - (width / 2) - padding,
+                          minY: labelY - (height / 2) - padding,
+                          maxX: labelX + (width / 2) + padding,
+                          maxY: labelY + (height / 2) + padding
+                      };
+
+                      if (tryInsert([bbox], entity.id, true)) {
+                          p.x = labelX;
+                          p.y = labelY;
+                          p.textAnchor = 'middle';
+                          p.height = height;
+                          return true;
+                      }
+                  }
+                  return false;
+              }
+          }
+
+
+          // force insert a singular bounding box
+          // singular box only, no array, id better be unique
+          function doInsert(bbox, id) {
+              bbox.id = id;
+
+              var oldbox = _entitybboxes[id];
+              if (oldbox) {
+                  _rdrawn.remove(oldbox);
+              }
+              _entitybboxes[id] = bbox;
+              _rdrawn.insert(bbox);
+          }
+
+
+          function tryInsert(bboxes, id, saveSkipped) {
+              var skipped = false;
+
+              for (var i = 0; i < bboxes.length; i++) {
+                  var bbox = bboxes[i];
+                  bbox.id = id;
+
+                  // Check that label is visible
+                  if (bbox.minX < 0 || bbox.minY < 0 || bbox.maxX > dimensions[0] || bbox.maxY > dimensions[1]) {
+                      skipped = true;
+                      break;
+                  }
+                  if (_rdrawn.collides(bbox)) {
+                      skipped = true;
+                      break;
+                  }
+              }
+
+              _entitybboxes[id] = bboxes;
+
+              if (skipped) {
+                  if (saveSkipped) {
+                      _rskipped.load(bboxes);
+                  }
+              } else {
+                  _rdrawn.load(bboxes);
+              }
+
+              return !skipped;
+          }
+
+
+          var layer = selection.selectAll('.layer-labels');
+          var halo = layer.selectAll('.layer-labels-halo');
+          var label = layer.selectAll('.layer-labels-label');
+          var debug = layer.selectAll('.layer-labels-debug');
+
+          // points
+          drawPointLabels(label, labelled.point, filter, 'pointlabel', positions.point);
+          drawPointLabels(halo, labelled.point, filter, 'pointlabel-halo', positions.point);
+
+          // lines
+          drawLinePaths(halo, labelled.line, filter, '', positions.line);
+          drawLineLabels(label, labelled.line, filter, 'linelabel', positions.line);
+          drawLineLabels(halo, labelled.line, filter, 'linelabel-halo', positions.line);
+
+          // areas
+          drawAreaLabels(label, labelled.area, filter, 'arealabel', positions.area);
+          drawAreaLabels(halo, labelled.area, filter, 'arealabel-halo', positions.area);
+          drawAreaIcons(label, labelled.area, filter, 'areaicon', positions.area);
+          drawAreaIcons(halo, labelled.area, filter, 'areaicon-halo', positions.area);
+
+          // debug
+          drawCollisionBoxes(debug, _rskipped, 'debug-skipped');
+          drawCollisionBoxes(debug, _rdrawn, 'debug-drawn');
+
+          layer.call(filterLabels);
+      }
+
+
+      function filterLabels(selection) {
+          var layers = selection
+              .selectAll('.layer-labels-label, .layer-labels-halo');
+
+          layers.selectAll('.nolabel')
+              .classed('nolabel', false);
+
+          var mouse = context.mouse();
+          var graph = context.graph();
+          var selectedIDs = context.selectedIDs();
+          var ids = [];
+          var pad, bbox;
+
+          // hide labels near the mouse
+          if (mouse) {
+              pad = 20;
+              bbox = { minX: mouse[0] - pad, minY: mouse[1] - pad, maxX: mouse[0] + pad, maxY: mouse[1] + pad };
+              ids.push.apply(ids, map$3(_rdrawn.search(bbox), 'id'));
+          }
+
+          // hide labels on selected nodes (they look weird when dragging / haloed)
+          for (var i = 0; i < selectedIDs.length; i++) {
+              var entity = graph.hasEntity(selectedIDs[i]);
+              if (entity && entity.type === 'node') {
+                  ids.push(selectedIDs[i]);
+              }
+          }
+
+          layers.selectAll(utilEntitySelector(ids))
+              .classed('nolabel', true);
+
+
+          // draw the mouse bbox if debugging is on..
+          var debug = selection.selectAll('.layer-labels-debug');
+          var gj = [];
+          if (context.getDebug('collision')) {
+              gj = bbox ? [{
+                  type: 'Polygon',
+                  coordinates: [[
+                      [bbox.minX, bbox.minY],
+                      [bbox.maxX, bbox.minY],
+                      [bbox.maxX, bbox.maxY],
+                      [bbox.minX, bbox.maxY],
+                      [bbox.minX, bbox.minY]
+                  ]]
+              }] : [];
+          }
+
+          var box = debug.selectAll('.debug-mouse')
+              .data(gj);
+
+          // exit
+          box.exit()
+              .remove();
+
+          // enter/update
+          box.enter()
+              .append('path')
+              .attr('class', 'debug debug-mouse yellow')
+              .merge(box)
+              .attr('d', d3_geoPath());
+      }
+
+
+      var throttleFilterLabels = throttle(utilCallWhenIdle(filterLabels), 100);
+
+
+      drawLabels.observe = function(selection) {
+          var listener = function() { throttleFilterLabels(selection); };
+          selection.on('mousemove.hidelabels', listener);
+          context.on('enter.hidelabels', listener);
+      };
+
+
+      drawLabels.off = function(selection) {
+          throttleFilterLabels.cancel();
+          selection.on('mousemove.hidelabels', null);
+          context.on('enter.hidelabels', null);
+      };
+
+
+      return drawLabels;
+  }
+
+  function svgStreetside$$1(projection, context, dispatch) {
+      var throttledRedraw = throttle(function () { dispatch.call('change'); }, 1000);
+      var minZoom = 14;
+      var minMarkerZoom = 16;
+      var minViewfieldZoom = 18;
+      var layer = select(null);
+      var _viewerYaw = 0;
+      var _selectedSequence = null;
+      var _hoveredBubble = null;
+      var _streetside;
+
+      /**
+       * init().
+       */
+      function init() {
+          if (svgStreetside$$1.initialized) return;  // run once
+          svgStreetside$$1.enabled = false;
+          svgStreetside$$1.initialized = true;
+      }
+
+      /**
+       * getService().
+       */
+      function getService() {
+          if (services.streetside && !_streetside) {
+              _streetside = services.streetside;
+              _streetside.event
+                  .on('viewerChanged', viewerChanged)
+                  .on('loadedBubbles', throttledRedraw);
+          } else if (!services.streetside && _streetside) {
+              _streetside = null;
+          }
+
+          return _streetside;
+      }
+
+      /**
+       * showLayer().
+       */
+      function showLayer() {
+          var service = getService();
+          if (!service) return;
+
+          service.loadViewer(context);
+          editOn();
+
+          layer
+              .style('opacity', 0)
+              .transition()
+              .duration(250)
+              .style('opacity', 1)
+              .on('end', function () { dispatch.call('change'); });
+      }
+
+      /**
+       * hideLayer().
+       */
+      function hideLayer() {
+          var service = getService();
+          if (service) {
+              service.hideViewer();
+          }
+
+          throttledRedraw.cancel();
+
+          layer
+              .transition()
+              .duration(250)
+              .style('opacity', 0)
+              .on('end', editOff);
+      }
+
+      /**
+       * editOn().
+       */
+      function editOn() {
+          layer.style('display', 'block');
+      }
+
+      /**
+       * editOff().
+       */
+      function editOff() {
+          layer.selectAll('.viewfield-group').remove();
+          layer.style('display', 'none');
+      }
+
+      /**
+       * click() Handles 'bubble' point click event.
+       */
+      function click(d) {
+          var service = getService();
+          if (!service) return;
+
+          // try to preserve the viewer rotation when staying on the same sequence
+          if (d.sequenceKey !== _selectedSequence) {
+              _viewerYaw = 0;  // reset
+          }
+          _selectedSequence = d.sequenceKey;
+
+          service
+              .selectImage(d)
+              .then(function(r) {
+                  if (r.status === 'ok'){
+                      service.showViewer(_viewerYaw);
+                  }
+              });
+
+
+          context.map().centerEase(d.loc);
+      }
+
+      /**
+       * mouseover().
+       */
+      function mouseover(d) {
+          var service = getService();
+          _hoveredBubble = d;
+          if (service) service.setStyles(d, true);
+      }
+
+      /**
+       * mouseout().
+       */
+      function mouseout() {
+          var service = getService();
+          _hoveredBubble = null;
+          if (service) service.setStyles(null, true);
+      }
+
+      /**
+       * transform().
+       */
+      function transform(d) {
+          var t = svgPointTransform(projection)(d);
+          var rot = d.ca + _viewerYaw;
+          if (rot) {
+              t += ' rotate(' + Math.floor(rot) + ',0,0)';
+          }
+          return t;
+      }
+
+
+      function viewerChanged() {
+          var service = getService();
+          if (!service) return;
+
+          var viewer = service.viewer();
+          if (!viewer) return;
+
+          // update viewfield rotation
+          _viewerYaw = viewer.getYaw();
+
+          // avoid updating if the map is currently transformed
+          // e.g. during drags or easing.
+          if (context.map().isTransformed()) return;
+
+          layer.selectAll('.viewfield-group.selected')
+              .attr('transform', transform);
+      }
+
+
+      /**
+       * update().
+       */
+      function update() {
+          var viewer = select('#photoviewer');
+          var selected = viewer.empty() ? undefined : viewer.datum();
+          var z = ~~context.map().zoom();
+          var showMarkers = (z >= minMarkerZoom);
+          var showViewfields = (z >= minViewfieldZoom);
+          var service = getService();
+
+          var sequences = (service ? service.sequences(projection) : []);
+          var bubbles = (service && showMarkers ? service.bubbles(projection) : []);
 
+          var traces = layer.selectAll('.sequences').selectAll('.sequence')
+              .data(sequences, function(d) { return d.properties.key; });
 
+          // exit
+          traces.exit()
+              .remove();
 
-  function _set_proto_(thiz,parent){
-       thiz.__proto__ = parent;
-       return thiz;
-  }
-  if(!(_set_proto_({},_set_proto_.prototype) instanceof _set_proto_)){
-       _set_proto_ = function(thiz,parent){
-               function p(){}          p.prototype = parent;
-               p = new p();
-               for(parent in thiz){
-                       p[parent] = thiz[parent];
-               }
-               return p;
-       };
-  }
+          // enter/update
+          traces = traces.enter()
+              .append('path')
+              .attr('class', 'sequence')
+              .merge(traces)
+              .attr('d', svgPath(projection).geojson);
 
-  function split(source,start){
-       var match;
-       var buf = [];
-       var reg = /'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;
-       reg.lastIndex = start;
-       reg.exec(source);//skip <
-       while(match = reg.exec(source)){
-               buf.push(match);
-               if(match[1])return buf;
-       }
-  }
 
-  var XMLReader_1 = XMLReader;
+          var groups = layer.selectAll('.markers').selectAll('.viewfield-group')
+              .data(bubbles, function(d) {
+                  // force reenter once bubbles are attached to a sequence
+                  return d.key + (d.sequenceKey ? 'v1' : 'v0');
+              });
 
-  var sax = {
-       XMLReader: XMLReader_1
-  };
+          // exit
+          groups.exit()
+              .remove();
 
-  /*
-   * DOM Level 2
-   * Object DOMException
-   * @see http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html
-   * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
-   */
+          // enter
+          var groupsEnter = groups.enter()
+              .append('g')
+              .attr('class', 'viewfield-group')
+              .on('mouseover', mouseover)
+              .on('mouseout', mouseout)
+              .on('click', click);
 
-  function copy$1(src,dest){
-       for(var p in src){
-               dest[p] = src[p];
-       }
-  }
-  /**
-  ^\w+\.prototype\.([_\w]+)\s*=\s*((?:.*\{\s*?[\r\n][\s\S]*?^})|\S.*?(?=[;\r\n]));?
-  ^\w+\.prototype\.([_\w]+)\s*=\s*(\S.*?(?=[;\r\n]));?
-   */
-  function _extends(Class,Super){
-       var pt = Class.prototype;
-       if(Object.create){
-               var ppt = Object.create(Super.prototype);
-               pt.__proto__ = ppt;
-       }
-       if(!(pt instanceof Super)){
-               function t(){}          t.prototype = Super.prototype;
-               t = new t();
-               copy$1(pt,t);
-               Class.prototype = pt = t;
-       }
-       if(pt.constructor != Class){
-               if(typeof Class != 'function'){
-                       console.error("unknow Class:"+Class);
-               }
-               pt.constructor = Class;
-       }
-  }
-  var htmlns = 'http://www.w3.org/1999/xhtml' ;
-  // Node Types
-  var NodeType = {};
-  var ELEMENT_NODE                = NodeType.ELEMENT_NODE                = 1;
-  var ATTRIBUTE_NODE              = NodeType.ATTRIBUTE_NODE              = 2;
-  var TEXT_NODE                   = NodeType.TEXT_NODE                   = 3;
-  var CDATA_SECTION_NODE          = NodeType.CDATA_SECTION_NODE          = 4;
-  var ENTITY_REFERENCE_NODE       = NodeType.ENTITY_REFERENCE_NODE       = 5;
-  var ENTITY_NODE                 = NodeType.ENTITY_NODE                 = 6;
-  var PROCESSING_INSTRUCTION_NODE = NodeType.PROCESSING_INSTRUCTION_NODE = 7;
-  var COMMENT_NODE                = NodeType.COMMENT_NODE                = 8;
-  var DOCUMENT_NODE               = NodeType.DOCUMENT_NODE               = 9;
-  var DOCUMENT_TYPE_NODE          = NodeType.DOCUMENT_TYPE_NODE          = 10;
-  var DOCUMENT_FRAGMENT_NODE      = NodeType.DOCUMENT_FRAGMENT_NODE      = 11;
-  var NOTATION_NODE               = NodeType.NOTATION_NODE               = 12;
+          groupsEnter
+              .append('g')
+              .attr('class', 'viewfield-scale');
 
-  // ExceptionCode
-  var ExceptionCode = {};
-  var ExceptionMessage = {};
-  var INDEX_SIZE_ERR              = ExceptionCode.INDEX_SIZE_ERR              = ((ExceptionMessage[1]="Index size error"),1);
-  var DOMSTRING_SIZE_ERR          = ExceptionCode.DOMSTRING_SIZE_ERR          = ((ExceptionMessage[2]="DOMString size error"),2);
-  var HIERARCHY_REQUEST_ERR       = ExceptionCode.HIERARCHY_REQUEST_ERR       = ((ExceptionMessage[3]="Hierarchy request error"),3);
-  var WRONG_DOCUMENT_ERR          = ExceptionCode.WRONG_DOCUMENT_ERR          = ((ExceptionMessage[4]="Wrong document"),4);
-  var INVALID_CHARACTER_ERR       = ExceptionCode.INVALID_CHARACTER_ERR       = ((ExceptionMessage[5]="Invalid character"),5);
-  var NO_DATA_ALLOWED_ERR         = ExceptionCode.NO_DATA_ALLOWED_ERR         = ((ExceptionMessage[6]="No data allowed"),6);
-  var NO_MODIFICATION_ALLOWED_ERR = ExceptionCode.NO_MODIFICATION_ALLOWED_ERR = ((ExceptionMessage[7]="No modification allowed"),7);
-  var NOT_FOUND_ERR               = ExceptionCode.NOT_FOUND_ERR               = ((ExceptionMessage[8]="Not found"),8);
-  var NOT_SUPPORTED_ERR           = ExceptionCode.NOT_SUPPORTED_ERR           = ((ExceptionMessage[9]="Not supported"),9);
-  var INUSE_ATTRIBUTE_ERR         = ExceptionCode.INUSE_ATTRIBUTE_ERR         = ((ExceptionMessage[10]="Attribute in use"),10);
-  //level2
-  var INVALID_STATE_ERR                = ExceptionCode.INVALID_STATE_ERR               = ((ExceptionMessage[11]="Invalid state"),11);
-  var SYNTAX_ERR                       = ExceptionCode.SYNTAX_ERR                      = ((ExceptionMessage[12]="Syntax error"),12);
-  var INVALID_MODIFICATION_ERR         = ExceptionCode.INVALID_MODIFICATION_ERR        = ((ExceptionMessage[13]="Invalid modification"),13);
-  var NAMESPACE_ERR                    = ExceptionCode.NAMESPACE_ERR                   = ((ExceptionMessage[14]="Invalid namespace"),14);
-  var INVALID_ACCESS_ERR               = ExceptionCode.INVALID_ACCESS_ERR              = ((ExceptionMessage[15]="Invalid access"),15);
+          // update
+          var markers = groups
+              .merge(groupsEnter)
+              .sort(function(a, b) {
+                  return (a === selected) ? 1
+                      : (b === selected) ? -1
+                      : b.loc[1] - a.loc[1];
+              })
+              .attr('transform', transform)
+              .select('.viewfield-scale');
 
 
-  function DOMException(code, message) {
-       if(message instanceof Error){
-               var error = message;
-       }else{
-               error = this;
-               Error.call(this, ExceptionMessage[code]);
-               this.message = ExceptionMessage[code];
-               if(Error.captureStackTrace) Error.captureStackTrace(this, DOMException);
-       }
-       error.code = code;
-       if(message) this.message = this.message + ": " + message;
-       return error;
-  }DOMException.prototype = Error.prototype;
-  copy$1(ExceptionCode,DOMException);
-  /**
-   * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177
-   * The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. NodeList objects in the DOM are live.
-   * The items in the NodeList are accessible via an integral index, starting from 0.
-   */
-  function NodeList() {
-  }NodeList.prototype = {
-       /**
-        * The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.
-        * @standard level1
-        */
-       length:0, 
-       /**
-        * Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
-        * @standard level1
-        * @param index  unsigned long 
-        *   Index into the collection.
-        * @return Node
-        *      The node at the indexth position in the NodeList, or null if that is not a valid index. 
-        */
-       item: function(index) {
-               return this[index] || null;
-       },
-       toString:function(isHTML,nodeFilter){
-               for(var buf = [], i = 0;i<this.length;i++){
-                       serializeToString(this[i],buf,isHTML,nodeFilter);
-               }
-               return buf.join('');
-       }
-  };
-  function LiveNodeList(node,refresh){
-       this._node = node;
-       this._refresh = refresh;
-       _updateLiveList(this);
-  }
-  function _updateLiveList(list){
-       var inc = list._node._inc || list._node.ownerDocument._inc;
-       if(list._inc != inc){
-               var ls = list._refresh(list._node);
-               //console.log(ls.length)
-               __set__(list,'length',ls.length);
-               copy$1(ls,list);
-               list._inc = inc;
-       }
-  }
-  LiveNodeList.prototype.item = function(i){
-       _updateLiveList(this);
-       return this[i];
-  };
+          markers.selectAll('circle')
+              .data([0])
+              .enter()
+              .append('circle')
+              .attr('dx', '0')
+              .attr('dy', '0')
+              .attr('r', '6');
 
-  _extends(LiveNodeList,NodeList);
-  /**
-   * 
-   * Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name. Note that NamedNodeMap does not inherit from NodeList; NamedNodeMaps are not maintained in any particular order. Objects contained in an object implementing NamedNodeMap may also be accessed by an ordinal index, but this is simply to allow convenient enumeration of the contents of a NamedNodeMap, and does not imply that the DOM specifies an order to these Nodes.
-   * NamedNodeMap objects in the DOM are live.
-   * used for attributes or DocumentType entities 
-   */
-  function NamedNodeMap() {
-  }
-  function _findNodeIndex(list,node){
-       var i = list.length;
-       while(i--){
-               if(list[i] === node){return i}
-       }
-  }
+          var viewfields = markers.selectAll('.viewfield')
+              .data(showViewfields ? [0] : []);
 
-  function _addNamedNode(el,list,newAttr,oldAttr){
-       if(oldAttr){
-               list[_findNodeIndex(list,oldAttr)] = newAttr;
-       }else{
-               list[list.length++] = newAttr;
-       }
-       if(el){
-               newAttr.ownerElement = el;
-               var doc = el.ownerDocument;
-               if(doc){
-                       oldAttr && _onRemoveAttribute(doc,el,oldAttr);
-                       _onAddAttribute(doc,el,newAttr);
-               }
-       }
-  }
-  function _removeNamedNode(el,list,attr){
-       //console.log('remove attr:'+attr)
-       var i = _findNodeIndex(list,attr);
-       if(i>=0){
-               var lastIndex = list.length-1;
-               while(i<lastIndex){
-                       list[i] = list[++i];
-               }
-               list.length = lastIndex;
-               if(el){
-                       var doc = el.ownerDocument;
-                       if(doc){
-                               _onRemoveAttribute(doc,el,attr);
-                               attr.ownerElement = null;
-                       }
-               }
-       }else{
-               throw DOMException(NOT_FOUND_ERR,new Error(el.tagName+'@'+attr))
-       }
-  }
-  NamedNodeMap.prototype = {
-       length:0,
-       item:NodeList.prototype.item,
-       getNamedItem: function(key) {
-  //           if(key.indexOf(':')>0 || key == 'xmlns'){
-  //                   return null;
-  //           }
-               //console.log()
-               var i = this.length;
-               while(i--){
-                       var attr = this[i];
-                       //console.log(attr.nodeName,key)
-                       if(attr.nodeName == key){
-                               return attr;
-                       }
-               }
-       },
-       setNamedItem: function(attr) {
-               var el = attr.ownerElement;
-               if(el && el!=this._ownerElement){
-                       throw new DOMException(INUSE_ATTRIBUTE_ERR);
-               }
-               var oldAttr = this.getNamedItem(attr.nodeName);
-               _addNamedNode(this._ownerElement,this,attr,oldAttr);
-               return oldAttr;
-       },
-       /* returns Node */
-       setNamedItemNS: function(attr) {// raises: WRONG_DOCUMENT_ERR,NO_MODIFICATION_ALLOWED_ERR,INUSE_ATTRIBUTE_ERR
-               var el = attr.ownerElement, oldAttr;
-               if(el && el!=this._ownerElement){
-                       throw new DOMException(INUSE_ATTRIBUTE_ERR);
-               }
-               oldAttr = this.getNamedItemNS(attr.namespaceURI,attr.localName);
-               _addNamedNode(this._ownerElement,this,attr,oldAttr);
-               return oldAttr;
-       },
+          viewfields.exit()
+              .remove();
 
-       /* returns Node */
-       removeNamedItem: function(key) {
-               var attr = this.getNamedItem(key);
-               _removeNamedNode(this._ownerElement,this,attr);
-               return attr;
-               
-               
-       },// raises: NOT_FOUND_ERR,NO_MODIFICATION_ALLOWED_ERR
-       
-       //for level2
-       removeNamedItemNS:function(namespaceURI,localName){
-               var attr = this.getNamedItemNS(namespaceURI,localName);
-               _removeNamedNode(this._ownerElement,this,attr);
-               return attr;
-       },
-       getNamedItemNS: function(namespaceURI, localName) {
-               var i = this.length;
-               while(i--){
-                       var node = this[i];
-                       if(node.localName == localName && node.namespaceURI == namespaceURI){
-                               return node;
-                       }
-               }
-               return null;
-       }
-  };
-  /**
-   * @see http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490
-   */
-  function DOMImplementation(/* Object */ features) {
-       this._features = {};
-       if (features) {
-               for (var feature in features) {
-                        this._features = features[feature];
-               }
-       }
-  }
-  DOMImplementation.prototype = {
-       hasFeature: function(/* string */ feature, /* string */ version) {
-               var versions = this._features[feature.toLowerCase()];
-               if (versions && (!version || version in versions)) {
-                       return true;
-               } else {
-                       return false;
-               }
-       },
-       // Introduced in DOM Level 2:
-       createDocument:function(namespaceURI,  qualifiedName, doctype){// raises:INVALID_CHARACTER_ERR,NAMESPACE_ERR,WRONG_DOCUMENT_ERR
-               var doc = new Document();
-               doc.implementation = this;
-               doc.childNodes = new NodeList();
-               doc.doctype = doctype;
-               if(doctype){
-                       doc.appendChild(doctype);
-               }
-               if(qualifiedName){
-                       var root = doc.createElementNS(namespaceURI,qualifiedName);
-                       doc.appendChild(root);
-               }
-               return doc;
-       },
-       // Introduced in DOM Level 2:
-       createDocumentType:function(qualifiedName, publicId, systemId){// raises:INVALID_CHARACTER_ERR,NAMESPACE_ERR
-               var node = new DocumentType();
-               node.name = qualifiedName;
-               node.nodeName = qualifiedName;
-               node.publicId = publicId;
-               node.systemId = systemId;
-               // Introduced in DOM Level 2:
-               //readonly attribute DOMString        internalSubset;
-               
-               //TODO:..
-               //  readonly attribute NamedNodeMap     entities;
-               //  readonly attribute NamedNodeMap     notations;
-               return node;
-       }
-  };
+          // viewfields may or may not be drawn...
+          // but if they are, draw below the circles
+          viewfields.enter()
+              .insert('path', 'circle')
+              .attr('class', 'viewfield')
+              .attr('transform', 'scale(1.5,1.5),translate(-8, -13)')
+              .attr('d', viewfieldPath);
 
 
-  /**
-   * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247
-   */
+          if (service) {
+              service.setStyles(_hoveredBubble, true);
+          }
 
-  function Node$2() {
-  }
-  Node$2.prototype = {
-       firstChild : null,
-       lastChild : null,
-       previousSibling : null,
-       nextSibling : null,
-       attributes : null,
-       parentNode : null,
-       childNodes : null,
-       ownerDocument : null,
-       nodeValue : null,
-       namespaceURI : null,
-       prefix : null,
-       localName : null,
-       // Modified in DOM Level 2:
-       insertBefore:function(newChild, refChild){//raises 
-               return _insertBefore(this,newChild,refChild);
-       },
-       replaceChild:function(newChild, oldChild){//raises 
-               this.insertBefore(newChild,oldChild);
-               if(oldChild){
-                       this.removeChild(oldChild);
-               }
-       },
-       removeChild:function(oldChild){
-               return _removeChild(this,oldChild);
-       },
-       appendChild:function(newChild){
-               return this.insertBefore(newChild,null);
-       },
-       hasChildNodes:function(){
-               return this.firstChild != null;
-       },
-       cloneNode:function(deep){
-               return cloneNode(this.ownerDocument||this,this,deep);
-       },
-       // Modified in DOM Level 2:
-       normalize:function(){
-               var child = this.firstChild;
-               while(child){
-                       var next = child.nextSibling;
-                       if(next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE){
-                               this.removeChild(next);
-                               child.appendData(next.data);
-                       }else{
-                               child.normalize();
-                               child = next;
-                       }
-               }
-       },
-       // Introduced in DOM Level 2:
-       isSupported:function(feature, version){
-               return this.ownerDocument.implementation.hasFeature(feature,version);
-       },
-      // Introduced in DOM Level 2:
-      hasAttributes:function(){
-       return this.attributes.length>0;
-      },
-      lookupPrefix:function(namespaceURI){
-       var el = this;
-       while(el){
-               var map = el._nsMap;
-               //console.dir(map)
-               if(map){
-                       for(var n in map){
-                               if(map[n] == namespaceURI){
-                                       return n;
-                               }
-                       }
-               }
-               el = el.nodeType == ATTRIBUTE_NODE?el.ownerDocument : el.parentNode;
-       }
-       return null;
-      },
-      // Introduced in DOM Level 3:
-      lookupNamespaceURI:function(prefix){
-       var el = this;
-       while(el){
-               var map = el._nsMap;
-               //console.dir(map)
-               if(map){
-                       if(prefix in map){
-                               return map[prefix] ;
-                       }
-               }
-               el = el.nodeType == ATTRIBUTE_NODE?el.ownerDocument : el.parentNode;
-       }
-       return null;
-      },
-      // Introduced in DOM Level 3:
-      isDefaultNamespace:function(namespaceURI){
-       var prefix = this.lookupPrefix(namespaceURI);
-       return prefix == null;
+
+          function viewfieldPath() {
+              var d = this.parentNode.__data__;
+              if (d.pano) {
+                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
+              } else {
+                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
+              }
+          }
+
+      }
+
+      /**
+       * drawImages()
+       * drawImages is the method that is returned (and that runs) everytime 'svgStreetside()' is called.
+       * 'svgStreetside()' is called from index.js
+       */
+      function drawImages(selection$$1) {
+          var enabled = svgStreetside$$1.enabled;
+          var service = getService();
+
+          layer = selection$$1.selectAll('.layer-streetside-images')
+              .data(service ? [0] : []);
+
+          layer.exit()
+              .remove();
+
+          var layerEnter = layer.enter()
+              .append('g')
+              .attr('class', 'layer-streetside-images')
+              .style('display', enabled ? 'block' : 'none');
+
+          layerEnter
+              .append('g')
+              .attr('class', 'sequences');
+
+          layerEnter
+              .append('g')
+              .attr('class', 'markers');
+
+          layer = layerEnter
+              .merge(layer);
+
+          if (enabled) {
+              if (service && ~~context.map().zoom() >= minZoom) {
+                  editOn();
+                  update();
+                  service.loadBubbles(projection);
+              } else {
+                  editOff();
+              }
+          }
       }
-  };
 
 
-  function _xmlEncoder(c){
-       return c == '<' && '&lt;' ||
-           c == '>' && '&gt;' ||
-           c == '&' && '&amp;' ||
-           c == '"' && '&quot;' ||
-           '&#'+c.charCodeAt()+';'
+      /**
+       * drawImages.enabled().
+       */
+      drawImages.enabled = function(_) {
+          if (!arguments.length) return svgStreetside$$1.enabled;
+          svgStreetside$$1.enabled = _;
+          if (svgStreetside$$1.enabled) {
+              showLayer();
+          } else {
+              hideLayer();
+          }
+          dispatch.call('change');
+          return this;
+      };
+
+      /**
+       * drawImages.supported().
+       */
+      drawImages.supported = function() {
+          return !!getService();
+      };
+
+      init();
+
+      return drawImages;
   }
 
+  function svgMapillaryImages$$1(projection, context, dispatch) {
+      var throttledRedraw = throttle(function () { dispatch.call('change'); }, 1000);
+      var minZoom = 12;
+      var minMarkerZoom = 16;
+      var minViewfieldZoom = 18;
+      var layer = select(null);
+      var _mapillary;
+      var viewerCompassAngle;
 
-  copy$1(NodeType,Node$2);
-  copy$1(NodeType,Node$2.prototype);
 
-  /**
-   * @param callback return true for continue,false for break
-   * @return boolean true: break visit;
-   */
-  function _visitNode(node,callback){
-       if(callback(node)){
-               return true;
-       }
-       if(node = node.firstChild){
-               do{
-                       if(_visitNode(node,callback)){return true}
-          }while(node=node.nextSibling)
+      function init() {
+          if (svgMapillaryImages$$1.initialized) return;  // run once
+          svgMapillaryImages$$1.enabled = false;
+          svgMapillaryImages$$1.initialized = true;
       }
-  }
 
 
+      function getService() {
+          if (services.mapillary && !_mapillary) {
+              _mapillary = services.mapillary;
+              _mapillary.event.on('loadedImages', throttledRedraw);
+              _mapillary.event.on('bearingChanged', function(e) {
+                  viewerCompassAngle = e;
 
-  function Document(){
-  }
-  function _onAddAttribute(doc,el,newAttr){
-       doc && doc._inc++;
-       var ns = newAttr.namespaceURI ;
-       if(ns == 'http://www.w3.org/2000/xmlns/'){
-               //update namespace
-               el._nsMap[newAttr.prefix?newAttr.localName:''] = newAttr.value;
-       }
-  }
-  function _onRemoveAttribute(doc,el,newAttr,remove){
-       doc && doc._inc++;
-       var ns = newAttr.namespaceURI ;
-       if(ns == 'http://www.w3.org/2000/xmlns/'){
-               //update namespace
-               delete el._nsMap[newAttr.prefix?newAttr.localName:''];
-       }
-  }
-  function _onUpdateChild(doc,el,newChild){
-       if(doc && doc._inc){
-               doc._inc++;
-               //update childNodes
-               var cs = el.childNodes;
-               if(newChild){
-                       cs[cs.length++] = newChild;
-               }else{
-                       //console.log(1)
-                       var child = el.firstChild;
-                       var i = 0;
-                       while(child){
-                               cs[i++] = child;
-                               child =child.nextSibling;
-                       }
-                       cs.length = i;
-               }
-       }
-  }
+                  // avoid updating if the map is currently transformed
+                  // e.g. during drags or easing.
+                  if (context.map().isTransformed()) return;
 
-  /**
-   * attributes;
-   * children;
-   * 
-   * writeable properties:
-   * nodeValue,Attr:value,CharacterData:data
-   * prefix
-   */
-  function _removeChild(parentNode,child){
-       var previous = child.previousSibling;
-       var next = child.nextSibling;
-       if(previous){
-               previous.nextSibling = next;
-       }else{
-               parentNode.firstChild = next;
-       }
-       if(next){
-               next.previousSibling = previous;
-       }else{
-               parentNode.lastChild = previous;
-       }
-       _onUpdateChild(parentNode.ownerDocument,parentNode);
-       return child;
-  }
-  /**
-   * preformance key(refChild == null)
-   */
-  function _insertBefore(parentNode,newChild,nextChild){
-       var cp = newChild.parentNode;
-       if(cp){
-               cp.removeChild(newChild);//remove and update
-       }
-       if(newChild.nodeType === DOCUMENT_FRAGMENT_NODE){
-               var newFirst = newChild.firstChild;
-               if (newFirst == null) {
-                       return newChild;
-               }
-               var newLast = newChild.lastChild;
-       }else{
-               newFirst = newLast = newChild;
-       }
-       var pre = nextChild ? nextChild.previousSibling : parentNode.lastChild;
+                  layer.selectAll('.viewfield-group.selected')
+                      .filter(function(d) {
+                          return d.pano;
+                      })
+                      .attr('transform', transform);
+              });
+          } else if (!services.mapillary && _mapillary) {
+              _mapillary = null;
+          }
 
-       newFirst.previousSibling = pre;
-       newLast.nextSibling = nextChild;
-       
-       
-       if(pre){
-               pre.nextSibling = newFirst;
-       }else{
-               parentNode.firstChild = newFirst;
-       }
-       if(nextChild == null){
-               parentNode.lastChild = newLast;
-       }else{
-               nextChild.previousSibling = newLast;
-       }
-       do{
-               newFirst.parentNode = parentNode;
-       }while(newFirst !== newLast && (newFirst= newFirst.nextSibling))
-       _onUpdateChild(parentNode.ownerDocument||parentNode,parentNode);
-       //console.log(parentNode.lastChild.nextSibling == null)
-       if (newChild.nodeType == DOCUMENT_FRAGMENT_NODE) {
-               newChild.firstChild = newChild.lastChild = null;
-       }
-       return newChild;
-  }
-  function _appendSingleChild(parentNode,newChild){
-       var cp = newChild.parentNode;
-       if(cp){
-               var pre = parentNode.lastChild;
-               cp.removeChild(newChild);//remove and update
-               var pre = parentNode.lastChild;
-       }
-       var pre = parentNode.lastChild;
-       newChild.parentNode = parentNode;
-       newChild.previousSibling = pre;
-       newChild.nextSibling = null;
-       if(pre){
-               pre.nextSibling = newChild;
-       }else{
-               parentNode.firstChild = newChild;
-       }
-       parentNode.lastChild = newChild;
-       _onUpdateChild(parentNode.ownerDocument,parentNode,newChild);
-       return newChild;
-       //console.log("__aa",parentNode.lastChild.nextSibling == null)
-  }
-  Document.prototype = {
-       //implementation : null,
-       nodeName :  '#document',
-       nodeType :  DOCUMENT_NODE,
-       doctype :  null,
-       documentElement :  null,
-       _inc : 1,
-       
-       insertBefore :  function(newChild, refChild){//raises 
-               if(newChild.nodeType == DOCUMENT_FRAGMENT_NODE){
-                       var child = newChild.firstChild;
-                       while(child){
-                               var next = child.nextSibling;
-                               this.insertBefore(child,refChild);
-                               child = next;
-                       }
-                       return newChild;
-               }
-               if(this.documentElement == null && newChild.nodeType == ELEMENT_NODE){
-                       this.documentElement = newChild;
-               }
-               
-               return _insertBefore(this,newChild,refChild),(newChild.ownerDocument = this),newChild;
-       },
-       removeChild :  function(oldChild){
-               if(this.documentElement == oldChild){
-                       this.documentElement = null;
-               }
-               return _removeChild(this,oldChild);
-       },
-       // Introduced in DOM Level 2:
-       importNode : function(importedNode,deep){
-               return importNode(this,importedNode,deep);
-       },
-       // Introduced in DOM Level 2:
-       getElementById :        function(id){
-               var rtv = null;
-               _visitNode(this.documentElement,function(node){
-                       if(node.nodeType == ELEMENT_NODE){
-                               if(node.getAttribute('id') == id){
-                                       rtv = node;
-                                       return true;
-                               }
-                       }
-               });
-               return rtv;
-       },
-       
-       //document factory method:
-       createElement : function(tagName){
-               var node = new Element();
-               node.ownerDocument = this;
-               node.nodeName = tagName;
-               node.tagName = tagName;
-               node.childNodes = new NodeList();
-               var attrs       = node.attributes = new NamedNodeMap();
-               attrs._ownerElement = node;
-               return node;
-       },
-       createDocumentFragment :        function(){
-               var node = new DocumentFragment();
-               node.ownerDocument = this;
-               node.childNodes = new NodeList();
-               return node;
-       },
-       createTextNode :        function(data){
-               var node = new Text();
-               node.ownerDocument = this;
-               node.appendData(data);
-               return node;
-       },
-       createComment : function(data){
-               var node = new Comment();
-               node.ownerDocument = this;
-               node.appendData(data);
-               return node;
-       },
-       createCDATASection :    function(data){
-               var node = new CDATASection();
-               node.ownerDocument = this;
-               node.appendData(data);
-               return node;
-       },
-       createProcessingInstruction :   function(target,data){
-               var node = new ProcessingInstruction();
-               node.ownerDocument = this;
-               node.tagName = node.target = target;
-               node.nodeValue= node.data = data;
-               return node;
-       },
-       createAttribute :       function(name){
-               var node = new Attr();
-               node.ownerDocument      = this;
-               node.name = name;
-               node.nodeName   = name;
-               node.localName = name;
-               node.specified = true;
-               return node;
-       },
-       createEntityReference : function(name){
-               var node = new EntityReference();
-               node.ownerDocument      = this;
-               node.nodeName   = name;
-               return node;
-       },
-       // Introduced in DOM Level 2:
-       createElementNS :       function(namespaceURI,qualifiedName){
-               var node = new Element();
-               var pl = qualifiedName.split(':');
-               var attrs       = node.attributes = new NamedNodeMap();
-               node.childNodes = new NodeList();
-               node.ownerDocument = this;
-               node.nodeName = qualifiedName;
-               node.tagName = qualifiedName;
-               node.namespaceURI = namespaceURI;
-               if(pl.length == 2){
-                       node.prefix = pl[0];
-                       node.localName = pl[1];
-               }else{
-                       //el.prefix = null;
-                       node.localName = qualifiedName;
-               }
-               attrs._ownerElement = node;
-               return node;
-       },
-       // Introduced in DOM Level 2:
-       createAttributeNS :     function(namespaceURI,qualifiedName){
-               var node = new Attr();
-               var pl = qualifiedName.split(':');
-               node.ownerDocument = this;
-               node.nodeName = qualifiedName;
-               node.name = qualifiedName;
-               node.namespaceURI = namespaceURI;
-               node.specified = true;
-               if(pl.length == 2){
-                       node.prefix = pl[0];
-                       node.localName = pl[1];
-               }else{
-                       //el.prefix = null;
-                       node.localName = qualifiedName;
-               }
-               return node;
-       }
-  };
-  _extends(Document,Node$2);
+          return _mapillary;
+      }
 
 
-  function Element() {
-       this._nsMap = {};
-  }Element.prototype = {
-       nodeType : ELEMENT_NODE,
-       hasAttribute : function(name){
-               return this.getAttributeNode(name)!=null;
-       },
-       getAttribute : function(name){
-               var attr = this.getAttributeNode(name);
-               return attr && attr.value || '';
-       },
-       getAttributeNode : function(name){
-               return this.attributes.getNamedItem(name);
-       },
-       setAttribute : function(name, value){
-               var attr = this.ownerDocument.createAttribute(name);
-               attr.value = attr.nodeValue = "" + value;
-               this.setAttributeNode(attr);
-       },
-       removeAttribute : function(name){
-               var attr = this.getAttributeNode(name);
-               attr && this.removeAttributeNode(attr);
-       },
-       
-       //four real opeartion method
-       appendChild:function(newChild){
-               if(newChild.nodeType === DOCUMENT_FRAGMENT_NODE){
-                       return this.insertBefore(newChild,null);
-               }else{
-                       return _appendSingleChild(this,newChild);
-               }
-       },
-       setAttributeNode : function(newAttr){
-               return this.attributes.setNamedItem(newAttr);
-       },
-       setAttributeNodeNS : function(newAttr){
-               return this.attributes.setNamedItemNS(newAttr);
-       },
-       removeAttributeNode : function(oldAttr){
-               //console.log(this == oldAttr.ownerElement)
-               return this.attributes.removeNamedItem(oldAttr.nodeName);
-       },
-       //get real attribute name,and remove it by removeAttributeNode
-       removeAttributeNS : function(namespaceURI, localName){
-               var old = this.getAttributeNodeNS(namespaceURI, localName);
-               old && this.removeAttributeNode(old);
-       },
-       
-       hasAttributeNS : function(namespaceURI, localName){
-               return this.getAttributeNodeNS(namespaceURI, localName)!=null;
-       },
-       getAttributeNS : function(namespaceURI, localName){
-               var attr = this.getAttributeNodeNS(namespaceURI, localName);
-               return attr && attr.value || '';
-       },
-       setAttributeNS : function(namespaceURI, qualifiedName, value){
-               var attr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);
-               attr.value = attr.nodeValue = "" + value;
-               this.setAttributeNode(attr);
-       },
-       getAttributeNodeNS : function(namespaceURI, localName){
-               return this.attributes.getNamedItemNS(namespaceURI, localName);
-       },
-       
-       getElementsByTagName : function(tagName){
-               return new LiveNodeList(this,function(base){
-                       var ls = [];
-                       _visitNode(base,function(node){
-                               if(node !== base && node.nodeType == ELEMENT_NODE && (tagName === '*' || node.tagName == tagName)){
-                                       ls.push(node);
-                               }
-                       });
-                       return ls;
-               });
-       },
-       getElementsByTagNameNS : function(namespaceURI, localName){
-               return new LiveNodeList(this,function(base){
-                       var ls = [];
-                       _visitNode(base,function(node){
-                               if(node !== base && node.nodeType === ELEMENT_NODE && (namespaceURI === '*' || node.namespaceURI === namespaceURI) && (localName === '*' || node.localName == localName)){
-                                       ls.push(node);
-                               }
-                       });
-                       return ls;
-                       
-               });
-       }
-  };
-  Document.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;
-  Document.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;
+      function showLayer() {
+          var service = getService();
+          if (!service) return;
+
+          service.loadViewer(context);
+          editOn();
+
+          layer
+              .style('opacity', 0)
+              .transition()
+              .duration(250)
+              .style('opacity', 1)
+              .on('end', function () { dispatch.call('change'); });
+      }
+
+
+      function hideLayer() {
+          var service = getService();
+          if (service) {
+              service.hideViewer();
+          }
+
+          throttledRedraw.cancel();
+
+          layer
+              .transition()
+              .duration(250)
+              .style('opacity', 0)
+              .on('end', editOff);
+      }
+
+
+      function editOn() {
+          layer.style('display', 'block');
+      }
+
+
+      function editOff() {
+          layer.selectAll('.viewfield-group').remove();
+          layer.style('display', 'none');
+      }
+
+
+      function click(d) {
+          var service = getService();
+          if (!service) return;
+
+          service
+              .selectImage(d)
+              .updateViewer(d.key, context)
+              .showViewer();
+
+          context.map().centerEase(d.loc);
+      }
 
 
-  _extends(Element,Node$2);
-  function Attr() {
-  }Attr.prototype.nodeType = ATTRIBUTE_NODE;
-  _extends(Attr,Node$2);
+      function mouseover(d) {
+          var service = getService();
+          if (service) service.setStyles(d);
+      }
 
 
-  function CharacterData() {
-  }CharacterData.prototype = {
-       data : '',
-       substringData : function(offset, count) {
-               return this.data.substring(offset, offset+count);
-       },
-       appendData: function(text) {
-               text = this.data+text;
-               this.nodeValue = this.data = text;
-               this.length = text.length;
-       },
-       insertData: function(offset,text) {
-               this.replaceData(offset,0,text);
-       
-       },
-       appendChild:function(newChild){
-               throw new Error(ExceptionMessage[HIERARCHY_REQUEST_ERR])
-       },
-       deleteData: function(offset, count) {
-               this.replaceData(offset,count,"");
-       },
-       replaceData: function(offset, count, text) {
-               var start = this.data.substring(0,offset);
-               var end = this.data.substring(offset+count);
-               text = start + text + end;
-               this.nodeValue = this.data = text;
-               this.length = text.length;
-       }
-  };
-  _extends(CharacterData,Node$2);
-  function Text() {
-  }Text.prototype = {
-       nodeName : "#text",
-       nodeType : TEXT_NODE,
-       splitText : function(offset) {
-               var text = this.data;
-               var newText = text.substring(offset);
-               text = text.substring(0, offset);
-               this.data = this.nodeValue = text;
-               this.length = text.length;
-               var newNode = this.ownerDocument.createTextNode(newText);
-               if(this.parentNode){
-                       this.parentNode.insertBefore(newNode, this.nextSibling);
-               }
-               return newNode;
-       }
-  };
-  _extends(Text,CharacterData);
-  function Comment() {
-  }Comment.prototype = {
-       nodeName : "#comment",
-       nodeType : COMMENT_NODE
-  };
-  _extends(Comment,CharacterData);
+      function mouseout() {
+          var service = getService();
+          if (service) service.setStyles(null);
+      }
 
-  function CDATASection() {
-  }CDATASection.prototype = {
-       nodeName : "#cdata-section",
-       nodeType : CDATA_SECTION_NODE
-  };
-  _extends(CDATASection,CharacterData);
 
+      function transform(d) {
+          var t = svgPointTransform(projection)(d);
+          if (d.pano && isNumber(viewerCompassAngle)) {
+              t += ' rotate(' + Math.floor(viewerCompassAngle) + ',0,0)';
+          } else if (d.ca) {
+              t += ' rotate(' + Math.floor(d.ca) + ',0,0)';
+          }
+          return t;
+      }
 
-  function DocumentType() {
-  }DocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;
-  _extends(DocumentType,Node$2);
 
-  function Notation() {
-  }Notation.prototype.nodeType = NOTATION_NODE;
-  _extends(Notation,Node$2);
+      function update() {
+          var viewer = select('#photoviewer');
+          var selected = viewer.empty() ? undefined : viewer.datum();
 
-  function Entity() {
-  }Entity.prototype.nodeType = ENTITY_NODE;
-  _extends(Entity,Node$2);
+          var z = ~~context.map().zoom();
+          var showMarkers = (z >= minMarkerZoom);
+          var showViewfields = (z >= minViewfieldZoom);
 
-  function EntityReference() {
-  }EntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;
-  _extends(EntityReference,Node$2);
+          var service = getService();
+          var sequences = (service ? service.sequences(projection) : []);
+          var images = (service && showMarkers ? service.images(projection) : []);
 
-  function DocumentFragment() {
-  }DocumentFragment.prototype.nodeName =       "#document-fragment";
-  DocumentFragment.prototype.nodeType =        DOCUMENT_FRAGMENT_NODE;
-  _extends(DocumentFragment,Node$2);
+          var traces = layer.selectAll('.sequences').selectAll('.sequence')
+              .data(sequences, function(d) { return d.properties.key; });
 
+          // exit
+          traces.exit()
+              .remove();
 
-  function ProcessingInstruction() {
-  }
-  ProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;
-  _extends(ProcessingInstruction,Node$2);
-  function XMLSerializer$1(){}
-  XMLSerializer$1.prototype.serializeToString = function(node,isHtml,nodeFilter){
-       return nodeSerializeToString.call(node,isHtml,nodeFilter);
-  };
-  Node$2.prototype.toString = nodeSerializeToString;
-  function nodeSerializeToString(isHtml,nodeFilter){
-       var buf = [];
-       var refNode = this.nodeType == 9?this.documentElement:this;
-       var prefix = refNode.prefix;
-       var uri = refNode.namespaceURI;
-       
-       if(uri && prefix == null){
-               //console.log(prefix)
-               var prefix = refNode.lookupPrefix(uri);
-               if(prefix == null){
-                       //isHTML = true;
-                       var visibleNamespaces=[
-                       {namespace:uri,prefix:null}
-                       //{namespace:uri,prefix:''}
-                       ];
-               }
-       }
-       serializeToString(this,buf,isHtml,nodeFilter,visibleNamespaces);
-       //console.log('###',this.nodeType,uri,prefix,buf.join(''))
-       return buf.join('');
-  }
-  function needNamespaceDefine(node,isHTML, visibleNamespaces) {
-       var prefix = node.prefix||'';
-       var uri = node.namespaceURI;
-       if (!prefix && !uri){
-               return false;
-       }
-       if (prefix === "xml" && uri === "http://www.w3.org/XML/1998/namespace" 
-               || uri == 'http://www.w3.org/2000/xmlns/'){
-               return false;
-       }
-       
-       var i = visibleNamespaces.length; 
-       //console.log('@@@@',node.tagName,prefix,uri,visibleNamespaces)
-       while (i--) {
-               var ns = visibleNamespaces[i];
-               // get namespace prefix
-               //console.log(node.nodeType,node.tagName,ns.prefix,prefix)
-               if (ns.prefix == prefix){
-                       return ns.namespace != uri;
-               }
-       }
-       //console.log(isHTML,uri,prefix=='')
-       //if(isHTML && prefix ==null && uri == 'http://www.w3.org/1999/xhtml'){
-       //      return false;
-       //}
-       //node.flag = '11111'
-       //console.error(3,true,node.flag,node.prefix,node.namespaceURI)
-       return true;
-  }
-  function serializeToString(node,buf,isHTML,nodeFilter,visibleNamespaces){
-       if(nodeFilter){
-               node = nodeFilter(node);
-               if(node){
-                       if(typeof node == 'string'){
-                               buf.push(node);
-                               return;
-                       }
-               }else{
-                       return;
-               }
-               //buf.sort.apply(attrs, attributeSorter);
-       }
-       switch(node.nodeType){
-       case ELEMENT_NODE:
-               if (!visibleNamespaces) visibleNamespaces = [];
-               var startVisibleNamespaces = visibleNamespaces.length;
-               var attrs = node.attributes;
-               var len = attrs.length;
-               var child = node.firstChild;
-               var nodeName = node.tagName;
-               
-               isHTML =  (htmlns === node.namespaceURI) ||isHTML; 
-               buf.push('<',nodeName);
-               
-               
-               
-               for(var i=0;i<len;i++){
-                       // add namespaces for attributes
-                       var attr = attrs.item(i);
-                       if (attr.prefix == 'xmlns') {
-                               visibleNamespaces.push({ prefix: attr.localName, namespace: attr.value });
-                       }else if(attr.nodeName == 'xmlns'){
-                               visibleNamespaces.push({ prefix: '', namespace: attr.value });
-                       }
-               }
-               for(var i=0;i<len;i++){
-                       var attr = attrs.item(i);
-                       if (needNamespaceDefine(attr,isHTML, visibleNamespaces)) {
-                               var prefix = attr.prefix||'';
-                               var uri = attr.namespaceURI;
-                               var ns = prefix ? ' xmlns:' + prefix : " xmlns";
-                               buf.push(ns, '="' , uri , '"');
-                               visibleNamespaces.push({ prefix: prefix, namespace:uri });
-                       }
-                       serializeToString(attr,buf,isHTML,nodeFilter,visibleNamespaces);
-               }
-               // add namespace for current node               
-               if (needNamespaceDefine(node,isHTML, visibleNamespaces)) {
-                       var prefix = node.prefix||'';
-                       var uri = node.namespaceURI;
-                       var ns = prefix ? ' xmlns:' + prefix : " xmlns";
-                       buf.push(ns, '="' , uri , '"');
-                       visibleNamespaces.push({ prefix: prefix, namespace:uri });
-               }
-               
-               if(child || isHTML && !/^(?:meta|link|img|br|hr|input)$/i.test(nodeName)){
-                       buf.push('>');
-                       //if is cdata child node
-                       if(isHTML && /^script$/i.test(nodeName)){
-                               while(child){
-                                       if(child.data){
-                                               buf.push(child.data);
-                                       }else{
-                                               serializeToString(child,buf,isHTML,nodeFilter,visibleNamespaces);
-                                       }
-                                       child = child.nextSibling;
-                               }
-                       }else
-                       {
-                               while(child){
-                                       serializeToString(child,buf,isHTML,nodeFilter,visibleNamespaces);
-                                       child = child.nextSibling;
-                               }
-                       }
-                       buf.push('</',nodeName,'>');
-               }else{
-                       buf.push('/>');
-               }
-               // remove added visible namespaces
-               //visibleNamespaces.length = startVisibleNamespaces;
-               return;
-       case DOCUMENT_NODE:
-       case DOCUMENT_FRAGMENT_NODE:
-               var child = node.firstChild;
-               while(child){
-                       serializeToString(child,buf,isHTML,nodeFilter,visibleNamespaces);
-                       child = child.nextSibling;
-               }
-               return;
-       case ATTRIBUTE_NODE:
-               return buf.push(' ',node.name,'="',node.value.replace(/[<&"]/g,_xmlEncoder),'"');
-       case TEXT_NODE:
-               return buf.push(node.data.replace(/[<&]/g,_xmlEncoder));
-       case CDATA_SECTION_NODE:
-               return buf.push( '<![CDATA[',node.data,']]>');
-       case COMMENT_NODE:
-               return buf.push( "<!--",node.data,"-->");
-       case DOCUMENT_TYPE_NODE:
-               var pubid = node.publicId;
-               var sysid = node.systemId;
-               buf.push('<!DOCTYPE ',node.name);
-               if(pubid){
-                       buf.push(' PUBLIC "',pubid);
-                       if (sysid && sysid!='.') {
-                               buf.push( '" "',sysid);
-                       }
-                       buf.push('">');
-               }else if(sysid && sysid!='.'){
-                       buf.push(' SYSTEM "',sysid,'">');
-               }else{
-                       var sub = node.internalSubset;
-                       if(sub){
-                               buf.push(" [",sub,"]");
-                       }
-                       buf.push(">");
-               }
-               return;
-       case PROCESSING_INSTRUCTION_NODE:
-               return buf.push( "<?",node.target," ",node.data,"?>");
-       case ENTITY_REFERENCE_NODE:
-               return buf.push( '&',node.nodeName,';');
-       //case ENTITY_NODE:
-       //case NOTATION_NODE:
-       default:
-               buf.push('??',node.nodeName);
-       }
-  }
-  function importNode(doc,node,deep){
-       var node2;
-       switch (node.nodeType) {
-       case ELEMENT_NODE:
-               node2 = node.cloneNode(false);
-               node2.ownerDocument = doc;
-               //var attrs = node2.attributes;
-               //var len = attrs.length;
-               //for(var i=0;i<len;i++){
-                       //node2.setAttributeNodeNS(importNode(doc,attrs.item(i),deep));
-               //}
-       case DOCUMENT_FRAGMENT_NODE:
-               break;
-       case ATTRIBUTE_NODE:
-               deep = true;
-               break;
-       //case ENTITY_REFERENCE_NODE:
-       //case PROCESSING_INSTRUCTION_NODE:
-       ////case TEXT_NODE:
-       //case CDATA_SECTION_NODE:
-       //case COMMENT_NODE:
-       //      deep = false;
-       //      break;
-       //case DOCUMENT_NODE:
-       //case DOCUMENT_TYPE_NODE:
-       //cannot be imported.
-       //case ENTITY_NODE:
-       //case NOTATION_NODE:
-       //can not hit in level3
-       //default:throw e;
-       }
-       if(!node2){
-               node2 = node.cloneNode(false);//false
-       }
-       node2.ownerDocument = doc;
-       node2.parentNode = null;
-       if(deep){
-               var child = node.firstChild;
-               while(child){
-                       node2.appendChild(importNode(doc,child,deep));
-                       child = child.nextSibling;
-               }
-       }
-       return node2;
-  }
-  //
-  //var _relationMap = {firstChild:1,lastChild:1,previousSibling:1,nextSibling:1,
-  //                                   attributes:1,childNodes:1,parentNode:1,documentElement:1,doctype,};
-  function cloneNode(doc,node,deep){
-       var node2 = new node.constructor();
-       for(var n in node){
-               var v = node[n];
-               if(typeof v != 'object' ){
-                       if(v != node2[n]){
-                               node2[n] = v;
-                       }
-               }
-       }
-       if(node.childNodes){
-               node2.childNodes = new NodeList();
-       }
-       node2.ownerDocument = doc;
-       switch (node2.nodeType) {
-       case ELEMENT_NODE:
-               var attrs       = node.attributes;
-               var attrs2      = node2.attributes = new NamedNodeMap();
-               var len = attrs.length;
-               attrs2._ownerElement = node2;
-               for(var i=0;i<len;i++){
-                       node2.setAttributeNode(cloneNode(doc,attrs.item(i),true));
-               }
-               break;
-       case ATTRIBUTE_NODE:
-               deep = true;
-       }
-       if(deep){
-               var child = node.firstChild;
-               while(child){
-                       node2.appendChild(cloneNode(doc,child,deep));
-                       child = child.nextSibling;
-               }
-       }
-       return node2;
-  }
+          // enter/update
+          traces = traces.enter()
+              .append('path')
+              .attr('class', 'sequence')
+              .merge(traces)
+              .attr('d', svgPath(projection).geojson);
 
-  function __set__(object,key,value){
-       object[key] = value;
-  }
-  //do dynamic
-  try{
-       if(Object.defineProperty){
-               Object.defineProperty(LiveNodeList.prototype,'length',{
-                       get:function(){
-                               _updateLiveList(this);
-                               return this.$$length;
-                       }
-               });
-               Object.defineProperty(Node$2.prototype,'textContent',{
-                       get:function(){
-                               return getTextContent(this);
-                       },
-                       set:function(data){
-                               switch(this.nodeType){
-                               case ELEMENT_NODE:
-                               case DOCUMENT_FRAGMENT_NODE:
-                                       while(this.firstChild){
-                                               this.removeChild(this.firstChild);
-                                       }
-                                       if(data || String(data)){
-                                               this.appendChild(this.ownerDocument.createTextNode(data));
-                                       }
-                                       break;
-                               default:
-                                       //TODO:
-                                       this.data = data;
-                                       this.value = data;
-                                       this.nodeValue = data;
-                               }
-                       }
-               });
-               
-               function getTextContent(node){
-                       switch(node.nodeType){
-                       case ELEMENT_NODE:
-                       case DOCUMENT_FRAGMENT_NODE:
-                               var buf = [];
-                               node = node.firstChild;
-                               while(node){
-                                       if(node.nodeType!==7 && node.nodeType !==8){
-                                               buf.push(getTextContent(node));
-                                       }
-                                       node = node.nextSibling;
-                               }
-                               return buf.join('');
-                       default:
-                               return node.nodeValue;
-                       }
-               }
-               __set__ = function(object,key,value){
-                       //console.log(value)
-                       object['$$'+key] = value;
-               };
-       }
-  }catch(e){//ie8
-  }
 
-  //if(typeof require == 'function'){
-       var DOMImplementation_1 = DOMImplementation;
-       var XMLSerializer_1 = XMLSerializer$1;
-  //}
+          var groups = layer.selectAll('.markers').selectAll('.viewfield-group')
+              .data(images, function(d) { return d.key; });
+
+          // exit
+          groups.exit()
+              .remove();
+
+          // enter
+          var groupsEnter = groups.enter()
+              .append('g')
+              .attr('class', 'viewfield-group')
+              .on('mouseover', mouseover)
+              .on('mouseout', mouseout)
+              .on('click', click);
+
+          groupsEnter
+              .append('g')
+              .attr('class', 'viewfield-scale');
+
+          // update
+          var markers = groups
+              .merge(groupsEnter)
+              .sort(function(a, b) {
+                  return (a === selected) ? 1
+                      : (b === selected) ? -1
+                      : b.loc[1] - a.loc[1];  // sort Y
+              })
+              .attr('transform', transform)
+              .select('.viewfield-scale');
+
+
+          markers.selectAll('circle')
+              .data([0])
+              .enter()
+              .append('circle')
+              .attr('dx', '0')
+              .attr('dy', '0')
+              .attr('r', '6');
+
+          var viewfields = markers.selectAll('.viewfield')
+              .data(showViewfields ? [0] : []);
+
+          viewfields.exit()
+              .remove();
+
+          viewfields.enter()               // viewfields may or may not be drawn...
+              .insert('path', 'circle')    // but if they are, draw below the circles
+              .attr('class', 'viewfield')
+              .classed('pano', function() { return this.parentNode.__data__.pano; })
+              .attr('transform', 'scale(1.5,1.5),translate(-8, -13)')
+              .attr('d', viewfieldPath);
+
+          function viewfieldPath() {
+              var d = this.parentNode.__data__;
+              if (d.pano) {
+                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
+              } else {
+                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
+              }
+          }
+      }
+
+
+      function drawImages(selection$$1) {
+          var enabled = svgMapillaryImages$$1.enabled,
+              service = getService();
+
+          layer = selection$$1.selectAll('.layer-mapillary-images')
+              .data(service ? [0] : []);
+
+          layer.exit()
+              .remove();
 
-  var dom = {
-       DOMImplementation: DOMImplementation_1,
-       XMLSerializer: XMLSerializer_1
-  };
+          var layerEnter = layer.enter()
+              .append('g')
+              .attr('class', 'layer-mapillary-images')
+              .style('display', enabled ? 'block' : 'none');
 
-  var domParser = createCommonjsModule(function (module, exports) {
-  function DOMParser(options){
-       this.options = options ||{locator:{}};
-       
-  }
-  DOMParser.prototype.parseFromString = function(source,mimeType){
-       var options = this.options;
-       var sax$$1 =  new XMLReader();
-       var domBuilder = options.domBuilder || new DOMHandler();//contentHandler and LexicalHandler
-       var errorHandler = options.errorHandler;
-       var locator = options.locator;
-       var defaultNSMap = options.xmlns||{};
-       var entityMap = {'lt':'<','gt':'>','amp':'&','quot':'"','apos':"'"};
-       if(locator){
-               domBuilder.setDocumentLocator(locator);
-       }
-       
-       sax$$1.errorHandler = buildErrorHandler(errorHandler,domBuilder,locator);
-       sax$$1.domBuilder = options.domBuilder || domBuilder;
-       if(/\/x?html?$/.test(mimeType)){
-               entityMap.nbsp = '\xa0';
-               entityMap.copy = '\xa9';
-               defaultNSMap['']= 'http://www.w3.org/1999/xhtml';
-       }
-       defaultNSMap.xml = defaultNSMap.xml || 'http://www.w3.org/XML/1998/namespace';
-       if(source){
-               sax$$1.parse(source,defaultNSMap,entityMap);
-       }else{
-               sax$$1.errorHandler.error("invalid doc source");
-       }
-       return domBuilder.doc;
-  };
-  function buildErrorHandler(errorImpl,domBuilder,locator){
-       if(!errorImpl){
-               if(domBuilder instanceof DOMHandler){
-                       return domBuilder;
-               }
-               errorImpl = domBuilder ;
-       }
-       var errorHandler = {};
-       var isCallback = errorImpl instanceof Function;
-       locator = locator||{};
-       function build(key){
-               var fn = errorImpl[key];
-               if(!fn && isCallback){
-                       fn = errorImpl.length == 2?function(msg){errorImpl(key,msg);}:errorImpl;
-               }
-               errorHandler[key] = fn && function(msg){
-                       fn('[xmldom '+key+']\t'+msg+_locator(locator));
-               }||function(){};
-       }
-       build('warning');
-       build('error');
-       build('fatalError');
-       return errorHandler;
-  }
+          layerEnter
+              .append('g')
+              .attr('class', 'sequences');
 
-  //console.log('#\n\n\n\n\n\n\n####')
-  /**
-   * +ContentHandler+ErrorHandler
-   * +LexicalHandler+EntityResolver2
-   * -DeclHandler-DTDHandler 
-   * 
-   * DefaultHandler:EntityResolver, DTDHandler, ContentHandler, ErrorHandler
-   * DefaultHandler2:DefaultHandler,LexicalHandler, DeclHandler, EntityResolver2
-   * @link http://www.saxproject.org/apidoc/org/xml/sax/helpers/DefaultHandler.html
-   */
-  function DOMHandler() {
-      this.cdata = false;
-  }
-  function position(locator,node){
-       node.lineNumber = locator.lineNumber;
-       node.columnNumber = locator.columnNumber;
-  }
-  /**
-   * @see org.xml.sax.ContentHandler#startDocument
-   * @link http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html
-   */ 
-  DOMHandler.prototype = {
-       startDocument : function() {
-       this.doc = new DOMImplementation().createDocument(null, null, null);
-       if (this.locator) {
-               this.doc.documentURI = this.locator.systemId;
-       }
-       },
-       startElement:function(namespaceURI, localName, qName, attrs) {
-               var doc = this.doc;
-           var el = doc.createElementNS(namespaceURI, qName||localName);
-           var len = attrs.length;
-           appendElement(this, el);
-           this.currentElement = el;
-           
-               this.locator && position(this.locator,el);
-           for (var i = 0 ; i < len; i++) {
-               var namespaceURI = attrs.getURI(i);
-               var value = attrs.getValue(i);
-               var qName = attrs.getQName(i);
-                       var attr = doc.createAttributeNS(namespaceURI, qName);
-                       this.locator &&position(attrs.getLocator(i),attr);
-                       attr.value = attr.nodeValue = value;
-                       el.setAttributeNode(attr);
-           }
-       },
-       endElement:function(namespaceURI, localName, qName) {
-               var current = this.currentElement;
-               var tagName = current.tagName;
-               this.currentElement = current.parentNode;
-       },
-       startPrefixMapping:function(prefix, uri) {
-       },
-       endPrefixMapping:function(prefix) {
-       },
-       processingInstruction:function(target, data) {
-           var ins = this.doc.createProcessingInstruction(target, data);
-           this.locator && position(this.locator,ins);
-           appendElement(this, ins);
-       },
-       ignorableWhitespace:function(ch, start, length) {
-       },
-       characters:function(chars, start, length) {
-               chars = _toString.apply(this,arguments);
-               //console.log(chars)
-               if(chars){
-                       if (this.cdata) {
-                               var charNode = this.doc.createCDATASection(chars);
-                       } else {
-                               var charNode = this.doc.createTextNode(chars);
-                       }
-                       if(this.currentElement){
-                               this.currentElement.appendChild(charNode);
-                       }else if(/^\s*$/.test(chars)){
-                               this.doc.appendChild(charNode);
-                               //process xml
-                       }
-                       this.locator && position(this.locator,charNode);
-               }
-       },
-       skippedEntity:function(name) {
-       },
-       endDocument:function() {
-               this.doc.normalize();
-       },
-       setDocumentLocator:function (locator) {
-           if(this.locator = locator){// && !('lineNumber' in locator)){
-               locator.lineNumber = 0;
-           }
-       },
-       //LexicalHandler
-       comment:function(chars, start, length) {
-               chars = _toString.apply(this,arguments);
-           var comm = this.doc.createComment(chars);
-           this.locator && position(this.locator,comm);
-           appendElement(this, comm);
-       },
-       
-       startCDATA:function() {
-           //used in characters() methods
-           this.cdata = true;
-       },
-       endCDATA:function() {
-           this.cdata = false;
-       },
-       
-       startDTD:function(name, publicId, systemId) {
-               var impl = this.doc.implementation;
-           if (impl && impl.createDocumentType) {
-               var dt = impl.createDocumentType(name, publicId, systemId);
-               this.locator && position(this.locator,dt);
-               appendElement(this, dt);
-           }
-       },
-       /**
-        * @see org.xml.sax.ErrorHandler
-        * @link http://www.saxproject.org/apidoc/org/xml/sax/ErrorHandler.html
-        */
-       warning:function(error) {
-               console.warn('[xmldom warning]\t'+error,_locator(this.locator));
-       },
-       error:function(error) {
-               console.error('[xmldom error]\t'+error,_locator(this.locator));
-       },
-       fatalError:function(error) {
-               console.error('[xmldom fatalError]\t'+error,_locator(this.locator));
-           throw error;
-       }
-  };
-  function _locator(l){
-       if(l){
-               return '\n@'+(l.systemId ||'')+'#[line:'+l.lineNumber+',col:'+l.columnNumber+']'
-       }
+          layerEnter
+              .append('g')
+              .attr('class', 'markers');
+
+          layer = layerEnter
+              .merge(layer);
+
+          if (enabled) {
+              if (service && ~~context.map().zoom() >= minZoom) {
+                  editOn();
+                  update();
+                  service.loadImages(projection);
+              } else {
+                  editOff();
+              }
+          }
+      }
+
+
+      drawImages.enabled = function(_) {
+          if (!arguments.length) return svgMapillaryImages$$1.enabled;
+          svgMapillaryImages$$1.enabled = _;
+          if (svgMapillaryImages$$1.enabled) {
+              showLayer();
+          } else {
+              hideLayer();
+          }
+          dispatch.call('change');
+          return this;
+      };
+
+
+      drawImages.supported = function() {
+          return !!getService();
+      };
+
+
+      init();
+      return drawImages;
   }
-  function _toString(chars,start,length){
-       if(typeof chars == 'string'){
-               return chars.substr(start,length)
-       }else{//java sax connect width xmldom on rhino(what about: "? && !(chars instanceof String)")
-               if(chars.length >= start+length || start){
-                       return new java.lang.String(chars,start,length)+'';
-               }
-               return chars;
-       }
+
+  function svgMapillarySigns$$1(projection, context, dispatch) {
+      var throttledRedraw = throttle(function () { dispatch.call('change'); }, 1000);
+      var minZoom = 12;
+      var layer = select(null);
+      var _mapillary;
+
+
+      function init() {
+          if (svgMapillarySigns$$1.initialized) return;  // run once
+          svgMapillarySigns$$1.enabled = false;
+          svgMapillarySigns$$1.initialized = true;
+      }
+
+
+      function getService() {
+          if (services.mapillary && !_mapillary) {
+              _mapillary = services.mapillary;
+              _mapillary.event.on('loadedSigns', throttledRedraw);
+          } else if (!services.mapillary && _mapillary) {
+              _mapillary = null;
+          }
+          return _mapillary;
+      }
+
+
+      function showLayer() {
+          var service = getService();
+          if (!service) return;
+
+          service.loadViewer(context);
+          editOn();
+      }
+
+
+      function hideLayer() {
+          throttledRedraw.cancel();
+          editOff();
+      }
+
+
+      function editOn() {
+          layer.style('display', 'block');
+      }
+
+
+      function editOff() {
+          layer.selectAll('.icon-sign').remove();
+          layer.style('display', 'none');
+      }
+
+
+      function click(d) {
+          var service = getService();
+          if (!service) return;
+
+          context.map().centerEase(d.loc);
+
+          var selected = service.getSelectedImage();
+          var selectedImageKey = selected && selected.key;
+          var imageKey;
+
+          // Pick one of the images the sign was detected in,
+          // preference given to an image already selected.
+          d.detections.forEach(function(detection) {
+              if (!imageKey || selectedImageKey === detection.image_key) {
+                  imageKey = detection.image_key;
+              }
+          });
+
+          service
+              .selectImage(null, imageKey)
+              .updateViewer(imageKey, context)
+              .showViewer();
+      }
+
+
+      function update() {
+          var service = getService();
+          var data = (service ? service.signs(projection) : []);
+          var viewer = select('#photoviewer');
+          var selected = viewer.empty() ? undefined : viewer.datum();
+          var selectedImageKey = selected && selected.key;
+          var transform = svgPointTransform(projection);
+
+          var signs = layer.selectAll('.icon-sign')
+              .data(data, function(d) { return d.key; });
+
+          // exit
+          signs.exit()
+              .remove();
+
+          // enter
+          var enter = signs.enter()
+              .append('use')
+              .attr('class', 'icon-sign')
+              .attr('width', '24px')
+              .attr('height', '24px')
+              .attr('x', '-12px')
+              .attr('y', '-12px')
+              .attr('xlink:href', function(d) { return '#' + d.value; })
+              .classed('selected', function(d) {
+                  return some(d.detections, function(detection) {
+                      return detection.image_key === selectedImageKey;
+                  });
+              })
+              .on('click', click);
+
+          // update
+          signs
+              .merge(enter)
+              .sort(function(a, b) {
+                  return (a === selected) ? 1
+                      : (b === selected) ? -1
+                      : b.loc[1] - a.loc[1];  // sort Y
+              })
+              .attr('transform', transform);
+      }
+
+
+      function drawSigns(selection$$1) {
+          var enabled = svgMapillarySigns$$1.enabled;
+          var service = getService();
+
+          layer = selection$$1.selectAll('.layer-mapillary-signs')
+              .data(service ? [0] : []);
+
+          layer.exit()
+              .remove();
+
+          layer = layer.enter()
+              .append('g')
+              .attr('class', 'layer-mapillary-signs')
+              .style('display', enabled ? 'block' : 'none')
+              .merge(layer);
+
+          if (enabled) {
+              if (service && ~~context.map().zoom() >= minZoom) {
+                  editOn();
+                  update();
+                  service.loadSigns(context, projection);
+              } else {
+                  editOff();
+              }
+          }
+      }
+
+
+      drawSigns.enabled = function(_) {
+          if (!arguments.length) return svgMapillarySigns$$1.enabled;
+          svgMapillarySigns$$1.enabled = _;
+          if (svgMapillarySigns$$1.enabled) {
+              showLayer();
+          } else {
+              hideLayer();
+          }
+          dispatch.call('change');
+          return this;
+      };
+
+
+      drawSigns.supported = function() {
+          return !!getService();
+      };
+
+
+      init();
+      return drawSigns;
   }
 
-  /*
-   * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/LexicalHandler.html
-   * used method of org.xml.sax.ext.LexicalHandler:
-   *  #comment(chars, start, length)
-   *  #startCDATA()
-   *  #endCDATA()
-   *  #startDTD(name, publicId, systemId)
-   *
-   *
-   * IGNORED method of org.xml.sax.ext.LexicalHandler:
-   *  #endDTD()
-   *  #startEntity(name)
-   *  #endEntity(name)
-   *
-   *
-   * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/DeclHandler.html
-   * IGNORED method of org.xml.sax.ext.DeclHandler
-   *   #attributeDecl(eName, aName, type, mode, value)
-   *  #elementDecl(name, model)
-   *  #externalEntityDecl(name, publicId, systemId)
-   *  #internalEntityDecl(name, value)
-   * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/EntityResolver2.html
-   * IGNORED method of org.xml.sax.EntityResolver2
-   *  #resolveEntity(String name,String publicId,String baseURI,String systemId)
-   *  #resolveEntity(publicId, systemId)
-   *  #getExternalSubset(name, baseURI)
-   * @link http://www.saxproject.org/apidoc/org/xml/sax/DTDHandler.html
-   * IGNORED method of org.xml.sax.DTDHandler
-   *  #notationDecl(name, publicId, systemId) {};
-   *  #unparsedEntityDecl(name, publicId, systemId, notationName) {};
-   */
-  "endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(key){
-       DOMHandler.prototype[key] = function(){return null};
-  });
+  function svgOpenstreetcamImages$$1(projection, context, dispatch) {
+      var throttledRedraw = throttle(function () { dispatch.call('change'); }, 1000);
+      var minZoom = 12;
+      var minMarkerZoom = 16;
+      var minViewfieldZoom = 18;
+      var layer = select(null);
+      var _openstreetcam;
 
-  /* Private static helpers treated below as private instance methods, so don't need to add these to the public API; we might use a Relator to also get rid of non-standard public properties */
-  function appendElement (hander,node) {
-      if (!hander.currentElement) {
-          hander.doc.appendChild(node);
-      } else {
-          hander.currentElement.appendChild(node);
+
+      function init() {
+          if (svgOpenstreetcamImages$$1.initialized) return;  // run once
+          svgOpenstreetcamImages$$1.enabled = false;
+          svgOpenstreetcamImages$$1.initialized = true;
       }
-  }//appendChild and setAttributeNS are preformance key
 
-  //if(typeof require == 'function'){
-       var XMLReader = sax.XMLReader;
-       var DOMImplementation = exports.DOMImplementation = dom.DOMImplementation;
-       exports.XMLSerializer = dom.XMLSerializer ;
-       exports.DOMParser = DOMParser;
-  //}
-  });
-  var domParser_1 = domParser.DOMImplementation;
-  var domParser_2 = domParser.XMLSerializer;
-  var domParser_3 = domParser.DOMParser;
 
-  var togeojson = createCommonjsModule(function (module, exports) {
-  var toGeoJSON = (function() {
+      function getService() {
+          if (services.openstreetcam && !_openstreetcam) {
+              _openstreetcam = services.openstreetcam;
+              _openstreetcam.event.on('loadedImages', throttledRedraw);
+          } else if (!services.openstreetcam && _openstreetcam) {
+              _openstreetcam = null;
+          }
+
+          return _openstreetcam;
+      }
+
+
+      function showLayer() {
+          var service = getService();
+          if (!service) return;
+
+          service.loadViewer(context);
+          editOn();
+
+          layer
+              .style('opacity', 0)
+              .transition()
+              .duration(250)
+              .style('opacity', 1)
+              .on('end', function () { dispatch.call('change'); });
+      }
+
+
+      function hideLayer() {
+          var service = getService();
+          if (service) {
+              service.hideViewer();
+          }
+
+          throttledRedraw.cancel();
+
+          layer
+              .transition()
+              .duration(250)
+              .style('opacity', 0)
+              .on('end', editOff);
+      }
 
-      var removeSpace = /\s*/g,
-          trimSpace = /^\s*|\s*$/g,
-          splitSpace = /\s+/;
-      // generate a short, numeric hash of a string
-      function okhash(x) {
-          if (!x || !x.length) return 0;
-          for (var i = 0, h = 0; i < x.length; i++) {
-              h = ((h << 5) - h) + x.charCodeAt(i) | 0;
-          } return h;
+
+      function editOn() {
+          layer.style('display', 'block');
       }
-      // all Y children of X
-      function get(x, y) { return x.getElementsByTagName(y); }
-      function attr(x, y) { return x.getAttribute(y); }
-      function attrf(x, y) { return parseFloat(attr(x, y)); }
-      // one Y child of X, if any, otherwise null
-      function get1(x, y) { var n = get(x, y); return n.length ? n[0] : null; }
-      // https://developer.mozilla.org/en-US/docs/Web/API/Node.normalize
-      function norm(el) { if (el.normalize) { el.normalize(); } return el; }
-      // cast array x into numbers
-      function numarray(x) {
-          for (var j = 0, o = []; j < x.length; j++) { o[j] = parseFloat(x[j]); }
-          return o;
+
+
+      function editOff() {
+          layer.selectAll('.viewfield-group').remove();
+          layer.style('display', 'none');
       }
-      // get the content of a text node, if any
-      function nodeVal(x) {
-          if (x) { norm(x); }
-          return (x && x.textContent) || '';
+
+
+      function click(d) {
+          var service = getService();
+          if (!service) return;
+
+          service
+              .selectImage(d)
+              .updateViewer(d)
+              .showViewer();
+
+          context.map().centerEase(d.loc);
       }
-      // get the contents of multiple text nodes, if present
-      function getMulti(x, ys) {
-          var o = {}, n, k;
-          for (k = 0; k < ys.length; k++) {
-              n = get1(x, ys[k]);
-              if (n) o[ys[k]] = nodeVal(n);
-          }
-          return o;
+
+
+      function mouseover(d) {
+          var service = getService();
+          if (service) service.setStyles(d);
       }
-      // add properties of Y to X, overwriting if present in both
-      function extend(x, y) { for (var k in y) x[k] = y[k]; }
-      // get one coordinate from a coordinate array, if any
-      function coord1(v) { return numarray(v.replace(removeSpace, '').split(',')); }
-      // get all coordinates from a coordinate array as [[],[]]
-      function coord(v) {
-          var coords = v.replace(trimSpace, '').split(splitSpace),
-              o = [];
-          for (var i = 0; i < coords.length; i++) {
-              o.push(coord1(coords[i]));
-          }
-          return o;
+
+
+      function mouseout() {
+          var service = getService();
+          if (service) service.setStyles(null);
       }
-      function coordPair(x) {
-          var ll = [attrf(x, 'lon'), attrf(x, 'lat')],
-              ele = get1(x, 'ele'),
-              // handle namespaced attribute in browser
-              heartRate = get1(x, 'gpxtpx:hr') || get1(x, 'hr'),
-              time = get1(x, 'time'),
-              e;
-          if (ele) {
-              e = parseFloat(nodeVal(ele));
-              if (!isNaN(e)) {
-                  ll.push(e);
-              }
+
+
+      function transform(d) {
+          var t = svgPointTransform(projection)(d);
+          if (d.ca) {
+              t += ' rotate(' + Math.floor(d.ca) + ',0,0)';
           }
-          return {
-              coordinates: ll,
-              time: time ? nodeVal(time) : null,
-              heartRate: heartRate ? parseFloat(nodeVal(heartRate)) : null
-          };
+          return t;
       }
 
-      // create a new feature collection parent object
-      function fc() {
-          return {
-              type: 'FeatureCollection',
-              features: []
-          };
-      }
 
-      var serializer;
-      if (typeof XMLSerializer !== 'undefined') {
-          /* istanbul ignore next */
-          serializer = new XMLSerializer();
-      // only require xmldom in a node environment
-      } else if (typeof process === 'object' && !process.browser) {
-          serializer = new (domParser.XMLSerializer)();
-      }
-      function xml2str(str) {
-          // IE9 will create a new XMLSerializer but it'll crash immediately.
-          // This line is ignored because we don't run coverage tests in IE9
-          /* istanbul ignore next */
-          if (str.xml !== undefined) return str.xml;
-          return serializer.serializeToString(str);
-      }
+      function update() {
+          var viewer = select('#photoviewer');
+          var selected = viewer.empty() ? undefined : viewer.datum();
 
-      var t = {
-          kml: function(doc) {
+          var z = ~~context.map().zoom();
+          var showMarkers = (z >= minMarkerZoom);
+          var showViewfields = (z >= minViewfieldZoom);
 
-              var gj = fc(),
-                  // styleindex keeps track of hashed styles in order to match features
-                  styleIndex = {}, styleByHash = {},
-                  // stylemapindex keeps track of style maps to expose in properties
-                  styleMapIndex = {},
-                  // atomic geospatial types supported by KML - MultiGeometry is
-                  // handled separately
-                  geotypes = ['Polygon', 'LineString', 'Point', 'Track', 'gx:Track'],
-                  // all root placemarks in the file
-                  placemarks = get(doc, 'Placemark'),
-                  styles = get(doc, 'Style'),
-                  styleMaps = get(doc, 'StyleMap');
+          var service = getService();
+          var sequences = (service ? service.sequences(projection) : []);
+          var images = (service && showMarkers ? service.images(projection) : []);
 
-              for (var k = 0; k < styles.length; k++) {
-                  var hash = okhash(xml2str(styles[k])).toString(16);
-                  styleIndex['#' + attr(styles[k], 'id')] = hash;
-                  styleByHash[hash] = styles[k];
-              }
-              for (var l = 0; l < styleMaps.length; l++) {
-                  styleIndex['#' + attr(styleMaps[l], 'id')] = okhash(xml2str(styleMaps[l])).toString(16);
-                  var pairs = get(styleMaps[l], 'Pair');
-                  var pairsMap = {};
-                  for (var m = 0; m < pairs.length; m++) {
-                      pairsMap[nodeVal(get1(pairs[m], 'key'))] = nodeVal(get1(pairs[m], 'styleUrl'));
-                  }
-                  styleMapIndex['#' + attr(styleMaps[l], 'id')] = pairsMap;
+          var traces = layer.selectAll('.sequences').selectAll('.sequence')
+              .data(sequences, function(d) { return d.properties.key; });
 
-              }
-              for (var j = 0; j < placemarks.length; j++) {
-                  gj.features = gj.features.concat(getPlacemark(placemarks[j]));
-              }
-              function kmlColor(v) {
-                  var color, opacity;
-                  v = v || '';
-                  if (v.substr(0, 1) === '#') { v = v.substr(1); }
-                  if (v.length === 6 || v.length === 3) { color = v; }
-                  if (v.length === 8) {
-                      opacity = parseInt(v.substr(0, 2), 16) / 255;
-                      color = '#' + v.substr(6, 2) +
-                          v.substr(4, 2) +
-                          v.substr(2, 2);
-                  }
-                  return [color, isNaN(opacity) ? undefined : opacity];
-              }
-              function gxCoord(v) { return numarray(v.split(' ')); }
-              function gxCoords(root) {
-                  var elems = get(root, 'coord', 'gx'), coords = [], times = [];
-                  if (elems.length === 0) elems = get(root, 'gx:coord');
-                  for (var i = 0; i < elems.length; i++) coords.push(gxCoord(nodeVal(elems[i])));
-                  var timeElems = get(root, 'when');
-                  for (var j = 0; j < timeElems.length; j++) times.push(nodeVal(timeElems[j]));
-                  return {
-                      coords: coords,
-                      times: times
-                  };
-              }
-              function getGeometry(root) {
-                  var geomNode, geomNodes, i, j, k, geoms = [], coordTimes = [];
-                  if (get1(root, 'MultiGeometry')) { return getGeometry(get1(root, 'MultiGeometry')); }
-                  if (get1(root, 'MultiTrack')) { return getGeometry(get1(root, 'MultiTrack')); }
-                  if (get1(root, 'gx:MultiTrack')) { return getGeometry(get1(root, 'gx:MultiTrack')); }
-                  for (i = 0; i < geotypes.length; i++) {
-                      geomNodes = get(root, geotypes[i]);
-                      if (geomNodes) {
-                          for (j = 0; j < geomNodes.length; j++) {
-                              geomNode = geomNodes[j];
-                              if (geotypes[i] === 'Point') {
-                                  geoms.push({
-                                      type: 'Point',
-                                      coordinates: coord1(nodeVal(get1(geomNode, 'coordinates')))
-                                  });
-                              } else if (geotypes[i] === 'LineString') {
-                                  geoms.push({
-                                      type: 'LineString',
-                                      coordinates: coord(nodeVal(get1(geomNode, 'coordinates')))
-                                  });
-                              } else if (geotypes[i] === 'Polygon') {
-                                  var rings = get(geomNode, 'LinearRing'),
-                                      coords = [];
-                                  for (k = 0; k < rings.length; k++) {
-                                      coords.push(coord(nodeVal(get1(rings[k], 'coordinates'))));
-                                  }
-                                  geoms.push({
-                                      type: 'Polygon',
-                                      coordinates: coords
-                                  });
-                              } else if (geotypes[i] === 'Track' ||
-                                  geotypes[i] === 'gx:Track') {
-                                  var track = gxCoords(geomNode);
-                                  geoms.push({
-                                      type: 'LineString',
-                                      coordinates: track.coords
-                                  });
-                                  if (track.times.length) coordTimes.push(track.times);
-                              }
-                          }
-                      }
-                  }
-                  return {
-                      geoms: geoms,
-                      coordTimes: coordTimes
-                  };
-              }
-              function getPlacemark(root) {
-                  var geomsAndTimes = getGeometry(root), i, properties = {},
-                      name = nodeVal(get1(root, 'name')),
-                      address = nodeVal(get1(root, 'address')),
-                      styleUrl = nodeVal(get1(root, 'styleUrl')),
-                      description = nodeVal(get1(root, 'description')),
-                      timeSpan = get1(root, 'TimeSpan'),
-                      timeStamp = get1(root, 'TimeStamp'),
-                      extendedData = get1(root, 'ExtendedData'),
-                      lineStyle = get1(root, 'LineStyle'),
-                      polyStyle = get1(root, 'PolyStyle'),
-                      visibility = get1(root, 'visibility');
+          // exit
+          traces.exit()
+              .remove();
 
-                  if (!geomsAndTimes.geoms.length) return [];
-                  if (name) properties.name = name;
-                  if (address) properties.address = address;
-                  if (styleUrl) {
-                      if (styleUrl[0] !== '#') {
-                          styleUrl = '#' + styleUrl;
-                      }
+          // enter/update
+          traces = traces.enter()
+              .append('path')
+              .attr('class', 'sequence')
+              .merge(traces)
+              .attr('d', svgPath(projection).geojson);
 
-                      properties.styleUrl = styleUrl;
-                      if (styleIndex[styleUrl]) {
-                          properties.styleHash = styleIndex[styleUrl];
-                      }
-                      if (styleMapIndex[styleUrl]) {
-                          properties.styleMapHash = styleMapIndex[styleUrl];
-                          properties.styleHash = styleIndex[styleMapIndex[styleUrl].normal];
-                      }
-                      // Try to populate the lineStyle or polyStyle since we got the style hash
-                      var style = styleByHash[properties.styleHash];
-                      if (style) {
-                          if (!lineStyle) lineStyle = get1(style, 'LineStyle');
-                          if (!polyStyle) polyStyle = get1(style, 'PolyStyle');
-                      }
-                  }
-                  if (description) properties.description = description;
-                  if (timeSpan) {
-                      var begin = nodeVal(get1(timeSpan, 'begin'));
-                      var end = nodeVal(get1(timeSpan, 'end'));
-                      properties.timespan = { begin: begin, end: end };
-                  }
-                  if (timeStamp) {
-                      properties.timestamp = nodeVal(get1(timeStamp, 'when'));
-                  }
-                  if (lineStyle) {
-                      var linestyles = kmlColor(nodeVal(get1(lineStyle, 'color'))),
-                          color = linestyles[0],
-                          opacity = linestyles[1],
-                          width = parseFloat(nodeVal(get1(lineStyle, 'width')));
-                      if (color) properties.stroke = color;
-                      if (!isNaN(opacity)) properties['stroke-opacity'] = opacity;
-                      if (!isNaN(width)) properties['stroke-width'] = width;
-                  }
-                  if (polyStyle) {
-                      var polystyles = kmlColor(nodeVal(get1(polyStyle, 'color'))),
-                          pcolor = polystyles[0],
-                          popacity = polystyles[1],
-                          fill = nodeVal(get1(polyStyle, 'fill')),
-                          outline = nodeVal(get1(polyStyle, 'outline'));
-                      if (pcolor) properties.fill = pcolor;
-                      if (!isNaN(popacity)) properties['fill-opacity'] = popacity;
-                      if (fill) properties['fill-opacity'] = fill === '1' ? properties['fill-opacity'] || 1 : 0;
-                      if (outline) properties['stroke-opacity'] = outline === '1' ? properties['stroke-opacity'] || 1 : 0;
-                  }
-                  if (extendedData) {
-                      var datas = get(extendedData, 'Data'),
-                          simpleDatas = get(extendedData, 'SimpleData');
 
-                      for (i = 0; i < datas.length; i++) {
-                          properties[datas[i].getAttribute('name')] = nodeVal(get1(datas[i], 'value'));
-                      }
-                      for (i = 0; i < simpleDatas.length; i++) {
-                          properties[simpleDatas[i].getAttribute('name')] = nodeVal(simpleDatas[i]);
-                      }
-                  }
-                  if (visibility) {
-                      properties.visibility = nodeVal(visibility);
-                  }
-                  if (geomsAndTimes.coordTimes.length) {
-                      properties.coordTimes = (geomsAndTimes.coordTimes.length === 1) ?
-                          geomsAndTimes.coordTimes[0] : geomsAndTimes.coordTimes;
-                  }
-                  var feature = {
-                      type: 'Feature',
-                      geometry: (geomsAndTimes.geoms.length === 1) ? geomsAndTimes.geoms[0] : {
-                          type: 'GeometryCollection',
-                          geometries: geomsAndTimes.geoms
-                      },
-                      properties: properties
-                  };
-                  if (attr(root, 'id')) feature.id = attr(root, 'id');
-                  return [feature];
-              }
-              return gj;
-          },
-          gpx: function(doc) {
-              var i,
-                  tracks = get(doc, 'trk'),
-                  routes = get(doc, 'rte'),
-                  waypoints = get(doc, 'wpt'),
-                  // a feature collection
-                  gj = fc(),
-                  feature;
-              for (i = 0; i < tracks.length; i++) {
-                  feature = getTrack(tracks[i]);
-                  if (feature) gj.features.push(feature);
-              }
-              for (i = 0; i < routes.length; i++) {
-                  feature = getRoute(routes[i]);
-                  if (feature) gj.features.push(feature);
-              }
-              for (i = 0; i < waypoints.length; i++) {
-                  gj.features.push(getPoint(waypoints[i]));
-              }
-              function getPoints(node, pointname) {
-                  var pts = get(node, pointname),
-                      line = [],
-                      times = [],
-                      heartRates = [],
-                      l = pts.length;
-                  if (l < 2) return {};  // Invalid line in GeoJSON
-                  for (var i = 0; i < l; i++) {
-                      var c = coordPair(pts[i]);
-                      line.push(c.coordinates);
-                      if (c.time) times.push(c.time);
-                      if (c.heartRate) heartRates.push(c.heartRate);
-                  }
-                  return {
-                      line: line,
-                      times: times,
-                      heartRates: heartRates
-                  };
-              }
-              function getTrack(node) {
-                  var segments = get(node, 'trkseg'),
-                      track = [],
-                      times = [],
-                      heartRates = [],
-                      line;
-                  for (var i = 0; i < segments.length; i++) {
-                      line = getPoints(segments[i], 'trkpt');
-                      if (line) {
-                          if (line.line) track.push(line.line);
-                          if (line.times && line.times.length) times.push(line.times);
-                          if (line.heartRates && line.heartRates.length) heartRates.push(line.heartRates);
-                      }
-                  }
-                  if (track.length === 0) return;
-                  var properties = getProperties(node);
-                  extend(properties, getLineStyle(get1(node, 'extensions')));
-                  if (times.length) properties.coordTimes = track.length === 1 ? times[0] : times;
-                  if (heartRates.length) properties.heartRates = track.length === 1 ? heartRates[0] : heartRates;
-                  return {
-                      type: 'Feature',
-                      properties: properties,
-                      geometry: {
-                          type: track.length === 1 ? 'LineString' : 'MultiLineString',
-                          coordinates: track.length === 1 ? track[0] : track
-                      }
-                  };
-              }
-              function getRoute(node) {
-                  var line = getPoints(node, 'rtept');
-                  if (!line.line) return;
-                  var prop = getProperties(node);
-                  extend(prop, getLineStyle(get1(node, 'extensions')));
-                  var routeObj = {
-                      type: 'Feature',
-                      properties: prop,
-                      geometry: {
-                          type: 'LineString',
-                          coordinates: line.line
-                      }
-                  };
-                  return routeObj;
-              }
-              function getPoint(node) {
-                  var prop = getProperties(node);
-                  extend(prop, getMulti(node, ['sym']));
-                  return {
-                      type: 'Feature',
-                      properties: prop,
-                      geometry: {
-                          type: 'Point',
-                          coordinates: coordPair(node).coordinates
-                      }
-                  };
-              }
-              function getLineStyle(extensions) {
-                  var style = {};
-                  if (extensions) {
-                      var lineStyle = get1(extensions, 'line');
-                      if (lineStyle) {
-                          var color = nodeVal(get1(lineStyle, 'color')),
-                              opacity = parseFloat(nodeVal(get1(lineStyle, 'opacity'))),
-                              width = parseFloat(nodeVal(get1(lineStyle, 'width')));
-                          if (color) style.stroke = color;
-                          if (!isNaN(opacity)) style['stroke-opacity'] = opacity;
-                          // GPX width is in mm, convert to px with 96 px per inch
-                          if (!isNaN(width)) style['stroke-width'] = width * 96 / 25.4;
-                      }
-                  }
-                  return style;
-              }
-              function getProperties(node) {
-                  var prop = getMulti(node, ['name', 'cmt', 'desc', 'type', 'time', 'keywords']),
-                      links = get(node, 'link');
-                  if (links.length) prop.links = [];
-                  for (var i = 0, link; i < links.length; i++) {
-                      link = { href: attr(links[i], 'href') };
-                      extend(link, getMulti(links[i], ['text', 'type']));
-                      prop.links.push(link);
-                  }
-                  return prop;
+          var groups = layer.selectAll('.markers').selectAll('.viewfield-group')
+              .data(images, function(d) { return d.key; });
+
+          // exit
+          groups.exit()
+              .remove();
+
+          // enter
+          var groupsEnter = groups.enter()
+              .append('g')
+              .attr('class', 'viewfield-group')
+              .on('mouseover', mouseover)
+              .on('mouseout', mouseout)
+              .on('click', click);
+
+          groupsEnter
+              .append('g')
+              .attr('class', 'viewfield-scale');
+
+          // update
+          var markers = groups
+              .merge(groupsEnter)
+              .sort(function(a, b) {
+                  return (a === selected) ? 1
+                      : (b === selected) ? -1
+                      : b.loc[1] - a.loc[1];  // sort Y
+              })
+              .attr('transform', transform)
+              .select('.viewfield-scale');
+
+
+          markers.selectAll('circle')
+              .data([0])
+              .enter()
+              .append('circle')
+              .attr('dx', '0')
+              .attr('dy', '0')
+              .attr('r', '6');
+
+          var viewfields = markers.selectAll('.viewfield')
+              .data(showViewfields ? [0] : []);
+
+          viewfields.exit()
+              .remove();
+
+          viewfields.enter()               // viewfields may or may not be drawn...
+              .insert('path', 'circle')    // but if they are, draw below the circles
+              .attr('class', 'viewfield')
+              .attr('transform', 'scale(1.5,1.5),translate(-8, -13)')
+              .attr('d', 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z');
+      }
+
+
+      function drawImages(selection$$1) {
+          var enabled = svgOpenstreetcamImages$$1.enabled,
+              service = getService();
+
+          layer = selection$$1.selectAll('.layer-openstreetcam-images')
+              .data(service ? [0] : []);
+
+          layer.exit()
+              .remove();
+
+          var layerEnter = layer.enter()
+              .append('g')
+              .attr('class', 'layer-openstreetcam-images')
+              .style('display', enabled ? 'block' : 'none');
+
+          layerEnter
+              .append('g')
+              .attr('class', 'sequences');
+
+          layerEnter
+              .append('g')
+              .attr('class', 'markers');
+
+          layer = layerEnter
+              .merge(layer);
+
+          if (enabled) {
+              if (service && ~~context.map().zoom() >= minZoom) {
+                  editOn();
+                  update();
+                  service.loadImages(projection);
+              } else {
+                  editOff();
               }
-              return gj;
           }
+      }
+
+
+      drawImages.enabled = function(_) {
+          if (!arguments.length) return svgOpenstreetcamImages$$1.enabled;
+          svgOpenstreetcamImages$$1.enabled = _;
+          if (svgOpenstreetcamImages$$1.enabled) {
+              showLayer();
+          } else {
+              hideLayer();
+          }
+          dispatch.call('change');
+          return this;
       };
-      return t;
-  })();
 
-  module.exports = toGeoJSON;
-  });
 
-  var _initialized = false;
-  var _enabled = false;
-  var _geojson;
+      drawImages.supported = function() {
+          return !!getService();
+      };
 
 
-  function svgGpx$$1(projection$$1, context, dispatch) {
-      var _showLabels = true;
-      var detected = utilDetect();
-      var layer;
-      var _src;
+      init();
+      return drawImages;
+  }
+
+  function svgOsm(projection, context, dispatch) {
+      var enabled = true;
+
+
+      function drawOsm(selection) {
+          selection.selectAll('.layer-osm')
+              .data(['covered', 'areas', 'lines', 'points', 'labels'])
+              .enter()
+              .append('g')
+              .attr('class', function(d) { return 'layer-osm layer-' + d; });
+
+          selection.selectAll('.layer-areas').selectAll('.layer-areas-group')
+              .data(['areas', 'targets'])
+              .enter()
+              .append('g')
+              .attr('class', function(d) { return 'layer-areas-group layer-areas-' + d; });
+
+          selection.selectAll('.layer-lines').selectAll('.layer-lines-group')
+              .data(['lines', 'targets'])
+              .enter()
+              .append('g')
+              .attr('class', function(d) { return 'layer-lines-group layer-lines-' + d; });
+
+          selection.selectAll('.layer-points').selectAll('.layer-points-group')
+              .data(['points', 'midpoints', 'vertices', 'turns', 'targets'])
+              .enter()
+              .append('g')
+              .attr('class', function(d) { return 'layer-points-group layer-points-' + d; });
+
+          selection.selectAll('.layer-labels').selectAll('.layer-labels-group')
+              .data(['halo', 'label', 'debug'])
+              .enter()
+              .append('g')
+              .attr('class', function(d) { return 'layer-labels-group layer-labels-' + d; });
+      }
+
+
+      function showLayer() {
+          var layer = context.surface().selectAll('.data-layer-osm');
+          layer.interrupt();
+
+          layer
+              .classed('disabled', false)
+              .style('opacity', 0)
+              .transition()
+              .duration(250)
+              .style('opacity', 1)
+              .on('end interrupt', function () {
+                  dispatch.call('change');
+              });
+      }
+
+
+      function hideLayer() {
+          var layer = context.surface().selectAll('.data-layer-osm');
+          layer.interrupt();
+
+          layer
+              .transition()
+              .duration(250)
+              .style('opacity', 0)
+              .on('end interrupt', function () {
+                  layer.classed('disabled', true);
+                  dispatch.call('change');
+              });
+      }
+
+
+      drawOsm.enabled = function(_) {
+          if (!arguments.length) return enabled;
+          enabled = _;
+
+          if (enabled) {
+              showLayer();
+          } else {
+              hideLayer();
+          }
+
+          dispatch.call('change');
+          return this;
+      };
+
+
+      return drawOsm;
+  }
+
+  function svgNotes$$1(projection, context, dispatch$$1) {
+      if (!dispatch$$1) { dispatch$$1 = dispatch('change'); }
+      var throttledRedraw = throttle(function () { dispatch$$1.call('change'); }, 1000);
+      var minZoom = 12;
+      var layer = select(null);
+      var _notes;
 
+      function markerPath(selection$$1, klass) {
+          selection$$1
+              .attr('class', klass)
+              .attr('transform', 'translate(-8, -22)')
+              .attr('d', 'm17.5,0l-15,0c-1.37,0 -2.5,1.12 -2.5,2.5l0,11.25c0,1.37 1.12,2.5 2.5,2.5l3.75,0l0,3.28c0,0.38 0.43,0.6 0.75,0.37l4.87,-3.65l5.62,0c1.37,0 2.5,-1.12 2.5,-2.5l0,-11.25c0,-1.37 -1.12,-2.5 -2.5,-2.5z');
+      }
 
       function init() {
-          if (_initialized) return;  // run once
+          if (svgNotes$$1.initialized) return;  // run once
+          svgNotes$$1.enabled = false;
+          svgNotes$$1.initialized = true;
+      }
 
-          _geojson = {};
-          _enabled = true;
+      function editOn() {
+          layer.style('display', 'block');
+      }
 
-          function over() {
-              event.stopPropagation();
-              event.preventDefault();
-              event.dataTransfer.dropEffect = 'copy';
+
+      function editOff() {
+          layer.selectAll('.note').remove();
+          layer.style('display', 'none');
+      }
+
+
+      function getService() {
+          if (services.osm && !_notes) {
+              _notes = services.osm;
+              _notes.on('loadedNotes', throttledRedraw);
+          } else if (!services.osm && _notes) {
+              _notes = null;
           }
 
-          select('body')
-              .attr('dropzone', 'copy')
-              .on('drop.localgpx', function() {
-                  event.stopPropagation();
-                  event.preventDefault();
-                  if (!detected.filedrop) return;
-                  drawGpx.files(event.dataTransfer.files);
-              })
-              .on('dragenter.localgpx', over)
-              .on('dragexit.localgpx', over)
-              .on('dragover.localgpx', over);
+          return _notes;
+      }
 
-          _initialized = true;
+
+      function showLayer() {
+          editOn();
+
+          layer
+              .classed('disabled', false)
+              .style('opacity', 0)
+              .transition()
+              .duration(250)
+              .style('opacity', 1)
+              .on('end interrupt', function () {
+                  dispatch$$1.call('change');
+              });
       }
 
 
-      function drawGpx(selection$$1) {
-          var getPath = svgPath(projection$$1).geojson;
+      function hideLayer() {
+          editOff();
 
-          layer = selection$$1.selectAll('.layer-gpx')
-              .data(_enabled ? [0] : []);
+          throttledRedraw.cancel();
+          layer.interrupt();
+
+          layer
+              .transition()
+              .duration(250)
+              .style('opacity', 0)
+              .on('end interrupt', function () {
+                  layer.classed('disabled', true);
+                  dispatch$$1.call('change');
+              });
+
+      }
+
+
+      function update() {
+          var service = getService();
+          var selectedID = context.selectedNoteID();
+          var data = (service ? service.notes(projection) : []);
+          var transform = svgPointTransform(projection);
+          var notes = layer.selectAll('.note')
+              .data(data, function(d) { return d.status + d.id; });
+
+          // exit
+          notes.exit()
+              .remove();
+
+          // enter
+          var notesEnter = notes.enter()
+              .append('g')
+              .attr('class', function(d) { return 'note note-' + d.id + ' ' + d.status; })
+              .classed('new', function(d) { return d.id < 0; });
+
+          notesEnter
+              .append('ellipse')
+              .attr('cx', 0.5)
+              .attr('cy', 1)
+              .attr('rx', 6.5)
+              .attr('ry', 3)
+              .attr('class', 'stroke');
+
+          notesEnter
+              .append('path')
+              .call(markerPath, 'shadow');
+
+          notesEnter
+              .append('use')
+              .attr('class', 'note-fill')
+              .attr('width', '20px')
+              .attr('height', '20px')
+              .attr('x', '-8px')
+              .attr('y', '-22px')
+              .attr('xlink:href', '#iD-icon-note');
+
+          notesEnter.selectAll('.note-annotation')
+              .data(function(d) { return [d]; })
+              .enter()
+              .append('use')
+              .attr('class', 'note-annotation')
+              .attr('width', '10px')
+              .attr('height', '10px')
+              .attr('x', '-3px')
+              .attr('y', '-19px')
+              .attr('xlink:href', function(d) {
+                  return '#iD-icon-' + (d.id < 0 ? 'plus' : (d.status === 'open' ? 'close' : 'apply'));
+              });
+
+          // update
+          notes
+              .merge(notesEnter)
+              .sort(function(a, b) {
+                  return (a.id === selectedID) ? 1
+                      : (b.id === selectedID) ? -1
+                      : b.loc[1] - a.loc[1];  // sort Y
+              })
+              .classed('selected', function(d) { return d.id === selectedID; })
+              .attr('transform', transform);
+      }
+
+
+      function drawNotes(selection$$1) {
+          var enabled = svgNotes$$1.enabled;
+          var service = getService();
+
+          layer = selection$$1.selectAll('.layer-notes')
+              .data(service ? [0] : []);
 
           layer.exit()
               .remove();
 
-          layer = layer.enter()
+          layer.enter()
               .append('g')
-              .attr('class', 'layer-gpx')
+              .attr('class', 'layer-notes')
+              .style('display', enabled ? 'block' : 'none')
               .merge(layer);
 
+          function dimensions() {
+              return [window.innerWidth, window.innerHeight];
+          }
 
-          var paths = layer
-              .selectAll('path')
-              .data([_geojson]);
+          if (enabled) {
+              if (service && ~~context.map().zoom() >= minZoom) {
+                  editOn();
+                  service.loadNotes(projection, dimensions());
+                  update();
+              } else {
+                  editOff();
+              }
+          }
+      }
 
-          paths.exit()
+      drawNotes.enabled = function(val) {
+          if (!arguments.length) return svgNotes$$1.enabled;
+
+          svgNotes$$1.enabled = val;
+          if (svgNotes$$1.enabled) {
+              showLayer();
+          } else {
+              hideLayer();
+              if (context.selectedNoteID()) {
+                  context.enter(modeBrowse(context));
+              }
+          }
+
+          dispatch$$1.call('change');
+          return this;
+      };
+
+      init();
+      return drawNotes;
+  }
+
+  function svgLayers(projection, context) {
+      var dispatch$$1 = dispatch('change');
+      var svg = select(null);
+      var layers = [
+          { id: 'osm', layer: svgOsm(projection, context, dispatch$$1) },
+          { id: 'notes', layer: svgNotes$$1(projection, context, dispatch$$1) },
+          { id: 'gpx', layer: svgGpx$$1(projection, context, dispatch$$1) },
+          { id: 'mvt', layer: svgMvt$$1(projection, context, dispatch$$1) },
+          { id: 'streetside', layer: svgStreetside$$1(projection, context, dispatch$$1)},
+          { id: 'mapillary-images', layer: svgMapillaryImages$$1(projection, context, dispatch$$1) },
+          { id: 'mapillary-signs',  layer: svgMapillarySigns$$1(projection, context, dispatch$$1) },
+          { id: 'openstreetcam-images', layer: svgOpenstreetcamImages$$1(projection, context, dispatch$$1) },
+          { id: 'debug', layer: svgDebug$$1(projection, context, dispatch$$1) }
+      ];
+
+
+      function drawLayers(selection$$1) {
+          svg = selection$$1.selectAll('.surface')
+              .data([0]);
+
+          svg = svg.enter()
+              .append('svg')
+              .attr('class', 'surface')
+              .merge(svg);
+
+          var defs = svg.selectAll('.surface-defs')
+              .data([0]);
+
+          defs.enter()
+              .append('defs')
+              .attr('class', 'surface-defs');
+
+          var groups = svg.selectAll('.data-layer')
+              .data(layers);
+
+          groups.exit()
               .remove();
 
-          paths = paths.enter()
+          groups.enter()
+              .append('g')
+              .attr('class', function(d) { return 'data-layer data-layer-' + d.id; })
+              .merge(groups)
+              .each(function(d) { select(this).call(d.layer); });
+      }
+
+
+      drawLayers.all = function() {
+          return layers;
+      };
+
+
+      drawLayers.layer = function(id) {
+          var obj = find$1(layers, function(o) {return o.id === id;});
+          return obj && obj.layer;
+      };
+
+
+      drawLayers.only = function(what) {
+          var arr = [].concat(what);
+          drawLayers.remove(difference(map$3(layers, 'id'), arr));
+          return this;
+      };
+
+
+      drawLayers.remove = function(what) {
+          var arr = [].concat(what);
+          arr.forEach(function(id) {
+              layers = reject(layers, function(o) {return o.id === id;});
+          });
+          dispatch$$1.call('change');
+          return this;
+      };
+
+
+      drawLayers.add = function(what) {
+          var arr = [].concat(what);
+          arr.forEach(function(obj) {
+              if ('id' in obj && 'layer' in obj) {
+                  layers.push(obj);
+              }
+          });
+          dispatch$$1.call('change');
+          return this;
+      };
+
+
+      drawLayers.dimensions = function(_) {
+          if (!arguments.length) return utilGetDimensions(svg);
+          utilSetDimensions(svg, _);
+          return this;
+      };
+
+
+      return utilRebind(drawLayers, dispatch$$1, 'on');
+  }
+
+  function svgLines$$1(projection, context) {
+      var detected = utilDetect();
+
+      var highway_stack = {
+          motorway: 0,
+          motorway_link: 1,
+          trunk: 2,
+          trunk_link: 3,
+          primary: 4,
+          primary_link: 5,
+          secondary: 6,
+          tertiary: 7,
+          unclassified: 8,
+          residential: 9,
+          service: 10,
+          footway: 11
+      };
+
+
+      function drawTargets(selection, graph, entities, filter$$1) {
+          var targetClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
+          var nopeClass = context.getDebug('target') ? 'red ' : 'nocolor ';
+          var getPath = svgPath(projection).geojson;
+          var activeID = context.activeID();
+
+          // The targets and nopes will be MultiLineString sub-segments of the ways
+          var data = { targets: [], nopes: [] };
+
+          entities.forEach(function(way) {
+              var features = svgSegmentWay(way, graph, activeID);
+              data.targets.push.apply(data.targets, features.passive);
+              data.nopes.push.apply(data.nopes, features.active);
+          });
+
+
+          // Targets allow hover and vertex snapping
+          var targetData = data.targets.filter(getPath);
+          var targets = selection.selectAll('.line.target-allowed')
+              .filter(function(d) { return filter$$1(d.properties.entity); })
+              .data(targetData, function key(d) { return d.id; });
+
+          // exit
+          targets.exit()
+              .remove();
+
+          // enter/update
+          targets.enter()
               .append('path')
-              .attr('class', 'gpx')
-              .merge(paths);
+              .merge(targets)
+              .attr('d', getPath)
+              .attr('class', function(d) { return 'way line target target-allowed ' + targetClass + d.id; });
 
-          paths
-              .attr('d', getPath);
 
+          // NOPE
+          var nopeData = data.nopes.filter(getPath);
+          var nopes = selection.selectAll('.line.target-nope')
+              .filter(function(d) { return filter$$1(d.properties.entity); })
+              .data(nopeData, function key(d) { return d.id; });
 
-          var labelData = _showLabels && _geojson.features ? _geojson.features : [];
-          labelData = labelData.filter(getPath);
+          // exit
+          nopes.exit()
+              .remove();
 
-          layer
-              .call(drawLabels, 'gpxlabel-halo', labelData)
-              .call(drawLabels, 'gpxlabel', labelData);
+          // enter/update
+          nopes.enter()
+              .append('path')
+              .merge(nopes)
+              .attr('d', getPath)
+              .attr('class', function(d) { return 'way line target target-nope ' + nopeClass + d.id; });
+      }
 
 
-          function drawLabels(selection$$1, textClass, data) {
-              var labels = selection$$1.selectAll('text.' + textClass)
-                  .data(data);
+      function drawLines(selection, graph, entities, filter$$1) {
 
-              // exit
-              labels.exit()
-                  .remove();
+          function waystack(a, b) {
+              var selected = context.selectedIDs();
+              var scoreA = selected.indexOf(a.id) !== -1 ? 20 : 0;
+              var scoreB = selected.indexOf(b.id) !== -1 ? 20 : 0;
 
-              // enter/update
-              labels = labels.enter()
-                  .append('text')
-                  .attr('class', textClass)
-                  .merge(labels)
-                  .text(function(d) {
-                      if (d.properties) {
-                          return d.properties.desc || d.properties.name;
-                      }
-                      return null;
-                  })
-                  .attr('x', function(d) {
-                      var centroid = getPath.centroid(d);
-                      return centroid[0] + 11;
-                  })
-                  .attr('y', function(d) {
-                      var centroid = getPath.centroid(d);
-                      return centroid[1];
-                  });
+              if (a.tags.highway) { scoreA -= highway_stack[a.tags.highway]; }
+              if (b.tags.highway) { scoreB -= highway_stack[b.tags.highway]; }
+              return scoreA - scoreB;
           }
-      }
 
 
-      function toDom(x) {
-          return (new DOMParser()).parseFromString(x, 'text/xml');
-      }
+          function drawLineGroup(selection, klass, isSelected) {
+              // Note: Don't add `.selected` class in draw modes
+              var mode = context.mode();
+              var isDrawing = mode && /^draw/.test(mode.id);
+              var selectedClass = (!isDrawing && isSelected) ? 'selected ' : '';
+
+              var lines = selection
+                  .selectAll('path')
+                  .filter(filter$$1)
+                  .data(getPathData(isSelected), osmEntity$$1.key);
 
+              lines.exit()
+                  .remove();
 
-      function getExtension(fileName) {
-          if (isUndefined(fileName)) {
-              return '';
-          }
+              // Optimization: Call expensive TagClasses only on enter selection. This
+              // works because osmEntity.key is defined to include the entity v attribute.
+              lines.enter()
+                  .append('path')
+                  .attr('class', function(d) {
+                      var oldMPClass = oldMultiPolygonOuters[d.id] ? 'old-multipolygon ' : '';
+                      return 'way line ' + klass + ' ' + selectedClass + oldMPClass + d.id;
+                  })
+                  .call(svgTagClasses())
+                  .merge(lines)
+                  .sort(waystack)
+                  .attr('d', getPath)
+                  .call(svgTagClasses().tags(svgRelationMemberTags(graph)));
 
-          var lastDotIndex = fileName.lastIndexOf('.');
-          if (lastDotIndex < 0) {
-              return '';
+              return selection;
           }
 
-          return fileName.substr(lastDotIndex);
-      }
-
 
-      function parseSaveAndZoom(extension, data) {
-          switch (extension) {
-              default:
-                  drawGpx.geojson(togeojson.gpx(toDom(data))).fitZoom();
-                  break;
-              case '.kml':
-                  drawGpx.geojson(togeojson.kml(toDom(data))).fitZoom();
-                  break;
-              case '.geojson':
-              case '.json':
-                  drawGpx.geojson(JSON.parse(data)).fitZoom();
-                  break;
+          function getPathData(isSelected) {
+              return function() {
+                  var layer = this.parentNode.__data__;
+                  var data = pathdata[layer] || [];
+                  return data.filter(function(d) {
+                      if (isSelected)
+                          return context.selectedIDs().indexOf(d.id) !== -1;
+                      else
+                          return context.selectedIDs().indexOf(d.id) === -1;
+                  });
+              };
           }
-      }
 
 
-      drawGpx.showLabels = function(_) {
-          if (!arguments.length) return _showLabels;
-          _showLabels = _;
-          return this;
-      };
+          var getPath = svgPath(projection, graph);
+          var ways = [];
+          var pathdata = {};
+          var onewaydata = {};
+          var oldMultiPolygonOuters = {};
 
+          for (var i = 0; i < entities.length; i++) {
+              var entity = entities[i];
+              var outer = osmSimpleMultipolygonOuterMember(entity, graph);
+              if (outer) {
+                  ways.push(entity.mergeTags(outer.tags));
+                  oldMultiPolygonOuters[outer.id] = true;
+              } else if (entity.geometry(graph) === 'line') {
+                  ways.push(entity);
+              }
+          }
 
-      drawGpx.enabled = function(_) {
-          if (!arguments.length) return _enabled;
-          _enabled = _;
-          dispatch.call('change');
-          return this;
-      };
+          ways = ways.filter(getPath);
+          pathdata = groupBy(ways, function(way) { return way.layer(); });
 
+          forOwn(pathdata, function(v, k) {
+              var arr = filter(v, function(d) { return d.isOneWay(); });
+              onewaydata[k] = flatten(map$3(arr, svgOneWaySegments(projection, graph, 35)));
+          });
 
-      drawGpx.hasGpx = function() {
-          return (!(isEmpty(_geojson) || isEmpty(_geojson.features)));
-      };
 
+          var covered = selection.selectAll('.layer-covered');                      // under areas
+          var uncovered = selection.selectAll('.layer-lines .layer-lines-lines');   // over areas
 
-      drawGpx.geojson = function(gj) {
-          if (!arguments.length) return _geojson;
-          if (isEmpty(gj) || isEmpty(gj.features)) return this;
-          _geojson = gj;
-          dispatch.call('change');
-          return this;
-      };
+          [covered, uncovered].forEach(function(selection) {
+              var range$$1 = (selection === covered ? range(-10,0) : range(0,11));
+              var layergroup = selection
+                  .selectAll('g.layergroup')
+                  .data(range$$1);
 
+              layergroup = layergroup.enter()
+                  .append('g')
+                  .attr('class', function(d) { return 'layergroup layer' + String(d); })
+                  .merge(layergroup);
 
-      drawGpx.url = function(url) {
-          d3_text(url, function(err, data) {
-              if (!err) {
-                  _src = url;
-                  var extension = getExtension(url);
-                  parseSaveAndZoom(extension, data);
-              }
-          });
-          return this;
-      };
+              layergroup
+                  .selectAll('g.linegroup')
+                  .data(['shadow', 'casing', 'stroke', 'shadow-highlighted', 'casing-highlighted', 'stroke-highlighted'])
+                  .enter()
+                  .append('g')
+                  .attr('class', function(d) { return 'linegroup line-' + d; });
 
+              layergroup.selectAll('g.line-shadow')
+                  .call(drawLineGroup, 'shadow', false);
+              layergroup.selectAll('g.line-casing')
+                  .call(drawLineGroup, 'casing', false);
+              layergroup.selectAll('g.line-stroke')
+                  .call(drawLineGroup, 'stroke', false);
 
-      drawGpx.files = function(fileList) {
-          if (!fileList.length) return this;
-          var f = fileList[0],
-              reader = new FileReader();
+              layergroup.selectAll('g.line-shadow-highlighted')
+                  .call(drawLineGroup, 'shadow', true);
+              layergroup.selectAll('g.line-casing-highlighted')
+                  .call(drawLineGroup, 'casing', true);
+              layergroup.selectAll('g.line-stroke-highlighted')
+                  .call(drawLineGroup, 'stroke', true);
 
-          reader.onload = (function(file) {
-              _src = file.name;
-              var extension = getExtension(file.name);
-              return function (e) {
-                  parseSaveAndZoom(extension, e.target.result);
-              };
-          })(f);
 
-          reader.readAsText(f);
-          return this;
-      };
+              var onewaygroup = layergroup
+                  .selectAll('g.onewaygroup')
+                  .data(['oneway']);
 
+              onewaygroup = onewaygroup.enter()
+                  .append('g')
+                  .attr('class', 'onewaygroup')
+                  .merge(onewaygroup);
 
-      drawGpx.getSrc = function () {
-          return _src;
-      };
+              var oneways = onewaygroup
+                  .selectAll('path')
+                  .filter(filter$$1)
+                  .data(
+                      function data() { return onewaydata[this.parentNode.__data__] || []; },
+                      function key(d) { return [d.id, d.index]; }
+                  );
 
+              oneways.exit()
+                  .remove();
 
-      drawGpx.fitZoom = function() {
-          if (!this.hasGpx()) return this;
+              oneways = oneways.enter()
+                  .append('path')
+                  .attr('class', 'oneway')
+                  .attr('marker-mid', 'url(#oneway-marker)')
+                  .merge(oneways)
+                  .attr('d', function(d) { return d.d; });
 
-          var map = context.map();
-          var viewport = map.trimmedExtent().polygon();
-          var coords = reduce(_geojson.features, function(coords, feature) {
-              var c = feature.geometry.coordinates;
+              if (detected.ie) {
+                  oneways.each(function() { this.parentNode.insertBefore(this, this); });
+              }
+          });
 
-              /* eslint-disable no-fallthrough */
-              switch (feature.geometry.type) {
-                  case 'Point':
-                      c = [c];
-                  case 'MultiPoint':
-                  case 'LineString':
-                      break;
+          // touch targets
+          selection.selectAll('.layer-lines .layer-lines-targets')
+              .call(drawTargets, graph, ways, filter$$1);
+      }
 
-                  case 'MultiPolygon':
-                      c = flatten(c);
-                  case 'Polygon':
-                  case 'MultiLineString':
-                      c = flatten(c);
-                      break;
-              }
-              /* eslint-enable no-fallthrough */
 
-              return union(coords, c);
-          }, []);
+      return drawLines;
+  }
 
-          if (!geoPolygonIntersectsPolygon(viewport, coords, true)) {
-              var extent = geoExtent$$1(d3_geoBounds({ type: 'LineString', coordinates: coords }));
-              map.centerZoom(extent.center(), map.trimmedExtentZoom(extent));
-          }
+  function svgMidpoints$$1(projection, context) {
+      var targetRadius = 8;
 
-          return this;
-      };
+      function drawTargets(selection, graph, entities, filter) {
+          var fillClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
+          var getTransform = svgPointTransform(projection).geojson;
 
+          var data = entities.map(function(midpoint) {
+              return {
+                  type: 'Feature',
+                  id: midpoint.id,
+                  properties: {
+                      target: true,
+                      entity: midpoint
+                  },
+                  geometry: {
+                      type: 'Point',
+                      coordinates: midpoint.loc
+                  }
+              };
+          });
 
-      init();
-      return drawGpx;
-  }
+          var targets = selection.selectAll('.midpoint.target')
+              .filter(function(d) { return filter(d.properties.entity); })
+              .data(data, function key(d) { return d.id; });
 
-  function svgIcon(name, svgklass, useklass) {
-      return function drawIcon(selection) {
-          selection.selectAll('svg')
-              .data([0])
-              .enter()
-              .append('svg')
-              .attr('class', 'icon ' + (svgklass || ''))
-              .append('use')
-              .attr('xlink:href', name)
-              .attr('class', useklass);
-      };
-  }
+          // exit
+          targets.exit()
+              .remove();
 
-  /** Error message constants. */
-  var FUNC_ERROR_TEXT$3 = 'Expected a function';
+          // enter/update
+          targets.enter()
+              .append('circle')
+              .attr('r', targetRadius)
+              .merge(targets)
+              .attr('class', function(d) { return 'node midpoint target ' + fillClass + d.id; })
+              .attr('transform', getTransform);
+      }
 
-  /**
-   * Creates a throttled function that only invokes `func` at most once per
-   * every `wait` milliseconds. The throttled function comes with a `cancel`
-   * method to cancel delayed `func` invocations and a `flush` method to
-   * immediately invoke them. Provide `options` to indicate whether `func`
-   * should be invoked on the leading and/or trailing edge of the `wait`
-   * timeout. The `func` is invoked with the last arguments provided to the
-   * throttled function. Subsequent calls to the throttled function return the
-   * result of the last `func` invocation.
-   *
-   * **Note:** If `leading` and `trailing` options are `true`, `func` is
-   * invoked on the trailing edge of the timeout only if the throttled function
-   * is invoked more than once during the `wait` timeout.
-   *
-   * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
-   * until to the next tick, similar to `setTimeout` with a timeout of `0`.
-   *
-   * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
-   * for details over the differences between `_.throttle` and `_.debounce`.
-   *
-   * @static
-   * @memberOf _
-   * @since 0.1.0
-   * @category Function
-   * @param {Function} func The function to throttle.
-   * @param {number} [wait=0] The number of milliseconds to throttle invocations to.
-   * @param {Object} [options={}] The options object.
-   * @param {boolean} [options.leading=true]
-   *  Specify invoking on the leading edge of the timeout.
-   * @param {boolean} [options.trailing=true]
-   *  Specify invoking on the trailing edge of the timeout.
-   * @returns {Function} Returns the new throttled function.
-   * @example
-   *
-   * // Avoid excessively updating the position while scrolling.
-   * jQuery(window).on('scroll', _.throttle(updatePosition, 100));
-   *
-   * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes.
-   * var throttled = _.throttle(renewToken, 300000, { 'trailing': false });
-   * jQuery(element).on('click', throttled);
-   *
-   * // Cancel the trailing throttled invocation.
-   * jQuery(window).on('popstate', throttled.cancel);
-   */
-  function throttle(func, wait, options) {
-    var leading = true,
-        trailing = true;
 
-    if (typeof func != 'function') {
-      throw new TypeError(FUNC_ERROR_TEXT$3);
-    }
-    if (isObject(options)) {
-      leading = 'leading' in options ? !!options.leading : leading;
-      trailing = 'trailing' in options ? !!options.trailing : trailing;
-    }
-    return debounce(func, wait, {
-      'leading': leading,
-      'maxWait': wait,
-      'trailing': trailing
-    });
-  }
+      function drawMidpoints(selection, graph, entities, filter, extent) {
+          var layer = selection.selectAll('.layer-points .layer-points-midpoints');
 
-  function svgLabels(projection$$1, context) {
-      var path = d3_geoPath(projection$$1);
-      var detected = utilDetect();
-      var baselineHack = (detected.ie || detected.browser.toLowerCase() === 'edge');
-      var _rdrawn = rbush_1();
-      var _rskipped = rbush_1();
-      var _textWidthCache = {};
-      var _entitybboxes = {};
+          var mode = context.mode();
+          if (mode && mode.id !== 'select') {
+              layer.selectAll('g.midpoint')
+                  .remove();
 
-      // Listed from highest to lowest priority
-      var labelStack = [
-          ['line', 'aeroway', '*', 12],
-          ['line', 'highway', 'motorway', 12],
-          ['line', 'highway', 'trunk', 12],
-          ['line', 'highway', 'primary', 12],
-          ['line', 'highway', 'secondary', 12],
-          ['line', 'highway', 'tertiary', 12],
-          ['line', 'highway', '*', 12],
-          ['line', 'railway', '*', 12],
-          ['line', 'waterway', '*', 12],
-          ['area', 'aeroway', '*', 12],
-          ['area', 'amenity', '*', 12],
-          ['area', 'building', '*', 12],
-          ['area', 'historic', '*', 12],
-          ['area', 'leisure', '*', 12],
-          ['area', 'man_made', '*', 12],
-          ['area', 'natural', '*', 12],
-          ['area', 'shop', '*', 12],
-          ['area', 'tourism', '*', 12],
-          ['area', 'camp_site', '*', 12],
-          ['point', 'aeroway', '*', 10],
-          ['point', 'amenity', '*', 10],
-          ['point', 'building', '*', 10],
-          ['point', 'historic', '*', 10],
-          ['point', 'leisure', '*', 10],
-          ['point', 'man_made', '*', 10],
-          ['point', 'natural', '*', 10],
-          ['point', 'shop', '*', 10],
-          ['point', 'tourism', '*', 10],
-          ['point', 'camp_site', '*', 10],
-          ['line', 'name', '*', 12],
-          ['area', 'name', '*', 12],
-          ['point', 'name', '*', 10]
-      ];
+              selection.selectAll('.layer-points .layer-points-targets .midpoint.target')
+                  .remove();
 
+              return;
+          }
 
-      function blacklisted(preset) {
-          var noIcons = ['building', 'landuse', 'natural'];
-          return some(noIcons, function(s) {
-              return preset.id.indexOf(s) >= 0;
-          });
-      }
+          var poly = extent.polygon();
+          var midpoints = {};
 
+          for (var i = 0; i < entities.length; i++) {
+              var entity = entities[i];
 
-      function get(array, prop) {
-          return function(d, i) { return array[i][prop]; };
-      }
+              if (entity.type !== 'way')
+                  continue;
+              if (!filter(entity))
+                  continue;
+              if (context.selectedIDs().indexOf(entity.id) < 0)
+                  continue;
 
+              var nodes = graph.childNodes(entity);
+              for (var j = 0; j < nodes.length - 1; j++) {
 
-      function textWidth(text, size, elem) {
-          var c = _textWidthCache[size];
-          if (!c) c = _textWidthCache[size] = {};
+                  var a = nodes[j];
+                  var b = nodes[j + 1];
+                  var id = [a.id, b.id].sort().join('-');
 
-          if (c[text]) {
-              return c[text];
+                  if (midpoints[id]) {
+                      midpoints[id].parents.push(entity);
+                  } else {
+                      if (geoVecLength(projection(a.loc), projection(b.loc)) > 40) {
+                          var point = geoVecInterp(a.loc, b.loc, 0.5);
+                          var loc = null;
 
-          } else if (elem) {
-              c[text] = elem.getComputedTextLength();
-              return c[text];
+                          if (extent.intersects(point)) {
+                              loc = point;
+                          } else {
+                              for (var k = 0; k < 4; k++) {
+                                  point = geoLineIntersection([a.loc, b.loc], [poly[k], poly[k + 1]]);
+                                  if (point &&
+                                      geoVecLength(projection(a.loc), projection(point)) > 20 &&
+                                      geoVecLength(projection(b.loc), projection(point)) > 20)
+                                  {
+                                      loc = point;
+                                      break;
+                                  }
+                              }
+                          }
 
-          } else {
-              var str = encodeURIComponent(text).match(/%[CDEFcdef]/g);
-              if (str === null) {
-                  return size / 3 * 2 * text.length;
-              } else {
-                  return size / 3 * (2 * text.length + str.length);
+                          if (loc) {
+                              midpoints[id] = {
+                                  type: 'midpoint',
+                                  id: id,
+                                  loc: loc,
+                                  edge: [a.id, b.id],
+                                  parents: [entity]
+                              };
+                          }
+                      }
+                  }
               }
           }
-      }
 
 
-      function drawLinePaths(selection, entities, filter, classes, labels) {
-          var paths = selection.selectAll('path')
-              .filter(filter)
-              .data(entities, osmEntity$$1.key);
+          function midpointFilter(d) {
+              if (midpoints[d.id])
+                  return true;
 
-          // exit
-          paths.exit()
-              .remove();
+              for (var i = 0; i < d.parents.length; i++) {
+                  if (filter(d.parents[i])) {
+                      return true;
+                  }
+              }
 
-          // enter/update
-          paths.enter()
-              .append('path')
-              .style('stroke-width', get(labels, 'font-size'))
-              .attr('id', function(d) { return 'labelpath-' + d.id; })
-              .attr('class', classes)
-              .merge(paths)
-              .attr('d', get(labels, 'lineString'));
-      }
+              return false;
+          }
 
 
-      function drawLineLabels(selection, entities, filter, classes, labels) {
-          var texts = selection.selectAll('text.' + classes)
-              .filter(filter)
-              .data(entities, osmEntity$$1.key);
+          var groups = layer
+              .selectAll('g.midpoint')
+              .filter(midpointFilter)
+              .data(values$1(midpoints), function(d) { return d.id; });
 
-          // exit
-          texts.exit()
+          groups.exit()
               .remove();
 
-          // enter
-          texts.enter()
-              .append('text')
-              .attr('class', function(d, i) { return classes + ' ' + labels[i].classes + ' ' + d.id; })
-              .attr('dy', baselineHack ? '0.35em' : null)
-              .append('textPath')
-              .attr('class', 'textpath');
-
-          // update
-          selection.selectAll('text.' + classes).selectAll('.textpath')
-              .filter(filter)
-              .data(entities, osmEntity$$1.key)
-              .attr('startOffset', '50%')
-              .attr('xlink:href', function(d) { return '#labelpath-' + d.id; })
-              .text(utilDisplayNameForPath);
-      }
-
+          var enter = groups.enter()
+              .insert('g', ':first-child')
+              .attr('class', 'midpoint');
 
-      function drawPointLabels(selection, entities, filter, classes, labels) {
-          var texts = selection.selectAll('text.' + classes)
-              .filter(filter)
-              .data(entities, osmEntity$$1.key);
+          enter
+              .append('polygon')
+              .attr('points', '-6,8 10,0 -6,-8')
+              .attr('class', 'shadow');
 
-          // exit
-          texts.exit()
-              .remove();
+          enter
+              .append('polygon')
+              .attr('points', '-3,4 5,0 -3,-4')
+              .attr('class', 'fill');
 
-          // enter/update
-          texts.enter()
-              .append('text')
-              .attr('class', function(d, i) {
-                  return classes + ' ' + labels[i].classes + ' ' + d.id;
+          groups = groups
+              .merge(enter)
+              .attr('transform', function(d) {
+                  var translate = svgPointTransform(projection);
+                  var a = graph.entity(d.edge[0]);
+                  var b = graph.entity(d.edge[1]);
+                  var angle = geoAngle(a, b, projection) * (180 / Math.PI);
+                  return translate(d) + ' rotate(' + angle + ')';
               })
-              .merge(texts)
-              .attr('x', get(labels, 'x'))
-              .attr('y', get(labels, 'y'))
-              .style('text-anchor', get(labels, 'textAnchor'))
-              .text(utilDisplayName)
-              .each(function(d, i) {
-                  textWidth(utilDisplayName(d), labels[i].height, this);
-              });
-      }
+              .call(svgTagClasses().tags(
+                  function(d) { return d.parents[0].tags; }
+              ));
 
+          // Propagate data bindings.
+          groups.select('polygon.shadow');
+          groups.select('polygon.fill');
 
-      function drawAreaLabels(selection, entities, filter, classes, labels) {
-          entities = entities.filter(hasText);
-          labels = labels.filter(hasText);
-          drawPointLabels(selection, entities, filter, classes, labels);
 
-          function hasText(d, i) {
-              return labels[i].hasOwnProperty('x') && labels[i].hasOwnProperty('y');
-          }
+          // Draw touch targets..
+          selection.selectAll('.layer-points .layer-points-targets')
+              .call(drawTargets, graph, values$1(midpoints), midpointFilter);
       }
 
+      return drawMidpoints;
+  }
 
-      function drawAreaIcons(selection, entities, filter, classes, labels) {
-          var icons = selection.selectAll('use.' + classes)
-              .filter(filter)
-              .data(entities, osmEntity$$1.key);
+  // Touch targets control which other vertices we can drag a vertex onto.
+  //
+  // - the activeID - nope
+  // - 1 away (adjacent) to the activeID - yes (vertices will be merged)
+  // - 2 away from the activeID - nope (would create a self intersecting segment)
+  // - all others on a linear way - yes
+  // - all others on a closed way - nope (would create a self intersecting polygon)
+  //
+  // returns
+  // 0 = active vertex - no touch/connect
+  // 1 = passive vertex - yes touch/connect
+  // 2 = adjacent vertex - yes but pay attention segmenting a line here
+  //
+  function svgPassiveVertex(node, graph, activeID) {
+      if (!activeID) return 1;
+      if (activeID === node.id) return 0;
 
-          // exit
-          icons.exit()
-              .remove();
+      var parents = graph.parentWays(node);
 
-          // enter/update
-          icons.enter()
-              .append('use')
-              .attr('class', 'icon ' + classes)
-              .attr('width', '17px')
-              .attr('height', '17px')
-              .merge(icons)
-              .attr('transform', get(labels, 'transform'))
-              .attr('xlink:href', function(d) {
-                  var preset = context.presets().match(d, context.graph());
-                  var picon = preset && preset.icon;
+      for (var i = 0; i < parents.length; i++) {
+          var nodes = parents[i].nodes;
+          var isClosed = parents[i].isClosed();
+          for (var j = 0; j < nodes.length; j++) {   // find this vertex, look nearby
+              if (nodes[j] === node.id) {
+                  var ix1 = j - 2;
+                  var ix2 = j - 1;
+                  var ix3 = j + 1;
+                  var ix4 = j + 2;
 
-                  if (!picon) {
-                      return '';
-                  } else {
-                      var isMaki = /^maki-/.test(picon);
-                      return '#' + picon + (isMaki ? '-15' : '');
+                  if (isClosed) {  // wraparound if needed
+                      var max = nodes.length - 1;
+                      if (ix1 < 0)   ix1 = max + ix1;
+                      if (ix2 < 0)   ix2 = max + ix2;
+                      if (ix3 > max) ix3 = ix3 - max;
+                      if (ix4 > max) ix4 = ix4 - max;
                   }
-              });
+
+                  if (nodes[ix1] === activeID) return 0;        // no - prevent self intersect
+                  else if (nodes[ix2] === activeID) return 2;   // ok - adjacent
+                  else if (nodes[ix3] === activeID) return 2;   // ok - adjacent
+                  else if (nodes[ix4] === activeID) return 0;   // no - prevent self intersect
+                  else if (isClosed && nodes.indexOf(activeID) !== -1) return 0;  // no - prevent self intersect
+              }
+          }
       }
 
+      return 1;   // ok
+  }
 
-      function drawCollisionBoxes(selection, rtree, which) {
-          var classes = 'debug ' + which + ' ' + (which === 'debug-skipped' ? 'orange' : 'yellow');
 
-          var gj = [];
-          if (context.getDebug('collision')) {
-              gj = rtree.all().map(function(d) {
-                  return { type: 'Polygon', coordinates: [[
-                      [d.minX, d.minY],
-                      [d.maxX, d.minY],
-                      [d.maxX, d.maxY],
-                      [d.minX, d.maxY],
-                      [d.minX, d.minY]
-                  ]]};
-              });
-          }
+  function svgOneWaySegments(projection$$1, graph, dt) {
+      return function(entity) {
+          var i = 0;
+          var offset = dt;
+          var segments = [];
+          var clip = d3_geoIdentity().clipExtent(projection$$1.clipExtent()).stream;
+          var coordinates = graph.childNodes(entity).map(function(n) { return n.loc; });
+          var a, b;
 
-          var boxes = selection.selectAll('.' + which)
-              .data(gj);
+          if (entity.tags.oneway === '-1') {
+              coordinates.reverse();
+          }
 
-          // exit
-          boxes.exit()
-              .remove();
+          var isReversible = (entity.tags.oneway === 'reversible' || entity.tags.oneway === 'alternating');
 
-          // enter/update
-          boxes.enter()
-              .append('path')
-              .attr('class', classes)
-              .merge(boxes)
-              .attr('d', d3_geoPath());
-      }
+          geoStream({
+              type: 'LineString',
+              coordinates: coordinates
+          }, projection$$1.stream(clip({
+              lineStart: function() {},
+              lineEnd: function() { a = null; },
+              point: function(x, y) {
+                  b = [x, y];
 
+                  if (a) {
+                      var span = geoVecLength(a, b) - offset;
 
-      function drawLabels(selection, graph, entities, filter, dimensions, fullRedraw) {
-          var wireframe = context.surface().classed('fill-wireframe');
-          var zoom = geoScaleToZoom(projection$$1.scale());
+                      if (span >= 0) {
+                          var heading = geoVecAngle(a, b);
+                          var dx = dt * Math.cos(heading);
+                          var dy = dt * Math.sin(heading);
+                          var p = [
+                              a[0] + offset * Math.cos(heading),
+                              a[1] + offset * Math.sin(heading)
+                          ];
 
-          var labelable = [];
-          var renderNodeAs = {};
-          var i, j, k, entity, geometry;
+                          // gather coordinates
+                          var coord = [a, p];
+                          for (span -= dt; span >= 0; span -= dt) {
+                              p = geoVecAdd(p, [dx, dy]);
+                              coord.push(p);
+                          }
+                          coord.push(b);
 
-          for (i = 0; i < labelStack.length; i++) {
-              labelable.push([]);
-          }
+                          // generate svg paths
+                          var segment = '';
+                          var j;
 
-          if (fullRedraw) {
-              _rdrawn.clear();
-              _rskipped.clear();
-              _entitybboxes = {};
+                          for (j = 0; j < coord.length; j++) {
+                              segment += (j === 0 ? 'M' : 'L') + coord[j][0] + ',' + coord[j][1];
+                          }
+                          segments.push({ id: entity.id, index: i++, d: segment });
 
-          } else {
-              for (i = 0; i < entities.length; i++) {
-                  entity = entities[i];
-                  var toRemove = []
-                      .concat(_entitybboxes[entity.id] || [])
-                      .concat(_entitybboxes[entity.id + 'I'] || []);
+                          if (isReversible) {
+                              segment = '';
+                              for (j = coord.length - 1; j >= 0; j--) {
+                                  segment += (j === coord.length - 1 ? 'M' : 'L') + coord[j][0] + ',' + coord[j][1];
+                              }
+                              segments.push({ id: entity.id, index: i++, d: segment });
+                          }
+                      }
 
-                  for (j = 0; j < toRemove.length; j++) {
-                      _rdrawn.remove(toRemove[j]);
-                      _rskipped.remove(toRemove[j]);
+                      offset = -span;
                   }
+
+                  a = b;
               }
+          })));
+
+          return segments;
+      };
+  }
+
+
+  function svgPath(projection$$1, graph, isArea) {
+
+      // Explanation of magic numbers:
+      // "padding" here allows space for strokes to extend beyond the viewport,
+      // so that the stroke isn't drawn along the edge of the viewport when
+      // the shape is clipped.
+      //
+      // When drawing lines, pad viewport by 5px.
+      // When drawing areas, pad viewport by 65px in each direction to allow
+      // for 60px area fill stroke (see ".fill-partial path.fill" css rule)
+
+      var cache = {};
+      var padding = isArea ? 65 : 5;
+      var viewport = projection$$1.clipExtent();
+      var paddedExtent = [
+          [viewport[0][0] - padding, viewport[0][1] - padding],
+          [viewport[1][0] + padding, viewport[1][1] + padding]
+      ];
+      var clip = d3_geoIdentity().clipExtent(paddedExtent).stream;
+      var project = projection$$1.stream;
+      var path = d3_geoPath()
+          .projection({stream: function(output) { return project(clip(output)); }});
+
+      var svgpath = function(entity) {
+          if (entity.id in cache) {
+              return cache[entity.id];
+          } else {
+              return cache[entity.id] = path(entity.asGeoJSON(graph));
           }
+      };
 
-          // Loop through all the entities to do some preprocessing
-          for (i = 0; i < entities.length; i++) {
-              entity = entities[i];
-              geometry = entity.geometry(graph);
+      svgpath.geojson = path;
 
-              // Insert collision boxes around interesting points/vertices
-              if (geometry === 'point' || (geometry === 'vertex' && isInterestingVertex(entity))) {
-                  var hasDirections = entity.directions(graph, projection$$1).length;
-                  var markerPadding;
+      return svgpath;
+  }
 
-                  if (!wireframe && geometry === 'point' && !(zoom >= 18 && hasDirections)) {
-                      renderNodeAs[entity.id] = 'point';
-                      markerPadding = 20;   // extra y for marker height
-                  } else {
-                      renderNodeAs[entity.id] = 'vertex';
-                      markerPadding = 0;
-                  }
 
-                  var coord = projection$$1(entity.loc);
-                  var nodePadding = 10;
-                  var bbox = {
-                      minX: coord[0] - nodePadding,
-                      minY: coord[1] - nodePadding - markerPadding,
-                      maxX: coord[0] + nodePadding,
-                      maxY: coord[1] + nodePadding
-                  };
+  function svgPointTransform(projection$$1) {
+      var svgpoint = function(entity) {
+          // http://jsperf.com/short-array-join
+          var pt = projection$$1(entity.loc);
+          return 'translate(' + pt[0] + ',' + pt[1] + ')';
+      };
 
-                  doInsert(bbox, entity.id + 'P');
-              }
+      svgpoint.geojson = function(d) {
+          return svgpoint(d.properties.entity);
+      };
 
-              // From here on, treat vertices like points
-              if (geometry === 'vertex') {
-                  geometry = 'point';
+      return svgpoint;
+  }
+
+
+  function svgRelationMemberTags(graph) {
+      return function(entity) {
+          var tags = entity.tags;
+          graph.parentRelations(entity).forEach(function(relation) {
+              var type = relation.tags.type;
+              if (type === 'multipolygon' || type === 'boundary') {
+                  tags = assignIn({}, relation.tags, tags);
               }
+          });
+          return tags;
+      };
+  }
 
-              // Determine which entities are label-able
-              var preset = geometry === 'area' && context.presets().match(entity, graph);
-              var icon = preset && !blacklisted(preset) && preset.icon;
 
-              if (!icon && !utilDisplayName(entity))
-                  continue;
+  function svgSegmentWay(way, graph, activeID) {
+      var isActiveWay = (way.nodes.indexOf(activeID) !== -1);
+      var features = { passive: [], active: [] };
+      var start = {};
+      var end = {};
+      var node, type;
 
-              for (k = 0; k < labelStack.length; k++) {
-                  var matchGeom = labelStack[k][0];
-                  var matchKey = labelStack[k][1];
-                  var matchVal = labelStack[k][2];
-                  var hasVal = entity.tags[matchKey];
+      for (var i = 0; i < way.nodes.length; i++) {
+          node = graph.entity(way.nodes[i]);
+          type = svgPassiveVertex(node, graph, activeID);
+          end = { node: node, type: type };
 
-                  if (geometry === matchGeom && hasVal && (matchVal === '*' || matchVal === hasVal)) {
-                      labelable[k].push(entity);
-                      break;
-                  }
+          if (start.type !== undefined) {
+              if (start.node.id === activeID || end.node.id === activeID) ; else if (isActiveWay && (start.type === 2 || end.type === 2)) {   // one adjacent vertex
+                  pushActive(start, end, i);
+              } else if (start.type === 0 && end.type === 0) {   // both active vertices
+                  pushActive(start, end, i);
+              } else {
+                  pushPassive(start, end, i);
               }
           }
 
-          var positions = {
-              point: [],
-              line: [],
-              area: []
-          };
+          start = end;
+      }
 
-          var labelled = {
-              point: [],
-              line: [],
-              area: []
-          };
+      return features;
 
-          // Try and find a valid label for labellable entities
-          for (k = 0; k < labelable.length; k++) {
-              var fontSize = labelStack[k][3];
 
-              for (i = 0; i < labelable[k].length; i++) {
-                  entity = labelable[k][i];
-                  geometry = entity.geometry(graph);
+      function pushActive(start, end, index) {
+          features.active.push({
+              type: 'Feature',
+              id: way.id + '-' + index + '-nope',
+              properties: {
+                  nope: true,
+                  target: true,
+                  entity: way,
+                  nodes: [start.node, end.node],
+                  index: index
+              },
+              geometry: {
+                  type: 'LineString',
+                  coordinates: [start.node.loc, end.node.loc]
+              }
+          });
+      }
 
-                  var getName = (geometry === 'line') ? utilDisplayNameForPath : utilDisplayName;
-                  var name = getName(entity);
-                  var width = name && textWidth(name, fontSize);
-                  var p = null;
+      function pushPassive(start, end, index) {
+          features.passive.push({
+              type: 'Feature',
+              id: way.id + '-' + index,
+              properties: {
+                  target: true,
+                  entity: way,
+                  nodes: [start.node, end.node],
+                  index: index
+              },
+              geometry: {
+                  type: 'LineString',
+                  coordinates: [start.node.loc, end.node.loc]
+              }
+          });
+      }
+  }
 
-                  if (geometry === 'point' || geometry === 'vertex') {
-                      // no point or vertex labels in wireframe mode
-                      // no vertex labels at low zooms (vertices have no icons)
-                      if (wireframe) continue;
-                      var renderAs = renderNodeAs[entity.id];
-                      if (renderAs === 'vertex' && zoom < 17) continue;
+  function svgPoints$$1(projection, context) {
 
-                      p = getPointLabel(entity, width, fontSize, renderAs);
+      function markerPath(selection, klass) {
+          selection
+              .attr('class', klass)
+              .attr('transform', 'translate(-8, -23)')
+              .attr('d', 'M 17,8 C 17,13 11,21 8.5,23.5 C 6,21 0,13 0,8 C 0,4 4,-0.5 8.5,-0.5 C 13,-0.5 17,4 17,8 z');
+      }
 
-                  } else if (geometry === 'line') {
-                      p = getLineLabel(entity, width, fontSize);
+      function sortY(a, b) {
+          return b.loc[1] - a.loc[1];
+      }
 
-                  } else if (geometry === 'area') {
-                      p = getAreaLabel(entity, width, fontSize);
-                  }
 
-                  if (p) {
-                      if (geometry === 'vertex') { geometry = 'point'; }  // treat vertex like point
-                      p.classes = geometry + ' tag-' + labelStack[k][1];
-                      positions[geometry].push(p);
-                      labelled[geometry].push(entity);
-                  }
-              }
-          }
+      // Avoid exit/enter if we're just moving stuff around.
+      // The node will get a new version but we only need to run the update selection.
+      function fastEntityKey(d) {
+          var mode = context.mode();
+          var isMoving = mode && /^(add|draw|drag|move|rotate)/.test(mode.id);
+          return isMoving ? d.id : osmEntity$$1.key(d);
+      }
 
 
-          function isInterestingVertex(entity) {
-              var selectedIDs = context.selectedIDs();
+      function drawTargets(selection, graph, entities, filter) {
+          var fillClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
+          var getTransform = svgPointTransform(projection).geojson;
+          var activeID = context.activeID();
+          var data = [];
 
-              return entity.hasInterestingTags() ||
-                  entity.isEndpoint(graph) ||
-                  entity.isConnected(graph) ||
-                  selectedIDs.indexOf(entity.id) !== -1 ||
-                  some(graph.parentWays(entity), function(parent) {
-                      return selectedIDs.indexOf(parent.id) !== -1;
-                  });
-          }
+          entities.forEach(function(node) {
+              if (activeID === node.id) return;   // draw no target on the activeID
+
+              data.push({
+                  type: 'Feature',
+                  id: node.id,
+                  properties: {
+                      target: true,
+                      entity: node
+                  },
+                  geometry: node.asGeoJSON()
+              });
+          });
 
+          var targets = selection.selectAll('.point.target')
+              .filter(function(d) { return filter(d.properties.entity); })
+              .data(data, function key(d) { return d.id; });
 
-          function getPointLabel(entity, width, height, geometry) {
-              var y = (geometry === 'point' ? -12 : 0);
-              var pointOffsets = {
-                  ltr: [15, y, 'start'],
-                  rtl: [-15, y, 'end']
-              };
+          // exit
+          targets.exit()
+              .remove();
 
-              var coord = projection$$1(entity.loc);
-              var textPadding = 2;
-              var offset = pointOffsets[textDirection];
-              var p = {
-                  height: height,
-                  width: width,
-                  x: coord[0] + offset[0],
-                  y: coord[1] + offset[1],
-                  textAnchor: offset[2]
-              };
+          // enter/update
+          targets.enter()
+              .append('rect')
+              .attr('x', -10)
+              .attr('y', -26)
+              .attr('width', 20)
+              .attr('height', 30)
+              .merge(targets)
+              .attr('class', function(d) { return 'node point target ' + fillClass + d.id; })
+              .attr('transform', getTransform);
+      }
 
-              // insert a collision box for the text label..
-              var bbox;
-              if (textDirection === 'rtl') {
-                  bbox = {
-                      minX: p.x - width - textPadding,
-                      minY: p.y - (height / 2) - textPadding,
-                      maxX: p.x + textPadding,
-                      maxY: p.y + (height / 2) + textPadding
-                  };
-              } else {
-                  bbox = {
-                      minX: p.x - textPadding,
-                      minY: p.y - (height / 2) - textPadding,
-                      maxX: p.x + width + textPadding,
-                      maxY: p.y + (height / 2) + textPadding
-                  };
-              }
 
-              if (tryInsert([bbox], entity.id, true)) {
-                  return p;
-              }
-          }
+      function drawPoints(selection, graph, entities, filter) {
+          var wireframe = context.surface().classed('fill-wireframe');
+          var zoom = geoScaleToZoom(projection.scale());
 
+          // points with a direction will render as vertices at higher zooms
+          function renderAsPoint(entity) {
+              return entity.geometry(graph) === 'point' &&
+                  !(zoom >= 18 && entity.directions(graph, projection).length);
+          }
 
-          function getLineLabel(entity, width, height) {
-              var viewport = geoExtent$$1(context.projection.clipExtent()).polygon();
-              var points = map$3(graph.childNodes(entity), 'loc').map(projection$$1);
-              var length = geoPathLength(points);
+          // all points will render as vertices in wireframe mode too
+          var points = wireframe ? [] : entities.filter(renderAsPoint);
 
-              if (length < width + 20) return;
+          points.sort(sortY);
 
-              // todo: properly clip points to viewport
 
-              // % along the line to attempt to place the label
-              var lineOffsets = [50, 45, 55, 40, 60, 35, 65, 30, 70,
-                                 25, 75, 20, 80, 15, 95, 10, 90, 5, 95];
-              var padding = 3;
+          var layer = selection.selectAll('.layer-points .layer-points-points');
 
-              for (var i = 0; i < lineOffsets.length; i++) {
-                  var offset = lineOffsets[i];
-                  var middle = offset / 100 * length;
-                  var start = middle - width / 2;
+          var groups = layer.selectAll('g.point')
+              .filter(filter)
+              .data(points, fastEntityKey);
 
-                  if (start < 0 || start + width > length) continue;
+          groups.exit()
+              .remove();
 
-                  // generate subpath and ignore paths that are invalid or don't cross viewport.
-                  var sub = subpath(points, start, start + width);
-                  if (!sub || !geoPolygonIntersectsPolygon(viewport, sub, true)) {
-                      continue;
-                  }
+          var enter = groups.enter()
+              .append('g')
+              .attr('class', function(d) { return 'node point ' + d.id; })
+              .order();
 
-                  var isReverse = reverse(sub);
-                  if (isReverse) {
-                      sub = sub.reverse();
-                  }
+          enter
+              .append('path')
+              .call(markerPath, 'shadow');
 
-                  var bboxes = [];
-                  var boxsize = (height + 2) / 2;
+          enter
+              .append('ellipse')
+              .attr('cx', 0.5)
+              .attr('cy', 1)
+              .attr('rx', 6.5)
+              .attr('ry', 3)
+              .attr('class', 'stroke');
 
-                  for (var j = 0; j < sub.length - 1; j++) {
-                      var a = sub[j];
-                      var b = sub[j + 1];
+          enter
+              .append('path')
+              .call(markerPath, 'stroke');
 
-                      // split up the text into small collision boxes
-                      var num = Math.max(1, Math.floor(geoVecLength(a, b) / boxsize / 2));
+          enter
+              .append('use')
+              .attr('transform', 'translate(-5, -19)')
+              .attr('class', 'icon')
+              .attr('width', '11px')
+              .attr('height', '11px');
 
-                      for (var box = 0; box < num; box++) {
-                          var p = geoVecInterp(a, b, box / num);
-                          var x0 = p[0] - boxsize - padding;
-                          var y0 = p[1] - boxsize - padding;
-                          var x1 = p[0] + boxsize + padding;
-                          var y1 = p[1] + boxsize + padding;
+          groups = groups
+              .merge(enter)
+              .attr('transform', svgPointTransform(projection))
+              .call(svgTagClasses());
 
-                          bboxes.push({
-                              minX: Math.min(x0, x1),
-                              minY: Math.min(y0, y1),
-                              maxX: Math.max(x0, x1),
-                              maxY: Math.max(y0, y1)
-                          });
-                      }
-                  }
+          // Selecting the following implicitly
+          // sets the data (point entity) on the element
+          groups.select('.shadow');
+          groups.select('.stroke');
+          groups.select('.icon')
+              .attr('xlink:href', function(entity) {
+                  var preset = context.presets().match(entity, graph);
+                  var picon = preset && preset.icon;
 
-                  if (tryInsert(bboxes, entity.id, false)) {   // accept this one
-                      return {
-                          'font-size': height + 2,
-                          lineString: lineString(sub),
-                          startOffset: offset + '%'
-                      };
+                  if (!picon)
+                      return '';
+                  else {
+                      var isMaki = /^maki-/.test(picon);
+                      return '#' + picon + (isMaki ? '-11' : '');
                   }
-              }
-
-              function reverse(p) {
-                  var angle = Math.atan2(p[1][1] - p[0][1], p[1][0] - p[0][0]);
-                  return !(p[0][0] < p[p.length - 1][0] && angle < Math.PI/2 && angle > -Math.PI/2);
-              }
+              });
 
-              function lineString(points) {
-                  return 'M' + points.join('L');
-              }
 
-              function subpath(points, from, to) {
-                  var sofar = 0;
-                  var start, end, i0, i1;
+          // touch targets
+          selection.selectAll('.layer-points .layer-points-targets')
+              .call(drawTargets, graph, points, filter);
+      }
 
-                  for (var i = 0; i < points.length - 1; i++) {
-                      var a = points[i];
-                      var b = points[i + 1];
-                      var current = geoVecLength(a, b);
-                      var portion;
-                      if (!start && sofar + current >= from) {
-                          portion = (from - sofar) / current;
-                          start = [
-                              a[0] + portion * (b[0] - a[0]),
-                              a[1] + portion * (b[1] - a[1])
-                          ];
-                          i0 = i + 1;
-                      }
-                      if (!end && sofar + current >= to) {
-                          portion = (to - sofar) / current;
-                          end = [
-                              a[0] + portion * (b[0] - a[0]),
-                              a[1] + portion * (b[1] - a[1])
-                          ];
-                          i1 = i + 1;
-                      }
-                      sofar += current;
-                  }
 
-                  var result = points.slice(i0, i1);
-                  result.unshift(start);
-                  result.push(end);
-                  return result;
-              }
-          }
+      return drawPoints;
+  }
 
+  function svgTagClasses() {
+      var primaries = [
+          'building', 'highway', 'railway', 'waterway', 'aeroway',
+          'motorway', 'boundary', 'power', 'amenity', 'natural', 'landuse',
+          'leisure', 'military', 'place', 'man_made'
+      ];
+      var statuses = [
+          'proposed', 'construction', 'disused', 'abandoned', 'dismantled',
+          'razed', 'demolished', 'obliterated', 'intermittent'
+      ];
+      var secondaries = [
+          'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier',
+          'surface', 'tracktype', 'footway', 'crossing', 'service', 'sport',
+          'public_transport'
+      ];
+      var tagClassRe = /^tag-/;
+      var _tags = function(entity) { return entity.tags; };
 
-          function getAreaLabel(entity, width, height) {
-              var centroid = path.centroid(entity.asGeoJSON(graph, true));
-              var extent = entity.extent(graph);
-              var areaWidth = projection$$1(extent[1])[0] - projection$$1(extent[0])[0];
 
-              if (isNaN(centroid[0]) || areaWidth < 20) return;
+      var tagClasses = function(selection$$1) {
+          selection$$1.each(function tagClassesEach(entity) {
+              var value = this.className;
+              var classes, primary, status;
 
-              var preset = context.presets().match(entity, context.graph());
-              var picon = preset && preset.icon;
-              var iconSize = 17;
-              var padding = 2;
-              var p = {};
+              if (value.baseVal !== undefined) value = value.baseVal;
 
-              if (picon) {  // icon and label..
-                  if (addIcon()) {
-                      addLabel(iconSize + padding);
-                      return p;
-                  }
-              } else {   // label only..
-                  if (addLabel(0)) {
-                      return p;
-                  }
-              }
+              classes = value.trim().split(/\s+/).filter(function(name) {
+                  return name.length && !tagClassRe.test(name);
+              }).join(' ');
 
+              var t = _tags(entity), i, k, v;
 
-              function addIcon() {
-                  var iconX = centroid[0] - (iconSize / 2);
-                  var iconY = centroid[1] - (iconSize / 2);
-                  var bbox = {
-                      minX: iconX,
-                      minY: iconY,
-                      maxX: iconX + iconSize,
-                      maxY: iconY + iconSize
-                  };
+              // pick at most one primary classification tag..
+              for (i = 0; i < primaries.length; i++) {
+                  k = primaries[i];
+                  v = t[k];
+                  if (!v || v === 'no') continue;
 
-                  if (tryInsert([bbox], entity.id + 'I', true)) {
-                      p.transform = 'translate(' + iconX + ',' + iconY + ')';
-                      return true;
+                  primary = k;
+                  if (statuses.indexOf(v) !== -1) {   // e.g. `railway=abandoned`
+                      status = v;
+                      classes += ' tag-' + k;
+                  } else {
+                      classes += ' tag-' + k + ' tag-' + k + '-' + v;
                   }
-                  return false;
+
+                  break;
               }
 
-              function addLabel(yOffset) {
-                  if (width && areaWidth >= width + 20) {
-                      var labelX = centroid[0];
-                      var labelY = centroid[1] + yOffset;
-                      var bbox = {
-                          minX: labelX - (width / 2) - padding,
-                          minY: labelY - (height / 2) - padding,
-                          maxX: labelX + (width / 2) + padding,
-                          maxY: labelY + (height / 2) + padding
-                      };
+              // add at most one status tag, only if relates to primary tag..
+              if (!status) {
+                  for (i = 0; i < statuses.length; i++) {
+                      k = statuses[i];
+                      v = t[k];
+                      if (!v || v === 'no') continue;
 
-                      if (tryInsert([bbox], entity.id, true)) {
-                          p.x = labelX;
-                          p.y = labelY;
-                          p.textAnchor = 'middle';
-                          p.height = height;
-                          return true;
+                      if (v === 'yes') {   // e.g. `railway=rail + abandoned=yes`
+                          status = k;
                       }
+                      else if (primary && primary === v) {  // e.g. `railway=rail + abandoned=railway`
+                          status = k;
+                      } else if (!primary && primaries.indexOf(v) !== -1) {  // e.g. `abandoned=railway`
+                          status = k;
+                          primary = v;
+                          classes += ' tag-' + v;
+                      }  // else ignore e.g.  `highway=path + abandoned=railway`
+
+                      if (status) break;
                   }
-                  return false;
               }
-          }
-
-
-          // force insert a singular bounding box
-          // singular box only, no array, id better be unique
-          function doInsert(bbox, id) {
-              bbox.id = id;
 
-              var oldbox = _entitybboxes[id];
-              if (oldbox) {
-                  _rdrawn.remove(oldbox);
+              if (status) {
+                  classes += ' tag-status tag-status-' + status;
               }
-              _entitybboxes[id] = bbox;
-              _rdrawn.insert(bbox);
-          }
-
 
-          function tryInsert(bboxes, id, saveSkipped) {
-              var skipped = false;
-
-              for (var i = 0; i < bboxes.length; i++) {
-                  var bbox = bboxes[i];
-                  bbox.id = id;
+              // add any secondary (structure) tags
+              for (i = 0; i < secondaries.length; i++) {
+                  k = secondaries[i];
+                  v = t[k];
+                  if (!v || v === 'no') continue;
+                  classes += ' tag-' + k + ' tag-' + k + '-' + v;
+              }
 
-                  // Check that label is visible
-                  if (bbox.minX < 0 || bbox.minY < 0 || bbox.maxX > dimensions[0] || bbox.maxY > dimensions[1]) {
-                      skipped = true;
-                      break;
+              // For highways, look for surface tagging..
+              if (primary === 'highway') {
+                  var paved = (t.highway !== 'track');
+                  for (k in t) {
+                      v = t[k];
+                      if (k in osmPavedTags) {
+                          paved = !!osmPavedTags[k][v];
+                          break;
+                      }
                   }
-                  if (_rdrawn.collides(bbox)) {
-                      skipped = true;
-                      break;
+                  if (!paved) {
+                      classes += ' tag-unpaved';
                   }
               }
 
-              _entitybboxes[id] = bboxes;
+              classes = classes.trim();
 
-              if (skipped) {
-                  if (saveSkipped) {
-                      _rskipped.load(bboxes);
-                  }
-              } else {
-                  _rdrawn.load(bboxes);
+              if (classes !== value) {
+                  select(this).attr('class', classes);
               }
-
-              return !skipped;
-          }
-
-
-          var layer = selection.selectAll('.layer-labels');
-          var halo = layer.selectAll('.layer-labels-halo');
-          var label = layer.selectAll('.layer-labels-label');
-          var debug = layer.selectAll('.layer-labels-debug');
-
-          // points
-          drawPointLabels(label, labelled.point, filter, 'pointlabel', positions.point);
-          drawPointLabels(halo, labelled.point, filter, 'pointlabel-halo', positions.point);
-
-          // lines
-          drawLinePaths(halo, labelled.line, filter, '', positions.line);
-          drawLineLabels(label, labelled.line, filter, 'linelabel', positions.line);
-          drawLineLabels(halo, labelled.line, filter, 'linelabel-halo', positions.line);
-
-          // areas
-          drawAreaLabels(label, labelled.area, filter, 'arealabel', positions.area);
-          drawAreaLabels(halo, labelled.area, filter, 'arealabel-halo', positions.area);
-          drawAreaIcons(label, labelled.area, filter, 'areaicon', positions.area);
-          drawAreaIcons(halo, labelled.area, filter, 'areaicon-halo', positions.area);
-
-          // debug
-          drawCollisionBoxes(debug, _rskipped, 'debug-skipped');
-          drawCollisionBoxes(debug, _rdrawn, 'debug-drawn');
-
-          layer.call(filterLabels);
-      }
+          });
+      };
 
 
-      function filterLabels(selection) {
-          var layers = selection
-              .selectAll('.layer-labels-label, .layer-labels-halo');
+      tagClasses.tags = function(_) {
+          if (!arguments.length) return _tags;
+          _tags = _;
+          return tagClasses;
+      };
 
-          layers.selectAll('.nolabel')
-              .classed('nolabel', false);
+      return tagClasses;
+  }
 
-          var mouse = context.mouse();
-          var graph = context.graph();
-          var selectedIDs = context.selectedIDs();
-          var ids = [];
-          var pad, bbox;
+  function svgTurns(projection) {
 
-          // hide labels near the mouse
-          if (mouse) {
-              pad = 20;
-              bbox = { minX: mouse[0] - pad, minY: mouse[1] - pad, maxX: mouse[0] + pad, maxY: mouse[1] + pad };
-              ids.push.apply(ids, map$3(_rdrawn.search(bbox), 'id'));
-          }
+      return function drawTurns(selection, graph, turns) {
 
-          // hide labels on selected nodes (they look weird when dragging / haloed)
-          for (var i = 0; i < selectedIDs.length; i++) {
-              var entity = graph.hasEntity(selectedIDs[i]);
-              if (entity && entity.type === 'node') {
-                  ids.push(selectedIDs[i]);
-              }
+          function icon(turn) {
+              var u = turn.u ? '-u' : '';
+              if (turn.no) return '#iD-turn-no' + u;
+              if (turn.only) return '#iD-turn-only' + u;
+              return '#iD-turn-yes' + u;
           }
 
-          layers.selectAll(utilEntitySelector(ids))
-              .classed('nolabel', true);
+          var layer = selection.selectAll('.data-layer-osm').selectAll('.layer-turns')
+              .data([0]);
 
+          layer = layer.enter()
+              .append('g')
+              .attr('class', 'layer-osm layer-turns')
+              .merge(layer);
 
-          // draw the mouse bbox if debugging is on..
-          var debug = selection.selectAll('.layer-labels-debug');
-          var gj = [];
-          if (context.getDebug('collision')) {
-              gj = bbox ? [{
-                  type: 'Polygon',
-                  coordinates: [[
-                      [bbox.minX, bbox.minY],
-                      [bbox.maxX, bbox.minY],
-                      [bbox.maxX, bbox.maxY],
-                      [bbox.minX, bbox.maxY],
-                      [bbox.minX, bbox.minY]
-                  ]]
-              }] : [];
-          }
 
-          var box = debug.selectAll('.debug-mouse')
-              .data(gj);
+          var groups = layer.selectAll('g.turn')
+              .data(turns, function(d) { return d.key; });
 
-          // exit
-          box.exit()
+          groups.exit()
               .remove();
 
-          // enter/update
-          box.enter()
-              .append('path')
-              .attr('class', 'debug debug-mouse yellow')
-              .merge(box)
-              .attr('d', d3_geoPath());
-      }
 
+          var enter = groups.enter()
+              .append('g')
+              .attr('class', function(d) { return 'turn ' + d.key; });
 
-      var throttleFilterLabels = throttle(utilCallWhenIdle(filterLabels), 100);
+          var nEnter = enter
+              .filter(function(d) { return !d.u; });
 
+          nEnter.append('rect')
+              .attr('transform', 'translate(-22, -12)')
+              .attr('width', '44')
+              .attr('height', '24');
 
-      drawLabels.observe = function(selection) {
-          var listener = function() { throttleFilterLabels(selection); };
-          selection.on('mousemove.hidelabels', listener);
-          context.on('enter.hidelabels', listener);
-      };
+          nEnter.append('use')
+              .attr('transform', 'translate(-22, -12)')
+              .attr('width', '44')
+              .attr('height', '24');
 
 
-      drawLabels.off = function(selection) {
-          throttleFilterLabels.cancel();
-          selection.on('mousemove.hidelabels', null);
-          context.on('enter.hidelabels', null);
-      };
+          var uEnter = enter
+              .filter(function(d) { return d.u; });
 
+          uEnter.append('circle')
+              .attr('r', '16');
 
-      return drawLabels;
-  }
+          uEnter.append('use')
+              .attr('transform', 'translate(-16, -16)')
+              .attr('width', '32')
+              .attr('height', '32');
 
-  function svgStreetside$$1(projection, context, dispatch) {
-      var throttledRedraw = throttle(function () { dispatch.call('change'); }, 1000);
-      var minZoom = 14;
-      var minMarkerZoom = 16;
-      var minViewfieldZoom = 18;
-      var layer = select(null);
-      var _viewerYaw = 0;
-      var _selectedSequence = null;
-      var _hoveredBubble = null;
-      var _streetside;
 
-      /**
-       * init().
-       */
-      function init() {
-          if (svgStreetside$$1.initialized) return;  // run once
-          svgStreetside$$1.enabled = false;
-          svgStreetside$$1.initialized = true;
-      }
+          groups = groups
+              .merge(enter);
 
-      /**
-       * getService().
-       */
-      function getService() {
-          if (services.streetside && !_streetside) {
-              _streetside = services.streetside;
-              _streetside.event
-                  .on('viewerChanged', viewerChanged)
-                  .on('loadedBubbles', throttledRedraw);
-          } else if (!services.streetside && _streetside) {
-              _streetside = null;
-          }
+          groups
+              .attr('opacity', function(d) {
+                  return d.direct === false ? '0.7' : null;
+              })
+              .attr('transform', function(d) {
+                  var pxRadius = 50;
+                  var toWay = graph.entity(d.to.way);
+                  var toPoints = graph.childNodes(toWay)
+                      .map(function (n) { return n.loc; })
+                      .map(projection);
+                  var toLength = geoPathLength(toPoints);
+                  var mid = toLength / 2;    // midpoint of destination way
 
-          return _streetside;
-      }
+                  var toNode = graph.entity(d.to.node);
+                  var toVertex = graph.entity(d.to.vertex);
+                  var a = geoAngle(toVertex, toNode, projection);
+                  var o = projection(toVertex.loc);
+                  var r = d.u ? 0                  // u-turn: no radius
+                      : !toWay.__via ? pxRadius    // leaf way: put marker at pxRadius
+                      : Math.min(mid, pxRadius);   // via way: prefer pxRadius, fallback to mid for very short ways
 
-      /**
-       * showLayer().
-       */
-      function showLayer() {
-          var service = getService();
-          if (!service) return;
+                  return 'translate(' + (r * Math.cos(a) + o[0]) + ',' + (r * Math.sin(a) + o[1]) + ') ' +
+                      'rotate(' + a * 180 / Math.PI + ')';
+              });
 
-          service.loadViewer(context);
-          editOn();
+          groups.select('use')
+              .attr('xlink:href', icon);
+
+          groups.select('rect');
+          groups.select('circle');
+
+          return this;
+      };
+  }
 
-          layer
-              .style('opacity', 0)
-              .transition()
-              .duration(250)
-              .style('opacity', 1)
-              .on('end', function () { dispatch.call('change'); });
-      }
+  function svgVertices$$1(projection, context) {
+      var radiuses = {
+          //       z16-, z17,   z18+,  w/icon
+          shadow: [6,    7.5,   7.5,   12],
+          stroke: [2.5,  3.5,   3.5,   8],
+          fill:   [1,    1.5,   1.5,   1.5]
+      };
 
-      /**
-       * hideLayer().
-       */
-      function hideLayer() {
-          var service = getService();
-          if (service) {
-              service.hideViewer();
-          }
+      var _currHoverTarget;
+      var _currPersistent = {};
+      var _currHover = {};
+      var _prevHover = {};
+      var _currSelected = {};
+      var _prevSelected = {};
+      var _radii = {};
 
-          throttledRedraw.cancel();
 
-          layer
-              .transition()
-              .duration(250)
-              .style('opacity', 0)
-              .on('end', editOff);
+      function sortY(a, b) {
+          return b.loc[1] - a.loc[1];
       }
 
-      /**
-       * editOn().
-       */
-      function editOn() {
-          layer.style('display', 'block');
+      // Avoid exit/enter if we're just moving stuff around.
+      // The node will get a new version but we only need to run the update selection.
+      function fastEntityKey(d) {
+          var mode = context.mode();
+          var isMoving = mode && /^(add|draw|drag|move|rotate)/.test(mode.id);
+          return isMoving ? d.id : osmEntity$$1.key(d);
       }
 
-      /**
-       * editOff().
-       */
-      function editOff() {
-          layer.selectAll('.viewfield-group').remove();
-          layer.style('display', 'none');
-      }
 
-      /**
-       * click() Handles 'bubble' point click event.
-       */
-      function click(d) {
-          var service = getService();
-          if (!service) return;
+      function draw(selection$$1, graph, vertices, sets, filter) {
+          sets = sets || { selected: {}, important: {}, hovered: {} };
 
-          // try to preserve the viewer rotation when staying on the same sequence
-          if (d.sequenceKey !== _selectedSequence) {
-              _viewerYaw = 0;  // reset
-          }
-          _selectedSequence = d.sequenceKey;
+          var icons = {};
+          var directions = {};
+          var wireframe = context.surface().classed('fill-wireframe');
+          var zoom = geoScaleToZoom(projection.scale());
+          var z = (zoom < 17 ? 0 : zoom < 18 ? 1 : 2);
 
-          service
-              .selectImage(d)
-              .then(function(r) {
-                  if (r.status === 'ok'){
-                      service.showViewer(_viewerYaw);
-                  }
-              });
 
+          function getIcon(d) {
+              // always check latest entity, as fastEntityKey avoids enter/exit now
+              var entity = graph.entity(d.id);
+              if (entity.id in icons) return icons[entity.id];
 
-          context.map().centerEase(d.loc);
-      }
+              icons[entity.id] =
+                  entity.hasInterestingTags() &&
+                  context.presets().match(entity, graph).icon;
+              return icons[entity.id];
+          }
 
-      /**
-       * mouseover().
-       */
-      function mouseover(d) {
-          var service = getService();
-          _hoveredBubble = d;
-          if (service) service.setStyles(d, true);
-      }
 
-      /**
-       * mouseout().
-       */
-      function mouseout() {
-          var service = getService();
-          _hoveredBubble = null;
-          if (service) service.setStyles(null, true);
-      }
+          // memoize directions results, return false for empty arrays (for use in filter)
+          function getDirections(entity) {
+              if (entity.id in directions) return directions[entity.id];
 
-      /**
-       * transform().
-       */
-      function transform(d) {
-          var t = svgPointTransform(projection)(d);
-          var rot = d.ca + _viewerYaw;
-          if (rot) {
-              t += ' rotate(' + Math.floor(rot) + ',0,0)';
+              var angles = entity.directions(graph, projection);
+              directions[entity.id] = angles.length ? angles : false;
+              return angles;
           }
-          return t;
-      }
 
 
-      function viewerChanged() {
-          var service = getService();
-          if (!service) return;
+          function updateAttributes(selection$$1) {
+              ['shadow', 'stroke', 'fill'].forEach(function(klass) {
+                  var rads = radiuses[klass];
+                  selection$$1.selectAll('.' + klass)
+                      .each(function(entity) {
+                          var i = z && getIcon(entity);
+                          var r = rads[i ? 3 : z];
 
-          var viewer = service.viewer();
-          if (!viewer) return;
+                          // slightly increase the size of unconnected endpoints #3775
+                          if (entity.isEndpoint(graph) && !entity.isConnected(graph)) {
+                              r += 1.5;
+                          }
 
-          // update viewfield rotation
-          _viewerYaw = viewer.getYaw();
+                          if (klass === 'shadow') {   // remember this value, so we don't need to
+                              _radii[entity.id] = r;  // recompute it when we draw the touch targets
+                          }
 
-          // avoid updating if the map is currently transformed
-          // e.g. during drags or easing.
-          if (context.map().isTransformed()) return;
+                          select(this)
+                              .attr('r', r)
+                              .attr('visibility', (i && klass === 'fill') ? 'hidden' : null);
+                      });
+              });
+          }
 
-          layer.selectAll('.viewfield-group.selected')
-              .attr('transform', transform);
-      }
+          vertices.sort(sortY);
 
+          var groups = selection$$1.selectAll('g.vertex')
+              .filter(filter)
+              .data(vertices, fastEntityKey);
 
-      /**
-       * update().
-       */
-      function update() {
-          var viewer = select('#photoviewer');
-          var selected = viewer.empty() ? undefined : viewer.datum();
-          var z = ~~context.map().zoom();
-          var showMarkers = (z >= minMarkerZoom);
-          var showViewfields = (z >= minViewfieldZoom);
-          var service = getService();
+          // exit
+          groups.exit()
+              .remove();
 
-          var sequences = (service ? service.sequences(projection) : []);
-          var bubbles = (service && showMarkers ? service.bubbles(projection) : []);
+          // enter
+          var enter = groups.enter()
+              .append('g')
+              .attr('class', function(d) { return 'node vertex ' + d.id; })
+              .order();
 
-          var traces = layer.selectAll('.sequences').selectAll('.sequence')
-              .data(sequences, function(d) { return d.properties.key; });
+          enter
+              .append('circle')
+              .attr('class', 'shadow');
 
-          // exit
-          traces.exit()
-              .remove();
+          enter
+              .append('circle')
+              .attr('class', 'stroke');
 
-          // enter/update
-          traces = traces.enter()
-              .append('path')
-              .attr('class', 'sequence')
-              .merge(traces)
-              .attr('d', svgPath(projection).geojson);
+          // Vertices with tags get a fill.
+          enter.filter(function(d) { return d.hasInterestingTags(); })
+              .append('circle')
+              .attr('class', 'fill');
+
+          // update
+          groups = groups
+              .merge(enter)
+              .attr('transform', svgPointTransform(projection))
+              .classed('sibling', function(d) { return d.id in sets.selected; })
+              .classed('shared', function(d) { return graph.isShared(d); })
+              .classed('endpoint', function(d) { return d.isEndpoint(graph); })
+              .call(updateAttributes);
 
 
-          var groups = layer.selectAll('.markers').selectAll('.viewfield-group')
-              .data(bubbles, function(d) {
-                  // force reenter once bubbles are attached to a sequence
-                  return d.key + (d.sequenceKey ? 'v1' : 'v0');
-              });
+          // Vertices with icons get a `use`.
+          var iconUse = groups
+              .selectAll('.icon')
+              .data(function data(d) { return zoom >= 17 && getIcon(d) ? [d] : []; }, fastEntityKey);
 
           // exit
-          groups.exit()
+          iconUse.exit()
               .remove();
 
           // enter
-          var groupsEnter = groups.enter()
-              .append('g')
-              .attr('class', 'viewfield-group')
-              .on('mouseover', mouseover)
-              .on('mouseout', mouseout)
-              .on('click', click);
+          iconUse.enter()
+              .append('use')
+              .attr('class', 'icon')
+              .attr('width', '11px')
+              .attr('height', '11px')
+              .attr('transform', 'translate(-5.5, -5.5)')
+              .attr('xlink:href', function(d) {
+                  var picon = getIcon(d);
+                  var isMaki = /^maki-/.test(picon);
+                  return '#' + picon + (isMaki ? '-11' : '');
+              });
 
-          groupsEnter
-              .append('g')
-              .attr('class', 'viewfield-scale');
 
-          // update
-          var markers = groups
-              .merge(groupsEnter)
-              .sort(function(a, b) {
-                  return (a === selected) ? 1
-                      : (b === selected) ? -1
-                      : b.loc[1] - a.loc[1];
-              })
-              .attr('transform', transform)
-              .select('.viewfield-scale');
+          // Vertices with directions get viewfields
+          var dgroups = groups
+              .selectAll('.viewfieldgroup')
+              .data(function data(d) { return zoom >= 18 && getDirections(d) ? [d] : []; }, fastEntityKey);
 
+          // exit
+          dgroups.exit()
+              .remove();
 
-          markers.selectAll('circle')
-              .data([0])
-              .enter()
-              .append('circle')
-              .attr('dx', '0')
-              .attr('dy', '0')
-              .attr('r', '6');
+          // enter/update
+          dgroups = dgroups.enter()
+              .insert('g', '.shadow')
+              .attr('class', 'viewfieldgroup')
+              .merge(dgroups);
 
-          var viewfields = markers.selectAll('.viewfield')
-              .data(showViewfields ? [0] : []);
+          var viewfields = dgroups.selectAll('.viewfield')
+              .data(getDirections, function key(d) { return osmEntity$$1.key(d); });
 
+          // exit
           viewfields.exit()
               .remove();
 
-          // viewfields may or may not be drawn...
-          // but if they are, draw below the circles
+          // enter/update
           viewfields.enter()
-              .insert('path', 'circle')
+              .append('path')
               .attr('class', 'viewfield')
-              .attr('transform', 'scale(1.5,1.5),translate(-8, -13)')
-              .attr('d', viewfieldPath);
+              .attr('d', 'M0,0H0')
+              .merge(viewfields)
+              .attr('marker-start', 'url(#viewfield-marker' + (wireframe ? '-wireframe' : '') + ')')
+              .attr('transform', function(d) { return 'rotate(' + d + ')'; });
+      }
 
 
-          if (service) {
-              service.setStyles(_hoveredBubble, true);
-          }
+      function drawTargets(selection$$1, graph, entities, filter) {
+          var targetClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
+          var nopeClass = context.getDebug('target') ? 'red ' : 'nocolor ';
+          var getTransform = svgPointTransform(projection).geojson;
+          var activeID = context.activeID();
+          var data = { targets: [], nopes: [] };
 
+          entities.forEach(function(node) {
+              if (activeID === node.id) return;   // draw no target on the activeID
 
-          function viewfieldPath() {
-              var d = this.parentNode.__data__;
-              if (d.pano) {
-                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
+              var vertexType = svgPassiveVertex(node, graph, activeID);
+              if (vertexType !== 0) {     // passive or adjacent - allow to connect
+                  data.targets.push({
+                      type: 'Feature',
+                      id: node.id,
+                      properties: {
+                          target: true,
+                          entity: node
+                      },
+                      geometry: node.asGeoJSON()
+                  });
               } else {
-                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
+                  data.nopes.push({
+                      type: 'Feature',
+                      id: node.id + '-nope',
+                      properties: {
+                          nope: true,
+                          target: true,
+                          entity: node
+                      },
+                      geometry: node.asGeoJSON()
+                  });
               }
-          }
+          });
 
-      }
 
-      /**
-       * drawImages()
-       * drawImages is the method that is returned (and that runs) everytime 'svgStreetside()' is called.
-       * 'svgStreetside()' is called from index.js
-       */
-      function drawImages(selection$$1) {
-          var enabled = svgStreetside$$1.enabled;
-          var service = getService();
+          // Targets allow hover and vertex snapping
+          var targets = selection$$1.selectAll('.vertex.target-allowed')
+              .filter(function(d) { return filter(d.properties.entity); })
+              .data(data.targets, function key(d) { return d.id; });
 
-          layer = selection$$1.selectAll('.layer-streetside-images')
-              .data(service ? [0] : []);
+          // exit
+          targets.exit()
+              .remove();
 
-          layer.exit()
+          // enter/update
+          targets.enter()
+              .append('circle')
+              .attr('r', function(d) { return (_radii[d.id] || radiuses.shadow[3]); })
+              .merge(targets)
+              .attr('class', function(d) { return 'node vertex target target-allowed ' + targetClass + d.id; })
+              .attr('transform', getTransform);
+
+
+          // NOPE
+          var nopes = selection$$1.selectAll('.vertex.target-nope')
+              .filter(function(d) { return filter(d.properties.entity); })
+              .data(data.nopes, function key(d) { return d.id; });
+
+          // exit
+          nopes.exit()
               .remove();
 
-          var layerEnter = layer.enter()
-              .append('g')
-              .attr('class', 'layer-streetside-images')
-              .style('display', enabled ? 'block' : 'none');
+          // enter/update
+          nopes.enter()
+              .append('circle')
+              .attr('r', function(d) { return (_radii[d.properties.entity.id] || radiuses.shadow[3]); })
+              .merge(nopes)
+              .attr('class', function(d) { return 'node vertex target target-nope ' + nopeClass + d.id; })
+              .attr('transform', getTransform);
+      }
 
-          layerEnter
-              .append('g')
-              .attr('class', 'sequences');
 
-          layerEnter
-              .append('g')
-              .attr('class', 'markers');
+      // Points can also render as vertices:
+      // 1. in wireframe mode or
+      // 2. at higher zooms if they have a direction
+      function renderAsVertex(entity, graph, wireframe, zoom) {
+          var geometry = entity.geometry(graph);
+          return geometry === 'vertex' || (geometry === 'point' && (
+              wireframe || (zoom >= 18 && entity.directions(graph, projection).length)
+          ));
+      }
 
-          layer = layerEnter
-              .merge(layer);
 
-          if (enabled) {
-              if (service && ~~context.map().zoom() >= minZoom) {
-                  editOn();
-                  update();
-                  service.loadBubbles(projection);
-              } else {
-                  editOff();
+      function getSiblingAndChildVertices(ids, graph, wireframe, zoom) {
+          var results = {};
+
+          function addChildVertices(entity) {
+              var geometry = entity.geometry(graph);
+              if (!context.features().isHiddenFeature(entity, graph, geometry)) {
+                  var i;
+                  if (entity.type === 'way') {
+                      for (i = 0; i < entity.nodes.length; i++) {
+                          var child = graph.hasEntity(entity.nodes[i]);
+                          if (child) {
+                              addChildVertices(child);
+                          }
+                      }
+                  } else if (entity.type === 'relation') {
+                      for (i = 0; i < entity.members.length; i++) {
+                          var member = graph.hasEntity(entity.members[i].id);
+                          if (member) {
+                              addChildVertices(member);
+                          }
+                      }
+                  } else if (renderAsVertex(entity, graph, wireframe, zoom)) {
+                      results[entity.id] = entity;
+                  }
               }
           }
-      }
 
+          ids.forEach(function(id) {
+              var entity = graph.hasEntity(id);
+              if (!entity) return;
 
-      /**
-       * drawImages.enabled().
-       */
-      drawImages.enabled = function(_) {
-          if (!arguments.length) return svgStreetside$$1.enabled;
-          svgStreetside$$1.enabled = _;
-          if (svgStreetside$$1.enabled) {
-              showLayer();
-          } else {
-              hideLayer();
-          }
-          dispatch.call('change');
-          return this;
-      };
+              if (entity.type === 'node') {
+                  if (renderAsVertex(entity, graph, wireframe, zoom)) {
+                      results[entity.id] = entity;
+                      graph.parentWays(entity).forEach(function(entity) {
+                          addChildVertices(entity);
+                      });
+                  }
+              } else {  // way, relation
+                  addChildVertices(entity);
+              }
+          });
 
-      /**
-       * drawImages.supported().
-       */
-      drawImages.supported = function() {
-          return !!getService();
-      };
+          return results;
+      }
 
-      init();
 
-      return drawImages;
-  }
+      function drawVertices(selection$$1, graph, entities, filter, extent, fullRedraw) {
+          var wireframe = context.surface().classed('fill-wireframe');
+          var zoom = geoScaleToZoom(projection.scale());
+          var mode = context.mode();
+          var isMoving = mode && /^(add|draw|drag|move|rotate)/.test(mode.id);
 
-  function svgMapillaryImages$$1(projection, context, dispatch) {
-      var throttledRedraw = throttle(function () { dispatch.call('change'); }, 1000);
-      var minZoom = 12;
-      var minMarkerZoom = 16;
-      var minViewfieldZoom = 18;
-      var layer = select(null);
-      var _mapillary;
+          if (fullRedraw) {
+              _currPersistent = {};
+              _radii = {};
+          }
 
+          // Collect important vertices from the `entities` list..
+          // (during a paritial redraw, it will not contain everything)
+          for (var i = 0; i < entities.length; i++) {
+              var entity = entities[i];
+              var geometry = entity.geometry(graph);
+              var keep = false;
 
-      function init() {
-          if (svgMapillaryImages$$1.initialized) return;  // run once
-          svgMapillaryImages$$1.enabled = false;
-          svgMapillaryImages$$1.initialized = true;
-      }
+              // a point that looks like a vertex..
+              if ((geometry === 'point') && renderAsVertex(entity, graph, wireframe, zoom)) {
+                  _currPersistent[entity.id] = entity;
+                  keep = true;
 
+              // a vertex of some importance..
+              } else if (geometry === 'vertex' &&
+                  (entity.hasInterestingTags() || entity.isEndpoint(graph) || entity.isConnected(graph))) {
+                  _currPersistent[entity.id] = entity;
+                  keep = true;
+              }
 
-      function getService() {
-          if (services.mapillary && !_mapillary) {
-              _mapillary = services.mapillary;
-              _mapillary.event.on('loadedImages', throttledRedraw);
-          } else if (!services.mapillary && _mapillary) {
-              _mapillary = null;
+              // whatever this is, it's not a persistent vertex..
+              if (!keep && !fullRedraw) {
+                  delete _currPersistent[entity.id];
+              }
           }
 
-          return _mapillary;
-      }
+          // 3 sets of vertices to consider:
+          var sets = {
+              persistent: _currPersistent,  // persistent = important vertices (render always)
+              selected: _currSelected,      // selected + siblings of selected (render always)
+              hovered: _currHover           // hovered + siblings of hovered (render only in draw modes)
+          };
+
+          var all = assign({}, (isMoving ? _currHover : {}), _currSelected, _currPersistent);
 
+          // Draw the vertices..
+          // The filter function controls the scope of what objects d3 will touch (exit/enter/update)
+          // Adjust the filter function to expand the scope beyond whatever entities were passed in.
+          var filterRendered = function(d) {
+              return d.id in _currPersistent || d.id in _currSelected || d.id in _currHover || filter(d);
+          };
+          selection$$1.selectAll('.layer-points .layer-points-vertices')
+              .call(draw, graph, currentVisible(all), sets, filterRendered);
 
-      function showLayer() {
-          var service = getService();
-          if (!service) return;
+          // Draw touch targets..
+          // When drawing, render all targets (not just those affected by a partial redraw)
+          var filterTouch = function(d) {
+              return isMoving ? true : filterRendered(d);
+          };
+          selection$$1.selectAll('.layer-points .layer-points-targets')
+              .call(drawTargets, graph, currentVisible(all), filterTouch);
 
-          service.loadViewer(context);
-          editOn();
 
-          layer
-              .style('opacity', 0)
-              .transition()
-              .duration(250)
-              .style('opacity', 1)
-              .on('end', function () { dispatch.call('change'); });
+          function currentVisible(which) {
+              return Object.keys(which)
+                  .map(graph.hasEntity, graph)     // the current version of this entity
+                  .filter(function (entity) { return entity && entity.intersects(extent, graph); });
+          }
       }
 
 
-      function hideLayer() {
-          var service = getService();
-          if (service) {
-              service.hideViewer();
-          }
+      // partial redraw - only update the selected items..
+      drawVertices.drawSelected = function(selection$$1, graph, extent) {
+          var wireframe = context.surface().classed('fill-wireframe');
+          var zoom = geoScaleToZoom(projection.scale());
 
-          throttledRedraw.cancel();
+          _prevSelected = _currSelected || {};
+          _currSelected = getSiblingAndChildVertices(context.selectedIDs(), graph, wireframe, zoom);
 
-          layer
-              .transition()
-              .duration(250)
-              .style('opacity', 0)
-              .on('end', editOff);
-      }
+          // note that drawVertices will add `_currSelected` automatically if needed..
+          var filter = function(d) { return d.id in _prevSelected; };
+          drawVertices(selection$$1, graph, values$1(_prevSelected), filter, extent, false);
+      };
 
 
-      function editOn() {
-          layer.style('display', 'block');
-      }
+      // partial redraw - only update the hovered items..
+      drawVertices.drawHover = function(selection$$1, graph, target, extent) {
+          if (target === _currHoverTarget) return;  // continue only if something changed
 
+          var wireframe = context.surface().classed('fill-wireframe');
+          var zoom = geoScaleToZoom(projection.scale());
 
-      function editOff() {
-          layer.selectAll('.viewfield-group').remove();
-          layer.style('display', 'none');
-      }
+          _prevHover = _currHover || {};
+          _currHoverTarget = target;
+          var entity = target && target.properties && target.properties.entity;
 
+          if (entity) {
+              _currHover = getSiblingAndChildVertices([entity.id], graph, wireframe, zoom);
+          } else {
+              _currHover = {};
+          }
 
-      function click(d) {
-          var service = getService();
-          if (!service) return;
+          // note that drawVertices will add `_currHover` automatically if needed..
+          var filter = function(d) { return d.id in _prevHover; };
+          drawVertices(selection$$1, graph, values$1(_prevHover), filter, extent, false);
+      };
 
-          service
-              .selectImage(d)
-              .updateViewer(d.key, context)
-              .showViewer();
+      return drawVertices;
+  }
 
-          context.map().centerEase(d.loc);
-      }
+  /* global Mapillary:false */
 
 
-      function mouseover(d) {
-          var service = getService();
-          if (service) service.setStyles(d);
-      }
+  var apibase = 'https://a.mapillary.com/v3/';
+  var viewercss = 'mapillary-js/mapillary.min.css';
+  var viewerjs = 'mapillary-js/mapillary.min.js';
+  var clientId = 'NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzo1ZWYyMmYwNjdmNDdlNmVi';
+  var maxResults = 1000;
+  var tileZoom = 14;
+  var tiler = utilTiler().zoomExtent([tileZoom, tileZoom]).skipNullIsland(true);
+  var dispatch$1 = dispatch('loadedImages', 'loadedSigns', 'bearingChanged');
+  var _mlyFallback = false;
+  var _mlyCache;
+  var _mlyClicks;
+  var _mlySelectedImage;
+  var _mlyViewer;
 
 
-      function mouseout() {
-          var service = getService();
-          if (service) service.setStyles(null);
-      }
+  function abortRequest(i) {
+      i.abort();
+  }
 
 
-      function transform(d) {
-          var t = svgPointTransform(projection)(d);
-          if (d.ca) {
-              t += ' rotate(' + Math.floor(d.ca) + ',0,0)';
-          }
-          return t;
-      }
+  function maxPageAtZoom(z) {
+      if (z < 15)   return 2;
+      if (z === 15) return 5;
+      if (z === 16) return 10;
+      if (z === 17) return 20;
+      if (z === 18) return 40;
+      if (z > 18)   return 80;
+  }
 
 
-      function update() {
-          var viewer = select('#photoviewer');
-          var selected = viewer.empty() ? undefined : viewer.datum();
+  function loadTiles(which, url, projection) {
+      var currZoom = Math.floor(geoScaleToZoom(projection.scale()));
+      var tiles = tiler.getTiles(projection);
 
-          var z = ~~context.map().zoom();
-          var showMarkers = (z >= minMarkerZoom);
-          var showViewfields = (z >= minViewfieldZoom);
+      // abort inflight requests that are no longer needed
+      var cache = _mlyCache[which];
+      forEach(cache.inflight, function(v, k) {
+          var wanted = find$1(tiles, function(tile) { return k.indexOf(tile.id + ',') === 0; });
 
-          var service = getService();
-          var sequences = (service ? service.sequences(projection) : []);
-          var images = (service && showMarkers ? service.images(projection) : []);
+          if (!wanted) {
+              abortRequest(v);
+              delete cache.inflight[k];
+          }
+      });
 
-          var traces = layer.selectAll('.sequences').selectAll('.sequence')
-              .data(sequences, function(d) { return d.properties.key; });
+      tiles.forEach(function(tile) {
+          loadNextTilePage(which, currZoom, url, tile);
+      });
+  }
 
-          // exit
-          traces.exit()
-              .remove();
 
-          // enter/update
-          traces = traces.enter()
-              .append('path')
-              .attr('class', 'sequence')
-              .merge(traces)
-              .attr('d', svgPath(projection).geojson);
+  function loadNextTilePage(which, currZoom, url, tile) {
+      var cache = _mlyCache[which];
+      var rect = tile.extent.rectangle();
+      var maxPages = maxPageAtZoom(currZoom);
+      var nextPage = cache.nextPage[tile.id] || 0;
+      var nextURL = cache.nextURL[tile.id] || url +
+          utilQsString({
+              per_page: maxResults,
+              page: nextPage,
+              client_id: clientId,
+              bbox: [rect[0], rect[1], rect[2], rect[3]].join(','),
+          });
 
+      if (nextPage > maxPages) return;
 
-          var groups = layer.selectAll('.markers').selectAll('.viewfield-group')
-              .data(images, function(d) { return d.key; });
+      var id = tile.id + ',' + String(nextPage);
+      if (cache.loaded[id] || cache.inflight[id]) return;
+      cache.inflight[id] = request(nextURL)
+          .mimeType('application/json')
+          .response(function(xhr) {
+              var linkHeader = xhr.getResponseHeader('Link');
+              if (linkHeader) {
+                  var pagination = parsePagination(xhr.getResponseHeader('Link'));
+                  if (pagination.next) {
+                      cache.nextURL[tile.id] = pagination.next;
+                  }
+              }
+              return JSON.parse(xhr.responseText);
+          })
+          .get(function(err, data) {
+              cache.loaded[id] = true;
+              delete cache.inflight[id];
+              if (err || !data.features || !data.features.length) return;
 
-          // exit
-          groups.exit()
-              .remove();
+              var features = data.features.map(function(feature) {
+                  var loc = feature.geometry.coordinates;
+                  var d;
 
-          // enter
-          var groupsEnter = groups.enter()
-              .append('g')
-              .attr('class', 'viewfield-group')
-              .on('mouseover', mouseover)
-              .on('mouseout', mouseout)
-              .on('click', click);
+                  if (which === 'images') {
+                      d = {
+                          loc: loc,
+                          key: feature.properties.key,
+                          ca: feature.properties.ca,
+                          captured_at: feature.properties.captured_at,
+                          captured_by: feature.properties.username,
+                          pano: feature.properties.pano
+                      };
+                      cache.forImageKey[d.key] = d;     // cache imageKey -> image
 
-          groupsEnter
-              .append('g')
-              .attr('class', 'viewfield-scale');
+                  } else if (which === 'sequences') {
+                      var sequenceKey = feature.properties.key;
+                      cache.lineString[sequenceKey] = feature;           // cache sequenceKey -> lineString
+                      feature.properties.coordinateProperties.image_keys.forEach(function(imageKey) {
+                          cache.forImageKey[imageKey] = sequenceKey;     // cache imageKey -> sequenceKey
+                      });
+                      return false;  // because no `d` data worth loading into an rbush
 
-          // update
-          var markers = groups
-              .merge(groupsEnter)
-              .sort(function(a, b) {
-                  return (a === selected) ? 1
-                      : (b === selected) ? -1
-                      : b.loc[1] - a.loc[1];  // sort Y
-              })
-              .attr('transform', transform)
-              .select('.viewfield-scale');
+                  } else if (which === 'objects') {
+                      d = {
+                          loc: loc,
+                          key: feature.properties.key,
+                          value: feature.properties.value,
+                          package: feature.properties.package,
+                          detections: feature.properties.detections
+                      };
 
+                      // cache imageKey -> detectionKey
+                      feature.properties.detections.forEach(function(detection) {
+                          var imageKey = detection.image_key;
+                          var detectionKey = detection.detection_key;
+                          if (!_mlyCache.detections[imageKey]) {
+                              _mlyCache.detections[imageKey] = {};
+                          }
+                          if (!_mlyCache.detections[imageKey][detectionKey]) {
+                              _mlyCache.detections[imageKey][detectionKey] = {};
+                          }
+                      });
+                  }
 
-          markers.selectAll('circle')
-              .data([0])
-              .enter()
-              .append('circle')
-              .attr('dx', '0')
-              .attr('dy', '0')
-              .attr('r', '6');
+                  return {
+                      minX: loc[0], minY: loc[1], maxX: loc[0], maxY: loc[1], data: d
+                  };
 
-          var viewfields = markers.selectAll('.viewfield')
-              .data(showViewfields ? [0] : []);
+              }).filter(Boolean);
 
-          viewfields.exit()
-              .remove();
+              cache.rtree.load(features);
 
-          viewfields.enter()               // viewfields may or may not be drawn...
-              .insert('path', 'circle')    // but if they are, draw below the circles
-              .attr('class', 'viewfield')
-              .attr('transform', 'scale(1.5,1.5),translate(-8, -13)')
-              .attr('d', viewfieldPath);
+              if (which === 'images' || which === 'sequences') {
+                  dispatch$1.call('loadedImages');
+              } else if (which === 'objects') {
+                  dispatch$1.call('loadedSigns');
+              }
 
-          function viewfieldPath() {
-              var d = this.parentNode.__data__;
-              if (d.pano) {
-                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
+              if (data.features.length === maxResults) {  // more pages to load
+                  cache.nextPage[tile.id] = nextPage + 1;
+                  loadNextTilePage(which, currZoom, url, tile);
               } else {
-                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
+                  cache.nextPage[tile.id] = Infinity;     // no more pages to load
               }
+          });
+  }
+
+  // extract links to pages of API results
+  function parsePagination(links) {
+      return links.split(',').map(function(rel) {
+          var elements = rel.split(';');
+          if (elements.length === 2) {
+              return [
+                  /<(.+)>/.exec(elements[0])[1],
+                  /rel="(.+)"/.exec(elements[1])[1]
+              ];
+          } else {
+              return ['',''];
           }
-      }
+      }).reduce(function(pagination, val) {
+          pagination[val[1]] = val[0];
+          return pagination;
+      }, {});
+  }
 
 
-      function drawImages(selection$$1) {
-          var enabled = svgMapillaryImages$$1.enabled,
-              service = getService();
+  // partition viewport into `psize` x `psize` regions
+  function partitionViewport(psize, projection) {
+      var dimensions = projection.clipExtent()[1];
+      psize = psize || 16;
+      var cols = range(0, dimensions[0], psize);
+      var rows = range(0, dimensions[1], psize);
+      var partitions = [];
 
-          layer = selection$$1.selectAll('.layer-mapillary-images')
-              .data(service ? [0] : []);
+      rows.forEach(function(y) {
+          cols.forEach(function(x) {
+              var min$$1 = [x, y + psize];
+              var max$$1 = [x + psize, y];
+              partitions.push(
+                  geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)));
+          });
+      });
 
-          layer.exit()
-              .remove();
+      return partitions;
+  }
 
-          var layerEnter = layer.enter()
-              .append('g')
-              .attr('class', 'layer-mapillary-images')
-              .style('display', enabled ? 'block' : 'none');
 
-          layerEnter
-              .append('g')
-              .attr('class', 'sequences');
+  // no more than `limit` results per partition.
+  function searchLimited(psize, limit, projection, rtree) {
+      limit = limit || 3;
 
-          layerEnter
-              .append('g')
-              .attr('class', 'markers');
+      var partitions = partitionViewport(psize, projection);
+      var results;
 
-          layer = layerEnter
-              .merge(layer);
+      // console.time('previous');
+      results =  flatten(map$3(partitions, function(extent$$1) {
+          return rtree.search(extent$$1.bbox())
+              .slice(0, limit)
+              .map(function(d) { return d.data; });
+      }));
+      // console.timeEnd('previous');
 
-          if (enabled) {
-              if (service && ~~context.map().zoom() >= minZoom) {
-                  editOn();
-                  update();
-                  service.loadImages(projection);
-              } else {
-                  editOff();
-              }
-          }
-      }
+      // console.time('new');
+      // results = partitions.reduce(function(result, extent) {
+      //     var found = rtree.search(extent.bbox())
+      //         .map(function(d) { return d.data; })
+      //         .sort(function(a, b) {
+      //             return a.loc[1] - b.loc[1];
+      //             // return a.key.localeCompare(b.key);
+      //         })
+      //         .slice(0, limit);
 
+      //     return (found.length ? result.concat(found) : result);
+      // }, []);
+      // console.timeEnd('new');
 
-      drawImages.enabled = function(_) {
-          if (!arguments.length) return svgMapillaryImages$$1.enabled;
-          svgMapillaryImages$$1.enabled = _;
-          if (svgMapillaryImages$$1.enabled) {
-              showLayer();
-          } else {
-              hideLayer();
-          }
-          dispatch.call('change');
-          return this;
-      };
+      return results;
+  }
 
 
-      drawImages.supported = function() {
-          return !!getService();
-      };
 
+  var serviceMapillary = {
 
-      init();
-      return drawImages;
-  }
+      init: function() {
+          if (!_mlyCache) {
+              this.reset();
+          }
 
-  function svgMapillarySigns$$1(projection, context, dispatch) {
-      var throttledRedraw = throttle(function () { dispatch.call('change'); }, 1000);
-      var minZoom = 12;
-      var layer = select(null);
-      var _mapillary;
+          this.event = utilRebind(this, dispatch$1, 'on');
+      },
 
+      reset: function() {
+          var cache = _mlyCache;
 
-      function init() {
-          if (svgMapillarySigns$$1.initialized) return;  // run once
-          svgMapillarySigns$$1.enabled = false;
-          svgMapillarySigns$$1.initialized = true;
-      }
+          if (cache) {
+              if (cache.images && cache.images.inflight) {
+                  forEach(cache.images.inflight, abortRequest);
+              }
+              if (cache.objects && cache.objects.inflight) {
+                  forEach(cache.objects.inflight, abortRequest);
+              }
+              if (cache.sequences && cache.sequences.inflight) {
+                  forEach(cache.sequences.inflight, abortRequest);
+              }
+          }
 
+          _mlyCache = {
+              images: { inflight: {}, loaded: {}, nextPage: {}, nextURL: {}, rtree: rbush_1(), forImageKey: {} },
+              objects: { inflight: {}, loaded: {}, nextPage: {}, nextURL: {}, rtree: rbush_1() },
+              sequences: { inflight: {}, loaded: {}, nextPage: {}, nextURL: {}, rtree: rbush_1(), forImageKey: {}, lineString: {} },
+              detections: {}
+          };
 
-      function getService() {
-          if (services.mapillary && !_mapillary) {
-              _mapillary = services.mapillary;
-              _mapillary.event.on('loadedSigns', throttledRedraw);
-          } else if (!services.mapillary && _mapillary) {
-              _mapillary = null;
-          }
-          return _mapillary;
-      }
+          _mlySelectedImage = null;
+          _mlyClicks = [];
+      },
 
 
-      function showLayer() {
-          var service = getService();
-          if (!service) return;
+      images: function(projection) {
+          var psize = 16, limit = 3;
+          return searchLimited(psize, limit, projection, _mlyCache.images.rtree);
+      },
 
-          service.loadViewer(context);
-          editOn();
-      }
 
+      signs: function(projection) {
+          var psize = 32, limit = 3;
+          return searchLimited(psize, limit, projection, _mlyCache.objects.rtree);
+      },
 
-      function hideLayer() {
-          throttledRedraw.cancel();
-          editOff();
-      }
 
+      sequences: function(projection) {
+          var viewport = projection.clipExtent();
+          var min$$1 = [viewport[0][0], viewport[1][1]];
+          var max$$1 = [viewport[1][0], viewport[0][1]];
+          var bbox = geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)).bbox();
+          var sequenceKeys = {};
 
-      function editOn() {
-          layer.style('display', 'block');
-      }
+          // all sequences for images in viewport
+          _mlyCache.images.rtree.search(bbox)
+              .forEach(function(d) {
+                  var sequenceKey = _mlyCache.sequences.forImageKey[d.data.key];
+                  if (sequenceKey) {
+                      sequenceKeys[sequenceKey] = true;
+                  }
+              });
+
+          // Return lineStrings for the sequences
+          return Object.keys(sequenceKeys).map(function(sequenceKey) {
+              return _mlyCache.sequences.lineString[sequenceKey];
+          });
+      },
 
 
-      function editOff() {
-          layer.selectAll('.icon-sign').remove();
-          layer.style('display', 'none');
-      }
+      signsSupported: function() {
+          return true;
+      },
 
 
-      function click(d) {
-          var service = getService();
-          if (!service) return;
+      loadImages: function(projection) {
+          loadTiles('images', apibase + 'images?', projection);
+          loadTiles('sequences', apibase + 'sequences?', projection);
+      },
 
-          context.map().centerEase(d.loc);
 
-          var selected = service.getSelectedImage();
-          var selectedImageKey = selected && selected.key;
-          var imageKey;
+      loadSigns: function(context, projection) {
+          // if we are looking at signs, we'll actually need to fetch images too
+          loadTiles('images', apibase + 'images?', projection);
+          loadTiles('objects', apibase + 'objects?', projection);
+      },
+
 
-          // Pick one of the images the sign was detected in,
-          // preference given to an image already selected.
-          d.detections.forEach(function(detection) {
-              if (!imageKey || selectedImageKey === detection.image_key) {
-                  imageKey = detection.image_key;
-              }
-          });
+      loadViewer: function(context) {
+          // add mly-wrapper
+          var wrap = select('#photoviewer').selectAll('.mly-wrapper')
+              .data([0]);
 
-          service
-              .selectImage(null, imageKey)
-              .updateViewer(imageKey, context)
-              .showViewer();
-      }
+          wrap.enter()
+              .append('div')
+              .attr('id', 'mly')
+              .attr('class', 'photo-wrapper mly-wrapper')
+              .classed('hide', true);
 
+          // load mapillary-viewercss
+          select('head').selectAll('#mapillary-viewercss')
+              .data([0])
+              .enter()
+              .append('link')
+              .attr('id', 'mapillary-viewercss')
+              .attr('rel', 'stylesheet')
+              .attr('href', context.asset(viewercss));
 
-      function update() {
-          var service = getService();
-          var data = (service ? service.signs(projection) : []);
-          var viewer = select('#photoviewer');
-          var selected = viewer.empty() ? undefined : viewer.datum();
-          var selectedImageKey = selected && selected.key;
-          var transform = svgPointTransform(projection);
+          // load mapillary-viewerjs
+          select('head').selectAll('#mapillary-viewerjs')
+              .data([0])
+              .enter()
+              .append('script')
+              .attr('id', 'mapillary-viewerjs')
+              .attr('src', context.asset(viewerjs));
 
-          var signs = layer.selectAll('.icon-sign')
-              .data(data, function(d) { return d.key; });
+          // load mapillary signs sprite
+          var defs = context.container().select('defs');
+          defs.call(svgDefs(context).addSprites, ['mapillary-sprite']);
 
-          // exit
-          signs.exit()
-              .remove();
+          // Register viewer resize handler
+          context.ui().on('photoviewerResize', function() {
+              if (_mlyViewer) {
+                  _mlyViewer.resize();
+              }
+          });
+      },
 
-          // enter
-          var enter = signs.enter()
-              .append('use')
-              .attr('class', 'icon-sign')
-              .attr('width', '24px')
-              .attr('height', '24px')
-              .attr('x', '-12px')
-              .attr('y', '-12px')
-              .attr('xlink:href', function(d) { return '#' + d.value; })
-              .classed('selected', function(d) {
-                  return some(d.detections, function(detection) {
-                      return detection.image_key === selectedImageKey;
-                  });
-              })
-              .on('click', click);
 
-          // update
-          signs
-              .merge(enter)
-              .sort(function(a, b) {
-                  return (a === selected) ? 1
-                      : (b === selected) ? -1
-                      : b.loc[1] - a.loc[1];  // sort Y
-              })
-              .attr('transform', transform);
-      }
+      showViewer: function() {
+          var wrap = select('#photoviewer')
+              .classed('hide', false);
 
+          var isHidden = wrap.selectAll('.photo-wrapper.mly-wrapper.hide').size();
 
-      function drawSigns(selection$$1) {
-          var enabled = svgMapillarySigns$$1.enabled;
-          var service = getService();
+          if (isHidden && _mlyViewer) {
+              wrap
+                  .selectAll('.photo-wrapper:not(.mly-wrapper)')
+                  .classed('hide', true);
 
-          layer = selection$$1.selectAll('.layer-mapillary-signs')
-              .data(service ? [0] : []);
+              wrap
+                  .selectAll('.photo-wrapper.mly-wrapper')
+                  .classed('hide', false);
 
-          layer.exit()
-              .remove();
+              _mlyViewer.resize();
+          }
 
-          layer = layer.enter()
-              .append('g')
-              .attr('class', 'layer-mapillary-signs')
-              .style('display', enabled ? 'block' : 'none')
-              .merge(layer);
+          return this;
+      },
 
-          if (enabled) {
-              if (service && ~~context.map().zoom() >= minZoom) {
-                  editOn();
-                  update();
-                  service.loadSigns(context, projection);
-              } else {
-                  editOff();
-              }
-          }
-      }
 
+      hideViewer: function() {
+          _mlySelectedImage = null;
 
-      drawSigns.enabled = function(_) {
-          if (!arguments.length) return svgMapillarySigns$$1.enabled;
-          svgMapillarySigns$$1.enabled = _;
-          if (svgMapillarySigns$$1.enabled) {
-              showLayer();
-          } else {
-              hideLayer();
+          if (!_mlyFallback && _mlyViewer) {
+              _mlyViewer.getComponent('sequence').stop();
           }
-          dispatch.call('change');
-          return this;
-      };
 
+          var viewer = select('#photoviewer');
+          if (!viewer.empty()) viewer.datum(null);
 
-      drawSigns.supported = function() {
-          return !!getService();
-      };
+          viewer
+              .classed('hide', true)
+              .selectAll('.photo-wrapper')
+              .classed('hide', true);
 
+          d3_selectAll('.viewfield-group, .sequence, .icon-sign')
+              .classed('selected', false);
 
-      init();
-      return drawSigns;
-  }
+          return this.setStyles(null, true);
+      },
 
-  function svgOpenstreetcamImages$$1(projection, context, dispatch) {
-      var throttledRedraw = throttle(function () { dispatch.call('change'); }, 1000);
-      var minZoom = 12;
-      var minMarkerZoom = 16;
-      var minViewfieldZoom = 18;
-      var layer = select(null);
-      var _openstreetcam;
 
+      parsePagination: parsePagination,
 
-      function init() {
-          if (svgOpenstreetcamImages$$1.initialized) return;  // run once
-          svgOpenstreetcamImages$$1.enabled = false;
-          svgOpenstreetcamImages$$1.initialized = true;
-      }
 
+      updateViewer: function(imageKey, context) {
+          if (!imageKey) return this;
 
-      function getService() {
-          if (services.openstreetcam && !_openstreetcam) {
-              _openstreetcam = services.openstreetcam;
-              _openstreetcam.event.on('loadedImages', throttledRedraw);
-          } else if (!services.openstreetcam && _openstreetcam) {
-              _openstreetcam = null;
+          if (!_mlyViewer) {
+              this.initViewer(imageKey, context);
+          } else {
+              _mlyViewer.moveToKey(imageKey)
+                  .catch(function(e) { console.error('mly3', e); });  // eslint-disable-line no-console
           }
 
-          return _openstreetcam;
-      }
+          return this;
+      },
 
 
-      function showLayer() {
-          var service = getService();
-          if (!service) return;
+      initViewer: function(imageKey, context) {
+          var that = this;
+          if (window.Mapillary && imageKey) {
+              var opts = {
+                  baseImageSize: 320,
+                  component: {
+                      cover: false,
+                      keyboard: false,
+                      tag: true
+                  }
+              };
 
-          service.loadViewer(context);
-          editOn();
+              // Disable components requiring WebGL support
+              if (!Mapillary.isSupported() && Mapillary.isFallbackSupported()) {
+                  _mlyFallback = true;
+                  opts.component = {
+                      cover: false,
+                      direction: false,
+                      imagePlane: false,
+                      keyboard: false,
+                      mouse: false,
+                      sequence: false,
+                      tag: false,
+                      image: true,        // fallback
+                      navigation: true    // fallback
+                  };
+              }
 
-          layer
-              .style('opacity', 0)
-              .transition()
-              .duration(250)
-              .style('opacity', 1)
-              .on('end', function () { dispatch.call('change'); });
-      }
+              _mlyViewer = new Mapillary.Viewer('mly', clientId, null, opts);
+              _mlyViewer.on('nodechanged', nodeChanged);
+              _mlyViewer.on('bearingchanged', bearingChanged);
+              _mlyViewer.moveToKey(imageKey)
+                  .catch(function(e) { console.error('mly3', e); });  // eslint-disable-line no-console
+          }
+
+          // nodeChanged: called after the viewer has changed images and is ready.
+          //
+          // There is some logic here to batch up clicks into a _mlyClicks array
+          // because the user might click on a lot of markers quickly and nodechanged
+          // may be called out of order asychronously.
+          //
+          // Clicks are added to the array in `selectedImage` and removed here.
+          //
+          function nodeChanged(node) {
+              if (!_mlyFallback) {
+                  _mlyViewer.getComponent('tag').removeAll();  // remove previous detections
+              }
 
+              var clicks = _mlyClicks;
+              var index = clicks.indexOf(node.key);
+              var selectedKey = _mlySelectedImage && _mlySelectedImage.key;
 
-      function hideLayer() {
-          var service = getService();
-          if (service) {
-              service.hideViewer();
+              if (index > -1) {              // `nodechanged` initiated from clicking on a marker..
+                  clicks.splice(index, 1);   // remove the click
+                  // If `node.key` matches the current _mlySelectedImage, call `selectImage()`
+                  // one more time to update the detections and attribution..
+                  if (node.key === selectedKey) {
+                      that.selectImage(_mlySelectedImage, node.key, true);
+                  }
+              } else {             // `nodechanged` initiated from the Mapillary viewer controls..
+                  var loc = node.computedLatLon ? [node.computedLatLon.lon, node.computedLatLon.lat] : [node.latLon.lon, node.latLon.lat];
+                  context.map().centerEase(loc);
+                  that.selectImage(undefined, node.key, true);
+              }
           }
 
-          throttledRedraw.cancel();
+          function bearingChanged(e) {
+              dispatch$1.call('bearingChanged', undefined, e);
+          }
+      },
 
-          layer
-              .transition()
-              .duration(250)
-              .style('opacity', 0)
-              .on('end', editOff);
-      }
 
+      // Pass the image datum itself in `d` or the `imageKey` string.
+      // This allows images to be selected from places that dont have access
+      // to the full image datum (like the street signs layer or the js viewer)
+      selectImage: function(d, imageKey, fromViewer) {
+          if (!d && imageKey) {
+              // If the user clicked on something that's not an image marker, we
+              // might get in here.. Cache lookup can fail, e.g. if the user
+              // clicked a streetsign, but images are loading slowly asynchronously.
+              // We'll try to carry on anyway if there is no datum.  There just
+              // might be a delay before user sees detections, captured_at, etc.
+              d = _mlyCache.images.forImageKey[imageKey];
+          }
 
-      function editOn() {
-          layer.style('display', 'block');
-      }
+          _mlySelectedImage = d;
+          var viewer = select('#photoviewer');
+          if (!viewer.empty()) viewer.datum(d);
 
+          imageKey = (d && d.key) || imageKey;
+          if (!fromViewer && imageKey) {
+              _mlyClicks.push(imageKey);
+          }
 
-      function editOff() {
-          layer.selectAll('.viewfield-group').remove();
-          layer.style('display', 'none');
-      }
+          this.setStyles(null, true);
 
+          d3_selectAll('.layer-mapillary-signs .icon-sign')
+              .classed('selected', function(d) {
+                  return some(d.detections, function(detection) {
+                      return detection.image_key === imageKey;
+                  });
+              });
 
-      function click(d) {
-          var service = getService();
-          if (!service) return;
+          if (d) {
+              this.updateDetections(d);
+          }
 
-          service
-              .selectImage(d)
-              .updateViewer(d)
-              .showViewer();
+          return this;
+      },
 
-          context.map().centerEase(d.loc);
-      }
 
+      getSelectedImage: function() {
+          return _mlySelectedImage;
+      },
 
-      function mouseover(d) {
-          var service = getService();
-          if (service) service.setStyles(d);
-      }
 
+      getSequenceKeyForImage: function(d) {
+          var imageKey = d && d.key;
+          return imageKey && _mlyCache.sequences.forImageKey[imageKey];
+      },
 
-      function mouseout() {
-          var service = getService();
-          if (service) service.setStyles(null);
-      }
 
+      setStyles: function(hovered, reset) {
+          if (reset) {  // reset all layers
+              d3_selectAll('.viewfield-group')
+                  .classed('highlighted', false)
+                  .classed('hovered', false)
+                  .classed('selected', false);
 
-      function transform(d) {
-          var t = svgPointTransform(projection)(d);
-          if (d.ca) {
-              t += ' rotate(' + Math.floor(d.ca) + ',0,0)';
+              d3_selectAll('.sequence')
+                  .classed('highlighted', false)
+                  .classed('selected', false);
           }
-          return t;
-      }
 
+          var hoveredImageKey = hovered && hovered.key;
+          var hoveredSequenceKey = this.getSequenceKeyForImage(hovered);
+          var hoveredLineString = hoveredSequenceKey && _mlyCache.sequences.lineString[hoveredSequenceKey];
+          var hoveredImageKeys = (hoveredLineString && hoveredLineString.properties.coordinateProperties.image_keys) || [];
 
-      function update() {
           var viewer = select('#photoviewer');
           var selected = viewer.empty() ? undefined : viewer.datum();
+          var selectedImageKey = selected && selected.key;
+          var selectedSequenceKey = this.getSequenceKeyForImage(selected);
+          var selectedLineString = selectedSequenceKey && _mlyCache.sequences.lineString[selectedSequenceKey];
+          var selectedImageKeys = (selectedLineString && selectedLineString.properties.coordinateProperties.image_keys) || [];
 
-          var z = ~~context.map().zoom();
-          var showMarkers = (z >= minMarkerZoom);
-          var showViewfields = (z >= minViewfieldZoom);
-
-          var service = getService();
-          var sequences = (service ? service.sequences(projection) : []);
-          var images = (service && showMarkers ? service.images(projection) : []);
-
-          var traces = layer.selectAll('.sequences').selectAll('.sequence')
-              .data(sequences, function(d) { return d.properties.key; });
-
-          // exit
-          traces.exit()
-              .remove();
+          // highlight sibling viewfields on either the selected or the hovered sequences
+          var highlightedImageKeys = union(hoveredImageKeys, selectedImageKeys);
 
-          // enter/update
-          traces = traces.enter()
-              .append('path')
-              .attr('class', 'sequence')
-              .merge(traces)
-              .attr('d', svgPath(projection).geojson);
+          d3_selectAll('.layer-mapillary-images .viewfield-group')
+              .classed('highlighted', function(d) { return highlightedImageKeys.indexOf(d.key) !== -1; })
+              .classed('hovered', function(d) { return d.key === hoveredImageKey; })
+              .classed('selected', function(d) { return d.key === selectedImageKey; });
 
+          d3_selectAll('.layer-mapillary-images .sequence')
+              .classed('highlighted', function(d) { return d.properties.key === hoveredSequenceKey; })
+              .classed('selected', function(d) { return d.properties.key === selectedSequenceKey; });
 
-          var groups = layer.selectAll('.markers').selectAll('.viewfield-group')
-              .data(images, function(d) { return d.key; });
+          // update viewfields if needed
+          d3_selectAll('.viewfield-group .viewfield')
+              .attr('d', viewfieldPath);
 
-          // exit
-          groups.exit()
-              .remove();
+          function viewfieldPath() {
+              var d = this.parentNode.__data__;
+              if (d.pano && d.key !== selectedImageKey) {
+                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
+              } else {
+                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
+              }
+          }
 
-          // enter
-          var groupsEnter = groups.enter()
-              .append('g')
-              .attr('class', 'viewfield-group')
-              .on('mouseover', mouseover)
-              .on('mouseout', mouseout)
-              .on('click', click);
+          return this;
+      },
 
-          groupsEnter
-              .append('g')
-              .attr('class', 'viewfield-scale');
 
-          // update
-          var markers = groups
-              .merge(groupsEnter)
-              .sort(function(a, b) {
-                  return (a === selected) ? 1
-                      : (b === selected) ? -1
-                      : b.loc[1] - a.loc[1];  // sort Y
-              })
-              .attr('transform', transform)
-              .select('.viewfield-scale');
+      updateDetections: function(d) {
+          if (!_mlyViewer || _mlyFallback) return;
 
+          var imageKey = d && d.key;
+          var detections = (imageKey && _mlyCache.detections[imageKey]) || [];
 
-          markers.selectAll('circle')
-              .data([0])
-              .enter()
-              .append('circle')
-              .attr('dx', '0')
-              .attr('dy', '0')
-              .attr('r', '6');
+          forEach(detections, function(data, k) {
+              if (isEmpty(data)) {
+                  loadDetection(k);
+              } else {
+                  var tag = makeTag(data);
+                  if (tag) {
+                      var tagComponent = _mlyViewer.getComponent('tag');
+                      tagComponent.add([tag]);
+                  }
+              }
+          });
 
-          var viewfields = markers.selectAll('.viewfield')
-              .data(showViewfields ? [0] : []);
 
-          viewfields.exit()
-              .remove();
+          function loadDetection(detectionKey) {
+              var url = apibase + 'detections/' +
+                      detectionKey + '?' + utilQsString({ client_id: clientId });
 
-          viewfields.enter()               // viewfields may or may not be drawn...
-              .insert('path', 'circle')    // but if they are, draw below the circles
-              .attr('class', 'viewfield')
-              .attr('transform', 'scale(1.5,1.5),translate(-8, -13)')
-              .attr('d', 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z');
-      }
+              request(url)
+                  .mimeType('application/json')
+                  .response(function(xhr) {
+                      return JSON.parse(xhr.responseText);
+                  })
+                  .get(function(err, data) {
+                      if (!data || !data.properties) return;
 
+                      var imageKey = data.properties.image_key;
+                      _mlyCache.detections[imageKey][detectionKey] = data;
 
-      function drawImages(selection$$1) {
-          var enabled = svgOpenstreetcamImages$$1.enabled,
-              service = getService();
+                      var selectedKey = _mlySelectedImage && _mlySelectedImage.key;
+                      if (imageKey === selectedKey) {
+                          var tag = makeTag(data);
+                          if (tag) {
+                              var tagComponent = _mlyViewer.getComponent('tag');
+                              tagComponent.add([tag]);
+                          }
+                      }
+                  });
+          }
 
-          layer = selection$$1.selectAll('.layer-openstreetcam-images')
-              .data(service ? [0] : []);
 
-          layer.exit()
-              .remove();
+          function makeTag(data) {
+              var valueParts = data.properties.value.split('--');
+              if (valueParts.length !== 3) return;
 
-          var layerEnter = layer.enter()
-              .append('g')
-              .attr('class', 'layer-openstreetcam-images')
-              .style('display', enabled ? 'block' : 'none');
+              var text = valueParts[1].replace(/-/g, ' ');
+              var tag;
 
-          layerEnter
-              .append('g')
-              .attr('class', 'sequences');
+              // Currently only two shapes <Polygon|Point>
+              if (data.properties.shape.type === 'Polygon') {
+                  var polygonGeometry = new Mapillary
+                      .TagComponent
+                      .PolygonGeometry(data.properties.shape.coordinates[0]);
 
-          layerEnter
-              .append('g')
-              .attr('class', 'markers');
+                  tag = new Mapillary.TagComponent.OutlineTag(
+                      data.properties.key,
+                      polygonGeometry,
+                      {
+                          text: text,
+                          textColor: 0xffff00,
+                          lineColor: 0xffff00,
+                          lineWidth: 2,
+                          fillColor: 0xffff00,
+                          fillOpacity: 0.3,
+                      }
+                  );
 
-          layer = layerEnter
-              .merge(layer);
+              } else if (data.properties.shape.type === 'Point') {
+                  var pointGeometry = new Mapillary
+                      .TagComponent
+                      .PointGeometry(data.properties.shape.coordinates[0]);
 
-          if (enabled) {
-              if (service && ~~context.map().zoom() >= minZoom) {
-                  editOn();
-                  update();
-                  service.loadImages(projection);
-              } else {
-                  editOff();
+                  tag = new Mapillary.TagComponent.SpotTag(
+                      data.properties.key,
+                      pointGeometry,
+                      {
+                          text: text,
+                          color: 0xffff00,
+                          textColor: 0xffff00
+                      }
+                  );
               }
+
+              return tag;
           }
+      },
+
+
+      cache: function() {
+          return _mlyCache;
       }
 
+  };
 
-      drawImages.enabled = function(_) {
-          if (!arguments.length) return svgOpenstreetcamImages$$1.enabled;
-          svgOpenstreetcamImages$$1.enabled = _;
-          if (svgOpenstreetcamImages$$1.enabled) {
-              showLayer();
-          } else {
-              hideLayer();
-          }
-          dispatch.call('change');
-          return this;
-      };
+  var apibase$1 = 'https://nominatim.openstreetmap.org/',
+      inflight = {},
+      nominatimCache;
 
 
-      drawImages.supported = function() {
-          return !!getService();
-      };
+  var serviceNominatim = {
 
+      init: function() {
+          inflight = {};
+          nominatimCache = rbush_1();
+      },
 
-      init();
-      return drawImages;
-  }
+      reset: function() {
+          forEach(inflight, function(req) { req.abort(); });
+          inflight = {};
+          nominatimCache = rbush_1();
+      },
 
-  function svgOsm(projection, context, dispatch) {
-      var enabled = true;
 
+      countryCode: function (location, callback) {
+          this.reverse(location, function(err, result) {
+              if (err) {
+                  return callback(err);
+              } else if (result.address) {
+                  return callback(null, result.address.country_code);
+              } else {
+                  return callback('Unable to geocode', null);
+              }
+          });
+      },
 
-      function drawOsm(selection) {
-          selection.selectAll('.layer-osm')
-              .data(['covered', 'areas', 'lines', 'points', 'labels'])
-              .enter()
-              .append('g')
-              .attr('class', function(d) { return 'layer-osm layer-' + d; });
 
-          selection.selectAll('.layer-areas').selectAll('.layer-areas-group')
-              .data(['areas', 'targets'])
-              .enter()
-              .append('g')
-              .attr('class', function(d) { return 'layer-areas-group layer-areas-' + d; });
+      reverse: function (location, callback) {
+          var cached = nominatimCache.search(
+              { minX: location[0], minY: location[1], maxX: location[0], maxY: location[1] }
+          );
 
-          selection.selectAll('.layer-lines').selectAll('.layer-lines-group')
-              .data(['lines', 'targets'])
-              .enter()
-              .append('g')
-              .attr('class', function(d) { return 'layer-lines-group layer-lines-' + d; });
+          if (cached.length > 0) {
+              return callback(null, cached[0].data);
+          }
 
-          selection.selectAll('.layer-points').selectAll('.layer-points-group')
-              .data(['points', 'midpoints', 'vertices', 'turns', 'targets'])
-              .enter()
-              .append('g')
-              .attr('class', function(d) { return 'layer-points-group layer-points-' + d; });
+          var params = { zoom: 13, format: 'json', addressdetails: 1, lat: location[1], lon: location[0] };
+          var url = apibase$1 + 'reverse?' + utilQsString(params);
+          if (inflight[url]) return;
 
-          selection.selectAll('.layer-labels').selectAll('.layer-labels-group')
-              .data(['halo', 'label', 'debug'])
-              .enter()
-              .append('g')
-              .attr('class', function(d) { return 'layer-labels-group layer-labels-' + d; });
-      }
+          inflight[url] = d3_json(url, function(err, result) {
+              delete inflight[url];
 
+              if (err) {
+                  return callback(err);
+              } else if (result && result.error) {
+                  return callback(result.error);
+              }
 
-      function showLayer() {
-          var layer = context.surface().selectAll('.data-layer-osm');
-          layer.interrupt();
+              var extent = geoExtent$$1(location).padByMeters(200);
+              nominatimCache.insert(assign(extent.bbox(), {data: result}));
 
-          layer
-              .classed('disabled', false)
-              .style('opacity', 0)
-              .transition()
-              .duration(250)
-              .style('opacity', 1)
-              .on('end interrupt', function () {
-                  dispatch.call('change');
-              });
-      }
+              callback(null, result);
+          });
+      },
 
 
-      function hideLayer() {
-          var layer = context.surface().selectAll('.data-layer-osm');
-          layer.interrupt();
+      search: function (val, callback) {
+          var searchVal = encodeURIComponent(val);
+          var url = apibase$1 + 'search/' + searchVal + '?limit=10&format=json';
+          if (inflight[url]) return;
 
-          layer
-              .transition()
-              .duration(250)
-              .style('opacity', 0)
-              .on('end interrupt', function () {
-                  layer.classed('disabled', true);
-                  dispatch.call('change');
-              });
+          inflight[url] = d3_json(url, function(err, result) {
+              delete inflight[url];
+              callback(err, result);
+          });
       }
 
+  };
 
-      drawOsm.enabled = function(_) {
-          if (!arguments.length) return enabled;
-          enabled = _;
+  var apibase$2 = 'https://openstreetcam.org';
+  var maxResults$1 = 1000;
+  var tileZoom$1 = 14;
+  var tiler$1 = utilTiler().zoomExtent([tileZoom$1, tileZoom$1]).skipNullIsland(true);
+  var dispatch$2 = dispatch('loadedImages');
+  var imgZoom = d3_zoom()
+      .extent([[0, 0], [320, 240]])
+      .translateExtent([[0, 0], [320, 240]])
+      .scaleExtent([1, 15])
+      .on('zoom', zoomPan);
+  var _oscCache;
+  var _oscSelectedImage;
 
-          if (enabled) {
-              showLayer();
-          } else {
-              hideLayer();
-          }
 
-          dispatch.call('change');
-          return this;
-      };
+  function abortRequest$1(i) {
+      i.abort();
+  }
 
 
-      return drawOsm;
+  function maxPageAtZoom$1(z) {
+      if (z < 15)   return 2;
+      if (z === 15) return 5;
+      if (z === 16) return 10;
+      if (z === 17) return 20;
+      if (z === 18) return 40;
+      if (z > 18)   return 80;
   }
 
-  function svgLayers(projection, context) {
-      var dispatch$$1 = dispatch('change');
-      var svg = select(null);
-      var layers = [
-          { id: 'osm', layer: svgOsm(projection, context, dispatch$$1) },
-          { id: 'gpx', layer: svgGpx$$1(projection, context, dispatch$$1) },
-          { id: 'streetside', layer: svgStreetside$$1(projection, context, dispatch$$1)},
-          { id: 'mapillary-images', layer: svgMapillaryImages$$1(projection, context, dispatch$$1) },
-          { id: 'mapillary-signs',  layer: svgMapillarySigns$$1(projection, context, dispatch$$1) },
-          { id: 'openstreetcam-images', layer: svgOpenstreetcamImages$$1(projection, context, dispatch$$1) },
-          { id: 'debug', layer: svgDebug$$1(projection, context, dispatch$$1) }
-      ];
 
+  function loadTiles$1(which, url, projection) {
+      var currZoom = Math.floor(geoScaleToZoom(projection.scale()));
+      var tiles = tiler$1.getTiles(projection);
 
-      function drawLayers(selection$$1) {
-          svg = selection$$1.selectAll('.surface')
-              .data([0]);
+      // abort inflight requests that are no longer needed
+      var cache = _oscCache[which];
+      forEach(cache.inflight, function(v, k) {
+          var wanted = find$1(tiles, function(tile) { return k.indexOf(tile.id + ',') === 0; });
 
-          svg = svg.enter()
-              .append('svg')
-              .attr('class', 'surface')
-              .merge(svg);
+          if (!wanted) {
+              abortRequest$1(v);
+              delete cache.inflight[k];
+          }
+      });
 
-          var defs = svg.selectAll('.surface-defs')
-              .data([0]);
+      tiles.forEach(function(tile) {
+          loadNextTilePage$1(which, currZoom, url, tile);
+      });
+  }
 
-          defs.enter()
-              .append('defs')
-              .attr('class', 'surface-defs');
 
-          var groups = svg.selectAll('.data-layer')
-              .data(layers);
+  function loadNextTilePage$1(which, currZoom, url, tile) {
+      var cache = _oscCache[which];
+      var bbox = tile.extent.bbox();
+      var maxPages = maxPageAtZoom$1(currZoom);
+      var nextPage = cache.nextPage[tile.id] || 1;
+      var params = utilQsString({
+          ipp: maxResults$1,
+          page: nextPage,
+          // client_id: clientId,
+          bbTopLeft: [bbox.maxY, bbox.minX].join(','),
+          bbBottomRight: [bbox.minY, bbox.maxX].join(',')
+      }, true);
 
-          groups.exit()
-              .remove();
+      if (nextPage > maxPages) return;
 
-          groups.enter()
-              .append('g')
-              .attr('class', function(d) { return 'data-layer data-layer-' + d.id; })
-              .merge(groups)
-              .each(function(d) { select(this).call(d.layer); });
-      }
+      var id = tile.id + ',' + String(nextPage);
+      if (cache.loaded[id] || cache.inflight[id]) return;
 
+      cache.inflight[id] = request(url)
+          .mimeType('application/json')
+          .header('Content-type', 'application/x-www-form-urlencoded')
+          .response(function(xhr) { return JSON.parse(xhr.responseText); })
+          .post(params, function(err, data) {
+              cache.loaded[id] = true;
+              delete cache.inflight[id];
+              if (err || !data.currentPageItems || !data.currentPageItems.length) return;
 
-      drawLayers.all = function() {
-          return layers;
-      };
+              function localeDateString(s) {
+                  if (!s) return null;
+                  var detected = utilDetect();
+                  var options = { day: 'numeric', month: 'short', year: 'numeric' };
+                  var d = new Date(s);
+                  if (isNaN(d.getTime())) return null;
+                  return d.toLocaleDateString(detected.locale, options);
+              }
 
+              var features = data.currentPageItems.map(function(item) {
+                  var loc = [+item.lng, +item.lat];
+                  var d;
 
-      drawLayers.layer = function(id) {
-          var obj = find$1(layers, function(o) {return o.id === id;});
-          return obj && obj.layer;
-      };
+                  if (which === 'images') {
+                      d = {
+                          loc: loc,
+                          key: item.id,
+                          ca: +item.heading,
+                          captured_at: localeDateString(item.shot_date || item.date_added),
+                          captured_by: item.username,
+                          imagePath: item.lth_name,
+                          sequence_id: item.sequence_id,
+                          sequence_index: +item.sequence_index
+                      };
 
+                      // cache sequence info
+                      var seq = _oscCache.sequences[d.sequence_id];
+                      if (!seq) {
+                          seq = { rotation: 0, images: [] };
+                          _oscCache.sequences[d.sequence_id] = seq;
+                      }
+                      seq.images[d.sequence_index] = d;
+                  }
 
-      drawLayers.only = function(what) {
-          var arr = [].concat(what);
-          drawLayers.remove(difference(map$3(layers, 'id'), arr));
-          return this;
-      };
+                  return {
+                      minX: loc[0], minY: loc[1], maxX: loc[0], maxY: loc[1], data: d
+                  };
+              });
 
+              cache.rtree.load(features);
 
-      drawLayers.remove = function(what) {
-          var arr = [].concat(what);
-          arr.forEach(function(id) {
-              layers = reject(layers, function(o) {return o.id === id;});
+              if (which === 'images') {
+                  dispatch$2.call('loadedImages');
+              }
+
+              if (data.currentPageItems.length === maxResults$1) {  // more pages to load
+                  cache.nextPage[tile.id] = nextPage + 1;
+                  loadNextTilePage$1(which, currZoom, url, tile);
+              } else {
+                  cache.nextPage[tile.id] = Infinity;     // no more pages to load
+              }
           });
-          dispatch$$1.call('change');
-          return this;
-      };
+  }
 
 
-      drawLayers.add = function(what) {
-          var arr = [].concat(what);
-          arr.forEach(function(obj) {
-              if ('id' in obj && 'layer' in obj) {
-                  layers.push(obj);
-              }
+  // partition viewport into `psize` x `psize` regions
+  function partitionViewport$1(psize, projection) {
+      var dimensions = projection.clipExtent()[1];
+      psize = psize || 16;
+      var cols = range(0, dimensions[0], psize);
+      var rows = range(0, dimensions[1], psize);
+      var partitions = [];
+
+      rows.forEach(function(y) {
+          cols.forEach(function(x) {
+              var min$$1 = [x, y + psize];
+              var max$$1 = [x + psize, y];
+              partitions.push(
+                  geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)));
           });
-          dispatch$$1.call('change');
-          return this;
-      };
+      });
+
+      return partitions;
+  }
 
 
-      drawLayers.dimensions = function(_) {
-          if (!arguments.length) return utilGetDimensions(svg);
-          utilSetDimensions(svg, _);
-          return this;
-      };
+  // no more than `limit` results per partition.
+  function searchLimited$1(psize, limit, projection, rtree) {
+      limit = limit || 3;
 
+      var partitions = partitionViewport$1(psize, projection);
+      var results;
 
-      return utilRebind(drawLayers, dispatch$$1, 'on');
+      results = flatten(map$3(partitions, function(extent$$1) {
+          return rtree.search(extent$$1.bbox())
+              .slice(0, limit)
+              .map(function(d) { return d.data; });
+      }));
+      return results;
   }
 
-  function svgLines$$1(projection, context) {
-      var detected = utilDetect();
 
-      var highway_stack = {
-          motorway: 0,
-          motorway_link: 1,
-          trunk: 2,
-          trunk_link: 3,
-          primary: 4,
-          primary_link: 5,
-          secondary: 6,
-          tertiary: 7,
-          unclassified: 8,
-          residential: 9,
-          service: 10,
-          footway: 11
-      };
+  function zoomPan() {
+      var t = event.transform;
+      select('#photoviewer .osc-image-wrap')
+          .call(utilSetTransform, t.x, t.y, t.k);
+  }
 
 
-      function drawTargets(selection, graph, entities, filter$$1) {
-          var targetClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
-          var nopeClass = context.getDebug('target') ? 'red ' : 'nocolor ';
-          var getPath = svgPath(projection).geojson;
-          var activeID = context.activeID();
+  var serviceOpenstreetcam = {
 
-          // The targets and nopes will be MultiLineString sub-segments of the ways
-          var data = { targets: [], nopes: [] };
+      init: function() {
+          if (!_oscCache) {
+              this.reset();
+          }
 
-          entities.forEach(function(way) {
-              var features = svgSegmentWay(way, graph, activeID);
-              data.targets.push.apply(data.targets, features.passive);
-              data.nopes.push.apply(data.nopes, features.active);
-          });
+          this.event = utilRebind(this, dispatch$2, 'on');
+      },
 
+      reset: function() {
+          var cache = _oscCache;
 
-          // Targets allow hover and vertex snapping
-          var targetData = data.targets.filter(getPath);
-          var targets = selection.selectAll('.line.target-allowed')
-              .filter(function(d) { return filter$$1(d.properties.entity); })
-              .data(targetData, function key(d) { return d.id; });
+          if (cache) {
+              if (cache.images && cache.images.inflight) {
+                  forEach(cache.images.inflight, abortRequest$1);
+              }
+          }
 
-          // exit
-          targets.exit()
-              .remove();
+          _oscCache = {
+              images: { inflight: {}, loaded: {}, nextPage: {}, rtree: rbush_1() },
+              sequences: {}
+          };
 
-          // enter/update
-          targets.enter()
-              .append('path')
-              .merge(targets)
-              .attr('d', getPath)
-              .attr('class', function(d) { return 'way line target target-allowed ' + targetClass + d.id; });
+          _oscSelectedImage = null;
+      },
 
 
-          // NOPE
-          var nopeData = data.nopes.filter(getPath);
-          var nopes = selection.selectAll('.line.target-nope')
-              .filter(function(d) { return filter$$1(d.properties.entity); })
-              .data(nopeData, function key(d) { return d.id; });
+      images: function(projection) {
+          var psize = 16, limit = 3;
+          return searchLimited$1(psize, limit, projection, _oscCache.images.rtree);
+      },
 
-          // exit
-          nopes.exit()
-              .remove();
 
-          // enter/update
-          nopes.enter()
-              .append('path')
-              .merge(nopes)
-              .attr('d', getPath)
-              .attr('class', function(d) { return 'way line target target-nope ' + nopeClass + d.id; });
-      }
+      sequences: function(projection) {
+          var viewport = projection.clipExtent();
+          var min$$1 = [viewport[0][0], viewport[1][1]];
+          var max$$1 = [viewport[1][0], viewport[0][1]];
+          var bbox = geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)).bbox();
+          var sequenceKeys = {};
 
+          // all sequences for images in viewport
+          _oscCache.images.rtree.search(bbox)
+              .forEach(function(d) { sequenceKeys[d.data.sequence_id] = true; });
 
-      function drawLines(selection, graph, entities, filter$$1) {
+          // make linestrings from those sequences
+          var lineStrings = [];
+          Object.keys(sequenceKeys)
+              .forEach(function(sequenceKey) {
+                  var seq = _oscCache.sequences[sequenceKey];
+                  var images = seq && seq.images;
+                  if (images) {
+                      lineStrings.push({
+                          type: 'LineString',
+                          coordinates: images.map(function (d) { return d.loc; }).filter(Boolean),
+                          properties: { key: sequenceKey }
+                      });
+                  }
+              });
+          return lineStrings;
+      },
 
-          function waystack(a, b) {
-              var selected = context.selectedIDs();
-              var scoreA = selected.indexOf(a.id) !== -1 ? 20 : 0;
-              var scoreB = selected.indexOf(b.id) !== -1 ? 20 : 0;
 
-              if (a.tags.highway) { scoreA -= highway_stack[a.tags.highway]; }
-              if (b.tags.highway) { scoreB -= highway_stack[b.tags.highway]; }
-              return scoreA - scoreB;
-          }
+      loadImages: function(projection) {
+          var url = apibase$2 + '/1.0/list/nearby-photos/';
+          loadTiles$1('images', url, projection);
+      },
 
 
-          function drawLineGroup(selection, klass, isSelected) {
-              // Note: Don't add `.selected` class in draw modes
-              var mode = context.mode();
-              var isDrawing = mode && /^draw/.test(mode.id);
-              var selectedClass = (!isDrawing && isSelected) ? 'selected ' : '';
+      loadViewer: function(context) {
+          var that = this;
 
-              var lines = selection
-                  .selectAll('path')
-                  .filter(filter$$1)
-                  .data(getPathData(isSelected), osmEntity$$1.key);
+          // add osc-wrapper
+          var wrap = select('#photoviewer').selectAll('.osc-wrapper')
+              .data([0]);
 
-              lines.exit()
-                  .remove();
+          var wrapEnter = wrap.enter()
+              .append('div')
+              .attr('class', 'photo-wrapper osc-wrapper')
+              .classed('hide', true)
+              .call(imgZoom)
+              .on('dblclick.zoom', null);
 
-              // Optimization: Call expensive TagClasses only on enter selection. This
-              // works because osmEntity.key is defined to include the entity v attribute.
-              lines.enter()
-                  .append('path')
-                  .attr('class', function(d) {
-                      var oldMPClass = oldMultiPolygonOuters[d.id] ? 'old-multipolygon ' : '';
-                      return 'way line ' + klass + ' ' + selectedClass + oldMPClass + d.id;
-                  })
-                  .call(svgTagClasses())
-                  .merge(lines)
-                  .sort(waystack)
-                  .attr('d', getPath)
-                  .call(svgTagClasses().tags(svgRelationMemberTags(graph)));
+          wrapEnter
+              .append('div')
+              .attr('class', 'photo-attribution fillD');
+
+          var controlsEnter = wrapEnter
+              .append('div')
+              .attr('class', 'photo-controls-wrap')
+              .append('div')
+              .attr('class', 'photo-controls');
+
+          controlsEnter
+              .append('button')
+              .on('click.back', step(-1))
+              .text('◄');
+
+          controlsEnter
+              .append('button')
+              .on('click.rotate-ccw', rotate(-90))
+              .text('⤿');
 
-              return selection;
-          }
+          controlsEnter
+              .append('button')
+              .on('click.rotate-cw', rotate(90))
+              .text('⤾');
 
+          controlsEnter
+              .append('button')
+              .on('click.forward', step(1))
+              .text('►');
 
-          function getPathData(isSelected) {
-              return function() {
-                  var layer = this.parentNode.__data__;
-                  var data = pathdata[layer] || [];
-                  return data.filter(function(d) {
-                      if (isSelected)
-                          return context.selectedIDs().indexOf(d.id) !== -1;
-                      else
-                          return context.selectedIDs().indexOf(d.id) === -1;
-                  });
-              };
-          }
+          wrapEnter
+              .append('div')
+              .attr('class', 'osc-image-wrap');
 
 
-          var getPath = svgPath(projection, graph);
-          var ways = [];
-          var pathdata = {};
-          var onewaydata = {};
-          var oldMultiPolygonOuters = {};
+          // Register viewer resize handler
+          context.ui().on('photoviewerResize', function(dimensions) {
+              imgZoom = d3_zoom()
+                  .extent([[0, 0], dimensions])
+                  .translateExtent([[0, 0], dimensions])
+                  .scaleExtent([1, 15])
+                  .on('zoom', zoomPan);
+          });
 
-          for (var i = 0; i < entities.length; i++) {
-              var entity = entities[i];
-              var outer = osmSimpleMultipolygonOuterMember(entity, graph);
-              if (outer) {
-                  ways.push(entity.mergeTags(outer.tags));
-                  oldMultiPolygonOuters[outer.id] = true;
-              } else if (entity.geometry(graph) === 'line') {
-                  ways.push(entity);
-              }
-          }
 
-          ways = ways.filter(getPath);
-          pathdata = groupBy(ways, function(way) { return way.layer(); });
+          function rotate(deg) {
+              return function() {
+                  if (!_oscSelectedImage) return;
+                  var sequenceKey = _oscSelectedImage.sequence_id;
+                  var sequence = _oscCache.sequences[sequenceKey];
+                  if (!sequence) return;
 
-          forOwn(pathdata, function(v, k) {
-              var arr = filter(v, function(d) { return d.isOneWay(); });
-              onewaydata[k] = flatten(map$3(arr, svgOneWaySegments(projection, graph, 35)));
-          });
+                  var r = sequence.rotation || 0;
+                  r += deg;
 
+                  if (r > 180) r -= 360;
+                  if (r < -180) r += 360;
+                  sequence.rotation = r;
 
-          var covered = selection.selectAll('.layer-covered');                      // under areas
-          var uncovered = selection.selectAll('.layer-lines .layer-lines-lines');   // over areas
+                  var wrap = select('#photoviewer .osc-wrapper');
 
-          [covered, uncovered].forEach(function(selection) {
-              var range$$1 = (selection === covered ? range(-10,0) : range(0,11));
-              var layergroup = selection
-                  .selectAll('g.layergroup')
-                  .data(range$$1);
+                  wrap
+                      .transition()
+                      .duration(100)
+                      .call(imgZoom.transform, identity$7);
 
-              layergroup = layergroup.enter()
-                  .append('g')
-                  .attr('class', function(d) { return 'layergroup layer' + String(d); })
-                  .merge(layergroup);
+                  wrap.selectAll('.osc-image')
+                      .transition()
+                      .duration(100)
+                      .style('transform', 'rotate(' + r + 'deg)');
+              };
+          }
 
-              layergroup
-                  .selectAll('g.linegroup')
-                  .data(['shadow', 'casing', 'stroke', 'shadow-highlighted', 'casing-highlighted', 'stroke-highlighted'])
-                  .enter()
-                  .append('g')
-                  .attr('class', function(d) { return 'linegroup line-' + d; });
+          function step(stepBy) {
+              return function() {
+                  if (!_oscSelectedImage) return;
+                  var sequenceKey = _oscSelectedImage.sequence_id;
+                  var sequence = _oscCache.sequences[sequenceKey];
+                  if (!sequence) return;
 
-              layergroup.selectAll('g.line-shadow')
-                  .call(drawLineGroup, 'shadow', false);
-              layergroup.selectAll('g.line-casing')
-                  .call(drawLineGroup, 'casing', false);
-              layergroup.selectAll('g.line-stroke')
-                  .call(drawLineGroup, 'stroke', false);
+                  var nextIndex = _oscSelectedImage.sequence_index + stepBy;
+                  var nextImage = sequence.images[nextIndex];
+                  if (!nextImage) return;
 
-              layergroup.selectAll('g.line-shadow-highlighted')
-                  .call(drawLineGroup, 'shadow', true);
-              layergroup.selectAll('g.line-casing-highlighted')
-                  .call(drawLineGroup, 'casing', true);
-              layergroup.selectAll('g.line-stroke-highlighted')
-                  .call(drawLineGroup, 'stroke', true);
+                  context.map().centerEase(nextImage.loc);
 
+                  that
+                      .selectImage(nextImage)
+                      .updateViewer(nextImage);
+              };
+          }
+      },
 
-              var onewaygroup = layergroup
-                  .selectAll('g.onewaygroup')
-                  .data(['oneway']);
 
-              onewaygroup = onewaygroup.enter()
-                  .append('g')
-                  .attr('class', 'onewaygroup')
-                  .merge(onewaygroup);
+      showViewer: function() {
+          var viewer = select('#photoviewer')
+              .classed('hide', false);
 
-              var oneways = onewaygroup
-                  .selectAll('path')
-                  .filter(filter$$1)
-                  .data(
-                      function data() { return onewaydata[this.parentNode.__data__] || []; },
-                      function key(d) { return [d.id, d.index]; }
-                  );
+          var isHidden = viewer.selectAll('.photo-wrapper.osc-wrapper.hide').size();
 
-              oneways.exit()
-                  .remove();
+          if (isHidden) {
+              viewer
+                  .selectAll('.photo-wrapper:not(.osc-wrapper)')
+                  .classed('hide', true);
 
-              oneways = oneways.enter()
-                  .append('path')
-                  .attr('class', 'oneway')
-                  .attr('marker-mid', 'url(#oneway-marker)')
-                  .merge(oneways)
-                  .attr('d', function(d) { return d.d; });
+              viewer
+                  .selectAll('.photo-wrapper.osc-wrapper')
+                  .classed('hide', false);
+          }
 
-              if (detected.ie) {
-                  oneways.each(function() { this.parentNode.insertBefore(this, this); });
-              }
-          });
+          return this;
+      },
 
-          // touch targets
-          selection.selectAll('.layer-lines .layer-lines-targets')
-              .call(drawTargets, graph, ways, filter$$1);
-      }
 
+      hideViewer: function() {
+          _oscSelectedImage = null;
 
-      return drawLines;
-  }
+          var viewer = select('#photoviewer');
+          if (!viewer.empty()) viewer.datum(null);
 
-  function svgMidpoints$$1(projection, context) {
-      var targetRadius = 8;
+          viewer
+              .classed('hide', true)
+              .selectAll('.photo-wrapper')
+              .classed('hide', true);
 
-      function drawTargets(selection, graph, entities, filter) {
-          var fillClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
-          var getTransform = svgPointTransform(projection).geojson;
+          d3_selectAll('.viewfield-group, .sequence, .icon-sign')
+              .classed('selected', false);
 
-          var data = entities.map(function(midpoint) {
-              return {
-                  type: 'Feature',
-                  id: midpoint.id,
-                  properties: {
-                      target: true,
-                      entity: midpoint
-                  },
-                  geometry: {
-                      type: 'Point',
-                      coordinates: midpoint.loc
-                  }
-              };
-          });
+          return this.setStyles(null, true);
+      },
 
-          var targets = selection.selectAll('.midpoint.target')
-              .filter(function(d) { return filter(d.properties.entity); })
-              .data(data, function key(d) { return d.id; });
 
-          // exit
-          targets.exit()
+      updateViewer: function(d) {
+          var wrap = select('#photoviewer .osc-wrapper');
+          var imageWrap = wrap.selectAll('.osc-image-wrap');
+          var attribution = wrap.selectAll('.photo-attribution').html('');
+
+          wrap
+              .transition()
+              .duration(100)
+              .call(imgZoom.transform, identity$7);
+
+          imageWrap
+              .selectAll('.osc-image')
               .remove();
 
-          // enter/update
-          targets.enter()
-              .append('circle')
-              .attr('r', targetRadius)
-              .merge(targets)
-              .attr('class', function(d) { return 'node midpoint target ' + fillClass + d.id; })
-              .attr('transform', getTransform);
-      }
+          if (d) {
+              var sequence = _oscCache.sequences[d.sequence_id];
+              var r = (sequence && sequence.rotation) || 0;
+
+              imageWrap
+                  .append('img')
+                  .attr('class', 'osc-image')
+                  .attr('src', apibase$2 + '/' + d.imagePath)
+                  .style('transform', 'rotate(' + r + 'deg)');
 
+              if (d.captured_by) {
+                  attribution
+                      .append('a')
+                      .attr('class', 'captured_by')
+                      .attr('target', '_blank')
+                      .attr('href', 'https://openstreetcam.org/user/' + encodeURIComponent(d.captured_by))
+                      .text('@' + d.captured_by);
 
-      function drawMidpoints(selection, graph, entities, filter, extent) {
-          var layer = selection.selectAll('.layer-points .layer-points-midpoints');
+                  attribution
+                      .append('span')
+                      .text('|');
+              }
 
-          var mode = context.mode();
-          if (mode && mode.id !== 'select') {
-              layer.selectAll('g.midpoint')
-                  .remove();
+              if (d.captured_at) {
+                  attribution
+                      .append('span')
+                      .attr('class', 'captured_at')
+                      .text(d.captured_at);
 
-              selection.selectAll('.layer-points .layer-points-targets .midpoint.target')
-                  .remove();
+                  attribution
+                      .append('span')
+                      .text('|');
+              }
 
-              return;
+              attribution
+                  .append('a')
+                  .attr('class', 'image-link')
+                  .attr('target', '_blank')
+                  .attr('href', 'https://openstreetcam.org/details/' + d.sequence_id + '/' + d.sequence_index)
+                  .text('openstreetcam.org');
           }
+          return this;
+      },
 
-          var poly = extent.polygon();
-          var midpoints = {};
 
-          for (var i = 0; i < entities.length; i++) {
-              var entity = entities[i];
+      selectImage: function(d) {
+          _oscSelectedImage = d;
+          var viewer = select('#photoviewer');
+          if (!viewer.empty()) viewer.datum(d);
 
-              if (entity.type !== 'way')
-                  continue;
-              if (!filter(entity))
-                  continue;
-              if (context.selectedIDs().indexOf(entity.id) < 0)
-                  continue;
+          this.setStyles(null, true);
 
-              var nodes = graph.childNodes(entity);
-              for (var j = 0; j < nodes.length - 1; j++) {
+          d3_selectAll('.icon-sign')
+              .classed('selected', false);
 
-                  var a = nodes[j];
-                  var b = nodes[j + 1];
-                  var id = [a.id, b.id].sort().join('-');
+          return this;
+      },
 
-                  if (midpoints[id]) {
-                      midpoints[id].parents.push(entity);
-                  } else {
-                      if (geoVecLength(projection(a.loc), projection(b.loc)) > 40) {
-                          var point = geoVecInterp(a.loc, b.loc, 0.5);
-                          var loc = null;
 
-                          if (extent.intersects(point)) {
-                              loc = point;
-                          } else {
-                              for (var k = 0; k < 4; k++) {
-                                  point = geoLineIntersection([a.loc, b.loc], [poly[k], poly[k + 1]]);
-                                  if (point &&
-                                      geoVecLength(projection(a.loc), projection(point)) > 20 &&
-                                      geoVecLength(projection(b.loc), projection(point)) > 20)
-                                  {
-                                      loc = point;
-                                      break;
-                                  }
-                              }
-                          }
+      getSelectedImage: function() {
+          return _oscSelectedImage;
+      },
 
-                          if (loc) {
-                              midpoints[id] = {
-                                  type: 'midpoint',
-                                  id: id,
-                                  loc: loc,
-                                  edge: [a.id, b.id],
-                                  parents: [entity]
-                              };
-                          }
-                      }
-                  }
-              }
-          }
 
+      getSequenceKeyForImage: function(d) {
+          return d && d.sequence_id;
+      },
 
-          function midpointFilter(d) {
-              if (midpoints[d.id])
-                  return true;
 
-              for (var i = 0; i < d.parents.length; i++) {
-                  if (filter(d.parents[i])) {
-                      return true;
-                  }
-              }
+      setStyles: function(hovered, reset) {
+          if (reset) {  // reset all layers
+              d3_selectAll('.viewfield-group')
+                  .classed('highlighted', false)
+                  .classed('hovered', false)
+                  .classed('selected', false);
 
-              return false;
+              d3_selectAll('.sequence')
+                  .classed('highlighted', false)
+                  .classed('selected', false);
           }
 
+          var hoveredImageKey = hovered && hovered.key;
+          var hoveredSequenceKey = this.getSequenceKeyForImage(hovered);
+          var hoveredSequence = hoveredSequenceKey && _oscCache.sequences[hoveredSequenceKey];
+          var hoveredImageKeys = (hoveredSequence && hoveredSequence.images.map(function (d) { return d.key; })) || [];
 
-          var groups = layer
-              .selectAll('g.midpoint')
-              .filter(midpointFilter)
-              .data(values$1(midpoints), function(d) { return d.id; });
+          var viewer = select('#photoviewer');
+          var selected = viewer.empty() ? undefined : viewer.datum();
+          var selectedImageKey = selected && selected.key;
+          var selectedSequenceKey = this.getSequenceKeyForImage(selected);
+          var selectedSequence = selectedSequenceKey && _oscCache.sequences[selectedSequenceKey];
+          var selectedImageKeys = (selectedSequence && selectedSequence.images.map(function (d) { return d.key; })) || [];
 
-          groups.exit()
-              .remove();
+          // highlight sibling viewfields on either the selected or the hovered sequences
+          var highlightedImageKeys = union(hoveredImageKeys, selectedImageKeys);
 
-          var enter = groups.enter()
-              .insert('g', ':first-child')
-              .attr('class', 'midpoint');
+          d3_selectAll('.layer-openstreetcam-images .viewfield-group')
+              .classed('highlighted', function(d) { return highlightedImageKeys.indexOf(d.key) !== -1; })
+              .classed('hovered', function(d) { return d.key === hoveredImageKey; })
+              .classed('selected', function(d) { return d.key === selectedImageKey; });
 
-          enter
-              .append('polygon')
-              .attr('points', '-6,8 10,0 -6,-8')
-              .attr('class', 'shadow');
+          d3_selectAll('.layer-openstreetcam-images .sequence')
+              .classed('highlighted', function(d) { return d.properties.key === hoveredSequenceKey; })
+              .classed('selected', function(d) { return d.properties.key === selectedSequenceKey; });
 
-          enter
-              .append('polygon')
-              .attr('points', '-3,4 5,0 -3,-4')
-              .attr('class', 'fill');
+          // update viewfields if needed
+          d3_selectAll('.viewfield-group .viewfield')
+              .attr('d', viewfieldPath);
 
-          groups = groups
-              .merge(enter)
-              .attr('transform', function(d) {
-                  var translate = svgPointTransform(projection);
-                  var a = graph.entity(d.edge[0]);
-                  var b = graph.entity(d.edge[1]);
-                  var angle = geoAngle(a, b, projection) * (180 / Math.PI);
-                  return translate(d) + ' rotate(' + angle + ')';
-              })
-              .call(svgTagClasses().tags(
-                  function(d) { return d.parents[0].tags; }
-              ));
+          function viewfieldPath() {
+              var d = this.parentNode.__data__;
+              if (d.pano && d.key !== selectedImageKey) {
+                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
+              } else {
+                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
+              }
+          }
 
-          // Propagate data bindings.
-          groups.select('polygon.shadow');
-          groups.select('polygon.fill');
+          return this;
+      },
 
 
-          // Draw touch targets..
-          selection.selectAll('.layer-points .layer-points-targets')
-              .call(drawTargets, graph, values$1(midpoints), midpointFilter);
+      cache: function() {
+          return _oscCache;
       }
 
-      return drawMidpoints;
-  }
+  };
 
-  // Touch targets control which other vertices we can drag a vertex onto.
-  //
-  // - the activeID - nope
-  // - 1 away (adjacent) to the activeID - yes (vertices will be merged)
-  // - 2 away from the activeID - nope (would create a self intersecting segment)
-  // - all others on a linear way - yes
-  // - all others on a closed way - nope (would create a self intersecting polygon)
-  //
-  // returns
-  // 0 = active vertex - no touch/connect
-  // 1 = passive vertex - yes touch/connect
-  // 2 = adjacent vertex - yes but pay attention segmenting a line here
-  //
-  function svgPassiveVertex(node, graph, activeID) {
-      if (!activeID) return 1;
-      if (activeID === node.id) return 0;
+  /* Built-in method references for those with the same name as other `lodash` methods. */
+  var nativeCeil = Math.ceil,
+      nativeMax$4 = Math.max;
 
-      var parents = graph.parentWays(node);
+  /**
+   * Creates an array of elements split into groups the length of `size`.
+   * If `array` can't be split evenly, the final chunk will be the remaining
+   * elements.
+   *
+   * @static
+   * @memberOf _
+   * @since 3.0.0
+   * @category Array
+   * @param {Array} array The array to process.
+   * @param {number} [size=1] The length of each chunk
+   * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
+   * @returns {Array} Returns the new array of chunks.
+   * @example
+   *
+   * _.chunk(['a', 'b', 'c', 'd'], 2);
+   * // => [['a', 'b'], ['c', 'd']]
+   *
+   * _.chunk(['a', 'b', 'c', 'd'], 3);
+   * // => [['a', 'b', 'c'], ['d']]
+   */
+  function chunk(array, size, guard) {
+    if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) {
+      size = 1;
+    } else {
+      size = nativeMax$4(toInteger(size), 0);
+    }
+    var length = array == null ? 0 : array.length;
+    if (!length || size < 1) {
+      return [];
+    }
+    var index = 0,
+        resIndex = 0,
+        result = Array(nativeCeil(length / size));
 
-      for (var i = 0; i < parents.length; i++) {
-          var nodes = parents[i].nodes;
-          var isClosed = parents[i].isClosed();
-          for (var j = 0; j < nodes.length; j++) {   // find this vertex, look nearby
-              if (nodes[j] === node.id) {
-                  var ix1 = j - 2;
-                  var ix2 = j - 1;
-                  var ix3 = j + 1;
-                  var ix4 = j + 2;
+    while (index < length) {
+      result[resIndex++] = baseSlice(array, index, (index += size));
+    }
+    return result;
+  }
 
-                  if (isClosed) {  // wraparound if needed
-                      var max = nodes.length - 1;
-                      if (ix1 < 0)   ix1 = max + ix1;
-                      if (ix2 < 0)   ix2 = max + ix2;
-                      if (ix3 > max) ix3 = ix3 - max;
-                      if (ix4 > max) ix4 = ix4 - max;
-                  }
+  var hashes = createCommonjsModule(function (module, exports) {
+  /**
+   * jshashes - https://github.com/h2non/jshashes
+   * Released under the "New BSD" license
+   *
+   * Algorithms specification:
+   *
+   * MD5 - http://www.ietf.org/rfc/rfc1321.txt
+   * RIPEMD-160 - http://homes.esat.kuleuven.be/~bosselae/ripemd160.html
+   * SHA1   - http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
+   * SHA256 - http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
+   * SHA512 - http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
+   * HMAC - http://www.ietf.org/rfc/rfc2104.txt
+   */
+  (function() {
+    var Hashes;
+
+    function utf8Encode(str) {
+      var x, y, output = '',
+        i = -1,
+        l;
 
-                  if (nodes[ix1] === activeID) return 0;        // no - prevent self intersect
-                  else if (nodes[ix2] === activeID) return 2;   // ok - adjacent
-                  else if (nodes[ix3] === activeID) return 2;   // ok - adjacent
-                  else if (nodes[ix4] === activeID) return 0;   // no - prevent self intersect
-                  else if (isClosed && nodes.indexOf(activeID) !== -1) return 0;  // no - prevent self intersect
-              }
+      if (str && str.length) {
+        l = str.length;
+        while ((i += 1) < l) {
+          /* Decode utf-16 surrogate pairs */
+          x = str.charCodeAt(i);
+          y = i + 1 < l ? str.charCodeAt(i + 1) : 0;
+          if (0xD800 <= x && x <= 0xDBFF && 0xDC00 <= y && y <= 0xDFFF) {
+            x = 0x10000 + ((x & 0x03FF) << 10) + (y & 0x03FF);
+            i += 1;
+          }
+          /* Encode output as utf-8 */
+          if (x <= 0x7F) {
+            output += String.fromCharCode(x);
+          } else if (x <= 0x7FF) {
+            output += String.fromCharCode(0xC0 | ((x >>> 6) & 0x1F),
+              0x80 | (x & 0x3F));
+          } else if (x <= 0xFFFF) {
+            output += String.fromCharCode(0xE0 | ((x >>> 12) & 0x0F),
+              0x80 | ((x >>> 6) & 0x3F),
+              0x80 | (x & 0x3F));
+          } else if (x <= 0x1FFFFF) {
+            output += String.fromCharCode(0xF0 | ((x >>> 18) & 0x07),
+              0x80 | ((x >>> 12) & 0x3F),
+              0x80 | ((x >>> 6) & 0x3F),
+              0x80 | (x & 0x3F));
           }
+        }
       }
+      return output;
+    }
 
-      return 1;   // ok
-  }
-
+    function utf8Decode(str) {
+      var i, ac, c1, c2, c3, arr = [],
+        l;
+      i = ac = c1 = c2 = c3 = 0;
 
-  function svgOneWaySegments(projection$$1, graph, dt) {
-      return function(entity) {
-          var i = 0;
-          var offset = dt;
-          var segments = [];
-          var clip = d3_geoIdentity().clipExtent(projection$$1.clipExtent()).stream;
-          var coordinates = graph.childNodes(entity).map(function(n) { return n.loc; });
-          var a, b;
+      if (str && str.length) {
+        l = str.length;
+        str += '';
 
-          if (entity.tags.oneway === '-1') {
-              coordinates.reverse();
+        while (i < l) {
+          c1 = str.charCodeAt(i);
+          ac += 1;
+          if (c1 < 128) {
+            arr[ac] = String.fromCharCode(c1);
+            i += 1;
+          } else if (c1 > 191 && c1 < 224) {
+            c2 = str.charCodeAt(i + 1);
+            arr[ac] = String.fromCharCode(((c1 & 31) << 6) | (c2 & 63));
+            i += 2;
+          } else {
+            c2 = str.charCodeAt(i + 1);
+            c3 = str.charCodeAt(i + 2);
+            arr[ac] = String.fromCharCode(((c1 & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
+            i += 3;
           }
+        }
+      }
+      return arr.join('');
+    }
 
-          var isReversible = (entity.tags.oneway === 'reversible' || entity.tags.oneway === 'alternating');
-
-          geoStream({
-              type: 'LineString',
-              coordinates: coordinates
-          }, projection$$1.stream(clip({
-              lineStart: function() {},
-              lineEnd: function() { a = null; },
-              point: function(x, y) {
-                  b = [x, y];
-
-                  if (a) {
-                      var span = geoVecLength(a, b) - offset;
+    /**
+     * Add integers, wrapping at 2^32. This uses 16-bit operations internally
+     * to work around bugs in some JS interpreters.
+     */
 
-                      if (span >= 0) {
-                          var heading = geoVecAngle(a, b);
-                          var dx = dt * Math.cos(heading);
-                          var dy = dt * Math.sin(heading);
-                          var p = [
-                              a[0] + offset * Math.cos(heading),
-                              a[1] + offset * Math.sin(heading)
-                          ];
+    function safe_add(x, y) {
+      var lsw = (x & 0xFFFF) + (y & 0xFFFF),
+        msw = (x >> 16) + (y >> 16) + (lsw >> 16);
+      return (msw << 16) | (lsw & 0xFFFF);
+    }
 
-                          // gather coordinates
-                          var coord = [a, p];
-                          for (span -= dt; span >= 0; span -= dt) {
-                              p = geoVecAdd(p, [dx, dy]);
-                              coord.push(p);
-                          }
-                          coord.push(b);
+    /**
+     * Bitwise rotate a 32-bit number to the left.
+     */
 
-                          // generate svg paths
-                          var segment = '';
-                          var j;
+    function bit_rol(num, cnt) {
+      return (num << cnt) | (num >>> (32 - cnt));
+    }
 
-                          for (j = 0; j < coord.length; j++) {
-                              segment += (j === 0 ? 'M' : 'L') + coord[j][0] + ',' + coord[j][1];
-                          }
-                          segments.push({ id: entity.id, index: i++, d: segment });
+    /**
+     * Convert a raw string to a hex string
+     */
 
-                          if (isReversible) {
-                              segment = '';
-                              for (j = coord.length - 1; j >= 0; j--) {
-                                  segment += (j === coord.length - 1 ? 'M' : 'L') + coord[j][0] + ',' + coord[j][1];
-                              }
-                              segments.push({ id: entity.id, index: i++, d: segment });
-                          }
-                      }
+    function rstr2hex(input, hexcase) {
+      var hex_tab = hexcase ? '0123456789ABCDEF' : '0123456789abcdef',
+        output = '',
+        x, i = 0,
+        l = input.length;
+      for (; i < l; i += 1) {
+        x = input.charCodeAt(i);
+        output += hex_tab.charAt((x >>> 4) & 0x0F) + hex_tab.charAt(x & 0x0F);
+      }
+      return output;
+    }
 
-                      offset = -span;
-                  }
+    /**
+     * Convert an array of big-endian words to a string
+     */
 
-                  a = b;
-              }
-          })));
+    function binb2rstr(input) {
+      var i, l = input.length * 32,
+        output = '';
+      for (i = 0; i < l; i += 8) {
+        output += String.fromCharCode((input[i >> 5] >>> (24 - i % 32)) & 0xFF);
+      }
+      return output;
+    }
 
-          return segments;
-      };
-  }
+    /**
+     * Convert an array of little-endian words to a string
+     */
 
+    function binl2rstr(input) {
+      var i, l = input.length * 32,
+        output = '';
+      for (i = 0; i < l; i += 8) {
+        output += String.fromCharCode((input[i >> 5] >>> (i % 32)) & 0xFF);
+      }
+      return output;
+    }
 
-  function svgPath(projection$$1, graph, isArea) {
+    /**
+     * Convert a raw string to an array of little-endian words
+     * Characters >255 have their high-byte silently ignored.
+     */
 
-      // Explanation of magic numbers:
-      // "padding" here allows space for strokes to extend beyond the viewport,
-      // so that the stroke isn't drawn along the edge of the viewport when
-      // the shape is clipped.
-      //
-      // When drawing lines, pad viewport by 5px.
-      // When drawing areas, pad viewport by 65px in each direction to allow
-      // for 60px area fill stroke (see ".fill-partial path.fill" css rule)
+    function rstr2binl(input) {
+      var i, l = input.length * 8,
+        output = Array(input.length >> 2),
+        lo = output.length;
+      for (i = 0; i < lo; i += 1) {
+        output[i] = 0;
+      }
+      for (i = 0; i < l; i += 8) {
+        output[i >> 5] |= (input.charCodeAt(i / 8) & 0xFF) << (i % 32);
+      }
+      return output;
+    }
 
-      var cache = {};
-      var padding = isArea ? 65 : 5;
-      var viewport = projection$$1.clipExtent();
-      var paddedExtent = [
-          [viewport[0][0] - padding, viewport[0][1] - padding],
-          [viewport[1][0] + padding, viewport[1][1] + padding]
-      ];
-      var clip = d3_geoIdentity().clipExtent(paddedExtent).stream;
-      var project = projection$$1.stream;
-      var path = d3_geoPath()
-          .projection({stream: function(output) { return project(clip(output)); }});
+    /**
+     * Convert a raw string to an array of big-endian words
+     * Characters >255 have their high-byte silently ignored.
+     */
 
-      var svgpath = function(entity) {
-          if (entity.id in cache) {
-              return cache[entity.id];
-          } else {
-              return cache[entity.id] = path(entity.asGeoJSON(graph));
-          }
-      };
+    function rstr2binb(input) {
+      var i, l = input.length * 8,
+        output = Array(input.length >> 2),
+        lo = output.length;
+      for (i = 0; i < lo; i += 1) {
+        output[i] = 0;
+      }
+      for (i = 0; i < l; i += 8) {
+        output[i >> 5] |= (input.charCodeAt(i / 8) & 0xFF) << (24 - i % 32);
+      }
+      return output;
+    }
 
-      svgpath.geojson = path;
+    /**
+     * Convert a raw string to an arbitrary string encoding
+     */
 
-      return svgpath;
-  }
+    function rstr2any(input, encoding) {
+      var divisor = encoding.length,
+        remainders = Array(),
+        i, q, x, ld, quotient, dividend, output, full_length;
 
+      /* Convert to an array of 16-bit big-endian values, forming the dividend */
+      dividend = Array(Math.ceil(input.length / 2));
+      ld = dividend.length;
+      for (i = 0; i < ld; i += 1) {
+        dividend[i] = (input.charCodeAt(i * 2) << 8) | input.charCodeAt(i * 2 + 1);
+      }
 
-  function svgPointTransform(projection$$1) {
-      var svgpoint = function(entity) {
-          // http://jsperf.com/short-array-join
-          var pt = projection$$1(entity.loc);
-          return 'translate(' + pt[0] + ',' + pt[1] + ')';
-      };
+      /**
+       * Repeatedly perform a long division. The binary array forms the dividend,
+       * the length of the encoding is the divisor. Once computed, the quotient
+       * forms the dividend for the next step. We stop when the dividend is zerHashes.
+       * All remainders are stored for later use.
+       */
+      while (dividend.length > 0) {
+        quotient = Array();
+        x = 0;
+        for (i = 0; i < dividend.length; i += 1) {
+          x = (x << 16) + dividend[i];
+          q = Math.floor(x / divisor);
+          x -= q * divisor;
+          if (quotient.length > 0 || q > 0) {
+            quotient[quotient.length] = q;
+          }
+        }
+        remainders[remainders.length] = x;
+        dividend = quotient;
+      }
 
-      svgpoint.geojson = function(d) {
-          return svgpoint(d.properties.entity);
-      };
+      /* Convert the remainders to the output string */
+      output = '';
+      for (i = remainders.length - 1; i >= 0; i--) {
+        output += encoding.charAt(remainders[i]);
+      }
 
-      return svgpoint;
-  }
+      /* Append leading zero equivalents */
+      full_length = Math.ceil(input.length * 8 / (Math.log(encoding.length) / Math.log(2)));
+      for (i = output.length; i < full_length; i += 1) {
+        output = encoding[0] + output;
+      }
+      return output;
+    }
 
+    /**
+     * Convert a raw string to a base-64 string
+     */
 
-  function svgRelationMemberTags(graph) {
-      return function(entity) {
-          var tags = entity.tags;
-          graph.parentRelations(entity).forEach(function(relation) {
-              var type = relation.tags.type;
-              if (type === 'multipolygon' || type === 'boundary') {
-                  tags = assignIn({}, relation.tags, tags);
-              }
-          });
-          return tags;
-      };
-  }
+    function rstr2b64(input, b64pad) {
+      var tab = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',
+        output = '',
+        len = input.length,
+        i, j, triplet;
+      b64pad = b64pad || '=';
+      for (i = 0; i < len; i += 3) {
+        triplet = (input.charCodeAt(i) << 16) | (i + 1 < len ? input.charCodeAt(i + 1) << 8 : 0) | (i + 2 < len ? input.charCodeAt(i + 2) : 0);
+        for (j = 0; j < 4; j += 1) {
+          if (i * 8 + j * 6 > input.length * 8) {
+            output += b64pad;
+          } else {
+            output += tab.charAt((triplet >>> 6 * (3 - j)) & 0x3F);
+          }
+        }
+      }
+      return output;
+    }
 
+    Hashes = {
+      /**
+       * @property {String} version
+       * @readonly
+       */
+      VERSION: '1.0.6',
+      /**
+       * @member Hashes
+       * @class Base64
+       * @constructor
+       */
+      Base64: function() {
+        // private properties
+        var tab = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',
+          pad = '=', // default pad according with the RFC standard
+          utf8 = true; // by default enable UTF-8 support encoding
 
-  function svgSegmentWay(way, graph, activeID) {
-      var isActiveWay = (way.nodes.indexOf(activeID) !== -1);
-      var features = { passive: [], active: [] };
-      var start = {};
-      var end = {};
-      var node, type;
+        // public method for encoding
+        this.encode = function(input) {
+          var i, j, triplet,
+            output = '',
+            len = input.length;
 
-      for (var i = 0; i < way.nodes.length; i++) {
-          node = graph.entity(way.nodes[i]);
-          type = svgPassiveVertex(node, graph, activeID);
-          end = { node: node, type: type };
+          pad = pad || '=';
+          input = (utf8) ? utf8Encode(input) : input;
 
-          if (start.type !== undefined) {
-              if (start.node.id === activeID || end.node.id === activeID) ; else if (isActiveWay && (start.type === 2 || end.type === 2)) {   // one adjacent vertex
-                  pushActive(start, end, i);
-              } else if (start.type === 0 && end.type === 0) {   // both active vertices
-                  pushActive(start, end, i);
+          for (i = 0; i < len; i += 3) {
+            triplet = (input.charCodeAt(i) << 16) | (i + 1 < len ? input.charCodeAt(i + 1) << 8 : 0) | (i + 2 < len ? input.charCodeAt(i + 2) : 0);
+            for (j = 0; j < 4; j += 1) {
+              if (i * 8 + j * 6 > len * 8) {
+                output += pad;
               } else {
-                  pushPassive(start, end, i);
+                output += tab.charAt((triplet >>> 6 * (3 - j)) & 0x3F);
               }
+            }
           }
+          return output;
+        };
 
-          start = end;
-      }
+        // public method for decoding
+        this.decode = function(input) {
+          // var b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
+          var i, o1, o2, o3, h1, h2, h3, h4, bits, ac,
+            dec = '',
+            arr = [];
+          if (!input) {
+            return input;
+          }
 
-      return features;
+          i = ac = 0;
+          input = input.replace(new RegExp('\\' + pad, 'gi'), ''); // use '='
+          //input += '';
 
+          do { // unpack four hexets into three octets using index points in b64
+            h1 = tab.indexOf(input.charAt(i += 1));
+            h2 = tab.indexOf(input.charAt(i += 1));
+            h3 = tab.indexOf(input.charAt(i += 1));
+            h4 = tab.indexOf(input.charAt(i += 1));
 
-      function pushActive(start, end, index) {
-          features.active.push({
-              type: 'Feature',
-              id: way.id + '-' + index + '-nope',
-              properties: {
-                  nope: true,
-                  target: true,
-                  entity: way,
-                  nodes: [start.node, end.node],
-                  index: index
-              },
-              geometry: {
-                  type: 'LineString',
-                  coordinates: [start.node.loc, end.node.loc]
-              }
-          });
-      }
+            bits = h1 << 18 | h2 << 12 | h3 << 6 | h4;
 
-      function pushPassive(start, end, index) {
-          features.passive.push({
-              type: 'Feature',
-              id: way.id + '-' + index,
-              properties: {
-                  target: true,
-                  entity: way,
-                  nodes: [start.node, end.node],
-                  index: index
-              },
-              geometry: {
-                  type: 'LineString',
-                  coordinates: [start.node.loc, end.node.loc]
-              }
-          });
-      }
-  }
+            o1 = bits >> 16 & 0xff;
+            o2 = bits >> 8 & 0xff;
+            o3 = bits & 0xff;
+            ac += 1;
 
-  function svgPoints$$1(projection, context) {
+            if (h3 === 64) {
+              arr[ac] = String.fromCharCode(o1);
+            } else if (h4 === 64) {
+              arr[ac] = String.fromCharCode(o1, o2);
+            } else {
+              arr[ac] = String.fromCharCode(o1, o2, o3);
+            }
+          } while (i < input.length);
 
-      function markerPath(selection, klass) {
-          selection
-              .attr('class', klass)
-              .attr('transform', 'translate(-8, -23)')
-              .attr('d', 'M 17,8 C 17,13 11,21 8.5,23.5 C 6,21 0,13 0,8 C 0,4 4,-0.5 8.5,-0.5 C 13,-0.5 17,4 17,8 z');
-      }
+          dec = arr.join('');
+          dec = (utf8) ? utf8Decode(dec) : dec;
 
-      function sortY(a, b) {
-          return b.loc[1] - a.loc[1];
-      }
+          return dec;
+        };
 
+        // set custom pad string
+        this.setPad = function(str) {
+          pad = str || pad;
+          return this;
+        };
+        // set custom tab string characters
+        this.setTab = function(str) {
+          tab = str || tab;
+          return this;
+        };
+        this.setUTF8 = function(bool) {
+          if (typeof bool === 'boolean') {
+            utf8 = bool;
+          }
+          return this;
+        };
+      },
 
-      // Avoid exit/enter if we're just moving stuff around.
-      // The node will get a new version but we only need to run the update selection.
-      function fastEntityKey(d) {
-          var mode = context.mode();
-          var isMoving = mode && /^(add|draw|drag|move|rotate)/.test(mode.id);
-          return isMoving ? d.id : osmEntity$$1.key(d);
-      }
+      /**
+       * CRC-32 calculation
+       * @member Hashes
+       * @method CRC32
+       * @static
+       * @param {String} str Input String
+       * @return {String}
+       */
+      CRC32: function(str) {
+        var crc = 0,
+          x = 0,
+          y = 0,
+          table, i, iTop;
+        str = utf8Encode(str);
 
+        table = [
+          '00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 ',
+          '79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 ',
+          '84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F ',
+          '63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD ',
+          'A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC ',
+          '51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 ',
+          'B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 ',
+          '06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 ',
+          'E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 ',
+          '12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 ',
+          'D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 ',
+          '33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 ',
+          'CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 ',
+          '9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E ',
+          '7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D ',
+          '806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 ',
+          '60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA ',
+          'AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 ',
+          '5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 ',
+          'B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 ',
+          '05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 ',
+          'F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA ',
+          '11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 ',
+          'D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F ',
+          '30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E ',
+          'C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D'
+        ].join('');
 
-      function drawTargets(selection, graph, entities, filter) {
-          var fillClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
-          var getTransform = svgPointTransform(projection).geojson;
-          var activeID = context.activeID();
-          var data = [];
+        crc = crc ^ (-1);
+        for (i = 0, iTop = str.length; i < iTop; i += 1) {
+          y = (crc ^ str.charCodeAt(i)) & 0xFF;
+          x = '0x' + table.substr(y * 9, 8);
+          crc = (crc >>> 8) ^ x;
+        }
+        // always return a positive number (that's what >>> 0 does)
+        return (crc ^ (-1)) >>> 0;
+      },
+      /**
+       * @member Hashes
+       * @class MD5
+       * @constructor
+       * @param {Object} [config]
+       *
+       * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
+       * Digest Algorithm, as defined in RFC 1321.
+       * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
+       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
+       * See <http://pajhome.org.uk/crypt/md5> for more infHashes.
+       */
+      MD5: function(options) {
+        /**
+         * Private config properties. You may need to tweak these to be compatible with
+         * the server-side, but the defaults work in most cases.
+         * See {@link Hashes.MD5#method-setUpperCase} and {@link Hashes.SHA1#method-setUpperCase}
+         */
+        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false, // hexadecimal output case format. false - lowercase; true - uppercase
+          b64pad = (options && typeof options.pad === 'string') ? options.pad : '=', // base-64 pad character. Defaults to '=' for strict RFC compliance
+          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true; // enable/disable utf8 encoding
 
-          entities.forEach(function(node) {
-              if (activeID === node.id) return;   // draw no target on the activeID
+        // privileged (public) methods
+        this.hex = function(s) {
+          return rstr2hex(rstr(s, utf8), hexcase);
+        };
+        this.b64 = function(s) {
+          return rstr2b64(rstr(s), b64pad);
+        };
+        this.any = function(s, e) {
+          return rstr2any(rstr(s, utf8), e);
+        };
+        this.raw = function(s) {
+          return rstr(s, utf8);
+        };
+        this.hex_hmac = function(k, d) {
+          return rstr2hex(rstr_hmac(k, d), hexcase);
+        };
+        this.b64_hmac = function(k, d) {
+          return rstr2b64(rstr_hmac(k, d), b64pad);
+        };
+        this.any_hmac = function(k, d, e) {
+          return rstr2any(rstr_hmac(k, d), e);
+        };
+        /**
+         * Perform a simple self-test to see if the VM is working
+         * @return {String} Hexadecimal hash sample
+         */
+        this.vm_test = function() {
+          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
+        };
+        /**
+         * Enable/disable uppercase hexadecimal returned string
+         * @param {Boolean}
+         * @return {Object} this
+         */
+        this.setUpperCase = function(a) {
+          if (typeof a === 'boolean') {
+            hexcase = a;
+          }
+          return this;
+        };
+        /**
+         * Defines a base64 pad string
+         * @param {String} Pad
+         * @return {Object} this
+         */
+        this.setPad = function(a) {
+          b64pad = a || b64pad;
+          return this;
+        };
+        /**
+         * Defines a base64 pad string
+         * @param {Boolean}
+         * @return {Object} [this]
+         */
+        this.setUTF8 = function(a) {
+          if (typeof a === 'boolean') {
+            utf8 = a;
+          }
+          return this;
+        };
 
-              data.push({
-                  type: 'Feature',
-                  id: node.id,
-                  properties: {
-                      target: true,
-                      entity: node
-                  },
-                  geometry: node.asGeoJSON()
-              });
-          });
+        // private methods
 
-          var targets = selection.selectAll('.point.target')
-              .filter(function(d) { return filter(d.properties.entity); })
-              .data(data, function key(d) { return d.id; });
+        /**
+         * Calculate the MD5 of a raw string
+         */
 
-          // exit
-          targets.exit()
-              .remove();
+        function rstr(s) {
+          s = (utf8) ? utf8Encode(s) : s;
+          return binl2rstr(binl(rstr2binl(s), s.length * 8));
+        }
 
-          // enter/update
-          targets.enter()
-              .append('rect')
-              .attr('x', -10)
-              .attr('y', -26)
-              .attr('width', 20)
-              .attr('height', 30)
-              .merge(targets)
-              .attr('class', function(d) { return 'node point target ' + fillClass + d.id; })
-              .attr('transform', getTransform);
-      }
+        /**
+         * Calculate the HMAC-MD5, of a key and some data (raw strings)
+         */
 
+        function rstr_hmac(key, data) {
+          var bkey, ipad, opad, hash, i;
 
-      function drawPoints(selection, graph, entities, filter) {
-          var wireframe = context.surface().classed('fill-wireframe');
-          var zoom = geoScaleToZoom(projection.scale());
+          key = (utf8) ? utf8Encode(key) : key;
+          data = (utf8) ? utf8Encode(data) : data;
+          bkey = rstr2binl(key);
+          if (bkey.length > 16) {
+            bkey = binl(bkey, key.length * 8);
+          }
 
-          // points with a direction will render as vertices at higher zooms
-          function renderAsPoint(entity) {
-              return entity.geometry(graph) === 'point' &&
-                  !(zoom >= 18 && entity.directions(graph, projection).length);
+          ipad = Array(16), opad = Array(16);
+          for (i = 0; i < 16; i += 1) {
+            ipad[i] = bkey[i] ^ 0x36363636;
+            opad[i] = bkey[i] ^ 0x5C5C5C5C;
           }
+          hash = binl(ipad.concat(rstr2binl(data)), 512 + data.length * 8);
+          return binl2rstr(binl(opad.concat(hash), 512 + 128));
+        }
 
-          // all points will render as vertices in wireframe mode too
-          var points = wireframe ? [] : entities.filter(renderAsPoint);
+        /**
+         * Calculate the MD5 of an array of little-endian words, and a bit length.
+         */
 
-          points.sort(sortY);
+        function binl(x, len) {
+          var i, olda, oldb, oldc, oldd,
+            a = 1732584193,
+            b = -271733879,
+            c = -1732584194,
+            d = 271733878;
 
+          /* append padding */
+          x[len >> 5] |= 0x80 << ((len) % 32);
+          x[(((len + 64) >>> 9) << 4) + 14] = len;
 
-          var layer = selection.selectAll('.layer-points .layer-points-points');
+          for (i = 0; i < x.length; i += 16) {
+            olda = a;
+            oldb = b;
+            oldc = c;
+            oldd = d;
 
-          var groups = layer.selectAll('g.point')
-              .filter(filter)
-              .data(points, fastEntityKey);
+            a = md5_ff(a, b, c, d, x[i + 0], 7, -680876936);
+            d = md5_ff(d, a, b, c, x[i + 1], 12, -389564586);
+            c = md5_ff(c, d, a, b, x[i + 2], 17, 606105819);
+            b = md5_ff(b, c, d, a, x[i + 3], 22, -1044525330);
+            a = md5_ff(a, b, c, d, x[i + 4], 7, -176418897);
+            d = md5_ff(d, a, b, c, x[i + 5], 12, 1200080426);
+            c = md5_ff(c, d, a, b, x[i + 6], 17, -1473231341);
+            b = md5_ff(b, c, d, a, x[i + 7], 22, -45705983);
+            a = md5_ff(a, b, c, d, x[i + 8], 7, 1770035416);
+            d = md5_ff(d, a, b, c, x[i + 9], 12, -1958414417);
+            c = md5_ff(c, d, a, b, x[i + 10], 17, -42063);
+            b = md5_ff(b, c, d, a, x[i + 11], 22, -1990404162);
+            a = md5_ff(a, b, c, d, x[i + 12], 7, 1804603682);
+            d = md5_ff(d, a, b, c, x[i + 13], 12, -40341101);
+            c = md5_ff(c, d, a, b, x[i + 14], 17, -1502002290);
+            b = md5_ff(b, c, d, a, x[i + 15], 22, 1236535329);
 
-          groups.exit()
-              .remove();
+            a = md5_gg(a, b, c, d, x[i + 1], 5, -165796510);
+            d = md5_gg(d, a, b, c, x[i + 6], 9, -1069501632);
+            c = md5_gg(c, d, a, b, x[i + 11], 14, 643717713);
+            b = md5_gg(b, c, d, a, x[i + 0], 20, -373897302);
+            a = md5_gg(a, b, c, d, x[i + 5], 5, -701558691);
+            d = md5_gg(d, a, b, c, x[i + 10], 9, 38016083);
+            c = md5_gg(c, d, a, b, x[i + 15], 14, -660478335);
+            b = md5_gg(b, c, d, a, x[i + 4], 20, -405537848);
+            a = md5_gg(a, b, c, d, x[i + 9], 5, 568446438);
+            d = md5_gg(d, a, b, c, x[i + 14], 9, -1019803690);
+            c = md5_gg(c, d, a, b, x[i + 3], 14, -187363961);
+            b = md5_gg(b, c, d, a, x[i + 8], 20, 1163531501);
+            a = md5_gg(a, b, c, d, x[i + 13], 5, -1444681467);
+            d = md5_gg(d, a, b, c, x[i + 2], 9, -51403784);
+            c = md5_gg(c, d, a, b, x[i + 7], 14, 1735328473);
+            b = md5_gg(b, c, d, a, x[i + 12], 20, -1926607734);
 
-          var enter = groups.enter()
-              .append('g')
-              .attr('class', function(d) { return 'node point ' + d.id; })
-              .order();
+            a = md5_hh(a, b, c, d, x[i + 5], 4, -378558);
+            d = md5_hh(d, a, b, c, x[i + 8], 11, -2022574463);
+            c = md5_hh(c, d, a, b, x[i + 11], 16, 1839030562);
+            b = md5_hh(b, c, d, a, x[i + 14], 23, -35309556);
+            a = md5_hh(a, b, c, d, x[i + 1], 4, -1530992060);
+            d = md5_hh(d, a, b, c, x[i + 4], 11, 1272893353);
+            c = md5_hh(c, d, a, b, x[i + 7], 16, -155497632);
+            b = md5_hh(b, c, d, a, x[i + 10], 23, -1094730640);
+            a = md5_hh(a, b, c, d, x[i + 13], 4, 681279174);
+            d = md5_hh(d, a, b, c, x[i + 0], 11, -358537222);
+            c = md5_hh(c, d, a, b, x[i + 3], 16, -722521979);
+            b = md5_hh(b, c, d, a, x[i + 6], 23, 76029189);
+            a = md5_hh(a, b, c, d, x[i + 9], 4, -640364487);
+            d = md5_hh(d, a, b, c, x[i + 12], 11, -421815835);
+            c = md5_hh(c, d, a, b, x[i + 15], 16, 530742520);
+            b = md5_hh(b, c, d, a, x[i + 2], 23, -995338651);
 
-          enter
-              .append('path')
-              .call(markerPath, 'shadow');
+            a = md5_ii(a, b, c, d, x[i + 0], 6, -198630844);
+            d = md5_ii(d, a, b, c, x[i + 7], 10, 1126891415);
+            c = md5_ii(c, d, a, b, x[i + 14], 15, -1416354905);
+            b = md5_ii(b, c, d, a, x[i + 5], 21, -57434055);
+            a = md5_ii(a, b, c, d, x[i + 12], 6, 1700485571);
+            d = md5_ii(d, a, b, c, x[i + 3], 10, -1894986606);
+            c = md5_ii(c, d, a, b, x[i + 10], 15, -1051523);
+            b = md5_ii(b, c, d, a, x[i + 1], 21, -2054922799);
+            a = md5_ii(a, b, c, d, x[i + 8], 6, 1873313359);
+            d = md5_ii(d, a, b, c, x[i + 15], 10, -30611744);
+            c = md5_ii(c, d, a, b, x[i + 6], 15, -1560198380);
+            b = md5_ii(b, c, d, a, x[i + 13], 21, 1309151649);
+            a = md5_ii(a, b, c, d, x[i + 4], 6, -145523070);
+            d = md5_ii(d, a, b, c, x[i + 11], 10, -1120210379);
+            c = md5_ii(c, d, a, b, x[i + 2], 15, 718787259);
+            b = md5_ii(b, c, d, a, x[i + 9], 21, -343485551);
 
-          enter
-              .append('ellipse')
-              .attr('cx', 0.5)
-              .attr('cy', 1)
-              .attr('rx', 6.5)
-              .attr('ry', 3)
-              .attr('class', 'stroke');
+            a = safe_add(a, olda);
+            b = safe_add(b, oldb);
+            c = safe_add(c, oldc);
+            d = safe_add(d, oldd);
+          }
+          return Array(a, b, c, d);
+        }
 
-          enter
-              .append('path')
-              .call(markerPath, 'stroke');
+        /**
+         * These functions implement the four basic operations the algorithm uses.
+         */
 
-          enter
-              .append('use')
-              .attr('transform', 'translate(-5, -19)')
-              .attr('class', 'icon')
-              .attr('width', '11px')
-              .attr('height', '11px');
+        function md5_cmn(q, a, b, x, s, t) {
+          return safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b);
+        }
 
-          groups = groups
-              .merge(enter)
-              .attr('transform', svgPointTransform(projection))
-              .call(svgTagClasses());
+        function md5_ff(a, b, c, d, x, s, t) {
+          return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
+        }
 
-          // Selecting the following implicitly
-          // sets the data (point entity) on the element
-          groups.select('.shadow');
-          groups.select('.stroke');
-          groups.select('.icon')
-              .attr('xlink:href', function(entity) {
-                  var preset = context.presets().match(entity, graph);
-                  var picon = preset && preset.icon;
+        function md5_gg(a, b, c, d, x, s, t) {
+          return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
+        }
 
-                  if (!picon)
-                      return '';
-                  else {
-                      var isMaki = /^maki-/.test(picon);
-                      return '#' + picon + (isMaki ? '-11' : '');
-                  }
-              });
+        function md5_hh(a, b, c, d, x, s, t) {
+          return md5_cmn(b ^ c ^ d, a, b, x, s, t);
+        }
 
+        function md5_ii(a, b, c, d, x, s, t) {
+          return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);
+        }
+      },
+      /**
+       * @member Hashes
+       * @class Hashes.SHA1
+       * @param {Object} [config]
+       * @constructor
+       *
+       * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined in FIPS 180-1
+       * Version 2.2 Copyright Paul Johnston 2000 - 2009.
+       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
+       * See http://pajhome.org.uk/crypt/md5 for details.
+       */
+      SHA1: function(options) {
+        /**
+         * Private config properties. You may need to tweak these to be compatible with
+         * the server-side, but the defaults work in most cases.
+         * See {@link Hashes.MD5#method-setUpperCase} and {@link Hashes.SHA1#method-setUpperCase}
+         */
+        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false, // hexadecimal output case format. false - lowercase; true - uppercase
+          b64pad = (options && typeof options.pad === 'string') ? options.pad : '=', // base-64 pad character. Defaults to '=' for strict RFC compliance
+          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true; // enable/disable utf8 encoding
 
-          // touch targets
-          selection.selectAll('.layer-points .layer-points-targets')
-              .call(drawTargets, graph, points, filter);
-      }
+        // public methods
+        this.hex = function(s) {
+          return rstr2hex(rstr(s, utf8), hexcase);
+        };
+        this.b64 = function(s) {
+          return rstr2b64(rstr(s, utf8), b64pad);
+        };
+        this.any = function(s, e) {
+          return rstr2any(rstr(s, utf8), e);
+        };
+        this.raw = function(s) {
+          return rstr(s, utf8);
+        };
+        this.hex_hmac = function(k, d) {
+          return rstr2hex(rstr_hmac(k, d));
+        };
+        this.b64_hmac = function(k, d) {
+          return rstr2b64(rstr_hmac(k, d), b64pad);
+        };
+        this.any_hmac = function(k, d, e) {
+          return rstr2any(rstr_hmac(k, d), e);
+        };
+        /**
+         * Perform a simple self-test to see if the VM is working
+         * @return {String} Hexadecimal hash sample
+         * @public
+         */
+        this.vm_test = function() {
+          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
+        };
+        /**
+         * @description Enable/disable uppercase hexadecimal returned string
+         * @param {boolean}
+         * @return {Object} this
+         * @public
+         */
+        this.setUpperCase = function(a) {
+          if (typeof a === 'boolean') {
+            hexcase = a;
+          }
+          return this;
+        };
+        /**
+         * @description Defines a base64 pad string
+         * @param {string} Pad
+         * @return {Object} this
+         * @public
+         */
+        this.setPad = function(a) {
+          b64pad = a || b64pad;
+          return this;
+        };
+        /**
+         * @description Defines a base64 pad string
+         * @param {boolean}
+         * @return {Object} this
+         * @public
+         */
+        this.setUTF8 = function(a) {
+          if (typeof a === 'boolean') {
+            utf8 = a;
+          }
+          return this;
+        };
 
+        // private methods
 
-      return drawPoints;
-  }
+        /**
+         * Calculate the SHA-512 of a raw string
+         */
 
-  function svgTagClasses() {
-      var primaries = [
-              'building', 'highway', 'railway', 'waterway', 'aeroway',
-              'motorway', 'boundary', 'power', 'amenity', 'natural', 'landuse',
-              'leisure', 'military', 'place', 'man_made'
-          ],
-          statuses = [
-              'proposed', 'construction', 'disused', 'abandoned', 'dismantled',
-              'razed', 'demolished', 'obliterated', 'intermittent'
-          ],
-          secondaries = [
-              'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier',
-              'surface', 'tracktype', 'crossing', 'service', 'sport'
-          ],
-          tagClassRe = /^tag-/,
-          tags = function(entity) { return entity.tags; };
+        function rstr(s) {
+          s = (utf8) ? utf8Encode(s) : s;
+          return binb2rstr(binb(rstr2binb(s), s.length * 8));
+        }
 
+        /**
+         * Calculate the HMAC-SHA1 of a key and some data (raw strings)
+         */
 
-      var tagClasses = function(selection$$1) {
-          selection$$1.each(function tagClassesEach(entity) {
-              var value = this.className,
-                  classes, primary, status;
+        function rstr_hmac(key, data) {
+          var bkey, ipad, opad, i, hash;
+          key = (utf8) ? utf8Encode(key) : key;
+          data = (utf8) ? utf8Encode(data) : data;
+          bkey = rstr2binb(key);
 
-              if (value.baseVal !== undefined) value = value.baseVal;
+          if (bkey.length > 16) {
+            bkey = binb(bkey, key.length * 8);
+          }
+          ipad = Array(16), opad = Array(16);
+          for (i = 0; i < 16; i += 1) {
+            ipad[i] = bkey[i] ^ 0x36363636;
+            opad[i] = bkey[i] ^ 0x5C5C5C5C;
+          }
+          hash = binb(ipad.concat(rstr2binb(data)), 512 + data.length * 8);
+          return binb2rstr(binb(opad.concat(hash), 512 + 160));
+        }
 
-              classes = value.trim().split(/\s+/).filter(function(name) {
-                  return name.length && !tagClassRe.test(name);
-              }).join(' ');
+        /**
+         * Calculate the SHA-1 of an array of big-endian words, and a bit length
+         */
 
-              var t = tags(entity), i, k, v;
+        function binb(x, len) {
+          var i, j, t, olda, oldb, oldc, oldd, olde,
+            w = Array(80),
+            a = 1732584193,
+            b = -271733879,
+            c = -1732584194,
+            d = 271733878,
+            e = -1009589776;
 
-              // pick at most one primary classification tag..
-              for (i = 0; i < primaries.length; i++) {
-                  k = primaries[i];
-                  v = t[k];
-                  if (!v || v === 'no') continue;
+          /* append padding */
+          x[len >> 5] |= 0x80 << (24 - len % 32);
+          x[((len + 64 >> 9) << 4) + 15] = len;
 
-                  primary = k;
-                  if (statuses.indexOf(v) !== -1) {   // e.g. `railway=abandoned`
-                      status = v;
-                      classes += ' tag-' + k;
-                  } else {
-                      classes += ' tag-' + k + ' tag-' + k + '-' + v;
-                  }
+          for (i = 0; i < x.length; i += 16) {
+            olda = a;
+            oldb = b;
+            oldc = c;
+            oldd = d;
+            olde = e;
 
-                  break;
+            for (j = 0; j < 80; j += 1) {
+              if (j < 16) {
+                w[j] = x[i + j];
+              } else {
+                w[j] = bit_rol(w[j - 3] ^ w[j - 8] ^ w[j - 14] ^ w[j - 16], 1);
               }
+              t = safe_add(safe_add(bit_rol(a, 5), sha1_ft(j, b, c, d)),
+                safe_add(safe_add(e, w[j]), sha1_kt(j)));
+              e = d;
+              d = c;
+              c = bit_rol(b, 30);
+              b = a;
+              a = t;
+            }
 
-              // add at most one status tag, only if relates to primary tag..
-              if (!status) {
-                  for (i = 0; i < statuses.length; i++) {
-                      k = statuses[i];
-                      v = t[k];
-                      if (!v || v === 'no') continue;
-
-                      if (v === 'yes') {   // e.g. `railway=rail + abandoned=yes`
-                          status = k;
-                      }
-                      else if (primary && primary === v) {  // e.g. `railway=rail + abandoned=railway`
-                          status = k;
-                      } else if (!primary && primaries.indexOf(v) !== -1) {  // e.g. `abandoned=railway`
-                          status = k;
-                          primary = v;
-                          classes += ' tag-' + v;
-                      }  // else ignore e.g.  `highway=path + abandoned=railway`
-
-                      if (status) break;
-                  }
-              }
+            a = safe_add(a, olda);
+            b = safe_add(b, oldb);
+            c = safe_add(c, oldc);
+            d = safe_add(d, oldd);
+            e = safe_add(e, olde);
+          }
+          return Array(a, b, c, d, e);
+        }
 
-              if (status) {
-                  classes += ' tag-status tag-status-' + status;
-              }
+        /**
+         * Perform the appropriate triplet combination function for the current
+         * iteration
+         */
 
-              // add any secondary (structure) tags
-              for (i = 0; i < secondaries.length; i++) {
-                  k = secondaries[i];
-                  v = t[k];
-                  if (!v || v === 'no') continue;
-                  classes += ' tag-' + k + ' tag-' + k + '-' + v;
-              }
+        function sha1_ft(t, b, c, d) {
+          if (t < 20) {
+            return (b & c) | ((~b) & d);
+          }
+          if (t < 40) {
+            return b ^ c ^ d;
+          }
+          if (t < 60) {
+            return (b & c) | (b & d) | (c & d);
+          }
+          return b ^ c ^ d;
+        }
 
-              // For highways, look for surface tagging..
-              if (primary === 'highway') {
-                  var paved = (t.highway !== 'track');
-                  for (k in t) {
-                      v = t[k];
-                      if (k in osmPavedTags) {
-                          paved = !!osmPavedTags[k][v];
-                          break;
-                      }
-                  }
-                  if (!paved) {
-                      classes += ' tag-unpaved';
-                  }
-              }
+        /**
+         * Determine the appropriate additive constant for the current iteration
+         */
 
-              classes = classes.trim();
+        function sha1_kt(t) {
+          return (t < 20) ? 1518500249 : (t < 40) ? 1859775393 :
+            (t < 60) ? -1894007588 : -899497514;
+        }
+      },
+      /**
+       * @class Hashes.SHA256
+       * @param {config}
+       *
+       * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined in FIPS 180-2
+       * Version 2.2 Copyright Angel Marin, Paul Johnston 2000 - 2009.
+       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
+       * See http://pajhome.org.uk/crypt/md5 for details.
+       * Also http://anmar.eu.org/projects/jssha2/
+       */
+      SHA256: function(options) {
+        /**
+         * Private properties configuration variables. You may need to tweak these to be compatible with
+         * the server-side, but the defaults work in most cases.
+         * @see this.setUpperCase() method
+         * @see this.setPad() method
+         */
+        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false, // hexadecimal output case format. false - lowercase; true - uppercase  */
+          b64pad = (options && typeof options.pad === 'string') ? options.pad : '=',
+          /* base-64 pad character. Default '=' for strict RFC compliance   */
+          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true,
+          /* enable/disable utf8 encoding */
+          sha256_K;
 
-              if (classes !== value) {
-                  select(this).attr('class', classes);
-              }
-          });
-      };
+        /* privileged (public) methods */
+        this.hex = function(s) {
+          return rstr2hex(rstr(s, utf8));
+        };
+        this.b64 = function(s) {
+          return rstr2b64(rstr(s, utf8), b64pad);
+        };
+        this.any = function(s, e) {
+          return rstr2any(rstr(s, utf8), e);
+        };
+        this.raw = function(s) {
+          return rstr(s, utf8);
+        };
+        this.hex_hmac = function(k, d) {
+          return rstr2hex(rstr_hmac(k, d));
+        };
+        this.b64_hmac = function(k, d) {
+          return rstr2b64(rstr_hmac(k, d), b64pad);
+        };
+        this.any_hmac = function(k, d, e) {
+          return rstr2any(rstr_hmac(k, d), e);
+        };
+        /**
+         * Perform a simple self-test to see if the VM is working
+         * @return {String} Hexadecimal hash sample
+         * @public
+         */
+        this.vm_test = function() {
+          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
+        };
+        /**
+         * Enable/disable uppercase hexadecimal returned string
+         * @param {boolean}
+         * @return {Object} this
+         * @public
+         */
+        this.setUpperCase = function(a) {
+          if (typeof a === 'boolean') {
+            hexcase = a;
+          }
+          return this;
+        };
+        /**
+         * @description Defines a base64 pad string
+         * @param {string} Pad
+         * @return {Object} this
+         * @public
+         */
+        this.setPad = function(a) {
+          b64pad = a || b64pad;
+          return this;
+        };
+        /**
+         * Defines a base64 pad string
+         * @param {boolean}
+         * @return {Object} this
+         * @public
+         */
+        this.setUTF8 = function(a) {
+          if (typeof a === 'boolean') {
+            utf8 = a;
+          }
+          return this;
+        };
 
+        // private methods
 
-      tagClasses.tags = function(_) {
-          if (!arguments.length) return tags;
-          tags = _;
-          return tagClasses;
-      };
+        /**
+         * Calculate the SHA-512 of a raw string
+         */
 
-      return tagClasses;
-  }
+        function rstr(s, utf8) {
+          s = (utf8) ? utf8Encode(s) : s;
+          return binb2rstr(binb(rstr2binb(s), s.length * 8));
+        }
 
-  function svgTurns(projection) {
+        /**
+         * Calculate the HMAC-sha256 of a key and some data (raw strings)
+         */
 
-      return function drawTurns(selection, graph, turns) {
+        function rstr_hmac(key, data) {
+          key = (utf8) ? utf8Encode(key) : key;
+          data = (utf8) ? utf8Encode(data) : data;
+          var hash, i = 0,
+            bkey = rstr2binb(key),
+            ipad = Array(16),
+            opad = Array(16);
 
-          function icon(turn) {
-              var u = turn.u ? '-u' : '';
-              if (turn.no) return '#iD-turn-no' + u;
-              if (turn.only) return '#iD-turn-only' + u;
-              return '#iD-turn-yes' + u;
+          if (bkey.length > 16) {
+            bkey = binb(bkey, key.length * 8);
           }
 
-          var layer = selection.selectAll('.data-layer-osm').selectAll('.layer-turns')
-              .data([0]);
-
-          layer = layer.enter()
-              .append('g')
-              .attr('class', 'layer-osm layer-turns')
-              .merge(layer);
+          for (; i < 16; i += 1) {
+            ipad[i] = bkey[i] ^ 0x36363636;
+            opad[i] = bkey[i] ^ 0x5C5C5C5C;
+          }
 
+          hash = binb(ipad.concat(rstr2binb(data)), 512 + data.length * 8);
+          return binb2rstr(binb(opad.concat(hash), 512 + 256));
+        }
 
-          var groups = layer.selectAll('g.turn')
-              .data(turns, function(d) { return d.key; });
+        /*
+         * Main sha256 function, with its support functions
+         */
 
-          groups.exit()
-              .remove();
+        function sha256_S(X, n) {
+          return (X >>> n) | (X << (32 - n));
+        }
 
+        function sha256_R(X, n) {
+          return (X >>> n);
+        }
 
-          var enter = groups.enter()
-              .append('g')
-              .attr('class', function(d) { return 'turn ' + d.key; });
+        function sha256_Ch(x, y, z) {
+          return ((x & y) ^ ((~x) & z));
+        }
 
-          var nEnter = enter
-              .filter(function(d) { return !d.u; });
+        function sha256_Maj(x, y, z) {
+          return ((x & y) ^ (x & z) ^ (y & z));
+        }
 
-          nEnter.append('rect')
-              .attr('transform', 'translate(-22, -12)')
-              .attr('width', '44')
-              .attr('height', '24');
+        function sha256_Sigma0256(x) {
+          return (sha256_S(x, 2) ^ sha256_S(x, 13) ^ sha256_S(x, 22));
+        }
 
-          nEnter.append('use')
-              .attr('transform', 'translate(-22, -12)')
-              .attr('width', '44')
-              .attr('height', '24');
+        function sha256_Sigma1256(x) {
+          return (sha256_S(x, 6) ^ sha256_S(x, 11) ^ sha256_S(x, 25));
+        }
 
+        function sha256_Gamma0256(x) {
+          return (sha256_S(x, 7) ^ sha256_S(x, 18) ^ sha256_R(x, 3));
+        }
 
-          var uEnter = enter
-              .filter(function(d) { return d.u; });
+        function sha256_Gamma1256(x) {
+          return (sha256_S(x, 17) ^ sha256_S(x, 19) ^ sha256_R(x, 10));
+        }
 
-          uEnter.append('circle')
-              .attr('r', '16');
+        sha256_K = [
+          1116352408, 1899447441, -1245643825, -373957723, 961987163, 1508970993, -1841331548, -1424204075, -670586216, 310598401, 607225278, 1426881987,
+          1925078388, -2132889090, -1680079193, -1046744716, -459576895, -272742522,
+          264347078, 604807628, 770255983, 1249150122, 1555081692, 1996064986, -1740746414, -1473132947, -1341970488, -1084653625, -958395405, -710438585,
+          113926993, 338241895, 666307205, 773529912, 1294757372, 1396182291,
+          1695183700, 1986661051, -2117940946, -1838011259, -1564481375, -1474664885, -1035236496, -949202525, -778901479, -694614492, -200395387, 275423344,
+          430227734, 506948616, 659060556, 883997877, 958139571, 1322822218,
+          1537002063, 1747873779, 1955562222, 2024104815, -2067236844, -1933114872, -1866530822, -1538233109, -1090935817, -965641998
+        ];
 
-          uEnter.append('use')
-              .attr('transform', 'translate(-16, -16)')
-              .attr('width', '32')
-              .attr('height', '32');
+        function binb(m, l) {
+          var HASH = [1779033703, -1150833019, 1013904242, -1521486534,
+            1359893119, -1694144372, 528734635, 1541459225
+          ];
+          var W = new Array(64);
+          var a, b, c, d, e, f, g, h;
+          var i, j, T1, T2;
 
+          /* append padding */
+          m[l >> 5] |= 0x80 << (24 - l % 32);
+          m[((l + 64 >> 9) << 4) + 15] = l;
 
-          groups = groups
-              .merge(enter);
+          for (i = 0; i < m.length; i += 16) {
+            a = HASH[0];
+            b = HASH[1];
+            c = HASH[2];
+            d = HASH[3];
+            e = HASH[4];
+            f = HASH[5];
+            g = HASH[6];
+            h = HASH[7];
 
-          groups
-              .attr('opacity', function(d) {
-                  return d.direct === false ? '0.7' : null;
-              })
-              .attr('transform', function(d) {
-                  var pxRadius = 50;
-                  var toWay = graph.entity(d.to.way);
-                  var toPoints = graph.childNodes(toWay)
-                      .map(function (n) { return n.loc; })
-                      .map(projection);
-                  var toLength = geoPathLength(toPoints);
-                  var mid = toLength / 2;    // midpoint of destination way
+            for (j = 0; j < 64; j += 1) {
+              if (j < 16) {
+                W[j] = m[j + i];
+              } else {
+                W[j] = safe_add(safe_add(safe_add(sha256_Gamma1256(W[j - 2]), W[j - 7]),
+                  sha256_Gamma0256(W[j - 15])), W[j - 16]);
+              }
 
-                  var toNode = graph.entity(d.to.node);
-                  var toVertex = graph.entity(d.to.vertex);
-                  var a = geoAngle(toVertex, toNode, projection);
-                  var o = projection(toVertex.loc);
-                  var r = d.u ? 0                  // u-turn: no radius
-                      : !toWay.__via ? pxRadius    // leaf way: put marker at pxRadius
-                      : Math.min(mid, pxRadius);   // via way: prefer pxRadius, fallback to mid for very short ways
+              T1 = safe_add(safe_add(safe_add(safe_add(h, sha256_Sigma1256(e)), sha256_Ch(e, f, g)),
+                sha256_K[j]), W[j]);
+              T2 = safe_add(sha256_Sigma0256(a), sha256_Maj(a, b, c));
+              h = g;
+              g = f;
+              f = e;
+              e = safe_add(d, T1);
+              d = c;
+              c = b;
+              b = a;
+              a = safe_add(T1, T2);
+            }
 
-                  return 'translate(' + (r * Math.cos(a) + o[0]) + ',' + (r * Math.sin(a) + o[1]) + ') ' +
-                      'rotate(' + a * 180 / Math.PI + ')';
-              });
+            HASH[0] = safe_add(a, HASH[0]);
+            HASH[1] = safe_add(b, HASH[1]);
+            HASH[2] = safe_add(c, HASH[2]);
+            HASH[3] = safe_add(d, HASH[3]);
+            HASH[4] = safe_add(e, HASH[4]);
+            HASH[5] = safe_add(f, HASH[5]);
+            HASH[6] = safe_add(g, HASH[6]);
+            HASH[7] = safe_add(h, HASH[7]);
+          }
+          return HASH;
+        }
 
-          groups.select('use')
-              .attr('xlink:href', icon);
+      },
 
-          groups.select('rect');
-          groups.select('circle');
+      /**
+       * @class Hashes.SHA512
+       * @param {config}
+       *
+       * A JavaScript implementation of the Secure Hash Algorithm, SHA-512, as defined in FIPS 180-2
+       * Version 2.2 Copyright Anonymous Contributor, Paul Johnston 2000 - 2009.
+       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
+       * See http://pajhome.org.uk/crypt/md5 for details.
+       */
+      SHA512: function(options) {
+        /**
+         * Private properties configuration variables. You may need to tweak these to be compatible with
+         * the server-side, but the defaults work in most cases.
+         * @see this.setUpperCase() method
+         * @see this.setPad() method
+         */
+        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false,
+          /* hexadecimal output case format. false - lowercase; true - uppercase  */
+          b64pad = (options && typeof options.pad === 'string') ? options.pad : '=',
+          /* base-64 pad character. Default '=' for strict RFC compliance   */
+          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true,
+          /* enable/disable utf8 encoding */
+          sha512_k;
 
+        /* privileged (public) methods */
+        this.hex = function(s) {
+          return rstr2hex(rstr(s));
+        };
+        this.b64 = function(s) {
+          return rstr2b64(rstr(s), b64pad);
+        };
+        this.any = function(s, e) {
+          return rstr2any(rstr(s), e);
+        };
+        this.raw = function(s) {
+          return rstr(s, utf8);
+        };
+        this.hex_hmac = function(k, d) {
+          return rstr2hex(rstr_hmac(k, d));
+        };
+        this.b64_hmac = function(k, d) {
+          return rstr2b64(rstr_hmac(k, d), b64pad);
+        };
+        this.any_hmac = function(k, d, e) {
+          return rstr2any(rstr_hmac(k, d), e);
+        };
+        /**
+         * Perform a simple self-test to see if the VM is working
+         * @return {String} Hexadecimal hash sample
+         * @public
+         */
+        this.vm_test = function() {
+          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
+        };
+        /**
+         * @description Enable/disable uppercase hexadecimal returned string
+         * @param {boolean}
+         * @return {Object} this
+         * @public
+         */
+        this.setUpperCase = function(a) {
+          if (typeof a === 'boolean') {
+            hexcase = a;
+          }
           return this;
-      };
-  }
+        };
+        /**
+         * @description Defines a base64 pad string
+         * @param {string} Pad
+         * @return {Object} this
+         * @public
+         */
+        this.setPad = function(a) {
+          b64pad = a || b64pad;
+          return this;
+        };
+        /**
+         * @description Defines a base64 pad string
+         * @param {boolean}
+         * @return {Object} this
+         * @public
+         */
+        this.setUTF8 = function(a) {
+          if (typeof a === 'boolean') {
+            utf8 = a;
+          }
+          return this;
+        };
 
-  function svgVertices$$1(projection, context) {
-      var radiuses = {
-          //       z16-, z17,   z18+,  w/icon
-          shadow: [6,    7.5,   7.5,   12],
-          stroke: [2.5,  3.5,   3.5,   8],
-          fill:   [1,    1.5,   1.5,   1.5]
-      };
+        /* private methods */
 
-      var _currHoverTarget;
-      var _currPersistent = {};
-      var _currHover = {};
-      var _prevHover = {};
-      var _currSelected = {};
-      var _prevSelected = {};
-      var _radii = {};
+        /**
+         * Calculate the SHA-512 of a raw string
+         */
 
+        function rstr(s) {
+          s = (utf8) ? utf8Encode(s) : s;
+          return binb2rstr(binb(rstr2binb(s), s.length * 8));
+        }
+        /*
+         * Calculate the HMAC-SHA-512 of a key and some data (raw strings)
+         */
 
-      function sortY(a, b) {
-          return b.loc[1] - a.loc[1];
-      }
+        function rstr_hmac(key, data) {
+          key = (utf8) ? utf8Encode(key) : key;
+          data = (utf8) ? utf8Encode(data) : data;
 
-      // Avoid exit/enter if we're just moving stuff around.
-      // The node will get a new version but we only need to run the update selection.
-      function fastEntityKey(d) {
-          var mode = context.mode();
-          var isMoving = mode && /^(add|draw|drag|move|rotate)/.test(mode.id);
-          return isMoving ? d.id : osmEntity$$1.key(d);
-      }
+          var hash, i = 0,
+            bkey = rstr2binb(key),
+            ipad = Array(32),
+            opad = Array(32);
 
+          if (bkey.length > 32) {
+            bkey = binb(bkey, key.length * 8);
+          }
 
-      function draw(selection$$1, graph, vertices, sets, filter) {
-          sets = sets || { selected: {}, important: {}, hovered: {} };
+          for (; i < 32; i += 1) {
+            ipad[i] = bkey[i] ^ 0x36363636;
+            opad[i] = bkey[i] ^ 0x5C5C5C5C;
+          }
 
-          var icons = {};
-          var directions = {};
-          var wireframe = context.surface().classed('fill-wireframe');
-          var zoom = geoScaleToZoom(projection.scale());
-          var z = (zoom < 17 ? 0 : zoom < 18 ? 1 : 2);
+          hash = binb(ipad.concat(rstr2binb(data)), 1024 + data.length * 8);
+          return binb2rstr(binb(opad.concat(hash), 1024 + 512));
+        }
+
+        /**
+         * Calculate the SHA-512 of an array of big-endian dwords, and a bit length
+         */
 
+        function binb(x, len) {
+          var j, i, l,
+            W = new Array(80),
+            hash = new Array(16),
+            //Initial hash values
+            H = [
+              new int64(0x6a09e667, -205731576),
+              new int64(-1150833019, -2067093701),
+              new int64(0x3c6ef372, -23791573),
+              new int64(-1521486534, 0x5f1d36f1),
+              new int64(0x510e527f, -1377402159),
+              new int64(-1694144372, 0x2b3e6c1f),
+              new int64(0x1f83d9ab, -79577749),
+              new int64(0x5be0cd19, 0x137e2179)
+            ],
+            T1 = new int64(0, 0),
+            T2 = new int64(0, 0),
+            a = new int64(0, 0),
+            b = new int64(0, 0),
+            c = new int64(0, 0),
+            d = new int64(0, 0),
+            e = new int64(0, 0),
+            f = new int64(0, 0),
+            g = new int64(0, 0),
+            h = new int64(0, 0),
+            //Temporary variables not specified by the document
+            s0 = new int64(0, 0),
+            s1 = new int64(0, 0),
+            Ch = new int64(0, 0),
+            Maj = new int64(0, 0),
+            r1 = new int64(0, 0),
+            r2 = new int64(0, 0),
+            r3 = new int64(0, 0);
 
-          function getIcon(d) {
-              // always check latest entity, as fastEntityKey avoids enter/exit now
-              var entity = graph.entity(d.id);
-              if (entity.id in icons) return icons[entity.id];
+          if (sha512_k === undefined) {
+            //SHA512 constants
+            sha512_k = [
+              new int64(0x428a2f98, -685199838), new int64(0x71374491, 0x23ef65cd),
+              new int64(-1245643825, -330482897), new int64(-373957723, -2121671748),
+              new int64(0x3956c25b, -213338824), new int64(0x59f111f1, -1241133031),
+              new int64(-1841331548, -1357295717), new int64(-1424204075, -630357736),
+              new int64(-670586216, -1560083902), new int64(0x12835b01, 0x45706fbe),
+              new int64(0x243185be, 0x4ee4b28c), new int64(0x550c7dc3, -704662302),
+              new int64(0x72be5d74, -226784913), new int64(-2132889090, 0x3b1696b1),
+              new int64(-1680079193, 0x25c71235), new int64(-1046744716, -815192428),
+              new int64(-459576895, -1628353838), new int64(-272742522, 0x384f25e3),
+              new int64(0xfc19dc6, -1953704523), new int64(0x240ca1cc, 0x77ac9c65),
+              new int64(0x2de92c6f, 0x592b0275), new int64(0x4a7484aa, 0x6ea6e483),
+              new int64(0x5cb0a9dc, -1119749164), new int64(0x76f988da, -2096016459),
+              new int64(-1740746414, -295247957), new int64(-1473132947, 0x2db43210),
+              new int64(-1341970488, -1728372417), new int64(-1084653625, -1091629340),
+              new int64(-958395405, 0x3da88fc2), new int64(-710438585, -1828018395),
+              new int64(0x6ca6351, -536640913), new int64(0x14292967, 0xa0e6e70),
+              new int64(0x27b70a85, 0x46d22ffc), new int64(0x2e1b2138, 0x5c26c926),
+              new int64(0x4d2c6dfc, 0x5ac42aed), new int64(0x53380d13, -1651133473),
+              new int64(0x650a7354, -1951439906), new int64(0x766a0abb, 0x3c77b2a8),
+              new int64(-2117940946, 0x47edaee6), new int64(-1838011259, 0x1482353b),
+              new int64(-1564481375, 0x4cf10364), new int64(-1474664885, -1136513023),
+              new int64(-1035236496, -789014639), new int64(-949202525, 0x654be30),
+              new int64(-778901479, -688958952), new int64(-694614492, 0x5565a910),
+              new int64(-200395387, 0x5771202a), new int64(0x106aa070, 0x32bbd1b8),
+              new int64(0x19a4c116, -1194143544), new int64(0x1e376c08, 0x5141ab53),
+              new int64(0x2748774c, -544281703), new int64(0x34b0bcb5, -509917016),
+              new int64(0x391c0cb3, -976659869), new int64(0x4ed8aa4a, -482243893),
+              new int64(0x5b9cca4f, 0x7763e373), new int64(0x682e6ff3, -692930397),
+              new int64(0x748f82ee, 0x5defb2fc), new int64(0x78a5636f, 0x43172f60),
+              new int64(-2067236844, -1578062990), new int64(-1933114872, 0x1a6439ec),
+              new int64(-1866530822, 0x23631e28), new int64(-1538233109, -561857047),
+              new int64(-1090935817, -1295615723), new int64(-965641998, -479046869),
+              new int64(-903397682, -366583396), new int64(-779700025, 0x21c0c207),
+              new int64(-354779690, -840897762), new int64(-176337025, -294727304),
+              new int64(0x6f067aa, 0x72176fba), new int64(0xa637dc5, -1563912026),
+              new int64(0x113f9804, -1090974290), new int64(0x1b710b35, 0x131c471b),
+              new int64(0x28db77f5, 0x23047d84), new int64(0x32caab7b, 0x40c72493),
+              new int64(0x3c9ebe0a, 0x15c9bebc), new int64(0x431d67c4, -1676669620),
+              new int64(0x4cc5d4be, -885112138), new int64(0x597f299c, -60457430),
+              new int64(0x5fcb6fab, 0x3ad6faec), new int64(0x6c44198c, 0x4a475817)
+            ];
+          }
 
-              icons[entity.id] =
-                  entity.hasInterestingTags() &&
-                  context.presets().match(entity, graph).icon;
-              return icons[entity.id];
+          for (i = 0; i < 80; i += 1) {
+            W[i] = new int64(0, 0);
           }
 
+          // append padding to the source string. The format is described in the FIPS.
+          x[len >> 5] |= 0x80 << (24 - (len & 0x1f));
+          x[((len + 128 >> 10) << 5) + 31] = len;
+          l = x.length;
+          for (i = 0; i < l; i += 32) { //32 dwords is the block size
+            int64copy(a, H[0]);
+            int64copy(b, H[1]);
+            int64copy(c, H[2]);
+            int64copy(d, H[3]);
+            int64copy(e, H[4]);
+            int64copy(f, H[5]);
+            int64copy(g, H[6]);
+            int64copy(h, H[7]);
 
-          // memoize directions results, return false for empty arrays (for use in filter)
-          function getDirections(entity) {
-              if (entity.id in directions) return directions[entity.id];
+            for (j = 0; j < 16; j += 1) {
+              W[j].h = x[i + 2 * j];
+              W[j].l = x[i + 2 * j + 1];
+            }
 
-              var angles = entity.directions(graph, projection);
-              directions[entity.id] = angles.length ? angles : false;
-              return angles;
-          }
+            for (j = 16; j < 80; j += 1) {
+              //sigma1
+              int64rrot(r1, W[j - 2], 19);
+              int64revrrot(r2, W[j - 2], 29);
+              int64shr(r3, W[j - 2], 6);
+              s1.l = r1.l ^ r2.l ^ r3.l;
+              s1.h = r1.h ^ r2.h ^ r3.h;
+              //sigma0
+              int64rrot(r1, W[j - 15], 1);
+              int64rrot(r2, W[j - 15], 8);
+              int64shr(r3, W[j - 15], 7);
+              s0.l = r1.l ^ r2.l ^ r3.l;
+              s0.h = r1.h ^ r2.h ^ r3.h;
 
+              int64add4(W[j], s1, W[j - 7], s0, W[j - 16]);
+            }
 
-          function updateAttributes(selection$$1) {
-              ['shadow', 'stroke', 'fill'].forEach(function(klass) {
-                  var rads = radiuses[klass];
-                  selection$$1.selectAll('.' + klass)
-                      .each(function(entity) {
-                          var i = z && getIcon(entity);
-                          var r = rads[i ? 3 : z];
+            for (j = 0; j < 80; j += 1) {
+              //Ch
+              Ch.l = (e.l & f.l) ^ (~e.l & g.l);
+              Ch.h = (e.h & f.h) ^ (~e.h & g.h);
 
-                          // slightly increase the size of unconnected endpoints #3775
-                          if (entity.isEndpoint(graph) && !entity.isConnected(graph)) {
-                              r += 1.5;
-                          }
+              //Sigma1
+              int64rrot(r1, e, 14);
+              int64rrot(r2, e, 18);
+              int64revrrot(r3, e, 9);
+              s1.l = r1.l ^ r2.l ^ r3.l;
+              s1.h = r1.h ^ r2.h ^ r3.h;
 
-                          if (klass === 'shadow') {   // remember this value, so we don't need to
-                              _radii[entity.id] = r;  // recompute it when we draw the touch targets
-                          }
+              //Sigma0
+              int64rrot(r1, a, 28);
+              int64revrrot(r2, a, 2);
+              int64revrrot(r3, a, 7);
+              s0.l = r1.l ^ r2.l ^ r3.l;
+              s0.h = r1.h ^ r2.h ^ r3.h;
 
-                          select(this)
-                              .attr('r', r)
-                              .attr('visibility', (i && klass === 'fill') ? 'hidden' : null);
-                      });
-              });
-          }
+              //Maj
+              Maj.l = (a.l & b.l) ^ (a.l & c.l) ^ (b.l & c.l);
+              Maj.h = (a.h & b.h) ^ (a.h & c.h) ^ (b.h & c.h);
 
-          vertices.sort(sortY);
+              int64add5(T1, h, s1, Ch, sha512_k[j], W[j]);
+              int64add(T2, s0, Maj);
 
-          var groups = selection$$1.selectAll('g.vertex')
-              .filter(filter)
-              .data(vertices, fastEntityKey);
+              int64copy(h, g);
+              int64copy(g, f);
+              int64copy(f, e);
+              int64add(e, d, T1);
+              int64copy(d, c);
+              int64copy(c, b);
+              int64copy(b, a);
+              int64add(a, T1, T2);
+            }
+            int64add(H[0], H[0], a);
+            int64add(H[1], H[1], b);
+            int64add(H[2], H[2], c);
+            int64add(H[3], H[3], d);
+            int64add(H[4], H[4], e);
+            int64add(H[5], H[5], f);
+            int64add(H[6], H[6], g);
+            int64add(H[7], H[7], h);
+          }
 
-          // exit
-          groups.exit()
-              .remove();
+          //represent the hash as an array of 32-bit dwords
+          for (i = 0; i < 8; i += 1) {
+            hash[2 * i] = H[i].h;
+            hash[2 * i + 1] = H[i].l;
+          }
+          return hash;
+        }
 
-          // enter
-          var enter = groups.enter()
-              .append('g')
-              .attr('class', function(d) { return 'node vertex ' + d.id; })
-              .order();
+        //A constructor for 64-bit numbers
 
-          enter
-              .append('circle')
-              .attr('class', 'shadow');
+        function int64(h, l) {
+          this.h = h;
+          this.l = l;
+          //this.toString = int64toString;
+        }
 
-          enter
-              .append('circle')
-              .attr('class', 'stroke');
+        //Copies src into dst, assuming both are 64-bit numbers
 
-          // Vertices with tags get a fill.
-          enter.filter(function(d) { return d.hasInterestingTags(); })
-              .append('circle')
-              .attr('class', 'fill');
+        function int64copy(dst, src) {
+          dst.h = src.h;
+          dst.l = src.l;
+        }
 
-          // update
-          groups = groups
-              .merge(enter)
-              .attr('transform', svgPointTransform(projection))
-              .classed('sibling', function(d) { return d.id in sets.selected; })
-              .classed('shared', function(d) { return graph.isShared(d); })
-              .classed('endpoint', function(d) { return d.isEndpoint(graph); })
-              .call(updateAttributes);
+        //Right-rotates a 64-bit number by shift
+        //Won't handle cases of shift>=32
+        //The function revrrot() is for that
 
+        function int64rrot(dst, x, shift) {
+          dst.l = (x.l >>> shift) | (x.h << (32 - shift));
+          dst.h = (x.h >>> shift) | (x.l << (32 - shift));
+        }
 
-          // Vertices with icons get a `use`.
-          var iconUse = groups
-              .selectAll('.icon')
-              .data(function data(d) { return zoom >= 17 && getIcon(d) ? [d] : []; }, fastEntityKey);
+        //Reverses the dwords of the source and then rotates right by shift.
+        //This is equivalent to rotation by 32+shift
 
-          // exit
-          iconUse.exit()
-              .remove();
+        function int64revrrot(dst, x, shift) {
+          dst.l = (x.h >>> shift) | (x.l << (32 - shift));
+          dst.h = (x.l >>> shift) | (x.h << (32 - shift));
+        }
 
-          // enter
-          iconUse.enter()
-              .append('use')
-              .attr('class', 'icon')
-              .attr('width', '11px')
-              .attr('height', '11px')
-              .attr('transform', 'translate(-5.5, -5.5)')
-              .attr('xlink:href', function(d) {
-                  var picon = getIcon(d);
-                  var isMaki = /^maki-/.test(picon);
-                  return '#' + picon + (isMaki ? '-11' : '');
-              });
+        //Bitwise-shifts right a 64-bit number by shift
+        //Won't handle shift>=32, but it's never needed in SHA512
 
+        function int64shr(dst, x, shift) {
+          dst.l = (x.l >>> shift) | (x.h << (32 - shift));
+          dst.h = (x.h >>> shift);
+        }
 
-          // Vertices with directions get viewfields
-          var dgroups = groups
-              .selectAll('.viewfieldgroup')
-              .data(function data(d) { return zoom >= 18 && getDirections(d) ? [d] : []; }, fastEntityKey);
+        //Adds two 64-bit numbers
+        //Like the original implementation, does not rely on 32-bit operations
 
-          // exit
-          dgroups.exit()
-              .remove();
+        function int64add(dst, x, y) {
+          var w0 = (x.l & 0xffff) + (y.l & 0xffff);
+          var w1 = (x.l >>> 16) + (y.l >>> 16) + (w0 >>> 16);
+          var w2 = (x.h & 0xffff) + (y.h & 0xffff) + (w1 >>> 16);
+          var w3 = (x.h >>> 16) + (y.h >>> 16) + (w2 >>> 16);
+          dst.l = (w0 & 0xffff) | (w1 << 16);
+          dst.h = (w2 & 0xffff) | (w3 << 16);
+        }
 
-          // enter/update
-          dgroups = dgroups.enter()
-              .insert('g', '.shadow')
-              .attr('class', 'viewfieldgroup')
-              .merge(dgroups);
+        //Same, except with 4 addends. Works faster than adding them one by one.
 
-          var viewfields = dgroups.selectAll('.viewfield')
-              .data(getDirections, function key(d) { return osmEntity$$1.key(d); });
+        function int64add4(dst, a, b, c, d) {
+          var w0 = (a.l & 0xffff) + (b.l & 0xffff) + (c.l & 0xffff) + (d.l & 0xffff);
+          var w1 = (a.l >>> 16) + (b.l >>> 16) + (c.l >>> 16) + (d.l >>> 16) + (w0 >>> 16);
+          var w2 = (a.h & 0xffff) + (b.h & 0xffff) + (c.h & 0xffff) + (d.h & 0xffff) + (w1 >>> 16);
+          var w3 = (a.h >>> 16) + (b.h >>> 16) + (c.h >>> 16) + (d.h >>> 16) + (w2 >>> 16);
+          dst.l = (w0 & 0xffff) | (w1 << 16);
+          dst.h = (w2 & 0xffff) | (w3 << 16);
+        }
 
-          // exit
-          viewfields.exit()
-              .remove();
+        //Same, except with 5 addends
 
-          // enter/update
-          viewfields.enter()
-              .append('path')
-              .attr('class', 'viewfield')
-              .attr('d', 'M0,0H0')
-              .merge(viewfields)
-              .attr('marker-start', 'url(#viewfield-marker' + (wireframe ? '-wireframe' : '') + ')')
-              .attr('transform', function(d) { return 'rotate(' + d + ')'; });
-      }
+        function int64add5(dst, a, b, c, d, e) {
+          var w0 = (a.l & 0xffff) + (b.l & 0xffff) + (c.l & 0xffff) + (d.l & 0xffff) + (e.l & 0xffff),
+            w1 = (a.l >>> 16) + (b.l >>> 16) + (c.l >>> 16) + (d.l >>> 16) + (e.l >>> 16) + (w0 >>> 16),
+            w2 = (a.h & 0xffff) + (b.h & 0xffff) + (c.h & 0xffff) + (d.h & 0xffff) + (e.h & 0xffff) + (w1 >>> 16),
+            w3 = (a.h >>> 16) + (b.h >>> 16) + (c.h >>> 16) + (d.h >>> 16) + (e.h >>> 16) + (w2 >>> 16);
+          dst.l = (w0 & 0xffff) | (w1 << 16);
+          dst.h = (w2 & 0xffff) | (w3 << 16);
+        }
+      },
+      /**
+       * @class Hashes.RMD160
+       * @constructor
+       * @param {Object} [config]
+       *
+       * A JavaScript implementation of the RIPEMD-160 Algorithm
+       * Version 2.2 Copyright Jeremy Lin, Paul Johnston 2000 - 2009.
+       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
+       * See http://pajhome.org.uk/crypt/md5 for details.
+       * Also http://www.ocf.berkeley.edu/~jjlin/jsotp/
+       */
+      RMD160: function(options) {
+        /**
+         * Private properties configuration variables. You may need to tweak these to be compatible with
+         * the server-side, but the defaults work in most cases.
+         * @see this.setUpperCase() method
+         * @see this.setPad() method
+         */
+        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false,
+          /* hexadecimal output case format. false - lowercase; true - uppercase  */
+          b64pad = (options && typeof options.pad === 'string') ? options.pa : '=',
+          /* base-64 pad character. Default '=' for strict RFC compliance   */
+          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true,
+          /* enable/disable utf8 encoding */
+          rmd160_r1 = [
+            0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
+            7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,
+            3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,
+            1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,
+            4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13
+          ],
+          rmd160_r2 = [
+            5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,
+            6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,
+            15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,
+            8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,
+            12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11
+          ],
+          rmd160_s1 = [
+            11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,
+            7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,
+            11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,
+            11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,
+            9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6
+          ],
+          rmd160_s2 = [
+            8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,
+            9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,
+            9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,
+            15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,
+            8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11
+          ];
 
+        /* privileged (public) methods */
+        this.hex = function(s) {
+          return rstr2hex(rstr(s, utf8));
+        };
+        this.b64 = function(s) {
+          return rstr2b64(rstr(s, utf8), b64pad);
+        };
+        this.any = function(s, e) {
+          return rstr2any(rstr(s, utf8), e);
+        };
+        this.raw = function(s) {
+          return rstr(s, utf8);
+        };
+        this.hex_hmac = function(k, d) {
+          return rstr2hex(rstr_hmac(k, d));
+        };
+        this.b64_hmac = function(k, d) {
+          return rstr2b64(rstr_hmac(k, d), b64pad);
+        };
+        this.any_hmac = function(k, d, e) {
+          return rstr2any(rstr_hmac(k, d), e);
+        };
+        /**
+         * Perform a simple self-test to see if the VM is working
+         * @return {String} Hexadecimal hash sample
+         * @public
+         */
+        this.vm_test = function() {
+          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
+        };
+        /**
+         * @description Enable/disable uppercase hexadecimal returned string
+         * @param {boolean}
+         * @return {Object} this
+         * @public
+         */
+        this.setUpperCase = function(a) {
+          if (typeof a === 'boolean') {
+            hexcase = a;
+          }
+          return this;
+        };
+        /**
+         * @description Defines a base64 pad string
+         * @param {string} Pad
+         * @return {Object} this
+         * @public
+         */
+        this.setPad = function(a) {
+          if (typeof a !== 'undefined') {
+            b64pad = a;
+          }
+          return this;
+        };
+        /**
+         * @description Defines a base64 pad string
+         * @param {boolean}
+         * @return {Object} this
+         * @public
+         */
+        this.setUTF8 = function(a) {
+          if (typeof a === 'boolean') {
+            utf8 = a;
+          }
+          return this;
+        };
 
-      function drawTargets(selection$$1, graph, entities, filter) {
-          var targetClass = context.getDebug('target') ? 'pink ' : 'nocolor ';
-          var nopeClass = context.getDebug('target') ? 'red ' : 'nocolor ';
-          var getTransform = svgPointTransform(projection).geojson;
-          var activeID = context.activeID();
-          var data = { targets: [], nopes: [] };
+        /* private methods */
 
-          entities.forEach(function(node) {
-              if (activeID === node.id) return;   // draw no target on the activeID
+        /**
+         * Calculate the rmd160 of a raw string
+         */
 
-              var vertexType = svgPassiveVertex(node, graph, activeID);
-              if (vertexType !== 0) {     // passive or adjacent - allow to connect
-                  data.targets.push({
-                      type: 'Feature',
-                      id: node.id,
-                      properties: {
-                          target: true,
-                          entity: node
-                      },
-                      geometry: node.asGeoJSON()
-                  });
-              } else {
-                  data.nopes.push({
-                      type: 'Feature',
-                      id: node.id + '-nope',
-                      properties: {
-                          nope: true,
-                          target: true,
-                          entity: node
-                      },
-                      geometry: node.asGeoJSON()
-                  });
-              }
-          });
+        function rstr(s) {
+          s = (utf8) ? utf8Encode(s) : s;
+          return binl2rstr(binl(rstr2binl(s), s.length * 8));
+        }
 
+        /**
+         * Calculate the HMAC-rmd160 of a key and some data (raw strings)
+         */
 
-          // Targets allow hover and vertex snapping
-          var targets = selection$$1.selectAll('.vertex.target-allowed')
-              .filter(function(d) { return filter(d.properties.entity); })
-              .data(data.targets, function key(d) { return d.id; });
+        function rstr_hmac(key, data) {
+          key = (utf8) ? utf8Encode(key) : key;
+          data = (utf8) ? utf8Encode(data) : data;
+          var i, hash,
+            bkey = rstr2binl(key),
+            ipad = Array(16),
+            opad = Array(16);
 
-          // exit
-          targets.exit()
-              .remove();
+          if (bkey.length > 16) {
+            bkey = binl(bkey, key.length * 8);
+          }
 
-          // enter/update
-          targets.enter()
-              .append('circle')
-              .attr('r', function(d) { return (_radii[d.id] || radiuses.shadow[3]); })
-              .merge(targets)
-              .attr('class', function(d) { return 'node vertex target target-allowed ' + targetClass + d.id; })
-              .attr('transform', getTransform);
+          for (i = 0; i < 16; i += 1) {
+            ipad[i] = bkey[i] ^ 0x36363636;
+            opad[i] = bkey[i] ^ 0x5C5C5C5C;
+          }
+          hash = binl(ipad.concat(rstr2binl(data)), 512 + data.length * 8);
+          return binl2rstr(binl(opad.concat(hash), 512 + 160));
+        }
 
+        /**
+         * Convert an array of little-endian words to a string
+         */
 
-          // NOPE
-          var nopes = selection$$1.selectAll('.vertex.target-nope')
-              .filter(function(d) { return filter(d.properties.entity); })
-              .data(data.nopes, function key(d) { return d.id; });
+        function binl2rstr(input) {
+          var i, output = '',
+            l = input.length * 32;
+          for (i = 0; i < l; i += 8) {
+            output += String.fromCharCode((input[i >> 5] >>> (i % 32)) & 0xFF);
+          }
+          return output;
+        }
 
-          // exit
-          nopes.exit()
-              .remove();
+        /**
+         * Calculate the RIPE-MD160 of an array of little-endian words, and a bit length.
+         */
 
-          // enter/update
-          nopes.enter()
-              .append('circle')
-              .attr('r', function(d) { return (_radii[d.properties.entity.id] || radiuses.shadow[3]); })
-              .merge(nopes)
-              .attr('class', function(d) { return 'node vertex target target-nope ' + nopeClass + d.id; })
-              .attr('transform', getTransform);
-      }
+        function binl(x, len) {
+          var T, j, i, l,
+            h0 = 0x67452301,
+            h1 = 0xefcdab89,
+            h2 = 0x98badcfe,
+            h3 = 0x10325476,
+            h4 = 0xc3d2e1f0,
+            A1, B1, C1, D1, E1,
+            A2, B2, C2, D2, E2;
 
+          /* append padding */
+          x[len >> 5] |= 0x80 << (len % 32);
+          x[(((len + 64) >>> 9) << 4) + 14] = len;
+          l = x.length;
 
-      // Points can also render as vertices:
-      // 1. in wireframe mode or
-      // 2. at higher zooms if they have a direction
-      function renderAsVertex(entity, graph, wireframe, zoom) {
-          var geometry = entity.geometry(graph);
-          return geometry === 'vertex' || (geometry === 'point' && (
-              wireframe || (zoom >= 18 && entity.directions(graph, projection).length)
-          ));
-      }
+          for (i = 0; i < l; i += 16) {
+            A1 = A2 = h0;
+            B1 = B2 = h1;
+            C1 = C2 = h2;
+            D1 = D2 = h3;
+            E1 = E2 = h4;
+            for (j = 0; j <= 79; j += 1) {
+              T = safe_add(A1, rmd160_f(j, B1, C1, D1));
+              T = safe_add(T, x[i + rmd160_r1[j]]);
+              T = safe_add(T, rmd160_K1(j));
+              T = safe_add(bit_rol(T, rmd160_s1[j]), E1);
+              A1 = E1;
+              E1 = D1;
+              D1 = bit_rol(C1, 10);
+              C1 = B1;
+              B1 = T;
+              T = safe_add(A2, rmd160_f(79 - j, B2, C2, D2));
+              T = safe_add(T, x[i + rmd160_r2[j]]);
+              T = safe_add(T, rmd160_K2(j));
+              T = safe_add(bit_rol(T, rmd160_s2[j]), E2);
+              A2 = E2;
+              E2 = D2;
+              D2 = bit_rol(C2, 10);
+              C2 = B2;
+              B2 = T;
+            }
 
+            T = safe_add(h1, safe_add(C1, D2));
+            h1 = safe_add(h2, safe_add(D1, E2));
+            h2 = safe_add(h3, safe_add(E1, A2));
+            h3 = safe_add(h4, safe_add(A1, B2));
+            h4 = safe_add(h0, safe_add(B1, C2));
+            h0 = T;
+          }
+          return [h0, h1, h2, h3, h4];
+        }
 
-      function getSiblingAndChildVertices(ids, graph, wireframe, zoom) {
-          var results = {};
+        // specific algorithm methods
 
-          function addChildVertices(entity) {
-              var geometry = entity.geometry(graph);
-              if (!context.features().isHiddenFeature(entity, graph, geometry)) {
-                  var i;
-                  if (entity.type === 'way') {
-                      for (i = 0; i < entity.nodes.length; i++) {
-                          var child = graph.hasEntity(entity.nodes[i]);
-                          if (child) {
-                              addChildVertices(child);
-                          }
-                      }
-                  } else if (entity.type === 'relation') {
-                      for (i = 0; i < entity.members.length; i++) {
-                          var member = graph.hasEntity(entity.members[i].id);
-                          if (member) {
-                              addChildVertices(member);
-                          }
-                      }
-                  } else if (renderAsVertex(entity, graph, wireframe, zoom)) {
-                      results[entity.id] = entity;
-                  }
-              }
-          }
+        function rmd160_f(j, x, y, z) {
+          return (0 <= j && j <= 15) ? (x ^ y ^ z) :
+            (16 <= j && j <= 31) ? (x & y) | (~x & z) :
+            (32 <= j && j <= 47) ? (x | ~y) ^ z :
+            (48 <= j && j <= 63) ? (x & z) | (y & ~z) :
+            (64 <= j && j <= 79) ? x ^ (y | ~z) :
+            'rmd160_f: j out of range';
+        }
 
-          ids.forEach(function(id) {
-              var entity = graph.hasEntity(id);
-              if (!entity) return;
+        function rmd160_K1(j) {
+          return (0 <= j && j <= 15) ? 0x00000000 :
+            (16 <= j && j <= 31) ? 0x5a827999 :
+            (32 <= j && j <= 47) ? 0x6ed9eba1 :
+            (48 <= j && j <= 63) ? 0x8f1bbcdc :
+            (64 <= j && j <= 79) ? 0xa953fd4e :
+            'rmd160_K1: j out of range';
+        }
 
-              if (entity.type === 'node') {
-                  if (renderAsVertex(entity, graph, wireframe, zoom)) {
-                      results[entity.id] = entity;
-                      graph.parentWays(entity).forEach(function(entity) {
-                          addChildVertices(entity);
-                      });
-                  }
-              } else {  // way, relation
-                  addChildVertices(entity);
-              }
-          });
+        function rmd160_K2(j) {
+          return (0 <= j && j <= 15) ? 0x50a28be6 :
+            (16 <= j && j <= 31) ? 0x5c4dd124 :
+            (32 <= j && j <= 47) ? 0x6d703ef3 :
+            (48 <= j && j <= 63) ? 0x7a6d76e9 :
+            (64 <= j && j <= 79) ? 0x00000000 :
+            'rmd160_K2: j out of range';
+        }
+      }
+    };
 
-          return results;
+    // exposes Hashes
+    (function(window, undefined) {
+      var freeExports = false;
+      {
+        freeExports = exports;
+        if (exports && typeof commonjsGlobal === 'object' && commonjsGlobal && commonjsGlobal === commonjsGlobal.global) {
+          window = commonjsGlobal;
+        }
       }
 
+      if (typeof undefined === 'function' && typeof undefined.amd === 'object' && undefined.amd) {
+        // define as an anonymous module, so, through path mapping, it can be aliased
+        undefined(function() {
+          return Hashes;
+        });
+      } else if (freeExports) {
+        // in Node.js or RingoJS v0.8.0+
+        if (module && module.exports === freeExports) {
+          module.exports = Hashes;
+        }
+        // in Narwhal or RingoJS v0.7.0-
+        else {
+          freeExports.Hashes = Hashes;
+        }
+      } else {
+        // in a browser or Rhino
+        window.Hashes = Hashes;
+      }
+    }(this));
+  }()); // IIFE
+  });
 
-      function drawVertices(selection$$1, graph, entities, filter, extent, fullRedraw) {
-          var wireframe = context.surface().classed('fill-wireframe');
-          var zoom = geoScaleToZoom(projection.scale());
-          var mode = context.mode();
-          var isMoving = mode && /^(add|draw|drag|move|rotate)/.test(mode.id);
+  var hashes$1 = /*#__PURE__*/Object.freeze({
+    default: hashes,
+    __moduleExports: hashes
+  });
 
-          if (fullRedraw) {
-              _currPersistent = {};
-              _radii = {};
-          }
+  var immutable = extend$2;
 
-          // Collect important vertices from the `entities` list..
-          // (during a paritial redraw, it will not contain everything)
-          for (var i = 0; i < entities.length; i++) {
-              var entity = entities[i];
-              var geometry = entity.geometry(graph);
-              var keep = false;
+  var hasOwnProperty$g = Object.prototype.hasOwnProperty;
 
-              // a point that looks like a vertex..
-              if ((geometry === 'point') && renderAsVertex(entity, graph, wireframe, zoom)) {
-                  _currPersistent[entity.id] = entity;
-                  keep = true;
+  function extend$2() {
+      var target = {};
 
-              // a vertex of some importance..
-              } else if (geometry === 'vertex' &&
-                  (entity.hasInterestingTags() || entity.isEndpoint(graph) || entity.isConnected(graph))) {
-                  _currPersistent[entity.id] = entity;
-                  keep = true;
-              }
+      for (var i = 0; i < arguments.length; i++) {
+          var source = arguments[i];
 
-              // whatever this is, it's not a persistent vertex..
-              if (!keep && !fullRedraw) {
-                  delete _currPersistent[entity.id];
+          for (var key in source) {
+              if (hasOwnProperty$g.call(source, key)) {
+                  target[key] = source[key];
               }
           }
+      }
 
-          // 3 sets of vertices to consider:
-          var sets = {
-              persistent: _currPersistent,  // persistent = important vertices (render always)
-              selected: _currSelected,      // selected + siblings of selected (render always)
-              hovered: _currHover           // hovered + siblings of hovered (render only in draw modes)
-          };
-
-          var all = assign({}, (isMoving ? _currHover : {}), _currSelected, _currPersistent);
+      return target
+  }
 
-          // Draw the vertices..
-          // The filter function controls the scope of what objects d3 will touch (exit/enter/update)
-          // Adjust the filter function to expand the scope beyond whatever entities were passed in.
-          var filterRendered = function(d) {
-              return d.id in _currPersistent || d.id in _currSelected || d.id in _currHover || filter(d);
-          };
-          selection$$1.selectAll('.layer-points .layer-points-vertices')
-              .call(draw, graph, currentVisible(all), sets, filterRendered);
+  var immutable$1 = /*#__PURE__*/Object.freeze({
+    default: immutable,
+    __moduleExports: immutable
+  });
 
-          // Draw touch targets..
-          // When drawing, render all targets (not just those affected by a partial redraw)
-          var filterTouch = function(d) {
-              return isMoving ? true : filterRendered(d);
-          };
-          selection$$1.selectAll('.layer-points .layer-points-targets')
-              .call(drawTargets, graph, currentVisible(all), filterTouch);
+  var hashes$2 = ( hashes$1 && hashes ) || hashes$1;
 
+  var xtend = ( immutable$1 && immutable ) || immutable$1;
 
-          function currentVisible(which) {
-              return Object.keys(which)
-                  .map(graph.hasEntity, graph)     // the current version of this entity
-                  .filter(function (entity) { return entity && entity.intersects(extent, graph); });
-          }
-      }
+  var sha1 = new hashes$2.SHA1();
 
+  var ohauth = {};
 
-      // partial redraw - only update the selected items..
-      drawVertices.drawSelected = function(selection$$1, graph, extent) {
-          var wireframe = context.surface().classed('fill-wireframe');
-          var zoom = geoScaleToZoom(projection.scale());
+  ohauth.qsString = function(obj) {
+      return Object.keys(obj).sort().map(function(key) {
+          return ohauth.percentEncode(key) + '=' +
+              ohauth.percentEncode(obj[key]);
+      }).join('&');
+  };
 
-          _prevSelected = _currSelected || {};
-          _currSelected = getSiblingAndChildVertices(context.selectedIDs(), graph, wireframe, zoom);
+  ohauth.stringQs = function(str) {
+      return str.split('&').filter(function (pair) {
+          return pair !== '';
+      }).reduce(function(obj, pair){
+          var parts = pair.split('=');
+          obj[decodeURIComponent(parts[0])] = (null === parts[1]) ?
+              '' : decodeURIComponent(parts[1]);
+          return obj;
+      }, {});
+  };
 
-          // note that drawVertices will add `_currSelected` automatically if needed..
-          var filter = function(d) { return d.id in _prevSelected; };
-          drawVertices(selection$$1, graph, values$1(_prevSelected), filter, extent, false);
+  ohauth.rawxhr = function(method, url, data, headers, callback) {
+      var xhr = new XMLHttpRequest(),
+          twoHundred = /^20\d$/;
+      xhr.onreadystatechange = function() {
+          if (4 === xhr.readyState && 0 !== xhr.status) {
+              if (twoHundred.test(xhr.status)) callback(null, xhr);
+              else return callback(xhr, null);
+          }
       };
+      xhr.onerror = function(e) { return callback(e, null); };
+      xhr.open(method, url, true);
+      for (var h in headers) xhr.setRequestHeader(h, headers[h]);
+      xhr.send(data);
+      return xhr;
+  };
 
+  ohauth.xhr = function(method, url, auth, data, options, callback) {
+      var headers = (options && options.header) || {
+          'Content-Type': 'application/x-www-form-urlencoded'
+      };
+      headers.Authorization = 'OAuth ' + ohauth.authHeader(auth);
+      return ohauth.rawxhr(method, url, data, headers, callback);
+  };
 
-      // partial redraw - only update the hovered items..
-      drawVertices.drawHover = function(selection$$1, graph, target, extent) {
-          if (target === _currHoverTarget) return;  // continue only if something changed
+  ohauth.nonce = function() {
+      for (var o = ''; o.length < 6;) {
+          o += '0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz'[Math.floor(Math.random() * 61)];
+      }
+      return o;
+  };
 
-          var wireframe = context.surface().classed('fill-wireframe');
-          var zoom = geoScaleToZoom(projection.scale());
+  ohauth.authHeader = function(obj) {
+      return Object.keys(obj).sort().map(function(key) {
+          return encodeURIComponent(key) + '="' + encodeURIComponent(obj[key]) + '"';
+      }).join(', ');
+  };
 
-          _prevHover = _currHover || {};
-          _currHoverTarget = target;
-          var entity = target && target.properties && target.properties.entity;
+  ohauth.timestamp = function() { return ~~((+new Date()) / 1000); };
 
-          if (entity) {
-              _currHover = getSiblingAndChildVertices([entity.id], graph, wireframe, zoom);
-          } else {
-              _currHover = {};
-          }
+  ohauth.percentEncode = function(s) {
+      return encodeURIComponent(s)
+          .replace(/\!/g, '%21').replace(/\'/g, '%27')
+          .replace(/\*/g, '%2A').replace(/\(/g, '%28').replace(/\)/g, '%29');
+  };
 
-          // note that drawVertices will add `_currHover` automatically if needed..
-          var filter = function(d) { return d.id in _prevHover; };
-          drawVertices(selection$$1, graph, values$1(_prevHover), filter, extent, false);
-      };
+  ohauth.baseString = function(method, url, params) {
+      if (params.oauth_signature) delete params.oauth_signature;
+      return [
+          method,
+          ohauth.percentEncode(url),
+          ohauth.percentEncode(ohauth.qsString(params))].join('&');
+  };
 
-      return drawVertices;
-  }
+  ohauth.signature = function(oauth_secret, token_secret, baseString) {
+      return sha1.b64_hmac(
+          ohauth.percentEncode(oauth_secret) + '&' +
+          ohauth.percentEncode(token_secret),
+          baseString);
+  };
 
-  /* global Mapillary:false */
+  /**
+   * Takes an options object for configuration (consumer_key,
+   * consumer_secret, version, signature_method, token, token_secret)
+   * and returns a function that generates the Authorization header
+   * for given data.
+   *
+   * The returned function takes these parameters:
+   * - method: GET/POST/...
+   * - uri: full URI with protocol, port, path and query string
+   * - extra_params: any extra parameters (that are passed in the POST data),
+   *   can be an object or a from-urlencoded string.
+   *
+   * Returned function returns full OAuth header with "OAuth" string in it.
+   */
 
-  var apibase = 'https://a.mapillary.com/v3/';
-  var viewercss = 'mapillary-js/mapillary.min.css';
-  var viewerjs = 'mapillary-js/mapillary.min.js';
-  var clientId = 'NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzo1ZWYyMmYwNjdmNDdlNmVi';
-  var maxResults = 1000;
-  var tileZoom = 14;
-  var dispatch$1 = dispatch('loadedImages', 'loadedSigns');
-  var _mlyFallback = false;
-  var _mlyCache;
-  var _mlyClicks;
-  var _mlySelectedImage;
-  var _mlyViewer;
+  ohauth.headerGenerator = function(options) {
+      options = options || {};
+      var consumer_key = options.consumer_key || '',
+          consumer_secret = options.consumer_secret || '',
+          signature_method = options.signature_method || 'HMAC-SHA1',
+          version = options.version || '1.0',
+          token = options.token || '',
+          token_secret = options.token_secret || '';
 
+      return function(method, uri, extra_params) {
+          method = method.toUpperCase();
+          if (typeof extra_params === 'string' && extra_params.length > 0) {
+              extra_params = ohauth.stringQs(extra_params);
+          }
 
-  function abortRequest(i) {
-      i.abort();
-  }
+          var uri_parts = uri.split('?', 2),
+          base_uri = uri_parts[0];
 
+          var query_params = uri_parts.length === 2 ?
+              ohauth.stringQs(uri_parts[1]) : {};
 
-  function nearNullIsland(x, y, z) {
-      if (z >= 7) {
-          var center = Math.pow(2, z - 1);
-          var width = Math.pow(2, z - 6);
-          var min$$1 = center - (width / 2);
-          var max$$1 = center + (width / 2) - 1;
-          return x >= min$$1 && x <= max$$1 && y >= min$$1 && y <= max$$1;
-      }
-      return false;
-  }
+          var oauth_params = {
+              oauth_consumer_key: consumer_key,
+              oauth_signature_method: signature_method,
+              oauth_version: version,
+              oauth_timestamp: ohauth.timestamp(),
+              oauth_nonce: ohauth.nonce()
+          };
 
+          if (token) oauth_params.oauth_token = token;
 
-  function maxPageAtZoom(z) {
-      if (z < 15)   return 2;
-      if (z === 15) return 5;
-      if (z === 16) return 10;
-      if (z === 17) return 20;
-      if (z === 18) return 40;
-      if (z > 18)   return 80;
-  }
+          var all_params = xtend({}, oauth_params, query_params, extra_params),
+              base_str = ohauth.baseString(method, base_uri, all_params);
 
+          oauth_params.oauth_signature = ohauth.signature(consumer_secret, token_secret, base_str);
 
-  function localeTimestamp(s) {
-      if (!s) return null;
-      var detected = utilDetect();
-      var options = {
-          day: 'numeric', month: 'short', year: 'numeric',
-          hour: 'numeric', minute: 'numeric', second: 'numeric',
-          timeZone: 'UTC'
+          return 'OAuth ' + ohauth.authHeader(oauth_params);
       };
-      var d = new Date(s);
-      if (isNaN(d.getTime())) return null;
-      return d.toLocaleString(detected.locale, options);
-  }
-
+  };
 
-  function getTiles(projection) {
-      var s = projection.scale() * 2 * Math.PI;
-      var z = Math.max(Math.log(s) / Math.log(2) - 8, 0);
-      var ts = 256 * Math.pow(2, z - tileZoom);
-      var origin = [
-          s / 2 - projection.translate()[0],
-          s / 2 - projection.translate()[1]
-      ];
+  var ohauth_1 = ohauth;
 
-      return d3geoTile()
-          .scaleExtent([tileZoom, tileZoom])
-          .scale(s)
-          .size(projection.clipExtent()[1])
-          .translate(projection.translate())()
-          .map(function(tile) {
-              var x = tile[0] * ts - origin[0];
-              var y = tile[1] * ts - origin[1];
+  var ohauth$1 = /*#__PURE__*/Object.freeze({
+    default: ohauth_1,
+    __moduleExports: ohauth_1
+  });
 
-              return {
-                  id: tile.toString(),
-                  xyz: tile,
-                  extent: geoExtent$$1(
-                      projection.invert([x, y + ts]),
-                      projection.invert([x + ts, y])
-                  )
-              };
-          });
-  }
+  var resolveUrl = createCommonjsModule(function (module, exports) {
+  // Copyright 2014 Simon Lydell
+  // X11 (“MIT”) Licensed. (See LICENSE.)
 
+  void (function(root, factory) {
+    {
+      module.exports = factory();
+    }
+  }(commonjsGlobal, function() {
 
-  function loadTiles(which, url, projection) {
-      var s = projection.scale() * 2 * Math.PI;
-      var currZoom = Math.floor(Math.max(Math.log(s) / Math.log(2) - 8, 0));
+    function resolveUrl(/* ...urls */) {
+      var numUrls = arguments.length;
 
-      var tiles = getTiles(projection).filter(function(t) {
-          return !nearNullIsland(t.xyz[0], t.xyz[1], t.xyz[2]);
-      });
+      if (numUrls === 0) {
+        throw new Error("resolveUrl requires at least one argument; got none.")
+      }
 
-      filter(which.inflight, function(v, k) {
-          var wanted = find$1(tiles, function(tile) { return k === (tile.id + ',0'); });
-          if (!wanted) delete which.inflight[k];
-          return !wanted;
-      }).map(abortRequest);
+      var base = document.createElement("base");
+      base.href = arguments[0];
 
-      tiles.forEach(function(tile) {
-          loadNextTilePage(which, currZoom, url, tile);
-      });
-  }
+      if (numUrls === 1) {
+        return base.href
+      }
 
+      var head = document.getElementsByTagName("head")[0];
+      head.insertBefore(base, head.firstChild);
 
-  function loadNextTilePage(which, currZoom, url, tile) {
-      var cache = _mlyCache[which];
-      var rect = tile.extent.rectangle();
-      var maxPages = maxPageAtZoom(currZoom);
-      var nextPage = cache.nextPage[tile.id] || 0;
-      var nextURL = cache.nextURL[tile.id] || url +
-          utilQsString({
-              per_page: maxResults,
-              page: nextPage,
-              client_id: clientId,
-              bbox: [rect[0], rect[1], rect[2], rect[3]].join(','),
-          });
+      var a = document.createElement("a");
+      var resolved;
 
-      if (nextPage > maxPages) return;
+      for (var index = 1; index < numUrls; index++) {
+        a.href = arguments[index];
+        resolved = a.href;
+        base.href = resolved;
+      }
 
-      var id = tile.id + ',' + String(nextPage);
-      if (cache.loaded[id] || cache.inflight[id]) return;
-      cache.inflight[id] = request(nextURL)
-          .mimeType('application/json')
-          .response(function(xhr) {
-              var linkHeader = xhr.getResponseHeader('Link');
-              if (linkHeader) {
-                  var pagination = parsePagination(xhr.getResponseHeader('Link'));
-                  if (pagination.next) {
-                      cache.nextURL[tile.id] = pagination.next;
-                  }
-              }
-              return JSON.parse(xhr.responseText);
-          })
-          .get(function(err, data) {
-              cache.loaded[id] = true;
-              delete cache.inflight[id];
-              if (err || !data.features || !data.features.length) return;
+      head.removeChild(base);
 
-              var features = data.features.map(function(feature) {
-                  var loc = feature.geometry.coordinates;
-                  var d;
+      return resolved
+    }
 
-                  if (which === 'images') {
-                      d = {
-                          loc: loc,
-                          key: feature.properties.key,
-                          ca: feature.properties.ca,
-                          captured_at: feature.properties.captured_at,
-                          captured_by: feature.properties.username,
-                          pano: feature.properties.pano
-                      };
-                      cache.forImageKey[d.key] = d;     // cache imageKey -> image
+    return resolveUrl
 
-                  } else if (which === 'sequences') {
-                      var sequenceKey = feature.properties.key;
-                      cache.lineString[sequenceKey] = feature;           // cache sequenceKey -> lineString
-                      feature.properties.coordinateProperties.image_keys.forEach(function(imageKey) {
-                          cache.forImageKey[imageKey] = sequenceKey;     // cache imageKey -> sequenceKey
-                      });
-                      return false;  // because no `d` data worth loading into an rbush
+  }));
+  });
 
-                  } else if (which === 'objects') {
-                      d = {
-                          loc: loc,
-                          key: feature.properties.key,
-                          value: feature.properties.value,
-                          package: feature.properties.package,
-                          detections: feature.properties.detections
-                      };
+  var resolveUrl$1 = /*#__PURE__*/Object.freeze({
+    default: resolveUrl,
+    __moduleExports: resolveUrl
+  });
 
-                      // cache imageKey -> detectionKey
-                      feature.properties.detections.forEach(function(detection) {
-                          var imageKey = detection.image_key;
-                          var detectionKey = detection.detection_key;
-                          if (!_mlyCache.detections[imageKey]) {
-                              _mlyCache.detections[imageKey] = {};
-                          }
-                          if (!_mlyCache.detections[imageKey][detectionKey]) {
-                              _mlyCache.detections[imageKey][detectionKey] = {};
-                          }
-                      });
-                  }
+  var assign$1 = make_assign();
+  var create$2 = make_create();
+  var trim = make_trim();
+  var Global = (typeof window !== 'undefined' ? window : commonjsGlobal);
 
-                  return {
-                      minX: loc[0], minY: loc[1], maxX: loc[0], maxY: loc[1], data: d
-                  };
+  var util = {
+       assign: assign$1,
+       create: create$2,
+       trim: trim,
+       bind: bind,
+       slice: slice$7,
+       each: each,
+       map: map$4,
+       pluck: pluck,
+       isList: isList,
+       isFunction: isFunction$1,
+       isObject: isObject$1,
+       Global: Global
+  };
 
-              }).filter(Boolean);
+  function make_assign() {
+       if (Object.assign) {
+               return Object.assign
+       } else {
+               return function shimAssign(obj, props1, props2, etc) {
+                       for (var i = 1; i < arguments.length; i++) {
+                               each(Object(arguments[i]), function(val, key) {
+                                       obj[key] = val;
+                               });
+                       }                       
+                       return obj
+               }
+       }
+  }
 
-              cache.rtree.load(features);
+  function make_create() {
+       if (Object.create) {
+               return function create(obj, assignProps1, assignProps2, etc) {
+                       var assignArgsList = slice$7(arguments, 1);
+                       return assign$1.apply(this, [Object.create(obj)].concat(assignArgsList))
+               }
+       } else {
+               function F() {} // eslint-disable-line no-inner-declarations
+               return function create(obj, assignProps1, assignProps2, etc) {
+                       var assignArgsList = slice$7(arguments, 1);
+                       F.prototype = obj;
+                       return assign$1.apply(this, [new F()].concat(assignArgsList))
+               }
+       }
+  }
 
-              if (which === 'images' || which === 'sequences') {
-                  dispatch$1.call('loadedImages');
-              } else if (which === 'objects') {
-                  dispatch$1.call('loadedSigns');
-              }
+  function make_trim() {
+       if (String.prototype.trim) {
+               return function trim(str) {
+                       return String.prototype.trim.call(str)
+               }
+       } else {
+               return function trim(str) {
+                       return str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '')
+               }
+       }
+  }
 
-              if (data.features.length === maxResults) {  // more pages to load
-                  cache.nextPage[tile.id] = nextPage + 1;
-                  loadNextTilePage(which, currZoom, url, tile);
-              } else {
-                  cache.nextPage[tile.id] = Infinity;     // no more pages to load
-              }
-          });
+  function bind(obj, fn) {
+       return function() {
+               return fn.apply(obj, Array.prototype.slice.call(arguments, 0))
+       }
   }
 
-  // extract links to pages of API results
-  function parsePagination(links) {
-      return links.split(',').map(function(rel) {
-          var elements = rel.split(';');
-          if (elements.length === 2) {
-              return [
-                  /<(.+)>/.exec(elements[0])[1],
-                  /rel="(.+)"/.exec(elements[1])[1]
-              ];
-          } else {
-              return ['',''];
-          }
-      }).reduce(function(pagination, val) {
-          pagination[val[1]] = val[0];
-          return pagination;
-      }, {});
+  function slice$7(arr, index) {
+       return Array.prototype.slice.call(arr, index || 0)
   }
 
+  function each(obj, fn) {
+       pluck(obj, function(val, key) {
+               fn(val, key);
+               return false
+       });
+  }
 
-  // partition viewport into `psize` x `psize` regions
-  function partitionViewport(psize, projection) {
-      var dimensions = projection.clipExtent()[1];
-      psize = psize || 16;
-      var cols = range(0, dimensions[0], psize);
-      var rows = range(0, dimensions[1], psize);
-      var partitions = [];
+  function map$4(obj, fn) {
+       var res = (isList(obj) ? [] : {});
+       pluck(obj, function(v, k) {
+               res[k] = fn(v, k);
+               return false
+       });
+       return res
+  }
 
-      rows.forEach(function(y) {
-          cols.forEach(function(x) {
-              var min$$1 = [x, y + psize];
-              var max$$1 = [x + psize, y];
-              partitions.push(
-                  geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)));
-          });
-      });
+  function pluck(obj, fn) {
+       if (isList(obj)) {
+               for (var i=0; i<obj.length; i++) {
+                       if (fn(obj[i], i)) {
+                               return obj[i]
+                       }
+               }
+       } else {
+               for (var key in obj) {
+                       if (obj.hasOwnProperty(key)) {
+                               if (fn(obj[key], key)) {
+                                       return obj[key]
+                               }
+                       }
+               }
+       }
+  }
 
-      return partitions;
+  function isList(val) {
+       return (val != null && typeof val != 'function' && typeof val.length == 'number')
   }
 
+  function isFunction$1(val) {
+       return val && {}.toString.call(val) === '[object Function]'
+  }
 
-  // no more than `limit` results per partition.
-  function searchLimited(psize, limit, projection, rtree) {
-      limit = limit || 3;
+  function isObject$1(val) {
+       return val && {}.toString.call(val) === '[object Object]'
+  }
 
-      var partitions = partitionViewport(psize, projection);
-      var results;
+  var slice$8 = util.slice;
+  var pluck$1 = util.pluck;
+  var each$1 = util.each;
+  var bind$1 = util.bind;
+  var create$3 = util.create;
+  var isList$1 = util.isList;
+  var isFunction$2 = util.isFunction;
+  var isObject$2 = util.isObject;
 
-      // console.time('previous');
-      results =  flatten(map$3(partitions, function(extent$$1) {
-          return rtree.search(extent$$1.bbox())
-              .slice(0, limit)
-              .map(function(d) { return d.data; });
-      }));
-      // console.timeEnd('previous');
+  var storeEngine = {
+       createStore: createStore
+  };
 
-      // console.time('new');
-      // results = partitions.reduce(function(result, extent) {
-      //     var found = rtree.search(extent.bbox())
-      //         .map(function(d) { return d.data; })
-      //         .sort(function(a, b) {
-      //             return a.loc[1] - b.loc[1];
-      //             // return a.key.localeCompare(b.key);
-      //         })
-      //         .slice(0, limit);
+  var storeAPI = {
+       version: '2.0.12',
+       enabled: false,
+       
+       // get returns the value of the given key. If that value
+       // is undefined, it returns optionalDefaultValue instead.
+       get: function(key, optionalDefaultValue) {
+               var data = this.storage.read(this._namespacePrefix + key);
+               return this._deserialize(data, optionalDefaultValue)
+       },
 
-      //     return (found.length ? result.concat(found) : result);
-      // }, []);
-      // console.timeEnd('new');
+       // set will store the given value at key and returns value.
+       // Calling set with value === undefined is equivalent to calling remove.
+       set: function(key, value) {
+               if (value === undefined) {
+                       return this.remove(key)
+               }
+               this.storage.write(this._namespacePrefix + key, this._serialize(value));
+               return value
+       },
 
-      return results;
-  }
+       // remove deletes the key and value stored at the given key.
+       remove: function(key) {
+               this.storage.remove(this._namespacePrefix + key);
+       },
 
+       // each will call the given callback once for each key-value pair
+       // in this store.
+       each: function(callback) {
+               var self = this;
+               this.storage.each(function(val, namespacedKey) {
+                       callback.call(self, self._deserialize(val), (namespacedKey || '').replace(self._namespaceRegexp, ''));
+               });
+       },
 
+       // clearAll will remove all the stored key-value pairs in this store.
+       clearAll: function() {
+               this.storage.clearAll();
+       },
 
-  var serviceMapillary = {
+       // additional functionality that can't live in plugins
+       // ---------------------------------------------------
 
-      init: function() {
-          if (!_mlyCache) {
-              this.reset();
-          }
+       // hasNamespace returns true if this store instance has the given namespace.
+       hasNamespace: function(namespace) {
+               return (this._namespacePrefix == '__storejs_'+namespace+'_')
+       },
 
-          this.event = utilRebind(this, dispatch$1, 'on');
-      },
+       // createStore creates a store.js instance with the first
+       // functioning storage in the list of storage candidates,
+       // and applies the the given mixins to the instance.
+       createStore: function() {
+               return createStore.apply(this, arguments)
+       },
+       
+       addPlugin: function(plugin) {
+               this._addPlugin(plugin);
+       },
+       
+       namespace: function(namespace) {
+               return createStore(this.storage, this.plugins, namespace)
+       }
+  };
 
-      reset: function() {
-          var cache = _mlyCache;
+  function _warn() {
+       var _console = (typeof console == 'undefined' ? null : console);
+       if (!_console) { return }
+       var fn = (_console.warn ? _console.warn : _console.log);
+       fn.apply(_console, arguments);
+  }
 
-          if (cache) {
-              if (cache.images && cache.images.inflight) {
-                  forEach(cache.images.inflight, abortRequest);
-              }
-              if (cache.objects && cache.objects.inflight) {
-                  forEach(cache.objects.inflight, abortRequest);
-              }
-              if (cache.sequences && cache.sequences.inflight) {
-                  forEach(cache.sequences.inflight, abortRequest);
-              }
-          }
+  function createStore(storages, plugins, namespace) {
+       if (!namespace) {
+               namespace = '';
+       }
+       if (storages && !isList$1(storages)) {
+               storages = [storages];
+       }
+       if (plugins && !isList$1(plugins)) {
+               plugins = [plugins];
+       }
 
-          _mlyCache = {
-              images: { inflight: {}, loaded: {}, nextPage: {}, nextURL: {}, rtree: rbush_1(), forImageKey: {} },
-              objects: { inflight: {}, loaded: {}, nextPage: {}, nextURL: {}, rtree: rbush_1() },
-              sequences: { inflight: {}, loaded: {}, nextPage: {}, nextURL: {}, rtree: rbush_1(), forImageKey: {}, lineString: {} },
-              detections: {}
-          };
+       var namespacePrefix = (namespace ? '__storejs_'+namespace+'_' : '');
+       var namespaceRegexp = (namespace ? new RegExp('^'+namespacePrefix) : null);
+       var legalNamespaces = /^[a-zA-Z0-9_\-]*$/; // alpha-numeric + underscore and dash
+       if (!legalNamespaces.test(namespace)) {
+               throw new Error('store.js namespaces can only have alphanumerics + underscores and dashes')
+       }
+       
+       var _privateStoreProps = {
+               _namespacePrefix: namespacePrefix,
+               _namespaceRegexp: namespaceRegexp,
 
-          _mlySelectedImage = null;
-          _mlyClicks = [];
-      },
+               _testStorage: function(storage) {
+                       try {
+                               var testStr = '__storejs__test__';
+                               storage.write(testStr, testStr);
+                               var ok = (storage.read(testStr) === testStr);
+                               storage.remove(testStr);
+                               return ok
+                       } catch(e) {
+                               return false
+                       }
+               },
 
+               _assignPluginFnProp: function(pluginFnProp, propName) {
+                       var oldFn = this[propName];
+                       this[propName] = function pluginFn() {
+                               var args = slice$8(arguments, 0);
+                               var self = this;
 
-      images: function(projection) {
-          var psize = 16, limit = 3;
-          return searchLimited(psize, limit, projection, _mlyCache.images.rtree);
-      },
+                               // super_fn calls the old function which was overwritten by
+                               // this mixin.
+                               function super_fn() {
+                                       if (!oldFn) { return }
+                                       each$1(arguments, function(arg, i) {
+                                               args[i] = arg;
+                                       });
+                                       return oldFn.apply(self, args)
+                               }
 
+                               // Give mixing function access to super_fn by prefixing all mixin function
+                               // arguments with super_fn.
+                               var newFnArgs = [super_fn].concat(args);
 
-      signs: function(projection) {
-          var psize = 32, limit = 3;
-          return searchLimited(psize, limit, projection, _mlyCache.objects.rtree);
-      },
+                               return pluginFnProp.apply(self, newFnArgs)
+                       };
+               },
 
+               _serialize: function(obj) {
+                       return JSON.stringify(obj)
+               },
 
-      sequences: function(projection) {
-          var viewport = projection.clipExtent();
-          var min$$1 = [viewport[0][0], viewport[1][1]];
-          var max$$1 = [viewport[1][0], viewport[0][1]];
-          var bbox = geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)).bbox();
-          var sequenceKeys = {};
+               _deserialize: function(strVal, defaultVal) {
+                       if (!strVal) { return defaultVal }
+                       // It is possible that a raw string value has been previously stored
+                       // in a storage without using store.js, meaning it will be a raw
+                       // string value instead of a JSON serialized string. By defaulting
+                       // to the raw string value in case of a JSON parse error, we allow
+                       // for past stored values to be forwards-compatible with store.js
+                       var val = '';
+                       try { val = JSON.parse(strVal); }
+                       catch(e) { val = strVal; }
 
-          // all sequences for images in viewport
-          _mlyCache.images.rtree.search(bbox)
-              .forEach(function(d) {
-                  var sequenceKey = _mlyCache.sequences.forImageKey[d.data.key];
-                  if (sequenceKey) {
-                      sequenceKeys[sequenceKey] = true;
-                  }
-              });
+                       return (val !== undefined ? val : defaultVal)
+               },
+               
+               _addStorage: function(storage) {
+                       if (this.enabled) { return }
+                       if (this._testStorage(storage)) {
+                               this.storage = storage;
+                               this.enabled = true;
+                       }
+               },
 
-          // Return lineStrings for the sequences
-          return Object.keys(sequenceKeys).map(function(sequenceKey) {
-              return _mlyCache.sequences.lineString[sequenceKey];
-          });
-      },
+               _addPlugin: function(plugin) {
+                       var self = this;
 
+                       // If the plugin is an array, then add all plugins in the array.
+                       // This allows for a plugin to depend on other plugins.
+                       if (isList$1(plugin)) {
+                               each$1(plugin, function(plugin) {
+                                       self._addPlugin(plugin);
+                               });
+                               return
+                       }
 
-      signsSupported: function() {
-          return true;
-      },
+                       // Keep track of all plugins we've seen so far, so that we
+                       // don't add any of them twice.
+                       var seenPlugin = pluck$1(this.plugins, function(seenPlugin) {
+                               return (plugin === seenPlugin)
+                       });
+                       if (seenPlugin) {
+                               return
+                       }
+                       this.plugins.push(plugin);
 
+                       // Check that the plugin is properly formed
+                       if (!isFunction$2(plugin)) {
+                               throw new Error('Plugins must be function values that return objects')
+                       }
 
-      loadImages: function(projection) {
-          loadTiles('images', apibase + 'images?', projection);
-          loadTiles('sequences', apibase + 'sequences?', projection);
-      },
+                       var pluginProperties = plugin.call(this);
+                       if (!isObject$2(pluginProperties)) {
+                               throw new Error('Plugins must return an object of function properties')
+                       }
+
+                       // Add the plugin function properties to this store instance.
+                       each$1(pluginProperties, function(pluginFnProp, propName) {
+                               if (!isFunction$2(pluginFnProp)) {
+                                       throw new Error('Bad plugin property: '+propName+' from plugin '+plugin.name+'. Plugins should only return functions.')
+                               }
+                               self._assignPluginFnProp(pluginFnProp, propName);
+                       });
+               },
+               
+               // Put deprecated properties in the private API, so as to not expose it to accidential
+               // discovery through inspection of the store object.
+               
+               // Deprecated: addStorage
+               addStorage: function(storage) {
+                       _warn('store.addStorage(storage) is deprecated. Use createStore([storages])');
+                       this._addStorage(storage);
+               }
+       };
 
+       var store = create$3(_privateStoreProps, storeAPI, {
+               plugins: []
+       });
+       store.raw = {};
+       each$1(store, function(prop, propName) {
+               if (isFunction$2(prop)) {
+                       store.raw[propName] = bind$1(store, prop);                      
+               }
+       });
+       each$1(storages, function(storage) {
+               store._addStorage(storage);
+       });
+       each$1(plugins, function(plugin) {
+               store._addPlugin(plugin);
+       });
+       return store
+  }
 
-      loadSigns: function(context, projection) {
-          // if we are looking at signs, we'll actually need to fetch images too
-          loadTiles('images', apibase + 'images?', projection);
-          loadTiles('objects', apibase + 'objects?', projection);
-      },
+  var Global$1 = util.Global;
 
+  var localStorage_1 = {
+       name: 'localStorage',
+       read: read$1,
+       write: write$1,
+       each: each$2,
+       remove: remove$2,
+       clearAll: clearAll,
+  };
 
-      loadViewer: function(context) {
-          // add mly-wrapper
-          var wrap = select('#photoviewer').selectAll('.mly-wrapper')
-              .data([0]);
+  function localStorage$1() {
+       return Global$1.localStorage
+  }
 
-          var wrapEnter = wrap.enter()
-              .append('div')
-              .attr('id', 'mly')
-              .attr('class', 'photo-wrapper mly-wrapper')
-              .classed('hide', true);
+  function read$1(key) {
+       return localStorage$1().getItem(key)
+  }
 
-          wrapEnter
-              .append('div')
-              .attr('class', 'photo-attribution fillD');
+  function write$1(key, data) {
+       return localStorage$1().setItem(key, data)
+  }
 
+  function each$2(fn) {
+       for (var i = localStorage$1().length - 1; i >= 0; i--) {
+               var key = localStorage$1().key(i);
+               fn(read$1(key), key);
+       }
+  }
 
-          // load mapillary-viewercss
-          select('head').selectAll('#mapillary-viewercss')
-              .data([0])
-              .enter()
-              .append('link')
-              .attr('id', 'mapillary-viewercss')
-              .attr('rel', 'stylesheet')
-              .attr('href', context.asset(viewercss));
+  function remove$2(key) {
+       return localStorage$1().removeItem(key)
+  }
 
-          // load mapillary-viewerjs
-          select('head').selectAll('#mapillary-viewerjs')
-              .data([0])
-              .enter()
-              .append('script')
-              .attr('id', 'mapillary-viewerjs')
-              .attr('src', context.asset(viewerjs));
+  function clearAll() {
+       return localStorage$1().clear()
+  }
 
-          // load mapillary signs sprite
-          var defs = context.container().select('defs');
-          defs.call(svgDefs(context).addSprites, ['mapillary-sprite']);
-      },
+  // oldFF-globalStorage provides storage for Firefox
+  // versions 6 and 7, where no localStorage, etc
+  // is available.
 
 
-      showViewer: function() {
-          var wrap = select('#photoviewer')
-              .classed('hide', false);
+  var Global$2 = util.Global;
 
-          var isHidden = wrap.selectAll('.photo-wrapper.mly-wrapper.hide').size();
+  var oldFFGlobalStorage = {
+       name: 'oldFF-globalStorage',
+       read: read$2,
+       write: write$2,
+       each: each$3,
+       remove: remove$3,
+       clearAll: clearAll$1,
+  };
 
-          if (isHidden) {
-              wrap
-                  .selectAll('.photo-wrapper:not(.mly-wrapper)')
-                  .classed('hide', true);
+  var globalStorage = Global$2.globalStorage;
 
-              wrap
-                  .selectAll('.photo-wrapper.mly-wrapper')
-                  .classed('hide', false);
+  function read$2(key) {
+       return globalStorage[key]
+  }
 
-              _mlyViewer.resize();
-          }
+  function write$2(key, data) {
+       globalStorage[key] = data;
+  }
 
-          return this;
-      },
+  function each$3(fn) {
+       for (var i = globalStorage.length - 1; i >= 0; i--) {
+               var key = globalStorage.key(i);
+               fn(globalStorage[key], key);
+       }
+  }
 
+  function remove$3(key) {
+       return globalStorage.removeItem(key)
+  }
 
-      hideViewer: function() {
-          _mlySelectedImage = null;
+  function clearAll$1() {
+       each$3(function(key, _) {
+               delete globalStorage[key];
+       });
+  }
 
-          if (!_mlyFallback && _mlyViewer) {
-              _mlyViewer.getComponent('sequence').stop();
-          }
+  // oldIE-userDataStorage provides storage for Internet Explorer
+  // versions 6 and 7, where no localStorage, sessionStorage, etc
+  // is available.
 
-          var viewer = select('#photoviewer');
-          if (!viewer.empty()) viewer.datum(null);
 
-          viewer
-              .classed('hide', true)
-              .selectAll('.photo-wrapper')
-              .classed('hide', true);
+  var Global$3 = util.Global;
 
-          d3_selectAll('.viewfield-group, .sequence, .icon-sign')
-              .classed('selected', false);
+  var oldIEUserDataStorage = {
+       name: 'oldIE-userDataStorage',
+       write: write$3,
+       read: read$3,
+       each: each$4,
+       remove: remove$4,
+       clearAll: clearAll$2,
+  };
 
-          return this.setStyles(null, true);
-      },
+  var storageName = 'storejs';
+  var doc = Global$3.document;
+  var _withStorageEl = _makeIEStorageElFunction();
+  var disable = (Global$3.navigator ? Global$3.navigator.userAgent : '').match(/ (MSIE 8|MSIE 9|MSIE 10)\./); // MSIE 9.x, MSIE 10.x
 
+  function write$3(unfixedKey, data) {
+       if (disable) { return }
+       var fixedKey = fixKey(unfixedKey);
+       _withStorageEl(function(storageEl) {
+               storageEl.setAttribute(fixedKey, data);
+               storageEl.save(storageName);
+       });
+  }
 
-      parsePagination: parsePagination,
+  function read$3(unfixedKey) {
+       if (disable) { return }
+       var fixedKey = fixKey(unfixedKey);
+       var res = null;
+       _withStorageEl(function(storageEl) {
+               res = storageEl.getAttribute(fixedKey);
+       });
+       return res
+  }
 
+  function each$4(callback) {
+       _withStorageEl(function(storageEl) {
+               var attributes = storageEl.XMLDocument.documentElement.attributes;
+               for (var i=attributes.length-1; i>=0; i--) {
+                       var attr = attributes[i];
+                       callback(storageEl.getAttribute(attr.name), attr.name);
+               }
+       });
+  }
 
-      updateViewer: function(imageKey, context) {
-          if (!imageKey) return this;
+  function remove$4(unfixedKey) {
+       var fixedKey = fixKey(unfixedKey);
+       _withStorageEl(function(storageEl) {
+               storageEl.removeAttribute(fixedKey);
+               storageEl.save(storageName);
+       });
+  }
 
-          if (!_mlyViewer) {
-              this.initViewer(imageKey, context);
-          } else {
-              _mlyViewer.moveToKey(imageKey)
-                  .catch(function(e) { console.error('mly3', e); });  // eslint-disable-line no-console
-          }
+  function clearAll$2() {
+       _withStorageEl(function(storageEl) {
+               var attributes = storageEl.XMLDocument.documentElement.attributes;
+               storageEl.load(storageName);
+               for (var i=attributes.length-1; i>=0; i--) {
+                       storageEl.removeAttribute(attributes[i].name);
+               }
+               storageEl.save(storageName);
+       });
+  }
 
-          return this;
-      },
+  // Helpers
+  //////////
 
+  // In IE7, keys cannot start with a digit or contain certain chars.
+  // See https://github.com/marcuswestin/store.js/issues/40
+  // See https://github.com/marcuswestin/store.js/issues/83
+  var forbiddenCharsRegex = new RegExp("[!\"#$%&'()*+,/\\\\:;<=>?@[\\]^`{|}~]", "g");
+  function fixKey(key) {
+       return key.replace(/^\d/, '___$&').replace(forbiddenCharsRegex, '___')
+  }
 
-      initViewer: function(imageKey, context) {
-          var that = this;
-          if (Mapillary && imageKey) {
-              var opts = {
-                  baseImageSize: 320,
-                  component: {
-                      cover: false,
-                      keyboard: false,
-                      tag: true
-                  }
-              };
+  function _makeIEStorageElFunction() {
+       if (!doc || !doc.documentElement || !doc.documentElement.addBehavior) {
+               return null
+       }
+       var scriptTag = 'script',
+               storageOwner,
+               storageContainer,
+               storageEl;
 
-              // Disable components requiring WebGL support
-              if (!Mapillary.isSupported() && Mapillary.isFallbackSupported()) {
-                  _mlyFallback = true;
-                  opts.component = {
-                      cover: false,
-                      direction: false,
-                      imagePlane: false,
-                      keyboard: false,
-                      mouse: false,
-                      sequence: false,
-                      tag: false,
-                      image: true,        // fallback
-                      navigation: true    // fallback
-                  };
-              }
+       // Since #userData storage applies only to specific paths, we need to
+       // somehow link our data to a specific path.  We choose /favicon.ico
+       // as a pretty safe option, since all browsers already make a request to
+       // this URL anyway and being a 404 will not hurt us here.  We wrap an
+       // iframe pointing to the favicon in an ActiveXObject(htmlfile) object
+       // (see: http://msdn.microsoft.com/en-us/library/aa752574(v=VS.85).aspx)
+       // since the iframe access rules appear to allow direct access and
+       // manipulation of the document element, even for a 404 page.  This
+       // document can be used instead of the current document (which would
+       // have been limited to the current path) to perform #userData storage.
+       try {
+               /* global ActiveXObject */
+               storageContainer = new ActiveXObject('htmlfile');
+               storageContainer.open();
+               storageContainer.write('<'+scriptTag+'>document.w=window</'+scriptTag+'><iframe src="/favicon.ico"></iframe>');
+               storageContainer.close();
+               storageOwner = storageContainer.w.frames[0].document;
+               storageEl = storageOwner.createElement('div');
+       } catch(e) {
+               // somehow ActiveXObject instantiation failed (perhaps some special
+               // security settings or otherwse), fall back to per-path storage
+               storageEl = doc.createElement('div');
+               storageOwner = doc.body;
+       }
 
-              _mlyViewer = new Mapillary.Viewer('mly', clientId, null, opts);
-              _mlyViewer.on('nodechanged', nodeChanged);
-              _mlyViewer.moveToKey(imageKey)
-                  .catch(function(e) { console.error('mly3', e); });  // eslint-disable-line no-console
-          }
+       return function(storeFunction) {
+               var args = [].slice.call(arguments, 0);
+               args.unshift(storageEl);
+               // See http://msdn.microsoft.com/en-us/library/ms531081(v=VS.85).aspx
+               // and http://msdn.microsoft.com/en-us/library/ms531424(v=VS.85).aspx
+               storageOwner.appendChild(storageEl);
+               storageEl.addBehavior('#default#userData');
+               storageEl.load(storageName);
+               storeFunction.apply(this, args);
+               storageOwner.removeChild(storageEl);
+               return
+       }
+  }
 
-          // nodeChanged: called after the viewer has changed images and is ready.
-          //
-          // There is some logic here to batch up clicks into a _mlyClicks array
-          // because the user might click on a lot of markers quickly and nodechanged
-          // may be called out of order asychronously.
-          //
-          // Clicks are added to the array in `selectedImage` and removed here.
-          //
-          function nodeChanged(node) {
-              if (!_mlyFallback) {
-                  _mlyViewer.getComponent('tag').removeAll();  // remove previous detections
-              }
+  // cookieStorage is useful Safari private browser mode, where localStorage
+  // doesn't work but cookies do. This implementation is adopted from
+  // https://developer.mozilla.org/en-US/docs/Web/API/Storage/LocalStorage
 
-              var clicks = _mlyClicks;
-              var index = clicks.indexOf(node.key);
-              var selectedKey = _mlySelectedImage && _mlySelectedImage.key;
 
-              if (index > -1) {              // `nodechanged` initiated from clicking on a marker..
-                  clicks.splice(index, 1);   // remove the click
-                  // If `node.key` matches the current _mlySelectedImage, call `selectImage()`
-                  // one more time to update the detections and attribution..
-                  if (node.key === selectedKey) {
-                      that.selectImage(_mlySelectedImage, node.key, true);
-                  }
-              } else {             // `nodechanged` initiated from the Mapillary viewer controls..
-                  var loc = node.computedLatLon ? [node.computedLatLon.lon, node.computedLatLon.lat] : [node.latLon.lon, node.latLon.lat];
-                  context.map().centerEase(loc);
-                  that.selectImage(undefined, node.key, true);
-              }
-          }
-      },
+  var Global$4 = util.Global;
+  var trim$1 = util.trim;
 
+  var cookieStorage = {
+       name: 'cookieStorage',
+       read: read$4,
+       write: write$4,
+       each: each$5,
+       remove: remove$5,
+       clearAll: clearAll$3,
+  };
 
-      // Pass the image datum itself in `d` or the `imageKey` string.
-      // This allows images to be selected from places that dont have access
-      // to the full image datum (like the street signs layer or the js viewer)
-      selectImage: function(d, imageKey, fromViewer) {
-          if (!d && imageKey) {
-              // If the user clicked on something that's not an image marker, we
-              // might get in here.. Cache lookup can fail, e.g. if the user
-              // clicked a streetsign, but images are loading slowly asynchronously.
-              // We'll try to carry on anyway if there is no datum.  There just
-              // might be a delay before user sees detections, captured_at, etc.
-              d = _mlyCache.images.forImageKey[imageKey];
-          }
+  var doc$1 = Global$4.document;
 
-          _mlySelectedImage = d;
-          var viewer = select('#photoviewer');
-          if (!viewer.empty()) viewer.datum(d);
+  function read$4(key) {
+       if (!key || !_has(key)) { return null }
+       var regexpStr = "(?:^|.*;\\s*)" +
+               escape(key).replace(/[\-\.\+\*]/g, "\\$&") +
+               "\\s*\\=\\s*((?:[^;](?!;))*[^;]?).*";
+       return unescape(doc$1.cookie.replace(new RegExp(regexpStr), "$1"))
+  }
 
-          imageKey = (d && d.key) || imageKey;
-          if (!fromViewer && imageKey) {
-              _mlyClicks.push(imageKey);
-          }
+  function each$5(callback) {
+       var cookies = doc$1.cookie.split(/; ?/g);
+       for (var i = cookies.length - 1; i >= 0; i--) {
+               if (!trim$1(cookies[i])) {
+                       continue
+               }
+               var kvp = cookies[i].split('=');
+               var key = unescape(kvp[0]);
+               var val = unescape(kvp[1]);
+               callback(val, key);
+       }
+  }
 
-          this.setStyles(null, true);
+  function write$4(key, data) {
+       if(!key) { return }
+       doc$1.cookie = escape(key) + "=" + escape(data) + "; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/";
+  }
 
-          d3_selectAll('.layer-mapillary-signs .icon-sign')
-              .classed('selected', function(d) {
-                  return some(d.detections, function(detection) {
-                      return detection.image_key === imageKey;
-                  });
-              });
+  function remove$5(key) {
+       if (!key || !_has(key)) {
+               return
+       }
+       doc$1.cookie = escape(key) + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
+  }
 
-          var wrap = select('#photoviewer .mly-wrapper');
-          var attribution = wrap.selectAll('.photo-attribution').html('');
+  function clearAll$3() {
+       each$5(function(_, key) {
+               remove$5(key);
+       });
+  }
 
-          if (d) {
-              if (d.captured_by) {
-                  attribution
-                      .append('a')
-                      .attr('class', 'captured_by')
-                      .attr('target', '_blank')
-                      .attr('href', 'https://www.mapillary.com/app/user/' + encodeURIComponent(d.captured_by))
-                      .text('@' + d.captured_by);
+  function _has(key) {
+       return (new RegExp("(?:^|;\\s*)" + escape(key).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=")).test(doc$1.cookie)
+  }
 
-                  attribution
-                      .append('span')
-                      .text('|');
-              }
+  var Global$5 = util.Global;
 
-              if (d.captured_at) {
-                  attribution
-                      .append('span')
-                      .attr('class', 'captured_at')
-                      .text(localeTimestamp(d.captured_at));
+  var sessionStorage_1 = {
+       name: 'sessionStorage',
+       read: read$5,
+       write: write$5,
+       each: each$6,
+       remove: remove$6,
+       clearAll: clearAll$4
+  };
 
-                  attribution
-                      .append('span')
-                      .text('|');
-              }
+  function sessionStorage() {
+       return Global$5.sessionStorage
+  }
 
-              attribution
-                  .append('a')
-                  .attr('class', 'image_link')
-                  .attr('target', '_blank')
-                  .attr('href', 'https://www.mapillary.com/app/?pKey=' + encodeURIComponent(d.key) +
-                      '&focus=photo&lat=' + d.loc[1] + '&lng=' + d.loc[0] + '&z=17')
-                  .text('mapillary.com');
+  function read$5(key) {
+       return sessionStorage().getItem(key)
+  }
 
-              this.updateDetections(d);
-          }
+  function write$5(key, data) {
+       return sessionStorage().setItem(key, data)
+  }
 
-          return this;
-      },
+  function each$6(fn) {
+       for (var i = sessionStorage().length - 1; i >= 0; i--) {
+               var key = sessionStorage().key(i);
+               fn(read$5(key), key);
+       }
+  }
 
+  function remove$6(key) {
+       return sessionStorage().removeItem(key)
+  }
 
-      getSelectedImage: function() {
-          return _mlySelectedImage;
-      },
+  function clearAll$4() {
+       return sessionStorage().clear()
+  }
 
+  // memoryStorage is a useful last fallback to ensure that the store
+  // is functions (meaning store.get(), store.set(), etc will all function).
+  // However, stored values will not persist when the browser navigates to
+  // a new page or reloads the current page.
 
-      getSequenceKeyForImage: function(d) {
-          var imageKey = d && d.key;
-          return imageKey && _mlyCache.sequences.forImageKey[imageKey];
-      },
+  var memoryStorage_1 = {
+       name: 'memoryStorage',
+       read: read$6,
+       write: write$6,
+       each: each$7,
+       remove: remove$7,
+       clearAll: clearAll$5,
+  };
 
+  var memoryStorage = {};
 
-      setStyles: function(hovered, reset) {
-          if (reset) {  // reset all layers
-              d3_selectAll('.viewfield-group')
-                  .classed('highlighted', false)
-                  .classed('hovered', false)
-                  .classed('selected', false);
+  function read$6(key) {
+       return memoryStorage[key]
+  }
 
-              d3_selectAll('.sequence')
-                  .classed('highlighted', false)
-                  .classed('selected', false);
-          }
+  function write$6(key, data) {
+       memoryStorage[key] = data;
+  }
 
-          var hoveredImageKey = hovered && hovered.key;
-          var hoveredSequenceKey = this.getSequenceKeyForImage(hovered);
-          var hoveredLineString = hoveredSequenceKey && _mlyCache.sequences.lineString[hoveredSequenceKey];
-          var hoveredImageKeys = (hoveredLineString && hoveredLineString.properties.coordinateProperties.image_keys) || [];
+  function each$7(callback) {
+       for (var key in memoryStorage) {
+               if (memoryStorage.hasOwnProperty(key)) {
+                       callback(memoryStorage[key], key);
+               }
+       }
+  }
 
-          var viewer = select('#photoviewer');
-          var selected = viewer.empty() ? undefined : viewer.datum();
-          var selectedImageKey = selected && selected.key;
-          var selectedSequenceKey = this.getSequenceKeyForImage(selected);
-          var selectedLineString = selectedSequenceKey && _mlyCache.sequences.lineString[selectedSequenceKey];
-          var selectedImageKeys = (selectedLineString && selectedLineString.properties.coordinateProperties.image_keys) || [];
+  function remove$7(key) {
+       delete memoryStorage[key];
+  }
 
-          // highlight sibling viewfields on either the selected or the hovered sequences
-          var highlightedImageKeys = union(hoveredImageKeys, selectedImageKeys);
+  function clearAll$5(key) {
+       memoryStorage = {};
+  }
 
-          d3_selectAll('.layer-mapillary-images .viewfield-group')
-              .classed('highlighted', function(d) { return highlightedImageKeys.indexOf(d.key) !== -1; })
-              .classed('hovered', function(d) { return d.key === hoveredImageKey; })
-              .classed('selected', function(d) { return d.key === selectedImageKey; });
+  var all = [
+       // Listed in order of usage preference
+       localStorage_1,
+       oldFFGlobalStorage,
+       oldIEUserDataStorage,
+       cookieStorage,
+       sessionStorage_1,
+       memoryStorage_1
+  ];
 
-          d3_selectAll('.layer-mapillary-images .sequence')
-              .classed('highlighted', function(d) { return d.properties.key === hoveredSequenceKey; })
-              .classed('selected', function(d) { return d.properties.key === selectedSequenceKey; });
+  /* eslint-disable */
 
-          // update viewfields if needed
-          d3_selectAll('.viewfield-group .viewfield')
-              .attr('d', viewfieldPath);
+  //  json2.js
+  //  2016-10-28
+  //  Public Domain.
+  //  NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
+  //  See http://www.JSON.org/js.html
+  //  This code should be minified before deployment.
+  //  See http://javascript.crockford.com/jsmin.html
 
-          function viewfieldPath() {
-              var d = this.parentNode.__data__;
-              if (d.pano && d.key !== selectedImageKey) {
-                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
-              } else {
-                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
-              }
-          }
+  //  USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO
+  //  NOT CONTROL.
 
-          return this;
-      },
+  //  This file creates a global JSON object containing two methods: stringify
+  //  and parse. This file provides the ES5 JSON capability to ES3 systems.
+  //  If a project might run on IE8 or earlier, then this file should be included.
+  //  This file does nothing on ES5 systems.
 
+  //      JSON.stringify(value, replacer, space)
+  //          value       any JavaScript value, usually an object or array.
+  //          replacer    an optional parameter that determines how object
+  //                      values are stringified for objects. It can be a
+  //                      function or an array of strings.
+  //          space       an optional parameter that specifies the indentation
+  //                      of nested structures. If it is omitted, the text will
+  //                      be packed without extra whitespace. If it is a number,
+  //                      it will specify the number of spaces to indent at each
+  //                      level. If it is a string (such as "\t" or "&nbsp;"),
+  //                      it contains the characters used to indent at each level.
+  //          This method produces a JSON text from a JavaScript value.
+  //          When an object value is found, if the object contains a toJSON
+  //          method, its toJSON method will be called and the result will be
+  //          stringified. A toJSON method does not serialize: it returns the
+  //          value represented by the name/value pair that should be serialized,
+  //          or undefined if nothing should be serialized. The toJSON method
+  //          will be passed the key associated with the value, and this will be
+  //          bound to the value.
 
-      updateDetections: function(d) {
-          if (!_mlyViewer || _mlyFallback) return;
+  //          For example, this would serialize Dates as ISO strings.
 
-          var imageKey = d && d.key;
-          var detections = (imageKey && _mlyCache.detections[imageKey]) || [];
+  //              Date.prototype.toJSON = function (key) {
+  //                  function f(n) {
+  //                      // Format integers to have at least two digits.
+  //                      return (n < 10)
+  //                          ? "0" + n
+  //                          : n;
+  //                  }
+  //                  return this.getUTCFullYear()   + "-" +
+  //                       f(this.getUTCMonth() + 1) + "-" +
+  //                       f(this.getUTCDate())      + "T" +
+  //                       f(this.getUTCHours())     + ":" +
+  //                       f(this.getUTCMinutes())   + ":" +
+  //                       f(this.getUTCSeconds())   + "Z";
+  //              };
 
-          forEach(detections, function(data, k) {
-              if (isEmpty(data)) {
-                  loadDetection(k);
-              } else {
-                  var tag = makeTag(data);
-                  if (tag) {
-                      var tagComponent = _mlyViewer.getComponent('tag');
-                      tagComponent.add([tag]);
-                  }
-              }
-          });
+  //          You can provide an optional replacer method. It will be passed the
+  //          key and value of each member, with this bound to the containing
+  //          object. The value that is returned from your method will be
+  //          serialized. If your method returns undefined, then the member will
+  //          be excluded from the serialization.
 
+  //          If the replacer parameter is an array of strings, then it will be
+  //          used to select the members to be serialized. It filters the results
+  //          such that only members with keys listed in the replacer array are
+  //          stringified.
 
-          function loadDetection(detectionKey) {
-              var url = apibase + 'detections/' +
-                      detectionKey + '?' + utilQsString({ client_id: clientId });
+  //          Values that do not have JSON representations, such as undefined or
+  //          functions, will not be serialized. Such values in objects will be
+  //          dropped; in arrays they will be replaced with null. You can use
+  //          a replacer function to replace those with JSON values.
 
-              request(url)
-                  .mimeType('application/json')
-                  .response(function(xhr) {
-                      return JSON.parse(xhr.responseText);
-                  })
-                  .get(function(err, data) {
-                      if (!data || !data.properties) return;
+  //          JSON.stringify(undefined) returns undefined.
 
-                      var imageKey = data.properties.image_key;
-                      _mlyCache.detections[imageKey][detectionKey] = data;
+  //          The optional space parameter produces a stringification of the
+  //          value that is filled with line breaks and indentation to make it
+  //          easier to read.
 
-                      var selectedKey = _mlySelectedImage && _mlySelectedImage.key;
-                      if (imageKey === selectedKey) {
-                          var tag = makeTag(data);
-                          if (tag) {
-                              var tagComponent = _mlyViewer.getComponent('tag');
-                              tagComponent.add([tag]);
-                          }
-                      }
-                  });
-          }
+  //          If the space parameter is a non-empty string, then that string will
+  //          be used for indentation. If the space parameter is a number, then
+  //          the indentation will be that many spaces.
 
+  //          Example:
 
-          function makeTag(data) {
-              var valueParts = data.properties.value.split('--');
-              if (valueParts.length !== 3) return;
+  //          text = JSON.stringify(["e", {pluribus: "unum"}]);
+  //          // text is '["e",{"pluribus":"unum"}]'
 
-              var text = valueParts[1].replace(/-/g, ' ');
-              var tag;
+  //          text = JSON.stringify(["e", {pluribus: "unum"}], null, "\t");
+  //          // text is '[\n\t"e",\n\t{\n\t\t"pluribus": "unum"\n\t}\n]'
 
-              // Currently only two shapes <Polygon|Point>
-              if (data.properties.shape.type === 'Polygon') {
-                  var polygonGeometry = new Mapillary
-                      .TagComponent
-                      .PolygonGeometry(data.properties.shape.coordinates[0]);
+  //          text = JSON.stringify([new Date()], function (key, value) {
+  //              return this[key] instanceof Date
+  //                  ? "Date(" + this[key] + ")"
+  //                  : value;
+  //          });
+  //          // text is '["Date(---current time---)"]'
 
-                  tag = new Mapillary.TagComponent.OutlineTag(
-                      data.properties.key,
-                      polygonGeometry,
-                      {
-                          text: text,
-                          textColor: 0xffff00,
-                          lineColor: 0xffff00,
-                          lineWidth: 2,
-                          fillColor: 0xffff00,
-                          fillOpacity: 0.3,
-                      }
-                  );
+  //      JSON.parse(text, reviver)
+  //          This method parses a JSON text to produce an object or array.
+  //          It can throw a SyntaxError exception.
 
-              } else if (data.properties.shape.type === 'Point') {
-                  var pointGeometry = new Mapillary
-                      .TagComponent
-                      .PointGeometry(data.properties.shape.coordinates[0]);
+  //          The optional reviver parameter is a function that can filter and
+  //          transform the results. It receives each of the keys and values,
+  //          and its return value is used instead of the original value.
+  //          If it returns what it received, then the structure is not modified.
+  //          If it returns undefined then the member is deleted.
 
-                  tag = new Mapillary.TagComponent.SpotTag(
-                      data.properties.key,
-                      pointGeometry,
-                      {
-                          text: text,
-                          color: 0xffff00,
-                          textColor: 0xffff00
-                      }
-                  );
-              }
+  //          Example:
 
-              return tag;
-          }
-      },
+  //          // Parse the text. Values that look like ISO date strings will
+  //          // be converted to Date objects.
 
+  //          myData = JSON.parse(text, function (key, value) {
+  //              var a;
+  //              if (typeof value === "string") {
+  //                  a =
+  //   /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$/.exec(value);
+  //                  if (a) {
+  //                      return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4],
+  //                          +a[5], +a[6]));
+  //                  }
+  //              }
+  //              return value;
+  //          });
 
-      cache: function() {
-          return _mlyCache;
-      }
+  //          myData = JSON.parse('["Date(09/09/2001)"]', function (key, value) {
+  //              var d;
+  //              if (typeof value === "string" &&
+  //                      value.slice(0, 5) === "Date(" &&
+  //                      value.slice(-1) === ")") {
+  //                  d = new Date(value.slice(5, -1));
+  //                  if (d) {
+  //                      return d;
+  //                  }
+  //              }
+  //              return value;
+  //          });
 
-  };
+  //  This is a reference implementation. You are free to copy, modify, or
+  //  redistribute.
 
-  var apibase$1 = 'https://nominatim.openstreetmap.org/',
-      inflight = {},
-      nominatimCache;
+  /*jslint
+      eval, for, this
+  */
 
+  /*property
+      JSON, apply, call, charCodeAt, getUTCDate, getUTCFullYear, getUTCHours,
+      getUTCMinutes, getUTCMonth, getUTCSeconds, hasOwnProperty, join,
+      lastIndex, length, parse, prototype, push, replace, slice, stringify,
+      test, toJSON, toString, valueOf
+  */
 
-  var serviceNominatim = {
 
-      init: function() {
-          inflight = {};
-          nominatimCache = rbush_1();
-      },
+  // Create a JSON object only if one does not already exist. We create the
+  // methods in a closure to avoid creating global variables.
 
-      reset: function() {
-          forEach(inflight, function(req) { req.abort(); });
-          inflight = {};
-          nominatimCache = rbush_1();
-      },
+  if (typeof JSON !== "object") {
+      JSON = {};
+  }
 
+  (function () {
 
-      countryCode: function (location, callback) {
-          this.reverse(location, function(err, result) {
-              if (err) {
-                  return callback(err);
-              } else if (result.address) {
-                  return callback(null, result.address.country_code);
-              } else {
-                  return callback('Unable to geocode', null);
-              }
-          });
-      },
+      var rx_one = /^[\],:{}\s]*$/;
+      var rx_two = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g;
+      var rx_three = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g;
+      var rx_four = /(?:^|:|,)(?:\s*\[)+/g;
+      var rx_escapable = /[\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
+      var rx_dangerous = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
 
+      function f(n) {
+          // Format integers to have at least two digits.
+          return n < 10
+              ? "0" + n
+              : n;
+      }
 
-      reverse: function (location, callback) {
-          var cached = nominatimCache.search(
-              { minX: location[0], minY: location[1], maxX: location[0], maxY: location[1] }
-          );
+      function this_value() {
+          return this.valueOf();
+      }
 
-          if (cached.length > 0) {
-              return callback(null, cached[0].data);
-          }
+      if (typeof Date.prototype.toJSON !== "function") {
 
-          var params = { zoom: 13, format: 'json', addressdetails: 1, lat: location[1], lon: location[0] };
-          var url = apibase$1 + 'reverse?' + utilQsString(params);
-          if (inflight[url]) return;
+          Date.prototype.toJSON = function () {
 
-          inflight[url] = d3_json(url, function(err, result) {
-              delete inflight[url];
+              return isFinite(this.valueOf())
+                  ? this.getUTCFullYear() + "-" +
+                          f(this.getUTCMonth() + 1) + "-" +
+                          f(this.getUTCDate()) + "T" +
+                          f(this.getUTCHours()) + ":" +
+                          f(this.getUTCMinutes()) + ":" +
+                          f(this.getUTCSeconds()) + "Z"
+                  : null;
+          };
 
-              if (err) {
-                  return callback(err);
-              } else if (result && result.error) {
-                  return callback(result.error);
-              }
+          Boolean.prototype.toJSON = this_value;
+          Number.prototype.toJSON = this_value;
+          String.prototype.toJSON = this_value;
+      }
 
-              var extent = geoExtent$$1(location).padByMeters(200);
-              nominatimCache.insert(assign(extent.bbox(), {data: result}));
+      var gap;
+      var indent;
+      var meta;
+      var rep;
 
-              callback(null, result);
-          });
-      },
 
+      function quote(string) {
 
-      search: function (val, callback) {
-          var searchVal = encodeURIComponent(val);
-          var url = apibase$1 + 'search/' + searchVal + '?limit=10&format=json';
-          if (inflight[url]) return;
+  // If the string contains no control characters, no quote characters, and no
+  // backslash characters, then we can safely slap some quotes around it.
+  // Otherwise we must also replace the offending characters with safe escape
+  // sequences.
 
-          inflight[url] = d3_json(url, function(err, result) {
-              delete inflight[url];
-              callback(err, result);
-          });
+          rx_escapable.lastIndex = 0;
+          return rx_escapable.test(string)
+              ? "\"" + string.replace(rx_escapable, function (a) {
+                  var c = meta[a];
+                  return typeof c === "string"
+                      ? c
+                      : "\\u" + ("0000" + a.charCodeAt(0).toString(16)).slice(-4);
+              }) + "\""
+              : "\"" + string + "\"";
       }
 
-  };
 
-  var apibase$2 = 'https://openstreetcam.org',
-      maxResults$1 = 1000,
-      tileZoom$1 = 14,
-      dispatch$2 = dispatch('loadedImages'),
-      imgZoom = d3_zoom()
-          .extent([[0, 0], [320, 240]])
-          .translateExtent([[0, 0], [320, 240]])
-          .scaleExtent([1, 15])
-          .on('zoom', zoomPan),
-      _oscCache,
-      _oscSelectedImage;
+      function str(key, holder) {
 
+  // Produce a string from holder[key].
 
-  function abortRequest$1(i) {
-      i.abort();
-  }
+          var i;          // The loop counter.
+          var k;          // The member key.
+          var v;          // The member value.
+          var length;
+          var mind = gap;
+          var partial;
+          var value = holder[key];
 
+  // If the value has a toJSON method, call it to obtain a replacement value.
 
-  function nearNullIsland$1(x, y, z) {
-      if (z >= 7) {
-          var center = Math.pow(2, z - 1),
-              width = Math.pow(2, z - 6),
-              min$$1 = center - (width / 2),
-              max$$1 = center + (width / 2) - 1;
-          return x >= min$$1 && x <= max$$1 && y >= min$$1 && y <= max$$1;
-      }
-      return false;
-  }
+          if (value && typeof value === "object" &&
+                  typeof value.toJSON === "function") {
+              value = value.toJSON(key);
+          }
 
+  // If we were called with a replacer function, then call the replacer to
+  // obtain a replacement value.
 
-  function maxPageAtZoom$1(z) {
-      if (z < 15)   return 2;
-      if (z === 15) return 5;
-      if (z === 16) return 10;
-      if (z === 17) return 20;
-      if (z === 18) return 40;
-      if (z > 18)   return 80;
-  }
+          if (typeof rep === "function") {
+              value = rep.call(holder, key, value);
+          }
 
+  // What happens next depends on the value's type.
 
-  function getTiles$1(projection) {
-      var s = projection.scale() * 2 * Math.PI,
-          z = Math.max(Math.log(s) / Math.log(2) - 8, 0),
-          ts = 256 * Math.pow(2, z - tileZoom$1),
-          origin = [
-              s / 2 - projection.translate()[0],
-              s / 2 - projection.translate()[1]];
+          switch (typeof value) {
+          case "string":
+              return quote(value);
 
-      return d3geoTile()
-          .scaleExtent([tileZoom$1, tileZoom$1])
-          .scale(s)
-          .size(projection.clipExtent()[1])
-          .translate(projection.translate())()
-          .map(function(tile) {
-              var x = tile[0] * ts - origin[0],
-                  y = tile[1] * ts - origin[1];
+          case "number":
 
-              return {
-                  id: tile.toString(),
-                  xyz: tile,
-                  extent: geoExtent$$1(
-                      projection.invert([x, y + ts]),
-                      projection.invert([x + ts, y])
-                  )
-              };
-          });
-  }
+  // JSON numbers must be finite. Encode non-finite numbers as null.
 
+              return isFinite(value)
+                  ? String(value)
+                  : "null";
 
-  function loadTiles$1(which, url, projection) {
-      var s = projection.scale() * 2 * Math.PI,
-          currZoom = Math.floor(Math.max(Math.log(s) / Math.log(2) - 8, 0));
+          case "boolean":
+          case "null":
 
-      var tiles = getTiles$1(projection).filter(function(t) {
-              return !nearNullIsland$1(t.xyz[0], t.xyz[1], t.xyz[2]);
-          });
+  // If the value is a boolean or null, convert it to a string. Note:
+  // typeof null does not produce "null". The case is included here in
+  // the remote chance that this gets fixed someday.
 
-      filter(which.inflight, function(v, k) {
-          var wanted = find$1(tiles, function(tile) { return k === (tile.id + ',0'); });
-          if (!wanted) delete which.inflight[k];
-          return !wanted;
-      }).map(abortRequest$1);
+              return String(value);
 
-      tiles.forEach(function(tile) {
-          loadNextTilePage$1(which, currZoom, url, tile);
-      });
-  }
+  // If the type is "object", we might be dealing with an object or an array or
+  // null.
 
+          case "object":
 
-  function loadNextTilePage$1(which, currZoom, url, tile) {
-      var cache = _oscCache[which];
-      var bbox = tile.extent.bbox();
-      var maxPages = maxPageAtZoom$1(currZoom);
-      var nextPage = cache.nextPage[tile.id] || 1;
-      var params = utilQsString({
-              ipp: maxResults$1,
-              page: nextPage,
-              // client_id: clientId,
-              bbTopLeft: [bbox.maxY, bbox.minX].join(','),
-              bbBottomRight: [bbox.minY, bbox.maxX].join(',')
-          }, true);
+  // Due to a specification blunder in ECMAScript, typeof null is "object",
+  // so watch out for that case.
 
-      if (nextPage > maxPages) return;
+              if (!value) {
+                  return "null";
+              }
 
-      var id = tile.id + ',' + String(nextPage);
-      if (cache.loaded[id] || cache.inflight[id]) return;
+  // Make an array to hold the partial results of stringifying this object value.
 
-      cache.inflight[id] = request(url)
-          .mimeType('application/json')
-          .header('Content-type', 'application/x-www-form-urlencoded')
-          .response(function(xhr) { return JSON.parse(xhr.responseText); })
-          .post(params, function(err, data) {
-              cache.loaded[id] = true;
-              delete cache.inflight[id];
-              if (err || !data.currentPageItems || !data.currentPageItems.length) return;
+              gap += indent;
+              partial = [];
 
-              function localeDateString(s) {
-                  if (!s) return null;
-                  var detected = utilDetect();
-                  var options = { day: 'numeric', month: 'short', year: 'numeric' };
-                  var d = new Date(s);
-                  if (isNaN(d.getTime())) return null;
-                  return d.toLocaleDateString(detected.locale, options);
-              }
+  // Is the value an array?
 
-              var features = data.currentPageItems.map(function(item) {
-                  var loc = [+item.lng, +item.lat],
-                      d;
+              if (Object.prototype.toString.apply(value) === "[object Array]") {
 
-                  if (which === 'images') {
-                      d = {
-                          loc: loc,
-                          key: item.id,
-                          ca: +item.heading,
-                          captured_at: localeDateString(item.shot_date || item.date_added),
-                          captured_by: item.username,
-                          imagePath: item.lth_name,
-                          sequence_id: item.sequence_id,
-                          sequence_index: +item.sequence_index
-                      };
+  // The value is an array. Stringify every element. Use null as a placeholder
+  // for non-JSON values.
 
-                      // cache sequence info
-                      var seq = _oscCache.sequences[d.sequence_id];
-                      if (!seq) {
-                          seq = { rotation: 0, images: [] };
-                          _oscCache.sequences[d.sequence_id] = seq;
-                      }
-                      seq.images[d.sequence_index] = d;
+                  length = value.length;
+                  for (i = 0; i < length; i += 1) {
+                      partial[i] = str(i, value) || "null";
                   }
 
-                  return {
-                      minX: loc[0], minY: loc[1], maxX: loc[0], maxY: loc[1], data: d
-                  };
-              });
-
-              cache.rtree.load(features);
-
-              if (which === 'images') {
-                  dispatch$2.call('loadedImages');
-              }
+  // Join all of the elements together, separated with commas, and wrap them in
+  // brackets.
 
-              if (data.currentPageItems.length === maxResults$1) {  // more pages to load
-                  cache.nextPage[tile.id] = nextPage + 1;
-                  loadNextTilePage$1(which, currZoom, url, tile);
-              } else {
-                  cache.nextPage[tile.id] = Infinity;     // no more pages to load
+                  v = partial.length === 0
+                      ? "[]"
+                      : gap
+                          ? "[\n" + gap + partial.join(",\n" + gap) + "\n" + mind + "]"
+                          : "[" + partial.join(",") + "]";
+                  gap = mind;
+                  return v;
               }
-          });
-  }
 
+  // If the replacer is an array, use it to select the members to be stringified.
 
-  // partition viewport into `psize` x `psize` regions
-  function partitionViewport$1(psize, projection) {
-      var dimensions = projection.clipExtent()[1];
-      psize = psize || 16;
-      var cols = range(0, dimensions[0], psize),
-          rows = range(0, dimensions[1], psize),
-          partitions = [];
+              if (rep && typeof rep === "object") {
+                  length = rep.length;
+                  for (i = 0; i < length; i += 1) {
+                      if (typeof rep[i] === "string") {
+                          k = rep[i];
+                          v = str(k, value);
+                          if (v) {
+                              partial.push(quote(k) + (
+                                  gap
+                                      ? ": "
+                                      : ":"
+                              ) + v);
+                          }
+                      }
+                  }
+              } else {
 
-      rows.forEach(function(y) {
-          cols.forEach(function(x) {
-              var min$$1 = [x, y + psize],
-                  max$$1 = [x + psize, y];
-              partitions.push(
-                  geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)));
-          });
-      });
+  // Otherwise, iterate through all of the keys in the object.
 
-      return partitions;
-  }
+                  for (k in value) {
+                      if (Object.prototype.hasOwnProperty.call(value, k)) {
+                          v = str(k, value);
+                          if (v) {
+                              partial.push(quote(k) + (
+                                  gap
+                                      ? ": "
+                                      : ":"
+                              ) + v);
+                          }
+                      }
+                  }
+              }
 
+  // Join all of the member texts together, separated with commas,
+  // and wrap them in braces.
 
-  // no more than `limit` results per partition.
-  function searchLimited$1(psize, limit, projection, rtree) {
-      limit = limit || 3;
+              v = partial.length === 0
+                  ? "{}"
+                  : gap
+                      ? "{\n" + gap + partial.join(",\n" + gap) + "\n" + mind + "}"
+                      : "{" + partial.join(",") + "}";
+              gap = mind;
+              return v;
+          }
+      }
 
-      var partitions = partitionViewport$1(psize, projection);
-      var results;
+  // If the JSON object does not yet have a stringify method, give it one.
 
-      results = flatten(map$3(partitions, function(extent$$1) {
-          return rtree.search(extent$$1.bbox())
-              .slice(0, limit)
-              .map(function(d) { return d.data; });
-      }));
-      return results;
-  }
+      if (typeof JSON.stringify !== "function") {
+          meta = {    // table of character substitutions
+              "\b": "\\b",
+              "\t": "\\t",
+              "\n": "\\n",
+              "\f": "\\f",
+              "\r": "\\r",
+              "\"": "\\\"",
+              "\\": "\\\\"
+          };
+          JSON.stringify = function (value, replacer, space) {
 
+  // The stringify method takes a value and an optional replacer, and an optional
+  // space parameter, and returns a JSON text. The replacer can be a function
+  // that can replace values, or an array of strings that will select the keys.
+  // A default replacer method can be provided. Use of the space parameter can
+  // produce text that is more easily readable.
 
-  function zoomPan() {
-      var t = event.transform;
-      select('#photoviewer .osc-image-wrap')
-          .call(utilSetTransform, t.x, t.y, t.k);
-  }
+              var i;
+              gap = "";
+              indent = "";
 
+  // If the space parameter is a number, make an indent string containing that
+  // many spaces.
 
-  var serviceOpenstreetcam = {
+              if (typeof space === "number") {
+                  for (i = 0; i < space; i += 1) {
+                      indent += " ";
+                  }
 
-      init: function() {
-          if (!_oscCache) {
-              this.reset();
-          }
+  // If the space parameter is a string, it will be used as the indent string.
 
-          this.event = utilRebind(this, dispatch$2, 'on');
-      },
+              } else if (typeof space === "string") {
+                  indent = space;
+              }
 
-      reset: function() {
-          var cache = _oscCache;
+  // If there is a replacer, it must be a function or an array.
+  // Otherwise, throw an error.
 
-          if (cache) {
-              if (cache.images && cache.images.inflight) {
-                  forEach(cache.images.inflight, abortRequest$1);
+              rep = replacer;
+              if (replacer && typeof replacer !== "function" &&
+                      (typeof replacer !== "object" ||
+                      typeof replacer.length !== "number")) {
+                  throw new Error("JSON.stringify");
               }
-          }
 
-          _oscCache = {
-              images: { inflight: {}, loaded: {}, nextPage: {}, rtree: rbush_1() },
-              sequences: {}
+  // Make a fake root object containing our value under the key of "".
+  // Return the result of stringifying the value.
+
+              return str("", {"": value});
           };
+      }
 
-          _oscSelectedImage = null;
-      },
 
+  // If the JSON object does not yet have a parse method, give it one.
 
-      images: function(projection) {
-          var psize = 16, limit = 3;
-          return searchLimited$1(psize, limit, projection, _oscCache.images.rtree);
-      },
+      if (typeof JSON.parse !== "function") {
+          JSON.parse = function (text, reviver) {
 
+  // The parse method takes a text and an optional reviver function, and returns
+  // a JavaScript value if the text is a valid JSON text.
 
-      sequences: function(projection) {
-          var viewport = projection.clipExtent();
-          var min$$1 = [viewport[0][0], viewport[1][1]];
-          var max$$1 = [viewport[1][0], viewport[0][1]];
-          var bbox = geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)).bbox();
-          var sequenceKeys = {};
+              var j;
 
-          // all sequences for images in viewport
-          _oscCache.images.rtree.search(bbox)
-              .forEach(function(d) { sequenceKeys[d.data.sequence_id] = true; });
+              function walk(holder, key) {
 
-          // make linestrings from those sequences
-          var lineStrings = [];
-          Object.keys(sequenceKeys)
-              .forEach(function(sequenceKey) {
-                  var seq = _oscCache.sequences[sequenceKey];
-                  var images = seq && seq.images;
-                  if (images) {
-                      lineStrings.push({
-                          type: 'LineString',
-                          coordinates: images.map(function (d) { return d.loc; }).filter(Boolean),
-                          properties: { key: sequenceKey }
-                      });
+  // The walk method is used to recursively walk the resulting structure so
+  // that modifications can be made.
+
+                  var k;
+                  var v;
+                  var value = holder[key];
+                  if (value && typeof value === "object") {
+                      for (k in value) {
+                          if (Object.prototype.hasOwnProperty.call(value, k)) {
+                              v = walk(value, k);
+                              if (v !== undefined) {
+                                  value[k] = v;
+                              } else {
+                                  delete value[k];
+                              }
+                          }
+                      }
                   }
-              });
-          return lineStrings;
-      },
+                  return reviver.call(holder, key, value);
+              }
 
 
-      loadImages: function(projection) {
-          var url = apibase$2 + '/1.0/list/nearby-photos/';
-          loadTiles$1('images', url, projection);
-      },
+  // Parsing happens in four stages. In the first stage, we replace certain
+  // Unicode characters with escape sequences. JavaScript handles many characters
+  // incorrectly, either silently deleting them, or treating them as line endings.
 
+              text = String(text);
+              rx_dangerous.lastIndex = 0;
+              if (rx_dangerous.test(text)) {
+                  text = text.replace(rx_dangerous, function (a) {
+                      return "\\u" +
+                              ("0000" + a.charCodeAt(0).toString(16)).slice(-4);
+                  });
+              }
 
-      loadViewer: function(context) {
-          var that = this;
+  // In the second stage, we run the text against regular expressions that look
+  // for non-JSON patterns. We are especially concerned with "()" and "new"
+  // because they can cause invocation, and "=" because it can cause mutation.
+  // But just to be safe, we want to reject all unexpected forms.
 
-          // add osc-wrapper
-          var wrap = select('#photoviewer').selectAll('.osc-wrapper')
-              .data([0]);
+  // We split the second stage into 4 regexp operations in order to work around
+  // crippling inefficiencies in IE's and Safari's regexp engines. First we
+  // replace the JSON backslash pairs with "@" (a non-JSON character). Second, we
+  // replace all simple value tokens with "]" characters. Third, we delete all
+  // open brackets that follow a colon or comma or that begin the text. Finally,
+  // we look to see that the remaining characters are only whitespace or "]" or
+  // "," or ":" or "{" or "}". If that is so, then the text is safe for eval.
 
-          var wrapEnter = wrap.enter()
-              .append('div')
-              .attr('class', 'photo-wrapper osc-wrapper')
-              .classed('hide', true)
-              .call(imgZoom)
-              .on('dblclick.zoom', null);
+              if (
+                  rx_one.test(
+                      text
+                          .replace(rx_two, "@")
+                          .replace(rx_three, "]")
+                          .replace(rx_four, "")
+                  )
+              ) {
 
-          wrapEnter
-              .append('div')
-              .attr('class', 'photo-attribution fillD');
+  // In the third stage we use the eval function to compile the text into a
+  // JavaScript structure. The "{" operator is subject to a syntactic ambiguity
+  // in JavaScript: it can begin a block or an object literal. We wrap the text
+  // in parens to eliminate the ambiguity.
 
-          var controlsEnter = wrapEnter
-              .append('div')
-              .attr('class', 'osc-controls-wrap')
-              .append('div')
-              .attr('class', 'osc-controls');
+                  j = eval("(" + text + ")");
 
-          controlsEnter
-              .append('button')
-              .on('click.back', step(-1))
-              .text('◄');
+  // In the optional fourth stage, we recursively walk the new structure, passing
+  // each name/value pair to a reviver function for possible transformation.
 
-          controlsEnter
-              .append('button')
-              .on('click.rotate-ccw', rotate(-90))
-              .text('⤿');
+                  return (typeof reviver === "function")
+                      ? walk({"": j}, "")
+                      : j;
+              }
 
-          controlsEnter
-              .append('button')
-              .on('click.rotate-cw', rotate(90))
-              .text('⤾');
+  // If the text is not JSON parseable, then a SyntaxError is thrown.
 
-          controlsEnter
-              .append('button')
-              .on('click.forward', step(1))
-              .text('►');
+              throw new SyntaxError("JSON.parse");
+          };
+      }
+  }());
 
-          wrapEnter
-              .append('div')
-              .attr('class', 'osc-image-wrap');
+  var json2 = json2Plugin;
 
+  function json2Plugin() {
+       
+       return {}
+  }
 
-          function rotate(deg) {
-              return function() {
-                  if (!_oscSelectedImage) return;
-                  var sequenceKey = _oscSelectedImage.sequence_id;
-                  var sequence = _oscCache.sequences[sequenceKey];
-                  if (!sequence) return;
+  var plugins = [json2];
 
-                  var r = sequence.rotation || 0;
-                  r += deg;
+  var store_legacy = storeEngine.createStore(all, plugins);
 
-                  if (r > 180) r -= 360;
-                  if (r < -180) r += 360;
-                  sequence.rotation = r;
+  var store_legacy$1 = /*#__PURE__*/Object.freeze({
+    default: store_legacy,
+    __moduleExports: store_legacy
+  });
 
-                  var wrap = select('#photoviewer .osc-wrapper');
+  var ohauth$2 = ( ohauth$1 && ohauth_1 ) || ohauth$1;
 
-                  wrap
-                      .transition()
-                      .duration(100)
-                      .call(imgZoom.transform, identity$7);
+  var resolveUrl$2 = ( resolveUrl$1 && resolveUrl ) || resolveUrl$1;
 
-                  wrap.selectAll('.osc-image')
-                      .transition()
-                      .duration(100)
-                      .style('transform', 'rotate(' + r + 'deg)');
-              };
-          }
+  var store = ( store_legacy$1 && store_legacy ) || store_legacy$1;
 
-          function step(stepBy) {
-              return function() {
-                  if (!_oscSelectedImage) return;
-                  var sequenceKey = _oscSelectedImage.sequence_id;
-                  var sequence = _oscCache.sequences[sequenceKey];
-                  if (!sequence) return;
+  // # osm-auth
+  //
+  // This code is only compatible with IE10+ because the [XDomainRequest](http://bit.ly/LfO7xo)
+  // object, IE<10's idea of [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
+  // does not support custom headers, which this uses everywhere.
+  var osmAuth = function(o) {
 
-                  var nextIndex = _oscSelectedImage.sequence_index + stepBy;
-                  var nextImage = sequence.images[nextIndex];
-                  if (!nextImage) return;
+      var oauth = {};
 
-                  context.map().centerEase(nextImage.loc);
+      // authenticated users will also have a request token secret, but it's
+      // not used in transactions with the server
+      oauth.authenticated = function() {
+          return !!(token('oauth_token') && token('oauth_token_secret'));
+      };
 
-                  that
-                      .selectImage(nextImage)
-                      .updateViewer(nextImage);
-              };
-          }
-      },
+      oauth.logout = function() {
+          token('oauth_token', '');
+          token('oauth_token_secret', '');
+          token('oauth_request_token_secret', '');
+          return oauth;
+      };
 
+      // TODO: detect lack of click event
+      oauth.authenticate = function(callback) {
+          if (oauth.authenticated()) return callback();
 
-      showViewer: function() {
-          var viewer = select('#photoviewer')
-              .classed('hide', false);
+          oauth.logout();
 
-          var isHidden = viewer.selectAll('.photo-wrapper.osc-wrapper.hide').size();
+          // ## Getting a request token
+          var params = timenonce(getAuth(o)),
+              url = o.url + '/oauth/request_token';
 
-          if (isHidden) {
-              viewer
-                  .selectAll('.photo-wrapper:not(.osc-wrapper)')
-                  .classed('hide', true);
+          params.oauth_signature = ohauth$2.signature(
+              o.oauth_secret, '',
+              ohauth$2.baseString('POST', url, params));
 
-              viewer
-                  .selectAll('.photo-wrapper.osc-wrapper')
-                  .classed('hide', false);
+          if (!o.singlepage) {
+              // Create a 600x550 popup window in the center of the screen
+              var w = 600, h = 550,
+                  settings = [
+                      ['width', w], ['height', h],
+                      ['left', screen.width / 2 - w / 2],
+                      ['top', screen.height / 2 - h / 2]].map(function(x) {
+                          return x.join('=');
+                      }).join(','),
+                  popup = window.open('about:blank', 'oauth_window', settings);
           }
 
-          return this;
-      },
-
+          // Request a request token. When this is complete, the popup
+          // window is redirected to OSM's authorization page.
+          ohauth$2.xhr('POST', url, params, null, {}, reqTokenDone);
+          o.loading();
 
-      hideViewer: function() {
-          _oscSelectedImage = null;
+          function reqTokenDone(err, xhr) {
+              o.done();
+              if (err) return callback(err);
+              var resp = ohauth$2.stringQs(xhr.response);
+              token('oauth_request_token_secret', resp.oauth_token_secret);
+              var authorize_url = o.url + '/oauth/authorize?' + ohauth$2.qsString({
+                  oauth_token: resp.oauth_token,
+                  oauth_callback: resolveUrl$2(o.landing)
+              });
 
-          var viewer = select('#photoviewer');
-          if (!viewer.empty()) viewer.datum(null);
+              if (o.singlepage) {
+                  location.href = authorize_url;
+              } else {
+                  popup.location = authorize_url;
+              }
+          }
 
-          viewer
-              .classed('hide', true)
-              .selectAll('.photo-wrapper')
-              .classed('hide', true);
+          // Called by a function in a landing page, in the popup window. The
+          // window closes itself.
+          window.authComplete = function(token) {
+              var oauth_token = ohauth$2.stringQs(token.split('?')[1]);
+              get_access_token(oauth_token.oauth_token);
+              delete window.authComplete;
+          };
 
-          d3_selectAll('.viewfield-group, .sequence, .icon-sign')
-              .classed('selected', false);
+          // ## Getting an request token
+          //
+          // At this point we have an `oauth_token`, brought in from a function
+          // call on a landing page popup.
+          function get_access_token(oauth_token) {
+              var url = o.url + '/oauth/access_token',
+                  params = timenonce(getAuth(o)),
+                  request_token_secret = token('oauth_request_token_secret');
+              params.oauth_token = oauth_token;
+              params.oauth_signature = ohauth$2.signature(
+                  o.oauth_secret,
+                  request_token_secret,
+                  ohauth$2.baseString('POST', url, params));
 
-          return this.setStyles(null, true);
-      },
+              // ## Getting an access token
+              //
+              // The final token required for authentication. At this point
+              // we have a `request token secret`
+              ohauth$2.xhr('POST', url, params, null, {}, accessTokenDone);
+              o.loading();
+          }
 
+          function accessTokenDone(err, xhr) {
+              o.done();
+              if (err) return callback(err);
+              var access_token = ohauth$2.stringQs(xhr.response);
+              token('oauth_token', access_token.oauth_token);
+              token('oauth_token_secret', access_token.oauth_token_secret);
+              callback(null, oauth);
+          }
+      };
 
-      updateViewer: function(d) {
-          var wrap = select('#photoviewer .osc-wrapper');
-          var imageWrap = wrap.selectAll('.osc-image-wrap');
-          var attribution = wrap.selectAll('.photo-attribution').html('');
+      oauth.bootstrapToken = function(oauth_token, callback) {
+          // ## Getting an request token
+          // At this point we have an `oauth_token`, brought in from a function
+          // call on a landing page popup.
+          function get_access_token(oauth_token) {
+              var url = o.url + '/oauth/access_token',
+                  params = timenonce(getAuth(o)),
+                  request_token_secret = token('oauth_request_token_secret');
+              params.oauth_token = oauth_token;
+              params.oauth_signature = ohauth$2.signature(
+                  o.oauth_secret,
+                  request_token_secret,
+                  ohauth$2.baseString('POST', url, params));
 
-          wrap
-              .transition()
-              .duration(100)
-              .call(imgZoom.transform, identity$7);
+              // ## Getting an access token
+              // The final token required for authentication. At this point
+              // we have a `request token secret`
+              ohauth$2.xhr('POST', url, params, null, {}, accessTokenDone);
+              o.loading();
+          }
 
-          imageWrap
-              .selectAll('.osc-image')
-              .remove();
+          function accessTokenDone(err, xhr) {
+              o.done();
+              if (err) return callback(err);
+              var access_token = ohauth$2.stringQs(xhr.response);
+              token('oauth_token', access_token.oauth_token);
+              token('oauth_token_secret', access_token.oauth_token_secret);
+              callback(null, oauth);
+          }
 
-          if (d) {
-              var sequence = _oscCache.sequences[d.sequence_id];
-              var r = (sequence && sequence.rotation) || 0;
+          get_access_token(oauth_token);
+      };
 
-              imageWrap
-                  .append('img')
-                  .attr('class', 'osc-image')
-                  .attr('src', apibase$2 + '/' + d.imagePath)
-                  .style('transform', 'rotate(' + r + 'deg)');
+      // # xhr
+      //
+      // A single XMLHttpRequest wrapper that does authenticated calls if the
+      // user has logged in.
+      oauth.xhr = function(options, callback) {
+          if (!oauth.authenticated()) {
+              if (o.auto) {
+                  return oauth.authenticate(run);
+              } else {
+                  callback('not authenticated', null);
+                  return;
+              }
+          } else {
+              return run();
+          }
 
-              if (d.captured_by) {
-                  attribution
-                      .append('a')
-                      .attr('class', 'captured_by')
-                      .attr('target', '_blank')
-                      .attr('href', 'https://openstreetcam.org/user/' + encodeURIComponent(d.captured_by))
-                      .text('@' + d.captured_by);
+          function run() {
+              var params = timenonce(getAuth(o)),
+                  oauth_token_secret = token('oauth_token_secret'),
+                  url = (options.prefix !== false) ? o.url + options.path : options.path,
+                  url_parts = url.replace(/#.*$/, '').split('?', 2),
+                  base_url = url_parts[0],
+                  query = (url_parts.length === 2) ? url_parts[1] : '';
 
-                  attribution
-                      .append('span')
-                      .text('|');
+              // https://tools.ietf.org/html/rfc5849#section-3.4.1.3.1
+              if ((!options.options || !options.options.header ||
+                  options.options.header['Content-Type'] === 'application/x-www-form-urlencoded') &&
+                  options.content) {
+                  params = xtend(params, ohauth$2.stringQs(options.content));
               }
 
-              if (d.captured_at) {
-                  attribution
-                      .append('span')
-                      .attr('class', 'captured_at')
-                      .text(d.captured_at);
+              params.oauth_token = token('oauth_token');
+              params.oauth_signature = ohauth$2.signature(
+                  o.oauth_secret,
+                  oauth_token_secret,
+                  ohauth$2.baseString(options.method, base_url, xtend(params, ohauth$2.stringQs(query)))
+              );
 
-                  attribution
-                      .append('span')
-                      .text('|');
-              }
+              return ohauth$2.xhr(options.method, url, params, options.content, options.options, done);
+          }
 
-              attribution
-                  .append('a')
-                  .attr('class', 'image_link')
-                  .attr('target', '_blank')
-                  .attr('href', 'https://openstreetcam.org/details/' + d.sequence_id + '/' + d.sequence_index)
-                  .text('openstreetcam.org');
+          function done(err, xhr) {
+              if (err) return callback(err);
+              else if (xhr.responseXML) return callback(err, xhr.responseXML);
+              else return callback(err, xhr.response);
           }
-          return this;
-      },
+      };
 
+      // pre-authorize this object, if we can just get a token and token_secret
+      // from the start
+      oauth.preauth = function(c) {
+          if (!c) return;
+          if (c.oauth_token) token('oauth_token', c.oauth_token);
+          if (c.oauth_token_secret) token('oauth_token_secret', c.oauth_token_secret);
+          return oauth;
+      };
 
-      selectImage: function(d) {
-          _oscSelectedImage = d;
-          var viewer = select('#photoviewer');
-          if (!viewer.empty()) viewer.datum(d);
+      oauth.options = function(_) {
+          if (!arguments.length) return o;
 
-          this.setStyles(null, true);
+          o = _;
+          o.url = o.url || 'https://www.openstreetmap.org';
+          o.landing = o.landing || 'land.html';
+          o.singlepage = o.singlepage || false;
 
-          d3_selectAll('.icon-sign')
-              .classed('selected', false);
+          // Optional loading and loading-done functions for nice UI feedback.
+          // by default, no-ops
+          o.loading = o.loading || function() {};
+          o.done = o.done || function() {};
 
-          return this;
-      },
+          return oauth.preauth(o);
+      };
 
+      // 'stamp' an authentication object from `getAuth()`
+      // with a [nonce](http://en.wikipedia.org/wiki/Cryptographic_nonce)
+      // and timestamp
+      function timenonce(o) {
+          o.oauth_timestamp = ohauth$2.timestamp();
+          o.oauth_nonce = ohauth$2.nonce();
+          return o;
+      }
 
-      getSelectedImage: function() {
-          return _oscSelectedImage;
-      },
+      // get/set tokens. These are prefixed with the base URL so that `osm-auth`
+      // can be used with multiple APIs and the keys in `localStorage`
+      // will not clash
+      var token;
+
+      if (store.enabled) {
+          token = function (x, y) {
+              if (arguments.length === 1) return store.get(o.url + x);
+              else if (arguments.length === 2) return store.set(o.url + x, y);
+          };
+      } else {
+          var storage = {};
+          token = function (x, y) {
+              if (arguments.length === 1) return storage[o.url + x];
+              else if (arguments.length === 2) return storage[o.url + x] = y;
+          };
+      }
+
+      // Get an authentication object. If you just add and remove properties
+      // from a single object, you'll need to use `delete` to make sure that
+      // it doesn't contain undesired properties for authentication
+      function getAuth(o) {
+          return {
+              oauth_consumer_key: o.oauth_consumer_key,
+              oauth_signature_method: 'HMAC-SHA1'
+          };
+      }
 
+      // potentially pre-authorize
+      oauth.options(o);
 
-      getSequenceKeyForImage: function(d) {
-          return d && d.sequence_id;
-      },
+      return oauth;
+  };
 
+  var JXON = new (function () {
+    var
+      sValueProp = 'keyValue', sAttributesProp = 'keyAttributes', sAttrPref = '@', /* you can customize these values */
+      aCache = [], rIsNull = /^\s*$/, rIsBool = /^(?:true|false)$/i;
 
-      setStyles: function(hovered, reset) {
-          if (reset) {  // reset all layers
-              d3_selectAll('.viewfield-group')
-                  .classed('highlighted', false)
-                  .classed('hovered', false)
-                  .classed('selected', false);
+    function parseText (sValue) {
+      if (rIsNull.test(sValue)) { return null; }
+      if (rIsBool.test(sValue)) { return sValue.toLowerCase() === 'true'; }
+      if (isFinite(sValue)) { return parseFloat(sValue); }
+      if (isFinite(Date.parse(sValue))) { return new Date(sValue); }
+      return sValue;
+    }
 
-              d3_selectAll('.sequence')
-                  .classed('highlighted', false)
-                  .classed('selected', false);
-          }
+    function EmptyTree () { }
+    EmptyTree.prototype.toString = function () { return 'null'; };
+    EmptyTree.prototype.valueOf = function () { return null; };
 
-          var hoveredImageKey = hovered && hovered.key;
-          var hoveredSequenceKey = this.getSequenceKeyForImage(hovered);
-          var hoveredSequence = hoveredSequenceKey && _oscCache.sequences[hoveredSequenceKey];
-          var hoveredImageKeys = (hoveredSequence && hoveredSequence.images.map(function (d) { return d.key; })) || [];
+    function objectify (vValue) {
+      return vValue === null ? new EmptyTree() : vValue instanceof Object ? vValue : new vValue.constructor(vValue);
+    }
 
-          var viewer = select('#photoviewer');
-          var selected = viewer.empty() ? undefined : viewer.datum();
-          var selectedImageKey = selected && selected.key;
-          var selectedSequenceKey = this.getSequenceKeyForImage(selected);
-          var selectedSequence = selectedSequenceKey && _oscCache.sequences[selectedSequenceKey];
-          var selectedImageKeys = (selectedSequence && selectedSequence.images.map(function (d) { return d.key; })) || [];
+    function createObjTree (oParentNode, nVerb, bFreeze, bNesteAttr) {
+      var
+        nLevelStart = aCache.length, bChildren = oParentNode.hasChildNodes(),
+        bAttributes = oParentNode.hasAttributes(), bHighVerb = Boolean(nVerb & 2);
 
-          // highlight sibling viewfields on either the selected or the hovered sequences
-          var highlightedImageKeys = union(hoveredImageKeys, selectedImageKeys);
+      var
+        sProp, vContent, nLength = 0, sCollectedTxt = '',
+        vResult = bHighVerb ? {} : /* put here the default value for empty nodes: */ true;
 
-          d3_selectAll('.layer-openstreetcam-images .viewfield-group')
-              .classed('highlighted', function(d) { return highlightedImageKeys.indexOf(d.key) !== -1; })
-              .classed('hovered', function(d) { return d.key === hoveredImageKey; })
-              .classed('selected', function(d) { return d.key === selectedImageKey; });
+      if (bChildren) {
+        for (var oNode, nItem = 0; nItem < oParentNode.childNodes.length; nItem++) {
+          oNode = oParentNode.childNodes.item(nItem);
+          if (oNode.nodeType === 4) { sCollectedTxt += oNode.nodeValue; } /* nodeType is 'CDATASection' (4) */
+          else if (oNode.nodeType === 3) { sCollectedTxt += oNode.nodeValue.trim(); } /* nodeType is 'Text' (3) */
+          else if (oNode.nodeType === 1 && !oNode.prefix) { aCache.push(oNode); } /* nodeType is 'Element' (1) */
+        }
+      }
 
-          d3_selectAll('.layer-openstreetcam-images .sequence')
-              .classed('highlighted', function(d) { return d.properties.key === hoveredSequenceKey; })
-              .classed('selected', function(d) { return d.properties.key === selectedSequenceKey; });
+      var nLevelEnd = aCache.length, vBuiltVal = parseText(sCollectedTxt);
 
-          // update viewfields if needed
-          d3_selectAll('.viewfield-group .viewfield')
-              .attr('d', viewfieldPath);
+      if (!bHighVerb && (bChildren || bAttributes)) { vResult = nVerb === 0 ? objectify(vBuiltVal) : {}; }
 
-          function viewfieldPath() {
-              var d = this.parentNode.__data__;
-              if (d.pano && d.key !== selectedImageKey) {
-                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
-              } else {
-                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
-              }
-          }
+      for (var nElId = nLevelStart; nElId < nLevelEnd; nElId++) {
+        sProp = aCache[nElId].nodeName.toLowerCase();
+        vContent = createObjTree(aCache[nElId], nVerb, bFreeze, bNesteAttr);
+        if (vResult.hasOwnProperty(sProp)) {
+          if (vResult[sProp].constructor !== Array) { vResult[sProp] = [vResult[sProp]]; }
+          vResult[sProp].push(vContent);
+        } else {
+          vResult[sProp] = vContent;
+          nLength++;
+        }
+      }
 
-          return this;
-      },
+      if (bAttributes) {
+        var
+          nAttrLen = oParentNode.attributes.length,
+          sAPrefix = bNesteAttr ? '' : sAttrPref, oAttrParent = bNesteAttr ? {} : vResult;
 
+        for (var oAttrib, nAttrib = 0; nAttrib < nAttrLen; nLength++, nAttrib++) {
+          oAttrib = oParentNode.attributes.item(nAttrib);
+          oAttrParent[sAPrefix + oAttrib.name.toLowerCase()] = parseText(oAttrib.value.trim());
+        }
 
-      cache: function() {
-          return _oscCache;
+        if (bNesteAttr) {
+          if (bFreeze) { Object.freeze(oAttrParent); }
+          vResult[sAttributesProp] = oAttrParent;
+          nLength -= nAttrLen - 1;
+        }
       }
 
-  };
+      if (nVerb === 3 || (nVerb === 2 || nVerb === 1 && nLength > 0) && sCollectedTxt) {
+        vResult[sValueProp] = vBuiltVal;
+      } else if (!bHighVerb && nLength === 0 && sCollectedTxt) {
+        vResult = vBuiltVal;
+      }
 
-  /* Built-in method references for those with the same name as other `lodash` methods. */
-  var nativeCeil = Math.ceil,
-      nativeMax$4 = Math.max;
+      if (bFreeze && (bHighVerb || nLength > 0)) { Object.freeze(vResult); }
 
-  /**
-   * Creates an array of elements split into groups the length of `size`.
-   * If `array` can't be split evenly, the final chunk will be the remaining
-   * elements.
-   *
-   * @static
-   * @memberOf _
-   * @since 3.0.0
-   * @category Array
-   * @param {Array} array The array to process.
-   * @param {number} [size=1] The length of each chunk
-   * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
-   * @returns {Array} Returns the new array of chunks.
-   * @example
-   *
-   * _.chunk(['a', 'b', 'c', 'd'], 2);
-   * // => [['a', 'b'], ['c', 'd']]
-   *
-   * _.chunk(['a', 'b', 'c', 'd'], 3);
-   * // => [['a', 'b', 'c'], ['d']]
-   */
-  function chunk(array, size, guard) {
-    if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) {
-      size = 1;
-    } else {
-      size = nativeMax$4(toInteger(size), 0);
-    }
-    var length = array == null ? 0 : array.length;
-    if (!length || size < 1) {
-      return [];
-    }
-    var index = 0,
-        resIndex = 0,
-        result = Array(nativeCeil(length / size));
+      aCache.length = nLevelStart;
 
-    while (index < length) {
-      result[resIndex++] = baseSlice(array, index, (index += size));
+      return vResult;
     }
-    return result;
-  }
 
-  var hashes = createCommonjsModule(function (module, exports) {
-  /**
-   * jshashes - https://github.com/h2non/jshashes
-   * Released under the "New BSD" license
-   *
-   * Algorithms specification:
-   *
-   * MD5 - http://www.ietf.org/rfc/rfc1321.txt
-   * RIPEMD-160 - http://homes.esat.kuleuven.be/~bosselae/ripemd160.html
-   * SHA1   - http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
-   * SHA256 - http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
-   * SHA512 - http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
-   * HMAC - http://www.ietf.org/rfc/rfc2104.txt
-   */
-  (function() {
-    var Hashes;
+    function loadObjTree (oXMLDoc, oParentEl, oParentObj) {
+      var vValue, oChild;
 
-    function utf8Encode(str) {
-      var x, y, output = '',
-        i = -1,
-        l;
+      if (oParentObj instanceof String || oParentObj instanceof Number || oParentObj instanceof Boolean) {
+        oParentEl.appendChild(oXMLDoc.createTextNode(oParentObj.toString())); /* verbosity level is 0 */
+      } else if (oParentObj.constructor === Date) {
+        oParentEl.appendChild(oXMLDoc.createTextNode(oParentObj.toGMTString()));    
+      }
 
-      if (str && str.length) {
-        l = str.length;
-        while ((i += 1) < l) {
-          /* Decode utf-16 surrogate pairs */
-          x = str.charCodeAt(i);
-          y = i + 1 < l ? str.charCodeAt(i + 1) : 0;
-          if (0xD800 <= x && x <= 0xDBFF && 0xDC00 <= y && y <= 0xDFFF) {
-            x = 0x10000 + ((x & 0x03FF) << 10) + (y & 0x03FF);
-            i += 1;
+      for (var sName in oParentObj) {
+        vValue = oParentObj[sName];
+        if (isFinite(sName) || vValue instanceof Function) { continue; } /* verbosity level is 0 */
+        if (sName === sValueProp) {
+          if (vValue !== null && vValue !== true) { oParentEl.appendChild(oXMLDoc.createTextNode(vValue.constructor === Date ? vValue.toGMTString() : String(vValue))); }
+        } else if (sName === sAttributesProp) { /* verbosity level is 3 */
+          for (var sAttrib in vValue) { oParentEl.setAttribute(sAttrib, vValue[sAttrib]); }
+        } else if (sName.charAt(0) === sAttrPref) {
+          oParentEl.setAttribute(sName.slice(1), vValue);
+        } else if (vValue.constructor === Array) {
+          for (var nItem = 0; nItem < vValue.length; nItem++) {
+            oChild = oXMLDoc.createElement(sName);
+            loadObjTree(oXMLDoc, oChild, vValue[nItem]);
+            oParentEl.appendChild(oChild);
           }
-          /* Encode output as utf-8 */
-          if (x <= 0x7F) {
-            output += String.fromCharCode(x);
-          } else if (x <= 0x7FF) {
-            output += String.fromCharCode(0xC0 | ((x >>> 6) & 0x1F),
-              0x80 | (x & 0x3F));
-          } else if (x <= 0xFFFF) {
-            output += String.fromCharCode(0xE0 | ((x >>> 12) & 0x0F),
-              0x80 | ((x >>> 6) & 0x3F),
-              0x80 | (x & 0x3F));
-          } else if (x <= 0x1FFFFF) {
-            output += String.fromCharCode(0xF0 | ((x >>> 18) & 0x07),
-              0x80 | ((x >>> 12) & 0x3F),
-              0x80 | ((x >>> 6) & 0x3F),
-              0x80 | (x & 0x3F));
+        } else {
+          oChild = oXMLDoc.createElement(sName);
+          if (vValue instanceof Object) {
+            loadObjTree(oXMLDoc, oChild, vValue);
+          } else if (vValue !== null && vValue !== true) {
+            oChild.appendChild(oXMLDoc.createTextNode(vValue.toString()));
           }
-        }
-      }
-      return output;
+          oParentEl.appendChild(oChild);
+       }
+     }
     }
 
-    function utf8Decode(str) {
-      var i, ac, c1, c2, c3, arr = [],
-        l;
-      i = ac = c1 = c2 = c3 = 0;
-
-      if (str && str.length) {
-        l = str.length;
-        str += '';
+    this.build = function (oXMLParent, nVerbosity /* optional */, bFreeze /* optional */, bNesteAttributes /* optional */) {
+      var _nVerb = arguments.length > 1 && typeof nVerbosity === 'number' ? nVerbosity & 3 : /* put here the default verbosity level: */ 1;
+      return createObjTree(oXMLParent, _nVerb, bFreeze || false, arguments.length > 3 ? bNesteAttributes : _nVerb === 3);    
+    };
 
-        while (i < l) {
-          c1 = str.charCodeAt(i);
-          ac += 1;
-          if (c1 < 128) {
-            arr[ac] = String.fromCharCode(c1);
-            i += 1;
-          } else if (c1 > 191 && c1 < 224) {
-            c2 = str.charCodeAt(i + 1);
-            arr[ac] = String.fromCharCode(((c1 & 31) << 6) | (c2 & 63));
-            i += 2;
-          } else {
-            c2 = str.charCodeAt(i + 1);
-            c3 = str.charCodeAt(i + 2);
-            arr[ac] = String.fromCharCode(((c1 & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
-            i += 3;
-          }
-        }
-      }
-      return arr.join('');
-    }
+    this.unbuild = function (oObjTree) {    
+      var oNewDoc = document.implementation.createDocument('', '', null);
+      loadObjTree(oNewDoc, oNewDoc, oObjTree);
+      return oNewDoc;
+    };
 
-    /**
-     * Add integers, wrapping at 2^32. This uses 16-bit operations internally
-     * to work around bugs in some JS interpreters.
-     */
+    this.stringify = function (oObjTree) {
+      return (new XMLSerializer()).serializeToString(JXON.unbuild(oObjTree));
+    };
+  })();
 
-    function safe_add(x, y) {
-      var lsw = (x & 0xFFFF) + (y & 0xFFFF),
-        msw = (x >> 16) + (y >> 16) + (lsw >> 16);
-      return (msw << 16) | (lsw & 0xFFFF);
-    }
+  // var myObject = JXON.build(doc);
+  // we got our javascript object! try: alert(JSON.stringify(myObject));
 
-    /**
-     * Bitwise rotate a 32-bit number to the left.
-     */
+  // var newDoc = JXON.unbuild(myObject);
+  // we got our Document instance! try: alert((new XMLSerializer()).serializeToString(newDoc));
 
-    function bit_rol(num, cnt) {
-      return (num << cnt) | (num >>> (32 - cnt));
-    }
+  var tiler$2 = utilTiler();
+  var dispatch$3 = dispatch('authLoading', 'authDone', 'change', 'loading', 'loaded', 'loadedNotes');
+  var urlroot = 'https://www.openstreetmap.org';
+  var oauth = osmAuth({
+      url: urlroot,
+      oauth_consumer_key: '5A043yRSEugj4DJ5TljuapfnrflWDte8jTOcWLlT',
+      oauth_secret: 'aB3jKq1TRsCOUrfOIZ6oQMEDmv2ptV76PA54NGLL',
+      loading: authLoading,
+      done: authDone
+  });
 
-    /**
-     * Convert a raw string to a hex string
-     */
+  var _blacklists = ['.*\.google(apis)?\..*/(vt|kh)[\?/].*([xyz]=.*){3}.*'];
+  var _tileCache = { loaded: {}, inflight: {}, seen: {} };
+  var _noteCache = { loaded: {}, inflight: {}, inflightPost: {}, note: {}, rtree: rbush_1() };
+  var _userCache = { toLoad: {}, user: {} };
+  var _changeset = {};
 
-    function rstr2hex(input, hexcase) {
-      var hex_tab = hexcase ? '0123456789ABCDEF' : '0123456789abcdef',
-        output = '',
-        x, i = 0,
-        l = input.length;
-      for (; i < l; i += 1) {
-        x = input.charCodeAt(i);
-        output += hex_tab.charAt((x >>> 4) & 0x0F) + hex_tab.charAt(x & 0x0F);
-      }
-      return output;
-    }
+  var _connectionID = 1;
+  var _tileZoom = 16;
+  var _noteZoom = 12;
+  var _rateLimitError;
+  var _userChangesets;
+  var _userDetails;
+  var _off;
 
-    /**
-     * Convert an array of big-endian words to a string
-     */
 
-    function binb2rstr(input) {
-      var i, l = input.length * 32,
-        output = '';
-      for (i = 0; i < l; i += 8) {
-        output += String.fromCharCode((input[i >> 5] >>> (24 - i % 32)) & 0xFF);
-      }
-      return output;
-    }
+  function authLoading() {
+      dispatch$3.call('authLoading');
+  }
 
-    /**
-     * Convert an array of little-endian words to a string
-     */
 
-    function binl2rstr(input) {
-      var i, l = input.length * 32,
-        output = '';
-      for (i = 0; i < l; i += 8) {
-        output += String.fromCharCode((input[i >> 5] >>> (i % 32)) & 0xFF);
-      }
-      return output;
-    }
+  function authDone() {
+      dispatch$3.call('authDone');
+  }
 
-    /**
-     * Convert a raw string to an array of little-endian words
-     * Characters >255 have their high-byte silently ignored.
-     */
 
-    function rstr2binl(input) {
-      var i, l = input.length * 8,
-        output = Array(input.length >> 2),
-        lo = output.length;
-      for (i = 0; i < lo; i += 1) {
-        output[i] = 0;
-      }
-      for (i = 0; i < l; i += 8) {
-        output[i >> 5] |= (input.charCodeAt(i / 8) & 0xFF) << (i % 32);
+  function abortRequest$2(i) {
+      if (i) {
+          i.abort();
       }
-      return output;
-    }
+  }
 
-    /**
-     * Convert a raw string to an array of big-endian words
-     * Characters >255 have their high-byte silently ignored.
-     */
 
-    function rstr2binb(input) {
-      var i, l = input.length * 8,
-        output = Array(input.length >> 2),
-        lo = output.length;
-      for (i = 0; i < lo; i += 1) {
-        output[i] = 0;
-      }
-      for (i = 0; i < l; i += 8) {
-        output[i >> 5] |= (input.charCodeAt(i / 8) & 0xFF) << (24 - i % 32);
-      }
-      return output;
-    }
+  function abortUnwantedRequests(cache, tiles) {
+      forEach(cache.inflight, function(v, k) {
+          var wanted = find$1(tiles, function(tile) { return k === tile.id; });
+          if (!wanted) {
+              abortRequest$2(v);
+              delete cache.inflight[k];
+          }
+      });
+  }
 
-    /**
-     * Convert a raw string to an arbitrary string encoding
-     */
 
-    function rstr2any(input, encoding) {
-      var divisor = encoding.length,
-        remainders = Array(),
-        i, q, x, ld, quotient, dividend, output, full_length;
+  function getLoc(attrs) {
+      var lon = attrs.lon && attrs.lon.value;
+      var lat = attrs.lat && attrs.lat.value;
+      return [parseFloat(lon), parseFloat(lat)];
+  }
 
-      /* Convert to an array of 16-bit big-endian values, forming the dividend */
-      dividend = Array(Math.ceil(input.length / 2));
-      ld = dividend.length;
-      for (i = 0; i < ld; i += 1) {
-        dividend[i] = (input.charCodeAt(i * 2) << 8) | input.charCodeAt(i * 2 + 1);
-      }
 
-      /**
-       * Repeatedly perform a long division. The binary array forms the dividend,
-       * the length of the encoding is the divisor. Once computed, the quotient
-       * forms the dividend for the next step. We stop when the dividend is zerHashes.
-       * All remainders are stored for later use.
-       */
-      while (dividend.length > 0) {
-        quotient = Array();
-        x = 0;
-        for (i = 0; i < dividend.length; i += 1) {
-          x = (x << 16) + dividend[i];
-          q = Math.floor(x / divisor);
-          x -= q * divisor;
-          if (quotient.length > 0 || q > 0) {
-            quotient[quotient.length] = q;
-          }
-        }
-        remainders[remainders.length] = x;
-        dividend = quotient;
+  function getNodes(obj) {
+      var elems = obj.getElementsByTagName('nd');
+      var nodes = new Array(elems.length);
+      for (var i = 0, l = elems.length; i < l; i++) {
+          nodes[i] = 'n' + elems[i].attributes.ref.value;
       }
+      return nodes;
+  }
 
-      /* Convert the remainders to the output string */
-      output = '';
-      for (i = remainders.length - 1; i >= 0; i--) {
-        output += encoding.charAt(remainders[i]);
-      }
 
-      /* Append leading zero equivalents */
-      full_length = Math.ceil(input.length * 8 / (Math.log(encoding.length) / Math.log(2)));
-      for (i = output.length; i < full_length; i += 1) {
-        output = encoding[0] + output;
+  function getTags(obj) {
+      var elems = obj.getElementsByTagName('tag');
+      var tags = {};
+      for (var i = 0, l = elems.length; i < l; i++) {
+          var attrs = elems[i].attributes;
+          tags[attrs.k.value] = attrs.v.value;
       }
-      return output;
-    }
 
-    /**
-     * Convert a raw string to a base-64 string
-     */
+      return tags;
+  }
 
-    function rstr2b64(input, b64pad) {
-      var tab = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',
-        output = '',
-        len = input.length,
-        i, j, triplet;
-      b64pad = b64pad || '=';
-      for (i = 0; i < len; i += 3) {
-        triplet = (input.charCodeAt(i) << 16) | (i + 1 < len ? input.charCodeAt(i + 1) << 8 : 0) | (i + 2 < len ? input.charCodeAt(i + 2) : 0);
-        for (j = 0; j < 4; j += 1) {
-          if (i * 8 + j * 6 > input.length * 8) {
-            output += b64pad;
-          } else {
-            output += tab.charAt((triplet >>> 6 * (3 - j)) & 0x3F);
-          }
-        }
-      }
-      return output;
-    }
 
-    Hashes = {
-      /**
-       * @property {String} version
-       * @readonly
-       */
-      VERSION: '1.0.6',
-      /**
-       * @member Hashes
-       * @class Base64
-       * @constructor
-       */
-      Base64: function() {
-        // private properties
-        var tab = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',
-          pad = '=', // default pad according with the RFC standard
-          utf8 = true; // by default enable UTF-8 support encoding
+  function getMembers(obj) {
+      var elems = obj.getElementsByTagName('member');
+      var members = new Array(elems.length);
+      for (var i = 0, l = elems.length; i < l; i++) {
+          var attrs = elems[i].attributes;
+          members[i] = {
+              id: attrs.type.value[0] + attrs.ref.value,
+              type: attrs.type.value,
+              role: attrs.role.value
+          };
+      }
+      return members;
+  }
 
-        // public method for encoding
-        this.encode = function(input) {
-          var i, j, triplet,
-            output = '',
-            len = input.length;
 
-          pad = pad || '=';
-          input = (utf8) ? utf8Encode(input) : input;
+  function getVisible(attrs) {
+      return (!attrs.visible || attrs.visible.value !== 'false');
+  }
 
-          for (i = 0; i < len; i += 3) {
-            triplet = (input.charCodeAt(i) << 16) | (i + 1 < len ? input.charCodeAt(i + 1) << 8 : 0) | (i + 2 < len ? input.charCodeAt(i + 2) : 0);
-            for (j = 0; j < 4; j += 1) {
-              if (i * 8 + j * 6 > len * 8) {
-                output += pad;
-              } else {
-                output += tab.charAt((triplet >>> 6 * (3 - j)) & 0x3F);
-              }
-            }
-          }
-          return output;
-        };
 
-        // public method for decoding
-        this.decode = function(input) {
-          // var b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
-          var i, o1, o2, o3, h1, h2, h3, h4, bits, ac,
-            dec = '',
-            arr = [];
-          if (!input) {
-            return input;
-          }
+  function parseComments(comments) {
+      var parsedComments = [];
 
-          i = ac = 0;
-          input = input.replace(new RegExp('\\' + pad, 'gi'), ''); // use '='
-          //input += '';
+      // for each comment
+      for (var i = 0; i < comments.length; i++) {
+          var comment = comments[i];
+          if (comment.nodeName === 'comment') {
+              var childNodes = comment.childNodes;
+              var parsedComment = {};
 
-          do { // unpack four hexets into three octets using index points in b64
-            h1 = tab.indexOf(input.charAt(i += 1));
-            h2 = tab.indexOf(input.charAt(i += 1));
-            h3 = tab.indexOf(input.charAt(i += 1));
-            h4 = tab.indexOf(input.charAt(i += 1));
+              for (var j = 0; j < childNodes.length; j++) {
+                  var node = childNodes[j];
+                  var nodeName = node.nodeName;
+                  if (nodeName === '#text') continue;
+                  parsedComment[nodeName] = node.textContent;
 
-            bits = h1 << 18 | h2 << 12 | h3 << 6 | h4;
+                  if (nodeName === 'uid') {
+                      var uid = node.textContent;
+                      if (uid && !_userCache.user[uid]) {
+                          _userCache.toLoad[uid] = true;
+                      }
+                  }
+              }
 
-            o1 = bits >> 16 & 0xff;
-            o2 = bits >> 8 & 0xff;
-            o3 = bits & 0xff;
-            ac += 1;
+              if (parsedComment) {
+                  parsedComments.push(parsedComment);
+              }
+          }
+      }
+      return parsedComments;
+  }
 
-            if (h3 === 64) {
-              arr[ac] = String.fromCharCode(o1);
-            } else if (h4 === 64) {
-              arr[ac] = String.fromCharCode(o1, o2);
-            } else {
-              arr[ac] = String.fromCharCode(o1, o2, o3);
-            }
-          } while (i < input.length);
 
-          dec = arr.join('');
-          dec = (utf8) ? utf8Decode(dec) : dec;
+  function encodeNoteRtree(note) {
+      return {
+          minX: note.loc[0],
+          minY: note.loc[1],
+          maxX: note.loc[0],
+          maxY: note.loc[1],
+          data: note
+      };
+  }
 
-          return dec;
-        };
 
-        // set custom pad string
-        this.setPad = function(str) {
-          pad = str || pad;
-          return this;
-        };
-        // set custom tab string characters
-        this.setTab = function(str) {
-          tab = str || tab;
-          return this;
-        };
-        this.setUTF8 = function(bool) {
-          if (typeof bool === 'boolean') {
-            utf8 = bool;
-          }
-          return this;
-        };
+  var parsers = {
+      node: function nodeData(obj, uid) {
+          var attrs = obj.attributes;
+          return new osmNode({
+              id: uid,
+              visible: getVisible(attrs),
+              version: attrs.version.value,
+              changeset: attrs.changeset && attrs.changeset.value,
+              timestamp: attrs.timestamp && attrs.timestamp.value,
+              user: attrs.user && attrs.user.value,
+              uid: attrs.uid && attrs.uid.value,
+              loc: getLoc(attrs),
+              tags: getTags(obj)
+          });
       },
 
-      /**
-       * CRC-32 calculation
-       * @member Hashes
-       * @method CRC32
-       * @static
-       * @param {String} str Input String
-       * @return {String}
-       */
-      CRC32: function(str) {
-        var crc = 0,
-          x = 0,
-          y = 0,
-          table, i, iTop;
-        str = utf8Encode(str);
-
-        table = [
-          '00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 ',
-          '79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 ',
-          '84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F ',
-          '63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD ',
-          'A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC ',
-          '51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 ',
-          'B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 ',
-          '06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 ',
-          'E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 ',
-          '12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 ',
-          'D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 ',
-          '33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 ',
-          'CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 ',
-          '9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E ',
-          '7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D ',
-          '806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 ',
-          '60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA ',
-          'AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 ',
-          '5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 ',
-          'B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 ',
-          '05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 ',
-          'F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA ',
-          '11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 ',
-          'D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F ',
-          '30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E ',
-          'C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D'
-        ].join('');
+      way: function wayData(obj, uid) {
+          var attrs = obj.attributes;
+          return new osmWay({
+              id: uid,
+              visible: getVisible(attrs),
+              version: attrs.version.value,
+              changeset: attrs.changeset && attrs.changeset.value,
+              timestamp: attrs.timestamp && attrs.timestamp.value,
+              user: attrs.user && attrs.user.value,
+              uid: attrs.uid && attrs.uid.value,
+              tags: getTags(obj),
+              nodes: getNodes(obj),
+          });
+      },
 
-        crc = crc ^ (-1);
-        for (i = 0, iTop = str.length; i < iTop; i += 1) {
-          y = (crc ^ str.charCodeAt(i)) & 0xFF;
-          x = '0x' + table.substr(y * 9, 8);
-          crc = (crc >>> 8) ^ x;
-        }
-        // always return a positive number (that's what >>> 0 does)
-        return (crc ^ (-1)) >>> 0;
+      relation: function relationData(obj, uid) {
+          var attrs = obj.attributes;
+          return new osmRelation({
+              id: uid,
+              visible: getVisible(attrs),
+              version: attrs.version.value,
+              changeset: attrs.changeset && attrs.changeset.value,
+              timestamp: attrs.timestamp && attrs.timestamp.value,
+              user: attrs.user && attrs.user.value,
+              uid: attrs.uid && attrs.uid.value,
+              tags: getTags(obj),
+              members: getMembers(obj)
+          });
       },
-      /**
-       * @member Hashes
-       * @class MD5
-       * @constructor
-       * @param {Object} [config]
-       *
-       * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
-       * Digest Algorithm, as defined in RFC 1321.
-       * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
-       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
-       * See <http://pajhome.org.uk/crypt/md5> for more infHashes.
-       */
-      MD5: function(options) {
-        /**
-         * Private config properties. You may need to tweak these to be compatible with
-         * the server-side, but the defaults work in most cases.
-         * See {@link Hashes.MD5#method-setUpperCase} and {@link Hashes.SHA1#method-setUpperCase}
-         */
-        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false, // hexadecimal output case format. false - lowercase; true - uppercase
-          b64pad = (options && typeof options.pad === 'string') ? options.pad : '=', // base-64 pad character. Defaults to '=' for strict RFC compliance
-          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true; // enable/disable utf8 encoding
 
-        // privileged (public) methods
-        this.hex = function(s) {
-          return rstr2hex(rstr(s, utf8), hexcase);
-        };
-        this.b64 = function(s) {
-          return rstr2b64(rstr(s), b64pad);
-        };
-        this.any = function(s, e) {
-          return rstr2any(rstr(s, utf8), e);
-        };
-        this.raw = function(s) {
-          return rstr(s, utf8);
-        };
-        this.hex_hmac = function(k, d) {
-          return rstr2hex(rstr_hmac(k, d), hexcase);
-        };
-        this.b64_hmac = function(k, d) {
-          return rstr2b64(rstr_hmac(k, d), b64pad);
-        };
-        this.any_hmac = function(k, d, e) {
-          return rstr2any(rstr_hmac(k, d), e);
-        };
-        /**
-         * Perform a simple self-test to see if the VM is working
-         * @return {String} Hexadecimal hash sample
-         */
-        this.vm_test = function() {
-          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
-        };
-        /**
-         * Enable/disable uppercase hexadecimal returned string
-         * @param {Boolean}
-         * @return {Object} this
-         */
-        this.setUpperCase = function(a) {
-          if (typeof a === 'boolean') {
-            hexcase = a;
-          }
-          return this;
-        };
-        /**
-         * Defines a base64 pad string
-         * @param {String} Pad
-         * @return {Object} this
-         */
-        this.setPad = function(a) {
-          b64pad = a || b64pad;
-          return this;
-        };
-        /**
-         * Defines a base64 pad string
-         * @param {Boolean}
-         * @return {Object} [this]
-         */
-        this.setUTF8 = function(a) {
-          if (typeof a === 'boolean') {
-            utf8 = a;
-          }
-          return this;
-        };
+      note: function parseNote(obj, uid) {
+          var attrs = obj.attributes;
+          var childNodes = obj.childNodes;
+          var props = {};
 
-        // private methods
+          props.id = uid;
+          props.loc = getLoc(attrs);
 
-        /**
-         * Calculate the MD5 of a raw string
-         */
+          // if notes are coincident, move them apart slightly
+          var coincident = false;
+          var epsilon = 0.00001;
+          do {
+              if (coincident) {
+                  props.loc = geoVecAdd(props.loc, [epsilon, epsilon]);
+              }
+              var bbox = geoExtent$$1(props.loc).bbox();
+              coincident = _noteCache.rtree.search(bbox).length;
+          } while (coincident);
+
+          // parse note contents
+          for (var i = 0; i < childNodes.length; i++) {
+              var node = childNodes[i];
+              var nodeName = node.nodeName;
+              if (nodeName === '#text') continue;
+
+              // if the element is comments, parse the comments
+              if (nodeName === 'comments') {
+                  props[nodeName] = parseComments(node.childNodes);
+              } else {
+                  props[nodeName] = node.textContent;
+              }
+          }
 
-        function rstr(s) {
-          s = (utf8) ? utf8Encode(s) : s;
-          return binl2rstr(binl(rstr2binl(s), s.length * 8));
-        }
+          var note = new osmNote(props);
+          var item = encodeNoteRtree(note);
+          _noteCache.note[note.id] = note;
+          _noteCache.rtree.insert(item);
 
-        /**
-         * Calculate the HMAC-MD5, of a key and some data (raw strings)
-         */
+          return note;
+      },
 
-        function rstr_hmac(key, data) {
-          var bkey, ipad, opad, hash, i;
+      user: function parseUser(obj, uid) {
+          var attrs = obj.attributes;
+          var user = {
+              id: uid,
+              display_name: attrs.display_name && attrs.display_name.value,
+              account_created: attrs.account_created && attrs.account_created.value,
+              changesets_count: 0
+          };
 
-          key = (utf8) ? utf8Encode(key) : key;
-          data = (utf8) ? utf8Encode(data) : data;
-          bkey = rstr2binl(key);
-          if (bkey.length > 16) {
-            bkey = binl(bkey, key.length * 8);
+          var img = obj.getElementsByTagName('img');
+          if (img && img[0] && img[0].getAttribute('href')) {
+              user.image_url = img[0].getAttribute('href');
           }
 
-          ipad = Array(16), opad = Array(16);
-          for (i = 0; i < 16; i += 1) {
-            ipad[i] = bkey[i] ^ 0x36363636;
-            opad[i] = bkey[i] ^ 0x5C5C5C5C;
+          var changesets = obj.getElementsByTagName('changesets');
+          if (changesets && changesets[0] && changesets[0].getAttribute('count')) {
+              user.changesets_count = changesets[0].getAttribute('count');
           }
-          hash = binl(ipad.concat(rstr2binl(data)), 512 + data.length * 8);
-          return binl2rstr(binl(opad.concat(hash), 512 + 128));
-        }
 
-        /**
-         * Calculate the MD5 of an array of little-endian words, and a bit length.
-         */
+          _userCache.user[uid] = user;
+          delete _userCache.toLoad[uid];
+          return user;
+      }
+  };
 
-        function binl(x, len) {
-          var i, olda, oldb, oldc, oldd,
-            a = 1732584193,
-            b = -271733879,
-            c = -1732584194,
-            d = 271733878;
 
-          /* append padding */
-          x[len >> 5] |= 0x80 << ((len) % 32);
-          x[(((len + 64) >>> 9) << 4) + 14] = len;
+  function parseXML(xml$$1, callback, options) {
+      options = assignIn({ skipSeen: true }, options);
+      if (!xml$$1 || !xml$$1.childNodes) {
+          return callback({ message: 'No XML', status: -1 });
+      }
 
-          for (i = 0; i < x.length; i += 16) {
-            olda = a;
-            oldb = b;
-            oldc = c;
-            oldd = d;
+      var root = xml$$1.childNodes[0];
+      var children = root.childNodes;
+      utilIdleWorker(children, parseChild, done);
 
-            a = md5_ff(a, b, c, d, x[i + 0], 7, -680876936);
-            d = md5_ff(d, a, b, c, x[i + 1], 12, -389564586);
-            c = md5_ff(c, d, a, b, x[i + 2], 17, 606105819);
-            b = md5_ff(b, c, d, a, x[i + 3], 22, -1044525330);
-            a = md5_ff(a, b, c, d, x[i + 4], 7, -176418897);
-            d = md5_ff(d, a, b, c, x[i + 5], 12, 1200080426);
-            c = md5_ff(c, d, a, b, x[i + 6], 17, -1473231341);
-            b = md5_ff(b, c, d, a, x[i + 7], 22, -45705983);
-            a = md5_ff(a, b, c, d, x[i + 8], 7, 1770035416);
-            d = md5_ff(d, a, b, c, x[i + 9], 12, -1958414417);
-            c = md5_ff(c, d, a, b, x[i + 10], 17, -42063);
-            b = md5_ff(b, c, d, a, x[i + 11], 22, -1990404162);
-            a = md5_ff(a, b, c, d, x[i + 12], 7, 1804603682);
-            d = md5_ff(d, a, b, c, x[i + 13], 12, -40341101);
-            c = md5_ff(c, d, a, b, x[i + 14], 17, -1502002290);
-            b = md5_ff(b, c, d, a, x[i + 15], 22, 1236535329);
 
-            a = md5_gg(a, b, c, d, x[i + 1], 5, -165796510);
-            d = md5_gg(d, a, b, c, x[i + 6], 9, -1069501632);
-            c = md5_gg(c, d, a, b, x[i + 11], 14, 643717713);
-            b = md5_gg(b, c, d, a, x[i + 0], 20, -373897302);
-            a = md5_gg(a, b, c, d, x[i + 5], 5, -701558691);
-            d = md5_gg(d, a, b, c, x[i + 10], 9, 38016083);
-            c = md5_gg(c, d, a, b, x[i + 15], 14, -660478335);
-            b = md5_gg(b, c, d, a, x[i + 4], 20, -405537848);
-            a = md5_gg(a, b, c, d, x[i + 9], 5, 568446438);
-            d = md5_gg(d, a, b, c, x[i + 14], 9, -1019803690);
-            c = md5_gg(c, d, a, b, x[i + 3], 14, -187363961);
-            b = md5_gg(b, c, d, a, x[i + 8], 20, 1163531501);
-            a = md5_gg(a, b, c, d, x[i + 13], 5, -1444681467);
-            d = md5_gg(d, a, b, c, x[i + 2], 9, -51403784);
-            c = md5_gg(c, d, a, b, x[i + 7], 14, 1735328473);
-            b = md5_gg(b, c, d, a, x[i + 12], 20, -1926607734);
+      function done(results) {
+          callback(null, results);
+      }
 
-            a = md5_hh(a, b, c, d, x[i + 5], 4, -378558);
-            d = md5_hh(d, a, b, c, x[i + 8], 11, -2022574463);
-            c = md5_hh(c, d, a, b, x[i + 11], 16, 1839030562);
-            b = md5_hh(b, c, d, a, x[i + 14], 23, -35309556);
-            a = md5_hh(a, b, c, d, x[i + 1], 4, -1530992060);
-            d = md5_hh(d, a, b, c, x[i + 4], 11, 1272893353);
-            c = md5_hh(c, d, a, b, x[i + 7], 16, -155497632);
-            b = md5_hh(b, c, d, a, x[i + 10], 23, -1094730640);
-            a = md5_hh(a, b, c, d, x[i + 13], 4, 681279174);
-            d = md5_hh(d, a, b, c, x[i + 0], 11, -358537222);
-            c = md5_hh(c, d, a, b, x[i + 3], 16, -722521979);
-            b = md5_hh(b, c, d, a, x[i + 6], 23, 76029189);
-            a = md5_hh(a, b, c, d, x[i + 9], 4, -640364487);
-            d = md5_hh(d, a, b, c, x[i + 12], 11, -421815835);
-            c = md5_hh(c, d, a, b, x[i + 15], 16, 530742520);
-            b = md5_hh(b, c, d, a, x[i + 2], 23, -995338651);
+      function parseChild(child) {
+          var parser = parsers[child.nodeName];
+          if (!parser) return null;
 
-            a = md5_ii(a, b, c, d, x[i + 0], 6, -198630844);
-            d = md5_ii(d, a, b, c, x[i + 7], 10, 1126891415);
-            c = md5_ii(c, d, a, b, x[i + 14], 15, -1416354905);
-            b = md5_ii(b, c, d, a, x[i + 5], 21, -57434055);
-            a = md5_ii(a, b, c, d, x[i + 12], 6, 1700485571);
-            d = md5_ii(d, a, b, c, x[i + 3], 10, -1894986606);
-            c = md5_ii(c, d, a, b, x[i + 10], 15, -1051523);
-            b = md5_ii(b, c, d, a, x[i + 1], 21, -2054922799);
-            a = md5_ii(a, b, c, d, x[i + 8], 6, 1873313359);
-            d = md5_ii(d, a, b, c, x[i + 15], 10, -30611744);
-            c = md5_ii(c, d, a, b, x[i + 6], 15, -1560198380);
-            b = md5_ii(b, c, d, a, x[i + 13], 21, 1309151649);
-            a = md5_ii(a, b, c, d, x[i + 4], 6, -145523070);
-            d = md5_ii(d, a, b, c, x[i + 11], 10, -1120210379);
-            c = md5_ii(c, d, a, b, x[i + 2], 15, 718787259);
-            b = md5_ii(b, c, d, a, x[i + 9], 21, -343485551);
+          var uid;
+          if (child.nodeName === 'user') {
+              uid = child.attributes.id.value;
+              if (options.skipSeen && _userCache.user[uid]) {
+                  delete _userCache.toLoad[uid];
+                  return null;
+              }
 
-            a = safe_add(a, olda);
-            b = safe_add(b, oldb);
-            c = safe_add(c, oldc);
-            d = safe_add(d, oldd);
+          } else if (child.nodeName === 'note') {
+              uid = child.getElementsByTagName('id')[0].textContent;
+
+          } else {
+              uid = osmEntity$$1.id.fromOSM(child.nodeName, child.attributes.id.value);
+              if (options.skipSeen) {
+                  if (_tileCache.seen[uid]) return null;  // avoid reparsing a "seen" entity
+                  _tileCache.seen[uid] = true;
+              }
           }
-          return Array(a, b, c, d);
-        }
 
-        /**
-         * These functions implement the four basic operations the algorithm uses.
-         */
+          return parser(child, uid);
+      }
+  }
 
-        function md5_cmn(q, a, b, x, s, t) {
-          return safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b);
-        }
 
-        function md5_ff(a, b, c, d, x, s, t) {
-          return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
-        }
+  // replace or remove note from rtree
+  function updateRtree(item, replace) {
+      _noteCache.rtree.remove(item, function isEql(a, b) { return a.data.id === b.data.id; });
 
-        function md5_gg(a, b, c, d, x, s, t) {
-          return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
-        }
+      if (replace) {
+          _noteCache.rtree.insert(item);
+      }
+  }
 
-        function md5_hh(a, b, c, d, x, s, t) {
-          return md5_cmn(b ^ c ^ d, a, b, x, s, t);
-        }
 
-        function md5_ii(a, b, c, d, x, s, t) {
-          return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);
-        }
-      },
-      /**
-       * @member Hashes
-       * @class Hashes.SHA1
-       * @param {Object} [config]
-       * @constructor
-       *
-       * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined in FIPS 180-1
-       * Version 2.2 Copyright Paul Johnston 2000 - 2009.
-       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
-       * See http://pajhome.org.uk/crypt/md5 for details.
-       */
-      SHA1: function(options) {
-        /**
-         * Private config properties. You may need to tweak these to be compatible with
-         * the server-side, but the defaults work in most cases.
-         * See {@link Hashes.MD5#method-setUpperCase} and {@link Hashes.SHA1#method-setUpperCase}
-         */
-        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false, // hexadecimal output case format. false - lowercase; true - uppercase
-          b64pad = (options && typeof options.pad === 'string') ? options.pad : '=', // base-64 pad character. Defaults to '=' for strict RFC compliance
-          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true; // enable/disable utf8 encoding
+  function wrapcb(thisArg, callback, cid) {
+      return function(err, result) {
+          if (err) {
+              // 400 Bad Request, 401 Unauthorized, 403 Forbidden..
+              if (err.status === 400 || err.status === 401 || err.status === 403) {
+                  thisArg.logout();
+              }
+              return callback.call(thisArg, err);
 
-        // public methods
-        this.hex = function(s) {
-          return rstr2hex(rstr(s, utf8), hexcase);
-        };
-        this.b64 = function(s) {
-          return rstr2b64(rstr(s, utf8), b64pad);
-        };
-        this.any = function(s, e) {
-          return rstr2any(rstr(s, utf8), e);
-        };
-        this.raw = function(s) {
-          return rstr(s, utf8);
-        };
-        this.hex_hmac = function(k, d) {
-          return rstr2hex(rstr_hmac(k, d));
-        };
-        this.b64_hmac = function(k, d) {
-          return rstr2b64(rstr_hmac(k, d), b64pad);
-        };
-        this.any_hmac = function(k, d, e) {
-          return rstr2any(rstr_hmac(k, d), e);
-        };
-        /**
-         * Perform a simple self-test to see if the VM is working
-         * @return {String} Hexadecimal hash sample
-         * @public
-         */
-        this.vm_test = function() {
-          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
-        };
-        /**
-         * @description Enable/disable uppercase hexadecimal returned string
-         * @param {boolean}
-         * @return {Object} this
-         * @public
-         */
-        this.setUpperCase = function(a) {
-          if (typeof a === 'boolean') {
-            hexcase = a;
-          }
-          return this;
-        };
-        /**
-         * @description Defines a base64 pad string
-         * @param {string} Pad
-         * @return {Object} this
-         * @public
-         */
-        this.setPad = function(a) {
-          b64pad = a || b64pad;
-          return this;
-        };
-        /**
-         * @description Defines a base64 pad string
-         * @param {boolean}
-         * @return {Object} this
-         * @public
-         */
-        this.setUTF8 = function(a) {
-          if (typeof a === 'boolean') {
-            utf8 = a;
+          } else if (thisArg.getConnectionId() !== cid) {
+              return callback.call(thisArg, { message: 'Connection Switched', status: -1 });
+
+          } else {
+              return callback.call(thisArg, err, result);
           }
-          return this;
-        };
+      };
+  }
+
+
+  var serviceOsm = {
+
+      init: function() {
+          utilRebind(this, dispatch$3, 'on');
+      },
+
+
+      reset: function() {
+          _connectionID++;
+          _userChangesets = undefined;
+          _userDetails = undefined;
+          _rateLimitError = undefined;
 
-        // private methods
+          forEach(_tileCache.inflight, abortRequest$2);
+          forEach(_noteCache.inflight, abortRequest$2);
+          forEach(_noteCache.inflightPost, abortRequest$2);
+          if (_changeset.inflight) abortRequest$2(_changeset.inflight);
 
-        /**
-         * Calculate the SHA-512 of a raw string
-         */
+          _tileCache = { loaded: {}, inflight: {}, seen: {} };
+          _noteCache = { loaded: {}, inflight: {}, inflightPost: {}, note: {}, rtree: rbush_1() };
+          _userCache = { toLoad: {}, user: {} };
+          _changeset = {};
 
-        function rstr(s) {
-          s = (utf8) ? utf8Encode(s) : s;
-          return binb2rstr(binb(rstr2binb(s), s.length * 8));
-        }
+          return this;
+      },
 
-        /**
-         * Calculate the HMAC-SHA1 of a key and some data (raw strings)
-         */
 
-        function rstr_hmac(key, data) {
-          var bkey, ipad, opad, i, hash;
-          key = (utf8) ? utf8Encode(key) : key;
-          data = (utf8) ? utf8Encode(data) : data;
-          bkey = rstr2binb(key);
+      getConnectionId: function() {
+          return _connectionID;
+      },
 
-          if (bkey.length > 16) {
-            bkey = binb(bkey, key.length * 8);
-          }
-          ipad = Array(16), opad = Array(16);
-          for (i = 0; i < 16; i += 1) {
-            ipad[i] = bkey[i] ^ 0x36363636;
-            opad[i] = bkey[i] ^ 0x5C5C5C5C;
-          }
-          hash = binb(ipad.concat(rstr2binb(data)), 512 + data.length * 8);
-          return binb2rstr(binb(opad.concat(hash), 512 + 160));
-        }
 
-        /**
-         * Calculate the SHA-1 of an array of big-endian words, and a bit length
-         */
+      changesetURL: function(changesetID) {
+          return urlroot + '/changeset/' + changesetID;
+      },
 
-        function binb(x, len) {
-          var i, j, t, olda, oldb, oldc, oldd, olde,
-            w = Array(80),
-            a = 1732584193,
-            b = -271733879,
-            c = -1732584194,
-            d = 271733878,
-            e = -1009589776;
 
-          /* append padding */
-          x[len >> 5] |= 0x80 << (24 - len % 32);
-          x[((len + 64 >> 9) << 4) + 15] = len;
+      changesetsURL: function(center, zoom) {
+          var precision = Math.max(0, Math.ceil(Math.log(zoom) / Math.LN2));
+          return urlroot + '/history#map=' +
+              Math.floor(zoom) + '/' +
+              center[1].toFixed(precision) + '/' +
+              center[0].toFixed(precision);
+      },
 
-          for (i = 0; i < x.length; i += 16) {
-            olda = a;
-            oldb = b;
-            oldc = c;
-            oldd = d;
-            olde = e;
 
-            for (j = 0; j < 80; j += 1) {
-              if (j < 16) {
-                w[j] = x[i + j];
-              } else {
-                w[j] = bit_rol(w[j - 3] ^ w[j - 8] ^ w[j - 14] ^ w[j - 16], 1);
-              }
-              t = safe_add(safe_add(bit_rol(a, 5), sha1_ft(j, b, c, d)),
-                safe_add(safe_add(e, w[j]), sha1_kt(j)));
-              e = d;
-              d = c;
-              c = bit_rol(b, 30);
-              b = a;
-              a = t;
-            }
+      entityURL: function(entity) {
+          return urlroot + '/' + entity.type + '/' + entity.osmId();
+      },
 
-            a = safe_add(a, olda);
-            b = safe_add(b, oldb);
-            c = safe_add(c, oldc);
-            d = safe_add(d, oldd);
-            e = safe_add(e, olde);
-          }
-          return Array(a, b, c, d, e);
-        }
 
-        /**
-         * Perform the appropriate triplet combination function for the current
-         * iteration
-         */
+      historyURL: function(entity) {
+          return urlroot + '/' + entity.type + '/' + entity.osmId() + '/history';
+      },
 
-        function sha1_ft(t, b, c, d) {
-          if (t < 20) {
-            return (b & c) | ((~b) & d);
-          }
-          if (t < 40) {
-            return b ^ c ^ d;
-          }
-          if (t < 60) {
-            return (b & c) | (b & d) | (c & d);
-          }
-          return b ^ c ^ d;
-        }
 
-        /**
-         * Determine the appropriate additive constant for the current iteration
-         */
+      userURL: function(username) {
+          return urlroot + '/user/' + username;
+      },
 
-        function sha1_kt(t) {
-          return (t < 20) ? 1518500249 : (t < 40) ? 1859775393 :
-            (t < 60) ? -1894007588 : -899497514;
-        }
+
+      noteURL: function(note) {
+          return urlroot + '/note/' + note.id;
       },
-      /**
-       * @class Hashes.SHA256
-       * @param {config}
-       *
-       * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined in FIPS 180-2
-       * Version 2.2 Copyright Angel Marin, Paul Johnston 2000 - 2009.
-       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
-       * See http://pajhome.org.uk/crypt/md5 for details.
-       * Also http://anmar.eu.org/projects/jssha2/
-       */
-      SHA256: function(options) {
-        /**
-         * Private properties configuration variables. You may need to tweak these to be compatible with
-         * the server-side, but the defaults work in most cases.
-         * @see this.setUpperCase() method
-         * @see this.setPad() method
-         */
-        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false, // hexadecimal output case format. false - lowercase; true - uppercase  */
-          b64pad = (options && typeof options.pad === 'string') ? options.pad : '=',
-          /* base-64 pad character. Default '=' for strict RFC compliance   */
-          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true,
-          /* enable/disable utf8 encoding */
-          sha256_K;
 
-        /* privileged (public) methods */
-        this.hex = function(s) {
-          return rstr2hex(rstr(s, utf8));
-        };
-        this.b64 = function(s) {
-          return rstr2b64(rstr(s, utf8), b64pad);
-        };
-        this.any = function(s, e) {
-          return rstr2any(rstr(s, utf8), e);
-        };
-        this.raw = function(s) {
-          return rstr(s, utf8);
-        };
-        this.hex_hmac = function(k, d) {
-          return rstr2hex(rstr_hmac(k, d));
-        };
-        this.b64_hmac = function(k, d) {
-          return rstr2b64(rstr_hmac(k, d), b64pad);
-        };
-        this.any_hmac = function(k, d, e) {
-          return rstr2any(rstr_hmac(k, d), e);
-        };
-        /**
-         * Perform a simple self-test to see if the VM is working
-         * @return {String} Hexadecimal hash sample
-         * @public
-         */
-        this.vm_test = function() {
-          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
-        };
-        /**
-         * Enable/disable uppercase hexadecimal returned string
-         * @param {boolean}
-         * @return {Object} this
-         * @public
-         */
-        this.setUpperCase = function(a) {
-          if (typeof a === 'boolean') {
-            hexcase = a;
-          }
-          return this;
-        };
-        /**
-         * @description Defines a base64 pad string
-         * @param {string} Pad
-         * @return {Object} this
-         * @public
-         */
-        this.setPad = function(a) {
-          b64pad = a || b64pad;
-          return this;
-        };
-        /**
-         * Defines a base64 pad string
-         * @param {boolean}
-         * @return {Object} this
-         * @public
-         */
-        this.setUTF8 = function(a) {
-          if (typeof a === 'boolean') {
-            utf8 = a;
-          }
-          return this;
-        };
 
-        // private methods
+      // Generic method to load data from the OSM API
+      // Can handle either auth or unauth calls.
+      loadFromAPI: function(path, callback, options) {
+          options = assignIn({ skipSeen: true }, options);
+          var that = this;
+          var cid = _connectionID;
 
-        /**
-         * Calculate the SHA-512 of a raw string
-         */
+          function done(err, xml$$1) {
+              if (that.getConnectionId() !== cid) {
+                  if (callback) callback({ message: 'Connection Switched', status: -1 });
+                  return;
+              }
 
-        function rstr(s, utf8) {
-          s = (utf8) ? utf8Encode(s) : s;
-          return binb2rstr(binb(rstr2binb(s), s.length * 8));
-        }
+              var isAuthenticated = that.authenticated();
 
-        /**
-         * Calculate the HMAC-sha256 of a key and some data (raw strings)
-         */
+              // 400 Bad Request, 401 Unauthorized, 403 Forbidden
+              // Logout and retry the request..
+              if (isAuthenticated && err && (err.status === 400 || err.status === 401 || err.status === 403)) {
+                  that.logout();
+                  that.loadFromAPI(path, callback, options);
 
-        function rstr_hmac(key, data) {
-          key = (utf8) ? utf8Encode(key) : key;
-          data = (utf8) ? utf8Encode(data) : data;
-          var hash, i = 0,
-            bkey = rstr2binb(key),
-            ipad = Array(16),
-            opad = Array(16);
+              // else, no retry..
+              } else {
+                  // 509 Bandwidth Limit Exceeded, 429 Too Many Requests
+                  // Set the rateLimitError flag and trigger a warning..
+                  if (!isAuthenticated && !_rateLimitError && err &&
+                          (err.status === 509 || err.status === 429)) {
+                      _rateLimitError = err;
+                      dispatch$3.call('change');
+                  }
 
-          if (bkey.length > 16) {
-            bkey = binb(bkey, key.length * 8);
+                  if (callback) {
+                      if (err) {
+                          return callback(err);
+                      } else {
+                          return parseXML(xml$$1, callback, options);
+                      }
+                  }
+              }
           }
 
-          for (; i < 16; i += 1) {
-            ipad[i] = bkey[i] ^ 0x36363636;
-            opad[i] = bkey[i] ^ 0x5C5C5C5C;
+          if (this.authenticated()) {
+              return oauth.xhr({ method: 'GET', path: path }, done);
+          } else {
+              var url = urlroot + path;
+              return d3_xml(url).get(done);
           }
+      },
 
-          hash = binb(ipad.concat(rstr2binb(data)), 512 + data.length * 8);
-          return binb2rstr(binb(opad.concat(hash), 512 + 256));
-        }
 
-        /*
-         * Main sha256 function, with its support functions
-         */
+      // Load a single entity by id (ways and relations use the `/full` call)
+      // GET /api/0.6/node/#id
+      // GET /api/0.6/[way|relation]/#id/full
+      loadEntity: function(id, callback) {
+          var type = osmEntity$$1.id.type(id);
+          var osmID = osmEntity$$1.id.toOSM(id);
+          var options = { skipSeen: false };
 
-        function sha256_S(X, n) {
-          return (X >>> n) | (X << (32 - n));
-        }
+          this.loadFromAPI(
+              '/api/0.6/' + type + '/' + osmID + (type !== 'node' ? '/full' : ''),
+              function(err, entities) {
+                  if (callback) callback(err, { data: entities });
+              },
+              options
+          );
+      },
 
-        function sha256_R(X, n) {
-          return (X >>> n);
-        }
 
-        function sha256_Ch(x, y, z) {
-          return ((x & y) ^ ((~x) & z));
-        }
+      // Load a single entity with a specific version
+      // GET /api/0.6/[node|way|relation]/#id/#version
+      loadEntityVersion: function(id, version, callback) {
+          var type = osmEntity$$1.id.type(id);
+          var osmID = osmEntity$$1.id.toOSM(id);
+          var options = { skipSeen: false };
 
-        function sha256_Maj(x, y, z) {
-          return ((x & y) ^ (x & z) ^ (y & z));
-        }
+          this.loadFromAPI(
+              '/api/0.6/' + type + '/' + osmID + '/' + version,
+              function(err, entities) {
+                  if (callback) callback(err, { data: entities });
+              },
+              options
+          );
+      },
 
-        function sha256_Sigma0256(x) {
-          return (sha256_S(x, 2) ^ sha256_S(x, 13) ^ sha256_S(x, 22));
-        }
 
-        function sha256_Sigma1256(x) {
-          return (sha256_S(x, 6) ^ sha256_S(x, 11) ^ sha256_S(x, 25));
-        }
+      // Load multiple entities in chunks
+      // (note: callback may be called multiple times)
+      // GET /api/0.6/[nodes|ways|relations]?#parameters
+      loadMultiple: function(ids, callback) {
+          var that = this;
 
-        function sha256_Gamma0256(x) {
-          return (sha256_S(x, 7) ^ sha256_S(x, 18) ^ sha256_R(x, 3));
-        }
+          forEach(groupBy(uniq(ids), osmEntity$$1.id.type), function(v, k) {
+              var type = k + 's';
+              var osmIDs = map$3(v, osmEntity$$1.id.toOSM);
+              var options = { skipSeen: false };
 
-        function sha256_Gamma1256(x) {
-          return (sha256_S(x, 17) ^ sha256_S(x, 19) ^ sha256_R(x, 10));
-        }
+              forEach(chunk(osmIDs, 150), function(arr) {
+                  that.loadFromAPI(
+                      '/api/0.6/' + type + '?' + type + '=' + arr.join(),
+                      function(err, entities) {
+                          if (callback) callback(err, { data: entities });
+                      },
+                      options
+                  );
+              });
+          });
+      },
 
-        sha256_K = [
-          1116352408, 1899447441, -1245643825, -373957723, 961987163, 1508970993, -1841331548, -1424204075, -670586216, 310598401, 607225278, 1426881987,
-          1925078388, -2132889090, -1680079193, -1046744716, -459576895, -272742522,
-          264347078, 604807628, 770255983, 1249150122, 1555081692, 1996064986, -1740746414, -1473132947, -1341970488, -1084653625, -958395405, -710438585,
-          113926993, 338241895, 666307205, 773529912, 1294757372, 1396182291,
-          1695183700, 1986661051, -2117940946, -1838011259, -1564481375, -1474664885, -1035236496, -949202525, -778901479, -694614492, -200395387, 275423344,
-          430227734, 506948616, 659060556, 883997877, 958139571, 1322822218,
-          1537002063, 1747873779, 1955562222, 2024104815, -2067236844, -1933114872, -1866530822, -1538233109, -1090935817, -965641998
-        ];
 
-        function binb(m, l) {
-          var HASH = [1779033703, -1150833019, 1013904242, -1521486534,
-            1359893119, -1694144372, 528734635, 1541459225
-          ];
-          var W = new Array(64);
-          var a, b, c, d, e, f, g, h;
-          var i, j, T1, T2;
+      // Create, upload, and close a changeset
+      // PUT /api/0.6/changeset/create
+      // POST /api/0.6/changeset/#id/upload
+      // PUT /api/0.6/changeset/#id/close
+      putChangeset: function(changeset, changes, callback) {
+          var cid = _connectionID;
 
-          /* append padding */
-          m[l >> 5] |= 0x80 << (24 - l % 32);
-          m[((l + 64 >> 9) << 4) + 15] = l;
+          if (_changeset.inflight) {
+              return callback({ message: 'Changeset already inflight', status: -2 }, changeset);
 
-          for (i = 0; i < m.length; i += 16) {
-            a = HASH[0];
-            b = HASH[1];
-            c = HASH[2];
-            d = HASH[3];
-            e = HASH[4];
-            f = HASH[5];
-            g = HASH[6];
-            h = HASH[7];
+          } else if (_changeset.open) {   // reuse existing open changeset..
+              return createdChangeset(null, _changeset.open);
 
-            for (j = 0; j < 64; j += 1) {
-              if (j < 16) {
-                W[j] = m[j + i];
-              } else {
-                W[j] = safe_add(safe_add(safe_add(sha256_Gamma1256(W[j - 2]), W[j - 7]),
-                  sha256_Gamma0256(W[j - 15])), W[j - 16]);
-              }
+          } else {   // Open a new changeset..
+              var options = {
+                  method: 'PUT',
+                  path: '/api/0.6/changeset/create',
+                  options: { header: { 'Content-Type': 'text/xml' } },
+                  content: JXON.stringify(changeset.asJXON())
+              };
+              _changeset.inflight = oauth.xhr(
+                  options,
+                  wrapcb(this, createdChangeset, cid)
+              );
+          }
 
-              T1 = safe_add(safe_add(safe_add(safe_add(h, sha256_Sigma1256(e)), sha256_Ch(e, f, g)),
-                sha256_K[j]), W[j]);
-              T2 = safe_add(sha256_Sigma0256(a), sha256_Maj(a, b, c));
-              h = g;
-              g = f;
-              f = e;
-              e = safe_add(d, T1);
-              d = c;
-              c = b;
-              b = a;
-              a = safe_add(T1, T2);
-            }
 
-            HASH[0] = safe_add(a, HASH[0]);
-            HASH[1] = safe_add(b, HASH[1]);
-            HASH[2] = safe_add(c, HASH[2]);
-            HASH[3] = safe_add(d, HASH[3]);
-            HASH[4] = safe_add(e, HASH[4]);
-            HASH[5] = safe_add(f, HASH[5]);
-            HASH[6] = safe_add(g, HASH[6]);
-            HASH[7] = safe_add(h, HASH[7]);
+          function createdChangeset(err, changesetID) {
+              _changeset.inflight = null;
+              if (err) { return callback(err, changeset); }
+
+              _changeset.open = changesetID;
+              changeset = changeset.update({ id: changesetID });
+
+              // Upload the changeset..
+              var options = {
+                  method: 'POST',
+                  path: '/api/0.6/changeset/' + changesetID + '/upload',
+                  options: { header: { 'Content-Type': 'text/xml' } },
+                  content: JXON.stringify(changeset.osmChangeJXON(changes))
+              };
+              _changeset.inflight = oauth.xhr(
+                  options,
+                  wrapcb(this, uploadedChangeset, cid)
+              );
           }
-          return HASH;
-        }
 
-      },
 
-      /**
-       * @class Hashes.SHA512
-       * @param {config}
-       *
-       * A JavaScript implementation of the Secure Hash Algorithm, SHA-512, as defined in FIPS 180-2
-       * Version 2.2 Copyright Anonymous Contributor, Paul Johnston 2000 - 2009.
-       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
-       * See http://pajhome.org.uk/crypt/md5 for details.
-       */
-      SHA512: function(options) {
-        /**
-         * Private properties configuration variables. You may need to tweak these to be compatible with
-         * the server-side, but the defaults work in most cases.
-         * @see this.setUpperCase() method
-         * @see this.setPad() method
-         */
-        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false,
-          /* hexadecimal output case format. false - lowercase; true - uppercase  */
-          b64pad = (options && typeof options.pad === 'string') ? options.pad : '=',
-          /* base-64 pad character. Default '=' for strict RFC compliance   */
-          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true,
-          /* enable/disable utf8 encoding */
-          sha512_k;
+          function uploadedChangeset(err) {
+              _changeset.inflight = null;
+              if (err) return callback(err, changeset);
 
-        /* privileged (public) methods */
-        this.hex = function(s) {
-          return rstr2hex(rstr(s));
-        };
-        this.b64 = function(s) {
-          return rstr2b64(rstr(s), b64pad);
-        };
-        this.any = function(s, e) {
-          return rstr2any(rstr(s), e);
-        };
-        this.raw = function(s) {
-          return rstr(s, utf8);
-        };
-        this.hex_hmac = function(k, d) {
-          return rstr2hex(rstr_hmac(k, d));
-        };
-        this.b64_hmac = function(k, d) {
-          return rstr2b64(rstr_hmac(k, d), b64pad);
-        };
-        this.any_hmac = function(k, d, e) {
-          return rstr2any(rstr_hmac(k, d), e);
-        };
-        /**
-         * Perform a simple self-test to see if the VM is working
-         * @return {String} Hexadecimal hash sample
-         * @public
-         */
-        this.vm_test = function() {
-          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
-        };
-        /**
-         * @description Enable/disable uppercase hexadecimal returned string
-         * @param {boolean}
-         * @return {Object} this
-         * @public
-         */
-        this.setUpperCase = function(a) {
-          if (typeof a === 'boolean') {
-            hexcase = a;
-          }
-          return this;
-        };
-        /**
-         * @description Defines a base64 pad string
-         * @param {string} Pad
-         * @return {Object} this
-         * @public
-         */
-        this.setPad = function(a) {
-          b64pad = a || b64pad;
-          return this;
-        };
-        /**
-         * @description Defines a base64 pad string
-         * @param {boolean}
-         * @return {Object} this
-         * @public
-         */
-        this.setUTF8 = function(a) {
-          if (typeof a === 'boolean') {
-            utf8 = a;
+              // Upload was successful, safe to call the callback.
+              // Add delay to allow for postgres replication #1646 #2678
+              window.setTimeout(function() { callback(null, changeset); }, 2500);
+              _changeset.open = null;
+
+              // At this point, we don't really care if the connection was switched..
+              // Only try to close the changeset if we're still talking to the same server.
+              if (this.getConnectionId() === cid) {
+                  // Still attempt to close changeset, but ignore response because #2667
+                  oauth.xhr({
+                      method: 'PUT',
+                      path: '/api/0.6/changeset/' + changeset.id + '/close',
+                      options: { header: { 'Content-Type': 'text/xml' } }
+                  }, function() { return true; });
+              }
           }
-          return this;
-        };
+      },
 
-        /* private methods */
 
-        /**
-         * Calculate the SHA-512 of a raw string
-         */
+      // Load multiple users in chunks
+      // (note: callback may be called multiple times)
+      // GET /api/0.6/users?users=#id1,#id2,...,#idn
+      loadUsers: function(uids, callback) {
+          var toLoad = [];
+          var cached = [];
 
-        function rstr(s) {
-          s = (utf8) ? utf8Encode(s) : s;
-          return binb2rstr(binb(rstr2binb(s), s.length * 8));
-        }
-        /*
-         * Calculate the HMAC-SHA-512 of a key and some data (raw strings)
-         */
+          uniq(uids).forEach(function(uid) {
+              if (_userCache.user[uid]) {
+                  delete _userCache.toLoad[uid];
+                  cached.push(_userCache.user[uid]);
+              } else {
+                  toLoad.push(uid);
+              }
+          });
 
-        function rstr_hmac(key, data) {
-          key = (utf8) ? utf8Encode(key) : key;
-          data = (utf8) ? utf8Encode(data) : data;
+          if (cached.length || !this.authenticated()) {
+              callback(undefined, cached);
+              if (!this.authenticated()) return;  // require auth
+          }
 
-          var hash, i = 0,
-            bkey = rstr2binb(key),
-            ipad = Array(32),
-            opad = Array(32);
+          chunk(toLoad, 150).forEach(function(arr) {
+              oauth.xhr(
+                  { method: 'GET', path: '/api/0.6/users?users=' + arr.join() },
+                  wrapcb(this, done, _connectionID)
+              );
+          }.bind(this));
 
-          if (bkey.length > 32) {
-            bkey = binb(bkey, key.length * 8);
+          function done(err, xml$$1) {
+              if (err) { return callback(err); }
+
+              var options = { skipSeen: true };
+              return parseXML(xml$$1, function(err, results) {
+                  if (err) {
+                      return callback(err);
+                  } else {
+                      return callback(undefined, results);
+                  }
+              }, options);
           }
+      },
 
-          for (; i < 32; i += 1) {
-            ipad[i] = bkey[i] ^ 0x36363636;
-            opad[i] = bkey[i] ^ 0x5C5C5C5C;
+
+      // Load a given user by id
+      // GET /api/0.6/user/#id
+      loadUser: function(uid, callback) {
+          if (_userCache.user[uid] || !this.authenticated()) {   // require auth
+              delete _userCache.toLoad[uid];
+              return callback(undefined, _userCache.user[uid]);
           }
 
-          hash = binb(ipad.concat(rstr2binb(data)), 1024 + data.length * 8);
-          return binb2rstr(binb(opad.concat(hash), 1024 + 512));
-        }
+          oauth.xhr(
+              { method: 'GET', path: '/api/0.6/user/' + uid },
+              wrapcb(this, done, _connectionID)
+          );
 
-        /**
-         * Calculate the SHA-512 of an array of big-endian dwords, and a bit length
-         */
+          function done(err, xml$$1) {
+              if (err) { return callback(err); }
 
-        function binb(x, len) {
-          var j, i, l,
-            W = new Array(80),
-            hash = new Array(16),
-            //Initial hash values
-            H = [
-              new int64(0x6a09e667, -205731576),
-              new int64(-1150833019, -2067093701),
-              new int64(0x3c6ef372, -23791573),
-              new int64(-1521486534, 0x5f1d36f1),
-              new int64(0x510e527f, -1377402159),
-              new int64(-1694144372, 0x2b3e6c1f),
-              new int64(0x1f83d9ab, -79577749),
-              new int64(0x5be0cd19, 0x137e2179)
-            ],
-            T1 = new int64(0, 0),
-            T2 = new int64(0, 0),
-            a = new int64(0, 0),
-            b = new int64(0, 0),
-            c = new int64(0, 0),
-            d = new int64(0, 0),
-            e = new int64(0, 0),
-            f = new int64(0, 0),
-            g = new int64(0, 0),
-            h = new int64(0, 0),
-            //Temporary variables not specified by the document
-            s0 = new int64(0, 0),
-            s1 = new int64(0, 0),
-            Ch = new int64(0, 0),
-            Maj = new int64(0, 0),
-            r1 = new int64(0, 0),
-            r2 = new int64(0, 0),
-            r3 = new int64(0, 0);
+              var options = { skipSeen: true };
+              return parseXML(xml$$1, function(err, results) {
+                  if (err) {
+                      return callback(err);
+                  } else {
+                      return callback(undefined, results[0]);
+                  }
+              }, options);
+          }
+      },
 
-          if (sha512_k === undefined) {
-            //SHA512 constants
-            sha512_k = [
-              new int64(0x428a2f98, -685199838), new int64(0x71374491, 0x23ef65cd),
-              new int64(-1245643825, -330482897), new int64(-373957723, -2121671748),
-              new int64(0x3956c25b, -213338824), new int64(0x59f111f1, -1241133031),
-              new int64(-1841331548, -1357295717), new int64(-1424204075, -630357736),
-              new int64(-670586216, -1560083902), new int64(0x12835b01, 0x45706fbe),
-              new int64(0x243185be, 0x4ee4b28c), new int64(0x550c7dc3, -704662302),
-              new int64(0x72be5d74, -226784913), new int64(-2132889090, 0x3b1696b1),
-              new int64(-1680079193, 0x25c71235), new int64(-1046744716, -815192428),
-              new int64(-459576895, -1628353838), new int64(-272742522, 0x384f25e3),
-              new int64(0xfc19dc6, -1953704523), new int64(0x240ca1cc, 0x77ac9c65),
-              new int64(0x2de92c6f, 0x592b0275), new int64(0x4a7484aa, 0x6ea6e483),
-              new int64(0x5cb0a9dc, -1119749164), new int64(0x76f988da, -2096016459),
-              new int64(-1740746414, -295247957), new int64(-1473132947, 0x2db43210),
-              new int64(-1341970488, -1728372417), new int64(-1084653625, -1091629340),
-              new int64(-958395405, 0x3da88fc2), new int64(-710438585, -1828018395),
-              new int64(0x6ca6351, -536640913), new int64(0x14292967, 0xa0e6e70),
-              new int64(0x27b70a85, 0x46d22ffc), new int64(0x2e1b2138, 0x5c26c926),
-              new int64(0x4d2c6dfc, 0x5ac42aed), new int64(0x53380d13, -1651133473),
-              new int64(0x650a7354, -1951439906), new int64(0x766a0abb, 0x3c77b2a8),
-              new int64(-2117940946, 0x47edaee6), new int64(-1838011259, 0x1482353b),
-              new int64(-1564481375, 0x4cf10364), new int64(-1474664885, -1136513023),
-              new int64(-1035236496, -789014639), new int64(-949202525, 0x654be30),
-              new int64(-778901479, -688958952), new int64(-694614492, 0x5565a910),
-              new int64(-200395387, 0x5771202a), new int64(0x106aa070, 0x32bbd1b8),
-              new int64(0x19a4c116, -1194143544), new int64(0x1e376c08, 0x5141ab53),
-              new int64(0x2748774c, -544281703), new int64(0x34b0bcb5, -509917016),
-              new int64(0x391c0cb3, -976659869), new int64(0x4ed8aa4a, -482243893),
-              new int64(0x5b9cca4f, 0x7763e373), new int64(0x682e6ff3, -692930397),
-              new int64(0x748f82ee, 0x5defb2fc), new int64(0x78a5636f, 0x43172f60),
-              new int64(-2067236844, -1578062990), new int64(-1933114872, 0x1a6439ec),
-              new int64(-1866530822, 0x23631e28), new int64(-1538233109, -561857047),
-              new int64(-1090935817, -1295615723), new int64(-965641998, -479046869),
-              new int64(-903397682, -366583396), new int64(-779700025, 0x21c0c207),
-              new int64(-354779690, -840897762), new int64(-176337025, -294727304),
-              new int64(0x6f067aa, 0x72176fba), new int64(0xa637dc5, -1563912026),
-              new int64(0x113f9804, -1090974290), new int64(0x1b710b35, 0x131c471b),
-              new int64(0x28db77f5, 0x23047d84), new int64(0x32caab7b, 0x40c72493),
-              new int64(0x3c9ebe0a, 0x15c9bebc), new int64(0x431d67c4, -1676669620),
-              new int64(0x4cc5d4be, -885112138), new int64(0x597f299c, -60457430),
-              new int64(0x5fcb6fab, 0x3ad6faec), new int64(0x6c44198c, 0x4a475817)
-            ];
+
+      // Load the details of the logged-in user
+      // GET /api/0.6/user/details
+      userDetails: function(callback) {
+          if (_userDetails) {    // retrieve cached
+              return callback(undefined, _userDetails);
           }
 
-          for (i = 0; i < 80; i += 1) {
-            W[i] = new int64(0, 0);
+          oauth.xhr(
+              { method: 'GET', path: '/api/0.6/user/details' },
+              wrapcb(this, done, _connectionID)
+          );
+
+          function done(err, xml$$1) {
+              if (err) { return callback(err); }
+
+              var options = { skipSeen: false };
+              return parseXML(xml$$1, function(err, results) {
+                  if (err) {
+                      return callback(err);
+                  } else {
+                      _userDetails = results[0];
+                      return callback(undefined, _userDetails);
+                  }
+              }, options);
           }
+      },
 
-          // append padding to the source string. The format is described in the FIPS.
-          x[len >> 5] |= 0x80 << (24 - (len & 0x1f));
-          x[((len + 128 >> 10) << 5) + 31] = len;
-          l = x.length;
-          for (i = 0; i < l; i += 32) { //32 dwords is the block size
-            int64copy(a, H[0]);
-            int64copy(b, H[1]);
-            int64copy(c, H[2]);
-            int64copy(d, H[3]);
-            int64copy(e, H[4]);
-            int64copy(f, H[5]);
-            int64copy(g, H[6]);
-            int64copy(h, H[7]);
 
-            for (j = 0; j < 16; j += 1) {
-              W[j].h = x[i + 2 * j];
-              W[j].l = x[i + 2 * j + 1];
-            }
+      // Load previous changesets for the logged in user
+      // GET /api/0.6/changesets?user=#id
+      userChangesets: function(callback) {
+          if (_userChangesets) {    // retrieve cached
+              return callback(undefined, _userChangesets);
+          }
 
-            for (j = 16; j < 80; j += 1) {
-              //sigma1
-              int64rrot(r1, W[j - 2], 19);
-              int64revrrot(r2, W[j - 2], 29);
-              int64shr(r3, W[j - 2], 6);
-              s1.l = r1.l ^ r2.l ^ r3.l;
-              s1.h = r1.h ^ r2.h ^ r3.h;
-              //sigma0
-              int64rrot(r1, W[j - 15], 1);
-              int64rrot(r2, W[j - 15], 8);
-              int64shr(r3, W[j - 15], 7);
-              s0.l = r1.l ^ r2.l ^ r3.l;
-              s0.h = r1.h ^ r2.h ^ r3.h;
+          this.userDetails(
+              wrapcb(this, gotDetails, _connectionID)
+          );
 
-              int64add4(W[j], s1, W[j - 7], s0, W[j - 16]);
-            }
 
-            for (j = 0; j < 80; j += 1) {
-              //Ch
-              Ch.l = (e.l & f.l) ^ (~e.l & g.l);
-              Ch.h = (e.h & f.h) ^ (~e.h & g.h);
+          function gotDetails(err, user) {
+              if (err) { return callback(err); }
 
-              //Sigma1
-              int64rrot(r1, e, 14);
-              int64rrot(r2, e, 18);
-              int64revrrot(r3, e, 9);
-              s1.l = r1.l ^ r2.l ^ r3.l;
-              s1.h = r1.h ^ r2.h ^ r3.h;
+              oauth.xhr(
+                  { method: 'GET', path: '/api/0.6/changesets?user=' + user.id },
+                  wrapcb(this, done, _connectionID)
+              );
+          }
 
-              //Sigma0
-              int64rrot(r1, a, 28);
-              int64revrrot(r2, a, 2);
-              int64revrrot(r3, a, 7);
-              s0.l = r1.l ^ r2.l ^ r3.l;
-              s0.h = r1.h ^ r2.h ^ r3.h;
+          function done(err, xml$$1) {
+              if (err) { return callback(err); }
+
+              _userChangesets = Array.prototype.map.call(
+                  xml$$1.getElementsByTagName('changeset'),
+                  function (changeset) { return { tags: getTags(changeset) }; }
+              ).filter(function (changeset) {
+                  var comment = changeset.tags.comment;
+                  return comment && comment !== '';
+              });
 
-              //Maj
-              Maj.l = (a.l & b.l) ^ (a.l & c.l) ^ (b.l & c.l);
-              Maj.h = (a.h & b.h) ^ (a.h & c.h) ^ (b.h & c.h);
+              return callback(undefined, _userChangesets);
+          }
+      },
 
-              int64add5(T1, h, s1, Ch, sha512_k[j], W[j]);
-              int64add(T2, s0, Maj);
 
-              int64copy(h, g);
-              int64copy(g, f);
-              int64copy(f, e);
-              int64add(e, d, T1);
-              int64copy(d, c);
-              int64copy(c, b);
-              int64copy(b, a);
-              int64add(a, T1, T2);
-            }
-            int64add(H[0], H[0], a);
-            int64add(H[1], H[1], b);
-            int64add(H[2], H[2], c);
-            int64add(H[3], H[3], d);
-            int64add(H[4], H[4], e);
-            int64add(H[5], H[5], f);
-            int64add(H[6], H[6], g);
-            int64add(H[7], H[7], h);
+      // Fetch the status of the OSM API
+      // GET /api/capabilities
+      status: function(callback) {
+          d3_xml(urlroot + '/api/capabilities').get(
+              wrapcb(this, done, _connectionID)
+          );
+
+          function done(err, xml$$1) {
+              if (err) { return callback(err); }
+
+              // update blacklists
+              var elements = xml$$1.getElementsByTagName('blacklist');
+              var regexes = [];
+              for (var i = 0; i < elements.length; i++) {
+                  var regex = elements[i].getAttribute('regex');  // needs unencode?
+                  if (regex) {
+                      regexes.push(regex);
+                  }
+              }
+              if (regexes.length) {
+                  _blacklists = regexes;
+              }
+
+              if (_rateLimitError) {
+                  return callback(_rateLimitError, 'rateLimited');
+              } else {
+                  var apiStatus = xml$$1.getElementsByTagName('status');
+                  var val = apiStatus[0].getAttribute('api');
+                  return callback(undefined, val);
+              }
           }
+      },
 
-          //represent the hash as an array of 32-bit dwords
-          for (i = 0; i < 8; i += 1) {
-            hash[2 * i] = H[i].h;
-            hash[2 * i + 1] = H[i].l;
+
+      // Load data (entities) from the API in tiles
+      // GET /api/0.6/map?bbox=
+      loadTiles: function(projection, callback) {
+          if (_off) return;
+
+          var that = this;
+          var path = '/api/0.6/map?bbox=';
+
+          // determine the needed tiles to cover the view
+          var tiles = tiler$2.zoomExtent([_tileZoom, _tileZoom]).getTiles(projection);
+
+          // abort inflight requests that are no longer needed
+          var hadRequests = !isEmpty(_tileCache.inflight);
+          abortUnwantedRequests(_tileCache, tiles);
+          if (hadRequests && isEmpty(_tileCache.inflight)) {
+              dispatch$3.call('loaded');    // stop the spinner
           }
-          return hash;
-        }
 
-        //A constructor for 64-bit numbers
+          // issue new requests..
+          tiles.forEach(function(tile) {
+              if (_tileCache.loaded[tile.id] || _tileCache.inflight[tile.id]) return;
+              if (isEmpty(_tileCache.inflight)) {
+                  dispatch$3.call('loading');   // start the spinner
+              }
 
-        function int64(h, l) {
-          this.h = h;
-          this.l = l;
-          //this.toString = int64toString;
-        }
+              var options = { skipSeen: true };
+              _tileCache.inflight[tile.id] = that.loadFromAPI(
+                  path + tile.extent.toParam(),
+                  function(err, parsed) {
+                      delete _tileCache.inflight[tile.id];
+                      if (!err) {
+                          _tileCache.loaded[tile.id] = true;
+                      }
+                      if (callback) {
+                          callback(err, assignIn({ data: parsed }, tile));
+                      }
+                      if (isEmpty(_tileCache.inflight)) {
+                          dispatch$3.call('loaded');     // stop the spinner
+                      }
+                  },
+                  options
+              );
+          });
+      },
 
-        //Copies src into dst, assuming both are 64-bit numbers
 
-        function int64copy(dst, src) {
-          dst.h = src.h;
-          dst.l = src.l;
-        }
+      // Load notes from the API in tiles
+      // GET /api/0.6/notes?bbox=
+      loadNotes: function(projection, noteOptions) {
+          noteOptions = assignIn({ limit: 10000, closed: 7 }, noteOptions);
+          if (_off) return;
 
-        //Right-rotates a 64-bit number by shift
-        //Won't handle cases of shift>=32
-        //The function revrrot() is for that
+          var that = this;
+          var path = '/api/0.6/notes?limit=' + noteOptions.limit + '&closed=' + noteOptions.closed + '&bbox=';
+          var throttleLoadUsers = throttle(function() {
+              var uids = Object.keys(_userCache.toLoad);
+              if (!uids.length) return;
+              that.loadUsers(uids, function() {});  // eagerly load user details
+          }, 750);
 
-        function int64rrot(dst, x, shift) {
-          dst.l = (x.l >>> shift) | (x.h << (32 - shift));
-          dst.h = (x.h >>> shift) | (x.l << (32 - shift));
-        }
+          // determine the needed tiles to cover the view
+          var tiles = tiler$2.zoomExtent([_noteZoom, _noteZoom]).getTiles(projection);
 
-        //Reverses the dwords of the source and then rotates right by shift.
-        //This is equivalent to rotation by 32+shift
+          // abort inflight requests that are no longer needed
+          abortUnwantedRequests(_noteCache, tiles);
 
-        function int64revrrot(dst, x, shift) {
-          dst.l = (x.h >>> shift) | (x.l << (32 - shift));
-          dst.h = (x.l >>> shift) | (x.h << (32 - shift));
-        }
+          // issue new requests..
+          tiles.forEach(function(tile) {
+              if (_noteCache.loaded[tile.id] || _noteCache.inflight[tile.id]) return;
 
-        //Bitwise-shifts right a 64-bit number by shift
-        //Won't handle shift>=32, but it's never needed in SHA512
+              var options = { skipSeen: false };
+              _noteCache.inflight[tile.id] = that.loadFromAPI(
+                  path + tile.extent.toParam(),
+                  function(err) {
+                      delete _noteCache.inflight[tile.id];
+                      if (!err) {
+                          _noteCache.loaded[tile.id] = true;
+                      }
+                      throttleLoadUsers();
+                      dispatch$3.call('loadedNotes');
+                  },
+                  options
+              );
+          });
+      },
 
-        function int64shr(dst, x, shift) {
-          dst.l = (x.l >>> shift) | (x.h << (32 - shift));
-          dst.h = (x.h >>> shift);
-        }
 
-        //Adds two 64-bit numbers
-        //Like the original implementation, does not rely on 32-bit operations
+      // Create a note
+      // POST /api/0.6/notes?params
+      postNoteCreate: function(note, callback) {
+          if (!this.authenticated()) {
+              return callback({ message: 'Not Authenticated', status: -3 }, note);
+          }
+          if (_noteCache.inflightPost[note.id]) {
+              return callback({ message: 'Note update already inflight', status: -2 }, note);
+          }
 
-        function int64add(dst, x, y) {
-          var w0 = (x.l & 0xffff) + (y.l & 0xffff);
-          var w1 = (x.l >>> 16) + (y.l >>> 16) + (w0 >>> 16);
-          var w2 = (x.h & 0xffff) + (y.h & 0xffff) + (w1 >>> 16);
-          var w3 = (x.h >>> 16) + (y.h >>> 16) + (w2 >>> 16);
-          dst.l = (w0 & 0xffff) | (w1 << 16);
-          dst.h = (w2 & 0xffff) | (w3 << 16);
-        }
+          if (!note.loc[0] || !note.loc[1] || !note.newComment) return; // location & description required
 
-        //Same, except with 4 addends. Works faster than adding them one by one.
+          var comment = note.newComment;
+          if (note.newCategory && note.newCategory !== 'None') { comment += ' #' + note.newCategory; }
 
-        function int64add4(dst, a, b, c, d) {
-          var w0 = (a.l & 0xffff) + (b.l & 0xffff) + (c.l & 0xffff) + (d.l & 0xffff);
-          var w1 = (a.l >>> 16) + (b.l >>> 16) + (c.l >>> 16) + (d.l >>> 16) + (w0 >>> 16);
-          var w2 = (a.h & 0xffff) + (b.h & 0xffff) + (c.h & 0xffff) + (d.h & 0xffff) + (w1 >>> 16);
-          var w3 = (a.h >>> 16) + (b.h >>> 16) + (c.h >>> 16) + (d.h >>> 16) + (w2 >>> 16);
-          dst.l = (w0 & 0xffff) | (w1 << 16);
-          dst.h = (w2 & 0xffff) | (w3 << 16);
-        }
+          var path = '/api/0.6/notes?' + utilQsString({ lon: note.loc[0], lat: note.loc[1], text: comment });
 
-        //Same, except with 5 addends
+          _noteCache.inflightPost[note.id] = oauth.xhr(
+              { method: 'POST', path: path },
+              wrapcb(this, done, _connectionID)
+          );
 
-        function int64add5(dst, a, b, c, d, e) {
-          var w0 = (a.l & 0xffff) + (b.l & 0xffff) + (c.l & 0xffff) + (d.l & 0xffff) + (e.l & 0xffff),
-            w1 = (a.l >>> 16) + (b.l >>> 16) + (c.l >>> 16) + (d.l >>> 16) + (e.l >>> 16) + (w0 >>> 16),
-            w2 = (a.h & 0xffff) + (b.h & 0xffff) + (c.h & 0xffff) + (d.h & 0xffff) + (e.h & 0xffff) + (w1 >>> 16),
-            w3 = (a.h >>> 16) + (b.h >>> 16) + (c.h >>> 16) + (d.h >>> 16) + (e.h >>> 16) + (w2 >>> 16);
-          dst.l = (w0 & 0xffff) | (w1 << 16);
-          dst.h = (w2 & 0xffff) | (w3 << 16);
-        }
+
+          function done(err, xml$$1) {
+              delete _noteCache.inflightPost[note.id];
+              if (err) { return callback(err); }
+
+              // we get the updated note back, remove from caches and reparse..
+              this.removeNote(note);
+
+              var options = { skipSeen: false };
+              return parseXML(xml$$1, function(err, results) {
+                  if (err) {
+                      return callback(err);
+                  } else {
+                      return callback(undefined, results[0]);
+                  }
+              }, options);
+          }
       },
-      /**
-       * @class Hashes.RMD160
-       * @constructor
-       * @param {Object} [config]
-       *
-       * A JavaScript implementation of the RIPEMD-160 Algorithm
-       * Version 2.2 Copyright Jeremy Lin, Paul Johnston 2000 - 2009.
-       * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
-       * See http://pajhome.org.uk/crypt/md5 for details.
-       * Also http://www.ocf.berkeley.edu/~jjlin/jsotp/
-       */
-      RMD160: function(options) {
-        /**
-         * Private properties configuration variables. You may need to tweak these to be compatible with
-         * the server-side, but the defaults work in most cases.
-         * @see this.setUpperCase() method
-         * @see this.setPad() method
-         */
-        var hexcase = (options && typeof options.uppercase === 'boolean') ? options.uppercase : false,
-          /* hexadecimal output case format. false - lowercase; true - uppercase  */
-          b64pad = (options && typeof options.pad === 'string') ? options.pa : '=',
-          /* base-64 pad character. Default '=' for strict RFC compliance   */
-          utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true,
-          /* enable/disable utf8 encoding */
-          rmd160_r1 = [
-            0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
-            7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,
-            3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,
-            1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,
-            4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13
-          ],
-          rmd160_r2 = [
-            5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,
-            6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,
-            15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,
-            8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,
-            12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11
-          ],
-          rmd160_s1 = [
-            11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,
-            7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,
-            11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,
-            11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,
-            9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6
-          ],
-          rmd160_s2 = [
-            8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,
-            9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,
-            9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,
-            15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,
-            8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11
-          ];
 
-        /* privileged (public) methods */
-        this.hex = function(s) {
-          return rstr2hex(rstr(s, utf8));
-        };
-        this.b64 = function(s) {
-          return rstr2b64(rstr(s, utf8), b64pad);
-        };
-        this.any = function(s, e) {
-          return rstr2any(rstr(s, utf8), e);
-        };
-        this.raw = function(s) {
-          return rstr(s, utf8);
-        };
-        this.hex_hmac = function(k, d) {
-          return rstr2hex(rstr_hmac(k, d));
-        };
-        this.b64_hmac = function(k, d) {
-          return rstr2b64(rstr_hmac(k, d), b64pad);
-        };
-        this.any_hmac = function(k, d, e) {
-          return rstr2any(rstr_hmac(k, d), e);
-        };
-        /**
-         * Perform a simple self-test to see if the VM is working
-         * @return {String} Hexadecimal hash sample
-         * @public
-         */
-        this.vm_test = function() {
-          return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
-        };
-        /**
-         * @description Enable/disable uppercase hexadecimal returned string
-         * @param {boolean}
-         * @return {Object} this
-         * @public
-         */
-        this.setUpperCase = function(a) {
-          if (typeof a === 'boolean') {
-            hexcase = a;
+
+      // Update a note
+      // POST /api/0.6/notes/#id/comment?text=comment
+      // POST /api/0.6/notes/#id/close?text=comment
+      // POST /api/0.6/notes/#id/reopen?text=comment
+      postNoteUpdate: function(note, newStatus, callback) {
+          if (!this.authenticated()) {
+              return callback({ message: 'Not Authenticated', status: -3 }, note);
           }
-          return this;
-        };
-        /**
-         * @description Defines a base64 pad string
-         * @param {string} Pad
-         * @return {Object} this
-         * @public
-         */
-        this.setPad = function(a) {
-          if (typeof a !== 'undefined') {
-            b64pad = a;
+          if (_noteCache.inflightPost[note.id]) {
+              return callback({ message: 'Note update already inflight', status: -2 }, note);
+          }
+
+          var action;
+          if (note.status !== 'closed' && newStatus === 'closed') {
+              action = 'close';
+          } else if (note.status !== 'open' && newStatus === 'open') {
+              action = 'reopen';
+          } else {
+              action = 'comment';
+              if (!note.newComment) return; // when commenting, comment required
+          }
+
+          var path = '/api/0.6/notes/' + note.id + '/' + action;
+          if (note.newComment) {
+              path += '?' + utilQsString({ text: note.newComment });
+          }
+
+          _noteCache.inflightPost[note.id] = oauth.xhr(
+              { method: 'POST', path: path },
+              wrapcb(this, done, _connectionID)
+          );
+
+
+          function done(err, xml$$1) {
+              delete _noteCache.inflightPost[note.id];
+              if (err) { return callback(err); }
+
+              // we get the updated note back, remove from caches and reparse..
+              this.removeNote(note);
+
+              var options = { skipSeen: false };
+              return parseXML(xml$$1, function(err, results) {
+                  if (err) {
+                      return callback(err);
+                  } else {
+                      return callback(undefined, results[0]);
+                  }
+              }, options);
           }
+      },
+
+
+      switch: function(options) {
+          urlroot = options.urlroot;
+
+          oauth.options(assignIn({
+              url: urlroot,
+              loading: authLoading,
+              done: authDone
+          }, options));
+
+          this.reset();
+          this.userChangesets(function() {});  // eagerly load user details/changesets
+          dispatch$3.call('change');
           return this;
-        };
-        /**
-         * @description Defines a base64 pad string
-         * @param {boolean}
-         * @return {Object} this
-         * @public
-         */
-        this.setUTF8 = function(a) {
-          if (typeof a === 'boolean') {
-            utf8 = a;
+      },
+
+
+      toggle: function(_) {
+          _off = !_;
+          return this;
+      },
+
+
+      // get/set cached data
+      // This is used to save/restore the state when entering/exiting the walkthrough
+      // Also used for testing purposes.
+      caches: function(obj) {
+          if (!arguments.length) {
+              return {
+                  tile: cloneDeep(_tileCache),
+                  note: cloneDeep(_noteCache),
+                  user: cloneDeep(_userCache)
+              };
+          }
+
+          // access caches directly for testing (e.g., loading notes rtree)
+          if (obj === 'get') {
+              return {
+                  tile: _tileCache,
+                  note: _noteCache,
+                  user: _userCache
+              };
+          }
+
+          if (obj.tile) {
+              _tileCache = obj.tile;
+              _tileCache.inflight = {};
+          }
+          if (obj.note) {
+              _noteCache = obj.note;
+              _noteCache.inflight = {};
+              _noteCache.inflightPost = {};
           }
+          if (obj.user) {
+              _userCache = obj.user;
+          }
+
           return this;
-        };
+      },
 
-        /* private methods */
 
-        /**
-         * Calculate the rmd160 of a raw string
-         */
+      logout: function() {
+          _userChangesets = undefined;
+          _userDetails = undefined;
+          oauth.logout();
+          dispatch$3.call('change');
+          return this;
+      },
 
-        function rstr(s) {
-          s = (utf8) ? utf8Encode(s) : s;
-          return binl2rstr(binl(rstr2binl(s), s.length * 8));
-        }
 
-        /**
-         * Calculate the HMAC-rmd160 of a key and some data (raw strings)
-         */
+      authenticated: function() {
+          return oauth.authenticated();
+      },
 
-        function rstr_hmac(key, data) {
-          key = (utf8) ? utf8Encode(key) : key;
-          data = (utf8) ? utf8Encode(data) : data;
-          var i, hash,
-            bkey = rstr2binl(key),
-            ipad = Array(16),
-            opad = Array(16);
 
-          if (bkey.length > 16) {
-            bkey = binl(bkey, key.length * 8);
-          }
+      authenticate: function(callback) {
+          var that = this;
+          var cid = _connectionID;
+          _userChangesets = undefined;
+          _userDetails = undefined;
 
-          for (i = 0; i < 16; i += 1) {
-            ipad[i] = bkey[i] ^ 0x36363636;
-            opad[i] = bkey[i] ^ 0x5C5C5C5C;
+          function done(err, res) {
+              if (err) {
+                  if (callback) callback(err);
+                  return;
+              }
+              if (that.getConnectionId() !== cid) {
+                  if (callback) callback({ message: 'Connection Switched', status: -1 });
+                  return;
+              }
+              _rateLimitError = undefined;
+              dispatch$3.call('change');
+              if (callback) callback(err, res);
+              that.userChangesets(function() {});  // eagerly load user details/changesets
           }
-          hash = binl(ipad.concat(rstr2binl(data)), 512 + data.length * 8);
-          return binl2rstr(binl(opad.concat(hash), 512 + 160));
-        }
 
-        /**
-         * Convert an array of little-endian words to a string
-         */
+          return oauth.authenticate(done);
+      },
 
-        function binl2rstr(input) {
-          var i, output = '',
-            l = input.length * 32;
-          for (i = 0; i < l; i += 8) {
-            output += String.fromCharCode((input[i >> 5] >>> (i % 32)) & 0xFF);
-          }
-          return output;
-        }
 
-        /**
-         * Calculate the RIPE-MD160 of an array of little-endian words, and a bit length.
-         */
+      imageryBlacklists: function() {
+          return _blacklists;
+      },
 
-        function binl(x, len) {
-          var T, j, i, l,
-            h0 = 0x67452301,
-            h1 = 0xefcdab89,
-            h2 = 0x98badcfe,
-            h3 = 0x10325476,
-            h4 = 0xc3d2e1f0,
-            A1, B1, C1, D1, E1,
-            A2, B2, C2, D2, E2;
 
-          /* append padding */
-          x[len >> 5] |= 0x80 << (len % 32);
-          x[(((len + 64) >>> 9) << 4) + 14] = len;
-          l = x.length;
+      tileZoom: function(_) {
+          if (!arguments.length) return _tileZoom;
+          _tileZoom = _;
+          return this;
+      },
 
-          for (i = 0; i < l; i += 16) {
-            A1 = A2 = h0;
-            B1 = B2 = h1;
-            C1 = C2 = h2;
-            D1 = D2 = h3;
-            E1 = E2 = h4;
-            for (j = 0; j <= 79; j += 1) {
-              T = safe_add(A1, rmd160_f(j, B1, C1, D1));
-              T = safe_add(T, x[i + rmd160_r1[j]]);
-              T = safe_add(T, rmd160_K1(j));
-              T = safe_add(bit_rol(T, rmd160_s1[j]), E1);
-              A1 = E1;
-              E1 = D1;
-              D1 = bit_rol(C1, 10);
-              C1 = B1;
-              B1 = T;
-              T = safe_add(A2, rmd160_f(79 - j, B2, C2, D2));
-              T = safe_add(T, x[i + rmd160_r2[j]]);
-              T = safe_add(T, rmd160_K2(j));
-              T = safe_add(bit_rol(T, rmd160_s2[j]), E2);
-              A2 = E2;
-              E2 = D2;
-              D2 = bit_rol(C2, 10);
-              C2 = B2;
-              B2 = T;
-            }
 
-            T = safe_add(h1, safe_add(C1, D2));
-            h1 = safe_add(h2, safe_add(D1, E2));
-            h2 = safe_add(h3, safe_add(E1, A2));
-            h3 = safe_add(h4, safe_add(A1, B2));
-            h4 = safe_add(h0, safe_add(B1, C2));
-            h0 = T;
-          }
-          return [h0, h1, h2, h3, h4];
-        }
+      // get all cached notes covering the viewport
+      notes: function(projection) {
+          var viewport = projection.clipExtent();
+          var min = [viewport[0][0], viewport[1][1]];
+          var max = [viewport[1][0], viewport[0][1]];
+          var bbox = geoExtent$$1(projection.invert(min), projection.invert(max)).bbox();
 
-        // specific algorithm methods
+          return _noteCache.rtree.search(bbox)
+              .map(function(d) { return d.data; });
+      },
 
-        function rmd160_f(j, x, y, z) {
-          return (0 <= j && j <= 15) ? (x ^ y ^ z) :
-            (16 <= j && j <= 31) ? (x & y) | (~x & z) :
-            (32 <= j && j <= 47) ? (x | ~y) ^ z :
-            (48 <= j && j <= 63) ? (x & z) | (y & ~z) :
-            (64 <= j && j <= 79) ? x ^ (y | ~z) :
-            'rmd160_f: j out of range';
-        }
 
-        function rmd160_K1(j) {
-          return (0 <= j && j <= 15) ? 0x00000000 :
-            (16 <= j && j <= 31) ? 0x5a827999 :
-            (32 <= j && j <= 47) ? 0x6ed9eba1 :
-            (48 <= j && j <= 63) ? 0x8f1bbcdc :
-            (64 <= j && j <= 79) ? 0xa953fd4e :
-            'rmd160_K1: j out of range';
-        }
+      // get a single note from the cache
+      getNote: function(id) {
+          return _noteCache.note[id];
+      },
 
-        function rmd160_K2(j) {
-          return (0 <= j && j <= 15) ? 0x50a28be6 :
-            (16 <= j && j <= 31) ? 0x5c4dd124 :
-            (32 <= j && j <= 47) ? 0x6d703ef3 :
-            (48 <= j && j <= 63) ? 0x7a6d76e9 :
-            (64 <= j && j <= 79) ? 0x00000000 :
-            'rmd160_K2: j out of range';
-        }
-      }
-    };
 
-    // exposes Hashes
-    (function(window, undefined) {
-      var freeExports = false;
-      {
-        freeExports = exports;
-        if (exports && typeof commonjsGlobal === 'object' && commonjsGlobal && commonjsGlobal === commonjsGlobal.global) {
-          window = commonjsGlobal;
-        }
-      }
+      // remove a single note from the cache
+      removeNote: function(note) {
+          if (!(note instanceof osmNote) || !note.id) return;
 
-      if (typeof undefined === 'function' && typeof undefined.amd === 'object' && undefined.amd) {
-        // define as an anonymous module, so, through path mapping, it can be aliased
-        undefined(function() {
-          return Hashes;
-        });
-      } else if (freeExports) {
-        // in Node.js or RingoJS v0.8.0+
-        if (module && module.exports === freeExports) {
-          module.exports = Hashes;
-        }
-        // in Narwhal or RingoJS v0.7.0-
-        else {
-          freeExports.Hashes = Hashes;
-        }
-      } else {
-        // in a browser or Rhino
-        window.Hashes = Hashes;
+          delete _noteCache.note[note.id];
+          updateRtree(encodeNoteRtree(note), false);  // false = remove
+      },
+
+
+      // replace a single note in the cache
+      replaceNote: function(note) {
+          if (!(note instanceof osmNote) || !note.id) return;
+
+          _noteCache.note[note.id] = note;
+          updateRtree(encodeNoteRtree(note), true);  // true = replace
+          return note;
       }
-    }(this));
-  }()); // IIFE
-  });
 
-  var immutable = extend$2;
+  };
 
-  var hasOwnProperty$g = Object.prototype.hasOwnProperty;
+  var jsonpCache = {};
+  window.jsonpCache = jsonpCache;
 
-  function extend$2() {
-      var target = {};
+  function jsonpRequest(url, callback) {
+      var request = {
+          abort: function() {}
+      };
 
-      for (var i = 0; i < arguments.length; i++) {
-          var source = arguments[i];
+      if (window.JSONP_FIX) {
+          if (window.JSONP_DELAY === 0) {
+              callback(window.JSONP_FIX);
+          } else {
+              var t = window.setTimeout(function() {
+                  callback(window.JSONP_FIX);
+              }, window.JSONP_DELAY || 0);
 
-          for (var key in source) {
-              if (hasOwnProperty$g.call(source, key)) {
-                  target[key] = source[key];
+              request.abort = function() { window.clearTimeout(t); };
+          }
+
+          return request;
+      }
+
+      function rand() {
+          var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
+          var c = '';
+          var i = -1;
+          while (++i < 15) c += chars.charAt(Math.floor(Math.random() * 52));
+          return c;
+      }
+
+      function create$$1(url) {
+          var e = url.match(/callback=(\w+)/);
+          var c = e ? e[1] : rand();
+
+          jsonpCache[c] = function(data) {
+              if (jsonpCache[c]) {
+                  callback(data);
               }
+              finalize();
+          };
+
+          function finalize() {
+              delete jsonpCache[c];
+              script.remove();
           }
+
+          request.abort = finalize;
+          return 'jsonpCache.' + c;
       }
 
-      return target
-  }
+      var cb = create$$1(url);
+
+      var script = select('head')
+          .append('script')
+          .attr('type', 'text/javascript')
+          .attr('src', url.replace(/(\{|%7B)callback(\}|%7D)/, cb));
 
-  var sha1 = new hashes.SHA1();
+      return request;
+  }
 
-  var ohauth = {};
+  var q = createCommonjsModule(function (module, exports) {
+  // vim:ts=4:sts=4:sw=4:
+  /*!
+   *
+   * Copyright 2009-2017 Kris Kowal under the terms of the MIT
+   * license found at https://github.com/kriskowal/q/blob/v1/LICENSE
+   *
+   * With parts by Tyler Close
+   * Copyright 2007-2009 Tyler Close under the terms of the MIT X license found
+   * at http://www.opensource.org/licenses/mit-license.html
+   * Forked at ref_send.js version: 2009-05-11
+   *
+   * With parts by Mark Miller
+   * Copyright (C) 2011 Google Inc.
+   *
+   * Licensed under the Apache License, Version 2.0 (the "License");
+   * you may not use this file except in compliance with the License.
+   * You may obtain a copy of the License at
+   *
+   * http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+   *
+   */
 
-  ohauth.qsString = function(obj) {
-      return Object.keys(obj).sort().map(function(key) {
-          return ohauth.percentEncode(key) + '=' +
-              ohauth.percentEncode(obj[key]);
-      }).join('&');
-  };
+  (function (definition) {
 
-  ohauth.stringQs = function(str) {
-      return str.split('&').filter(function (pair) {
-          return pair !== '';
-      }).reduce(function(obj, pair){
-          var parts = pair.split('=');
-          obj[decodeURIComponent(parts[0])] = (null === parts[1]) ?
-              '' : decodeURIComponent(parts[1]);
-          return obj;
-      }, {});
-  };
+      // This file will function properly as a <script> tag, or a module
+      // using CommonJS and NodeJS or RequireJS module formats.  In
+      // Common/Node/RequireJS, the module exports the Q API and when
+      // executed as a simple <script>, it creates a Q global instead.
 
-  ohauth.rawxhr = function(method, url, data, headers, callback) {
-      var xhr = new XMLHttpRequest(),
-          twoHundred = /^20\d$/;
-      xhr.onreadystatechange = function() {
-          if (4 === xhr.readyState && 0 !== xhr.status) {
-              if (twoHundred.test(xhr.status)) callback(null, xhr);
-              else return callback(xhr, null);
-          }
-      };
-      xhr.onerror = function(e) { return callback(e, null); };
-      xhr.open(method, url, true);
-      for (var h in headers) xhr.setRequestHeader(h, headers[h]);
-      xhr.send(data);
-      return xhr;
-  };
+      // Montage Require
+      if (typeof bootstrap === "function") {
+          bootstrap("promise", definition);
 
-  ohauth.xhr = function(method, url, auth, data, options, callback) {
-      var headers = (options && options.header) || {
-          'Content-Type': 'application/x-www-form-urlencoded'
-      };
-      headers.Authorization = 'OAuth ' + ohauth.authHeader(auth);
-      return ohauth.rawxhr(method, url, data, headers, callback);
-  };
+      // CommonJS
+      } else {
+          module.exports = definition();
 
-  ohauth.nonce = function() {
-      for (var o = ''; o.length < 6;) {
-          o += '0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz'[Math.floor(Math.random() * 61)];
+      // RequireJS
       }
-      return o;
-  };
 
-  ohauth.authHeader = function(obj) {
-      return Object.keys(obj).sort().map(function(key) {
-          return encodeURIComponent(key) + '="' + encodeURIComponent(obj[key]) + '"';
-      }).join(', ');
-  };
+  })(function () {
 
-  ohauth.timestamp = function() { return ~~((+new Date()) / 1000); };
+  var hasStacks = false;
+  try {
+      throw new Error();
+  } catch (e) {
+      hasStacks = !!e.stack;
+  }
 
-  ohauth.percentEncode = function(s) {
-      return encodeURIComponent(s)
-          .replace(/\!/g, '%21').replace(/\'/g, '%27')
-          .replace(/\*/g, '%2A').replace(/\(/g, '%28').replace(/\)/g, '%29');
-  };
+  // All code after this point will be filtered from stack traces reported
+  // by Q.
+  var qStartingLine = captureLine();
+  var qFileName;
 
-  ohauth.baseString = function(method, url, params) {
-      if (params.oauth_signature) delete params.oauth_signature;
-      return [
-          method,
-          ohauth.percentEncode(url),
-          ohauth.percentEncode(ohauth.qsString(params))].join('&');
-  };
+  // shims
 
-  ohauth.signature = function(oauth_secret, token_secret, baseString) {
-      return sha1.b64_hmac(
-          ohauth.percentEncode(oauth_secret) + '&' +
-          ohauth.percentEncode(token_secret),
-          baseString);
-  };
+  // used for fallback in "allResolved"
+  var noop = function () {};
 
-  /**
-   * Takes an options object for configuration (consumer_key,
-   * consumer_secret, version, signature_method, token, token_secret)
-   * and returns a function that generates the Authorization header
-   * for given data.
-   *
-   * The returned function takes these parameters:
-   * - method: GET/POST/...
-   * - uri: full URI with protocol, port, path and query string
-   * - extra_params: any extra parameters (that are passed in the POST data),
-   *   can be an object or a from-urlencoded string.
-   *
-   * Returned function returns full OAuth header with "OAuth" string in it.
-   */
+  // Use the fastest possible means to execute a task in a future turn
+  // of the event loop.
+  var nextTick =(function () {
+      // linked list of tasks (single, with head node)
+      var head = {task: void 0, next: null};
+      var tail = head;
+      var flushing = false;
+      var requestTick = void 0;
+      var isNodeJS = false;
+      // queue for late tasks, used by unhandled rejection tracking
+      var laterQueue = [];
 
-  ohauth.headerGenerator = function(options) {
-      options = options || {};
-      var consumer_key = options.consumer_key || '',
-          consumer_secret = options.consumer_secret || '',
-          signature_method = options.signature_method || 'HMAC-SHA1',
-          version = options.version || '1.0',
-          token = options.token || '',
-          token_secret = options.token_secret || '';
+      function flush() {
+          /* jshint loopfunc: true */
+          var task, domain;
 
-      return function(method, uri, extra_params) {
-          method = method.toUpperCase();
-          if (typeof extra_params === 'string' && extra_params.length > 0) {
-              extra_params = ohauth.stringQs(extra_params);
+          while (head.next) {
+              head = head.next;
+              task = head.task;
+              head.task = void 0;
+              domain = head.domain;
+
+              if (domain) {
+                  head.domain = void 0;
+                  domain.enter();
+              }
+              runSingle(task, domain);
+
+          }
+          while (laterQueue.length) {
+              task = laterQueue.pop();
+              runSingle(task);
           }
+          flushing = false;
+      }
+      // runs a single function in the async queue
+      function runSingle(task, domain) {
+          try {
+              task();
 
-          var uri_parts = uri.split('?', 2),
-          base_uri = uri_parts[0];
+          } catch (e) {
+              if (isNodeJS) {
+                  // In node, uncaught exceptions are considered fatal errors.
+                  // Re-throw them synchronously to interrupt flushing!
 
-          var query_params = uri_parts.length === 2 ?
-              ohauth.stringQs(uri_parts[1]) : {};
+                  // Ensure continuation if the uncaught exception is suppressed
+                  // listening "uncaughtException" events (as domains does).
+                  // Continue in next event to avoid tick recursion.
+                  if (domain) {
+                      domain.exit();
+                  }
+                  setTimeout(flush, 0);
+                  if (domain) {
+                      domain.enter();
+                  }
 
-          var oauth_params = {
-              oauth_consumer_key: consumer_key,
-              oauth_signature_method: signature_method,
-              oauth_version: version,
-              oauth_timestamp: ohauth.timestamp(),
-              oauth_nonce: ohauth.nonce()
+                  throw e;
+
+              } else {
+                  // In browsers, uncaught exceptions are not fatal.
+                  // Re-throw them asynchronously to avoid slow-downs.
+                  setTimeout(function () {
+                      throw e;
+                  }, 0);
+              }
+          }
+
+          if (domain) {
+              domain.exit();
+          }
+      }
+
+      nextTick = function (task) {
+          tail = tail.next = {
+              task: task,
+              domain: isNodeJS && process.domain,
+              next: null
+          };
+
+          if (!flushing) {
+              flushing = true;
+              requestTick();
+          }
+      };
+
+      if (typeof process === "object" &&
+          process.toString() === "[object process]" && process.nextTick) {
+          // Ensure Q is in a real Node environment, with a `process.nextTick`.
+          // To see through fake Node environments:
+          // * Mocha test runner - exposes a `process` global without a `nextTick`
+          // * Browserify - exposes a `process.nexTick` function that uses
+          //   `setTimeout`. In this case `setImmediate` is preferred because
+          //    it is faster. Browserify's `process.toString()` yields
+          //   "[object Object]", while in a real Node environment
+          //   `process.toString()` yields "[object process]".
+          isNodeJS = true;
+
+          requestTick = function () {
+              process.nextTick(flush);
           };
 
-          if (token) oauth_params.oauth_token = token;
-
-          var all_params = immutable({}, oauth_params, query_params, extra_params),
-              base_str = ohauth.baseString(method, base_uri, all_params);
+      } else if (typeof setImmediate === "function") {
+          // In IE10, Node.js 0.9+, or https://github.com/NobleJS/setImmediate
+          if (typeof window !== "undefined") {
+              requestTick = setImmediate.bind(window, flush);
+          } else {
+              requestTick = function () {
+                  setImmediate(flush);
+              };
+          }
 
-          oauth_params.oauth_signature = ohauth.signature(consumer_secret, token_secret, base_str);
+      } else if (typeof MessageChannel !== "undefined") {
+          // modern browsers
+          // http://www.nonblocking.io/2011/06/windownexttick.html
+          var channel = new MessageChannel();
+          // At least Safari Version 6.0.5 (8536.30.1) intermittently cannot create
+          // working message ports the first time a page loads.
+          channel.port1.onmessage = function () {
+              requestTick = requestPortTick;
+              channel.port1.onmessage = flush;
+              flush();
+          };
+          var requestPortTick = function () {
+              // Opera requires us to provide a message payload, regardless of
+              // whether we use it.
+              channel.port2.postMessage(0);
+          };
+          requestTick = function () {
+              setTimeout(flush, 0);
+              requestPortTick();
+          };
 
-          return 'OAuth ' + ohauth.authHeader(oauth_params);
+      } else {
+          // old browsers
+          requestTick = function () {
+              setTimeout(flush, 0);
+          };
+      }
+      // runs a task after all other tasks have been run
+      // this is useful for unhandled rejection tracking that needs to happen
+      // after all `then`d tasks have been run.
+      nextTick.runAfter = function (task) {
+          laterQueue.push(task);
+          if (!flushing) {
+              flushing = true;
+              requestTick();
+          }
       };
-  };
-
-  var ohauth_1 = ohauth;
-
-  var resolveUrl = createCommonjsModule(function (module, exports) {
-  // Copyright 2014 Simon Lydell
-  // X11 (“MIT”) Licensed. (See LICENSE.)
+      return nextTick;
+  })();
 
-  void (function(root, factory) {
-    if (typeof undefined === "function" && undefined.amd) {
-      undefined(factory);
-    } else {
-      module.exports = factory();
-    }
-  }(commonjsGlobal, function() {
+  // Attempt to make generics safe in the face of downstream
+  // modifications.
+  // There is no situation where this is necessary.
+  // If you need a security guarantee, these primordials need to be
+  // deeply frozen anyway, and if you don’t need a security guarantee,
+  // this is just plain paranoid.
+  // However, this **might** have the nice side-effect of reducing the size of
+  // the minified code by reducing x.call() to merely x()
+  // See Mark Miller’s explanation of what this does.
+  // http://wiki.ecmascript.org/doku.php?id=conventions:safe_meta_programming
+  var call = Function.call;
+  function uncurryThis(f) {
+      return function () {
+          return call.apply(f, arguments);
+      };
+  }
+  // This is equivalent, but slower:
+  // uncurryThis = Function_bind.bind(Function_bind.call);
+  // http://jsperf.com/uncurrythis
 
-    function resolveUrl(/* ...urls */) {
-      var numUrls = arguments.length;
+  var array_slice = uncurryThis(Array.prototype.slice);
 
-      if (numUrls === 0) {
-        throw new Error("resolveUrl requires at least one argument; got none.")
+  var array_reduce = uncurryThis(
+      Array.prototype.reduce || function (callback, basis) {
+          var index = 0,
+              length = this.length;
+          // concerning the initial value, if one is not provided
+          if (arguments.length === 1) {
+              // seek to the first value in the array, accounting
+              // for the possibility that is is a sparse array
+              do {
+                  if (index in this) {
+                      basis = this[index++];
+                      break;
+                  }
+                  if (++index >= length) {
+                      throw new TypeError();
+                  }
+              } while (1);
+          }
+          // reduce
+          for (; index < length; index++) {
+              // account for the possibility that the array is sparse
+              if (index in this) {
+                  basis = callback(basis, this[index], index);
+              }
+          }
+          return basis;
       }
+  );
 
-      var base = document.createElement("base");
-      base.href = arguments[0];
-
-      if (numUrls === 1) {
-        return base.href
+  var array_indexOf = uncurryThis(
+      Array.prototype.indexOf || function (value) {
+          // not a very good shim, but good enough for our one use of it
+          for (var i = 0; i < this.length; i++) {
+              if (this[i] === value) {
+                  return i;
+              }
+          }
+          return -1;
       }
+  );
 
-      var head = document.getElementsByTagName("head")[0];
-      head.insertBefore(base, head.firstChild);
-
-      var a = document.createElement("a");
-      var resolved;
-
-      for (var index = 1; index < numUrls; index++) {
-        a.href = arguments[index];
-        resolved = a.href;
-        base.href = resolved;
+  var array_map = uncurryThis(
+      Array.prototype.map || function (callback, thisp) {
+          var self = this;
+          var collect = [];
+          array_reduce(self, function (undefined, value, index) {
+              collect.push(callback.call(thisp, value, index, self));
+          }, void 0);
+          return collect;
       }
+  );
 
-      head.removeChild(base);
-
-      return resolved
-    }
-
-    return resolveUrl
+  var object_create = Object.create || function (prototype) {
+      function Type() { }
+      Type.prototype = prototype;
+      return new Type();
+  };
 
-  }));
-  });
+  var object_defineProperty = Object.defineProperty || function (obj, prop, descriptor) {
+      obj[prop] = descriptor.value;
+      return obj;
+  };
 
-  var assign$1 = make_assign();
-  var create$2 = make_create();
-  var trim = make_trim();
-  var Global = (typeof window !== 'undefined' ? window : commonjsGlobal);
+  var object_hasOwnProperty = uncurryThis(Object.prototype.hasOwnProperty);
 
-  var util = {
-       assign: assign$1,
-       create: create$2,
-       trim: trim,
-       bind: bind,
-       slice: slice$7,
-       each: each,
-       map: map$4,
-       pluck: pluck,
-       isList: isList,
-       isFunction: isFunction$1,
-       isObject: isObject$1,
-       Global: Global
+  var object_keys = Object.keys || function (object) {
+      var keys = [];
+      for (var key in object) {
+          if (object_hasOwnProperty(object, key)) {
+              keys.push(key);
+          }
+      }
+      return keys;
   };
 
-  function make_assign() {
-       if (Object.assign) {
-               return Object.assign
-       } else {
-               return function shimAssign(obj, props1, props2, etc) {
-                       for (var i = 1; i < arguments.length; i++) {
-                               each(Object(arguments[i]), function(val, key) {
-                                       obj[key] = val;
-                               });
-                       }                       
-                       return obj
-               }
-       }
-  }
+  var object_toString = uncurryThis(Object.prototype.toString);
 
-  function make_create() {
-       if (Object.create) {
-               return function create(obj, assignProps1, assignProps2, etc) {
-                       var assignArgsList = slice$7(arguments, 1);
-                       return assign$1.apply(this, [Object.create(obj)].concat(assignArgsList))
-               }
-       } else {
-               function F() {} // eslint-disable-line no-inner-declarations
-               return function create(obj, assignProps1, assignProps2, etc) {
-                       var assignArgsList = slice$7(arguments, 1);
-                       F.prototype = obj;
-                       return assign$1.apply(this, [new F()].concat(assignArgsList))
-               }
-       }
+  function isObject(value) {
+      return value === Object(value);
   }
 
-  function make_trim() {
-       if (String.prototype.trim) {
-               return function trim(str) {
-                       return String.prototype.trim.call(str)
-               }
-       } else {
-               return function trim(str) {
-                       return str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '')
-               }
-       }
-  }
+  // generator related shims
 
-  function bind(obj, fn) {
-       return function() {
-               return fn.apply(obj, Array.prototype.slice.call(arguments, 0))
-       }
+  // FIXME: Remove this function once ES6 generators are in SpiderMonkey.
+  function isStopIteration(exception) {
+      return (
+          object_toString(exception) === "[object StopIteration]" ||
+          exception instanceof QReturnValue
+      );
   }
 
-  function slice$7(arr, index) {
-       return Array.prototype.slice.call(arr, index || 0)
+  // FIXME: Remove this helper and Q.return once ES6 generators are in
+  // SpiderMonkey.
+  var QReturnValue;
+  if (typeof ReturnValue !== "undefined") {
+      QReturnValue = ReturnValue;
+  } else {
+      QReturnValue = function (value) {
+          this.value = value;
+      };
   }
 
-  function each(obj, fn) {
-       pluck(obj, function(val, key) {
-               fn(val, key);
-               return false
-       });
-  }
+  // long stack traces
 
-  function map$4(obj, fn) {
-       var res = (isList(obj) ? [] : {});
-       pluck(obj, function(v, k) {
-               res[k] = fn(v, k);
-               return false
-       });
-       return res
-  }
+  var STACK_JUMP_SEPARATOR = "From previous event:";
 
-  function pluck(obj, fn) {
-       if (isList(obj)) {
-               for (var i=0; i<obj.length; i++) {
-                       if (fn(obj[i], i)) {
-                               return obj[i]
-                       }
-               }
-       } else {
-               for (var key in obj) {
-                       if (obj.hasOwnProperty(key)) {
-                               if (fn(obj[key], key)) {
-                                       return obj[key]
-                               }
-                       }
-               }
-       }
-  }
+  function makeStackTraceLong(error, promise) {
+      // If possible, transform the error stack trace by removing Node and Q
+      // cruft, then concatenating with the stack trace of `promise`. See #57.
+      if (hasStacks &&
+          promise.stack &&
+          typeof error === "object" &&
+          error !== null &&
+          error.stack
+      ) {
+          var stacks = [];
+          for (var p = promise; !!p; p = p.source) {
+              if (p.stack && (!error.__minimumStackCounter__ || error.__minimumStackCounter__ > p.stackCounter)) {
+                  object_defineProperty(error, "__minimumStackCounter__", {value: p.stackCounter, configurable: true});
+                  stacks.unshift(p.stack);
+              }
+          }
+          stacks.unshift(error.stack);
 
-  function isList(val) {
-       return (val != null && typeof val != 'function' && typeof val.length == 'number')
+          var concatedStacks = stacks.join("\n" + STACK_JUMP_SEPARATOR + "\n");
+          var stack = filterStackString(concatedStacks);
+          object_defineProperty(error, "stack", {value: stack, configurable: true});
+      }
   }
 
-  function isFunction$1(val) {
-       return val && {}.toString.call(val) === '[object Function]'
+  function filterStackString(stackString) {
+      var lines = stackString.split("\n");
+      var desiredLines = [];
+      for (var i = 0; i < lines.length; ++i) {
+          var line = lines[i];
+
+          if (!isInternalFrame(line) && !isNodeFrame(line) && line) {
+              desiredLines.push(line);
+          }
+      }
+      return desiredLines.join("\n");
   }
 
-  function isObject$1(val) {
-       return val && {}.toString.call(val) === '[object Object]'
+  function isNodeFrame(stackLine) {
+      return stackLine.indexOf("(module.js:") !== -1 ||
+             stackLine.indexOf("(node.js:") !== -1;
   }
 
-  var slice$8 = util.slice;
-  var pluck$1 = util.pluck;
-  var each$1 = util.each;
-  var bind$1 = util.bind;
-  var create$3 = util.create;
-  var isList$1 = util.isList;
-  var isFunction$2 = util.isFunction;
-  var isObject$2 = util.isObject;
+  function getFileNameAndLineNumber(stackLine) {
+      // Named functions: "at functionName (filename:lineNumber:columnNumber)"
+      // In IE10 function name can have spaces ("Anonymous function") O_o
+      var attempt1 = /at .+ \((.+):(\d+):(?:\d+)\)$/.exec(stackLine);
+      if (attempt1) {
+          return [attempt1[1], Number(attempt1[2])];
+      }
 
-  var storeEngine = {
-       createStore: createStore
-  };
+      // Anonymous functions: "at filename:lineNumber:columnNumber"
+      var attempt2 = /at ([^ ]+):(\d+):(?:\d+)$/.exec(stackLine);
+      if (attempt2) {
+          return [attempt2[1], Number(attempt2[2])];
+      }
 
-  var storeAPI = {
-       version: '2.0.12',
-       enabled: false,
-       
-       // get returns the value of the given key. If that value
-       // is undefined, it returns optionalDefaultValue instead.
-       get: function(key, optionalDefaultValue) {
-               var data = this.storage.read(this._namespacePrefix + key);
-               return this._deserialize(data, optionalDefaultValue)
-       },
+      // Firefox style: "function@filename:lineNumber or @filename:lineNumber"
+      var attempt3 = /.*@(.+):(\d+)$/.exec(stackLine);
+      if (attempt3) {
+          return [attempt3[1], Number(attempt3[2])];
+      }
+  }
 
-       // set will store the given value at key and returns value.
-       // Calling set with value === undefined is equivalent to calling remove.
-       set: function(key, value) {
-               if (value === undefined) {
-                       return this.remove(key)
-               }
-               this.storage.write(this._namespacePrefix + key, this._serialize(value));
-               return value
-       },
+  function isInternalFrame(stackLine) {
+      var fileNameAndLineNumber = getFileNameAndLineNumber(stackLine);
 
-       // remove deletes the key and value stored at the given key.
-       remove: function(key) {
-               this.storage.remove(this._namespacePrefix + key);
-       },
+      if (!fileNameAndLineNumber) {
+          return false;
+      }
 
-       // each will call the given callback once for each key-value pair
-       // in this store.
-       each: function(callback) {
-               var self = this;
-               this.storage.each(function(val, namespacedKey) {
-                       callback.call(self, self._deserialize(val), (namespacedKey || '').replace(self._namespaceRegexp, ''));
-               });
-       },
+      var fileName = fileNameAndLineNumber[0];
+      var lineNumber = fileNameAndLineNumber[1];
 
-       // clearAll will remove all the stored key-value pairs in this store.
-       clearAll: function() {
-               this.storage.clearAll();
-       },
+      return fileName === qFileName &&
+          lineNumber >= qStartingLine &&
+          lineNumber <= qEndingLine;
+  }
 
-       // additional functionality that can't live in plugins
-       // ---------------------------------------------------
+  // discover own file name and line number range for filtering stack
+  // traces
+  function captureLine() {
+      if (!hasStacks) {
+          return;
+      }
 
-       // hasNamespace returns true if this store instance has the given namespace.
-       hasNamespace: function(namespace) {
-               return (this._namespacePrefix == '__storejs_'+namespace+'_')
-       },
+      try {
+          throw new Error();
+      } catch (e) {
+          var lines = e.stack.split("\n");
+          var firstLine = lines[0].indexOf("@") > 0 ? lines[1] : lines[2];
+          var fileNameAndLineNumber = getFileNameAndLineNumber(firstLine);
+          if (!fileNameAndLineNumber) {
+              return;
+          }
 
-       // createStore creates a store.js instance with the first
-       // functioning storage in the list of storage candidates,
-       // and applies the the given mixins to the instance.
-       createStore: function() {
-               return createStore.apply(this, arguments)
-       },
-       
-       addPlugin: function(plugin) {
-               this._addPlugin(plugin);
-       },
-       
-       namespace: function(namespace) {
-               return createStore(this.storage, this.plugins, namespace)
-       }
-  };
+          qFileName = fileNameAndLineNumber[0];
+          return fileNameAndLineNumber[1];
+      }
+  }
 
-  function _warn() {
-       var _console = (typeof console == 'undefined' ? null : console);
-       if (!_console) { return }
-       var fn = (_console.warn ? _console.warn : _console.log);
-       fn.apply(_console, arguments);
+  function deprecate(callback, name, alternative) {
+      return function () {
+          if (typeof console !== "undefined" &&
+              typeof console.warn === "function") {
+              console.warn(name + " is deprecated, use " + alternative +
+                           " instead.", new Error("").stack);
+          }
+          return callback.apply(callback, arguments);
+      };
   }
 
-  function createStore(storages, plugins, namespace) {
-       if (!namespace) {
-               namespace = '';
-       }
-       if (storages && !isList$1(storages)) {
-               storages = [storages];
-       }
-       if (plugins && !isList$1(plugins)) {
-               plugins = [plugins];
-       }
+  // end of shims
+  // beginning of real work
 
-       var namespacePrefix = (namespace ? '__storejs_'+namespace+'_' : '');
-       var namespaceRegexp = (namespace ? new RegExp('^'+namespacePrefix) : null);
-       var legalNamespaces = /^[a-zA-Z0-9_\-]*$/; // alpha-numeric + underscore and dash
-       if (!legalNamespaces.test(namespace)) {
-               throw new Error('store.js namespaces can only have alphanumerics + underscores and dashes')
-       }
-       
-       var _privateStoreProps = {
-               _namespacePrefix: namespacePrefix,
-               _namespaceRegexp: namespaceRegexp,
+  /**
+   * Constructs a promise for an immediate reference, passes promises through, or
+   * coerces promises from different systems.
+   * @param value immediate reference or promise
+   */
+  function Q(value) {
+      // If the object is already a Promise, return it directly.  This enables
+      // the resolve function to both be used to created references from objects,
+      // but to tolerably coerce non-promises to promises.
+      if (value instanceof Promise) {
+          return value;
+      }
 
-               _testStorage: function(storage) {
-                       try {
-                               var testStr = '__storejs__test__';
-                               storage.write(testStr, testStr);
-                               var ok = (storage.read(testStr) === testStr);
-                               storage.remove(testStr);
-                               return ok
-                       } catch(e) {
-                               return false
-                       }
-               },
+      // assimilate thenables
+      if (isPromiseAlike(value)) {
+          return coerce(value);
+      } else {
+          return fulfill(value);
+      }
+  }
+  Q.resolve = Q;
 
-               _assignPluginFnProp: function(pluginFnProp, propName) {
-                       var oldFn = this[propName];
-                       this[propName] = function pluginFn() {
-                               var args = slice$8(arguments, 0);
-                               var self = this;
+  /**
+   * Performs a task in a future turn of the event loop.
+   * @param {Function} task
+   */
+  Q.nextTick = nextTick;
 
-                               // super_fn calls the old function which was overwritten by
-                               // this mixin.
-                               function super_fn() {
-                                       if (!oldFn) { return }
-                                       each$1(arguments, function(arg, i) {
-                                               args[i] = arg;
-                                       });
-                                       return oldFn.apply(self, args)
-                               }
+  /**
+   * Controls whether or not long stack traces will be on
+   */
+  Q.longStackSupport = false;
 
-                               // Give mixing function access to super_fn by prefixing all mixin function
-                               // arguments with super_fn.
-                               var newFnArgs = [super_fn].concat(args);
+  /**
+   * The counter is used to determine the stopping point for building
+   * long stack traces. In makeStackTraceLong we walk backwards through
+   * the linked list of promises, only stacks which were created before
+   * the rejection are concatenated.
+   */
+  var longStackCounter = 1;
 
-                               return pluginFnProp.apply(self, newFnArgs)
-                       };
-               },
+  // enable long stacks if Q_DEBUG is set
+  if (typeof process === "object" && process && process.env && process.env.Q_DEBUG) {
+      Q.longStackSupport = true;
+  }
 
-               _serialize: function(obj) {
-                       return JSON.stringify(obj)
-               },
+  /**
+   * Constructs a {promise, resolve, reject} object.
+   *
+   * `resolve` is a callback to invoke with a more resolved value for the
+   * promise. To fulfill the promise, invoke `resolve` with any value that is
+   * not a thenable. To reject the promise, invoke `resolve` with a rejected
+   * thenable, or invoke `reject` with the reason directly. To resolve the
+   * promise to another thenable, thus putting it in the same state, invoke
+   * `resolve` with that other thenable.
+   */
+  Q.defer = defer;
+  function defer() {
+      // if "messages" is an "Array", that indicates that the promise has not yet
+      // been resolved.  If it is "undefined", it has been resolved.  Each
+      // element of the messages array is itself an array of complete arguments to
+      // forward to the resolved promise.  We coerce the resolution value to a
+      // promise using the `resolve` function because it handles both fully
+      // non-thenable values and other thenables gracefully.
+      var messages = [], progressListeners = [], resolvedPromise;
 
-               _deserialize: function(strVal, defaultVal) {
-                       if (!strVal) { return defaultVal }
-                       // It is possible that a raw string value has been previously stored
-                       // in a storage without using store.js, meaning it will be a raw
-                       // string value instead of a JSON serialized string. By defaulting
-                       // to the raw string value in case of a JSON parse error, we allow
-                       // for past stored values to be forwards-compatible with store.js
-                       var val = '';
-                       try { val = JSON.parse(strVal); }
-                       catch(e) { val = strVal; }
+      var deferred = object_create(defer.prototype);
+      var promise = object_create(Promise.prototype);
 
-                       return (val !== undefined ? val : defaultVal)
-               },
-               
-               _addStorage: function(storage) {
-                       if (this.enabled) { return }
-                       if (this._testStorage(storage)) {
-                               this.storage = storage;
-                               this.enabled = true;
-                       }
-               },
+      promise.promiseDispatch = function (resolve, op, operands) {
+          var args = array_slice(arguments);
+          if (messages) {
+              messages.push(args);
+              if (op === "when" && operands[1]) { // progress operand
+                  progressListeners.push(operands[1]);
+              }
+          } else {
+              Q.nextTick(function () {
+                  resolvedPromise.promiseDispatch.apply(resolvedPromise, args);
+              });
+          }
+      };
 
-               _addPlugin: function(plugin) {
-                       var self = this;
+      // XXX deprecated
+      promise.valueOf = function () {
+          if (messages) {
+              return promise;
+          }
+          var nearerValue = nearer(resolvedPromise);
+          if (isPromise(nearerValue)) {
+              resolvedPromise = nearerValue; // shorten chain
+          }
+          return nearerValue;
+      };
 
-                       // If the plugin is an array, then add all plugins in the array.
-                       // This allows for a plugin to depend on other plugins.
-                       if (isList$1(plugin)) {
-                               each$1(plugin, function(plugin) {
-                                       self._addPlugin(plugin);
-                               });
-                               return
-                       }
+      promise.inspect = function () {
+          if (!resolvedPromise) {
+              return { state: "pending" };
+          }
+          return resolvedPromise.inspect();
+      };
 
-                       // Keep track of all plugins we've seen so far, so that we
-                       // don't add any of them twice.
-                       var seenPlugin = pluck$1(this.plugins, function(seenPlugin) {
-                               return (plugin === seenPlugin)
-                       });
-                       if (seenPlugin) {
-                               return
-                       }
-                       this.plugins.push(plugin);
+      if (Q.longStackSupport && hasStacks) {
+          try {
+              throw new Error();
+          } catch (e) {
+              // NOTE: don't try to use `Error.captureStackTrace` or transfer the
+              // accessor around; that causes memory leaks as per GH-111. Just
+              // reify the stack trace as a string ASAP.
+              //
+              // At the same time, cut off the first line; it's always just
+              // "[object Promise]\n", as per the `toString`.
+              promise.stack = e.stack.substring(e.stack.indexOf("\n") + 1);
+              promise.stackCounter = longStackCounter++;
+          }
+      }
 
-                       // Check that the plugin is properly formed
-                       if (!isFunction$2(plugin)) {
-                               throw new Error('Plugins must be function values that return objects')
-                       }
+      // NOTE: we do the checks for `resolvedPromise` in each method, instead of
+      // consolidating them into `become`, since otherwise we'd create new
+      // promises with the lines `become(whatever(value))`. See e.g. GH-252.
 
-                       var pluginProperties = plugin.call(this);
-                       if (!isObject$2(pluginProperties)) {
-                               throw new Error('Plugins must return an object of function properties')
-                       }
+      function become(newPromise) {
+          resolvedPromise = newPromise;
 
-                       // Add the plugin function properties to this store instance.
-                       each$1(pluginProperties, function(pluginFnProp, propName) {
-                               if (!isFunction$2(pluginFnProp)) {
-                                       throw new Error('Bad plugin property: '+propName+' from plugin '+plugin.name+'. Plugins should only return functions.')
-                               }
-                               self._assignPluginFnProp(pluginFnProp, propName);
-                       });
-               },
-               
-               // Put deprecated properties in the private API, so as to not expose it to accidential
-               // discovery through inspection of the store object.
-               
-               // Deprecated: addStorage
-               addStorage: function(storage) {
-                       _warn('store.addStorage(storage) is deprecated. Use createStore([storages])');
-                       this._addStorage(storage);
-               }
-       };
+          if (Q.longStackSupport && hasStacks) {
+              // Only hold a reference to the new promise if long stacks
+              // are enabled to reduce memory usage
+              promise.source = newPromise;
+          }
 
-       var store = create$3(_privateStoreProps, storeAPI, {
-               plugins: []
-       });
-       store.raw = {};
-       each$1(store, function(prop, propName) {
-               if (isFunction$2(prop)) {
-                       store.raw[propName] = bind$1(store, prop);                      
-               }
-       });
-       each$1(storages, function(storage) {
-               store._addStorage(storage);
-       });
-       each$1(plugins, function(plugin) {
-               store._addPlugin(plugin);
-       });
-       return store
-  }
+          array_reduce(messages, function (undefined, message) {
+              Q.nextTick(function () {
+                  newPromise.promiseDispatch.apply(newPromise, message);
+              });
+          }, void 0);
 
-  var Global$1 = util.Global;
+          messages = void 0;
+          progressListeners = void 0;
+      }
 
-  var localStorage_1 = {
-       name: 'localStorage',
-       read: read,
-       write: write,
-       each: each$2,
-       remove: remove$2,
-       clearAll: clearAll,
-  };
+      deferred.promise = promise;
+      deferred.resolve = function (value) {
+          if (resolvedPromise) {
+              return;
+          }
 
-  function localStorage$1() {
-       return Global$1.localStorage
-  }
+          become(Q(value));
+      };
 
-  function read(key) {
-       return localStorage$1().getItem(key)
-  }
+      deferred.fulfill = function (value) {
+          if (resolvedPromise) {
+              return;
+          }
 
-  function write(key, data) {
-       return localStorage$1().setItem(key, data)
-  }
+          become(fulfill(value));
+      };
+      deferred.reject = function (reason) {
+          if (resolvedPromise) {
+              return;
+          }
 
-  function each$2(fn) {
-       for (var i = localStorage$1().length - 1; i >= 0; i--) {
-               var key = localStorage$1().key(i);
-               fn(read(key), key);
-       }
-  }
+          become(reject(reason));
+      };
+      deferred.notify = function (progress) {
+          if (resolvedPromise) {
+              return;
+          }
 
-  function remove$2(key) {
-       return localStorage$1().removeItem(key)
-  }
+          array_reduce(progressListeners, function (undefined, progressListener) {
+              Q.nextTick(function () {
+                  progressListener(progress);
+              });
+          }, void 0);
+      };
 
-  function clearAll() {
-       return localStorage$1().clear()
+      return deferred;
   }
 
-  // oldFF-globalStorage provides storage for Firefox
-  // versions 6 and 7, where no localStorage, etc
-  // is available.
+  /**
+   * Creates a Node-style callback that will resolve or reject the deferred
+   * promise.
+   * @returns a nodeback
+   */
+  defer.prototype.makeNodeResolver = function () {
+      var self = this;
+      return function (error, value) {
+          if (error) {
+              self.reject(error);
+          } else if (arguments.length > 2) {
+              self.resolve(array_slice(arguments, 1));
+          } else {
+              self.resolve(value);
+          }
+      };
+  };
 
+  /**
+   * @param resolver {Function} a function that returns nothing and accepts
+   * the resolve, reject, and notify functions for a deferred.
+   * @returns a promise that may be resolved with the given resolve and reject
+   * functions, or rejected by a thrown exception in resolver
+   */
+  Q.Promise = promise; // ES6
+  Q.promise = promise;
+  function promise(resolver) {
+      if (typeof resolver !== "function") {
+          throw new TypeError("resolver must be a function.");
+      }
+      var deferred = defer();
+      try {
+          resolver(deferred.resolve, deferred.reject, deferred.notify);
+      } catch (reason) {
+          deferred.reject(reason);
+      }
+      return deferred.promise;
+  }
 
-  var Global$2 = util.Global;
+  promise.race = race; // ES6
+  promise.all = all; // ES6
+  promise.reject = reject; // ES6
+  promise.resolve = Q; // ES6
 
-  var oldFFGlobalStorage = {
-       name: 'oldFF-globalStorage',
-       read: read$1,
-       write: write$1,
-       each: each$3,
-       remove: remove$3,
-       clearAll: clearAll$1,
+  // XXX experimental.  This method is a way to denote that a local value is
+  // serializable and should be immediately dispatched to a remote upon request,
+  // instead of passing a reference.
+  Q.passByCopy = function (object) {
+      //freeze(object);
+      //passByCopies.set(object, true);
+      return object;
   };
 
-  var globalStorage = Global$2.globalStorage;
-
-  function read$1(key) {
-       return globalStorage[key]
-  }
-
-  function write$1(key, data) {
-       globalStorage[key] = data;
-  }
+  Promise.prototype.passByCopy = function () {
+      //freeze(object);
+      //passByCopies.set(object, true);
+      return this;
+  };
 
-  function each$3(fn) {
-       for (var i = globalStorage.length - 1; i >= 0; i--) {
-               var key = globalStorage.key(i);
-               fn(globalStorage[key], key);
-       }
-  }
+  /**
+   * If two promises eventually fulfill to the same value, promises that value,
+   * but otherwise rejects.
+   * @param x {Any*}
+   * @param y {Any*}
+   * @returns {Any*} a promise for x and y if they are the same, but a rejection
+   * otherwise.
+   *
+   */
+  Q.join = function (x, y) {
+      return Q(x).join(y);
+  };
 
-  function remove$3(key) {
-       return globalStorage.removeItem(key)
-  }
+  Promise.prototype.join = function (that) {
+      return Q([this, that]).spread(function (x, y) {
+          if (x === y) {
+              // TODO: "===" should be Object.is or equiv
+              return x;
+          } else {
+              throw new Error("Q can't join: not the same: " + x + " " + y);
+          }
+      });
+  };
 
-  function clearAll$1() {
-       each$3(function(key, _) {
-               delete globalStorage[key];
-       });
+  /**
+   * Returns a promise for the first of an array of promises to become settled.
+   * @param answers {Array[Any*]} promises to race
+   * @returns {Any*} the first promise to be settled
+   */
+  Q.race = race;
+  function race(answerPs) {
+      return promise(function (resolve, reject) {
+          // Switch to this once we can assume at least ES5
+          // answerPs.forEach(function (answerP) {
+          //     Q(answerP).then(resolve, reject);
+          // });
+          // Use this in the meantime
+          for (var i = 0, len = answerPs.length; i < len; i++) {
+              Q(answerPs[i]).then(resolve, reject);
+          }
+      });
   }
 
-  // oldIE-userDataStorage provides storage for Internet Explorer
-  // versions 6 and 7, where no localStorage, sessionStorage, etc
-  // is available.
+  Promise.prototype.race = function () {
+      return this.then(Q.race);
+  };
 
+  /**
+   * Constructs a Promise with a promise descriptor object and optional fallback
+   * function.  The descriptor contains methods like when(rejected), get(name),
+   * set(name, value), post(name, args), and delete(name), which all
+   * return either a value, a promise for a value, or a rejection.  The fallback
+   * accepts the operation name, a resolver, and any further arguments that would
+   * have been forwarded to the appropriate method above had a method been
+   * provided with the proper name.  The API makes no guarantees about the nature
+   * of the returned object, apart from that it is usable whereever promises are
+   * bought and sold.
+   */
+  Q.makePromise = Promise;
+  function Promise(descriptor, fallback, inspect) {
+      if (fallback === void 0) {
+          fallback = function (op) {
+              return reject(new Error(
+                  "Promise does not support operation: " + op
+              ));
+          };
+      }
+      if (inspect === void 0) {
+          inspect = function () {
+              return {state: "unknown"};
+          };
+      }
 
-  var Global$3 = util.Global;
+      var promise = object_create(Promise.prototype);
 
-  var oldIEUserDataStorage = {
-       name: 'oldIE-userDataStorage',
-       write: write$2,
-       read: read$2,
-       each: each$4,
-       remove: remove$4,
-       clearAll: clearAll$2,
-  };
+      promise.promiseDispatch = function (resolve, op, args) {
+          var result;
+          try {
+              if (descriptor[op]) {
+                  result = descriptor[op].apply(promise, args);
+              } else {
+                  result = fallback.call(promise, op, args);
+              }
+          } catch (exception) {
+              result = reject(exception);
+          }
+          if (resolve) {
+              resolve(result);
+          }
+      };
 
-  var storageName = 'storejs';
-  var doc = Global$3.document;
-  var _withStorageEl = _makeIEStorageElFunction();
-  var disable = (Global$3.navigator ? Global$3.navigator.userAgent : '').match(/ (MSIE 8|MSIE 9|MSIE 10)\./); // MSIE 9.x, MSIE 10.x
+      promise.inspect = inspect;
 
-  function write$2(unfixedKey, data) {
-       if (disable) { return }
-       var fixedKey = fixKey(unfixedKey);
-       _withStorageEl(function(storageEl) {
-               storageEl.setAttribute(fixedKey, data);
-               storageEl.save(storageName);
-       });
-  }
+      // XXX deprecated `valueOf` and `exception` support
+      if (inspect) {
+          var inspected = inspect();
+          if (inspected.state === "rejected") {
+              promise.exception = inspected.reason;
+          }
 
-  function read$2(unfixedKey) {
-       if (disable) { return }
-       var fixedKey = fixKey(unfixedKey);
-       var res = null;
-       _withStorageEl(function(storageEl) {
-               res = storageEl.getAttribute(fixedKey);
-       });
-       return res
-  }
+          promise.valueOf = function () {
+              var inspected = inspect();
+              if (inspected.state === "pending" ||
+                  inspected.state === "rejected") {
+                  return promise;
+              }
+              return inspected.value;
+          };
+      }
 
-  function each$4(callback) {
-       _withStorageEl(function(storageEl) {
-               var attributes = storageEl.XMLDocument.documentElement.attributes;
-               for (var i=attributes.length-1; i>=0; i--) {
-                       var attr = attributes[i];
-                       callback(storageEl.getAttribute(attr.name), attr.name);
-               }
-       });
+      return promise;
   }
 
-  function remove$4(unfixedKey) {
-       var fixedKey = fixKey(unfixedKey);
-       _withStorageEl(function(storageEl) {
-               storageEl.removeAttribute(fixedKey);
-               storageEl.save(storageName);
-       });
-  }
+  Promise.prototype.toString = function () {
+      return "[object Promise]";
+  };
 
-  function clearAll$2() {
-       _withStorageEl(function(storageEl) {
-               var attributes = storageEl.XMLDocument.documentElement.attributes;
-               storageEl.load(storageName);
-               for (var i=attributes.length-1; i>=0; i--) {
-                       storageEl.removeAttribute(attributes[i].name);
-               }
-               storageEl.save(storageName);
-       });
-  }
+  Promise.prototype.then = function (fulfilled, rejected, progressed) {
+      var self = this;
+      var deferred = defer();
+      var done = false;   // ensure the untrusted promise makes at most a
+                          // single call to one of the callbacks
 
-  // Helpers
-  //////////
+      function _fulfilled(value) {
+          try {
+              return typeof fulfilled === "function" ? fulfilled(value) : value;
+          } catch (exception) {
+              return reject(exception);
+          }
+      }
 
-  // In IE7, keys cannot start with a digit or contain certain chars.
-  // See https://github.com/marcuswestin/store.js/issues/40
-  // See https://github.com/marcuswestin/store.js/issues/83
-  var forbiddenCharsRegex = new RegExp("[!\"#$%&'()*+,/\\\\:;<=>?@[\\]^`{|}~]", "g");
-  function fixKey(key) {
-       return key.replace(/^\d/, '___$&').replace(forbiddenCharsRegex, '___')
-  }
+      function _rejected(exception) {
+          if (typeof rejected === "function") {
+              makeStackTraceLong(exception, self);
+              try {
+                  return rejected(exception);
+              } catch (newException) {
+                  return reject(newException);
+              }
+          }
+          return reject(exception);
+      }
 
-  function _makeIEStorageElFunction() {
-       if (!doc || !doc.documentElement || !doc.documentElement.addBehavior) {
-               return null
-       }
-       var scriptTag = 'script',
-               storageOwner,
-               storageContainer,
-               storageEl;
+      function _progressed(value) {
+          return typeof progressed === "function" ? progressed(value) : value;
+      }
 
-       // Since #userData storage applies only to specific paths, we need to
-       // somehow link our data to a specific path.  We choose /favicon.ico
-       // as a pretty safe option, since all browsers already make a request to
-       // this URL anyway and being a 404 will not hurt us here.  We wrap an
-       // iframe pointing to the favicon in an ActiveXObject(htmlfile) object
-       // (see: http://msdn.microsoft.com/en-us/library/aa752574(v=VS.85).aspx)
-       // since the iframe access rules appear to allow direct access and
-       // manipulation of the document element, even for a 404 page.  This
-       // document can be used instead of the current document (which would
-       // have been limited to the current path) to perform #userData storage.
-       try {
-               /* global ActiveXObject */
-               storageContainer = new ActiveXObject('htmlfile');
-               storageContainer.open();
-               storageContainer.write('<'+scriptTag+'>document.w=window</'+scriptTag+'><iframe src="/favicon.ico"></iframe>');
-               storageContainer.close();
-               storageOwner = storageContainer.w.frames[0].document;
-               storageEl = storageOwner.createElement('div');
-       } catch(e) {
-               // somehow ActiveXObject instantiation failed (perhaps some special
-               // security settings or otherwse), fall back to per-path storage
-               storageEl = doc.createElement('div');
-               storageOwner = doc.body;
-       }
+      Q.nextTick(function () {
+          self.promiseDispatch(function (value) {
+              if (done) {
+                  return;
+              }
+              done = true;
 
-       return function(storeFunction) {
-               var args = [].slice.call(arguments, 0);
-               args.unshift(storageEl);
-               // See http://msdn.microsoft.com/en-us/library/ms531081(v=VS.85).aspx
-               // and http://msdn.microsoft.com/en-us/library/ms531424(v=VS.85).aspx
-               storageOwner.appendChild(storageEl);
-               storageEl.addBehavior('#default#userData');
-               storageEl.load(storageName);
-               storeFunction.apply(this, args);
-               storageOwner.removeChild(storageEl);
-               return
-       }
-  }
+              deferred.resolve(_fulfilled(value));
+          }, "when", [function (exception) {
+              if (done) {
+                  return;
+              }
+              done = true;
 
-  // cookieStorage is useful Safari private browser mode, where localStorage
-  // doesn't work but cookies do. This implementation is adopted from
-  // https://developer.mozilla.org/en-US/docs/Web/API/Storage/LocalStorage
+              deferred.resolve(_rejected(exception));
+          }]);
+      });
 
+      // Progress propagator need to be attached in the current tick.
+      self.promiseDispatch(void 0, "when", [void 0, function (value) {
+          var newValue;
+          var threw = false;
+          try {
+              newValue = _progressed(value);
+          } catch (e) {
+              threw = true;
+              if (Q.onerror) {
+                  Q.onerror(e);
+              } else {
+                  throw e;
+              }
+          }
 
-  var Global$4 = util.Global;
-  var trim$1 = util.trim;
+          if (!threw) {
+              deferred.notify(newValue);
+          }
+      }]);
 
-  var cookieStorage = {
-       name: 'cookieStorage',
-       read: read$3,
-       write: write$3,
-       each: each$5,
-       remove: remove$5,
-       clearAll: clearAll$3,
+      return deferred.promise;
   };
 
-  var doc$1 = Global$4.document;
-
-  function read$3(key) {
-       if (!key || !_has(key)) { return null }
-       var regexpStr = "(?:^|.*;\\s*)" +
-               escape(key).replace(/[\-\.\+\*]/g, "\\$&") +
-               "\\s*\\=\\s*((?:[^;](?!;))*[^;]?).*";
-       return unescape(doc$1.cookie.replace(new RegExp(regexpStr), "$1"))
-  }
+  Q.tap = function (promise, callback) {
+      return Q(promise).tap(callback);
+  };
 
-  function each$5(callback) {
-       var cookies = doc$1.cookie.split(/; ?/g);
-       for (var i = cookies.length - 1; i >= 0; i--) {
-               if (!trim$1(cookies[i])) {
-                       continue
-               }
-               var kvp = cookies[i].split('=');
-               var key = unescape(kvp[0]);
-               var val = unescape(kvp[1]);
-               callback(val, key);
-       }
-  }
+  /**
+   * Works almost like "finally", but not called for rejections.
+   * Original resolution value is passed through callback unaffected.
+   * Callback may return a promise that will be awaited for.
+   * @param {Function} callback
+   * @returns {Q.Promise}
+   * @example
+   * doSomething()
+   *   .then(...)
+   *   .tap(console.log)
+   *   .then(...);
+   */
+  Promise.prototype.tap = function (callback) {
+      callback = Q(callback);
 
-  function write$3(key, data) {
-       if(!key) { return }
-       doc$1.cookie = escape(key) + "=" + escape(data) + "; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/";
-  }
+      return this.then(function (value) {
+          return callback.fcall(value).thenResolve(value);
+      });
+  };
 
-  function remove$5(key) {
-       if (!key || !_has(key)) {
-               return
-       }
-       doc$1.cookie = escape(key) + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
+  /**
+   * Registers an observer on a promise.
+   *
+   * Guarantees:
+   *
+   * 1. that fulfilled and rejected will be called only once.
+   * 2. that either the fulfilled callback or the rejected callback will be
+   *    called, but not both.
+   * 3. that fulfilled and rejected will not be called in this turn.
+   *
+   * @param value      promise or immediate reference to observe
+   * @param fulfilled  function to be called with the fulfilled value
+   * @param rejected   function to be called with the rejection exception
+   * @param progressed function to be called on any progress notifications
+   * @return promise for the return value from the invoked callback
+   */
+  Q.when = when;
+  function when(value, fulfilled, rejected, progressed) {
+      return Q(value).then(fulfilled, rejected, progressed);
   }
 
-  function clearAll$3() {
-       each$5(function(_, key) {
-               remove$5(key);
-       });
-  }
+  Promise.prototype.thenResolve = function (value) {
+      return this.then(function () { return value; });
+  };
 
-  function _has(key) {
-       return (new RegExp("(?:^|;\\s*)" + escape(key).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=")).test(doc$1.cookie)
-  }
+  Q.thenResolve = function (promise, value) {
+      return Q(promise).thenResolve(value);
+  };
 
-  var Global$5 = util.Global;
+  Promise.prototype.thenReject = function (reason) {
+      return this.then(function () { throw reason; });
+  };
 
-  var sessionStorage_1 = {
-       name: 'sessionStorage',
-       read: read$4,
-       write: write$4,
-       each: each$6,
-       remove: remove$6,
-       clearAll: clearAll$4
+  Q.thenReject = function (promise, reason) {
+      return Q(promise).thenReject(reason);
   };
 
-  function sessionStorage() {
-       return Global$5.sessionStorage
-  }
+  /**
+   * If an object is not a promise, it is as "near" as possible.
+   * If a promise is rejected, it is as "near" as possible too.
+   * If it’s a fulfilled promise, the fulfillment value is nearer.
+   * If it’s a deferred promise and the deferred has been resolved, the
+   * resolution is "nearer".
+   * @param object
+   * @returns most resolved (nearest) form of the object
+   */
 
-  function read$4(key) {
-       return sessionStorage().getItem(key)
+  // XXX should we re-do this?
+  Q.nearer = nearer;
+  function nearer(value) {
+      if (isPromise(value)) {
+          var inspected = value.inspect();
+          if (inspected.state === "fulfilled") {
+              return inspected.value;
+          }
+      }
+      return value;
   }
 
-  function write$4(key, data) {
-       return sessionStorage().setItem(key, data)
+  /**
+   * @returns whether the given object is a promise.
+   * Otherwise it is a fulfilled value.
+   */
+  Q.isPromise = isPromise;
+  function isPromise(object) {
+      return object instanceof Promise;
   }
 
-  function each$6(fn) {
-       for (var i = sessionStorage().length - 1; i >= 0; i--) {
-               var key = sessionStorage().key(i);
-               fn(read$4(key), key);
-       }
+  Q.isPromiseAlike = isPromiseAlike;
+  function isPromiseAlike(object) {
+      return isObject(object) && typeof object.then === "function";
   }
 
-  function remove$6(key) {
-       return sessionStorage().removeItem(key)
+  /**
+   * @returns whether the given object is a pending promise, meaning not
+   * fulfilled or rejected.
+   */
+  Q.isPending = isPending;
+  function isPending(object) {
+      return isPromise(object) && object.inspect().state === "pending";
   }
 
-  function clearAll$4() {
-       return sessionStorage().clear()
-  }
+  Promise.prototype.isPending = function () {
+      return this.inspect().state === "pending";
+  };
 
-  // memoryStorage is a useful last fallback to ensure that the store
-  // is functions (meaning store.get(), store.set(), etc will all function).
-  // However, stored values will not persist when the browser navigates to
-  // a new page or reloads the current page.
+  /**
+   * @returns whether the given object is a value or fulfilled
+   * promise.
+   */
+  Q.isFulfilled = isFulfilled;
+  function isFulfilled(object) {
+      return !isPromise(object) || object.inspect().state === "fulfilled";
+  }
 
-  var memoryStorage_1 = {
-       name: 'memoryStorage',
-       read: read$5,
-       write: write$5,
-       each: each$7,
-       remove: remove$7,
-       clearAll: clearAll$5,
+  Promise.prototype.isFulfilled = function () {
+      return this.inspect().state === "fulfilled";
   };
 
-  var memoryStorage = {};
-
-  function read$5(key) {
-       return memoryStorage[key]
+  /**
+   * @returns whether the given object is a rejected promise.
+   */
+  Q.isRejected = isRejected;
+  function isRejected(object) {
+      return isPromise(object) && object.inspect().state === "rejected";
   }
 
-  function write$5(key, data) {
-       memoryStorage[key] = data;
-  }
+  Promise.prototype.isRejected = function () {
+      return this.inspect().state === "rejected";
+  };
 
-  function each$7(callback) {
-       for (var key in memoryStorage) {
-               if (memoryStorage.hasOwnProperty(key)) {
-                       callback(memoryStorage[key], key);
-               }
-       }
-  }
+  //// BEGIN UNHANDLED REJECTION TRACKING
 
-  function remove$7(key) {
-       delete memoryStorage[key];
-  }
+  // This promise library consumes exceptions thrown in handlers so they can be
+  // handled by a subsequent promise.  The exceptions get added to this array when
+  // they are created, and removed when they are handled.  Note that in ES6 or
+  // shimmed environments, this would naturally be a `Set`.
+  var unhandledReasons = [];
+  var unhandledRejections = [];
+  var reportedUnhandledRejections = [];
+  var trackUnhandledRejections = true;
 
-  function clearAll$5(key) {
-       memoryStorage = {};
+  function resetUnhandledRejections() {
+      unhandledReasons.length = 0;
+      unhandledRejections.length = 0;
+
+      if (!trackUnhandledRejections) {
+          trackUnhandledRejections = true;
+      }
   }
 
-  var all = [
-       // Listed in order of usage preference
-       localStorage_1,
-       oldFFGlobalStorage,
-       oldIEUserDataStorage,
-       cookieStorage,
-       sessionStorage_1,
-       memoryStorage_1
-  ];
+  function trackRejection(promise, reason) {
+      if (!trackUnhandledRejections) {
+          return;
+      }
+      if (typeof process === "object" && typeof process.emit === "function") {
+          Q.nextTick.runAfter(function () {
+              if (array_indexOf(unhandledRejections, promise) !== -1) {
+                  process.emit("unhandledRejection", reason, promise);
+                  reportedUnhandledRejections.push(promise);
+              }
+          });
+      }
 
-  /* eslint-disable */
+      unhandledRejections.push(promise);
+      if (reason && typeof reason.stack !== "undefined") {
+          unhandledReasons.push(reason.stack);
+      } else {
+          unhandledReasons.push("(no stack) " + reason);
+      }
+  }
 
-  //  json2.js
-  //  2016-10-28
-  //  Public Domain.
-  //  NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
-  //  See http://www.JSON.org/js.html
-  //  This code should be minified before deployment.
-  //  See http://javascript.crockford.com/jsmin.html
+  function untrackRejection(promise) {
+      if (!trackUnhandledRejections) {
+          return;
+      }
 
-  //  USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO
-  //  NOT CONTROL.
+      var at = array_indexOf(unhandledRejections, promise);
+      if (at !== -1) {
+          if (typeof process === "object" && typeof process.emit === "function") {
+              Q.nextTick.runAfter(function () {
+                  var atReport = array_indexOf(reportedUnhandledRejections, promise);
+                  if (atReport !== -1) {
+                      process.emit("rejectionHandled", unhandledReasons[at], promise);
+                      reportedUnhandledRejections.splice(atReport, 1);
+                  }
+              });
+          }
+          unhandledRejections.splice(at, 1);
+          unhandledReasons.splice(at, 1);
+      }
+  }
 
-  //  This file creates a global JSON object containing two methods: stringify
-  //  and parse. This file provides the ES5 JSON capability to ES3 systems.
-  //  If a project might run on IE8 or earlier, then this file should be included.
-  //  This file does nothing on ES5 systems.
+  Q.resetUnhandledRejections = resetUnhandledRejections;
 
-  //      JSON.stringify(value, replacer, space)
-  //          value       any JavaScript value, usually an object or array.
-  //          replacer    an optional parameter that determines how object
-  //                      values are stringified for objects. It can be a
-  //                      function or an array of strings.
-  //          space       an optional parameter that specifies the indentation
-  //                      of nested structures. If it is omitted, the text will
-  //                      be packed without extra whitespace. If it is a number,
-  //                      it will specify the number of spaces to indent at each
-  //                      level. If it is a string (such as "\t" or "&nbsp;"),
-  //                      it contains the characters used to indent at each level.
-  //          This method produces a JSON text from a JavaScript value.
-  //          When an object value is found, if the object contains a toJSON
-  //          method, its toJSON method will be called and the result will be
-  //          stringified. A toJSON method does not serialize: it returns the
-  //          value represented by the name/value pair that should be serialized,
-  //          or undefined if nothing should be serialized. The toJSON method
-  //          will be passed the key associated with the value, and this will be
-  //          bound to the value.
+  Q.getUnhandledReasons = function () {
+      // Make a copy so that consumers can't interfere with our internal state.
+      return unhandledReasons.slice();
+  };
 
-  //          For example, this would serialize Dates as ISO strings.
+  Q.stopUnhandledRejectionTracking = function () {
+      resetUnhandledRejections();
+      trackUnhandledRejections = false;
+  };
 
-  //              Date.prototype.toJSON = function (key) {
-  //                  function f(n) {
-  //                      // Format integers to have at least two digits.
-  //                      return (n < 10)
-  //                          ? "0" + n
-  //                          : n;
-  //                  }
-  //                  return this.getUTCFullYear()   + "-" +
-  //                       f(this.getUTCMonth() + 1) + "-" +
-  //                       f(this.getUTCDate())      + "T" +
-  //                       f(this.getUTCHours())     + ":" +
-  //                       f(this.getUTCMinutes())   + ":" +
-  //                       f(this.getUTCSeconds())   + "Z";
-  //              };
+  resetUnhandledRejections();
 
-  //          You can provide an optional replacer method. It will be passed the
-  //          key and value of each member, with this bound to the containing
-  //          object. The value that is returned from your method will be
-  //          serialized. If your method returns undefined, then the member will
-  //          be excluded from the serialization.
+  //// END UNHANDLED REJECTION TRACKING
 
-  //          If the replacer parameter is an array of strings, then it will be
-  //          used to select the members to be serialized. It filters the results
-  //          such that only members with keys listed in the replacer array are
-  //          stringified.
+  /**
+   * Constructs a rejected promise.
+   * @param reason value describing the failure
+   */
+  Q.reject = reject;
+  function reject(reason) {
+      var rejection = Promise({
+          "when": function (rejected) {
+              // note that the error has been handled
+              if (rejected) {
+                  untrackRejection(this);
+              }
+              return rejected ? rejected(reason) : this;
+          }
+      }, function fallback() {
+          return this;
+      }, function inspect() {
+          return { state: "rejected", reason: reason };
+      });
 
-  //          Values that do not have JSON representations, such as undefined or
-  //          functions, will not be serialized. Such values in objects will be
-  //          dropped; in arrays they will be replaced with null. You can use
-  //          a replacer function to replace those with JSON values.
+      // Note that the reason has not been handled.
+      trackRejection(rejection, reason);
 
-  //          JSON.stringify(undefined) returns undefined.
+      return rejection;
+  }
 
-  //          The optional space parameter produces a stringification of the
-  //          value that is filled with line breaks and indentation to make it
-  //          easier to read.
+  /**
+   * Constructs a fulfilled promise for an immediate reference.
+   * @param value immediate reference
+   */
+  Q.fulfill = fulfill;
+  function fulfill(value) {
+      return Promise({
+          "when": function () {
+              return value;
+          },
+          "get": function (name) {
+              return value[name];
+          },
+          "set": function (name, rhs) {
+              value[name] = rhs;
+          },
+          "delete": function (name) {
+              delete value[name];
+          },
+          "post": function (name, args) {
+              // Mark Miller proposes that post with no name should apply a
+              // promised function.
+              if (name === null || name === void 0) {
+                  return value.apply(void 0, args);
+              } else {
+                  return value[name].apply(value, args);
+              }
+          },
+          "apply": function (thisp, args) {
+              return value.apply(thisp, args);
+          },
+          "keys": function () {
+              return object_keys(value);
+          }
+      }, void 0, function inspect() {
+          return { state: "fulfilled", value: value };
+      });
+  }
 
-  //          If the space parameter is a non-empty string, then that string will
-  //          be used for indentation. If the space parameter is a number, then
-  //          the indentation will be that many spaces.
+  /**
+   * Converts thenables to Q promises.
+   * @param promise thenable promise
+   * @returns a Q promise
+   */
+  function coerce(promise) {
+      var deferred = defer();
+      Q.nextTick(function () {
+          try {
+              promise.then(deferred.resolve, deferred.reject, deferred.notify);
+          } catch (exception) {
+              deferred.reject(exception);
+          }
+      });
+      return deferred.promise;
+  }
 
-  //          Example:
+  /**
+   * Annotates an object such that it will never be
+   * transferred away from this process over any promise
+   * communication channel.
+   * @param object
+   * @returns promise a wrapping of that object that
+   * additionally responds to the "isDef" message
+   * without a rejection.
+   */
+  Q.master = master;
+  function master(object) {
+      return Promise({
+          "isDef": function () {}
+      }, function fallback(op, args) {
+          return dispatch(object, op, args);
+      }, function () {
+          return Q(object).inspect();
+      });
+  }
 
-  //          text = JSON.stringify(["e", {pluribus: "unum"}]);
-  //          // text is '["e",{"pluribus":"unum"}]'
+  /**
+   * Spreads the values of a promised array of arguments into the
+   * fulfillment callback.
+   * @param fulfilled callback that receives variadic arguments from the
+   * promised array
+   * @param rejected callback that receives the exception if the promise
+   * is rejected.
+   * @returns a promise for the return value or thrown exception of
+   * either callback.
+   */
+  Q.spread = spread;
+  function spread(value, fulfilled, rejected) {
+      return Q(value).spread(fulfilled, rejected);
+  }
 
-  //          text = JSON.stringify(["e", {pluribus: "unum"}], null, "\t");
-  //          // text is '[\n\t"e",\n\t{\n\t\t"pluribus": "unum"\n\t}\n]'
+  Promise.prototype.spread = function (fulfilled, rejected) {
+      return this.all().then(function (array) {
+          return fulfilled.apply(void 0, array);
+      }, rejected);
+  };
 
-  //          text = JSON.stringify([new Date()], function (key, value) {
-  //              return this[key] instanceof Date
-  //                  ? "Date(" + this[key] + ")"
-  //                  : value;
-  //          });
-  //          // text is '["Date(---current time---)"]'
+  /**
+   * The async function is a decorator for generator functions, turning
+   * them into asynchronous generators.  Although generators are only part
+   * of the newest ECMAScript 6 drafts, this code does not cause syntax
+   * errors in older engines.  This code should continue to work and will
+   * in fact improve over time as the language improves.
+   *
+   * ES6 generators are currently part of V8 version 3.19 with the
+   * --harmony-generators runtime flag enabled.  SpiderMonkey has had them
+   * for longer, but under an older Python-inspired form.  This function
+   * works on both kinds of generators.
+   *
+   * Decorates a generator function such that:
+   *  - it may yield promises
+   *  - execution will continue when that promise is fulfilled
+   *  - the value of the yield expression will be the fulfilled value
+   *  - it returns a promise for the return value (when the generator
+   *    stops iterating)
+   *  - the decorated function returns a promise for the return value
+   *    of the generator or the first rejected promise among those
+   *    yielded.
+   *  - if an error is thrown in the generator, it propagates through
+   *    every following yield until it is caught, or until it escapes
+   *    the generator function altogether, and is translated into a
+   *    rejection for the promise returned by the decorated generator.
+   */
+  Q.async = async;
+  function async(makeGenerator) {
+      return function () {
+          // when verb is "send", arg is a value
+          // when verb is "throw", arg is an exception
+          function continuer(verb, arg) {
+              var result;
 
-  //      JSON.parse(text, reviver)
-  //          This method parses a JSON text to produce an object or array.
-  //          It can throw a SyntaxError exception.
+              // Until V8 3.19 / Chromium 29 is released, SpiderMonkey is the only
+              // engine that has a deployed base of browsers that support generators.
+              // However, SM's generators use the Python-inspired semantics of
+              // outdated ES6 drafts.  We would like to support ES6, but we'd also
+              // like to make it possible to use generators in deployed browsers, so
+              // we also support Python-style generators.  At some point we can remove
+              // this block.
 
-  //          The optional reviver parameter is a function that can filter and
-  //          transform the results. It receives each of the keys and values,
-  //          and its return value is used instead of the original value.
-  //          If it returns what it received, then the structure is not modified.
-  //          If it returns undefined then the member is deleted.
+              if (typeof StopIteration === "undefined") {
+                  // ES6 Generators
+                  try {
+                      result = generator[verb](arg);
+                  } catch (exception) {
+                      return reject(exception);
+                  }
+                  if (result.done) {
+                      return Q(result.value);
+                  } else {
+                      return when(result.value, callback, errback);
+                  }
+              } else {
+                  // SpiderMonkey Generators
+                  // FIXME: Remove this case when SM does ES6 generators.
+                  try {
+                      result = generator[verb](arg);
+                  } catch (exception) {
+                      if (isStopIteration(exception)) {
+                          return Q(exception.value);
+                      } else {
+                          return reject(exception);
+                      }
+                  }
+                  return when(result, callback, errback);
+              }
+          }
+          var generator = makeGenerator.apply(this, arguments);
+          var callback = continuer.bind(continuer, "next");
+          var errback = continuer.bind(continuer, "throw");
+          return callback();
+      };
+  }
 
-  //          Example:
+  /**
+   * The spawn function is a small wrapper around async that immediately
+   * calls the generator and also ends the promise chain, so that any
+   * unhandled errors are thrown instead of forwarded to the error
+   * handler. This is useful because it's extremely common to run
+   * generators at the top-level to work with libraries.
+   */
+  Q.spawn = spawn;
+  function spawn(makeGenerator) {
+      Q.done(Q.async(makeGenerator)());
+  }
 
-  //          // Parse the text. Values that look like ISO date strings will
-  //          // be converted to Date objects.
+  // FIXME: Remove this interface once ES6 generators are in SpiderMonkey.
+  /**
+   * Throws a ReturnValue exception to stop an asynchronous generator.
+   *
+   * This interface is a stop-gap measure to support generator return
+   * values in older Firefox/SpiderMonkey.  In browsers that support ES6
+   * generators like Chromium 29, just use "return" in your generator
+   * functions.
+   *
+   * @param value the return value for the surrounding generator
+   * @throws ReturnValue exception with the value.
+   * @example
+   * // ES6 style
+   * Q.async(function* () {
+   *      var foo = yield getFooPromise();
+   *      var bar = yield getBarPromise();
+   *      return foo + bar;
+   * })
+   * // Older SpiderMonkey style
+   * Q.async(function () {
+   *      var foo = yield getFooPromise();
+   *      var bar = yield getBarPromise();
+   *      Q.return(foo + bar);
+   * })
+   */
+  Q["return"] = _return;
+  function _return(value) {
+      throw new QReturnValue(value);
+  }
 
-  //          myData = JSON.parse(text, function (key, value) {
-  //              var a;
-  //              if (typeof value === "string") {
-  //                  a =
-  //   /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$/.exec(value);
-  //                  if (a) {
-  //                      return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4],
-  //                          +a[5], +a[6]));
-  //                  }
-  //              }
-  //              return value;
-  //          });
+  /**
+   * The promised function decorator ensures that any promise arguments
+   * are settled and passed as values (`this` is also settled and passed
+   * as a value).  It will also ensure that the result of a function is
+   * always a promise.
+   *
+   * @example
+   * var add = Q.promised(function (a, b) {
+   *     return a + b;
+   * });
+   * add(Q(a), Q(B));
+   *
+   * @param {function} callback The function to decorate
+   * @returns {function} a function that has been decorated.
+   */
+  Q.promised = promised;
+  function promised(callback) {
+      return function () {
+          return spread([this, all(arguments)], function (self, args) {
+              return callback.apply(self, args);
+          });
+      };
+  }
 
-  //          myData = JSON.parse('["Date(09/09/2001)"]', function (key, value) {
-  //              var d;
-  //              if (typeof value === "string" &&
-  //                      value.slice(0, 5) === "Date(" &&
-  //                      value.slice(-1) === ")") {
-  //                  d = new Date(value.slice(5, -1));
-  //                  if (d) {
-  //                      return d;
-  //                  }
-  //              }
-  //              return value;
-  //          });
+  /**
+   * sends a message to a value in a future turn
+   * @param object* the recipient
+   * @param op the name of the message operation, e.g., "when",
+   * @param args further arguments to be forwarded to the operation
+   * @returns result {Promise} a promise for the result of the operation
+   */
+  Q.dispatch = dispatch;
+  function dispatch(object, op, args) {
+      return Q(object).dispatch(op, args);
+  }
 
-  //  This is a reference implementation. You are free to copy, modify, or
-  //  redistribute.
+  Promise.prototype.dispatch = function (op, args) {
+      var self = this;
+      var deferred = defer();
+      Q.nextTick(function () {
+          self.promiseDispatch(deferred.resolve, op, args);
+      });
+      return deferred.promise;
+  };
 
-  /*jslint
-      eval, for, this
-  */
+  /**
+   * Gets the value of a property in a future turn.
+   * @param object    promise or immediate reference for target object
+   * @param name      name of property to get
+   * @return promise for the property value
+   */
+  Q.get = function (object, key) {
+      return Q(object).dispatch("get", [key]);
+  };
 
-  /*property
-      JSON, apply, call, charCodeAt, getUTCDate, getUTCFullYear, getUTCHours,
-      getUTCMinutes, getUTCMonth, getUTCSeconds, hasOwnProperty, join,
-      lastIndex, length, parse, prototype, push, replace, slice, stringify,
-      test, toJSON, toString, valueOf
-  */
+  Promise.prototype.get = function (key) {
+      return this.dispatch("get", [key]);
+  };
 
+  /**
+   * Sets the value of a property in a future turn.
+   * @param object    promise or immediate reference for object object
+   * @param name      name of property to set
+   * @param value     new value of property
+   * @return promise for the return value
+   */
+  Q.set = function (object, key, value) {
+      return Q(object).dispatch("set", [key, value]);
+  };
 
-  // Create a JSON object only if one does not already exist. We create the
-  // methods in a closure to avoid creating global variables.
+  Promise.prototype.set = function (key, value) {
+      return this.dispatch("set", [key, value]);
+  };
 
-  if (typeof JSON !== "object") {
-      JSON = {};
-  }
+  /**
+   * Deletes a property in a future turn.
+   * @param object    promise or immediate reference for target object
+   * @param name      name of property to delete
+   * @return promise for the return value
+   */
+  Q.del = // XXX legacy
+  Q["delete"] = function (object, key) {
+      return Q(object).dispatch("delete", [key]);
+  };
 
-  (function () {
+  Promise.prototype.del = // XXX legacy
+  Promise.prototype["delete"] = function (key) {
+      return this.dispatch("delete", [key]);
+  };
 
-      var rx_one = /^[\],:{}\s]*$/;
-      var rx_two = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g;
-      var rx_three = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g;
-      var rx_four = /(?:^|:|,)(?:\s*\[)+/g;
-      var rx_escapable = /[\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
-      var rx_dangerous = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
+  /**
+   * Invokes a method in a future turn.
+   * @param object    promise or immediate reference for target object
+   * @param name      name of method to invoke
+   * @param value     a value to post, typically an array of
+   *                  invocation arguments for promises that
+   *                  are ultimately backed with `resolve` values,
+   *                  as opposed to those backed with URLs
+   *                  wherein the posted value can be any
+   *                  JSON serializable object.
+   * @return promise for the return value
+   */
+  // bound locally because it is used by other methods
+  Q.mapply = // XXX As proposed by "Redsandro"
+  Q.post = function (object, name, args) {
+      return Q(object).dispatch("post", [name, args]);
+  };
 
-      function f(n) {
-          // Format integers to have at least two digits.
-          return n < 10
-              ? "0" + n
-              : n;
-      }
+  Promise.prototype.mapply = // XXX As proposed by "Redsandro"
+  Promise.prototype.post = function (name, args) {
+      return this.dispatch("post", [name, args]);
+  };
 
-      function this_value() {
-          return this.valueOf();
-      }
+  /**
+   * Invokes a method in a future turn.
+   * @param object    promise or immediate reference for target object
+   * @param name      name of method to invoke
+   * @param ...args   array of invocation arguments
+   * @return promise for the return value
+   */
+  Q.send = // XXX Mark Miller's proposed parlance
+  Q.mcall = // XXX As proposed by "Redsandro"
+  Q.invoke = function (object, name /*...args*/) {
+      return Q(object).dispatch("post", [name, array_slice(arguments, 2)]);
+  };
 
-      if (typeof Date.prototype.toJSON !== "function") {
+  Promise.prototype.send = // XXX Mark Miller's proposed parlance
+  Promise.prototype.mcall = // XXX As proposed by "Redsandro"
+  Promise.prototype.invoke = function (name /*...args*/) {
+      return this.dispatch("post", [name, array_slice(arguments, 1)]);
+  };
 
-          Date.prototype.toJSON = function () {
+  /**
+   * Applies the promised function in a future turn.
+   * @param object    promise or immediate reference for target function
+   * @param args      array of application arguments
+   */
+  Q.fapply = function (object, args) {
+      return Q(object).dispatch("apply", [void 0, args]);
+  };
 
-              return isFinite(this.valueOf())
-                  ? this.getUTCFullYear() + "-" +
-                          f(this.getUTCMonth() + 1) + "-" +
-                          f(this.getUTCDate()) + "T" +
-                          f(this.getUTCHours()) + ":" +
-                          f(this.getUTCMinutes()) + ":" +
-                          f(this.getUTCSeconds()) + "Z"
-                  : null;
-          };
+  Promise.prototype.fapply = function (args) {
+      return this.dispatch("apply", [void 0, args]);
+  };
 
-          Boolean.prototype.toJSON = this_value;
-          Number.prototype.toJSON = this_value;
-          String.prototype.toJSON = this_value;
-      }
+  /**
+   * Calls the promised function in a future turn.
+   * @param object    promise or immediate reference for target function
+   * @param ...args   array of application arguments
+   */
+  Q["try"] =
+  Q.fcall = function (object /* ...args*/) {
+      return Q(object).dispatch("apply", [void 0, array_slice(arguments, 1)]);
+  };
 
-      var gap;
-      var indent;
-      var meta;
-      var rep;
+  Promise.prototype.fcall = function (/*...args*/) {
+      return this.dispatch("apply", [void 0, array_slice(arguments)]);
+  };
 
+  /**
+   * Binds the promised function, transforming return values into a fulfilled
+   * promise and thrown errors into a rejected one.
+   * @param object    promise or immediate reference for target function
+   * @param ...args   array of application arguments
+   */
+  Q.fbind = function (object /*...args*/) {
+      var promise = Q(object);
+      var args = array_slice(arguments, 1);
+      return function fbound() {
+          return promise.dispatch("apply", [
+              this,
+              args.concat(array_slice(arguments))
+          ]);
+      };
+  };
+  Promise.prototype.fbind = function (/*...args*/) {
+      var promise = this;
+      var args = array_slice(arguments);
+      return function fbound() {
+          return promise.dispatch("apply", [
+              this,
+              args.concat(array_slice(arguments))
+          ]);
+      };
+  };
 
-      function quote(string) {
+  /**
+   * Requests the names of the owned properties of a promised
+   * object in a future turn.
+   * @param object    promise or immediate reference for target object
+   * @return promise for the keys of the eventually settled object
+   */
+  Q.keys = function (object) {
+      return Q(object).dispatch("keys", []);
+  };
 
-  // If the string contains no control characters, no quote characters, and no
-  // backslash characters, then we can safely slap some quotes around it.
-  // Otherwise we must also replace the offending characters with safe escape
-  // sequences.
+  Promise.prototype.keys = function () {
+      return this.dispatch("keys", []);
+  };
 
-          rx_escapable.lastIndex = 0;
-          return rx_escapable.test(string)
-              ? "\"" + string.replace(rx_escapable, function (a) {
-                  var c = meta[a];
-                  return typeof c === "string"
-                      ? c
-                      : "\\u" + ("0000" + a.charCodeAt(0).toString(16)).slice(-4);
-              }) + "\""
-              : "\"" + string + "\"";
-      }
+  /**
+   * Turns an array of promises into a promise for an array.  If any of
+   * the promises gets rejected, the whole array is rejected immediately.
+   * @param {Array*} an array (or promise for an array) of values (or
+   * promises for values)
+   * @returns a promise for an array of the corresponding values
+   */
+  // By Mark Miller
+  // http://wiki.ecmascript.org/doku.php?id=strawman:concurrency&rev=1308776521#allfulfilled
+  Q.all = all;
+  function all(promises) {
+      return when(promises, function (promises) {
+          var pendingCount = 0;
+          var deferred = defer();
+          array_reduce(promises, function (undefined, promise, index) {
+              var snapshot;
+              if (
+                  isPromise(promise) &&
+                  (snapshot = promise.inspect()).state === "fulfilled"
+              ) {
+                  promises[index] = snapshot.value;
+              } else {
+                  ++pendingCount;
+                  when(
+                      promise,
+                      function (value) {
+                          promises[index] = value;
+                          if (--pendingCount === 0) {
+                              deferred.resolve(promises);
+                          }
+                      },
+                      deferred.reject,
+                      function (progress) {
+                          deferred.notify({ index: index, value: progress });
+                      }
+                  );
+              }
+          }, void 0);
+          if (pendingCount === 0) {
+              deferred.resolve(promises);
+          }
+          return deferred.promise;
+      });
+  }
 
+  Promise.prototype.all = function () {
+      return all(this);
+  };
 
-      function str(key, holder) {
+  /**
+   * Returns the first resolved promise of an array. Prior rejected promises are
+   * ignored.  Rejects only if all promises are rejected.
+   * @param {Array*} an array containing values or promises for values
+   * @returns a promise fulfilled with the value of the first resolved promise,
+   * or a rejected promise if all promises are rejected.
+   */
+  Q.any = any;
 
-  // Produce a string from holder[key].
+  function any(promises) {
+      if (promises.length === 0) {
+          return Q.resolve();
+      }
 
-          var i;          // The loop counter.
-          var k;          // The member key.
-          var v;          // The member value.
-          var length;
-          var mind = gap;
-          var partial;
-          var value = holder[key];
+      var deferred = Q.defer();
+      var pendingCount = 0;
+      array_reduce(promises, function (prev, current, index) {
+          var promise = promises[index];
 
-  // If the value has a toJSON method, call it to obtain a replacement value.
+          pendingCount++;
 
-          if (value && typeof value === "object" &&
-                  typeof value.toJSON === "function") {
-              value = value.toJSON(key);
+          when(promise, onFulfilled, onRejected, onProgress);
+          function onFulfilled(result) {
+              deferred.resolve(result);
           }
+          function onRejected(err) {
+              pendingCount--;
+              if (pendingCount === 0) {
+                  var rejection = err || new Error("" + err);
 
-  // If we were called with a replacer function, then call the replacer to
-  // obtain a replacement value.
+                  rejection.message = ("Q can't get fulfillment value from any promise, all " +
+                      "promises were rejected. Last error message: " + rejection.message);
 
-          if (typeof rep === "function") {
-              value = rep.call(holder, key, value);
+                  deferred.reject(rejection);
+              }
           }
+          function onProgress(progress) {
+              deferred.notify({
+                  index: index,
+                  value: progress
+              });
+          }
+      }, undefined);
 
-  // What happens next depends on the value's type.
-
-          switch (typeof value) {
-          case "string":
-              return quote(value);
-
-          case "number":
-
-  // JSON numbers must be finite. Encode non-finite numbers as null.
-
-              return isFinite(value)
-                  ? String(value)
-                  : "null";
-
-          case "boolean":
-          case "null":
-
-  // If the value is a boolean or null, convert it to a string. Note:
-  // typeof null does not produce "null". The case is included here in
-  // the remote chance that this gets fixed someday.
+      return deferred.promise;
+  }
 
-              return String(value);
+  Promise.prototype.any = function () {
+      return any(this);
+  };
 
-  // If the type is "object", we might be dealing with an object or an array or
-  // null.
+  /**
+   * Waits for all promises to be settled, either fulfilled or
+   * rejected.  This is distinct from `all` since that would stop
+   * waiting at the first rejection.  The promise returned by
+   * `allResolved` will never be rejected.
+   * @param promises a promise for an array (or an array) of promises
+   * (or values)
+   * @return a promise for an array of promises
+   */
+  Q.allResolved = deprecate(allResolved, "allResolved", "allSettled");
+  function allResolved(promises) {
+      return when(promises, function (promises) {
+          promises = array_map(promises, Q);
+          return when(all(array_map(promises, function (promise) {
+              return when(promise, noop, noop);
+          })), function () {
+              return promises;
+          });
+      });
+  }
 
-          case "object":
+  Promise.prototype.allResolved = function () {
+      return allResolved(this);
+  };
 
-  // Due to a specification blunder in ECMAScript, typeof null is "object",
-  // so watch out for that case.
+  /**
+   * @see Promise#allSettled
+   */
+  Q.allSettled = allSettled;
+  function allSettled(promises) {
+      return Q(promises).allSettled();
+  }
 
-              if (!value) {
-                  return "null";
+  /**
+   * Turns an array of promises into a promise for an array of their states (as
+   * returned by `inspect`) when they have all settled.
+   * @param {Array[Any*]} values an array (or promise for an array) of values (or
+   * promises for values)
+   * @returns {Array[State]} an array of states for the respective values.
+   */
+  Promise.prototype.allSettled = function () {
+      return this.then(function (promises) {
+          return all(array_map(promises, function (promise) {
+              promise = Q(promise);
+              function regardless() {
+                  return promise.inspect();
               }
+              return promise.then(regardless, regardless);
+          }));
+      });
+  };
 
-  // Make an array to hold the partial results of stringifying this object value.
+  /**
+   * Captures the failure of a promise, giving an oportunity to recover
+   * with a callback.  If the given promise is fulfilled, the returned
+   * promise is fulfilled.
+   * @param {Any*} promise for something
+   * @param {Function} callback to fulfill the returned promise if the
+   * given promise is rejected
+   * @returns a promise for the return value of the callback
+   */
+  Q.fail = // XXX legacy
+  Q["catch"] = function (object, rejected) {
+      return Q(object).then(void 0, rejected);
+  };
 
-              gap += indent;
-              partial = [];
+  Promise.prototype.fail = // XXX legacy
+  Promise.prototype["catch"] = function (rejected) {
+      return this.then(void 0, rejected);
+  };
 
-  // Is the value an array?
+  /**
+   * Attaches a listener that can respond to progress notifications from a
+   * promise's originating deferred. This listener receives the exact arguments
+   * passed to ``deferred.notify``.
+   * @param {Any*} promise for something
+   * @param {Function} callback to receive any progress notifications
+   * @returns the given promise, unchanged
+   */
+  Q.progress = progress;
+  function progress(object, progressed) {
+      return Q(object).then(void 0, void 0, progressed);
+  }
 
-              if (Object.prototype.toString.apply(value) === "[object Array]") {
+  Promise.prototype.progress = function (progressed) {
+      return this.then(void 0, void 0, progressed);
+  };
 
-  // The value is an array. Stringify every element. Use null as a placeholder
-  // for non-JSON values.
+  /**
+   * Provides an opportunity to observe the settling of a promise,
+   * regardless of whether the promise is fulfilled or rejected.  Forwards
+   * the resolution to the returned promise when the callback is done.
+   * The callback can return a promise to defer completion.
+   * @param {Any*} promise
+   * @param {Function} callback to observe the resolution of the given
+   * promise, takes no arguments.
+   * @returns a promise for the resolution of the given promise when
+   * ``fin`` is done.
+   */
+  Q.fin = // XXX legacy
+  Q["finally"] = function (object, callback) {
+      return Q(object)["finally"](callback);
+  };
 
-                  length = value.length;
-                  for (i = 0; i < length; i += 1) {
-                      partial[i] = str(i, value) || "null";
-                  }
+  Promise.prototype.fin = // XXX legacy
+  Promise.prototype["finally"] = function (callback) {
+      if (!callback || typeof callback.apply !== "function") {
+          throw new Error("Q can't apply finally callback");
+      }
+      callback = Q(callback);
+      return this.then(function (value) {
+          return callback.fcall().then(function () {
+              return value;
+          });
+      }, function (reason) {
+          // TODO attempt to recycle the rejection with "this".
+          return callback.fcall().then(function () {
+              throw reason;
+          });
+      });
+  };
 
-  // Join all of the elements together, separated with commas, and wrap them in
-  // brackets.
+  /**
+   * Terminates a chain of promises, forcing rejections to be
+   * thrown as exceptions.
+   * @param {Any*} promise at the end of a chain of promises
+   * @returns nothing
+   */
+  Q.done = function (object, fulfilled, rejected, progress) {
+      return Q(object).done(fulfilled, rejected, progress);
+  };
 
-                  v = partial.length === 0
-                      ? "[]"
-                      : gap
-                          ? "[\n" + gap + partial.join(",\n" + gap) + "\n" + mind + "]"
-                          : "[" + partial.join(",") + "]";
-                  gap = mind;
-                  return v;
+  Promise.prototype.done = function (fulfilled, rejected, progress) {
+      var onUnhandledError = function (error) {
+          // forward to a future turn so that ``when``
+          // does not catch it and turn it into a rejection.
+          Q.nextTick(function () {
+              makeStackTraceLong(error, promise);
+              if (Q.onerror) {
+                  Q.onerror(error);
+              } else {
+                  throw error;
               }
+          });
+      };
 
-  // If the replacer is an array, use it to select the members to be stringified.
-
-              if (rep && typeof rep === "object") {
-                  length = rep.length;
-                  for (i = 0; i < length; i += 1) {
-                      if (typeof rep[i] === "string") {
-                          k = rep[i];
-                          v = str(k, value);
-                          if (v) {
-                              partial.push(quote(k) + (
-                                  gap
-                                      ? ": "
-                                      : ":"
-                              ) + v);
-                          }
-                      }
-                  }
-              } else {
+      // Avoid unnecessary `nextTick`ing via an unnecessary `when`.
+      var promise = fulfilled || rejected || progress ?
+          this.then(fulfilled, rejected, progress) :
+          this;
 
-  // Otherwise, iterate through all of the keys in the object.
+      if (typeof process === "object" && process && process.domain) {
+          onUnhandledError = process.domain.bind(onUnhandledError);
+      }
 
-                  for (k in value) {
-                      if (Object.prototype.hasOwnProperty.call(value, k)) {
-                          v = str(k, value);
-                          if (v) {
-                              partial.push(quote(k) + (
-                                  gap
-                                      ? ": "
-                                      : ":"
-                              ) + v);
-                          }
-                      }
-                  }
-              }
+      promise.then(void 0, onUnhandledError);
+  };
 
-  // Join all of the member texts together, separated with commas,
-  // and wrap them in braces.
+  /**
+   * Causes a promise to be rejected if it does not get fulfilled before
+   * some milliseconds time out.
+   * @param {Any*} promise
+   * @param {Number} milliseconds timeout
+   * @param {Any*} custom error message or Error object (optional)
+   * @returns a promise for the resolution of the given promise if it is
+   * fulfilled before the timeout, otherwise rejected.
+   */
+  Q.timeout = function (object, ms, error) {
+      return Q(object).timeout(ms, error);
+  };
 
-              v = partial.length === 0
-                  ? "{}"
-                  : gap
-                      ? "{\n" + gap + partial.join(",\n" + gap) + "\n" + mind + "}"
-                      : "{" + partial.join(",") + "}";
-              gap = mind;
-              return v;
+  Promise.prototype.timeout = function (ms, error) {
+      var deferred = defer();
+      var timeoutId = setTimeout(function () {
+          if (!error || "string" === typeof error) {
+              error = new Error(error || "Timed out after " + ms + " ms");
+              error.code = "ETIMEDOUT";
           }
+          deferred.reject(error);
+      }, ms);
+
+      this.then(function (value) {
+          clearTimeout(timeoutId);
+          deferred.resolve(value);
+      }, function (exception) {
+          clearTimeout(timeoutId);
+          deferred.reject(exception);
+      }, deferred.notify);
+
+      return deferred.promise;
+  };
+
+  /**
+   * Returns a promise for the given value (or promised value), some
+   * milliseconds after it resolved. Passes rejections immediately.
+   * @param {Any*} promise
+   * @param {Number} milliseconds
+   * @returns a promise for the resolution of the given promise after milliseconds
+   * time has elapsed since the resolution of the given promise.
+   * If the given promise rejects, that is passed immediately.
+   */
+  Q.delay = function (object, timeout) {
+      if (timeout === void 0) {
+          timeout = object;
+          object = void 0;
       }
+      return Q(object).delay(timeout);
+  };
 
-  // If the JSON object does not yet have a stringify method, give it one.
+  Promise.prototype.delay = function (timeout) {
+      return this.then(function (value) {
+          var deferred = defer();
+          setTimeout(function () {
+              deferred.resolve(value);
+          }, timeout);
+          return deferred.promise;
+      });
+  };
 
-      if (typeof JSON.stringify !== "function") {
-          meta = {    // table of character substitutions
-              "\b": "\\b",
-              "\t": "\\t",
-              "\n": "\\n",
-              "\f": "\\f",
-              "\r": "\\r",
-              "\"": "\\\"",
-              "\\": "\\\\"
-          };
-          JSON.stringify = function (value, replacer, space) {
+  /**
+   * Passes a continuation to a Node function, which is called with the given
+   * arguments provided as an array, and returns a promise.
+   *
+   *      Q.nfapply(FS.readFile, [__filename])
+   *      .then(function (content) {
+   *      })
+   *
+   */
+  Q.nfapply = function (callback, args) {
+      return Q(callback).nfapply(args);
+  };
 
-  // The stringify method takes a value and an optional replacer, and an optional
-  // space parameter, and returns a JSON text. The replacer can be a function
-  // that can replace values, or an array of strings that will select the keys.
-  // A default replacer method can be provided. Use of the space parameter can
-  // produce text that is more easily readable.
+  Promise.prototype.nfapply = function (args) {
+      var deferred = defer();
+      var nodeArgs = array_slice(args);
+      nodeArgs.push(deferred.makeNodeResolver());
+      this.fapply(nodeArgs).fail(deferred.reject);
+      return deferred.promise;
+  };
 
-              var i;
-              gap = "";
-              indent = "";
+  /**
+   * Passes a continuation to a Node function, which is called with the given
+   * arguments provided individually, and returns a promise.
+   * @example
+   * Q.nfcall(FS.readFile, __filename)
+   * .then(function (content) {
+   * })
+   *
+   */
+  Q.nfcall = function (callback /*...args*/) {
+      var args = array_slice(arguments, 1);
+      return Q(callback).nfapply(args);
+  };
 
-  // If the space parameter is a number, make an indent string containing that
-  // many spaces.
+  Promise.prototype.nfcall = function (/*...args*/) {
+      var nodeArgs = array_slice(arguments);
+      var deferred = defer();
+      nodeArgs.push(deferred.makeNodeResolver());
+      this.fapply(nodeArgs).fail(deferred.reject);
+      return deferred.promise;
+  };
 
-              if (typeof space === "number") {
-                  for (i = 0; i < space; i += 1) {
-                      indent += " ";
-                  }
+  /**
+   * Wraps a NodeJS continuation passing function and returns an equivalent
+   * version that returns a promise.
+   * @example
+   * Q.nfbind(FS.readFile, __filename)("utf-8")
+   * .then(console.log)
+   * .done()
+   */
+  Q.nfbind =
+  Q.denodeify = function (callback /*...args*/) {
+      if (callback === undefined) {
+          throw new Error("Q can't wrap an undefined function");
+      }
+      var baseArgs = array_slice(arguments, 1);
+      return function () {
+          var nodeArgs = baseArgs.concat(array_slice(arguments));
+          var deferred = defer();
+          nodeArgs.push(deferred.makeNodeResolver());
+          Q(callback).fapply(nodeArgs).fail(deferred.reject);
+          return deferred.promise;
+      };
+  };
 
-  // If the space parameter is a string, it will be used as the indent string.
+  Promise.prototype.nfbind =
+  Promise.prototype.denodeify = function (/*...args*/) {
+      var args = array_slice(arguments);
+      args.unshift(this);
+      return Q.denodeify.apply(void 0, args);
+  };
 
-              } else if (typeof space === "string") {
-                  indent = space;
-              }
+  Q.nbind = function (callback, thisp /*...args*/) {
+      var baseArgs = array_slice(arguments, 2);
+      return function () {
+          var nodeArgs = baseArgs.concat(array_slice(arguments));
+          var deferred = defer();
+          nodeArgs.push(deferred.makeNodeResolver());
+          function bound() {
+              return callback.apply(thisp, arguments);
+          }
+          Q(bound).fapply(nodeArgs).fail(deferred.reject);
+          return deferred.promise;
+      };
+  };
 
-  // If there is a replacer, it must be a function or an array.
-  // Otherwise, throw an error.
+  Promise.prototype.nbind = function (/*thisp, ...args*/) {
+      var args = array_slice(arguments, 0);
+      args.unshift(this);
+      return Q.nbind.apply(void 0, args);
+  };
 
-              rep = replacer;
-              if (replacer && typeof replacer !== "function" &&
-                      (typeof replacer !== "object" ||
-                      typeof replacer.length !== "number")) {
-                  throw new Error("JSON.stringify");
-              }
+  /**
+   * Calls a method of a Node-style object that accepts a Node-style
+   * callback with a given array of arguments, plus a provided callback.
+   * @param object an object that has the named method
+   * @param {String} name name of the method of object
+   * @param {Array} args arguments to pass to the method; the callback
+   * will be provided by Q and appended to these arguments.
+   * @returns a promise for the value or error
+   */
+  Q.nmapply = // XXX As proposed by "Redsandro"
+  Q.npost = function (object, name, args) {
+      return Q(object).npost(name, args);
+  };
 
-  // Make a fake root object containing our value under the key of "".
-  // Return the result of stringifying the value.
+  Promise.prototype.nmapply = // XXX As proposed by "Redsandro"
+  Promise.prototype.npost = function (name, args) {
+      var nodeArgs = array_slice(args || []);
+      var deferred = defer();
+      nodeArgs.push(deferred.makeNodeResolver());
+      this.dispatch("post", [name, nodeArgs]).fail(deferred.reject);
+      return deferred.promise;
+  };
 
-              return str("", {"": value});
-          };
-      }
+  /**
+   * Calls a method of a Node-style object that accepts a Node-style
+   * callback, forwarding the given variadic arguments, plus a provided
+   * callback argument.
+   * @param object an object that has the named method
+   * @param {String} name name of the method of object
+   * @param ...args arguments to pass to the method; the callback will
+   * be provided by Q and appended to these arguments.
+   * @returns a promise for the value or error
+   */
+  Q.nsend = // XXX Based on Mark Miller's proposed "send"
+  Q.nmcall = // XXX Based on "Redsandro's" proposal
+  Q.ninvoke = function (object, name /*...args*/) {
+      var nodeArgs = array_slice(arguments, 2);
+      var deferred = defer();
+      nodeArgs.push(deferred.makeNodeResolver());
+      Q(object).dispatch("post", [name, nodeArgs]).fail(deferred.reject);
+      return deferred.promise;
+  };
 
+  Promise.prototype.nsend = // XXX Based on Mark Miller's proposed "send"
+  Promise.prototype.nmcall = // XXX Based on "Redsandro's" proposal
+  Promise.prototype.ninvoke = function (name /*...args*/) {
+      var nodeArgs = array_slice(arguments, 1);
+      var deferred = defer();
+      nodeArgs.push(deferred.makeNodeResolver());
+      this.dispatch("post", [name, nodeArgs]).fail(deferred.reject);
+      return deferred.promise;
+  };
 
-  // If the JSON object does not yet have a parse method, give it one.
+  /**
+   * If a function would like to support both Node continuation-passing-style and
+   * promise-returning-style, it can end its internal promise chain with
+   * `nodeify(nodeback)`, forwarding the optional nodeback argument.  If the user
+   * elects to use a nodeback, the result will be sent there.  If they do not
+   * pass a nodeback, they will receive the result promise.
+   * @param object a result (or a promise for a result)
+   * @param {Function} nodeback a Node.js-style callback
+   * @returns either the promise or nothing
+   */
+  Q.nodeify = nodeify;
+  function nodeify(object, nodeback) {
+      return Q(object).nodeify(nodeback);
+  }
 
-      if (typeof JSON.parse !== "function") {
-          JSON.parse = function (text, reviver) {
+  Promise.prototype.nodeify = function (nodeback) {
+      if (nodeback) {
+          this.then(function (value) {
+              Q.nextTick(function () {
+                  nodeback(null, value);
+              });
+          }, function (error) {
+              Q.nextTick(function () {
+                  nodeback(error);
+              });
+          });
+      } else {
+          return this;
+      }
+  };
 
-  // The parse method takes a text and an optional reviver function, and returns
-  // a JavaScript value if the text is a valid JSON text.
+  Q.noConflict = function() {
+      throw new Error("Q.noConflict only works when Q is used as a global");
+  };
 
-              var j;
+  // All code before this point will be filtered from stack traces.
+  var qEndingLine = captureLine();
 
-              function walk(holder, key) {
+  return Q;
 
-  // The walk method is used to recursively walk the resulting structure so
-  // that modifications can be made.
+  });
+  });
 
-                  var k;
-                  var v;
-                  var value = holder[key];
-                  if (value && typeof value === "object") {
-                      for (k in value) {
-                          if (Object.prototype.hasOwnProperty.call(value, k)) {
-                              v = walk(value, k);
-                              if (v !== undefined) {
-                                  value[k] = v;
-                              } else {
-                                  delete value[k];
-                              }
-                          }
-                      }
-                  }
-                  return reviver.call(holder, key, value);
-              }
+  var bubbleApi = 'https://dev.virtualearth.net/mapcontrol/HumanScaleServices/GetBubbles.ashx?';
+  var streetsideImagesApi = 'https://t.ssl.ak.tiles.virtualearth.net/tiles/';
+  var bubbleAppKey = 'AuftgJsO0Xs8Ts4M1xZUQJQXJNsvmh3IV8DkNieCiy3tCwCUMq76-WpkrBtNAuEm';
+  var pannellumViewerCSS = 'pannellum-streetside/pannellum.css';
+  var pannellumViewerJS = 'pannellum-streetside/pannellum.js';
+  var maxResults$2 = 2000;
+  var tileZoom$2 = 16.5;
+  var tiler$3 = utilTiler().zoomExtent([tileZoom$2, tileZoom$2]).skipNullIsland(true);
+  var dispatch$4 = dispatch('loadedBubbles', 'viewerChanged');
+  var minHfov = 10;         // zoom in degrees:  20, 10, 5
+  var maxHfov = 90;         // zoom out degrees
+  var defaultHfov = 45;
 
+  var _hires = false;
+  var _resolution = 512;    // higher numbers are slower - 512, 1024, 2048, 4096
+  var _currScene = 0;
+  var _ssCache;
+  var _pannellumViewer;
+  var _sceneOptions;
+  var _dataUrlArray = [];
 
-  // Parsing happens in four stages. In the first stage, we replace certain
-  // Unicode characters with escape sequences. JavaScript handles many characters
-  // incorrectly, either silently deleting them, or treating them as line endings.
 
-              text = String(text);
-              rx_dangerous.lastIndex = 0;
-              if (rx_dangerous.test(text)) {
-                  text = text.replace(rx_dangerous, function (a) {
-                      return "\\u" +
-                              ("0000" + a.charCodeAt(0).toString(16)).slice(-4);
-                  });
-              }
+  /**
+   * abortRequest().
+   */
+  function abortRequest$3(i) {
+      i.abort();
+  }
 
-  // In the second stage, we run the text against regular expressions that look
-  // for non-JSON patterns. We are especially concerned with "()" and "new"
-  // because they can cause invocation, and "=" because it can cause mutation.
-  // But just to be safe, we want to reject all unexpected forms.
 
-  // We split the second stage into 4 regexp operations in order to work around
-  // crippling inefficiencies in IE's and Safari's regexp engines. First we
-  // replace the JSON backslash pairs with "@" (a non-JSON character). Second, we
-  // replace all simple value tokens with "]" characters. Third, we delete all
-  // open brackets that follow a colon or comma or that begin the text. Finally,
-  // we look to see that the remaining characters are only whitespace or "]" or
-  // "," or ":" or "{" or "}". If that is so, then the text is safe for eval.
+  /**
+   * localeTimeStamp().
+   */
+  function localeTimestamp(s) {
+      if (!s) return null;
+      var detected = utilDetect();
+      var options = { day: 'numeric', month: 'short', year: 'numeric' };
+      var d = new Date(s);
+      if (isNaN(d.getTime())) return null;
+      return d.toLocaleString(detected.locale, options);
+  }
 
-              if (
-                  rx_one.test(
-                      text
-                          .replace(rx_two, "@")
-                          .replace(rx_three, "]")
-                          .replace(rx_four, "")
-                  )
-              ) {
 
-  // In the third stage we use the eval function to compile the text into a
-  // JavaScript structure. The "{" operator is subject to a syntactic ambiguity
-  // in JavaScript: it can begin a block or an object literal. We wrap the text
-  // in parens to eliminate the ambiguity.
+  /**
+   * loadTiles() wraps the process of generating tiles and then fetching image points for each tile.
+   */
+  function loadTiles$2(which, url, projection, margin) {
+      var tiles = tiler$3.margin(margin).getTiles(projection);
 
-                  j = eval("(" + text + ")");
+      // abort inflight requests that are no longer needed
+      var cache = _ssCache[which];
+      forEach(cache.inflight, function(v, k) {
+          var wanted = find$1(tiles, function(tile) { return k.indexOf(tile.id + ',') === 0; });
 
-  // In the optional fourth stage, we recursively walk the new structure, passing
-  // each name/value pair to a reviver function for possible transformation.
+          if (!wanted) {
+              abortRequest$3(v);
+              delete cache.inflight[k];
+          }
+      });
 
-                  return (typeof reviver === "function")
-                      ? walk({"": j}, "")
-                      : j;
-              }
+      tiles.forEach(function (tile) {
+         loadNextTilePage$2(which, url, tile);
+      });
+  }
 
-  // If the text is not JSON parseable, then a SyntaxError is thrown.
+  /**
+   * loadNextTilePage() load data for the next tile page in line.
+   */
+  function loadNextTilePage$2(which, url, tile) {
+      var cache = _ssCache[which];
+      var nextPage = cache.nextPage[tile.id] || 0;
+      var id = tile.id + ',' + String(nextPage);
+      if (cache.loaded[id] || cache.inflight[id]) return;
 
-              throw new SyntaxError("JSON.parse");
-          };
-      }
-  }());
+      cache.inflight[id] = getBubbles(url, tile, function(bubbles) {
+          cache.loaded[id] = true;
+          delete cache.inflight[id];
+          if (!bubbles) return;
 
-  var json2 = json2Plugin;
+          // [].shift() removes the first element, some statistics info, not a bubble point
+          bubbles.shift();
 
-  function json2Plugin() {
-       
-       return {}
-  }
+          var features = bubbles.map(function(bubble) {
+              if (cache.points[bubble.id]) return null;  // skip duplicates
 
-  var plugins = [json2];
+              var loc = [bubble.lo, bubble.la];
+              var d = {
+                  loc: loc,
+                  key: bubble.id,
+                  ca: bubble.he,
+                  captured_at: bubble.cd,
+                  captured_by: 'microsoft',
+                  // nbn: bubble.nbn,
+                  // pbn: bubble.pbn,
+                  // ad: bubble.ad,
+                  // rn: bubble.rn,
+                  pr: bubble.pr,  // previous
+                  ne: bubble.ne,  // next
+                  pano: true,
+                  sequenceKey: null
+              };
 
-  var store_legacy = storeEngine.createStore(all, plugins);
+              cache.points[bubble.id] = d;
 
-  // # osm-auth
-  //
-  // This code is only compatible with IE10+ because the [XDomainRequest](http://bit.ly/LfO7xo)
-  // object, IE<10's idea of [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing),
-  // does not support custom headers, which this uses everywhere.
-  var osmAuth = function(o) {
+              // a sequence starts here
+              if (bubble.pr === undefined) {
+                  cache.leaders.push(bubble.id);
+              }
 
-      var oauth = {};
+              return {
+                  minX: loc[0], minY: loc[1], maxX: loc[0], maxY: loc[1], data: d
+              };
 
-      // authenticated users will also have a request token secret, but it's
-      // not used in transactions with the server
-      oauth.authenticated = function() {
-          return !!(token('oauth_token') && token('oauth_token_secret'));
-      };
+          }).filter(Boolean);
 
-      oauth.logout = function() {
-          token('oauth_token', '');
-          token('oauth_token_secret', '');
-          token('oauth_request_token_secret', '');
-          return oauth;
-      };
+          cache.rtree.load(features);
 
-      // TODO: detect lack of click event
-      oauth.authenticate = function(callback) {
-          if (oauth.authenticated()) return callback();
+          connectSequences();
 
-          oauth.logout();
+          if (which === 'bubbles') {
+              dispatch$4.call('loadedBubbles');
+          }
+      });
+  }
 
-          // ## Getting a request token
-          var params = timenonce(getAuth(o)),
-              url = o.url + '/oauth/request_token';
 
-          params.oauth_signature = ohauth_1.signature(
-              o.oauth_secret, '',
-              ohauth_1.baseString('POST', url, params));
+  // call this sometimes to connect the bubbles into sequences
+  function connectSequences() {
+      var cache = _ssCache.bubbles;
+      var keepLeaders = [];
 
-          if (!o.singlepage) {
-              // Create a 600x550 popup window in the center of the screen
-              var w = 600, h = 550,
-                  settings = [
-                      ['width', w], ['height', h],
-                      ['left', screen.width / 2 - w / 2],
-                      ['top', screen.height / 2 - h / 2]].map(function(x) {
-                          return x.join('=');
-                      }).join(','),
-                  popup = window.open('about:blank', 'oauth_window', settings);
-          }
+      for (var i = 0; i < cache.leaders.length; i++) {
+          var bubble = cache.points[cache.leaders[i]];
+          var seen = {};
 
-          // Request a request token. When this is complete, the popup
-          // window is redirected to OSM's authorization page.
-          ohauth_1.xhr('POST', url, params, null, {}, reqTokenDone);
-          o.loading();
+          // try to make a sequence.. use the key of the leader bubble.
+          var sequence = { key: bubble.key, bubbles: [] };
+          var complete = false;
 
-          function reqTokenDone(err, xhr) {
-              o.done();
-              if (err) return callback(err);
-              var resp = ohauth_1.stringQs(xhr.response);
-              token('oauth_request_token_secret', resp.oauth_token_secret);
-              var authorize_url = o.url + '/oauth/authorize?' + ohauth_1.qsString({
-                  oauth_token: resp.oauth_token,
-                  oauth_callback: resolveUrl(o.landing)
-              });
+          do {
+              sequence.bubbles.push(bubble);
+              seen[bubble.key] = true;
 
-              if (o.singlepage) {
-                  location.href = authorize_url;
+              if (bubble.ne === undefined) {
+                  complete = true;
               } else {
-                  popup.location = authorize_url;
+                  bubble = cache.points[bubble.ne];  // advance to next
               }
-          }
-
-          // Called by a function in a landing page, in the popup window. The
-          // window closes itself.
-          window.authComplete = function(token) {
-              var oauth_token = ohauth_1.stringQs(token.split('?')[1]);
-              get_access_token(oauth_token.oauth_token);
-              delete window.authComplete;
-          };
+          } while (bubble && !seen[bubble.key] && !complete);
 
-          // ## Getting an request token
-          //
-          // At this point we have an `oauth_token`, brought in from a function
-          // call on a landing page popup.
-          function get_access_token(oauth_token) {
-              var url = o.url + '/oauth/access_token',
-                  params = timenonce(getAuth(o)),
-                  request_token_secret = token('oauth_request_token_secret');
-              params.oauth_token = oauth_token;
-              params.oauth_signature = ohauth_1.signature(
-                  o.oauth_secret,
-                  request_token_secret,
-                  ohauth_1.baseString('POST', url, params));
 
-              // ## Getting an access token
-              //
-              // The final token required for authentication. At this point
-              // we have a `request token secret`
-              ohauth_1.xhr('POST', url, params, null, {}, accessTokenDone);
-              o.loading();
-          }
+          if (complete) {
+              _ssCache.sequences[sequence.key] = sequence;
 
-          function accessTokenDone(err, xhr) {
-              o.done();
-              if (err) return callback(err);
-              var access_token = ohauth_1.stringQs(xhr.response);
-              token('oauth_token', access_token.oauth_token);
-              token('oauth_token_secret', access_token.oauth_token_secret);
-              callback(null, oauth);
-          }
-      };
+              // assign bubbles to the sequence
+              for (var j = 0; j < sequence.bubbles.length; j++) {
+                  sequence.bubbles[j].sequenceKey = sequence.key;
+              }
 
-      oauth.bootstrapToken = function(oauth_token, callback) {
-          // ## Getting an request token
-          // At this point we have an `oauth_token`, brought in from a function
-          // call on a landing page popup.
-          function get_access_token(oauth_token) {
-              var url = o.url + '/oauth/access_token',
-                  params = timenonce(getAuth(o)),
-                  request_token_secret = token('oauth_request_token_secret');
-              params.oauth_token = oauth_token;
-              params.oauth_signature = ohauth_1.signature(
-                  o.oauth_secret,
-                  request_token_secret,
-                  ohauth_1.baseString('POST', url, params));
+              // create a GeoJSON LineString
+              sequence.geojson = {
+                  type: 'LineString',
+                  properties: { key: sequence.key },
+                  coordinates: sequence.bubbles.map(function (d) { return d.loc; })
+              };
 
-              // ## Getting an access token
-              // The final token required for authentication. At this point
-              // we have a `request token secret`
-              ohauth_1.xhr('POST', url, params, null, {}, accessTokenDone);
-              o.loading();
+          } else {
+              keepLeaders.push(cache.leaders[i]);
           }
+      }
 
-          function accessTokenDone(err, xhr) {
-              o.done();
-              if (err) return callback(err);
-              var access_token = ohauth_1.stringQs(xhr.response);
-              token('oauth_token', access_token.oauth_token);
-              token('oauth_token_secret', access_token.oauth_token_secret);
-              callback(null, oauth);
-          }
+      // couldn't complete these, save for later
+      cache.leaders = keepLeaders;
+  }
 
-          get_access_token(oauth_token);
-      };
+  /**
+   * getBubbles() handles the request to the server for a tile extent of 'bubbles' (streetside image locations).
+   */
+  function getBubbles(url, tile, callback) {
+      var rect = tile.extent.rectangle();
+      var urlForRequest = url + utilQsString({
+          n: rect[3],
+          s: rect[1],
+          e: rect[2],
+          w: rect[0],
+          c: maxResults$2,
+          appkey: bubbleAppKey,
+          jsCallback: '{callback}'
+      });
 
-      // # xhr
-      //
-      // A single XMLHttpRequest wrapper that does authenticated calls if the
-      // user has logged in.
-      oauth.xhr = function(options, callback) {
-          if (!oauth.authenticated()) {
-              if (o.auto) {
-                  return oauth.authenticate(run);
-              } else {
-                  callback('not authenticated', null);
-                  return;
-              }
+      return jsonpRequest(urlForRequest, function (data) {
+          if (!data || data.error) {
+              callback(null);
           } else {
-              return run();
+              callback(data);
           }
+      });
+  }
 
-          function run() {
-              var params = timenonce(getAuth(o)),
-                  oauth_token_secret = token('oauth_token_secret'),
-                  url = (options.prefix !== false) ? o.url + options.path : options.path,
-                  url_parts = url.replace(/#.*$/, '').split('?', 2),
-                  base_url = url_parts[0],
-                  query = (url_parts.length === 2) ? url_parts[1] : '';
-
-              // https://tools.ietf.org/html/rfc5849#section-3.4.1.3.1
-              if ((!options.options || !options.options.header ||
-                  options.options.header['Content-Type'] === 'application/x-www-form-urlencoded') &&
-                  options.content) {
-                  params = immutable(params, ohauth_1.stringQs(options.content));
-              }
-
-              params.oauth_token = token('oauth_token');
-              params.oauth_signature = ohauth_1.signature(
-                  o.oauth_secret,
-                  oauth_token_secret,
-                  ohauth_1.baseString(options.method, base_url, immutable(params, ohauth_1.stringQs(query)))
-              );
+  /**
+   * partitionViewport() partition viewport into `psize` x `psize` regions.
+   */
+  function partitionViewport$2(psize, projection) {
+      var dimensions = projection.clipExtent()[1];
+      psize = psize || 16;
 
-              return ohauth_1.xhr(options.method, url, params, options.content, options.options, done);
-          }
+      var cols = range(0, dimensions[0], psize);
+      var rows = range(0, dimensions[1], psize);
+      var partitions = [];
 
-          function done(err, xhr) {
-              if (err) return callback(err);
-              else if (xhr.responseXML) return callback(err, xhr.responseXML);
-              else return callback(err, xhr.response);
-          }
-      };
+      rows.forEach(function (y) {
+          cols.forEach(function (x) {
+              var min$$1 = [x, y + psize];
+              var max$$1 = [x + psize, y];
+              partitions.push(geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)));
+          });
+      });
 
-      // pre-authorize this object, if we can just get a token and token_secret
-      // from the start
-      oauth.preauth = function(c) {
-          if (!c) return;
-          if (c.oauth_token) token('oauth_token', c.oauth_token);
-          if (c.oauth_token_secret) token('oauth_token_secret', c.oauth_token_secret);
-          return oauth;
-      };
+      return partitions;
+  }
 
-      oauth.options = function(_) {
-          if (!arguments.length) return o;
 
-          o = _;
-          o.url = o.url || 'https://www.openstreetmap.org';
-          o.landing = o.landing || 'land.html';
-          o.singlepage = o.singlepage || false;
+  /**
+   * searchLimited().
+   */
+  function searchLimited$2(psize, limit, projection, rtree) {
+      limit = limit || 3;
 
-          // Optional loading and loading-done functions for nice UI feedback.
-          // by default, no-ops
-          o.loading = o.loading || function() {};
-          o.done = o.done || function() {};
+      var partitions = partitionViewport$2(psize, projection);
+      var results;
 
-          return oauth.preauth(o);
-      };
+      results = flatten(map$3(partitions, function (extent$$1) {
+          return rtree.search(extent$$1.bbox())
+              .slice(0, limit)
+              .map(function (d) { return d.data; });
+      }));
 
-      // 'stamp' an authentication object from `getAuth()`
-      // with a [nonce](http://en.wikipedia.org/wiki/Cryptographic_nonce)
-      // and timestamp
-      function timenonce(o) {
-          o.oauth_timestamp = ohauth_1.timestamp();
-          o.oauth_nonce = ohauth_1.nonce();
-          return o;
-      }
+      return results;
+  }
 
-      // get/set tokens. These are prefixed with the base URL so that `osm-auth`
-      // can be used with multiple APIs and the keys in `localStorage`
-      // will not clash
-      var token;
 
-      if (store_legacy.enabled) {
-          token = function (x, y) {
-              if (arguments.length === 1) return store_legacy.get(o.url + x);
-              else if (arguments.length === 2) return store_legacy.set(o.url + x, y);
-          };
-      } else {
-          var storage = {};
-          token = function (x, y) {
-              if (arguments.length === 1) return storage[o.url + x];
-              else if (arguments.length === 2) return storage[o.url + x] = y;
-          };
-      }
+  /**
+   * getImage()
+   */
+  function getImage(imgInfo) {
+      var response = q.defer();
+      var img = new Image();
 
-      // Get an authentication object. If you just add and remove properties
-      // from a single object, you'll need to use `delete` to make sure that
-      // it doesn't contain undesired properties for authentication
-      function getAuth(o) {
-          return {
-              oauth_consumer_key: o.oauth_consumer_key,
-              oauth_signature_method: 'HMAC-SHA1'
-          };
-      }
+      img.onload = function() {
+          var canvas = document.getElementById('canvas' + imgInfo.face);
+          var ctx = canvas.getContext('2d');
+          ctx.drawImage(img, imgInfo.x, imgInfo.y);
+          response.resolve({imgInfo:imgInfo, status: 'ok'});
+      };
+      img.onerror = function() {
+          response.resolve({data: imgInfo, status: 'error'});
+      };
+      img.setAttribute('crossorigin', '');
+      img.src = imgInfo.url;
 
-      // potentially pre-authorize
-      oauth.options(o);
+      return response.promise;
+  }
 
-      return oauth;
-  };
 
-  var JXON = new (function () {
-    var
-      sValueProp = 'keyValue', sAttributesProp = 'keyAttributes', sAttrPref = '@', /* you can customize these values */
-      aCache = [], rIsNull = /^\s*$/, rIsBool = /^(?:true|false)$/i;
+  /**
+   * loadCanvas()
+   */
+  function loadCanvas(imgInfoGroup) {
+      var response = q.defer();
+      var getImagePromises = imgInfoGroup.map(function(imgInfo) {
+          return getImage(imgInfo);
+      });
 
-    function parseText (sValue) {
-      if (rIsNull.test(sValue)) { return null; }
-      if (rIsBool.test(sValue)) { return sValue.toLowerCase() === 'true'; }
-      if (isFinite(sValue)) { return parseFloat(sValue); }
-      if (isFinite(Date.parse(sValue))) { return new Date(sValue); }
-      return sValue;
-    }
+      q.all(getImagePromises).then(function(data) {
+          var canvas = document.getElementById('canvas' + data[0].imgInfo.face);
+          switch (data[0].imgInfo.face) {
+              case '01':
+                  _dataUrlArray[0] = canvas.toDataURL('image/jpeg', 1.0);
+                  break;
+              case '02':
+                  _dataUrlArray[1] = canvas.toDataURL('image/jpeg', 1.0);
+                  break;
+              case '03':
+                  _dataUrlArray[2] = canvas.toDataURL('image/jpeg', 1.0);
+                  break;
+              case '10':
+                  _dataUrlArray[3] = canvas.toDataURL('image/jpeg', 1.0);
+                  break;
+              case '11':
+                  _dataUrlArray[4] = canvas.toDataURL('image/jpeg', 1.0);
+                  break;
+              case '12':
+                  _dataUrlArray[5] = canvas.toDataURL('image/jpeg', 1.0);
+                  break;
+          }
+          response.resolve({status:'loadCanvas for face ' + data[0].imgInfo.face + 'ok'});
+      });
 
-    function EmptyTree () { }
-    EmptyTree.prototype.toString = function () { return 'null'; };
-    EmptyTree.prototype.valueOf = function () { return null; };
+      return response.promise;
+  }
 
-    function objectify (vValue) {
-      return vValue === null ? new EmptyTree() : vValue instanceof Object ? vValue : new vValue.constructor(vValue);
-    }
 
-    function createObjTree (oParentNode, nVerb, bFreeze, bNesteAttr) {
-      var
-        nLevelStart = aCache.length, bChildren = oParentNode.hasChildNodes(),
-        bAttributes = oParentNode.hasAttributes(), bHighVerb = Boolean(nVerb & 2);
+  function setupCanvas(selection$$1, reset) {
+      if (reset) {
+          selection$$1.selectAll('#divForCanvasWork')
+              .remove();
+      }
 
-      var
-        sProp, vContent, nLength = 0, sCollectedTxt = '',
-        vResult = bHighVerb ? {} : /* put here the default value for empty nodes: */ true;
+      // Add the Streetside working canvases. These are used for 'stitching', or combining,
+      // multiple images for each of the six faces, before passing to the Pannellum control as DataUrls
+      selection$$1.selectAll('#divForCanvasWork')
+          .data([0])
+          .enter()
+          .append('div')
+          .attr('id', 'divForCanvasWork')
+          .attr('display', 'none')
+          .selectAll('canvas')
+          .data(['canvas01', 'canvas02', 'canvas03', 'canvas10', 'canvas11', 'canvas12'])
+          .enter()
+          .append('canvas')
+          .attr('id', function(d) { return d; })
+          .attr('width', _resolution)
+          .attr('height', _resolution);
+  }
 
-      if (bChildren) {
-        for (var oNode, nItem = 0; nItem < oParentNode.childNodes.length; nItem++) {
-          oNode = oParentNode.childNodes.item(nItem);
-          if (oNode.nodeType === 4) { sCollectedTxt += oNode.nodeValue; } /* nodeType is 'CDATASection' (4) */
-          else if (oNode.nodeType === 3) { sCollectedTxt += oNode.nodeValue.trim(); } /* nodeType is 'Text' (3) */
-          else if (oNode.nodeType === 1 && !oNode.prefix) { aCache.push(oNode); } /* nodeType is 'Element' (1) */
-        }
-      }
 
-      var nLevelEnd = aCache.length, vBuiltVal = parseText(sCollectedTxt);
+  /**
+   * processFaces()
+   */
+  function processFaces(imgFaceInfoGroups) {
+      var response = q.defer();
+      var loadCanvasPromises = imgFaceInfoGroups.map(function(faceImgGroup) {
+          return loadCanvas(faceImgGroup);
+      });
 
-      if (!bHighVerb && (bChildren || bAttributes)) { vResult = nVerb === 0 ? objectify(vBuiltVal) : {}; }
+      q.all(loadCanvasPromises).then(function() {
+          response.resolve({status: 'processFaces done'});
+      });
 
-      for (var nElId = nLevelStart; nElId < nLevelEnd; nElId++) {
-        sProp = aCache[nElId].nodeName.toLowerCase();
-        vContent = createObjTree(aCache[nElId], nVerb, bFreeze, bNesteAttr);
-        if (vResult.hasOwnProperty(sProp)) {
-          if (vResult[sProp].constructor !== Array) { vResult[sProp] = [vResult[sProp]]; }
-          vResult[sProp].push(vContent);
-        } else {
-          vResult[sProp] = vContent;
-          nLength++;
-        }
-      }
+      return response.promise;
+  }
 
-      if (bAttributes) {
-        var
-          nAttrLen = oParentNode.attributes.length,
-          sAPrefix = bNesteAttr ? '' : sAttrPref, oAttrParent = bNesteAttr ? {} : vResult;
 
-        for (var oAttrib, nAttrib = 0; nAttrib < nAttrLen; nLength++, nAttrib++) {
-          oAttrib = oParentNode.attributes.item(nAttrib);
-          oAttrParent[sAPrefix + oAttrib.name.toLowerCase()] = parseText(oAttrib.value.trim());
-        }
 
-        if (bNesteAttr) {
-          if (bFreeze) { Object.freeze(oAttrParent); }
-          vResult[sAttributesProp] = oAttrParent;
-          nLength -= nAttrLen - 1;
-        }
+  function qkToXY(qk) {
+      var x = 0;
+      var y = 0;
+      var scale = 256;
+      for (var i = qk.length; i > 0; i--) {
+          var key = qk[i-1];
+          x += (+(key === '1' || key === '3')) * scale;
+          y += (+(key === '2' || key === '3')) * scale;
+          scale *= 2;
       }
+      return [x, y];
+  }
 
-      if (nVerb === 3 || (nVerb === 2 || nVerb === 1 && nLength > 0) && sCollectedTxt) {
-        vResult[sValueProp] = vBuiltVal;
-      } else if (!bHighVerb && nLength === 0 && sCollectedTxt) {
-        vResult = vBuiltVal;
-      }
 
-      if (bFreeze && (bHighVerb || nLength > 0)) { Object.freeze(vResult); }
+  function getQuadKeys() {
+      var dim = _resolution / 256;
+      var quadKeys;
 
-      aCache.length = nLevelStart;
+      if (dim === 16) {
+          quadKeys = [
+              '0000','0001','0010','0011','0100','0101','0110','0111',  '1000','1001','1010','1011','1100','1101','1110','1111',
+              '0002','0003','0012','0013','0102','0103','0112','0113',  '1002','1003','1012','1013','1102','1103','1112','1113',
+              '0020','0021','0030','0031','0120','0121','0130','0131',  '1020','1021','1030','1031','1120','1121','1130','1131',
+              '0022','0023','0032','0033','0122','0123','0132','0133',  '1022','1023','1032','1033','1122','1123','1132','1133',
+              '0200','0201','0210','0211','0300','0301','0310','0311',  '1200','1201','1210','1211','1300','1301','1310','1311',
+              '0202','0203','0212','0213','0302','0303','0312','0313',  '1202','1203','1212','1213','1302','1303','1312','1313',
+              '0220','0221','0230','0231','0320','0321','0330','0331',  '1220','1221','1230','1231','1320','1321','1330','1331',
+              '0222','0223','0232','0233','0322','0323','0332','0333',  '1222','1223','1232','1233','1322','1323','1332','1333',
 
-      return vResult;
-    }
+              '2000','2001','2010','2011','2100','2101','2110','2111',  '3000','3001','3010','3011','3100','3101','3110','3111',
+              '2002','2003','2012','2013','2102','2103','2112','2113',  '3002','3003','3012','3013','3102','3103','3112','3113',
+              '2020','2021','2030','2031','2120','2121','2130','2131',  '3020','3021','3030','3031','3120','3121','3130','3131',
+              '2022','2023','2032','2033','2122','2123','2132','2133',  '3022','3023','3032','3033','3122','3123','3132','3133',
+              '2200','2201','2210','2211','2300','2301','2310','2311',  '3200','3201','3210','3211','3300','3301','3310','3311',
+              '2202','2203','2212','2213','2302','2303','2312','2313',  '3202','3203','3212','3213','3302','3303','3312','3313',
+              '2220','2221','2230','2231','2320','2321','2330','2331',  '3220','3221','3230','3231','3320','3321','3330','3331',
+              '2222','2223','2232','2233','2322','2323','2332','2333',  '3222','3223','3232','3233','3322','3323','3332','3333'
+          ];
 
-    function loadObjTree (oXMLDoc, oParentEl, oParentObj) {
-      var vValue, oChild;
+      } else if (dim === 8) {
+          quadKeys = [
+              '000','001','010','011',  '100','101','110','111',
+              '002','003','012','013',  '102','103','112','113',
+              '020','021','030','031',  '120','121','130','131',
+              '022','023','032','033',  '122','123','132','133',
 
-      if (oParentObj instanceof String || oParentObj instanceof Number || oParentObj instanceof Boolean) {
-        oParentEl.appendChild(oXMLDoc.createTextNode(oParentObj.toString())); /* verbosity level is 0 */
-      } else if (oParentObj.constructor === Date) {
-        oParentEl.appendChild(oXMLDoc.createTextNode(oParentObj.toGMTString()));    
-      }
+              '200','201','210','211',  '300','301','310','311',
+              '202','203','212','213',  '302','303','312','313',
+              '220','221','230','231',  '320','321','330','331',
+              '222','223','232','233',  '322','323','332','333'
+          ];
 
-      for (var sName in oParentObj) {
-        vValue = oParentObj[sName];
-        if (isFinite(sName) || vValue instanceof Function) { continue; } /* verbosity level is 0 */
-        if (sName === sValueProp) {
-          if (vValue !== null && vValue !== true) { oParentEl.appendChild(oXMLDoc.createTextNode(vValue.constructor === Date ? vValue.toGMTString() : String(vValue))); }
-        } else if (sName === sAttributesProp) { /* verbosity level is 3 */
-          for (var sAttrib in vValue) { oParentEl.setAttribute(sAttrib, vValue[sAttrib]); }
-        } else if (sName.charAt(0) === sAttrPref) {
-          oParentEl.setAttribute(sName.slice(1), vValue);
-        } else if (vValue.constructor === Array) {
-          for (var nItem = 0; nItem < vValue.length; nItem++) {
-            oChild = oXMLDoc.createElement(sName);
-            loadObjTree(oXMLDoc, oChild, vValue[nItem]);
-            oParentEl.appendChild(oChild);
-          }
-        } else {
-          oChild = oXMLDoc.createElement(sName);
-          if (vValue instanceof Object) {
-            loadObjTree(oXMLDoc, oChild, vValue);
-          } else if (vValue !== null && vValue !== true) {
-            oChild.appendChild(oXMLDoc.createTextNode(vValue.toString()));
-          }
-          oParentEl.appendChild(oChild);
-       }
-     }
-    }
+      } else if (dim === 4) {
+          quadKeys = [
+              '00','01',  '10','11',
+              '02','03',  '12','13',
 
-    this.build = function (oXMLParent, nVerbosity /* optional */, bFreeze /* optional */, bNesteAttributes /* optional */) {
-      var _nVerb = arguments.length > 1 && typeof nVerbosity === 'number' ? nVerbosity & 3 : /* put here the default verbosity level: */ 1;
-      return createObjTree(oXMLParent, _nVerb, bFreeze || false, arguments.length > 3 ? bNesteAttributes : _nVerb === 3);    
-    };
+              '20','21',  '30','31',
+              '22','23',  '32','33'
+          ];
 
-    this.unbuild = function (oObjTree) {    
-      var oNewDoc = document.implementation.createDocument('', '', null);
-      loadObjTree(oNewDoc, oNewDoc, oObjTree);
-      return oNewDoc;
-    };
+      } else {  // dim === 2
+          quadKeys = [
+              '0', '1',
+              '2', '3'
+          ];
+      }
 
-    this.stringify = function (oObjTree) {
-      return (new XMLSerializer()).serializeToString(JXON.unbuild(oObjTree));
-    };
-  })();
+      return quadKeys;
+  }
 
-  // var myObject = JXON.build(doc);
-  // we got our javascript object! try: alert(JSON.stringify(myObject));
 
-  // var newDoc = JXON.unbuild(myObject);
-  // we got our Document instance! try: alert((new XMLSerializer()).serializeToString(newDoc));
 
-  var dispatch$3 = dispatch('authLoading', 'authDone', 'change', 'loading', 'loaded');
-  var urlroot = 'https://www.openstreetmap.org';
-  var oauth = osmAuth({
-      url: urlroot,
-      oauth_consumer_key: '5A043yRSEugj4DJ5TljuapfnrflWDte8jTOcWLlT',
-      oauth_secret: 'aB3jKq1TRsCOUrfOIZ6oQMEDmv2ptV76PA54NGLL',
-      loading: authLoading,
-      done: authDone
-  });
+  var serviceStreetside = {
+      /**
+       * init() initialize streetside.
+       */
+      init: function () {
+          if (!_ssCache) {
+              this.reset();
+          }
 
-  var _blacklists = ['.*\.google(apis)?\..*/(vt|kh)[\?/].*([xyz]=.*){3}.*'];
-  var _tiles = { loaded: {}, inflight: {} };
-  var _changeset = {};
-  var _entityCache = {};
-  var _connectionID = 1;
-  var _tileZoom = 16;
-  var _rateLimitError;
-  var _userChangesets;
-  var _userDetails;
-  var _off;
+          this.event = utilRebind(this, dispatch$4, 'on');
+      },
 
+      /**
+       * reset() reset the cache.
+       */
+      reset: function () {
+          var cache = _ssCache;
 
-  function authLoading() {
-      dispatch$3.call('authLoading');
-  }
+          if (cache) {
+              if (cache.bubbles && cache.bubbles.inflight) {
+                  forEach(cache.bubbles.inflight, abortRequest$3);
+              }
+          }
 
+          _ssCache = {
+              bubbles: { inflight: {}, loaded: {}, nextPage: {}, rtree: rbush_1(), points: {}, leaders: [] },
+              sequences: {}
+          };
+      },
 
-  function authDone() {
-      dispatch$3.call('authDone');
-  }
+      /**
+       * bubbles()
+       */
+      bubbles: function (projection) {
+          var psize = 32, limit = 3;
+          return searchLimited$2(psize, limit, projection, _ssCache.bubbles.rtree);
+      },
 
 
-  function abortRequest$2(i) {
-      if (i) {
-          i.abort();
-      }
-  }
+      sequences: function(projection) {
+          var viewport = projection.clipExtent();
+          var min$$1 = [viewport[0][0], viewport[1][1]];
+          var max$$1 = [viewport[1][0], viewport[0][1]];
+          var bbox = geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)).bbox();
+          var seen = {};
+          var results = [];
 
+          // all sequences for bubbles in viewport
+          _ssCache.bubbles.rtree.search(bbox)
+              .forEach(function(d) {
+                  var key = d.data.sequenceKey;
+                  if (key && !seen[key]) {
+                      seen[key] = true;
+                      results.push(_ssCache.sequences[key].geojson);
+                  }
+              });
 
-  function getLoc(attrs) {
-      var lon = attrs.lon && attrs.lon.value;
-      var lat = attrs.lat && attrs.lat.value;
-      return [parseFloat(lon), parseFloat(lat)];
-  }
+          return results;
+      },
 
 
-  function getNodes(obj) {
-      var elems = obj.getElementsByTagName('nd');
-      var nodes = new Array(elems.length);
-      for (var i = 0, l = elems.length; i < l; i++) {
-          nodes[i] = 'n' + elems[i].attributes.ref.value;
-      }
-      return nodes;
-  }
+      /**
+       * loadBubbles()
+       */
+      loadBubbles: function (projection, margin) {
+          // by default: request 2 nearby tiles so we can connect sequences.
+          if (margin === undefined) margin = 2;
+
+          loadTiles$2('bubbles', bubbleApi, projection, margin);
+      },
 
 
-  function getTags(obj) {
-      var elems = obj.getElementsByTagName('tag');
-      var tags = {};
-      for (var i = 0, l = elems.length; i < l; i++) {
-          var attrs = elems[i].attributes;
-          tags[attrs.k.value] = attrs.v.value;
-      }
+      viewer: function() {
+          return _pannellumViewer;
+      },
 
-      return tags;
-  }
 
+      initViewer: function () {
+          if (!window.pannellum) return;
+          if (_pannellumViewer) return;
 
-  function getMembers(obj) {
-      var elems = obj.getElementsByTagName('member');
-      var members = new Array(elems.length);
-      for (var i = 0, l = elems.length; i < l; i++) {
-          var attrs = elems[i].attributes;
-          members[i] = {
-              id: attrs.type.value[0] + attrs.ref.value,
-              type: attrs.type.value,
-              role: attrs.role.value
+          var sceneID = ++_currScene + '';
+          var options = {
+              'default': { firstScene: sceneID },
+              scenes: {}
           };
-      }
-      return members;
-  }
+          options.scenes[sceneID] = _sceneOptions;
 
+          _pannellumViewer = window.pannellum.viewer('viewer-streetside', options);
 
-  function getVisible(attrs) {
-      return (!attrs.visible || attrs.visible.value !== 'false');
-  }
+          _pannellumViewer
+              .on('mousedown', function() {
+                  select(window).on('mousemove.pannellum', function() {
+                      dispatch$4.call('viewerChanged');
+                  });
+              })
+              .on('mouseup', function() {
+                  select(window).on('mousemove.pannellum', null);
+                  // continue dispatching events for a few seconds, in case viewer has inertia.
+                  var t$$1 = timer(function(elapsed) {
+                      dispatch$4.call('viewerChanged');
+                      if (elapsed > 2000) {
+                          t$$1.stop();
+                      }
+                  });
+              });
+      },
 
 
-  var parsers = {
-      node: function nodeData(obj, uid) {
-          var attrs = obj.attributes;
-          return new osmNode({
-              id:uid,
-              visible: getVisible(attrs),
-              version: attrs.version.value,
-              changeset: attrs.changeset && attrs.changeset.value,
-              timestamp: attrs.timestamp && attrs.timestamp.value,
-              user: attrs.user && attrs.user.value,
-              uid: attrs.uid && attrs.uid.value,
-              loc: getLoc(attrs),
-              tags: getTags(obj)
-          });
-      },
+      /**
+       * loadViewer() create the streeside viewer.
+       */
+      loadViewer: function (context) {
+          var that = this;
 
-      way: function wayData(obj, uid) {
-          var attrs = obj.attributes;
-          return new osmWay({
-              id: uid,
-              visible: getVisible(attrs),
-              version: attrs.version.value,
-              changeset: attrs.changeset && attrs.changeset.value,
-              timestamp: attrs.timestamp && attrs.timestamp.value,
-              user: attrs.user && attrs.user.value,
-              uid: attrs.uid && attrs.uid.value,
-              tags: getTags(obj),
-              nodes: getNodes(obj),
-          });
-      },
+          // create ms-wrapper, a photo wrapper class
+          var wrap = select('#photoviewer').selectAll('.ms-wrapper')
+              .data([0]);
 
-      relation: function relationData(obj, uid) {
-          var attrs = obj.attributes;
-          return new osmRelation({
-              id: uid,
-              visible: getVisible(attrs),
-              version: attrs.version.value,
-              changeset: attrs.changeset && attrs.changeset.value,
-              timestamp: attrs.timestamp && attrs.timestamp.value,
-              user: attrs.user && attrs.user.value,
-              uid: attrs.uid && attrs.uid.value,
-              tags: getTags(obj),
-              members: getMembers(obj)
-          });
-      }
-  };
+          // inject ms-wrapper into the photoviewer div
+          // (used by all to house each custom photo viewer)
+          var wrapEnter = wrap.enter()
+              .append('div')
+              .attr('id', 'ms')
+              .attr('class', 'photo-wrapper ms-wrapper')
+              .classed('hide', true);
 
+          // inject div to support streetside viewer (pannellum) and attribution line
+          wrapEnter
+              .append('div')
+              .attr('id', 'viewer-streetside')
+              .append('div')
+              .attr('class', 'photo-attribution fillD');
 
-  function parse$1(xml$$1, callback, options) {
-      options = assignIn({ cache: true }, options);
-      if (!xml$$1 || !xml$$1.childNodes) return;
+          var controlsEnter = wrapEnter
+              .append('div')
+              .attr('class', 'photo-controls-wrap')
+              .append('div')
+              .attr('class', 'photo-controls');
 
-      var root = xml$$1.childNodes[0];
-      var children = root.childNodes;
+          controlsEnter
+              .append('button')
+              .on('click.back', step(-1))
+              .text('◄');
 
-      function parseChild(child) {
-          var parser = parsers[child.nodeName];
-          if (parser) {
-              var uid = osmEntity$$1.id.fromOSM(child.nodeName, child.attributes.id.value);
-              if (options.cache && _entityCache[uid]) {
-                  return null;
-              }
-              return parser(child, uid);
-          }
-      }
+          controlsEnter
+              .append('button')
+              .on('click.forward', step(1))
+              .text('►');
 
-      utilIdleWorker(children, parseChild, callback);
-  }
 
+          // create working canvas for stitching together images
+          wrap = wrap
+              .merge(wrapEnter)
+              .call(setupCanvas, true);
 
-  var serviceOsm = {
+          // load streetside pannellum viewer css
+          select('head').selectAll('#streetside-viewercss')
+              .data([0])
+              .enter()
+              .append('link')
+              .attr('id', 'streetside-viewercss')
+              .attr('rel', 'stylesheet')
+              .attr('href', context.asset(pannellumViewerCSS));
+
+          // load streetside pannellum viewer js
+          select('head').selectAll('#streetside-viewerjs')
+              .data([0])
+              .enter()
+              .append('script')
+              .attr('id', 'streetside-viewerjs')
+              .attr('src', context.asset(pannellumViewerJS));
 
-      init: function() {
-          utilRebind(this, dispatch$3, 'on');
-      },
 
+          // Register viewer resize handler
+          context.ui().on('photoviewerResize', function() {
+              if (_pannellumViewer) {
+                  _pannellumViewer.resize();
+              }
+          });
 
-      reset: function() {
-          _connectionID++;
-          _userChangesets = undefined;
-          _userDetails = undefined;
-          _rateLimitError = undefined;
-          forEach(_tiles.inflight, abortRequest$2);
-          if (_changeset.inflight) abortRequest$2(_changeset.inflight);
-          _tiles = { loaded: {}, inflight: {} };
-          _changeset = {};
-          _entityCache = {};
-          return this;
-      },
 
+          function step(stepBy) {
+              return function() {
+                  var viewer = select('#photoviewer');
+                  var selected = viewer.empty() ? undefined : viewer.datum();
+                  if (!selected) return;
+
+                  var nextID = (stepBy === 1 ? selected.ne : selected.pr);
+                  var yaw = _pannellumViewer.getYaw();
+                  var ca = selected.ca + yaw;
+                  var origin = selected.loc;
+
+                  // construct a search trapezoid pointing out from current bubble
+                  var meters = 35;
+                  var p1 = [
+                      origin[0] + geoMetersToLon(meters / 5, origin[1]),
+                      origin[1]
+                  ];
+                  var p2 = [
+                      origin[0] + geoMetersToLon(meters / 2, origin[1]),
+                      origin[1] + geoMetersToLat(meters)
+                  ];
+                  var p3 = [
+                      origin[0] - geoMetersToLon(meters / 2, origin[1]),
+                      origin[1] + geoMetersToLat(meters)
+                  ];
+                  var p4 = [
+                      origin[0] - geoMetersToLon(meters / 5, origin[1]),
+                      origin[1]
+                  ];
 
-      getConnectionId: function() {
-          return _connectionID;
-      },
+                  var poly = [p1, p2, p3, p4, p1];
 
+                  // rotate it to face forward/backward
+                  var angle = (stepBy === 1 ? ca : ca + 180) * (Math.PI / 180);
+                  poly = geoRotate(poly, -angle, origin);
 
-      changesetURL: function(changesetId) {
-          return urlroot + '/changeset/' + changesetId;
-      },
+                  var extent$$1 = poly.reduce(function(extent$$1, point$$1) {
+                      return extent$$1.extend(geoExtent$$1(point$$1));
+                  }, geoExtent$$1());
 
+                  // find nearest other bubble in the search polygon
+                  var minDist = Infinity;
+                  _ssCache.bubbles.rtree.search(extent$$1.bbox())
+                      .forEach(function(d) {
+                          if (d.data.key === selected.key) return;
+                          if (!geoPointInPolygon(d.data.loc, poly)) return;
 
-      changesetsURL: function(center, zoom) {
-          var precision = Math.max(0, Math.ceil(Math.log(zoom) / Math.LN2));
-          return urlroot + '/history#map=' +
-              Math.floor(zoom) + '/' +
-              center[1].toFixed(precision) + '/' +
-              center[0].toFixed(precision);
-      },
+                          var dist = geoVecLength(d.data.loc, selected.loc);
+                          var theta = selected.ca - d.data.ca;
+                          var minTheta = Math.min(Math.abs(theta), 360 - Math.abs(theta));
+                          if (minTheta > 20) {
+                              dist += 5;  // penalize distance if camera angles don't match
+                          }
 
+                          if (dist < minDist) {
+                              nextID = d.data.key;
+                              minDist = dist;
+                          }
+                      });
 
-      entityURL: function(entity) {
-          return urlroot + '/' + entity.type + '/' + entity.osmId();
-      },
+                  var nextBubble = nextID && _ssCache.bubbles.points[nextID];
+                  if (!nextBubble) return;
 
+                  context.map().centerEase(nextBubble.loc);
 
-      historyURL: function(entity) {
-          return urlroot + '/' + entity.type + '/' + entity.osmId() + '/history';
+                  that.selectImage(nextBubble)
+                      .then(function(r) {
+                          if (r.status === 'ok') {
+                              _sceneOptions.yaw = yaw;
+                              that.showViewer();
+                          }
+                      });
+              };
+          }
       },
 
+      /**
+       * showViewer()
+       */
+      showViewer: function (yaw) {
+          if (!_sceneOptions) return;
 
-      userURL: function(username) {
-          return urlroot + '/user/' + username;
-      },
-
+          if (yaw !== undefined) {
+              _sceneOptions.yaw = yaw;
+          }
 
-      loadFromAPI: function(path, callback, options) {
-          options = assignIn({ cache: true }, options);
-          var that = this;
-          var cid = _connectionID;
+          if (!_pannellumViewer) {
+              this.initViewer();
+          } else {
+              // make a new scene
+              var sceneID = ++_currScene + '';
+              _pannellumViewer
+                  .addScene(sceneID, _sceneOptions)
+                  .loadScene(sceneID);
 
-          function done(err, xml$$1) {
-              if (that.getConnectionId() !== cid) {
-                  if (callback) callback({ message: 'Connection Switched', status: -1 });
-                  return;
+              // remove previous scene
+              if (_currScene > 2) {
+                  sceneID = (_currScene - 1) + '';
+                  _pannellumViewer
+                      .removeScene(sceneID);
               }
+          }
 
-              var isAuthenticated = that.authenticated();
+          var wrap = select('#photoviewer')
+              .classed('hide', false);
 
-              // 400 Bad Request, 401 Unauthorized, 403 Forbidden
-              // Logout and retry the request..
-              if (isAuthenticated && err && (err.status === 400 || err.status === 401 || err.status === 403)) {
-                  that.logout();
-                  that.loadFromAPI(path, callback);
+          var isHidden = wrap.selectAll('.photo-wrapper.ms-wrapper.hide').size();
 
-              // else, no retry..
-              } else {
-                  // 509 Bandwidth Limit Exceeded, 429 Too Many Requests
-                  // Set the rateLimitError flag and trigger a warning..
-                  if (!isAuthenticated && !_rateLimitError && err &&
-                          (err.status === 509 || err.status === 429)) {
-                      _rateLimitError = err;
-                      dispatch$3.call('change');
-                  }
+          if (isHidden) {
+              wrap
+                  .selectAll('.photo-wrapper:not(.ms-wrapper)')
+                  .classed('hide', true);
 
-                  if (callback) {
-                      if (err) return callback(err, null);
-                      parse$1(xml$$1, function (entities) {
-                          if (options.cache) {
-                              for (var i in entities) {
-                                  _entityCache[entities[i].id] = true;
-                              }
-                          }
-                          callback(null, entities);
-                      }, options);
-                  }
-              }
+              wrap
+                  .selectAll('.photo-wrapper.ms-wrapper')
+                  .classed('hide', false);
           }
 
-          if (this.authenticated()) {
-              return oauth.xhr({ method: 'GET', path: path }, done);
-          } else {
-              var url = urlroot + path;
-              return d3_xml(url).get(done);
-          }
+          return this;
       },
 
+      /**
+       * hideViewer()
+       */
+      hideViewer: function () {
+          var viewer = select('#photoviewer');
+          if (!viewer.empty()) viewer.datum(null);
 
-      loadEntity: function(id, callback) {
-          var type = osmEntity$$1.id.type(id);
-          var osmID = osmEntity$$1.id.toOSM(id);
-          var options = { cache: false };
-
-          this.loadFromAPI(
-              '/api/0.6/' + type + '/' + osmID + (type !== 'node' ? '/full' : ''),
-              function(err, entities) {
-                  if (callback) callback(err, { data: entities });
-              },
-              options
-          );
-      },
-
+          viewer
+              .classed('hide', true)
+              .selectAll('.photo-wrapper')
+              .classed('hide', true);
 
-      loadEntityVersion: function(id, version, callback) {
-          var type = osmEntity$$1.id.type(id);
-          var osmID = osmEntity$$1.id.toOSM(id);
-          var options = { cache: false };
+          d3_selectAll('.viewfield-group, .sequence, .icon-sign')
+              .classed('selected', false);
 
-          this.loadFromAPI(
-              '/api/0.6/' + type + '/' + osmID + '/' + version,
-              function(err, entities) {
-                  if (callback) callback(err, { data: entities });
-              },
-              options
-          );
+          return this.setStyles(null, true);
       },
 
-
-      loadMultiple: function(ids, callback) {
+      /**
+       * selectImage().
+       */
+      selectImage: function (d) {
+          var response = q.defer();
           var that = this;
 
-          forEach(groupBy(uniq(ids), osmEntity$$1.id.type), function(v, k) {
-              var type = k + 's';
-              var osmIDs = map$3(v, osmEntity$$1.id.toOSM);
-              var options = { cache: false };
-
-              forEach(chunk(osmIDs, 150), function(arr) {
-                  that.loadFromAPI(
-                      '/api/0.6/' + type + '?' + type + '=' + arr.join(),
-                      function(err, entities) {
-                          if (callback) callback(err, { data: entities });
-                      },
-                      options
-                  );
-              });
-          });
-      },
+          var viewer = select('#photoviewer');
+          if (!viewer.empty()) viewer.datum(d);
 
+          this.setStyles(null, true);
 
-      authenticated: function() {
-          return oauth.authenticated();
-      },
+          var wrap = select('#photoviewer .ms-wrapper');
+          var attribution = wrap.selectAll('.photo-attribution').html('');
 
+          wrap.selectAll('.pnlm-load-box')   // display "loading.."
+              .style('display', 'block');
 
-      putChangeset: function(changeset, changes, callback) {
-          if (_changeset.inflight) {
-              return callback({ message: 'Changeset already inflight', status: -2 }, changeset);
+          if (!d) {
+              response.resolve({status: 'ok'});
+              return response.promise;
           }
 
-          var that = this;
-          var cid = _connectionID;
-
-          if (_changeset.open) {   // reuse existing open changeset..
-              createdChangeset(null, _changeset.open);
-          } else {                 // open a new changeset..
-              _changeset.inflight = oauth.xhr({
-                  method: 'PUT',
-                  path: '/api/0.6/changeset/create',
-                  options: { header: { 'Content-Type': 'text/xml' } },
-                  content: JXON.stringify(changeset.asJXON())
-              }, createdChangeset);
-          }
+          var line1 = attribution
+              .append('div')
+              .attr('class', 'attribution-row');
 
+          // Add hires checkbox
+          var label = line1
+              .append('label')
+              .attr('class', 'streetside-hires');
 
-          function createdChangeset(err, changesetID) {
-              _changeset.inflight = null;
+          label
+              .append('input')
+              .attr('type', 'checkbox')
+              .attr('id', 'streetside-hires-input')
+              .property('checked', _hires)
+              .on('click', function() {
+                  event.stopPropagation();
 
-              if (err) {
-                  // 400 Bad Request, 401 Unauthorized, 403 Forbidden..
-                  if (err.status === 400 || err.status === 401 || err.status === 403) {
-                      that.logout();
-                  }
-                  return callback(err, changeset);
-              }
-              if (that.getConnectionId() !== cid) {
-                  return callback({ message: 'Connection Switched', status: -1 }, changeset);
-              }
+                  _hires = !_hires;
+                  _resolution = _hires ? 1024 : 512;
+                  wrap.call(setupCanvas, true);
 
-              _changeset.open = changesetID;
-              changeset = changeset.update({ id: changesetID });
+                  var viewstate = {
+                      yaw: _pannellumViewer.getYaw(),
+                      pitch: _pannellumViewer.getPitch(),
+                      hfov: _pannellumViewer.getHfov()
+                  };
 
-              // Upload the changeset..
-              _changeset.inflight = oauth.xhr({
-                  method: 'POST',
-                  path: '/api/0.6/changeset/' + changesetID + '/upload',
-                  options: { header: { 'Content-Type': 'text/xml' } },
-                  content: JXON.stringify(changeset.osmChangeJXON(changes))
-              }, uploadedChangeset);
-          }
+                  that.selectImage(d)
+                      .then(function(r) {
+                          if (r.status === 'ok') {
+                              _sceneOptions = assignIn(_sceneOptions, viewstate);
+                              that.showViewer();
+                          }
+                      });
+              });
 
+          label
+              .append('span')
+              .text(t('streetside.hires'));
 
-          function uploadedChangeset(err) {
-              _changeset.inflight = null;
 
-              if (err) return callback(err, changeset);
+          var captureInfo = line1
+              .append('div')
+              .attr('class', 'attribution-capture-info');
 
-              // Upload was successful, safe to call the callback.
-              // Add delay to allow for postgres replication #1646 #2678
-              window.setTimeout(function() {
-                  callback(null, changeset);
-              }, 2500);
+          // Add capture date
+          if (d.captured_by) {
+              var yyyy = (new Date()).getFullYear();
 
-              _changeset.open = null;
+              captureInfo
+                  .append('a')
+                  .attr('class', 'captured_by')
+                  .attr('target', '_blank')
+                  .attr('href', 'https://www.microsoft.com/en-us/maps/streetside')
+                  .text('©' + yyyy + ' Microsoft');
 
-              // At this point, we don't really care if the connection was switched..
-              // Only try to close the changeset if we're still talking to the same server.
-              if (that.getConnectionId() === cid) {
-                  // Still attempt to close changeset, but ignore response because #2667
-                  oauth.xhr({
-                      method: 'PUT',
-                      path: '/api/0.6/changeset/' + changeset.id + '/close',
-                      options: { header: { 'Content-Type': 'text/xml' } }
-                  }, function() { return true; });
-              }
+              captureInfo
+                  .append('span')
+                  .text('|');
           }
-      },
-
 
-      userDetails: function(callback) {
-          if (_userDetails) {
-              callback(undefined, _userDetails);
-              return;
+          if (d.captured_at) {
+              captureInfo
+                  .append('span')
+                  .attr('class', 'captured_at')
+                  .text(localeTimestamp(d.captured_at));
           }
 
-          var that = this;
-          var cid = _connectionID;
+          // Add image links
+          var line2 = attribution
+              .append('div')
+              .attr('class', 'attribution-row');
 
-          function done(err, user_details) {
-              if (err) {
-                  // 400 Bad Request, 401 Unauthorized, 403 Forbidden..
-                  if (err.status === 400 || err.status === 401 || err.status === 403) {
-                      that.logout();
-                  }
-                  return callback(err);
-              }
-              if (that.getConnectionId() !== cid) {
-                  return callback({ message: 'Connection Switched', status: -1 });
-              }
+          line2
+              .append('a')
+              .attr('class', 'image-view-link')
+              .attr('target', '_blank')
+              .attr('href', 'https://www.bing.com/maps?cp=' + d.loc[1] + '~' + d.loc[0] +
+                  '&lvl=17&dir=' + d.ca + '&style=x&v=2&sV=1')
+              .text(t('streetside.view_on_bing'));
 
+          line2
+              .append('a')
+              .attr('class', 'image-report-link')
+              .attr('target', '_blank')
+              .attr('href', 'https://www.bing.com/maps/privacyreport/streetsideprivacyreport?bubbleid=' + encodeURIComponent(d.key) +
+                  '&focus=photo&lat=' + d.loc[1] + '&lng=' + d.loc[0] + '&z=17')
+              .text(t('streetside.report'));
 
-              var u = user_details.getElementsByTagName('user')[0];
-              var img = u.getElementsByTagName('img');
-              var image_url = '';
 
-              if (img && img[0] && img[0].getAttribute('href')) {
-                  image_url = img[0].getAttribute('href');
-              }
+          var bubbleIdQuadKey = d.key.toString(4);
+          var paddingNeeded = 16 - bubbleIdQuadKey.length;
+          for (var i = 0; i < paddingNeeded; i++) {
+              bubbleIdQuadKey = '0' + bubbleIdQuadKey;
+          }
+          var imgUrlPrefix = streetsideImagesApi + 'hs' + bubbleIdQuadKey;
+          var imgUrlSuffix = '.jpg?g=6338&n=z';
 
-              var changesets = u.getElementsByTagName('changesets');
-              var changesets_count = 0;
+          // Cubemap face code order matters here: front=01, right=02, back=03, left=10, up=11, down=12
+          var faceKeys = ['01','02','03','10','11','12'];
 
-              if (changesets && changesets[0] && changesets[0].getAttribute('count')) {
-                  changesets_count = changesets[0].getAttribute('count');
-              }
+          // Map images to cube faces
+          var quadKeys = getQuadKeys();
+          var faces = faceKeys.map(function(faceKey) {
+              return quadKeys.map(function(quadKey) {
+                  var xy = qkToXY(quadKey);
+                  return {
+                      face: faceKey,
+                      url: imgUrlPrefix + faceKey + quadKey + imgUrlSuffix,
+                      x: xy[0],
+                      y: xy[1]
+                  };
+              });
+          });
 
-              _userDetails = {
-                  id: u.attributes.id.value,
-                  display_name: u.attributes.display_name.value,
-                  image_url: image_url,
-                  changesets_count: changesets_count
+          processFaces(faces).then(function() {
+              _sceneOptions = {
+                  showFullscreenCtrl: false,
+                  autoLoad: true,
+                  compass: true,
+                  northOffset: d.ca,
+                  yaw: 0,
+                  minHfov: minHfov,
+                  maxHfov: maxHfov,
+                  hfov: defaultHfov,
+                  type: 'cubemap',
+                  cubeMap: [
+                      _dataUrlArray[0],
+                      _dataUrlArray[1],
+                      _dataUrlArray[2],
+                      _dataUrlArray[3],
+                      _dataUrlArray[4],
+                      _dataUrlArray[5]
+                  ]
               };
+              response.resolve({status: 'ok'});
+          });
 
-              callback(undefined, _userDetails);
-          }
-
-          oauth.xhr({ method: 'GET', path: '/api/0.6/user/details' }, done);
+          return response.promise;
       },
 
 
-      userChangesets: function(callback) {
-          if (_userChangesets) {
-              callback(undefined, _userChangesets);
-              return;
-          }
-
-          var that = this;
-          var cid = _connectionID;
-
-          this.userDetails(function(err, user) {
-              if (err) {
-                  return callback(err);
-              }
-              if (that.getConnectionId() !== cid) {
-                  return callback({ message: 'Connection Switched', status: -1 });
-              }
+      getSequenceKeyForBubble: function(d) {
+          return d && d.sequenceKey;
+      },
 
-              function done(err, changesets) {
-                  if (err) {
-                      // 400 Bad Request, 401 Unauthorized, 403 Forbidden..
-                      if (err.status === 400 || err.status === 401 || err.status === 403) {
-                          that.logout();
-                      }
-                      return callback(err);
-                  }
-                  if (that.getConnectionId() !== cid) {
-                      return callback({ message: 'Connection Switched', status: -1 });
-                  }
 
-                  _userChangesets = Array.prototype.map.call(
-                      changesets.getElementsByTagName('changeset'),
-                      function (changeset) {
-                          return { tags: getTags(changeset) };
-                      }
-                  ).filter(function (changeset) {
-                      var comment = changeset.tags.comment;
-                      return comment && comment !== '';
-                  });
+      /**
+       * setStyles().
+       */
+      setStyles: function (hovered, reset) {
+          if (reset) {  // reset all layers
+              d3_selectAll('.viewfield-group')
+                  .classed('highlighted', false)
+                  .classed('hovered', false)
+                  .classed('selected', false);
 
-                  callback(undefined, _userChangesets);
-              }
+              d3_selectAll('.sequence')
+                  .classed('highlighted', false)
+                  .classed('selected', false);
+          }
 
-              oauth.xhr({ method: 'GET', path: '/api/0.6/changesets?user=' + user.id }, done);
-          });
-      },
+          var hoveredBubbleKey = hovered && hovered.key;
+          var hoveredSequenceKey = this.getSequenceKeyForBubble(hovered);
+          var hoveredSequence = hoveredSequenceKey && _ssCache.sequences[hoveredSequenceKey];
+          var hoveredBubbleKeys =  (hoveredSequence && hoveredSequence.bubbles.map(function (d) { return d.key; })) || [];
 
+          var viewer = select('#photoviewer');
+          var selected = viewer.empty() ? undefined : viewer.datum();
+          var selectedBubbleKey = selected && selected.key;
+          var selectedSequenceKey = this.getSequenceKeyForBubble(selected);
+          var selectedSequence = selectedSequenceKey && _ssCache.sequences[selectedSequenceKey];
+          var selectedBubbleKeys = (selectedSequence && selectedSequence.bubbles.map(function (d) { return d.key; })) || [];
 
-      status: function(callback) {
-          var that = this;
-          var cid = _connectionID;
+          // highlight sibling viewfields on either the selected or the hovered sequences
+          var highlightedBubbleKeys = union(hoveredBubbleKeys, selectedBubbleKeys);
 
-          function done(xml$$1) {
-              if (that.getConnectionId() !== cid) {
-                  return callback({ message: 'Connection Switched', status: -1 }, 'connectionSwitched');
-              }
+          d3_selectAll('.layer-streetside-images .viewfield-group')
+              .classed('highlighted', function (d) { return highlightedBubbleKeys.indexOf(d.key) !== -1; })
+              .classed('hovered', function (d) { return d.key === hoveredBubbleKey; })
+              .classed('selected', function (d) { return d.key === selectedBubbleKey; });
 
-              // update blacklists
-              var elements = xml$$1.getElementsByTagName('blacklist');
-              var regexes = [];
-              for (var i = 0; i < elements.length; i++) {
-                  var regex = elements[i].getAttribute('regex');  // needs unencode?
-                  if (regex) {
-                      regexes.push(regex);
-                  }
-              }
-              if (regexes.length) {
-                  _blacklists = regexes;
-              }
+          d3_selectAll('.layer-streetside-images .sequence')
+              .classed('highlighted', function (d) { return d.properties.key === hoveredSequenceKey; })
+              .classed('selected', function (d) { return d.properties.key === selectedSequenceKey; });
 
+          // update viewfields if needed
+          d3_selectAll('.viewfield-group .viewfield')
+              .attr('d', viewfieldPath);
 
-              if (_rateLimitError) {
-                  callback(_rateLimitError, 'rateLimited');
+          function viewfieldPath() {
+              var d = this.parentNode.__data__;
+              if (d.pano && d.key !== selectedBubbleKey) {
+                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
               } else {
-                  var apiStatus = xml$$1.getElementsByTagName('status');
-                  var val = apiStatus[0].getAttribute('api');
-
-                  callback(undefined, val);
+                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
               }
           }
 
-          d3_xml(urlroot + '/api/capabilities').get()
-              .on('load', done)
-              .on('error', callback);
+          return this;
       },
 
+      /**
+       * cache().
+       */
+      cache: function () {
+          return _ssCache;
+      }
+  };
 
-      imageryBlacklists: function() {
-          return _blacklists;
+  var apibase$3 = 'https://taginfo.openstreetmap.org/api/4/',
+      inflight$1 = {},
+      popularKeys = {},
+      taginfoCache = {},
+      tag_sorts = {
+          point: 'count_nodes',
+          vertex: 'count_nodes',
+          area: 'count_ways',
+          line: 'count_ways'
       },
-
-
-      tileZoom: function(_) {
-          if (!arguments.length) return _tileZoom;
-          _tileZoom = _;
-          return this;
+      tag_sort_members = {
+          point: 'count_node_members',
+          vertex: 'count_node_members',
+          area: 'count_way_members',
+          line: 'count_way_members',
+          relation: 'count_relation_members'
       },
+      tag_filters = {
+          point: 'nodes',
+          vertex: 'nodes',
+          area: 'ways',
+          line: 'ways'
+      },
+      tag_members_fractions = {
+          point: 'count_node_members_fraction',
+          vertex: 'count_node_members_fraction',
+          area: 'count_way_members_fraction',
+          line: 'count_way_members_fraction',
+          relation: 'count_relation_members_fraction'
+      };
 
 
-      loadTiles: function(projection, dimensions, callback) {
-          if (_off) return;
-
-          var that = this;
-          var s = projection.scale() * 2 * Math.PI;
-          var z = Math.max(Math.log(s) / Math.log(2) - 8, 0);
-          var ts = 256 * Math.pow(2, z - _tileZoom);
-          var origin = [
-              s / 2 - projection.translate()[0],
-              s / 2 - projection.translate()[1]
-          ];
-
-          var tiles = d3geoTile()
-              .scaleExtent([_tileZoom, _tileZoom])
-              .scale(s)
-              .size(dimensions)
-              .translate(projection.translate())()
-              .map(function(tile) {
-                  var x = tile[0] * ts - origin[0];
-                  var y = tile[1] * ts - origin[1];
-
-                  return {
-                      id: tile.toString(),
-                      extent: geoExtent$$1(
-                          projection.invert([x, y + ts]),
-                          projection.invert([x + ts, y]))
-                  };
-              });
-
-          filter(_tiles.inflight, function(v, i) {
-              var wanted = find$1(tiles, function(tile) {
-                  return i === tile.id;
-              });
-              if (!wanted) delete _tiles.inflight[i];
-              return !wanted;
-          }).map(abortRequest$2);
-
-          tiles.forEach(function(tile) {
-              var id = tile.id;
-
-              if (_tiles.loaded[id] || _tiles.inflight[id]) return;
-
-              if (isEmpty(_tiles.inflight)) {
-                  dispatch$3.call('loading');
-              }
-
-              _tiles.inflight[id] = that.loadFromAPI(
-                  '/api/0.6/map?bbox=' + tile.extent.toParam(),
-                  function(err, parsed) {
-                      delete _tiles.inflight[id];
-                      if (!err) {
-                          _tiles.loaded[id] = true;
-                      }
+  function sets(params, n, o) {
+      if (params.geometry && o[params.geometry]) {
+          params[n] = o[params.geometry];
+      }
+      return params;
+  }
 
-                      if (callback) {
-                          callback(err, assignIn({ data: parsed }, tile));
-                      }
 
-                      if (isEmpty(_tiles.inflight)) {
-                          dispatch$3.call('loaded');
-                      }
-                  }
-              );
-          });
-      },
+  function setFilter(params) {
+      return sets(params, 'filter', tag_filters);
+  }
 
 
-      switch: function(options) {
-          urlroot = options.urlroot;
+  function setSort(params) {
+      return sets(params, 'sortname', tag_sorts);
+  }
 
-          oauth.options(assignIn({
-              url: urlroot,
-              loading: authLoading,
-              done: authDone
-          }, options));
 
-          this.reset();
-          this.userChangesets(function() {});  // eagerly load user details/changesets
-          dispatch$3.call('change');
-          return this;
-      },
+  function setSortMembers(params) {
+      return sets(params, 'sortname', tag_sort_members);
+  }
 
 
-      toggle: function(_) {
-          _off = !_;
-          return this;
-      },
+  function clean(params) {
+      return omit(params, ['geometry', 'debounce']);
+  }
 
 
-      loadedTiles: function(_) {
-          if (!arguments.length) return _tiles.loaded;
-          _tiles.loaded = _;
-          return this;
-      },
+  function filterKeys(type) {
+      var count_type = type ? 'count_' + type : 'count_all';
+      return function(d) {
+          return parseFloat(d[count_type]) > 2500 || d.in_wiki;
+      };
+  }
 
 
-      logout: function() {
-          _userChangesets = undefined;
-          _userDetails = undefined;
-          oauth.logout();
-          dispatch$3.call('change');
-          return this;
-      },
+  function filterMultikeys(prefix) {
+      return function(d) {
+          // d.key begins with prefix, and d.key contains no additional ':'s
+          var re = new RegExp('^' + prefix + '(.*)$');
+          var matches = d.key.match(re) || [];
+          return (matches.length === 2 && matches[1].indexOf(':') === -1);
+      };
+  }
 
 
-      authenticate: function(callback) {
-          var that = this;
-          var cid = _connectionID;
-          _userChangesets = undefined;
-          _userDetails = undefined;
+  function filterValues(allowUpperCase) {
+      return function(d) {
+          if (d.value.match(/[;,]/) !== null) return false;  // exclude some punctuation
+          if (!allowUpperCase && d.value.match(/[A-Z*]/) !== null) return false;  // exclude uppercase letters
+          return parseFloat(d.fraction) > 0.0 || d.in_wiki;
+      };
+  }
 
-          function done(err, res) {
-              if (err) {
-                  if (callback) callback(err);
-                  return;
-              }
-              if (that.getConnectionId() !== cid) {
-                  if (callback) callback({ message: 'Connection Switched', status: -1 });
-                  return;
-              }
-              _rateLimitError = undefined;
-              dispatch$3.call('change');
-              if (callback) callback(err, res);
-              that.userChangesets(function() {});  // eagerly load user details/changesets
-          }
 
-          return oauth.authenticate(done);
-      }
-  };
+  function filterRoles(geometry) {
+      return function(d) {
+          if (d.role === '') return false; // exclude empty role
+          if (d.role.match(/[A-Z*;,]/) !== null) return false;  // exclude uppercase letters and some punctuation
+          return parseFloat(d[tag_members_fractions[geometry]]) > 0.0;
+      };
+  }
 
-  var jsonpCache = {};
-  window.jsonpCache = jsonpCache;
 
-  function jsonpRequest(url, callback) {
-      var request = {
-          abort: function() {}
+  function valKey(d) {
+      return {
+          value: d.key,
+          title: d.key
       };
+  }
 
-      if (window.JSONP_FIX) {
-          if (window.JSONP_DELAY === 0) {
-              callback(window.JSONP_FIX);
-          } else {
-              var t = window.setTimeout(function() {
-                  callback(window.JSONP_FIX);
-              }, window.JSONP_DELAY || 0);
 
-              request.abort = function() { window.clearTimeout(t); };
-          }
+  function valKeyDescription(d) {
+      return {
+          value: d.value,
+          title: d.description || d.value
+      };
+  }
 
-          return request;
-      }
 
-      function rand() {
-          var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
-          var c = '';
-          var i = -1;
-          while (++i < 15) c += chars.charAt(Math.floor(Math.random() * 52));
-          return c;
-      }
+  function roleKey(d) {
+      return {
+          value: d.role,
+          title: d.role
+      };
+  }
 
-      function create$$1(url) {
-          var e = url.match(/callback=(\w+)/);
-          var c = e ? e[1] : rand();
 
-          jsonpCache[c] = function(data) {
-              if (jsonpCache[c]) {
-                  callback(data);
-              }
-              finalize();
-          };
+  // sort keys with ':' lower than keys without ':'
+  function sortKeys(a, b) {
+      return (a.key.indexOf(':') === -1 && b.key.indexOf(':') !== -1) ? -1
+          : (a.key.indexOf(':') !== -1 && b.key.indexOf(':') === -1) ? 1
+          : 0;
+  }
 
-          function finalize() {
-              delete jsonpCache[c];
-              script.remove();
-          }
 
-          request.abort = finalize;
-          return 'jsonpCache.' + c;
-      }
+  var debouncedRequest = debounce(request$1, 500, { leading: false });
 
-      var cb = create$$1(url);
+  function request$1(url, params, exactMatch, callback, loaded) {
+      if (inflight$1[url]) return;
 
-      var script = select('head')
-          .append('script')
-          .attr('type', 'text/javascript')
-          .attr('src', url.replace(/(\{|%7B)callback(\}|%7D)/, cb));
+      if (checkCache(url, params, exactMatch, callback)) return;
 
-      return request;
+      inflight$1[url] = d3_json(url, function (err, data) {
+          delete inflight$1[url];
+          loaded(err, data);
+      });
   }
 
-  var q = createCommonjsModule(function (module, exports) {
-  // vim:ts=4:sts=4:sw=4:
-  /*!
-   *
-   * Copyright 2009-2017 Kris Kowal under the terms of the MIT
-   * license found at https://github.com/kriskowal/q/blob/v1/LICENSE
-   *
-   * With parts by Tyler Close
-   * Copyright 2007-2009 Tyler Close under the terms of the MIT X license found
-   * at http://www.opensource.org/licenses/mit-license.html
-   * Forked at ref_send.js version: 2009-05-11
-   *
-   * With parts by Mark Miller
-   * Copyright (C) 2011 Google Inc.
-   *
-   * Licensed under the Apache License, Version 2.0 (the "License");
-   * you may not use this file except in compliance with the License.
-   * You may obtain a copy of the License at
-   *
-   * http://www.apache.org/licenses/LICENSE-2.0
-   *
-   * Unless required by applicable law or agreed to in writing, software
-   * distributed under the License is distributed on an "AS IS" BASIS,
-   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   * See the License for the specific language governing permissions and
-   * limitations under the License.
-   *
-   */
-
-  (function (definition) {
 
-      // This file will function properly as a <script> tag, or a module
-      // using CommonJS and NodeJS or RequireJS module formats.  In
-      // Common/Node/RequireJS, the module exports the Q API and when
-      // executed as a simple <script>, it creates a Q global instead.
+  function checkCache(url, params, exactMatch, callback) {
+      var rp = params.rp || 25,
+          testQuery = params.query || '',
+          testUrl = url;
 
-      // Montage Require
-      if (typeof bootstrap === "function") {
-          bootstrap("promise", definition);
+      do {
+          var hit = taginfoCache[testUrl];
 
-      // CommonJS
-      } else {
-          module.exports = definition();
+          // exact match, or shorter match yielding fewer than max results (rp)
+          if (hit && (url === testUrl || hit.length < rp)) {
+              callback(null, hit);
+              return true;
+          }
 
-      // RequireJS
-      }
+          // don't try to shorten the query
+          if (exactMatch || !testQuery.length) return false;
 
-  })(function () {
+          // do shorten the query to see if we already have a cached result
+          // that has returned fewer than max results (rp)
+          testQuery = testQuery.slice(0, -1);
+          testUrl = url.replace(/&query=(.*?)&/, '&query=' + testQuery + '&');
+      } while (testQuery.length >= 0);
 
-  var hasStacks = false;
-  try {
-      throw new Error();
-  } catch (e) {
-      hasStacks = !!e.stack;
+      return false;
   }
 
-  // All code after this point will be filtered from stack traces reported
-  // by Q.
-  var qStartingLine = captureLine();
-  var qFileName;
 
-  // shims
+  var serviceTaginfo = {
 
-  // used for fallback in "allResolved"
-  var noop = function () {};
+      init: function() {
+          inflight$1 = {};
+          taginfoCache = {};
+          popularKeys = {};
 
-  // Use the fastest possible means to execute a task in a future turn
-  // of the event loop.
-  var nextTick =(function () {
-      // linked list of tasks (single, with head node)
-      var head = {task: void 0, next: null};
-      var tail = head;
-      var flushing = false;
-      var requestTick = void 0;
-      var isNodeJS = false;
-      // queue for late tasks, used by unhandled rejection tracking
-      var laterQueue = [];
+          // Fetch popular keys.  We'll exclude these from `values`
+          // lookups because they stress taginfo, and they aren't likely
+          // to yield meaningful autocomplete results.. see #3955
+          var params = { rp: 100, sortname: 'values_all', sortorder: 'desc', page: 1, debounce: false };
+          this.keys(params, function(err, data) {
+              if (err) return;
+              data.forEach(function(d) {
+                  if (d.value === 'opening_hours') return;  // exception
+                  popularKeys[d.value] = true;
+              });
+          });
+      },
 
-      function flush() {
-          /* jshint loopfunc: true */
-          var task, domain;
 
-          while (head.next) {
-              head = head.next;
-              task = head.task;
-              head.task = void 0;
-              domain = head.domain;
+      reset: function() {
+          forEach(inflight$1, function(req) { req.abort(); });
+          inflight$1 = {};
+      },
 
-              if (domain) {
-                  head.domain = void 0;
-                  domain.enter();
-              }
-              runSingle(task, domain);
 
-          }
-          while (laterQueue.length) {
-              task = laterQueue.pop();
-              runSingle(task);
-          }
-          flushing = false;
-      }
-      // runs a single function in the async queue
-      function runSingle(task, domain) {
-          try {
-              task();
+      keys: function(params, callback) {
+          var doRequest = params.debounce ? debouncedRequest : request$1;
+          params = clean(setSort(params));
+          params = assignIn({ rp: 10, sortname: 'count_all', sortorder: 'desc', page: 1 }, params);
 
-          } catch (e) {
-              if (isNodeJS) {
-                  // In node, uncaught exceptions are considered fatal errors.
-                  // Re-throw them synchronously to interrupt flushing!
+          var url = apibase$3 + 'keys/all?' + utilQsString(params);
+          doRequest(url, params, false, callback, function(err, d) {
+              if (err) {
+                  callback(err);
+              } else {
+                  var f = filterKeys(params.filter);
+                  var result = d.data.filter(f).sort(sortKeys).map(valKey);
+                  taginfoCache[url] = result;
+                  callback(null, result);
+              }
+          });
+      },
 
-                  // Ensure continuation if the uncaught exception is suppressed
-                  // listening "uncaughtException" events (as domains does).
-                  // Continue in next event to avoid tick recursion.
-                  if (domain) {
-                      domain.exit();
-                  }
-                  setTimeout(flush, 0);
-                  if (domain) {
-                      domain.enter();
-                  }
 
-                  throw e;
+      multikeys: function(params, callback) {
+          var doRequest = params.debounce ? debouncedRequest : request$1;
+          params = clean(setSort(params));
+          params = assignIn({ rp: 25, sortname: 'count_all', sortorder: 'desc', page: 1 }, params);
+          var prefix = params.query;
 
+          var url = apibase$3 + 'keys/all?' + utilQsString(params);
+          doRequest(url, params, true, callback, function(err, d) {
+              if (err) {
+                  callback(err);
               } else {
-                  // In browsers, uncaught exceptions are not fatal.
-                  // Re-throw them asynchronously to avoid slow-downs.
-                  setTimeout(function () {
-                      throw e;
-                  }, 0);
+                  var f = filterMultikeys(prefix);
+                  var result = d.data.filter(f).map(valKey);
+                  taginfoCache[url] = result;
+                  callback(null, result);
               }
-          }
-
-          if (domain) {
-              domain.exit();
-          }
-      }
+          });
+      },
 
-      nextTick = function (task) {
-          tail = tail.next = {
-              task: task,
-              domain: isNodeJS && process.domain,
-              next: null
-          };
 
-          if (!flushing) {
-              flushing = true;
-              requestTick();
+      values: function(params, callback) {
+          // Exclude popular keys from values lookups.. see #3955
+          var key = params.key;
+          if (key && popularKeys[key]) {
+              callback(null, []);
+              return;
           }
-      };
-
-      if (typeof process === "object" &&
-          process.toString() === "[object process]" && process.nextTick) {
-          // Ensure Q is in a real Node environment, with a `process.nextTick`.
-          // To see through fake Node environments:
-          // * Mocha test runner - exposes a `process` global without a `nextTick`
-          // * Browserify - exposes a `process.nexTick` function that uses
-          //   `setTimeout`. In this case `setImmediate` is preferred because
-          //    it is faster. Browserify's `process.toString()` yields
-          //   "[object Object]", while in a real Node environment
-          //   `process.toString()` yields "[object process]".
-          isNodeJS = true;
-
-          requestTick = function () {
-              process.nextTick(flush);
-          };
 
-      } else if (typeof setImmediate === "function") {
-          // In IE10, Node.js 0.9+, or https://github.com/NobleJS/setImmediate
-          if (typeof window !== "undefined") {
-              requestTick = setImmediate.bind(window, flush);
-          } else {
-              requestTick = function () {
-                  setImmediate(flush);
-              };
-          }
+          var doRequest = params.debounce ? debouncedRequest : request$1;
+          params = clean(setSort(setFilter(params)));
+          params = assignIn({ rp: 25, sortname: 'count_all', sortorder: 'desc', page: 1 }, params);
 
-      } else if (typeof MessageChannel !== "undefined") {
-          // modern browsers
-          // http://www.nonblocking.io/2011/06/windownexttick.html
-          var channel = new MessageChannel();
-          // At least Safari Version 6.0.5 (8536.30.1) intermittently cannot create
-          // working message ports the first time a page loads.
-          channel.port1.onmessage = function () {
-              requestTick = requestPortTick;
-              channel.port1.onmessage = flush;
-              flush();
-          };
-          var requestPortTick = function () {
-              // Opera requires us to provide a message payload, regardless of
-              // whether we use it.
-              channel.port2.postMessage(0);
-          };
-          requestTick = function () {
-              setTimeout(flush, 0);
-              requestPortTick();
-          };
+          var url = apibase$3 + 'key/values?' + utilQsString(params);
+          doRequest(url, params, false, callback, function(err, d) {
+              if (err) {
+                  callback(err);
+              } else {
+                  // In most cases we prefer taginfo value results with lowercase letters.
+                  // A few OSM keys expect values to contain uppercase values (see #3377).
+                  // This is not an exhaustive list (e.g. `name` also has uppercase values)
+                  // but these are the fields where taginfo value lookup is most useful.
+                  var re = /network|taxon|genus|species|brand|grape_variety|royal_cypher|booth|rating|:output|_hours|_times/;
+                  var allowUpperCase = (params.key.match(re) !== null);
+                  var f = filterValues(allowUpperCase);
 
-      } else {
-          // old browsers
-          requestTick = function () {
-              setTimeout(flush, 0);
-          };
-      }
-      // runs a task after all other tasks have been run
-      // this is useful for unhandled rejection tracking that needs to happen
-      // after all `then`d tasks have been run.
-      nextTick.runAfter = function (task) {
-          laterQueue.push(task);
-          if (!flushing) {
-              flushing = true;
-              requestTick();
-          }
-      };
-      return nextTick;
-  })();
+                  var result = d.data.filter(f).map(valKeyDescription);
+                  taginfoCache[url] = result;
+                  callback(null, result);
+              }
+          });
+      },
 
-  // Attempt to make generics safe in the face of downstream
-  // modifications.
-  // There is no situation where this is necessary.
-  // If you need a security guarantee, these primordials need to be
-  // deeply frozen anyway, and if you don’t need a security guarantee,
-  // this is just plain paranoid.
-  // However, this **might** have the nice side-effect of reducing the size of
-  // the minified code by reducing x.call() to merely x()
-  // See Mark Miller’s explanation of what this does.
-  // http://wiki.ecmascript.org/doku.php?id=conventions:safe_meta_programming
-  var call = Function.call;
-  function uncurryThis(f) {
-      return function () {
-          return call.apply(f, arguments);
-      };
-  }
-  // This is equivalent, but slower:
-  // uncurryThis = Function_bind.bind(Function_bind.call);
-  // http://jsperf.com/uncurrythis
 
-  var array_slice = uncurryThis(Array.prototype.slice);
+      roles: function(params, callback) {
+          var doRequest = params.debounce ? debouncedRequest : request$1;
+          var geometry = params.geometry;
+          params = clean(setSortMembers(params));
+          params = assignIn({ rp: 25, sortname: 'count_all_members', sortorder: 'desc', page: 1 }, params);
 
-  var array_reduce = uncurryThis(
-      Array.prototype.reduce || function (callback, basis) {
-          var index = 0,
-              length = this.length;
-          // concerning the initial value, if one is not provided
-          if (arguments.length === 1) {
-              // seek to the first value in the array, accounting
-              // for the possibility that is is a sparse array
-              do {
-                  if (index in this) {
-                      basis = this[index++];
-                      break;
-                  }
-                  if (++index >= length) {
-                      throw new TypeError();
-                  }
-              } while (1);
-          }
-          // reduce
-          for (; index < length; index++) {
-              // account for the possibility that the array is sparse
-              if (index in this) {
-                  basis = callback(basis, this[index], index);
-              }
-          }
-          return basis;
-      }
-  );
+          var url = apibase$3 + 'relation/roles?' + utilQsString(params);
+          doRequest(url, params, true, callback, function(err, d) {
+              if (err) {
+                  callback(err);
+              } else {
+                  var f = filterRoles(geometry);
+                  var result = d.data.filter(f).map(roleKey);
+                  taginfoCache[url] = result;
+                  callback(null, result);
+              }
+          });
+      },
 
-  var array_indexOf = uncurryThis(
-      Array.prototype.indexOf || function (value) {
-          // not a very good shim, but good enough for our one use of it
-          for (var i = 0; i < this.length; i++) {
-              if (this[i] === value) {
-                  return i;
+
+      docs: function(params, callback) {
+          var doRequest = params.debounce ? debouncedRequest : request$1;
+          params = clean(setSort(params));
+
+          var path = 'key/wiki_pages?';
+          if (params.value) path = 'tag/wiki_pages?';
+          else if (params.rtype) path = 'relation/wiki_pages?';
+
+          var url = apibase$3 + path + utilQsString(params);
+          doRequest(url, params, true, callback, function(err, d) {
+              if (err) {
+                  callback(err);
+              } else {
+                  taginfoCache[url] = d.data;
+                  callback(null, d.data);
               }
-          }
-          return -1;
-      }
-  );
+          });
+      },
 
-  var array_map = uncurryThis(
-      Array.prototype.map || function (callback, thisp) {
-          var self = this;
-          var collect = [];
-          array_reduce(self, function (undefined, value, index) {
-              collect.push(callback.call(thisp, value, index, self));
-          }, void 0);
-          return collect;
+
+      apibase: function(_) {
+          if (!arguments.length) return apibase$3;
+          apibase$3 = _;
+          return this;
       }
-  );
 
-  var object_create = Object.create || function (prototype) {
-      function Type() { }
-      Type.prototype = prototype;
-      return new Type();
   };
 
-  var object_defineProperty = Object.defineProperty || function (obj, prop, descriptor) {
-      obj[prop] = descriptor.value;
-      return obj;
-  };
+  var endpoint = 'https://www.wikidata.org/w/api.php?';
 
-  var object_hasOwnProperty = uncurryThis(Object.prototype.hasOwnProperty);
+  var serviceWikidata = {
 
-  var object_keys = Object.keys || function (object) {
-      var keys = [];
-      for (var key in object) {
-          if (object_hasOwnProperty(object, key)) {
-              keys.push(key);
+      init: function() {},
+      reset: function() {},
+
+
+      // Given a Wikipedia language and article title, return an array of
+      // corresponding Wikidata entities.
+      itemsByTitle: function(lang, title, callback) {
+          if (!title) {
+              callback('', {});
+              return;
           }
+
+          lang = lang || 'en';
+          d3_json(endpoint + utilQsString({
+              action: 'wbgetentities',
+              format: 'json',
+              sites: lang.replace(/-/g, '_') + 'wiki',
+              titles: title,
+              languages: 'en', // shrink response by filtering to one language
+              origin: '*'
+          }), function(err, data) {
+              if (err || !data || data.error) {
+                  callback('', {});
+              } else {
+                  callback(title, data.entities || {});
+              }
+          });
       }
-      return keys;
+
   };
 
-  var object_toString = uncurryThis(Object.prototype.toString);
+  var endpoint$1 = 'https://en.wikipedia.org/w/api.php?';
 
-  function isObject(value) {
-      return value === Object(value);
-  }
+  var serviceWikipedia = {
 
-  // generator related shims
+      init: function() {},
+      reset: function() {},
 
-  // FIXME: Remove this function once ES6 generators are in SpiderMonkey.
-  function isStopIteration(exception) {
-      return (
-          object_toString(exception) === "[object StopIteration]" ||
-          exception instanceof QReturnValue
-      );
-  }
 
-  // FIXME: Remove this helper and Q.return once ES6 generators are in
-  // SpiderMonkey.
-  var QReturnValue;
-  if (typeof ReturnValue !== "undefined") {
-      QReturnValue = ReturnValue;
-  } else {
-      QReturnValue = function (value) {
-          this.value = value;
-      };
-  }
+      search: function(lang, query, callback) {
+          if (!query) {
+              callback('', []);
+              return;
+          }
 
-  // long stack traces
+          lang = lang || 'en';
+          d3_json(endpoint$1.replace('en', lang) +
+              utilQsString({
+                  action: 'query',
+                  list: 'search',
+                  srlimit: '10',
+                  srinfo: 'suggestion',
+                  format: 'json',
+                  origin: '*',
+                  srsearch: query
+              }), function(err, data) {
+                  if (err || !data || !data.query || !data.query.search || data.error) {
+                      callback('', []);
+                  } else {
+                      var results = data.query.search.map(function(d) { return d.title; });
+                      callback(query, results);
+                  }
+              }
+          );
+      },
 
-  var STACK_JUMP_SEPARATOR = "From previous event:";
 
-  function makeStackTraceLong(error, promise) {
-      // If possible, transform the error stack trace by removing Node and Q
-      // cruft, then concatenating with the stack trace of `promise`. See #57.
-      if (hasStacks &&
-          promise.stack &&
-          typeof error === "object" &&
-          error !== null &&
-          error.stack
-      ) {
-          var stacks = [];
-          for (var p = promise; !!p; p = p.source) {
-              if (p.stack && (!error.__minimumStackCounter__ || error.__minimumStackCounter__ > p.stackCounter)) {
-                  object_defineProperty(error, "__minimumStackCounter__", {value: p.stackCounter, configurable: true});
-                  stacks.unshift(p.stack);
-              }
+      suggestions: function(lang, query, callback) {
+          if (!query) {
+              callback('', []);
+              return;
           }
-          stacks.unshift(error.stack);
 
-          var concatedStacks = stacks.join("\n" + STACK_JUMP_SEPARATOR + "\n");
-          var stack = filterStackString(concatedStacks);
-          object_defineProperty(error, "stack", {value: stack, configurable: true});
-      }
-  }
+          lang = lang || 'en';
+          d3_json(endpoint$1.replace('en', lang) +
+              utilQsString({
+                  action: 'opensearch',
+                  namespace: 0,
+                  suggest: '',
+                  format: 'json',
+                  origin: '*',
+                  search: query
+              }), function(err, data) {
+                  if (err || !data || data.error) {
+                      callback('', []);
+                  } else {
+                      callback(data[0], data[1] || []);
+                  }
+              }
+          );
+      },
 
-  function filterStackString(stackString) {
-      var lines = stackString.split("\n");
-      var desiredLines = [];
-      for (var i = 0; i < lines.length; ++i) {
-          var line = lines[i];
 
-          if (!isInternalFrame(line) && !isNodeFrame(line) && line) {
-              desiredLines.push(line);
+      translations: function(lang, title, callback) {
+          if (!title) {
+              callback({});
+              return;
           }
+
+          d3_json(endpoint$1.replace('en', lang) +
+              utilQsString({
+                  action: 'query',
+                  prop: 'langlinks',
+                  format: 'json',
+                  origin: '*',
+                  lllimit: 500,
+                  titles: title
+              }), function(err, data) {
+                  if (err || !data || !data.query || !data.query.pages || data.error) {
+                      callback({});
+                  } else {
+                      var list = data.query.pages[Object.keys(data.query.pages)[0]],
+                          translations = {};
+                      if (list && list.langlinks) {
+                          list.langlinks.forEach(function(d) {
+                              translations[d.lang] = d['*'];
+                          });
+                      }
+                      callback(translations);
+                  }
+              }
+          );
       }
-      return desiredLines.join("\n");
-  }
 
-  function isNodeFrame(stackLine) {
-      return stackLine.indexOf("(module.js:") !== -1 ||
-             stackLine.indexOf("(node.js:") !== -1;
-  }
+  };
 
-  function getFileNameAndLineNumber(stackLine) {
-      // Named functions: "at functionName (filename:lineNumber:columnNumber)"
-      // In IE10 function name can have spaces ("Anonymous function") O_o
-      var attempt1 = /at .+ \((.+):(\d+):(?:\d+)\)$/.exec(stackLine);
-      if (attempt1) {
-          return [attempt1[1], Number(attempt1[2])];
-      }
+  var services = {
+      geocoder: serviceNominatim,
+      mapillary: serviceMapillary,
+      openstreetcam: serviceOpenstreetcam,
+      osm: serviceOsm,
+      streetside: serviceStreetside,
+      taginfo: serviceTaginfo,
+      wikidata: serviceWikidata,
+      wikipedia: serviceWikipedia
+  };
 
-      // Anonymous functions: "at filename:lineNumber:columnNumber"
-      var attempt2 = /at ([^ ]+):(\d+):(?:\d+)$/.exec(stackLine);
-      if (attempt2) {
-          return [attempt2[1], Number(attempt2[2])];
-      }
+  function modeAddNote$$1(context) {
 
-      // Firefox style: "function@filename:lineNumber or @filename:lineNumber"
-      var attempt3 = /.*@(.+):(\d+)$/.exec(stackLine);
-      if (attempt3) {
-          return [attempt3[1], Number(attempt3[2])];
-      }
-  }
+      var mode = {
+          id: 'add-note',
+          button: 'note',
+          title: t('modes.add_note.title'),
+          description: t('modes.add_note.description'),
+          key: '4'
+      };
 
-  function isInternalFrame(stackLine) {
-      var fileNameAndLineNumber = getFileNameAndLineNumber(stackLine);
+      var behavior = behaviorDraw(context)
+          .tail(t('modes.add_note.tail'))
+          .on('click', add)
+          .on('cancel', cancel)
+          .on('finish', cancel);
 
-      if (!fileNameAndLineNumber) {
-          return false;
-      }
 
-      var fileName = fileNameAndLineNumber[0];
-      var lineNumber = fileNameAndLineNumber[1];
+      function add(loc) {
+          var osm = services.osm;
+          if (!osm) return;
 
-      return fileName === qFileName &&
-          lineNumber >= qStartingLine &&
-          lineNumber <= qEndingLine;
-  }
+          var note = osmNote({ loc: loc, status: 'open', comments: [] });
+          osm.replaceNote(note);
 
-  // discover own file name and line number range for filtering stack
-  // traces
-  function captureLine() {
-      if (!hasStacks) {
-          return;
+          // force a reraw (there is no history change that would otherwise do this)
+          context.pan([0,0]);
+
+          context
+              .selectedNoteID(note.id)
+              .enter(modeSelectNote$$1(context, note.id).newFeature(true));
       }
 
-      try {
-          throw new Error();
-      } catch (e) {
-          var lines = e.stack.split("\n");
-          var firstLine = lines[0].indexOf("@") > 0 ? lines[1] : lines[2];
-          var fileNameAndLineNumber = getFileNameAndLineNumber(firstLine);
-          if (!fileNameAndLineNumber) {
-              return;
-          }
 
-          qFileName = fileNameAndLineNumber[0];
-          return fileNameAndLineNumber[1];
+      function cancel() {
+          context.enter(modeBrowse(context));
       }
-  }
 
-  function deprecate(callback, name, alternative) {
-      return function () {
-          if (typeof console !== "undefined" &&
-              typeof console.warn === "function") {
-              console.warn(name + " is deprecated, use " + alternative +
-                           " instead.", new Error("").stack);
-          }
-          return callback.apply(callback, arguments);
+
+      mode.enter = function() {
+          context.install(behavior);
+      };
+
+
+      mode.exit = function() {
+          context.uninstall(behavior);
       };
+
+
+      return mode;
   }
 
-  // end of shims
-  // beginning of real work
+  function modeDragNode$$1(context) {
+      var mode = {
+          id: 'drag-node',
+          button: 'browse'
+      };
+      var hover = behaviorHover(context).altDisables(true)
+          .on('hover', context.ui().sidebar.hover);
+      var edit = behaviorEdit(context);
 
-  /**
-   * Constructs a promise for an immediate reference, passes promises through, or
-   * coerces promises from different systems.
-   * @param value immediate reference or promise
-   */
-  function Q(value) {
-      // If the object is already a Promise, return it directly.  This enables
-      // the resolve function to both be used to created references from objects,
-      // but to tolerably coerce non-promises to promises.
-      if (value instanceof Promise) {
-          return value;
+      var _nudgeInterval;
+      var _restoreSelectedIDs = [];
+      var _wasMidpoint = false;
+      var _isCancelled = false;
+      var _activeEntity;
+      var _startLoc;
+      var _lastLoc;
+
+
+      function startNudge(entity, nudge) {
+          if (_nudgeInterval) window.clearInterval(_nudgeInterval);
+          _nudgeInterval = window.setInterval(function() {
+              context.pan(nudge);
+              doMove(entity, nudge);
+          }, 50);
       }
 
-      // assimilate thenables
-      if (isPromiseAlike(value)) {
-          return coerce(value);
-      } else {
-          return fulfill(value);
+
+      function stopNudge() {
+          if (_nudgeInterval) {
+              window.clearInterval(_nudgeInterval);
+              _nudgeInterval = null;
+          }
       }
-  }
-  Q.resolve = Q;
 
-  /**
-   * Performs a task in a future turn of the event loop.
-   * @param {Function} task
-   */
-  Q.nextTick = nextTick;
 
-  /**
-   * Controls whether or not long stack traces will be on
-   */
-  Q.longStackSupport = false;
+      function moveAnnotation(entity) {
+          return t('operations.move.annotation.' + entity.geometry(context.graph()));
+      }
 
-  /**
-   * The counter is used to determine the stopping point for building
-   * long stack traces. In makeStackTraceLong we walk backwards through
-   * the linked list of promises, only stacks which were created before
-   * the rejection are concatenated.
-   */
-  var longStackCounter = 1;
 
-  // enable long stacks if Q_DEBUG is set
-  if (typeof process === "object" && process && process.env && process.env.Q_DEBUG) {
-      Q.longStackSupport = true;
-  }
+      function connectAnnotation(entity) {
+          return t('operations.connect.annotation.' + entity.geometry(context.graph()));
+      }
 
-  /**
-   * Constructs a {promise, resolve, reject} object.
-   *
-   * `resolve` is a callback to invoke with a more resolved value for the
-   * promise. To fulfill the promise, invoke `resolve` with any value that is
-   * not a thenable. To reject the promise, invoke `resolve` with a rejected
-   * thenable, or invoke `reject` with the reason directly. To resolve the
-   * promise to another thenable, thus putting it in the same state, invoke
-   * `resolve` with that other thenable.
-   */
-  Q.defer = defer;
-  function defer() {
-      // if "messages" is an "Array", that indicates that the promise has not yet
-      // been resolved.  If it is "undefined", it has been resolved.  Each
-      // element of the messages array is itself an array of complete arguments to
-      // forward to the resolved promise.  We coerce the resolution value to a
-      // promise using the `resolve` function because it handles both fully
-      // non-thenable values and other thenables gracefully.
-      var messages = [], progressListeners = [], resolvedPromise;
 
-      var deferred = object_create(defer.prototype);
-      var promise = object_create(Promise.prototype);
+      function origin(entity) {
+          return context.projection(entity.loc);
+      }
 
-      promise.promiseDispatch = function (resolve, op, operands) {
-          var args = array_slice(arguments);
-          if (messages) {
-              messages.push(args);
-              if (op === "when" && operands[1]) { // progress operand
-                  progressListeners.push(operands[1]);
+
+      function keydown() {
+          if (event.keyCode === d3keybinding.modifierCodes.alt) {
+              if (context.surface().classed('nope')) {
+                  context.surface()
+                      .classed('nope-suppressed', true);
               }
-          } else {
-              Q.nextTick(function () {
-                  resolvedPromise.promiseDispatch.apply(resolvedPromise, args);
-              });
+              context.surface()
+                  .classed('nope', false)
+                  .classed('nope-disabled', true);
           }
-      };
+      }
 
-      // XXX deprecated
-      promise.valueOf = function () {
-          if (messages) {
-              return promise;
+
+      function keyup() {
+          if (event.keyCode === d3keybinding.modifierCodes.alt) {
+              if (context.surface().classed('nope-suppressed')) {
+                  context.surface()
+                      .classed('nope', true);
+              }
+              context.surface()
+                  .classed('nope-suppressed', false)
+                  .classed('nope-disabled', false);
           }
-          var nearerValue = nearer(resolvedPromise);
-          if (isPromise(nearerValue)) {
-              resolvedPromise = nearerValue; // shorten chain
+      }
+
+
+      function start(entity) {
+          _wasMidpoint = entity.type === 'midpoint';
+          var hasHidden = context.features().hasHiddenConnections(entity, context.graph());
+          _isCancelled = event.sourceEvent.shiftKey || hasHidden;
+
+
+          if (_isCancelled) {
+              if (hasHidden) {
+                  uiFlash()
+                      .duration(4000)
+                      .text(t('modes.drag_node.connected_to_hidden'))();
+              }
+              return drag.cancel();
           }
-          return nearerValue;
-      };
 
-      promise.inspect = function () {
-          if (!resolvedPromise) {
-              return { state: "pending" };
+          if (_wasMidpoint) {
+              var midpoint = entity;
+              entity = osmNode();
+              context.perform(actionAddMidpoint(midpoint, entity));
+              entity = context.entity(entity.id);   // get post-action entity
+
+              var vertex = context.surface().selectAll('.' + entity.id);
+              drag.target(vertex.node(), entity);
+
+          } else {
+              context.perform(actionNoop());
           }
-          return resolvedPromise.inspect();
-      };
 
-      if (Q.longStackSupport && hasStacks) {
-          try {
-              throw new Error();
-          } catch (e) {
-              // NOTE: don't try to use `Error.captureStackTrace` or transfer the
-              // accessor around; that causes memory leaks as per GH-111. Just
-              // reify the stack trace as a string ASAP.
-              //
-              // At the same time, cut off the first line; it's always just
-              // "[object Promise]\n", as per the `toString`.
-              promise.stack = e.stack.substring(e.stack.indexOf("\n") + 1);
-              promise.stackCounter = longStackCounter++;
+          _activeEntity = entity;
+          _startLoc = entity.loc;
+
+          context.surface().selectAll('.' + _activeEntity.id)
+              .classed('active', true);
+
+          context.enter(mode);
+      }
+
+
+      // related code
+      // - `behavior/draw.js` `datum()`
+      function datum() {
+          var event$$1 = event && event.sourceEvent;
+          if (!event$$1 || event$$1.altKey) {
+              return {};
+          } else {
+              // When dragging, snap only to touch targets..
+              // (this excludes area fills and active drawing elements)
+              var d = event$$1.target.__data__;
+              return (d && d.properties && d.properties.target) ? d : {};
           }
       }
 
-      // NOTE: we do the checks for `resolvedPromise` in each method, instead of
-      // consolidating them into `become`, since otherwise we'd create new
-      // promises with the lines `become(whatever(value))`. See e.g. GH-252.
 
-      function become(newPromise) {
-          resolvedPromise = newPromise;
+      function doMove(entity, nudge) {
+          nudge = nudge || [0, 0];
+
+          var currPoint = (event && event.point) || context.projection(_lastLoc);
+          var currMouse = geoVecSubtract(currPoint, nudge);
+          var loc = context.projection.invert(currMouse);
+
+          if (!_nudgeInterval) {   // If not nudging at the edge of the viewport, try to snap..
+              // related code
+              // - `mode/drag_node.js`     `doMode()`
+              // - `behavior/draw.js`      `click()`
+              // - `behavior/draw_way.js`  `move()`
+              var d = datum();
+              var target = d && d.properties && d.properties.entity;
+              var targetLoc = target && target.loc;
+              var targetNodes = d && d.properties && d.properties.nodes;
+              var edge;
 
-          if (Q.longStackSupport && hasStacks) {
-              // Only hold a reference to the new promise if long stacks
-              // are enabled to reduce memory usage
-              promise.source = newPromise;
+              if (targetLoc) {   // snap to node/vertex - a point target with `.loc`
+                  loc = targetLoc;
+
+              } else if (targetNodes) {   // snap to way - a line target with `.nodes`
+                  edge = geoChooseEdge(targetNodes, context.mouse(), context.projection, end.id);
+                  if (edge) {
+                      loc = edge.loc;
+                  }
+              }
           }
 
-          array_reduce(messages, function (undefined, message) {
-              Q.nextTick(function () {
-                  newPromise.promiseDispatch.apply(newPromise, message);
-              });
-          }, void 0);
+          context.replace(
+              actionMoveNode(entity.id, loc),
+              moveAnnotation(entity)
+          );
 
-          messages = void 0;
-          progressListeners = void 0;
-      }
+          // Below here: validations
+          var isInvalid = false;
 
-      deferred.promise = promise;
-      deferred.resolve = function (value) {
-          if (resolvedPromise) {
-              return;
+          // Check if this connection to `target` could cause relations to break..
+          if (target) {
+              isInvalid = hasRelationConflict(entity, target, edge, context.graph());
           }
 
-          become(Q(value));
-      };
-
-      deferred.fulfill = function (value) {
-          if (resolvedPromise) {
-              return;
+          // Check if this drag causes the geometry to break..
+          if (!isInvalid) {
+              isInvalid = hasInvalidGeometry(entity, context.graph());
           }
 
-          become(fulfill(value));
-      };
-      deferred.reject = function (reason) {
-          if (resolvedPromise) {
-              return;
-          }
 
-          become(reject(reason));
-      };
-      deferred.notify = function (progress) {
-          if (resolvedPromise) {
-              return;
+          var nope = context.surface().classed('nope');
+          if (isInvalid === 'relation' || isInvalid === 'restriction') {
+              if (!nope) {   // about to nope - show hint
+                  uiFlash()
+                      .duration(4000)
+                      .text(t('operations.connect.' + isInvalid,
+                          { relation: context.presets().item('type/restriction').name() }
+                      ))();
+              }
+          } else {
+              if (nope) {   // about to un-nope, remove hint
+                  uiFlash()
+                      .duration(1)
+                      .text('')();
+              }
           }
 
-          array_reduce(progressListeners, function (undefined, progressListener) {
-              Q.nextTick(function () {
-                  progressListener(progress);
-              });
-          }, void 0);
-      };
-
-      return deferred;
-  }
 
-  /**
-   * Creates a Node-style callback that will resolve or reject the deferred
-   * promise.
-   * @returns a nodeback
-   */
-  defer.prototype.makeNodeResolver = function () {
-      var self = this;
-      return function (error, value) {
-          if (error) {
-              self.reject(error);
-          } else if (arguments.length > 2) {
-              self.resolve(array_slice(arguments, 1));
+          var nopeDisabled = context.surface().classed('nope-disabled');
+          if (nopeDisabled) {
+              context.surface()
+                  .classed('nope', false)
+                  .classed('nope-suppressed', isInvalid);
           } else {
-              self.resolve(value);
+              context.surface()
+                  .classed('nope', isInvalid)
+                  .classed('nope-suppressed', false);
           }
-      };
-  };
 
-  /**
-   * @param resolver {Function} a function that returns nothing and accepts
-   * the resolve, reject, and notify functions for a deferred.
-   * @returns a promise that may be resolved with the given resolve and reject
-   * functions, or rejected by a thrown exception in resolver
-   */
-  Q.Promise = promise; // ES6
-  Q.promise = promise;
-  function promise(resolver) {
-      if (typeof resolver !== "function") {
-          throw new TypeError("resolver must be a function.");
-      }
-      var deferred = defer();
-      try {
-          resolver(deferred.resolve, deferred.reject, deferred.notify);
-      } catch (reason) {
-          deferred.reject(reason);
+          _lastLoc = loc;
       }
-      return deferred.promise;
-  }
-
-  promise.race = race; // ES6
-  promise.all = all; // ES6
-  promise.reject = reject; // ES6
-  promise.resolve = Q; // ES6
-
-  // XXX experimental.  This method is a way to denote that a local value is
-  // serializable and should be immediately dispatched to a remote upon request,
-  // instead of passing a reference.
-  Q.passByCopy = function (object) {
-      //freeze(object);
-      //passByCopies.set(object, true);
-      return object;
-  };
 
-  Promise.prototype.passByCopy = function () {
-      //freeze(object);
-      //passByCopies.set(object, true);
-      return this;
-  };
 
-  /**
-   * If two promises eventually fulfill to the same value, promises that value,
-   * but otherwise rejects.
-   * @param x {Any*}
-   * @param y {Any*}
-   * @returns {Any*} a promise for x and y if they are the same, but a rejection
-   * otherwise.
-   *
-   */
-  Q.join = function (x, y) {
-      return Q(x).join(y);
-  };
+      // Uses `actionConnect.disabled()` to know whether this connection is ok..
+      function hasRelationConflict(entity, target, edge, graph) {
+          var testGraph = graph.update();  // copy
 
-  Promise.prototype.join = function (that) {
-      return Q([this, that]).spread(function (x, y) {
-          if (x === y) {
-              // TODO: "===" should be Object.is or equiv
-              return x;
-          } else {
-              throw new Error("Q can't join: not the same: " + x + " " + y);
-          }
-      });
-  };
+          // if snapping to way - add midpoint there and consider that the target..
+          if (edge) {
+              var midpoint = osmNode();
+              var action = actionAddMidpoint({
+                  loc: edge.loc,
+                  edge: [target.nodes[edge.index - 1], target.nodes[edge.index]]
+              }, midpoint);
 
-  /**
-   * Returns a promise for the first of an array of promises to become settled.
-   * @param answers {Array[Any*]} promises to race
-   * @returns {Any*} the first promise to be settled
-   */
-  Q.race = race;
-  function race(answerPs) {
-      return promise(function (resolve, reject) {
-          // Switch to this once we can assume at least ES5
-          // answerPs.forEach(function (answerP) {
-          //     Q(answerP).then(resolve, reject);
-          // });
-          // Use this in the meantime
-          for (var i = 0, len = answerPs.length; i < len; i++) {
-              Q(answerPs[i]).then(resolve, reject);
+              testGraph = action(testGraph);
+              target = midpoint;
           }
-      });
-  }
-
-  Promise.prototype.race = function () {
-      return this.then(Q.race);
-  };
 
-  /**
-   * Constructs a Promise with a promise descriptor object and optional fallback
-   * function.  The descriptor contains methods like when(rejected), get(name),
-   * set(name, value), post(name, args), and delete(name), which all
-   * return either a value, a promise for a value, or a rejection.  The fallback
-   * accepts the operation name, a resolver, and any further arguments that would
-   * have been forwarded to the appropriate method above had a method been
-   * provided with the proper name.  The API makes no guarantees about the nature
-   * of the returned object, apart from that it is usable whereever promises are
-   * bought and sold.
-   */
-  Q.makePromise = Promise;
-  function Promise(descriptor, fallback, inspect) {
-      if (fallback === void 0) {
-          fallback = function (op) {
-              return reject(new Error(
-                  "Promise does not support operation: " + op
-              ));
-          };
-      }
-      if (inspect === void 0) {
-          inspect = function () {
-              return {state: "unknown"};
-          };
+          // can we connect to it?
+          var ids = [entity.id, target.id];
+          return actionConnect(ids).disabled(testGraph);
       }
 
-      var promise = object_create(Promise.prototype);
 
-      promise.promiseDispatch = function (resolve, op, args) {
-          var result;
-          try {
-              if (descriptor[op]) {
-                  result = descriptor[op].apply(promise, args);
-              } else {
-                  result = fallback.call(promise, op, args);
-              }
-          } catch (exception) {
-              result = reject(exception);
-          }
-          if (resolve) {
-              resolve(result);
-          }
-      };
+      function hasInvalidGeometry(entity, graph) {
+          var parents = graph.parentWays(entity);
+          var i, j, k;
 
-      promise.inspect = inspect;
+          for (i = 0; i < parents.length; i++) {
+              var parent = parents[i];
+              var nodes = [];
+              var activeIndex = null;    // which multipolygon ring contains node being dragged
 
-      // XXX deprecated `valueOf` and `exception` support
-      if (inspect) {
-          var inspected = inspect();
-          if (inspected.state === "rejected") {
-              promise.exception = inspected.reason;
-          }
+              // test any parent multipolygons for valid geometry
+              var relations = graph.parentRelations(parent);
+              for (j = 0; j < relations.length; j++) {
+                  if (!relations[j].isMultipolygon()) continue;
 
-          promise.valueOf = function () {
-              var inspected = inspect();
-              if (inspected.state === "pending" ||
-                  inspected.state === "rejected") {
-                  return promise;
-              }
-              return inspected.value;
-          };
-      }
+                  var rings = osmJoinWays(relations[j].members, graph);
 
-      return promise;
-  }
+                  // find active ring and test it for self intersections
+                  for (k = 0; k < rings.length; k++) {
+                      nodes = rings[k].nodes;
+                      if (find$1(nodes, function(n) { return n.id === entity.id; })) {
+                          activeIndex = k;
+                          if (geoHasSelfIntersections(nodes, entity.id)) {
+                              return true;
+                          }
+                      }
+                      rings[k].coords = nodes.map(function(n) { return n.loc; });
+                  }
 
-  Promise.prototype.toString = function () {
-      return "[object Promise]";
-  };
+                  // test active ring for intersections with other rings in the multipolygon
+                  for (k = 0; k < rings.length; k++) {
+                      if (k === activeIndex) continue;
 
-  Promise.prototype.then = function (fulfilled, rejected, progressed) {
-      var self = this;
-      var deferred = defer();
-      var done = false;   // ensure the untrusted promise makes at most a
-                          // single call to one of the callbacks
+                      // make sure active ring doesnt cross passive rings
+                      if (geoHasLineIntersections(rings[activeIndex].nodes, rings[k].nodes, entity.id)) {
+                          return true;
+                      }
+                  }
+              }
 
-      function _fulfilled(value) {
-          try {
-              return typeof fulfilled === "function" ? fulfilled(value) : value;
-          } catch (exception) {
-              return reject(exception);
-          }
-      }
 
-      function _rejected(exception) {
-          if (typeof rejected === "function") {
-              makeStackTraceLong(exception, self);
-              try {
-                  return rejected(exception);
-              } catch (newException) {
-                  return reject(newException);
+              // If we still haven't tested this node's parent way for self-intersections.
+              // (because it's not a member of a multipolygon), test it now.
+              if (activeIndex === null) {
+                  nodes = parent.nodes.map(function(nodeID) { return graph.entity(nodeID); });
+                  if (nodes.length && geoHasSelfIntersections(nodes, entity.id)) {
+                      return true;
+                  }
               }
+
           }
-          return reject(exception);
-      }
 
-      function _progressed(value) {
-          return typeof progressed === "function" ? progressed(value) : value;
+          return false;
       }
 
-      Q.nextTick(function () {
-          self.promiseDispatch(function (value) {
-              if (done) {
-                  return;
-              }
-              done = true;
 
-              deferred.resolve(_fulfilled(value));
-          }, "when", [function (exception) {
-              if (done) {
-                  return;
-              }
-              done = true;
+      function move(entity) {
+          if (_isCancelled) return;
+          event.sourceEvent.stopPropagation();
 
-              deferred.resolve(_rejected(exception));
-          }]);
-      });
+          context.surface().classed('nope-disabled', event.sourceEvent.altKey);
 
-      // Progress propagator need to be attached in the current tick.
-      self.promiseDispatch(void 0, "when", [void 0, function (value) {
-          var newValue;
-          var threw = false;
-          try {
-              newValue = _progressed(value);
-          } catch (e) {
-              threw = true;
-              if (Q.onerror) {
-                  Q.onerror(e);
-              } else {
-                  throw e;
-              }
-          }
+          _lastLoc = context.projection.invert(event.point);
 
-          if (!threw) {
-              deferred.notify(newValue);
+          doMove(entity);
+          var nudge = geoViewportEdge(event.point, context.map().dimensions());
+          if (nudge) {
+              startNudge(entity, nudge);
+          } else {
+              stopNudge();
           }
-      }]);
-
-      return deferred.promise;
-  };
+      }
 
-  Q.tap = function (promise, callback) {
-      return Q(promise).tap(callback);
-  };
 
-  /**
-   * Works almost like "finally", but not called for rejections.
-   * Original resolution value is passed through callback unaffected.
-   * Callback may return a promise that will be awaited for.
-   * @param {Function} callback
-   * @returns {Q.Promise}
-   * @example
-   * doSomething()
-   *   .then(...)
-   *   .tap(console.log)
-   *   .then(...);
-   */
-  Promise.prototype.tap = function (callback) {
-      callback = Q(callback);
+      function end(entity) {
+          if (_isCancelled) return;
 
-      return this.then(function (value) {
-          return callback.fcall(value).thenResolve(value);
-      });
-  };
+          var d = datum();
+          var nope = (d && d.properties && d.properties.nope) || context.surface().classed('nope');
+          var target = d && d.properties && d.properties.entity;   // entity to snap to
 
-  /**
-   * Registers an observer on a promise.
-   *
-   * Guarantees:
-   *
-   * 1. that fulfilled and rejected will be called only once.
-   * 2. that either the fulfilled callback or the rejected callback will be
-   *    called, but not both.
-   * 3. that fulfilled and rejected will not be called in this turn.
-   *
-   * @param value      promise or immediate reference to observe
-   * @param fulfilled  function to be called with the fulfilled value
-   * @param rejected   function to be called with the rejection exception
-   * @param progressed function to be called on any progress notifications
-   * @return promise for the return value from the invoked callback
-   */
-  Q.when = when;
-  function when(value, fulfilled, rejected, progressed) {
-      return Q(value).then(fulfilled, rejected, progressed);
-  }
+          if (nope) {   // bounce back
+              context.perform(
+                  _actionBounceBack(entity.id, _startLoc)
+              );
 
-  Promise.prototype.thenResolve = function (value) {
-      return this.then(function () { return value; });
-  };
+          } else if (target && target.type === 'way') {
+              var choice = geoChooseEdge(context.childNodes(target), context.mouse(), context.projection, entity.id);
+              context.replace(
+                  actionAddMidpoint({
+                      loc: choice.loc,
+                      edge: [target.nodes[choice.index - 1], target.nodes[choice.index]]
+                  }, entity),
+                  connectAnnotation(target)
+              );
 
-  Q.thenResolve = function (promise, value) {
-      return Q(promise).thenResolve(value);
-  };
+          } else if (target && target.type === 'node') {
+              context.replace(
+                  actionConnect([target.id, entity.id]),
+                  connectAnnotation(target)
+              );
 
-  Promise.prototype.thenReject = function (reason) {
-      return this.then(function () { throw reason; });
-  };
+          } else if (_wasMidpoint) {
+              context.replace(
+                  actionNoop(),
+                  t('operations.add.annotation.vertex')
+              );
 
-  Q.thenReject = function (promise, reason) {
-      return Q(promise).thenReject(reason);
-  };
+          } else {
+              context.replace(
+                  actionNoop(),
+                  moveAnnotation(entity)
+              );
+          }
 
-  /**
-   * If an object is not a promise, it is as "near" as possible.
-   * If a promise is rejected, it is as "near" as possible too.
-   * If it’s a fulfilled promise, the fulfillment value is nearer.
-   * If it’s a deferred promise and the deferred has been resolved, the
-   * resolution is "nearer".
-   * @param object
-   * @returns most resolved (nearest) form of the object
-   */
+          var reselection = _restoreSelectedIDs.filter(function(id) {
+              return context.graph().hasEntity(id);
+          });
 
-  // XXX should we re-do this?
-  Q.nearer = nearer;
-  function nearer(value) {
-      if (isPromise(value)) {
-          var inspected = value.inspect();
-          if (inspected.state === "fulfilled") {
-              return inspected.value;
+          if (reselection.length) {
+              context.enter(modeSelect(context, reselection));
+          } else {
+              context.enter(modeBrowse(context));
           }
       }
-      return value;
-  }
 
-  /**
-   * @returns whether the given object is a promise.
-   * Otherwise it is a fulfilled value.
-   */
-  Q.isPromise = isPromise;
-  function isPromise(object) {
-      return object instanceof Promise;
-  }
 
-  Q.isPromiseAlike = isPromiseAlike;
-  function isPromiseAlike(object) {
-      return isObject(object) && typeof object.then === "function";
-  }
+      function _actionBounceBack(nodeID, toLoc) {
+          var moveNode = actionMoveNode(nodeID, toLoc);
+          var action = function(graph, t$$1) {
+              // last time through, pop off the bounceback perform.
+              // it will then overwrite the initial perform with a moveNode that does nothing
+              if (t$$1 === 1) context.pop();
+              return moveNode(graph, t$$1);
+          };
+          action.transitionable = true;
+          return action;
+      }
 
-  /**
-   * @returns whether the given object is a pending promise, meaning not
-   * fulfilled or rejected.
-   */
-  Q.isPending = isPending;
-  function isPending(object) {
-      return isPromise(object) && object.inspect().state === "pending";
-  }
 
-  Promise.prototype.isPending = function () {
-      return this.inspect().state === "pending";
-  };
+      function cancel() {
+          drag.cancel();
+          context.enter(modeBrowse(context));
+      }
 
-  /**
-   * @returns whether the given object is a value or fulfilled
-   * promise.
-   */
-  Q.isFulfilled = isFulfilled;
-  function isFulfilled(object) {
-      return !isPromise(object) || object.inspect().state === "fulfilled";
-  }
 
-  Promise.prototype.isFulfilled = function () {
-      return this.inspect().state === "fulfilled";
-  };
+      var drag = behaviorDrag()
+          .selector('.layer-points-targets .target')
+          .surface(select('#map').node())
+          .origin(origin)
+          .on('start', start)
+          .on('move', move)
+          .on('end', end);
 
-  /**
-   * @returns whether the given object is a rejected promise.
-   */
-  Q.isRejected = isRejected;
-  function isRejected(object) {
-      return isPromise(object) && object.inspect().state === "rejected";
-  }
 
-  Promise.prototype.isRejected = function () {
-      return this.inspect().state === "rejected";
-  };
+      mode.enter = function() {
+          context.install(hover);
+          context.install(edit);
 
-  //// BEGIN UNHANDLED REJECTION TRACKING
+          select(window)
+              .on('keydown.drawWay', keydown)
+              .on('keyup.drawWay', keyup);
 
-  // This promise library consumes exceptions thrown in handlers so they can be
-  // handled by a subsequent promise.  The exceptions get added to this array when
-  // they are created, and removed when they are handled.  Note that in ES6 or
-  // shimmed environments, this would naturally be a `Set`.
-  var unhandledReasons = [];
-  var unhandledRejections = [];
-  var reportedUnhandledRejections = [];
-  var trackUnhandledRejections = true;
+          context.history()
+              .on('undone.drag-node', cancel);
+      };
 
-  function resetUnhandledRejections() {
-      unhandledReasons.length = 0;
-      unhandledRejections.length = 0;
 
-      if (!trackUnhandledRejections) {
-          trackUnhandledRejections = true;
-      }
-  }
+      mode.exit = function() {
+          context.ui().sidebar.hover.cancel();
+          context.uninstall(hover);
+          context.uninstall(edit);
 
-  function trackRejection(promise, reason) {
-      if (!trackUnhandledRejections) {
-          return;
-      }
-      if (typeof process === "object" && typeof process.emit === "function") {
-          Q.nextTick.runAfter(function () {
-              if (array_indexOf(unhandledRejections, promise) !== -1) {
-                  process.emit("unhandledRejection", reason, promise);
-                  reportedUnhandledRejections.push(promise);
-              }
-          });
-      }
+          select(window)
+              .on('keydown.hover', null)
+              .on('keyup.hover', null);
 
-      unhandledRejections.push(promise);
-      if (reason && typeof reason.stack !== "undefined") {
-          unhandledReasons.push(reason.stack);
-      } else {
-          unhandledReasons.push("(no stack) " + reason);
-      }
-  }
+          context.history()
+              .on('undone.drag-node', null);
 
-  function untrackRejection(promise) {
-      if (!trackUnhandledRejections) {
-          return;
-      }
+          _activeEntity = null;
 
-      var at = array_indexOf(unhandledRejections, promise);
-      if (at !== -1) {
-          if (typeof process === "object" && typeof process.emit === "function") {
-              Q.nextTick.runAfter(function () {
-                  var atReport = array_indexOf(reportedUnhandledRejections, promise);
-                  if (atReport !== -1) {
-                      process.emit("rejectionHandled", unhandledReasons[at], promise);
-                      reportedUnhandledRejections.splice(atReport, 1);
-                  }
-              });
-          }
-          unhandledRejections.splice(at, 1);
-          unhandledReasons.splice(at, 1);
-      }
-  }
+          context.surface()
+              .classed('nope', false)
+              .classed('nope-suppressed', false)
+              .classed('nope-disabled', false)
+              .selectAll('.active')
+              .classed('active', false);
 
-  Q.resetUnhandledRejections = resetUnhandledRejections;
+          stopNudge();
+      };
 
-  Q.getUnhandledReasons = function () {
-      // Make a copy so that consumers can't interfere with our internal state.
-      return unhandledReasons.slice();
-  };
 
-  Q.stopUnhandledRejectionTracking = function () {
-      resetUnhandledRejections();
-      trackUnhandledRejections = false;
-  };
+      mode.selectedIDs = function() {
+          if (!arguments.length) return _activeEntity ? [_activeEntity.id] : [];
+          // no assign
+          return mode;
+      };
 
-  resetUnhandledRejections();
 
-  //// END UNHANDLED REJECTION TRACKING
+      mode.activeID = function() {
+          if (!arguments.length) return _activeEntity && _activeEntity.id;
+          // no assign
+          return mode;
+      };
 
-  /**
-   * Constructs a rejected promise.
-   * @param reason value describing the failure
-   */
-  Q.reject = reject;
-  function reject(reason) {
-      var rejection = Promise({
-          "when": function (rejected) {
-              // note that the error has been handled
-              if (rejected) {
-                  untrackRejection(this);
-              }
-              return rejected ? rejected(reason) : this;
-          }
-      }, function fallback() {
-          return this;
-      }, function inspect() {
-          return { state: "rejected", reason: reason };
-      });
 
-      // Note that the reason has not been handled.
-      trackRejection(rejection, reason);
+      mode.restoreSelectedIDs = function(_) {
+          if (!arguments.length) return _restoreSelectedIDs;
+          _restoreSelectedIDs = _;
+          return mode;
+      };
 
-      return rejection;
-  }
 
-  /**
-   * Constructs a fulfilled promise for an immediate reference.
-   * @param value immediate reference
-   */
-  Q.fulfill = fulfill;
-  function fulfill(value) {
-      return Promise({
-          "when": function () {
-              return value;
-          },
-          "get": function (name) {
-              return value[name];
-          },
-          "set": function (name, rhs) {
-              value[name] = rhs;
-          },
-          "delete": function (name) {
-              delete value[name];
-          },
-          "post": function (name, args) {
-              // Mark Miller proposes that post with no name should apply a
-              // promised function.
-              if (name === null || name === void 0) {
-                  return value.apply(void 0, args);
-              } else {
-                  return value[name].apply(value, args);
-              }
-          },
-          "apply": function (thisp, args) {
-              return value.apply(thisp, args);
-          },
-          "keys": function () {
-              return object_keys(value);
-          }
-      }, void 0, function inspect() {
-          return { state: "fulfilled", value: value };
-      });
-  }
+      mode.behavior = drag;
 
-  /**
-   * Converts thenables to Q promises.
-   * @param promise thenable promise
-   * @returns a Q promise
-   */
-  function coerce(promise) {
-      var deferred = defer();
-      Q.nextTick(function () {
-          try {
-              promise.then(deferred.resolve, deferred.reject, deferred.notify);
-          } catch (exception) {
-              deferred.reject(exception);
-          }
-      });
-      return deferred.promise;
-  }
 
-  /**
-   * Annotates an object such that it will never be
-   * transferred away from this process over any promise
-   * communication channel.
-   * @param object
-   * @returns promise a wrapping of that object that
-   * additionally responds to the "isDef" message
-   * without a rejection.
-   */
-  Q.master = master;
-  function master(object) {
-      return Promise({
-          "isDef": function () {}
-      }, function fallback(op, args) {
-          return dispatch(object, op, args);
-      }, function () {
-          return Q(object).inspect();
-      });
+      return mode;
   }
 
-  /**
-   * Spreads the values of a promised array of arguments into the
-   * fulfillment callback.
-   * @param fulfilled callback that receives variadic arguments from the
-   * promised array
-   * @param rejected callback that receives the exception if the promise
-   * is rejected.
-   * @returns a promise for the return value or thrown exception of
-   * either callback.
-   */
-  Q.spread = spread;
-  function spread(value, fulfilled, rejected) {
-      return Q(value).spread(fulfilled, rejected);
-  }
+  function modeDragNote$$1(context) {
+      var mode = {
+          id: 'drag-note',
+          button: 'browse'
+      };
 
-  Promise.prototype.spread = function (fulfilled, rejected) {
-      return this.all().then(function (array) {
-          return fulfilled.apply(void 0, array);
-      }, rejected);
-  };
+      var edit = behaviorEdit(context);
 
-  /**
-   * The async function is a decorator for generator functions, turning
-   * them into asynchronous generators.  Although generators are only part
-   * of the newest ECMAScript 6 drafts, this code does not cause syntax
-   * errors in older engines.  This code should continue to work and will
-   * in fact improve over time as the language improves.
-   *
-   * ES6 generators are currently part of V8 version 3.19 with the
-   * --harmony-generators runtime flag enabled.  SpiderMonkey has had them
-   * for longer, but under an older Python-inspired form.  This function
-   * works on both kinds of generators.
-   *
-   * Decorates a generator function such that:
-   *  - it may yield promises
-   *  - execution will continue when that promise is fulfilled
-   *  - the value of the yield expression will be the fulfilled value
-   *  - it returns a promise for the return value (when the generator
-   *    stops iterating)
-   *  - the decorated function returns a promise for the return value
-   *    of the generator or the first rejected promise among those
-   *    yielded.
-   *  - if an error is thrown in the generator, it propagates through
-   *    every following yield until it is caught, or until it escapes
-   *    the generator function altogether, and is translated into a
-   *    rejection for the promise returned by the decorated generator.
-   */
-  Q.async = async;
-  function async(makeGenerator) {
-      return function () {
-          // when verb is "send", arg is a value
-          // when verb is "throw", arg is an exception
-          function continuer(verb, arg) {
-              var result;
+      var _nudgeInterval;
+      var _lastLoc;
 
-              // Until V8 3.19 / Chromium 29 is released, SpiderMonkey is the only
-              // engine that has a deployed base of browsers that support generators.
-              // However, SM's generators use the Python-inspired semantics of
-              // outdated ES6 drafts.  We would like to support ES6, but we'd also
-              // like to make it possible to use generators in deployed browsers, so
-              // we also support Python-style generators.  At some point we can remove
-              // this block.
 
-              if (typeof StopIteration === "undefined") {
-                  // ES6 Generators
-                  try {
-                      result = generator[verb](arg);
-                  } catch (exception) {
-                      return reject(exception);
-                  }
-                  if (result.done) {
-                      return Q(result.value);
-                  } else {
-                      return when(result.value, callback, errback);
-                  }
-              } else {
-                  // SpiderMonkey Generators
-                  // FIXME: Remove this case when SM does ES6 generators.
-                  try {
-                      result = generator[verb](arg);
-                  } catch (exception) {
-                      if (isStopIteration(exception)) {
-                          return Q(exception.value);
-                      } else {
-                          return reject(exception);
-                      }
-                  }
-                  return when(result, callback, errback);
-              }
-          }
-          var generator = makeGenerator.apply(this, arguments);
-          var callback = continuer.bind(continuer, "next");
-          var errback = continuer.bind(continuer, "throw");
-          return callback();
-      };
-  }
+      function startNudge(note, nudge) {
+          if (_nudgeInterval) window.clearInterval(_nudgeInterval);
+          _nudgeInterval = window.setInterval(function() {
+              context.pan(nudge);
+              doMove(note, nudge);
+          }, 50);
+      }
 
-  /**
-   * The spawn function is a small wrapper around async that immediately
-   * calls the generator and also ends the promise chain, so that any
-   * unhandled errors are thrown instead of forwarded to the error
-   * handler. This is useful because it's extremely common to run
-   * generators at the top-level to work with libraries.
-   */
-  Q.spawn = spawn;
-  function spawn(makeGenerator) {
-      Q.done(Q.async(makeGenerator)());
-  }
 
-  // FIXME: Remove this interface once ES6 generators are in SpiderMonkey.
-  /**
-   * Throws a ReturnValue exception to stop an asynchronous generator.
-   *
-   * This interface is a stop-gap measure to support generator return
-   * values in older Firefox/SpiderMonkey.  In browsers that support ES6
-   * generators like Chromium 29, just use "return" in your generator
-   * functions.
-   *
-   * @param value the return value for the surrounding generator
-   * @throws ReturnValue exception with the value.
-   * @example
-   * // ES6 style
-   * Q.async(function* () {
-   *      var foo = yield getFooPromise();
-   *      var bar = yield getBarPromise();
-   *      return foo + bar;
-   * })
-   * // Older SpiderMonkey style
-   * Q.async(function () {
-   *      var foo = yield getFooPromise();
-   *      var bar = yield getBarPromise();
-   *      Q.return(foo + bar);
-   * })
-   */
-  Q["return"] = _return;
-  function _return(value) {
-      throw new QReturnValue(value);
-  }
+      function stopNudge() {
+          if (_nudgeInterval) {
+              window.clearInterval(_nudgeInterval);
+              _nudgeInterval = null;
+          }
+      }
 
-  /**
-   * The promised function decorator ensures that any promise arguments
-   * are settled and passed as values (`this` is also settled and passed
-   * as a value).  It will also ensure that the result of a function is
-   * always a promise.
-   *
-   * @example
-   * var add = Q.promised(function (a, b) {
-   *     return a + b;
-   * });
-   * add(Q(a), Q(B));
-   *
-   * @param {function} callback The function to decorate
-   * @returns {function} a function that has been decorated.
-   */
-  Q.promised = promised;
-  function promised(callback) {
-      return function () {
-          return spread([this, all(arguments)], function (self, args) {
-              return callback.apply(self, args);
-          });
-      };
-  }
 
-  /**
-   * sends a message to a value in a future turn
-   * @param object* the recipient
-   * @param op the name of the message operation, e.g., "when",
-   * @param args further arguments to be forwarded to the operation
-   * @returns result {Promise} a promise for the result of the operation
-   */
-  Q.dispatch = dispatch;
-  function dispatch(object, op, args) {
-      return Q(object).dispatch(op, args);
-  }
+      function origin(note) {
+          return context.projection(note.loc);
+      }
 
-  Promise.prototype.dispatch = function (op, args) {
-      var self = this;
-      var deferred = defer();
-      Q.nextTick(function () {
-          self.promiseDispatch(deferred.resolve, op, args);
-      });
-      return deferred.promise;
-  };
 
-  /**
-   * Gets the value of a property in a future turn.
-   * @param object    promise or immediate reference for target object
-   * @param name      name of property to get
-   * @return promise for the property value
-   */
-  Q.get = function (object, key) {
-      return Q(object).dispatch("get", [key]);
-  };
+      function start(note) {
+          context.surface().selectAll('.note-' + note.id)
+              .classed('active', true);
 
-  Promise.prototype.get = function (key) {
-      return this.dispatch("get", [key]);
-  };
+          context.enter(mode);
+      }
 
-  /**
-   * Sets the value of a property in a future turn.
-   * @param object    promise or immediate reference for object object
-   * @param name      name of property to set
-   * @param value     new value of property
-   * @return promise for the return value
-   */
-  Q.set = function (object, key, value) {
-      return Q(object).dispatch("set", [key, value]);
-  };
 
-  Promise.prototype.set = function (key, value) {
-      return this.dispatch("set", [key, value]);
-  };
+      function move(note) {
+          event.sourceEvent.stopPropagation();
+          _lastLoc = context.projection.invert(event.point);
 
-  /**
-   * Deletes a property in a future turn.
-   * @param object    promise or immediate reference for target object
-   * @param name      name of property to delete
-   * @return promise for the return value
-   */
-  Q.del = // XXX legacy
-  Q["delete"] = function (object, key) {
-      return Q(object).dispatch("delete", [key]);
-  };
+          doMove(note);
+          var nudge = geoViewportEdge(event.point, context.map().dimensions());
+          if (nudge) {
+              startNudge(note, nudge);
+          } else {
+              stopNudge();
+          }
+      }
 
-  Promise.prototype.del = // XXX legacy
-  Promise.prototype["delete"] = function (key) {
-      return this.dispatch("delete", [key]);
-  };
 
-  /**
-   * Invokes a method in a future turn.
-   * @param object    promise or immediate reference for target object
-   * @param name      name of method to invoke
-   * @param value     a value to post, typically an array of
-   *                  invocation arguments for promises that
-   *                  are ultimately backed with `resolve` values,
-   *                  as opposed to those backed with URLs
-   *                  wherein the posted value can be any
-   *                  JSON serializable object.
-   * @return promise for the return value
-   */
-  // bound locally because it is used by other methods
-  Q.mapply = // XXX As proposed by "Redsandro"
-  Q.post = function (object, name, args) {
-      return Q(object).dispatch("post", [name, args]);
-  };
+      function doMove(note, nudge) {
+          nudge = nudge || [0, 0];
 
-  Promise.prototype.mapply = // XXX As proposed by "Redsandro"
-  Promise.prototype.post = function (name, args) {
-      return this.dispatch("post", [name, args]);
-  };
+          var currPoint = (event && event.point) || context.projection(_lastLoc);
+          var currMouse = geoVecSubtract(currPoint, nudge);
+          var loc = context.projection.invert(currMouse);
 
-  /**
-   * Invokes a method in a future turn.
-   * @param object    promise or immediate reference for target object
-   * @param name      name of method to invoke
-   * @param ...args   array of invocation arguments
-   * @return promise for the return value
-   */
-  Q.send = // XXX Mark Miller's proposed parlance
-  Q.mcall = // XXX As proposed by "Redsandro"
-  Q.invoke = function (object, name /*...args*/) {
-      return Q(object).dispatch("post", [name, array_slice(arguments, 2)]);
-  };
+          note = note.move(loc);
 
-  Promise.prototype.send = // XXX Mark Miller's proposed parlance
-  Promise.prototype.mcall = // XXX As proposed by "Redsandro"
-  Promise.prototype.invoke = function (name /*...args*/) {
-      return this.dispatch("post", [name, array_slice(arguments, 1)]);
-  };
+          var osm = services.osm;
+          if (osm) {
+              osm.replaceNote(note);  // update note cache
+          }
 
-  /**
-   * Applies the promised function in a future turn.
-   * @param object    promise or immediate reference for target function
-   * @param args      array of application arguments
-   */
-  Q.fapply = function (object, args) {
-      return Q(object).dispatch("apply", [void 0, args]);
-  };
+          // update note on screen (no need to do a full redraw)
+          context.surface().selectAll('.note-' + note.id)
+              .attr('transform', 'translate(' + currMouse[0] + ',' + currMouse[1] + ')');
+      }
 
-  Promise.prototype.fapply = function (args) {
-      return this.dispatch("apply", [void 0, args]);
-  };
 
-  /**
-   * Calls the promised function in a future turn.
-   * @param object    promise or immediate reference for target function
-   * @param ...args   array of application arguments
-   */
-  Q["try"] =
-  Q.fcall = function (object /* ...args*/) {
-      return Q(object).dispatch("apply", [void 0, array_slice(arguments, 1)]);
-  };
+      function end(note) {
+          // force a reraw (there is no history change that would otherwise do this)
+          context.pan([0,0]);
 
-  Promise.prototype.fcall = function (/*...args*/) {
-      return this.dispatch("apply", [void 0, array_slice(arguments)]);
-  };
+          context
+              .selectedNoteID(note.id)
+              .enter(modeSelectNote$$1(context, note.id));
+      }
 
-  /**
-   * Binds the promised function, transforming return values into a fulfilled
-   * promise and thrown errors into a rejected one.
-   * @param object    promise or immediate reference for target function
-   * @param ...args   array of application arguments
-   */
-  Q.fbind = function (object /*...args*/) {
-      var promise = Q(object);
-      var args = array_slice(arguments, 1);
-      return function fbound() {
-          return promise.dispatch("apply", [
-              this,
-              args.concat(array_slice(arguments))
-          ]);
-      };
-  };
-  Promise.prototype.fbind = function (/*...args*/) {
-      var promise = this;
-      var args = array_slice(arguments);
-      return function fbound() {
-          return promise.dispatch("apply", [
-              this,
-              args.concat(array_slice(arguments))
-          ]);
+
+      var drag = behaviorDrag()
+          .selector('.layer-notes .new')
+          .surface(select('#map').node())
+          .origin(origin)
+          .on('start', start)
+          .on('move', move)
+          .on('end', end);
+
+
+      mode.enter = function() {
+          context.install(edit);
       };
-  };
 
-  /**
-   * Requests the names of the owned properties of a promised
-   * object in a future turn.
-   * @param object    promise or immediate reference for target object
-   * @return promise for the keys of the eventually settled object
-   */
-  Q.keys = function (object) {
-      return Q(object).dispatch("keys", []);
-  };
 
-  Promise.prototype.keys = function () {
-      return this.dispatch("keys", []);
-  };
+      mode.exit = function() {
+          context.ui().sidebar.hover.cancel();
+          context.uninstall(edit);
 
-  /**
-   * Turns an array of promises into a promise for an array.  If any of
-   * the promises gets rejected, the whole array is rejected immediately.
-   * @param {Array*} an array (or promise for an array) of values (or
-   * promises for values)
-   * @returns a promise for an array of the corresponding values
-   */
-  // By Mark Miller
-  // http://wiki.ecmascript.org/doku.php?id=strawman:concurrency&rev=1308776521#allfulfilled
-  Q.all = all;
-  function all(promises) {
-      return when(promises, function (promises) {
-          var pendingCount = 0;
-          var deferred = defer();
-          array_reduce(promises, function (undefined, promise, index) {
-              var snapshot;
-              if (
-                  isPromise(promise) &&
-                  (snapshot = promise.inspect()).state === "fulfilled"
-              ) {
-                  promises[index] = snapshot.value;
-              } else {
-                  ++pendingCount;
-                  when(
-                      promise,
-                      function (value) {
-                          promises[index] = value;
-                          if (--pendingCount === 0) {
-                              deferred.resolve(promises);
-                          }
-                      },
-                      deferred.reject,
-                      function (progress) {
-                          deferred.notify({ index: index, value: progress });
-                      }
-                  );
-              }
-          }, void 0);
-          if (pendingCount === 0) {
-              deferred.resolve(promises);
-          }
-          return deferred.promise;
-      });
+          context.surface()
+              .selectAll('.active')
+              .classed('active', false);
+
+          stopNudge();
+      };
+
+      mode.behavior = drag;
+
+      return mode;
   }
 
-  Promise.prototype.all = function () {
-      return all(this);
-  };
+  function modeBrowse(context) {
+      var mode = {
+          button: 'browse',
+          id: 'browse',
+          title: t('modes.browse.title'),
+          description: t('modes.browse.description')
+      }, sidebar;
 
-  /**
-   * Returns the first resolved promise of an array. Prior rejected promises are
-   * ignored.  Rejects only if all promises are rejected.
-   * @param {Array*} an array containing values or promises for values
-   * @returns a promise fulfilled with the value of the first resolved promise,
-   * or a rejected promise if all promises are rejected.
-   */
-  Q.any = any;
+      var behaviors = [
+          behaviorPaste(context),
+          behaviorHover(context).on('hover', context.ui().sidebar.hover),
+          behaviorSelect(context),
+          behaviorLasso(context),
+          modeDragNode$$1(context).behavior,
+          modeDragNote$$1(context).behavior
+      ];
 
-  function any(promises) {
-      if (promises.length === 0) {
-          return Q.resolve();
-      }
 
-      var deferred = Q.defer();
-      var pendingCount = 0;
-      array_reduce(promises, function (prev, current, index) {
-          var promise = promises[index];
+      mode.enter = function() {
+          behaviors.forEach(function(behavior) {
+              context.install(behavior);
+          });
 
-          pendingCount++;
+          // Get focus on the body.
+          if (document.activeElement && document.activeElement.blur) {
+              document.activeElement.blur();
+          }
 
-          when(promise, onFulfilled, onRejected, onProgress);
-          function onFulfilled(result) {
-              deferred.resolve(result);
+          if (sidebar) {
+              context.ui().sidebar.show(sidebar);
+          } else {
+              context.ui().sidebar.select(null);
           }
-          function onRejected(err) {
-              pendingCount--;
-              if (pendingCount === 0) {
-                  var rejection = err || new Error("" + err);
+      };
 
-                  rejection.message = ("Q can't get fulfillment value from any promise, all " +
-                      "promises were rejected. Last error message: " + rejection.message);
 
-                  deferred.reject(rejection);
-              }
-          }
-          function onProgress(progress) {
-              deferred.notify({
-                  index: index,
-                  value: progress
-              });
+      mode.exit = function() {
+          context.ui().sidebar.hover.cancel();
+          behaviors.forEach(function(behavior) {
+              context.uninstall(behavior);
+          });
+
+          if (sidebar) {
+              context.ui().sidebar.hide();
           }
-      }, undefined);
+      };
 
-      return deferred.promise;
-  }
 
-  Promise.prototype.any = function () {
-      return any(this);
-  };
+      mode.sidebar = function(_) {
+          if (!arguments.length) return sidebar;
+          sidebar = _;
+          return mode;
+      };
 
-  /**
-   * Waits for all promises to be settled, either fulfilled or
-   * rejected.  This is distinct from `all` since that would stop
-   * waiting at the first rejection.  The promise returned by
-   * `allResolved` will never be rejected.
-   * @param promises a promise for an array (or an array) of promises
-   * (or values)
-   * @return a promise for an array of promises
-   */
-  Q.allResolved = deprecate(allResolved, "allResolved", "allSettled");
-  function allResolved(promises) {
-      return when(promises, function (promises) {
-          promises = array_map(promises, Q);
-          return when(all(array_map(promises, function (promise) {
-              return when(promise, noop, noop);
-          })), function () {
-              return promises;
-          });
-      });
+
+      return mode;
   }
 
-  Promise.prototype.allResolved = function () {
-      return allResolved(this);
-  };
+  function modeDrawArea(context, wayId, startGraph) {
+      var mode = {
+          button: 'area',
+          id: 'draw-area'
+      };
 
-  /**
-   * @see Promise#allSettled
-   */
-  Q.allSettled = allSettled;
-  function allSettled(promises) {
-      return Q(promises).allSettled();
-  }
+      var behavior;
 
-  /**
-   * Turns an array of promises into a promise for an array of their states (as
-   * returned by `inspect`) when they have all settled.
-   * @param {Array[Any*]} values an array (or promise for an array) of values (or
-   * promises for values)
-   * @returns {Array[State]} an array of states for the respective values.
-   */
-  Promise.prototype.allSettled = function () {
-      return this.then(function (promises) {
-          return all(array_map(promises, function (promise) {
-              promise = Q(promise);
-              function regardless() {
-                  return promise.inspect();
+
+      mode.enter = function() {
+          var way = context.entity(wayId);
+
+          behavior = behaviorDrawWay(context, wayId, undefined, mode, startGraph)
+              .tail(t('modes.draw_area.tail'));
+
+          var addNode = behavior.addNode;
+
+          behavior.addNode = function(node, d) {
+              var length = way.nodes.length;
+              var penultimate = length > 2 ? way.nodes[length - 2] : null;
+
+              if (node.id === way.first() || node.id === penultimate) {
+                  behavior.finish();
+              } else {
+                  addNode(node, d);
               }
-              return promise.then(regardless, regardless);
-          }));
-      });
-  };
+          };
 
-  /**
-   * Captures the failure of a promise, giving an oportunity to recover
-   * with a callback.  If the given promise is fulfilled, the returned
-   * promise is fulfilled.
-   * @param {Any*} promise for something
-   * @param {Function} callback to fulfill the returned promise if the
-   * given promise is rejected
-   * @returns a promise for the return value of the callback
-   */
-  Q.fail = // XXX legacy
-  Q["catch"] = function (object, rejected) {
-      return Q(object).then(void 0, rejected);
-  };
+          context.install(behavior);
+      };
 
-  Promise.prototype.fail = // XXX legacy
-  Promise.prototype["catch"] = function (rejected) {
-      return this.then(void 0, rejected);
-  };
 
-  /**
-   * Attaches a listener that can respond to progress notifications from a
-   * promise's originating deferred. This listener receives the exact arguments
-   * passed to ``deferred.notify``.
-   * @param {Any*} promise for something
-   * @param {Function} callback to receive any progress notifications
-   * @returns the given promise, unchanged
-   */
-  Q.progress = progress;
-  function progress(object, progressed) {
-      return Q(object).then(void 0, void 0, progressed);
-  }
+      mode.exit = function() {
+          context.uninstall(behavior);
+      };
 
-  Promise.prototype.progress = function (progressed) {
-      return this.then(void 0, void 0, progressed);
-  };
 
-  /**
-   * Provides an opportunity to observe the settling of a promise,
-   * regardless of whether the promise is fulfilled or rejected.  Forwards
-   * the resolution to the returned promise when the callback is done.
-   * The callback can return a promise to defer completion.
-   * @param {Any*} promise
-   * @param {Function} callback to observe the resolution of the given
-   * promise, takes no arguments.
-   * @returns a promise for the resolution of the given promise when
-   * ``fin`` is done.
-   */
-  Q.fin = // XXX legacy
-  Q["finally"] = function (object, callback) {
-      return Q(object)["finally"](callback);
-  };
+      mode.selectedIDs = function() {
+          return [wayId];
+      };
 
-  Promise.prototype.fin = // XXX legacy
-  Promise.prototype["finally"] = function (callback) {
-      if (!callback || typeof callback.apply !== "function") {
-          throw new Error("Q can't apply finally callback");
-      }
-      callback = Q(callback);
-      return this.then(function (value) {
-          return callback.fcall().then(function () {
-              return value;
-          });
-      }, function (reason) {
-          // TODO attempt to recycle the rejection with "this".
-          return callback.fcall().then(function () {
-              throw reason;
-          });
-      });
-  };
 
-  /**
-   * Terminates a chain of promises, forcing rejections to be
-   * thrown as exceptions.
-   * @param {Any*} promise at the end of a chain of promises
-   * @returns nothing
-   */
-  Q.done = function (object, fulfilled, rejected, progress) {
-      return Q(object).done(fulfilled, rejected, progress);
-  };
+      mode.activeID = function() {
+          return (behavior && behavior.activeID()) || [];
+      };
 
-  Promise.prototype.done = function (fulfilled, rejected, progress) {
-      var onUnhandledError = function (error) {
-          // forward to a future turn so that ``when``
-          // does not catch it and turn it into a rejection.
-          Q.nextTick(function () {
-              makeStackTraceLong(error, promise);
-              if (Q.onerror) {
-                  Q.onerror(error);
-              } else {
-                  throw error;
-              }
-          });
+
+      return mode;
+  }
+
+  function modeDrawLine(context, wayId, startGraph, affix) {
+      var mode = {
+          button: 'line',
+          id: 'draw-line'
       };
 
-      // Avoid unnecessary `nextTick`ing via an unnecessary `when`.
-      var promise = fulfilled || rejected || progress ?
-          this.then(fulfilled, rejected, progress) :
-          this;
+      var behavior;
 
-      if (typeof process === "object" && process && process.domain) {
-          onUnhandledError = process.domain.bind(onUnhandledError);
-      }
 
-      promise.then(void 0, onUnhandledError);
-  };
+      mode.enter = function() {
+          var way = context.entity(wayId);
+          var index = (affix === 'prefix') ? 0 : undefined;
+          var headId = (affix === 'prefix') ? way.first() : way.last();
 
-  /**
-   * Causes a promise to be rejected if it does not get fulfilled before
-   * some milliseconds time out.
-   * @param {Any*} promise
-   * @param {Number} milliseconds timeout
-   * @param {Any*} custom error message or Error object (optional)
-   * @returns a promise for the resolution of the given promise if it is
-   * fulfilled before the timeout, otherwise rejected.
-   */
-  Q.timeout = function (object, ms, error) {
-      return Q(object).timeout(ms, error);
-  };
+          behavior = behaviorDrawWay(context, wayId, index, mode, startGraph)
+              .tail(t('modes.draw_line.tail'));
 
-  Promise.prototype.timeout = function (ms, error) {
-      var deferred = defer();
-      var timeoutId = setTimeout(function () {
-          if (!error || "string" === typeof error) {
-              error = new Error(error || "Timed out after " + ms + " ms");
-              error.code = "ETIMEDOUT";
-          }
-          deferred.reject(error);
-      }, ms);
+          var addNode = behavior.addNode;
+          behavior.addNode = function(node, d) {
+              if (node.id === headId) {
+                  behavior.finish();
+              } else {
+                  addNode(node, d);
+              }
+          };
 
-      this.then(function (value) {
-          clearTimeout(timeoutId);
-          deferred.resolve(value);
-      }, function (exception) {
-          clearTimeout(timeoutId);
-          deferred.reject(exception);
-      }, deferred.notify);
+          context.install(behavior);
+      };
 
-      return deferred.promise;
-  };
 
-  /**
-   * Returns a promise for the given value (or promised value), some
-   * milliseconds after it resolved. Passes rejections immediately.
-   * @param {Any*} promise
-   * @param {Number} milliseconds
-   * @returns a promise for the resolution of the given promise after milliseconds
-   * time has elapsed since the resolution of the given promise.
-   * If the given promise rejects, that is passed immediately.
-   */
-  Q.delay = function (object, timeout) {
-      if (timeout === void 0) {
-          timeout = object;
-          object = void 0;
-      }
-      return Q(object).delay(timeout);
-  };
+      mode.exit = function() {
+          context.uninstall(behavior);
+      };
 
-  Promise.prototype.delay = function (timeout) {
-      return this.then(function (value) {
-          var deferred = defer();
-          setTimeout(function () {
-              deferred.resolve(value);
-          }, timeout);
-          return deferred.promise;
-      });
-  };
 
-  /**
-   * Passes a continuation to a Node function, which is called with the given
-   * arguments provided as an array, and returns a promise.
-   *
-   *      Q.nfapply(FS.readFile, [__filename])
-   *      .then(function (content) {
-   *      })
-   *
-   */
-  Q.nfapply = function (callback, args) {
-      return Q(callback).nfapply(args);
-  };
+      mode.selectedIDs = function() {
+          return [wayId];
+      };
 
-  Promise.prototype.nfapply = function (args) {
-      var deferred = defer();
-      var nodeArgs = array_slice(args);
-      nodeArgs.push(deferred.makeNodeResolver());
-      this.fapply(nodeArgs).fail(deferred.reject);
-      return deferred.promise;
-  };
 
-  /**
-   * Passes a continuation to a Node function, which is called with the given
-   * arguments provided individually, and returns a promise.
-   * @example
-   * Q.nfcall(FS.readFile, __filename)
-   * .then(function (content) {
-   * })
-   *
-   */
-  Q.nfcall = function (callback /*...args*/) {
-      var args = array_slice(arguments, 1);
-      return Q(callback).nfapply(args);
-  };
+      mode.activeID = function() {
+          return (behavior && behavior.activeID()) || [];
+      };
 
-  Promise.prototype.nfcall = function (/*...args*/) {
-      var nodeArgs = array_slice(arguments);
-      var deferred = defer();
-      nodeArgs.push(deferred.makeNodeResolver());
-      this.fapply(nodeArgs).fail(deferred.reject);
-      return deferred.promise;
-  };
+      return mode;
+  }
 
-  /**
-   * Wraps a NodeJS continuation passing function and returns an equivalent
-   * version that returns a promise.
-   * @example
-   * Q.nfbind(FS.readFile, __filename)("utf-8")
-   * .then(console.log)
-   * .done()
-   */
-  Q.nfbind =
-  Q.denodeify = function (callback /*...args*/) {
-      if (callback === undefined) {
-          throw new Error("Q can't wrap an undefined function");
-      }
-      var baseArgs = array_slice(arguments, 1);
-      return function () {
-          var nodeArgs = baseArgs.concat(array_slice(arguments));
-          var deferred = defer();
-          nodeArgs.push(deferred.makeNodeResolver());
-          Q(callback).fapply(nodeArgs).fail(deferred.reject);
-          return deferred.promise;
+  function operationCircularize(selectedIDs, context) {
+      var entityId = selectedIDs[0],
+          entity = context.entity(entityId),
+          extent = entity.extent(context.graph()),
+          geometry = context.geometry(entityId),
+          action = actionCircularize(entityId, context.projection);
+
+
+      var operation = function() {
+          context.perform(action, operation.annotation());
       };
-  };
 
-  Promise.prototype.nfbind =
-  Promise.prototype.denodeify = function (/*...args*/) {
-      var args = array_slice(arguments);
-      args.unshift(this);
-      return Q.denodeify.apply(void 0, args);
-  };
 
-  Q.nbind = function (callback, thisp /*...args*/) {
-      var baseArgs = array_slice(arguments, 2);
-      return function () {
-          var nodeArgs = baseArgs.concat(array_slice(arguments));
-          var deferred = defer();
-          nodeArgs.push(deferred.makeNodeResolver());
-          function bound() {
-              return callback.apply(thisp, arguments);
+      operation.available = function() {
+          return selectedIDs.length === 1 &&
+              entity.type === 'way' &&
+              uniq(entity.nodes).length > 1;
+      };
+
+
+      operation.disabled = function() {
+          var reason;
+          if (extent.percentContainedIn(context.extent()) < 0.8) {
+              reason = 'too_large';
+          } else if (context.hasHiddenConnections(entityId)) {
+              reason = 'connected_to_hidden';
           }
-          Q(bound).fapply(nodeArgs).fail(deferred.reject);
-          return deferred.promise;
+          return action.disabled(context.graph()) || reason;
       };
-  };
 
-  Promise.prototype.nbind = function (/*thisp, ...args*/) {
-      var args = array_slice(arguments, 0);
-      args.unshift(this);
-      return Q.nbind.apply(void 0, args);
-  };
 
-  /**
-   * Calls a method of a Node-style object that accepts a Node-style
-   * callback with a given array of arguments, plus a provided callback.
-   * @param object an object that has the named method
-   * @param {String} name name of the method of object
-   * @param {Array} args arguments to pass to the method; the callback
-   * will be provided by Q and appended to these arguments.
-   * @returns a promise for the value or error
-   */
-  Q.nmapply = // XXX As proposed by "Redsandro"
-  Q.npost = function (object, name, args) {
-      return Q(object).npost(name, args);
-  };
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.circularize.' + disable) :
+              t('operations.circularize.description.' + geometry);
+      };
 
-  Promise.prototype.nmapply = // XXX As proposed by "Redsandro"
-  Promise.prototype.npost = function (name, args) {
-      var nodeArgs = array_slice(args || []);
-      var deferred = defer();
-      nodeArgs.push(deferred.makeNodeResolver());
-      this.dispatch("post", [name, nodeArgs]).fail(deferred.reject);
-      return deferred.promise;
-  };
 
-  /**
-   * Calls a method of a Node-style object that accepts a Node-style
-   * callback, forwarding the given variadic arguments, plus a provided
-   * callback argument.
-   * @param object an object that has the named method
-   * @param {String} name name of the method of object
-   * @param ...args arguments to pass to the method; the callback will
-   * be provided by Q and appended to these arguments.
-   * @returns a promise for the value or error
-   */
-  Q.nsend = // XXX Based on Mark Miller's proposed "send"
-  Q.nmcall = // XXX Based on "Redsandro's" proposal
-  Q.ninvoke = function (object, name /*...args*/) {
-      var nodeArgs = array_slice(arguments, 2);
-      var deferred = defer();
-      nodeArgs.push(deferred.makeNodeResolver());
-      Q(object).dispatch("post", [name, nodeArgs]).fail(deferred.reject);
-      return deferred.promise;
-  };
+      operation.annotation = function() {
+          return t('operations.circularize.annotation.' + geometry);
+      };
 
-  Promise.prototype.nsend = // XXX Based on Mark Miller's proposed "send"
-  Promise.prototype.nmcall = // XXX Based on "Redsandro's" proposal
-  Promise.prototype.ninvoke = function (name /*...args*/) {
-      var nodeArgs = array_slice(arguments, 1);
-      var deferred = defer();
-      nodeArgs.push(deferred.makeNodeResolver());
-      this.dispatch("post", [name, nodeArgs]).fail(deferred.reject);
-      return deferred.promise;
-  };
 
-  /**
-   * If a function would like to support both Node continuation-passing-style and
-   * promise-returning-style, it can end its internal promise chain with
-   * `nodeify(nodeback)`, forwarding the optional nodeback argument.  If the user
-   * elects to use a nodeback, the result will be sent there.  If they do not
-   * pass a nodeback, they will receive the result promise.
-   * @param object a result (or a promise for a result)
-   * @param {Function} nodeback a Node.js-style callback
-   * @returns either the promise or nothing
-   */
-  Q.nodeify = nodeify;
-  function nodeify(object, nodeback) {
-      return Q(object).nodeify(nodeback);
+      operation.id = 'circularize';
+      operation.keys = [t('operations.circularize.key')];
+      operation.title = t('operations.circularize.title');
+      operation.behavior = behaviorOperation(context).which(operation);
+
+      return operation;
   }
 
-  Promise.prototype.nodeify = function (nodeback) {
-      if (nodeback) {
-          this.then(function (value) {
-              Q.nextTick(function () {
-                  nodeback(null, value);
-              });
-          }, function (error) {
-              Q.nextTick(function () {
-                  nodeback(error);
-              });
+  function operationContinue(selectedIDs, context) {
+      var graph = context.graph(),
+          entities = selectedIDs.map(function(id) { return graph.entity(id); }),
+          geometries = assignIn({ line: [], vertex: [] },
+              groupBy(entities, function(entity) { return entity.geometry(graph); })),
+          vertex = geometries.vertex[0];
+
+
+      function candidateWays() {
+          return graph.parentWays(vertex).filter(function(parent) {
+              return parent.geometry(graph) === 'line' &&
+                  !parent.isClosed() &&
+                  parent.affix(vertex.id) &&
+                  (geometries.line.length === 0 || geometries.line[0] === parent);
           });
-      } else {
-          return this;
       }
-  };
 
-  Q.noConflict = function() {
-      throw new Error("Q.noConflict only works when Q is used as a global");
-  };
 
-  // All code before this point will be filtered from stack traces.
-  var qEndingLine = captureLine();
+      var operation = function() {
+          var candidate = candidateWays()[0];
+          context.enter(
+              modeDrawLine(context, candidate.id, context.graph(), candidate.affix(vertex.id))
+          );
+      };
 
-  return Q;
 
-  });
-  });
+      operation.available = function() {
+          return geometries.vertex.length === 1 && geometries.line.length <= 1 &&
+              !context.features().hasHiddenConnections(vertex, context.graph());
+      };
 
-  var bubbleApi = 'https://dev.virtualearth.net/mapcontrol/HumanScaleServices/GetBubbles.ashx?';
-  var streetsideImagesApi = 'https://t.ssl.ak.tiles.virtualearth.net/tiles/';
-  var bubbleAppKey = 'AuftgJsO0Xs8Ts4M1xZUQJQXJNsvmh3IV8DkNieCiy3tCwCUMq76-WpkrBtNAuEm';
-  var pannellumViewerCSS = 'pannellum-streetside/pannellum.css';
-  var pannellumViewerJS = 'pannellum-streetside/pannellum.js';
-  var maxResults$2 = 2000;
-  var tileZoom$2 = 16.5;
-  var dispatch$4 = dispatch('loadedBubbles', 'viewerChanged');
-  var minHfov = 10;         // zoom in degrees:  20, 10, 5
-  var maxHfov = 90;         // zoom out degrees
-  var defaultHfov = 45;
-  var _hires = false;
-  var _resolution = 512;    // higher numbers are slower - 512, 1024, 2048, 4096
-  var _currScene = 0;
-  var _ssCache;
-  var _pannellumViewer;
-  var _sceneOptions;
-  var _dataUrlArray = [];
 
-  /**
-   * abortRequest().
-   */
-  function abortRequest$3(i) {
-      i.abort();
-  }
+      operation.disabled = function() {
+          var candidates = candidateWays();
+          if (candidates.length === 0)
+              return 'not_eligible';
+          if (candidates.length > 1)
+              return 'multiple';
+      };
 
-  /**
-   * nearNullIsland().
-   */
-  function nearNullIsland$2(x, y, z) {
-      if (z >= 7) {
-          var center = Math.pow(2, z - 1);
-          var width = Math.pow(2, z - 6);
-          var min$$1 = center - (width / 2);
-          var max$$1 = center + (width / 2) - 1;
-          return x >= min$$1 && x <= max$$1 && y >= min$$1 && y <= max$$1;
-      }
-      return false;
-  }
 
-  /**
-   * localeTimeStamp().
-   */
-  function localeTimestamp$1(s) {
-      if (!s) return null;
-      var detected = utilDetect();
-      var options = { day: 'numeric', month: 'short', year: 'numeric' };
-      var d = new Date(s);
-      if (isNaN(d.getTime())) return null;
-      return d.toLocaleString(detected.locale, options);
-  }
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.continue.' + disable) :
+              t('operations.continue.description');
+      };
 
-  /**
-   * getTiles() returns array of d3 geo tiles.
-   * Using d3.geo.tiles.js from lib, gets tile extents for each grid tile in a grid created from
-   * an area around (and including) the current map view extents.
-   */
-  function getTiles$2(projection, margin) {
-      // s is the current map scale
-      // z is the 'Level of Detail', or zoom-level, where Level 1 is far from the earth, and Level 23 is close to the ground.
-      // ts ('tile size') here is the formula for determining the width/height of the map in pixels, but with a modification.
-      // See 'Ground Resolution and Map Scale': //https://msdn.microsoft.com/en-us/library/bb259689.aspx.
-      // As used here, by subtracting constant 'tileZoom' from z (the level), you end up with a much smaller value for the tile size (in pixels).
-      var s = projection.scale() * 2 * Math.PI;
-      var z = Math.max(Math.log(s) / Math.log(2) - 8, 0);
-      var ts = 256 * Math.pow(2, z - tileZoom$2);
-      var origin = [
-          s / 2 - projection.translate()[0],
-          s / 2 - projection.translate()[1]
-      ];
 
-      var tiler = d3geoTile()
-          .scaleExtent([tileZoom$2, tileZoom$2])
-          .scale(s)
-          .size(projection.clipExtent()[1])
-          .translate(projection.translate())
-          .margin(margin || 0);   // request nearby tiles so we can connect sequences.
-
-      return tiler()
-          .map(function(tile) {
-              var x = tile[0] * ts - origin[0];
-              var y = tile[1] * ts - origin[1];
-              return {
-                  id: tile.toString(),
-                  xyz: tile,
-                  extent: geoExtent$$1(
-                      projection.invert([x, y + ts]),
-                      projection.invert([x + ts, y])
-                  )
-              };
-          });
-  }
+      operation.annotation = function() {
+          return t('operations.continue.annotation.line');
+      };
 
-  /**
-   * loadTiles() wraps the process of generating tiles and then fetching image points for each tile.
-   */
-  function loadTiles$2(which, url, projection, margin) {
-      var s = projection.scale() * 2 * Math.PI;
-      var currZoom = Math.floor(Math.max(Math.log(s) / Math.log(2) - 8, 0));
 
-      // breakup the map view into tiles
-      var tiles = getTiles$2(projection, margin).filter(function (t$$1) {
-          return !nearNullIsland$2(t$$1.xyz[0], t$$1.xyz[1], t$$1.xyz[2]);
-      });
+      operation.id = 'continue';
+      operation.keys = [t('operations.continue.key')];
+      operation.title = t('operations.continue.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
-      tiles.forEach(function (tile) {
-         loadNextTilePage$2(which, currZoom, url, tile);
-      });
+      return operation;
   }
 
-  /**
-   * loadNextTilePage() load data for the next tile page in line.
-   */
-  function loadNextTilePage$2(which, currZoom, url, tile) {
-      var cache = _ssCache[which];
-      var nextPage = cache.nextPage[tile.id] || 0;
-      var id = tile.id + ',' + String(nextPage);
-      if (cache.loaded[id] || cache.inflight[id]) return;
+  function operationDelete(selectedIDs, context) {
+      var multi = (selectedIDs.length === 1 ? 'single' : 'multiple'),
+          action = actionDeleteMultiple(selectedIDs),
+          extent = selectedIDs.reduce(function(extent, id) {
+                  return extent.extend(context.entity(id).extent(context.graph()));
+              }, geoExtent$$1());
 
-      cache.inflight[id] = getBubbles(url, tile, function(bubbles) {
-          cache.loaded[id] = true;
-          delete cache.inflight[id];
-          if (!bubbles) return;
 
-          // [].shift() removes the first element, some statistics info, not a bubble point
-          bubbles.shift();
+      var operation = function() {
+          var nextSelectedID;
+          var nextSelectedLoc;
 
-          var features = bubbles.map(function (bubble) {
-              if (cache.points[bubble.id]) return null;  // skip duplicates
+          if (selectedIDs.length === 1) {
+              var id = selectedIDs[0],
+                  entity = context.entity(id),
+                  geometry = context.geometry(id),
+                  parents = context.graph().parentWays(entity),
+                  parent = parents[0];
 
-              var loc = [bubble.lo, bubble.la];
-              var d = {
-                  loc: loc,
-                  key: bubble.id,
-                  ca: bubble.he,
-                  captured_at: bubble.cd,
-                  captured_by: 'microsoft',
-                  // nbn: bubble.nbn,
-                  // pbn: bubble.pbn,
-                  // ad: bubble.ad,
-                  // rn: bubble.rn,
-                  pr: bubble.pr,  // previous
-                  ne: bubble.ne,  // next
-                  pano: true,
-                  sequenceKey: null
-              };
+              // Select the next closest node in the way.
+              if (geometry === 'vertex') {
+                  var nodes = parent.nodes,
+                      i = nodes.indexOf(id);
 
-              cache.points[bubble.id] = d;
+                  if (i === 0) {
+                      i++;
+                  } else if (i === nodes.length - 1) {
+                      i--;
+                  } else {
+                      var a = geoSphericalDistance(entity.loc, context.entity(nodes[i - 1]).loc),
+                          b = geoSphericalDistance(entity.loc, context.entity(nodes[i + 1]).loc);
+                      i = a < b ? i - 1 : i + 1;
+                  }
 
-              // a sequence starts here
-              if (bubble.pr === undefined) {
-                  cache.leaders.push(bubble.id);
+                  nextSelectedID = nodes[i];
+                  nextSelectedLoc = context.entity(nextSelectedID).loc;
               }
+          }
 
-              return {
-                  minX: loc[0], minY: loc[1], maxX: loc[0], maxY: loc[1], data: d
-              };
+          context.perform(action, operation.annotation());
 
-          }).filter(Boolean);
+          if (nextSelectedID && nextSelectedLoc) {
+              if (context.hasEntity(nextSelectedID)) {
+                  context.enter(modeSelect(context, [nextSelectedID]).follow(true));
+              } else {
+                  context.map().centerEase(nextSelectedLoc);
+                  context.enter(modeBrowse(context));
+              }
+          } else {
+              context.enter(modeBrowse(context));
+          }
 
-          cache.rtree.load(features);
+      };
 
-          connectSequences();
 
-          if (which === 'bubbles') {
-              dispatch$4.call('loadedBubbles');
+      operation.available = function() {
+          return true;
+      };
+
+
+      operation.disabled = function() {
+          var reason;
+          if (extent.area() && extent.percentContainedIn(context.extent()) < 0.8) {
+              reason = 'too_large';
+          } else if (some(selectedIDs, context.hasHiddenConnections)) {
+              reason = 'connected_to_hidden';
+          } else if (some(selectedIDs, protectedMember)) {
+              reason = 'part_of_relation';
+          } else if (some(selectedIDs, incompleteRelation)) {
+              reason = 'incomplete_relation';
           }
-      });
-  }
+          return reason;
 
+          function incompleteRelation(id) {
+              var entity = context.entity(id);
+              return entity.type === 'relation' && !entity.isComplete(context.graph());
+          }
 
-  // call this sometimes to connect the bubbles into sequences
-  function connectSequences() {
-      var cache = _ssCache.bubbles;
-      var keepLeaders = [];
+          function protectedMember(id) {
+              var entity = context.entity(id);
+              if (entity.type !== 'way') return false;
 
-      for (var i = 0; i < cache.leaders.length; i++) {
-          var bubble = cache.points[cache.leaders[i]];
-          var seen = {};
+              var parents = context.graph().parentRelations(entity);
+              for (var i = 0; i < parents.length; i++) {
+                  var parent = parents[i],
+                      type = parent.tags.type,
+                      role = parent.memberById(id).role || 'outer';
+                  if (type === 'route' || type === 'boundary' || (type === 'multipolygon' && role === 'outer')) {
+                      return true;
+                  }
+              }
+              return false;
+          }
 
-          // try to make a sequence.. use the key of the leader bubble.
-          var sequence = { key: bubble.key, bubbles: [] };
-          var complete = false;
+      };
 
-          do {
-              sequence.bubbles.push(bubble);
-              seen[bubble.key] = true;
 
-              if (bubble.ne === undefined) {
-                  complete = true;
-              } else {
-                  bubble = cache.points[bubble.ne];  // advance to next
-              }
-          } while (bubble && !seen[bubble.key] && !complete);
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.delete.' + disable + '.' + multi) :
+              t('operations.delete.description' + '.' + multi);
+      };
 
 
-          if (complete) {
-              _ssCache.sequences[sequence.key] = sequence;
+      operation.annotation = function() {
+          return selectedIDs.length === 1 ?
+              t('operations.delete.annotation.' + context.geometry(selectedIDs[0])) :
+              t('operations.delete.annotation.multiple', { n: selectedIDs.length });
+      };
 
-              // assign bubbles to the sequence
-              for (var j = 0; j < sequence.bubbles.length; j++) {
-                  sequence.bubbles[j].sequenceKey = sequence.key;
-              }
 
-              // create a GeoJSON LineString
-              sequence.geojson = {
-                  type: 'LineString',
-                  properties: { key: sequence.key },
-                  coordinates: sequence.bubbles.map(function (d) { return d.loc; })
-              };
+      operation.id = 'delete';
+      operation.keys = [uiCmd('⌘⌫'), uiCmd('⌘⌦'), uiCmd('⌦')];
+      operation.title = t('operations.delete.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
-          } else {
-              keepLeaders.push(cache.leaders[i]);
-          }
+      return operation;
+  }
+
+  function operationDisconnect(selectedIDs, context) {
+      var vertices = filter(selectedIDs, function(entityId) {
+          return context.geometry(entityId) === 'vertex';
+      });
+
+      var entityId = vertices[0],
+          action = actionDisconnect(entityId);
+
+      if (selectedIDs.length > 1) {
+          action.limitWays(without(selectedIDs, entityId));
       }
 
-      // couldn't complete these, save for later
-      cache.leaders = keepLeaders;
-  }
 
-  /**
-   * getBubbles() handles the request to the server for a tile extent of 'bubbles' (streetside image locations).
-   */
-  function getBubbles(url, tile, callback) {
-      var rect = tile.extent.rectangle();
-      var urlForRequest = url + utilQsString({
-          n: rect[3],
-          s: rect[1],
-          e: rect[2],
-          w: rect[0],
-          c: maxResults$2,
-          appkey: bubbleAppKey,
-          jsCallback: '{callback}'
-      });
+      var operation = function() {
+          context.perform(action, operation.annotation());
+      };
+
+
+      operation.available = function() {
+          return vertices.length === 1;
+      };
+
+
+      operation.disabled = function() {
+          var reason;
+          if (some(selectedIDs, context.hasHiddenConnections)) {
+              reason = 'connected_to_hidden';
+          }
+          return action.disabled(context.graph()) || reason;
+      };
+
+
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.disconnect.' + disable) :
+              t('operations.disconnect.description');
+      };
+
+
+      operation.annotation = function() {
+          return t('operations.disconnect.annotation');
+      };
+
+
+      operation.id = 'disconnect';
+      operation.keys = [t('operations.disconnect.key')];
+      operation.title = t('operations.disconnect.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
-      return jsonpRequest(urlForRequest, function (data) {
-          if (!data || data.error) {
-              callback(null);
-          } else {
-              callback(data);
-          }
-      });
+      return operation;
   }
 
-  /**
-   * partitionViewport() partition viewport into `psize` x `psize` regions.
-   */
-  function partitionViewport$2(psize, projection) {
-      var dimensions = projection.clipExtent()[1];
-      psize = psize || 16;
+  function operationMerge(selectedIDs, context) {
 
-      var cols = range(0, dimensions[0], psize);
-      var rows = range(0, dimensions[1], psize);
-      var partitions = [];
+      function updatePresetTags(newGraph, ids) {
+          var id = ids[0];
+          var newEntity = newGraph.hasEntity(id);
 
-      rows.forEach(function (y) {
-          cols.forEach(function (x) {
-              var min$$1 = [x, y + psize];
-              var max$$1 = [x + psize, y];
-              partitions.push(geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)));
-          });
-      });
+          if (!newEntity) return;
+          var newPreset = context.presets().match(newEntity, newGraph);
+          context.replace(actionChangePreset(id, null, newPreset), operation.annotation());
+      }
 
-      return partitions;
-  }
 
+      var join = actionJoin(selectedIDs);
+      var merge = actionMerge(selectedIDs);
+      var mergePolygon = actionMergePolygon(selectedIDs);
+      var mergeNodes = actionMergeNodes(selectedIDs);
 
-  /**
-   * searchLimited().
-   */
-  function searchLimited$2(psize, limit, projection, rtree) {
-      limit = limit || 3;
 
-      var partitions = partitionViewport$2(psize, projection);
-      var results;
+      var operation = function() {
+          var doUpdateTags;
+          var action;
 
-      results = flatten(map$3(partitions, function (extent$$1) {
-          return rtree.search(extent$$1.bbox())
-              .slice(0, limit)
-              .map(function (d) { return d.data; });
-      }));
+          if (!join.disabled(context.graph())) {
+              doUpdateTags = false;
+              action = join;
+          } else if (!merge.disabled(context.graph())) {
+              doUpdateTags = true;
+              action = merge;
+          } else if (!mergePolygon.disabled(context.graph())) {
+              doUpdateTags = false;
+              action = mergePolygon;
+          } else {
+              doUpdateTags = true;
+              action = mergeNodes;
+          }
 
-      return results;
-  }
+          context.perform(action, operation.annotation());
 
+          var ids = selectedIDs.filter(function(id) {
+              var entity = context.hasEntity(id);
+              return entity && entity.type !== 'node';
+          });
 
-  /**
-   * getImage()
-   */
-  function getImage(imgInfo) {
-      var response = q.defer();
-      var img = new Image();
+          // if we merged tags, rematch preset to update tags if necessary (#3851)
+          if (doUpdateTags) {
+              updatePresetTags(context.graph(), ids);
+          }
 
-      img.onload = function() {
-          var canvas = document.getElementById('canvas' + imgInfo.face);
-          var ctx = canvas.getContext('2d');
-          ctx.drawImage(img, imgInfo.x, imgInfo.y);
-          response.resolve({imgInfo:imgInfo, status: 'ok'});
-      };
-      img.onerror = function() {
-          response.resolve({data: imgInfo, status: 'error'});
+          context.enter(modeSelect(context, ids));
       };
-      img.setAttribute('crossorigin', '');
-      img.src = imgInfo.url;
 
-      return response.promise;
-  }
 
+      operation.available = function() {
+          return selectedIDs.length >= 2;
+      };
 
-  /**
-   * loadCanvas()
-   */
-  function loadCanvas(imgInfoGroup) {
-      var response = q.defer();
-      var getImagePromises = imgInfoGroup.map(function(imgInfo) {
-          return getImage(imgInfo);
-      });
 
-      q.all(getImagePromises).then(function(data) {
-          var canvas = document.getElementById('canvas' + data[0].imgInfo.face);
-          switch (data[0].imgInfo.face) {
-              case '01':
-                  _dataUrlArray[0] = canvas.toDataURL('image/jpeg', 1.0);
-                  break;
-              case '02':
-                  _dataUrlArray[1] = canvas.toDataURL('image/jpeg', 1.0);
-                  break;
-              case '03':
-                  _dataUrlArray[2] = canvas.toDataURL('image/jpeg', 1.0);
-                  break;
-              case '10':
-                  _dataUrlArray[3] = canvas.toDataURL('image/jpeg', 1.0);
-                  break;
-              case '11':
-                  _dataUrlArray[4] = canvas.toDataURL('image/jpeg', 1.0);
-                  break;
-              case '12':
-                  _dataUrlArray[5] = canvas.toDataURL('image/jpeg', 1.0);
-                  break;
-          }
-          response.resolve({status:'loadCanvas for face ' + data[0].imgInfo.face + 'ok'});
-      });
+      operation.disabled = function() {
+          return join.disabled(context.graph()) &&
+              merge.disabled(context.graph()) &&
+              mergePolygon.disabled(context.graph()) &&
+              mergeNodes.disabled(context.graph());
+      };
 
-      return response.promise;
-  }
 
+      operation.tooltip = function() {
+          var j = join.disabled(context.graph());          // 'not_eligible', 'not_adjacent', 'restriction', 'conflicting_tags'
+          var m = merge.disabled(context.graph());         // 'not_eligible'
+          var p = mergePolygon.disabled(context.graph());  // 'not_eligible', 'incomplete_relation'
+          var n = mergeNodes.disabled(context.graph());    // 'not_eligible', 'relation', 'restriction'
 
-  function setupCanvas(selection$$1, reset) {
-      if (reset) {
-          selection$$1.selectAll('#divForCanvasWork')
-              .remove();
-      }
+          // disabled for one of various reasons
+          if (j && m && p && n) {
+              if (j === 'restriction' || n === 'restriction') {
+                  return t('operations.merge.restriction',
+                      { relation: context.presets().item('type/restriction').name() });
 
-      // Add the Streetside working canvases. These are used for 'stitching', or combining,
-      // multiple images for each of the six faces, before passing to the Pannellum control as DataUrls
-      selection$$1.selectAll('#divForCanvasWork')
-          .data([0])
-          .enter()
-          .append('div')
-          .attr('id', 'divForCanvasWork')
-          .attr('display', 'none')
-          .selectAll('canvas')
-          .data(['canvas01', 'canvas02', 'canvas03', 'canvas10', 'canvas11', 'canvas12'])
-          .enter()
-          .append('canvas')
-          .attr('id', function(d) { return d; })
-          .attr('width', _resolution)
-          .attr('height', _resolution);
-  }
+              } else if (p === 'incomplete_relation') {
+                  return t('operations.merge.incomplete_relation');
 
+              } else if (n === 'relation') {
+                  return t('operations.merge.relation');
 
-  /**
-   * processFaces()
-   */
-  function processFaces(imgFaceInfoGroups) {
-      var response = q.defer();
-      var loadCanvasPromises = imgFaceInfoGroups.map(function(faceImgGroup) {
-          return loadCanvas(faceImgGroup);
-      });
+              } else {
+                  return t('operations.merge.' + j);
+              }
 
-      q.all(loadCanvasPromises).then(function() {
-          response.resolve({status: 'processFaces done'});
-      });
+          } else {
+              return t('operations.merge.description');
+          }
+      };
 
-      return response.promise;
-  }
 
+      operation.annotation = function() {
+          return t('operations.merge.annotation', { n: selectedIDs.length });
+      };
 
 
-  function qkToXY(qk) {
-      var x = 0;
-      var y = 0;
-      var scale = 256;
-      for (var i = qk.length; i > 0; i--) {
-          var key = qk[i-1];
-          x += (+(key === '1' || key === '3')) * scale;
-          y += (+(key === '2' || key === '3')) * scale;
-          scale *= 2;
-      }
-      return [x, y];
-  }
+      operation.id = 'merge';
+      operation.keys = [t('operations.merge.key')];
+      operation.title = t('operations.merge.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
+      return operation;
+  }
 
-  function getQuadKeys() {
-      var dim = _resolution / 256;
-      var quadKeys;
+  function operationMove(selectedIDs, context) {
+      var multi = (selectedIDs.length === 1 ? 'single' : 'multiple');
+      var extent = selectedIDs.reduce(function(extent, id) {
+          return extent.extend(context.entity(id).extent(context.graph()));
+      }, geoExtent$$1());
 
-      if (dim === 16) {
-          quadKeys = [
-              '0000','0001','0010','0011','0100','0101','0110','0111',  '1000','1001','1010','1011','1100','1101','1110','1111',
-              '0002','0003','0012','0013','0102','0103','0112','0113',  '1002','1003','1012','1013','1102','1103','1112','1113',
-              '0020','0021','0030','0031','0120','0121','0130','0131',  '1020','1021','1030','1031','1120','1121','1130','1131',
-              '0022','0023','0032','0033','0122','0123','0132','0133',  '1022','1023','1032','1033','1122','1123','1132','1133',
-              '0200','0201','0210','0211','0300','0301','0310','0311',  '1200','1201','1210','1211','1300','1301','1310','1311',
-              '0202','0203','0212','0213','0302','0303','0312','0313',  '1202','1203','1212','1213','1302','1303','1312','1313',
-              '0220','0221','0230','0231','0320','0321','0330','0331',  '1220','1221','1230','1231','1320','1321','1330','1331',
-              '0222','0223','0232','0233','0322','0323','0332','0333',  '1222','1223','1232','1233','1322','1323','1332','1333',
 
-              '2000','2001','2010','2011','2100','2101','2110','2111',  '3000','3001','3010','3011','3100','3101','3110','3111',
-              '2002','2003','2012','2013','2102','2103','2112','2113',  '3002','3003','3012','3013','3102','3103','3112','3113',
-              '2020','2021','2030','2031','2120','2121','2130','2131',  '3020','3021','3030','3031','3120','3121','3130','3131',
-              '2022','2023','2032','2033','2122','2123','2132','2133',  '3022','3023','3032','3033','3122','3123','3132','3133',
-              '2200','2201','2210','2211','2300','2301','2310','2311',  '3200','3201','3210','3211','3300','3301','3310','3311',
-              '2202','2203','2212','2213','2302','2303','2312','2313',  '3202','3203','3212','3213','3302','3303','3312','3313',
-              '2220','2221','2230','2231','2320','2321','2330','2331',  '3220','3221','3230','3231','3320','3321','3330','3331',
-              '2222','2223','2232','2233','2322','2323','2332','2333',  '3222','3223','3232','3233','3322','3323','3332','3333'
-          ];
+      var operation = function() {
+          context.enter(modeMove$$1(context, selectedIDs));
+      };
 
-      } else if (dim === 8) {
-          quadKeys = [
-              '000','001','010','011',  '100','101','110','111',
-              '002','003','012','013',  '102','103','112','113',
-              '020','021','030','031',  '120','121','130','131',
-              '022','023','032','033',  '122','123','132','133',
 
-              '200','201','210','211',  '300','301','310','311',
-              '202','203','212','213',  '302','303','312','313',
-              '220','221','230','231',  '320','321','330','331',
-              '222','223','232','233',  '322','323','332','333'
-          ];
+      operation.available = function() {
+          return selectedIDs.length > 1 ||
+              context.entity(selectedIDs[0]).type !== 'node';
+      };
 
-      } else if (dim === 4) {
-          quadKeys = [
-              '00','01',  '10','11',
-              '02','03',  '12','13',
 
-              '20','21',  '30','31',
-              '22','23',  '32','33'
-          ];
+      operation.disabled = function() {
+          var reason;
+          if (extent.area() && extent.percentContainedIn(context.extent()) < 0.8) {
+              reason = 'too_large';
+          } else if (some(selectedIDs, context.hasHiddenConnections)) {
+              reason = 'connected_to_hidden';
+          } else if (some(selectedIDs, incompleteRelation)) {
+              reason = 'incomplete_relation';
+          }
+          return reason;
 
-      } else {  // dim === 2
-          quadKeys = [
-              '0', '1',
-              '2', '3'
-          ];
-      }
+          function incompleteRelation(id) {
+              var entity = context.entity(id);
+              return entity.type === 'relation' && !entity.isComplete(context.graph());
+          }
+      };
 
-      return quadKeys;
-  }
 
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.move.' + disable + '.' + multi) :
+              t('operations.move.description.' + multi);
+      };
 
 
-  var serviceStreetside = {
-      /**
-       * init() initialize streetside.
-       */
-      init: function () {
-          if (!_ssCache) {
-              this.reset();
-          }
+      operation.annotation = function() {
+          return selectedIDs.length === 1 ?
+              t('operations.move.annotation.' + context.geometry(selectedIDs[0])) :
+              t('operations.move.annotation.multiple');
+      };
 
-          this.event = utilRebind(this, dispatch$4, 'on');
-      },
 
-      /**
-       * reset() reset the cache.
-       */
-      reset: function () {
-          var cache = _ssCache;
+      operation.id = 'move';
+      operation.keys = [t('operations.move.key')];
+      operation.title = t('operations.move.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
-          if (cache) {
-              if (cache.bubbles && cache.bubbles.inflight) {
-                  forEach(cache.bubbles.inflight, abortRequest$3);
-              }
-          }
+      return operation;
+  }
 
-          _ssCache = {
-              bubbles: { inflight: {}, loaded: {}, nextPage: {}, rtree: rbush_1(), points: {}, leaders: [] },
-              sequences: {}
-          };
-      },
+  function operationOrthogonalize(selectedIDs, context) {
+      var entityId = selectedIDs[0],
+          entity = context.entity(entityId),
+          extent = entity.extent(context.graph()),
+          geometry = context.geometry(entityId),
+          action = actionOrthogonalize(entityId, context.projection);
 
-      /**
-       * bubbles()
-       */
-      bubbles: function (projection) {
-          var psize = 32, limit = 3;
-          return searchLimited$2(psize, limit, projection, _ssCache.bubbles.rtree);
-      },
 
+      var operation = function() {
+          context.perform(action, operation.annotation());
+      };
 
-      sequences: function(projection) {
-          var viewport = projection.clipExtent();
-          var min$$1 = [viewport[0][0], viewport[1][1]];
-          var max$$1 = [viewport[1][0], viewport[0][1]];
-          var bbox = geoExtent$$1(projection.invert(min$$1), projection.invert(max$$1)).bbox();
-          var seen = {};
-          var results = [];
 
-          // all sequences for bubbles in viewport
-          _ssCache.bubbles.rtree.search(bbox)
-              .forEach(function(d) {
-                  var key = d.data.sequenceKey;
-                  if (key && !seen[key]) {
-                      seen[key] = true;
-                      results.push(_ssCache.sequences[key].geojson);
-                  }
-              });
+      operation.available = function() {
+          return selectedIDs.length === 1 &&
+              entity.type === 'way' &&
+              entity.isClosed() &&
+              uniq(entity.nodes).length > 2;
+      };
 
-          return results;
-      },
 
+      operation.disabled = function() {
+          var reason;
+          if (extent.percentContainedIn(context.extent()) < 0.8) {
+              reason = 'too_large';
+          } else if (context.hasHiddenConnections(entityId)) {
+              reason = 'connected_to_hidden';
+          }
+          return action.disabled(context.graph()) || reason;
+      };
 
-      /**
-       * loadBubbles()
-       */
-      loadBubbles: function (projection, margin) {
-          // by default: request 2 nearby tiles so we can connect sequences.
-          if (margin === undefined) margin = 2;
 
-          loadTiles$2('bubbles', bubbleApi, projection, margin);
-      },
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.orthogonalize.' + disable) :
+              t('operations.orthogonalize.description.' + geometry);
+      };
 
 
-      viewer: function() {
-          return _pannellumViewer;
-      },
+      operation.annotation = function() {
+          return t('operations.orthogonalize.annotation.' + geometry);
+      };
 
 
-      initViewer: function () {
-          if (!window.pannellum) return;
-          if (_pannellumViewer) return;
+      operation.id = 'orthogonalize';
+      operation.keys = [t('operations.orthogonalize.key')];
+      operation.title = t('operations.orthogonalize.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
-          var sceneID = ++_currScene + '';
-          var options = {
-              'default': { firstScene: sceneID },
-              scenes: {}
-          };
-          options.scenes[sceneID] = _sceneOptions;
+      return operation;
+  }
 
-          _pannellumViewer = window.pannellum.viewer('viewer-streetside', options);
+  /**
+   * This method is like `_.uniq` except that it accepts `iteratee` which is
+   * invoked for each element in `array` to generate the criterion by which
+   * uniqueness is computed. The order of result values is determined by the
+   * order they occur in the array. The iteratee is invoked with one argument:
+   * (value).
+   *
+   * @static
+   * @memberOf _
+   * @since 4.0.0
+   * @category Array
+   * @param {Array} array The array to inspect.
+   * @param {Function} [iteratee=_.identity] The iteratee invoked per element.
+   * @returns {Array} Returns the new duplicate free array.
+   * @example
+   *
+   * _.uniqBy([2.1, 1.2, 2.3], Math.floor);
+   * // => [2.1, 1.2]
+   *
+   * // The `_.property` iteratee shorthand.
+   * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x');
+   * // => [{ 'x': 1 }, { 'x': 2 }]
+   */
+  function uniqBy(array, iteratee) {
+    return (array && array.length) ? baseUniq(array, baseIteratee(iteratee, 2)) : [];
+  }
 
-          _pannellumViewer
-              .on('mousedown', function() {
-                  select(window).on('mousemove.pannellum', function() {
-                      dispatch$4.call('viewerChanged');
-                  });
-              })
-              .on('mouseup', function() {
-                  select(window).on('mousemove.pannellum', null);
-                  // continue dispatching events for a few seconds, in case viewer has inertia.
-                  var t$$1 = timer(function(elapsed) {
-                      dispatch$4.call('viewerChanged');
-                      if (elapsed > 2000) {
-                          t$$1.stop();
-                      }
-                  });
-              });
-      },
+  function operationReflectShort(selectedIDs, context) {
+      return operationReflect(selectedIDs, context, 'short');
+  }
 
 
-      /**
-       * loadViewer() create the streeside viewer.
-       */
-      loadViewer: function (context) {
-          // create ms-wrapper, a photo wrapper class
-          var wrap = select('#photoviewer').selectAll('.ms-wrapper')
-              .data([0]);
+  function operationReflectLong(selectedIDs, context) {
+      return operationReflect(selectedIDs, context, 'long');
+  }
 
-          // inject ms-wrapper into the photoviewer div
-          // (used by all to house each custom photo viewer)
-          var wrapEnter = wrap.enter()
-              .append('div')
-              .attr('id', 'ms')
-              .attr('class', 'photo-wrapper ms-wrapper')
-              .classed('hide', true);
 
-          // inject div to support streetside viewer (pannellum) and attribution line
-          wrapEnter
-              .append('div')
-              .attr('id', 'viewer-streetside')
-              .append('div')
-              .attr('class', 'photo-attribution fillD');
+  function operationReflect(selectedIDs, context, axis) {
+      axis = axis || 'long';
+      var multi = (selectedIDs.length === 1 ? 'single' : 'multiple'),
+          extent = selectedIDs.reduce(function(extent, id) {
+              return extent.extend(context.entity(id).extent(context.graph()));
+          }, geoExtent$$1());
 
-          // create working canvas for stitching together images
-          wrap = wrap
-              .merge(wrapEnter)
-              .call(setupCanvas, true);
 
-          // load streetside pannellum viewer css
-          select('head').selectAll('#streetside-viewercss')
-              .data([0])
-              .enter()
-              .append('link')
-              .attr('id', 'streetside-viewercss')
-              .attr('rel', 'stylesheet')
-              .attr('href', context.asset(pannellumViewerCSS));
+      var operation = function() {
+          var action = actionReflect(selectedIDs, context.projection)
+              .useLongAxis(Boolean(axis === 'long'));
+          context.perform(action, operation.annotation());
+      };
 
-          // load streetside pannellum viewer js
-          select('head').selectAll('#streetside-viewerjs')
-              .data([0])
-              .enter()
-              .append('script')
-              .attr('id', 'streetside-viewerjs')
-              .attr('src', context.asset(pannellumViewerJS));
-      },
 
-      /**
-       * showViewer()
-       */
-      showViewer: function (yaw) {
-          if (!_sceneOptions) return;
+      operation.available = function() {
+          var nodes = utilGetAllNodes(selectedIDs, context.graph());
+          return uniqBy(nodes, function(n) { return n.loc; }).length >= 3;
+      };
 
-          if (yaw !== undefined) {
-              _sceneOptions.yaw = yaw;
-          }
 
-          if (!_pannellumViewer) {
-              this.initViewer();
-          } else {
-              // make a new scene
-              var sceneID = ++_currScene + '';
-              _pannellumViewer
-                  .addScene(sceneID, _sceneOptions)
-                  .loadScene(sceneID);
+      operation.disabled = function() {
+          var reason;
+          if (extent.area() && extent.percentContainedIn(context.extent()) < 0.8) {
+              reason = 'too_large';
+          } else if (some(selectedIDs, context.hasHiddenConnections)) {
+              reason = 'connected_to_hidden';
+          } else if (some(selectedIDs, incompleteRelation)) {
+              reason = 'incomplete_relation';
+          }
+          return reason;
 
-              // remove previous scene
-              if (_currScene > 2) {
-                  sceneID = (_currScene - 1) + '';
-                  _pannellumViewer
-                      .removeScene(sceneID);
-              }
+          function incompleteRelation(id) {
+              var entity = context.entity(id);
+              return entity.type === 'relation' && !entity.isComplete(context.graph());
           }
+      };
 
-          var wrap = select('#photoviewer')
-              .classed('hide', false);
 
-          var isHidden = wrap.selectAll('.photo-wrapper.ms-wrapper.hide').size();
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.reflect.' + disable + '.' + multi) :
+              t('operations.reflect.description.' + axis + '.' + multi);
+      };
 
-          if (isHidden) {
-              wrap
-                  .selectAll('.photo-wrapper:not(.ms-wrapper)')
-                  .classed('hide', true);
 
-              wrap
-                  .selectAll('.photo-wrapper.ms-wrapper')
-                  .classed('hide', false);
-          }
+      operation.annotation = function() {
+          return t('operations.reflect.annotation.' + axis + '.' + multi);
+      };
 
-          return this;
-      },
 
-      /**
-       * hideViewer()
-       */
-      hideViewer: function () {
-          var viewer = select('#photoviewer');
-          if (!viewer.empty()) viewer.datum(null);
+      operation.id = 'reflect-' + axis;
+      operation.keys = [t('operations.reflect.key.' + axis)];
+      operation.title = t('operations.reflect.title.' + axis);
+      operation.behavior = behaviorOperation(context).which(operation);
 
-          viewer
-              .classed('hide', true)
-              .selectAll('.photo-wrapper')
-              .classed('hide', true);
+      return operation;
+  }
 
-          d3_selectAll('.viewfield-group, .sequence, .icon-sign')
-              .classed('selected', false);
+  function operationReverse(selectedIDs, context) {
+      var entityId = selectedIDs[0];
 
-          return this.setStyles(null, true);
-      },
+      var operation = function() {
+          context.perform(actionReverse(entityId), operation.annotation());
+      };
 
-      /**
-       * selectImage().
-       */
-      selectImage: function (d) {
-          var response = q.defer();
-          var that = this;
 
-          var viewer = select('#photoviewer');
-          if (!viewer.empty()) viewer.datum(d);
+      operation.available = function() {
+          return selectedIDs.length === 1 && context.geometry(entityId) === 'line';
+      };
 
-          this.setStyles(null, true);
 
-          var wrap = select('#photoviewer .ms-wrapper');
-          var attribution = wrap.selectAll('.photo-attribution').html('');
+      operation.disabled = function() {
+          return false;
+      };
 
-          wrap.selectAll('.pnlm-load-box')   // display "loading.."
-              .style('display', 'block');
 
-          if (!d) {
-              response.resolve({status: 'ok'});
-              return response.promise;
-          }
+      operation.tooltip = function() {
+          return t('operations.reverse.description');
+      };
 
-          // Add hires checkbox
-          var label = attribution
-              .append('label')
-              .attr('class', 'streetside-hires');
 
-          label
-              .append('input')
-              .attr('type', 'checkbox')
-              .attr('id', 'streetside-hires-input')
-              .property('checked', _hires)
-              .on('click', function() {
-                  event.stopPropagation();
+      operation.annotation = function() {
+          return t('operations.reverse.annotation');
+      };
 
-                  _hires = !_hires;
-                  _resolution = _hires ? 1024 : 512;
-                  wrap.call(setupCanvas, true);
 
-                  var viewstate = {
-                      yaw: _pannellumViewer.getYaw(),
-                      pitch: _pannellumViewer.getPitch(),
-                      hfov: _pannellumViewer.getHfov()
-                  };
+      operation.id = 'reverse';
+      operation.keys = [t('operations.reverse.key')];
+      operation.title = t('operations.reverse.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
-                  that.selectImage(d)
-                      .then(function(r) {
-                          if (r.status === 'ok') {
-                              _sceneOptions = assignIn(_sceneOptions, viewstate);
-                              that.showViewer();
-                          }
-                      });
-              });
+      return operation;
+  }
 
-          label
-              .append('span')
-              .text(t('streetside.hires'));
+  function operationRotate(selectedIDs, context) {
+      var multi = (selectedIDs.length === 1 ? 'single' : 'multiple'),
+          extent = selectedIDs.reduce(function(extent, id) {
+              return extent.extend(context.entity(id).extent(context.graph()));
+          }, geoExtent$$1());
 
 
-          // Add capture date
-          if (d.captured_by) {
-              var yyyy = (new Date()).getFullYear();
+      var operation = function() {
+          context.enter(modeRotate$$1(context, selectedIDs));
+      };
 
-              attribution
-                  .append('a')
-                  .attr('class', 'captured_by')
-                  .attr('target', '_blank')
-                  .attr('href', 'https://www.microsoft.com/en-us/maps/streetside')
-                  .text('©' + yyyy + ' Microsoft');
 
-              attribution
-                  .append('span')
-                  .text('|');
+      operation.available = function() {
+          var nodes = utilGetAllNodes(selectedIDs, context.graph());
+          return uniqBy(nodes, function(n) { return n.loc; }).length >= 2;
+      };
+
+
+      operation.disabled = function() {
+          var reason;
+          if (extent.area() && extent.percentContainedIn(context.extent()) < 0.8) {
+              reason = 'too_large';
+          } else if (some(selectedIDs, context.hasHiddenConnections)) {
+              reason = 'connected_to_hidden';
+          } else if (some(selectedIDs, incompleteRelation)) {
+              reason = 'incomplete_relation';
           }
+          return reason;
 
-          if (d.captured_at) {
-              attribution
-                  .append('span')
-                  .attr('class', 'captured_at')
-                  .text(localeTimestamp$1(d.captured_at));
+          function incompleteRelation(id) {
+              var entity = context.entity(id);
+              return entity.type === 'relation' && !entity.isComplete(context.graph());
           }
+      };
 
-          // Add image link
-          attribution
-              .append('a')
-              .attr('class', 'image_link')
-              .attr('target', '_blank')
-              .attr('href', 'https://www.bing.com/maps/privacyreport/streetsideprivacyreport?bubbleid=' + encodeURIComponent(d.key) +
-                  '&focus=photo&lat=' + d.loc[1] + '&lng=' + d.loc[0] + '&z=17')
-              .text(t('streetside.report'));
 
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.rotate.' + disable + '.' + multi) :
+              t('operations.rotate.description.' + multi);
+      };
 
-          var bubbleIdQuadKey = d.key.toString(4);
-          var paddingNeeded = 16 - bubbleIdQuadKey.length;
-          for (var i = 0; i < paddingNeeded; i++) {
-              bubbleIdQuadKey = '0' + bubbleIdQuadKey;
-          }
-          var imgUrlPrefix = streetsideImagesApi + 'hs' + bubbleIdQuadKey;
-          var imgUrlSuffix = '.jpg?g=6338&n=z';
 
-          // Cubemap face code order matters here: front=01, right=02, back=03, left=10, up=11, down=12
-          var faceKeys = ['01','02','03','10','11','12'];
+      operation.annotation = function() {
+          return selectedIDs.length === 1 ?
+              t('operations.rotate.annotation.' + context.geometry(selectedIDs[0])) :
+              t('operations.rotate.annotation.multiple');
+      };
 
-          // Map images to cube faces
-          var quadKeys = getQuadKeys();
-          var faces = faceKeys.map(function(faceKey) {
-              return quadKeys.map(function(quadKey) {
-                  var xy = qkToXY(quadKey);
-                  return {
-                      face: faceKey,
-                      url: imgUrlPrefix + faceKey + quadKey + imgUrlSuffix,
-                      x: xy[0],
-                      y: xy[1]
-                  };
-              });
-          });
 
-          processFaces(faces).then(function() {
-              _sceneOptions = {
-                  showFullscreenCtrl: false,
-                  autoLoad: true,
-                  compass: true,
-                  northOffset: d.ca,
-                  yaw: 0,
-                  minHfov: minHfov,
-                  maxHfov: maxHfov,
-                  hfov: defaultHfov,
-                  type: 'cubemap',
-                  cubeMap: [
-                      _dataUrlArray[0],
-                      _dataUrlArray[1],
-                      _dataUrlArray[2],
-                      _dataUrlArray[3],
-                      _dataUrlArray[4],
-                      _dataUrlArray[5]
-                  ]
-              };
-              response.resolve({status: 'ok'});
-          });
+      operation.id = 'rotate';
+      operation.keys = [t('operations.rotate.key')];
+      operation.title = t('operations.rotate.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
-          return response.promise;
-      },
+      return operation;
+  }
 
+  function operationSplit(selectedIDs, context) {
+      var vertices = filter(selectedIDs, function(entityId) {
+          return context.geometry(entityId) === 'vertex';
+      });
 
-      getSequenceKeyForBubble: function(d) {
-          return d && d.sequenceKey;
-      },
+      var entityId = vertices[0],
+          action = actionSplit(entityId),
+          ways = [];
 
+      if (vertices.length === 1) {
+          if (selectedIDs.length > 1) {
+              action.limitWays(without(selectedIDs, entityId));
+          }
+          ways = action.ways(context.graph());
+      }
 
-      /**
-       * setStyles().
-       */
-      setStyles: function (hovered, reset) {
-          if (reset) {  // reset all layers
-              d3_selectAll('.viewfield-group')
-                  .classed('highlighted', false)
-                  .classed('hovered', false)
-                  .classed('selected', false);
 
-              d3_selectAll('.sequence')
-                  .classed('highlighted', false)
-                  .classed('selected', false);
+      var operation = function() {
+          var difference = context.perform(action, operation.annotation());
+          context.enter(modeSelect(context, difference.extantIDs()));
+      };
+
+
+      operation.available = function() {
+          return vertices.length === 1;
+      };
+
+
+      operation.disabled = function() {
+          var reason;
+          if (some(selectedIDs, context.hasHiddenConnections)) {
+              reason = 'connected_to_hidden';
           }
+          return action.disabled(context.graph()) || reason;
+      };
 
-          var hoveredBubbleKey = hovered && hovered.key;
-          var hoveredSequenceKey = this.getSequenceKeyForBubble(hovered);
-          var hoveredSequence = hoveredSequenceKey && _ssCache.sequences[hoveredSequenceKey];
-          var hoveredBubbleKeys =  (hoveredSequence && hoveredSequence.bubbles.map(function (d) { return d.key; })) || [];
 
-          var viewer = select('#photoviewer');
-          var selected = viewer.empty() ? undefined : viewer.datum();
-          var selectedBubbleKey = selected && selected.key;
-          var selectedSequenceKey = this.getSequenceKeyForBubble(selected);
-          var selectedSequence = selectedSequenceKey && _ssCache.sequences[selectedSequenceKey];
-          var selectedBubbleKeys = (selectedSequence && selectedSequence.bubbles.map(function (d) { return d.key; })) || [];
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          if (disable) {
+              return t('operations.split.' + disable);
+          }
+          if (ways.length === 1) {
+              return t('operations.split.description.' + context.geometry(ways[0].id));
+          } else {
+              return t('operations.split.description.multiple');
+          }
+      };
 
-          // highlight sibling viewfields on either the selected or the hovered sequences
-          var highlightedBubbleKeys = union(hoveredBubbleKeys, selectedBubbleKeys);
 
-          d3_selectAll('.layer-streetside-images .viewfield-group')
-              .classed('highlighted', function (d) { return highlightedBubbleKeys.indexOf(d.key) !== -1; })
-              .classed('hovered', function (d) { return d.key === hoveredBubbleKey; })
-              .classed('selected', function (d) { return d.key === selectedBubbleKey; });
+      operation.annotation = function() {
+          return ways.length === 1 ?
+              t('operations.split.annotation.' + context.geometry(ways[0].id)) :
+              t('operations.split.annotation.multiple', { n: ways.length });
+      };
 
-          d3_selectAll('.layer-streetside-images .sequence')
-              .classed('highlighted', function (d) { return d.properties.key === hoveredSequenceKey; })
-              .classed('selected', function (d) { return d.properties.key === selectedSequenceKey; });
 
-          // update viewfields if needed
-          d3_selectAll('.viewfield-group .viewfield')
-              .attr('d', viewfieldPath);
+      operation.id = 'split';
+      operation.keys = [t('operations.split.key')];
+      operation.title = t('operations.split.title');
+      operation.behavior = behaviorOperation(context).which(operation);
 
-          function viewfieldPath() {
-              var d = this.parentNode.__data__;
-              if (d.pano && d.key !== selectedBubbleKey) {
-                  return 'M 8,13 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0';
-              } else {
-                  return 'M 6,9 C 8,8.4 8,8.4 10,9 L 16,-2 C 12,-5 4,-5 0,-2 z';
-              }
-          }
+      return operation;
+  }
 
-          return this;
-      },
+  function operationStraighten(selectedIDs, context) {
+      var entityId = selectedIDs[0],
+          action = actionStraighten(entityId, context.projection);
 
-      /**
-       * cache().
-       */
-      cache: function () {
-          return _ssCache;
+
+      function operation() {
+          context.perform(action, operation.annotation());
       }
-  };
 
-  var apibase$3 = 'https://taginfo.openstreetmap.org/api/4/',
-      inflight$1 = {},
-      popularKeys = {},
-      taginfoCache = {},
-      tag_sorts = {
-          point: 'count_nodes',
-          vertex: 'count_nodes',
-          area: 'count_ways',
-          line: 'count_ways'
-      },
-      tag_sort_members = {
-          point: 'count_node_members',
-          vertex: 'count_node_members',
-          area: 'count_way_members',
-          line: 'count_way_members',
-          relation: 'count_relation_members'
-      },
-      tag_filters = {
-          point: 'nodes',
-          vertex: 'nodes',
-          area: 'ways',
-          line: 'ways'
-      },
-      tag_members_fractions = {
-          point: 'count_node_members_fraction',
-          vertex: 'count_node_members_fraction',
-          area: 'count_way_members_fraction',
-          line: 'count_way_members_fraction',
-          relation: 'count_relation_members_fraction'
+
+      operation.available = function() {
+          var entity = context.entity(entityId);
+          return selectedIDs.length === 1 &&
+              entity.type === 'way' &&
+              !entity.isClosed() &&
+              uniq(entity.nodes).length > 2;
       };
 
 
-  function sets(params, n, o) {
-      if (params.geometry && o[params.geometry]) {
-          params[n] = o[params.geometry];
-      }
-      return params;
-  }
+      operation.disabled = function() {
+          var reason;
+          if (context.hasHiddenConnections(entityId)) {
+              reason = 'connected_to_hidden';
+          }
+          return action.disabled(context.graph()) || reason;
+      };
 
 
-  function setFilter(params) {
-      return sets(params, 'filter', tag_filters);
-  }
+      operation.tooltip = function() {
+          var disable = operation.disabled();
+          return disable ?
+              t('operations.straighten.' + disable) :
+              t('operations.straighten.description');
+      };
 
 
-  function setSort(params) {
-      return sets(params, 'sortname', tag_sorts);
-  }
+      operation.annotation = function() {
+          return t('operations.straighten.annotation');
+      };
 
 
-  function setSortMembers(params) {
-      return sets(params, 'sortname', tag_sort_members);
+      operation.id = 'straighten';
+      operation.keys = [t('operations.straighten.key')];
+      operation.title = t('operations.straighten.title');
+      operation.behavior = behaviorOperation(context).which(operation);
+
+      return operation;
   }
 
+  function operationDetachNode(selectedIDs, context) {
+      var nodeID = selectedIDs.length && selectedIDs[0];
+      var action = actionDetachNode(nodeID);
 
-  function clean(params) {
-      return omit(params, ['geometry', 'debounce']);
-  }
+      var operation = function () {
+          context.perform(action);  // do the detach
 
+          var mouse = context.map().mouseCoordinates();
+          if (mouse.some(isNaN)) {
+              enterMoveMode();
 
-  function filterKeys(type) {
-      var count_type = type ? 'count_' + type : 'count_all';
-      return function(d) {
-          return parseFloat(d[count_type]) > 2500 || d.in_wiki;
-      };
-  }
+          } else {
+              // move detached node to the mouse location (transitioned)
+              context.perform(actionMoveNode(nodeID, mouse));
 
+              // after transition completes, put at final mouse location and enter move mode.
+              window.setTimeout(function() {
+                  mouse = context.map().mouseCoordinates();
+                  context.replace(actionMoveNode(nodeID, mouse));
+                  enterMoveMode();
+              }, 150);
+          }
 
-  function filterMultikeys(prefix) {
-      return function(d) {
-          // d.key begins with prefix, and d.key contains no additional ':'s
-          var re = new RegExp('^' + prefix + '(.*)$');
-          var matches = d.key.match(re) || [];
-          return (matches.length === 2 && matches[1].indexOf(':') === -1);
+          function enterMoveMode() {
+              var baseGraph = context.graph();
+              context.enter(modeMove$$1(context, [nodeID], baseGraph));
+          }
       };
-  }
 
 
-  function filterValues(allowUpperCase) {
-      return function(d) {
-          if (d.value.match(/[;,]/) !== null) return false;  // exclude some punctuation
-          if (!allowUpperCase && d.value.match(/[A-Z*]/) !== null) return false;  // exclude uppercase letters
-          return parseFloat(d.fraction) > 0.0 || d.in_wiki;
+      operation.available = function () {
+          if (selectedIDs.length !== 1) return false;
+
+          var graph = context.graph();
+          var entity = graph.hasEntity(nodeID);
+          if (!entity) return false;
+
+          return entity.type === 'node' &&
+              entity.hasInterestingTags() &&
+              graph.parentWays(entity).length > 0;
       };
-  }
 
 
-  function filterRoles(geometry) {
-      return function(d) {
-          if (d.role === '') return false; // exclude empty role
-          if (d.role.match(/[A-Z*;,]/) !== null) return false;  // exclude uppercase letters and some punctuation
-          return parseFloat(d[tag_members_fractions[geometry]]) > 0.0;
+      operation.disabled = function () {
+          var reason;
+          if (some(selectedIDs, context.hasHiddenConnections)) {
+              reason = 'connected_to_hidden';
+          }
+          return action.disabled(context.graph()) || reason;
       };
-  }
 
 
-  function valKey(d) {
-      return {
-          value: d.key,
-          title: d.key
+      operation.tooltip = function () {
+          var disableReason = operation.disabled();
+          if (disableReason) {
+              return t('operations.detach_node.' + disableReason,
+                  { relation: context.presets().item('type/restriction').name() });
+          } else {
+              return t('operations.detach_node.description');
+          }
       };
-  }
 
 
-  function valKeyDescription(d) {
-      return {
-          value: d.value,
-          title: d.description || d.value
+      operation.annotation = function () {
+          return t('operations.detach_node.annotation');
       };
+
+
+      operation.id = 'detach-node';
+      operation.keys = [t('operations.detach_node.key')];
+      operation.title = t('operations.detach_node.title');
+      operation.behavior = behaviorOperation(context).which(operation);
+
+
+      return operation;
   }
 
 
-  function roleKey(d) {
-      return {
-          value: d.role,
-          title: d.role
+
+  var Operations = /*#__PURE__*/Object.freeze({
+    operationCircularize: operationCircularize,
+    operationContinue: operationContinue,
+    operationDelete: operationDelete,
+    operationDisconnect: operationDisconnect,
+    operationMerge: operationMerge,
+    operationMove: operationMove,
+    operationOrthogonalize: operationOrthogonalize,
+    operationReflectShort: operationReflectShort,
+    operationReflectLong: operationReflectLong,
+    operationReverse: operationReverse,
+    operationRotate: operationRotate,
+    operationSplit: operationSplit,
+    operationStraighten: operationStraighten,
+    operationDetachNode: operationDetachNode
+  });
+
+  function modeMove$$1(context, entityIDs, baseGraph) {
+      var mode = {
+          id: 'move',
+          button: 'browse'
       };
-  }
 
+      var keybinding = d3keybinding('move');
+      var behaviors = [
+          behaviorEdit(context),
+          operationCircularize(entityIDs, context).behavior,
+          operationDelete(entityIDs, context).behavior,
+          operationOrthogonalize(entityIDs, context).behavior,
+          operationReflectLong(entityIDs, context).behavior,
+          operationReflectShort(entityIDs, context).behavior,
+          operationRotate(entityIDs, context).behavior
+      ];
+      var annotation = entityIDs.length === 1 ?
+          t('operations.move.annotation.' + context.geometry(entityIDs[0])) :
+          t('operations.move.annotation.multiple');
 
-  // sort keys with ':' lower than keys without ':'
-  function sortKeys(a, b) {
-      return (a.key.indexOf(':') === -1 && b.key.indexOf(':') !== -1) ? -1
-          : (a.key.indexOf(':') !== -1 && b.key.indexOf(':') === -1) ? 1
-          : 0;
-  }
+      var _prevGraph;
+      var _cache;
+      var _origin;
+      var _nudgeInterval;
 
 
-  var debouncedRequest = debounce(request$1, 500, { leading: false });
+      function doMove(nudge) {
+          nudge = nudge || [0, 0];
 
-  function request$1(url, params, exactMatch, callback, loaded) {
-      if (inflight$1[url]) return;
+          var fn;
+          if (_prevGraph !== context.graph()) {
+              _cache = {};
+              _origin = context.map().mouseCoordinates();
+              fn = context.perform;
+          } else {
+              fn = context.overwrite;
+          }
 
-      if (checkCache(url, params, exactMatch, callback)) return;
+          var currMouse = context.mouse();
+          var origMouse = context.projection(_origin);
+          var delta = geoVecSubtract(geoVecSubtract(currMouse, origMouse), nudge);
 
-      inflight$1[url] = d3_json(url, function (err, data) {
-          delete inflight$1[url];
-          loaded(err, data);
-      });
-  }
+          fn(actionMove(entityIDs, delta, context.projection, _cache), annotation);
+          _prevGraph = context.graph();
+      }
 
 
-  function checkCache(url, params, exactMatch, callback) {
-      var rp = params.rp || 25,
-          testQuery = params.query || '',
-          testUrl = url;
+      function startNudge(nudge) {
+          if (_nudgeInterval) window.clearInterval(_nudgeInterval);
+          _nudgeInterval = window.setInterval(function() {
+              context.pan(nudge);
+              doMove(nudge);
+          }, 50);
+      }
 
-      do {
-          var hit = taginfoCache[testUrl];
 
-          // exact match, or shorter match yielding fewer than max results (rp)
-          if (hit && (url === testUrl || hit.length < rp)) {
-              callback(null, hit);
-              return true;
+      function stopNudge() {
+          if (_nudgeInterval) {
+              window.clearInterval(_nudgeInterval);
+              _nudgeInterval = null;
           }
+      }
 
-          // don't try to shorten the query
-          if (exactMatch || !testQuery.length) return false;
 
-          // do shorten the query to see if we already have a cached result
-          // that has returned fewer than max results (rp)
-          testQuery = testQuery.slice(0, -1);
-          testUrl = url.replace(/&query=(.*?)&/, '&query=' + testQuery + '&');
-      } while (testQuery.length >= 0);
+      function move() {
+          doMove();
+          var nudge = geoViewportEdge(context.mouse(), context.map().dimensions());
+          if (nudge) {
+              startNudge(nudge);
+          } else {
+              stopNudge();
+          }
+      }
 
-      return false;
-  }
 
+      function finish() {
+          event.stopPropagation();
+          context.enter(modeSelect(context, entityIDs));
+          stopNudge();
+      }
 
-  var serviceTaginfo = {
 
-      init: function() {
-          inflight$1 = {};
-          taginfoCache = {};
-          popularKeys = {};
+      function cancel() {
+          if (baseGraph) {
+              while (context.graph() !== baseGraph) context.pop();
+              context.enter(modeBrowse(context));
+          } else {
+              context.pop();
+              context.enter(modeSelect(context, entityIDs));
+          }
+          stopNudge();
+      }
 
-          // Fetch popular keys.  We'll exclude these from `values`
-          // lookups because they stress taginfo, and they aren't likely
-          // to yield meaningful autocomplete results.. see #3955
-          var params = { rp: 100, sortname: 'values_all', sortorder: 'desc', page: 1, debounce: false };
-          this.keys(params, function(err, data) {
-              if (err) return;
-              data.forEach(function(d) {
-                  if (d.value === 'opening_hours') return;  // exception
-                  popularKeys[d.value] = true;
-              });
+
+      function undone() {
+          context.enter(modeBrowse(context));
+      }
+
+
+      mode.enter = function() {
+          _origin = context.map().mouseCoordinates();
+          _prevGraph = null;
+          _cache = {};
+
+          behaviors.forEach(function(behavior) {
+              context.install(behavior);
           });
-      },
 
+          context.surface()
+              .on('mousemove.move', move)
+              .on('click.move', finish);
 
-      reset: function() {
-          forEach(inflight$1, function(req) { req.abort(); });
-          inflight$1 = {};
-      },
+          context.history()
+              .on('undone.move', undone);
 
+          keybinding
+              .on('⎋', cancel)
+              .on('↩', finish);
 
-      keys: function(params, callback) {
-          var doRequest = params.debounce ? debouncedRequest : request$1;
-          params = clean(setSort(params));
-          params = assignIn({ rp: 10, sortname: 'count_all', sortorder: 'desc', page: 1 }, params);
+          select(document)
+              .call(keybinding);
+      };
 
-          var url = apibase$3 + 'keys/all?' + utilQsString(params);
-          doRequest(url, params, false, callback, function(err, d) {
-              if (err) {
-                  callback(err);
-              } else {
-                  var f = filterKeys(params.filter);
-                  var result = d.data.filter(f).sort(sortKeys).map(valKey);
-                  taginfoCache[url] = result;
-                  callback(null, result);
-              }
+
+      mode.exit = function() {
+          stopNudge();
+
+          behaviors.forEach(function(behavior) {
+              context.uninstall(behavior);
           });
-      },
 
+          context.surface()
+              .on('mousemove.move', null)
+              .on('click.move', null);
 
-      multikeys: function(params, callback) {
-          var doRequest = params.debounce ? debouncedRequest : request$1;
-          params = clean(setSort(params));
-          params = assignIn({ rp: 25, sortname: 'count_all', sortorder: 'desc', page: 1 }, params);
-          var prefix = params.query;
+          context.history()
+              .on('undone.move', null);
 
-          var url = apibase$3 + 'keys/all?' + utilQsString(params);
-          doRequest(url, params, true, callback, function(err, d) {
-              if (err) {
-                  callback(err);
-              } else {
-                  var f = filterMultikeys(prefix);
-                  var result = d.data.filter(f).map(valKey);
-                  taginfoCache[url] = result;
-                  callback(null, result);
-              }
-          });
-      },
+          keybinding.off();
+      };
 
 
-      values: function(params, callback) {
-          // Exclude popular keys from values lookups.. see #3955
-          var key = params.key;
-          if (key && popularKeys[key]) {
-              callback(null, []);
-              return;
-          }
+      mode.selectedIDs = function() {
+          if (!arguments.length) return entityIDs;
+          // no assign
+          return mode;
+      };
 
-          var doRequest = params.debounce ? debouncedRequest : request$1;
-          params = clean(setSort(setFilter(params)));
-          params = assignIn({ rp: 25, sortname: 'count_all', sortorder: 'desc', page: 1 }, params);
 
-          var url = apibase$3 + 'key/values?' + utilQsString(params);
-          doRequest(url, params, false, callback, function(err, d) {
-              if (err) {
-                  callback(err);
-              } else {
-                  // In most cases we prefer taginfo value results with lowercase letters.
-                  // A few OSM keys expect values to contain uppercase values (see #3377).
-                  // This is not an exhaustive list (e.g. `name` also has uppercase values)
-                  // but these are the fields where taginfo value lookup is most useful.
-                  var re = /network|taxon|genus|species|brand|grape_variety|royal_cypher|booth|rating|:output|_hours|_times/;
-                  var allowUpperCase = (params.key.match(re) !== null);
-                  var f = filterValues(allowUpperCase);
+      return mode;
+  }
 
-                  var result = d.data.filter(f).map(valKeyDescription);
-                  taginfoCache[url] = result;
-                  callback(null, result);
-              }
-          });
-      },
+  function modeRotate$$1(context, entityIDs) {
+      var mode = {
+          id: 'rotate',
+          button: 'browse'
+      };
 
+      var keybinding = d3keybinding('rotate');
+      var behaviors = [
+          behaviorEdit(context),
+          operationCircularize(entityIDs, context).behavior,
+          operationDelete(entityIDs, context).behavior,
+          operationMove(entityIDs, context).behavior,
+          operationOrthogonalize(entityIDs, context).behavior,
+          operationReflectLong(entityIDs, context).behavior,
+          operationReflectShort(entityIDs, context).behavior
+      ];
+      var annotation = entityIDs.length === 1 ?
+          t('operations.rotate.annotation.' + context.geometry(entityIDs[0])) :
+          t('operations.rotate.annotation.multiple');
 
-      roles: function(params, callback) {
-          var doRequest = params.debounce ? debouncedRequest : request$1;
-          var geometry = params.geometry;
-          params = clean(setSortMembers(params));
-          params = assignIn({ rp: 25, sortname: 'count_all_members', sortorder: 'desc', page: 1 }, params);
+      var _prevGraph;
+      var _prevAngle;
+      var _prevTransform;
+      var _pivot;
 
-          var url = apibase$3 + 'relation/roles?' + utilQsString(params);
-          doRequest(url, params, true, callback, function(err, d) {
-              if (err) {
-                  callback(err);
-              } else {
-                  var f = filterRoles(geometry);
-                  var result = d.data.filter(f).map(roleKey);
-                  taginfoCache[url] = result;
-                  callback(null, result);
-              }
-          });
-      },
 
+      function doRotate() {
+          var fn;
+          if (context.graph() !== _prevGraph) {
+              fn = context.perform;
+          } else {
+              fn = context.replace;
+          }
 
-      docs: function(params, callback) {
-          var doRequest = params.debounce ? debouncedRequest : request$1;
-          params = clean(setSort(params));
+          // projection changed, recalculate _pivot
+          var projection = context.projection;
+          var currTransform = projection.transform();
+          if (!_prevTransform ||
+              currTransform.k !== _prevTransform.k ||
+              currTransform.x !== _prevTransform.x ||
+              currTransform.y !== _prevTransform.y) {
 
-          var path = 'key/wiki_pages?';
-          if (params.value) path = 'tag/wiki_pages?';
-          else if (params.rtype) path = 'relation/wiki_pages?';
+              var nodes = utilGetAllNodes(entityIDs, context.graph());
+              var points = nodes.map(function(n) { return projection(n.loc); });
 
-          var url = apibase$3 + path + utilQsString(params);
-          doRequest(url, params, true, callback, function(err, d) {
-              if (err) {
-                  callback(err);
+              if (points.length === 1) {  // degenerate case
+                  _pivot = points[0];
+              } else if (points.length === 2) {
+                  _pivot = geoVecInterp(points[0], points[1], 0.5);
               } else {
-                  taginfoCache[url] = d.data;
-                  callback(null, d.data);
+                  _pivot = d3_polygonCentroid(d3_polygonHull(points));
               }
-          });
-      },
+              _prevAngle = undefined;
+          }
 
 
-      apibase: function(_) {
-          if (!arguments.length) return apibase$3;
-          apibase$3 = _;
-          return this;
-      }
+          var currMouse = context.mouse();
+          var currAngle = Math.atan2(currMouse[1] - _pivot[1], currMouse[0] - _pivot[0]);
 
-  };
+          if (typeof _prevAngle === 'undefined') _prevAngle = currAngle;
+          var delta = currAngle - _prevAngle;
 
-  var endpoint = 'https://www.wikidata.org/w/api.php?';
+          fn(actionRotate(entityIDs, _pivot, delta, projection), annotation);
 
-  var serviceWikidata = {
+          _prevTransform = currTransform;
+          _prevAngle = currAngle;
+          _prevGraph = context.graph();
+      }
 
-      init: function() {},
-      reset: function() {},
 
+      function finish() {
+          event.stopPropagation();
+          context.enter(modeSelect(context, entityIDs));
+      }
 
-      // Given a Wikipedia language and article title, return an array of
-      // corresponding Wikidata entities.
-      itemsByTitle: function(lang, title, callback) {
-          if (!title) {
-              callback('', {});
-              return;
-          }
 
-          lang = lang || 'en';
-          jsonpRequest(endpoint + utilQsString({
-              action: 'wbgetentities',
-              format: 'json',
-              sites: lang.replace(/-/g, '_') + 'wiki',
-              titles: title,
-              languages: 'en', // shrink response by filtering to one language
-              callback: '{callback}'
-          }), function(data) {
-              if (!data || data.error) {
-                  callback('', {});
-              } else {
-                  callback(title, data.entities || {});
-              }
-          });
+      function cancel() {
+          context.pop();
+          context.enter(modeSelect(context, entityIDs));
       }
 
-  };
 
-  var endpoint$1 = 'https://en.wikipedia.org/w/api.php?';
+      function undone() {
+          context.enter(modeBrowse(context));
+      }
 
-  var serviceWikipedia = {
 
-      init: function() {},
-      reset: function() {},
+      mode.enter = function() {
+          behaviors.forEach(function(behavior) {
+              context.install(behavior);
+          });
 
+          context.surface()
+              .on('mousemove.rotate', doRotate)
+              .on('click.rotate', finish);
 
-      search: function(lang, query, callback) {
-          if (!query) {
-              callback('', []);
-              return;
-          }
+          context.history()
+              .on('undone.rotate', undone);
 
-          lang = lang || 'en';
-          jsonpRequest(endpoint$1.replace('en', lang) +
-              utilQsString({
-                  action: 'query',
-                  list: 'search',
-                  srlimit: '10',
-                  srinfo: 'suggestion',
-                  format: 'json',
-                  callback: '{callback}',
-                  srsearch: query
-              }), function(data) {
-                  if (!data || !data.query || !data.query.search || data.error) {
-                      callback('', []);
-                  } else {
-                      var results = data.query.search.map(function(d) { return d.title; });
-                      callback(query, results);
-                  }
-              }
-          );
-      },
+          keybinding
+              .on('⎋', cancel)
+              .on('↩', finish);
 
+          select(document)
+              .call(keybinding);
+      };
 
-      suggestions: function(lang, query, callback) {
-          if (!query) {
-              callback('', []);
-              return;
-          }
 
-          lang = lang || 'en';
-          jsonpRequest(endpoint$1.replace('en', lang) +
-              utilQsString({
-                  action: 'opensearch',
-                  namespace: 0,
-                  suggest: '',
-                  format: 'json',
-                  callback: '{callback}',
-                  search: query
-              }), function(data) {
-                  if (!data || data.error) {
-                      callback('', []);
-                  } else {
-                      callback(data[0], data[1] || []);
-                  }
-              }
-          );
-      },
+      mode.exit = function() {
+          behaviors.forEach(function(behavior) {
+              context.uninstall(behavior);
+          });
 
+          context.surface()
+              .on('mousemove.rotate', null)
+              .on('click.rotate', null);
 
-      translations: function(lang, title, callback) {
-          if (!title) {
-              callback({});
-              return;
-          }
+          context.history()
+              .on('undone.rotate', null);
 
-          jsonpRequest(endpoint$1.replace('en', lang) +
-              utilQsString({
-                  action: 'query',
-                  prop: 'langlinks',
-                  format: 'json',
-                  callback: '{callback}',
-                  lllimit: 500,
-                  titles: title
-              }), function(data) {
-                  if (!data || !data.query || !data.query.pages || data.error) {
-                      callback({});
-                  } else {
-                      var list = data.query.pages[Object.keys(data.query.pages)[0]],
-                          translations = {};
-                      if (list && list.langlinks) {
-                          list.langlinks.forEach(function(d) {
-                              translations[d.lang] = d['*'];
-                          });
-                      }
-                      callback(translations);
-                  }
-              }
-          );
-      }
+          keybinding.off();
+      };
 
-  };
 
-  var services = {
-      geocoder: serviceNominatim,
-      mapillary: serviceMapillary,
-      openstreetcam: serviceOpenstreetcam,
-      osm: serviceOsm,
-      streetside: serviceStreetside,
-      taginfo: serviceTaginfo,
-      wikidata: serviceWikidata,
-      wikipedia: serviceWikipedia
-  };
+      mode.selectedIDs = function() {
+          if (!arguments.length) return entityIDs;
+          // no assign
+          return mode;
+      };
+
+
+      return mode;
+  }
 
   var _isSaving = false;
 
           behaviorHover(context),
           behaviorSelect(context),
           behaviorLasso(context),
-          modeDragNode$$1(context).restoreSelectedIDs(selectedIDs).behavior
+          modeDragNode$$1(context).restoreSelectedIDs(selectedIDs).behavior,
+          modeDragNote$$1(context).behavior
       ];
-      var inspector;
       var editMenu;
       var newFeature = false;
       var suppressMenu = true;
                   showMenu();
               }
           }, 270);  /* after any centerEase completes */
-
       };
 
 
       mode.exit = function() {
           if (timeout) window.clearTimeout(timeout);
-          if (inspector) wrap.call(inspector.close);
 
           behaviors.forEach(function(behavior) {
               context.uninstall(behavior);
       return mode;
   }
 
+  function modeSelectNote$$1(context, selectedNoteID) {
+      var mode = {
+          id: 'select-note',
+          button: 'browse'
+      };
+
+      var osm = services.osm;
+      var keybinding = d3keybinding('select-note');
+      var noteEditor = uiNoteEditor$$1(context)
+          .on('change', function() {
+              context.map().pan([0,0]);  // trigger a redraw
+              var note = checkSelectedID();
+              if (!note) return;
+              context.ui().sidebar
+                  .show(noteEditor.note(note));
+          });
+
+      var behaviors = [
+          behaviorBreathe(context),
+          behaviorHover(context),
+          behaviorSelect(context),
+          behaviorLasso(context),
+          modeDragNote$$1(context).behavior
+      ];
+
+      var newFeature = false;
+
+
+      function checkSelectedID() {
+          if (!osm) return;
+          var note = osm.getNote(selectedNoteID);
+          if (!note) {
+              context.enter(modeBrowse(context));
+          }
+          return note;
+      }
+
+      mode.newFeature = function(_) {
+          if (!arguments.length) return newFeature;
+          newFeature = _;
+          return mode;
+      };
+
+      mode.enter = function() {
+
+          // class the note as selected, or return to browse mode if the note is gone
+          function selectNote(drawn) {
+              if (!checkSelectedID()) return;
+
+              var selection$$1 = context.surface()
+                  .selectAll('.note-' + selectedNoteID);
+
+              if (selection$$1.empty()) {
+                  // Return to browse mode if selected DOM elements have
+                  // disappeared because the user moved them out of view..
+                  var source = event && event.type === 'zoom' && event.sourceEvent;
+                  if (drawn && source && (source.type === 'mousemove' || source.type === 'touchmove')) {
+                      context.enter(modeBrowse(context));
+                  }
+
+              } else {
+                  selection$$1
+                      .classed('selected', true);
+                  context.selectedNoteID(selectedNoteID);
+              }
+          }
+
+          function esc() {
+              context.enter(modeBrowse(context));
+          }
+
+          var note = checkSelectedID();
+          if (!note) return;
+
+          behaviors.forEach(function(behavior) {
+              context.install(behavior);
+          });
+
+          keybinding
+              .on('⎋', esc, true);
+
+          select(document)
+              .call(keybinding);
+
+          selectNote();
+
+          context.ui().sidebar
+              .show(noteEditor.note(note));
+
+          context.map()
+              .on('drawn.select', selectNote);
+      };
+
+
+      mode.exit = function() {
+          behaviors.forEach(function(behavior) {
+              context.uninstall(behavior);
+          });
+
+          keybinding.off();
+
+          context.surface()
+              .selectAll('.note.selected')
+              .classed('selected hover', false);
+
+          context.map()
+              .on('drawn.select', null);
+
+          context.ui().sidebar
+              .hide();
+          context.selectedNoteID(null);
+      };
+
+
+      return mode;
+  }
+
   function behaviorAddWay(context) {
       var dispatch$$1 = dispatch('start', 'startFromWay', 'startFromNode'),
           draw = behaviorDraw(context);
                   var target = event.target;
                   for (; target && target !== root; target = target.parentNode) {
                       var datum = target.__data__;
-                      var entity = datum && datum.properties && datum.properties.entity;
+
+                      var entity = datum instanceof osmNote ?
+                          datum : datum && datum.properties && datum.properties.entity;
+
                       if (entity && target[matchesSelector](_selector)) {
                           return dragstart.call(target, entity);
                       }
               datum = datum.parents[0];
           }
 
-          if (!(datum instanceof osmEntity$$1)) {
-              // clicked nothing..
-              if (!isMultiselect && mode.id !== 'browse') {
-                  context.enter(modeBrowse(context));
-              }
-
-          } else {
-              // clicked an entity..
+          if (datum instanceof osmEntity$$1) {    // clicked an entity..
               var selectedIDs = context.selectedIDs();
+              context.selectedNoteID(null);
 
               if (!isMultiselect) {
                   if (selectedIDs.length > 1 && (!suppressMenu && !isShowAlways)) {
                       context.enter(modeSelect(context, selectedIDs).suppressMenu(suppressMenu));
                   }
               }
+
+          } else if (datum instanceof osmNote && !isMultiselect) {    // clicked a Note..
+              context
+                  .selectedNoteID(datum.id)
+                  .enter(modeSelectNote$$1(context, datum.id));
+
+          } else {    // clicked nothing..
+
+              context.selectedNoteID(null);
+              if (!isMultiselect && mode.id !== 'browse') {
+                  context.enter(modeBrowse(context));
+              }
           }
 
           // reset for next time..
           return 1000;
   }
 
-  var dataIntroGraph = {n1:{id:"n1",loc:[-85.631039,41.948829]},n10:{id:"n10",loc:[-85.634733,41.941588]},n100:{id:"n100",loc:[-85.637395,41.942252]},n1000:{id:"n1000",loc:[-85.632699,41.944763]},n1001:{id:"n1001",loc:[-85.632685,41.944763]},n1002:{id:"n1002",loc:[-85.632673,41.944755]},n1003:{id:"n1003",loc:[-85.632595,41.944682]},n1004:{id:"n1004",loc:[-85.632576,41.944673]},n1005:{id:"n1005",loc:[-85.632551,41.944667]},n1006:{id:"n1006",loc:[-85.63253,41.944667]},n1007:{id:"n1007",loc:[-85.632502,41.944669]},n1008:{id:"n1008",loc:[-85.632483,41.944677]},n1009:{id:"n1009",loc:[-85.632383,41.944731]},n101:{id:"n101",loc:[-85.637357,41.942252]},n1010:{id:"n1010",loc:[-85.63349,41.944976],tags:{"addr:city":"Three Rivers","addr:housenumber":"31","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Sherwin-Williams",shop:"paint"}},n1011:{id:"n1011",loc:[-85.633548,41.945034],tags:{"addr:city":"Three Rivers","addr:housenumber":"33","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Unique Jewelry",shop:"jewelry"}},n1012:{id:"n1012",loc:[-85.633683,41.945129],tags:{"addr:city":"Three Rivers","addr:housenumber":"37","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"World Fare",shop:"gift"}},n1013:{id:"n1013",loc:[-85.634563,41.945469],tags:{"addr:city":"Three Rivers","addr:housenumber":"62","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Golden Finch Framing",shop:"frame"}},n1014:{id:"n1014",loc:[-85.634469,41.945379],tags:{"addr:city":"Three Rivers","addr:housenumber":"58","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Dollar Tree",shop:"second_hand"}},n1015:{id:"n1015",loc:[-85.634227,41.945159],tags:{"addr:city":"Three Rivers","addr:housenumber":"48","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",amenity:"theatre",name:"Riviera Theatre"}},n1016:{id:"n1016",loc:[-85.634057,41.945012],tags:{"addr:city":"Three Rivers","addr:housenumber":"42","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"River City Appliance",shop:"appliance"}},n1017:{id:"n1017",loc:[-85.633879,41.945325],tags:{"addr:city":"Three Rivers","addr:housenumber":"45","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Paparazzi Tattoo",shop:"tattoo"}},n1018:{id:"n1018",loc:[-85.634914,41.945839],tags:{"addr:city":"Three Rivers","addr:housenumber":"88","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",amenity:"bank",name:"Southern Michigan Bank"}},n1019:{id:"n1019",loc:[-85.634514,41.946176]},n102:{id:"n102",loc:[-85.637357,41.942216]},n1020:{id:"n1020",loc:[-85.634087,41.946178]},n1021:{id:"n1021",loc:[-85.634357,41.945805]},n1022:{id:"n1022",loc:[-85.634389,41.945788]},n1023:{id:"n1023",loc:[-85.634491,41.94581]},n1024:{id:"n1024",loc:[-85.634513,41.945853]},n1025:{id:"n1025",loc:[-85.634506,41.94583]},n1026:{id:"n1026",loc:[-85.634762,41.946056],tags:{crossing:"zebra",highway:"crossing"}},n1027:{id:"n1027",loc:[-85.634767,41.946172]},n1028:{id:"n1028",loc:[-85.634622,41.946175],tags:{crossing:"zebra",highway:"crossing"}},n1029:{id:"n1029",loc:[-85.640655,41.942057]},n103:{id:"n103",loc:[-85.637386,41.942054]},n1030:{id:"n1030",loc:[-85.640947,41.942057]},n1031:{id:"n1031",loc:[-85.640957,41.942593]},n1032:{id:"n1032",loc:[-85.630953,41.960873]},n1033:{id:"n1033",loc:[-85.632174,41.960679]},n1034:{id:"n1034",loc:[-85.638785,41.943066]},n1035:{id:"n1035",loc:[-85.638853,41.943065]},n1036:{id:"n1036",loc:[-85.638855,41.943183]},n1037:{id:"n1037",loc:[-85.638552,41.943189]},n1038:{id:"n1038",loc:[-85.63855,41.943149]},n1039:{id:"n1039",loc:[-85.638638,41.943068]},n104:{id:"n104",loc:[-85.637387,41.942125]},n1040:{id:"n1040",loc:[-85.638638,41.943078]},n1041:{id:"n1041",loc:[-85.638813,41.943163]},n1042:{id:"n1042",loc:[-85.638684,41.943165]},n1043:{id:"n1043",loc:[-85.638682,41.943105]},n1044:{id:"n1044",loc:[-85.638706,41.943105]},n1045:{id:"n1045",loc:[-85.638707,41.943117]},n1046:{id:"n1046",loc:[-85.638812,41.943115]},n1047:{id:"n1047",loc:[-85.638769,41.943407]},n1048:{id:"n1048",loc:[-85.638549,41.943407]},n1049:{id:"n1049",loc:[-85.638567,41.943555]},n105:{id:"n105",loc:[-85.637319,41.942125]},n1050:{id:"n1050",loc:[-85.638426,41.943554]},n1051:{id:"n1051",loc:[-85.638427,41.94346]},n1052:{id:"n1052",loc:[-85.638568,41.943461]},n1053:{id:"n1053",loc:[-85.639264,41.943415]},n1054:{id:"n1054",loc:[-85.639082,41.943417]},n1055:{id:"n1055",loc:[-85.63908,41.943331]},n1056:{id:"n1056",loc:[-85.639136,41.94333]},n1057:{id:"n1057",loc:[-85.639158,41.943312]},n1058:{id:"n1058",loc:[-85.639188,41.943313]},n1059:{id:"n1059",loc:[-85.639211,41.943331]},n106:{id:"n106",loc:[-85.637319,41.942137]},n1060:{id:"n1060",loc:[-85.639262,41.943331]},n1061:{id:"n1061",loc:[-85.638986,41.943515]},n1062:{id:"n1062",loc:[-85.63888,41.943521]},n1063:{id:"n1063",loc:[-85.638871,41.943436]},n1064:{id:"n1064",loc:[-85.638958,41.943431]},n1065:{id:"n1065",loc:[-85.638979,41.943443]},n1066:{id:"n1066",loc:[-85.63926,41.943703]},n1067:{id:"n1067",loc:[-85.639152,41.943704]},n1068:{id:"n1068",loc:[-85.639152,41.943691]},n1069:{id:"n1069",loc:[-85.639063,41.943691]},n107:{id:"n107",loc:[-85.637259,41.942137]},n1070:{id:"n1070",loc:[-85.639062,41.943613]},n1071:{id:"n1071",loc:[-85.639259,41.943611]},n1072:{id:"n1072",loc:[-85.639117,41.943726]},n1073:{id:"n1073",loc:[-85.639118,41.943767]},n1074:{id:"n1074",loc:[-85.639051,41.943768]},n1075:{id:"n1075",loc:[-85.63905,41.943727]},n1076:{id:"n1076",loc:[-85.638627,41.943716]},n1077:{id:"n1077",loc:[-85.63863,41.943634]},n1078:{id:"n1078",loc:[-85.63844,41.943631]},n1079:{id:"n1079",loc:[-85.638437,41.943729]},n108:{id:"n108",loc:[-85.637259,41.942126]},n1080:{id:"n1080",loc:[-85.638533,41.94373]},n1081:{id:"n1081",loc:[-85.638534,41.943715]},n1082:{id:"n1082",loc:[-85.638678,41.943941]},n1083:{id:"n1083",loc:[-85.638522,41.943944]},n1084:{id:"n1084",loc:[-85.63852,41.943864]},n1085:{id:"n1085",loc:[-85.638676,41.943861]},n1086:{id:"n1086",loc:[-85.638663,41.944059]},n1087:{id:"n1087",loc:[-85.638513,41.944061]},n1088:{id:"n1088",loc:[-85.638511,41.943991]},n1089:{id:"n1089",loc:[-85.638661,41.943989]},n109:{id:"n109",loc:[-85.637193,41.942126]},n1090:{id:"n1090",loc:[-85.63865,41.944134]},n1091:{id:"n1091",loc:[-85.638429,41.944144]},n1092:{id:"n1092",loc:[-85.638426,41.944106]},n1093:{id:"n1093",loc:[-85.638476,41.944104]},n1094:{id:"n1094",loc:[-85.638475,41.94409]},n1095:{id:"n1095",loc:[-85.638594,41.944084]},n1096:{id:"n1096",loc:[-85.638595,41.944101]},n1097:{id:"n1097",loc:[-85.638647,41.944099]},n1098:{id:"n1098",loc:[-85.63829,41.944154]},n1099:{id:"n1099",loc:[-85.638558,41.944155]},n11:{id:"n11",loc:[-85.634602,41.941523]},n110:{id:"n110",loc:[-85.637192,41.942053]},n1100:{id:"n1100",loc:[-85.638558,41.944338]},n1101:{id:"n1101",loc:[-85.638851,41.944408]},n1102:{id:"n1102",loc:[-85.637771,41.943989]},n1103:{id:"n1103",loc:[-85.639345,41.943964]},n1104:{id:"n1104",loc:[-85.638515,41.94397]},n1105:{id:"n1105",loc:[-85.639256,41.943928]},n1106:{id:"n1106",loc:[-85.639157,41.943929]},n1107:{id:"n1107",loc:[-85.639156,41.9439]},n1108:{id:"n1108",loc:[-85.639118,41.9439]},n1109:{id:"n1109",loc:[-85.639116,41.94382]},n111:{id:"n111",loc:[-85.637248,41.942053]},n1110:{id:"n1110",loc:[-85.639202,41.943819]},n1111:{id:"n1111",loc:[-85.639202,41.943837]},n1112:{id:"n1112",loc:[-85.639293,41.943836]},n1113:{id:"n1113",loc:[-85.639295,41.943898]},n1114:{id:"n1114",loc:[-85.639255,41.943898]},n1115:{id:"n1115",loc:[-85.639296,41.944083]},n1116:{id:"n1116",loc:[-85.639144,41.944084]},n1117:{id:"n1117",loc:[-85.639143,41.944026]},n1118:{id:"n1118",loc:[-85.639162,41.944026]},n1119:{id:"n1119",loc:[-85.639162,41.944]},n112:{id:"n112",loc:[-85.637248,41.942042]},n1120:{id:"n1120",loc:[-85.639295,41.943999]},n1121:{id:"n1121",loc:[-85.639131,41.944139]},n1122:{id:"n1122",loc:[-85.63901,41.94414]},n1123:{id:"n1123",loc:[-85.63901,41.944076]},n1124:{id:"n1124",loc:[-85.63913,41.944075]},n1125:{id:"n1125",loc:[-85.639092,41.944155]},n1126:{id:"n1126",loc:[-85.639093,41.944308]},n1127:{id:"n1127",loc:[-85.639225,41.944308]},n1128:{id:"n1128",loc:[-85.639225,41.94429]},n1129:{id:"n1129",loc:[-85.639253,41.944289]},n113:{id:"n113",loc:[-85.637338,41.942041]},n1130:{id:"n1130",loc:[-85.639253,41.944269]},n1131:{id:"n1131",loc:[-85.639243,41.944269]},n1132:{id:"n1132",loc:[-85.639243,41.944229]},n1133:{id:"n1133",loc:[-85.639224,41.944229]},n1134:{id:"n1134",loc:[-85.639224,41.944196]},n1135:{id:"n1135",loc:[-85.639195,41.944196]},n1136:{id:"n1136",loc:[-85.639195,41.944155]},n1137:{id:"n1137",loc:[-85.639072,41.944154]},n1138:{id:"n1138",loc:[-85.638865,41.944154]},n1139:{id:"n1139",loc:[-85.638863,41.943967]},n114:{id:"n114",loc:[-85.637338,41.942055]},n1140:{id:"n1140",loc:[-85.6386,41.942698]},n1141:{id:"n1141",loc:[-85.639348,41.942698]},n1142:{id:"n1142",loc:[-85.639377,41.944984]},n1143:{id:"n1143",loc:[-85.63937,41.945013]},n1144:{id:"n1144",loc:[-85.639357,41.945033]},n1145:{id:"n1145",loc:[-85.639353,41.945053]},n1146:{id:"n1146",loc:[-85.639352,41.945084]},n1147:{id:"n1147",loc:[-85.638278,41.945516]},n1148:{id:"n1148",loc:[-85.637505,41.945801]},n1149:{id:"n1149",loc:[-85.637327,41.945857]},n115:{id:"n115",loc:[-85.637583,41.941943]},n1150:{id:"n1150",loc:[-85.637168,41.945899]},n1151:{id:"n1151",loc:[-85.637017,41.94593]},n1152:{id:"n1152",loc:[-85.637185,41.945938]},n1153:{id:"n1153",loc:[-85.63682,41.945963]},n1154:{id:"n1154",loc:[-85.636639,41.945984]},n1155:{id:"n1155",loc:[-85.636439,41.945999]},n1156:{id:"n1156",loc:[-85.635801,41.945999]},n1157:{id:"n1157",loc:[-85.635769,41.945908]},n1158:{id:"n1158",loc:[-85.635953,41.946154]},n1159:{id:"n1159",loc:[-85.635472,41.94598]},n116:{id:"n116",loc:[-85.637584,41.941983]},n1160:{id:"n1160",loc:[-85.635409,41.945981]},n1161:{id:"n1161",loc:[-85.635583,41.945987]},n1162:{id:"n1162",loc:[-85.636452,41.945805]},n1163:{id:"n1163",loc:[-85.636425,41.94582]},n1164:{id:"n1164",loc:[-85.636396,41.945817]},n1165:{id:"n1165",loc:[-85.636368,41.945797]},n1166:{id:"n1166",loc:[-85.636346,41.945767]},n1167:{id:"n1167",loc:[-85.636307,41.945745]},n1168:{id:"n1168",loc:[-85.636194,41.94565]},n1169:{id:"n1169",loc:[-85.636121,41.945579]},n117:{id:"n117",loc:[-85.63751,41.941983]},n1170:{id:"n1170",loc:[-85.635995,41.945432]},n1171:{id:"n1171",loc:[-85.637564,41.943538]},n1172:{id:"n1172",loc:[-85.63756,41.943505]},n1173:{id:"n1173",loc:[-85.637435,41.943489]},n1174:{id:"n1174",loc:[-85.637093,41.943556]},n1175:{id:"n1175",loc:[-85.634836,41.941574]},n1176:{id:"n1176",loc:[-85.634692,41.9415]},n1177:{id:"n1177",loc:[-85.634261,41.941337]},n1178:{id:"n1178",loc:[-85.634208,41.940962]},n1179:{id:"n1179",loc:[-85.635247,41.940968]},n118:{id:"n118",loc:[-85.637509,41.941944]},n1180:{id:"n1180",loc:[-85.63514,41.941205]},n1181:{id:"n1181",loc:[-85.634858,41.941511]},n1182:{id:"n1182",loc:[-85.630725,41.943465]},n1183:{id:"n1183",loc:[-85.632591,41.942826]},n1184:{id:"n1184",loc:[-85.634487,41.941928]},n1185:{id:"n1185",loc:[-85.634499,41.942056]},n1186:{id:"n1186",loc:[-85.63433,41.943102]},n1187:{id:"n1187",loc:[-85.634158,41.943151]},n1188:{id:"n1188",loc:[-85.634107,41.94305]},n1189:{id:"n1189",loc:[-85.634279,41.943002]},n119:{id:"n119",loc:[-85.637724,41.941973]},n1190:{id:"n1190",loc:[-85.634362,41.943762]},n1191:{id:"n1191",loc:[-85.634331,41.943731]},n1192:{id:"n1192",loc:[-85.634396,41.943695]},n1193:{id:"n1193",loc:[-85.634426,41.943726]},n1194:{id:"n1194",loc:[-85.621569,41.956021]},n1195:{id:"n1195",loc:[-85.621574,41.956164]},n1196:{id:"n1196",loc:[-85.621489,41.956165]},n1197:{id:"n1197",loc:[-85.621488,41.956136]},n1198:{id:"n1198",loc:[-85.621372,41.956139]},n1199:{id:"n1199",loc:[-85.621369,41.956049]},n12:{id:"n12",loc:[-85.63359,41.941093]},n120:{id:"n120",loc:[-85.637633,41.941973]},n1200:{id:"n1200",loc:[-85.621493,41.956047]},n1201:{id:"n1201",loc:[-85.621492,41.956022]},n1202:{id:"n1202",loc:[-85.619744,41.953192]},n1203:{id:"n1203",loc:[-85.619059,41.953902]},n1204:{id:"n1204",loc:[-85.623984,41.95469]},n1205:{id:"n1205",loc:[-85.630159,41.958208]},n1206:{id:"n1206",loc:[-85.63002,41.958208]},n1207:{id:"n1207",loc:[-85.630021,41.95814]},n1208:{id:"n1208",loc:[-85.63,41.95814]},n1209:{id:"n1209",loc:[-85.63,41.958043]},n121:{id:"n121",loc:[-85.637633,41.941853]},n1210:{id:"n1210",loc:[-85.630159,41.958043]},n1211:{id:"n1211",loc:[-85.630304,41.957566]},n1212:{id:"n1212",loc:[-85.630303,41.957684]},n1213:{id:"n1213",loc:[-85.630073,41.957683]},n1214:{id:"n1214",loc:[-85.630072,41.957721]},n1215:{id:"n1215",loc:[-85.629993,41.95772]},n1216:{id:"n1216",loc:[-85.629993,41.95768]},n1217:{id:"n1217",loc:[-85.629968,41.95768]},n1218:{id:"n1218",loc:[-85.629969,41.957588]},n1219:{id:"n1219",loc:[-85.630219,41.95759]},n122:{id:"n122",loc:[-85.637724,41.941853]},n1220:{id:"n1220",loc:[-85.630219,41.957566]},n1221:{id:"n1221",loc:[-85.630717,41.957744]},n1222:{id:"n1222",loc:[-85.630596,41.957745]},n1223:{id:"n1223",loc:[-85.630598,41.957553]},n1224:{id:"n1224",loc:[-85.630717,41.957555]},n1225:{id:"n1225",loc:[-85.630609,41.957745]},n1226:{id:"n1226",loc:[-85.63061,41.957789]},n1227:{id:"n1227",loc:[-85.630327,41.957791]},n1228:{id:"n1228",loc:[-85.630324,41.95752]},n1229:{id:"n1229",loc:[-85.630325,41.95756]},n123:{id:"n123",loc:[-85.637773,41.941988]},n1230:{id:"n1230",loc:[-85.63057,41.95756]},n1231:{id:"n1231",loc:[-85.63069,41.958016]},n1232:{id:"n1232",loc:[-85.630586,41.958017]},n1233:{id:"n1233",loc:[-85.630584,41.957956]},n1234:{id:"n1234",loc:[-85.630614,41.957956]},n1235:{id:"n1235",loc:[-85.630611,41.957835]},n1236:{id:"n1236",loc:[-85.630737,41.957833]},n1237:{id:"n1237",loc:[-85.630739,41.957921]},n1238:{id:"n1238",loc:[-85.630688,41.957922]},n1239:{id:"n1239",loc:[-85.630719,41.958291]},n124:{id:"n124",loc:[-85.637773,41.942046]},n1240:{id:"n1240",loc:[-85.630592,41.958291]},n1241:{id:"n1241",loc:[-85.630593,41.958108]},n1242:{id:"n1242",loc:[-85.630701,41.958109]},n1243:{id:"n1243",loc:[-85.6307,41.958173]},n1244:{id:"n1244",loc:[-85.630711,41.958173]},n1245:{id:"n1245",loc:[-85.630711,41.958233]},n1246:{id:"n1246",loc:[-85.630719,41.958233]},n1247:{id:"n1247",loc:[-85.630523,41.958329]},n1248:{id:"n1248",loc:[-85.630388,41.958329]},n1249:{id:"n1249",loc:[-85.630387,41.958262]},n125:{id:"n125",loc:[-85.637693,41.942047]},n1250:{id:"n1250",loc:[-85.630523,41.958261]},n1251:{id:"n1251",loc:[-85.63072,41.958636]},n1252:{id:"n1252",loc:[-85.630721,41.958709]},n1253:{id:"n1253",loc:[-85.630503,41.958712]},n1254:{id:"n1254",loc:[-85.630498,41.958511]},n1255:{id:"n1255",loc:[-85.630635,41.95851]},n1256:{id:"n1256",loc:[-85.630638,41.958636]},n1257:{id:"n1257",loc:[-85.630437,41.958822]},n1258:{id:"n1258",loc:[-85.630437,41.958849]},n1259:{id:"n1259",loc:[-85.630393,41.958849]},n126:{id:"n126",loc:[-85.637692,41.941988]},n1260:{id:"n1260",loc:[-85.630393,41.958822]},n1261:{id:"n1261",loc:[-85.630605,41.959102]},n1262:{id:"n1262",loc:[-85.63049,41.959104]},n1263:{id:"n1263",loc:[-85.630487,41.958996]},n1264:{id:"n1264",loc:[-85.630462,41.958996]},n1265:{id:"n1265",loc:[-85.63046,41.958922]},n1266:{id:"n1266",loc:[-85.630562,41.958921]},n1267:{id:"n1267",loc:[-85.630564,41.958992]},n1268:{id:"n1268",loc:[-85.630602,41.958992]},n1269:{id:"n1269",loc:[-85.630126,41.957096]},n127:{id:"n127",loc:[-85.637604,41.941994]},n1270:{id:"n1270",loc:[-85.630129,41.957283]},n1271:{id:"n1271",loc:[-85.629993,41.957284]},n1272:{id:"n1272",loc:[-85.629992,41.957216]},n1273:{id:"n1273",loc:[-85.630015,41.957215]},n1274:{id:"n1274",loc:[-85.630013,41.957097]},n1275:{id:"n1275",loc:[-85.630211,41.956592]},n1276:{id:"n1276",loc:[-85.630211,41.956676]},n1277:{id:"n1277",loc:[-85.630162,41.956676]},n1278:{id:"n1278",loc:[-85.630162,41.95676]},n1279:{id:"n1279",loc:[-85.630037,41.956761]},n128:{id:"n128",loc:[-85.637604,41.942057]},n1280:{id:"n1280",loc:[-85.630037,41.956592]},n1281:{id:"n1281",loc:[-85.630309,41.95653]},n1282:{id:"n1282",loc:[-85.630326,41.957065]},n1283:{id:"n1283",loc:[-85.630118,41.957065]},n1284:{id:"n1284",loc:[-85.630119,41.957096]},n1285:{id:"n1285",loc:[-85.63067,41.957307]},n1286:{id:"n1286",loc:[-85.630536,41.957308]},n1287:{id:"n1287",loc:[-85.630533,41.957111]},n1288:{id:"n1288",loc:[-85.630667,41.95711]},n1289:{id:"n1289",loc:[-85.630676,41.956808]},n129:{id:"n129",loc:[-85.63748,41.942057]},n1290:{id:"n1290",loc:[-85.630551,41.956808]},n1291:{id:"n1291",loc:[-85.630552,41.956982]},n1292:{id:"n1292",loc:[-85.63059,41.956982]},n1293:{id:"n1293",loc:[-85.63059,41.957001]},n1294:{id:"n1294",loc:[-85.630692,41.957001]},n1295:{id:"n1295",loc:[-85.630692,41.956936]},n1296:{id:"n1296",loc:[-85.630676,41.956936]},n1297:{id:"n1297",loc:[-85.630496,41.956889]},n1298:{id:"n1298",loc:[-85.630501,41.956947]},n1299:{id:"n1299",loc:[-85.630377,41.956953]},n13:{id:"n13",loc:[-85.633643,41.941143]},n130:{id:"n130",loc:[-85.63748,41.941994]},n1300:{id:"n1300",loc:[-85.630359,41.956938]},n1301:{id:"n1301",loc:[-85.630359,41.956912]},n1302:{id:"n1302",loc:[-85.63038,41.956894]},n1303:{id:"n1303",loc:[-85.630679,41.956747]},n1304:{id:"n1304",loc:[-85.630572,41.956748]},n1305:{id:"n1305",loc:[-85.63057,41.956668]},n1306:{id:"n1306",loc:[-85.630501,41.956669]},n1307:{id:"n1307",loc:[-85.630499,41.95659]},n1308:{id:"n1308",loc:[-85.630565,41.956589]},n1309:{id:"n1309",loc:[-85.630564,41.956541]},n131:{id:"n131",loc:[-85.637431,41.941832]},n1310:{id:"n1310",loc:[-85.630686,41.956539]},n1311:{id:"n1311",loc:[-85.630688,41.956631]},n1312:{id:"n1312",loc:[-85.630676,41.956631]},n1313:{id:"n1313",loc:[-85.630686,41.956487]},n1314:{id:"n1314",loc:[-85.63059,41.956487]},n1315:{id:"n1315",loc:[-85.63059,41.956396]},n1316:{id:"n1316",loc:[-85.630686,41.956396]},n1317:{id:"n1317",loc:[-85.630643,41.9563]},n1318:{id:"n1318",loc:[-85.630548,41.956301]},n1319:{id:"n1319",loc:[-85.630545,41.956217]},n132:{id:"n132",loc:[-85.637432,41.94189]},n1320:{id:"n1320",loc:[-85.630529,41.956214]},n1321:{id:"n1321",loc:[-85.630521,41.956202]},n1322:{id:"n1322",loc:[-85.63052,41.95618]},n1323:{id:"n1323",loc:[-85.630527,41.956169]},n1324:{id:"n1324",loc:[-85.630544,41.956163]},n1325:{id:"n1325",loc:[-85.630543,41.956094]},n1326:{id:"n1326",loc:[-85.630641,41.956093]},n1327:{id:"n1327",loc:[-85.630642,41.956134]},n1328:{id:"n1328",loc:[-85.630656,41.956134]},n1329:{id:"n1329",loc:[-85.630657,41.956252]},n133:{id:"n133",loc:[-85.637412,41.94189]},n1330:{id:"n1330",loc:[-85.630643,41.956252]},n1331:{id:"n1331",loc:[-85.630409,41.956044]},n1332:{id:"n1332",loc:[-85.630409,41.956075]},n1333:{id:"n1333",loc:[-85.630195,41.956078]},n1334:{id:"n1334",loc:[-85.630195,41.9561]},n1335:{id:"n1335",loc:[-85.630088,41.956101]},n1336:{id:"n1336",loc:[-85.630087,41.956048]},n1337:{id:"n1337",loc:[-85.630345,41.956114]},n1338:{id:"n1338",loc:[-85.630328,41.956113]},n1339:{id:"n1339",loc:[-85.63034,41.956189]},n134:{id:"n134",loc:[-85.637413,41.941938]},n1340:{id:"n1340",loc:[-85.630355,41.956185]},n1341:{id:"n1341",loc:[-85.630311,41.956117]},n1342:{id:"n1342",loc:[-85.630297,41.956125]},n1343:{id:"n1343",loc:[-85.630287,41.956136]},n1344:{id:"n1344",loc:[-85.630283,41.956149]},n1345:{id:"n1345",loc:[-85.630285,41.956162]},n1346:{id:"n1346",loc:[-85.630293,41.956174]},n1347:{id:"n1347",loc:[-85.630306,41.956183]},n1348:{id:"n1348",loc:[-85.630322,41.956188]},n1349:{id:"n1349",loc:[-85.630368,41.956179]},n135:{id:"n135",loc:[-85.637342,41.941939]},n1350:{id:"n1350",loc:[-85.630378,41.95617]},n1351:{id:"n1351",loc:[-85.630384,41.956159]},n1352:{id:"n1352",loc:[-85.630385,41.956147]},n1353:{id:"n1353",loc:[-85.630381,41.956136]},n1354:{id:"n1354",loc:[-85.630372,41.956126]},n1355:{id:"n1355",loc:[-85.63036,41.956118]},n1356:{id:"n1356",loc:[-85.630776,41.956041]},n1357:{id:"n1357",loc:[-85.630195,41.956036]},n1358:{id:"n1358",loc:[-85.630137,41.956037]},n1359:{id:"n1359",loc:[-85.630136,41.956006]},n136:{id:"n136",loc:[-85.637342,41.941914]},n1360:{id:"n1360",loc:[-85.630194,41.956005]},n1361:{id:"n1361",loc:[-85.629864,41.956039]},n1362:{id:"n1362",loc:[-85.629864,41.955862]},n1363:{id:"n1363",loc:[-85.629541,41.958291]},n1364:{id:"n1364",loc:[-85.629419,41.958292]},n1365:{id:"n1365",loc:[-85.629417,41.958168]},n1366:{id:"n1366",loc:[-85.629445,41.958168]},n1367:{id:"n1367",loc:[-85.629444,41.958109]},n1368:{id:"n1368",loc:[-85.629537,41.958108]},n1369:{id:"n1369",loc:[-85.629351,41.958136]},n137:{id:"n137",loc:[-85.637212,41.941916]},n1370:{id:"n1370",loc:[-85.629352,41.958202]},n1371:{id:"n1371",loc:[-85.629365,41.958202]},n1372:{id:"n1372",loc:[-85.629365,41.958223]},n1373:{id:"n1373",loc:[-85.629291,41.958224]},n1374:{id:"n1374",loc:[-85.62929,41.958137]},n1375:{id:"n1375",loc:[-85.629443,41.958073]},n1376:{id:"n1376",loc:[-85.629252,41.958075]},n1377:{id:"n1377",loc:[-85.629253,41.95827]},n1378:{id:"n1378",loc:[-85.629566,41.957585]},n1379:{id:"n1379",loc:[-85.629566,41.957692]},n138:{id:"n138",loc:[-85.637211,41.941835]},n1380:{id:"n1380",loc:[-85.629281,41.957693]},n1381:{id:"n1381",loc:[-85.62928,41.957585]},n1382:{id:"n1382",loc:[-85.629004,41.957599]},n1383:{id:"n1383",loc:[-85.629004,41.957682]},n1384:{id:"n1384",loc:[-85.628902,41.957682]},n1385:{id:"n1385",loc:[-85.628902,41.957723]},n1386:{id:"n1386",loc:[-85.628731,41.957724]},n1387:{id:"n1387",loc:[-85.628731,41.9576]},n1388:{id:"n1388",loc:[-85.62836,41.957679]},n1389:{id:"n1389",loc:[-85.628359,41.957759]},n139:{id:"n139",loc:[-85.637293,41.941834]},n1390:{id:"n1390",loc:[-85.628062,41.957757]},n1391:{id:"n1391",loc:[-85.628063,41.957657]},n1392:{id:"n1392",loc:[-85.628198,41.957657]},n1393:{id:"n1393",loc:[-85.628198,41.957678]},n1394:{id:"n1394",loc:[-85.627775,41.958095]},n1395:{id:"n1395",loc:[-85.627608,41.958095]},n1396:{id:"n1396",loc:[-85.627606,41.957829]},n1397:{id:"n1397",loc:[-85.627774,41.957829]},n1398:{id:"n1398",loc:[-85.626816,41.957636]},n1399:{id:"n1399",loc:[-85.626787,41.957681]},n14:{id:"n14",loc:[-85.633643,41.940122]},n140:{id:"n140",loc:[-85.637293,41.941823]},n1400:{id:"n1400",loc:[-85.626673,41.95764]},n1401:{id:"n1401",loc:[-85.626703,41.957594]},n1402:{id:"n1402",loc:[-85.62694,41.95752]},n1403:{id:"n1403",loc:[-85.62688,41.957611]},n1404:{id:"n1404",loc:[-85.626798,41.957582]},n1405:{id:"n1405",loc:[-85.626793,41.95759]},n1406:{id:"n1406",loc:[-85.626657,41.95754]},n1407:{id:"n1407",loc:[-85.626666,41.957526]},n1408:{id:"n1408",loc:[-85.626584,41.957497]},n1409:{id:"n1409",loc:[-85.626638,41.957415]},n141:{id:"n141",loc:[-85.637363,41.941822]},n1410:{id:"n1410",loc:[-85.626731,41.957449]},n1411:{id:"n1411",loc:[-85.626725,41.957457]},n1412:{id:"n1412",loc:[-85.626843,41.9575]},n1413:{id:"n1413",loc:[-85.626851,41.957487]},n1414:{id:"n1414",loc:[-85.626579,41.957521]},n1415:{id:"n1415",loc:[-85.626537,41.957587]},n1416:{id:"n1416",loc:[-85.626427,41.957551]},n1417:{id:"n1417",loc:[-85.626468,41.957483]},n1418:{id:"n1418",loc:[-85.626592,41.957639]},n1419:{id:"n1419",loc:[-85.626807,41.957713]},n142:{id:"n142",loc:[-85.637364,41.941833]},n1420:{id:"n1420",loc:[-85.627129,41.957401]},n1421:{id:"n1421",loc:[-85.627209,41.95742]},n1422:{id:"n1422",loc:[-85.627302,41.957435]},n1423:{id:"n1423",loc:[-85.629566,41.957048]},n1424:{id:"n1424",loc:[-85.629568,41.957215]},n1425:{id:"n1425",loc:[-85.629383,41.957216]},n1426:{id:"n1426",loc:[-85.629384,41.95727]},n1427:{id:"n1427",loc:[-85.629231,41.957271]},n1428:{id:"n1428",loc:[-85.62923,41.957198]},n1429:{id:"n1429",loc:[-85.629322,41.957198]},n143:{id:"n143",loc:[-85.637559,41.942448]},n1430:{id:"n1430",loc:[-85.629321,41.957108]},n1431:{id:"n1431",loc:[-85.629441,41.957108]},n1432:{id:"n1432",loc:[-85.62944,41.957049]},n1433:{id:"n1433",loc:[-85.629337,41.957018]},n1434:{id:"n1434",loc:[-85.629366,41.957028]},n1435:{id:"n1435",loc:[-85.629375,41.957044]},n1436:{id:"n1436",loc:[-85.629354,41.957071]},n1437:{id:"n1437",loc:[-85.629317,41.957071]},n1438:{id:"n1438",loc:[-85.62929,41.957074]},n1439:{id:"n1439",loc:[-85.62927,41.957084]},n144:{id:"n144",loc:[-85.637036,41.942454]},n1440:{id:"n1440",loc:[-85.629232,41.957081]},n1441:{id:"n1441",loc:[-85.629222,41.957057]},n1442:{id:"n1442",loc:[-85.629259,41.957025]},n1443:{id:"n1443",loc:[-85.629293,41.957017]},n1444:{id:"n1444",loc:[-85.629251,41.957085]},n1445:{id:"n1445",loc:[-85.629235,41.957041]},n1446:{id:"n1446",loc:[-85.62937,41.95706]},n1447:{id:"n1447",loc:[-85.629531,41.956909]},n1448:{id:"n1448",loc:[-85.629408,41.956909]},n1449:{id:"n1449",loc:[-85.629402,41.956681]},n145:{id:"n145",loc:[-85.636692,41.942828]},n1450:{id:"n1450",loc:[-85.62953,41.956681]},n1451:{id:"n1451",loc:[-85.629402,41.956728]},n1452:{id:"n1452",loc:[-85.629408,41.956845]},n1453:{id:"n1453",loc:[-85.629385,41.956845]},n1454:{id:"n1454",loc:[-85.629384,41.956728]},n1455:{id:"n1455",loc:[-85.629063,41.956973]},n1456:{id:"n1456",loc:[-85.629064,41.957009]},n1457:{id:"n1457",loc:[-85.62902,41.957009]},n1458:{id:"n1458",loc:[-85.629019,41.956973]},n1459:{id:"n1459",loc:[-85.629136,41.956633]},n146:{id:"n146",loc:[-85.635929,41.942826]},n1460:{id:"n1460",loc:[-85.629084,41.956632]},n1461:{id:"n1461",loc:[-85.629084,41.956605]},n1462:{id:"n1462",loc:[-85.629136,41.956605]},n1463:{id:"n1463",loc:[-85.629153,41.956657]},n1464:{id:"n1464",loc:[-85.627914,41.956661]},n1465:{id:"n1465",loc:[-85.630096,41.956101]},n1466:{id:"n1466",loc:[-85.630097,41.95612]},n1467:{id:"n1467",loc:[-85.630011,41.956121]},n1468:{id:"n1468",loc:[-85.630015,41.956374]},n1469:{id:"n1469",loc:[-85.629148,41.95626]},n147:{id:"n147",loc:[-85.636433,41.942828]},n1470:{id:"n1470",loc:[-85.629527,41.956591]},n1471:{id:"n1471",loc:[-85.629405,41.956591]},n1472:{id:"n1472",loc:[-85.629405,41.956459]},n1473:{id:"n1473",loc:[-85.629369,41.956459]},n1474:{id:"n1474",loc:[-85.629369,41.956424]},n1475:{id:"n1475",loc:[-85.629413,41.956424]},n1476:{id:"n1476",loc:[-85.629414,41.956326]},n1477:{id:"n1477",loc:[-85.629522,41.956326]},n1478:{id:"n1478",loc:[-85.629522,41.956487]},n1479:{id:"n1479",loc:[-85.629527,41.956487]},n148:{id:"n148",loc:[-85.636435,41.942864],tags:{entrance:"yes"}},n1480:{id:"n1480",loc:[-85.629414,41.95634]},n1481:{id:"n1481",loc:[-85.629149,41.956338]},n1482:{id:"n1482",loc:[-85.62931,41.956531]},n1483:{id:"n1483",loc:[-85.629291,41.95655]},n1484:{id:"n1484",loc:[-85.629255,41.95655]},n1485:{id:"n1485",loc:[-85.629236,41.956533]},n1486:{id:"n1486",loc:[-85.629237,41.956461]},n1487:{id:"n1487",loc:[-85.629257,41.956445]},n1488:{id:"n1488",loc:[-85.629257,41.956428]},n1489:{id:"n1489",loc:[-85.629287,41.956428]},n149:{id:"n149",loc:[-85.637235,41.942622]},n1490:{id:"n1490",loc:[-85.629287,41.956445]},n1491:{id:"n1491",loc:[-85.62931,41.95646]},n1492:{id:"n1492",loc:[-85.629049,41.956425]},n1493:{id:"n1493",loc:[-85.628907,41.956427]},n1494:{id:"n1494",loc:[-85.628907,41.956455]},n1495:{id:"n1495",loc:[-85.628841,41.956455]},n1496:{id:"n1496",loc:[-85.62884,41.956424]},n1497:{id:"n1497",loc:[-85.628764,41.956425]},n1498:{id:"n1498",loc:[-85.628762,41.956323]},n1499:{id:"n1499",loc:[-85.628808,41.956323]},n15:{id:"n15",loc:[-85.633477,41.940187]},n150:{id:"n150",loc:[-85.637247,41.943116]},n1500:{id:"n1500",loc:[-85.628808,41.956314]},n1501:{id:"n1501",loc:[-85.628911,41.956313]},n1502:{id:"n1502",loc:[-85.628911,41.956322]},n1503:{id:"n1503",loc:[-85.62896,41.956322]},n1504:{id:"n1504",loc:[-85.62896,41.956348]},n1505:{id:"n1505",loc:[-85.629047,41.956347]},n1506:{id:"n1506",loc:[-85.628893,41.957263]},n1507:{id:"n1507",loc:[-85.628788,41.957264]},n1508:{id:"n1508",loc:[-85.628786,41.95711]},n1509:{id:"n1509",loc:[-85.628894,41.957109]},n151:{id:"n151",loc:[-85.637564,41.943116]},n1510:{id:"n1510",loc:[-85.628893,41.957075]},n1511:{id:"n1511",loc:[-85.628965,41.957075]},n1512:{id:"n1512",loc:[-85.628965,41.957111]},n1513:{id:"n1513",loc:[-85.629035,41.95711]},n1514:{id:"n1514",loc:[-85.629036,41.957209]},n1515:{id:"n1515",loc:[-85.628893,41.95721]},n1516:{id:"n1516",loc:[-85.631348,41.95773]},n1517:{id:"n1517",loc:[-85.631101,41.957732]},n1518:{id:"n1518",loc:[-85.631099,41.957558]},n1519:{id:"n1519",loc:[-85.63123,41.957557]},n152:{id:"n152",loc:[-85.637552,41.942619]},n1520:{id:"n1520",loc:[-85.631231,41.957618]},n1521:{id:"n1521",loc:[-85.63129,41.957618]},n1522:{id:"n1522",loc:[-85.63129,41.957651]},n1523:{id:"n1523",loc:[-85.631346,41.957651]},n1524:{id:"n1524",loc:[-85.631366,41.95802]},n1525:{id:"n1525",loc:[-85.631141,41.958021]},n1526:{id:"n1526",loc:[-85.63114,41.957943]},n1527:{id:"n1527",loc:[-85.631167,41.957943]},n1528:{id:"n1528",loc:[-85.631166,41.957808]},n1529:{id:"n1529",loc:[-85.631301,41.957807]},n153:{id:"n153",loc:[-85.63763,41.942528]},n1530:{id:"n1530",loc:[-85.631302,41.95789]},n1531:{id:"n1531",loc:[-85.631364,41.95789]},n1532:{id:"n1532",loc:[-85.631539,41.957754]},n1533:{id:"n1533",loc:[-85.631069,41.957756]},n1534:{id:"n1534",loc:[-85.631536,41.957518]},n1535:{id:"n1535",loc:[-85.631543,41.957995]},n1536:{id:"n1536",loc:[-85.631531,41.957748]},n1537:{id:"n1537",loc:[-85.631485,41.957748]},n1538:{id:"n1538",loc:[-85.631484,41.957698]},n1539:{id:"n1539",loc:[-85.631531,41.957698]},n154:{id:"n154",loc:[-85.637151,41.94253]},n1540:{id:"n1540",loc:[-85.631586,41.957742]},n1541:{id:"n1541",loc:[-85.63155,41.957742]},n1542:{id:"n1542",loc:[-85.631551,41.957702]},n1543:{id:"n1543",loc:[-85.631587,41.957702]},n1544:{id:"n1544",loc:[-85.631534,41.95807]},n1545:{id:"n1545",loc:[-85.631534,41.958097]},n1546:{id:"n1546",loc:[-85.631491,41.958097]},n1547:{id:"n1547",loc:[-85.631491,41.95807]},n1548:{id:"n1548",loc:[-85.631304,41.958861]},n1549:{id:"n1549",loc:[-85.631186,41.958862]},n155:{id:"n155",loc:[-85.63715,41.942424]},n1550:{id:"n1550",loc:[-85.631182,41.958653]},n1551:{id:"n1551",loc:[-85.6313,41.958651]},n1552:{id:"n1552",loc:[-85.631293,41.95854]},n1553:{id:"n1553",loc:[-85.631176,41.958539]},n1554:{id:"n1554",loc:[-85.631176,41.958377]},n1555:{id:"n1555",loc:[-85.631297,41.958377]},n1556:{id:"n1556",loc:[-85.631297,41.958422]},n1557:{id:"n1557",loc:[-85.631333,41.958422]},n1558:{id:"n1558",loc:[-85.631333,41.958479]},n1559:{id:"n1559",loc:[-85.631293,41.958479]},n156:{id:"n156",loc:[-85.637629,41.942422]},n1560:{id:"n1560",loc:[-85.631951,41.958908]},n1561:{id:"n1561",loc:[-85.631838,41.958909]},n1562:{id:"n1562",loc:[-85.631837,41.958847]},n1563:{id:"n1563",loc:[-85.631859,41.958847]},n1564:{id:"n1564",loc:[-85.631858,41.958746]},n1565:{id:"n1565",loc:[-85.631961,41.958745]},n1566:{id:"n1566",loc:[-85.631962,41.958812]},n1567:{id:"n1567",loc:[-85.631949,41.958813]},n1568:{id:"n1568",loc:[-85.631579,41.958913]},n1569:{id:"n1569",loc:[-85.631567,41.95864]},n157:{id:"n157",loc:[-85.638232,41.942477]},n1570:{id:"n1570",loc:[-85.631942,41.958639]},n1571:{id:"n1571",loc:[-85.631543,41.958594]},n1572:{id:"n1572",loc:[-85.631543,41.958065]},n1573:{id:"n1573",loc:[-85.631888,41.958546]},n1574:{id:"n1574",loc:[-85.631804,41.958546]},n1575:{id:"n1575",loc:[-85.631803,41.95841]},n1576:{id:"n1576",loc:[-85.631886,41.958409]},n1577:{id:"n1577",loc:[-85.631897,41.958125]},n1578:{id:"n1578",loc:[-85.631755,41.958126]},n1579:{id:"n1579",loc:[-85.631756,41.958174]},n158:{id:"n158",loc:[-85.637775,41.942483]},n1580:{id:"n1580",loc:[-85.63178,41.958174]},n1581:{id:"n1581",loc:[-85.631782,41.958272]},n1582:{id:"n1582",loc:[-85.631922,41.958271]},n1583:{id:"n1583",loc:[-85.631922,41.958244]},n1584:{id:"n1584",loc:[-85.631883,41.958245]},n1585:{id:"n1585",loc:[-85.631882,41.958175]},n1586:{id:"n1586",loc:[-85.631898,41.958175]},n1587:{id:"n1587",loc:[-85.631924,41.958032]},n1588:{id:"n1588",loc:[-85.631762,41.958032]},n1589:{id:"n1589",loc:[-85.63176,41.957827]},n159:{id:"n159",loc:[-85.638107,41.942512]},n1590:{id:"n1590",loc:[-85.631888,41.957826]},n1591:{id:"n1591",loc:[-85.631888,41.957892]},n1592:{id:"n1592",loc:[-85.631871,41.957892]},n1593:{id:"n1593",loc:[-85.631872,41.957949]},n1594:{id:"n1594",loc:[-85.631923,41.957949]},n1595:{id:"n1595",loc:[-85.631695,41.95795]},n1596:{id:"n1596",loc:[-85.631666,41.957975]},n1597:{id:"n1597",loc:[-85.63163,41.957975]},n1598:{id:"n1598",loc:[-85.6316,41.957951]},n1599:{id:"n1599",loc:[-85.6316,41.95785]},n16:{id:"n16",loc:[-85.63341,41.94032]},n160:{id:"n160",loc:[-85.637763,41.942514]},n1600:{id:"n1600",loc:[-85.63166,41.95785]},n1601:{id:"n1601",loc:[-85.631696,41.957873]},n1602:{id:"n1602",loc:[-85.631924,41.957762]},n1603:{id:"n1603",loc:[-85.631762,41.957762]},n1604:{id:"n1604",loc:[-85.631762,41.957708]},n1605:{id:"n1605",loc:[-85.631785,41.957708]},n1606:{id:"n1606",loc:[-85.631785,41.957606]},n1607:{id:"n1607",loc:[-85.631734,41.957606]},n1608:{id:"n1608",loc:[-85.631734,41.957538]},n1609:{id:"n1609",loc:[-85.631821,41.957538]},n161:{id:"n161",loc:[-85.637763,41.942445]},n1610:{id:"n1610",loc:[-85.631935,41.957545]},n1611:{id:"n1611",loc:[-85.631821,41.957544]},n1612:{id:"n1612",loc:[-85.631935,41.957645]},n1613:{id:"n1613",loc:[-85.631924,41.957645]},n1614:{id:"n1614",loc:[-85.627135,41.953828]},n1615:{id:"n1615",loc:[-85.633517,41.941353],tags:{man_made:"lighthouse"}},n1616:{id:"n1616",loc:[-85.633659,41.942041],tags:{amenity:"bbq"}},n1617:{id:"n1617",loc:[-85.63662,41.942911],tags:{amenity:"toilets"}},n1618:{id:"n1618",loc:[-85.637487,41.943876],tags:{amenity:"toilets"}},n1619:{id:"n1619",loc:[-85.634938,41.941917],tags:{amenity:"toilets"}},n162:{id:"n162",loc:[-85.638107,41.942443]},n1620:{id:"n1620",loc:[-85.632427,41.941678],tags:{amenity:"bbq"}},n1621:{id:"n1621",loc:[-85.638033,41.944568],tags:{amenity:"bbq"}},n1622:{id:"n1622",loc:[-85.638052,41.944522],tags:{amenity:"bbq"}},n1623:{id:"n1623",loc:[-85.635001,41.941965]},n1624:{id:"n1624",loc:[-85.634635,41.941884]},n1625:{id:"n1625",loc:[-85.634667,41.941894]},n1626:{id:"n1626",loc:[-85.634791,41.942011]},n1627:{id:"n1627",loc:[-85.634749,41.941938]},n1628:{id:"n1628",loc:[-85.627295,41.953946],tags:{barrier:"gate"}},n1629:{id:"n1629",loc:[-85.629076,41.954689]},n163:{id:"n163",loc:[-85.638813,41.942475]},n1630:{id:"n1630",loc:[-85.640667,41.942595]},n1631:{id:"n1631",loc:[-85.639455,41.94261]},n1632:{id:"n1632",loc:[-85.643407,41.942336]},n1633:{id:"n1633",loc:[-85.641845,41.941316]},n1634:{id:"n1634",loc:[-85.643322,41.942224]},n1635:{id:"n1635",loc:[-85.643301,41.942124]},n1636:{id:"n1636",loc:[-85.640639,41.941326]},n1637:{id:"n1637",loc:[-85.640614,41.940058]},n1638:{id:"n1638",loc:[-85.639428,41.941335]},n1639:{id:"n1639",loc:[-85.643078,41.941293]},n164:{id:"n164",loc:[-85.63883,41.942422]},n1640:{id:"n1640",loc:[-85.64371,41.942302]},n1641:{id:"n1641",loc:[-85.643056,41.94001]},n1642:{id:"n1642",loc:[-85.643097,41.942575],tags:{highway:"traffic_signals",traffic_signals:"signal","traffic_signals:direction":"both"}},n1643:{id:"n1643",loc:[-85.641855,41.942586]},n1644:{id:"n1644",loc:[-85.643549,41.942209]},n1645:{id:"n1645",loc:[-85.639359,41.94007]},n1646:{id:"n1646",loc:[-85.642797,41.940522]},n1647:{id:"n1647",loc:[-85.642589,41.940523]},n1648:{id:"n1648",loc:[-85.642587,41.940287]},n1649:{id:"n1649",loc:[-85.642797,41.940286]},n165:{id:"n165",loc:[-85.63883,41.942508]},n1650:{id:"n1650",loc:[-85.642571,41.940523]},n1651:{id:"n1651",loc:[-85.642568,41.940286]},n1652:{id:"n1652",loc:[-85.642316,41.940289]},n1653:{id:"n1653",loc:[-85.642321,41.940436]},n1654:{id:"n1654",loc:[-85.642292,41.940458]},n1655:{id:"n1655",loc:[-85.642287,41.940483]},n1656:{id:"n1656",loc:[-85.642323,41.940509]},n1657:{id:"n1657",loc:[-85.642385,41.940511]},n1658:{id:"n1658",loc:[-85.642408,41.940526]},n1659:{id:"n1659",loc:[-85.641962,41.94109]},n166:{id:"n166",loc:[-85.638364,41.942508]},n1660:{id:"n1660",loc:[-85.642753,41.941084]},n1661:{id:"n1661",loc:[-85.642752,41.941004]},n1662:{id:"n1662",loc:[-85.642806,41.941003]},n1663:{id:"n1663",loc:[-85.642803,41.940731]},n1664:{id:"n1664",loc:[-85.642741,41.940732]},n1665:{id:"n1665",loc:[-85.64274,41.940645]},n1666:{id:"n1666",loc:[-85.641957,41.940651]},n1667:{id:"n1667",loc:[-85.642937,41.941241]},n1668:{id:"n1668",loc:[-85.641776,41.941253]},n1669:{id:"n1669",loc:[-85.641766,41.940598]},n167:{id:"n167",loc:[-85.638836,41.942167]},n1670:{id:"n1670",loc:[-85.64198,41.940598]},n1671:{id:"n1671",loc:[-85.641961,41.940137]},n1672:{id:"n1672",loc:[-85.642934,41.94012]},n1673:{id:"n1673",loc:[-85.643074,41.941173]},n1674:{id:"n1674",loc:[-85.642841,41.940997]},n1675:{id:"n1675",loc:[-85.642839,41.940721]},n1676:{id:"n1676",loc:[-85.643065,41.940552]},n1677:{id:"n1677",loc:[-85.642732,41.94124]},n1678:{id:"n1678",loc:[-85.641815,41.941246]},n1679:{id:"n1679",loc:[-85.641813,41.941132]},n168:{id:"n168",loc:[-85.638836,41.94229]},n1680:{id:"n1680",loc:[-85.641839,41.941111]},n1681:{id:"n1681",loc:[-85.641884,41.941098]},n1682:{id:"n1682",loc:[-85.642732,41.941092]},n1683:{id:"n1683",loc:[-85.642776,41.941302]},n1684:{id:"n1684",loc:[-85.632788,41.946236]},n1685:{id:"n1685",loc:[-85.622342,41.953127]},n1686:{id:"n1686",loc:[-85.641848,41.941167]},n1687:{id:"n1687",loc:[-85.643753,41.941503]},n1688:{id:"n1688",loc:[-85.643762,41.942119]},n1689:{id:"n1689",loc:[-85.64238,41.942262]},n169:{id:"n169",loc:[-85.638594,41.94229]},n1690:{id:"n1690",loc:[-85.642374,41.941944]},n1691:{id:"n1691",loc:[-85.642518,41.941943]},n1692:{id:"n1692",loc:[-85.642519,41.94198]},n1693:{id:"n1693",loc:[-85.642831,41.941977]},n1694:{id:"n1694",loc:[-85.642837,41.942312]},n1695:{id:"n1695",loc:[-85.642495,41.942315]},n1696:{id:"n1696",loc:[-85.642494,41.942261]},n1697:{id:"n1697",loc:[-85.641087,41.942433]},n1698:{id:"n1698",loc:[-85.641081,41.942006]},n1699:{id:"n1699",loc:[-85.641244,41.942005]},n17:{id:"n17",loc:[-85.633478,41.94081]},n170:{id:"n170",loc:[-85.638594,41.942422]},n1700:{id:"n1700",loc:[-85.64125,41.942431]},n1701:{id:"n1701",loc:[-85.641331,41.942968]},n1702:{id:"n1702",loc:[-85.641328,41.942713]},n1703:{id:"n1703",loc:[-85.641521,41.942712]},n1704:{id:"n1704",loc:[-85.641523,41.942924]},n1705:{id:"n1705",loc:[-85.641504,41.942924]},n1706:{id:"n1706",loc:[-85.641505,41.942967]},n1707:{id:"n1707",loc:[-85.638612,41.942408]},n1708:{id:"n1708",loc:[-85.638612,41.942327]},n1709:{id:"n1709",loc:[-85.638775,41.942327]},n171:{id:"n171",loc:[-85.638364,41.942356]},n1710:{id:"n1710",loc:[-85.638775,41.942299]},n1711:{id:"n1711",loc:[-85.638835,41.942298]},n1712:{id:"n1712",loc:[-85.638835,41.942407]},n1713:{id:"n1713",loc:[-85.639116,41.942444]},n1714:{id:"n1714",loc:[-85.639114,41.942362]},n1715:{id:"n1715",loc:[-85.639294,41.94236]},n1716:{id:"n1716",loc:[-85.639296,41.942442]},n1717:{id:"n1717",loc:[-85.639808,41.942385]},n1718:{id:"n1718",loc:[-85.639805,41.942285]},n1719:{id:"n1719",loc:[-85.639988,41.942283]},n172:{id:"n172",loc:[-85.638364,41.942167]},n1720:{id:"n1720",loc:[-85.63999,41.942383]},n1721:{id:"n1721",loc:[-85.639633,41.943023]},n1722:{id:"n1722",loc:[-85.639867,41.943019]},n1723:{id:"n1723",loc:[-85.639866,41.942964]},n1724:{id:"n1724",loc:[-85.639888,41.942963]},n1725:{id:"n1725",loc:[-85.639883,41.942779]},n1726:{id:"n1726",loc:[-85.639851,41.94278]},n1727:{id:"n1727",loc:[-85.63985,41.94274]},n1728:{id:"n1728",loc:[-85.639789,41.942741]},n1729:{id:"n1729",loc:[-85.639789,41.942753]},n173:{id:"n173",loc:[-85.639038,41.942463]},n1730:{id:"n1730",loc:[-85.639698,41.942754]},n1731:{id:"n1731",loc:[-85.639699,41.942788]},n1732:{id:"n1732",loc:[-85.639675,41.942789]},n1733:{id:"n1733",loc:[-85.639676,41.94283]},n1734:{id:"n1734",loc:[-85.639701,41.942829]},n1735:{id:"n1735",loc:[-85.639702,41.942869]},n1736:{id:"n1736",loc:[-85.639629,41.94287]},n1737:{id:"n1737",loc:[-85.643568,41.942946]},n1738:{id:"n1738",loc:[-85.643568,41.942777]},n1739:{id:"n1739",loc:[-85.643401,41.942777]},n174:{id:"n174",loc:[-85.638897,41.942464]},n1740:{id:"n1740",loc:[-85.643401,41.942863]},n1741:{id:"n1741",loc:[-85.643448,41.942863]},n1742:{id:"n1742",loc:[-85.643448,41.942946]},n1743:{id:"n1743",loc:[-85.642836,41.942981]},n1744:{id:"n1744",loc:[-85.642917,41.942979]},n1745:{id:"n1745",loc:[-85.642914,41.942904]},n1746:{id:"n1746",loc:[-85.642938,41.942903]},n1747:{id:"n1747",loc:[-85.642935,41.942813]},n1748:{id:"n1748",loc:[-85.642775,41.942816]},n1749:{id:"n1749",loc:[-85.642778,41.942906]},n175:{id:"n175",loc:[-85.638897,41.942423]},n1750:{id:"n1750",loc:[-85.642833,41.942905]},n1751:{id:"n1751",loc:[-85.642302,41.942886]},n1752:{id:"n1752",loc:[-85.642299,41.942721]},n1753:{id:"n1753",loc:[-85.642422,41.94272]},n1754:{id:"n1754",loc:[-85.642425,41.942868]},n1755:{id:"n1755",loc:[-85.642385,41.942869]},n1756:{id:"n1756",loc:[-85.642385,41.942885]},n1757:{id:"n1757",loc:[-85.641533,41.942939]},n1758:{id:"n1758",loc:[-85.64161,41.942877]},n1759:{id:"n1759",loc:[-85.641676,41.942922]},n176:{id:"n176",loc:[-85.638853,41.942423]},n1760:{id:"n1760",loc:[-85.6416,41.942985]},n1761:{id:"n1761",loc:[-85.64206,41.942802]},n1762:{id:"n1762",loc:[-85.642059,41.942741]},n1763:{id:"n1763",loc:[-85.642196,41.942741]},n1764:{id:"n1764",loc:[-85.642196,41.942818]},n1765:{id:"n1765",loc:[-85.642128,41.942819]},n1766:{id:"n1766",loc:[-85.642128,41.942801]},n1767:{id:"n1767",loc:[-85.640943,41.942934]},n1768:{id:"n1768",loc:[-85.641035,41.942933]},n1769:{id:"n1769",loc:[-85.641032,41.942797]},n177:{id:"n177",loc:[-85.638852,41.94237]},n1770:{id:"n1770",loc:[-85.640997,41.942798]},n1771:{id:"n1771",loc:[-85.640996,41.942764]},n1772:{id:"n1772",loc:[-85.640861,41.942766]},n1773:{id:"n1773",loc:[-85.640862,41.942848]},n1774:{id:"n1774",loc:[-85.640941,41.942847]},n1775:{id:"n1775",loc:[-85.643766,41.942226]},n1776:{id:"n1776",loc:[-85.643768,41.942407]},n1777:{id:"n1777",loc:[-85.643218,41.94177]},n1778:{id:"n1778",loc:[-85.64321,41.941327]},n1779:{id:"n1779",loc:[-85.643649,41.941323]},n178:{id:"n178",loc:[-85.638892,41.94237]},n1780:{id:"n1780",loc:[-85.643656,41.941716]},n1781:{id:"n1781",loc:[-85.64358,41.941717]},n1782:{id:"n1782",loc:[-85.64358,41.941767]},n1783:{id:"n1783",loc:[-85.64382,41.941495]},n1784:{id:"n1784",loc:[-85.643817,41.941317]},n1785:{id:"n1785",loc:[-85.643235,41.941833]},n1786:{id:"n1786",loc:[-85.64335,41.941842]},n1787:{id:"n1787",loc:[-85.643504,41.941903]},n1788:{id:"n1788",loc:[-85.643554,41.941946]},n1789:{id:"n1789",loc:[-85.643618,41.942015]},n179:{id:"n179",loc:[-85.638891,41.942334]},n1790:{id:"n1790",loc:[-85.64346,41.941971]},n1791:{id:"n1791",loc:[-85.643528,41.942468]},n1792:{id:"n1792",loc:[-85.643621,41.942363]},n1793:{id:"n1793",loc:[-85.643496,41.942297]},n1794:{id:"n1794",loc:[-85.643446,41.942246]},n1795:{id:"n1795",loc:[-85.643398,41.942177]},n1796:{id:"n1796",loc:[-85.643398,41.942031]},n1797:{id:"n1797",loc:[-85.621531,41.952693]},n1798:{id:"n1798",loc:[-85.643221,41.942028]},n1799:{id:"n1799",loc:[-85.643225,41.942276]},n18:{id:"n18",loc:[-85.63345,41.94071]},n180:{id:"n180",loc:[-85.639037,41.942334]},n1800:{id:"n1800",loc:[-85.643265,41.942347]},n1801:{id:"n1801",loc:[-85.643323,41.942413]},n1802:{id:"n1802",loc:[-85.643411,41.94247]},n1803:{id:"n1803",loc:[-85.643459,41.942435]},n1804:{id:"n1804",loc:[-85.643767,41.942307]},n1805:{id:"n1805",loc:[-85.643661,41.942293]},n1806:{id:"n1806",loc:[-85.643578,41.942247]},n1807:{id:"n1807",loc:[-85.643522,41.942125]},n1808:{id:"n1808",loc:[-85.643515,41.942061]},n1809:{id:"n1809",loc:[-85.643346,41.941924]},n181:{id:"n181",loc:[-85.638074,41.941839]},n1810:{id:"n1810",loc:[-85.643086,41.94192]},n1811:{id:"n1811",loc:[-85.643529,41.94217]},n1812:{id:"n1812",loc:[-85.643489,41.942003]},n1813:{id:"n1813",loc:[-85.643295,41.941919]},n1814:{id:"n1814",loc:[-85.643305,41.942163]},n1815:{id:"n1815",loc:[-85.643354,41.942285]},n1816:{id:"n1816",loc:[-85.643472,41.942389]},n1817:{id:"n1817",loc:[-85.643608,41.942271]},n1818:{id:"n1818",loc:[-85.643876,41.941402]},n1819:{id:"n1819",loc:[-85.643818,41.941369]},n182:{id:"n182",loc:[-85.638076,41.941942]},n1820:{id:"n1820",loc:[-85.643682,41.941304]},n1821:{id:"n1821",loc:[-85.64359,41.941286]},n1822:{id:"n1822",loc:[-85.643317,41.941727]},n1823:{id:"n1823",loc:[-85.643301,41.941286]},n1824:{id:"n1824",loc:[-85.643553,41.941698]},n1825:{id:"n1825",loc:[-85.643543,41.941286]},n1826:{id:"n1826",loc:[-85.636967,41.940118]},n1827:{id:"n1827",loc:[-85.63378,41.940114]},n1828:{id:"n1828",loc:[-85.637254,41.940075]},n1829:{id:"n1829",loc:[-85.637002,41.941355]},n183:{id:"n183",loc:[-85.637955,41.941944]},n1830:{id:"n1830",loc:[-85.643532,41.94204]},n1831:{id:"n1831",loc:[-85.638235,41.942615]},n1832:{id:"n1832",loc:[-85.637039,41.942624]},n1833:{id:"n1833",loc:[-85.636369,41.94266]},n1834:{id:"n1834",loc:[-85.63582,41.942771],tags:{highway:"traffic_signals",traffic_signals:"emergency","traffic_signals:direction":"both"}},n1835:{id:"n1835",loc:[-85.634873,41.943044]},n1836:{id:"n1836",loc:[-85.643482,41.941976]},n1837:{id:"n1837",loc:[-85.64345,41.941945]},n1838:{id:"n1838",loc:[-85.641885,41.943851]},n1839:{id:"n1839",loc:[-85.641915,41.945121]},n184:{id:"n184",loc:[-85.637953,41.94184]},n1840:{id:"n1840",loc:[-85.639454,41.943871]},n1841:{id:"n1841",loc:[-85.639491,41.945191]},n1842:{id:"n1842",loc:[-85.635768,41.940113]},n1843:{id:"n1843",loc:[-85.638206,41.941345]},n1844:{id:"n1844",loc:[-85.640721,41.94513]},n1845:{id:"n1845",loc:[-85.643137,41.945103]},n1846:{id:"n1846",loc:[-85.638199,41.940079]},n1847:{id:"n1847",loc:[-85.640688,41.943861]},n1848:{id:"n1848",loc:[-85.643397,41.941924]},n1849:{id:"n1849",loc:[-85.643117,41.943841]},n185:{id:"n185",loc:[-85.637953,41.941866]},n1850:{id:"n1850",loc:[-85.636731,41.94263]},n1851:{id:"n1851",loc:[-85.63518,41.942955],tags:{highway:"crossing"}},n1852:{id:"n1852",loc:[-85.636152,41.942695]},n1853:{id:"n1853",loc:[-85.644202,41.941499]},n1854:{id:"n1854",loc:[-85.644211,41.942116]},n1855:{id:"n1855",loc:[-85.644233,41.942404]},n1856:{id:"n1856",loc:[-85.644231,41.942223]},n1857:{id:"n1857",loc:[-85.644133,41.941315]},n1858:{id:"n1858",loc:[-85.644136,41.941493]},n1859:{id:"n1859",loc:[-85.644345,41.942307]},n186:{id:"n186",loc:[-85.637873,41.941867]},n1860:{id:"n1860",loc:[-85.644232,41.942304]},n1861:{id:"n1861",loc:[-85.644134,41.941403]},n1862:{id:"n1862",loc:[-85.63607,41.943005],tags:{"addr:city":"Three Rivers","addr:housenumber":"333","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",amenity:"fire_station",name:"Three Rivers Fire Department"}},n1863:{id:"n1863",loc:[-85.637,41.941236]},n1864:{id:"n1864",loc:[-85.634476,41.941475]},n1865:{id:"n1865",loc:[-85.635036,41.941858]},n1866:{id:"n1866",loc:[-85.635362,41.941962]},n1867:{id:"n1867",loc:[-85.635796,41.941962]},n1868:{id:"n1868",loc:[-85.63295,41.943006]},n1869:{id:"n1869",loc:[-85.634692,41.943098]},n187:{id:"n187",loc:[-85.637877,41.941975]},n1870:{id:"n1870",loc:[-85.633128,41.940484]},n1871:{id:"n1871",loc:[-85.633117,41.942798]},n1872:{id:"n1872",loc:[-85.633303,41.942412]},n1873:{id:"n1873",loc:[-85.633482,41.941912]},n1874:{id:"n1874",loc:[-85.633455,41.941359]},n1875:{id:"n1875",loc:[-85.633162,41.942679]},n1876:{id:"n1876",loc:[-85.634274,41.943479]},n1877:{id:"n1877",loc:[-85.634678,41.942909]},n1878:{id:"n1878",loc:[-85.6339,41.941453]},n1879:{id:"n1879",loc:[-85.634571,41.942774]},n188:{id:"n188",loc:[-85.636855,41.942488]},n1880:{id:"n1880",loc:[-85.63419,41.941732]},n1881:{id:"n1881",loc:[-85.634067,41.941565]},n1882:{id:"n1882",loc:[-85.63436,41.942358]},n1883:{id:"n1883",loc:[-85.634327,41.942247]},n1884:{id:"n1884",loc:[-85.633391,41.941231]},n1885:{id:"n1885",loc:[-85.634303,41.941972]},n1886:{id:"n1886",loc:[-85.633541,41.940147]},n1887:{id:"n1887",loc:[-85.633433,41.940252]},n1888:{id:"n1888",loc:[-85.633402,41.940411]},n1889:{id:"n1889",loc:[-85.633551,41.941023]},n189:{id:"n189",loc:[-85.636702,41.942488]},n1890:{id:"n1890",loc:[-85.633719,41.941186]},n1891:{id:"n1891",loc:[-85.633067,41.941845]},n1892:{id:"n1892",loc:[-85.634902,41.942766]},n1893:{id:"n1893",loc:[-85.634603,41.942202]},n1894:{id:"n1894",loc:[-85.634858,41.942152]},n1895:{id:"n1895",loc:[-85.634842,41.942269]},n1896:{id:"n1896",loc:[-85.634907,41.942313]},n1897:{id:"n1897",loc:[-85.635049,41.942331]},n1898:{id:"n1898",loc:[-85.635101,41.942281]},n1899:{id:"n1899",loc:[-85.635129,41.942144]},n19:{id:"n19",loc:[-85.633009,41.942229]},n190:{id:"n190",loc:[-85.636702,41.942434]},n1900:{id:"n1900",loc:[-85.635531,41.942143]},n1901:{id:"n1901",loc:[-85.635534,41.942577]},n1902:{id:"n1902",loc:[-85.635158,41.942656]},n1903:{id:"n1903",loc:[-85.635121,41.942703]},n1904:{id:"n1904",loc:[-85.635087,41.941508]},n1905:{id:"n1905",loc:[-85.63536,41.941106]},n1906:{id:"n1906",loc:[-85.635442,41.941094]},n1907:{id:"n1907",loc:[-85.635508,41.941104]},n1908:{id:"n1908",loc:[-85.635569,41.941125]},n1909:{id:"n1909",loc:[-85.635583,41.941106]},n191:{id:"n191",loc:[-85.636761,41.942434]},n1910:{id:"n1910",loc:[-85.635555,41.940976]},n1911:{id:"n1911",loc:[-85.635501,41.940915]},n1912:{id:"n1912",loc:[-85.635392,41.940922]},n1913:{id:"n1913",loc:[-85.635276,41.940974]},n1914:{id:"n1914",loc:[-85.63517,41.941204]},n1915:{id:"n1915",loc:[-85.634888,41.941517]},n1916:{id:"n1916",loc:[-85.634897,41.941576]},n1917:{id:"n1917",loc:[-85.634961,41.94164]},n1918:{id:"n1918",loc:[-85.635028,41.941659]},n1919:{id:"n1919",loc:[-85.635118,41.941621]},n192:{id:"n192",loc:[-85.636761,41.942369]},n1920:{id:"n1920",loc:[-85.635085,41.941558]},n1921:{id:"n1921",loc:[-85.63504,41.94136]},n1922:{id:"n1922",loc:[-85.635221,41.941077]},n1923:{id:"n1923",loc:[-85.634387,41.941559]},n1924:{id:"n1924",loc:[-85.634351,41.941587]},n1925:{id:"n1925",loc:[-85.634416,41.941756]},n1926:{id:"n1926",loc:[-85.634461,41.941797]},n1927:{id:"n1927",loc:[-85.634501,41.941819]},n1928:{id:"n1928",loc:[-85.634597,41.941816]},n1929:{id:"n1929",loc:[-85.634732,41.941724]},n193:{id:"n193",loc:[-85.636855,41.942369]},n1930:{id:"n1930",loc:[-85.634672,41.941775]},n1931:{id:"n1931",loc:[-85.633403,41.939101]},n1932:{id:"n1932",loc:[-85.633297,41.939397]},n1933:{id:"n1933",loc:[-85.633205,41.939674]},n1934:{id:"n1934",loc:[-85.63322,41.939777]},n1935:{id:"n1935",loc:[-85.633345,41.939936]},n1936:{id:"n1936",loc:[-85.633376,41.940002]},n1937:{id:"n1937",loc:[-85.633266,41.940228]},n1938:{id:"n1938",loc:[-85.633236,41.940352]},n1939:{id:"n1939",loc:[-85.633282,41.94063]},n194:{id:"n194",loc:[-85.636645,41.94249]},n1940:{id:"n1940",loc:[-85.633364,41.940874]},n1941:{id:"n1941",loc:[-85.633439,41.941052]},n1942:{id:"n1942",loc:[-85.633582,41.941172]},n1943:{id:"n1943",loc:[-85.633748,41.941273]},n1944:{id:"n1944",loc:[-85.634317,41.941527]},n1945:{id:"n1945",loc:[-85.634389,41.94174]},n1946:{id:"n1946",loc:[-85.634441,41.941801]},n1947:{id:"n1947",loc:[-85.634514,41.941837]},n1948:{id:"n1948",loc:[-85.634485,41.942005]},n1949:{id:"n1949",loc:[-85.63457,41.942202]},n195:{id:"n195",loc:[-85.636565,41.94249]},n1950:{id:"n1950",loc:[-85.634869,41.942769]},n1951:{id:"n1951",loc:[-85.634943,41.942792]},n1952:{id:"n1952",loc:[-85.635139,41.942882]},n1953:{id:"n1953",loc:[-85.634962,41.943161]},n1954:{id:"n1954",loc:[-85.635002,41.943131]},n1955:{id:"n1955",loc:[-85.635005,41.943091]},n1956:{id:"n1956",loc:[-85.635216,41.943033]},n1957:{id:"n1957",loc:[-85.634817,41.94267]},n1958:{id:"n1958",loc:[-85.634614,41.942599]},n1959:{id:"n1959",loc:[-85.634494,41.942381]},n196:{id:"n196",loc:[-85.636565,41.942474]},n1960:{id:"n1960",loc:[-85.634486,41.9423]},n1961:{id:"n1961",loc:[-85.634671,41.941795]},n1962:{id:"n1962",loc:[-85.634595,41.941831]},n1963:{id:"n1963",loc:[-85.634332,41.941866]},n1964:{id:"n1964",loc:[-85.634207,41.941885]},n1965:{id:"n1965",loc:[-85.634133,41.941892]},n1966:{id:"n1966",loc:[-85.634131,41.942203]},n1967:{id:"n1967",loc:[-85.634047,41.942327]},n1968:{id:"n1968",loc:[-85.634219,41.942793]},n1969:{id:"n1969",loc:[-85.634061,41.942392]},n197:{id:"n197",loc:[-85.636514,41.942474]},n1970:{id:"n1970",loc:[-85.633989,41.942407]},n1971:{id:"n1971",loc:[-85.633971,41.942356]},n1972:{id:"n1972",loc:[-85.63361,41.942423]},n1973:{id:"n1973",loc:[-85.633714,41.942682]},n1974:{id:"n1974",loc:[-85.633698,41.942863]},n1975:{id:"n1975",loc:[-85.633882,41.942865]},n1976:{id:"n1976",loc:[-85.633941,41.943007]},n1977:{id:"n1977",loc:[-85.633887,41.943035]},n1978:{id:"n1978",loc:[-85.633768,41.942815]},n1979:{id:"n1979",loc:[-85.633682,41.942351]},n198:{id:"n198",loc:[-85.636514,41.942326]},n1980:{id:"n1980",loc:[-85.634037,41.942273]},n1981:{id:"n1981",loc:[-85.634029,41.942252]},n1982:{id:"n1982",loc:[-85.633673,41.942331]},n1983:{id:"n1983",loc:[-85.634219,41.942571]},n1984:{id:"n1984",loc:[-85.634252,41.942565]},n1985:{id:"n1985",loc:[-85.634144,41.942299]},n1986:{id:"n1986",loc:[-85.634115,41.942306]},n1987:{id:"n1987",loc:[-85.634059,41.943094]},n1988:{id:"n1988",loc:[-85.633944,41.942903]},n1989:{id:"n1989",loc:[-85.634311,41.942821]},n199:{id:"n199",loc:[-85.636561,41.942326]},n1990:{id:"n1990",loc:[-85.634351,41.94277]},n1991:{id:"n1991",loc:[-85.634153,41.942254]},n1992:{id:"n1992",loc:[-85.634092,41.94222]},n1993:{id:"n1993",loc:[-85.633571,41.942336]},n1994:{id:"n1994",loc:[-85.633513,41.942387]},n1995:{id:"n1995",loc:[-85.633509,41.942455]},n1996:{id:"n1996",loc:[-85.63363,41.942665]},n1997:{id:"n1997",loc:[-85.63414,41.94286]},n1998:{id:"n1998",loc:[-85.63397,41.942449]},n1999:{id:"n1999",loc:[-85.633551,41.942529]},n2:{id:"n2",loc:[-85.627421,41.953877]},n20:{id:"n20",loc:[-85.633013,41.941438]},n200:{id:"n200",loc:[-85.636561,41.942311]},n2000:{id:"n2000",loc:[-85.633741,41.942493]},n2001:{id:"n2001",loc:[-85.633894,41.942869]},n2002:{id:"n2002",loc:[-85.634132,41.941954]},n2003:{id:"n2003",loc:[-85.634032,41.942038]},n2004:{id:"n2004",loc:[-85.633765,41.942238]},n2005:{id:"n2005",loc:[-85.63376,41.942268]},n2006:{id:"n2006",loc:[-85.633768,41.942293]},n2007:{id:"n2007",loc:[-85.633808,41.942386]},n2008:{id:"n2008",loc:[-85.634946,41.941663]},n2009:{id:"n2009",loc:[-85.63511,41.941697]},n201:{id:"n201",loc:[-85.636621,41.942311]},n2010:{id:"n2010",loc:[-85.635337,41.94168]},n2011:{id:"n2011",loc:[-85.634997,41.942251]},n2012:{id:"n2012",loc:[-85.635013,41.942173]},n2013:{id:"n2013",loc:[-85.634876,41.942157]},n2014:{id:"n2014",loc:[-85.634859,41.942235]},n2015:{id:"n2015",loc:[-85.634992,41.941951]},n2016:{id:"n2016",loc:[-85.634952,41.941877]},n2017:{id:"n2017",loc:[-85.634844,41.94191]},n2018:{id:"n2018",loc:[-85.634884,41.941983]},n2019:{id:"n2019",loc:[-85.635189,41.941691]},n202:{id:"n202",loc:[-85.636621,41.942351]},n2020:{id:"n2020",loc:[-85.635089,41.941896]},n2021:{id:"n2021",loc:[-85.635077,41.941964]},n2022:{id:"n2022",loc:[-85.635058,41.942147]},n2023:{id:"n2023",loc:[-85.635099,41.942161]},n2024:{id:"n2024",loc:[-85.635099,41.942213]},n2025:{id:"n2025",loc:[-85.635079,41.942285]},n2026:{id:"n2026",loc:[-85.635047,41.942316]},n2027:{id:"n2027",loc:[-85.634925,41.9423]},n2028:{id:"n2028",loc:[-85.634911,41.942276]},n2029:{id:"n2029",loc:[-85.634917,41.942242]},n203:{id:"n203",loc:[-85.63666,41.942351]},n2030:{id:"n2030",loc:[-85.634698,41.941898]},n2031:{id:"n2031",loc:[-85.634964,41.941878]},n2032:{id:"n2032",loc:[-85.635025,41.941929]},n2033:{id:"n2033",loc:[-85.634862,41.941887]},n2034:{id:"n2034",loc:[-85.634811,41.94181]},n2035:{id:"n2035",loc:[-85.634731,41.941745]},n2036:{id:"n2036",loc:[-85.634933,41.94176]},n2037:{id:"n2037",loc:[-85.634942,41.942145]},n2038:{id:"n2038",loc:[-85.634944,41.942065]},n2039:{id:"n2039",loc:[-85.634914,41.941996]},n204:{id:"n204",loc:[-85.63666,41.942453]},n2040:{id:"n2040",loc:[-85.634981,41.941979]},n2041:{id:"n2041",loc:[-85.633419,41.942172]},n2042:{id:"n2042",loc:[-85.633509,41.941631]},n2043:{id:"n2043",loc:[-85.633686,41.942937]},n2044:{id:"n2044",loc:[-85.633371,41.942722]},n2045:{id:"n2045",loc:[-85.633291,41.942538]},n2046:{id:"n2046",loc:[-85.633902,41.940941]},n2047:{id:"n2047",loc:[-85.635254,41.940939]},n2048:{id:"n2048",loc:[-85.635686,41.940829]},n2049:{id:"n2049",loc:[-85.635712,41.942681]},n205:{id:"n205",loc:[-85.636645,41.942453]},n2050:{id:"n2050",loc:[-85.633721,41.942118]},n2051:{id:"n2051",loc:[-85.633698,41.942057]},n2052:{id:"n2052",loc:[-85.633591,41.942079]},n2053:{id:"n2053",loc:[-85.633614,41.94214]},n2054:{id:"n2054",loc:[-85.633968,41.941099]},n2055:{id:"n2055",loc:[-85.633907,41.941138]},n2056:{id:"n2056",loc:[-85.633968,41.941197]},n2057:{id:"n2057",loc:[-85.63404,41.941162]},n2058:{id:"n2058",loc:[-85.634839,41.941665]},n2059:{id:"n2059",loc:[-85.635314,41.943035]},n206:{id:"n206",loc:[-85.636394,41.942471]},n2060:{id:"n2060",loc:[-85.634919,41.943142]},n2061:{id:"n2061",loc:[-85.636433,41.942959],tags:{"addr:city":"Three Rivers","addr:housenumber":"333","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",amenity:"townhall",name:"Three Rivers City Hall"}},n2062:{id:"n2062",loc:[-85.637039,41.942789]},n2063:{id:"n2063",loc:[-85.636333,41.94279]},n2064:{id:"n2064",loc:[-85.634484,41.940726]},n2065:{id:"n2065",loc:[-85.634483,41.940603]},n2066:{id:"n2066",loc:[-85.634908,41.940601]},n2067:{id:"n2067",loc:[-85.634908,41.94053]},n2068:{id:"n2068",loc:[-85.634934,41.94053]},n2069:{id:"n2069",loc:[-85.634934,41.940496]},n207:{id:"n207",loc:[-85.636262,41.942472]},n2070:{id:"n2070",loc:[-85.63504,41.940495]},n2071:{id:"n2071",loc:[-85.63504,41.940531]},n2072:{id:"n2072",loc:[-85.635068,41.940531]},n2073:{id:"n2073",loc:[-85.635071,41.940794]},n2074:{id:"n2074",loc:[-85.635183,41.940793]},n2075:{id:"n2075",loc:[-85.635185,41.940916]},n2076:{id:"n2076",loc:[-85.634799,41.940919]},n2077:{id:"n2077",loc:[-85.634798,41.940798]},n2078:{id:"n2078",loc:[-85.634925,41.940797]},n2079:{id:"n2079",loc:[-85.634924,41.940724]},n208:{id:"n208",loc:[-85.636261,41.94233]},n2080:{id:"n2080",loc:[-85.637448,41.938233]},n2081:{id:"n2081",loc:[-85.634168,41.943279]},n2082:{id:"n2082",loc:[-85.635744,41.938248]},n2083:{id:"n2083",loc:[-85.638744,41.951211]},n2084:{id:"n2084",loc:[-85.636421,41.946392]},n2085:{id:"n2085",loc:[-85.635965,41.945809]},n2086:{id:"n2086",loc:[-85.635683,41.945449]},n2087:{id:"n2087",loc:[-85.635281,41.945025]},n2088:{id:"n2088",loc:[-85.632443,41.942574]},n2089:{id:"n2089",loc:[-85.638243,41.943674]},n209:{id:"n209",loc:[-85.636353,41.942329]},n2090:{id:"n2090",loc:[-85.638228,41.943747]},n2091:{id:"n2091",loc:[-85.638163,41.943797]},n2092:{id:"n2092",loc:[-85.638089,41.943832]},n2093:{id:"n2093",loc:[-85.637969,41.943841]},n2094:{id:"n2094",loc:[-85.637841,41.943833]},n2095:{id:"n2095",loc:[-85.637342,41.943734]},n2096:{id:"n2096",loc:[-85.637232,41.943707]},n2097:{id:"n2097",loc:[-85.637163,41.943668]},n2098:{id:"n2098",loc:[-85.637118,41.943615]},n2099:{id:"n2099",loc:[-85.637078,41.943494]},n21:{id:"n21",loc:[-85.634126,41.942228]},n210:{id:"n210",loc:[-85.636354,41.94239]},n2100:{id:"n2100",loc:[-85.632903,41.998429],tags:{railway:"level_crossing"}},n2101:{id:"n2101",loc:[-85.633616,41.943581],tags:{railway:"level_crossing"}},n2102:{id:"n2102",loc:[-85.636943,41.947311]},n2103:{id:"n2103",loc:[-85.6376,41.94854]},n2104:{id:"n2104",loc:[-85.634565,41.93631]},n2105:{id:"n2105",loc:[-85.629597,41.942562]},n2106:{id:"n2106",loc:[-85.630821,41.943077]},n2107:{id:"n2107",loc:[-85.627473,41.940659]},n2108:{id:"n2108",loc:[-85.629708,41.942872]},n2109:{id:"n2109",loc:[-85.634093,41.935448]},n211:{id:"n211",loc:[-85.636393,41.94239]},n2110:{id:"n2110",loc:[-85.630413,41.94366]},n2111:{id:"n2111",loc:[-85.630488,41.942662]},n2112:{id:"n2112",loc:[-85.63361,41.936749]},n2113:{id:"n2113",loc:[-85.630038,41.941808]},n2114:{id:"n2114",loc:[-85.632016,41.942922]},n2115:{id:"n2115",loc:[-85.631525,41.944303]},n2116:{id:"n2116",loc:[-85.626862,41.94022]},n2117:{id:"n2117",loc:[-85.629673,41.94121]},n2118:{id:"n2118",loc:[-85.632752,41.943101]},n2119:{id:"n2119",loc:[-85.631147,41.943201]},n212:{id:"n212",loc:[-85.63444,41.943176]},n2120:{id:"n2120",loc:[-85.624974,41.940579]},n2121:{id:"n2121",loc:[-85.629518,41.941783]},n2122:{id:"n2122",loc:[-85.632349,41.942699]},n2123:{id:"n2123",loc:[-85.628418,41.940356]},n2124:{id:"n2124",loc:[-85.629147,41.94129]},n2125:{id:"n2125",loc:[-85.631111,41.943979]},n2126:{id:"n2126",loc:[-85.632087,41.940013]},n2127:{id:"n2127",loc:[-85.634469,41.935057]},n2128:{id:"n2128",loc:[-85.630097,41.943449]},n2129:{id:"n2129",loc:[-85.6331,41.937878]},n213:{id:"n213",loc:[-85.63375,41.942814]},n2130:{id:"n2130",loc:[-85.625274,41.941114]},n2131:{id:"n2131",loc:[-85.632632,41.941217]},n2132:{id:"n2132",loc:[-85.632739,41.941926]},n2133:{id:"n2133",loc:[-85.631647,41.94366]},n2134:{id:"n2134",loc:[-85.635059,41.935456]},n2135:{id:"n2135",loc:[-85.631259,41.944349]},n2136:{id:"n2136",loc:[-85.626336,41.940811]},n2137:{id:"n2137",loc:[-85.631507,41.943875]},n2138:{id:"n2138",loc:[-85.625081,41.940859]},n2139:{id:"n2139",loc:[-85.625778,41.940093]},n214:{id:"n214",loc:[-85.633674,41.942869]},n2140:{id:"n2140",loc:[-85.632641,41.942436]},n2141:{id:"n2141",loc:[-85.628825,41.941034]},n2142:{id:"n2142",loc:[-85.627913,41.940292]},n2143:{id:"n2143",loc:[-85.628943,41.940516]},n2144:{id:"n2144",loc:[-85.63139,41.943941]},n2145:{id:"n2145",loc:[-85.630081,41.94204]},n2146:{id:"n2146",loc:[-85.632194,41.93963]},n2147:{id:"n2147",loc:[-85.632913,41.93939]},n2148:{id:"n2148",loc:[-85.632001,41.943492]},n2149:{id:"n2149",loc:[-85.63149,41.943154]},n215:{id:"n215",loc:[-85.633542,41.942768]},n2150:{id:"n2150",loc:[-85.625167,41.940117]},n2151:{id:"n2151",loc:[-85.63287,41.939941]},n2152:{id:"n2152",loc:[-85.630789,41.943732]},n2153:{id:"n2153",loc:[-85.632173,41.940348]},n2154:{id:"n2154",loc:[-85.626587,41.940113]},n2155:{id:"n2155",loc:[-85.62684,41.940667]},n2156:{id:"n2156",loc:[-85.632527,41.938904]},n2157:{id:"n2157",loc:[-85.624866,41.94018]},n2158:{id:"n2158",loc:[-85.633267,41.93872]},n2159:{id:"n2159",loc:[-85.62934,41.940843]},n216:{id:"n216",loc:[-85.633618,41.942714]},n2160:{id:"n2160",loc:[-85.62272,41.953817]},n2161:{id:"n2161",loc:[-85.622555,41.954453]},n2162:{id:"n2162",loc:[-85.637225,41.944128]},n2163:{id:"n2163",loc:[-85.622628,41.953683]},n2164:{id:"n2164",loc:[-85.635441,41.943989]},n2165:{id:"n2165",loc:[-85.622629,41.953807]},n2166:{id:"n2166",loc:[-85.62262,41.953807]},n2167:{id:"n2167",loc:[-85.62262,41.953837]},n2168:{id:"n2168",loc:[-85.622532,41.953838]},n2169:{id:"n2169",loc:[-85.637469,41.944579]},n217:{id:"n217",loc:[-85.634001,41.942336]},n2170:{id:"n2170",loc:[-85.63688,41.943935]},n2171:{id:"n2171",loc:[-85.638263,41.946367]},n2172:{id:"n2172",loc:[-85.622532,41.953807]},n2173:{id:"n2173",loc:[-85.622353,41.953808]},n2174:{id:"n2174",loc:[-85.622352,41.953685]},n2175:{id:"n2175",loc:[-85.622464,41.953684]},n2176:{id:"n2176",loc:[-85.622464,41.953648]},n2177:{id:"n2177",loc:[-85.637136,41.94576]},n2178:{id:"n2178",loc:[-85.622521,41.953648]},n2179:{id:"n2179",loc:[-85.637129,41.945415]},n218:{id:"n218",loc:[-85.633825,41.942376]},n2180:{id:"n2180",loc:[-85.637473,41.94607]},n2181:{id:"n2181",loc:[-85.622521,41.953683]},n2182:{id:"n2182",loc:[-85.622717,41.954104]},n2183:{id:"n2183",loc:[-85.637769,41.946095]},n2184:{id:"n2184",loc:[-85.623872,41.953515]},n2185:{id:"n2185",loc:[-85.623851,41.953588]},n2186:{id:"n2186",loc:[-85.631385,41.94433]},n2187:{id:"n2187",loc:[-85.623608,41.953543]},n2188:{id:"n2188",loc:[-85.637308,41.944882]},n2189:{id:"n2189",loc:[-85.634898,41.944041]},n219:{id:"n219",loc:[-85.633807,41.942334]},n2190:{id:"n2190",loc:[-85.623604,41.953442]},n2191:{id:"n2191",loc:[-85.623705,41.953442]},n2192:{id:"n2192",loc:[-85.623708,41.953493]},n2193:{id:"n2193",loc:[-85.624064,41.952655]},n2194:{id:"n2194",loc:[-85.62395,41.952654]},n2195:{id:"n2195",loc:[-85.623951,41.952579]},n2196:{id:"n2196",loc:[-85.637435,41.944342]},n2197:{id:"n2197",loc:[-85.624064,41.952579]},n2198:{id:"n2198",loc:[-85.623812,41.952648]},n2199:{id:"n2199",loc:[-85.623813,41.952705]},n22:{id:"n22",loc:[-85.633531,41.942357]},n220:{id:"n220",loc:[-85.633983,41.942294]},n2200:{id:"n2200",loc:[-85.637169,41.945098]},n2201:{id:"n2201",loc:[-85.623552,41.952707]},n2202:{id:"n2202",loc:[-85.623551,41.95263]},n2203:{id:"n2203",loc:[-85.623701,41.952629]},n2204:{id:"n2204",loc:[-85.635894,41.943719]},n2205:{id:"n2205",loc:[-85.637297,41.945992]},n2206:{id:"n2206",loc:[-85.623724,41.952648]},n2207:{id:"n2207",loc:[-85.623812,41.952438]},n2208:{id:"n2208",loc:[-85.625239,41.952197]},n2209:{id:"n2209",loc:[-85.625232,41.952257]},n221:{id:"n221",loc:[-85.634182,41.942495]},n2210:{id:"n2210",loc:[-85.635175,41.94408]},n2211:{id:"n2211",loc:[-85.636381,41.943761]},n2212:{id:"n2212",loc:[-85.625115,41.952249]},n2213:{id:"n2213",loc:[-85.638578,41.946644]},n2214:{id:"n2214",loc:[-85.625122,41.952189]},n2215:{id:"n2215",loc:[-85.625085,41.952031]},n2216:{id:"n2216",loc:[-85.636126,41.943713]},n2217:{id:"n2217",loc:[-85.635005,41.944041]},n2218:{id:"n2218",loc:[-85.63714,41.945328]},n2219:{id:"n2219",loc:[-85.634871,41.943292]},n222:{id:"n222",loc:[-85.634149,41.942503]},n2220:{id:"n2220",loc:[-85.635705,41.943799]},n2221:{id:"n2221",loc:[-85.634995,41.943576]},n2222:{id:"n2222",loc:[-85.635026,41.943829]},n2223:{id:"n2223",loc:[-85.632874,41.941031]},n2224:{id:"n2224",loc:[-85.632531,41.940233]},n2225:{id:"n2225",loc:[-85.634247,41.936003]},n2226:{id:"n2226",loc:[-85.62929,41.941127]},n2227:{id:"n2227",loc:[-85.630428,41.943266]},n2228:{id:"n2228",loc:[-85.631608,41.943425]},n2229:{id:"n2229",loc:[-85.632316,41.943042]},n223:{id:"n223",loc:[-85.634098,41.942373]},n2230:{id:"n2230",loc:[-85.628711,41.940744]},n2231:{id:"n2231",loc:[-85.627831,41.940536]},n2232:{id:"n2232",loc:[-85.625514,41.94052]},n2233:{id:"n2233",loc:[-85.631127,41.943545]},n2234:{id:"n2234",loc:[-85.632909,41.942531]},n2235:{id:"n2235",loc:[-85.632917,41.938796]},n2236:{id:"n2236",loc:[-85.626716,41.94044]},n2237:{id:"n2237",loc:[-85.630122,41.942852]},n2238:{id:"n2238",loc:[-85.632509,41.939674]},n2239:{id:"n2239",loc:[-85.634762,41.935237]},n224:{id:"n224",loc:[-85.634131,41.942366]},n2240:{id:"n2240",loc:[-85.63384,41.937025]},n2241:{id:"n2241",loc:[-85.629741,41.941909]},n2242:{id:"n2242",loc:[-85.635254,41.945001],tags:{railway:"level_crossing"}},n2243:{id:"n2243",loc:[-85.634005,41.938168]},n2244:{id:"n2244",loc:[-85.63393,41.938335]},n2245:{id:"n2245",loc:[-85.633859,41.93846]},n2246:{id:"n2246",loc:[-85.633663,41.938776]},n2247:{id:"n2247",loc:[-85.633513,41.938936]},n2248:{id:"n2248",loc:[-85.635295,41.943225]},n2249:{id:"n2249",loc:[-85.635393,41.943293]},n225:{id:"n225",loc:[-85.635986,41.94177]},n2250:{id:"n2250",loc:[-85.635645,41.94332]},n2251:{id:"n2251",loc:[-85.63629,41.943328]},n2252:{id:"n2252",loc:[-85.636554,41.943372]},n2253:{id:"n2253",loc:[-85.636869,41.943526]},n2254:{id:"n2254",loc:[-85.637099,41.943704]},n2255:{id:"n2255",loc:[-85.637268,41.943773]},n2256:{id:"n2256",loc:[-85.637483,41.943821]},n2257:{id:"n2257",loc:[-85.637616,41.943929]},n2258:{id:"n2258",loc:[-85.637752,41.944114]},n2259:{id:"n2259",loc:[-85.638399,41.944308]},n226:{id:"n226",loc:[-85.635982,41.941523]},n2260:{id:"n2260",loc:[-85.638573,41.944451]},n2261:{id:"n2261",loc:[-85.638702,41.944574]},n2262:{id:"n2262",loc:[-85.638718,41.944652]},n2263:{id:"n2263",loc:[-85.638715,41.944809]},n2264:{id:"n2264",loc:[-85.638766,41.944988]},n2265:{id:"n2265",loc:[-85.638773,41.945136]},n2266:{id:"n2266",loc:[-85.638705,41.945251]},n2267:{id:"n2267",loc:[-85.638335,41.944291]},n2268:{id:"n2268",loc:[-85.638474,41.944352]},n2269:{id:"n2269",loc:[-85.635408,41.943429]},n227:{id:"n227",loc:[-85.636108,41.941521]},n2270:{id:"n2270",loc:[-85.635271,41.943654]},n2271:{id:"n2271",loc:[-85.635266,41.943744]},n2272:{id:"n2272",loc:[-85.635271,41.943819]},n2273:{id:"n2273",loc:[-85.635192,41.943876]},n2274:{id:"n2274",loc:[-85.635129,41.943857]},n2275:{id:"n2275",loc:[-85.635122,41.943764]},n2276:{id:"n2276",loc:[-85.635124,41.943664]},n2277:{id:"n2277",loc:[-85.63515,41.943611]},n2278:{id:"n2278",loc:[-85.635106,41.943534]},n2279:{id:"n2279",loc:[-85.634972,41.943197]},n228:{id:"n228",loc:[-85.636109,41.941559]},n2280:{id:"n2280",loc:[-85.633978,41.938227]},n2281:{id:"n2281",loc:[-85.634216,41.943255]},n2282:{id:"n2282",loc:[-85.634434,41.943622]},n2283:{id:"n2283",loc:[-85.632406,41.940854]},n2284:{id:"n2284",loc:[-85.632488,41.941063],tags:{leisure:"slipway"}},n2285:{id:"n2285",loc:[-85.632726,41.941537]},n2286:{id:"n2286",loc:[-85.632639,41.94136]},n2287:{id:"n2287",loc:[-85.632704,41.941439]},n2288:{id:"n2288",loc:[-85.632289,41.940601]},n2289:{id:"n2289",loc:[-85.632541,41.942526]},n229:{id:"n229",loc:[-85.636145,41.941559]},n2290:{id:"n2290",loc:[-85.634058,41.943173]},n2291:{id:"n2291",loc:[-85.636175,41.945974]},n2292:{id:"n2292",loc:[-85.636528,41.945975]},n2293:{id:"n2293",loc:[-85.637092,41.945893]},n2294:{id:"n2294",loc:[-85.637881,41.945647]},n2295:{id:"n2295",loc:[-85.639329,41.945162]},n2296:{id:"n2296",loc:[-85.639323,41.945026]},n2297:{id:"n2297",loc:[-85.638826,41.945032]},n2298:{id:"n2298",loc:[-85.638817,41.944174]},n2299:{id:"n2299",loc:[-85.638291,41.94418]},n23:{id:"n23",loc:[-85.633504,41.942418]},n230:{id:"n230",loc:[-85.636145,41.941551]},n2300:{id:"n2300",loc:[-85.63828,41.943811]},n2301:{id:"n2301",loc:[-85.638195,41.943601]},n2302:{id:"n2302",loc:[-85.63719,41.943592]},n2303:{id:"n2303",loc:[-85.636697,41.943273]},n2304:{id:"n2304",loc:[-85.635375,41.943274]},n2305:{id:"n2305",loc:[-85.635091,41.943547]},n2306:{id:"n2306",loc:[-85.63442,41.944117]},n2307:{id:"n2307",loc:[-85.635117,41.943717]},n2308:{id:"n2308",loc:[-85.635601,41.945177]},n2309:{id:"n2309",loc:[-85.635819,41.945494]},n231:{id:"n231",loc:[-85.636312,41.941549]},n2310:{id:"n2310",loc:[-85.635303,41.944891]},n2311:{id:"n2311",loc:[-85.637674,41.943802]},n2312:{id:"n2312",loc:[-85.638263,41.944272]},n2313:{id:"n2313",loc:[-85.634267,41.935266]},n2314:{id:"n2314",loc:[-85.639788,41.945152]},n2315:{id:"n2315",loc:[-85.639645,41.945167]},n2316:{id:"n2316",loc:[-85.639362,41.945233]},n2317:{id:"n2317",loc:[-85.638616,41.945163]},n2318:{id:"n2318",loc:[-85.638514,41.944936]},n2319:{id:"n2319",loc:[-85.638578,41.94503]},n232:{id:"n232",loc:[-85.636314,41.941649]},n2320:{id:"n2320",loc:[-85.638578,41.945215]},n2321:{id:"n2321",loc:[-85.640495,41.947015]},n2322:{id:"n2322",loc:[-85.639577,41.946495]},n2323:{id:"n2323",loc:[-85.638935,41.946087]},n2324:{id:"n2324",loc:[-85.637535,41.94584]},n2325:{id:"n2325",loc:[-85.638357,41.945404]},n2326:{id:"n2326",loc:[-85.638051,41.94553]},n2327:{id:"n2327",loc:[-85.637732,41.945555]},n2328:{id:"n2328",loc:[-85.637657,41.945524]},n2329:{id:"n2329",loc:[-85.637598,41.945467]},n233:{id:"n233",loc:[-85.636152,41.94165]},n2330:{id:"n2330",loc:[-85.637669,41.945318]},n2331:{id:"n2331",loc:[-85.637894,41.945171]},n2332:{id:"n2332",loc:[-85.637923,41.945082]},n2333:{id:"n2333",loc:[-85.63793,41.944756]},n2334:{id:"n2334",loc:[-85.637976,41.944696]},n2335:{id:"n2335",loc:[-85.638044,41.944671]},n2336:{id:"n2336",loc:[-85.638129,41.944597]},n2337:{id:"n2337",loc:[-85.638252,41.944413]},n2338:{id:"n2338",loc:[-85.638092,41.945442]},n2339:{id:"n2339",loc:[-85.638409,41.945315]},n234:{id:"n234",loc:[-85.636152,41.941628]},n2340:{id:"n2340",loc:[-85.638325,41.944771]},n2341:{id:"n2341",loc:[-85.638103,41.944744]},n2342:{id:"n2342",loc:[-85.637976,41.944781]},n2343:{id:"n2343",loc:[-85.637983,41.944865]},n2344:{id:"n2344",loc:[-85.638063,41.945074]},n2345:{id:"n2345",loc:[-85.638041,41.945206]},n2346:{id:"n2346",loc:[-85.637907,41.945309]},n2347:{id:"n2347",loc:[-85.637925,41.94539]},n2348:{id:"n2348",loc:[-85.637998,41.94545]},n2349:{id:"n2349",loc:[-85.637135,41.946254]},n235:{id:"n235",loc:[-85.63611,41.941628]},n2350:{id:"n2350",loc:[-85.636837,41.946615]},n2351:{id:"n2351",loc:[-85.637954,41.948909]},n2352:{id:"n2352",loc:[-85.638382,41.949786]},n2353:{id:"n2353",loc:[-85.639367,41.951242]},n2354:{id:"n2354",loc:[-85.640554,41.951777]},n2355:{id:"n2355",loc:[-85.6411,41.952234]},n2356:{id:"n2356",loc:[-85.641742,41.952657]},n2357:{id:"n2357",loc:[-85.642321,41.952941]},n2358:{id:"n2358",loc:[-85.64277,41.953228]},n2359:{id:"n2359",loc:[-85.643333,41.953825]},n236:{id:"n236",loc:[-85.636113,41.941768]},n2360:{id:"n2360",loc:[-85.643579,41.954365]},n2361:{id:"n2361",loc:[-85.644439,41.954105]},n2362:{id:"n2362",loc:[-85.64506,41.954]},n2363:{id:"n2363",loc:[-85.645483,41.953911]},n2364:{id:"n2364",loc:[-85.646046,41.953853]},n2365:{id:"n2365",loc:[-85.646318,41.953717]},n2366:{id:"n2366",loc:[-85.646276,41.953414]},n2367:{id:"n2367",loc:[-85.631063,41.957478],tags:{emergency:"fire_hydrant"}},n2368:{id:"n2368",loc:[-85.630996,41.955857],tags:{emergency:"fire_hydrant"}},n2369:{id:"n2369",loc:[-85.630976,41.954608],tags:{emergency:"fire_hydrant"}},n237:{id:"n237",loc:[-85.635983,41.941589],tags:{entrance:"yes"}},n2370:{id:"n2370",loc:[-85.646,41.953154]},n2371:{id:"n2371",loc:[-85.645222,41.953193]},n2372:{id:"n2372",loc:[-85.644732,41.953181]},n2373:{id:"n2373",loc:[-85.644064,41.953298]},n2374:{id:"n2374",loc:[-85.643818,41.953177]},n2375:{id:"n2375",loc:[-85.644001,41.95284]},n2376:{id:"n2376",loc:[-85.628174,41.95456],tags:{emergency:"fire_hydrant"}},n2377:{id:"n2377",loc:[-85.644267,41.952591]},n2378:{id:"n2378",loc:[-85.644288,41.952328]},n2379:{id:"n2379",loc:[-85.627276,41.953987],tags:{emergency:"fire_hydrant"}},n238:{id:"n238",loc:[-85.635906,41.94159]},n2380:{id:"n2380",loc:[-85.644262,41.952153]},n2381:{id:"n2381",loc:[-85.644168,41.95204]},n2382:{id:"n2382",loc:[-85.64421,41.951749]},n2383:{id:"n2383",loc:[-85.64385,41.951586]},n2384:{id:"n2384",loc:[-85.62736,41.955964],tags:{emergency:"fire_hydrant"}},n2385:{id:"n2385",loc:[-85.626307,41.957198],tags:{emergency:"fire_hydrant"}},n2386:{id:"n2386",loc:[-85.643589,41.951323]},n2387:{id:"n2387",loc:[-85.62747,41.957509],tags:{emergency:"fire_hydrant"}},n2388:{id:"n2388",loc:[-85.628665,41.957492],tags:{emergency:"fire_hydrant"}},n2389:{id:"n2389",loc:[-85.642535,41.951031]},n239:{id:"n239",loc:[-85.635883,41.940182]},n2390:{id:"n2390",loc:[-85.642269,41.95088]},n2391:{id:"n2391",loc:[-85.641878,41.950814]},n2392:{id:"n2392",loc:[-85.641549,41.950806]},n2393:{id:"n2393",loc:[-85.641103,41.950549]},n2394:{id:"n2394",loc:[-85.630864,41.959046],tags:{emergency:"fire_hydrant"}},n2395:{id:"n2395",loc:[-85.632249,41.958969],tags:{emergency:"fire_hydrant"}},n2396:{id:"n2396",loc:[-85.641037,41.949821]},n2397:{id:"n2397",loc:[-85.641006,41.949433]},n2398:{id:"n2398",loc:[-85.632232,41.95859],tags:{emergency:"fire_hydrant"}},n2399:{id:"n2399",loc:[-85.632071,41.958345],tags:{emergency:"fire_hydrant"}},n24:{id:"n24",loc:[-85.634346,41.942792]},n240:{id:"n240",loc:[-85.635916,41.94264]},n2400:{id:"n2400",loc:[-85.632228,41.9573],tags:{emergency:"fire_hydrant"}},n2401:{id:"n2401",loc:[-85.641152,41.948257]},n2402:{id:"n2402",loc:[-85.641055,41.947304]},n2403:{id:"n2403",loc:[-85.638022,41.945897]},n2404:{id:"n2404",loc:[-85.638672,41.950778]},n2405:{id:"n2405",loc:[-85.63666,41.944492],tags:{name:"Memory Isle",place:"island"}},n2406:{id:"n2406",loc:[-85.635,41.946389],tags:{amenity:"post_office",name:"Three Rivers Post Office"}},n2407:{id:"n2407",loc:[-85.633676,41.946036]},n2408:{id:"n2408",loc:[-85.633736,41.946078]},n2409:{id:"n2409",loc:[-85.633997,41.946185]},n241:{id:"n241",loc:[-85.635795,41.941906]},n2410:{id:"n2410",loc:[-85.634448,41.945626],tags:{highway:"traffic_signals",traffic_signals:"signal"}},n2411:{id:"n2411",loc:[-85.63456,41.945731],tags:{crossing:"zebra",highway:"crossing"}},n2412:{id:"n2412",loc:[-85.634592,41.94578]},n2413:{id:"n2413",loc:[-85.634607,41.945815]},n2414:{id:"n2414",loc:[-85.634614,41.945864]},n2415:{id:"n2415",loc:[-85.636066,41.946185]},n2416:{id:"n2416",loc:[-85.636128,41.946352]},n2417:{id:"n2417",loc:[-85.636142,41.946452]},n2418:{id:"n2418",loc:[-85.635327,41.945292]},n2419:{id:"n2419",loc:[-85.635648,41.94558]},n242:{id:"n242",loc:[-85.635909,41.941906]},n2420:{id:"n2420",loc:[-85.635769,41.945729]},n2421:{id:"n2421",loc:[-85.637349,41.945897]},n2422:{id:"n2422",loc:[-85.632211,41.95596],tags:{emergency:"fire_hydrant"}},n2423:{id:"n2423",loc:[-85.635942,41.94598]},n2424:{id:"n2424",loc:[-85.636443,41.946042]},n2425:{id:"n2425",loc:[-85.635819,41.946052]},n2426:{id:"n2426",loc:[-85.636669,41.946025]},n2427:{id:"n2427",loc:[-85.636832,41.946005]},n2428:{id:"n2428",loc:[-85.637039,41.945968]},n2429:{id:"n2429",loc:[-85.636291,41.946046]},n243:{id:"n243",loc:[-85.636359,41.941904]},n2430:{id:"n2430",loc:[-85.634005,41.943367]},n2431:{id:"n2431",loc:[-85.633366,41.943724]},n2432:{id:"n2432",loc:[-85.634617,41.946057]},n2433:{id:"n2433",loc:[-85.636534,41.944793]},n2434:{id:"n2434",loc:[-85.637055,41.945188]},n2435:{id:"n2435",loc:[-85.636153,41.944618]},n2436:{id:"n2436",loc:[-85.636803,41.944944]},n2437:{id:"n2437",loc:[-85.633389,41.945735]},n2438:{id:"n2438",loc:[-85.633536,41.94585]},n2439:{id:"n2439",loc:[-85.63363,41.945993]},n244:{id:"n244",loc:[-85.636351,41.941438]},n2440:{id:"n2440",loc:[-85.633268,41.94568]},n2441:{id:"n2441",loc:[-85.635947,41.94546]},n2442:{id:"n2442",loc:[-85.636277,41.945268]},n2443:{id:"n2443",loc:[-85.635203,41.944287]},n2444:{id:"n2444",loc:[-85.634876,41.944477]},n2445:{id:"n2445",loc:[-85.634975,41.944419]},n2446:{id:"n2446",loc:[-85.633877,41.943438]},n2447:{id:"n2447",loc:[-85.63508,41.945113]},n2448:{id:"n2448",loc:[-85.635372,41.944932]},n2449:{id:"n2449",loc:[-85.636594,41.945935]},n245:{id:"n245",loc:[-85.635903,41.941436]},n2450:{id:"n2450",loc:[-85.636901,41.945747]},n2451:{id:"n2451",loc:[-85.636329,41.945228]},n2452:{id:"n2452",loc:[-85.636025,41.945417]},n2453:{id:"n2453",loc:[-85.634002,41.944644]},n2454:{id:"n2454",loc:[-85.63407,41.944692]},n2455:{id:"n2455",loc:[-85.634114,41.944756]},n2456:{id:"n2456",loc:[-85.633762,41.944809]},n2457:{id:"n2457",loc:[-85.634184,41.944807]},n2458:{id:"n2458",loc:[-85.634291,41.944819]},n2459:{id:"n2459",loc:[-85.634639,41.944845]},n246:{id:"n246",loc:[-85.635788,41.941436]},n2460:{id:"n2460",loc:[-85.633822,41.944861]},n2461:{id:"n2461",loc:[-85.63411,41.944855]},n2462:{id:"n2462",loc:[-85.63435,41.944872]},n2463:{id:"n2463",loc:[-85.63441,41.944903]},n2464:{id:"n2464",loc:[-85.633883,41.944913]},n2465:{id:"n2465",loc:[-85.634164,41.944896]},n2466:{id:"n2466",loc:[-85.633487,41.944926]},n2467:{id:"n2467",loc:[-85.634736,41.944929]},n2468:{id:"n2468",loc:[-85.633944,41.944965]},n2469:{id:"n2469",loc:[-85.633555,41.944983]},n247:{id:"n247",loc:[-85.635929,41.941511]},n2470:{id:"n2470",loc:[-85.633995,41.945013]},n2471:{id:"n2471",loc:[-85.633614,41.945037]},n2472:{id:"n2472",loc:[-85.634848,41.945031]},n2473:{id:"n2473",loc:[-85.634049,41.945061]},n2474:{id:"n2474",loc:[-85.633678,41.945094]},n2475:{id:"n2475",loc:[-85.63317,41.945111]},n2476:{id:"n2476",loc:[-85.633357,41.945103]},n2477:{id:"n2477",loc:[-85.633728,41.945136]},n2478:{id:"n2478",loc:[-85.634146,41.945148]},n2479:{id:"n2479",loc:[-85.633416,41.945157]},n248:{id:"n248",loc:[-85.635929,41.941317]},n2480:{id:"n2480",loc:[-85.634625,41.945172]},n2481:{id:"n2481",loc:[-85.633239,41.945174]},n2482:{id:"n2482",loc:[-85.63469,41.945185]},n2483:{id:"n2483",loc:[-85.634661,41.945203]},n2484:{id:"n2484",loc:[-85.63348,41.945214]},n2485:{id:"n2485",loc:[-85.633578,41.945221]},n2486:{id:"n2486",loc:[-85.634742,41.945231]},n2487:{id:"n2487",loc:[-85.634251,41.94525]},n2488:{id:"n2488",loc:[-85.633524,41.945254]},n2489:{id:"n2489",loc:[-85.63468,41.945271]},n249:{id:"n249",loc:[-85.636414,41.941316]},n2490:{id:"n2490",loc:[-85.633885,41.945272]},n2491:{id:"n2491",loc:[-85.634795,41.945288]},n2492:{id:"n2492",loc:[-85.634742,41.94532]},n2493:{id:"n2493",loc:[-85.633946,41.945327]},n2494:{id:"n2494",loc:[-85.634844,41.945331]},n2495:{id:"n2495",loc:[-85.63435,41.945349]},n2496:{id:"n2496",loc:[-85.633733,41.945357]},n2497:{id:"n2497",loc:[-85.633987,41.945375]},n2498:{id:"n2498",loc:[-85.634911,41.945419]},n2499:{id:"n2499",loc:[-85.634049,41.945431]},n25:{id:"n25",loc:[-85.634333,41.942809]},n250:{id:"n250",loc:[-85.636414,41.941511]},n2500:{id:"n2500",loc:[-85.633705,41.945461]},n2501:{id:"n2501",loc:[-85.633642,41.945408]},n2502:{id:"n2502",loc:[-85.634493,41.945475]},n2503:{id:"n2503",loc:[-85.634106,41.945484]},n2504:{id:"n2504",loc:[-85.635008,41.945505]},n2505:{id:"n2505",loc:[-85.633757,41.945506]},n2506:{id:"n2506",loc:[-85.634542,41.945519]},n2507:{id:"n2507",loc:[-85.634162,41.945536]},n2508:{id:"n2508",loc:[-85.633843,41.945547]},n2509:{id:"n2509",loc:[-85.634919,41.94556]},n251:{id:"n251",loc:[-85.636819,41.941617]},n2510:{id:"n2510",loc:[-85.633818,41.945561]},n2511:{id:"n2511",loc:[-85.634638,41.94559]},n2512:{id:"n2512",loc:[-85.633901,41.945598]},n2513:{id:"n2513",loc:[-85.634257,41.945626]},n2514:{id:"n2514",loc:[-85.633967,41.945652]},n2515:{id:"n2515",loc:[-85.634735,41.945676]},n2516:{id:"n2516",loc:[-85.635057,41.945683]},n2517:{id:"n2517",loc:[-85.635296,41.945703]},n2518:{id:"n2518",loc:[-85.635112,41.945703]},n2519:{id:"n2519",loc:[-85.634782,41.945729]},n252:{id:"n252",loc:[-85.636718,41.941619]},n2520:{id:"n2520",loc:[-85.634052,41.945747]},n2521:{id:"n2521",loc:[-85.635296,41.945757]},n2522:{id:"n2522",loc:[-85.635314,41.945757]},n2523:{id:"n2523",loc:[-85.635112,41.945761]},n2524:{id:"n2524",loc:[-85.63484,41.945778]},n2525:{id:"n2525",loc:[-85.635314,41.945938]},n2526:{id:"n2526",loc:[-85.63484,41.945922]},n2527:{id:"n2527",loc:[-85.635461,41.944879]},n2528:{id:"n2528",loc:[-85.636024,41.945384]},n2529:{id:"n2529",loc:[-85.636145,41.945312]},n253:{id:"n253",loc:[-85.636716,41.941509]},n2530:{id:"n2530",loc:[-85.6356,41.944797]},n2531:{id:"n2531",loc:[-85.635135,41.944354]},n2532:{id:"n2532",loc:[-85.632988,41.945369]},n2533:{id:"n2533",loc:[-85.633376,41.94563]},n2534:{id:"n2534",loc:[-85.633539,41.945534]},n2535:{id:"n2535",loc:[-85.633238,41.945248]},n2536:{id:"n2536",loc:[-85.633166,41.945216]},n2537:{id:"n2537",loc:[-85.633114,41.945188]},n2538:{id:"n2538",loc:[-85.633078,41.945127]},n2539:{id:"n2539",loc:[-85.633066,41.94508]},n254:{id:"n254",loc:[-85.636732,41.941509]},n2540:{id:"n2540",loc:[-85.633222,41.945358]},n2541:{id:"n2541",loc:[-85.633425,41.945541]},n2542:{id:"n2542",loc:[-85.63299,41.9455]},n2543:{id:"n2543",loc:[-85.634374,41.944327]},n2544:{id:"n2544",loc:[-85.633648,41.943697]},n2545:{id:"n2545",loc:[-85.633533,41.943764]},n2546:{id:"n2546",loc:[-85.634239,41.944417]},n2547:{id:"n2547",loc:[-85.634122,41.944395]},n2548:{id:"n2548",loc:[-85.634235,41.944326]},n2549:{id:"n2549",loc:[-85.633613,41.943787]},n255:{id:"n255",loc:[-85.636731,41.941461]},n2550:{id:"n2550",loc:[-85.633915,41.943613]},n2551:{id:"n2551",loc:[-85.634015,41.943555]},n2552:{id:"n2552",loc:[-85.63433,41.943839]},n2553:{id:"n2553",loc:[-85.634236,41.943894]},n2554:{id:"n2554",loc:[-85.635413,41.946052]},n2555:{id:"n2555",loc:[-85.635405,41.94569]},n2556:{id:"n2556",loc:[-85.635684,41.945925]},n2557:{id:"n2557",loc:[-85.635614,41.945742]},n2558:{id:"n2558",loc:[-85.635401,41.945745]},n2559:{id:"n2559",loc:[-85.635406,41.945928]},n256:{id:"n256",loc:[-85.636799,41.941461]},n2560:{id:"n2560",loc:[-85.633478,41.943663]},n2561:{id:"n2561",loc:[-85.633291,41.943526]},n2562:{id:"n2562",loc:[-85.633094,41.943541]},n2563:{id:"n2563",loc:[-85.633302,41.943492]},n2564:{id:"n2564",loc:[-85.633047,41.943623]},n2565:{id:"n2565",loc:[-85.633275,41.943562]},n2566:{id:"n2566",loc:[-85.633351,41.943518]},n2567:{id:"n2567",loc:[-85.633224,41.9434]},n2568:{id:"n2568",loc:[-85.633235,41.943369]},n2569:{id:"n2569",loc:[-85.635179,41.943911]},n257:{id:"n257",loc:[-85.6368,41.9415]},n2570:{id:"n2570",loc:[-85.635146,41.943918]},n2571:{id:"n2571",loc:[-85.634888,41.943905]},n2572:{id:"n2572",loc:[-85.634832,41.943911]},n2573:{id:"n2573",loc:[-85.634638,41.944007]},n2574:{id:"n2574",loc:[-85.634568,41.94405]},n2575:{id:"n2575",loc:[-85.635994,41.94501]},n2576:{id:"n2576",loc:[-85.636388,41.944608]},n2577:{id:"n2577",loc:[-85.636215,41.944787]},n2578:{id:"n2578",loc:[-85.637948,41.944587]},n2579:{id:"n2579",loc:[-85.637849,41.944567]},n258:{id:"n258",loc:[-85.636814,41.9415]},n2580:{id:"n2580",loc:[-85.637895,41.944455]},n2581:{id:"n2581",loc:[-85.637996,41.944477]},n2582:{id:"n2582",loc:[-85.635525,41.94337]},n2583:{id:"n2583",loc:[-85.637847,41.943923]},n2584:{id:"n2584",loc:[-85.637891,41.944124]},n2585:{id:"n2585",loc:[-85.638167,41.944229]},n2586:{id:"n2586",loc:[-85.638236,41.944097]},n2587:{id:"n2587",loc:[-85.638207,41.944025]},n2588:{id:"n2588",loc:[-85.638141,41.943997]},n2589:{id:"n2589",loc:[-85.638057,41.944015]},n259:{id:"n259",loc:[-85.636815,41.941538]},n2590:{id:"n2590",loc:[-85.637902,41.944231]},n2591:{id:"n2591",loc:[-85.638134,41.944307]},n2592:{id:"n2592",loc:[-85.638242,41.944294]},n2593:{id:"n2593",loc:[-85.638274,41.944222]},n2594:{id:"n2594",loc:[-85.638236,41.944174]},n2595:{id:"n2595",loc:[-85.638207,41.944157]},n2596:{id:"n2596",loc:[-85.637818,41.943984]},n2597:{id:"n2597",loc:[-85.634996,41.944439]},n2598:{id:"n2598",loc:[-85.633946,41.945804]},n2599:{id:"n2599",loc:[-85.634102,41.945864]},n26:{id:"n26",loc:[-85.634346,41.942744]},n260:{id:"n260",loc:[-85.636827,41.941538]},n2600:{id:"n2600",loc:[-85.633819,41.945756]},n2601:{id:"n2601",loc:[-85.634025,41.945975]},n2602:{id:"n2602",loc:[-85.633742,41.945867]},n2603:{id:"n2603",loc:[-85.63373,41.946004]},n2604:{id:"n2604",loc:[-85.633947,41.946081]},n2605:{id:"n2605",loc:[-85.633872,41.945917]},n2606:{id:"n2606",loc:[-85.633825,41.945985]},n2607:{id:"n2607",loc:[-85.633762,41.94596]},n2608:{id:"n2608",loc:[-85.634224,41.946037]},n2609:{id:"n2609",loc:[-85.634357,41.945851]},n261:{id:"n261",loc:[-85.636828,41.941584]},n2610:{id:"n2610",loc:[-85.634398,41.945813]},n2611:{id:"n2611",loc:[-85.634461,41.945812]},n2612:{id:"n2612",loc:[-85.634501,41.945852]},n2613:{id:"n2613",loc:[-85.634503,41.94597]},n2614:{id:"n2614",loc:[-85.634462,41.945971]},n2615:{id:"n2615",loc:[-85.634465,41.946036]},n2616:{id:"n2616",loc:[-85.634235,41.946072]},n2617:{id:"n2617",loc:[-85.634447,41.946036]},n2618:{id:"n2618",loc:[-85.634448,41.946052]},n2619:{id:"n2619",loc:[-85.634494,41.946051]},n262:{id:"n262",loc:[-85.636819,41.941585]},n2620:{id:"n2620",loc:[-85.634497,41.946144]},n2621:{id:"n2621",loc:[-85.634453,41.946144]},n2622:{id:"n2622",loc:[-85.634454,41.94616]},n2623:{id:"n2623",loc:[-85.634393,41.946161]},n2624:{id:"n2624",loc:[-85.634394,41.94618]},n2625:{id:"n2625",loc:[-85.634345,41.94618]},n2626:{id:"n2626",loc:[-85.634344,41.946162]},n2627:{id:"n2627",loc:[-85.63427,41.946163]},n2628:{id:"n2628",loc:[-85.634266,41.946071]},n2629:{id:"n2629",loc:[-85.634148,41.946163]},n263:{id:"n263",loc:[-85.636854,41.941714]},n2630:{id:"n2630",loc:[-85.634213,41.946072]},n2631:{id:"n2631",loc:[-85.633293,41.946309]},n2632:{id:"n2632",loc:[-85.633122,41.946239]},n2633:{id:"n2633",loc:[-85.633295,41.946005]},n2634:{id:"n2634",loc:[-85.633395,41.946047]},n2635:{id:"n2635",loc:[-85.633404,41.946035]},n2636:{id:"n2636",loc:[-85.633459,41.946057]},n2637:{id:"n2637",loc:[-85.633387,41.946154]},n2638:{id:"n2638",loc:[-85.633403,41.946161]},n2639:{id:"n2639",loc:[-85.634176,41.946415]},n264:{id:"n264",loc:[-85.636855,41.941774]},n2640:{id:"n2640",loc:[-85.634179,41.946339]},n2641:{id:"n2641",loc:[-85.634455,41.946345]},n2642:{id:"n2642",loc:[-85.634452,41.946422]},n2643:{id:"n2643",loc:[-85.63437,41.946421]},n2644:{id:"n2644",loc:[-85.634367,41.946497]},n2645:{id:"n2645",loc:[-85.634289,41.946495]},n2646:{id:"n2646",loc:[-85.634291,41.946448]},n2647:{id:"n2647",loc:[-85.634269,41.946448]},n2648:{id:"n2648",loc:[-85.63427,41.946417]},n2649:{id:"n2649",loc:[-85.63484,41.946328]},n265:{id:"n265",loc:[-85.636822,41.941774]},n2650:{id:"n2650",loc:[-85.634839,41.946187]},n2651:{id:"n2651",loc:[-85.635148,41.946186]},n2652:{id:"n2652",loc:[-85.635148,41.946216]},n2653:{id:"n2653",loc:[-85.63521,41.946216]},n2654:{id:"n2654",loc:[-85.63521,41.946348]},n2655:{id:"n2655",loc:[-85.635154,41.946348]},n2656:{id:"n2656",loc:[-85.635153,41.946327]},n2657:{id:"n2657",loc:[-85.634037,41.946957]},n2658:{id:"n2658",loc:[-85.634253,41.946953]},n2659:{id:"n2659",loc:[-85.63481,41.946543]},n266:{id:"n266",loc:[-85.636822,41.941778]},n2660:{id:"n2660",loc:[-85.634809,41.946459]},n2661:{id:"n2661",loc:[-85.635154,41.946458]},n2662:{id:"n2662",loc:[-85.635155,41.946554]},n2663:{id:"n2663",loc:[-85.635022,41.946547]},n2664:{id:"n2664",loc:[-85.635022,41.946573]},n2665:{id:"n2665",loc:[-85.634909,41.946574]},n2666:{id:"n2666",loc:[-85.634909,41.946561]},n2667:{id:"n2667",loc:[-85.634896,41.947159]},n2668:{id:"n2668",loc:[-85.634894,41.947032]},n2669:{id:"n2669",loc:[-85.635024,41.947031]},n267:{id:"n267",loc:[-85.636756,41.941779]},n2670:{id:"n2670",loc:[-85.635026,41.947158]},n2671:{id:"n2671",loc:[-85.635233,41.947105]},n2672:{id:"n2672",loc:[-85.635236,41.946991]},n2673:{id:"n2673",loc:[-85.635369,41.946993]},n2674:{id:"n2674",loc:[-85.635366,41.947107]},n2675:{id:"n2675",loc:[-85.634824,41.946929]},n2676:{id:"n2676",loc:[-85.634825,41.946818]},n2677:{id:"n2677",loc:[-85.63512,41.946819]},n2678:{id:"n2678",loc:[-85.635119,41.94693]},n2679:{id:"n2679",loc:[-85.634796,41.946806]},n268:{id:"n268",loc:[-85.636756,41.941774]},n2680:{id:"n2680",loc:[-85.634792,41.946604]},n2681:{id:"n2681",loc:[-85.634948,41.946602]},n2682:{id:"n2682",loc:[-85.634949,41.946645]},n2683:{id:"n2683",loc:[-85.634975,41.946644]},n2684:{id:"n2684",loc:[-85.634974,41.946599]},n2685:{id:"n2685",loc:[-85.635117,41.946598]},n2686:{id:"n2686",loc:[-85.635122,41.946801]},n2687:{id:"n2687",loc:[-85.634981,41.946803]},n2688:{id:"n2688",loc:[-85.634979,41.946752]},n2689:{id:"n2689",loc:[-85.634952,41.946752]},n269:{id:"n269",loc:[-85.636721,41.941774]},n2690:{id:"n2690",loc:[-85.634953,41.946804]},n2691:{id:"n2691",loc:[-85.634649,41.946841]},n2692:{id:"n2692",loc:[-85.634331,41.94684]},n2693:{id:"n2693",loc:[-85.634183,41.946809]},n2694:{id:"n2694",loc:[-85.633699,41.946607]},n2695:{id:"n2695",loc:[-85.634487,41.946664]},n2696:{id:"n2696",loc:[-85.634486,41.946598]},n2697:{id:"n2697",loc:[-85.63423,41.946599]},n2698:{id:"n2698",loc:[-85.634231,41.946662]},n2699:{id:"n2699",loc:[-85.634284,41.946662]},n27:{id:"n27",loc:[-85.634136,41.943183]},n270:{id:"n270",loc:[-85.63672,41.941714]},n2700:{id:"n2700",loc:[-85.634284,41.946679]},n2701:{id:"n2701",loc:[-85.634365,41.946679]},n2702:{id:"n2702",loc:[-85.634365,41.946664]},n2703:{id:"n2703",loc:[-85.635443,41.947015]},n2704:{id:"n2704",loc:[-85.635442,41.946801]},n2705:{id:"n2705",loc:[-85.63603,41.9468]},n2706:{id:"n2706",loc:[-85.636028,41.947016]},n2707:{id:"n2707",loc:[-85.635457,41.946582]},n2708:{id:"n2708",loc:[-85.635455,41.946211]},n2709:{id:"n2709",loc:[-85.635636,41.946579]},n271:{id:"n271",loc:[-85.636767,41.941713]},n2710:{id:"n2710",loc:[-85.635716,41.9468]},n2711:{id:"n2711",loc:[-85.635969,41.9468]},n2712:{id:"n2712",loc:[-85.635973,41.946295]},n2713:{id:"n2713",loc:[-85.636019,41.946484]},n2714:{id:"n2714",loc:[-85.636022,41.946388]},n2715:{id:"n2715",loc:[-85.635961,41.946493]},n2716:{id:"n2716",loc:[-85.635713,41.94621]},n2717:{id:"n2717",loc:[-85.635416,41.946142]},n2718:{id:"n2718",loc:[-85.635759,41.946203]},n2719:{id:"n2719",loc:[-85.636153,41.946747]},n272:{id:"n272",loc:[-85.636767,41.941706]},n2720:{id:"n2720",loc:[-85.635417,41.946915]},n2721:{id:"n2721",loc:[-85.636154,41.946915]},n2722:{id:"n2722",loc:[-85.635866,41.946473]},n2723:{id:"n2723",loc:[-85.635717,41.946633]},n2724:{id:"n2724",loc:[-85.635556,41.946166]},n2725:{id:"n2725",loc:[-85.63556,41.946556]},n2726:{id:"n2726",loc:[-85.635731,41.946594]},n2727:{id:"n2727",loc:[-85.635866,41.946595]},n2728:{id:"n2728",loc:[-85.635456,41.947028]},n2729:{id:"n2729",loc:[-85.635796,41.947023]},n273:{id:"n273",loc:[-85.636779,41.941698]},n2730:{id:"n2730",loc:[-85.635798,41.947091]},n2731:{id:"n2731",loc:[-85.63573,41.947092]},n2732:{id:"n2732",loc:[-85.635733,41.947233]},n2733:{id:"n2733",loc:[-85.636283,41.946863]},n2734:{id:"n2734",loc:[-85.63628,41.946706]},n2735:{id:"n2735",loc:[-85.636341,41.946705]},n2736:{id:"n2736",loc:[-85.636273,41.946584]},n2737:{id:"n2737",loc:[-85.636396,41.946545]},n2738:{id:"n2738",loc:[-85.636474,41.946684]},n2739:{id:"n2739",loc:[-85.636511,41.946861]},n274:{id:"n274",loc:[-85.636798,41.941697]},n2740:{id:"n2740",loc:[-85.633713,41.947184]},n2741:{id:"n2741",loc:[-85.633651,41.94716]},n2742:{id:"n2742",loc:[-85.633704,41.947085]},n2743:{id:"n2743",loc:[-85.6336,41.947044]},n2744:{id:"n2744",loc:[-85.633506,41.947177]},n2745:{id:"n2745",loc:[-85.629586,41.952469]},n2746:{id:"n2746",loc:[-85.634723,41.953681]},n2747:{id:"n2747",loc:[-85.63478,41.959007]},n2748:{id:"n2748",loc:[-85.632793,41.94405],tags:{highway:"traffic_signals",traffic_signals:"signal","traffic_signals:direction":"both"}},n2749:{id:"n2749",loc:[-85.634648,41.947325]},n275:{id:"n275",loc:[-85.63681,41.941705]},n2750:{id:"n2750",loc:[-85.625078,41.952097]},n2751:{id:"n2751",loc:[-85.633195,41.94734]},n2752:{id:"n2752",loc:[-85.626447,41.957168]},n2753:{id:"n2753",loc:[-85.632023,41.949012]},n2754:{id:"n2754",loc:[-85.630835,41.950656]},n2755:{id:"n2755",loc:[-85.634655,41.948612]},n2756:{id:"n2756",loc:[-85.636182,41.948605]},n2757:{id:"n2757",loc:[-85.634729,41.954667]},n2758:{id:"n2758",loc:[-85.634686,41.951159]},n2759:{id:"n2759",loc:[-85.636206,41.951146]},n276:{id:"n276",loc:[-85.63681,41.941714]},n2760:{id:"n2760",loc:[-85.634668,41.949891]},n2761:{id:"n2761",loc:[-85.634701,41.952422]},n2762:{id:"n2762",loc:[-85.634747,41.955907]},n2763:{id:"n2763",loc:[-85.627975,41.954695]},n2764:{id:"n2764",loc:[-85.626832,41.954698]},n2765:{id:"n2765",loc:[-85.632278,41.948624]},n2766:{id:"n2766",loc:[-85.628639,41.953725]},n2767:{id:"n2767",loc:[-85.636233,41.95241]},n2768:{id:"n2768",loc:[-85.631385,41.949913]},n2769:{id:"n2769",loc:[-85.630486,41.951194]},n277:{id:"n277",loc:[-85.636861,41.942041]},n2770:{id:"n2770",loc:[-85.624937,41.952088]},n2771:{id:"n2771",loc:[-85.624945,41.952022]},n2772:{id:"n2772",loc:[-85.636162,41.94731]},n2773:{id:"n2773",loc:[-85.636188,41.949881]},n2774:{id:"n2774",loc:[-85.631422,41.948294]},n2775:{id:"n2775",loc:[-85.632844,41.945547]},n2776:{id:"n2776",loc:[-85.632484,41.945344]},n2777:{id:"n2777",loc:[-85.631775,41.944636]},n2778:{id:"n2778",loc:[-85.632656,41.945471]},n2779:{id:"n2779",loc:[-85.631959,41.944827]},n278:{id:"n278",loc:[-85.636862,41.942099]},n2780:{id:"n2780",loc:[-85.631679,41.94438]},n2781:{id:"n2781",loc:[-85.625129,41.959272]},n2782:{id:"n2782",loc:[-85.632446,41.944861]},n2783:{id:"n2783",loc:[-85.632804,41.945477]},n2784:{id:"n2784",loc:[-85.632255,41.944962]},n2785:{id:"n2785",loc:[-85.632736,41.944757]},n2786:{id:"n2786",loc:[-85.632543,41.94486]},n2787:{id:"n2787",loc:[-85.632889,41.945561]},n2788:{id:"n2788",loc:[-85.632091,41.944949]},n2789:{id:"n2789",loc:[-85.632537,41.944713]},n279:{id:"n279",loc:[-85.636807,41.942099]},n2790:{id:"n2790",loc:[-85.632279,41.94485]},n2791:{id:"n2791",loc:[-85.632749,41.943247]},n2792:{id:"n2792",loc:[-85.632824,41.943152]},n2793:{id:"n2793",loc:[-85.632929,41.94317]},n2794:{id:"n2794",loc:[-85.632897,41.943078]},n2795:{id:"n2795",loc:[-85.632626,41.943231]},n2796:{id:"n2796",loc:[-85.634048,41.947257]},n2797:{id:"n2797",loc:[-85.634264,41.947252]},n2798:{id:"n2798",loc:[-85.635418,41.947317]},n2799:{id:"n2799",loc:[-85.635461,41.947237]},n28:{id:"n28",loc:[-85.63821,41.944308]},n280:{id:"n280",loc:[-85.636807,41.942126]},n2800:{id:"n2800",loc:[-85.632868,41.946229]},n2801:{id:"n2801",loc:[-85.633673,41.947242]},n2802:{id:"n2802",loc:[-85.623604,41.945881],tags:{amenity:"school",name:"Barrows School"}},n2803:{id:"n2803",loc:[-85.627401,41.943496]},n2804:{id:"n2804",loc:[-85.627403,41.943625]},n2805:{id:"n2805",loc:[-85.626409,41.943215]},n2806:{id:"n2806",loc:[-85.624884,41.943508]},n2807:{id:"n2807",loc:[-85.625191,41.943509]},n2808:{id:"n2808",loc:[-85.624882,41.94382]},n2809:{id:"n2809",loc:[-85.624893,41.945618]},n281:{id:"n281",loc:[-85.636726,41.942126]},n2810:{id:"n2810",loc:[-85.624912,41.946524]},n2811:{id:"n2811",loc:[-85.622721,41.946535]},n2812:{id:"n2812",loc:[-85.627399,41.94469]},n2813:{id:"n2813",loc:[-85.622716,41.945622]},n2814:{id:"n2814",loc:[-85.624886,41.944724]},n2815:{id:"n2815",loc:[-85.622674,41.944737]},n2816:{id:"n2816",loc:[-85.625092,41.945063]},n2817:{id:"n2817",loc:[-85.625233,41.945064]},n2818:{id:"n2818",loc:[-85.625229,41.944871]},n2819:{id:"n2819",loc:[-85.625066,41.944871]},n282:{id:"n282",loc:[-85.636726,41.942098]},n2820:{id:"n2820",loc:[-85.625024,41.944901]},n2821:{id:"n2821",loc:[-85.625025,41.944924]},n2822:{id:"n2822",loc:[-85.625087,41.944926]},n2823:{id:"n2823",loc:[-85.625349,41.944506]},n2824:{id:"n2824",loc:[-85.625347,41.944388]},n2825:{id:"n2825",loc:[-85.625152,41.94439]},n2826:{id:"n2826",loc:[-85.625152,41.944431]},n2827:{id:"n2827",loc:[-85.625134,41.944431]},n2828:{id:"n2828",loc:[-85.625136,41.944508]},n2829:{id:"n2829",loc:[-85.623236,41.946341]},n283:{id:"n283",loc:[-85.636708,41.942098]},n2830:{id:"n2830",loc:[-85.623241,41.946067]},n2831:{id:"n2831",loc:[-85.623207,41.946067]},n2832:{id:"n2832",loc:[-85.623212,41.945827]},n2833:{id:"n2833",loc:[-85.622981,41.945825]},n2834:{id:"n2834",loc:[-85.622976,41.946063]},n2835:{id:"n2835",loc:[-85.623006,41.946063]},n2836:{id:"n2836",loc:[-85.623002,41.946256]},n2837:{id:"n2837",loc:[-85.623075,41.946256]},n2838:{id:"n2838",loc:[-85.623074,41.946339]},n2839:{id:"n2839",loc:[-85.624574,41.951755]},n284:{id:"n284",loc:[-85.636708,41.942041]},n2840:{id:"n2840",loc:[-85.62498,41.951844]},n2841:{id:"n2841",loc:[-85.625086,41.95188]},n2842:{id:"n2842",loc:[-85.625135,41.951922]},n2843:{id:"n2843",loc:[-85.615273,41.945637]},n2844:{id:"n2844",loc:[-85.620172,41.945627]},n2845:{id:"n2845",loc:[-85.625167,41.951985]},n2846:{id:"n2846",loc:[-85.622741,41.947437]},n2847:{id:"n2847",loc:[-85.624907,41.947428]},n2848:{id:"n2848",loc:[-85.627046,41.940995]},n2849:{id:"n2849",loc:[-85.627295,41.941304]},n285:{id:"n285",loc:[-85.635618,41.941852]},n2850:{id:"n2850",loc:[-85.627352,41.94148]},n2851:{id:"n2851",loc:[-85.62737,41.942261]},n2852:{id:"n2852",loc:[-85.6264,41.942263]},n2853:{id:"n2853",loc:[-85.622769,41.949228]},n2854:{id:"n2854",loc:[-85.624937,41.949218]},n2855:{id:"n2855",loc:[-85.630001,41.944664]},n2856:{id:"n2856",loc:[-85.624873,41.942022]},n2857:{id:"n2857",loc:[-85.622761,41.948333]},n2858:{id:"n2858",loc:[-85.624924,41.948334]},n2859:{id:"n2859",loc:[-85.620051,41.94383]},n286:{id:"n286",loc:[-85.635621,41.94202]},n2860:{id:"n2860",loc:[-85.627629,41.946498]},n2861:{id:"n2861",loc:[-85.622757,41.950111]},n2862:{id:"n2862",loc:[-85.623685,41.954624]},n2863:{id:"n2863",loc:[-85.621459,41.944756]},n2864:{id:"n2864",loc:[-85.628637,41.944676]},n2865:{id:"n2865",loc:[-85.630125,41.944654]},n2866:{id:"n2866",loc:[-85.625196,41.952097]},n2867:{id:"n2867",loc:[-85.630257,41.944637]},n2868:{id:"n2868",loc:[-85.631247,41.944459]},n2869:{id:"n2869",loc:[-85.624867,41.94159]},n287:{id:"n287",loc:[-85.63524,41.942023]},n2870:{id:"n2870",loc:[-85.624958,41.950343]},n2871:{id:"n2871",loc:[-85.624948,41.950484]},n2872:{id:"n2872",loc:[-85.624813,41.950983]},n2873:{id:"n2873",loc:[-85.624723,41.951789]},n2874:{id:"n2874",loc:[-85.624262,41.9512]},n2875:{id:"n2875",loc:[-85.62414,41.951201]},n2876:{id:"n2876",loc:[-85.624139,41.95112]},n2877:{id:"n2877",loc:[-85.628481,41.945611]},n2878:{id:"n2878",loc:[-85.620072,41.946538]},n2879:{id:"n2879",loc:[-85.622763,41.95099]},n288:{id:"n288",loc:[-85.635237,41.941855]},n2880:{id:"n2880",loc:[-85.62814,41.946963]},n2881:{id:"n2881",loc:[-85.628245,41.947031]},n2882:{id:"n2882",loc:[-85.628331,41.947066]},n2883:{id:"n2883",loc:[-85.629722,41.944444],tags:{leisure:"park",name:"Scouter Park"}},n2884:{id:"n2884",loc:[-85.629977,41.943907]},n2885:{id:"n2885",loc:[-85.629947,41.943775]},n2886:{id:"n2886",loc:[-85.629899,41.943625]},n2887:{id:"n2887",loc:[-85.632286,41.944257]},n2888:{id:"n2888",loc:[-85.632523,41.944179]},n2889:{id:"n2889",loc:[-85.632141,41.944293]},n289:{id:"n289",loc:[-85.635568,41.940475]},n2890:{id:"n2890",loc:[-85.631571,41.9444]},n2891:{id:"n2891",loc:[-85.643236,41.941895]},n2892:{id:"n2892",loc:[-85.62865,41.945353]},n2893:{id:"n2893",loc:[-85.628594,41.945481]},n2894:{id:"n2894",loc:[-85.628581,41.947169]},n2895:{id:"n2895",loc:[-85.631843,41.943793]},n2896:{id:"n2896",loc:[-85.632299,41.943472]},n2897:{id:"n2897",loc:[-85.631519,41.944881]},n2898:{id:"n2898",loc:[-85.628429,41.947219]},n2899:{id:"n2899",loc:[-85.63145,41.945162]},n29:{id:"n29",loc:[-85.637963,41.944263]},n290:{id:"n290",loc:[-85.634584,41.940477]},n2900:{id:"n2900",loc:[-85.630939,41.945519]},n2901:{id:"n2901",loc:[-85.62903,41.945719]},n2902:{id:"n2902",loc:[-85.630521,41.945559]},n2903:{id:"n2903",loc:[-85.629294,41.945585]},n2904:{id:"n2904",loc:[-85.629845,41.945543]},n2905:{id:"n2905",loc:[-85.631497,41.944625]},n2906:{id:"n2906",loc:[-85.630281,41.945553]},n2907:{id:"n2907",loc:[-85.628553,41.946973]},n2908:{id:"n2908",loc:[-85.631383,41.945338]},n2909:{id:"n2909",loc:[-85.628843,41.946103]},n291:{id:"n291",loc:[-85.634583,41.940203]},n2910:{id:"n2910",loc:[-85.631193,41.945473]},n2911:{id:"n2911",loc:[-85.628897,41.945944]},n2912:{id:"n2912",loc:[-85.628789,41.946454]},n2913:{id:"n2913",loc:[-85.632548,41.944563]},n2914:{id:"n2914",loc:[-85.627527,41.944555]},n2915:{id:"n2915",loc:[-85.62752,41.943726]},n2916:{id:"n2916",loc:[-85.627894,41.943723]},n2917:{id:"n2917",loc:[-85.627897,41.943919]},n2918:{id:"n2918",loc:[-85.627991,41.943934]},n2919:{id:"n2919",loc:[-85.628082,41.943966]},n292:{id:"n292",loc:[-85.635567,41.940201]},n2920:{id:"n2920",loc:[-85.628177,41.944015]},n2921:{id:"n2921",loc:[-85.628193,41.944048]},n2922:{id:"n2922",loc:[-85.628167,41.944054]},n2923:{id:"n2923",loc:[-85.628193,41.944094]},n2924:{id:"n2924",loc:[-85.628213,41.944144]},n2925:{id:"n2925",loc:[-85.628214,41.944199]},n2926:{id:"n2926",loc:[-85.62833,41.944196]},n2927:{id:"n2927",loc:[-85.628328,41.944262]},n2928:{id:"n2928",loc:[-85.628173,41.944262]},n2929:{id:"n2929",loc:[-85.628171,41.944293]},n293:{id:"n293",loc:[-85.635816,41.942673],tags:{crossing:"zebra",highway:"crossing"}},n2930:{id:"n2930",loc:[-85.628039,41.944296]},n2931:{id:"n2931",loc:[-85.62804,41.944329]},n2932:{id:"n2932",loc:[-85.627829,41.944335]},n2933:{id:"n2933",loc:[-85.627835,41.94455]},n2936:{id:"n2936",loc:[-85.632823,41.945994]},n294:{id:"n294",loc:[-85.635696,41.942712]},n2940:{id:"n2940",loc:[-85.632192,41.945973]},n2941:{id:"n2941",loc:[-85.63226,41.94587]},n2942:{id:"n2942",loc:[-85.632721,41.946036]},n2943:{id:"n2943",loc:[-85.632641,41.946142]},n2944:{id:"n2944",loc:[-85.62937,41.947467]},n2945:{id:"n2945",loc:[-85.62959,41.942936]},n2946:{id:"n2946",loc:[-85.629551,41.94284]},n2947:{id:"n2947",loc:[-85.629501,41.942704]},n2948:{id:"n2948",loc:[-85.629472,41.942578]},n2949:{id:"n2949",loc:[-85.629361,41.941801]},n295:{id:"n295",loc:[-85.635679,41.941962]},n2950:{id:"n2950",loc:[-85.629339,41.941716]},n2951:{id:"n2951",loc:[-85.629315,41.94166]},n2952:{id:"n2952",loc:[-85.629279,41.941602]},n2953:{id:"n2953",loc:[-85.629227,41.941556]},n2954:{id:"n2954",loc:[-85.624261,41.95112]},n2955:{id:"n2955",loc:[-85.629153,41.941524]},n2956:{id:"n2956",loc:[-85.626904,41.941098]},n2957:{id:"n2957",loc:[-85.624588,41.951294]},n2958:{id:"n2958",loc:[-85.631844,41.942945]},n2959:{id:"n2959",loc:[-85.625854,41.949222]},n296:{id:"n296",loc:[-85.635672,41.941337]},n2960:{id:"n2960",loc:[-85.625146,41.955238]},n2961:{id:"n2961",loc:[-85.626745,41.948296]},n2962:{id:"n2962",loc:[-85.625721,41.95524]},n2963:{id:"n2963",loc:[-85.624706,41.952317]},n2964:{id:"n2964",loc:[-85.62609,41.956147]},n2965:{id:"n2965",loc:[-85.624401,41.954928]},n2966:{id:"n2966",loc:[-85.626558,41.955367]},n2967:{id:"n2967",loc:[-85.62468,41.955096]},n2968:{id:"n2968",loc:[-85.624159,41.953929]},n2969:{id:"n2969",loc:[-85.62506,41.951113]},n297:{id:"n297",loc:[-85.635658,41.941284]},n2970:{id:"n2970",loc:[-85.624942,41.951591]},n2971:{id:"n2971",loc:[-85.627399,41.947546]},n2972:{id:"n2972",loc:[-85.627695,41.947404]},n2973:{id:"n2973",loc:[-85.625925,41.94896]},n2974:{id:"n2974",loc:[-85.625725,41.950211]},n2975:{id:"n2975",loc:[-85.627008,41.947963]},n2976:{id:"n2976",loc:[-85.624373,41.953458]},n2977:{id:"n2977",loc:[-85.624137,41.954392]},n2978:{id:"n2978",loc:[-85.628257,41.947307]},n2979:{id:"n2979",loc:[-85.625281,41.95066]},n298:{id:"n298",loc:[-85.635602,41.941166]},n2980:{id:"n2980",loc:[-85.625865,41.949804]},n2981:{id:"n2981",loc:[-85.626508,41.955932]},n2982:{id:"n2982",loc:[-85.626333,41.955216]},n2983:{id:"n2983",loc:[-85.626637,41.955676]},n2984:{id:"n2984",loc:[-85.624223,41.954599]},n2985:{id:"n2985",loc:[-85.626219,41.948671]},n2986:{id:"n2986",loc:[-85.624556,41.953043]},n2987:{id:"n2987",loc:[-85.625598,41.956302]},n2988:{id:"n2988",loc:[-85.624571,41.952971]},n2989:{id:"n2989",loc:[-85.627141,41.940727]},n299:{id:"n299",loc:[-85.635598,41.941138]},n2990:{id:"n2990",loc:[-85.627102,41.939144]},n2991:{id:"n2991",loc:[-85.627127,41.940086]},n2992:{id:"n2992",loc:[-85.627116,41.940843]},n2993:{id:"n2993",loc:[-85.627132,41.9402]},n2994:{id:"n2994",loc:[-85.629734,41.940078]},n2995:{id:"n2995",loc:[-85.6276,41.937412]},n2996:{id:"n2996",loc:[-85.627451,41.937549]},n2997:{id:"n2997",loc:[-85.627375,41.937618]},n2998:{id:"n2998",loc:[-85.627278,41.937728]},n2999:{id:"n2999",loc:[-85.627199,41.937842]},n3:{id:"n3",loc:[-85.627345,41.953983]},n30:{id:"n30",loc:[-85.637882,41.944205]},n300:{id:"n300",loc:[-85.635614,41.941076]},n3000:{id:"n3000",loc:[-85.627141,41.937981]},n3001:{id:"n3001",loc:[-85.627109,41.938153]},n3002:{id:"n3002",loc:[-85.627101,41.938699]},n3003:{id:"n3003",loc:[-85.628311,41.942261]},n3004:{id:"n3004",loc:[-85.628439,41.940082]},n3005:{id:"n3005",loc:[-85.619538,41.942622],tags:{leisure:"slipway"}},n3006:{id:"n3006",loc:[-85.619872,41.942618]},n3007:{id:"n3007",loc:[-85.619755,41.942612]},n3008:{id:"n3008",loc:[-85.619647,41.942628]},n3009:{id:"n3009",loc:[-85.619415,41.942626]},n301:{id:"n301",loc:[-85.635659,41.940956]},n3010:{id:"n3010",loc:[-85.619212,41.942623]},n3011:{id:"n3011",loc:[-85.631485,41.942472]},n3012:{id:"n3012",loc:[-85.630986,41.941786]},n3013:{id:"n3013",loc:[-85.631797,41.942006]},n3014:{id:"n3014",loc:[-85.630972,41.941162]},n3015:{id:"n3015",loc:[-85.631396,41.941611],tags:{railway:"level_crossing"}},n3016:{id:"n3016",loc:[-85.631878,41.941545]},n3017:{id:"n3017",loc:[-85.630461,41.94055]},n3018:{id:"n3018",loc:[-85.629751,41.939539],tags:{railway:"level_crossing"}},n3019:{id:"n3019",loc:[-85.631663,41.941513]},n302:{id:"n302",loc:[-85.635666,41.940922]},n3020:{id:"n3020",loc:[-85.631328,41.941375]},n3021:{id:"n3021",loc:[-85.632554,41.941779]},n3022:{id:"n3022",loc:[-85.63245,41.941769]},n3023:{id:"n3023",loc:[-85.632475,41.941644]},n3024:{id:"n3024",loc:[-85.632581,41.941654]},n3025:{id:"n3025",loc:[-85.631957,41.941352]},n3026:{id:"n3026",loc:[-85.632293,41.941139]},n3027:{id:"n3027",loc:[-85.632315,41.941153]},n3028:{id:"n3028",loc:[-85.632302,41.941262]},n3029:{id:"n3029",loc:[-85.63237,41.941267]},n303:{id:"n303",loc:[-85.635667,41.940877]},n3030:{id:"n3030",loc:[-85.632356,41.941538]},n3031:{id:"n3031",loc:[-85.632134,41.941678]},n3032:{id:"n3032",loc:[-85.631942,41.941687]},n3033:{id:"n3033",loc:[-85.63203,41.941694]},n3034:{id:"n3034",loc:[-85.632166,41.941555]},n3035:{id:"n3035",loc:[-85.632412,41.941416]},n3036:{id:"n3036",loc:[-85.63248,41.941342]},n3037:{id:"n3037",loc:[-85.632502,41.941259]},n3038:{id:"n3038",loc:[-85.632453,41.941161]},n3039:{id:"n3039",loc:[-85.63235,41.941103]},n304:{id:"n304",loc:[-85.635668,41.940655]},n3040:{id:"n3040",loc:[-85.632236,41.941118]},n3041:{id:"n3041",loc:[-85.631894,41.941355]},n3042:{id:"n3042",loc:[-85.631859,41.941411]},n3043:{id:"n3043",loc:[-85.632011,41.941587]},n3044:{id:"n3044",loc:[-85.632446,41.941379]},n3045:{id:"n3045",loc:[-85.632511,41.941416]},n3046:{id:"n3046",loc:[-85.632545,41.941634]},n3047:{id:"n3047",loc:[-85.632612,41.94164]},n3048:{id:"n3048",loc:[-85.632595,41.942197]},n3049:{id:"n3049",loc:[-85.632565,41.942241]},n305:{id:"n305",loc:[-85.635628,41.940617]},n3050:{id:"n3050",loc:[-85.632515,41.942256]},n3051:{id:"n3051",loc:[-85.63245,41.94223]},n3052:{id:"n3052",loc:[-85.632401,41.942174]},n3053:{id:"n3053",loc:[-85.632391,41.942115]},n3054:{id:"n3054",loc:[-85.632029,41.941859]},n3055:{id:"n3055",loc:[-85.631828,41.941639]},n3056:{id:"n3056",loc:[-85.631829,41.941508]},n3057:{id:"n3057",loc:[-85.631281,41.94312]},n3058:{id:"n3058",loc:[-85.631421,41.943065]},n3059:{id:"n3059",loc:[-85.631339,41.942949]},n306:{id:"n306",loc:[-85.635623,41.940272]},n3060:{id:"n3060",loc:[-85.631199,41.943004]},n3061:{id:"n3061",loc:[-85.631102,41.942931]},n3062:{id:"n3062",loc:[-85.631009,41.942809]},n3063:{id:"n3063",loc:[-85.631383,41.94265]},n3064:{id:"n3064",loc:[-85.631477,41.942773]},n3065:{id:"n3065",loc:[-85.630638,41.942809]},n3066:{id:"n3066",loc:[-85.630738,41.942943]},n3067:{id:"n3067",loc:[-85.630841,41.9429]},n3068:{id:"n3068",loc:[-85.630741,41.942766]},n3069:{id:"n3069",loc:[-85.63054,41.942603]},n307:{id:"n307",loc:[-85.635651,41.940183]},n3070:{id:"n3070",loc:[-85.630498,41.942619]},n3071:{id:"n3071",loc:[-85.630567,41.942718]},n3072:{id:"n3072",loc:[-85.630616,41.942698]},n3073:{id:"n3073",loc:[-85.630642,41.94273]},n3074:{id:"n3074",loc:[-85.630686,41.942714]},n3075:{id:"n3075",loc:[-85.630715,41.942754]},n3076:{id:"n3076",loc:[-85.6309,41.942681]},n3077:{id:"n3077",loc:[-85.630843,41.942605]},n3078:{id:"n3078",loc:[-85.6309,41.942581]},n3079:{id:"n3079",loc:[-85.630832,41.942487]},n308:{id:"n308",loc:[-85.63577,41.940183],tags:{crossing:"zebra",highway:"crossing"}},n3080:{id:"n3080",loc:[-85.630773,41.942509]},n3081:{id:"n3081",loc:[-85.630718,41.942436]},n3082:{id:"n3082",loc:[-85.630485,41.942524]},n3083:{id:"n3083",loc:[-85.631468,41.941233]},n3084:{id:"n3084",loc:[-85.631334,41.94114]},n3085:{id:"n3085",loc:[-85.632052,41.940568]},n3086:{id:"n3086",loc:[-85.63219,41.940663]},n3087:{id:"n3087",loc:[-85.631323,41.940834]},n3088:{id:"n3088",loc:[-85.631122,41.941002]},n3089:{id:"n3089",loc:[-85.631321,41.941133]},n309:{id:"n309",loc:[-85.636939,41.942544]},n3090:{id:"n3090",loc:[-85.631521,41.940966]},n3091:{id:"n3091",loc:[-85.631103,41.940253]},n3092:{id:"n3092",loc:[-85.631226,41.940211]},n3093:{id:"n3093",loc:[-85.631597,41.940805]},n3094:{id:"n3094",loc:[-85.631474,41.940847]},n3095:{id:"n3095",loc:[-85.631811,41.940534]},n3096:{id:"n3096",loc:[-85.631588,41.94061]},n3097:{id:"n3097",loc:[-85.631438,41.940366]},n3098:{id:"n3098",loc:[-85.631661,41.94029]},n3099:{id:"n3099",loc:[-85.630621,41.940041]},n31:{id:"n31",loc:[-85.63827,41.944203]},n310:{id:"n310",loc:[-85.636323,41.942552]},n3100:{id:"n3100",loc:[-85.630436,41.939773]},n3101:{id:"n3101",loc:[-85.63059,41.939714]},n3102:{id:"n3102",loc:[-85.630775,41.939983]},n3103:{id:"n3103",loc:[-85.63047,41.940167]},n3104:{id:"n3104",loc:[-85.63013,41.939686]},n3105:{id:"n3105",loc:[-85.630302,41.939618]},n3106:{id:"n3106",loc:[-85.630641,41.9401]},n3107:{id:"n3107",loc:[-85.630966,41.940619]},n3108:{id:"n3108",loc:[-85.630874,41.940493]},n3109:{id:"n3109",loc:[-85.630933,41.940469]},n311:{id:"n311",loc:[-85.636257,41.942555]},n3110:{id:"n3110",loc:[-85.630763,41.940236]},n3111:{id:"n3111",loc:[-85.63088,41.940189]},n3112:{id:"n3112",loc:[-85.631142,41.940548]},n3113:{id:"n3113",loc:[-85.630958,41.940871]},n3114:{id:"n3114",loc:[-85.630874,41.940778]},n3115:{id:"n3115",loc:[-85.631062,41.940684]},n3116:{id:"n3116",loc:[-85.631146,41.940777]},n3117:{id:"n3117",loc:[-85.632031,41.940575]},n3118:{id:"n3118",loc:[-85.631777,41.940186]},n3119:{id:"n3119",loc:[-85.631346,41.940179]},n312:{id:"n312",loc:[-85.636208,41.942561]},n3120:{id:"n3120",loc:[-85.631342,41.94012]},n3121:{id:"n3121",loc:[-85.631831,41.940118]},n3122:{id:"n3122",loc:[-85.632115,41.940543]},n3123:{id:"n3123",loc:[-85.631031,41.941683]},n3124:{id:"n3124",loc:[-85.630981,41.941608]},n3125:{id:"n3125",loc:[-85.631209,41.941516]},n3126:{id:"n3126",loc:[-85.631264,41.941586]},n3127:{id:"n3127",loc:[-85.630938,41.94155]},n3128:{id:"n3128",loc:[-85.631156,41.941462]},n3129:{id:"n3129",loc:[-85.631197,41.94152]},n313:{id:"n313",loc:[-85.636159,41.942573]},n3130:{id:"n3130",loc:[-85.630895,41.941485]},n3131:{id:"n3131",loc:[-85.630824,41.941389]},n3132:{id:"n3132",loc:[-85.630986,41.941323]},n3133:{id:"n3133",loc:[-85.631057,41.941419]},n3134:{id:"n3134",loc:[-85.630777,41.941328]},n3135:{id:"n3135",loc:[-85.630907,41.941274]},n3136:{id:"n3136",loc:[-85.630953,41.941335]},n3137:{id:"n3137",loc:[-85.630797,41.941247]},n3138:{id:"n3138",loc:[-85.630701,41.94117]},n3139:{id:"n3139",loc:[-85.630829,41.941113]},n314:{id:"n314",loc:[-85.635743,41.942881]},n3140:{id:"n3140",loc:[-85.6309,41.941201]},n3141:{id:"n3141",loc:[-85.630765,41.941206]},n3142:{id:"n3142",loc:[-85.630739,41.941218]},n3143:{id:"n3143",loc:[-85.630582,41.941039]},n3144:{id:"n3144",loc:[-85.630412,41.940818]},n3145:{id:"n3145",loc:[-85.630509,41.940777]},n3146:{id:"n3146",loc:[-85.630678,41.941004]},n3147:{id:"n3147",loc:[-85.630773,41.942166]},n3148:{id:"n3148",loc:[-85.630708,41.942074]},n3149:{id:"n3149",loc:[-85.630863,41.942013]},n315:{id:"n315",loc:[-85.635452,41.942966]},n3150:{id:"n3150",loc:[-85.630928,41.942105]},n3151:{id:"n3151",loc:[-85.630701,41.942026]},n3152:{id:"n3152",loc:[-85.630665,41.941971]},n3153:{id:"n3153",loc:[-85.630793,41.941918]},n3154:{id:"n3154",loc:[-85.630837,41.94197]},n3155:{id:"n3155",loc:[-85.630757,41.941871]},n3156:{id:"n3156",loc:[-85.630629,41.941923]},n3157:{id:"n3157",loc:[-85.630694,41.941783]},n3158:{id:"n3158",loc:[-85.630534,41.941847]},n3159:{id:"n3159",loc:[-85.630598,41.941935]},n316:{id:"n316",loc:[-85.634911,41.943118]},n3160:{id:"n3160",loc:[-85.631548,41.93938]},n3161:{id:"n3161",loc:[-85.631525,41.939919]},n3162:{id:"n3162",loc:[-85.631648,41.940043]},n3163:{id:"n3163",loc:[-85.624586,41.951121]},n3164:{id:"n3164",loc:[-85.622139,41.952064]},n3165:{id:"n3165",loc:[-85.622141,41.952144]},n3166:{id:"n3166",loc:[-85.621977,41.952146]},n3167:{id:"n3167",loc:[-85.621978,41.952211]},n3168:{id:"n3168",loc:[-85.62191,41.952212]},n3169:{id:"n3169",loc:[-85.633628,41.935437]},n317:{id:"n317",loc:[-85.634743,41.943167]},n3170:{id:"n3170",loc:[-85.632849,41.935518]},n3171:{id:"n3171",loc:[-85.632376,41.93574]},n3172:{id:"n3172",loc:[-85.631517,41.935897]},n3173:{id:"n3173",loc:[-85.630433,41.936124]},n3174:{id:"n3174",loc:[-85.630207,41.936427]},n3175:{id:"n3175",loc:[-85.630346,41.936795]},n3176:{id:"n3176",loc:[-85.62996,41.936974]},n3177:{id:"n3177",loc:[-85.629916,41.937488]},n3178:{id:"n3178",loc:[-85.629946,41.937802]},n3179:{id:"n3179",loc:[-85.629977,41.937905]},n318:{id:"n318",loc:[-85.634401,41.94328]},n3180:{id:"n3180",loc:[-85.63016,41.937909]},n3181:{id:"n3181",loc:[-85.630804,41.937791]},n3182:{id:"n3182",loc:[-85.631688,41.937808]},n3183:{id:"n3183",loc:[-85.631685,41.938008]},n3184:{id:"n3184",loc:[-85.631845,41.938116]},n3185:{id:"n3185",loc:[-85.63207,41.938181]},n3186:{id:"n3186",loc:[-85.632143,41.938371]},n3187:{id:"n3187",loc:[-85.632056,41.938435]},n3188:{id:"n3188",loc:[-85.631787,41.938457]},n3189:{id:"n3189",loc:[-85.631657,41.938728]},n319:{id:"n319",loc:[-85.634345,41.943299]},n3190:{id:"n3190",loc:[-85.631595,41.93775]},n3191:{id:"n3191",loc:[-85.630264,41.937839]},n3192:{id:"n3192",loc:[-85.628591,41.948536]},n3193:{id:"n3193",loc:[-85.63205,41.951181]},n3194:{id:"n3194",loc:[-85.632034,41.949909]},n3195:{id:"n3195",loc:[-85.630841,41.951191]},n3196:{id:"n3196",loc:[-85.632083,41.9537]},n3197:{id:"n3197",loc:[-85.630929,41.959037]},n3198:{id:"n3198",loc:[-85.632151,41.959028]},n3199:{id:"n3199",loc:[-85.630911,41.957428]},n32:{id:"n32",loc:[-85.638273,41.944246]},n320:{id:"n320",loc:[-85.634287,41.943326]},n3200:{id:"n3200",loc:[-85.63213,41.957427]},n3201:{id:"n3201",loc:[-85.632072,41.952447]},n3202:{id:"n3202",loc:[-85.632095,41.954677]},n3203:{id:"n3203",loc:[-85.632111,41.955911]},n3204:{id:"n3204",loc:[-85.630855,41.952457]},n3205:{id:"n3205",loc:[-85.630869,41.953709]},n3206:{id:"n3206",loc:[-85.63088,41.954682]},n3207:{id:"n3207",loc:[-85.630894,41.955913]},n3208:{id:"n3208",loc:[-85.633214,41.948619]},n3209:{id:"n3209",loc:[-85.633253,41.951171]},n321:{id:"n321",loc:[-85.634233,41.943354]},n3210:{id:"n3210",loc:[-85.633234,41.949901]},n3211:{id:"n3211",loc:[-85.633922,41.948616]},n3212:{id:"n3212",loc:[-85.625188,41.947832]},n3213:{id:"n3213",loc:[-85.625208,41.947775]},n3214:{id:"n3214",loc:[-85.625229,41.94776]},n3215:{id:"n3215",loc:[-85.625201,41.947749]},n3216:{id:"n3216",loc:[-85.625168,41.947707]},n3217:{id:"n3217",loc:[-85.625171,41.947609]},n3218:{id:"n3218",loc:[-85.625213,41.947564]},n3219:{id:"n3219",loc:[-85.62529,41.94756]},n322:{id:"n322",loc:[-85.634099,41.943429]},n3220:{id:"n3220",loc:[-85.625303,41.947533]},n3221:{id:"n3221",loc:[-85.625344,41.947482]},n3222:{id:"n3222",loc:[-85.625442,41.947468]},n3223:{id:"n3223",loc:[-85.62565,41.947494]},n3224:{id:"n3224",loc:[-85.625726,41.947613]},n3225:{id:"n3225",loc:[-85.625703,41.947728]},n3226:{id:"n3226",loc:[-85.625534,41.94781]},n3227:{id:"n3227",loc:[-85.625391,41.947822]},n3228:{id:"n3228",loc:[-85.625304,41.947859]},n3229:{id:"n3229",loc:[-85.625203,41.947885]},n323:{id:"n323",loc:[-85.633958,41.943507],tags:{highway:"crossing"}},n3230:{id:"n3230",loc:[-85.624691,41.948659]},n3231:{id:"n3231",loc:[-85.624328,41.948661]},n3232:{id:"n3232",loc:[-85.624331,41.949046]},n3233:{id:"n3233",loc:[-85.624694,41.949045]},n3234:{id:"n3234",loc:[-85.623623,41.949606]},n3235:{id:"n3235",loc:[-85.623623,41.9497]},n3236:{id:"n3236",loc:[-85.623357,41.9497]},n3237:{id:"n3237",loc:[-85.623357,41.949614]},n3238:{id:"n3238",loc:[-85.623974,41.949429]},n3239:{id:"n3239",loc:[-85.623974,41.949605]},n324:{id:"n324",loc:[-85.633698,41.943651],tags:{railway:"crossing"}},n3240:{id:"n3240",loc:[-85.624501,41.951226]},n3241:{id:"n3241",loc:[-85.624501,41.951123]},n3242:{id:"n3242",loc:[-85.624319,41.951123]},n3243:{id:"n3243",loc:[-85.624319,41.951226]},n3244:{id:"n3244",loc:[-85.624121,41.950866]},n3245:{id:"n3245",loc:[-85.624115,41.950525]},n3246:{id:"n3246",loc:[-85.624315,41.950523]},n3247:{id:"n3247",loc:[-85.62432,41.950865]},n3248:{id:"n3248",loc:[-85.624393,41.950867]},n3249:{id:"n3249",loc:[-85.62439,41.950596]},n325:{id:"n325",loc:[-85.633508,41.943757]},n3250:{id:"n3250",loc:[-85.624673,41.950594]},n3251:{id:"n3251",loc:[-85.624675,41.95082]},n3252:{id:"n3252",loc:[-85.62451,41.950821]},n3253:{id:"n3253",loc:[-85.62451,41.950866]},n3254:{id:"n3254",loc:[-85.624101,41.949346]},n3255:{id:"n3255",loc:[-85.624244,41.949346]},n3256:{id:"n3256",loc:[-85.624244,41.949368]},n3257:{id:"n3257",loc:[-85.62434,41.949368]},n3258:{id:"n3258",loc:[-85.624342,41.949351]},n3259:{id:"n3259",loc:[-85.624725,41.949348]},n326:{id:"n326",loc:[-85.634839,41.942974]},n3260:{id:"n3260",loc:[-85.624755,41.950495]},n3261:{id:"n3261",loc:[-85.624121,41.950502]},n3262:{id:"n3262",loc:[-85.625453,41.950163]},n3263:{id:"n3263",loc:[-85.625454,41.949976]},n3264:{id:"n3264",loc:[-85.625549,41.949977]},n3265:{id:"n3265",loc:[-85.62555,41.949833]},n3266:{id:"n3266",loc:[-85.625577,41.949833]},n3267:{id:"n3267",loc:[-85.625578,41.949656]},n3268:{id:"n3268",loc:[-85.625195,41.949655]},n3269:{id:"n3269",loc:[-85.625192,41.950162]},n327:{id:"n327",loc:[-85.634657,41.943028]},n3270:{id:"n3270",loc:[-85.622992,41.949614]},n3271:{id:"n3271",loc:[-85.622991,41.949431]},n3272:{id:"n3272",loc:[-85.620103,41.951]},n3273:{id:"n3273",loc:[-85.605644,41.947468]},n3274:{id:"n3274",loc:[-85.617421,41.947457]},n3275:{id:"n3275",loc:[-85.620078,41.947444]},n3276:{id:"n3276",loc:[-85.620087,41.94924]},n3277:{id:"n3277",loc:[-85.62156,41.948333]},n3278:{id:"n3278",loc:[-85.620106,41.950132]},n3279:{id:"n3279",loc:[-85.637412,41.951136]},n328:{id:"n328",loc:[-85.634222,41.943152]},n3280:{id:"n3280",loc:[-85.635429,41.948608]},n3281:{id:"n3281",loc:[-85.635047,41.947788]},n3282:{id:"n3282",loc:[-85.635048,41.947796]},n3283:{id:"n3283",loc:[-85.635002,41.947797]},n3284:{id:"n3284",loc:[-85.635002,41.947788]},n3285:{id:"n3285",loc:[-85.634914,41.94779]},n3286:{id:"n3286",loc:[-85.634913,41.947753]},n3287:{id:"n3287",loc:[-85.63494,41.947753]},n3288:{id:"n3288",loc:[-85.634938,41.947708]},n3289:{id:"n3289",loc:[-85.635124,41.947705]},n329:{id:"n329",loc:[-85.634099,41.943202]},n3290:{id:"n3290",loc:[-85.635126,41.947787]},n3291:{id:"n3291",loc:[-85.634972,41.947599]},n3292:{id:"n3292",loc:[-85.634921,41.9476]},n3293:{id:"n3293",loc:[-85.63485,41.947546]},n3294:{id:"n3294",loc:[-85.63485,41.947508]},n3295:{id:"n3295",loc:[-85.634924,41.947457]},n3296:{id:"n3296",loc:[-85.634967,41.947456]},n3297:{id:"n3297",loc:[-85.635041,41.947512]},n3298:{id:"n3298",loc:[-85.635041,41.947542]},n3299:{id:"n3299",loc:[-85.634244,41.947839]},n33:{id:"n33",loc:[-85.638257,41.944188]},n330:{id:"n330",loc:[-85.634093,41.943138]},n3300:{id:"n3300",loc:[-85.634243,41.947793]},n3301:{id:"n3301",loc:[-85.634244,41.947686]},n3302:{id:"n3302",loc:[-85.634243,41.947657]},n3303:{id:"n3303",loc:[-85.634462,41.947653]},n3304:{id:"n3304",loc:[-85.634468,41.947835]},n3305:{id:"n3305",loc:[-85.634416,41.948006]},n3306:{id:"n3306",loc:[-85.634415,41.947898]},n3307:{id:"n3307",loc:[-85.634275,41.947899]},n3308:{id:"n3308",loc:[-85.634275,41.947927]},n3309:{id:"n3309",loc:[-85.63425,41.947927]},n331:{id:"n331",loc:[-85.633938,41.943291]},n3310:{id:"n3310",loc:[-85.63425,41.947976]},n3311:{id:"n3311",loc:[-85.634274,41.947976]},n3312:{id:"n3312",loc:[-85.634275,41.948007]},n3313:{id:"n3313",loc:[-85.634342,41.947635]},n3314:{id:"n3314",loc:[-85.634339,41.947497]},n3315:{id:"n3315",loc:[-85.634313,41.94748]},n3316:{id:"n3316",loc:[-85.634287,41.947474]},n3317:{id:"n3317",loc:[-85.63498,41.94815]},n3318:{id:"n3318",loc:[-85.634891,41.94815]},n3319:{id:"n3319",loc:[-85.634892,41.948169]},n332:{id:"n332",loc:[-85.633535,41.943511],tags:{railway:"crossing"}},n3320:{id:"n3320",loc:[-85.634852,41.948169]},n3321:{id:"n3321",loc:[-85.634853,41.948268]},n3322:{id:"n3322",loc:[-85.634832,41.948268]},n3323:{id:"n3323",loc:[-85.634832,41.948296]},n3324:{id:"n3324",loc:[-85.634965,41.948295]},n3325:{id:"n3325",loc:[-85.634966,41.948321]},n3326:{id:"n3326",loc:[-85.634999,41.948321]},n3327:{id:"n3327",loc:[-85.634999,41.948295]},n3328:{id:"n3328",loc:[-85.635175,41.948293]},n3329:{id:"n3329",loc:[-85.635175,41.948262]},n333:{id:"n333",loc:[-85.63339,41.943596]},n3330:{id:"n3330",loc:[-85.635159,41.948262]},n3331:{id:"n3331",loc:[-85.635158,41.948152]},n3332:{id:"n3332",loc:[-85.635067,41.948152]},n3333:{id:"n3333",loc:[-85.635065,41.947966]},n3334:{id:"n3334",loc:[-85.634979,41.947966]},n3335:{id:"n3335",loc:[-85.634307,41.948326]},n3336:{id:"n3336",loc:[-85.634305,41.948298]},n3337:{id:"n3337",loc:[-85.634331,41.948055]},n3338:{id:"n3338",loc:[-85.634331,41.948046]},n3339:{id:"n3339",loc:[-85.634435,41.948047]},n334:{id:"n334",loc:[-85.632842,41.943895]},n3340:{id:"n3340",loc:[-85.634434,41.948375]},n3341:{id:"n3341",loc:[-85.634463,41.948373]},n3342:{id:"n3342",loc:[-85.634464,41.948456]},n3343:{id:"n3343",loc:[-85.63443,41.948457]},n3344:{id:"n3344",loc:[-85.634432,41.948505]},n3345:{id:"n3345",loc:[-85.637386,41.94906]},n3346:{id:"n3346",loc:[-85.637113,41.9486]},n3347:{id:"n3347",loc:[-85.635448,41.949424]},n335:{id:"n335",loc:[-85.633856,41.943315]},n3352:{id:"n3352",loc:[-85.635457,41.949787]},n3353:{id:"n3353",loc:[-85.635459,41.949886]},n336:{id:"n336",loc:[-85.633697,41.943405]},n337:{id:"n337",loc:[-85.63347,41.943181]},n3372:{id:"n3372",loc:[-85.634423,41.950964]},n3373:{id:"n3373",loc:[-85.634424,41.95074]},n3374:{id:"n3374",loc:[-85.634394,41.950284]},n3375:{id:"n3375",loc:[-85.634398,41.950626]},n3376:{id:"n3376",loc:[-85.63452,41.951063]},n3377:{id:"n3377",loc:[-85.634511,41.949977]},n3378:{id:"n3378",loc:[-85.637409,41.949873]},n3379:{id:"n3379",loc:[-85.634824,41.94996]},n338:{id:"n338",loc:[-85.633597,41.943109]},n3380:{id:"n3380",loc:[-85.635437,41.949954]},n3381:{id:"n3381",loc:[-85.634844,41.951064]},n3382:{id:"n3382",loc:[-85.635458,41.951058]},n3383:{id:"n3383",loc:[-85.633921,41.947333]},n3384:{id:"n3384",loc:[-85.634208,41.947793]},n3385:{id:"n3385",loc:[-85.634204,41.947687]},n3386:{id:"n3386",loc:[-85.63424,41.947475]},n3387:{id:"n3387",loc:[-85.63424,41.947635]},n3388:{id:"n3388",loc:[-85.634089,41.948328]},n3389:{id:"n3389",loc:[-85.63424,41.948299]},n339:{id:"n339",loc:[-85.633673,41.943184]},n3390:{id:"n3390",loc:[-85.634239,41.948212]},n3391:{id:"n3391",loc:[-85.634086,41.948214]},n3392:{id:"n3392",loc:[-85.63408,41.948056]},n3393:{id:"n3393",loc:[-85.634093,41.948506]},n3394:{id:"n3394",loc:[-85.64344,41.941866]},n3395:{id:"n3395",loc:[-85.63378,41.95099]},n3396:{id:"n3396",loc:[-85.633779,41.950967]},n3397:{id:"n3397",loc:[-85.63375,41.950746]},n3398:{id:"n3398",loc:[-85.63375,41.950697]},n3399:{id:"n3399",loc:[-85.633903,41.950696]},n34:{id:"n34",loc:[-85.638176,41.944312]},n340:{id:"n340",loc:[-85.633714,41.94316]},n3400:{id:"n3400",loc:[-85.633901,41.950436]},n3401:{id:"n3401",loc:[-85.633492,41.950438]},n3402:{id:"n3402",loc:[-85.633494,41.950756]},n3403:{id:"n3403",loc:[-85.633454,41.950756]},n3404:{id:"n3404",loc:[-85.633456,41.950992]},n3405:{id:"n3405",loc:[-85.633994,41.950284]},n3406:{id:"n3406",loc:[-85.633998,41.950628]},n3407:{id:"n3407",loc:[-85.633364,41.951068]},n3408:{id:"n3408",loc:[-85.633356,41.949982]},n3409:{id:"n3409",loc:[-85.643327,41.941903]},n341:{id:"n341",loc:[-85.633811,41.943256]},n3410:{id:"n3410",loc:[-85.633292,41.953691]},n3411:{id:"n3411",loc:[-85.637432,41.952399]},n3412:{id:"n3412",loc:[-85.633349,41.957422]},n3413:{id:"n3413",loc:[-85.633326,41.955909]},n3414:{id:"n3414",loc:[-85.633307,41.954673]},n3415:{id:"n3415",loc:[-85.633273,41.952436]},n3416:{id:"n3416",loc:[-85.633361,41.95823],tags:{highway:"turning_circle"}},n3417:{id:"n3417",loc:[-85.619899,41.945527]},n3418:{id:"n3418",loc:[-85.643422,41.941946]},n3419:{id:"n3419",loc:[-85.643505,41.942033]},n342:{id:"n342",loc:[-85.633801,41.943261]},n3420:{id:"n3420",loc:[-85.620088,41.945571]},n3421:{id:"n3421",loc:[-85.620051,41.945505]},n3422:{id:"n3422",loc:[-85.62001,41.94541]},n3423:{id:"n3423",loc:[-85.620982,41.944742]},n3424:{id:"n3424",loc:[-85.621305,41.944782]},n3425:{id:"n3425",loc:[-85.621174,41.944819]},n3426:{id:"n3426",loc:[-85.621029,41.944871]},n3427:{id:"n3427",loc:[-85.620741,41.945011]},n3428:{id:"n3428",loc:[-85.620616,41.945085]},n3429:{id:"n3429",loc:[-85.620506,41.945172]},n343:{id:"n343",loc:[-85.63374,41.943514]},n3430:{id:"n3430",loc:[-85.620394,41.945273]},n3431:{id:"n3431",loc:[-85.620316,41.94536]},n3432:{id:"n3432",loc:[-85.620257,41.945452]},n3433:{id:"n3433",loc:[-85.620212,41.945535]},n3434:{id:"n3434",loc:[-85.620101,41.945811]},n3435:{id:"n3435",loc:[-85.620081,41.945937]},n3436:{id:"n3436",loc:[-85.619899,41.943718]},n3437:{id:"n3437",loc:[-85.619969,41.943211]},n3438:{id:"n3438",loc:[-85.619894,41.943292]},n3439:{id:"n3439",loc:[-85.620047,41.944738]},n344:{id:"n344",loc:[-85.633665,41.943441]},n3440:{id:"n3440",loc:[-85.620226,41.946088]},n3441:{id:"n3441",loc:[-85.620225,41.945864]},n3442:{id:"n3442",loc:[-85.620518,41.945863]},n3443:{id:"n3443",loc:[-85.620519,41.945944]},n3444:{id:"n3444",loc:[-85.620388,41.945944]},n3445:{id:"n3445",loc:[-85.620389,41.946088]},n3446:{id:"n3446",loc:[-85.618405,41.946566]},n3447:{id:"n3447",loc:[-85.619156,41.946562]},n3448:{id:"n3448",loc:[-85.619154,41.946319]},n3449:{id:"n3449",loc:[-85.618736,41.946322]},n345:{id:"n345",loc:[-85.633162,41.942947]},n3450:{id:"n3450",loc:[-85.618733,41.94612]},n3451:{id:"n3451",loc:[-85.619317,41.946116]},n3452:{id:"n3452",loc:[-85.619316,41.946023]},n3453:{id:"n3453",loc:[-85.619622,41.946021]},n3454:{id:"n3454",loc:[-85.619624,41.946171]},n3455:{id:"n3455",loc:[-85.61977,41.94617]},n3456:{id:"n3456",loc:[-85.619769,41.94602]},n3457:{id:"n3457",loc:[-85.619732,41.94602]},n3458:{id:"n3458",loc:[-85.619731,41.945856]},n3459:{id:"n3459",loc:[-85.619617,41.945857]},n346:{id:"n346",loc:[-85.633598,41.943083]},n3460:{id:"n3460",loc:[-85.619616,41.945776]},n3461:{id:"n3461",loc:[-85.619447,41.945777]},n3462:{id:"n3462",loc:[-85.619415,41.945778]},n3463:{id:"n3463",loc:[-85.618378,41.945788]},n3464:{id:"n3464",loc:[-85.618384,41.946132]},n3465:{id:"n3465",loc:[-85.618503,41.94613]},n3466:{id:"n3466",loc:[-85.618506,41.946319]},n3467:{id:"n3467",loc:[-85.6184,41.94632]},n3468:{id:"n3468",loc:[-85.618248,41.946416]},n3469:{id:"n3469",loc:[-85.618247,41.946319]},n347:{id:"n347",loc:[-85.63343,41.943179]},n3470:{id:"n3470",loc:[-85.618039,41.946321]},n3471:{id:"n3471",loc:[-85.61804,41.946418]},n3472:{id:"n3472",loc:[-85.620118,41.951895]},n3473:{id:"n3473",loc:[-85.617075,41.95469]},n3474:{id:"n3474",loc:[-85.620107,41.952113]},n3475:{id:"n3475",loc:[-85.620091,41.95232]},n3476:{id:"n3476",loc:[-85.620047,41.952505]},n3477:{id:"n3477",loc:[-85.61998,41.952715]},n3478:{id:"n3478",loc:[-85.619861,41.952986]},n3479:{id:"n3479",loc:[-85.619622,41.953365]},n348:{id:"n348",loc:[-85.633669,41.94341]},n3480:{id:"n3480",loc:[-85.619441,41.953567]},n3481:{id:"n3481",loc:[-85.619259,41.953741]},n3482:{id:"n3482",loc:[-85.618835,41.954056]},n3483:{id:"n3483",loc:[-85.618602,41.954194]},n3484:{id:"n3484",loc:[-85.618305,41.954347]},n3485:{id:"n3485",loc:[-85.618006,41.954466]},n3486:{id:"n3486",loc:[-85.617611,41.954587]},n3487:{id:"n3487",loc:[-85.615094,41.943412]},n3488:{id:"n3488",loc:[-85.619337,41.943025]},n3489:{id:"n3489",loc:[-85.610477,41.945527]},n349:{id:"n349",loc:[-85.633566,41.943466]},n3490:{id:"n3490",loc:[-85.610477,41.943718]},n3491:{id:"n3491",loc:[-85.619804,41.942976]},n3492:{id:"n3492",loc:[-85.61921,41.942672]},n3493:{id:"n3493",loc:[-85.619862,41.942836]},n3494:{id:"n3494",loc:[-85.616326,41.942769]},n3495:{id:"n3495",loc:[-85.617953,41.942917]},n3496:{id:"n3496",loc:[-85.61972,41.942728]},n3497:{id:"n3497",loc:[-85.61944,41.942784]},n3498:{id:"n3498",loc:[-85.615323,41.942841]},n3499:{id:"n3499",loc:[-85.612923,41.943718]},n35:{id:"n35",loc:[-85.637928,41.944249]},n350:{id:"n350",loc:[-85.633031,41.942986]},n3500:{id:"n3500",loc:[-85.61958,41.942756]},n3501:{id:"n3501",loc:[-85.619643,41.942647],tags:{leisure:"fishing"}},n3502:{id:"n3502",loc:[-85.619935,41.942962]},n3503:{id:"n3503",loc:[-85.629677,41.954687]},n3504:{id:"n3504",loc:[-85.629083,41.953722]},n3505:{id:"n3505",loc:[-85.621907,41.952067]},n3506:{id:"n3506",loc:[-85.621788,41.952058]},n3507:{id:"n3507",loc:[-85.629665,41.953718]},n3508:{id:"n3508",loc:[-85.624454,41.954707]},n3509:{id:"n3509",loc:[-85.634609,41.954585]},n351:{id:"n351",loc:[-85.633238,41.94283]},n3510:{id:"n3510",loc:[-85.634595,41.953772]},n3511:{id:"n3511",loc:[-85.633425,41.953783]},n3512:{id:"n3512",loc:[-85.633439,41.954596]},n3517:{id:"n3517",loc:[-85.621789,41.952179]},n3518:{id:"n3518",loc:[-85.624105,41.954704]},n3519:{id:"n3519",loc:[-85.623306,41.954542]},n352:{id:"n352",loc:[-85.633173,41.943556]},n3520:{id:"n3520",loc:[-85.623123,41.954502]},n3521:{id:"n3521",loc:[-85.622965,41.954473]},n3522:{id:"n3522",loc:[-85.622822,41.954455]},n3523:{id:"n3523",loc:[-85.62269,41.954448]},n3524:{id:"n3524",loc:[-85.622388,41.954467]},n3525:{id:"n3525",loc:[-85.62403,41.954895]},n3526:{id:"n3526",loc:[-85.623579,41.954855]},n3527:{id:"n3527",loc:[-85.623836,41.954951]},n3528:{id:"n3528",loc:[-85.622473,41.954592]},n3529:{id:"n3529",loc:[-85.622753,41.95458]},n353:{id:"n353",loc:[-85.633127,41.943552]},n3530:{id:"n3530",loc:[-85.62404,41.955078]},n3531:{id:"n3531",loc:[-85.624126,41.954999]},n3532:{id:"n3532",loc:[-85.623171,41.954687]},n3533:{id:"n3533",loc:[-85.624276,41.955206]},n3534:{id:"n3534",loc:[-85.62491,41.952801]},n3535:{id:"n3535",loc:[-85.625186,41.952756]},n3536:{id:"n3536",loc:[-85.625552,41.952792]},n3537:{id:"n3537",loc:[-85.626001,41.952948]},n3538:{id:"n3538",loc:[-85.626528,41.952984]},n3539:{id:"n3539",loc:[-85.626942,41.952886]},n354:{id:"n354",loc:[-85.632745,41.943222]},n3540:{id:"n3540",loc:[-85.627092,41.952685]},n3541:{id:"n3541",loc:[-85.627212,41.95244]},n3542:{id:"n3542",loc:[-85.627158,41.952226]},n3543:{id:"n3543",loc:[-85.627002,41.951972]},n3544:{id:"n3544",loc:[-85.626822,41.951838]},n3545:{id:"n3545",loc:[-85.626528,41.951807]},n3546:{id:"n3546",loc:[-85.625653,41.951852]},n3547:{id:"n3547",loc:[-85.625348,41.951834]},n3548:{id:"n3548",loc:[-85.625114,41.951767]},n3549:{id:"n3549",loc:[-85.620627,41.954682]},n355:{id:"n355",loc:[-85.632756,41.943199]},n3550:{id:"n3550",loc:[-85.622758,41.951884]},n3551:{id:"n3551",loc:[-85.618135,41.954734]},n3552:{id:"n3552",loc:[-85.620229,41.95472]},n3553:{id:"n3553",loc:[-85.624491,41.955573]},n3554:{id:"n3554",loc:[-85.621792,41.958314]},n3555:{id:"n3555",loc:[-85.623395,41.960001]},n3556:{id:"n3556",loc:[-85.620461,41.956212]},n3557:{id:"n3557",loc:[-85.62109,41.956766]},n3558:{id:"n3558",loc:[-85.620246,41.956224]},n3559:{id:"n3559",loc:[-85.625017,41.956068]},n356:{id:"n356",loc:[-85.632855,41.943147]},n3560:{id:"n3560",loc:[-85.622795,41.959702]},n3561:{id:"n3561",loc:[-85.621573,41.958457]},n3562:{id:"n3562",loc:[-85.619631,41.9573]},n3563:{id:"n3563",loc:[-85.62095,41.956311]},n3564:{id:"n3564",loc:[-85.619694,41.957408]},n3565:{id:"n3565",loc:[-85.621079,41.957751]},n3566:{id:"n3566",loc:[-85.622426,41.961142]},n3567:{id:"n3567",loc:[-85.623251,41.960484]},n3568:{id:"n3568",loc:[-85.619084,41.956291]},n3569:{id:"n3569",loc:[-85.622227,41.959303]},n357:{id:"n357",loc:[-85.632888,41.94315]},n3570:{id:"n3570",loc:[-85.620976,41.959104]},n3571:{id:"n3571",loc:[-85.621208,41.95653]},n3572:{id:"n3572",loc:[-85.623531,41.95951]},n3573:{id:"n3573",loc:[-85.623556,41.957935]},n3574:{id:"n3574",loc:[-85.623037,41.95746]},n3575:{id:"n3575",loc:[-85.621175,41.956427]},n3576:{id:"n3576",loc:[-85.622651,41.960109]},n3577:{id:"n3577",loc:[-85.621803,41.960747]},n3578:{id:"n3578",loc:[-85.620791,41.961874]},n3579:{id:"n3579",loc:[-85.625295,41.956786]},n358:{id:"n358",loc:[-85.633232,41.943547]},n3580:{id:"n3580",loc:[-85.619662,41.956894]},n3581:{id:"n3581",loc:[-85.622442,41.958708]},n3582:{id:"n3582",loc:[-85.621744,41.955864]},n3583:{id:"n3583",loc:[-85.621336,41.959212]},n3584:{id:"n3584",loc:[-85.622801,41.957304]},n3585:{id:"n3585",loc:[-85.619973,41.957433]},n3586:{id:"n3586",loc:[-85.619556,41.955717]},n3587:{id:"n3587",loc:[-85.622978,41.958601]},n3588:{id:"n3588",loc:[-85.625396,41.956264]},n3589:{id:"n3589",loc:[-85.623525,41.958034]},n359:{id:"n359",loc:[-85.633302,41.94351]},n3590:{id:"n3590",loc:[-85.623299,41.959631]},n3591:{id:"n3591",loc:[-85.622678,41.959873]},n3592:{id:"n3592",loc:[-85.625553,41.956179]},n3593:{id:"n3593",loc:[-85.623557,41.959231]},n3594:{id:"n3594",loc:[-85.622843,41.957373]},n3595:{id:"n3595",loc:[-85.619378,41.955677]},n3596:{id:"n3596",loc:[-85.620092,41.955425]},n3597:{id:"n3597",loc:[-85.622666,41.96044]},n3598:{id:"n3598",loc:[-85.621996,41.960256]},n3599:{id:"n3599",loc:[-85.623273,41.959997]},n36:{id:"n36",loc:[-85.637894,41.945551]},n360:{id:"n360",loc:[-85.633442,41.943794],tags:{highway:"crossing"}},n3600:{id:"n3600",loc:[-85.62477,41.95689]},n3601:{id:"n3601",loc:[-85.621641,41.955015]},n3602:{id:"n3602",loc:[-85.622495,41.960392]},n3603:{id:"n3603",loc:[-85.61918,41.955565]},n3604:{id:"n3604",loc:[-85.620017,41.955505]},n3605:{id:"n3605",loc:[-85.621739,41.956315]},n3606:{id:"n3606",loc:[-85.622957,41.959837]},n3607:{id:"n3607",loc:[-85.620912,41.960919]},n3608:{id:"n3608",loc:[-85.625231,41.956235]},n3609:{id:"n3609",loc:[-85.620976,41.961868]},n361:{id:"n361",loc:[-85.633381,41.94383]},n3610:{id:"n3610",loc:[-85.620956,41.958908]},n3611:{id:"n3611",loc:[-85.619035,41.956139]},n3612:{id:"n3612",loc:[-85.623643,41.958669]},n3613:{id:"n3613",loc:[-85.61949,41.956539]},n3614:{id:"n3614",loc:[-85.621927,41.958242]},n3615:{id:"n3615",loc:[-85.620826,41.955721]},n3616:{id:"n3616",loc:[-85.621202,41.961321]},n3617:{id:"n3617",loc:[-85.624877,41.95594]},n3618:{id:"n3618",loc:[-85.62065,41.958369]},n3619:{id:"n3619",loc:[-85.621524,41.956279]},n362:{id:"n362",loc:[-85.632977,41.944053]},n3620:{id:"n3620",loc:[-85.624662,41.955932]},n3621:{id:"n3621",loc:[-85.623048,41.958509]},n3622:{id:"n3622",loc:[-85.62111,41.95754]},n3623:{id:"n3623",loc:[-85.621508,41.954847]},n3624:{id:"n3624",loc:[-85.620655,41.958601]},n3625:{id:"n3625",loc:[-85.62154,41.954971]},n3626:{id:"n3626",loc:[-85.621691,41.955521]},n3627:{id:"n3627",loc:[-85.62154,41.954739]},n3628:{id:"n3628",loc:[-85.621996,41.959913]},n3629:{id:"n3629",loc:[-85.622286,41.960699]},n363:{id:"n363",loc:[-85.632915,41.943981],tags:{crossing:"zebra",highway:"crossing"}},n3630:{id:"n3630",loc:[-85.622844,41.9572]},n3631:{id:"n3631",loc:[-85.620252,41.955446]},n3632:{id:"n3632",loc:[-85.623434,41.957528]},n3633:{id:"n3633",loc:[-85.623429,41.956858]},n3634:{id:"n3634",loc:[-85.622957,41.957137]},n3635:{id:"n3635",loc:[-85.622554,41.959027]},n3636:{id:"n3636",loc:[-85.623289,41.958314]},n3637:{id:"n3637",loc:[-85.622977,41.960855]},n3638:{id:"n3638",loc:[-85.624008,41.956953]},n3639:{id:"n3639",loc:[-85.621278,41.960855]},n364:{id:"n364",loc:[-85.632724,41.943969],tags:{crossing:"zebra",highway:"crossing"}},n3640:{id:"n3640",loc:[-85.623128,41.956993]},n3641:{id:"n3641",loc:[-85.622452,41.959183]},n3642:{id:"n3642",loc:[-85.621095,41.961082]},n3643:{id:"n3643",loc:[-85.622011,41.960544]},n3644:{id:"n3644",loc:[-85.621637,41.955385]},n3645:{id:"n3645",loc:[-85.620999,41.959271]},n3646:{id:"n3646",loc:[-85.620044,41.956347]},n3647:{id:"n3647",loc:[-85.621936,41.959682]},n3648:{id:"n3648",loc:[-85.623761,41.95685]},n3649:{id:"n3649",loc:[-85.621239,41.959343]},n365:{id:"n365",loc:[-85.632621,41.944034]},n3650:{id:"n3650",loc:[-85.621073,41.956012]},n3651:{id:"n3651",loc:[-85.621271,41.956184]},n3652:{id:"n3652",loc:[-85.623444,41.95778]},n3653:{id:"n3653",loc:[-85.62125,41.96186]},n3654:{id:"n3654",loc:[-85.62169,41.961059]},n3655:{id:"n3655",loc:[-85.620012,41.955637]},n3656:{id:"n3656",loc:[-85.621058,41.9573]},n3657:{id:"n3657",loc:[-85.621138,41.957663]},n3658:{id:"n3658",loc:[-85.620773,41.957895]},n3659:{id:"n3659",loc:[-85.62007,41.957157]},n366:{id:"n366",loc:[-85.632684,41.944109],tags:{crossing:"zebra",highway:"crossing"}},n3660:{id:"n3660",loc:[-85.624534,41.955844]},n3661:{id:"n3661",loc:[-85.621932,41.960807]},n3662:{id:"n3662",loc:[-85.623358,41.958138]},n3663:{id:"n3663",loc:[-85.620456,41.955514]},n3664:{id:"n3664",loc:[-85.623504,41.957607]},n3665:{id:"n3665",loc:[-85.621444,41.960751]},n3666:{id:"n3666",loc:[-85.623492,41.960213]},n3667:{id:"n3667",loc:[-85.621669,41.954655]},n3668:{id:"n3668",loc:[-85.623106,41.958685]},n3669:{id:"n3669",loc:[-85.620922,41.957867]},n367:{id:"n367",loc:[-85.632738,41.944172]},n3670:{id:"n3670",loc:[-85.620092,41.957296]},n3671:{id:"n3671",loc:[-85.621669,41.955222]},n3672:{id:"n3672",loc:[-85.621614,41.960967]},n3673:{id:"n3673",loc:[-85.621691,41.955732]},n3674:{id:"n3674",loc:[-85.619207,41.956419]},n3675:{id:"n3675",loc:[-85.621116,41.956603]},n3676:{id:"n3676",loc:[-85.623311,41.956929]},n3677:{id:"n3677",loc:[-85.625671,41.956499]},n3678:{id:"n3678",loc:[-85.623525,41.956738]},n3679:{id:"n3679",loc:[-85.625381,41.956634]},n368:{id:"n368",loc:[-85.63287,41.944135],tags:{crossing:"zebra",highway:"crossing"}},n3680:{id:"n3680",loc:[-85.620096,41.95677]},n3681:{id:"n3681",loc:[-85.623803,41.958745]},n3682:{id:"n3682",loc:[-85.623498,41.958457]},n3683:{id:"n3683",loc:[-85.624223,41.957009]},n3684:{id:"n3684",loc:[-85.620026,41.956946]},n3685:{id:"n3685",loc:[-85.623005,41.960124]},n3686:{id:"n3686",loc:[-85.619073,41.955832]},n3687:{id:"n3687",loc:[-85.621744,41.95501]},n3688:{id:"n3688",loc:[-85.620804,41.958781]},n3689:{id:"n3689",loc:[-85.619844,41.957448]},n369:{id:"n369",loc:[-85.63298,41.944076]},n3690:{id:"n3690",loc:[-85.623713,41.958872]},n3691:{id:"n3691",loc:[-85.622329,41.960507]},n3692:{id:"n3692",loc:[-85.620804,41.956244]},n3693:{id:"n3693",loc:[-85.621818,41.955968]},n3694:{id:"n3694",loc:[-85.621405,41.958697]},n3695:{id:"n3695",loc:[-85.620998,41.960996]},n3696:{id:"n3696",loc:[-85.621621,41.960444]},n3697:{id:"n3697",loc:[-85.620941,41.961637]},n3698:{id:"n3698",loc:[-85.622195,41.958333]},n3699:{id:"n3699",loc:[-85.621668,41.961529]},n37:{id:"n37",loc:[-85.637611,41.945383]},n370:{id:"n370",loc:[-85.633191,41.944471]},n3700:{id:"n3700",loc:[-85.621015,41.957049]},n3701:{id:"n3701",loc:[-85.619368,41.955521]},n3702:{id:"n3702",loc:[-85.651578,41.942534]},n3703:{id:"n3703",loc:[-85.651541,41.943847]},n3704:{id:"n3704",loc:[-85.651365,41.944817]},n3705:{id:"n3705",loc:[-85.651076,41.945985]},n3706:{id:"n3706",loc:[-85.650626,41.947213]},n3707:{id:"n3707",loc:[-85.649669,41.949161]},n3708:{id:"n3708",loc:[-85.641802,41.961801]},n3709:{id:"n3709",loc:[-85.623333,41.961987]},n371:{id:"n371",loc:[-85.633132,41.94372]},n3710:{id:"n3710",loc:[-85.620621,41.965658]},n3711:{id:"n3711",loc:[-85.605673,41.965764]},n3712:{id:"n3712",loc:[-85.605664,41.962094]},n3713:{id:"n3713",loc:[-85.583774,41.962178]},n3714:{id:"n3714",loc:[-85.583774,41.961789]},n3715:{id:"n3715",loc:[-85.581303,41.961783]},n3716:{id:"n3716",loc:[-85.581245,41.958394]},n3717:{id:"n3717",loc:[-85.585299,41.955483]},n3718:{id:"n3718",loc:[-85.585588,41.955331]},n3719:{id:"n3719",loc:[-85.586053,41.955163]},n372:{id:"n372",loc:[-85.633011,41.943788]},n3720:{id:"n3720",loc:[-85.58632,41.955076]},n3721:{id:"n3721",loc:[-85.586478,41.955025]},n3722:{id:"n3722",loc:[-85.58692,41.954947]},n3723:{id:"n3723",loc:[-85.587345,41.954913]},n3724:{id:"n3724",loc:[-85.605592,41.954766]},n3725:{id:"n3725",loc:[-85.605303,41.936236]},n3726:{id:"n3726",loc:[-85.606941,41.936117]},n3727:{id:"n3727",loc:[-85.60876,41.935856]},n3728:{id:"n3728",loc:[-85.610092,41.935451]},n3729:{id:"n3729",loc:[-85.610681,41.935247]},n373:{id:"n373",loc:[-85.632854,41.943632]},n3730:{id:"n3730",loc:[-85.611446,41.934955]},n3731:{id:"n3731",loc:[-85.612057,41.934696]},n3732:{id:"n3732",loc:[-85.613256,41.934084]},n3733:{id:"n3733",loc:[-85.613948,41.933682]},n3734:{id:"n3734",loc:[-85.614638,41.933212]},n3735:{id:"n3735",loc:[-85.619801,41.929305]},n3736:{id:"n3736",loc:[-85.619768,41.925548]},n3737:{id:"n3737",loc:[-85.625761,41.925597]},n3738:{id:"n3738",loc:[-85.6263,41.927323]},n3739:{id:"n3739",loc:[-85.633708,41.927402]},n374:{id:"n374",loc:[-85.632974,41.943565]},n3740:{id:"n3740",loc:[-85.633927,41.929109]},n3741:{id:"n3741",loc:[-85.639213,41.929088]},n3742:{id:"n3742",loc:[-85.639204,41.925488]},n3743:{id:"n3743",loc:[-85.651425,41.925406]},n3744:{id:"n3744",loc:[-85.643386,41.941933]},n3745:{id:"n3745",loc:[-85.642776,41.941161]},n3746:{id:"n3746",loc:[-85.637277,41.948812]},n3747:{id:"n3747",loc:[-85.637366,41.94897]},n3748:{id:"n3748",loc:[-85.637329,41.94889]},n3749:{id:"n3749",loc:[-85.629649,41.952596]},n375:{id:"n375",loc:[-85.632741,41.943351]},n3750:{id:"n3750",loc:[-85.630291,41.954684]},n3751:{id:"n3751",loc:[-85.630284,41.953713]},n3752:{id:"n3752",loc:[-85.630269,41.952463]},n3753:{id:"n3753",loc:[-85.633933,41.949896]},n3754:{id:"n3754",loc:[-85.629339,41.941467]},n3755:{id:"n3755",loc:[-85.629857,41.94316]},n3756:{id:"n3756",loc:[-85.629987,41.944025]},n3757:{id:"n3757",loc:[-85.628538,41.948604]},n3758:{id:"n3758",loc:[-85.627415,41.957442]},n3759:{id:"n3759",loc:[-85.627019,41.957369]},n376:{id:"n376",loc:[-85.63251,41.943481]},n3760:{id:"n3760",loc:[-85.62167,41.952179]},n3761:{id:"n3761",loc:[-85.62167,41.952138]},n3762:{id:"n3762",loc:[-85.621562,41.952139]},n3763:{id:"n3763",loc:[-85.621562,41.952058]},n3764:{id:"n3764",loc:[-85.621476,41.952043]},n3765:{id:"n3765",loc:[-85.621477,41.952132]},n3766:{id:"n3766",loc:[-85.621386,41.952132]},n3767:{id:"n3767",loc:[-85.621387,41.95214]},n3768:{id:"n3768",loc:[-85.621262,41.95214]},n3769:{id:"n3769",loc:[-85.621261,41.952038]},n377:{id:"n377",loc:[-85.632706,41.943715]},n3770:{id:"n3770",loc:[-85.621389,41.952038]},n3771:{id:"n3771",loc:[-85.621389,41.952043]},n3772:{id:"n3772",loc:[-85.620898,41.952024]},n3773:{id:"n3773",loc:[-85.620898,41.952085]},n3774:{id:"n3774",loc:[-85.620774,41.952084]},n3775:{id:"n3775",loc:[-85.620774,41.952023]},n3776:{id:"n3776",loc:[-85.620749,41.952036]},n3777:{id:"n3777",loc:[-85.620723,41.952097]},n3778:{id:"n3778",loc:[-85.626158,41.958996]},n3779:{id:"n3779",loc:[-85.626319,41.958686]},n378:{id:"n378",loc:[-85.638683,41.943295]},n3780:{id:"n3780",loc:[-85.626119,41.958629]},n3781:{id:"n3781",loc:[-85.626064,41.958733]},n3782:{id:"n3782",loc:[-85.626155,41.958759]},n3783:{id:"n3783",loc:[-85.626048,41.958965]},n3784:{id:"n3784",loc:[-85.620648,41.952079]},n3785:{id:"n3785",loc:[-85.63826,41.961213]},n3786:{id:"n3786",loc:[-85.638003,41.961614]},n3787:{id:"n3787",loc:[-85.638817,41.961902]},n3788:{id:"n3788",loc:[-85.639073,41.961501]},n3789:{id:"n3789",loc:[-85.620674,41.952018]},n379:{id:"n379",loc:[-85.638684,41.94323]},n3790:{id:"n3790",loc:[-85.62082,41.952106]},n3791:{id:"n3791",loc:[-85.620819,41.952143]},n3792:{id:"n3792",loc:[-85.620778,41.952143]},n3793:{id:"n3793",loc:[-85.620778,41.952106]},n3794:{id:"n3794",loc:[-85.620563,41.952276]},n3795:{id:"n3795",loc:[-85.620543,41.95238]},n3796:{id:"n3796",loc:[-85.620422,41.952367]},n3797:{id:"n3797",loc:[-85.620441,41.952263]},n3798:{id:"n3798",loc:[-85.620561,41.952266]},n3799:{id:"n3799",loc:[-85.620444,41.952254]},n38:{id:"n38",loc:[-85.63879,41.943295]},n380:{id:"n380",loc:[-85.638627,41.94322]},n3800:{id:"n3800",loc:[-85.620773,41.955585]},n3801:{id:"n3801",loc:[-85.621265,41.955989]},n3802:{id:"n3802",loc:[-85.620692,41.954969]},n3803:{id:"n3803",loc:[-85.620691,41.955367]},n3804:{id:"n3804",loc:[-85.620458,41.952178]},n3805:{id:"n3805",loc:[-85.620575,41.95219]},n3806:{id:"n3806",loc:[-85.617609,41.952712]},n3807:{id:"n3807",loc:[-85.617533,41.952801],tags:{entrance:"yes"}},n3808:{id:"n3808",loc:[-85.616816,41.952911]},n3809:{id:"n3809",loc:[-85.616797,41.952901]},n381:{id:"n381",loc:[-85.638624,41.943294]},n3810:{id:"n3810",loc:[-85.616343,41.952694]},n3811:{id:"n3811",loc:[-85.616336,41.952729]},n3812:{id:"n3812",loc:[-85.616343,41.952772]},n3813:{id:"n3813",loc:[-85.628479,41.948649]},n3814:{id:"n3814",loc:[-85.628413,41.948679]},n3815:{id:"n3815",loc:[-85.628336,41.948694]},n3816:{id:"n3816",loc:[-85.62826,41.948694]},n3817:{id:"n3817",loc:[-85.628185,41.948679]},n3818:{id:"n3818",loc:[-85.628103,41.948649]},n3819:{id:"n3819",loc:[-85.627482,41.948395]},n382:{id:"n382",loc:[-85.638437,41.943291]},n3820:{id:"n3820",loc:[-85.619957,41.951168]},n3821:{id:"n3821",loc:[-85.619955,41.952077]},n3822:{id:"n3822",loc:[-85.619843,41.952666]},n3823:{id:"n3823",loc:[-85.619513,41.95324]},n3824:{id:"n3824",loc:[-85.619163,41.953668]},n3825:{id:"n3825",loc:[-85.618813,41.953947]},n3826:{id:"n3826",loc:[-85.618265,41.954252]},n3827:{id:"n3827",loc:[-85.617691,41.954458]},n3828:{id:"n3828",loc:[-85.616978,41.95459]},n3829:{id:"n3829",loc:[-85.615408,41.954628]},n383:{id:"n383",loc:[-85.63844,41.943209]},n3830:{id:"n3830",loc:[-85.615374,41.951076]},n3831:{id:"n3831",loc:[-85.61932,41.947564]},n3832:{id:"n3832",loc:[-85.610553,41.94755]},n3833:{id:"n3833",loc:[-85.610572,41.951065]},n3834:{id:"n3834",loc:[-85.617548,41.94757]},n3835:{id:"n3835",loc:[-85.619842,41.947939]},n3836:{id:"n3836",loc:[-85.619874,41.950905]},n3837:{id:"n3837",loc:[-85.619695,41.950911]},n3838:{id:"n3838",loc:[-85.617591,41.951078]},n3839:{id:"n3839",loc:[-85.619551,41.951065]},n384:{id:"n384",loc:[-85.632616,41.944021]},n3840:{id:"n3840",loc:[-85.626813,41.947337]},n3841:{id:"n3841",loc:[-85.616371,41.952814]},n3842:{id:"n3842",loc:[-85.617205,41.951308]},n3843:{id:"n3843",loc:[-85.616795,41.950953]},n3844:{id:"n3844",loc:[-85.617441,41.950889]},n3845:{id:"n3845",loc:[-85.619155,41.949377]},n3846:{id:"n3846",loc:[-85.618556,41.949377]},n3847:{id:"n3847",loc:[-85.618557,41.948372]},n3848:{id:"n3848",loc:[-85.619156,41.948372]},n3849:{id:"n3849",loc:[-85.61927,41.949796]},n385:{id:"n385",loc:[-85.632319,41.944172]},n3850:{id:"n3850",loc:[-85.61926,41.948344]},n3851:{id:"n3851",loc:[-85.619219,41.948264]},n3852:{id:"n3852",loc:[-85.619147,41.948196]},n3853:{id:"n3853",loc:[-85.619049,41.948144]},n3854:{id:"n3854",loc:[-85.618942,41.948116]},n3855:{id:"n3855",loc:[-85.618822,41.948109]},n3856:{id:"n3856",loc:[-85.618699,41.94813]},n3857:{id:"n3857",loc:[-85.618937,41.951943]},n3858:{id:"n3858",loc:[-85.616762,41.952222]},n3859:{id:"n3859",loc:[-85.616799,41.95472]},n386:{id:"n386",loc:[-85.63221,41.944066]},n3860:{id:"n3860",loc:[-85.616458,41.954735]},n3861:{id:"n3861",loc:[-85.61763,41.951515]},n3862:{id:"n3862",loc:[-85.617735,41.951572]},n3863:{id:"n3863",loc:[-85.61929,41.951573]},n3864:{id:"n3864",loc:[-85.617134,41.951348]},n3865:{id:"n3865",loc:[-85.616598,41.95192]},n3866:{id:"n3866",loc:[-85.616557,41.951997]},n3867:{id:"n3867",loc:[-85.61658,41.952093]},n3868:{id:"n3868",loc:[-85.616636,41.952145]},n3869:{id:"n3869",loc:[-85.616918,41.952276]},n387:{id:"n387",loc:[-85.632524,41.943912]},n3870:{id:"n3870",loc:[-85.617098,41.952235]},n3871:{id:"n3871",loc:[-85.61892,41.951467]},n3872:{id:"n3872",loc:[-85.618035,41.951473]},n3873:{id:"n3873",loc:[-85.618036,41.951572]},n3874:{id:"n3874",loc:[-85.61892,41.951573]},n3875:{id:"n3875",loc:[-85.618919,41.951957]},n3876:{id:"n3876",loc:[-85.619457,41.952237]},n3877:{id:"n3877",loc:[-85.618178,41.953618]},n3878:{id:"n3878",loc:[-85.617658,41.953366]},n3879:{id:"n3879",loc:[-85.617987,41.953024]},n388:{id:"n388",loc:[-85.632268,41.943621]},n3880:{id:"n3880",loc:[-85.618429,41.953248]},n3881:{id:"n3881",loc:[-85.618554,41.953119]},n3882:{id:"n3882",loc:[-85.618077,41.952868]},n3883:{id:"n3883",loc:[-85.618039,41.952886]},n3884:{id:"n3884",loc:[-85.619375,41.952169]},n3885:{id:"n3885",loc:[-85.618137,41.953538]},n3886:{id:"n3886",loc:[-85.61799,41.953555]},n3887:{id:"n3887",loc:[-85.617729,41.953423]},n3888:{id:"n3888",loc:[-85.618101,41.953029]},n3889:{id:"n3889",loc:[-85.618516,41.953119]},n389:{id:"n389",loc:[-85.631951,41.943773]},n3890:{id:"n3890",loc:[-85.619132,41.952042]},n3891:{id:"n3891",loc:[-85.618235,41.952981]},n3892:{id:"n3892",loc:[-85.618485,41.952425]},n3893:{id:"n3893",loc:[-85.618676,41.952519]},n3894:{id:"n3894",loc:[-85.618942,41.952648]},n3895:{id:"n3895",loc:[-85.618287,41.953122]},n3896:{id:"n3896",loc:[-85.617914,41.953516]},n3897:{id:"n3897",loc:[-85.617836,41.953573]},n3898:{id:"n3898",loc:[-85.616477,41.95289]},n3899:{id:"n3899",loc:[-85.618441,41.953201]},n39:{id:"n39",loc:[-85.619931,41.951013]},n390:{id:"n390",loc:[-85.631981,41.943654]},n3900:{id:"n3900",loc:[-85.617537,41.953335]},n3901:{id:"n3901",loc:[-85.617221,41.953166]},n3902:{id:"n3902",loc:[-85.617253,41.953135]},n3903:{id:"n3903",loc:[-85.617211,41.953114]},n3904:{id:"n3904",loc:[-85.617197,41.95313]},n3905:{id:"n3905",loc:[-85.616802,41.952925]},n3906:{id:"n3906",loc:[-85.616771,41.952928]},n3907:{id:"n3907",loc:[-85.616493,41.952785]},n3908:{id:"n3908",loc:[-85.616823,41.952426]},n3909:{id:"n3909",loc:[-85.617191,41.952616]},n391:{id:"n391",loc:[-85.631886,41.943699]},n3910:{id:"n3910",loc:[-85.61724,41.952559]},n3911:{id:"n3911",loc:[-85.61721,41.952542]},n3912:{id:"n3912",loc:[-85.617395,41.952351]},n3913:{id:"n3913",loc:[-85.617426,41.952368]},n3914:{id:"n3914",loc:[-85.617483,41.952309]},n3915:{id:"n3915",loc:[-85.617332,41.952229]},n3916:{id:"n3916",loc:[-85.617451,41.952102]},n3917:{id:"n3917",loc:[-85.617477,41.952115]},n3918:{id:"n3918",loc:[-85.617658,41.951923]},n3919:{id:"n3919",loc:[-85.617634,41.95191]},n392:{id:"n392",loc:[-85.631807,41.943606]},n3920:{id:"n3920",loc:[-85.617747,41.951786]},n3921:{id:"n3921",loc:[-85.618268,41.952056]},n3922:{id:"n3922",loc:[-85.618211,41.952122]},n3923:{id:"n3923",loc:[-85.618386,41.95222]},n3924:{id:"n3924",loc:[-85.618098,41.952527]},n3925:{id:"n3925",loc:[-85.617916,41.95243]},n3926:{id:"n3926",loc:[-85.617854,41.952498]},n3927:{id:"n3927",loc:[-85.617769,41.952453]},n3928:{id:"n3928",loc:[-85.617476,41.952773]},n3929:{id:"n3929",loc:[-85.617876,41.952973]},n393:{id:"n393",loc:[-85.631902,41.943561]},n3930:{id:"n3930",loc:[-85.617174,41.953638]},n3931:{id:"n3931",loc:[-85.618016,41.953578]},n3932:{id:"n3932",loc:[-85.618107,41.953628]},n3933:{id:"n3933",loc:[-85.618067,41.954268]},n3934:{id:"n3934",loc:[-85.617864,41.954263]},n3935:{id:"n3935",loc:[-85.61762,41.954205]},n3936:{id:"n3936",loc:[-85.617437,41.954103]},n3937:{id:"n3937",loc:[-85.617294,41.953978]},n3938:{id:"n3938",loc:[-85.617217,41.95384]},n3939:{id:"n3939",loc:[-85.616814,41.954327]},n394:{id:"n394",loc:[-85.63236,41.943543]},n3940:{id:"n3940",loc:[-85.616778,41.95381]},n3941:{id:"n3941",loc:[-85.616585,41.953707]},n3942:{id:"n3942",loc:[-85.616458,41.954318]},n3943:{id:"n3943",loc:[-85.616643,41.954345]},n3944:{id:"n3944",loc:[-85.618133,41.951412]},n3945:{id:"n3945",loc:[-85.618326,41.951411]},n3946:{id:"n3946",loc:[-85.618503,41.95141]},n3947:{id:"n3947",loc:[-85.618681,41.951409]},n3948:{id:"n3948",loc:[-85.618868,41.951408]},n3949:{id:"n3949",loc:[-85.617047,41.95136]},n395:{id:"n395",loc:[-85.633839,41.944082]},n3950:{id:"n3950",loc:[-85.616502,41.951946]},n3951:{id:"n3951",loc:[-85.616497,41.952072]},n3952:{id:"n3952",loc:[-85.616565,41.952165]},n3953:{id:"n3953",loc:[-85.616663,41.952218]},n3954:{id:"n3954",loc:[-85.616733,41.952255]},n3955:{id:"n3955",loc:[-85.617238,41.952512],tags:{entrance:"yes"}},n3956:{id:"n3956",loc:[-85.617043,41.952406]},n3957:{id:"n3957",loc:[-85.617691,41.951711]},n3958:{id:"n3958",loc:[-85.617773,41.951679]},n3959:{id:"n3959",loc:[-85.619085,41.951681]},n396:{id:"n396",loc:[-85.63376,41.944097]},n3960:{id:"n3960",loc:[-85.617943,41.952895]},n3961:{id:"n3961",loc:[-85.618039,41.952938]},n3962:{id:"n3962",loc:[-85.61763,41.95336]},n3963:{id:"n3963",loc:[-85.617554,41.95344]},n3964:{id:"n3964",loc:[-85.617381,41.952366],tags:{entrance:"yes"}},n3965:{id:"n3965",loc:[-85.617184,41.952254]},n3966:{id:"n3966",loc:[-85.617208,41.952496]},n3967:{id:"n3967",loc:[-85.617124,41.952581],tags:{entrance:"yes"}},n3968:{id:"n3968",loc:[-85.618094,41.952735]},n3969:{id:"n3969",loc:[-85.617702,41.952525],tags:{entrance:"yes"}},n397:{id:"n397",loc:[-85.63361,41.943957]},n3970:{id:"n3970",loc:[-85.617554,41.952686],tags:{entrance:"yes"}},n3971:{id:"n3971",loc:[-85.617959,41.952878]},n3972:{id:"n3972",loc:[-85.616367,41.952655]},n3973:{id:"n3973",loc:[-85.616416,41.952851]},n3974:{id:"n3974",loc:[-85.619777,41.951075]},n3975:{id:"n3975",loc:[-85.618611,41.94817]},n3976:{id:"n3976",loc:[-85.618538,41.948229]},n3977:{id:"n3977",loc:[-85.617421,41.947559]},n3978:{id:"n3978",loc:[-85.617395,41.951039]},n3979:{id:"n3979",loc:[-85.618488,41.94829]},n398:{id:"n398",loc:[-85.633309,41.943886]},n3980:{id:"n3980",loc:[-85.610238,41.954774]},n3981:{id:"n3981",loc:[-85.617449,41.950756]},n3982:{id:"n3982",loc:[-85.617288,41.951286]},n3983:{id:"n3983",loc:[-85.61745,41.950197]},n3984:{id:"n3984",loc:[-85.617436,41.948908]},n3985:{id:"n3985",loc:[-85.615915,41.953804]},n3986:{id:"n3986",loc:[-85.615953,41.953968]},n3987:{id:"n3987",loc:[-85.616031,41.954085]},n3988:{id:"n3988",loc:[-85.616135,41.954181]},n3989:{id:"n3989",loc:[-85.616273,41.954263]},n399:{id:"n399",loc:[-85.633226,41.943931]},n3990:{id:"n3990",loc:[-85.618327,41.951083]},n3991:{id:"n3991",loc:[-85.618135,41.951084]},n3992:{id:"n3992",loc:[-85.618503,41.951082]},n3993:{id:"n3993",loc:[-85.618682,41.951081]},n3994:{id:"n3994",loc:[-85.618864,41.951082]},n3995:{id:"n3995",loc:[-85.616761,41.950101]},n3996:{id:"n3996",loc:[-85.617317,41.947558]},n3997:{id:"n3997",loc:[-85.617336,41.948883]},n3998:{id:"n3998",loc:[-85.616779,41.949295]},n3999:{id:"n3999",loc:[-85.616754,41.949349]},n4:{id:"n4",loc:[-85.622764,41.950892],tags:{highway:"stop",direction:"forward",stop:"minor"}},n40:{id:"n40",loc:[-85.619841,41.951037]},n400:{id:"n400",loc:[-85.63326,41.943966]},n4000:{id:"n4000",loc:[-85.616761,41.950865]},n4001:{id:"n4001",loc:[-85.616883,41.951041]},n4002:{id:"n4002",loc:[-85.617004,41.951142]},n4003:{id:"n4003",loc:[-85.617062,41.951248]},n4004:{id:"n4004",loc:[-85.616809,41.949273]},n4005:{id:"n4005",loc:[-85.616755,41.949489]},n4006:{id:"n4006",loc:[-85.616759,41.949971]},n4007:{id:"n4007",loc:[-85.616757,41.949702]},n4008:{id:"n4008",loc:[-85.618456,41.94836]},n4009:{id:"n4009",loc:[-85.618447,41.948428]},n401:{id:"n401",loc:[-85.63324,41.943976]},n4010:{id:"n4010",loc:[-85.618437,41.949322]},n4011:{id:"n4011",loc:[-85.618447,41.949418]},n4012:{id:"n4012",loc:[-85.618478,41.949491]},n4013:{id:"n4013",loc:[-85.618535,41.949559]},n4014:{id:"n4014",loc:[-85.618623,41.94962]},n4015:{id:"n4015",loc:[-85.618721,41.94966]},n4016:{id:"n4016",loc:[-85.618838,41.949674]},n4017:{id:"n4017",loc:[-85.618967,41.949667]},n4018:{id:"n4018",loc:[-85.619065,41.949632]},n4019:{id:"n4019",loc:[-85.61915,41.949578]},n402:{id:"n402",loc:[-85.63327,41.944006]},n4020:{id:"n4020",loc:[-85.619216,41.949507]},n4021:{id:"n4021",loc:[-85.61927,41.949399]},n4022:{id:"n4022",loc:[-85.619074,41.947639]},n4023:{id:"n4023",loc:[-85.619073,41.947793]},n4024:{id:"n4024",loc:[-85.618912,41.947793]},n4025:{id:"n4025",loc:[-85.618911,41.947947]},n4026:{id:"n4026",loc:[-85.618752,41.947947]},n4027:{id:"n4027",loc:[-85.618754,41.947637]},n4028:{id:"n4028",loc:[-85.617896,41.947599]},n4029:{id:"n4029",loc:[-85.617898,41.947811]},n403:{id:"n403",loc:[-85.633278,41.944002]},n4030:{id:"n4030",loc:[-85.617717,41.947812]},n4031:{id:"n4031",loc:[-85.617715,41.9476]},n4032:{id:"n4032",loc:[-85.619003,41.949828]},n4033:{id:"n4033",loc:[-85.619003,41.949882]},n4034:{id:"n4034",loc:[-85.618926,41.949882]},n4035:{id:"n4035",loc:[-85.618926,41.949828]},n4036:{id:"n4036",loc:[-85.618861,41.949809]},n4037:{id:"n4037",loc:[-85.618861,41.949898]},n4038:{id:"n4038",loc:[-85.618688,41.949898]},n4039:{id:"n4039",loc:[-85.618687,41.94981]},n404:{id:"n404",loc:[-85.63331,41.944036]},n4040:{id:"n4040",loc:[-85.618349,41.949473]},n4041:{id:"n4041",loc:[-85.618287,41.949473]},n4042:{id:"n4042",loc:[-85.618287,41.94942]},n4043:{id:"n4043",loc:[-85.618348,41.949419]},n4044:{id:"n4044",loc:[-85.62316,41.951604]},n4045:{id:"n4045",loc:[-85.623026,41.951605]},n4046:{id:"n4046",loc:[-85.623023,41.951466]},n4047:{id:"n4047",loc:[-85.623134,41.951465]},n4048:{id:"n4048",loc:[-85.623136,41.951539]},n4049:{id:"n4049",loc:[-85.623159,41.951539]},n405:{id:"n405",loc:[-85.633348,41.944015]},n4050:{id:"n4050",loc:[-85.623025,41.95155]},n4051:{id:"n4051",loc:[-85.622955,41.951551]},n4052:{id:"n4052",loc:[-85.622953,41.951507]},n4053:{id:"n4053",loc:[-85.623024,41.951506]},n4054:{id:"n4054",loc:[-85.623318,41.951242]},n4055:{id:"n4055",loc:[-85.623175,41.951241]},n4056:{id:"n4056",loc:[-85.623176,41.951153]},n4057:{id:"n4057",loc:[-85.623319,41.951154]},n4058:{id:"n4058",loc:[-85.623077,41.951191]},n4059:{id:"n4059",loc:[-85.622973,41.951191]},n406:{id:"n406",loc:[-85.63338,41.944048]},n4060:{id:"n4060",loc:[-85.622972,41.951349]},n4061:{id:"n4061",loc:[-85.623059,41.95135]},n4062:{id:"n4062",loc:[-85.62306,41.951301]},n4063:{id:"n4063",loc:[-85.623077,41.951301]},n4064:{id:"n4064",loc:[-85.623117,41.951405]},n4065:{id:"n4065",loc:[-85.62312,41.951087]},n4066:{id:"n4066",loc:[-85.623118,41.951274]},n4067:{id:"n4067",loc:[-85.62328,41.951275]},n4068:{id:"n4068",loc:[-85.62328,41.951242]},n4069:{id:"n4069",loc:[-85.623179,41.951392]},n407:{id:"n407",loc:[-85.633431,41.94402]},n4070:{id:"n4070",loc:[-85.623141,41.951392]},n4071:{id:"n4071",loc:[-85.623142,41.95136]},n4072:{id:"n4072",loc:[-85.623179,41.951361]},n4073:{id:"n4073",loc:[-85.622565,41.951639]},n4074:{id:"n4074",loc:[-85.622565,41.951741]},n4075:{id:"n4075",loc:[-85.622463,41.95174]},n4076:{id:"n4076",loc:[-85.622463,41.95173]},n4077:{id:"n4077",loc:[-85.622442,41.95173]},n4078:{id:"n4078",loc:[-85.622442,41.951742]},n4079:{id:"n4079",loc:[-85.622361,41.951742]},n408:{id:"n408",loc:[-85.633425,41.944014]},n4080:{id:"n4080",loc:[-85.622362,41.951667]},n4081:{id:"n4081",loc:[-85.622441,41.951667]},n4082:{id:"n4082",loc:[-85.622441,41.951688]},n4083:{id:"n4083",loc:[-85.622461,41.951688]},n4084:{id:"n4084",loc:[-85.622461,41.951638]},n4085:{id:"n4085",loc:[-85.62255,41.951587]},n4086:{id:"n4086",loc:[-85.622449,41.95159]},n4087:{id:"n4087",loc:[-85.622441,41.951448]},n4088:{id:"n4088",loc:[-85.62253,41.951445]},n4089:{id:"n4089",loc:[-85.622532,41.951486]},n409:{id:"n409",loc:[-85.633457,41.943997]},n4090:{id:"n4090",loc:[-85.622555,41.951485]},n4091:{id:"n4091",loc:[-85.622558,41.951531]},n4092:{id:"n4092",loc:[-85.622547,41.951531]},n4093:{id:"n4093",loc:[-85.622451,41.95159]},n4094:{id:"n4094",loc:[-85.622452,41.95161]},n4095:{id:"n4095",loc:[-85.622106,41.951617]},n4096:{id:"n4096",loc:[-85.622133,41.951443]},n4097:{id:"n4097",loc:[-85.622552,41.951379]},n4098:{id:"n4098",loc:[-85.622443,41.95138]},n4099:{id:"n4099",loc:[-85.622441,41.951281]},n41:{id:"n41",loc:[-85.636233,41.942764]},n410:{id:"n410",loc:[-85.633429,41.943969]},n4100:{id:"n4100",loc:[-85.62255,41.95128]},n4101:{id:"n4101",loc:[-85.622541,41.951437]},n4102:{id:"n4102",loc:[-85.622441,41.951438]},n4103:{id:"n4103",loc:[-85.621561,41.951444]},n4104:{id:"n4104",loc:[-85.622302,41.951479]},n4105:{id:"n4105",loc:[-85.6223,41.95152]},n4106:{id:"n4106",loc:[-85.622169,41.951517]},n4107:{id:"n4107",loc:[-85.622171,41.951476]},n4108:{id:"n4108",loc:[-85.622543,41.951228]},n4109:{id:"n4109",loc:[-85.622433,41.951228]},n411:{id:"n411",loc:[-85.633442,41.943962]},n4110:{id:"n4110",loc:[-85.622433,41.951133]},n4111:{id:"n4111",loc:[-85.622543,41.951133]},n4112:{id:"n4112",loc:[-85.622356,41.951256]},n4113:{id:"n4113",loc:[-85.622293,41.951256]},n4114:{id:"n4114",loc:[-85.622292,41.9512]},n4115:{id:"n4115",loc:[-85.622313,41.9512]},n4116:{id:"n4116",loc:[-85.622312,41.951173]},n4117:{id:"n4117",loc:[-85.622364,41.951173]},n4118:{id:"n4118",loc:[-85.622365,41.951231]},n4119:{id:"n4119",loc:[-85.622355,41.951231]},n412:{id:"n412",loc:[-85.633411,41.943932]},n4120:{id:"n4120",loc:[-85.62197,41.951155]},n4121:{id:"n4121",loc:[-85.62197,41.951213]},n4122:{id:"n4122",loc:[-85.621848,41.951213]},n4123:{id:"n4123",loc:[-85.621848,41.951155]},n4124:{id:"n4124",loc:[-85.622193,41.951268]},n4125:{id:"n4125",loc:[-85.622194,41.951305]},n4126:{id:"n4126",loc:[-85.622121,41.951306]},n4127:{id:"n4127",loc:[-85.622121,41.951322]},n4128:{id:"n4128",loc:[-85.621984,41.951324]},n4129:{id:"n4129",loc:[-85.621983,41.951271]},n413:{id:"n413",loc:[-85.633421,41.943926]},n4130:{id:"n4130",loc:[-85.622171,41.9514]},n4131:{id:"n4131",loc:[-85.622148,41.951382]},n4132:{id:"n4132",loc:[-85.6221,41.951414]},n4133:{id:"n4133",loc:[-85.622122,41.951433]},n4134:{id:"n4134",loc:[-85.621782,41.951148]},n4135:{id:"n4135",loc:[-85.621783,41.951219]},n4136:{id:"n4136",loc:[-85.62164,41.951221]},n4137:{id:"n4137",loc:[-85.62164,41.951236]},n4138:{id:"n4138",loc:[-85.621556,41.951237]},n4139:{id:"n4139",loc:[-85.621555,41.95117]},n414:{id:"n414",loc:[-85.633376,41.94388]},n4140:{id:"n4140",loc:[-85.621644,41.951169]},n4141:{id:"n4141",loc:[-85.621643,41.951139]},n4142:{id:"n4142",loc:[-85.621719,41.951138]},n4143:{id:"n4143",loc:[-85.621719,41.951148]},n4144:{id:"n4144",loc:[-85.621409,41.951322]},n4145:{id:"n4145",loc:[-85.621338,41.951322]},n4146:{id:"n4146",loc:[-85.621336,41.95115]},n4147:{id:"n4147",loc:[-85.621521,41.951149]},n4148:{id:"n4148",loc:[-85.621522,41.951228]},n4149:{id:"n4149",loc:[-85.621408,41.951228]},n415:{id:"n415",loc:[-85.633348,41.943895]},n4150:{id:"n4150",loc:[-85.621284,41.951219]},n4151:{id:"n4151",loc:[-85.621153,41.951219]},n4152:{id:"n4152",loc:[-85.621152,41.951152]},n4153:{id:"n4153",loc:[-85.621283,41.951152]},n4154:{id:"n4154",loc:[-85.621159,41.951241]},n4155:{id:"n4155",loc:[-85.62116,41.951301]},n4156:{id:"n4156",loc:[-85.621088,41.951302]},n4157:{id:"n4157",loc:[-85.621088,41.951241]},n4158:{id:"n4158",loc:[-85.621049,41.951158]},n4159:{id:"n4159",loc:[-85.62105,41.951229]},n416:{id:"n416",loc:[-85.633341,41.943888]},n4160:{id:"n4160",loc:[-85.620976,41.951229]},n4161:{id:"n4161",loc:[-85.620977,41.951295]},n4162:{id:"n4162",loc:[-85.620887,41.951296]},n4163:{id:"n4163",loc:[-85.620886,41.951229]},n4164:{id:"n4164",loc:[-85.620862,41.951229]},n4165:{id:"n4165",loc:[-85.620861,41.951159]},n4166:{id:"n4166",loc:[-85.620626,41.951133]},n4167:{id:"n4167",loc:[-85.620626,41.951205]},n4168:{id:"n4168",loc:[-85.620412,41.951206]},n4169:{id:"n4169",loc:[-85.620411,41.951134]},n417:{id:"n417",loc:[-85.633321,41.943898]},n4170:{id:"n4170",loc:[-85.621775,41.951443]},n4171:{id:"n4171",loc:[-85.621777,41.951264]},n4172:{id:"n4172",loc:[-85.621565,41.951654]},n4173:{id:"n4173",loc:[-85.621331,41.951439]},n4174:{id:"n4174",loc:[-85.621031,41.951443]},n4175:{id:"n4175",loc:[-85.621836,41.951724]},n4176:{id:"n4176",loc:[-85.621834,41.951621]},n4177:{id:"n4177",loc:[-85.62197,41.951619]},n4178:{id:"n4178",loc:[-85.621972,41.951722]},n4179:{id:"n4179",loc:[-85.621772,41.951638]},n418:{id:"n418",loc:[-85.633547,41.943896]},n4180:{id:"n4180",loc:[-85.621772,41.951715]},n4181:{id:"n4181",loc:[-85.621699,41.951716]},n4182:{id:"n4182",loc:[-85.6217,41.951722]},n4183:{id:"n4183",loc:[-85.621641,41.951722]},n4184:{id:"n4184",loc:[-85.62164,41.951639]},n4185:{id:"n4185",loc:[-85.621505,41.951655]},n4186:{id:"n4186",loc:[-85.621505,41.951729]},n4187:{id:"n4187",loc:[-85.621389,41.951729]},n4188:{id:"n4188",loc:[-85.62139,41.951654]},n4189:{id:"n4189",loc:[-85.621105,41.951635]},n419:{id:"n419",loc:[-85.633467,41.944075]},n4190:{id:"n4190",loc:[-85.621104,41.951576]},n4191:{id:"n4191",loc:[-85.621168,41.951576]},n4192:{id:"n4192",loc:[-85.621168,41.951595]},n4193:{id:"n4193",loc:[-85.621261,41.951595]},n4194:{id:"n4194",loc:[-85.621261,41.951646]},n4195:{id:"n4195",loc:[-85.621294,41.951646]},n4196:{id:"n4196",loc:[-85.621294,41.951732]},n4197:{id:"n4197",loc:[-85.621251,41.951732]},n4198:{id:"n4198",loc:[-85.621251,41.95174]},n4199:{id:"n4199",loc:[-85.621175,41.951741]},n42:{id:"n42",loc:[-85.635996,41.942727]},n420:{id:"n420",loc:[-85.633578,41.944055]},n4200:{id:"n4200",loc:[-85.621175,41.951651]},n4201:{id:"n4201",loc:[-85.621189,41.951651]},n4202:{id:"n4202",loc:[-85.621189,41.951635]},n4203:{id:"n4203",loc:[-85.620554,41.951641]},n4204:{id:"n4204",loc:[-85.620555,41.951742]},n4205:{id:"n4205",loc:[-85.620719,41.951742]},n4206:{id:"n4206",loc:[-85.620719,41.951731]},n4207:{id:"n4207",loc:[-85.620803,41.95173]},n4208:{id:"n4208",loc:[-85.620803,41.951603]},n4209:{id:"n4209",loc:[-85.62072,41.951603]},n421:{id:"n421",loc:[-85.633462,41.944125]},n4210:{id:"n4210",loc:[-85.620721,41.951641]},n4211:{id:"n4211",loc:[-85.620269,41.953053]},n4212:{id:"n4212",loc:[-85.620229,41.953051]},n4213:{id:"n4213",loc:[-85.620231,41.953013]},n4214:{id:"n4214",loc:[-85.620271,41.953015]},n4215:{id:"n4215",loc:[-85.620215,41.953133]},n4216:{id:"n4216",loc:[-85.62013,41.953134]},n4217:{id:"n4217",loc:[-85.620129,41.953083]},n4218:{id:"n4218",loc:[-85.620214,41.953082]},n4219:{id:"n4219",loc:[-85.62016,41.953272]},n422:{id:"n422",loc:[-85.633372,41.944061]},n4220:{id:"n4220",loc:[-85.620046,41.953273]},n4221:{id:"n4221",loc:[-85.620045,41.953171]},n4222:{id:"n4222",loc:[-85.620088,41.953171]},n4223:{id:"n4223",loc:[-85.620087,41.953162]},n4224:{id:"n4224",loc:[-85.620121,41.953162]},n4225:{id:"n4225",loc:[-85.620121,41.953173]},n4226:{id:"n4226",loc:[-85.620157,41.953173]},n4227:{id:"n4227",loc:[-85.620158,41.953196]},n4228:{id:"n4228",loc:[-85.620189,41.953196]},n4229:{id:"n4229",loc:[-85.620189,41.953246]},n423:{id:"n423",loc:[-85.633509,41.943981]},n4230:{id:"n4230",loc:[-85.62016,41.953246]},n4231:{id:"n4231",loc:[-85.6195,41.954012]},n4232:{id:"n4232",loc:[-85.619438,41.954057]},n4233:{id:"n4233",loc:[-85.619418,41.954043]},n4234:{id:"n4234",loc:[-85.619381,41.954069]},n4235:{id:"n4235",loc:[-85.619399,41.954083]},n4236:{id:"n4236",loc:[-85.619339,41.954126]},n4237:{id:"n4237",loc:[-85.619584,41.954313]},n4238:{id:"n4238",loc:[-85.619743,41.954198]},n4239:{id:"n4239",loc:[-85.619453,41.954727]},n424:{id:"n424",loc:[-85.635421,41.945367]},n4240:{id:"n4240",loc:[-85.619503,41.954581]},n4241:{id:"n4241",loc:[-85.619597,41.954472]},n4242:{id:"n4242",loc:[-85.619862,41.95419]},n4243:{id:"n4243",loc:[-85.619506,41.953907]},n4244:{id:"n4244",loc:[-85.619261,41.9541]},n4245:{id:"n4245",loc:[-85.619246,41.954139]},n4246:{id:"n4246",loc:[-85.619244,41.9542]},n4247:{id:"n4247",loc:[-85.619259,41.954243]},n4248:{id:"n4248",loc:[-85.619285,41.954274]},n4249:{id:"n4249",loc:[-85.619123,41.954381]},n425:{id:"n425",loc:[-85.634425,41.943552]},n4250:{id:"n4250",loc:[-85.619641,41.954607]},n4251:{id:"n4251",loc:[-85.619383,41.954615]},n4252:{id:"n4252",loc:[-85.61896,41.954391]},n4253:{id:"n4253",loc:[-85.619211,41.954178]},n4254:{id:"n4254",loc:[-85.619115,41.954102]},n4255:{id:"n4255",loc:[-85.619519,41.953821]},n4256:{id:"n4256",loc:[-85.619956,41.954156]},n4257:{id:"n4257",loc:[-85.619851,41.954266]},n4258:{id:"n4258",loc:[-85.619779,41.95436]},n4259:{id:"n4259",loc:[-85.620525,41.954364]},n426:{id:"n426",loc:[-85.634248,41.943654]},n4260:{id:"n4260",loc:[-85.620398,41.954365]},n4261:{id:"n4261",loc:[-85.620398,41.954324]},n4262:{id:"n4262",loc:[-85.620525,41.954323]},n4263:{id:"n4263",loc:[-85.620359,41.954588]},n4264:{id:"n4264",loc:[-85.620321,41.954588]},n4265:{id:"n4265",loc:[-85.620321,41.954599]},n4266:{id:"n4266",loc:[-85.620296,41.954599]},n4267:{id:"n4267",loc:[-85.620296,41.954587]},n4268:{id:"n4268",loc:[-85.620262,41.954588]},n4269:{id:"n4269",loc:[-85.620261,41.954516]},n427:{id:"n427",loc:[-85.634177,41.943585]},n4270:{id:"n4270",loc:[-85.620282,41.954516]},n4271:{id:"n4271",loc:[-85.620282,41.954373]},n4272:{id:"n4272",loc:[-85.620378,41.954373]},n4273:{id:"n4273",loc:[-85.620379,41.954486]},n4274:{id:"n4274",loc:[-85.620348,41.954486]},n4275:{id:"n4275",loc:[-85.620348,41.954537]},n4276:{id:"n4276",loc:[-85.620359,41.954537]},n4277:{id:"n4277",loc:[-85.620463,41.95521]},n4278:{id:"n4278",loc:[-85.620409,41.955273]},n4279:{id:"n4279",loc:[-85.620205,41.955177]},n428:{id:"n428",loc:[-85.634354,41.943484]},n4280:{id:"n4280",loc:[-85.620288,41.955079]},n4281:{id:"n4281",loc:[-85.620379,41.955121]},n4282:{id:"n4282",loc:[-85.620349,41.955157]},n4283:{id:"n4283",loc:[-85.620083,41.955101]},n4284:{id:"n4284",loc:[-85.620083,41.954986]},n4285:{id:"n4285",loc:[-85.620016,41.954986]},n4286:{id:"n4286",loc:[-85.620016,41.954999]},n4287:{id:"n4287",loc:[-85.619941,41.954999]},n4288:{id:"n4288",loc:[-85.619941,41.954988]},n4289:{id:"n4289",loc:[-85.619815,41.954988]},n429:{id:"n429",loc:[-85.638577,41.943212]},n4290:{id:"n4290",loc:[-85.619815,41.955075]},n4291:{id:"n4291",loc:[-85.619948,41.955075]},n4292:{id:"n4292",loc:[-85.619948,41.955082]},n4293:{id:"n4293",loc:[-85.620004,41.955082]},n4294:{id:"n4294",loc:[-85.620004,41.955101]},n4295:{id:"n4295",loc:[-85.619293,41.955127]},n4296:{id:"n4296",loc:[-85.619208,41.955124]},n4297:{id:"n4297",loc:[-85.619212,41.955061]},n4298:{id:"n4298",loc:[-85.619297,41.955064]},n4299:{id:"n4299",loc:[-85.619068,41.954936]},n43:{id:"n43",loc:[-85.637047,41.943054]},n430:{id:"n430",loc:[-85.638576,41.943219]},n4300:{id:"n4300",loc:[-85.619003,41.954936]},n4301:{id:"n4301",loc:[-85.619004,41.955003]},n4302:{id:"n4302",loc:[-85.618994,41.955003]},n4303:{id:"n4303",loc:[-85.618994,41.955016]},n4304:{id:"n4304",loc:[-85.618973,41.955016]},n4305:{id:"n4305",loc:[-85.618973,41.955071]},n4306:{id:"n4306",loc:[-85.619061,41.955071]},n4307:{id:"n4307",loc:[-85.61906,41.955024]},n4308:{id:"n4308",loc:[-85.619105,41.955024]},n4309:{id:"n4309",loc:[-85.619105,41.954956]},n431:{id:"n431",loc:[-85.638653,41.943078]},n4310:{id:"n4310",loc:[-85.619068,41.954956]},n4311:{id:"n4311",loc:[-85.618294,41.954596]},n4312:{id:"n4312",loc:[-85.618235,41.954602]},n4313:{id:"n4313",loc:[-85.618222,41.954535]},n4314:{id:"n4314",loc:[-85.618281,41.954529]},n4315:{id:"n4315",loc:[-85.618593,41.954556]},n4316:{id:"n4316",loc:[-85.618551,41.954565]},n4317:{id:"n4317",loc:[-85.618545,41.954552]},n4318:{id:"n4318",loc:[-85.618493,41.954563]},n4319:{id:"n4319",loc:[-85.618449,41.954455]},n432:{id:"n432",loc:[-85.638654,41.943148]},n4320:{id:"n4320",loc:[-85.618544,41.954434]},n4321:{id:"n4321",loc:[-85.622545,41.950775]},n4322:{id:"n4322",loc:[-85.622546,41.950843]},n4323:{id:"n4323",loc:[-85.622503,41.950844]},n4324:{id:"n4324",loc:[-85.622503,41.950853]},n4325:{id:"n4325",loc:[-85.622479,41.950853]},n4326:{id:"n4326",loc:[-85.622478,41.950843]},n4327:{id:"n4327",loc:[-85.622425,41.950843]},n4328:{id:"n4328",loc:[-85.622425,41.950808]},n4329:{id:"n4329",loc:[-85.622366,41.950809]},n433:{id:"n433",loc:[-85.638387,41.943151]},n4330:{id:"n4330",loc:[-85.622364,41.950673]},n4331:{id:"n4331",loc:[-85.622448,41.950673]},n4332:{id:"n4332",loc:[-85.622449,41.950732]},n4333:{id:"n4333",loc:[-85.622479,41.950731]},n4334:{id:"n4334",loc:[-85.622479,41.950775]},n4335:{id:"n4335",loc:[-85.621909,41.950641]},n4336:{id:"n4336",loc:[-85.621864,41.950641]},n4337:{id:"n4337",loc:[-85.621865,41.950567]},n4338:{id:"n4338",loc:[-85.62191,41.950567]},n4339:{id:"n4339",loc:[-85.621787,41.950829]},n434:{id:"n434",loc:[-85.638386,41.94308]},n4340:{id:"n4340",loc:[-85.621786,41.950775]},n4341:{id:"n4341",loc:[-85.621588,41.950776]},n4342:{id:"n4342",loc:[-85.621589,41.950848]},n4343:{id:"n4343",loc:[-85.621737,41.950847]},n4344:{id:"n4344",loc:[-85.621737,41.950829]},n4345:{id:"n4345",loc:[-85.621509,41.950846]},n4346:{id:"n4346",loc:[-85.621399,41.950846]},n4347:{id:"n4347",loc:[-85.621398,41.95073]},n4348:{id:"n4348",loc:[-85.621509,41.95073]},n4349:{id:"n4349",loc:[-85.621217,41.950841]},n435:{id:"n435",loc:[-85.634427,41.943533]},n4350:{id:"n4350",loc:[-85.6211,41.95084]},n4351:{id:"n4351",loc:[-85.6211,41.950777]},n4352:{id:"n4352",loc:[-85.621218,41.950778]},n4353:{id:"n4353",loc:[-85.621055,41.950764]},n4354:{id:"n4354",loc:[-85.621054,41.950826]},n4355:{id:"n4355",loc:[-85.620988,41.950826]},n4356:{id:"n4356",loc:[-85.620988,41.950843]},n4357:{id:"n4357",loc:[-85.620842,41.950843]},n4358:{id:"n4358",loc:[-85.620842,41.950764]},n4359:{id:"n4359",loc:[-85.620825,41.950922]},n436:{id:"n436",loc:[-85.63428,41.943229]},n4360:{id:"n4360",loc:[-85.620824,41.950553]},n4361:{id:"n4361",loc:[-85.620543,41.950771]},n4362:{id:"n4362",loc:[-85.620431,41.950772]},n4363:{id:"n4363",loc:[-85.62043,41.950585]},n4364:{id:"n4364",loc:[-85.620542,41.950585]},n4365:{id:"n4365",loc:[-85.62068,41.950505]},n4366:{id:"n4366",loc:[-85.620681,41.950552]},n4367:{id:"n4367",loc:[-85.620589,41.950553]},n4368:{id:"n4368",loc:[-85.620588,41.950506]},n4369:{id:"n4369",loc:[-85.620539,41.950407]},n437:{id:"n437",loc:[-85.634499,41.943461]},n4370:{id:"n4370",loc:[-85.62054,41.950504]},n4371:{id:"n4371",loc:[-85.620416,41.950504]},n4372:{id:"n4372",loc:[-85.620416,41.950408]},n4373:{id:"n4373",loc:[-85.620742,41.95038]},n4374:{id:"n4374",loc:[-85.620527,41.95038]},n4375:{id:"n4375",loc:[-85.620528,41.950408]},n4376:{id:"n4376",loc:[-85.622449,41.950373]},n4377:{id:"n4377",loc:[-85.622452,41.950397]},n4378:{id:"n4378",loc:[-85.622336,41.950404]},n4379:{id:"n4379",loc:[-85.622333,41.950379]},n438:{id:"n438",loc:[-85.634514,41.943486]},n4380:{id:"n4380",loc:[-85.622263,41.950324]},n4381:{id:"n4381",loc:[-85.622261,41.950256]},n4382:{id:"n4382",loc:[-85.62236,41.950254]},n4383:{id:"n4383",loc:[-85.62236,41.95027]},n4384:{id:"n4384",loc:[-85.622402,41.950281]},n4385:{id:"n4385",loc:[-85.622403,41.9503]},n4386:{id:"n4386",loc:[-85.622439,41.950299]},n4387:{id:"n4387",loc:[-85.62244,41.950334]},n4388:{id:"n4388",loc:[-85.622414,41.950335]},n4389:{id:"n4389",loc:[-85.622414,41.95036]},n439:{id:"n439",loc:[-85.63452,41.943511]},n4390:{id:"n4390",loc:[-85.62231,41.950362]},n4391:{id:"n4391",loc:[-85.622309,41.950323]},n4392:{id:"n4392",loc:[-85.622015,41.950539]},n4393:{id:"n4393",loc:[-85.621909,41.95054]},n4394:{id:"n4394",loc:[-85.621909,41.950472]},n4395:{id:"n4395",loc:[-85.622015,41.950471]},n4396:{id:"n4396",loc:[-85.62199,41.950439]},n4397:{id:"n4397",loc:[-85.621956,41.95044]},n4398:{id:"n4398",loc:[-85.621955,41.950405]},n4399:{id:"n4399",loc:[-85.621988,41.950404]},n44:{id:"n44",loc:[-85.636799,41.943055]},n440:{id:"n440",loc:[-85.63451,41.943534]},n4400:{id:"n4400",loc:[-85.621668,41.950418]},n4401:{id:"n4401",loc:[-85.621667,41.950343]},n4402:{id:"n4402",loc:[-85.621745,41.950342]},n4403:{id:"n4403",loc:[-85.621744,41.950306]},n4404:{id:"n4404",loc:[-85.621764,41.950306]},n4405:{id:"n4405",loc:[-85.621763,41.950254]},n4406:{id:"n4406",loc:[-85.621861,41.950253]},n4407:{id:"n4407",loc:[-85.621861,41.950274]},n4408:{id:"n4408",loc:[-85.621896,41.950273]},n4409:{id:"n4409",loc:[-85.621898,41.950389]},n441:{id:"n441",loc:[-85.634483,41.943556]},n4410:{id:"n4410",loc:[-85.621843,41.95039]},n4411:{id:"n4411",loc:[-85.621843,41.950425]},n4412:{id:"n4412",loc:[-85.621789,41.950425]},n4413:{id:"n4413",loc:[-85.621789,41.950386]},n4414:{id:"n4414",loc:[-85.621752,41.950387]},n4415:{id:"n4415",loc:[-85.621753,41.950417]},n4416:{id:"n4416",loc:[-85.621556,41.950562]},n4417:{id:"n4417",loc:[-85.621552,41.950217]},n4418:{id:"n4418",loc:[-85.621788,41.950562]},n4419:{id:"n4419",loc:[-85.621155,41.950562]},n442:{id:"n442",loc:[-85.63419,41.943713]},n4420:{id:"n4420",loc:[-85.622473,41.950551]},n4421:{id:"n4421",loc:[-85.622043,41.950551]},n4422:{id:"n4422",loc:[-85.62142,41.950454]},n4423:{id:"n4423",loc:[-85.621315,41.950455]},n4424:{id:"n4424",loc:[-85.621313,41.950311]},n4425:{id:"n4425",loc:[-85.621388,41.950311]},n4426:{id:"n4426",loc:[-85.621387,41.950261]},n4427:{id:"n4427",loc:[-85.621468,41.95026]},n4428:{id:"n4428",loc:[-85.621468,41.950271]},n4429:{id:"n4429",loc:[-85.621503,41.95027]},n443:{id:"n443",loc:[-85.634462,41.943294]},n4430:{id:"n4430",loc:[-85.621505,41.950353]},n4431:{id:"n4431",loc:[-85.621483,41.950354]},n4432:{id:"n4432",loc:[-85.621483,41.950392]},n4433:{id:"n4433",loc:[-85.621419,41.950393]},n4434:{id:"n4434",loc:[-85.621213,41.95039]},n4435:{id:"n4435",loc:[-85.621127,41.950391]},n4436:{id:"n4436",loc:[-85.621126,41.950357]},n4437:{id:"n4437",loc:[-85.621094,41.950357]},n4438:{id:"n4438",loc:[-85.621094,41.950391]},n4439:{id:"n4439",loc:[-85.620977,41.950392]},n444:{id:"n444",loc:[-85.634298,41.943389]},n4440:{id:"n4440",loc:[-85.620975,41.950278]},n4441:{id:"n4441",loc:[-85.621087,41.950277]},n4442:{id:"n4442",loc:[-85.621088,41.950331]},n4443:{id:"n4443",loc:[-85.621211,41.950312]},n4444:{id:"n4444",loc:[-85.621104,41.950313]},n4445:{id:"n4445",loc:[-85.621105,41.950331]},n4446:{id:"n4446",loc:[-85.620706,41.950328]},n4447:{id:"n4447",loc:[-85.620606,41.950327]},n4448:{id:"n4448",loc:[-85.620607,41.950261]},n4449:{id:"n4449",loc:[-85.620707,41.950262]},n445:{id:"n445",loc:[-85.634527,41.943623]},n4450:{id:"n4450",loc:[-85.620599,41.950336]},n4451:{id:"n4451",loc:[-85.620559,41.950336]},n4452:{id:"n4452",loc:[-85.620559,41.950299]},n4453:{id:"n4453",loc:[-85.620599,41.950299]},n4454:{id:"n4454",loc:[-85.620545,41.950357]},n4455:{id:"n4455",loc:[-85.620418,41.950357]},n4456:{id:"n4456",loc:[-85.620417,41.950257]},n4457:{id:"n4457",loc:[-85.620544,41.950256]},n4458:{id:"n4458",loc:[-85.620246,41.950131],tags:{highway:"crossing"}},n4459:{id:"n4459",loc:[-85.620252,41.950956]},n446:{id:"n446",loc:[-85.634608,41.943577]},n4460:{id:"n4460",loc:[-85.620245,41.950179]},n4461:{id:"n4461",loc:[-85.620246,41.950088]},n4462:{id:"n4462",loc:[-85.620251,41.950885]},n4463:{id:"n4463",loc:[-85.620103,41.950884],tags:{crossing:"zebra",highway:"crossing"}},n4464:{id:"n4464",loc:[-85.619992,41.950884]},n4465:{id:"n4465",loc:[-85.619704,41.951008]},n4466:{id:"n4466",loc:[-85.619599,41.951122]},n4467:{id:"n4467",loc:[-85.619264,41.951486]},n4468:{id:"n4468",loc:[-85.619179,41.951573],tags:{highway:"crossing"}},n4469:{id:"n4469",loc:[-85.620251,41.950999],tags:{highway:"crossing"}},n447:{id:"n447",loc:[-85.634555,41.943531]},n4470:{id:"n4470",loc:[-85.620249,41.951066]},n4471:{id:"n4471",loc:[-85.620256,41.951374]},n4472:{id:"n4472",loc:[-85.620249,41.951389]},n4473:{id:"n4473",loc:[-85.620249,41.951407]},n4474:{id:"n4474",loc:[-85.620255,41.951423]},n4475:{id:"n4475",loc:[-85.62026,41.951853]},n4476:{id:"n4476",loc:[-85.620262,41.951894],tags:{highway:"crossing"}},n4477:{id:"n4477",loc:[-85.620265,41.951957]},n4478:{id:"n4478",loc:[-85.620262,41.952135]},n4479:{id:"n4479",loc:[-85.620241,41.952424]},n448:{id:"n448",loc:[-85.634555,41.943482]},n4480:{id:"n4480",loc:[-85.620213,41.952583]},n4481:{id:"n4481",loc:[-85.620158,41.952754]},n4482:{id:"n4482",loc:[-85.620065,41.952942]},n4483:{id:"n4483",loc:[-85.619753,41.953439]},n4484:{id:"n4484",loc:[-85.619605,41.953626]},n4485:{id:"n4485",loc:[-85.619381,41.953834]},n4486:{id:"n4486",loc:[-85.619069,41.954066]},n4487:{id:"n4487",loc:[-85.618674,41.95429]},n4488:{id:"n4488",loc:[-85.621816,41.952389]},n4489:{id:"n4489",loc:[-85.6217,41.952386]},n449:{id:"n449",loc:[-85.634509,41.943427]},n4490:{id:"n4490",loc:[-85.621705,41.952306]},n4491:{id:"n4491",loc:[-85.621821,41.95231]},n4492:{id:"n4492",loc:[-85.621819,41.952272]},n4493:{id:"n4493",loc:[-85.621778,41.952272]},n4494:{id:"n4494",loc:[-85.621778,41.952199]},n4495:{id:"n4495",loc:[-85.621818,41.952199]},n4496:{id:"n4496",loc:[-85.621754,41.952281]},n4497:{id:"n4497",loc:[-85.621701,41.95228]},n4498:{id:"n4498",loc:[-85.621702,41.952197]},n4499:{id:"n4499",loc:[-85.621755,41.952197]},n45:{id:"n45",loc:[-85.636791,41.942792]},n450:{id:"n450",loc:[-85.63453,41.943365]},n4500:{id:"n4500",loc:[-85.628201,41.954694],tags:{highway:"stop",stop:"all",direction:"forward"}},n4501:{id:"n4501",loc:[-85.627921,41.954783],tags:{highway:"stop",stop:"all",direction:"backward"}},n4502:{id:"n4502",loc:[-85.62775,41.954696],tags:{highway:"stop",stop:"all",direction:"backward"}},n4503:{id:"n4503",loc:[-85.628046,41.954591],tags:{highway:"stop",stop:"all",direction:"forward"}},n4504:{id:"n4504",loc:[-85.631074,41.957428],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4505:{id:"n4505",loc:[-85.630768,41.957429],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4506:{id:"n4506",loc:[-85.629888,41.957432],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4507:{id:"n4507",loc:[-85.629565,41.957433],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4508:{id:"n4508",loc:[-85.629559,41.957343]},n4509:{id:"n4509",loc:[-85.628723,41.95735]},n451:{id:"n451",loc:[-85.634356,41.943468]},n4510:{id:"n4510",loc:[-85.62842,41.957515]},n4511:{id:"n4511",loc:[-85.627561,41.957525]},n4512:{id:"n4512",loc:[-85.630323,41.957508]},n4513:{id:"n4513",loc:[-85.630811,41.957506]},n4514:{id:"n4514",loc:[-85.630839,41.960874]},n4515:{id:"n4515",loc:[-85.631035,41.957506]},n4516:{id:"n4516",loc:[-85.632027,41.9575]},n4517:{id:"n4517",loc:[-85.631038,41.958066]},n4518:{id:"n4518",loc:[-85.630787,41.954769]},n4519:{id:"n4519",loc:[-85.630806,41.957342]},n452:{id:"n452",loc:[-85.634123,41.943596]},n4520:{id:"n4520",loc:[-85.630809,41.957428],tags:{highway:"crossing"}},n4521:{id:"n4521",loc:[-85.630912,41.957506],tags:{highway:"crossing"}},n4522:{id:"n4522",loc:[-85.631033,41.957428],tags:{highway:"crossing"}},n4523:{id:"n4523",loc:[-85.631032,41.957341]},n4524:{id:"n4524",loc:[-85.63091,41.957341],tags:{highway:"crossing"}},n4525:{id:"n4525",loc:[-85.631027,41.95597]},n4526:{id:"n4526",loc:[-85.631027,41.955913],tags:{highway:"crossing"}},n4527:{id:"n4527",loc:[-85.631025,41.955873]},n4528:{id:"n4528",loc:[-85.631073,41.955913],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4529:{id:"n4529",loc:[-85.631007,41.954766]},n453:{id:"n453",loc:[-85.634709,41.943926]},n4530:{id:"n4530",loc:[-85.630881,41.954768],tags:{highway:"crossing"}},n4531:{id:"n4531",loc:[-85.628022,41.954776]},n4532:{id:"n4532",loc:[-85.627385,41.95584]},n4533:{id:"n4533",loc:[-85.627329,41.955937]},n4534:{id:"n4534",loc:[-85.626583,41.957153]},n4535:{id:"n4535",loc:[-85.629675,41.954564],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4536:{id:"n4536",loc:[-85.630881,41.954806],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4537:{id:"n4537",loc:[-85.630879,41.954564],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4538:{id:"n4538",loc:[-85.630784,41.954682],tags:{highway:"crossing"}},n4539:{id:"n4539",loc:[-85.63078,41.954595]},n454:{id:"n454",loc:[-85.63525,41.943855]},n4540:{id:"n4540",loc:[-85.630879,41.954595],tags:{highway:"crossing"}},n4541:{id:"n4541",loc:[-85.631004,41.954594]},n4542:{id:"n4542",loc:[-85.631006,41.954681],tags:{highway:"crossing"}},n4543:{id:"n4543",loc:[-85.631045,41.959036],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4544:{id:"n4544",loc:[-85.632071,41.959029],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4545:{id:"n4545",loc:[-85.632257,41.959027],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4546:{id:"n4546",loc:[-85.631966,41.957427],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4547:{id:"n4547",loc:[-85.632297,41.957426],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4548:{id:"n4548",loc:[-85.631976,41.955911],tags:{highway:"give_way",direction:"forward"}},n4549:{id:"n4549",loc:[-85.632272,41.955911],tags:{highway:"give_way",direction:"backward"}},n455:{id:"n455",loc:[-85.635224,41.943869]},n4550:{id:"n4550",loc:[-85.632097,41.954805],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4551:{id:"n4551",loc:[-85.632094,41.954566],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4552:{id:"n4552",loc:[-85.626519,41.957256]},n4553:{id:"n4553",loc:[-85.625334,41.959165]},n4554:{id:"n4554",loc:[-85.626483,41.95806]},n4555:{id:"n4555",loc:[-85.626481,41.958175]},n4556:{id:"n4556",loc:[-85.626412,41.958174]},n4557:{id:"n4557",loc:[-85.626412,41.958202]},n4558:{id:"n4558",loc:[-85.62628,41.958201]},n4559:{id:"n4559",loc:[-85.626283,41.958057]},n456:{id:"n456",loc:[-85.638854,41.943104]},n4560:{id:"n4560",loc:[-85.622763,41.95109],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4561:{id:"n4561",loc:[-85.622858,41.950876],tags:{emergency:"fire_hydrant"}},n4562:{id:"n4562",loc:[-85.624073,41.950393]},n4563:{id:"n4563",loc:[-85.624077,41.950924]},n4564:{id:"n4564",loc:[-85.624599,41.950984],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4565:{id:"n4565",loc:[-85.624831,41.95119],tags:{emergency:"fire_hydrant"}},n4566:{id:"n4566",loc:[-85.624437,41.952568],tags:{emergency:"fire_hydrant"}},n4567:{id:"n4567",loc:[-85.624077,41.954606],tags:{emergency:"fire_hydrant"}},n4568:{id:"n4568",loc:[-85.624263,41.954888]},n4569:{id:"n4569",loc:[-85.624206,41.954919]},n457:{id:"n457",loc:[-85.635186,41.943901]},n4570:{id:"n4570",loc:[-85.624154,41.954865]},n4571:{id:"n4571",loc:[-85.624212,41.954835]},n4572:{id:"n4572",loc:[-85.622442,41.954401],tags:{emergency:"fire_hydrant"}},n4573:{id:"n4573",loc:[-85.619751,41.954658],tags:{emergency:"fire_hydrant"}},n4574:{id:"n4574",loc:[-85.617785,41.954534]},n4575:{id:"n4575",loc:[-85.617416,41.954721]},n4576:{id:"n4576",loc:[-85.617662,41.95474]},n4577:{id:"n4577",loc:[-85.618014,41.954717]},n4578:{id:"n4578",loc:[-85.617886,41.954671]},n4579:{id:"n4579",loc:[-85.617831,41.954612]},n458:{id:"n458",loc:[-85.635162,41.943917]},n4580:{id:"n4580",loc:[-85.617968,41.954752]},n4581:{id:"n4581",loc:[-85.617815,41.954752]},n4582:{id:"n4582",loc:[-85.617938,41.954695]},n4583:{id:"n4583",loc:[-85.617856,41.954642],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4584:{id:"n4584",loc:[-85.619116,41.954164],tags:{man_made:"flagpole"}},n4585:{id:"n4585",loc:[-85.619569,41.953255],tags:{emergency:"fire_hydrant"}},n4586:{id:"n4586",loc:[-85.620352,41.951894],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4587:{id:"n4587",loc:[-85.620485,41.951948],tags:{emergency:"fire_hydrant"}},n4588:{id:"n4588",loc:[-85.620316,41.950999],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4589:{id:"n4589",loc:[-85.620311,41.950131],tags:{highway:"stop",direction:"backward",stop:"minor"}},n459:{id:"n459",loc:[-85.634856,41.943905]},n4590:{id:"n4590",loc:[-85.620374,41.95018],tags:{emergency:"fire_hydrant"}},n4591:{id:"n4591",loc:[-85.620301,41.949239],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4592:{id:"n4592",loc:[-85.620278,41.947443],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4593:{id:"n4593",loc:[-85.619844,41.947444],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4594:{id:"n4594",loc:[-85.620191,41.947352],tags:{emergency:"fire_hydrant"}},n4595:{id:"n4595",loc:[-85.622819,41.947493],tags:{emergency:"fire_hydrant"}},n4596:{id:"n4596",loc:[-85.622744,41.947541],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4597:{id:"n4597",loc:[-85.622739,41.947316],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4598:{id:"n4598",loc:[-85.622909,41.948333],tags:{highway:"give_way"}},n4599:{id:"n4599",loc:[-85.622593,41.948333],tags:{highway:"give_way"}},n46:{id:"n46",loc:[-85.637131,41.94307]},n460:{id:"n460",loc:[-85.634811,41.944007]},n4600:{id:"n4600",loc:[-85.622835,41.948387],tags:{emergency:"fire_hydrant"}},n4601:{id:"n4601",loc:[-85.622768,41.949125],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4602:{id:"n4602",loc:[-85.622769,41.949325],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4603:{id:"n4603",loc:[-85.622837,41.949329],tags:{emergency:"fire_hydrant"}},n4604:{id:"n4604",loc:[-85.622614,41.950113],tags:{highway:"give_way",direction:"forward"}},n4605:{id:"n4605",loc:[-85.624777,41.949219],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4606:{id:"n4606",loc:[-85.624849,41.949106],tags:{emergency:"fire_hydrant"}},n4607:{id:"n4607",loc:[-85.624858,41.950119],tags:{emergency:"fire_hydrant"}},n4608:{id:"n4608",loc:[-85.624752,41.948334],tags:{highway:"give_way"}},n4609:{id:"n4609",loc:[-85.624845,41.948422],tags:{emergency:"fire_hydrant"}},n461:{id:"n461",loc:[-85.634987,41.943112]},n4610:{id:"n4610",loc:[-85.62484,41.947539],tags:{emergency:"fire_hydrant"}},n4611:{id:"n4611",loc:[-85.62476,41.947428],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4612:{id:"n4612",loc:[-85.620286,41.950926]},n4613:{id:"n4613",loc:[-85.618237,41.950963]},n4614:{id:"n4614",loc:[-85.618107,41.950876]},n4615:{id:"n4615",loc:[-85.618131,41.950393]},n4616:{id:"n4616",loc:[-85.618232,41.949913]},n4617:{id:"n4617",loc:[-85.619138,41.950212]},n4618:{id:"n4618",loc:[-85.619299,41.950388]},n4619:{id:"n4619",loc:[-85.619306,41.950897]},n462:{id:"n462",loc:[-85.634698,41.943194]},n4620:{id:"n4620",loc:[-85.619155,41.950958]},n4621:{id:"n4621",loc:[-85.620079,41.947715]},n4622:{id:"n4622",loc:[-85.619674,41.947728]},n4623:{id:"n4623",loc:[-85.619634,41.947735]},n4624:{id:"n4624",loc:[-85.619587,41.947756],tags:{barrier:"gate"}},n4625:{id:"n4625",loc:[-85.61953,41.947796]},n4626:{id:"n4626",loc:[-85.619475,41.947847]},n4627:{id:"n4627",loc:[-85.619433,41.947903]},n4628:{id:"n4628",loc:[-85.619402,41.947982]},n4629:{id:"n4629",loc:[-85.619394,41.948043]},n463:{id:"n463",loc:[-85.634632,41.943219]},n4630:{id:"n4630",loc:[-85.619395,41.948476]},n4631:{id:"n4631",loc:[-85.618367,41.947452]},n4632:{id:"n4632",loc:[-85.618371,41.947567],tags:{barrier:"gate"}},n4633:{id:"n4633",loc:[-85.618341,41.947622]},n4634:{id:"n4634",loc:[-85.618138,41.94773]},n4635:{id:"n4635",loc:[-85.618078,41.947814]},n4636:{id:"n4636",loc:[-85.618072,41.948009]},n4637:{id:"n4637",loc:[-85.618269,41.947666]},n4638:{id:"n4638",loc:[-85.618099,41.947765]},n4639:{id:"n4639",loc:[-85.618378,41.954453]},n464:{id:"n464",loc:[-85.63459,41.943239]},n4640:{id:"n4640",loc:[-85.618198,41.95453]},n4641:{id:"n4641",loc:[-85.618212,41.954623]},n4642:{id:"n4642",loc:[-85.635211,41.943103],tags:{leisure:"picnic_table"}},n4643:{id:"n4643",loc:[-85.635345,41.943448],tags:{leisure:"picnic_table"}},n4644:{id:"n4644",loc:[-85.635901,41.943353],tags:{amenity:"bench"}},n4645:{id:"n4645",loc:[-85.635815,41.942638],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4646:{id:"n4646",loc:[-85.635355,41.942044],tags:{leisure:"picnic_table"}},n4647:{id:"n4647",loc:[-85.635206,41.942045],tags:{leisure:"picnic_table"}},n4648:{id:"n4648",loc:[-85.63504,41.941992],tags:{leisure:"picnic_table"}},n4649:{id:"n4649",loc:[-85.635185,41.942001]},n465:{id:"n465",loc:[-85.634555,41.943263]},n4650:{id:"n4650",loc:[-85.635176,41.942021]},n4651:{id:"n4651",loc:[-85.635127,41.942008]},n4652:{id:"n4652",loc:[-85.635136,41.941988]},n4653:{id:"n4653",loc:[-85.635,41.941709],tags:{emergency:"fire_hydrant"}},n4654:{id:"n4654",loc:[-85.634893,41.941801]},n4655:{id:"n4655",loc:[-85.634937,41.941843]},n4656:{id:"n4656",loc:[-85.634963,41.941859]},n4657:{id:"n4657",loc:[-85.635027,41.941904]},n4658:{id:"n4658",loc:[-85.63494,41.94187]},n4659:{id:"n4659",loc:[-85.634951,41.941871]},n466:{id:"n466",loc:[-85.634526,41.943289]},n4660:{id:"n4660",loc:[-85.634753,41.941701],tags:{amenity:"drinking_water"}},n4661:{id:"n4661",loc:[-85.634717,41.941804],tags:{amenity:"bench"}},n4662:{id:"n4662",loc:[-85.634554,41.941883],tags:{amenity:"bench"}},n4663:{id:"n4663",loc:[-85.635002,41.941579],tags:{amenity:"fountain"}},n4664:{id:"n4664",loc:[-85.635258,41.94188],tags:{amenity:"waste_basket"}},n4665:{id:"n4665",loc:[-85.635262,41.941581],tags:{amenity:"bench"}},n4666:{id:"n4666",loc:[-85.635319,41.941744],tags:{amenity:"bench"}},n4667:{id:"n4667",loc:[-85.634702,41.941473],tags:{amenity:"waste_basket"}},n4668:{id:"n4668",loc:[-85.633981,41.941966],tags:{amenity:"bench"}},n4669:{id:"n4669",loc:[-85.63388,41.941743]},n467:{id:"n467",loc:[-85.635163,41.944985]},n4670:{id:"n4670",loc:[-85.633746,41.941741]},n4671:{id:"n4671",loc:[-85.633749,41.941664]},n4672:{id:"n4672",loc:[-85.633883,41.941667]},n4673:{id:"n4673",loc:[-85.634283,41.941183],tags:{leisure:"picnic_table"}},n4674:{id:"n4674",loc:[-85.634046,41.941102],tags:{amenity:"bbq"}},n4675:{id:"n4675",loc:[-85.63401,41.941093],tags:{amenity:"bbq"}},n4676:{id:"n4676",loc:[-85.633408,41.940862],tags:{amenity:"bench"}},n4677:{id:"n4677",loc:[-85.633359,41.940651],tags:{amenity:"bench"}},n4678:{id:"n4678",loc:[-85.634109,41.940831]},n4679:{id:"n4679",loc:[-85.63396,41.940867]},n468:{id:"n468",loc:[-85.635095,41.945035]},n4680:{id:"n4680",loc:[-85.633816,41.940913]},n4681:{id:"n4681",loc:[-85.633237,41.940455]},n4682:{id:"n4682",loc:[-85.634453,41.940025],tags:{emergency:"fire_hydrant"}},n4683:{id:"n4683",loc:[-85.635692,41.940218],tags:{emergency:"fire_hydrant"}},n4684:{id:"n4684",loc:[-85.635566,41.940102],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4685:{id:"n4685",loc:[-85.635961,41.940125],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4686:{id:"n4686",loc:[-85.635883,41.94012],tags:{crossing:"zebra",highway:"crossing"}},n4687:{id:"n4687",loc:[-85.635883,41.94006]},n4688:{id:"n4688",loc:[-85.635768,41.940051],tags:{crossing:"zebra",highway:"crossing"}},n4689:{id:"n4689",loc:[-85.635669,41.940043]},n469:{id:"n469",loc:[-85.634269,41.944431]},n4690:{id:"n4690",loc:[-85.635661,41.940107],tags:{crossing:"zebra",highway:"crossing"}},n4691:{id:"n4691",loc:[-85.635424,41.941005],tags:{amenity:"fountain"}},n4692:{id:"n4692",loc:[-85.635542,41.941371],tags:{amenity:"bench"}},n4693:{id:"n4693",loc:[-85.635709,41.941341],tags:{emergency:"fire_hydrant"}},n4694:{id:"n4694",loc:[-85.637038,41.942513],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4695:{id:"n4695",loc:[-85.637174,41.941354],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4696:{id:"n4696",loc:[-85.637091,41.941273],tags:{emergency:"fire_hydrant"}},n4697:{id:"n4697",loc:[-85.638058,41.941346],tags:{highway:"give_way",direction:"forward"}},n4698:{id:"n4698",loc:[-85.638359,41.941344],tags:{highway:"give_way",direction:"backward"}},n4699:{id:"n4699",loc:[-85.638288,41.941236],tags:{emergency:"fire_hydrant"}},n47:{id:"n47",loc:[-85.636693,41.943073]},n470:{id:"n470",loc:[-85.634352,41.944376]},n4700:{id:"n4700",loc:[-85.63935,41.94128],tags:{emergency:"fire_hydrant"}},n4701:{id:"n4701",loc:[-85.639277,41.941337],tags:{highway:"give_way",direction:"forward"}},n4702:{id:"n4702",loc:[-85.639548,41.941334],tags:{highway:"give_way",direction:"backward"}},n4703:{id:"n4703",loc:[-85.642191,41.940039]},n4704:{id:"n4704",loc:[-85.640585,41.941263],tags:{emergency:"fire_hydrant"}},n4705:{id:"n4705",loc:[-85.64049,41.941327],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4706:{id:"n4706",loc:[-85.640803,41.941324],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4707:{id:"n4707",loc:[-85.641717,41.941317],tags:{highway:"stop",direction:"forward",stop:"all"}},n4708:{id:"n4708",loc:[-85.641846,41.941415],tags:{highway:"stop",direction:"backward",stop:"all"}},n4709:{id:"n4709",loc:[-85.641756,41.941392],tags:{emergency:"fire_hydrant"}},n471:{id:"n471",loc:[-85.634747,41.944561],tags:{railway:"crossing"}},n4710:{id:"n4710",loc:[-85.642014,41.941313],tags:{highway:"stop",direction:"forward",stop:"all"}},n4711:{id:"n4711",loc:[-85.641854,41.942455],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4712:{id:"n4712",loc:[-85.641859,41.942739],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4713:{id:"n4713",loc:[-85.640754,41.942707],tags:{emergency:"fire_hydrant"}},n4714:{id:"n4714",loc:[-85.640669,41.942716],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4715:{id:"n4715",loc:[-85.640664,41.942478],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4716:{id:"n4716",loc:[-85.63964,41.94274],tags:{man_made:"flagpole"}},n4717:{id:"n4717",loc:[-85.639455,41.942731],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4718:{id:"n4718",loc:[-85.63945,41.942492],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4719:{id:"n4719",loc:[-85.639527,41.942505],tags:{emergency:"fire_hydrant"}},n472:{id:"n472",loc:[-85.634667,41.944613]},n4720:{id:"n4720",loc:[-85.638238,41.942745],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4721:{id:"n4721",loc:[-85.638233,41.942511],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4722:{id:"n4722",loc:[-85.638018,41.94299],tags:{amenity:"waste_disposal"}},n4723:{id:"n4723",loc:[-85.637918,41.944152],tags:{amenity:"waste_basket"}},n4724:{id:"n4724",loc:[-85.635902,41.943291],tags:{leisure:"picnic_table"}},n4725:{id:"n4725",loc:[-85.63704,41.942741],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4726:{id:"n4726",loc:[-85.633467,41.943818],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4727:{id:"n4727",loc:[-85.633987,41.943531],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4728:{id:"n4728",loc:[-85.632154,41.943539],tags:{emergency:"fire_hydrant"}},n4729:{id:"n4729",loc:[-85.633567,41.944641],tags:{amenity:"bench"}},n473:{id:"n473",loc:[-85.634161,41.944371]},n4730:{id:"n4730",loc:[-85.633127,41.944574],tags:{amenity:"bench"}},n4731:{id:"n4731",loc:[-85.633439,41.944871],tags:{amenity:"bench"}},n4732:{id:"n4732",loc:[-85.633676,41.944799],tags:{amenity:"waste_basket"}},n4733:{id:"n4733",loc:[-85.633466,41.944862],tags:{amenity:"waste_basket"}},n4734:{id:"n4734",loc:[-85.633451,41.944847],tags:{emergency:"fire_hydrant"}},n4735:{id:"n4735",loc:[-85.634202,41.945543],tags:{amenity:"waste_basket"}},n4736:{id:"n4736",loc:[-85.634652,41.945472],tags:{leisure:"picnic_table"}},n4737:{id:"n4737",loc:[-85.6347,41.945445],tags:{leisure:"picnic_table"}},n4738:{id:"n4738",loc:[-85.634646,41.945662],tags:{emergency:"fire_hydrant"}},n4739:{id:"n4739",loc:[-85.634673,41.945687],tags:{amenity:"waste_basket"}},n474:{id:"n474",loc:[-85.633861,41.944117]},n4740:{id:"n4740",loc:[-85.63449,41.945827],tags:{amenity:"clock",display:"analog"}},n4741:{id:"n4741",loc:[-85.63481,41.946056],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4742:{id:"n4742",loc:[-85.634814,41.946176],tags:{amenity:"post_box"}},n4743:{id:"n4743",loc:[-85.638744,41.945328]},n4744:{id:"n4744",loc:[-85.63867,41.945228],tags:{amenity:"bench"}},n4745:{id:"n4745",loc:[-85.639487,41.945042],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4746:{id:"n4746",loc:[-85.639635,41.94387],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4747:{id:"n4747",loc:[-85.639549,41.943756],tags:{emergency:"fire_hydrant"}},n4748:{id:"n4748",loc:[-85.64055,41.943862],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4749:{id:"n4749",loc:[-85.640864,41.943859],tags:{highway:"stop",stop:"minor",direction:"backward"}},n475:{id:"n475",loc:[-85.633906,41.943535]},n4750:{id:"n4750",loc:[-85.640718,41.945022],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4751:{id:"n4751",loc:[-85.640664,41.945076],tags:{emergency:"fire_hydrant"}},n4752:{id:"n4752",loc:[-85.641913,41.94502],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4753:{id:"n4753",loc:[-85.641838,41.945076],tags:{emergency:"fire_hydrant"}},n4754:{id:"n4754",loc:[-85.642045,41.94385],tags:{highway:"give_way",direction:"backward"}},n4755:{id:"n4755",loc:[-85.641738,41.943852],tags:{highway:"give_way",direction:"forward"}},n4756:{id:"n4756",loc:[-85.642928,41.943843],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4757:{id:"n4757",loc:[-85.64305,41.943902],tags:{emergency:"fire_hydrant"}},n4758:{id:"n4758",loc:[-85.642986,41.945105],tags:{highway:"stop",direction:"backward",stop:"all"}},n4759:{id:"n4759",loc:[-85.643136,41.94502],tags:{highway:"stop",stop:"all",direction:"forward"}},n476:{id:"n476",loc:[-85.63423,41.943692]},n4760:{id:"n4760",loc:[-85.63169,41.947812]},n4761:{id:"n4761",loc:[-85.631307,41.947655]},n4762:{id:"n4762",loc:[-85.631407,41.947413]},n4763:{id:"n4763",loc:[-85.631173,41.947306]},n4764:{id:"n4764",loc:[-85.631316,41.947145]},n4765:{id:"n4765",loc:[-85.631476,41.947087]},n4766:{id:"n4766",loc:[-85.631793,41.946871]},n4767:{id:"n4767",loc:[-85.631884,41.946723]},n4768:{id:"n4768",loc:[-85.631814,41.946397]},n4769:{id:"n4769",loc:[-85.631382,41.947685]},n477:{id:"n477",loc:[-85.635096,41.942814]},n4770:{id:"n4770",loc:[-85.63109,41.947819]},n4771:{id:"n4771",loc:[-85.630921,41.947961]},n4772:{id:"n4772",loc:[-85.630249,41.947709]},n4773:{id:"n4773",loc:[-85.630149,41.947451]},n4774:{id:"n4774",loc:[-85.629733,41.947339]},n4775:{id:"n4775",loc:[-85.629755,41.946948]},n4776:{id:"n4776",loc:[-85.630457,41.947103]},n4777:{id:"n4777",loc:[-85.630934,41.946939]},n4778:{id:"n4778",loc:[-85.631277,41.946852]},n4779:{id:"n4779",loc:[-85.63142,41.946781]},n478:{id:"n478",loc:[-85.635058,41.942795]},n4780:{id:"n4780",loc:[-85.631116,41.946474]},n4781:{id:"n4781",loc:[-85.63073,41.945965]},n4782:{id:"n4782",loc:[-85.631337,41.94571]},n4783:{id:"n4783",loc:[-85.631589,41.945487]},n4784:{id:"n4784",loc:[-85.632278,41.945784]},n4785:{id:"n4785",loc:[-85.632105,41.946034]},n4786:{id:"n4786",loc:[-85.632532,41.946198]},n4787:{id:"n4787",loc:[-85.632566,41.946151]},n4788:{id:"n4788",loc:[-85.632684,41.946196]},n4789:{id:"n4789",loc:[-85.628676,41.947106]},n479:{id:"n479",loc:[-85.635002,41.94279]},n4790:{id:"n4790",loc:[-85.628973,41.946476]},n4791:{id:"n4791",loc:[-85.629094,41.946079]},n4792:{id:"n4792",loc:[-85.629226,41.94578]},n4793:{id:"n4793",loc:[-85.629479,41.945682]},n4794:{id:"n4794",loc:[-85.630606,41.94569]},n4795:{id:"n4795",loc:[-85.631255,41.945588]},n4796:{id:"n4796",loc:[-85.631546,41.945281]},n4797:{id:"n4797",loc:[-85.631629,41.944823]},n4798:{id:"n4798",loc:[-85.631766,41.944958]},n4799:{id:"n4799",loc:[-85.631689,41.945318]},n48:{id:"n48",loc:[-85.636689,41.94276]},n480:{id:"n480",loc:[-85.634908,41.94279]},n4800:{id:"n4800",loc:[-85.615069,41.945527]},n4801:{id:"n4801",loc:[-85.615058,41.946677]},n4802:{id:"n4802",loc:[-85.613692,41.946689]},n4803:{id:"n4803",loc:[-85.613475,41.946531]},n4804:{id:"n4804",loc:[-85.611717,41.946252]},n4805:{id:"n4805",loc:[-85.611353,41.946385]},n4806:{id:"n4806",loc:[-85.611304,41.947397]},n4807:{id:"n4807",loc:[-85.610564,41.947401]},n4808:{id:"n4808",loc:[-85.610553,41.947122]},n4809:{id:"n4809",loc:[-85.610194,41.946992]},n481:{id:"n481",loc:[-85.634478,41.942342]},n4810:{id:"n4810",loc:[-85.609976,41.946628]},n4811:{id:"n4811",loc:[-85.609769,41.946523]},n4812:{id:"n4812",loc:[-85.609307,41.946523]},n4813:{id:"n4813",loc:[-85.609035,41.946462]},n4814:{id:"n4814",loc:[-85.609018,41.943277]},n4815:{id:"n4815",loc:[-85.609617,41.943423]},n4816:{id:"n4816",loc:[-85.610471,41.943447]},n4817:{id:"n4817",loc:[-85.621491,41.949168]},n4818:{id:"n4818",loc:[-85.620266,41.94917]},n4819:{id:"n4819",loc:[-85.620262,41.947557]},n482:{id:"n482",loc:[-85.634521,41.942254]},n4820:{id:"n4820",loc:[-85.620825,41.947556]},n4821:{id:"n4821",loc:[-85.620827,41.948371]},n4822:{id:"n4822",loc:[-85.621489,41.94837]},n4823:{id:"n4823",loc:[-85.622865,41.950928]},n4824:{id:"n4824",loc:[-85.622858,41.949744]},n4825:{id:"n4825",loc:[-85.623696,41.949714]},n4826:{id:"n4826",loc:[-85.623696,41.949647]},n4827:{id:"n4827",loc:[-85.624019,41.949647]},n4828:{id:"n4828",loc:[-85.624024,41.950093]},n4829:{id:"n4829",loc:[-85.622885,41.949711]},n483:{id:"n483",loc:[-85.63425,41.941819]},n4830:{id:"n4830",loc:[-85.624584,41.951049]},n4831:{id:"n4831",loc:[-85.624669,41.9511]},n4832:{id:"n4832",loc:[-85.624316,41.952218]},n4833:{id:"n4833",loc:[-85.623819,41.952094]},n4834:{id:"n4834",loc:[-85.623385,41.952101]},n4835:{id:"n4835",loc:[-85.623456,41.951238]},n4836:{id:"n4836",loc:[-85.623535,41.951051]},n4837:{id:"n4837",loc:[-85.624693,41.950921]},n4838:{id:"n4838",loc:[-85.624727,41.950897]},n4839:{id:"n4839",loc:[-85.624869,41.950341]},n484:{id:"n484",loc:[-85.634324,41.942131]},n4840:{id:"n4840",loc:[-85.624859,41.949284]},n4841:{id:"n4841",loc:[-85.624788,41.949262]},n4842:{id:"n4842",loc:[-85.62402,41.949265]},n4843:{id:"n4843",loc:[-85.610382,41.954663]},n4844:{id:"n4844",loc:[-85.605675,41.954667]},n4845:{id:"n4845",loc:[-85.605669,41.949407]},n4846:{id:"n4846",loc:[-85.610376,41.949404]},n4847:{id:"n4847",loc:[-85.605552,41.958536]},n4848:{id:"n4848",loc:[-85.595755,41.958588]},n4849:{id:"n4849",loc:[-85.595732,41.956419]},n485:{id:"n485",loc:[-85.634211,41.941374]},n4850:{id:"n4850",loc:[-85.596908,41.955605]},n4851:{id:"n4851",loc:[-85.597723,41.955596]},n4852:{id:"n4852",loc:[-85.597715,41.954967]},n4853:{id:"n4853",loc:[-85.5874,41.955018]},n4854:{id:"n4854",loc:[-85.586615,41.955124]},n4855:{id:"n4855",loc:[-85.58613,41.955293]},n4856:{id:"n4856",loc:[-85.586166,41.962122]},n4857:{id:"n4857",loc:[-85.587008,41.955052]},n4858:{id:"n4858",loc:[-85.591685,41.95499]},n4859:{id:"n4859",loc:[-85.591718,41.956649]},n486:{id:"n486",loc:[-85.634085,41.940704]},n4860:{id:"n4860",loc:[-85.591133,41.956649]},n4861:{id:"n4861",loc:[-85.591061,41.95582]},n4862:{id:"n4862",loc:[-85.590677,41.95613]},n4863:{id:"n4863",loc:[-85.590826,41.956369]},n4864:{id:"n4864",loc:[-85.591016,41.954991]},n4865:{id:"n4865",loc:[-85.587656,41.954855]},n4866:{id:"n4866",loc:[-85.5964,41.955274]},n4867:{id:"n4867",loc:[-85.58776,41.96178]},n4868:{id:"n4868",loc:[-85.601172,41.960448]},n4869:{id:"n4869",loc:[-85.589489,41.960478]},n487:{id:"n487",loc:[-85.635567,41.940944]},n4870:{id:"n4870",loc:[-85.586664,41.960493]},n4871:{id:"n4871",loc:[-85.591227,41.95676]},n4872:{id:"n4872",loc:[-85.589424,41.958093]},n4873:{id:"n4873",loc:[-85.588779,41.957611]},n4874:{id:"n4874",loc:[-85.590583,41.956278]},n4875:{id:"n4875",loc:[-85.590759,41.957106]},n4876:{id:"n4876",loc:[-85.592213,41.958218]},n4877:{id:"n4877",loc:[-85.592262,41.958279]},n4878:{id:"n4878",loc:[-85.592304,41.958358]},n4879:{id:"n4879",loc:[-85.592351,41.95849]},n488:{id:"n488",loc:[-85.635542,41.940919]},n4880:{id:"n4880",loc:[-85.592363,41.958605]},n4881:{id:"n4881",loc:[-85.592383,41.96047]},n4882:{id:"n4882",loc:[-85.592376,41.959808]},n4883:{id:"n4883",loc:[-85.600825,41.959779]},n4884:{id:"n4884",loc:[-85.601084,41.959844]},n4885:{id:"n4885",loc:[-85.601144,41.959908]},n4886:{id:"n4886",loc:[-85.601164,41.960008]},n4887:{id:"n4887",loc:[-85.601162,41.960125]},n4888:{id:"n4888",loc:[-85.601134,41.960221]},n4889:{id:"n4889",loc:[-85.600993,41.960353]},n489:{id:"n489",loc:[-85.635514,41.940906]},n4890:{id:"n4890",loc:[-85.600794,41.960449]},n4891:{id:"n4891",loc:[-85.60098,41.959792]},n4892:{id:"n4892",loc:[-85.601067,41.960294]},n4893:{id:"n4893",loc:[-85.596829,41.959793]},n4894:{id:"n4894",loc:[-85.596839,41.960459]},n4895:{id:"n4895",loc:[-85.589364,41.958048]},n4896:{id:"n4896",loc:[-85.587374,41.959511]},n4897:{id:"n4897",loc:[-85.587286,41.959564]},n4898:{id:"n4898",loc:[-85.587163,41.959632]},n4899:{id:"n4899",loc:[-85.586694,41.959865]},n49:{id:"n49",loc:[-85.637127,41.942757]},n490:{id:"n490",loc:[-85.635469,41.940896]},n4900:{id:"n4900",loc:[-85.586634,41.959921]},n4901:{id:"n4901",loc:[-85.586607,41.960001]},n4902:{id:"n4902",loc:[-85.586599,41.960099]},n4903:{id:"n4903",loc:[-85.586602,41.96034]},n4904:{id:"n4904",loc:[-85.586669,41.960439]},n4905:{id:"n4905",loc:[-85.586758,41.960493]},n4906:{id:"n4906",loc:[-85.586618,41.960391]},n4907:{id:"n4907",loc:[-85.591201,41.956352]},n4908:{id:"n4908",loc:[-85.59112,41.954843]},n4909:{id:"n4909",loc:[-85.591536,41.956349]},n491:{id:"n491",loc:[-85.635667,41.940826]},n4910:{id:"n4910",loc:[-85.590953,41.956354]},n4911:{id:"n4911",loc:[-85.591468,41.956406]},n4912:{id:"n4912",loc:[-85.591469,41.956478]},n4913:{id:"n4913",loc:[-85.591123,41.956481]},n4914:{id:"n4914",loc:[-85.591121,41.956409]},n4915:{id:"n4915",loc:[-85.590826,41.955954]},n4916:{id:"n4916",loc:[-85.590612,41.956115]},n4917:{id:"n4917",loc:[-85.590402,41.955962]},n4918:{id:"n4918",loc:[-85.590622,41.955804]},n4919:{id:"n4919",loc:[-85.59011,41.956502]},n492:{id:"n492",loc:[-85.636197,41.940599]},n4920:{id:"n4920",loc:[-85.589877,41.956668]},n4921:{id:"n4921",loc:[-85.589777,41.95659]},n4922:{id:"n4922",loc:[-85.59001,41.956424]},n4923:{id:"n4923",loc:[-85.589595,41.956427]},n4924:{id:"n4924",loc:[-85.589434,41.956549]},n4925:{id:"n4925",loc:[-85.589262,41.956424]},n4926:{id:"n4926",loc:[-85.589422,41.956302]},n4927:{id:"n4927",loc:[-85.589358,41.956286]},n4928:{id:"n4928",loc:[-85.5892,41.956408]},n4929:{id:"n4929",loc:[-85.589032,41.956288]},n493:{id:"n493",loc:[-85.6362,41.940686]},n4930:{id:"n4930",loc:[-85.58919,41.956166]},n4931:{id:"n4931",loc:[-85.589165,41.956132]},n4932:{id:"n4932",loc:[-85.589002,41.956253]},n4933:{id:"n4933",loc:[-85.588826,41.956122]},n4934:{id:"n4934",loc:[-85.588989,41.956001]},n4935:{id:"n4935",loc:[-85.588673,41.955757]},n4936:{id:"n4936",loc:[-85.588502,41.955882]},n4937:{id:"n4937",loc:[-85.588339,41.955759]},n4938:{id:"n4938",loc:[-85.58851,41.955633]},n4939:{id:"n4939",loc:[-85.590382,41.955892]},n494:{id:"n494",loc:[-85.635969,41.94069]},n4940:{id:"n4940",loc:[-85.589923,41.956231]},n4941:{id:"n4941",loc:[-85.58984,41.956168]},n4942:{id:"n4942",loc:[-85.5903,41.95583]},n4943:{id:"n4943",loc:[-85.589636,41.956038]},n4944:{id:"n4944",loc:[-85.589546,41.956105]},n4945:{id:"n4945",loc:[-85.589045,41.955729]},n4946:{id:"n4946",loc:[-85.589135,41.955662]},n4947:{id:"n4947",loc:[-85.590718,41.955293]},n4948:{id:"n4948",loc:[-85.590718,41.955374]},n4949:{id:"n4949",loc:[-85.589211,41.955369]},n495:{id:"n495",loc:[-85.635965,41.940561]},n4950:{id:"n4950",loc:[-85.589212,41.955287]},n4951:{id:"n4951",loc:[-85.589675,41.956817]},n4952:{id:"n4952",loc:[-85.58947,41.95697]},n4953:{id:"n4953",loc:[-85.589219,41.956784]},n4954:{id:"n4954",loc:[-85.589425,41.95663]},n4955:{id:"n4955",loc:[-85.589373,41.95702]},n4956:{id:"n4956",loc:[-85.589171,41.957172]},n4957:{id:"n4957",loc:[-85.588962,41.957019]},n4958:{id:"n4958",loc:[-85.589164,41.956867]},n4959:{id:"n4959",loc:[-85.588881,41.955006]},n496:{id:"n496",loc:[-85.636031,41.94056]},n4960:{id:"n4960",loc:[-85.588804,41.955006]},n4961:{id:"n4961",loc:[-85.604773,41.954521]},n4962:{id:"n4962",loc:[-85.601603,41.954527]},n4963:{id:"n4963",loc:[-85.600823,41.954169]},n4964:{id:"n4964",loc:[-85.600828,41.950191]},n4965:{id:"n4965",loc:[-85.601673,41.949457]},n4966:{id:"n4966",loc:[-85.604464,41.949488]},n4967:{id:"n4967",loc:[-85.60538,41.950212]},n4968:{id:"n4968",loc:[-85.605395,41.954108]},n4969:{id:"n4969",loc:[-85.604771,41.954109]},n497:{id:"n497",loc:[-85.636032,41.940602]},n4970:{id:"n4970",loc:[-85.600613,41.953916]},n4971:{id:"n4971",loc:[-85.599758,41.954649]},n4972:{id:"n4972",loc:[-85.591194,41.954663]},n4973:{id:"n4973",loc:[-85.591182,41.950465]},n4974:{id:"n4974",loc:[-85.591871,41.950464]},n4975:{id:"n4975",loc:[-85.591868,41.949209]},n4976:{id:"n4976",loc:[-85.592155,41.949209]},n4977:{id:"n4977",loc:[-85.592155,41.94848]},n4978:{id:"n4978",loc:[-85.600615,41.948482]},n4979:{id:"n4979",loc:[-85.605421,41.949378]},n498:{id:"n498",loc:[-85.635776,41.940583]},n4980:{id:"n4980",loc:[-85.600614,41.949373]},n4981:{id:"n4981",loc:[-85.601316,41.94849]},n4982:{id:"n4982",loc:[-85.601592,41.947641]},n4983:{id:"n4983",loc:[-85.60395,41.947618]},n4984:{id:"n4984",loc:[-85.603973,41.948114]},n4985:{id:"n4985",loc:[-85.605398,41.948103]},n4986:{id:"n4986",loc:[-85.614017,41.965566]},n4987:{id:"n4987",loc:[-85.605787,41.965619]},n4988:{id:"n4988",loc:[-85.60577,41.963821]},n4989:{id:"n4989",loc:[-85.612886,41.963808]},n499:{id:"n499",loc:[-85.63589,41.940578]},n4990:{id:"n4990",loc:[-85.613207,41.963705]},n4991:{id:"n4991",loc:[-85.613511,41.963525]},n4992:{id:"n4992",loc:[-85.613667,41.963305]},n4993:{id:"n4993",loc:[-85.613779,41.962983]},n4994:{id:"n4994",loc:[-85.613797,41.959709]},n4995:{id:"n4995",loc:[-85.613663,41.95936]},n4996:{id:"n4996",loc:[-85.61339,41.959064]},n4997:{id:"n4997",loc:[-85.610503,41.956898]},n4998:{id:"n4998",loc:[-85.610485,41.956595]},n4999:{id:"n4999",loc:[-85.613892,41.956621]},n5:{id:"n5",loc:[-85.622744,41.95268]},n50:{id:"n50",loc:[-85.636673,41.943143]},n500:{id:"n500",loc:[-85.636198,41.940578]},n5000:{id:"n5000",loc:[-85.613866,41.958574]},n5001:{id:"n5001",loc:[-85.615262,41.958561]},n5002:{id:"n5002",loc:[-85.615279,41.959541]},n5003:{id:"n5003",loc:[-85.615314,41.95597]},n5004:{id:"n5004",loc:[-85.613887,41.955988]},n5005:{id:"n5005",loc:[-85.613074,41.962244]},n5006:{id:"n5006",loc:[-85.611678,41.963354]},n5007:{id:"n5007",loc:[-85.611678,41.963487]},n5008:{id:"n5008",loc:[-85.606906,41.963502]},n5009:{id:"n5009",loc:[-85.605777,41.962657]},n501:{id:"n501",loc:[-85.636251,41.940584]},n5010:{id:"n5010",loc:[-85.605711,41.9599]},n5011:{id:"n5011",loc:[-85.608139,41.9585]},n5012:{id:"n5012",loc:[-85.60814,41.956306]},n5013:{id:"n5013",loc:[-85.608854,41.95581]},n5014:{id:"n5014",loc:[-85.610039,41.955883]},n5015:{id:"n5015",loc:[-85.610068,41.956754]},n5016:{id:"n5016",loc:[-85.613058,41.959411]},n5017:{id:"n5017",loc:[-85.610234,41.957068]},n5018:{id:"n5018",loc:[-85.609826,41.95581]},n5019:{id:"n5019",loc:[-85.606987,41.958505]},n502:{id:"n502",loc:[-85.636279,41.940605]},n5020:{id:"n5020",loc:[-85.606498,41.958846]},n5021:{id:"n5021",loc:[-85.606013,41.959342]},n5022:{id:"n5022",loc:[-85.614553,41.961581]},n5023:{id:"n5023",loc:[-85.61465,41.96214]},n5024:{id:"n5024",loc:[-85.615277,41.962442]},n5025:{id:"n5025",loc:[-85.615451,41.962972]},n5026:{id:"n5026",loc:[-85.614355,41.964826]},n5027:{id:"n5027",loc:[-85.615133,41.964589]},n5028:{id:"n5028",loc:[-85.615342,41.963818]},n5029:{id:"n5029",loc:[-85.615971,41.963792]},n503:{id:"n503",loc:[-85.636285,41.940633]},n5030:{id:"n5030",loc:[-85.615751,41.963122]},n5031:{id:"n5031",loc:[-85.616575,41.963123]},n5032:{id:"n5032",loc:[-85.612527,41.963846]},n5033:{id:"n5033",loc:[-85.630653,41.940709]},n5034:{id:"n5034",loc:[-85.629858,41.939568]},n5035:{id:"n5035",loc:[-85.629847,41.937926]},n504:{id:"n504",loc:[-85.636281,41.940662]},n505:{id:"n505",loc:[-85.636266,41.940688]},n506:{id:"n506",loc:[-85.636236,41.940701]},n507:{id:"n507",loc:[-85.63619,41.940706]},n508:{id:"n508",loc:[-85.635892,41.940707]},n509:{id:"n509",loc:[-85.635777,41.9407]},n51:{id:"n51",loc:[-85.636673,41.942864]},n510:{id:"n510",loc:[-85.636044,41.940578]},n511:{id:"n511",loc:[-85.635946,41.940578]},n512:{id:"n512",loc:[-85.636475,41.940732]},n513:{id:"n513",loc:[-85.636475,41.940777]},n514:{id:"n514",loc:[-85.636405,41.940777]},n515:{id:"n515",loc:[-85.636405,41.940732]},n516:{id:"n516",loc:[-85.636471,41.940916]},n517:{id:"n517",loc:[-85.636471,41.940961]},n518:{id:"n518",loc:[-85.636404,41.940961]},n519:{id:"n519",loc:[-85.636404,41.940916]},n52:{id:"n52",loc:[-85.636227,41.942864]},n520:{id:"n520",loc:[-85.636286,41.941127]},n521:{id:"n521",loc:[-85.636203,41.941126]},n522:{id:"n522",loc:[-85.636204,41.941083]},n523:{id:"n523",loc:[-85.636287,41.941083]},n524:{id:"n524",loc:[-85.636124,41.941064]},n525:{id:"n525",loc:[-85.636,41.941065]},n526:{id:"n526",loc:[-85.636,41.940964]},n527:{id:"n527",loc:[-85.636045,41.940964]},n528:{id:"n528",loc:[-85.636045,41.940928]},n529:{id:"n529",loc:[-85.636111,41.940928]},n53:{id:"n53",loc:[-85.636227,41.943143]},n530:{id:"n530",loc:[-85.636111,41.940961]},n531:{id:"n531",loc:[-85.636123,41.940961]},n532:{id:"n532",loc:[-85.636124,41.940997]},n533:{id:"n533",loc:[-85.636164,41.940997]},n534:{id:"n534",loc:[-85.636164,41.941044]},n535:{id:"n535",loc:[-85.636124,41.941044]},n536:{id:"n536",loc:[-85.636534,41.941256]},n537:{id:"n537",loc:[-85.63645,41.941246]},n538:{id:"n538",loc:[-85.636462,41.941189]},n539:{id:"n539",loc:[-85.636546,41.941199]},n54:{id:"n54",loc:[-85.636198,41.943119]},n540:{id:"n540",loc:[-85.636802,41.941226]},n541:{id:"n541",loc:[-85.636701,41.941215]},n542:{id:"n542",loc:[-85.636709,41.941174]},n543:{id:"n543",loc:[-85.636656,41.941168]},n544:{id:"n544",loc:[-85.636666,41.941122]},n545:{id:"n545",loc:[-85.636781,41.941136]},n546:{id:"n546",loc:[-85.636774,41.94117]},n547:{id:"n547",loc:[-85.636812,41.941175]},n548:{id:"n548",loc:[-85.636803,41.941047]},n549:{id:"n549",loc:[-85.636785,41.941047]},n55:{id:"n55",loc:[-85.635945,41.94312]},n550:{id:"n550",loc:[-85.636785,41.941058]},n551:{id:"n551",loc:[-85.636644,41.941059]},n552:{id:"n552",loc:[-85.636644,41.941038]},n553:{id:"n553",loc:[-85.636581,41.941039]},n554:{id:"n554",loc:[-85.636581,41.940995]},n555:{id:"n555",loc:[-85.636746,41.940995]},n556:{id:"n556",loc:[-85.636746,41.940978]},n557:{id:"n557",loc:[-85.636803,41.940978]},n558:{id:"n558",loc:[-85.636781,41.940768]},n559:{id:"n559",loc:[-85.636783,41.940828]},n56:{id:"n56",loc:[-85.635943,41.942909]},n560:{id:"n560",loc:[-85.636761,41.940828]},n561:{id:"n561",loc:[-85.636762,41.940857]},n562:{id:"n562",loc:[-85.636641,41.940859]},n563:{id:"n563",loc:[-85.63664,41.940805]},n564:{id:"n564",loc:[-85.636676,41.940804]},n565:{id:"n565",loc:[-85.636675,41.940769]},n566:{id:"n566",loc:[-85.636733,41.94033]},n567:{id:"n567",loc:[-85.636471,41.940334]},n568:{id:"n568",loc:[-85.636469,41.940262]},n569:{id:"n569",loc:[-85.636731,41.940257]},n57:{id:"n57",loc:[-85.636227,41.942909]},n570:{id:"n570",loc:[-85.636798,41.940419]},n571:{id:"n571",loc:[-85.6368,41.940524]},n572:{id:"n572",loc:[-85.63664,41.940526]},n573:{id:"n573",loc:[-85.636638,41.940421]},n574:{id:"n574",loc:[-85.636372,41.940551]},n575:{id:"n575",loc:[-85.636338,41.94055]},n576:{id:"n576",loc:[-85.636339,41.940524]},n577:{id:"n577",loc:[-85.636373,41.940525]},n578:{id:"n578",loc:[-85.636388,41.940435]},n579:{id:"n579",loc:[-85.636222,41.940436]},n58:{id:"n58",loc:[-85.63627,41.943175]},n580:{id:"n580",loc:[-85.636222,41.940366]},n581:{id:"n581",loc:[-85.636387,41.940365]},n582:{id:"n582",loc:[-85.636158,41.940482]},n583:{id:"n583",loc:[-85.635963,41.940484]},n584:{id:"n584",loc:[-85.635961,41.940399]},n585:{id:"n585",loc:[-85.636156,41.940397]},n586:{id:"n586",loc:[-85.635987,41.940314]},n587:{id:"n587",loc:[-85.635987,41.940268]},n588:{id:"n588",loc:[-85.635968,41.940268]},n589:{id:"n589",loc:[-85.635967,41.940212]},n59:{id:"n59",loc:[-85.635531,41.943176]},n590:{id:"n590",loc:[-85.636082,41.940211]},n591:{id:"n591",loc:[-85.636083,41.94027]},n592:{id:"n592",loc:[-85.636064,41.94027]},n593:{id:"n593",loc:[-85.636064,41.940313]},n594:{id:"n594",loc:[-85.638071,41.941562]},n595:{id:"n595",loc:[-85.637953,41.941562]},n596:{id:"n596",loc:[-85.637952,41.941522]},n597:{id:"n597",loc:[-85.637876,41.941523]},n598:{id:"n598",loc:[-85.637876,41.941471]},n599:{id:"n599",loc:[-85.638035,41.94147]},n6:{id:"n6",loc:[-85.624925,41.950604]},n60:{id:"n60",loc:[-85.63542,41.942883]},n600:{id:"n600",loc:[-85.638035,41.941513]},n601:{id:"n601",loc:[-85.638071,41.941512]},n602:{id:"n602",loc:[-85.637038,41.942543],tags:{crossing:"zebra",highway:"crossing"}},n603:{id:"n603",loc:[-85.637134,41.942542]},n604:{id:"n604",loc:[-85.638122,41.942532]},n605:{id:"n605",loc:[-85.638121,41.942478]},n606:{id:"n606",loc:[-85.638104,41.941424]},n607:{id:"n607",loc:[-85.637115,41.941438]},n608:{id:"n608",loc:[-85.637133,41.942453]},n609:{id:"n609",loc:[-85.637429,41.942004]},n61:{id:"n61",loc:[-85.635701,41.942802]},n610:{id:"n610",loc:[-85.637125,41.942004]},n611:{id:"n611",loc:[-85.637022,41.942004]},n612:{id:"n612",loc:[-85.635952,41.943579]},n613:{id:"n613",loc:[-85.635872,41.943594]},n614:{id:"n614",loc:[-85.635857,41.943551]},n615:{id:"n615",loc:[-85.635937,41.943535]},n616:{id:"n616",loc:[-85.63671,41.94344]},n617:{id:"n617",loc:[-85.636427,41.94334]},n618:{id:"n618",loc:[-85.635353,41.943279]},n619:{id:"n619",loc:[-85.635319,41.943257]},n62:{id:"n62",loc:[-85.6358,41.942997]},n620:{id:"n620",loc:[-85.638786,41.943105]},n621:{id:"n621",loc:[-85.634957,41.943146]},n622:{id:"n622",loc:[-85.635012,41.943119]},n623:{id:"n623",loc:[-85.632409,41.944222]},n624:{id:"n624",loc:[-85.631863,41.944749]},n625:{id:"n625",loc:[-85.631915,41.944722]},n626:{id:"n626",loc:[-85.631884,41.94464]},n627:{id:"n627",loc:[-85.631792,41.944359]},n628:{id:"n628",loc:[-85.631817,41.944703]},n629:{id:"n629",loc:[-85.633464,41.945787]},n63:{id:"n63",loc:[-85.635808,41.943176]},n630:{id:"n630",loc:[-85.633583,41.945919]},n631:{id:"n631",loc:[-85.63382,41.945698]},n632:{id:"n632",loc:[-85.633681,41.945571]},n633:{id:"n633",loc:[-85.634217,41.946824]},n634:{id:"n634",loc:[-85.634271,41.946836]},n635:{id:"n635",loc:[-85.634319,41.94573]},n636:{id:"n636",loc:[-85.634377,41.945672]},n637:{id:"n637",loc:[-85.634909,41.945354]},n638:{id:"n638",loc:[-85.634726,41.945493],tags:{artwork_type:"mural",tourism:"artwork"}},n639:{id:"n639",loc:[-85.63546,41.945612]},n64:{id:"n64",loc:[-85.63631,41.943253]},n640:{id:"n640",loc:[-85.635561,41.945493]},n641:{id:"n641",loc:[-85.635417,41.945565]},n642:{id:"n642",loc:[-85.635315,41.945583]},n643:{id:"n643",loc:[-85.63506,41.945383]},n644:{id:"n644",loc:[-85.635198,41.945199]},n645:{id:"n645",loc:[-85.635361,41.94558]},n646:{id:"n646",loc:[-85.635017,41.945066]},n647:{id:"n647",loc:[-85.634779,41.945206]},n648:{id:"n648",loc:[-85.63425,41.945655]},n649:{id:"n649",loc:[-85.634247,41.945631]},n65:{id:"n65",loc:[-85.635398,41.943259]},n650:{id:"n650",loc:[-85.634889,41.945921]},n651:{id:"n651",loc:[-85.634889,41.945939]},n652:{id:"n652",loc:[-85.634889,41.945761]},n653:{id:"n653",loc:[-85.634889,41.945778]},n654:{id:"n654",loc:[-85.635112,41.945715]},n655:{id:"n655",loc:[-85.635025,41.945714]},n656:{id:"n656",loc:[-85.635027,41.945761]},n657:{id:"n657",loc:[-85.635438,41.945665]},n658:{id:"n658",loc:[-85.635416,41.945676]},n659:{id:"n659",loc:[-85.635401,41.945709]},n66:{id:"n66",loc:[-85.635336,41.943036]},n660:{id:"n660",loc:[-85.635271,41.945566]},n661:{id:"n661",loc:[-85.636106,41.946268]},n662:{id:"n662",loc:[-85.635867,41.946747]},n663:{id:"n663",loc:[-85.636476,41.946797]},n664:{id:"n664",loc:[-85.63651,41.946796]},n665:{id:"n665",loc:[-85.635367,41.946389]},n666:{id:"n666",loc:[-85.635367,41.946437]},n667:{id:"n667",loc:[-85.634787,41.946441]},n668:{id:"n668",loc:[-85.6358,41.946243]},n669:{id:"n669",loc:[-85.635784,41.94622]},n67:{id:"n67",loc:[-85.635911,41.942899]},n670:{id:"n670",loc:[-85.635727,41.946195]},n671:{id:"n671",loc:[-85.635708,41.946588]},n672:{id:"n672",loc:[-85.635648,41.946561]},n673:{id:"n673",loc:[-85.635624,41.946555]},n674:{id:"n674",loc:[-85.635417,41.946559]},n675:{id:"n675",loc:[-85.634866,41.946561]},n676:{id:"n676",loc:[-85.634866,41.946543]},n677:{id:"n677",loc:[-85.635085,41.946546]},n678:{id:"n678",loc:[-85.635085,41.946554]},n679:{id:"n679",loc:[-85.634584,41.94488]},n68:{id:"n68",loc:[-85.635915,41.943156]},n680:{id:"n680",loc:[-85.634557,41.944882]},n681:{id:"n681",loc:[-85.634455,41.944943]},n682:{id:"n682",loc:[-85.634305,41.944968]},n683:{id:"n683",loc:[-85.634261,41.944927]},n684:{id:"n684",loc:[-85.634132,41.944741]},n685:{id:"n685",loc:[-85.633705,41.944759]},n686:{id:"n686",loc:[-85.633918,41.944616]},n687:{id:"n687",loc:[-85.633974,41.944663]},n688:{id:"n688",loc:[-85.6336,41.944665]},n689:{id:"n689",loc:[-85.633817,41.944528]},n69:{id:"n69",loc:[-85.63631,41.943157]},n690:{id:"n690",loc:[-85.633889,41.944485]},n691:{id:"n691",loc:[-85.633931,41.944525]},n692:{id:"n692",loc:[-85.633864,41.944563]},n693:{id:"n693",loc:[-85.633456,41.944524]},n694:{id:"n694",loc:[-85.633676,41.944399]},n695:{id:"n695",loc:[-85.633352,41.944415]},n696:{id:"n696",loc:[-85.633655,41.944234]},n697:{id:"n697",loc:[-85.633761,41.94435]},n698:{id:"n698",loc:[-85.633254,41.944318]},n699:{id:"n699",loc:[-85.633472,41.944188]},n7:{id:"n7",loc:[-85.638791,41.943231]},n70:{id:"n70",loc:[-85.63579,41.942967]},n700:{id:"n700",loc:[-85.633524,41.944237]},n701:{id:"n701",loc:[-85.633583,41.944202]},n702:{id:"n702",loc:[-85.633632,41.944247]},n703:{id:"n703",loc:[-85.633165,41.944228]},n704:{id:"n704",loc:[-85.633388,41.944105]},n705:{id:"n705",loc:[-85.633117,41.944175]},n706:{id:"n706",loc:[-85.633302,41.944077]},n707:{id:"n707",loc:[-85.633352,41.944126]},n708:{id:"n708",loc:[-85.633052,41.944107]},n709:{id:"n709",loc:[-85.633237,41.944009]},n71:{id:"n71",loc:[-85.637506,41.942824]},n710:{id:"n710",loc:[-85.633187,41.943955]},n711:{id:"n711",loc:[-85.633,41.944054]},n712:{id:"n712",loc:[-85.633155,41.944265]},n713:{id:"n713",loc:[-85.633669,41.944765]},n714:{id:"n714",loc:[-85.634468,41.945503]},n715:{id:"n715",loc:[-85.63455,41.945566]},n716:{id:"n716",loc:[-85.634737,41.945729]},n717:{id:"n717",loc:[-85.634753,41.945752]},n718:{id:"n718",loc:[-85.634756,41.945781]},n719:{id:"n719",loc:[-85.634758,41.945978]},n72:{id:"n72",loc:[-85.637511,41.943056]},n720:{id:"n720",loc:[-85.634363,41.945548],tags:{crossing:"zebra",highway:"crossing"}},n721:{id:"n721",loc:[-85.634245,41.945599]},n722:{id:"n722",loc:[-85.633474,41.944889]},n723:{id:"n723",loc:[-85.632997,41.944418]},n724:{id:"n724",loc:[-85.63278,41.944183]},n725:{id:"n725",loc:[-85.63331,41.944429]},n726:{id:"n726",loc:[-85.633568,41.944829],tags:{crossing:"zebra",highway:"crossing"}},n727:{id:"n727",loc:[-85.634669,41.94567]},n728:{id:"n728",loc:[-85.634462,41.945787]},n729:{id:"n729",loc:[-85.634272,41.945625]},n73:{id:"n73",loc:[-85.637361,41.943058]},n730:{id:"n730",loc:[-85.634344,41.945699],tags:{crossing:"zebra",highway:"crossing"}},n731:{id:"n731",loc:[-85.634426,41.945783]},n732:{id:"n732",loc:[-85.632425,41.944137]},n733:{id:"n733",loc:[-85.632302,41.944192]},n734:{id:"n734",loc:[-85.632762,41.944174]},n735:{id:"n735",loc:[-85.632713,41.944179]},n736:{id:"n736",loc:[-85.632411,41.944327]},n737:{id:"n737",loc:[-85.632362,41.944341]},n738:{id:"n738",loc:[-85.632236,41.944204]},n739:{id:"n739",loc:[-85.634939,41.942165]},n74:{id:"n74",loc:[-85.637356,41.942825]},n740:{id:"n740",loc:[-85.635079,41.941535]},n741:{id:"n741",loc:[-85.635112,41.941595]},n742:{id:"n742",loc:[-85.635113,41.941633]},n743:{id:"n743",loc:[-85.635067,41.941652]},n744:{id:"n744",loc:[-85.634989,41.941651]},n745:{id:"n745",loc:[-85.634921,41.941609]},n746:{id:"n746",loc:[-85.634881,41.941544]},n747:{id:"n747",loc:[-85.635537,41.940939]},n748:{id:"n748",loc:[-85.635573,41.941048]},n749:{id:"n749",loc:[-85.635453,41.94091]},n75:{id:"n75",loc:[-85.638097,41.942833]},n750:{id:"n750",loc:[-85.635319,41.940943]},n751:{id:"n751",loc:[-85.637057,41.943224]},n752:{id:"n752",loc:[-85.636989,41.943296]},n753:{id:"n753",loc:[-85.636851,41.943299]},n754:{id:"n754",loc:[-85.636848,41.94322]},n755:{id:"n755",loc:[-85.636986,41.943217]},n756:{id:"n756",loc:[-85.637569,41.943454]},n757:{id:"n757",loc:[-85.637437,41.943458]},n758:{id:"n758",loc:[-85.637432,41.943384]},n759:{id:"n759",loc:[-85.637564,41.94338]},n76:{id:"n76",loc:[-85.638098,41.942912]},n760:{id:"n760",loc:[-85.637213,41.943378]},n761:{id:"n761",loc:[-85.637217,41.943435]},n762:{id:"n762",loc:[-85.637235,41.943434]},n763:{id:"n763",loc:[-85.637237,41.943465]},n764:{id:"n764",loc:[-85.637424,41.943459]},n765:{id:"n765",loc:[-85.637418,41.943371]},n766:{id:"n766",loc:[-85.638094,41.943149]},n767:{id:"n767",loc:[-85.638096,41.943201]},n768:{id:"n768",loc:[-85.638041,41.943202]},n769:{id:"n769",loc:[-85.638042,41.943216]},n77:{id:"n77",loc:[-85.637705,41.942913]},n770:{id:"n770",loc:[-85.637927,41.943218]},n771:{id:"n771",loc:[-85.637926,41.943201]},n772:{id:"n772",loc:[-85.637897,41.943201]},n773:{id:"n773",loc:[-85.637896,41.943155]},n774:{id:"n774",loc:[-85.637962,41.943153]},n775:{id:"n775",loc:[-85.637962,41.943134]},n776:{id:"n776",loc:[-85.638017,41.943132]},n777:{id:"n777",loc:[-85.638018,41.943151]},n778:{id:"n778",loc:[-85.638045,41.943289]},n779:{id:"n779",loc:[-85.638048,41.943363]},n78:{id:"n78",loc:[-85.637705,41.942834]},n780:{id:"n780",loc:[-85.637842,41.943367]},n781:{id:"n781",loc:[-85.637839,41.943296]},n782:{id:"n782",loc:[-85.637896,41.943295]},n783:{id:"n783",loc:[-85.637897,41.943314]},n784:{id:"n784",loc:[-85.637957,41.943312]},n785:{id:"n785",loc:[-85.637957,41.943291]},n786:{id:"n786",loc:[-85.637816,41.943375]},n787:{id:"n787",loc:[-85.637815,41.943416]},n788:{id:"n788",loc:[-85.637715,41.943415]},n789:{id:"n789",loc:[-85.637716,41.943374]},n79:{id:"n79",loc:[-85.638071,41.942298]},n790:{id:"n790",loc:[-85.637912,41.943545]},n791:{id:"n791",loc:[-85.637909,41.943479]},n792:{id:"n792",loc:[-85.637967,41.943477]},n793:{id:"n793",loc:[-85.637967,41.94346]},n794:{id:"n794",loc:[-85.638077,41.943457]},n795:{id:"n795",loc:[-85.638078,41.943473]},n796:{id:"n796",loc:[-85.638124,41.943471]},n797:{id:"n797",loc:[-85.638126,41.943514]},n798:{id:"n798",loc:[-85.638079,41.943515]},n799:{id:"n799",loc:[-85.638079,41.943532]},n8:{id:"n8",loc:[-85.635241,41.941948]},n80:{id:"n80",loc:[-85.638074,41.942431]},n800:{id:"n800",loc:[-85.638028,41.943534]},n801:{id:"n801",loc:[-85.638028,41.943542]},n802:{id:"n802",loc:[-85.638845,41.942983]},n803:{id:"n803",loc:[-85.638846,41.94305]},n804:{id:"n804",loc:[-85.638661,41.943052]},n805:{id:"n805",loc:[-85.63866,41.942984]},n806:{id:"n806",loc:[-85.638579,41.942753]},n807:{id:"n807",loc:[-85.638445,41.942755]},n808:{id:"n808",loc:[-85.638452,41.942978]},n809:{id:"n809",loc:[-85.638545,41.942976]},n81:{id:"n81",loc:[-85.637836,41.942433]},n810:{id:"n810",loc:[-85.638543,41.942935]},n811:{id:"n811",loc:[-85.638571,41.942934]},n812:{id:"n812",loc:[-85.63857,41.942901]},n813:{id:"n813",loc:[-85.638611,41.9429]},n814:{id:"n814",loc:[-85.638607,41.942769]},n815:{id:"n815",loc:[-85.63858,41.94277]},n816:{id:"n816",loc:[-85.638597,41.942614]},n817:{id:"n817",loc:[-85.638601,41.94273]},n818:{id:"n818",loc:[-85.638686,41.942731]},n819:{id:"n819",loc:[-85.638689,41.942917]},n82:{id:"n82",loc:[-85.637835,41.94242]},n820:{id:"n820",loc:[-85.638558,41.943018]},n821:{id:"n821",loc:[-85.638243,41.943019]},n822:{id:"n822",loc:[-85.637536,41.943887]},n823:{id:"n823",loc:[-85.63749,41.943926]},n824:{id:"n824",loc:[-85.63743,41.943886]},n825:{id:"n825",loc:[-85.637476,41.943847]},n826:{id:"n826",loc:[-85.637527,41.943846]},n827:{id:"n827",loc:[-85.637141,41.943728]},n828:{id:"n828",loc:[-85.637201,41.943755]},n829:{id:"n829",loc:[-85.636987,41.943608]},n83:{id:"n83",loc:[-85.63776,41.942421]},n830:{id:"n830",loc:[-85.637441,41.943807]},n831:{id:"n831",loc:[-85.637673,41.94399]},n832:{id:"n832",loc:[-85.637783,41.944137]},n833:{id:"n833",loc:[-85.63845,41.944333]},n834:{id:"n834",loc:[-85.638159,41.944248]},n835:{id:"n835",loc:[-85.637859,41.94416]},n836:{id:"n836",loc:[-85.638685,41.944542]},n837:{id:"n837",loc:[-85.638714,41.944611]},n838:{id:"n838",loc:[-85.638711,41.944757]},n839:{id:"n839",loc:[-85.638774,41.945069]},n84:{id:"n84",loc:[-85.637758,41.942339]},n840:{id:"n840",loc:[-85.638742,41.945205]},n841:{id:"n841",loc:[-85.640267,41.942403]},n842:{id:"n842",loc:[-85.640154,41.942404]},n843:{id:"n843",loc:[-85.640152,41.942249]},n844:{id:"n844",loc:[-85.640266,41.942248]},n845:{id:"n845",loc:[-85.640366,41.942599]},n846:{id:"n846",loc:[-85.640362,41.942192]},n847:{id:"n847",loc:[-85.640146,41.942191]},n848:{id:"n848",loc:[-85.640122,41.942196]},n849:{id:"n849",loc:[-85.640108,41.942211]},n85:{id:"n85",loc:[-85.637836,41.942339]},n850:{id:"n850",loc:[-85.640101,41.942236]},n851:{id:"n851",loc:[-85.640103,41.94241]},n852:{id:"n852",loc:[-85.64011,41.942435]},n853:{id:"n853",loc:[-85.640126,41.942445]},n854:{id:"n854",loc:[-85.640153,41.942451]},n855:{id:"n855",loc:[-85.640183,41.942452]},n856:{id:"n856",loc:[-85.640364,41.942452]},n857:{id:"n857",loc:[-85.640007,41.942452]},n858:{id:"n858",loc:[-85.639449,41.942461]},n859:{id:"n859",loc:[-85.640049,41.942391]},n86:{id:"n86",loc:[-85.637835,41.942301]},n860:{id:"n860",loc:[-85.640052,41.942503]},n861:{id:"n861",loc:[-85.639575,41.94251]},n862:{id:"n862",loc:[-85.639572,41.942398]},n863:{id:"n863",loc:[-85.638782,41.942227]},n864:{id:"n864",loc:[-85.63843,41.942226]},n865:{id:"n865",loc:[-85.63823,41.942183]},n866:{id:"n866",loc:[-85.638363,41.942216],tags:{barrier:"gate"}},n867:{id:"n867",loc:[-85.6384,41.942223]},n868:{id:"n868",loc:[-85.636042,41.942797]},n869:{id:"n869",loc:[-85.636308,41.942752]},n87:{id:"n87",loc:[-85.637566,41.942367]},n870:{id:"n870",loc:[-85.636516,41.942729]},n871:{id:"n871",loc:[-85.636782,41.942712]},n872:{id:"n872",loc:[-85.636944,41.942706]},n873:{id:"n873",loc:[-85.63704,41.942706]},n874:{id:"n874",loc:[-85.637237,41.942703]},n875:{id:"n875",loc:[-85.637553,41.9427]},n876:{id:"n876",loc:[-85.638236,41.942697]},n877:{id:"n877",loc:[-85.636284,41.942781]},n878:{id:"n878",loc:[-85.636551,41.942641]},n879:{id:"n879",loc:[-85.633914,41.943693]},n88:{id:"n88",loc:[-85.637566,41.94241]},n880:{id:"n880",loc:[-85.63389,41.943708]},n881:{id:"n881",loc:[-85.633866,41.943686]},n882:{id:"n882",loc:[-85.63389,41.943671]},n883:{id:"n883",loc:[-85.633857,41.943609]},n884:{id:"n884",loc:[-85.634858,41.944474]},n885:{id:"n885",loc:[-85.633988,41.943234]},n886:{id:"n886",loc:[-85.633999,41.943485]},n887:{id:"n887",loc:[-85.634109,41.943449],tags:{emergency:"fire_hydrant"}},n888:{id:"n888",loc:[-85.635728,41.942655],tags:{emergency:"fire_hydrant"}},n889:{id:"n889",loc:[-85.636499,41.942845],tags:{man_made:"flagpole"}},n89:{id:"n89",loc:[-85.637455,41.94241]},n890:{id:"n890",loc:[-85.636197,41.943073]},n891:{id:"n891",loc:[-85.636227,41.943073]},n892:{id:"n892",loc:[-85.637433,41.942933],tags:{"addr:city":"Three Rivers","addr:housenumber":"401","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",amenity:"restaurant",cuisine:"pizza",name:"Pizza Hut"}},n893:{id:"n893",loc:[-85.637907,41.942879],tags:{amenity:"car_wash"}},n894:{id:"n894",loc:[-85.637661,41.943018]},n895:{id:"n895",loc:[-85.636933,41.942733],tags:{emergency:"fire_hydrant"}},n896:{id:"n896",loc:[-85.637661,41.94304]},n897:{id:"n897",loc:[-85.637562,41.943041]},n898:{id:"n898",loc:[-85.637556,41.942725]},n899:{id:"n899",loc:[-85.637656,41.942724]},n9:{id:"n9",loc:[-85.635159,41.941926]},n90:{id:"n90",loc:[-85.637454,41.942367]},n900:{id:"n900",loc:[-85.637657,41.942779]},n901:{id:"n901",loc:[-85.637983,41.942777]},n902:{id:"n902",loc:[-85.637982,41.942616]},n903:{id:"n903",loc:[-85.637777,41.942778]},n904:{id:"n904",loc:[-85.637775,41.942699]},n905:{id:"n905",loc:[-85.637772,41.942618]},n906:{id:"n906",loc:[-85.637982,41.942698]},n907:{id:"n907",loc:[-85.637941,41.942378],tags:{"addr:city":"Three Rivers","addr:housenumber":"416","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",name:"Gem Pawnbroker",shop:"pawnbroker"}},n908:{id:"n908",loc:[-85.637515,41.942394],tags:{second_hand:"only",shop:"car"}},n909:{id:"n909",loc:[-85.638743,41.942374],tags:{"addr:city":"Three Rivers","addr:housenumber":"500","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",name:"William Towing","service:vehicle:towing":"yes","service:vehicle:tyres":"yes",shop:"car_repair"}},n91:{id:"n91",loc:[-85.637565,41.942341]},n910:{id:"n910",loc:[-85.638594,41.942357]},n911:{id:"n911",loc:[-85.634312,41.943562],tags:{"addr:city":"Three Rivers","addr:housenumber":"145","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",amenity:"cafe",cuisine:"coffee_shop",name:"L.A.'s Coffee Cafe",outdoor_seating:"yes"}},n912:{id:"n912",loc:[-85.634404,41.943512]},n913:{id:"n913",loc:[-85.634391,41.943519],tags:{entrance:"yes"}},n914:{id:"n914",loc:[-85.634259,41.943538],tags:{entrance:"yes"}},n915:{id:"n915",loc:[-85.634247,41.943528]},n916:{id:"n916",loc:[-85.633747,41.943322],tags:{"addr:city":"Three Rivers","addr:housenumber":"132","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",name:"Preferred Insurance Services",office:"insurance"}},n917:{id:"n917",loc:[-85.63299,41.943686],tags:{"addr:city":"Three Rivers","addr:housenumber":"101","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Lynn's Garage","service:vehicle:tyres":"yes",shop:"car_repair"}},n918:{id:"n918",loc:[-85.633438,41.944883]},n919:{id:"n919",loc:[-85.633265,41.944983]},n92:{id:"n92",loc:[-85.637481,41.942341]},n920:{id:"n920",loc:[-85.633315,41.945027]},n921:{id:"n921",loc:[-85.633376,41.944827]},n922:{id:"n922",loc:[-85.633199,41.944922]},n923:{id:"n923",loc:[-85.633316,41.944772]},n924:{id:"n924",loc:[-85.633147,41.944867]},n925:{id:"n925",loc:[-85.633261,41.944719]},n926:{id:"n926",loc:[-85.633096,41.944812]},n927:{id:"n927",loc:[-85.633191,41.944645]},n928:{id:"n928",loc:[-85.632981,41.94476]},n929:{id:"n929",loc:[-85.633062,41.94483]},n93:{id:"n93",loc:[-85.637481,41.94226]},n930:{id:"n930",loc:[-85.633146,41.944602]},n931:{id:"n931",loc:[-85.632969,41.944703]},n932:{id:"n932",loc:[-85.633008,41.944745]},n933:{id:"n933",loc:[-85.633088,41.944545]},n934:{id:"n934",loc:[-85.632868,41.944655]},n935:{id:"n935",loc:[-85.632941,41.944718]},n936:{id:"n936",loc:[-85.633028,41.944483]},n937:{id:"n937",loc:[-85.632817,41.944605]},n938:{id:"n938",loc:[-85.632923,41.944373]},n939:{id:"n939",loc:[-85.632692,41.944485]},n94:{id:"n94",loc:[-85.637565,41.94226]},n940:{id:"n940",loc:[-85.632871,41.944316]},n941:{id:"n941",loc:[-85.632655,41.944421]},n942:{id:"n942",loc:[-85.632711,41.944478]},n943:{id:"n943",loc:[-85.632825,41.94426]},n944:{id:"n944",loc:[-85.632606,41.944363]},n945:{id:"n945",loc:[-85.63275,41.94418]},n946:{id:"n946",loc:[-85.632588,41.944256]},n947:{id:"n947",loc:[-85.632611,41.944279]},n948:{id:"n948",loc:[-85.632548,41.944306]},n949:{id:"n949",loc:[-85.632512,41.944406]},n95:{id:"n95",loc:[-85.637188,41.942217]},n950:{id:"n950",loc:[-85.632565,41.944463]},n951:{id:"n951",loc:[-85.632579,41.944456]},n952:{id:"n952",loc:[-85.632634,41.944518]},n953:{id:"n953",loc:[-85.632686,41.944569]},n954:{id:"n954",loc:[-85.632745,41.944537]},n955:{id:"n955",loc:[-85.632659,41.944587]},n956:{id:"n956",loc:[-85.632778,41.944705]},n957:{id:"n957",loc:[-85.632815,41.944301],tags:{"addr:city":"Three Rivers","addr:housenumber":"5","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Access Point Employment",office:"employment_agency"}},n958:{id:"n958",loc:[-85.6332,41.944174],tags:{"addr:city":"Three Rivers","addr:housenumber":"6","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Paisley Emporium",shop:"second_hand"}},n959:{id:"n959",loc:[-85.633578,41.944568],tags:{"addr:city":"Three Rivers","addr:housenumber":"22","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Lowry's Books",shop:"books"}},n96:{id:"n96",loc:[-85.637189,41.942303]},n960:{id:"n960",loc:[-85.63344,41.944443],tags:{"addr:city":"Three Rivers","addr:housenumber":"16","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",amenity:"restaurant",cuisine:"pizza",name:"Paisano's Bar and Grill"}},n961:{id:"n961",loc:[-85.633009,41.944542],tags:{"addr:city":"Three Rivers","addr:housenumber":"13","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",amenity:"cafe",cuisine:"american",internet_access:"yes",name:"Main Street Cafe"}},n962:{id:"n962",loc:[-85.633674,41.944682],tags:{"addr:city":"Three Rivers","addr:housenumber":"28","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",leisure:"fitness_centre",name:"Main Street Fitness"}},n963:{id:"n963",loc:[-85.633376,41.944868],tags:{"addr:city":"Three Rivers","addr:housenumber":"27","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",leisure:"fitness_centre",name:"Main Street Barbell"}},n964:{id:"n964",loc:[-85.633366,41.944783]},n965:{id:"n965",loc:[-85.633296,41.94482]},n966:{id:"n966",loc:[-85.633214,41.94487]},n967:{id:"n967",loc:[-85.633005,41.944988]},n968:{id:"n968",loc:[-85.633269,41.944816]},n969:{id:"n969",loc:[-85.633215,41.944842]},n97:{id:"n97",loc:[-85.637299,41.942302]},n970:{id:"n970",loc:[-85.633245,41.944871]},n971:{id:"n971",loc:[-85.633296,41.944845]},n972:{id:"n972",loc:[-85.633254,41.944845],tags:{natural:"tree"}},n973:{id:"n973",loc:[-85.633557,41.945515]},n974:{id:"n974",loc:[-85.633279,41.945246]},n975:{id:"n975",loc:[-85.63324,41.945226]},n976:{id:"n976",loc:[-85.6332,41.945213]},n977:{id:"n977",loc:[-85.633133,41.945164]},n978:{id:"n978",loc:[-85.63312,41.945132]},n979:{id:"n979",loc:[-85.633095,41.945081]},n98:{id:"n98",loc:[-85.637299,41.942314]},n980:{id:"n980",loc:[-85.633064,41.945047]},n981:{id:"n981",loc:[-85.632739,41.944742]},n982:{id:"n982",loc:[-85.633281,41.945026]},n983:{id:"n983",loc:[-85.633155,41.944903]},n984:{id:"n984",loc:[-85.633079,41.944829]},n985:{id:"n985",loc:[-85.63304,41.944853]},n986:{id:"n986",loc:[-85.632949,41.944776]},n987:{id:"n987",loc:[-85.632921,41.944725]},n988:{id:"n988",loc:[-85.632859,41.944673]},n989:{id:"n989",loc:[-85.632895,41.94505]},n99:{id:"n99",loc:[-85.637396,41.942313]},n990:{id:"n990",loc:[-85.633336,41.945138]},n991:{id:"n991",loc:[-85.633466,41.945265]},n992:{id:"n992",loc:[-85.633367,41.945327]},n993:{id:"n993",loc:[-85.633163,41.945189]},n994:{id:"n994",loc:[-85.633678,41.945309]},n995:{id:"n995",loc:[-85.633619,41.945261]},n996:{id:"n996",loc:[-85.63355,41.945301]},n997:{id:"n997",loc:[-85.633607,41.945352]},n998:{id:"n998",loc:[-85.633579,41.945327],tags:{entrance:"yes"}},n999:{id:"n999",loc:[-85.633445,41.945404]},r2:{id:"r2",members:[{id:"w225",role:"outer",type:"way"}],tags:{type:"multipolygon",waterway:"riverbank"}},r5:{id:"r5",members:[{id:"w642",role:"outer",type:"way"}],tags:{admin_level:"8",border_type:"city",boundary:"administrative",name:"Three Rivers",place:"city",type:"boundary"}},w1:{id:"w1",nodes:["n5","n1797"],tags:{highway:"residential",name:"12th Avenue"}},w10:{id:"w10",nodes:["n54","n55","n56","n57","n891","n890","n54"],tags:{building:"yes"}},w100:{id:"w100",nodes:["n451","n915","n452"],tags:{highway:"footway"}},w101:{id:"w101",nodes:["n461","n462","n463","n464","n465","n466"],tags:{barrier:"fence"}},w102:{id:"w102",nodes:["n467","n468","n469","n470","n472","n467"],tags:{amenity:"parking"}},w103:{id:"w103",nodes:["n2597","n2444","n471","n472"],tags:{highway:"footway"}},w104:{id:"w104",nodes:["n473","n474","n325"],tags:{footway:"sidewalk",highway:"footway"}},w105:{id:"w105",nodes:["n475","n324","n325"],tags:{footway:"sidewalk",highway:"footway"}},w106:{id:"w106",nodes:["n886","n452","n476"],tags:{footway:"sidewalk",highway:"footway"}},w107:{id:"w107",nodes:["n485","n4678","n486","n18"],tags:{highway:"service"}},w108:{id:"w108",nodes:["n300","n487","n488","n489","n490"],tags:{highway:"footway"}},w109:{id:"w109",nodes:["n490","n491"],tags:{highway:"footway"}},w11:{id:"w11",nodes:["n58","n63","n59","n315","n60"],tags:{highway:"service"}},w110:{id:"w110",nodes:["n492","n493","n494","n495","n496","n497","n492"],tags:{building:"yes"}},w111:{id:"w111",nodes:["n498","n499","n511"],tags:{highway:"service"}},w112:{id:"w112",nodes:["n510","n500","n501","n502","n503","n504","n505","n506","n507","n508","n509"],tags:{highway:"service"}},w113:{id:"w113",nodes:["n511","n510"],tags:{covered:"yes",highway:"service"}},w114:{id:"w114",nodes:["n512","n513","n514","n515","n512"],tags:{building:"yes"}},w115:{id:"w115",nodes:["n516","n517","n518","n519","n516"],tags:{building:"yes"}},w116:{id:"w116",nodes:["n520","n521","n522","n523","n520"],tags:{building:"yes"}},w117:{id:"w117",nodes:["n524","n525","n526","n527","n528","n529","n530","n531","n532","n533","n534","n535","n524"],tags:{building:"yes"}},w118:{id:"w118",nodes:["n536","n537","n538","n539","n536"],tags:{building:"yes"}},w119:{id:"w119",nodes:["n540","n541","n542","n543","n544","n545","n546","n547","n540"],tags:{building:"yes"}},w12:{id:"w12",nodes:["n61","n314","n70","n62","n63"],tags:{highway:"service"}},w120:{id:"w120",nodes:["n548","n549","n550","n551","n552","n553","n554","n555","n556","n557","n548"],tags:{building:"yes"}},w121:{id:"w121",nodes:["n558","n559","n560","n561","n562","n563","n564","n565","n558"],tags:{building:"yes"}},w122:{id:"w122",nodes:["n566","n567","n568","n569","n566"],tags:{building:"yes"}},w123:{id:"w123",nodes:["n570","n571","n572","n573","n570"],tags:{building:"yes"}},w124:{id:"w124",nodes:["n574","n575","n576","n577","n574"],tags:{building:"yes"}},w125:{id:"w125",nodes:["n578","n579","n580","n581","n578"],tags:{building:"yes"}},w126:{id:"w126",nodes:["n582","n583","n584","n585","n582"],tags:{building:"yes"}},w127:{id:"w127",nodes:["n586","n587","n588","n589","n590","n591","n592","n593","n586"],tags:{building:"yes"}},w128:{id:"w128",nodes:["n594","n595","n596","n597","n598","n599","n600","n601","n594"],tags:{building:"yes"}},w129:{id:"w129",nodes:["n309","n602","n603"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w13:{id:"w13",nodes:["n64","n65","n66","n67","n68","n69","n64"],tags:{amenity:"parking"}},w130:{id:"w130",nodes:["n603","n604"],tags:{footway:"sidewalk",highway:"footway"}},w131:{id:"w131",nodes:["n604","n605","n606"],tags:{footway:"sidewalk",highway:"footway"}},w132:{id:"w132",nodes:["n606","n607"],tags:{footway:"sidewalk",highway:"footway"}},w133:{id:"w133",nodes:["n607","n610","n608","n603"],tags:{footway:"sidewalk",highway:"footway"}},w134:{id:"w134",nodes:["n609","n610","n611"],tags:{highway:"service",service:"driveway",surface:"unpaved"}},w135:{id:"w135",nodes:["n244","n245","n246"],tags:{highway:"service"}},w136:{id:"w136",nodes:["n612","n613","n614","n615","n612"],tags:{amenity:"shelter"}},w137:{id:"w137",nodes:["n2779","n2788","n2776","n2778","n2775","n2787","n2440","n2437","n629","n2438","n630","n2439","n2407","n2408","n2409"],tags:{highway:"residential",name:"Foster Street"}},w138:{id:"w138",nodes:["n2779","n625","n626","n627"],tags:{highway:"residential",name:"Foster Street",oneway:"yes"}},w139:{id:"w139",nodes:["n630","n631","n632","n2437"],tags:{highway:"service"}},w14:{id:"w14",nodes:["n71","n72","n73","n74","n71"],tags:{building:"yes"}},w140:{id:"w140",nodes:["n643","n637","n715","n2410"],tags:{highway:"footway",name:"Mural Mall"}},w141:{id:"w141",nodes:["n639","n2516"],tags:{barrier:"wall"}},w142:{id:"w142",nodes:["n640","n641","n645","n642","n660","n643","n644"],tags:{highway:"service"}},w143:{id:"w143",nodes:["n646","n647"],tags:{highway:"service"}},w144:{id:"w144",nodes:["n654","n655","n656"],tags:{barrier:"wall"}},w145:{id:"w145",nodes:["n665","n666","n667"],tags:{barrier:"wall"}},w146:{id:"w146",nodes:["n2727","n662","n2719"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w147:{id:"w147",nodes:["n2725","n674"],tags:{highway:"service",oneway:"yes"}},w148:{id:"w148",nodes:["n2464","n2460","n2454","n684","n2455","n2464"],tags:{building:"yes"}},w149:{id:"w149",nodes:["n2456","n685","n686","n687","n2456"],tags:{building:"yes"}},w15:{id:"w15",nodes:["n75","n76","n77","n78","n75"],tags:{building:"yes"}},w150:{id:"w150",nodes:["n685","n688","n689","n690","n691","n692","n686","n685"],tags:{building:"yes"}},w151:{id:"w151",nodes:["n688","n693","n694","n689","n688"],tags:{building:"yes"}},w152:{id:"w152",nodes:["n693","n695","n702","n696","n697","n694","n693"],tags:{building:"yes"}},w153:{id:"w153",nodes:["n695","n698","n699","n700","n701","n702","n695"],tags:{building:"yes"}},w154:{id:"w154",nodes:["n698","n703","n707","n704","n699","n698"],tags:{building:"yes"}},w155:{id:"w155",nodes:["n703","n705","n706","n707","n703"],tags:{building:"yes"}},w156:{id:"w156",nodes:["n705","n708","n709","n706","n705"],tags:{building:"yes"}},w157:{id:"w157",nodes:["n709","n710","n711","n708","n709"],tags:{building:"yes"}},w158:{id:"w158",nodes:["n369","n712","n725","n713","n714","n715","n727","n716","n717","n718","n719"],tags:{footway:"sidewalk",highway:"footway"}},w159:{id:"w159",nodes:["n714","n720","n721"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w16:{id:"w16",nodes:["n79","n80","n81","n82","n83","n84","n85","n86","n79"],tags:{building:"yes"}},w160:{id:"w160",nodes:["n729","n721","n722","n964","n723","n724"],tags:{footway:"sidewalk",highway:"footway"}},w161:{id:"w161",nodes:["n713","n726","n722"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w162:{id:"w162",nodes:["n727","n2411","n728"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w163:{id:"w163",nodes:["n729","n730","n731"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w164:{id:"w164",nodes:["n365","n732","n733","n738"],tags:{footway:"sidewalk",highway:"footway"}},w165:{id:"w165",nodes:["n724","n734","n367","n735","n736","n737"],tags:{footway:"sidewalk",highway:"footway"}},w166:{id:"w166",nodes:["n739","n2037","n2038","n2039","n2040","n1623","n2032"],tags:{highway:"footway"}},w167:{id:"w167",nodes:["n150","n751"],tags:{highway:"service"}},w168:{id:"w168",nodes:["n752","n753","n754","n755","n752"],tags:{building:"yes"}},w169:{id:"w169",nodes:["n756","n757","n758","n759","n756"],tags:{building:"yes"}},w17:{id:"w17",nodes:["n87","n88","n89","n90","n87"],tags:{building:"yes"}},w170:{id:"w170",nodes:["n760","n761","n762","n763","n764","n765","n760"],tags:{building:"yes"}},w171:{id:"w171",nodes:["n766","n767","n768","n769","n770","n771","n772","n773","n774","n775","n776","n777","n766"],tags:{building:"yes"}},w172:{id:"w172",nodes:["n778","n779","n780","n781","n782","n783","n784","n785","n778"],tags:{building:"yes"}},w173:{id:"w173",nodes:["n786","n787","n788","n789","n786"],tags:{building:"yes"}},w174:{id:"w174",nodes:["n790","n791","n792","n793","n794","n795","n796","n797","n798","n799","n800","n801","n790"],tags:{building:"yes"}},w175:{id:"w175",nodes:["n802","n803","n804","n805","n802"],tags:{building:"yes"}},w176:{id:"w176",nodes:["n806","n807","n808","n809","n810","n811","n812","n813","n814","n815","n806"],tags:{building:"yes"}},w177:{id:"w177",nodes:["n816","n1140","n817","n818","n819","n820","n821"],tags:{highway:"service"}},w178:{id:"w178",nodes:["n822","n823","n824","n825","n822"],tags:{building:"yes"}},w179:{id:"w179",nodes:["n841","n842","n843","n844","n841"],tags:{building:"yes"}},w18:{id:"w18",nodes:["n91","n92","n93","n94","n91"],tags:{building:"yes"}},w180:{id:"w180",nodes:["n845","n856","n846"],tags:{highway:"service"}},w181:{id:"w181",nodes:["n846","n847","n848","n849","n850","n851","n852","n853","n854","n855","n856"],tags:{highway:"service",oneway:"yes",service:"drive-through"}},w182:{id:"w182",nodes:["n857","n858"],tags:{highway:"service"}},w183:{id:"w183",nodes:["n859","n860","n861","n862","n859"],tags:{amenity:"parking"}},w184:{id:"w184",nodes:["n863","n864","n867","n866","n865"],tags:{highway:"service"}},w185:{id:"w185",nodes:["n883","n884"],tags:{barrier:"fence"}},w186:{id:"w186",nodes:["n1954","n622","n1955"],tags:{highway:"path",name:"Riverwalk Trail"}},w187:{id:"w187",nodes:["n621","n1954"],tags:{highway:"steps",incline:"up",name:"Riverwalk Trail",surface:"wood"}},w188:{id:"w188",nodes:["n2274","n2275","n2276","n2277","n2278","n2279","n1953","n621"],tags:{highway:"path",name:"Riverwalk Trail",surface:"wood"}},w189:{id:"w189",nodes:["n2273","n2274"],tags:{highway:"steps",incline:"down",name:"Riverwalk Trail",surface:"wood"}},w19:{id:"w19",nodes:["n95","n96","n97","n98","n99","n100","n101","n102","n95"],tags:{building:"yes"}},w190:{id:"w190",nodes:["n821","n894","n900","n903","n901"],tags:{highway:"service"}},w191:{id:"w191",nodes:["n896","n897","n898","n899","n900","n894","n896"],tags:{amenity:"parking"}},w192:{id:"w192",nodes:["n903","n904","n905"],tags:{highway:"service"}},w193:{id:"w193",nodes:["n901","n906","n902"],tags:{highway:"service"}},w194:{id:"w194",nodes:["n912","n913"],tags:{highway:"footway"}},w195:{id:"w195",nodes:["n914","n915"],tags:{highway:"footway"}},w196:{id:"w196",nodes:["n2466","n918","n919","n920","n2466"],tags:{building:"yes"}},w197:{id:"w197",nodes:["n918","n921","n922","n919","n918"],tags:{building:"yes"}},w198:{id:"w198",nodes:["n923","n925","n926","n924","n923"],tags:{building:"yes"}},w199:{id:"w199",nodes:["n925","n927","n932","n928","n929","n926","n925"],tags:{building:"yes"}},w2:{id:"w2",nodes:["n3523","n2182","n2160"],tags:{highway:"service"}},w20:{id:"w20",nodes:["n103","n104","n105","n106","n107","n108","n109","n110","n111","n112","n113","n114","n103"],tags:{building:"yes"}},w200:{id:"w200",nodes:["n927","n930","n931","n932","n927"],tags:{building:"yes"}},w201:{id:"w201",nodes:["n930","n933","n934","n935","n931","n930"],tags:{building:"yes"}},w202:{id:"w202",nodes:["n933","n936","n937","n934","n933"],tags:{building:"yes"}},w203:{id:"w203",nodes:["n936","n938","n942","n939","n954","n937","n936"],tags:{building:"yes"}},w204:{id:"w204",nodes:["n938","n940","n941","n942","n938"],tags:{building:"yes"}},w205:{id:"w205",nodes:["n940","n943","n944","n941","n940"],tags:{building:"yes"}},w206:{id:"w206",nodes:["n943","n945","n946","n947","n948","n944","n943"],tags:{building:"yes"}},w207:{id:"w207",nodes:["n944","n949","n950","n951","n941","n944"],tags:{building:"yes"}},w208:{id:"w208",nodes:["n941","n951","n952","n939","n942","n941"],tags:{building:"yes"}},w209:{id:"w209",nodes:["n952","n953","n954","n939","n952"],tags:{building:"yes"}},w21:{id:"w21",nodes:["n115","n116","n117","n118","n115"],tags:{building:"yes"}},w210:{id:"w210",nodes:["n953","n955","n956","n934","n937","n954","n953"],tags:{building:"yes"}},w211:{id:"w211",nodes:["n964","n965"],tags:{highway:"footway"}},w212:{id:"w212",nodes:["n966","n983","n967","n989"],tags:{highway:"footway"}},w213:{id:"w213",nodes:["n965","n968","n969","n966","n970","n971","n965"],tags:{highway:"footway"}},w214:{id:"w214",nodes:["n973","n999","n992","n974","n975","n976","n993","n977","n978","n979","n980","n967","n981","n1000","n1001","n1002","n1003","n1004","n1005","n1006","n1007","n1008","n1009"],tags:{footway:"sidewalk",highway:"footway"}},w215:{id:"w215",nodes:["n978","n982","n983","n984","n985","n986","n987","n988","n981"],tags:{highway:"footway"}},w216:{id:"w216",nodes:["n976","n990","n991","n992"],tags:{highway:"footway"}},w217:{id:"w217",nodes:["n998","n999"],tags:{highway:"footway"}},w218:{id:"w218",nodes:["n1019","n1020","n1021","n1022","n731","n728","n1023","n1025","n1024","n1019"],tags:{footway:"sidewalk",highway:"footway"}},w219:{id:"w219",nodes:["n719","n1026","n1027"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w22:{id:"w22",nodes:["n119","n120","n121","n122","n119"],tags:{building:"yes"}},w220:{id:"w220",nodes:["n1027","n1028","n1019"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w221:{id:"w221",nodes:["n2080","n1828","n1863","n1829"],tags:{highway:"tertiary",name:"Constantine Street"}},w222:{id:"w222",nodes:["n1029","n1030","n1031"],tags:{highway:"service"}},w223:{id:"w223",nodes:["n2213","n2171","n2183","n2180","n2205","n2177","n2179","n2218","n2200","n2188","n2169","n2196","n2162","n2170","n2211","n2216","n2204","n2220","n2164","n2210","n2217","n2189","n460","n453","n2282"],tags:{name:"Rocky River",waterway:"river"}},w224:{id:"w224",nodes:["n3750","n3751","n3752"],tags:{highway:"service",service:"alley",surface:"unpaved"}},w225:{id:"w225",nodes:["n2134","n2127","n2313","n2109","n2112","n2129","n2156","n2146","n2126","n2153","n2288","n2283","n2284","n2131","n2286","n2287","n2285","n2132","n2140","n2289","n2122","n2114","n2149","n2119","n2106","n2111","n2145","n2113","n2117","n2159","n2143","n2123","n2142","n2116","n2154","n2139","n2150","n2157","n2120","n2138","n2130","n2136","n2155","n2107","n2141","n2124","n3754","n2121","n2105","n2108","n3755","n2128","n2110","n2152","n2125","n2135","n2186","n2115","n2144","n2137","n2133","n2148","n2118","n1871","n1875","n1872","n2041","n1873","n2042","n1874","n1884","n1870","n2151","n2147","n2158","n2104","n2134"]},w226:{id:"w226",nodes:["n2243","n2280","n2244","n2245","n2246","n2247","n1931","n1932","n1933","n1934","n1935","n1936","n1937","n1938","n4681","n1939","n1940","n1941","n1942","n1943","n1944","n1945","n1946","n1947"],tags:{highway:"path",name:"Riverwalk Trail",surface:"asphalt",width:"3"}},w227:{id:"w227",nodes:["n2994","n3012","n3011","n2958"],tags:{highway:"secondary",name:"Main Street"}},w228:{id:"w228",nodes:["n2747","n2762","n2757","n2746","n2761","n2758","n2760","n2755","n2749","n2691","n1028","n2432","n2414","n2413","n2412","n2411","n2410","n720","n726","n370","n368","n2748"],tags:{highway:"primary",name:"Main Street"}},w229:{id:"w229",nodes:["n2083","n2103","n2102","n2084","n2085","n2086","n2087","n2242","n471","n324","n2101","n332","n1868"],tags:{name:"Conrail Railroad",railway:"rail"}},w23:{id:"w23",nodes:["n123","n124","n125","n126","n123"],tags:{building:"yes"}},w230:{id:"w230",nodes:["n2232","n2236","n2231","n2230","n2226","n2241","n2237","n2227","n1182","n2233","n2228","n2229","n1183","n2234","n19","n1891","n20","n2223","n2224","n2238","n2235","n2240","n2225","n2239"],tags:{name:"Saint Joseph River",waterway:"river"}},w231:{id:"w231",nodes:["n456","n1036","n1037","n1038"],tags:{barrier:"wall"}},w232:{id:"w232",nodes:["n1034","n1039","n1040"],tags:{barrier:"wall"}},w233:{id:"w233",nodes:["n1041","n1042","n1043","n1044","n1045","n1046","n1041"],tags:{access:"private",leisure:"swimming_pool"}},w234:{id:"w234",nodes:["n1047","n1048"],tags:{barrier:"hedge"}},w235:{id:"w235",nodes:["n1049","n1050","n1051","n1052","n1049"],tags:{building:"yes"}},w236:{id:"w236",nodes:["n1053","n1054","n1055","n1056","n1057","n1058","n1059","n1060","n1053"],tags:{building:"yes"}},w237:{id:"w237",nodes:["n1061","n1062","n1063","n1064","n1065","n1061"],tags:{building:"yes"}},w238:{id:"w238",nodes:["n1066","n1067","n1068","n1069","n1070","n1071","n1066"],tags:{building:"yes"}},w239:{id:"w239",nodes:["n1072","n1073","n1074","n1075","n1072"],tags:{building:"yes"}},w24:{id:"w24",nodes:["n127","n128","n129","n130","n127"],tags:{building:"yes"}},w240:{id:"w240",nodes:["n1076","n1077","n1078","n1079","n1080","n1081","n1076"],tags:{building:"yes"}},w241:{id:"w241",nodes:["n1082","n1083","n1084","n1085","n1082"],tags:{building:"yes"}},w242:{id:"w242",nodes:["n1086","n1087","n1088","n1089","n1086"],tags:{building:"yes"}},w243:{id:"w243",nodes:["n1090","n1091","n1092","n1093","n1094","n1095","n1096","n1097","n1090"],tags:{building:"yes"}},w244:{id:"w244",nodes:["n1098","n1099","n1100","n1101"],tags:{barrier:"fence"}},w245:{id:"w245",nodes:["n1102","n835","n30","n2590","n35","n29","n2591","n34","n28","n2592","n2312","n32","n2593","n31","n33","n2594","n2595","n1102"],tags:{highway:"service"}},w246:{id:"w246",nodes:["n1103","n1139","n1104"],tags:{barrier:"fence"}},w247:{id:"w247",nodes:["n1105","n1106","n1107","n1108","n1109","n1110","n1111","n1112","n1113","n1114","n1105"],tags:{building:"yes"}},w248:{id:"w248",nodes:["n1115","n1116","n1117","n1118","n1119","n1120","n1115"],tags:{building:"yes"}},w249:{id:"w249",nodes:["n1121","n1122","n1123","n1124","n1121"],tags:{building:"yes"}},w25:{id:"w25",nodes:["n131","n132","n133","n134","n135","n136","n137","n138","n139","n140","n141","n142","n131"],tags:{building:"yes"}},w250:{id:"w250",nodes:["n1125","n1126","n1127","n1128","n1129","n1130","n1131","n1132","n1133","n1134","n1135","n1136","n1125"],tags:{building:"yes"}},w251:{id:"w251",nodes:["n1137","n1138","n1139"],tags:{barrier:"fence"}},w252:{id:"w252",nodes:["n876","n1140","n1141"],tags:{footway:"sidewalk",highway:"footway"}},w253:{id:"w253",nodes:["n1141","n1142","n1143","n1144","n1145","n1146"],tags:{footway:"sidewalk",highway:"footway"}},w254:{id:"w254",nodes:["n1146","n4743","n1147","n1148"],tags:{footway:"sidewalk",highway:"footway"}},w255:{id:"w255",nodes:["n1148","n1149","n1150","n1151"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w256:{id:"w256",nodes:["n1151","n1153","n1154","n1155"],tags:{footway:"sidewalk",highway:"footway"}},w257:{id:"w257",nodes:["n1155","n1156"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w258:{id:"w258",nodes:["n1157","n1158"],tags:{barrier:"retaining_wall"}},w259:{id:"w259",nodes:["n1156","n1161","n1159","n1160","n719"],tags:{footway:"sidewalk",highway:"footway"}},w26:{id:"w26",nodes:["n143","n608","n144"],tags:{highway:"service"}},w260:{id:"w260",nodes:["n1162","n1163","n1164","n1165","n1166","n1167","n1168","n1169","n1170","n2528"],tags:{highway:"footway"}},w261:{id:"w261",nodes:["n1171","n1172","n1173"],tags:{barrier:"wall"}},w262:{id:"w262",nodes:["n1175","n1176","n1177","n1178","n1179","n1180","n1181","n1175"],tags:{natural:"wood"}},w263:{id:"w263",nodes:["n1947","n1184","n1948","n1185","n1949","n1957","n1950","n480","n1951","n479","n478","n477","n1952","n1851","n1956","n2248","n619","n618","n2249","n2250","n2251","n617","n2252","n616","n2253","n829","n2254","n827","n828","n2255","n830","n2256","n826","n2257","n831","n2258","n832","n835","n834","n2312","n2267","n2259","n833","n2268","n2260","n836","n2261","n837","n2262","n838","n2263","n2264","n839","n2265","n840","n2266"],tags:{highway:"path",name:"Riverwalk Trail",surface:"asphalt",width:"3"}},w264:{id:"w264",nodes:["n1186","n1187","n1188","n1189","n1186"],tags:{building:"yes"}},w265:{id:"w265",nodes:["n1190","n1191","n1192","n1193","n1190"],tags:{building:"yes"}},w266:{id:"w266",nodes:["n1194","n1195","n1196","n1197","n1198","n1199","n1200","n1201","n1194"],tags:{building:"yes"}},w267:{id:"w267",nodes:["n1205","n1206","n1207","n1208","n1209","n1210","n1205"],tags:{building:"house"}},w268:{id:"w268",nodes:["n1211","n1212","n1213","n1214","n1215","n1216","n1217","n1218","n1219","n1220","n1211"],tags:{building:"house"}},w269:{id:"w269",nodes:["n1221","n1225","n1222","n1223","n1224","n1221"],tags:{building:"house"}},w27:{id:"w27",nodes:["n145","n147","n146"],tags:{highway:"footway"}},w270:{id:"w270",nodes:["n1225","n1226","n1227","n1229","n1228"],tags:{barrier:"fence"}},w271:{id:"w271",nodes:["n1229","n1230"],tags:{barrier:"fence"}},w272:{id:"w272",nodes:["n1231","n1232","n1233","n1234","n1235","n1236","n1237","n1238","n1231"],tags:{building:"house"}},w273:{id:"w273",nodes:["n1239","n1240","n1241","n1242","n1243","n1244","n1245","n1246","n1239"],tags:{building:"house"}},w274:{id:"w274",nodes:["n1247","n1248","n1249","n1250","n1247"],tags:{building:"house"}},w275:{id:"w275",nodes:["n1251","n1252","n1253","n1254","n1255","n1256","n1251"],tags:{building:"house"}},w276:{id:"w276",nodes:["n1257","n1258","n1259","n1260","n1257"],tags:{building:"shed"}},w277:{id:"w277",nodes:["n1261","n1262","n1263","n1264","n1265","n1266","n1267","n1268","n1261"],tags:{building:"house"}},w278:{id:"w278",nodes:["n1269","n1270","n1271","n1272","n1273","n1274","n1284","n1269"],tags:{building:"house"}},w279:{id:"w279",nodes:["n1275","n1276","n1277","n1278","n1279","n1280","n1275"],tags:{building:"house"}},w28:{id:"w28",nodes:["n147","n148"],tags:{highway:"footway"}},w280:{id:"w280",nodes:["n1281","n1282","n1283","n1284"],tags:{barrier:"fence"}},w281:{id:"w281",nodes:["n1285","n1286","n1287","n1288","n1285"],tags:{building:"house"}},w282:{id:"w282",nodes:["n1289","n1290","n1291","n1292","n1293","n1294","n1295","n1296","n1289"],tags:{building:"house"}},w283:{id:"w283",nodes:["n1297","n1298","n1299","n1300","n1301","n1302","n1297"],tags:{access:"private",leisure:"swimming_pool"}},w284:{id:"w284",nodes:["n1303","n1304","n1305","n1306","n1307","n1308","n1309","n1310","n1311","n1312","n1303"],tags:{building:"house"}},w285:{id:"w285",nodes:["n1313","n1314","n1315","n1316","n1313"],tags:{building:"house"}},w286:{id:"w286",nodes:["n1317","n1318","n1319","n1320","n1321","n1322","n1323","n1324","n1325","n1326","n1327","n1328","n1329","n1330","n1317"],tags:{building:"house"}},w287:{id:"w287",nodes:["n1331","n1332","n1333","n1334","n1465","n1335","n1336","n1331"],tags:{building:"yes"}},w288:{id:"w288",nodes:["n1349","n1350","n1351","n1352","n1353","n1354","n1355","n1337","n1338","n1341","n1342","n1343","n1344","n1345","n1346","n1347","n1348","n1339","n1340","n1349"],tags:{access:"private",leisure:"swimming_pool"}},w289:{id:"w289",nodes:["n1356","n1331"],tags:{barrier:"fence"}},w29:{id:"w29",nodes:["n149","n874","n150","n151","n897","n898","n875","n152"],tags:{highway:"service",oneway:"yes"}},w290:{id:"w290",nodes:["n1357","n1358","n1359","n1360","n1357"],tags:{building:"shed"}},w291:{id:"w291",nodes:["n1358","n1361","n1362"],tags:{barrier:"fence"}},w292:{id:"w292",nodes:["n1363","n1364","n1365","n1366","n1367","n1368","n1363"],tags:{building:"house"}},w293:{id:"w293",nodes:["n1369","n1370","n1371","n1372","n1373","n1374","n1369"],tags:{leisure:"swimming_pool"}},w294:{id:"w294",nodes:["n1367","n1375","n1376","n1377"],tags:{barrier:"fence"}},w295:{id:"w295",nodes:["n1378","n1379","n1380","n1381","n1378"],tags:{building:"house"}},w296:{id:"w296",nodes:["n1382","n1383","n1384","n1385","n1386","n1387","n1382"],tags:{building:"house"}},w297:{id:"w297",nodes:["n1388","n1389","n1390","n1391","n1392","n1393","n1388"],tags:{building:"house"}},w298:{id:"w298",nodes:["n1394","n1395","n1396","n1397","n1394"],tags:{building:"house"}},w299:{id:"w299",nodes:["n1398","n1399","n1400","n1401","n1398"],tags:{access:"private3",leisure:"swimming_pool"}},w3:{id:"w3",nodes:["n1","n2"],tags:{highway:"track",name:"Water Street"}},w30:{id:"w30",nodes:["n153","n154","n155","n156","n153"],tags:{amenity:"parking"}},w300:{id:"w300",nodes:["n1402","n1403","n1404","n1405","n1406","n1407","n1408","n1409","n1410","n1411","n1412","n1413","n1402"],tags:{building:"house"}},w301:{id:"w301",nodes:["n1414","n1415","n1416","n1417","n1414"],tags:{building:"garage"}},w302:{id:"w302",nodes:["n1406","n1418","n1419","n1403"],tags:{barrier:"fence"}},w303:{id:"w303",nodes:["n1423","n1424","n1425","n1426","n1427","n1428","n1429","n1430","n1431","n1432","n1423"],tags:{building:"house"}},w304:{id:"w304",nodes:["n1433","n1434","n1435","n1446","n1436","n1437","n1438","n1439","n1444","n1440","n1441","n1445","n1442","n1443","n1433"],tags:{access:"private",leisure:"swimming_pool"}},w305:{id:"w305",nodes:["n1447","n1448","n1452","n1453","n1454","n1451","n1449","n1450","n1447"],tags:{building:"house"}},w306:{id:"w306",nodes:["n1455","n1456","n1457","n1458","n1455"],tags:{building:"shed"}},w307:{id:"w307",nodes:["n1459","n1460","n1461","n1462","n1459"],tags:{building:"shed"}},w308:{id:"w308",nodes:["n1463","n1464"],tags:{barrier:"fence"}},w309:{id:"w309",nodes:["n1465","n1466","n1467","n1468"],tags:{barrier:"fence"}},w31:{id:"w31",nodes:["n157","n605","n158"],tags:{highway:"service"}},w310:{id:"w310",nodes:["n1469","n1481","n1463"],tags:{barrier:"hedge"}},w311:{id:"w311",nodes:["n1470","n1471","n1472","n1473","n1474","n1475","n1480","n1476","n1477","n1478","n1479","n1470"],tags:{building:"house"}},w312:{id:"w312",nodes:["n1480","n1481"],tags:{barrier:"wall"}},w313:{id:"w313",nodes:["n1482","n1483","n1484","n1485","n1486","n1487","n1488","n1489","n1490","n1491","n1482"],tags:{access:"private",leisure:"swimming_pool"}},w314:{id:"w314",nodes:["n1492","n1493","n1494","n1495","n1496","n1497","n1498","n1499","n1500","n1501","n1502","n1503","n1504","n1505","n1492"],tags:{building:"house"}},w315:{id:"w315",nodes:["n1506","n1507","n1508","n1509","n1510","n1511","n1512","n1513","n1514","n1515","n1506"],tags:{building:"house"}},w316:{id:"w316",nodes:["n1516","n1517","n1518","n1519","n1520","n1521","n1522","n1523","n1516"],tags:{building:"house"}},w317:{id:"w317",nodes:["n1524","n1525","n1526","n1527","n1528","n1529","n1530","n1531","n1524"],tags:{building:"house"}},w318:{id:"w318",nodes:["n1532","n1533"],tags:{barrier:"fence"}},w319:{id:"w319",nodes:["n1534","n1532","n1535"],tags:{barrier:"fence"}},w32:{id:"w32",nodes:["n159","n160","n161","n162","n159"],tags:{amenity:"parking"}},w320:{id:"w320",nodes:["n1536","n1537","n1538","n1539","n1536"],tags:{building:"shed"}},w321:{id:"w321",nodes:["n1540","n1541","n1542","n1543","n1540"],tags:{building:"shed"}},w322:{id:"w322",nodes:["n1544","n1545","n1546","n1547","n1544"],tags:{building:"shed"}},w323:{id:"w323",nodes:["n1548","n1549","n1550","n1551","n1548"],tags:{building:"house"}},w324:{id:"w324",nodes:["n1552","n1553","n1554","n1555","n1556","n1557","n1558","n1559","n1552"],tags:{building:"house"}},w325:{id:"w325",nodes:["n1560","n1561","n1562","n1563","n1564","n1565","n1566","n1567","n1560"],tags:{building:"house"}},w326:{id:"w326",nodes:["n1561","n1568","n1569","n1570"],tags:{barrier:"wall"}},w327:{id:"w327",nodes:["n1571","n1572"],tags:{barrier:"fence"}},w328:{id:"w328",nodes:["n1573","n1574","n1575","n1576","n1573"],tags:{building:"house"}},w329:{id:"w329",nodes:["n1577","n1578","n1579","n1580","n1581","n1582","n1583","n1584","n1585","n1586","n1577"],tags:{building:"house"}},w33:{id:"w33",nodes:["n157","n163"],tags:{highway:"service"}},w330:{id:"w330",nodes:["n1587","n1588","n1589","n1590","n1591","n1592","n1593","n1594","n1587"],tags:{building:"house"}},w331:{id:"w331",nodes:["n1595","n1596","n1597","n1598","n1599","n1600","n1601","n1595"],tags:{access:"private",leisure:"swimming_pool"}},w332:{id:"w332",nodes:["n1602","n1603","n1604","n1605","n1606","n1607","n1608","n1609","n1611","n1610","n1612","n1613","n1602"],tags:{building:"house"}},w333:{id:"w333",nodes:["n2018","n1626","n1627","n2017","n2018"],tags:{amenity:"shelter",shelter_type:"picnic_shelter"}},w334:{id:"w334",nodes:["n2","n3","n2764"],tags:{highway:"service",name:"Water Street"}},w335:{id:"w335",nodes:["n3","n1628","n1614"],tags:{highway:"service"}},w336:{id:"w336",nodes:["n3198","n4545","n2747"],tags:{highway:"residential",name:"Morris Avenue"}},w337:{id:"w337",nodes:["n1629","n3504"],tags:{highway:"service",service:"alley",surface:"unpaved"}},w338:{id:"w338",nodes:["n1813","n1635","n1814","n1634","n1815","n1632","n1816","n1817"],tags:{highway:"service",service:"parking_aisle"}},w339:{id:"w339",nodes:["n1827","n4684","n4690","n1842","n4686","n4685","n1826","n1828","n1846","n1645","n1637","n4703","n1641"],tags:{highway:"residential",name:"Millard Street"}},w34:{id:"w34",nodes:["n164","n165","n166","n171","n866","n172","n167","n168","n169","n910","n170","n164"],tags:{amenity:"parking"}},w340:{id:"w340",nodes:["n1824","n1825"],tags:{highway:"service",service:"parking_aisle"}},w341:{id:"w341",nodes:["n1701","n1702","n1703","n1704","n1705","n1706","n1701"],tags:{building:"yes"}},w342:{id:"w342",nodes:["n1855","n1860","n1856","n1775","n1804","n1776","n1855"],tags:{amenity:"parking",fee:"no"}},w343:{id:"w343",nodes:["n1757","n1758","n1759","n1760","n1757"],tags:{building:"yes"}},w344:{id:"w344",nodes:["n1659","n1660","n1661","n1662","n1663","n1664","n1665","n1666","n1659"],tags:{building:"school"}},w345:{id:"w345",nodes:["n1751","n1752","n1753","n1754","n1755","n1756","n1751"],tags:{building:"yes"}},w346:{id:"w346",nodes:["n1641","n1676","n1673","n1639","n1810","n1642","n1849","n4759","n1845"],tags:{highway:"residential",name:"Douglas Avenue"}},w347:{id:"w347",nodes:["n1642","n1643","n1031","n1630","n845","n1631","n816","n1831","n902","n905","n152","n149","n1832","n1850","n878","n1833","n1852","n42","n1834","n61","n60","n1851","n1835"],tags:{highway:"primary",name:"Michigan Avenue"}},w348:{id:"w348",nodes:["n1650","n1651","n1652","n1653","n1654","n1655","n1656","n1657","n1658","n1650"],tags:{leisure:"playground"}},w349:{id:"w349",nodes:["n1861","n1818","n1819","n1820","n1821","n1825","n1823","n1639"],tags:{highway:"service"}},w35:{id:"w35",nodes:["n168","n167","n172"],tags:{barrier:"fence",fence_type:"chain_link"}},w350:{id:"w350",nodes:["n1783","n1819","n1784","n1857","n1861","n1858","n1783"],tags:{amenity:"parking"}},w351:{id:"w351",nodes:["n1717","n1718","n1719","n1720","n1717"],tags:{building:"yes"}},w352:{id:"w352",nodes:["n1743","n1744","n1745","n1746","n1747","n1748","n1749","n1750","n1743"],tags:{building:"yes"}},w353:{id:"w353",nodes:["n1637","n1636","n1029","n4715","n1630"],tags:{highway:"residential",name:"Lincoln Avenue"}},w354:{id:"w354",nodes:["n1713","n1714","n1715","n1716","n1713"],tags:{building:"yes"}},w355:{id:"w355",nodes:["n1689","n1690","n1691","n1692","n1693","n1694","n1695","n1696","n1689"],tags:{building:"yes"}},w356:{id:"w356",nodes:["n1631","n4717","n1840","n4745","n1841"],tags:{highway:"residential",name:"Hook Avenue"}},w357:{id:"w357",nodes:["n1737","n1738","n1739","n1740","n1741","n1742","n1737"],tags:{building:"yes"}},w358:{id:"w358",nodes:["n1707","n1708","n1709","n1710","n1711","n1712","n1707"],tags:{building:"yes"}},w359:{id:"w359",nodes:["n1829","n4695","n4697","n1843","n4698","n4701","n1638","n4702","n4705","n1636","n4706","n4707","n1633"],tags:{highway:"residential",name:"South Street"}},w36:{id:"w36",nodes:["n910","n171","n866","n172"],tags:{barrier:"fence",fence_type:"chain_link"}},w360:{id:"w360",nodes:["n1767","n1768","n1769","n1770","n1771","n1772","n1773","n1774","n1767"],tags:{building:"yes"}},w361:{id:"w361",nodes:["n1859","n1860","n1804","n1640","n1805","n1817","n1806","n1644","n1811","n1807","n1808","n3419","n1812","n1790","n3418","n3744","n1809","n1813","n1810"],tags:{highway:"service"}},w362:{id:"w362",nodes:["n1639","n1683","n4710","n1633"],tags:{highway:"residential",name:"South Street",oneway:"yes"}},w363:{id:"w363",nodes:["n1646","n1647","n1648","n1649","n1646"],tags:{leisure:"pitch",pitch:"basketball"}},w364:{id:"w364",nodes:["n3820","n3821","n3822","n3823","n3824","n3825","n3826","n3827","n3828","n3829","n3830","n3838","n3839","n3820"],tags:{amenity:"school",name:"Three Rivers Middle School"}},w365:{id:"w365",nodes:["n1721","n1722","n1723","n1724","n1725","n1726","n1727","n1728","n1729","n1730","n1731","n1732","n1733","n1734","n1735","n1736","n1721"],tags:{building:"yes"}},w366:{id:"w366",nodes:["n1791","n1792","n1793","n1794","n1795","n1796","n1798","n1799","n1800","n1801","n1802","n1803","n1791"],tags:{amenity:"parking"}},w367:{id:"w367",nodes:["n1633","n4708","n4711","n1643","n4712","n1838","n4752","n1839"],tags:{highway:"residential",name:"Grant Avenue"}},w368:{id:"w368",nodes:["n1853","n1687","n1688","n1854","n1853"],tags:{amenity:"library",building:"yes",name:"Three Rivers Public Library"}},w369:{id:"w369",nodes:["n1777","n1778","n1779","n1780","n1781","n1782","n1777"],tags:{amenity:"parking"}},w37:{id:"w37",nodes:["n173","n174","n175","n176","n177","n178","n179","n180","n173"],tags:{building:"yes"}},w370:{id:"w370",nodes:["n1645","n1638","n858","n4718","n1631"],tags:{highway:"residential",name:"Hook Avenue"}},w371:{id:"w371",nodes:["n3836","n3835","n4624","n3831","n4632","n3834","n3832","n3833","n3830","n3838","n3839","n3837","n3836"],tags:{amenity:"school",name:"Three Rivers High School"}},w372:{id:"w372",nodes:["n1697","n1698","n1699","n1700","n1697"],tags:{building:"yes"}},w373:{id:"w373",nodes:["n2891","n1785","n1786","n3394","n1787","n1788","n1789","n1830","n1836","n1837","n1848","n3409","n2891"],tags:{amenity:"parking"}},w374:{id:"w374",nodes:["n1761","n1762","n1763","n1764","n1765","n1766","n1761"],tags:{building:"yes"}},w375:{id:"w375",nodes:["n1822","n1823"],tags:{highway:"service",service:"parking_aisle"}},w376:{id:"w376",nodes:["n1677","n1678","n1679","n1680","n1681","n1682","n1677"],tags:{amenity:"parking"}},w377:{id:"w377",nodes:["n1676","n1675","n1674","n1673"],tags:{highway:"service",oneway:"yes"}},w378:{id:"w378",nodes:["n1667","n1668","n1669","n1670","n1671","n1672","n1667"],tags:{amenity:"school",name:"Andrews Elementary School"}},w379:{id:"w379",nodes:["n1630","n4714","n1847","n4750","n1844"],tags:{highway:"residential",name:"Lincoln Avenue"}},w38:{id:"w38",nodes:["n181","n182","n183","n185","n184","n181"],tags:{building:"yes"}},w380:{id:"w380",nodes:["n1683","n3745","n1686","n1633"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w381:{id:"w381",nodes:["n2022","n2037"],tags:{highway:"footway"}},w382:{id:"w382",nodes:["n1826","n1863"],tags:{highway:"residential"}},w383:{id:"w383",nodes:["n2011","n2012","n739","n2013","n2014","n2029","n2011"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w384:{id:"w384",nodes:["n2064","n2065","n2066","n2067","n2068","n2069","n2070","n2071","n2072","n2073","n2074","n2075","n2076","n2077","n2078","n2079","n2064"],tags:{building:"yes"}},w385:{id:"w385",nodes:["n1923","n1924","n1925","n1926","n1927","n1928","n1930","n1929","n1923"],tags:{natural:"water"}},w386:{id:"w386",nodes:["n1827","n14","n1886","n15","n1887","n16","n1888","n18","n17","n1889","n12","n13","n1890","n485","n1864","n11","n10","n2058","n2036","n1865","n2020","n9","n8","n1866","n295","n1867"],tags:{highway:"service"}},w387:{id:"w387",nodes:["n1846","n1843","n865","n157","n4721","n1831"],tags:{highway:"residential",name:"Andrews Street"}},w388:{id:"w388",nodes:["n2019","n2020","n2021","n2022","n2023","n2024","n2025","n2026","n2027","n2028","n2029"],tags:{highway:"footway"}},w389:{id:"w389",nodes:["n2217","n2222","n2221","n2219","n1877","n1879","n1882","n1883","n484","n1885","n483","n1880","n1881","n1878","n1884","n2223"],tags:{name:"Rocky River",waterway:"river"}},w39:{id:"w39",nodes:["n185","n186","n187"],tags:{barrier:"fence"}},w390:{id:"w390",nodes:["n2050","n2051","n2052","n2053","n2050"],tags:{amenity:"shelter",shelter_type:"picnic_shelter"}},w391:{id:"w391",nodes:["n2089","n2090","n2091","n2092","n2093","n2094","n2311","n2095","n2096","n2097","n2098","n1174","n2099","n751","n43","n2062","n4725","n873","n1832"],tags:{highway:"residential",name:"Constantine Street"}},w392:{id:"w392",nodes:["n1869","n212","n436","n2281","n2081"],tags:{highway:"primary",name:"Michigan Avenue"}},w393:{id:"w393",nodes:["n1829","n611","n144","n4694","n602","n1832"],tags:{highway:"tertiary",name:"Constantine Street"}},w394:{id:"w394",nodes:["n1997","n1998","n2000","n1999"],tags:{highway:"service",service:"parking_aisle"}},w395:{id:"w395",nodes:["n1835","n1869"],tags:{bridge:"yes",highway:"primary",name:"Michigan Avenue"}},w396:{id:"w396",nodes:["n2000","n2001"],tags:{highway:"service",service:"parking_aisle"}},w397:{id:"w397",nodes:["n2082","n4688","n1842","n308","n498","n509","n246","n241","n1867","n4645","n293","n1834"],tags:{highway:"residential",name:"Spring Street"}},w398:{id:"w398",nodes:["n2015","n2016","n2017","n2018","n2015"],tags:{building:"yes"}},w399:{id:"w399",nodes:["n2062","n45","n2063","n877","n41","n1852"],tags:{highway:"service"}},w4:{id:"w4",nodes:["n7","n38","n378","n379","n7"],tags:{building:"yes"}},w40:{id:"w40",nodes:["n188","n189","n190","n191","n192","n193","n188"],tags:{building:"house"}},w400:{id:"w400",nodes:["n1968","n1969","n1970","n1971","n2007","n1972","n1973","n1978","n1974","n1977","n1976","n1975","n1968"],tags:{amenity:"parking"}},w401:{id:"w401",nodes:["n1963","n1964"],tags:{bridge:"yes",highway:"footway"}},w402:{id:"w402",nodes:["n1892","n1893","n1894","n1895","n1896","n1897","n1898","n1899","n1900","n1901","n1902","n1903","n1892"],tags:{"addr:city":"Three Rivers","addr:housenumber":"112","addr:postcode":"49093","addr:state":"MI","addr:street":"Spring Street",barrier:"fence",name:"Scidmore Park Petting Zoo",tourism:"zoo",zoo:"petting_zoo"}},w403:{id:"w403",nodes:["n1957","n1958","n1959","n481","n1960","n482","n1949"],tags:{highway:"path"}},w404:{id:"w404",nodes:["n2281","n27","n330","n1987","n1988"],tags:{highway:"service"}},w405:{id:"w405",nodes:["n2249","n2269","n2270","n2271","n2272","n454","n455","n2273"],tags:{highway:"path",name:"Riverwalk Trail"}},w406:{id:"w406",nodes:["n1947","n1624","n1625","n2030","n2033","n4658","n4659","n2031","n2032","n2021"],tags:{highway:"footway"}},w407:{id:"w407",nodes:["n2034","n2036","n2009"],tags:{highway:"footway"}},w408:{id:"w408",nodes:["n1964","n1965","n2002","n1966","n21","n1967","n1969"],tags:{highway:"footway"}},w409:{id:"w409",nodes:["n1904","n1905","n1906","n1907","n1908","n1909","n748","n1910","n747","n1911","n749","n1912","n750","n1913","n1922","n1914","n1921","n1915","n746","n1916","n745","n1917","n744","n1918","n743","n742","n1919","n741","n1920","n740","n1904"],tags:{natural:"water"}},w41:{id:"w41",nodes:["n194","n195","n196","n197","n198","n199","n200","n201","n202","n203","n204","n205","n194"],tags:{building:"house"}},w410:{id:"w410",nodes:["n1868","n2088"],tags:{bridge:"yes",name:"Conrail Railroad",railway:"rail"}},w411:{id:"w411",nodes:["n2010","n2019","n2009","n2008","n2058","n2035","n1961","n1962","n1947","n1963"],tags:{highway:"footway"}},w412:{id:"w412",nodes:["n2290","n2043","n2044","n2045","n1872","n2041","n1873","n2042","n1874","n2046","n2047","n2048","n2049","n2290"],tags:{"addr:city":"Three Rivers","addr:housenumber":"112","addr:postcode":"49093","addr:state":"MI","addr:street":"Spring Street",leisure:"park",name:"Scidmore Park"}},w413:{id:"w413",nodes:["n1831","n876","n4720","n821","n2089"],tags:{highway:"residential",name:"Andrews Street"}},w414:{id:"w414",nodes:["n2002","n2003","n2004","n2005","n2006","n2007"],tags:{highway:"footway"}},w415:{id:"w415",nodes:["n1979","n1980","n1981","n1982","n1979"],tags:{amenity:"parking"}},w416:{id:"w416",nodes:["n2054","n2055","n2056","n2057","n2054"],tags:{amenity:"shelter",shelter_type:"picnic_shelter"}},w417:{id:"w417",nodes:["n2291","n2292","n2293","n2294","n2295","n2296","n2297","n2298","n2299","n1098","n2300","n2301","n2302","n2303","n2304","n2059","n2060","n2305","n2307","n2306","n2310","n2308","n2309","n2291"],tags:{leisure:"park",name:"Memory Isle Park"}},w418:{id:"w418",nodes:["n2033","n2034","n2035"],tags:{highway:"footway"}},w419:{id:"w419",nodes:["n1983","n1984","n1985","n1986","n1983"],tags:{amenity:"parking"}},w42:{id:"w42",nodes:["n206","n207","n208","n209","n210","n211","n206"],tags:{building:"house"}},w420:{id:"w420",nodes:["n1840","n4746","n4748","n1847","n4749","n4755","n1838","n4754","n4756","n1849"],tags:{highway:"residential",name:"French Street"}},w421:{id:"w421",nodes:["n2337","n2268"],tags:{highway:"path"}},w422:{id:"w422",nodes:["n2338","n2339","n2320","n2317","n2319","n2318","n2340","n2341","n2342","n2343","n2344","n2345","n2346","n2347","n2348","n2338"],tags:{natural:"water"}},w423:{id:"w423",nodes:["n2180","n2349","n2350","n2351","n2352","n2404","n2353","n2354","n2355","n2356","n2357","n2358","n2359","n2360","n2361","n2362","n2363","n2364","n2365","n2366","n2370","n2371","n2372","n2373","n2374","n2375","n2377","n2378","n2380","n2381","n2382","n2383","n2386","n2389","n2390","n2391","n2392","n2393","n2396","n2397","n2401","n2402","n2321","n2322","n2323","n2403","n2180"],tags:{natural:"wetland"}},w424:{id:"w424",nodes:["n2324","n2316","n1841","n2315","n2314","n1844","n1839","n4758","n1845"],tags:{highway:"residential",name:"Pealer Street"}},w425:{id:"w425",nodes:["n2267","n2337","n2336","n2335","n2334","n2333","n2332","n2331","n2330","n37","n2329","n2328","n2327","n36","n2326","n2325","n2266"],tags:{highway:"path",name:"Riverwalk Trail"}},w426:{id:"w426",nodes:["n2478","n681","n680","n679","n2459","n2467","n2487","n2478"],tags:{building:"yes"}},w427:{id:"w427",nodes:["n2671","n2672","n2673","n2674","n2671"],tags:{building:"yes"}},w428:{id:"w428",nodes:["n2483","n2482","n2486","n2489","n2492","n2502","n2495","n2480","n2483"],tags:{building:"yes"}},w429:{id:"w429",nodes:["n2707","n2708","n2716","n2712","n2714","n2713","n2715","n2711","n2710","n2723","n2709","n2707"],tags:{amenity:"parking"}},w43:{id:"w43",nodes:["n1955","n1956"],tags:{footway:"sidewalk",highway:"footway",name:"Riverwalk Trail"}},w430:{id:"w430",nodes:["n2471","n2474","n2484","n2479","n2471"],tags:{building:"yes"}},w431:{id:"w431",nodes:["n2218","n2434","n2436","n2433","n2435","n2210"],tags:{name:"Rocky River",waterway:"river"}},w432:{id:"w432",nodes:["n2782","n2532","n2783","n2784","n2782"],tags:{amenity:"parking"}},w433:{id:"w433",nodes:["n2513","n649","n2520","n2514","n2507","n2513"],tags:{building:"yes"}},w434:{id:"w434",nodes:["n2470","n2468","n2461","n2465","n2470"],tags:{building:"yes"}},w435:{id:"w435",nodes:["n2598","n2599","n648","n649","n2520","n2598"],tags:{building:"yes"}},w436:{id:"w436",nodes:["n2639","n2640","n2641","n2642","n2643","n2644","n2645","n2646","n2647","n2648","n2639"],tags:{building:"yes"}},w437:{id:"w437",nodes:["n2503","n2512","n2508","n2499","n2503"],tags:{building:"yes"}},w438:{id:"w438",nodes:["n2440","n2800","n2774","n1"],tags:{highway:"residential",name:"Water Street"}},w439:{id:"w439",nodes:["n2675","n2676","n2677","n2678","n2675"],tags:{building:"yes"}},w44:{id:"w44",nodes:["n213","n214","n215","n216","n213"],tags:{building:"yes"}},w440:{id:"w440",nodes:["n2512","n2503","n2507","n2514","n2512"],tags:{building:"yes"}},w441:{id:"w441",nodes:["n2554","n2717","n674","n2720","n2798"],tags:{highway:"service",oneway:"yes"}},w442:{id:"w442",nodes:["n2583","n2596","n2584","n2585","n2595","n2586","n2587","n2588","n2589","n2583"],tags:{amenity:"parking"}},w443:{id:"w443",nodes:["n2629","n2627","n2628","n2616","n2630","n2629"],tags:{building:"yes"}},w444:{id:"w444",nodes:["n2717","n2724","n670","n2718","n669","n668","n2722","n2727"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w445:{id:"w445",nodes:["n2572","n2573"],tags:{bridge:"yes",highway:"path",name:"Riverwalk Trail"}},w446:{id:"w446",nodes:["n2603","n2604","n2601","n2605","n2606","n2607","n2603"],tags:{building:"yes"}},w447:{id:"w447",nodes:["n2780","n2777","n628","n624","n2779"],tags:{highway:"residential",name:"Foster Street",oneway:"yes"}},w448:{id:"w448",nodes:["n2733","n2734","n2735","n2736","n2737","n2738","n663","n664","n2739","n2733"],tags:{building:"yes"}},w449:{id:"w449",nodes:["n2564","n2565","n2566","n2567","n2568","n2794","n2795","n2564"],tags:{amenity:"parking"}},w45:{id:"w45",nodes:["n217","n218","n219","n220","n217"],tags:{amenity:"shelter",shelter_type:"picnic_shelter"}},w450:{id:"w450",nodes:["n2799","n2728","n2729","n2730","n2731","n2732","n2799"],tags:{building:"yes"}},w451:{id:"w451",nodes:["n2441","n1170","n2442","n2575","n2443","n2445","n2444","n2448","n2441"],tags:{amenity:"parking"}},w452:{id:"w452",nodes:["n2273","n457","n2569","n458","n2570"],tags:{highway:"path",name:"Riverwalk Trail"}},w453:{id:"w453",nodes:["n2447","n2242","n2448","n2527","n2530"],tags:{highway:"service"}},w454:{id:"w454",nodes:["n2560","n333","n2561"],tags:{highway:"service",service:"parking_aisle"}},w455:{id:"w455",nodes:["n2679","n2680","n2681","n2682","n2683","n2684","n2685","n2686","n2687","n2688","n2689","n2690","n2679"],tags:{building:"yes"}},w456:{id:"w456",nodes:["n2425","n2429","n2424"],tags:{bridge:"yes",highway:"residential",name:"Moore Street"}},w457:{id:"w457",nodes:["n2487","n2467","n2472","n2480","n2495","n2487"],tags:{building:"yes"}},w458:{id:"w458",nodes:["n2659","n2660","n2661","n2662","n678","n677","n2663","n2664","n2665","n2666","n675","n676","n2659"],tags:{building:"yes"}},w459:{id:"w459",nodes:["n2600","n2598","n2599","n2601","n2605","n2602","n2600"],tags:{building:"yes"}},w46:{id:"w46",nodes:["n221","n222","n223","n224","n221"],tags:{amenity:"shelter",shelter_type:"picnic_shelter"}},w460:{id:"w460",nodes:["n2468","n2464","n2455","n2457","n2461","n2468"],tags:{building:"yes"}},w461:{id:"w461",nodes:["n2478","n2473","n683","n682","n2463","n681","n2478"],tags:{building:"yes"}},w462:{id:"w462",nodes:["n2547","n473","n2548","n2549"],tags:{highway:"service",service:"parking_aisle"}},w463:{id:"w463",nodes:["n2573","n2574"],tags:{highway:"path",name:"Riverwalk Trail"}},w464:{id:"w464",nodes:["n2445","n2597","n2527","n2528","n2529","n2530","n2531","n2597"],tags:{highway:"service",service:"parking_aisle"}},w465:{id:"w465",nodes:["n2571","n459","n2572"],tags:{highway:"path",name:"Riverwalk Trail"}},w466:{id:"w466",nodes:["n2445","n2574","n2552","n442","n2551","n4727","n323","n2446"],tags:{highway:"service"}},w467:{id:"w467",nodes:["n2484","n2474","n2477","n2485","n2488","n2484"],tags:{building:"yes"}},w468:{id:"w468",nodes:["n2695","n2696","n2697","n2698","n2699","n2700","n2701","n2702","n2695"],tags:{building:"yes"}},w469:{id:"w469",nodes:["n2469","n2476","n2481","n2475","n920","n2466","n2469"],tags:{building:"yes"}},w47:{id:"w47",nodes:["n1988","n1997","n1989","n25","n24","n1990","n26","n1991","n21","n1992","n2006","n1993","n22","n1994","n23","n1995","n1999","n1996","n2001","n1988"],tags:{highway:"service"}},w470:{id:"w470",nodes:["n2473","n2470","n2465","n2458","n2462","n683","n2473"],tags:{building:"yes"}},w471:{id:"w471",nodes:["n2490","n2496","n994","n997","n998","n996","n995","n2485","n2477","n2490"],tags:{building:"yes"}},w472:{id:"w472",nodes:["n2424","n2426","n2427","n2428"],tags:{highway:"residential",name:"Moore Street"}},w473:{id:"w473",nodes:["n2432","n1026","n4741","n2554","n2425"],tags:{highway:"residential",name:"Moore Street"}},w474:{id:"w474",nodes:["n2577","n2576"],tags:{bridge:"yes",highway:"footway"}},w475:{id:"w475",nodes:["n2497","n2505","n2500","n2493","n2497"],tags:{building:"yes"}},w476:{id:"w476",nodes:["n2493","n2500","n2501","n2496","n2490","n2493"],tags:{building:"yes"}},w477:{id:"w477",nodes:["n2431","n360","n4726","n418","n397","n396","n2547","n646","n2447","n644","n2418","n424","n640","n2419","n2420","n2423"],tags:{highway:"residential",name:"Railroad Drive"}},w478:{id:"w478",nodes:["n2515","n2511","n2498","n2504","n2509","n2515"],tags:{building:"yes"}},w479:{id:"w479",nodes:["n2525","n651","n650","n2526","n2524","n653","n652","n656","n2523","n654","n2518","n2517","n2521","n2522","n2525"],tags:{building:"yes"}},w48:{id:"w48",nodes:["n225","n237","n226","n227","n228","n229","n230","n231","n232","n233","n234","n235","n236","n225"],tags:{building:"yes"}},w480:{id:"w480",nodes:["n2703","n2704","n2710","n2711","n2705","n2706","n2703"],tags:{amenity:"parking"}},w481:{id:"w481",nodes:["n2796","n2657","n2658","n2797","n2796"],tags:{building:"yes"}},w482:{id:"w482",nodes:["n2550","n2551","n442","n2552","n2553","n2550"],tags:{amenity:"parking"}},w483:{id:"w483",nodes:["n2790","n2542"],tags:{highway:"service",service:"parking_aisle"}},w484:{id:"w484",nodes:["n2311","n1102"],tags:{highway:"service"}},w485:{id:"w485",nodes:["n2515","n2509","n2516","n2519","n2515"],tags:{building:"yes"}},w486:{id:"w486",nodes:["n2506","n2502","n2492","n2491","n2494","n2506"],tags:{building:"yes"}},w487:{id:"w487",nodes:["n2667","n2668","n2669","n2670","n2667"],tags:{building:"yes"}},w488:{id:"w488",nodes:["n2616","n2608","n2617","n2618","n2619","n2620","n2621","n2622","n2623","n2624","n2625","n2626","n2627","n2628","n2616"],tags:{building:"yes"}},w489:{id:"w489",nodes:["n2081","n2430"],tags:{bridge:"yes",highway:"primary",name:"Michigan Avenue"}},w49:{id:"w49",nodes:["n237","n238"],tags:{highway:"footway"}},w490:{id:"w490",nodes:["n2410","n636","n730","n635","n2409","n2694","n2751","n2765","n2753","n2768","n2754","n2769","n2745","n2766","n4503","n2763","n4501","n2752","n2781"],tags:{highway:"residential",name:"Portage Avenue"}},w491:{id:"w491",nodes:["n2578","n2579","n2580","n2581","n2578"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w492:{id:"w492",nodes:["n2556","n2557","n2558","n2559","n2556"],tags:{amenity:"parking"}},w493:{id:"w493",nodes:["n2460","n2456","n687","n2453","n2454","n2460"],tags:{building:"yes"}},w494:{id:"w494",nodes:["n2471","n2479","n2476","n2469","n2471"],tags:{building:"yes"}},w495:{id:"w495",nodes:["n2724","n2725","n673","n672","n671","n2726","n2727"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w496:{id:"w496",nodes:["n2649","n2650","n2651","n2652","n2653","n2654","n2655","n2656","n2649"],tags:{building:"yes"}},w497:{id:"w497",nodes:["n2430","n2446","n343","n2101","n2560","n2431","n363","n2748"],tags:{highway:"primary",name:"Michigan Avenue"}},w498:{id:"w498",nodes:["n2691","n2692","n634","n633","n2693","n2694"],tags:{highway:"service"}},w499:{id:"w499",nodes:["n2423","n2415","n661","n2416","n2417","n2719","n2721","n2772","n2756","n2773","n2759","n2767"],tags:{highway:"residential",name:"West Street"}},w5:{id:"w5",nodes:["n380","n381","n382","n383","n429","n430","n380"],tags:{building:"yes"}},w50:{id:"w50",nodes:["n239","n499","n508","n245","n238","n242","n240"],tags:{footway:"sidewalk",highway:"footway"}},w500:{id:"w500",nodes:["n2428","n1152","n2421","n2324"],tags:{bridge:"yes",highway:"residential",name:"Moore Street"}},w501:{id:"w501",nodes:["n2608","n2609","n2610","n2611","n2612","n2613","n2614","n2615","n2617","n2608"],tags:{building:"yes"}},w502:{id:"w502",nodes:["n2570","n2571"],tags:{bridge:"yes",highway:"path",name:"Riverwalk Trail"}},w503:{id:"w503",nodes:["n2540","n2542","n2787"],tags:{highway:"service"}},w504:{id:"w504",nodes:["n2269","n2582","n2250"],tags:{highway:"path"}},w505:{id:"w505",nodes:["n2631","n2632","n2633","n2634","n2635","n2636","n2637","n2638","n2631"],tags:{building:"yes"}},w506:{id:"w506",nodes:["n2543","n2544","n2545","n395","n2546","n2543"],tags:{amenity:"parking"}},w507:{id:"w507",nodes:["n2449","n2450","n2451","n2452","n1162","n2449"],tags:{leisure:"pitch",sport:"tennis"}},w508:{id:"w508",nodes:["n2554","n1160","n2559","n2558","n659","n2555","n658","n657","n2419"],tags:{highway:"service"}},w509:{id:"w509",nodes:["n2499","n2508","n2510","n2505","n2497","n2499"],tags:{building:"yes"}},w51:{id:"w51",nodes:["n241","n242","n243","n244"],tags:{highway:"service",surface:"unpaved"}},w510:{id:"w510",nodes:["n2575","n2577"],tags:{highway:"footway"}},w511:{id:"w511",nodes:["n2533","n2534","n2535","n2536","n2537","n2538","n2539","n2785","n2786","n2533"],tags:{amenity:"parking"}},w512:{id:"w512",nodes:["n2801","n2740","n2741","n2742","n2743","n2744","n2801"],tags:{building:"yes"}},w513:{id:"w513",nodes:["n2720","n2721"],tags:{highway:"service",service:"parking_aisle"}},w514:{id:"w514",nodes:["n2788","n2790","n2789","n989","n2540","n2541"],tags:{highway:"service",service:"parking_aisle"}},w515:{id:"w515",nodes:["n2848","n2849","n2850","n2851","n2803","n2804","n2812"],tags:{highway:"residential",name:"Middle Street"}},w516:{id:"w516",nodes:["n2852","n2805"],tags:{access:"private",highway:"service",name:"Battle Street"}},w517:{id:"w517",nodes:["n2863","n2815","n2814","n2812","n2864","n2855","n2865","n2867","n2868"],tags:{highway:"secondary",name:"Michigan Avenue",name_1:"State Highway 60",ref:"M 60"}},w518:{id:"w518",nodes:["n2859","n2808"],tags:{highway:"residential",name:"2nd Avenue"}},w519:{id:"w519",nodes:["n2823","n2824","n2825","n2826","n2827","n2828","n2823"],tags:{building:"yes"}},w52:{id:"w52",nodes:["n247","n248","n249","n250","n247"],tags:{amenity:"parking"}},w520:{id:"w520",nodes:["n2806","n2807","n2803"],tags:{highway:"residential",name:"2nd Avenue"}},w521:{id:"w521",nodes:["n2829","n2830","n2831","n2832","n2833","n2834","n2835","n2836","n2837","n2838","n2829"],tags:{building:"yes"}},w522:{id:"w522",nodes:["n2815","n2813","n2811","n4597","n2846","n4596","n2857","n4601","n2853","n4602","n2861","n4","n2879","n4560","n3550","n5","n1685"],tags:{highway:"residential",name:"Washington Street"}},w523:{id:"w523",nodes:["n2878","n2811","n2810","n2860","n2880","n2881","n2882"],tags:{highway:"residential",name:"5th Avenue"}},w524:{id:"w524",nodes:["n2816","n2817","n2818","n2819","n2820","n2821","n2822","n2816"],tags:{building:"yes"}},w525:{id:"w525",nodes:["n2869","n2856","n2806","n2808","n2814","n2809","n2810","n2847","n2858","n2854","n2870","n2871","n6","n2872","n2839","n2862"],tags:{highway:"residential",name:"Wood Street"}},w526:{id:"w526",nodes:["n2877","n2809","n2813","n2844","n2843"],tags:{highway:"residential",name:"4th Avenue"}},w527:{id:"w527",nodes:["n4785","n4784","n2936","n4788","n4787","n4786","n4785"],tags:{amenity:"parking"}},w528:{id:"w528",nodes:["n2864","n2892","n2893","n2877","n2860","n3840"],tags:{highway:"residential",name:"Garden Street"}},w529:{id:"w529",nodes:["n2868","n2890"],tags:{bridge:"yes",highway:"secondary",name:"Michigan Avenue",name_1:"State Highway 60",ref:"M 60"}},w53:{id:"w53",nodes:["n251","n252","n253","n254","n255","n256","n257","n258","n259","n260","n261","n262","n251"],tags:{building:"yes"}},w530:{id:"w530",nodes:["n2914","n2915","n2916","n2917","n2918","n2919","n2920","n2921","n2922","n2923","n2924","n2925","n2926","n2927","n2928","n2929","n2930","n2931","n2932","n2933","n2914"],tags:{building:"yes"}},w531:{id:"w531",nodes:["n2958","n2896"],tags:{bridge:"yes",highway:"secondary",name:"Main Street"}},w532:{id:"w532",nodes:["n2896","n394","n364","n2748"],tags:{highway:"secondary",name:"Main Street"}},w533:{id:"w533",nodes:["n2800","n2943","n2940","n2941","n2942","n2943"],tags:{highway:"service",service:"parking_aisle"}},w534:{id:"w534",nodes:["n3836","n3837","n3839","n3838","n3834","n4632","n3831","n4624","n3835","n3836"],tags:{barrier:"fence"}},w535:{id:"w535",nodes:["n2894","n2944","n2774","n2765"],tags:{highway:"residential",name:"5th Avenue"}},w536:{id:"w536",nodes:["n2890","n2780","n627","n2889","n2887","n623","n2888","n366","n2748"],tags:{highway:"secondary",name:"Michigan Avenue",name_1:"State Highway 60",ref:"M 60"}},w537:{id:"w537",nodes:["n2895","n738","n2887","n737","n2913"],tags:{highway:"residential",name:"Water Street"}},w538:{id:"w538",nodes:["n2855","n3756","n2884","n2885","n2886","n2945","n2946","n2947","n2948","n2949","n2950","n2951","n2952","n2953","n2955","n2848","n2956","n2856"],tags:{highway:"residential",name:"River Drive"}},w539:{id:"w539",nodes:["n2882","n2894"],tags:{bridge:"yes",highway:"residential",name:"5th Avenue"}},w54:{id:"w54",nodes:["n263","n264","n265","n266","n267","n268","n269","n270","n271","n272","n273","n274","n275","n276","n263"],tags:{building:"yes"}},w540:{id:"w540",nodes:["n2987","n2964","n2981","n2983","n2966","n2982","n2962","n2960","n2967","n2965","n2984","n2977","n2968","n2976","n2986","n2988","n2963","n2970","n2969","n2979","n2974","n2980","n2959","n2973","n2985","n2961","n2975","n2971","n2972","n2978","n2898","n2907","n2912","n2909","n2911","n2901","n2903","n2904","n2906","n2902","n2900","n2910","n2908","n2899","n2897","n2905","n2186","n2233"],tags:{name:"Portage River",waterway:"river"}},w541:{id:"w541",nodes:["n2852","n2851","n3003"],tags:{highway:"residential",name:"1st Avenue"}},w542:{id:"w542",nodes:["n2991","n3004","n2994"],tags:{highway:"residential",name:"River Street"}},w543:{id:"w543",nodes:["n2993","n2989"],tags:{bridge:"yes",highway:"residential",name:"6th Street"}},w544:{id:"w544",nodes:["n2995","n2996","n2997","n2998","n2999","n3000","n3001","n3002","n2990","n2991","n2993"],tags:{highway:"residential",name:"6th Street"}},w545:{id:"w545",nodes:["n2989","n2992","n2848"],tags:{highway:"residential",name:"6th Street"}},w546:{id:"w546",nodes:["n2313","n3169","n3170","n3171","n3172","n3173","n3174","n3175","n3176","n3177","n3178","n3179","n3180","n3191","n3181","n3190","n3182","n3183","n3184","n3185","n3186","n3187","n3188","n3189","n3160","n3161","n3162","n2126","n2146","n2156","n2129","n2112","n2109","n2313"],tags:{natural:"wetland"}},w547:{id:"w547",nodes:["n2088","n3013","n3015","n3014","n3017","n3018"],tags:{name:"Conrail Railroad",railway:"rail"}},w548:{id:"w548",nodes:["n3083","n3084","n3085","n3086","n3083"],tags:{building:"yes"}},w549:{id:"w549",nodes:["n3020","n2288","n2283","n2284","n2131","n2286","n2287","n2285","n2132","n2140","n2289","n3020"],tags:{leisure:"park",name:"Conservation Park"}},w55:{id:"w55",nodes:["n277","n278","n279","n280","n281","n282","n283","n284","n277"],tags:{building:"yes"}},w550:{id:"w550",nodes:["n3056","n3042","n3041","n3040","n3039","n3038","n3037","n3036","n3044","n3035","n3034","n3043","n3016","n3056","n3019","n3015","n3012"],tags:{highway:"service"}},w551:{id:"w551",nodes:["n3044","n3045","n3046","n3047","n3048","n3049","n3050","n3051","n3052","n3053","n3054","n3055","n3016"],tags:{highway:"footway"}},w552:{id:"w552",nodes:["n3117","n3118","n3119","n3120","n3121","n3122","n3117"],tags:{building:"yes"}},w553:{id:"w553",nodes:["n3123","n3124","n3129","n3125","n3126","n3123"],tags:{building:"yes"}},w554:{id:"w554",nodes:["n3069","n3070","n3071","n3072","n3073","n3074","n3075","n3076","n3077","n3078","n3079","n3080","n3081","n3082","n3069"],tags:{building:"yes"}},w555:{id:"w555",nodes:["n3087","n3088","n3089","n3090","n3087"],tags:{building:"yes"}},w556:{id:"w556",nodes:["n3113","n3114","n3115","n3116","n3113"],tags:{building:"yes"}},w557:{id:"w557",nodes:["n3103","n3104","n3105","n3106","n3103"],tags:{building:"yes"}},w558:{id:"w558",nodes:["n3127","n3128","n3129","n3124","n3127"],tags:{building:"yes"}},w559:{id:"w559",nodes:["n3137","n3141","n3142","n3138","n3139","n3140","n3137"],tags:{building:"yes"}},w56:{id:"w56",nodes:["n285","n286","n287","n288","n285"],tags:{amenity:"parking"}},w560:{id:"w560",nodes:["n3091","n3092","n3093","n3094","n3091"],tags:{building:"yes"}},w561:{id:"w561",nodes:["n3155","n3157","n3158","n3159","n3156","n3155"],tags:{building:"yes"}},w562:{id:"w562",nodes:["n3057","n3058","n3059","n3060","n3057"],tags:{building:"yes"}},w563:{id:"w563",nodes:["n3107","n3108","n3109","n3110","n3111","n3112","n3107"],tags:{building:"yes"}},w564:{id:"w564",nodes:["n3134","n3135","n3136","n3131","n3134"],tags:{building:"yes"}},w565:{id:"w565",nodes:["n3143","n3144","n3145","n3146","n3143"],tags:{building:"yes"}},w566:{id:"w566",nodes:["n3095","n3096","n3097","n3098","n3095"],tags:{building:"yes"}},w567:{id:"w567",nodes:["n3130","n3131","n3136","n3132","n3133","n3130"],tags:{building:"yes"}},w568:{id:"w568",nodes:["n3025","n3026","n3027","n3028","n3029","n3030","n3031","n3033","n3032","n3025"],tags:{amenity:"parking"}},w569:{id:"w569",nodes:["n3061","n3062","n3063","n3064","n3061"],tags:{building:"yes"}},w57:{id:"w57",nodes:["n289","n290","n291","n292","n289"],tags:{amenity:"parking"}},w570:{id:"w570",nodes:["n3155","n3156","n3152","n3153","n3155"],tags:{building:"yes"}},w571:{id:"w571",nodes:["n3099","n3100","n3101","n3102","n3099"],tags:{building:"yes"}},w572:{id:"w572",nodes:["n3147","n3148","n3149","n3150","n3147"],tags:{building:"yes"}},w573:{id:"w573",nodes:["n3039","n2284"],tags:{highway:"service"}},w574:{id:"w574",nodes:["n3151","n3152","n3153","n3154","n3151"],tags:{building:"yes"}},w575:{id:"w575",nodes:["n3021","n3022","n3023","n3024","n3021"],tags:{amenity:"shelter",shelter_type:"picnic_shelter"}},w576:{id:"w576",nodes:["n3065","n3066","n3067","n3068","n3065"],tags:{building:"yes"}},w577:{id:"w577",nodes:["n2944","n3192","n3757","n3813","n3814","n3815","n3816","n3817","n3818","n3819"],tags:{highway:"service",name:"Willow Drive",service:"driveway",surface:"unpaved"}},w578:{id:"w578",nodes:["n2163","n2165","n2166","n2167","n2168","n2172","n2173","n2174","n2175","n2176","n2178","n2181","n2163"],tags:{building:"yes"}},w579:{id:"w579",nodes:["n2754","n3195","n3204","n3205","n4537","n4540","n3206","n4530","n4536","n3207","n4524","n3199","n4521","n3197","n1032"],tags:{highway:"residential",name:"Elm Street"}},w58:{id:"w58",nodes:["n240","n293","n294"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w580:{id:"w580",nodes:["n2184","n2185","n2187","n2190","n2191","n2192","n2184"],tags:{building:"yes"}},w581:{id:"w581",nodes:["n2765","n3208","n3211","n2755","n3280","n2756","n3346"],tags:{highway:"residential",name:"Kelsey Street"}},w582:{id:"w582",nodes:["n2753","n3194","n3193","n3201","n3196","n4551","n3202","n4550","n3203","n3200","n3198","n1033"],tags:{highway:"residential",name:"Walnut Street"}},w583:{id:"w583",nodes:["n3272","n4469","n4588","n2879","n4564","n2872"],tags:{highway:"residential",name:"10th Avenue"}},w584:{id:"w584",nodes:["n3243","n3242","n3241","n3240","n3243"],tags:{building:"industrial"}},w585:{id:"w585",nodes:["n3273","n3274","n4631","n4593","n3275","n4592","n2846","n4611","n2847"],tags:{highway:"residential",name:"6th Avenue"}},w586:{id:"w586",nodes:["n3276","n4591","n2853","n4605","n2854"],tags:{highway:"residential",name:"8th Avenue"}},w587:{id:"w587",nodes:["n3269","n3268","n3267","n3266","n3265","n3264","n3263","n3262","n3269"],tags:{building:"industrial"}},w588:{id:"w588",nodes:["n3277","n4599","n2857","n4598","n4608","n2858"],tags:{highway:"residential",name:"7th Avenue"}},w589:{id:"w589",nodes:["n3239","n3238","n3271","n3270","n3237","n3236","n3235","n3234","n3239"],tags:{building:"yes"}},w59:{id:"w59",nodes:["n294","n295","n296","n297","n298","n299","n300","n301","n302","n303","n491","n304","n305","n306","n307"],tags:{footway:"sidewalk",highway:"footway"}},w590:{id:"w590",nodes:["n3278","n4458","n4589","n4604","n2861"],tags:{highway:"residential",name:"9th Avenue"}},w591:{id:"w591",nodes:["n3253","n3252","n3251","n3250","n3249","n3248","n3253"],tags:{building:"industrial"}},w592:{id:"w592",nodes:["n3229","n3228","n3227","n3226","n3225","n3224","n3223","n3222","n3221","n3220","n3219","n3218","n3217","n3216","n3215","n3214","n3213","n3212","n3229"],tags:{natural:"water",water:"pond"}},w593:{id:"w593",nodes:["n3261","n3260","n3259","n3258","n3257","n3256","n3255","n3254","n3261"],tags:{building:"industrial"}},w594:{id:"w594",nodes:["n3233","n3232","n3231","n3230","n3233"],tags:{building:"yes"}},w595:{id:"w595",nodes:["n3247","n3246","n3245","n3244","n3247"],tags:{building:"industrial"}},w596:{id:"w596",nodes:["n2769","n3195","n3193","n3209","n2758","n2759","n3279"],tags:{highway:"residential",name:"Armitage Street"}},w597:{id:"w597",nodes:["n2193","n2194","n2195","n2197","n2193"],tags:{building:"yes"}},w598:{id:"w598",nodes:["n3404","n3403","n3402","n3401","n3400","n3399","n3398","n3397","n3373","n3372","n3396","n3395","n3404"],tags:{building:"school"}},w6:{id:"w6",nodes:["n879","n880","n881","n882","n879"],tags:{building:"shed"}},w60:{id:"w60",nodes:["n239","n308","n307"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w600:{id:"w600",nodes:["n3387","n3386","n3316","n3315","n3314","n3313","n3387"],tags:{building:"yes"}},w601:{id:"w601",nodes:["n3304","n3303","n3302","n3301","n3385","n3384","n3300","n3299","n3304"],tags:{building:"yes"}},w602:{id:"w602",nodes:["n3334","n3333","n3332","n3331","n3330","n3329","n3328","n3327","n3326","n3325","n3324","n3323","n3322","n3321","n3320","n3319","n3318","n3317","n3334"],tags:{building:"yes"}},w603:{id:"w603",nodes:["n3353","n3352","n3347","n3280","n2798"],tags:{highway:"service",service:"alley",surface:"unpaved"}},w604:{id:"w604",nodes:["n3753","n3211","n3383"],tags:{highway:"service",service:"alley"}},w605:{id:"w605",nodes:["n3290","n3289","n3288","n3287","n3286","n3285","n3284","n3283","n3282","n3281","n3290"],tags:{building:"yes"}},w606:{id:"w606",nodes:["n2198","n2199","n2201","n2202","n2203","n2206","n2198"],tags:{building:"yes"}},w607:{id:"w607",nodes:["n2198","n2207"],tags:{barrier:"wall"}},w608:{id:"w608",nodes:["n2751","n3208","n3210","n3209","n3415","n3410","n3414","n3413","n3412","n3416"],tags:{highway:"residential",name:"East Street"}},w609:{id:"w609",nodes:["n2772","n3346","n3746","n3748","n3747","n3345","n3378","n3279","n3411"],tags:{highway:"residential",name:"Maple Street"}},w61:{id:"w61",nodes:["n309","n310","n311","n312","n313","n240"],tags:{footway:"sidewalk",highway:"footway"}},w610:{id:"w610",nodes:["n3379","n3380","n3382","n3381","n3379"],tags:{leisure:"park",name:"LaFayette Park"}},w611:{id:"w611",nodes:["n2768","n3194","n3210","n3753","n2760","n3353","n2773","n3378"],tags:{highway:"residential",name:"Bennett Street"}},w612:{id:"w612",nodes:["n2751","n3383","n2749","n2798","n2772"],tags:{highway:"residential",name:"Market Street"}},w613:{id:"w613",nodes:["n3298","n3297","n3296","n3295","n3294","n3293","n3292","n3291","n3298"],tags:{building:"yes"}},w614:{id:"w614",nodes:["n3375","n3406","n3405","n3374","n3375"],tags:{leisure:"playground"}},w615:{id:"w615",nodes:["n3393","n3344","n3343","n3342","n3341","n3340","n3339","n3338","n3337","n3392","n3391","n3390","n3389","n3336","n3335","n3388","n3393"],tags:{building:"yes"}},w616:{id:"w616",nodes:["n3376","n3407","n3408","n3377","n3376"],tags:{amenity:"school",name:"Three Rivers Elementary School"}},w617:{id:"w617",nodes:["n3312","n3311","n3310","n3309","n3308","n3307","n3306","n3305","n3312"],tags:{building:"yes"}},w619:{id:"w619",nodes:["n2863","n3424","n3425","n3426","n3427","n3428","n3429","n3430","n3431","n3432","n3433","n2844"],tags:{highway:"secondary",name:"Michigan Avenue",ref:"M 60"}},w62:{id:"w62",nodes:["n876","n906","n904","n875","n874","n873","n872","n871","n870","n869","n41","n868","n146","n314","n315","n1956"],tags:{footway:"sidewalk",highway:"footway"}},w620:{id:"w620",nodes:["n2844","n3420","n3421","n3422","n3439","n2859","n3437","n3493","n3496","n3500","n3497"],tags:{highway:"residential"}},w621:{id:"w621",nodes:["n3468","n3469","n3470","n3471","n3468"],tags:{building:"yes"}},w622:{id:"w622",nodes:["n3417","n3436","n3438","n3491","n3488","n3492","n3495","n3494","n3498","n3487","n3499","n3490","n3489","n4800","n3417"],tags:{landuse:"cemetery",name:"Riverside Cemetery"}},w623:{id:"w623",nodes:["n3440","n3441","n3442","n3443","n3444","n3445","n3440"],tags:{building:"yes"}},w624:{id:"w624",nodes:["n3446","n3447","n3448","n3449","n3450","n3451","n3452","n3453","n3454","n3455","n3456","n3457","n3458","n3459","n3460","n3461","n3462","n3463","n3464","n3465","n3466","n3467","n3446"],tags:{building:"yes"}},w625:{id:"w625",nodes:["n2844","n3434","n3435","n2878","n3275","n4621","n3276","n3278","n4463","n3272","n3472","n3474","n3475","n3476","n3477","n3478","n1202","n3479","n3480","n3481","n1203","n3482","n3483","n3484","n3485","n4574","n3486","n3473"],tags:{highway:"secondary",name:"Jefferson Street",name_1:"State Highway 60",ref:"M 60"}},w626:{id:"w626",nodes:["n3439","n3423","n2863"],tags:{highway:"unclassified",name:"Michigan Avenue",name_1:"State Highway 60"}},w627:{id:"w627",nodes:["n3500","n3005"],tags:{highway:"service"}},w628:{id:"w628",nodes:["n3491","n3488","n3492","n3010","n3009","n3005","n3008","n3007","n3006","n3502","n3491"],tags:{leisure:"park",name:"Marina Park"}},w629:{id:"w629",nodes:["n2208","n2209","n2212","n2214","n2208"],tags:{building:"yes"}},w63:{id:"w63",nodes:["n1955","n316"],tags:{footway:"sidewalk",highway:"footway"}},w630:{id:"w630",nodes:["n2757","n3414","n3202","n4542","n3206","n4538","n3750","n3503","n1629","n4500","n2763","n4502","n2764","n3508"],tags:{highway:"residential",name:"Hoffman Street"}},w631:{id:"w631",nodes:["n2215","n2750","n2770","n2771","n2215"],tags:{building:"yes"}},w632:{id:"w632",nodes:["n2766","n3504","n3507","n3751","n3205","n3196","n3410","n2746"],tags:{highway:"residential",name:"Cushman Street"}},w633:{id:"w633",nodes:["n2745","n3749","n3507","n4535","n3503"],tags:{highway:"residential",name:"Pine Street"}},w634:{id:"w634",nodes:["n3510","n3511","n3512","n3509","n3510"],tags:{leisure:"park",name:"Bowman Park"}},w636:{id:"w636",nodes:["n2745","n3752","n3204","n3201","n3415","n2761","n2767","n3411"],tags:{highway:"residential",name:"Wheeler Street"}},w637:{id:"w637",nodes:["n3550","n4586","n4476","n3472"],tags:{highway:"residential",name:"11th Avenue"}},w638:{id:"w638",nodes:["n3508","n3518"],tags:{bridge:"yes",highway:"residential",name:"Hoffman Street"}},w639:{id:"w639",nodes:["n3518","n1204","n2862","n3519","n3520","n3521","n3522","n3523","n2161","n3524","n3549","n3552","n4239","n3551","n4577","n4582","n4578","n4583","n4579","n4574"],tags:{highway:"residential",name:"Hoffman Street"}},w64:{id:"w64",nodes:["n316","n317"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w640:{id:"w640",nodes:["n3634","n3640","n3676","n3633","n3678","n3648","n3638","n3683","n3600","n3579","n3679","n3677","n2987","n3592","n3588","n3608","n3559","n3617","n3620","n3660","n3553","n3533","n3530","n3531","n3525","n3527","n3526","n3532","n3529","n3528","n3667","n3627","n3623","n3625","n3601","n3687","n3671","n3644","n3626","n3673","n3582","n3693","n3605","n3619","n3651","n3650","n3615","n3663","n3631","n3596","n3604","n3655","n3586","n3595","n3701","n3603","n3686","n3611","n3568","n3674","n3613","n3580","n3562","n3564","n3689","n3585","n3670","n3659","n3684","n3680","n3646","n3558","n3556","n3692","n3563","n3575","n3571","n3675","n3557","n3700","n3656","n3622","n3657","n3565","n3669","n3658","n3618","n3624","n3688","n3610","n3570","n3645","n3649","n3583","n3694","n3561","n3554","n3614","n3698","n3581","n3635","n3641","n3569","n3647","n3628","n3598","n3696","n3665","n3639","n3607","n3695","n3642","n3672","n3577","n3643","n3691","n3602","n3576","n3591","n3560","n3606","n3685","n3597","n3629","n3661","n3654","n3616","n3697","n3578","n3609","n3653","n3699","n3566","n3637","n3567","n3666","n3555","n3599","n3590","n3572","n3593","n3690","n3681","n3612","n3682","n3668","n3587","n3621","n3636","n3662","n3589","n3573","n3652","n3664","n3632","n3574","n3594","n3584","n3630","n3634"],tags:{landuse:"reservoir",name:"Hoffman Pond",natural:"water"}},w641:{id:"w641",nodes:["n2988","n3534","n3535","n3536","n3537","n3538","n3539","n3540","n3541","n3542","n3543","n3544","n3545","n3546","n3547","n3548","n2970"],tags:{waterway:"river"}},w642:{id:"w642",nodes:["n3702","n3703","n3704","n3705","n3706","n3707","n3708","n3709","n3710","n3711","n3712","n3713","n3714","n3715","n3716","n3717","n3718","n3719","n3720","n3721","n3722","n3723","n3724","n3725","n3726","n3727","n3728","n3729","n3730","n3731","n3732","n3733","n3734","n3735","n3736","n3737","n3738","n3739","n3740","n3741","n3742","n3743","n3702"],tags:{admin_level:"8",boundary:"administrative"}},w643:{id:"w643",nodes:["n2839","n2873"],tags:{highway:"service",service:"driveway"}},w644:{id:"w644",nodes:["n2873","n2840"],tags:{bridge:"yes",highway:"service",layer:"1",service:"driveway"}},w645:{id:"w645",nodes:["n2840","n2841","n2842","n2845","n2866"],tags:{highway:"service",service:"driveway",surface:"unpaved"}},w646:{id:"w646",nodes:["n2752","n3759","n1420","n1421","n1422","n3758","n4507","n4506","n4505","n4520","n3199","n4522","n4504","n4546","n3200","n4547","n3412"],tags:{highway:"residential",name:"Flower Street"}},w647:{id:"w647",nodes:["n2874","n2875","n2876","n2954","n2874"],tags:{building:"industrial"}},w648:{id:"w648",nodes:["n3778","n3779","n3780","n3781","n3782","n3783","n3778"],tags:{building:"yes"}},w649:{id:"w649",nodes:["n3197","n4543","n4544","n3198"],tags:{highway:"residential",name:"Morris Avenue",surface:"unpaved"}},w65:{id:"w65",nodes:["n317","n318","n319","n320","n321"],tags:{footway:"sidewalk",highway:"footway"}},w650:{id:"w650",nodes:["n3207","n4526","n4528","n4548","n3203","n4549","n3413","n2762"],tags:{highway:"residential",name:"Adams Street"}},w651:{id:"w651",nodes:["n3788","n3785","n3786","n3787","n3788"],tags:{power:"station"}},w652:{id:"w652",nodes:["n2957","n3163","n3241"],tags:{barrier:"wall"}},w653:{id:"w653",nodes:["n3549","n3802","n3803","n3800","n3801"],tags:{highway:"service",surface:"unpaved"}},w654:{id:"w654",nodes:["n3164","n3165","n3166","n3167","n3168","n3505","n3164"],tags:{building:"yes"}},w655:{id:"w655",nodes:["n3506","n3517","n3760","n3761","n3762","n3763","n3506"],tags:{building:"yes"}},w656:{id:"w656",nodes:["n3764","n3765","n3766","n3767","n3768","n3769","n3770","n3771","n3764"],tags:{building:"yes"}},w657:{id:"w657",nodes:["n3772","n3773","n3774","n3775","n3772"],tags:{building:"yes"}},w658:{id:"w658",nodes:["n3776","n3777","n3784","n3789","n3776"],tags:{building:"yes"}},w659:{id:"w659",nodes:["n3930","n3931","n3932","n3933","n3934","n3935","n3936","n3937","n3938","n3930"],tags:{leisure:"pitch",sport:"baseball"}},w66:{id:"w66",nodes:["n321","n322"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w660:{id:"w660",nodes:["n3982","n3842","n3864","n3865","n2938","n3866","n2939","n3867","n3868","n3858","n2937","n3869","n2935","n2934","n3870","n3348","n3862"],tags:{highway:"service"}},w661:{id:"w661",nodes:["n3968","n3969"],tags:{highway:"footway"}},w662:{id:"w662",nodes:["n3875","n3876","n3877","n3878","n3879","n3880","n3881","n3882","n3875"],tags:{amenity:"parking"}},w663:{id:"w663",nodes:["n3964","n3965"],tags:{highway:"footway"}},w664:{id:"w664",nodes:["n3966","n3967"],tags:{highway:"footway"}},w665:{id:"w665",nodes:["n3857","n3890","n3884","n3894","n3889","n3899","n3885","n3886","n3896","n3887"],tags:{highway:"service",service:"parking_aisle"}},w666:{id:"w666",nodes:["n3895","n3896"],tags:{highway:"service",service:"parking_aisle"}},w667:{id:"w667",nodes:["n3274","n3977","n3984","n3983","n3981","n3844","n3978","n3982","n3861","n3862","n3873","n3874","n4468","n3863"],tags:{access:"private",highway:"service",name:"Collins Drive"}},w668:{id:"w668",nodes:["n3900","n3901","n3902","n3903","n3904","n3905","n3808","n3809","n3906","n3907","n3908","n3967","n3909","n3910","n3911","n3955","n3964","n3912","n3913","n3914","n3915","n3916","n3917","n3918","n3919","n3920","n3921","n3922","n3923","n3924","n3925","n3926","n3927","n3969","n3970","n3928","n3807","n3929","n3900"],tags:{building:"school"}},w669:{id:"w669",nodes:["n3272","n39","n40","n3974","n3863","n3857","n3892","n3883","n3891","n3889"],tags:{highway:"service"}},w67:{id:"w67",nodes:["n322","n886","n323","n475"],tags:{footway:"crossing",highway:"footway"}},w670:{id:"w670",nodes:["n3473","n3859","n3860","n3980","n4908","n4865"],tags:{highway:"secondary",name:"Hoffman Street",ref:"M 60"}},w671:{id:"w671",nodes:["n3970","n3806","n3971"],tags:{highway:"footway"}},w672:{id:"w672",nodes:["n3892","n3893","n3894"],tags:{highway:"service",service:"parking_aisle"}},w673:{id:"w673",nodes:["n3945","n3946","n3992","n3990","n3945"],tags:{leisure:"pitch",sport:"tennis"}},w674:{id:"w674",nodes:["n3890","n3893","n3891"],tags:{highway:"service",service:"parking_aisle"}},w675:{id:"w675",nodes:["n3947","n3948","n3994","n3993","n3947"],tags:{leisure:"pitch",sport:"tennis"}},w676:{id:"w676",nodes:["n3858","n3954","n3972","n3810","n3811","n3812","n3841","n3973","n3898","n3963","n3897","n3896"],tags:{highway:"service"}},w677:{id:"w677",nodes:["n3977","n3996","n3997","n4004","n3998","n3999","n4005","n4007","n4006","n3995","n4000","n3843","n4001","n4002","n4003","n3949","n3351","n3950","n3354","n3350","n3951","n3349","n3952","n3953","n3954","n3956","n3966","n3955"],tags:{highway:"footway"}},w678:{id:"w678",nodes:["n3887","n3888","n3895","n3899"],tags:{highway:"service",service:"parking_aisle"}},w679:{id:"w679",nodes:["n3946","n3947","n3993","n3992","n3946"],tags:{leisure:"pitch",sport:"tennis"}},w68:{id:"w68",nodes:["n294","n1952","n326"],tags:{footway:"sidewalk",highway:"footway"}},w680:{id:"w680",nodes:["n3939","n3940","n3941","n3985","n3986","n3987","n3988","n3989","n3942","n3943","n3939"],tags:{leisure:"pitch",sport:"baseball"}},w681:{id:"w681",nodes:["n3990","n3991","n3944","n3945","n3990"],tags:{leisure:"pitch",sport:"tennis"}},w682:{id:"w682",nodes:["n3871","n3872","n3873","n3874","n3871"],tags:{amenity:"parking"}},w683:{id:"w683",nodes:["n3956","n3965","n3957","n3958","n3959"],tags:{footway:"sidewalk",highway:"footway"}},w684:{id:"w684",nodes:["n3790","n3791","n3792","n3793","n3790"],tags:{building:"shed"}},w685:{id:"w685",nodes:["n3794","n3795","n3796","n3797","n3794"],tags:{building:"yes"}},w686:{id:"w686",nodes:["n3798","n3799","n3804","n3805","n3798"],tags:{building:"yes"}},w687:{id:"w687",nodes:["n3806","n3807"],tags:{highway:"footway"}},w688:{id:"w688",nodes:["n3845","n3846","n3847","n3848","n3845"],tags:{leisure:"pitch",sport:"american_football"}},w689:{id:"w689",nodes:["n3849","n4021","n3850","n3851","n3852","n3853","n3854","n3855","n3856","n3975","n3976","n3979","n4008","n4009","n4010","n4011","n4012","n4013","n4014","n4015","n4016","n4017","n4018","n4019","n4020","n4021"],tags:{leisure:"track",sport:"running"}},w69:{id:"w69",nodes:["n326","n327"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w690:{id:"w690",nodes:["n4022","n4023","n4024","n4025","n4026","n4027","n4022"],tags:{building:"yes"}},w691:{id:"w691",nodes:["n4028","n4029","n4030","n4031","n4028"],tags:{building:"yes"}},w692:{id:"w692",nodes:["n4032","n4033","n4034","n4035","n4032"],tags:{building:"yes"}},w693:{id:"w693",nodes:["n4036","n4037","n4038","n4039","n4036"],tags:{building:"yes"}},w694:{id:"w694",nodes:["n4040","n4041","n4042","n4043","n4040"],tags:{building:"yes"}},w695:{id:"w695",nodes:["n4044","n4045","n4050","n4053","n4046","n4047","n4048","n4049","n4044"],tags:{building:"yes"}},w696:{id:"w696",nodes:["n4050","n4051","n4052","n4053","n4050"],tags:{building:"roof"}},w697:{id:"w697",nodes:["n4054","n4068","n4055","n4056","n4057","n4054"],tags:{building:"yes"}},w698:{id:"w698",nodes:["n4058","n4059","n4060","n4061","n4062","n4063","n4058"],tags:{building:"yes"}},w699:{id:"w699",nodes:["n4064","n4066","n4065"],tags:{barrier:"fence"}},w7:{id:"w7",nodes:["n43","n44","n45"],tags:{highway:"service"}},w70:{id:"w70",nodes:["n327","n328","n27","n329"],tags:{footway:"sidewalk",highway:"footway"}},w700:{id:"w700",nodes:["n4066","n4067","n4068"],tags:{barrier:"fence"}},w701:{id:"w701",nodes:["n4069","n4070","n4071","n4072","n4069"],tags:{building:"shed"}},w702:{id:"w702",nodes:["n4073","n4074","n4075","n4076","n4077","n4078","n4079","n4080","n4081","n4082","n4083","n4084","n4073"],tags:{building:"yes"}},w703:{id:"w703",nodes:["n4085","n4093","n4086","n4087","n4088","n4089","n4090","n4091","n4092","n4085"],tags:{building:"yes"}},w704:{id:"w704",nodes:["n4093","n4094","n4095","n4096"],tags:{barrier:"fence"}},w705:{id:"w705",nodes:["n4097","n4098","n4099","n4100","n4097"],tags:{building:"yes"}},w706:{id:"w706",nodes:["n4098","n4102","n4087"],tags:{barrier:"fence"}},w707:{id:"w707",nodes:["n4101","n4102","n4096","n4170","n4103"],tags:{barrier:"fence"}},w708:{id:"w708",nodes:["n4104","n4105","n4106","n4107","n4104"],tags:{access:"private",leisure:"swimming_pool"}},w709:{id:"w709",nodes:["n4108","n4109","n4110","n4111","n4108"],tags:{building:"yes"}},w71:{id:"w71",nodes:["n329","n331"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w710:{id:"w710",nodes:["n4112","n4113","n4114","n4115","n4116","n4117","n4118","n4119","n4112"],tags:{building:"yes"}},w711:{id:"w711",nodes:["n4120","n4121","n4122","n4123","n4120"],tags:{building:"yes"}},w712:{id:"w712",nodes:["n4124","n4125","n4126","n4127","n4128","n4129","n4124"],tags:{building:"yes"}},w713:{id:"w713",nodes:["n4130","n4131","n4132","n4133","n4130"],tags:{building:"shed"}},w714:{id:"w714",nodes:["n4134","n4135","n4136","n4137","n4138","n4139","n4140","n4141","n4142","n4143","n4134"],tags:{building:"yes"}},w715:{id:"w715",nodes:["n4144","n4145","n4146","n4147","n4148","n4149","n4144"],tags:{building:"yes"}},w716:{id:"w716",nodes:["n4150","n4151","n4152","n4153","n4150"],tags:{building:"yes"}},w717:{id:"w717",nodes:["n4154","n4155","n4156","n4157","n4154"],tags:{building:"yes"}},w718:{id:"w718",nodes:["n4158","n4159","n4160","n4161","n4162","n4163","n4164","n4165","n4158"],tags:{building:"yes"}},w719:{id:"w719",nodes:["n4166","n4167","n4168","n4169","n4166"],tags:{building:"yes"}},w72:{id:"w72",nodes:["n331","n344","n332","n333","n334"],tags:{footway:"sidewalk",highway:"footway"}},w720:{id:"w720",nodes:["n4170","n4171"],tags:{barrier:"fence"}},w721:{id:"w721",nodes:["n4138","n4103"],tags:{barrier:"fence"}},w722:{id:"w722",nodes:["n4103","n4172"],tags:{barrier:"fence"}},w723:{id:"w723",nodes:["n4173","n4174"],tags:{barrier:"fence"}},w724:{id:"w724",nodes:["n4175","n4176","n4177","n4178","n4175"],tags:{building:"yes"}},w725:{id:"w725",nodes:["n4179","n4180","n4181","n4182","n4183","n4184","n4179"],tags:{building:"yes"}},w726:{id:"w726",nodes:["n4185","n4186","n4187","n4188","n4185"],tags:{building:"yes"}},w727:{id:"w727",nodes:["n4189","n4190","n4191","n4192","n4193","n4194","n4195","n4196","n4197","n4198","n4199","n4200","n4201","n4202","n4189"],tags:{building:"yes"}},w728:{id:"w728",nodes:["n4203","n4204","n4205","n4206","n4207","n4208","n4209","n4210","n4203"],tags:{building:"yes"}},w729:{id:"w729",nodes:["n4211","n4212","n4213","n4214","n4211"],tags:{building:"shed"}},w73:{id:"w73",nodes:["n335","n336","n337","n338","n339","n340","n341","n342","n335"],tags:{building:"yes"}},w730:{id:"w730",nodes:["n4215","n4216","n4217","n4218","n4215"],tags:{building:"yes"}},w731:{id:"w731",nodes:["n4219","n4220","n4221","n4222","n4223","n4224","n4225","n4226","n4227","n4228","n4229","n4230","n4219"],tags:{building:"yes"}},w732:{id:"w732",nodes:["n4231","n4232","n4233","n4234","n4235","n4236","n4237","n4238","n4231"],tags:{building:"yes"}},w733:{id:"w733",nodes:["n4239","n4240","n4241","n4242","n4243","n4244","n4245","n4246","n4247","n4248","n4241"],tags:{highway:"service"}},w734:{id:"w734",nodes:["n4240","n4249","n4248"],tags:{highway:"service",service:"parking_aisle"}},w735:{id:"w735",nodes:["n4250","n4251","n4252","n4253","n4254","n4255","n4256","n4257","n4258","n4250"],tags:{amenity:"parking"}},w736:{id:"w736",nodes:["n4259","n4260","n4261","n4262","n4259"],tags:{building:"yes"}},w737:{id:"w737",nodes:["n4263","n4264","n4265","n4266","n4267","n4268","n4269","n4270","n4271","n4272","n4273","n4274","n4275","n4276","n4263"],tags:{building:"yes"}},w738:{id:"w738",nodes:["n4277","n4278","n4279","n4280","n4281","n4282","n4277"],tags:{building:"yes"}},w739:{id:"w739",nodes:["n4283","n4284","n4285","n4286","n4287","n4288","n4289","n4290","n4291","n4292","n4293","n4294","n4283"],tags:{building:"yes"}},w74:{id:"w74",nodes:["n343","n344","n345"],tags:{highway:"service"}},w740:{id:"w740",nodes:["n4295","n4296","n4297","n4298","n4295"],tags:{building:"yes"}},w741:{id:"w741",nodes:["n4299","n4300","n4301","n4302","n4303","n4304","n4305","n4306","n4307","n4308","n4309","n4310","n4299"],tags:{building:"yes"}},w742:{id:"w742",nodes:["n4311","n4312","n4313","n4314","n4311"],tags:{building:"shed"}},w743:{id:"w743",nodes:["n4315","n4316","n4317","n4318","n4319","n4320","n4315"],tags:{building:"yes"}},w744:{id:"w744",nodes:["n4321","n4322","n4323","n4324","n4325","n4326","n4327","n4328","n4329","n4330","n4331","n4332","n4333","n4334","n4321"],tags:{building:"yes"}},w745:{id:"w745",nodes:["n4335","n4336","n4337","n4338","n4335"],tags:{building:"shed"}},w746:{id:"w746",nodes:["n4339","n4340","n4341","n4342","n4343","n4344","n4339"],tags:{building:"yes"}},w747:{id:"w747",nodes:["n4345","n4346","n4347","n4348","n4345"],tags:{building:"yes"}},w748:{id:"w748",nodes:["n4349","n4350","n4351","n4352","n4349"],tags:{building:"yes"}},w749:{id:"w749",nodes:["n4353","n4354","n4355","n4356","n4357","n4358","n4353"],tags:{building:"yes"}},w75:{id:"w75",nodes:["n346","n347","n348","n349","n350","n351","n346"],tags:{amenity:"parking"}},w750:{id:"w750",nodes:["n4612","n4359","n4360"],tags:{barrier:"fence"}},w751:{id:"w751",nodes:["n4361","n4362","n4363","n4364","n4361"],tags:{building:"yes"}},w752:{id:"w752",nodes:["n4365","n4366","n4367","n4368","n4365"],tags:{building:"yes"}},w753:{id:"w753",nodes:["n4369","n4370","n4371","n4372","n4375","n4369"],tags:{building:"yes"}},w754:{id:"w754",nodes:["n4373","n4374","n4375"],tags:{barrier:"fence"}},w755:{id:"w755",nodes:["n4376","n4377","n4378","n4379","n4376"],tags:{building:"shed"}},w756:{id:"w756",nodes:["n4380","n4381","n4382","n4383","n4384","n4385","n4386","n4387","n4388","n4389","n4390","n4391","n4380"],tags:{building:"yes"}},w757:{id:"w757",nodes:["n4392","n4393","n4394","n4395","n4392"],tags:{building:"yes"}},w758:{id:"w758",nodes:["n4396","n4397","n4398","n4399","n4396"],tags:{building:"shed"}},w759:{id:"w759",nodes:["n4400","n4401","n4402","n4403","n4404","n4405","n4406","n4407","n4408","n4409","n4410","n4411","n4412","n4413","n4414","n4415","n4400"],tags:{building:"yes"}},w76:{id:"w76",nodes:["n2561","n359","n2563","n2793","n357","n356","n2792","n355","n354","n2791","n2562","n353","n352","n358","n2561"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w760:{id:"w760",nodes:["n4416","n4417"],tags:{barrier:"fence"}},w761:{id:"w761",nodes:["n4418","n4416","n4419"],tags:{barrier:"fence"}},w762:{id:"w762",nodes:["n4420","n4421"],tags:{barrier:"fence"}},w763:{id:"w763",nodes:["n4422","n4423","n4424","n4425","n4426","n4427","n4428","n4429","n4430","n4431","n4432","n4433","n4422"],tags:{building:"yes"}},w764:{id:"w764",nodes:["n4434","n4435","n4436","n4437","n4438","n4439","n4440","n4441","n4442","n4445","n4444","n4443","n4434"],tags:{building:"yes"}},w765:{id:"w765",nodes:["n4446","n4447","n4448","n4449","n4446"],tags:{building:"yes"}},w766:{id:"w766",nodes:["n4450","n4451","n4452","n4453","n4450"],tags:{building:"yes"}},w767:{id:"w767",nodes:["n4454","n4455","n4456","n4457","n4454"],tags:{building:"yes"}},w768:{id:"w768",nodes:["n4461","n4458","n4460"],tags:{footway:"crossing",highway:"footway"}},w769:{id:"w769",nodes:["n4460","n4462","n4459"],tags:{footway:"sidewalk",highway:"footway"}},w77:{id:"w77",nodes:["n325","n360","n361"],tags:{footway:"crossing",highway:"footway"}},w770:{id:"w770",nodes:["n4462","n4463","n4464"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w771:{id:"w771",nodes:["n4464","n4465","n4466","n4467"],tags:{footway:"sidewalk",highway:"footway"}},w772:{id:"w772",nodes:["n3959","n3968","n3971","n3960","n3961","n3962","n3963"],tags:{footway:"sidewalk",highway:"footway"}},w773:{id:"w773",nodes:["n4467","n4468","n3959"],tags:{footway:"crossing",highway:"footway"}},w774:{id:"w774",nodes:["n4459","n4469","n4470"],tags:{footway:"crossing",highway:"footway"}},w775:{id:"w775",nodes:["n4470","n4471","n4472","n4473","n4474","n4475"],tags:{footway:"sidewalk",highway:"footway"}},w776:{id:"w776",nodes:["n4475","n4476","n4477"],tags:{footway:"crossing",highway:"footway"}},w777:{id:"w777",nodes:["n4477","n4478","n4479","n4480","n4481","n4482","n4483","n4484","n4485","n4486","n4487"],tags:{footway:"sidewalk",highway:"footway"}},w778:{id:"w778",nodes:["n4488","n4489","n4490","n4491","n4488"],tags:{building:"yes"}},w779:{id:"w779",nodes:["n4492","n4493","n4494","n4495","n4492"],tags:{building:"yes"}},w78:{id:"w78",nodes:["n361","n362","n369"],tags:{footway:"sidewalk",highway:"footway"}},w780:{id:"w780",nodes:["n4496","n4497","n4498","n4499","n4496"],tags:{access:"private",leisure:"swimming_pool"}},w781:{id:"w781",nodes:["n4508","n4509"],tags:{footway:"sidewalk",highway:"footway"}},w782:{id:"w782",nodes:["n4510","n4511"],tags:{footway:"sidewalk",highway:"footway"}},w783:{id:"w783",nodes:["n4512","n4513"],tags:{footway:"sidewalk",highway:"footway"}},w784:{id:"w784",nodes:["n4513","n4514"],tags:{footway:"sidewalk",highway:"footway"}},w785:{id:"w785",nodes:["n4515","n4516"],tags:{footway:"sidewalk",highway:"footway"}},w786:{id:"w786",nodes:["n4517","n4515"],tags:{footway:"sidewalk",highway:"footway"}},w787:{id:"w787",nodes:["n4518","n4519"],tags:{footway:"sidewalk",highway:"footway"}},w788:{id:"w788",nodes:["n4519","n4520","n4513"],tags:{footway:"crossing",highway:"footway"}},w789:{id:"w789",nodes:["n4515","n4521","n4513"],tags:{footway:"crossing",highway:"footway"}},w79:{id:"w79",nodes:["n362","n363","n334"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w790:{id:"w790",nodes:["n4515","n4522","n4523"],tags:{footway:"crossing",highway:"footway"}},w791:{id:"w791",nodes:["n4523","n4524","n4519"],tags:{footway:"crossing",highway:"footway"}},w792:{id:"w792",nodes:["n4523","n4525"],tags:{footway:"sidewalk",highway:"footway"}},w793:{id:"w793",nodes:["n4525","n4526","n4527"],tags:{footway:"crossing",highway:"footway"}},w794:{id:"w794",nodes:["n4527","n4529"],tags:{footway:"sidewalk",highway:"footway"}},w795:{id:"w795",nodes:["n4529","n4530","n4518"],tags:{footway:"crossing",highway:"footway"}},w796:{id:"w796",nodes:["n4518","n4531"],tags:{footway:"sidewalk",highway:"footway"}},w797:{id:"w797",nodes:["n4531","n4532"],tags:{footway:"sidewalk",highway:"footway"}},w798:{id:"w798",nodes:["n4533","n4534"],tags:{footway:"sidewalk",highway:"footway"}},w799:{id:"w799",nodes:["n4518","n4538","n4539"],tags:{footway:"crossing",highway:"footway"}},w8:{id:"w8",nodes:["n46","n47","n145","n48","n49","n46"],tags:{amenity:"parking"}},w80:{id:"w80",nodes:["n334","n364","n365"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w800:{id:"w800",nodes:["n4539","n4540","n4541"],tags:{footway:"crossing",highway:"footway"}},w801:{id:"w801",nodes:["n4541","n4542","n4529"],tags:{footway:"crossing",highway:"footway"}},w802:{id:"w802",nodes:["n4552","n4553"],tags:{footway:"sidewalk",highway:"footway"}},w803:{id:"w803",nodes:["n4554","n4555","n4556","n4557","n4558","n4559","n4554"],tags:{building:"yes"}},w804:{id:"w804",nodes:["n4562","n4563"],tags:{barrier:"retaining_wall"}},w805:{id:"w805",nodes:["n4568","n4569","n4570","n4571","n4568"],tags:{building:"yes"}},w806:{id:"w806",nodes:["n3473","n4575","n4576","n4581","n4580","n3551"],tags:{highway:"residential",oneway:"yes"}},w807:{id:"w807",nodes:["n4613","n4614","n4615","n4616","n4617","n4618","n4619","n4620","n4613"],tags:{leisure:"pitch",sport:"baseball"}},w808:{id:"w808",nodes:["n4621","n4622","n4623","n4624","n4625","n4626","n4627","n4628","n4629","n4630"],tags:{highway:"service"}},w809:{id:"w809",nodes:["n4631","n4632","n4633","n4637","n4634","n4638","n4635","n4636"],tags:{highway:"service"}},w81:{id:"w81",nodes:["n365","n366","n367"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w810:{id:"w810",nodes:["n4639","n4640","n4641"],tags:{barrier:"fence"}},w811:{id:"w811",nodes:["n4649","n4650","n4651","n4652","n4649"],tags:{building:"yes"}},w812:{id:"w812",nodes:["n4654","n4655"],tags:{barrier:"fence"}},w813:{id:"w813",nodes:["n4656","n4657"],tags:{barrier:"fence"}},w814:{id:"w814",nodes:["n4669","n4670","n4671","n4672","n4669"],tags:{amenity:"shelter",shelter_type:"picnic_shelters"}},w815:{id:"w815",nodes:["n4678","n4679","n4680","n1889"],tags:{highway:"service"}},w816:{id:"w816",nodes:["n239","n4686","n4687"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w817:{id:"w817",nodes:["n4687","n4688","n4689"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w818:{id:"w818",nodes:["n4689","n4690","n307"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w819:{id:"w819",nodes:["n2266","n4743"],tags:{highway:"path"}},w82:{id:"w82",nodes:["n724","n368","n369"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w820:{id:"w820",nodes:["n4785","n4786","n4787","n4788","n1684","n4760","n4769","n4761","n4762","n4763","n4764","n4765","n4766","n4767","n4768","n4785"],tags:{natural:"wood"}},w821:{id:"w821",nodes:["n4769","n4770","n4771","n4772","n4773","n4774","n4775","n4776","n4777","n4778","n4779","n4780","n4781","n4782","n4783","n4784","n4785","n4768","n4767","n4766","n4765","n4764","n4763","n4762","n4761","n4769"],tags:{natural:"scrub"}},w822:{id:"w822",nodes:["n4772","n4789","n4790","n4791","n4792","n4793","n4794","n4795","n4796","n4797","n4798","n4799","n4783","n4782","n4781","n4780","n4779","n4778","n4777","n4776","n4775","n4774","n4773","n4772"],tags:{natural:"wood"}},w823:{id:"w823",nodes:["n4800","n4801","n4802","n4803","n4804","n4805","n4806","n4807","n4808","n4809","n4810","n4811","n4812","n4813","n4814","n4815","n4816","n3490","n3489","n4800"],tags:{natural:"wood"}},w824:{id:"w824",nodes:["n4817","n4818","n4819","n4820","n4821","n4822","n4817"],tags:{landuse:"recreation_ground"}},w825:{id:"w825",nodes:["n4563","n4823","n4824","n4829","n4825","n4826","n4827","n4828","n4562","n4563"],tags:{landuse:"recreation_ground"}},w826:{id:"w826",nodes:["n4830","n4831","n4832","n4833","n4834","n4835","n4836","n4830"],tags:{landuse:"industrial"}},w827:{id:"w827",nodes:["n4563","n4837","n4838","n4839","n4840","n4841","n4842","n4827","n4828","n4562","n4563"],tags:{landuse:"industrial"}},w828:{id:"w828",nodes:["n4843","n4844","n4845","n4846","n4843"],tags:{landuse:"farmland"}},w829:{id:"w829",nodes:["n3712","n4847","n4848","n4849","n4850","n4851","n4852","n4858","n4864","n4959","n4960","n4853","n4857","n4854","n4855","n4856","n3712"],tags:{aeroway:"aerodrome",name:"Three Rivers Municipal Airport"}},w83:{id:"w83",nodes:["n371","n372","n373","n374","n371"],tags:{building:"yes"}},w830:{id:"w830",nodes:["n4855","n4854","n4857","n4853","n4960"],tags:{barrier:"fence"}},w831:{id:"w831",nodes:["n4860","n4859","n4858","n4852","n4851"],tags:{barrier:"fence"}},w832:{id:"w832",nodes:["n4866","n4878","n4869","n4867"],tags:{aeroway:"runway",ref:"5/23"}},w833:{id:"w833",nodes:["n4868","n4890","n4894","n4881","n4869","n4905","n4870"],tags:{aeroway:"runway",ref:"9/27"}},w834:{id:"w834",nodes:["n4871","n4875","n4872","n4895","n4873","n4874","n4871"],tags:{aeroway:"apron"}},w835:{id:"w835",nodes:["n4875","n4876","n4877","n4878","n4879","n4880","n4882","n4881"],tags:{aeroway:"taxiway"}},w836:{id:"w836",nodes:["n4882","n4893","n4883","n4891","n4884","n4885","n4886","n4887","n4888","n4892","n4889","n4890"],tags:{aeroway:"taxiway"}},w837:{id:"w837",nodes:["n4893","n4894"],tags:{aeroway:"taxiway"}},w838:{id:"w838",nodes:["n4895","n4896","n4897","n4898","n4899","n4900","n4901","n4902","n4903","n4906","n4904","n4905"],tags:{aeroway:"taxiway"}},w839:{id:"w839",nodes:["n4907","n4908"],tags:{highway:"service"}},w84:{id:"w84",nodes:["n374","n375","n376","n377","n373","n374"],tags:{building:"yes"}},w840:{id:"w840",nodes:["n4909","n4907","n4910"],tags:{highway:"service"}},w841:{id:"w841",nodes:["n4911","n4912","n4913","n4914","n4911"],tags:{building:"yes"}},w842:{id:"w842",nodes:["n4915","n4916","n4917","n4918","n4915"],tags:{aeroway:"hangar",building:"yes"}},w843:{id:"w843",nodes:["n4919","n4920","n4921","n4922","n4919"],tags:{building:"yes"}},w844:{id:"w844",nodes:["n4923","n4924","n4925","n4926","n4923"],tags:{aeroway:"hangar",building:"yes"}},w845:{id:"w845",nodes:["n4927","n4928","n4929","n4930","n4927"],tags:{aeroway:"hangar",building:"yes"}},w846:{id:"w846",nodes:["n4931","n4932","n4933","n4934","n4931"],tags:{aeroway:"hangar",building:"yes"}},w847:{id:"w847",nodes:["n4935","n4936","n4937","n4938","n4935"],tags:{aeroway:"hangar",building:"yes"}},w848:{id:"w848",nodes:["n4939","n4940","n4941","n4942","n4939"],tags:{aeroway:"hangar",building:"yes"}},w849:{id:"w849",nodes:["n4943","n4944","n4945","n4946","n4943"],tags:{aeroway:"hangar",building:"yes"}},w85:{id:"w85",nodes:["n431","n432","n1038","n433","n434","n1040","n431"],tags:{building:"yes"}},w850:{id:"w850",nodes:["n4947","n4948","n4949","n4950","n4947"],tags:{aeroway:"hangar",building:"yes"}},w851:{id:"w851",nodes:["n4951","n4952","n4953","n4954","n4951"],tags:{aeroway:"hangar",building:"yes"}},w852:{id:"w852",nodes:["n4955","n4956","n4957","n4958","n4955"],tags:{aeroway:"hangar",building:"yes"}},w853:{id:"w853",nodes:["n4959","n4864","n4861","n4862","n4863"],tags:{barrier:"fence"}},w854:{id:"w854",nodes:["n4961","n4962","n4963","n4964","n4965","n4966","n4967","n4968","n4969","n4961"],tags:{landuse:"farmland"}},w855:{id:"w855",nodes:["n4970","n4971","n4972","n4973","n4974","n4975","n4976","n4977","n4978","n4980","n4970"],tags:{landuse:"farmland"}},w856:{id:"w856",nodes:["n4979","n4980","n4978","n4981","n4982","n4983","n4984","n4985","n4979"],tags:{natural:"scrub"}},w857:{id:"w857",nodes:["n4986","n4987","n4988","n5032","n4989","n4990","n4991","n4992","n4993","n4994","n4995","n4996","n4997","n4998","n4999","n5000","n5001","n5002","n5022","n5023","n5024","n5025","n5030","n5031","n5029","n5028","n5027","n5026","n4986"],tags:{landuse:"farmland"}},w858:{id:"w858",nodes:["n5001","n5003","n5004","n4999","n5000","n5001"],tags:{natural:"scrub"}},w859:{id:"w859",nodes:["n5005","n5006","n5007","n5008","n5009","n5010","n5021","n5020","n5019","n5011","n5012","n5013","n5018","n5014","n5015","n5017","n5016","n5005"],tags:{landuse:"farmland"}},w86:{id:"w86",nodes:["n384","n385","n386","n387","n384"],tags:{building:"yes"}},w860:{id:"w860",nodes:["n3020","n5033","n5034","n5035","n3179","n3180","n3191","n3181","n3190","n3182","n3183","n3184","n3185","n3186","n3187","n3188","n3189","n3160","n3161","n3162","n2126","n2153","n2288","n3020"],tags:{landuse:"industrial"}},w87:{id:"w87",nodes:["n387","n388","n389","n386","n387"],tags:{building:"yes"}},w88:{id:"w88",nodes:["n390","n391","n392","n393","n390"],tags:{building:"yes"}},w89:{id:"w89",nodes:["n394","n2895"],tags:{highway:"service"}},w9:{id:"w9",nodes:["n50","n51","n148","n52","n57","n891","n53","n50"],tags:{building:"yes"}},w90:{id:"w90",nodes:["n398","n399","n400","n401","n402","n403","n404","n405","n406","n407","n408","n409","n410","n411","n412","n413","n414","n415","n416","n417","n398"],tags:{building:"yes"}},w91:{id:"w91",nodes:["n418","n423","n419"],tags:{highway:"service"}},w92:{id:"w92",nodes:["n420","n421","n422","n423","n420"],tags:{amenity:"parking"}},w93:{id:"w93",nodes:["n2282","n1876"],tags:{name:"Rocky River",tunnel:"building_passage",waterway:"river"}},w94:{id:"w94",nodes:["n1876","n885","n1875","n2234"],tags:{name:"Rocky River",waterway:"river"}},w95:{id:"w95",nodes:["n425","n426","n427","n914","n428","n913","n425"],tags:{building:"yes"}},w96:{id:"w96",nodes:["n456","n620","n1034","n1035","n456"],tags:{building:"yes"}},w97:{id:"w97",nodes:["n435","n912","n451","n321"],tags:{highway:"footway"}},w98:{id:"w98",nodes:["n436","n319","n437","n438","n439","n440","n441","n476","n442"],tags:{highway:"service"}},w99:{id:"w99",nodes:["n443","n444","n445","n446","n447","n448","n449","n450","n443"],tags:{amenity:"parking"}},n2934:{id:"n2934",loc:[-85.617051,41.952263]},n2935:{id:"n2935",loc:[-85.61699,41.952276]},n2937:{id:"n2937",loc:[-85.616847,41.952262]},n2938:{id:"n2938",loc:[-85.616577,41.951956]},n2939:{id:"n2939",loc:[-85.61656,41.952044]},n3348:{id:"n3348",loc:[-85.61714,41.9522]},n3349:{id:"n3349",loc:[-85.616517,41.95212]},n3350:{id:"n3350",loc:[-85.616489,41.952033]},n3351:{id:"n3351",loc:[-85.616529,41.951907]},n3354:{id:"n3354",loc:[-85.616488,41.951994]}};
+  var dataIntroGraph = {n1:{id:"n1",loc:[-85.631039,41.948829]},n10:{id:"n10",loc:[-85.634733,41.941588]},n100:{id:"n100",loc:[-85.637395,41.942252]},n1000:{id:"n1000",loc:[-85.632699,41.944763]},n1001:{id:"n1001",loc:[-85.632685,41.944763]},n1002:{id:"n1002",loc:[-85.632673,41.944755]},n1003:{id:"n1003",loc:[-85.632595,41.944682]},n1004:{id:"n1004",loc:[-85.632576,41.944673]},n1005:{id:"n1005",loc:[-85.632551,41.944667]},n1006:{id:"n1006",loc:[-85.63253,41.944667]},n1007:{id:"n1007",loc:[-85.632502,41.944669]},n1008:{id:"n1008",loc:[-85.632483,41.944677]},n1009:{id:"n1009",loc:[-85.632383,41.944731]},n101:{id:"n101",loc:[-85.637357,41.942252]},n1010:{id:"n1010",loc:[-85.63349,41.944976],tags:{"addr:city":"Three Rivers","addr:housenumber":"31","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Sherwin-Williams",shop:"paint"}},n1011:{id:"n1011",loc:[-85.633548,41.945034],tags:{"addr:city":"Three Rivers","addr:housenumber":"33","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Unique Jewelry",shop:"jewelry"}},n1012:{id:"n1012",loc:[-85.633683,41.945129],tags:{"addr:city":"Three Rivers","addr:housenumber":"37","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"World Fare",shop:"gift"}},n1013:{id:"n1013",loc:[-85.634563,41.945469],tags:{"addr:city":"Three Rivers","addr:housenumber":"62","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Golden Finch Framing",shop:"frame"}},n1014:{id:"n1014",loc:[-85.634469,41.945379],tags:{"addr:city":"Three Rivers","addr:housenumber":"58","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Dollar Tree",shop:"second_hand"}},n1015:{id:"n1015",loc:[-85.634227,41.945159],tags:{"addr:city":"Three Rivers","addr:housenumber":"48","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",amenity:"theatre",name:"Riviera Theatre"}},n1016:{id:"n1016",loc:[-85.634057,41.945012],tags:{"addr:city":"Three Rivers","addr:housenumber":"42","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"River City Appliance",shop:"appliance"}},n1017:{id:"n1017",loc:[-85.633879,41.945325],tags:{"addr:city":"Three Rivers","addr:housenumber":"45","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Paparazzi Tattoo",shop:"tattoo"}},n1018:{id:"n1018",loc:[-85.634914,41.945839],tags:{"addr:city":"Three Rivers","addr:housenumber":"88","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",amenity:"bank",name:"Southern Michigan Bank"}},n1019:{id:"n1019",loc:[-85.634514,41.946176]},n102:{id:"n102",loc:[-85.637357,41.942216]},n1020:{id:"n1020",loc:[-85.634087,41.946178]},n1021:{id:"n1021",loc:[-85.634357,41.945805]},n1022:{id:"n1022",loc:[-85.634389,41.945788]},n1023:{id:"n1023",loc:[-85.634491,41.94581]},n1024:{id:"n1024",loc:[-85.634513,41.945853]},n1025:{id:"n1025",loc:[-85.634506,41.94583]},n1026:{id:"n1026",loc:[-85.634762,41.946056],tags:{crossing:"zebra",highway:"crossing"}},n1027:{id:"n1027",loc:[-85.634767,41.946172]},n1028:{id:"n1028",loc:[-85.634622,41.946175],tags:{crossing:"zebra",highway:"crossing"}},n1029:{id:"n1029",loc:[-85.640655,41.942057]},n103:{id:"n103",loc:[-85.637386,41.942054]},n1030:{id:"n1030",loc:[-85.640947,41.942057]},n1031:{id:"n1031",loc:[-85.640957,41.942593]},n1032:{id:"n1032",loc:[-85.630953,41.960873]},n1033:{id:"n1033",loc:[-85.632174,41.960679]},n1034:{id:"n1034",loc:[-85.638785,41.943066]},n1035:{id:"n1035",loc:[-85.638853,41.943065]},n1036:{id:"n1036",loc:[-85.638855,41.943183]},n1037:{id:"n1037",loc:[-85.638552,41.943189]},n1038:{id:"n1038",loc:[-85.63855,41.943149]},n1039:{id:"n1039",loc:[-85.638638,41.943068]},n104:{id:"n104",loc:[-85.637387,41.942125]},n1040:{id:"n1040",loc:[-85.638638,41.943078]},n1041:{id:"n1041",loc:[-85.638813,41.943163]},n1042:{id:"n1042",loc:[-85.638684,41.943165]},n1043:{id:"n1043",loc:[-85.638682,41.943105]},n1044:{id:"n1044",loc:[-85.638706,41.943105]},n1045:{id:"n1045",loc:[-85.638707,41.943117]},n1046:{id:"n1046",loc:[-85.638812,41.943115]},n1047:{id:"n1047",loc:[-85.638769,41.943407]},n1048:{id:"n1048",loc:[-85.638549,41.943407]},n1049:{id:"n1049",loc:[-85.638567,41.943555]},n105:{id:"n105",loc:[-85.637319,41.942125]},n1050:{id:"n1050",loc:[-85.638426,41.943554]},n1051:{id:"n1051",loc:[-85.638427,41.94346]},n1052:{id:"n1052",loc:[-85.638568,41.943461]},n1053:{id:"n1053",loc:[-85.639264,41.943415]},n1054:{id:"n1054",loc:[-85.639082,41.943417]},n1055:{id:"n1055",loc:[-85.63908,41.943331]},n1056:{id:"n1056",loc:[-85.639136,41.94333]},n1057:{id:"n1057",loc:[-85.639158,41.943312]},n1058:{id:"n1058",loc:[-85.639188,41.943313]},n1059:{id:"n1059",loc:[-85.639211,41.943331]},n106:{id:"n106",loc:[-85.637319,41.942137]},n1060:{id:"n1060",loc:[-85.639262,41.943331]},n1061:{id:"n1061",loc:[-85.638986,41.943515]},n1062:{id:"n1062",loc:[-85.63888,41.943521]},n1063:{id:"n1063",loc:[-85.638871,41.943436]},n1064:{id:"n1064",loc:[-85.638958,41.943431]},n1065:{id:"n1065",loc:[-85.638979,41.943443]},n1066:{id:"n1066",loc:[-85.63926,41.943703]},n1067:{id:"n1067",loc:[-85.639152,41.943704]},n1068:{id:"n1068",loc:[-85.639152,41.943691]},n1069:{id:"n1069",loc:[-85.639063,41.943691]},n107:{id:"n107",loc:[-85.637259,41.942137]},n1070:{id:"n1070",loc:[-85.639062,41.943613]},n1071:{id:"n1071",loc:[-85.639259,41.943611]},n1072:{id:"n1072",loc:[-85.639117,41.943726]},n1073:{id:"n1073",loc:[-85.639118,41.943767]},n1074:{id:"n1074",loc:[-85.639051,41.943768]},n1075:{id:"n1075",loc:[-85.63905,41.943727]},n1076:{id:"n1076",loc:[-85.638627,41.943716]},n1077:{id:"n1077",loc:[-85.63863,41.943634]},n1078:{id:"n1078",loc:[-85.63844,41.943631]},n1079:{id:"n1079",loc:[-85.638437,41.943729]},n108:{id:"n108",loc:[-85.637259,41.942126]},n1080:{id:"n1080",loc:[-85.638533,41.94373]},n1081:{id:"n1081",loc:[-85.638534,41.943715]},n1082:{id:"n1082",loc:[-85.638678,41.943941]},n1083:{id:"n1083",loc:[-85.638522,41.943944]},n1084:{id:"n1084",loc:[-85.63852,41.943864]},n1085:{id:"n1085",loc:[-85.638676,41.943861]},n1086:{id:"n1086",loc:[-85.638663,41.944059]},n1087:{id:"n1087",loc:[-85.638513,41.944061]},n1088:{id:"n1088",loc:[-85.638511,41.943991]},n1089:{id:"n1089",loc:[-85.638661,41.943989]},n109:{id:"n109",loc:[-85.637193,41.942126]},n1090:{id:"n1090",loc:[-85.63865,41.944134]},n1091:{id:"n1091",loc:[-85.638429,41.944144]},n1092:{id:"n1092",loc:[-85.638426,41.944106]},n1093:{id:"n1093",loc:[-85.638476,41.944104]},n1094:{id:"n1094",loc:[-85.638475,41.94409]},n1095:{id:"n1095",loc:[-85.638594,41.944084]},n1096:{id:"n1096",loc:[-85.638595,41.944101]},n1097:{id:"n1097",loc:[-85.638647,41.944099]},n1098:{id:"n1098",loc:[-85.63829,41.944154]},n1099:{id:"n1099",loc:[-85.638558,41.944155]},n11:{id:"n11",loc:[-85.634602,41.941523]},n110:{id:"n110",loc:[-85.637192,41.942053]},n1100:{id:"n1100",loc:[-85.638558,41.944338]},n1101:{id:"n1101",loc:[-85.638851,41.944408]},n1102:{id:"n1102",loc:[-85.637771,41.943989]},n1103:{id:"n1103",loc:[-85.639345,41.943964]},n1104:{id:"n1104",loc:[-85.638515,41.94397]},n1105:{id:"n1105",loc:[-85.639256,41.943928]},n1106:{id:"n1106",loc:[-85.639157,41.943929]},n1107:{id:"n1107",loc:[-85.639156,41.9439]},n1108:{id:"n1108",loc:[-85.639118,41.9439]},n1109:{id:"n1109",loc:[-85.639116,41.94382]},n111:{id:"n111",loc:[-85.637248,41.942053]},n1110:{id:"n1110",loc:[-85.639202,41.943819]},n1111:{id:"n1111",loc:[-85.639202,41.943837]},n1112:{id:"n1112",loc:[-85.639293,41.943836]},n1113:{id:"n1113",loc:[-85.639295,41.943898]},n1114:{id:"n1114",loc:[-85.639255,41.943898]},n1115:{id:"n1115",loc:[-85.639296,41.944083]},n1116:{id:"n1116",loc:[-85.639144,41.944084]},n1117:{id:"n1117",loc:[-85.639143,41.944026]},n1118:{id:"n1118",loc:[-85.639162,41.944026]},n1119:{id:"n1119",loc:[-85.639162,41.944]},n112:{id:"n112",loc:[-85.637248,41.942042]},n1120:{id:"n1120",loc:[-85.639295,41.943999]},n1121:{id:"n1121",loc:[-85.639131,41.944139]},n1122:{id:"n1122",loc:[-85.63901,41.94414]},n1123:{id:"n1123",loc:[-85.63901,41.944076]},n1124:{id:"n1124",loc:[-85.63913,41.944075]},n1125:{id:"n1125",loc:[-85.639092,41.944155]},n1126:{id:"n1126",loc:[-85.639093,41.944308]},n1127:{id:"n1127",loc:[-85.639225,41.944308]},n1128:{id:"n1128",loc:[-85.639225,41.94429]},n1129:{id:"n1129",loc:[-85.639253,41.944289]},n113:{id:"n113",loc:[-85.637338,41.942041]},n1130:{id:"n1130",loc:[-85.639253,41.944269]},n1131:{id:"n1131",loc:[-85.639243,41.944269]},n1132:{id:"n1132",loc:[-85.639243,41.944229]},n1133:{id:"n1133",loc:[-85.639224,41.944229]},n1134:{id:"n1134",loc:[-85.639224,41.944196]},n1135:{id:"n1135",loc:[-85.639195,41.944196]},n1136:{id:"n1136",loc:[-85.639195,41.944155]},n1137:{id:"n1137",loc:[-85.639072,41.944154]},n1138:{id:"n1138",loc:[-85.638865,41.944154]},n1139:{id:"n1139",loc:[-85.638863,41.943967]},n114:{id:"n114",loc:[-85.637338,41.942055]},n1140:{id:"n1140",loc:[-85.6386,41.942698]},n1141:{id:"n1141",loc:[-85.639348,41.942698]},n1142:{id:"n1142",loc:[-85.639377,41.944984]},n1143:{id:"n1143",loc:[-85.63937,41.945013]},n1144:{id:"n1144",loc:[-85.639357,41.945033]},n1145:{id:"n1145",loc:[-85.639353,41.945053]},n1146:{id:"n1146",loc:[-85.639352,41.945084]},n1147:{id:"n1147",loc:[-85.638278,41.945516]},n1148:{id:"n1148",loc:[-85.637505,41.945801]},n1149:{id:"n1149",loc:[-85.637327,41.945857]},n115:{id:"n115",loc:[-85.637583,41.941943]},n1150:{id:"n1150",loc:[-85.637168,41.945899]},n1151:{id:"n1151",loc:[-85.637017,41.94593]},n1152:{id:"n1152",loc:[-85.637185,41.945938]},n1153:{id:"n1153",loc:[-85.63682,41.945963]},n1154:{id:"n1154",loc:[-85.636639,41.945984]},n1155:{id:"n1155",loc:[-85.636439,41.945999]},n1156:{id:"n1156",loc:[-85.635801,41.945999]},n1157:{id:"n1157",loc:[-85.635769,41.945908]},n1158:{id:"n1158",loc:[-85.635953,41.946154]},n1159:{id:"n1159",loc:[-85.635472,41.94598]},n116:{id:"n116",loc:[-85.637584,41.941983]},n1160:{id:"n1160",loc:[-85.635409,41.945981]},n1161:{id:"n1161",loc:[-85.635583,41.945987]},n1162:{id:"n1162",loc:[-85.636452,41.945805]},n1163:{id:"n1163",loc:[-85.636425,41.94582]},n1164:{id:"n1164",loc:[-85.636396,41.945817]},n1165:{id:"n1165",loc:[-85.636368,41.945797]},n1166:{id:"n1166",loc:[-85.636346,41.945767]},n1167:{id:"n1167",loc:[-85.636307,41.945745]},n1168:{id:"n1168",loc:[-85.636194,41.94565]},n1169:{id:"n1169",loc:[-85.636121,41.945579]},n117:{id:"n117",loc:[-85.63751,41.941983]},n1170:{id:"n1170",loc:[-85.635995,41.945432]},n1171:{id:"n1171",loc:[-85.637564,41.943538]},n1172:{id:"n1172",loc:[-85.63756,41.943505]},n1173:{id:"n1173",loc:[-85.637435,41.943489]},n1174:{id:"n1174",loc:[-85.637093,41.943556]},n1175:{id:"n1175",loc:[-85.634836,41.941574]},n1176:{id:"n1176",loc:[-85.634692,41.9415]},n1177:{id:"n1177",loc:[-85.634261,41.941337]},n1178:{id:"n1178",loc:[-85.634208,41.940962]},n1179:{id:"n1179",loc:[-85.635247,41.940968]},n118:{id:"n118",loc:[-85.637509,41.941944]},n1180:{id:"n1180",loc:[-85.63514,41.941205]},n1181:{id:"n1181",loc:[-85.634858,41.941511]},n1182:{id:"n1182",loc:[-85.630725,41.943465]},n1183:{id:"n1183",loc:[-85.632591,41.942826]},n1184:{id:"n1184",loc:[-85.634487,41.941928]},n1185:{id:"n1185",loc:[-85.634499,41.942056]},n1186:{id:"n1186",loc:[-85.63433,41.943102]},n1187:{id:"n1187",loc:[-85.634158,41.943151]},n1188:{id:"n1188",loc:[-85.634107,41.94305]},n1189:{id:"n1189",loc:[-85.634279,41.943002]},n119:{id:"n119",loc:[-85.637724,41.941973]},n1190:{id:"n1190",loc:[-85.634362,41.943762]},n1191:{id:"n1191",loc:[-85.634331,41.943731]},n1192:{id:"n1192",loc:[-85.634396,41.943695]},n1193:{id:"n1193",loc:[-85.634426,41.943726]},n1194:{id:"n1194",loc:[-85.621569,41.956021]},n1195:{id:"n1195",loc:[-85.621574,41.956164]},n1196:{id:"n1196",loc:[-85.621489,41.956165]},n1197:{id:"n1197",loc:[-85.621488,41.956136]},n1198:{id:"n1198",loc:[-85.621372,41.956139]},n1199:{id:"n1199",loc:[-85.621369,41.956049]},n12:{id:"n12",loc:[-85.63359,41.941093]},n120:{id:"n120",loc:[-85.637633,41.941973]},n1200:{id:"n1200",loc:[-85.621493,41.956047]},n1201:{id:"n1201",loc:[-85.621492,41.956022]},n1202:{id:"n1202",loc:[-85.619744,41.953192]},n1203:{id:"n1203",loc:[-85.619059,41.953902]},n1204:{id:"n1204",loc:[-85.623984,41.95469]},n1205:{id:"n1205",loc:[-85.630159,41.958208]},n1206:{id:"n1206",loc:[-85.63002,41.958208]},n1207:{id:"n1207",loc:[-85.630021,41.95814]},n1208:{id:"n1208",loc:[-85.63,41.95814]},n1209:{id:"n1209",loc:[-85.63,41.958043]},n121:{id:"n121",loc:[-85.637633,41.941853]},n1210:{id:"n1210",loc:[-85.630159,41.958043]},n1211:{id:"n1211",loc:[-85.630304,41.957566]},n1212:{id:"n1212",loc:[-85.630303,41.957684]},n1213:{id:"n1213",loc:[-85.630073,41.957683]},n1214:{id:"n1214",loc:[-85.630072,41.957721]},n1215:{id:"n1215",loc:[-85.629993,41.95772]},n1216:{id:"n1216",loc:[-85.629993,41.95768]},n1217:{id:"n1217",loc:[-85.629968,41.95768]},n1218:{id:"n1218",loc:[-85.629969,41.957588]},n1219:{id:"n1219",loc:[-85.630219,41.95759]},n122:{id:"n122",loc:[-85.637724,41.941853]},n1220:{id:"n1220",loc:[-85.630219,41.957566]},n1221:{id:"n1221",loc:[-85.630717,41.957744]},n1222:{id:"n1222",loc:[-85.630596,41.957745]},n1223:{id:"n1223",loc:[-85.630598,41.957553]},n1224:{id:"n1224",loc:[-85.630717,41.957555]},n1225:{id:"n1225",loc:[-85.630609,41.957745]},n1226:{id:"n1226",loc:[-85.63061,41.957789]},n1227:{id:"n1227",loc:[-85.630327,41.957791]},n1228:{id:"n1228",loc:[-85.630324,41.95752]},n1229:{id:"n1229",loc:[-85.630325,41.95756]},n123:{id:"n123",loc:[-85.637773,41.941988]},n1230:{id:"n1230",loc:[-85.63057,41.95756]},n1231:{id:"n1231",loc:[-85.63069,41.958016]},n1232:{id:"n1232",loc:[-85.630586,41.958017]},n1233:{id:"n1233",loc:[-85.630584,41.957956]},n1234:{id:"n1234",loc:[-85.630614,41.957956]},n1235:{id:"n1235",loc:[-85.630611,41.957835]},n1236:{id:"n1236",loc:[-85.630737,41.957833]},n1237:{id:"n1237",loc:[-85.630739,41.957921]},n1238:{id:"n1238",loc:[-85.630688,41.957922]},n1239:{id:"n1239",loc:[-85.630719,41.958291]},n124:{id:"n124",loc:[-85.637773,41.942046]},n1240:{id:"n1240",loc:[-85.630592,41.958291]},n1241:{id:"n1241",loc:[-85.630593,41.958108]},n1242:{id:"n1242",loc:[-85.630701,41.958109]},n1243:{id:"n1243",loc:[-85.6307,41.958173]},n1244:{id:"n1244",loc:[-85.630711,41.958173]},n1245:{id:"n1245",loc:[-85.630711,41.958233]},n1246:{id:"n1246",loc:[-85.630719,41.958233]},n1247:{id:"n1247",loc:[-85.630523,41.958329]},n1248:{id:"n1248",loc:[-85.630388,41.958329]},n1249:{id:"n1249",loc:[-85.630387,41.958262]},n125:{id:"n125",loc:[-85.637693,41.942047]},n1250:{id:"n1250",loc:[-85.630523,41.958261]},n1251:{id:"n1251",loc:[-85.63072,41.958636]},n1252:{id:"n1252",loc:[-85.630721,41.958709]},n1253:{id:"n1253",loc:[-85.630503,41.958712]},n1254:{id:"n1254",loc:[-85.630498,41.958511]},n1255:{id:"n1255",loc:[-85.630635,41.95851]},n1256:{id:"n1256",loc:[-85.630638,41.958636]},n1257:{id:"n1257",loc:[-85.630437,41.958822]},n1258:{id:"n1258",loc:[-85.630437,41.958849]},n1259:{id:"n1259",loc:[-85.630393,41.958849]},n126:{id:"n126",loc:[-85.637692,41.941988]},n1260:{id:"n1260",loc:[-85.630393,41.958822]},n1261:{id:"n1261",loc:[-85.630605,41.959102]},n1262:{id:"n1262",loc:[-85.63049,41.959104]},n1263:{id:"n1263",loc:[-85.630487,41.958996]},n1264:{id:"n1264",loc:[-85.630462,41.958996]},n1265:{id:"n1265",loc:[-85.63046,41.958922]},n1266:{id:"n1266",loc:[-85.630562,41.958921]},n1267:{id:"n1267",loc:[-85.630564,41.958992]},n1268:{id:"n1268",loc:[-85.630602,41.958992]},n1269:{id:"n1269",loc:[-85.630126,41.957096]},n127:{id:"n127",loc:[-85.637604,41.941994]},n1270:{id:"n1270",loc:[-85.630129,41.957283]},n1271:{id:"n1271",loc:[-85.629993,41.957284]},n1272:{id:"n1272",loc:[-85.629992,41.957216]},n1273:{id:"n1273",loc:[-85.630015,41.957215]},n1274:{id:"n1274",loc:[-85.630013,41.957097]},n1275:{id:"n1275",loc:[-85.630211,41.956592]},n1276:{id:"n1276",loc:[-85.630211,41.956676]},n1277:{id:"n1277",loc:[-85.630162,41.956676]},n1278:{id:"n1278",loc:[-85.630162,41.95676]},n1279:{id:"n1279",loc:[-85.630037,41.956761]},n128:{id:"n128",loc:[-85.637604,41.942057]},n1280:{id:"n1280",loc:[-85.630037,41.956592]},n1281:{id:"n1281",loc:[-85.630309,41.95653]},n1282:{id:"n1282",loc:[-85.630326,41.957065]},n1283:{id:"n1283",loc:[-85.630118,41.957065]},n1284:{id:"n1284",loc:[-85.630119,41.957096]},n1285:{id:"n1285",loc:[-85.63067,41.957307]},n1286:{id:"n1286",loc:[-85.630536,41.957308]},n1287:{id:"n1287",loc:[-85.630533,41.957111]},n1288:{id:"n1288",loc:[-85.630667,41.95711]},n1289:{id:"n1289",loc:[-85.630676,41.956808]},n129:{id:"n129",loc:[-85.63748,41.942057]},n1290:{id:"n1290",loc:[-85.630551,41.956808]},n1291:{id:"n1291",loc:[-85.630552,41.956982]},n1292:{id:"n1292",loc:[-85.63059,41.956982]},n1293:{id:"n1293",loc:[-85.63059,41.957001]},n1294:{id:"n1294",loc:[-85.630692,41.957001]},n1295:{id:"n1295",loc:[-85.630692,41.956936]},n1296:{id:"n1296",loc:[-85.630676,41.956936]},n1297:{id:"n1297",loc:[-85.630496,41.956889]},n1298:{id:"n1298",loc:[-85.630501,41.956947]},n1299:{id:"n1299",loc:[-85.630377,41.956953]},n13:{id:"n13",loc:[-85.633643,41.941143]},n130:{id:"n130",loc:[-85.63748,41.941994]},n1300:{id:"n1300",loc:[-85.630359,41.956938]},n1301:{id:"n1301",loc:[-85.630359,41.956912]},n1302:{id:"n1302",loc:[-85.63038,41.956894]},n1303:{id:"n1303",loc:[-85.630679,41.956747]},n1304:{id:"n1304",loc:[-85.630572,41.956748]},n1305:{id:"n1305",loc:[-85.63057,41.956668]},n1306:{id:"n1306",loc:[-85.630501,41.956669]},n1307:{id:"n1307",loc:[-85.630499,41.95659]},n1308:{id:"n1308",loc:[-85.630565,41.956589]},n1309:{id:"n1309",loc:[-85.630564,41.956541]},n131:{id:"n131",loc:[-85.637431,41.941832]},n1310:{id:"n1310",loc:[-85.630686,41.956539]},n1311:{id:"n1311",loc:[-85.630688,41.956631]},n1312:{id:"n1312",loc:[-85.630676,41.956631]},n1313:{id:"n1313",loc:[-85.630686,41.956487]},n1314:{id:"n1314",loc:[-85.63059,41.956487]},n1315:{id:"n1315",loc:[-85.63059,41.956396]},n1316:{id:"n1316",loc:[-85.630686,41.956396]},n1317:{id:"n1317",loc:[-85.630643,41.9563]},n1318:{id:"n1318",loc:[-85.630548,41.956301]},n1319:{id:"n1319",loc:[-85.630545,41.956217]},n132:{id:"n132",loc:[-85.637432,41.94189]},n1320:{id:"n1320",loc:[-85.630529,41.956214]},n1321:{id:"n1321",loc:[-85.630521,41.956202]},n1322:{id:"n1322",loc:[-85.63052,41.95618]},n1323:{id:"n1323",loc:[-85.630527,41.956169]},n1324:{id:"n1324",loc:[-85.630544,41.956163]},n1325:{id:"n1325",loc:[-85.630543,41.956094]},n1326:{id:"n1326",loc:[-85.630641,41.956093]},n1327:{id:"n1327",loc:[-85.630642,41.956134]},n1328:{id:"n1328",loc:[-85.630656,41.956134]},n1329:{id:"n1329",loc:[-85.630657,41.956252]},n133:{id:"n133",loc:[-85.637412,41.94189]},n1330:{id:"n1330",loc:[-85.630643,41.956252]},n1331:{id:"n1331",loc:[-85.630409,41.956044]},n1332:{id:"n1332",loc:[-85.630409,41.956075]},n1333:{id:"n1333",loc:[-85.630195,41.956078]},n1334:{id:"n1334",loc:[-85.630195,41.9561]},n1335:{id:"n1335",loc:[-85.630088,41.956101]},n1336:{id:"n1336",loc:[-85.630087,41.956048]},n1337:{id:"n1337",loc:[-85.630345,41.956114]},n1338:{id:"n1338",loc:[-85.630328,41.956113]},n1339:{id:"n1339",loc:[-85.63034,41.956189]},n134:{id:"n134",loc:[-85.637413,41.941938]},n1340:{id:"n1340",loc:[-85.630355,41.956185]},n1341:{id:"n1341",loc:[-85.630311,41.956117]},n1342:{id:"n1342",loc:[-85.630297,41.956125]},n1343:{id:"n1343",loc:[-85.630287,41.956136]},n1344:{id:"n1344",loc:[-85.630283,41.956149]},n1345:{id:"n1345",loc:[-85.630285,41.956162]},n1346:{id:"n1346",loc:[-85.630293,41.956174]},n1347:{id:"n1347",loc:[-85.630306,41.956183]},n1348:{id:"n1348",loc:[-85.630322,41.956188]},n1349:{id:"n1349",loc:[-85.630368,41.956179]},n135:{id:"n135",loc:[-85.637342,41.941939]},n1350:{id:"n1350",loc:[-85.630378,41.95617]},n1351:{id:"n1351",loc:[-85.630384,41.956159]},n1352:{id:"n1352",loc:[-85.630385,41.956147]},n1353:{id:"n1353",loc:[-85.630381,41.956136]},n1354:{id:"n1354",loc:[-85.630372,41.956126]},n1355:{id:"n1355",loc:[-85.63036,41.956118]},n1356:{id:"n1356",loc:[-85.630776,41.956041]},n1357:{id:"n1357",loc:[-85.630195,41.956036]},n1358:{id:"n1358",loc:[-85.630137,41.956037]},n1359:{id:"n1359",loc:[-85.630136,41.956006]},n136:{id:"n136",loc:[-85.637342,41.941914]},n1360:{id:"n1360",loc:[-85.630194,41.956005]},n1361:{id:"n1361",loc:[-85.629864,41.956039]},n1362:{id:"n1362",loc:[-85.629864,41.955862]},n1363:{id:"n1363",loc:[-85.629541,41.958291]},n1364:{id:"n1364",loc:[-85.629419,41.958292]},n1365:{id:"n1365",loc:[-85.629417,41.958168]},n1366:{id:"n1366",loc:[-85.629445,41.958168]},n1367:{id:"n1367",loc:[-85.629444,41.958109]},n1368:{id:"n1368",loc:[-85.629537,41.958108]},n1369:{id:"n1369",loc:[-85.629351,41.958136]},n137:{id:"n137",loc:[-85.637212,41.941916]},n1370:{id:"n1370",loc:[-85.629352,41.958202]},n1371:{id:"n1371",loc:[-85.629365,41.958202]},n1372:{id:"n1372",loc:[-85.629365,41.958223]},n1373:{id:"n1373",loc:[-85.629291,41.958224]},n1374:{id:"n1374",loc:[-85.62929,41.958137]},n1375:{id:"n1375",loc:[-85.629443,41.958073]},n1376:{id:"n1376",loc:[-85.629252,41.958075]},n1377:{id:"n1377",loc:[-85.629253,41.95827]},n1378:{id:"n1378",loc:[-85.629566,41.957585]},n1379:{id:"n1379",loc:[-85.629566,41.957692]},n138:{id:"n138",loc:[-85.637211,41.941835]},n1380:{id:"n1380",loc:[-85.629281,41.957693]},n1381:{id:"n1381",loc:[-85.62928,41.957585]},n1382:{id:"n1382",loc:[-85.629004,41.957599]},n1383:{id:"n1383",loc:[-85.629004,41.957682]},n1384:{id:"n1384",loc:[-85.628902,41.957682]},n1385:{id:"n1385",loc:[-85.628902,41.957723]},n1386:{id:"n1386",loc:[-85.628731,41.957724]},n1387:{id:"n1387",loc:[-85.628731,41.9576]},n1388:{id:"n1388",loc:[-85.62836,41.957679]},n1389:{id:"n1389",loc:[-85.628359,41.957759]},n139:{id:"n139",loc:[-85.637293,41.941834]},n1390:{id:"n1390",loc:[-85.628062,41.957757]},n1391:{id:"n1391",loc:[-85.628063,41.957657]},n1392:{id:"n1392",loc:[-85.628198,41.957657]},n1393:{id:"n1393",loc:[-85.628198,41.957678]},n1394:{id:"n1394",loc:[-85.627775,41.958095]},n1395:{id:"n1395",loc:[-85.627608,41.958095]},n1396:{id:"n1396",loc:[-85.627606,41.957829]},n1397:{id:"n1397",loc:[-85.627774,41.957829]},n1398:{id:"n1398",loc:[-85.626816,41.957636]},n1399:{id:"n1399",loc:[-85.626787,41.957681]},n14:{id:"n14",loc:[-85.633643,41.940122]},n140:{id:"n140",loc:[-85.637293,41.941823]},n1400:{id:"n1400",loc:[-85.626673,41.95764]},n1401:{id:"n1401",loc:[-85.626703,41.957594]},n1402:{id:"n1402",loc:[-85.62694,41.95752]},n1403:{id:"n1403",loc:[-85.62688,41.957611]},n1404:{id:"n1404",loc:[-85.626798,41.957582]},n1405:{id:"n1405",loc:[-85.626793,41.95759]},n1406:{id:"n1406",loc:[-85.626657,41.95754]},n1407:{id:"n1407",loc:[-85.626666,41.957526]},n1408:{id:"n1408",loc:[-85.626584,41.957497]},n1409:{id:"n1409",loc:[-85.626638,41.957415]},n141:{id:"n141",loc:[-85.637363,41.941822]},n1410:{id:"n1410",loc:[-85.626731,41.957449]},n1411:{id:"n1411",loc:[-85.626725,41.957457]},n1412:{id:"n1412",loc:[-85.626843,41.9575]},n1413:{id:"n1413",loc:[-85.626851,41.957487]},n1414:{id:"n1414",loc:[-85.626579,41.957521]},n1415:{id:"n1415",loc:[-85.626537,41.957587]},n1416:{id:"n1416",loc:[-85.626427,41.957551]},n1417:{id:"n1417",loc:[-85.626468,41.957483]},n1418:{id:"n1418",loc:[-85.626592,41.957639]},n1419:{id:"n1419",loc:[-85.626807,41.957713]},n142:{id:"n142",loc:[-85.637364,41.941833]},n1420:{id:"n1420",loc:[-85.627129,41.957401]},n1421:{id:"n1421",loc:[-85.627209,41.95742]},n1422:{id:"n1422",loc:[-85.627302,41.957435]},n1423:{id:"n1423",loc:[-85.629566,41.957048]},n1424:{id:"n1424",loc:[-85.629568,41.957215]},n1425:{id:"n1425",loc:[-85.629383,41.957216]},n1426:{id:"n1426",loc:[-85.629384,41.95727]},n1427:{id:"n1427",loc:[-85.629231,41.957271]},n1428:{id:"n1428",loc:[-85.62923,41.957198]},n1429:{id:"n1429",loc:[-85.629322,41.957198]},n143:{id:"n143",loc:[-85.637559,41.942448]},n1430:{id:"n1430",loc:[-85.629321,41.957108]},n1431:{id:"n1431",loc:[-85.629441,41.957108]},n1432:{id:"n1432",loc:[-85.62944,41.957049]},n1433:{id:"n1433",loc:[-85.629337,41.957018]},n1434:{id:"n1434",loc:[-85.629366,41.957028]},n1435:{id:"n1435",loc:[-85.629375,41.957044]},n1436:{id:"n1436",loc:[-85.629354,41.957071]},n1437:{id:"n1437",loc:[-85.629317,41.957071]},n1438:{id:"n1438",loc:[-85.62929,41.957074]},n1439:{id:"n1439",loc:[-85.62927,41.957084]},n144:{id:"n144",loc:[-85.637036,41.942454]},n1440:{id:"n1440",loc:[-85.629232,41.957081]},n1441:{id:"n1441",loc:[-85.629222,41.957057]},n1442:{id:"n1442",loc:[-85.629259,41.957025]},n1443:{id:"n1443",loc:[-85.629293,41.957017]},n1444:{id:"n1444",loc:[-85.629251,41.957085]},n1445:{id:"n1445",loc:[-85.629235,41.957041]},n1446:{id:"n1446",loc:[-85.62937,41.95706]},n1447:{id:"n1447",loc:[-85.629531,41.956909]},n1448:{id:"n1448",loc:[-85.629408,41.956909]},n1449:{id:"n1449",loc:[-85.629402,41.956681]},n145:{id:"n145",loc:[-85.636692,41.942828]},n1450:{id:"n1450",loc:[-85.62953,41.956681]},n1451:{id:"n1451",loc:[-85.629402,41.956728]},n1452:{id:"n1452",loc:[-85.629408,41.956845]},n1453:{id:"n1453",loc:[-85.629385,41.956845]},n1454:{id:"n1454",loc:[-85.629384,41.956728]},n1455:{id:"n1455",loc:[-85.629063,41.956973]},n1456:{id:"n1456",loc:[-85.629064,41.957009]},n1457:{id:"n1457",loc:[-85.62902,41.957009]},n1458:{id:"n1458",loc:[-85.629019,41.956973]},n1459:{id:"n1459",loc:[-85.629136,41.956633]},n146:{id:"n146",loc:[-85.635929,41.942826]},n1460:{id:"n1460",loc:[-85.629084,41.956632]},n1461:{id:"n1461",loc:[-85.629084,41.956605]},n1462:{id:"n1462",loc:[-85.629136,41.956605]},n1463:{id:"n1463",loc:[-85.629153,41.956657]},n1464:{id:"n1464",loc:[-85.627914,41.956661]},n1465:{id:"n1465",loc:[-85.630096,41.956101]},n1466:{id:"n1466",loc:[-85.630097,41.95612]},n1467:{id:"n1467",loc:[-85.630011,41.956121]},n1468:{id:"n1468",loc:[-85.630015,41.956374]},n1469:{id:"n1469",loc:[-85.629148,41.95626]},n147:{id:"n147",loc:[-85.636433,41.942828]},n1470:{id:"n1470",loc:[-85.629527,41.956591]},n1471:{id:"n1471",loc:[-85.629405,41.956591]},n1472:{id:"n1472",loc:[-85.629405,41.956459]},n1473:{id:"n1473",loc:[-85.629369,41.956459]},n1474:{id:"n1474",loc:[-85.629369,41.956424]},n1475:{id:"n1475",loc:[-85.629413,41.956424]},n1476:{id:"n1476",loc:[-85.629414,41.956326]},n1477:{id:"n1477",loc:[-85.629522,41.956326]},n1478:{id:"n1478",loc:[-85.629522,41.956487]},n1479:{id:"n1479",loc:[-85.629527,41.956487]},n148:{id:"n148",loc:[-85.636435,41.942864],tags:{entrance:"yes"}},n1480:{id:"n1480",loc:[-85.629414,41.95634]},n1481:{id:"n1481",loc:[-85.629149,41.956338]},n1482:{id:"n1482",loc:[-85.62931,41.956531]},n1483:{id:"n1483",loc:[-85.629291,41.95655]},n1484:{id:"n1484",loc:[-85.629255,41.95655]},n1485:{id:"n1485",loc:[-85.629236,41.956533]},n1486:{id:"n1486",loc:[-85.629237,41.956461]},n1487:{id:"n1487",loc:[-85.629257,41.956445]},n1488:{id:"n1488",loc:[-85.629257,41.956428]},n1489:{id:"n1489",loc:[-85.629287,41.956428]},n149:{id:"n149",loc:[-85.637235,41.942622]},n1490:{id:"n1490",loc:[-85.629287,41.956445]},n1491:{id:"n1491",loc:[-85.62931,41.95646]},n1492:{id:"n1492",loc:[-85.629049,41.956425]},n1493:{id:"n1493",loc:[-85.628907,41.956427]},n1494:{id:"n1494",loc:[-85.628907,41.956455]},n1495:{id:"n1495",loc:[-85.628841,41.956455]},n1496:{id:"n1496",loc:[-85.62884,41.956424]},n1497:{id:"n1497",loc:[-85.628764,41.956425]},n1498:{id:"n1498",loc:[-85.628762,41.956323]},n1499:{id:"n1499",loc:[-85.628808,41.956323]},n15:{id:"n15",loc:[-85.633477,41.940187]},n150:{id:"n150",loc:[-85.637247,41.943116]},n1500:{id:"n1500",loc:[-85.628808,41.956314]},n1501:{id:"n1501",loc:[-85.628911,41.956313]},n1502:{id:"n1502",loc:[-85.628911,41.956322]},n1503:{id:"n1503",loc:[-85.62896,41.956322]},n1504:{id:"n1504",loc:[-85.62896,41.956348]},n1505:{id:"n1505",loc:[-85.629047,41.956347]},n1506:{id:"n1506",loc:[-85.628893,41.957263]},n1507:{id:"n1507",loc:[-85.628788,41.957264]},n1508:{id:"n1508",loc:[-85.628786,41.95711]},n1509:{id:"n1509",loc:[-85.628894,41.957109]},n151:{id:"n151",loc:[-85.637564,41.943116]},n1510:{id:"n1510",loc:[-85.628893,41.957075]},n1511:{id:"n1511",loc:[-85.628965,41.957075]},n1512:{id:"n1512",loc:[-85.628965,41.957111]},n1513:{id:"n1513",loc:[-85.629035,41.95711]},n1514:{id:"n1514",loc:[-85.629036,41.957209]},n1515:{id:"n1515",loc:[-85.628893,41.95721]},n1516:{id:"n1516",loc:[-85.631348,41.95773]},n1517:{id:"n1517",loc:[-85.631101,41.957732]},n1518:{id:"n1518",loc:[-85.631099,41.957558]},n1519:{id:"n1519",loc:[-85.63123,41.957557]},n152:{id:"n152",loc:[-85.637552,41.942619]},n1520:{id:"n1520",loc:[-85.631231,41.957618]},n1521:{id:"n1521",loc:[-85.63129,41.957618]},n1522:{id:"n1522",loc:[-85.63129,41.957651]},n1523:{id:"n1523",loc:[-85.631346,41.957651]},n1524:{id:"n1524",loc:[-85.631366,41.95802]},n1525:{id:"n1525",loc:[-85.631141,41.958021]},n1526:{id:"n1526",loc:[-85.63114,41.957943]},n1527:{id:"n1527",loc:[-85.631167,41.957943]},n1528:{id:"n1528",loc:[-85.631166,41.957808]},n1529:{id:"n1529",loc:[-85.631301,41.957807]},n153:{id:"n153",loc:[-85.63763,41.942528]},n1530:{id:"n1530",loc:[-85.631302,41.95789]},n1531:{id:"n1531",loc:[-85.631364,41.95789]},n1532:{id:"n1532",loc:[-85.631539,41.957754]},n1533:{id:"n1533",loc:[-85.631069,41.957756]},n1534:{id:"n1534",loc:[-85.631536,41.957518]},n1535:{id:"n1535",loc:[-85.631543,41.957995]},n1536:{id:"n1536",loc:[-85.631531,41.957748]},n1537:{id:"n1537",loc:[-85.631485,41.957748]},n1538:{id:"n1538",loc:[-85.631484,41.957698]},n1539:{id:"n1539",loc:[-85.631531,41.957698]},n154:{id:"n154",loc:[-85.637151,41.94253]},n1540:{id:"n1540",loc:[-85.631586,41.957742]},n1541:{id:"n1541",loc:[-85.63155,41.957742]},n1542:{id:"n1542",loc:[-85.631551,41.957702]},n1543:{id:"n1543",loc:[-85.631587,41.957702]},n1544:{id:"n1544",loc:[-85.631534,41.95807]},n1545:{id:"n1545",loc:[-85.631534,41.958097]},n1546:{id:"n1546",loc:[-85.631491,41.958097]},n1547:{id:"n1547",loc:[-85.631491,41.95807]},n1548:{id:"n1548",loc:[-85.631304,41.958861]},n1549:{id:"n1549",loc:[-85.631186,41.958862]},n155:{id:"n155",loc:[-85.63715,41.942424]},n1550:{id:"n1550",loc:[-85.631182,41.958653]},n1551:{id:"n1551",loc:[-85.6313,41.958651]},n1552:{id:"n1552",loc:[-85.631293,41.95854]},n1553:{id:"n1553",loc:[-85.631176,41.958539]},n1554:{id:"n1554",loc:[-85.631176,41.958377]},n1555:{id:"n1555",loc:[-85.631297,41.958377]},n1556:{id:"n1556",loc:[-85.631297,41.958422]},n1557:{id:"n1557",loc:[-85.631333,41.958422]},n1558:{id:"n1558",loc:[-85.631333,41.958479]},n1559:{id:"n1559",loc:[-85.631293,41.958479]},n156:{id:"n156",loc:[-85.637629,41.942422]},n1560:{id:"n1560",loc:[-85.631951,41.958908]},n1561:{id:"n1561",loc:[-85.631838,41.958909]},n1562:{id:"n1562",loc:[-85.631837,41.958847]},n1563:{id:"n1563",loc:[-85.631859,41.958847]},n1564:{id:"n1564",loc:[-85.631858,41.958746]},n1565:{id:"n1565",loc:[-85.631961,41.958745]},n1566:{id:"n1566",loc:[-85.631962,41.958812]},n1567:{id:"n1567",loc:[-85.631949,41.958813]},n1568:{id:"n1568",loc:[-85.631579,41.958913]},n1569:{id:"n1569",loc:[-85.631567,41.95864]},n157:{id:"n157",loc:[-85.638232,41.942477]},n1570:{id:"n1570",loc:[-85.631942,41.958639]},n1571:{id:"n1571",loc:[-85.631543,41.958594]},n1572:{id:"n1572",loc:[-85.631543,41.958065]},n1573:{id:"n1573",loc:[-85.631888,41.958546]},n1574:{id:"n1574",loc:[-85.631804,41.958546]},n1575:{id:"n1575",loc:[-85.631803,41.95841]},n1576:{id:"n1576",loc:[-85.631886,41.958409]},n1577:{id:"n1577",loc:[-85.631897,41.958125]},n1578:{id:"n1578",loc:[-85.631755,41.958126]},n1579:{id:"n1579",loc:[-85.631756,41.958174]},n158:{id:"n158",loc:[-85.637775,41.942483]},n1580:{id:"n1580",loc:[-85.63178,41.958174]},n1581:{id:"n1581",loc:[-85.631782,41.958272]},n1582:{id:"n1582",loc:[-85.631922,41.958271]},n1583:{id:"n1583",loc:[-85.631922,41.958244]},n1584:{id:"n1584",loc:[-85.631883,41.958245]},n1585:{id:"n1585",loc:[-85.631882,41.958175]},n1586:{id:"n1586",loc:[-85.631898,41.958175]},n1587:{id:"n1587",loc:[-85.631924,41.958032]},n1588:{id:"n1588",loc:[-85.631762,41.958032]},n1589:{id:"n1589",loc:[-85.63176,41.957827]},n159:{id:"n159",loc:[-85.638107,41.942512]},n1590:{id:"n1590",loc:[-85.631888,41.957826]},n1591:{id:"n1591",loc:[-85.631888,41.957892]},n1592:{id:"n1592",loc:[-85.631871,41.957892]},n1593:{id:"n1593",loc:[-85.631872,41.957949]},n1594:{id:"n1594",loc:[-85.631923,41.957949]},n1595:{id:"n1595",loc:[-85.631695,41.95795]},n1596:{id:"n1596",loc:[-85.631666,41.957975]},n1597:{id:"n1597",loc:[-85.63163,41.957975]},n1598:{id:"n1598",loc:[-85.6316,41.957951]},n1599:{id:"n1599",loc:[-85.6316,41.95785]},n16:{id:"n16",loc:[-85.63341,41.94032]},n160:{id:"n160",loc:[-85.637763,41.942514]},n1600:{id:"n1600",loc:[-85.63166,41.95785]},n1601:{id:"n1601",loc:[-85.631696,41.957873]},n1602:{id:"n1602",loc:[-85.631924,41.957762]},n1603:{id:"n1603",loc:[-85.631762,41.957762]},n1604:{id:"n1604",loc:[-85.631762,41.957708]},n1605:{id:"n1605",loc:[-85.631785,41.957708]},n1606:{id:"n1606",loc:[-85.631785,41.957606]},n1607:{id:"n1607",loc:[-85.631734,41.957606]},n1608:{id:"n1608",loc:[-85.631734,41.957538]},n1609:{id:"n1609",loc:[-85.631821,41.957538]},n161:{id:"n161",loc:[-85.637763,41.942445]},n1610:{id:"n1610",loc:[-85.631935,41.957545]},n1611:{id:"n1611",loc:[-85.631821,41.957544]},n1612:{id:"n1612",loc:[-85.631935,41.957645]},n1613:{id:"n1613",loc:[-85.631924,41.957645]},n1614:{id:"n1614",loc:[-85.627135,41.953828]},n1615:{id:"n1615",loc:[-85.633517,41.941353],tags:{man_made:"lighthouse"}},n1616:{id:"n1616",loc:[-85.633659,41.942041],tags:{amenity:"bbq"}},n1617:{id:"n1617",loc:[-85.63662,41.942911],tags:{amenity:"toilets"}},n1618:{id:"n1618",loc:[-85.637487,41.943876],tags:{amenity:"toilets"}},n1619:{id:"n1619",loc:[-85.634938,41.941917],tags:{amenity:"toilets"}},n162:{id:"n162",loc:[-85.638107,41.942443]},n1620:{id:"n1620",loc:[-85.632427,41.941678],tags:{amenity:"bbq"}},n1621:{id:"n1621",loc:[-85.638033,41.944568],tags:{amenity:"bbq"}},n1622:{id:"n1622",loc:[-85.638052,41.944522],tags:{amenity:"bbq"}},n1623:{id:"n1623",loc:[-85.635001,41.941965]},n1624:{id:"n1624",loc:[-85.634635,41.941884]},n1625:{id:"n1625",loc:[-85.634667,41.941894]},n1626:{id:"n1626",loc:[-85.634791,41.942011]},n1627:{id:"n1627",loc:[-85.634749,41.941938]},n1628:{id:"n1628",loc:[-85.627295,41.953946],tags:{barrier:"gate"}},n1629:{id:"n1629",loc:[-85.629076,41.954689]},n163:{id:"n163",loc:[-85.638813,41.942475]},n1630:{id:"n1630",loc:[-85.640667,41.942595]},n1631:{id:"n1631",loc:[-85.639455,41.94261]},n1632:{id:"n1632",loc:[-85.643407,41.942336]},n1633:{id:"n1633",loc:[-85.641845,41.941316]},n1634:{id:"n1634",loc:[-85.643322,41.942224]},n1635:{id:"n1635",loc:[-85.643301,41.942124]},n1636:{id:"n1636",loc:[-85.640639,41.941326]},n1637:{id:"n1637",loc:[-85.640614,41.940058]},n1638:{id:"n1638",loc:[-85.639428,41.941335]},n1639:{id:"n1639",loc:[-85.643078,41.941293]},n164:{id:"n164",loc:[-85.63883,41.942422]},n1640:{id:"n1640",loc:[-85.64371,41.942302]},n1641:{id:"n1641",loc:[-85.643056,41.94001]},n1642:{id:"n1642",loc:[-85.643097,41.942575],tags:{highway:"traffic_signals",traffic_signals:"signal","traffic_signals:direction":"both"}},n1643:{id:"n1643",loc:[-85.641855,41.942586]},n1644:{id:"n1644",loc:[-85.643549,41.942209]},n1645:{id:"n1645",loc:[-85.639359,41.94007]},n1646:{id:"n1646",loc:[-85.642797,41.940522]},n1647:{id:"n1647",loc:[-85.642589,41.940523]},n1648:{id:"n1648",loc:[-85.642587,41.940287]},n1649:{id:"n1649",loc:[-85.642797,41.940286]},n165:{id:"n165",loc:[-85.63883,41.942508]},n1650:{id:"n1650",loc:[-85.642571,41.940523]},n1651:{id:"n1651",loc:[-85.642568,41.940286]},n1652:{id:"n1652",loc:[-85.642316,41.940289]},n1653:{id:"n1653",loc:[-85.642321,41.940436]},n1654:{id:"n1654",loc:[-85.642292,41.940458]},n1655:{id:"n1655",loc:[-85.642287,41.940483]},n1656:{id:"n1656",loc:[-85.642323,41.940509]},n1657:{id:"n1657",loc:[-85.642385,41.940511]},n1658:{id:"n1658",loc:[-85.642408,41.940526]},n1659:{id:"n1659",loc:[-85.641962,41.94109]},n166:{id:"n166",loc:[-85.638364,41.942508]},n1660:{id:"n1660",loc:[-85.642753,41.941084]},n1661:{id:"n1661",loc:[-85.642752,41.941004]},n1662:{id:"n1662",loc:[-85.642806,41.941003]},n1663:{id:"n1663",loc:[-85.642803,41.940731]},n1664:{id:"n1664",loc:[-85.642741,41.940732]},n1665:{id:"n1665",loc:[-85.64274,41.940645]},n1666:{id:"n1666",loc:[-85.641957,41.940651]},n1667:{id:"n1667",loc:[-85.642937,41.941241]},n1668:{id:"n1668",loc:[-85.641776,41.941253]},n1669:{id:"n1669",loc:[-85.641766,41.940598]},n167:{id:"n167",loc:[-85.638836,41.942167]},n1670:{id:"n1670",loc:[-85.64198,41.940598]},n1671:{id:"n1671",loc:[-85.641961,41.940137]},n1672:{id:"n1672",loc:[-85.642934,41.94012]},n1673:{id:"n1673",loc:[-85.643074,41.941173]},n1674:{id:"n1674",loc:[-85.642841,41.940997]},n1675:{id:"n1675",loc:[-85.642839,41.940721]},n1676:{id:"n1676",loc:[-85.643065,41.940552]},n1677:{id:"n1677",loc:[-85.642732,41.94124]},n1678:{id:"n1678",loc:[-85.641815,41.941246]},n1679:{id:"n1679",loc:[-85.641813,41.941132]},n168:{id:"n168",loc:[-85.638836,41.94229]},n1680:{id:"n1680",loc:[-85.641839,41.941111]},n1681:{id:"n1681",loc:[-85.641884,41.941098]},n1682:{id:"n1682",loc:[-85.642732,41.941092]},n1683:{id:"n1683",loc:[-85.642776,41.941302]},n1684:{id:"n1684",loc:[-85.632788,41.946236]},n1685:{id:"n1685",loc:[-85.622342,41.953127]},n1686:{id:"n1686",loc:[-85.641848,41.941167]},n1687:{id:"n1687",loc:[-85.643753,41.941503]},n1688:{id:"n1688",loc:[-85.643762,41.942119]},n1689:{id:"n1689",loc:[-85.64238,41.942262]},n169:{id:"n169",loc:[-85.638594,41.94229]},n1690:{id:"n1690",loc:[-85.642374,41.941944]},n1691:{id:"n1691",loc:[-85.642518,41.941943]},n1692:{id:"n1692",loc:[-85.642519,41.94198]},n1693:{id:"n1693",loc:[-85.642831,41.941977]},n1694:{id:"n1694",loc:[-85.642837,41.942312]},n1695:{id:"n1695",loc:[-85.642495,41.942315]},n1696:{id:"n1696",loc:[-85.642494,41.942261]},n1697:{id:"n1697",loc:[-85.641087,41.942433]},n1698:{id:"n1698",loc:[-85.641081,41.942006]},n1699:{id:"n1699",loc:[-85.641244,41.942005]},n17:{id:"n17",loc:[-85.633478,41.94081]},n170:{id:"n170",loc:[-85.638594,41.942422]},n1700:{id:"n1700",loc:[-85.64125,41.942431]},n1701:{id:"n1701",loc:[-85.641331,41.942968]},n1702:{id:"n1702",loc:[-85.641328,41.942713]},n1703:{id:"n1703",loc:[-85.641521,41.942712]},n1704:{id:"n1704",loc:[-85.641523,41.942924]},n1705:{id:"n1705",loc:[-85.641504,41.942924]},n1706:{id:"n1706",loc:[-85.641505,41.942967]},n1707:{id:"n1707",loc:[-85.638612,41.942408]},n1708:{id:"n1708",loc:[-85.638612,41.942327]},n1709:{id:"n1709",loc:[-85.638775,41.942327]},n171:{id:"n171",loc:[-85.638364,41.942356]},n1710:{id:"n1710",loc:[-85.638775,41.942299]},n1711:{id:"n1711",loc:[-85.638835,41.942298]},n1712:{id:"n1712",loc:[-85.638835,41.942407]},n1713:{id:"n1713",loc:[-85.639116,41.942444]},n1714:{id:"n1714",loc:[-85.639114,41.942362]},n1715:{id:"n1715",loc:[-85.639294,41.94236]},n1716:{id:"n1716",loc:[-85.639296,41.942442]},n1717:{id:"n1717",loc:[-85.639808,41.942385]},n1718:{id:"n1718",loc:[-85.639805,41.942285]},n1719:{id:"n1719",loc:[-85.639988,41.942283]},n172:{id:"n172",loc:[-85.638364,41.942167]},n1720:{id:"n1720",loc:[-85.63999,41.942383]},n1721:{id:"n1721",loc:[-85.639633,41.943023]},n1722:{id:"n1722",loc:[-85.639867,41.943019]},n1723:{id:"n1723",loc:[-85.639866,41.942964]},n1724:{id:"n1724",loc:[-85.639888,41.942963]},n1725:{id:"n1725",loc:[-85.639883,41.942779]},n1726:{id:"n1726",loc:[-85.639851,41.94278]},n1727:{id:"n1727",loc:[-85.63985,41.94274]},n1728:{id:"n1728",loc:[-85.639789,41.942741]},n1729:{id:"n1729",loc:[-85.639789,41.942753]},n173:{id:"n173",loc:[-85.639038,41.942463]},n1730:{id:"n1730",loc:[-85.639698,41.942754]},n1731:{id:"n1731",loc:[-85.639699,41.942788]},n1732:{id:"n1732",loc:[-85.639675,41.942789]},n1733:{id:"n1733",loc:[-85.639676,41.94283]},n1734:{id:"n1734",loc:[-85.639701,41.942829]},n1735:{id:"n1735",loc:[-85.639702,41.942869]},n1736:{id:"n1736",loc:[-85.639629,41.94287]},n1737:{id:"n1737",loc:[-85.643568,41.942946]},n1738:{id:"n1738",loc:[-85.643568,41.942777]},n1739:{id:"n1739",loc:[-85.643401,41.942777]},n174:{id:"n174",loc:[-85.638897,41.942464]},n1740:{id:"n1740",loc:[-85.643401,41.942863]},n1741:{id:"n1741",loc:[-85.643448,41.942863]},n1742:{id:"n1742",loc:[-85.643448,41.942946]},n1743:{id:"n1743",loc:[-85.642836,41.942981]},n1744:{id:"n1744",loc:[-85.642917,41.942979]},n1745:{id:"n1745",loc:[-85.642914,41.942904]},n1746:{id:"n1746",loc:[-85.642938,41.942903]},n1747:{id:"n1747",loc:[-85.642935,41.942813]},n1748:{id:"n1748",loc:[-85.642775,41.942816]},n1749:{id:"n1749",loc:[-85.642778,41.942906]},n175:{id:"n175",loc:[-85.638897,41.942423]},n1750:{id:"n1750",loc:[-85.642833,41.942905]},n1751:{id:"n1751",loc:[-85.642302,41.942886]},n1752:{id:"n1752",loc:[-85.642299,41.942721]},n1753:{id:"n1753",loc:[-85.642422,41.94272]},n1754:{id:"n1754",loc:[-85.642425,41.942868]},n1755:{id:"n1755",loc:[-85.642385,41.942869]},n1756:{id:"n1756",loc:[-85.642385,41.942885]},n1757:{id:"n1757",loc:[-85.641533,41.942939]},n1758:{id:"n1758",loc:[-85.64161,41.942877]},n1759:{id:"n1759",loc:[-85.641676,41.942922]},n176:{id:"n176",loc:[-85.638853,41.942423]},n1760:{id:"n1760",loc:[-85.6416,41.942985]},n1761:{id:"n1761",loc:[-85.64206,41.942802]},n1762:{id:"n1762",loc:[-85.642059,41.942741]},n1763:{id:"n1763",loc:[-85.642196,41.942741]},n1764:{id:"n1764",loc:[-85.642196,41.942818]},n1765:{id:"n1765",loc:[-85.642128,41.942819]},n1766:{id:"n1766",loc:[-85.642128,41.942801]},n1767:{id:"n1767",loc:[-85.640943,41.942934]},n1768:{id:"n1768",loc:[-85.641035,41.942933]},n1769:{id:"n1769",loc:[-85.641032,41.942797]},n177:{id:"n177",loc:[-85.638852,41.94237]},n1770:{id:"n1770",loc:[-85.640997,41.942798]},n1771:{id:"n1771",loc:[-85.640996,41.942764]},n1772:{id:"n1772",loc:[-85.640861,41.942766]},n1773:{id:"n1773",loc:[-85.640862,41.942848]},n1774:{id:"n1774",loc:[-85.640941,41.942847]},n1775:{id:"n1775",loc:[-85.643766,41.942226]},n1776:{id:"n1776",loc:[-85.643768,41.942407]},n1777:{id:"n1777",loc:[-85.643218,41.94177]},n1778:{id:"n1778",loc:[-85.64321,41.941327]},n1779:{id:"n1779",loc:[-85.643649,41.941323]},n178:{id:"n178",loc:[-85.638892,41.94237]},n1780:{id:"n1780",loc:[-85.643656,41.941716]},n1781:{id:"n1781",loc:[-85.64358,41.941717]},n1782:{id:"n1782",loc:[-85.64358,41.941767]},n1783:{id:"n1783",loc:[-85.64382,41.941495]},n1784:{id:"n1784",loc:[-85.643817,41.941317]},n1785:{id:"n1785",loc:[-85.643235,41.941833]},n1786:{id:"n1786",loc:[-85.64335,41.941842]},n1787:{id:"n1787",loc:[-85.643504,41.941903]},n1788:{id:"n1788",loc:[-85.643554,41.941946]},n1789:{id:"n1789",loc:[-85.643618,41.942015]},n179:{id:"n179",loc:[-85.638891,41.942334]},n1790:{id:"n1790",loc:[-85.64346,41.941971]},n1791:{id:"n1791",loc:[-85.643528,41.942468]},n1792:{id:"n1792",loc:[-85.643621,41.942363]},n1793:{id:"n1793",loc:[-85.643496,41.942297]},n1794:{id:"n1794",loc:[-85.643446,41.942246]},n1795:{id:"n1795",loc:[-85.643398,41.942177]},n1796:{id:"n1796",loc:[-85.643398,41.942031]},n1797:{id:"n1797",loc:[-85.621531,41.952693]},n1798:{id:"n1798",loc:[-85.643221,41.942028]},n1799:{id:"n1799",loc:[-85.643225,41.942276]},n18:{id:"n18",loc:[-85.63345,41.94071]},n180:{id:"n180",loc:[-85.639037,41.942334]},n1800:{id:"n1800",loc:[-85.643265,41.942347]},n1801:{id:"n1801",loc:[-85.643323,41.942413]},n1802:{id:"n1802",loc:[-85.643411,41.94247]},n1803:{id:"n1803",loc:[-85.643459,41.942435]},n1804:{id:"n1804",loc:[-85.643767,41.942307]},n1805:{id:"n1805",loc:[-85.643661,41.942293]},n1806:{id:"n1806",loc:[-85.643578,41.942247]},n1807:{id:"n1807",loc:[-85.643522,41.942125]},n1808:{id:"n1808",loc:[-85.643515,41.942061]},n1809:{id:"n1809",loc:[-85.643346,41.941924]},n181:{id:"n181",loc:[-85.638074,41.941839]},n1810:{id:"n1810",loc:[-85.643086,41.94192]},n1811:{id:"n1811",loc:[-85.643529,41.94217]},n1812:{id:"n1812",loc:[-85.643489,41.942003]},n1813:{id:"n1813",loc:[-85.643295,41.941919]},n1814:{id:"n1814",loc:[-85.643305,41.942163]},n1815:{id:"n1815",loc:[-85.643354,41.942285]},n1816:{id:"n1816",loc:[-85.643472,41.942389]},n1817:{id:"n1817",loc:[-85.643608,41.942271]},n1818:{id:"n1818",loc:[-85.643876,41.941402]},n1819:{id:"n1819",loc:[-85.643818,41.941369]},n182:{id:"n182",loc:[-85.638076,41.941942]},n1820:{id:"n1820",loc:[-85.643682,41.941304]},n1821:{id:"n1821",loc:[-85.64359,41.941286]},n1822:{id:"n1822",loc:[-85.643317,41.941727]},n1823:{id:"n1823",loc:[-85.643301,41.941286]},n1824:{id:"n1824",loc:[-85.643553,41.941698]},n1825:{id:"n1825",loc:[-85.643543,41.941286]},n1826:{id:"n1826",loc:[-85.636967,41.940118]},n1827:{id:"n1827",loc:[-85.63378,41.940114]},n1828:{id:"n1828",loc:[-85.637254,41.940075]},n1829:{id:"n1829",loc:[-85.637002,41.941355]},n183:{id:"n183",loc:[-85.637955,41.941944]},n1830:{id:"n1830",loc:[-85.643532,41.94204]},n1831:{id:"n1831",loc:[-85.638235,41.942615]},n1832:{id:"n1832",loc:[-85.637039,41.942624]},n1833:{id:"n1833",loc:[-85.636369,41.94266]},n1834:{id:"n1834",loc:[-85.63582,41.942771],tags:{highway:"traffic_signals",traffic_signals:"emergency","traffic_signals:direction":"both"}},n1835:{id:"n1835",loc:[-85.634873,41.943044]},n1836:{id:"n1836",loc:[-85.643482,41.941976]},n1837:{id:"n1837",loc:[-85.64345,41.941945]},n1838:{id:"n1838",loc:[-85.641885,41.943851]},n1839:{id:"n1839",loc:[-85.641915,41.945121]},n184:{id:"n184",loc:[-85.637953,41.94184]},n1840:{id:"n1840",loc:[-85.639454,41.943871]},n1841:{id:"n1841",loc:[-85.639491,41.945191]},n1842:{id:"n1842",loc:[-85.635768,41.940113]},n1843:{id:"n1843",loc:[-85.638206,41.941345]},n1844:{id:"n1844",loc:[-85.640721,41.94513]},n1845:{id:"n1845",loc:[-85.643137,41.945103]},n1846:{id:"n1846",loc:[-85.638199,41.940079]},n1847:{id:"n1847",loc:[-85.640688,41.943861]},n1848:{id:"n1848",loc:[-85.643397,41.941924]},n1849:{id:"n1849",loc:[-85.643117,41.943841]},n185:{id:"n185",loc:[-85.637953,41.941866]},n1850:{id:"n1850",loc:[-85.636731,41.94263]},n1851:{id:"n1851",loc:[-85.63518,41.942955],tags:{highway:"crossing"}},n1852:{id:"n1852",loc:[-85.636152,41.942695]},n1853:{id:"n1853",loc:[-85.644202,41.941499]},n1854:{id:"n1854",loc:[-85.644211,41.942116]},n1855:{id:"n1855",loc:[-85.644233,41.942404]},n1856:{id:"n1856",loc:[-85.644231,41.942223]},n1857:{id:"n1857",loc:[-85.644133,41.941315]},n1858:{id:"n1858",loc:[-85.644136,41.941493]},n1859:{id:"n1859",loc:[-85.644345,41.942307]},n186:{id:"n186",loc:[-85.637873,41.941867]},n1860:{id:"n1860",loc:[-85.644232,41.942304]},n1861:{id:"n1861",loc:[-85.644134,41.941403]},n1862:{id:"n1862",loc:[-85.63607,41.943005],tags:{"addr:city":"Three Rivers","addr:housenumber":"333","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",amenity:"fire_station",name:"Three Rivers Fire Department"}},n1863:{id:"n1863",loc:[-85.637,41.941236]},n1864:{id:"n1864",loc:[-85.634476,41.941475]},n1865:{id:"n1865",loc:[-85.635036,41.941858]},n1866:{id:"n1866",loc:[-85.635362,41.941962]},n1867:{id:"n1867",loc:[-85.635796,41.941962]},n1868:{id:"n1868",loc:[-85.63295,41.943006]},n1869:{id:"n1869",loc:[-85.634692,41.943098]},n187:{id:"n187",loc:[-85.637877,41.941975]},n1870:{id:"n1870",loc:[-85.633128,41.940484]},n1871:{id:"n1871",loc:[-85.633117,41.942798]},n1872:{id:"n1872",loc:[-85.633303,41.942412]},n1873:{id:"n1873",loc:[-85.633482,41.941912]},n1874:{id:"n1874",loc:[-85.633455,41.941359]},n1875:{id:"n1875",loc:[-85.633162,41.942679]},n1876:{id:"n1876",loc:[-85.634274,41.943479]},n1877:{id:"n1877",loc:[-85.634678,41.942909]},n1878:{id:"n1878",loc:[-85.6339,41.941453]},n1879:{id:"n1879",loc:[-85.634571,41.942774]},n188:{id:"n188",loc:[-85.636855,41.942488]},n1880:{id:"n1880",loc:[-85.63419,41.941732]},n1881:{id:"n1881",loc:[-85.634067,41.941565]},n1882:{id:"n1882",loc:[-85.63436,41.942358]},n1883:{id:"n1883",loc:[-85.634327,41.942247]},n1884:{id:"n1884",loc:[-85.633391,41.941231]},n1885:{id:"n1885",loc:[-85.634303,41.941972]},n1886:{id:"n1886",loc:[-85.633541,41.940147]},n1887:{id:"n1887",loc:[-85.633433,41.940252]},n1888:{id:"n1888",loc:[-85.633402,41.940411]},n1889:{id:"n1889",loc:[-85.633551,41.941023]},n189:{id:"n189",loc:[-85.636702,41.942488]},n1890:{id:"n1890",loc:[-85.633719,41.941186]},n1891:{id:"n1891",loc:[-85.633067,41.941845]},n1892:{id:"n1892",loc:[-85.634902,41.942766]},n1893:{id:"n1893",loc:[-85.634603,41.942202]},n1894:{id:"n1894",loc:[-85.634858,41.942152]},n1895:{id:"n1895",loc:[-85.634842,41.942269]},n1896:{id:"n1896",loc:[-85.634907,41.942313]},n1897:{id:"n1897",loc:[-85.635049,41.942331]},n1898:{id:"n1898",loc:[-85.635101,41.942281]},n1899:{id:"n1899",loc:[-85.635129,41.942144]},n19:{id:"n19",loc:[-85.633009,41.942229]},n190:{id:"n190",loc:[-85.636702,41.942434]},n1900:{id:"n1900",loc:[-85.635531,41.942143]},n1901:{id:"n1901",loc:[-85.635534,41.942577]},n1902:{id:"n1902",loc:[-85.635158,41.942656]},n1903:{id:"n1903",loc:[-85.635121,41.942703]},n1904:{id:"n1904",loc:[-85.635087,41.941508]},n1905:{id:"n1905",loc:[-85.63536,41.941106]},n1906:{id:"n1906",loc:[-85.635442,41.941094]},n1907:{id:"n1907",loc:[-85.635508,41.941104]},n1908:{id:"n1908",loc:[-85.635569,41.941125]},n1909:{id:"n1909",loc:[-85.635583,41.941106]},n191:{id:"n191",loc:[-85.636761,41.942434]},n1910:{id:"n1910",loc:[-85.635555,41.940976]},n1911:{id:"n1911",loc:[-85.635501,41.940915]},n1912:{id:"n1912",loc:[-85.635392,41.940922]},n1913:{id:"n1913",loc:[-85.635276,41.940974]},n1914:{id:"n1914",loc:[-85.63517,41.941204]},n1915:{id:"n1915",loc:[-85.634888,41.941517]},n1916:{id:"n1916",loc:[-85.634897,41.941576]},n1917:{id:"n1917",loc:[-85.634961,41.94164]},n1918:{id:"n1918",loc:[-85.635028,41.941659]},n1919:{id:"n1919",loc:[-85.635118,41.941621]},n192:{id:"n192",loc:[-85.636761,41.942369]},n1920:{id:"n1920",loc:[-85.635085,41.941558]},n1921:{id:"n1921",loc:[-85.63504,41.94136]},n1922:{id:"n1922",loc:[-85.635221,41.941077]},n1923:{id:"n1923",loc:[-85.634387,41.941559]},n1924:{id:"n1924",loc:[-85.634351,41.941587]},n1925:{id:"n1925",loc:[-85.634416,41.941756]},n1926:{id:"n1926",loc:[-85.634461,41.941797]},n1927:{id:"n1927",loc:[-85.634501,41.941819]},n1928:{id:"n1928",loc:[-85.634597,41.941816]},n1929:{id:"n1929",loc:[-85.634732,41.941724]},n193:{id:"n193",loc:[-85.636855,41.942369]},n1930:{id:"n1930",loc:[-85.634672,41.941775]},n1931:{id:"n1931",loc:[-85.633403,41.939101]},n1932:{id:"n1932",loc:[-85.633297,41.939397]},n1933:{id:"n1933",loc:[-85.633205,41.939674]},n1934:{id:"n1934",loc:[-85.63322,41.939777]},n1935:{id:"n1935",loc:[-85.633345,41.939936]},n1936:{id:"n1936",loc:[-85.633376,41.940002]},n1937:{id:"n1937",loc:[-85.633266,41.940228]},n1938:{id:"n1938",loc:[-85.633236,41.940352]},n1939:{id:"n1939",loc:[-85.633282,41.94063]},n194:{id:"n194",loc:[-85.636645,41.94249]},n1940:{id:"n1940",loc:[-85.633364,41.940874]},n1941:{id:"n1941",loc:[-85.633439,41.941052]},n1942:{id:"n1942",loc:[-85.633582,41.941172]},n1943:{id:"n1943",loc:[-85.633748,41.941273]},n1944:{id:"n1944",loc:[-85.634317,41.941527]},n1945:{id:"n1945",loc:[-85.634389,41.94174]},n1946:{id:"n1946",loc:[-85.634441,41.941801]},n1947:{id:"n1947",loc:[-85.634514,41.941837]},n1948:{id:"n1948",loc:[-85.634485,41.942005]},n1949:{id:"n1949",loc:[-85.63457,41.942202]},n195:{id:"n195",loc:[-85.636565,41.94249]},n1950:{id:"n1950",loc:[-85.634869,41.942769]},n1951:{id:"n1951",loc:[-85.634943,41.942792]},n1952:{id:"n1952",loc:[-85.635139,41.942882]},n1953:{id:"n1953",loc:[-85.634962,41.943161]},n1954:{id:"n1954",loc:[-85.635002,41.943131]},n1955:{id:"n1955",loc:[-85.635005,41.943091]},n1956:{id:"n1956",loc:[-85.635216,41.943033]},n1957:{id:"n1957",loc:[-85.634817,41.94267]},n1958:{id:"n1958",loc:[-85.634614,41.942599]},n1959:{id:"n1959",loc:[-85.634494,41.942381]},n196:{id:"n196",loc:[-85.636565,41.942474]},n1960:{id:"n1960",loc:[-85.634486,41.9423]},n1961:{id:"n1961",loc:[-85.634671,41.941795]},n1962:{id:"n1962",loc:[-85.634595,41.941831]},n1963:{id:"n1963",loc:[-85.634332,41.941866]},n1964:{id:"n1964",loc:[-85.634207,41.941885]},n1965:{id:"n1965",loc:[-85.634133,41.941892]},n1966:{id:"n1966",loc:[-85.634131,41.942203]},n1967:{id:"n1967",loc:[-85.634047,41.942327]},n1968:{id:"n1968",loc:[-85.634219,41.942793]},n1969:{id:"n1969",loc:[-85.634061,41.942392]},n197:{id:"n197",loc:[-85.636514,41.942474]},n1970:{id:"n1970",loc:[-85.633989,41.942407]},n1971:{id:"n1971",loc:[-85.633971,41.942356]},n1972:{id:"n1972",loc:[-85.63361,41.942423]},n1973:{id:"n1973",loc:[-85.633714,41.942682]},n1974:{id:"n1974",loc:[-85.633698,41.942863]},n1975:{id:"n1975",loc:[-85.633882,41.942865]},n1976:{id:"n1976",loc:[-85.633941,41.943007]},n1977:{id:"n1977",loc:[-85.633887,41.943035]},n1978:{id:"n1978",loc:[-85.633768,41.942815]},n1979:{id:"n1979",loc:[-85.633682,41.942351]},n198:{id:"n198",loc:[-85.636514,41.942326]},n1980:{id:"n1980",loc:[-85.634037,41.942273]},n1981:{id:"n1981",loc:[-85.634029,41.942252]},n1982:{id:"n1982",loc:[-85.633673,41.942331]},n1983:{id:"n1983",loc:[-85.634219,41.942571]},n1984:{id:"n1984",loc:[-85.634252,41.942565]},n1985:{id:"n1985",loc:[-85.634144,41.942299]},n1986:{id:"n1986",loc:[-85.634115,41.942306]},n1987:{id:"n1987",loc:[-85.634059,41.943094]},n1988:{id:"n1988",loc:[-85.633944,41.942903]},n1989:{id:"n1989",loc:[-85.634311,41.942821]},n199:{id:"n199",loc:[-85.636561,41.942326]},n1990:{id:"n1990",loc:[-85.634351,41.94277]},n1991:{id:"n1991",loc:[-85.634153,41.942254]},n1992:{id:"n1992",loc:[-85.634092,41.94222]},n1993:{id:"n1993",loc:[-85.633571,41.942336]},n1994:{id:"n1994",loc:[-85.633513,41.942387]},n1995:{id:"n1995",loc:[-85.633509,41.942455]},n1996:{id:"n1996",loc:[-85.63363,41.942665]},n1997:{id:"n1997",loc:[-85.63414,41.94286]},n1998:{id:"n1998",loc:[-85.63397,41.942449]},n1999:{id:"n1999",loc:[-85.633551,41.942529]},n2:{id:"n2",loc:[-85.627421,41.953877]},n20:{id:"n20",loc:[-85.633013,41.941438]},n200:{id:"n200",loc:[-85.636561,41.942311]},n2000:{id:"n2000",loc:[-85.633741,41.942493]},n2001:{id:"n2001",loc:[-85.633894,41.942869]},n2002:{id:"n2002",loc:[-85.634132,41.941954]},n2003:{id:"n2003",loc:[-85.634032,41.942038]},n2004:{id:"n2004",loc:[-85.633765,41.942238]},n2005:{id:"n2005",loc:[-85.63376,41.942268]},n2006:{id:"n2006",loc:[-85.633768,41.942293]},n2007:{id:"n2007",loc:[-85.633808,41.942386]},n2008:{id:"n2008",loc:[-85.634946,41.941663]},n2009:{id:"n2009",loc:[-85.63511,41.941697]},n201:{id:"n201",loc:[-85.636621,41.942311]},n2010:{id:"n2010",loc:[-85.635337,41.94168]},n2011:{id:"n2011",loc:[-85.634997,41.942251]},n2012:{id:"n2012",loc:[-85.635013,41.942173]},n2013:{id:"n2013",loc:[-85.634876,41.942157]},n2014:{id:"n2014",loc:[-85.634859,41.942235]},n2015:{id:"n2015",loc:[-85.634992,41.941951]},n2016:{id:"n2016",loc:[-85.634952,41.941877]},n2017:{id:"n2017",loc:[-85.634844,41.94191]},n2018:{id:"n2018",loc:[-85.634884,41.941983]},n2019:{id:"n2019",loc:[-85.635189,41.941691]},n202:{id:"n202",loc:[-85.636621,41.942351]},n2020:{id:"n2020",loc:[-85.635089,41.941896]},n2021:{id:"n2021",loc:[-85.635077,41.941964]},n2022:{id:"n2022",loc:[-85.635058,41.942147]},n2023:{id:"n2023",loc:[-85.635099,41.942161]},n2024:{id:"n2024",loc:[-85.635099,41.942213]},n2025:{id:"n2025",loc:[-85.635079,41.942285]},n2026:{id:"n2026",loc:[-85.635047,41.942316]},n2027:{id:"n2027",loc:[-85.634925,41.9423]},n2028:{id:"n2028",loc:[-85.634911,41.942276]},n2029:{id:"n2029",loc:[-85.634917,41.942242]},n203:{id:"n203",loc:[-85.63666,41.942351]},n2030:{id:"n2030",loc:[-85.634698,41.941898]},n2031:{id:"n2031",loc:[-85.634964,41.941878]},n2032:{id:"n2032",loc:[-85.635025,41.941929]},n2033:{id:"n2033",loc:[-85.634862,41.941887]},n2034:{id:"n2034",loc:[-85.634811,41.94181]},n2035:{id:"n2035",loc:[-85.634731,41.941745]},n2036:{id:"n2036",loc:[-85.634933,41.94176]},n2037:{id:"n2037",loc:[-85.634942,41.942145]},n2038:{id:"n2038",loc:[-85.634944,41.942065]},n2039:{id:"n2039",loc:[-85.634914,41.941996]},n204:{id:"n204",loc:[-85.63666,41.942453]},n2040:{id:"n2040",loc:[-85.634981,41.941979]},n2041:{id:"n2041",loc:[-85.633419,41.942172]},n2042:{id:"n2042",loc:[-85.633509,41.941631]},n2043:{id:"n2043",loc:[-85.633686,41.942937]},n2044:{id:"n2044",loc:[-85.633371,41.942722]},n2045:{id:"n2045",loc:[-85.633291,41.942538]},n2046:{id:"n2046",loc:[-85.633902,41.940941]},n2047:{id:"n2047",loc:[-85.635254,41.940939]},n2048:{id:"n2048",loc:[-85.635686,41.940829]},n2049:{id:"n2049",loc:[-85.635712,41.942681]},n205:{id:"n205",loc:[-85.636645,41.942453]},n2050:{id:"n2050",loc:[-85.633721,41.942118]},n2051:{id:"n2051",loc:[-85.633698,41.942057]},n2052:{id:"n2052",loc:[-85.633591,41.942079]},n2053:{id:"n2053",loc:[-85.633614,41.94214]},n2054:{id:"n2054",loc:[-85.633968,41.941099]},n2055:{id:"n2055",loc:[-85.633907,41.941138]},n2056:{id:"n2056",loc:[-85.633968,41.941197]},n2057:{id:"n2057",loc:[-85.63404,41.941162]},n2058:{id:"n2058",loc:[-85.634839,41.941665]},n2059:{id:"n2059",loc:[-85.635314,41.943035]},n206:{id:"n206",loc:[-85.636394,41.942471]},n2060:{id:"n2060",loc:[-85.634919,41.943142]},n2061:{id:"n2061",loc:[-85.636433,41.942959],tags:{"addr:city":"Three Rivers","addr:housenumber":"333","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",amenity:"townhall",name:"Three Rivers City Hall"}},n2062:{id:"n2062",loc:[-85.637039,41.942789]},n2063:{id:"n2063",loc:[-85.636333,41.94279]},n2064:{id:"n2064",loc:[-85.634484,41.940726]},n2065:{id:"n2065",loc:[-85.634483,41.940603]},n2066:{id:"n2066",loc:[-85.634908,41.940601]},n2067:{id:"n2067",loc:[-85.634908,41.94053]},n2068:{id:"n2068",loc:[-85.634934,41.94053]},n2069:{id:"n2069",loc:[-85.634934,41.940496]},n207:{id:"n207",loc:[-85.636262,41.942472]},n2070:{id:"n2070",loc:[-85.63504,41.940495]},n2071:{id:"n2071",loc:[-85.63504,41.940531]},n2072:{id:"n2072",loc:[-85.635068,41.940531]},n2073:{id:"n2073",loc:[-85.635071,41.940794]},n2074:{id:"n2074",loc:[-85.635183,41.940793]},n2075:{id:"n2075",loc:[-85.635185,41.940916]},n2076:{id:"n2076",loc:[-85.634799,41.940919]},n2077:{id:"n2077",loc:[-85.634798,41.940798]},n2078:{id:"n2078",loc:[-85.634925,41.940797]},n2079:{id:"n2079",loc:[-85.634924,41.940724]},n208:{id:"n208",loc:[-85.636261,41.94233]},n2080:{id:"n2080",loc:[-85.637448,41.938233]},n2081:{id:"n2081",loc:[-85.634168,41.943279]},n2082:{id:"n2082",loc:[-85.635744,41.938248]},n2083:{id:"n2083",loc:[-85.638744,41.951211]},n2084:{id:"n2084",loc:[-85.636421,41.946392]},n2085:{id:"n2085",loc:[-85.635965,41.945809]},n2086:{id:"n2086",loc:[-85.635683,41.945449]},n2087:{id:"n2087",loc:[-85.635281,41.945025]},n2088:{id:"n2088",loc:[-85.632443,41.942574]},n2089:{id:"n2089",loc:[-85.638243,41.943674]},n209:{id:"n209",loc:[-85.636353,41.942329]},n2090:{id:"n2090",loc:[-85.638228,41.943747]},n2091:{id:"n2091",loc:[-85.638163,41.943797]},n2092:{id:"n2092",loc:[-85.638089,41.943832]},n2093:{id:"n2093",loc:[-85.637969,41.943841]},n2094:{id:"n2094",loc:[-85.637841,41.943833]},n2095:{id:"n2095",loc:[-85.637342,41.943734]},n2096:{id:"n2096",loc:[-85.637232,41.943707]},n2097:{id:"n2097",loc:[-85.637163,41.943668]},n2098:{id:"n2098",loc:[-85.637118,41.943615]},n2099:{id:"n2099",loc:[-85.637078,41.943494]},n21:{id:"n21",loc:[-85.634126,41.942228]},n210:{id:"n210",loc:[-85.636354,41.94239]},n2100:{id:"n2100",loc:[-85.632903,41.998429],tags:{railway:"level_crossing"}},n2101:{id:"n2101",loc:[-85.633616,41.943581],tags:{railway:"level_crossing"}},n2102:{id:"n2102",loc:[-85.636943,41.947311]},n2103:{id:"n2103",loc:[-85.6376,41.94854]},n2104:{id:"n2104",loc:[-85.634565,41.93631]},n2105:{id:"n2105",loc:[-85.629597,41.942562]},n2106:{id:"n2106",loc:[-85.630821,41.943077]},n2107:{id:"n2107",loc:[-85.627473,41.940659]},n2108:{id:"n2108",loc:[-85.629708,41.942872]},n2109:{id:"n2109",loc:[-85.634093,41.935448]},n211:{id:"n211",loc:[-85.636393,41.94239]},n2110:{id:"n2110",loc:[-85.630413,41.94366]},n2111:{id:"n2111",loc:[-85.630488,41.942662]},n2112:{id:"n2112",loc:[-85.63361,41.936749]},n2113:{id:"n2113",loc:[-85.630038,41.941808]},n2114:{id:"n2114",loc:[-85.632016,41.942922]},n2115:{id:"n2115",loc:[-85.631525,41.944303]},n2116:{id:"n2116",loc:[-85.626862,41.94022]},n2117:{id:"n2117",loc:[-85.629673,41.94121]},n2118:{id:"n2118",loc:[-85.632752,41.943101]},n2119:{id:"n2119",loc:[-85.631147,41.943201]},n212:{id:"n212",loc:[-85.63444,41.943176]},n2120:{id:"n2120",loc:[-85.624974,41.940579]},n2121:{id:"n2121",loc:[-85.629518,41.941783]},n2122:{id:"n2122",loc:[-85.632349,41.942699]},n2123:{id:"n2123",loc:[-85.628418,41.940356]},n2124:{id:"n2124",loc:[-85.629147,41.94129]},n2125:{id:"n2125",loc:[-85.631111,41.943979]},n2126:{id:"n2126",loc:[-85.632087,41.940013]},n2127:{id:"n2127",loc:[-85.634469,41.935057]},n2128:{id:"n2128",loc:[-85.630097,41.943449]},n2129:{id:"n2129",loc:[-85.6331,41.937878]},n213:{id:"n213",loc:[-85.63375,41.942814]},n2130:{id:"n2130",loc:[-85.625274,41.941114]},n2131:{id:"n2131",loc:[-85.632632,41.941217]},n2132:{id:"n2132",loc:[-85.632739,41.941926]},n2133:{id:"n2133",loc:[-85.631647,41.94366]},n2134:{id:"n2134",loc:[-85.635059,41.935456]},n2135:{id:"n2135",loc:[-85.631259,41.944349]},n2136:{id:"n2136",loc:[-85.626336,41.940811]},n2137:{id:"n2137",loc:[-85.631507,41.943875]},n2138:{id:"n2138",loc:[-85.625081,41.940859]},n2139:{id:"n2139",loc:[-85.625778,41.940093]},n214:{id:"n214",loc:[-85.633674,41.942869]},n2140:{id:"n2140",loc:[-85.632641,41.942436]},n2141:{id:"n2141",loc:[-85.628825,41.941034]},n2142:{id:"n2142",loc:[-85.627913,41.940292]},n2143:{id:"n2143",loc:[-85.628943,41.940516]},n2144:{id:"n2144",loc:[-85.63139,41.943941]},n2145:{id:"n2145",loc:[-85.630081,41.94204]},n2146:{id:"n2146",loc:[-85.632194,41.93963]},n2147:{id:"n2147",loc:[-85.632913,41.93939]},n2148:{id:"n2148",loc:[-85.632001,41.943492]},n2149:{id:"n2149",loc:[-85.63149,41.943154]},n215:{id:"n215",loc:[-85.633542,41.942768]},n2150:{id:"n2150",loc:[-85.625167,41.940117]},n2151:{id:"n2151",loc:[-85.63287,41.939941]},n2152:{id:"n2152",loc:[-85.630789,41.943732]},n2153:{id:"n2153",loc:[-85.632173,41.940348]},n2154:{id:"n2154",loc:[-85.626587,41.940113]},n2155:{id:"n2155",loc:[-85.62684,41.940667]},n2156:{id:"n2156",loc:[-85.632527,41.938904]},n2157:{id:"n2157",loc:[-85.624866,41.94018]},n2158:{id:"n2158",loc:[-85.633267,41.93872]},n2159:{id:"n2159",loc:[-85.62934,41.940843]},n216:{id:"n216",loc:[-85.633618,41.942714]},n2160:{id:"n2160",loc:[-85.62272,41.953817]},n2161:{id:"n2161",loc:[-85.622555,41.954453]},n2162:{id:"n2162",loc:[-85.637225,41.944128]},n2163:{id:"n2163",loc:[-85.622628,41.953683]},n2164:{id:"n2164",loc:[-85.635441,41.943989]},n2165:{id:"n2165",loc:[-85.622629,41.953807]},n2166:{id:"n2166",loc:[-85.62262,41.953807]},n2167:{id:"n2167",loc:[-85.62262,41.953837]},n2168:{id:"n2168",loc:[-85.622532,41.953838]},n2169:{id:"n2169",loc:[-85.637469,41.944579]},n217:{id:"n217",loc:[-85.634001,41.942336]},n2170:{id:"n2170",loc:[-85.63688,41.943935]},n2171:{id:"n2171",loc:[-85.638263,41.946367]},n2172:{id:"n2172",loc:[-85.622532,41.953807]},n2173:{id:"n2173",loc:[-85.622353,41.953808]},n2174:{id:"n2174",loc:[-85.622352,41.953685]},n2175:{id:"n2175",loc:[-85.622464,41.953684]},n2176:{id:"n2176",loc:[-85.622464,41.953648]},n2177:{id:"n2177",loc:[-85.637136,41.94576]},n2178:{id:"n2178",loc:[-85.622521,41.953648]},n2179:{id:"n2179",loc:[-85.637129,41.945415]},n218:{id:"n218",loc:[-85.633825,41.942376]},n2180:{id:"n2180",loc:[-85.637473,41.94607]},n2181:{id:"n2181",loc:[-85.622521,41.953683]},n2182:{id:"n2182",loc:[-85.622717,41.954104]},n2183:{id:"n2183",loc:[-85.637769,41.946095]},n2184:{id:"n2184",loc:[-85.623872,41.953515]},n2185:{id:"n2185",loc:[-85.623851,41.953588]},n2186:{id:"n2186",loc:[-85.631385,41.94433]},n2187:{id:"n2187",loc:[-85.623608,41.953543]},n2188:{id:"n2188",loc:[-85.637308,41.944882]},n2189:{id:"n2189",loc:[-85.634898,41.944041]},n219:{id:"n219",loc:[-85.633807,41.942334]},n2190:{id:"n2190",loc:[-85.623604,41.953442]},n2191:{id:"n2191",loc:[-85.623705,41.953442]},n2192:{id:"n2192",loc:[-85.623708,41.953493]},n2193:{id:"n2193",loc:[-85.624064,41.952655]},n2194:{id:"n2194",loc:[-85.62395,41.952654]},n2195:{id:"n2195",loc:[-85.623951,41.952579]},n2196:{id:"n2196",loc:[-85.637435,41.944342]},n2197:{id:"n2197",loc:[-85.624064,41.952579]},n2198:{id:"n2198",loc:[-85.623812,41.952648]},n2199:{id:"n2199",loc:[-85.623813,41.952705]},n22:{id:"n22",loc:[-85.633531,41.942357]},n220:{id:"n220",loc:[-85.633983,41.942294]},n2200:{id:"n2200",loc:[-85.637169,41.945098]},n2201:{id:"n2201",loc:[-85.623552,41.952707]},n2202:{id:"n2202",loc:[-85.623551,41.95263]},n2203:{id:"n2203",loc:[-85.623701,41.952629]},n2204:{id:"n2204",loc:[-85.635894,41.943719]},n2205:{id:"n2205",loc:[-85.637297,41.945992]},n2206:{id:"n2206",loc:[-85.623724,41.952648]},n2207:{id:"n2207",loc:[-85.623812,41.952438]},n2208:{id:"n2208",loc:[-85.625239,41.952197]},n2209:{id:"n2209",loc:[-85.625232,41.952257]},n221:{id:"n221",loc:[-85.634182,41.942495]},n2210:{id:"n2210",loc:[-85.635175,41.94408]},n2211:{id:"n2211",loc:[-85.636381,41.943761]},n2212:{id:"n2212",loc:[-85.625115,41.952249]},n2213:{id:"n2213",loc:[-85.638578,41.946644]},n2214:{id:"n2214",loc:[-85.625122,41.952189]},n2215:{id:"n2215",loc:[-85.625085,41.952031]},n2216:{id:"n2216",loc:[-85.636126,41.943713]},n2217:{id:"n2217",loc:[-85.635005,41.944041]},n2218:{id:"n2218",loc:[-85.63714,41.945328]},n2219:{id:"n2219",loc:[-85.634871,41.943292]},n222:{id:"n222",loc:[-85.634149,41.942503]},n2220:{id:"n2220",loc:[-85.635705,41.943799]},n2221:{id:"n2221",loc:[-85.634995,41.943576]},n2222:{id:"n2222",loc:[-85.635026,41.943829]},n2223:{id:"n2223",loc:[-85.632874,41.941031]},n2224:{id:"n2224",loc:[-85.632531,41.940233]},n2225:{id:"n2225",loc:[-85.634247,41.936003]},n2226:{id:"n2226",loc:[-85.62929,41.941127]},n2227:{id:"n2227",loc:[-85.630428,41.943266]},n2228:{id:"n2228",loc:[-85.631608,41.943425]},n2229:{id:"n2229",loc:[-85.632316,41.943042]},n223:{id:"n223",loc:[-85.634098,41.942373]},n2230:{id:"n2230",loc:[-85.628711,41.940744]},n2231:{id:"n2231",loc:[-85.627831,41.940536]},n2232:{id:"n2232",loc:[-85.625514,41.94052]},n2233:{id:"n2233",loc:[-85.631127,41.943545]},n2234:{id:"n2234",loc:[-85.632909,41.942531]},n2235:{id:"n2235",loc:[-85.632917,41.938796]},n2236:{id:"n2236",loc:[-85.626716,41.94044]},n2237:{id:"n2237",loc:[-85.630122,41.942852]},n2238:{id:"n2238",loc:[-85.632509,41.939674]},n2239:{id:"n2239",loc:[-85.634762,41.935237]},n224:{id:"n224",loc:[-85.634131,41.942366]},n2240:{id:"n2240",loc:[-85.63384,41.937025]},n2241:{id:"n2241",loc:[-85.629741,41.941909]},n2242:{id:"n2242",loc:[-85.635254,41.945001],tags:{railway:"level_crossing"}},n2243:{id:"n2243",loc:[-85.634005,41.938168]},n2244:{id:"n2244",loc:[-85.63393,41.938335]},n2245:{id:"n2245",loc:[-85.633859,41.93846]},n2246:{id:"n2246",loc:[-85.633663,41.938776]},n2247:{id:"n2247",loc:[-85.633513,41.938936]},n2248:{id:"n2248",loc:[-85.635295,41.943225]},n2249:{id:"n2249",loc:[-85.635393,41.943293]},n225:{id:"n225",loc:[-85.635986,41.94177]},n2250:{id:"n2250",loc:[-85.635645,41.94332]},n2251:{id:"n2251",loc:[-85.63629,41.943328]},n2252:{id:"n2252",loc:[-85.636554,41.943372]},n2253:{id:"n2253",loc:[-85.636869,41.943526]},n2254:{id:"n2254",loc:[-85.637099,41.943704]},n2255:{id:"n2255",loc:[-85.637268,41.943773]},n2256:{id:"n2256",loc:[-85.637483,41.943821]},n2257:{id:"n2257",loc:[-85.637616,41.943929]},n2258:{id:"n2258",loc:[-85.637752,41.944114]},n2259:{id:"n2259",loc:[-85.638399,41.944308]},n226:{id:"n226",loc:[-85.635982,41.941523]},n2260:{id:"n2260",loc:[-85.638573,41.944451]},n2261:{id:"n2261",loc:[-85.638702,41.944574]},n2262:{id:"n2262",loc:[-85.638718,41.944652]},n2263:{id:"n2263",loc:[-85.638715,41.944809]},n2264:{id:"n2264",loc:[-85.638766,41.944988]},n2265:{id:"n2265",loc:[-85.638773,41.945136]},n2266:{id:"n2266",loc:[-85.638705,41.945251]},n2267:{id:"n2267",loc:[-85.638335,41.944291]},n2268:{id:"n2268",loc:[-85.638474,41.944352]},n2269:{id:"n2269",loc:[-85.635408,41.943429]},n227:{id:"n227",loc:[-85.636108,41.941521]},n2270:{id:"n2270",loc:[-85.635271,41.943654]},n2271:{id:"n2271",loc:[-85.635266,41.943744]},n2272:{id:"n2272",loc:[-85.635271,41.943819]},n2273:{id:"n2273",loc:[-85.635192,41.943876]},n2274:{id:"n2274",loc:[-85.635129,41.943857]},n2275:{id:"n2275",loc:[-85.635122,41.943764]},n2276:{id:"n2276",loc:[-85.635124,41.943664]},n2277:{id:"n2277",loc:[-85.63515,41.943611]},n2278:{id:"n2278",loc:[-85.635106,41.943534]},n2279:{id:"n2279",loc:[-85.634972,41.943197]},n228:{id:"n228",loc:[-85.636109,41.941559]},n2280:{id:"n2280",loc:[-85.633978,41.938227]},n2281:{id:"n2281",loc:[-85.634216,41.943255]},n2282:{id:"n2282",loc:[-85.634434,41.943622]},n2283:{id:"n2283",loc:[-85.632406,41.940854]},n2284:{id:"n2284",loc:[-85.632488,41.941063],tags:{leisure:"slipway"}},n2285:{id:"n2285",loc:[-85.632726,41.941537]},n2286:{id:"n2286",loc:[-85.632639,41.94136]},n2287:{id:"n2287",loc:[-85.632704,41.941439]},n2288:{id:"n2288",loc:[-85.632289,41.940601]},n2289:{id:"n2289",loc:[-85.632541,41.942526]},n229:{id:"n229",loc:[-85.636145,41.941559]},n2290:{id:"n2290",loc:[-85.634058,41.943173]},n2291:{id:"n2291",loc:[-85.636175,41.945974]},n2292:{id:"n2292",loc:[-85.636528,41.945975]},n2293:{id:"n2293",loc:[-85.637092,41.945893]},n2294:{id:"n2294",loc:[-85.637881,41.945647]},n2295:{id:"n2295",loc:[-85.639329,41.945162]},n2296:{id:"n2296",loc:[-85.639323,41.945026]},n2297:{id:"n2297",loc:[-85.638826,41.945032]},n2298:{id:"n2298",loc:[-85.638817,41.944174]},n2299:{id:"n2299",loc:[-85.638291,41.94418]},n23:{id:"n23",loc:[-85.633504,41.942418]},n230:{id:"n230",loc:[-85.636145,41.941551]},n2300:{id:"n2300",loc:[-85.63828,41.943811]},n2301:{id:"n2301",loc:[-85.638195,41.943601]},n2302:{id:"n2302",loc:[-85.63719,41.943592]},n2303:{id:"n2303",loc:[-85.636697,41.943273]},n2304:{id:"n2304",loc:[-85.635375,41.943274]},n2305:{id:"n2305",loc:[-85.635091,41.943547]},n2306:{id:"n2306",loc:[-85.63442,41.944117]},n2307:{id:"n2307",loc:[-85.635117,41.943717]},n2308:{id:"n2308",loc:[-85.635601,41.945177]},n2309:{id:"n2309",loc:[-85.635819,41.945494]},n231:{id:"n231",loc:[-85.636312,41.941549]},n2310:{id:"n2310",loc:[-85.635303,41.944891]},n2311:{id:"n2311",loc:[-85.637674,41.943802]},n2312:{id:"n2312",loc:[-85.638263,41.944272]},n2313:{id:"n2313",loc:[-85.634267,41.935266]},n2314:{id:"n2314",loc:[-85.639788,41.945152]},n2315:{id:"n2315",loc:[-85.639645,41.945167]},n2316:{id:"n2316",loc:[-85.639362,41.945233]},n2317:{id:"n2317",loc:[-85.638616,41.945163]},n2318:{id:"n2318",loc:[-85.638514,41.944936]},n2319:{id:"n2319",loc:[-85.638578,41.94503]},n232:{id:"n232",loc:[-85.636314,41.941649]},n2320:{id:"n2320",loc:[-85.638578,41.945215]},n2321:{id:"n2321",loc:[-85.640495,41.947015]},n2322:{id:"n2322",loc:[-85.639577,41.946495]},n2323:{id:"n2323",loc:[-85.638935,41.946087]},n2324:{id:"n2324",loc:[-85.637535,41.94584]},n2325:{id:"n2325",loc:[-85.638357,41.945404]},n2326:{id:"n2326",loc:[-85.638051,41.94553]},n2327:{id:"n2327",loc:[-85.637732,41.945555]},n2328:{id:"n2328",loc:[-85.637657,41.945524]},n2329:{id:"n2329",loc:[-85.637598,41.945467]},n233:{id:"n233",loc:[-85.636152,41.94165]},n2330:{id:"n2330",loc:[-85.637669,41.945318]},n2331:{id:"n2331",loc:[-85.637894,41.945171]},n2332:{id:"n2332",loc:[-85.637923,41.945082]},n2333:{id:"n2333",loc:[-85.63793,41.944756]},n2334:{id:"n2334",loc:[-85.637976,41.944696]},n2335:{id:"n2335",loc:[-85.638044,41.944671]},n2336:{id:"n2336",loc:[-85.638129,41.944597]},n2337:{id:"n2337",loc:[-85.638252,41.944413]},n2338:{id:"n2338",loc:[-85.638092,41.945442]},n2339:{id:"n2339",loc:[-85.638409,41.945315]},n234:{id:"n234",loc:[-85.636152,41.941628]},n2340:{id:"n2340",loc:[-85.638325,41.944771]},n2341:{id:"n2341",loc:[-85.638103,41.944744]},n2342:{id:"n2342",loc:[-85.637976,41.944781]},n2343:{id:"n2343",loc:[-85.637983,41.944865]},n2344:{id:"n2344",loc:[-85.638063,41.945074]},n2345:{id:"n2345",loc:[-85.638041,41.945206]},n2346:{id:"n2346",loc:[-85.637907,41.945309]},n2347:{id:"n2347",loc:[-85.637925,41.94539]},n2348:{id:"n2348",loc:[-85.637998,41.94545]},n2349:{id:"n2349",loc:[-85.637135,41.946254]},n235:{id:"n235",loc:[-85.63611,41.941628]},n2350:{id:"n2350",loc:[-85.636837,41.946615]},n2351:{id:"n2351",loc:[-85.637954,41.948909]},n2352:{id:"n2352",loc:[-85.638382,41.949786]},n2353:{id:"n2353",loc:[-85.639367,41.951242]},n2354:{id:"n2354",loc:[-85.640554,41.951777]},n2355:{id:"n2355",loc:[-85.6411,41.952234]},n2356:{id:"n2356",loc:[-85.641742,41.952657]},n2357:{id:"n2357",loc:[-85.642321,41.952941]},n2358:{id:"n2358",loc:[-85.64277,41.953228]},n2359:{id:"n2359",loc:[-85.643333,41.953825]},n236:{id:"n236",loc:[-85.636113,41.941768]},n2360:{id:"n2360",loc:[-85.643579,41.954365]},n2361:{id:"n2361",loc:[-85.644439,41.954105]},n2362:{id:"n2362",loc:[-85.64506,41.954]},n2363:{id:"n2363",loc:[-85.645483,41.953911]},n2364:{id:"n2364",loc:[-85.646046,41.953853]},n2365:{id:"n2365",loc:[-85.646318,41.953717]},n2366:{id:"n2366",loc:[-85.646276,41.953414]},n2367:{id:"n2367",loc:[-85.631063,41.957478],tags:{emergency:"fire_hydrant"}},n2368:{id:"n2368",loc:[-85.630996,41.955857],tags:{emergency:"fire_hydrant"}},n2369:{id:"n2369",loc:[-85.630976,41.954608],tags:{emergency:"fire_hydrant"}},n237:{id:"n237",loc:[-85.635983,41.941589],tags:{entrance:"yes"}},n2370:{id:"n2370",loc:[-85.646,41.953154]},n2371:{id:"n2371",loc:[-85.645222,41.953193]},n2372:{id:"n2372",loc:[-85.644732,41.953181]},n2373:{id:"n2373",loc:[-85.644064,41.953298]},n2374:{id:"n2374",loc:[-85.643818,41.953177]},n2375:{id:"n2375",loc:[-85.644001,41.95284]},n2376:{id:"n2376",loc:[-85.628174,41.95456],tags:{emergency:"fire_hydrant"}},n2377:{id:"n2377",loc:[-85.644267,41.952591]},n2378:{id:"n2378",loc:[-85.644288,41.952328]},n2379:{id:"n2379",loc:[-85.627276,41.953987],tags:{emergency:"fire_hydrant"}},n238:{id:"n238",loc:[-85.635906,41.94159]},n2380:{id:"n2380",loc:[-85.644262,41.952153]},n2381:{id:"n2381",loc:[-85.644168,41.95204]},n2382:{id:"n2382",loc:[-85.64421,41.951749]},n2383:{id:"n2383",loc:[-85.64385,41.951586]},n2384:{id:"n2384",loc:[-85.62736,41.955964],tags:{emergency:"fire_hydrant"}},n2385:{id:"n2385",loc:[-85.626307,41.957198],tags:{emergency:"fire_hydrant"}},n2386:{id:"n2386",loc:[-85.643589,41.951323]},n2387:{id:"n2387",loc:[-85.62747,41.957509],tags:{emergency:"fire_hydrant"}},n2388:{id:"n2388",loc:[-85.628665,41.957492],tags:{emergency:"fire_hydrant"}},n2389:{id:"n2389",loc:[-85.642535,41.951031]},n239:{id:"n239",loc:[-85.635883,41.940182]},n2390:{id:"n2390",loc:[-85.642269,41.95088]},n2391:{id:"n2391",loc:[-85.641878,41.950814]},n2392:{id:"n2392",loc:[-85.641549,41.950806]},n2393:{id:"n2393",loc:[-85.641103,41.950549]},n2394:{id:"n2394",loc:[-85.630864,41.959046],tags:{emergency:"fire_hydrant"}},n2395:{id:"n2395",loc:[-85.632249,41.958969],tags:{emergency:"fire_hydrant"}},n2396:{id:"n2396",loc:[-85.641037,41.949821]},n2397:{id:"n2397",loc:[-85.641006,41.949433]},n2398:{id:"n2398",loc:[-85.632232,41.95859],tags:{emergency:"fire_hydrant"}},n2399:{id:"n2399",loc:[-85.632071,41.958345],tags:{emergency:"fire_hydrant"}},n24:{id:"n24",loc:[-85.634346,41.942792]},n240:{id:"n240",loc:[-85.635916,41.94264]},n2400:{id:"n2400",loc:[-85.632228,41.9573],tags:{emergency:"fire_hydrant"}},n2401:{id:"n2401",loc:[-85.641152,41.948257]},n2402:{id:"n2402",loc:[-85.641055,41.947304]},n2403:{id:"n2403",loc:[-85.638022,41.945897]},n2404:{id:"n2404",loc:[-85.638672,41.950778]},n2405:{id:"n2405",loc:[-85.63666,41.944492],tags:{name:"Memory Isle",place:"island"}},n2406:{id:"n2406",loc:[-85.635,41.946389],tags:{amenity:"post_office",name:"Three Rivers Post Office"}},n2407:{id:"n2407",loc:[-85.633676,41.946036]},n2408:{id:"n2408",loc:[-85.633736,41.946078]},n2409:{id:"n2409",loc:[-85.633997,41.946185]},n241:{id:"n241",loc:[-85.635795,41.941906]},n2410:{id:"n2410",loc:[-85.634448,41.945626],tags:{highway:"traffic_signals",traffic_signals:"signal"}},n2411:{id:"n2411",loc:[-85.63456,41.945731],tags:{crossing:"zebra",highway:"crossing"}},n2412:{id:"n2412",loc:[-85.634592,41.94578]},n2413:{id:"n2413",loc:[-85.634607,41.945815]},n2414:{id:"n2414",loc:[-85.634614,41.945864]},n2415:{id:"n2415",loc:[-85.636066,41.946185]},n2416:{id:"n2416",loc:[-85.636128,41.946352]},n2417:{id:"n2417",loc:[-85.636142,41.946452]},n2418:{id:"n2418",loc:[-85.635327,41.945292]},n2419:{id:"n2419",loc:[-85.635648,41.94558]},n242:{id:"n242",loc:[-85.635909,41.941906]},n2420:{id:"n2420",loc:[-85.635769,41.945729]},n2421:{id:"n2421",loc:[-85.637349,41.945897]},n2422:{id:"n2422",loc:[-85.632211,41.95596],tags:{emergency:"fire_hydrant"}},n2423:{id:"n2423",loc:[-85.635942,41.94598]},n2424:{id:"n2424",loc:[-85.636443,41.946042]},n2425:{id:"n2425",loc:[-85.635819,41.946052]},n2426:{id:"n2426",loc:[-85.636669,41.946025]},n2427:{id:"n2427",loc:[-85.636832,41.946005]},n2428:{id:"n2428",loc:[-85.637039,41.945968]},n2429:{id:"n2429",loc:[-85.636291,41.946046]},n243:{id:"n243",loc:[-85.636359,41.941904]},n2430:{id:"n2430",loc:[-85.634005,41.943367]},n2431:{id:"n2431",loc:[-85.633366,41.943724]},n2432:{id:"n2432",loc:[-85.634617,41.946057]},n2433:{id:"n2433",loc:[-85.636534,41.944793]},n2434:{id:"n2434",loc:[-85.637055,41.945188]},n2435:{id:"n2435",loc:[-85.636153,41.944618]},n2436:{id:"n2436",loc:[-85.636803,41.944944]},n2437:{id:"n2437",loc:[-85.633389,41.945735]},n2438:{id:"n2438",loc:[-85.633536,41.94585]},n2439:{id:"n2439",loc:[-85.63363,41.945993]},n244:{id:"n244",loc:[-85.636351,41.941438]},n2440:{id:"n2440",loc:[-85.633268,41.94568]},n2441:{id:"n2441",loc:[-85.635947,41.94546]},n2442:{id:"n2442",loc:[-85.636277,41.945268]},n2443:{id:"n2443",loc:[-85.635203,41.944287]},n2444:{id:"n2444",loc:[-85.634876,41.944477]},n2445:{id:"n2445",loc:[-85.634975,41.944419]},n2446:{id:"n2446",loc:[-85.633877,41.943438]},n2447:{id:"n2447",loc:[-85.63508,41.945113]},n2448:{id:"n2448",loc:[-85.635372,41.944932]},n2449:{id:"n2449",loc:[-85.636594,41.945935]},n245:{id:"n245",loc:[-85.635903,41.941436]},n2450:{id:"n2450",loc:[-85.636901,41.945747]},n2451:{id:"n2451",loc:[-85.636329,41.945228]},n2452:{id:"n2452",loc:[-85.636025,41.945417]},n2453:{id:"n2453",loc:[-85.634002,41.944644]},n2454:{id:"n2454",loc:[-85.63407,41.944692]},n2455:{id:"n2455",loc:[-85.634114,41.944756]},n2456:{id:"n2456",loc:[-85.633762,41.944809]},n2457:{id:"n2457",loc:[-85.634184,41.944807]},n2458:{id:"n2458",loc:[-85.634291,41.944819]},n2459:{id:"n2459",loc:[-85.634639,41.944845]},n246:{id:"n246",loc:[-85.635788,41.941436]},n2460:{id:"n2460",loc:[-85.633822,41.944861]},n2461:{id:"n2461",loc:[-85.63411,41.944855]},n2462:{id:"n2462",loc:[-85.63435,41.944872]},n2463:{id:"n2463",loc:[-85.63441,41.944903]},n2464:{id:"n2464",loc:[-85.633883,41.944913]},n2465:{id:"n2465",loc:[-85.634164,41.944896]},n2466:{id:"n2466",loc:[-85.633487,41.944926]},n2467:{id:"n2467",loc:[-85.634736,41.944929]},n2468:{id:"n2468",loc:[-85.633944,41.944965]},n2469:{id:"n2469",loc:[-85.633555,41.944983]},n247:{id:"n247",loc:[-85.635929,41.941511]},n2470:{id:"n2470",loc:[-85.633995,41.945013]},n2471:{id:"n2471",loc:[-85.633614,41.945037]},n2472:{id:"n2472",loc:[-85.634848,41.945031]},n2473:{id:"n2473",loc:[-85.634049,41.945061]},n2474:{id:"n2474",loc:[-85.633678,41.945094]},n2475:{id:"n2475",loc:[-85.63317,41.945111]},n2476:{id:"n2476",loc:[-85.633357,41.945103]},n2477:{id:"n2477",loc:[-85.633728,41.945136]},n2478:{id:"n2478",loc:[-85.634146,41.945148]},n2479:{id:"n2479",loc:[-85.633416,41.945157]},n248:{id:"n248",loc:[-85.635929,41.941317]},n2480:{id:"n2480",loc:[-85.634625,41.945172]},n2481:{id:"n2481",loc:[-85.633239,41.945174]},n2482:{id:"n2482",loc:[-85.63469,41.945185]},n2483:{id:"n2483",loc:[-85.634661,41.945203]},n2484:{id:"n2484",loc:[-85.63348,41.945214]},n2485:{id:"n2485",loc:[-85.633578,41.945221]},n2486:{id:"n2486",loc:[-85.634742,41.945231]},n2487:{id:"n2487",loc:[-85.634251,41.94525]},n2488:{id:"n2488",loc:[-85.633524,41.945254]},n2489:{id:"n2489",loc:[-85.63468,41.945271]},n249:{id:"n249",loc:[-85.636414,41.941316]},n2490:{id:"n2490",loc:[-85.633885,41.945272]},n2491:{id:"n2491",loc:[-85.634795,41.945288]},n2492:{id:"n2492",loc:[-85.634742,41.94532]},n2493:{id:"n2493",loc:[-85.633946,41.945327]},n2494:{id:"n2494",loc:[-85.634844,41.945331]},n2495:{id:"n2495",loc:[-85.63435,41.945349]},n2496:{id:"n2496",loc:[-85.633733,41.945357]},n2497:{id:"n2497",loc:[-85.633987,41.945375]},n2498:{id:"n2498",loc:[-85.634911,41.945419]},n2499:{id:"n2499",loc:[-85.634049,41.945431]},n25:{id:"n25",loc:[-85.634333,41.942809]},n250:{id:"n250",loc:[-85.636414,41.941511]},n2500:{id:"n2500",loc:[-85.633705,41.945461]},n2501:{id:"n2501",loc:[-85.633642,41.945408]},n2502:{id:"n2502",loc:[-85.634493,41.945475]},n2503:{id:"n2503",loc:[-85.634106,41.945484]},n2504:{id:"n2504",loc:[-85.635008,41.945505]},n2505:{id:"n2505",loc:[-85.633757,41.945506]},n2506:{id:"n2506",loc:[-85.634542,41.945519]},n2507:{id:"n2507",loc:[-85.634162,41.945536]},n2508:{id:"n2508",loc:[-85.633843,41.945547]},n2509:{id:"n2509",loc:[-85.634919,41.94556]},n251:{id:"n251",loc:[-85.636819,41.941617]},n2510:{id:"n2510",loc:[-85.633818,41.945561]},n2511:{id:"n2511",loc:[-85.634638,41.94559]},n2512:{id:"n2512",loc:[-85.633901,41.945598]},n2513:{id:"n2513",loc:[-85.634257,41.945626]},n2514:{id:"n2514",loc:[-85.633967,41.945652]},n2515:{id:"n2515",loc:[-85.634735,41.945676]},n2516:{id:"n2516",loc:[-85.635057,41.945683]},n2517:{id:"n2517",loc:[-85.635296,41.945703]},n2518:{id:"n2518",loc:[-85.635112,41.945703]},n2519:{id:"n2519",loc:[-85.634782,41.945729]},n252:{id:"n252",loc:[-85.636718,41.941619]},n2520:{id:"n2520",loc:[-85.634052,41.945747]},n2521:{id:"n2521",loc:[-85.635296,41.945757]},n2522:{id:"n2522",loc:[-85.635314,41.945757]},n2523:{id:"n2523",loc:[-85.635112,41.945761]},n2524:{id:"n2524",loc:[-85.63484,41.945778]},n2525:{id:"n2525",loc:[-85.635314,41.945938]},n2526:{id:"n2526",loc:[-85.63484,41.945922]},n2527:{id:"n2527",loc:[-85.635461,41.944879]},n2528:{id:"n2528",loc:[-85.636024,41.945384]},n2529:{id:"n2529",loc:[-85.636145,41.945312]},n253:{id:"n253",loc:[-85.636716,41.941509]},n2530:{id:"n2530",loc:[-85.6356,41.944797]},n2531:{id:"n2531",loc:[-85.635135,41.944354]},n2532:{id:"n2532",loc:[-85.632988,41.945369]},n2533:{id:"n2533",loc:[-85.633376,41.94563]},n2534:{id:"n2534",loc:[-85.633539,41.945534]},n2535:{id:"n2535",loc:[-85.633238,41.945248]},n2536:{id:"n2536",loc:[-85.633166,41.945216]},n2537:{id:"n2537",loc:[-85.633114,41.945188]},n2538:{id:"n2538",loc:[-85.633078,41.945127]},n2539:{id:"n2539",loc:[-85.633066,41.94508]},n254:{id:"n254",loc:[-85.636732,41.941509]},n2540:{id:"n2540",loc:[-85.633222,41.945358]},n2541:{id:"n2541",loc:[-85.633425,41.945541]},n2542:{id:"n2542",loc:[-85.63299,41.9455]},n2543:{id:"n2543",loc:[-85.634374,41.944327]},n2544:{id:"n2544",loc:[-85.633648,41.943697]},n2545:{id:"n2545",loc:[-85.633533,41.943764]},n2546:{id:"n2546",loc:[-85.634239,41.944417]},n2547:{id:"n2547",loc:[-85.634122,41.944395]},n2548:{id:"n2548",loc:[-85.634235,41.944326]},n2549:{id:"n2549",loc:[-85.633613,41.943787]},n255:{id:"n255",loc:[-85.636731,41.941461]},n2550:{id:"n2550",loc:[-85.633915,41.943613]},n2551:{id:"n2551",loc:[-85.634015,41.943555]},n2552:{id:"n2552",loc:[-85.63433,41.943839]},n2553:{id:"n2553",loc:[-85.634236,41.943894]},n2554:{id:"n2554",loc:[-85.635413,41.946052]},n2555:{id:"n2555",loc:[-85.635405,41.94569]},n2556:{id:"n2556",loc:[-85.635684,41.945925]},n2557:{id:"n2557",loc:[-85.635614,41.945742]},n2558:{id:"n2558",loc:[-85.635401,41.945745]},n2559:{id:"n2559",loc:[-85.635406,41.945928]},n256:{id:"n256",loc:[-85.636799,41.941461]},n2560:{id:"n2560",loc:[-85.633478,41.943663]},n2561:{id:"n2561",loc:[-85.633291,41.943526]},n2562:{id:"n2562",loc:[-85.633094,41.943541]},n2563:{id:"n2563",loc:[-85.633302,41.943492]},n2564:{id:"n2564",loc:[-85.633047,41.943623]},n2565:{id:"n2565",loc:[-85.633275,41.943562]},n2566:{id:"n2566",loc:[-85.633351,41.943518]},n2567:{id:"n2567",loc:[-85.633224,41.9434]},n2568:{id:"n2568",loc:[-85.633235,41.943369]},n2569:{id:"n2569",loc:[-85.635179,41.943911]},n257:{id:"n257",loc:[-85.6368,41.9415]},n2570:{id:"n2570",loc:[-85.635146,41.943918]},n2571:{id:"n2571",loc:[-85.634888,41.943905]},n2572:{id:"n2572",loc:[-85.634832,41.943911]},n2573:{id:"n2573",loc:[-85.634638,41.944007]},n2574:{id:"n2574",loc:[-85.634568,41.94405]},n2575:{id:"n2575",loc:[-85.635994,41.94501]},n2576:{id:"n2576",loc:[-85.636388,41.944608]},n2577:{id:"n2577",loc:[-85.636215,41.944787]},n2578:{id:"n2578",loc:[-85.637948,41.944587]},n2579:{id:"n2579",loc:[-85.637849,41.944567]},n258:{id:"n258",loc:[-85.636814,41.9415]},n2580:{id:"n2580",loc:[-85.637895,41.944455]},n2581:{id:"n2581",loc:[-85.637996,41.944477]},n2582:{id:"n2582",loc:[-85.635525,41.94337]},n2583:{id:"n2583",loc:[-85.637847,41.943923]},n2584:{id:"n2584",loc:[-85.637891,41.944124]},n2585:{id:"n2585",loc:[-85.638167,41.944229]},n2586:{id:"n2586",loc:[-85.638236,41.944097]},n2587:{id:"n2587",loc:[-85.638207,41.944025]},n2588:{id:"n2588",loc:[-85.638141,41.943997]},n2589:{id:"n2589",loc:[-85.638057,41.944015]},n259:{id:"n259",loc:[-85.636815,41.941538]},n2590:{id:"n2590",loc:[-85.637902,41.944231]},n2591:{id:"n2591",loc:[-85.638134,41.944307]},n2592:{id:"n2592",loc:[-85.638242,41.944294]},n2593:{id:"n2593",loc:[-85.638274,41.944222]},n2594:{id:"n2594",loc:[-85.638236,41.944174]},n2595:{id:"n2595",loc:[-85.638207,41.944157]},n2596:{id:"n2596",loc:[-85.637818,41.943984]},n2597:{id:"n2597",loc:[-85.634996,41.944439]},n2598:{id:"n2598",loc:[-85.633946,41.945804]},n2599:{id:"n2599",loc:[-85.634102,41.945864]},n26:{id:"n26",loc:[-85.634346,41.942744]},n260:{id:"n260",loc:[-85.636827,41.941538]},n2600:{id:"n2600",loc:[-85.633819,41.945756]},n2601:{id:"n2601",loc:[-85.634025,41.945975]},n2602:{id:"n2602",loc:[-85.633742,41.945867]},n2603:{id:"n2603",loc:[-85.63373,41.946004]},n2604:{id:"n2604",loc:[-85.633947,41.946081]},n2605:{id:"n2605",loc:[-85.633872,41.945917]},n2606:{id:"n2606",loc:[-85.633825,41.945985]},n2607:{id:"n2607",loc:[-85.633762,41.94596]},n2608:{id:"n2608",loc:[-85.634224,41.946037]},n2609:{id:"n2609",loc:[-85.634357,41.945851]},n261:{id:"n261",loc:[-85.636828,41.941584]},n2610:{id:"n2610",loc:[-85.634398,41.945813]},n2611:{id:"n2611",loc:[-85.634461,41.945812]},n2612:{id:"n2612",loc:[-85.634501,41.945852]},n2613:{id:"n2613",loc:[-85.634503,41.94597]},n2614:{id:"n2614",loc:[-85.634462,41.945971]},n2615:{id:"n2615",loc:[-85.634465,41.946036]},n2616:{id:"n2616",loc:[-85.634235,41.946072]},n2617:{id:"n2617",loc:[-85.634447,41.946036]},n2618:{id:"n2618",loc:[-85.634448,41.946052]},n2619:{id:"n2619",loc:[-85.634494,41.946051]},n262:{id:"n262",loc:[-85.636819,41.941585]},n2620:{id:"n2620",loc:[-85.634497,41.946144]},n2621:{id:"n2621",loc:[-85.634453,41.946144]},n2622:{id:"n2622",loc:[-85.634454,41.94616]},n2623:{id:"n2623",loc:[-85.634393,41.946161]},n2624:{id:"n2624",loc:[-85.634394,41.94618]},n2625:{id:"n2625",loc:[-85.634345,41.94618]},n2626:{id:"n2626",loc:[-85.634344,41.946162]},n2627:{id:"n2627",loc:[-85.63427,41.946163]},n2628:{id:"n2628",loc:[-85.634266,41.946071]},n2629:{id:"n2629",loc:[-85.634148,41.946163]},n263:{id:"n263",loc:[-85.636854,41.941714]},n2630:{id:"n2630",loc:[-85.634213,41.946072]},n2631:{id:"n2631",loc:[-85.633293,41.946309]},n2632:{id:"n2632",loc:[-85.633122,41.946239]},n2633:{id:"n2633",loc:[-85.633295,41.946005]},n2634:{id:"n2634",loc:[-85.633395,41.946047]},n2635:{id:"n2635",loc:[-85.633404,41.946035]},n2636:{id:"n2636",loc:[-85.633459,41.946057]},n2637:{id:"n2637",loc:[-85.633387,41.946154]},n2638:{id:"n2638",loc:[-85.633403,41.946161]},n2639:{id:"n2639",loc:[-85.634176,41.946415]},n264:{id:"n264",loc:[-85.636855,41.941774]},n2640:{id:"n2640",loc:[-85.634179,41.946339]},n2641:{id:"n2641",loc:[-85.634455,41.946345]},n2642:{id:"n2642",loc:[-85.634452,41.946422]},n2643:{id:"n2643",loc:[-85.63437,41.946421]},n2644:{id:"n2644",loc:[-85.634367,41.946497]},n2645:{id:"n2645",loc:[-85.634289,41.946495]},n2646:{id:"n2646",loc:[-85.634291,41.946448]},n2647:{id:"n2647",loc:[-85.634269,41.946448]},n2648:{id:"n2648",loc:[-85.63427,41.946417]},n2649:{id:"n2649",loc:[-85.63484,41.946328]},n265:{id:"n265",loc:[-85.636822,41.941774]},n2650:{id:"n2650",loc:[-85.634839,41.946187]},n2651:{id:"n2651",loc:[-85.635148,41.946186]},n2652:{id:"n2652",loc:[-85.635148,41.946216]},n2653:{id:"n2653",loc:[-85.63521,41.946216]},n2654:{id:"n2654",loc:[-85.63521,41.946348]},n2655:{id:"n2655",loc:[-85.635154,41.946348]},n2656:{id:"n2656",loc:[-85.635153,41.946327]},n2657:{id:"n2657",loc:[-85.634037,41.946957]},n2658:{id:"n2658",loc:[-85.634253,41.946953]},n2659:{id:"n2659",loc:[-85.63481,41.946543]},n266:{id:"n266",loc:[-85.636822,41.941778]},n2660:{id:"n2660",loc:[-85.634809,41.946459]},n2661:{id:"n2661",loc:[-85.635154,41.946458]},n2662:{id:"n2662",loc:[-85.635155,41.946554]},n2663:{id:"n2663",loc:[-85.635022,41.946547]},n2664:{id:"n2664",loc:[-85.635022,41.946573]},n2665:{id:"n2665",loc:[-85.634909,41.946574]},n2666:{id:"n2666",loc:[-85.634909,41.946561]},n2667:{id:"n2667",loc:[-85.634896,41.947159]},n2668:{id:"n2668",loc:[-85.634894,41.947032]},n2669:{id:"n2669",loc:[-85.635024,41.947031]},n267:{id:"n267",loc:[-85.636756,41.941779]},n2670:{id:"n2670",loc:[-85.635026,41.947158]},n2671:{id:"n2671",loc:[-85.635233,41.947105]},n2672:{id:"n2672",loc:[-85.635236,41.946991]},n2673:{id:"n2673",loc:[-85.635369,41.946993]},n2674:{id:"n2674",loc:[-85.635366,41.947107]},n2675:{id:"n2675",loc:[-85.634824,41.946929]},n2676:{id:"n2676",loc:[-85.634825,41.946818]},n2677:{id:"n2677",loc:[-85.63512,41.946819]},n2678:{id:"n2678",loc:[-85.635119,41.94693]},n2679:{id:"n2679",loc:[-85.634796,41.946806]},n268:{id:"n268",loc:[-85.636756,41.941774]},n2680:{id:"n2680",loc:[-85.634792,41.946604]},n2681:{id:"n2681",loc:[-85.634948,41.946602]},n2682:{id:"n2682",loc:[-85.634949,41.946645]},n2683:{id:"n2683",loc:[-85.634975,41.946644]},n2684:{id:"n2684",loc:[-85.634974,41.946599]},n2685:{id:"n2685",loc:[-85.635117,41.946598]},n2686:{id:"n2686",loc:[-85.635122,41.946801]},n2687:{id:"n2687",loc:[-85.634981,41.946803]},n2688:{id:"n2688",loc:[-85.634979,41.946752]},n2689:{id:"n2689",loc:[-85.634952,41.946752]},n269:{id:"n269",loc:[-85.636721,41.941774]},n2690:{id:"n2690",loc:[-85.634953,41.946804]},n2691:{id:"n2691",loc:[-85.634649,41.946841]},n2692:{id:"n2692",loc:[-85.634331,41.94684]},n2693:{id:"n2693",loc:[-85.634183,41.946809]},n2694:{id:"n2694",loc:[-85.633699,41.946607]},n2695:{id:"n2695",loc:[-85.634487,41.946664]},n2696:{id:"n2696",loc:[-85.634486,41.946598]},n2697:{id:"n2697",loc:[-85.63423,41.946599]},n2698:{id:"n2698",loc:[-85.634231,41.946662]},n2699:{id:"n2699",loc:[-85.634284,41.946662]},n27:{id:"n27",loc:[-85.634136,41.943183]},n270:{id:"n270",loc:[-85.63672,41.941714]},n2700:{id:"n2700",loc:[-85.634284,41.946679]},n2701:{id:"n2701",loc:[-85.634365,41.946679]},n2702:{id:"n2702",loc:[-85.634365,41.946664]},n2703:{id:"n2703",loc:[-85.635443,41.947015]},n2704:{id:"n2704",loc:[-85.635442,41.946801]},n2705:{id:"n2705",loc:[-85.63603,41.9468]},n2706:{id:"n2706",loc:[-85.636028,41.947016]},n2707:{id:"n2707",loc:[-85.635457,41.946582]},n2708:{id:"n2708",loc:[-85.635455,41.946211]},n2709:{id:"n2709",loc:[-85.635636,41.946579]},n271:{id:"n271",loc:[-85.636767,41.941713]},n2710:{id:"n2710",loc:[-85.635716,41.9468]},n2711:{id:"n2711",loc:[-85.635969,41.9468]},n2712:{id:"n2712",loc:[-85.635973,41.946295]},n2713:{id:"n2713",loc:[-85.636019,41.946484]},n2714:{id:"n2714",loc:[-85.636022,41.946388]},n2715:{id:"n2715",loc:[-85.635961,41.946493]},n2716:{id:"n2716",loc:[-85.635713,41.94621]},n2717:{id:"n2717",loc:[-85.635416,41.946142]},n2718:{id:"n2718",loc:[-85.635759,41.946203]},n2719:{id:"n2719",loc:[-85.636153,41.946747]},n272:{id:"n272",loc:[-85.636767,41.941706]},n2720:{id:"n2720",loc:[-85.635417,41.946915]},n2721:{id:"n2721",loc:[-85.636154,41.946915]},n2722:{id:"n2722",loc:[-85.635866,41.946473]},n2723:{id:"n2723",loc:[-85.635717,41.946633]},n2724:{id:"n2724",loc:[-85.635556,41.946166]},n2725:{id:"n2725",loc:[-85.63556,41.946556]},n2726:{id:"n2726",loc:[-85.635731,41.946594]},n2727:{id:"n2727",loc:[-85.635866,41.946595]},n2728:{id:"n2728",loc:[-85.635456,41.947028]},n2729:{id:"n2729",loc:[-85.635796,41.947023]},n273:{id:"n273",loc:[-85.636779,41.941698]},n2730:{id:"n2730",loc:[-85.635798,41.947091]},n2731:{id:"n2731",loc:[-85.63573,41.947092]},n2732:{id:"n2732",loc:[-85.635733,41.947233]},n2733:{id:"n2733",loc:[-85.636283,41.946863]},n2734:{id:"n2734",loc:[-85.63628,41.946706]},n2735:{id:"n2735",loc:[-85.636341,41.946705]},n2736:{id:"n2736",loc:[-85.636273,41.946584]},n2737:{id:"n2737",loc:[-85.636396,41.946545]},n2738:{id:"n2738",loc:[-85.636474,41.946684]},n2739:{id:"n2739",loc:[-85.636511,41.946861]},n274:{id:"n274",loc:[-85.636798,41.941697]},n2740:{id:"n2740",loc:[-85.633713,41.947184]},n2741:{id:"n2741",loc:[-85.633651,41.94716]},n2742:{id:"n2742",loc:[-85.633704,41.947085]},n2743:{id:"n2743",loc:[-85.6336,41.947044]},n2744:{id:"n2744",loc:[-85.633506,41.947177]},n2745:{id:"n2745",loc:[-85.629586,41.952469]},n2746:{id:"n2746",loc:[-85.634723,41.953681]},n2747:{id:"n2747",loc:[-85.63478,41.959007]},n2748:{id:"n2748",loc:[-85.632793,41.94405],tags:{highway:"traffic_signals",traffic_signals:"signal","traffic_signals:direction":"both"}},n2749:{id:"n2749",loc:[-85.634648,41.947325]},n275:{id:"n275",loc:[-85.63681,41.941705]},n2750:{id:"n2750",loc:[-85.625078,41.952097]},n2751:{id:"n2751",loc:[-85.633195,41.94734]},n2752:{id:"n2752",loc:[-85.626447,41.957168]},n2753:{id:"n2753",loc:[-85.632023,41.949012]},n2754:{id:"n2754",loc:[-85.630835,41.950656]},n2755:{id:"n2755",loc:[-85.634655,41.948612]},n2756:{id:"n2756",loc:[-85.636182,41.948605]},n2757:{id:"n2757",loc:[-85.634729,41.954667]},n2758:{id:"n2758",loc:[-85.634686,41.951159]},n2759:{id:"n2759",loc:[-85.636206,41.951146]},n276:{id:"n276",loc:[-85.63681,41.941714]},n2760:{id:"n2760",loc:[-85.634668,41.949891]},n2761:{id:"n2761",loc:[-85.634701,41.952422]},n2762:{id:"n2762",loc:[-85.634747,41.955907]},n2763:{id:"n2763",loc:[-85.627975,41.954695]},n2764:{id:"n2764",loc:[-85.626832,41.954698]},n2765:{id:"n2765",loc:[-85.632278,41.948624]},n2766:{id:"n2766",loc:[-85.628639,41.953725]},n2767:{id:"n2767",loc:[-85.636233,41.95241]},n2768:{id:"n2768",loc:[-85.631385,41.949913]},n2769:{id:"n2769",loc:[-85.630486,41.951194]},n277:{id:"n277",loc:[-85.636861,41.942041]},n2770:{id:"n2770",loc:[-85.624937,41.952088]},n2771:{id:"n2771",loc:[-85.624945,41.952022]},n2772:{id:"n2772",loc:[-85.636162,41.94731]},n2773:{id:"n2773",loc:[-85.636188,41.949881]},n2774:{id:"n2774",loc:[-85.631422,41.948294]},n2775:{id:"n2775",loc:[-85.632844,41.945547]},n2776:{id:"n2776",loc:[-85.632484,41.945344]},n2777:{id:"n2777",loc:[-85.631775,41.944636]},n2778:{id:"n2778",loc:[-85.632656,41.945471]},n2779:{id:"n2779",loc:[-85.631959,41.944827]},n278:{id:"n278",loc:[-85.636862,41.942099]},n2780:{id:"n2780",loc:[-85.631679,41.94438]},n2781:{id:"n2781",loc:[-85.625129,41.959272]},n2782:{id:"n2782",loc:[-85.632446,41.944861]},n2783:{id:"n2783",loc:[-85.632804,41.945477]},n2784:{id:"n2784",loc:[-85.632255,41.944962]},n2785:{id:"n2785",loc:[-85.632736,41.944757]},n2786:{id:"n2786",loc:[-85.632543,41.94486]},n2787:{id:"n2787",loc:[-85.632889,41.945561]},n2788:{id:"n2788",loc:[-85.632091,41.944949]},n2789:{id:"n2789",loc:[-85.632537,41.944713]},n279:{id:"n279",loc:[-85.636807,41.942099]},n2790:{id:"n2790",loc:[-85.632279,41.94485]},n2791:{id:"n2791",loc:[-85.632749,41.943247]},n2792:{id:"n2792",loc:[-85.632824,41.943152]},n2793:{id:"n2793",loc:[-85.632929,41.94317]},n2794:{id:"n2794",loc:[-85.632897,41.943078]},n2795:{id:"n2795",loc:[-85.632626,41.943231]},n2796:{id:"n2796",loc:[-85.634048,41.947257]},n2797:{id:"n2797",loc:[-85.634264,41.947252]},n2798:{id:"n2798",loc:[-85.635418,41.947317]},n2799:{id:"n2799",loc:[-85.635461,41.947237]},n28:{id:"n28",loc:[-85.63821,41.944308]},n280:{id:"n280",loc:[-85.636807,41.942126]},n2800:{id:"n2800",loc:[-85.632868,41.946229]},n2801:{id:"n2801",loc:[-85.633673,41.947242]},n2802:{id:"n2802",loc:[-85.623604,41.945881],tags:{amenity:"school",name:"Barrows School"}},n2803:{id:"n2803",loc:[-85.627401,41.943496]},n2804:{id:"n2804",loc:[-85.627403,41.943625]},n2805:{id:"n2805",loc:[-85.626409,41.943215]},n2806:{id:"n2806",loc:[-85.624884,41.943508]},n2807:{id:"n2807",loc:[-85.625191,41.943509]},n2808:{id:"n2808",loc:[-85.624882,41.94382]},n2809:{id:"n2809",loc:[-85.624893,41.945618]},n281:{id:"n281",loc:[-85.636726,41.942126]},n2810:{id:"n2810",loc:[-85.624912,41.946524]},n2811:{id:"n2811",loc:[-85.622721,41.946535]},n2812:{id:"n2812",loc:[-85.627399,41.94469]},n2813:{id:"n2813",loc:[-85.622716,41.945622]},n2814:{id:"n2814",loc:[-85.624886,41.944724]},n2815:{id:"n2815",loc:[-85.622674,41.944737]},n2816:{id:"n2816",loc:[-85.625092,41.945063]},n2817:{id:"n2817",loc:[-85.625233,41.945064]},n2818:{id:"n2818",loc:[-85.625229,41.944871]},n2819:{id:"n2819",loc:[-85.625066,41.944871]},n282:{id:"n282",loc:[-85.636726,41.942098]},n2820:{id:"n2820",loc:[-85.625024,41.944901]},n2821:{id:"n2821",loc:[-85.625025,41.944924]},n2822:{id:"n2822",loc:[-85.625087,41.944926]},n2823:{id:"n2823",loc:[-85.625349,41.944506]},n2824:{id:"n2824",loc:[-85.625347,41.944388]},n2825:{id:"n2825",loc:[-85.625152,41.94439]},n2826:{id:"n2826",loc:[-85.625152,41.944431]},n2827:{id:"n2827",loc:[-85.625134,41.944431]},n2828:{id:"n2828",loc:[-85.625136,41.944508]},n2829:{id:"n2829",loc:[-85.623236,41.946341]},n283:{id:"n283",loc:[-85.636708,41.942098]},n2830:{id:"n2830",loc:[-85.623241,41.946067]},n2831:{id:"n2831",loc:[-85.623207,41.946067]},n2832:{id:"n2832",loc:[-85.623212,41.945827]},n2833:{id:"n2833",loc:[-85.622981,41.945825]},n2834:{id:"n2834",loc:[-85.622976,41.946063]},n2835:{id:"n2835",loc:[-85.623006,41.946063]},n2836:{id:"n2836",loc:[-85.623002,41.946256]},n2837:{id:"n2837",loc:[-85.623075,41.946256]},n2838:{id:"n2838",loc:[-85.623074,41.946339]},n2839:{id:"n2839",loc:[-85.624574,41.951755]},n284:{id:"n284",loc:[-85.636708,41.942041]},n2840:{id:"n2840",loc:[-85.62498,41.951844]},n2841:{id:"n2841",loc:[-85.625086,41.95188]},n2842:{id:"n2842",loc:[-85.625135,41.951922]},n2843:{id:"n2843",loc:[-85.615273,41.945637]},n2844:{id:"n2844",loc:[-85.620172,41.945627]},n2845:{id:"n2845",loc:[-85.625167,41.951985]},n2846:{id:"n2846",loc:[-85.622741,41.947437]},n2847:{id:"n2847",loc:[-85.624907,41.947428]},n2848:{id:"n2848",loc:[-85.627046,41.940995]},n2849:{id:"n2849",loc:[-85.627295,41.941304]},n285:{id:"n285",loc:[-85.635618,41.941852]},n2850:{id:"n2850",loc:[-85.627352,41.94148]},n2851:{id:"n2851",loc:[-85.62737,41.942261]},n2852:{id:"n2852",loc:[-85.6264,41.942263]},n2853:{id:"n2853",loc:[-85.622769,41.949228]},n2854:{id:"n2854",loc:[-85.624937,41.949218]},n2855:{id:"n2855",loc:[-85.630001,41.944664]},n2856:{id:"n2856",loc:[-85.624873,41.942022]},n2857:{id:"n2857",loc:[-85.622761,41.948333]},n2858:{id:"n2858",loc:[-85.624924,41.948334]},n2859:{id:"n2859",loc:[-85.620051,41.94383]},n286:{id:"n286",loc:[-85.635621,41.94202]},n2860:{id:"n2860",loc:[-85.627629,41.946498]},n2861:{id:"n2861",loc:[-85.622757,41.950111]},n2862:{id:"n2862",loc:[-85.623685,41.954624]},n2863:{id:"n2863",loc:[-85.621459,41.944756]},n2864:{id:"n2864",loc:[-85.628637,41.944676]},n2865:{id:"n2865",loc:[-85.630125,41.944654]},n2866:{id:"n2866",loc:[-85.625196,41.952097]},n2867:{id:"n2867",loc:[-85.630257,41.944637]},n2868:{id:"n2868",loc:[-85.631247,41.944459]},n2869:{id:"n2869",loc:[-85.624867,41.94159]},n287:{id:"n287",loc:[-85.63524,41.942023]},n2870:{id:"n2870",loc:[-85.624958,41.950343]},n2871:{id:"n2871",loc:[-85.624948,41.950484]},n2872:{id:"n2872",loc:[-85.624813,41.950983]},n2873:{id:"n2873",loc:[-85.624723,41.951789]},n2874:{id:"n2874",loc:[-85.624262,41.9512]},n2875:{id:"n2875",loc:[-85.62414,41.951201]},n2876:{id:"n2876",loc:[-85.624139,41.95112]},n2877:{id:"n2877",loc:[-85.628481,41.945611]},n2878:{id:"n2878",loc:[-85.620072,41.946538]},n2879:{id:"n2879",loc:[-85.622763,41.95099]},n288:{id:"n288",loc:[-85.635237,41.941855]},n2880:{id:"n2880",loc:[-85.62814,41.946963]},n2881:{id:"n2881",loc:[-85.628245,41.947031]},n2882:{id:"n2882",loc:[-85.628331,41.947066]},n2883:{id:"n2883",loc:[-85.629722,41.944444],tags:{leisure:"park",name:"Scouter Park"}},n2884:{id:"n2884",loc:[-85.629977,41.943907]},n2885:{id:"n2885",loc:[-85.629947,41.943775]},n2886:{id:"n2886",loc:[-85.629899,41.943625]},n2887:{id:"n2887",loc:[-85.632286,41.944257]},n2888:{id:"n2888",loc:[-85.632523,41.944179]},n2889:{id:"n2889",loc:[-85.632141,41.944293]},n289:{id:"n289",loc:[-85.635568,41.940475]},n2890:{id:"n2890",loc:[-85.631571,41.9444]},n2891:{id:"n2891",loc:[-85.643236,41.941895]},n2892:{id:"n2892",loc:[-85.62865,41.945353]},n2893:{id:"n2893",loc:[-85.628594,41.945481]},n2894:{id:"n2894",loc:[-85.628581,41.947169]},n2895:{id:"n2895",loc:[-85.631843,41.943793]},n2896:{id:"n2896",loc:[-85.632299,41.943472]},n2897:{id:"n2897",loc:[-85.631519,41.944881]},n2898:{id:"n2898",loc:[-85.628429,41.947219]},n2899:{id:"n2899",loc:[-85.63145,41.945162]},n29:{id:"n29",loc:[-85.637963,41.944263]},n290:{id:"n290",loc:[-85.634584,41.940477]},n2900:{id:"n2900",loc:[-85.630939,41.945519]},n2901:{id:"n2901",loc:[-85.62903,41.945719]},n2902:{id:"n2902",loc:[-85.630521,41.945559]},n2903:{id:"n2903",loc:[-85.629294,41.945585]},n2904:{id:"n2904",loc:[-85.629845,41.945543]},n2905:{id:"n2905",loc:[-85.631497,41.944625]},n2906:{id:"n2906",loc:[-85.630281,41.945553]},n2907:{id:"n2907",loc:[-85.628553,41.946973]},n2908:{id:"n2908",loc:[-85.631383,41.945338]},n2909:{id:"n2909",loc:[-85.628843,41.946103]},n291:{id:"n291",loc:[-85.634583,41.940203]},n2910:{id:"n2910",loc:[-85.631193,41.945473]},n2911:{id:"n2911",loc:[-85.628897,41.945944]},n2912:{id:"n2912",loc:[-85.628789,41.946454]},n2913:{id:"n2913",loc:[-85.632548,41.944563]},n2914:{id:"n2914",loc:[-85.627527,41.944555]},n2915:{id:"n2915",loc:[-85.62752,41.943726]},n2916:{id:"n2916",loc:[-85.627894,41.943723]},n2917:{id:"n2917",loc:[-85.627897,41.943919]},n2918:{id:"n2918",loc:[-85.627991,41.943934]},n2919:{id:"n2919",loc:[-85.628082,41.943966]},n292:{id:"n292",loc:[-85.635567,41.940201]},n2920:{id:"n2920",loc:[-85.628177,41.944015]},n2921:{id:"n2921",loc:[-85.628193,41.944048]},n2922:{id:"n2922",loc:[-85.628167,41.944054]},n2923:{id:"n2923",loc:[-85.628193,41.944094]},n2924:{id:"n2924",loc:[-85.628213,41.944144]},n2925:{id:"n2925",loc:[-85.628214,41.944199]},n2926:{id:"n2926",loc:[-85.62833,41.944196]},n2927:{id:"n2927",loc:[-85.628328,41.944262]},n2928:{id:"n2928",loc:[-85.628173,41.944262]},n2929:{id:"n2929",loc:[-85.628171,41.944293]},n293:{id:"n293",loc:[-85.635816,41.942673],tags:{crossing:"zebra",highway:"crossing"}},n2930:{id:"n2930",loc:[-85.628039,41.944296]},n2931:{id:"n2931",loc:[-85.62804,41.944329]},n2932:{id:"n2932",loc:[-85.627829,41.944335]},n2933:{id:"n2933",loc:[-85.627835,41.94455]},n2936:{id:"n2936",loc:[-85.632823,41.945994]},n294:{id:"n294",loc:[-85.635696,41.942712]},n2940:{id:"n2940",loc:[-85.632192,41.945973]},n2941:{id:"n2941",loc:[-85.63226,41.94587]},n2942:{id:"n2942",loc:[-85.632721,41.946036]},n2943:{id:"n2943",loc:[-85.632641,41.946142]},n2944:{id:"n2944",loc:[-85.62937,41.947467]},n2945:{id:"n2945",loc:[-85.62959,41.942936]},n2946:{id:"n2946",loc:[-85.629551,41.94284]},n2947:{id:"n2947",loc:[-85.629501,41.942704]},n2948:{id:"n2948",loc:[-85.629472,41.942578]},n2949:{id:"n2949",loc:[-85.629361,41.941801]},n295:{id:"n295",loc:[-85.635679,41.941962]},n2950:{id:"n2950",loc:[-85.629339,41.941716]},n2951:{id:"n2951",loc:[-85.629315,41.94166]},n2952:{id:"n2952",loc:[-85.629279,41.941602]},n2953:{id:"n2953",loc:[-85.629227,41.941556]},n2954:{id:"n2954",loc:[-85.624261,41.95112]},n2955:{id:"n2955",loc:[-85.629153,41.941524]},n2956:{id:"n2956",loc:[-85.626904,41.941098]},n2957:{id:"n2957",loc:[-85.624588,41.951294]},n2958:{id:"n2958",loc:[-85.631844,41.942945]},n2959:{id:"n2959",loc:[-85.625854,41.949222]},n296:{id:"n296",loc:[-85.635672,41.941337]},n2960:{id:"n2960",loc:[-85.625146,41.955238]},n2961:{id:"n2961",loc:[-85.626745,41.948296]},n2962:{id:"n2962",loc:[-85.625721,41.95524]},n2963:{id:"n2963",loc:[-85.624706,41.952317]},n2964:{id:"n2964",loc:[-85.62609,41.956147]},n2965:{id:"n2965",loc:[-85.624401,41.954928]},n2966:{id:"n2966",loc:[-85.626558,41.955367]},n2967:{id:"n2967",loc:[-85.62468,41.955096]},n2968:{id:"n2968",loc:[-85.624159,41.953929]},n2969:{id:"n2969",loc:[-85.62506,41.951113]},n297:{id:"n297",loc:[-85.635658,41.941284]},n2970:{id:"n2970",loc:[-85.624942,41.951591]},n2971:{id:"n2971",loc:[-85.627399,41.947546]},n2972:{id:"n2972",loc:[-85.627695,41.947404]},n2973:{id:"n2973",loc:[-85.625925,41.94896]},n2974:{id:"n2974",loc:[-85.625725,41.950211]},n2975:{id:"n2975",loc:[-85.627008,41.947963]},n2976:{id:"n2976",loc:[-85.624373,41.953458]},n2977:{id:"n2977",loc:[-85.624137,41.954392]},n2978:{id:"n2978",loc:[-85.628257,41.947307]},n2979:{id:"n2979",loc:[-85.625281,41.95066]},n298:{id:"n298",loc:[-85.635602,41.941166]},n2980:{id:"n2980",loc:[-85.625865,41.949804]},n2981:{id:"n2981",loc:[-85.626508,41.955932]},n2982:{id:"n2982",loc:[-85.626333,41.955216]},n2983:{id:"n2983",loc:[-85.626637,41.955676]},n2984:{id:"n2984",loc:[-85.624223,41.954599]},n2985:{id:"n2985",loc:[-85.626219,41.948671]},n2986:{id:"n2986",loc:[-85.624556,41.953043]},n2987:{id:"n2987",loc:[-85.625598,41.956302]},n2988:{id:"n2988",loc:[-85.624571,41.952971]},n2989:{id:"n2989",loc:[-85.627141,41.940727]},n299:{id:"n299",loc:[-85.635598,41.941138]},n2990:{id:"n2990",loc:[-85.627102,41.939144]},n2991:{id:"n2991",loc:[-85.627127,41.940086]},n2992:{id:"n2992",loc:[-85.627116,41.940843]},n2993:{id:"n2993",loc:[-85.627132,41.9402]},n2994:{id:"n2994",loc:[-85.629734,41.940078]},n2995:{id:"n2995",loc:[-85.6276,41.937412]},n2996:{id:"n2996",loc:[-85.627451,41.937549]},n2997:{id:"n2997",loc:[-85.627375,41.937618]},n2998:{id:"n2998",loc:[-85.627278,41.937728]},n2999:{id:"n2999",loc:[-85.627199,41.937842]},n3:{id:"n3",loc:[-85.627345,41.953983]},n30:{id:"n30",loc:[-85.637882,41.944205]},n300:{id:"n300",loc:[-85.635614,41.941076]},n3000:{id:"n3000",loc:[-85.627141,41.937981]},n3001:{id:"n3001",loc:[-85.627109,41.938153]},n3002:{id:"n3002",loc:[-85.627101,41.938699]},n3003:{id:"n3003",loc:[-85.628311,41.942261]},n3004:{id:"n3004",loc:[-85.628439,41.940082]},n3005:{id:"n3005",loc:[-85.619538,41.942622],tags:{leisure:"slipway"}},n3006:{id:"n3006",loc:[-85.619872,41.942618]},n3007:{id:"n3007",loc:[-85.619755,41.942612]},n3008:{id:"n3008",loc:[-85.619647,41.942628]},n3009:{id:"n3009",loc:[-85.619415,41.942626]},n301:{id:"n301",loc:[-85.635659,41.940956]},n3010:{id:"n3010",loc:[-85.619212,41.942623]},n3011:{id:"n3011",loc:[-85.631485,41.942472]},n3012:{id:"n3012",loc:[-85.630986,41.941786]},n3013:{id:"n3013",loc:[-85.631797,41.942006]},n3014:{id:"n3014",loc:[-85.630972,41.941162]},n3015:{id:"n3015",loc:[-85.631396,41.941611],tags:{railway:"level_crossing"}},n3016:{id:"n3016",loc:[-85.631878,41.941545]},n3017:{id:"n3017",loc:[-85.630461,41.94055]},n3018:{id:"n3018",loc:[-85.629751,41.939539],tags:{railway:"level_crossing"}},n3019:{id:"n3019",loc:[-85.631663,41.941513]},n302:{id:"n302",loc:[-85.635666,41.940922]},n3020:{id:"n3020",loc:[-85.631328,41.941375]},n3021:{id:"n3021",loc:[-85.632554,41.941779]},n3022:{id:"n3022",loc:[-85.63245,41.941769]},n3023:{id:"n3023",loc:[-85.632475,41.941644]},n3024:{id:"n3024",loc:[-85.632581,41.941654]},n3025:{id:"n3025",loc:[-85.631957,41.941352]},n3026:{id:"n3026",loc:[-85.632293,41.941139]},n3027:{id:"n3027",loc:[-85.632315,41.941153]},n3028:{id:"n3028",loc:[-85.632302,41.941262]},n3029:{id:"n3029",loc:[-85.63237,41.941267]},n303:{id:"n303",loc:[-85.635667,41.940877]},n3030:{id:"n3030",loc:[-85.632356,41.941538]},n3031:{id:"n3031",loc:[-85.632134,41.941678]},n3032:{id:"n3032",loc:[-85.631942,41.941687]},n3033:{id:"n3033",loc:[-85.63203,41.941694]},n3034:{id:"n3034",loc:[-85.632166,41.941555]},n3035:{id:"n3035",loc:[-85.632412,41.941416]},n3036:{id:"n3036",loc:[-85.63248,41.941342]},n3037:{id:"n3037",loc:[-85.632502,41.941259]},n3038:{id:"n3038",loc:[-85.632453,41.941161]},n3039:{id:"n3039",loc:[-85.63235,41.941103]},n304:{id:"n304",loc:[-85.635668,41.940655]},n3040:{id:"n3040",loc:[-85.632236,41.941118]},n3041:{id:"n3041",loc:[-85.631894,41.941355]},n3042:{id:"n3042",loc:[-85.631859,41.941411]},n3043:{id:"n3043",loc:[-85.632011,41.941587]},n3044:{id:"n3044",loc:[-85.632446,41.941379]},n3045:{id:"n3045",loc:[-85.632511,41.941416]},n3046:{id:"n3046",loc:[-85.632545,41.941634]},n3047:{id:"n3047",loc:[-85.632612,41.94164]},n3048:{id:"n3048",loc:[-85.632595,41.942197]},n3049:{id:"n3049",loc:[-85.632565,41.942241]},n305:{id:"n305",loc:[-85.635628,41.940617]},n3050:{id:"n3050",loc:[-85.632515,41.942256]},n3051:{id:"n3051",loc:[-85.63245,41.94223]},n3052:{id:"n3052",loc:[-85.632401,41.942174]},n3053:{id:"n3053",loc:[-85.632391,41.942115]},n3054:{id:"n3054",loc:[-85.632029,41.941859]},n3055:{id:"n3055",loc:[-85.631828,41.941639]},n3056:{id:"n3056",loc:[-85.631829,41.941508]},n3057:{id:"n3057",loc:[-85.631281,41.94312]},n3058:{id:"n3058",loc:[-85.631421,41.943065]},n3059:{id:"n3059",loc:[-85.631339,41.942949]},n306:{id:"n306",loc:[-85.635623,41.940272]},n3060:{id:"n3060",loc:[-85.631199,41.943004]},n3061:{id:"n3061",loc:[-85.631102,41.942931]},n3062:{id:"n3062",loc:[-85.631009,41.942809]},n3063:{id:"n3063",loc:[-85.631383,41.94265]},n3064:{id:"n3064",loc:[-85.631477,41.942773]},n3065:{id:"n3065",loc:[-85.630638,41.942809]},n3066:{id:"n3066",loc:[-85.630738,41.942943]},n3067:{id:"n3067",loc:[-85.630841,41.9429]},n3068:{id:"n3068",loc:[-85.630741,41.942766]},n3069:{id:"n3069",loc:[-85.63054,41.942603]},n307:{id:"n307",loc:[-85.635651,41.940183]},n3070:{id:"n3070",loc:[-85.630498,41.942619]},n3071:{id:"n3071",loc:[-85.630567,41.942718]},n3072:{id:"n3072",loc:[-85.630616,41.942698]},n3073:{id:"n3073",loc:[-85.630642,41.94273]},n3074:{id:"n3074",loc:[-85.630686,41.942714]},n3075:{id:"n3075",loc:[-85.630715,41.942754]},n3076:{id:"n3076",loc:[-85.6309,41.942681]},n3077:{id:"n3077",loc:[-85.630843,41.942605]},n3078:{id:"n3078",loc:[-85.6309,41.942581]},n3079:{id:"n3079",loc:[-85.630832,41.942487]},n308:{id:"n308",loc:[-85.63577,41.940183],tags:{crossing:"zebra",highway:"crossing"}},n3080:{id:"n3080",loc:[-85.630773,41.942509]},n3081:{id:"n3081",loc:[-85.630718,41.942436]},n3082:{id:"n3082",loc:[-85.630485,41.942524]},n3083:{id:"n3083",loc:[-85.631468,41.941233]},n3084:{id:"n3084",loc:[-85.631334,41.94114]},n3085:{id:"n3085",loc:[-85.632052,41.940568]},n3086:{id:"n3086",loc:[-85.63219,41.940663]},n3087:{id:"n3087",loc:[-85.631323,41.940834]},n3088:{id:"n3088",loc:[-85.631122,41.941002]},n3089:{id:"n3089",loc:[-85.631321,41.941133]},n309:{id:"n309",loc:[-85.636939,41.942544]},n3090:{id:"n3090",loc:[-85.631521,41.940966]},n3091:{id:"n3091",loc:[-85.631103,41.940253]},n3092:{id:"n3092",loc:[-85.631226,41.940211]},n3093:{id:"n3093",loc:[-85.631597,41.940805]},n3094:{id:"n3094",loc:[-85.631474,41.940847]},n3095:{id:"n3095",loc:[-85.631811,41.940534]},n3096:{id:"n3096",loc:[-85.631588,41.94061]},n3097:{id:"n3097",loc:[-85.631438,41.940366]},n3098:{id:"n3098",loc:[-85.631661,41.94029]},n3099:{id:"n3099",loc:[-85.630621,41.940041]},n31:{id:"n31",loc:[-85.63827,41.944203]},n310:{id:"n310",loc:[-85.636323,41.942552]},n3100:{id:"n3100",loc:[-85.630436,41.939773]},n3101:{id:"n3101",loc:[-85.63059,41.939714]},n3102:{id:"n3102",loc:[-85.630775,41.939983]},n3103:{id:"n3103",loc:[-85.63047,41.940167]},n3104:{id:"n3104",loc:[-85.63013,41.939686]},n3105:{id:"n3105",loc:[-85.630302,41.939618]},n3106:{id:"n3106",loc:[-85.630641,41.9401]},n3107:{id:"n3107",loc:[-85.630966,41.940619]},n3108:{id:"n3108",loc:[-85.630874,41.940493]},n3109:{id:"n3109",loc:[-85.630933,41.940469]},n311:{id:"n311",loc:[-85.636257,41.942555]},n3110:{id:"n3110",loc:[-85.630763,41.940236]},n3111:{id:"n3111",loc:[-85.63088,41.940189]},n3112:{id:"n3112",loc:[-85.631142,41.940548]},n3113:{id:"n3113",loc:[-85.630958,41.940871]},n3114:{id:"n3114",loc:[-85.630874,41.940778]},n3115:{id:"n3115",loc:[-85.631062,41.940684]},n3116:{id:"n3116",loc:[-85.631146,41.940777]},n3117:{id:"n3117",loc:[-85.632031,41.940575]},n3118:{id:"n3118",loc:[-85.631777,41.940186]},n3119:{id:"n3119",loc:[-85.631346,41.940179]},n312:{id:"n312",loc:[-85.636208,41.942561]},n3120:{id:"n3120",loc:[-85.631342,41.94012]},n3121:{id:"n3121",loc:[-85.631831,41.940118]},n3122:{id:"n3122",loc:[-85.632115,41.940543]},n3123:{id:"n3123",loc:[-85.631031,41.941683]},n3124:{id:"n3124",loc:[-85.630981,41.941608]},n3125:{id:"n3125",loc:[-85.631209,41.941516]},n3126:{id:"n3126",loc:[-85.631264,41.941586]},n3127:{id:"n3127",loc:[-85.630938,41.94155]},n3128:{id:"n3128",loc:[-85.631156,41.941462]},n3129:{id:"n3129",loc:[-85.631197,41.94152]},n313:{id:"n313",loc:[-85.636159,41.942573]},n3130:{id:"n3130",loc:[-85.630895,41.941485]},n3131:{id:"n3131",loc:[-85.630824,41.941389]},n3132:{id:"n3132",loc:[-85.630986,41.941323]},n3133:{id:"n3133",loc:[-85.631057,41.941419]},n3134:{id:"n3134",loc:[-85.630777,41.941328]},n3135:{id:"n3135",loc:[-85.630907,41.941274]},n3136:{id:"n3136",loc:[-85.630953,41.941335]},n3137:{id:"n3137",loc:[-85.630797,41.941247]},n3138:{id:"n3138",loc:[-85.630701,41.94117]},n3139:{id:"n3139",loc:[-85.630829,41.941113]},n314:{id:"n314",loc:[-85.635743,41.942881]},n3140:{id:"n3140",loc:[-85.6309,41.941201]},n3141:{id:"n3141",loc:[-85.630765,41.941206]},n3142:{id:"n3142",loc:[-85.630739,41.941218]},n3143:{id:"n3143",loc:[-85.630582,41.941039]},n3144:{id:"n3144",loc:[-85.630412,41.940818]},n3145:{id:"n3145",loc:[-85.630509,41.940777]},n3146:{id:"n3146",loc:[-85.630678,41.941004]},n3147:{id:"n3147",loc:[-85.630773,41.942166]},n3148:{id:"n3148",loc:[-85.630708,41.942074]},n3149:{id:"n3149",loc:[-85.630863,41.942013]},n315:{id:"n315",loc:[-85.635452,41.942966]},n3150:{id:"n3150",loc:[-85.630928,41.942105]},n3151:{id:"n3151",loc:[-85.630701,41.942026]},n3152:{id:"n3152",loc:[-85.630665,41.941971]},n3153:{id:"n3153",loc:[-85.630793,41.941918]},n3154:{id:"n3154",loc:[-85.630837,41.94197]},n3155:{id:"n3155",loc:[-85.630757,41.941871]},n3156:{id:"n3156",loc:[-85.630629,41.941923]},n3157:{id:"n3157",loc:[-85.630694,41.941783]},n3158:{id:"n3158",loc:[-85.630534,41.941847]},n3159:{id:"n3159",loc:[-85.630598,41.941935]},n316:{id:"n316",loc:[-85.634911,41.943118]},n3160:{id:"n3160",loc:[-85.631548,41.93938]},n3161:{id:"n3161",loc:[-85.631525,41.939919]},n3162:{id:"n3162",loc:[-85.631648,41.940043]},n3163:{id:"n3163",loc:[-85.624586,41.951121]},n3164:{id:"n3164",loc:[-85.622139,41.952064]},n3165:{id:"n3165",loc:[-85.622141,41.952144]},n3166:{id:"n3166",loc:[-85.621977,41.952146]},n3167:{id:"n3167",loc:[-85.621978,41.952211]},n3168:{id:"n3168",loc:[-85.62191,41.952212]},n3169:{id:"n3169",loc:[-85.633628,41.935437]},n317:{id:"n317",loc:[-85.634743,41.943167]},n3170:{id:"n3170",loc:[-85.632849,41.935518]},n3171:{id:"n3171",loc:[-85.632376,41.93574]},n3172:{id:"n3172",loc:[-85.631517,41.935897]},n3173:{id:"n3173",loc:[-85.630433,41.936124]},n3174:{id:"n3174",loc:[-85.630207,41.936427]},n3175:{id:"n3175",loc:[-85.630346,41.936795]},n3176:{id:"n3176",loc:[-85.62996,41.936974]},n3177:{id:"n3177",loc:[-85.629916,41.937488]},n3178:{id:"n3178",loc:[-85.629946,41.937802]},n3179:{id:"n3179",loc:[-85.629977,41.937905]},n318:{id:"n318",loc:[-85.634401,41.94328]},n3180:{id:"n3180",loc:[-85.63016,41.937909]},n3181:{id:"n3181",loc:[-85.630804,41.937791]},n3182:{id:"n3182",loc:[-85.631688,41.937808]},n3183:{id:"n3183",loc:[-85.631685,41.938008]},n3184:{id:"n3184",loc:[-85.631845,41.938116]},n3185:{id:"n3185",loc:[-85.63207,41.938181]},n3186:{id:"n3186",loc:[-85.632143,41.938371]},n3187:{id:"n3187",loc:[-85.632056,41.938435]},n3188:{id:"n3188",loc:[-85.631787,41.938457]},n3189:{id:"n3189",loc:[-85.631657,41.938728]},n319:{id:"n319",loc:[-85.634345,41.943299]},n3190:{id:"n3190",loc:[-85.631595,41.93775]},n3191:{id:"n3191",loc:[-85.630264,41.937839]},n3192:{id:"n3192",loc:[-85.628591,41.948536]},n3193:{id:"n3193",loc:[-85.63205,41.951181]},n3194:{id:"n3194",loc:[-85.632034,41.949909]},n3195:{id:"n3195",loc:[-85.630841,41.951191]},n3196:{id:"n3196",loc:[-85.632083,41.9537]},n3197:{id:"n3197",loc:[-85.630929,41.959037]},n3198:{id:"n3198",loc:[-85.632151,41.959028]},n3199:{id:"n3199",loc:[-85.630911,41.957428]},n32:{id:"n32",loc:[-85.638273,41.944246]},n320:{id:"n320",loc:[-85.634287,41.943326]},n3200:{id:"n3200",loc:[-85.63213,41.957427]},n3201:{id:"n3201",loc:[-85.632072,41.952447]},n3202:{id:"n3202",loc:[-85.632095,41.954677]},n3203:{id:"n3203",loc:[-85.632111,41.955911]},n3204:{id:"n3204",loc:[-85.630855,41.952457]},n3205:{id:"n3205",loc:[-85.630869,41.953709]},n3206:{id:"n3206",loc:[-85.63088,41.954682]},n3207:{id:"n3207",loc:[-85.630894,41.955913]},n3208:{id:"n3208",loc:[-85.633214,41.948619]},n3209:{id:"n3209",loc:[-85.633253,41.951171]},n321:{id:"n321",loc:[-85.634233,41.943354]},n3210:{id:"n3210",loc:[-85.633234,41.949901]},n3211:{id:"n3211",loc:[-85.633922,41.948616]},n3212:{id:"n3212",loc:[-85.625188,41.947832]},n3213:{id:"n3213",loc:[-85.625208,41.947775]},n3214:{id:"n3214",loc:[-85.625229,41.94776]},n3215:{id:"n3215",loc:[-85.625201,41.947749]},n3216:{id:"n3216",loc:[-85.625168,41.947707]},n3217:{id:"n3217",loc:[-85.625171,41.947609]},n3218:{id:"n3218",loc:[-85.625213,41.947564]},n3219:{id:"n3219",loc:[-85.62529,41.94756]},n322:{id:"n322",loc:[-85.634099,41.943429]},n3220:{id:"n3220",loc:[-85.625303,41.947533]},n3221:{id:"n3221",loc:[-85.625344,41.947482]},n3222:{id:"n3222",loc:[-85.625442,41.947468]},n3223:{id:"n3223",loc:[-85.62565,41.947494]},n3224:{id:"n3224",loc:[-85.625726,41.947613]},n3225:{id:"n3225",loc:[-85.625703,41.947728]},n3226:{id:"n3226",loc:[-85.625534,41.94781]},n3227:{id:"n3227",loc:[-85.625391,41.947822]},n3228:{id:"n3228",loc:[-85.625304,41.947859]},n3229:{id:"n3229",loc:[-85.625203,41.947885]},n323:{id:"n323",loc:[-85.633958,41.943507],tags:{highway:"crossing"}},n3230:{id:"n3230",loc:[-85.624691,41.948659]},n3231:{id:"n3231",loc:[-85.624328,41.948661]},n3232:{id:"n3232",loc:[-85.624331,41.949046]},n3233:{id:"n3233",loc:[-85.624694,41.949045]},n3234:{id:"n3234",loc:[-85.623623,41.949606]},n3235:{id:"n3235",loc:[-85.623623,41.9497]},n3236:{id:"n3236",loc:[-85.623357,41.9497]},n3237:{id:"n3237",loc:[-85.623357,41.949614]},n3238:{id:"n3238",loc:[-85.623974,41.949429]},n3239:{id:"n3239",loc:[-85.623974,41.949605]},n324:{id:"n324",loc:[-85.633698,41.943651],tags:{railway:"crossing"}},n3240:{id:"n3240",loc:[-85.624501,41.951226]},n3241:{id:"n3241",loc:[-85.624501,41.951123]},n3242:{id:"n3242",loc:[-85.624319,41.951123]},n3243:{id:"n3243",loc:[-85.624319,41.951226]},n3244:{id:"n3244",loc:[-85.624121,41.950866]},n3245:{id:"n3245",loc:[-85.624115,41.950525]},n3246:{id:"n3246",loc:[-85.624315,41.950523]},n3247:{id:"n3247",loc:[-85.62432,41.950865]},n3248:{id:"n3248",loc:[-85.624393,41.950867]},n3249:{id:"n3249",loc:[-85.62439,41.950596]},n325:{id:"n325",loc:[-85.633508,41.943757]},n3250:{id:"n3250",loc:[-85.624673,41.950594]},n3251:{id:"n3251",loc:[-85.624675,41.95082]},n3252:{id:"n3252",loc:[-85.62451,41.950821]},n3253:{id:"n3253",loc:[-85.62451,41.950866]},n3254:{id:"n3254",loc:[-85.624101,41.949346]},n3255:{id:"n3255",loc:[-85.624244,41.949346]},n3256:{id:"n3256",loc:[-85.624244,41.949368]},n3257:{id:"n3257",loc:[-85.62434,41.949368]},n3258:{id:"n3258",loc:[-85.624342,41.949351]},n3259:{id:"n3259",loc:[-85.624725,41.949348]},n326:{id:"n326",loc:[-85.634839,41.942974]},n3260:{id:"n3260",loc:[-85.624755,41.950495]},n3261:{id:"n3261",loc:[-85.624121,41.950502]},n3262:{id:"n3262",loc:[-85.625453,41.950163]},n3263:{id:"n3263",loc:[-85.625454,41.949976]},n3264:{id:"n3264",loc:[-85.625549,41.949977]},n3265:{id:"n3265",loc:[-85.62555,41.949833]},n3266:{id:"n3266",loc:[-85.625577,41.949833]},n3267:{id:"n3267",loc:[-85.625578,41.949656]},n3268:{id:"n3268",loc:[-85.625195,41.949655]},n3269:{id:"n3269",loc:[-85.625192,41.950162]},n327:{id:"n327",loc:[-85.634657,41.943028]},n3270:{id:"n3270",loc:[-85.622992,41.949614]},n3271:{id:"n3271",loc:[-85.622991,41.949431]},n3272:{id:"n3272",loc:[-85.620103,41.951]},n3273:{id:"n3273",loc:[-85.605644,41.947468]},n3274:{id:"n3274",loc:[-85.617421,41.947457]},n3275:{id:"n3275",loc:[-85.620078,41.947444]},n3276:{id:"n3276",loc:[-85.620087,41.94924]},n3277:{id:"n3277",loc:[-85.62156,41.948333]},n3278:{id:"n3278",loc:[-85.620106,41.950132]},n3279:{id:"n3279",loc:[-85.637412,41.951136]},n328:{id:"n328",loc:[-85.634222,41.943152]},n3280:{id:"n3280",loc:[-85.635429,41.948608]},n3281:{id:"n3281",loc:[-85.635047,41.947788]},n3282:{id:"n3282",loc:[-85.635048,41.947796]},n3283:{id:"n3283",loc:[-85.635002,41.947797]},n3284:{id:"n3284",loc:[-85.635002,41.947788]},n3285:{id:"n3285",loc:[-85.634914,41.94779]},n3286:{id:"n3286",loc:[-85.634913,41.947753]},n3287:{id:"n3287",loc:[-85.63494,41.947753]},n3288:{id:"n3288",loc:[-85.634938,41.947708]},n3289:{id:"n3289",loc:[-85.635124,41.947705]},n329:{id:"n329",loc:[-85.634099,41.943202]},n3290:{id:"n3290",loc:[-85.635126,41.947787]},n3291:{id:"n3291",loc:[-85.634972,41.947599]},n3292:{id:"n3292",loc:[-85.634921,41.9476]},n3293:{id:"n3293",loc:[-85.63485,41.947546]},n3294:{id:"n3294",loc:[-85.63485,41.947508]},n3295:{id:"n3295",loc:[-85.634924,41.947457]},n3296:{id:"n3296",loc:[-85.634967,41.947456]},n3297:{id:"n3297",loc:[-85.635041,41.947512]},n3298:{id:"n3298",loc:[-85.635041,41.947542]},n3299:{id:"n3299",loc:[-85.634244,41.947839]},n33:{id:"n33",loc:[-85.638257,41.944188]},n330:{id:"n330",loc:[-85.634093,41.943138]},n3300:{id:"n3300",loc:[-85.634243,41.947793]},n3301:{id:"n3301",loc:[-85.634244,41.947686]},n3302:{id:"n3302",loc:[-85.634243,41.947657]},n3303:{id:"n3303",loc:[-85.634462,41.947653]},n3304:{id:"n3304",loc:[-85.634468,41.947835]},n3305:{id:"n3305",loc:[-85.634416,41.948006]},n3306:{id:"n3306",loc:[-85.634415,41.947898]},n3307:{id:"n3307",loc:[-85.634275,41.947899]},n3308:{id:"n3308",loc:[-85.634275,41.947927]},n3309:{id:"n3309",loc:[-85.63425,41.947927]},n331:{id:"n331",loc:[-85.633938,41.943291]},n3310:{id:"n3310",loc:[-85.63425,41.947976]},n3311:{id:"n3311",loc:[-85.634274,41.947976]},n3312:{id:"n3312",loc:[-85.634275,41.948007]},n3313:{id:"n3313",loc:[-85.634342,41.947635]},n3314:{id:"n3314",loc:[-85.634339,41.947497]},n3315:{id:"n3315",loc:[-85.634313,41.94748]},n3316:{id:"n3316",loc:[-85.634287,41.947474]},n3317:{id:"n3317",loc:[-85.63498,41.94815]},n3318:{id:"n3318",loc:[-85.634891,41.94815]},n3319:{id:"n3319",loc:[-85.634892,41.948169]},n332:{id:"n332",loc:[-85.633535,41.943511],tags:{railway:"crossing"}},n3320:{id:"n3320",loc:[-85.634852,41.948169]},n3321:{id:"n3321",loc:[-85.634853,41.948268]},n3322:{id:"n3322",loc:[-85.634832,41.948268]},n3323:{id:"n3323",loc:[-85.634832,41.948296]},n3324:{id:"n3324",loc:[-85.634965,41.948295]},n3325:{id:"n3325",loc:[-85.634966,41.948321]},n3326:{id:"n3326",loc:[-85.634999,41.948321]},n3327:{id:"n3327",loc:[-85.634999,41.948295]},n3328:{id:"n3328",loc:[-85.635175,41.948293]},n3329:{id:"n3329",loc:[-85.635175,41.948262]},n333:{id:"n333",loc:[-85.63339,41.943596]},n3330:{id:"n3330",loc:[-85.635159,41.948262]},n3331:{id:"n3331",loc:[-85.635158,41.948152]},n3332:{id:"n3332",loc:[-85.635067,41.948152]},n3333:{id:"n3333",loc:[-85.635065,41.947966]},n3334:{id:"n3334",loc:[-85.634979,41.947966]},n3335:{id:"n3335",loc:[-85.634307,41.948326]},n3336:{id:"n3336",loc:[-85.634305,41.948298]},n3337:{id:"n3337",loc:[-85.634331,41.948055]},n3338:{id:"n3338",loc:[-85.634331,41.948046]},n3339:{id:"n3339",loc:[-85.634435,41.948047]},n334:{id:"n334",loc:[-85.632842,41.943895]},n3340:{id:"n3340",loc:[-85.634434,41.948375]},n3341:{id:"n3341",loc:[-85.634463,41.948373]},n3342:{id:"n3342",loc:[-85.634464,41.948456]},n3343:{id:"n3343",loc:[-85.63443,41.948457]},n3344:{id:"n3344",loc:[-85.634432,41.948505]},n3345:{id:"n3345",loc:[-85.637386,41.94906]},n3346:{id:"n3346",loc:[-85.637113,41.9486]},n3347:{id:"n3347",loc:[-85.635448,41.949424]},n335:{id:"n335",loc:[-85.633856,41.943315]},n3352:{id:"n3352",loc:[-85.635457,41.949787]},n3353:{id:"n3353",loc:[-85.635459,41.949886]},n336:{id:"n336",loc:[-85.633697,41.943405]},n337:{id:"n337",loc:[-85.63347,41.943181]},n3372:{id:"n3372",loc:[-85.634423,41.950964]},n3373:{id:"n3373",loc:[-85.634424,41.95074]},n3374:{id:"n3374",loc:[-85.634394,41.950284]},n3375:{id:"n3375",loc:[-85.634398,41.950626]},n3376:{id:"n3376",loc:[-85.63452,41.951063]},n3377:{id:"n3377",loc:[-85.634511,41.949977]},n3378:{id:"n3378",loc:[-85.637409,41.949873]},n3379:{id:"n3379",loc:[-85.634824,41.94996]},n338:{id:"n338",loc:[-85.633597,41.943109]},n3380:{id:"n3380",loc:[-85.635437,41.949954]},n3381:{id:"n3381",loc:[-85.634844,41.951064]},n3382:{id:"n3382",loc:[-85.635458,41.951058]},n3383:{id:"n3383",loc:[-85.633921,41.947333]},n3384:{id:"n3384",loc:[-85.634208,41.947793]},n3385:{id:"n3385",loc:[-85.634204,41.947687]},n3386:{id:"n3386",loc:[-85.63424,41.947475]},n3387:{id:"n3387",loc:[-85.63424,41.947635]},n3388:{id:"n3388",loc:[-85.634089,41.948328]},n3389:{id:"n3389",loc:[-85.63424,41.948299]},n339:{id:"n339",loc:[-85.633673,41.943184]},n3390:{id:"n3390",loc:[-85.634239,41.948212]},n3391:{id:"n3391",loc:[-85.634086,41.948214]},n3392:{id:"n3392",loc:[-85.63408,41.948056]},n3393:{id:"n3393",loc:[-85.634093,41.948506]},n3394:{id:"n3394",loc:[-85.64344,41.941866]},n3395:{id:"n3395",loc:[-85.63378,41.95099]},n3396:{id:"n3396",loc:[-85.633779,41.950967]},n3397:{id:"n3397",loc:[-85.63375,41.950746]},n3398:{id:"n3398",loc:[-85.63375,41.950697]},n3399:{id:"n3399",loc:[-85.633903,41.950696]},n34:{id:"n34",loc:[-85.638176,41.944312]},n340:{id:"n340",loc:[-85.633714,41.94316]},n3400:{id:"n3400",loc:[-85.633901,41.950436]},n3401:{id:"n3401",loc:[-85.633492,41.950438]},n3402:{id:"n3402",loc:[-85.633494,41.950756]},n3403:{id:"n3403",loc:[-85.633454,41.950756]},n3404:{id:"n3404",loc:[-85.633456,41.950992]},n3405:{id:"n3405",loc:[-85.633994,41.950284]},n3406:{id:"n3406",loc:[-85.633998,41.950628]},n3407:{id:"n3407",loc:[-85.633364,41.951068]},n3408:{id:"n3408",loc:[-85.633356,41.949982]},n3409:{id:"n3409",loc:[-85.643327,41.941903]},n341:{id:"n341",loc:[-85.633811,41.943256]},n3410:{id:"n3410",loc:[-85.633292,41.953691]},n3411:{id:"n3411",loc:[-85.637432,41.952399]},n3412:{id:"n3412",loc:[-85.633349,41.957422]},n3413:{id:"n3413",loc:[-85.633326,41.955909]},n3414:{id:"n3414",loc:[-85.633307,41.954673]},n3415:{id:"n3415",loc:[-85.633273,41.952436]},n3416:{id:"n3416",loc:[-85.633361,41.95823],tags:{highway:"turning_circle"}},n3417:{id:"n3417",loc:[-85.619899,41.945527]},n3418:{id:"n3418",loc:[-85.643422,41.941946]},n3419:{id:"n3419",loc:[-85.643505,41.942033]},n342:{id:"n342",loc:[-85.633801,41.943261]},n3420:{id:"n3420",loc:[-85.620088,41.945571]},n3421:{id:"n3421",loc:[-85.620051,41.945505]},n3422:{id:"n3422",loc:[-85.62001,41.94541]},n3423:{id:"n3423",loc:[-85.620982,41.944742]},n3424:{id:"n3424",loc:[-85.621305,41.944782]},n3425:{id:"n3425",loc:[-85.621174,41.944819]},n3426:{id:"n3426",loc:[-85.621029,41.944871]},n3427:{id:"n3427",loc:[-85.620741,41.945011]},n3428:{id:"n3428",loc:[-85.620616,41.945085]},n3429:{id:"n3429",loc:[-85.620506,41.945172]},n343:{id:"n343",loc:[-85.63374,41.943514]},n3430:{id:"n3430",loc:[-85.620394,41.945273]},n3431:{id:"n3431",loc:[-85.620316,41.94536]},n3432:{id:"n3432",loc:[-85.620257,41.945452]},n3433:{id:"n3433",loc:[-85.620212,41.945535]},n3434:{id:"n3434",loc:[-85.620101,41.945811]},n3435:{id:"n3435",loc:[-85.620081,41.945937]},n3436:{id:"n3436",loc:[-85.619899,41.943718]},n3437:{id:"n3437",loc:[-85.619969,41.943211]},n3438:{id:"n3438",loc:[-85.619894,41.943292]},n3439:{id:"n3439",loc:[-85.620047,41.944738]},n344:{id:"n344",loc:[-85.633665,41.943441]},n3440:{id:"n3440",loc:[-85.620226,41.946088]},n3441:{id:"n3441",loc:[-85.620225,41.945864]},n3442:{id:"n3442",loc:[-85.620518,41.945863]},n3443:{id:"n3443",loc:[-85.620519,41.945944]},n3444:{id:"n3444",loc:[-85.620388,41.945944]},n3445:{id:"n3445",loc:[-85.620389,41.946088]},n3446:{id:"n3446",loc:[-85.618405,41.946566]},n3447:{id:"n3447",loc:[-85.619156,41.946562]},n3448:{id:"n3448",loc:[-85.619154,41.946319]},n3449:{id:"n3449",loc:[-85.618736,41.946322]},n345:{id:"n345",loc:[-85.633162,41.942947]},n3450:{id:"n3450",loc:[-85.618733,41.94612]},n3451:{id:"n3451",loc:[-85.619317,41.946116]},n3452:{id:"n3452",loc:[-85.619316,41.946023]},n3453:{id:"n3453",loc:[-85.619622,41.946021]},n3454:{id:"n3454",loc:[-85.619624,41.946171]},n3455:{id:"n3455",loc:[-85.61977,41.94617]},n3456:{id:"n3456",loc:[-85.619769,41.94602]},n3457:{id:"n3457",loc:[-85.619732,41.94602]},n3458:{id:"n3458",loc:[-85.619731,41.945856]},n3459:{id:"n3459",loc:[-85.619617,41.945857]},n346:{id:"n346",loc:[-85.633598,41.943083]},n3460:{id:"n3460",loc:[-85.619616,41.945776]},n3461:{id:"n3461",loc:[-85.619447,41.945777]},n3462:{id:"n3462",loc:[-85.619415,41.945778]},n3463:{id:"n3463",loc:[-85.618378,41.945788]},n3464:{id:"n3464",loc:[-85.618384,41.946132]},n3465:{id:"n3465",loc:[-85.618503,41.94613]},n3466:{id:"n3466",loc:[-85.618506,41.946319]},n3467:{id:"n3467",loc:[-85.6184,41.94632]},n3468:{id:"n3468",loc:[-85.618248,41.946416]},n3469:{id:"n3469",loc:[-85.618247,41.946319]},n347:{id:"n347",loc:[-85.63343,41.943179]},n3470:{id:"n3470",loc:[-85.618039,41.946321]},n3471:{id:"n3471",loc:[-85.61804,41.946418]},n3472:{id:"n3472",loc:[-85.620118,41.951895]},n3473:{id:"n3473",loc:[-85.617075,41.95469]},n3474:{id:"n3474",loc:[-85.620107,41.952113]},n3475:{id:"n3475",loc:[-85.620091,41.95232]},n3476:{id:"n3476",loc:[-85.620047,41.952505]},n3477:{id:"n3477",loc:[-85.61998,41.952715]},n3478:{id:"n3478",loc:[-85.619861,41.952986]},n3479:{id:"n3479",loc:[-85.619622,41.953365]},n348:{id:"n348",loc:[-85.633669,41.94341]},n3480:{id:"n3480",loc:[-85.619441,41.953567]},n3481:{id:"n3481",loc:[-85.619259,41.953741]},n3482:{id:"n3482",loc:[-85.618835,41.954056]},n3483:{id:"n3483",loc:[-85.618602,41.954194]},n3484:{id:"n3484",loc:[-85.618305,41.954347]},n3485:{id:"n3485",loc:[-85.618006,41.954466]},n3486:{id:"n3486",loc:[-85.617611,41.954587]},n3487:{id:"n3487",loc:[-85.615094,41.943412]},n3488:{id:"n3488",loc:[-85.619337,41.943025]},n3489:{id:"n3489",loc:[-85.610477,41.945527]},n349:{id:"n349",loc:[-85.633566,41.943466]},n3490:{id:"n3490",loc:[-85.610477,41.943718]},n3491:{id:"n3491",loc:[-85.619804,41.942976]},n3492:{id:"n3492",loc:[-85.61921,41.942672]},n3493:{id:"n3493",loc:[-85.619862,41.942836]},n3494:{id:"n3494",loc:[-85.616326,41.942769]},n3495:{id:"n3495",loc:[-85.617953,41.942917]},n3496:{id:"n3496",loc:[-85.61972,41.942728]},n3497:{id:"n3497",loc:[-85.61944,41.942784]},n3498:{id:"n3498",loc:[-85.615323,41.942841]},n3499:{id:"n3499",loc:[-85.612923,41.943718]},n35:{id:"n35",loc:[-85.637928,41.944249]},n350:{id:"n350",loc:[-85.633031,41.942986]},n3500:{id:"n3500",loc:[-85.61958,41.942756]},n3501:{id:"n3501",loc:[-85.619643,41.942647],tags:{leisure:"fishing"}},n3502:{id:"n3502",loc:[-85.619935,41.942962]},n3503:{id:"n3503",loc:[-85.629677,41.954687]},n3504:{id:"n3504",loc:[-85.629083,41.953722]},n3505:{id:"n3505",loc:[-85.621907,41.952067]},n3506:{id:"n3506",loc:[-85.621788,41.952058]},n3507:{id:"n3507",loc:[-85.629665,41.953718]},n3508:{id:"n3508",loc:[-85.624454,41.954707]},n3509:{id:"n3509",loc:[-85.634609,41.954585]},n351:{id:"n351",loc:[-85.633238,41.94283]},n3510:{id:"n3510",loc:[-85.634595,41.953772]},n3511:{id:"n3511",loc:[-85.633425,41.953783]},n3512:{id:"n3512",loc:[-85.633439,41.954596]},n3517:{id:"n3517",loc:[-85.621789,41.952179]},n3518:{id:"n3518",loc:[-85.624105,41.954704]},n3519:{id:"n3519",loc:[-85.623306,41.954542]},n352:{id:"n352",loc:[-85.633173,41.943556]},n3520:{id:"n3520",loc:[-85.623123,41.954502]},n3521:{id:"n3521",loc:[-85.622965,41.954473]},n3522:{id:"n3522",loc:[-85.622822,41.954455]},n3523:{id:"n3523",loc:[-85.62269,41.954448]},n3524:{id:"n3524",loc:[-85.622388,41.954467]},n3525:{id:"n3525",loc:[-85.62403,41.954895]},n3526:{id:"n3526",loc:[-85.623579,41.954855]},n3527:{id:"n3527",loc:[-85.623836,41.954951]},n3528:{id:"n3528",loc:[-85.622473,41.954592]},n3529:{id:"n3529",loc:[-85.622753,41.95458]},n353:{id:"n353",loc:[-85.633127,41.943552]},n3530:{id:"n3530",loc:[-85.62404,41.955078]},n3531:{id:"n3531",loc:[-85.624126,41.954999]},n3532:{id:"n3532",loc:[-85.623171,41.954687]},n3533:{id:"n3533",loc:[-85.624276,41.955206]},n3534:{id:"n3534",loc:[-85.62491,41.952801]},n3535:{id:"n3535",loc:[-85.625186,41.952756]},n3536:{id:"n3536",loc:[-85.625552,41.952792]},n3537:{id:"n3537",loc:[-85.626001,41.952948]},n3538:{id:"n3538",loc:[-85.626528,41.952984]},n3539:{id:"n3539",loc:[-85.626942,41.952886]},n354:{id:"n354",loc:[-85.632745,41.943222]},n3540:{id:"n3540",loc:[-85.627092,41.952685]},n3541:{id:"n3541",loc:[-85.627212,41.95244]},n3542:{id:"n3542",loc:[-85.627158,41.952226]},n3543:{id:"n3543",loc:[-85.627002,41.951972]},n3544:{id:"n3544",loc:[-85.626822,41.951838]},n3545:{id:"n3545",loc:[-85.626528,41.951807]},n3546:{id:"n3546",loc:[-85.625653,41.951852]},n3547:{id:"n3547",loc:[-85.625348,41.951834]},n3548:{id:"n3548",loc:[-85.625114,41.951767]},n3549:{id:"n3549",loc:[-85.620627,41.954682]},n355:{id:"n355",loc:[-85.632756,41.943199]},n3550:{id:"n3550",loc:[-85.622758,41.951884]},n3551:{id:"n3551",loc:[-85.618135,41.954734]},n3552:{id:"n3552",loc:[-85.620229,41.95472]},n3553:{id:"n3553",loc:[-85.624491,41.955573]},n3554:{id:"n3554",loc:[-85.621792,41.958314]},n3555:{id:"n3555",loc:[-85.623395,41.960001]},n3556:{id:"n3556",loc:[-85.620461,41.956212]},n3557:{id:"n3557",loc:[-85.62109,41.956766]},n3558:{id:"n3558",loc:[-85.620246,41.956224]},n3559:{id:"n3559",loc:[-85.625017,41.956068]},n356:{id:"n356",loc:[-85.632855,41.943147]},n3560:{id:"n3560",loc:[-85.622795,41.959702]},n3561:{id:"n3561",loc:[-85.621573,41.958457]},n3562:{id:"n3562",loc:[-85.619631,41.9573]},n3563:{id:"n3563",loc:[-85.62095,41.956311]},n3564:{id:"n3564",loc:[-85.619694,41.957408]},n3565:{id:"n3565",loc:[-85.621079,41.957751]},n3566:{id:"n3566",loc:[-85.622426,41.961142]},n3567:{id:"n3567",loc:[-85.623251,41.960484]},n3568:{id:"n3568",loc:[-85.619084,41.956291]},n3569:{id:"n3569",loc:[-85.622227,41.959303]},n357:{id:"n357",loc:[-85.632888,41.94315]},n3570:{id:"n3570",loc:[-85.620976,41.959104]},n3571:{id:"n3571",loc:[-85.621208,41.95653]},n3572:{id:"n3572",loc:[-85.623531,41.95951]},n3573:{id:"n3573",loc:[-85.623556,41.957935]},n3574:{id:"n3574",loc:[-85.623037,41.95746]},n3575:{id:"n3575",loc:[-85.621175,41.956427]},n3576:{id:"n3576",loc:[-85.622651,41.960109]},n3577:{id:"n3577",loc:[-85.621803,41.960747]},n3578:{id:"n3578",loc:[-85.620791,41.961874]},n3579:{id:"n3579",loc:[-85.625295,41.956786]},n358:{id:"n358",loc:[-85.633232,41.943547]},n3580:{id:"n3580",loc:[-85.619662,41.956894]},n3581:{id:"n3581",loc:[-85.622442,41.958708]},n3582:{id:"n3582",loc:[-85.621744,41.955864]},n3583:{id:"n3583",loc:[-85.621336,41.959212]},n3584:{id:"n3584",loc:[-85.622801,41.957304]},n3585:{id:"n3585",loc:[-85.619973,41.957433]},n3586:{id:"n3586",loc:[-85.619556,41.955717]},n3587:{id:"n3587",loc:[-85.622978,41.958601]},n3588:{id:"n3588",loc:[-85.625396,41.956264]},n3589:{id:"n3589",loc:[-85.623525,41.958034]},n359:{id:"n359",loc:[-85.633302,41.94351]},n3590:{id:"n3590",loc:[-85.623299,41.959631]},n3591:{id:"n3591",loc:[-85.622678,41.959873]},n3592:{id:"n3592",loc:[-85.625553,41.956179]},n3593:{id:"n3593",loc:[-85.623557,41.959231]},n3594:{id:"n3594",loc:[-85.622843,41.957373]},n3595:{id:"n3595",loc:[-85.619378,41.955677]},n3596:{id:"n3596",loc:[-85.620092,41.955425]},n3597:{id:"n3597",loc:[-85.622666,41.96044]},n3598:{id:"n3598",loc:[-85.621996,41.960256]},n3599:{id:"n3599",loc:[-85.623273,41.959997]},n36:{id:"n36",loc:[-85.637894,41.945551]},n360:{id:"n360",loc:[-85.633442,41.943794],tags:{highway:"crossing"}},n3600:{id:"n3600",loc:[-85.62477,41.95689]},n3601:{id:"n3601",loc:[-85.621641,41.955015]},n3602:{id:"n3602",loc:[-85.622495,41.960392]},n3603:{id:"n3603",loc:[-85.61918,41.955565]},n3604:{id:"n3604",loc:[-85.620017,41.955505]},n3605:{id:"n3605",loc:[-85.621739,41.956315]},n3606:{id:"n3606",loc:[-85.622957,41.959837]},n3607:{id:"n3607",loc:[-85.620912,41.960919]},n3608:{id:"n3608",loc:[-85.625231,41.956235]},n3609:{id:"n3609",loc:[-85.620976,41.961868]},n361:{id:"n361",loc:[-85.633381,41.94383]},n3610:{id:"n3610",loc:[-85.620956,41.958908]},n3611:{id:"n3611",loc:[-85.619035,41.956139]},n3612:{id:"n3612",loc:[-85.623643,41.958669]},n3613:{id:"n3613",loc:[-85.61949,41.956539]},n3614:{id:"n3614",loc:[-85.621927,41.958242]},n3615:{id:"n3615",loc:[-85.620826,41.955721]},n3616:{id:"n3616",loc:[-85.621202,41.961321]},n3617:{id:"n3617",loc:[-85.624877,41.95594]},n3618:{id:"n3618",loc:[-85.62065,41.958369]},n3619:{id:"n3619",loc:[-85.621524,41.956279]},n362:{id:"n362",loc:[-85.632977,41.944053]},n3620:{id:"n3620",loc:[-85.624662,41.955932]},n3621:{id:"n3621",loc:[-85.623048,41.958509]},n3622:{id:"n3622",loc:[-85.62111,41.95754]},n3623:{id:"n3623",loc:[-85.621508,41.954847]},n3624:{id:"n3624",loc:[-85.620655,41.958601]},n3625:{id:"n3625",loc:[-85.62154,41.954971]},n3626:{id:"n3626",loc:[-85.621691,41.955521]},n3627:{id:"n3627",loc:[-85.62154,41.954739]},n3628:{id:"n3628",loc:[-85.621996,41.959913]},n3629:{id:"n3629",loc:[-85.622286,41.960699]},n363:{id:"n363",loc:[-85.632915,41.943981],tags:{crossing:"zebra",highway:"crossing"}},n3630:{id:"n3630",loc:[-85.622844,41.9572]},n3631:{id:"n3631",loc:[-85.620252,41.955446]},n3632:{id:"n3632",loc:[-85.623434,41.957528]},n3633:{id:"n3633",loc:[-85.623429,41.956858]},n3634:{id:"n3634",loc:[-85.622957,41.957137]},n3635:{id:"n3635",loc:[-85.622554,41.959027]},n3636:{id:"n3636",loc:[-85.623289,41.958314]},n3637:{id:"n3637",loc:[-85.622977,41.960855]},n3638:{id:"n3638",loc:[-85.624008,41.956953]},n3639:{id:"n3639",loc:[-85.621278,41.960855]},n364:{id:"n364",loc:[-85.632724,41.943969],tags:{crossing:"zebra",highway:"crossing"}},n3640:{id:"n3640",loc:[-85.623128,41.956993]},n3641:{id:"n3641",loc:[-85.622452,41.959183]},n3642:{id:"n3642",loc:[-85.621095,41.961082]},n3643:{id:"n3643",loc:[-85.622011,41.960544]},n3644:{id:"n3644",loc:[-85.621637,41.955385]},n3645:{id:"n3645",loc:[-85.620999,41.959271]},n3646:{id:"n3646",loc:[-85.620044,41.956347]},n3647:{id:"n3647",loc:[-85.621936,41.959682]},n3648:{id:"n3648",loc:[-85.623761,41.95685]},n3649:{id:"n3649",loc:[-85.621239,41.959343]},n365:{id:"n365",loc:[-85.632621,41.944034]},n3650:{id:"n3650",loc:[-85.621073,41.956012]},n3651:{id:"n3651",loc:[-85.621271,41.956184]},n3652:{id:"n3652",loc:[-85.623444,41.95778]},n3653:{id:"n3653",loc:[-85.62125,41.96186]},n3654:{id:"n3654",loc:[-85.62169,41.961059]},n3655:{id:"n3655",loc:[-85.620012,41.955637]},n3656:{id:"n3656",loc:[-85.621058,41.9573]},n3657:{id:"n3657",loc:[-85.621138,41.957663]},n3658:{id:"n3658",loc:[-85.620773,41.957895]},n3659:{id:"n3659",loc:[-85.62007,41.957157]},n366:{id:"n366",loc:[-85.632684,41.944109],tags:{crossing:"zebra",highway:"crossing"}},n3660:{id:"n3660",loc:[-85.624534,41.955844]},n3661:{id:"n3661",loc:[-85.621932,41.960807]},n3662:{id:"n3662",loc:[-85.623358,41.958138]},n3663:{id:"n3663",loc:[-85.620456,41.955514]},n3664:{id:"n3664",loc:[-85.623504,41.957607]},n3665:{id:"n3665",loc:[-85.621444,41.960751]},n3666:{id:"n3666",loc:[-85.623492,41.960213]},n3667:{id:"n3667",loc:[-85.621669,41.954655]},n3668:{id:"n3668",loc:[-85.623106,41.958685]},n3669:{id:"n3669",loc:[-85.620922,41.957867]},n367:{id:"n367",loc:[-85.632738,41.944172]},n3670:{id:"n3670",loc:[-85.620092,41.957296]},n3671:{id:"n3671",loc:[-85.621669,41.955222]},n3672:{id:"n3672",loc:[-85.621614,41.960967]},n3673:{id:"n3673",loc:[-85.621691,41.955732]},n3674:{id:"n3674",loc:[-85.619207,41.956419]},n3675:{id:"n3675",loc:[-85.621116,41.956603]},n3676:{id:"n3676",loc:[-85.623311,41.956929]},n3677:{id:"n3677",loc:[-85.625671,41.956499]},n3678:{id:"n3678",loc:[-85.623525,41.956738]},n3679:{id:"n3679",loc:[-85.625381,41.956634]},n368:{id:"n368",loc:[-85.63287,41.944135],tags:{crossing:"zebra",highway:"crossing"}},n3680:{id:"n3680",loc:[-85.620096,41.95677]},n3681:{id:"n3681",loc:[-85.623803,41.958745]},n3682:{id:"n3682",loc:[-85.623498,41.958457]},n3683:{id:"n3683",loc:[-85.624223,41.957009]},n3684:{id:"n3684",loc:[-85.620026,41.956946]},n3685:{id:"n3685",loc:[-85.623005,41.960124]},n3686:{id:"n3686",loc:[-85.619073,41.955832]},n3687:{id:"n3687",loc:[-85.621744,41.95501]},n3688:{id:"n3688",loc:[-85.620804,41.958781]},n3689:{id:"n3689",loc:[-85.619844,41.957448]},n369:{id:"n369",loc:[-85.63298,41.944076]},n3690:{id:"n3690",loc:[-85.623713,41.958872]},n3691:{id:"n3691",loc:[-85.622329,41.960507]},n3692:{id:"n3692",loc:[-85.620804,41.956244]},n3693:{id:"n3693",loc:[-85.621818,41.955968]},n3694:{id:"n3694",loc:[-85.621405,41.958697]},n3695:{id:"n3695",loc:[-85.620998,41.960996]},n3696:{id:"n3696",loc:[-85.621621,41.960444]},n3697:{id:"n3697",loc:[-85.620941,41.961637]},n3698:{id:"n3698",loc:[-85.622195,41.958333]},n3699:{id:"n3699",loc:[-85.621668,41.961529]},n37:{id:"n37",loc:[-85.637611,41.945383]},n370:{id:"n370",loc:[-85.633191,41.944471]},n3700:{id:"n3700",loc:[-85.621015,41.957049]},n3701:{id:"n3701",loc:[-85.619368,41.955521]},n3702:{id:"n3702",loc:[-85.651578,41.942534]},n3703:{id:"n3703",loc:[-85.651541,41.943847]},n3704:{id:"n3704",loc:[-85.651365,41.944817]},n3705:{id:"n3705",loc:[-85.651076,41.945985]},n3706:{id:"n3706",loc:[-85.650626,41.947213]},n3707:{id:"n3707",loc:[-85.649669,41.949161]},n3708:{id:"n3708",loc:[-85.641802,41.961801]},n3709:{id:"n3709",loc:[-85.623333,41.961987]},n371:{id:"n371",loc:[-85.633132,41.94372]},n3710:{id:"n3710",loc:[-85.620621,41.965658]},n3711:{id:"n3711",loc:[-85.605673,41.965764]},n3712:{id:"n3712",loc:[-85.605664,41.962094]},n3713:{id:"n3713",loc:[-85.583774,41.962178]},n3714:{id:"n3714",loc:[-85.583774,41.961789]},n3715:{id:"n3715",loc:[-85.581303,41.961783]},n3716:{id:"n3716",loc:[-85.581245,41.958394]},n3717:{id:"n3717",loc:[-85.585299,41.955483]},n3718:{id:"n3718",loc:[-85.585588,41.955331]},n3719:{id:"n3719",loc:[-85.586053,41.955163]},n372:{id:"n372",loc:[-85.633011,41.943788]},n3720:{id:"n3720",loc:[-85.58632,41.955076]},n3721:{id:"n3721",loc:[-85.586478,41.955025]},n3722:{id:"n3722",loc:[-85.58692,41.954947]},n3723:{id:"n3723",loc:[-85.587345,41.954913]},n3724:{id:"n3724",loc:[-85.605592,41.954766]},n3725:{id:"n3725",loc:[-85.605303,41.936236]},n3726:{id:"n3726",loc:[-85.606941,41.936117]},n3727:{id:"n3727",loc:[-85.60876,41.935856]},n3728:{id:"n3728",loc:[-85.610092,41.935451]},n3729:{id:"n3729",loc:[-85.610681,41.935247]},n373:{id:"n373",loc:[-85.632854,41.943632]},n3730:{id:"n3730",loc:[-85.611446,41.934955]},n3731:{id:"n3731",loc:[-85.612057,41.934696]},n3732:{id:"n3732",loc:[-85.613256,41.934084]},n3733:{id:"n3733",loc:[-85.613948,41.933682]},n3734:{id:"n3734",loc:[-85.614638,41.933212]},n3735:{id:"n3735",loc:[-85.619801,41.929305]},n3736:{id:"n3736",loc:[-85.619768,41.925548]},n3737:{id:"n3737",loc:[-85.625761,41.925597]},n3738:{id:"n3738",loc:[-85.6263,41.927323]},n3739:{id:"n3739",loc:[-85.633708,41.927402]},n374:{id:"n374",loc:[-85.632974,41.943565]},n3740:{id:"n3740",loc:[-85.633927,41.929109]},n3741:{id:"n3741",loc:[-85.639213,41.929088]},n3742:{id:"n3742",loc:[-85.639204,41.925488]},n3743:{id:"n3743",loc:[-85.651425,41.925406]},n3744:{id:"n3744",loc:[-85.643386,41.941933]},n3745:{id:"n3745",loc:[-85.642776,41.941161]},n3746:{id:"n3746",loc:[-85.637277,41.948812]},n3747:{id:"n3747",loc:[-85.637366,41.94897]},n3748:{id:"n3748",loc:[-85.637329,41.94889]},n3749:{id:"n3749",loc:[-85.629649,41.952596]},n375:{id:"n375",loc:[-85.632741,41.943351]},n3750:{id:"n3750",loc:[-85.630291,41.954684]},n3751:{id:"n3751",loc:[-85.630284,41.953713]},n3752:{id:"n3752",loc:[-85.630269,41.952463]},n3753:{id:"n3753",loc:[-85.633933,41.949896]},n3754:{id:"n3754",loc:[-85.629339,41.941467]},n3755:{id:"n3755",loc:[-85.629857,41.94316]},n3756:{id:"n3756",loc:[-85.629987,41.944025]},n3757:{id:"n3757",loc:[-85.628538,41.948604]},n3758:{id:"n3758",loc:[-85.627415,41.957442]},n3759:{id:"n3759",loc:[-85.627019,41.957369]},n376:{id:"n376",loc:[-85.63251,41.943481]},n3760:{id:"n3760",loc:[-85.62167,41.952179]},n3761:{id:"n3761",loc:[-85.62167,41.952138]},n3762:{id:"n3762",loc:[-85.621562,41.952139]},n3763:{id:"n3763",loc:[-85.621562,41.952058]},n3764:{id:"n3764",loc:[-85.621476,41.952043]},n3765:{id:"n3765",loc:[-85.621477,41.952132]},n3766:{id:"n3766",loc:[-85.621386,41.952132]},n3767:{id:"n3767",loc:[-85.621387,41.95214]},n3768:{id:"n3768",loc:[-85.621262,41.95214]},n3769:{id:"n3769",loc:[-85.621261,41.952038]},n377:{id:"n377",loc:[-85.632706,41.943715]},n3770:{id:"n3770",loc:[-85.621389,41.952038]},n3771:{id:"n3771",loc:[-85.621389,41.952043]},n3772:{id:"n3772",loc:[-85.620898,41.952024]},n3773:{id:"n3773",loc:[-85.620898,41.952085]},n3774:{id:"n3774",loc:[-85.620774,41.952084]},n3775:{id:"n3775",loc:[-85.620774,41.952023]},n3776:{id:"n3776",loc:[-85.620749,41.952036]},n3777:{id:"n3777",loc:[-85.620723,41.952097]},n3778:{id:"n3778",loc:[-85.626158,41.958996]},n3779:{id:"n3779",loc:[-85.626319,41.958686]},n378:{id:"n378",loc:[-85.638683,41.943295]},n3780:{id:"n3780",loc:[-85.626119,41.958629]},n3781:{id:"n3781",loc:[-85.626064,41.958733]},n3782:{id:"n3782",loc:[-85.626155,41.958759]},n3783:{id:"n3783",loc:[-85.626048,41.958965]},n3784:{id:"n3784",loc:[-85.620648,41.952079]},n3785:{id:"n3785",loc:[-85.63826,41.961213]},n3786:{id:"n3786",loc:[-85.638003,41.961614]},n3787:{id:"n3787",loc:[-85.638817,41.961902]},n3788:{id:"n3788",loc:[-85.639073,41.961501]},n3789:{id:"n3789",loc:[-85.620674,41.952018]},n379:{id:"n379",loc:[-85.638684,41.94323]},n3790:{id:"n3790",loc:[-85.62082,41.952106]},n3791:{id:"n3791",loc:[-85.620819,41.952143]},n3792:{id:"n3792",loc:[-85.620778,41.952143]},n3793:{id:"n3793",loc:[-85.620778,41.952106]},n3794:{id:"n3794",loc:[-85.620563,41.952276]},n3795:{id:"n3795",loc:[-85.620543,41.95238]},n3796:{id:"n3796",loc:[-85.620422,41.952367]},n3797:{id:"n3797",loc:[-85.620441,41.952263]},n3798:{id:"n3798",loc:[-85.620561,41.952266]},n3799:{id:"n3799",loc:[-85.620444,41.952254]},n38:{id:"n38",loc:[-85.63879,41.943295]},n380:{id:"n380",loc:[-85.638627,41.94322]},n3800:{id:"n3800",loc:[-85.620773,41.955585]},n3801:{id:"n3801",loc:[-85.621265,41.955989]},n3802:{id:"n3802",loc:[-85.620692,41.954969]},n3803:{id:"n3803",loc:[-85.620691,41.955367]},n3804:{id:"n3804",loc:[-85.620458,41.952178]},n3805:{id:"n3805",loc:[-85.620575,41.95219]},n3806:{id:"n3806",loc:[-85.617609,41.952712]},n3807:{id:"n3807",loc:[-85.617533,41.952801],tags:{entrance:"yes"}},n3808:{id:"n3808",loc:[-85.616816,41.952911]},n3809:{id:"n3809",loc:[-85.616797,41.952901]},n381:{id:"n381",loc:[-85.638624,41.943294]},n3810:{id:"n3810",loc:[-85.616343,41.952694]},n3811:{id:"n3811",loc:[-85.616336,41.952729]},n3812:{id:"n3812",loc:[-85.616343,41.952772]},n3813:{id:"n3813",loc:[-85.628479,41.948649]},n3814:{id:"n3814",loc:[-85.628413,41.948679]},n3815:{id:"n3815",loc:[-85.628336,41.948694]},n3816:{id:"n3816",loc:[-85.62826,41.948694]},n3817:{id:"n3817",loc:[-85.628185,41.948679]},n3818:{id:"n3818",loc:[-85.628103,41.948649]},n3819:{id:"n3819",loc:[-85.627482,41.948395]},n382:{id:"n382",loc:[-85.638437,41.943291]},n3820:{id:"n3820",loc:[-85.619957,41.951168]},n3821:{id:"n3821",loc:[-85.619955,41.952077]},n3822:{id:"n3822",loc:[-85.619843,41.952666]},n3823:{id:"n3823",loc:[-85.619513,41.95324]},n3824:{id:"n3824",loc:[-85.619163,41.953668]},n3825:{id:"n3825",loc:[-85.618813,41.953947]},n3826:{id:"n3826",loc:[-85.618265,41.954252]},n3827:{id:"n3827",loc:[-85.617691,41.954458]},n3828:{id:"n3828",loc:[-85.616978,41.95459]},n3829:{id:"n3829",loc:[-85.615408,41.954628]},n383:{id:"n383",loc:[-85.63844,41.943209]},n3830:{id:"n3830",loc:[-85.615374,41.951076]},n3831:{id:"n3831",loc:[-85.61932,41.947564]},n3832:{id:"n3832",loc:[-85.610553,41.94755]},n3833:{id:"n3833",loc:[-85.610572,41.951065]},n3834:{id:"n3834",loc:[-85.617548,41.94757]},n3835:{id:"n3835",loc:[-85.619842,41.947939]},n3836:{id:"n3836",loc:[-85.619874,41.950905]},n3837:{id:"n3837",loc:[-85.619695,41.950911]},n3838:{id:"n3838",loc:[-85.617591,41.951078]},n3839:{id:"n3839",loc:[-85.619551,41.951065]},n384:{id:"n384",loc:[-85.632616,41.944021]},n3840:{id:"n3840",loc:[-85.626813,41.947337]},n3841:{id:"n3841",loc:[-85.616371,41.952814]},n3842:{id:"n3842",loc:[-85.617205,41.951308]},n3843:{id:"n3843",loc:[-85.616795,41.950953]},n3844:{id:"n3844",loc:[-85.617441,41.950889]},n3845:{id:"n3845",loc:[-85.619155,41.949377]},n3846:{id:"n3846",loc:[-85.618556,41.949377]},n3847:{id:"n3847",loc:[-85.618557,41.948372]},n3848:{id:"n3848",loc:[-85.619156,41.948372]},n3849:{id:"n3849",loc:[-85.61927,41.949796]},n385:{id:"n385",loc:[-85.632319,41.944172]},n3850:{id:"n3850",loc:[-85.61926,41.948344]},n3851:{id:"n3851",loc:[-85.619219,41.948264]},n3852:{id:"n3852",loc:[-85.619147,41.948196]},n3853:{id:"n3853",loc:[-85.619049,41.948144]},n3854:{id:"n3854",loc:[-85.618942,41.948116]},n3855:{id:"n3855",loc:[-85.618822,41.948109]},n3856:{id:"n3856",loc:[-85.618699,41.94813]},n3857:{id:"n3857",loc:[-85.618937,41.951943]},n3858:{id:"n3858",loc:[-85.616762,41.952222]},n3859:{id:"n3859",loc:[-85.616799,41.95472]},n386:{id:"n386",loc:[-85.63221,41.944066]},n3860:{id:"n3860",loc:[-85.616458,41.954735]},n3861:{id:"n3861",loc:[-85.61763,41.951515]},n3862:{id:"n3862",loc:[-85.617735,41.951572]},n3863:{id:"n3863",loc:[-85.61929,41.951573]},n3864:{id:"n3864",loc:[-85.617134,41.951348]},n3865:{id:"n3865",loc:[-85.616598,41.95192]},n3866:{id:"n3866",loc:[-85.616557,41.951997]},n3867:{id:"n3867",loc:[-85.61658,41.952093]},n3868:{id:"n3868",loc:[-85.616636,41.952145]},n3869:{id:"n3869",loc:[-85.616918,41.952276]},n387:{id:"n387",loc:[-85.632524,41.943912]},n3870:{id:"n3870",loc:[-85.617098,41.952235]},n3871:{id:"n3871",loc:[-85.61892,41.951467]},n3872:{id:"n3872",loc:[-85.618035,41.951473]},n3873:{id:"n3873",loc:[-85.618036,41.951572]},n3874:{id:"n3874",loc:[-85.61892,41.951573]},n3875:{id:"n3875",loc:[-85.618919,41.951957]},n3876:{id:"n3876",loc:[-85.619457,41.952237]},n3877:{id:"n3877",loc:[-85.618178,41.953618]},n3878:{id:"n3878",loc:[-85.617658,41.953366]},n3879:{id:"n3879",loc:[-85.617987,41.953024]},n388:{id:"n388",loc:[-85.632268,41.943621]},n3880:{id:"n3880",loc:[-85.618429,41.953248]},n3881:{id:"n3881",loc:[-85.618554,41.953119]},n3882:{id:"n3882",loc:[-85.618077,41.952868]},n3883:{id:"n3883",loc:[-85.618039,41.952886]},n3884:{id:"n3884",loc:[-85.619375,41.952169]},n3885:{id:"n3885",loc:[-85.618137,41.953538]},n3886:{id:"n3886",loc:[-85.61799,41.953555]},n3887:{id:"n3887",loc:[-85.617729,41.953423]},n3888:{id:"n3888",loc:[-85.618101,41.953029]},n3889:{id:"n3889",loc:[-85.618516,41.953119]},n389:{id:"n389",loc:[-85.631951,41.943773]},n3890:{id:"n3890",loc:[-85.619132,41.952042]},n3891:{id:"n3891",loc:[-85.618235,41.952981]},n3892:{id:"n3892",loc:[-85.618485,41.952425]},n3893:{id:"n3893",loc:[-85.618676,41.952519]},n3894:{id:"n3894",loc:[-85.618942,41.952648]},n3895:{id:"n3895",loc:[-85.618287,41.953122]},n3896:{id:"n3896",loc:[-85.617914,41.953516]},n3897:{id:"n3897",loc:[-85.617836,41.953573]},n3898:{id:"n3898",loc:[-85.616477,41.95289]},n3899:{id:"n3899",loc:[-85.618441,41.953201]},n39:{id:"n39",loc:[-85.619931,41.951013]},n390:{id:"n390",loc:[-85.631981,41.943654]},n3900:{id:"n3900",loc:[-85.617537,41.953335]},n3901:{id:"n3901",loc:[-85.617221,41.953166]},n3902:{id:"n3902",loc:[-85.617253,41.953135]},n3903:{id:"n3903",loc:[-85.617211,41.953114]},n3904:{id:"n3904",loc:[-85.617197,41.95313]},n3905:{id:"n3905",loc:[-85.616802,41.952925]},n3906:{id:"n3906",loc:[-85.616771,41.952928]},n3907:{id:"n3907",loc:[-85.616493,41.952785]},n3908:{id:"n3908",loc:[-85.616823,41.952426]},n3909:{id:"n3909",loc:[-85.617191,41.952616]},n391:{id:"n391",loc:[-85.631886,41.943699]},n3910:{id:"n3910",loc:[-85.61724,41.952559]},n3911:{id:"n3911",loc:[-85.61721,41.952542]},n3912:{id:"n3912",loc:[-85.617395,41.952351]},n3913:{id:"n3913",loc:[-85.617426,41.952368]},n3914:{id:"n3914",loc:[-85.617483,41.952309]},n3915:{id:"n3915",loc:[-85.617332,41.952229]},n3916:{id:"n3916",loc:[-85.617451,41.952102]},n3917:{id:"n3917",loc:[-85.617477,41.952115]},n3918:{id:"n3918",loc:[-85.617658,41.951923]},n3919:{id:"n3919",loc:[-85.617634,41.95191]},n392:{id:"n392",loc:[-85.631807,41.943606]},n3920:{id:"n3920",loc:[-85.617747,41.951786]},n3921:{id:"n3921",loc:[-85.618268,41.952056]},n3922:{id:"n3922",loc:[-85.618211,41.952122]},n3923:{id:"n3923",loc:[-85.618386,41.95222]},n3924:{id:"n3924",loc:[-85.618098,41.952527]},n3925:{id:"n3925",loc:[-85.617916,41.95243]},n3926:{id:"n3926",loc:[-85.617854,41.952498]},n3927:{id:"n3927",loc:[-85.617769,41.952453]},n3928:{id:"n3928",loc:[-85.617476,41.952773]},n3929:{id:"n3929",loc:[-85.617876,41.952973]},n393:{id:"n393",loc:[-85.631902,41.943561]},n3930:{id:"n3930",loc:[-85.617174,41.953638]},n3931:{id:"n3931",loc:[-85.618016,41.953578]},n3932:{id:"n3932",loc:[-85.618107,41.953628]},n3933:{id:"n3933",loc:[-85.618067,41.954268]},n3934:{id:"n3934",loc:[-85.617864,41.954263]},n3935:{id:"n3935",loc:[-85.61762,41.954205]},n3936:{id:"n3936",loc:[-85.617437,41.954103]},n3937:{id:"n3937",loc:[-85.617294,41.953978]},n3938:{id:"n3938",loc:[-85.617217,41.95384]},n3939:{id:"n3939",loc:[-85.616814,41.954327]},n394:{id:"n394",loc:[-85.63236,41.943543]},n3940:{id:"n3940",loc:[-85.616778,41.95381]},n3941:{id:"n3941",loc:[-85.616585,41.953707]},n3942:{id:"n3942",loc:[-85.616458,41.954318]},n3943:{id:"n3943",loc:[-85.616643,41.954345]},n3944:{id:"n3944",loc:[-85.618133,41.951412]},n3945:{id:"n3945",loc:[-85.618326,41.951411]},n3946:{id:"n3946",loc:[-85.618503,41.95141]},n3947:{id:"n3947",loc:[-85.618681,41.951409]},n3948:{id:"n3948",loc:[-85.618868,41.951408]},n3949:{id:"n3949",loc:[-85.617047,41.95136]},n395:{id:"n395",loc:[-85.633839,41.944082]},n3950:{id:"n3950",loc:[-85.616502,41.951946]},n3951:{id:"n3951",loc:[-85.616497,41.952072]},n3952:{id:"n3952",loc:[-85.616565,41.952165]},n3953:{id:"n3953",loc:[-85.616663,41.952218]},n3954:{id:"n3954",loc:[-85.616733,41.952255]},n3955:{id:"n3955",loc:[-85.617238,41.952512],tags:{entrance:"yes"}},n3956:{id:"n3956",loc:[-85.617043,41.952406]},n3957:{id:"n3957",loc:[-85.617691,41.951711]},n3958:{id:"n3958",loc:[-85.617773,41.951679]},n3959:{id:"n3959",loc:[-85.619085,41.951681]},n396:{id:"n396",loc:[-85.63376,41.944097]},n3960:{id:"n3960",loc:[-85.617943,41.952895]},n3961:{id:"n3961",loc:[-85.618039,41.952938]},n3962:{id:"n3962",loc:[-85.61763,41.95336]},n3963:{id:"n3963",loc:[-85.617554,41.95344]},n3964:{id:"n3964",loc:[-85.617381,41.952366],tags:{entrance:"yes"}},n3965:{id:"n3965",loc:[-85.617184,41.952254]},n3966:{id:"n3966",loc:[-85.617208,41.952496]},n3967:{id:"n3967",loc:[-85.617124,41.952581],tags:{entrance:"yes"}},n3968:{id:"n3968",loc:[-85.618094,41.952735]},n3969:{id:"n3969",loc:[-85.617702,41.952525],tags:{entrance:"yes"}},n397:{id:"n397",loc:[-85.63361,41.943957]},n3970:{id:"n3970",loc:[-85.617554,41.952686],tags:{entrance:"yes"}},n3971:{id:"n3971",loc:[-85.617959,41.952878]},n3972:{id:"n3972",loc:[-85.616367,41.952655]},n3973:{id:"n3973",loc:[-85.616416,41.952851]},n3974:{id:"n3974",loc:[-85.619777,41.951075]},n3975:{id:"n3975",loc:[-85.618611,41.94817]},n3976:{id:"n3976",loc:[-85.618538,41.948229]},n3977:{id:"n3977",loc:[-85.617421,41.947559]},n3978:{id:"n3978",loc:[-85.617395,41.951039]},n3979:{id:"n3979",loc:[-85.618488,41.94829]},n398:{id:"n398",loc:[-85.633309,41.943886]},n3980:{id:"n3980",loc:[-85.610238,41.954774]},n3981:{id:"n3981",loc:[-85.617449,41.950756]},n3982:{id:"n3982",loc:[-85.617288,41.951286]},n3983:{id:"n3983",loc:[-85.61745,41.950197]},n3984:{id:"n3984",loc:[-85.617436,41.948908]},n3985:{id:"n3985",loc:[-85.615915,41.953804]},n3986:{id:"n3986",loc:[-85.615953,41.953968]},n3987:{id:"n3987",loc:[-85.616031,41.954085]},n3988:{id:"n3988",loc:[-85.616135,41.954181]},n3989:{id:"n3989",loc:[-85.616273,41.954263]},n399:{id:"n399",loc:[-85.633226,41.943931]},n3990:{id:"n3990",loc:[-85.618327,41.951083]},n3991:{id:"n3991",loc:[-85.618135,41.951084]},n3992:{id:"n3992",loc:[-85.618503,41.951082]},n3993:{id:"n3993",loc:[-85.618682,41.951081]},n3994:{id:"n3994",loc:[-85.618864,41.951082]},n3995:{id:"n3995",loc:[-85.616761,41.950101]},n3996:{id:"n3996",loc:[-85.617317,41.947558]},n3997:{id:"n3997",loc:[-85.617336,41.948883]},n3998:{id:"n3998",loc:[-85.616779,41.949295]},n3999:{id:"n3999",loc:[-85.616754,41.949349]},n4:{id:"n4",loc:[-85.622764,41.950892],tags:{highway:"stop",direction:"forward",stop:"minor"}},n40:{id:"n40",loc:[-85.619841,41.951037]},n400:{id:"n400",loc:[-85.63326,41.943966]},n4000:{id:"n4000",loc:[-85.616761,41.950865]},n4001:{id:"n4001",loc:[-85.616883,41.951041]},n4002:{id:"n4002",loc:[-85.617004,41.951142]},n4003:{id:"n4003",loc:[-85.617062,41.951248]},n4004:{id:"n4004",loc:[-85.616809,41.949273]},n4005:{id:"n4005",loc:[-85.616755,41.949489]},n4006:{id:"n4006",loc:[-85.616759,41.949971]},n4007:{id:"n4007",loc:[-85.616757,41.949702]},n4008:{id:"n4008",loc:[-85.618456,41.94836]},n4009:{id:"n4009",loc:[-85.618447,41.948428]},n401:{id:"n401",loc:[-85.63324,41.943976]},n4010:{id:"n4010",loc:[-85.618437,41.949322]},n4011:{id:"n4011",loc:[-85.618447,41.949418]},n4012:{id:"n4012",loc:[-85.618478,41.949491]},n4013:{id:"n4013",loc:[-85.618535,41.949559]},n4014:{id:"n4014",loc:[-85.618623,41.94962]},n4015:{id:"n4015",loc:[-85.618721,41.94966]},n4016:{id:"n4016",loc:[-85.618838,41.949674]},n4017:{id:"n4017",loc:[-85.618967,41.949667]},n4018:{id:"n4018",loc:[-85.619065,41.949632]},n4019:{id:"n4019",loc:[-85.61915,41.949578]},n402:{id:"n402",loc:[-85.63327,41.944006]},n4020:{id:"n4020",loc:[-85.619216,41.949507]},n4021:{id:"n4021",loc:[-85.61927,41.949399]},n4022:{id:"n4022",loc:[-85.619074,41.947639]},n4023:{id:"n4023",loc:[-85.619073,41.947793]},n4024:{id:"n4024",loc:[-85.618912,41.947793]},n4025:{id:"n4025",loc:[-85.618911,41.947947]},n4026:{id:"n4026",loc:[-85.618752,41.947947]},n4027:{id:"n4027",loc:[-85.618754,41.947637]},n4028:{id:"n4028",loc:[-85.617896,41.947599]},n4029:{id:"n4029",loc:[-85.617898,41.947811]},n403:{id:"n403",loc:[-85.633278,41.944002]},n4030:{id:"n4030",loc:[-85.617717,41.947812]},n4031:{id:"n4031",loc:[-85.617715,41.9476]},n4032:{id:"n4032",loc:[-85.619003,41.949828]},n4033:{id:"n4033",loc:[-85.619003,41.949882]},n4034:{id:"n4034",loc:[-85.618926,41.949882]},n4035:{id:"n4035",loc:[-85.618926,41.949828]},n4036:{id:"n4036",loc:[-85.618861,41.949809]},n4037:{id:"n4037",loc:[-85.618861,41.949898]},n4038:{id:"n4038",loc:[-85.618688,41.949898]},n4039:{id:"n4039",loc:[-85.618687,41.94981]},n404:{id:"n404",loc:[-85.63331,41.944036]},n4040:{id:"n4040",loc:[-85.618349,41.949473]},n4041:{id:"n4041",loc:[-85.618287,41.949473]},n4042:{id:"n4042",loc:[-85.618287,41.94942]},n4043:{id:"n4043",loc:[-85.618348,41.949419]},n4044:{id:"n4044",loc:[-85.62316,41.951604]},n4045:{id:"n4045",loc:[-85.623026,41.951605]},n4046:{id:"n4046",loc:[-85.623023,41.951466]},n4047:{id:"n4047",loc:[-85.623134,41.951465]},n4048:{id:"n4048",loc:[-85.623136,41.951539]},n4049:{id:"n4049",loc:[-85.623159,41.951539]},n405:{id:"n405",loc:[-85.633348,41.944015]},n4050:{id:"n4050",loc:[-85.623025,41.95155]},n4051:{id:"n4051",loc:[-85.622955,41.951551]},n4052:{id:"n4052",loc:[-85.622953,41.951507]},n4053:{id:"n4053",loc:[-85.623024,41.951506]},n4054:{id:"n4054",loc:[-85.623318,41.951242]},n4055:{id:"n4055",loc:[-85.623175,41.951241]},n4056:{id:"n4056",loc:[-85.623176,41.951153]},n4057:{id:"n4057",loc:[-85.623319,41.951154]},n4058:{id:"n4058",loc:[-85.623077,41.951191]},n4059:{id:"n4059",loc:[-85.622973,41.951191]},n406:{id:"n406",loc:[-85.63338,41.944048]},n4060:{id:"n4060",loc:[-85.622972,41.951349]},n4061:{id:"n4061",loc:[-85.623059,41.95135]},n4062:{id:"n4062",loc:[-85.62306,41.951301]},n4063:{id:"n4063",loc:[-85.623077,41.951301]},n4064:{id:"n4064",loc:[-85.623117,41.951405]},n4065:{id:"n4065",loc:[-85.62312,41.951087]},n4066:{id:"n4066",loc:[-85.623118,41.951274]},n4067:{id:"n4067",loc:[-85.62328,41.951275]},n4068:{id:"n4068",loc:[-85.62328,41.951242]},n4069:{id:"n4069",loc:[-85.623179,41.951392]},n407:{id:"n407",loc:[-85.633431,41.94402]},n4070:{id:"n4070",loc:[-85.623141,41.951392]},n4071:{id:"n4071",loc:[-85.623142,41.95136]},n4072:{id:"n4072",loc:[-85.623179,41.951361]},n4073:{id:"n4073",loc:[-85.622565,41.951639]},n4074:{id:"n4074",loc:[-85.622565,41.951741]},n4075:{id:"n4075",loc:[-85.622463,41.95174]},n4076:{id:"n4076",loc:[-85.622463,41.95173]},n4077:{id:"n4077",loc:[-85.622442,41.95173]},n4078:{id:"n4078",loc:[-85.622442,41.951742]},n4079:{id:"n4079",loc:[-85.622361,41.951742]},n408:{id:"n408",loc:[-85.633425,41.944014]},n4080:{id:"n4080",loc:[-85.622362,41.951667]},n4081:{id:"n4081",loc:[-85.622441,41.951667]},n4082:{id:"n4082",loc:[-85.622441,41.951688]},n4083:{id:"n4083",loc:[-85.622461,41.951688]},n4084:{id:"n4084",loc:[-85.622461,41.951638]},n4085:{id:"n4085",loc:[-85.62255,41.951587]},n4086:{id:"n4086",loc:[-85.622449,41.95159]},n4087:{id:"n4087",loc:[-85.622441,41.951448]},n4088:{id:"n4088",loc:[-85.62253,41.951445]},n4089:{id:"n4089",loc:[-85.622532,41.951486]},n409:{id:"n409",loc:[-85.633457,41.943997]},n4090:{id:"n4090",loc:[-85.622555,41.951485]},n4091:{id:"n4091",loc:[-85.622558,41.951531]},n4092:{id:"n4092",loc:[-85.622547,41.951531]},n4093:{id:"n4093",loc:[-85.622451,41.95159]},n4094:{id:"n4094",loc:[-85.622452,41.95161]},n4095:{id:"n4095",loc:[-85.622106,41.951617]},n4096:{id:"n4096",loc:[-85.622133,41.951443]},n4097:{id:"n4097",loc:[-85.622552,41.951379]},n4098:{id:"n4098",loc:[-85.622443,41.95138]},n4099:{id:"n4099",loc:[-85.622441,41.951281]},n41:{id:"n41",loc:[-85.636233,41.942764]},n410:{id:"n410",loc:[-85.633429,41.943969]},n4100:{id:"n4100",loc:[-85.62255,41.95128]},n4101:{id:"n4101",loc:[-85.622541,41.951437]},n4102:{id:"n4102",loc:[-85.622441,41.951438]},n4103:{id:"n4103",loc:[-85.621561,41.951444]},n4104:{id:"n4104",loc:[-85.622302,41.951479]},n4105:{id:"n4105",loc:[-85.6223,41.95152]},n4106:{id:"n4106",loc:[-85.622169,41.951517]},n4107:{id:"n4107",loc:[-85.622171,41.951476]},n4108:{id:"n4108",loc:[-85.622543,41.951228]},n4109:{id:"n4109",loc:[-85.622433,41.951228]},n411:{id:"n411",loc:[-85.633442,41.943962]},n4110:{id:"n4110",loc:[-85.622433,41.951133]},n4111:{id:"n4111",loc:[-85.622543,41.951133]},n4112:{id:"n4112",loc:[-85.622356,41.951256]},n4113:{id:"n4113",loc:[-85.622293,41.951256]},n4114:{id:"n4114",loc:[-85.622292,41.9512]},n4115:{id:"n4115",loc:[-85.622313,41.9512]},n4116:{id:"n4116",loc:[-85.622312,41.951173]},n4117:{id:"n4117",loc:[-85.622364,41.951173]},n4118:{id:"n4118",loc:[-85.622365,41.951231]},n4119:{id:"n4119",loc:[-85.622355,41.951231]},n412:{id:"n412",loc:[-85.633411,41.943932]},n4120:{id:"n4120",loc:[-85.62197,41.951155]},n4121:{id:"n4121",loc:[-85.62197,41.951213]},n4122:{id:"n4122",loc:[-85.621848,41.951213]},n4123:{id:"n4123",loc:[-85.621848,41.951155]},n4124:{id:"n4124",loc:[-85.622193,41.951268]},n4125:{id:"n4125",loc:[-85.622194,41.951305]},n4126:{id:"n4126",loc:[-85.622121,41.951306]},n4127:{id:"n4127",loc:[-85.622121,41.951322]},n4128:{id:"n4128",loc:[-85.621984,41.951324]},n4129:{id:"n4129",loc:[-85.621983,41.951271]},n413:{id:"n413",loc:[-85.633421,41.943926]},n4130:{id:"n4130",loc:[-85.622171,41.9514]},n4131:{id:"n4131",loc:[-85.622148,41.951382]},n4132:{id:"n4132",loc:[-85.6221,41.951414]},n4133:{id:"n4133",loc:[-85.622122,41.951433]},n4134:{id:"n4134",loc:[-85.621782,41.951148]},n4135:{id:"n4135",loc:[-85.621783,41.951219]},n4136:{id:"n4136",loc:[-85.62164,41.951221]},n4137:{id:"n4137",loc:[-85.62164,41.951236]},n4138:{id:"n4138",loc:[-85.621556,41.951237]},n4139:{id:"n4139",loc:[-85.621555,41.95117]},n414:{id:"n414",loc:[-85.633376,41.94388]},n4140:{id:"n4140",loc:[-85.621644,41.951169]},n4141:{id:"n4141",loc:[-85.621643,41.951139]},n4142:{id:"n4142",loc:[-85.621719,41.951138]},n4143:{id:"n4143",loc:[-85.621719,41.951148]},n4144:{id:"n4144",loc:[-85.621409,41.951322]},n4145:{id:"n4145",loc:[-85.621338,41.951322]},n4146:{id:"n4146",loc:[-85.621336,41.95115]},n4147:{id:"n4147",loc:[-85.621521,41.951149]},n4148:{id:"n4148",loc:[-85.621522,41.951228]},n4149:{id:"n4149",loc:[-85.621408,41.951228]},n415:{id:"n415",loc:[-85.633348,41.943895]},n4150:{id:"n4150",loc:[-85.621284,41.951219]},n4151:{id:"n4151",loc:[-85.621153,41.951219]},n4152:{id:"n4152",loc:[-85.621152,41.951152]},n4153:{id:"n4153",loc:[-85.621283,41.951152]},n4154:{id:"n4154",loc:[-85.621159,41.951241]},n4155:{id:"n4155",loc:[-85.62116,41.951301]},n4156:{id:"n4156",loc:[-85.621088,41.951302]},n4157:{id:"n4157",loc:[-85.621088,41.951241]},n4158:{id:"n4158",loc:[-85.621049,41.951158]},n4159:{id:"n4159",loc:[-85.62105,41.951229]},n416:{id:"n416",loc:[-85.633341,41.943888]},n4160:{id:"n4160",loc:[-85.620976,41.951229]},n4161:{id:"n4161",loc:[-85.620977,41.951295]},n4162:{id:"n4162",loc:[-85.620887,41.951296]},n4163:{id:"n4163",loc:[-85.620886,41.951229]},n4164:{id:"n4164",loc:[-85.620862,41.951229]},n4165:{id:"n4165",loc:[-85.620861,41.951159]},n4166:{id:"n4166",loc:[-85.620626,41.951133]},n4167:{id:"n4167",loc:[-85.620626,41.951205]},n4168:{id:"n4168",loc:[-85.620412,41.951206]},n4169:{id:"n4169",loc:[-85.620411,41.951134]},n417:{id:"n417",loc:[-85.633321,41.943898]},n4170:{id:"n4170",loc:[-85.621775,41.951443]},n4171:{id:"n4171",loc:[-85.621777,41.951264]},n4172:{id:"n4172",loc:[-85.621565,41.951654]},n4173:{id:"n4173",loc:[-85.621331,41.951439]},n4174:{id:"n4174",loc:[-85.621031,41.951443]},n4175:{id:"n4175",loc:[-85.621836,41.951724]},n4176:{id:"n4176",loc:[-85.621834,41.951621]},n4177:{id:"n4177",loc:[-85.62197,41.951619]},n4178:{id:"n4178",loc:[-85.621972,41.951722]},n4179:{id:"n4179",loc:[-85.621772,41.951638]},n418:{id:"n418",loc:[-85.633547,41.943896]},n4180:{id:"n4180",loc:[-85.621772,41.951715]},n4181:{id:"n4181",loc:[-85.621699,41.951716]},n4182:{id:"n4182",loc:[-85.6217,41.951722]},n4183:{id:"n4183",loc:[-85.621641,41.951722]},n4184:{id:"n4184",loc:[-85.62164,41.951639]},n4185:{id:"n4185",loc:[-85.621505,41.951655]},n4186:{id:"n4186",loc:[-85.621505,41.951729]},n4187:{id:"n4187",loc:[-85.621389,41.951729]},n4188:{id:"n4188",loc:[-85.62139,41.951654]},n4189:{id:"n4189",loc:[-85.621105,41.951635]},n419:{id:"n419",loc:[-85.633467,41.944075]},n4190:{id:"n4190",loc:[-85.621104,41.951576]},n4191:{id:"n4191",loc:[-85.621168,41.951576]},n4192:{id:"n4192",loc:[-85.621168,41.951595]},n4193:{id:"n4193",loc:[-85.621261,41.951595]},n4194:{id:"n4194",loc:[-85.621261,41.951646]},n4195:{id:"n4195",loc:[-85.621294,41.951646]},n4196:{id:"n4196",loc:[-85.621294,41.951732]},n4197:{id:"n4197",loc:[-85.621251,41.951732]},n4198:{id:"n4198",loc:[-85.621251,41.95174]},n4199:{id:"n4199",loc:[-85.621175,41.951741]},n42:{id:"n42",loc:[-85.635996,41.942727]},n420:{id:"n420",loc:[-85.633578,41.944055]},n4200:{id:"n4200",loc:[-85.621175,41.951651]},n4201:{id:"n4201",loc:[-85.621189,41.951651]},n4202:{id:"n4202",loc:[-85.621189,41.951635]},n4203:{id:"n4203",loc:[-85.620554,41.951641]},n4204:{id:"n4204",loc:[-85.620555,41.951742]},n4205:{id:"n4205",loc:[-85.620719,41.951742]},n4206:{id:"n4206",loc:[-85.620719,41.951731]},n4207:{id:"n4207",loc:[-85.620803,41.95173]},n4208:{id:"n4208",loc:[-85.620803,41.951603]},n4209:{id:"n4209",loc:[-85.62072,41.951603]},n421:{id:"n421",loc:[-85.633462,41.944125]},n4210:{id:"n4210",loc:[-85.620721,41.951641]},n4211:{id:"n4211",loc:[-85.620269,41.953053]},n4212:{id:"n4212",loc:[-85.620229,41.953051]},n4213:{id:"n4213",loc:[-85.620231,41.953013]},n4214:{id:"n4214",loc:[-85.620271,41.953015]},n4215:{id:"n4215",loc:[-85.620215,41.953133]},n4216:{id:"n4216",loc:[-85.62013,41.953134]},n4217:{id:"n4217",loc:[-85.620129,41.953083]},n4218:{id:"n4218",loc:[-85.620214,41.953082]},n4219:{id:"n4219",loc:[-85.62016,41.953272]},n422:{id:"n422",loc:[-85.633372,41.944061]},n4220:{id:"n4220",loc:[-85.620046,41.953273]},n4221:{id:"n4221",loc:[-85.620045,41.953171]},n4222:{id:"n4222",loc:[-85.620088,41.953171]},n4223:{id:"n4223",loc:[-85.620087,41.953162]},n4224:{id:"n4224",loc:[-85.620121,41.953162]},n4225:{id:"n4225",loc:[-85.620121,41.953173]},n4226:{id:"n4226",loc:[-85.620157,41.953173]},n4227:{id:"n4227",loc:[-85.620158,41.953196]},n4228:{id:"n4228",loc:[-85.620189,41.953196]},n4229:{id:"n4229",loc:[-85.620189,41.953246]},n423:{id:"n423",loc:[-85.633509,41.943981]},n4230:{id:"n4230",loc:[-85.62016,41.953246]},n4231:{id:"n4231",loc:[-85.6195,41.954012]},n4232:{id:"n4232",loc:[-85.619438,41.954057]},n4233:{id:"n4233",loc:[-85.619418,41.954043]},n4234:{id:"n4234",loc:[-85.619381,41.954069]},n4235:{id:"n4235",loc:[-85.619399,41.954083]},n4236:{id:"n4236",loc:[-85.619339,41.954126]},n4237:{id:"n4237",loc:[-85.619584,41.954313]},n4238:{id:"n4238",loc:[-85.619743,41.954198]},n4239:{id:"n4239",loc:[-85.619453,41.954727]},n424:{id:"n424",loc:[-85.635421,41.945367]},n4240:{id:"n4240",loc:[-85.619503,41.954581]},n4241:{id:"n4241",loc:[-85.619597,41.954472]},n4242:{id:"n4242",loc:[-85.619862,41.95419]},n4243:{id:"n4243",loc:[-85.619506,41.953907]},n4244:{id:"n4244",loc:[-85.619261,41.9541]},n4245:{id:"n4245",loc:[-85.619246,41.954139]},n4246:{id:"n4246",loc:[-85.619244,41.9542]},n4247:{id:"n4247",loc:[-85.619259,41.954243]},n4248:{id:"n4248",loc:[-85.619285,41.954274]},n4249:{id:"n4249",loc:[-85.619123,41.954381]},n425:{id:"n425",loc:[-85.634425,41.943552]},n4250:{id:"n4250",loc:[-85.619641,41.954607]},n4251:{id:"n4251",loc:[-85.619383,41.954615]},n4252:{id:"n4252",loc:[-85.61896,41.954391]},n4253:{id:"n4253",loc:[-85.619211,41.954178]},n4254:{id:"n4254",loc:[-85.619115,41.954102]},n4255:{id:"n4255",loc:[-85.619519,41.953821]},n4256:{id:"n4256",loc:[-85.619956,41.954156]},n4257:{id:"n4257",loc:[-85.619851,41.954266]},n4258:{id:"n4258",loc:[-85.619779,41.95436]},n4259:{id:"n4259",loc:[-85.620525,41.954364]},n426:{id:"n426",loc:[-85.634248,41.943654]},n4260:{id:"n4260",loc:[-85.620398,41.954365]},n4261:{id:"n4261",loc:[-85.620398,41.954324]},n4262:{id:"n4262",loc:[-85.620525,41.954323]},n4263:{id:"n4263",loc:[-85.620359,41.954588]},n4264:{id:"n4264",loc:[-85.620321,41.954588]},n4265:{id:"n4265",loc:[-85.620321,41.954599]},n4266:{id:"n4266",loc:[-85.620296,41.954599]},n4267:{id:"n4267",loc:[-85.620296,41.954587]},n4268:{id:"n4268",loc:[-85.620262,41.954588]},n4269:{id:"n4269",loc:[-85.620261,41.954516]},n427:{id:"n427",loc:[-85.634177,41.943585]},n4270:{id:"n4270",loc:[-85.620282,41.954516]},n4271:{id:"n4271",loc:[-85.620282,41.954373]},n4272:{id:"n4272",loc:[-85.620378,41.954373]},n4273:{id:"n4273",loc:[-85.620379,41.954486]},n4274:{id:"n4274",loc:[-85.620348,41.954486]},n4275:{id:"n4275",loc:[-85.620348,41.954537]},n4276:{id:"n4276",loc:[-85.620359,41.954537]},n4277:{id:"n4277",loc:[-85.620463,41.95521]},n4278:{id:"n4278",loc:[-85.620409,41.955273]},n4279:{id:"n4279",loc:[-85.620205,41.955177]},n428:{id:"n428",loc:[-85.634354,41.943484]},n4280:{id:"n4280",loc:[-85.620288,41.955079]},n4281:{id:"n4281",loc:[-85.620379,41.955121]},n4282:{id:"n4282",loc:[-85.620349,41.955157]},n4283:{id:"n4283",loc:[-85.620083,41.955101]},n4284:{id:"n4284",loc:[-85.620083,41.954986]},n4285:{id:"n4285",loc:[-85.620016,41.954986]},n4286:{id:"n4286",loc:[-85.620016,41.954999]},n4287:{id:"n4287",loc:[-85.619941,41.954999]},n4288:{id:"n4288",loc:[-85.619941,41.954988]},n4289:{id:"n4289",loc:[-85.619815,41.954988]},n429:{id:"n429",loc:[-85.638577,41.943212]},n4290:{id:"n4290",loc:[-85.619815,41.955075]},n4291:{id:"n4291",loc:[-85.619948,41.955075]},n4292:{id:"n4292",loc:[-85.619948,41.955082]},n4293:{id:"n4293",loc:[-85.620004,41.955082]},n4294:{id:"n4294",loc:[-85.620004,41.955101]},n4295:{id:"n4295",loc:[-85.619293,41.955127]},n4296:{id:"n4296",loc:[-85.619208,41.955124]},n4297:{id:"n4297",loc:[-85.619212,41.955061]},n4298:{id:"n4298",loc:[-85.619297,41.955064]},n4299:{id:"n4299",loc:[-85.619068,41.954936]},n43:{id:"n43",loc:[-85.637047,41.943054]},n430:{id:"n430",loc:[-85.638576,41.943219]},n4300:{id:"n4300",loc:[-85.619003,41.954936]},n4301:{id:"n4301",loc:[-85.619004,41.955003]},n4302:{id:"n4302",loc:[-85.618994,41.955003]},n4303:{id:"n4303",loc:[-85.618994,41.955016]},n4304:{id:"n4304",loc:[-85.618973,41.955016]},n4305:{id:"n4305",loc:[-85.618973,41.955071]},n4306:{id:"n4306",loc:[-85.619061,41.955071]},n4307:{id:"n4307",loc:[-85.61906,41.955024]},n4308:{id:"n4308",loc:[-85.619105,41.955024]},n4309:{id:"n4309",loc:[-85.619105,41.954956]},n431:{id:"n431",loc:[-85.638653,41.943078]},n4310:{id:"n4310",loc:[-85.619068,41.954956]},n4311:{id:"n4311",loc:[-85.618294,41.954596]},n4312:{id:"n4312",loc:[-85.618235,41.954602]},n4313:{id:"n4313",loc:[-85.618222,41.954535]},n4314:{id:"n4314",loc:[-85.618281,41.954529]},n4315:{id:"n4315",loc:[-85.618593,41.954556]},n4316:{id:"n4316",loc:[-85.618551,41.954565]},n4317:{id:"n4317",loc:[-85.618545,41.954552]},n4318:{id:"n4318",loc:[-85.618493,41.954563]},n4319:{id:"n4319",loc:[-85.618449,41.954455]},n432:{id:"n432",loc:[-85.638654,41.943148]},n4320:{id:"n4320",loc:[-85.618544,41.954434]},n4321:{id:"n4321",loc:[-85.622545,41.950775]},n4322:{id:"n4322",loc:[-85.622546,41.950843]},n4323:{id:"n4323",loc:[-85.622503,41.950844]},n4324:{id:"n4324",loc:[-85.622503,41.950853]},n4325:{id:"n4325",loc:[-85.622479,41.950853]},n4326:{id:"n4326",loc:[-85.622478,41.950843]},n4327:{id:"n4327",loc:[-85.622425,41.950843]},n4328:{id:"n4328",loc:[-85.622425,41.950808]},n4329:{id:"n4329",loc:[-85.622366,41.950809]},n433:{id:"n433",loc:[-85.638387,41.943151]},n4330:{id:"n4330",loc:[-85.622364,41.950673]},n4331:{id:"n4331",loc:[-85.622448,41.950673]},n4332:{id:"n4332",loc:[-85.622449,41.950732]},n4333:{id:"n4333",loc:[-85.622479,41.950731]},n4334:{id:"n4334",loc:[-85.622479,41.950775]},n4335:{id:"n4335",loc:[-85.621909,41.950641]},n4336:{id:"n4336",loc:[-85.621864,41.950641]},n4337:{id:"n4337",loc:[-85.621865,41.950567]},n4338:{id:"n4338",loc:[-85.62191,41.950567]},n4339:{id:"n4339",loc:[-85.621787,41.950829]},n434:{id:"n434",loc:[-85.638386,41.94308]},n4340:{id:"n4340",loc:[-85.621786,41.950775]},n4341:{id:"n4341",loc:[-85.621588,41.950776]},n4342:{id:"n4342",loc:[-85.621589,41.950848]},n4343:{id:"n4343",loc:[-85.621737,41.950847]},n4344:{id:"n4344",loc:[-85.621737,41.950829]},n4345:{id:"n4345",loc:[-85.621509,41.950846]},n4346:{id:"n4346",loc:[-85.621399,41.950846]},n4347:{id:"n4347",loc:[-85.621398,41.95073]},n4348:{id:"n4348",loc:[-85.621509,41.95073]},n4349:{id:"n4349",loc:[-85.621217,41.950841]},n435:{id:"n435",loc:[-85.634427,41.943533]},n4350:{id:"n4350",loc:[-85.6211,41.95084]},n4351:{id:"n4351",loc:[-85.6211,41.950777]},n4352:{id:"n4352",loc:[-85.621218,41.950778]},n4353:{id:"n4353",loc:[-85.621055,41.950764]},n4354:{id:"n4354",loc:[-85.621054,41.950826]},n4355:{id:"n4355",loc:[-85.620988,41.950826]},n4356:{id:"n4356",loc:[-85.620988,41.950843]},n4357:{id:"n4357",loc:[-85.620842,41.950843]},n4358:{id:"n4358",loc:[-85.620842,41.950764]},n4359:{id:"n4359",loc:[-85.620825,41.950922]},n436:{id:"n436",loc:[-85.63428,41.943229]},n4360:{id:"n4360",loc:[-85.620824,41.950553]},n4361:{id:"n4361",loc:[-85.620543,41.950771]},n4362:{id:"n4362",loc:[-85.620431,41.950772]},n4363:{id:"n4363",loc:[-85.62043,41.950585]},n4364:{id:"n4364",loc:[-85.620542,41.950585]},n4365:{id:"n4365",loc:[-85.62068,41.950505]},n4366:{id:"n4366",loc:[-85.620681,41.950552]},n4367:{id:"n4367",loc:[-85.620589,41.950553]},n4368:{id:"n4368",loc:[-85.620588,41.950506]},n4369:{id:"n4369",loc:[-85.620539,41.950407]},n437:{id:"n437",loc:[-85.634499,41.943461]},n4370:{id:"n4370",loc:[-85.62054,41.950504]},n4371:{id:"n4371",loc:[-85.620416,41.950504]},n4372:{id:"n4372",loc:[-85.620416,41.950408]},n4373:{id:"n4373",loc:[-85.620742,41.95038]},n4374:{id:"n4374",loc:[-85.620527,41.95038]},n4375:{id:"n4375",loc:[-85.620528,41.950408]},n4376:{id:"n4376",loc:[-85.622449,41.950373]},n4377:{id:"n4377",loc:[-85.622452,41.950397]},n4378:{id:"n4378",loc:[-85.622336,41.950404]},n4379:{id:"n4379",loc:[-85.622333,41.950379]},n438:{id:"n438",loc:[-85.634514,41.943486]},n4380:{id:"n4380",loc:[-85.622263,41.950324]},n4381:{id:"n4381",loc:[-85.622261,41.950256]},n4382:{id:"n4382",loc:[-85.62236,41.950254]},n4383:{id:"n4383",loc:[-85.62236,41.95027]},n4384:{id:"n4384",loc:[-85.622402,41.950281]},n4385:{id:"n4385",loc:[-85.622403,41.9503]},n4386:{id:"n4386",loc:[-85.622439,41.950299]},n4387:{id:"n4387",loc:[-85.62244,41.950334]},n4388:{id:"n4388",loc:[-85.622414,41.950335]},n4389:{id:"n4389",loc:[-85.622414,41.95036]},n439:{id:"n439",loc:[-85.63452,41.943511]},n4390:{id:"n4390",loc:[-85.62231,41.950362]},n4391:{id:"n4391",loc:[-85.622309,41.950323]},n4392:{id:"n4392",loc:[-85.622015,41.950539]},n4393:{id:"n4393",loc:[-85.621909,41.95054]},n4394:{id:"n4394",loc:[-85.621909,41.950472]},n4395:{id:"n4395",loc:[-85.622015,41.950471]},n4396:{id:"n4396",loc:[-85.62199,41.950439]},n4397:{id:"n4397",loc:[-85.621956,41.95044]},n4398:{id:"n4398",loc:[-85.621955,41.950405]},n4399:{id:"n4399",loc:[-85.621988,41.950404]},n44:{id:"n44",loc:[-85.636799,41.943055]},n440:{id:"n440",loc:[-85.63451,41.943534]},n4400:{id:"n4400",loc:[-85.621668,41.950418]},n4401:{id:"n4401",loc:[-85.621667,41.950343]},n4402:{id:"n4402",loc:[-85.621745,41.950342]},n4403:{id:"n4403",loc:[-85.621744,41.950306]},n4404:{id:"n4404",loc:[-85.621764,41.950306]},n4405:{id:"n4405",loc:[-85.621763,41.950254]},n4406:{id:"n4406",loc:[-85.621861,41.950253]},n4407:{id:"n4407",loc:[-85.621861,41.950274]},n4408:{id:"n4408",loc:[-85.621896,41.950273]},n4409:{id:"n4409",loc:[-85.621898,41.950389]},n441:{id:"n441",loc:[-85.634483,41.943556]},n4410:{id:"n4410",loc:[-85.621843,41.95039]},n4411:{id:"n4411",loc:[-85.621843,41.950425]},n4412:{id:"n4412",loc:[-85.621789,41.950425]},n4413:{id:"n4413",loc:[-85.621789,41.950386]},n4414:{id:"n4414",loc:[-85.621752,41.950387]},n4415:{id:"n4415",loc:[-85.621753,41.950417]},n4416:{id:"n4416",loc:[-85.621556,41.950562]},n4417:{id:"n4417",loc:[-85.621552,41.950217]},n4418:{id:"n4418",loc:[-85.621788,41.950562]},n4419:{id:"n4419",loc:[-85.621155,41.950562]},n442:{id:"n442",loc:[-85.63419,41.943713]},n4420:{id:"n4420",loc:[-85.622473,41.950551]},n4421:{id:"n4421",loc:[-85.622043,41.950551]},n4422:{id:"n4422",loc:[-85.62142,41.950454]},n4423:{id:"n4423",loc:[-85.621315,41.950455]},n4424:{id:"n4424",loc:[-85.621313,41.950311]},n4425:{id:"n4425",loc:[-85.621388,41.950311]},n4426:{id:"n4426",loc:[-85.621387,41.950261]},n4427:{id:"n4427",loc:[-85.621468,41.95026]},n4428:{id:"n4428",loc:[-85.621468,41.950271]},n4429:{id:"n4429",loc:[-85.621503,41.95027]},n443:{id:"n443",loc:[-85.634462,41.943294]},n4430:{id:"n4430",loc:[-85.621505,41.950353]},n4431:{id:"n4431",loc:[-85.621483,41.950354]},n4432:{id:"n4432",loc:[-85.621483,41.950392]},n4433:{id:"n4433",loc:[-85.621419,41.950393]},n4434:{id:"n4434",loc:[-85.621213,41.95039]},n4435:{id:"n4435",loc:[-85.621127,41.950391]},n4436:{id:"n4436",loc:[-85.621126,41.950357]},n4437:{id:"n4437",loc:[-85.621094,41.950357]},n4438:{id:"n4438",loc:[-85.621094,41.950391]},n4439:{id:"n4439",loc:[-85.620977,41.950392]},n444:{id:"n444",loc:[-85.634298,41.943389]},n4440:{id:"n4440",loc:[-85.620975,41.950278]},n4441:{id:"n4441",loc:[-85.621087,41.950277]},n4442:{id:"n4442",loc:[-85.621088,41.950331]},n4443:{id:"n4443",loc:[-85.621211,41.950312]},n4444:{id:"n4444",loc:[-85.621104,41.950313]},n4445:{id:"n4445",loc:[-85.621105,41.950331]},n4446:{id:"n4446",loc:[-85.620706,41.950328]},n4447:{id:"n4447",loc:[-85.620606,41.950327]},n4448:{id:"n4448",loc:[-85.620607,41.950261]},n4449:{id:"n4449",loc:[-85.620707,41.950262]},n445:{id:"n445",loc:[-85.634527,41.943623]},n4450:{id:"n4450",loc:[-85.620599,41.950336]},n4451:{id:"n4451",loc:[-85.620559,41.950336]},n4452:{id:"n4452",loc:[-85.620559,41.950299]},n4453:{id:"n4453",loc:[-85.620599,41.950299]},n4454:{id:"n4454",loc:[-85.620545,41.950357]},n4455:{id:"n4455",loc:[-85.620418,41.950357]},n4456:{id:"n4456",loc:[-85.620417,41.950257]},n4457:{id:"n4457",loc:[-85.620544,41.950256]},n4458:{id:"n4458",loc:[-85.620246,41.950131],tags:{highway:"crossing"}},n4459:{id:"n4459",loc:[-85.620252,41.950956]},n446:{id:"n446",loc:[-85.634608,41.943577]},n4460:{id:"n4460",loc:[-85.620245,41.950179]},n4461:{id:"n4461",loc:[-85.620246,41.950088]},n4462:{id:"n4462",loc:[-85.620251,41.950885]},n4463:{id:"n4463",loc:[-85.620103,41.950884],tags:{crossing:"zebra",highway:"crossing"}},n4464:{id:"n4464",loc:[-85.619992,41.950884]},n4465:{id:"n4465",loc:[-85.619704,41.951008]},n4466:{id:"n4466",loc:[-85.619599,41.951122]},n4467:{id:"n4467",loc:[-85.619264,41.951486]},n4468:{id:"n4468",loc:[-85.619179,41.951573],tags:{highway:"crossing"}},n4469:{id:"n4469",loc:[-85.620251,41.950999],tags:{highway:"crossing"}},n447:{id:"n447",loc:[-85.634555,41.943531]},n4470:{id:"n4470",loc:[-85.620249,41.951066]},n4471:{id:"n4471",loc:[-85.620256,41.951374]},n4472:{id:"n4472",loc:[-85.620249,41.951389]},n4473:{id:"n4473",loc:[-85.620249,41.951407]},n4474:{id:"n4474",loc:[-85.620255,41.951423]},n4475:{id:"n4475",loc:[-85.62026,41.951853]},n4476:{id:"n4476",loc:[-85.620262,41.951894],tags:{highway:"crossing"}},n4477:{id:"n4477",loc:[-85.620265,41.951957]},n4478:{id:"n4478",loc:[-85.620262,41.952135]},n4479:{id:"n4479",loc:[-85.620241,41.952424]},n448:{id:"n448",loc:[-85.634555,41.943482]},n4480:{id:"n4480",loc:[-85.620213,41.952583]},n4481:{id:"n4481",loc:[-85.620158,41.952754]},n4482:{id:"n4482",loc:[-85.620065,41.952942]},n4483:{id:"n4483",loc:[-85.619753,41.953439]},n4484:{id:"n4484",loc:[-85.619605,41.953626]},n4485:{id:"n4485",loc:[-85.619381,41.953834]},n4486:{id:"n4486",loc:[-85.619069,41.954066]},n4487:{id:"n4487",loc:[-85.618674,41.95429]},n4488:{id:"n4488",loc:[-85.621816,41.952389]},n4489:{id:"n4489",loc:[-85.6217,41.952386]},n449:{id:"n449",loc:[-85.634509,41.943427]},n4490:{id:"n4490",loc:[-85.621705,41.952306]},n4491:{id:"n4491",loc:[-85.621821,41.95231]},n4492:{id:"n4492",loc:[-85.621819,41.952272]},n4493:{id:"n4493",loc:[-85.621778,41.952272]},n4494:{id:"n4494",loc:[-85.621778,41.952199]},n4495:{id:"n4495",loc:[-85.621818,41.952199]},n4496:{id:"n4496",loc:[-85.621754,41.952281]},n4497:{id:"n4497",loc:[-85.621701,41.95228]},n4498:{id:"n4498",loc:[-85.621702,41.952197]},n4499:{id:"n4499",loc:[-85.621755,41.952197]},n45:{id:"n45",loc:[-85.636791,41.942792]},n450:{id:"n450",loc:[-85.63453,41.943365]},n4500:{id:"n4500",loc:[-85.628201,41.954694],tags:{highway:"stop",stop:"all",direction:"forward"}},n4501:{id:"n4501",loc:[-85.627921,41.954783],tags:{highway:"stop",stop:"all",direction:"backward"}},n4502:{id:"n4502",loc:[-85.62775,41.954696],tags:{highway:"stop",stop:"all",direction:"backward"}},n4503:{id:"n4503",loc:[-85.628046,41.954591],tags:{highway:"stop",stop:"all",direction:"forward"}},n4504:{id:"n4504",loc:[-85.631074,41.957428],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4505:{id:"n4505",loc:[-85.630768,41.957429],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4506:{id:"n4506",loc:[-85.629888,41.957432],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4507:{id:"n4507",loc:[-85.629565,41.957433],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4508:{id:"n4508",loc:[-85.629559,41.957343]},n4509:{id:"n4509",loc:[-85.628723,41.95735]},n451:{id:"n451",loc:[-85.634356,41.943468]},n4510:{id:"n4510",loc:[-85.62842,41.957515]},n4511:{id:"n4511",loc:[-85.627561,41.957525]},n4512:{id:"n4512",loc:[-85.630323,41.957508]},n4513:{id:"n4513",loc:[-85.630811,41.957506]},n4514:{id:"n4514",loc:[-85.630839,41.960874]},n4515:{id:"n4515",loc:[-85.631035,41.957506]},n4516:{id:"n4516",loc:[-85.632027,41.9575]},n4517:{id:"n4517",loc:[-85.631038,41.958066]},n4518:{id:"n4518",loc:[-85.630787,41.954769]},n4519:{id:"n4519",loc:[-85.630806,41.957342]},n452:{id:"n452",loc:[-85.634123,41.943596]},n4520:{id:"n4520",loc:[-85.630809,41.957428],tags:{highway:"crossing"}},n4521:{id:"n4521",loc:[-85.630912,41.957506],tags:{highway:"crossing"}},n4522:{id:"n4522",loc:[-85.631033,41.957428],tags:{highway:"crossing"}},n4523:{id:"n4523",loc:[-85.631032,41.957341]},n4524:{id:"n4524",loc:[-85.63091,41.957341],tags:{highway:"crossing"}},n4525:{id:"n4525",loc:[-85.631027,41.95597]},n4526:{id:"n4526",loc:[-85.631027,41.955913],tags:{highway:"crossing"}},n4527:{id:"n4527",loc:[-85.631025,41.955873]},n4528:{id:"n4528",loc:[-85.631073,41.955913],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4529:{id:"n4529",loc:[-85.631007,41.954766]},n453:{id:"n453",loc:[-85.634709,41.943926]},n4530:{id:"n4530",loc:[-85.630881,41.954768],tags:{highway:"crossing"}},n4531:{id:"n4531",loc:[-85.628022,41.954776]},n4532:{id:"n4532",loc:[-85.627385,41.95584]},n4533:{id:"n4533",loc:[-85.627329,41.955937]},n4534:{id:"n4534",loc:[-85.626583,41.957153]},n4535:{id:"n4535",loc:[-85.629675,41.954564],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4536:{id:"n4536",loc:[-85.630881,41.954806],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4537:{id:"n4537",loc:[-85.630879,41.954564],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4538:{id:"n4538",loc:[-85.630784,41.954682],tags:{highway:"crossing"}},n4539:{id:"n4539",loc:[-85.63078,41.954595]},n454:{id:"n454",loc:[-85.63525,41.943855]},n4540:{id:"n4540",loc:[-85.630879,41.954595],tags:{highway:"crossing"}},n4541:{id:"n4541",loc:[-85.631004,41.954594]},n4542:{id:"n4542",loc:[-85.631006,41.954681],tags:{highway:"crossing"}},n4543:{id:"n4543",loc:[-85.631045,41.959036],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4544:{id:"n4544",loc:[-85.632071,41.959029],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4545:{id:"n4545",loc:[-85.632257,41.959027],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4546:{id:"n4546",loc:[-85.631966,41.957427],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4547:{id:"n4547",loc:[-85.632297,41.957426],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4548:{id:"n4548",loc:[-85.631976,41.955911],tags:{highway:"give_way",direction:"forward"}},n4549:{id:"n4549",loc:[-85.632272,41.955911],tags:{highway:"give_way",direction:"backward"}},n455:{id:"n455",loc:[-85.635224,41.943869]},n4550:{id:"n4550",loc:[-85.632097,41.954805],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4551:{id:"n4551",loc:[-85.632094,41.954566],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4552:{id:"n4552",loc:[-85.626519,41.957256]},n4553:{id:"n4553",loc:[-85.625334,41.959165]},n4554:{id:"n4554",loc:[-85.626483,41.95806]},n4555:{id:"n4555",loc:[-85.626481,41.958175]},n4556:{id:"n4556",loc:[-85.626412,41.958174]},n4557:{id:"n4557",loc:[-85.626412,41.958202]},n4558:{id:"n4558",loc:[-85.62628,41.958201]},n4559:{id:"n4559",loc:[-85.626283,41.958057]},n456:{id:"n456",loc:[-85.638854,41.943104]},n4560:{id:"n4560",loc:[-85.622763,41.95109],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4561:{id:"n4561",loc:[-85.622858,41.950876],tags:{emergency:"fire_hydrant"}},n4562:{id:"n4562",loc:[-85.624073,41.950393]},n4563:{id:"n4563",loc:[-85.624077,41.950924]},n4564:{id:"n4564",loc:[-85.624599,41.950984],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4565:{id:"n4565",loc:[-85.624831,41.95119],tags:{emergency:"fire_hydrant"}},n4566:{id:"n4566",loc:[-85.624437,41.952568],tags:{emergency:"fire_hydrant"}},n4567:{id:"n4567",loc:[-85.624077,41.954606],tags:{emergency:"fire_hydrant"}},n4568:{id:"n4568",loc:[-85.624263,41.954888]},n4569:{id:"n4569",loc:[-85.624206,41.954919]},n457:{id:"n457",loc:[-85.635186,41.943901]},n4570:{id:"n4570",loc:[-85.624154,41.954865]},n4571:{id:"n4571",loc:[-85.624212,41.954835]},n4572:{id:"n4572",loc:[-85.622442,41.954401],tags:{emergency:"fire_hydrant"}},n4573:{id:"n4573",loc:[-85.619751,41.954658],tags:{emergency:"fire_hydrant"}},n4574:{id:"n4574",loc:[-85.617785,41.954534]},n4575:{id:"n4575",loc:[-85.617416,41.954721]},n4576:{id:"n4576",loc:[-85.617662,41.95474]},n4577:{id:"n4577",loc:[-85.618014,41.954717]},n4578:{id:"n4578",loc:[-85.617886,41.954671]},n4579:{id:"n4579",loc:[-85.617831,41.954612]},n458:{id:"n458",loc:[-85.635162,41.943917]},n4580:{id:"n4580",loc:[-85.617968,41.954752]},n4581:{id:"n4581",loc:[-85.617815,41.954752]},n4582:{id:"n4582",loc:[-85.617938,41.954695]},n4583:{id:"n4583",loc:[-85.617856,41.954642],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4584:{id:"n4584",loc:[-85.619116,41.954164],tags:{man_made:"flagpole"}},n4585:{id:"n4585",loc:[-85.619569,41.953255],tags:{emergency:"fire_hydrant"}},n4586:{id:"n4586",loc:[-85.620352,41.951894],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4587:{id:"n4587",loc:[-85.620485,41.951948],tags:{emergency:"fire_hydrant"}},n4588:{id:"n4588",loc:[-85.620316,41.950999],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4589:{id:"n4589",loc:[-85.620311,41.950131],tags:{highway:"stop",direction:"backward",stop:"minor"}},n459:{id:"n459",loc:[-85.634856,41.943905]},n4590:{id:"n4590",loc:[-85.620374,41.95018],tags:{emergency:"fire_hydrant"}},n4591:{id:"n4591",loc:[-85.620301,41.949239],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4592:{id:"n4592",loc:[-85.620278,41.947443],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4593:{id:"n4593",loc:[-85.619844,41.947444],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4594:{id:"n4594",loc:[-85.620191,41.947352],tags:{emergency:"fire_hydrant"}},n4595:{id:"n4595",loc:[-85.622819,41.947493],tags:{emergency:"fire_hydrant"}},n4596:{id:"n4596",loc:[-85.622744,41.947541],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4597:{id:"n4597",loc:[-85.622739,41.947316],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4598:{id:"n4598",loc:[-85.622909,41.948333],tags:{highway:"give_way"}},n4599:{id:"n4599",loc:[-85.622593,41.948333],tags:{highway:"give_way"}},n46:{id:"n46",loc:[-85.637131,41.94307]},n460:{id:"n460",loc:[-85.634811,41.944007]},n4600:{id:"n4600",loc:[-85.622835,41.948387],tags:{emergency:"fire_hydrant"}},n4601:{id:"n4601",loc:[-85.622768,41.949125],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4602:{id:"n4602",loc:[-85.622769,41.949325],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4603:{id:"n4603",loc:[-85.622837,41.949329],tags:{emergency:"fire_hydrant"}},n4604:{id:"n4604",loc:[-85.622614,41.950113],tags:{highway:"give_way",direction:"forward"}},n4605:{id:"n4605",loc:[-85.624777,41.949219],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4606:{id:"n4606",loc:[-85.624849,41.949106],tags:{emergency:"fire_hydrant"}},n4607:{id:"n4607",loc:[-85.624858,41.950119],tags:{emergency:"fire_hydrant"}},n4608:{id:"n4608",loc:[-85.624752,41.948334],tags:{highway:"give_way"}},n4609:{id:"n4609",loc:[-85.624845,41.948422],tags:{emergency:"fire_hydrant"}},n461:{id:"n461",loc:[-85.634987,41.943112]},n4610:{id:"n4610",loc:[-85.62484,41.947539],tags:{emergency:"fire_hydrant"}},n4611:{id:"n4611",loc:[-85.62476,41.947428],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4612:{id:"n4612",loc:[-85.620286,41.950926]},n4613:{id:"n4613",loc:[-85.618237,41.950963]},n4614:{id:"n4614",loc:[-85.618107,41.950876]},n4615:{id:"n4615",loc:[-85.618131,41.950393]},n4616:{id:"n4616",loc:[-85.618232,41.949913]},n4617:{id:"n4617",loc:[-85.619138,41.950212]},n4618:{id:"n4618",loc:[-85.619299,41.950388]},n4619:{id:"n4619",loc:[-85.619306,41.950897]},n462:{id:"n462",loc:[-85.634698,41.943194]},n4620:{id:"n4620",loc:[-85.619155,41.950958]},n4621:{id:"n4621",loc:[-85.620079,41.947715]},n4622:{id:"n4622",loc:[-85.619674,41.947728]},n4623:{id:"n4623",loc:[-85.619634,41.947735]},n4624:{id:"n4624",loc:[-85.619587,41.947756],tags:{barrier:"gate"}},n4625:{id:"n4625",loc:[-85.61953,41.947796]},n4626:{id:"n4626",loc:[-85.619475,41.947847]},n4627:{id:"n4627",loc:[-85.619433,41.947903]},n4628:{id:"n4628",loc:[-85.619402,41.947982]},n4629:{id:"n4629",loc:[-85.619394,41.948043]},n463:{id:"n463",loc:[-85.634632,41.943219]},n4630:{id:"n4630",loc:[-85.619395,41.948476]},n4631:{id:"n4631",loc:[-85.618367,41.947452]},n4632:{id:"n4632",loc:[-85.618371,41.947567],tags:{barrier:"gate"}},n4633:{id:"n4633",loc:[-85.618341,41.947622]},n4634:{id:"n4634",loc:[-85.618138,41.94773]},n4635:{id:"n4635",loc:[-85.618078,41.947814]},n4636:{id:"n4636",loc:[-85.618072,41.948009]},n4637:{id:"n4637",loc:[-85.618269,41.947666]},n4638:{id:"n4638",loc:[-85.618099,41.947765]},n4639:{id:"n4639",loc:[-85.618378,41.954453]},n464:{id:"n464",loc:[-85.63459,41.943239]},n4640:{id:"n4640",loc:[-85.618198,41.95453]},n4641:{id:"n4641",loc:[-85.618212,41.954623]},n4642:{id:"n4642",loc:[-85.635211,41.943103],tags:{leisure:"picnic_table"}},n4643:{id:"n4643",loc:[-85.635345,41.943448],tags:{leisure:"picnic_table"}},n4644:{id:"n4644",loc:[-85.635901,41.943353],tags:{amenity:"bench"}},n4645:{id:"n4645",loc:[-85.635815,41.942638],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4646:{id:"n4646",loc:[-85.635355,41.942044],tags:{leisure:"picnic_table"}},n4647:{id:"n4647",loc:[-85.635206,41.942045],tags:{leisure:"picnic_table"}},n4648:{id:"n4648",loc:[-85.63504,41.941992],tags:{leisure:"picnic_table"}},n4649:{id:"n4649",loc:[-85.635185,41.942001]},n465:{id:"n465",loc:[-85.634555,41.943263]},n4650:{id:"n4650",loc:[-85.635176,41.942021]},n4651:{id:"n4651",loc:[-85.635127,41.942008]},n4652:{id:"n4652",loc:[-85.635136,41.941988]},n4653:{id:"n4653",loc:[-85.635,41.941709],tags:{emergency:"fire_hydrant"}},n4654:{id:"n4654",loc:[-85.634893,41.941801]},n4655:{id:"n4655",loc:[-85.634937,41.941843]},n4656:{id:"n4656",loc:[-85.634963,41.941859]},n4657:{id:"n4657",loc:[-85.635027,41.941904]},n4658:{id:"n4658",loc:[-85.63494,41.94187]},n4659:{id:"n4659",loc:[-85.634951,41.941871]},n466:{id:"n466",loc:[-85.634526,41.943289]},n4660:{id:"n4660",loc:[-85.634753,41.941701],tags:{amenity:"drinking_water"}},n4661:{id:"n4661",loc:[-85.634717,41.941804],tags:{amenity:"bench"}},n4662:{id:"n4662",loc:[-85.634554,41.941883],tags:{amenity:"bench"}},n4663:{id:"n4663",loc:[-85.635002,41.941579],tags:{amenity:"fountain"}},n4664:{id:"n4664",loc:[-85.635258,41.94188],tags:{amenity:"waste_basket"}},n4665:{id:"n4665",loc:[-85.635262,41.941581],tags:{amenity:"bench"}},n4666:{id:"n4666",loc:[-85.635319,41.941744],tags:{amenity:"bench"}},n4667:{id:"n4667",loc:[-85.634702,41.941473],tags:{amenity:"waste_basket"}},n4668:{id:"n4668",loc:[-85.633981,41.941966],tags:{amenity:"bench"}},n4669:{id:"n4669",loc:[-85.63388,41.941743]},n467:{id:"n467",loc:[-85.635163,41.944985]},n4670:{id:"n4670",loc:[-85.633746,41.941741]},n4671:{id:"n4671",loc:[-85.633749,41.941664]},n4672:{id:"n4672",loc:[-85.633883,41.941667]},n4673:{id:"n4673",loc:[-85.634283,41.941183],tags:{leisure:"picnic_table"}},n4674:{id:"n4674",loc:[-85.634046,41.941102],tags:{amenity:"bbq"}},n4675:{id:"n4675",loc:[-85.63401,41.941093],tags:{amenity:"bbq"}},n4676:{id:"n4676",loc:[-85.633408,41.940862],tags:{amenity:"bench"}},n4677:{id:"n4677",loc:[-85.633359,41.940651],tags:{amenity:"bench"}},n4678:{id:"n4678",loc:[-85.634109,41.940831]},n4679:{id:"n4679",loc:[-85.63396,41.940867]},n468:{id:"n468",loc:[-85.635095,41.945035]},n4680:{id:"n4680",loc:[-85.633816,41.940913]},n4681:{id:"n4681",loc:[-85.633237,41.940455]},n4682:{id:"n4682",loc:[-85.634453,41.940025],tags:{emergency:"fire_hydrant"}},n4683:{id:"n4683",loc:[-85.635692,41.940218],tags:{emergency:"fire_hydrant"}},n4684:{id:"n4684",loc:[-85.635566,41.940102],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4685:{id:"n4685",loc:[-85.635961,41.940125],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4686:{id:"n4686",loc:[-85.635883,41.94012],tags:{crossing:"zebra",highway:"crossing"}},n4687:{id:"n4687",loc:[-85.635883,41.94006]},n4688:{id:"n4688",loc:[-85.635768,41.940051],tags:{crossing:"zebra",highway:"crossing"}},n4689:{id:"n4689",loc:[-85.635669,41.940043]},n469:{id:"n469",loc:[-85.634269,41.944431]},n4690:{id:"n4690",loc:[-85.635661,41.940107],tags:{crossing:"zebra",highway:"crossing"}},n4691:{id:"n4691",loc:[-85.635424,41.941005],tags:{amenity:"fountain"}},n4692:{id:"n4692",loc:[-85.635542,41.941371],tags:{amenity:"bench"}},n4693:{id:"n4693",loc:[-85.635709,41.941341],tags:{emergency:"fire_hydrant"}},n4694:{id:"n4694",loc:[-85.637038,41.942513],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4695:{id:"n4695",loc:[-85.637174,41.941354],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4696:{id:"n4696",loc:[-85.637091,41.941273],tags:{emergency:"fire_hydrant"}},n4697:{id:"n4697",loc:[-85.638058,41.941346],tags:{highway:"give_way",direction:"forward"}},n4698:{id:"n4698",loc:[-85.638359,41.941344],tags:{highway:"give_way",direction:"backward"}},n4699:{id:"n4699",loc:[-85.638288,41.941236],tags:{emergency:"fire_hydrant"}},n47:{id:"n47",loc:[-85.636693,41.943073]},n470:{id:"n470",loc:[-85.634352,41.944376]},n4700:{id:"n4700",loc:[-85.63935,41.94128],tags:{emergency:"fire_hydrant"}},n4701:{id:"n4701",loc:[-85.639277,41.941337],tags:{highway:"give_way",direction:"forward"}},n4702:{id:"n4702",loc:[-85.639548,41.941334],tags:{highway:"give_way",direction:"backward"}},n4703:{id:"n4703",loc:[-85.642191,41.940039]},n4704:{id:"n4704",loc:[-85.640585,41.941263],tags:{emergency:"fire_hydrant"}},n4705:{id:"n4705",loc:[-85.64049,41.941327],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4706:{id:"n4706",loc:[-85.640803,41.941324],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4707:{id:"n4707",loc:[-85.641717,41.941317],tags:{highway:"stop",direction:"forward",stop:"all"}},n4708:{id:"n4708",loc:[-85.641846,41.941415],tags:{highway:"stop",direction:"backward",stop:"all"}},n4709:{id:"n4709",loc:[-85.641756,41.941392],tags:{emergency:"fire_hydrant"}},n471:{id:"n471",loc:[-85.634747,41.944561],tags:{railway:"crossing"}},n4710:{id:"n4710",loc:[-85.642014,41.941313],tags:{highway:"stop",direction:"forward",stop:"all"}},n4711:{id:"n4711",loc:[-85.641854,41.942455],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4712:{id:"n4712",loc:[-85.641859,41.942739],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4713:{id:"n4713",loc:[-85.640754,41.942707],tags:{emergency:"fire_hydrant"}},n4714:{id:"n4714",loc:[-85.640669,41.942716],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4715:{id:"n4715",loc:[-85.640664,41.942478],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4716:{id:"n4716",loc:[-85.63964,41.94274],tags:{man_made:"flagpole"}},n4717:{id:"n4717",loc:[-85.639455,41.942731],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4718:{id:"n4718",loc:[-85.63945,41.942492],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4719:{id:"n4719",loc:[-85.639527,41.942505],tags:{emergency:"fire_hydrant"}},n472:{id:"n472",loc:[-85.634667,41.944613]},n4720:{id:"n4720",loc:[-85.638238,41.942745],tags:{highway:"stop",direction:"backward",stop:"minor"}},n4721:{id:"n4721",loc:[-85.638233,41.942511],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4722:{id:"n4722",loc:[-85.638018,41.94299],tags:{amenity:"waste_disposal"}},n4723:{id:"n4723",loc:[-85.637918,41.944152],tags:{amenity:"waste_basket"}},n4724:{id:"n4724",loc:[-85.635902,41.943291],tags:{leisure:"picnic_table"}},n4725:{id:"n4725",loc:[-85.63704,41.942741],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4726:{id:"n4726",loc:[-85.633467,41.943818],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4727:{id:"n4727",loc:[-85.633987,41.943531],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4728:{id:"n4728",loc:[-85.632154,41.943539],tags:{emergency:"fire_hydrant"}},n4729:{id:"n4729",loc:[-85.633567,41.944641],tags:{amenity:"bench"}},n473:{id:"n473",loc:[-85.634161,41.944371]},n4730:{id:"n4730",loc:[-85.633127,41.944574],tags:{amenity:"bench"}},n4731:{id:"n4731",loc:[-85.633439,41.944871],tags:{amenity:"bench"}},n4732:{id:"n4732",loc:[-85.633676,41.944799],tags:{amenity:"waste_basket"}},n4733:{id:"n4733",loc:[-85.633466,41.944862],tags:{amenity:"waste_basket"}},n4734:{id:"n4734",loc:[-85.633451,41.944847],tags:{emergency:"fire_hydrant"}},n4735:{id:"n4735",loc:[-85.634202,41.945543],tags:{amenity:"waste_basket"}},n4736:{id:"n4736",loc:[-85.634652,41.945472],tags:{leisure:"picnic_table"}},n4737:{id:"n4737",loc:[-85.6347,41.945445],tags:{leisure:"picnic_table"}},n4738:{id:"n4738",loc:[-85.634646,41.945662],tags:{emergency:"fire_hydrant"}},n4739:{id:"n4739",loc:[-85.634673,41.945687],tags:{amenity:"waste_basket"}},n474:{id:"n474",loc:[-85.633861,41.944117]},n4740:{id:"n4740",loc:[-85.63449,41.945827],tags:{amenity:"clock",display:"analog"}},n4741:{id:"n4741",loc:[-85.63481,41.946056],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4742:{id:"n4742",loc:[-85.634814,41.946176],tags:{amenity:"post_box"}},n4743:{id:"n4743",loc:[-85.638744,41.945328]},n4744:{id:"n4744",loc:[-85.63867,41.945228],tags:{amenity:"bench"}},n4745:{id:"n4745",loc:[-85.639487,41.945042],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4746:{id:"n4746",loc:[-85.639635,41.94387],tags:{highway:"stop",stop:"minor",direction:"backward"}},n4747:{id:"n4747",loc:[-85.639549,41.943756],tags:{emergency:"fire_hydrant"}},n4748:{id:"n4748",loc:[-85.64055,41.943862],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4749:{id:"n4749",loc:[-85.640864,41.943859],tags:{highway:"stop",stop:"minor",direction:"backward"}},n475:{id:"n475",loc:[-85.633906,41.943535]},n4750:{id:"n4750",loc:[-85.640718,41.945022],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4751:{id:"n4751",loc:[-85.640664,41.945076],tags:{emergency:"fire_hydrant"}},n4752:{id:"n4752",loc:[-85.641913,41.94502],tags:{highway:"stop",direction:"forward",stop:"minor"}},n4753:{id:"n4753",loc:[-85.641838,41.945076],tags:{emergency:"fire_hydrant"}},n4754:{id:"n4754",loc:[-85.642045,41.94385],tags:{highway:"give_way",direction:"backward"}},n4755:{id:"n4755",loc:[-85.641738,41.943852],tags:{highway:"give_way",direction:"forward"}},n4756:{id:"n4756",loc:[-85.642928,41.943843],tags:{highway:"stop",stop:"minor",direction:"forward"}},n4757:{id:"n4757",loc:[-85.64305,41.943902],tags:{emergency:"fire_hydrant"}},n4758:{id:"n4758",loc:[-85.642986,41.945105],tags:{highway:"stop",direction:"backward",stop:"all"}},n4759:{id:"n4759",loc:[-85.643136,41.94502],tags:{highway:"stop",stop:"all",direction:"forward"}},n476:{id:"n476",loc:[-85.63423,41.943692]},n4760:{id:"n4760",loc:[-85.63169,41.947812]},n4761:{id:"n4761",loc:[-85.631307,41.947655]},n4762:{id:"n4762",loc:[-85.631407,41.947413]},n4763:{id:"n4763",loc:[-85.631173,41.947306]},n4764:{id:"n4764",loc:[-85.631316,41.947145]},n4765:{id:"n4765",loc:[-85.631476,41.947087]},n4766:{id:"n4766",loc:[-85.631793,41.946871]},n4767:{id:"n4767",loc:[-85.631884,41.946723]},n4768:{id:"n4768",loc:[-85.631814,41.946397]},n4769:{id:"n4769",loc:[-85.631382,41.947685]},n477:{id:"n477",loc:[-85.635096,41.942814]},n4770:{id:"n4770",loc:[-85.63109,41.947819]},n4771:{id:"n4771",loc:[-85.630921,41.947961]},n4772:{id:"n4772",loc:[-85.630249,41.947709]},n4773:{id:"n4773",loc:[-85.630149,41.947451]},n4774:{id:"n4774",loc:[-85.629733,41.947339]},n4775:{id:"n4775",loc:[-85.629755,41.946948]},n4776:{id:"n4776",loc:[-85.630457,41.947103]},n4777:{id:"n4777",loc:[-85.630934,41.946939]},n4778:{id:"n4778",loc:[-85.631277,41.946852]},n4779:{id:"n4779",loc:[-85.63142,41.946781]},n478:{id:"n478",loc:[-85.635058,41.942795]},n4780:{id:"n4780",loc:[-85.631116,41.946474]},n4781:{id:"n4781",loc:[-85.63073,41.945965]},n4782:{id:"n4782",loc:[-85.631337,41.94571]},n4783:{id:"n4783",loc:[-85.631589,41.945487]},n4784:{id:"n4784",loc:[-85.632278,41.945784]},n4785:{id:"n4785",loc:[-85.632105,41.946034]},n4786:{id:"n4786",loc:[-85.632532,41.946198]},n4787:{id:"n4787",loc:[-85.632566,41.946151]},n4788:{id:"n4788",loc:[-85.632684,41.946196]},n4789:{id:"n4789",loc:[-85.628676,41.947106]},n479:{id:"n479",loc:[-85.635002,41.94279]},n4790:{id:"n4790",loc:[-85.628973,41.946476]},n4791:{id:"n4791",loc:[-85.629094,41.946079]},n4792:{id:"n4792",loc:[-85.629226,41.94578]},n4793:{id:"n4793",loc:[-85.629479,41.945682]},n4794:{id:"n4794",loc:[-85.630606,41.94569]},n4795:{id:"n4795",loc:[-85.631255,41.945588]},n4796:{id:"n4796",loc:[-85.631546,41.945281]},n4797:{id:"n4797",loc:[-85.631629,41.944823]},n4798:{id:"n4798",loc:[-85.631766,41.944958]},n4799:{id:"n4799",loc:[-85.631689,41.945318]},n48:{id:"n48",loc:[-85.636689,41.94276]},n480:{id:"n480",loc:[-85.634908,41.94279]},n4800:{id:"n4800",loc:[-85.615069,41.945527]},n4801:{id:"n4801",loc:[-85.615058,41.946677]},n4802:{id:"n4802",loc:[-85.613692,41.946689]},n4803:{id:"n4803",loc:[-85.613475,41.946531]},n4804:{id:"n4804",loc:[-85.611717,41.946252]},n4805:{id:"n4805",loc:[-85.611353,41.946385]},n4806:{id:"n4806",loc:[-85.611304,41.947397]},n4807:{id:"n4807",loc:[-85.610564,41.947401]},n4808:{id:"n4808",loc:[-85.610553,41.947122]},n4809:{id:"n4809",loc:[-85.610194,41.946992]},n481:{id:"n481",loc:[-85.634478,41.942342]},n4810:{id:"n4810",loc:[-85.609976,41.946628]},n4811:{id:"n4811",loc:[-85.609769,41.946523]},n4812:{id:"n4812",loc:[-85.609307,41.946523]},n4813:{id:"n4813",loc:[-85.609035,41.946462]},n4814:{id:"n4814",loc:[-85.609018,41.943277]},n4815:{id:"n4815",loc:[-85.609617,41.943423]},n4816:{id:"n4816",loc:[-85.610471,41.943447]},n4817:{id:"n4817",loc:[-85.621491,41.949168]},n4818:{id:"n4818",loc:[-85.620266,41.94917]},n4819:{id:"n4819",loc:[-85.620262,41.947557]},n482:{id:"n482",loc:[-85.634521,41.942254]},n4820:{id:"n4820",loc:[-85.620825,41.947556]},n4821:{id:"n4821",loc:[-85.620827,41.948371]},n4822:{id:"n4822",loc:[-85.621489,41.94837]},n4823:{id:"n4823",loc:[-85.622865,41.950928]},n4824:{id:"n4824",loc:[-85.622858,41.949744]},n4825:{id:"n4825",loc:[-85.623696,41.949714]},n4826:{id:"n4826",loc:[-85.623696,41.949647]},n4827:{id:"n4827",loc:[-85.624019,41.949647]},n4828:{id:"n4828",loc:[-85.624024,41.950093]},n4829:{id:"n4829",loc:[-85.622885,41.949711]},n483:{id:"n483",loc:[-85.63425,41.941819]},n4830:{id:"n4830",loc:[-85.624584,41.951049]},n4831:{id:"n4831",loc:[-85.624669,41.9511]},n4832:{id:"n4832",loc:[-85.624316,41.952218]},n4833:{id:"n4833",loc:[-85.623819,41.952094]},n4834:{id:"n4834",loc:[-85.623385,41.952101]},n4835:{id:"n4835",loc:[-85.623456,41.951238]},n4836:{id:"n4836",loc:[-85.623535,41.951051]},n4837:{id:"n4837",loc:[-85.624693,41.950921]},n4838:{id:"n4838",loc:[-85.624727,41.950897]},n4839:{id:"n4839",loc:[-85.624869,41.950341]},n484:{id:"n484",loc:[-85.634324,41.942131]},n4840:{id:"n4840",loc:[-85.624859,41.949284]},n4841:{id:"n4841",loc:[-85.624788,41.949262]},n4842:{id:"n4842",loc:[-85.62402,41.949265]},n4843:{id:"n4843",loc:[-85.610382,41.954663]},n4844:{id:"n4844",loc:[-85.605675,41.954667]},n4845:{id:"n4845",loc:[-85.605669,41.949407]},n4846:{id:"n4846",loc:[-85.610376,41.949404]},n4847:{id:"n4847",loc:[-85.605552,41.958536]},n4848:{id:"n4848",loc:[-85.595755,41.958588]},n4849:{id:"n4849",loc:[-85.595732,41.956419]},n485:{id:"n485",loc:[-85.634211,41.941374]},n4850:{id:"n4850",loc:[-85.596908,41.955605]},n4851:{id:"n4851",loc:[-85.597723,41.955596]},n4852:{id:"n4852",loc:[-85.597715,41.954967]},n4853:{id:"n4853",loc:[-85.5874,41.955018]},n4854:{id:"n4854",loc:[-85.586615,41.955124]},n4855:{id:"n4855",loc:[-85.58613,41.955293]},n4856:{id:"n4856",loc:[-85.586166,41.962122]},n4857:{id:"n4857",loc:[-85.587008,41.955052]},n4858:{id:"n4858",loc:[-85.591685,41.95499]},n4859:{id:"n4859",loc:[-85.591718,41.956649]},n486:{id:"n486",loc:[-85.634085,41.940704]},n4860:{id:"n4860",loc:[-85.591133,41.956649]},n4861:{id:"n4861",loc:[-85.591061,41.95582]},n4862:{id:"n4862",loc:[-85.590677,41.95613]},n4863:{id:"n4863",loc:[-85.590826,41.956369]},n4864:{id:"n4864",loc:[-85.591016,41.954991]},n4865:{id:"n4865",loc:[-85.587656,41.954855]},n4866:{id:"n4866",loc:[-85.5964,41.955274]},n4867:{id:"n4867",loc:[-85.58776,41.96178]},n4868:{id:"n4868",loc:[-85.601172,41.960448]},n4869:{id:"n4869",loc:[-85.589489,41.960478]},n487:{id:"n487",loc:[-85.635567,41.940944]},n4870:{id:"n4870",loc:[-85.586664,41.960493]},n4871:{id:"n4871",loc:[-85.591227,41.95676]},n4872:{id:"n4872",loc:[-85.589424,41.958093]},n4873:{id:"n4873",loc:[-85.588779,41.957611]},n4874:{id:"n4874",loc:[-85.590583,41.956278]},n4875:{id:"n4875",loc:[-85.590759,41.957106]},n4876:{id:"n4876",loc:[-85.592213,41.958218]},n4877:{id:"n4877",loc:[-85.592262,41.958279]},n4878:{id:"n4878",loc:[-85.592304,41.958358]},n4879:{id:"n4879",loc:[-85.592351,41.95849]},n488:{id:"n488",loc:[-85.635542,41.940919]},n4880:{id:"n4880",loc:[-85.592363,41.958605]},n4881:{id:"n4881",loc:[-85.592383,41.96047]},n4882:{id:"n4882",loc:[-85.592376,41.959808]},n4883:{id:"n4883",loc:[-85.600825,41.959779]},n4884:{id:"n4884",loc:[-85.601084,41.959844]},n4885:{id:"n4885",loc:[-85.601144,41.959908]},n4886:{id:"n4886",loc:[-85.601164,41.960008]},n4887:{id:"n4887",loc:[-85.601162,41.960125]},n4888:{id:"n4888",loc:[-85.601134,41.960221]},n4889:{id:"n4889",loc:[-85.600993,41.960353]},n489:{id:"n489",loc:[-85.635514,41.940906]},n4890:{id:"n4890",loc:[-85.600794,41.960449]},n4891:{id:"n4891",loc:[-85.60098,41.959792]},n4892:{id:"n4892",loc:[-85.601067,41.960294]},n4893:{id:"n4893",loc:[-85.596829,41.959793]},n4894:{id:"n4894",loc:[-85.596839,41.960459]},n4895:{id:"n4895",loc:[-85.589364,41.958048]},n4896:{id:"n4896",loc:[-85.587374,41.959511]},n4897:{id:"n4897",loc:[-85.587286,41.959564]},n4898:{id:"n4898",loc:[-85.587163,41.959632]},n4899:{id:"n4899",loc:[-85.586694,41.959865]},n49:{id:"n49",loc:[-85.637127,41.942757]},n490:{id:"n490",loc:[-85.635469,41.940896]},n4900:{id:"n4900",loc:[-85.586634,41.959921]},n4901:{id:"n4901",loc:[-85.586607,41.960001]},n4902:{id:"n4902",loc:[-85.586599,41.960099]},n4903:{id:"n4903",loc:[-85.586602,41.96034]},n4904:{id:"n4904",loc:[-85.586669,41.960439]},n4905:{id:"n4905",loc:[-85.586758,41.960493]},n4906:{id:"n4906",loc:[-85.586618,41.960391]},n4907:{id:"n4907",loc:[-85.591201,41.956352]},n4908:{id:"n4908",loc:[-85.59112,41.954843]},n4909:{id:"n4909",loc:[-85.591536,41.956349]},n491:{id:"n491",loc:[-85.635667,41.940826]},n4910:{id:"n4910",loc:[-85.590953,41.956354]},n4911:{id:"n4911",loc:[-85.591468,41.956406]},n4912:{id:"n4912",loc:[-85.591469,41.956478]},n4913:{id:"n4913",loc:[-85.591123,41.956481]},n4914:{id:"n4914",loc:[-85.591121,41.956409]},n4915:{id:"n4915",loc:[-85.590826,41.955954]},n4916:{id:"n4916",loc:[-85.590612,41.956115]},n4917:{id:"n4917",loc:[-85.590402,41.955962]},n4918:{id:"n4918",loc:[-85.590622,41.955804]},n4919:{id:"n4919",loc:[-85.59011,41.956502]},n492:{id:"n492",loc:[-85.636197,41.940599]},n4920:{id:"n4920",loc:[-85.589877,41.956668]},n4921:{id:"n4921",loc:[-85.589777,41.95659]},n4922:{id:"n4922",loc:[-85.59001,41.956424]},n4923:{id:"n4923",loc:[-85.589595,41.956427]},n4924:{id:"n4924",loc:[-85.589434,41.956549]},n4925:{id:"n4925",loc:[-85.589262,41.956424]},n4926:{id:"n4926",loc:[-85.589422,41.956302]},n4927:{id:"n4927",loc:[-85.589358,41.956286]},n4928:{id:"n4928",loc:[-85.5892,41.956408]},n4929:{id:"n4929",loc:[-85.589032,41.956288]},n493:{id:"n493",loc:[-85.6362,41.940686]},n4930:{id:"n4930",loc:[-85.58919,41.956166]},n4931:{id:"n4931",loc:[-85.589165,41.956132]},n4932:{id:"n4932",loc:[-85.589002,41.956253]},n4933:{id:"n4933",loc:[-85.588826,41.956122]},n4934:{id:"n4934",loc:[-85.588989,41.956001]},n4935:{id:"n4935",loc:[-85.588673,41.955757]},n4936:{id:"n4936",loc:[-85.588502,41.955882]},n4937:{id:"n4937",loc:[-85.588339,41.955759]},n4938:{id:"n4938",loc:[-85.58851,41.955633]},n4939:{id:"n4939",loc:[-85.590382,41.955892]},n494:{id:"n494",loc:[-85.635969,41.94069]},n4940:{id:"n4940",loc:[-85.589923,41.956231]},n4941:{id:"n4941",loc:[-85.58984,41.956168]},n4942:{id:"n4942",loc:[-85.5903,41.95583]},n4943:{id:"n4943",loc:[-85.589636,41.956038]},n4944:{id:"n4944",loc:[-85.589546,41.956105]},n4945:{id:"n4945",loc:[-85.589045,41.955729]},n4946:{id:"n4946",loc:[-85.589135,41.955662]},n4947:{id:"n4947",loc:[-85.590718,41.955293]},n4948:{id:"n4948",loc:[-85.590718,41.955374]},n4949:{id:"n4949",loc:[-85.589211,41.955369]},n495:{id:"n495",loc:[-85.635965,41.940561]},n4950:{id:"n4950",loc:[-85.589212,41.955287]},n4951:{id:"n4951",loc:[-85.589675,41.956817]},n4952:{id:"n4952",loc:[-85.58947,41.95697]},n4953:{id:"n4953",loc:[-85.589219,41.956784]},n4954:{id:"n4954",loc:[-85.589425,41.95663]},n4955:{id:"n4955",loc:[-85.589373,41.95702]},n4956:{id:"n4956",loc:[-85.589171,41.957172]},n4957:{id:"n4957",loc:[-85.588962,41.957019]},n4958:{id:"n4958",loc:[-85.589164,41.956867]},n4959:{id:"n4959",loc:[-85.588881,41.955006]},n496:{id:"n496",loc:[-85.636031,41.94056]},n4960:{id:"n4960",loc:[-85.588804,41.955006]},n4961:{id:"n4961",loc:[-85.604773,41.954521]},n4962:{id:"n4962",loc:[-85.601603,41.954527]},n4963:{id:"n4963",loc:[-85.600823,41.954169]},n4964:{id:"n4964",loc:[-85.600828,41.950191]},n4965:{id:"n4965",loc:[-85.601673,41.949457]},n4966:{id:"n4966",loc:[-85.604464,41.949488]},n4967:{id:"n4967",loc:[-85.60538,41.950212]},n4968:{id:"n4968",loc:[-85.605395,41.954108]},n4969:{id:"n4969",loc:[-85.604771,41.954109]},n497:{id:"n497",loc:[-85.636032,41.940602]},n4970:{id:"n4970",loc:[-85.600613,41.953916]},n4971:{id:"n4971",loc:[-85.599758,41.954649]},n4972:{id:"n4972",loc:[-85.591194,41.954663]},n4973:{id:"n4973",loc:[-85.591182,41.950465]},n4974:{id:"n4974",loc:[-85.591871,41.950464]},n4975:{id:"n4975",loc:[-85.591868,41.949209]},n4976:{id:"n4976",loc:[-85.592155,41.949209]},n4977:{id:"n4977",loc:[-85.592155,41.94848]},n4978:{id:"n4978",loc:[-85.600615,41.948482]},n4979:{id:"n4979",loc:[-85.605421,41.949378]},n498:{id:"n498",loc:[-85.635776,41.940583]},n4980:{id:"n4980",loc:[-85.600614,41.949373]},n4981:{id:"n4981",loc:[-85.601316,41.94849]},n4982:{id:"n4982",loc:[-85.601592,41.947641]},n4983:{id:"n4983",loc:[-85.60395,41.947618]},n4984:{id:"n4984",loc:[-85.603973,41.948114]},n4985:{id:"n4985",loc:[-85.605398,41.948103]},n4986:{id:"n4986",loc:[-85.614017,41.965566]},n4987:{id:"n4987",loc:[-85.605787,41.965619]},n4988:{id:"n4988",loc:[-85.60577,41.963821]},n4989:{id:"n4989",loc:[-85.612886,41.963808]},n499:{id:"n499",loc:[-85.63589,41.940578]},n4990:{id:"n4990",loc:[-85.613207,41.963705]},n4991:{id:"n4991",loc:[-85.613511,41.963525]},n4992:{id:"n4992",loc:[-85.613667,41.963305]},n4993:{id:"n4993",loc:[-85.613779,41.962983]},n4994:{id:"n4994",loc:[-85.613797,41.959709]},n4995:{id:"n4995",loc:[-85.613663,41.95936]},n4996:{id:"n4996",loc:[-85.61339,41.959064]},n4997:{id:"n4997",loc:[-85.610503,41.956898]},n4998:{id:"n4998",loc:[-85.610485,41.956595]},n4999:{id:"n4999",loc:[-85.613892,41.956621]},n5:{id:"n5",loc:[-85.622744,41.95268]},n50:{id:"n50",loc:[-85.636673,41.943143]},n500:{id:"n500",loc:[-85.636198,41.940578]},n5000:{id:"n5000",loc:[-85.613866,41.958574]},n5001:{id:"n5001",loc:[-85.615262,41.958561]},n5002:{id:"n5002",loc:[-85.615279,41.959541]},n5003:{id:"n5003",loc:[-85.615314,41.95597]},n5004:{id:"n5004",loc:[-85.613887,41.955988]},n5005:{id:"n5005",loc:[-85.613074,41.962244]},n5006:{id:"n5006",loc:[-85.611678,41.963354]},n5007:{id:"n5007",loc:[-85.611678,41.963487]},n5008:{id:"n5008",loc:[-85.606906,41.963502]},n5009:{id:"n5009",loc:[-85.605777,41.962657]},n501:{id:"n501",loc:[-85.636251,41.940584]},n5010:{id:"n5010",loc:[-85.605711,41.9599]},n5011:{id:"n5011",loc:[-85.608139,41.9585]},n5012:{id:"n5012",loc:[-85.60814,41.956306]},n5013:{id:"n5013",loc:[-85.608854,41.95581]},n5014:{id:"n5014",loc:[-85.610039,41.955883]},n5015:{id:"n5015",loc:[-85.610068,41.956754]},n5016:{id:"n5016",loc:[-85.613058,41.959411]},n5017:{id:"n5017",loc:[-85.610234,41.957068]},n5018:{id:"n5018",loc:[-85.609826,41.95581]},n5019:{id:"n5019",loc:[-85.606987,41.958505]},n502:{id:"n502",loc:[-85.636279,41.940605]},n5020:{id:"n5020",loc:[-85.606498,41.958846]},n5021:{id:"n5021",loc:[-85.606013,41.959342]},n5022:{id:"n5022",loc:[-85.614553,41.961581]},n5023:{id:"n5023",loc:[-85.61465,41.96214]},n5024:{id:"n5024",loc:[-85.615277,41.962442]},n5025:{id:"n5025",loc:[-85.615451,41.962972]},n5026:{id:"n5026",loc:[-85.614355,41.964826]},n5027:{id:"n5027",loc:[-85.615133,41.964589]},n5028:{id:"n5028",loc:[-85.615342,41.963818]},n5029:{id:"n5029",loc:[-85.615971,41.963792]},n503:{id:"n503",loc:[-85.636285,41.940633]},n5030:{id:"n5030",loc:[-85.615751,41.963122]},n5031:{id:"n5031",loc:[-85.616575,41.963123]},n5032:{id:"n5032",loc:[-85.612527,41.963846]},n5033:{id:"n5033",loc:[-85.630653,41.940709]},n5034:{id:"n5034",loc:[-85.629858,41.939568]},n5035:{id:"n5035",loc:[-85.629847,41.937926]},n504:{id:"n504",loc:[-85.636281,41.940662]},n505:{id:"n505",loc:[-85.636266,41.940688]},n506:{id:"n506",loc:[-85.636236,41.940701]},n507:{id:"n507",loc:[-85.63619,41.940706]},n508:{id:"n508",loc:[-85.635892,41.940707]},n509:{id:"n509",loc:[-85.635777,41.9407]},n51:{id:"n51",loc:[-85.636673,41.942864]},n510:{id:"n510",loc:[-85.636044,41.940578]},n511:{id:"n511",loc:[-85.635946,41.940578]},n512:{id:"n512",loc:[-85.636475,41.940732]},n513:{id:"n513",loc:[-85.636475,41.940777]},n514:{id:"n514",loc:[-85.636405,41.940777]},n515:{id:"n515",loc:[-85.636405,41.940732]},n516:{id:"n516",loc:[-85.636471,41.940916]},n517:{id:"n517",loc:[-85.636471,41.940961]},n518:{id:"n518",loc:[-85.636404,41.940961]},n519:{id:"n519",loc:[-85.636404,41.940916]},n52:{id:"n52",loc:[-85.636227,41.942864]},n520:{id:"n520",loc:[-85.636286,41.941127]},n521:{id:"n521",loc:[-85.636203,41.941126]},n522:{id:"n522",loc:[-85.636204,41.941083]},n523:{id:"n523",loc:[-85.636287,41.941083]},n524:{id:"n524",loc:[-85.636124,41.941064]},n525:{id:"n525",loc:[-85.636,41.941065]},n526:{id:"n526",loc:[-85.636,41.940964]},n527:{id:"n527",loc:[-85.636045,41.940964]},n528:{id:"n528",loc:[-85.636045,41.940928]},n529:{id:"n529",loc:[-85.636111,41.940928]},n53:{id:"n53",loc:[-85.636227,41.943143]},n530:{id:"n530",loc:[-85.636111,41.940961]},n531:{id:"n531",loc:[-85.636123,41.940961]},n532:{id:"n532",loc:[-85.636124,41.940997]},n533:{id:"n533",loc:[-85.636164,41.940997]},n534:{id:"n534",loc:[-85.636164,41.941044]},n535:{id:"n535",loc:[-85.636124,41.941044]},n536:{id:"n536",loc:[-85.636534,41.941256]},n537:{id:"n537",loc:[-85.63645,41.941246]},n538:{id:"n538",loc:[-85.636462,41.941189]},n539:{id:"n539",loc:[-85.636546,41.941199]},n54:{id:"n54",loc:[-85.636198,41.943119]},n540:{id:"n540",loc:[-85.636802,41.941226]},n541:{id:"n541",loc:[-85.636701,41.941215]},n542:{id:"n542",loc:[-85.636709,41.941174]},n543:{id:"n543",loc:[-85.636656,41.941168]},n544:{id:"n544",loc:[-85.636666,41.941122]},n545:{id:"n545",loc:[-85.636781,41.941136]},n546:{id:"n546",loc:[-85.636774,41.94117]},n547:{id:"n547",loc:[-85.636812,41.941175]},n548:{id:"n548",loc:[-85.636803,41.941047]},n549:{id:"n549",loc:[-85.636785,41.941047]},n55:{id:"n55",loc:[-85.635945,41.94312]},n550:{id:"n550",loc:[-85.636785,41.941058]},n551:{id:"n551",loc:[-85.636644,41.941059]},n552:{id:"n552",loc:[-85.636644,41.941038]},n553:{id:"n553",loc:[-85.636581,41.941039]},n554:{id:"n554",loc:[-85.636581,41.940995]},n555:{id:"n555",loc:[-85.636746,41.940995]},n556:{id:"n556",loc:[-85.636746,41.940978]},n557:{id:"n557",loc:[-85.636803,41.940978]},n558:{id:"n558",loc:[-85.636781,41.940768]},n559:{id:"n559",loc:[-85.636783,41.940828]},n56:{id:"n56",loc:[-85.635943,41.942909]},n560:{id:"n560",loc:[-85.636761,41.940828]},n561:{id:"n561",loc:[-85.636762,41.940857]},n562:{id:"n562",loc:[-85.636641,41.940859]},n563:{id:"n563",loc:[-85.63664,41.940805]},n564:{id:"n564",loc:[-85.636676,41.940804]},n565:{id:"n565",loc:[-85.636675,41.940769]},n566:{id:"n566",loc:[-85.636733,41.94033]},n567:{id:"n567",loc:[-85.636471,41.940334]},n568:{id:"n568",loc:[-85.636469,41.940262]},n569:{id:"n569",loc:[-85.636731,41.940257]},n57:{id:"n57",loc:[-85.636227,41.942909]},n570:{id:"n570",loc:[-85.636798,41.940419]},n571:{id:"n571",loc:[-85.6368,41.940524]},n572:{id:"n572",loc:[-85.63664,41.940526]},n573:{id:"n573",loc:[-85.636638,41.940421]},n574:{id:"n574",loc:[-85.636372,41.940551]},n575:{id:"n575",loc:[-85.636338,41.94055]},n576:{id:"n576",loc:[-85.636339,41.940524]},n577:{id:"n577",loc:[-85.636373,41.940525]},n578:{id:"n578",loc:[-85.636388,41.940435]},n579:{id:"n579",loc:[-85.636222,41.940436]},n58:{id:"n58",loc:[-85.63627,41.943175]},n580:{id:"n580",loc:[-85.636222,41.940366]},n581:{id:"n581",loc:[-85.636387,41.940365]},n582:{id:"n582",loc:[-85.636158,41.940482]},n583:{id:"n583",loc:[-85.635963,41.940484]},n584:{id:"n584",loc:[-85.635961,41.940399]},n585:{id:"n585",loc:[-85.636156,41.940397]},n586:{id:"n586",loc:[-85.635987,41.940314]},n587:{id:"n587",loc:[-85.635987,41.940268]},n588:{id:"n588",loc:[-85.635968,41.940268]},n589:{id:"n589",loc:[-85.635967,41.940212]},n59:{id:"n59",loc:[-85.635531,41.943176]},n590:{id:"n590",loc:[-85.636082,41.940211]},n591:{id:"n591",loc:[-85.636083,41.94027]},n592:{id:"n592",loc:[-85.636064,41.94027]},n593:{id:"n593",loc:[-85.636064,41.940313]},n594:{id:"n594",loc:[-85.638071,41.941562]},n595:{id:"n595",loc:[-85.637953,41.941562]},n596:{id:"n596",loc:[-85.637952,41.941522]},n597:{id:"n597",loc:[-85.637876,41.941523]},n598:{id:"n598",loc:[-85.637876,41.941471]},n599:{id:"n599",loc:[-85.638035,41.94147]},n6:{id:"n6",loc:[-85.624925,41.950604]},n60:{id:"n60",loc:[-85.63542,41.942883]},n600:{id:"n600",loc:[-85.638035,41.941513]},n601:{id:"n601",loc:[-85.638071,41.941512]},n602:{id:"n602",loc:[-85.637038,41.942543],tags:{crossing:"zebra",highway:"crossing"}},n603:{id:"n603",loc:[-85.637134,41.942542]},n604:{id:"n604",loc:[-85.638122,41.942532]},n605:{id:"n605",loc:[-85.638121,41.942478]},n606:{id:"n606",loc:[-85.638104,41.941424]},n607:{id:"n607",loc:[-85.637115,41.941438]},n608:{id:"n608",loc:[-85.637133,41.942453]},n609:{id:"n609",loc:[-85.637429,41.942004]},n61:{id:"n61",loc:[-85.635701,41.942802]},n610:{id:"n610",loc:[-85.637125,41.942004]},n611:{id:"n611",loc:[-85.637022,41.942004]},n612:{id:"n612",loc:[-85.635952,41.943579]},n613:{id:"n613",loc:[-85.635872,41.943594]},n614:{id:"n614",loc:[-85.635857,41.943551]},n615:{id:"n615",loc:[-85.635937,41.943535]},n616:{id:"n616",loc:[-85.63671,41.94344]},n617:{id:"n617",loc:[-85.636427,41.94334]},n618:{id:"n618",loc:[-85.635353,41.943279]},n619:{id:"n619",loc:[-85.635319,41.943257]},n62:{id:"n62",loc:[-85.6358,41.942997]},n620:{id:"n620",loc:[-85.638786,41.943105]},n621:{id:"n621",loc:[-85.634957,41.943146]},n622:{id:"n622",loc:[-85.635012,41.943119]},n623:{id:"n623",loc:[-85.632409,41.944222]},n624:{id:"n624",loc:[-85.631863,41.944749]},n625:{id:"n625",loc:[-85.631915,41.944722]},n626:{id:"n626",loc:[-85.631884,41.94464]},n627:{id:"n627",loc:[-85.631792,41.944359]},n628:{id:"n628",loc:[-85.631817,41.944703]},n629:{id:"n629",loc:[-85.633464,41.945787]},n63:{id:"n63",loc:[-85.635808,41.943176]},n630:{id:"n630",loc:[-85.633583,41.945919]},n631:{id:"n631",loc:[-85.63382,41.945698]},n632:{id:"n632",loc:[-85.633681,41.945571]},n633:{id:"n633",loc:[-85.634217,41.946824]},n634:{id:"n634",loc:[-85.634271,41.946836]},n635:{id:"n635",loc:[-85.634319,41.94573]},n636:{id:"n636",loc:[-85.634377,41.945672]},n637:{id:"n637",loc:[-85.634909,41.945354]},n638:{id:"n638",loc:[-85.634726,41.945493],tags:{artwork_type:"mural",tourism:"artwork"}},n639:{id:"n639",loc:[-85.63546,41.945612]},n64:{id:"n64",loc:[-85.63631,41.943253]},n640:{id:"n640",loc:[-85.635561,41.945493]},n641:{id:"n641",loc:[-85.635417,41.945565]},n642:{id:"n642",loc:[-85.635315,41.945583]},n643:{id:"n643",loc:[-85.63506,41.945383]},n644:{id:"n644",loc:[-85.635198,41.945199]},n645:{id:"n645",loc:[-85.635361,41.94558]},n646:{id:"n646",loc:[-85.635017,41.945066]},n647:{id:"n647",loc:[-85.634779,41.945206]},n648:{id:"n648",loc:[-85.63425,41.945655]},n649:{id:"n649",loc:[-85.634247,41.945631]},n65:{id:"n65",loc:[-85.635398,41.943259]},n650:{id:"n650",loc:[-85.634889,41.945921]},n651:{id:"n651",loc:[-85.634889,41.945939]},n652:{id:"n652",loc:[-85.634889,41.945761]},n653:{id:"n653",loc:[-85.634889,41.945778]},n654:{id:"n654",loc:[-85.635112,41.945715]},n655:{id:"n655",loc:[-85.635025,41.945714]},n656:{id:"n656",loc:[-85.635027,41.945761]},n657:{id:"n657",loc:[-85.635438,41.945665]},n658:{id:"n658",loc:[-85.635416,41.945676]},n659:{id:"n659",loc:[-85.635401,41.945709]},n66:{id:"n66",loc:[-85.635336,41.943036]},n660:{id:"n660",loc:[-85.635271,41.945566]},n661:{id:"n661",loc:[-85.636106,41.946268]},n662:{id:"n662",loc:[-85.635867,41.946747]},n663:{id:"n663",loc:[-85.636476,41.946797]},n664:{id:"n664",loc:[-85.63651,41.946796]},n665:{id:"n665",loc:[-85.635367,41.946389]},n666:{id:"n666",loc:[-85.635367,41.946437]},n667:{id:"n667",loc:[-85.634787,41.946441]},n668:{id:"n668",loc:[-85.6358,41.946243]},n669:{id:"n669",loc:[-85.635784,41.94622]},n67:{id:"n67",loc:[-85.635911,41.942899]},n670:{id:"n670",loc:[-85.635727,41.946195]},n671:{id:"n671",loc:[-85.635708,41.946588]},n672:{id:"n672",loc:[-85.635648,41.946561]},n673:{id:"n673",loc:[-85.635624,41.946555]},n674:{id:"n674",loc:[-85.635417,41.946559]},n675:{id:"n675",loc:[-85.634866,41.946561]},n676:{id:"n676",loc:[-85.634866,41.946543]},n677:{id:"n677",loc:[-85.635085,41.946546]},n678:{id:"n678",loc:[-85.635085,41.946554]},n679:{id:"n679",loc:[-85.634584,41.94488]},n68:{id:"n68",loc:[-85.635915,41.943156]},n680:{id:"n680",loc:[-85.634557,41.944882]},n681:{id:"n681",loc:[-85.634455,41.944943]},n682:{id:"n682",loc:[-85.634305,41.944968]},n683:{id:"n683",loc:[-85.634261,41.944927]},n684:{id:"n684",loc:[-85.634132,41.944741]},n685:{id:"n685",loc:[-85.633705,41.944759]},n686:{id:"n686",loc:[-85.633918,41.944616]},n687:{id:"n687",loc:[-85.633974,41.944663]},n688:{id:"n688",loc:[-85.6336,41.944665]},n689:{id:"n689",loc:[-85.633817,41.944528]},n69:{id:"n69",loc:[-85.63631,41.943157]},n690:{id:"n690",loc:[-85.633889,41.944485]},n691:{id:"n691",loc:[-85.633931,41.944525]},n692:{id:"n692",loc:[-85.633864,41.944563]},n693:{id:"n693",loc:[-85.633456,41.944524]},n694:{id:"n694",loc:[-85.633676,41.944399]},n695:{id:"n695",loc:[-85.633352,41.944415]},n696:{id:"n696",loc:[-85.633655,41.944234]},n697:{id:"n697",loc:[-85.633761,41.94435]},n698:{id:"n698",loc:[-85.633254,41.944318]},n699:{id:"n699",loc:[-85.633472,41.944188]},n7:{id:"n7",loc:[-85.638791,41.943231]},n70:{id:"n70",loc:[-85.63579,41.942967]},n700:{id:"n700",loc:[-85.633524,41.944237]},n701:{id:"n701",loc:[-85.633583,41.944202]},n702:{id:"n702",loc:[-85.633632,41.944247]},n703:{id:"n703",loc:[-85.633165,41.944228]},n704:{id:"n704",loc:[-85.633388,41.944105]},n705:{id:"n705",loc:[-85.633117,41.944175]},n706:{id:"n706",loc:[-85.633302,41.944077]},n707:{id:"n707",loc:[-85.633352,41.944126]},n708:{id:"n708",loc:[-85.633052,41.944107]},n709:{id:"n709",loc:[-85.633237,41.944009]},n71:{id:"n71",loc:[-85.637506,41.942824]},n710:{id:"n710",loc:[-85.633187,41.943955]},n711:{id:"n711",loc:[-85.633,41.944054]},n712:{id:"n712",loc:[-85.633155,41.944265]},n713:{id:"n713",loc:[-85.633669,41.944765]},n714:{id:"n714",loc:[-85.634468,41.945503]},n715:{id:"n715",loc:[-85.63455,41.945566]},n716:{id:"n716",loc:[-85.634737,41.945729]},n717:{id:"n717",loc:[-85.634753,41.945752]},n718:{id:"n718",loc:[-85.634756,41.945781]},n719:{id:"n719",loc:[-85.634758,41.945978]},n72:{id:"n72",loc:[-85.637511,41.943056]},n720:{id:"n720",loc:[-85.634363,41.945548],tags:{crossing:"zebra",highway:"crossing"}},n721:{id:"n721",loc:[-85.634245,41.945599]},n722:{id:"n722",loc:[-85.633474,41.944889]},n723:{id:"n723",loc:[-85.632997,41.944418]},n724:{id:"n724",loc:[-85.63278,41.944183]},n725:{id:"n725",loc:[-85.63331,41.944429]},n726:{id:"n726",loc:[-85.633568,41.944829],tags:{crossing:"zebra",highway:"crossing"}},n727:{id:"n727",loc:[-85.634669,41.94567]},n728:{id:"n728",loc:[-85.634462,41.945787]},n729:{id:"n729",loc:[-85.634272,41.945625]},n73:{id:"n73",loc:[-85.637361,41.943058]},n730:{id:"n730",loc:[-85.634344,41.945699],tags:{crossing:"zebra",highway:"crossing"}},n731:{id:"n731",loc:[-85.634426,41.945783]},n732:{id:"n732",loc:[-85.632425,41.944137]},n733:{id:"n733",loc:[-85.632302,41.944192]},n734:{id:"n734",loc:[-85.632762,41.944174]},n735:{id:"n735",loc:[-85.632713,41.944179]},n736:{id:"n736",loc:[-85.632411,41.944327]},n737:{id:"n737",loc:[-85.632362,41.944341]},n738:{id:"n738",loc:[-85.632236,41.944204]},n739:{id:"n739",loc:[-85.634939,41.942165]},n74:{id:"n74",loc:[-85.637356,41.942825]},n740:{id:"n740",loc:[-85.635079,41.941535]},n741:{id:"n741",loc:[-85.635112,41.941595]},n742:{id:"n742",loc:[-85.635113,41.941633]},n743:{id:"n743",loc:[-85.635067,41.941652]},n744:{id:"n744",loc:[-85.634989,41.941651]},n745:{id:"n745",loc:[-85.634921,41.941609]},n746:{id:"n746",loc:[-85.634881,41.941544]},n747:{id:"n747",loc:[-85.635537,41.940939]},n748:{id:"n748",loc:[-85.635573,41.941048]},n749:{id:"n749",loc:[-85.635453,41.94091]},n75:{id:"n75",loc:[-85.638097,41.942833]},n750:{id:"n750",loc:[-85.635319,41.940943]},n751:{id:"n751",loc:[-85.637057,41.943224]},n752:{id:"n752",loc:[-85.636989,41.943296]},n753:{id:"n753",loc:[-85.636851,41.943299]},n754:{id:"n754",loc:[-85.636848,41.94322]},n755:{id:"n755",loc:[-85.636986,41.943217]},n756:{id:"n756",loc:[-85.637569,41.943454]},n757:{id:"n757",loc:[-85.637437,41.943458]},n758:{id:"n758",loc:[-85.637432,41.943384]},n759:{id:"n759",loc:[-85.637564,41.94338]},n76:{id:"n76",loc:[-85.638098,41.942912]},n760:{id:"n760",loc:[-85.637213,41.943378]},n761:{id:"n761",loc:[-85.637217,41.943435]},n762:{id:"n762",loc:[-85.637235,41.943434]},n763:{id:"n763",loc:[-85.637237,41.943465]},n764:{id:"n764",loc:[-85.637424,41.943459]},n765:{id:"n765",loc:[-85.637418,41.943371]},n766:{id:"n766",loc:[-85.638094,41.943149]},n767:{id:"n767",loc:[-85.638096,41.943201]},n768:{id:"n768",loc:[-85.638041,41.943202]},n769:{id:"n769",loc:[-85.638042,41.943216]},n77:{id:"n77",loc:[-85.637705,41.942913]},n770:{id:"n770",loc:[-85.637927,41.943218]},n771:{id:"n771",loc:[-85.637926,41.943201]},n772:{id:"n772",loc:[-85.637897,41.943201]},n773:{id:"n773",loc:[-85.637896,41.943155]},n774:{id:"n774",loc:[-85.637962,41.943153]},n775:{id:"n775",loc:[-85.637962,41.943134]},n776:{id:"n776",loc:[-85.638017,41.943132]},n777:{id:"n777",loc:[-85.638018,41.943151]},n778:{id:"n778",loc:[-85.638045,41.943289]},n779:{id:"n779",loc:[-85.638048,41.943363]},n78:{id:"n78",loc:[-85.637705,41.942834]},n780:{id:"n780",loc:[-85.637842,41.943367]},n781:{id:"n781",loc:[-85.637839,41.943296]},n782:{id:"n782",loc:[-85.637896,41.943295]},n783:{id:"n783",loc:[-85.637897,41.943314]},n784:{id:"n784",loc:[-85.637957,41.943312]},n785:{id:"n785",loc:[-85.637957,41.943291]},n786:{id:"n786",loc:[-85.637816,41.943375]},n787:{id:"n787",loc:[-85.637815,41.943416]},n788:{id:"n788",loc:[-85.637715,41.943415]},n789:{id:"n789",loc:[-85.637716,41.943374]},n79:{id:"n79",loc:[-85.638071,41.942298]},n790:{id:"n790",loc:[-85.637912,41.943545]},n791:{id:"n791",loc:[-85.637909,41.943479]},n792:{id:"n792",loc:[-85.637967,41.943477]},n793:{id:"n793",loc:[-85.637967,41.94346]},n794:{id:"n794",loc:[-85.638077,41.943457]},n795:{id:"n795",loc:[-85.638078,41.943473]},n796:{id:"n796",loc:[-85.638124,41.943471]},n797:{id:"n797",loc:[-85.638126,41.943514]},n798:{id:"n798",loc:[-85.638079,41.943515]},n799:{id:"n799",loc:[-85.638079,41.943532]},n8:{id:"n8",loc:[-85.635241,41.941948]},n80:{id:"n80",loc:[-85.638074,41.942431]},n800:{id:"n800",loc:[-85.638028,41.943534]},n801:{id:"n801",loc:[-85.638028,41.943542]},n802:{id:"n802",loc:[-85.638845,41.942983]},n803:{id:"n803",loc:[-85.638846,41.94305]},n804:{id:"n804",loc:[-85.638661,41.943052]},n805:{id:"n805",loc:[-85.63866,41.942984]},n806:{id:"n806",loc:[-85.638579,41.942753]},n807:{id:"n807",loc:[-85.638445,41.942755]},n808:{id:"n808",loc:[-85.638452,41.942978]},n809:{id:"n809",loc:[-85.638545,41.942976]},n81:{id:"n81",loc:[-85.637836,41.942433]},n810:{id:"n810",loc:[-85.638543,41.942935]},n811:{id:"n811",loc:[-85.638571,41.942934]},n812:{id:"n812",loc:[-85.63857,41.942901]},n813:{id:"n813",loc:[-85.638611,41.9429]},n814:{id:"n814",loc:[-85.638607,41.942769]},n815:{id:"n815",loc:[-85.63858,41.94277]},n816:{id:"n816",loc:[-85.638597,41.942614]},n817:{id:"n817",loc:[-85.638601,41.94273]},n818:{id:"n818",loc:[-85.638686,41.942731]},n819:{id:"n819",loc:[-85.638689,41.942917]},n82:{id:"n82",loc:[-85.637835,41.94242]},n820:{id:"n820",loc:[-85.638558,41.943018]},n821:{id:"n821",loc:[-85.638243,41.943019]},n822:{id:"n822",loc:[-85.637536,41.943887]},n823:{id:"n823",loc:[-85.63749,41.943926]},n824:{id:"n824",loc:[-85.63743,41.943886]},n825:{id:"n825",loc:[-85.637476,41.943847]},n826:{id:"n826",loc:[-85.637527,41.943846]},n827:{id:"n827",loc:[-85.637141,41.943728]},n828:{id:"n828",loc:[-85.637201,41.943755]},n829:{id:"n829",loc:[-85.636987,41.943608]},n83:{id:"n83",loc:[-85.63776,41.942421]},n830:{id:"n830",loc:[-85.637441,41.943807]},n831:{id:"n831",loc:[-85.637673,41.94399]},n832:{id:"n832",loc:[-85.637783,41.944137]},n833:{id:"n833",loc:[-85.63845,41.944333]},n834:{id:"n834",loc:[-85.638159,41.944248]},n835:{id:"n835",loc:[-85.637859,41.94416]},n836:{id:"n836",loc:[-85.638685,41.944542]},n837:{id:"n837",loc:[-85.638714,41.944611]},n838:{id:"n838",loc:[-85.638711,41.944757]},n839:{id:"n839",loc:[-85.638774,41.945069]},n84:{id:"n84",loc:[-85.637758,41.942339]},n840:{id:"n840",loc:[-85.638742,41.945205]},n841:{id:"n841",loc:[-85.640267,41.942403]},n842:{id:"n842",loc:[-85.640154,41.942404]},n843:{id:"n843",loc:[-85.640152,41.942249]},n844:{id:"n844",loc:[-85.640266,41.942248]},n845:{id:"n845",loc:[-85.640366,41.942599]},n846:{id:"n846",loc:[-85.640362,41.942192]},n847:{id:"n847",loc:[-85.640146,41.942191]},n848:{id:"n848",loc:[-85.640122,41.942196]},n849:{id:"n849",loc:[-85.640108,41.942211]},n85:{id:"n85",loc:[-85.637836,41.942339]},n850:{id:"n850",loc:[-85.640101,41.942236]},n851:{id:"n851",loc:[-85.640103,41.94241]},n852:{id:"n852",loc:[-85.64011,41.942435]},n853:{id:"n853",loc:[-85.640126,41.942445]},n854:{id:"n854",loc:[-85.640153,41.942451]},n855:{id:"n855",loc:[-85.640183,41.942452]},n856:{id:"n856",loc:[-85.640364,41.942452]},n857:{id:"n857",loc:[-85.640007,41.942452]},n858:{id:"n858",loc:[-85.639449,41.942461]},n859:{id:"n859",loc:[-85.640049,41.942391]},n86:{id:"n86",loc:[-85.637835,41.942301]},n860:{id:"n860",loc:[-85.640052,41.942503]},n861:{id:"n861",loc:[-85.639575,41.94251]},n862:{id:"n862",loc:[-85.639572,41.942398]},n863:{id:"n863",loc:[-85.638782,41.942227]},n864:{id:"n864",loc:[-85.63843,41.942226]},n865:{id:"n865",loc:[-85.63823,41.942183]},n866:{id:"n866",loc:[-85.638363,41.942216],tags:{barrier:"gate"}},n867:{id:"n867",loc:[-85.6384,41.942223]},n868:{id:"n868",loc:[-85.636042,41.942797]},n869:{id:"n869",loc:[-85.636308,41.942752]},n87:{id:"n87",loc:[-85.637566,41.942367]},n870:{id:"n870",loc:[-85.636516,41.942729]},n871:{id:"n871",loc:[-85.636782,41.942712]},n872:{id:"n872",loc:[-85.636944,41.942706]},n873:{id:"n873",loc:[-85.63704,41.942706]},n874:{id:"n874",loc:[-85.637237,41.942703]},n875:{id:"n875",loc:[-85.637553,41.9427]},n876:{id:"n876",loc:[-85.638236,41.942697]},n877:{id:"n877",loc:[-85.636284,41.942781]},n878:{id:"n878",loc:[-85.636551,41.942641]},n879:{id:"n879",loc:[-85.633914,41.943693]},n88:{id:"n88",loc:[-85.637566,41.94241]},n880:{id:"n880",loc:[-85.63389,41.943708]},n881:{id:"n881",loc:[-85.633866,41.943686]},n882:{id:"n882",loc:[-85.63389,41.943671]},n883:{id:"n883",loc:[-85.633857,41.943609]},n884:{id:"n884",loc:[-85.634858,41.944474]},n885:{id:"n885",loc:[-85.633988,41.943234]},n886:{id:"n886",loc:[-85.633999,41.943485]},n887:{id:"n887",loc:[-85.634109,41.943449],tags:{emergency:"fire_hydrant"}},n888:{id:"n888",loc:[-85.635728,41.942655],tags:{emergency:"fire_hydrant"}},n889:{id:"n889",loc:[-85.636499,41.942845],tags:{man_made:"flagpole"}},n89:{id:"n89",loc:[-85.637455,41.94241]},n890:{id:"n890",loc:[-85.636197,41.943073]},n891:{id:"n891",loc:[-85.636227,41.943073]},n892:{id:"n892",loc:[-85.637433,41.942933],tags:{"addr:city":"Three Rivers","addr:housenumber":"401","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",amenity:"restaurant",cuisine:"pizza",name:"Pizza Hut"}},n893:{id:"n893",loc:[-85.637907,41.942879],tags:{amenity:"car_wash"}},n894:{id:"n894",loc:[-85.637661,41.943018]},n895:{id:"n895",loc:[-85.636933,41.942733],tags:{emergency:"fire_hydrant"}},n896:{id:"n896",loc:[-85.637661,41.94304]},n897:{id:"n897",loc:[-85.637562,41.943041]},n898:{id:"n898",loc:[-85.637556,41.942725]},n899:{id:"n899",loc:[-85.637656,41.942724]},n9:{id:"n9",loc:[-85.635159,41.941926]},n90:{id:"n90",loc:[-85.637454,41.942367]},n900:{id:"n900",loc:[-85.637657,41.942779]},n901:{id:"n901",loc:[-85.637983,41.942777]},n902:{id:"n902",loc:[-85.637982,41.942616]},n903:{id:"n903",loc:[-85.637777,41.942778]},n904:{id:"n904",loc:[-85.637775,41.942699]},n905:{id:"n905",loc:[-85.637772,41.942618]},n906:{id:"n906",loc:[-85.637982,41.942698]},n907:{id:"n907",loc:[-85.637941,41.942378],tags:{"addr:city":"Three Rivers","addr:housenumber":"416","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",name:"Gem Pawnbroker",shop:"pawnbroker"}},n908:{id:"n908",loc:[-85.637515,41.942394],tags:{second_hand:"only",shop:"car"}},n909:{id:"n909",loc:[-85.638743,41.942374],tags:{"addr:city":"Three Rivers","addr:housenumber":"500","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",name:"William Towing","service:vehicle:towing":"yes","service:vehicle:tyres":"yes",shop:"car_repair"}},n91:{id:"n91",loc:[-85.637565,41.942341]},n910:{id:"n910",loc:[-85.638594,41.942357]},n911:{id:"n911",loc:[-85.634312,41.943562],tags:{"addr:city":"Three Rivers","addr:housenumber":"145","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",amenity:"cafe",cuisine:"coffee_shop",name:"L.A.'s Coffee Cafe",outdoor_seating:"yes"}},n912:{id:"n912",loc:[-85.634404,41.943512]},n913:{id:"n913",loc:[-85.634391,41.943519],tags:{entrance:"yes"}},n914:{id:"n914",loc:[-85.634259,41.943538],tags:{entrance:"yes"}},n915:{id:"n915",loc:[-85.634247,41.943528]},n916:{id:"n916",loc:[-85.633747,41.943322],tags:{"addr:city":"Three Rivers","addr:housenumber":"132","addr:postcode":"49093","addr:state":"MI","addr:street":"Michigan Avenue",name:"Preferred Insurance Services",office:"insurance"}},n917:{id:"n917",loc:[-85.63299,41.943686],tags:{"addr:city":"Three Rivers","addr:housenumber":"101","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Lynn's Garage","service:vehicle:tyres":"yes",shop:"car_repair"}},n918:{id:"n918",loc:[-85.633438,41.944883]},n919:{id:"n919",loc:[-85.633265,41.944983]},n92:{id:"n92",loc:[-85.637481,41.942341]},n920:{id:"n920",loc:[-85.633315,41.945027]},n921:{id:"n921",loc:[-85.633376,41.944827]},n922:{id:"n922",loc:[-85.633199,41.944922]},n923:{id:"n923",loc:[-85.633316,41.944772]},n924:{id:"n924",loc:[-85.633147,41.944867]},n925:{id:"n925",loc:[-85.633261,41.944719]},n926:{id:"n926",loc:[-85.633096,41.944812]},n927:{id:"n927",loc:[-85.633191,41.944645]},n928:{id:"n928",loc:[-85.632981,41.94476]},n929:{id:"n929",loc:[-85.633062,41.94483]},n93:{id:"n93",loc:[-85.637481,41.94226]},n930:{id:"n930",loc:[-85.633146,41.944602]},n931:{id:"n931",loc:[-85.632969,41.944703]},n932:{id:"n932",loc:[-85.633008,41.944745]},n933:{id:"n933",loc:[-85.633088,41.944545]},n934:{id:"n934",loc:[-85.632868,41.944655]},n935:{id:"n935",loc:[-85.632941,41.944718]},n936:{id:"n936",loc:[-85.633028,41.944483]},n937:{id:"n937",loc:[-85.632817,41.944605]},n938:{id:"n938",loc:[-85.632923,41.944373]},n939:{id:"n939",loc:[-85.632692,41.944485]},n94:{id:"n94",loc:[-85.637565,41.94226]},n940:{id:"n940",loc:[-85.632871,41.944316]},n941:{id:"n941",loc:[-85.632655,41.944421]},n942:{id:"n942",loc:[-85.632711,41.944478]},n943:{id:"n943",loc:[-85.632825,41.94426]},n944:{id:"n944",loc:[-85.632606,41.944363]},n945:{id:"n945",loc:[-85.63275,41.94418]},n946:{id:"n946",loc:[-85.632588,41.944256]},n947:{id:"n947",loc:[-85.632611,41.944279]},n948:{id:"n948",loc:[-85.632548,41.944306]},n949:{id:"n949",loc:[-85.632512,41.944406]},n95:{id:"n95",loc:[-85.637188,41.942217]},n950:{id:"n950",loc:[-85.632565,41.944463]},n951:{id:"n951",loc:[-85.632579,41.944456]},n952:{id:"n952",loc:[-85.632634,41.944518]},n953:{id:"n953",loc:[-85.632686,41.944569]},n954:{id:"n954",loc:[-85.632745,41.944537]},n955:{id:"n955",loc:[-85.632659,41.944587]},n956:{id:"n956",loc:[-85.632778,41.944705]},n957:{id:"n957",loc:[-85.632815,41.944301],tags:{"addr:city":"Three Rivers","addr:housenumber":"5","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Access Point Employment",office:"employment_agency"}},n958:{id:"n958",loc:[-85.6332,41.944174],tags:{"addr:city":"Three Rivers","addr:housenumber":"6","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Paisley Emporium",shop:"second_hand"}},n959:{id:"n959",loc:[-85.633578,41.944568],tags:{"addr:city":"Three Rivers","addr:housenumber":"22","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",name:"Lowry's Books",shop:"books"}},n96:{id:"n96",loc:[-85.637189,41.942303]},n960:{id:"n960",loc:[-85.63344,41.944443],tags:{"addr:city":"Three Rivers","addr:housenumber":"16","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",amenity:"restaurant",cuisine:"pizza",name:"Paisano's Bar and Grill"}},n961:{id:"n961",loc:[-85.633009,41.944542],tags:{"addr:city":"Three Rivers","addr:housenumber":"13","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",amenity:"cafe",cuisine:"american",internet_access:"yes",name:"Main Street Cafe"}},n962:{id:"n962",loc:[-85.633674,41.944682],tags:{"addr:city":"Three Rivers","addr:housenumber":"28","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",leisure:"fitness_centre",name:"Main Street Fitness"}},n963:{id:"n963",loc:[-85.633376,41.944868],tags:{"addr:city":"Three Rivers","addr:housenumber":"27","addr:postcode":"49093","addr:state":"MI","addr:street":"Main Street",leisure:"fitness_centre",name:"Main Street Barbell"}},n964:{id:"n964",loc:[-85.633366,41.944783]},n965:{id:"n965",loc:[-85.633296,41.94482]},n966:{id:"n966",loc:[-85.633214,41.94487]},n967:{id:"n967",loc:[-85.633005,41.944988]},n968:{id:"n968",loc:[-85.633269,41.944816]},n969:{id:"n969",loc:[-85.633215,41.944842]},n97:{id:"n97",loc:[-85.637299,41.942302]},n970:{id:"n970",loc:[-85.633245,41.944871]},n971:{id:"n971",loc:[-85.633296,41.944845]},n972:{id:"n972",loc:[-85.633254,41.944845],tags:{natural:"tree"}},n973:{id:"n973",loc:[-85.633557,41.945515]},n974:{id:"n974",loc:[-85.633279,41.945246]},n975:{id:"n975",loc:[-85.63324,41.945226]},n976:{id:"n976",loc:[-85.6332,41.945213]},n977:{id:"n977",loc:[-85.633133,41.945164]},n978:{id:"n978",loc:[-85.63312,41.945132]},n979:{id:"n979",loc:[-85.633095,41.945081]},n98:{id:"n98",loc:[-85.637299,41.942314]},n980:{id:"n980",loc:[-85.633064,41.945047]},n981:{id:"n981",loc:[-85.632739,41.944742]},n982:{id:"n982",loc:[-85.633281,41.945026]},n983:{id:"n983",loc:[-85.633155,41.944903]},n984:{id:"n984",loc:[-85.633079,41.944829]},n985:{id:"n985",loc:[-85.63304,41.944853]},n986:{id:"n986",loc:[-85.632949,41.944776]},n987:{id:"n987",loc:[-85.632921,41.944725]},n988:{id:"n988",loc:[-85.632859,41.944673]},n989:{id:"n989",loc:[-85.632895,41.94505]},n99:{id:"n99",loc:[-85.637396,41.942313]},n990:{id:"n990",loc:[-85.633336,41.945138]},n991:{id:"n991",loc:[-85.633466,41.945265]},n992:{id:"n992",loc:[-85.633367,41.945327]},n993:{id:"n993",loc:[-85.633163,41.945189]},n994:{id:"n994",loc:[-85.633678,41.945309]},n995:{id:"n995",loc:[-85.633619,41.945261]},n996:{id:"n996",loc:[-85.63355,41.945301]},n997:{id:"n997",loc:[-85.633607,41.945352]},n998:{id:"n998",loc:[-85.633579,41.945327],tags:{entrance:"yes"}},n999:{id:"n999",loc:[-85.633445,41.945404]},r2:{id:"r2",members:[{id:"w225",role:"outer",type:"way"}],tags:{type:"multipolygon",waterway:"riverbank"}},r5:{id:"r5",members:[{id:"w642",role:"outer",type:"way"}],tags:{admin_level:"8",border_type:"city",boundary:"administrative",name:"Three Rivers",place:"city",type:"boundary"}},w1:{id:"w1",nodes:["n5","n1797"],tags:{highway:"residential",name:"12th Avenue"}},w10:{id:"w10",nodes:["n54","n55","n56","n57","n891","n890","n54"],tags:{building:"yes"}},w100:{id:"w100",nodes:["n451","n915","n452"],tags:{highway:"footway"}},w101:{id:"w101",nodes:["n461","n462","n463","n464","n465","n466"],tags:{barrier:"fence"}},w102:{id:"w102",nodes:["n467","n468","n469","n470","n472","n467"],tags:{amenity:"parking"}},w103:{id:"w103",nodes:["n2597","n2444","n471","n472"],tags:{highway:"footway"}},w104:{id:"w104",nodes:["n473","n474","n325"],tags:{footway:"sidewalk",highway:"footway"}},w105:{id:"w105",nodes:["n475","n324","n325"],tags:{footway:"sidewalk",highway:"footway"}},w106:{id:"w106",nodes:["n886","n452","n476"],tags:{footway:"sidewalk",highway:"footway"}},w107:{id:"w107",nodes:["n485","n4678","n486","n18"],tags:{highway:"service"}},w108:{id:"w108",nodes:["n300","n487","n488","n489","n490"],tags:{highway:"footway"}},w109:{id:"w109",nodes:["n490","n491"],tags:{highway:"footway"}},w11:{id:"w11",nodes:["n58","n63","n59","n315","n60"],tags:{highway:"service"}},w110:{id:"w110",nodes:["n492","n493","n494","n495","n496","n497","n492"],tags:{building:"yes"}},w111:{id:"w111",nodes:["n498","n499","n511"],tags:{highway:"service"}},w112:{id:"w112",nodes:["n510","n500","n501","n502","n503","n504","n505","n506","n507","n508","n509"],tags:{highway:"service"}},w113:{id:"w113",nodes:["n511","n510"],tags:{covered:"yes",highway:"service"}},w114:{id:"w114",nodes:["n512","n513","n514","n515","n512"],tags:{building:"yes"}},w115:{id:"w115",nodes:["n516","n517","n518","n519","n516"],tags:{building:"yes"}},w116:{id:"w116",nodes:["n520","n521","n522","n523","n520"],tags:{building:"yes"}},w117:{id:"w117",nodes:["n524","n525","n526","n527","n528","n529","n530","n531","n532","n533","n534","n535","n524"],tags:{building:"yes"}},w118:{id:"w118",nodes:["n536","n537","n538","n539","n536"],tags:{building:"yes"}},w119:{id:"w119",nodes:["n540","n541","n542","n543","n544","n545","n546","n547","n540"],tags:{building:"yes"}},w12:{id:"w12",nodes:["n61","n314","n70","n62","n63"],tags:{highway:"service"}},w120:{id:"w120",nodes:["n548","n549","n550","n551","n552","n553","n554","n555","n556","n557","n548"],tags:{building:"yes"}},w121:{id:"w121",nodes:["n558","n559","n560","n561","n562","n563","n564","n565","n558"],tags:{building:"yes"}},w122:{id:"w122",nodes:["n566","n567","n568","n569","n566"],tags:{building:"yes"}},w123:{id:"w123",nodes:["n570","n571","n572","n573","n570"],tags:{building:"yes"}},w124:{id:"w124",nodes:["n574","n575","n576","n577","n574"],tags:{building:"yes"}},w125:{id:"w125",nodes:["n578","n579","n580","n581","n578"],tags:{building:"yes"}},w126:{id:"w126",nodes:["n582","n583","n584","n585","n582"],tags:{building:"yes"}},w127:{id:"w127",nodes:["n586","n587","n588","n589","n590","n591","n592","n593","n586"],tags:{building:"yes"}},w128:{id:"w128",nodes:["n594","n595","n596","n597","n598","n599","n600","n601","n594"],tags:{building:"yes"}},w129:{id:"w129",nodes:["n309","n602","n603"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w13:{id:"w13",nodes:["n64","n65","n66","n67","n68","n69","n64"],tags:{amenity:"parking"}},w130:{id:"w130",nodes:["n603","n604"],tags:{footway:"sidewalk",highway:"footway"}},w131:{id:"w131",nodes:["n604","n605","n606"],tags:{footway:"sidewalk",highway:"footway"}},w132:{id:"w132",nodes:["n606","n607"],tags:{footway:"sidewalk",highway:"footway"}},w133:{id:"w133",nodes:["n607","n610","n608","n603"],tags:{footway:"sidewalk",highway:"footway"}},w134:{id:"w134",nodes:["n609","n610","n611"],tags:{highway:"service",service:"driveway",surface:"unpaved"}},w135:{id:"w135",nodes:["n244","n245","n246"],tags:{highway:"service"}},w136:{id:"w136",nodes:["n612","n613","n614","n615","n612"],tags:{amenity:"shelter",building:"yes"}},w137:{id:"w137",nodes:["n2779","n2788","n2776","n2778","n2775","n2787","n2440","n2437","n629","n2438","n630","n2439","n2407","n2408","n2409"],tags:{highway:"residential",name:"Foster Street"}},w138:{id:"w138",nodes:["n2779","n625","n626","n627"],tags:{highway:"residential",name:"Foster Street",oneway:"yes"}},w139:{id:"w139",nodes:["n630","n631","n632","n2437"],tags:{highway:"service"}},w14:{id:"w14",nodes:["n71","n72","n73","n74","n71"],tags:{building:"yes"}},w140:{id:"w140",nodes:["n643","n637","n715","n2410"],tags:{highway:"footway",name:"Mural Mall"}},w141:{id:"w141",nodes:["n639","n2516"],tags:{barrier:"wall"}},w142:{id:"w142",nodes:["n640","n641","n645","n642","n660","n643","n644"],tags:{highway:"service"}},w143:{id:"w143",nodes:["n646","n647"],tags:{highway:"service"}},w144:{id:"w144",nodes:["n654","n655","n656"],tags:{barrier:"wall"}},w145:{id:"w145",nodes:["n665","n666","n667"],tags:{barrier:"wall"}},w146:{id:"w146",nodes:["n2727","n662","n2719"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w147:{id:"w147",nodes:["n2725","n674"],tags:{highway:"service",oneway:"yes"}},w148:{id:"w148",nodes:["n2464","n2460","n2454","n684","n2455","n2464"],tags:{building:"yes"}},w149:{id:"w149",nodes:["n2456","n685","n686","n687","n2456"],tags:{building:"yes"}},w15:{id:"w15",nodes:["n75","n76","n77","n78","n75"],tags:{building:"yes"}},w150:{id:"w150",nodes:["n685","n688","n689","n690","n691","n692","n686","n685"],tags:{building:"yes"}},w151:{id:"w151",nodes:["n688","n693","n694","n689","n688"],tags:{building:"yes"}},w152:{id:"w152",nodes:["n693","n695","n702","n696","n697","n694","n693"],tags:{building:"yes"}},w153:{id:"w153",nodes:["n695","n698","n699","n700","n701","n702","n695"],tags:{building:"yes"}},w154:{id:"w154",nodes:["n698","n703","n707","n704","n699","n698"],tags:{building:"yes"}},w155:{id:"w155",nodes:["n703","n705","n706","n707","n703"],tags:{building:"yes"}},w156:{id:"w156",nodes:["n705","n708","n709","n706","n705"],tags:{building:"yes"}},w157:{id:"w157",nodes:["n709","n710","n711","n708","n709"],tags:{building:"yes"}},w158:{id:"w158",nodes:["n369","n712","n725","n713","n714","n715","n727","n716","n717","n718","n719"],tags:{footway:"sidewalk",highway:"footway"}},w159:{id:"w159",nodes:["n714","n720","n721"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w16:{id:"w16",nodes:["n79","n80","n81","n82","n83","n84","n85","n86","n79"],tags:{building:"yes"}},w160:{id:"w160",nodes:["n729","n721","n722","n964","n723","n724"],tags:{footway:"sidewalk",highway:"footway"}},w161:{id:"w161",nodes:["n713","n726","n722"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w162:{id:"w162",nodes:["n727","n2411","n728"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w163:{id:"w163",nodes:["n729","n730","n731"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w164:{id:"w164",nodes:["n365","n732","n733","n738"],tags:{footway:"sidewalk",highway:"footway"}},w165:{id:"w165",nodes:["n724","n734","n367","n735","n736","n737"],tags:{footway:"sidewalk",highway:"footway"}},w166:{id:"w166",nodes:["n739","n2037","n2038","n2039","n2040","n1623","n2032"],tags:{highway:"footway"}},w167:{id:"w167",nodes:["n150","n751"],tags:{highway:"service"}},w168:{id:"w168",nodes:["n752","n753","n754","n755","n752"],tags:{building:"yes"}},w169:{id:"w169",nodes:["n756","n757","n758","n759","n756"],tags:{building:"yes"}},w17:{id:"w17",nodes:["n87","n88","n89","n90","n87"],tags:{building:"yes"}},w170:{id:"w170",nodes:["n760","n761","n762","n763","n764","n765","n760"],tags:{building:"yes"}},w171:{id:"w171",nodes:["n766","n767","n768","n769","n770","n771","n772","n773","n774","n775","n776","n777","n766"],tags:{building:"yes"}},w172:{id:"w172",nodes:["n778","n779","n780","n781","n782","n783","n784","n785","n778"],tags:{building:"yes"}},w173:{id:"w173",nodes:["n786","n787","n788","n789","n786"],tags:{building:"yes"}},w174:{id:"w174",nodes:["n790","n791","n792","n793","n794","n795","n796","n797","n798","n799","n800","n801","n790"],tags:{building:"yes"}},w175:{id:"w175",nodes:["n802","n803","n804","n805","n802"],tags:{building:"yes"}},w176:{id:"w176",nodes:["n806","n807","n808","n809","n810","n811","n812","n813","n814","n815","n806"],tags:{building:"yes"}},w177:{id:"w177",nodes:["n816","n1140","n817","n818","n819","n820","n821"],tags:{highway:"service"}},w178:{id:"w178",nodes:["n822","n823","n824","n825","n822"],tags:{building:"yes"}},w179:{id:"w179",nodes:["n841","n842","n843","n844","n841"],tags:{building:"yes"}},w18:{id:"w18",nodes:["n91","n92","n93","n94","n91"],tags:{building:"yes"}},w180:{id:"w180",nodes:["n845","n856","n846"],tags:{highway:"service"}},w181:{id:"w181",nodes:["n846","n847","n848","n849","n850","n851","n852","n853","n854","n855","n856"],tags:{highway:"service",oneway:"yes",service:"drive-through"}},w182:{id:"w182",nodes:["n857","n858"],tags:{highway:"service"}},w183:{id:"w183",nodes:["n859","n860","n861","n862","n859"],tags:{amenity:"parking"}},w184:{id:"w184",nodes:["n863","n864","n867","n866","n865"],tags:{highway:"service"}},w185:{id:"w185",nodes:["n883","n884"],tags:{barrier:"fence"}},w186:{id:"w186",nodes:["n1954","n622","n1955"],tags:{highway:"path",name:"Riverwalk Trail"}},w187:{id:"w187",nodes:["n621","n1954"],tags:{highway:"steps",incline:"up",name:"Riverwalk Trail",surface:"wood"}},w188:{id:"w188",nodes:["n2274","n2275","n2276","n2277","n2278","n2279","n1953","n621"],tags:{highway:"path",name:"Riverwalk Trail",surface:"wood"}},w189:{id:"w189",nodes:["n2273","n2274"],tags:{highway:"steps",incline:"down",name:"Riverwalk Trail",surface:"wood"}},w19:{id:"w19",nodes:["n95","n96","n97","n98","n99","n100","n101","n102","n95"],tags:{building:"yes"}},w190:{id:"w190",nodes:["n821","n894","n900","n903","n901"],tags:{highway:"service"}},w191:{id:"w191",nodes:["n896","n897","n898","n899","n900","n894","n896"],tags:{amenity:"parking"}},w192:{id:"w192",nodes:["n903","n904","n905"],tags:{highway:"service"}},w193:{id:"w193",nodes:["n901","n906","n902"],tags:{highway:"service"}},w194:{id:"w194",nodes:["n912","n913"],tags:{highway:"footway"}},w195:{id:"w195",nodes:["n914","n915"],tags:{highway:"footway"}},w196:{id:"w196",nodes:["n2466","n918","n919","n920","n2466"],tags:{building:"yes"}},w197:{id:"w197",nodes:["n918","n921","n922","n919","n918"],tags:{building:"yes"}},w198:{id:"w198",nodes:["n923","n925","n926","n924","n923"],tags:{building:"yes"}},w199:{id:"w199",nodes:["n925","n927","n932","n928","n929","n926","n925"],tags:{building:"yes"}},w2:{id:"w2",nodes:["n3523","n2182","n2160"],tags:{highway:"service"}},w20:{id:"w20",nodes:["n103","n104","n105","n106","n107","n108","n109","n110","n111","n112","n113","n114","n103"],tags:{building:"yes"}},w200:{id:"w200",nodes:["n927","n930","n931","n932","n927"],tags:{building:"yes"}},w201:{id:"w201",nodes:["n930","n933","n934","n935","n931","n930"],tags:{building:"yes"}},w202:{id:"w202",nodes:["n933","n936","n937","n934","n933"],tags:{building:"yes"}},w203:{id:"w203",nodes:["n936","n938","n942","n939","n954","n937","n936"],tags:{building:"yes"}},w204:{id:"w204",nodes:["n938","n940","n941","n942","n938"],tags:{building:"yes"}},w205:{id:"w205",nodes:["n940","n943","n944","n941","n940"],tags:{building:"yes"}},w206:{id:"w206",nodes:["n943","n945","n946","n947","n948","n944","n943"],tags:{building:"yes"}},w207:{id:"w207",nodes:["n944","n949","n950","n951","n941","n944"],tags:{building:"yes"}},w208:{id:"w208",nodes:["n941","n951","n952","n939","n942","n941"],tags:{building:"yes"}},w209:{id:"w209",nodes:["n952","n953","n954","n939","n952"],tags:{building:"yes"}},w21:{id:"w21",nodes:["n115","n116","n117","n118","n115"],tags:{building:"yes"}},w210:{id:"w210",nodes:["n953","n955","n956","n934","n937","n954","n953"],tags:{building:"yes"}},w211:{id:"w211",nodes:["n964","n965"],tags:{highway:"footway"}},w212:{id:"w212",nodes:["n966","n983","n967","n989"],tags:{highway:"footway"}},w213:{id:"w213",nodes:["n965","n968","n969","n966","n970","n971","n965"],tags:{highway:"footway"}},w214:{id:"w214",nodes:["n973","n999","n992","n974","n975","n976","n993","n977","n978","n979","n980","n967","n981","n1000","n1001","n1002","n1003","n1004","n1005","n1006","n1007","n1008","n1009"],tags:{footway:"sidewalk",highway:"footway"}},w215:{id:"w215",nodes:["n978","n982","n983","n984","n985","n986","n987","n988","n981"],tags:{highway:"footway"}},w216:{id:"w216",nodes:["n976","n990","n991","n992"],tags:{highway:"footway"}},w217:{id:"w217",nodes:["n998","n999"],tags:{highway:"footway"}},w218:{id:"w218",nodes:["n1019","n1020","n1021","n1022","n731","n728","n1023","n1025","n1024","n1019"],tags:{footway:"sidewalk",highway:"footway"}},w219:{id:"w219",nodes:["n719","n1026","n1027"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w22:{id:"w22",nodes:["n119","n120","n121","n122","n119"],tags:{building:"yes"}},w220:{id:"w220",nodes:["n1027","n1028","n1019"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w221:{id:"w221",nodes:["n2080","n1828","n1863","n1829"],tags:{highway:"tertiary",name:"Constantine Street"}},w222:{id:"w222",nodes:["n1029","n1030","n1031"],tags:{highway:"service"}},w223:{id:"w223",nodes:["n2213","n2171","n2183","n2180","n2205","n2177","n2179","n2218","n2200","n2188","n2169","n2196","n2162","n2170","n2211","n2216","n2204","n2220","n2164","n2210","n2217","n2189","n460","n453","n2282"],tags:{name:"Rocky River",waterway:"river"}},w224:{id:"w224",nodes:["n3750","n3751","n3752"],tags:{highway:"service",service:"alley",surface:"unpaved"}},w225:{id:"w225",nodes:["n2134","n2127","n2313","n2109","n2112","n2129","n2156","n2146","n2126","n2153","n2288","n2283","n2284","n2131","n2286","n2287","n2285","n2132","n2140","n2289","n2122","n2114","n2149","n2119","n2106","n2111","n2145","n2113","n2117","n2159","n2143","n2123","n2142","n2116","n2154","n2139","n2150","n2157","n2120","n2138","n2130","n2136","n2155","n2107","n2141","n2124","n3754","n2121","n2105","n2108","n3755","n2128","n2110","n2152","n2125","n2135","n2186","n2115","n2144","n2137","n2133","n2148","n2118","n1871","n1875","n1872","n2041","n1873","n2042","n1874","n1884","n1870","n2151","n2147","n2158","n2104","n2134"]},w226:{id:"w226",nodes:["n2243","n2280","n2244","n2245","n2246","n2247","n1931","n1932","n1933","n1934","n1935","n1936","n1937","n1938","n4681","n1939","n1940","n1941","n1942","n1943","n1944","n1945","n1946","n1947"],tags:{highway:"path",name:"Riverwalk Trail",surface:"asphalt",width:"3"}},w227:{id:"w227",nodes:["n2994","n3012","n3011","n2958"],tags:{highway:"secondary",name:"Main Street"}},w228:{id:"w228",nodes:["n2747","n2762","n2757","n2746","n2761","n2758","n2760","n2755","n2749","n2691","n1028","n2432","n2414","n2413","n2412","n2411","n2410","n720","n726","n370","n368","n2748"],tags:{highway:"primary",name:"Main Street"}},w229:{id:"w229",nodes:["n2083","n2103","n2102","n2084","n2085","n2086","n2087","n2242","n471","n324","n2101","n332","n1868"],tags:{name:"Conrail Railroad",railway:"rail"}},w23:{id:"w23",nodes:["n123","n124","n125","n126","n123"],tags:{building:"yes"}},w230:{id:"w230",nodes:["n2232","n2236","n2231","n2230","n2226","n2241","n2237","n2227","n1182","n2233","n2228","n2229","n1183","n2234","n19","n1891","n20","n2223","n2224","n2238","n2235","n2240","n2225","n2239"],tags:{name:"Saint Joseph River",waterway:"river"}},w231:{id:"w231",nodes:["n456","n1036","n1037","n1038"],tags:{barrier:"wall"}},w232:{id:"w232",nodes:["n1034","n1039","n1040"],tags:{barrier:"wall"}},w233:{id:"w233",nodes:["n1041","n1042","n1043","n1044","n1045","n1046","n1041"],tags:{access:"private",leisure:"swimming_pool"}},w234:{id:"w234",nodes:["n1047","n1048"],tags:{barrier:"hedge"}},w235:{id:"w235",nodes:["n1049","n1050","n1051","n1052","n1049"],tags:{building:"yes"}},w236:{id:"w236",nodes:["n1053","n1054","n1055","n1056","n1057","n1058","n1059","n1060","n1053"],tags:{building:"yes"}},w237:{id:"w237",nodes:["n1061","n1062","n1063","n1064","n1065","n1061"],tags:{building:"yes"}},w238:{id:"w238",nodes:["n1066","n1067","n1068","n1069","n1070","n1071","n1066"],tags:{building:"yes"}},w239:{id:"w239",nodes:["n1072","n1073","n1074","n1075","n1072"],tags:{building:"yes"}},w24:{id:"w24",nodes:["n127","n128","n129","n130","n127"],tags:{building:"yes"}},w240:{id:"w240",nodes:["n1076","n1077","n1078","n1079","n1080","n1081","n1076"],tags:{building:"yes"}},w241:{id:"w241",nodes:["n1082","n1083","n1084","n1085","n1082"],tags:{building:"yes"}},w242:{id:"w242",nodes:["n1086","n1087","n1088","n1089","n1086"],tags:{building:"yes"}},w243:{id:"w243",nodes:["n1090","n1091","n1092","n1093","n1094","n1095","n1096","n1097","n1090"],tags:{building:"yes"}},w244:{id:"w244",nodes:["n1098","n1099","n1100","n1101"],tags:{barrier:"fence"}},w245:{id:"w245",nodes:["n1102","n835","n30","n2590","n35","n29","n2591","n34","n28","n2592","n2312","n32","n2593","n31","n33","n2594","n2595","n1102"],tags:{highway:"service"}},w246:{id:"w246",nodes:["n1103","n1139","n1104"],tags:{barrier:"fence"}},w247:{id:"w247",nodes:["n1105","n1106","n1107","n1108","n1109","n1110","n1111","n1112","n1113","n1114","n1105"],tags:{building:"yes"}},w248:{id:"w248",nodes:["n1115","n1116","n1117","n1118","n1119","n1120","n1115"],tags:{building:"yes"}},w249:{id:"w249",nodes:["n1121","n1122","n1123","n1124","n1121"],tags:{building:"yes"}},w25:{id:"w25",nodes:["n131","n132","n133","n134","n135","n136","n137","n138","n139","n140","n141","n142","n131"],tags:{building:"yes"}},w250:{id:"w250",nodes:["n1125","n1126","n1127","n1128","n1129","n1130","n1131","n1132","n1133","n1134","n1135","n1136","n1125"],tags:{building:"yes"}},w251:{id:"w251",nodes:["n1137","n1138","n1139"],tags:{barrier:"fence"}},w252:{id:"w252",nodes:["n876","n1140","n1141"],tags:{footway:"sidewalk",highway:"footway"}},w253:{id:"w253",nodes:["n1141","n1142","n1143","n1144","n1145","n1146"],tags:{footway:"sidewalk",highway:"footway"}},w254:{id:"w254",nodes:["n1146","n4743","n1147","n1148"],tags:{footway:"sidewalk",highway:"footway"}},w255:{id:"w255",nodes:["n1148","n1149","n1150","n1151"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w256:{id:"w256",nodes:["n1151","n1153","n1154","n1155"],tags:{footway:"sidewalk",highway:"footway"}},w257:{id:"w257",nodes:["n1155","n1156"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w258:{id:"w258",nodes:["n1157","n1158"],tags:{barrier:"retaining_wall"}},w259:{id:"w259",nodes:["n1156","n1161","n1159","n1160","n719"],tags:{footway:"sidewalk",highway:"footway"}},w26:{id:"w26",nodes:["n143","n608","n144"],tags:{highway:"service"}},w260:{id:"w260",nodes:["n1162","n1163","n1164","n1165","n1166","n1167","n1168","n1169","n1170","n2528"],tags:{highway:"footway"}},w261:{id:"w261",nodes:["n1171","n1172","n1173"],tags:{barrier:"wall"}},w262:{id:"w262",nodes:["n1175","n1176","n1177","n1178","n1179","n1180","n1181","n1175"],tags:{natural:"wood"}},w263:{id:"w263",nodes:["n1947","n1184","n1948","n1185","n1949","n1957","n1950","n480","n1951","n479","n478","n477","n1952","n1851","n1956","n2248","n619","n618","n2249","n2250","n2251","n617","n2252","n616","n2253","n829","n2254","n827","n828","n2255","n830","n2256","n826","n2257","n831","n2258","n832","n835","n834","n2312","n2267","n2259","n833","n2268","n2260","n836","n2261","n837","n2262","n838","n2263","n2264","n839","n2265","n840","n2266"],tags:{highway:"path",name:"Riverwalk Trail",surface:"asphalt",width:"3"}},w264:{id:"w264",nodes:["n1186","n1187","n1188","n1189","n1186"],tags:{building:"yes"}},w265:{id:"w265",nodes:["n1190","n1191","n1192","n1193","n1190"],tags:{building:"yes"}},w266:{id:"w266",nodes:["n1194","n1195","n1196","n1197","n1198","n1199","n1200","n1201","n1194"],tags:{building:"yes"}},w267:{id:"w267",nodes:["n1205","n1206","n1207","n1208","n1209","n1210","n1205"],tags:{building:"house"}},w268:{id:"w268",nodes:["n1211","n1212","n1213","n1214","n1215","n1216","n1217","n1218","n1219","n1220","n1211"],tags:{building:"house"}},w269:{id:"w269",nodes:["n1221","n1225","n1222","n1223","n1224","n1221"],tags:{building:"house"}},w27:{id:"w27",nodes:["n145","n147","n146"],tags:{highway:"footway"}},w270:{id:"w270",nodes:["n1225","n1226","n1227","n1229","n1228"],tags:{barrier:"fence"}},w271:{id:"w271",nodes:["n1229","n1230"],tags:{barrier:"fence"}},w272:{id:"w272",nodes:["n1231","n1232","n1233","n1234","n1235","n1236","n1237","n1238","n1231"],tags:{building:"house"}},w273:{id:"w273",nodes:["n1239","n1240","n1241","n1242","n1243","n1244","n1245","n1246","n1239"],tags:{building:"house"}},w274:{id:"w274",nodes:["n1247","n1248","n1249","n1250","n1247"],tags:{building:"house"}},w275:{id:"w275",nodes:["n1251","n1252","n1253","n1254","n1255","n1256","n1251"],tags:{building:"house"}},w276:{id:"w276",nodes:["n1257","n1258","n1259","n1260","n1257"],tags:{building:"shed"}},w277:{id:"w277",nodes:["n1261","n1262","n1263","n1264","n1265","n1266","n1267","n1268","n1261"],tags:{building:"house"}},w278:{id:"w278",nodes:["n1269","n1270","n1271","n1272","n1273","n1274","n1284","n1269"],tags:{building:"house"}},w279:{id:"w279",nodes:["n1275","n1276","n1277","n1278","n1279","n1280","n1275"],tags:{building:"house"}},w28:{id:"w28",nodes:["n147","n148"],tags:{highway:"footway"}},w280:{id:"w280",nodes:["n1281","n1282","n1283","n1284"],tags:{barrier:"fence"}},w281:{id:"w281",nodes:["n1285","n1286","n1287","n1288","n1285"],tags:{building:"house"}},w282:{id:"w282",nodes:["n1289","n1290","n1291","n1292","n1293","n1294","n1295","n1296","n1289"],tags:{building:"house"}},w283:{id:"w283",nodes:["n1297","n1298","n1299","n1300","n1301","n1302","n1297"],tags:{access:"private",leisure:"swimming_pool"}},w284:{id:"w284",nodes:["n1303","n1304","n1305","n1306","n1307","n1308","n1309","n1310","n1311","n1312","n1303"],tags:{building:"house"}},w285:{id:"w285",nodes:["n1313","n1314","n1315","n1316","n1313"],tags:{building:"house"}},w286:{id:"w286",nodes:["n1317","n1318","n1319","n1320","n1321","n1322","n1323","n1324","n1325","n1326","n1327","n1328","n1329","n1330","n1317"],tags:{building:"house"}},w287:{id:"w287",nodes:["n1331","n1332","n1333","n1334","n1465","n1335","n1336","n1331"],tags:{building:"yes"}},w288:{id:"w288",nodes:["n1349","n1350","n1351","n1352","n1353","n1354","n1355","n1337","n1338","n1341","n1342","n1343","n1344","n1345","n1346","n1347","n1348","n1339","n1340","n1349"],tags:{access:"private",leisure:"swimming_pool"}},w289:{id:"w289",nodes:["n1356","n1331"],tags:{barrier:"fence"}},w29:{id:"w29",nodes:["n149","n874","n150","n151","n897","n898","n875","n152"],tags:{highway:"service",oneway:"yes"}},w290:{id:"w290",nodes:["n1357","n1358","n1359","n1360","n1357"],tags:{building:"shed"}},w291:{id:"w291",nodes:["n1358","n1361","n1362"],tags:{barrier:"fence"}},w292:{id:"w292",nodes:["n1363","n1364","n1365","n1366","n1367","n1368","n1363"],tags:{building:"house"}},w293:{id:"w293",nodes:["n1369","n1370","n1371","n1372","n1373","n1374","n1369"],tags:{leisure:"swimming_pool"}},w294:{id:"w294",nodes:["n1367","n1375","n1376","n1377"],tags:{barrier:"fence"}},w295:{id:"w295",nodes:["n1378","n1379","n1380","n1381","n1378"],tags:{building:"house"}},w296:{id:"w296",nodes:["n1382","n1383","n1384","n1385","n1386","n1387","n1382"],tags:{building:"house"}},w297:{id:"w297",nodes:["n1388","n1389","n1390","n1391","n1392","n1393","n1388"],tags:{building:"house"}},w298:{id:"w298",nodes:["n1394","n1395","n1396","n1397","n1394"],tags:{building:"house"}},w299:{id:"w299",nodes:["n1398","n1399","n1400","n1401","n1398"],tags:{access:"private3",leisure:"swimming_pool"}},w3:{id:"w3",nodes:["n1","n2"],tags:{highway:"track",name:"Water Street"}},w30:{id:"w30",nodes:["n153","n154","n155","n156","n153"],tags:{amenity:"parking"}},w300:{id:"w300",nodes:["n1402","n1403","n1404","n1405","n1406","n1407","n1408","n1409","n1410","n1411","n1412","n1413","n1402"],tags:{building:"house"}},w301:{id:"w301",nodes:["n1414","n1415","n1416","n1417","n1414"],tags:{building:"garage"}},w302:{id:"w302",nodes:["n1406","n1418","n1419","n1403"],tags:{barrier:"fence"}},w303:{id:"w303",nodes:["n1423","n1424","n1425","n1426","n1427","n1428","n1429","n1430","n1431","n1432","n1423"],tags:{building:"house"}},w304:{id:"w304",nodes:["n1433","n1434","n1435","n1446","n1436","n1437","n1438","n1439","n1444","n1440","n1441","n1445","n1442","n1443","n1433"],tags:{access:"private",leisure:"swimming_pool"}},w305:{id:"w305",nodes:["n1447","n1448","n1452","n1453","n1454","n1451","n1449","n1450","n1447"],tags:{building:"house"}},w306:{id:"w306",nodes:["n1455","n1456","n1457","n1458","n1455"],tags:{building:"shed"}},w307:{id:"w307",nodes:["n1459","n1460","n1461","n1462","n1459"],tags:{building:"shed"}},w308:{id:"w308",nodes:["n1463","n1464"],tags:{barrier:"fence"}},w309:{id:"w309",nodes:["n1465","n1466","n1467","n1468"],tags:{barrier:"fence"}},w31:{id:"w31",nodes:["n157","n605","n158"],tags:{highway:"service"}},w310:{id:"w310",nodes:["n1469","n1481","n1463"],tags:{barrier:"hedge"}},w311:{id:"w311",nodes:["n1470","n1471","n1472","n1473","n1474","n1475","n1480","n1476","n1477","n1478","n1479","n1470"],tags:{building:"house"}},w312:{id:"w312",nodes:["n1480","n1481"],tags:{barrier:"wall"}},w313:{id:"w313",nodes:["n1482","n1483","n1484","n1485","n1486","n1487","n1488","n1489","n1490","n1491","n1482"],tags:{access:"private",leisure:"swimming_pool"}},w314:{id:"w314",nodes:["n1492","n1493","n1494","n1495","n1496","n1497","n1498","n1499","n1500","n1501","n1502","n1503","n1504","n1505","n1492"],tags:{building:"house"}},w315:{id:"w315",nodes:["n1506","n1507","n1508","n1509","n1510","n1511","n1512","n1513","n1514","n1515","n1506"],tags:{building:"house"}},w316:{id:"w316",nodes:["n1516","n1517","n1518","n1519","n1520","n1521","n1522","n1523","n1516"],tags:{building:"house"}},w317:{id:"w317",nodes:["n1524","n1525","n1526","n1527","n1528","n1529","n1530","n1531","n1524"],tags:{building:"house"}},w318:{id:"w318",nodes:["n1532","n1533"],tags:{barrier:"fence"}},w319:{id:"w319",nodes:["n1534","n1532","n1535"],tags:{barrier:"fence"}},w32:{id:"w32",nodes:["n159","n160","n161","n162","n159"],tags:{amenity:"parking"}},w320:{id:"w320",nodes:["n1536","n1537","n1538","n1539","n1536"],tags:{building:"shed"}},w321:{id:"w321",nodes:["n1540","n1541","n1542","n1543","n1540"],tags:{building:"shed"}},w322:{id:"w322",nodes:["n1544","n1545","n1546","n1547","n1544"],tags:{building:"shed"}},w323:{id:"w323",nodes:["n1548","n1549","n1550","n1551","n1548"],tags:{building:"house"}},w324:{id:"w324",nodes:["n1552","n1553","n1554","n1555","n1556","n1557","n1558","n1559","n1552"],tags:{building:"house"}},w325:{id:"w325",nodes:["n1560","n1561","n1562","n1563","n1564","n1565","n1566","n1567","n1560"],tags:{building:"house"}},w326:{id:"w326",nodes:["n1561","n1568","n1569","n1570"],tags:{barrier:"wall"}},w327:{id:"w327",nodes:["n1571","n1572"],tags:{barrier:"fence"}},w328:{id:"w328",nodes:["n1573","n1574","n1575","n1576","n1573"],tags:{building:"house"}},w329:{id:"w329",nodes:["n1577","n1578","n1579","n1580","n1581","n1582","n1583","n1584","n1585","n1586","n1577"],tags:{building:"house"}},w33:{id:"w33",nodes:["n157","n163"],tags:{highway:"service"}},w330:{id:"w330",nodes:["n1587","n1588","n1589","n1590","n1591","n1592","n1593","n1594","n1587"],tags:{building:"house"}},w331:{id:"w331",nodes:["n1595","n1596","n1597","n1598","n1599","n1600","n1601","n1595"],tags:{access:"private",leisure:"swimming_pool"}},w332:{id:"w332",nodes:["n1602","n1603","n1604","n1605","n1606","n1607","n1608","n1609","n1611","n1610","n1612","n1613","n1602"],tags:{building:"house"}},w333:{id:"w333",nodes:["n2018","n1626","n1627","n2017","n2018"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w334:{id:"w334",nodes:["n2","n3","n2764"],tags:{highway:"service",name:"Water Street"}},w335:{id:"w335",nodes:["n3","n1628","n1614"],tags:{highway:"service"}},w336:{id:"w336",nodes:["n3198","n4545","n2747"],tags:{highway:"residential",name:"Morris Avenue"}},w337:{id:"w337",nodes:["n1629","n3504"],tags:{highway:"service",service:"alley",surface:"unpaved"}},w338:{id:"w338",nodes:["n1813","n1635","n1814","n1634","n1815","n1632","n1816","n1817"],tags:{highway:"service",service:"parking_aisle"}},w339:{id:"w339",nodes:["n1827","n4684","n4690","n1842","n4686","n4685","n1826","n1828","n1846","n1645","n1637","n4703","n1641"],tags:{highway:"residential",name:"Millard Street"}},w34:{id:"w34",nodes:["n164","n165","n166","n171","n866","n172","n167","n168","n169","n910","n170","n164"],tags:{amenity:"parking"}},w340:{id:"w340",nodes:["n1824","n1825"],tags:{highway:"service",service:"parking_aisle"}},w341:{id:"w341",nodes:["n1701","n1702","n1703","n1704","n1705","n1706","n1701"],tags:{building:"yes"}},w342:{id:"w342",nodes:["n1855","n1860","n1856","n1775","n1804","n1776","n1855"],tags:{amenity:"parking",fee:"no"}},w343:{id:"w343",nodes:["n1757","n1758","n1759","n1760","n1757"],tags:{building:"yes"}},w344:{id:"w344",nodes:["n1659","n1660","n1661","n1662","n1663","n1664","n1665","n1666","n1659"],tags:{building:"school"}},w345:{id:"w345",nodes:["n1751","n1752","n1753","n1754","n1755","n1756","n1751"],tags:{building:"yes"}},w346:{id:"w346",nodes:["n1641","n1676","n1673","n1639","n1810","n1642","n1849","n4759","n1845"],tags:{highway:"residential",name:"Douglas Avenue"}},w347:{id:"w347",nodes:["n1642","n1643","n1031","n1630","n845","n1631","n816","n1831","n902","n905","n152","n149","n1832","n1850","n878","n1833","n1852","n42","n1834","n61","n60","n1851","n1835"],tags:{highway:"primary",name:"Michigan Avenue"}},w348:{id:"w348",nodes:["n1650","n1651","n1652","n1653","n1654","n1655","n1656","n1657","n1658","n1650"],tags:{leisure:"playground"}},w349:{id:"w349",nodes:["n1861","n1818","n1819","n1820","n1821","n1825","n1823","n1639"],tags:{highway:"service"}},w35:{id:"w35",nodes:["n168","n167","n172"],tags:{barrier:"fence",fence_type:"chain_link"}},w350:{id:"w350",nodes:["n1783","n1819","n1784","n1857","n1861","n1858","n1783"],tags:{amenity:"parking"}},w351:{id:"w351",nodes:["n1717","n1718","n1719","n1720","n1717"],tags:{building:"yes"}},w352:{id:"w352",nodes:["n1743","n1744","n1745","n1746","n1747","n1748","n1749","n1750","n1743"],tags:{building:"yes"}},w353:{id:"w353",nodes:["n1637","n1636","n1029","n4715","n1630"],tags:{highway:"residential",name:"Lincoln Avenue"}},w354:{id:"w354",nodes:["n1713","n1714","n1715","n1716","n1713"],tags:{building:"yes"}},w355:{id:"w355",nodes:["n1689","n1690","n1691","n1692","n1693","n1694","n1695","n1696","n1689"],tags:{building:"yes"}},w356:{id:"w356",nodes:["n1631","n4717","n1840","n4745","n1841"],tags:{highway:"residential",name:"Hook Avenue"}},w357:{id:"w357",nodes:["n1737","n1738","n1739","n1740","n1741","n1742","n1737"],tags:{building:"yes"}},w358:{id:"w358",nodes:["n1707","n1708","n1709","n1710","n1711","n1712","n1707"],tags:{building:"yes"}},w359:{id:"w359",nodes:["n1829","n4695","n4697","n1843","n4698","n4701","n1638","n4702","n4705","n1636","n4706","n4707","n1633"],tags:{highway:"residential",name:"South Street"}},w36:{id:"w36",nodes:["n910","n171","n866","n172"],tags:{barrier:"fence",fence_type:"chain_link"}},w360:{id:"w360",nodes:["n1767","n1768","n1769","n1770","n1771","n1772","n1773","n1774","n1767"],tags:{building:"yes"}},w361:{id:"w361",nodes:["n1859","n1860","n1804","n1640","n1805","n1817","n1806","n1644","n1811","n1807","n1808","n3419","n1812","n1790","n3418","n3744","n1809","n1813","n1810"],tags:{highway:"service"}},w362:{id:"w362",nodes:["n1639","n1683","n4710","n1633"],tags:{highway:"residential",name:"South Street",oneway:"yes"}},w363:{id:"w363",nodes:["n1646","n1647","n1648","n1649","n1646"],tags:{leisure:"pitch",pitch:"basketball"}},w364:{id:"w364",nodes:["n3820","n3821","n3822","n3823","n3824","n3825","n3826","n3827","n3828","n3829","n3830","n3838","n3839","n3820"],tags:{amenity:"school",name:"Three Rivers Middle School"}},w365:{id:"w365",nodes:["n1721","n1722","n1723","n1724","n1725","n1726","n1727","n1728","n1729","n1730","n1731","n1732","n1733","n1734","n1735","n1736","n1721"],tags:{building:"yes"}},w366:{id:"w366",nodes:["n1791","n1792","n1793","n1794","n1795","n1796","n1798","n1799","n1800","n1801","n1802","n1803","n1791"],tags:{amenity:"parking"}},w367:{id:"w367",nodes:["n1633","n4708","n4711","n1643","n4712","n1838","n4752","n1839"],tags:{highway:"residential",name:"Grant Avenue"}},w368:{id:"w368",nodes:["n1853","n1687","n1688","n1854","n1853"],tags:{amenity:"library",building:"yes",name:"Three Rivers Public Library"}},w369:{id:"w369",nodes:["n1777","n1778","n1779","n1780","n1781","n1782","n1777"],tags:{amenity:"parking"}},w37:{id:"w37",nodes:["n173","n174","n175","n176","n177","n178","n179","n180","n173"],tags:{building:"yes"}},w370:{id:"w370",nodes:["n1645","n1638","n858","n4718","n1631"],tags:{highway:"residential",name:"Hook Avenue"}},w371:{id:"w371",nodes:["n3836","n3835","n4624","n3831","n4632","n3834","n3832","n3833","n3830","n3838","n3839","n3837","n3836"],tags:{amenity:"school",name:"Three Rivers High School"}},w372:{id:"w372",nodes:["n1697","n1698","n1699","n1700","n1697"],tags:{building:"yes"}},w373:{id:"w373",nodes:["n2891","n1785","n1786","n3394","n1787","n1788","n1789","n1830","n1836","n1837","n1848","n3409","n2891"],tags:{amenity:"parking"}},w374:{id:"w374",nodes:["n1761","n1762","n1763","n1764","n1765","n1766","n1761"],tags:{building:"yes"}},w375:{id:"w375",nodes:["n1822","n1823"],tags:{highway:"service",service:"parking_aisle"}},w376:{id:"w376",nodes:["n1677","n1678","n1679","n1680","n1681","n1682","n1677"],tags:{amenity:"parking"}},w377:{id:"w377",nodes:["n1676","n1675","n1674","n1673"],tags:{highway:"service",oneway:"yes"}},w378:{id:"w378",nodes:["n1667","n1668","n1669","n1670","n1671","n1672","n1667"],tags:{amenity:"school",name:"Andrews Elementary School"}},w379:{id:"w379",nodes:["n1630","n4714","n1847","n4750","n1844"],tags:{highway:"residential",name:"Lincoln Avenue"}},w38:{id:"w38",nodes:["n181","n182","n183","n185","n184","n181"],tags:{building:"yes"}},w380:{id:"w380",nodes:["n1683","n3745","n1686","n1633"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w381:{id:"w381",nodes:["n2022","n2037"],tags:{highway:"footway"}},w382:{id:"w382",nodes:["n1826","n1863"],tags:{highway:"residential"}},w383:{id:"w383",nodes:["n2011","n2012","n739","n2013","n2014","n2029","n2011"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w384:{id:"w384",nodes:["n2064","n2065","n2066","n2067","n2068","n2069","n2070","n2071","n2072","n2073","n2074","n2075","n2076","n2077","n2078","n2079","n2064"],tags:{building:"yes"}},w385:{id:"w385",nodes:["n1923","n1924","n1925","n1926","n1927","n1928","n1930","n1929","n1923"],tags:{natural:"water"}},w386:{id:"w386",nodes:["n1827","n14","n1886","n15","n1887","n16","n1888","n18","n17","n1889","n12","n13","n1890","n485","n1864","n11","n10","n2058","n2036","n1865","n2020","n9","n8","n1866","n295","n1867"],tags:{highway:"service"}},w387:{id:"w387",nodes:["n1846","n1843","n865","n157","n4721","n1831"],tags:{highway:"residential",name:"Andrews Street"}},w388:{id:"w388",nodes:["n2019","n2020","n2021","n2022","n2023","n2024","n2025","n2026","n2027","n2028","n2029"],tags:{highway:"footway"}},w389:{id:"w389",nodes:["n2217","n2222","n2221","n2219","n1877","n1879","n1882","n1883","n484","n1885","n483","n1880","n1881","n1878","n1884","n2223"],tags:{name:"Rocky River",waterway:"river"}},w39:{id:"w39",nodes:["n185","n186","n187"],tags:{barrier:"fence"}},w390:{id:"w390",nodes:["n2050","n2051","n2052","n2053","n2050"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w391:{id:"w391",nodes:["n2089","n2090","n2091","n2092","n2093","n2094","n2311","n2095","n2096","n2097","n2098","n1174","n2099","n751","n43","n2062","n4725","n873","n1832"],tags:{highway:"residential",name:"Constantine Street"}},w392:{id:"w392",nodes:["n1869","n212","n436","n2281","n2081"],tags:{highway:"primary",name:"Michigan Avenue"}},w393:{id:"w393",nodes:["n1829","n611","n144","n4694","n602","n1832"],tags:{highway:"tertiary",name:"Constantine Street"}},w394:{id:"w394",nodes:["n1997","n1998","n2000","n1999"],tags:{highway:"service",service:"parking_aisle"}},w395:{id:"w395",nodes:["n1835","n1869"],tags:{bridge:"yes",highway:"primary",name:"Michigan Avenue"}},w396:{id:"w396",nodes:["n2000","n2001"],tags:{highway:"service",service:"parking_aisle"}},w397:{id:"w397",nodes:["n2082","n4688","n1842","n308","n498","n509","n246","n241","n1867","n4645","n293","n1834"],tags:{highway:"residential",name:"Spring Street"}},w398:{id:"w398",nodes:["n2015","n2016","n2017","n2018","n2015"],tags:{building:"yes"}},w399:{id:"w399",nodes:["n2062","n45","n2063","n877","n41","n1852"],tags:{highway:"service"}},w4:{id:"w4",nodes:["n7","n38","n378","n379","n7"],tags:{building:"yes"}},w40:{id:"w40",nodes:["n188","n189","n190","n191","n192","n193","n188"],tags:{building:"house"}},w400:{id:"w400",nodes:["n1968","n1969","n1970","n1971","n2007","n1972","n1973","n1978","n1974","n1977","n1976","n1975","n1968"],tags:{amenity:"parking"}},w401:{id:"w401",nodes:["n1963","n1964"],tags:{bridge:"yes",highway:"footway"}},w402:{id:"w402",nodes:["n1892","n1893","n1894","n1895","n1896","n1897","n1898","n1899","n1900","n1901","n1902","n1903","n1892"],tags:{"addr:city":"Three Rivers","addr:housenumber":"112","addr:postcode":"49093","addr:state":"MI","addr:street":"Spring Street",barrier:"fence",name:"Scidmore Park Petting Zoo",tourism:"zoo",zoo:"petting_zoo"}},w403:{id:"w403",nodes:["n1957","n1958","n1959","n481","n1960","n482","n1949"],tags:{highway:"path"}},w404:{id:"w404",nodes:["n2281","n27","n330","n1987","n1988"],tags:{highway:"service"}},w405:{id:"w405",nodes:["n2249","n2269","n2270","n2271","n2272","n454","n455","n2273"],tags:{highway:"path",name:"Riverwalk Trail"}},w406:{id:"w406",nodes:["n1947","n1624","n1625","n2030","n2033","n4658","n4659","n2031","n2032","n2021"],tags:{highway:"footway"}},w407:{id:"w407",nodes:["n2034","n2036","n2009"],tags:{highway:"footway"}},w408:{id:"w408",nodes:["n1964","n1965","n2002","n1966","n21","n1967","n1969"],tags:{highway:"footway"}},w409:{id:"w409",nodes:["n1904","n1905","n1906","n1907","n1908","n1909","n748","n1910","n747","n1911","n749","n1912","n750","n1913","n1922","n1914","n1921","n1915","n746","n1916","n745","n1917","n744","n1918","n743","n742","n1919","n741","n1920","n740","n1904"],tags:{natural:"water"}},w41:{id:"w41",nodes:["n194","n195","n196","n197","n198","n199","n200","n201","n202","n203","n204","n205","n194"],tags:{building:"house"}},w410:{id:"w410",nodes:["n1868","n2088"],tags:{bridge:"yes",name:"Conrail Railroad",railway:"rail"}},w411:{id:"w411",nodes:["n2010","n2019","n2009","n2008","n2058","n2035","n1961","n1962","n1947","n1963"],tags:{highway:"footway"}},w412:{id:"w412",nodes:["n2290","n2043","n2044","n2045","n1872","n2041","n1873","n2042","n1874","n2046","n2047","n2048","n2049","n2290"],tags:{"addr:city":"Three Rivers","addr:housenumber":"112","addr:postcode":"49093","addr:state":"MI","addr:street":"Spring Street",leisure:"park",name:"Scidmore Park"}},w413:{id:"w413",nodes:["n1831","n876","n4720","n821","n2089"],tags:{highway:"residential",name:"Andrews Street"}},w414:{id:"w414",nodes:["n2002","n2003","n2004","n2005","n2006","n2007"],tags:{highway:"footway"}},w415:{id:"w415",nodes:["n1979","n1980","n1981","n1982","n1979"],tags:{amenity:"parking"}},w416:{id:"w416",nodes:["n2054","n2055","n2056","n2057","n2054"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w417:{id:"w417",nodes:["n2291","n2292","n2293","n2294","n2295","n2296","n2297","n2298","n2299","n1098","n2300","n2301","n2302","n2303","n2304","n2059","n2060","n2305","n2307","n2306","n2310","n2308","n2309","n2291"],tags:{leisure:"park",name:"Memory Isle Park"}},w418:{id:"w418",nodes:["n2033","n2034","n2035"],tags:{highway:"footway"}},w419:{id:"w419",nodes:["n1983","n1984","n1985","n1986","n1983"],tags:{amenity:"parking"}},w42:{id:"w42",nodes:["n206","n207","n208","n209","n210","n211","n206"],tags:{building:"house"}},w420:{id:"w420",nodes:["n1840","n4746","n4748","n1847","n4749","n4755","n1838","n4754","n4756","n1849"],tags:{highway:"residential",name:"French Street"}},w421:{id:"w421",nodes:["n2337","n2268"],tags:{highway:"path"}},w422:{id:"w422",nodes:["n2338","n2339","n2320","n2317","n2319","n2318","n2340","n2341","n2342","n2343","n2344","n2345","n2346","n2347","n2348","n2338"],tags:{natural:"water"}},w423:{id:"w423",nodes:["n2180","n2349","n2350","n2351","n2352","n2404","n2353","n2354","n2355","n2356","n2357","n2358","n2359","n2360","n2361","n2362","n2363","n2364","n2365","n2366","n2370","n2371","n2372","n2373","n2374","n2375","n2377","n2378","n2380","n2381","n2382","n2383","n2386","n2389","n2390","n2391","n2392","n2393","n2396","n2397","n2401","n2402","n2321","n2322","n2323","n2403","n2180"],tags:{natural:"wetland"}},w424:{id:"w424",nodes:["n2324","n2316","n1841","n2315","n2314","n1844","n1839","n4758","n1845"],tags:{highway:"residential",name:"Pealer Street"}},w425:{id:"w425",nodes:["n2267","n2337","n2336","n2335","n2334","n2333","n2332","n2331","n2330","n37","n2329","n2328","n2327","n36","n2326","n2325","n2266"],tags:{highway:"path",name:"Riverwalk Trail"}},w426:{id:"w426",nodes:["n2478","n681","n680","n679","n2459","n2467","n2487","n2478"],tags:{building:"yes"}},w427:{id:"w427",nodes:["n2671","n2672","n2673","n2674","n2671"],tags:{building:"yes"}},w428:{id:"w428",nodes:["n2483","n2482","n2486","n2489","n2492","n2502","n2495","n2480","n2483"],tags:{building:"yes"}},w429:{id:"w429",nodes:["n2707","n2708","n2716","n2712","n2714","n2713","n2715","n2711","n2710","n2723","n2709","n2707"],tags:{amenity:"parking"}},w43:{id:"w43",nodes:["n1955","n1956"],tags:{footway:"sidewalk",highway:"footway",name:"Riverwalk Trail"}},w430:{id:"w430",nodes:["n2471","n2474","n2484","n2479","n2471"],tags:{building:"yes"}},w431:{id:"w431",nodes:["n2218","n2434","n2436","n2433","n2435","n2210"],tags:{name:"Rocky River",waterway:"river"}},w432:{id:"w432",nodes:["n2782","n2532","n2783","n2784","n2782"],tags:{amenity:"parking"}},w433:{id:"w433",nodes:["n2513","n649","n2520","n2514","n2507","n2513"],tags:{building:"yes"}},w434:{id:"w434",nodes:["n2470","n2468","n2461","n2465","n2470"],tags:{building:"yes"}},w435:{id:"w435",nodes:["n2598","n2599","n648","n649","n2520","n2598"],tags:{building:"yes"}},w436:{id:"w436",nodes:["n2639","n2640","n2641","n2642","n2643","n2644","n2645","n2646","n2647","n2648","n2639"],tags:{building:"yes"}},w437:{id:"w437",nodes:["n2503","n2512","n2508","n2499","n2503"],tags:{building:"yes"}},w438:{id:"w438",nodes:["n2440","n2800","n2774","n1"],tags:{highway:"residential",name:"Water Street"}},w439:{id:"w439",nodes:["n2675","n2676","n2677","n2678","n2675"],tags:{building:"yes"}},w44:{id:"w44",nodes:["n213","n214","n215","n216","n213"],tags:{building:"yes"}},w440:{id:"w440",nodes:["n2512","n2503","n2507","n2514","n2512"],tags:{building:"yes"}},w441:{id:"w441",nodes:["n2554","n2717","n674","n2720","n2798"],tags:{highway:"service",oneway:"yes"}},w442:{id:"w442",nodes:["n2583","n2596","n2584","n2585","n2595","n2586","n2587","n2588","n2589","n2583"],tags:{amenity:"parking"}},w443:{id:"w443",nodes:["n2629","n2627","n2628","n2616","n2630","n2629"],tags:{building:"yes"}},w444:{id:"w444",nodes:["n2717","n2724","n670","n2718","n669","n668","n2722","n2727"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w445:{id:"w445",nodes:["n2572","n2573"],tags:{bridge:"yes",highway:"path",name:"Riverwalk Trail"}},w446:{id:"w446",nodes:["n2603","n2604","n2601","n2605","n2606","n2607","n2603"],tags:{building:"yes"}},w447:{id:"w447",nodes:["n2780","n2777","n628","n624","n2779"],tags:{highway:"residential",name:"Foster Street",oneway:"yes"}},w448:{id:"w448",nodes:["n2733","n2734","n2735","n2736","n2737","n2738","n663","n664","n2739","n2733"],tags:{building:"yes"}},w449:{id:"w449",nodes:["n2564","n2565","n2566","n2567","n2568","n2794","n2795","n2564"],tags:{amenity:"parking"}},w45:{id:"w45",nodes:["n217","n218","n219","n220","n217"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w450:{id:"w450",nodes:["n2799","n2728","n2729","n2730","n2731","n2732","n2799"],tags:{building:"yes"}},w451:{id:"w451",nodes:["n2441","n1170","n2442","n2575","n2443","n2445","n2444","n2448","n2441"],tags:{amenity:"parking"}},w452:{id:"w452",nodes:["n2273","n457","n2569","n458","n2570"],tags:{highway:"path",name:"Riverwalk Trail"}},w453:{id:"w453",nodes:["n2447","n2242","n2448","n2527","n2530"],tags:{highway:"service"}},w454:{id:"w454",nodes:["n2560","n333","n2561"],tags:{highway:"service",service:"parking_aisle"}},w455:{id:"w455",nodes:["n2679","n2680","n2681","n2682","n2683","n2684","n2685","n2686","n2687","n2688","n2689","n2690","n2679"],tags:{building:"yes"}},w456:{id:"w456",nodes:["n2425","n2429","n2424"],tags:{bridge:"yes",highway:"residential",name:"Moore Street"}},w457:{id:"w457",nodes:["n2487","n2467","n2472","n2480","n2495","n2487"],tags:{building:"yes"}},w458:{id:"w458",nodes:["n2659","n2660","n2661","n2662","n678","n677","n2663","n2664","n2665","n2666","n675","n676","n2659"],tags:{building:"yes"}},w459:{id:"w459",nodes:["n2600","n2598","n2599","n2601","n2605","n2602","n2600"],tags:{building:"yes"}},w46:{id:"w46",nodes:["n221","n222","n223","n224","n221"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w460:{id:"w460",nodes:["n2468","n2464","n2455","n2457","n2461","n2468"],tags:{building:"yes"}},w461:{id:"w461",nodes:["n2478","n2473","n683","n682","n2463","n681","n2478"],tags:{building:"yes"}},w462:{id:"w462",nodes:["n2547","n473","n2548","n2549"],tags:{highway:"service",service:"parking_aisle"}},w463:{id:"w463",nodes:["n2573","n2574"],tags:{highway:"path",name:"Riverwalk Trail"}},w464:{id:"w464",nodes:["n2445","n2597","n2527","n2528","n2529","n2530","n2531","n2597"],tags:{highway:"service",service:"parking_aisle"}},w465:{id:"w465",nodes:["n2571","n459","n2572"],tags:{highway:"path",name:"Riverwalk Trail"}},w466:{id:"w466",nodes:["n2445","n2574","n2552","n442","n2551","n4727","n323","n2446"],tags:{highway:"service"}},w467:{id:"w467",nodes:["n2484","n2474","n2477","n2485","n2488","n2484"],tags:{building:"yes"}},w468:{id:"w468",nodes:["n2695","n2696","n2697","n2698","n2699","n2700","n2701","n2702","n2695"],tags:{building:"yes"}},w469:{id:"w469",nodes:["n2469","n2476","n2481","n2475","n920","n2466","n2469"],tags:{building:"yes"}},w47:{id:"w47",nodes:["n1988","n1997","n1989","n25","n24","n1990","n26","n1991","n21","n1992","n2006","n1993","n22","n1994","n23","n1995","n1999","n1996","n2001","n1988"],tags:{highway:"service"}},w470:{id:"w470",nodes:["n2473","n2470","n2465","n2458","n2462","n683","n2473"],tags:{building:"yes"}},w471:{id:"w471",nodes:["n2490","n2496","n994","n997","n998","n996","n995","n2485","n2477","n2490"],tags:{building:"yes"}},w472:{id:"w472",nodes:["n2424","n2426","n2427","n2428"],tags:{highway:"residential",name:"Moore Street"}},w473:{id:"w473",nodes:["n2432","n1026","n4741","n2554","n2425"],tags:{highway:"residential",name:"Moore Street"}},w474:{id:"w474",nodes:["n2577","n2576"],tags:{bridge:"yes",highway:"footway"}},w475:{id:"w475",nodes:["n2497","n2505","n2500","n2493","n2497"],tags:{building:"yes"}},w476:{id:"w476",nodes:["n2493","n2500","n2501","n2496","n2490","n2493"],tags:{building:"yes"}},w477:{id:"w477",nodes:["n2431","n360","n4726","n418","n397","n396","n2547","n646","n2447","n644","n2418","n424","n640","n2419","n2420","n2423"],tags:{highway:"residential",name:"Railroad Drive"}},w478:{id:"w478",nodes:["n2515","n2511","n2498","n2504","n2509","n2515"],tags:{building:"yes"}},w479:{id:"w479",nodes:["n2525","n651","n650","n2526","n2524","n653","n652","n656","n2523","n654","n2518","n2517","n2521","n2522","n2525"],tags:{building:"yes"}},w48:{id:"w48",nodes:["n225","n237","n226","n227","n228","n229","n230","n231","n232","n233","n234","n235","n236","n225"],tags:{building:"yes"}},w480:{id:"w480",nodes:["n2703","n2704","n2710","n2711","n2705","n2706","n2703"],tags:{amenity:"parking"}},w481:{id:"w481",nodes:["n2796","n2657","n2658","n2797","n2796"],tags:{building:"yes"}},w482:{id:"w482",nodes:["n2550","n2551","n442","n2552","n2553","n2550"],tags:{amenity:"parking"}},w483:{id:"w483",nodes:["n2790","n2542"],tags:{highway:"service",service:"parking_aisle"}},w484:{id:"w484",nodes:["n2311","n1102"],tags:{highway:"service"}},w485:{id:"w485",nodes:["n2515","n2509","n2516","n2519","n2515"],tags:{building:"yes"}},w486:{id:"w486",nodes:["n2506","n2502","n2492","n2491","n2494","n2506"],tags:{building:"yes"}},w487:{id:"w487",nodes:["n2667","n2668","n2669","n2670","n2667"],tags:{building:"yes"}},w488:{id:"w488",nodes:["n2616","n2608","n2617","n2618","n2619","n2620","n2621","n2622","n2623","n2624","n2625","n2626","n2627","n2628","n2616"],tags:{building:"yes"}},w489:{id:"w489",nodes:["n2081","n2430"],tags:{bridge:"yes",highway:"primary",name:"Michigan Avenue"}},w49:{id:"w49",nodes:["n237","n238"],tags:{highway:"footway"}},w490:{id:"w490",nodes:["n2410","n636","n730","n635","n2409","n2694","n2751","n2765","n2753","n2768","n2754","n2769","n2745","n2766","n4503","n2763","n4501","n2752","n2781"],tags:{highway:"residential",name:"Portage Avenue"}},w491:{id:"w491",nodes:["n2578","n2579","n2580","n2581","n2578"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w492:{id:"w492",nodes:["n2556","n2557","n2558","n2559","n2556"],tags:{amenity:"parking"}},w493:{id:"w493",nodes:["n2460","n2456","n687","n2453","n2454","n2460"],tags:{building:"yes"}},w494:{id:"w494",nodes:["n2471","n2479","n2476","n2469","n2471"],tags:{building:"yes"}},w495:{id:"w495",nodes:["n2724","n2725","n673","n672","n671","n2726","n2727"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w496:{id:"w496",nodes:["n2649","n2650","n2651","n2652","n2653","n2654","n2655","n2656","n2649"],tags:{building:"yes"}},w497:{id:"w497",nodes:["n2430","n2446","n343","n2101","n2560","n2431","n363","n2748"],tags:{highway:"primary",name:"Michigan Avenue"}},w498:{id:"w498",nodes:["n2691","n2692","n634","n633","n2693","n2694"],tags:{highway:"service"}},w499:{id:"w499",nodes:["n2423","n2415","n661","n2416","n2417","n2719","n2721","n2772","n2756","n2773","n2759","n2767"],tags:{highway:"residential",name:"West Street"}},w5:{id:"w5",nodes:["n380","n381","n382","n383","n429","n430","n380"],tags:{building:"yes"}},w50:{id:"w50",nodes:["n239","n499","n508","n245","n238","n242","n240"],tags:{footway:"sidewalk",highway:"footway"}},w500:{id:"w500",nodes:["n2428","n1152","n2421","n2324"],tags:{bridge:"yes",highway:"residential",name:"Moore Street"}},w501:{id:"w501",nodes:["n2608","n2609","n2610","n2611","n2612","n2613","n2614","n2615","n2617","n2608"],tags:{building:"yes"}},w502:{id:"w502",nodes:["n2570","n2571"],tags:{bridge:"yes",highway:"path",name:"Riverwalk Trail"}},w503:{id:"w503",nodes:["n2540","n2542","n2787"],tags:{highway:"service"}},w504:{id:"w504",nodes:["n2269","n2582","n2250"],tags:{highway:"path"}},w505:{id:"w505",nodes:["n2631","n2632","n2633","n2634","n2635","n2636","n2637","n2638","n2631"],tags:{building:"yes"}},w506:{id:"w506",nodes:["n2543","n2544","n2545","n395","n2546","n2543"],tags:{amenity:"parking"}},w507:{id:"w507",nodes:["n2449","n2450","n2451","n2452","n1162","n2449"],tags:{leisure:"pitch",sport:"tennis"}},w508:{id:"w508",nodes:["n2554","n1160","n2559","n2558","n659","n2555","n658","n657","n2419"],tags:{highway:"service"}},w509:{id:"w509",nodes:["n2499","n2508","n2510","n2505","n2497","n2499"],tags:{building:"yes"}},w51:{id:"w51",nodes:["n241","n242","n243","n244"],tags:{highway:"service",surface:"unpaved"}},w510:{id:"w510",nodes:["n2575","n2577"],tags:{highway:"footway"}},w511:{id:"w511",nodes:["n2533","n2534","n2535","n2536","n2537","n2538","n2539","n2785","n2786","n2533"],tags:{amenity:"parking"}},w512:{id:"w512",nodes:["n2801","n2740","n2741","n2742","n2743","n2744","n2801"],tags:{building:"yes"}},w513:{id:"w513",nodes:["n2720","n2721"],tags:{highway:"service",service:"parking_aisle"}},w514:{id:"w514",nodes:["n2788","n2790","n2789","n989","n2540","n2541"],tags:{highway:"service",service:"parking_aisle"}},w515:{id:"w515",nodes:["n2848","n2849","n2850","n2851","n2803","n2804","n2812"],tags:{highway:"residential",name:"Middle Street"}},w516:{id:"w516",nodes:["n2852","n2805"],tags:{access:"private",highway:"service",name:"Battle Street"}},w517:{id:"w517",nodes:["n2863","n2815","n2814","n2812","n2864","n2855","n2865","n2867","n2868"],tags:{highway:"secondary",name:"Michigan Avenue",name_1:"State Highway 60",ref:"M 60"}},w518:{id:"w518",nodes:["n2859","n2808"],tags:{highway:"residential",name:"2nd Avenue"}},w519:{id:"w519",nodes:["n2823","n2824","n2825","n2826","n2827","n2828","n2823"],tags:{building:"yes"}},w52:{id:"w52",nodes:["n247","n248","n249","n250","n247"],tags:{amenity:"parking"}},w520:{id:"w520",nodes:["n2806","n2807","n2803"],tags:{highway:"residential",name:"2nd Avenue"}},w521:{id:"w521",nodes:["n2829","n2830","n2831","n2832","n2833","n2834","n2835","n2836","n2837","n2838","n2829"],tags:{building:"yes"}},w522:{id:"w522",nodes:["n2815","n2813","n2811","n4597","n2846","n4596","n2857","n4601","n2853","n4602","n2861","n4","n2879","n4560","n3550","n5","n1685"],tags:{highway:"residential",name:"Washington Street"}},w523:{id:"w523",nodes:["n2878","n2811","n2810","n2860","n2880","n2881","n2882"],tags:{highway:"residential",name:"5th Avenue"}},w524:{id:"w524",nodes:["n2816","n2817","n2818","n2819","n2820","n2821","n2822","n2816"],tags:{building:"yes"}},w525:{id:"w525",nodes:["n2869","n2856","n2806","n2808","n2814","n2809","n2810","n2847","n2858","n2854","n2870","n2871","n6","n2872","n2839","n2862"],tags:{highway:"residential",name:"Wood Street"}},w526:{id:"w526",nodes:["n2877","n2809","n2813","n2844","n2843"],tags:{highway:"residential",name:"4th Avenue"}},w527:{id:"w527",nodes:["n4785","n4784","n2936","n4788","n4787","n4786","n4785"],tags:{amenity:"parking"}},w528:{id:"w528",nodes:["n2864","n2892","n2893","n2877","n2860","n3840"],tags:{highway:"residential",name:"Garden Street"}},w529:{id:"w529",nodes:["n2868","n2890"],tags:{bridge:"yes",highway:"secondary",name:"Michigan Avenue",name_1:"State Highway 60",ref:"M 60"}},w53:{id:"w53",nodes:["n251","n252","n253","n254","n255","n256","n257","n258","n259","n260","n261","n262","n251"],tags:{building:"yes"}},w530:{id:"w530",nodes:["n2914","n2915","n2916","n2917","n2918","n2919","n2920","n2921","n2922","n2923","n2924","n2925","n2926","n2927","n2928","n2929","n2930","n2931","n2932","n2933","n2914"],tags:{building:"yes"}},w531:{id:"w531",nodes:["n2958","n2896"],tags:{bridge:"yes",highway:"secondary",name:"Main Street"}},w532:{id:"w532",nodes:["n2896","n394","n364","n2748"],tags:{highway:"secondary",name:"Main Street"}},w533:{id:"w533",nodes:["n2800","n2943","n2940","n2941","n2942","n2943"],tags:{highway:"service",service:"parking_aisle"}},w534:{id:"w534",nodes:["n3836","n3837","n3839","n3838","n3834","n4632","n3831","n4624","n3835","n3836"],tags:{barrier:"fence"}},w535:{id:"w535",nodes:["n2894","n2944","n2774","n2765"],tags:{highway:"residential",name:"5th Avenue"}},w536:{id:"w536",nodes:["n2890","n2780","n627","n2889","n2887","n623","n2888","n366","n2748"],tags:{highway:"secondary",name:"Michigan Avenue",name_1:"State Highway 60",ref:"M 60"}},w537:{id:"w537",nodes:["n2895","n738","n2887","n737","n2913"],tags:{highway:"residential",name:"Water Street"}},w538:{id:"w538",nodes:["n2855","n3756","n2884","n2885","n2886","n2945","n2946","n2947","n2948","n2949","n2950","n2951","n2952","n2953","n2955","n2848","n2956","n2856"],tags:{highway:"residential",name:"River Drive"}},w539:{id:"w539",nodes:["n2882","n2894"],tags:{bridge:"yes",highway:"residential",name:"5th Avenue"}},w54:{id:"w54",nodes:["n263","n264","n265","n266","n267","n268","n269","n270","n271","n272","n273","n274","n275","n276","n263"],tags:{building:"yes"}},w540:{id:"w540",nodes:["n2987","n2964","n2981","n2983","n2966","n2982","n2962","n2960","n2967","n2965","n2984","n2977","n2968","n2976","n2986","n2988","n2963","n2970","n2969","n2979","n2974","n2980","n2959","n2973","n2985","n2961","n2975","n2971","n2972","n2978","n2898","n2907","n2912","n2909","n2911","n2901","n2903","n2904","n2906","n2902","n2900","n2910","n2908","n2899","n2897","n2905","n2186","n2233"],tags:{name:"Portage River",waterway:"river"}},w541:{id:"w541",nodes:["n2852","n2851","n3003"],tags:{highway:"residential",name:"1st Avenue"}},w542:{id:"w542",nodes:["n2991","n3004","n2994"],tags:{highway:"residential",name:"River Street"}},w543:{id:"w543",nodes:["n2993","n2989"],tags:{bridge:"yes",highway:"residential",name:"6th Street"}},w544:{id:"w544",nodes:["n2995","n2996","n2997","n2998","n2999","n3000","n3001","n3002","n2990","n2991","n2993"],tags:{highway:"residential",name:"6th Street"}},w545:{id:"w545",nodes:["n2989","n2992","n2848"],tags:{highway:"residential",name:"6th Street"}},w546:{id:"w546",nodes:["n2313","n3169","n3170","n3171","n3172","n3173","n3174","n3175","n3176","n3177","n3178","n3179","n3180","n3191","n3181","n3190","n3182","n3183","n3184","n3185","n3186","n3187","n3188","n3189","n3160","n3161","n3162","n2126","n2146","n2156","n2129","n2112","n2109","n2313"],tags:{natural:"wetland"}},w547:{id:"w547",nodes:["n2088","n3013","n3015","n3014","n3017","n3018"],tags:{name:"Conrail Railroad",railway:"rail"}},w548:{id:"w548",nodes:["n3083","n3084","n3085","n3086","n3083"],tags:{building:"yes"}},w549:{id:"w549",nodes:["n3020","n2288","n2283","n2284","n2131","n2286","n2287","n2285","n2132","n2140","n2289","n3020"],tags:{leisure:"park",name:"Conservation Park"}},w55:{id:"w55",nodes:["n277","n278","n279","n280","n281","n282","n283","n284","n277"],tags:{building:"yes"}},w550:{id:"w550",nodes:["n3056","n3042","n3041","n3040","n3039","n3038","n3037","n3036","n3044","n3035","n3034","n3043","n3016","n3056","n3019","n3015","n3012"],tags:{highway:"service"}},w551:{id:"w551",nodes:["n3044","n3045","n3046","n3047","n3048","n3049","n3050","n3051","n3052","n3053","n3054","n3055","n3016"],tags:{highway:"footway"}},w552:{id:"w552",nodes:["n3117","n3118","n3119","n3120","n3121","n3122","n3117"],tags:{building:"yes"}},w553:{id:"w553",nodes:["n3123","n3124","n3129","n3125","n3126","n3123"],tags:{building:"yes"}},w554:{id:"w554",nodes:["n3069","n3070","n3071","n3072","n3073","n3074","n3075","n3076","n3077","n3078","n3079","n3080","n3081","n3082","n3069"],tags:{building:"yes"}},w555:{id:"w555",nodes:["n3087","n3088","n3089","n3090","n3087"],tags:{building:"yes"}},w556:{id:"w556",nodes:["n3113","n3114","n3115","n3116","n3113"],tags:{building:"yes"}},w557:{id:"w557",nodes:["n3103","n3104","n3105","n3106","n3103"],tags:{building:"yes"}},w558:{id:"w558",nodes:["n3127","n3128","n3129","n3124","n3127"],tags:{building:"yes"}},w559:{id:"w559",nodes:["n3137","n3141","n3142","n3138","n3139","n3140","n3137"],tags:{building:"yes"}},w56:{id:"w56",nodes:["n285","n286","n287","n288","n285"],tags:{amenity:"parking"}},w560:{id:"w560",nodes:["n3091","n3092","n3093","n3094","n3091"],tags:{building:"yes"}},w561:{id:"w561",nodes:["n3155","n3157","n3158","n3159","n3156","n3155"],tags:{building:"yes"}},w562:{id:"w562",nodes:["n3057","n3058","n3059","n3060","n3057"],tags:{building:"yes"}},w563:{id:"w563",nodes:["n3107","n3108","n3109","n3110","n3111","n3112","n3107"],tags:{building:"yes"}},w564:{id:"w564",nodes:["n3134","n3135","n3136","n3131","n3134"],tags:{building:"yes"}},w565:{id:"w565",nodes:["n3143","n3144","n3145","n3146","n3143"],tags:{building:"yes"}},w566:{id:"w566",nodes:["n3095","n3096","n3097","n3098","n3095"],tags:{building:"yes"}},w567:{id:"w567",nodes:["n3130","n3131","n3136","n3132","n3133","n3130"],tags:{building:"yes"}},w568:{id:"w568",nodes:["n3025","n3026","n3027","n3028","n3029","n3030","n3031","n3033","n3032","n3025"],tags:{amenity:"parking"}},w569:{id:"w569",nodes:["n3061","n3062","n3063","n3064","n3061"],tags:{building:"yes"}},w57:{id:"w57",nodes:["n289","n290","n291","n292","n289"],tags:{amenity:"parking"}},w570:{id:"w570",nodes:["n3155","n3156","n3152","n3153","n3155"],tags:{building:"yes"}},w571:{id:"w571",nodes:["n3099","n3100","n3101","n3102","n3099"],tags:{building:"yes"}},w572:{id:"w572",nodes:["n3147","n3148","n3149","n3150","n3147"],tags:{building:"yes"}},w573:{id:"w573",nodes:["n3039","n2284"],tags:{highway:"service"}},w574:{id:"w574",nodes:["n3151","n3152","n3153","n3154","n3151"],tags:{building:"yes"}},w575:{id:"w575",nodes:["n3021","n3022","n3023","n3024","n3021"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w576:{id:"w576",nodes:["n3065","n3066","n3067","n3068","n3065"],tags:{building:"yes"}},w577:{id:"w577",nodes:["n2944","n3192","n3757","n3813","n3814","n3815","n3816","n3817","n3818","n3819"],tags:{highway:"service",name:"Willow Drive",service:"driveway",surface:"unpaved"}},w578:{id:"w578",nodes:["n2163","n2165","n2166","n2167","n2168","n2172","n2173","n2174","n2175","n2176","n2178","n2181","n2163"],tags:{building:"yes"}},w579:{id:"w579",nodes:["n2754","n3195","n3204","n3205","n4537","n4540","n3206","n4530","n4536","n3207","n4524","n3199","n4521","n3197","n1032"],tags:{highway:"residential",name:"Elm Street"}},w58:{id:"w58",nodes:["n240","n293","n294"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w580:{id:"w580",nodes:["n2184","n2185","n2187","n2190","n2191","n2192","n2184"],tags:{building:"yes"}},w581:{id:"w581",nodes:["n2765","n3208","n3211","n2755","n3280","n2756","n3346"],tags:{highway:"residential",name:"Kelsey Street"}},w582:{id:"w582",nodes:["n2753","n3194","n3193","n3201","n3196","n4551","n3202","n4550","n3203","n3200","n3198","n1033"],tags:{highway:"residential",name:"Walnut Street"}},w583:{id:"w583",nodes:["n3272","n4469","n4588","n2879","n4564","n2872"],tags:{highway:"residential",name:"10th Avenue"}},w584:{id:"w584",nodes:["n3243","n3242","n3241","n3240","n3243"],tags:{building:"industrial"}},w585:{id:"w585",nodes:["n3273","n3274","n4631","n4593","n3275","n4592","n2846","n4611","n2847"],tags:{highway:"residential",name:"6th Avenue"}},w586:{id:"w586",nodes:["n3276","n4591","n2853","n4605","n2854"],tags:{highway:"residential",name:"8th Avenue"}},w587:{id:"w587",nodes:["n3269","n3268","n3267","n3266","n3265","n3264","n3263","n3262","n3269"],tags:{building:"industrial"}},w588:{id:"w588",nodes:["n3277","n4599","n2857","n4598","n4608","n2858"],tags:{highway:"residential",name:"7th Avenue"}},w589:{id:"w589",nodes:["n3239","n3238","n3271","n3270","n3237","n3236","n3235","n3234","n3239"],tags:{building:"yes"}},w59:{id:"w59",nodes:["n294","n295","n296","n297","n298","n299","n300","n301","n302","n303","n491","n304","n305","n306","n307"],tags:{footway:"sidewalk",highway:"footway"}},w590:{id:"w590",nodes:["n3278","n4458","n4589","n4604","n2861"],tags:{highway:"residential",name:"9th Avenue"}},w591:{id:"w591",nodes:["n3253","n3252","n3251","n3250","n3249","n3248","n3253"],tags:{building:"industrial"}},w592:{id:"w592",nodes:["n3229","n3228","n3227","n3226","n3225","n3224","n3223","n3222","n3221","n3220","n3219","n3218","n3217","n3216","n3215","n3214","n3213","n3212","n3229"],tags:{natural:"water",water:"pond"}},w593:{id:"w593",nodes:["n3261","n3260","n3259","n3258","n3257","n3256","n3255","n3254","n3261"],tags:{building:"industrial"}},w594:{id:"w594",nodes:["n3233","n3232","n3231","n3230","n3233"],tags:{building:"yes"}},w595:{id:"w595",nodes:["n3247","n3246","n3245","n3244","n3247"],tags:{building:"industrial"}},w596:{id:"w596",nodes:["n2769","n3195","n3193","n3209","n2758","n2759","n3279"],tags:{highway:"residential",name:"Armitage Street"}},w597:{id:"w597",nodes:["n2193","n2194","n2195","n2197","n2193"],tags:{building:"yes"}},w598:{id:"w598",nodes:["n3404","n3403","n3402","n3401","n3400","n3399","n3398","n3397","n3373","n3372","n3396","n3395","n3404"],tags:{building:"school"}},w6:{id:"w6",nodes:["n879","n880","n881","n882","n879"],tags:{building:"shed"}},w60:{id:"w60",nodes:["n239","n308","n307"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w600:{id:"w600",nodes:["n3387","n3386","n3316","n3315","n3314","n3313","n3387"],tags:{building:"yes"}},w601:{id:"w601",nodes:["n3304","n3303","n3302","n3301","n3385","n3384","n3300","n3299","n3304"],tags:{building:"yes"}},w602:{id:"w602",nodes:["n3334","n3333","n3332","n3331","n3330","n3329","n3328","n3327","n3326","n3325","n3324","n3323","n3322","n3321","n3320","n3319","n3318","n3317","n3334"],tags:{building:"yes"}},w603:{id:"w603",nodes:["n3353","n3352","n3347","n3280","n2798"],tags:{highway:"service",service:"alley",surface:"unpaved"}},w604:{id:"w604",nodes:["n3753","n3211","n3383"],tags:{highway:"service",service:"alley"}},w605:{id:"w605",nodes:["n3290","n3289","n3288","n3287","n3286","n3285","n3284","n3283","n3282","n3281","n3290"],tags:{building:"yes"}},w606:{id:"w606",nodes:["n2198","n2199","n2201","n2202","n2203","n2206","n2198"],tags:{building:"yes"}},w607:{id:"w607",nodes:["n2198","n2207"],tags:{barrier:"wall"}},w608:{id:"w608",nodes:["n2751","n3208","n3210","n3209","n3415","n3410","n3414","n3413","n3412","n3416"],tags:{highway:"residential",name:"East Street"}},w609:{id:"w609",nodes:["n2772","n3346","n3746","n3748","n3747","n3345","n3378","n3279","n3411"],tags:{highway:"residential",name:"Maple Street"}},w61:{id:"w61",nodes:["n309","n310","n311","n312","n313","n240"],tags:{footway:"sidewalk",highway:"footway"}},w610:{id:"w610",nodes:["n3379","n3380","n3382","n3381","n3379"],tags:{leisure:"park",name:"LaFayette Park"}},w611:{id:"w611",nodes:["n2768","n3194","n3210","n3753","n2760","n3353","n2773","n3378"],tags:{highway:"residential",name:"Bennett Street"}},w612:{id:"w612",nodes:["n2751","n3383","n2749","n2798","n2772"],tags:{highway:"residential",name:"Market Street"}},w613:{id:"w613",nodes:["n3298","n3297","n3296","n3295","n3294","n3293","n3292","n3291","n3298"],tags:{building:"yes"}},w614:{id:"w614",nodes:["n3375","n3406","n3405","n3374","n3375"],tags:{leisure:"playground"}},w615:{id:"w615",nodes:["n3393","n3344","n3343","n3342","n3341","n3340","n3339","n3338","n3337","n3392","n3391","n3390","n3389","n3336","n3335","n3388","n3393"],tags:{building:"yes"}},w616:{id:"w616",nodes:["n3376","n3407","n3408","n3377","n3376"],tags:{amenity:"school",name:"Three Rivers Elementary School"}},w617:{id:"w617",nodes:["n3312","n3311","n3310","n3309","n3308","n3307","n3306","n3305","n3312"],tags:{building:"yes"}},w619:{id:"w619",nodes:["n2863","n3424","n3425","n3426","n3427","n3428","n3429","n3430","n3431","n3432","n3433","n2844"],tags:{highway:"secondary",name:"Michigan Avenue",ref:"M 60"}},w62:{id:"w62",nodes:["n876","n906","n904","n875","n874","n873","n872","n871","n870","n869","n41","n868","n146","n314","n315","n1956"],tags:{footway:"sidewalk",highway:"footway"}},w620:{id:"w620",nodes:["n2844","n3420","n3421","n3422","n3439","n2859","n3437","n3493","n3496","n3500","n3497"],tags:{highway:"residential"}},w621:{id:"w621",nodes:["n3468","n3469","n3470","n3471","n3468"],tags:{building:"yes"}},w622:{id:"w622",nodes:["n3417","n3436","n3438","n3491","n3488","n3492","n3495","n3494","n3498","n3487","n3499","n3490","n3489","n4800","n3417"],tags:{landuse:"cemetery",name:"Riverside Cemetery"}},w623:{id:"w623",nodes:["n3440","n3441","n3442","n3443","n3444","n3445","n3440"],tags:{building:"yes"}},w624:{id:"w624",nodes:["n3446","n3447","n3448","n3449","n3450","n3451","n3452","n3453","n3454","n3455","n3456","n3457","n3458","n3459","n3460","n3461","n3462","n3463","n3464","n3465","n3466","n3467","n3446"],tags:{building:"yes"}},w625:{id:"w625",nodes:["n2844","n3434","n3435","n2878","n3275","n4621","n3276","n3278","n4463","n3272","n3472","n3474","n3475","n3476","n3477","n3478","n1202","n3479","n3480","n3481","n1203","n3482","n3483","n3484","n3485","n4574","n3486","n3473"],tags:{highway:"secondary",name:"Jefferson Street",name_1:"State Highway 60",ref:"M 60"}},w626:{id:"w626",nodes:["n3439","n3423","n2863"],tags:{highway:"unclassified",name:"Michigan Avenue",name_1:"State Highway 60"}},w627:{id:"w627",nodes:["n3500","n3005"],tags:{highway:"service"}},w628:{id:"w628",nodes:["n3491","n3488","n3492","n3010","n3009","n3005","n3008","n3007","n3006","n3502","n3491"],tags:{leisure:"park",name:"Marina Park"}},w629:{id:"w629",nodes:["n2208","n2209","n2212","n2214","n2208"],tags:{building:"yes"}},w63:{id:"w63",nodes:["n1955","n316"],tags:{footway:"sidewalk",highway:"footway"}},w630:{id:"w630",nodes:["n2757","n3414","n3202","n4542","n3206","n4538","n3750","n3503","n1629","n4500","n2763","n4502","n2764","n3508"],tags:{highway:"residential",name:"Hoffman Street"}},w631:{id:"w631",nodes:["n2215","n2750","n2770","n2771","n2215"],tags:{building:"yes"}},w632:{id:"w632",nodes:["n2766","n3504","n3507","n3751","n3205","n3196","n3410","n2746"],tags:{highway:"residential",name:"Cushman Street"}},w633:{id:"w633",nodes:["n2745","n3749","n3507","n4535","n3503"],tags:{highway:"residential",name:"Pine Street"}},w634:{id:"w634",nodes:["n3510","n3511","n3512","n3509","n3510"],tags:{leisure:"park",name:"Bowman Park"}},w636:{id:"w636",nodes:["n2745","n3752","n3204","n3201","n3415","n2761","n2767","n3411"],tags:{highway:"residential",name:"Wheeler Street"}},w637:{id:"w637",nodes:["n3550","n4586","n4476","n3472"],tags:{highway:"residential",name:"11th Avenue"}},w638:{id:"w638",nodes:["n3508","n3518"],tags:{bridge:"yes",highway:"residential",name:"Hoffman Street"}},w639:{id:"w639",nodes:["n3518","n1204","n2862","n3519","n3520","n3521","n3522","n3523","n2161","n3524","n3549","n3552","n4239","n3551","n4577","n4582","n4578","n4583","n4579","n4574"],tags:{highway:"residential",name:"Hoffman Street"}},w64:{id:"w64",nodes:["n316","n317"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w640:{id:"w640",nodes:["n3634","n3640","n3676","n3633","n3678","n3648","n3638","n3683","n3600","n3579","n3679","n3677","n2987","n3592","n3588","n3608","n3559","n3617","n3620","n3660","n3553","n3533","n3530","n3531","n3525","n3527","n3526","n3532","n3529","n3528","n3667","n3627","n3623","n3625","n3601","n3687","n3671","n3644","n3626","n3673","n3582","n3693","n3605","n3619","n3651","n3650","n3615","n3663","n3631","n3596","n3604","n3655","n3586","n3595","n3701","n3603","n3686","n3611","n3568","n3674","n3613","n3580","n3562","n3564","n3689","n3585","n3670","n3659","n3684","n3680","n3646","n3558","n3556","n3692","n3563","n3575","n3571","n3675","n3557","n3700","n3656","n3622","n3657","n3565","n3669","n3658","n3618","n3624","n3688","n3610","n3570","n3645","n3649","n3583","n3694","n3561","n3554","n3614","n3698","n3581","n3635","n3641","n3569","n3647","n3628","n3598","n3696","n3665","n3639","n3607","n3695","n3642","n3672","n3577","n3643","n3691","n3602","n3576","n3591","n3560","n3606","n3685","n3597","n3629","n3661","n3654","n3616","n3697","n3578","n3609","n3653","n3699","n3566","n3637","n3567","n3666","n3555","n3599","n3590","n3572","n3593","n3690","n3681","n3612","n3682","n3668","n3587","n3621","n3636","n3662","n3589","n3573","n3652","n3664","n3632","n3574","n3594","n3584","n3630","n3634"],tags:{landuse:"reservoir",name:"Hoffman Pond",natural:"water"}},w641:{id:"w641",nodes:["n2988","n3534","n3535","n3536","n3537","n3538","n3539","n3540","n3541","n3542","n3543","n3544","n3545","n3546","n3547","n3548","n2970"],tags:{waterway:"river"}},w642:{id:"w642",nodes:["n3702","n3703","n3704","n3705","n3706","n3707","n3708","n3709","n3710","n3711","n3712","n3713","n3714","n3715","n3716","n3717","n3718","n3719","n3720","n3721","n3722","n3723","n3724","n3725","n3726","n3727","n3728","n3729","n3730","n3731","n3732","n3733","n3734","n3735","n3736","n3737","n3738","n3739","n3740","n3741","n3742","n3743","n3702"],tags:{admin_level:"8",boundary:"administrative"}},w643:{id:"w643",nodes:["n2839","n2873"],tags:{highway:"service",service:"driveway"}},w644:{id:"w644",nodes:["n2873","n2840"],tags:{bridge:"yes",highway:"service",layer:"1",service:"driveway"}},w645:{id:"w645",nodes:["n2840","n2841","n2842","n2845","n2866"],tags:{highway:"service",service:"driveway",surface:"unpaved"}},w646:{id:"w646",nodes:["n2752","n3759","n1420","n1421","n1422","n3758","n4507","n4506","n4505","n4520","n3199","n4522","n4504","n4546","n3200","n4547","n3412"],tags:{highway:"residential",name:"Flower Street"}},w647:{id:"w647",nodes:["n2874","n2875","n2876","n2954","n2874"],tags:{building:"industrial"}},w648:{id:"w648",nodes:["n3778","n3779","n3780","n3781","n3782","n3783","n3778"],tags:{building:"yes"}},w649:{id:"w649",nodes:["n3197","n4543","n4544","n3198"],tags:{highway:"residential",name:"Morris Avenue",surface:"unpaved"}},w65:{id:"w65",nodes:["n317","n318","n319","n320","n321"],tags:{footway:"sidewalk",highway:"footway"}},w650:{id:"w650",nodes:["n3207","n4526","n4528","n4548","n3203","n4549","n3413","n2762"],tags:{highway:"residential",name:"Adams Street"}},w651:{id:"w651",nodes:["n3788","n3785","n3786","n3787","n3788"],tags:{power:"station"}},w652:{id:"w652",nodes:["n2957","n3163","n3241"],tags:{barrier:"wall"}},w653:{id:"w653",nodes:["n3549","n3802","n3803","n3800","n3801"],tags:{highway:"service",surface:"unpaved"}},w654:{id:"w654",nodes:["n3164","n3165","n3166","n3167","n3168","n3505","n3164"],tags:{building:"yes"}},w655:{id:"w655",nodes:["n3506","n3517","n3760","n3761","n3762","n3763","n3506"],tags:{building:"yes"}},w656:{id:"w656",nodes:["n3764","n3765","n3766","n3767","n3768","n3769","n3770","n3771","n3764"],tags:{building:"yes"}},w657:{id:"w657",nodes:["n3772","n3773","n3774","n3775","n3772"],tags:{building:"yes"}},w658:{id:"w658",nodes:["n3776","n3777","n3784","n3789","n3776"],tags:{building:"yes"}},w659:{id:"w659",nodes:["n3930","n3931","n3932","n3933","n3934","n3935","n3936","n3937","n3938","n3930"],tags:{leisure:"pitch",sport:"baseball"}},w66:{id:"w66",nodes:["n321","n322"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w660:{id:"w660",nodes:["n3982","n3842","n3864","n3865","n2938","n3866","n2939","n3867","n3868","n3858","n2937","n3869","n2935","n2934","n3870","n3348","n3862"],tags:{highway:"service"}},w661:{id:"w661",nodes:["n3968","n3969"],tags:{highway:"footway"}},w662:{id:"w662",nodes:["n3875","n3876","n3877","n3878","n3879","n3880","n3881","n3882","n3875"],tags:{amenity:"parking"}},w663:{id:"w663",nodes:["n3964","n3965"],tags:{highway:"footway"}},w664:{id:"w664",nodes:["n3966","n3967"],tags:{highway:"footway"}},w665:{id:"w665",nodes:["n3857","n3890","n3884","n3894","n3889","n3899","n3885","n3886","n3896","n3887"],tags:{highway:"service",service:"parking_aisle"}},w666:{id:"w666",nodes:["n3895","n3896"],tags:{highway:"service",service:"parking_aisle"}},w667:{id:"w667",nodes:["n3274","n3977","n3984","n3983","n3981","n3844","n3978","n3982","n3861","n3862","n3873","n3874","n4468","n3863"],tags:{access:"private",highway:"service",name:"Collins Drive"}},w668:{id:"w668",nodes:["n3900","n3901","n3902","n3903","n3904","n3905","n3808","n3809","n3906","n3907","n3908","n3967","n3909","n3910","n3911","n3955","n3964","n3912","n3913","n3914","n3915","n3916","n3917","n3918","n3919","n3920","n3921","n3922","n3923","n3924","n3925","n3926","n3927","n3969","n3970","n3928","n3807","n3929","n3900"],tags:{building:"school"}},w669:{id:"w669",nodes:["n3272","n39","n40","n3974","n3863","n3857","n3892","n3883","n3891","n3889"],tags:{highway:"service"}},w67:{id:"w67",nodes:["n322","n886","n323","n475"],tags:{footway:"crossing",highway:"footway"}},w670:{id:"w670",nodes:["n3473","n3859","n3860","n3980","n4908","n4865"],tags:{highway:"secondary",name:"Hoffman Street",ref:"M 60"}},w671:{id:"w671",nodes:["n3970","n3806","n3971"],tags:{highway:"footway"}},w672:{id:"w672",nodes:["n3892","n3893","n3894"],tags:{highway:"service",service:"parking_aisle"}},w673:{id:"w673",nodes:["n3945","n3946","n3992","n3990","n3945"],tags:{leisure:"pitch",sport:"tennis"}},w674:{id:"w674",nodes:["n3890","n3893","n3891"],tags:{highway:"service",service:"parking_aisle"}},w675:{id:"w675",nodes:["n3947","n3948","n3994","n3993","n3947"],tags:{leisure:"pitch",sport:"tennis"}},w676:{id:"w676",nodes:["n3858","n3954","n3972","n3810","n3811","n3812","n3841","n3973","n3898","n3963","n3897","n3896"],tags:{highway:"service"}},w677:{id:"w677",nodes:["n3977","n3996","n3997","n4004","n3998","n3999","n4005","n4007","n4006","n3995","n4000","n3843","n4001","n4002","n4003","n3949","n3351","n3950","n3354","n3350","n3951","n3349","n3952","n3953","n3954","n3956","n3966","n3955"],tags:{highway:"footway"}},w678:{id:"w678",nodes:["n3887","n3888","n3895","n3899"],tags:{highway:"service",service:"parking_aisle"}},w679:{id:"w679",nodes:["n3946","n3947","n3993","n3992","n3946"],tags:{leisure:"pitch",sport:"tennis"}},w68:{id:"w68",nodes:["n294","n1952","n326"],tags:{footway:"sidewalk",highway:"footway"}},w680:{id:"w680",nodes:["n3939","n3940","n3941","n3985","n3986","n3987","n3988","n3989","n3942","n3943","n3939"],tags:{leisure:"pitch",sport:"baseball"}},w681:{id:"w681",nodes:["n3990","n3991","n3944","n3945","n3990"],tags:{leisure:"pitch",sport:"tennis"}},w682:{id:"w682",nodes:["n3871","n3872","n3873","n3874","n3871"],tags:{amenity:"parking"}},w683:{id:"w683",nodes:["n3956","n3965","n3957","n3958","n3959"],tags:{footway:"sidewalk",highway:"footway"}},w684:{id:"w684",nodes:["n3790","n3791","n3792","n3793","n3790"],tags:{building:"shed"}},w685:{id:"w685",nodes:["n3794","n3795","n3796","n3797","n3794"],tags:{building:"yes"}},w686:{id:"w686",nodes:["n3798","n3799","n3804","n3805","n3798"],tags:{building:"yes"}},w687:{id:"w687",nodes:["n3806","n3807"],tags:{highway:"footway"}},w688:{id:"w688",nodes:["n3845","n3846","n3847","n3848","n3845"],tags:{leisure:"pitch",sport:"american_football"}},w689:{id:"w689",nodes:["n3849","n4021","n3850","n3851","n3852","n3853","n3854","n3855","n3856","n3975","n3976","n3979","n4008","n4009","n4010","n4011","n4012","n4013","n4014","n4015","n4016","n4017","n4018","n4019","n4020","n4021"],tags:{leisure:"track",sport:"running"}},w69:{id:"w69",nodes:["n326","n327"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w690:{id:"w690",nodes:["n4022","n4023","n4024","n4025","n4026","n4027","n4022"],tags:{building:"yes"}},w691:{id:"w691",nodes:["n4028","n4029","n4030","n4031","n4028"],tags:{building:"yes"}},w692:{id:"w692",nodes:["n4032","n4033","n4034","n4035","n4032"],tags:{building:"yes"}},w693:{id:"w693",nodes:["n4036","n4037","n4038","n4039","n4036"],tags:{building:"yes"}},w694:{id:"w694",nodes:["n4040","n4041","n4042","n4043","n4040"],tags:{building:"yes"}},w695:{id:"w695",nodes:["n4044","n4045","n4050","n4053","n4046","n4047","n4048","n4049","n4044"],tags:{building:"yes"}},w696:{id:"w696",nodes:["n4050","n4051","n4052","n4053","n4050"],tags:{building:"roof"}},w697:{id:"w697",nodes:["n4054","n4068","n4055","n4056","n4057","n4054"],tags:{building:"yes"}},w698:{id:"w698",nodes:["n4058","n4059","n4060","n4061","n4062","n4063","n4058"],tags:{building:"yes"}},w699:{id:"w699",nodes:["n4064","n4066","n4065"],tags:{barrier:"fence"}},w7:{id:"w7",nodes:["n43","n44","n45"],tags:{highway:"service"}},w70:{id:"w70",nodes:["n327","n328","n27","n329"],tags:{footway:"sidewalk",highway:"footway"}},w700:{id:"w700",nodes:["n4066","n4067","n4068"],tags:{barrier:"fence"}},w701:{id:"w701",nodes:["n4069","n4070","n4071","n4072","n4069"],tags:{building:"shed"}},w702:{id:"w702",nodes:["n4073","n4074","n4075","n4076","n4077","n4078","n4079","n4080","n4081","n4082","n4083","n4084","n4073"],tags:{building:"yes"}},w703:{id:"w703",nodes:["n4085","n4093","n4086","n4087","n4088","n4089","n4090","n4091","n4092","n4085"],tags:{building:"yes"}},w704:{id:"w704",nodes:["n4093","n4094","n4095","n4096"],tags:{barrier:"fence"}},w705:{id:"w705",nodes:["n4097","n4098","n4099","n4100","n4097"],tags:{building:"yes"}},w706:{id:"w706",nodes:["n4098","n4102","n4087"],tags:{barrier:"fence"}},w707:{id:"w707",nodes:["n4101","n4102","n4096","n4170","n4103"],tags:{barrier:"fence"}},w708:{id:"w708",nodes:["n4104","n4105","n4106","n4107","n4104"],tags:{access:"private",leisure:"swimming_pool"}},w709:{id:"w709",nodes:["n4108","n4109","n4110","n4111","n4108"],tags:{building:"yes"}},w71:{id:"w71",nodes:["n329","n331"],tags:{bridge:"yes",footway:"sidewalk",highway:"footway",layer:"1"}},w710:{id:"w710",nodes:["n4112","n4113","n4114","n4115","n4116","n4117","n4118","n4119","n4112"],tags:{building:"yes"}},w711:{id:"w711",nodes:["n4120","n4121","n4122","n4123","n4120"],tags:{building:"yes"}},w712:{id:"w712",nodes:["n4124","n4125","n4126","n4127","n4128","n4129","n4124"],tags:{building:"yes"}},w713:{id:"w713",nodes:["n4130","n4131","n4132","n4133","n4130"],tags:{building:"shed"}},w714:{id:"w714",nodes:["n4134","n4135","n4136","n4137","n4138","n4139","n4140","n4141","n4142","n4143","n4134"],tags:{building:"yes"}},w715:{id:"w715",nodes:["n4144","n4145","n4146","n4147","n4148","n4149","n4144"],tags:{building:"yes"}},w716:{id:"w716",nodes:["n4150","n4151","n4152","n4153","n4150"],tags:{building:"yes"}},w717:{id:"w717",nodes:["n4154","n4155","n4156","n4157","n4154"],tags:{building:"yes"}},w718:{id:"w718",nodes:["n4158","n4159","n4160","n4161","n4162","n4163","n4164","n4165","n4158"],tags:{building:"yes"}},w719:{id:"w719",nodes:["n4166","n4167","n4168","n4169","n4166"],tags:{building:"yes"}},w72:{id:"w72",nodes:["n331","n344","n332","n333","n334"],tags:{footway:"sidewalk",highway:"footway"}},w720:{id:"w720",nodes:["n4170","n4171"],tags:{barrier:"fence"}},w721:{id:"w721",nodes:["n4138","n4103"],tags:{barrier:"fence"}},w722:{id:"w722",nodes:["n4103","n4172"],tags:{barrier:"fence"}},w723:{id:"w723",nodes:["n4173","n4174"],tags:{barrier:"fence"}},w724:{id:"w724",nodes:["n4175","n4176","n4177","n4178","n4175"],tags:{building:"yes"}},w725:{id:"w725",nodes:["n4179","n4180","n4181","n4182","n4183","n4184","n4179"],tags:{building:"yes"}},w726:{id:"w726",nodes:["n4185","n4186","n4187","n4188","n4185"],tags:{building:"yes"}},w727:{id:"w727",nodes:["n4189","n4190","n4191","n4192","n4193","n4194","n4195","n4196","n4197","n4198","n4199","n4200","n4201","n4202","n4189"],tags:{building:"yes"}},w728:{id:"w728",nodes:["n4203","n4204","n4205","n4206","n4207","n4208","n4209","n4210","n4203"],tags:{building:"yes"}},w729:{id:"w729",nodes:["n4211","n4212","n4213","n4214","n4211"],tags:{building:"shed"}},w73:{id:"w73",nodes:["n335","n336","n337","n338","n339","n340","n341","n342","n335"],tags:{building:"yes"}},w730:{id:"w730",nodes:["n4215","n4216","n4217","n4218","n4215"],tags:{building:"yes"}},w731:{id:"w731",nodes:["n4219","n4220","n4221","n4222","n4223","n4224","n4225","n4226","n4227","n4228","n4229","n4230","n4219"],tags:{building:"yes"}},w732:{id:"w732",nodes:["n4231","n4232","n4233","n4234","n4235","n4236","n4237","n4238","n4231"],tags:{building:"yes"}},w733:{id:"w733",nodes:["n4239","n4240","n4241","n4242","n4243","n4244","n4245","n4246","n4247","n4248","n4241"],tags:{highway:"service"}},w734:{id:"w734",nodes:["n4240","n4249","n4248"],tags:{highway:"service",service:"parking_aisle"}},w735:{id:"w735",nodes:["n4250","n4251","n4252","n4253","n4254","n4255","n4256","n4257","n4258","n4250"],tags:{amenity:"parking"}},w736:{id:"w736",nodes:["n4259","n4260","n4261","n4262","n4259"],tags:{building:"yes"}},w737:{id:"w737",nodes:["n4263","n4264","n4265","n4266","n4267","n4268","n4269","n4270","n4271","n4272","n4273","n4274","n4275","n4276","n4263"],tags:{building:"yes"}},w738:{id:"w738",nodes:["n4277","n4278","n4279","n4280","n4281","n4282","n4277"],tags:{building:"yes"}},w739:{id:"w739",nodes:["n4283","n4284","n4285","n4286","n4287","n4288","n4289","n4290","n4291","n4292","n4293","n4294","n4283"],tags:{building:"yes"}},w74:{id:"w74",nodes:["n343","n344","n345"],tags:{highway:"service"}},w740:{id:"w740",nodes:["n4295","n4296","n4297","n4298","n4295"],tags:{building:"yes"}},w741:{id:"w741",nodes:["n4299","n4300","n4301","n4302","n4303","n4304","n4305","n4306","n4307","n4308","n4309","n4310","n4299"],tags:{building:"yes"}},w742:{id:"w742",nodes:["n4311","n4312","n4313","n4314","n4311"],tags:{building:"shed"}},w743:{id:"w743",nodes:["n4315","n4316","n4317","n4318","n4319","n4320","n4315"],tags:{building:"yes"}},w744:{id:"w744",nodes:["n4321","n4322","n4323","n4324","n4325","n4326","n4327","n4328","n4329","n4330","n4331","n4332","n4333","n4334","n4321"],tags:{building:"yes"}},w745:{id:"w745",nodes:["n4335","n4336","n4337","n4338","n4335"],tags:{building:"shed"}},w746:{id:"w746",nodes:["n4339","n4340","n4341","n4342","n4343","n4344","n4339"],tags:{building:"yes"}},w747:{id:"w747",nodes:["n4345","n4346","n4347","n4348","n4345"],tags:{building:"yes"}},w748:{id:"w748",nodes:["n4349","n4350","n4351","n4352","n4349"],tags:{building:"yes"}},w749:{id:"w749",nodes:["n4353","n4354","n4355","n4356","n4357","n4358","n4353"],tags:{building:"yes"}},w75:{id:"w75",nodes:["n346","n347","n348","n349","n350","n351","n346"],tags:{amenity:"parking"}},w750:{id:"w750",nodes:["n4612","n4359","n4360"],tags:{barrier:"fence"}},w751:{id:"w751",nodes:["n4361","n4362","n4363","n4364","n4361"],tags:{building:"yes"}},w752:{id:"w752",nodes:["n4365","n4366","n4367","n4368","n4365"],tags:{building:"yes"}},w753:{id:"w753",nodes:["n4369","n4370","n4371","n4372","n4375","n4369"],tags:{building:"yes"}},w754:{id:"w754",nodes:["n4373","n4374","n4375"],tags:{barrier:"fence"}},w755:{id:"w755",nodes:["n4376","n4377","n4378","n4379","n4376"],tags:{building:"shed"}},w756:{id:"w756",nodes:["n4380","n4381","n4382","n4383","n4384","n4385","n4386","n4387","n4388","n4389","n4390","n4391","n4380"],tags:{building:"yes"}},w757:{id:"w757",nodes:["n4392","n4393","n4394","n4395","n4392"],tags:{building:"yes"}},w758:{id:"w758",nodes:["n4396","n4397","n4398","n4399","n4396"],tags:{building:"shed"}},w759:{id:"w759",nodes:["n4400","n4401","n4402","n4403","n4404","n4405","n4406","n4407","n4408","n4409","n4410","n4411","n4412","n4413","n4414","n4415","n4400"],tags:{building:"yes"}},w76:{id:"w76",nodes:["n2561","n359","n2563","n2793","n357","n356","n2792","n355","n354","n2791","n2562","n353","n352","n358","n2561"],tags:{highway:"service",oneway:"yes",service:"parking_aisle"}},w760:{id:"w760",nodes:["n4416","n4417"],tags:{barrier:"fence"}},w761:{id:"w761",nodes:["n4418","n4416","n4419"],tags:{barrier:"fence"}},w762:{id:"w762",nodes:["n4420","n4421"],tags:{barrier:"fence"}},w763:{id:"w763",nodes:["n4422","n4423","n4424","n4425","n4426","n4427","n4428","n4429","n4430","n4431","n4432","n4433","n4422"],tags:{building:"yes"}},w764:{id:"w764",nodes:["n4434","n4435","n4436","n4437","n4438","n4439","n4440","n4441","n4442","n4445","n4444","n4443","n4434"],tags:{building:"yes"}},w765:{id:"w765",nodes:["n4446","n4447","n4448","n4449","n4446"],tags:{building:"yes"}},w766:{id:"w766",nodes:["n4450","n4451","n4452","n4453","n4450"],tags:{building:"yes"}},w767:{id:"w767",nodes:["n4454","n4455","n4456","n4457","n4454"],tags:{building:"yes"}},w768:{id:"w768",nodes:["n4461","n4458","n4460"],tags:{footway:"crossing",highway:"footway"}},w769:{id:"w769",nodes:["n4460","n4462","n4459"],tags:{footway:"sidewalk",highway:"footway"}},w77:{id:"w77",nodes:["n325","n360","n361"],tags:{footway:"crossing",highway:"footway"}},w770:{id:"w770",nodes:["n4462","n4463","n4464"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w771:{id:"w771",nodes:["n4464","n4465","n4466","n4467"],tags:{footway:"sidewalk",highway:"footway"}},w772:{id:"w772",nodes:["n3959","n3968","n3971","n3960","n3961","n3962","n3963"],tags:{footway:"sidewalk",highway:"footway"}},w773:{id:"w773",nodes:["n4467","n4468","n3959"],tags:{footway:"crossing",highway:"footway"}},w774:{id:"w774",nodes:["n4459","n4469","n4470"],tags:{footway:"crossing",highway:"footway"}},w775:{id:"w775",nodes:["n4470","n4471","n4472","n4473","n4474","n4475"],tags:{footway:"sidewalk",highway:"footway"}},w776:{id:"w776",nodes:["n4475","n4476","n4477"],tags:{footway:"crossing",highway:"footway"}},w777:{id:"w777",nodes:["n4477","n4478","n4479","n4480","n4481","n4482","n4483","n4484","n4485","n4486","n4487"],tags:{footway:"sidewalk",highway:"footway"}},w778:{id:"w778",nodes:["n4488","n4489","n4490","n4491","n4488"],tags:{building:"yes"}},w779:{id:"w779",nodes:["n4492","n4493","n4494","n4495","n4492"],tags:{building:"yes"}},w78:{id:"w78",nodes:["n361","n362","n369"],tags:{footway:"sidewalk",highway:"footway"}},w780:{id:"w780",nodes:["n4496","n4497","n4498","n4499","n4496"],tags:{access:"private",leisure:"swimming_pool"}},w781:{id:"w781",nodes:["n4508","n4509"],tags:{footway:"sidewalk",highway:"footway"}},w782:{id:"w782",nodes:["n4510","n4511"],tags:{footway:"sidewalk",highway:"footway"}},w783:{id:"w783",nodes:["n4512","n4513"],tags:{footway:"sidewalk",highway:"footway"}},w784:{id:"w784",nodes:["n4513","n4514"],tags:{footway:"sidewalk",highway:"footway"}},w785:{id:"w785",nodes:["n4515","n4516"],tags:{footway:"sidewalk",highway:"footway"}},w786:{id:"w786",nodes:["n4517","n4515"],tags:{footway:"sidewalk",highway:"footway"}},w787:{id:"w787",nodes:["n4518","n4519"],tags:{footway:"sidewalk",highway:"footway"}},w788:{id:"w788",nodes:["n4519","n4520","n4513"],tags:{footway:"crossing",highway:"footway"}},w789:{id:"w789",nodes:["n4515","n4521","n4513"],tags:{footway:"crossing",highway:"footway"}},w79:{id:"w79",nodes:["n362","n363","n334"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w790:{id:"w790",nodes:["n4515","n4522","n4523"],tags:{footway:"crossing",highway:"footway"}},w791:{id:"w791",nodes:["n4523","n4524","n4519"],tags:{footway:"crossing",highway:"footway"}},w792:{id:"w792",nodes:["n4523","n4525"],tags:{footway:"sidewalk",highway:"footway"}},w793:{id:"w793",nodes:["n4525","n4526","n4527"],tags:{footway:"crossing",highway:"footway"}},w794:{id:"w794",nodes:["n4527","n4529"],tags:{footway:"sidewalk",highway:"footway"}},w795:{id:"w795",nodes:["n4529","n4530","n4518"],tags:{footway:"crossing",highway:"footway"}},w796:{id:"w796",nodes:["n4518","n4531"],tags:{footway:"sidewalk",highway:"footway"}},w797:{id:"w797",nodes:["n4531","n4532"],tags:{footway:"sidewalk",highway:"footway"}},w798:{id:"w798",nodes:["n4533","n4534"],tags:{footway:"sidewalk",highway:"footway"}},w799:{id:"w799",nodes:["n4518","n4538","n4539"],tags:{footway:"crossing",highway:"footway"}},w8:{id:"w8",nodes:["n46","n47","n145","n48","n49","n46"],tags:{amenity:"parking"}},w80:{id:"w80",nodes:["n334","n364","n365"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w800:{id:"w800",nodes:["n4539","n4540","n4541"],tags:{footway:"crossing",highway:"footway"}},w801:{id:"w801",nodes:["n4541","n4542","n4529"],tags:{footway:"crossing",highway:"footway"}},w802:{id:"w802",nodes:["n4552","n4553"],tags:{footway:"sidewalk",highway:"footway"}},w803:{id:"w803",nodes:["n4554","n4555","n4556","n4557","n4558","n4559","n4554"],tags:{building:"yes"}},w804:{id:"w804",nodes:["n4562","n4563"],tags:{barrier:"retaining_wall"}},w805:{id:"w805",nodes:["n4568","n4569","n4570","n4571","n4568"],tags:{building:"yes"}},w806:{id:"w806",nodes:["n3473","n4575","n4576","n4581","n4580","n3551"],tags:{highway:"residential",oneway:"yes"}},w807:{id:"w807",nodes:["n4613","n4614","n4615","n4616","n4617","n4618","n4619","n4620","n4613"],tags:{leisure:"pitch",sport:"baseball"}},w808:{id:"w808",nodes:["n4621","n4622","n4623","n4624","n4625","n4626","n4627","n4628","n4629","n4630"],tags:{highway:"service"}},w809:{id:"w809",nodes:["n4631","n4632","n4633","n4637","n4634","n4638","n4635","n4636"],tags:{highway:"service"}},w81:{id:"w81",nodes:["n365","n366","n367"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w810:{id:"w810",nodes:["n4639","n4640","n4641"],tags:{barrier:"fence"}},w811:{id:"w811",nodes:["n4649","n4650","n4651","n4652","n4649"],tags:{building:"yes"}},w812:{id:"w812",nodes:["n4654","n4655"],tags:{barrier:"fence"}},w813:{id:"w813",nodes:["n4656","n4657"],tags:{barrier:"fence"}},w814:{id:"w814",nodes:["n4669","n4670","n4671","n4672","n4669"],tags:{amenity:"shelter",building:"yes",shelter_type:"picnic_shelter"}},w815:{id:"w815",nodes:["n4678","n4679","n4680","n1889"],tags:{highway:"service"}},w816:{id:"w816",nodes:["n239","n4686","n4687"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w817:{id:"w817",nodes:["n4687","n4688","n4689"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w818:{id:"w818",nodes:["n4689","n4690","n307"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w819:{id:"w819",nodes:["n2266","n4743"],tags:{highway:"path"}},w82:{id:"w82",nodes:["n724","n368","n369"],tags:{crossing:"zebra",footway:"crossing",highway:"footway"}},w820:{id:"w820",nodes:["n4785","n4786","n4787","n4788","n1684","n4760","n4769","n4761","n4762","n4763","n4764","n4765","n4766","n4767","n4768","n4785"],tags:{natural:"wood"}},w821:{id:"w821",nodes:["n4769","n4770","n4771","n4772","n4773","n4774","n4775","n4776","n4777","n4778","n4779","n4780","n4781","n4782","n4783","n4784","n4785","n4768","n4767","n4766","n4765","n4764","n4763","n4762","n4761","n4769"],tags:{natural:"scrub"}},w822:{id:"w822",nodes:["n4772","n4789","n4790","n4791","n4792","n4793","n4794","n4795","n4796","n4797","n4798","n4799","n4783","n4782","n4781","n4780","n4779","n4778","n4777","n4776","n4775","n4774","n4773","n4772"],tags:{natural:"wood"}},w823:{id:"w823",nodes:["n4800","n4801","n4802","n4803","n4804","n4805","n4806","n4807","n4808","n4809","n4810","n4811","n4812","n4813","n4814","n4815","n4816","n3490","n3489","n4800"],tags:{natural:"wood"}},w824:{id:"w824",nodes:["n4817","n4818","n4819","n4820","n4821","n4822","n4817"],tags:{landuse:"recreation_ground"}},w825:{id:"w825",nodes:["n4563","n4823","n4824","n4829","n4825","n4826","n4827","n4828","n4562","n4563"],tags:{landuse:"recreation_ground"}},w826:{id:"w826",nodes:["n4830","n4831","n4832","n4833","n4834","n4835","n4836","n4830"],tags:{landuse:"industrial"}},w827:{id:"w827",nodes:["n4563","n4837","n4838","n4839","n4840","n4841","n4842","n4827","n4828","n4562","n4563"],tags:{landuse:"industrial"}},w828:{id:"w828",nodes:["n4843","n4844","n4845","n4846","n4843"],tags:{landuse:"farmland"}},w829:{id:"w829",nodes:["n3712","n4847","n4848","n4849","n4850","n4851","n4852","n4858","n4864","n4959","n4960","n4853","n4857","n4854","n4855","n4856","n3712"],tags:{aeroway:"aerodrome",name:"Three Rivers Municipal Airport"}},w83:{id:"w83",nodes:["n371","n372","n373","n374","n371"],tags:{building:"yes"}},w830:{id:"w830",nodes:["n4855","n4854","n4857","n4853","n4960"],tags:{barrier:"fence"}},w831:{id:"w831",nodes:["n4860","n4859","n4858","n4852","n4851"],tags:{barrier:"fence"}},w832:{id:"w832",nodes:["n4866","n4878","n4869","n4867"],tags:{aeroway:"runway",ref:"5/23"}},w833:{id:"w833",nodes:["n4868","n4890","n4894","n4881","n4869","n4905","n4870"],tags:{aeroway:"runway",ref:"9/27"}},w834:{id:"w834",nodes:["n4871","n4875","n4872","n4895","n4873","n4874","n4871"],tags:{aeroway:"apron"}},w835:{id:"w835",nodes:["n4875","n4876","n4877","n4878","n4879","n4880","n4882","n4881"],tags:{aeroway:"taxiway"}},w836:{id:"w836",nodes:["n4882","n4893","n4883","n4891","n4884","n4885","n4886","n4887","n4888","n4892","n4889","n4890"],tags:{aeroway:"taxiway"}},w837:{id:"w837",nodes:["n4893","n4894"],tags:{aeroway:"taxiway"}},w838:{id:"w838",nodes:["n4895","n4896","n4897","n4898","n4899","n4900","n4901","n4902","n4903","n4906","n4904","n4905"],tags:{aeroway:"taxiway"}},w839:{id:"w839",nodes:["n4907","n4908"],tags:{highway:"service"}},w84:{id:"w84",nodes:["n374","n375","n376","n377","n373","n374"],tags:{building:"yes"}},w840:{id:"w840",nodes:["n4909","n4907","n4910"],tags:{highway:"service"}},w841:{id:"w841",nodes:["n4911","n4912","n4913","n4914","n4911"],tags:{building:"yes"}},w842:{id:"w842",nodes:["n4915","n4916","n4917","n4918","n4915"],tags:{aeroway:"hangar",building:"yes"}},w843:{id:"w843",nodes:["n4919","n4920","n4921","n4922","n4919"],tags:{building:"yes"}},w844:{id:"w844",nodes:["n4923","n4924","n4925","n4926","n4923"],tags:{aeroway:"hangar",building:"yes"}},w845:{id:"w845",nodes:["n4927","n4928","n4929","n4930","n4927"],tags:{aeroway:"hangar",building:"yes"}},w846:{id:"w846",nodes:["n4931","n4932","n4933","n4934","n4931"],tags:{aeroway:"hangar",building:"yes"}},w847:{id:"w847",nodes:["n4935","n4936","n4937","n4938","n4935"],tags:{aeroway:"hangar",building:"yes"}},w848:{id:"w848",nodes:["n4939","n4940","n4941","n4942","n4939"],tags:{aeroway:"hangar",building:"yes"}},w849:{id:"w849",nodes:["n4943","n4944","n4945","n4946","n4943"],tags:{aeroway:"hangar",building:"yes"}},w85:{id:"w85",nodes:["n431","n432","n1038","n433","n434","n1040","n431"],tags:{building:"yes"}},w850:{id:"w850",nodes:["n4947","n4948","n4949","n4950","n4947"],tags:{aeroway:"hangar",building:"yes"}},w851:{id:"w851",nodes:["n4951","n4952","n4953","n4954","n4951"],tags:{aeroway:"hangar",building:"yes"}},w852:{id:"w852",nodes:["n4955","n4956","n4957","n4958","n4955"],tags:{aeroway:"hangar",building:"yes"}},w853:{id:"w853",nodes:["n4959","n4864","n4861","n4862","n4863"],tags:{barrier:"fence"}},w854:{id:"w854",nodes:["n4961","n4962","n4963","n4964","n4965","n4966","n4967","n4968","n4969","n4961"],tags:{landuse:"farmland"}},w855:{id:"w855",nodes:["n4970","n4971","n4972","n4973","n4974","n4975","n4976","n4977","n4978","n4980","n4970"],tags:{landuse:"farmland"}},w856:{id:"w856",nodes:["n4979","n4980","n4978","n4981","n4982","n4983","n4984","n4985","n4979"],tags:{natural:"scrub"}},w857:{id:"w857",nodes:["n4986","n4987","n4988","n5032","n4989","n4990","n4991","n4992","n4993","n4994","n4995","n4996","n4997","n4998","n4999","n5000","n5001","n5002","n5022","n5023","n5024","n5025","n5030","n5031","n5029","n5028","n5027","n5026","n4986"],tags:{landuse:"farmland"}},w858:{id:"w858",nodes:["n5001","n5003","n5004","n4999","n5000","n5001"],tags:{natural:"scrub"}},w859:{id:"w859",nodes:["n5005","n5006","n5007","n5008","n5009","n5010","n5021","n5020","n5019","n5011","n5012","n5013","n5018","n5014","n5015","n5017","n5016","n5005"],tags:{landuse:"farmland"}},w86:{id:"w86",nodes:["n384","n385","n386","n387","n384"],tags:{building:"yes"}},w860:{id:"w860",nodes:["n3020","n5033","n5034","n5035","n3179","n3180","n3191","n3181","n3190","n3182","n3183","n3184","n3185","n3186","n3187","n3188","n3189","n3160","n3161","n3162","n2126","n2153","n2288","n3020"],tags:{landuse:"industrial"}},w87:{id:"w87",nodes:["n387","n388","n389","n386","n387"],tags:{building:"yes"}},w88:{id:"w88",nodes:["n390","n391","n392","n393","n390"],tags:{building:"yes"}},w89:{id:"w89",nodes:["n394","n2895"],tags:{highway:"service"}},w9:{id:"w9",nodes:["n50","n51","n148","n52","n57","n891","n53","n50"],tags:{building:"yes"}},w90:{id:"w90",nodes:["n398","n399","n400","n401","n402","n403","n404","n405","n406","n407","n408","n409","n410","n411","n412","n413","n414","n415","n416","n417","n398"],tags:{building:"yes"}},w91:{id:"w91",nodes:["n418","n423","n419"],tags:{highway:"service"}},w92:{id:"w92",nodes:["n420","n421","n422","n423","n420"],tags:{amenity:"parking"}},w93:{id:"w93",nodes:["n2282","n1876"],tags:{name:"Rocky River",tunnel:"building_passage",waterway:"river"}},w94:{id:"w94",nodes:["n1876","n885","n1875","n2234"],tags:{name:"Rocky River",waterway:"river"}},w95:{id:"w95",nodes:["n425","n426","n427","n914","n428","n913","n425"],tags:{building:"yes"}},w96:{id:"w96",nodes:["n456","n620","n1034","n1035","n456"],tags:{building:"yes"}},w97:{id:"w97",nodes:["n435","n912","n451","n321"],tags:{highway:"footway"}},w98:{id:"w98",nodes:["n436","n319","n437","n438","n439","n440","n441","n476","n442"],tags:{highway:"service"}},w99:{id:"w99",nodes:["n443","n444","n445","n446","n447","n448","n449","n450","n443"],tags:{amenity:"parking"}},n2934:{id:"n2934",loc:[-85.617051,41.952263]},n2935:{id:"n2935",loc:[-85.61699,41.952276]},n2937:{id:"n2937",loc:[-85.616847,41.952262]},n2938:{id:"n2938",loc:[-85.616577,41.951956]},n2939:{id:"n2939",loc:[-85.61656,41.952044]},n3348:{id:"n3348",loc:[-85.61714,41.9522]},n3349:{id:"n3349",loc:[-85.616517,41.95212]},n3350:{id:"n3350",loc:[-85.616489,41.952033]},n3351:{id:"n3351",loc:[-85.616529,41.951907]},n3354:{id:"n3354",loc:[-85.616488,41.951994]}};
 
   // Tooltips and svg mask used to highlight certain features
   function uiCurtain() {
           var background = context.background().baseLayerSource();
           var overlays = context.background().overlayLayerSources();
           var opacity = d3_selectAll('#map .layer-background').style('opacity');
-          var loadedTiles = osm && osm.loadedTiles();
+          var caches = osm && osm.caches();
           var baseEntities = context.history().graph().base().entities;
           var countryCode = services.geocoder.countryCode;
 
               curtain.remove();
               navwrap.remove();
               d3_selectAll('#map .layer-background').style('opacity', opacity);
-              if (osm) { osm.toggle(true).reset().loadedTiles(loadedTiles); }
+              if (osm) { osm.toggle(true).reset().caches(caches); }
               context.history().reset().merge(values$1(baseEntities));
               context.background().baseLayerSource(background);
               overlays.forEach(function (d) { context.background().toggleOverlayLayer(d); });
 
 
       function drawPhotoItems(selection$$1) {
-          var photoKeys = ['streetside','mapillary-images', 'mapillary-signs', 'openstreetcam-images'];
+          var photoKeys = ['streetside', 'mapillary-images', 'mapillary-signs', 'openstreetcam-images'];
           var photoLayers = layers.all().filter(function(obj) { return photoKeys.indexOf(obj.id) !== -1; });
           var data = photoLayers.filter(function(obj) { return obj.layer.supported(); });
 
       }
 
 
-      function drawOsmItem(selection$$1) {
-          var osm = layers.layer('osm'),
-              showsOsm = osm.enabled();
+      function drawOsmItems(selection$$1) {
+          var osmKeys = ['osm', 'notes'];
+          var osmLayers = layers.all().filter(function(obj) { return osmKeys.indexOf(obj.id) !== -1; });
 
           var ul = selection$$1
               .selectAll('.layer-list-osm')
-              .data(osm ? [0] : []);
-
-          // Exit
-          ul.exit()
-              .remove();
+              .data([0]);
 
-          // Enter
-          var ulEnter = ul.enter()
+          ul = ul.enter()
               .append('ul')
-              .attr('class', 'layer-list layer-list-osm');
+              .attr('class', 'layer-list layer-list-osm')
+              .merge(ul);
 
-          var liEnter = ulEnter
+          var li = ul.selectAll('.list-item')
+              .data(osmLayers);
+
+          li.exit()
+              .remove();
+
+          var liEnter = li.enter()
               .append('li')
-              .attr('class', 'list-item-osm');
+              .attr('class', function(d) { return 'list-item list-item-' + d.id; });
 
           var labelEnter = liEnter
               .append('label')
-              .call(tooltip()
-                  .title(t('map_data.layers.osm.tooltip'))
-                  .placement('bottom')
-              );
+              .each(function(d) {
+                  select(this)
+                      .call(tooltip()
+                          .title(t('map_data.layers.' + d.id + '.tooltip'))
+                          .placement('bottom')
+                      );
+              });
 
           labelEnter
               .append('input')
               .attr('type', 'checkbox')
-              .on('change', function() { toggleLayer('osm'); });
+              .on('change', function(d) { toggleLayer(d.id); });
 
           labelEnter
               .append('span')
-              .text(t('map_data.layers.osm.title'));
+              .text(function(d) { return t('map_data.layers.' + d.id + '.title'); });
+
 
           // Update
-          ul = ul
-              .merge(ulEnter);
+          li = li
+              .merge(liEnter);
 
-          ul.selectAll('.list-item-osm')
-              .classed('active', showsOsm)
+          li
+              .classed('active', function (d) { return d.layer.enabled(); })
               .selectAll('input')
-              .property('checked', showsOsm);
+              .property('checked', function (d) { return d.layer.enabled(); });
       }
 
 
       function drawGpxItem(selection$$1) {
-          var gpx = layers.layer('gpx'),
-              hasGpx = gpx && gpx.hasGpx(),
-              showsGpx = hasGpx && gpx.enabled();
+          var gpx = layers.layer('gpx');
+          var hasGpx = gpx && gpx.hasGpx();
+          var showsGpx = hasGpx && gpx.enabled();
 
           var ul = selection$$1
               .selectAll('.layer-list-gpx')
               .property('checked', showsGpx);
       }
 
-
       function drawListItems(selection$$1, data, type, name, change, active) {
           var items = selection$$1.selectAll('li')
               .data(data);
 
       function update() {
           _dataLayerContainer
-              .call(drawOsmItem)
+              .call(drawOsmItems)
               .call(drawPhotoItems)
               .call(drawGpxItem);
+              // .call(drawMvtItem);
 
           _fillList
               .call(drawListItems, fills, 'radio', 'area_fill', setFill, showsFill);
               'boundary',
               'boundary_add'
           ]],
+          ['notes', [
+              'intro',
+              'add_note_h',
+              'add_note',
+              'move_note',
+              'update_note_h',
+              'update_note',
+              'save_note_h',
+              'save_note'
+          ]],
+
           ['imagery', [
               'intro',
               'sources_h',
           'help.relations.turn_restriction_h': 3,
           'help.relations.route_h': 3,
           'help.relations.boundary_h': 3,
+          'help.notes.add_note_h': 3,
+          'help.notes.update_note_h': 3,
+          'help.notes.save_note_h': 3,
           'help.imagery.sources_h': 3,
           'help.imagery.offsets_h': 3,
           'help.streetlevel.using_h': 3,
           point: icon('#iD-icon-point', 'pre-text'),
           line: icon('#iD-icon-line', 'pre-text'),
           area: icon('#iD-icon-area', 'pre-text'),
+          note: icon('#iD-icon-note', 'pre-text add-note'),
           plus: icon('#iD-icon-plus', 'pre-text'),
           minus: icon('#iD-icon-minus', 'pre-text'),
           orthogonalize: icon('#iD-operation-orthogonalize', 'pre-text'),
       var best = !!source.best;
       var template = source.template;
 
-      source.scaleExtent = data.scaleExtent || [0, 22];
+      source.tileSize = data.tileSize || 256;
+      source.zoomExtent = data.zoomExtent || [0, 22];
       source.overzoom = data.overzoom !== false;
 
-
       source.offset = function(_) {
           if (!arguments.length) return offset;
           offset = _;
                   var lat = Math.atan(sinh(Math.PI * (1 - 2 * y / zoomSize)));
 
                   switch (this.projection) {
-                    case 'EPSG:4326': // todo: alternative codes of WGS 84?
-                      return {
-                        x: lon * 180 / Math.PI,
-                        y: lat * 180 / Math.PI
-                      };
-                    default: // EPSG:3857 and synonyms
-                      var mercCoords = mercatorRaw(lon, lat);
-                      return {
-                        x: 20037508.34 / Math.PI * mercCoords[0],
-                        y: 20037508.34 / Math.PI * mercCoords[1]
-                      };
+                      case 'EPSG:4326': // todo: alternative codes of WGS 84?
+                          return {
+                              x: lon * 180 / Math.PI,
+                              y: lat * 180 / Math.PI
+                          };
+                      default: // EPSG:3857 and synonyms
+                          var mercCoords = mercatorRaw(lon, lat);
+                          return {
+                              x: 20037508.34 / Math.PI * mercCoords[0],
+                              y: 20037508.34 / Math.PI * mercCoords[1]
+                          };
                   }
               }).bind(this);
+
               var minXmaxY = tileToProjectedCoords(coord[0], coord[1], coord[2]);
               var maxXminY = tileToProjectedCoords(coord[0]+1, coord[1]+1, coord[2]);
               return template
-                  .replace('{width}', 256)
-                  .replace('{height}', 256)
+                  .replace('{width}', this.tileSize)
+                  .replace('{height}', this.tileSize)
                   .replace('{proj}', this.projection)
                   .replace('{bbox}', minXmaxY.x + ',' + maxXminY.y + ',' + maxXminY.x + ',' + minXmaxY.y);
           }
 
 
       source.validZoom = function(z) {
-          return source.scaleExtent[0] <= z &&
-              (source.overzoom || source.scaleExtent[1] > z);
+          return source.zoomExtent[0] <= z &&
+              (source.overzoom || source.zoomExtent[1] > z);
       };
 
 
 
       data.template = 'https://ecn.t{switch:0,1,2,3}.tiles.virtualearth.net/tiles/a{u}.jpeg?g=587&mkt=en-gb&n=z';
 
-      var bing = rendererBackgroundSource(data),
-          key = 'Arzdiw4nlOJzRwOz__qailc8NiR31Tt51dN2D7cm57NrnceZnCpgOkmJhNpGoppU', // Same as P2 and JOSM
-          url = 'https://dev.virtualearth.net/REST/v1/Imagery/Metadata/Aerial?include=ImageryProviders&key=' +
-              key + '&jsonp={callback}',
-          cache = {},
-          inflight = {},
-          providers = [];
+      var bing = rendererBackgroundSource(data);
+      var key = 'Arzdiw4nlOJzRwOz__qailc8NiR31Tt51dN2D7cm57NrnceZnCpgOkmJhNpGoppU'; // Same as P2 and JOSM
+      var url = 'https://dev.virtualearth.net/REST/v1/Imagery/Metadata/Aerial?include=ImageryProviders&key=' +
+              key;
+      var cache = {};
+      var inflight = {};
+      var providers = [];
 
-      jsonpRequest(url, function(json) {
-          providers = json.resourceSets[0].resources[0].imageryProviders.map(function(provider) {
+      d3_json(url, function(err, json$$1) {
+          providers = json$$1.resourceSets[0].resources[0].imageryProviders.map(function(provider) {
               return {
                   attribution: provider.attribution,
                   areas: provider.coverageAreas.map(function(area) {
 
 
       bing.getMetadata = function(center, tileCoord, callback) {
-          var tileId = tileCoord.slice(0, 3).join('/'),
-              zoom = Math.min(tileCoord[2], 21),
-              centerPoint = center[1] + ',' + center[0],  // lat,lng
-              url = 'https://dev.virtualearth.net/REST/v1/Imagery/Metadata/Aerial/' + centerPoint +
-                  '?zl=' + zoom + '&key=' + key + '&jsonp={callback}';
+          var tileId = tileCoord.slice(0, 3).join('/');
+          var zoom = Math.min(tileCoord[2], 21);
+          var centerPoint = center[1] + ',' + center[0];  // lat,lng
+          var url = 'https://dev.virtualearth.net/REST/v1/Imagery/Metadata/Aerial/' + centerPoint +
+                  '?zl=' + zoom + '&key=' + key;
 
           if (inflight[tileId]) return;
 
           }
 
           inflight[tileId] = true;
-          jsonpRequest(url, function(result) {
+          d3_json(url, function(error, result) {
               delete inflight[tileId];
 
-              var err = (!result && 'Unknown Error') || result.errorDetails;
+              var err;
+              if (error) {
+                  err = error;
+              } else if (!result && 'Unknown Error') {
+                  err = result.errorDetails;
+              }
               if (err) {
                   return callback(err);
               } else {
 
 
   rendererBackgroundSource.Esri = function(data) {
-
-      // don't request blank tiles, instead overzoom real tiles - #4327
-      // deprecated technique, but it works (for now)
+      // in addition to using the tilemap at zoom level 20, overzoom real tiles - #4327 (deprecated technique, but it works)
       if (data.template.match(/blankTile/) === null) {
           data.template = data.template + '?blankTile=false';
       }
 
-      var esri = rendererBackgroundSource(data),
-          cache = {},
-          inflight = {};
+      var esri = rendererBackgroundSource(data);
+      var cache = {};
+      var inflight = {};
+      var _prevCenter;
+
+      // use a tilemap service to set maximum zoom for esri tiles dynamically
+      // https://developers.arcgis.com/documentation/tiled-elevation-service/
+      esri.fetchTilemap = function(center) {
+          // skip if we have already fetched a tilemap within 5km
+          if (_prevCenter && geoSphericalDistance(center, _prevCenter) < 5000) return;
+          _prevCenter = center;
+
+          // tiles are available globally to zoom level 19, afterward they may or may not be present
+          var z = 20;
+
+          // first generate a random url using the template
+          var dummyUrl = esri.url([1,2,3]);
+
+          // calculate url z/y/x from the lat/long of the center of the map
+          var x = (Math.floor((center[0] + 180) / 360 * Math.pow(2, z)));
+          var y = (Math.floor((1 - Math.log(Math.tan(center[1] * Math.PI / 180) + 1 / Math.cos(center[1] * Math.PI / 180)) / Math.PI) / 2 * Math.pow(2, z)));
+
+          // fetch an 8x8 grid because responses to leverage cache
+          var tilemapUrl = dummyUrl.replace(/tile\/[0-9]+\/[0-9]+\/[0-9]+/, 'tilemap') + '/' + z + '/' + y + ' /' + x + '/8/8';
+
+          // make the request and introspect the response from the tilemap server
+          d3_json(tilemapUrl, function (err, tilemap) {
+              if (err || !tilemap) return;
+
+              var hasTiles = true;
+              for (var i = 0; i < tilemap.data.length; i++) {
+                  // 0 means an individual tile in the grid doesn't exist
+                  if (!tilemap.data[i]) {
+                      hasTiles = false;
+                      break;
+                  }
+              }
+
+              // if any tiles are missing at level 20 we restrict maxZoom to 19
+              esri.zoomExtent[1] = (hasTiles ? 22 : 19);
+          });
+      };
 
       esri.getMetadata = function(center, tileCoord, callback) {
-          var tileId = tileCoord.slice(0, 3).join('/'),
-              zoom = Math.min(tileCoord[2], esri.scaleExtent[1]),
-              centerPoint = center[0] + ',' + center[1],  // long, lat (as it should be)
-              unknown = t('info_panels.background.unknown'),
-              metadataLayer,
-              vintage = {},
-              metadata = {};
+          var tileId = tileCoord.slice(0, 3).join('/');
+          var zoom = Math.min(tileCoord[2], esri.zoomExtent[1]);
+          var centerPoint = center[0] + ',' + center[1];  // long, lat (as it should be)
+          var unknown = t('info_panels.background.unknown');
+          var metadataLayer;
+          var vintage = {};
+          var metadata = {};
 
           if (inflight[tileId]) return;
 
               url = 'https://serviceslab.arcgisonline.com/arcgis/rest/services/Clarity_World_Imagery/MapServer/';
           }
 
-          url += metadataLayer + '/query?returnGeometry=false&geometry=' + centerPoint + '&inSR=4326&geometryType=esriGeometryPoint&outFields=*&f=json&callback={callback}';
+          url += metadataLayer + '/query?returnGeometry=false&geometry=' + centerPoint + '&inSR=4326&geometryType=esriGeometryPoint&outFields=*&f=json';
 
           if (!cache[tileId]) {
               cache[tileId] = {};
 
           } else {
               inflight[tileId] = true;
-              jsonpRequest(url, function(result) {
+              d3_json(url, function(error, result) {
                   delete inflight[tileId];
 
                   var err;
-                  if (!result) {
+                  if (error) {
+                      err = error;
+                  } else if (!result) {
                       err = 'Unknown Error';
                   } else if (result.features && result.features.length < 1) {
                       err = 'No Results';
   };
 
   function rendererTileLayer(context) {
-      var tileSize = 256;
       var transformProp = utilPrefixCSSProperty('Transform');
-      var geotile = d3geoTile();
+      var tiler = utilTiler();
 
+      var _tileSize = 256;
       var _projection;
       var _cache = {};
       var _tileOrigin;
       var _source;
 
 
-      // blacklist overlay tiles around Null Island..
-      function nearNullIsland(x, y, z) {
-          if (z >= 7) {
-              var center = Math.pow(2, z - 1);
-              var width = Math.pow(2, z - 6);
-              var min = center - (width / 2);
-              var max = center + (width / 2) - 1;
-              return x >= min && x <= max && y >= min && y <= max;
-          }
-          return false;
-      }
-
-
       function tileSizeAtZoom(d, z) {
-          var EPSILON = 0.002;
-          return ((tileSize * Math.pow(2, z - d[2])) / tileSize) + EPSILON;
+          var EPSILON = 0.002;    // close seams
+          return ((_tileSize * Math.pow(2, z - d[2])) / _tileSize) + EPSILON;
       }
 
 
 
       // Update tiles based on current state of `projection`.
       function background(selection$$1) {
-          _zoom = geoScaleToZoom(_projection.scale(), tileSize);
+          _zoom = geoScaleToZoom(_projection.scale(), _tileSize);
 
           var pixelOffset;
           if (_source) {
               _projection.translate()[1] + pixelOffset[1]
           ];
 
-          geotile
+          tiler
               .scale(_projection.scale() * 2 * Math.PI)
               .translate(translate);
 
           var showDebug = context.getDebug('tile') && !_source.overlay;
 
           if (_source.validZoom(_zoom)) {
-              geotile().forEach(function(d) {
+              tiler.skipNullIsland(!!_source.overlay);
+
+              tiler().forEach(function(d) {
                   addSource(d);
                   if (d[3] === '') return;
                   if (typeof d[3] !== 'string') return; // Workaround for #2295
               });
 
               requests = uniqueBy(requests, 3).filter(function(r) {
-                  if (!!_source.overlay && nearNullIsland(r[0], r[1], r[2])) {
-                      return false;
-                  }
                   // don't re-request tiles which have failed in the past
                   return _cache[r[3]] !== false;
               });
           }
 
-
           function load(d) {
               _cache[d[3]] = true;
               select(this)
           }
 
           function imageTransform(d) {
-              var ts = tileSize * Math.pow(2, _zoom - d[2]);
+              var ts = _tileSize * Math.pow(2, _zoom - d[2]);
               var scale = tileSizeAtZoom(d, _zoom);
               return 'translate(' +
                   ((d[0] * ts) - _tileOrigin[0]) + 'px,' +
           }
 
           function tileCenter(d) {
-              var ts = tileSize * Math.pow(2, _zoom - d[2]);
+              var ts = _tileSize * Math.pow(2, _zoom - d[2]);
               return [
                   ((d[0] * ts) - _tileOrigin[0] + (ts / 2)),
                   ((d[1] * ts) - _tileOrigin[1] + (ts / 2))
 
           // Pick a representative tile near the center of the viewport
           // (This is useful for sampling the imagery vintage)
-          var dims = geotile.size();
+          var dims = tiler.size();
           var mapCenter = [dims[0] / 2, dims[1] / 2];
           var minDist = Math.max(dims[0], dims[1]);
           var nearCenter;
 
 
       background.dimensions = function(_) {
-          if (!arguments.length) return geotile.size();
-          geotile.size(_);
+          if (!arguments.length) return tiler.size();
+          tiler.size(_);
           return background;
       };
 
       background.source = function(_) {
           if (!arguments.length) return _source;
           _source = _;
+          _tileSize = _source.tileSize;
           _cache = {};
-          geotile.scaleExtent(_source.scaleExtent);
+          tiler.tileSize(_source.tileSize).zoomExtent(_source.zoomExtent);
           return background;
       };
 
 
 
       function background(selection$$1) {
+          // If we are displaying an Esri basemap at high zoom,
+          // check its tilemap to see how high the zoom can go
+          if (context.map().zoom() > 18) {
+              var basemap = baseLayer.source();
+              if (basemap && /^EsriWorldImagery/.test(basemap.id)) {
+                  var center = context.map().center();
+                  basemap.fetchTilemap(center);
+              }
+          }
 
           var baseFilter = '';
           if (detected.cssfilters) {
       background.updateImagery = function() {
           if (context.inIntro()) return;
 
-          var b = background.baseLayerSource(),
-              o = _overlayLayers
-                  .filter(function (d) { return !d.source().isLocatorOverlay() && !d.source().isHidden(); })
-                  .map(function (d) { return d.source().id; })
-                  .join(','),
-              meters = geoOffsetToMeters(b.offset()),
-              epsilon = 0.01,
-              x = +meters[0].toFixed(2),
-              y = +meters[1].toFixed(2),
-              q = utilStringQs(window.location.hash.substring(1));
+          var b = background.baseLayerSource();
+          var o = _overlayLayers
+              .filter(function (d) { return !d.source().isLocatorOverlay() && !d.source().isHidden(); })
+              .map(function (d) { return d.source().id; })
+              .join(',');
+
+          var meters = geoOffsetToMeters(b.offset());
+          var epsilon = 0.01;
+          var x = +meters[0].toFixed(2);
+          var y = +meters[1].toFixed(2);
+          var q = utilStringQs(window.location.hash.substring(1));
 
           var id = b.id;
           if (id === 'custom') {
               imageryUsed.push('Bing Streetside');
           }
 
+          var mvt = context.layers().layer('mvt');
+          if (mvt && mvt.enabled() && mvt.hasMvt()) {
+              // Include a string like '.mvt data file' or '.geojson data file'
+              var matchmvt = mvt.getSrc().match(/(pbf|mvt|(?:geo)?json)$/i);
+              var extensionmvt = matchmvt ? ('.' + matchmvt[0].toLowerCase() + ' ') : '';
+              imageryUsed.push(extensionmvt + 'data file');
+          }
+
           var mapillary_images = context.layers().layer('mapillary-images');
           if (mapillary_images && mapillary_images.enabled()) {
               imageryUsed.push('Mapillary Images');
           if (!osm) return background;
 
           var blacklists = context.connection().imageryBlacklists();
+          var template = d.template();
+          var fail = false;
+          var tested = 0;
+          var regex;
 
-          var template = d.template(),
-              fail = false,
-              tested = 0,
-              regex, i;
-
-          for (i = 0; i < blacklists.length; i++) {
+          for (var i = 0; i < blacklists.length; i++) {
               try {
                   regex = new RegExp(blacklists[i]);
                   fail = regex.test(template);
 
       background.toggleOverlayLayer = function(d) {
           var layer;
-
           for (var i = 0; i < _overlayLayers.length; i++) {
               layer = _overlayLayers[i];
               if (layer.source() === d) {
               return geoExtent$$1([args[2], args[1]]);
           }
 
-          var dataImagery = data.imagery || [],
-              q = utilStringQs(window.location.hash.substring(1)),
-              requested = q.background || q.layer,
-              extent = parseMap(q.map),
-              first,
-              best;
+          var dataImagery = data.imagery || [];
+          var q = utilStringQs(window.location.hash.substring(1));
+          var requested = q.background || q.layer;
+          var extent = parseMap(q.map);
+          var first;
+          var best;
 
           // Add all the available imagery sources
           _backgroundSources = dataImagery.map(function(source) {
               }
           }
 
+          if (q.mvt) {
+              var mvt = context.layers().layer('mvt');
+              if (mvt) {
+                  mvt.url(q.mvt);
+              }
+          }
+
           if (q.offset) {
               var offset = q.offset.replace(/;/g, ',').split(',').map(function(n) {
                   return !isNaN(n) && n;
 
           context.on('enter.map',  function() {
               if (map.editable() && !_transformed) {
-
                   // redraw immediately any objects affected by a change in selectedIDs.
                   var graph = context.graph();
                   var selectedAndParents = {};
 
                   dispatch$$1.call('drawn', this, { full: false });
 
-
                   // redraw everything else later
                   scheduleRedraw();
               }
           surface.selectAll('.layer-osm *').remove();
 
           var mode = context.mode();
-          if (mode && mode.id !== 'save') {
+          if (mode && mode.id !== 'save' && mode.id !== 'select-note') {
               context.enter(modeBrowse(context));
           }
 
 
           // OSM
           if (map.editable()) {
-              context.loadTiles(projection, dimensions);
+              context.loadTiles(projection);
               drawVector(difference, extent);
           } else {
               editOff();
       };
 
 
+      map.notesEditable = function() {
+          var noteLayer = surface.selectAll('.data-layer-notes');
+          if (!noteLayer.empty() && noteLayer.classed('disabled')) return false;
+
+          return map.zoom() >= context.minEditableZoom();
+      };
+
+
       map.minzoom = function(_) {
           if (!arguments.length) return minzoom;
           minzoom = _;
       var modes = [
           modeAddPoint$$1(context),
           modeAddLine$$1(context),
-          modeAddArea$$1(context)
+          modeAddArea$$1(context),
+          modeAddNote$$1(context)
       ];
 
 
           return context.editable() && mode && mode.id !== 'save';
       }
 
+      function notesEnabled() {
+          var noteLayer = context.layers().layer('notes');
+          return noteLayer && noteLayer.enabled();
+      }
 
-      return function(selection$$1) {
-          var buttons = selection$$1.selectAll('button.add-button')
-              .data(modes);
-
-          buttons = buttons.enter()
-              .append('button')
-              .attr('tabindex', -1)
-              .attr('class', function(mode) { return mode.id + ' add-button col4'; })
-              .on('click.mode-buttons', function(mode) {
-                  // When drawing, ignore accidental clicks on mode buttons - #4042
-                  var currMode = context.mode().id;
-                  if (currMode.match(/^draw/) !== null) return;
-
-                  if (mode.id === currMode) {
-                      context.enter(modeBrowse(context));
-                  } else {
-                      context.enter(mode);
-                  }
-              })
-              .call(tooltip()
-                  .placement('bottom')
-                  .html(true)
-                  .title(function(mode) {
-                      return uiTooltipHtml(mode.description, mode.key);
-                  })
-              );
-
-          buttons
-              .each(function(d) {
-                  select(this)
-                      .call(svgIcon('#iD-icon-' + d.button, 'pre-text'));
-              });
+      function notesEditable() {
+          var mode = context.mode();
+          return context.map().notesEditable() && mode && mode.id !== 'save';
+      }
 
-          buttons
-              .append('span')
-              .attr('class', 'label')
-              .text(function(mode) { return mode.title; });
 
+      return function(selection$$1) {
           context
               .on('enter.editor', function(entered) {
                   selection$$1.selectAll('button.add-button')
 
           modes.forEach(function(mode) {
               keybinding.on(mode.key, function() {
-                  if (editable()) {
-                      if (mode.id === context.mode().id) {
-                          context.enter(modeBrowse(context));
-                      } else {
-                          context.enter(mode);
-                      }
+                  if (mode.id === 'add-note' && !notesEditable()) return;
+                  if (mode.id !== 'add-note' && !editable()) return;
+
+                  if (mode.id === context.mode().id) {
+                      context.enter(modeBrowse(context));
+                  } else {
+                      context.enter(mode);
                   }
               });
           });
           context
               .on('enter.modes', update);
 
+          update();
 
 
           function update() {
-              selection$$1.selectAll('button.add-button')
-                  .property('disabled', !editable());
+              var showNotes = notesEnabled();
+              var data = showNotes ? modes : modes.slice(0, 3);
+
+              selection$$1
+                  .classed('col3', !showNotes)  // 25%
+                  .classed('col4', showNotes);  // 33%
+
+              var buttons = selection$$1.selectAll('button.add-button')
+                  .data(data, function(d) { return d.id; });
+
+              // exit
+              buttons.exit()
+                  .remove();
+
+              // enter
+              var buttonsEnter = buttons.enter()
+                  .append('button')
+                  .attr('tabindex', -1)
+                  .attr('class', function(d) { return d.id + ' add-button'; })
+                  .on('click.mode-buttons', function(mode) {
+                      // When drawing, ignore accidental clicks on mode buttons - #4042
+                      var currMode = context.mode().id;
+                      if (currMode.match(/^draw/) !== null) return;
+
+                      if (mode.id === currMode) {
+                          context.enter(modeBrowse(context));
+                      } else {
+                          context.enter(mode);
+                      }
+                  })
+                  .call(tooltip()
+                      .placement('bottom')
+                      .html(true)
+                      .title(function(mode) {
+                          return uiTooltipHtml(mode.description, mode.key);
+                      })
+                  );
+
+              buttonsEnter
+                  .each(function(d) {
+                      select(this)
+                          .call(svgIcon('#iD-icon-' + d.button, 'pre-text'));
+                  });
+
+              buttonsEnter
+                  .append('span')
+                  .attr('class', 'label')
+                  .text(function(mode) { return mode.title; });
+
+              // update
+              buttons = buttons
+                  .merge(buttonsEnter)
+                  .classed('col3', showNotes)    // 25%
+                  .classed('col4', !showNotes)   // 33%
+                  .property('disabled', function(d) {
+                      return d.id === 'add-note' ? !notesEditable() : !editable();
+                  });
           }
       };
   }
   }
 
   function uiViewOnOSM(context) {
-      var id;
+      var _what;   // an osmEntity or osmNote
 
-      function viewOnOSM(selection) {
-          var entity = context.entity(id);
 
-          selection.style('display', entity.isNew() ? 'none' : null);
+      function viewOnOSM(selection) {
+          var url;
+          if (_what instanceof osmEntity$$1) {
+              url = context.connection().entityURL(_what);
+          } else if (_what instanceof osmNote) {
+              url = context.connection().noteURL(_what);
+          }
 
+          var data = ((!_what || _what.isNew()) ? [] : [_what]);
           var link = selection.selectAll('.view-on-osm')
-              .data([0]);
+              .data(data, function(d) { return d.id; });
 
-          var enter = link.enter()
+          // exit
+          link.exit()
+              .remove();
+
+          // enter
+          var linkEnter = link.enter()
               .append('a')
               .attr('class', 'view-on-osm')
               .attr('target', '_blank')
+              .attr('href', url)
               .call(svgIcon('#iD-icon-out-link', 'inline'));
 
-          enter
+          linkEnter
               .append('span')
               .text(t('inspector.view_on_osm'));
-
-          link
-              .merge(enter)
-              .attr('href', context.connection().entityURL(entity));
       }
 
 
-      viewOnOSM.entityID = function(_) {
-          if (!arguments.length) return id;
-          id = _;
+      viewOnOSM.what = function(_) {
+          if (!arguments.length) return _what;
+          _what = _;
           return viewOnOSM;
       };
 
           var presetPane = wrap.selectAll('.preset-list-pane');
           var editorPane = wrap.selectAll('.entity-editor-pane');
 
-          var graph = context.graph(),
-              entity = context.entity(_entityID),
-              showEditor = _state === 'hover' ||
-                  entity.isUsed(graph) ||
-                  entity.isHighwayIntersection(graph);
+          var graph = context.graph();
+          var entity = context.entity(_entityID);
+
+          var showEditor = _state === 'hover' ||
+              entity.isUsed(graph) ||
+              entity.isHighwayIntersection(graph);
 
           if (showEditor) {
               wrap.style('right', '0%');
               .merge(footer);
 
           footer
-              .call(uiViewOnOSM(context).entityID(_entityID));
+              .call(uiViewOnOSM(context)
+                  .what(context.hasEntity(_entityID))
+              );
 
 
           function showList(preset) {
       return inspector;
   }
 
+  function uiNoteEditor$$1(context) {
+      var dispatch$$1 = dispatch('change');
+      var noteComments = uiNoteComments();
+      var noteHeader = uiNoteHeader();
+
+      // var formFields = uiFormFields(context);
+
+      var _note;
+      // var _fieldsArr;
+
+
+      function noteEditor(selection$$1) {
+          var header = selection$$1.selectAll('.header')
+              .data([0]);
+
+          var headerEnter = header.enter()
+              .append('div')
+              .attr('class', 'header fillL');
+
+          headerEnter
+              .append('button')
+              .attr('class', 'fr note-editor-close')
+              .on('click', function() {
+                  context.enter(modeBrowse(context));
+              })
+              .call(svgIcon('#iD-icon-close'));
+
+          headerEnter
+              .append('h3')
+              .text(t('note.title'));
+
+
+          var body = selection$$1.selectAll('.body')
+              .data([0]);
+
+          body = body.enter()
+              .append('div')
+              .attr('class', 'body')
+              .merge(body);
+
+          var editor = body.selectAll('.note-editor')
+              .data([0]);
+
+          editor.enter()
+              .append('div')
+              .attr('class', 'modal-section note-editor')
+              .merge(editor)
+              .call(noteHeader.note(_note))
+              .call(noteComments.note(_note))
+              .call(noteSaveSection);
+
+
+          var footer = selection$$1.selectAll('.footer')
+              .data([0]);
+
+          footer.enter()
+              .append('div')
+              .attr('class', 'footer')
+              .merge(footer)
+              .call(uiViewOnOSM(context).what(_note))
+              .call(uiNoteReport(context).note(_note));
+
+
+          // rerender the note editor on any auth change
+          var osm = services.osm;
+          if (osm) {
+              osm.on('change.note-save', function() {
+                  selection$$1.call(noteEditor);
+              });
+          }
+      }
+
+
+      function noteSaveSection(selection$$1) {
+          var isSelected = (_note && _note.id === context.selectedNoteID());
+          var noteSave = selection$$1.selectAll('.note-save')
+              .data((isSelected ? [_note] : []), function(d) { return d.status + d.id; });
+
+          // exit
+          noteSave.exit()
+              .remove();
+
+          // enter
+          var noteSaveEnter = noteSave.enter()
+              .append('div')
+              .attr('class', 'note-save save-section cf');
+
+          // // if new note, show categories to pick from
+          // if (_note.isNew()) {
+          //     var presets = context.presets();
+
+          //     // NOTE: this key isn't a age and therefore there is no documentation (yet)
+          //     _fieldsArr = [
+          //         uiField(context, presets.field('category'), null, { show: true, revert: false }),
+          //     ];
+
+          //     _fieldsArr.forEach(function(field) {
+          //         field
+          //             .on('change', changeCategory);
+          //     });
+
+          //     noteSaveEnter
+          //         .append('div')
+          //         .attr('class', 'note-category')
+          //         .call(formFields.fieldsArr(_fieldsArr));
+          // }
+
+          // function changeCategory() {
+          //     // NOTE: perhaps there is a better way to get value
+          //     var val = d3_select('input[name=\'category\']:checked').property('__data__') || undefined;
+
+          //     // store the unsaved category with the note itself
+          //     _note = _note.update({ newCategory: val });
+          //     var osm = services.osm;
+          //     if (osm) {
+          //         osm.replaceNote(_note);  // update note cache
+          //     }
+          //     noteSave
+          //         .call(noteSaveButtons);
+          // }
+
+          noteSaveEnter
+              .append('h4')
+              .attr('class', '.note-save-header')
+              .text(function() {
+                  return _note.isNew() ? t('note.newDescription') : t('note.newComment');
+              });
+
+          noteSaveEnter
+              .append('textarea')
+              .attr('id', 'new-comment-input')
+              .attr('placeholder', t('note.inputPlaceholder'))
+              .attr('maxlength', 1000)
+              .property('value', function(d) { return d.newComment; })
+              .call(utilNoAuto)
+              .on('input', changeInput)
+              .on('blur', changeInput);
+
+          // update
+          noteSave = noteSaveEnter
+              .merge(noteSave)
+              .call(userDetails)
+              .call(noteSaveButtons);
+
+
+          function changeInput() {
+              var input = select(this);
+              var val = input.property('value').trim() || undefined;
+
+              // store the unsaved comment with the note itself
+              _note = _note.update({ newComment: val });
+
+              var osm = services.osm;
+              if (osm) {
+                  osm.replaceNote(_note);  // update note cache
+              }
+
+              noteSave
+                  .call(noteSaveButtons);
+          }
+      }
+
+
+      function userDetails(selection$$1) {
+          var detailSection = selection$$1.selectAll('.detail-section')
+              .data([0]);
+
+          detailSection = detailSection.enter()
+              .append('div')
+              .attr('class', 'detail-section')
+              .merge(detailSection);
+
+          var osm = services.osm;
+          if (!osm) return;
+
+          // Add warning if user is not logged in
+          var hasAuth = osm.authenticated();
+          var authWarning = detailSection.selectAll('.auth-warning')
+              .data(hasAuth ? [] : [0]);
+
+          authWarning.exit()
+              .transition()
+              .duration(200)
+              .style('opacity', 0)
+              .remove();
+
+          var authEnter = authWarning.enter()
+              .insert('div', '.tag-reference-body')
+              .attr('class', 'field-warning auth-warning')
+              .style('opacity', 0);
+
+          authEnter
+              .call(svgIcon('#iD-icon-alert', 'inline'));
+
+          authEnter
+              .append('span')
+              .text(t('note.login'));
+
+          authEnter
+              .append('a')
+              .attr('target', '_blank')
+              .call(svgIcon('#iD-icon-out-link', 'inline'))
+              .append('span')
+              .text(t('login'))
+              .on('click.note-login', function() {
+                  event.preventDefault();
+                  osm.authenticate();
+              });
+
+          authEnter
+              .transition()
+              .duration(200)
+              .style('opacity', 1);
+
+
+          var prose = detailSection.selectAll('.note-save-prose')
+              .data(hasAuth ? [0] : []);
+
+          prose.exit()
+              .remove();
+
+          prose = prose.enter()
+              .append('p')
+              .attr('class', 'note-save-prose')
+              .text(t('note.upload_explanation'))
+              .merge(prose);
+
+          osm.userDetails(function(err, user) {
+              if (err) return;
+
+              var userLink = select(document.createElement('div'));
+
+              if (user.image_url) {
+                  userLink
+                      .append('img')
+                      .attr('src', user.image_url)
+                      .attr('class', 'icon pre-text user-icon');
+              }
+
+              userLink
+                  .append('a')
+                  .attr('class', 'user-info')
+                  .text(user.display_name)
+                  .attr('href', osm.userURL(user.display_name))
+                  .attr('tabindex', -1)
+                  .attr('target', '_blank');
+
+              prose
+                  .html(t('note.upload_explanation_with_user', { user: userLink.html() }));
+          });
+      }
+
+
+      function noteSaveButtons(selection$$1) {
+          var osm = services.osm;
+          var hasAuth = osm && osm.authenticated();
+
+          var isSelected = (_note && _note.id === context.selectedNoteID());
+          var buttonSection = selection$$1.selectAll('.buttons')
+              .data((isSelected ? [_note] : []), function(d) { return d.status + d.id; });
+
+          // exit
+          buttonSection.exit()
+              .remove();
+
+          // enter
+          var buttonEnter = buttonSection.enter()
+              .append('div')
+              .attr('class', 'buttons');
+
+          if (_note.isNew()) {
+              buttonEnter
+                  .append('button')
+                  .attr('class', 'button cancel-button secondary-action')
+                  .text(t('confirm.cancel'));
+
+              buttonEnter
+                  .append('button')
+                  .attr('class', 'button save-button action')
+                  .text(t('note.save'));
+
+          } else {
+              buttonEnter
+                  .append('button')
+                  .attr('class', 'button status-button action');
+
+              buttonEnter
+                  .append('button')
+                  .attr('class', 'button comment-button action')
+                  .text(t('note.comment'));
+          }
+
+
+          // update
+          buttonSection = buttonSection
+              .merge(buttonEnter);
+
+          buttonSection.select('.cancel-button')   // select and propagate data
+              .on('click.cancel', function(d) {
+                  this.blur();    // avoid keeping focus on the button - #4641
+                  var osm = services.osm;
+                  if (osm) {
+                      osm.removeNote(d);
+                  }
+                  context.enter(modeBrowse(context));
+                  dispatch$$1.call('change');
+              });
+
+          buttonSection.select('.save-button')   // select and propagate data
+              .attr('disabled', function(d) {
+                  return (hasAuth && d.status === 'open' && d.newComment) ? null : true;
+              })
+              .on('click.save', function(d) {
+                  this.blur();    // avoid keeping focus on the button - #4641
+                  var osm = services.osm;
+                  if (osm) {
+                      osm.postNoteCreate(d, function(err, note) {
+                          dispatch$$1.call('change', note);
+                      });
+                  }
+              });
+
+          buttonSection.select('.status-button')   // select and propagate data
+              .attr('disabled', (hasAuth ? null : true))
+              .text(function(d) {
+                  var action = (d.status === 'open' ? 'close' : 'open');
+                  var andComment = (d.newComment ? '_comment' : '');
+                  return t('note.' + action + andComment);
+              })
+              .on('click.status', function(d) {
+                  this.blur();    // avoid keeping focus on the button - #4641
+                  var osm = services.osm;
+                  if (osm) {
+                      var setStatus = (d.status === 'open' ? 'closed' : 'open');
+                      osm.postNoteUpdate(d, setStatus, function(err, note) {
+                          dispatch$$1.call('change', note);
+                      });
+                  }
+              });
+
+          buttonSection.select('.comment-button')   // select and propagate data
+              .attr('disabled', function(d) {
+                  return (hasAuth && d.status === 'open' && d.newComment) ? null : true;
+              })
+              .on('click.comment', function(d) {
+                  this.blur();    // avoid keeping focus on the button - #4641
+                  var osm = services.osm;
+                  if (osm) {
+                      osm.postNoteUpdate(d, d.status, function(err, note) {
+                          dispatch$$1.call('change', note);
+                      });
+                  }
+              });
+      }
+
+
+      noteEditor.note = function(_) {
+          if (!arguments.length) return _note;
+          _note = _;
+          return noteEditor;
+      };
+
+
+      return utilRebind(noteEditor, dispatch$$1, 'on');
+  }
+
   function uiSidebar(context) {
-      var inspector = uiInspector(context),
-          current;
+      var inspector = uiInspector(context);
+      var noteEditor = uiNoteEditor$$1(context);
+      var _current;
+      var _wasNote = false;
+      // var layer = d3_select(null);
 
 
-      function sidebar(selection) {
-          var featureListWrap = selection
+      function sidebar(selection$$1) {
+          var featureListWrap = selection$$1
               .append('div')
               .attr('class', 'feature-list-pane')
               .call(uiFeatureList(context));
 
 
-          var inspectorWrap = selection
+          var inspectorWrap = selection$$1
               .append('div')
               .attr('class', 'inspector-hidden inspector-wrap fr');
 
 
-          function hover(id) {
-              if (!current && context.hasEntity(id)) {
+          function hover(what) {
+              if ((what instanceof osmNote) && (context.mode().id !== 'drag-note')) {
+                  // TODO: figure out why `what` isn't an updated note. Won't hover since .loc doesn't match
+                  _wasNote = true;
+                  var notes = d3_selectAll('.note');
+                  notes
+                      .classed('hover', function(d) { return d === what; });
+
+                  sidebar.show(noteEditor.note(what));
+
+                  selection$$1.selectAll('.sidebar-component')
+                      .classed('inspector-hover', true);
+
+              } else if (!_current && context.hasEntity(what)) {
                   featureListWrap
                       .classed('inspector-hidden', true);
 
                       .classed('inspector-hidden', false)
                       .classed('inspector-hover', true);
 
-                  if (inspector.entityID() !== id || inspector.state() !== 'hover') {
+                  if (inspector.entityID() !== what || inspector.state() !== 'hover') {
                       inspector
                           .state('hover')
-                          .entityID(id);
+                          .entityID(what);
 
                       inspectorWrap
                           .call(inspector);
                   }
 
-              } else if (!current) {
+              } else if (!_current) {
                   featureListWrap
                       .classed('inspector-hidden', false);
                   inspectorWrap
                       .classed('inspector-hidden', true);
                   inspector
                       .state('hide');
+
+              } else if (_wasNote) {
+                  _wasNote = false;
+                  d3_selectAll('.note')
+                      .classed('hover', false);
+                  sidebar.hide();
               }
           }
 
 
 
           sidebar.select = function(id, newFeature) {
-              if (!current && id) {
+              if (!_current && id) {
                   featureListWrap
                       .classed('inspector-hidden', true);
 
                           .call(inspector);
                   }
 
-              } else if (!current) {
+              } else if (!_current) {
                   featureListWrap
                       .classed('inspector-hidden', false);
                   inspectorWrap
           };
 
 
-          sidebar.show = function(component) {
+          sidebar.show = function(component, element) {
               featureListWrap
                   .classed('inspector-hidden', true);
               inspectorWrap
                   .classed('inspector-hidden', true);
 
-              if (current) current.remove();
-              current = selection
+              if (_current) _current.remove();
+              _current = selection$$1
                   .append('div')
                   .attr('class', 'sidebar-component')
-                  .call(component);
+                  .call(component, element);
           };
 
 
               inspectorWrap
                   .classed('inspector-hidden', true);
 
-              if (current) current.remove();
-              current = null;
+              if (_current) _current.remove();
+              _current = null;
           };
       }
 
   }
 
   // these are module variables so they are preserved through a ui.restart()
-  var sawVersion = null,
-      isNewVersion = false,
-      isNewUser = false;
+  var sawVersion = null;
+  var isNewVersion = false;
+  var isNewUser = false;
 
 
   function uiVersion(context) {
 
-      var currVersion = context.version,
-          matchedVersion = currVersion.match(/\d\.\d\.\d.*/);
+      var currVersion = context.version;
+      var matchedVersion = currVersion.match(/\d+\.\d+\.\d+.*/);
 
       if (sawVersion === null && matchedVersion !== null) {
           isNewVersion = (context.storage('sawVersion') !== currVersion);
 
   function uiInit(context) {
       var uiInitCounter = 0;
+      var dispatch$$1 = dispatch('photoviewerResize');
 
 
       function render(container) {
               .append('div')
               .call(svgIcon('#iD-icon-close'));
 
+          photoviewer
+              .append('button')
+              .attr('class', 'resize-handle-xy')
+              .on(
+                  'mousedown',
+                  buildResizeListener(photoviewer, 'photoviewerResize', dispatch$$1, { resizeOnX: true, resizeOnY: true })
+              );
+
+          photoviewer
+              .append('button')
+              .attr('class', 'resize-handle-x')
+              .on(
+                  'mousedown',
+                  buildResizeListener(photoviewer, 'photoviewerResize', dispatch$$1, { resizeOnX: true })
+              );
+
+          photoviewer
+              .append('button')
+              .attr('class', 'resize-handle-y')
+              .on(
+                  'mousedown',
+                  buildResizeListener(photoviewer, 'photoviewerResize', dispatch$$1, { resizeOnY: true })
+              );
 
+          var mapDimensions = map.dimensions();
+
+          // bind events
           window.onbeforeunload = function() {
               return context.save();
           };
               context.history().unlock();
           };
 
-          var mapDimensions = map.dimensions();
-
-
-          function onResize() {
-              mapDimensions = utilGetDimensions(content, true);
-              map.dimensions(mapDimensions);
-          }
-
           select(window)
               .on('resize.editor', onResize);
 
           onResize();
 
-          function pan(d) {
-              return function() {
-                  event.preventDefault();
-                  context.pan(d, 100);
-              };
-          }
-
-
-          // pan amount
-          var pa = 80;
 
+          var pa = 80;  // pan amount
           var keybinding = d3keybinding('main')
               .on('⌫', function() { event.preventDefault(); })
               .on('←', pan([pa, 0]))
                   .call(uiShortcuts(context));
           }
 
-          var osm = context.connection(),
-              auth = uiLoading(context).message(t('loading_auth')).blocking(true);
+          var osm = context.connection();
+          var auth = uiLoading(context).message(t('loading_auth')).blocking(true);
 
           if (osm && auth) {
               osm
               hash.startWalkthrough = false;
               context.container().call(uiIntro(context));
           }
+
+
+          function onResize() {
+              mapDimensions = utilGetDimensions(content, true);
+              map.dimensions(mapDimensions);
+
+              // shrink photo viewer if it is too big
+              // (-90 preserves space at top and bottom of map used by menus)
+              var photoDimensions = utilGetDimensions(photoviewer, true);
+              if (photoDimensions[0] > mapDimensions[0] || photoDimensions[1] > (mapDimensions[1] - 90)) {
+                  var setPhotoDimensions = [
+                      Math.min(photoDimensions[0], mapDimensions[0]),
+                      Math.min(photoDimensions[1], mapDimensions[1] - 90),
+                  ];
+
+                  photoviewer
+                      .style('width', setPhotoDimensions[0] + 'px')
+                      .style('height', setPhotoDimensions[1] + 'px');
+
+                  dispatch$$1.call('photoviewerResize', photoviewer, setPhotoDimensions);
+              }
+          }
+
+
+          function pan(d) {
+              return function() {
+                  event.preventDefault();
+                  context.pan(d, 100);
+              };
+          }
+
+          function buildResizeListener(target, eventName, dispatch$$1, options) {
+              var resizeOnX = !!options.resizeOnX;
+              var resizeOnY = !!options.resizeOnY;
+              var minHeight = options.minHeight || 240;
+              var minWidth = options.minWidth || 320;
+              var startX;
+              var startY;
+              var startWidth;
+              var startHeight;
+
+              function startResize() {
+                  var mapSize = context.map().dimensions();
+
+                  if (resizeOnX) {
+                      var maxWidth = mapSize[0];
+                      var newWidth = clamp((startWidth + event.clientX - startX), minWidth, maxWidth);
+                      target.style('width', newWidth + 'px');
+                  }
+
+                  if (resizeOnY) {
+                      var maxHeight = mapSize[1] - 90;  // preserve space at top/bottom of map
+                      var newHeight = clamp((startHeight + startY - event.clientY), minHeight, maxHeight);
+                      target.style('height', newHeight + 'px');
+                  }
+
+                  dispatch$$1.call(eventName, target, utilGetDimensions(target, true));
+              }
+
+              function clamp(num, min, max) {
+                  return Math.max(min, Math.min(num, max));
+              }
+
+              function stopResize() {
+                  select(window)
+                      .on('.' + eventName, null);
+              }
+
+              return function initResize() {
+                  startX = event.clientX;
+                  startY = event.clientY;
+                  startWidth = target.node().getBoundingClientRect().width;
+                  startHeight = target.node().getBoundingClientRect().height;
+
+                  select(window)
+                      .on('mousemove.' + eventName, startResize, false)
+                      .on('mouseup.' + eventName, stopResize, false);
+              };
+          }
       }
 
 
 
       ui.sidebar = uiSidebar(context);
 
-      return ui;
+      return utilRebind(ui, dispatch$$1, 'on');
   }
 
   function uiChangesetEditor(context) {
 
               userLink
                   .append('a')
-                  .attr('class','user-info')
+                  .attr('class', 'user-info')
                   .text(user.display_name)
                   .attr('href', osm.userURL(user.display_name))
                   .attr('tabindex', -1)
 
           buttonEnter
               .append('button')
-              .attr('class', 'secondary-action col5 button cancel-button')
+              .attr('class', 'secondary-action button cancel-button')
               .append('span')
               .attr('class', 'label')
               .text(t('commit.cancel'));
 
           buttonEnter
               .append('button')
-              .attr('class', 'action col5 button save-button')
+              .attr('class', 'action button save-button')
               .append('span')
               .attr('class', 'label')
               .text(t('commit.save'));
       return lasso;
   }
 
+  function uiNoteComments() {
+      var _note;
+
+
+      function noteComments(selection$$1) {
+          if (_note.isNew()) return; // don't draw .comments-container
+
+          var comments = selection$$1.selectAll('.comments-container')
+              .data([0]);
+
+          comments = comments.enter()
+              .append('div')
+              .attr('class', 'comments-container')
+              .merge(comments);
+
+          var commentEnter = comments.selectAll('.comment')
+              .data(_note.comments)
+              .enter()
+              .append('div')
+              .attr('class', 'comment');
+
+          commentEnter
+              .append('div')
+              .attr('class', function(d) { return 'comment-avatar user-' + d.uid; })
+              .call(svgIcon('#iD-icon-avatar', 'comment-avatar-icon'));
+
+          var mainEnter = commentEnter
+              .append('div')
+              .attr('class', 'comment-main');
+
+          var metadataEnter = mainEnter
+              .append('div')
+              .attr('class', 'comment-metadata');
+
+          metadataEnter
+              .append('div')
+              .attr('class', 'comment-author')
+              .each(function(d) {
+                  var selection$$1 = select(this);
+                  var osm = services.osm;
+                  if (osm && d.user) {
+                      selection$$1 = selection$$1
+                          .append('a')
+                          .attr('class', 'comment-author-link')
+                          .attr('href', osm.userURL(d.user))
+                          .attr('tabindex', -1)
+                          .attr('target', '_blank');
+                  }
+                  selection$$1
+                      .text(function(d) { return d.user || t('note.anonymous'); });
+              });
+
+          metadataEnter
+              .append('div')
+              .attr('class', 'comment-date')
+              .text(function(d) { return d.action + ' ' + localeDateString(d.date); });
+
+          mainEnter
+              .append('div')
+              .attr('class', 'comment-text')
+              .html(function(d) { return d.html; });
+
+          comments
+              .call(replaceAvatars);
+      }
+
+
+      function replaceAvatars(selection$$1) {
+          var osm = services.osm;
+          if (!osm) return;
+
+          var uids = {};  // gather uids in the comment thread
+          _note.comments.forEach(function(d) {
+              if (d.uid) uids[d.uid] = true;
+          });
+
+          Object.keys(uids).forEach(function(uid) {
+              osm.loadUser(uid, function(err, user) {
+                  if (!user || !user.image_url) return;
+
+                  selection$$1.selectAll('.comment-avatar.user-' + uid)
+                      .html('')
+                      .append('img')
+                      .attr('class', 'icon comment-avatar-icon')
+                      .attr('src', user.image_url)
+                      .attr('alt', user.display_name);
+              });
+          });
+      }
+
+
+      function localeDateString(s) {
+          if (!s) return null;
+          var detected = utilDetect();
+          var options = { day: 'numeric', month: 'short', year: 'numeric' };
+          s = s.replace(/-/g, '/'); // fix browser-specific Date() issues
+          var d = new Date(s);
+          if (isNaN(d.getTime())) return null;
+          return d.toLocaleDateString(detected.locale, options);
+      }
+
+
+      noteComments.note = function(_) {
+          if (!arguments.length) return _note;
+          _note = _;
+          return noteComments;
+      };
+
+
+      return noteComments;
+  }
+
+  function uiNoteHeader() {
+      var _note;
+
+
+      function noteHeader(selection) {
+          var header = selection.selectAll('.note-header')
+              .data(
+                  (_note ? [_note] : []),
+                  function(d) { return d.status + d.id; }
+              );
+
+          header.exit()
+              .remove();
+
+          var headerEnter = header.enter()
+              .append('div')
+              .attr('class', 'note-header');
+
+          var iconEnter = headerEnter
+              .append('div')
+              .attr('class', function(d) { return 'note-header-icon ' + d.status; })
+              .classed('new', function(d) { return d.id < 0; });
+
+          iconEnter
+              .append('div')
+              .attr('class', 'preset-icon-28')
+              .call(svgIcon('#iD-icon-note', 'note-fill'));
+
+          iconEnter.each(function(d) {
+              var statusIcon = '#iD-icon-' + (d.id < 0 ? 'plus' : (d.status === 'open' ? 'close' : 'apply'));
+              iconEnter
+                  .append('div')
+                  .attr('class', 'note-icon-annotation')
+                  .call(svgIcon(statusIcon, 'note-annotation'));
+          });
+
+          headerEnter
+              .append('div')
+              .attr('class', 'note-header-label')
+              .text(function(d) {
+                  if (_note.isNew()) { return t('note.new'); }
+                  return t('note.note') + ' ' + d.id + ' ' +
+                      (d.status === 'closed' ? t('note.closed') : '');
+              });
+      }
+
+
+      noteHeader.note = function(_) {
+          if (!arguments.length) return _note;
+          _note = _;
+          return noteHeader;
+      };
+
+
+      return noteHeader;
+  }
+
+  function uiNoteReport() {
+      var _note;
+      var url = 'https://www.openstreetmap.org/reports/new?reportable_id=';
+
+      function noteReport(selection) {
+
+          if (!(_note instanceof osmNote)) return;
+
+          url += _note.id + '&reportable_type=Note';
+
+          var data = ((!_note || _note.isNew()) ? [] : [_note]);
+          var link = selection.selectAll('.note-report')
+              .data(data, function(d) { return d.id; });
+
+          // exit
+          link.exit()
+              .remove();
+
+          // enter
+          var linkEnter = link.enter()
+              .append('a')
+              .attr('class', 'note-report')
+              .attr('target', '_blank')
+              .attr('href', url)
+              .call(svgIcon('#iD-icon-out-link', 'inline'));
+
+          linkEnter
+              .append('span')
+              .text(t('note.report'));
+      }
+
+
+      noteReport.note = function(_) {
+          if (!arguments.length) return _note;
+          _note = _;
+          return noteReport;
+      };
+
+      return noteReport;
+  }
+
   function uiRadialMenu(context, operations) {
       var menu;
       var center = [0, 0];
 
   function coreContext() {
       var context = {};
-      context.version = '2.9.2';
+      context.version = '2.10.0';
 
       // create a special translation that contains the keys in place of the strings
       var tkeys = cloneDeep(en);
           return context;
       };
 
-      context.loadTiles = utilCallWhenIdle(function(projection, dimensions, callback) {
+      context.loadTiles = utilCallWhenIdle(function(projection, callback) {
           var cid;
           function done(err, result) {
               if (connection.getConnectionId() !== cid) {
           }
           if (connection && context.editable()) {
               cid = connection.getConnectionId();
-              connection.loadTiles(projection, dimensions, done);
+              connection.loadTiles(projection, done);
           }
       });
 
-      context.loadEntity = function(entityId, callback) {
+      context.loadEntity = function(entityID, callback) {
           var cid;
           function done(err, result) {
               if (connection.getConnectionId() !== cid) {
           }
           if (connection) {
               cid = connection.getConnectionId();
-              connection.loadEntity(entityId, done);
+              connection.loadEntity(entityID, done);
           }
       };
 
-      context.zoomToEntity = function(entityId, zoomTo) {
+      context.zoomToEntity = function(entityID, zoomTo) {
           if (zoomTo !== false) {
-              this.loadEntity(entityId, function(err, result) {
+              this.loadEntity(entityID, function(err, result) {
                   if (err) return;
-                  var entity = find$1(result.data, function(e) { return e.id === entityId; });
+                  var entity = find$1(result.data, function(e) { return e.id === entityID; });
                   if (entity) { map.zoomTo(entity); }
               });
           }
 
           map.on('drawn.zoomToEntity', function() {
-              if (!context.hasEntity(entityId)) return;
+              if (!context.hasEntity(entityID)) return;
               map.on('drawn.zoomToEntity', null);
               context.on('enter.zoomToEntity', null);
-              context.enter(modeSelect(context, [entityId]));
+              context.enter(modeSelect(context, [entityID]));
           });
 
           context.on('enter.zoomToEntity', function() {
               return [];
           }
       };
+
       context.activeID = function() {
           return mode && mode.activeID && mode.activeID();
       };
 
+      var _selectedNoteID;
+      context.selectedNoteID = function(noteID) {
+          if (!arguments.length) return _selectedNoteID;
+          _selectedNoteID = noteID;
+          return context;
+      };
+
 
       /* Behaviors */
       context.install = function(behavior) {
 
 
       copy: function(resolver, copies) {
-          if (copies[this.id])
-              return copies[this.id];
+          if (copies[this.id]) return copies[this.id];
 
           var copy = osmEntity$$1.prototype.copy.call(this, resolver, copies);
 
       unclose: function() {
           if (!this.isClosed()) return this;
 
-          var nodes = this.nodes.slice(),
-              connector = this.first(),
-              i = nodes.length - 1;
+          var nodes = this.nodes.slice();
+          var connector = this.first();
+          var i = nodes.length - 1;
 
           // remove trailing connectors..
           while (i > 0 && nodes.length > 1 && nodes[i] === connector) {
       // Consecutive duplicates are eliminated including existing ones.
       // Circularity is always preserved when adding a node.
       addNode: function(id, index) {
-          var nodes = this.nodes.slice(),
-              isClosed = this.isClosed(),
-              max = isClosed ? nodes.length - 1 : nodes.length;
+          var nodes = this.nodes.slice();
+          var isClosed = this.isClosed();
+          var max = isClosed ? nodes.length - 1 : nodes.length;
 
           if (index === undefined) {
               index = max;
       // Consecutive duplicates are eliminated including existing ones.
       // Circularity is preserved when updating a node.
       updateNode: function(id, index) {
-          var nodes = this.nodes.slice(),
-              isClosed = this.isClosed(),
-              max = nodes.length - 1;
+          var nodes = this.nodes.slice();
+          var isClosed = this.isClosed();
+          var max = nodes.length - 1;
 
           if (index === undefined || index < 0 || index > max) {
               throw new RangeError('index ' + index + ' out of range 0..' + max);
       // Replaces each occurrence of node id needle with replacement.
       // Consecutive duplicates are eliminated including existing ones.
       // Circularity is preserved.
-      replaceNode: function(needle, replacement) {
-          var nodes = this.nodes.slice(),
-              isClosed = this.isClosed();
+      replaceNode: function(needleID, replacementID) {
+          var nodes = this.nodes.slice();
+          var isClosed = this.isClosed();
 
           for (var i = 0; i < nodes.length; i++) {
-              if (nodes[i] === needle) {
-                  nodes[i] = replacement;
+              if (nodes[i] === needleID) {
+                  nodes[i] = replacementID;
               }
           }
 
       },
 
 
-      // Removes each occurrence of node id needle with replacement.
+      // Removes each occurrence of node id.
       // Consecutive duplicates are eliminated including existing ones.
       // Circularity is preserved.
       removeNode: function(id) {
-          var nodes = this.nodes.slice(),
-              isClosed = this.isClosed();
+          var nodes = this.nodes.slice();
+          var isClosed = this.isClosed();
 
           nodes = nodes
               .filter(function(node) { return node !== id; })
 
 
       copy: function(resolver, copies) {
-          if (copies[this.id])
-              return copies[this.id];
+          if (copies[this.id]) return copies[this.id];
 
           var copy = osmEntity$$1.prototype.copy.call(this, resolver, copies);
 
       return action;
   }
 
+  function actionDetachNode(nodeID) {
+
+      var action = function(graph) {
+          var node = graph.entity(nodeID);
+
+          // Create a new node to replace the one we will detach
+          var replacement = osmNode({ loc: node.loc });
+          graph = graph.replace(replacement);
+
+          // Process each way in turn, updating the graph as we go
+          graph = graph.parentWays(node)
+              .reduce(function(accGraph, parentWay) {
+                  return accGraph.replace(parentWay.replaceNode(nodeID, replacement.id));
+              }, graph);
+
+          // Process any relations too
+          return graph.parentRelations(node)
+              .reduce(function(accGraph, parentRel) {
+                  return accGraph.replace(parentRel.replaceMember(node, replacement));
+              }, graph);
+      };
+
+
+      action.disabled = function(graph) {
+          var node = graph.entity(nodeID);
+          var parentRels = graph.parentRelations(node);
+
+          for (var i = 0; i < parentRels.length; i++) {
+              var relation = parentRels[i];
+              if (!relation.isValidRestriction()) continue;
+
+              for (var j = 0; j < relation.members.length; j++) {
+                  var m = relation.members[j];
+                  if (m.id === nodeID && (m.role === 'via' || m.role === 'location_hint')) {
+                      return 'restriction';
+                  }
+              }
+          }
+
+          return false;
+      };
+
+
+      return action;
+  }
+
 
 
   var index$4 = /*#__PURE__*/Object.freeze({
     d3combobox: d3combobox,
-    d3geoTile: d3geoTile,
     d3keybinding: d3keybinding
   });
 
     actionStraighten: actionStraighten,
     actionUnrestrictTurn: actionUnrestrictTurn,
     actionReflect: actionReflect,
+    actionDetachNode: actionDetachNode,
     behaviorAddWay: behaviorAddWay,
     behaviorBreathe: behaviorBreathe,
     behaviorCopy: behaviorCopy,
     modeAddArea: modeAddArea$$1,
     modeAddLine: modeAddLine$$1,
     modeAddPoint: modeAddPoint$$1,
+    modeAddNote: modeAddNote$$1,
     modeBrowse: modeBrowse,
     modeDragNode: modeDragNode$$1,
+    modeDragNote: modeDragNote$$1,
     modeDrawArea: modeDrawArea,
     modeDrawLine: modeDrawLine,
     modeMove: modeMove$$1,
     modeRotate: modeRotate$$1,
     modeSave: modeSave$$1,
     modeSelect: modeSelect,
+    modeSelectNote: modeSelectNote$$1,
     operationCircularize: operationCircularize,
     operationContinue: operationContinue,
     operationDelete: operationDelete,
     operationRotate: operationRotate,
     operationSplit: operationSplit,
     operationStraighten: operationStraighten,
+    operationDetachNode: operationDetachNode,
     osmChangeset: osmChangeset,
     osmEntity: osmEntity$$1,
     osmNode: osmNode,
+    osmNote: osmNote,
     osmRelation: osmRelation,
     osmWay: osmWay,
     osmIntersection: osmIntersection,
     svgDebug: svgDebug$$1,
     svgDefs: svgDefs,
     svgGpx: svgGpx$$1,
+    svgMvt: svgMvt$$1,
     svgIcon: svgIcon,
     svgLabels: svgLabels,
     svgLayers: svgLayers,
     svgMapillaryImages: svgMapillaryImages$$1,
     svgMapillarySigns: svgMapillarySigns$$1,
     svgMidpoints: svgMidpoints$$1,
+    svgNotes: svgNotes$$1,
     svgOneWaySegments: svgOneWaySegments,
     svgOpenstreetcamImages: svgOpenstreetcamImages$$1,
     svgOsm: svgOsm,
     uiModal: uiModal,
     uiModes: uiModes,
     uiNotice: uiNotice,
+    uiNoteComments: uiNoteComments,
+    uiNoteEditor: uiNoteEditor$$1,
+    uiNoteHeader: uiNoteHeader,
+    uiNoteReport: uiNoteReport,
     uiPresetEditor: uiPresetEditor,
     uiPresetIcon: uiPresetIcon,
     uiPresetList: uiPresetList,
     utilStringQs: utilStringQs,
     utilSuggestNames: utilSuggestNames,
     utilTagText: utilTagText,
+    utilTiler: utilTiler,
     utilTriggerEvent: utilTriggerEvent,
     utilWrap: utilWrap,
     d3combobox: d3combobox,
-    d3geoTile: d3geoTile,
     d3keybinding: d3keybinding,
     validationDeprecatedTag: validationDeprecatedTag,
     validationDisconnectedHighway: validationDisconnectedHighway,
index a8b768802bc4469a417c314e0dd57e68d9bc74b0..3bdf4ef292e1d8d8a9bea3ee3346fb51a2c2392e 100644 (file)
@@ -1 +1 @@
-<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 60 60" id="iD-boundary" xmlns="http://www.w3.org/2000/svg"><path d="M30.5 51.5l-11-11 21-21 11 11z" fill="#58A9ED"/><path d="M19.5 40.5l-11-11 21-21 11 11z" fill="#8CD05F"/><path d="M20 41l10.5-10.5L41 20" fill="#FFF"/><path d="M20 41l10.5-10.5L41 20" stroke="#444" stroke-dasharray="2,1" fill="none"/><path d="M23 40a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#444"/><path d="M22 40a2 2 0 1 1-3.999.001A2 2 0 0 1 22 40z" fill="#FFF"/><path d="M43 20a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#444"/><path d="M42 20a2 2 0 1 1-3.999.001A2 2 0 0 1 42 20z" fill="#FFF"/><path d="M33 30a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#444"/><path d="M32 30a2 2 0 1 1-3.999.001A2 2 0 0 1 32 30z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-category-path" xmlns="http://www.w3.org/2000/svg"><path d="M22 41l3-11 3-11h4l3 11 3 11z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-category-rail" xmlns="http://www.w3.org/2000/svg"><path d="M23.5 18L22 19l-.469 2H18.25c-.554 0-.866.463-1 1L17 23c-.134.537.446 1 1 1h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2H24.031l.469-2-1-1zm-2 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17.938 3l-.468 2H17.25c-.554 0-.866.463-1 1L16 29c-.134.537.446 1 1 1h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.468-2h-2.5l.468 2H22.594l.468-2h-2.5zm-.062 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-20.344 3l-.468 2H16.25c-.554 0-.866.463-1 1L15 35c-.134.537.446 1 1 1h28c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.468-2h-2.5l.468 2H21.188l.468-2h-2.5zm.344 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm21 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-22.781 3L17 40l1.5 1 1-1 .719-3h-2.5zm22.562 0L41 40l1 1 1.5-1-.719-3h-2.5z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-category-roads" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 20l-2.875 6H18l-1 1v2h1.406L18 30v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 20zm1 3h13l1.5 4-1 1H23l-1-1zM21 31h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-category-water" xmlns="http://www.w3.org/2000/svg"><path d="M16.762 41s-.537-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75c.191-.904-.345-2.75-.345-2.75s-.537-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75C22.536 20.846 22 19 22 19h16.5s1.433 1.703 1.655 2.75c.191.904-.346 2.75-.346 2.75s-.536 1.846-.345 2.75c.222 1.047 1.655 2.75 1.655 2.75s1.433 1.703 1.655 2.75c.191.904-.346 2.75-.346 2.75s-.536 1.846-.345 2.75c.222 1.047 1.655 2.75 1.655 2.75z" fill="currentColor"/><path d="M17.966 32.759c-.215.8-.821 1.333-1.354 1.19-.534-.143-.792-.908-.578-1.708.214-.8.821-1.333 1.354-1.19.534.143.792.908.578 1.708zm1.833-10.009c.552-.957.418-2.068-.299-2.482-.717-.414-1.747.025-2.299.982-.552.957-.418 2.068.299 2.482.717.414 1.747-.025 2.299-.982zm21.623 3.958c-.214-.8.045-1.565.578-1.708.533-.143 1.14.39 1.354 1.19.215.8-.044 1.565-.578 1.708-.533.143-1.139-.39-1.354-1.19zm2.877 11.042c-.552-.957-.418-2.068.299-2.482.718-.414 1.747.025 2.299.982.552.957.419 2.068-.299 2.482-.717.414-1.747-.025-2.299-.982z" fill="currentColor" opacity=".5"/></symbol><symbol viewBox="0 0 60 60" id="iD-ferry-line" xmlns="http://www.w3.org/2000/svg"><path d="M25.666 26.974a5.991 5.991 0 0 1 3.695 1.339l.519.459h.1l.619-.559a5.773 5.773 0 0 1 6.871-.36l4.514-8.868-2.996-1.997v-7.09a3.077 3.077 0 0 0-2.996-2.897h-.999a1.878 1.878 0 0 0-1.997-1.997h-5.992a1.877 1.877 0 0 0-1.997 1.997h-.999a3.077 3.077 0 0 0-2.996 2.897v7.09l-2.996 1.997 4.494 9.048a5.853 5.853 0 0 1 3.156-1.059zM23.009 9.898a.938.938 0 0 1 .976-.9l.023.001h11.984a.94.94 0 0 1 .999.998v5.992L30 11.995l-6.991 3.894V9.898zm19.973 21.071v1.997a2.001 2.001 0 0 0-1.358.679 4.294 4.294 0 0 1-1.997 1.199 3.815 3.815 0 0 1-3.535-.739l-.779-.699a1.557 1.557 0 0 0-2.197 0c-.28.239-.54.499-.839.739a3.836 3.836 0 0 1-4.953-.14l-.779-.699c-.572-.5-1.426-.5-1.998 0-.379.3-.719.639-1.098.939a3.816 3.816 0 0 1-4.694-.12l-.619-.539a1.878 1.878 0 0 0-1.118-.62v-1.997a2.51 2.51 0 0 1 1.497.28c.556.344 1.084.731 1.578 1.158.41.447 1.028.637 1.618.499a1.85 1.85 0 0 0 .619-.319c.32-.24.58-.519.899-.779a3.835 3.835 0 0 1 4.894 0c.319.26.619.559.938.819.572.5 1.426.5 1.998 0 .319-.26.619-.559.938-.819a3.836 3.836 0 0 1 4.914 0c.299.26.579.539.878.779.572.5 1.426.5 1.998 0l.938-.819a3.577 3.577 0 0 1 2.257-.799zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 200 80" id="iD-graphic-areas" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h200v80H0z" fill="#FFF"/><path d="M128.955 27.415c-2.429 6.206-16.526 10.008-31.484 8.491-14.958-1.516-25.111-7.777-22.676-13.982 2.434-6.203 16.529-10.003 31.483-8.487 14.953 1.516 25.106 7.774 22.677 13.978z" fill="#7092FF"/><path d="M53 36L18 46v-6l35-10zM54 30.5v6L83 51v-6L54 30.5z" fill="#A9A9A9"/><path d="M173.5 28c-1.229 0-2.228.893-2.438 2.062A2.5 2.5 0 0 0 168 32.5c0 .639.23 1.214.625 1.656A2.514 2.514 0 0 0 167 36.5c0 1.381 1 2.5 2.5 2.5h.5l2 3.5v1.437c-1.479-.431-2.886-.88-4-1.437-5-2.5-9.434-6.983-15-7.5-6.041-.561-11.667 3.333-17.5 5-5.833 1.667-16.939 1.959-17.5 8l30 15 35-10c.326-3.505-3.708-6.987-8-8.219V42.5l2-3.5h.719C179 39.014 180 37.805 180 36.5c0-1.07-.68-1.987-1.625-2.344A2.46 2.46 0 0 0 179 32.5a2.5 2.5 0 0 0-3.062-2.438c-.21-1.169-1.209-2.062-2.438-2.062zM172 39h3l-1 2h-1z" fill="#8CD05F"/><path d="M18.5 46.5l30 15v-6l-30-15z" fill="#C1C1C1"/><path d="M18.5 46.5l30 15v-6l-30-15z" stroke="#FFF" stroke-width="2" fill="none"/><path d="M83.5 51.5l-35 10v-6l35-10z" fill="#C1C1C1"/><path d="M83.5 51.5l-35 10v-6l35-10z" stroke="#FFF" stroke-width="2" fill="none"/><path d="M18 46l30 15v-6L18 40zM83 51L48 61v-6l35-10z" fill="#A9A9A9"/><path d="M107 17s2.636 3.529 5.438 3.969C107.96 20.816 107 19 107 19s-.96 1.816-5.438 1.969C104.364 20.529 107 17 107 17zM93 19s2.636 3.529 5.438 3.969C93.96 22.816 93 21 93 21s-.96 1.816-5.438 1.969C90.364 22.529 93 19 93 19zM103 24s2.636 3.529 5.438 3.969C103.96 27.816 103 26 103 26s-.96 1.816-5.438 1.969C100.364 27.529 103 24 103 24z" fill="#FFF"/></symbol><symbol viewBox="0 0 200 80" id="iD-graphic-buildings" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h200v80H0z" fill="#FFF"/><path d="M20 58.544l24.051 10.127V47.152L20 37.025z" fill="#E16E5F"/><path d="M70 57.911l-25.949 10.76V47.152l13.291-12.025L70 37.025z" fill="#9F655C"/><path d="M20 37.025L34.557 25l22.785 10.127-13.291 12.025L20 37.025z" fill="#695757"/><path d="M70 37.025L34.557 25l22.785 10.127" fill="#4B4442"/><g fill="#695757"><path d="M29.494 62.342v-6.329l4.43 1.898v6.329l-4.43-1.898zM37.089 65.506v-6.329l4.43 1.899v6.329l-4.43-1.899zM21.899 59.177v-6.329l4.43 1.899v6.329l-4.43-1.899zM37.089 54.114v-6.329l4.43 1.899v6.329l-4.43-1.899zM29.494 50.949V44.62l4.43 1.899v6.329l-4.43-1.899zM21.899 47.785v-6.329l4.43 1.898v6.33l-4.43-1.899z"/></g><g fill="#554646"><path d="M52.278 64.873v-6.329l-4.43 1.899v6.329l4.43-1.899zM52.278 53.481v-6.329l-4.43 1.899v6.329l4.43-1.899zM59.873 61.709V55.38l-4.43 1.898v6.33l4.43-1.899zM59.873 50.316v-6.329l-4.43 1.899v6.329l4.43-1.899zM67.468 58.544v-6.329l-4.43 1.899v6.329l4.43-1.899zM67.468 47.152v-6.329l-4.43 1.899v6.329l4.43-1.899z"/></g><g><path d="M75.5 36.544l24.051 10.127V25.152L75.5 15.025z" fill="#E16E5F"/><path d="M125.5 35.911l-25.949 10.76V25.152l13.291-12.025 12.658 1.898z" fill="#9F655C"/><path d="M75.5 15.025L90.057 3l22.785 10.127-13.291 12.025L75.5 15.025z" fill="#695757"/><path d="M125.5 15.025L90.057 3l22.785 10.127" fill="#4B4442"/><g fill="#695757"><path d="M84.994 40.342v-6.329l4.43 1.898v6.329l-4.43-1.898zM92.589 43.506v-6.329l4.43 1.899v6.329l-4.43-1.899zM77.399 37.177v-6.329l4.43 1.899v6.329l-4.43-1.899zM92.589 32.114v-6.329l4.43 1.899v6.329l-4.43-1.899zM84.994 28.949V22.62l4.43 1.899v6.329l-4.43-1.899zM77.399 25.785v-6.329l4.43 1.898v6.33l-4.43-1.899z"/></g><g fill="#554646"><path d="M107.778 42.873v-6.329l-4.43 1.899v6.329l4.43-1.899zM107.778 31.481v-6.329l-4.43 1.899v6.329l4.43-1.899zM115.373 39.709V33.38l-4.43 1.898v6.33l4.43-1.899zM115.373 28.316v-6.329l-4.43 1.899v6.329l4.43-1.899zM122.968 36.544v-6.329l-4.43 1.899v6.329l4.43-1.899zM122.968 25.152v-6.329l-4.43 1.899v6.329l4.43-1.899z"/></g></g><g><path d="M130.5 58.544l24.051 10.127V47.152L130.5 37.025z" fill="#E16E5F"/><path d="M180.5 57.911l-25.949 10.76V47.152l13.291-12.025 12.658 1.898z" fill="#9F655C"/><path d="M130.5 37.025L145.057 25l22.785 10.127-13.291 12.025L130.5 37.025z" fill="#695757"/><path d="M180.5 37.025L145.057 25l22.785 10.127" fill="#4B4442"/><g fill="#695757"><path d="M139.994 62.342v-6.329l4.43 1.898v6.329l-4.43-1.898zM147.589 65.506v-6.329l4.43 1.899v6.329l-4.43-1.899zM132.399 59.177v-6.329l4.43 1.899v6.329l-4.43-1.899zM147.589 54.114v-6.329l4.43 1.899v6.329l-4.43-1.899zM139.994 50.949V44.62l4.43 1.899v6.329l-4.43-1.899zM132.399 47.785v-6.329l4.43 1.898v6.33l-4.43-1.899z"/></g><g fill="#554646"><path d="M162.778 64.873v-6.329l-4.43 1.899v6.329l4.43-1.899zM162.778 53.481v-6.329l-4.43 1.899v6.329l4.43-1.899zM170.373 61.709V55.38l-4.43 1.898v6.33l4.43-1.899zM170.373 50.316v-6.329l-4.43 1.899v6.329l4.43-1.899zM177.968 58.544v-6.329l-4.43 1.899v6.329l4.43-1.899zM177.968 47.152v-6.329l-4.43 1.899v6.329l4.43-1.899z"/></g></g></symbol><symbol viewBox="0 0 200 80" id="iD-graphic-lines" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h200v80H0z" fill="#FFF"/><path d="M140 50h40v3h-40zM146.762 46s-.536-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75c.191-.904-.345-2.75-.345-2.75s-.536-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75C152.536 25.846 152 24 152 24h16.5s1.433 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75s1.433 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75z" fill="#60D4DE"/><path d="M147.966 37.759c-.214.8-.821 1.333-1.354 1.19-.534-.143-.792-.908-.578-1.708.214-.8.821-1.333 1.354-1.19.534.143.792.908.578 1.708zM149.799 27.75c-.552.957-1.582 1.396-2.299.982-.717-.414-.851-1.525-.299-2.482.552-.957 1.582-1.396 2.299-.982.717.414.851 1.525.299 2.482zM171.422 31.708c.215.8.821 1.333 1.354 1.19.534-.143.793-.908.578-1.708-.214-.8-.821-1.333-1.354-1.19-.533.143-.792.908-.578 1.708zM174.299 42.75c.552.957 1.582 1.396 2.299.982.718-.414.851-1.525.299-2.482-.552-.957-1.581-1.396-2.299-.982-.717.414-.851 1.525-.299 2.482z" fill="#60D4DE" opacity=".5"/><path d="M182 51.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#60D4DE"/><path d="M181 51.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 181 51.5z" fill="#FFF"/><path d="M143 51.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#60D4DE"/><path d="M142 51.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 142 51.5z" fill="#FFF"/><g><path d="M93.5 23L92 24l-.469 2H88.25c-.554 0-.866.463-1 1L87 28c-.134.537.446 1 1 1h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2H94.031l.469-2-1-1zm-2 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17.938 3l-.468 2H87.25c-.554 0-.866.463-1 1L86 34c-.134.537.446 1 1 1h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.468-2h-2.5l.468 2H92.594l.468-2h-2.5zm-.062 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-20.344 3l-.468 2H86.25c-.554 0-.866.463-1 1L85 40c-.134.537.446 1 1 1h28c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.468-2h-2.5l.468 2H91.188l.468-2h-2.5zm.344 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm21 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-22.781 3L87 45l1.5 1 1-1 .719-3h-2.5zm22.562 0l.719 3 1 1 1.5-1-.719-3h-2.5zM80 50h40v3H80z" fill="#A9A9A9"/><path d="M114 51h5v1h-5zM103 51h5v1h-5zM92 51h5v1h-5zM81 51h5v1h-5z" fill="#FFF"/><path d="M122 51.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#A9A9A9"/><path d="M121 51.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 121 51.5z" fill="#FFF"/><path d="M83 51.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#A9A9A9"/><path d="M82 51.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 82 51.5z" fill="#FFF"/></g><g><path d="M32.5 25l-2.875 6H28l-1 1v2h1.406L28 35v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H53v-2l-1-1h-1.625L47.5 25zm1 3h13l1.5 4-1 1H33l-1-1zM31 36h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#A9A9A9"/><path d="M21 51h38v1H21z" fill="#7092FF"/><path d="M20.5 50a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="#A9A9A9"/><path d="M22.5 51c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35zM22 52.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 22 52.5zM61 52.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 61 52.5z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 200 80" id="iD-graphic-points" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h200v80H0z" fill="#FFF"/><path d="M170 31c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15zM100 31c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15zM30 31c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15zM135 11c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15zM65 11c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15z" fill="#7092FF"/><path d="M162 38c-.471 0-1 .5-1 1v7c0 2.216 1 5 5 5 .359 0 .686-.017 1-.062V48h-4s.5-2 3-2c.5 0 .697.075 1 .188V44c0-.916.365-1.682 1-2 1-.5 1.404-.298 2 0l1 .5V39c0-.5-.529-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zM169 43c-.471 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5v-7c0-.5-.529-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zM170 52h6s-.5 2-3 2-3-2-3-2zM98 38c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zm4 0a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zm-6 2a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zm4 0a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zm4 0a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zM92 45c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1zM24 36c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5V45c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5V48c0-.5-.5-1-1-1h-1zM134 18c-.554 0-1 .446-1 1v4h-4c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1zM59 18c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5V26h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5V24c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-bridleway" xmlns="http://www.w3.org/2000/svg"><path d="M29.5 6a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM43 9.156L40 13l-4.281 5H33l-1-.344V13c0-.554-.446-1-1-1h-3c-.554 0-1 .446-1 1v4h-6l-4 4-1 6h2l1-2 1-3 1-1.344v3.5L19 28.5V34c0 1 0 2 1.5 2s1.5-1 1.5-2v-5.5l1.156-2.5H25v2.5l2.5 6c.251.935.905 1.5 1.75 1.5.809 0 1.096-.876.75-2l-2-5.5v-2.312L31 27h4v7c0 .5 0 2 1.5 2s1.5-1.5 1.5-2v-7l5-9h2l2 1 1-1v-2l-4-3h-1zM27 18h3l3 3v4l-1 1-1-1v-3l-4-3zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-bus-guideway" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.416 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M24 11c-2.273 0-5 1.239-5 4.577V31s0 1.667 1.667 1.667v1.666s0 1.667 1.666 1.667C24 36 24 34.333 24 34.333v-1.666h11.667v1.666s0 1.667 1.666 1.667C39 36 39 34.333 39 34.333v-1.666s1.667 0 1.667-1.667V15.577c0-3.409-2.06-4.577-4.333-4.577H24zm.417 2.5H35.25a.416.416 0 1 1 0 .833H24.417a.416.416 0 1 1 0-.833zM22.333 16h15C39 16 39 17.611 39 17.611v5.056s0 1.666-1.667 1.666h-15c-1.666 0-1.666-1.666-1.666-1.666v-5s0-1.667 1.666-1.667zm0 11.667A1.666 1.666 0 1 1 22.334 31a1.666 1.666 0 0 1-.001-3.333zm15 0A1.666 1.666 0 1 1 37.334 31a1.666 1.666 0 0 1-.001-3.333zM44 33v1.5l5 1.875h4zM16 33v1.5l-5 1.875H7z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-cycleway" xmlns="http://www.w3.org/2000/svg"><path d="M23.594 14v2h.844L25 19h-2.5L17 29v1l1 1h11l7.563-9.469L40.5 30H42v-1l-6-13h3v-1l-1-1h-4v2l1.406 3h-8.343l-.563-3h2.094v-1l-1-1h-4zm-.094 7h2l2 8H19l4.5-8zm4 0h7L29 27.5 27.5 21zm-9 2a6.5 6.5 0 1 0 6 9h-2.25a4.473 4.473 0 0 1-3.75 2 4.5 4.5 0 0 1-4.5-4.5c0-2.324 1.77-4.199 4.031-4.438l1.125-2.031A6.463 6.463 0 0 0 18.5 23zm21.844 0l.937 2.094C43.392 25.466 45 27.283 45 29.5a4.5 4.5 0 0 1-9 0c0-1.374.623-2.581 1.594-3.406l-.875-1.875A6.492 6.492 0 0 0 34 29.5a6.5 6.5 0 1 0 6.5-6.5h-.156zm-17.657 1.531l-1 1.781c.467.467.805 1.054 1.032 1.688h2.093a6.522 6.522 0 0 0-2.125-3.469zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-footway" xmlns="http://www.w3.org/2000/svg"><path d="M32 14.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zM27 18h1.5l8.5 6.5V26h-1l-5-3.875V26l2 4 2 5-1 1h-1l-2-5-4-6v-4.656L24.5 22.5l-2 3.5H21v-1l1.5-3 4.5-4zm.844 10.406L25.531 36H24.5l-1-1 2.813-8.438zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-living-street" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 15l-2.875 6H18l-1 1v2h1.406L18 25v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 15zm1 3h13l1.5 4-1 1H23l-1-1zM21 26h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2zM16 32.625v1.5L11 36H7z" fill="#989898"/><path d="M18 12l-4 1.5v17.875L7 34V21.625l3-1.125v-4l-1 .375-2 .75V7z" fill="#B5B5B5"/><path d="M50 9l-1 1v2l1 1h2l1-1v-2l-1-1zm-1 5l-1 1-5 5h2.5l2.5-2.5V29h1l1-1v-6h2.188L53 26h4l1-1v-1h-3.406L54 21v-6l-1-1zm-4.5 11a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 44.5 25zM44 32.625v1.5L49 36h4z" fill="#989898"/><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.417 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-motorway" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M13 14L8 36h8.5l3-22H13zm8 0l-2.5 22H27l1-22h-7zm11 0l1 22h7.5L38 14h-6zm7.5 0l3 22H52l-5.5-22h-7z" fill="#444"/><path d="M42.75 20L42 16h2.875l.75 4zM38 33l-.5-4h-3l.5 4zm-26.5 0l.5-4h3l-.5 4zm11.75-13l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-motorway-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="aqa" gradientUnits="userSpaceOnUse" x1="-660.5" y1="157.987" x2="-662" y2="152.362" gradientTransform="translate(701 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M34 14l-9 22h11l1.156-7.625C35.72 27.032 34 25.193 34 24v-2l3.906 1.5 1.438-9.5H34z" fill="#B5B5B5"/><path d="M42 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S39 17.996 39 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#aqa)"/><path d="M19 36l11.359-22H25L8 36z" fill="#B5B5B5"/><path d="M32.5 33l1.25-4h-3l-1.25 4zm-10-12l2-3.5h3l-2 3.5z" fill="currentColor"/><g><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.651 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.081-3.469-4.89-6.094-7.844-7.375C28.354 39.32 27.717 39 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.062.25l.844-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-highway-path" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22 36l3-11 3-11h4l3 11 3 11z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-primary" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M17 14l-4 22h7l.281-2h1.938L22 36h7l.5-22h-5l-.344 3h-1.562L23 14h-6zm13.5 0l.5 22h7l-.219-2h1.938L40 36h7l-4.5-22H37l.406 3h-1.562l-.344-3h-5zm-8.031 4h1.562l-.312 3h-1.688l.438-3zm13.5 0h1.562l.438 3h-1.688l-.312-3zm-14.063 4h1.688l-.344 3H21.5l.406-3zm14.5 0h1.688l.406 3h-1.75l-.344-3zm-15.031 4h1.75l-.344 3h-1.812l.406-3zm15.5 0h1.75l.406 3h-1.812l-.344-3zm-16.063 4h1.876l-.344 3h-1.938l.406-3zm16.5 0h1.876l.406 3h-1.938l-.344-3z" fill="#444"/><path d="M19 33l.5-4h-3l-.5 4zm23-13l-.75-4h-2.875l.75 4zm-6 13l-.5-4h-3l.5 4zM25.25 20l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-primary-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="ata" gradientUnits="userSpaceOnUse" x1="-780.5" y1="157.987" x2="-782" y2="152.362" gradientTransform="translate(820 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M26 14L11 36h11l.844-2h1.968L24 36h11l1.156-7.625C34.72 27.032 33 25.193 33 24v-2l3.906 1.5 1.438-9.5H33l-1.219 3h-1.719l1.282-3H26zm3.656 4h1.719l-1.25 3h-1.75l1.281-3zm-1.719 4h1.782L28.5 25h-1.813l1.25-3zm-1.687 4h1.844l-1.219 3h-1.906l1.281-3zm-1.688 4h1.907l-1.25 3h-1.938l1.281-3z" fill="#B5B5B5"/><path d="M31.5 33l1.25-4h-3l-1.25 4zm-8-12l2-3.5h3l-2 3.5z" fill="currentColor"/><path d="M41 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S38 17.996 38 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#ata)"/><g><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.651 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.081-3.469-4.89-6.094-7.844-7.375C28.354 39.32 27.717 39 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.062.25l.844-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-highway-residential" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 15l-2.875 6H18l-1 1v2h1.406L18 25v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 15zm1 3h13l1.5 4-1 1H23l-1-1zM21 26h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#989898"/><path d="M42 12l4 1.5v17.875L53 34V21.625L50 20.5v-4l1 .375 2 .75V7zM44 32.625v1.5L49 36h4zM16 32.625v1.5L11 36H7zM18 12l-4 1.5v17.875L7 34V21.625l3-1.125v-4l-1 .375-2 .75V7z" fill="#B5B5B5"/><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-road" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.417 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22.375 36l3-11 3-11h4l3 11 3 11z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-secondary" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M22 14l-4 22h11l.5-22H22zm8.5 0l.5 22h11l-4.5-22h-7z" fill="#444"/><path d="M35 33l-.5-4h3l.5 4zM23.25 20l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-secondary-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="axa" gradientUnits="userSpaceOnUse" x1="-840.5" y1="157.987" x2="-842" y2="152.362" gradientTransform="translate(874 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M27 14l-9 22h11l1.156-7.625C28.72 27.032 27 25.193 27 24v-2l3.906 1.5 1.438-9.5H27z" fill="#B5B5B5"/><path d="M25.5 33l1.25-4h-3l-1.25 4z" fill="currentColor"/><path d="M35 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S32 17.996 32 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#axa)"/><g><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.65 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.081-3.469-4.89-6.094-7.844-7.375C28.354 39.32 27.717 39 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.063.25l.843-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-highway-service" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.416 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22.5 15l-2.875 6H18l-1 1v2h1.406L18 25v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 15zm1 3h13l1.5 4-1 1H23l-1-1zM21 26h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2zM44 32.625v1.5L49 36h4zM16 32.625v1.5L11 36H7z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-steps" xmlns="http://www.w3.org/2000/svg"><path d="M27 14v2l-1 2v2l-1 2v2l-1 2v2l-1 2v2l-1 2v2h16v-2l-1-2v-2l-1-2v-2l-1-2v-2l-1-2v-2l-1-2v-2h-6z" fill="currentColor" opacity=".496"/><path d="M23 32v-2h14v2zm15 4v-2H22v2zm-2-8v-2H24v2zm-1-4v-2H25v2zm-1-4v-2h-8v2zm-1-4v-2h-6v2zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M43 41h3v1h-3zm-10 1h3v-1h-3zm-10 0h3v-1h-3zm-10 0h3v-1h-3zm5 0h3v-1h-3zm10 0h3v-1h-3zm10 0h3v-1h-3z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-tertiary" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M22 14l-4 22h11l.031-2h1.938L31 36h11l-4.5-22h-7l.062 3h-1.125l.063-3H22zm7.406 4h1.188l.062 3h-1.312l.062-3zm-.093 4h1.375l.062 3h-1.5l.063-3zm-.094 4h1.562l.063 3h-1.688l.063-3zm-.094 4h1.75l.063 3h-1.875l.062-3z" fill="#444"/><path d="M35 33l-.5-4h3l.5 4zM23.25 20l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-tertiary-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="bba" gradientUnits="userSpaceOnUse" x1="-900.5" y1="157.987" x2="-902" y2="152.362" gradientTransform="translate(934 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M27 14l-1.219 3h-1.719l-.406 1h1.719l-1.25 3h-1.75l-.438 1h1.782L22.5 25h-1.813l-.437 1h1.844l-1.219 3h-1.906l-.407 1h1.907l-1.25 3h-1.938l-.437 1h1.968L18 36h11l1.156-7.625C28.72 27.032 27 25.193 27 24v-2l3.906 1.5 1.438-9.5H27z" fill="#B5B5B5"/><path d="M25.5 33l1.25-4h-3l-1.25 4z" fill="currentColor"/><path d="M35 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S32 17.996 32 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#bba)"/><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.65 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.254-3.766-5.288-6.347-8.645-7.963A2.391 2.391 0 0 0 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.063.25l.843-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-track" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.417 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M13.5 40v1H16v-1zm4.5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm-29.5 2v1H16v-1zm4.5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1z" fill="currentColor" opacity=".503"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M27 14l-6 22h6.5L29 14h-2zm4 0l1.5 22H39l-6-22h-2zM43 29v3.25l1 .375V29h-1zm-2 1v2.5l1 .375V30h-1zm6 0v3.75l.656.25H48v-4h-1zm-2 1v3l1 .375V31h-1zm4 1v3.5l1 .375V32h-1zM17 29v3.25l-1 .375V29h1zm2 1v2.5l-1 .375V30h1zm-6 0v3.75l-.656.25H12v-4h1zm2 1v3l-1 .375V31h1zm-4 1v3.5l-1 .375V32h1z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-trunk" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M15 14l-5 22h7.5l3-22H15zm7 0l-2.5 22H29l.5-22H22zm8.5 0l.5 22h9l-2.5-22h-7zm8.5 0l3 22h8l-5.5-22H39z" fill="#444"/><path d="M41.75 20L41 16h2.875l.75 4zM37 33l-.5-4h-3l.5 4zm-23.5 0l.5-4h3l-.5 4zm9.75-13l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-trunk-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="bea" gradientUnits="userSpaceOnUse" x1="-720.5" y1="157.987" x2="-722" y2="152.362" gradientTransform="translate(760 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M33 14l-9 22h11l1.156-7.625C34.72 27.032 33 25.193 33 24v-2l3.906 1.5 1.438-9.5H33zM22 36l9.359-22H26L11 36z" fill="#B5B5B5"/><path d="M31.5 33l1.25-4h-3l-1.25 4zm-8-12l2-3.5h3l-2 3.5z" fill="currentColor"/><path d="M41 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S38 17.996 38 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#bea)"/><g><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.651 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.081-3.469-4.89-6.094-7.844-7.375C28.354 39.32 27.717 39 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.062.25l.844-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-highway-unclassified" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M22.5 15l-2.875 6H18l-1 1v2h1.406L18 25v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 15zm1 3h13l1.5 4-1 1H23l-1-1zM21 26h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#989898"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-alert" xmlns="http://www.w3.org/2000/svg"><path d="M10.937 13.886a.324.324 0 0 0-.076-.22.264.264 0 0 0-.21-.086h-1.3a.292.292 0 0 0-.297.306v1.221c0 .088.029.159.089.211.06.052.128.078.208.078h1.3c.196 0 .293-.097.286-.289zm-.362-1.086c.078 0 .147-.03.207-.087a.281.281 0 0 0 .088-.203l.127-5.253a.27.27 0 0 0-.09-.202.279.279 0 0 0-.207-.087H9.298a.287.287 0 0 0-.295.289l.103 5.253c0 .077.029.144.088.203a.286.286 0 0 0 .206.087zm-.584-9.3c.185 0 .344.059.477.177.134.121.245.253.335.404l6.501 11.043c.058.088.104.182.14.284a.946.946 0 0 1 .056.328c0 .272-.108.468-.321.585a1.38 1.38 0 0 1-.685.179H3.504c-.242 0-.469-.059-.685-.179-.213-.117-.319-.313-.319-.585 0-.109.018-.219.049-.323.036-.105.083-.201.145-.289L9.181 4.081c.09-.151.2-.283.332-.404a.695.695 0 0 1 .478-.177" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-apply" xmlns="http://www.w3.org/2000/svg"><path d="M16.671 3.946c.499.311.754 1.144.383 1.727l-7 11.014a1.248 1.248 0 0 1-1.938.213l-4-4.005a1.25 1.25 0 1 1 1.768-1.77l2.898 2.902s5.672-8.945 6.163-9.697c.492-.753 1.227-.696 1.726-.384z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-area" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 6.5h7v7h-7v-7z" fill="currentColor" fill-opacity=".253"/><path d="M5.5 3A2.5 2.5 0 0 0 3 5.5c0 .958.543 1.788 1.333 2.208v4.584A2.502 2.502 0 0 0 3 14.5 2.5 2.5 0 0 0 5.5 17c.958 0 1.788-.543 2.208-1.333h4.584c.42.79 1.25 1.333 2.208 1.333a2.5 2.5 0 0 0 2.5-2.5c0-.958-.543-1.788-1.333-2.208V7.708A2.502 2.502 0 0 0 17 5.5 2.5 2.5 0 0 0 14.5 3c-.969 0-1.804.558-2.219 1.365l-.062-.032H7.708A2.502 2.502 0 0 0 5.5 3zm0 1.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm9 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM7.708 6.667h4.584c.234.441.6.807 1.041 1.041v4.584c-.441.234-.807.6-1.041 1.041H7.708a2.523 2.523 0 0 0-1.041-1.041V7.708c.441-.234.807-.6 1.041-1.041zM5.5 13.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm9 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-avatar" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 3C8 3 7 5 7 6v2c0 1 1 2.154 1 2.154V11l-1.692.385c-1.455.33-2.026 1.236-2.154 2.769L4 16h12l-.154-1.846c-.128-1.533-.7-2.439-2.154-2.769L12 11v-.846S13 9 13 8V6c0-1-1-3-2.5-3z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-backward" xmlns="http://www.w3.org/2000/svg"><path d="M12.87 4c1.103.079.691-.113 1.329.353.449.49.389 1.228-.136 1.648l-5.892 4.721 5.892 4.722c.525.42.585 1.158.136 1.648a1.31 1.31 0 0 1-1.762.127l-7-5.609a1.12 1.12 0 0 1 0-1.775l7-5.609L12.87 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-bug" xmlns="http://www.w3.org/2000/svg"><path d="M6 3v1l2 2.406V8h4V6.406L14 4V3h-1l-2 2H9L7 3H6zm1 6l-1 1H3l-1 1 1 1h3v1l-2 1-1 1v1h1l2-1 2 2h4l2-2 2 1h1v-1l-1-1-2-1v-1h3l1-1-1-1h-3l-1-1H7z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-close" xmlns="http://www.w3.org/2000/svg"><path d="M16.634 3.892c.394.424.488 1.278 0 1.765l-4.616 4.606 4.616 4.607a1.247 1.247 0 0 1 0 1.765 1.252 1.252 0 0 1-1.768 0l-4.616-4.607-4.616 4.606a1.251 1.251 0 0 1-1.768.001 1.247 1.247 0 0 1 0-1.765l4.616-4.607-4.616-4.606c-.488-.487-.417-1.356 0-1.764.417-.409 1.291-.424 1.768-.001.477.424 4.616 4.608 4.616 4.608s4.079-4.023 4.616-4.608c.537-.584 1.273-.458 1.768 0z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-collapse-screen" xmlns="http://www.w3.org/2000/svg"><path d="M9.357 10.404l-.359-.334-.411-.07-1.662.066-2.758.111a1 1 0 1 0 .08 1.998l1.496-.06-3.377 3.117A1.25 1.25 0 0 0 4.134 17l3.377-3.117-.06 1.496a1 1 0 1 0 1.998.079l.088-2.209.089-2.21c-.073-.462.014-.249-.269-.635zm.912-1.415c-.283-.386-.196-.173-.269-.635l.088-2.209.089-2.21a1 1 0 1 1 1.998.08l-.06 1.496 3.117-3.145A1.25 1.25 0 0 1 17 4.134l-3.117 3.144 1.496-.06a1 1 0 0 1 .079 1.999l-2.757.11-1.662.066-.412-.07-.358-.334z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-data" xmlns="http://www.w3.org/2000/svg"><path d="M9 2L8 3v1.594L3.594 9H2l-1 1v2l1 1h2l1-1v-1.594L9.406 6H11l1-1V3l-1-1zm2 11v2l1 1h2l1-1v-2l-1-1h-2zm0-4l1 1h2l1-1h2l1 1v2l-1 1v2l1 1v2l-1 1h-2l-1-1h-2l-1 1H9l-1-1v-2l1-1v-2l-1-1v-2l1-1z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-down" xmlns="http://www.w3.org/2000/svg"><path d="M10 14.999c.453.015.695-.094.949-.336.254-.243 5.25-5.855 6-6.692a1.159 1.159 0 0 0-.136-1.685 1.29 1.29 0 0 0-1.762.13c-3.684 4.108-4.368 4.82-5.051 5.583-4.301-4.797-4.301-4.747-5.051-5.583a1.29 1.29 0 0 0-1.762-.13 1.159 1.159 0 0 0-.136 1.685c5.25 5.855 5.715 6.371 6 6.692.261.226.496.32.949.336z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-edit" xmlns="http://www.w3.org/2000/svg"><path d="M15.264 3.139l-2.002-1.146c-.505-.292-1.171-.148-1.493.318l-.802 1.15 3.836 2.202.823-1.053c.292-.578.141-1.181-.368-1.471h.006zM4.171 13.32l3.831 2.191 6.236-9.044-3.81-2.19-6.257 9.044v-.001zm-.585 2.782L3.5 18.158l2-.965 1.857-.894-3.696-2.115-.078 1.917.003.001z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-forward" xmlns="http://www.w3.org/2000/svg"><path d="M6.63 4c-1.103.079-.691-.113-1.329.353a1.117 1.117 0 0 0 .136 1.648l5.892 4.721-5.892 4.722a1.117 1.117 0 0 0-.136 1.648 1.31 1.31 0 0 0 1.762.127l7-5.609a1.12 1.12 0 0 0 0-1.775l-7-5.609L6.63 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-full-screen" xmlns="http://www.w3.org/2000/svg"><path d="M2.269 2.404l.358-.334.412-.07 1.662.066a94607415651545260 94607415651545260 0 0 0 2.678 2.109l-1.496-.06L9 7.232A1.25 1.25 0 0 1 7.232 9L4.115 5.883l.06 1.496a1 1 0 1 1-1.998.079l-.089-2.209L2 3.039c.073-.462-.014-.249.269-.635zm15.722 0c.283.386.195.173.269.635l-.089 2.21-.088 2.209a1 1 0 1 1-1.998-.079l.059-1.496L12.768 9A1.25 1.25 0 0 1 11 7.232l3.377-3.117-1.496.06a1 1 0 1 1-.08-1.998l2.758-.111L17.221 2l.411.07.359.334zM2.269 17.856c-.283-.387-.196-.174-.269-.636l.088-2.209.089-2.21a1 1 0 1 1 1.998.08l-.06 1.496 3.117-3.145A1.25 1.25 0 0 1 9 13l-3.117 3.144 1.496-.06a1 1 0 0 1 .079 1.999l-2.757.11-1.662.067-.412-.071-.358-.333zm15.722 0c.283-.387.195-.174.269-.636l-.089-2.209-.088-2.21a1 1 0 1 0-1.998.08l.059 1.496L12.768 11A1.25 1.25 0 0 0 11 12.768l3.377 3.376-1.496-.06a1 1 0 0 0-.08 1.999l2.758.11 1.662.067.411-.071.359-.333z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-geolocate" xmlns="http://www.w3.org/2000/svg"><path d="M14.947 3.743c.678 0 1.435.793 1.213 1.721l-4.4 11c-.511 1.278-2.41.912-2.41-.464v-6H4c-1.413 0-1.741-1.977-.403-2.433 0 0 10.672-3.824 11.35-3.824z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-help" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 1l1 1v14l-1 1V2H5l-.5 1h11v15l-1 1H3V3l1-2h12.5zm-6.1 12.844H8.202V16H10.4v-2.156zM9.35 5.766q-.77 0-1.393.259t-1.064.721q-.441.462-.686 1.092-.245.63-.259 1.386h2.058q0-.378.084-.707.084-.329.259-.574.175-.245.448-.392.273-.147.651-.147.56 0 .875.308.315.308.315.952.014.378-.133.63-.147.252-.385.462-.238.21-.518.42t-.532.497q-.252.287-.441.693-.189.406-.231 1.008v.63h1.89v-.532q.056-.42.273-.7.217-.28.497-.497.28-.217.595-.434.315-.217.574-.525.259-.308.434-.742t.175-1.106q0-.406-.175-.875t-.581-.875q-.406-.406-1.071-.679-.665-.273-1.659-.273z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-inspect" xmlns="http://www.w3.org/2000/svg"><path d="M10.452 3q.563 0 .963.4.399.4.399.971 0 .563-.399.962-.4.4-.972.4-.562 0-.962-.4-.4-.399-.4-.962 0-.571.4-.971t.971-.4zM8 15.744v-.729q.993-.036 1.147-.123s.145-.102.198-.493c.18-1.008.211-3.337.017-4.983a1.51 1.51 0 0 0-.11-.628q-.109-.119-.593-.137L8 8.625v-.677q2.118-.158 3.489-.747l.22.176q-.123 1.679-.123 4.887 0 1.854.061 2.241.044.272.163.351.119.08 1.156.159v.729q-1.591-.053-2.461-.053-.466 0-2.505.053z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-layers" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 3L3 6v1l6.5 3h1L17 7V6l-6.5-3h-1zM4.094 9.5L3 10v1l6.5 3h1l6.5-3v-1l-1.094-.5L10.5 12h-1L4.094 9.5zm0 4L3 14v1l6.5 3h1l6.5-3v-1l-1.094-.5L10.5 16h-1l-5.406-2.5z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-line" xmlns="http://www.w3.org/2000/svg"><path d="M14.558 3a2.442 2.442 0 0 0-2.442 2.442c0 .246.045.478.112.702l-6.084 6.084a2.432 2.432 0 0 0-.702-.112 2.442 2.442 0 1 0 2.442 2.442c0-.246-.045-.478-.112-.702l6.084-6.084c.224.067.456.112.702.112a2.442 2.442 0 0 0 0-4.884zm0 1.465a.976.976 0 1 1 .001 1.953.976.976 0 0 1-.001-1.953zm-9.116 9.116a.978.978 0 1 1-.001 1.955.978.978 0 0 1 .001-1.955z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-load" xmlns="http://www.w3.org/2000/svg"><path d="M16 8.606c.69 0 1.25.553 1.25 1.235v5.925c0 .681-.56 1.234-1.25 1.234H4c-.69 0-1.25-.553-1.25-1.234V9.841c0-.682.56-1.235 1.25-1.235s1.25.553 1.25 1.235v4.69h9.5v-4.69c0-.682.56-1.235 1.25-1.235z" fill="currentColor"/><path d="M10.009 12.498c.391.031.688-.249.688-.249s2.66-2.704 3.051-3.198c.34-.429.35-1.02-.056-1.388a1.015 1.015 0 0 0-1.415.056l-1.017 1.08V3.228A1.24 1.24 0 0 0 10.009 2a1.24 1.24 0 0 0-1.252 1.228v5.571l-1.016-1.08a1.015 1.015 0 0 0-1.415-.056.961.961 0 0 0-.057 1.388c.58.587 3.067 3.198 3.067 3.198s.282.218.673.249z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-minus" xmlns="http://www.w3.org/2000/svg"><path d="M15 8.75a1.25 1.25 0 0 1 0 2.5H5a1.25 1.25 0 0 1 0-2.5h10z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-more" xmlns="http://www.w3.org/2000/svg"><path d="M16 12a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 12zm-6 0a2 2 0 1 0 .001-3.999A2 2 0 0 0 10 12zm-6 0a2 2 0 1 0 .001-3.999A2 2 0 0 0 4 12z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-nearby" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="cbb"><path d="M9.5 4C12.543 4 15 6.457 15 9.5S12.543 15 9.5 15A5.493 5.493 0 0 1 4 9.5C4 6.457 6.457 4 9.5 4z"/></clipPath><clipPath id="cba"><path d="M9.5 4C12.543 4 15 6.457 15 9.5S12.543 15 9.5 15A5.493 5.493 0 0 1 4 9.5C4 6.457 6.457 4 9.5 4z"/></clipPath></defs><image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAQhJREFUGBlNkUluhTAQRL8nxgUSZ4AVV8m1cpucjMAOMdrm97M+UZBacrurqouy6rrux3uvz/M01HEcZts2d13Xt5ztuq72mVnnXFRKvfhijC8BaelvEVAC1iGER0gDDlrrKGUgMNz33coRsOEsAobtNs/zIIpKQNEYEyEA+JCc2HDSGzC2KArPepSE6Muy9DTjOFbTNJWimIDcmb7vv7Isi9ip69o3TXMMw/ArM8VqLPzZEGU831jAUlVVV9u22zzPJWr0CDFPnvlBUsGS2Lggobosi4Mg9yqBYVlro1gJFKRPdBoCiUAQTEjRAXgKomxinmIkd2zSp0dhxb+6UZaPOJUkxcMk8BvNntGWzlp0zgAAAABJRU5ErkJggg==" preserveAspectRatio="none" x="4" y="4" width="11" height="11" clip-path="url(#cba)"/><g clip-path="url(#cbb)"><path d="M15 9.5A5.5 5.5 0 0 1 9.5 15V9.5zM9.5 16V9.5L14 14zm0-6.5V15A5.5 5.5 0 0 1 4 9.5zm0 0V4A5.5 5.5 0 0 0 4 9.5zm-6.688 0L5.5 14l4-4.5zM9.5 3v6.5L5 5z" fill="#1A1A1A" opacity=".2"/></g><path d="M9 4h1v6H9zm.5-1A6.508 6.508 0 0 0 3 9.5C3 13.084 5.916 16 9.5 16S16 13.084 16 9.5 13.084 3 9.5 3zm0-1a7.5 7.5 0 1 1 0 15 7.5 7.5 0 0 1 0-15z" fill="#1A1A1A"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-no" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 2.065A5.935 5.935 0 0 1 15.935 10a5.91 5.91 0 0 1-1.08 3.403L6.597 5.145A5.91 5.91 0 0 1 10 4.065zM5.145 6.597l8.258 8.258A5.91 5.91 0 0 1 10 15.935 5.935 5.935 0 0 1 4.065 10a5.91 5.91 0 0 1 1.08-3.403z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-out-link" xmlns="http://www.w3.org/2000/svg"><path d="M10.13 3.582s-.064.302-.089.577c-.025.274-.07.977-.008 1.337.062.361.146.616.146.616H4.932a.373.373 0 0 0-.282.117.374.374 0 0 0-.12.287v7.308c0 .116.035.202.118.284.084.084.171.12.284.12h8.522a.385.385 0 0 0 .292-.123.361.361 0 0 0 .12-.281v-3.7l.802.606c.177.134.371.24.581.318.216.078.435.121.662.127l.485.014v2.635c0 .402-.081.786-.243 1.148a3.077 3.077 0 0 1-1.553 1.55 2.812 2.812 0 0 1-1.146.236H4.932c-.399 0-.783-.078-1.146-.236a2.94 2.94 0 0 1-.93-.636 3.141 3.141 0 0 1-.62-.921A2.82 2.82 0 0 1 2 13.824V6.516c0-.4.078-.782.235-1.147.156-.357.364-.665.625-.927.261-.261.572-.469.926-.622a2.818 2.818 0 0 1 1.146-.238h5.198zm6.526 0h-4.565a.964.964 0 0 0-.673.271.885.885 0 0 0-.276.729l-.003.634c.001.26.091.496.269.678a.929.929 0 0 0 .683.281h.927l-5.253 5.268a.902.902 0 0 0-.276.684.96.96 0 0 0 .273.668l.627.635a.974.974 0 0 0 .686.275.933.933 0 0 0 .674-.272l5.266-5.252v.92a.943.943 0 0 0 .959.95h.682c.217.024.465-.069.66-.258a.942.942 0 0 0 .292-.692V4.534c0-.25-.099-.48-.279-.663a.921.921 0 0 0-.673-.289z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-plus" xmlns="http://www.w3.org/2000/svg"><path d="M10 3.75c.69 0 1.25.56 1.25 1.25v3.75H15a1.25 1.25 0 0 1 0 2.5h-3.75V15a1.25 1.25 0 0 1-2.5 0v-3.75H5a1.25 1.25 0 0 1 0-2.5h3.75V5c0-.69.56-1.25 1.25-1.25z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-point" xmlns="http://www.w3.org/2000/svg"><path d="M10 3C6.686 3 4 5.612 4 8.833 4 12.055 10 17 10 17s6-4.945 6-8.167C16 5.612 13.314 3 10 3zm.187 3.5c1.326 0 2.4 1.045 2.4 2.333 0 1.289-1.074 2.334-2.4 2.334-1.325 0-2.4-1.045-2.4-2.334 0-1.288 1.075-2.333 2.4-2.333z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-redo" xmlns="http://www.w3.org/2000/svg"><path d="M12.928 3.208c.254.225 2.844 2.625 3.25 3a1 1 0 0 1 0 1.469l-3.25 3a1 1 0 1 1-1.356-1.469l1.089-1.006c-1.302.017-1.708.017-3.075.231-2.044.428-3.086 1.333-3.086 3.01 0 1.97 1.091 2.842 3.376 3.141 3.117.096 3.209.095 3.374.095a1.25 1.25 0 1 1 0 2.5c-1.97.027-2.762.007-3.698-.116C6.16 16.619 4 14.892 4 11.443c0-3.076 1.999-4.814 5.074-5.457 0 0 1.895-.283 3.569-.287-.333-.349-.721-.662-1.071-1.022-.422-.432-.446-.954-.057-1.413.306-.36 1.105-.329 1.413-.056z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-relation" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 3a2.5 2.5 0 1 1 0 5c-1.011-.03-1.849-.571-2.24-1.5H8.029l3.998 3.748c.625-.263.3-.18.973-.248a2.5 2.5 0 1 1-2.5 2.5c.061-.605-.015-.348.169-.784L6.5 7.808v4.451c.99.334 1.403 1.275 1.5 2.241a2.5 2.5 0 1 1-5 0c.03-1.011.571-1.849 1.5-2.24V7.74C3.51 7.407 3.097 6.465 3 5.5A2.5 2.5 0 0 1 5.5 3c1.011.03 1.85.571 2.24 1.5h4.52c.333-.99 1.275-1.403 2.24-1.5zm-9 10.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm7.5-2a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-7.5-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-save" xmlns="http://www.w3.org/2000/svg"><path d="M16 8.606c.69 0 1.25.553 1.25 1.235v5.925c0 .681-.56 1.234-1.25 1.234H4c-.69 0-1.25-.553-1.25-1.234V9.841c0-.682.56-1.235 1.25-1.235s1.25.553 1.25 1.235v4.69h9.5v-4.69c0-.682.56-1.235 1.25-1.235z" fill="currentColor"/><path d="M10.009 2.002c.391-.031.688.249.688.249s2.66 2.704 3.051 3.198c.34.429.35 1.02-.056 1.388a1.015 1.015 0 0 1-1.415-.056l-1.017-1.08v5.571a1.24 1.24 0 0 1-1.251 1.228 1.24 1.24 0 0 1-1.252-1.228V5.701l-1.016 1.08a1.015 1.015 0 0 1-1.415.056.961.961 0 0 1-.057-1.388c.58-.587 3.067-3.198 3.067-3.198s.282-.218.673-.249z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-search" xmlns="http://www.w3.org/2000/svg"><path d="M8.66 2.75a5.91 5.91 0 0 1 5.909 5.91c-.192 1.908-.134 1.73-.958 3.183l3.273 3.273a1.25 1.25 0 0 1-1.768 1.768l-3.273-3.273c-1.546.668-1.732.934-3.183.958-3.06.052-5.91-2.646-5.91-5.909a5.91 5.91 0 0 1 5.91-5.91zm0 2.5a3.41 3.41 0 1 0 0 6.82 3.41 3.41 0 0 0 0-6.82z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-translate" xmlns="http://www.w3.org/2000/svg"><path d="M14.429 2.256c.25-.004.431.128.433.392l.009 1.628c2.098-.297 2.664-.377 2.701-.384.237-.041.42.029.478.296l.172.898c.051.239-.037.465-.303.51l-3.035.524.01 1.431c1.992-.003 3.664.853 4.518 2.674.778 2.131-.357 4.804-2.732 6.44-.164.113-.412.123-.569-.066l-.572-.699a.38.38 0 0 1 .082-.553c1.222-.915 2.923-3.073 2.084-4.723-.952 2.339-2.776 4.028-5.355 4.011-1.434-.175-2.362-1.199-2.362-2.728 0-1.056.43-2.111 1.18-2.899.539-.59 1.257-.955 2.004-1.205l-.024-1.382-2.404.415c-.228.039-.414-.08-.459-.292a156.61 156.61 0 0 0-.191-1.08c-.056-.257.121-.393.34-.43l2.684-.464-.027-1.907c-.005-.237.164-.389.394-.392l.944-.014zm-1.223 7.33c-1.128.617-1.449 1.674-1.445 2.321.005.624.218 1.034.65 1.088.638.007.353.044.859-.069l-.064-3.34zm1.697-.39l-.032 2.877c1.223-.589 1.879-2.495 1.63-2.577-.501-.215-.89-.274-1.598-.3zM5.301 7.603l1.003 3.64H4.297l1.004-3.64zm.897-2.306H4.403a.428.428 0 0 0-.417.306L.769 15.763c-.066.211.06.396.296.396H2.66c.172 0 .296-.086.344-.244l.873-2.876h2.847l.874 2.877c.048.157.171.243.344.243h1.595c.236 0 .362-.186.296-.396L6.615 5.603c-.21-.298-.07-.196-.417-.306z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-undo" xmlns="http://www.w3.org/2000/svg"><path d="M7.572 3.208c-.254.225-2.844 2.625-3.25 3a1 1 0 0 0 0 1.469l3.25 3a1 1 0 1 0 1.356-1.469L7.839 8.202c1.302.017 1.708.017 3.075.231C12.958 8.861 14 9.766 14 11.443c0 1.97-1.091 2.842-3.376 3.141-3.117.096-3.209.095-3.374.095a1.25 1.25 0 1 0 0 2.5c1.97.027 2.761.007 3.698-.116 3.392-.444 5.552-2.171 5.552-5.62 0-3.076-1.999-4.814-5.074-5.457 0 0-1.895-.283-3.569-.287.333-.349.721-.662 1.071-1.022.422-.432.446-.954.057-1.413-.306-.36-1.105-.329-1.413-.056z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-up" xmlns="http://www.w3.org/2000/svg"><path d="M10 6c.453-.016.695.093.949.336.254.242 5.25 5.855 6 6.691a1.158 1.158 0 0 1-.136 1.685 1.29 1.29 0 0 1-1.762-.129C11.367 10.474 10.683 9.763 10 9c-4.301 4.797-4.301 4.746-5.051 5.583a1.29 1.29 0 0 1-1.762.129 1.158 1.158 0 0 1-.136-1.685c5.25-5.855 5.715-6.371 6-6.691.261-.227.496-.32.949-.336z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-vertex" xmlns="http://www.w3.org/2000/svg"><path d="M10 7a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 1.8a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-features" xmlns="http://www.w3.org/2000/svg"><path d="M67.531 11c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.715-15-15-15zM68 20a6 6 0 1 1 0 12 6 6 0 0 1 0-12zM83.5 48a7.5 7.5 0 0 0-7.5 7.5c0 .756.136 1.468.344 2.156L57.656 76.344c-.688-.208-1.4-.344-2.156-.344a7.5 7.5 0 1 0 7.5 7.5c0-.756-.136-1.468-.344-2.156l18.688-18.688c.688.208 1.4.344 2.156.344a7.5 7.5 0 0 0 0-15zm0 4.5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-28 28a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM16.5 33A7.5 7.5 0 0 0 9 40.5c0 2.873 1.628 5.365 4 6.625v13.75c-2.372 1.26-4 3.752-4 6.625a7.5 7.5 0 0 0 7.5 7.5c2.873 0 5.365-1.628 6.625-4h13.75c1.26 2.372 3.752 4 6.625 4a7.5 7.5 0 0 0 7.5-7.5c0-2.873-1.628-5.365-4-6.625v-13.75c2.372-1.26 4-3.752 4-6.625a7.5 7.5 0 0 0-7.5-7.5c-2.908 0-5.412 1.675-6.656 4.094L36.656 37H23.125c-1.26-2.372-3.752-4-6.625-4zm0 4.5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm27 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM23.125 44h13.75A7.59 7.59 0 0 0 40 47.125v13.75A7.59 7.59 0 0 0 36.875 64h-13.75A7.59 7.59 0 0 0 20 60.875v-13.75A7.59 7.59 0 0 0 23.125 44zM16.5 64.5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm27 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-osm" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l7.813 20.5L4 46l7.813 20.531L4 87.031l4.813 1.844 26.031-26.063 4.687.719 5.688-5.687c-3.349-3.88-5.88-8.512-7.25-13.625l2.687-2.157a31.357 31.357 0 0 1-.718-6.593c0-11.278 6.012-21.192 15-26.688L45.031 5 24.5 12.813 4 5zm67.094 4.313c-14.36 0-26 11.64-26 25.999 0 14.36 11.64 26 26 26 14.359 0 26-11.64 26-26 0-14.359-11.641-25.999-26-25.999zm20.062 50.156c-5.421 4.518-12.38 7.25-19.968 7.25-2.258 0-4.471-.261-6.594-.719l-2.156 2.656c-4.856-1.301-9.307-3.589-13.063-6.687L43.5 67.844l.719 4.344-21.813 21.843 2.094.813 20.531-7.813 20.5 7.813 20.5-7.813 7.813-20.5-2.688-7.062z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-reset" xmlns="http://www.w3.org/2000/svg"><path d="M20 17l-3 3v5l25 25-25 25v5l3 3h5l25-25 25 25h5l3-3v-5L58 50l25-25v-5l-3-3h-5L50 42 25 17h-5z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-restore" xmlns="http://www.w3.org/2000/svg"><path d="M50 11l-2 2v5.063C29.66 19.114 15 34.406 15 53c0 19.271 15.729 35 35 35s35-15.729 35-35c0-11.666-5.767-22.037-14.594-28.406l-7.187 7.187C70.301 36.179 75 43.999 75 53c0 13.866-11.134 25-25 25S25 66.866 25 53a24.91 24.91 0 0 1 23-24.906V33l2 2h3l12-12-12-12h-3z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-walkthrough" xmlns="http://www.w3.org/2000/svg"><path d="M5 8v74.656L27.5 93 50 83l22.5 10L95 82.656V8L72.5 18 50 8 27.5 18 5 8zm57.406 23.594L68 37.188l5.594-5.594 2.462 3.162L70.812 40l5.594 5.594-3.162 2.462L68 42.812l-5.594 5.594-3.087-2.975L65.188 40l-5.594-5.594zM37.219 43.906c3.029.265 6.039 1.325 8.375 3.313L42.688 50c-1.698-1.267-3.776-1.938-5.875-2.125l.406-3.969zm-4.844.375c.234 1.256 1.333 2.866 1.281 3.813-1.979 1.001-3.282 2.996-4.406 4.75l-3.149-2.517c1.596-2.427 3.51-4.892 6.274-6.046zm33.469 6.281l3.687 1.594c-.855 2.635-2.059 5.2-3.875 7.313l-2.781-2.907c1.38-1.775 2.315-3.857 2.969-6zm-17.219.094c1.53 2.213 2.46 4.763 3.844 7.063L48.875 59.5c-1.262-2.168-2.153-4.558-3.594-6.625l3.344-2.219zm-24.75 3.813l3.438 2.031c-.947 2.154-1.829 4.383-2.532 6.594l-3.668-1.662c.791-2.367 1.69-4.708 2.762-6.963zm36.25 4.625l1.6 3.681c-2.719 1.522-6.257 2.083-9.131.663l2.168-3.412c1.769.544 3.846.007 5.363-.932z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-multipolygon" xmlns="http://www.w3.org/2000/svg"><path d="M21 21h18v18H21z" fill="#FFF"/><path d="M21 21h18v18H21z" stroke="#AAA" stroke-dasharray="2,1" fill="none"/><path d="M42 20.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" opacity=".2"/><path d="M41 20.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M24 38.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" opacity=".2"/><path d="M23 38.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M24 20.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" opacity=".2"/><path d="M23 20.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M42 38.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" opacity=".2"/><path d="M41 38.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-circularize" xmlns="http://www.w3.org/2000/svg"><path d="M7.026 2.563c-1.329.531-2.444 1.419-3.312 2.531.071.018.15.009.219.031.52.169.941.49 1.281.875A6.16 6.16 0 0 1 7.37 4.375a2.953 2.953 0 0 1-.375-1.406c0-.14.012-.271.031-.406zm5.938 0c.019.135.031.266.031.406 0 .509-.147.984-.375 1.406A6.16 6.16 0 0 1 14.776 6c.34-.385.761-.706 1.282-.875.067-.022.146-.039.218-.062a7.967 7.967 0 0 0-3.312-2.5zM2.026 10.781a7.993 7.993 0 0 0 1.344 3.688c.054-.096.122-.191.188-.281.298-.411.69-.723 1.125-.938a6.262 6.262 0 0 1-.844-2.437 3.026 3.026 0 0 1-1.781-.032c-.009-.003-.023.003-.032 0zm15.907 0a3.021 3.021 0 0 1-1.782.031 6.276 6.276 0 0 1-.843 2.438c.438.204.821.519 1.125.938.065.09.133.185.187.281a7.993 7.993 0 0 0 1.344-3.688c-.009.003-.022-.003-.031 0zm-8.938 5.344a2.983 2.983 0 0 1-.562 1.594c-.027.037-.066.058-.094.093.54.116 1.082.188 1.656.188.574 0 1.116-.072 1.656-.188-.028-.035-.066-.056-.093-.093a2.976 2.976 0 0 1-.563-1.594 6.095 6.095 0 0 1-1 .094c-.345 0-.671-.041-1-.094z" fill="#7092FF"/><path d="M9.995.956a2 2 0 1 0-.001 3.999A2 2 0 0 0 9.995.956zm-7.156 5a2.009 2.009 0 0 1 2.062 2.625A2.009 2.009 0 0 1 2.37 9.862a2.01 2.01 0 0 1-1.281-2.531 2.024 2.024 0 0 1 1.75-1.375zm13.937 0a2.01 2.01 0 0 1 .844 3.906 2.01 2.01 0 0 1-2.531-1.281A2.01 2.01 0 0 1 16.37 6.05a2.11 2.11 0 0 1 .406-.094zm-10.718 8a2.05 2.05 0 0 1 1.125.375 2.022 2.022 0 0 1 .437 2.812 2.021 2.021 0 0 1-2.812.438 2.022 2.022 0 0 1-.438-2.813 1.988 1.988 0 0 1 1.688-.812zm7.875 0a1.988 1.988 0 0 1 1.687.812 2.023 2.023 0 0 1-.437 2.813 2.022 2.022 0 0 1-2.813-.438 2.021 2.021 0 0 1 .438-2.812c.335-.243.74-.362 1.125-.375z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-continue" xmlns="http://www.w3.org/2000/svg"><path d="M14 4a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm-1 2h2v3h3v2h-3v3h-2v-3h-3V9h3V6zM5 9v2h2V9H5z" fill="currentColor"/><path d="M2 8a2 2 0 1 0-.001 3.999A2 2 0 0 0 2 8z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-copy" xmlns="http://www.w3.org/2000/svg"><path d="M16 7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h8zm-1 2H9v6h6V9z" fill="inherit"/><path d="M11 1a1 1 0 0 1 1 1v4h-2V3H4v6h2v2H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-delete" xmlns="http://www.w3.org/2000/svg"><path d="M12.156 14.787c0 .091.035.167.102.228.067.06.154.09.257.09h.36c.098 0 .182-.03.251-.086a.285.285 0 0 0 .108-.232v-5.29a.31.31 0 0 0-.108-.237.348.348 0 0 0-.251-.101h-.36a.348.348 0 0 0-.251.101.31.31 0 0 0-.108.237zm-1.619-5.29a.307.307 0 0 0-.104-.237.363.363 0 0 0-.253-.101h-.36a.324.324 0 0 0-.244.101.33.33 0 0 0-.096.237v5.29c0 .091.031.167.093.228.061.06.142.09.247.09h.36c.096 0 .18-.03.253-.086a.282.282 0 0 0 .104-.232zM8.672 4.964a91.81 91.81 0 0 1 2.676 0c0-.069.005-.135.019-.202a.533.533 0 0 0 0-.187v-.128a2.849 2.849 0 0 0-.682-.095 27.3 27.3 0 0 0-1.374 0 2.8 2.8 0 0 0-.676.095v.128c0 .057.002.122.01.191.006.07.015.135.027.198m-.828 4.533a.316.316 0 0 0-.106-.237.356.356 0 0 0-.253-.101h-.358c-.1 0-.18.034-.244.101a.323.323 0 0 0-.098.237v5.29a.3.3 0 0 0 .098.228.34.34 0 0 0 .244.09h.358c.098 0 .182-.03.253-.086a.29.29 0 0 0 .106-.232zm2.161-1.312c.791-.011 1.581-.029 2.372-.05a27.15 27.15 0 0 0 2.374-.173v7.212c0 .361-.136.674-.405.934a1.364 1.364 0 0 1-.985.392H6.639c-.386 0-.718-.128-.999-.389a1.223 1.223 0 0 1-.416-.937V7.962c.753.094 1.502.153 2.243.182a61.66 61.66 0 0 0 2.244.041zM16 6.076v.594c-.227.115-.603.207-1.131.28a22.34 22.34 0 0 1-1.706.162c-.609.04-1.203.062-1.779.065-.576.006-1.035.009-1.379.009-.338 0-.797-.003-1.379-.009a29.745 29.745 0 0 1-1.791-.065 24.075 24.075 0 0 1-1.694-.158c-.522-.07-.895-.164-1.122-.284A2.139 2.139 0 0 1 4 6.371v-.607c0-.102.006-.207.019-.311.152-.077.371-.148.653-.202.281-.053.58-.098.899-.133.319-.034.634-.059.943-.077.312-.016.552-.032.723-.043-.05-.47-.014-.837.105-1.104.121-.262.302-.46.548-.588.244-.13.545-.214.905-.252.359-.036.76-.054 1.21-.054.338 0 .672.007 1.006.025.335.018.632.078.897.175.264.102.473.259.63.471.156.213.235.513.235.904v.207c0 .07-.008.142-.017.216.176.011.418.027.724.043.307.018.622.043.945.077.321.035.626.08.912.133.29.054.511.125.663.202z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-disconnect" xmlns="http://www.w3.org/2000/svg"><path d="M4 6l-4 4 4 4 1-1v-2h2.188A2.912 2.912 0 0 1 7 10c0-.345.08-.691.188-1H5V7L4 6zm12 0l-1 1v2h-2.188c.108.309.188.655.188 1 0 .356-.074.684-.188 1H15v2l1 1 4-4-4-4z" fill="currentColor"/><path d="M10 7.987a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-layers" xmlns="http://www.w3.org/2000/svg"><path d="M16.87 16v-2h-14v2h14zm.13-5H3V9h14v2zm0-5H3V4h14v2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-merge" xmlns="http://www.w3.org/2000/svg"><path d="M16.143 8.488c.236 0 .438.084.606.25a.825.825 0 0 1 .251.605v1.314a.822.822 0 0 1-.251.605.825.825 0 0 1-.606.251h-4.63v4.613c0 .25-.084.457-.25.623a.83.83 0 0 1-.607.251H9.344a.83.83 0 0 1-.607-.251.818.818 0 0 1-.25-.606v-4.63H3.876a.858.858 0 0 1-.625-.241.816.816 0 0 1-.251-.615V9.343c0-.236.084-.438.251-.605a.826.826 0 0 1 .606-.25h4.63V3.876c0-.25.08-.457.24-.625A.831.831 0 0 1 9.344 3h1.312c.236 0 .44.086.607.251.166.168.25.37.25.606v4.631z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-move" xmlns="http://www.w3.org/2000/svg"><path d="M10 1L7 4l1 1h1v2h2V5h1l1-1-3-3zM4 7l1 1v1h2v2H5v1l-1 1-3-3 3-3zm12 0l3 3-3 3-1-1v-1h-2V9h2V8l1-1zm-7 6h2v2h1l1 1-3 3-3-3 1-1h1v-2z" fill="currentColor"/><path d="M10 8a2 2 0 1 0-.001 3.999A2 2 0 0 0 10 8z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-orthogonalize" xmlns="http://www.w3.org/2000/svg"><path d="M7 15h6v2H7zm-4-2h2V7H3zm12 0h2V7h-2zM7 5h6V3H7z" fill="currentColor"/><path d="M4 2a2 2 0 1 0-.001 3.999A2 2 0 0 0 4 2zm0 12a2 2 0 1 1 .001 3.999A2 2 0 0 1 4 14zm12 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 14zm0-12a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-paste" xmlns="http://www.w3.org/2000/svg"><path d="M12 11a.5.5 0 0 1 .5.5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 .5-.5z" fill="inherit"/><path d="M16 8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h8zm-1 2H9v6h6v-6z" fill="inherit"/><path d="M8.5 1.5c.76.154.443-.022.966.5H12a1 1 0 0 1 1 1v4h-2V4H9.466c-.523.523-.206.347-.966.5h-2c-.76-.153-.443.023-.966-.5H4v10h2v2H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h2.534c.523-.523.206-.346.966-.5h2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-reflect-long" xmlns="http://www.w3.org/2000/svg"><path d="M9 18h2V2H9v16z" fill="currentColor"/><path d="M13 14V6h5v2h-3v6M5 14V8H2V6h5v8" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-reflect-short" xmlns="http://www.w3.org/2000/svg"><path d="M9 14h2V5H9v9z" fill="currentColor"/><path d="M7 7H0v5h2V9h5m6 0h5v3h2V7h-7" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-reverse" xmlns="http://www.w3.org/2000/svg"><path d="M8 5l-4 5 4 5h2v-1l-3.5-4L10 6V5H8zm6 0h2v1l-3.5 4 3.5 4v1h-2l-4-5 4-5z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-rotate" xmlns="http://www.w3.org/2000/svg"><path d="M10 1L9 2v1.062A8 8 0 1 0 18 11a7.95 7.95 0 0 0-2.875-6.125l-1.406 1.406A5.986 5.986 0 0 1 16 11a6 6 0 1 1-12 0 5.982 5.982 0 0 1 5-5.906V6l1 1 3-3-3-3z" fill="currentColor"/><path d="M10 9a2 2 0 1 0-.001 3.999A2 2 0 0 0 10 9z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-simplify" xmlns="http://www.w3.org/2000/svg"><path d="M9 7.5V11H8l-1 1 3 3 3-3-1-1h-1V9.5c-1.7-.85-2-2-2-2z" fill="currentColor"/><path d="M8 2c-1.333 0-2.219.781-2.719 1.281-.5.5-.614.719-1.281.719H3v2h1c1.333 0 2.219-.781 2.719-1.281C7.219 4.219 7.333 4 8 4c.167 0 .206.009.406.25.201.241.438.688.688 1.188.25.5.513 1.053.937 1.562.425.509 1.136 1 1.969 1 1.333 0 2.219-.781 2.719-1.281.5-.5.614-.719 1.281-.719h1V4h-1c-1.333 0-2.219.781-2.719 1.281-.5.5-.614.719-1.281.719-.167 0-.206-.009-.406-.25-.201-.241-.438-.688-.688-1.188-.25-.5-.513-1.053-.937-1.562C9.544 2.491 8.833 2 8 2zM3 16h14v2H3v-2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-smooth" xmlns="http://www.w3.org/2000/svg"><path d="M9 5v3H8L7 9l3 3 3-3-1-1h-1V5H9z" fill="currentColor"/><path d="M12 18c1.333 0 2.219-.781 2.719-1.281.5-.5.614-.719 1.281-.719h1v-2h-1c-1.333 0-2.219.781-2.719 1.281-.5.5-.614.719-1.281.719-.167 0-.206-.009-.406-.25-.201-.241-.438-.688-.688-1.188-.25-.5-.513-1.053-.937-1.562-.425-.509-1.136-1-1.969-1-1.333 0-2.219.781-2.719 1.281-.5.5-.614.719-1.281.719H3v2h1c1.333 0 2.219-.781 2.719-1.281.5-.5.614-.719 1.281-.719.167 0 .206.009.406.25.201.241.438.688.688 1.188.25.5.513 1.053.937 1.562.425.509 1.136 1 1.969 1zm5-14H3V2h14v2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-split" xmlns="http://www.w3.org/2000/svg"><path d="M4 5C3 5 2 6 2 7v2h3l2 1-2 1H2v2c0 1 1 2 2 2h1c2 0 2.487-.974 3-2l1-2 9-5s0-1-2-1L8.969 8.906 8 7c-.494-.988-1-2-3-2zm0 1h2l1 2H3V7c0-1.013 1-1 1-1zm8.094 4.719l-2 1L16 15c2 0 2-1 2-1zM3 12h4l-1 2H4s-1 0-1-1z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-straighten" xmlns="http://www.w3.org/2000/svg"><path d="M5 9h2v2H5zm8 2h2V9h-2z" fill="currentColor"/><path d="M2 8a2 2 0 1 0-.001 3.999A2 2 0 0 0 2 8zm8 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 8zm8 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 18 8z" fill="inherit"/></symbol><symbol viewBox="0 0 60 60" id="iD-other-line" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.416 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22.375 36l3-11 3-11h4l3 11 3 11z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-pipeline-line" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 15c-1.381 0-2.5 2.239-2.5 5s1.119 5 2.5 5H27V15H16.5zM31 15v10h14.5V15H31z" fill="#B5B5B5"/><path d="M48 20c0 2.761-1.119 5-2.5 5S43 22.761 43 20s1.119-5 2.5-5 2.5 2.239 2.5 5z" fill="#989898"/><path d="M28 12v14l-2 10h2l1.594-8h4.812L36 36h2l-2-10h-6V12h-2zm6 0v2h2v-2h-2zm-12 3c-1 0-2.5 2.239-2.5 5s1.5 5 2.5 5h2c-1.381 0-3-2.239-3-5s1.619-5 3-5h-2zm15 0c-1 0-2.5 2.239-2.5 5s1.5 5 2.5 5h2c-1.381 0-3-2.239-3-5s1.619-5 3-5h-2zm8.5 0c-1.381 0-2.5 2.239-2.5 5s1.119 5 2.5 5 2.5-2.239 2.5-5-1.119-5-2.5-5z" fill="#989898"/><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.424-.07-1.944-.793-2.45-2h-34.1c-.359 1.231-1.197 1.874-2.45 2a2.5 2.5 0 1 1 0-5c1.424.069 1.943.793 2.45 2h34.1c.359-1.232 1.197-1.874 2.45-2z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-piste-line" xmlns="http://www.w3.org/2000/svg"><path d="M41.768 20.834a2.417 2.417 0 1 1-4.834 0 2.417 2.417 0 0 1 4.834 0zm-2.063 11.908a.402.402 0 0 0-.531-.178 4.334 4.334 0 0 1-3.674.403l-10.2-5.108 4.383-2.191v-4.834l2.417 1.208v4.834l2.417 1.209 2.417-1.209-2.417-1.208v-7.251L29.683 16l-2.417 1.208v7.251l-4.383 2.192-4.302-2.143a.404.404 0 0 0-.355.725l16.919 8.459a3.814 3.814 0 0 0 1.612.306 6.175 6.175 0 0 0 2.771-.709.403.403 0 0 0 .181-.54l-.004-.007zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-power-line" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.425-.07-1.943-.793-2.45-2h-34.1c-.359 1.232-1.197 1.874-2.45 2a2.5 2.5 0 1 1 0-5c1.424.069 1.943.793 2.45 2h34.1c.359-1.232 1.197-1.874 2.45-2z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M20 10v1h2v-1h-2zm4 0v1h2v-1h-2zm10 0v1h2v-1h-2zm4 0v1h2v-1h-2zm-17.688 5c-.665 3.533-3.045 5.5-5.312 5.5h-1v1h1a5.462 5.462 0 0 0 3-.906v.906h1c2.879 0 5.615-2.478 6.312-6.5h-1c-.665 3.533-3.045 5.5-5.312 5.5h-.875c1.561-1.08 2.76-2.991 3.187-5.5h-1zm14.376 0c.697 4.022 3.433 6.5 6.312 6.5h1v-.906a5.462 5.462 0 0 0 3 .906h1v-1h-1c-2.267 0-4.647-1.967-5.312-5.5h-1c.427 2.509 1.626 4.42 3.187 5.5H41c-2.267 0-4.647-1.967-5.312-5.5h-1z" fill="#989898"/><path d="M28 10v2h-9v2h9v22h4V14h9v-2h-9v-2h-4z" fill="#B5B5B5"/></symbol><symbol viewBox="0 0 45 45" id="iD-preset-icon-frame" xmlns="http://www.w3.org/2000/svg"><path d="M7 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM3.5 23.999a1.5 1.5 0 1 1-.006-2.998 1.5 1.5 0 0 1 .006 2.998zM7 41.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM24 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 24 41.5zM45 41.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM41.5 23.999a1.5 1.5 0 1 1 .001-3 1.5 1.5 0 0 1-.001 3zM45 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM24 3.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 24 3.5z" opacity=".2"/><path d="M6 3.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M3.5 22a.5.5 0 0 1 0 1 .5.5 0 0 1 0-1z" fill="#FFF" opacity=".5"/><path d="M6 41.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M23 41.5a.5.5 0 0 1-1 0 .5.5 0 0 1 1 0z" fill="#FFF" opacity=".5"/><path d="M44 41.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M41.5 22a.5.5 0 0 1 0 1 .5.5 0 0 1 0-1z" fill="#FFF" opacity=".5"/><path d="M44 3.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M23 3.5a.5.5 0 0 1-1 0 .5.5 0 0 1 1 0z" fill="#FFF" opacity=".5"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-abandoned" xmlns="http://www.w3.org/2000/svg"><g fill="#989898"><path d="M36.044 23.685l-1.449.118.729 1.197h7.427c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.469-2h-2.5l.469 2h-2.826l.179.248 1.034 1.437zM39.25 23a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM33.846 19h7.904c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2h-4.013l1.313 2.403.327.597zm4.404-2a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM27.666 16h-3.885l.469-2-1-1-1.5 1-.469 2H18c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1h8.277l.347-.635L27.666 16zm-6.416 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM20.936 28l.472-2h-2.501l-.469 2H16c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1h6.911l1.59-3h-3.315zm-1.686 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM40.031 32l.719 3 1 1 1.5-1-.719-3zM23.848 23.647l1.036-1.438.15-.209h-2.691l.472-2h-2.502l-.469 2H17c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1h7.798l.749-1.235-1.449-.118zM20.25 24a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM44.749 30l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.469-2h-2.5l.469 2h-3.436l1.588 3h6.536c.554 0 1.134-.463 1-1zm-4.499 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM16.75 35l1.5 1 1-1 .719-3h-2.5z"/></g><path d="M30.803 31.655l5.643.031-.363-.686-1.588-3-.817-1.543 1.298-.106L34.154 25l-1.256-2.064 1.3-.106L33.6 22l-2.162-3-.009-.012 1.213-.107L31.066 16l-1.107-2.027-.026.122v-.158L28.806 16l-1.553 2.844 1.212.106-.036.05-2.162 3-.571.792 1.297.105L25.716 25l-.797 1.313 1.298.107L25.38 28l-1.588 3-.344.649 2.273-.031-.003.009 3.47.019V36.023h1.625l-.008-3.365-.001-.502z" fill="#555"/><path d="M49.5 38.937a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 40.937v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.437a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM12 41.437a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-disused" xmlns="http://www.w3.org/2000/svg"><g fill="#989898"><path d="M17.001 35l1.5 1 1-1 .719-3h-2.5zM40.282 32l.719 3 1 1 1.5-1-.719-3zM21.187 28l.472-2h-2.501l-.469 2h-2.438c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1h11.79c-.313-1.031-.775-2.081-1.457-3h-5.147zm-1.686 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM17.001 25h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.469-2h-2.5l.469 2H22.594l.472-2h-2.502l-.469 2h-2.844c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1zm22.5-2a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM18.001 19h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1H38.97l-.469-2-1.5-1-1 1 .469 2H24.032l.469-2-1-1-1.5 1-.469 2h-3.281c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1zm20.5-2a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM45 30l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.469-2h-2.5l.469 2h-4.244l-.315.285c-1.087.982-1.675 1.941-2.01 2.715h11.258c.553 0 1.133-.463.999-1zm-4.499 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"/></g><path d="M49.501 39a2.5 2.5 0 1 1 0 5c-.906.004-1.372-.402-1.971-1H12.469c-.492.678-1.174.92-1.971 1a2.5 2.5 0 0 1 0-5c.908-.004 1.374.402 1.971 1H47.53c.492-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16.001 41v1h-3.05l.05-.5-.05-.5h3.05zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0h-3.05v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51.001 41.5A1.5 1.5 0 1 1 48 41.499 1.5 1.5 0 0 1 51 41.5zM12.001 41.5A1.5 1.5 0 1 1 9 41.499 1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><g fill="#555"><path d="M24.407 31.625c3.038 3.078 2.378 4.385 2.378 4.385s.211.039 1.669.039c.119-3.129-2.293-3.861-4.047-4.424zM30.979 36.031c.046-2.014-.264-3.628-.749-4.922-.491-1.309-1.162-2.282-1.833-3-1.276-1.365-2.546-1.8-2.546-1.8a7.946 7.946 0 0 1 1.55 1.8c.612.952 1.035 1.99 1.321 3 .732 2.581.603 4.935.603 4.935s.572-.013 1.654-.013zM33.557 28c-1.804.807-2.44 2.824-2.44 2.824l.047.176.437 1.64s-.001-.664.373-1.64c.321-.84.927-1.912 2.053-3 .083-.08.161-.16.25-.24a3.58 3.58 0 0 0-.72.24zM32.019 36.038l1.58-.009s-.23-2.368 1.996-4.326c-1.734.498-3.385 2.08-3.576 4.335z"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-railway-light-rail" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><g fill="#989898"><path d="M22.5 32h3.333L25 33.488h10L34.167 32H37.5l2.5 4.464h-3.333l-.834-1.488H24.167l-.834 1.488H20L22.5 32zM25.111 10L19 15.727v13.364L21.444 31h17.111L41 29.091V15.727L34.889 10h-9.778zm0 .955h9.778v1.909h-9.778v-1.909zm-2.444 4.772h14.666l1.222.955V20.5H21.444v-3.818l1.223-.955zm-1.223 9.546h3.667l2.444 1.909v.954h-4.888l-1.223-.954v-1.909zm13.445 0h3.666v1.909l-1.222.954h-4.889v-.954l2.445-1.909zM25 6v1h4v2h2V7h4V6z"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-railway-monorail" xmlns="http://www.w3.org/2000/svg"><path d="M49.667 39a2.5 2.5 0 0 1 0 5c-.907.004-1.373-.402-1.971-1H12.637c-.492.678-1.173.92-1.97 1a2.5 2.5 0 1 1 0-5c.906-.004 1.372.402 1.97 1h35.059c.492-.678 1.173-.92 1.971-1z" fill="currentColor"/><path d="M16.167 41v1h-3.051l.051-.5-.051-.5h3.051zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0h-3.05v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M23 31l-2-2V16l5-6h8l5 6v13l-2 2h-3v3h-2v-2l-1-1h-2l-1 1v2h-2v-3h-3zm14-7h-4l-1 2v1h4l1-1v-2zm-10 0h-4v2l1 1h4v-1l-1-2zm9-8H24l-1 1v4h14v-4l-1-1zm-2-5h-8v2h8v-2z" fill="#989898"/><path d="M31 32v3h2v1h-6v-1h2v-3h2z" fill="#B5B5B5"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-rail" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M23.5 13L22 14l-.469 2H18.25c-.554 0-.866.463-1 1L17 18c-.134.537.446 1 1 1h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2H24.031l.469-2-1-1zm-2 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17.938 3l-.468 2H17.25c-.554 0-.866.463-1 1L16 24c-.134.537.446 1 1 1h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.468-2h-2.5l.468 2H22.594l.468-2h-2.5zm-.062 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-20.344 3l-.468 2H16.25c-.554 0-.866.463-1 1L15 30c-.134.537.446 1 1 1h28c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.468-2h-2.5l.468 2H21.188l.468-2h-2.5zm.344 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm21 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-22.781 3L17 35l1.5 1 1-1 .719-3h-2.5zm22.562 0L41 35l1 1 1.5-1-.719-3h-2.5z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-subway" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.492-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.051l.051-.5-.051-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22.5 32h3.333L25 33.488h10L34.167 32H37.5l2.5 4.464h-3.333l-.834-1.488H24.167l-.834 1.488H20L22.5 32zM25 9l-6 5.739v14.348L21 31h18l2-1.913V14.739L35 9H25zm1 1.913h8v1.913h-8v-1.913zm-4 3.826h16l1 .957v3.826l-3 1.913H24l-3-1.913v-3.826l1-.957zm-1 10.522h3l2 1.913v.956h-4l-1-.956v-1.913zm15 0h3v1.913l-1 .956h-4v-.956l2-1.913z" fill="#989898"/><path d="M23 4c-5 0-9 3-9 9v20l3-1V13c0-4 3-6 6-6h14c3 0 6 2 6 6v19l3 1V13c0-6-4.068-8.178-9-9h-8z" fill="#B5B5B5"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-tram" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="#AAA"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><g fill="#989898"><path d="M34 33l1.5 4H38l-1.5-4zM25.469 33L24 37h-2.5l1.469-4zM26.444 10L22 16v14l1.778 2h12.444L38 30V16l-4.444-6h-7.112zm0 1h7.112v2h-7.112v-2zm-1.777 5H35.333l.889 1v4H23.778v-4l.889-1zm-.889 10h2.666l1.778 2v1h-3.555l-.889-1v-2zm9.778 0h2.666v2l-.889 1h-3.555v-1l1.778-2zM25 6v1h4v2h2V7h4V6z"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-relation" xmlns="http://www.w3.org/2000/svg"><path d="M26.906 20c.054.323.094.662.094 1 0 .338-.04.677-.094 1h8.188A4.916 4.916 0 0 1 35 21c0-.345.027-.675.094-1h-8.188zm-1.031 4.437a6.038 6.038 0 0 1-1.406 1.438l7.375 7.344a5.214 5.214 0 0 1 1.406-1.407l-7.375-7.375zM20 26.906v8.188A4.916 4.916 0 0 1 21 35c.345 0 .675.027 1 .094v-8.188A6.106 6.106 0 0 1 21 27c-.338 0-.677-.04-1-.094z" fill="#CCC"/><path d="M40 17a4 4 0 1 1 0 8 4 4 0 0 1 0-8z" fill="#70372F"/><path d="M40 18a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" fill="#E06D5F"/><path d="M40 20a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" fill="#FFF"/><path d="M25 40a4 4 0 1 1-8 0 4 4 0 0 1 8 0z" fill="#2C5476"/><path d="M24 40a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#58A9ED"/><path d="M22 40a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" fill="#FFF"/><g><path d="M40 36a4 4 0 1 1-8 0 4 4 0 0 1 8 0z" fill="#46682F"/><path d="M39 36a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#8CD05F"/><path d="M37 36a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" fill="#FFF"/></g><g><path d="M26 21a5 5 0 1 1-10.001-.001A5 5 0 0 1 26 21z" fill="#444"/><path d="M25 21a4 4 0 1 1-8 0 4 4 0 0 1 8 0z" fill="#CCC"/><path d="M23 21a2 2 0 1 1-3.999.001A2 2 0 0 1 23 21z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-restriction" xmlns="http://www.w3.org/2000/svg"><path d="M30 14.5c-8.56 0-15.5 6.94-15.5 15.5 0 8.56 6.94 15.5 15.5 15.5 8.56 0 15.5-6.94 15.5-15.5 0-8.56-6.94-15.5-15.5-15.5zm0 4c6.351 0 11.5 5.149 11.5 11.5 0 2.454-.784 4.726-2.094 6.594l-16-16A11.454 11.454 0 0 1 30 18.5zm-9.406 4.906l16 16A11.454 11.454 0 0 1 30 41.5c-6.351 0-11.5-5.149-11.5-11.5 0-2.454.784-4.726 2.094-6.594z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-no-left-turn" xmlns="http://www.w3.org/2000/svg"><path d="M20 17l-10 9 10 9v-6h5.5L20 23.5V17zm6.531 6L38 34.469V31l-2-4-2-2-4-2h-3.469zM32 35.5v5.312c1.354-.282 2.611-.854 3.75-1.562L32 35.5z" fill="#989898"/><path d="M30 15c-3.388 0-6.49 1.14-9 3.031v5.063l16.375 16.375-.5.343A11.937 11.937 0 0 1 30 42c-4.473 0-8.374-2.459-10.438-6.094l-4.437-3.968C16.076 39.309 22.368 45 30 45c8.29 0 15-6.71 15-15s-6.71-15-15-15zm0 3c6.621 0 12 5.379 12 12 0 2.561-.822 4.928-2.188 6.875l-.343.469L22.625 20.5l.5-.344A11.919 11.919 0 0 1 30 18z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-no-right-turn" xmlns="http://www.w3.org/2000/svg"><path d="M39 17v6H29l-1.656.812L32.531 29H39v6l10-9zm-15.75 9.75L23 27l-2 3v6.312a11 11 0 0 0 6 4.282V31l.25-.25z" fill="#989898"/><path d="M30 15c-8.29 0-15 6.71-15 15s6.71 15 15 15c7.973 0 14.482-6.213 14.969-14.062l-3.813 3.437c-.353.893-.8 1.726-1.343 2.5l-.344.469-16.406-16.406-.438-.438.5-.344A11.919 11.919 0 0 1 30 18c3.08 0 5.874 1.183 8 3.094v-3.75C35.681 15.874 32.952 15 30 15zm-9.469 7.625l.407.406 16 16 .437.438-.5.343A11.937 11.937 0 0 1 30 42c-6.621 0-12-5.379-12-12 0-2.561.822-4.959 2.188-6.906z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-no-straight-on" xmlns="http://www.w3.org/2000/svg"><path d="M30 15l-9 10h7.531L33 29.469V25h6l-9-10zm-3 15.5v10.094c.953.269 1.96.406 3 .406a9.89 9.89 0 0 0 3-.469V36.5l-6-6z" fill="#989898"/><path d="M28.469 15.063C20.901 15.83 15 22.228 15 30c0 8.29 6.71 15 15 15s15-6.71 15-15c0-7.814-5.966-14.227-13.594-14.937l3.688 4.093C39.163 21.078 42 25.206 42 30c0 2.561-.822 4.928-2.188 6.875l-.343.469-.407-.406L28.125 26H23.906l13.032 13.031.437.438-.5.343A11.937 11.937 0 0 1 30 42c-6.621 0-12-5.379-12-12 0-2.561.822-4.959 2.188-6.906l.343-.469.407.406.25.25 2-2.219-.126-.124-.437-.438.5-.344a11.838 11.838 0 0 1 1.781-1.031l3.688-4.062c-.041.003-.084-.005-.125 0z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-no-u-turn" xmlns="http://www.w3.org/2000/svg"><path d="M29 22l-2.312 1.156L31.531 28H35l2 2v6h-6l9 10 9-10h-6v-6l-1.281-2.594L41 26l-2-2-4-2zm-6.156 4.344L21 30v6.312c1.343 1.913 3.267 3.408 5.531 4.157L27 40v-9.5z" fill="#989898"/><path d="M30 15c-8.29 0-15 6.71-15 15s6.71 15 15 15c2.307 0 4.486-.54 6.437-1.469l-2.125-2.375c-1.337.523-2.79.844-4.312.844-6.622 0-12-5.379-12-12 0-2.561.822-4.959 2.187-6.906l.344-.469.406.406L32.906 35H36v-1.125L23.062 20.938l-.437-.438.5-.344A11.919 11.919 0 0 1 30 18c4.385 0 8.219 2.359 10.312 5.875l1.5 1.531L44 29.75V35h.125c.552-1.564.875-3.246.875-5 0-8.29-6.71-15-15-15z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-only-left-turn" xmlns="http://www.w3.org/2000/svg"><path d="M30 14c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-2 4v6h6l2 1 3 3 1 2v4.562a10.982 10.982 0 0 1-6 5.657V32l-2-2h-4v6l-6.969-6.281L18 27l10-9z" fill="#58A9ED"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-only-right-turn" xmlns="http://www.w3.org/2000/svg"><path d="M30 14c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm2 4l10 9-3.031 2.719L32 36v-6h-4l-2 2v8.219a10.982 10.982 0 0 1-6-5.657V30l1-2 3-3 2-1h6v-6z" fill="#58A9ED"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-only-straight-on" xmlns="http://www.w3.org/2000/svg"><path d="M30 14c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm0 4l9 10h-6v12.531A9.89 9.89 0 0 1 30 41a11.03 11.03 0 0 1-3-.406V28h-6l9-10z" fill="#58A9ED"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-only-u-turn" xmlns="http://www.w3.org/2000/svg"><path d="M46 30c0-8.837-7.163-16-16-16s-16 7.163-16 16 7.163 16 16 16 16-7.163 16-16zm-3 1.5l-6.949 10.373L28.5 31.5h4.865v-4.998l-1.935-1.807h-3.618L25.5 27v12c-2.5 0-5.171-1.983-5.171-5 0-3-.088-6.13 0-8.128.171-3.872 6.244-6.452 6.244-6.452s3.148-.547 5.783.017c3.136.563 6.195 4.515 6.156 6.435.039 3.08 0 5.628 0 5.628H43z" fill="#58A9ED"/></symbol><symbol viewBox="0 0 60 60" id="iD-route" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 32.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 32.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 32.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 33.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 33.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 33.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 26.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 34.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 26.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 34.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 26.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 26.5zM37 34.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 34.5zM26 26.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 26.5zM14 34.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 34.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-bicycle" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M22.589 11v2h.844l.562 3h-2.5l-5.5 10v1l1 1h11l7.563-9.469L39.495 27h1.5v-1l-6-13h3v-1l-1-1h-4v2l1.406 3h-8.343l-.563-3h2.094v-1l-1-1h-4zm-.094 7h2l2 8h-8.5l4.5-8zm4 0h7l-5.5 6.5-1.5-6.5zm-9 2a6.5 6.5 0 1 0 6 9h-2.25a4.473 4.473 0 0 1-3.75 2 4.5 4.5 0 0 1-4.5-4.5c0-2.324 1.77-4.199 4.031-4.438l1.125-2.031a6.45 6.45 0 0 0-.656-.031zm21.844 0l.937 2.094c2.111.372 3.719 2.189 3.719 4.406a4.5 4.5 0 0 1-9 0c0-1.374.623-2.581 1.594-3.406l-.875-1.875A6.495 6.495 0 0 0 39.495 33a6.5 6.5 0 1 0 0-13h-.156zm-17.656 1.531l-1 1.781c.466.467.805 1.054 1.031 1.688h2.094a6.535 6.535 0 0 0-2.125-3.469z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-bus" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M24.167 8c-2.273 0-5 1.239-5 4.577V28s0 1.667 1.666 1.667v1.666S20.833 33 22.5 33s1.667-1.667 1.667-1.667v-1.666h11.666v1.666S35.833 33 37.5 33s1.667-1.667 1.667-1.667v-1.666s1.666 0 1.666-1.667V12.577c0-3.409-2.06-4.577-4.332-4.577H24.167zm.416 2.5h10.834a.416.416 0 1 1 0 .833H24.583a.414.414 0 0 1-.416-.416c0-.231.185-.417.416-.417zM22.5 13h15c1.667 0 1.667 1.611 1.667 1.611v5.056s0 1.666-1.667 1.666h-15c-1.667 0-1.667-1.666-1.667-1.666v-5S20.833 13 22.5 13zm0 11.667a1.667 1.667 0 1 1 0 3.334 1.667 1.667 0 0 1 0-3.334zm15 0a1.667 1.667 0 1 1 0 3.334 1.667 1.667 0 0 1 0-3.334z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-detour" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M17 14l-2 2v15l2 2h28l2-2V16l-2-2H17" fill="#FC6C14"/><path d="M34 19.5l5 4-5 4V25H23v-3h11"/><path d="M17 16.013v15h28v-15H17zm1 1h26v13H18v-13z"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-ferry" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M25.666 26.974a5.991 5.991 0 0 1 3.695 1.339l.519.459h.1l.619-.559a5.773 5.773 0 0 1 6.871-.36l4.514-8.868-2.996-1.997v-7.09a3.077 3.077 0 0 0-2.996-2.897h-.999a1.878 1.878 0 0 0-1.997-1.997h-5.992a1.877 1.877 0 0 0-1.997 1.997h-.999a3.077 3.077 0 0 0-2.996 2.897v7.09l-2.996 1.997 4.494 9.048a5.855 5.855 0 0 1 3.156-1.059zM23.009 9.898a.938.938 0 0 1 .999-.899h11.984a.94.94 0 0 1 .999.998v5.992L30 11.995l-6.991 3.894V9.898zm19.973 21.071v1.997a2.001 2.001 0 0 0-1.358.679 4.294 4.294 0 0 1-1.997 1.199 3.815 3.815 0 0 1-3.535-.739l-.779-.699a1.557 1.557 0 0 0-2.197 0c-.28.239-.539.499-.839.739a3.836 3.836 0 0 1-4.953-.14l-.779-.699c-.572-.5-1.426-.5-1.998 0-.379.3-.719.639-1.098.939a3.816 3.816 0 0 1-4.694-.12l-.619-.539a1.878 1.878 0 0 0-1.118-.62v-1.997a2.515 2.515 0 0 1 1.498.28c.555.344 1.083.731 1.577 1.158.41.447 1.028.637 1.618.499a1.85 1.85 0 0 0 .619-.319c.32-.24.58-.519.899-.779a3.835 3.835 0 0 1 4.894 0c.319.26.619.559.938.819.572.5 1.426.5 1.998 0 .319-.26.619-.559.938-.819a3.836 3.836 0 0 1 4.914 0c.299.26.579.539.878.779.573.5 1.426.5 1.998 0l.939-.819a3.573 3.573 0 0 1 2.256-.799z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-foot" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11 45.419l2.75 4.156 12-8L23 37.419z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M32 12.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zM27 16h1.5l8.5 6.5V24h-1l-5-3.875V24l2 4 2 5-1 1h-1l-2-5-4-6v-4.656L24.5 20.5l-2 3.5H21v-1l1.5-3 4.5-4zm.844 10.406L25.531 34H24.5l-1-1 2.812-8.438z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-horse" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M27.5 5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM41 8.156L38 12l-4.281 5H31l-1-.344V12c0-.554-.446-1-1-1h-3c-.554 0-1 .446-1 1v4h-6l-4 4-1 6h2l1-2 1-3 1-1.344v3.5L17 27.5V33c0 1 0 2 1.5 2s1.5-1 1.5-2v-5.5l1.156-2.5H23v2.5l2.5 6c.251.935.905 1.5 1.75 1.5.809 0 1.096-.876.75-2l-2-5.5v-2.312L29 26h4v7c0 .5 0 2 1.5 2s1.5-1.5 1.5-2v-7l5-9h2l2 1 1-1v-2l-4-3h-1zM25 17h3l3 3v4l-1 1-1-1v-3l-4-3z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-light-rail" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><g fill="#989898"><path d="M22.5 31h3.333L25 32.488h10L34.167 31H37.5l2.5 4.464h-3.333l-.834-1.488H24.167l-.834 1.488H20L22.5 31zM25.111 9L19 14.727v13.364L21.444 30h17.112L41 28.091V14.727L34.889 9h-9.778zm0 .955h9.778v1.909h-9.778V9.955zm-2.444 4.772h14.666l1.223.955V19.5H21.444v-3.818l1.223-.955zm-1.223 9.546h3.667l2.445 1.909v.954h-4.889l-1.223-.954v-1.909zm13.445 0h3.667v1.909l-1.223.954h-4.889v-.954l2.445-1.909zM25 5v1h4v2h2V6h4V5z"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-line" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M22 31l3-11 3-11h4l3 11 3 11z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-master" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><g><path d="M36.969 31.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 31.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 31.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 32.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 32.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 32.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 25.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 33.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 25.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 33.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 25.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 25.5zM37 33.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 33.5zM26 25.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 25.5zM14 33.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 33.5z" fill="#FFF"/></g><g><path d="M36.969 17.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 17.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 17.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 18.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 18.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 18.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 11.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 19.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 11.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 19.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 11.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 11.5zM37 19.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 19.5zM26 11.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 11.5zM14 19.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 19.5z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-pipeline" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><g><path d="M15.5 13c-1.381 0-2.5 2.239-2.5 5s1.119 5 2.5 5H26V13H15.5zM30 13v10h14.5V13H30z" fill="#B5B5B5"/><path d="M47 18c0 2.761-1.119 5-2.5 5S42 20.761 42 18s1.119-5 2.5-5 2.5 2.239 2.5 5z" fill="#989898"/><path d="M27 10v14l-2 10h2l1.594-8h4.812L35 34h2l-2-10h-6V10h-2zm6 0v2h2v-2h-2zm-12 3c-1 0-2.5 2.239-2.5 5s1.5 5 2.5 5h2c-1.381 0-3-2.239-3-5s1.619-5 3-5h-2zm15 0c-1 0-2.5 2.239-2.5 5s1.5 5 2.5 5h2c-1.381 0-3-2.239-3-5s1.619-5 3-5h-2zm8.5 0c-1.381 0-2.5 2.239-2.5 5s1.119 5 2.5 5 2.5-2.239 2.5-5-1.119-5-2.5-5z" fill="#989898"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-piste" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M41.884 18.834a2.417 2.417 0 1 1-4.834 0 2.417 2.417 0 0 1 4.834 0zm-2.062 11.908a.404.404 0 0 0-.532-.178 4.333 4.333 0 0 1-3.674.403l-10.2-5.108 4.383-2.191v-4.834l2.417 1.209v4.833l2.417 1.209 2.417-1.209-2.417-1.208v-7.251L29.799 14l-2.417 1.209v7.251l-4.383 2.191-4.302-2.143a.404.404 0 1 0-.354.725l16.919 8.459a3.822 3.822 0 0 0 1.611.307 6.198 6.198 0 0 0 2.771-.709.404.404 0 0 0 .182-.541l-.004-.007z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-power" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M20 8v1h2V8h-2zm4 0v1h2V8h-2zm10 0v1h2V8h-2zm4 0v1h2V8h-2zm-17.688 5c-.665 3.533-3.045 5.5-5.312 5.5h-1v1h1a5.462 5.462 0 0 0 3-.906v.906h1c2.879 0 5.615-2.478 6.312-6.5h-1c-.665 3.533-3.045 5.5-5.312 5.5h-.875c1.561-1.08 2.76-2.991 3.187-5.5h-1zm14.376 0c.697 4.022 3.433 6.5 6.312 6.5h1v-.906a5.462 5.462 0 0 0 3 .906h1v-1h-1c-2.267 0-4.647-1.967-5.312-5.5h-1c.427 2.509 1.626 4.42 3.187 5.5H41c-2.267 0-4.647-1.967-5.312-5.5h-1z" fill="#989898"/><path d="M28 8v2h-9v2h9v22h4V12h9v-2h-9V8h-4z" fill="#B5B5B5"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-road" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M22.5 12l-2.875 6H18l-1 1v2h1.406L18 22v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 12zm1 3h13l1.5 4-1 1H23l-1-1zM21 23h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-subway" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><g><path d="M22.5 31h3.333L25 32.488h10L34.167 31H37.5l2.5 4.464h-3.333l-.834-1.488H24.167l-.834 1.488H20L22.5 31zM25 8l-6 5.739v14.348L21 30h18l2-1.913V13.739L35 8H25zm1 1.913h8v1.913h-8V9.913zm-4 3.826h16l1 .957v3.826l-3 1.913H24l-3-1.913v-3.826l1-.957zm-1 10.522h3l2 1.913v.957h-4l-1-.957v-1.913zm15 0h3v1.913l-1 .957h-4v-.957l2-1.913z" fill="#989898"/><path d="M23 3c-5 0-9 3-9 9v20l3-1V12c0-4 3-6 6-6h14c3 0 6 2 6 6v19l3 1V12c0-6-4.068-8.178-9-9h-8z" fill="#B5B5B5"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-train" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M23.5 11L22 12l-.469 2H18.25c-.554 0-.866.463-1 1L17 16c-.134.537.446 1 1 1h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2H24.031l.469-2-1-1zm-2 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17.938 3l-.468 2H17.25c-.554 0-.866.463-1 1L16 22c-.134.537.446 1 1 1h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.468-2h-2.5l.468 2H22.594l.468-2h-2.5zm-.062 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-20.344 3l-.468 2H16.25c-.554 0-.866.463-1 1L15 28c-.134.537.446 1 1 1h28c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.468-2h-2.5l.468 2H21.188l.468-2h-2.5zm.344 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm21 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-22.781 3L17 33l1.5 1 1-1 .719-3h-2.5zm22.562 0L41 33l1 1 1.5-1-.719-3h-2.5z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-tram" xmlns="http://www.w3.org/2000/svg"><path d="M35.969 47.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M33.125 47.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M10.125 47.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M35.375 48.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M33.656 48.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M10.656 48.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M49 41.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M14 49.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M26 41.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M37 49.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M48 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 48 41.5zM36 49.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 36 49.5zM25 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 25 41.5zM13 49.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 13 49.5z" fill="#FFF"/><g><path d="M34.031 34L35 36l1 1 1.5-1-.969-2zM23.5 34l-.969 2-1 1-1.5-1L21 34zM25 11l-5 6v14l2 2h14l2-2V17l-5-6h-8zm0 1h8v2h-8v-2zm-2 5h12l1 1v4H22v-4l1-1zm-1 10h3l2 2v1h-4l-1-1v-2zm11 0h3v2l-1 1h-4v-1l2-2z" fill="#989898"/><path d="M24 7v1h4v2h2V8h4V7z" fill="#B5B5B5"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-water" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M18.007 23.759c-.214.8-.82 1.333-1.354 1.19-.533-.143-.792-.908-.578-1.708.215-.8.821-1.333 1.355-1.19.533.143.792.908.577 1.708zM19.84 13.75c.553-.957.419-2.068-.299-2.482-.717-.414-1.746.025-2.299.982-.552.957-.418 2.068.299 2.482.718.414 1.747-.025 2.299-.982zm21.624 3.958c-.215-.8.044-1.565.577-1.708.534-.143 1.14.39 1.355 1.19.214.8-.045 1.565-.578 1.708-.534.143-1.14-.39-1.354-1.19zM44.34 28.75c-.552-.957-.418-2.068.299-2.482.718-.414 1.747.025 2.299.982.553.957.419 2.068-.299 2.482-.717.414-1.746-.025-2.299-.982z" fill="currentColor" opacity=".5"/><path d="M16.803 32s-.536-1.846-.345-2.75c.221-1.047 1.655-2.75 1.655-2.75s1.433-1.703 1.654-2.75c.192-.904-.345-2.75-.345-2.75s-.536-1.846-.345-2.75c.221-1.047 1.655-2.75 1.655-2.75s1.433-1.703 1.654-2.75c.192-.904-.345-2.75-.345-2.75h16.5s1.434 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.345 2.75C39.727 19.297 41.16 21 41.16 21s1.434 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.345 2.75c.221 1.047 1.654 2.75 1.654 2.75z" fill="currentColor"/></symbol><symbol viewBox="0 0 44 24" id="iD-turn-no" xmlns="http://www.w3.org/2000/svg"><path d="M44 12c0-2-1.15-3.29-2-4L33.581.969c-1.512-1.28-4.003-1.179-5.406.219l-1 1A4.048 4.048 0 0 0 25.987 5h-4.375c-2.187-2.987-5.671-5-9.625-5C5.407 0 0 5.42 0 12s5.407 12 11.987 12c3.969 0 7.471-1.993 9.656-5h4.344c0 1.055.438 2.102 1.188 2.844l1 1c1.403 1.397 3.894 1.498 5.406.218L42 16c.921-.772 2-2 2-4z" opacity=".5"/><path d="M40 12l-9.013-8-1 1v4H19.393c-1.192-2.92-4.057-5-7.406-5C7.569 4 4 7.582 4 12s3.569 8 7.987 8a8.006 8.006 0 0 0 7.438-5h10.562v4l1 1z" fill="#E06D5F"/><path d="M14 8v8l-1 1h-2l-1-1V8l1-1h2z" opacity=".5"/></symbol><symbol viewBox="0 0 32 32" id="iD-turn-no-u" xmlns="http://www.w3.org/2000/svg"><path d="M0 16C0 7.211 7.211 0 16 0s16 7.211 16 16-7.211 16-16 16S0 24.789 0 16z" opacity=".5"/><path d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12-5.373 12-12 12S4 22.627 4 16z" fill="#E06D5F"/><path d="M9.138 20.5l5-5 2-2 4-4h1l1 1v1l-4 4-2 2-5 5h-1l-1-1v-1zm.875-6.5l1-2 1-1 2-1H18.2l-2.781 2.781L15.2 13h-1.187l-1 1v1.188l-2.594 2.593-.406-.781v-3zm4.031 7l2.781-2.781.188-.219 1.594-1.562 3.406 3.062-5 4.5v-3h-2.969z" opacity=".5"/></symbol><symbol viewBox="0 0 44 24" id="iD-turn-only" xmlns="http://www.w3.org/2000/svg"><path d="M44 12c0-2-1.15-3.29-2-4L33.581.969c-1.512-1.28-4.003-1.179-5.406.219l-1 1A4.048 4.048 0 0 0 25.987 5h-4.375c-2.187-2.987-5.671-5-9.625-5C5.407 0 0 5.42 0 12s5.407 12 11.987 12c3.969 0 7.471-1.993 9.656-5h4.344c0 1.055.438 2.102 1.188 2.844l1 1c1.403 1.397 3.894 1.498 5.406.218L42 16c.921-.772 2-2 2-4z" opacity=".5"/><path d="M40 12l-9.013-8-1 1v4H19.393c-1.192-2.92-4.057-5-7.406-5C7.569 4 4 7.582 4 12s3.569 8 7.987 8a8.006 8.006 0 0 0 7.438-5h10.562v4l1 1z" fill="#7092FF"/><path d="M14.997 12.015a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" opacity=".5"/></symbol><symbol viewBox="0 0 32 32" id="iD-turn-only-u" xmlns="http://www.w3.org/2000/svg"><path d="M16 0C7.211 0 0 7.211 0 16s7.211 16 16 16 16-7.211 16-16S24.789 0 16 0z" opacity=".5"/><path d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12-5.373 12-12 12S4 22.627 4 16z" fill="#7092FF"/><path d="M17 24v-3h-3l-2-1-1-1-1-2v-3l1-2 1-1 2-1h5l1 1v1l-1 1h-5l-1 1v3l1 1h3v-3l5 4.5z" opacity=".5"/></symbol><symbol viewBox="0 0 37 11" id="iD-turn-shadow" xmlns="http://www.w3.org/2000/svg"><path d="M31.5 0a5.5 5.5 0 0 1 0 11h-26a5.5 5.5 0 1 1 0-11h26z"/><path d="M6 6h26" stroke="#000" stroke-width="3" stroke-linecap="round" fill="none"/><path d="M6 6h26" stroke="#FFF" stroke-width="2" stroke-linecap="round" fill="none"/><path d="M7.5 5.5a2 2 0 1 1-3.999.001A2 2 0 0 1 7.5 5.5z"/><path d="M7 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" fill="#BBB"/><path d="M33.5 5.5a2 2 0 1 1-3.999.001A2 2 0 0 1 33.5 5.5z"/><path d="M33 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" fill="#BBB"/></symbol><symbol viewBox="0 0 44 24" id="iD-turn-yes" xmlns="http://www.w3.org/2000/svg"><path d="M44 12c0-2-1.15-3.29-2-4L33.581.969c-1.512-1.28-4.003-1.179-5.406.219l-1 1A4.048 4.048 0 0 0 25.987 5h-4.375c-2.187-2.987-5.671-5-9.625-5C5.407 0 0 5.42 0 12s5.407 12 11.987 12c3.969 0 7.471-1.993 9.656-5h4.344c0 1.055.438 2.102 1.188 2.844l1 1c1.403 1.397 3.894 1.498 5.406.218L42 16c.921-.772 2-2 2-4z" opacity=".5"/><path d="M40 12l-9.013-8-1 1v4H19.393c-1.192-2.92-4.057-5-7.406-5C7.569 4 4 7.582 4 12s3.569 8 7.987 8a8.006 8.006 0 0 0 7.438-5h10.562v4l1 1z" fill="#8CD05F"/><path d="M14.997 12.015a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" opacity=".5"/></symbol><symbol viewBox="0 0 32 32" id="iD-turn-yes-u" xmlns="http://www.w3.org/2000/svg"><path d="M16 0C7.211 0 0 7.211 0 16s7.211 16 16 16 16-7.211 16-16S24.789 0 16 0z" opacity=".5"/><path d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12-5.373 12-12 12S4 22.627 4 16z" fill="#8CD05F"/><path d="M17 24v-3h-3l-2-1-1-1-1-2v-3l1-2 1-1 2-1h5l1 1v1l-1 1h-5l-1 1v3l1 1h3v-3l5 4.5z" opacity=".5"/></symbol><symbol viewBox="0 0 60 60" id="iD-walkthrough-mouse" xmlns="http://www.w3.org/2000/svg"><path d="M29.5 12v15H41c0-10-4-15-11.5-15z" fill="currentColor"/><path d="M29.5 12v15H18c0-10 5-15 11.5-15z" fill="inherit"/><path d="M29.5 11C36.404 11 42 16.596 42 23.5v18C42 48.404 36.404 54 29.5 54S17 48.404 17 41.5v-18C17 16.596 22.596 11 29.5 11zM19 28v13.5C19 47.299 23.701 52 29.5 52S40 47.299 40 41.5V28H19zm11.573-14.946l-.073-.004V26H40v-2.5c-.177-5.881-3.925-9.324-9.427-10.446zM19 26h9.5V13.05c-5.512.765-9.221 4.921-9.5 10.45V26z" fill="#000001"/></symbol><symbol viewBox="0 0 60 60" id="iD-waterway-canal" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.241-.056-1.887-.661-2.346-1.75H12.846c-.337 1.114-1.239 1.638-2.346 1.75a2.5 2.5 0 1 1 0-5c1.241.056 1.887.661 2.346 1.75h34.308c.337-1.114 1.239-1.639 2.346-1.75zM22 14s.535 1.846.344 2.75c-.222 1.047-1.656 2.75-1.656 2.75s-1.435 1.703-1.657 2.75c-.191.904.344 2.75.344 2.75s.535 1.846.344 2.75c-.222 1.047-1.656 2.75-1.656 2.75s-1.435 1.703-1.657 2.75c-.191.904.344 2.75.344 2.75h27s-1.435-1.703-1.656-2.75c-.191-.904.344-2.75.344-2.75s.534-1.846.343-2.75C42.56 26.703 41.125 25 41.125 25s-1.435-1.703-1.656-2.75c-.191-.904.344-2.75.344-2.75s.534-1.846.343-2.75C39.935 15.703 38.5 14 38.5 14zm6 2h4l2 2 2 12-4 2h-4l-4-2 2-12zm4.2 8l.8 4h-6l.8-4zm-.6-3l.4 2h-4l.4-2zm-.6-3l.4 2h-2.8l.4-2z" fill="currentColor"/><path d="M24 30h12l-4 2h-4z" fill="currentColor" opacity=".601"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-waterway-ditch" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.241-.056-1.887-.661-2.346-1.75H12.846c-.337 1.114-1.239 1.638-2.346 1.75a2.5 2.5 0 1 1 0-5c1.241.056 1.887.661 2.346 1.75h34.308c.337-1.114 1.239-1.639 2.346-1.75zM24.762 36L29 14h2.5l4.238 22z" fill="currentColor"/><path d="M26 14l-4.25 22h2L28 14h-2zm6.5 0l4.25 22h2L34.5 14h-2z" fill="#B5B5B5"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-waterway-river" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1zM16.762 36s-.536-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75c.191-.904-.345-2.75-.345-2.75s-.536-1.846-.345-2.75c.221-1.047 1.655-2.75 1.655-2.75s1.433-1.703 1.654-2.75C22.536 15.846 22 14 22 14h16.5s1.433 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75s1.434 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75z" fill="currentColor"/><path d="M17.966 27.759c-.214.8-.821 1.333-1.354 1.19-.534-.143-.792-.908-.578-1.708.214-.8.821-1.333 1.354-1.19.534.143.792.908.578 1.708zm1.833-10.009c.552-.957.418-2.068-.299-2.482-.717-.414-1.747.025-2.299.982-.552.957-.418 2.068.299 2.482.717.414 1.747-.025 2.299-.982zm21.623 3.958c-.214-.8.045-1.565.578-1.708.534-.143 1.14.39 1.354 1.19.215.8-.044 1.565-.577 1.708-.534.143-1.14-.39-1.355-1.19zm2.877 11.042c-.552-.957-.418-2.068.299-2.482.718-.414 1.747.025 2.299.982.552.957.419 2.068-.299 2.482-.717.414-1.747-.025-2.299-.982z" fill="currentColor" opacity=".5"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-waterway-stream" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.241-.056-1.887-.661-2.346-1.75H12.846c-.337 1.114-1.239 1.638-2.346 1.75a2.5 2.5 0 1 1 0-5c1.241.056 1.887.661 2.346 1.75h34.308c.337-1.114 1.239-1.639 2.346-1.75zM22.762 36s-.536-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75c.191-.904-.345-2.75-.345-2.75s-.536-1.846-.345-2.75c.221-1.047 1.655-2.75 1.655-2.75s1.433-1.703 1.654-2.75C28.536 15.846 28 14 28 14h4.5s1.433 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75s1.434 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75z" fill="currentColor"/><path d="M23.966 27.759c-.214.8-.821 1.333-1.354 1.19-.534-.143-.792-.908-.578-1.708.214-.8.821-1.333 1.354-1.19.534.143.792.908.578 1.708zm1.833-10.009c.552-.957.418-2.068-.299-2.482-.717-.414-1.747.025-2.299.982-.552.957-.418 2.068.299 2.482.717.414 1.747-.025 2.299-.982zm9.623 3.958c-.214-.8.045-1.565.578-1.708.534-.143 1.14.39 1.354 1.19.215.8-.044 1.565-.577 1.708-.534.143-1.14-.39-1.355-1.19zm2.877 11.042c-.552-.957-.418-2.068.299-2.482.718-.414 1.747.025 2.299.982.552.957.419 2.068-.299 2.482-.717.414-1.747-.025-2.299-.982z" fill="currentColor" opacity=".5"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol></svg>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 60 60" id="iD-boundary" xmlns="http://www.w3.org/2000/svg"><path d="M30.5 51.5l-11-11 21-21 11 11z" fill="#58A9ED"/><path d="M19.5 40.5l-11-11 21-21 11 11z" fill="#8CD05F"/><path d="M20 41l10.5-10.5L41 20" fill="#FFF"/><path d="M20 41l10.5-10.5L41 20" stroke="#444" stroke-dasharray="2,1" fill="none"/><path d="M23 40a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#444"/><path d="M22 40a2 2 0 1 1-3.999.001A2 2 0 0 1 22 40z" fill="#FFF"/><path d="M43 20a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#444"/><path d="M42 20a2 2 0 1 1-3.999.001A2 2 0 0 1 42 20z" fill="#FFF"/><path d="M33 30a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#444"/><path d="M32 30a2 2 0 1 1-3.999.001A2 2 0 0 1 32 30z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-category-path" xmlns="http://www.w3.org/2000/svg"><path d="M22 41l3-11 3-11h4l3 11 3 11z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-category-rail" xmlns="http://www.w3.org/2000/svg"><path d="M23.5 18L22 19l-.469 2H18.25c-.554 0-.866.463-1 1L17 23c-.134.537.446 1 1 1h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2H24.031l.469-2-1-1zm-2 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17.938 3l-.468 2H17.25c-.554 0-.866.463-1 1L16 29c-.134.537.446 1 1 1h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.468-2h-2.5l.468 2H22.594l.468-2h-2.5zm-.062 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-20.344 3l-.468 2H16.25c-.554 0-.866.463-1 1L15 35c-.134.537.446 1 1 1h28c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.468-2h-2.5l.468 2H21.188l.468-2h-2.5zm.344 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm21 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-22.781 3L17 40l1.5 1 1-1 .719-3h-2.5zm22.562 0L41 40l1 1 1.5-1-.719-3h-2.5z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-category-roads" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 20l-2.875 6H18l-1 1v2h1.406L18 30v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 20zm1 3h13l1.5 4-1 1H23l-1-1zM21 31h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-category-water" xmlns="http://www.w3.org/2000/svg"><path d="M16.762 41s-.537-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75c.191-.904-.345-2.75-.345-2.75s-.537-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75C22.536 20.846 22 19 22 19h16.5s1.433 1.703 1.655 2.75c.191.904-.346 2.75-.346 2.75s-.536 1.846-.345 2.75c.222 1.047 1.655 2.75 1.655 2.75s1.433 1.703 1.655 2.75c.191.904-.346 2.75-.346 2.75s-.536 1.846-.345 2.75c.222 1.047 1.655 2.75 1.655 2.75z" fill="currentColor"/><path d="M17.966 32.759c-.215.8-.821 1.333-1.354 1.19-.534-.143-.792-.908-.578-1.708.214-.8.821-1.333 1.354-1.19.534.143.792.908.578 1.708zm1.833-10.009c.552-.957.418-2.068-.299-2.482-.717-.414-1.747.025-2.299.982-.552.957-.418 2.068.299 2.482.717.414 1.747-.025 2.299-.982zm21.623 3.958c-.214-.8.045-1.565.578-1.708.533-.143 1.14.39 1.354 1.19.215.8-.044 1.565-.578 1.708-.533.143-1.139-.39-1.354-1.19zm2.877 11.042c-.552-.957-.418-2.068.299-2.482.718-.414 1.747.025 2.299.982.552.957.419 2.068-.299 2.482-.717.414-1.747-.025-2.299-.982z" fill="currentColor" opacity=".5"/></symbol><symbol viewBox="0 0 60 60" id="iD-ferry-line" xmlns="http://www.w3.org/2000/svg"><path d="M25.666 26.974a5.991 5.991 0 0 1 3.695 1.339l.519.459h.1l.619-.559a5.773 5.773 0 0 1 6.871-.36l4.514-8.868-2.996-1.997v-7.09a3.077 3.077 0 0 0-2.996-2.897h-.999a1.878 1.878 0 0 0-1.997-1.997h-5.992a1.877 1.877 0 0 0-1.997 1.997h-.999a3.077 3.077 0 0 0-2.996 2.897v7.09l-2.996 1.997 4.494 9.048a5.853 5.853 0 0 1 3.156-1.059zM23.009 9.898a.938.938 0 0 1 .976-.9l.023.001h11.984a.94.94 0 0 1 .999.998v5.992L30 11.995l-6.991 3.894V9.898zm19.973 21.071v1.997a2.001 2.001 0 0 0-1.358.679 4.294 4.294 0 0 1-1.997 1.199 3.815 3.815 0 0 1-3.535-.739l-.779-.699a1.557 1.557 0 0 0-2.197 0c-.28.239-.54.499-.839.739a3.836 3.836 0 0 1-4.953-.14l-.779-.699c-.572-.5-1.426-.5-1.998 0-.379.3-.719.639-1.098.939a3.816 3.816 0 0 1-4.694-.12l-.619-.539a1.878 1.878 0 0 0-1.118-.62v-1.997a2.51 2.51 0 0 1 1.497.28c.556.344 1.084.731 1.578 1.158.41.447 1.028.637 1.618.499a1.85 1.85 0 0 0 .619-.319c.32-.24.58-.519.899-.779a3.835 3.835 0 0 1 4.894 0c.319.26.619.559.938.819.572.5 1.426.5 1.998 0 .319-.26.619-.559.938-.819a3.836 3.836 0 0 1 4.914 0c.299.26.579.539.878.779.572.5 1.426.5 1.998 0l.938-.819a3.577 3.577 0 0 1 2.257-.799zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 200 80" id="iD-graphic-areas" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h200v80H0z" fill="#FFF"/><path d="M128.955 27.415c-2.429 6.206-16.526 10.008-31.484 8.491-14.958-1.516-25.111-7.777-22.676-13.982 2.434-6.203 16.529-10.003 31.483-8.487 14.953 1.516 25.106 7.774 22.677 13.978z" fill="#7092FF"/><path d="M53 36L18 46v-6l35-10zM54 30.5v6L83 51v-6L54 30.5z" fill="#A9A9A9"/><path d="M173.5 28c-1.229 0-2.228.893-2.438 2.062A2.5 2.5 0 0 0 168 32.5c0 .639.23 1.214.625 1.656A2.514 2.514 0 0 0 167 36.5c0 1.381 1 2.5 2.5 2.5h.5l2 3.5v1.437c-1.479-.431-2.886-.88-4-1.437-5-2.5-9.434-6.983-15-7.5-6.041-.561-11.667 3.333-17.5 5-5.833 1.667-16.939 1.959-17.5 8l30 15 35-10c.326-3.505-3.708-6.987-8-8.219V42.5l2-3.5h.719C179 39.014 180 37.805 180 36.5c0-1.07-.68-1.987-1.625-2.344A2.46 2.46 0 0 0 179 32.5a2.5 2.5 0 0 0-3.062-2.438c-.21-1.169-1.209-2.062-2.438-2.062zM172 39h3l-1 2h-1z" fill="#8CD05F"/><path d="M18.5 46.5l30 15v-6l-30-15z" fill="#C1C1C1"/><path d="M18.5 46.5l30 15v-6l-30-15z" stroke="#FFF" stroke-width="2" fill="none"/><path d="M83.5 51.5l-35 10v-6l35-10z" fill="#C1C1C1"/><path d="M83.5 51.5l-35 10v-6l35-10z" stroke="#FFF" stroke-width="2" fill="none"/><path d="M18 46l30 15v-6L18 40zM83 51L48 61v-6l35-10z" fill="#A9A9A9"/><path d="M107 17s2.636 3.529 5.438 3.969C107.96 20.816 107 19 107 19s-.96 1.816-5.438 1.969C104.364 20.529 107 17 107 17zM93 19s2.636 3.529 5.438 3.969C93.96 22.816 93 21 93 21s-.96 1.816-5.438 1.969C90.364 22.529 93 19 93 19zM103 24s2.636 3.529 5.438 3.969C103.96 27.816 103 26 103 26s-.96 1.816-5.438 1.969C100.364 27.529 103 24 103 24z" fill="#FFF"/></symbol><symbol viewBox="0 0 200 80" id="iD-graphic-buildings" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h200v80H0z" fill="#FFF"/><path d="M20 58.544l24.051 10.127V47.152L20 37.025z" fill="#E16E5F"/><path d="M70 57.911l-25.949 10.76V47.152l13.291-12.025L70 37.025z" fill="#9F655C"/><path d="M20 37.025L34.557 25l22.785 10.127-13.291 12.025L20 37.025z" fill="#695757"/><path d="M70 37.025L34.557 25l22.785 10.127" fill="#4B4442"/><g fill="#695757"><path d="M29.494 62.342v-6.329l4.43 1.898v6.329l-4.43-1.898zM37.089 65.506v-6.329l4.43 1.899v6.329l-4.43-1.899zM21.899 59.177v-6.329l4.43 1.899v6.329l-4.43-1.899zM37.089 54.114v-6.329l4.43 1.899v6.329l-4.43-1.899zM29.494 50.949V44.62l4.43 1.899v6.329l-4.43-1.899zM21.899 47.785v-6.329l4.43 1.898v6.33l-4.43-1.899z"/></g><g fill="#554646"><path d="M52.278 64.873v-6.329l-4.43 1.899v6.329l4.43-1.899zM52.278 53.481v-6.329l-4.43 1.899v6.329l4.43-1.899zM59.873 61.709V55.38l-4.43 1.898v6.33l4.43-1.899zM59.873 50.316v-6.329l-4.43 1.899v6.329l4.43-1.899zM67.468 58.544v-6.329l-4.43 1.899v6.329l4.43-1.899zM67.468 47.152v-6.329l-4.43 1.899v6.329l4.43-1.899z"/></g><g><path d="M75.5 36.544l24.051 10.127V25.152L75.5 15.025z" fill="#E16E5F"/><path d="M125.5 35.911l-25.949 10.76V25.152l13.291-12.025 12.658 1.898z" fill="#9F655C"/><path d="M75.5 15.025L90.057 3l22.785 10.127-13.291 12.025L75.5 15.025z" fill="#695757"/><path d="M125.5 15.025L90.057 3l22.785 10.127" fill="#4B4442"/><g fill="#695757"><path d="M84.994 40.342v-6.329l4.43 1.898v6.329l-4.43-1.898zM92.589 43.506v-6.329l4.43 1.899v6.329l-4.43-1.899zM77.399 37.177v-6.329l4.43 1.899v6.329l-4.43-1.899zM92.589 32.114v-6.329l4.43 1.899v6.329l-4.43-1.899zM84.994 28.949V22.62l4.43 1.899v6.329l-4.43-1.899zM77.399 25.785v-6.329l4.43 1.898v6.33l-4.43-1.899z"/></g><g fill="#554646"><path d="M107.778 42.873v-6.329l-4.43 1.899v6.329l4.43-1.899zM107.778 31.481v-6.329l-4.43 1.899v6.329l4.43-1.899zM115.373 39.709V33.38l-4.43 1.898v6.33l4.43-1.899zM115.373 28.316v-6.329l-4.43 1.899v6.329l4.43-1.899zM122.968 36.544v-6.329l-4.43 1.899v6.329l4.43-1.899zM122.968 25.152v-6.329l-4.43 1.899v6.329l4.43-1.899z"/></g></g><g><path d="M130.5 58.544l24.051 10.127V47.152L130.5 37.025z" fill="#E16E5F"/><path d="M180.5 57.911l-25.949 10.76V47.152l13.291-12.025 12.658 1.898z" fill="#9F655C"/><path d="M130.5 37.025L145.057 25l22.785 10.127-13.291 12.025L130.5 37.025z" fill="#695757"/><path d="M180.5 37.025L145.057 25l22.785 10.127" fill="#4B4442"/><g fill="#695757"><path d="M139.994 62.342v-6.329l4.43 1.898v6.329l-4.43-1.898zM147.589 65.506v-6.329l4.43 1.899v6.329l-4.43-1.899zM132.399 59.177v-6.329l4.43 1.899v6.329l-4.43-1.899zM147.589 54.114v-6.329l4.43 1.899v6.329l-4.43-1.899zM139.994 50.949V44.62l4.43 1.899v6.329l-4.43-1.899zM132.399 47.785v-6.329l4.43 1.898v6.33l-4.43-1.899z"/></g><g fill="#554646"><path d="M162.778 64.873v-6.329l-4.43 1.899v6.329l4.43-1.899zM162.778 53.481v-6.329l-4.43 1.899v6.329l4.43-1.899zM170.373 61.709V55.38l-4.43 1.898v6.33l4.43-1.899zM170.373 50.316v-6.329l-4.43 1.899v6.329l4.43-1.899zM177.968 58.544v-6.329l-4.43 1.899v6.329l4.43-1.899zM177.968 47.152v-6.329l-4.43 1.899v6.329l4.43-1.899z"/></g></g></symbol><symbol viewBox="0 0 200 80" id="iD-graphic-lines" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h200v80H0z" fill="#FFF"/><path d="M140 50h40v3h-40zM146.762 46s-.536-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75c.191-.904-.345-2.75-.345-2.75s-.536-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75C152.536 25.846 152 24 152 24h16.5s1.433 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75s1.433 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75z" fill="#60D4DE"/><path d="M147.966 37.759c-.214.8-.821 1.333-1.354 1.19-.534-.143-.792-.908-.578-1.708.214-.8.821-1.333 1.354-1.19.534.143.792.908.578 1.708zM149.799 27.75c-.552.957-1.582 1.396-2.299.982-.717-.414-.851-1.525-.299-2.482.552-.957 1.582-1.396 2.299-.982.717.414.851 1.525.299 2.482zM171.422 31.708c.215.8.821 1.333 1.354 1.19.534-.143.793-.908.578-1.708-.214-.8-.821-1.333-1.354-1.19-.533.143-.792.908-.578 1.708zM174.299 42.75c.552.957 1.582 1.396 2.299.982.718-.414.851-1.525.299-2.482-.552-.957-1.581-1.396-2.299-.982-.717.414-.851 1.525-.299 2.482z" fill="#60D4DE" opacity=".5"/><path d="M182 51.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#60D4DE"/><path d="M181 51.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 181 51.5z" fill="#FFF"/><path d="M143 51.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#60D4DE"/><path d="M142 51.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 142 51.5z" fill="#FFF"/><g><path d="M93.5 23L92 24l-.469 2H88.25c-.554 0-.866.463-1 1L87 28c-.134.537.446 1 1 1h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2H94.031l.469-2-1-1zm-2 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17.938 3l-.468 2H87.25c-.554 0-.866.463-1 1L86 34c-.134.537.446 1 1 1h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.468-2h-2.5l.468 2H92.594l.468-2h-2.5zm-.062 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-20.344 3l-.468 2H86.25c-.554 0-.866.463-1 1L85 40c-.134.537.446 1 1 1h28c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.468-2h-2.5l.468 2H91.188l.468-2h-2.5zm.344 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm21 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-22.781 3L87 45l1.5 1 1-1 .719-3h-2.5zm22.562 0l.719 3 1 1 1.5-1-.719-3h-2.5zM80 50h40v3H80z" fill="#A9A9A9"/><path d="M114 51h5v1h-5zM103 51h5v1h-5zM92 51h5v1h-5zM81 51h5v1h-5z" fill="#FFF"/><path d="M122 51.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#A9A9A9"/><path d="M121 51.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 121 51.5z" fill="#FFF"/><path d="M83 51.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#A9A9A9"/><path d="M82 51.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 82 51.5z" fill="#FFF"/></g><g><path d="M32.5 25l-2.875 6H28l-1 1v2h1.406L28 35v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H53v-2l-1-1h-1.625L47.5 25zm1 3h13l1.5 4-1 1H33l-1-1zM31 36h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#A9A9A9"/><path d="M21 51h38v1H21z" fill="#7092FF"/><path d="M20.5 50a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="#A9A9A9"/><path d="M22.5 51c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35zM22 52.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 22 52.5zM61 52.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 61 52.5z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 200 80" id="iD-graphic-points" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h200v80H0z" fill="#FFF"/><path d="M170 31c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15zM100 31c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15zM30 31c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15zM135 11c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15zM65 11c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.716-15-15-15z" fill="#7092FF"/><path d="M162 38c-.471 0-1 .5-1 1v7c0 2.216 1 5 5 5 .359 0 .686-.017 1-.062V48h-4s.5-2 3-2c.5 0 .697.075 1 .188V44c0-.916.365-1.682 1-2 1-.5 1.404-.298 2 0l1 .5V39c0-.5-.529-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zM169 43c-.471 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5v-7c0-.5-.529-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zm4.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zM170 52h6s-.5 2-3 2-3-2-3-2zM98 38c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zm4 0a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zm-6 2a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zm4 0a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zm4 0a.499.499 0 1 1 0 1 .499.499 0 1 1 0-1zM92 45c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1zM24 36c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5V45c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5V48c0-.5-.5-1-1-1h-1zM134 18c-.554 0-1 .446-1 1v4h-4c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1zM59 18c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5V26h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5V24c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-bridleway" xmlns="http://www.w3.org/2000/svg"><path d="M29.5 6a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM43 9.156L40 13l-4.281 5H33l-1-.344V13c0-.554-.446-1-1-1h-3c-.554 0-1 .446-1 1v4h-6l-4 4-1 6h2l1-2 1-3 1-1.344v3.5L19 28.5V34c0 1 0 2 1.5 2s1.5-1 1.5-2v-5.5l1.156-2.5H25v2.5l2.5 6c.251.935.905 1.5 1.75 1.5.809 0 1.096-.876.75-2l-2-5.5v-2.312L31 27h4v7c0 .5 0 2 1.5 2s1.5-1.5 1.5-2v-7l5-9h2l2 1 1-1v-2l-4-3h-1zM27 18h3l3 3v4l-1 1-1-1v-3l-4-3zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-bus-guideway" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.416 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M24 11c-2.273 0-5 1.239-5 4.577V31s0 1.667 1.667 1.667v1.666s0 1.667 1.666 1.667C24 36 24 34.333 24 34.333v-1.666h11.667v1.666s0 1.667 1.666 1.667C39 36 39 34.333 39 34.333v-1.666s1.667 0 1.667-1.667V15.577c0-3.409-2.06-4.577-4.333-4.577H24zm.417 2.5H35.25a.416.416 0 1 1 0 .833H24.417a.416.416 0 1 1 0-.833zM22.333 16h15C39 16 39 17.611 39 17.611v5.056s0 1.666-1.667 1.666h-15c-1.666 0-1.666-1.666-1.666-1.666v-5s0-1.667 1.666-1.667zm0 11.667A1.666 1.666 0 1 1 22.334 31a1.666 1.666 0 0 1-.001-3.333zm15 0A1.666 1.666 0 1 1 37.334 31a1.666 1.666 0 0 1-.001-3.333zM44 33v1.5l5 1.875h4zM16 33v1.5l-5 1.875H7z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-cycleway" xmlns="http://www.w3.org/2000/svg"><path d="M23.594 14v2h.844L25 19h-2.5L17 29v1l1 1h11l7.563-9.469L40.5 30H42v-1l-6-13h3v-1l-1-1h-4v2l1.406 3h-8.343l-.563-3h2.094v-1l-1-1h-4zm-.094 7h2l2 8H19l4.5-8zm4 0h7L29 27.5 27.5 21zm-9 2a6.5 6.5 0 1 0 6 9h-2.25a4.473 4.473 0 0 1-3.75 2 4.5 4.5 0 0 1-4.5-4.5c0-2.324 1.77-4.199 4.031-4.438l1.125-2.031A6.463 6.463 0 0 0 18.5 23zm21.844 0l.937 2.094C43.392 25.466 45 27.283 45 29.5a4.5 4.5 0 0 1-9 0c0-1.374.623-2.581 1.594-3.406l-.875-1.875A6.492 6.492 0 0 0 34 29.5a6.5 6.5 0 1 0 6.5-6.5h-.156zm-17.657 1.531l-1 1.781c.467.467.805 1.054 1.032 1.688h2.093a6.522 6.522 0 0 0-2.125-3.469zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-footway" xmlns="http://www.w3.org/2000/svg"><path d="M32 14.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zM27 18h1.5l8.5 6.5V26h-1l-5-3.875V26l2 4 2 5-1 1h-1l-2-5-4-6v-4.656L24.5 22.5l-2 3.5H21v-1l1.5-3 4.5-4zm.844 10.406L25.531 36H24.5l-1-1 2.813-8.438zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-living-street" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 15l-2.875 6H18l-1 1v2h1.406L18 25v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 15zm1 3h13l1.5 4-1 1H23l-1-1zM21 26h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2zM16 32.625v1.5L11 36H7z" fill="#989898"/><path d="M18 12l-4 1.5v17.875L7 34V21.625l3-1.125v-4l-1 .375-2 .75V7z" fill="#B5B5B5"/><path d="M50 9l-1 1v2l1 1h2l1-1v-2l-1-1zm-1 5l-1 1-5 5h2.5l2.5-2.5V29h1l1-1v-6h2.188L53 26h4l1-1v-1h-3.406L54 21v-6l-1-1zm-4.5 11a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 44.5 25zM44 32.625v1.5L49 36h4z" fill="#989898"/><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.417 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-motorway" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M13 14L8 36h8.5l3-22H13zm8 0l-2.5 22H27l1-22h-7zm11 0l1 22h7.5L38 14h-6zm7.5 0l3 22H52l-5.5-22h-7z" fill="#444"/><path d="M42.75 20L42 16h2.875l.75 4zM38 33l-.5-4h-3l.5 4zm-26.5 0l.5-4h3l-.5 4zm11.75-13l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-motorway-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="aqa" gradientUnits="userSpaceOnUse" x1="-660.5" y1="157.987" x2="-662" y2="152.362" gradientTransform="translate(701 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M34 14l-9 22h11l1.156-7.625C35.72 27.032 34 25.193 34 24v-2l3.906 1.5 1.438-9.5H34z" fill="#B5B5B5"/><path d="M42 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S39 17.996 39 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#aqa)"/><path d="M19 36l11.359-22H25L8 36z" fill="#B5B5B5"/><path d="M32.5 33l1.25-4h-3l-1.25 4zm-10-12l2-3.5h3l-2 3.5z" fill="currentColor"/><g><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.651 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.081-3.469-4.89-6.094-7.844-7.375C28.354 39.32 27.717 39 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.062.25l.844-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-highway-path" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22 36l3-11 3-11h4l3 11 3 11z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-primary" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M17 14l-4 22h7l.281-2h1.938L22 36h7l.5-22h-5l-.344 3h-1.562L23 14h-6zm13.5 0l.5 22h7l-.219-2h1.938L40 36h7l-4.5-22H37l.406 3h-1.562l-.344-3h-5zm-8.031 4h1.562l-.312 3h-1.688l.438-3zm13.5 0h1.562l.438 3h-1.688l-.312-3zm-14.063 4h1.688l-.344 3H21.5l.406-3zm14.5 0h1.688l.406 3h-1.75l-.344-3zm-15.031 4h1.75l-.344 3h-1.812l.406-3zm15.5 0h1.75l.406 3h-1.812l-.344-3zm-16.063 4h1.876l-.344 3h-1.938l.406-3zm16.5 0h1.876l.406 3h-1.938l-.344-3z" fill="#444"/><path d="M19 33l.5-4h-3l-.5 4zm23-13l-.75-4h-2.875l.75 4zm-6 13l-.5-4h-3l.5 4zM25.25 20l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-primary-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="ata" gradientUnits="userSpaceOnUse" x1="-780.5" y1="157.987" x2="-782" y2="152.362" gradientTransform="translate(820 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M26 14L11 36h11l.844-2h1.968L24 36h11l1.156-7.625C34.72 27.032 33 25.193 33 24v-2l3.906 1.5 1.438-9.5H33l-1.219 3h-1.719l1.282-3H26zm3.656 4h1.719l-1.25 3h-1.75l1.281-3zm-1.719 4h1.782L28.5 25h-1.813l1.25-3zm-1.687 4h1.844l-1.219 3h-1.906l1.281-3zm-1.688 4h1.907l-1.25 3h-1.938l1.281-3z" fill="#B5B5B5"/><path d="M31.5 33l1.25-4h-3l-1.25 4zm-8-12l2-3.5h3l-2 3.5z" fill="currentColor"/><path d="M41 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S38 17.996 38 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#ata)"/><g><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.651 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.081-3.469-4.89-6.094-7.844-7.375C28.354 39.32 27.717 39 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.062.25l.844-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-highway-residential" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 15l-2.875 6H18l-1 1v2h1.406L18 25v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 15zm1 3h13l1.5 4-1 1H23l-1-1zM21 26h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#989898"/><path d="M42 12l4 1.5v17.875L53 34V21.625L50 20.5v-4l1 .375 2 .75V7zM44 32.625v1.5L49 36h4zM16 32.625v1.5L11 36H7zM18 12l-4 1.5v17.875L7 34V21.625l3-1.125v-4l-1 .375-2 .75V7z" fill="#B5B5B5"/><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-road" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.417 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22.375 36l3-11 3-11h4l3 11 3 11z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-secondary" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M22 14l-4 22h11l.5-22H22zm8.5 0l.5 22h11l-4.5-22h-7z" fill="#444"/><path d="M35 33l-.5-4h3l.5 4zM23.25 20l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-secondary-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="axa" gradientUnits="userSpaceOnUse" x1="-840.5" y1="157.987" x2="-842" y2="152.362" gradientTransform="translate(874 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M27 14l-9 22h11l1.156-7.625C28.72 27.032 27 25.193 27 24v-2l3.906 1.5 1.438-9.5H27z" fill="#B5B5B5"/><path d="M25.5 33l1.25-4h-3l-1.25 4z" fill="currentColor"/><path d="M35 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S32 17.996 32 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#axa)"/><g><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.65 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.081-3.469-4.89-6.094-7.844-7.375C28.354 39.32 27.717 39 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.063.25l.843-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-highway-service" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.416 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22.5 15l-2.875 6H18l-1 1v2h1.406L18 25v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 15zm1 3h13l1.5 4-1 1H23l-1-1zM21 26h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2zM44 32.625v1.5L49 36h4zM16 32.625v1.5L11 36H7z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-steps" xmlns="http://www.w3.org/2000/svg"><path d="M27 14v2l-1 2v2l-1 2v2l-1 2v2l-1 2v2l-1 2v2h16v-2l-1-2v-2l-1-2v-2l-1-2v-2l-1-2v-2l-1-2v-2h-6z" fill="currentColor" opacity=".496"/><path d="M23 32v-2h14v2zm15 4v-2H22v2zm-2-8v-2H24v2zm-1-4v-2H25v2zm-1-4v-2h-8v2zm-1-4v-2h-6v2zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M43 41h3v1h-3zm-10 1h3v-1h-3zm-10 0h3v-1h-3zm-10 0h3v-1h-3zm5 0h3v-1h-3zm10 0h3v-1h-3zm10 0h3v-1h-3z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-tertiary" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M22 14l-4 22h11l.031-2h1.938L31 36h11l-4.5-22h-7l.062 3h-1.125l.063-3H22zm7.406 4h1.188l.062 3h-1.312l.062-3zm-.093 4h1.375l.062 3h-1.5l.063-3zm-.094 4h1.562l.063 3h-1.688l.063-3zm-.094 4h1.75l.063 3h-1.875l.062-3z" fill="#444"/><path d="M35 33l-.5-4h3l.5 4zM23.25 20l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-tertiary-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="bba" gradientUnits="userSpaceOnUse" x1="-900.5" y1="157.987" x2="-902" y2="152.362" gradientTransform="translate(934 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M27 14l-1.219 3h-1.719l-.406 1h1.719l-1.25 3h-1.75l-.438 1h1.782L22.5 25h-1.813l-.437 1h1.844l-1.219 3h-1.906l-.407 1h1.907l-1.25 3h-1.938l-.437 1h1.968L18 36h11l1.156-7.625C28.72 27.032 27 25.193 27 24v-2l3.906 1.5 1.438-9.5H27z" fill="#B5B5B5"/><path d="M25.5 33l1.25-4h-3l-1.25 4z" fill="currentColor"/><path d="M35 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S32 17.996 32 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#bba)"/><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.65 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.254-3.766-5.288-6.347-8.645-7.963A2.391 2.391 0 0 0 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.063.25l.843-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-track" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.417 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M13.5 40v1H16v-1zm4.5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm-29.5 2v1H16v-1zm4.5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1zm5 0v1h3v-1z" fill="currentColor" opacity=".503"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M27 14l-6 22h6.5L29 14h-2zm4 0l1.5 22H39l-6-22h-2zM43 29v3.25l1 .375V29h-1zm-2 1v2.5l1 .375V30h-1zm6 0v3.75l.656.25H48v-4h-1zm-2 1v3l1 .375V31h-1zm4 1v3.5l1 .375V32h-1zM17 29v3.25l-1 .375V29h1zm2 1v2.5l-1 .375V30h1zm-6 0v3.75l-.656.25H12v-4h1zm2 1v3l-1 .375V31h1zm-4 1v3.5l-1 .375V32h1z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-trunk" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M15 14l-5 22h7.5l3-22H15zm7 0l-2.5 22H29l.5-22H22zm8.5 0l.5 22h9l-2.5-22h-7zm8.5 0l3 22h8l-5.5-22H39z" fill="#444"/><path d="M41.75 20L41 16h2.875l.75 4zM37 33l-.5-4h-3l.5 4zm-23.5 0l.5-4h3l-.5 4zm9.75-13l.312-4h2.876l-.313 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-highway-trunk-link" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="bea" gradientUnits="userSpaceOnUse" x1="-720.5" y1="157.987" x2="-722" y2="152.362" gradientTransform="translate(760 -132.362)"><stop offset="0" stop-color="#444"/><stop offset="1" stop-color="#B5B5B5"/></linearGradient></defs><path d="M33 14l-9 22h11l1.156-7.625C34.72 27.032 33 25.193 33 24v-2l3.906 1.5 1.438-9.5H33zM22 36l9.359-22H26L11 36z" fill="#B5B5B5"/><path d="M31.5 33l1.25-4h-3l-1.25 4zm-8-12l2-3.5h3l-2 3.5z" fill="currentColor"/><path d="M41 36v-4c0-4.452-8-5.828-8-10 0-3 .375-8 .375-8h5S38 17.996 38 20c0 2 8.595 4.072 10 8l2 8z" fill="url(#bea)"/><g><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5h-39zm2 1h35c-.31.416-.5.941-.5 1.5s.19 1.084.5 1.5h-35c.31-.416.5-.941.5-1.5s-.19-1.084-.5-1.5z" fill="inherit" opacity=".5"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor" opacity=".5"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M27 39a2.515 2.515 0 0 0-2.5 2.5c0 1.369 1.131 2.5 2.5 2.5 1.485.542 3.651 2.959 5.344 5.781l3 5c.003.004.028-.004.031 0A2.482 2.482 0 0 0 37.5 56c1.369 0 2.5-1.131 2.5-2.5 0-.466-.148-.906-.375-1.281l.031-.031-3-5c-2.081-3.469-4.89-6.094-7.844-7.375C28.354 39.32 27.717 39 27 39z" fill="inherit"/><path d="M29.469 41.312c.005.064.031.124.031.188 0 .934-.53 1.753-1.301 2.181 1.782 1.072 4.024 3.952 5.02 5.569l1.968 3.281A2.534 2.534 0 0 1 37.5 51c.096 0 .188.02.281.031l-2-3.312c-1.715-2.859-4.149-5.404-6.312-6.407zM37.5 53c-.288 0-.5.212-.5.5 0 .097.02.176.062.25l.844-.5c-.086-.138-.222-.25-.406-.25z" fill="currentColor"/><path d="M39 53.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 39 53.5zM28.5 41.5a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-highway-unclassified" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 39a2.5 2.5 0 1 0 0 5h39a2.5 2.5 0 1 0 0-5z" fill="inherit"/><path d="M12.5 40c.31.416.5.941.5 1.5s-.19 1.084-.5 1.5h35c-.31-.416-.5-.941-.5-1.5s.19-1.084.5-1.5h-35z" fill="currentColor"/><path d="M12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5zM51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5z" fill="#FFF"/><path d="M22.5 15l-2.875 6H18l-1 1v2h1.406L18 25v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 15zm1 3h13l1.5 4-1 1H23l-1-1zM21 26h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#989898"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-alert" xmlns="http://www.w3.org/2000/svg"><path d="M10.937 13.886a.324.324 0 0 0-.076-.22.264.264 0 0 0-.21-.086h-1.3a.292.292 0 0 0-.297.306v1.221c0 .088.029.159.089.211.06.052.128.078.208.078h1.3c.196 0 .293-.097.286-.289zm-.362-1.086c.078 0 .147-.03.207-.087a.281.281 0 0 0 .088-.203l.127-5.253a.27.27 0 0 0-.09-.202.279.279 0 0 0-.207-.087H9.298a.287.287 0 0 0-.295.289l.103 5.253c0 .077.029.144.088.203a.286.286 0 0 0 .206.087zm-.584-9.3c.185 0 .344.059.477.177.134.121.245.253.335.404l6.501 11.043c.058.088.104.182.14.284a.946.946 0 0 1 .056.328c0 .272-.108.468-.321.585a1.38 1.38 0 0 1-.685.179H3.504c-.242 0-.469-.059-.685-.179-.213-.117-.319-.313-.319-.585 0-.109.018-.219.049-.323.036-.105.083-.201.145-.289L9.181 4.081c.09-.151.2-.283.332-.404a.695.695 0 0 1 .478-.177" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-apply" xmlns="http://www.w3.org/2000/svg"><path d="M16.671 3.946c.499.311.754 1.144.383 1.727l-7 11.014a1.248 1.248 0 0 1-1.938.213l-4-4.005a1.25 1.25 0 1 1 1.768-1.77l2.898 2.902s5.672-8.945 6.163-9.697c.492-.753 1.227-.696 1.726-.384z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-area" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 6.5h7v7h-7v-7z" fill="currentColor" fill-opacity=".253"/><path d="M5.5 3A2.5 2.5 0 0 0 3 5.5c0 .958.543 1.788 1.333 2.208v4.584A2.502 2.502 0 0 0 3 14.5 2.5 2.5 0 0 0 5.5 17c.958 0 1.788-.543 2.208-1.333h4.584c.42.79 1.25 1.333 2.208 1.333a2.5 2.5 0 0 0 2.5-2.5c0-.958-.543-1.788-1.333-2.208V7.708A2.502 2.502 0 0 0 17 5.5 2.5 2.5 0 0 0 14.5 3c-.969 0-1.804.558-2.219 1.365l-.062-.032H7.708A2.502 2.502 0 0 0 5.5 3zm0 1.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm9 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM7.708 6.667h4.584c.234.441.6.807 1.041 1.041v4.584c-.441.234-.807.6-1.041 1.041H7.708a2.523 2.523 0 0 0-1.041-1.041V7.708c.441-.234.807-.6 1.041-1.041zM5.5 13.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm9 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-avatar" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 3C8 3 7 5 7 6v2c0 1 1 2.154 1 2.154V11l-1.692.385c-1.455.33-2.026 1.236-2.154 2.769L4 16h12l-.154-1.846c-.128-1.533-.7-2.439-2.154-2.769L12 11v-.846S13 9 13 8V6c0-1-1-3-2.5-3z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-backward" xmlns="http://www.w3.org/2000/svg"><path d="M12.87 4c1.103.079.691-.113 1.329.353.449.49.389 1.228-.136 1.648l-5.892 4.721 5.892 4.722c.525.42.585 1.158.136 1.648a1.31 1.31 0 0 1-1.762.127l-7-5.609a1.12 1.12 0 0 1 0-1.775l7-5.609L12.87 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-bug" xmlns="http://www.w3.org/2000/svg"><path d="M6 3v1l2 2.406V8h4V6.406L14 4V3h-1l-2 2H9L7 3H6zm1 6l-1 1H3l-1 1 1 1h3v1l-2 1-1 1v1h1l2-1 2 2h4l2-2 2 1h1v-1l-1-1-2-1v-1h3l1-1-1-1h-3l-1-1H7z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-close" xmlns="http://www.w3.org/2000/svg"><path d="M16.634 3.892c.394.424.488 1.278 0 1.765l-4.616 4.606 4.616 4.607a1.247 1.247 0 0 1 0 1.765 1.252 1.252 0 0 1-1.768 0l-4.616-4.607-4.616 4.606a1.251 1.251 0 0 1-1.768.001 1.247 1.247 0 0 1 0-1.765l4.616-4.607-4.616-4.606c-.488-.487-.417-1.356 0-1.764.417-.409 1.291-.424 1.768-.001.477.424 4.616 4.608 4.616 4.608s4.079-4.023 4.616-4.608c.537-.584 1.273-.458 1.768 0z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-collapse-screen" xmlns="http://www.w3.org/2000/svg"><path d="M9.357 10.404l-.359-.334-.411-.07-1.662.066-2.758.111a1 1 0 1 0 .08 1.998l1.496-.06-3.377 3.117A1.25 1.25 0 0 0 4.134 17l3.377-3.117-.06 1.496a1 1 0 1 0 1.998.079l.088-2.209.089-2.21c-.073-.462.014-.249-.269-.635zm.912-1.415c-.283-.386-.196-.173-.269-.635l.088-2.209.089-2.21a1 1 0 1 1 1.998.08l-.06 1.496 3.117-3.145A1.25 1.25 0 0 1 17 4.134l-3.117 3.144 1.496-.06a1 1 0 0 1 .079 1.999l-2.757.11-1.662.066-.412-.07-.358-.334z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-data" xmlns="http://www.w3.org/2000/svg"><path d="M9 2L8 3v1.594L3.594 9H2l-1 1v2l1 1h2l1-1v-1.594L9.406 6H11l1-1V3l-1-1zm2 11v2l1 1h2l1-1v-2l-1-1h-2zm0-4l1 1h2l1-1h2l1 1v2l-1 1v2l1 1v2l-1 1h-2l-1-1h-2l-1 1H9l-1-1v-2l1-1v-2l-1-1v-2l1-1z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-down" xmlns="http://www.w3.org/2000/svg"><path d="M10 14.999c.453.015.695-.094.949-.336.254-.243 5.25-5.855 6-6.692a1.159 1.159 0 0 0-.136-1.685 1.29 1.29 0 0 0-1.762.13c-3.684 4.108-4.368 4.82-5.051 5.583-4.301-4.797-4.301-4.747-5.051-5.583a1.29 1.29 0 0 0-1.762-.13 1.159 1.159 0 0 0-.136 1.685c5.25 5.855 5.715 6.371 6 6.692.261.226.496.32.949.336z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-edit" xmlns="http://www.w3.org/2000/svg"><path d="M15.264 3.139l-2.002-1.146c-.505-.292-1.171-.148-1.493.318l-.802 1.15 3.836 2.202.823-1.053c.292-.578.141-1.181-.368-1.471h.006zM4.171 13.32l3.831 2.191 6.236-9.044-3.81-2.19-6.257 9.044v-.001zm-.585 2.782L3.5 18.158l2-.965 1.857-.894-3.696-2.115-.078 1.917.003.001z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-forward" xmlns="http://www.w3.org/2000/svg"><path d="M6.63 4c-1.103.079-.691-.113-1.329.353a1.117 1.117 0 0 0 .136 1.648l5.892 4.721-5.892 4.722a1.117 1.117 0 0 0-.136 1.648 1.31 1.31 0 0 0 1.762.127l7-5.609a1.12 1.12 0 0 0 0-1.775l-7-5.609L6.63 4z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-full-screen" xmlns="http://www.w3.org/2000/svg"><path d="M2.269 2.404l.358-.334.412-.07 1.662.066a94607415651545260 94607415651545260 0 0 0 2.678 2.109l-1.496-.06L9 7.232A1.25 1.25 0 0 1 7.232 9L4.115 5.883l.06 1.496a1 1 0 1 1-1.998.079l-.089-2.209L2 3.039c.073-.462-.014-.249.269-.635zm15.722 0c.283.386.195.173.269.635l-.089 2.21-.088 2.209a1 1 0 1 1-1.998-.079l.059-1.496L12.768 9A1.25 1.25 0 0 1 11 7.232l3.377-3.117-1.496.06a1 1 0 1 1-.08-1.998l2.758-.111L17.221 2l.411.07.359.334zM2.269 17.856c-.283-.387-.196-.174-.269-.636l.088-2.209.089-2.21a1 1 0 1 1 1.998.08l-.06 1.496 3.117-3.145A1.25 1.25 0 0 1 9 13l-3.117 3.144 1.496-.06a1 1 0 0 1 .079 1.999l-2.757.11-1.662.067-.412-.071-.358-.333zm15.722 0c.283-.387.195-.174.269-.636l-.089-2.209-.088-2.21a1 1 0 1 0-1.998.08l.059 1.496L12.768 11A1.25 1.25 0 0 0 11 12.768l3.377 3.376-1.496-.06a1 1 0 0 0-.08 1.999l2.758.11 1.662.067.411-.071.359-.333z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-geolocate" xmlns="http://www.w3.org/2000/svg"><path d="M14.947 3.743c.678 0 1.435.793 1.213 1.721l-4.4 11c-.511 1.278-2.41.912-2.41-.464v-6H4c-1.413 0-1.741-1.977-.403-2.433 0 0 10.672-3.824 11.35-3.824z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-help" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 1l1 1v14l-1 1V2H5l-.5 1h11v15l-1 1H3V3l1-2h12.5zm-6.1 12.844H8.202V16H10.4v-2.156zM9.35 5.766q-.77 0-1.393.259t-1.064.721q-.441.462-.686 1.092-.245.63-.259 1.386h2.058q0-.378.084-.707.084-.329.259-.574.175-.245.448-.392.273-.147.651-.147.56 0 .875.308.315.308.315.952.014.378-.133.63-.147.252-.385.462-.238.21-.518.42t-.532.497q-.252.287-.441.693-.189.406-.231 1.008v.63h1.89v-.532q.056-.42.273-.7.217-.28.497-.497.28-.217.595-.434.315-.217.574-.525.259-.308.434-.742t.175-1.106q0-.406-.175-.875t-.581-.875q-.406-.406-1.071-.679-.665-.273-1.659-.273z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-inspect" xmlns="http://www.w3.org/2000/svg"><path d="M10.452 3q.563 0 .963.4.399.4.399.971 0 .563-.399.962-.4.4-.972.4-.562 0-.962-.4-.4-.399-.4-.962 0-.571.4-.971t.971-.4zM8 15.744v-.729q.993-.036 1.147-.123s.145-.102.198-.493c.18-1.008.211-3.337.017-4.983a1.51 1.51 0 0 0-.11-.628q-.109-.119-.593-.137L8 8.625v-.677q2.118-.158 3.489-.747l.22.176q-.123 1.679-.123 4.887 0 1.854.061 2.241.044.272.163.351.119.08 1.156.159v.729q-1.591-.053-2.461-.053-.466 0-2.505.053z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-layers" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 3L3 6v1l6.5 3h1L17 7V6l-6.5-3h-1zM4.094 9.5L3 10v1l6.5 3h1l6.5-3v-1l-1.094-.5L10.5 12h-1L4.094 9.5zm0 4L3 14v1l6.5 3h1l6.5-3v-1l-1.094-.5L10.5 16h-1l-5.406-2.5z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-line" xmlns="http://www.w3.org/2000/svg"><path d="M14.558 3a2.442 2.442 0 0 0-2.442 2.442c0 .246.045.478.112.702l-6.084 6.084a2.432 2.432 0 0 0-.702-.112 2.442 2.442 0 1 0 2.442 2.442c0-.246-.045-.478-.112-.702l6.084-6.084c.224.067.456.112.702.112a2.442 2.442 0 0 0 0-4.884zm0 1.465a.976.976 0 1 1 .001 1.953.976.976 0 0 1-.001-1.953zm-9.116 9.116a.978.978 0 1 1-.001 1.955.978.978 0 0 1 .001-1.955z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-load" xmlns="http://www.w3.org/2000/svg"><path d="M16 8.606c.69 0 1.25.553 1.25 1.235v5.925c0 .681-.56 1.234-1.25 1.234H4c-.69 0-1.25-.553-1.25-1.234V9.841c0-.682.56-1.235 1.25-1.235s1.25.553 1.25 1.235v4.69h9.5v-4.69c0-.682.56-1.235 1.25-1.235z" fill="currentColor"/><path d="M10.009 12.498c.391.031.688-.249.688-.249s2.66-2.704 3.051-3.198c.34-.429.35-1.02-.056-1.388a1.015 1.015 0 0 0-1.415.056l-1.017 1.08V3.228A1.24 1.24 0 0 0 10.009 2a1.24 1.24 0 0 0-1.252 1.228v5.571l-1.016-1.08a1.015 1.015 0 0 0-1.415-.056.961.961 0 0 0-.057 1.388c.58.587 3.067 3.198 3.067 3.198s.282.218.673.249z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-minus" xmlns="http://www.w3.org/2000/svg"><path d="M15 8.75a1.25 1.25 0 0 1 0 2.5H5a1.25 1.25 0 0 1 0-2.5h10z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-more" xmlns="http://www.w3.org/2000/svg"><path d="M16 12a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 12zm-6 0a2 2 0 1 0 .001-3.999A2 2 0 0 0 10 12zm-6 0a2 2 0 1 0 .001-3.999A2 2 0 0 0 4 12z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-nearby" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="cbb"><path d="M9.5 4C12.543 4 15 6.457 15 9.5S12.543 15 9.5 15A5.493 5.493 0 0 1 4 9.5C4 6.457 6.457 4 9.5 4z"/></clipPath><clipPath id="cba"><path d="M9.5 4C12.543 4 15 6.457 15 9.5S12.543 15 9.5 15A5.493 5.493 0 0 1 4 9.5C4 6.457 6.457 4 9.5 4z"/></clipPath></defs><image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAQhJREFUGBlNkUluhTAQRL8nxgUSZ4AVV8m1cpucjMAOMdrm97M+UZBacrurqouy6rrux3uvz/M01HEcZts2d13Xt5ztuq72mVnnXFRKvfhijC8BaelvEVAC1iGER0gDDlrrKGUgMNz33coRsOEsAobtNs/zIIpKQNEYEyEA+JCc2HDSGzC2KArPepSE6Muy9DTjOFbTNJWimIDcmb7vv7Isi9ip69o3TXMMw/ArM8VqLPzZEGU831jAUlVVV9u22zzPJWr0CDFPnvlBUsGS2Lggobosi4Mg9yqBYVlro1gJFKRPdBoCiUAQTEjRAXgKomxinmIkd2zSp0dhxb+6UZaPOJUkxcMk8BvNntGWzlp0zgAAAABJRU5ErkJggg==" preserveAspectRatio="none" x="4" y="4" width="11" height="11" clip-path="url(#cba)"/><g clip-path="url(#cbb)"><path d="M15 9.5A5.5 5.5 0 0 1 9.5 15V9.5zM9.5 16V9.5L14 14zm0-6.5V15A5.5 5.5 0 0 1 4 9.5zm0 0V4A5.5 5.5 0 0 0 4 9.5zm-6.688 0L5.5 14l4-4.5zM9.5 3v6.5L5 5z" fill="#1A1A1A" opacity=".2"/></g><path d="M9 4h1v6H9zm.5-1A6.508 6.508 0 0 0 3 9.5C3 13.084 5.916 16 9.5 16S16 13.084 16 9.5 13.084 3 9.5 3zm0-1a7.5 7.5 0 1 1 0 15 7.5 7.5 0 0 1 0-15z" fill="#1A1A1A"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-no" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 2.065A5.935 5.935 0 0 1 15.935 10a5.91 5.91 0 0 1-1.08 3.403L6.597 5.145A5.91 5.91 0 0 1 10 4.065zM5.145 6.597l8.258 8.258A5.91 5.91 0 0 1 10 15.935 5.935 5.935 0 0 1 4.065 10a5.91 5.91 0 0 1 1.08-3.403z" fill="currentColor"/></symbol><symbol viewBox="-20 -20 552 552" id="iD-icon-note" xmlns="http://www.w3.org/2000/svg"><path stroke="inherit" stroke-width="inherit" fill="currentColor" d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-out-link" xmlns="http://www.w3.org/2000/svg"><path d="M10.13 3.582s-.064.302-.089.577c-.025.274-.07.977-.008 1.337.062.361.146.616.146.616H4.932a.373.373 0 0 0-.282.117.374.374 0 0 0-.12.287v7.308c0 .116.035.202.118.284.084.084.171.12.284.12h8.522a.385.385 0 0 0 .292-.123.361.361 0 0 0 .12-.281v-3.7l.802.606c.177.134.371.24.581.318.216.078.435.121.662.127l.485.014v2.635c0 .402-.081.786-.243 1.148a3.077 3.077 0 0 1-1.553 1.55 2.812 2.812 0 0 1-1.146.236H4.932c-.399 0-.783-.078-1.146-.236a2.94 2.94 0 0 1-.93-.636 3.141 3.141 0 0 1-.62-.921A2.82 2.82 0 0 1 2 13.824V6.516c0-.4.078-.782.235-1.147.156-.357.364-.665.625-.927.261-.261.572-.469.926-.622a2.818 2.818 0 0 1 1.146-.238h5.198zm6.526 0h-4.565a.964.964 0 0 0-.673.271.885.885 0 0 0-.276.729l-.003.634c.001.26.091.496.269.678a.929.929 0 0 0 .683.281h.927l-5.253 5.268a.902.902 0 0 0-.276.684.96.96 0 0 0 .273.668l.627.635a.974.974 0 0 0 .686.275.933.933 0 0 0 .674-.272l5.266-5.252v.92a.943.943 0 0 0 .959.95h.682c.217.024.465-.069.66-.258a.942.942 0 0 0 .292-.692V4.534c0-.25-.099-.48-.279-.663a.921.921 0 0 0-.673-.289z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-plus" xmlns="http://www.w3.org/2000/svg"><path d="M10 3.75c.69 0 1.25.56 1.25 1.25v3.75H15a1.25 1.25 0 0 1 0 2.5h-3.75V15a1.25 1.25 0 0 1-2.5 0v-3.75H5a1.25 1.25 0 0 1 0-2.5h3.75V5c0-.69.56-1.25 1.25-1.25z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-point" xmlns="http://www.w3.org/2000/svg"><path d="M10 3C6.686 3 4 5.612 4 8.833 4 12.055 10 17 10 17s6-4.945 6-8.167C16 5.612 13.314 3 10 3zm.187 3.5c1.326 0 2.4 1.045 2.4 2.333 0 1.289-1.074 2.334-2.4 2.334-1.325 0-2.4-1.045-2.4-2.334 0-1.288 1.075-2.333 2.4-2.333z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-redo" xmlns="http://www.w3.org/2000/svg"><path d="M12.928 3.208c.254.225 2.844 2.625 3.25 3a1 1 0 0 1 0 1.469l-3.25 3a1 1 0 1 1-1.356-1.469l1.089-1.006c-1.302.017-1.708.017-3.075.231-2.044.428-3.086 1.333-3.086 3.01 0 1.97 1.091 2.842 3.376 3.141 3.117.096 3.209.095 3.374.095a1.25 1.25 0 1 1 0 2.5c-1.97.027-2.762.007-3.698-.116C6.16 16.619 4 14.892 4 11.443c0-3.076 1.999-4.814 5.074-5.457 0 0 1.895-.283 3.569-.287-.333-.349-.721-.662-1.071-1.022-.422-.432-.446-.954-.057-1.413.306-.36 1.105-.329 1.413-.056z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-relation" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 3a2.5 2.5 0 1 1 0 5c-1.011-.03-1.849-.571-2.24-1.5H8.029l3.998 3.748c.625-.263.3-.18.973-.248a2.5 2.5 0 1 1-2.5 2.5c.061-.605-.015-.348.169-.784L6.5 7.808v4.451c.99.334 1.403 1.275 1.5 2.241a2.5 2.5 0 1 1-5 0c.03-1.011.571-1.849 1.5-2.24V7.74C3.51 7.407 3.097 6.465 3 5.5A2.5 2.5 0 0 1 5.5 3c1.011.03 1.85.571 2.24 1.5h4.52c.333-.99 1.275-1.403 2.24-1.5zm-9 10.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm7.5-2a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-7.5-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-save" xmlns="http://www.w3.org/2000/svg"><path d="M16 8.606c.69 0 1.25.553 1.25 1.235v5.925c0 .681-.56 1.234-1.25 1.234H4c-.69 0-1.25-.553-1.25-1.234V9.841c0-.682.56-1.235 1.25-1.235s1.25.553 1.25 1.235v4.69h9.5v-4.69c0-.682.56-1.235 1.25-1.235z" fill="currentColor"/><path d="M10.009 2.002c.391-.031.688.249.688.249s2.66 2.704 3.051 3.198c.34.429.35 1.02-.056 1.388a1.015 1.015 0 0 1-1.415-.056l-1.017-1.08v5.571a1.24 1.24 0 0 1-1.251 1.228 1.24 1.24 0 0 1-1.252-1.228V5.701l-1.016 1.08a1.015 1.015 0 0 1-1.415.056.961.961 0 0 1-.057-1.388c.58-.587 3.067-3.198 3.067-3.198s.282-.218.673-.249z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-search" xmlns="http://www.w3.org/2000/svg"><path d="M8.66 2.75a5.91 5.91 0 0 1 5.909 5.91c-.192 1.908-.134 1.73-.958 3.183l3.273 3.273a1.25 1.25 0 0 1-1.768 1.768l-3.273-3.273c-1.546.668-1.732.934-3.183.958-3.06.052-5.91-2.646-5.91-5.909a5.91 5.91 0 0 1 5.91-5.91zm0 2.5a3.41 3.41 0 1 0 0 6.82 3.41 3.41 0 0 0 0-6.82z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-translate" xmlns="http://www.w3.org/2000/svg"><path d="M14.429 2.256c.25-.004.431.128.433.392l.009 1.628c2.098-.297 2.664-.377 2.701-.384.237-.041.42.029.478.296l.172.898c.051.239-.037.465-.303.51l-3.035.524.01 1.431c1.992-.003 3.664.853 4.518 2.674.778 2.131-.357 4.804-2.732 6.44-.164.113-.412.123-.569-.066l-.572-.699a.38.38 0 0 1 .082-.553c1.222-.915 2.923-3.073 2.084-4.723-.952 2.339-2.776 4.028-5.355 4.011-1.434-.175-2.362-1.199-2.362-2.728 0-1.056.43-2.111 1.18-2.899.539-.59 1.257-.955 2.004-1.205l-.024-1.382-2.404.415c-.228.039-.414-.08-.459-.292a156.61 156.61 0 0 0-.191-1.08c-.056-.257.121-.393.34-.43l2.684-.464-.027-1.907c-.005-.237.164-.389.394-.392l.944-.014zm-1.223 7.33c-1.128.617-1.449 1.674-1.445 2.321.005.624.218 1.034.65 1.088.638.007.353.044.859-.069l-.064-3.34zm1.697-.39l-.032 2.877c1.223-.589 1.879-2.495 1.63-2.577-.501-.215-.89-.274-1.598-.3zM5.301 7.603l1.003 3.64H4.297l1.004-3.64zm.897-2.306H4.403a.428.428 0 0 0-.417.306L.769 15.763c-.066.211.06.396.296.396H2.66c.172 0 .296-.086.344-.244l.873-2.876h2.847l.874 2.877c.048.157.171.243.344.243h1.595c.236 0 .362-.186.296-.396L6.615 5.603c-.21-.298-.07-.196-.417-.306z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-undo" xmlns="http://www.w3.org/2000/svg"><path d="M7.572 3.208c-.254.225-2.844 2.625-3.25 3a1 1 0 0 0 0 1.469l3.25 3a1 1 0 1 0 1.356-1.469L7.839 8.202c1.302.017 1.708.017 3.075.231C12.958 8.861 14 9.766 14 11.443c0 1.97-1.091 2.842-3.376 3.141-3.117.096-3.209.095-3.374.095a1.25 1.25 0 1 0 0 2.5c1.97.027 2.761.007 3.698-.116 3.392-.444 5.552-2.171 5.552-5.62 0-3.076-1.999-4.814-5.074-5.457 0 0-1.895-.283-3.569-.287.333-.349.721-.662 1.071-1.022.422-.432.446-.954.057-1.413-.306-.36-1.105-.329-1.413-.056z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-up" xmlns="http://www.w3.org/2000/svg"><path d="M10 6c.453-.016.695.093.949.336.254.242 5.25 5.855 6 6.691a1.158 1.158 0 0 1-.136 1.685 1.29 1.29 0 0 1-1.762-.129C11.367 10.474 10.683 9.763 10 9c-4.301 4.797-4.301 4.746-5.051 5.583a1.29 1.29 0 0 1-1.762.129 1.158 1.158 0 0 1-.136-1.685c5.25-5.855 5.715-6.371 6-6.691.261-.227.496-.32.949-.336z" fill="currentColor"/></symbol><symbol viewBox="0 0 20 20" id="iD-icon-vertex" xmlns="http://www.w3.org/2000/svg"><path d="M10 7a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 1.8a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-features" xmlns="http://www.w3.org/2000/svg"><path d="M67.531 11c-8.284 0-15 6.716-15 15 0 8.284 15 21 15 21s15-12.716 15-21-6.715-15-15-15zM68 20a6 6 0 1 1 0 12 6 6 0 0 1 0-12zM83.5 48a7.5 7.5 0 0 0-7.5 7.5c0 .756.136 1.468.344 2.156L57.656 76.344c-.688-.208-1.4-.344-2.156-.344a7.5 7.5 0 1 0 7.5 7.5c0-.756-.136-1.468-.344-2.156l18.688-18.688c.688.208 1.4.344 2.156.344a7.5 7.5 0 0 0 0-15zm0 4.5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-28 28a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM16.5 33A7.5 7.5 0 0 0 9 40.5c0 2.873 1.628 5.365 4 6.625v13.75c-2.372 1.26-4 3.752-4 6.625a7.5 7.5 0 0 0 7.5 7.5c2.873 0 5.365-1.628 6.625-4h13.75c1.26 2.372 3.752 4 6.625 4a7.5 7.5 0 0 0 7.5-7.5c0-2.873-1.628-5.365-4-6.625v-13.75c2.372-1.26 4-3.752 4-6.625a7.5 7.5 0 0 0-7.5-7.5c-2.908 0-5.412 1.675-6.656 4.094L36.656 37H23.125c-1.26-2.372-3.752-4-6.625-4zm0 4.5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm27 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM23.125 44h13.75A7.59 7.59 0 0 0 40 47.125v13.75A7.59 7.59 0 0 0 36.875 64h-13.75A7.59 7.59 0 0 0 20 60.875v-13.75A7.59 7.59 0 0 0 23.125 44zM16.5 64.5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm27 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-osm" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l7.813 20.5L4 46l7.813 20.531L4 87.031l4.813 1.844 26.031-26.063 4.687.719 5.688-5.687c-3.349-3.88-5.88-8.512-7.25-13.625l2.687-2.157a31.357 31.357 0 0 1-.718-6.593c0-11.278 6.012-21.192 15-26.688L45.031 5 24.5 12.813 4 5zm67.094 4.313c-14.36 0-26 11.64-26 25.999 0 14.36 11.64 26 26 26 14.359 0 26-11.64 26-26 0-14.359-11.641-25.999-26-25.999zm20.062 50.156c-5.421 4.518-12.38 7.25-19.968 7.25-2.258 0-4.471-.261-6.594-.719l-2.156 2.656c-4.856-1.301-9.307-3.589-13.063-6.687L43.5 67.844l.719 4.344-21.813 21.843 2.094.813 20.531-7.813 20.5 7.813 20.5-7.813 7.813-20.5-2.688-7.062z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-reset" xmlns="http://www.w3.org/2000/svg"><path d="M20 17l-3 3v5l25 25-25 25v5l3 3h5l25-25 25 25h5l3-3v-5L58 50l25-25v-5l-3-3h-5L50 42 25 17h-5z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-restore" xmlns="http://www.w3.org/2000/svg"><path d="M50 11l-2 2v5.063C29.66 19.114 15 34.406 15 53c0 19.271 15.729 35 35 35s35-15.729 35-35c0-11.666-5.767-22.037-14.594-28.406l-7.187 7.187C70.301 36.179 75 43.999 75 53c0 13.866-11.134 25-25 25S25 66.866 25 53a24.91 24.91 0 0 1 23-24.906V33l2 2h3l12-12-12-12h-3z" fill="currentColor"/></symbol><symbol viewBox="0 0 100 100" id="iD-logo-walkthrough" xmlns="http://www.w3.org/2000/svg"><path d="M5 8v74.656L27.5 93 50 83l22.5 10L95 82.656V8L72.5 18 50 8 27.5 18 5 8zm57.406 23.594L68 37.188l5.594-5.594 2.462 3.162L70.812 40l5.594 5.594-3.162 2.462L68 42.812l-5.594 5.594-3.087-2.975L65.188 40l-5.594-5.594zM37.219 43.906c3.029.265 6.039 1.325 8.375 3.313L42.688 50c-1.698-1.267-3.776-1.938-5.875-2.125l.406-3.969zm-4.844.375c.234 1.256 1.333 2.866 1.281 3.813-1.979 1.001-3.282 2.996-4.406 4.75l-3.149-2.517c1.596-2.427 3.51-4.892 6.274-6.046zm33.469 6.281l3.687 1.594c-.855 2.635-2.059 5.2-3.875 7.313l-2.781-2.907c1.38-1.775 2.315-3.857 2.969-6zm-17.219.094c1.53 2.213 2.46 4.763 3.844 7.063L48.875 59.5c-1.262-2.168-2.153-4.558-3.594-6.625l3.344-2.219zm-24.75 3.813l3.438 2.031c-.947 2.154-1.829 4.383-2.532 6.594l-3.668-1.662c.791-2.367 1.69-4.708 2.762-6.963zm36.25 4.625l1.6 3.681c-2.719 1.522-6.257 2.083-9.131.663l2.168-3.412c1.769.544 3.846.007 5.363-.932z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-multipolygon" xmlns="http://www.w3.org/2000/svg"><path d="M21 21h18v18H21z" fill="#FFF"/><path d="M21 21h18v18H21z" stroke="#AAA" stroke-dasharray="2,1" fill="none"/><path d="M42 20.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" opacity=".2"/><path d="M41 20.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M24 38.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" opacity=".2"/><path d="M23 38.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M24 20.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" opacity=".2"/><path d="M23 20.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M42 38.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" opacity=".2"/><path d="M41 38.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-circularize" xmlns="http://www.w3.org/2000/svg"><path d="M7.026 2.563c-1.329.531-2.444 1.419-3.312 2.531.071.018.15.009.219.031.52.169.941.49 1.281.875A6.16 6.16 0 0 1 7.37 4.375a2.953 2.953 0 0 1-.375-1.406c0-.14.012-.271.031-.406zm5.938 0c.019.135.031.266.031.406 0 .509-.147.984-.375 1.406A6.16 6.16 0 0 1 14.776 6c.34-.385.761-.706 1.282-.875.067-.022.146-.039.218-.062a7.967 7.967 0 0 0-3.312-2.5zM2.026 10.781a7.993 7.993 0 0 0 1.344 3.688c.054-.096.122-.191.188-.281.298-.411.69-.723 1.125-.938a6.262 6.262 0 0 1-.844-2.437 3.026 3.026 0 0 1-1.781-.032c-.009-.003-.023.003-.032 0zm15.907 0a3.021 3.021 0 0 1-1.782.031 6.276 6.276 0 0 1-.843 2.438c.438.204.821.519 1.125.938.065.09.133.185.187.281a7.993 7.993 0 0 0 1.344-3.688c-.009.003-.022-.003-.031 0zm-8.938 5.344a2.983 2.983 0 0 1-.562 1.594c-.027.037-.066.058-.094.093.54.116 1.082.188 1.656.188.574 0 1.116-.072 1.656-.188-.028-.035-.066-.056-.093-.093a2.976 2.976 0 0 1-.563-1.594 6.095 6.095 0 0 1-1 .094c-.345 0-.671-.041-1-.094z" fill="#7092FF"/><path d="M9.995.956a2 2 0 1 0-.001 3.999A2 2 0 0 0 9.995.956zm-7.156 5a2.009 2.009 0 0 1 2.062 2.625A2.009 2.009 0 0 1 2.37 9.862a2.01 2.01 0 0 1-1.281-2.531 2.024 2.024 0 0 1 1.75-1.375zm13.937 0a2.01 2.01 0 0 1 .844 3.906 2.01 2.01 0 0 1-2.531-1.281A2.01 2.01 0 0 1 16.37 6.05a2.11 2.11 0 0 1 .406-.094zm-10.718 8a2.05 2.05 0 0 1 1.125.375 2.022 2.022 0 0 1 .437 2.812 2.021 2.021 0 0 1-2.812.438 2.022 2.022 0 0 1-.438-2.813 1.988 1.988 0 0 1 1.688-.812zm7.875 0a1.988 1.988 0 0 1 1.687.812 2.023 2.023 0 0 1-.437 2.813 2.022 2.022 0 0 1-2.813-.438 2.021 2.021 0 0 1 .438-2.812c.335-.243.74-.362 1.125-.375z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-continue" xmlns="http://www.w3.org/2000/svg"><path d="M14 4a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm-1 2h2v3h3v2h-3v3h-2v-3h-3V9h3V6zM5 9v2h2V9H5z" fill="currentColor"/><path d="M2 8a2 2 0 1 0-.001 3.999A2 2 0 0 0 2 8z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-copy" xmlns="http://www.w3.org/2000/svg"><path d="M16 7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h8zm-1 2H9v6h6V9z" fill="inherit"/><path d="M11 1a1 1 0 0 1 1 1v4h-2V3H4v6h2v2H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-delete" xmlns="http://www.w3.org/2000/svg"><path d="M12.156 14.787c0 .091.035.167.102.228.067.06.154.09.257.09h.36c.098 0 .182-.03.251-.086a.285.285 0 0 0 .108-.232v-5.29a.31.31 0 0 0-.108-.237.348.348 0 0 0-.251-.101h-.36a.348.348 0 0 0-.251.101.31.31 0 0 0-.108.237zm-1.619-5.29a.307.307 0 0 0-.104-.237.363.363 0 0 0-.253-.101h-.36a.324.324 0 0 0-.244.101.33.33 0 0 0-.096.237v5.29c0 .091.031.167.093.228.061.06.142.09.247.09h.36c.096 0 .18-.03.253-.086a.282.282 0 0 0 .104-.232zM8.672 4.964a91.81 91.81 0 0 1 2.676 0c0-.069.005-.135.019-.202a.533.533 0 0 0 0-.187v-.128a2.849 2.849 0 0 0-.682-.095 27.3 27.3 0 0 0-1.374 0 2.8 2.8 0 0 0-.676.095v.128c0 .057.002.122.01.191.006.07.015.135.027.198m-.828 4.533a.316.316 0 0 0-.106-.237.356.356 0 0 0-.253-.101h-.358c-.1 0-.18.034-.244.101a.323.323 0 0 0-.098.237v5.29a.3.3 0 0 0 .098.228.34.34 0 0 0 .244.09h.358c.098 0 .182-.03.253-.086a.29.29 0 0 0 .106-.232zm2.161-1.312c.791-.011 1.581-.029 2.372-.05a27.15 27.15 0 0 0 2.374-.173v7.212c0 .361-.136.674-.405.934a1.364 1.364 0 0 1-.985.392H6.639c-.386 0-.718-.128-.999-.389a1.223 1.223 0 0 1-.416-.937V7.962c.753.094 1.502.153 2.243.182a61.66 61.66 0 0 0 2.244.041zM16 6.076v.594c-.227.115-.603.207-1.131.28a22.34 22.34 0 0 1-1.706.162c-.609.04-1.203.062-1.779.065-.576.006-1.035.009-1.379.009-.338 0-.797-.003-1.379-.009a29.745 29.745 0 0 1-1.791-.065 24.075 24.075 0 0 1-1.694-.158c-.522-.07-.895-.164-1.122-.284A2.139 2.139 0 0 1 4 6.371v-.607c0-.102.006-.207.019-.311.152-.077.371-.148.653-.202.281-.053.58-.098.899-.133.319-.034.634-.059.943-.077.312-.016.552-.032.723-.043-.05-.47-.014-.837.105-1.104.121-.262.302-.46.548-.588.244-.13.545-.214.905-.252.359-.036.76-.054 1.21-.054.338 0 .672.007 1.006.025.335.018.632.078.897.175.264.102.473.259.63.471.156.213.235.513.235.904v.207c0 .07-.008.142-.017.216.176.011.418.027.724.043.307.018.622.043.945.077.321.035.626.08.912.133.29.054.511.125.663.202z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-detach-node" xmlns="http://www.w3.org/2000/svg"><path d="M9.414 4.929v1.414l1.414 1.414-1.547 1.548c.295.142.596.33.84.574.252.251.432.536.574.84l1.548-1.547 1.414 1.414h1.414V4.929z" fill="currentColor"/><path d="M8 9.987a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-disconnect" xmlns="http://www.w3.org/2000/svg"><path d="M4 6l-4 4 4 4 1-1v-2h2.188A2.912 2.912 0 0 1 7 10c0-.345.08-.691.188-1H5V7L4 6zm12 0l-1 1v2h-2.188c.108.309.188.655.188 1 0 .356-.074.684-.188 1H15v2l1 1 4-4-4-4z" fill="currentColor"/><path d="M10 7.987a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-layers" xmlns="http://www.w3.org/2000/svg"><path d="M16.87 16v-2h-14v2h14zm.13-5H3V9h14v2zm0-5H3V4h14v2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-merge" xmlns="http://www.w3.org/2000/svg"><path d="M16.143 8.488c.236 0 .438.084.606.25a.825.825 0 0 1 .251.605v1.314a.822.822 0 0 1-.251.605.825.825 0 0 1-.606.251h-4.63v4.613c0 .25-.084.457-.25.623a.83.83 0 0 1-.607.251H9.344a.83.83 0 0 1-.607-.251.818.818 0 0 1-.25-.606v-4.63H3.876a.858.858 0 0 1-.625-.241.816.816 0 0 1-.251-.615V9.343c0-.236.084-.438.251-.605a.826.826 0 0 1 .606-.25h4.63V3.876c0-.25.08-.457.24-.625A.831.831 0 0 1 9.344 3h1.312c.236 0 .44.086.607.251.166.168.25.37.25.606v4.631z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-move" xmlns="http://www.w3.org/2000/svg"><path d="M10 1L7 4l1 1h1v2h2V5h1l1-1-3-3zM4 7l1 1v1h2v2H5v1l-1 1-3-3 3-3zm12 0l3 3-3 3-1-1v-1h-2V9h2V8l1-1zm-7 6h2v2h1l1 1-3 3-3-3 1-1h1v-2z" fill="currentColor"/><path d="M10 8a2 2 0 1 0-.001 3.999A2 2 0 0 0 10 8z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-orthogonalize" xmlns="http://www.w3.org/2000/svg"><path d="M7 15h6v2H7zm-4-2h2V7H3zm12 0h2V7h-2zM7 5h6V3H7z" fill="currentColor"/><path d="M4 2a2 2 0 1 0-.001 3.999A2 2 0 0 0 4 2zm0 12a2 2 0 1 1 .001 3.999A2 2 0 0 1 4 14zm12 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 14zm0-12a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-paste" xmlns="http://www.w3.org/2000/svg"><path d="M12 11a.5.5 0 0 1 .5.5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 .5-.5z" fill="inherit"/><path d="M16 8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h8zm-1 2H9v6h6v-6z" fill="inherit"/><path d="M8.5 1.5c.76.154.443-.022.966.5H12a1 1 0 0 1 1 1v4h-2V4H9.466c-.523.523-.206.347-.966.5h-2c-.76-.153-.443.023-.966-.5H4v10h2v2H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h2.534c.523-.523.206-.346.966-.5h2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-reflect-long" xmlns="http://www.w3.org/2000/svg"><path d="M9 18h2V2H9v16z" fill="currentColor"/><path d="M13 14V6h5v2h-3v6M5 14V8H2V6h5v8" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-reflect-short" xmlns="http://www.w3.org/2000/svg"><path d="M9 14h2V5H9v9z" fill="currentColor"/><path d="M7 7H0v5h2V9h5m6 0h5v3h2V7h-7" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-reverse" xmlns="http://www.w3.org/2000/svg"><path d="M8 5l-4 5 4 5h2v-1l-3.5-4L10 6V5H8zm6 0h2v1l-3.5 4 3.5 4v1h-2l-4-5 4-5z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-rotate" xmlns="http://www.w3.org/2000/svg"><path d="M10 1L9 2v1.062A8 8 0 1 0 18 11a7.95 7.95 0 0 0-2.875-6.125l-1.406 1.406A5.986 5.986 0 0 1 16 11a6 6 0 1 1-12 0 5.982 5.982 0 0 1 5-5.906V6l1 1 3-3-3-3z" fill="currentColor"/><path d="M10 9a2 2 0 1 0-.001 3.999A2 2 0 0 0 10 9z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-simplify" xmlns="http://www.w3.org/2000/svg"><path d="M9 7.5V11H8l-1 1 3 3 3-3-1-1h-1V9.5c-1.7-.85-2-2-2-2z" fill="currentColor"/><path d="M8 2c-1.333 0-2.219.781-2.719 1.281-.5.5-.614.719-1.281.719H3v2h1c1.333 0 2.219-.781 2.719-1.281C7.219 4.219 7.333 4 8 4c.167 0 .206.009.406.25.201.241.438.688.688 1.188.25.5.513 1.053.937 1.562.425.509 1.136 1 1.969 1 1.333 0 2.219-.781 2.719-1.281.5-.5.614-.719 1.281-.719h1V4h-1c-1.333 0-2.219.781-2.719 1.281-.5.5-.614.719-1.281.719-.167 0-.206-.009-.406-.25-.201-.241-.438-.688-.688-1.188-.25-.5-.513-1.053-.937-1.562C9.544 2.491 8.833 2 8 2zM3 16h14v2H3v-2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-smooth" xmlns="http://www.w3.org/2000/svg"><path d="M9 5v3H8L7 9l3 3 3-3-1-1h-1V5H9z" fill="currentColor"/><path d="M12 18c1.333 0 2.219-.781 2.719-1.281.5-.5.614-.719 1.281-.719h1v-2h-1c-1.333 0-2.219.781-2.719 1.281-.5.5-.614.719-1.281.719-.167 0-.206-.009-.406-.25-.201-.241-.438-.688-.688-1.188-.25-.5-.513-1.053-.937-1.562-.425-.509-1.136-1-1.969-1-1.333 0-2.219.781-2.719 1.281-.5.5-.614.719-1.281.719H3v2h1c1.333 0 2.219-.781 2.719-1.281.5-.5.614-.719 1.281-.719.167 0 .206.009.406.25.201.241.438.688.688 1.188.25.5.513 1.053.937 1.562.425.509 1.136 1 1.969 1zm5-14H3V2h14v2z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-split" xmlns="http://www.w3.org/2000/svg"><path d="M4 5C3 5 2 6 2 7v2h3l2 1-2 1H2v2c0 1 1 2 2 2h1c2 0 2.487-.974 3-2l1-2 9-5s0-1-2-1L8.969 8.906 8 7c-.494-.988-1-2-3-2zm0 1h2l1 2H3V7c0-1.013 1-1 1-1zm8.094 4.719l-2 1L16 15c2 0 2-1 2-1zM3 12h4l-1 2H4s-1 0-1-1z" fill="inherit"/></symbol><symbol viewBox="0 0 20 20" id="iD-operation-straighten" xmlns="http://www.w3.org/2000/svg"><path d="M5 9h2v2H5zm8 2h2V9h-2z" fill="currentColor"/><path d="M2 8a2 2 0 1 0-.001 3.999A2 2 0 0 0 2 8zm8 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 8zm8 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 18 8z" fill="inherit"/></symbol><symbol viewBox="0 0 60 60" id="iD-other-line" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.93.002-1.387-.416-2-1.029V43h-35v-.029c-.504.692-1.184.947-2 1.029a2.5 2.5 0 1 1 0-5c.93-.002 1.387.416 2 1.029V40h35v.029c.504-.693 1.184-.947 2-1.029z" fill="inherit"/><path d="M47.05 41l-.05.5.05.5h-34.1l.05-.5-.05-.5h34.1z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22.375 36l3-11 3-11h4l3 11 3 11z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-pipeline-line" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 15c-1.381 0-2.5 2.239-2.5 5s1.119 5 2.5 5H27V15H16.5zM31 15v10h14.5V15H31z" fill="#B5B5B5"/><path d="M48 20c0 2.761-1.119 5-2.5 5S43 22.761 43 20s1.119-5 2.5-5 2.5 2.239 2.5 5z" fill="#989898"/><path d="M28 12v14l-2 10h2l1.594-8h4.812L36 36h2l-2-10h-6V12h-2zm6 0v2h2v-2h-2zm-12 3c-1 0-2.5 2.239-2.5 5s1.5 5 2.5 5h2c-1.381 0-3-2.239-3-5s1.619-5 3-5h-2zm15 0c-1 0-2.5 2.239-2.5 5s1.5 5 2.5 5h2c-1.381 0-3-2.239-3-5s1.619-5 3-5h-2zm8.5 0c-1.381 0-2.5 2.239-2.5 5s1.119 5 2.5 5 2.5-2.239 2.5-5-1.119-5-2.5-5z" fill="#989898"/><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.424-.07-1.944-.793-2.45-2h-34.1c-.359 1.231-1.197 1.874-2.45 2a2.5 2.5 0 1 1 0-5c1.424.069 1.943.793 2.45 2h34.1c.359-1.232 1.197-1.874 2.45-2z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-piste-line" xmlns="http://www.w3.org/2000/svg"><path d="M41.768 20.834a2.417 2.417 0 1 1-4.834 0 2.417 2.417 0 0 1 4.834 0zm-2.063 11.908a.402.402 0 0 0-.531-.178 4.334 4.334 0 0 1-3.674.403l-10.2-5.108 4.383-2.191v-4.834l2.417 1.208v4.834l2.417 1.209 2.417-1.209-2.417-1.208v-7.251L29.683 16l-2.417 1.208v7.251l-4.383 2.192-4.302-2.143a.404.404 0 0 0-.355.725l16.919 8.459a3.814 3.814 0 0 0 1.612.306 6.175 6.175 0 0 0 2.771-.709.403.403 0 0 0 .181-.54l-.004-.007zM49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-power-line" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.425-.07-1.943-.793-2.45-2h-34.1c-.359 1.232-1.197 1.874-2.45 2a2.5 2.5 0 1 1 0-5c1.424.069 1.943.793 2.45 2h34.1c.359-1.232 1.197-1.874 2.45-2z" fill="currentColor"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M20 10v1h2v-1h-2zm4 0v1h2v-1h-2zm10 0v1h2v-1h-2zm4 0v1h2v-1h-2zm-17.688 5c-.665 3.533-3.045 5.5-5.312 5.5h-1v1h1a5.462 5.462 0 0 0 3-.906v.906h1c2.879 0 5.615-2.478 6.312-6.5h-1c-.665 3.533-3.045 5.5-5.312 5.5h-.875c1.561-1.08 2.76-2.991 3.187-5.5h-1zm14.376 0c.697 4.022 3.433 6.5 6.312 6.5h1v-.906a5.462 5.462 0 0 0 3 .906h1v-1h-1c-2.267 0-4.647-1.967-5.312-5.5h-1c.427 2.509 1.626 4.42 3.187 5.5H41c-2.267 0-4.647-1.967-5.312-5.5h-1z" fill="#989898"/><path d="M28 10v2h-9v2h9v22h4V14h9v-2h-9v-2h-4z" fill="#B5B5B5"/></symbol><symbol viewBox="0 0 45 45" id="iD-preset-icon-frame" xmlns="http://www.w3.org/2000/svg"><path d="M7 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM3.5 23.999a1.5 1.5 0 1 1-.006-2.998 1.5 1.5 0 0 1 .006 2.998zM7 41.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM24 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 24 41.5zM45 41.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM41.5 23.999a1.5 1.5 0 1 1 .001-3 1.5 1.5 0 0 1-.001 3zM45 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM24 3.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 24 3.5z" opacity=".2"/><path d="M6 3.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M3.5 22a.5.5 0 0 1 0 1 .5.5 0 0 1 0-1z" fill="#FFF" opacity=".5"/><path d="M6 41.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M23 41.5a.5.5 0 0 1-1 0 .5.5 0 0 1 1 0z" fill="#FFF" opacity=".5"/><path d="M44 41.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M41.5 22a.5.5 0 0 1 0 1 .5.5 0 0 1 0-1z" fill="#FFF" opacity=".5"/><path d="M44 3.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#FFF"/><path d="M23 3.5a.5.5 0 0 1-1 0 .5.5 0 0 1 1 0z" fill="#FFF" opacity=".5"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-abandoned" xmlns="http://www.w3.org/2000/svg"><g fill="#989898"><path d="M36.044 23.685l-1.449.118.729 1.197h7.427c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.469-2h-2.5l.469 2h-2.826l.179.248 1.034 1.437zM39.25 23a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM33.846 19h7.904c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2h-4.013l1.313 2.403.327.597zm4.404-2a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM27.666 16h-3.885l.469-2-1-1-1.5 1-.469 2H18c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1h8.277l.347-.635L27.666 16zm-6.416 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM20.936 28l.472-2h-2.501l-.469 2H16c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1h6.911l1.59-3h-3.315zm-1.686 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM40.031 32l.719 3 1 1 1.5-1-.719-3zM23.848 23.647l1.036-1.438.15-.209h-2.691l.472-2h-2.502l-.469 2H17c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1h7.798l.749-1.235-1.449-.118zM20.25 24a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM44.749 30l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.469-2h-2.5l.469 2h-3.436l1.588 3h6.536c.554 0 1.134-.463 1-1zm-4.499 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM16.75 35l1.5 1 1-1 .719-3h-2.5z"/></g><path d="M30.803 31.655l5.643.031-.363-.686-1.588-3-.817-1.543 1.298-.106L34.154 25l-1.256-2.064 1.3-.106L33.6 22l-2.162-3-.009-.012 1.213-.107L31.066 16l-1.107-2.027-.026.122v-.158L28.806 16l-1.553 2.844 1.212.106-.036.05-2.162 3-.571.792 1.297.105L25.716 25l-.797 1.313 1.298.107L25.38 28l-1.588 3-.344.649 2.273-.031-.003.009 3.47.019V36.023h1.625l-.008-3.365-.001-.502z" fill="#555"/><path d="M49.5 38.937a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 40.937v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.437a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001zM12 41.437a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-disused" xmlns="http://www.w3.org/2000/svg"><g fill="#989898"><path d="M17.001 35l1.5 1 1-1 .719-3h-2.5zM40.282 32l.719 3 1 1 1.5-1-.719-3zM21.187 28l.472-2h-2.501l-.469 2h-2.438c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1h11.79c-.313-1.031-.775-2.081-1.457-3h-5.147zm-1.686 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM17.001 25h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.469-2h-2.5l.469 2H22.594l.472-2h-2.502l-.469 2h-2.844c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1zm22.5-2a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM18.001 19h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1H38.97l-.469-2-1.5-1-1 1 .469 2H24.032l.469-2-1-1-1.5 1-.469 2h-3.281c-.554 0-.866.463-1 1l-.25 1c-.134.537.446 1 1 1zm20.5-2a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM45 30l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.469-2h-2.5l.469 2h-4.244l-.315.285c-1.087.982-1.675 1.941-2.01 2.715h11.258c.553 0 1.133-.463.999-1zm-4.499 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"/></g><path d="M49.501 39a2.5 2.5 0 1 1 0 5c-.906.004-1.372-.402-1.971-1H12.469c-.492.678-1.174.92-1.971 1a2.5 2.5 0 0 1 0-5c.908-.004 1.374.402 1.971 1H47.53c.492-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16.001 41v1h-3.05l.05-.5-.05-.5h3.05zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0h-3.05v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51.001 41.5A1.5 1.5 0 1 1 48 41.499 1.5 1.5 0 0 1 51 41.5zM12.001 41.5A1.5 1.5 0 1 1 9 41.499 1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><g fill="#555"><path d="M24.407 31.625c3.038 3.078 2.378 4.385 2.378 4.385s.211.039 1.669.039c.119-3.129-2.293-3.861-4.047-4.424zM30.979 36.031c.046-2.014-.264-3.628-.749-4.922-.491-1.309-1.162-2.282-1.833-3-1.276-1.365-2.546-1.8-2.546-1.8a7.946 7.946 0 0 1 1.55 1.8c.612.952 1.035 1.99 1.321 3 .732 2.581.603 4.935.603 4.935s.572-.013 1.654-.013zM33.557 28c-1.804.807-2.44 2.824-2.44 2.824l.047.176.437 1.64s-.001-.664.373-1.64c.321-.84.927-1.912 2.053-3 .083-.08.161-.16.25-.24a3.58 3.58 0 0 0-.72.24zM32.019 36.038l1.58-.009s-.23-2.368 1.996-4.326c-1.734.498-3.385 2.08-3.576 4.335z"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-railway-light-rail" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><g fill="#989898"><path d="M22.5 32h3.333L25 33.488h10L34.167 32H37.5l2.5 4.464h-3.333l-.834-1.488H24.167l-.834 1.488H20L22.5 32zM25.111 10L19 15.727v13.364L21.444 31h17.111L41 29.091V15.727L34.889 10h-9.778zm0 .955h9.778v1.909h-9.778v-1.909zm-2.444 4.772h14.666l1.222.955V20.5H21.444v-3.818l1.223-.955zm-1.223 9.546h3.667l2.444 1.909v.954h-4.888l-1.223-.954v-1.909zm13.445 0h3.666v1.909l-1.222.954h-4.889v-.954l2.445-1.909zM25 6v1h4v2h2V7h4V6z"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-railway-monorail" xmlns="http://www.w3.org/2000/svg"><path d="M49.667 39a2.5 2.5 0 0 1 0 5c-.907.004-1.373-.402-1.971-1H12.637c-.492.678-1.173.92-1.97 1a2.5 2.5 0 1 1 0-5c.906-.004 1.372.402 1.97 1h35.059c.492-.678 1.173-.92 1.971-1z" fill="currentColor"/><path d="M16.167 41v1h-3.051l.051-.5-.051-.5h3.051zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0h-3.05v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M23 31l-2-2V16l5-6h8l5 6v13l-2 2h-3v3h-2v-2l-1-1h-2l-1 1v2h-2v-3h-3zm14-7h-4l-1 2v1h4l1-1v-2zm-10 0h-4v2l1 1h4v-1l-1-2zm9-8H24l-1 1v4h14v-4l-1-1zm-2-5h-8v2h8v-2z" fill="#989898"/><path d="M31 32v3h2v1h-6v-1h2v-3h2z" fill="#B5B5B5"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-rail" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M23.5 13L22 14l-.469 2H18.25c-.554 0-.866.463-1 1L17 18c-.134.537.446 1 1 1h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2H24.031l.469-2-1-1zm-2 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17.938 3l-.468 2H17.25c-.554 0-.866.463-1 1L16 24c-.134.537.446 1 1 1h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.468-2h-2.5l.468 2H22.594l.468-2h-2.5zm-.062 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-20.344 3l-.468 2H16.25c-.554 0-.866.463-1 1L15 30c-.134.537.446 1 1 1h28c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.468-2h-2.5l.468 2H21.188l.468-2h-2.5zm.344 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm21 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-22.781 3L17 35l1.5 1 1-1 .719-3h-2.5zm22.562 0L41 35l1 1 1.5-1-.719-3h-2.5z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-subway" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.492-.678 1.174-.92 1.971-1z" fill="currentColor"/><path d="M16 41v1h-3.051l.051-.5-.051-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="inherit"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><path d="M22.5 32h3.333L25 33.488h10L34.167 32H37.5l2.5 4.464h-3.333l-.834-1.488H24.167l-.834 1.488H20L22.5 32zM25 9l-6 5.739v14.348L21 31h18l2-1.913V14.739L35 9H25zm1 1.913h8v1.913h-8v-1.913zm-4 3.826h16l1 .957v3.826l-3 1.913H24l-3-1.913v-3.826l1-.957zm-1 10.522h3l2 1.913v.956h-4l-1-.956v-1.913zm15 0h3v1.913l-1 .956h-4v-.956l2-1.913z" fill="#989898"/><path d="M23 4c-5 0-9 3-9 9v20l3-1V13c0-4 3-6 6-6h14c3 0 6 2 6 6v19l3 1V13c0-6-4.068-8.178-9-9h-8z" fill="#B5B5B5"/></symbol><symbol viewBox="0 0 60 60" id="iD-railway-tram" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1z"/><path d="M16 41v1h-3.05l.05-.5-.05-.5H16zm11 0h-5v1h5v-1zm11 0h-5v1h5v-1zm9.05 0H44v1h3.05l-.05-.5.05-.5z" fill="#AAA"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/><g fill="#989898"><path d="M34 33l1.5 4H38l-1.5-4zM25.469 33L24 37h-2.5l1.469-4zM26.444 10L22 16v14l1.778 2h12.444L38 30V16l-4.444-6h-7.112zm0 1h7.112v2h-7.112v-2zm-1.777 5H35.333l.889 1v4H23.778v-4l.889-1zm-.889 10h2.666l1.778 2v1h-3.555l-.889-1v-2zm9.778 0h2.666v2l-.889 1h-3.555v-1l1.778-2zM25 6v1h4v2h2V7h4V6z"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-relation" xmlns="http://www.w3.org/2000/svg"><path d="M26.906 20c.054.323.094.662.094 1 0 .338-.04.677-.094 1h8.188A4.916 4.916 0 0 1 35 21c0-.345.027-.675.094-1h-8.188zm-1.031 4.437a6.038 6.038 0 0 1-1.406 1.438l7.375 7.344a5.214 5.214 0 0 1 1.406-1.407l-7.375-7.375zM20 26.906v8.188A4.916 4.916 0 0 1 21 35c.345 0 .675.027 1 .094v-8.188A6.106 6.106 0 0 1 21 27c-.338 0-.677-.04-1-.094z" fill="#CCC"/><path d="M40 17a4 4 0 1 1 0 8 4 4 0 0 1 0-8z" fill="#70372F"/><path d="M40 18a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" fill="#E06D5F"/><path d="M40 20a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" fill="#FFF"/><path d="M25 40a4 4 0 1 1-8 0 4 4 0 0 1 8 0z" fill="#2C5476"/><path d="M24 40a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#58A9ED"/><path d="M22 40a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" fill="#FFF"/><g><path d="M40 36a4 4 0 1 1-8 0 4 4 0 0 1 8 0z" fill="#46682F"/><path d="M39 36a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" fill="#8CD05F"/><path d="M37 36a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" fill="#FFF"/></g><g><path d="M26 21a5 5 0 1 1-10.001-.001A5 5 0 0 1 26 21z" fill="#444"/><path d="M25 21a4 4 0 1 1-8 0 4 4 0 0 1 8 0z" fill="#CCC"/><path d="M23 21a2 2 0 1 1-3.999.001A2 2 0 0 1 23 21z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-restriction" xmlns="http://www.w3.org/2000/svg"><path d="M30 14.5c-8.56 0-15.5 6.94-15.5 15.5 0 8.56 6.94 15.5 15.5 15.5 8.56 0 15.5-6.94 15.5-15.5 0-8.56-6.94-15.5-15.5-15.5zm0 4c6.351 0 11.5 5.149 11.5 11.5 0 2.454-.784 4.726-2.094 6.594l-16-16A11.454 11.454 0 0 1 30 18.5zm-9.406 4.906l16 16A11.454 11.454 0 0 1 30 41.5c-6.351 0-11.5-5.149-11.5-11.5 0-2.454.784-4.726 2.094-6.594z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-no-left-turn" xmlns="http://www.w3.org/2000/svg"><path d="M20 17l-10 9 10 9v-6h5.5L20 23.5V17zm6.531 6L38 34.469V31l-2-4-2-2-4-2h-3.469zM32 35.5v5.312c1.354-.282 2.611-.854 3.75-1.562L32 35.5z" fill="#989898"/><path d="M30 15c-3.388 0-6.49 1.14-9 3.031v5.063l16.375 16.375-.5.343A11.937 11.937 0 0 1 30 42c-4.473 0-8.374-2.459-10.438-6.094l-4.437-3.968C16.076 39.309 22.368 45 30 45c8.29 0 15-6.71 15-15s-6.71-15-15-15zm0 3c6.621 0 12 5.379 12 12 0 2.561-.822 4.928-2.188 6.875l-.343.469L22.625 20.5l.5-.344A11.919 11.919 0 0 1 30 18z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-no-right-turn" xmlns="http://www.w3.org/2000/svg"><path d="M39 17v6H29l-1.656.812L32.531 29H39v6l10-9zm-15.75 9.75L23 27l-2 3v6.312a11 11 0 0 0 6 4.282V31l.25-.25z" fill="#989898"/><path d="M30 15c-8.29 0-15 6.71-15 15s6.71 15 15 15c7.973 0 14.482-6.213 14.969-14.062l-3.813 3.437c-.353.893-.8 1.726-1.343 2.5l-.344.469-16.406-16.406-.438-.438.5-.344A11.919 11.919 0 0 1 30 18c3.08 0 5.874 1.183 8 3.094v-3.75C35.681 15.874 32.952 15 30 15zm-9.469 7.625l.407.406 16 16 .437.438-.5.343A11.937 11.937 0 0 1 30 42c-6.621 0-12-5.379-12-12 0-2.561.822-4.959 2.188-6.906z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-no-straight-on" xmlns="http://www.w3.org/2000/svg"><path d="M30 15l-9 10h7.531L33 29.469V25h6l-9-10zm-3 15.5v10.094c.953.269 1.96.406 3 .406a9.89 9.89 0 0 0 3-.469V36.5l-6-6z" fill="#989898"/><path d="M28.469 15.063C20.901 15.83 15 22.228 15 30c0 8.29 6.71 15 15 15s15-6.71 15-15c0-7.814-5.966-14.227-13.594-14.937l3.688 4.093C39.163 21.078 42 25.206 42 30c0 2.561-.822 4.928-2.188 6.875l-.343.469-.407-.406L28.125 26H23.906l13.032 13.031.437.438-.5.343A11.937 11.937 0 0 1 30 42c-6.621 0-12-5.379-12-12 0-2.561.822-4.959 2.188-6.906l.343-.469.407.406.25.25 2-2.219-.126-.124-.437-.438.5-.344a11.838 11.838 0 0 1 1.781-1.031l3.688-4.062c-.041.003-.084-.005-.125 0z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-no-u-turn" xmlns="http://www.w3.org/2000/svg"><path d="M29 22l-2.312 1.156L31.531 28H35l2 2v6h-6l9 10 9-10h-6v-6l-1.281-2.594L41 26l-2-2-4-2zm-6.156 4.344L21 30v6.312c1.343 1.913 3.267 3.408 5.531 4.157L27 40v-9.5z" fill="#989898"/><path d="M30 15c-8.29 0-15 6.71-15 15s6.71 15 15 15c2.307 0 4.486-.54 6.437-1.469l-2.125-2.375c-1.337.523-2.79.844-4.312.844-6.622 0-12-5.379-12-12 0-2.561.822-4.959 2.187-6.906l.344-.469.406.406L32.906 35H36v-1.125L23.062 20.938l-.437-.438.5-.344A11.919 11.919 0 0 1 30 18c4.385 0 8.219 2.359 10.312 5.875l1.5 1.531L44 29.75V35h.125c.552-1.564.875-3.246.875-5 0-8.29-6.71-15-15-15z" fill="#E06D5F"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-only-left-turn" xmlns="http://www.w3.org/2000/svg"><path d="M30 14c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm-2 4v6h6l2 1 3 3 1 2v4.562a10.982 10.982 0 0 1-6 5.657V32l-2-2h-4v6l-6.969-6.281L18 27l10-9z" fill="#58A9ED"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-only-right-turn" xmlns="http://www.w3.org/2000/svg"><path d="M30 14c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm2 4l10 9-3.031 2.719L32 36v-6h-4l-2 2v8.219a10.982 10.982 0 0 1-6-5.657V30l1-2 3-3 2-1h6v-6z" fill="#58A9ED"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-only-straight-on" xmlns="http://www.w3.org/2000/svg"><path d="M30 14c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm0 4l9 10h-6v12.531A9.89 9.89 0 0 1 30 41a11.03 11.03 0 0 1-3-.406V28h-6l9-10z" fill="#58A9ED"/></symbol><symbol viewBox="0 0 60 60" id="iD-restriction-only-u-turn" xmlns="http://www.w3.org/2000/svg"><path d="M46 30c0-8.837-7.163-16-16-16s-16 7.163-16 16 7.163 16 16 16 16-7.163 16-16zm-3 1.5l-6.949 10.373L28.5 31.5h4.865v-4.998l-1.935-1.807h-3.618L25.5 27v12c-2.5 0-5.171-1.983-5.171-5 0-3-.088-6.13 0-8.128.171-3.872 6.244-6.452 6.244-6.452s3.148-.547 5.783.017c3.136.563 6.195 4.515 6.156 6.435.039 3.08 0 5.628 0 5.628H43z" fill="#58A9ED"/></symbol><symbol viewBox="0 0 60 60" id="iD-route" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 32.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 32.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 32.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 33.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 33.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 33.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 26.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 34.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 26.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 34.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 26.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 26.5zM37 34.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 34.5zM26 26.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 26.5zM14 34.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 34.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-bicycle" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M22.589 11v2h.844l.562 3h-2.5l-5.5 10v1l1 1h11l7.563-9.469L39.495 27h1.5v-1l-6-13h3v-1l-1-1h-4v2l1.406 3h-8.343l-.563-3h2.094v-1l-1-1h-4zm-.094 7h2l2 8h-8.5l4.5-8zm4 0h7l-5.5 6.5-1.5-6.5zm-9 2a6.5 6.5 0 1 0 6 9h-2.25a4.473 4.473 0 0 1-3.75 2 4.5 4.5 0 0 1-4.5-4.5c0-2.324 1.77-4.199 4.031-4.438l1.125-2.031a6.45 6.45 0 0 0-.656-.031zm21.844 0l.937 2.094c2.111.372 3.719 2.189 3.719 4.406a4.5 4.5 0 0 1-9 0c0-1.374.623-2.581 1.594-3.406l-.875-1.875A6.495 6.495 0 0 0 39.495 33a6.5 6.5 0 1 0 0-13h-.156zm-17.656 1.531l-1 1.781c.466.467.805 1.054 1.031 1.688h2.094a6.535 6.535 0 0 0-2.125-3.469z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-bus" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M24.167 8c-2.273 0-5 1.239-5 4.577V28s0 1.667 1.666 1.667v1.666S20.833 33 22.5 33s1.667-1.667 1.667-1.667v-1.666h11.666v1.666S35.833 33 37.5 33s1.667-1.667 1.667-1.667v-1.666s1.666 0 1.666-1.667V12.577c0-3.409-2.06-4.577-4.332-4.577H24.167zm.416 2.5h10.834a.416.416 0 1 1 0 .833H24.583a.414.414 0 0 1-.416-.416c0-.231.185-.417.416-.417zM22.5 13h15c1.667 0 1.667 1.611 1.667 1.611v5.056s0 1.666-1.667 1.666h-15c-1.667 0-1.667-1.666-1.667-1.666v-5S20.833 13 22.5 13zm0 11.667a1.667 1.667 0 1 1 0 3.334 1.667 1.667 0 0 1 0-3.334zm15 0a1.667 1.667 0 1 1 0 3.334 1.667 1.667 0 0 1 0-3.334z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-detour" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M17 14l-2 2v15l2 2h28l2-2V16l-2-2H17" fill="#FC6C14"/><path d="M34 19.5l5 4-5 4V25H23v-3h11"/><path d="M17 16.013v15h28v-15H17zm1 1h26v13H18v-13z"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-ferry" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M25.666 26.974a5.991 5.991 0 0 1 3.695 1.339l.519.459h.1l.619-.559a5.773 5.773 0 0 1 6.871-.36l4.514-8.868-2.996-1.997v-7.09a3.077 3.077 0 0 0-2.996-2.897h-.999a1.878 1.878 0 0 0-1.997-1.997h-5.992a1.877 1.877 0 0 0-1.997 1.997h-.999a3.077 3.077 0 0 0-2.996 2.897v7.09l-2.996 1.997 4.494 9.048a5.855 5.855 0 0 1 3.156-1.059zM23.009 9.898a.938.938 0 0 1 .999-.899h11.984a.94.94 0 0 1 .999.998v5.992L30 11.995l-6.991 3.894V9.898zm19.973 21.071v1.997a2.001 2.001 0 0 0-1.358.679 4.294 4.294 0 0 1-1.997 1.199 3.815 3.815 0 0 1-3.535-.739l-.779-.699a1.557 1.557 0 0 0-2.197 0c-.28.239-.539.499-.839.739a3.836 3.836 0 0 1-4.953-.14l-.779-.699c-.572-.5-1.426-.5-1.998 0-.379.3-.719.639-1.098.939a3.816 3.816 0 0 1-4.694-.12l-.619-.539a1.878 1.878 0 0 0-1.118-.62v-1.997a2.515 2.515 0 0 1 1.498.28c.555.344 1.083.731 1.577 1.158.41.447 1.028.637 1.618.499a1.85 1.85 0 0 0 .619-.319c.32-.24.58-.519.899-.779a3.835 3.835 0 0 1 4.894 0c.319.26.619.559.938.819.572.5 1.426.5 1.998 0 .319-.26.619-.559.938-.819a3.836 3.836 0 0 1 4.914 0c.299.26.579.539.878.779.573.5 1.426.5 1.998 0l.939-.819a3.573 3.573 0 0 1 2.256-.799z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-foot" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11 45.419l2.75 4.156 12-8L23 37.419z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M32 12.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zM27 16h1.5l8.5 6.5V24h-1l-5-3.875V24l2 4 2 5-1 1h-1l-2-5-4-6v-4.656L24.5 20.5l-2 3.5H21v-1l1.5-3 4.5-4zm.844 10.406L25.531 34H24.5l-1-1 2.812-8.438z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-horse" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M27.5 5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM41 8.156L38 12l-4.281 5H31l-1-.344V12c0-.554-.446-1-1-1h-3c-.554 0-1 .446-1 1v4h-6l-4 4-1 6h2l1-2 1-3 1-1.344v3.5L17 27.5V33c0 1 0 2 1.5 2s1.5-1 1.5-2v-5.5l1.156-2.5H23v2.5l2.5 6c.251.935.905 1.5 1.75 1.5.809 0 1.096-.876.75-2l-2-5.5v-2.312L29 26h4v7c0 .5 0 2 1.5 2s1.5-1.5 1.5-2v-7l5-9h2l2 1 1-1v-2l-4-3h-1zM25 17h3l3 3v4l-1 1-1-1v-3l-4-3z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-light-rail" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><g fill="#989898"><path d="M22.5 31h3.333L25 32.488h10L34.167 31H37.5l2.5 4.464h-3.333l-.834-1.488H24.167l-.834 1.488H20L22.5 31zM25.111 9L19 14.727v13.364L21.444 30h17.112L41 28.091V14.727L34.889 9h-9.778zm0 .955h9.778v1.909h-9.778V9.955zm-2.444 4.772h14.666l1.223.955V19.5H21.444v-3.818l1.223-.955zm-1.223 9.546h3.667l2.445 1.909v.954h-4.889l-1.223-.954v-1.909zm13.445 0h3.667v1.909l-1.223.954h-4.889v-.954l2.445-1.909zM25 5v1h4v2h2V6h4V5z"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-line" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M22 31l3-11 3-11h4l3 11 3 11z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-master" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><g><path d="M36.969 31.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 31.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 31.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 32.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 32.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 32.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 25.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 33.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 25.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 33.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 25.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 25.5zM37 33.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 33.5zM26 25.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 25.5zM14 33.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 33.5z" fill="#FFF"/></g><g><path d="M36.969 17.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 17.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 17.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 18.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 18.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 18.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 11.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 19.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 11.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 19.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 11.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 11.5zM37 19.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 19.5zM26 11.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 11.5zM14 19.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 19.5z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-pipeline" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><g><path d="M15.5 13c-1.381 0-2.5 2.239-2.5 5s1.119 5 2.5 5H26V13H15.5zM30 13v10h14.5V13H30z" fill="#B5B5B5"/><path d="M47 18c0 2.761-1.119 5-2.5 5S42 20.761 42 18s1.119-5 2.5-5 2.5 2.239 2.5 5z" fill="#989898"/><path d="M27 10v14l-2 10h2l1.594-8h4.812L35 34h2l-2-10h-6V10h-2zm6 0v2h2v-2h-2zm-12 3c-1 0-2.5 2.239-2.5 5s1.5 5 2.5 5h2c-1.381 0-3-2.239-3-5s1.619-5 3-5h-2zm15 0c-1 0-2.5 2.239-2.5 5s1.5 5 2.5 5h2c-1.381 0-3-2.239-3-5s1.619-5 3-5h-2zm8.5 0c-1.381 0-2.5 2.239-2.5 5s1.119 5 2.5 5 2.5-2.239 2.5-5-1.119-5-2.5-5z" fill="#989898"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-piste" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M41.884 18.834a2.417 2.417 0 1 1-4.834 0 2.417 2.417 0 0 1 4.834 0zm-2.062 11.908a.404.404 0 0 0-.532-.178 4.333 4.333 0 0 1-3.674.403l-10.2-5.108 4.383-2.191v-4.834l2.417 1.209v4.833l2.417 1.209 2.417-1.209-2.417-1.208v-7.251L29.799 14l-2.417 1.209v7.251l-4.383 2.191-4.302-2.143a.404.404 0 1 0-.354.725l16.919 8.459a3.822 3.822 0 0 0 1.611.307 6.198 6.198 0 0 0 2.771-.709.404.404 0 0 0 .182-.541l-.004-.007z" fill="currentColor"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-power" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M20 8v1h2V8h-2zm4 0v1h2V8h-2zm10 0v1h2V8h-2zm4 0v1h2V8h-2zm-17.688 5c-.665 3.533-3.045 5.5-5.312 5.5h-1v1h1a5.462 5.462 0 0 0 3-.906v.906h1c2.879 0 5.615-2.478 6.312-6.5h-1c-.665 3.533-3.045 5.5-5.312 5.5h-.875c1.561-1.08 2.76-2.991 3.187-5.5h-1zm14.376 0c.697 4.022 3.433 6.5 6.312 6.5h1v-.906a5.462 5.462 0 0 0 3 .906h1v-1h-1c-2.267 0-4.647-1.967-5.312-5.5h-1c.427 2.509 1.626 4.42 3.187 5.5H41c-2.267 0-4.647-1.967-5.312-5.5h-1z" fill="#989898"/><path d="M28 8v2h-9v2h9v22h4V12h9v-2h-9V8h-4z" fill="#B5B5B5"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-road" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M22.5 12l-2.875 6H18l-1 1v2h1.406L18 22v6l1 1h5l2 1h8l2-1h5l1-1v-6l-.406-1H43v-2l-1-1h-1.625L37.5 12zm1 3h13l1.5 4-1 1H23l-1-1zM21 23h3l1 2v1h-4l-1-1v-1zm15 0h3l1 1v1l-1 1h-4v-1zm-17 7v2l1 1h3l1-1v-2zm17 0v2l1 1h3l1-1v-2z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-subway" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><g><path d="M22.5 31h3.333L25 32.488h10L34.167 31H37.5l2.5 4.464h-3.333l-.834-1.488H24.167l-.834 1.488H20L22.5 31zM25 8l-6 5.739v14.348L21 30h18l2-1.913V13.739L35 8H25zm1 1.913h8v1.913h-8V9.913zm-4 3.826h16l1 .957v3.826l-3 1.913H24l-3-1.913v-3.826l1-.957zm-1 10.522h3l2 1.913v.957h-4l-1-.957v-1.913zm15 0h3v1.913l-1 .957h-4v-.957l2-1.913z" fill="#989898"/><path d="M23 3c-5 0-9 3-9 9v20l3-1V12c0-4 3-6 6-6h14c3 0 6 2 6 6v19l3 1V12c0-6-4.068-8.178-9-9h-8z" fill="#B5B5B5"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-train" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M23.5 11L22 12l-.469 2H18.25c-.554 0-.866.463-1 1L17 16c-.134.537.446 1 1 1h24c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.781l-.469-2-1.5-1-1 1 .469 2H24.031l.469-2-1-1zm-2 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm17 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-17.938 3l-.468 2H17.25c-.554 0-.866.463-1 1L16 22c-.134.537.446 1 1 1h26c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-2.344l-.468-2h-2.5l.468 2H22.594l.468-2h-2.5zm-.062 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm19 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-20.344 3l-.468 2H16.25c-.554 0-.866.463-1 1L15 28c-.134.537.446 1 1 1h28c.554 0 1.134-.463 1-1l-.25-1c-.134-.537-.446-1-1-1h-1.938l-.468-2h-2.5l.468 2H21.188l.468-2h-2.5zm.344 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm21 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-22.781 3L17 33l1.5 1 1-1 .719-3h-2.5zm22.562 0L41 33l1 1 1.5-1-.719-3h-2.5z" fill="#989898"/></symbol><symbol viewBox="0 0 60 60" id="iD-route-tram" xmlns="http://www.w3.org/2000/svg"><path d="M35.969 47.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M33.125 47.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M10.125 47.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M35.375 48.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M33.656 48.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M10.656 48.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M49 41.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M14 49.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M26 41.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M37 49.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M48 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 48 41.5zM36 49.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 36 49.5zM25 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 25 41.5zM13 49.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 13 49.5z" fill="#FFF"/><g><path d="M34.031 34L35 36l1 1 1.5-1-.969-2zM23.5 34l-.969 2-1 1-1.5-1L21 34zM25 11l-5 6v14l2 2h14l2-2V17l-5-6h-8zm0 1h8v2h-8v-2zm-2 5h12l1 1v4H22v-4l1-1zm-1 10h3l2 2v1h-4l-1-1v-2zm11 0h3v2l-1 1h-4v-1l2-2z" fill="#989898"/><path d="M24 7v1h4v2h2V8h4V7z" fill="#B5B5B5"/></g></symbol><symbol viewBox="0 0 60 60" id="iD-route-water" xmlns="http://www.w3.org/2000/svg"><path d="M36.969 45.469l-2.938 4.062-11-8 2.938-4.062z" fill="#46682F"/><path d="M34.125 45.406l2.75 4.188 12-8-2.75-4.188z" fill="#70372F"/><path d="M11.125 45.419l2.75 4.156 12-8-2.75-4.156z" fill="#2C5476"/><path d="M36.375 46.281l-1.75 2.438-11-8 1.75-2.438z" fill="#8CD05F"/><path d="M34.656 46.25l1.688 2.5 12-8-1.688-2.5z" fill="#E06D5F"/><path d="M11.656 46.263l1.688 2.5 12-8-1.688-2.5z" fill="#58A9ED"/><path d="M50 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#70372F"/><path d="M15 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#2C5476"/><path d="M27 39.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#395E53"/><path d="M38 47.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" fill="#5B502F"/><path d="M49 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 49 39.5zM37 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 37 47.5zM26 39.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 26 39.5zM14 47.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 14 47.5z" fill="#FFF"/><path d="M18.007 23.759c-.214.8-.82 1.333-1.354 1.19-.533-.143-.792-.908-.578-1.708.215-.8.821-1.333 1.355-1.19.533.143.792.908.577 1.708zM19.84 13.75c.553-.957.419-2.068-.299-2.482-.717-.414-1.746.025-2.299.982-.552.957-.418 2.068.299 2.482.718.414 1.747-.025 2.299-.982zm21.624 3.958c-.215-.8.044-1.565.577-1.708.534-.143 1.14.39 1.355 1.19.214.8-.045 1.565-.578 1.708-.534.143-1.14-.39-1.354-1.19zM44.34 28.75c-.552-.957-.418-2.068.299-2.482.718-.414 1.747.025 2.299.982.553.957.419 2.068-.299 2.482-.717.414-1.746-.025-2.299-.982z" fill="currentColor" opacity=".5"/><path d="M16.803 32s-.536-1.846-.345-2.75c.221-1.047 1.655-2.75 1.655-2.75s1.433-1.703 1.654-2.75c.192-.904-.345-2.75-.345-2.75s-.536-1.846-.345-2.75c.221-1.047 1.655-2.75 1.655-2.75s1.433-1.703 1.654-2.75c.192-.904-.345-2.75-.345-2.75h16.5s1.434 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.345 2.75C39.727 19.297 41.16 21 41.16 21s1.434 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.345 2.75c.221 1.047 1.654 2.75 1.654 2.75z" fill="currentColor"/></symbol><symbol viewBox="0 0 44 24" id="iD-turn-no" xmlns="http://www.w3.org/2000/svg"><path d="M44 12c0-2-1.15-3.29-2-4L33.581.969c-1.512-1.28-4.003-1.179-5.406.219l-1 1A4.048 4.048 0 0 0 25.987 5h-4.375c-2.187-2.987-5.671-5-9.625-5C5.407 0 0 5.42 0 12s5.407 12 11.987 12c3.969 0 7.471-1.993 9.656-5h4.344c0 1.055.438 2.102 1.188 2.844l1 1c1.403 1.397 3.894 1.498 5.406.218L42 16c.921-.772 2-2 2-4z" opacity=".5"/><path d="M40 12l-9.013-8-1 1v4H19.393c-1.192-2.92-4.057-5-7.406-5C7.569 4 4 7.582 4 12s3.569 8 7.987 8a8.006 8.006 0 0 0 7.438-5h10.562v4l1 1z" fill="#E06D5F"/><path d="M14 8v8l-1 1h-2l-1-1V8l1-1h2z" opacity=".5"/></symbol><symbol viewBox="0 0 32 32" id="iD-turn-no-u" xmlns="http://www.w3.org/2000/svg"><path d="M0 16C0 7.211 7.211 0 16 0s16 7.211 16 16-7.211 16-16 16S0 24.789 0 16z" opacity=".5"/><path d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12-5.373 12-12 12S4 22.627 4 16z" fill="#E06D5F"/><path d="M9.138 20.5l5-5 2-2 4-4h1l1 1v1l-4 4-2 2-5 5h-1l-1-1v-1zm.875-6.5l1-2 1-1 2-1H18.2l-2.781 2.781L15.2 13h-1.187l-1 1v1.188l-2.594 2.593-.406-.781v-3zm4.031 7l2.781-2.781.188-.219 1.594-1.562 3.406 3.062-5 4.5v-3h-2.969z" opacity=".5"/></symbol><symbol viewBox="0 0 44 24" id="iD-turn-only" xmlns="http://www.w3.org/2000/svg"><path d="M44 12c0-2-1.15-3.29-2-4L33.581.969c-1.512-1.28-4.003-1.179-5.406.219l-1 1A4.048 4.048 0 0 0 25.987 5h-4.375c-2.187-2.987-5.671-5-9.625-5C5.407 0 0 5.42 0 12s5.407 12 11.987 12c3.969 0 7.471-1.993 9.656-5h4.344c0 1.055.438 2.102 1.188 2.844l1 1c1.403 1.397 3.894 1.498 5.406.218L42 16c.921-.772 2-2 2-4z" opacity=".5"/><path d="M40 12l-9.013-8-1 1v4H19.393c-1.192-2.92-4.057-5-7.406-5C7.569 4 4 7.582 4 12s3.569 8 7.987 8a8.006 8.006 0 0 0 7.438-5h10.562v4l1 1z" fill="#7092FF"/><path d="M14.997 12.015a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" opacity=".5"/></symbol><symbol viewBox="0 0 32 32" id="iD-turn-only-u" xmlns="http://www.w3.org/2000/svg"><path d="M16 0C7.211 0 0 7.211 0 16s7.211 16 16 16 16-7.211 16-16S24.789 0 16 0z" opacity=".5"/><path d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12-5.373 12-12 12S4 22.627 4 16z" fill="#7092FF"/><path d="M17 24v-3h-3l-2-1-1-1-1-2v-3l1-2 1-1 2-1h5l1 1v1l-1 1h-5l-1 1v3l1 1h3v-3l5 4.5z" opacity=".5"/></symbol><symbol viewBox="0 0 37 11" id="iD-turn-shadow" xmlns="http://www.w3.org/2000/svg"><path d="M31.5 0a5.5 5.5 0 0 1 0 11h-26a5.5 5.5 0 1 1 0-11h26z"/><path d="M6 6h26" stroke="#000" stroke-width="3" stroke-linecap="round" fill="none"/><path d="M6 6h26" stroke="#FFF" stroke-width="2" stroke-linecap="round" fill="none"/><path d="M7.5 5.5a2 2 0 1 1-3.999.001A2 2 0 0 1 7.5 5.5z"/><path d="M7 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" fill="#BBB"/><path d="M33.5 5.5a2 2 0 1 1-3.999.001A2 2 0 0 1 33.5 5.5z"/><path d="M33 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" fill="#BBB"/></symbol><symbol viewBox="0 0 44 24" id="iD-turn-yes" xmlns="http://www.w3.org/2000/svg"><path d="M44 12c0-2-1.15-3.29-2-4L33.581.969c-1.512-1.28-4.003-1.179-5.406.219l-1 1A4.048 4.048 0 0 0 25.987 5h-4.375c-2.187-2.987-5.671-5-9.625-5C5.407 0 0 5.42 0 12s5.407 12 11.987 12c3.969 0 7.471-1.993 9.656-5h4.344c0 1.055.438 2.102 1.188 2.844l1 1c1.403 1.397 3.894 1.498 5.406.218L42 16c.921-.772 2-2 2-4z" opacity=".5"/><path d="M40 12l-9.013-8-1 1v4H19.393c-1.192-2.92-4.057-5-7.406-5C7.569 4 4 7.582 4 12s3.569 8 7.987 8a8.006 8.006 0 0 0 7.438-5h10.562v4l1 1z" fill="#8CD05F"/><path d="M14.997 12.015a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" opacity=".5"/></symbol><symbol viewBox="0 0 32 32" id="iD-turn-yes-u" xmlns="http://www.w3.org/2000/svg"><path d="M16 0C7.211 0 0 7.211 0 16s7.211 16 16 16 16-7.211 16-16S24.789 0 16 0z" opacity=".5"/><path d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12-5.373 12-12 12S4 22.627 4 16z" fill="#8CD05F"/><path d="M17 24v-3h-3l-2-1-1-1-1-2v-3l1-2 1-1 2-1h5l1 1v1l-1 1h-5l-1 1v3l1 1h3v-3l5 4.5z" opacity=".5"/></symbol><symbol viewBox="0 0 60 60" id="iD-walkthrough-mouse" xmlns="http://www.w3.org/2000/svg"><path d="M29.5 12v15H41c0-10-4-15-11.5-15z" fill="currentColor"/><path d="M29.5 12v15H18c0-10 5-15 11.5-15z" fill="inherit"/><path d="M29.5 11C36.404 11 42 16.596 42 23.5v18C42 48.404 36.404 54 29.5 54S17 48.404 17 41.5v-18C17 16.596 22.596 11 29.5 11zM19 28v13.5C19 47.299 23.701 52 29.5 52S40 47.299 40 41.5V28H19zm11.573-14.946l-.073-.004V26H40v-2.5c-.177-5.881-3.925-9.324-9.427-10.446zM19 26h9.5V13.05c-5.512.765-9.221 4.921-9.5 10.45V26z" fill="#000001"/></symbol><symbol viewBox="0 0 60 60" id="iD-waterway-canal" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.241-.056-1.887-.661-2.346-1.75H12.846c-.337 1.114-1.239 1.638-2.346 1.75a2.5 2.5 0 1 1 0-5c1.241.056 1.887.661 2.346 1.75h34.308c.337-1.114 1.239-1.639 2.346-1.75zM22 14s.535 1.846.344 2.75c-.222 1.047-1.656 2.75-1.656 2.75s-1.435 1.703-1.657 2.75c-.191.904.344 2.75.344 2.75s.535 1.846.344 2.75c-.222 1.047-1.656 2.75-1.656 2.75s-1.435 1.703-1.657 2.75c-.191.904.344 2.75.344 2.75h27s-1.435-1.703-1.656-2.75c-.191-.904.344-2.75.344-2.75s.534-1.846.343-2.75C42.56 26.703 41.125 25 41.125 25s-1.435-1.703-1.656-2.75c-.191-.904.344-2.75.344-2.75s.534-1.846.343-2.75C39.935 15.703 38.5 14 38.5 14zm6 2h4l2 2 2 12-4 2h-4l-4-2 2-12zm4.2 8l.8 4h-6l.8-4zm-.6-3l.4 2h-4l.4-2zm-.6-3l.4 2h-2.8l.4-2z" fill="currentColor"/><path d="M24 30h12l-4 2h-4z" fill="currentColor" opacity=".601"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-waterway-ditch" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.241-.056-1.887-.661-2.346-1.75H12.846c-.337 1.114-1.239 1.638-2.346 1.75a2.5 2.5 0 1 1 0-5c1.241.056 1.887.661 2.346 1.75h34.308c.337-1.114 1.239-1.639 2.346-1.75zM24.762 36L29 14h2.5l4.238 22z" fill="currentColor"/><path d="M26 14l-4.25 22h2L28 14h-2zm6.5 0l4.25 22h2L34.5 14h-2z" fill="#B5B5B5"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-waterway-river" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-.907.004-1.373-.402-1.971-1H12.471c-.493.678-1.174.92-1.971 1a2.5 2.5 0 1 1 0-5c.907-.004 1.373.402 1.971 1h35.058c.493-.678 1.174-.92 1.971-1zM16.762 36s-.536-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75c.191-.904-.345-2.75-.345-2.75s-.536-1.846-.345-2.75c.221-1.047 1.655-2.75 1.655-2.75s1.433-1.703 1.654-2.75C22.536 15.846 22 14 22 14h16.5s1.433 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75s1.434 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75z" fill="currentColor"/><path d="M17.966 27.759c-.214.8-.821 1.333-1.354 1.19-.534-.143-.792-.908-.578-1.708.214-.8.821-1.333 1.354-1.19.534.143.792.908.578 1.708zm1.833-10.009c.552-.957.418-2.068-.299-2.482-.717-.414-1.747.025-2.299.982-.552.957-.418 2.068.299 2.482.717.414 1.747-.025 2.299-.982zm21.623 3.958c-.214-.8.045-1.565.578-1.708.534-.143 1.14.39 1.354 1.19.215.8-.044 1.565-.577 1.708-.534.143-1.14-.39-1.355-1.19zm2.877 11.042c-.552-.957-.418-2.068.299-2.482.718-.414 1.747.025 2.299.982.552.957.419 2.068-.299 2.482-.717.414-1.747-.025-2.299-.982z" fill="currentColor" opacity=".5"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol><symbol viewBox="0 0 60 60" id="iD-waterway-stream" xmlns="http://www.w3.org/2000/svg"><path d="M49.5 39a2.5 2.5 0 1 1 0 5c-1.241-.056-1.887-.661-2.346-1.75H12.846c-.337 1.114-1.239 1.638-2.346 1.75a2.5 2.5 0 1 1 0-5c1.241.056 1.887.661 2.346 1.75h34.308c.337-1.114 1.239-1.639 2.346-1.75zM22.762 36s-.536-1.846-.345-2.75c.221-1.047 1.654-2.75 1.654-2.75s1.434-1.703 1.655-2.75c.191-.904-.345-2.75-.345-2.75s-.536-1.846-.345-2.75c.221-1.047 1.655-2.75 1.655-2.75s1.433-1.703 1.654-2.75C28.536 15.846 28 14 28 14h4.5s1.433 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75s1.434 1.703 1.655 2.75c.191.904-.345 2.75-.345 2.75s-.537 1.846-.346 2.75c.222 1.047 1.655 2.75 1.655 2.75z" fill="currentColor"/><path d="M23.966 27.759c-.214.8-.821 1.333-1.354 1.19-.534-.143-.792-.908-.578-1.708.214-.8.821-1.333 1.354-1.19.534.143.792.908.578 1.708zm1.833-10.009c.552-.957.418-2.068-.299-2.482-.717-.414-1.747.025-2.299.982-.552.957-.418 2.068.299 2.482.717.414 1.747-.025 2.299-.982zm9.623 3.958c-.214-.8.045-1.565.578-1.708.534-.143 1.14.39 1.354 1.19.215.8-.044 1.565-.577 1.708-.534.143-1.14-.39-1.355-1.19zm2.877 11.042c-.552-.957-.418-2.068.299-2.482.718-.414 1.747.025 2.299.982.552.957.419 2.068-.299 2.482-.717.414-1.747-.025-2.299-.982z" fill="currentColor" opacity=".5"/><path d="M51 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 51 41.5zM12 41.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 41.5z" fill="#FFF"/></symbol></svg>
\ No newline at end of file
index 5a8c8e4d84dd1d37620d665f3f69463ccfb19b5a..2501e98797d528c6ca1ba9ce345a470b3f2882b6 100644 (file)
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 24 24" id="complementary--both-directions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M23.088 17.989a.891.891 0 0 0 .891-.891V6.901a.891.891 0 0 0-.891-.891H.976a.891.891 0 0 0-.891.891v10.197c0 .492.399.891.891.891h22.112z"/><path fill="#231f20" d="M22.972 17.738a.766.766 0 0 0 .769-.769V7.018a.766.766 0 0 0-.769-.769H1.101a.77.77 0 0 0-.77.769v9.951a.766.766 0 0 0 .769.769zm-21.871-.405a.363.363 0 0 1-.365-.365V7.017a.363.363 0 0 1 .365-.365h21.871a.363.363 0 0 1 .365.365v9.951a.365.365 0 0 1-.365.365H1.101z"/><path fill="#231f20" d="M16.299 7.964c-.311-.266-.843-.355-1.154-.089-.222.222-.311.488-.222.844l.635 1.644H8.731l.635-1.644c.089-.355 0-.621-.222-.844-.311-.266-.843-.178-1.154.089l-5.846 4.044 5.765 4.108c.311.266.843.355 1.154.089.222-.222.311-.488.222-.843l-.524-1.652-.001-.056h6.768l-.001.056-.525 1.652c-.089.355 0 .622.222.843.311.266.843.178 1.154-.089l5.765-4.108-5.846-4.044z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--chevron-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M20.327 23.886a.599.599 0 0 0 .597-.597V.71a.599.599 0 0 0-.597-.597H3.741a.599.599 0 0 0-.597.597v22.579c0 .328.268.597.597.597h16.586z"/><path fill="#231f20" d="M11.902 23.208h8.22l-7.951-10.936L20.415.847h-8.367L3.755 12.272l8.147 10.936z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--chevron-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M20.327 23.886a.599.599 0 0 0 .597-.597V.71a.599.599 0 0 0-.597-.597H3.741a.599.599 0 0 0-.597.597v22.579c0 .328.268.597.597.597h16.586z"/><path fill="#231f20" d="M12.269 23.208l8.147-10.936L12.123.847H3.756L12 12.272 4.049 23.208h8.22z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-10--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M5.005 7.325V6.294c.971-.095 1.649-.253 2.032-.474s.67-.746.859-1.573h1.061V14.9H7.523V7.325H5.005zm14.187-1.412c.478.882.717 2.089.717 3.623 0 1.454-.217 2.657-.65 3.608-.628 1.365-1.654 2.047-3.078 2.047-1.285 0-2.241-.558-2.869-1.673-.523-.931-.784-2.181-.784-3.75 0-1.215.157-2.259.471-3.13.588-1.624 1.651-2.435 3.19-2.435 1.385 0 2.386.57 3.003 1.711zM17.84 13.04c.413-.618.62-1.768.62-3.451 0-1.215-.149-2.215-.448-2.999s-.879-1.177-1.741-1.177c-.792 0-1.371.372-1.737 1.117s-.549 1.842-.549 3.291c0 1.091.117 1.967.351 2.63.359 1.011.971 1.517 1.838 1.517.697 0 1.253-.309 1.666-.926zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-15--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M5.005 7.325V6.294c.971-.095 1.649-.253 2.032-.474s.67-.746.859-1.573h1.061V14.9H7.523V7.325H5.005zm8.935 4.848c.09.767.446 1.297 1.068 1.591.319.149.687.224 1.106.224.797 0 1.387-.254 1.771-.762s.575-1.071.575-1.688c0-.747-.228-1.325-.684-1.733s-1.002-.613-1.64-.613c-.463 0-.86.09-1.192.269s-.614.428-.848.747l-1.165-.067.814-5.76h5.558v1.3h-4.55l-.456 2.973c.249-.189.486-.331.71-.426.398-.164.859-.247 1.382-.247.981 0 1.813.316 2.495.949s1.023 1.434 1.023 2.406c0 1.011-.313 1.903-.938 2.674s-1.622 1.158-2.992 1.158c-.872 0-1.642-.245-2.312-.736s-1.045-1.244-1.124-2.26h1.397zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M4.59 12.494c.331-.682.977-1.302 1.939-1.86l1.434-.829c.642-.374 1.093-.692 1.352-.956.408-.413.613-.887.613-1.419 0-.623-.187-1.117-.56-1.483s-.872-.549-1.494-.549c-.921 0-1.559.349-1.912 1.046-.189.374-.294.891-.314 1.554H4.281c.015-.931.187-1.691.515-2.279.583-1.036 1.611-1.554 3.085-1.554 1.225 0 2.12.331 2.686.994s.848 1.399.848 2.211c0 .857-.301 1.589-.904 2.196-.349.354-.974.782-1.875 1.285l-1.023.568c-.488.269-.872.525-1.15.769-.498.433-.812.914-.941 1.442h5.842v1.27H4.02c.05-.921.24-1.723.572-2.406zm14.602-6.581c.478.882.717 2.089.717 3.623 0 1.454-.217 2.657-.65 3.608-.628 1.365-1.654 2.047-3.078 2.047-1.285 0-2.241-.558-2.869-1.673-.523-.931-.784-2.181-.784-3.75 0-1.215.157-2.259.471-3.13.588-1.624 1.651-2.435 3.19-2.435 1.385 0 2.386.57 3.003 1.711zM17.84 13.04c.413-.618.62-1.768.62-3.451 0-1.215-.149-2.215-.448-2.999s-.879-1.177-1.741-1.177c-.792 0-1.371.372-1.737 1.117s-.549 1.842-.549 3.291c0 1.091.117 1.967.351 2.63.359 1.011.971 1.517 1.838 1.517.697 0 1.253-.309 1.666-.926zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M4.59 12.494c.331-.682.977-1.302 1.939-1.86l1.434-.829c.642-.374 1.093-.692 1.352-.956.408-.413.613-.887.613-1.419 0-.623-.187-1.117-.56-1.483s-.872-.549-1.494-.549c-.921 0-1.559.349-1.912 1.046-.189.374-.294.891-.314 1.554H4.281c.015-.931.187-1.691.515-2.279.583-1.036 1.611-1.554 3.085-1.554 1.225 0 2.12.331 2.686.994s.848 1.399.848 2.211c0 .857-.301 1.589-.904 2.196-.349.354-.974.782-1.875 1.285l-1.023.568c-.488.269-.872.525-1.15.769-.498.433-.812.914-.941 1.442h5.842v1.27H4.02c.05-.921.24-1.723.572-2.406zm9.35-.321c.09.767.446 1.297 1.068 1.591.319.149.687.224 1.106.224.797 0 1.387-.254 1.771-.762s.575-1.071.575-1.688c0-.747-.228-1.325-.684-1.733s-1.002-.613-1.64-.613c-.463 0-.86.09-1.192.269s-.614.428-.848.747l-1.165-.067.814-5.76h5.558v1.3h-4.55l-.456 2.973c.249-.189.486-.331.71-.426.398-.164.859-.247 1.382-.247.981 0 1.813.316 2.495.949s1.023 1.434 1.023 2.406c0 1.011-.313 1.903-.938 2.674s-1.622 1.158-2.992 1.158c-.872 0-1.642-.245-2.312-.736s-1.045-1.244-1.124-2.26h1.397zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M4.762 14.149c-.57-.695-.855-1.54-.855-2.536h1.404c.06.692.189 1.195.388 1.509.349.563.979.844 1.89.844.707 0 1.275-.189 1.703-.568s.642-.867.642-1.464c0-.737-.225-1.253-.676-1.546s-1.077-.441-1.879-.441c-.09 0-.181.001-.273.004s-.186.006-.28.011V8.774a5.865 5.865 0 0 0 .657.037c.503 0 .916-.08 1.24-.239.568-.279.852-.777.852-1.494 0-.533-.189-.944-.568-1.233s-.819-.433-1.322-.433c-.896 0-1.517.299-1.86.896-.189.329-.296.797-.321 1.404h-1.33c0-.797.159-1.474.478-2.032.548-.996 1.512-1.494 2.891-1.494 1.091 0 1.935.243 2.533.728s.896 1.189.896 2.11c0 .657-.177 1.19-.53 1.599a2.232 2.232 0 0 1-.852.598c.563.154 1.002.452 1.319.893s.474.98.474 1.617c0 1.021-.336 1.853-1.009 2.495s-1.626.964-2.861.964c-1.265 0-2.183-.347-2.753-1.042zm14.43-8.236c.478.882.717 2.089.717 3.623 0 1.454-.217 2.657-.65 3.608-.628 1.365-1.654 2.047-3.078 2.047-1.285 0-2.241-.558-2.869-1.673-.523-.931-.784-2.181-.784-3.75 0-1.215.157-2.259.471-3.13.588-1.624 1.651-2.435 3.19-2.435 1.385 0 2.386.57 3.003 1.711zM17.84 13.04c.413-.618.62-1.768.62-3.451 0-1.215-.149-2.215-.448-2.999s-.879-1.177-1.741-1.177c-.792 0-1.371.372-1.737 1.117s-.549 1.842-.549 3.291c0 1.091.117 1.967.351 2.63.359 1.011.971 1.517 1.838 1.517.697 0 1.253-.309 1.666-.926zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M4.762 14.149c-.57-.695-.855-1.54-.855-2.536h1.404c.06.692.189 1.195.388 1.509.349.563.979.844 1.89.844.707 0 1.275-.189 1.703-.568s.642-.867.642-1.464c0-.737-.225-1.253-.676-1.546s-1.077-.441-1.879-.441c-.09 0-.181.001-.273.004s-.186.006-.28.011V8.774a5.865 5.865 0 0 0 .657.037c.503 0 .916-.08 1.24-.239.568-.279.852-.777.852-1.494 0-.533-.189-.944-.568-1.233s-.819-.433-1.322-.433c-.896 0-1.517.299-1.86.896-.189.329-.296.797-.321 1.404h-1.33c0-.797.159-1.474.478-2.032.548-.996 1.512-1.494 2.891-1.494 1.091 0 1.935.243 2.533.728s.896 1.189.896 2.11c0 .657-.177 1.19-.53 1.599a2.232 2.232 0 0 1-.852.598c.563.154 1.002.452 1.319.893s.474.98.474 1.617c0 1.021-.336 1.853-1.009 2.495s-1.626.964-2.861.964c-1.265 0-2.183-.347-2.753-1.042zm9.178-1.976c.09.767.446 1.297 1.068 1.591.319.149.687.224 1.106.224.797 0 1.387-.254 1.771-.762s.575-1.071.575-1.688c0-.747-.228-1.325-.684-1.733s-1.002-.613-1.64-.613c-.463 0-.86.09-1.192.269s-.614.428-.848.747l-1.165-.067.814-5.76h5.558v1.3h-4.55l-.456 2.973c.249-.189.486-.331.71-.426.398-.164.859-.247 1.382-.247.981 0 1.813.316 2.495.949s1.023 1.434 1.023 2.406c0 1.011-.313 1.903-.938 2.674s-1.622 1.158-2.992 1.158c-.872 0-1.642-.245-2.312-.736s-1.045-1.244-1.124-2.26h1.397zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M8.599 11.112V6.264L5.17 11.112h3.429zm.022 3.788v-2.615H3.929V10.97L8.83 4.172h1.136v6.94h1.576v1.173H9.966V14.9H8.621zm10.571-8.987c.478.882.717 2.089.717 3.623 0 1.454-.217 2.657-.65 3.608-.628 1.365-1.654 2.047-3.078 2.047-1.285 0-2.241-.558-2.869-1.673-.523-.931-.784-2.181-.784-3.75 0-1.215.157-2.259.471-3.13.588-1.624 1.651-2.435 3.19-2.435 1.385 0 2.386.57 3.003 1.711zM17.84 13.04c.413-.618.62-1.768.62-3.451 0-1.215-.149-2.215-.448-2.999s-.879-1.177-1.741-1.177c-.792 0-1.371.372-1.737 1.117s-.549 1.842-.549 3.291c0 1.091.117 1.967.351 2.63.359 1.011.971 1.517 1.838 1.517.697 0 1.253-.309 1.666-.926zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-45--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M8.599 11.112V6.264L5.17 11.112h3.429zm.022 3.788v-2.615H3.929V10.97L8.83 4.172h1.136v6.94h1.576v1.173H9.966V14.9H8.621zm5.319-2.727c.09.767.446 1.297 1.068 1.591.319.149.687.224 1.106.224.797 0 1.387-.254 1.771-.762s.575-1.071.575-1.688c0-.747-.228-1.325-.684-1.733s-1.002-.613-1.64-.613c-.463 0-.86.09-1.192.269s-.614.428-.848.747l-1.165-.067.814-5.76h5.558v1.3h-4.55l-.456 2.973c.249-.189.486-.331.71-.426.398-.164.859-.247 1.382-.247.981 0 1.813.316 2.495.949s1.023 1.434 1.023 2.406c0 1.011-.313 1.903-.938 2.674s-1.622 1.158-2.992 1.158c-.872 0-1.642-.245-2.312-.736s-1.045-1.244-1.124-2.26h1.397zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M5.431 12.173c.09.767.446 1.297 1.068 1.591.319.149.687.224 1.106.224.797 0 1.387-.254 1.771-.762s.575-1.071.575-1.688c0-.747-.228-1.325-.684-1.733s-1.002-.613-1.64-.613c-.463 0-.86.09-1.192.269s-.614.428-.848.747l-1.165-.067.814-5.76h5.558v1.3h-4.55l-.456 2.973c.249-.189.486-.331.71-.426.398-.164.859-.247 1.382-.247.981 0 1.813.316 2.495.949s1.023 1.434 1.023 2.406c0 1.011-.313 1.903-.938 2.674s-1.622 1.158-2.992 1.158c-.872 0-1.642-.245-2.312-.736s-1.045-1.244-1.124-2.26h1.397zm13.761-6.26c.478.882.717 2.089.717 3.623 0 1.454-.217 2.657-.65 3.608-.628 1.365-1.654 2.047-3.078 2.047-1.285 0-2.241-.558-2.869-1.673-.523-.931-.784-2.181-.784-3.75 0-1.215.157-2.259.471-3.13.588-1.624 1.651-2.435 3.19-2.435 1.385 0 2.386.57 3.003 1.711zM17.84 13.04c.413-.618.62-1.768.62-3.451 0-1.215-.149-2.215-.448-2.999s-.879-1.177-1.741-1.177c-.792 0-1.371.372-1.737 1.117s-.549 1.842-.549 3.291c0 1.091.117 1.967.351 2.63.359 1.011.971 1.517 1.838 1.517.697 0 1.253-.309 1.666-.926zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-55--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M5.431 12.173c.09.767.446 1.297 1.068 1.591.319.149.687.224 1.106.224.797 0 1.387-.254 1.771-.762s.575-1.071.575-1.688c0-.747-.228-1.325-.684-1.733s-1.002-.613-1.64-.613c-.463 0-.86.09-1.192.269s-.614.428-.848.747l-1.165-.067.814-5.76h5.558v1.3h-4.55l-.456 2.973c.249-.189.486-.331.71-.426.398-.164.859-.247 1.382-.247.981 0 1.813.316 2.495.949s1.023 1.434 1.023 2.406c0 1.011-.313 1.903-.938 2.674s-1.622 1.158-2.992 1.158c-.872 0-1.642-.245-2.312-.736s-1.045-1.244-1.124-2.26h1.397zm8.509 0c.09.767.446 1.297 1.068 1.591.319.149.687.224 1.106.224.797 0 1.387-.254 1.771-.762s.575-1.071.575-1.688c0-.747-.228-1.325-.684-1.733s-1.002-.613-1.64-.613c-.463 0-.86.09-1.192.269s-.614.428-.848.747l-1.165-.067.814-5.76h5.558v1.3h-4.55l-.456 2.973c.249-.189.486-.331.71-.426.398-.164.859-.247 1.382-.247.981 0 1.813.316 2.495.949s1.023 1.434 1.023 2.406c0 1.011-.313 1.903-.938 2.674s-1.622 1.158-2.992 1.158c-.872 0-1.642-.245-2.312-.736s-1.045-1.244-1.124-2.26h1.397zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M10.515 5.087c.471.62.706 1.259.706 1.916h-1.33c-.08-.423-.207-.755-.381-.994-.324-.448-.814-.672-1.472-.672-.752 0-1.35.347-1.793 1.042s-.69 1.69-.74 2.985A2.926 2.926 0 0 1 6.67 8.348a3.36 3.36 0 0 1 1.434-.299c.896 0 1.678.286 2.346.859s1.001 1.427 1.001 2.562c0 .971-.316 1.832-.949 2.581s-1.534 1.124-2.704 1.124c-1.001 0-1.865-.38-2.592-1.139S4.115 11.998 4.115 10.2c0-1.33.162-2.458.486-3.384.623-1.773 1.761-2.66 3.414-2.66 1.195 0 2.028.31 2.499.93zm-1.009 8.181c.351-.476.527-1.037.527-1.685 0-.548-.157-1.07-.471-1.565s-.884-.743-1.711-.743c-.578 0-1.084.192-1.52.575s-.654.961-.654 1.733c0 .677.198 1.246.594 1.707s.945.691 1.647.691c.707 0 1.236-.238 1.588-.713zm9.686-7.355c.478.882.717 2.089.717 3.623 0 1.454-.217 2.657-.65 3.608-.628 1.365-1.654 2.047-3.078 2.047-1.285 0-2.241-.558-2.869-1.673-.523-.931-.784-2.181-.784-3.75 0-1.215.157-2.259.471-3.13.588-1.624 1.651-2.435 3.19-2.435 1.385 0 2.386.57 3.003 1.711zM17.84 13.04c.413-.618.62-1.768.62-3.451 0-1.215-.149-2.215-.448-2.999s-.879-1.177-1.741-1.177c-.792 0-1.371.372-1.737 1.117s-.549 1.842-.549 3.291c0 1.091.117 1.967.351 2.63.359 1.011.971 1.517 1.838 1.517.697 0 1.253-.309 1.666-.926zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-65--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path fill="#050505" d="M2.3.3h19.5a2 2 0 0 1 2 2v19.5a2 2 0 0 1-2 2H2.3a2 2 0 0 1-2-2V2.3a2 2 0 0 1 2-2z"/><path fill="#ffd033" d="M2.1 1h19.8A1.1 1.1 0 0 1 23 2.1v19.8a1.1 1.1 0 0 1-1.1 1.1H2.1A1.1 1.1 0 0 1 1 21.9V2.1A1.1 1.1 0 0 1 2.1 1z"/><path fill="#231f20" d="M10.515 5.087c.471.62.706 1.259.706 1.916h-1.33c-.08-.423-.207-.755-.381-.994-.324-.448-.814-.672-1.472-.672-.752 0-1.35.347-1.793 1.042s-.69 1.69-.74 2.985A2.926 2.926 0 0 1 6.67 8.348a3.36 3.36 0 0 1 1.434-.299c.896 0 1.678.286 2.346.859s1.001 1.427 1.001 2.562c0 .971-.316 1.832-.949 2.581s-1.534 1.124-2.704 1.124c-1.001 0-1.865-.38-2.592-1.139S4.115 11.998 4.115 10.2c0-1.33.162-2.458.486-3.384.623-1.773 1.761-2.66 3.414-2.66 1.195 0 2.028.31 2.499.93zm-1.009 8.181c.351-.476.527-1.037.527-1.685 0-.548-.157-1.07-.471-1.565s-.884-.743-1.711-.743c-.578 0-1.084.192-1.52.575s-.654.961-.654 1.733c0 .677.198 1.246.594 1.707s.945.691 1.647.691c.707 0 1.236-.238 1.588-.713zm4.434-1.095c.09.767.446 1.297 1.068 1.591.319.149.687.224 1.106.224.797 0 1.387-.254 1.771-.762s.575-1.071.575-1.688c0-.747-.228-1.325-.684-1.733s-1.002-.613-1.64-.613c-.463 0-.86.09-1.192.269s-.614.428-.848.747l-1.165-.067.814-5.76h5.558v1.3h-4.55l-.456 2.973c.249-.189.486-.331.71-.426.398-.164.859-.247 1.382-.247.981 0 1.813.316 2.495.949s1.023 1.434 1.023 2.406c0 1.011-.313 1.903-.938 2.674s-1.622 1.158-2.992 1.158c-.872 0-1.642-.245-2.312-.736s-1.045-1.244-1.124-2.26h1.397zM9.141 17.2h1.146v3.815h-.743v-2.58l.003-.312.003-.309-.722 3.201h-.774l-.717-3.201.003.309.003.312v2.58H6.6V17.2h1.159l.694 2.999.688-2.999zm3.878.789c-.104-.085-.251-.127-.439-.127h-.743v1.123h.743c.188 0 .334-.046.439-.137s.157-.236.157-.435c0-.198-.052-.34-.157-.424zm.605 1.374c-.228.186-.553.279-.976.279h-.81v1.372h-.792v-3.815h1.661c.383 0 .688.098.916.295s.342.501.342.914c0 .45-.114.769-.342.955zm.934 1.652V17.2h.789v1.454h1.491V17.2h.792v3.815h-.792v-1.703h-1.491v1.703h-.789z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--one-direction-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M21.868 18.027c1.575 0 2.116-.541 2.116-2.116V8.057c0-1.576-.541-2.116-2.116-2.116H2.197c-1.576 0-2.116.541-2.116 2.116v7.854c0 1.576.541 2.116 2.116 2.116h19.671z"/><path fill="#231f20" d="M21.868 17.705c1.391 0 1.794-.402 1.794-1.794V8.057c0-.715-.118-1.167-.373-1.421s-.706-.373-1.421-.373H2.197c-.715 0-1.167.118-1.421.373s-.373.706-.373 1.421v7.854c0 .715.119 1.167.373 1.421s.706.373 1.421.373zm1.406-1.794c0 1.183-.223 1.407-1.407 1.407H2.196c-.597 0-.973-.085-1.147-.259s-.26-.55-.26-1.147V8.058c0-.597.085-.973.26-1.147s.55-.26 1.147-.26h19.671c.597 0 .973.085 1.147.26s.259.55.259 1.147v7.854z"/><path fill="#231f20" d="M8.281 7.94l-5.846 4.044L8.2 16.092c.311.266.843.355 1.154.089.222-.222.311-.488.222-.843l-.524-1.652-.001-.056h12.868v-3.29H9.022l.635-1.644c.089-.355 0-.621-.222-.843-.311-.266-.843-.178-1.154.089z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--one-direction-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M.62 17.584c.117.102.249.181.394.238.131.051.261.087.399.112.14.025.272.041.414.05.126.008.243.011.369.011h19.671c.169 0 .323-.006.491-.021.154-.014.299-.038.45-.075.145-.036.285-.088.416-.16.125-.069.221-.145.316-.252.286-.324.373-.791.4-1.208.008-.126.011-.243.011-.369V8.056c0-.169-.006-.323-.021-.492a2.997 2.997 0 0 0-.075-.45 1.722 1.722 0 0 0-.16-.416 1.134 1.134 0 0 0-.252-.316c-.324-.286-.791-.373-1.208-.4a5.051 5.051 0 0 0-.369-.011H2.195a5.36 5.36 0 0 0-.491.021 2.997 2.997 0 0 0-.45.075 1.681 1.681 0 0 0-.416.16 1.134 1.134 0 0 0-.316.252c-.286.324-.373.791-.4 1.208a5.051 5.051 0 0 0-.011.369v7.854c0 .169.006.323.021.492.014.154.038.299.075.45.036.145.089.285.16.416.069.125.145.221.252.316z"/><path fill="#231f20" d="M21.868 17.705c1.391 0 1.794-.402 1.794-1.794V8.057c0-.715-.118-1.167-.373-1.421s-.706-.373-1.421-.373H2.197c-.715 0-1.167.118-1.421.373s-.373.706-.373 1.421v7.854c0 .715.119 1.167.373 1.421s.706.373 1.421.373zm1.406-1.794c0 1.183-.223 1.407-1.407 1.407H2.196c-.597 0-.973-.085-1.147-.259s-.26-.55-.26-1.147V8.058c0-.597.085-.973.26-1.147s.55-.26 1.147-.26h19.671c.597 0 .973.085 1.147.26s.259.55.259 1.147v7.854z"/><path fill="#231f20" d="M16.074 7.94c-.311-.266-.843-.355-1.154-.089-.222.222-.311.488-.222.843l.635 1.644H2.436v3.29h12.868l-.001.056-.524 1.652c-.089.355 0 .621.222.843.311.266.843.178 1.154-.089l5.765-4.108-5.846-4.044z"/></symbol><symbol viewBox="0 0 24 24" id="information--additional-information--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 2.503h.24c-.012.149-.092.234-.24.254v-.254zM5.678 5.625c4.258 0 8.515-.001 12.773.001v12.753H5.678V5.624m7.929.23c-.56.932-1.106 1.873-1.658 2.809h.639c-.624.631-1.237 1.272-1.849 1.914.316.004.631.005.947.005-.662.816-1.327 1.63-1.992 2.445h3.352v3.328H8.875l.001-1.281 1.28-.001v-1.019h-3.84l.001 1.019 1.278.001v1.281l-1.278.001v1.018h11.514v-1.018l-3.632-.001v-3.327c1.109-.003 2.218 0 3.325-.003-.665-.815-1.328-1.631-1.996-2.445.318.001.637 0 .955-.003a145.61 145.61 0 0 0-1.855-1.915l.643-.001c-.556-.936-1.102-1.876-1.665-2.808zM0 21.27c.149-.012.232.064.252.227H0v-.227z"/><path fill="#0391ff" d="M.24 2.503H24v18.995H.252c-.019-.163-.103-.239-.252-.227V2.758c.148-.021.228-.105.24-.254m5.438 3.121V18.38h12.773V5.627c-4.257-.003-8.514-.001-12.773-.001z"/><path fill="#030303" d="M13.607 5.854c.562.932 1.109 1.873 1.665 2.808l-.643.001c.624.633 1.242 1.271 1.855 1.915-.318.003-.637.004-.955.003.667.814 1.331 1.63 1.996 2.445-1.108.003-2.216 0-3.325.003v3.327l3.632.001v1.018H6.318v-1.018l1.278-.001v-1.281l-1.278-.001-.001-1.019h3.84v1.019l-1.28.001-.001 1.281h4.171v-3.328H9.695c.665-.815 1.33-1.629 1.992-2.445-.316 0-.631-.001-.947-.005.612-.642 1.226-1.282 1.849-1.914h-.639c.552-.937 1.099-1.878 1.658-2.809z"/></symbol><symbol viewBox="0 0 24 24" id="information--advisory-maximum-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.082 0h23.837v.096H.082V0zM6.7 3.174c.642.034 1.339-.149 1.915.233.47-.376 1.283-.369 1.509.278.147.712.042 1.45.067 2.171-.224 0-.447 0-.673-.002-.015-.627.065-1.265-.056-1.886-.167-.216-.501-.211-.64.034-.085.612-.028 1.236-.038 1.853-.225 0-.451 0-.676-.002-.013-.632.06-1.273-.057-1.899-.181-.18-.416-.183-.609-.016-.145.625-.047 1.278-.069 1.915-.224.002-.449.002-.674.002 0-.895.002-1.789 0-2.682zM12.109 3.22c.3-.1.62-.031.926.007.266-.031.534-.055.802-.085 0 .914.003 1.829-.002 2.743-.26-.024-.519-.054-.777-.09-.364.077-.775.201-1.11-.033-.888-.534-.833-2.152.162-2.542m.282.612c-.583.289-.454 1.448.268 1.419.862-.069.612-1.802-.268-1.419zM14.867 3.166c.273.002.547.002.82.003l.524.756.531-.758.816-.002-.934 1.349c.309.447.62.893.932 1.339l-.82.003c-.175-.25-.348-.501-.522-.751-.176.25-.353.5-.526.751l-.818-.002c.31-.447.622-.891.932-1.339-.313-.449-.624-.901-.936-1.35zM4.08 10.451c.088-1.211 1.18-2.189 2.359-2.307 1.035-.144 2.217.024 2.942.847.769.762.715 1.949.491 2.927C9.49 13.505 8.517 14.891 7.341 16c-.676 0-1.35-.002-2.024.003a6.363 6.363 0 0 0 2.487-2.836c-.694.026-1.422.088-2.08-.186-.999-.389-1.76-1.437-1.644-2.531m2.438-.888c-.568.095-1.118.601-1.06 1.211.3 1.518 3.128 1.442 3.207-.158-.122-.996-1.324-1.244-2.147-1.053zM15.492 8.245c1.162-.42 2.57-.064 3.368.887 1.056 1.231 1.35 3.042.779 4.555-.331.887-.932 1.727-1.82 2.121-1.257.596-2.893.22-3.737-.895-1.291-1.595-1.295-4.069-.003-5.665.359-.464.856-.82 1.414-1.002m.512 1.333c-1.794.749-1.918 3.538-.514 4.736.665.534 1.732.429 2.284-.217.957-1.117.963-2.919 0-4.034a1.696 1.696 0 0 0-1.77-.485zM2.305 18.307h.671v1.928c.305-.31.612-.619.921-.926.317 0 .632-.002.947-.003-.377.377-.751.756-1.125 1.136l1.079 1.553c-.273 0-.545.002-.818.003-.26-.382-.526-.759-.81-1.123-.163.354-.209.74-.22 1.127a46.517 46.517 0 0 0-.647-.005c.002-1.231.002-2.46.002-3.69zM12.153 18.307h.728a795.403 795.403 0 0 0-1.531 3.691c-.243-.002-.487-.002-.73-.002.511-1.231 1.02-2.46 1.533-3.69zM14.23 18.616l.64-.302-.002.988.34.016c-.002.22-.002.441-.003.661l-.341.011c.029.498-.113 1.06.237 1.479l.041.562c-.292-.069-.705.042-.89-.261-.108-.542-.033-1.102-.069-1.652-.202-.171-.255-.421-.282-.673.336-.16.299-.522.33-.829zM16.317 18.346c.335-.426 1.012.111.668.532-.325.451-1.009-.109-.668-.532zM5.882 19.316c.643.036 1.347-.17 1.912.238.447-.348 1.187-.407 1.474.173.222.73.064 1.518.106 2.271-.225-.002-.449-.002-.673-.002-.01-.62.046-1.244-.039-1.86a.382.382 0 0 0-.656.002c-.087.616-.028 1.239-.039 1.858-.225 0-.451 0-.676.002-.003-.584.036-1.172-.026-1.753.002-.372-.655-.393-.681-.02-.064.588-.021 1.182-.026 1.771h-.676c0-.893.002-1.788 0-2.681zM16.317 19.311h.673c0 .896 0 1.794-.002 2.691h-.671c0-.896-.002-1.794 0-2.691zM18.202 19.301l.744.024c.408-.101.813-.003 1.156.229.462-.364 1.246-.395 1.509.22.173.725.051 1.484.083 2.222h-.673c-.007-.588.038-1.179-.028-1.763-.021-.374-.658-.372-.679-.003-.067.586-.021 1.177-.028 1.767h-.678c-.01-.614.049-1.234-.036-1.845-.136-.268-.495-.26-.656-.02-.088.617-.031 1.244-.039 1.864h-.676v-2.695z"/><path fill="#0c479d" d="M.082.096h23.837V24H.082V.096M6.7 3.174c.002.893 0 1.788 0 2.682.225 0 .451 0 .674-.002.021-.637-.077-1.29.069-1.915.193-.167.428-.163.609.016.118.625.044 1.267.057 1.899.225.002.451.002.676.002.01-.617-.047-1.241.038-1.853.139-.245.473-.25.64-.034.121.62.041 1.259.056 1.886.225.002.449.002.673.002-.024-.722.08-1.46-.067-2.171-.225-.647-1.038-.653-1.509-.278-.576-.382-1.273-.199-1.915-.233m5.408.045c-.994.39-1.05 2.008-.162 2.542.335.233.746.109 1.11.033.258.036.518.065.777.09.005-.914.002-1.829.002-2.743-.268.029-.535.054-.802.085-.305-.038-.625-.106-.926-.007m2.759-.054c.312.449.622.901.936 1.35-.31.447-.622.891-.932 1.339l.818.002c.173-.251.349-.501.526-.751.175.25.348.501.522.751l.82-.003c-.312-.446-.624-.891-.932-1.339l.934-1.349-.816.002-.531.758-.524-.756c-.273-.002-.547-.002-.82-.003M4.08 10.451c-.116 1.094.645 2.142 1.644 2.531.658.274 1.386.212 2.08.186a6.363 6.363 0 0 1-2.487 2.836c.674-.005 1.349-.003 2.024-.003 1.176-1.109 2.149-2.495 2.531-4.082.224-.978.278-2.165-.491-2.927-.725-.823-1.907-.991-2.942-.847-1.179.118-2.271 1.096-2.359 2.307m11.412-2.207a2.979 2.979 0 0 0-1.414 1.002c-1.291 1.597-1.288 4.07.003 5.665.844 1.115 2.48 1.491 3.737.895.888-.393 1.489-1.234 1.82-2.121.571-1.513.278-3.324-.779-4.555-.798-.95-2.206-1.306-3.368-.887M2.305 18.307c0 1.229 0 2.459-.002 3.69.216 0 .431.002.647.005.011-.387.057-.772.22-1.127.284.364.55.741.81 1.123.273-.002.545-.003.818-.003l-1.079-1.553c.374-.38.748-.759 1.125-1.136-.315.002-.63.003-.947.003-.309.307-.616.616-.921.926v-1.928h-.671m9.848 0c-.513 1.229-1.022 2.459-1.533 3.69.243 0 .487 0 .73.002.508-1.233 1.019-2.462 1.531-3.691h-.728m2.077.308c-.031.307.007.669-.33.829.028.251.08.501.282.673.036.55-.039 1.11.069 1.652.184.304.598.193.89.261l-.041-.562c-.349-.42-.207-.981-.237-1.479l.341-.011c.002-.22.002-.441.003-.661a19.331 19.331 0 0 1-.34-.016l.002-.988-.64.302m2.088-.27c-.341.423.343.983.668.532.344-.421-.333-.958-.668-.532m-10.435.97c.002.893 0 1.788 0 2.681h.676c.005-.589-.038-1.184.026-1.771.026-.374.682-.353.681.02.062.581.023 1.169.026 1.753.225-.002.451-.002.676-.002.011-.619-.047-1.242.039-1.858a.383.383 0 0 1 .656-.002c.085.616.029 1.239.039 1.86.224 0 .447 0 .673.002-.042-.753.116-1.541-.106-2.271-.287-.58-1.027-.521-1.474-.173-.565-.408-1.269-.202-1.912-.238m10.435-.006c-.002.896 0 1.794 0 2.691h.671c.002-.896.002-1.794.002-2.691h-.673m1.885-.01v2.696h.676c.008-.62-.049-1.247.039-1.864.162-.24.521-.248.656.02.085.611.026 1.231.036 1.845h.678c.007-.589-.039-1.18.028-1.767.021-.369.658-.371.679.003.065.584.021 1.176.028 1.763h.673c-.033-.738.09-1.497-.083-2.222-.263-.616-1.047-.584-1.509-.22-.343-.232-.748-.33-1.156-.229-.248-.01-.496-.016-.744-.024z"/><path fill="#0c479d" d="M12.392 3.832c.88-.384 1.13 1.35.268 1.419-.722.029-.851-1.13-.268-1.419zM6.518 9.562c.823-.191 2.024.057 2.147 1.053-.078 1.6-2.906 1.677-3.207.158-.059-.611.491-1.117 1.06-1.211zM16.005 9.579a1.694 1.694 0 0 1 1.77.485c.963 1.115.957 2.918 0 4.034-.552.647-1.62.751-2.284.217-1.404-1.198-1.28-3.987.514-4.736z"/></symbol><symbol viewBox="0 0 24 24" id="information--advisory-maximum-speed-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#035ab2" d="M11.135 0h1.713A12.055 12.055 0 0 1 24 11.135v1.723c-.179 2.417-1.093 4.777-2.62 6.664-2.055 2.591-5.22 4.248-8.517 4.479h-1.716A12.055 12.055 0 0 1 0 12.866v-1.717c.227-3.3 1.884-6.469 4.476-8.525C6.36 1.097 8.719.183 11.135.001m-5.478 7.52c-.111 1.699-.22 3.397-.327 5.096.508.039 1.016.076 1.523.116a1.875 1.875 0 0 1 1.547-.517c.427.027.749.34 1.056.603.353.491.359 1.215-.004 1.703-.327.459-.905.671-1.452.685-.847.036-1.636-.369-2.319-.832-.283.483-.575.96-.863 1.44 1.115.775 2.512 1.181 3.865.963 1.464-.153 2.74-1.441 2.807-2.925.1-1.117-.495-2.247-1.463-2.808-.844-.577-1.941-.585-2.888-.279.032-.524.06-1.049.092-1.573 1.221-.003 2.443.001 3.663-.003 0-.556.001-1.112-.001-1.668H5.657m9.726.013a3.28 3.28 0 0 0-1.975 1.745c-.611 1.161-.601 2.515-.535 3.789.12 1.372.731 2.843 2.015 3.503.801.364 1.731.412 2.585.231.915-.163 1.669-.836 2.099-1.639.672-1.193.687-2.62.596-3.951-.08-1.199-.547-2.451-1.537-3.189-.909-.707-2.169-.76-3.248-.489z"/><path fill="#035ab2" d="M16.033 9.101c.605-.227 1.277.025 1.7.487.567.56.608 1.403.685 2.149a6.694 6.694 0 0 1-.231 2.209c-.263.777-1.056 1.461-1.915 1.317-.7-.163-1.247-.755-1.437-1.437-.284-1.072-.272-2.211-.031-3.289a2.095 2.095 0 0 1 1.228-1.436z"/><path fill="#fff" d="M5.657 7.521h5.236c.003.556.001 1.112.001 1.668-1.22.004-2.441 0-3.663.003-.032.524-.06 1.049-.092 1.573.947-.307 2.044-.299 2.888.279.968.561 1.563 1.691 1.463 2.808-.067 1.484-1.343 2.772-2.807 2.925-1.353.219-2.751-.188-3.865-.963.288-.48.58-.957.863-1.44.683.463 1.472.868 2.319.832.547-.015 1.125-.227 1.452-.685.363-.488.357-1.212.004-1.703-.307-.263-.629-.576-1.056-.603a1.88 1.88 0 0 0-1.547.517c-.507-.04-1.015-.077-1.523-.116.107-1.699.216-3.397.327-5.096zM15.383 7.535c1.079-.271 2.339-.217 3.248.489.991.739 1.457 1.991 1.537 3.189.091 1.331.076 2.757-.596 3.951-.429.803-1.184 1.476-2.099 1.639-.855.181-1.784.133-2.585-.231-1.284-.66-1.895-2.131-2.015-3.503-.067-1.275-.076-2.628.535-3.789.38-.82 1.108-1.479 1.975-1.745m.65 1.566a2.095 2.095 0 0 0-1.228 1.436c-.241 1.079-.253 2.217.031 3.289.191.683.737 1.275 1.437 1.437.859.144 1.652-.54 1.915-1.317a6.723 6.723 0 0 0 .231-2.209c-.077-.747-.119-1.589-.685-2.149-.423-.461-1.095-.713-1.7-.487z"/></symbol><symbol viewBox="0 0 24 24" id="information--airport--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#174f90" d="M0 0h24v24H0V0m10.655 3.454c-.036 1.31-.013 2.622-.044 3.934a2064.523 2064.523 0 0 1-8.368 4.331c-.206.113-.42.217-.6.37-.235.257-.073.772.284.806 2.858.071 5.723-.03 8.579.082.16 2.126.343 4.25.5 6.377-.732.329-1.48.626-2.206.967-.439.173-.292.953.194.922.871.05 1.746.052 2.618.096.152.161.306.32.462.476l.461-.516c.978-.036 1.957-.012 2.933-.085.328-.22.335-.828-.09-.936-.797-.318-1.603-.616-2.407-.917.148-2.136.352-4.268.528-6.402 2.888-.068 5.78-.019 8.67-.037.161-.182.39-.421.262-.685-.06-.206-.274-.29-.44-.39-2.796-1.487-5.61-2.938-8.418-4.404-.068-1.315-.005-2.634-.049-3.95-.013-.808-.844-1.45-1.632-1.304-.638.055-1.217.617-1.237 1.267z"/><path fill="#fbfbfc" d="M10.655 3.454c.02-.65.599-1.212 1.237-1.267.788-.145 1.619.497 1.632 1.304.044 1.316-.019 2.635.049 3.95 2.808 1.466 5.622 2.917 8.418 4.404.167.1.38.184.44.39.128.264-.101.503-.262.685-2.89.018-5.782-.031-8.67.037-.176 2.134-.38 4.266-.528 6.402.804.301 1.61.599 2.407.917.425.108.418.716.09.936-.976.073-1.955.049-2.933.085l-.461.516c-.156-.156-.31-.316-.462-.476-.872-.044-1.747-.046-2.618-.096-.486.031-.634-.749-.194-.922.726-.341 1.474-.638 2.206-.967-.157-2.126-.341-4.25-.5-6.377-2.856-.112-5.72-.011-8.579-.082-.358-.035-.52-.55-.284-.806.18-.152.394-.257.6-.37 2.792-1.439 5.582-2.88 8.368-4.331.031-1.312.008-2.623.044-3.934z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycle-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M4.522 0h.045a.691.691 0 0 0-.045.029V0zM19.313 0h.165v.247c-.077-.056-.223-.131-.165-.247zM5.057 1.484h1.26l.001.486-.867.001.001.493.781.001-.002.46-.779.001v1.01l-.395.004V1.484zM6.608 1.542c.278-.26.511.298.244.458-.273.106-.392-.281-.244-.458zM8.937 1.627l.38-.146.003.685.345.003v.397l-.346.003v.949c.108.008.216.014.324.019l.073.391c-.243.028-.616.154-.741-.143-.081-.398-.017-.81-.037-1.213l-.219-.007-.001-.393.22-.007-.001-.536zM12.794 1.628l.38-.147c.002.228.002.457.003.685l.345.003v.397l-.346.003c-.001.318-.002.637.004.956.107.006.215.01.322.01.022.132.046.262.069.394-.243.029-.619.154-.741-.147-.078-.397-.017-.809-.036-1.212l-.219-.004-.002-.397.221-.004-.002-.536zM18.105 1.625l.381-.143.001.684.345.002v.399l-.346.001v.949c.109.012.219.019.329.022l.071.388c-.248.035-.645.153-.753-.167-.057-.394-.013-.794-.027-1.191l-.219-.003-.002-.394.222-.008-.001-.538zM7.637 2.216c.201-.139.486-.054.645.114.206.243.214.579.245.881-.313.002-.625 0-.938.005.064.121.092.302.251.334.159.039.291-.072.422-.142a20 20 0 0 0 .223.286c-.13.131-.264.298-.469.29-.354.03-.669-.244-.728-.587-.091-.408-.053-.949.349-1.181m-.042.634c.196.004.392.003.587-.004-.072-.113-.118-.277-.27-.302-.18-.015-.246.179-.318.305zM10.262 3.212c-.507-.122-.436-1.007.075-1.072.263-.063.505.079.702.238l-.229.319c-.155-.136-.428-.292-.54-.014.136.196.432.124.602.281.305.284.187.933-.259.997-.307.083-.597-.081-.809-.289l.272-.323c.144.125.314.282.524.206.189-.235-.184-.289-.339-.342zM11.603 3.207c-.486-.133-.416-.99.079-1.065.267-.066.516.073.715.236l-.23.319c-.103-.058-.191-.157-.313-.174-.147-.047-.194.147-.206.25.176.044.363.063.525.15.381.253.263.991-.221 1.041-.301.076-.581-.089-.789-.292l.27-.325c.146.121.309.279.518.212.212-.242-.188-.296-.347-.353zM14.216 2.311c.121-.091.258-.153.407-.184.004.156.005.311.007.467-.166.031-.375.077-.412.273-.05.351-.016.708-.024 1.062l-.375-.001V2.18c.131.039.381-.084.398.132zM14.904 2.347c.198-.105.399-.251.634-.235.227.013.489.151.524.397.038.335.012.673.024 1.01.036.029.107.086.142.116l-.14.38c-.111-.055-.22-.111-.329-.168-.147.085-.312.195-.484.109-.407-.097-.491-.667-.227-.947.184-.162.444-.17.673-.218a6.117 6.117 0 0 0-.096-.243c-.199-.03-.374.081-.546.162l-.175-.363m.383.93c-.01.148.056.353.247.305.224-.019.153-.283.173-.434-.141.042-.28.085-.42.129zM16.412 2.346c.201-.106.407-.256.647-.233.225.017.478.158.511.401.038.331.012.665.022.999l.141.125-.137.376-.329-.168c-.147.082-.308.195-.482.111-.413-.097-.498-.679-.223-.956.185-.154.441-.165.666-.212-.023-.4-.437-.199-.646-.079l-.173-.364m.395.924c-.032.167.061.366.261.311.201-.047.123-.283.15-.432-.138.039-.275.08-.411.121zM6.57 2.186h.373l.001 1.748H6.57V2.186zM10.695 7.711c-.078-.687.501-1.328 1.177-1.385.68-.097 1.395.4 1.487 1.091.098.562-.252 1.122-.758 1.356.512.1.986.345 1.422.623.253.39.539.786.607 1.259.107.535.219 1.069.352 1.599.046.247.09.496.151.741l.175.008c.114.002.227.004.341.004l.003.33-.203.001c-.611.001-1.221.001-1.832-.001v-.332l.753-.001-.495-1.91c-.032-.125-.064-.251-.098-.376L13.592 10l-.19.141-.013.576-.007.377c-.008.41-.022.82-.038 1.23-.877-.004-1.753-.02-2.63-.029-.006-.401-.01-.801-.013-1.202l-.001-.386c-.004-.28.034-.59-.165-.819-.086.23-.163.464-.23.7a4.463 4.463 0 0 0-.159.504c-.121.636-.226 1.273-.342 1.91l.556.001.001.333c-.679 0-1.357.001-2.035-.001l.001-.332.655-.003c.13-.636.247-1.273.385-1.907.028-.126.057-.252.087-.377.081-.346.17-.69.284-1.028.081-.32.378-.515.633-.691.352-.094.715-.137 1.073-.203-.375-.246-.724-.608-.748-1.083z"/><path fill="#fff" d="M10.564 12.586h2.7l.004.303-1.099.002v1.28l-.001 2.421c.036.03.108.089.145.117 0 .079-.002.158-.004.236a20.141 20.141 0 0 0-.008.816v.535l-.001.237v.822l-.004 3.445a75.04 75.04 0 0 0-.671 0c0-1.149.002-2.297.003-3.446l.001-.821v-.238l.001-.535.001-.213c0-.201-.003-.402-.007-.603l-.003-.243.242-.091c.003-.813.001-1.625.002-2.438l-.001-1.282-1.3-.001v-.304z"/><path fill="#fff" d="M10.579 13.201h.61v.964c.001.856-.002 1.713.002 2.57v.209l-.003.604-.001.116c-.437-.002-.875.009-1.312-.004l-.006-.114c-.004-.163-.003-.327-.003-.49l.708.001.001-.115.002-.219c.004-.853.001-1.705.002-2.557V13.2zM12.875 13.26h.61l-.004.993c-.003.825-.004 1.65-.008 2.474l.327-.007-.002.227c-.108-.003-.218-.004-.326-.006l-.003.603v.217c-.001.176-.002.353-.009.529v.253c.008.27.003.54.002.81l-.004.962.711.002v.607l-1.323.001.005-1.571.003-.822.001-.237.003-.535.001-.214.002-.602.001-.218.01-2.511.004-.956zM6.258 15.889c.573-.219 1.083.481.908 1.003-.095.265-.28.543-.58.59-.458.091-.851-.391-.819-.822-.013-.326.178-.658.492-.771zM15.373 15.87c.324-.108.687.098.811.404.119.312.124.72-.134.966-.229.326-.771.315-.99-.017-.391-.4-.212-1.167.313-1.353zM18.76 23.923c.29.03.555-.119.717-.354V24H4.522v-.263c.158.107.335.195.531.184 4.569.004 9.138-.001 13.707.002z"/><path fill="#0371b3" d="M4.567 0h14.746c-.058.116.088.192.165.247v23.322a.781.781 0 0 1-.717.354c-4.569-.003-9.138.002-13.707-.002-.196.011-.373-.077-.531-.184V.029L4.568 0m.489 1.484V3.94l.395-.004v-1.01l.779-.001.002-.46-.781-.001-.001-.493.867-.001-.001-.486a264.6 264.6 0 0 0-1.26 0m1.551.058c-.149.176-.03.563.244.458.268-.159.034-.717-.244-.458m2.329.085l.001.536-.22.007.001.393.219.007c.02.403-.044.816.037 1.213.125.297.499.171.741.143a45.208 45.208 0 0 0-.073-.391 8.794 8.794 0 0 1-.324-.019v-.949l.346-.003v-.397l-.345-.003-.003-.685-.38.146m3.857.003l.002.536-.221.004.002.397.219.004c.019.403-.042.815.036 1.212.122.301.498.176.741.147-.023-.132-.047-.262-.069-.394a5.77 5.77 0 0 1-.322-.01 43.55 43.55 0 0 1-.004-.956l.346-.003v-.397l-.345-.003c-.001-.228-.001-.457-.003-.685l-.38.147m5.309-.002l.001.538c-.056.002-.167.005-.222.008l.002.394.219.003c.013.397-.03.797.027 1.191.108.321.505.202.753.167l-.071-.388a5.19 5.19 0 0 1-.329-.022v-.949l.346-.001v-.399l-.345-.002-.001-.684-.381.143m-10.467.592c-.402.232-.441.773-.349 1.181.059.342.374.617.728.587.205.008.339-.159.469-.29a20 20 0 0 1-.223-.286c-.131.071-.262.182-.422.142-.159-.032-.186-.213-.251-.334.313-.005.625-.004.938-.005-.031-.302-.039-.639-.245-.881-.159-.167-.443-.253-.645-.114m2.625.996c.155.053.527.107.339.342-.21.076-.38-.081-.524-.206l-.272.323c.211.209.501.373.809.289.446-.064.564-.713.259-.997-.17-.157-.466-.085-.602-.281.112-.278.385-.122.54.014l.229-.319c-.197-.159-.439-.301-.702-.238-.511.065-.582.95-.075 1.072m1.34-.004c.159.057.559.111.347.353-.209.067-.372-.091-.518-.212l-.27.325c.208.203.488.368.789.292.484-.05.603-.789.221-1.041-.162-.087-.349-.106-.525-.15.012-.103.059-.297.206-.25.122.017.21.116.313.174l.23-.319c-.199-.163-.448-.303-.715-.236-.495.075-.565.931-.079 1.065m2.614-.897c-.016-.216-.267-.092-.398-.132v1.748l.375.001c.008-.354-.026-.711.024-1.062.037-.196.246-.242.412-.273a72.721 72.721 0 0 0-.007-.467 1.017 1.017 0 0 0-.407.184m.689.037l.175.363c.172-.081.347-.192.546-.162.034.081.066.161.096.243-.228.047-.488.056-.673.218-.263.28-.18.851.227.947.173.086.338-.024.484-.109.108.057.218.114.329.168.046-.126.092-.253.14-.38l-.142-.116c-.013-.337.013-.675-.024-1.01-.035-.245-.296-.383-.524-.397-.236-.016-.436.13-.634.235m1.508-.001l.173.364c.209-.12.622-.321.646.079-.226.047-.481.058-.666.212-.275.278-.19.86.223.956.174.084.335-.029.482-.111.109.056.219.113.329.168l.137-.376-.141-.125c-.011-.333.015-.667-.022-.999-.033-.244-.287-.384-.511-.401-.241-.023-.446.127-.647.233m-9.845-.16v1.748h.374l-.001-1.748H6.57m4.125 5.525c.024.475.373.836.748 1.083-.358.066-.721.109-1.073.203-.255.176-.553.372-.633.691-.114.338-.203.682-.284 1.028H7.289c-.571 1.224-1.144 2.447-1.71 3.674-.15.347-.484.578-.619.934-.047.2-.033.407-.036.611.015.887-.061 1.793.185 2.657.071.312.283.584.595.68.004.66.001 1.32.003 1.98.383.002.767.001 1.152.001l.001-1.899c1.59-.001 3.18.001 4.77-.001-.001 1.149-.003 2.297-.003 3.446h.671l.004-3.445h.55l-.005 1.571 1.323-.001v-.607l-.711-.002.004-.962c.565.002 1.13 0 1.696.001v1.899c.39 0 .778.001 1.167-.001.001-.66-.002-1.32.002-1.98.234-.091.464-.239.534-.496.353-1.025.219-2.126.244-3.19.002-.493-.465-.779-.651-1.193-.482-1.038-.973-2.071-1.457-3.107-.104-.219-.187-.458-.364-.631-.068-.473-.354-.869-.607-1.259-.436-.279-.91-.523-1.422-.623.506-.234.855-.793.758-1.356-.092-.69-.808-1.187-1.487-1.091-.675.057-1.255.699-1.177 1.385z"/><path fill="#0371b3" d="M7.595 2.85c.072-.126.138-.321.318-.305.151.025.198.189.27.302-.195.006-.391.007-.587.004zM15.287 3.277c.14-.044.279-.087.42-.129-.02.151.051.416-.173.434-.191.047-.257-.158-.247-.305zM16.804 3.27l.411-.121c-.027.149.051.384-.15.432-.201.056-.294-.143-.261-.311zM10.305 10.589c.067-.236.144-.47.23-.7.199.228.16.538.165.819l-.433.027.038-.145zM13.402 10.14c.064-.047.126-.095.19-.141l.185.718-.389-.001.013-.576zM6.051 14.595c.493-1.169.985-2.337 1.484-3.503.611.002 1.221 0 1.831.002-.138.634-.255 1.272-.385 1.907l-.655.003-.001.332c.678.002 1.356.001 2.035.001l-.001-.333-.556-.001c.116-.637.221-1.274.342-1.91h.555c.004.4.007.801.013 1.202.877.009 1.753.024 2.63.029.015-.41.03-.82.038-1.23h.493l.495 1.91-.753.001v.332c.611.002 1.221.002 1.832.001l.531 1.257a43.88 43.88 0 0 0-2.5-.341l.004-.993h-.61l-.004.956-.7-.047v-1.28l1.099-.002-.004-.303h-2.7v.304l1.3.001.001 1.282-.677-.007v-.964a62.017 62.017 0 0 0-.61 0v.966c-1.519-.005-3.032.176-4.528.428z"/><path fill="#0371b3" d="M14.983 12.253c.109.249.22.498.326.749l-.175-.008c-.062-.244-.106-.493-.151-.741zM11.19 16.736c.143-.014.288-.016.432-.034l.003.243h-.434v-.209zM12.314 16.709c.182.014.364.016.546.019l-.001.218h-.55c.003-.079.004-.158.004-.236zM8.159 16.725c.806-.003 1.612-.002 2.418-.001l-.002.219c-.805.003-1.611.003-2.416 0v-.219zM7.761 17.549c.703-.004 1.405-.001 2.108-.002l.006.114c.437.013.875.002 1.312.004l.001-.116.444-.001-.001.213c-1.29-.003-2.579.006-3.869-.004l-.002-.207zM12.301 17.547h.557l-.001.214a51.338 51.338 0 0 0-.555 0l-.001-.214zM13.469 17.544c.262.002.524.006.785.016l-.028.199-.758.002v-.217zM8.378 18.297c1.084-.004 2.168-.001 3.253-.003v.238c-1.086-.003-2.172.004-3.258-.004l.005-.232zM12.302 18.296c.184-.001.368-.001.553 0l-.001.237h-.553l.001-.237zM13.46 18.29c.261-.107.262.353 0 .253v-.253z"/><path fill="#ff0303" d="M10.145 11.093c.045-.17.095-.34.159-.504l-.038.145.433-.027.001.386h-.555zM13.389 10.716l.389.001.098.376h-.493l.007-.377zM14.631 10.655c.177.174.261.412.364.631.484 1.036.975 2.07 1.457 3.107.186.414.653.699.651 1.193-.024 1.064.109 2.164-.244 3.19-.07.257-.3.405-.534.496-.004.66-.001 1.32-.002 1.98-.389.002-.777.001-1.167.001v-1.899c-.566-.001-1.131.001-1.696-.001.001-.27.006-.541-.002-.81.262.099.261-.361 0-.253.007-.176.008-.353.009-.529l.758-.002.028-.199c-.261-.01-.523-.014-.785-.016l.003-.603.326.006.002-.227-.327.007c.004-.825.005-1.65.008-2.474a44.67 44.67 0 0 1 2.5.341l-.531-1.257.203-.001-.003-.33-.341-.004c-.106-.251-.217-.5-.326-.749a34.767 34.767 0 0 1-.352-1.599m.743 5.216c-.525.186-.704.953-.313 1.353.219.332.76.343.99.017.258-.246.253-.655.134-.966-.124-.306-.487-.512-.811-.404zM5.579 14.391c.566-1.227 1.139-2.45 1.71-3.674h2.164c-.03.125-.059.251-.087.377-.611-.002-1.221 0-1.831-.002-.499 1.166-.991 2.335-1.484 3.503 1.496-.252 3.009-.433 4.528-.428-.001.852.003 1.704-.002 2.557-.806-.001-1.612-.002-2.418.001v.219c.805.003 1.611.003 2.416 0l-.001.115-.708-.001c0 .163-.001.327.003.49-.703.001-1.405-.002-2.108.002l.002.207c1.29.011 2.579.002 3.869.004l-.001.535c-1.084.002-2.168-.002-3.253.003l-.005.232c1.086.008 2.172.001 3.258.004l-.001.821c-1.59.002-3.18 0-4.77.001l-.001 1.899c-.384 0-.768.001-1.152-.001-.002-.66.002-1.32-.003-1.98-.312-.096-.524-.368-.595-.68-.246-.864-.17-1.77-.185-2.657.003-.203-.012-.411.036-.611.134-.356.469-.587.619-.934m.679 1.496c-.313.113-.504.445-.492.771-.031.431.362.913.819.822.3-.047.485-.325.58-.59.175-.522-.335-1.222-.908-1.003z"/><path fill="#ff0303" d="M11.189 14.165l.677.007c-.001.812.001 1.624-.002 2.438l-.242.091c-.143.018-.288.02-.432.034-.004-.857-.001-1.714-.002-2.57zM12.17 14.17c.233.015.467.03.7.047l-.01 2.511c-.183-.003-.364-.004-.546-.019l-.145-.117.001-2.421zM11.19 16.944h.434c.004.201.007.401.007.603l-.444.001.003-.604zM12.31 16.945h.55l-.002.602h-.557c0-.201.003-.401.009-.602zM12.302 17.761h.555l-.003.535a50.969 50.969 0 0 0-.553 0v-.535zM12.301 18.533h.553l-.003.822h-.55v-.822z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycles-both-ways--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1277bd" d="M0 0h24v24H0V0m8.34 2.322c-.459 1.5-.897 3.006-1.348 4.507-1.031-.181-2.142.021-2.982.666a3.721 3.721 0 0 0-1.469 3.55c.215 1.609 1.607 2.967 3.222 3.134 1.437.194 2.948-.544 3.664-1.807a3.723 3.723 0 0 0 .187-3.417c-.353-.797-1.005-1.43-1.771-1.832.087-.292.174-.583.264-.873 1.194 1.376 2.397 2.746 3.583 4.127.027.423.265.879.726.939.356.084.656-.144.903-.366h.49c.216 1.829 1.923 3.343 3.777 3.255 1.762.007 3.381-1.416 3.61-3.162.251-1.508-.555-3.102-1.9-3.816-.88-.483-1.947-.573-2.908-.294-.402-.882-.811-1.761-1.211-2.643.08-.306.144-.615.254-.911.26-.114.632.042.827-.22.233-.278.007-.76-.359-.741-.645-.013-1.291-.028-1.934.011-.349.027-.502.507-.269.753.198.229.54.116.802.16-.073.265-.144.53-.215.797-1.846.001-3.692.003-5.538-.001.114-.392.194-.797.357-1.173.37-.205.858.038 1.24-.153.352-.194.23-.794-.167-.834a9.523 9.523 0 0 0-1.393-.01.444.444 0 0 0-.442.356m.36 12.945c-.564.167-.946.748-.904 1.333.003 1.817-.004 3.633.004 5.45-.028.688.583 1.314 1.273 1.302 1.86.008 3.72.006 5.581 0 .696.022 1.32-.608 1.292-1.306.004-1.86.01-3.72-.003-5.58.007-.681-.61-1.266-1.284-1.259-1.634-.025-3.268.001-4.902-.011-.353.004-.713-.021-1.058.071z"/><path fill="#1277bd" d="M8.357 5.136c.313-.155.664-.098 1-.106 1.55.006 3.1 0 4.651.003-.466 1.528-.935 3.054-1.397 4.582l-.333.066c-1.306-1.515-2.639-3.008-3.921-4.545zM14.778 5.574c.267.578.529 1.157.795 1.733a3.893 3.893 0 0 0-1.767 2.71l-.387.001 1.358-4.444zM4.292 8.341c.654-.601 1.582-.833 2.453-.71-.276.913-.529 1.838-.933 2.704-.241.449.522.841.762.406.522-.855.682-1.873 1.026-2.803.98.555 1.63 1.681 1.483 2.817-.089 1.467-1.478 2.696-2.944 2.608-1.171.003-2.267-.822-2.641-1.921-.38-1.069-.066-2.354.795-3.1zM16.744 7.694c.927-.208 1.974-.021 2.682.642a2.853 2.853 0 0 1 .939 2.559c-.119 1-.832 1.891-1.764 2.26-1.035.427-2.322.193-3.109-.615-.449-.42-.707-.996-.839-1.588.975-.018 1.953.022 2.929-.017.322-.004.493-.419.331-.677-.377-.861-.793-1.704-1.169-2.565z"/><path fill="#1277bd" d="M14.653 10.013a3.14 3.14 0 0 1 1.271-1.944c.3.649.597 1.299.896 1.948-.721.001-1.444.007-2.167-.004z"/><path fill="#fff" d="M8.34 2.322a.445.445 0 0 1 .442-.356 9.524 9.524 0 0 1 1.393.01c.398.04.519.64.167.834-.382.191-.871-.052-1.24.153-.163.377-.243.781-.357 1.173 1.846.004 3.692.003 5.538.001.071-.267.142-.532.215-.797-.262-.045-.604.068-.802-.16-.233-.247-.08-.727.269-.753.643-.039 1.289-.024 1.934-.011.366-.02.592.463.359.741-.195.262-.568.106-.827.22-.11.296-.174.606-.254.911.4.882.809 1.761 1.211 2.643.961-.279 2.027-.188 2.908.294 1.345.714 2.152 2.308 1.9 3.816-.229 1.746-1.847 3.169-3.61 3.162-1.854.088-3.561-1.426-3.777-3.255h-.49c-.247.222-.547.449-.903.366-.46-.06-.699-.516-.726-.939-1.186-1.381-2.389-2.752-3.583-4.127-.089.29-.177.582-.264.873.766.402 1.418 1.035 1.771 1.832a3.723 3.723 0 0 1-.187 3.417c-.716 1.263-2.227 2.001-3.664 1.807-1.614-.167-3.007-1.525-3.222-3.134a3.722 3.722 0 0 1 1.469-3.55c.84-.645 1.951-.847 2.982-.666.451-1.501.889-3.007 1.348-4.507m.017 2.816c1.282 1.536 2.615 3.029 3.921 4.545.082-.015.25-.049.333-.066.462-1.528.931-3.054 1.397-4.582-1.55-.003-3.1.003-4.651-.003-.336.008-.688-.049-1 .106m6.421.438l-1.358 4.444.387-.001a3.889 3.889 0 0 1 1.767-2.71c-.267-.576-.529-1.155-.795-1.733M4.292 8.341c-.861.747-1.175 2.032-.795 3.1.374 1.1 1.471 1.924 2.641 1.921 1.467.088 2.855-1.141 2.944-2.608.147-1.136-.504-2.262-1.483-2.817-.343.931-.504 1.948-1.026 2.803-.24.435-1.003.043-.762-.406.405-.867.657-1.792.933-2.704-.871-.123-1.799.109-2.453.71m12.453-.646c.377.861.793 1.704 1.169 2.565.162.258-.008.673-.331.677-.975.039-1.953-.001-2.929.017.131.592.389 1.168.839 1.588.787.808 2.073 1.042 3.109.615.932-.37 1.645-1.26 1.764-2.26a2.853 2.853 0 0 0-.939-2.559c-.707-.663-1.755-.85-2.682-.642m-2.091 2.318c.723.011 1.446.006 2.167.004-.299-.649-.596-1.299-.896-1.948a3.137 3.137 0 0 0-1.271 1.944zM8.7 15.269c.345-.092.705-.067 1.058-.071 1.634.013 3.268-.014 4.902.011.674-.007 1.291.578 1.284 1.259.013 1.86.007 3.72.003 5.58.028.698-.596 1.328-1.292 1.306-1.861.006-3.721.008-5.581 0-.689.013-1.3-.614-1.273-1.302-.008-1.817-.001-3.633-.004-5.45-.042-.585.34-1.165.904-1.333m.118.648c-.262.116-.396.41-.374.688.001 1.815-.007 3.632.004 5.447a.625.625 0 0 0 .635.65c1.856.008 3.712.007 5.567.001.352.021.661-.296.645-.645.011-1.82.001-3.64.004-5.461.04-.375-.261-.756-.653-.741-1.718-.018-3.438.004-5.156-.01-.225.011-.462-.021-.673.07z"/><path fill="#fff" d="M10.215 17.4c.733-.603 1.916-.809 2.671-.141.61.497.554 1.554-.155 1.935.226.148.483.29.58.561.32.62-.017 1.412-.617 1.719-.848.438-1.926.213-2.613-.423l.541-.56c.392.356.946.645 1.479.424.407-.128.642-.657.374-1.017-.255-.368-.753-.322-1.147-.328 0-.232-.001-.462-.003-.692.378-.007.858.021 1.07-.364.25-.346-.035-.813-.409-.907-.469-.158-.928.105-1.295.373l-.477-.58z"/><path fill="#ed171f" d="M8.819 15.917c.211-.091.448-.059.673-.07 1.718.014 3.438-.008 5.156.01.392-.015.693.366.653.741-.003 1.821.007 3.642-.004 5.461a.629.629 0 0 1-.645.645c-1.856.006-3.712.007-5.567-.001a.625.625 0 0 1-.635-.65c-.011-1.815-.003-3.632-.004-5.447-.022-.278.112-.572.374-.688m1.395 1.482l.477.58c.367-.268.826-.53 1.295-.373.374.093.659.561.409.907-.212.385-.692.357-1.07.364.001.23.003.46.003.692.393.006.892-.04 1.147.328.268.36.033.889-.374 1.017-.533.22-1.087-.068-1.479-.424l-.541.56c.688.636 1.765.861 2.613.423.6-.307.936-1.1.617-1.719-.098-.271-.354-.413-.58-.561.709-.381.765-1.439.155-1.935-.755-.668-1.938-.462-2.671.141z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycles-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#009fe3" d="M.802 0h22.36c.427.046.76.379.839.794v22.382a.987.987 0 0 1-.792.823H.817a.984.984 0 0 1-.816-.791V.817a.969.969 0 0 1 .802-.818m.125 21.248h22.145c-3.691-6.39-7.378-12.784-11.074-19.172C8.305 8.465 4.619 14.857.928 21.247z"/><path fill="#fff" d="M.928 21.247c3.691-6.39 7.378-12.782 11.071-19.172 3.696 6.389 7.382 12.782 11.074 19.172H.928m9.345-14.451c-.336.194-.522.553-.718.872.32.169.468.505.529.845l.186-.121.277.317c.25-.035.502-.035.754-.024.05.216.047.438-.036.647-.18.539-.283 1.104-.245 1.675-.494.253-.92.612-1.297 1.015-.191.214-.559.211-.679.491-.144.324.311.509.238.833a1.753 1.753 0 0 0-.641-.318c.01.316-.005.635.056.944l.382-.014c-.09.252-.168.509-.239.768-.982-.34-2.154-.028-2.782.812-.505.616-.575 1.452-.481 2.214.253.432.493.898.905 1.204a2.44 2.44 0 0 0 2.461.33c.624-.253 1.093-.787 1.355-1.398h.634v-.5h-.506c.137-1.015-.4-2.033-1.289-2.528l.163-.566c.601.54 1.202 1.079 1.806 1.618.162.085.142.258.127.412l.428.024c-.107.32-.168.672.006.983-.188.125-.098.373-.132.559.532.073 1.034-.078 1.487-.35-.19.217-.398.432-.497.709.316.276.628-.181.869-.355.101-.001.202-.004.304-.004.268.628.76 1.176 1.408 1.42a2.444 2.444 0 0 0 2.544-.466c.328-.28.504-.679.738-1.03.142-.804.058-1.702-.502-2.338-.649-.815-1.823-1.088-2.786-.725-.163-.503-.611-.952-.552-1.499.226-.02.462.004.676-.083.156-.134-.038-.295-.143-.373.176-.48-.188-.911-.384-1.321-.524-.901-.934-1.897-1.679-2.647-.401-.404-.955-.568-1.466-.776-.166-.216-.163-.509-.26-.756-.119-.409-.625-.658-1.018-.498M4.082 17.387v.5h.88l-.001-.5h-.878m14.925 0v.5h.88v-.5h-.88M3.262 19.769v.582H4.56v-.582H3.262m1.765 0l.001.582h1.298v-.582h-1.3m1.766 0v.582h1.3v-.582h-1.3m1.765 0l.001.582h1.298v-.582h-1.3m1.768 0v.582h1.3v-.582h-1.3m1.765 0v.582h1.3v-.582h-1.3m1.765 0v.582h1.3v-.582h-1.3m1.765 0v.582h1.3v-.582h-1.3m1.765 0l.001.582h1.298v-.582h-1.3m1.768 0l-.001.582h1.301l-.001-.582h-1.298z"/><path fill="#fff" d="M11.365 11.608c.37-.373.38-.946.606-1.4.473.607.942 1.224 1.29 1.913-.246.26-.61.323-.918.478-.316.137-.576.37-.874.535-.612.032-1.226 0-1.84.012l.124-.413c.521-.398 1.076-.746 1.612-1.124zM9.37 12.798c-.238-.019-.052-.457.132-.338.065.155.02.268-.132.338zM9.518 13.536h1.726c.149.737.319 1.487.688 2.15l-.367.208a3791.4 3791.4 0 0 1-2.166-1.943l.12-.415zM12.116 13.688c.359-.056.714-.134 1.075-.173a5.962 5.962 0 0 0-.788 1.532c-.065-.46-.164-.912-.287-1.36zM13.136 15.389c.425-.506.804-1.05 1.146-1.616l.527 1.117c-.704.41-1.152 1.145-1.27 1.943-.332-.409-.337-.947-.403-1.444zM6.515 15.511c.571-.586 1.474-.728 2.233-.469-.113.716-.569 1.286-.896 1.909-.154.136.187.379.246.176.388-.612.802-1.228.95-1.948.354.247.685.548.864.95.401.822.173 1.898-.52 2.494-.636.58-1.637.7-2.392.288-.43-.217-.739-.604-.97-1.016.106-.002.317-.01.422-.012v-.496c-.191-.001-.383-.005-.574-.008-.072-.678.126-1.394.635-1.868m.555 1.876v.5h.878v-.5h-.878m1.492 0v.5h.88v-.5h-.88zM15.244 15.042c.816-.284 1.799-.079 2.36.6.427.467.571 1.12.511 1.738-.2.005-.4.007-.599.008v.497l.446.01c-.268.493-.671.935-1.212 1.124-.877.352-1.958.014-2.484-.77-.257-.329-.317-.751-.392-1.148.7.023 1.398.077 2.098.088.17.034.251-.176.143-.292-.282-.623-.589-1.232-.871-1.854m-.713 2.344v.5h.88a41.667 41.667 0 0 1 0-.5h-.88m1.493 0v.5h.878v-.5h-.878z"/><path fill="#fff" d="M13.885 16.778a2.326 2.326 0 0 1 1.061-1.598c.269.558.532 1.12.797 1.68-.619-.028-1.238-.053-1.858-.082zM11.786 16.543c.223.178.416.415.701.498.187.037.29.204.414.331l-.341.187-.229-.161c-.169-.029-.414.029-.493-.172-.142-.204-.077-.457-.052-.684z"/><path d="M10.273 6.796c.392-.16.899.089 1.018.498.097.247.095.54.26.756.511.209 1.066.372 1.466.776.745.75 1.154 1.746 1.679 2.647.196.41.56.841.384 1.321.104.078.299.239.143.373-.214.086-.45.062-.676.083-.059.547.389.996.552 1.499.964-.364 2.137-.09 2.786.725.559.636.643 1.534.502 2.338-.234.35-.41.75-.738 1.03a2.444 2.444 0 0 1-2.544.466c-.648-.244-1.14-.792-1.408-1.42-.102 0-.203.002-.304.004-.241.174-.553.631-.869.355.098-.277.307-.492.497-.709-.452.272-.955.424-1.487.35.034-.186-.056-.434.132-.559-.174-.311-.113-.662-.006-.983l-.428-.024c.014-.154.035-.326-.127-.412a713.546 713.546 0 0 1-1.806-1.618l-.163.566c.889.496 1.426 1.513 1.289 2.528h.506v.5h-.634c-.262.611-.731 1.145-1.355 1.398a2.44 2.44 0 0 1-2.461-.33c-.412-.306-.652-.772-.905-1.204-.094-.762-.024-1.598.481-2.214.628-.84 1.8-1.152 2.782-.812.071-.259.149-.516.239-.768l-.382.014c-.061-.31-.047-.629-.056-.944.236.056.448.174.641.318.073-.324-.382-.509-.238-.833.12-.28.488-.277.679-.491.377-.403.803-.762 1.297-1.015-.038-.571.065-1.136.245-1.675.083-.209.086-.431.036-.647a4.129 4.129 0 0 0-.754.024l-.277-.317-.186.121c-.061-.34-.209-.676-.529-.845.196-.319.382-.678.718-.872m1.093 4.814c-.535.378-1.091.726-1.612 1.124l-.124.413c.613-.012 1.228.02 1.84-.012.298-.166.558-.398.874-.535.308-.155.672-.217.918-.478-.348-.689-.817-1.306-1.29-1.913-.226.455-.236 1.027-.606 1.4M9.37 12.798c.152-.071.197-.184.132-.338-.184-.119-.37.319-.132.338m.148.738l-.12.415 2.166 1.943.367-.208c-.368-.664-.539-1.414-.688-2.15H9.517m2.599.152c.122.448.222.9.287 1.36.18-.55.46-1.058.788-1.532-.361.038-.716.116-1.075.173m1.02 1.7c.066.497.071 1.034.403 1.444.118-.798.565-1.532 1.27-1.943-.175-.373-.35-.745-.527-1.117-.342.566-.721 1.11-1.146 1.616m-6.621.122c-.509.474-.707 1.19-.635 1.868.191.004.383.007.574.008v.496c-.106.002-.317.01-.422.012.23.413.54.799.97 1.016a2.124 2.124 0 0 0 2.392-.288c.692-.595.92-1.672.52-2.494-.179-.402-.51-.703-.864-.95-.149.72-.563 1.336-.95 1.948-.059.203-.4-.041-.246-.176.328-.623.784-1.193.896-1.909-.76-.259-1.662-.116-2.233.469m8.727-.469c.282.622.589 1.231.871 1.854.108.115.028.325-.143.292-.7-.011-1.398-.065-2.098-.088.076.397.136.82.392 1.148.526.785 1.607 1.122 2.484.77.541-.19.944-.631 1.212-1.124a64.9 64.9 0 0 1-.446-.01v-.497c.199-.001.398-.004.599-.008.06-.618-.084-1.271-.511-1.738-.562-.679-1.544-.884-2.36-.6m-1.359 1.737c.619.029 1.238.054 1.858.082-.265-.56-.528-1.122-.797-1.68a2.329 2.329 0 0 0-1.061 1.598m-2.099-.235c-.025.227-.09.48.052.684.079.2.324.143.493.172l.229.161.341-.187c-.124-.127-.227-.294-.414-.331-.284-.083-.478-.32-.701-.498zM4.082 17.387h.878l.001.5h-.88v-.5z"/><path d="M7.068 17.387h.878v.5h-.878v-.5zM8.56 17.387h.88v.5h-.88v-.5zM14.531 17.387h.88v.5h-.88v-.5zM16.024 17.387h.878v.5h-.878v-.5zM19.008 17.387h.88v.5h-.88v-.5zM3.262 19.769H4.56v.582H3.262v-.582zM5.027 19.769h1.3v.582H5.029l-.001-.582zM6.792 19.769h1.3v.582h-1.3v-.582zM8.557 19.769h1.3v.582H8.559l-.001-.582zM10.324 19.769h1.3v.582h-1.3v-.582zM12.089 19.769h1.3v.582h-1.3v-.582zM13.854 19.769h1.3v.582h-1.3v-.582zM15.619 19.769h1.3v.582h-1.3v-.582zM17.384 19.769h1.3v.582h-1.298l-.001-.582zM19.151 19.769h1.298l.001.582h-1.301l.001-.582z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycles-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M11.956 0h.051c.519.012.963.349 1.202.794 2.959 5.042 5.909 10.091 8.869 15.133.361.558.617 1.201.61 1.875.001 1.6-.002 3.201.002 4.802A1.285 1.285 0 0 1 21.627 24H2.431A1.247 1.247 0 0 1 1.3 22.844v-5.231c.046-.483.183-.96.43-1.378C4.751 11.084 7.765 5.93 10.786.781c.235-.433.666-.759 1.17-.781m-.206.561c-.3.113-.474.402-.632.663C8.179 6.25 5.243 11.278 2.302 16.303c-.243.392-.478.817-.478 1.292-.01 1.704-.002 3.409-.005 5.113-.062.536.499.873.98.768 6.237-.008 12.474.003 18.71-.006.39.002.698-.384.659-.763v-5.013c.011-.453-.166-.883-.405-1.26-2.994-5.109-5.974-10.226-8.97-15.334-.195-.368-.604-.708-1.043-.539z"/><path fill="#0066b3" d="M11.331 1.932c.193-.327.357-.686.665-.925.137.13.276.262.37.428 3.011 5.154 6.026 10.305 9.036 15.46.257.387.232.864.226 1.308-.019 1.574.033 3.15-.026 4.723-6.408.009-12.817.017-19.225-.004-.038-1.672-.003-3.347-.019-5.02-.012-.347.035-.705.225-1.003 2.915-4.99 5.833-9.978 8.748-14.967m1.59 8.832c.623.084 1.257-.019 1.883.049.177.023.151.236.197.362-.344.169-.688.336-1.034.499.066.242.129.485.2.726h-4.145a32.226 32.226 0 0 0-.107-.332c.331-.116.668-.219.983-.375a.347.347 0 0 0 .224-.264c-.748-.019-1.496-.005-2.244-.008l-.002.45c.219.08.441.151.661.229.067.208.136.416.202.625-.42.7-.811 1.417-1.216 2.126-.443-.208-.926-.341-1.419-.318-1.304.017-2.491 1.071-2.669 2.36-.207 1.203.5 2.467 1.611 2.955 1.006.474 2.277.243 3.066-.537.49-.459.777-1.098.864-1.758l.434.002c.118.454.489.786.949.869v.407l-.195.018.002.23.624.002.01-.234-.196-.011-.001-.411c.42-.105.824-.39.92-.834.122-.39-.083-.773-.336-1.057.724-1.114 1.446-2.228 2.172-3.34.144.59.291 1.179.434 1.769-.691.446-1.176 1.197-1.258 2.019a2.777 2.777 0 1 0 3.828 2.896c1.05-.431 1.776-1.546 1.71-2.684-.034-1.143-.858-2.199-1.948-2.533-.655-.214-1.374-.15-2.007.107a264.47 264.47 0 0 0-.705-2.891c.269-.156.574-.254.82-.446.32-.35.022-.981-.435-1.012a28.304 28.304 0 0 0-1.699-.007c-.196-.029-.325.211-.178.352M6.332 12.74c-.142.359-.411.758-.338 1.141.723.096 1.471.035 2.203.034.243-.315.332-.74.453-1.118-.174-.218-.509-.091-.752-.125-.517.045-1.077-.087-1.566.068m9.011.012c-.002.35.205.677.315 1.006.041.212.281.164.44.172.601-.017 1.204.022 1.804-.02l.114-.125a3.55 3.55 0 0 0-.414-1.09c-.6-.051-1.204-.007-1.805-.024-.149.017-.333-.031-.454.081M3.335 21.824c-.066.219.221.21.363.204 5.648-.009 11.296.01 16.944-.009.026-.402-.18-.772-.331-1.131-.063-.16-.273-.096-.404-.117-5.376.015-10.753-.018-16.128.017-.25.269-.31.692-.444 1.036z"/><path fill="#0066b3" d="M10.131 12.787h4.118c-.78 1.187-1.558 2.375-2.34 3.56l-.307-.08.001-.423.193-.009-.003-.242-.626.001-.003.237.197.018-.005.432-.191.019-1.034-3.513zM8.906 15.099c.331-.583.662-1.166 1.005-1.743.308 1.039.615 2.077.919 3.117a1.66 1.66 0 0 0-.416.619c-.147 0-.294 0-.44.002-.071-.778-.476-1.494-1.068-1.995zM5.838 15.426a2.355 2.355 0 0 1 2.44-.166c-.368.665-.762 1.317-1.124 1.986-.09.12.011.313.163.3.732.022 1.465-.002 2.198.009-.103.629-.416 1.239-.942 1.615-.692.522-1.68.61-2.448.205a2.317 2.317 0 0 1-1.251-1.879 2.312 2.312 0 0 1 .964-2.07zM15.23 15.231c.685-.311 1.516-.327 2.179.051.859.45 1.351 1.482 1.169 2.434-.17 1.074-1.185 1.937-2.276 1.911-1.066.031-2.067-.784-2.273-1.826a2.34 2.34 0 0 1 .87-2.351c.083.283.112.602.324.827.348.396.647.838 1.023 1.208.136.15.368-.121.231-.249-.325-.45-.724-.841-1.049-1.291-.101-.227-.135-.476-.198-.714z"/><path fill="#0066b3" d="M7.759 17.093c.304-.527.6-1.059.906-1.585.465.405.768.971.85 1.583-.586.005-1.171.002-1.756.002zM11.613 16.618c.333.003-.146.304 0 0zM10.81 16.94c.168-.053.224 0 .168.158-.169.051-.225-.001-.168-.158zM11.62 17.449c.112-.228.266-.432.41-.64.149.227.27.506.159.777-.077.273-.34.407-.578.516-.001-.218-.029-.438.009-.653zM10.738 17.56c.207-.005.415-.007.622-.008-.002.182-.006.365-.01.548a1.259 1.259 0 0 1-.612-.54z"/><path fill="#fff" d="M11.75.561c.439-.169.848.171 1.043.539 2.996 5.108 5.976 10.225 8.97 15.334.239.377.416.807.405 1.26v5.013c.039.379-.269.765-.659.763-6.236.009-12.473-.002-18.71.006-.481.105-1.042-.232-.98-.768.003-1.704-.005-3.409.005-5.113 0-.475.235-.9.478-1.292C5.243 11.278 8.179 6.25 11.118 1.224c.158-.261.332-.55.632-.663m-.419 1.371c-2.915 4.989-5.833 9.977-8.748 14.967-.19.298-.237.656-.225 1.003.016 1.673-.019 3.348.019 5.02 6.408.021 12.817.013 19.225.004.059-1.573.007-3.149.026-4.723.006-.444.031-.921-.226-1.308-3.01-5.155-6.025-10.306-9.036-15.46-.094-.166-.233-.298-.37-.428-.308.239-.472.598-.665.925z"/><path fill="#fff" d="M12.921 10.764c-.147-.141-.018-.381.178-.352a28.304 28.304 0 0 1 1.699.007c.457.031.755.662.435 1.012-.246.192-.551.29-.82.446.24.963.476 1.926.705 2.891.633-.257 1.352-.321 2.007-.107 1.09.334 1.914 1.39 1.948 2.533.066 1.138-.66 2.253-1.71 2.684a2.777 2.777 0 0 1-3.828-2.896c.082-.822.567-1.573 1.258-2.019-.143-.59-.29-1.179-.434-1.769-.726 1.112-1.448 2.226-2.172 3.34.253.284.458.667.336 1.057-.096.444-.5.729-.92.834l.001.411.196.011-.01.234-.624-.002-.002-.23.195-.018v-.407a1.188 1.188 0 0 1-.949-.869l-.434-.002c-.087.66-.374 1.299-.864 1.758-.789.78-2.06 1.011-3.066.537-1.111-.488-1.818-1.752-1.611-2.955.178-1.289 1.365-2.343 2.669-2.36.493-.023.976.11 1.419.318.405-.709.796-1.426 1.216-2.126-.066-.209-.135-.417-.202-.625-.22-.078-.442-.149-.661-.229l.002-.45c.748.003 1.496-.011 2.244.008a.347.347 0 0 1-.224.264c-.315.156-.652.259-.983.375l.107.332h4.145c-.071-.241-.134-.484-.2-.726.346-.163.69-.33 1.034-.499-.046-.126-.02-.339-.197-.362-.626-.068-1.26.035-1.883-.049m-2.79 2.023l1.034 3.513.191-.019.005-.432a14.416 14.416 0 0 1-.197-.018l.003-.237.626-.001.003.242-.193.009-.001.423.307.08c.782-1.185 1.56-2.373 2.34-3.56h-4.118m-1.225 2.312c.592.501.997 1.217 1.068 1.995.146-.002.293-.002.44-.002a1.66 1.66 0 0 1 .416-.619 854.49 854.49 0 0 0-.919-3.117c-.343.577-.674 1.16-1.005 1.743m-3.068.327a2.312 2.312 0 0 0-.964 2.07 2.317 2.317 0 0 0 1.251 1.879 2.337 2.337 0 0 0 2.448-.205c.526-.376.839-.986.942-1.615-.733-.011-1.466.013-2.198-.009-.152.013-.253-.18-.163-.3.362-.669.756-1.321 1.124-1.986a2.355 2.355 0 0 0-2.44.166m9.392-.195c.063.238.097.487.198.714.325.45.724.841 1.049 1.291.137.128-.095.399-.231.249-.376-.37-.675-.812-1.023-1.208-.212-.225-.241-.544-.324-.827a2.34 2.34 0 0 0-.87 2.351c.206 1.042 1.207 1.857 2.273 1.826 1.091.026 2.106-.837 2.276-1.911.182-.952-.31-1.984-1.169-2.434-.663-.378-1.494-.362-2.179-.051m-7.471 1.862c.585 0 1.17.003 1.756-.002a2.553 2.553 0 0 0-.85-1.583c-.306.526-.602 1.058-.906 1.585m3.854-.475c-.146.304.333.003 0 0m-.803.322c-.057.157-.001.209.168.158.056-.158 0-.211-.168-.158m.81.509c-.038.215-.01.435-.009.653.238-.109.501-.243.578-.516.111-.271-.01-.55-.159-.777-.144.208-.298.412-.41.64m-.882.111c.139.246.352.429.612.54.004-.183.008-.366.01-.548a32.25 32.25 0 0 0-.622.008z"/><path fill="#fff" d="M6.332 12.74c.489-.155 1.049-.023 1.566-.068.243.034.578-.093.752.125-.121.378-.21.803-.453 1.118-.732.001-1.48.062-2.203-.034-.073-.383.196-.782.338-1.141zM15.343 12.752c.121-.112.305-.064.454-.081.601.017 1.205-.027 1.805.024.198.333.336.711.414 1.09l-.114.125c-.6.042-1.203.003-1.804.02-.159-.008-.399.04-.44-.172-.11-.329-.317-.656-.315-1.006zM3.335 21.824c.134-.344.194-.767.444-1.036 5.375-.035 10.752-.002 16.128-.017.131.021.341-.043.404.117.151.359.357.729.331 1.131-5.648.019-11.296 0-16.944.009-.142.006-.429.015-.363-.204z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycles-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#0d7abf" d="M0 .264h24v23.268c-.191-.044-.27.025-.235.204H.378A1.15 1.15 0 0 0 0 23.348V.263m1.159 21.336c7.238.003 14.476.003 21.716 0C19.259 15.331 15.642 9.065 12.021 2.8 8.395 9.064 4.776 15.331 1.159 21.599z"/><path fill="#fff" d="M1.159 21.599C4.776 15.331 8.395 9.064 12.021 2.8c3.621 6.265 7.238 12.531 10.854 18.799-7.24.003-14.478.003-21.716 0m7.961-8.915c-.319.327-.098.814.256 1.006-.178.622-.371 1.24-.55 1.861-1.031-.393-2.3.071-2.772 1.081-.551 1.048-.045 2.469 1.04 2.938 1.038.526 2.417.011 2.891-1.043.458-.907.15-2.06-.641-2.677l.067-.232c.823.564 1.648 1.127 2.469 1.698-.046.378.044.807.397 1.014.294.236.8-.04.948.405l-.297.021c0 .066-.001.198-.003.264.16.028.319.057.479.087l.402-.09c-.001-.067-.004-.2-.007-.266l-.351-.001c-.067-.136-.135-.273-.2-.409.187-.191.282-.516.575-.568.102.6.375 1.192.878 1.557.779.615 1.971.585 2.719-.069.911-.723 1.042-2.196.27-3.066-.587-.731-1.635-.956-2.5-.638-.244-.459-.487-.918-.742-1.37.063-.164.128-.326.195-.488.318-.066.538-.293.641-.597a23.504 23.504 0 0 0-2.173-.005l-.054.224c.322.124.662.194.994.284l-.24.567c-1.316-.001-2.632-.004-3.949.001.191-.411.062-.818-.284-1.088.328-.003.655-.004.984-.005l-.001-.579c-.472.054-1.047-.15-1.441.183m-4.007 5.104c.161 0 .323.001.484.004l-.012-.365-.454.001-.018.36m5.338-.363l.009.386h.645l.004-.384-.658-.003m8.017 0l.009.392h.866l.011-.389c-.297 0-.591 0-.886-.003m-15.29 3.221c0 .135-.001.269-.003.404.332-.003.665-.004.997-.001l-.003-.401c-.331.001-.661.001-.992-.001m3.038-.001l-.004.404c.332-.003.665-.004.996-.001-.001-.135-.001-.268-.003-.401-.33.001-.659.001-.989-.001m3.036-.001l-.004.404c.332-.003.666-.004.998-.001l-.003-.401c-.331.001-.662.001-.992-.001m3.028-.001c-.001.135-.003.269-.003.404.335-.003.67-.004 1.005-.001l-.004-.401c-.332.001-.666.001-.998-.001m3.035-.001l-.003.404c.335-.003.669-.004 1.004-.001l-.003-.401c-.332.001-.666.001-.998-.001m3.036-.001l-.004.404c.335-.003.67-.004 1.005-.001-.003-.135-.003-.268-.004-.401-.332.001-.665.001-.997-.001m-13.657.002c0 .099-.001.299-.003.398h1.005l-.001-.398H4.692m3.034 0c0 .099-.001.299-.003.398h1.005l-.001-.398H7.726m3.036 0c-.001.099-.001.299-.003.398h1.006l-.001-.398h-1.002m3.03 0l-.001.398h1.011l-.001-.398h-1.009m3.036 0l-.003.398h1.013l-.001-.398h-1.009m3.034 0l-.001.398h1.004l-.001-.398h-1.001z"/><path fill="#fff" d="M9.687 14.682h3.93c-.28.684-.559 1.369-.835 2.056-.251.051-.429-.05-.518-.294l.297-.017.003-.268c-.153-.024-.307-.047-.46-.073l-.427.076.011.268c.09 0 .266.001.356.003.08.166.162.334.24.502-.93-.571-1.808-1.222-2.71-1.836l.115-.418zM14.196 14.792c.182.339.36.68.538 1.021-.513.392-.815.977-.923 1.605-.248-.059-.355-.294-.485-.484.294-.712.58-1.428.87-2.142zM6.796 16.679c.411-.571 1.201-.733 1.844-.496a1.948 1.948 0 0 1-.894 1.364c.095.14.194.348.398.229.555-.167.886-.684 1.022-1.221.373.506.509 1.212.178 1.774-.382.745-1.42 1.023-2.123.566-.754-.427-.971-1.538-.425-2.215zM15.518 16.124c.748-.195 1.623.145 1.909.891.376.828-.179 1.89-1.069 2.064-.853.227-1.724-.429-1.876-1.27.566-.034 1.138.046 1.698-.046l.053-.207c-.203-.493-.513-.936-.715-1.432z"/><path fill="#fff" d="M14.486 17.375c.095-.372.281-.709.558-.977.178.326.349.654.522.982-.36 0-.72 0-1.08-.005zM12.462 17.087c.384-.24.931.124.858.571-.025.43-.588.678-.922.404-.335-.228-.298-.793.063-.975zM0 23.349c.157.098.285.229.378.388H0v-.388zM23.765 23.736c-.036-.179.044-.248.235-.204v.204h-.235z"/><path fill="#030303" d="M9.12 12.684c.394-.334.969-.129 1.441-.183l.001.579-.984.005c.345.27.475.676.284 1.088 1.317-.005 2.633-.003 3.949-.001l.24-.567c-.332-.09-.673-.16-.994-.284.015-.055.041-.167.054-.224a24.226 24.226 0 0 1 2.173.005c-.103.305-.323.531-.641.597-.067.162-.132.324-.195.488.256.452.498.911.742 1.37.865-.318 1.913-.092 2.5.638.771.87.641 2.343-.27 3.066-.748.654-1.94.683-2.719.069-.504-.365-.777-.957-.878-1.557-.293.053-.388.377-.575.568l.2.409.351.001c.003.066.005.199.007.266l-.402.09c-.16-.03-.319-.059-.479-.087l.003-.264.297-.021c-.148-.444-.654-.169-.948-.405-.353-.207-.443-.636-.397-1.014-.82-.571-1.646-1.134-2.469-1.698l-.067.232c.791.617 1.098 1.77.641 2.677-.473 1.054-1.853 1.569-2.891 1.043-1.085-.469-1.592-1.89-1.04-2.938.472-1.01 1.741-1.474 2.772-1.081.179-.621.372-1.238.55-1.861-.353-.193-.575-.679-.256-1.006m.567 1.998l-.115.418c.902.613 1.78 1.265 2.71 1.836-.078-.169-.16-.336-.24-.502l-.356-.003-.011-.268.427-.076.46.073c0 .067-.001.2-.003.268l-.297.017c.09.244.268.345.518.294.276-.687.555-1.371.835-2.056h-3.93m4.511.109c-.29.713-.576 1.429-.87 2.142.131.19.237.425.485.484.108-.628.41-1.213.923-1.605-.178-.34-.356-.682-.538-1.021m-7.4 1.887c-.546.678-.33 1.788.425 2.215.703.458 1.741.179 2.123-.566.331-.562.195-1.267-.178-1.774-.136.537-.467 1.054-1.022 1.221-.204.119-.303-.09-.398-.229.493-.305.799-.795.894-1.364-.642-.237-1.432-.075-1.844.496m8.722-.554c.202.496.512.939.715 1.432l-.053.207c-.56.092-1.133.012-1.698.046.153.841 1.023 1.497 1.876 1.27.89-.174 1.445-1.236 1.069-2.064-.286-.746-1.162-1.087-1.909-.891m-1.032 1.251c.36.005.72.005 1.08.005-.173-.328-.344-.657-.522-.982a2.052 2.052 0 0 0-.558.977m-2.024-.288c-.361.182-.398.746-.063.975.334.274.897.026.922-.404.073-.447-.475-.811-.858-.571zM5.113 17.788l.018-.36.454-.001.012.365a26.032 26.032 0 0 0-.484-.004z"/><path fill="#030303" d="M10.451 17.425c.22.001.439.001.658.003l-.004.384h-.645l-.009-.386zM18.468 17.424c.295.003.589.003.886.003l-.011.389h-.866a50.111 50.111 0 0 1-.009-.392zM3.178 20.645c.331.003.661.003.992.001l.003.401a66.268 66.268 0 0 0-.997.001c.001-.135.003-.269.003-.404zM6.215 20.645c.33.003.659.003.989.001l.003.401c-.331-.003-.663-.001-.996.001l.004-.404zM9.251 20.645c.33.003.661.003.992.001l.003.401a66.401 66.401 0 0 0-.998.001l.004-.404zM12.278 20.645c.332.003.666.003.998.001l.004.401c-.335-.003-.67-.001-1.005.001 0-.135.001-.269.003-.404zM15.313 20.645c.332.003.666.003.998.001l.003.401c-.335-.003-.669-.001-1.004.001l.003-.404zM18.349 20.645c.332.003.665.003.997.001.001.133.001.266.004.401-.335-.003-.67-.001-1.005.001l.004-.404zM4.692 20.648h1.001l.001.398H4.689l.003-.398zM7.726 20.648h1.001l.001.398H7.723l.003-.398zM10.762 20.648h1.002l.001.398h-1.006c.001-.099.001-.299.003-.398zM13.792 20.648h1.009l.001.398h-1.011l.001-.398zM16.828 20.648h1.009l.001.398h-1.013c0-.099.001-.299.003-.398zM19.862 20.648h1.001l.001.398H19.86l.001-.398z"/></symbol><symbol viewBox="0 0 24 24" id="information--bike-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M1.237 3.012h21.581c.205.064.407.151.574.29.302.237.49.588.608.947v15.48c-.017.101-.067.192-.104.285a1.667 1.667 0 0 1-.961.886c-.216.06-.443.031-.664.038-4.296.031-8.592.023-12.888.024-2.576 0-5.152-.005-7.728-.024-.198-.005-.399.016-.593-.032a1.54 1.54 0 0 1-.845-.653A2.44 2.44 0 0 1 0 19.827V4.146c.023-.08.053-.157.09-.232.148-.274.348-.525.614-.692.159-.108.338-.194.532-.21m.427.309a1.4 1.4 0 0 0-.912.368c-.238.251-.434.571-.444.926l.001 14.746c.017.346.208.657.439.903.263.244.62.382.98.374h20.198c.289-.001.591.019.864-.097.184-.082.367-.184.499-.341.17-.2.313-.432.363-.693.027-.13.016-.264.018-.396V4.839c-.001-.124.009-.249-.014-.372a1.437 1.437 0 0 0-.303-.634c-.151-.211-.382-.35-.621-.44-.266-.098-.553-.072-.83-.075-6.746.001-13.492-.003-20.237.002z"/><path fill="#fffffe" d="M9.155 4.058c.475-.002.95 0 1.425-.001l.02.409H9.353l-.254.273.292.527-.367 1.303h5.108l.077-.238a4.21 4.21 0 0 1-.724-.188c-.191-.071-.387-.14-.554-.26-.057-.04-.108-.116-.07-.185.055-.095.176-.106.274-.112.906-.045 1.813-.088 2.72-.125.088.006.202-.004.26.076.028.083-.021.168-.072.231-.17.208-.395.384-.66.448a5.43 5.43 0 0 1-.455.101l-.195.526 1.207 1.496c.217-.141.46-.236.704-.319a3.778 3.778 0 0 1 1.579-.188c.441.05.882.161 1.274.376.35.184.698.393.962.692.28.297.532.626.705.998.192.421.318.875.345 1.338a3.61 3.61 0 0 1-.79 2.492c-.219.267-.454.527-.748.712-.332.211-.679.411-1.061.515a3.645 3.645 0 0 1-2.216-.044c-.383-.152-.769-.322-1.083-.595a3.722 3.722 0 0 1-.775-.834 3.693 3.693 0 0 1-.5-1.088l-1.105.199c-.056.138-.175.233-.296.312l.198.938h.253l.02.253-.8.039v-.273h.196l-.241-.937c-.169-.032-.338-.122-.416-.282a.52.52 0 0 1-.029-.395c-1.207-1.367-2.416-2.733-3.625-4.1l-.162.44c.433.369.833.801 1.058 1.331.271.575.396 1.219.338 1.854a3.81 3.81 0 0 1-.368 1.313c-.2.403-.49.754-.805 1.071-.28.261-.617.451-.958.621-.251.129-.526.199-.8.26a3.7 3.7 0 0 1-2.094-.206c-.378-.18-.753-.383-1.064-.668-.27-.27-.52-.563-.713-.893a3.68 3.68 0 0 1-.463-2.181c.075-.677.327-1.341.76-1.871.197-.238.399-.477.653-.657a5.05 5.05 0 0 1 .833-.476 3.681 3.681 0 0 1 2.257-.167c.28.078.561.163.816.306L8.824 5.34l-.332-.565c.22-.24.442-.479.661-.72m-.406 3.393l3.451 3.88-.038-.467h-.176l-.019-.253h.682l.019.272h-.155c.019.143.038.285.059.428l1.355-4.11-5.098.006-.079.243m5.764.097l-1.43 4.367 1.159-.118a3.923 3.923 0 0 1 .363-2.055c.204-.412.505-.769.834-1.087l-.925-1.107M4.697 8.867c-.249.136-.494.29-.686.502a3.623 3.623 0 0 0-.437.551 2.923 2.923 0 0 0-.339.797 2.923 2.923 0 0 0 .115 1.84c.136.365.367.686.633.969.245.279.573.464.901.628.17.087.355.137.539.184.213.063.436.062.656.075.188-.006.378-.014.564-.046.227-.057.459-.11.668-.219.277-.139.551-.292.778-.506.265-.267.508-.564.669-.906a3.06 3.06 0 0 0 .278-1.032 3.022 3.022 0 0 0-.347-1.654 3.214 3.214 0 0 0-.595-.754 4.28 4.28 0 0 1-.682 1.224 5.742 5.742 0 0 1-.917.873.444.444 0 0 1-.157.328.39.39 0 0 1-.352.052.398.398 0 0 1-.26-.392.4.4 0 0 1 .204-.317c.073-.041.168-.03.231-.091.334-.272.651-.572.897-.929.224-.351.401-.733.512-1.135a3.133 3.133 0 0 0-.741-.304c-.709-.183-1.492-.103-2.131.26m12.196-.216c-.202.06-.404.127-.584.238l1.601 2.127a.396.396 0 0 1 .363.32.39.39 0 0 1-.325.455c-.1.025-.195-.041-.294-.022l-2.625.504a2.84 2.84 0 0 0 .856 1.375c.146.127.294.255.464.348.202.113.414.207.633.284.748.233 1.597.169 2.282-.222.248-.136.493-.29.684-.501.088-.094.174-.19.253-.291a2.928 2.928 0 0 0 .443-2.799 2.903 2.903 0 0 0-.666-1.061c-.24-.275-.563-.46-.886-.622-.218-.113-.458-.17-.695-.226a3.453 3.453 0 0 0-1.506.095m-1.779 1.603c-.134.45-.198.921-.187 1.39l2.497-.408-1.573-2.044c-.315.297-.603.644-.737 1.061zM14.355 16.659c.218-.044.464-.039.657.083a.924.924 0 0 1 .319.442c.096.261.16.536.173.815.006.347.018.7-.076 1.038-.059.203-.108.42-.251.584a.742.742 0 0 1-.24.206c-.171.083-.37.082-.555.054-.257-.042-.446-.263-.541-.493a2.737 2.737 0 0 1-.189-1.114c-.013-.31.021-.622.114-.919.041-.127.078-.259.155-.369.106-.149.246-.291.433-.326m.101.436c-.124.045-.195.168-.242.283-.148.44-.154.916-.093 1.372.041.217.068.46.235.623a.375.375 0 0 0 .411.032.558.558 0 0 0 .184-.26c.095-.29.134-.596.124-.9a2.751 2.751 0 0 0-.096-.76.712.712 0 0 0-.166-.324c-.091-.093-.238-.103-.357-.066zM1.994 16.687c.347.003.695-.007 1.042.005a.65.65 0 0 1 .459.207.912.912 0 0 1 .217.631c.008.262-.154.488-.333.663.206.194.397.447.389.744a.885.885 0 0 1-.482.821c-.113.066-.247.072-.374.083-.306.003-.612 0-.919.001v-3.156m.454.445v.842c.162-.002.324.004.486-.002a.297.297 0 0 0 .222-.099.63.63 0 0 0 .109-.462c-.017-.113-.08-.24-.205-.26-.202-.035-.408-.01-.612-.017m0 1.282v.986c.184-.005.369.011.552-.012.17-.022.287-.179.317-.338a.631.631 0 0 0-.075-.417.387.387 0 0 0-.305-.214c-.162-.012-.326-.002-.489-.005zM4.286 16.687h.442v3.156h-.442v-3.156zM5.415 16.687h.454v1.262l.719-1.262h.521l-.654 1.107.731 2.049H6.71l-.554-1.539c-.093.179-.2.351-.283.534-.012.335-.001.67-.005 1.006h-.454v-3.156zM7.708 16.687h1.484v.443h-1.03v.797h.654v.431h-.653v1.041h1.152v.442H7.709v-3.156zM11.418 19.843v-3.156c.334.004.668-.008 1.001.006a.783.783 0 0 1 .528.21c.147.164.254.378.244.603.006.199-.047.399-.152.568-.076.103-.194.161-.304.22l.454 1.549h-.465l-.421-1.484h-.432v1.484h-.454m.455-2.712v.797c.219-.01.445.027.659-.035.233-.089.283-.423.139-.609-.07-.107-.202-.146-.324-.151-.158-.005-.317 0-.475-.002zM16.136 16.687h.454v2.176c-.006.13-.001.267.072.38.12.247.511.286.678.07a.546.546 0 0 0 .115-.324v-2.301h.454v1.955c-.004.223.025.455-.059.668-.076.25-.291.433-.525.533-.374.15-.822-.02-1.043-.346a1.064 1.064 0 0 1-.146-.509c.003-.767 0-1.534.001-2.301zM18.34 16.687h1.605v.421h-.576v2.735h-.454v-2.735h-.575v-.421zM20.377 16.687h1.483v.443h-1.03v.797h.653v.431h-.653v1.041h1.152v.442h-1.605v-3.156z"/><path fill="#046249" d="M1.663 3.321c6.746-.005 13.492-.001 20.237-.002.278.004.564-.022.83.075.239.09.47.229.621.44.145.186.263.4.303.634.023.123.013.248.014.372v14.272c-.001.132.01.265-.018.396-.05.26-.193.493-.363.693-.131.157-.315.259-.499.341-.273.116-.575.096-.864.097H1.726c-.36.008-.717-.13-.98-.374-.232-.246-.422-.557-.439-.903L.306 4.616c.011-.355.206-.675.444-.926.248-.223.576-.365.912-.368m7.493.736c-.219.241-.441.48-.661.72l.332.565-1.045 2.885a3.681 3.681 0 0 0-3.073-.139 5.05 5.05 0 0 0-.833.476c-.254.18-.456.419-.653.657a3.597 3.597 0 0 0-.76 1.871c-.079.752.09 1.524.463 2.181.193.33.443.623.713.893.31.285.685.488 1.064.668a3.694 3.694 0 0 0 2.094.206c.274-.061.549-.132.8-.26.341-.17.678-.36.958-.621.316-.318.606-.668.805-1.071a3.81 3.81 0 0 0 .368-1.313 3.603 3.603 0 0 0-.338-1.854c-.225-.53-.625-.962-1.058-1.331l.162-.44 3.625 4.1a.511.511 0 0 0 .029.395c.078.16.247.25.416.282l.241.937h-.196v.273l.799-.039a20.014 20.014 0 0 1-.019-.253h-.253l-.198-.938c.121-.079.24-.174.296-.312l1.105-.199a3.682 3.682 0 0 0 1.275 1.922c.314.273.701.443 1.083.595.71.246 1.497.258 2.216.044.382-.104.729-.305 1.061-.515.294-.185.529-.446.748-.712.568-.69.845-1.603.79-2.492a3.77 3.77 0 0 0-.345-1.338 3.857 3.857 0 0 0-.705-.998c-.265-.299-.612-.508-.962-.692-.391-.215-.833-.326-1.274-.376a3.809 3.809 0 0 0-1.579.188 3.125 3.125 0 0 0-.704.319l-1.207-1.496.195-.526a5.43 5.43 0 0 0 .455-.101c.265-.064.49-.24.66-.448.051-.063.101-.149.072-.231-.059-.08-.172-.07-.26-.076-.907.037-1.813.08-2.72.125-.098.006-.22.017-.274.112-.038.069.014.145.07.185.167.12.363.189.554.26.233.09.48.139.724.188l-.077.238H9.026l.367-1.303-.292-.527.254-.273h1.247a55.96 55.96 0 0 0-.02-.409c-.475 0-.95-.001-1.425.001m5.198 12.598c-.187.036-.326.178-.433.326-.078.11-.114.242-.155.369a2.694 2.694 0 0 0-.114.919c-.018.38.053.76.189 1.114.095.23.284.451.541.493.184.028.383.029.555-.054a.753.753 0 0 0 .24-.206c.142-.163.191-.381.251-.584.094-.338.082-.691.076-1.038a2.747 2.747 0 0 0-.173-.815.924.924 0 0 0-.319-.442c-.193-.122-.439-.127-.657-.083m-12.362.029v3.156c.306-.001.613.002.919-.001.127-.011.261-.017.374-.083a.888.888 0 0 0 .482-.821c.008-.297-.183-.55-.389-.744.179-.175.34-.401.333-.663a.906.906 0 0 0-.217-.631.65.65 0 0 0-.459-.207c-.347-.012-.695-.002-1.042-.005m2.291-.001v3.156h.442v-3.156h-.442m1.129 0v3.156h.454c.003-.335-.007-.671.005-1.006.084-.183.191-.355.283-.534l.554 1.539h.476l-.731-2.049.654-1.107h-.521l-.719 1.262v-1.262h-.454m2.292.001v3.156h1.606v-.442H8.162V18.36h.653v-.431h-.654v-.797h1.03v-.443H7.707m3.711 3.154h.454v-1.484h.432l.421 1.484h.465l-.454-1.549c.11-.059.228-.117.304-.22.105-.169.158-.369.152-.568.01-.225-.097-.439-.244-.603a.783.783 0 0 0-.528-.21c-.334-.014-.668-.002-1.001-.006v3.156m4.717-3.156c-.001.767.001 1.534-.001 2.301.004.178.056.355.146.509.221.326.669.496 1.043.346.234-.099.449-.283.525-.533.084-.213.055-.445.059-.668v-1.955h-.454v2.301a.546.546 0 0 1-.115.324c-.167.217-.559.178-.678-.07-.072-.113-.077-.25-.072-.38v-2.176h-.454m2.205.001v.421h.575v2.735h.454v-2.735h.576v-.421H18.34m2.037 0v3.156h1.605v-.442H20.83V18.36h.653v-.431h-.653v-.797h1.03v-.443h-1.483z"/><path fill="#046249" d="M8.747 7.448l.079-.243 5.098-.006-1.355 4.11-.059-.428h.155l-.019-.272h-.682l.019.253h.176l.038.467c-1.15-1.294-2.299-2.587-3.451-3.88zM14.512 7.544l.925 1.107c-.329.318-.63.675-.834 1.087a3.926 3.926 0 0 0-.363 2.055l-1.159.118 1.43-4.367zM4.697 8.867c.639-.364 1.423-.443 2.131-.26.256.076.512.164.741.304a4.192 4.192 0 0 1-.512 1.135c-.245.357-.562.657-.897.929-.063.06-.159.049-.231.091a.397.397 0 0 0-.204.317.397.397 0 0 0 .26.392.387.387 0 0 0 .352-.052c.1-.078.15-.204.157-.328.331-.262.649-.544.917-.873.288-.37.529-.78.682-1.224.229.224.441.471.595.754.265.505.397 1.083.347 1.654a3.096 3.096 0 0 1-.278 1.032c-.161.342-.404.639-.669.906-.227.214-.501.367-.778.506-.209.108-.441.162-.668.219-.186.032-.375.04-.564.046-.219-.013-.443-.012-.656-.075a2.56 2.56 0 0 1-.539-.184c-.328-.164-.656-.349-.901-.628-.265-.282-.497-.603-.633-.969a2.923 2.923 0 0 1-.115-1.84c.077-.279.183-.552.339-.797.125-.199.276-.38.437-.551.192-.212.437-.366.686-.502zM16.894 8.649a3.468 3.468 0 0 1 1.506-.095c.237.056.478.113.695.226.323.162.645.347.886.622.289.305.532.66.666 1.061a2.933 2.933 0 0 1-.443 2.799 4.356 4.356 0 0 1-.253.291c-.191.212-.436.365-.684.501-.685.391-1.534.455-2.282.222a4.08 4.08 0 0 1-.633-.284 2.756 2.756 0 0 1-.464-.348 2.831 2.831 0 0 1-.856-1.375l2.625-.504c.099-.019.195.047.294.022a.39.39 0 0 0 .325-.455.397.397 0 0 0-.363-.32 2956.89 2956.89 0 0 1-1.601-2.127c.18-.111.382-.178.584-.238z"/><path fill="#046249" d="M15.113 10.254c.134-.418.422-.765.737-1.061l1.573 2.044-2.497.408c-.012-.469.052-.94.187-1.39zM14.455 17.096c.119-.037.265-.027.357.066.084.09.138.205.166.324.067.247.1.503.096.76.01.304-.03.611-.124.9a.568.568 0 0 1-.184.26.375.375 0 0 1-.411-.032c-.167-.163-.194-.406-.235-.623-.061-.456-.055-.932.093-1.372.048-.115.119-.239.242-.283zM2.447 17.131c.204.007.41-.017.612.017.124.021.188.147.205.26a.62.62 0 0 1-.109.462.297.297 0 0 1-.222.099c-.162.006-.324 0-.486.002v-.842zM11.872 17.131c.158.002.316-.003.475.002.121.005.254.044.324.151.144.186.093.52-.139.609-.214.062-.44.025-.659.035v-.797zM2.447 18.415c.163.003.326-.007.489.005.132.009.245.1.305.214a.626.626 0 0 1 .075.417c-.03.159-.147.316-.317.338-.183.023-.368.007-.552.012v-.986z"/></symbol><symbol viewBox="0 0 24 24" id="information--bike-route--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0a6249" d="M2.908 0h18.234c.569 1.992.957 4.041 1.085 6.111v2.714c-.157 2.53-.59 5.067-1.533 7.429-.845 2.043-1.963 4.032-3.613 5.535-1.055.972-2.34 1.719-3.753 2.013-1.73.349-3.577-.036-5.062-.98-.732-.5-1.424-1.066-2.022-1.724-.996-1.083-1.768-2.352-2.405-3.673-1.337-2.762-1.909-5.834-2.066-8.881V6.458c.076-1.435.239-2.867.557-4.27.168-.735.308-1.483.578-2.189m6.596 1.589c-.206.208-.411.417-.618.623l.378.387c-.266.889-.56 1.771-.813 2.664-.918-.477-2.077-.5-2.989.004-.842.421-1.453 1.253-1.647 2.169-.168.85-.001 1.775.511 2.482.389.578.984.995 1.64 1.216.814.257 1.739.191 2.487-.231.857-.436 1.47-1.3 1.64-2.242.153-.768-.022-1.578-.419-2.247-.199-.331-.49-.592-.768-.855.033-.107.065-.214.095-.322 1.036 1.118 2.075 2.234 3.11 3.353a.554.554 0 0 0 .437.644l.028.169c.097.001.194.003.29.006-.105-.203.07-.324.197-.45.3-.062.601-.123.899-.192.29 1.3 1.484 2.332 2.812 2.431.873.089 1.765-.217 2.422-.792.554-.509.944-1.202 1.038-1.953a3.16 3.16 0 0 0-.62-2.362c-.364-.509-.901-.87-1.482-1.088a3.257 3.257 0 0 0-2.753.297c-.335-.424-.661-.856-.989-1.286.045-.157.09-.314.132-.472.391-.15.837-.303 1.066-.679-.058-.153-.254-.136-.388-.15-.624.022-1.246.095-1.871.1-.207.007-.432.02-.584.181.319.345.82.382 1.257.453a8.35 8.35 0 0 0-.089.267H9.471c.138-.386.249-.781.387-1.167-.113-.112-.227-.222-.342-.333l.173-.173c.394 0 .787.002 1.182-.001a33.302 33.302 0 0 1 0-.447c-.456-.004-.912.001-1.367-.003m1.02 11.456c-.52.509-.726 1.237-.854 1.932.472.099.944.194 1.416.294.044-.389.138-.811.445-1.081.293-.281.797-.299 1.102-.027.275.237.353.625.333.972-.011.353-.148.723-.444.934-.237.181-.541.225-.831.237-.053.507-.109 1.013-.165 1.52.351-.098.749-.22 1.096-.041.421.223.626.706.661 1.163.048.572-.031 1.225-.473 1.637a.934.934 0 0 1-1.238.033c-.36-.289-.48-.762-.532-1.2-.495.072-.989.145-1.483.22.061.455.15.914.365 1.325.318.642.902 1.165 1.604 1.342.594.153 1.249.109 1.795-.185.794-.424 1.338-1.246 1.494-2.125.112-.711.089-1.489-.297-2.119a1.995 1.995 0 0 0-1.152-.897c.485-.329.902-.795 1.059-1.37.341-1.182-.297-2.619-1.475-3.046-.813-.271-1.799-.134-2.424.482z"/><path fill="#0a6249" d="M9.313 4.246c1.48.006 2.959.005 4.439.001-.406 1.278-.793 2.562-1.203 3.839a5.505 5.505 0 0 0-.104-.661c.201.101.256-.076.27-.239-.27-.011-.54-.008-.809-.005l.002.258.236.007c.036.176.08.35.121.524-1.022-1.113-2.053-2.218-3.076-3.331.043-.13.082-.261.123-.392zM14.203 4.587c.26.335.51.68.775 1.012-.759.652-1.188 1.664-1.098 2.664-.295.063-.59.126-.886.181.411-1.283.82-2.568 1.21-3.857zM15.736 5.759c.802-.447 1.84-.474 2.635.001.52.269.876.767 1.12 1.285.233.531.243 1.15.091 1.703-.227.652-.666 1.265-1.298 1.574-.522.293-1.145.348-1.728.256-.968-.189-1.79-.975-2.03-1.93.748-.162 1.497-.324 2.247-.481.155-.034.318-.069.445-.17.071-.128.01-.285-.074-.391-.467-.617-.95-1.223-1.407-1.847zM6.217 5.584a2.712 2.712 0 0 1 2.022.229c-.2.614-.56 1.167-.982 1.651-.15.178-.37.263-.562.383-.166.125-.142.346-.059.512.142.031.292.099.439.05.145-.08.182-.252.266-.382.076-.104.172-.192.262-.283.468-.451.861-.989 1.103-1.595.533.509.857 1.224.855 1.964.02.723-.359 1.39-.843 1.9-.482.424-1.114.69-1.762.673-.65.021-1.292-.238-1.775-.667a3.142 3.142 0 0 1-.753-1.203c-.215-.75-.086-1.597.391-2.222.314-.504.838-.839 1.397-1.011z"/><path fill="#0a6249" d="M14.439 8.144c.007-.777.294-1.562.892-2.077.412.55.83 1.097 1.246 1.645-.715.134-1.423.297-2.138.432z"/><path fill="#fffffe" d="M9.504 1.588c.455.003.911-.001 1.367.003v.447c-.394.003-.787.001-1.182.001l-.173.173c.115.11.228.221.342.333-.138.386-.249.781-.387 1.167h4.442l.089-.267c-.436-.071-.938-.108-1.257-.453.152-.16.377-.174.584-.181.625-.005 1.247-.078 1.871-.1.134.014.33-.003.388.15-.23.376-.676.529-1.066.679-.042.158-.087.315-.132.473.328.43.653.862.989 1.286a3.253 3.253 0 0 1 2.753-.297c.581.218 1.117.579 1.482 1.088.518.659.735 1.535.62 2.362-.093.751-.483 1.443-1.038 1.953-.657.575-1.548.882-2.422.792-1.328-.1-2.521-1.132-2.812-2.431-.299.069-.599.13-.899.192-.127.126-.302.248-.197.45a14.173 14.173 0 0 0-.29-.006l-.028-.169a.554.554 0 0 1-.437-.644c-1.035-1.12-2.075-2.235-3.11-3.353-.031.108-.062.215-.095.322.279.263.569.524.768.855.397.668.572 1.479.419 2.247-.17.942-.783 1.806-1.64 2.242-.749.422-1.673.488-2.487.231-.656-.222-1.251-.638-1.64-1.216-.513-.706-.68-1.632-.511-2.482.194-.916.805-1.748 1.647-2.169.912-.504 2.071-.481 2.989-.004.254-.893.547-1.775.813-2.664l-.378-.387c.207-.207.413-.415.618-.623m-.191 2.658c-.041.131-.08.262-.123.392 1.023 1.113 2.054 2.218 3.076 3.331-.042-.175-.085-.348-.121-.524l-.236-.007-.002-.258c.269-.003.539-.005.809.005-.014.163-.069.34-.27.239.046.218.083.438.104.661.41-1.277.797-2.561 1.203-3.839-1.48.004-2.959.005-4.439-.001m4.889.342a229.428 229.428 0 0 1-1.21 3.857c.297-.055.591-.117.886-.181-.09-1 .34-2.012 1.098-2.664-.265-.333-.515-.677-.775-1.012m1.534 1.172c.457.625.94 1.23 1.407 1.847.084.106.145.262.074.391-.127.102-.29.136-.445.17-.75.157-1.499.318-2.247.481.241.955 1.062 1.741 2.03 1.93.583.092 1.205.037 1.728-.256.632-.308 1.071-.922 1.298-1.574.153-.554.143-1.172-.091-1.703-.243-.518-.6-1.016-1.12-1.285-.795-.475-1.833-.448-2.635-.001m-9.518-.175c-.559.173-1.083.507-1.397 1.011-.477.625-.605 1.472-.391 2.222.151.453.419.864.753 1.203.483.429 1.124.688 1.775.667.648.017 1.28-.249 1.762-.673.485-.509.864-1.177.843-1.9a2.732 2.732 0 0 0-.855-1.964c-.242.606-.635 1.143-1.103 1.595-.091.091-.186.179-.262.283-.084.13-.121.301-.266.382-.147.049-.297-.019-.439-.05-.084-.166-.107-.387.059-.512.192-.121.412-.205.562-.383.422-.485.782-1.037.982-1.651a2.712 2.712 0 0 0-2.022-.229m8.221 2.559c.715-.134 1.424-.298 2.138-.432-.416-.548-.834-1.095-1.246-1.645-.598.515-.885 1.3-.892 2.077zM10.524 13.045c.625-.616 1.61-.753 2.424-.482 1.178.427 1.816 1.863 1.475 3.046-.157.575-.573 1.042-1.059 1.37.48.141.899.465 1.152.897.385.63.409 1.408.297 2.119-.155.879-.7 1.7-1.494 2.125-.545.294-1.201.337-1.795.185-.702-.178-1.286-.701-1.604-1.343-.215-.41-.304-.869-.365-1.325.494-.075.988-.148 1.483-.22.053.438.173.911.532 1.2a.936.936 0 0 0 1.238-.033c.442-.412.521-1.065.473-1.637-.035-.456-.239-.94-.661-1.163-.346-.179-.745-.057-1.096.041.056-.507.112-1.013.165-1.52.29-.012.595-.057.831-.237.296-.211.433-.581.444-.934.02-.348-.057-.735-.333-.972-.305-.271-.809-.254-1.103.027-.307.271-.4.692-.445 1.081-.472-.1-.944-.195-1.416-.294.128-.695.334-1.423.854-1.932z"/></symbol><symbol viewBox="0 0 24 24" id="information--bus-stop--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0ca00" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12z"/><path fill="#008754" d="M23.351 12c0 6.269-5.082 11.351-11.351 11.351S.649 18.269.649 12C.649 5.731 5.731.649 12 .649S23.351 5.731 23.351 12z"/><path fill="#f0ca00" d="M20.108 12a8.108 8.108 0 1 1-16.216 0 8.108 8.108 0 0 1 16.216 0z"/><path fill="#008754" d="M14.432 11.027H9.567V5.838H7.621v12.324h1.946v-5.514h4.865v5.514h1.946V5.838h-1.946z"/></symbol><symbol viewBox="0 0 24 24" id="information--cargo-loading-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.406 0h1.114c2.998.14 5.935 1.41 8.032 3.566 2.116 2.123 3.353 5.065 3.449 8.057v.72c-.089 2.975-1.308 5.904-3.396 8.029-2.098 2.18-5.047 3.475-8.063 3.628h-1.063c-2.627-.133-5.209-1.114-7.217-2.82-2.609-2.174-4.193-5.5-4.261-8.893v-.553C.06 8.649 1.355 5.608 3.564 3.45 5.634 1.376 8.49.163 11.407 0m-.096 2.31c-2.914.182-5.696 1.768-7.328 4.188-1.414 2.038-1.973 4.628-1.571 7.072a9.679 9.679 0 0 0 3.089 5.656 9.648 9.648 0 0 0 5.548 2.438 9.695 9.695 0 0 0 6.155-1.458 9.694 9.694 0 0 0 4.036-5.196 9.83 9.83 0 0 0-.149-6.454 9.694 9.694 0 0 0-9.779-6.246z"/><path fill="#fff" d="M11.311 2.31a9.693 9.693 0 0 1 9.779 6.246 9.83 9.83 0 0 1 .149 6.454 9.69 9.69 0 0 1-4.036 5.196 9.693 9.693 0 0 1-6.155 1.458A9.66 9.66 0 0 1 5.5 19.226a9.684 9.684 0 0 1-3.089-5.656c-.402-2.443.157-5.034 1.571-7.072 1.632-2.42 4.415-4.006 7.328-4.188M5.185 6.016c-.001 2.748.006 5.495-.004 8.242-.518.289-.283.97-.296 1.454.235.235.57.318.869.438.006.458-.016.918.01 1.375.014.233.223.466.468.448.463-.001.931.034 1.391-.022.51-.344.228-1.072.306-1.584.289-.01.415.289.668.371a3.128 3.128 0 0 0 2.172.037c.296-.07.44-.402.757-.41.007.377-.017.754.016 1.128.019.2.137.439.355.472.437.028.875.012 1.313.01.248.023.463-.212.479-.449.028-.458.005-.917.011-1.375.296-.132.671-.193.874-.469-.018-.473.214-1.141-.301-1.42-.01-2.748-.001-5.496-.005-8.245H5.186m11.664 5.199c-.402.178-.421.822-.029 1.022.337.208.788-.107.776-.485.034-.377-.395-.724-.748-.538m.928 1.105c-.139-.037-.29-.128-.424-.025-.548.251-.776.857-1.238 1.214-.198.15-.03.504.205.488.217-.013.372.139.526.269-.239.616-.492 1.225-.71 1.847.016.523.095 1.048.156 1.568.06.385.581.362.764.085.083-.524-.307-1.025-.149-1.547.132-.382.314-.743.469-1.115.268.76.532 1.522.798 2.282.073.216.194.463.444.506.308.044.516-.313.418-.582-.334-1.088-.688-2.172-1.03-3.258.293-.121.612-.096.914-.156.086-.158.15-.326.222-.491-.264-.484-.533-.962-.796-1.446-.191.12-.379.242-.57.359z"/><path fill="#fff" d="M10.133 6.712h3.437v7.577h-3.437V6.712z"/><path d="M5.185 6.016h9.082c.004 2.749-.005 5.497.005 8.245.515.278.283.947.301 1.42-.203.276-.577.337-.874.469-.006.458.017.917-.011 1.375-.016.236-.23.472-.479.449-.438.002-.876.018-1.313-.01-.218-.032-.336-.271-.355-.472-.032-.374-.008-.751-.016-1.128-.317.008-.461.341-.757.41a3.133 3.133 0 0 1-2.172-.037c-.253-.082-.379-.38-.668-.371-.078.512.204 1.24-.306 1.584-.46.055-.928.02-1.391.022-.245.018-.454-.215-.468-.448-.025-.457-.004-.917-.01-1.375-.299-.12-.634-.203-.869-.438.013-.485-.222-1.165.296-1.454.01-2.747.002-5.494.004-8.242m4.949.697v7.577h3.437V6.712h-3.437zM16.85 11.216c.353-.186.781.161.748.538.012.378-.439.692-.776.485-.392-.2-.373-.845.029-1.022z"/><path d="M17.777 12.32c.191-.116.379-.239.57-.359.263.484.532.962.796 1.446-.072.164-.136.332-.222.491-.302.06-.622.035-.914.156.342 1.086.696 2.17 1.03 3.258.098.269-.109.626-.418.582-.25-.043-.371-.29-.444-.506-.266-.761-.53-1.523-.798-2.282-.155.372-.337.733-.469 1.115-.158.522.232 1.022.149 1.547-.184.277-.704.3-.764-.085-.061-.521-.14-1.045-.156-1.568.218-.622.472-1.231.71-1.847-.154-.13-.308-.282-.526-.269-.235.016-.403-.338-.205-.488.462-.358.69-.964 1.238-1.214.133-.103.284-.012.424.025z"/></symbol><symbol viewBox="0 0 24 24" id="information--children--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M11.943 0h.081c.511.021.946.352 1.183.791 2.897 4.936 5.786 9.878 8.681 14.815.251.434.541.856.676 1.345.156.502.124 1.032.125 1.55-.008 1.432.009 2.865-.007 4.297.012.596-.469 1.086-1.033 1.202H2.391c-.578-.076-1.053-.557-1.091-1.143v-5.286a3.43 3.43 0 0 1 .431-1.337C4.752 11.084 7.765 5.929 10.786.78c.234-.429.659-.75 1.157-.78m-.197.562c-.297.116-.47.402-.628.661-2.926 5.005-5.85 10.012-8.778 15.016-.254.413-.516.854-.516 1.356-.01 1.702-.002 3.404-.004 5.107-.043.387.275.781.675.768 6.303.008 12.607.001 18.91.004.385.043.763-.279.758-.671.013-1.67 0-3.341.006-5.011a2.166 2.166 0 0 0-.329-1.224c-3.018-5.153-6.024-10.312-9.044-15.464-.197-.37-.607-.715-1.05-.542z"/><path fill="#0066b3" d="M11.258 2.057c.22-.368.402-.775.739-1.056.153.148.297.307.404.491 2.901 4.969 5.806 9.935 8.709 14.902.231.404.535.808.516 1.297.005 1.569-.004 3.139.004 4.708-.005.169-.002.341-.033.509-.234.034-.47.026-.705.028-6.173-.013-12.345.013-18.517-.013-.033-1.674-.003-3.348-.017-5.022-.012-.349.038-.709.229-1.009 2.889-4.946 5.781-9.89 8.671-14.835M9.735 7.03c-.451.236-.605.796-.567 1.27.037.427.297.787.605 1.068l-.025.246c-.994.349-1.74 1.219-2.022 2.224-.216.079-.572.075-.611.365-.096.495-.15.997-.234 1.494.424.314.926.485 1.421.65l-.326.974c.106.13.22.254.326.384-.45.844-1.002 1.635-1.422 2.494.131.593.752.904 1.169 1.292.245-.32-.042-.677-.153-.989.65-.95 1.451-1.812 1.899-2.886.239.191.492.392.61.685.221.473.037 1.011.202 1.497.164.546.262 1.106.336 1.669.519.067 1.047.037 1.569.032-.164-.33-.542-.479-.7-.806-.24-.812.183-1.746-.305-2.497-.156-.231-.286-.657.043-.802-.298-.702-.585-1.427-.641-2.195-.027-.252.048-.497.132-.732.448.657 1.177 1.065 1.96 1.163-.159.363-.316.763-.225 1.164.093.355.248.696.247 1.07l.19.14c-.009.155-.019.311-.027.467l.445.387c-.319.431-.444.958-.611 1.458-.041.182-.146.397-.023.57.192.297.452.577.804.673.003-.296-.11-.57-.188-.85.02-.227.22-.38.349-.552.32-.331.454-.78.637-1.191.152.007.304.013.457.018.206.775.147 1.604.397 2.366.367.258.876.138 1.291.065a2.988 2.988 0 0 0-.713-.574c.076-.62.047-1.244.003-1.865.065-.123.224-.213.204-.368-.037-.618-.289-1.195-.432-1.791.297.031.599.073.869.208.286.127.581.317.907.254.176-.102.314-.348.178-.534-.284-.118-.601-.166-.85-.356-.669-.478-.918-1.333-1.562-1.836-.141-.109-.257-.244-.378-.373.288-.084.66-.084.832-.374.201-.354.125-.78.138-1.169l.185-.136c-.256-.455-.771-.657-1.269-.69l.156-.654-.489-.027c-.039.172-.072.345-.11.517l-.547-.35-.299.462c.224.085.449.17.676.249-.718.446-.738 1.744.114 2.053l-.02.202c-.492.149-.926.474-1.144.947-.505-.351-1.018-.738-1.304-1.299-.282-.469-.272-1.058-.605-1.502-.168-.271-.433-.457-.715-.596l.024-.379c.637-.097 1.058-.68 1.081-1.303.167-.051.338-.092.503-.15a1.878 1.878 0 0 0-.558-.344c-.116-.247-.211-.55-.485-.665a1.735 1.735 0 0 0-1.399.058m-4.82 9.204l-.119.053c-.174.346-.31.717-.387 1.097.162.137.394.075.589.092.559-.017 1.12.024 1.677-.02.235-.331.326-.758.419-1.151-.174-.117-.392-.079-.59-.088-.53.015-1.061-.02-1.589.017m11.94.029c.125.406.218.844.464 1.196.494.038.99.002 1.485.016.254-.008.521.034.763-.064-.097-.394-.173-.836-.416-1.164a15.172 15.172 0 0 0-2.296.016M3.706 20.788c-.122.368-.299.719-.382 1.099l.066.121c1.798.044 3.6.006 5.4.019 3.958-.009 7.916.017 11.873-.013-.029-.395-.183-.768-.351-1.122-.064-.161-.278-.099-.411-.121-5.398.015-10.797-.019-16.195.017z"/><path fill="#0066b3" d="M8.562 12.233c.108-.217.25-.414.419-.588.01.252.019.504.01.757-.145-.052-.286-.113-.429-.169zM13.479 14.306c.08-.123.233-.16.349-.235.009.209.013.419.016.628a20.41 20.41 0 0 1-.407.166c.008-.186-.014-.378.042-.559z"/><path fill="#fff" d="M11.746.562c.443-.173.853.172 1.05.542 3.02 5.152 6.026 10.311 9.044 15.464.228.365.345.793.329 1.224-.006 1.67.007 3.341-.006 5.011.005.392-.373.714-.758.671-6.303-.003-12.607.004-18.91-.004-.4.013-.718-.381-.675-.768.002-1.703-.006-3.405.004-5.107 0-.502.262-.943.516-1.356 2.928-5.004 5.852-10.011 8.778-15.016.158-.259.331-.545.628-.661m-.488 1.495c-2.89 4.945-5.782 9.889-8.671 14.835-.191.3-.241.66-.229 1.009.014 1.674-.016 3.348.017 5.022 6.172.026 12.344 0 18.517.013.235-.002.471.006.705-.028.031-.168.028-.34.033-.509-.008-1.569.001-3.139-.004-4.708.019-.489-.285-.893-.516-1.297-2.903-4.967-5.808-9.933-8.709-14.902a2.319 2.319 0 0 0-.404-.491c-.337.281-.519.688-.739 1.056z"/><path fill="#fff" d="M9.735 7.03a1.735 1.735 0 0 1 1.399-.058c.274.115.369.418.485.665.204.084.395.195.558.344-.165.058-.336.099-.503.15-.023.623-.444 1.206-1.081 1.303l-.024.379c.282.139.547.325.715.596.333.444.323 1.033.605 1.502.286.561.799.948 1.304 1.299.218-.473.652-.798 1.144-.947l.02-.202c-.852-.309-.832-1.607-.114-2.053a25.948 25.948 0 0 1-.676-.249l.299-.462.547.35c.038-.172.071-.345.11-.517l.489.027-.156.654c.498.033 1.013.235 1.269.69a29.67 29.67 0 0 0-.185.136c-.013.389.063.815-.138 1.169-.172.29-.544.29-.832.374.121.129.237.264.378.373.644.503.893 1.358 1.562 1.836.249.19.566.238.85.356.136.186-.002.432-.178.534-.326.063-.621-.127-.907-.254-.27-.135-.572-.177-.869-.208.143.596.395 1.173.432 1.791.02.155-.139.245-.204.368.044.621.073 1.245-.003 1.865.262.158.509.342.713.574-.415.073-.924.193-1.291-.065-.25-.762-.191-1.591-.397-2.366a34.216 34.216 0 0 1-.457-.018c-.183.411-.317.86-.637 1.191-.129.172-.329.325-.349.552.078.28.191.554.188.85-.352-.096-.612-.376-.804-.673-.123-.173-.018-.388.023-.57.167-.5.292-1.027.611-1.458l-.445-.387c.008-.156.018-.312.027-.467a31.3 31.3 0 0 1-.19-.14c.001-.374-.154-.715-.247-1.07-.091-.401.066-.801.225-1.164-.783-.098-1.512-.506-1.96-1.163-.084.235-.159.48-.132.732.056.768.343 1.493.641 2.195-.329.145-.199.571-.043.802.488.751.065 1.685.305 2.497.158.327.536.476.7.806-.522.005-1.05.035-1.569-.032a10.566 10.566 0 0 0-.336-1.669c-.165-.486.019-1.024-.202-1.497-.118-.293-.371-.494-.61-.685-.448 1.074-1.249 1.936-1.899 2.886.111.312.398.669.153.989-.417-.388-1.038-.699-1.169-1.292.42-.859.972-1.65 1.422-2.494-.106-.13-.22-.254-.326-.384l.326-.974c-.495-.165-.997-.336-1.421-.65.084-.497.138-.999.234-1.494.039-.29.395-.286.611-.365.282-1.005 1.028-1.875 2.022-2.224l.025-.246c-.308-.281-.568-.641-.605-1.068-.038-.474.116-1.034.567-1.27m-1.173 5.203c.143.056.284.117.429.169.009-.253 0-.505-.01-.757a2.342 2.342 0 0 0-.419.588m4.917 2.073c-.056.181-.034.373-.042.559.136-.054.272-.109.407-.166a21.933 21.933 0 0 0-.016-.628c-.116.075-.269.112-.349.235z"/><path fill="#fff" d="M4.915 16.234c.528-.037 1.059-.002 1.589-.017.198.009.416-.029.59.088-.093.393-.184.82-.419 1.151-.557.044-1.118.003-1.677.02-.195-.017-.427.045-.589-.092.077-.38.213-.751.387-1.097l.119-.053zM16.855 16.263a15.172 15.172 0 0 1 2.296-.016c.243.328.319.77.416 1.164-.242.098-.509.056-.763.064-.495-.014-.991.022-1.485-.016-.246-.352-.339-.79-.464-1.196zM3.706 20.788c5.398-.036 10.797-.002 16.195-.017.133.022.347-.04.411.121.168.354.322.727.351 1.122-3.957.03-7.915.004-11.873.013-1.8-.013-3.602.025-5.4-.019l-.066-.121c.083-.38.26-.731.382-1.099z"/></symbol><symbol viewBox="0 0 24 24" id="information--cycling-two-abreast-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0366b3" d="M0 .133h24v23.733H0V.133m6.224 3.426c-.143.279-.228.583-.348.872.212.315.437.623.712.885l.008.609c-.565.135-1.156.288-1.6.689-.44.357-.595.925-.837 1.415-.519 1.1-.773 2.367-.415 3.555.257.165.517-.016.711-.183.197-.009.395-.017.592-.024-.043.584-.285 1.252.144 1.753-.051.608-.217 1.199-.275 1.807-.081.736.076 1.469.232 2.185.119.065.237.132.357.199l-.307.349c.315.02.631.025.947.027.089-.716-.119-1.405-.229-2.103.041-.849.161-1.739.623-2.472.039.093.115.283.153.377-.14.18-.312.368-.276.616.007 1.292-.021 2.587.013 3.879-.004.585.921.664 1.067.135.059-1.064.001-2.132.024-3.196-.02-.488.116-1.048-.268-1.432l.192-.371c.335.656.459 1.391.619 2.101.156.613-.079 1.221-.168 1.825a8.811 8.811 0 0 0-.127 1.655c.307-.003.613-.007.92-.017l-.305-.332c.192-.781.401-1.559.559-2.348.225-.968-.16-1.929-.305-2.88l.373-.44a53.532 53.532 0 0 0-.116-1.332c.469-.104.877.448 1.307.209.455-1.621-.2-3.276-.992-4.675-.421-.604-1.196-.792-1.867-.979l.013-.62c.284-.244.484-.561.683-.873-.171-.408-.229-.919-.632-1.18-.388-.273-.961-.087-1.181.313m9.495.627c-.037.055-.113.163-.152.217.223.323.456.64.737.915l.009.609c-.559.133-1.141.284-1.583.675-.475.377-.628.991-.891 1.511-.385.897-.685 1.903-.496 2.884.039.204.068.411.121.612.455.125.823-.333 1.295-.255-.029.592-.288 1.268.147 1.776-.068.823-.343 1.627-.291 2.459.037.517.132 1.031.249 1.536l.357.2a20.84 20.84 0 0 0-.316.351c.316.017.633.023.949.021.104-.711-.112-1.393-.22-2.085.039-.853.151-1.756.627-2.489.033.095.1.284.135.377-.124.191-.303.375-.265.623.008 1.292-.021 2.587.015 3.879.007.435.565.639.885.376.241-.121.189-.419.205-.64-.007-1.203.003-2.407-.003-3.609.029-.241-.132-.427-.255-.613l.151-.387c.389.633.476 1.391.649 2.101.149.588-.06 1.176-.155 1.753-.112.571-.141 1.151-.141 1.731.305 0 .609-.004.915-.016a48.254 48.254 0 0 0-.299-.339c.188-.752.387-1.501.544-2.261.256-.992-.136-1.98-.292-2.955.124-.149.249-.297.373-.448a37.849 37.849 0 0 0-.116-1.305l.589.021c.167.167.535.393.712.147.459-1.532-.153-3.107-.867-4.455-.359-.752-1.243-.98-1.981-1.18l.008-.625c.273-.245.536-.536.653-.889-.125-.511-.308-1.183-.916-1.281-.624-.097-1.021.516-1.089 1.06m-9.044 14.65c.003.636-.013 1.272.016 1.908.193-.003.388-.009.583-.015.019-.631.008-1.263.011-1.893h-.609m9.718 0c0 .632-.003 1.264.003 1.897.197.016.395.016.592-.001.024-.632.012-1.264.015-1.896h-.609z"/><path fill="#0366b3" d="M4.471 9.737c.063-.532.348-.999.601-1.459.361.959.281 2.001-.012 2.967l-.817-.001c.16-.488.164-1.003.228-1.507zM8.839 8.283c.248.332.455.7.552 1.107.169.611.003 1.289.347 1.855-.292.007-.583.011-.875.015-.291-.968-.348-2.008-.024-2.976zM14.279 9.327c.127-.369.321-.709.517-1.044.351.959.28 1.999-.017 2.961h-.813c.217-.62.124-1.292.313-1.917zM18.581 11.26c-.288-.968-.359-2.013-.013-2.977.26.364.476.767.565 1.209.137.581-.011 1.22.317 1.753-.291.005-.58.009-.869.015z"/><path fill="#fff" d="M6.224 3.559c.22-.4.793-.587 1.181-.313.403.261.461.772.632 1.18-.199.312-.399.629-.683.873l-.013.62c.671.187 1.445.375 1.867.979.792 1.399 1.447 3.053.992 4.675-.429.239-.837-.313-1.307-.209.044.443.083.887.116 1.332l-.373.44c.145.951.531 1.912.305 2.88-.157.789-.367 1.567-.559 2.348a46 46 0 0 1 .305.332c-.307.011-.613.015-.92.017a8.818 8.818 0 0 1 .127-1.655c.089-.604.324-1.212.168-1.825-.16-.711-.284-1.445-.619-2.101l-.192.371c.384.384.248.944.268 1.432-.023 1.064.035 2.132-.024 3.196-.145.529-1.071.451-1.067-.135-.035-1.292-.007-2.587-.013-3.879-.036-.248.136-.436.276-.616l-.153-.377c-.461.733-.581 1.623-.623 2.472.111.697.319 1.387.229 2.103a15.733 15.733 0 0 1-.947-.027l.307-.349-.357-.199c-.156-.716-.313-1.449-.232-2.185.057-.608.224-1.199.275-1.807-.429-.501-.187-1.169-.144-1.753-.197.007-.395.015-.592.024-.193.167-.453.348-.711.183-.359-1.188-.104-2.455.415-3.555.243-.489.397-1.057.837-1.415.444-.401 1.035-.555 1.6-.689l-.008-.609a5.32 5.32 0 0 1-.712-.885c.12-.289.205-.593.348-.872M4.471 9.737c-.064.504-.068 1.019-.228 1.507l.817.001c.293-.965.373-2.008.012-2.967-.253.46-.539.927-.601 1.459m4.368-1.454c-.324.968-.267 2.008.024 2.976.292-.004.583-.008.875-.015-.344-.565-.177-1.244-.347-1.855-.097-.407-.304-.775-.552-1.107zM15.72 4.184c.068-.544.465-1.157 1.089-1.06.608.099.791.771.916 1.281-.117.353-.38.644-.653.889l-.008.625c.739.2 1.623.428 1.981 1.18.713 1.348 1.325 2.923.867 4.455-.177.247-.545.02-.712-.147a58.982 58.982 0 0 0-.589-.021c.047.435.084.869.116 1.305-.124.151-.249.299-.373.448.156.975.548 1.963.292 2.955-.157.76-.356 1.509-.544 2.261.1.112.2.225.299.339-.305.012-.609.016-.915.016 0-.58.029-1.16.141-1.731.095-.577.304-1.165.155-1.753-.173-.711-.26-1.468-.649-2.101l-.151.387c.123.187.284.372.255.613.005 1.203-.004 2.407.003 3.609-.016.221.036.519-.205.64-.32.263-.879.059-.885-.376-.036-1.292-.007-2.587-.015-3.879-.037-.248.141-.432.265-.623-.035-.093-.101-.283-.135-.377-.476.733-.588 1.636-.627 2.489.108.692.324 1.375.22 2.085-.316.001-.633-.004-.949-.021.104-.117.209-.235.316-.351l-.357-.2a9.993 9.993 0 0 1-.249-1.536c-.052-.832.223-1.636.291-2.459-.435-.508-.176-1.184-.147-1.776-.472-.079-.84.38-1.295.255-.053-.201-.083-.408-.121-.612-.189-.981.111-1.987.496-2.884.263-.52.416-1.133.891-1.511.441-.391 1.024-.541 1.583-.675-.003-.203-.005-.407-.009-.609a6.064 6.064 0 0 1-.737-.915l.152-.217m-1.444 5.145c-.189.625-.096 1.297-.313 1.917h.813c.297-.963.368-2.003.017-2.961-.196.335-.391.675-.517 1.044m4.302 1.933l.869-.015c-.328-.533-.18-1.172-.317-1.753-.089-.443-.305-.845-.565-1.209-.345.964-.275 2.009.013 2.977zM6.673 18.836h.609c-.003.631.008 1.263-.011 1.893-.195.005-.389.012-.583.015-.029-.636-.013-1.272-.016-1.908zM16.392 18.836h.609c-.003.632.009 1.264-.015 1.896a3.546 3.546 0 0 1-.592.001c-.005-.633-.003-1.265-.003-1.897z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#038cff" d="M.135 0h23.73v24H.135V0m5.198 2.137v5.327c1.673.003 3.347 0 5.02.001.003 4.886-.001 9.773.001 14.659 1.095.001 2.19.001 3.283-.001l.001-14.656c1.673-.004 3.347 0 5.02-.003V2.137c-4.441-.003-8.884-.003-13.325 0z"/><path fill="#fff" d="M5.333 2.137c4.441-.003 8.884-.003 13.325 0v5.327c-1.673.003-3.347-.001-5.02.003l-.001 14.656c-1.093.003-2.188.003-3.283.001-.003-4.886.001-9.773-.001-14.659-1.673-.001-3.347.001-5.02-.001V2.137m.345.345v4.637h12.635V2.481c-4.212 0-8.423-.001-12.635.001z"/><path fill="#ff3319" d="M5.678 2.482c4.212-.003 8.423-.001 12.635-.001v4.638H5.678V2.482z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#039fe3" d="M0 .316h24v14.181h-9.296c-.016-3.399-.018-6.797-.033-10.196-1.791-.003-3.582-.003-5.373 0 .005 3.398.018 6.796.023 10.195-3.107.004-6.213 0-9.321.001V.316zM0 19.953h24v3.731H0v-3.731z"/><path fill="#fff" d="M9.298 4.301c1.791-.003 3.582-.003 5.373 0 .015 3.399.016 6.797.033 10.196H24v5.456H0v-5.456c3.107-.001 6.213.003 9.321-.001-.005-3.399-.018-6.797-.023-10.195z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fdfefd" d="M.232 0h23.535v.24C15.991.242 8.213.255.437.232c.002 7.098.002 14.197 0 21.295.012.824-.031 1.651.039 2.473H.231V0z"/><path fill="#fdfefd" d="M6.568 2.708c3.719.002 7.438-.009 11.158.006.286-.053.482.273.502.514.034.734.017 1.469.014 2.202.023.291-.15.705-.503.653a465.68 465.68 0 0 0-3.546-.002 573.879 573.879 0 0 0 0 3.214c-.014.35.149.866.587.818 2.773-.002 5.545.006 8.318-.002.011 1.288.022 2.577-.009 3.866-2.666-.023-5.334-.006-8.001-.011-.302-.022-.573.105-.844.215-.142 2.943.033 5.898-.093 8.841-1.273-.002-2.546-.012-3.818.008-.149-2.937.014-5.885-.088-8.826-.228-.113-.452-.259-.718-.232a818.226 818.226 0 0 0-8.141.003c-.02-1.285-.011-2.572 0-3.857 2.835-.002 5.672-.026 8.507.012.523-.235.359-.849.387-1.308-.02-.915.022-1.83-.009-2.744-1.214-.014-2.433.026-3.646-.019l-.24-.169c-.087-.567-.034-1.141-.05-1.713.011-.497-.099-1.051.235-1.473m.076 3.102c3.763.019 7.527.039 11.291-.014.082-.884.022-1.774.043-2.66a2.424 2.424 0 0 0-.547-.091c-3.589.006-7.181.015-10.771-.003-.232.898-.09 1.853-.017 2.769z"/><path fill="#0465b4" d="M.438 21.527C.44 14.429.44 7.33.438.232c7.776.023 15.554.009 23.33.008V24H.477c-.07-.822-.026-1.649-.039-2.473m6.13-18.819c-.334.421-.225.975-.235 1.473.015.571-.037 1.146.05 1.713l.24.169c1.214.045 2.433.005 3.646.019.031.914-.011 1.829.009 2.744-.028.46.136 1.073-.387 1.308-2.835-.039-5.672-.014-8.507-.012-.011 1.285-.02 2.572 0 3.857 2.714-.019 5.427-.012 8.141-.003.266-.026.491.119.718.232.102 2.94-.06 5.889.088 8.826 1.273-.02 2.546-.009 3.818-.008.125-2.943-.05-5.898.093-8.841.271-.11.542-.237.844-.215 2.666.005 5.334-.012 8.001.011.031-1.29.02-2.578.009-3.866-2.773.008-5.545 0-8.318.002-.438.048-.601-.468-.587-.818a573.879 573.879 0 0 1 0-3.214c1.181-.003 2.364-.005 3.546.002.353.051.526-.362.503-.653.003-.732.02-1.468-.014-2.202-.02-.242-.215-.567-.502-.514-3.719-.015-7.438-.005-11.158-.006z"/><path fill="#ed1b25" d="M6.646 5.806c-.073-.915-.215-1.87.017-2.769 3.589.019 7.181.009 10.771.003.186.009.367.04.547.091-.022.886.039 1.776-.043 2.66-3.764.053-7.528.033-11.291.014z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-except-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.88 0h.354a.508.508 0 0 1-.354.208V0zM21.672 0h.448v.365A5.614 5.614 0 0 1 21.672 0zM10.963 2.253c.181.035.43-.067.567.072.147.248-.243.209-.379.2a16.3 16.3 0 0 1-.133.37c.543.006 1.085.001 1.628.003l.086-.208-.248-.061c-.118-.384.53-.244.75-.194l.052.169-.316.092-.045.258c.114.255.23.51.35.763.595-.171 1.288.206 1.407.826.168.654-.403 1.361-1.077 1.328-.561.02-1.018-.456-1.106-.987l-.334.131c-.246.012-.257-.29-.397-.426l-.929-1.063-.074.247c.498.265.773.901.528 1.431-.237.615-1.07.87-1.608.488-.53-.32-.659-1.112-.267-1.587.247-.344.689-.468 1.095-.424.158-.474.264-.967.451-1.43m-.057.919c.393.48.773.988 1.242 1.397.147-.467.285-.936.428-1.404-.557.002-1.114-.008-1.67.007m1.895.16c-.13.45-.284.893-.398 1.347.135-.063.158-.217.211-.338.07-.22.258-.367.421-.516l-.234-.492M9.437 4.869c.038.595.778.973 1.28.641.563-.31.529-1.187-.021-1.496-.102.291-.171.597-.322.868l-.232.011c.072-.333.218-.644.296-.975-.539-.072-1.082.394-1.001.951m3.944-.935c.111.324.338.615.359.966-.328.007-.657.017-.987.014.095.388.429.72.845.714.568.033 1.021-.604.814-1.131-.137-.428-.607-.636-1.032-.563m-.259.116a1.39 1.39 0 0 0-.366.584l.647.006a6.916 6.916 0 0 0-.281-.59zM11.419 6.613a92.6 92.6 0 0 1 1.054-.001l.001 3.515c1.295.004 2.59 0 3.885.002.001 1.621.002 3.242 0 4.862h-3.09c-.003 2.617.001 5.234-.002 7.85h-2.64c-.003-2.617 0-5.232-.002-7.849-1.029-.002-2.057-.001-3.086-.001-.002-1.62-.001-3.241-.001-4.862 1.294-.002 2.588.001 3.882-.001 0-1.171.001-2.344-.001-3.515M7.984 10.57c0 1.326-.001 2.652.001 3.978l7.929.001c.002-1.327.001-2.653.001-3.979H7.984z"/><path fill="#037ac2" d="M2.234 0h19.438c.145.127.29.253.448.365V24H1.88V.208A.51.51 0 0 0 2.234 0m8.729 2.253c-.187.463-.293.956-.451 1.43-.406-.044-.848.08-1.095.424-.393.476-.263 1.267.267 1.587.539.383 1.371.127 1.608-.488.246-.53-.03-1.166-.528-1.431l.074-.247.929 1.063c.14.136.152.438.397.426l.334-.131c.088.531.545 1.006 1.106.987.675.033 1.245-.675 1.077-1.328-.118-.62-.812-.998-1.407-.826a37.318 37.318 0 0 1-.349-.763l.045-.258.316-.092-.052-.169c-.22-.051-.868-.19-.75.194.062.014.186.045.248.061l-.086.208c-.543-.002-1.085.002-1.628-.003.045-.124.09-.247.133-.37.136.009.526.048.379-.2-.137-.139-.386-.036-.567-.072m.456 4.358c.002 1.171.001 2.344.001 3.515-1.294.002-2.588-.001-3.882.001 0 1.621-.001 3.242.001 4.862 1.029 0 2.057-.001 3.086.001.002 2.617-.001 5.232.002 7.849h2.64c.003-2.617-.001-5.234.002-7.85h3.09c.002-1.62.001-3.241 0-4.862-1.295-.002-2.59.002-3.885-.002l-.001-3.515a92.6 92.6 0 0 0-1.054.001z"/><path fill="#037ac2" d="M10.907 3.17c.556-.014 1.113-.004 1.67-.007-.143.468-.281.937-.428 1.404-.469-.409-.849-.917-1.242-1.397zM12.802 3.33l.234.492c-.164.149-.352.296-.421.516-.053.122-.076.275-.211.338.114-.455.268-.897.398-1.347zM9.437 4.869c-.081-.557.462-1.023 1.001-.951-.079.332-.225.643-.296.975l.232-.011c.15-.271.22-.577.322-.868.55.31.584 1.187.021 1.496-.502.332-1.242-.046-1.28-.641zM13.381 3.934c.425-.073.895.135 1.032.563.207.528-.246 1.165-.814 1.131-.416.006-.75-.326-.845-.714.33.002.658-.008.987-.014-.021-.351-.249-.641-.359-.966z"/><path fill="#037ac2" d="M13.121 4.05c.1.194.2.387.281.59a46.519 46.519 0 0 1-.647-.006 1.4 1.4 0 0 1 .366-.584z"/><path fill="#ed171f" d="M7.984 10.57h7.931c0 1.326.001 2.652-.001 3.979l-7.929-.001c-.002-1.326-.001-2.652-.001-3.978z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-except-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M4.313 0h.161c-.004.099-.058.152-.161.158V0zM19.53 0h.157v.079L19.53 0zM6.47 2.301h11.061c-.003 2.719.007 5.438-.005 8.157-1.706-.004-3.41-.009-5.116.002.007.61.002 1.219.004 1.828l3.511.001.004 2.653-2.822.001c0 3.019.003 6.039.003 9.059h-2.214v-9.059l-2.822-.001.001-2.653h3.511c.001-.612.002-1.223-.001-1.835-1.703.004-3.407-.005-5.11.005-.014-2.719-.003-5.438-.006-8.157m1.879 1.051c-.328.131-.402.621-.12.836.285.269.805.043.814-.345.041-.356-.372-.65-.694-.491M8.115 5c-.344.563-.7 1.117-1.044 1.681.155.016.336.105.467-.02.316-.3.501-.705.76-1.051l.009 1.114c.331.001.663.008.994.007l.001-1.409c.139.125.279.248.417.374-.002.333-.003.667 0 1 .159-.097.43-.148.424-.383.011-.279.038-.565-.018-.841-.137-.26-.419-.39-.629-.582-.225-.161-.428-.423-.735-.393-.323-.034-.495.274-.645.503m4.694.944c-.182.374-.262.787-.395 1.18-.442-.056-.919.103-1.179.479-.395.512-.255 1.326.285 1.681.576.423 1.488.169 1.756-.495.286-.591-.033-1.324-.613-1.593l.085-.257c.375.395.741.8 1.091 1.219.105.115.202.248.339.327.199.066.414.032.62.042.143.655.867 1.115 1.516.896.678-.182 1.052-1.025.729-1.649-.241-.539-.896-.798-1.453-.628l-.331-.735.085-.223.277.001a18.48 18.48 0 0 1-.01-.24c-.342.009-.688-.019-1.028.013l-.067.084c.184.052.369.096.554.137l-.084.228c-.694-.001-1.389.001-2.084-.002.06-.143.06-.34.205-.43.162-.03.328-.022.492-.026l.006-.239c-.267.026-.658-.075-.796.231m-4.465.926c-.412.893-.944 1.727-1.378 2.61.231.005.52.039.658-.196.457-.671.746-1.44 1.161-2.136.444.799.887 1.599 1.332 2.397.101-.205.266-.426.178-.667-.268-.702-.752-1.304-1.02-2.006-.31-.002-.62 0-.93-.002m-.029 5.659v2.146h7.366V12.53H8.317z"/><path fill="#fff" d="M12.845 6.663c.68-.002 1.361-.001 2.04-.001-.196.527-.395 1.054-.588 1.582-.485-.526-.965-1.057-1.452-1.581zM15.129 6.764c.076.163.15.327.223.492-.337.234-.56.609-.577 1.022l-.219.003c.187-.506.382-1.011.574-1.517zM15.703 7.386c.448-.108.962.113 1.127.557.217.501-.112 1.13-.644 1.243-.479.13-.976-.2-1.117-.66.364-.021.739.056 1.095-.046-.125-.377-.31-.728-.46-1.093zM11.362 7.906c.166-.372.578-.554.969-.534-.061.337-.284.664-.238 1.009l.168.017c.149-.299.211-.632.326-.944.354.194.6.597.517 1.008-.077.535-.68.904-1.191.722-.519-.148-.799-.797-.552-1.278z"/><path fill="#fff" d="M15.037 8.277c.021-.313.183-.585.424-.778.121.259.237.52.353.781-.26-.001-.518 0-.777-.003z"/><path fill="#154889" d="M4.474 0H19.53l.157.079V24H13.11l-.003-9.058 2.822-.001-.004-2.653-3.511-.001c-.003-.609.003-1.218-.004-1.828 1.706-.01 3.41-.006 5.116-.002.012-2.719.002-5.438.005-8.157H6.47c.003 2.719-.008 5.438.006 8.157 1.703-.01 3.407-.001 5.11-.005.003.612.002 1.223.001 1.835H8.076l-.001 2.653 2.822.001V24H4.314V.158C4.416.152 4.47.099 4.475 0z"/><path fill="#030303" d="M8.348 3.353c.323-.159.735.135.694.491-.009.388-.529.614-.814.345-.283-.215-.208-.705.12-.836zM8.115 5c.15-.229.322-.537.645-.503.307-.03.511.231.735.393.21.191.493.322.629.582.056.276.029.562.018.841.006.236-.265.286-.424.383a66.668 66.668 0 0 1 0-1c-.138-.126-.278-.249-.417-.374L9.3 6.731c-.331.001-.663-.006-.994-.007L8.297 5.61c-.259.346-.444.751-.76 1.051-.132.125-.313.036-.467.02.343-.564.699-1.118 1.044-1.681zM12.81 5.944c.138-.306.529-.204.796-.231l-.006.239c-.164.004-.33-.003-.492.026-.145.09-.145.286-.205.43.695.003 1.39.001 2.084.002l.084-.228a9.731 9.731 0 0 1-.554-.137l.067-.084c.341-.032.686-.003 1.028-.013l.01.24-.277-.001-.085.223.331.735c.557-.17 1.212.089 1.453.628.324.624-.05 1.467-.729 1.649-.649.219-1.373-.241-1.516-.896-.206-.01-.421.024-.62-.042-.138-.079-.234-.212-.339-.327-.35-.418-.716-.823-1.091-1.219l-.085.257c.58.269.899 1.002.613 1.593-.268.664-1.18.918-1.756.495-.541-.355-.681-1.168-.285-1.681.26-.376.736-.535 1.179-.479.132-.393.213-.806.395-1.18m.035.72c.487.524.967 1.055 1.452 1.581.194-.528.392-1.055.588-1.582-.68 0-1.361-.001-2.04.001m2.284.101c-.192.506-.387 1.01-.574 1.517l.219-.003c.017-.413.241-.788.577-1.022a27.337 27.337 0 0 0-.223-.492m.575.622c.15.366.336.717.46 1.093-.356.102-.731.026-1.095.046.141.46.638.79 1.117.66.532-.113.861-.742.644-1.243-.165-.444-.679-.664-1.127-.557m-4.34.521c-.248.481.032 1.13.552 1.278.511.182 1.114-.187 1.191-.722.083-.411-.162-.814-.517-1.008-.115.312-.177.645-.326.944l-.168-.017c-.045-.345.177-.671.238-1.009-.391-.021-.804.162-.969.534m3.674.371c.259.003.518.002.777.003-.116-.261-.231-.522-.353-.781a1.088 1.088 0 0 0-.424.778zM8.345 6.871c.31.002.62 0 .93.002.267.702.752 1.304 1.02 2.006.089.241-.077.462-.178.667-.445-.798-.887-1.597-1.332-2.397-.414.696-.704 1.465-1.161 2.136-.138.235-.426.201-.658.196.434-.883.966-1.717 1.378-2.61z"/><path fill="#cc0303" d="M8.317 12.53h7.366v2.146H8.317V12.53z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-except-bicycles-and-pedestrians--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.065 0h.6a2.38 2.38 0 0 0-.6.702V0zM23.457 0h.479v.479A4.333 4.333 0 0 0 23.457 0zM6.165 1.08c.563-.295 1.249.25 1.183.857.004.581-.67 1.048-1.199.757-.639-.295-.628-1.33.015-1.614zM6.428 3.034c.465-.222 1.052-.089 1.392.293.444.459.866.941 1.293 1.415-.021.517.037 1.039-.035 1.552-.101.244-.484.237-.569-.015-.059-.395-.021-.799-.035-1.197-.281-.255-.555-.52-.827-.785-.003.581-.001 1.161-.001 1.742H5.963l-.001-1.428c-.524.684-.996 1.408-1.546 2.07-.271.199-.64-.182-.455-.45.506-.782 1.08-1.519 1.606-2.286.246-.334.462-.734.861-.91zM15.181 5.177c.419-.063.848-.025 1.272-.03l-.001.33c-.365.003-.73.001-1.095 0 .095.254.245.534.04.783 1.057-.014 2.114-.003 3.17-.005l.266-.459a5.857 5.857 0 0 1-.486-.266 8.724 8.724 0 0 1 1.333-.019c0 .199-.003.397-.01.596a13.084 13.084 0 0 1-.534-.192c-.343.377.07.76.232 1.111.961-.419 2.245.17 2.405 1.239.203.997-.708 1.992-1.711 1.93-.725 0-1.377-.507-1.597-1.19-.365.017-.732.066-1.097.036-.312-.072-.312-.462-.532-.64-.615-.508-1.243-1.001-1.861-1.507a8.63 8.63 0 0 1-.208.341c.419.391.743.951.615 1.545-.115.938-1.123 1.622-2.037 1.392-.943-.166-1.594-1.253-1.258-2.159.24-.573.772-1.05 1.405-1.114.338-.05.668.063.991.15.227-.364.453-.728.672-1.095-.07-.249-.299-.612.026-.777m-.048 1.409c.661.546 1.334 1.077 1.995 1.625.137-.063.277-.117.422-.161.27-.49.552-.973.828-1.461-1.081-.003-2.164.001-3.245-.003m2.756 1.538c.187.012.374.025.563.035.108-.375.33-.701.63-.951l-.326-.599c-.289.505-.575 1.01-.866 1.515m-4.627-.834c-.645.199-1.062.934-.877 1.59.161.67.89 1.123 1.563.983.681-.107 1.209-.799 1.105-1.485-.028-.338-.248-.606-.448-.861-.23.356-.503.698-.61 1.117-.043.377-.681.249-.609-.103-.009-.223.248-.258.395-.347.179-.281.355-.563.523-.849-.335-.098-.701-.177-1.04-.045m6.268.031c.231.347.311.87.757 1.006.27.061.253.462.006.542-.49.081-.991.067-1.485.116.274.666 1.061 1.08 1.752.813.751-.232 1.145-1.195.739-1.879-.324-.634-1.132-.843-1.77-.599m-.744.859c.286.023.573.041.859.061-.134-.248-.274-.493-.412-.738a2.477 2.477 0 0 0-.448.677z"/><path fill="#fff" d="M5.964 6.263l1.684.001c-.089.956.182 1.881.391 2.803.27.754.732 1.425 1.009 2.173.117.4-.479.73-.723.366-.377-.674-.699-1.379-1.031-2.076-.206-.705-.314-1.434-.485-2.146-.28.573-.595 1.132-.852 1.717-.204.804-.204 1.65-.422 2.45-.168.378-.795.219-.769-.192.05-.689.199-1.368.281-2.053.062-.693.514-1.253.783-1.872.212-.355.116-.781.133-1.172zM11.423 14.844c.795-.003 1.591-.001 2.386 0 .003 2.756.003 5.512.001 8.268l-2.394-.001c.004-2.755-.008-5.511.006-8.267zM.065 23.035c.252.523.757.885 1.332.965H.065v-.965zM22.677 24c.507-.05.956-.326 1.258-.729V24h-1.258z"/><path fill="#0303ff" d="M.665 0h22.792c.172.147.332.307.479.479v22.792a1.803 1.803 0 0 1-1.258.729H1.397a1.752 1.752 0 0 1-1.332-.965V.702A2.38 2.38 0 0 1 .665 0m5.5 1.08c-.644.284-.654 1.319-.015 1.614.529.29 1.203-.177 1.199-.757.066-.606-.621-1.152-1.183-.857m.262 1.954c-.399.175-.614.575-.861.91-.526.768-1.101 1.505-1.606 2.286-.185.268.185.649.455.45.55-.662 1.022-1.386 1.546-2.07l.001 1.428h1.683c0-.581-.001-1.161.001-1.742.272.265.546.529.827.785.014.399-.025.803.035 1.197.085.253.468.259.569.015.072-.514.014-1.035.035-1.552-.427-.475-.849-.956-1.293-1.415-.341-.382-.928-.515-1.392-.293m8.753 2.144c-.325.165-.095.528-.026.777-.219.368-.445.732-.672 1.095-.323-.086-.653-.2-.991-.15-.634.063-1.165.541-1.405 1.114-.335.906.315 1.992 1.258 2.159.915.23 1.923-.454 2.037-1.392.128-.594-.196-1.154-.615-1.545.072-.112.141-.226.208-.341.618.506 1.245.999 1.861 1.507.219.178.219.568.532.64.365.03.732-.019 1.097-.036.221.683.872 1.19 1.597 1.19 1.003.062 1.914-.933 1.711-1.93-.16-1.068-1.444-1.658-2.405-1.239-.163-.351-.575-.734-.232-1.111.177.067.355.133.534.192.008-.199.01-.397.01-.596a8.854 8.854 0 0 0-1.333.019c.157.095.32.185.486.266-.088.154-.177.306-.266.459-1.057.003-2.114-.009-3.17.005.205-.249.055-.529-.04-.783.365.001.73.003 1.095 0l.001-.33c-.425.005-.853-.034-1.272.03M5.964 6.263c-.017.391.079.817-.133 1.172-.27.619-.721 1.179-.783 1.872-.083.685-.231 1.364-.281 2.053-.026.412.601.57.769.192.218-.8.218-1.646.422-2.45.257-.586.572-1.145.852-1.717.172.712.279 1.441.485 2.146.332.697.654 1.403 1.031 2.076.244.364.84.034.723-.366-.277-.748-.739-1.419-1.009-2.173-.209-.921-.48-1.846-.391-2.803l-1.684-.001m3.152 6.589v1.992c.769 0 1.537.003 2.306-.001-.014 2.756-.003 5.512-.006 8.267l2.394.001c.001-2.756.001-5.512-.001-8.268.766.004 1.533.001 2.299.001l-.001-1.994-6.99.001z"/><path fill="#0303ff" d="M15.133 6.586c1.081.004 2.164 0 3.245.003-.276.488-.559.97-.828 1.461a3.304 3.304 0 0 0-.422.161c-.661-.547-1.334-1.079-1.995-1.625zM17.889 8.124c.29-.505.577-1.01.866-1.515l.326.599c-.299.25-.521.575-.63.951-.188-.01-.375-.023-.563-.035zM13.263 7.29c.339-.132.705-.053 1.04.045-.168.286-.343.568-.523.849-.147.089-.404.124-.395.347-.072.352.566.48.609.103.107-.419.381-.761.61-1.117.2.254.419.523.448.861.105.686-.423 1.378-1.105 1.485-.672.139-1.401-.314-1.563-.983-.185-.655.232-1.391.877-1.59zM19.533 7.321c.639-.244 1.446-.035 1.77.599.405.684.012 1.646-.739 1.879-.692.267-1.479-.147-1.752-.813.494-.049.995-.035 1.485-.116.246-.08.263-.481-.006-.542-.446-.137-.526-.659-.757-1.006z"/><path fill="#0303ff" d="M18.788 8.179a2.44 2.44 0 0 1 .448-.677c.138.245.277.49.412.738-.286-.019-.573-.037-.859-.061z"/><path fill="#ff0303" d="M9.117 12.853l6.99-.001.001 1.994c-.766 0-1.533.003-2.299-.001-.795-.001-1.591-.003-2.386 0-.769.004-1.537.001-2.306.001v-1.992z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.253 0H.48L.355.152.253.12V0zM23.713 0h.034v.032L23.713 0zM16.288 2.4h2.464l.001 19.291c-.822.003-1.643.001-2.464.001-.003-2.804 0-5.608-.001-8.413H9.334v3.815l-5.044-.001c-.001-3.365-.003-6.73 0-10.095h5.043c.003 1.272 0 2.544.003 3.816h6.951c.003-2.804 0-5.61.001-8.414M5.112 7.838v8.428c1.114.013 2.227.043 3.34.071-.013-2.833-.028-5.667-.063-8.5l-3.277.001z"/><path fill="#03a7d1" d="M.48 0h23.233l.034.032V24H.252V.12l.102.032L.479 0m15.809 2.4c-.001 2.804.001 5.61-.001 8.414H9.336c-.003-1.272 0-2.544-.003-3.816H4.29c-.003 3.365-.001 6.73 0 10.095l5.044.001v-3.815h6.954c.001 2.804-.001 5.608.001 8.413.821 0 1.642.001 2.464-.001L18.752 2.4h-2.464z"/><path fill="#f02b30" d="M5.112 7.838l3.277-.001c.035 2.833.051 5.667.063 8.5-1.113-.028-2.226-.058-3.34-.071V7.838z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#007ac2" d="M.571 0h22.857v24H.571V0M2.95 10.685c1.027 1.037 2.056 2.074 3.078 3.117.671-.745 1.352-1.48 2.027-2.221 2.761 2.808 5.543 5.593 8.303 8.402.008.906-.001 1.814.005 2.72 1.569 0 3.137.003 4.706-.001-.001-6.727.001-13.453-.001-20.179-1.569-.001-3.137-.002-4.706 0 .001 3.747-.006 7.496.003 11.243-1.776-1.813-3.571-3.607-5.35-5.417.937-1.022 1.872-2.048 2.811-3.069-1.026-1.034-2.047-2.075-3.08-3.103-2.606 2.83-5.202 5.667-7.797 8.507z"/><path fill="#ed1d24" d="M2.95 10.685a2726.7 2726.7 0 0 1 7.797-8.507c1.033 1.027 2.054 2.069 3.08 3.103-.939 1.021-1.874 2.047-2.811 3.069l-2.96 3.232c-.675.741-1.357 1.475-2.027 2.221a821.924 821.924 0 0 0-3.078-3.117z"/><path fill="#fff" d="M16.361 2.522c1.569-.002 3.137-.001 4.706 0 .002 6.727 0 13.453.001 20.179-1.569.005-3.137.001-4.706.001-.006-.906.003-1.814-.005-2.72-2.76-2.809-5.542-5.594-8.303-8.402l2.96-3.232c1.778 1.81 3.574 3.605 5.35 5.417-.009-3.747-.002-7.496-.003-11.243z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.19 0h23.619v.244c-.563-.245-1.185-.147-1.779-.16H1.847C1.293.087.719.022.19.226V0zM5.22 2.54h2.479v8.458l6.989-.001.001-3.835h5.069l.001 10.15h-5.072v-3.836h-6.99v8.458c-.827 0-1.652.001-2.479-.001.003-6.465 0-12.928.001-19.393m10.354 14.01c1.12-.028 2.24-.058 3.36-.07l.001-8.474c-1.098-.003-2.196.001-3.294-.003-.039 2.848-.052 5.697-.067 8.546z"/><path fill="#03a7d1" d="M.19.226C.72.022 1.293.086 1.847.084H22.03c.594.013 1.216-.085 1.779.16V24H.19V.226M5.22 2.54c-.001 6.465.001 12.928-.001 19.393.827.003 1.652.001 2.479.001v-8.458h6.99v3.836h5.072l-.001-10.15H14.69l-.001 3.835-6.989.001V2.54H5.221z"/><path fill="#f02b30" d="M15.573 16.55c.015-2.85.028-5.698.067-8.546 1.098.004 2.196 0 3.294.003l-.001 8.474c-1.12.011-2.24.042-3.36.07z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 1.957h.445A4.45 4.45 0 0 1 0 2.391v-.434zM23.751 1.957H24v.115l-.112.044-.137-.159zM2.361 3.322c1.304.001 2.609-.001 3.913.001.004 2.982.001 5.965.003 8.947.005.403.04.87.364 1.154.363.303.904.22 1.283-.009 2.493-1.453 4.987-2.903 7.486-4.345-.616-1.076-1.235-2.15-1.853-3.223 1.122-.668 2.257-1.313 3.387-1.968 1.651 2.864 3.301 5.729 4.945 8.597a520.814 520.814 0 0 0-3.391 1.951c-.622-1.075-1.239-2.153-1.86-3.231-3.103 1.807-6.226 3.578-9.325 5.388a1.92 1.92 0 0 0-1.027 1.66c-.023.978-.001 1.958-.01 2.936H2.36c0-5.953-.001-11.906.001-17.859m11.53 2.646l4.673 8.116c.981-.586 1.976-1.144 2.96-1.723-1.559-2.701-3.113-5.407-4.673-8.107-.99.567-1.979 1.133-2.96 1.714z"/><path fill="#036eb8" d="M.445 1.957h23.306l.137.159.112-.044v19.972H0V2.391a4.45 4.45 0 0 0 .445-.434m1.916 1.365c-.003 5.953-.001 11.906-.001 17.859h3.916c.009-.978-.013-1.958.01-2.936a1.918 1.918 0 0 1 1.027-1.66c3.099-1.81 6.222-3.582 9.325-5.388.621 1.077 1.238 2.156 1.86 3.231a520.814 520.814 0 0 1 3.391-1.951 3347.033 3347.033 0 0 0-4.945-8.597c-1.131.655-2.266 1.3-3.387 1.968.618 1.073 1.238 2.147 1.853 3.223a1864.998 1864.998 0 0 0-7.486 4.345c-.38.23-.921.312-1.283.009-.323-.284-.359-.751-.364-1.154-.001-2.982.001-5.965-.003-8.947-1.304-.003-2.609 0-3.913-.001z"/><path fill="#de0329" d="M13.891 5.967c.981-.58 1.97-1.147 2.96-1.714 1.56 2.7 3.115 5.405 4.673 8.107-.983.579-1.979 1.137-2.96 1.723l-4.673-8.116z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#176c95" d="M0 0h24v24H0V0m8.57.306c-.003 3.317.001 6.632-.003 9.949H.402c.013 1.177.032 2.354.045 3.531 2.708.01 5.414.036 8.122.036.001 3.289-.001 6.576.001 9.863h3.569c.003-3.289-.001-6.576.001-9.863 2.487-.001 4.974.001 7.459-.003.001 1.06-.001 2.119.001 3.179 1.158.003 2.314.003 3.472 0V6.881c-1.158-.003-2.314-.001-3.472 0-.003 1.125 0 2.251-.001 3.375-2.486-.003-4.972 0-7.459-.001-.001-3.317.001-6.632-.001-9.949H8.57z"/><path fill="#fff" d="M8.57.306h3.569c.003 3.317 0 6.632.001 9.949 2.487.001 4.974-.001 7.459.001v3.563c-2.486.004-4.972.001-7.459.003-.003 3.287.001 6.574-.001 9.863H8.57c-.003-3.287 0-6.574-.001-9.863-2.708 0-5.414-.026-8.122-.036-.013-1.177-.032-2.354-.045-3.531h8.165c.004-3.317 0-6.632.003-9.949z"/><path fill="#cc0303" d="M19.601 6.881c1.158-.001 2.314-.003 3.472 0v10.117c-1.158.003-2.314.003-3.472 0-.003-1.06 0-2.119-.001-3.179v-3.563c.001-1.125-.001-2.251.001-3.375z"/></symbol><symbol viewBox="0 0 24 24" id="information--disabled-persons--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M0 4.438h24v15.123H0V4.438m10.256 2.04c-.432.151-.769.612-.677 1.077.261 1.572.496 3.148.759 4.718 1.006.002 2.012.008 3.018-.003.838 1.46 1.636 2.944 2.453 4.415.616-.381 1.23-.769 1.841-1.157l-.286-.561c-.459.21-.919.418-1.374.635-.692-1.361-1.407-2.711-2.119-4.062-.953-.008-1.907-.002-2.862-.003-.21-1.029-.383-2.066-.584-3.099.526.028 1.067-.322 1.129-.87.13-.687-.644-1.353-1.299-1.09m-3.55 6.676c-.288 1.45.437 2.992 1.683 3.763 1.136.707 2.665.728 3.819.048.909-.513 1.524-1.44 1.765-2.443-.209-.309-.421-.615-.628-.924.072 1.297-.758 2.605-2.009 3.007-1.437.569-3.202-.227-3.784-1.644-.715-1.583.233-3.69 1.971-4.054l-.015-.732c-1.382.383-2.576 1.534-2.803 2.979z"/><path fill="#fff" d="M10.256 6.478c.654-.263 1.428.403 1.299 1.09-.062.547-.603.898-1.129.87.201 1.032.373 2.07.584 3.099.955.002 1.908-.005 2.862.003.712 1.351 1.427 2.701 2.119 4.062.455-.217.916-.424 1.374-.635l.286.561c-.612.388-1.225.776-1.841 1.157-.817-1.471-1.614-2.956-2.453-4.415-1.006.012-2.012.005-3.018.003-.263-1.57-.498-3.146-.759-4.718-.092-.465.245-.925.677-1.077z"/><path fill="#fff" d="M6.705 13.154c.227-1.445 1.42-2.596 2.803-2.979l.015.732c-1.738.363-2.686 2.471-1.971 4.054.582 1.417 2.347 2.213 3.784 1.644 1.251-.401 2.081-1.71 2.009-3.007.207.309.419.615.628.924-.242 1.003-.856 1.93-1.765 2.443-1.154.681-2.683.659-3.819-.048-1.246-.771-1.971-2.313-1.683-3.763z"/></symbol><symbol viewBox="0 0 24 24" id="information--disabled-persons--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.378 0h1.163c2.676.143 5.306 1.158 7.322 2.935 2.472 2.119 3.978 5.278 4.136 8.525v1.032c-.136 2.893-1.324 5.73-3.346 7.811-2.096 2.202-5.051 3.535-8.084 3.697h-1.116c-2.899-.149-5.732-1.362-7.811-3.395-2.184-2.094-3.488-5.041-3.643-8.057V11.49c.138-3 1.418-5.934 3.571-8.033C5.63 1.387 8.472.177 11.377 0m.035 2.42c-3.04.154-5.929 1.878-7.536 4.457a9.62 9.62 0 0 0-1.324 6.818 9.557 9.557 0 0 0 2.484 4.907c1.59 1.681 3.803 2.768 6.113 2.957a9.548 9.548 0 0 0 6.4-1.733 9.6 9.6 0 0 0 3.479-11.091 9.601 9.601 0 0 0-3.547-4.62 9.592 9.592 0 0 0-6.068-1.694z"/><path fill="#fff" d="M11.412 2.42a9.592 9.592 0 0 1 6.068 1.694 9.601 9.601 0 0 1 3.716 10.628 9.6 9.6 0 0 1-3.648 5.083 9.554 9.554 0 0 1-6.4 1.733c-2.31-.188-4.523-1.276-6.113-2.957a9.557 9.557 0 0 1-2.484-4.907 9.618 9.618 0 0 1 1.324-6.818c1.607-2.579 4.496-4.303 7.536-4.457M8.629 4.675c-.367.521-.277 1.26.145 1.723.007 2.321 0 4.64.004 6.961l5.56.001c.833 1.754 1.662 3.511 2.495 5.267l2.112-.935c-.151-.329-.304-.656-.457-.984-.373.173-.746.347-1.12.518-.788-1.652-1.576-3.305-2.366-4.955L10 12.27l-.001-1.23c1.238-.002 2.477 0 3.715-.001V9.895H10c-.001-1.016-.001-2.033.001-3.048.456-.083.907-.335 1.124-.76.34-.593.134-1.412-.433-1.787-.635-.468-1.637-.298-2.063.373m-3.09 10.58c.104 1.505.961 2.923 2.222 3.742a5.233 5.233 0 0 0 4.104.733c1.556-.35 2.905-1.478 3.544-2.939-.234-.503-.475-1.003-.706-1.507a4.083 4.083 0 0 1-.517 1.546c-.847 1.495-2.711 2.284-4.38 1.913-1.621-.316-2.986-1.711-3.179-3.365-.199-1.406.47-2.86 1.618-3.678.001-.434.001-.869-.001-1.303-1.739.914-2.88 2.888-2.705 4.859z"/><path d="M8.629 4.675c.426-.671 1.428-.841 2.063-.373.568.374.773 1.194.433 1.787-.217.425-.668.677-1.124.76-.002 1.015-.002 2.032-.001 3.048h3.714v1.144c-1.238.001-2.477-.001-3.715.001l.001 1.23 5.002.001c.791 1.65 1.578 3.302 2.366 4.955l1.12-.518c.154.328.306.655.457.984l-2.112.935c-.833-1.756-1.662-3.512-2.495-5.267l-5.56-.001c-.004-2.321.004-4.64-.004-6.961-.422-.463-.512-1.202-.145-1.723z"/><path d="M5.539 15.253c-.175-1.97.966-3.944 2.705-4.859.002.434.002.869.001 1.303-1.147.818-1.817 2.272-1.618 3.678.193 1.654 1.558 3.049 3.179 3.365 1.669.371 3.533-.418 4.38-1.913a4.083 4.083 0 0 0 .517-1.546c.23.504.472 1.004.706 1.507-.638 1.46-1.987 2.588-3.544 2.939a5.233 5.233 0 0 1-4.104-.733c-1.261-.818-2.118-2.237-2.222-3.742z"/></symbol><symbol viewBox="0 0 24 24" id="information--disabled-persons--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.437 0h1.078c2.686.136 5.327 1.152 7.349 2.935 2.479 2.126 3.99 5.298 4.136 8.556v.954c-.121 2.909-1.313 5.764-3.343 7.855-2.1 2.207-5.059 3.542-8.099 3.7h-1.076c-2.884-.139-5.702-1.333-7.781-3.341C1.482 18.561.154 15.588 0 12.543v-1.014C.125 8.545 1.384 5.62 3.51 3.518 5.588 1.4 8.482.158 11.437 0m-.018 2.419A9.54 9.54 0 0 0 4.973 5.46c-1.594 1.687-2.519 3.978-2.568 6.296a9.55 9.55 0 0 0 1.716 5.72 9.633 9.633 0 0 0 5.85 3.907 9.6 9.6 0 0 0 6.302-.791c2.214-1.099 3.974-3.08 4.784-5.418.716-2.03.72-4.304.007-6.337a9.612 9.612 0 0 0-3.508-4.669 9.605 9.605 0 0 0-6.138-1.75z"/><path fill="#fff" d="M11.419 2.419a9.605 9.605 0 0 1 6.138 1.75 9.618 9.618 0 0 1 3.508 4.669 9.635 9.635 0 0 1-.007 6.337c-.81 2.338-2.57 4.319-4.784 5.418a9.608 9.608 0 0 1-6.302.791 9.637 9.637 0 0 1-5.85-3.907 9.55 9.55 0 0 1-1.716-5.72c.049-2.318.974-4.609 2.568-6.296A9.548 9.548 0 0 1 11.42 2.42M8.632 4.672c-.368.521-.281 1.266.144 1.728.005 2.32 0 4.64.002 6.96l5.558.001c.838 1.753 1.658 3.515 2.5 5.267.701-.317 1.409-.619 2.11-.94-.155-.325-.305-.653-.458-.979-.373.172-.745.347-1.12.518-.79-1.652-1.574-3.306-2.368-4.956l-5 .001c-.002-.41.001-.82-.002-1.229 1.238-.008 2.477-.001 3.716-.005V9.897c-1.236-.001-2.473-.004-3.709.001-.012-1.018-.004-2.036-.004-3.054.458-.074.906-.334 1.124-.756.338-.589.137-1.406-.427-1.782-.634-.473-1.638-.305-2.066.365M5.531 15.124c.065 1.552.934 3.032 2.234 3.875a5.242 5.242 0 0 0 4.01.75 5.154 5.154 0 0 0 3.632-2.965c-.236-.498-.473-.997-.703-1.498a4.146 4.146 0 0 1-.475 1.466c-.827 1.541-2.725 2.368-4.423 1.987-1.622-.314-2.987-1.711-3.179-3.367-.197-1.403.468-2.857 1.618-3.672.001-.434.001-.87-.001-1.304-1.702.893-2.83 2.8-2.713 4.728z"/><path d="M8.632 4.672c.428-.67 1.433-.838 2.066-.365.564.376.766 1.193.427 1.782-.218.422-.666.682-1.124.756 0 1.018-.008 2.036.004 3.054 1.236-.005 2.473-.002 3.709-.001v1.141c-1.24.004-2.478-.004-3.716.005.004.409 0 .818.002 1.229l5-.001c.793 1.65 1.578 3.304 2.368 4.956.374-.172.746-.347 1.12-.518.154.326.304.654.458.979-.701.32-1.409.623-2.11.94-.841-1.752-1.662-3.514-2.5-5.267l-5.558-.001c-.002-2.32.002-4.64-.002-6.96-.425-.462-.512-1.207-.144-1.728z"/><path d="M5.531 15.124c-.116-1.928 1.012-3.835 2.713-4.728.002.434.002.87.001 1.304-1.15.815-1.814 2.269-1.618 3.672.192 1.656 1.556 3.053 3.179 3.367 1.698.38 3.596-.446 4.423-1.987.254-.452.404-.954.475-1.466.23.5.467 1 .703 1.498a5.154 5.154 0 0 1-3.632 2.965 5.24 5.24 0 0 1-4.01-.75c-1.301-.842-2.17-2.323-2.234-3.875z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-advisory-maximum-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h23.329c-.03.021-.09.066-.12.089C15.473.112 7.736.087 0 .102V0zM6.664 3.184c.643.133 1.41-.25 1.925.302.436-.533 1.402-.381 1.555.322.084.692.016 1.392.035 2.088h-.674c-.013-.587.023-1.174-.015-1.759-.028-.399-.71-.388-.717.015-.035.58 0 1.164-.013 1.744l-.676-.002c-.012-.59.025-1.184-.016-1.774-.051-.362-.646-.372-.712-.01-.039.592-.005 1.187-.013 1.78l-.674.008c-.01-.906-.002-1.81-.005-2.716zM12.005 3.284c.329-.155.73-.145 1.044.043.222-.214.534-.128.809-.12-.016.898-.003 1.797-.008 2.694-.263-.01-.539.025-.781-.104-.286.11-.603.227-.906.102-1.068-.363-1.131-2.104-.158-2.615m.383.577c-.579.299-.45 1.437.268 1.432.879-.069.63-1.828-.268-1.432zM14.888 3.189l.824.002.526.758c.182-.258.368-.515.559-.768l.796.01c-.312.454-.63.906-.937 1.364.294.414.585.83.87 1.249a4.37 4.37 0 0 1-.097.094l-.656-.002a29.776 29.776 0 0 0-.542-.748c-.169.245-.335.492-.5.74l-.838.008c.306-.45.618-.894.934-1.338a68.794 68.794 0 0 0-.937-1.369zM4.312 9.572C5.06 8.194 6.87 7.899 8.259 8.331c.871.301 1.616 1.073 1.718 2.012.169 1.614-.547 3.161-1.463 4.447-.431.441-.858.884-1.294 1.32-.651 0-1.3-.002-1.95.002a6.273 6.273 0 0 0 2.5-2.862c-.781.054-1.616.095-2.328-.286-1.216-.58-1.838-2.196-1.131-3.391m2.161.057c-.625.099-1.22.723-1.027 1.384.498 1.246 2.66 1.246 3.163.003.153-.5-.181-1.016-.618-1.243-.465-.235-1.014-.224-1.517-.145zM13.119 11.855c1.244-1.239 2.484-2.481 3.723-3.723 1.483.115 2.591 1.363 2.957 2.735.495 1.696-.036 3.758-1.511 4.807-1.167.805-2.875.666-3.891-.324-.914-.906-1.348-2.222-1.279-3.495m2.9-2.204c-1.793.769-1.908 3.551-.508 4.761.643.511 1.647.445 2.226-.132 1.019-1.09 1.072-2.913.141-4.073a1.704 1.704 0 0 0-1.859-.556zM2.241 18.432l.676.002c.028.625-.085 1.266.09 1.876-.247.27-.506.528-.768.784 0-.888-.003-1.775.002-2.661zM12.158 18.432h.73c-.516 1.238-1.029 2.477-1.544 3.715h-.73c.51-1.239 1.022-2.479 1.544-3.715zM14.219 18.75c.224-.104.447-.205.671-.306 0 .329-.002.658 0 .988l.342.021c-.002.22-.005.441-.005.662-.085.003-.253.008-.337.012-.002.414-.003.828.007 1.243.365.108.235.498.261.782-.304-.036-.753.102-.904-.263-.095-.567-.018-1.151-.038-1.723-.414.012-.247-.426-.281-.69.46.054.225-.465.284-.727zM16.356 18.473c.329-.449 1.039.145.646.544-.324.444-1.018-.145-.646-.544zM5.847 19.432c.639.141 1.399-.256 1.91.298.434-.483 1.335-.409 1.545.255.12.712.028 1.443.051 2.165-.217 0-.434.003-.653.005-.051-.592.008-1.187-.035-1.779-.054-.378-.671-.376-.715.005-.035.58-.01 1.164-.002 1.744-.228.007-.457.033-.687.03-.013-.59.021-1.18-.015-1.769-.043-.381-.646-.391-.717-.021-.033.593-.003 1.188-.012 1.782-.225.002-.449.003-.672.007-.01-.907-.01-1.813 0-2.721zM16.346 19.443c.225 0 .45 0 .677.002v2.706c-.227 0-.452 0-.677.002 0-.902-.002-1.807 0-2.709zM18.252 19.43c.255.007.51.026.764.051.406-.171.84-.043 1.149.25.444-.515 1.391-.385 1.56.311.085.692.008 1.394.046 2.089-.228.008-.457.015-.685.021-.012-.59.021-1.182-.013-1.772-.044-.381-.669-.386-.717-.005-.036.592-.003 1.185-.015 1.777l-.684-.02c.002-.584.03-1.169-.005-1.751-.043-.386-.682-.385-.717.007-.035.585-.002 1.172-.015 1.759-.224 0-.447.002-.671.003-.007-.907-.01-1.815.002-2.721zM3.475 21.503l.485-.487c.265.375.528.751.786 1.129l-.819.003c-.151-.215-.299-.432-.452-.646z"/><path fill="#ce252c" d="M23.329 0H24v.97c-2.377 2.395-4.772 4.775-7.157 7.162a1452.003 1452.003 0 0 1-3.723 3.723c-3.049 3.056-6.107 6.107-9.159 9.161l-.485.487A245.92 245.92 0 0 1 .969 24H.001v-.661c.741-.755 1.496-1.494 2.239-2.245.261-.256.521-.515.768-.784 1.399-1.405 2.826-2.783 4.213-4.2.436-.436.863-.879 1.294-1.32 3.002-2.933 5.944-5.928 8.915-8.892a4.37 4.37 0 0 0 .097-.094c1.895-1.905 3.825-3.776 5.684-5.716l.12-.089z"/><path fill="#0c479d" d="M0 .102C7.736.087 15.473.112 23.209.089c-1.859 1.94-3.789 3.81-5.684 5.716a64.989 64.989 0 0 0-.87-1.249c.307-.459.625-.911.937-1.364l-.796-.01c-.191.253-.376.51-.559.768l-.526-.758-.824-.002c.316.454.631.907.937 1.369a76.29 76.29 0 0 0-.934 1.338l.838-.008c.164-.248.33-.495.5-.74.184.245.365.495.542.748l.656.002c-2.97 2.964-5.913 5.959-8.915 8.892.916-1.285 1.632-2.832 1.463-4.447-.102-.939-.847-1.711-1.718-2.012-1.389-.432-3.199-.136-3.947 1.241-.707 1.195-.085 2.811 1.131 3.391.712.381 1.547.34 2.328.286a6.284 6.284 0 0 1-2.5 2.862c.649-.003 1.299-.002 1.95-.002-1.387 1.417-2.814 2.795-4.213 4.2-.176-.61-.062-1.251-.09-1.876l-.676-.002c-.005.886-.002 1.774-.002 2.661-.743.751-1.498 1.491-2.239 2.245V.101m6.666 3.083c.003.906-.005 1.81.005 2.716l.674-.008c.008-.593-.026-1.188.013-1.78.066-.362.661-.352.712.01.041.59.005 1.184.016 1.774l.676.002c.013-.58-.021-1.164.013-1.744.007-.403.689-.414.717-.015.038.585.002 1.172.015 1.759h.674c-.018-.695.049-1.396-.035-2.088-.153-.704-1.119-.855-1.555-.322-.515-.552-1.282-.169-1.925-.302m5.341.098c-.973.511-.911 2.252.158 2.615.302.125.62.008.906-.102.242.128.518.094.781.104.005-.898-.008-1.797.008-2.694-.275-.008-.587-.094-.809.12a1.13 1.13 0 0 0-1.044-.043zM16.843 8.132C19.228 5.745 21.623 3.365 24 .97V24H.968a245.92 245.92 0 0 0 2.507-2.497c.153.214.301.431.452.646l.819-.003a78.555 78.555 0 0 0-.786-1.129c3.053-3.054 6.11-6.105 9.159-9.161-.069 1.272.365 2.589 1.279 3.495 1.016.99 2.724 1.129 3.891.324 1.475-1.049 2.005-3.11 1.511-4.807-.367-1.373-1.475-2.62-2.957-2.735m-4.685 10.299a477.06 477.06 0 0 0-1.544 3.715h.73c.515-1.238 1.027-2.477 1.544-3.715h-.73m2.061.318c-.059.261.176.781-.284.727.035.265-.133.702.281.69.02.572-.058 1.156.038 1.723.151.365.6.227.904.263-.026-.284.104-.674-.261-.782-.01-.414-.008-.828-.007-1.243l.337-.012c0-.222.003-.442.005-.662l-.342-.021c-.002-.33 0-.659 0-.988-.224.1-.447.202-.671.306m2.137-.278c-.372.399.322.988.646.544.393-.399-.317-.993-.646-.544m-10.509.959c-.01.907-.01 1.813 0 2.721a149 149 0 0 1 .672-.007c.008-.593-.021-1.188.012-1.782.071-.37.674-.36.717.021.036.588.002 1.179.015 1.769.23.003.459-.023.687-.03-.008-.58-.033-1.164.002-1.744.044-.381.661-.383.715-.005.043.592-.016 1.187.035 1.779.219-.002.436-.005.653-.005-.023-.722.069-1.453-.051-2.165-.21-.664-1.111-.738-1.545-.255-.511-.554-1.271-.156-1.91-.298m10.497.012c-.002.902 0 1.807 0 2.709.225-.002.45-.002.677-.002v-2.706c-.227-.002-.452-.002-.677-.002m1.906-.012a137.1 137.1 0 0 0-.002 2.721c.224-.002.447-.003.671-.003.013-.587-.02-1.174.015-1.759.035-.391.674-.393.717-.007.035.582.007 1.167.005 1.751l.684.02c.012-.592-.021-1.185.015-1.777.048-.381.672-.376.717.005.035.59.002 1.182.013 1.772.228-.007.457-.013.685-.021-.038-.695.039-1.397-.046-2.089-.169-.695-1.116-.825-1.56-.311-.309-.293-.743-.421-1.149-.25-.255-.025-.51-.044-.764-.051z"/><path fill="#0c479d" d="M12.388 3.861c.898-.396 1.147 1.363.268 1.432-.718.005-.847-1.133-.268-1.432zM6.472 9.63c.503-.079 1.052-.09 1.517.145.437.227.771.743.618 1.243-.503 1.243-2.665 1.243-3.163-.003-.192-.661.403-1.285 1.027-1.384zM16.018 9.651a1.702 1.702 0 0 1 1.859.556c.93 1.161.878 2.984-.141 4.073-.579.577-1.583.643-2.226.132-1.401-1.21-1.285-3.991.508-4.761z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-advisory-maximum-speed-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 .2h.303A1.024 1.024 0 0 1 0 .596V.2zM14.545 7.937c.52-.693 1.323-1.137 2.177-1.252-1.037 1.067-2.067 2.14-3.12 3.192.211-.691.493-1.369.943-1.94zM5.795 7.072c2.189.012 4.379.056 6.567.071-.296.459-.589.919-.883 1.379-1.236-.048-2.472-.113-3.709-.164-.037.771-.069 1.543-.099 2.315 1.389-.272 3.045.059 3.849 1.325l-1.479 1.509a2.168 2.168 0 0 0-1.065-1.069c-.949-.472-2.051-.421-3.075-.288-.039-1.692-.073-3.385-.107-5.077zM18.243 8.904c.381-.4.765-.795 1.144-1.197.769.885 1.176 2.031 1.333 3.18.168 1.271.068 2.592-.383 3.797-.315.839-.837 1.633-1.611 2.113-1.067.663-2.543.599-3.529-.188-.899-.693-1.392-1.781-1.645-2.861.601-.62 1.201-1.24 1.804-1.857.035 1.179.14 2.448.827 3.447.312.5 1.052.713 1.519.296.691-.613.892-1.577 1.051-2.445.189-1.432.167-2.975-.509-4.284zM5.999 15.656c.533.121 1.055.309 1.605.347-.44.448-.877.9-1.315 1.351a94.141 94.141 0 0 1-.633-.205c.112-.497.117-1.027.343-1.492zM10.32 17.097c.424-.463.859-.917 1.308-1.356-.308.555-.747 1.052-1.308 1.356zM0 23.321c.149.159.289.331.459.472v.007H0v-.479z"/><path fill="#176fc1" d="M.303.2h22.549c-2.024 2.18-4.052 4.356-6.129 6.485-.855.115-1.657.559-2.177 1.252-.449.571-.732 1.249-.943 1.94-.689.712-1.389 1.413-2.083 2.12-.804-1.267-2.46-1.597-3.849-1.325.029-.772.061-1.544.099-2.315 1.237.051 2.473.116 3.709.164.293-.46.587-.92.883-1.379-2.188-.015-4.377-.059-6.567-.071.033 1.692.068 3.385.107 5.077 1.024-.133 2.125-.184 3.075.288.468.217.853.597 1.065 1.069a318.72 318.72 0 0 0-2.437 2.496c-.551-.037-1.072-.225-1.605-.347-.225.465-.231.995-.343 1.492l.633.205a296.662 296.662 0 0 0-5.844 6.236l.013.204C.29 23.65.15 23.478 0 23.319V.594C.135.491.233.35.303.198zM19.387 7.707A371.729 371.729 0 0 0 24 2.759V23.8H4.009c2.077-2.259 4.165-4.508 6.311-6.703.561-.304 1-.801 1.308-1.356.625-.68 1.284-1.327 1.924-1.993.253 1.08.747 2.168 1.645 2.861.987.787 2.463.851 3.529.188.773-.48 1.296-1.275 1.611-2.113.451-1.205.551-2.527.383-3.797-.157-1.149-.564-2.295-1.333-3.18z"/><path fill="#176fc1" d="M15.356 11.891c.968-.989 1.923-1.993 2.887-2.987.676 1.309.699 2.852.509 4.284-.159.868-.36 1.832-1.051 2.445-.467.417-1.207.204-1.519-.296-.687-.999-.792-2.268-.827-3.447z"/><path fill="#ed1c24" d="M22.852.2H24v2.559a378.474 378.474 0 0 1-4.613 4.948c-.379.403-.763.797-1.144 1.197-.964.993-1.919 1.997-2.887 2.987-.603.617-1.203 1.237-1.804 1.857-.64.667-1.299 1.313-1.924 1.993-.449.439-.884.893-1.308 1.356-2.145 2.195-4.233 4.444-6.311 6.703H.458v-.007l-.013-.204a296.662 296.662 0 0 1 5.844-6.236c.437-.451.875-.903 1.315-1.351a318.72 318.72 0 0 1 2.437-2.496c.493-.504.985-1.007 1.479-1.509.693-.707 1.393-1.408 2.083-2.12 1.053-1.052 2.083-2.125 3.12-3.192C18.8 4.556 20.828 2.38 22.852.2z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-bicycle-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M4.392 0h.173c-.01.106-.067.164-.173.174V0zM19.527 0h.081v.151a7.473 7.473 0 0 1-.112-.077L19.528 0zM6.7 1.487c.34-.076.386.57.034.547-.235-.068-.246-.442-.034-.547zM8.972 1.636l.382-.144c.002.228.003.457.003.686l.35.004-.003.408-.348.002c-.002.322-.001.643.003.965.111.001.223.007.333.02.008.126.073.257.034.381-.235.076-.632.142-.729-.165-.057-.397-.013-.8-.026-1.199a16.446 16.446 0 0 0-.222-.006l-.005-.396.229-.026-.002-.529zM12.872 1.637l.384-.147.002.687.35.003-.003.408-.348.002c-.001.321-.001.642.001.964.11 0 .221.007.331.022.024.123.047.247.072.37-.247.069-.652.17-.763-.151-.059-.398-.013-.803-.026-1.205l-.223-.003v-.405l.225-.014a47.04 47.04 0 0 1-.003-.532zM5.041 1.501c.427-.016.854-.007 1.281-.008v.492l-.875.001-.001.497.791.002-.001.465-.79.003.001 1.022h-.401c-.003-.824.005-1.649-.005-2.473zM6.577 2.2c.128.003.254.01.381.013-.007.587-.001 1.173-.004 1.76l-.379.001c0-.591-.002-1.182.001-1.773zM7.285 2.809c.039-.373.408-.777.807-.608.406.161.434.661.462 1.033-.314.001-.629-.001-.942.005.057.117.072.291.224.33.166.073.31-.06.447-.131l.231.289c-.181.272-.538.387-.832.223-.405-.208-.463-.737-.397-1.14m.337.063c.195.002.389.001.582-.005-.07-.115-.12-.283-.278-.298-.174-.013-.247.172-.304.303zM10.122 3.15c-.285-.286-.185-.903.243-.991.264-.062.513.071.725.214l-.208.349c-.148-.082-.375-.301-.512-.084-.122.212.232.197.35.249.554.116.478 1.081-.087 1.116-.299.072-.578-.091-.782-.294l.269-.331c.139.149.52.393.592.062-.122-.204-.426-.132-.59-.29z"/><path fill="#fff" d="M11.729 3.258c-.503-.074-.523-.885-.087-1.067.286-.123.593.015.822.193l-.223.344c-.144-.113-.365-.292-.52-.09-.051.238.239.186.383.251.542.133.457 1.085-.106 1.115-.299.071-.573-.096-.777-.297l.274-.328c.137.13.42.356.573.131.052-.202-.22-.2-.341-.253zM13.907 2.205l.333-.006.059.139a.833.833 0 0 1 .425-.188l.001.468c-.176.014-.385.087-.418.285-.045.352-.012.709-.021 1.063h-.38c.002-.587-.001-1.174.002-1.761zM15.004 2.375c.334-.265.83-.362 1.141-.004-.171.288-.355.569-.52.861-.226-.057-.311.205-.217.37a6.32 6.32 0 0 0-.219.339c-.149-.214-.255-.478-.144-.734.109-.332.514-.333.797-.397-.067-.079-.073-.301-.226-.246-.155.025-.293.101-.437.162a38.291 38.291 0 0 0-.176-.351zM18.771 4.013c.047-.129.118-.246.204-.352a.358.358 0 0 1 .052.314l-.255.038zM10.736 7.879c-.123-.682.41-1.364 1.084-1.466.575-.123 1.165.177 1.472.663-.844 1.369-1.652 2.763-2.518 4.119l-.005-.025a1.485 1.485 0 0 1-.043-.324c-.004-.286.035-.593-.133-.845a3.247 3.247 0 0 0-.266.714c-.054.168-.11.335-.155.506-.098.469-.162.946-.257 1.416-.166.288-.341.569-.512.853-.359 0-.716 0-1.074-.003l.003-.334.662-.004c.13-.643.25-1.288.389-1.929.028-.128.058-.254.088-.381.113-.433.195-.884.398-1.286a2.04 2.04 0 0 1 .527-.448c.352-.105.722-.14 1.083-.207-.349-.246-.691-.569-.742-1.017zM14.133 11.88c.208-.35.419-.699.622-1.053.036.542.193 1.067.315 1.594.043.241.083.482.141.719l.179.009c.115.003.231.005.347.005l-.001.335h-.203c-.619-.002-1.236.002-1.855-.004l.003-.334.761-.001c-.107-.423-.233-.841-.31-1.271zM12.963 13.864c.087-.154.18-.304.27-.456l.314.003-.005 1.003-.008 2.491c.136.003.272.006.408.011a28.3 28.3 0 0 1-.412.006l.009.215.353-.014-.014.05a6.483 6.483 0 0 1-.341.006c-.005.188-.007.377-.007.565l-.001.219c0 .177-.001.354-.008.532l.003.256c.006.274-.001.548-.002.822l-.004.973.719.003v.613l-1.336.001c-.003-.53.003-1.06.004-1.589l.003-.831.001-.241.003-.54.001-.216.002-.61.001-.223c.002-.849.011-1.697.006-2.545.002-.169.014-.339.041-.504zM11.903 15.688c.102-.199.216-.392.328-.585-.026.489-.014.979-.014 1.469a.402.402 0 0 0 .139.338l.001.226c-.004.204-.008.407-.007.61l.001.216-.001.54v1.072c-.002 1.161-.001 2.323-.005 3.484h-.677c-.001-1.162.002-2.323.002-3.484l.001-.831v-.241l.001-.541v-.216a30.96 30.96 0 0 0-.004-.61l-.001-.247.24-.093c.005-.37 0-.739-.005-1.108zM5.741 16.842c-.034-.465.427-.938.899-.785.418.129.585.601.55 1.003-.115.19-.235.379-.381.548-.517.3-1.121-.222-1.068-.765zM15.451 16.052c.485-.165.946.326.902.8.072.54-.597 1.076-1.07.709-.537-.362-.443-1.285.168-1.509zM11.163 16.92l.069-.016-.005.232c-.003.204-.004.407-.005.61l-.001.118c-.206-.001-.414-.003-.62.005.19-.314.365-.638.562-.949zM19.5 23.927l.108-.095V24h-.079l-.029-.073z"/><path fill="#0371b3" d="M4.565 0H17.59c-.492.784-.962 1.581-1.445 2.371-.311-.359-.807-.262-1.141.004l.176.351c.143-.061.282-.137.437-.162.152-.054.158.168.226.246-.283.063-.688.064-.797.397-.111.256-.005.521.144.734-.627 1.048-1.266 2.088-1.897 3.134-.307-.486-.897-.786-1.472-.663-.674.102-1.207.784-1.084 1.466.051.448.393.771.742 1.017-.361.067-.731.102-1.083.207a2.06 2.06 0 0 0-.527.448c-.203.402-.284.853-.398 1.286H7.283a966.823 966.823 0 0 0-1.731 3.718c-.155.349-.486.585-.624.942-.057.263-.032.535-.036.802.01.897-.062 1.825.25 2.684.085.273.339.419.572.55-.409.757-.888 1.474-1.32 2.218V.172c.106-.01.163-.068.173-.174M6.7 1.487c-.212.105-.2.479.034.547.351.023.305-.623-.034-.547m2.272.149l.002.529a17.82 17.82 0 0 0-.229.026l.005.396.222.006c.014.399-.031.802.026 1.199.097.307.494.241.729.165.04-.124-.025-.255-.034-.381a3.084 3.084 0 0 0-.333-.02 51.737 51.737 0 0 1-.003-.965l.348-.002.003-.408-.35-.004c0-.229-.001-.458-.003-.686l-.382.144m3.899.002c0 .178.001.355.003.532l-.225.014v.405l.223.003c.014.401-.033.807.026 1.205.11.322.515.22.763.151l-.072-.37a2.629 2.629 0 0 0-.331-.022c-.002-.322-.002-.643-.001-.964l.348-.002.003-.408-.35-.003-.002-.687-.384.147m-7.832-.137c.01.824.002 1.649.005 2.473h.401l-.001-1.022.79-.003.001-.465-.791-.002.001-.497.875-.001v-.492c-.427.001-.854-.008-1.281.008m1.536.7c-.003.591-.001 1.182-.001 1.773l.379-.001c.003-.587-.004-1.173.004-1.76-.127-.003-.254-.01-.381-.013m.707.61c-.066.403-.008.932.397 1.14.294.164.651.049.832-.223l-.231-.289c-.138.072-.282.205-.447.131-.151-.039-.167-.213-.224-.33.313-.005.628-.004.942-.005-.028-.372-.056-.872-.462-1.033-.398-.169-.768.235-.807.608m2.837.342c.164.158.467.086.59.29-.072.331-.453.087-.592-.062l-.269.331c.204.204.483.367.782.294.565-.034.641-1 .087-1.116-.118-.053-.472-.037-.35-.249.137-.216.364.002.512.084l.208-.349c-.212-.143-.46-.276-.725-.214-.427.088-.528.705-.243.991m1.607.108c.12.053.392.051.341.253-.153.225-.437-.001-.573-.131l-.274.328c.204.201.478.368.777.297.563-.03.648-.982.106-1.115-.144-.065-.434-.013-.383-.251.155-.202.376-.024.52.09.073-.115.149-.229.223-.344-.229-.178-.536-.316-.822-.193-.437.182-.416.993.087 1.067m2.176-1.054c-.003.587 0 1.174-.002 1.761h.38c.009-.354-.024-.711.021-1.063.034-.198.243-.272.418-.285l-.001-.468a.85.85 0 0 0-.425.188l-.059-.139-.333.006z"/><path fill="#0371b3" d="M7.622 2.873c.057-.131.13-.316.304-.303.158.014.208.183.278.298-.194.006-.388.007-.582.005zM18.974 3.661c.225-.344.426-.702.633-1.057v21.228a9.185 9.185 0 0 1-.108.095l.029.073H6.976c.884-1.47 1.74-2.957 2.622-4.428.69.004 1.381.001 2.071.002 0 1.161-.003 2.322-.002 3.484h.677c.004-1.161.003-2.323.005-3.484h.556c-.001.529-.006 1.059-.004 1.589l1.336-.001v-.613l-.719-.003.004-.973c.572.002 1.144 0 1.716.002 0 .639-.001 1.279.001 1.919.393.001.786.001 1.179-.001.002-.666-.003-1.33.003-1.996.229-.106.469-.245.539-.507.35-1.01.222-2.093.249-3.141.044-.537-.455-.856-.662-1.295-.515-1.11-1.042-2.214-1.557-3.325a3.85 3.85 0 0 0-.235-.403c1.339-2.27 2.687-4.537 4.016-6.813l.255-.038a.354.354 0 0 0-.052-.314zM15.408 3.603c-.093-.166-.009-.427.217-.37a1.277 1.277 0 0 1-.217.37zM10.325 10.714c.061-.247.15-.486.266-.714.168.252.13.559.133.845-.152 0-.319.025-.399-.131zM6.029 14.76c.502-1.182.992-2.368 1.507-3.545.615.008 1.23.002 1.846.005-.139.641-.259 1.286-.389 1.929l-.662.004-.003.334c.358.003.715.003 1.074.003l-.551.906c-.945.082-1.886.207-2.822.365zM9.913 12.636c.095-.47.159-.946.257-1.416.186-.001.372.005.558-.004-.204.509-.542.947-.815 1.419z"/><path fill="#0371b3" d="M13.233 13.408c.301-.51.602-1.018.9-1.529.077.429.203.848.31 1.271l-.761.001-.003.334c.619.005 1.236.002 1.855.004.179.423.359.847.536 1.271a44.745 44.745 0 0 0-2.528-.345l.005-1.003-.314-.003z"/><path fill="#0371b3" d="M15.07 12.42c.111.241.219.483.321.728a10.721 10.721 0 0 0-.179-.009c-.058-.237-.099-.478-.141-.719zM12.664 14.371c.101-.168.2-.338.299-.507a3.392 3.392 0 0 0-.041.504l-.258.003zM11.232 16.904l.018-.003c.139 0 .278-.001.418-.013l.001.247h-.441l.005-.232zM12.356 16.91c.187.005.373.003.56.004l-.001.223h-.558l-.001-.226zM13.531 16.922l.412-.006-.05.206-.353.014-.009-.215zM11.223 17.746l.449-.001v.216l-1.128.001.057-.092c.206-.008.414-.006.62-.005l.001-.118zM12.35 17.746h.563l-.001.216a52.641 52.641 0 0 0-.562 0l-.001-.216zM13.531 17.744c.266-.001.533.005.799.019l-.036.197c-.254.001-.509.001-.763.003l.001-.219zM10.083 18.743c.05-.082.101-.161.149-.243.48.005.959.002 1.439.002v.241h-1.589zM12.35 18.502h.56l-.001.241h-.559v-.241zM13.522 18.494c.263-.109.269.359.003.256l-.003-.256z"/><path fill="#ed1c24" d="M17.591 0h1.936l-.032.074.112.077v2.453c-.207.355-.408.713-.633 1.057a1.24 1.24 0 0 0-.204.352c-1.329 2.276-2.677 4.543-4.016 6.813-.203.354-.414.703-.622 1.053-.298.511-.6 1.019-.9 1.529-.09.151-.183.302-.27.456-.099.169-.197.34-.299.507-.15.241-.293.485-.433.732-.112.193-.226.386-.328.585-.246.389-.523.765-.653 1.214l-.018.003-.069.016c-.197.311-.371.635-.562.949l-.057.092c-.105.178-.206.36-.312.538-.049.082-.1.161-.149.243-.169.272-.321.554-.484.83-.882 1.471-1.738 2.958-2.622 4.428H4.391v-2.248c.433-.744.911-1.461 1.32-2.218.343-.487.623-1.013.948-1.51a.907.907 0 0 0 .148-.418c.146-.169.266-.358.381-.548.123-.166.254-.326.36-.504.421-.728.875-1.436 1.301-2.161.184-.302.368-.603.551-.906.171-.284.346-.565.512-.853.273-.472.611-.91.815-1.419l.04-.047.005.025c.866-1.356 1.674-2.75 2.518-4.119.631-1.046 1.271-2.087 1.897-3.134.07-.115.142-.228.219-.339a1.29 1.29 0 0 0 .217-.37c.165-.293.349-.573.52-.861.484-.79.954-1.587 1.445-2.371z"/><path fill="#ff0303" d="M10.171 11.22c.044-.171.101-.339.155-.506.081.157.247.131.399.131.005.109.015.218.043.324l-.04.047c-.186.008-.372.003-.558.004zM5.551 14.556c.573-1.241 1.152-2.48 1.731-3.718H9.47c-.03.127-.06.254-.088.381-.616-.003-1.231.004-1.846-.005-.515 1.176-1.005 2.363-1.507 3.545a35.283 35.283 0 0 1 2.822-.365c-.426.725-.879 1.433-1.301 2.161-.106.178-.237.338-.36.504.035-.401-.131-.874-.55-1.003-.473-.153-.934.321-.899.785-.053.543.551 1.065 1.068.765a.91.91 0 0 1-.148.418c-.325.497-.605 1.022-.948 1.51-.234-.13-.487-.277-.572-.55-.312-.859-.24-1.788-.25-2.684.005-.267-.021-.54.036-.802.138-.357.469-.593.624-.942zM14.755 10.826c.084.13.168.263.235.403.514 1.11 1.042 2.214 1.557 3.325.207.439.706.758.662 1.295-.027 1.048.101 2.131-.249 3.141-.07.262-.31.401-.539.507-.005.666-.001 1.33-.003 1.996-.393.002-.786.002-1.179.001-.002-.64-.001-1.28-.001-1.919-.572-.002-1.144 0-1.716-.002.001-.274.008-.548.002-.822.266.102.26-.365-.003-.256.007-.178.008-.355.008-.532.254-.002.509-.002.763-.003l.036-.197c-.266-.014-.533-.02-.799-.019 0-.188.003-.377.007-.565.113.001.227-.002.341-.006l.014-.05.05-.206c-.137-.005-.273-.008-.408-.011.004-.83.005-1.66.008-2.491.845.098 1.69.199 2.528.345a484.16 484.16 0 0 0-.536-1.271h.203l.001-.335a39.579 39.579 0 0 1-.347-.005 18.07 18.07 0 0 0-.321-.728c-.122-.527-.279-1.051-.315-1.594m.697 5.225c-.61.224-.705 1.147-.168 1.509.473.367 1.142-.169 1.07-.709.043-.474-.418-.965-.902-.8zM12.231 15.103c.139-.246.283-.491.433-.732l.258-.003c.005.848-.005 1.696-.006 2.545-.187-.001-.373.001-.56-.004a.4.4 0 0 1-.139-.338c0-.49-.012-.98.014-1.469zM11.25 16.901c.13-.448.407-.825.653-1.214.005.369.01.738.005 1.108l-.24.093a4.863 4.863 0 0 1-.418.013zM11.227 17.136h.441c.003.203.005.406.004.61l-.449.001c.001-.204.002-.407.005-.61zM12.357 17.136h.558l-.002.61h-.563c-.001-.203.004-.406.007-.61zM10.545 17.962l1.128-.001-.001.541c-.48 0-.959.003-1.439-.002.107-.178.207-.36.312-.538zM12.35 17.962h.562l-.003.54h-.56l.001-.54zM9.599 19.572c.163-.275.314-.558.484-.83h1.589l-.001.831c-.69-.001-1.381.002-2.071-.002zM12.35 18.743h.559l-.003.831h-.556v-.831z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-limited-access-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M0 0h21.419c-1.752 1.726-3.481 3.475-5.225 5.209-3.349.005-6.699.001-10.049.003-.75 1.71-1.495 3.423-2.237 5.137-.153.41-.669.582-.734 1.043-.206 1.612-.052 3.27.399 4.83l.58-.004c.004.355.026.715-.031 1.069-1.374 1.374-2.753 2.744-4.121 4.125V.001zM18.685 7.645c1.772-1.777 3.55-3.546 5.315-5.33v21.453c-.031.059-.096.174-.127.232H2.361c1.729-1.74 3.466-3.471 5.197-5.209 4.337-.007 8.675.001 13.012-.004a31.73 31.73 0 0 1-.003-.31c-.35 0-.7-.005-1.049-.003-.003-.754-.003-1.508 0-2.261.203-.004.407-.008.61-.009.509-1.612.911-3.402.323-5.048-.1-.351-.502-.488-.61-.835-.38-.894-.778-1.782-1.157-2.677z"/><path fill="#0371b3" d="M6.429 5.672c3.103.016 6.206.018 9.308-.001-1.495 1.495-2.993 2.989-4.485 4.487-2.313.037-4.627.14-6.927.408.694-1.634 1.38-3.273 2.105-4.893zM16.008 10.325c.762-.759 1.52-1.523 2.281-2.283.363.85.749 1.689 1.112 2.54-1.13-.092-2.258-.214-3.393-.257zM4.369 11.587c.654-.393 1.557.258 1.374 1.003-.098.662-.964.994-1.483.577-.548-.37-.483-1.288.109-1.58zM18.401 11.576c.652-.371 1.528.273 1.356 1.006-.093.662-.952 1.002-1.477.593-.563-.372-.492-1.314.121-1.599zM7.226 12.719c.487-.003.973-.003 1.461 0l-.325.328c-.38.031-.763.028-1.145.016l.009-.344zM13.262 13.075c.119-.119.237-.239.357-.357.956.003 1.913-.013 2.87.009l-.013.34c-1.071.007-2.142-.008-3.213.008zM5.426 13.809c.728-.005 1.454.01 2.182-.01l-.365.363c-.611-.003-1.221.009-1.832-.009l.014-.344zM12.53 13.811c1.9.003 3.803-.018 5.702.009l.062.341h-6.113l.349-.35zM11.325 15.019c1.715-.01 3.432-.003 5.148-.004l.025.321c-1.836.07-3.679.01-5.516.029.114-.115.228-.231.344-.346zM10.152 16.193c2.502-.009 5.006-.001 7.51-.003-.008.787.026 1.576-.018 2.363-3.279-.028-6.559-.008-9.837-.01.779-.786 1.563-1.567 2.346-2.35z"/><path fill="#ed1c24" d="M21.419 0h2.34c-.009.172.071.247.241.227v2.088c-1.765 1.784-3.544 3.553-5.315 5.33l-.396.397c-.761.761-1.519 1.524-2.281 2.283-.795.8-1.592 1.596-2.39 2.393l-.357.357c-.244.245-.489.489-.732.736l-.349.35-.856.858-.344.346c-.277.275-.555.551-.829.828-.783.783-1.567 1.565-2.346 2.35l-.248.248C5.826 20.529 4.088 22.26 2.36 24H-.001v-2.589c1.368-1.381 2.746-2.75 4.121-4.125 1.037-1.045 2.083-2.083 3.123-3.125l.365-.363c.249-.252.502-.502.754-.751l.325-.328c.855-.854 1.706-1.711 2.564-2.561 1.492-1.498 2.99-2.991 4.485-4.487l.458-.462C17.938 3.475 19.667 1.726 21.419 0z"/><path fill="#fff" d="M23.759 0H24v.227c-.17.02-.25-.055-.241-.227zM3.908 10.349c.742-1.714 1.487-3.427 2.237-5.137 3.35-.001 6.699.003 10.049-.003l-.458.462c-3.102.02-6.205.017-9.308.001-.725 1.62-1.411 3.259-2.105 4.893 2.3-.268 4.614-.371 6.927-.408-.858.85-1.709 1.708-2.564 2.561-.488-.003-.974-.003-1.461 0l-.009.344c.382.012.765.016 1.145-.016-.252.249-.505.5-.754.751-.728.021-1.454.005-2.182.011l-.014.344c.611.018 1.221.007 1.832.009-1.04 1.043-2.085 2.08-3.123 3.125.058-.354.035-.713.031-1.069l-.58.004c-.451-1.561-.605-3.218-.399-4.83.066-.46.581-.632.734-1.043m.463 1.239c-.591.292-.657 1.211-.109 1.58.519.417 1.385.085 1.483-.577.182-.745-.72-1.397-1.374-1.003zM18.289 8.042l.396-.397c.379.894.776 1.782 1.157 2.677.108.348.51.484.61.835.589 1.646.186 3.436-.323 5.048-.203.001-.407.005-.61.009-.003.753-.003 1.507 0 2.261.349-.003.699.003 1.049.003 0 .077.001.232.003.31-4.337.005-8.675-.003-13.012.004l.248-.248c3.279.003 6.559-.017 9.837.011.045-.787.01-1.576.018-2.363-2.504.001-5.007-.007-7.51.003.274-.277.552-.552.829-.828 1.837-.018 3.68.041 5.516-.029l-.025-.321c-1.715.001-3.432-.007-5.148.004l.856-.858h6.113a20.35 20.35 0 0 0-.062-.341c-1.899-.028-3.802-.007-5.702-.009.243-.247.488-.49.732-.736 1.071-.016 2.142-.001 3.213-.008l.013-.34c-.956-.022-1.913-.007-2.87-.009.797-.797 1.595-1.593 2.389-2.393 1.134.043 2.262.165 3.393.257-.363-.851-.749-1.691-1.112-2.54m.114 3.532c-.612.285-.683 1.226-.121 1.599.525.409 1.384.07 1.477-.593.172-.733-.704-1.377-1.356-1.006zM23.873 24c.031-.058.096-.173.127-.232V24h-.127z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-living-street--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M0 4h24v16H0V4z"/><path fill="#f7fbf5" d="M10.949 8.851h1.455v.677c0 .132.094.127.094.127h.44s.096.005.096-.127v-.677h.042l.297-.339V7.435l-.297-.223-.429-1.085a13.86 13.86 0 0 0-1.703-.132c0-.005-.747.005-1.703.132l-.429 1.085-.297.223v1.077l.297.339h.042v.677c0 .132.096.127.096.127h.439s.096.005.096-.127v-.677h1.466z"/><path fill="#0e518d" d="M10.944 7.138c0-.005 1.254.031 1.868.08l.005-.002-.328-.829c-.959-.127-1.546-.137-1.546-.132 0-.005-.587.005-1.546.132l-.329.829.005.002a39.562 39.562 0 0 1 1.869-.08zM12.221 8.153h.815c.087 0 .092-.091.092-.091v-.42s-.005-.091-.092-.091h-.674a.134.134 0 0 0-.131.089 8.553 8.553 0 0 0-.105.422c0 .085.094.091.094.091zM9.666 8.153h-.815c-.087 0-.092-.091-.092-.091v-.42s.005-.091.092-.091h.674c.087 0 .12.061.131.089.018.042.105.422.105.422 0 .085-.094.091-.094.091z"/><path fill="#f7fbf5" d="M5.027 8.995a.887.887 0 0 1-.887-.884.886.886 0 0 1 1.773 0 .886.886 0 0 1-.886.884zM5.027 9.128c.272 0 .516.123.679.317l2.523 2.58-.321.335-2.01-1.539c-.042.857-.216 1.753-.216 1.753l1.582 5.691h-.591l-1.861-4.283-.671 1.834-1.609 2.395-.482-.401 1.287-2.504.576-2.891.013-1.553-.443.32-.308 1.553-.442.027.134-1.929 1.448-1.499c.321-.295.711-.206.711-.206zM12.598 13.035a.504.504 0 0 0-.377.209l-1.31 1.687.281.215.91-.941c.103.489.257.825.257.825l-.489 3.279.393-.023.781-2.235.362.751 1.725.589.007-.576-1.2-.429-.464-1.481-.107-.933.239.007.555.708.301-.255-.696-.855-.773-.416c-.196-.156-.395-.127-.395-.127zM12.406 12.91c.341 0 .62-.277.62-.619a.62.62 0 0 0-1.241 0 .62.62 0 0 0 .621.619zM10.128 18.247a.672.672 0 1 0 0-1.344.672.672 0 0 0 0 1.344zM16.36 8.84v-.98h.823v.359l-.002.004 1.647-1.239 3.211 2.442v4.157h-.841v-3.189h-1.567v3.189h-4.048V9.426l.781-.588-.004.002zm.085 3.92h2.365v-2.365h-2.365v2.365zm2.365 0z"/><path fill="#c1121c" d="M2.147 19.389l21.2-13.718c-.022-.665-.674-1.038-1.477-1.034L.626 18.374l.009.018c.167.579.671 1.029 1.511.997z"/><path fill="none" stroke="#f7fbf5" stroke-width=".541" d="M22.105 19.368c.698 0 1.263-.565 1.263-1.262V5.892c0-.697-.565-1.261-1.263-1.261H1.894c-.698 0-1.263.565-1.263 1.261v12.214c0 .697.565 1.262 1.263 1.262h20.211z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-living-street--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.792.105h.509C.642.332.127.963.153 1.679.154 7.693.148 13.707.156 19.721c0 .867-.018 1.735.003 2.601.029.797.743 1.444 1.523 1.485.836.037 1.674.004 2.511.012 5.689.005 11.38 0 17.071.003.671-.012 1.432.101 2-.341.468-.333.66-.92.657-1.475 0-5.974.003-11.947-.001-17.92-.011-.837.031-1.675-.017-2.509-.038-.711-.577-1.388-1.304-1.472h.645c.32.232.576.541.757.891v21.875a2.44 2.44 0 0 1-.966 1.024H1.032A2.615 2.615 0 0 1 .001 22.76V1.129A2.62 2.62 0 0 1 .793.105z"/><path fill="#fff" d="M13.48 2.043c.708.005 1.296-.485 1.993-.542.98-.117 1.981-.127 2.959.009-1.215 1.191-2.394 2.416-3.621 3.594-1.4-.309-2.909.182-4.264-.402-.561-.215-.949-.838-.804-1.437.182-.512.669-.851 1.173-1.003.829-.264 1.707-.213 2.565-.219zM7.336 5.501c.38-.121.793-.151 1.177-.028 1.544.449 3.101.857 4.647 1.302l-.522.517c-1.377-.413-2.773-.761-4.152-1.167a1.533 1.533 0 0 0-.94-.023c-1.671.469-3.343.928-5.015 1.393-.535.152-1.067.316-1.616.408l-.013-.568c.581-.236 1.193-.374 1.794-.542 1.546-.432 3.096-.847 4.639-1.291z"/><path fill="#fff" d="M2.222 8.036c1.784-.515 3.581-.983 5.363-1.503.431-.165.866.036 1.281.146 1.144.324 2.288.647 3.439.949L11.27 8.667c-.699.006-1.398.001-2.097.004-.062.691-.063 1.388.001 2.079-1.015 1.037-2.052 2.052-3.071 3.085-1.306.027-2.614.019-3.92.003-.008-1.595.001-3.189-.005-4.785-.002-.34.004-.68.043-1.018m1.495.634c0 .8-.006 1.6.003 2.401 1.383.018 2.766.019 4.148-.001.08-.796.076-1.603.004-2.4-1.385.001-2.771.002-4.156 0zM18.178 9.803c.166-.163.334-.326.499-.491.117.708.085 1.428.139 2.142.075.801.12 1.606.095 2.411-.223.018-.445.037-.668.048-.173-1.362-.075-2.742-.064-4.111zM15.002 13.66c.589-.107 1.171.491 1.042 1.081-.085.655-.948 1-1.458.568-.643-.44-.353-1.551.416-1.649zM19.998 14.314c.178-.248.532-.203.792-.144.258.153.308.466.344.737.438-.114.536.383.76.64a7.187 7.187 0 0 0-.748-.022c-.045-.114-.091-.227-.135-.342-.26.136-.564.231-.853.122-.348-.189-.446-.704-.16-.991zM12.049 15.978c.644-.159 1.225-.497 1.863-.671.488-.119.819.343 1.023.713.345.64.768 1.238 1.079 1.896.16.288-.192.568-.461.431-.334-.361-.543-.816-.824-1.216a14.05 14.05 0 0 0-.712.866c.293.843.326 1.748.225 2.628-.066.582-.081 1.171-.206 1.744-.255.017-.669.093-.709-.267-.013-.841.184-1.674.186-2.515-.137-.221-.329-.399-.489-.601-.441.195-.762.556-1.146.833-.475-.076-.873-.392-1.302-.594-.216-.144-.587-.255-.542-.578-.018-.216.201-.336.384-.372.477.159.895.453 1.361.639.069-.178.127-.36.209-.533.175-.325.501-.538.676-.863.121-.325.143-.677.203-1.016-.472.141-.929.335-1.418.419l-.131-.263c.237-.234.477-.465.731-.681zM18.971 16.239c.428-.178.804-.467 1.243-.616.413.104.824.241 1.195.452.211.251.347.565.349.896l-.308.147c-.186-.222-.343-.465-.509-.7-.099.207-.192.418-.284.628.179.381.506.737.443 1.187.427-.085.861-.418 1.297-.212-.02.132-.021.269-.076.394a15.6 15.6 0 0 1-1.381.456c-.335-.156-.48-.538-.745-.78-.098.28-.209.559-.257.854-.056.556.191 1.101.083 1.657l-.453-.005c-.103-.677-.336-1.386-.109-2.06.106-.373-.006-.775.165-1.137.129-.263.054-.537-.042-.797-.251.101-.498.207-.748.305-.267-.271-.665-.528-.605-.964l.297-.106c.151.132.299.265.446.401zM16.248 19.838c.375-.085.829-.018 1.028.351.374.506-.028 1.334-.658 1.341-.509.068-.969-.396-.965-.896.034-.344.262-.682.595-.796z"/><path fill="#03408b" d="M1.301.105H19.83c-.463.472-.927.942-1.399 1.405a11.538 11.538 0 0 0-2.959-.009c-.697.057-1.284.547-1.993.542-.858.006-1.736-.045-2.565.219-.503.153-.991.492-1.173 1.003-.145.599.243 1.222.804 1.437 1.355.584 2.864.093 4.264.402a56.556 56.556 0 0 1-1.651 1.671c-1.546-.445-3.103-.853-4.647-1.302-.384-.122-.797-.093-1.177.028-1.543.443-3.093.859-4.639 1.291-.601.168-1.213.306-1.794.542l.013.568c.548-.093 1.081-.257 1.616-.408 1.672-.464 3.344-.923 5.015-1.393.307-.098.636-.076.94.023 1.379.406 2.775.755 4.152 1.167l-.333.337a183.903 183.903 0 0 1-3.439-.949c-.415-.111-.851-.312-1.281-.146-1.782.52-3.579.988-5.363 1.503a8.438 8.438 0 0 0-.043 1.018c.006 1.596-.003 3.191.005 4.785 1.306.016 2.614.024 3.92-.003-1.501 1.5-3.001 3.002-4.503 4.502-.473.471-.927.961-1.445 1.383C.147 13.707.153 7.693.152 1.679.127.963.641.333 1.3.105zM18.677 9.313c1.745-1.744 3.472-3.508 5.242-5.226.004 5.973.001 11.946.001 17.92.003.555-.188 1.142-.657 1.475-.568.442-1.329.329-2 .341-5.691-.003-11.381.002-17.071-.003 2.348-2.413 4.759-4.765 7.126-7.16l.131.263c.488-.084.946-.278 1.418-.419-.06.339-.082.691-.203 1.016-.175.325-.501.538-.676.863-.082.173-.14.355-.209.533-.466-.186-.884-.48-1.361-.639-.183.036-.402.156-.384.372-.045.323.326.434.542.578.429.202.827.518 1.302.594.384-.277.705-.638 1.146-.833.16.202.353.38.489.601-.002.841-.199 1.674-.186 2.515.04.36.455.284.709.267.125-.574.14-1.162.206-1.744.101-.88.067-1.785-.225-2.628.227-.297.461-.588.712-.866.281.4.491.855.824 1.216.269.138.621-.142.461-.431-.311-.658-.734-1.256-1.079-1.896-.204-.369-.535-.832-1.023-.713-.638.174-1.219.512-1.863.671.412-.476.864-.913 1.311-1.355l4.818-4.82c-.011 1.368-.108 2.748.064 4.111.223-.012.445-.031.668-.048.025-.804-.02-1.609-.095-2.411-.054-.714-.022-1.434-.139-2.142m-3.674 4.345c-.768.099-1.059 1.209-.416 1.649.509.432 1.373.086 1.458-.568.128-.591-.453-1.188-1.042-1.081m4.996.654c-.286.286-.188.801.16.991.288.108.593.014.853-.122.044.115.089.228.135.342.249-.006.499.002.748.022-.224-.257-.322-.754-.76-.64-.036-.271-.086-.584-.344-.737-.26-.059-.614-.104-.792.144m-1.027 1.925a24.077 24.077 0 0 0-.446-.401l-.297.106c-.06.436.338.694.605.964.251-.098.498-.204.748-.305.096.26.172.534.042.797-.172.362-.059.764-.165 1.137-.226.674.006 1.383.109 2.06l.453.005c.107-.556-.139-1.101-.083-1.657.047-.295.159-.574.257-.854.265.242.411.624.745.78a15.6 15.6 0 0 0 1.381-.456c.055-.124.056-.262.076-.394-.436-.206-.869.126-1.297.212.063-.451-.264-.806-.443-1.187.093-.211.185-.421.284-.628.166.235.323.478.509.7l.308-.147a1.425 1.425 0 0 0-.349-.896c-.371-.211-.782-.347-1.195-.452-.439.148-.815.438-1.243.616m-2.722 3.599c-.333.114-.561.452-.595.796-.004.5.456.964.965.896.629-.007 1.032-.835.658-1.341-.199-.368-.654-.436-1.028-.351z"/><path fill="#03408b" d="M3.716 8.669c1.385.002 2.771.001 4.156 0a12.66 12.66 0 0 1-.004 2.4c-1.382.02-2.765.019-4.148.001-.009-.801-.003-1.601-.003-2.401zM9.174 8.672c.699-.003 1.398.002 2.097-.004-.696.697-1.387 1.399-2.096 2.083a11.458 11.458 0 0 1-.001-2.079z"/><path fill="#d40303" d="M19.831.105h2.767c.727.083 1.266.761 1.304 1.472.047.835.006 1.673.017 2.509-1.771 1.718-3.497 3.482-5.242 5.226-.165.164-.333.327-.499.491l-4.818 4.82c-.446.442-.899.879-1.311 1.355-.254.216-.494.447-.731.681-2.367 2.395-4.778 4.747-7.126 7.16-.837-.007-1.675.025-2.511-.012-.78-.041-1.494-.688-1.523-1.485-.021-.866-.003-1.734-.003-2.601.518-.422.973-.913 1.445-1.383 1.502-1.5 3.002-3.002 4.503-4.502 1.019-1.034 2.056-2.048 3.071-3.085.708-.684 1.4-1.386 2.096-2.083l1.035-1.039.333-.337.522-.517a55.36 55.36 0 0 0 1.651-1.671c1.227-1.178 2.406-2.403 3.621-3.594A109 109 0 0 0 19.831.105z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-motorway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#044594" d="M1.113.073h22.285l-.112.023a4.317 4.317 0 0 1-.172.045c-2.163 2.153-4.314 4.317-6.477 6.47-2.006-.06-4.013.047-6.02-.015-2.794.007-5.59-.001-8.385.007l.001 1.703c.371 0 .742.001 1.113.004.119.717.678 1.405 1.457 1.391.796.039 1.383-.656 1.508-1.391 1.519-.044 3.036.063 4.554-.007 1.353-.064 2.707.007 4.06.02l-.346.346-.758.004c.022.23.044.46.064.691l-3.552 3.551c.18-1.414.343-2.828.516-4.241-1.025.001-2.052-.001-3.078.001-.726 2.985-1.417 5.978-2.161 8.957-1.542 1.555-3.1 3.095-4.647 4.646-.239.26-.569.468-.692.81l-.045.234C.21 15.914.223 8.496.22 1.085.155.54.617.161 1.113.071m8.192 2.213c-.319 1.319-.633 2.641-.951 3.961.929-.003 1.857-.001 2.785-.001.167-1.319.32-2.64.483-3.959H9.305m3.741-.003c.154 1.321.316 2.64.477 3.961h2.785c-.319-1.319-.633-2.639-.95-3.958-.771-.003-1.542 0-2.313-.003zM23.985.758L24 .613v22.524c-.09.39-.374.672-.751.791L.818 23.916l.218-.023c1.361-1.356 2.705-2.73 4.076-4.077-.182.634-.314 1.28-.471 1.92h4.631c.284-2.313.547-4.627.847-6.937 1.324-1.319 2.643-2.641 3.964-3.962.425 3.635.874 7.265 1.309 10.899 1.543.001 3.087-.001 4.628.001-1.04-4.355-2.087-8.707-3.13-13.062l-.646-.001.342-.346c.433-.02.867-.022 1.3-.019.119.717.676 1.404 1.453 1.393.801.044 1.391-.659 1.517-1.395l1.105.001c.003-.569.003-1.139.001-1.709-1.216.001-2.433-.004-3.649.004 1.77-1.766 3.532-3.542 5.309-5.3.147-.16.326-.317.362-.545z"/><path fill="#d71920" d="M16.637 6.611c2.163-2.153 4.314-4.317 6.477-6.47.044-.01.129-.033.172-.045.307.135.557.356.7.662-.036.228-.215.385-.362.545-1.777 1.759-3.539 3.535-5.309 5.3-.575.576-1.149 1.152-1.728 1.724l-.342.346-2.161 2.163c-1.321 1.321-2.64 2.643-3.964 3.962-1.665 1.676-3.345 3.337-5.007 5.017-1.37 1.347-2.714 2.721-4.076 4.077l-.218.023c-.227-.153-.537-.291-.593-.592l.045-.234c.124-.342.454-.55.692-.81 1.548-1.551 3.105-3.091 4.647-4.646 1.578-1.568 3.148-3.146 4.723-4.717l3.552-3.551c.231-.233.463-.464.694-.695l.346-.346c.572-.57 1.142-1.142 1.712-1.713z"/><path fill="#fff" d="M9.305 2.284h2.317c-.163 1.319-.316 2.64-.483 3.959-.928 0-1.856-.001-2.785.001.319-1.319.633-2.641.951-3.961zM13.046 2.282c.771.003 1.542 0 2.313.003.317 1.319.631 2.639.95 3.958h-2.785c-.161-1.321-.323-2.64-.477-3.961zM2.231 6.604c2.796-.009 5.591 0 8.385-.007 2.007.061 4.015-.045 6.02.015-.57.572-1.14 1.143-1.712 1.713-1.353-.013-2.707-.084-4.06-.02-1.519.07-3.036-.036-4.554.007-.125.735-.713 1.43-1.508 1.391-.78.015-1.338-.673-1.457-1.391-.371-.003-.742-.004-1.113-.004l-.001-1.703zM16.586 8.327c.579-.572 1.153-1.148 1.728-1.724 1.216-.009 2.433-.003 3.649-.004.001.57.001 1.14-.001 1.709l-1.105-.001c-.127.736-.716 1.439-1.517 1.395-.777.01-1.334-.676-1.453-1.393a24.505 24.505 0 0 0-1.3.019z"/><path fill="#fff" d="M7.772 8.676c1.025-.003 2.052 0 3.078-.001-.173 1.414-.336 2.828-.516 4.241-1.575 1.571-3.145 3.149-4.723 4.717.745-2.979 1.436-5.972 2.161-8.957zM13.821 8.675l.758-.004-.694.695c-.02-.231-.042-.461-.064-.691zM16.244 8.673l.646.001c1.043 4.355 2.09 8.707 3.13 13.062-1.542-.003-3.085 0-4.628-.001-.435-3.633-.884-7.264-1.309-10.899l2.161-2.163zM5.113 19.815c1.661-1.68 3.341-3.341 5.007-5.017-.3 2.31-.563 4.624-.847 6.937H4.642c.157-.64.289-1.286.471-1.92z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-overtaking-permitted-heavy-good-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M4.556 0h14.887v3.051c-2.56 2.548-5.114 5.101-7.681 7.642-.009-1.011-.001-2.023-.007-3.034a.602.602 0 0 0-.606-.59c-1.777-.001-3.555-.005-5.332.002-.31 0-.595.285-.573.599.001 2.558-.003 5.116.002 7.674.126.005.254.006.38.006.009.38.001.761.005 1.141a4.375 4.375 0 0 1-.148.053c-.024.135.014.232.115.289-.344.35-.693.696-1.042 1.041V-.001zM13.921 11.518c1.838-1.836 3.681-3.667 5.523-5.5V24H4.557v-3.173c1.367-1.322 2.691-2.691 4.057-4.013 3.254.007 6.51.006 9.765 0 .025-.154.041-.346-.172-.333.048-.237-.048-.515.051-.727l.168-.005c.436-.579.365-1.343.353-2.026-.004-.168-.163-.25-.292-.318-.285-.623-.58-1.242-.866-1.866l-.062-.027c-1.212.007-2.424-.006-3.636.006z"/><path fill="#0371b3" d="M13.399 12.05l.165-.174a284.62 284.62 0 0 1 3.81-.003c.254.492.505.984.75 1.48a39.584 39.584 0 0 0-5.212.003c.154-.438.356-.861.487-1.306zM11.764 13.666c.321-.319.636-.647.966-.956-.095.233-.187.467-.28.701-.11.121-.303.202-.28.398.001.612-.094 1.271.208 1.834.034.114.142.166.232.229.001.212.002.425-.002.637-.423.001-.847.007-1.27-.003.005-.38-.005-.76.005-1.139.141-.004.282.006.421-.005 0-.566-.002-1.131-.001-1.696zM6.668 15.368c.134-.056.289-.01.43-.026-.146.149-.294.295-.441.443.029-.138.014-.278.011-.417zM8.913 16.508c.39-.397.785-.789 1.179-1.18l.224.029c-.002.384.009.769.011 1.152-.472.004-.943.005-1.414-.001zM13.473 15.843c1.296-.006 2.593-.006 3.889 0-.005.227-.001.456-.002.684-1.296.004-2.591.005-3.886-.001-.003-.228-.001-.456-.001-.683z"/><path fill="#ed1c24" d="M11.763 10.694c2.567-2.541 5.121-5.094 7.681-7.642v2.967c-1.842 1.833-3.685 3.664-5.523 5.5-.121.117-.241.235-.356.357l-.165.174c-.236.207-.45.437-.669.66-.33.309-.645.637-.966.956-.56.55-1.112 1.109-1.671 1.661-.394.392-.789.783-1.179 1.18-.105.097-.212.192-.3.306-1.367 1.322-2.691 2.691-4.057 4.013v-2.952c.349-.346.698-.691 1.042-1.041.355-.348.706-.698 1.058-1.048.147-.148.295-.294.441-.443 1.556-1.548 3.116-3.093 4.665-4.648z"/><path fill="#fff" d="M5.244 7.67c-.022-.314.263-.599.573-.599 1.777-.006 3.555-.003 5.332-.002a.602.602 0 0 1 .606.59c.006 1.011-.002 2.023.007 3.034-1.549 1.555-3.108 3.1-4.665 4.648-.142.016-.297-.03-.43.026.004.139.018.279-.011.417-.352.35-.704.7-1.058 1.048-.102-.057-.14-.153-.116-.289l.148-.053c-.005-.381.004-.762-.005-1.141-.126 0-.254-.002-.38-.006-.005-2.558-.001-5.116-.002-7.674zM13.564 11.875c.116-.123.236-.24.356-.357 1.212-.013 2.424.001 3.636-.006l.062.027c.286.623.581 1.242.866 1.866.129.069.289.151.292.318.013.682.083 1.446-.353 2.026l-.168.005c-.098.212-.003.49-.051.727.213-.013.198.179.172.333-3.255.006-6.511.007-9.765 0 .088-.114.195-.208.3-.306.471.006.942.005 1.414.001-.002-.383-.013-.768-.011-1.152l-.224-.029c.558-.552 1.111-1.111 1.671-1.661-.001.565.001 1.131.001 1.696-.14.012-.281.002-.421.005-.01.379-.001.759-.005 1.139.423.01.847.004 1.27.003.004-.212.003-.425.002-.637-.09-.063-.198-.116-.232-.229-.301-.563-.207-1.223-.208-1.834-.023-.196.17-.277.28-.398.093-.234.185-.468.28-.701.219-.224.434-.454.669-.66-.131.445-.333.867-.487 1.306a39.932 39.932 0 0 1 5.212-.003 89.3 89.3 0 0 0-.75-1.48 284.62 284.62 0 0 0-3.81.003m-.089 3.966c0 .227-.002.455.001.683 1.295.005 2.59.005 3.886.001.001-.228-.003-.457.002-.684a420.122 420.122 0 0 0-3.889 0z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-road-works--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M4.404 0h.342c-.176.112-.277.294-.342.485V0zM19.533 0h.062v.088L19.533 0zM12.625 4.322c.125-.143.175-.398.406-.4.307-.01.589.141.87.245.434.278.929.545 1.137 1.047.102.189-.13.281-.172.433.029.173.073.342.105.514-.137-.04-.249-.187-.4-.164-.176.195-.316.442-.573.544-.173.11-.467.043-.536.286-.055.405.379.599.58.884.123.189.327.413.242.65a258.61 258.61 0 0 1-2.463 2.45l-.041.09a1.114 1.114 0 0 1-.046.051c-.097-.254-.014-.532-.049-.796-.115.212-.326.378-.369.626-.048.19.001.388-.037.579-1.143 1.138-2.292 2.271-3.438 3.405l-.062.101a50.66 50.66 0 0 0-.26.227c-.114-.324-.103-.716-.107-1.068-.016-.31.229-.582.128-.89-.114-.715-.222-1.537.23-2.162-.205-.286-.627-.208-.87-.449-.011-.309.116-.639-.066-.923.255-.436.046-1.052.445-1.409a3.54 3.54 0 0 1 .116-.794c.34-.431.935-.482 1.344-.818.204-.149.458-.196.689-.289.289-.094.448-.393.73-.5.382.046.774.102 1.157.026.173-.17.39-.349.644-.343l.16.191c.244-.109.382-.345.535-.549.039-.266-.01-.53-.031-.795m-4.182 3.94c-.033.533-.195 1.048-.387 1.543.083.095.156.222.276.27.564-.696 1.071-1.469 1.339-2.329-.381.236-.819.348-1.228.516zM11.567 14.17c.706-.704 1.409-1.409 2.125-2.104-.086.471.227.892.562 1.183l3.302 1.468c.212.264.547.571.914.425.048-.234.262-.298.469-.333.108-.264.351-.429.559-.609.005 2.01.005 4.02.001 6.03l-.021.047c-4.698-.005-9.396-.012-14.093.003.369-.373.75-.735 1.117-1.11.147.054.164.262.333.274.208.019.423.032.629.005.102-.218-.054-.476.101-.673.1-.199-.1-.404-.052-.613l.12-.108c.489-.455.949-.942 1.43-1.405l.073.019c.047.221.078.454-.009.671-.118.324-.012.708-.236.993l.005.18c.241.054.529-.024.742.082.043.333-.298.551-.264.876.811.091 1.642.024 2.459.08.033-.147-.111-.25-.183-.36-.16-.166-.305-.374-.502-.489-.239.041-.471-.093-.618-.273-.12-.255.153-.431.291-.6.141-.303-.063-.663.124-.955.105-.166-.016-.357-.022-.533.392-.564.456-1.287.848-1.852-.101-.092-.209-.174-.31-.263l.024-.023.083-.032m2.397-.614c.122.178.212.374.32.561-.002.862-.553 1.564-.876 2.324-.245.376-.556.737-.645 1.19-.201.044-.412-.019-.61.039.083.137.245.211.285.375l.21.041c.037.2.288.2.371.354l-.027.255c.182.163.334.372.551.489.067.113-.049.248-.088.354.15.051.316-.024.462-.061.237-.076.308-.345.502-.478.215-.17.526-.151.711-.364.658-.538 1.006-1.443 1.831-1.758.207-.125.32-.344.465-.528.196-.254.45-.482.538-.801a.642.642 0 0 1 .276-.072l-.005-.095c-.236-.142-.652-.111-.7-.456-1.135-.501-2.269-1.014-3.412-1.492l-.159.122z"/><path fill="#0371b3" d="M4.747 0h14.787l.062.088V3.12c-2.605 2.593-5.199 5.2-7.815 7.782l.041-.09c.826-.812 1.648-1.628 2.463-2.45.085-.237-.119-.461-.242-.65-.2-.286-.635-.479-.58-.884.068-.243.363-.176.536-.286.257-.102.396-.349.573-.544.151-.023.263.123.4.164-.032-.172-.076-.342-.105-.514.041-.152.273-.244.172-.433-.209-.502-.703-.769-1.137-1.047-.281-.104-.564-.255-.87-.245-.231.002-.281.257-.406.4.021.264.069.529.031.795-.153.204-.291.44-.535.549a26.995 26.995 0 0 1-.16-.191c-.254-.005-.472.173-.644.343-.383.076-.775.02-1.157-.026-.282.107-.44.405-.73.5-.231.093-.485.14-.689.289-.409.336-1.004.387-1.344.818a3.54 3.54 0 0 0-.116.794c-.399.358-.19.973-.445 1.409.182.284.055.614.066.923.244.241.665.163.87.449-.452.625-.344 1.447-.23 2.162.102.308-.144.58-.128.89.004.352-.007.743.107 1.068l.256-.222-.072.112a683.08 683.08 0 0 0-3.3 3.293V.487c.066-.191.166-.373.342-.485zM11.484 14.202c2.696-2.707 5.41-5.396 8.111-8.099V24H4.404v-2.771c.349-.292.65-.636.98-.949 4.698-.014 9.396-.008 14.093-.003l.021-.047c.004-2.01.004-4.02-.001-6.03-.208.18-.451.344-.559.609-.208.034-.422.099-.469.333-.367.146-.702-.161-.914-.425l-3.302-1.468c-.335-.291-.648-.712-.562-1.183-.715.695-1.419 1.4-2.125 2.104l-.083.032z"/><path fill="#0371b3" d="M8.441 8.262c.409-.168.847-.28 1.228-.516-.268.86-.776 1.633-1.339 2.329-.12-.048-.193-.174-.276-.27.192-.495.354-1.01.387-1.543zM11.317 10.783c.042-.248.253-.413.369-.626.035.264-.048.542.049.796-1.276 1.289-2.569 2.561-3.847 3.847l-.108.067.062-.101c1.146-1.134 2.295-2.267 3.438-3.405.038-.191-.011-.389.037-.579zM13.965 13.557l.159-.122c1.143.478 2.277.991 3.412 1.492.049.344.464.314.7.456l.005.095a.642.642 0 0 0-.276.072c-.087.319-.342.547-.538.801-.145.183-.258.403-.465.528-.825.316-1.173 1.22-1.831 1.758-.185.213-.496.194-.711.364-.194.133-.265.403-.502.478-.147.037-.312.112-.462.061.039-.106.156-.241.088-.354-.217-.117-.369-.326-.551-.489l.027-.255c-.084-.154-.334-.154-.371-.354l-.21-.041c-.04-.164-.202-.238-.285-.375.199-.058.409.005.61-.039.09-.453.4-.814.645-1.19.323-.76.874-1.462.876-2.324-.108-.187-.198-.383-.32-.561zM7.633 18.055c1.253-1.297 2.559-2.545 3.827-3.829.102.089.209.172.31.263-.392.564-.456 1.288-.848 1.852.005.176.127.367.022.533-.187.291.017.652-.124.955-.138.169-.411.344-.291.6.147.18.379.315.618.273.198.115.342.323.502.489.072.11.217.213.183.36-.817-.056-1.649.011-2.459-.08-.033-.324.307-.543.264-.876-.214-.106-.502-.028-.742-.082l-.005-.18c.225-.285.119-.67.236-.993.087-.217.056-.449.009-.671l-.073-.019c-.481.463-.941.95-1.43 1.405zM6.502 19.169c.339-.334.668-.678 1.011-1.007-.048.209.152.414.052.613-.155.198.002.455-.101.673a2.94 2.94 0 0 1-.629-.005c-.169-.013-.186-.22-.333-.274z"/><path fill="#ed1c24" d="M11.781 10.902c2.616-2.582 5.21-5.189 7.815-7.782v2.983c-2.701 2.703-5.416 5.391-8.111 8.099l-.024.023c-1.267 1.284-2.573 2.532-3.827 3.829l-.12.108c-.343.329-.672.672-1.011 1.007-.368.375-.748.737-1.117 1.11-.33.313-.631.657-.98.949v-2.952a683.08 683.08 0 0 1 3.3-3.293l.072-.112a.022.022 0 0 1 .004-.005l.108-.067c1.278-1.286 2.572-2.558 3.847-3.847l.046-.051z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-tunnel--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.134 0h23.732v.362a1.158 1.158 0 0 0-.811-.221C15.64.124 8.225.145.809.129A1.548 1.548 0 0 0 .196.26a.618.618 0 0 0-.062.007V0zM6.656 4.27c1.154-.035 2.307.001 3.462-.021.312 1.455.591 2.918.869 4.38a6.855 6.855 0 0 0-1.388.455c-.975-1.608-2.002-3.186-2.943-4.813zM10.323 4.256h3.281c-.257 1.441-.531 2.88-.78 4.324-.55-.035-1.101-.04-1.649.007-.278-1.445-.569-2.887-.851-4.331zM13.797 4.257c1.193-.004 2.385.003 3.579-.004-.247.425-.48.859-.747 1.272-1.077 1.069-2.163 2.129-3.246 3.191a48.79 48.79 0 0 0-.369-.082c.233-1.464.526-2.919.783-4.378zM17.503 4.383l.188.109a1.313 1.313 0 0 1-.514.497c.075-.213.117-.477.326-.606zM4.435 7.322c.701-.936 1.396-1.88 2.118-2.8.973 1.535 1.907 3.095 2.873 4.634a7.167 7.167 0 0 0-1.361 1.061c-1.209-.965-2.412-1.94-3.631-2.895zM16.332 9.991c.959-1.035 1.992-1.998 2.979-3.003l.29.412c-1.085.87-2.152 1.763-3.269 2.592zM4.32 7.467c1.216.957 2.423 1.928 3.634 2.893a5.183 5.183 0 0 0-.851 1.553c-1.574-.622-3.145-1.254-4.726-1.861l1.944-2.585zM16.119 10.439c1.196-.957 2.389-1.919 3.589-2.872.594.873 1.192 1.743 1.781 2.617-1.537.558-3.056 1.16-4.592 1.718a5.346 5.346 0 0 0-.778-1.463zM2.196 10.199c1.633.582 3.23 1.266 4.85 1.886a7.703 7.703 0 0 0-.118 1.59c-1.574.008-3.148.021-4.721-.008.012-1.156-.042-2.313-.011-3.469zM16.997 12.078a234.46 234.46 0 0 1 4.638-1.738c.019 1.111.021 2.224.038 3.337-1.519.016-3.037-.003-4.556.009-.005-.538-.126-1.083-.119-1.609zM2.214 13.874c1.571-.003 3.143 0 4.714-.001.001.397 0 .792-.007 1.189-.645.631-1.287 1.264-1.932 1.896-.914.012-1.83.005-2.745.005l-.031-3.089zM17.1 13.876c1.524-.005 3.048-.001 4.571-.003.012 1.031.023 2.062.03 3.093-1.534-.004-3.066.001-4.6-.004v-3.086zM2.247 17.155c.846-.001 1.693-.003 2.541.001-.838.825-1.679 1.648-2.517 2.471l-.024-2.472zM17.102 17.155h4.603l.025 2.93c-1.553.001-3.104-.004-4.655.003.058-.976.012-1.955.027-2.932zM6.164 20.092l.778-.775c-.008.256-.012.511-.016.767-.253.001-.508.004-.762.008z"/><path fill="#7162d2" opacity=".95" d="M.196.26C.392.174.597.13.809.129 8.225.145 15.641.124 23.055.141c.291-.021.577.04.811.221v.123c-.475-.5-1.248-.229-1.857-.244a9.54 9.54 0 0 1-.56.028C14.659.265 7.87.27 1.079.266c-.315 0-.63.028-.944.066V.266C.15.263.181.261.197.259zM23.798 24l.068-.084V24h-.068z"/><path fill="#0303ff" d="M.134.333C.448.295.763.267 1.078.267 7.869.271 14.659.266 21.448.27a9.54 9.54 0 0 0 .56-.028c-1.432 1.424-2.883 2.829-4.319 4.25l-.188-.109c-.209.129-.251.393-.326.606a69.64 69.64 0 0 0-.548.536c.267-.413.5-.847.747-1.272-1.193.007-2.385 0-3.579.004-.257 1.459-.55 2.914-.783 4.378.093.02.276.06.369.082-2.151 2.118-4.307 4.232-6.461 6.346.007-.397.008-.792.007-1.189-1.571.001-3.143-.001-4.714.001l.031 3.089c.914 0 1.83.007 2.745-.005l-.201.198a358.73 358.73 0 0 0-2.541-.001c.007.825.015 1.648.024 2.472-.708.707-1.435 1.396-2.137 2.108V.333M6.656 4.27c.941 1.628 1.968 3.206 2.943 4.813a6.96 6.96 0 0 1 1.388-.455c-.278-1.463-.556-2.926-.869-4.38-1.154.023-2.307-.013-3.462.021m3.667-.013c.283 1.444.574 2.885.851 4.331a11.068 11.068 0 0 1 1.649-.007c.249-1.444.523-2.883.78-4.324h-3.281M4.435 7.322c1.219.955 2.421 1.929 3.631 2.895a7.136 7.136 0 0 1 1.361-1.061c-.967-1.539-1.9-3.099-2.873-4.634-.723.92-1.417 1.864-2.118 2.8m-.116.145l-1.944 2.585c1.581.607 3.152 1.239 4.726 1.861a5.227 5.227 0 0 1 .851-1.553c-1.211-.965-2.417-1.936-3.634-2.893m-2.123 2.732c-.031 1.156.023 2.313.011 3.469 1.573.03 3.147.016 4.721.008a7.703 7.703 0 0 1 .118-1.59c-1.62-.621-3.217-1.305-4.85-1.886zM19.311 6.988c1.515-1.519 3.045-3.025 4.555-4.548v21.475l-.068.084H2.237c1.317-1.294 2.617-2.605 3.927-3.908.253-.004.508-.007.762-.008.004-.256.008-.511.016-.767 3.137-3.101 6.227-6.252 9.391-9.325 1.117-.829 2.184-1.722 3.269-2.592l-.29-.412m-3.193 3.452c.333.445.597.937.778 1.463 1.537-.558 3.056-1.16 4.592-1.718-.589-.874-1.187-1.744-1.781-2.617-1.2.953-2.393 1.915-3.589 2.872m.878 1.639c-.007.526.114 1.071.119 1.609 1.519-.012 3.037.007 4.556-.009-.016-1.113-.019-2.226-.038-3.337a228.33 228.33 0 0 0-4.638 1.738m.104 1.797v3.086c1.534.005 3.066 0 4.6.004a531.557 531.557 0 0 0-.03-3.093c-1.523.001-3.046-.003-4.571.003m.003 3.279c-.015.977.031 1.956-.027 2.932 1.551-.007 3.103-.001 4.655-.003l-.025-2.93h-4.603z"/><path fill="#ff0303" d="M22.009.241c.609.015 1.382-.256 1.857.244V2.44c-1.51 1.523-3.04 3.029-4.555 4.548-.987 1.006-2.021 1.968-2.979 3.003-3.164 3.073-6.253 6.224-9.391 9.325l-.778.775c-1.31 1.303-2.61 2.615-3.927 3.908H.134v-2.265c.703-.712 1.429-1.401 2.137-2.108.838-.823 1.679-1.646 2.517-2.471l.201-.198c.645-.631 1.287-1.264 1.932-1.896 2.155-2.114 4.311-4.227 6.461-6.346 1.083-1.062 2.169-2.122 3.246-3.191.181-.18.365-.358.548-.536a1.34 1.34 0 0 0 .514-.497c1.436-1.421 2.887-2.826 4.319-4.25z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-tunnel--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.508 0h.493c-.186.068-.35.185-.493.32V0zM19.262 0h.328c-.155.054-.24.204-.341.321C13.67 7.148 8.083 13.97 2.509 20.801v-.292a812.588 812.588 0 0 1 3-3.67c-.214.001-.43-.001-.645.001V2.454c4.132 0 8.264-.002 12.396.001.67-.816 1.344-1.629 2.003-2.454M9.614 4.747c-1.17.776-1.936 2.134-1.951 3.542-.009 1.654.003 3.309.001 4.963H5.508l-.002.164 2.617.001a.392.392 0 0 0 .344-.164c-.208-.002-.415-.001-.622-.001l-.002-1.134h.715c-.002.342.006.684-.008 1.026.891-1.176 1.879-2.281 2.779-3.451.042-.468-.059-.966.157-1.405.301-.702 1.093-1.117 1.842-1.024.608-.731 1.2-1.475 1.807-2.207-1.502-1.312-3.882-1.442-5.522-.31zM4.47 24c5.673-6.941 11.352-13.879 17.021-20.824v.291c-.699.866-1.408 1.723-2.111 2.586-.083.096-.152.207-.133.34.002 3.482.001 6.964 0 10.445-2.891 0-5.782.005-8.673-.002C8.61 19.215 6.667 21.613 4.711 24H4.47m12.029-13.798c-.162-.002-.325.005-.488.004l-.187.161c.225-.003.45.003.675.001v.713h-.719c.002-.209-.003-.417 0-.626-.809.991-1.612 1.987-2.432 2.969.683-.016 1.365-.003 2.049-.008-.112-.475-.232-.949-.34-1.425.239.474.472.95.708 1.426l3.193-.001v-.163c-.758-.002-1.517-.001-2.276-.001-.002-1.301.003-2.603-.002-3.903-.257.218-.168.56-.18.853z"/><path fill="#fff" d="M10.416 4.521c.331-.141.678-.24 1.032-.301.038.251.073.504.109.755a4.57 4.57 0 0 0-.826.241 61.707 61.707 0 0 0-.315-.695zM11.612 4.192c.371-.04.745-.038 1.115-.001l-.109.762a4.016 4.016 0 0 0-.897 0c-.036-.254-.075-.508-.109-.761zM12.891 4.221c.353.06.698.16 1.029.3-.103.233-.213.463-.317.696a4.54 4.54 0 0 0-.82-.243c.034-.252.072-.503.108-.753zM9.414 5.125c.265-.207.551-.385.853-.535.104.23.21.458.315.689-.23.122-.451.261-.66.417a39.65 39.65 0 0 0-.508-.57zM13.755 5.275c.106-.229.212-.458.317-.689.314.15.601.345.874.558-.168.188-.338.374-.505.563a6.098 6.098 0 0 0-.687-.432zM8.613 5.975a5.43 5.43 0 0 1 .675-.747c.168.191.336.381.506.571a4.216 4.216 0 0 0-.562.602 37.73 37.73 0 0 0-.619-.427zM8.522 6.107c.206.143.412.283.616.429-.157.258-.3.526-.401.812a10.35 10.35 0 0 0-.705-.21c.121-.363.285-.709.491-1.031zM7.983 7.295l.706.209a4.29 4.29 0 0 0-.133.909h-.719c.003-.378.054-.751.146-1.117zM7.839 8.577c.24-.001.48.001.72.001v.706H7.84c0-.235-.002-.471-.001-.707zM7.84 9.45h.72c-.001.251-.002.502-.001.753h-.718L7.84 9.45zM7.842 10.367l.716.001.001.713h-.717a84.966 84.966 0 0 1 0-.714zM7.843 11.247h.715v.707h-.715v-.707zM15.78 11.247h.719v.706h-.718a83.073 83.073 0 0 1-.001-.706zM15.78 12.119h.719v1.133h-.719v-1.133zM2.508 23.925l.053.004.005.071h-.058v-.075z"/><path fill="#033399" d="M3.001 0h16.261c-.659.825-1.333 1.638-2.003 2.454-4.132-.003-8.264-.001-12.396-.001v14.386c.215-.002.431 0 .645-.001a812.588 812.588 0 0 0-3 3.67V.319c.143-.135.307-.252.493-.32zM19.381 6.053c.703-.863 1.411-1.72 2.111-2.586V24H4.712c1.956-2.386 3.899-4.784 5.863-7.164 2.892.007 5.783.002 8.673.002.001-3.481.002-6.963 0-10.445-.02-.134.05-.244.133-.34z"/><path fill="#d40303" d="M19.59 0h1.902v3.176C15.822 10.121 10.144 17.059 4.471 24H2.567l-.005-.071-.053-.004V20.8C8.083 13.969 13.67 7.148 19.249.32c.101-.117.186-.267.341-.321z"/><path fill="#030303" d="M9.614 4.747c1.64-1.132 4.02-1.002 5.522.31-.607.732-1.199 1.476-1.807 2.207-.75-.093-1.541.322-1.842 1.024-.216.439-.115.936-.157 1.405-.9 1.17-1.888 2.275-2.779 3.451.014-.342.006-.684.008-1.026h-.715l.002 1.134c.207 0 .414-.001.622.001a.393.393 0 0 1-.344.164l-2.617-.001.002-.164h2.156c.002-1.654-.01-3.309-.001-4.963.016-1.408.782-2.766 1.951-3.542m.801-.226c.106.231.211.463.315.695.268-.105.544-.188.826-.241-.036-.252-.071-.505-.109-.755-.354.061-.7.16-1.032.301m1.196-.329c.034.254.073.508.109.761.298-.034.599-.033.897 0l.109-.762a5.396 5.396 0 0 0-1.115.001m1.279.029c-.036.251-.074.502-.108.753.28.054.555.137.82.243.103-.233.213-.463.317-.696-.33-.14-.676-.24-1.029-.3m-3.477.904c.17.189.339.379.508.57.209-.156.43-.295.66-.417-.104-.23-.21-.458-.315-.689-.302.15-.588.329-.853.535m4.341.151c.239.128.467.273.687.432.166-.189.336-.375.505-.563a4.872 4.872 0 0 0-.874-.558c-.104.23-.21.459-.317.689m-5.143.7c.208.141.414.282.619.427a4.16 4.16 0 0 1 .562-.602l-.506-.571a5.316 5.316 0 0 0-.675.747m-.091.131c-.206.322-.37.668-.491 1.031.236.065.473.13.705.21.101-.286.244-.555.401-.812-.204-.146-.41-.286-.616-.429m-.538 1.188c-.091.366-.143.74-.146 1.117h.719a4.29 4.29 0 0 1 .133-.909l-.706-.209m-.144 1.283c-.001.236.001.472.001.707h.719v-.706c-.24 0-.48-.002-.72-.001m.001.873l.001.753h.718c-.001-.252 0-.503.001-.753h-.72m.002.917v.714h.717l-.001-.713-.716-.001m.001.88v.707h.715v-.707h-.715zM16.499 10.202c.012-.293-.077-.634.18-.853.005 1.3 0 2.602.002 3.903.759 0 1.518-.001 2.276.001v.163l-3.193.001c-.236-.476-.469-.952-.708-1.426.108.476.228.95.34 1.425-.684.005-1.366-.008-2.049.008.82-.982 1.624-1.977 2.432-2.969-.003.209.002.417 0 .626h.719v-.713c-.225.002-.45-.004-.675-.001l.187-.161c.163.001.326-.006.488-.004m-.718 1.045c-.001.235 0 .471.001.706h.718v-.706a86.16 86.16 0 0 0-.719 0m0 .872v1.133h.719v-1.133a86.16 86.16 0 0 0-.719 0z"/></symbol><symbol viewBox="0 0 24 24" id="information--highway-exit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M21.618 2.162H2.143A2.05 2.05 0 0 0 .096 4.209v15.58a2.05 2.05 0 0 0 2.047 2.047h19.475a2.05 2.05 0 0 0 2.047-2.047V4.209a2.05 2.05 0 0 0-2.047-2.047z"/><path fill="#00674c" d="M2.143 21.25c-.388 0-.754-.152-1.031-.43s-.43-.643-.43-1.031V4.209c0-.388.152-.754.43-1.031s.644-.43 1.031-.43h19.475c.388 0 .754.152 1.031.43s.43.643.43 1.031v15.58c0 .388-.152.754-.43 1.031s-.643.43-1.031.43H2.143z"/><path fill="#fff" d="M4.821 9.402V5.507h2.853v.697H5.535v.724H6.7v.711H5.535v1.066h2.208v.697H4.822zM13.87 5.507h.701v3.895h-.701V5.507zM17.82 6.19v3.212h-.683V6.19h-1.119v-.684h2.921v.684h-1.12zM11.561 9.402l-.878-1.38-.865 1.38h-.823l1.277-2.05-1.167-1.845h.838l.742 1.189.742-1.189h.838l-1.153 1.845 1.277 2.05h-.824zM14.678 17.48l.005-.008a.234.234 0 0 0 .022-.055l.002-.005h-.001l.005-.019.009-.063.895-4.616.012-.087a.277.277 0 0 0-.074-.231.262.262 0 0 0-.235-.079l-.058.012-4.711.915a.26.26 0 0 0-.136.079.267.267 0 0 0 0 .379.197.197 0 0 0 .05.033l.05.027 1.648 1.013-4.028 3.698 1.348 1.348 3.698-4.02v-.008l.997 1.623.041.059a.268.268 0 0 0 .041.057.271.271 0 0 0 .42-.053z"/></symbol><symbol viewBox="0 0 24 24" id="information--highway-interchange--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#006f53" d="M23.907 6.087V3.235a.52.52 0 0 0-.52-.519h-13.08a.521.521 0 0 0-.52.519v2.882h13.51a.91.91 0 0 1 .91.907v-.937h-.302z"/><path fill="#fff" d="M23.419 2.446H10.307a.79.79 0 0 0-.79.789v2.882H.952a.91.91 0 0 0-.91.91v13.617c0 .502.408.91.91.91h22.345a.91.91 0 0 0 .91-.91V7.025a.911.911 0 0 0-.91-.907H9.787V3.236a.52.52 0 0 1 .52-.519h13.112c.286 0 .52.234.52.519V5.06h-.032v1.028h.302V3.236a.79.79 0 0 0-.79-.789zm-.113 3.9c.37 0 .674.303.674.674v13.617c0 .37-.303.674-.674.674H.961a.676.676 0 0 1-.674-.674V7.02c0-.37.303-.674.674-.674h22.345z"/><path fill="#006f53" d="M.288 7.02v13.617c0 .37.303.674.674.674h22.345c.37 0 .674-.303.674-.674V7.02a.676.676 0 0 0-.674-.674H.962a.676.676 0 0 0-.674.674z"/><path fill="#231f20" d="M24.253 6.087V3.235a.834.834 0 0 0-.833-.833H10.308a.834.834 0 0 0-.833.833v2.838H.954A.955.955 0 0 0 0 7.027v13.617c0 .526.428.954.954.954h22.345a.955.955 0 0 0 .954-.954V6.087zm-.044 0v14.556a.91.91 0 0 1-.91.91H.954a.91.91 0 0 1-.91-.91V7.026a.91.91 0 0 1 .91-.91h8.565V3.234a.79.79 0 0 1 .79-.789h13.112a.79.79 0 0 1 .79.789v2.852z"/><path fill="#fff" d="M22.876 16.842a.093.093 0 0 0-.087-.026l.001.001s-1.713.311-1.898.355v.001a.097.097 0 0 0-.046.026.094.094 0 0 0 0 .135.271.271 0 0 0 .018.015l.635.388-1.3 1.295.407.407 1.299-1.296.4.692a.096.096 0 0 0 .152.022.092.092 0 0 0 .026-.052l.133-.525.284-1.349.001.001a.094.094 0 0 0-.026-.089zM9.064 7.433v4.658h6.124V7.433H9.064z"/><path fill="#231f20" d="M15.13 7.491H9.123v4.541h6.007V7.491zm-.169.169v.594h-5.67V7.66h5.67zm-5.669.763h5.67v3.44h-5.67v-3.44z"/><path fill="#231f20" d="M9.459 11.385a1.47 1.47 0 0 1 .624-1.197c.043-.025.075-.05.107-.075l.129-.068.118-.068.114-.065c.094-.061.162-.162.162-.262 0-.179-.201-.322-.438-.322-.244 0-.398.118-.438.337l-.38-.082c.082-.398.394-.642.818-.642.455 0 .818.322.818.718a.692.692 0 0 1-.344.581l-.118.075-.129.068-.118.068c-.226.136-.351.28-.47.549h1.18v.387H9.458zM12.738 9.649c-.212.351-.37.757-.448 1.144-.032.205-.05.355-.05.592h-.387a3.535 3.535 0 0 1 .348-1.528c.082-.183.183-.362.269-.495h-1.148v-.38h1.628v.38c-.086.108-.136.158-.211.287zM13.175 11.385a1.47 1.47 0 0 1 .624-1.197c.043-.025.075-.05.107-.075l.129-.068.118-.068.114-.065c.094-.061.162-.162.162-.262 0-.179-.201-.322-.438-.322-.244 0-.398.118-.438.337l-.38-.082c.082-.398.394-.642.818-.642.455 0 .818.322.818.718a.692.692 0 0 1-.344.581l-.118.075-.129.068-.118.068c-.226.136-.351.28-.47.549h1.18v.387h-1.636z"/><path fill="#fff" d="M2.938 16.344l-.995-1.438v1.438h-.368v-2.09h.368l.958 1.378v-1.378h.362v2.09h-.324zM4.638 16.382c-.374 0-.667-.358-.667-.798 0-.443.293-.802.667-.802s.667.358.667.802c0 .44-.294.798-.667.798zm0-1.226c-.178 0-.293.184-.293.427 0 .24.115.43.293.43.174 0 .287-.19.287-.43 0-.243-.112-.427-.287-.427zM6.775 15.243a.253.253 0 0 0-.197-.087.282.282 0 0 0-.19.081c-.059.044-.081.162-.081.212v.895h-.374v-1.525h.374v.109c.103-.103.169-.131.293-.131s.206.022.293.087l-.118.358zM8.182 16.301a.583.583 0 0 1-.281.081c-.24 0-.381-.184-.381-.471v-.733h-.25v-.353h.25v-.468l.381-.14v.608h.315v.353h-.315v.602c0 .153.059.228.169.228.075 0 .103-.022.169-.081l-.056.374zM9.694 16.344v-.91a.28.28 0 0 0-.281-.278c-.131 0-.278.066-.278.293v.895h-.374v-1.986l.374-.14v.711c.097-.125.243-.146.353-.146.33 0 .558.222.558.514v1.048h-.353zM11.83 16.344v-2.09h1.525v.374H12.21v.386h.624v.384h-.624v.57h1.182v.374H11.83zM14.884 16.344v-.066a.781.781 0 0 1-.378.094c-.274 0-.552-.143-.552-.534 0-.371.29-.499.593-.499.115 0 .234.018.337.05-.022-.187-.14-.246-.278-.246a.833.833 0 0 0-.381.115l-.153-.322c.19-.103.365-.156.555-.156.402 0 .608.212.608.639v.923h-.353zm0-.624a.915.915 0 0 0-.321-.072c-.184 0-.271.094-.271.19 0 .1.084.199.262.199a.838.838 0 0 0 .33-.084v-.234zM16.443 16.372c-.256 0-.462-.044-.652-.138l.14-.33c.066.016.321.11.496.11.194 0 .271-.038.271-.11 0-.087-.028-.103-.262-.169-.228-.059-.358-.118-.44-.184a.435.435 0 0 1-.169-.337c0-.265.234-.424.593-.424.199 0 .39.044.593.153l-.138.33a.92.92 0 0 0-.449-.125c-.159 0-.225.028-.225.103 0 .072.044.103.262.146.418.081.602.24.602.521 0 .284-.228.452-.624.452zM18.377 16.301a.583.583 0 0 1-.281.081c-.24 0-.381-.184-.381-.471v-.733h-.25v-.353h.25v-.468l.381-.14v.608h.315v.353h-.315v.602c0 .153.059.228.169.228.075 0 .103-.022.169-.081l-.056.374zM2.846 19.761l-.337-.82h-.558v.82h-.374v-2.09h.961c.153 0 .25.022.358.087.2.11.324.315.324.552 0 .234-.125.44-.34.555l.384.895h-.418zm-.303-1.715H1.95v.521h.593c.184 0 .302-.103.302-.256 0-.162-.118-.265-.302-.265zM4.102 18.008a.185.185 0 0 1-.19-.19c0-.103.081-.184.19-.184.103 0 .19.081.19.184s-.087.19-.19.19zm.191 1.753h-.374v-1.525h.374v1.525zM5.527 19.789a1.43 1.43 0 0 1-.652-.137l.14-.33c.066.016.322.11.496.11.194 0 .271-.038.271-.11 0-.087-.028-.103-.262-.169-.228-.059-.358-.118-.44-.184a.435.435 0 0 1-.169-.337c0-.265.234-.424.593-.424.199 0 .39.044.593.153l-.138.33a.92.92 0 0 0-.449-.125c-.159 0-.225.028-.225.103 0 .072.044.103.262.146.418.081.602.24.602.521 0 .284-.228.452-.624.452zM6.91 18.008a.185.185 0 0 1-.19-.19c0-.103.081-.184.19-.184.103 0 .19.081.19.184s-.087.19-.19.19zm.189 1.753h-.374v-1.525h.374v1.525zM8.715 19.761v-.917c0-.169-.11-.287-.278-.287-.153 0-.271.14-.271.287v.917h-.374v-1.525h.374v.125a.461.461 0 0 1 .358-.153c.33 0 .558.202.558.49v1.063h-.368zM10.892 20.185c-.097.162-.206.25-.493.368l-.038.016-.146-.33c.302-.156.406-.281.406-.44v-.162c-.097.103-.171.162-.33.162h-.01c-.327 0-.593-.362-.593-.792 0-.415.265-.811.57-.811.013 0 .025.003.038.003.162.016.184.038.324.146v-.109h.365v1.51c0 .222-.015.315-.094.44zm-.271-1.451c-.081-.109-.156-.162-.265-.162-.178 0-.293.184-.293.434s.115.434.293.434c.118 0 .184-.053.265-.162v-.542zM14.061 19.642a1.03 1.03 0 0 1-.53.14c-.358 0-.63-.131-.864-.402l.299-.234a.681.681 0 0 0 .558.262c.265 0 .455-.115.455-.271 0-.081-.044-.146-.131-.19-.075-.028-.156-.059-.25-.081l-.097-.028-.097-.022-.1-.031c-.215-.05-.324-.103-.412-.202a.523.523 0 0 1-.131-.353c0-.346.293-.58.718-.58.309 0 .565.103.777.321l-.278.25a.668.668 0 0 0-.499-.206c-.212 0-.337.081-.337.215 0 .115.072.169.33.228.278.056.462.115.577.174a.58.58 0 0 1 .302.521c0 .212-.097.374-.294.49zM15.914 19.761v-.118c-.19.125-.228.14-.374.14-.33 0-.558-.206-.558-.49v-1.051h.374v.91c0 .162.103.278.271.278.153 0 .287-.131.287-.271v-.917h.35v1.519h-.35zM17.882 19.761v-.917c0-.169-.109-.287-.278-.287-.153 0-.271.14-.271.287v.917h-.374v-1.525h.374v.125a.461.461 0 0 1 .358-.153c.33 0 .558.202.558.49v1.063h-.368zM18.649 5.105V3.933h-.199l-.005-.225a.347.347 0 0 0 .248-.17h.225v1.567h-.269zM19.985 5.134c-.468 0-.66-.402-.66-.814s.198-.81.66-.81c.468 0 .655.407.655.802 0 .402-.182.821-.655.821zm.374-.815c0-.33-.138-.529-.374-.529-.281 0-.379.292-.379.522 0 .349.142.54.379.54.231 0 .374-.215.374-.54v.007zM21.706 5.134c-.468 0-.66-.402-.66-.814s.198-.81.66-.81c.468 0 .655.407.655.802 0 .402-.182.821-.655.821zm.375-.815c0-.33-.138-.529-.374-.529-.281 0-.379.292-.379.522 0 .349.142.54.379.54.231 0 .374-.215.374-.54v.007zM11.258 4.852V3.807h.762v.187h-.572v.194h.312v.192h-.312v.286h.591v.187h-.782zM12.873 4.852l-.235-.37-.23.37h-.22l.342-.55-.312-.494h.223l.198.32.198-.32h.225l-.309.494.342.55h-.22zM13.302 4.852V3.807h.187v1.045h-.187zM14.148 3.991v.861h-.182v-.861h-.301v-.184h.785v.184h-.301z"/></symbol><symbol viewBox="0 0 24 24" id="information--limited-access-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 .066h.118l.049.1L0 .293V.066zM4.172 10.412c.741-1.714 1.487-3.424 2.235-5.134h11.475c.744 1.704 1.487 3.406 2.223 5.112.129.362.556.519.637.909.544 1.631.152 3.388-.354 4.976l-.609.003v2.264l1.05.001.001.312H3.335v-.312l1.081-.001c0-.753.003-1.504-.001-2.257l-.585.001c-.442-1.558-.601-3.207-.397-4.816.062-.467.582-.643.738-1.057M6.673 5.75c-.698 1.626-1.399 3.252-2.09 4.881 5.007-.577 10.072-.468 15.082.018-.712-1.637-1.441-3.266-2.16-4.9-3.61-.004-7.221-.003-10.831 0M4.635 11.65c-.636.307-.653 1.315-.025 1.642.578.365 1.412-.093 1.412-.778.055-.699-.782-1.217-1.388-.864m14.027-.007c-.616.287-.679 1.242-.105 1.607.53.399 1.382.049 1.465-.614.164-.731-.712-1.363-1.36-.993m-11.175 1.14v.35c3.086.001 6.17.003 9.255 0v-.349c-3.085-.003-6.17-.001-9.255-.001m-1.802 1.092l-.001.349c4.291.005 8.581.003 12.872.001v-.349c-4.29-.004-8.581-.003-12.871-.001m1.802 1.206v.35l9.254.001c0-.118.001-.235.003-.351H7.487M6.25 16.257c0 .782-.001 1.565.001 2.349h11.672c.003-.783.003-1.567.001-2.35-3.892-.001-7.784-.001-11.675.001z"/><path fill="#0371b3" d="M.118.066H24v23.869H0V.293L.167.166l-.049-.1m4.054 10.346c-.156.414-.677.59-.738 1.057-.203 1.609-.045 3.258.397 4.816l.585-.001c.004.753.001 1.504.001 2.257l-1.081.001v.312h17.495l-.001-.312-1.05-.001v-2.264c.203-.001.405-.003.609-.003.506-1.588.898-3.344.354-4.976-.081-.39-.509-.547-.637-.909-.736-1.706-1.479-3.409-2.223-5.112H6.408c-.748 1.71-1.494 3.42-2.235 5.134z"/><path fill="#0371b3" d="M6.673 5.75c3.611-.003 7.221-.004 10.831 0 .719 1.634 1.448 3.263 2.16 4.9-5.01-.487-10.075-.595-15.082-.018.691-1.629 1.393-3.255 2.09-4.881zM4.635 11.65c.606-.353 1.443.165 1.388.864 0 .685-.834 1.142-1.412.778-.628-.327-.611-1.335.025-1.642zM18.661 11.643c.648-.37 1.524.262 1.36.993-.083.662-.935 1.012-1.465.614-.574-.365-.511-1.319.105-1.607zM7.486 12.783c3.085 0 6.17-.001 9.255.001v.349c-3.085.003-6.169.001-9.255 0v-.35zM5.684 13.875c4.29-.001 8.581-.003 12.871.001v.349c-4.291.001-8.581.004-12.872-.001l.001-.349zM7.486 15.081h9.256c-.001.117-.003.233-.003.351l-9.254-.001v-.35zM6.25 16.257c3.891-.003 7.782-.003 11.675-.001.001.783.001 1.567-.001 2.35H6.252c-.003-.784-.001-1.567-.001-2.349z"/></symbol><symbol viewBox="0 0 24 24" id="information--living-street--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fefefe" d="M0 3.267h24v.084c-4.043.04-8.087-.027-12.128.076C7.915 3.434 3.957 3.43 0 3.46v-.193zM8.729 6.66c.269-.479.535-.963.821-1.432.915.001 1.828-.003 2.743-.003.284.472.56.949.836 1.425l.545.167c.212.569.188 1.225-.231 1.696-.012.319-.019.637-.028.956a39.107 39.107 0 0 1-.907-.013l-.012-1.055a5.78 5.78 0 0 1-3.12.013c-.016.356-.037.711-.072 1.065-.288 0-.576 0-.864-.004l-.021-.92c-.417-.483-.467-1.152-.232-1.732.18-.053.36-.109.541-.164M9.66 5.46c-.221.385-.433.776-.635 1.172 1.265-.012 2.533.04 3.793-.077a80.01 80.01 0 0 1-.637-1.096c-.841 0-1.681.003-2.521.001M8.316 7.12c.033.213.016.451.164.627.215.025.431.001.645-.009.008-.205.013-.411.016-.616a57.275 57.275 0 0 1-.336-.191c-.163.063-.327.125-.489.189m4.419-.025c-.028.213-.015.428-.009.643.209.005.42.027.628-.005.308-.203.084-.556.021-.825-.217.049-.445.075-.64.188zM19.544 5.577l.376-.004.036.343c.149-.113.3-.227.451-.339.687.444 1.36.911 2.052 1.348.253.157.488.353.651.607a5.704 5.704 0 0 1-.683-.164c.019 1.511.004 3.021.013 4.533-1.32.007-2.637.087-3.957.059-.012-1.557-.008-3.113-.024-4.669l-.512.365-.065-.367c.555-.359 1.099-.735 1.651-1.095.005-.205.008-.412.012-.617m-.837 1.556c-.011 1.529.007 3.057.004 4.587.331-.003.661-.004.993-.004.003-.7.001-1.399.001-2.097.433-.005.867-.007 1.3-.007.003.699.001 1.399.005 2.097l1.196-.003c-.003-1.52-.004-3.041-.021-4.561-.6-.372-1.181-.775-1.773-1.159-.559.396-1.127.78-1.705 1.147z"/><path fill="#fefefe" d="M20.628 7.468c.379-.003.757-.003 1.136 0 .001.481.003.963.003 1.445-.379.003-.759.004-1.137.004l-.001-1.449zM19 7.469c.368-.001.735-.003 1.104-.001.003.484.004.968-.001 1.452-.367.001-.732.001-1.097 0-.004-.484-.005-.967-.005-1.451zM4.333 7.749c.676-.293 1.543.221 1.48.988.051.921-1.264 1.388-1.828.679-.517-.491-.273-1.392.348-1.667zM15.773 9.441c.129 0 .388-.001.517-.003a5.029 5.029 0 0 0 .941 2.857c.679.913 1.453 1.763 2.347 2.471 1.001.831 1.999 1.665 2.995 2.503.007.447.007.892-.001 1.339-1.123-.981-2.225-1.984-3.343-2.971-.983-.84-1.873-1.795-2.596-2.868-.611-.993-.785-2.184-.86-3.328zM3.848 9.865c.383-.093.82.051 1.113.308.308.388.133.931.179 1.385.676.405 1.363.793 2.035 1.204-.147.195-.275.413-.477.557-.592.156-1.073-.296-1.551-.561-.004.289-.007.58-.008.871-.628.001-1.256.005-1.884.007a61.395 61.395 0 0 0-.015-1.357c-.504.605-.923 1.28-1.451 1.865l-.165.047c-.271-.324-.469-.808-.139-1.169.78-1.056 1.545-2.129 2.363-3.156zM13.867 12.964c.537-.083 1.075.564.777 1.063-.197.497-.964.557-1.255.116-.344-.419-.031-1.083.477-1.179z"/><path fill="#fefefe" d="M3.255 13.845c.629-.004 1.257-.007 1.887-.007.007 1.533.009 3.068.009 4.601l.38.405c-.117.071-.219.299-.377.187-.329-.191-.664-.399-.909-.695-.091-1.053-.004-2.116-.048-3.173-.621.899-1.241 1.797-1.865 2.692-.225.26-.095.613-.115.921-.4-.2-.639-.603-.824-.992-.109-.195.068-.389.155-.553.568-.829 1.133-1.661 1.705-2.488.001-.3.003-.599.003-.899zM12.255 15.928c.427-.461.793-1 1.321-1.352.424-.055.963-.14 1.276.225.343.345.644.728.965 1.091l-.232.519c-.296-.323-.589-.648-.889-.965-.067.559.077 1.101.335 1.595l.887.011.197.597a53.482 53.482 0 0 1-1.328-.029c-.227-.211-.456-.42-.685-.628-.036.648-.04 1.299-.123 1.943l-.633.028c.033-1.179.084-2.356.176-3.532-.292.299-.581.601-.869.905l-.397-.407zM9.256 17.335c.591-.229 1.272.407 1.017 1.004-.169.591-1.075.692-1.399.192-.307-.393-.096-1.055.381-1.196zM0 16.404c.155 1.437.065 2.887.095 4.329H0v-4.329z"/><path fill="#039fdc" d="M0 3.46c3.957-.031 7.915-.027 11.872-.033 4.041-.103 8.085-.036 12.128-.076v17.383H.095c-.029-1.443.06-2.892-.095-4.329V3.461M8.729 6.66c-.181.055-.361.111-.541.164-.235.58-.185 1.249.232 1.732l.021.92c.288.004.576.004.864.004.035-.355.056-.709.072-1.065a5.78 5.78 0 0 0 3.12-.013l.012 1.055c.301.008.604.012.907.013.009-.319.016-.637.028-.956.419-.471.443-1.127.231-1.696l-.545-.167c-.276-.476-.552-.953-.836-1.425-.915 0-1.828.004-2.743.003-.287.469-.552.953-.821 1.432m10.814-1.084c-.004.205-.007.412-.012.617-.552.36-1.096.736-1.651 1.095l.065.367.512-.365c.016 1.556.012 3.112.024 4.669 1.32.028 2.637-.052 3.957-.059-.009-1.512.005-3.023-.013-4.533.224.069.452.123.683.164a2.032 2.032 0 0 0-.651-.607c-.692-.437-1.365-.904-2.052-1.348a48.24 48.24 0 0 0-.451.339l-.036-.343-.376.004M4.333 7.749c-.621.275-.865 1.176-.348 1.667.564.709 1.879.243 1.828-.679.063-.767-.804-1.281-1.48-.988m11.44 1.692c.075 1.144.249 2.335.86 3.328.723 1.073 1.613 2.028 2.596 2.868 1.117.987 2.22 1.989 3.343 2.971.008-.447.008-.892.001-1.339a600.882 600.882 0 0 0-2.995-2.503c-.893-.708-1.668-1.557-2.347-2.471a5.024 5.024 0 0 1-.941-2.857l-.517.003m-11.925.424c-.817 1.027-1.583 2.1-2.363 3.156-.331.361-.132.845.139 1.169l.165-.047c.528-.585.947-1.26 1.451-1.865.011.452.013.905.015 1.357.628-.001 1.256-.005 1.884-.007.001-.291.004-.581.008-.871.477.265.959.717 1.551.561.203-.144.331-.363.477-.557-.672-.411-1.359-.799-2.035-1.204-.045-.455.129-.997-.179-1.385-.293-.257-.731-.401-1.113-.308m10.019 3.1c-.508.096-.821.76-.477 1.179.291.441 1.057.381 1.255-.116.297-.499-.24-1.145-.777-1.063m-10.613.881c0 .3-.001.599-.003.899-.572.827-1.137 1.659-1.705 2.488-.087.164-.264.359-.155.553.185.389.424.792.824.992.02-.308-.111-.661.115-.921.624-.895 1.244-1.793 1.865-2.692.044 1.057-.043 2.12.048 3.173.245.296.58.504.909.695.159.112.26-.116.377-.187l-.38-.405c0-1.533-.003-3.068-.009-4.601-.629 0-1.257.003-1.887.007m9.001 2.082l.397.407c.288-.304.577-.607.869-.905a70.575 70.575 0 0 0-.176 3.532l.633-.028c.083-.644.087-1.295.123-1.943.229.208.459.417.685.628.443.015.885.027 1.328.029l-.197-.597-.887-.011c-.257-.493-.401-1.036-.335-1.595.3.317.593.643.889.965l.232-.519c-.321-.363-.623-.745-.965-1.091-.313-.365-.852-.28-1.276-.225-.528.352-.895.891-1.321 1.352m-2.998 1.408c-.477.141-.688.803-.381 1.196.324.5 1.229.399 1.399-.192.255-.597-.427-1.233-1.017-1.004z"/><path fill="#039fdc" d="M9.66 5.46c.84.001 1.68-.001 2.521-.001.211.367.421.732.637 1.096-1.26.117-2.528.065-3.793.077.201-.396.413-.787.635-1.172zM18.708 7.133a39.342 39.342 0 0 0 1.705-1.147c.592.384 1.173.787 1.773 1.159.017 1.52.019 3.041.021 4.561l-1.196.003c-.004-.699-.003-1.399-.005-2.097-.433 0-.867.001-1.3.007 0 .699.001 1.397-.001 2.097-.332 0-.663.001-.993.004.003-1.529-.015-3.057-.004-4.587m1.92.335l.001 1.449c.379 0 .759-.001 1.137-.004 0-.483-.001-.964-.003-1.445a71.695 71.695 0 0 0-1.136 0M19 7.469c0 .484.001.967.005 1.451.365.001.731.001 1.097 0 .005-.484.004-.968.001-1.452-.369-.001-.736 0-1.104.001zM8.316 7.12l.489-.189.336.191c-.003.205-.008.411-.016.616-.215.011-.431.035-.645.009-.148-.176-.131-.413-.164-.627zM12.735 7.095c.195-.113.423-.139.64-.188.063.269.287.623-.021.825-.208.032-.419.011-.628.005-.005-.215-.019-.429.009-.643z"/></symbol><symbol viewBox="0 0 24 24" id="information--living-street--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M0 0h1.503A1.87 1.87 0 0 0 0 1.515V0zM22.38 0H24v24H0v-1.609c.148.883.972 1.562 1.869 1.525 6.719.001 13.439.001 20.158-.001.981.047 1.885-.793 1.883-1.78.011-6.513 0-13.026.005-19.54-.006-.557.063-1.155-.224-1.659-.25-.507-.768-.824-1.31-.936z"/><path fill="#03408b" d="M1.589.244c.266-.027.534-.017.8-.018C8.974.231 15.558.222 22.142.231c.849-.008 1.579.789 1.528 1.63.002 6.725.002 13.45 0 20.176.054.886-.756 1.692-1.643 1.63-6.755-.002-13.51.005-20.264-.003-.852.011-1.59-.785-1.537-1.631-.002-6.724-.002-13.448 0-20.171C.18 1.08.805.322 1.588.244M15.26 1.665c-.649.065-1.191.536-1.856.517-.836.013-1.691-.029-2.505.206-.455.131-.903.397-1.128.828-.209.354-.097.809.118 1.135.305.427.843.595 1.337.682 1.13.185 2.282.001 3.418.123.194.011.328.172.477.279.775.663 1.7 1.124 2.655 1.467.204.798.22 1.625.234 2.443.014 1.513-.081 3.029.043 4.539.231.007.478.049.691-.07.025-.136.034-.274.028-.412-.072-1.83-.319-3.66-.163-5.492-.089-.422-.177-.847-.158-1.28.32-.282.628-.587.992-.811.297-.079.611-.073.909-.153.778-.196 1.476-.613 2.151-1.036.61-.309.514-1.326-.085-1.591-.726-.336-1.57-.253-2.319-.038.079-.22.232-.492.051-.707-.301-.35-.788-.445-1.217-.544-1.21-.215-2.454-.221-3.673-.084M.984 7.368l.001.651 6.732-1.864a.71.71 0 0 1 .473.006c2.234.62 4.469 1.238 6.702 1.856l.001-.65C12.662 6.749 10.43 6.134 8.2 5.513a.717.717 0 0 0-.504-.004C5.459 6.131 3.221 6.747.983 7.368m6.599-.742c-1.779.501-3.559.99-5.339 1.488v5.744h6.862l.001-5.125h2.922v5.125h1.612V8.114c-1.832-.509-3.662-1.019-5.494-1.527-.187-.069-.38-.011-.564.039m7.012 7.136c-.59.284-.642 1.206-.082 1.549.531.396 1.378-.001 1.41-.664.098-.687-.729-1.245-1.328-.885m5.165.602c-.241.328-.063.851.33.96.298.102.566-.108.827-.214l-.102.277.315.183.092-.163c.169.068.34.177.532.108a6.834 6.834 0 0 0-.396-.325l.094-.178-.279-.158-.209.14c-.089-.236-.036-.534-.233-.72-.26-.283-.768-.237-.971.089m-6.107.956c-.742.297-1.49.584-2.225.898-.346.097-.257.666.106.644.437-.094.843-.297 1.264-.443-.073.367-.113.741-.225 1.097-.254.386-.79.623-.755 1.151l-.176.176c-.384-.195-.754-.424-1.152-.592-.268-.127-.584.165-.509.445.054.237.317.317.501.432.394.191.759.443 1.171.592.253.07.405-.19.565-.334.194-.232.485-.332.742-.477a.924.924 0 0 0 .466.491c-.025.877-.184 1.746-.191 2.622.095.419.771.34.768-.085.091-1.322.435-2.71-.104-3.982.235-.3.473-.598.71-.898.273.398.481.846.804 1.207.282.212.674-.189.456-.466-.382-.686-.791-1.359-1.189-2.036-.193-.349-.626-.642-1.026-.443m5.145.904c-.119-.123-.23-.256-.365-.358-.191-.151-.505.121-.37.329.172.247.365.521.644.648.246-.055.455-.205.678-.314l.164.503-.312.975.161.055c-.096.377-.283.754-.206 1.152.057.408.075.826.184 1.225.127.181.43.137.497-.077.011-.48-.143-.95-.127-1.43.046-.317.159-.619.265-.921.24.246.389.589.674.781.457-.075.894-.254 1.329-.41.277-.082.182-.531-.098-.513-.383.065-.736.248-1.118.32a.537.537 0 0 1 .15-.288c-.162-.294-.321-.589-.482-.883.086-.228.179-.453.283-.673.124.216.249.433.398.635.207.171.532-.121.382-.348-.097-.213-.17-.46-.35-.616a6.796 6.796 0 0 0-1.143-.418c-.443.135-.823.425-1.239.625m-2.763 3.562c-.593.246-.664 1.158-.119 1.496.497.374 1.294.02 1.345-.599.121-.65-.642-1.21-1.226-.897z"/><path fill="#03408b" d="M15.404 5.167c.58.016 1.162.087 1.74.022.748-.134 1.478.152 2.228.15-.445.417-.861.876-1.394 1.183-.968-.196-1.837-.71-2.574-1.355zM3.734 8.734h4.132v2.363l-4.132.001V8.734z"/><path fill="#fff" d="M1.503 0H22.38c.542.112 1.06.429 1.31.936.288.504.218 1.102.224 1.659-.005 6.513.006 13.026-.005 19.54.002.987-.902 1.826-1.883 1.78-6.719.002-13.439.002-20.158.001-.897.036-1.722-.642-1.869-1.525V1.515A1.87 1.87 0 0 1 1.502 0m.087.244C.806.322.181 1.079.227 1.862c-.002 6.723-.002 13.447 0 20.171-.053.846.685 1.643 1.537 1.631 6.754.008 13.509.001 20.264.003.886.062 1.697-.744 1.643-1.63.002-6.725.002-13.45 0-20.176.051-.842-.679-1.638-1.528-1.63C15.559.222 8.975.231 2.39.226c-.266.001-.534-.009-.8.018z"/><path fill="#fff" d="M15.26 1.665c1.219-.137 2.462-.131 3.673.084.429.1.915.194 1.217.544.181.214.028.486-.051.707.749-.215 1.593-.297 2.319.038.599.265.695 1.282.085 1.591-.674.423-1.372.839-2.151 1.036-.298.08-.612.074-.909.153-.365.224-.672.53-.992.811-.019.433.069.858.158 1.28-.156 1.832.091 3.662.163 5.492.006.138-.003.276-.028.412-.213.118-.46.077-.691.07-.124-1.511-.029-3.026-.043-4.539-.014-.818-.03-1.645-.234-2.443-.955-.343-1.879-.804-2.655-1.467-.149-.107-.283-.268-.477-.279-1.137-.122-2.288.062-3.418-.123-.495-.086-1.032-.255-1.337-.682-.215-.325-.327-.78-.118-1.135.225-.431.673-.697 1.128-.828.814-.235 1.669-.192 2.505-.206.665.019 1.206-.452 1.856-.517m.144 3.503c.737.645 1.605 1.158 2.574 1.355.533-.308.95-.767 1.394-1.183-.749.002-1.479-.284-2.228-.15-.579.065-1.161-.006-1.74-.022z"/><path fill="#fff" d="M.984 7.368c2.238-.62 4.476-1.236 6.713-1.859a.723.723 0 0 1 .504.004c2.23.62 4.462 1.235 6.693 1.854l-.001.65a3911.04 3911.04 0 0 1-6.702-1.856.71.71 0 0 0-.473-.006L.986 8.019l-.001-.651z"/><path fill="#fff" d="M7.582 6.626c.184-.051.377-.108.564-.039 1.832.508 3.662 1.018 5.494 1.527v5.744h-1.612V8.733H9.106l-.001 5.125H2.243V8.114c1.78-.498 3.561-.987 5.339-1.488M3.734 8.734v2.364l4.132-.001V8.734H3.734zM14.594 13.762c.598-.359 1.425.198 1.328.885-.032.663-.879 1.06-1.41.664-.56-.343-.508-1.265.082-1.549zM19.759 14.364c.204-.326.712-.372.971-.089.196.186.143.484.233.72l.209-.14.279.158-.094.178c.136.103.268.212.396.325-.192.069-.363-.041-.532-.108a9.34 9.34 0 0 0-.092.163l-.315-.183.102-.277c-.261.106-.529.316-.827.214-.394-.109-.571-.632-.33-.96zM13.652 15.319c.4-.199.833.094 1.026.443.398.677.806 1.351 1.189 2.036.218.277-.175.678-.456.466-.323-.362-.531-.809-.804-1.207-.237.299-.475.597-.71.898.539 1.273.195 2.661.104 3.982.003.425-.673.504-.768.085.007-.876.166-1.745.191-2.622a.924.924 0 0 1-.466-.491c-.257.144-.548.245-.742.477-.16.143-.312.403-.565.334-.411-.15-.777-.401-1.171-.592-.184-.115-.447-.195-.501-.432-.075-.279.241-.571.509-.445.398.168.768.397 1.152.592l.176-.176c-.034-.528.502-.765.755-1.151.112-.356.153-.73.225-1.097-.422.145-.827.349-1.264.443-.363.022-.452-.548-.106-.644.736-.314 1.484-.601 2.225-.898zM18.798 16.222c.417-.201.797-.49 1.239-.625.391.108.778.242 1.143.418.18.156.254.403.35.616.15.228-.176.519-.382.348a6.547 6.547 0 0 1-.398-.635c-.104.22-.196.446-.283.673.161.294.32.589.482.883a.537.537 0 0 0-.15.288c.382-.072.735-.255 1.118-.32.279-.018.375.431.098.513-.435.157-.872.336-1.329.41-.286-.192-.434-.535-.674-.781-.106.301-.219.604-.265.921-.017.48.138.95.127 1.43-.066.214-.37.258-.497.077-.109-.399-.127-.817-.184-1.225-.077-.398.11-.775.206-1.152l-.161-.055.312-.975-.164-.503c-.223.109-.432.259-.678.314-.279-.128-.472-.401-.644-.648-.135-.209.179-.48.37-.329.135.103.245.236.365.358zM16.034 19.783c.584-.314 1.346.246 1.226.897-.052.619-.849.973-1.345.599-.544-.338-.474-1.25.119-1.496z"/></symbol><symbol viewBox="0 0 24 24" id="information--living-street--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fefefe" d="M0 1.22h24v21.561H0V1.22m1.302.44c-.34.1-.654.381-.695.748-.031.287-.016.576-.018.864C.592 9.255.588 15.24.591 21.223c-.054.58.507 1.054 1.065 1.019 6.894.001 13.789.004 20.683-.002.544.018 1.065-.453 1.026-1.012 0-6.215.004-12.43-.002-18.645.027-.589-.563-1.013-1.115-.973-6.832-.003-13.665.002-20.498-.002-.151.007-.303.013-.45.051z"/><path fill="#fefefe" d="M9.133 3.125c.14-.13.352-.078.525-.094.848.02 1.698.004 2.545.031.154-.025.188.142.229.249.108.326.197.659.304.984.116.129.325.223.317.422.02.362.003.724.006 1.086l-.31.002v.929l-.664.001v-.931H9.361l-.001.904h-.664v-.903l-.378-.002c.001-.418-.001-.835.004-1.253.11-.074.221-.147.334-.219.171-.398.281-.821.477-1.208m.285.255c-.103.334-.209.666-.31 1.001h3.226c-.09-.323-.171-.647-.252-.972-.888-.005-1.776-.034-2.664-.029m-.485 1.523c-.34.055-.187.619.136.487.308-.07.169-.581-.136-.487m3.408-.004c-.326.069-.175.593.139.493.317-.084.176-.593-.139-.493z"/><path fill="#fefefe" d="M11.252 3.59c.223-.154.576-.002.609.27.06.319-.361.562-.615.37-.246-.126-.235-.515.006-.64zM15.47 6.449c-.158-.406.284-.86.693-.694.344.097.44.484.377.797.347.157.518.515.743.8.263.38.575.728.811 1.126.148.247.094.573-.096.781-.311.351-.654.674-.973 1.019-.011.425.026.852-.02 1.275-.028.257-.456.263-.551.056-.172-.51.164-1.103-.133-1.578a.7.7 0 0 1-.369.271c-.265-.313-.57-.594-.808-.929-.03-.214.211-.289.374-.329.482-.098.974-.145 1.46-.225-.283-.379-.491-.821-.857-1.132-.409.371-.786.776-1.193 1.147-.124.131-.318.13-.478.083-.04-.108-.065-.22-.093-.332.622-.551 1.272-1.075 1.853-1.671-.285-.062-.655-.136-.74-.466m.557 3.117c.146.167.301.327.455.487.082-.164.171-.325.263-.484-.24-.002-.479-.005-.718-.003zM6.172 9.606c.053-.713.898-1.158 1.536-.881.528.181.846.818.632 1.342-.104.315-.395.503-.663.668l.024.391c.182.118.397.215.516.407.33.563.519 1.204.874 1.75.613.325 1.281.537 1.889.873.313.217.117.605-.064.838-.223-.023-.455-.034-.66-.135-.666-.303-1.326-.623-1.994-.922-.175-.351-.253-.774-.566-1.036-.085.527-.134 1.06-.181 1.591-.03.163.047.314.116.457.755 1.472 1.497 2.951 2.245 4.427.185-.002.371-.014.554.012.263.142.141.48.133.718-.465.213-.925.436-1.385.66-.854-1.63-1.689-3.269-2.554-4.893l-.228.02c-.73 1.32-1.465 2.635-2.194 3.955.296.214.335.579.183.894-.22.02-.462.104-.666-.019-.341-.184-.669-.394-1.006-.586.892-1.678 1.785-3.355 2.684-5.029.134-.262.313-.512.353-.811.086-.565.155-1.132.237-1.697-.308.261-.661.474-.937.772-.376.792-.608 1.65-.997 2.436-.183.266-.516.044-.742-.037-.013-.668.309-1.269.485-1.898.13-.34.165-.745.457-.994.489-.484.968-.977 1.446-1.471.24-.302.657-.305.995-.42l.004-.346c-.311-.251-.59-.613-.523-1.037z"/><path fill="#fefefe" d="M13.893 9.372c.816-.156 1.701.47 1.753 1.314.081.827-.688 1.572-1.501 1.548-.781.021-1.529-.661-1.505-1.457-.005-.698.579-1.304 1.254-1.406zM18.867 9.367c.771-.183 1.646.324 1.802 1.115.175.726-.347 1.488-1.054 1.669-.821.268-1.803-.323-1.914-1.188-.119-.736.446-1.463 1.166-1.596zM17.416 13.592c1.119-.19 2.317.062 3.242.729a4.164 4.164 0 0 1 1.74 2.886 4.098 4.098 0 0 1-.634 2.751 4.274 4.274 0 0 1-2.636 1.835 4.34 4.34 0 0 1-3.662-.822c-.906-.71-1.503-1.809-1.577-2.96a4.118 4.118 0 0 1 .771-2.712 4.269 4.269 0 0 1 2.757-1.706m-.002.193c-1.56.251-2.9 1.509-3.227 3.058a3.953 3.953 0 0 0 .872 3.454c.864 1.022 2.263 1.549 3.588 1.37a4.047 4.047 0 0 0 2.647-1.491c.669-.82.975-1.92.836-2.969a3.982 3.982 0 0 0-1.998-2.959c-.814-.471-1.795-.618-2.718-.462z"/><path fill="#fefefe" d="M17.509 14.931c1.415-.335 2.978.584 3.35 1.993.419 1.341-.349 2.892-1.652 3.4-1.315.577-2.994-.023-3.638-1.309a2.83 2.83 0 0 1-.006-2.614 2.85 2.85 0 0 1 1.945-1.47m-1.493 2.247l.517.018c.096-.21.277-.41.533-.33.261.002.357.355.179.523-.384.424-.809.813-1.205 1.228l-.003.56h1.918v-.553c-.378 0-.754.001-1.132-.001.379-.481 1.093-.813 1.088-1.5-.001-.563-.624-.933-1.14-.789-.43.053-.694.443-.755.845m2.954-.77c-.384.167-.497.622-.53 1.001-.047.5-.068 1.074.269 1.484.361.392 1.073.434 1.446.037.313-.321.351-.806.331-1.23-.028-.384-.053-.823-.341-1.113-.293-.314-.798-.364-1.175-.179z"/><path fill="#fefefe" d="M19.267 16.884c.2-.062.487-.027.564.203.15.397.114.848.039 1.258-.056.39-.711.417-.804.041-.096-.347-.088-.717-.045-1.072.033-.161.072-.363.246-.429z"/><path fill="#3952a4" d="M1.302 1.66c.146-.038.299-.044.45-.051 6.832.004 13.665-.001 20.498.002.552-.04 1.142.383 1.115.973.006 6.215.002 12.43.002 18.645.039.559-.482 1.029-1.026 1.012-6.894.006-13.789.003-20.683.002-.558.035-1.119-.438-1.065-1.019C.59 15.241.594 9.256.591 3.273c.002-.289-.014-.578.018-.864.041-.367.354-.648.695-.748m7.829 1.464c-.196.386-.306.81-.477 1.208-.112.071-.223.144-.334.219-.005.418-.003.835-.004 1.253l.378.002v.903h.664l.001-.904h2.724v.931l.664-.001v-.929l.31-.002c-.003-.362.014-.724-.006-1.086.008-.199-.201-.294-.317-.422-.107-.326-.196-.659-.304-.984-.041-.106-.075-.274-.229-.249-.848-.027-1.698-.012-2.545-.031-.173.016-.385-.036-.525.094m6.337 3.322c.086.331.456.404.74.466-.58.596-1.23 1.12-1.853 1.671.027.111.053.223.093.332.16.047.354.048.478-.083.407-.372.784-.777 1.193-1.147.366.31.574.753.857 1.132-.486.08-.978.128-1.46.225-.163.04-.404.115-.374.329.238.335.542.616.808.929a.705.705 0 0 0 .369-.271c.297.474-.039 1.067.133 1.578.096.208.523.201.551-.056.046-.423.009-.85.02-1.275.319-.344.661-.667.973-1.019.189-.209.244-.535.096-.781-.236-.398-.547-.745-.811-1.126-.225-.285-.396-.643-.743-.8.063-.313-.032-.7-.377-.797-.409-.167-.851.288-.693.694M6.172 9.606c-.067.424.212.786.523 1.037l-.004.346c-.339.115-.755.118-.995.42-.478.495-.957.987-1.446 1.471-.292.249-.327.655-.457.994-.176.628-.498 1.229-.485 1.898.226.081.559.303.742.037.389-.786.621-1.644.997-2.436.275-.298.628-.51.937-.772-.082.565-.151 1.132-.237 1.697-.04.299-.22.548-.353.811-.899 1.674-1.792 3.351-2.684 5.029.337.192.664.402 1.006.586.204.123.447.039.666.019.151-.315.112-.68-.183-.894.729-1.32 1.464-2.635 2.194-3.955l.228-.02c.865 1.623 1.7 3.262 2.554 4.893.46-.224.92-.448 1.385-.66.009-.238.131-.576-.133-.718-.183-.025-.369-.014-.554-.012-.748-1.476-1.49-2.955-2.245-4.427-.069-.142-.146-.294-.116-.457a23.53 23.53 0 0 1 .181-1.591c.313.262.391.685.566 1.036.668.299 1.328.619 1.994.922.206.1.437.111.66.135.181-.233.378-.621.064-.838-.608-.337-1.276-.548-1.889-.873-.355-.546-.544-1.187-.874-1.75-.119-.192-.334-.289-.516-.407a26.436 26.436 0 0 1-.024-.391c.268-.165.559-.353.663-.668.214-.525-.104-1.161-.632-1.342-.638-.277-1.483.168-1.536.881m7.724-.235c-.675.101-1.259.708-1.254 1.406-.023.795.724 1.478 1.505 1.457.814.023 1.582-.721 1.501-1.548-.052-.844-.938-1.47-1.753-1.314m4.975-.006c-.72.133-1.285.86-1.166 1.596.111.865 1.093 1.457 1.914 1.188.706-.181 1.228-.943 1.054-1.669-.156-.791-1.031-1.299-1.802-1.115m-1.451 4.225a4.273 4.273 0 0 0-2.757 1.706 4.12 4.12 0 0 0-.771 2.712c.073 1.151.67 2.25 1.577 2.96a4.338 4.338 0 0 0 3.662.822 4.274 4.274 0 0 0 2.636-1.835c.53-.804.756-1.798.634-2.751a4.162 4.162 0 0 0-1.74-2.886c-.925-.666-2.123-.919-3.242-.729z"/><path fill="#3952a4" d="M9.418 3.378c.889-.005 1.777.024 2.664.029.081.325.162.649.252.972H9.108c.101-.335.207-.667.31-1.001m1.834.212c-.241.125-.252.514-.006.64.254.192.674-.051.615-.37-.033-.272-.385-.424-.609-.27zM8.933 4.901c.304-.095.444.417.136.487-.323.132-.475-.432-.136-.487zM12.341 4.897c.314-.1.456.409.139.493-.313.1-.464-.423-.139-.493zM16.027 9.565c.239-.002.478.001.718.003-.093.159-.181.32-.263.484-.153-.16-.308-.32-.455-.487z"/><path fill="#ed1c24" d="M17.415 13.786c.923-.155 1.904-.009 2.718.462a3.982 3.982 0 0 1 1.998 2.959 3.935 3.935 0 0 1-.836 2.969 4.047 4.047 0 0 1-2.647 1.491c-1.325.18-2.724-.347-3.588-1.37a3.95 3.95 0 0 1-.872-3.454c.328-1.548 1.667-2.807 3.227-3.058m.094 1.146a2.85 2.85 0 0 0-1.945 1.47 2.83 2.83 0 0 0 .006 2.614c.644 1.286 2.323 1.886 3.638 1.309 1.302-.508 2.07-2.059 1.652-3.4-.373-1.409-1.936-2.328-3.35-1.993z"/><path fill="#030303" d="M16.015 17.178c.061-.402.325-.792.755-.845.515-.143 1.139.226 1.14.789.005.688-.709 1.02-1.088 1.5.378.002.754.001 1.132.001v.553h-1.918l.003-.56c.396-.416.82-.804 1.205-1.228.179-.168.083-.521-.179-.523-.256-.08-.437.12-.533.33l-.517-.018zM18.969 16.409c.377-.185.882-.136 1.175.179.289.29.313.729.341 1.113.02.424-.018.909-.331 1.23-.373.397-1.085.355-1.446-.037-.338-.41-.316-.984-.269-1.484.033-.379.145-.834.53-1.001m.298.475c-.174.066-.213.268-.246.429-.043.355-.051.725.045 1.072.093.376.748.349.804-.041.075-.41.111-.86-.039-1.258-.077-.23-.364-.265-.564-.203z"/></symbol><symbol viewBox="0 0 24 24" id="information--motorway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#034594" d="M1.108.623c.145-.04.294-.059.445-.055 7.085.002 14.17 0 21.254.001.386-.035.787.192.898.576.068.335.031.68.038 1.021v20.646c.038.4-.22.822-.626.902-.344.044-.694.016-1.039.022-6.718.001-13.435-.002-20.152.001-.341-.014-.726.064-1.02-.155-.245-.173-.343-.481-.329-.77C.579 15.684.575 8.557.579 1.429a.817.817 0 0 1 .528-.806m8.332 2.041c-.312 1.29-.618 2.581-.93 3.871.906 0 1.812.001 2.718-.001.16-1.289.313-2.58.469-3.87H9.439m3.642 0c.156 1.29.31 2.581.469 3.871.906.001 1.812-.001 2.718.001-.312-1.29-.619-2.581-.93-3.872h-2.257M2.542 6.877l-.001 1.672h1.111c.055.715.654 1.362 1.394 1.354.756.036 1.386-.622 1.442-1.352 2.237.012 4.474-.006 6.712-.023 1.543.059 3.089.013 4.632.022.06.708.644 1.357 1.381 1.354.763.043 1.398-.619 1.457-1.356.37.004.739.004 1.109.002V6.878c-3.1.012-6.199-.028-9.299.019-3.312-.046-6.625-.01-9.938-.019m5.402 2.021c-1.019 4.244-2.036 8.488-3.053 12.732h4.514c.514-4.243 1.025-8.488 1.538-12.732h-3m5.891 0l1.537 12.732h4.516c-1.018-4.244-2.034-8.489-3.054-12.732h-2.999z"/><path fill="#fff" d="M9.439 2.664h2.257c-.156 1.29-.31 2.581-.469 3.87-.906.002-1.812.001-2.718.001.312-1.29.618-2.581.93-3.871zM13.081 2.664h2.257c.311 1.291.618 2.582.93 3.872-.906-.002-1.812 0-2.718-.001-.16-1.29-.313-2.581-.469-3.871zM2.542 6.877c3.313.01 6.626-.026 9.938.019 3.1-.047 6.199-.007 9.299-.019v1.672c-.37.001-.739.001-1.109-.002-.059.737-.694 1.399-1.457 1.356-.737.004-1.321-.646-1.381-1.354-1.543-.008-3.089.037-4.632-.022-2.238.017-4.475.035-6.712.023-.056.731-.686 1.388-1.442 1.352-.74.008-1.339-.638-1.394-1.354H2.541l.001-1.672z"/><path fill="#fff" d="M7.944 8.899h3c-.514 4.244-1.025 8.489-1.538 12.732H4.892c1.016-4.244 2.034-8.488 3.053-12.732zM13.834 8.899h2.999c1.02 4.243 2.036 8.488 3.054 12.732h-4.516L13.834 8.899z"/></symbol><symbol viewBox="0 0 24 24" id="information--overtaking-allowed-heavy-good-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M4.511 0h14.978v2.3L19.422.485a.712.712 0 0 0-.714-.434C14.178.053 9.647.05 5.116.053 4.873.034 4.66.167 4.51.348v-.349zM5.455 7.425c.13-.166.35-.192.545-.185 1.693.004 3.386-.003 5.079.003.34-.026.606.31.572.633-.001 2.483.009 4.967.009 7.451l-.416.002c0 .391-.001.782.003 1.174.433-.009.866.018 1.298-.018a38.195 38.195 0 0 1 0-.677c-.252-.07-.307-.36-.378-.575-.108-.512-.067-1.041-.039-1.56.112-.095.245-.181.294-.328.234-.58.462-1.162.699-1.74 1.428.001 2.855-.001 4.282.001.271.58.539 1.161.812 1.74.065.169.326.197.32.402.02.6.073 1.246-.226 1.793-.039.15-.174.177-.312.175-.003.255-.018.512.005.766l.163.05-.004.215c-4.2.003-8.399 0-12.599.001l-.002-.237.136-.015c-.001-.391-.002-.781.001-1.172-.131-.009-.26-.015-.39-.023.007-2.356.003-4.713.002-7.069.011-.271-.057-.588.145-.806m7.905 4.475c-.198.501-.389 1.005-.587 1.506 1.73-.119 3.47-.121 5.2-.001l-.762-1.505a823.901 823.901 0 0 0-3.851 0m-6.696 3.416c.005.395.01.79.011 1.186h3.624a118.37 118.37 0 0 0-.01-1.193c-1.209.001-2.418-.012-3.625.007m6.689.475a6.297 6.297 0 0 0-.001.727c1.284-.003 2.568-.001 3.852-.001l.001-.726h-3.852zM19.422 22.055l.067.467v1.479H4.511v-.35c.149.181.363.311.606.296 4.5.006 9-.002 13.5.003.208.001.433-.02.596-.165.502-.424.09-1.2.209-1.73z"/><path fill="#0371b3" d="M4.511.349c.15-.181.363-.314.606-.295 4.53-.003 9.061 0 13.592-.002a.712.712 0 0 1 .714.434l.067 1.815v20.221l-.067-.467c-.119.53.293 1.306-.209 1.73-.163.145-.388.166-.596.165-4.5-.005-9.001.003-13.5-.003-.243.015-.457-.115-.606-.296V.35m.943 7.075c-.202.218-.134.535-.145.806.001 2.356.005 4.713-.002 7.069.13.008.259.014.39.023-.003.391-.002.781-.001 1.172a6.278 6.278 0 0 0-.136.015l.002.237c4.2-.001 8.399.002 12.599-.001l.004-.215-.163-.05c-.024-.255-.009-.512-.005-.766.138.002.272-.025.312-.175.299-.547.246-1.193.226-1.793.006-.205-.255-.233-.32-.402-.273-.579-.541-1.161-.812-1.74-1.428-.002-2.855 0-4.282-.001-.237.578-.465 1.161-.699 1.74-.049.147-.182.234-.294.328-.028.519-.069 1.048.039 1.56.071.215.126.505.378.575-.002.226-.002.451 0 .677-.432.037-.865.01-1.298.018-.004-.392-.003-.783-.003-1.174l.416-.002c0-2.484-.01-4.968-.009-7.451.034-.323-.232-.66-.572-.633-1.693-.005-3.386.002-5.079-.003-.195-.007-.415.019-.545.185z"/><path fill="#0371b3" d="M13.359 11.901c1.283-.003 2.567-.003 3.851 0l.762 1.505c-1.73-.12-3.47-.118-5.2.001.198-.501.389-1.005.587-1.506zM6.663 15.317c1.208-.019 2.417-.006 3.625-.007.005.398.008.794.01 1.193H6.674c-.002-.396-.006-.791-.011-1.186zM13.352 15.792h3.852l-.001.726c-1.284 0-2.568-.002-3.852.001a6.297 6.297 0 0 1 .001-.727z"/></symbol><symbol viewBox="0 0 24 24" id="information--park-and-ride--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#108774" d="M2.788 0h18.424v24H2.788V0m1.707 1.462c-.019 3.712-.019 7.423 0 11.135 4.827.002 9.653.048 14.48-.024.065-.065.199-.199.267-.264.07-3.615.024-7.229.024-10.844a2272.74 2272.74 0 0 0-14.771-.002m7.997 14.057v3.629c.8.264.766-.405.761-1.001.383.194.456.589.499.979.31.029.618.034.931.019.075-.65-.856-.8-.749-1.45-.235-.698.863-.55.747-1.212-.684-.167-1.166.155-1.442.761-.09-.749.41-2.092-.747-1.726m-6.257.265c-.696.56.01 1.716-.305 2.398-1.416.989.773 1.661.732.972-.81-1.508.987-1.035 1.149-2.01.228-.768-.613-2.01-1.576-1.36m10.42.252c-.065.063-.196.189-.259.252.119.994-.737 3.605 1.353 2.827.293-.667.749-1.307.528-2.099-.373-.429-.962.08-1.445-.039-.078-.558.628-.538.773-.975a5.198 5.198 0 0 0-.95.034m-8.289.209c-.252.781.364.773.96.754.225.672-.567.388-.953.485l-.007 1.656c.638.032 1.275.032 1.915.005a26.214 26.214 0 0 1-.247-2.892c-.417 0-1.251-.005-1.668-.007m2.429.239c.347.72-.812 3.084.703 2.662.252-.672-.606-2.288.502-2.189.97-.281-.928-1.188-1.205-.473m.037 3.207c-.288.4.39.647.64.373.288-.4-.39-.647-.64-.373m2.654-.046c-.022.305-.044.611-.068.916-.39.085-.875-.036-1.144.33-.095.691-.002 1.389.002 2.082.536.732 2.672.638 1.67-.914-.002-.606-.01-1.818-.012-2.427-.112.005-.337.01-.448.012m-4.827.26c-.754.875-.068 2.313-.288 3.365 1.263.514.121-1.51 1.181-1.205l.048 1.2c.863.444 1.011-.958.257-1.042-.073-.393-.143-.953.407-.97.339-.89-.684-1.833-1.605-1.348m2.379.463c-.029.97-.032 1.939-.007 2.909.749-.356-.044-2.162.242-2.919l-.235.01m3.924.265c-.402.708-.444 1.636.015 2.33.482.288 1.925.829 1.617-.136-.499-.029-1.316-.007-1.217-.735 2.179 1.069 1.171-2.776-.415-1.459z"/><path fill="#108774" d="M6.497 3.728c1.258.128 2.514-.218 3.787.177-.005 1.69-.029 3.375.272 5.033-2.148-1.263-.298 2.024-2.383.747.293-.999-1.367-1.004-1.064 0-.41 0-1.079.192-.943-.461.08-.589-1.101.09-.945-.512.223-1.588.247-3.185.259-4.785.339-.063.681-.116 1.018-.199m-.544.643c-.058 1.045-.012 2.09-.007 3.135 1.285.027 2.57.029 3.857.002.058-1.045.012-2.092.007-3.135a91.84 91.84 0 0 0-3.857-.002zM13.748 4.393c1.341-.027 2.691-.099 4.032-.002.795.919.504 2.267.761 3.367.01.802-.16 2.572-1.404 2.175.235-1.421-1.697-.422-2.419-.708.112.703-.349.846-.95.681-.781-1.685-.783-3.859-.019-5.513m.518.249c-.228.892-1.042 1.559-.572 2.613 1.457.065 2.916.012 4.376.005-.16-.88-.352-1.753-.538-2.628-1.086-.085-2.179-.022-3.265.01zM6.718 16.31c.461-.126.698.844.194.916-.393-.07-.344-.652-.194-.916zM8.856 17.702c.785-.259.812.347.713.96-.785.259-.812-.347-.713-.96zM16.841 17.702c.773-.325 1.004.497.453.928-.475.029-.468-.592-.453-.928zM9.096 20.366c.71-.245.448.548.475.965-.71.245-.448-.548-.475-.965zM12.739 21.096c1.033-.347.681.812.703 1.445-1.033.347-.681-.815-.703-1.445zM15.154 21.096c.417.027 1.21-.235.965.475-.417-.027-1.21.235-.965-.475z"/><path fill="#86c7ba" d="M4.495 1.462c4.924-.012 9.847-.017 14.771.002 0 3.615.046 7.229-.024 10.844-.068.065-.201.199-.267.264-4.827.073-9.653.027-14.48.024-.019-3.712-.019-7.423 0-11.135m2.002 2.267c-.337.082-.679.136-1.018.199-.012 1.6-.036 3.198-.259 4.785-.155.601 1.025-.078.945.512-.136.652.533.461.943.461-.303-1.004 1.358-.999 1.064 0 2.085 1.278.235-2.01 2.383-.747-.301-1.658-.276-3.343-.272-5.033-1.273-.395-2.528-.048-3.787-.177m7.252.665c-.764 1.653-.761 3.828.019 5.513.601.165 1.062.022.95-.681.722.286 2.655-.713 2.419.708 1.244.398 1.413-1.372 1.404-2.175-.257-1.101.034-2.448-.761-3.367-1.341-.097-2.691-.024-4.032.002z"/><path fill="#86c7ba" d="M5.954 4.371a93.573 93.573 0 0 1 3.857.002c.005 1.042.051 2.09-.007 3.135a93.57 93.57 0 0 1-3.857-.002c-.005-1.045-.051-2.09.007-3.135zM14.267 4.642c1.086-.032 2.179-.095 3.265-.01.187.875.378 1.748.538 2.628-1.459.007-2.919.061-4.376-.005-.47-1.055.344-1.721.572-2.613zM12.492 15.52c1.156-.366.657.977.747 1.726.276-.606.759-.928 1.442-.761.116.662-.982.514-.747 1.212-.107.65.824.8.749 1.45a6.57 6.57 0 0 1-.931-.019c-.044-.39-.116-.785-.499-.979.005.596.039 1.265-.761 1.001v-3.629zM6.235 15.784c.962-.65 1.804.592 1.576 1.36-.162.975-1.959.502-1.149 2.01.041.688-2.148.017-.732-.972.315-.681-.39-1.838.305-2.398m.483.526c-.15.264-.199.846.194.916.504-.073.267-1.042-.194-.916zM16.655 16.036c.315-.041.633-.051.95-.034-.145.436-.851.417-.773.975.482.119 1.072-.39 1.445.039.221.793-.235 1.433-.528 2.099-2.09.778-1.234-1.833-1.353-2.827.063-.063.194-.189.259-.252m.186 1.666c-.015.337-.022.958.453.928.55-.432.32-1.253-.453-.928zM8.366 16.245c.417.002 1.251.007 1.668.007.024.967.116 1.932.247 2.892-.64.027-1.278.027-1.915-.005l.007-1.656c.385-.097 1.178.187.953-.485-.596.019-1.212.027-.96-.754m.49 1.458c-.099.613-.073 1.219.713.96.099-.613.073-1.219-.713-.96zM10.795 16.485c.276-.715 2.175.192 1.205.473-1.108-.099-.25 1.518-.502 2.189-1.515.422-.356-1.942-.703-2.662zM10.832 19.692c.25-.274.928-.027.64.373-.25.274-.928.027-.64-.373zM13.486 19.646c.112-.002.337-.007.448-.012.002.608.01 1.821.012 2.427 1.001 1.552-1.135 1.646-1.67.914-.005-.693-.097-1.392-.002-2.082.269-.366.754-.245 1.144-.33.024-.305.046-.611.068-.916m-.747 1.449c.022.63-.33 1.792.703 1.445-.022-.633.33-1.792-.703-1.445zM8.659 19.905c.921-.485 1.944.458 1.605 1.348-.55.017-.48.577-.407.97.754.085.606 1.486-.257 1.042l-.048-1.2c-1.059-.305.082 1.719-1.181 1.205.221-1.052-.465-2.49.288-3.365m.437.461c.027.417-.235 1.21.475.965-.027-.417.235-1.21-.475-.965zM11.038 20.368l.235-.01c-.286.756.507 2.562-.242 2.919-.024-.97-.022-1.939.007-2.909zM14.962 20.633c1.585-1.316 2.594 2.528.415 1.459-.099.727.718.705 1.217.735.308.965-1.135.424-1.617.136-.458-.693-.417-1.622-.015-2.33m.192.463c-.245.71.548.448.965.475.245-.71-.548-.448-.965-.475z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M22.872 23.965c.578 0 1.051-.472 1.051-1.05V1.13c0-.577-.473-1.05-1.051-1.05H1.101C.523.08.05.553.05 1.13v21.785c0 .577.473 1.05 1.051 1.05h21.771z"/><path fill="#287ac8" d="M22.741 23.308a.527.527 0 0 0 .526-.525V1.261a.527.527 0 0 0-.526-.525H1.233a.527.527 0 0 0-.526.525v21.522c0 .289.236.525.526.525h21.508zM9.132 13.996v6.156H6.475V3.85H13a5.094 5.094 0 0 1 0 10.188l-3.867-.043zm3.867-2.745a2.307 2.307 0 0 0 0-4.614H9.132v4.605l3.867.009z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#176c95" d="M.251 0h23.497v24H.251V0M3.06 6.329c.175.334.352.668.53 1.001a2882.67 2882.67 0 0 1 9.199-4.477c3.072 1.483 6.138 2.981 9.204 4.477.177-.332.354-.665.532-.996a2357.893 2357.893 0 0 0-9.734-4.725C9.545 3.176 6.303 4.753 3.06 6.329m4.459.415c-.003 5.04-.001 10.08-.001 15.119l2.771.001c0-2.186-.001-4.373.001-6.558 1.264-.005 2.529.005 3.795-.004 1.437-.02 2.771-.95 3.393-2.228.477-.929.466-2.016.353-3.028-.254-1.764-1.836-3.251-3.635-3.292-2.225-.024-4.451-.004-6.676-.01z"/><path fill="#176c95" d="M10.29 9.257c1.093.004 2.188-.01 3.282.006.501-.008.983.25 1.269.66.325.433.299 1.009.264 1.522-.043.724-.696 1.321-1.414 1.338-1.133.021-2.268.004-3.403.009 0-1.179-.001-2.356.001-3.535z"/><path fill="#fff" d="M3.06 6.329c3.243-1.576 6.485-3.153 9.731-4.72a2077.27 2077.27 0 0 1 9.734 4.725c-.177.332-.354.665-.532.996-3.066-1.497-6.132-2.994-9.204-4.477A3114.022 3114.022 0 0 0 3.59 7.33a106.83 106.83 0 0 1-.53-1.001z"/><path fill="#fff" d="M7.519 6.744c2.225.006 4.451-.014 6.676.01 1.799.041 3.381 1.528 3.635 3.292.113 1.013.124 2.1-.353 3.028-.622 1.278-1.955 2.208-3.393 2.228-1.265.009-2.531-.001-3.795.004-.003 2.185-.001 4.372-.001 6.558l-2.771-.001c0-5.039-.001-10.079.001-15.119m2.772 2.513c-.003 1.179-.001 2.356-.001 3.535 1.135-.005 2.269.013 3.403-.009.717-.018 1.371-.614 1.414-1.338.035-.513.062-1.088-.264-1.522a1.543 1.543 0 0 0-1.269-.66c-1.094-.016-2.189-.003-3.282-.006z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M12.544.023C5.909-.278.325 4.821.023 11.456s4.798 12.219 11.433 12.521c6.635.301 12.219-4.798 12.521-11.433S19.179.325 12.544.023z"/><path fill="#fff" d="M12.44 2.305c-5.355-.243-9.893 3.9-10.136 9.255-.243 5.355 3.9 9.893 9.255 10.136 5.355.243 9.893-3.9 10.136-9.255.243-5.355-3.9-9.893-9.255-10.136z"/><path d="M7.365 19.125V5.314h10.05v2.754h-7.337v2.261h4.152v2.754h-4.152v3.288H17.6v2.754H7.365z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.371 0h1.183c2.672.148 5.299 1.16 7.312 2.938 2.471 2.119 3.977 5.279 4.134 8.525v1.049c-.142 2.885-1.326 5.712-3.342 7.788-2.093 2.201-5.04 3.532-8.069 3.701h-1.147c-2.982-.156-5.892-1.439-7.981-3.577C1.389 18.353.162 15.499 0 12.581v-1.11C.144 8.478 1.423 5.55 3.575 3.456 5.633 1.39 8.47.181 11.371.001m.053 2.418a9.584 9.584 0 0 0-9.019 9.34 9.554 9.554 0 0 0 1.818 5.862 9.63 9.63 0 0 0 5.755 3.764 9.607 9.607 0 0 0 6.216-.752c2.224-1.079 4.002-3.046 4.834-5.375A9.605 9.605 0 0 0 17.56 4.17a9.6 9.6 0 0 0-6.136-1.751z"/><path fill="#fff" d="M11.424 2.419A9.602 9.602 0 0 1 17.56 4.17a9.605 9.605 0 0 1 3.468 11.088c-.832 2.329-2.61 4.296-4.834 5.375a9.601 9.601 0 0 1-6.216.752 9.626 9.626 0 0 1-5.755-3.764 9.554 9.554 0 0 1-1.818-5.862 9.584 9.584 0 0 1 9.019-9.34M8.641 4.72c-.002 4.85-.002 9.702 0 14.552.8 0 1.601-.002 2.401.002.023-1.969.002-3.938.011-5.906 1.313-.06 2.684.176 3.946-.286 1.259-.484 2.238-1.596 2.593-2.893a4.27 4.27 0 0 0-.748-3.764c-.575-.74-1.404-1.26-2.297-1.526-.589-.178-1.211-.168-1.819-.178L8.641 4.72m10.252 6.32c.191.218.376.443.584.646-.64-.012-1.278-.004-1.918-.006v.641c.632-.001 1.264.004 1.896-.004-.191.211-.377.426-.56.643h.904c.323-.318.638-.642.964-.958-.323-.322-.641-.648-.971-.964l-.899.001z"/><path fill="#fff" d="M11.053 6.929c1.21.077 2.566-.256 3.64.462 1.09.718 1.135 2.524.056 3.272-1.075.767-2.468.403-3.697.488l.001-4.223z"/><path d="M8.641 4.72l4.087.001c.608.01 1.23 0 1.819.178.893.266 1.722.786 2.297 1.526a4.274 4.274 0 0 1 .748 3.764c-.355 1.297-1.334 2.41-2.593 2.893-1.261.462-2.633.226-3.946.286-.008 1.968.012 3.937-.011 5.906-.8-.005-1.601-.002-2.401-.002-.002-4.85-.002-9.702 0-14.552m2.412 2.209l-.001 4.223c1.229-.085 2.622.278 3.697-.488 1.079-.749 1.033-2.555-.056-3.272-1.074-.718-2.43-.385-3.64-.462zM18.893 11.04l.899-.001c.33.316.648.642.971.964-.325.316-.641.64-.964.958h-.904c.184-.217.37-.432.56-.643-.632.007-1.264.002-1.896.004v-.641c.64.002 1.278-.006 1.918.006-.209-.203-.394-.427-.584-.646z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M3.938 0h16.125v24H3.938V0m4.425 1.994l-.001 13.662h2.258v-3.943c1.181-.003 2.362.002 3.542-.002.803-.064 1.468-.647 1.868-1.313.72-1.135.893-2.512.862-3.83-.029-.85-.012-1.746-.4-2.527a3.873 3.873 0 0 0-1.747-1.822c-.351-.185-.757-.227-1.147-.227-1.746.002-3.491 0-5.236.001m4.139 16.476c.031.559.166 1.107.176 1.668-1.812.004-3.623 0-5.436.002v1.623c1.813.005 3.626-.008 5.439.007-.022.562-.15 1.112-.18 1.672.026.232.325.287.482.146 1.456-.883 2.917-1.759 4.375-2.638-1.483-.883-2.949-1.793-4.438-2.665-.154-.112-.411-.012-.419.187z"/><path fill="#03408b" d="M10.623 4.437c.926.007 1.853-.012 2.779.027.622-.007 1.168.546 1.234 1.148.1.721.114 1.455.053 2.181-.073.543-.298 1.138-.811 1.407-.2.127-.444.112-.671.126-.861.021-1.722.027-2.584.03V4.437z"/><path fill="#fff" d="M8.363 1.994c1.745-.001 3.49.001 5.236-.001.39 0 .796.042 1.147.227a3.883 3.883 0 0 1 1.747 1.822c.388.781.371 1.676.4 2.527.032 1.318-.142 2.694-.862 3.83-.4.667-1.066 1.25-1.868 1.313-1.18.004-2.361-.001-3.542.002v3.943H8.363l.001-13.662m2.259 2.442v4.919c.862-.003 1.723-.009 2.584-.03.227-.013.472.001.671-.126.513-.269.738-.864.811-1.407a9.88 9.88 0 0 0-.053-2.181c-.066-.603-.612-1.156-1.234-1.148-.925-.039-1.852-.02-2.779-.027zM12.501 18.469c.008-.199.265-.299.419-.187 1.489.872 2.955 1.782 4.438 2.665-1.459.879-2.919 1.755-4.375 2.638-.157.141-.456.085-.482-.146.03-.56.158-1.11.18-1.672-1.813-.014-3.626-.002-5.439-.007v-1.623c1.812-.002 3.623.002 5.436-.002-.01-.561-.145-1.109-.176-1.668z"/></symbol><symbol viewBox="0 0 24 24" id="information--passenger-loading-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M5 2.239C7.605.347 10.999-.388 14.16.197c2.777.481 5.35 2.006 7.129 4.188C22.958 6.408 23.907 8.992 24 11.61v.766c-.098 2.989-1.337 5.929-3.45 8.052-2.084 2.14-4.993 3.407-7.968 3.572h-1.135c-2.932-.154-5.801-1.378-7.883-3.457C1.364 18.394.071 15.369 0 12.297v-.583C.065 8.004 1.964 4.38 5 2.24m5.62.142c-3.044.407-5.82 2.364-7.225 5.093-1.154 2.177-1.414 4.8-.745 7.168a9.666 9.666 0 0 0 3.439 5.071 9.646 9.646 0 0 0 5.178 1.969 9.69 9.69 0 0 0 6.371-1.77 9.66 9.66 0 0 0 3.683-5.171c.695-2.362.461-4.988-.67-7.178a9.706 9.706 0 0 0-4.044-4.127 9.831 9.831 0 0 0-5.987-1.055z"/><path fill="#fff" d="M10.62 2.382a9.831 9.831 0 0 1 5.987 1.055 9.706 9.706 0 0 1 4.044 4.127c1.13 2.19 1.364 4.817.67 7.178a9.664 9.664 0 0 1-3.683 5.171 9.69 9.69 0 0 1-6.371 1.77 9.646 9.646 0 0 1-5.178-1.969 9.67 9.67 0 0 1-3.439-5.071c-.668-2.368-.409-4.991.745-7.168C4.8 4.746 7.576 2.789 10.62 2.382M4.29 6.827c-.109.312-.056.652-.068.976-.014 2.226.041 4.454.005 6.679-.274.354-.192.815-.174 1.229.211.212.515.292.786.398.035.554-.085 1.134.066 1.673.33.043.666.044.995-.001.161-.529 0-1.102.104-1.644.079.548-.001 1.105.071 1.655.334.013.67.042 1.002-.006.217-.45.032-1.009.102-1.499.301.095.553.298.857.388.565.181 1.184.181 1.762.055.378-.073.685-.318 1.043-.444.049.496-.073 1.014.076 1.494.335.04.684.065 1.014-.016.12-.533-.007-1.087.084-1.624.083.546.002 1.1.071 1.649.346-.017.756.116 1.062-.066.085-.532.017-1.078.037-1.614.271-.107.57-.188.785-.397.022-.413.094-.863-.174-1.217-.04-2.434.029-4.871.001-7.307.025-.624-.622-1.049-1.198-1.003-2.399-.001-4.799-.002-7.198.001-.448-.017-.935.208-1.11.641m11.248 5.587c-.208.194-.11.606.18.662.383.174.7-.412.416-.678-.152-.178-.444-.143-.596.016m3.324.197c-.215.084-.392.362-.252.58.134.28.588.324.733.03.203-.295-.14-.754-.481-.61m-3.389 1.793c-.287.166-.571.336-.854.506l.097.246.994-.415.269-.485.34.838c-.3.456-.649.902-.736 1.459-.066.408-.326.816-.232 1.228l.35.001c.24-.689.418-1.421.89-1.996.241.613.456 1.236.706 1.846.052.254.528.128.428-.109-.204-.686-.45-1.36-.662-2.042.385-.468.002-1.05-.143-1.535l.416.116.109 1.091.251-.001v-1.387c-.452-.214-.896-.45-1.369-.617-.676.019-.691.772-.854 1.256m3.258-.858c-.337.28-.4.731-.596 1.098-.116.218-.24.433-.343.658l.203-.001c.31-.263.468-.655.671-.998.044.587-.293 1.07-.565 1.556.079.012.239.038.318.052-.14.404-.361.803-.329 1.246.013.232-.067.509.143.679.34-.053.257-.433.288-.68-.005-.425.212-.802.355-1.189l-.023.935c.326.272.574.683 1.01.788.068-.404-.317-.646-.529-.931l.073-.725h.528a87.406 87.406 0 0 0-.356-1.096c.146-.122.402-.188.394-.421-.12-.384-.3-.772-.656-.989-.196.01-.39.016-.584.019z"/><path fill="#fff" d="M5.316 7.226c.172-.091.376-.056.563-.068 2.159.006 4.318-.001 6.476.004.295-.038.622.179.601.498.016.889.007 1.778.005 2.668.036.283-.175.587-.478.572-2.284.011-4.568.001-6.852.005-.277.038-.571-.169-.568-.461-.019-.887-.002-1.775-.007-2.663-.012-.212.047-.456.259-.554z"/><path d="M4.29 6.827c.175-.433.662-.658 1.11-.641 2.399-.004 4.799-.002 7.198-.001.576-.046 1.223.379 1.198 1.003.028 2.436-.041 4.873-.001 7.307.268.354.196.804.174 1.217-.215.209-.514.29-.785.397-.02.536.048 1.082-.037 1.614-.306.182-.716.049-1.062.066-.068-.548.012-1.103-.071-1.649-.091.536.036 1.091-.084 1.624-.33.08-.679.055-1.014.016-.149-.48-.026-.998-.076-1.494-.358.126-.665.371-1.043.444-.577.126-1.196.126-1.762-.055-.304-.09-.556-.293-.857-.388-.07.49.115 1.049-.102 1.499-.332.048-.668.019-1.002.006-.072-.55.008-1.106-.071-1.655-.104.542.056 1.115-.104 1.644a3.725 3.725 0 0 1-.995.001c-.151-.539-.031-1.118-.066-1.673-.271-.107-.575-.186-.786-.398-.018-.414-.1-.875.174-1.229.036-2.225-.019-4.453-.005-6.679.012-.324-.041-.664.068-.976m1.027.399c-.212.098-.271.342-.259.554.005.888-.012 1.776.007 2.663-.004.292.29.499.568.461 2.284-.004 4.568.006 6.852-.005.302.014.514-.289.478-.572.002-.889.011-1.778-.005-2.668.02-.319-.306-.536-.601-.498-2.159-.005-4.318.002-6.476-.004-.187.012-.391-.023-.563.068zM15.539 12.414c.152-.158.444-.193.596-.016.283.266-.034.852-.416.678-.29-.056-.388-.468-.18-.662zM18.863 12.611c.341-.144.684.314.481.61-.145.294-.599.25-.733-.03-.14-.217.037-.496.252-.58zM15.474 14.404c.163-.485.179-1.237.854-1.256.473.167.917.403 1.369.617v1.387l-.251.001-.109-1.091-.416-.116c.145.485.528 1.067.143 1.535.212.683.458 1.356.662 2.042.1.238-.377.364-.428.109-.25-.61-.464-1.232-.706-1.846-.473.575-.65 1.307-.89 1.996l-.35-.001c-.095-.412.166-.82.232-1.228.086-.557.436-1.003.736-1.459l-.34-.838-.269.485-.994.415-.097-.246c.283-.17.568-.341.854-.506zM18.732 13.546c.194-.004.389-.01.584-.019.356.217.536.605.656.989.008.233-.247.299-.394.421.121.365.24.73.356 1.096h-.528l-.073.725c.212.286.598.527.529.931-.437-.106-.684-.516-1.01-.788l.023-.935c-.143.388-.36.764-.355 1.189-.031.247.052.628-.288.68-.21-.17-.13-.448-.143-.679-.032-.443.188-.841.329-1.246l-.318-.052c.272-.486.61-.97.565-1.556-.203.343-.361.736-.671.998l-.203.001c.103-.224.227-.439.343-.658.197-.367.259-.818.596-1.098z"/></symbol><symbol viewBox="0 0 24 24" id="information--pedestrians-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#00a0dc" d="M1.266 1.336c.104-.209.322-.314.506-.439C8.586.902 15.403.919 22.214.889c.324-.007.623.214.754.503.085.286.047.589.055.884-.007 6.568.008 13.135-.006 19.703.013.468-.49.808-.929.762-6.644.016-13.289.001-19.933.007-.421.047-.87-.212-.971-.638-.076-.362-.04-.736-.047-1.103 0-6.163.001-12.325-.001-18.487.011-.395-.05-.816.13-1.183M11.9 3.122C8.631 8.835 5.29 14.508 2.035 20.227c6.714.004 13.428.012 20.142-.016-3.318-5.734-6.631-11.471-9.949-17.203-.072-.25-.271-.018-.328.114z"/><path fill="#fff" d="M11.9 3.122c.056-.132.256-.364.328-.114 3.318 5.732 6.631 11.47 9.949 17.203-6.714.028-13.428.019-20.142.016C5.291 14.508 8.631 8.835 11.9 3.122m-1.16 2.792c-.073.342-.107.721-.397.959l.276.186-.019.418c.294.038.293.416.592.454-1.049.538-.988 2.011-2.006 2.569-.253.197-.604.342-.654.698-.307.133-.739.294-.684.708.12.096.246.222.418.185.306.011.426-.318.57-.528.077.002.23.008.307.012.625-.349 1.019-1.008 1.69-1.28.074.77.247 1.531.299 2.304-.082.347-.33.628-.485.944l-.175.391c-.31.683-.568 1.388-.844 2.086l-.248.01c.13.407-.061.784-.235 1.141a9.336 9.336 0 0 0-.211.565c-.394.059-.792.06-1.188.06l-.023.23.425.238.24.138.244.101.422.01.029.228c.223.025.445.053.668.077.058-.216.119-.431.178-.647l.394.014c.134-.625.401-1.21.592-1.817.182-.01.365-.017.547-.022l.016-.318-.4-.002c.272-.809.67-1.597 1.272-2.21.523.677.738 1.528 1.242 2.218.005.073.012.22.016.293l.218.054c.385.478.656 1.038 1.051 1.51-.042.42-.295.766-.635 1.001.296.095.606.103.914.11.206-.128.332-.332.419-.554.115-.065.232-.127.349-.188a1.785 1.785 0 0 0-.286-.888l.266-.214a7.8 7.8 0 0 0 .014-.152c-.157-.21-.312-.421-.49-.614.234.019.264-.164.275-.352-.188-.01-.377-.02-.564-.035-.204-.376-.466-.716-.649-1.104l-.126-.252a6.45 6.45 0 0 1-.516-1.625c.072-.679-.304-1.285-.451-1.931-.23-.548-.128-1.144-.097-1.716.37.062.616.346.8.648-.007.433-.008.865 0 1.298.286.235.112.635.134.948.22.089.088.353.136.52.338-.034.504-.352.546-.654.059-.818.071-1.644.016-2.462-.258-.511-.734-.869-1.136-1.262-.37-.277-.703-.69-1.201-.704a11.754 11.754 0 0 0-.398-.14l-.126-.234c-.03-.312.082-.601.23-.868l-.316-.202a46.209 46.209 0 0 1-.065-.323c-.392-.018-.786-.017-1.178-.025M7.96 16.032l.014.313c.202 0 .404.004.606.014.048-.102.086-.209.116-.318-.246-.007-.491-.008-.737-.01m4.196.003l.07.382.106-.133c.175.049.356.066.539.071l.012-.319a87.846 87.846 0 0 0-.726 0m4.216-.002c-.084.468.478.288.737.245l-.032-.246-.704.001m-9.797 3.37l-.016.338c.265.001.53 0 .796-.002-.002-.112-.005-.224-.006-.337a66.565 66.565 0 0 0-.774.001m1.53-.004l-.008.343c.248-.001.498 0 .746.001l-.011-.346-.727.001m1.531-.001l-.008.346.746-.002-.006-.34c-.245-.001-.488-.001-.732-.004m1.486.003l-.006.342c.272-.001.544-.004.815-.025l-.104-.319-.704.002m1.53-.003l-.002.344h.743l-.007-.344h-.733m3.019.001c-.001.114-.002.228-.005.343.247-.002.496-.002.743-.001l-.008-.346c-.244.002-.486.004-.73.004m1.528-.002c-.002.115-.005.229-.006.344l.754-.002c-.005-.114-.01-.227-.013-.341-.245.001-.49.001-.734-.001m-3.103.333c.272.008.546.011.82.011l-.005-.34c-.322.026-.805-.161-.815.329z"/><path d="M10.74 5.914c.392.008.786.007 1.178.025l.065.323.316.202c-.149.266-.26.556-.23.868l.126.234c.133.044.266.091.398.14.498.014.832.427 1.201.704.402.394.878.751 1.136 1.262.055.818.043 1.644-.016 2.462-.042.302-.208.62-.546.654-.048-.167.084-.431-.136-.52-.023-.313.151-.713-.134-.948a37.443 37.443 0 0 1 0-1.298c-.185-.302-.431-.586-.8-.648-.031.572-.133 1.168.097 1.716.148.646.523 1.252.451 1.931a6.45 6.45 0 0 0 .516 1.625l.126.252c.184.388.445.728.649 1.104.187.014.376.025.564.035-.011.187-.041.371-.275.352.178.193.332.404.49.614a7.8 7.8 0 0 0-.014.152l-.266.214c.166.27.277.569.286.888a12.89 12.89 0 0 0-.349.188c-.086.222-.212.426-.419.554-.308-.007-.618-.016-.914-.11.34-.235.593-.581.635-1.001-.395-.472-.666-1.032-1.051-1.51l-.218-.054c-.004-.073-.011-.22-.016-.293-.504-.69-.719-1.541-1.242-2.218-.602.613-1 1.402-1.272 2.21l.4.002-.016.318c-.182.005-.365.012-.547.022-.191.607-.457 1.192-.592 1.817l-.394-.014c-.059.216-.12.431-.178.647-.223-.024-.445-.052-.668-.077l-.029-.228a58.036 58.036 0 0 1-.422-.01l-.244-.101-.24-.138-.425-.238.023-.23c.396 0 .794-.001 1.188-.06.065-.191.134-.379.211-.565.174-.358.365-.734.235-1.141l.248-.01c.276-.697.534-1.403.844-2.086.059-.131.118-.26.175-.391.155-.317.403-.598.485-.944-.052-.773-.224-1.534-.299-2.304-.671.272-1.064.931-1.69 1.28-.077-.004-.23-.01-.307-.012-.144.21-.264.539-.57.528-.172.037-.298-.089-.418-.185-.055-.414.377-.575.684-.708.05-.356.401-.502.654-.698 1.019-.558.958-2.032 2.006-2.569-.299-.037-.298-.415-.592-.454l.019-.418-.276-.186c.29-.238.324-.617.397-.959z"/><path d="M7.96 16.032c.246.001.491.002.737.01-.03.109-.068.216-.116.318a11.14 11.14 0 0 0-.606-.014l-.014-.313zM12.155 16.034h.726l-.012.319a2.22 2.22 0 0 1-.539-.071l-.106.133a43.196 43.196 0 0 1-.07-.382zM16.372 16.033l.704-.001.032.246c-.259.043-.821.223-.737-.245zM6.576 19.403c.258-.002.516-.002.774-.001.001.113.004.226.006.337-.265.002-.53.004-.796.002l.016-.338zM8.106 19.399l.727-.001.011.346a92.753 92.753 0 0 0-.746-.001l.008-.343zM9.637 19.397l.732.004.006.34-.746.002c.004-.115.006-.23.008-.346zM11.123 19.4l.704-.002.104.319c-.271.022-.542.024-.815.025l.006-.342zM12.654 19.397h.733l.007.344a92.009 92.009 0 0 0-.743 0l.002-.344zM15.674 19.398c.244 0 .486-.001.73-.004l.008.346a61.34 61.34 0 0 0-.743.001l.005-.343zM17.202 19.396c.245.002.49.002.734.001l.013.341-.754.002c.001-.115.004-.229.006-.344zM14.1 19.729c.01-.49.493-.302.815-.329l.005.34c-.274 0-.547-.002-.82-.011z"/></symbol><symbol viewBox="0 0 24 24" id="information--pedestrians-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M11.953 0h.062c.517.015.957.353 1.196.797 3.02 5.148 6.033 10.3 9.052 15.448.289.499.435 1.075.427 1.651-.009 1.634.007 3.269-.008 4.903.011.599-.476 1.097-1.047 1.201H2.418A1.25 1.25 0 0 1 1.3 22.849v-5.258c.051-.474.186-.943.43-1.355C4.75 11.086 7.763 5.933 10.784.783 11.019.35 11.45.024 11.953 0m-.205.562c-.297.113-.469.398-.627.656C8.12 6.352 5.12 11.487 2.117 16.62c-.214.35-.312.76-.299 1.169.006 1.673-.006 3.345.006 5.017-.005.395.381.715.767.669 6.304-.006 12.609.003 18.913-.004.392.005.703-.383.664-.764v-5.014a2.11 2.11 0 0 0-.328-1.126c-3.019-5.153-6.025-10.314-9.046-15.466-.195-.369-.606-.71-1.046-.539z"/><path fill="#0066b3" d="M11.331 1.932c.192-.328.359-.686.666-.927.136.131.274.264.368.429 3.012 5.154 6.026 10.305 9.036 15.46.169.27.238.588.227.905-.009 1.662.013 3.324-.01 4.985.01.214-.291.126-.422.152-6.273-.013-12.547.013-18.82-.013-.037-1.676-.002-3.354-.018-5.03-.012-.346.038-.701.227-.998 2.914-4.988 5.831-9.975 8.746-14.963m.156 2.377c.003.152.003.304.004.456-.261.106-.522.213-.779.328.172.255.472.36.722.516l-.054 1.069c-.592.323-1.364.46-1.702 1.107-.423.684-1.071 1.283-1.179 2.114-.119.631-.241 1.261-.321 1.897l.19.164c.015.251-.026.533.128.751.104.159.346.212.495.082.202-.145.126-.419.135-.63.351-.659.198-1.474.488-2.155.27-.353.567-.684.837-1.037-.128 1.147-.279 2.291-.4 3.438-.047.196.115.33.225.464-.833 2.033-1.665 4.065-2.5 6.097-.047.152-.17.334-.028.476.416.263.88.444 1.312.681.234.106.483.311.749.173-.103-.289-.289-.536-.425-.808-.044-.2.08-.388.146-.569.688-1.503 1.336-3.025 2.068-4.507.488.575.928 1.19 1.389 1.787.124.157.224.333.289.524.332.931.673 1.859 1.001 2.792.068.157.102.348.246.457.496-.023.974-.176 1.464-.248.271-.063.695-.04.665-.43-.291-.102-.594-.168-.88-.284-.198-.12-.257-.362-.329-.566-.271-.887-.555-1.77-.826-2.657-.101-.365-.311-.682-.503-1.003-.404-.669-.801-1.343-1.197-2.017-.11-.207-.265-.42-.217-.668.066-.681.181-1.356.293-2.03.757.481 1.442 1.063 2.192 1.554l.216-.122c.137.106.27.219.421.305.315.125.579-.306.417-.566-.07-.179-.274-.215-.429-.285l-.059-.207c-.559-.409-1.121-.813-1.682-1.219-.089-.07-.191-.137-.236-.246-.271-.586-.462-1.207-.753-1.785-.187-.364-.648-.524-.75-.937.167-.074.341-.137.493-.239.172-.323.24-.689.357-1.033.206-.07.437-.107.588-.28a18.292 18.292 0 0 0-.697-.323l-.025-.39c-.24-.098-.48-.217-.743-.238-.292-.011-.558.127-.816.247M5.821 16.235l-.114.066a5.451 5.451 0 0 0-.365 1.009c.032.227.3.143.455.166.595-.014 1.191.018 1.785-.015.243-.256.294-.653.429-.975.101-.156-.069-.282-.213-.261-.659-.004-1.32-.023-1.977.01m9.808-.001l-.152.061c-.001.357.203.693.322 1.028.064.221.33.133.499.153.858-.018 1.719.021 2.576-.017l.106-.086c-.094-.384-.171-.814-.412-1.131a47.21 47.21 0 0 0-2.939-.008M3.724 20.821c-.186.334-.31.703-.409 1.072.048.176.24.121.377.135 5.502-.001 11.004-.004 16.507.002.156-.025.389.05.476-.127a5.696 5.696 0 0 0-.368-1.012c-.059-.165-.269-.101-.401-.12-5.234.004-10.468.005-15.702-.001-.158.015-.336-.029-.48.051z"/><path fill="#fff" d="M11.748.562c.44-.171.851.17 1.046.539 3.021 5.152 6.027 10.313 9.046 15.466.207.338.334.727.328 1.126v5.014c.039.381-.272.769-.664.764-6.304.007-12.609-.002-18.913.004-.386.046-.772-.274-.767-.669-.012-1.672 0-3.344-.006-5.017a2.113 2.113 0 0 1 .299-1.169C5.12 11.487 8.12 6.352 11.121 1.218c.158-.258.33-.543.627-.656m-.417 1.37C8.416 6.92 5.499 11.907 2.585 16.895c-.189.297-.239.652-.227.998.016 1.676-.019 3.354.018 5.03 6.273.026 12.547 0 18.82.013.131-.026.432.062.422-.152.023-1.661.001-3.323.01-4.985a1.595 1.595 0 0 0-.227-.905c-3.01-5.155-6.024-10.306-9.036-15.46-.094-.165-.232-.298-.368-.429-.307.241-.474.599-.666.927z"/><path fill="#fff" d="M11.487 4.309c.258-.12.524-.258.816-.247.263.021.503.14.743.238l.025.39c.235.101.466.212.697.323-.151.173-.382.21-.588.28-.117.344-.185.71-.357 1.033-.152.102-.326.165-.493.239.102.413.563.573.75.937.291.578.482 1.199.753 1.785.045.109.147.176.236.246.561.406 1.123.81 1.682 1.219l.059.207c.155.07.359.106.429.285.162.26-.102.691-.417.566-.151-.086-.284-.199-.421-.305l-.216.122c-.75-.491-1.435-1.073-2.192-1.554-.112.674-.227 1.349-.293 2.03-.048.248.107.461.217.668.396.674.793 1.348 1.197 2.017.192.321.402.638.503 1.003.271.887.555 1.77.826 2.657.072.204.131.446.329.566.286.116.589.182.88.284.03.39-.394.367-.665.43-.49.072-.968.225-1.464.248-.144-.109-.178-.3-.246-.457-.328-.933-.669-1.861-1.001-2.792a1.766 1.766 0 0 0-.289-.524c-.461-.597-.901-1.212-1.389-1.787-.732 1.482-1.38 3.004-2.068 4.507-.066.181-.19.369-.146.569.136.272.322.519.425.808-.266.138-.515-.067-.749-.173-.432-.237-.896-.418-1.312-.681-.142-.142-.019-.324.028-.476.835-2.032 1.667-4.064 2.5-6.097-.11-.134-.272-.268-.225-.464.121-1.147.272-2.291.4-3.438-.27.353-.567.684-.837 1.037-.29.681-.137 1.496-.488 2.155-.009.211.067.485-.135.63-.149.13-.391.077-.495-.082-.154-.218-.113-.5-.128-.751l-.19-.164c.08-.636.202-1.266.321-1.897.108-.831.756-1.43 1.179-2.114.338-.647 1.11-.784 1.702-1.107l.054-1.069c-.25-.156-.55-.261-.722-.516.257-.115.518-.222.779-.328-.001-.152-.001-.304-.004-.456z"/><path fill="#fff" d="M5.821 16.235c.657-.033 1.318-.014 1.977-.01.144-.021.314.105.213.261-.135.322-.186.719-.429.975-.594.033-1.19.001-1.785.015-.155-.023-.423.061-.455-.166.091-.346.208-.688.365-1.009l.114-.066zM15.629 16.234a47.21 47.21 0 0 1 2.939.008c.241.317.318.747.412 1.131l-.106.086c-.857.038-1.718-.001-2.576.017-.169-.02-.435.068-.499-.153-.119-.335-.323-.671-.322-1.028l.152-.061zM3.724 20.821c.144-.08.322-.036.48-.051 5.234.006 10.468.005 15.702.001.132.019.342-.045.401.12.153.325.279.664.368 1.012-.087.177-.32.102-.476.127-5.503-.006-11.005-.003-16.507-.002-.137-.014-.329.041-.377-.135.099-.369.223-.738.409-1.072z"/></symbol><symbol viewBox="0 0 24 24" id="information--road-bump--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M0 0h23.959L24 .044v23.699c-.16.011-.237.096-.232.257H0V0m11.781 2.947C8.327 8.942 4.863 14.93 1.407 20.922h20.755C18.7 14.931 15.247 8.937 11.781 2.947z"/><path fill="#fff" d="M23.959 0H24v.044L23.959 0zM11.781 2.947c3.465 5.989 6.919 11.984 10.381 17.975H1.407c3.456-5.992 6.92-11.98 10.374-17.975M9.463 16.573c-.655.438-1.002 1.209-1.701 1.594-1.113.679-2.467.347-3.698.426v1.16h15.467c0-.388.007-.774.011-1.16-1.233-.062-2.587.266-3.705-.409-.703-.384-1.048-1.159-1.701-1.602-1.338-1.014-3.328-1.013-4.672-.009zM23.768 24c-.005-.161.073-.247.232-.257V24h-.232z"/><path fill="#120c0e" d="M9.463 16.573c1.344-1.004 3.334-1.005 4.672.009.653.443.998 1.218 1.701 1.602 1.118.675 2.473.347 3.705.409-.004.386-.011.773-.011 1.16H4.063v-1.16c1.23-.079 2.585.253 3.698-.426.699-.385 1.046-1.156 1.701-1.594z"/></symbol><symbol viewBox="0 0 24 24" id="information--stop-line--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 .066h24v.812c-.198-.299-.462-.587-.824-.67-.509-.109-1.033-.055-1.547-.065-6.769.003-13.538 0-20.305 0A1.545 1.545 0 0 0 0 .746v-.68zM1.385 4.35l21.537-.001c.003 1.758 0 3.516.001 5.273l-21.538.001V4.35zM20.498 14.716c.094-.255.166-.729.549-.63.293.086.117.423.125.637.51.091 1.271-.243 1.606.274.062.77.059 1.555 0 2.325-.284.501-.994.189-1.461.274.162.406.351.802.566 1.182.278-.293.518-.622.812-.901.206-.067.4.125.327.33-.223.384-.555.688-.852 1.013.293.413.687.738.982 1.147-.008.225-.125.345-.352.357-.641-.51-1.079-1.226-1.473-1.933-.015.611.045 1.23-.067 1.836-.033.253-.345.266-.543.282-.306-.013-.76.098-.893-.274.112-.394.609-.183.91-.244.042-.931.018-1.863.017-2.794-.447-.009-.898.032-1.341-.029-.305-.12-.27-.485-.273-.75.02-.601-.037-1.207.034-1.804.237-.487.897-.228 1.327-.297m-.807.483c-.001.237-.003.476-.003.715.847.003 1.695.003 2.541 0a58.285 58.285 0 0 0-.016-.724c-.841.011-1.683-.003-2.523.009m-.002 1.196l.001.74c.847.004 1.692.004 2.538 0-.02-.24.053-.513-.053-.732-.828-.034-1.658-.007-2.487-.008zM4.886 14.728c.03-.243.017-.688.388-.63.295.058.227.414.284.63.657.011 1.313-.012 1.97.005.179-.025.303.109.427.212l-.167.278c-1.742.022-3.484-.013-5.225.018-.124.434-.353.844-.394 1.299-.025 1.41.029 2.823-.021 4.233.015.328-.56.32-.539-.009-.037-1.162 0-2.325-.016-3.487-.177.285-.336.585-.558.839-.39.051-.385-.487-.173-.692.653-.91 1.031-1.967 1.348-3.03.212-.394.641-.011.535.335.715 0 1.428.001 2.142-.001z"/><path fill="#fff" d="M17.337 14.342c.12-.251.571-.033.439.21-.2.512-.51.973-.766 1.458l.345.564c.316-.469.574-.976.895-1.44.108-.281.58-.016.425.215-.368.737-.852 1.411-1.298 2.103l1.093-.065c-.075-.305-.193-.603-.216-.918.05-.204.375-.237.44-.028.22.53.313 1.1.458 1.652.426.007.855-.026 1.278.036.189.149.215.421.1.624-.335.744-.874 1.416-1.556 1.869-.252.153-.568-.244-.287-.415.563-.456 1.102-.967 1.411-1.636-.423-.049-1.007.153-1.218-.342a19.034 19.034 0 0 1-.344-.352c-.232.011-.464.021-.696.034-.02.952.025 1.905-.018 2.856.015.332-.555.332-.538.001-.042-.936-.001-1.876-.017-2.814-.363.015-.727.034-1.089.057l-.061-.274c.021-.298.411-.2.612-.269.105-.138.208-.28.313-.419-.276-.526-.711-.982-.876-1.556.034-.402.435-.276.564-.008.204-.381.373-.781.608-1.143zM12 14.407c.177-.102.443-.05.475.174.053.543.007 1.089.022 1.634.782.02 1.568-.034 2.349.022.241.02.284.413.04.477-.795.055-1.596-.009-2.393.03.009 1.139-.001 2.279.007 3.417.87.02 1.742-.03 2.61.021.332.022.258.578-.075.51-1.89.017-3.781-.005-5.67.009-.223-.007-.455.017-.669-.063-.137-.165-.058-.444.162-.46.272-.029.546-.017.819-.021a633.27 633.27 0 0 0 0-4.135c.015-.2-.038-.5.218-.574.204-.042.381.102.363.314.022 1.465-.003 2.933.011 4.399.542.003 1.084.003 1.626 0 .005-1.733.004-3.465 0-5.198.015-.186-.025-.404.108-.556zM3.327 15.673c.997-.092 2.004-.008 3.004-.041.313.028.749-.091.939.239.107.323.08.683.025 1.014-.094.294-.443.286-.694.284-1.054-.016-2.109.016-3.162-.015-.31-.001-.43-.34-.404-.601.005-.301-.067-.749.291-.88m.298.406c-.001.218-.003.435-.003.654 1.038.003 2.077.003 3.115 0l-.003-.654a201.376 201.376 0 0 0-3.109 0zM2.486 18.525c.004-.338-.067-.91.407-.947 1.36-.045 2.722.001 4.084-.021.286.018.688-.062.848.248.098.359.063.741.04 1.108-.013.272-.43.34-.541.091-.053-.319-.032-.645-.046-.967-1.403.017-2.806-.003-4.209.011-.067.355.186.997-.282 1.124-.347-.003-.289-.411-.301-.646z"/><path fill="#fff" d="M16.49 18.418c.186-.099.422.021.381.245a8.253 8.253 0 0 1-.318 1.793c-.148.218-.52.028-.419-.212.152-.601.153-1.241.356-1.826zM18.248 18.43l.091-.08.225.069c.146.411.181.857.207 1.291-.086.273-.476.162-.451-.098-.044-.385-.214-.818-.073-1.182zM3.256 18.77c.128-.1.256-.229.435-.204 1.01-.005 2.022-.009 3.032.003.261-.049.439.26.248.456-.398.086-.81.041-1.213.05-.02.517.046 1.048-.086 1.556-.034.179-.245.228-.397.253a5.178 5.178 0 0 1-1.187-.003c-.225-.007-.344-.373-.113-.471.38-.028.761-.001 1.141-.026.03-.436.033-.873.025-1.309-.574-.005-1.147-.001-1.72-.009-.041-.074-.123-.222-.165-.295zM23.949 23.934a.524.524 0 0 1 .051-.03v.03h-.051z"/><path fill="#0366b3" d="M0 .746C.316.341.807.106 1.324.143c6.767 0 13.536.003 20.305 0 .514.009 1.038-.045 1.547.065.363.083.626.371.824.67v23.025a.622.622 0 0 0-.051.03H0V.745M1.385 4.35v5.273l21.538-.001c-.001-1.758.001-3.516-.001-5.273L1.385 4.35m19.113 10.366c-.43.069-1.089-.19-1.327.297-.071.597-.015 1.203-.034 1.804.003.265-.032.63.273.75.443.061.894.02 1.341.029.001.931.025 1.863-.017 2.794-.301.061-.798-.15-.91.244.133.372.587.261.893.274.198-.016.51-.029.543-.282.112-.605.053-1.225.067-1.836.394.707.832 1.423 1.473 1.933.227-.012.344-.132.352-.357-.295-.409-.69-.735-.982-1.147.297-.324.629-.629.852-1.013a.258.258 0 0 0-.327-.33c-.294.278-.534.608-.812.901a9.639 9.639 0 0 1-.566-1.182c.467-.086 1.178.227 1.461-.274.059-.77.062-1.555 0-2.325-.335-.517-1.096-.183-1.606-.274-.008-.214.167-.551-.125-.637-.382-.099-.455.376-.549.63m-15.612.013c-.713.003-1.427.001-2.142.001.105-.345-.323-.729-.535-.335-.316 1.063-.695 2.12-1.348 3.03-.212.206-.218.744.173.692.222-.253.381-.554.558-.839.016 1.162-.021 2.325.016 3.487-.021.33.554.338.539.009.05-1.41-.004-2.823.021-4.233.041-.455.27-.865.394-1.299 1.741-.032 3.483.004 5.225-.018l.167-.278c-.124-.103-.248-.237-.427-.212-.657-.017-1.313.005-1.97-.005-.057-.216.012-.572-.284-.63-.371-.058-.357.388-.388.63m12.452-.386c-.235.363-.404.762-.608 1.143-.129-.268-.53-.394-.564.008.165.574.6 1.03.876 1.556-.104.14-.207.281-.313.419-.2.069-.591-.029-.612.269l.061.274c.363-.022.727-.042 1.089-.057.016.938-.025 1.878.017 2.814-.017.331.553.331.538-.001.044-.951-.001-1.904.018-2.856.232-.013.464-.024.696-.034.113.119.228.236.344.352.211.495.795.293 1.218.342-.309.67-.848 1.18-1.411 1.636-.281.171.036.568.287.415.682-.452 1.221-1.125 1.556-1.869.115-.203.088-.475-.1-.624-.423-.062-.852-.029-1.278-.036-.145-.553-.237-1.122-.458-1.652-.066-.21-.39-.177-.44.028.024.315.141.613.216.918l-1.093.065c.446-.692.93-1.366 1.298-2.103.156-.231-.316-.496-.425-.215-.322.464-.579.971-.895 1.44l-.345-.564c.256-.485.566-.947.766-1.458.132-.243-.319-.46-.439-.21M12 14.407c-.133.153-.094.371-.108.556.004 1.733.005 3.465 0 5.198-.542.003-1.084.003-1.626 0-.013-1.466.012-2.934-.011-4.399.018-.212-.158-.356-.363-.314-.256.074-.203.373-.218.574a633.27 633.27 0 0 1 0 4.135c-.273.004-.547-.008-.819.021-.22.016-.299.295-.162.46.214.08.446.057.669.063 1.89-.015 3.781.008 5.67-.009.334.067.407-.488.075-.51-.868-.051-1.739-.001-2.61-.021-.008-1.138.003-2.277-.007-3.417.798-.04 1.598.025 2.393-.03.244-.065.202-.458-.04-.477-.781-.057-1.567-.003-2.349-.022-.016-.545.03-1.091-.022-1.634-.032-.224-.298-.276-.475-.174m-8.67 1.266c-.359.131-.286.579-.291.88-.026.261.094.6.404.601 1.054.03 2.109-.001 3.162.015.251.003.6.011.694-.284.055-.331.082-.691-.025-1.014-.19-.33-.626-.211-.939-.239-1 .033-2.007-.051-3.004.041m-.842 2.852c.012.235-.046.644.301.646.468-.127.215-.769.282-1.124 1.403-.013 2.806.007 4.209-.011.015.322-.007.647.046.967.111.249.527.181.541-.091.024-.367.058-.749-.04-1.108-.16-.31-.562-.229-.848-.248-1.362.022-2.724-.024-4.084.021-.475.037-.404.609-.407.947m14.004-.106c-.203.585-.204 1.225-.356 1.826-.1.24.272.43.419.212.178-.58.272-1.188.318-1.793.041-.224-.195-.344-.381-.245m1.758.012c-.141.364.029.796.073 1.182-.025.26.365.371.451.098-.026-.434-.061-.88-.207-1.291a14.779 14.779 0 0 1-.225-.069l-.091.08m-14.993.34l.165.295c.572.008 1.146.004 1.72.009.008.436.005.873-.025 1.309-.38.025-.761-.001-1.141.026-.231.098-.112.464.113.471.393.046.794.046 1.187.003.152-.025.363-.074.397-.253.132-.508.066-1.039.086-1.556.404-.009.815.036 1.213-.05.191-.196.013-.505-.248-.456-1.01-.012-2.022-.008-3.032-.003-.179-.025-.307.104-.435.204z"/><path fill="#0366b3" d="M19.691 15.2c.84-.012 1.681.001 2.523-.009.007.241.012.483.016.724-.847.003-1.695.003-2.541 0 0-.239.001-.477.003-.715zM3.624 16.079c1.036-.008 2.073-.008 3.109 0l.003.654a539.07 539.07 0 0 1-3.115 0c0-.219.001-.436.003-.654zM19.688 16.396c.829.001 1.659-.026 2.487.008.105.219.033.492.053.732-.847.004-1.692.004-2.538 0l-.001-.74z"/></symbol><symbol viewBox="0 0 24 24" id="information--stop-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 .066h.429A1.174 1.174 0 0 1 0 .477V.066zM23.499.066H24v.551a2.601 2.601 0 0 0-.501-.551zM14.031 4.068c.198-.525 1.022-.526 1.222-.003.113.429.047.881.061 1.319 1.228.009 2.457-.015 3.684.011.521-.038.881.629.559 1.04-.175.28-.525.306-.822.297-2.767-.011-5.533.009-8.3-.009-.418.015-.773-.426-.65-.831.067-.305.368-.508.673-.5 1.17-.021 2.341 0 3.512-.008.013-.438-.053-.889.061-1.316z"/><path fill="#fff" d="M8.453 4.698c.227-.299.464-.728.899-.698.496.009.811.644.505 1.039-.646.934-1.324 1.845-1.977 2.773-.129.158-.16.364-.154.563-.001 3.553.009 7.105-.004 10.658.047.531-.615.906-1.043.588-.327-.202-.299-.625-.302-.959.017-2.934-.015-5.869.017-8.805-.467.719-.992 1.398-1.477 2.106-.199.27-.431.637-.819.6-.534.004-.824-.703-.48-1.097 1.601-2.263 3.227-4.51 4.834-6.769zM11.268 7.536c2.048-.076 4.104-.011 6.154-.033.353-.034.765.138.833.522.066.683.005 1.373.029 2.058-.018.351.074.782-.22 1.047-.204.215-.524.169-.79.182-1.937-.012-3.874.005-5.811-.008a.657.657 0 0 1-.695-.679 90.142 90.142 0 0 1-.003-2.383c-.025-.315.183-.645.502-.707m1.049 1.299c-.276.046-.211.4-.225.6-.008.202.008.55.291.531 1.37.021 2.742.003 4.113.009.185.02.456-.042.44-.284.012-.297.127-.894-.334-.872-1.428-.003-2.86-.032-4.286.015z"/><path fill="#fff" d="M9.144 12.228c.19-.091.407-.065.612-.076 3.299.012 6.599-.009 9.898.011a.66.66 0 0 1 .678.686c-.001.833.044 1.672-.026 2.503-.138.578-1.021.647-1.245.096-.166-.574.003-1.188-.098-1.772-.087-.198-.322-.164-.496-.177-2.596 0-5.193.003-7.791-.001-.185.015-.427-.032-.541.161-.104.578.055 1.175-.069 1.749-.195.583-1.122.546-1.266-.054-.075-.695-.009-1.398-.036-2.097-.007-.368-.026-.855.378-1.027z"/><path fill="#fff" d="M10.813 14.835c.152-.287.495-.34.789-.334 1.979-.003 3.959-.008 5.939.003.287-.008.599.108.721.388.214.407-.12.971-.588.947-.836.022-1.675-.001-2.512.008-.009 1.033.016 2.068-.007 3.1a.667.667 0 0 1-.665.698c-.657.025-1.313-.003-1.97.012-.302-.008-.67.03-.886-.228-.338-.344-.144-1.006.34-1.085.609-.082 1.228-.015 1.84-.036v-2.461c-.82-.009-1.64.016-2.461-.009-.488.018-.811-.604-.541-1.002zM23.636 23.934c.082-.169.161-.385.364-.436v.436h-.364zM0 23.697c.178-.03.247.049.206.237H0v-.237z"/><path fill="#0366b3" d="M.429.066h23.07c.193.158.361.344.501.551v22.88c-.203.051-.282.268-.364.436H.206c.041-.189-.028-.268-.206-.237V.477C.177.379.322.237.429.066m13.602 4.002c-.113.427-.047.878-.061 1.316-1.171.008-2.342-.013-3.512.008-.305-.008-.605.195-.673.5-.123.405.232.845.65.831 2.767.018 5.533-.001 8.3.009.297.009.646-.017.822-.297.322-.411-.038-1.079-.559-1.04-1.228-.025-2.457-.001-3.684-.011-.013-.438.053-.89-.061-1.319-.2-.524-1.025-.522-1.222.003m-5.578.63C6.846 6.957 5.22 9.204 3.619 11.467c-.344.394-.054 1.101.48 1.097.388.037.62-.33.819-.6.485-.708 1.01-1.387 1.477-2.106-.032 2.935 0 5.871-.017 8.805.003.334-.025.757.302.959.429.318 1.091-.057 1.043-.588.013-3.553.003-7.105.004-10.658-.005-.199.025-.405.154-.563.653-.928 1.331-1.84 1.977-2.773.306-.396-.009-1.03-.505-1.039-.435-.03-.673.398-.899.698m2.814 2.837c-.319.062-.527.392-.502.707-.007.794-.012 1.589.003 2.383a.657.657 0 0 0 .695.679c1.937.013 3.874-.004 5.811.008.266-.013.585.033.79-.182.294-.265.202-.696.22-1.047-.024-.686.037-1.375-.029-2.058-.069-.384-.48-.556-.833-.522-2.051.022-4.106-.044-6.154.033m-2.125 4.691c-.405.173-.385.659-.378 1.027.026.699-.04 1.402.036 2.097.144.6 1.071.637 1.266.054.124-.574-.036-1.171.069-1.749.113-.193.356-.146.541-.161 2.598.004 5.194.001 7.791.001.174.013.409-.021.496.177.1.584-.069 1.199.098 1.772.224.551 1.106.481 1.245-.096.07-.831.025-1.669.026-2.503a.66.66 0 0 0-.678-.686c-3.299-.02-6.599.001-9.898-.011-.204.012-.422-.015-.612.076m1.667 2.609c-.27.398.053 1.021.541 1.002.82.025 1.64 0 2.461.009v2.461c-.612.021-1.23-.046-1.84.036-.484.079-.678.741-.34 1.085.216.258.584.22.886.228.657-.015 1.313.013 1.97-.012.373.011.687-.327.665-.698.022-1.033-.003-2.068.007-3.1.837-.009 1.676.015 2.512-.008.468.024.802-.539.588-.947-.123-.28-.434-.396-.721-.388-1.981-.011-3.96-.005-5.939-.003-.294-.007-.637.046-.789.334z"/><path fill="#0366b3" d="M12.316 8.834c1.425-.046 2.858-.017 4.286-.015.46-.022.345.575.334.872.016.241-.256.303-.44.284-1.371-.007-2.743.012-4.113-.009-.284.018-.299-.33-.291-.531.015-.2-.05-.554.225-.6z"/></symbol><symbol viewBox="0 0 24 24" id="information--street-name--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M22.162 7.862H1.672C.761 7.862.02 8.603.02 9.514v4.987c0 .911.741 1.652 1.652 1.652h20.49c.44 0 .855-.172 1.167-.485s.485-.727.485-1.167V9.514c0-.911-.741-1.652-1.652-1.652z"/><path fill="#201b17" d="M22.162 7.841H1.672c-.922 0-1.673.75-1.673 1.673v4.987c0 .922.75 1.673 1.673 1.673h20.49c.446 0 .865-.174 1.182-.491s.491-.736.491-1.182V9.514c0-.922-.75-1.673-1.673-1.673zm1.653 6.66c0 .44-.172.855-.485 1.167s-.727.485-1.167.485H1.673a1.654 1.654 0 0 1-1.652-1.652V9.514c0-.911.741-1.652 1.652-1.652h20.49c.911 0 1.652.741 1.652 1.652v4.987z"/><path fill="#006f53" d="M22.154 8.475l.114.006c.123.016.229.046.342.097l.088.048c.133.086.233.181.325.31l.052.086c.065.127.102.245.12.387l.006.114-.001 5.033-.01.104c-.025.14-.067.256-.138.379-.056.088-.116.16-.191.232l-.078.064a1.128 1.128 0 0 1-.361.174 1.284 1.284 0 0 1-.205.031l-20.65-.004a1.164 1.164 0 0 1-.342-.097l-.088-.048a1.143 1.143 0 0 1-.325-.31l-.052-.086a1.118 1.118 0 0 1-.12-.387l-.006-.114.001-5.033.011-.104c.025-.14.067-.256.138-.379.056-.088.116-.16.191-.232l.078-.064c.115-.082.226-.135.361-.174.069-.016.134-.026.205-.031z"/><path fill="#fff" d="M7.864 14.09v-2.31l-.762 2.31-.768-2.31v2.31h-.59V9.975h.59l.768 2.31.762-2.31h.596v4.115h-.596zM11.076 14.09l-.289-1.124h-.885l-.27 1.124h-.596l1.026-4.115h.577l1.026 4.115h-.59zm-.737-2.888l-.289 1.185h.59l-.301-1.185zM12.231 14.09V9.975h.577v4.115h-.577zM15.579 14.09l-1.272-2.758v2.758h-.59V9.975h.59l1.13 2.47v-2.47h.59v4.115h-.448zM2.085 14.09v-3.103h1.458v.435H2.529v.783h.644v.426h-.644v1.023h1.135v.435H2.085zM18.998 14.145c-.546 0-.871-.458-.871-.968h.435c0 .259.13.533.435.533.241 0 .435-.218.435-.468 0-.176-.065-.306-.25-.449-.065-.065.111.056-.523-.37-.25-.171-.38-.412-.38-.685 0-.445.347-.806.792-.806.44 0 .773.338.787.806h-.426c-.009-.218-.162-.357-.361-.357a.356.356 0 0 0-.366.357c0 .153.065.241.292.37.598.347.861.685.861 1.135 0 .5-.384.903-.861.903zM21.155 11.399v2.69h-.449v-2.69h-.565v-.412h1.579v.412h-.565z"/></symbol><symbol viewBox="0 0 24 24" id="information--subway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#eb1a2d" d="M10.304 2.034h1.874c.846.099 1.688.264 2.491.553 2.169.76 4.039 2.318 5.211 4.291.561.945.945 1.986 1.198 3.054l.014.056c-1.183-.003-2.367 0-3.551-.001-.393-1.201-1.124-2.297-2.113-3.089-1.091-.88-2.468-1.409-3.873-1.444a6.428 6.428 0 0 0-3.654.978c-1.315.799-2.298 2.097-2.774 3.555H1.772a2.872 2.872 0 0 1-.207-.012c.06-.192.095-.39.151-.582.525-1.916 1.613-3.682 3.125-4.975a9.921 9.921 0 0 1 5.269-2.347c.065-.008.129-.022.193-.037zM1.566 13.877c1.178.013 2.357.002 3.536.006a6.51 6.51 0 0 0 8.592 4.186 6.585 6.585 0 0 0 2.402-1.63 6.694 6.694 0 0 0 1.472-2.556c1.178-.004 2.357.007 3.536-.006a10.994 10.994 0 0 1-.703 2.198c-.354.741-.755 1.467-1.276 2.104a10.083 10.083 0 0 1-5.678 3.549c-.739.169-1.499.219-2.255.203a8.953 8.953 0 0 1-3.033-.5 9.985 9.985 0 0 1-5.007-3.792 10.255 10.255 0 0 1-1.585-3.762z"/><path fill="#fff" d="M7.901 6.431a6.428 6.428 0 0 1 3.654-.978c1.405.035 2.782.564 3.873 1.444.989.792 1.719 1.888 2.113 3.089H5.127c.476-1.458 1.459-2.756 2.774-3.555zM.739 10.901c.129.002.259.002.388.002.006.425-.017.852.028 1.276.022.234.209.459.451.477.285.026.523-.246.533-.517.029-.41.012-.821.013-1.232.133-.006.266-.007.398.003-.029.435-.007.873-.037 1.309-.006.255-.162.477-.35.637-.277.239-.713.224-1.005.021a.908.908 0 0 1-.379-.651c-.036-.441-.025-.883-.041-1.324zM2.89 10.903c.129 0 .258-.001.387.003.332.45.672.894 1.002 1.345.016-.449.013-.899.021-1.349.126.001.252.001.377-.001.009.685.002 1.37.004 2.055h-.375c-.337-.435-.665-.877-1.009-1.308-.027.435-.01.872-.027 1.308h-.381v-2.053zM5.065 10.902c.338.008.679-.005 1.014.04.344.097.616.408.688.755.011.228.041.477-.076.685-.129.244-.343.461-.613.539-.335.062-.677.025-1.014.034 0-.685-.002-1.369.001-2.054m.38.385l.001 1.288c.228 0 .476.019.679-.105.215-.135.316-.404.28-.65-.016-.204-.173-.366-.338-.469-.196-.079-.415-.058-.622-.064zM7.048 10.902c.415.002.831.001 1.246 0 .002.141.002.283.001.424h-.863l.02.331c.217.014.435.009.652.024v.379c-.217-.001-.433.017-.65.01-.01.158-.014.316-.023.474h.864v.413H7.047c.001-.685-.002-1.37.001-2.055zM8.618 10.902c.265.006.532-.013.796.015.301.028.542.32.525.62.006.225-.137.419-.307.552.19.284.38.568.561.858a3.285 3.285 0 0 1-.409.008c-.174-.245-.339-.499-.529-.731-.059-.08-.166-.067-.252-.081-.011.271 0 .543-.007.814l-.38-.001c0-.685-.001-1.37.001-2.054m.383.383c0 .161-.002.323.003.485.175-.028.436.077.534-.123a.21.21 0 0 0 .005-.228c-.098-.203-.364-.112-.542-.134zM10.227 11.574c.067-.379.43-.665.808-.684.31-.052.623.007.915.113.002.137.004.275-.015.412-.224-.085-.458-.167-.701-.152-.263.006-.543.155-.629.416-.097.332.037.748.366.896.189.091.404.053.597-.002l.001-.451a8.48 8.48 0 0 0-.319 0c-.004-.118-.004-.236-.004-.354.235 0 .471-.001.706.001-.009.339-.005.678-.023 1.016-.239.12-.493.246-.769.219-.453-.021-.841-.391-.939-.824a2.56 2.56 0 0 1 .007-.606zM12.273 10.903c.3.005.602-.004.899.036.327.102.482.504.38.817-.059.134-.175.23-.268.339.188.283.383.561.557.853-.134.009-.269.009-.403.009-.179-.238-.338-.49-.524-.721-.056-.089-.167-.081-.258-.09-.002.27 0 .54-.001.81h-.382v-2.053m.381.382v.483c.117 0 .234.004.352-.001.17 0 .281-.232.176-.366-.107-.18-.356-.095-.528-.116zM14.553 10.913c.304-.064.659-.065.908.148.225.183.434.449.405.756-.008.194.03.403-.066.581-.183.343-.537.625-.941.61-.453 0-.856-.354-.966-.786-.151-.515.151-1.13.659-1.31m.084.41c-.471.183-.516.952-.073 1.194a.634.634 0 0 0 .758-.114.686.686 0 0 0-.016-.95c-.169-.178-.446-.218-.669-.13zM16.165 10.905c.131-.003.263-.003.394-.004.007.401-.004.802.005 1.203-.001.209.111.424.308.511.229.113.532-.015.626-.248.059-.19.048-.392.05-.589.001-.292-.004-.585.003-.878.126.002.253.002.379 0-.001.413.001.825-.001 1.238.01.384-.263.774-.646.855-.236.056-.517.055-.708-.115-.18-.16-.363-.361-.377-.614-.029-.453-.009-.908-.033-1.361zM18.386 10.901c.121.002.243.002.364.002.337.453.681.9 1.018 1.354.029-.303.002-.608.019-.911.008-.146.006-.293.003-.439.128-.004.256-.004.385-.004v2.056c-.132-.002-.263-.01-.395-.013-.333-.43-.662-.863-.993-1.294-.018.435-.011.87-.023 1.305h-.382c.002-.685-.005-1.371.003-2.056zM20.628 10.903c.304.003.61-.013.912.026.406.049.711.424.776.812.099.492-.196 1.054-.694 1.183-.329.043-.663.023-.995.04v-2.061m.383.382c.001.43-.004.861.003 1.291.24-.002.506.017.71-.133.315-.237.32-.769.012-1.014-.203-.166-.48-.136-.725-.143zM5.102 13.883h12.467a6.687 6.687 0 0 1-1.472 2.556 6.495 6.495 0 0 1-5.512 2.029 6.524 6.524 0 0 1-3.321-1.388 6.575 6.575 0 0 1-2.161-3.197z"/><path fill="#044da1" d="M21.078 9.931l.02.076h2.821v3.866c-.938.003-1.877-.006-2.815.005-1.179.013-2.357.002-3.536.006H5.101c-1.179-.004-2.357.007-3.536-.006-.522-.011-1.044-.002-1.566-.005V9.967c.522.006 1.045-.012 1.566.008.069.006.138.011.207.012h15.769c1.184.001 2.367-.002 3.551.001l-.014-.056m-20.339.969c.015.441.005.884.041 1.324a.908.908 0 0 0 .379.651c.293.203.728.217 1.005-.021.187-.16.344-.383.35-.637.03-.436.008-.873.037-1.309a3.521 3.521 0 0 0-.398-.003c-.002.411.015.822-.013 1.232-.01.271-.248.543-.533.517-.242-.018-.429-.243-.451-.477-.045-.424-.021-.851-.028-1.276-.129 0-.259 0-.388-.002m2.15.003v2.053h.381c.016-.436 0-.872.027-1.308.344.43.672.873 1.009 1.308h.375c-.002-.685.006-1.37-.004-2.055-.126.002-.252.002-.377.001-.008.449-.006.899-.021 1.349-.331-.451-.67-.895-1.002-1.345a9.986 9.986 0 0 0-.387-.003m2.174-.001c-.003.685-.001 1.369-.001 2.054.338-.01.68.027 1.014-.034.27-.078.484-.296.613-.539.117-.209.087-.457.076-.685a1.01 1.01 0 0 0-.688-.755c-.335-.045-.676-.031-1.014-.04m1.983-.001c-.003.685 0 1.37-.001 2.055h1.248v-.413h-.864c.009-.158.013-.316.023-.474.217.006.433-.012.65-.01v-.379c-.217-.015-.435-.01-.652-.024a36.72 36.72 0 0 0-.02-.331h.863c.001-.141.001-.283-.001-.424-.415.001-.831.002-1.246 0m1.57 0c-.002.685 0 1.369-.001 2.054l.38.001c.007-.271-.004-.543.007-.814.086.014.193.001.252.081.19.233.354.486.529.731.136.004.273.005.409-.008-.181-.29-.371-.574-.561-.858.17-.133.313-.327.307-.552a.606.606 0 0 0-.525-.62c-.264-.028-.531-.008-.796-.015m1.608.672a2.56 2.56 0 0 0-.007.606c.097.432.486.803.939.824.276.027.53-.099.769-.219.018-.338.014-.677.023-1.016-.235-.002-.471-.001-.706-.001 0 .118 0 .236.004.354a8.48 8.48 0 0 1 .319 0l-.001.451c-.194.055-.408.093-.597.002-.329-.148-.463-.564-.366-.896.086-.261.366-.41.629-.416.243-.015.478.067.701.152.02-.137.017-.275.015-.412-.292-.106-.605-.165-.915-.113-.378.019-.741.305-.808.684m2.047-.671c-.002.685 0 1.369 0 2.053h.382c.001-.27-.001-.54.001-.81.091.009.202.001.258.09.186.232.345.484.524.721.134 0 .269 0 .403-.009-.174-.292-.369-.571-.557-.853.093-.11.209-.205.268-.339.102-.313-.053-.714-.38-.817-.297-.04-.599-.031-.899-.036m2.28.01c-.509.18-.81.794-.659 1.31.11.432.513.786.966.786.404.015.759-.267.941-.61.096-.179.057-.387.066-.581.029-.307-.18-.573-.405-.756-.249-.213-.604-.212-.908-.148m1.611-.009c.024.453.004.908.033 1.361.015.253.197.454.377.614.191.17.472.17.708.115.383-.082.656-.471.646-.855.002-.413 0-.825.001-1.238a11.97 11.97 0 0 1-.379 0c-.007.293-.002.585-.003.878-.002.197.009.398-.05.589-.094.233-.397.36-.626.248-.197-.087-.309-.301-.308-.511-.009-.401.002-.802-.005-1.203-.131 0-.263 0-.394.004m2.221-.006c-.008.685-.002 1.37-.003 2.056h.382c.011-.435.004-.871.023-1.305.331.432.66.864.993 1.294.132.002.263.01.395.013v-2.056c-.128 0-.256 0-.385.004.003.146.006.293-.003.439-.016.303.011.608-.019.911-.336-.454-.681-.9-1.018-1.354-.122 0-.243 0-.364-.002m2.241.002v2.061c.331-.017.665.004.995-.04.499-.129.793-.691.694-1.183-.065-.388-.37-.763-.776-.812-.303-.039-.608-.023-.912-.026z"/><path fill="#044da1" d="M5.445 11.286c.207.005.426-.015.622.064.165.103.323.265.338.469.036.246-.065.515-.28.65-.203.124-.451.105-.679.105l-.001-1.288zM9 11.285c.178.022.444-.069.542.134a.21.21 0 0 1-.005.228c-.099.2-.36.095-.534.123A13.083 13.083 0 0 1 9 11.285zM12.654 11.285c.172.021.42-.064.528.116.105.135-.005.366-.176.366-.117.005-.234 0-.352.001v-.483zM14.636 11.322c.223-.088.501-.049.669.13a.686.686 0 0 1 .016.95.634.634 0 0 1-.758.114c-.443-.241-.397-1.011.073-1.194zM21.01 11.285c.245.006.522-.023.725.143.307.246.303.777-.012 1.014-.204.15-.47.132-.71.133-.007-.43-.002-.861-.003-1.291z"/></symbol><symbol viewBox="0 0 24 24" id="information--traffic-merges-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M4.23 0h.085c-.038.371-.022.745-.017 1.118-.003 7.28.002 14.56-.002 21.84.015.213-.015.471.158.632.241.223.575.32.898.324h13.639c.291-.002.671-.03.779-.358v.445H4.23v-24zM15.515.631c1.114 1.722 2.215 3.454 3.324 5.181-2.213.003-4.425.002-6.638.001L15.515.631z"/><path fill="#fff" d="M14.389 5.839c.768.003 1.536-.003 2.304-.001v17.294h-2.304c0-3.081-.002-6.162.001-9.243-2.293 1.293-4.586 2.586-6.881 3.877v5.279c-.768 0-1.537.001-2.305-.001-.003-2.211.006-4.422-.004-6.633 2.996-1.688 5.991-3.379 8.989-5.063.074-.058.218-.096.199-.217.004-1.765 0-3.529.002-5.293z"/><path fill="#0371b3" d="M4.316 0H19.77v23.555c-.108.328-.488.357-.779.358H5.352c-.323-.003-.657-.101-.898-.324-.173-.161-.143-.419-.158-.632.003-7.28-.001-14.56.002-21.84-.005-.373-.021-.747.017-1.118m11.2.632l-3.314 5.182c2.213.001 4.425.002 6.638-.001-1.109-1.727-2.21-3.458-3.324-5.181m-1.126 5.208c-.002 1.764.003 3.528-.002 5.293.019.121-.124.159-.199.217-2.998 1.684-5.993 3.376-8.989 5.063.01 2.211.002 4.422.004 6.633.768.002 1.537.001 2.305.001v-5.279c2.295-1.291 4.588-2.584 6.881-3.877-.003 3.08-.001 6.161-.001 9.243h2.304V5.839c-.768-.002-1.536.003-2.304.001z"/></symbol><symbol viewBox="0 0 24 24" id="information--trail-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M11.948 0h.075c.512.02.948.353 1.186.794 3.02 5.148 6.033 10.301 9.053 15.449a3.21 3.21 0 0 1 .427 1.652c-.008 1.636.009 3.272-.007 4.907.01.595-.472 1.083-1.035 1.198H2.399c-.581-.07-1.06-.555-1.099-1.142v-5.279c.055-.472.19-.937.432-1.348 2.956-5.043 5.913-10.086 8.864-15.133.27-.534.698-1.079 1.352-1.098m-.2.561c-.297.114-.47.4-.628.659-2.99 5.113-5.975 10.228-8.968 15.339-.21.34-.339.733-.332 1.136.002 1.703-.007 3.407.004 5.11-.006.399.385.718.774.669 6.27-.002 12.54-.001 18.81 0 .385.042.762-.283.755-.674.012-1.701.003-3.402.005-5.103.022-.559-.268-1.053-.551-1.51-2.942-5.025-5.875-10.056-8.819-15.08-.197-.37-.606-.718-1.05-.546z"/><path fill="#0066b3" d="M11.257 2.059c.221-.369.402-.777.74-1.058.157.151.302.315.412.505 2.886 4.943 5.777 9.884 8.665 14.826.241.429.574.852.552 1.372-.006 1.739.018 3.479-.013 5.218-4.504.026-9.007.004-13.511.011-1.909-.007-3.818.014-5.727-.011-.034-1.674-.002-3.35-.017-5.025-.012-.348.039-.706.229-1.005 2.889-4.945 5.78-9.888 8.67-14.833m-.906 2.899c-.221.214-.398.471-.608.696.127.126.358.188.39.386.044.268.059.547.003.814-.247.23-.593.314-.849.533-.179.162-.282.385-.407.587-.343.584-.748 1.136-1.056 1.738-.156.911-.372 1.887.008 2.772.121.007.243.01.365.007.439-.585.393-1.357.478-2.047.123-.435.472-.761.735-1.116-.089.589-.121 1.186-.226 1.774-.086.515-.138 1.046-.003 1.559-.613 1.557-1.273 3.096-1.867 4.661-.088.188-.166.641.182.488.109-.379.15-.795.4-1.117.324-.527.893-.84 1.463-1.037.261-.064.344-.339.455-.55.209-.474.514-.898.714-1.377.115-.021.228-.049.34-.082.107-.253-.036-.498-.168-.706-.195-.048-.402-.062-.583-.153-.235-.199-.087-.521.021-.747.528-.076 1.034.158 1.556.117-.028-.223-.122-.433-.151-.656a3.63 3.63 0 0 1 .192-1.177c.403.235.735.569 1.113.838.168.158.39.009.581-.013.148.076.287.179.452.218.191-.004.316-.28.214-.436-.427-.614-1.032-1.061-1.58-1.557-.353-.554-.491-1.217-.803-1.793-.156-.195-.379-.321-.555-.495.086-.18.29-.246.444-.354.068-.245.117-.495.198-.736.068-.219.281-.338.417-.51-.141-.13-.309-.222-.472-.318-.074-.196-.211-.377-.438-.389a2.008 2.008 0 0 0-.955.178m4.345 5.724c.117.119.204.342.412.295.454-.035.912-.041 1.36.051-.158.231-.439.297-.683.392-.061.181-.122.376-.042.563.145.434.281.874.31 1.334-.58.096-1.169.032-1.753.028-.89.001-1.781.004-2.671 0-.186-.284-.345-.602-.232-.948-.403-.108-.863-.245-1.266-.083-.108.383.35.358.593.405.102.159.211.317.268.498.112.29-.015.595-.086.879-.188.54-.29 1.105-.469 1.648-.487.038-1.011-.021-1.453.23-.772.302-1.252 1.123-1.301 1.929-.067.585.153 1.17.471 1.652.574.637 1.5.989 2.345.761.959-.178 1.619-1.067 1.767-1.994a4.67 4.67 0 0 1 .335-.022c.14.227.215.499.408.692.184.167.417.265.62.406-.028.147-.163.294-.074.445.272.107.567.034.846.004a4.588 4.588 0 0 0-.176-.359l.015-.094c.524-.176.958-.629.99-1.199.084-.442-.217-.803-.35-1.195.115-.395.322-.754.483-1.131.315-.637.536-1.326.937-1.918.213.605.375 1.227.514 1.852.055.197-.173.308-.286.428a2.447 2.447 0 0 0-.899 1.566c-.062.89.327 1.893 1.175 2.289.964.534 2.311.283 2.96-.625.413-.487.446-1.162.394-1.768-.232-1.247-1.562-2.222-2.827-1.892-.425-1.291-.751-2.612-1.091-3.927.179-.177.483-.194.612-.424.192-.277.053-.714-.27-.816-.287-.086-.59-.053-.884-.059-.337.001-.693-.07-1.002.107m-3.077 2.172l-.001.237c.182.054.459.214.573-.026.015-.163-.079-.305-.185-.419-.134.06-.26.135-.387.208m-5.451 1.58l-.455.885c.523.002 1.046 0 1.569.002l.432-.888-1.546.001m11.32-.001l.331.887h1.113c-.152-.296-.303-.592-.456-.887h-.988M4.296 19.346H6.6c.201-.365.405-.729.608-1.093H4.903c-.204.364-.406.728-.607 1.093m-1.166 2.68h17.727c-.21-.414-.421-.827-.632-1.239H3.763c-.212.412-.423.825-.633 1.239z"/><path fill="#0066b3" d="M11.887 13.83c.26-.04.524-.048.787-.032.839.049 1.68-.021 2.519-.017.173.014.37-.011.516.103-.35.879-.759 1.734-1.128 2.605-.048.172-.209.235-.368.267.046-.136.093-.272.142-.407-.267-.073-.553-.161-.815-.018l.147.386-.307.135c-.507-1.002-1.038-1.996-1.493-3.022m.271.217c.282.608.512 1.266.969 1.77-.01-.571-.178-1.13-.394-1.654-.08-.26-.383-.16-.575-.116zM11.41 14.147c.596.798.92 1.755 1.418 2.612.267.379-.132.745-.255 1.095a3.513 3.513 0 0 1-.337-.097c-.121-.292-.118-.629-.302-.895-.262-.389-.646-.667-1.001-.964.131-.59.28-1.179.477-1.751m.028.491c.183.519.431 1.017.565 1.553.131.456.275.912.488 1.337.11-.165.282-.316.292-.528-.171-.516-.517-.947-.742-1.439-.181-.318-.299-.697-.603-.923zM8.257 17.363c.368-.722 1.189-1.311 2.028-1.107-.101.586-.196 1.195-.521 1.707-.1.159.034.386.227.353.554-.055 1.112.016 1.666-.051.034.188.08.396-.041.566-.254.393-.525.866-1.021.973-.4.091-.84.21-1.235.037-.967-.327-1.486-1.542-1.103-2.478m.115 1.068c.151.084.32.008.477-.012a2.438 2.438 0 0 0-.473-.73c-.114.234-.177.518-.004.742zM17.552 16.249c.641-.137 1.368.105 1.751.652.443.562.544 1.366.201 2.003-.435 1.068-2.045 1.357-2.839.529-.337-.317-.519-.772-.558-1.227-.066-.666.29-1.334.835-1.706.277.565.386 1.212.776 1.721.137.02.276.031.415.031-.053-.699-.769-1.278-.581-2.003m-.561 2.119c.002.315-.035.686.183.943.369.215.822.077 1.226.085.547.02.825-.555.946-1.006-.248-.027-.499-.069-.749-.036-.28.059-.491.365-.795.29-.275-.082-.516-.259-.811-.276z"/><path fill="#0066b3" d="M10.415 17.821c.076-.472.167-.97.456-1.363.424.208.667.632.829 1.057.043.126-.033.325-.193.303-.364.024-.728.006-1.092.003zM14.158 18.866c-.001-.479.236-.903.472-1.303.116.289.183.62.057.918-.091.219-.339.284-.529.385z"/><path fill="#fff" d="M11.748.561c.444-.172.853.176 1.05.546 2.944 5.024 5.877 10.055 8.819 15.08.283.457.573.951.551 1.51-.002 1.701.007 3.402-.005 5.103.007.391-.37.716-.755.674-6.27-.001-12.54-.002-18.81 0-.389.049-.78-.27-.774-.669-.011-1.703-.002-3.407-.004-5.11a2.109 2.109 0 0 1 .332-1.136C5.145 11.448 8.13 6.333 11.12 1.22c.158-.259.331-.545.628-.659m-.491 1.498c-2.89 4.945-5.781 9.888-8.67 14.833-.19.299-.241.657-.229 1.005.015 1.675-.017 3.351.017 5.025 1.909.025 3.818.004 5.727.011 4.504-.007 9.007.015 13.511-.011.031-1.739.007-3.479.013-5.218.022-.52-.311-.943-.552-1.372-2.888-4.942-5.779-9.883-8.665-14.826a2.33 2.33 0 0 0-.412-.505c-.338.281-.519.689-.74 1.058z"/><path fill="#fff" d="M10.351 4.958c.292-.143.632-.191.955-.178.227.012.364.193.438.389.163.096.331.188.472.318-.136.172-.349.291-.417.51-.081.241-.13.491-.198.736-.154.108-.358.174-.444.354.176.174.399.3.555.495.312.576.45 1.239.803 1.793.548.496 1.153.943 1.58 1.557.102.156-.023.432-.214.436-.165-.039-.304-.142-.452-.218-.191.022-.413.171-.581.013-.378-.269-.71-.603-1.113-.838a3.63 3.63 0 0 0-.192 1.177c.029.223.123.433.151.656-.522.041-1.028-.193-1.556-.117-.108.226-.256.548-.021.747.181.091.388.105.583.153.132.208.275.453.168.706a3.299 3.299 0 0 1-.34.082c-.2.479-.505.903-.714 1.377-.111.211-.194.486-.455.55-.57.197-1.139.51-1.463 1.037-.25.322-.291.738-.4 1.117-.348.153-.27-.3-.182-.488.594-1.565 1.254-3.104 1.867-4.661-.135-.513-.083-1.044.003-1.559.105-.588.137-1.185.226-1.774-.263.355-.612.681-.735 1.116-.085.69-.039 1.462-.478 2.047-.122.003-.244 0-.365-.007-.38-.885-.164-1.861-.008-2.772.308-.602.713-1.154 1.056-1.738.125-.202.228-.425.407-.587.256-.219.602-.303.849-.533a2.228 2.228 0 0 0-.003-.814c-.032-.198-.263-.26-.39-.386.21-.225.387-.482.608-.696z"/><path fill="#fff" d="M14.696 10.682c.309-.177.665-.106 1.002-.107.294.006.597-.027.884.059.323.102.462.539.27.816-.129.23-.433.247-.612.424.34 1.315.666 2.636 1.091 3.927 1.265-.33 2.595.645 2.827 1.892.052.606.019 1.281-.394 1.768-.649.908-1.996 1.159-2.96.625-.848-.396-1.237-1.399-1.175-2.289a2.447 2.447 0 0 1 .899-1.566c.113-.12.341-.231.286-.428a16.078 16.078 0 0 0-.514-1.852c-.401.592-.622 1.281-.937 1.918-.161.377-.368.736-.483 1.131.133.392.434.753.35 1.195-.032.57-.466 1.023-.99 1.199a3.059 3.059 0 0 1-.015.094c.063.117.123.236.176.359-.279.03-.574.103-.846-.004-.089-.151.046-.298.074-.445-.203-.141-.436-.239-.62-.406-.193-.193-.268-.465-.408-.692a4.67 4.67 0 0 0-.335.022c-.148.927-.808 1.816-1.767 1.994-.845.228-1.771-.124-2.345-.761-.318-.482-.538-1.067-.471-1.652.049-.806.529-1.627 1.301-1.929.442-.251.966-.192 1.453-.23.179-.543.281-1.108.469-1.648.071-.284.198-.589.086-.879-.057-.181-.166-.339-.268-.498-.243-.047-.701-.022-.593-.405.403-.162.863-.025 1.266.083-.113.346.046.664.232.948.89.004 1.781.001 2.671 0 .584.004 1.173.068 1.753-.028-.029-.46-.165-.9-.31-1.334-.08-.187-.019-.382.042-.563.244-.095.525-.161.683-.392-.448-.092-.906-.086-1.36-.051-.208.047-.295-.176-.412-.295m-2.809 3.148c.455 1.026.986 2.02 1.493 3.022l.307-.135-.147-.386c.262-.143.548-.055.815.018-.049.135-.096.271-.142.407.159-.032.32-.095.368-.267.369-.871.778-1.726 1.128-2.605-.146-.114-.343-.089-.516-.103-.839-.004-1.68.066-2.519.017a3.698 3.698 0 0 0-.787.032m-.477.317a16.06 16.06 0 0 0-.477 1.751c.355.297.739.575 1.001.964.184.266.181.603.302.895.11.038.223.07.337.097.123-.35.522-.716.255-1.095-.498-.857-.822-1.814-1.418-2.612m-3.153 3.216c-.383.936.136 2.151 1.103 2.478.395.173.835.054 1.235-.037.496-.107.767-.58 1.021-.973.121-.17.075-.378.041-.566-.554.067-1.112-.004-1.666.051-.193.033-.327-.194-.227-.353.325-.512.42-1.121.521-1.707-.839-.204-1.66.385-2.028 1.107m9.295-1.114c-.188.725.528 1.304.581 2.003-.139 0-.278-.011-.415-.031-.39-.509-.499-1.156-.776-1.721-.545.372-.901 1.04-.835 1.706.039.455.221.91.558 1.227.794.828 2.404.539 2.839-.529.343-.637.242-1.441-.201-2.003-.383-.547-1.11-.789-1.751-.652m-7.137 1.572c.364.003.728.021 1.092-.003.16.022.236-.177.193-.303-.162-.425-.405-.849-.829-1.057-.289.393-.38.891-.456 1.363m3.743 1.045c.19-.101.438-.166.529-.385.126-.298.059-.629-.057-.918-.236.4-.473.824-.472 1.303z"/><path fill="#fff" d="M11.619 12.854c.127-.073.253-.148.387-.208.106.114.2.256.185.419-.114.24-.391.08-.573.026l.001-.237zM12.158 14.047c.192-.044.495-.144.575.116.216.524.384 1.083.394 1.654-.457-.504-.687-1.162-.969-1.77zM6.168 14.434l1.546-.001-.432.888c-.523-.002-1.046 0-1.569-.002l.455-.885zM17.488 14.433h.988c.153.295.304.591.456.887h-1.113l-.331-.887zM11.438 14.638c.304.226.422.605.603.923.225.492.571.923.742 1.439-.01.212-.182.363-.292.528-.213-.425-.357-.881-.488-1.337-.134-.536-.382-1.034-.565-1.553zM8.372 18.431c-.173-.224-.11-.508.004-.742.194.218.367.456.473.73-.157.02-.326.096-.477.012zM4.296 19.346c.201-.365.403-.729.607-1.093h2.305c-.203.364-.407.728-.608 1.093H4.296zM16.991 18.368c.295.017.536.194.811.276.304.075.515-.231.795-.29.25-.033.501.009.749.036-.121.451-.399 1.026-.946 1.006-.404-.008-.857.13-1.226-.085-.218-.257-.181-.628-.183-.943zM3.13 22.026c.21-.414.421-.827.633-1.239h16.462c.211.412.422.825.632 1.239H3.13z"/></symbol><symbol viewBox="0 0 24 24" id="information--trail-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.133 0h23.735v.697c-.286-.371-.721-.623-1.2-.597C19.11.079 15.553.125 11.997.076c.27.589.619 1.134.939 1.695 3.642 6.306 7.291 12.61 10.933 18.916v.316H.134v-.42c3.701-6.428 7.424-12.842 11.13-19.266.217-.392.432-.79.736-1.126a2.911 2.911 0 0 0-.725-.098c-3.315.011-6.628 0-9.943.005A1.44 1.44 0 0 0 .135.616v-.617M8.392 7.4c.101.256.488.582.727.276-.674 1.037-1.23 2.144-1.851 3.213.239.021.479.045.717.069.329-.51.652-1.025.972-1.542.272.37.536.745.802 1.12-.548.451-1.093.906-1.644 1.352.184.529.385 1.052.575 1.578l-.184.305c.184.146.443.131.636.011.021-.046.061-.142.081-.19-.105-.528-.228-1.05-.325-1.579.284-.121.566-.243.85-.363-.029.874-.317 1.699-.605 2.514l-.335.082c-.676-.593-1.421-1.102-2.099-1.693.135-.414.229-.843.399-1.245.248-.15.593-.032.871-.091-.129-.398-.843-.335-1.09-.052-.277.594-.392 1.252-.609 1.871-.88-.142-1.867.382-2.058 1.29-.245.94.533 1.912 1.474 1.993 1.005.17 2.066-.703 1.968-1.746-.024-.692-.566-1.203-1.144-1.5.044-.073.088-.146.133-.217.652.53 1.319 1.044 1.97 1.578-.042.301.042.668.389.739.335.118.564-.198.764-.406l.123.313c-.257.182-.773.183-.696.617.318.005.636.005.956.007.566.601 1.513.839 2.257.426.788-.378 1.152-1.437.705-2.202-.398-.773-1.375-1.062-2.177-.815-.111-.285-.403-.55-.308-.879.123-.464.261-.924.369-1.392-.509-1.093-1.038-2.176-1.542-3.271.146-.346.114-.825-.285-.977-.473-.219-1.01.342-.786.81m6.788 1.691c-.457.191-.501.9-.068 1.143.404.288 1.022-.062.998-.556.016-.457-.524-.802-.931-.587m-.627 3.067c-.286.663-.933 1.05-1.419 1.553.106.285.208.572.324.854.586-.626 1.18-1.245 1.772-1.866.056.66.195 1.317.199 1.978-.339.568-.793 1.063-1.107 1.646-.302.773-.565 1.561-.85 2.34l-.064.048c-.361.034-.723.069-1.082.117.599.213 1.207.407 1.81.61.219-.76.44-1.518.652-2.281.119-.741.862-1.102 1.306-1.635.53 1.048 1.062 2.094 1.592 3.141-.362.256-.725.513-1.087.772.426-.008.854.029 1.277-.02.357-.156.679-.382 1.018-.572-.664-1.306-1.335-2.61-2-3.916-.404-.892-.239-1.892-.273-2.839.259.296.585.546.785.884.038.737-.011 1.478.001 2.213l.115-.037.077-.057c.139-.103.297-.178.448-.263.001-.744.003-1.486-.001-2.23-.451-.487-.863-1.008-1.321-1.489-.383-.294-.834-.487-1.245-.737-.313.593-.623 1.188-.928 1.785m.463 4.997c-.058.237-.113.477-.166.717.735-.001 1.468-.004 2.202.001-.122-.239-.24-.479-.357-.717-.561.003-1.12.003-1.68-.001m3.307.001c.133.237.263.475.392.713.993.004 1.985-.005 2.977.005a32.654 32.654 0 0 1-.378-.717c-.997 0-1.994.001-2.991-.001m-16.209.698l11.309.001.265-.674-11.196-.001c-.127.224-.252.45-.378.674z"/><path fill="#fff" d="M10.35 13.455c-.109-.137-.05-.412.137-.446.312.028.121.568-.137.446zM4.618 14.031c.301-.568.969-.809 1.583-.754-.129.501-.269 1.004-.554 1.443.042.231.394.305.507.088-.019-.501.168-.971.312-1.441.623.249 1.074.927.903 1.606-.186.894-1.288 1.37-2.088.968-.711-.298-1.059-1.232-.662-1.908zM11.08 13.334c.64-.155 1.395.033 1.753.621.416.609.192 1.509-.432 1.884-.556.375-1.301.276-1.831-.097a13.419 13.419 0 0 1-.16-.935 4.3 4.3 0 0 1 1.249.114c.288-.041.172-.365.037-.497-.241-.341-.427-.717-.615-1.09z"/><path fill="#fff" d="M10.408 14.549c-.062-.415-.046-.841.354-1.078.206.354.398.715.585 1.078h-.939zM9.473 14.27c.06-.168.118-.337.18-.505.069.285.133.572.179.862-.122-.118-.24-.237-.359-.357zM.133 23.629c.162.088.297.213.392.371H.133v-.371zM23.444 24a.919.919 0 0 1 .423-.406V24h-.423z"/><path fill="#033399" d="M.133.617A1.442 1.442 0 0 1 1.33.099C4.645.094 7.958.104 11.273.094c.245-.001.488.038.725.098-.304.335-.518.733-.736 1.126C7.556 7.742 3.833 14.156.132 20.584V.618zM12.935 1.772c-.32-.561-.668-1.106-.939-1.695 3.556.049 7.114.003 10.671.024.479-.027.914.225 1.2.597v19.99c-3.641-6.306-7.29-12.61-10.933-18.916zM.133 21.003h23.735v2.591a.919.919 0 0 0-.423.406H.526a1.02 1.02 0 0 0-.392-.371v-2.625z"/><path fill="#030303" d="M8.392 7.4c-.224-.468.313-1.029.786-.81.399.152.431.631.285.977.504 1.095 1.033 2.179 1.542 3.271-.107.468-.245.928-.369 1.392-.095.329.196.594.308.879.802-.247 1.779.042 2.177.815.447.765.082 1.825-.705 2.202-.744.414-1.691.175-2.257-.426-.32-.001-.638-.001-.956-.007-.077-.434.439-.435.696-.617l-.123-.313c-.2.208-.428.524-.764.406-.346-.07-.431-.438-.389-.739-.651-.534-1.318-1.048-1.97-1.578l-.133.217c.578.297 1.12.808 1.144 1.5.098 1.044-.963 1.916-1.968 1.746-.941-.081-1.72-1.053-1.474-1.993.191-.908 1.177-1.432 2.058-1.29.216-.619.332-1.277.609-1.871.247-.284.961-.346 1.09.052-.278.06-.623-.058-.871.091-.17.402-.264.831-.399 1.245.678.591 1.423 1.101 2.099 1.693.111-.028.223-.056.335-.082.288-.815.575-1.64.605-2.514-.284.121-.566.243-.85.363.097.529.22 1.052.325 1.579l-.081.19c-.194.121-.452.135-.636-.011l.184-.305c-.191-.526-.391-1.049-.575-1.578.552-.447 1.097-.902 1.644-1.352-.267-.375-.53-.75-.802-1.12-.32.517-.643 1.032-.972 1.542a59.836 59.836 0 0 0-.717-.069c.621-1.069 1.177-2.176 1.851-3.213-.239.306-.626-.02-.727-.276m1.958 6.059c.257.122.448-.418.137-.446-.187.033-.245.309-.137.446m-5.732.576c-.398.676-.049 1.61.662 1.908.801.402 1.903-.074 2.088-.968.171-.679-.28-1.356-.903-1.606-.143.471-.33.94-.312 1.441-.113.217-.464.143-.507-.088.285-.439.426-.941.554-1.443-.614-.054-1.282.187-1.583.754m6.463-.695c.188.373.374.749.615 1.09.135.133.251.456-.037.497a4.3 4.3 0 0 0-1.249-.114c.042.313.097.626.16.935.53.373 1.276.472 1.831.097.625-.375.849-1.276.432-1.884-.358-.587-1.112-.776-1.753-.621m-.671 1.215h.939a23.89 23.89 0 0 0-.585-1.078c-.4.237-.416.663-.354 1.078m-.935-.279c.119.119.237.239.359.357-.046-.29-.11-.577-.179-.862-.062.168-.121.337-.18.505zM15.18 9.095c.407-.215.947.13.931.587.024.493-.594.843-.998.556-.434-.243-.39-.952.068-1.143z"/><path fill="#030303" d="M14.552 12.162c.305-.597.615-1.192.928-1.785.411.251.862.443 1.245.737.457.481.87 1.002 1.321 1.489.004.744.003 1.486.001 2.23-.151.085-.309.159-.448.263l-.077.057a7.94 7.94 0 0 0-.115.037c-.012-.735.037-1.476-.001-2.213-.2-.338-.526-.589-.785-.884.034.947-.131 1.947.273 2.839.664 1.306 1.335 2.61 2 3.916-.339.19-.662.415-1.018.572-.423.049-.851.012-1.277.02.362-.259.725-.516 1.087-.772-.53-1.048-1.062-2.094-1.592-3.141-.444.533-1.187.894-1.306 1.635-.212.762-.434 1.521-.652 2.281-.603-.203-1.211-.396-1.81-.61.359-.048.721-.082 1.082-.117l.064-.048c.285-.78.548-1.567.85-2.34.314-.582.768-1.078 1.107-1.646-.004-.662-.143-1.318-.199-1.978-.591.621-1.185 1.24-1.771 1.866-.115-.282-.217-.569-.324-.854.485-.503 1.132-.89 1.419-1.553z"/><path fill="#030303" d="M15.014 17.158c.56.004 1.119.004 1.68.001.117.239.235.479.357.717-.735-.005-1.468-.003-2.202-.001.053-.24.107-.48.166-.717zM18.32 17.159c.997.003 1.994.001 2.991.001.123.24.249.48.378.717-.992-.011-1.984-.001-2.977-.005-.13-.239-.26-.476-.392-.713zM2.111 17.857c.126-.224.251-.45.378-.674l11.196.001c-.089.224-.178.448-.265.674l-11.309-.001z"/></symbol><symbol viewBox="0 0 24 24" id="information--trail-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#009fe3" d="M.776 0h22.415c.406.064.714.378.809.772v22.426c-.072.403-.382.71-.778.803H.798A1.012 1.012 0 0 1 0 23.228V.795C.073.397.383.087.776.001m.152 21.246H23.07c-3.689-6.391-7.376-12.784-11.071-19.172C8.307 8.464 4.619 14.856.928 21.247z"/><path fill="#fff" d="M.928 21.247C4.619 14.856 8.307 8.463 11.999 2.075c3.695 6.389 7.382 12.781 11.071 19.172H.928M11.593 4.678c-.055.182-.112.362-.175.541.091.222.192.445.388.594-.41.266-.529.756-.775 1.147-.163.205-.402.331-.607.488l-.07.151c-.128.122-.456.175-.349.413.156.236.385.001.499-.145.445-.154.742-.535 1.112-.805.073.449.13.899.197 1.349-.184.29-.278.659-.577.862-.01.709-.463 1.313-.654 1.981-.248.007-.497.016-.745.034.305.337.775.396 1.17.576l.109-.332.202-.082c.229-.551.384-1.132.643-1.672.052-.155.192-.241.312-.337.048-.143.097-.283.149-.425.439.82.948 1.6 1.484 2.359a4.216 4.216 0 0 1-.373.556l.521-.004c.126-.158.256-.312.389-.464-.066-.21-.181-.436-.011-.63a8.038 8.038 0 0 1-.83-1.249l.086-.336c-.288-.001-.331-.284-.367-.506-.031-.746-.526-1.426-.305-2.188.161.148.446.251.415.514-.007.374.088.738.113 1.11l.12.374c.383-.508.24-1.205.228-1.798-.378-.523-.883-1.003-1.523-1.171-.126-.181 0-.388.032-.575a9.798 9.798 0 0 1-.228-.319l-.58-.011M8.484 9.199v.307h.402v-.307h-.402m.683 0v.307l.402.001v-.308h-.402m.684 0l-.002.307.403.001v-.308h-.401m.683-.015l-.001.324.43-.002c.058-.323-.191-.328-.428-.322m3.411.015l-.001.307h.403v-.307h-.402m.656.306l.43.002-.001-.324c-.24-.008-.482 0-.428.322m.708-.306l.001.307h.403l-.002-.308-.402.001m-4.543 3.857c.102.149.203.298.294.452l.281.172c.146.006.294.013.44.022-.085.425-.226.842-.215 1.28-.215.144-.427.29-.643.43a.704.704 0 0 1-.386.308c.116.116.096.26-.017.372l.136.187-.413-.163c.042.206-.107.583.23.564l-.119.367c-.538-.121-1.158-.022-1.517.431-.57.619-.359 1.721.395 2.093.726.415 1.747-.011 1.958-.821.205-.628-.14-1.283-.67-1.626l.091-.295c.37.38.86.659 1.135 1.122l.158.034c.001.206-.078.455.091.619.166.202.458.187.67.062l-.284.454c.272-.028.462-.222.648-.4.212.712 1.006 1.192 1.729.953.82-.211 1.246-1.264.798-1.985-.32-.601-1.078-.814-1.704-.616a6.501 6.501 0 0 1-.344-.823l.445-.035c-.071-.698-.5-1.268-.82-1.87-.24-.449-.629-.816-1.122-.965-.342-.102-.185-.655-.553-.752-.332-.152-.522.215-.694.428M6.62 15.359l.001.413.629-.001-.005-.421-.625.01m1.061-.005l.012.421c.206-.004.413-.006.62-.008l-.001-.413a66.36 66.36 0 0 0-.631 0m1.071 0l-.002.415.629.001-.001-.416h-.625m1.062-.001l-.001.406.552.034c.056-.14.084-.289.107-.437l-.658-.002m4.256 0l.001.415h.626l.001-.415h-.629m1.066-.002l.001.419.622-.001.011-.407c-.211-.006-.422-.008-.634-.011m1.064.002l.001.416.626-.001v-.415h-.628m1.067.417l.628-.001-.002-.415h-.625v.416m-13.92 4.081v.582h1.298v-.581l-1.298-.001m1.765 0v.582H6.41v-.581l-1.298-.001m1.765 0v.582h1.3v-.582h-1.3m1.765.001v.581h1.3v-.581h-1.3m1.767-.001l-.001.582h1.3v-.582H10.41m1.764 0v.582h1.298v-.582h-1.298m1.765.001v.581h1.3v-.581h-1.3m1.765-.001v.582h1.298v-.581l-1.298-.001m1.766 0v.582h1.3v-.582h-1.3m1.765.001v.581h1.3v-.582l-1.3.001z"/><path fill="#fff" d="M12.11 14.528c.271.349.526.712.738 1.099-.341.175-.701.32-1.009.553-.348.005-.696.004-1.044.001l.08-.272a1.95 1.95 0 0 1 .583-.163c.05-.23.244-.365.386-.535.13-.209.178-.456.265-.683m-.165.827l.001.421c.206-.005.414-.012.62-.02l.007-.401h-.629zM12.196 16.501c.205-.053.419-.089.61-.186-.15.3-.314.594-.452.9-.048-.239-.1-.478-.157-.714zM10.667 16.633l.072-.234h.955c.095.434.227.859.398 1.27l-.224.013c-.431-.312-.796-.706-1.201-1.049zM13.409 16.536l.286.608c-.389.265-.63.671-.737 1.124a2.987 2.987 0 0 1-.197-.828c.236-.286.45-.59.648-.905zM8.963 17.609c.316-.409.876-.508 1.355-.374-.112.442-.382.811-.575 1.217l.185-.043c.263-.318.425-.708.576-1.088.379.302.661.779.539 1.279-.121.726-1.006 1.182-1.663.84-.688-.289-.913-1.272-.416-1.83zM13.939 17.228c.671-.216 1.476.187 1.596.902.184.762-.55 1.54-1.318 1.411-.583-.061-.989-.578-1.056-1.135.442.012.884.042 1.327.031-.166-.41-.37-.805-.55-1.21z"/><path fill="#fff" d="M13.162 18.214c.097-.361.305-.674.604-.899.16.314.308.634.458.953-.354-.016-.708-.031-1.062-.054zM11.977 18.085c.23.166.473.314.694.493-.216.058-.517.137-.638-.12l-.055-.373z"/><path d="M11.593 4.678l.58.011c.073.108.15.214.228.319-.032.187-.158.394-.032.575.64.168 1.145.648 1.523 1.171.012.593.155 1.29-.228 1.798l-.12-.374c-.025-.372-.12-.736-.113-1.11.031-.263-.254-.366-.415-.514-.221.762.274 1.441.305 2.188.036.222.079.505.367.506a41.39 41.39 0 0 0-.086.336c.232.444.521.856.83 1.249-.17.194-.055.42.011.63-.133.152-.263.306-.389.464l-.521.004c.138-.176.265-.36.373-.556a22.828 22.828 0 0 1-1.484-2.359c-.052.142-.101.282-.149.425-.12.096-.26.182-.312.337-.259.54-.414 1.121-.643 1.672l-.202.082-.109.332c-.395-.18-.865-.239-1.17-.576.248-.018.497-.026.745-.034.191-.668.644-1.272.654-1.981.299-.203.394-.571.577-.862-.067-.45-.124-.9-.197-1.349-.371.27-.667.652-1.112.805-.114.146-.343.382-.499.145-.107-.238.221-.29.349-.413l.07-.151c.205-.157.444-.283.607-.488.246-.391.365-.881.775-1.147-.196-.149-.296-.372-.388-.594.064-.179.12-.359.175-.541zM8.484 9.199h.402v.307h-.402v-.307zM9.167 9.199h.402v.308l-.402-.001v-.307z"/><path d="M9.851 9.199h.401v.308l-.403-.001.002-.307zM10.534 9.184c.238-.006.486-.001.428.322l-.43.002.001-.324zM13.946 9.199h.402v.307h-.403l.001-.307zM14.602 9.505c-.054-.322.188-.33.428-.322l.001.324-.43-.002zM15.311 9.199l.402-.001.002.308h-.403l-.001-.307zM10.768 13.056c.172-.214.361-.581.694-.428.368.097.211.65.553.752.493.149.882.516 1.122.965.319.601.749 1.171.82 1.87l-.445.035c.09.284.216.554.344.823.626-.198 1.384.014 1.704.616.448.721.022 1.774-.798 1.985-.724.239-1.517-.241-1.729-.953-.186.178-.376.372-.648.4.071-.113.214-.34.284-.454-.211.125-.504.139-.67-.062-.169-.164-.09-.413-.091-.619a7.329 7.329 0 0 1-.158-.034c-.275-.463-.766-.742-1.135-1.122l-.091.295c.529.343.875.998.67 1.626-.211.81-1.232 1.236-1.958.821-.754-.372-.965-1.474-.395-2.093.359-.452.979-.552 1.517-.431l.119-.367c-.337.019-.188-.358-.23-.564l.413.163-.136-.187c.113-.112.133-.256.017-.372.162-.06.3-.156.386-.308.216-.139.428-.286.643-.43-.011-.438.13-.856.215-1.28a32.388 32.388 0 0 0-.44-.022l-.281-.172a7.436 7.436 0 0 0-.294-.452m1.34 1.471c-.088.227-.136.474-.265.683-.143.17-.336.305-.386.535a1.94 1.94 0 0 0-.583.163l-.08.272c.348.002.696.004 1.044-.001.308-.233.668-.378 1.009-.553a8.273 8.273 0 0 0-.738-1.099m.085 1.973c.058.236.109.475.157.714.138-.306.302-.6.452-.9-.191.097-.404.133-.61.186m-1.528.132c.406.343.77.737 1.201 1.049l.224-.013a7.224 7.224 0 0 1-.398-1.27h-.955l-.072.234m2.742-.097a8.759 8.759 0 0 1-.648.905c.028.284.09.563.197.828.107-.454.348-.859.737-1.124l-.286-.608m-4.446 1.072c-.497.558-.271 1.541.416 1.83.658.342 1.542-.114 1.663-.84.122-.5-.16-.977-.539-1.279-.151.38-.313.77-.576 1.088l-.185.043c.193-.406.463-.775.575-1.217-.479-.133-1.039-.035-1.355.374m4.977-.38c.18.404.384.799.55 1.21-.443.011-.886-.019-1.327-.031.067.557.473 1.074 1.056 1.135.768.128 1.501-.649 1.318-1.411-.12-.715-.925-1.118-1.596-.902m-.778.985c.354.023.708.038 1.062.054-.15-.319-.299-.638-.458-.953a1.653 1.653 0 0 0-.604.899m-1.185-.129l.055.373c.121.257.422.178.638.12-.221-.179-.463-.328-.694-.493zM6.62 15.359l.625-.01.005.421-.629.001-.001-.413zM7.681 15.355h.631l.001.413-.62.008-.012-.421zM8.752 15.355h.625l.001.416-.629-.001.002-.415z"/><path d="M9.815 15.354l.658.002c-.023.148-.05.296-.107.437l-.552-.034.001-.406zM11.944 15.355h.629l-.007.401c-.206.008-.414.016-.62.02l-.001-.421zM14.071 15.355h.629l-.001.415h-.626l-.001-.415zM15.136 15.353c.211.002.422.005.634.011l-.011.407-.622.001-.001-.419zM16.2 15.355h.628v.415l-.626.001-.001-.416zM17.266 15.772v-.416h.625l.002.415-.628.001zM3.347 19.853l1.298.001v.581H3.347v-.582zM5.112 19.853l1.298.001v.581H5.112v-.582zM6.877 19.853h1.3v.582h-1.3v-.582zM8.642 19.854h1.3v.581h-1.3v-.581zM10.409 19.853h1.298v.582h-1.3l.001-.582zM12.174 19.853h1.298v.582h-1.298v-.582zM13.939 19.854h1.3v.581h-1.3v-.581zM15.704 19.853l1.298.001v.581h-1.298v-.582zM17.47 19.853h1.3v.582h-1.3v-.582zM19.235 19.854l1.3-.001v.582h-1.3v-.581z"/></symbol><symbol viewBox="0 0 24 24" id="information--trams-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0303ff" d="M0 0h24v24H0V0m.757 20.517c7.37-.008 14.74.004 22.11-.005-3.614-6.137-7.211-12.283-10.815-18.425C8.285 8.23 4.53 14.379.757 20.518z"/><path fill="#fff" d="M.757 20.517C4.53 14.378 8.285 8.229 12.052 2.086c3.604 6.143 7.201 12.288 10.815 18.425-7.37.01-14.74-.003-22.11.005m6.217-8.306c1.277.058 2.555.005 3.832.025.502.708.99 1.425 1.485 2.137-.457.365-.902.742-1.359 1.108-.252.247-.823-.08-.887.359-1.321.001-2.641-.001-3.962.001-.348.614-.625 1.264-.935 1.898-.196.381-.055.821-.059 1.227.554.107 1.12.038 1.68.055l.247.306c-1.467.027-2.94-.048-4.405.037l-.071.267c6.24.044 12.48.003 18.72.021.235-.034.727.114.565-.289-1.487-.084-2.98-.003-4.469-.041.059-.075.178-.228.239-.303.473.005.948.005 1.422.001l.219-.187c-.022-.318.06-.665-.101-.956-.359-.684-.738-1.356-1.101-2.038-1.888-.001-3.777.003-5.664-.003-.012-.277-.25-.324-.473-.369.259-.363.514-.731.773-1.094-.462-.715-.92-1.432-1.391-2.142 2.049-.007 4.098.029 6.145-.018.003-.203-.086-.302-.269-.293-3.2-.018-6.4.003-9.601-.01-.236.027-.691-.095-.579.3z"/><path fill="#fff" d="M7.349 16.245c3.206 0 6.411-.018 9.618-.018l.001 1.764c-1.195.011-2.388.015-3.582.018.003-.576.001-1.152.001-1.728l-.409.001v1.736c-1.877-.004-3.754.012-5.63.025v-1.798m3.581.017v1.735l.409-.004v-1.732l-.409.001zM17.379 16.225c.189 0 .379.001.568.004.27.577.59 1.134.783 1.744-.45.021-.901.018-1.352.015a345.68 345.68 0 0 1 .001-1.764zM6.152 16.32c.256-.066.523-.08.786-.089.003.603.001 1.207.001 1.81-.435-.03-.928.119-1.301-.171.166-.518.352-1.03.514-1.55zM8.039 19.022l.215-.001.215.309-.68-.004.25-.303zM16.245 18.978c.1.112.199.226.296.341a29.63 29.63 0 0 1-.595.005c.099-.117.199-.232.299-.347zM9.514 19.022l5.421-.001.258.307c-1.958.001-3.915-.001-5.872.001l.193-.307z"/><path fill="#030303" d="M6.974 12.21c-.112-.395.343-.273.579-.3 3.201.012 6.402-.008 9.601.01.182-.008.272.091.269.293-2.048.047-4.096.011-6.145.018.47.71.928 1.428 1.391 2.142-.259.363-.514.731-.773 1.094.224.045.461.092.473.369 1.887.005 3.776.001 5.664.003.363.682.742 1.354 1.101 2.038.162.291.08.638.101.956l-.219.187c-.475.004-.949.004-1.422-.001l-.239.303c1.489.038 2.983-.043 4.469.041.162.403-.331.255-.565.289-6.24-.018-12.48.023-18.72-.021l.071-.267c1.465-.085 2.938-.01 4.405-.037a82.07 82.07 0 0 1-.247-.306c-.56-.016-1.126.052-1.68-.055.004-.406-.137-.846.059-1.227.31-.634.587-1.284.935-1.898 1.321-.003 2.641 0 3.962-.001.064-.439.635-.112.887-.359.457-.366.902-.743 1.359-1.108-.495-.712-.983-1.429-1.485-2.137-1.277-.019-2.555.033-3.832-.025m.376 4.034v1.798c1.876-.012 3.752-.029 5.63-.025v-1.736l.409-.001c0 .576.001 1.152-.001 1.728a534.3 534.3 0 0 0 3.582-.018l-.001-1.764c-3.206 0-6.411.018-9.618.018m10.029-.02a207.4 207.4 0 0 0-.001 1.764c.451.003.902.005 1.352-.015-.193-.61-.513-1.167-.783-1.744a35.85 35.85 0 0 0-.568-.004m-11.227.094c-.162.52-.348 1.031-.514 1.55.373.291.867.141 1.301.171 0-.603.001-1.207-.001-1.81-.263.01-.529.023-.786.089m1.887 2.702c-.082.101-.166.202-.25.303l.68.004c-.073-.103-.144-.206-.215-.309l-.215.001m8.206-.043c-.1.115-.2.23-.299.347.197 0 .396-.001.595-.005a16.06 16.06 0 0 0-.296-.341m-6.731.043l-.193.307c1.957-.003 3.914 0 5.872-.001a70.02 70.02 0 0 0-.258-.307l-5.421.001z"/><path fill="#030303" d="M10.929 16.262l.409-.001v1.732l-.409.004v-1.735z"/></symbol><symbol viewBox="0 0 24 24" id="information--trucks-both-ways--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.769 0H3.94a1.357 1.357 0 0 0-1.171 1.103V0zM20.146 0h1.085v.967C21.096.46 20.655.092 20.146 0zM8.721 8.095v-4.9l10.468.001v4.898l-10.468.001z"/><path fill="#fff" d="M5.727 4.849l2.795.001v3.52c2.321-.012 4.642.023 6.962-.018-.523.2-.828.735-.873 1.273H8.394c-.026-.698-.565-1.344-1.275-1.409-.828-.126-1.595.592-1.619 1.41l-.445-.001c0-.807.002-1.614-.002-2.42-.016-.324.109-.628.208-.929.157-.475.308-.952.466-1.426m.398.559c-.167.396-.334.791-.497 1.188l2.229-.001V5.409H6.124zM16.65 8.357c.846.028 1.692.006 2.538.013l.001.483c-.566.256-1.133.51-1.698.766-.033-.534-.349-1.038-.841-1.262z"/><path fill="#fff" d="M6.666 8.416c.669-.174 1.41.31 1.514.994.164.744-.497 1.522-1.257 1.471-.572.002-1.094-.443-1.198-1.002-.147-.637.304-1.33.942-1.463m.092.738c-.344.123-.442.626-.157.86.262.263.774.119.846-.25.125-.389-.319-.779-.689-.61zM15.731 8.45c.737-.221 1.563.383 1.571 1.152.05.683-.553 1.318-1.237 1.305-.631.025-1.216-.502-1.259-1.132-.071-.591.352-1.181.925-1.326m.17.715c-.345.095-.486.571-.237.834.247.318.811.176.891-.216.113-.374-.292-.745-.654-.618zM9.657 17.548c.819-1.517 1.702-2.998 2.55-4.499.848 1.501 1.738 2.98 2.554 4.497-.574-.069-1.143-.184-1.717-.254v5.268H11.37v-5.269c-.573.074-1.141.184-1.714.257zM2.769 22.809c.053.618.568 1.115 1.175 1.191H2.769v-1.191zM20.025 24a1.35 1.35 0 0 0 1.206-.973V24h-1.206z"/><path fill="#2847a3" d="M3.941 0h16.206c.509.092.95.461 1.085.967v22.06a1.349 1.349 0 0 1-1.206.973H3.945c-.607-.076-1.122-.573-1.175-1.191V1.103A1.357 1.357 0 0 1 3.941 0m4.78 8.095l10.468-.001V3.196L8.721 3.195v4.9M5.727 4.849c-.158.474-.309.951-.466 1.426-.099.301-.223.605-.208.929.004.807.002 1.614.002 2.42l.445.001c.024-.818.791-1.535 1.619-1.41.71.065 1.249.711 1.275 1.409h6.217c.045-.538.35-1.073.873-1.273-2.32.042-4.641.006-6.962.018v-3.52l-2.795-.001M16.65 8.357c.492.224.808.727.841 1.262.566-.257 1.133-.51 1.698-.766l-.001-.483c-.846-.007-1.693.015-2.538-.013m-9.984.059c-.638.133-1.088.826-.942 1.463.104.559.626 1.004 1.198 1.002.761.051 1.422-.727 1.257-1.471-.104-.684-.845-1.168-1.514-.994m9.066.034c-.573.145-.996.735-.925 1.326.043.63.628 1.157 1.259 1.132.684.013 1.287-.622 1.237-1.305-.008-.769-.834-1.373-1.571-1.152m-6.074 9.097c.573-.073 1.141-.183 1.714-.257v5.269h1.674v-5.268c.574.07 1.143.185 1.717.254-.816-1.518-1.706-2.996-2.554-4.497-.848 1.501-1.732 2.982-2.55 4.499z"/><path fill="#2847a3" d="M6.125 5.409h1.733v1.187l-2.229.001c.162-.397.33-.792.497-1.188zM6.759 9.154c.369-.169.813.222.689.61-.072.369-.583.513-.846.25-.285-.234-.187-.738.157-.86zM15.901 9.164c.362-.126.766.245.654.618-.079.392-.643.534-.891.216-.248-.263-.108-.739.237-.834z"/></symbol><symbol viewBox="0 0 24 24" id="information--tunnel--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0303ff" d="M0 .068h24v23.864H.047L0 23.889V.068m6.728 3.883c.898 1.669 1.989 3.233 2.941 4.873a9.36 9.36 0 0 1 1.424-.464c-.289-1.471-.576-2.944-.872-4.414-1.165.001-2.329-.005-3.493.004m3.688-.003c.289 1.463.579 2.925.865 4.389a8.238 8.238 0 0 1 1.669-.009c.239-1.463.526-2.919.784-4.38h-3.318m2.711 4.412c.548.117 1.07.324 1.588.534a468.336 468.336 0 0 1 2.841-4.951c-1.208.008-2.416.001-3.624.004-.273 1.47-.537 2.941-.804 4.412m4.574-4.306c-.933 1.654-1.893 3.294-2.831 4.945.469.297.904.647 1.283 1.054 1.216-.971 2.431-1.943 3.645-2.915-.697-1.029-1.406-2.05-2.096-3.083M4.462 7.037c1.224.982 2.45 1.959 3.676 2.938a6.7 6.7 0 0 1 1.374-1.071c-.976-1.566-1.94-3.139-2.91-4.709-.708.951-1.425 1.896-2.14 2.842M2.378 9.81c1.597.613 3.186 1.246 4.774 1.881a5.515 5.515 0 0 1 .866-1.57 855.412 855.412 0 0 0-3.672-2.926c-.658.871-1.313 1.742-1.969 2.616m13.901.386c.334.454.602.953.789 1.486 1.55-.575 3.092-1.173 4.644-1.741a1230.4 1230.4 0 0 1-1.803-2.647c-1.212.965-2.418 1.938-3.63 2.902M2.195 9.95c-.023 1.177.016 2.355.018 3.532 1.589.001 3.178.001 4.767-.001a7.843 7.843 0 0 1 .122-1.612c-1.637-.636-3.257-1.317-4.907-1.919m14.926 1.917c.1.533.138 1.074.156 1.615h4.614c-.015-1.131-.014-2.262-.039-3.391-1.578.587-3.155 1.181-4.731 1.776M2.216 13.673c.011 1.041.019 2.084.031 3.125h4.735l.001-3.124c-1.589-.004-3.178-.001-4.767-.001m15.055 0c.001 1.041-.001 2.084.003 3.127h4.649c-.007-1.043-.02-2.084-.028-3.127h-4.624M2.248 16.991c.009.988.014 1.977.031 2.965 1.569-.007 3.136 0 4.705-.003-.004-.987 0-1.976-.003-2.963H2.247m15.014.008c.014.99.023 1.98-.007 2.968 1.566-.027 3.134-.005 4.7-.011-.008-.988-.02-1.976-.027-2.963-1.555.001-3.111-.009-4.666.005z"/><path fill="#fff" d="M6.728 3.951c1.163-.009 2.328-.003 3.493-.004.296 1.47.583 2.942.872 4.414a9.397 9.397 0 0 0-1.424.464c-.952-1.641-2.043-3.204-2.941-4.873zM10.416 3.947h3.318c-.258 1.46-.545 2.917-.784 4.38a8.31 8.31 0 0 0-1.669.009c-.286-1.464-.576-2.926-.865-4.389zM13.127 8.359c.267-1.471.532-2.942.804-4.412 1.208-.003 2.416.004 3.624-.004a475.921 475.921 0 0 0-2.841 4.951c-.518-.21-1.04-.418-1.588-.534zM17.702 4.052c.69 1.033 1.399 2.054 2.096 3.083-1.214.972-2.428 1.944-3.645 2.915a6.464 6.464 0 0 0-1.283-1.054c.938-1.652 1.898-3.291 2.831-4.945zM4.462 7.037c.715-.946 1.432-1.892 2.14-2.842.969 1.57 1.934 3.143 2.91 4.709-.5.3-.967.654-1.374 1.071-1.226-.979-2.452-1.957-3.676-2.938zM2.378 9.81c.656-.873 1.311-1.745 1.969-2.616 1.227.972 2.45 1.947 3.672 2.926a5.515 5.515 0 0 0-.866 1.57 369.262 369.262 0 0 0-4.774-1.881zM16.278 10.197c1.212-.964 2.418-1.936 3.63-2.902.601.883 1.201 1.765 1.803 2.647-1.553.568-3.094 1.166-4.644 1.741a5.715 5.715 0 0 0-.789-1.486zM2.195 9.95c1.65.602 3.271 1.283 4.907 1.919a7.854 7.854 0 0 0-.122 1.612c-1.589.003-3.178.003-4.767.001-.001-1.177-.041-2.355-.018-3.532zM17.121 11.867c1.576-.595 3.153-1.189 4.731-1.776.026 1.13.024 2.26.039 3.391h-4.614a10.666 10.666 0 0 0-.156-1.615zM2.216 13.673c1.589 0 3.178-.003 4.767.001l-.001 3.124H2.247c-.012-1.041-.02-2.084-.031-3.125zM17.271 13.673h4.624c.008 1.043.022 2.084.028 3.127h-4.649c-.004-1.043-.001-2.085-.003-3.127zM2.248 16.991h4.734c.003.987-.001 1.976.003 2.963-1.569.003-3.136-.004-4.705.003-.018-.988-.022-1.977-.031-2.965zM17.261 16.998c1.555-.015 3.111-.004 4.666-.005.007.987.019 1.974.027 2.963-1.566.005-3.134-.016-4.7.011.03-.988.02-1.978.007-2.968zM0 23.889l.047.043H0v-.043z"/></symbol><symbol viewBox="0 0 24 24" id="information--urban-area--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 .18h24v23.64H0V.18m11.198.16C7.608.525 4.183 2.513 2.21 5.512a11.642 11.642 0 0 0-1.948 6.791 11.632 11.632 0 0 0 2.796 7.264 11.62 11.62 0 0 0 6.528 3.846c2.461.509 5.084.182 7.346-.911 2.792-1.322 5-3.811 5.99-6.737.834-2.419.838-5.116.012-7.537a11.684 11.684 0 0 0-4.182-5.68C16.596.954 13.87.171 11.197.34z"/><path fill="#fff" d="M11.304 3.094c2.058-.139 4.165.45 5.824 1.681a8.911 8.911 0 0 1 3.329 4.752 8.96 8.96 0 0 1-.198 5.514 8.946 8.946 0 0 1-3.733 4.549 8.79 8.79 0 0 1-4.757 1.292 8.798 8.798 0 0 1-5.365-1.907 8.908 8.908 0 0 1-1.961-11.84c1.487-2.326 4.104-3.877 6.862-4.042m.496 3.049c-2.074 2.134-4.139 4.276-6.209 6.413.733.004 1.466 0 2.2.001.001 1.259-.001 2.518.001 3.776h2.411c.004-1.609-.002-3.217.002-4.825.589-.568 1.175-1.139 1.771-1.698.575.557 1.134 1.129 1.7 1.694.008 1.609 0 3.22.005 4.829h2.482v-3.775c.744-.002 1.489.001 2.233-.002a3990.07 3990.07 0 0 0-6.596-6.413z"/><path fill="#fa0100" d="M11.198.34c2.674-.169 5.399.614 7.555 2.208a11.68 11.68 0 0 1 4.182 5.68 11.718 11.718 0 0 1-.012 7.537c-.99 2.926-3.198 5.414-5.99 6.737a11.617 11.617 0 0 1-7.346.911 11.62 11.62 0 0 1-6.528-3.846 11.63 11.63 0 0 1-2.796-7.264 11.635 11.635 0 0 1 1.948-6.791C4.184 2.513 7.609.525 11.199.34m.105 2.754c-2.758.164-5.375 1.716-6.862 4.042-1.277 1.944-1.723 4.399-1.243 6.672a8.905 8.905 0 0 0 3.204 5.168 8.804 8.804 0 0 0 5.365 1.907 8.792 8.792 0 0 0 4.757-1.292 8.946 8.946 0 0 0 3.733-4.549 8.96 8.96 0 0 0 .198-5.514 8.911 8.911 0 0 0-3.329-4.752c-1.658-1.231-3.766-1.82-5.824-1.681z"/><path d="M11.801 6.142a3990.07 3990.07 0 0 1 6.596 6.413c-.744.004-1.489 0-2.233.002v3.775h-2.482c-.005-1.609.004-3.22-.005-4.829-.566-.565-1.126-1.138-1.7-1.694-.596.559-1.182 1.13-1.771 1.698-.005 1.608.001 3.216-.002 4.825H7.793c-.002-1.259 0-2.518-.001-3.776-.733-.001-1.466.002-2.2-.001 2.07-2.137 4.135-4.279 6.209-6.413z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--all-directions-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h11.142C8.799.192 6.505 1.044 4.654 2.503A11.973 11.973 0 0 0 .528 8.539a11.994 11.994 0 0 0 .373 7.854 12.04 12.04 0 0 0 5.961 6.343 11.955 11.955 0 0 0 7.604.924c3.256-.67 6.185-2.764 7.872-5.63.975-1.609 1.501-3.458 1.662-5.326V24H0V0zM12.88 0H24v11.257c-.199-2.919-1.455-5.768-3.566-7.808C18.438 1.438 15.696.226 12.88 0z"/><path fill="#fff" d="M9.09 5.436c1.034-1.041 2.07-2.08 3.114-3.112 1.039 1.029 2.08 2.055 3.104 3.097.057.883.004 1.774.024 2.66-.723-.725-1.45-1.444-2.18-2.16-.006 2.307-.001 4.615-.008 6.922a3.924 3.924 0 0 1 1.719-.42c1.162-.011 2.325.003 3.488-.006-.72-.729-1.437-1.46-2.164-2.183.881.003 1.761.001 2.643 0 1.049 1.036 2.079 2.093 3.121 3.135-1.036 1.035-2.076 2.067-3.105 3.11-.884.008-1.768.004-2.65.001.717-.723 1.439-1.443 2.159-2.164-1.21.011-2.422-.025-3.63.018-.86.047-1.587.823-1.575 1.684-.013 1.721-.001 3.443-.009 5.163h-1.883c-.004-1.723.011-3.446.003-5.171 0-.698-.484-1.374-1.154-1.582-.312-.108-.646-.117-.974-.114-1.03.004-2.06 0-3.09.003.719.72 1.441 1.436 2.155 2.161-.886.004-1.773.016-2.659-.006-1.022-1.043-2.06-2.071-3.092-3.105 1.045-1.039 2.072-2.097 3.121-3.131h2.639c-.72.726-1.44 1.45-2.155 2.18 1.197.014 2.395-.01 3.592.013.566.006 1.119.175 1.623.428-.008-2.315-.004-4.629-.011-6.943-.726.72-1.453 1.44-2.168 2.17.004-.881-.003-1.764.003-2.646z"/><path fill="#291770" d="M11.142 0h1.738c2.817.226 5.558 1.437 7.554 3.449C22.544 5.49 23.8 8.338 24 11.257v1.446c-.161 1.868-.687 3.717-1.662 5.326-1.686 2.866-4.616 4.96-7.872 5.63-2.545.533-5.262.21-7.604-.924a12.04 12.04 0 0 1-5.961-6.343 11.994 11.994 0 0 1-.373-7.854 11.973 11.973 0 0 1 4.126-6.036C6.504 1.043 8.799.191 11.142-.001M9.09 5.436c-.005.883.001 1.765-.003 2.646.715-.73 1.441-1.45 2.168-2.17.008 2.315.004 4.629.011 6.944-.504-.253-1.057-.422-1.623-.428-1.197-.023-2.395.001-3.592-.013.715-.73 1.435-1.454 2.155-2.18H5.567c-1.049 1.035-2.076 2.093-3.121 3.131 1.032 1.034 2.07 2.062 3.092 3.105.886.023 1.773.01 2.659.006-.714-.725-1.436-1.441-2.155-2.161 1.03-.003 2.06.001 3.09-.003.328-.003.662.006.974.114.67.208 1.154.884 1.154 1.582.009 1.724-.006 3.448-.003 5.171h1.883c.008-1.721-.004-3.443.009-5.163-.013-.861.715-1.637 1.575-1.684 1.209-.043 2.42-.006 3.63-.018-.72.721-1.441 1.441-2.159 2.164.883.003 1.766.006 2.65-.001 1.029-1.043 2.069-2.075 3.105-3.11-1.043-1.043-2.072-2.099-3.121-3.135-.881.001-1.761.003-2.643 0 .726.723 1.444 1.454 2.164 2.183-1.163.009-2.326-.005-3.488.006-.598 0-1.185.159-1.719.42.006-2.307.001-4.615.008-6.922.73.716 1.458 1.435 2.18 2.16-.02-.886.033-1.778-.024-2.66-1.023-1.043-2.065-2.069-3.103-3.097A480.881 480.881 0 0 0 9.09 5.435z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--all-directions-permitted--g3" xmlns="http://www.w3.org/2000/svg"><path d="M1.052 0h21.744a1.26 1.26 0 0 1 1.13 1.298c.008 6.846 0 13.693.004 20.54-.006.392.031.791-.053 1.178-.155.556-.727.94-1.298.902-6.846 0-13.692-.002-20.538.001-.498-.011-1.054.076-1.486-.234-.336-.22-.5-.61-.556-.994V1.269C-.005.657.46.121 1.051-.002m.067.601a.695.695 0 0 0-.528.706C.584 8.231.591 15.158.586 22.083c.012.338-.062.733.182 1.01.157.2.424.238.662.229 7.084-.006 14.168.002 21.252-.004.4.013.71-.368.667-.754 0-7.082.001-14.165-.001-21.247.048-.432-.354-.784-.774-.739C15.69.572 8.805.578 1.921.574c-.269.004-.539-.014-.804.024z"/><path d="M9.312 2.72h3.258c-.001 1.574.002 3.15-.002 4.726-.066.674.373 1.276.865 1.688.548.454 1.199.857 1.932.866 1.662-.019 3.324-.004 4.986-.008V13.2h-4.996c-3.061.012-5.852-2.59-6.044-5.646.002-1.612.001-3.223.001-4.834zM1.853 9.755h6.302v1.778H1.853V9.755zM11.027 14.663h1.78v6.28l-1.778.001c-.002-2.094-.001-4.187-.001-6.281z"/><path fill="#fff" d="M1.118.599c.265-.038.535-.02.804-.024C8.806.579 15.691.573 22.575.579c.42-.044.822.307.774.739.002 7.082.001 14.165.001 21.247.043.385-.268.767-.667.754-7.084.006-14.168-.002-21.252.004-.239.008-.505-.029-.662-.229-.245-.277-.17-.672-.182-1.01C.592 15.159.585 8.232.591 1.306A.696.696 0 0 1 1.119.6m8.193 2.12c0 1.61.001 3.222-.001 4.834.192 3.056 2.983 5.658 6.044 5.646h4.996V9.992c-1.662.005-3.324-.011-4.986.008-.733-.01-1.384-.413-1.932-.866-.492-.413-.931-1.014-.865-1.688.005-1.576.001-3.151.002-4.726H9.312M1.853 9.755v1.778h6.302V9.755H1.853m9.174 4.908c0 2.094-.001 4.187.001 6.281l1.778-.001v-6.28h-1.78z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--axle-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h10.77c-.936.185-1.883.313-2.778.662C4.309 1.933 1.354 5.122.397 8.901.174 9.552.158 10.244 0 10.91V0zM12.953 0H24v10.784c-.281-2.019-.946-4.014-2.152-5.681C19.84 2.183 16.472.28 12.952-.001z"/><path fill="#fff" d="M5.243 4.979c1.974-1.974 4.825-3.004 7.605-2.795 1.934.145 3.839.85 5.353 2.068-.736.74-1.448 1.535-2.249 2.202-2.456-.003-4.913.01-7.369-.007l-.068.065c.001.407.006.812-.003 1.217l.075.061c1.899-.008 3.796-.004 5.695-.003l.064.124-.075.15c-2.063.072-4.138.016-6.205.028-.003-.957.01-1.914-.006-2.872-.018-.473-.553-.357-.868-.363-.38.045-.865-.136-1.146.209-.736 1.057-.857 2.389-.782 3.64.335.003.669.014 1.004-.01.085.23.131.518.398.613.424.234.943-.136.944-.597 2.032-.006 4.063.001 6.095-.004l-.052.121c-1.172 1.142-2.308 2.321-3.481 3.46l-.155.064c-.877.008-1.755.003-2.632.003-.016.229-.011.455.013.682.683-.001 1.371.045 2.051-.016-.162.164-.323.326-.486.488-.059-.222-.257-.416-.494-.422a22.985 22.985 0 0 1-1.557-.076c-.032-.987.035-1.978-.034-2.96-.08-.381-.538-.236-.81-.261-.412.047-.973-.158-1.241.268-.682 1.062-.833 2.365-.717 3.599.336-.011.671-.003 1.007-.011.025.311.198.632.532.688.421.106.803-.275.798-.688.412.003.824.017 1.235-.007.055.278.155.603.479.664-.176.175-.333.377-.534.524-.428-.241-.956-.056-1.424-.114-.477-.076-.709.416-.871.772-.246.647-.493 1.326-.462 2.027-.109.179-.295.559-.525.488a9.831 9.831 0 0 1-2.006-6.856A9.806 9.806 0 0 1 5.244 4.98z"/><path fill="#fff" d="M5.983 6.006c.106-.25.158-.641.505-.654.377-.013.767-.045 1.141.017.126.473.024.983.056 1.47-.63.013-1.266.034-1.895-.008-.097-.295.113-.555.192-.824zM19.025 6.912c.138-.408.573-.706.882-.964a9.872 9.872 0 0 1 2.046 6.761c-.185 2.842-1.697 5.558-4.005 7.223-1.851 1.385-4.211 2.053-6.514 1.886a9.914 9.914 0 0 1-5.293-2.017c-.093-.234.304-.429.49-.527a.694.694 0 0 0 .589-.69c.418-.03.839-.006 1.256-.013-.011.431.426.823.851.664.456-.113.594-.733.281-1.066.034-.167.042-.335.024-.503 3.257-.042 6.518-.004 9.776-.02.004-.944.001-1.888 0-2.832-2.802.001-5.608-.013-8.41.007.549-.593 1.132-1.156 1.711-1.721 2.49-.109 4.989-.027 7.482-.052-.001-.085-.001-.253-.003-.336-2.273-.006-4.547.001-6.822-.004l.017-.281c1.121-1.131 2.245-2.291 3.392-3.374.253.422.944.431 1.153-.034.193-.332-.071-.641-.181-.943.079-.119.181-.239.318-.289l.937.001c.04-.289-.004-.584.02-.875m-2.585 6.246c-.439.241-.38.98.102 1.136.455.216 1.009-.256.871-.741-.082-.429-.621-.601-.973-.395m1.673-.024c-.415.217-.44.878-.03 1.11.404.28 1.021-.058.991-.552.008-.483-.549-.762-.961-.558m-2.387 4.848c-.4.244-.384.912.048 1.112.411.248.987-.117.947-.594-.003-.48-.6-.791-.995-.518m1.683-.023c-.445.226-.436.949.027 1.144.361.205.865-.058.916-.464.12-.507-.5-.949-.943-.679zM5.113 10.344c.426-.13.922-.12 1.351-.028.124.455.032.954.051 1.427-.577.121-1.213.007-1.811.055l-.119-.212c.154-.415.243-.899.528-1.242z"/><path fill="#fff" d="M19.547 21.359c2.56-2.029 4.184-5.156 4.453-8.399V24H12.977c2.38-.217 4.712-1.117 6.57-2.641zM0 13.184c.174.398.092.851.243 1.256.8 4.166 4.025 7.746 8.075 9.008.798.285 1.633.378 2.458.551H0V13.183zM5.835 15.32c.405-.244.919-.085 1.369-.123-.172.332-.525.548-.768.836-.27.219-.452.569-.793.68-.21.076-.339-.16-.247-.336.145-.353.246-.73.439-1.057z"/><path fill="#c0111e" d="M10.77 0h2.183c3.52.281 6.888 2.184 8.896 5.104 1.206 1.667 1.871 3.662 2.152 5.681v2.176c-.268 3.243-1.893 6.37-4.453 8.399-1.858 1.525-4.19 2.424-6.57 2.641h-2.201c-.824-.172-1.66-.265-2.458-.551-4.05-1.262-7.275-4.842-8.075-9.008-.151-.405-.069-.858-.243-1.256v-2.274c.158-.666.174-1.358.397-2.009C1.355 5.124 4.31 1.935 7.993.664 8.888.315 9.835.187 10.771.002M5.243 4.979a9.801 9.801 0 0 0-2.905 6.162 9.831 9.831 0 0 0 2.006 6.856c.23.071.416-.309.525-.488.313-.164.644-.466.774-.795.342-.112.524-.462.793-.68.243-.288.596-.504.768-.836l.088-.001a4.76 4.76 0 0 0 .335-.373c.2-.147.357-.349.534-.524.278-.253.536-.527.803-.792l.486-.488c.182-.223.503-.376.568-.669l.155-.064c1.173-1.139 2.31-2.318 3.481-3.46l.052-.121c.477-.328.839-.824 1.276-1.213.309-.357.728-.635.971-1.038.8-.668 1.513-1.463 2.249-2.202-1.515-1.218-3.419-1.923-5.353-2.068-2.78-.209-5.632.822-7.605 2.795m13.781 1.932c-.394.134-.699.549-.957.874-.137.051-.239.171-.318.289a8.089 8.089 0 0 0-.973.977c-1.148 1.083-2.272 2.243-3.392 3.374a6.807 6.807 0 0 0-.675.673c-.579.565-1.162 1.128-1.711 1.721-.956.872-1.816 1.855-2.781 2.718.123.104.16.234.109.391-.158.119-.381-.048-.545.083-.377.421-.908.755-1.151 1.261-.186.097-.583.292-.49.527a9.906 9.906 0 0 0 5.293 2.017c2.303.167 4.663-.501 6.514-1.886 2.308-1.664 3.82-4.381 4.005-7.223a9.867 9.867 0 0 0-2.046-6.761c-.309.258-.744.556-.882.964z"/><path fill="#030303" d="M6.047 5.064c.281-.344.767-.164 1.146-.209.315.006.85-.11.868.363.016.957.003 1.914.006 2.872 2.067-.013 4.142.044 6.205-.028l.075-.15-.064-.124c-1.899-.001-3.796-.006-5.695.003l-.075-.061c.008-.405.004-.81.003-1.217l.068-.065c2.456.017 4.913.004 7.369.007-.243.402-.662.68-.971 1.038-.438.388-.799.885-1.276 1.213-2.032.006-4.063-.001-6.095.004-.001.462-.521.832-.944.597-.267-.095-.313-.383-.398-.613-.335.024-.669.013-1.004.01-.075-1.251.047-2.582.782-3.64m-.064.942c-.079.27-.289.529-.192.824.628.042 1.265.021 1.895.008-.032-.487.069-.997-.056-1.47-.374-.062-.764-.03-1.141-.017-.347.013-.4.404-.505.654zM18.068 7.786c.258-.325.563-.74.957-.874-.024.291.02.586-.02.875l-.937-.001zM16.777 9.052c.287-.356.63-.676.973-.977.11.302.374.611.181.943-.209.464-.901.456-1.153.034zM4.827 10.056c.268-.426.829-.222 1.241-.268.272.025.73-.12.81.261.069.983.001 1.974.034 2.96.515.047 1.036.065 1.557.076.237.006.435.2.494.422-.267.265-.525.539-.803.792-.323-.061-.424-.385-.479-.664-.411.024-.823.01-1.235.007.006.412-.377.793-.798.688-.335-.055-.507-.377-.532-.688-.336.008-.671 0-1.007.011-.116-1.234.035-2.537.717-3.599m.287.29c-.285.343-.374.827-.528 1.242l.119.212c.599-.048 1.234.066 1.811-.055-.018-.473.073-.973-.051-1.427-.429-.092-.925-.102-1.351.028z"/><path fill="#030303" d="M7.385 12.353c.877 0 1.755.006 2.632-.003-.065.294-.385.446-.568.669-.68.061-1.368.014-2.051.016a3.981 3.981 0 0 1-.013-.682zM12.71 13.1a6.7 6.7 0 0 1 .675-.673l-.017.281c2.274.006 4.549-.001 6.822.004.001.083.001.251.003.336-2.493.025-4.992-.056-7.482.052z"/><path fill="#030303" d="M16.437 13.159c.352-.206.891-.034.973.395.138.486-.416.957-.871.741-.481-.157-.541-.895-.102-1.136zM18.11 13.135c.412-.205.97.075.961.558.03.494-.587.832-.991.552-.411-.232-.385-.892.03-1.11zM5.331 15.481c.162-.356.394-.848.871-.772.469.058.997-.127 1.424.114a4.549 4.549 0 0 1-.335.373l-.088.001c-.45.038-.964-.121-1.369.123-.193.328-.294.704-.439 1.057-.092.176.037.412.247.336-.13.329-.46.631-.774.795-.031-.702.216-1.381.462-2.027zM8.218 17.538c.966-.863 1.825-1.845 2.781-2.718 2.802-.02 5.608-.006 8.41-.007.001.944.004 1.888 0 2.832-3.258.016-6.52-.023-9.776.02.018.168.01.336-.024.503.313.333.175.953-.281 1.066-.425.16-.863-.233-.851-.664-.418.007-.839-.017-1.256.013a.694.694 0 0 1-.589.69c.243-.505.774-.84 1.151-1.261.164-.131.387.035.545-.083a.336.336 0 0 0-.109-.391z"/><path fill="#030303" d="M15.723 17.983c.395-.272.992.038.995.518.04.477-.536.843-.947.594-.432-.2-.448-.868-.048-1.112zM17.406 17.96c.443-.27 1.063.172.943.679-.051.407-.555.669-.916.464-.463-.195-.472-.918-.027-1.144z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--axle-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 .06h11.453C8.747.196 6.052 1.18 4.027 3.005 1.532 5.184.18 8.466 0 11.736V.06zM12.318.06H24v23.88H12.666c2.497-.142 4.962-1.032 6.91-2.614 2.256-1.806 3.683-4.504 4.211-7.32.266-1.234.254-2.513.035-3.751-.421-2.665-1.651-5.243-3.661-7.072-2.106-1.975-4.97-3.044-7.842-3.124z"/><path fill="#fff" d="M11.066 2.747c2.516-.217 5.096.642 6.994 2.308a9.426 9.426 0 0 1 3.15 5.906c.342 2.471-.4 5.034-1.898 7.014-2.226-2.25-4.502-4.451-6.701-6.725.174-.103.382-.116.58-.128 1.132-.048 2.263-.095 3.395-.148l.001.742.199.086c0 .438-.001.876.005 1.314.475.007.95.008 1.426-.001a269.14 269.14 0 0 0-.004-5.083c-.463-.008-.928-.034-1.39.012-.128.485.133 1.075-.227 1.486-.007.217-.012.433-.016.649-1.243-.074-2.494-.067-3.733-.185-.064-.196-.083-.401-.121-.601-.484-.019-.97-.048-1.451.007-.056.14-.1.284-.127.433-1.7-1.722-3.425-3.42-5.131-5.136 1.464-1.093 3.218-1.82 5.05-1.95zM4.34 6.377l.202.182.192-.132c.517.545 1.058 1.066 1.59 1.596-.192 0-.383.002-.575.006-.012 1.696-.007 3.391-.002 5.087.475.007.95.008 1.426-.001.011-.407.005-.812.026-1.218.206-.268.178-.605.191-.922.66.031 1.321.058 1.981.09 2.734 2.743 5.476 5.478 8.215 8.215l-.18.163.234.2c-1.562 1.157-3.446 1.915-5.401 1.982-2.797.134-5.611-1.076-7.472-3.162a9.323 9.323 0 0 1-2.392-6.403c.004-2.047.721-4.064 1.966-5.684m4.383 8.178c-.2.298-.224.665-.266 1.012l.688.002c.046-.271.103-.55.307-.748h.436c.258.269.348.71.122 1.027-.149.191-.41.16-.622.198v.637c.268.05.607.037.76.311.21.415.047 1.202-.541 1.135-.395-.061-.438-.512-.498-.826-.244.001-.486.002-.728.005.052.392.086.82.341 1.144.29.371.808.503 1.258.41 1.106-.238 1.42-1.967.504-2.605.522-.425.516-1.223.168-1.753-.438-.619-1.526-.605-1.927.05m-2.352 1.843c.19.392.433.761.592 1.168-.173.415-.421.794-.613 1.2l.605.005c.108-.236.214-.473.317-.712.112.235.22.473.33.71l.617-.001c-.205-.407-.422-.806-.637-1.207.208-.388.418-.774.619-1.165l-.59.002c-.106.226-.21.452-.317.678a42.233 42.233 0 0 0-.316-.683c-.203.001-.404.002-.606.005z"/><path fill="#fff" d="M7.182 8.885c.413.418.836.826 1.246 1.248l-1.054.046c.001-.235.004-.472.007-.708l-.2-.148.001-.438zM0 12.119c.143 3.011 1.219 6.046 3.346 8.228 2.072 2.172 5.012 3.412 7.991 3.593H.001V12.119z"/><path fill="#ce171e" d="M11.453.06h.865c2.872.079 5.736 1.148 7.842 3.124 2.01 1.829 3.24 4.406 3.661 7.072.22 1.238.232 2.518-.035 3.751-.528 2.816-1.955 5.514-4.211 7.32-1.948 1.582-4.412 2.472-6.91 2.614h-1.33c-2.978-.181-5.918-1.421-7.991-3.593C1.218 18.165.141 15.13-.002 12.12v-.383c.18-3.27 1.532-6.552 4.027-8.731C6.049 1.181 8.745.197 11.451.061m-.385 2.686c-1.831.13-3.586.857-5.05 1.95 1.706 1.716 3.431 3.414 5.131 5.136l-.041.155c-.887.121-1.787.084-2.68.145-.409-.422-.833-.83-1.246-1.248 0-.286-.007-.571-.016-.856a47.336 47.336 0 0 0-.842-.006c-.532-.53-1.073-1.051-1.59-1.596a10.98 10.98 0 0 0-.192.132l-.202-.182c-1.244 1.62-1.962 3.637-1.966 5.684a9.319 9.319 0 0 0 2.392 6.403c1.861 2.086 4.675 3.296 7.472 3.162 1.955-.067 3.839-.826 5.401-1.982l-.234-.2.18-.163c-2.74-2.737-5.482-5.472-8.215-8.215.636.05 1.286-.004 1.913.127.077.174.04.415.175.55.368.086.752.026 1.124 0 .007-.124.02-.37.028-.492 2.198 2.274 4.475 4.475 6.701 6.725 1.499-1.98 2.24-4.543 1.898-7.014a9.423 9.423 0 0 0-3.15-5.906C16.16 3.39 13.58 2.531 11.063 2.748z"/><path fill="#1d191a" d="M5.749 8.029a47.202 47.202 0 0 1 1.417 0c.008.284.016.57.016.856l-.001.438.2.148c-.004.236-.006.473-.007.708.352-.014.703-.03 1.054-.046.893-.061 1.793-.024 2.68-.145l.041-.155c.028-.149.071-.293.127-.433.481-.055.967-.026 1.451-.007.038.2.058.406.121.601 1.24.118 2.49.11 3.733.185.004-.216.008-.432.016-.649.36-.41.098-1.001.227-1.486.462-.046.926-.02 1.39-.012.02 1.694.014 3.389.004 5.083-.475.01-.95.008-1.426.001-.006-.438-.005-.876-.005-1.314l-.199-.086-.001-.742c-1.132.053-2.263.1-3.395.148-.198.012-.406.025-.58.128l-.028.492c-.372.026-.756.086-1.124 0-.136-.134-.098-.376-.175-.55-.626-.131-1.277-.077-1.913-.127-.66-.032-1.321-.059-1.981-.09-.013.317.016.654-.191.922-.022.406-.016.811-.026 1.218-.475.01-.95.008-1.426.001-.005-1.696-.01-3.391.002-5.087zM8.724 14.554c.401-.655 1.489-.67 1.927-.05.348.53.354 1.328-.168 1.753.916.638.602 2.368-.504 2.605-.45.092-.967-.04-1.258-.41-.254-.324-.289-.751-.341-1.144l.728-.005c.06.313.103.764.498.826.588.067.751-.72.541-1.135-.152-.274-.492-.26-.76-.311v-.637c.211-.038.473-.007.622-.198.226-.317.136-.758-.122-1.027h-.436c-.204.198-.262.476-.307.748l-.688-.002c.042-.347.066-.714.266-1.012zM6.374 16.396l.606-.005c.107.227.212.454.316.683.107-.226.211-.452.317-.678l.59-.002c-.202.391-.412.778-.619 1.165.215.401.432.8.637 1.207l-.617.001c-.11-.238-.218-.475-.33-.71-.103.239-.209.475-.317.712a60.51 60.51 0 0 1-.605-.005c.192-.406.44-.785.613-1.2-.158-.407-.402-.775-.592-1.168z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h11.116C8.244.248 5.449 1.486 3.442 3.572 1.451 5.54.283 8.24-.001 11.009V-.001zM12.772 0H24v24H0V12.846c.177 1.597.573 3.185 1.338 4.607 1.478 2.858 4.165 5.06 7.26 5.945 2.512.73 5.267.611 7.698-.363 2.715-1.055 5.003-3.157 6.305-5.761 1.238-2.438 1.582-5.309.98-7.975a11.937 11.937 0 0 0-4.062-6.597C17.627 1.115 15.223.208 12.772 0z"/><path fill="#fff" d="M9.895 2.034c.286-.215.682-.11 1.016-.143l.001.453-.644-.014c.194.22.254.489.197.776.918-.014 1.836-.004 2.756-.006.052-.136.105-.27.159-.406-.22-.107-.644-.013-.724-.288.486-.19 1.065-.034 1.587-.08l-.132.348-.282.1-.152.312c.17.328.342.654.519.978.47-.114.998-.143 1.415.146.752.455.963 1.578.401 2.263-.507.709-1.638.815-2.263.21-.324-.267-.437-.682-.564-1.062-.124.146-.251.291-.356.452.07.203.218.32.444.352-.164.265-.504.121-.754.14l.251-.343c-.269-.076-.597-.065-.794-.295-.16-.155-.116-.396-.151-.597-.602-.394-1.149-.88-1.811-1.175.317.419.711.86.639 1.429.015 1.002-1.107 1.77-2.043 1.417-.913-.277-1.364-1.463-.841-2.269.371-.674 1.219-.883 1.925-.688.116-.418.236-.834.35-1.252-.196-.193-.375-.512-.151-.757m.428 1.458l-.113.215c.556.489 1.224.829 1.79 1.305.063-.1.13-.201.196-.3l.093.277c.463-.359.509-1.016.775-1.51-.913.013-1.829-.023-2.74.013m3.157.061c-.197.513-.403 1.022-.603 1.533.107.107.213.211.321.316.102-.442.31-.85.658-1.148-.124-.234-.25-.467-.376-.701m-5.01 1.11c-.566.39-.577 1.338.003 1.723.533.41 1.397.175 1.632-.46.18-.367.011-.758-.108-1.112-.217.423-.56.999-1.128.819.3-.325.59-.669.706-1.106-.37-.072-.792-.123-1.105.136m5.977-.198c.178.397.38.786.531 1.196-.425.027-.851.024-1.276.028.135.411.422.829.885.886.705.16 1.404-.535 1.242-1.241-.084-.651-.781-.984-1.382-.87m-.746.885c.253.003.504.004.757.005-.116-.204-.225-.411-.357-.604-.248.063-.274.409-.4.599m-1.494-.132c-.274.212-.126.714.236.698.276.047.531-.32.372-.557-.086-.239-.424-.298-.608-.141z"/><path fill="#fff" d="M11.751 4.608c.046-.234.669-.192.538.066-.165.052-.427.098-.538-.066zM2 8.737c-.009-.21.264-.184.401-.198 6.187.001 12.375-.006 18.561.004.677-.027 1.304.555 1.31 1.237.022 1.313.001 2.629.006 3.943-1.482.291-2.96.599-4.439.9.042-.419.041-.885-.265-1.213-.438-.569-1.361-.627-1.859-.107-.375.331-.418.858-.386 1.326a3386.07 3386.07 0 0 0-7.807 0c.071-.5-.023-1.059-.443-1.385-.56-.512-1.53-.337-1.907.31-.227.314-.178.715-.164 1.079-.952-.025-1.905-.047-2.858-.05-.291.046-.555-.207-.542-.496-.025-.761.003-1.524-.008-2.286l.253-.194c.067-.955.071-1.916.147-2.87m.922 1.032c-.011 1.338-.077 2.687.043 4.02.391.01.782.008 1.173-.011.042-1.389.076-2.789-.015-4.175-.382.058-.949-.192-1.201.166m2.234 1.577c1.166-.041 2.338.081 3.498-.032.093-.523.063-1.065.029-1.594l-.147-.114c-1.11-.022-2.227-.05-3.335.017-.197.535-.071 1.157-.046 1.723m4.238-1.573c.02.509-.166 1.129.123 1.568 1.123.05 2.249.006 3.373.018a4.212 4.212 0 0 0 .003-1.764c-1.126.006-2.254-.036-3.379.017a9.553 9.553 0 0 1-.119.161m4.277-.046c-.061.5-.043 1.012-.008 1.515l.149.102c1.076.03 2.155.03 3.23.001l.152-.107a7.98 7.98 0 0 0-.006-1.53 12.807 12.807 0 0 1-.149-.099c-.936-.051-1.877-.003-2.814-.023-.17.037-.488-.066-.555.141m4.239.047c-.043.527-.058 1.067.061 1.585 1.143.004 2.286.001 3.427.001.104-.39.143-.803.077-1.203a.774.774 0 0 0-.787-.564c-.888.003-1.779-.033-2.665.019l-.113.161z"/><path fill="#fff" d="M5.883 13.255c.687-.32 1.544.331 1.425 1.077-.051.743-.994 1.195-1.603.759-.696-.405-.592-1.576.178-1.836m.234.491c-.34.084-.493.566-.22.809.208.244.655.185.787-.11.241-.342-.189-.843-.568-.698zM16.171 13.272c.641-.334 1.509.222 1.462.945.052.795-.965 1.342-1.605.871-.679-.399-.596-1.533.143-1.816m.242.483c-.314.102-.457.542-.207.783.234.3.764.174.856-.19.116-.364-.298-.742-.649-.593z"/><path fill="#0379c1" d="M11.116 0h1.656c2.451.208 4.855 1.115 6.747 2.702a11.926 11.926 0 0 1 3.082 14.572c-1.302 2.604-3.59 4.706-6.305 5.761-2.43.974-5.186 1.093-7.698.363-3.095-.885-5.782-3.087-7.26-5.945C.572 16.031.176 14.443 0 12.846V11.01c.283-2.77 1.451-5.469 3.443-7.437C5.449 1.487 8.244.249 11.117.001M9.895 2.034c-.223.245-.044.564.151.757-.114.418-.235.834-.35 1.252-.706-.194-1.554.014-1.925.688-.523.806-.072 1.992.841 2.269.936.353 2.058-.415 2.043-1.417.072-.569-.321-1.01-.639-1.429.662.295 1.209.781 1.811 1.175.036.201-.009.442.151.597.197.23.524.218.794.295l-.251.343c.25-.019.59.126.754-.14-.226-.032-.375-.149-.444-.352.104-.161.231-.306.356-.452.127.38.24.795.564 1.062.625.606 1.756.499 2.263-.21.561-.684.35-1.808-.401-2.263-.417-.29-.945-.26-1.415-.146a45.7 45.7 0 0 1-.519-.978l.152-.312.282-.1.132-.348c-.522.046-1.101-.11-1.587.08.08.276.504.182.724.288-.053.136-.107.27-.159.406-.919.003-1.837-.008-2.756.006a.871.871 0 0 0-.197-.776l.644.014-.001-.453c-.334.033-.73-.071-1.016.143M2 8.737c-.076.954-.08 1.915-.147 2.87-.063.05-.189.146-.253.194.01.762-.018 1.525.008 2.286a.482.482 0 0 0 .542.496c.954.003 1.906.024 2.858.05-.014-.364-.063-.766.164-1.079.377-.646 1.347-.822 1.907-.31.42.326.514.885.443 1.385 2.602-.003 5.205-.003 7.807 0-.032-.467.011-.994.386-1.326.498-.521 1.421-.462 1.859.107.306.328.307.794.265 1.213 1.479-.301 2.957-.61 4.439-.9-.005-1.314.015-2.63-.006-3.943-.006-.682-.634-1.263-1.31-1.237-6.187-.01-12.375-.003-18.561-.004-.137.014-.41-.011-.401.198m3.883 4.518c-.77.26-.874 1.431-.178 1.836.608.436 1.552-.016 1.603-.759.119-.745-.738-1.397-1.425-1.077m10.288.017c-.739.283-.823 1.417-.143 1.816.64.471 1.657-.076 1.605-.871.047-.723-.82-1.279-1.462-.945z"/><path fill="#0379c1" d="M10.321 3.493c.912-.036 1.827 0 2.74-.013-.265.494-.311 1.15-.775 1.51l-.093-.277c-.066.099-.132.199-.196.3-.566-.476-1.234-.817-1.79-1.305l.113-.215m1.431 1.115c.112.164.373.118.538.066.131-.258-.493-.3-.538-.066zM13.479 3.554l.376.701c-.348.298-.556.706-.658 1.148-.108-.105-.215-.21-.321-.316.201-.51.406-1.02.603-1.533zM8.469 4.664c.312-.259.735-.208 1.105-.136-.116.437-.406.781-.706 1.106.568.18.91-.396 1.128-.819.119.354.288.745.108 1.112-.235.635-1.098.87-1.632.46-.579-.385-.569-1.333-.003-1.723zM14.446 4.466c.601-.114 1.298.218 1.382.87.163.706-.537 1.401-1.242 1.241-.463-.057-.75-.475-.885-.886.425-.004.851-.001 1.276-.028-.151-.41-.353-.799-.531-1.196z"/><path fill="#0379c1" d="M13.7 5.35c.126-.19.152-.536.4-.599.132.193.241.4.357.604L13.7 5.35zM12.206 5.218c.184-.157.522-.098.608.141.159.237-.097.604-.372.557-.362.015-.51-.486-.236-.698zM2.922 9.769c.253-.358.819-.108 1.201-.166.091 1.387.057 2.786.015 4.175-.391.019-.782.022-1.173.011-.121-1.333-.055-2.682-.043-4.02zM5.156 11.346c-.025-.566-.151-1.189.046-1.723 1.107-.066 2.225-.038 3.335-.017l.147.114c.034.528.063 1.07-.029 1.594-1.161.113-2.333-.009-3.498.032zM9.393 9.773l.119-.161c1.125-.052 2.253-.01 3.379-.017a4.18 4.18 0 0 1-.003 1.764c-1.124-.011-2.25.032-3.373-.018-.29-.439-.103-1.059-.123-1.568zM13.671 9.727c.067-.207.385-.104.555-.141.937.02 1.878-.028 2.814.023l.149.099a7.98 7.98 0 0 1 .006 1.53l-.152.107a58.954 58.954 0 0 1-3.23-.001 7.819 7.819 0 0 1-.149-.102c-.036-.503-.053-1.015.008-1.515zM17.909 9.774l.113-.161c.886-.052 1.778-.017 2.665-.019a.773.773 0 0 1 .787.564c.066.4.027.813-.077 1.203-1.142 0-2.284.003-3.427-.001-.119-.518-.104-1.058-.061-1.585zM6.117 13.746c.378-.145.809.357.568.698-.132.296-.579.354-.787.11-.273-.243-.121-.725.22-.809zM16.413 13.755c.35-.149.764.229.649.593-.091.364-.622.49-.856.19-.25-.241-.107-.682.207-.783z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M0 0h24v24H0V0m7.486 5.228c-.199.511-.384 1.028-.581 1.54.449.169.899.332 1.352.487-.379 1.012-.684 2.05-1.042 3.07-.848-.276-1.777-.34-2.635-.073-1.699.51-2.926 2.261-2.78 4.038.076 1.852 1.626 3.502 3.467 3.697 1.516.217 3.107-.558 3.884-1.873.626-.98.738-2.245.382-3.343-.328-.97-1.048-1.778-1.943-2.266.095-.287.187-.574.278-.86 1.008 1.063 1.996 2.147 3.012 3.203-.359.55-.439 1.313-.025 1.856.304.452.865.59 1.378.614l.06.31-.466-.008v.48h1.333l-.002-.479-.613.007-.078-.358c.546-.2.923-.654 1.081-1.207l.64.02c.049.577.131 1.166.397 1.688.706 1.482 2.383 2.438 4.021 2.222 1.913-.174 3.517-1.92 3.533-3.84.056-1.436-.756-2.86-2.009-3.56-1.016-.611-2.297-.64-3.403-.27-.335-.662-.601-1.355-.929-2.021l.382-.592c.485.088.965.234 1.46.242.462-.067.674-.674.394-1.034-.208-.338-.654-.256-.989-.272-.787.024-1.577-.029-2.362.026-.342.036-.379.634-.04.702.344.104.697.172 1.048.251l-.3.449c-2.333-.004-4.666.001-6.998-.002.116-.346.228-.694.335-1.043-.416-.217-.863-.367-1.312-.502.126-.301.247-.604.365-.908.916-.005 1.83-.019 2.746-.023.318.319.661.614 1.027.88l.092-.352c-.274-.356-.642-.624-.971-.926-1.063.013-2.126.029-3.19.03z"/><path fill="#176fc1" d="M8.254 8.543c2.281.008 4.562 0 6.844.004-.814 1.29-1.624 2.584-2.444 3.869l-.839-.101c-.062-.24-.128-.48-.193-.719l.542-.001-.001-.454h-1.332v.454l.571-.001.178.796-.4.206c-1.044-1.144-2.116-2.263-3.17-3.397l.245-.655zM15.545 8.731c.27.59.547 1.178.804 1.776a4.073 4.073 0 0 0-2.149 3.198l-.624-.043a3.921 3.921 0 0 0-.512-1.01c.823-1.309 1.634-2.627 2.482-3.92zM2.49 14.161c-.09-1.562 1.115-3.065 2.653-3.33.623-.133 1.264-.028 1.864.161-.295.724-.463 1.492-.762 2.214-.128.364-.458.58-.726.833.218.497.712-.042.904-.295.434-.802.622-1.714.94-2.566 1.12.636 1.828 1.939 1.656 3.229-.143 1.652-1.721 3.008-3.376 2.912-1.66-.029-3.131-1.496-3.152-3.158zM16.994 10.964c.906-.287 1.942-.272 2.771.227 1.055.574 1.726 1.771 1.676 2.968-.034 1.55-1.302 2.946-2.84 3.136-1.424.218-2.9-.648-3.455-1.968-.164-.378-.214-.79-.265-1.193 1.174.042 2.348.109 3.523.109-.364-1.134-.937-2.188-1.41-3.278z"/><path fill="#176fc1" d="M14.89 13.717a3.413 3.413 0 0 1 1.745-2.575c.413.894.799 1.8 1.219 2.69-.988-.048-1.976-.073-2.964-.115zM11.416 12.845l.229-.116.133.493c-.122-.125-.242-.251-.362-.377zM11.881 12.662c.196.013.392.029.589.046-.14.226-.283.449-.425.674-.056-.24-.112-.48-.164-.72zM12.44 13.63c.139-.226.282-.45.428-.672.126.227.246.456.364.688a26.154 26.154 0 0 1-.792-.016zM10.952 14.156c-.134-.359.017-.724.152-1.055.271.293.569.566.809.888.131.319.166.668.236 1.004-.516-.037-1.034-.322-1.198-.838zM12.163 14.01c.348.008.695.022 1.043.047-.145.391-.446.677-.792.894a23.264 23.264 0 0 1-.251-.941z"/><path fill="#fdfeff" d="M7.486 5.228c1.063-.001 2.126-.017 3.19-.03.329.302.697.57.971.926l-.092.352a8.366 8.366 0 0 1-1.027-.88c-.916.004-1.83.018-2.746.023-.118.305-.239.607-.365.908.449.134.895.284 1.312.502-.107.349-.218.697-.335 1.043 2.333.004 4.666-.001 6.998.002l.3-.449c-.35-.079-.703-.146-1.048-.251-.34-.068-.302-.666.04-.702.785-.055 1.574-.002 2.362-.026.335.017.781-.066.989.272.281.36.068.967-.394 1.034-.496-.008-.976-.155-1.46-.242l-.382.592c.328.666.594 1.358.929 2.021 1.106-.37 2.387-.341 3.403.27 1.253.701 2.065 2.124 2.009 3.56-.016 1.92-1.62 3.666-3.533 3.84-1.638.216-3.316-.74-4.021-2.222-.266-.522-.348-1.111-.397-1.688l-.64-.02c-.158.553-.535 1.007-1.081 1.207l.078.358.613-.007.002.479h-1.333v-.48l.466.008a18.739 18.739 0 0 0-.06-.31c-.512-.024-1.074-.162-1.378-.614-.414-.544-.334-1.307.025-1.856-1.016-1.056-2.004-2.14-3.012-3.203-.091.287-.184.574-.278.86.895.487 1.615 1.296 1.943 2.266.356 1.098.245 2.363-.382 3.343-.778 1.315-2.369 2.09-3.884 1.873-1.841-.196-3.391-1.846-3.467-3.697-.145-1.777 1.081-3.528 2.78-4.038.858-.266 1.787-.203 2.635.073.358-1.02.662-2.058 1.042-3.07a45.275 45.275 0 0 1-1.352-.487c.197-.511.382-1.028.581-1.54m.767 3.315c-.08.218-.163.437-.245.655 1.055 1.134 2.126 2.254 3.17 3.397l.4-.206-.178-.796-.571.001v-.454h1.332l.001.454-.542.001c.065.239.131.479.193.719l.839.101c.821-1.285 1.631-2.579 2.444-3.869-2.281-.004-4.562.005-6.844-.004m7.292.189c-.847 1.294-1.658 2.611-2.482 3.92.22.31.39.65.512 1.01l.624.043a4.075 4.075 0 0 1 2.149-3.198c-.257-.598-.534-1.186-.804-1.776M2.49 14.161c.022 1.662 1.493 3.13 3.152 3.158 1.655.096 3.233-1.26 3.376-2.912.172-1.29-.536-2.593-1.656-3.229-.318.852-.505 1.764-.94 2.566-.192.253-.685.792-.904.295.268-.253.598-.469.726-.833.299-.722.467-1.49.762-2.214-.6-.188-1.241-.294-1.864-.161-1.538.265-2.743 1.768-2.653 3.33m14.505-3.197c.473 1.091 1.046 2.144 1.41 3.278-1.175 0-2.35-.067-3.523-.109.052.403.101.815.265 1.193.554 1.32 2.03 2.186 3.455 1.968 1.538-.19 2.807-1.585 2.84-3.136.049-1.196-.622-2.394-1.676-2.968-.829-.499-1.865-.514-2.771-.227m-2.104 2.754c.988.042 1.976.067 2.964.115-.42-.89-.806-1.796-1.219-2.69a3.416 3.416 0 0 0-1.745 2.575m-3.474-.872c.12.126.24.252.362.377l-.133-.493-.229.116m.465-.183c.053.24.108.48.164.72l.425-.674a41.037 41.037 0 0 0-.589-.046m.559.968c.264.008.528.014.792.016a21.464 21.464 0 0 0-.364-.688c-.146.222-.289.446-.428.672m-1.488.526c.163.516.682.8 1.198.838-.071-.336-.106-.685-.236-1.004-.24-.322-.538-.595-.809-.888-.136.331-.287.696-.152 1.055m1.21-.147c.078.316.16.629.251.941.346-.217.647-.503.792-.894a22.736 22.736 0 0 0-1.043-.047z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M12.544.023C5.909-.278.325 4.821.023 11.456s4.798 12.219 11.433 12.521c6.635.301 12.219-4.798 12.521-11.433S19.179.325 12.544.023z"/><path fill="#fff" d="M12.44 2.305c-5.355-.243-9.893 3.9-10.136 9.255-.243 5.355 3.9 9.893 9.255 10.136 5.355.243 9.893-3.9 10.136-9.255.243-5.355-3.9-9.892-9.255-10.136z"/><path d="M7.42 13.626a.693.693 0 1 1-1.385 0 .693.693 0 0 1 1.385 0zM17.934 13.792a.628.628 0 1 1-1.256 0 .628.628 0 0 1 1.256 0z"/><path d="M11.394 6.807s.113-.015.113-.293-.108-.293-.108-.293L9.627 6.19 6.53 13.163l.482.534 2.943-6.87 1.437-.021zM12.017 15.795s-.107.119-.002.224.213.008.213.008l.398-.403-.688-1.484s-.046-.087-.185-.046-.077.211-.077.211l.585 1.235-.245.256z"/><path fill="none" stroke="#000" stroke-width=".74" d="M9.24 13.626a2.514 2.514 0 1 1-5.028 0 2.514 2.514 0 0 1 5.028 0z"/><path fill="none" stroke="#000" stroke-width=".299" d="M12.8 14.18a1.017 1.017 0 1 1-2.033 0 1.017 1.017 0 0 1 2.033 0z"/><path fill="none" stroke="#000" stroke-width=".74" d="M19.82 13.792a2.514 2.514 0 1 1-5.028 0 2.514 2.514 0 0 1 5.028 0z"/><path d="M8.891 8.325h6.424v.578H8.891v-.578zM11.107 13.626l-2.95-3.145.193-.747 3.158 3.589z"/><path d="M16.206 7.87l-3.913 5.546-.539-.252 3.759-5.294zM16.914 13.508L15.16 9.367l.478-.675 1.877 4.816z"/><path d="M12.283 13.015h4.688v.262h-4.688v-.262zM17.151 14.366l-4.822.894v-.298l4.822-.894zM16.927 7.769c0 .102-.111.157-.213.157h-1.869a.185.185 0 0 1-.185-.185v-.277c0-.102.083-.185.185-.185l1.869-.092c.102 0 .236.175.236.277l-.023.306z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-only--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" stroke="#000" stroke-width=".581" d="M23.945 19.465c0 .825-.668 1.493-1.493 1.493H1.549a1.492 1.492 0 0 1-1.493-1.493V4.534c0-.825.668-1.493 1.493-1.493h20.903c.825 0 1.493.668 1.493 1.493v14.931z"/><path d="M22.949 19.465a.499.499 0 0 1-.498.498H1.548a.499.499 0 0 1-.498-.498V13.99h21.899v5.475zM7.67 7.471c.48 0 .929.128 1.317.352.223-.684.567-1.818.713-2.301l-.315-.241.491-.497h1.145v.332h-1.006l-.129.131.273.209-.102.339-.21.689h3.756l.074-.266c-.417-.04-1.012-.183-1.017-.358-.005-.171.925-.167 1.101-.169.64-.008 1.215-.163 1.234.044.02.213-.301.433-.881.483l-.121.434.925 1.229a2.638 2.638 0 1 1-1.114 2.987l-.956.206a.313.313 0 0 1-.105.106l.211.801h.255v.199h-.641v-.199h.203l-.199-.756a.31.31 0 0 1-.299-.309l.001-.025-2.838-3.089-.088.271a2.638 2.638 0 1 1-1.677-.602zm14.782-4.056H1.549c-.617 0-1.12.502-1.12 1.12v14.931c0 .617.502 1.12 1.12 1.12h20.903c.617 0 1.12-.502 1.12-1.12V4.535c0-.617-.502-1.12-1.12-1.12z"/><path d="M15.65 16.175l-.28 1.146h.574l-.294-1.146zm.714 2.794l-.28-1.09h-.854l-.266 1.09h-.574l.994-3.982h.56l.995 3.982h-.574zM3.226 17.167h-.572v1.243h.572c.321 0 .53-.224.53-.573 0-.377-.237-.671-.53-.671zm.028-1.621h-.599v1.062h.599c.265 0 .432-.224.432-.587 0-.335-.125-.475-.432-.475zm0 3.423H2.083v-3.982h1.255c.53 0 .906.419.906 1.034 0 .363-.098.531-.418.866.307.251.488.587.488.992 0 .601-.474 1.09-1.06 1.09zM8.216 18.969v-3.982h1.877v.559H8.79v1.006h.827v.545H8.79v1.313h1.457v.559H8.215zM19.886 18.969v-3.982h1.877v.559H20.46v1.006h.827v.545h-.827v1.313h1.457v.559h-2.032zM4.652 18.969v-3.982h.557v3.982h-.557zM7.278 18.969l-.697-1.942-.362.671v1.271h-.572v-3.982h.572v1.593l.906-1.593h.655l-.823 1.397.92 2.584h-.599zM12.238 18.969v-3.982h.574v3.451h1.457v.531h-2.032zM19.016 18.969l-1.227-2.668v2.668h-.572v-3.982h.572l1.087 2.389v-2.389h.572v3.982h-.432zM13.715 10.457a2.634 2.634 0 0 1 .866-2.323l-.732-.972-.972 3.476.837-.18zM12.21 9.852h-.255v-.199h.641v.199h-.203l.13.494.962-3.442H9.717a58.74 58.74 0 0 1-.136.437l2.757 3.001-.129-.49zM16.609 10.109a.28.28 0 0 1-.415.244l-1.903.41a2.14 2.14 0 1 0 .925-2.482l1.17 1.555a.279.279 0 0 1 .222.273z"/><path d="M14.204 10.352l1.761-.379-1.083-1.439a2.135 2.135 0 0 0-.678 1.818zM7.67 12.249a2.14 2.14 0 0 0 1.482-3.684 5.17 5.17 0 0 1-.555.862 6.523 6.523 0 0 1-.65.717.28.28 0 0 1-.556-.034c0-.154.124-.278.277-.279.369-.346.882-.96 1.145-1.53a2.14 2.14 0 1 0-1.143 3.95z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-only--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" stroke="#000" stroke-width=".581" d="M23.945 19.465c0 .825-.668 1.493-1.493 1.493H1.549a1.492 1.492 0 0 1-1.493-1.493V4.534c0-.825.668-1.493 1.493-1.493h20.903c.825 0 1.493.668 1.493 1.493v14.931z"/><path d="M22.949 19.465a.499.499 0 0 1-.498.498H1.548a.499.499 0 0 1-.498-.498V13.99h21.899v5.475zM7.67 7.471c.48 0 .929.128 1.317.352.223-.684.567-1.818.713-2.301l-.315-.241.491-.497h1.145v.332h-1.006l-.129.131.273.209-.102.339-.21.689h3.756l.074-.266c-.417-.04-1.012-.183-1.017-.358-.005-.171.925-.167 1.101-.169.64-.008 1.215-.163 1.234.044.02.213-.301.433-.881.483l-.121.434.925 1.229a2.638 2.638 0 1 1-1.114 2.987l-.956.206a.313.313 0 0 1-.105.106l.211.801h.255v.199h-.641v-.199h.203l-.199-.756a.31.31 0 0 1-.299-.309l.001-.025-2.838-3.089-.088.271a2.638 2.638 0 1 1-1.677-.602zm14.782-4.056H1.549c-.617 0-1.12.502-1.12 1.12v14.931c0 .617.502 1.12 1.12 1.12h20.903c.617 0 1.12-.502 1.12-1.12V4.535c0-.617-.502-1.12-1.12-1.12z"/><path d="M15.65 16.175l-.28 1.146h.574l-.294-1.146zm.714 2.794l-.28-1.09h-.854l-.266 1.09h-.574l.994-3.982h.56l.995 3.982h-.574zM3.226 17.167h-.572v1.243h.572c.321 0 .53-.224.53-.573 0-.377-.237-.671-.53-.671zm.028-1.621h-.599v1.062h.599c.265 0 .432-.224.432-.587 0-.335-.125-.475-.432-.475zm0 3.423H2.083v-3.982h1.255c.53 0 .906.419.906 1.034 0 .363-.098.531-.418.866.307.251.488.587.488.992 0 .601-.474 1.09-1.06 1.09zM8.216 18.969v-3.982h1.877v.559H8.79v1.006h.827v.545H8.79v1.313h1.457v.559H8.215zM19.886 18.969v-3.982h1.877v.559H20.46v1.006h.827v.545h-.827v1.313h1.457v.559h-2.032zM4.652 18.969v-3.982h.557v3.982h-.557zM7.278 18.969l-.697-1.942-.362.671v1.271h-.572v-3.982h.572v1.593l.906-1.593h.655l-.823 1.397.92 2.584h-.599zM12.238 18.969v-3.982h.574v3.451h1.457v.531h-2.032zM19.016 18.969l-1.227-2.668v2.668h-.572v-3.982h.572l1.087 2.389v-2.389h.572v3.982h-.432zM13.715 10.457a2.634 2.634 0 0 1 .866-2.323l-.732-.972-.972 3.476.837-.18zM12.21 9.852h-.255v-.199h.641v.199h-.203l.13.494.962-3.442H9.717a58.74 58.74 0 0 1-.136.437l2.757 3.001-.129-.49zM16.609 10.109a.28.28 0 0 1-.415.244l-1.903.41a2.14 2.14 0 1 0 .925-2.482l1.17 1.555a.279.279 0 0 1 .222.273z"/><path d="M14.204 10.352l1.761-.379-1.083-1.439a2.135 2.135 0 0 0-.678 1.818zM7.67 12.249a2.14 2.14 0 0 0 1.482-3.684 5.17 5.17 0 0 1-.555.862 6.523 6.523 0 0 1-.65.717.28.28 0 0 1-.556-.034c0-.154.124-.278.277-.279.369-.346.882-.96 1.145-1.53a2.14 2.14 0 1 0-1.143 3.95z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 4.129h.219l-.107.155L0 4.249v-.12zM23.748 4.129H24v.225c-.16.008-.244-.067-.252-.225zM1.831 8.871c6.57 0 13.141-.006 19.711.003a.786.786 0 0 1 .828.804c.018 1.4 0 2.801.008 4.201-1.406.199-2.814.397-4.214.628.102-.863-.619-1.73-1.514-1.652-.866.017-1.484.892-1.351 1.719-2.661-.005-5.32-.003-7.979 0 .135-.841-.508-1.726-1.388-1.72-.908-.055-1.61.85-1.466 1.721-.95-.008-1.898-.001-2.848-.004-.001-.951.001-1.903-.001-2.854l.215-.239-.001-2.608m.93.735c-.228.012-.288.267-.279.453-.008 1.124.004 2.248-.005 3.372.014.222-.045.565.24.644.379.049.77.05 1.15-.006.21-.08.204-.329.208-.514.001-1.123-.004-2.246.003-3.369-.005-.206.012-.517-.25-.575a3.883 3.883 0 0 0-1.066-.004m2.05 0c-.369.093-.232.569-.268.846.053.335-.135.832.225 1.036.988.054 1.981.001 2.97.025.21-.015.503.043.615-.191.072-.499.054-1.012.012-1.514-.121-.298-.493-.209-.745-.231-.937.026-1.875-.035-2.809.028m4.509-.001c-.164.009-.276.174-.27.329-.023.428-.031.858.006 1.285.001.182.188.303.359.286.947.019 1.895-.004 2.843.009.205-.012.497.034.59-.206.066-.483.053-.979.012-1.465-.076-.326-.48-.246-.728-.265-.937.025-1.876-.031-2.812.026m4.416.015a.334.334 0 0 0-.194.311c-.017.466-.046.939.03 1.403.12.226.406.164.618.182.95-.015 1.899.013 2.849-.012.159.019.308-.13.317-.283.034-.454.04-.914-.005-1.366-.057-.328-.461-.261-.702-.275-.97.032-1.948-.049-2.914.04m4.518-.006c-.365.168-.187.657-.237.973.039.301-.119.855.307.912 1.114.015 2.234.039 3.346-.013.035-.034.105-.102.139-.137.112-.495.066-1.025.031-1.529-.095-.288-.445-.225-.677-.24-.969.028-1.942-.04-2.908.034z"/><path fill="#fff" d="M5.592 13.234c.631-.203 1.356.294 1.388.957.067.597-.443 1.183-1.048 1.187-.587.041-1.125-.476-1.13-1.059a1.093 1.093 0 0 1 .79-1.085m-.017.589c-.361.234-.286.852.124.985.381.16.821-.209.742-.609-.045-.396-.545-.599-.866-.375zM16.428 13.232c.777-.257 1.605.561 1.35 1.342-.179.797-1.312 1.088-1.845.462-.569-.55-.275-1.623.495-1.804m-.014.587c-.37.231-.295.865.126.991.379.154.81-.217.733-.613-.045-.392-.539-.595-.859-.378z"/><path fill="#038cff" d="M.219 4.129h23.529c.008.157.092.232.252.225v15.517H0V4.249l.112.035.107-.155m1.612 4.742l.001 2.608a15.98 15.98 0 0 0-.215.239c.003.951 0 1.903.001 2.854.95.003 1.898-.004 2.848.004-.145-.871.557-1.777 1.466-1.721.88-.006 1.524.879 1.388 1.72 2.659-.003 5.319-.005 7.979 0-.133-.827.485-1.702 1.351-1.719.894-.079 1.615.788 1.514 1.652 1.4-.231 2.808-.43 4.214-.628-.008-1.4.01-2.801-.008-4.201a.788.788 0 0 0-.828-.804c-6.57-.009-13.141-.003-19.711-.003m3.761 4.362c-.468.128-.818.597-.79 1.085.005.583.543 1.101 1.13 1.059.605-.004 1.115-.59 1.048-1.187-.032-.663-.757-1.16-1.388-.957m10.836-.002c-.77.181-1.065 1.254-.495 1.804.533.626 1.666.335 1.845-.462.255-.781-.573-1.599-1.35-1.342z"/><path fill="#038cff" d="M2.761 9.605a3.883 3.883 0 0 1 1.066.004c.262.058.245.369.25.575-.006 1.123-.001 2.246-.003 3.369-.004.185.003.434-.208.514-.379.057-.77.055-1.15.006-.285-.079-.226-.422-.24-.644.009-1.124-.003-2.248.005-3.372-.009-.186.05-.441.279-.453zM4.812 9.606c.934-.063 1.872-.003 2.809-.028.252.022.623-.067.745.231.043.502.061 1.014-.012 1.514-.112.234-.405.175-.615.191-.99-.023-1.982.03-2.97-.025-.36-.204-.172-.701-.225-1.036.036-.277-.101-.754.268-.846zM9.321 9.604c.935-.057 1.875-.001 2.812-.026.248.018.652-.062.728.265.041.485.054.982-.012 1.465-.093.24-.385.195-.59.206-.947-.013-1.895.01-2.843-.009-.17.017-.357-.105-.359-.286a9.034 9.034 0 0 1-.006-1.285c-.006-.155.106-.32.27-.329zM13.737 9.618c.965-.089 1.943-.008 2.914-.04.241.014.645-.053.702.275.045.453.039.912.005 1.366-.009.152-.159.302-.317.283-.95.025-1.899-.004-2.849.012-.212-.018-.498.044-.618-.182-.076-.463-.046-.937-.03-1.403a.332.332 0 0 1 .194-.311zM18.254 9.612c.966-.074 1.939-.005 2.908-.034.232.015.582-.048.677.24.035.505.081 1.034-.031 1.529l-.139.137c-1.112.052-2.232.028-3.346.013-.426-.057-.268-.612-.307-.912.05-.316-.128-.805.237-.973zM5.575 13.823c.321-.223.821-.021.866.375.079.4-.361.769-.742.609-.41-.133-.485-.751-.124-.985zM16.414 13.819c.32-.217.814-.014.859.378.077.396-.354.766-.733.613-.422-.126-.497-.76-.126-.991z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--buses-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h24v11.37c-.136-2.479-1.043-4.913-2.602-6.848a11.93 11.93 0 0 0-7.11-4.294c-2.446-.466-5.041-.178-7.302.875C4.123 2.399 1.83 4.883.753 7.834c-.972 2.634-.994 5.61-.036 8.251.955 2.676 2.899 4.988 5.382 6.372A12.128 12.128 0 0 0 11.36 24H0V0z"/><path fill="#fff" d="M11.312 2.318c2.2-.151 4.452.452 6.257 1.726a9.737 9.737 0 0 1 3.815 5.414 9.706 9.706 0 0 1-4.325 10.844c-1.85 1.152-4.104 1.618-6.263 1.344a9.695 9.695 0 0 1-5.843-2.964 9.697 9.697 0 0 1-2.569-5.369c-.328-2.39.268-4.898 1.666-6.87 1.638-2.374 4.385-3.932 7.262-4.124M6.424 5.773c-.004 3.671 0 7.342 0 11.012.776-.025 1.553.084 2.328.001 2.286 0 4.572-.012 6.858.006.662.103 1.325-.052 1.99-.008-.002-3.668.002-7.339 0-11.01-3.725-.002-7.451 0-11.176-.001m.313 11.081v2.095h1.1c-.006-.692.013-1.384-.012-2.075a30.37 30.37 0 0 0-1.088-.02m1.199.025l-.001 2.069 1.1.001v-2.096c-.367.002-.733.017-1.099.026m7.112 2.069l1.07.001c-.006-.685-.002-1.369.002-2.053-.356-.042-.714-.048-1.072-.042-.002.698 0 1.396-.001 2.094m1.119-2.05c-.007.683-.008 1.367-.004 2.051h1.122v-2.095c-.373-.004-.746.012-1.118.044z"/><path fill="#fff" d="M9.412 6.049c1.733-.002 3.466-.001 5.198-.001v.533H9.413l-.001-.532zM7.141 6.923h4.595v5.978c-1.532-.001-3.064.001-4.595-.001V6.923zM12.286 12.901a3973.6 3973.6 0 0 1 .001-5.98h4.592c.004 1.993.001 3.986.001 5.98h-4.595zM20.966 20.004c1.802-1.988 2.851-4.603 3.034-7.273V24H12.732c3.124-.199 6.162-1.64 8.234-3.996zM7.938 13.932c.45-.104.881.394.698.822-.133.43-.762.552-1.045.202-.324-.332-.114-.958.347-1.024zM15.653 14.009c.424-.284 1.039.145.925.641-.06.455-.668.679-1.008.371-.326-.253-.284-.818.083-1.012z"/><path fill="#c50000" d="M6.986 1.103C9.247.051 11.842-.237 14.288.228a11.93 11.93 0 0 1 7.11 4.294C22.957 6.458 23.864 8.891 24 11.37v1.361c-.182 2.67-1.231 5.285-3.034 7.273-2.072 2.356-5.111 3.797-8.234 3.996H11.36a12.146 12.146 0 0 1-5.261-1.543c-2.483-1.384-4.427-3.696-5.382-6.372-.958-2.641-.936-5.617.036-8.251 1.076-2.951 3.37-5.435 6.233-6.731m4.326 1.215C8.434 2.51 5.688 4.069 4.05 6.442c-1.398 1.972-1.993 4.48-1.666 6.87a9.703 9.703 0 0 0 2.569 5.369 9.695 9.695 0 0 0 5.843 2.964c2.159.274 4.412-.192 6.263-1.344a9.71 9.71 0 0 0 4.276-5.572 9.762 9.762 0 0 0 .049-5.272 9.727 9.727 0 0 0-3.815-5.414c-1.805-1.273-4.057-1.877-6.257-1.726z"/><path d="M6.424 5.773c3.725.001 7.451-.001 11.176.001.002 3.671-.002 7.342 0 11.01-.665-.043-1.327.112-1.99.008-2.286-.018-4.572-.006-6.858-.006-.775.083-1.552-.026-2.328-.001 0-3.671-.004-7.342 0-11.012m2.988.276l.001.532h5.197v-.533c-1.733 0-3.466-.001-5.198.001m-2.271.874V12.9c1.531.002 3.062 0 4.595.001V6.923H7.141m5.145 5.978h4.595c0-1.993.002-3.986-.001-5.98h-4.592c-.002 1.993-.002 3.986-.001 5.98m-4.349 1.031c-.461.066-.671.691-.347 1.024.283.35.912.228 1.045-.202.182-.428-.248-.926-.698-.822m7.715.077c-.367.193-.409.758-.083 1.012.34.308.948.084 1.008-.371.114-.496-.502-.925-.925-.641zM6.737 16.854c.362.001.726.006 1.088.02.025.691.006 1.382.012 2.075h-1.1v-2.095zM7.936 16.879c.366-.01.732-.024 1.099-.026v2.096l-1.1-.001.001-2.069zM15.048 18.948c.001-.698-.001-1.396.001-2.094.358-.006.715 0 1.072.042-.005.684-.008 1.368-.002 2.053l-1.07-.001zM16.166 16.898c.372-.032.745-.048 1.118-.044v2.095h-1.122c-.005-.684-.004-1.368.004-2.051z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--cycling-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h10.044C7.045.63 4.183 2.248 2.385 4.769-1.171 9.394-.547 16.565 3.717 20.534c2.575 2.55 6.359 3.786 9.946 3.306 3.417-.421 6.637-2.395 8.475-5.319.947-1.401 1.53-3.004 1.863-4.653V24h-24V0zM13.863 0H24v9.765c-.168-.465-.312-.937-.467-1.404a38.302 38.302 0 0 0-.088-.467c-.764-1.603-1.646-3.174-2.875-4.472-1.298-1.221-2.859-2.106-4.459-2.865a46.436 46.436 0 0 1-.47-.114c-.591-.155-1.19-.286-1.778-.444z"/><path fill="#fff" d="M10.919 2.705c.818-.457 2.031.168 1.93 1.161.085.965-1.097 1.649-1.917 1.156-.906-.439-.893-1.855-.013-2.317zM8.173 7.561c.97-.805 1.783-2.09 3.169-2.137.728-.008 1.621.114 2.028.8.446.71.766 1.492 1.218 2.199a4.09 4.09 0 0 0 .877-.885c.583.046 1.257-.111 1.76.266.413.645-.155 1.324-.284 1.969.165 1.138.537 2.235.792 3.355.919-.065 1.93-.072 2.679.552 1.69 1.226 1.768 4.018.173 5.355-1.332 1.21-3.685.854-4.578-.717-1.058-1.6-.495-3.897 1.11-4.914-.054-.222-.16-.671-.212-.895-.983.663-1.954 1.347-2.916 2.039.377 1.53.31 3.117.413 4.676h-1.29c-.183-1.148-.276-2.315-.57-3.443-.601-.227-.532.591-.723.945-.114.702-.981.772-1.494 1.071.152.137.457.408.609.542-.292.08-.583.163-.872.245l-.8-.258c.397-.209.872-.351 1.012-.831-.317-.578-.782-1.019-1.492-.883-.227 1.489-1.241 3.006-2.862 3.133-1.566.23-3.068-.952-3.383-2.467-.39-1.51.328-3.285 1.783-3.933.782-.397 1.68-.225 2.501-.083.413-.818.823-1.639 1.231-2.457-.24-.568-.48-1.135-.715-1.703l-.689-.013v-.895c.614 0 1.228.003 1.843.008l-.317-.64m1.274.133c.165.366.333.733.488 1.105.018-.529.054-1.053.08-1.579-.191.157-.379.317-.568.475m3.52.399a88.534 88.534 0 0 0-.155 2.354c1.159.005 2.315 0 3.474.008-.17-.779.16-1.489.516-2.155a74.368 74.368 0 0 0-.792-.046c-.606.454-1.241.87-1.879 1.28-.39-.48-.774-.963-1.164-1.44m-4.911.908c.173.477.356.955.537 1.43.4.01.797.018 1.195.023-.439-.643-.676-1.825-1.732-1.453m.846 2.101l.503 1.112.364-1.123-.867.01m4.127-.007c.245.914.488 1.83.735 2.743.988-.681 1.966-1.375 2.95-2.065l-.186-.679H13.03m-5.649 2.517c.4.465.782.947 1.143 1.44.194-.601.382-1.208.575-1.809-.235-.534-.465-1.066-.697-1.6a77.96 77.96 0 0 0-1.022 1.969m3.146.627c-.385.563.286.955.81.828-.196-.245-.39-.488-.586-.73.377-.103.754-.206 1.128-.31-.173-.472-.348-.947-.529-1.419-.281.539-.578 1.074-.823 1.631m-6.627.232c-1.334 1.21-.955 3.701.723 4.403.836.454 1.77.085 2.542-.31-.354-.235-.707-.467-1.063-.697.323-.4.653-.795.981-1.192a52.213 52.213 0 0 1-1.814-.106c.343-.926.79-1.806 1.239-2.681-.898-.214-1.941-.129-2.606.583m14.001-.676c.108 1.138.875 2.044 1.086 3.138-1.218-.405-1.43-1.75-1.708-2.823-.666.627-1.231 1.445-1.159 2.405-.021 1.556 1.61 2.991 3.151 2.462 1.752-.526 2.413-2.968 1.172-4.312-.583-.81-1.615-.96-2.542-.87m-10.81.457a32.785 32.785 0 0 0-.87 1.714 29.491 29.491 0 0 0 1.855-.137 11.257 11.257 0 0 0-.986-1.577m4.478 1.022c.359.217.852-.374.503-.658-.364-.227-.834.366-.503.658m-1.169.276c-.815.423-.225 1.92.674 1.515 1.089-.33.302-2.219-.674-1.515z"/><path fill="#0371b8" d="M10.044 0h3.819c.588.157 1.187.289 1.778.444l.47.114c1.6.759 3.161 1.644 4.459 2.865 1.228 1.298 2.111 2.87 2.875 4.472.023.116.067.351.088.467.155.467.299.939.467 1.404v4.103c-.333 1.649-.916 3.252-1.863 4.653-1.837 2.924-5.058 4.898-8.475 5.319-3.587.48-7.37-.756-9.946-3.306C-.547 16.566-1.172 9.394 2.384 4.77 4.183 2.249 7.045.631 10.043.001m.876 2.704c-.88.462-.893 1.879.013 2.317.821.493 2.003-.191 1.917-1.156.101-.994-1.112-1.618-1.93-1.161M8.173 7.561l.317.64c-.614-.005-1.228-.008-1.843-.008v.895l.689.013c.235.568.475 1.135.715 1.703-.408.818-.818 1.639-1.231 2.457-.821-.142-1.719-.315-2.501.083-1.455.648-2.173 2.423-1.783 3.933.315 1.515 1.817 2.697 3.383 2.467 1.621-.126 2.635-1.644 2.862-3.133.71-.137 1.174.305 1.492.883-.139.48-.614.622-1.012.831l.8.258c.289-.083.581-.165.872-.245a98.861 98.861 0 0 1-.609-.542c.514-.299 1.381-.369 1.494-1.071.191-.354.121-1.172.723-.945.294 1.128.387 2.294.57 3.443h1.29c-.103-1.559-.036-3.146-.413-4.676a122.66 122.66 0 0 1 2.916-2.039c.052.225.157.674.212.895-1.605 1.017-2.168 3.314-1.11 4.914.893 1.572 3.246 1.928 4.578.717 1.595-1.337 1.517-4.129-.173-5.355-.748-.625-1.76-.617-2.679-.552-.255-1.12-.627-2.217-.792-3.355.129-.645.697-1.324.284-1.969-.503-.377-1.177-.219-1.76-.266a4.067 4.067 0 0 1-.877.885c-.452-.707-.772-1.489-1.218-2.199-.408-.686-1.301-.808-2.028-.8-1.386.046-2.199 1.332-3.169 2.137z"/><path fill="#0371b8" d="M9.448 7.695c.188-.157.377-.317.568-.475-.026.526-.062 1.05-.08 1.579-.155-.372-.323-.738-.488-1.105zM12.968 8.095c.39.477.774.96 1.164 1.44.637-.41 1.272-.826 1.879-1.28.196.01.594.034.792.046-.356.666-.686 1.375-.516 2.155-1.159-.008-2.315-.003-3.474-.008.041-.785.093-1.569.155-2.354zM8.057 9.004c1.055-.372 1.293.81 1.732 1.453a96.368 96.368 0 0 1-1.195-.023c-.181-.475-.364-.952-.537-1.43zM8.903 11.105l.867-.01-.364 1.123-.503-1.112zM13.03 11.097h3.499l.186.679c-.983.689-1.961 1.383-2.95 2.065-.248-.914-.49-1.83-.735-2.743zM7.381 13.613a77.96 77.96 0 0 1 1.022-1.969c.232.534.462 1.066.697 1.6-.194.601-.382 1.208-.575 1.809a23.504 23.504 0 0 0-1.143-1.44zM10.526 14.24c.245-.557.542-1.092.823-1.631.181.472.356.947.529 1.419l-1.128.31.586.73c-.524.126-1.195-.266-.81-.828zM3.899 14.472c.666-.712 1.708-.797 2.606-.583-.449.875-.895 1.755-1.239 2.681.604.049 1.208.077 1.814.106-.328.397-.658.792-.981 1.192.356.23.71.462 1.063.697-.772.395-1.706.764-2.542.31-1.677-.702-2.057-3.192-.723-4.403zM17.902 13.796c.926-.09 1.959.059 2.542.87 1.241 1.345.581 3.786-1.172 4.312-1.541.529-3.172-.906-3.151-2.462-.072-.96.493-1.778 1.159-2.405.279 1.074.49 2.418 1.708 2.823-.212-1.094-.978-2-1.086-3.138z"/><path fill="#0371b8" d="M7.092 14.253c.372.495.699 1.025.986 1.577-.617.07-1.236.106-1.855.137.274-.581.563-1.151.87-1.714zM11.569 15.275c-.33-.292.139-.885.503-.658.348.284-.145.875-.503.658zM10.4 15.551c.975-.705 1.763 1.185.674 1.515-.898.405-1.489-1.092-.674-1.515z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--detour-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h24v11.528c-.114-2.531-1.013-5.027-2.602-7.007C19.591 2.235 16.921.644 14.042.175c-3.184-.557-6.588.223-9.179 2.164C1.977 4.432.17 7.875-.001 11.428V0z"/><path fill="#fff" d="M5.47 4.79a9.701 9.701 0 0 1 6.16-2.496c2.272-.092 4.574.634 6.36 2.046a9.695 9.695 0 0 1 3.457 5.378c.529 2.215.265 4.615-.766 6.65a9.689 9.689 0 0 1-3.476 3.835 9.685 9.685 0 0 1-6.05 1.469c-2.144-.169-4.212-1.098-5.783-2.566A9.69 9.69 0 0 1 2.3 12.481c-.154-2.718.907-5.474 2.849-7.384l.028-.286.294-.023m-.085 3.337c-.062.056-.126.112-.19.167l.324.136c.259.12.492.288.749.413 1.579 1.001 3.281 1.82 4.898 2.768l.001-1.691c2.333-.002 4.666.005 6.998-.002 0-1.117.005-2.234-.002-3.35-2.332 0-4.663-.006-6.994.002-.016-.563.005-1.126-.005-1.69-1.93 1.076-3.886 2.114-5.78 3.247M15.997 12c-.156.265-.313.532-.462.802.509.078.678-.522 1.002-.8l-.54-.001m-5.816 1.531c-.241.415-.271 1.03.1 1.381.284.283.721.293 1.032.53.292.241.131.809-.269.808-.338.049-.502-.289-.514-.572-.217 0-.436 0-.652.002-.024.683.563 1.348 1.277 1.216.859-.061 1.276-1.195.822-1.867-.27-.362-.754-.391-1.132-.576-.35-.152-.203-.792.192-.742.25-.025.354.221.404.42l.637-.007c-.049-.254-.089-.529-.268-.73-.413-.492-1.308-.424-1.631.137m7.859-.375c-.823.242-1.393 1.103-1.309 1.955.035.917.811 1.754 1.741 1.788 1.063.114 2.071-.827 2.042-1.894.078-1.25-1.294-2.273-2.474-1.849m-14.077-.022v3.689c.658-.024 1.326.061 1.975-.067 1.356-.436 1.532-2.537.422-3.328-.707-.458-1.604-.241-2.398-.294m3.557 0v3.689H9.51v-.648l-1.277-.001v-.91l1.277-.001v-.631l-1.277-.001.001-.845 1.276-.001v-.65H7.517m4.664-.001c.439 1.231.88 2.461 1.322 3.69l.517-.001c.44-1.229.88-2.459 1.318-3.689l-.769.001c-.269.823-.539 1.646-.811 2.468-.263-.826-.535-1.648-.805-2.47h-.772m3.363.001v3.689h.724v-3.689h-.724z"/><path fill="#fff" d="M20.84 20.122c1.937-2.088 3.059-4.885 3.16-7.727V24H12.542c3.131-.155 6.187-1.552 8.298-3.878zM0 12.493c.132 2.953 1.364 5.849 3.457 7.943 2.082 2.136 4.987 3.398 7.957 3.564H0V12.493zM4.691 13.768c.439.006.95-.042 1.295.288.444.439.442 1.187.17 1.715-.31.493-.965.422-1.465.422v-2.425zM18.287 13.87c.8-.298 1.668.532 1.448 1.346-.107.814-1.193 1.242-1.81.683-.718-.527-.52-1.801.361-2.029z"/><path fill="#c0111e" d="M4.864 2.339C7.455.399 10.859-.381 14.043.175c2.879.469 5.549 2.06 7.356 4.346 1.589 1.98 2.488 4.476 2.602 7.007v.866c-.101 2.842-1.223 5.639-3.16 7.727-2.111 2.327-5.167 3.724-8.298 3.878h-1.128c-2.97-.166-5.875-1.428-7.957-3.564-2.093-2.094-3.325-4.99-3.457-7.943v-1.066c.17-3.553 1.978-6.996 4.864-9.089M5.47 4.79l-.294.023c-.006.071-.02.215-.028.286-1.942 1.909-3.002 4.666-2.849 7.384a9.688 9.688 0 0 0 3.072 6.625 9.667 9.667 0 0 0 5.783 2.566 9.684 9.684 0 0 0 6.05-1.469 9.674 9.674 0 0 0 3.476-3.835c1.031-2.035 1.295-4.435.766-6.65a9.7 9.7 0 0 0-3.457-5.378c-1.786-1.412-4.088-2.138-6.36-2.046a9.703 9.703 0 0 0-6.16 2.496z"/><path fill="#040404" d="M5.386 8.125c1.895-1.133 3.851-2.171 5.78-3.247.01.564-.011 1.127.005 1.69 2.33-.008 4.662-.002 6.994-.002.007 1.116.002 2.233.002 3.35-2.333.007-4.666 0-6.998.002l-.001 1.691C9.55 10.661 7.849 9.841 6.27 8.841c-.257-.125-.49-.293-.749-.413l-.324-.136c.064-.055.127-.11.19-.167zM15.997 12l.54.001c-.324.278-.493.878-1.002.8.149-.27.306-.536.462-.802zM10.181 13.532c.323-.56 1.218-.629 1.631-.137.179.2.218.475.268.73-.212.004-.425.005-.637.007-.05-.199-.155-.445-.404-.42-.395-.05-.542.589-.192.742.378.185.862.214 1.132.576.454.672.037 1.806-.822 1.867-.714.132-1.301-.533-1.277-1.216.216-.002.434-.002.652-.002.012.283.175.622.514.572.4.001.56-.566.269-.808-.311-.238-.748-.247-1.032-.53-.371-.352-.341-.966-.1-1.381zM18.038 13.157c1.181-.424 2.552.599 2.474 1.849.029 1.067-.979 2.008-2.042 1.894-.93-.034-1.706-.871-1.741-1.788-.084-.852.486-1.712 1.309-1.955m.249.713c-.881.228-1.079 1.502-.361 2.029.617.559 1.703.131 1.81-.683.22-.815-.648-1.644-1.448-1.346zM3.961 13.135c.793.053 1.691-.164 2.398.294 1.11.791.934 2.892-.422 3.328-.649.128-1.318.043-1.975.067v-3.689m.729.633v2.425c.5 0 1.156.071 1.465-.422.271-.528.274-1.276-.17-1.715-.344-.33-.856-.282-1.295-.288zM7.517 13.135H9.51v.65l-1.276.001-.001.845 1.277.001v.631l-1.277.001v.91l1.277.001v.648H7.517v-3.689zM12.181 13.135h.772c.27.822.542 1.644.805 2.47.272-.822.542-1.645.811-2.468l.769-.001c-.438 1.23-.877 2.46-1.318 3.689l-.517.001c-.443-1.229-.883-2.459-1.322-3.69zM15.544 13.135h.724v3.689h-.724v-3.689z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--detour-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h11.46C8.44.146 5.482 1.439 3.385 3.629 1.347 5.7.151 8.537 0 11.433V.001zM12.581 0H24v11.549c-.118-2.964-1.348-5.874-3.445-7.979C18.473 1.424 15.559.16 12.581 0z"/><path fill="#fff" d="M11.314 2.31c2.342-.168 4.745.532 6.604 1.975a9.697 9.697 0 0 1 3.265 4.528 9.834 9.834 0 0 1-.127 6.713 9.684 9.684 0 0 1-3.85 4.678 9.687 9.687 0 0 1-6.038 1.471 9.648 9.648 0 0 1-5.539-2.336 9.67 9.67 0 0 1-3.072-5.052c-.592-2.446-.204-5.119 1.099-7.277 1.58-2.696 4.538-4.51 7.658-4.699m1.399 2.565c-.002.562 0 1.123-.001 1.685a7891.36 7891.36 0 0 0-6.881 0L5.83 9.808h6.882c.004.56-.007 1.121.008 1.68 1.945-1.105 3.896-2.204 5.846-3.304-1.951-1.102-3.896-2.215-5.854-3.308m3.34 7.038c-.176.293-.352.587-.516.888.541.054.721-.592 1.08-.89l-.564.002M3.964 13.136v3.688c.658-.025 1.328.062 1.979-.071 1.35-.438 1.522-2.533.415-3.323-.707-.457-1.602-.24-2.394-.294m3.554 0v3.688H9.51v-.648H8.232l-.001-.91c.426-.004.853-.004 1.279-.002v-.631l-1.278-.001v-.847l1.278-.001v-.647H7.518m2.704 1.715c.281.337.763.341 1.098.595.288.246.116.823-.288.803-.336.049-.487-.298-.505-.572l-.648.004c.037.312.095.644.319.881.461.524 1.417.432 1.768-.174.228-.403.284-.96.013-1.356-.286-.388-.812-.389-1.2-.616-.27-.21-.102-.754.263-.704.247-.025.35.222.401.418l.637-.006c-.023-.55-.437-1.105-1.034-1.055-.887-.059-1.355 1.147-.823 1.783m7.826-1.699c-.827.238-1.404 1.102-1.32 1.957.034.966.895 1.825 1.874 1.792 1.068.04 2-.965 1.907-2.026-.012-1.196-1.33-2.119-2.461-1.723m-5.868-.018l1.322 3.688.516.001c.442-1.229.878-2.46 1.319-3.689h-.767l-.811 2.466c-.27-.822-.536-1.646-.81-2.467l-.769.001m3.364 0v3.688h.721l.001-3.688h-.722z"/><path fill="#fff" d="M20.548 20.43c2.111-2.119 3.349-5.051 3.452-8.035V24H12.53c2.993-.146 5.922-1.421 8.017-3.57zM0 12.478c.127 2.984 1.384 5.911 3.511 8.014 2.078 2.104 4.961 3.346 7.907 3.509H0V12.479zM4.691 13.765c.44.006.953-.041 1.297.292.44.438.44 1.184.17 1.712-.308.496-.966.424-1.468.424v-2.428zM18.288 13.868c.635-.227 1.384.25 1.459.914.103.593-.295 1.252-.907 1.349-.636.145-1.285-.378-1.349-1.012-.094-.544.274-1.099.797-1.252z"/><path fill="#c0111e" d="M11.46 0h1.121c2.978.16 5.892 1.424 7.974 3.57 2.098 2.105 3.328 5.015 3.445 7.979v.846c-.103 2.984-1.342 5.916-3.452 8.035-2.095 2.149-5.024 3.424-8.017 3.57h-1.112c-2.946-.163-5.828-1.405-7.907-3.509C1.384 18.389.128 15.462.001 12.477v-1.045C.152 8.536 1.349 5.7 3.386 3.628 5.482 1.438 8.44.146 11.461-.001m-.147 2.311c-3.12.19-6.078 2.003-7.658 4.699-1.303 2.158-1.691 4.831-1.099 7.277a9.67 9.67 0 0 0 3.072 5.052 9.648 9.648 0 0 0 5.539 2.336 9.687 9.687 0 0 0 6.038-1.471 9.686 9.686 0 0 0 3.85-4.678 9.829 9.829 0 0 0 .127-6.713 9.709 9.709 0 0 0-3.265-4.528c-1.859-1.444-4.261-2.143-6.604-1.975z"/><path d="M12.713 4.876c1.957 1.093 3.902 2.207 5.854 3.308-1.95 1.099-3.901 2.198-5.846 3.304-.016-.559-.005-1.12-.008-1.68H5.831l.001-3.247h6.881c.001-.562-.001-1.123.001-1.685zM16.052 11.914l.564-.002c-.359.299-.539.944-1.08.89.164-.301.34-.595.516-.888zM3.964 13.136c.792.054 1.687-.163 2.394.294 1.106.79.935 2.885-.415 3.323-.65.133-1.321.046-1.979.071v-3.688m.727.629v2.428c.502 0 1.159.072 1.468-.424.27-.528.27-1.274-.17-1.712-.344-.332-.857-.286-1.297-.292zM7.518 13.136H9.51v.647l-1.278.001v.847l1.278.001v.631c-.426-.001-.853-.001-1.279.002l.001.91H9.51v.648H7.518v-3.688zM10.222 14.852c-.532-.636-.064-1.842.823-1.783.598-.05 1.012.505 1.034 1.055l-.637.006c-.05-.196-.154-.443-.401-.418-.365-.049-.533.494-.263.704.388.227.914.228 1.2.616.271.396.215.953-.013 1.356-.35.606-1.307.698-1.768.174-.224-.236-.282-.569-.319-.881l.648-.004c.018.275.169.622.505.572.404.02.576-.557.288-.803-.335-.254-.817-.258-1.098-.595zM18.049 13.154c1.132-.396 2.449.527 2.461 1.723.094 1.061-.839 2.065-1.907 2.026-.979.034-1.841-.826-1.874-1.792-.084-.856.493-1.72 1.32-1.957m.239.714c-.523.152-.89.708-.797 1.252.064.634.713 1.157 1.349 1.012.612-.097 1.01-.756.907-1.349-.076-.665-.824-1.141-1.459-.914zM12.181 13.136l.769-.001c.274.821.54 1.645.81 2.467l.811-2.466h.767c-.44 1.229-.877 2.46-1.319 3.689l-.516-.001c-.442-1.229-.882-2.459-1.322-3.688zM15.545 13.136h.722l-.001 3.688h-.721v-3.688z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--divided-highway-ends--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fefffe" d="M0 0h11.057c-2.969.265-5.839 1.635-7.82 3.878C-.299 7.72-.937 13.923 1.818 18.373c1.918 3.161 5.382 5.251 9.045 5.626H-.001v-24zM13.105 0H24v11.625a21.14 21.14 0 0 1-.205-1.755l-.215.213c.038-.156.084-.31.13-.464a11.956 11.956 0 0 0-3.098-5.952C18.667 1.571 15.928.323 13.104 0z"/><path fill="#fefffe" d="M7.181 3.816c2.17-1.316 4.886-1.744 7.335-1.025.017.11.019.221.037.331.308.064.644-.099.933.076a9.738 9.738 0 0 1 4.043 3.274c.151.207.278.434.337.687.286.186.394.529.558.812a8.378 8.378 0 0 1 .919 5.887c-.218 1.243-.833 2.36-1.515 3.403-.629 1.044-1.5 1.915-2.462 2.656-.634.432-1.281.85-1.969 1.194-1.821.844-3.962.977-5.868.335-.548-.164-1.051-.442-1.586-.636a10.68 10.68 0 0 1-2.88-2.182c-.965-1.116-1.742-2.419-2.135-3.85-.69-2.398-.396-5.051.749-7.264.849-1.489 2.025-2.816 3.505-3.699m3.612 1.266c-.591.731-1.195 1.453-1.793 2.179-.167.157-.07.407.025.574.483.238.9-.227 1.332-.378-.079 1.005.151 2.057-.14 3.029-.192.083-.378.175-.564.269-.701.583-1.375 1.214-1.872 1.985-1.122 1.624-1.411 3.645-1.478 5.574.536.011 1.073.003 1.608.008.04-1.78.375-3.652 1.539-5.065.634-.927 1.696-1.386 2.535-2.09-.013-1.241-.006-2.483-.014-3.724.402.188.771.542 1.246.469.065-.099.132-.197.199-.294-.475-1.128-1.57-1.869-2.154-2.942a1.806 1.806 0 0 0-.469.407m3.105-.363c.003 1.292.06 2.584.068 3.877.013.741.049 1.558.559 2.149.42.575 1.262.86 1.381 1.629.011.95.056 1.906-.04 2.853-.25-.162-.497-.326-.741-.494l-.372-.019-.267.221c.037.202.054.423.202.582.658.881 1.394 1.704 2.023 2.607.725-.908 1.454-1.814 2.176-2.724.227-.216.04-.683-.283-.663-.396.017-.707.316-1.054.477.046-1.108.237-2.214.216-3.32-.207-1.176-1.756-1.362-2.014-2.502-.362-1.551-.2-3.153-.122-4.727a27.09 27.09 0 0 0-1.734.056m-3.21 9.908c-.035 1.249-.005 2.502-.013 3.753.933-.01 1.866-.024 2.799-.019.014-1.195.014-2.39-.003-3.584.006-.366-.246-.668-.493-.909-.757-.617-2.095-.23-2.29.76z"/><path fill="#fefffe" d="M22.314 18.172c1.028-1.645 1.483-3.563 1.686-5.472v11.301H13.197c3.724-.408 7.222-2.578 9.117-5.828z"/><path fill="#d9261c" d="M11.057 0h2.047c2.824.323 5.563 1.57 7.508 3.667a11.964 11.964 0 0 1 3.098 5.952 9.391 9.391 0 0 0-.13.464l.215-.213c.046.586.11 1.173.205 1.755v1.074c-.203 1.909-.658 3.827-1.686 5.472-1.895 3.25-5.393 5.42-9.117 5.828h-2.333c-3.664-.375-7.127-2.465-9.045-5.626C-.935 13.923-.298 7.719 3.238 3.878 5.218 1.635 8.089.265 11.058 0M7.181 3.816c-1.48.882-2.656 2.209-3.505 3.699-1.144 2.212-1.438 4.865-.749 7.264.393 1.43 1.17 2.734 2.135 3.85a10.68 10.68 0 0 0 2.88 2.182c.536.194 1.038.472 1.586.636 1.906.642 4.047.509 5.868-.335.688-.343 1.335-.761 1.969-1.194.962-.741 1.833-1.612 2.462-2.656.682-1.043 1.297-2.16 1.515-3.403a8.377 8.377 0 0 0-.919-5.887c-.164-.283-.272-.626-.558-.812a1.917 1.917 0 0 0-.337-.687 9.738 9.738 0 0 0-4.043-3.274c-.289-.175-.625-.013-.933-.076-.017-.11-.019-.221-.037-.331-2.449-.718-5.166-.291-7.335 1.025z"/><path fill="#0a0b0d" d="M10.794 5.081c.127-.168.296-.292.469-.407.583 1.073 1.678 1.813 2.154 2.942-.067.097-.133.195-.199.294-.475.073-.844-.281-1.246-.469.008 1.241.002 2.483.014 3.724-.839.704-1.901 1.163-2.535 2.09-1.163 1.413-1.499 3.285-1.539 5.065-.536-.005-1.073.003-1.608-.008.067-1.93.356-3.95 1.478-5.574.497-.771 1.171-1.402 1.872-1.985.186-.094.372-.186.564-.269.291-.973.06-2.025.14-3.029-.432.151-.849.617-1.332.378-.095-.167-.192-.416-.025-.574.598-.726 1.202-1.448 1.793-2.179zM13.899 4.719c.577-.03 1.155-.062 1.734-.056-.078 1.573-.24 3.176.122 4.727.257 1.14 1.807 1.326 2.014 2.502.021 1.106-.17 2.212-.216 3.32.346-.161.658-.459 1.054-.477.323-.021.51.447.283.663-.722.911-1.451 1.817-2.176 2.724-.629-.903-1.365-1.726-2.023-2.607-.148-.159-.165-.38-.202-.582l.267-.221.372.019c.243.168.491.332.741.494.095-.947.051-1.903.04-2.853-.119-.769-.962-1.054-1.381-1.629-.51-.591-.547-1.408-.559-2.149-.008-1.292-.065-2.584-.068-3.877zM10.687 14.629c.195-.99 1.534-1.376 2.29-.76.246.242.499.544.493.909.017 1.194.017 2.389.003 3.584-.933-.005-1.866.01-2.799.019.008-1.251-.022-2.503.013-3.753z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--divided-highway-starts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fefefe" d="M.318 0h23.364v24h-10.28a10.738 10.738 0 0 0 3.966-1.237c1.24-.596 2.146-1.659 3.091-2.623 1.626-1.694 2.697-3.908 2.967-6.245.221-1.972.105-4.02-.588-5.895-.299-.779-.526-1.61-1.084-2.255-1.291-1.96-3.014-3.762-5.243-4.62C14.403.217 12.032-.159 9.764.279 8.175.697 6.63 1.334 5.252 2.234 3.459 3.639 1.916 5.446 1.07 7.581.665 8.597.469 9.677.318 10.755V0z"/><path fill="#fefefe" d="M10.406 2.532c.906-.13 1.834-.107 2.746-.032 2.595.512 5.038 1.979 6.539 4.182 1.176 1.71 1.761 3.811 1.686 5.882-.084 2.343-1.079 4.601-2.646 6.332-1.936 1.953-4.692 3.11-7.454 2.939-2.117-.202-4.129-1.183-5.653-2.656-1.206-1.108-2.027-2.561-2.672-4.05-.796-2.128-.722-4.605.294-6.648.548-1.005 1.124-2.015 1.912-2.856 1.407-1.488 3.226-2.67 5.248-3.093m.003 3.444c.048 1.136.016 2.276.056 3.414-.011.761.736 1.329 1.454 1.33.703-.043 1.372-.612 1.37-1.348.021-1.148.008-2.297.002-3.444-.96.014-1.923-.022-2.882.048m5.63-.021c-.081 1.732-.377 3.546-1.47 4.953-.631.976-1.723 1.454-2.591 2.173-.054 1.243.005 2.487-.027 3.732a26.587 26.587 0 0 1-.997-.54c-.149.127-.421.2-.404.443.005.221.189.383.302.559.628.772 1.264 1.539 1.888 2.313.815-.865 1.567-1.794 2.287-2.74l-.103-.44c-.491-.06-.922.172-1.332.407-.005-.962-.025-1.925.017-2.886 1.47-.885 2.683-2.227 3.295-3.842.528-1.308.674-2.729.706-4.128-.525-.003-1.047-.005-1.572-.003M5.394 8.417c-.205.283-.612.61-.354.989.455.28.908-.148 1.314-.324-.006 1.062-.195 2.114-.203 3.174.105 1.267 1.775 1.451 2.031 2.632.366 1.554.157 3.157.145 4.733.553.002 1.106-.01 1.659-.037.111-1.229-.041-2.462-.025-3.692.006-.885-.01-1.92-.728-2.556-.437-.49-1.216-.831-1.21-1.583a75.27 75.27 0 0 1 0-2.688c.408.232.823.52 1.321.429.041-.223.145-.469-.045-.656-.661-.898-1.381-1.752-2.063-2.635-.693.668-1.214 1.489-1.842 2.214z"/><path fill="#fefefe" d="M.318 13.561c.23 2.162 1.02 4.274 2.424 5.951 1 1.163 2.049 2.359 3.441 3.063 1.238.642 2.524 1.264 3.927 1.426H.318V13.562z"/><path fill="#d9261b" d="M9.764.28c2.268-.439 4.639-.062 6.747.846 2.23.858 3.953 2.661 5.243 4.62.558.645.785 1.477 1.084 2.255.693 1.875.809 3.923.588 5.895-.27 2.336-1.341 4.55-2.967 6.245-.946.963-1.852 2.026-3.091 2.623a10.756 10.756 0 0 1-3.966 1.237H10.11c-1.403-.162-2.689-.784-3.927-1.426-1.392-.704-2.441-1.899-3.441-3.063C1.339 17.835.549 15.723.318 13.561v-2.805c.151-1.078.347-2.158.752-3.174.846-2.135 2.389-3.942 4.182-5.347C6.63 1.335 8.175.698 9.764.28m.642 2.252c-2.022.423-3.842 1.605-5.248 3.093-.788.841-1.364 1.852-1.912 2.856-1.016 2.044-1.09 4.52-.294 6.648.645 1.489 1.465 2.942 2.672 4.05 1.524 1.473 3.536 2.454 5.654 2.656 2.762.172 5.518-.985 7.454-2.939 1.567-1.731 2.562-3.989 2.646-6.332.075-2.071-.51-4.172-1.686-5.882-1.5-2.203-3.943-3.67-6.539-4.182-.912-.075-1.841-.099-2.746.032z"/><path fill="#0a0b0d" d="M10.409 5.976c.958-.07 1.922-.033 2.882-.048.006 1.148.019 2.297-.002 3.444.002.736-.668 1.305-1.37 1.348-.718-.002-1.465-.569-1.454-1.33-.04-1.138-.008-2.278-.056-3.414zM16.039 5.955c.525-.002 1.047 0 1.572.003-.032 1.399-.178 2.82-.706 4.128-.612 1.615-1.825 2.956-3.295 3.842-.043.962-.022 1.925-.017 2.886.41-.235.841-.467 1.332-.407l.103.44c-.72.946-1.472 1.875-2.287 2.74-.625-.774-1.26-1.54-1.888-2.313-.113-.176-.297-.339-.302-.559-.017-.243.254-.316.404-.443.329.186.66.369.997.54.032-1.245-.027-2.489.027-3.732.868-.718 1.96-1.197 2.591-2.173 1.093-1.407 1.389-3.22 1.47-4.953zM5.394 8.417c.628-.725 1.149-1.546 1.842-2.214.682.884 1.402 1.737 2.063 2.635.189.188.086.434.045.656-.497.091-.912-.197-1.321-.429a75.27 75.27 0 0 0 0 2.688c-.006.752.772 1.093 1.21 1.583.718.636.734 1.67.728 2.556-.016 1.23.137 2.464.025 3.692-.553.027-1.106.038-1.659.037.013-1.577.221-3.179-.145-4.733-.256-1.181-1.926-1.365-2.031-2.632.008-1.06.197-2.112.203-3.174-.407.176-.86.604-1.314.324-.257-.378.149-.706.354-.989z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--do-not-block-intersection--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.411 0h19.178v16.888c-.026-.782-.011-1.566-.017-2.349-.007-4.46-.008-8.919-.012-13.379.011-.189-.09-.357-.184-.512-.219-.341-.605-.6-1.021-.579C14.747.068 9.139.059 3.531.073 3 .102 2.56.544 2.41 1.036V0z"/><path fill="#fffffe" d="M3.62.195C9.138.186 14.656.194 20.174.191c.166-.003.332.016.494.051.42.14.747.546.777.99.001 7.155-.001 14.31.001 21.465.036.495-.313.975-.778 1.13a2.18 2.18 0 0 1-.528.051H4.189c-.289-.004-.582.02-.867-.045-.374-.11-.662-.433-.769-.802-.045-.156-.026-.32-.029-.48 0-7.058.001-14.115-.001-21.173C2.48.774 3.011.193 3.62.196m-.251.268a.926.926 0 0 0-.616.806v21.534c.004.223.124.425.271.585.179.186.438.264.691.26 5.524-.001 11.047.001 16.571-.001.152-.012.314-.021.447-.104a.95.95 0 0 0 .436-.502c.066-.156.046-.328.048-.493V1.268c-.022-.456-.437-.859-.899-.847C14.796.417 9.274.421 3.752.419a1.592 1.592 0 0 0-.383.045z"/><path fill="#fffffe" d="M3.622.921C9.139.909 14.657.92 20.175.916c.095 0 .194-.001.286.028a.409.409 0 0 1 .26.393v21.214c-.004.137.024.289-.062.408a.41.41 0 0 1-.375.193H3.679a.405.405 0 0 1-.369-.194c-.084-.119-.057-.271-.061-.407V1.339c-.012-.208.162-.411.374-.416m4.779 2.709a.93.93 0 0 0-.615.328c-.241.232-.334.562-.423.874A4.058 4.058 0 0 0 7.23 6.09a4.11 4.11 0 0 0 .328 1.781c.156.29.4.563.734.636.339.062.725.054 1.013-.159.171-.149.328-.324.417-.535.131-.335.231-.684.276-1.042.043-.297.02-.598.026-.897.011-.494-.098-.983-.268-1.444-.081-.26-.261-.478-.47-.648-.259-.167-.586-.189-.885-.149m7.655.02c-.284.053-.494.269-.655.495-.102.141-.151.309-.206.471a4.02 4.02 0 0 0-.198 1.436c-.021.474.036.952.179 1.404.072.218.135.447.286.627.116.139.239.287.411.355.255.118.548.114.82.075.349-.065.608-.345.77-.646.195-.46.314-.955.331-1.456.007-.157-.006-.314 0-.47a4.043 4.043 0 0 0-.269-1.511c-.082-.262-.263-.483-.474-.654-.293-.183-.664-.194-.994-.127m-12.003.044v4.762h1.292c.177-.009.362-.02.523-.103.138-.059.238-.174.338-.282.17-.188.307-.413.36-.663.219-.795.198-1.638.051-2.444a2.095 2.095 0 0 0-.292-.798c-.16-.21-.374-.411-.649-.44-.539-.059-1.082-.022-1.623-.032m7.811 0v4.762h.685v-3.19c.491 1.063.98 2.127 1.47 3.19h.517V3.696h-.684v2.856l-1.304-2.856h-.685m6.036 0v.634h.869v4.127h.684V4.33h.869v-.635H17.9m-6.373 7.498c-.297.044-.518.268-.683.501-.107.151-.157.33-.216.503a4.07 4.07 0 0 0-.187 1.433 4.14 4.14 0 0 0 .319 1.765c.093.197.241.363.405.504.277.199.638.208.964.162.35-.061.611-.34.775-.639a4.07 4.07 0 0 0 .335-1.465c.006-.157-.006-.313 0-.469a4.015 4.015 0 0 0-.264-1.494 1.398 1.398 0 0 0-.489-.676c-.285-.171-.639-.187-.959-.125m3.422.075a1.235 1.235 0 0 0-.563.566c-.214.396-.275.848-.308 1.29a7.047 7.047 0 0 0 .074 1.522c.048.321.162.632.324.913.202.285.525.498.88.515.357.051.737-.067.987-.331.234-.282.394-.639.384-1.01l-.684-.001c-.004.231-.048.513-.27.636a.72.72 0 0 1-.387.034c-.22-.038-.393-.22-.472-.421a4.193 4.193 0 0 1-.199-1.166c.003-.414-.022-.834.074-1.241.052-.191.069-.411.215-.559.193-.221.579-.258.804-.068.138.153.21.359.234.562h.684a1.492 1.492 0 0 0-.162-.632c-.096-.183-.205-.371-.38-.489-.344-.276-.841-.29-1.235-.12M4.062 11.24v4.762h1.357c.405.008.826-.178 1.054-.521.171-.229.278-.51.265-.798.031-.465-.263-.869-.586-1.171.274-.263.517-.609.502-1.006a1.342 1.342 0 0 0-.263-.862c-.101-.16-.269-.256-.433-.338a1.868 1.868 0 0 0-.427-.064c-.49-.002-.98 0-1.469-.001m3.424-.001v4.762h2.422v-.634H8.17v-4.127h-.685m10.142-.001v4.762h.684c0-.464.001-.928-.001-1.392.003-.057-.009-.118.023-.168l.413-.761.835 2.322h.718l-1.103-3.09c.328-.558.658-1.114.986-1.671h-.786l-1.085 1.903v-1.903h-.685m-6.635 6.735c-.236.07-.381.301-.434.529a.947.947 0 0 0 .07.57c.188.397.592.653.739 1.074.063.191.103.425-.027.597a.319.319 0 0 1-.317.022c-.124-.09-.14-.255-.149-.395h-.411c-.003.233.074.466.212.654.176.192.474.231.715.157.179-.054.295-.213.377-.371.118-.233.066-.505.009-.747-.073-.307-.265-.565-.467-.8-.129-.15-.302-.284-.343-.489-.033-.129.01-.257.064-.373.07-.024.142-.073.219-.047.16.017.16.212.18.334l.411-.001a1.014 1.014 0 0 0-.209-.574c-.158-.175-.422-.191-.638-.14m2.797.111c-.13.152-.215.343-.236.543-.103.729-.131 1.487.07 2.203.134.398.687.503 1.003.262.207-.157.207-.442.213-.677l-.41-.001a.732.732 0 0 1-.061.307c-.045.078-.151.096-.229.062-.102-.023-.129-.14-.163-.223a3.885 3.885 0 0 1-.088-.95c-.004-.35.007-.706.095-1.046.03-.128.141-.232.278-.204.106 0 .148.108.17.194.136 0 .273.001.409-.001-.02-.247-.166-.515-.421-.579-.21-.046-.463-.042-.631.11m4.042-.137a.557.557 0 0 0-.448.212c-.224.275-.226.647-.258.983-.006.517-.033 1.044.095 1.549.066.185.171.38.357.465a.695.695 0 0 0 .558.001c.188-.087.293-.283.36-.469.095-.376.112-.766.102-1.152a4.26 4.26 0 0 0-.076-.976.94.94 0 0 0-.239-.461c-.117-.119-.288-.156-.45-.152m-14.113.039v3.175h.401v-3.174h-.401m.855-.001v3.174h.401v-1.882c.209.627.416 1.254.624 1.882h.345V17.99h-.4v1.581l-.568-1.581h-.401m1.567 0v.412h.389v2.763h.401v-2.763h.412v-.412H6.141m1.412 0v3.174h1.213v-.412h-.812v-1.113h.512v-.423h-.512v-.813h.768v-.412H7.553m1.478-.001v3.174h.401v-1.481h.189l.357 1.481h.412l-.323-1.58c.121-.086.24-.191.28-.34.095-.311.084-.669-.087-.953-.071-.144-.219-.233-.369-.274-.284-.048-.573-.021-.859-.028m3.056.001v3.174h1.213v-.412h-.812l-.001-1.113h.513v-.423h-.512v-.813h.768v-.411h-1.169m2.857-.002v.412h.39v2.763h.401v-2.763h.411v-.412h-1.203m1.412 0v3.174h.401V17.99h-.401m2.589 0v3.175h.401v-1.882l.623 1.882h.346V17.99h-.4v1.581l-.569-1.581h-.401z"/><path fill="#fffffe" d="M8.622 4.285c.154-.001.319.054.407.189.163.202.21.463.264.71.062.298.084.603.08.907a3.91 3.91 0 0 1-.193 1.332c-.07.157-.16.329-.324.404a.563.563 0 0 1-.566-.073.994.994 0 0 1-.255-.46 4.53 4.53 0 0 1-.146-.911c-.015-.39-.018-.785.062-1.168.057-.257.101-.531.274-.74.088-.131.247-.182.398-.189zM16.24 4.307c.169-.042.372-.024.502.103.084.091.148.199.197.313.194.567.224 1.174.192 1.767a4.1 4.1 0 0 1-.161.864 1.04 1.04 0 0 1-.223.386c-.185.175-.505.17-.696.008a1.014 1.014 0 0 1-.229-.38 4.446 4.446 0 0 1-.173-1.277 3.894 3.894 0 0 1 .194-1.364c.079-.176.192-.376.396-.42zM4.739 4.364c.236.005.474-.014.709.015.222.03.382.221.462.418.207.714.166 1.469.096 2.2-.02.306-.176.642-.478.757-.258.061-.526.026-.789.035V4.364zM11.63 11.865c.187-.063.425-.052.568.1.087.101.156.218.2.344.127.417.194.852.185 1.288.017.46-.047.922-.19 1.36a1.046 1.046 0 0 1-.206.331c-.181.168-.487.167-.679.016a.98.98 0 0 1-.236-.374 4.393 4.393 0 0 1-.18-1.299c-.017-.458.05-.918.192-1.353.073-.164.17-.342.345-.413zM4.747 13.178v-1.27c.259.003.519-.006.778.005a.468.468 0 0 1 .331.122c.153.194.153.459.104.689-.048.199-.175.411-.396.441-.271.028-.545.006-.817.013zM4.746 13.847c.297.014.601-.036.891.04.454.221.583.916.234 1.284a.53.53 0 0 1-.305.146c-.272.035-.547.01-.82.017v-1.487zM17.758 18.384c.067-.032.159-.035.21.026.085.102.114.237.142.365.062.36.061.728.06 1.093-.011.253-.011.515-.105.754-.032.077-.082.164-.173.177-.094.023-.186-.041-.225-.124-.124-.249-.121-.535-.135-.807.003-.368-.017-.739.042-1.104.032-.136.065-.291.183-.38zM9.432 18.402c.158.011.357-.037.477.095.095.161.094.358.07.538-.018.083-.046.187-.14.213-.132.036-.272.022-.407.024v-.869zM21.556 22.223c.018-.907.004-1.816.033-2.722V24H20.47c.322-.048.635-.208.832-.472.094-.118.185-.247.208-.399.03-.301.051-.603.045-.906zM2.411 23.037c.142.49.56.902 1.078.963H2.411v-.963z"/><path fill="#1a1919" d="M2.411 1.036C2.561.544 3 .102 3.532.073 9.14.058 14.747.068 20.356.069c.415-.021.802.238 1.021.579.095.155.195.323.184.512.004 4.46.006 8.919.012 13.379.006.783-.009 1.567.017 2.349v2.613c-.029.907-.015 1.815-.033 2.722a8.06 8.06 0 0 1-.045.906c-.023.152-.115.281-.208.399-.197.264-.51.424-.832.472H3.491c-.518-.061-.936-.473-1.078-.963V1.036M3.62.195C3.011.191 2.48.772 2.523 1.377l.001 21.173c.003.16-.016.324.029.48.107.37.395.692.769.802.285.065.578.041.867.045H20.14a2.18 2.18 0 0 0 .528-.051c.465-.155.814-.635.778-1.13-.002-7.155 0-14.31-.001-21.465a1.16 1.16 0 0 0-.777-.99 2.104 2.104 0 0 0-.494-.051C14.656.194 9.138.185 3.62.194z"/><path fill="#1a1919" d="M3.369.464c.125-.03.254-.046.383-.045C9.274.422 14.796.417 20.318.421c.462-.012.876.391.899.847v21.281c-.002.165.017.336-.048.493a.955.955 0 0 1-.436.502c-.133.083-.295.092-.447.104l-16.571.001c-.253.004-.512-.074-.691-.26-.147-.16-.267-.363-.271-.585-.001-7.178 0-14.356 0-21.534a.93.93 0 0 1 .616-.806m.253.457c-.212.005-.386.208-.374.416v21.212c.004.137-.024.288.061.407.073.131.223.2.369.194h16.605c.148.007.3-.061.375-.193.086-.119.057-.272.062-.408V1.335a.409.409 0 0 0-.26-.393.916.916 0 0 0-.286-.028C14.657.918 9.138.908 3.621.919z"/><path fill="#1a1919" d="M8.402 3.632c.298-.04.625-.017.885.149.208.17.389.388.47.648.171.461.279.951.268 1.444-.006.299.017.6-.026.897a4.367 4.367 0 0 1-.276 1.042c-.09.211-.246.386-.417.535-.288.213-.673.221-1.013.159-.335-.073-.578-.347-.734-.636a4.107 4.107 0 0 1-.328-1.781 4.061 4.061 0 0 1 .134-1.256c.089-.312.182-.642.423-.874a.932.932 0 0 1 .615-.328m.219.654c-.151.006-.31.058-.398.189-.173.209-.217.483-.274.74-.08.384-.076.778-.062 1.168.016.308.067.613.146.911a.994.994 0 0 0 .255.46.563.563 0 0 0 .566.073c.164-.075.254-.247.324-.404.141-.428.207-.881.193-1.332a4.12 4.12 0 0 0-.08-.907c-.054-.247-.101-.508-.264-.71-.088-.135-.252-.19-.407-.189zM16.056 3.653c.33-.068.702-.057.994.127.211.17.393.392.474.654.18.482.283.995.269 1.511-.006.157.007.314 0 .47a4.103 4.103 0 0 1-.331 1.456c-.162.3-.421.58-.77.646-.273.039-.566.043-.82-.075-.173-.068-.295-.216-.411-.355-.15-.18-.214-.409-.286-.627a4.07 4.07 0 0 1-.179-1.404 4.002 4.002 0 0 1 .198-1.436c.055-.162.105-.331.206-.471.161-.225.371-.442.655-.495m.185.653c-.204.044-.317.244-.396.42a3.898 3.898 0 0 0-.194 1.364c-.005.431.054.863.173 1.277.046.141.126.273.229.38.191.162.511.167.696-.008.1-.111.179-.243.223-.386a4.1 4.1 0 0 0 .161-.864c.032-.594.002-1.201-.192-1.767a1.089 1.089 0 0 0-.197-.313c-.13-.128-.333-.146-.502-.103zM4.054 3.696c.541.01 1.084-.027 1.623.032.274.03.489.23.649.44.154.24.247.517.292.798.148.806.168 1.648-.051 2.443-.053.251-.19.475-.36.663-.099.107-.199.223-.338.282-.161.083-.345.094-.523.103H4.054V3.695m.685.669v3.425c.262-.009.53.026.789-.035.302-.115.459-.451.478-.757.07-.731.111-1.486-.096-2.2-.079-.197-.24-.388-.462-.418-.235-.029-.473-.01-.709-.015zM11.865 3.696h.685l1.304 2.856V3.696h.684v4.762h-.517c-.491-1.063-.98-2.127-1.47-3.19v3.19h-.685V3.696zM17.9 3.696h2.422v.635h-.869v4.127h-.684V4.331H17.9v-.634zM11.527 11.193c.319-.062.674-.046.959.125.221.173.407.404.489.676.177.477.277.985.264 1.494-.006.156.006.313 0 .469a4.075 4.075 0 0 1-.335 1.465c-.164.299-.425.578-.775.639-.325.046-.687.036-.964-.162a1.535 1.535 0 0 1-.405-.504 4.14 4.14 0 0 1-.319-1.765 4.067 4.067 0 0 1 .187-1.433c.058-.173.109-.352.216-.503.166-.233.387-.457.683-.501m.103.672c-.175.071-.272.249-.345.413a3.929 3.929 0 0 0-.192 1.353c-.005.439.055.878.18 1.299a.98.98 0 0 0 .236.374c.191.151.498.152.679-.016.088-.096.159-.209.206-.331.142-.438.206-.899.19-1.36a4.132 4.132 0 0 0-.185-1.288 1.108 1.108 0 0 0-.2-.344c-.142-.153-.38-.164-.568-.1zM14.949 11.268c.394-.17.891-.156 1.235.12.175.119.284.306.38.489.1.195.156.412.162.632h-.684a1.016 1.016 0 0 0-.234-.562c-.225-.19-.612-.153-.804.068-.146.148-.163.368-.215.559-.096.407-.07.826-.074 1.241.011.395.078.789.199 1.166.08.201.253.382.472.421a.709.709 0 0 0 .387-.034c.222-.124.266-.405.27-.636l.684.001c.01.371-.15.729-.384 1.01-.249.264-.63.382-.987.331-.355-.016-.678-.23-.88-.515a2.612 2.612 0 0 1-.324-.913 7.047 7.047 0 0 1-.074-1.522c.033-.442.095-.895.308-1.29.111-.249.324-.44.563-.566zM4.062 11.24c.489 0 .979-.001 1.469.001.143.01.289.021.427.064.164.082.332.179.433.338.178.249.284.554.263.862.015.397-.229.743-.502 1.006.323.302.617.706.586 1.171.013.288-.094.569-.265.798-.228.342-.649.529-1.054.521H4.062v-4.762m.685 1.939c.272-.007.546.015.817-.013.221-.03.347-.242.396-.441.049-.23.049-.496-.104-.689a.464.464 0 0 0-.331-.122c-.259-.011-.519-.002-.778-.005v1.27m-.001.669v1.487c.273-.007.548.018.82-.017a.53.53 0 0 0 .305-.146c.349-.368.22-1.063-.234-1.284-.29-.076-.595-.026-.891-.04zM7.486 11.24h.685v4.127h1.738v.634H7.487v-4.762zM17.627 11.24h.685v1.903c.363-.634.724-1.268 1.085-1.903h.786l-.986 1.671 1.103 3.09h-.718l-.835-2.322-.413.761c-.032.05-.02.112-.023.168.002.464.001.928.001 1.392h-.684v-4.762zM10.991 17.977c.216-.051.48-.035.638.14.127.164.2.367.209.574l-.411.001c-.02-.122-.02-.317-.18-.334-.076-.025-.149.024-.219.047-.054.116-.097.244-.064.373.041.205.214.338.343.489.202.235.394.493.467.8.057.242.109.514-.009.747-.082.158-.198.317-.377.371-.24.074-.538.035-.715-.157a1.09 1.09 0 0 1-.212-.654h.411c.009.141.024.305.149.395.101.05.223.041.317-.022.13-.173.09-.406.027-.597-.147-.421-.551-.677-.739-1.074a.947.947 0 0 1-.07-.57c.053-.228.198-.459.434-.529zM13.789 18.088c.167-.152.421-.156.631-.11.255.064.401.332.421.579-.137.002-.273.001-.409.001-.022-.086-.065-.193-.17-.194-.137-.028-.249.076-.278.204-.089.34-.099.696-.095 1.046-.005.318.015.64.088.95.034.084.061.2.163.223.078.034.185.016.229-.062.049-.095.055-.203.061-.307l.41.001c-.006.235-.006.521-.213.677-.315.241-.869.136-1.003-.262-.2-.716-.173-1.474-.07-2.204.021-.2.107-.391.236-.543zM17.83 17.951c.161-.004.332.034.45.152a.953.953 0 0 1 .239.461c.064.321.088.649.077.976.009.386-.007.777-.102 1.152-.066.186-.172.383-.36.469a.699.699 0 0 1-.558-.001c-.186-.086-.291-.281-.357-.465-.128-.506-.101-1.033-.095-1.549.032-.336.034-.708.258-.983a.56.56 0 0 1 .448-.212m-.072.433c-.119.089-.151.244-.183.38-.059.365-.04.736-.042 1.104.013.272.011.557.135.807.039.083.132.147.225.124.091-.012.142-.099.173-.177.094-.24.094-.501.105-.754.001-.365.002-.732-.06-1.093-.028-.127-.057-.262-.142-.365-.051-.062-.144-.059-.21-.026zM3.718 17.99h.401v3.174h-.401v-3.175zM4.573 17.99h.401l.568 1.581V17.99h.4v3.174h-.345l-.624-1.882v1.882h-.401V17.99zM6.141 17.99h1.202v.412h-.412v2.763H6.53v-2.763h-.389v-.412zM7.553 17.99h1.169v.412h-.768v.813h.512v.423h-.512v1.113h.812v.412H7.553v-3.174zM9.031 17.99c.286.007.575-.02.859.028.15.04.299.13.369.274.171.284.182.642.087.953-.04.149-.159.255-.28.34l.323 1.58h-.412c-.119-.494-.237-.988-.357-1.481h-.189v1.481H9.03v-3.174m.402.411v.869c.136-.002.275.012.407-.024.094-.026.121-.13.14-.213.024-.18.026-.377-.07-.538-.12-.132-.319-.083-.477-.095zM12.088 17.99h1.169v.411h-.768v.813h.512v.423h-.513l.001 1.113h.812v.412h-1.213v-3.174zM14.945 17.99h1.203v.412h-.411v2.763h-.401v-2.763h-.39v-.412zM16.356 17.99h.401v3.174h-.401V17.99zM18.945 17.99h.401l.569 1.581V17.99h.4v3.175h-.346l-.623-1.882v1.882h-.401V17.99z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--do-not-pass--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.35 0h1.066c.266.212.625.144.94.154C9.673.154 14.99.15 20.307.156c.614-.028 1.169.52 1.147 1.134.006 7.139.002 14.278.001 21.417.04.615-.488 1.193-1.11 1.177-5.569.005-11.138.004-16.707.001a1.118 1.118 0 0 1-1.085-.803c-.073-.289-.044-.59-.049-.885.003-6.965-.003-13.93.003-20.895-.013-.473.305-.968.782-1.07.011-.071.018-.142.025-.214-.507.163-.916.604-.964 1.145V0m.932.443a.902.902 0 0 0-.555.856c-.004 7.132-.001 14.264-.001 21.397-.049.513.404.997.921.97 5.568 0 11.137.003 16.705-.001.499.008.921-.464.884-.956 0-7.138.003-14.276-.001-21.414.026-.526-.469-.972-.988-.921C14.849.372 9.45.375 4.052.372c-.257.005-.524-.02-.77.071z"/><path fill="#fff" d="M20.391 0h1.259v2.15c-.086-.438.034-.907-.123-1.332A1.292 1.292 0 0 0 20.391 0zM3.389.953c.129-.109.309-.078.465-.088 5.467.004 10.933 0 16.4.002.243-.029.498.165.483.42.004 7.14.001 14.28.002 21.42.03.232-.159.469-.399.459-5.567.002-11.134.001-16.701 0-.249.02-.454-.225-.416-.467-.001-7.1.001-14.199-.001-21.299-.013-.164.021-.348.167-.447m10.312 1.918c-.598.197-.88.83-1.016 1.396-.208.922-.135 1.942.325 2.779.483.885 1.931.92 2.473.079.424-.653.51-1.468.463-2.229-.052-.621-.191-1.29-.649-1.745-.416-.404-1.066-.448-1.596-.28M8.249 2.86v4.78c.6-.006 1.202.012 1.802-.008.617-.072 1.034-.631 1.238-1.175a3.764 3.764 0 0 0-.027-2.547c-.199-.472-.558-1.001-1.121-1.028-.63-.044-1.262-.013-1.892-.022M6.308 9.628v4.778h.757v-3.23c.611 1.075 1.218 2.153 1.825 3.23h.666V9.627h-.749c-.001 1.019-.002 2.037 0 3.056-.577-1.01-1.147-2.025-1.733-3.031-.243-.064-.513-.008-.766-.024m5.487.035c-.549.216-.806.806-.943 1.34-.218.926-.146 1.949.308 2.795.469.901 1.944.944 2.484.092.449-.702.524-1.579.446-2.391-.07-.569-.212-1.183-.648-1.59-.43-.415-1.111-.438-1.647-.246m3.106-.029l.001.671 1.089.001v4.105h.758c.001-1.368-.001-2.737.001-4.105h1.102v-.673c-.984 0-1.967-.001-2.951.001m-1.378 6.844c-.782.331-.876 1.554-.211 2.05.476.389 1.149.398 1.628.78.37.306.224.983-.228 1.129-.532.202-1.116-.15-1.323-.65-.24.089-.48.18-.719.272.18.372.432.724.793.939.578.36 1.385.362 1.932-.061.742-.563.706-1.897-.117-2.369-.438-.279-.977-.32-1.426-.572-.305-.155-.333-.647-.025-.812.412-.21.999-.125 1.243.3.219-.061.438-.125.657-.19-.144-.323-.351-.64-.674-.808-.471-.244-1.049-.2-1.53-.008m3.804.009c-.766.341-.853 1.546-.197 2.038.474.389 1.14.4 1.621.774.388.307.234 1.01-.238 1.144-.529.188-1.098-.164-1.302-.657-.241.09-.48.181-.719.273.177.365.42.711.772.926.632.409 1.564.376 2.099-.181.495-.521.507-1.423.055-1.973-.454-.515-1.192-.525-1.76-.844-.289-.16-.311-.626-.021-.796.411-.221 1.01-.134 1.255.295l.657-.192c-.148-.328-.36-.651-.692-.816-.474-.237-1.051-.19-1.53.009M4.517 16.4v4.78h.757v-2.087c.571-.031 1.177.097 1.715-.147.642-.274.962-1.113.651-1.741-.191-.471-.676-.776-1.176-.797-.649-.019-1.298-.003-1.947-.008m5.275.008c-.534 1.594-1.091 3.18-1.633 4.771l.807.001.466-1.339c.498-.002.996-.001 1.494 0 .156.445.312.891.465 1.338h.807c-.546-1.593-1.092-3.187-1.642-4.778-.255-.003-.51-.004-.764.007z"/><path fill="#fff" d="M9.006 3.62c.454.049 1.035-.154 1.375.248.376.525.38 1.222.317 1.838-.072.419-.195.926-.619 1.12-.35.084-.717.023-1.074.04l.001-3.246zM13.971 3.606c.321-.129.729-.042.915.264.275.452.325 1.003.313 1.521-.035.442-.092.912-.351 1.286-.289.427-1.028.342-1.232-.126-.32-.663-.33-1.444-.169-2.152.08-.307.21-.658.524-.793zM12.185 10.357c.304-.099.671-.017.848.264.295.464.339 1.04.323 1.576-.042.453-.1.946-.399 1.311-.307.353-.953.259-1.163-.156-.34-.655-.345-1.439-.198-2.148.086-.333.224-.735.589-.847zM5.275 17.153c.453.029.925-.064 1.366.059.475.163.469.92-.013 1.068-.441.101-.904.022-1.354.047 0-.392-.001-.783.001-1.174zM9.702 19.066c.163-.448.321-.896.488-1.341.156.446.313.893.465 1.341h-.953zM20.676 24c.728-.183 1.031-.981.974-1.668V24h-.974zM2.35 22.885c.052.514.423.958.914 1.114L3.096 24H2.35v-1.115z"/><path d="M3.416 0h16.975c.497.017.96.355 1.136.818.157.425.037.894.123 1.332v20.182c.057.687-.246 1.485-.974 1.668l-17.412-.001a1.328 1.328 0 0 1-.914-1.114V1.163c.048-.541.457-.982.964-1.145a3.785 3.785 0 0 1-.025.214c-.477.102-.795.597-.782 1.07-.006 6.965 0 13.93-.003 20.895.005.295-.024.596.049.885.129.471.596.818 1.085.803 5.569.003 11.138.004 16.707-.001.622.016 1.15-.562 1.11-1.177.001-7.139.005-14.278-.001-21.417.022-.614-.533-1.162-1.147-1.134C14.99.15 9.673.154 4.356.154c-.315-.01-.674.058-.94-.154z"/><path d="M3.282.443c.246-.091.513-.066.77-.071 5.398.003 10.797 0 16.195.002.519-.051 1.014.395.988.921.004 7.138.001 14.276.001 21.414.037.492-.385.964-.884.956-5.568.004-11.137.001-16.705.001-.517.027-.97-.457-.921-.97 0-7.133-.003-14.265.001-21.397a.902.902 0 0 1 .555-.856m.107.51c-.146.099-.18.283-.167.447.002 7.1 0 14.199.001 21.299-.038.242.167.487.416.467 5.567.001 11.134.002 16.701 0 .24.01.429-.227.399-.459-.001-7.14.002-14.28-.002-21.42.015-.255-.24-.449-.483-.42C14.787.865 9.321.869 3.854.865c-.156.01-.336-.021-.465.088z"/><path d="M13.701 2.871c.53-.168 1.18-.124 1.596.28.458.455.597 1.124.649 1.745.047.761-.039 1.576-.463 2.229-.542.841-1.99.806-2.473-.079-.46-.837-.533-1.857-.325-2.779.136-.566.418-1.199 1.016-1.396m.27.735c-.314.135-.444.486-.524.793-.161.708-.151 1.489.169 2.152.204.468.943.553 1.232.126.259-.374.316-.844.351-1.286.012-.518-.038-1.069-.313-1.521-.186-.306-.594-.393-.915-.264zM8.249 2.86c.63.009 1.262-.022 1.892.022.563.027.922.556 1.121 1.028.304.808.315 1.733.027 2.547-.204.544-.621 1.103-1.238 1.175-.6.02-1.202.002-1.802.008V2.86m.757.76l-.001 3.246c.357-.017.724.044 1.074-.04.424-.194.547-.701.619-1.12.063-.616.059-1.313-.317-1.838-.34-.402-.921-.199-1.375-.248zM6.308 9.628c.253.016.523-.04.766.024.586 1.006 1.156 2.021 1.733 3.031-.002-1.019-.001-2.037 0-3.056h.749v4.779H8.89c-.607-1.077-1.214-2.155-1.825-3.23v3.23h-.757V9.628zM11.795 9.663c.536-.192 1.217-.169 1.647.246.436.407.578 1.021.648 1.59.078.812.003 1.689-.446 2.391-.54.852-2.015.809-2.484-.092-.454-.846-.526-1.869-.308-2.795.137-.534.394-1.124.943-1.34m.39.694c-.365.112-.503.514-.589.847-.147.709-.142 1.493.198 2.148.21.415.856.509 1.163.156.299-.365.357-.858.399-1.311.016-.536-.028-1.112-.323-1.576-.177-.281-.544-.363-.848-.264zM14.901 9.634c.984-.002 1.967-.001 2.951-.001v.673H16.75c-.002 1.368 0 2.737-.001 4.105h-.758v-4.105l-1.089-.001-.001-.671zM13.523 16.478c.481-.192 1.059-.236 1.53.008.323.168.53.485.674.808-.219.065-.438.129-.657.19-.244-.425-.831-.51-1.243-.3-.308.165-.28.657.025.812.449.252.988.293 1.426.572.823.472.859 1.806.117 2.369-.547.423-1.354.421-1.932.061-.361-.215-.613-.567-.793-.939.239-.092.479-.183.719-.272.207.5.791.852 1.323.65.452-.146.598-.823.228-1.129-.479-.382-1.152-.391-1.628-.78-.665-.496-.571-1.719.211-2.05zM17.327 16.487c.479-.199 1.056-.246 1.53-.009.332.165.544.488.692.816l-.657.192c-.245-.429-.844-.516-1.255-.295-.29.17-.268.636.021.796.568.319 1.306.329 1.76.844.452.55.44 1.452-.055 1.973-.535.557-1.467.59-2.099.181-.352-.215-.595-.561-.772-.926.239-.092.478-.183.719-.273.204.493.773.845 1.302.657.472-.134.626-.837.238-1.144-.481-.374-1.147-.385-1.621-.774-.656-.492-.569-1.697.197-2.038zM4.517 16.4c.649.005 1.298-.011 1.947.008.5.021.985.326 1.176.797.311.628-.009 1.467-.651 1.741-.538.244-1.144.116-1.715.147v2.087h-.757V16.4m.758.753c-.002.391-.001.782-.001 1.174.45-.025.913.054 1.354-.047.482-.148.488-.905.013-1.068-.441-.123-.913-.03-1.366-.059zM9.792 16.408c.254-.011.509-.01.764-.007.55 1.591 1.096 3.185 1.642 4.778h-.807c-.153-.447-.309-.893-.465-1.338-.498-.001-.996-.002-1.494 0l-.466 1.339-.807-.001c.542-1.591 1.099-3.177 1.633-4.771m-.09 2.658h.953c-.152-.448-.309-.895-.465-1.341-.167.445-.325.893-.488 1.341z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--do-not-stop-on-tracks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3 0h1.399C3.685.071 3.12.657 3.001 1.352L3 1.216V0zM19.785 0H21v1.413c-.081-.708-.643-1.31-1.354-1.412L19.785 0z"/><path fill="#fff" d="M4.419.12C9.416.104 14.414.118 19.412.113c.76-.036 1.474.617 1.474 1.385.007 6.833-.001 13.666.003 20.499-.005.298.026.607-.071.895-.176.6-.795 1.02-1.415.995H5.098c-.383-.007-.788.046-1.144-.13a1.43 1.43 0 0 1-.842-1.346c.002-6.973-.004-13.945.002-20.917C3.117.79 3.721.168 4.419.12m.111.311c-.615-.006-1.14.562-1.1 1.174.001 6.955-.005 13.911.002 20.866-.008.617.565 1.135 1.174 1.101 4.928.002 9.857.002 14.786 0 .637.039 1.216-.528 1.178-1.168 0-6.957.004-13.915-.003-20.873.008-.616-.561-1.137-1.171-1.103-4.955 0-9.911-.007-14.866.003z"/><path fill="#fff" d="M4.319 1.105c.148-.071.319-.045.478-.054 4.869.006 9.739-.001 14.608.003.307-.038.573.242.546.543.003 6.936.004 13.871 0 20.806.026.303-.243.582-.551.543-4.936.001-9.872.002-14.808-.001-.308.037-.572-.245-.543-.547-.005-6.902 0-13.805-.003-20.707-.014-.224.05-.483.273-.586M5.371 3.04v2.986c.367-.017.747.049 1.105-.05.492-.256.551-.885.561-1.378-.02-.472-.013-1.02-.359-1.385-.361-.301-.878-.129-1.307-.173m3.045-.015c-.381.129-.519.567-.586.925-.063.599-.087 1.253.221 1.795.24.442.969.452 1.226.022.239-.374.276-.833.274-1.265-.002-.43-.055-.886-.304-1.249-.179-.264-.544-.311-.831-.228m4.119.015v2.987h.424V4.022c.307.668.613 1.337.921 2.005h.326V3.04h-.429l-.001 1.794-.815-1.794h-.426m2.916.022c-.327.186-.445.587-.5.936-.053.576-.074 1.202.214 1.724.223.452.953.485 1.225.066.251-.376.291-.844.288-1.284 0-.439-.056-.907-.32-1.272-.206-.272-.613-.3-.907-.17m1.655-.022v.4h.547v2.587h.429V3.44h.547v-.4h-1.523M7.465 8.021v2.985c.364-.015.741.046 1.098-.05.426-.203.537-.725.56-1.154.017-.499.019-1.044-.243-1.486-.311-.47-.949-.244-1.415-.295m2.27 0v2.986h.424V9.6h.41c.131.469.264.938.397 1.406l.439.001c-.142-.478-.277-.957-.421-1.434.563-.299.57-1.271-.052-1.5-.389-.103-.799-.035-1.197-.052m2.177-.001v2.987h.417V8.02h-.417m.833 0l.758 2.987h.324l.767-2.987h-.43l-.494 1.936-.494-1.936h-.431m2.267 0v2.987h1.523v-.42h-1.094V9.6h.618v-.407h-.618V8.44h.977v-.42h-1.406m-4.486 4.992c-.345.189-.461.615-.512.978-.048.578-.069 1.213.247 1.727.237.416.928.427 1.191.032.249-.364.293-.822.294-1.251.002-.434-.046-.892-.286-1.265-.191-.308-.624-.356-.934-.221m1.815-.019v2.987h.429l.001-1.999.918 1.999h.323v-2.987h-.43v1.787l-.812-1.786-.429-.001M4.812 18.6c-.03.694.829 1.011.818 1.704.013.13-.067.336-.227.313-.233.038-.242-.263-.321-.408l-.366.016c.06.257.095.579.36.713.33.184.789.016.893-.355.182-.596-.191-1.164-.591-1.572-.209-.182-.278-.607.034-.72.172.03.19.219.258.348l.369-.011c-.065-.265-.143-.617-.46-.679-.404-.124-.788.251-.767.651m4.232-.64c-.194.056-.322.236-.381.421-.134.394-.1.817-.106 1.226.004.386-.004.802.198 1.145.192.331.736.348.946.028.227-.347.217-.783.225-1.182-.008-.453.036-.935-.168-1.355-.121-.263-.447-.373-.714-.283m-2.45.013v2.987h.371v-1.393H7.5v1.393h.377l-.001-2.987H7.5v1.207h-.535v-1.207h-.371m4.012 0l-.001 2.132c.001.247.01.52.182.717.165.198.46.218.694.154.273-.089.404-.394.401-.663.016-.78.001-1.56.006-2.34h-.376c-.003.745.003 1.49-.001 2.236 0 .154-.018.391-.217.409-.191.044-.319-.143-.305-.315-.018-.776-.001-1.553-.007-2.33h-.376m2.07 0v2.987h1.136v-.347h-.759v-2.64h-.377m1.636 0v2.988c.289-.011.588.034.869-.051.261-.122.31-.443.36-.698.077-.644.091-1.325-.127-1.944-.19-.427-.735-.264-1.102-.295m1.964 0l.001 2.987h1.129v-.387h-.759V19.52h.482l.001-.393a38.882 38.882 0 0 0-.483 0v-.767h.718v-.387h-1.089m1.706 0v2.987h.377c.007-.493-.023-.987.026-1.478l.156.181c.136.424.21.866.324 1.297h.388l-.297-1.458c.37-.32.403-.916.134-1.308-.269-.323-.741-.195-1.108-.221z"/><path fill="#fff" d="M8.538 3.436c.195-.09.414.045.468.242.164.478.164 1.005.073 1.498-.045.235-.191.542-.483.48-.363-.15-.345-.622-.386-.95.008-.424-.052-.987.328-1.27zM15.64 3.447c.196-.107.437.02.493.228.163.464.161.976.083 1.457-.041.251-.194.608-.513.516-.342-.165-.327-.619-.365-.945.005-.42-.044-.95.302-1.256zM5.803 3.451c.223.029.525-.052.667.175.169.292.135.648.15.973-.018.285.013.603-.154.851-.147.218-.444.136-.665.165 0-.722-.004-1.443.002-2.164zM7.894 8.433c.273-.001.666-.035.742.312.107.518.129 1.081-.019 1.592-.112.299-.469.245-.723.258V8.433zM10.16 8.434c.208.01.422-.011.626.042.25.113.268.516.044.662-.212.083-.448.046-.67.062a97.793 97.793 0 0 1 0-.766zM10.645 13.449c.174-.172.478-.072.544.155.177.474.174 1.001.091 1.494-.044.233-.169.563-.467.512-.31-.069-.341-.448-.387-.705-.032-.484-.087-1.045.219-1.456zM8.982 18.699c.006-.201.144-.345.305-.444.272.43.236.957.243 1.444-.017.289.006.609-.161.861-.185.195-.357-.088-.374-.261a6.078 6.078 0 0 1-.013-1.6zM14.69 18.336c.131.015.26.04.387.076.144.308.101.66.126.99-.007.343.033.703-.082 1.031-.065.176-.288.117-.431.162-.003-.753-.003-1.506 0-2.259zM18.364 18.334c.157.058.435-.013.48.203.056.196.013.402-.013.6a7.407 7.407 0 0 1-.469.057c-.004-.287-.005-.573.002-.86zM3 22.602c.089.702.647 1.295 1.354 1.397l-.14.001H3v-1.398zM20.999 22.64l.001.136V24h-1.406c.718-.069 1.289-.659 1.405-1.36z"/><path d="M4.399 0l15.247.001c.711.102 1.273.704 1.354 1.412v21.363l-.001-.136c-.116.701-.687 1.291-1.405 1.36l-15.24-.001c-.707-.102-1.265-.695-1.354-1.397V1.216l.001.136C3.12.657 3.685.071 4.399 0m.02.12c-.698.048-1.302.67-1.305 1.374-.006 6.972 0 13.944-.002 20.917a1.43 1.43 0 0 0 .842 1.346c.356.176.761.123 1.144.13h14.305c.62.025 1.239-.395 1.415-.995.097-.288.066-.597.071-.895-.004-6.833.004-13.666-.003-20.499 0-.768-.714-1.421-1.474-1.385C14.414.118 9.416.104 4.419.12z"/><path d="M4.53.431C9.485.421 14.441.428 19.396.428c.61-.034 1.179.487 1.171 1.103.007 6.958.003 13.916.003 20.873.038.64-.541 1.207-1.178 1.168-4.929.002-9.858.002-14.786 0-.609.034-1.182-.484-1.174-1.101-.007-6.955-.001-13.911-.002-20.866-.04-.612.485-1.18 1.1-1.174m-.211.674c-.223.103-.287.362-.273.586.003 6.902-.002 13.805.003 20.707-.029.302.235.584.543.547 4.936.003 9.872.002 14.808.001.308.039.577-.24.551-.543.004-6.935.003-13.87 0-20.806.027-.301-.239-.581-.546-.543-4.869-.004-9.739.003-14.608-.003-.159.009-.33-.017-.478.054z"/><path d="M5.371 3.04c.429.044.946-.128 1.307.173.346.365.339.913.359 1.385-.01.493-.069 1.122-.561 1.378-.358.099-.738.033-1.105.05V3.04m.432.411c-.006.721-.002 1.442-.002 2.164.221-.029.518.053.665-.165.167-.248.136-.566.154-.851-.015-.325.019-.681-.15-.973-.142-.227-.444-.146-.667-.175zM8.416 3.025c.287-.083.652-.036.831.228.249.363.302.819.304 1.249.002.432-.035.891-.274 1.265-.257.43-.986.42-1.226-.022-.308-.542-.284-1.196-.221-1.795.067-.358.205-.796.586-.925m.122.411c-.38.283-.32.846-.328 1.27.041.328.023.8.386.95.292.062.438-.245.483-.48.091-.493.091-1.02-.073-1.498-.054-.197-.273-.332-.468-.242zM12.535 3.04h.426l.815 1.794.001-1.794h.429v2.987h-.326c-.308-.668-.614-1.337-.921-2.005v2.005h-.424V3.04zM15.451 3.062c.294-.13.701-.102.907.17.264.365.32.833.32 1.272.003.44-.037.908-.288 1.284-.272.419-1.002.386-1.225-.066-.288-.522-.267-1.148-.214-1.724.055-.349.173-.75.5-.936m.189.385c-.346.306-.297.836-.302 1.256.038.326.023.78.365.945.319.092.472-.265.513-.516.078-.481.08-.993-.083-1.457-.056-.208-.297-.335-.493-.228zM17.106 3.04h1.523v.4h-.547v2.587h-.429V3.44h-.547v-.4zM7.465 8.021c.466.051 1.104-.175 1.415.295.262.442.26.987.243 1.486-.023.429-.134.951-.56 1.154-.357.096-.734.035-1.098.05V8.021m.429.412v2.162c.254-.013.611.041.723-.258.148-.511.126-1.074.019-1.592-.076-.347-.469-.313-.742-.312zM9.735 8.021c.398.017.808-.051 1.197.052.622.229.615 1.201.052 1.5.144.477.279.956.421 1.434l-.439-.001a323.92 323.92 0 0 1-.397-1.406h-.41v1.407h-.424V8.021m.425.413V9.2c.222-.016.458.021.67-.062.224-.146.206-.549-.044-.662-.204-.053-.418-.032-.626-.042zM11.912 8.02h.417v2.987h-.417V8.02zM12.745 8.02h.431l.494 1.936.494-1.936h.43l-.767 2.987h-.324l-.758-2.987zM15.012 8.02h1.406v.42h-.977v.753h.618V9.6h-.618v.987h1.094v.42h-1.523V8.02zM10.526 13.012c.31-.135.743-.087.934.221.24.373.288.831.286 1.265-.001.429-.045.887-.294 1.251-.263.395-.954.384-1.191-.032-.316-.514-.295-1.149-.247-1.727.051-.363.167-.789.512-.978m.119.437c-.306.411-.251.972-.219 1.456.046.257.077.636.387.705.298.051.423-.279.467-.512.083-.493.086-1.02-.091-1.494-.066-.227-.37-.327-.544-.155zM12.341 12.993l.429.001.812 1.786v-1.787h.43v2.987h-.323l-.918-1.999-.001 1.999h-.429v-2.987zM4.812 18.6c-.021-.4.363-.775.767-.651.317.062.395.414.46.679l-.369.011c-.068-.129-.086-.318-.258-.348-.312.113-.243.538-.034.72.4.408.773.976.591 1.572-.104.371-.563.539-.893.355-.265-.134-.3-.456-.36-.713l.366-.016c.079.145.088.446.321.408.16.023.24-.183.227-.313.011-.693-.848-1.01-.818-1.704zM9.044 17.96c.267-.09.593.02.714.283.204.42.16.902.168 1.355-.008.399.002.835-.225 1.182-.21.32-.754.303-.946-.028-.202-.343-.194-.759-.198-1.145.006-.409-.028-.832.106-1.226.059-.185.187-.365.381-.421m-.062.739c-.06.53-.068 1.072.013 1.6.017.173.189.456.374.261.167-.252.144-.572.161-.861-.007-.487.029-1.014-.243-1.444-.161.099-.299.243-.305.444zM6.594 17.973h.371v1.207H7.5v-1.207h.376l.001 2.987H7.5v-1.393a47.705 47.705 0 0 0-.535 0v1.393h-.371v-2.987zM10.606 17.973h.376c.006.777-.011 1.554.007 2.33-.014.172.114.359.305.315.199-.018.217-.255.217-.409.004-.746-.002-1.491.001-2.236h.376c-.005.78.01 1.56-.006 2.34.003.269-.128.574-.401.663-.234.064-.529.044-.694-.154-.172-.197-.181-.47-.182-.717l.001-2.132zM12.676 17.973h.377v2.64h.759v.347h-1.136v-2.987zM14.312 17.973c.367.031.912-.132 1.102.295.218.619.204 1.3.127 1.944-.05.255-.099.576-.36.698-.281.085-.58.04-.869.051v-2.988m.378.363c-.003.753-.003 1.506 0 2.259.143-.045.366.014.431-.162.115-.328.075-.688.082-1.031-.025-.33.018-.682-.126-.99a2.43 2.43 0 0 0-.387-.076zM16.276 17.973h1.089v.387h-.718v.767h.483l-.001.393h-.482v1.053h.759v.387h-1.129l-.001-2.987zM17.982 17.973c.367.026.839-.102 1.108.221.269.392.236.988-.134 1.308l.297 1.458h-.388c-.114-.431-.188-.873-.324-1.297l-.156-.181c-.049.491-.019.985-.026 1.478h-.377v-2.987m.382.361c-.007.287-.006.573-.002.86.157-.014.313-.033.469-.057.026-.198.069-.404.013-.6-.045-.216-.323-.145-.48-.203z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-all-directions-on-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fefefe" d="M0 0h.606C.494.276.276.496 0 .612V0zM23.416 0H24v.696A1.926 1.926 0 0 1 23.416 0zM.454 1.172C.44.79.808.448 1.192.5 8.328.496 15.466.504 22.602.496c.242.006.506.002.708.162.238.48.146 1.03.162 1.546-.008 6.804-.002 13.608-.004 20.412.038.406-.134.992-.646.924-3.79.012-7.578-.002-11.368.004.008-3.606-.008-7.214.006-10.822l-.562-.002c.02 3.608 0 7.216.01 10.824-3.24-.008-6.48.012-9.718-.01-.294.026-.506-.192-.732-.338C.476 15.854.482 8.512.454 1.172M6.21 2.694c-.1.248-.206.492-.318.736l.088.262-.206-.012-.232.712c-.168.43-.342.858-.488 1.296l-.114.016c-.032.27-.064.542-.098.812.296.002.592.002.888.002.04 1.536.002 3.072-.04 4.608l-.434-.306.454.466-.614.008-.01-.604-.132.032a10.296 10.296 0 0 0-1.68-2.492 2.99 2.99 0 0 1 .162-1.446c.014-.162.026-.326.038-.488-.854-.052-1.71.024-2.562.066.016.202.032.406.052.608.148.458.222.938.31 1.41.056.328.122.654.198.978l.074.762.148-.062.012.618.398.078c.002-.3.004-.6.01-.898.3.024.6.056.898.096.028.076.084.228.11.304.156.18.308.362.462.546l.328.386-.016.29.25.032v.268c.16.292.298.596.424.906l.118-.004c.002.158.006.472.01.63l.196-.008c.004.206.014.616.02.822l.172-.046c.016.346.036.692.048 1.04l.122-.03c.014.908.258 1.798.226 2.708-.006 1.462-.056 2.926.002 4.388.456.102.862-.114.962-.586.132-1.196.076-2.4.104-3.6.064-.978.232-1.946.398-2.912l.094.042c.08-.484.222-.954.314-1.436l.076-.016c.13-.38.276-.756.448-1.118l-.042-.224.296-.076-.062-.266.288-.398c.408-.824 1.054-1.488 1.74-2.084.112.004.332.016.442.022l-.1.364.244-.046-.014.66.402-.022c.018-.474.042-.946.064-1.418.042.016.122.052.162.068l.056-.718c.112-.312.194-.634.288-.952.136-.534.296-1.06.488-1.578-.814-.022-1.628.004-2.442.024.004.028.014.082.02.11l-.666.298c.18.254.36.508.536.768l.12-.004c-.004.22-.006.44-.008.66l-.226-.13.044.198c-.194.244-.384.49-.574.736a20.62 20.62 0 0 0-1.288 1.894c-.084.188-.168.378-.25.568-.142.118-.282.242-.418.368a22.266 22.266 0 0 0-.252-.54c.006-.318.008-.636.008-.954l.128.02c-.006-1.186-.038-2.376.062-3.56.36-.024.722-.046 1.082-.066-.182-.524-.382-1.042-.56-1.568l-.064-.014a5.554 5.554 0 0 0-.286-.728 3.99 3.99 0 0 1 .012-.154 9.175 9.175 0 0 1-.524-1.13c-.126.002-.25.004-.376.008m11.942 5.568c.182.418.476.776.714 1.162-2.124.434-3.886 2.204-4.286 4.334-.196 1.224-.062 2.466-.102 3.698.588-.006 1.176-.006 1.764-.002.01-1.022-.038-2.046.024-3.066.21-1.598 1.514-2.942 3.094-3.244.06.504-.12 1.092.222 1.524l.348-.07c.942-1.116 1.796-2.304 2.766-3.398-1.292-.394-2.578-.812-3.866-1.222-.25-.104-.772-.116-.678.284M19.98 18.74c.374.71.932 1.318 1.23 2.066.058.472.018.952 0 1.426l.486.016c.01-.51-.054-1.03.038-1.532.36-.688.844-1.304 1.192-2-.858-.056-1.04.91-1.486 1.436-.396-.55-.59-1.558-1.46-1.412m-7.664.19c-.56.532-.408 1.372-.418 2.068-.01.53.276 1.272.898 1.272.346.016.794.054.988-.304.59-.864.568-2.072-.002-2.94-.358-.398-1.05-.39-1.466-.096m2.468-.222c-.01 1.174-.002 2.35-.004 3.524l.514.016c-.004-.806-.024-1.612.024-2.416.456.772.864 1.572 1.34 2.332.106.042.318.124.426.164.024-1.186.002-2.374.012-3.562-.116.002-.35.006-.466.006.012.768.008 1.534.016 2.302-.458-.722-.836-1.494-1.306-2.206l-.556-.16m2.994.068c0 1.154 0 2.308-.002 3.462.698 0 1.396-.002 2.094.004l.006-.488c-.536.002-1.072.004-1.608.004.002-.996 0-1.994.002-2.992-.122.002-.37.006-.492.01z"/><path fill="#fefefe" d="M12.7 19.312c.252-.116.622-.102.772.17.346.614.332 1.41.008 2.032-.214.41-.922.308-1.03-.144-.284-.648-.266-1.534.25-2.058zM0 23.426c.234.148.434.344.59.574H0v-.574zM23.42 24a2.29 2.29 0 0 1 .58-.598V24h-.58z"/><path fill="#17171d" d="M.606 0h22.81c.132.278.34.51.584.696v22.706a2.29 2.29 0 0 0-.58.598H.59a2.017 2.017 0 0 0-.59-.574V.612C.276.496.494.276.606 0M.454 1.172c.028 7.34.022 14.682.004 22.024.226.146.438.364.732.338 3.238.022 6.478.002 9.718.01-.01-3.608.01-7.216-.01-10.824l.562.002c-.014 3.608.002 7.216-.006 10.822 3.79-.006 7.578.008 11.368-.004.512.068.684-.518.646-.924.002-6.804-.004-13.608.004-20.412-.016-.516.076-1.066-.162-1.546-.202-.16-.466-.156-.708-.162-7.136.008-14.274 0-21.41.004C.808.448.44.79.454 1.172z"/><path fill="#17171d" d="M6.21 2.694c.126-.004.25-.006.376-.008.146.388.326.764.524 1.13a3.99 3.99 0 0 0-.012.154c.112.236.208.478.286.728l.064.014c.178.526.378 1.044.56 1.568-.36.02-.722.042-1.082.066-.1 1.184-.068 2.374-.062 3.56l-.128-.02c0 .318-.002.636-.008.954.086.178.17.358.252.54.136-.126.276-.25.418-.368.082-.19.166-.38.25-.568.398-.652.82-1.29 1.288-1.894.19-.246.38-.492.574-.736l-.044-.198.226.13c.002-.22.004-.44.008-.66l-.12.004c-.176-.26-.356-.514-.536-.768l.666-.298a2.118 2.118 0 0 1-.02-.11c.814-.02 1.628-.046 2.442-.024a15.63 15.63 0 0 0-.488 1.578c-.094.318-.176.64-.288.952l-.056.718c-.04-.016-.12-.052-.162-.068-.022.472-.046.944-.064 1.418l-.402.022.014-.66-.244.046.1-.364c-.11-.006-.33-.018-.442-.022-.686.596-1.332 1.26-1.74 2.084l-.288.398.062.266-.296.076.042.224c-.172.362-.318.738-.448 1.118l-.076.016c-.092.482-.234.952-.314 1.436l-.094-.042c-.166.966-.334 1.934-.398 2.912-.028 1.2.028 2.404-.104 3.6-.1.472-.506.688-.962.586-.058-1.462-.008-2.926-.002-4.388.032-.91-.212-1.8-.226-2.708l-.122.03c-.012-.348-.032-.694-.048-1.04l-.172.046c-.006-.206-.016-.616-.02-.822l-.196.008a66.175 66.175 0 0 1-.01-.63l-.118.004a8.688 8.688 0 0 0-.424-.906v-.268l-.25-.032.016-.29-.328-.386c-.154-.184-.306-.366-.462-.546a18.525 18.525 0 0 0-.11-.304c-.298-.04-.598-.072-.898-.096-.006.298-.008.598-.01.898l-.398-.078-.012-.618-.148.062-.074-.762c-.076-.324-.142-.65-.198-.978-.088-.472-.162-.952-.31-1.41-.02-.202-.036-.406-.052-.608.852-.042 1.708-.118 2.562-.066-.012.162-.024.326-.038.488a2.99 2.99 0 0 0-.162 1.446c.682.74 1.242 1.588 1.68 2.492l.132-.032.01.604.614-.008-.454-.466.434.306c.042-1.536.08-3.072.04-4.608-.296 0-.592 0-.888-.002.034-.27.066-.542.098-.812l.114-.016c.146-.438.32-.866.488-1.296l.232-.712.206.012-.088-.262c.112-.244.218-.488.318-.736zM18.152 8.262c-.094-.4.428-.388.678-.284 1.288.41 2.574.828 3.866 1.222-.97 1.094-1.824 2.282-2.766 3.398l-.348.07c-.342-.432-.162-1.02-.222-1.524-1.58.302-2.884 1.646-3.094 3.244-.062 1.02-.014 2.044-.024 3.066-.588-.004-1.176-.004-1.764.002.04-1.232-.094-2.474.102-3.698.4-2.13 2.162-3.9 4.286-4.334-.238-.386-.532-.744-.714-1.162zM19.98 18.74c.87-.146 1.064.862 1.46 1.412.446-.526.628-1.492 1.486-1.436-.348.696-.832 1.312-1.192 2-.092.502-.028 1.022-.038 1.532l-.486-.016c.018-.474.058-.954 0-1.426-.298-.748-.856-1.356-1.23-2.066zM12.316 18.93c.416-.294 1.108-.302 1.466.096.57.868.592 2.076.002 2.94-.194.358-.642.32-.988.304-.622 0-.908-.742-.898-1.272.01-.696-.142-1.536.418-2.068m.384.382c-.516.524-.534 1.41-.25 2.058.108.452.816.554 1.03.144.324-.622.338-1.418-.008-2.032-.15-.272-.52-.286-.772-.17zM14.784 18.708l.556.16c.47.712.848 1.484 1.306 2.206-.008-.768-.004-1.534-.016-2.302.116 0 .35-.004.466-.006-.01 1.188.012 2.376-.012 3.562a26.87 26.87 0 0 1-.426-.164c-.476-.76-.884-1.56-1.34-2.332-.048.804-.028 1.61-.024 2.416l-.514-.016c.002-1.174-.006-2.35.004-3.524zM17.778 18.776c.122-.004.37-.008.492-.01-.002.998 0 1.996-.002 2.992.536 0 1.072-.002 1.608-.004l-.006.488c-.698-.006-1.396-.004-2.094-.004.002-1.154.002-2.308.002-3.462z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-all-directions-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fefefd" d="M0 0h.546C.552.352.206.558 0 .796V0zM23.412 0H24v.632C23.702.55 23.544.254 23.412 0zM.69.654c.206-.152.466-.152.708-.156C8.002.502 14.604.5 21.208.5c.696.01 1.408-.062 2.09.118.274.702.114 1.456.132 2.186-.006 6.676.008 13.354-.006 20.032.07.484-.414.678-.816.662-3.186.014-6.372 0-9.558.006.006-3.602-.006-7.204.008-10.808-.142 0-.424 0-.566-.002.022 3.604.002 7.208.01 10.81-3.772-.008-7.544.01-11.314-.006-.518.074-.674-.48-.656-.89C.524 15.806.536 9.004.526 2.204.544 1.686.444 1.132.69.654m16.624 1.984l-.02.466h-.256l.092.376-.176.022c-.164.52-.354 1.032-.586 1.528l-.096.476-.102-.016a22.33 22.33 0 0 1-.312.79c.344.01.688.022 1.032.034l-.03.236.216-.074c.02 1.558.034 3.118.048 4.676l-.634-.064c.008-.1.024-.296.03-.394l-.148-.036c-.14-.274-.286-.546-.432-.818-.166-.238-.332-.476-.494-.716-.402-.524-.776-1.072-1.222-1.562.076-.282.188-.55.316-.812l.292-.55c-.276-.092-.548-.19-.82-.292a57.656 57.656 0 0 0-2.12-.04l-.016.462c.052-.008.156-.024.208-.03l.026.818.14-.034c.188.838.366 1.678.594 2.506.022.3.04.6.058.9l.388-.006.02-.81.23.066-.012-.36c1.226.604 1.902 1.85 2.502 3.014.112.276.23.55.344.826.248.668.4 1.366.654 2.03.038.296.07.592.096.888l.138-.046c.02.532.05 1.062.058 1.594.236 1.478-.07 3.016.402 4.454l.76-.032c.118-2.146-.174-4.316.15-6.444.052-.35.092-.704.138-1.056.158-.536.282-1.082.474-1.608l.08-.506.21-.012a14.506 14.506 0 0 0-.052-.288c.386-.718.836-1.4 1.3-2.07.284-.134.572-.258.864-.378.11.402.22.804.336 1.206.18-.5.328-1.012.478-1.522.032-.324.068-.65.116-.972.122-.476.182-.966.336-1.434l.05-.672c-.836-.04-1.674-.104-2.51-.066.07.626.344 1.228.256 1.868-.164.178-.326.36-.484.542l-.132.008-.034.25c-.26.346-.506.7-.772 1.04l.042.298-.268-.004.042.388-.25.006.046.45-.606.016c-.008-.352-.02-.704-.024-1.056l-.138.02c-.048-1.196-.024-2.394-.02-3.592.342-.004.684-.008 1.028-.016-.134-.542-.33-1.064-.504-1.592h-.078a38.04 38.04 0 0 0-.218-.676l-.244-.554a23.144 23.144 0 0 1-.316-.954l-.464-.09M4.782 8.082c-1.156.38-2.326.726-3.484 1.104 1.02 1.12 1.856 2.396 2.896 3.498.666-.226.292-1.058.388-1.572 1.13.238 2.176.936 2.7 1.982.738 1.328.372 2.894.456 4.338.58-.004 1.162-.004 1.742 0-.052-1.708.268-3.548-.59-5.114-.738-1.494-2.176-2.578-3.804-2.912.252-.456.77-.852.736-1.408-.336-.206-.704-.01-1.04.084M2.086 18.698c-.93.412-.882 1.778-.618 2.612.182.744 1.19 1.004 1.722.47.558-.782.564-1.868.126-2.704-.234-.442-.798-.49-1.23-.378m5.008-.008c.014 1.108.008 2.218.006 3.326.656.002 1.314 0 1.97.004l.026-.466c-.522.002-1.044.004-1.566.002.004-.95-.008-1.902.016-2.854-.114-.002-.34-.01-.452-.012m-2.916.006c.002 1.106-.002 2.212.002 3.318l.49.008c.078-1.04-.08-2.06-.206-3.088.168.252.318.52.504.758l-.418-.086c.378.456.67.972.944 1.496.234.398.408.922.928 1.012.018-1.136 0-2.272.012-3.408l-.486-.008c.004.576-.01 1.152.046 1.726l.042.122c.106.254.086.536.076.804-.17-.122-.196-.312-.196-.506-.368-.72-.822-1.394-1.182-2.12a49.24 49.24 0 0 1-.556-.028m5.036-.06c.342.662.828 1.244 1.142 1.922.042.484.018.972.02 1.458.12.002.358.004.478.004.054-.59-.16-1.26.194-1.784.314-.536.662-1.052.954-1.602-.802-.032-.986.87-1.392 1.38-.378-.534-.58-1.43-1.396-1.378z"/><path fill="#fefefd" d="M2.084 19.274c.284-.382.848-.124.932.288.228.646.254 1.572-.374 2.008-.674.142-.85-.656-.872-1.166.026-.384.034-.832.314-1.13zM23.254 24c.308-.196.56-.464.746-.78V24h-.746zM0 23.452c.28-.016.568.266.556.548H0v-.548z"/><path fill="#17181e" d="M.546 0h22.866c.132.254.29.55.588.632V23.22a2.301 2.301 0 0 1-.746.78H.556c.012-.282-.276-.564-.556-.548V.796C.206.558.552.352.546 0M.69.654c-.246.478-.146 1.032-.164 1.55.01 6.8-.002 13.602.006 20.404-.018.41.138.964.656.89 3.77.016 7.542-.002 11.314.006-.008-3.602.012-7.206-.01-10.81.142.002.424.002.566.002-.014 3.604-.002 7.206-.008 10.808 3.186-.006 6.372.008 9.558-.006.402.016.886-.178.816-.662.014-6.678 0-13.356.006-20.032-.018-.73.142-1.484-.132-2.186-.682-.18-1.394-.108-2.09-.118C14.604.5 8.002.502 1.398.498 1.156.502.896.502.69.654z"/><path fill="#17181e" d="M17.314 2.638l.464.09c.098.32.204.638.316.954l.244.554c.074.224.148.45.218.676h.078c.174.528.37 1.05.504 1.592-.344.008-.686.012-1.028.016-.004 1.198-.028 2.396.02 3.592l.138-.02c.004.352.016.704.024 1.056l.606-.016-.046-.45.25-.006-.042-.388.268.004-.042-.298c.266-.34.512-.694.772-1.04l.034-.25.132-.008c.158-.182.32-.364.484-.542.088-.64-.186-1.242-.256-1.868.836-.038 1.674.026 2.51.066l-.05.672c-.154.468-.214.958-.336 1.434-.048.322-.084.648-.116.972-.15.51-.298 1.022-.478 1.522-.116-.402-.226-.804-.336-1.206-.292.12-.58.244-.864.378-.464.67-.914 1.352-1.3 2.07l.052.288-.21.012-.08.506c-.192.526-.316 1.072-.474 1.608-.046.352-.086.706-.138 1.056-.324 2.128-.032 4.298-.15 6.444l-.76.032c-.472-1.438-.166-2.976-.402-4.454-.008-.532-.038-1.062-.058-1.594l-.138.046a22.291 22.291 0 0 0-.096-.888c-.254-.664-.406-1.362-.654-2.03-.114-.276-.232-.55-.344-.826-.6-1.164-1.276-2.41-2.502-3.014l.012.36-.23-.066-.02.81-.388.006c-.018-.3-.036-.6-.058-.9-.228-.828-.406-1.668-.594-2.506l-.14.034-.026-.818a7.437 7.437 0 0 0-.208.03l.016-.462c.706.002 1.414.012 2.12.04.272.102.544.2.82.292l-.292.55c-.128.262-.24.53-.316.812.446.49.82 1.038 1.222 1.562.162.24.328.478.494.716.146.272.292.544.432.818l.148.036c-.006.098-.022.294-.03.394l.634.064c-.014-1.558-.028-3.118-.048-4.676l-.216.074.03-.236c-.344-.012-.688-.024-1.032-.034.108-.262.214-.524.312-.79l.102.016.096-.476c.232-.496.422-1.008.586-1.528l.176-.022a25.71 25.71 0 0 0-.092-.376h.256l.02-.466zM4.782 8.082c.336-.094.704-.29 1.04-.084.034.556-.484.952-.736 1.408 1.628.334 3.066 1.418 3.804 2.912.858 1.566.538 3.406.59 5.114-.58-.004-1.162-.004-1.742 0-.084-1.444.282-3.01-.456-4.338-.524-1.046-1.57-1.744-2.7-1.982-.096.514.278 1.346-.388 1.572-1.04-1.102-1.876-2.378-2.896-3.498 1.158-.378 2.328-.724 3.484-1.104zM2.086 18.698c.432-.112.996-.064 1.23.378.438.836.432 1.922-.126 2.704-.532.534-1.54.274-1.722-.47-.264-.834-.312-2.2.618-2.612m-.002.576c-.28.298-.288.746-.314 1.13.022.51.198 1.308.872 1.166.628-.436.602-1.362.374-2.008-.084-.412-.648-.67-.932-.288zM7.094 18.69c.112.002.338.01.452.012-.024.952-.012 1.904-.016 2.854.522.002 1.044 0 1.566-.002l-.026.466c-.656-.004-1.314-.002-1.97-.004.002-1.108.008-2.218-.006-3.326zM4.178 18.696c.138.008.416.022.556.028.36.726.814 1.4 1.182 2.12 0 .194.026.384.196.506.01-.268.03-.55-.076-.804l-.042-.122c-.056-.574-.042-1.15-.046-1.726l.486.008c-.012 1.136.006 2.272-.012 3.408-.52-.09-.694-.614-.928-1.012-.274-.524-.566-1.04-.944-1.496l.418.086c-.186-.238-.336-.506-.504-.758.126 1.028.284 2.048.206 3.088l-.49-.008c-.004-1.106 0-2.212-.002-3.318zM9.214 18.636c.816-.052 1.018.844 1.396 1.378.406-.51.59-1.412 1.392-1.38-.292.55-.64 1.066-.954 1.602-.354.524-.14 1.194-.194 1.784-.12 0-.358-.002-.478-.004-.002-.486.022-.974-.02-1.458-.314-.678-.8-1.26-1.142-1.922z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-bicyclists-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M4 0h1.836c-.93.11-1.714.876-1.835 1.807L4 1.553V0zM18.419 0H20v1.703C19.848.821 19.089.12 18.207.001L18.419 0z"/><path fill="#fff" d="M6.028.132c3.858-.013 7.716 0 11.574-.007.394-.002.805.005 1.166.182a1.941 1.941 0 0 1 1.126 1.789c.002 3.969 0 7.937.001 11.905-.015 2.734.028 5.469-.022 8.202l.127.13v.225l-.194-.249c-.076.875-.954 1.53-1.803 1.53-3.969.003-7.939-.001-11.908.002a1.931 1.931 0 0 1-1.805-1.155c-.187-.402-.163-.855-.162-1.287.006-6.467-.005-12.935.005-19.402C4.136.999 5.032.124 6.028.132m-.491.527c-.592.206-.997.825-.976 1.448v19.792c-.026.779.651 1.5 1.433 1.506 4.003.003 8.007.002 12.011.001.791.008 1.483-.72 1.457-1.508.002-6.603.001-13.205.001-19.808.027-.793-.66-1.527-1.459-1.526C14.103.553 10.2.565 6.298.559c-.256-.001-.519.004-.761.1z"/><path fill="#fff" d="M5.632 1.154c.209-.104.447-.099.673-.102 3.865.005 7.731-.002 11.596.003.576-.04 1.101.47 1.064 1.048.001 6.6.003 13.199-.001 19.799.023.566-.504 1.061-1.067 1.012l-11.801-.001c-.477.027-.944-.336-1.018-.811-.036-.267-.019-.538-.021-.807.002-6.399-.002-12.798.001-19.197a1.006 1.006 0 0 1 .574-.944m1.431 3.249l-.001-1.69-.675.001v5.299h.675c.002-.606-.002-1.212 0-1.819-.008-.255.16-.467.259-.69.238.835.471 1.672.707 2.509h.722l-.949-3.479c.291-.608.585-1.215.879-1.821h-.784c-.28.562-.554 1.127-.833 1.69m2.535-1.689v5.3h2.025l.001-.691h-1.351V5.471c.284.001.568 0 .851-.005l-.004-.702h-.847V3.406c.428-.001.855.004 1.282-.005l-.003-.686-1.954-.001m2.873 0v5.3h2.026v-.691h-1.35V5.471h.847l.001-.707h-.849V3.406h1.28v-.692h-1.955m2.873 0c.004 1.767-.004 3.535.004 5.302l.672-.004c-.001-.769.001-1.538-.002-2.308.431.016.913-.01 1.227-.349.56-.627.495-1.668-.003-2.313-.494-.506-1.27-.276-1.898-.328M6.657 9.999c-.002.773-.001 1.547-.001 2.32h.886l.002-.268h-.592c.001-.683-.001-1.365.001-2.048l-.296-.004m1.212.002v2.318h.886v-.302h-.59l-.001-.81.371-.001v-.308l-.371-.001v-.594h.56v-.302h-.855m1.256 0v2.318h.296v-1.112l.34-.001v-.307l-.341-.003.001-.592c.197 0 .394-.002.591-.001v-.302h-.887m1.028 0l-.001.302.285.001.001 2.016c.097-.001.194-.002.292-.001-.001-.671.001-1.343-.001-2.014l.303-.003v-.301h-.879M11.764 10l-.001 11.26.498.001v-11.26L11.764 10m1.015-.003v2.316c.098 0 .197 0 .295.002.002-.375-.006-.75.011-1.125.322.252.222.76.395 1.109l.292.028c-.073-.381-.154-.76-.226-1.141.289-.252.312-.722.094-1.025-.218-.238-.576-.138-.861-.164m1.267.006c.002.772 0 1.544.001 2.317l.295-.001v-2.32l-.296.004m.771.2c-.211.567-.157 1.209-.06 1.794.056.414.716.508.868.118.08-.3.036-.616.046-.922l-.431.001-.006.251c.249.089.203.558-.04.636-.26-.164-.183-.514-.213-.774.027-.356-.067-.783.202-1.067.154.098.313.197.504.193.003-.464-.668-.645-.87-.23M16.008 10c-.002.773-.001 1.546-.001 2.319h.296v-1.081h.412v1.081h.296l-.001-2.318h-.295v.934h-.412l-.001-.934-.294-.001m1.221.002l.001.3.285.002v2.015h.292v-2.015l.303-.001-.001-.302-.88.001m-2.02 5.322c-.293.09-.391.501-.171.713.201.232.618.145.718-.141.156-.325-.217-.709-.547-.572m-.266 2.111c-.309.207-.62.412-.923.627l.169.194c.411-.164.953-.164 1.199-.587.062.226.128.45.195.675-.205.412-.502.788-.606 1.244-.118.46-.253.916-.357 1.38.165.051.329.106.492.162.161-.481.31-.966.475-1.446.07-.224.27-.365.421-.532.268.703.548 1.403.805 2.111.129-.087.253-.181.382-.269-.17-.7-.345-1.4-.514-2.1-.05-.161-.001-.328.006-.49.04-.422-.101-.832-.228-1.227l.311.06c.036.368.073.737.108 1.106.094.014.187.031.28.048.001-.46-.004-.92.005-1.38-.483-.318-.976-.717-1.572-.765-.437.223-.513.765-.648 1.189m-7.382.528c-.068.109-.191.21-.126.358-.004.309-.18.584-.263.877-.51-.215-1.173-.073-1.446.437-.37.588-.002 1.453.678 1.591.675.196 1.407-.419 1.334-1.117.01-.369-.303-.604-.428-.922.34.258.582.616.876.921.207.256.47.525.452.878l.199-.024a3.85 3.85 0 0 1-.177-.38c.142-.048.285-.093.428-.136.112.233.233.478.46.62.474.355 1.219.197 1.521-.308.309-.458.181-1.134-.269-1.451-.35-.274-.838-.249-1.225-.07-.137-.166-.284-.329-.357-.535.174-.069.346-.146.467-.294a7.174 7.174 0 0 0-1.057.045c.151.103.32.176.487.251-.525.034-1.052.006-1.578.019.062-.205.118-.416.044-.627.155-.002.31-.006.466-.013-.102-.173-.324-.091-.486-.12z"/><path fill="#fff" d="M16.02 3.394c.287.012.688-.044.823.286.134.338.139.734.026 1.079-.134.338-.561.244-.846.268-.006-.544-.003-1.089-.003-1.633zM13.074 10.937c0-.219 0-.438.002-.657.125.044.332-.009.378.158.054.159 0 .325-.022.485l-.358.014zM7.418 18.918c.524-.021 1.048-.008 1.572-.011-.115.347-.245.69-.324 1.048l-.099-.061-.033.272c-.407-.382-.764-.816-1.116-1.248zM9.162 19.016l.266.316c-.248.258-.358.599-.365.951l-.325.025c.142-.431.284-.861.424-1.292zM6.102 19.504c.28-.25.687-.234 1.016-.096-.1.32-.347.543-.581.766l.141.134c.223-.246.453-.49.613-.785.203.295.342.682.163 1.025-.212.487-.896.668-1.314.331-.451-.308-.467-1.04-.038-1.375zM9.687 19.393c.377-.131.848-.134 1.122.2.406.417.23 1.192-.317 1.392-.477.222-1.002-.099-1.205-.541.333-.1.677-.149 1.018-.208-.166-.308-.43-.549-.618-.843z"/><path fill="#fff" d="M9.531 19.487c.175.198.334.409.487.624-.249.041-.498.082-.747.119.015-.27.105-.523.26-.743zM4 22.152C4.114 23.154 5.001 23.93 5.991 24H4v-1.848zM19.628 23.119c.13-.172.203-.388.372-.528V24h-2.076c.657-.036 1.33-.321 1.704-.881z"/><path d="M5.836 0l12.371.001c.882.119 1.641.82 1.793 1.702v20.63l-.127-.13c.05-2.733.007-5.468.022-8.202-.001-3.968.001-7.936-.001-11.905.02-.75-.44-1.484-1.126-1.789-.361-.177-.772-.184-1.166-.182C13.744.132 9.886.119 6.028.132 5.032.124 4.136.999 4.133 1.997c-.01 6.467.001 12.935-.005 19.402-.001.432-.025.885.162 1.287a1.931 1.931 0 0 0 1.805 1.155c3.969-.003 7.939.001 11.908-.002.849 0 1.727-.655 1.803-1.53l.194.249v.033c-.169.14-.242.356-.372.528-.374.56-1.047.845-1.704.881H5.991c-.99-.07-1.877-.846-1.991-1.848V1.553l.001.254C4.122.876 4.906.11 5.836 0z"/><path d="M5.537.659c.242-.096.505-.101.761-.1C10.2.565 14.103.553 18.004.564c.799-.001 1.486.733 1.459 1.526 0 6.603.001 13.205-.001 19.808.026.788-.666 1.516-1.457 1.508-4.004.001-8.008.002-12.011-.001-.782-.006-1.459-.727-1.433-1.506V2.107c-.021-.623.384-1.242.976-1.448m.095.495c-.359.163-.59.55-.574.944-.003 6.399.001 12.798-.001 19.197.002.269-.015.54.021.807.074.475.541.838 1.018.811l11.801.001c.563.049 1.09-.446 1.067-1.012.004-6.6.002-13.199.001-19.799.037-.578-.488-1.088-1.064-1.048-3.865-.005-7.731.002-11.596-.003-.226.003-.464-.002-.673.102z"/><path d="M7.063 4.403c.279-.563.553-1.128.833-1.69h.784c-.294.606-.588 1.213-.879 1.821l.949 3.479h-.722c-.236-.837-.469-1.674-.707-2.509-.099.223-.267.435-.259.69-.002.607.002 1.213 0 1.819h-.675V2.714l.675-.001.001 1.69zM9.598 2.714l1.954.001.003.686c-.427.009-.854.004-1.282.005v1.358h.847l.004.702c-.283.005-.567.006-.851.005v1.852h1.351l-.001.691H9.598v-5.3zM12.471 2.714h1.955v.692h-1.28v1.358h.849l-.001.707h-.847v1.852h1.35v.691h-2.026v-5.3zM15.344 2.714c.628.052 1.404-.178 1.898.328.498.645.563 1.686.003 2.313-.314.339-.796.365-1.227.349.003.77.001 1.539.002 2.308l-.672.004c-.008-1.767 0-3.535-.004-5.302m.676.68c0 .544-.003 1.089.003 1.633.285-.024.712.07.846-.268a1.618 1.618 0 0 0-.026-1.079c-.135-.33-.536-.274-.823-.286zM6.657 9.999l.296.004c-.002.683 0 1.365-.001 2.048h.592l-.002.268h-.886c0-.773-.001-1.547.001-2.32zM7.869 10.001h.855v.302h-.56v.594l.371.001v.308l-.371.001.001.81h.59v.302h-.886v-2.318zM9.125 10.001h.887v.302c-.197-.001-.394.001-.591.001l-.001.592.341.003v.307l-.34.001v1.112h-.296v-2.318zM10.153 10.001h.879v.301l-.303.003c.002.671 0 1.343.001 2.014-.098-.001-.195 0-.292.001l-.001-2.016-.285-.001.001-.302zM11.764 10l.497.001v11.26l-.498-.001.001-11.26zM12.779 9.997c.285.026.643-.074.861.164.218.303.195.773-.094 1.025.072.381.153.76.226 1.141l-.292-.028c-.173-.349-.073-.857-.395-1.109-.017.375-.009.75-.011 1.125-.098-.002-.197-.002-.295-.002V9.997m.295.94l.358-.014c.022-.16.076-.326.022-.485-.046-.167-.253-.114-.378-.158-.002.219-.002.438-.002.657zM14.046 10.003l.296-.004v2.32l-.295.001c-.001-.773.001-1.545-.001-2.317zM14.817 10.203c.202-.415.873-.234.87.23-.191.004-.35-.095-.504-.193-.269.284-.175.711-.202 1.067.03.26-.047.61.213.774.243-.078.289-.547.04-.636l.006-.251.431-.001c-.01.306.034.622-.046.922-.152.39-.812.296-.868-.118-.097-.585-.151-1.227.06-1.794zM16.008 10l.294.001.001.934h.412v-.934h.295l.001 2.318h-.296v-1.081h-.412v1.081h-.296c0-.773-.001-1.546.001-2.319zM17.229 10.002l.88-.001.001.302-.303.001v2.015h-.292v-2.015l-.285-.002-.001-.3zM15.209 15.324c.33-.137.703.247.547.572-.1.286-.517.373-.718.141-.22-.212-.122-.623.171-.713zM14.943 17.435c.135-.424.211-.966.648-1.189.596.048 1.089.447 1.572.765-.009.46-.004.92-.005 1.38a8.607 8.607 0 0 0-.28-.048c-.035-.369-.072-.738-.108-1.106l-.311-.06c.127.395.268.805.228 1.227-.007.162-.056.329-.006.49.169.7.344 1.4.514 2.1-.129.088-.253.182-.382.269-.257-.708-.537-1.408-.805-2.111-.151.167-.351.308-.421.532-.165.48-.314.965-.475 1.446a16.641 16.641 0 0 0-.492-.162c.104-.464.239-.92.357-1.38.104-.456.401-.832.606-1.244a32.386 32.386 0 0 1-.195-.675c-.246.423-.788.423-1.199.587l-.169-.194c.303-.215.614-.42.923-.627zM7.561 17.963c.162.029.384-.053.486.12-.156.007-.311.011-.466.013.074.211.018.422-.044.627.526-.013 1.053.015 1.578-.019-.167-.075-.336-.148-.487-.251.35-.043.704-.054 1.057-.045-.121.148-.293.225-.467.294.073.206.22.369.357.535.387-.179.875-.204 1.225.07.45.317.578.993.269 1.451-.302.505-1.047.663-1.521.308-.227-.142-.348-.387-.46-.62-.143.043-.286.088-.428.136.053.129.11.257.177.38l-.199.024c.018-.353-.245-.622-.452-.878-.294-.305-.536-.663-.876-.921.125.318.438.553.428.922.073.698-.659 1.313-1.334 1.117-.68-.138-1.048-1.003-.678-1.591.273-.51.936-.652 1.446-.437.083-.293.259-.568.263-.877-.065-.148.058-.249.126-.358m-.143.955c.352.432.709.866 1.116 1.248l.033-.272.099.061c.079-.358.209-.701.324-1.048-.524.003-1.048-.01-1.572.011m1.744.098c-.14.431-.282.861-.424 1.292l.325-.025c.007-.352.117-.693.365-.951a74.337 74.337 0 0 1-.266-.316m-3.06.488c-.429.335-.413 1.067.038 1.375.418.337 1.102.156 1.314-.331.179-.343.04-.73-.163-1.025-.16.295-.39.539-.613.785l-.141-.134c.234-.223.481-.446.581-.766-.329-.138-.736-.154-1.016.096m3.585-.111c.188.294.452.535.618.843-.341.059-.685.108-1.018.208.203.442.728.763 1.205.541.547-.2.723-.975.317-1.392-.274-.334-.745-.331-1.122-.2m-.156.094c-.155.22-.245.473-.26.743.249-.037.498-.078.747-.119a7.517 7.517 0 0 0-.487-.624z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-go-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 2.066h24v19.868H12.962a1.177 1.177 0 0 0-.678 0H-.001V2.066m.812.068a.975.975 0 0 0-.65.726c-.048.281-.037.567-.031.851.03.941.041 1.883.047 2.825.063 1.358.032 2.718.092 4.077.008 1.36.071 2.718.08 4.078.047.976.043 1.954.064 2.93.049.888.01 1.778.107 2.663.101.327.367.612.695.719.492.113 1.002.07 1.502.125.451.028.903.007 1.353.038.61.05 1.222.022 1.833.058.77.058 1.545.013 2.316.076.599.015 1.199.009 1.797.054.622.025 1.246.009 1.867.06.566.011 1.133.016 1.698.054.756.02 1.512.015 2.267.061.641.008 1.283.01 1.923.044.697.04 1.397.007 2.094.062.644.019 1.289.02 1.934.05.468.024.939.037 1.403-.039a.925.925 0 0 0 .658-.537c.135-.272.063-.584.078-.874.015-.643-.066-1.283-.059-1.925-.076-1.535-.107-3.072-.19-4.608-.094-1.594-.116-3.191-.205-4.785.007-.644-.07-1.285-.063-1.929-.051-.966-.063-1.935-.126-2.9-.024-.262-.032-.534-.144-.778a1.113 1.113 0 0 0-.866-.608c-1.2-.083-2.406-.051-3.608-.092-.886-.063-1.775-.02-2.661-.064-.85-.054-1.703-.008-2.553-.075-1.168-.007-2.334-.069-3.502-.085-.828-.065-1.658-.021-2.486-.092-.604-.006-1.208-.009-1.811-.058a23.496 23.496 0 0 1-1.699-.057c-.795.012-1.585-.098-2.38-.089-.257.008-.522-.03-.773.041z"/><path fill="#fff" d="M16.915 5.781c.245.045.493.044.74.032.361-.017.719.052 1.078.07.866.019 1.734-.027 2.599.031l-.048.094c-1.265-.012-2.528-.061-3.794-.074-.166-.001-.332-.02-.498-.026a4.305 4.305 0 0 1-.078-.126zM8.394 15.113c.368.011.737 0 1.104.04.082.02.161.05.241.078-.474-.008-.951.02-1.424-.036a4.839 4.839 0 0 0-.511-.019c.197-.018.392-.053.589-.062zM14.604 17.614c.185-.05.389-.058.539.08a5.287 5.287 0 0 0-.022.123 10.453 10.453 0 0 0-.517-.203zM4.736 17.852c.199.218.306.498.467.743l-.106.111a1.233 1.233 0 0 0-.226-.432c.011.41.097.822.042 1.232a5.535 5.535 0 0 1-.124-.188c.006-.49-.023-.977-.053-1.465zM7.161 19.056c.068.077.138.153.208.23.323.011.645.005.966-.034l.04-.158c.017.117.05.229.097.337.064.128.019.273.004.408a2.938 2.938 0 0 1-.109-.302l-.019-.118a11.836 11.836 0 0 0-1.249-.053l.062-.31zM6.706 19.76c.498.011.995.041 1.493.054.061.038.117.084.175.128-.561-.025-1.118-.105-1.681-.074l.013-.109zM1.034 19.961c.109.196.213.445.456.499.651.152 1.357-.116 1.98.194a4.71 4.71 0 0 1-.76-.037c-.394-.008-.788-.007-1.182-.027-.228-.01-.397-.175-.537-.336l.042-.292zM12.432 20.281c.031.172.059.344.092.516.935.126 1.879.074 2.818.106.937.105 1.882-.011 2.821.08a5.44 5.44 0 0 0-.118.095c-.655-.021-1.312-.019-1.967-.032-.715-.079-1.438-.007-2.152-.089-.511.004-1.02-.018-1.53-.016l.004-.07c.015-.196.024-.393.032-.589zM3.548 20.654c.264-.14.569-.116.857-.085.627.076 1.262-.004 1.888.08l.012.11c-.533-.065-1.072-.024-1.606-.067-.383-.037-.768-.003-1.151-.038z"/><path fill="#323232" d="M.811 2.134c.251-.071.516-.033.773-.041.795-.009 1.585.101 2.38.089.565.042 1.132.054 1.699.057.603.049 1.207.052 1.811.058.828.071 1.658.027 2.486.092 1.168.016 2.334.078 3.502.085.85.067 1.703.021 2.553.075.886.044 1.775.001 2.661.064 1.202.041 2.408.008 3.608.092.368.04.703.276.866.608.113.243.121.516.144.778.062.966.075 1.934.126 2.9-.007.644.07 1.285.063 1.929.089 1.594.111 3.191.205 4.785.083 1.535.114 3.072.19 4.608-.007.642.074 1.282.059 1.925-.015.29.057.602-.078.874a.923.923 0 0 1-.658.537c-.464.076-.935.063-1.403.039-.644-.03-1.289-.031-1.934-.05-.697-.055-1.396-.022-2.094-.062-.641-.034-1.283-.036-1.923-.044-.755-.046-1.511-.041-2.267-.061-.565-.038-1.132-.044-1.698-.054-.622-.051-1.245-.035-1.867-.06-.598-.045-1.198-.039-1.797-.054-.771-.063-1.545-.019-2.316-.076-.611-.036-1.223-.008-1.833-.058-.451-.031-.903-.01-1.353-.038-.499-.055-1.009-.012-1.502-.125a1.116 1.116 0 0 1-.695-.719c-.097-.884-.058-1.775-.107-2.663-.021-.976-.017-1.955-.064-2.93-.009-1.36-.072-2.719-.08-4.078C.209 9.258.239 7.897.176 6.539.17 5.597.159 4.655.129 3.714c-.007-.284-.017-.57.031-.851a.977.977 0 0 1 .65-.726m-.226.994c.012 1.438.074 2.875.079 4.313.024 1.378.05 2.755.094 4.132.004 1.171.057 2.341.07 3.511-.014.501.06.999.041 1.5.014.858.009 1.717.052 2.574.015.364-.031.738.072 1.093.14.161.308.327.537.336.393.02.788.019 1.182.027.252.036.506.042.76.037l.039.016.039-.016c.383.035.768.001 1.151.038.534.044 1.074.002 1.606.067 1.294.055 2.589.078 3.883.119.556.041 1.116.01 1.672.054-.053-.367.002-.771-.213-1.095.059-.125.143-.247.144-.391.025-.624-.064-1.245-.05-1.87-.071-.769-.036-1.542-.072-2.313-.065-.716.004-1.44-.096-2.153.174.005.348.011.521.018-.022.445.041.888.039 1.334.013.453.005.906.052 1.357-.005.833.076 1.661.064 2.494.036.507.011 1.021.115 1.521-.038.341-.117.71.035 1.036a28.72 28.72 0 0 0-.004.07c.51-.002 1.019.02 1.53.016.714.083 1.437.011 2.152.089.655.014 1.312.011 1.967.032.076.015.154.025.232.03 1.512.037 3.024.087 4.536.113.259.018.541-.117.632-.372.041-.354.001-.711-.003-1.066-.057-.64-.012-1.284-.079-1.922-.025-.34-.006-.682-.036-1.021-.054-.526-.017-1.056-.067-1.582-.028-.415-.024-.832-.048-1.248-.048-.528-.019-1.06-.078-1.587-.028-.445-.011-.892-.03-1.336-.046-.363-.028-.73-.061-1.094-.059-.565-.007-1.137-.075-1.701-.028-.472-.004-.945-.054-1.415-.032-.418-.004-.838-.039-1.256-.061-.654-.007-1.314-.085-1.966-.001-.19-.162-.318-.301-.422-.212-.119-.465-.091-.698-.101-6.871-.125-13.739-.318-20.606-.581a.57.57 0 0 0-.602.58M12 19.688a3.94 3.94 0 0 0-.05.215c.087.013.174.027.263.037l-.029-.253-.183.001z"/><path fill="#323232" d="M11.348 3.605c.132-.053.272-.119.414-.056-.077.122-.162.239-.216.374.125-.007.25-.017.375-.025-.054.115-.063.301-.216.325-.153.063-.271-.105-.353-.209-.101-.118-.007-.274-.003-.409zM2.188 5.495c1.289.02 2.577.096 3.865.122.182.011.37-.001.548.046.237.068.385.405.197.596-.218.224-.478.401-.702.619.877.607 1.878 1.08 2.562 1.926a4.92 4.92 0 0 1 .975 2.319c.012.453.035.905.034 1.358.074.889.023 1.782.093 2.671a7.628 7.628 0 0 1-.262.001c-.367-.04-.736-.029-1.104-.04-.182-.012-.363-.027-.545-.036-.004-1.036-.068-2.07-.072-3.106a4.748 4.748 0 0 0-.117-1.159c-.108-.388-.333-.732-.592-1.035-.278-.323-.661-.52-1.01-.753-.312-.186-.603-.405-.926-.571-.068.271-.115.547-.198.815-.052.183-.235.348-.435.293-.128-.013-.217-.114-.278-.219-.692-1.275-1.315-2.586-2.033-3.845zM16.61 6.112a.696.696 0 0 1 .384-.205c.166.006.332.025.498.026 1.265.014 2.528.062 3.794.074l.063.003c-.195.506-.458.982-.708 1.463-.272.558-.55 1.113-.828 1.669-.114.225-.193.47-.341.677-.144.24-.562.184-.661-.072-.117-.301-.206-.611-.299-.919-.325.139-.618.342-.923.518-.414.254-.874.481-1.152.897-.354.454-.482 1.048-.445 1.615.078.81.027 1.627.102 2.437.018.335-.024.676.059 1.005-.656.012-1.312-.019-1.966-.04-.012-.436-.012-.873-.029-1.309-.053-.583-.012-1.171-.071-1.753-.022-.551-.049-1.112.102-1.649a3.7 3.7 0 0 1 1.511-2.29c.565-.38 1.159-.715 1.739-1.072-.254-.209-.522-.404-.753-.638-.118-.109-.108-.295-.078-.438zM2.737 16.806c.394-.101.829.111 1.017.466.239.461.197.993.187 1.495.003.224-.098.432-.214.618-.34.446-1.089.39-1.408-.053-.286-.39-.264-.899-.273-1.359-.014-.312.092-.614.247-.88.099-.155.272-.241.444-.286m.004.443c-.191.109-.254.344-.271.548-.02.347-.019.7.068 1.039.035.118.084.24.182.322.176.164.499.173.652-.028.182-.233.174-.542.179-.821.01-.299-.032-.606-.179-.87-.109-.224-.419-.306-.632-.19zM4.291 16.9c.144-.003.297-.034.436.021.395.573.665 1.226 1.066 1.795.018-.597-.062-1.192-.045-1.79.134.007.268.016.401.032.025.186.04.372.035.56.008.742.033 1.483.027 2.225a6.057 6.057 0 0 1-.357-.027c-.207-.38-.422-.755-.651-1.122-.161-.245-.268-.524-.467-.743.03.488.059.975.053 1.465-.001.129-.005.258-.007.388-.132-.005-.263-.007-.395-.011-.075-.929-.055-1.863-.096-2.794zM6.584 16.958c.151.007.302.016.451.035-.005.791-.01 1.584.064 2.372.417-.002.833.011 1.249.053l.019.118c.002.094-.011.187-.016.282l-.151-.004c-.498-.013-.995-.044-1.493-.054l-.044-.002c-.014-.445-.005-.89-.039-1.334-.036-.488-.011-.978-.039-1.467zM7.738 16.993c.169.003.337.014.505.027.195.319.422.617.601.945.03.076.155.18.198.058.194-.323.389-.646.576-.974.162.008.323.019.485.036-.246.385-.46.79-.7 1.179-.085.156-.214.306-.2.495.003.359-.014.722.056 1.076-.151-.006-.302-.01-.452-.018-.005-.35-.049-.698-.045-1.048-.003-.079.007-.165-.044-.232-.323-.517-.661-1.026-.979-1.546zM14.51 17.196c.298-.109.637-.03.888.155.284.255.368.649.427 1.01.027.392.018.798-.108 1.174-.084.275-.359.441-.622.512-.351.061-.722-.105-.942-.379-.289-.469-.279-1.044-.256-1.575.051-.366.222-.79.614-.896m.093.417c-.294.139-.294.529-.302.809.052.37-.013.814.282 1.096.264.246.729.096.804-.255.063-.41.059-.839-.044-1.244-.027-.13-.12-.228-.202-.325-.149-.138-.354-.13-.539-.08zM16.172 17.241l.451.013c.217.366.44.728.662 1.091.134.206.211.452.403.616.015-.569-.01-1.139-.02-1.708.143.02.285.04.428.062.004.606.058 1.211.047 1.818.01.319.003.639.038.957l-.344-.022a18.363 18.363 0 0 1-.765-1.229c-.136-.222-.229-.485-.445-.644.043.618.049 1.238.055 1.858a8.986 8.986 0 0 1-.403-.029c-.036-.439.003-.882-.052-1.32-.025-.488-.012-.978-.057-1.465zM18.528 17.297c.136.006.272.012.408.022.094.568.032 1.146.087 1.717.025.226.019.453.034.68.429.03.859.025 1.288.039l.027.384c-.575-.007-1.151-.014-1.726-.048-.072-.552-.036-1.112-.074-1.668-.033-.375-.014-.752-.044-1.128zM19.734 17.324c.169.004.342-.006.506.043.232.272.379.603.589.891.053.078.13.135.215.173.172-.371.377-.736.628-1.058.155 0 .308.018.462.033-.214.357-.424.717-.636 1.075-.1.168-.221.327-.276.516.025.389.025.78.049 1.169-.148-.007-.297-.011-.444-.017-.042-.392-.007-.788-.046-1.179-.117-.246-.301-.451-.436-.685-.19-.329-.439-.62-.611-.96z"/><path fill="#c2c2c2" d="M.584 3.131a.57.57 0 0 1 .602-.58c6.867.264 13.735.457 20.606.581.233.011.486-.018.698.101.138.104.299.232.301.422.079.652.025 1.312.085 1.966.035.418.007.838.039 1.256.05.47.027.944.054 1.415.068.564.016 1.135.075 1.701.033.364.015.731.061 1.094.019.445.002.892.03 1.336.058.527.029 1.058.078 1.587.024.415.02.832.048 1.248.05.526.013 1.056.067 1.582.029.34.01.681.036 1.021.067.638.023 1.283.079 1.922.004.355.044.712.003 1.066-.091.255-.373.389-.632.372-1.512-.026-3.024-.076-4.536-.113a1.795 1.795 0 0 1-.232-.03l.118-.095c-.938-.091-1.883.025-2.821-.08-.94-.032-1.884.02-2.818-.106-.033-.172-.062-.344-.092-.516-.008.196-.017.393-.032.589-.152-.326-.074-.695-.035-1.036-.104-.5-.08-1.014-.115-1.521.012-.833-.069-1.661-.064-2.494-.047-.451-.039-.905-.052-1.357.002-.445-.061-.888-.039-1.334a29.87 29.87 0 0 0-.521-.018c.1.713.031 1.437.096 2.153.036.77.002 1.544.072 2.313-.014.624.075 1.245.05 1.87-.002.143-.085.265-.144.391.215.324.16.728.213 1.095-.556-.044-1.116-.013-1.672-.054-1.294-.041-2.589-.064-3.883-.119-.003-.028-.008-.083-.012-.11-.627-.084-1.261-.004-1.888-.08-.288-.031-.593-.055-.857.085l-.039.016-.039-.016c-.623-.31-1.329-.042-1.98-.194-.243-.054-.347-.303-.456-.499l-.042.292c-.103-.355-.057-.729-.072-1.093-.043-.857-.038-1.716-.052-2.574.019-.501-.055-.999-.041-1.5-.012-1.171-.066-2.34-.07-3.511-.044-1.377-.07-2.754-.094-4.132C.66 6.005.598 4.568.586 3.13m10.762.475c-.004.135-.098.291.003.409.082.104.2.272.353.209.153-.025.162-.21.216-.325-.125.008-.25.019-.375.025.054-.135.139-.252.216-.374-.142-.063-.282.003-.414.056m-9.159 1.89c.718 1.259 1.342 2.57 2.033 3.845.061.105.149.206.278.219.2.055.383-.11.435-.293.083-.267.13-.543.198-.815.323.166.614.385.926.571.349.233.732.43 1.01.753.259.303.484.648.592 1.035.093.378.119.77.117 1.159.004 1.036.068 2.07.072 3.106.182.01.363.024.545.036-.198.009-.392.045-.589.062.17.001.341.001.511.019.473.056.949.027 1.424.036-.08-.028-.159-.058-.241-.078.087.002.175.001.262-.001-.071-.889-.019-1.782-.093-2.671.001-.453-.022-.905-.034-1.358a4.91 4.91 0 0 0-.975-2.319c-.684-.846-1.685-1.319-2.562-1.926.225-.217.485-.395.702-.619.188-.191.04-.528-.197-.596-.178-.048-.366-.036-.548-.046-1.289-.025-2.577-.101-3.865-.122m14.726.289l.078.126a.696.696 0 0 0-.384.205c-.03.143-.04.329.078.438.232.234.499.429.753.638-.58.356-1.174.692-1.739 1.072a3.695 3.695 0 0 0-1.511 2.29c-.151.537-.124 1.098-.102 1.649.059.582.018 1.17.071 1.753.017.436.017.873.029 1.309.655.021 1.31.052 1.966.04-.083-.328-.041-.67-.059-1.005-.076-.811-.024-1.627-.102-2.437-.037-.567.091-1.161.445-1.615.278-.416.738-.643 1.152-.897.305-.177.597-.379.923-.518.093.308.182.618.299.919.1.256.517.312.661.072.148-.207.227-.452.341-.677.277-.556.556-1.111.828-1.669.249-.481.512-.957.708-1.463l-.063-.003.048-.094c-.865-.057-1.733-.012-2.599-.031-.359-.018-.717-.087-1.078-.07a3.16 3.16 0 0 1-.74-.032M2.737 16.806c-.172.046-.345.132-.444.286-.155.266-.262.568-.247.88.009.46-.012.969.273 1.359.319.443 1.068.499 1.408.053.115-.186.217-.394.214-.618.01-.502.052-1.034-.187-1.495-.187-.355-.623-.567-1.017-.466m1.554.095c.041.931.022 1.865.096 2.794.132.004.263.006.395.011.002-.13.006-.259.007-.388.04.064.081.127.124.188.055-.41-.031-.822-.042-1.232.104.127.181.274.226.432l.106-.111c.229.367.444.742.651 1.122.118.013.238.021.357.027.006-.742-.019-1.483-.027-2.225a3.503 3.503 0 0 0-.035-.56 5.961 5.961 0 0 0-.401-.032c-.018.598.062 1.193.045 1.79-.401-.569-.671-1.222-1.066-1.795-.139-.055-.292-.024-.436-.021m2.293.058c.028.488.003.979.039 1.467.034.444.025.889.039 1.334l.044.002-.013.109c.563-.032 1.12.048 1.681.074-.058-.044-.114-.09-.175-.128l.151.004c.005-.095.018-.188.016-.282.029.102.069.203.109.302.015-.134.06-.279-.004-.408a1.326 1.326 0 0 1-.097-.337l-.04.158c-.32.038-.643.045-.966.034l-.208-.23-.062.31c-.074-.788-.069-1.582-.064-2.372a5.667 5.667 0 0 0-.451-.035m1.155.033c.318.52.655 1.029.979 1.546.05.067.04.153.044.232-.004.35.04.698.045 1.048.151.008.302.012.452.018-.07-.354-.053-.717-.056-1.076-.014-.189.115-.34.2-.495.241-.389.454-.794.7-1.179a7.85 7.85 0 0 0-.485-.036c-.187.327-.382.65-.576.974-.042.122-.168.018-.198-.058-.179-.328-.406-.627-.601-.945a8.494 8.494 0 0 0-.505-.027m6.773.201c-.391.106-.563.53-.614.896-.023.531-.033 1.106.256 1.575.22.275.591.44.942.379.263-.071.538-.237.622-.512.126-.376.135-.782.108-1.174-.058-.361-.143-.755-.427-1.01-.25-.185-.589-.263-.888-.155m1.663.046c.044.487.032.976.057 1.465.055.438.016.881.052 1.32.134.012.268.023.403.029-.007-.62-.012-1.24-.055-1.858.216.158.309.422.445.644.239.419.492.83.765 1.229l.344.022c-.035-.318-.028-.638-.038-.957.011-.607-.043-1.212-.047-1.818a31.497 31.497 0 0 0-.428-.062c.011.569.036 1.139.02 1.708-.192-.164-.269-.41-.403-.616-.222-.363-.445-.725-.662-1.091l-.451-.013m2.354.054c.029.375.011.752.044 1.128.038.555.002 1.115.074 1.668.575.034 1.151.04 1.726.048-.009-.128-.016-.256-.027-.384-.429-.014-.859-.009-1.288-.039-.015-.226-.009-.454-.034-.68-.055-.571.007-1.149-.087-1.717-.136-.01-.272-.016-.408-.022m1.206.025c.172.34.421.631.611.96.135.235.32.44.436.685.04.391.005.787.046 1.179.148.006.296.01.444.017-.023-.389-.023-.781-.049-1.169.055-.19.177-.349.276-.516.212-.358.422-.718.636-1.075-.154-.015-.308-.033-.462-.033a5.397 5.397 0 0 0-.628 1.058.505.505 0 0 1-.215-.173c-.211-.288-.357-.619-.589-.891-.164-.049-.337-.039-.506-.043z"/><path fill="#c2c2c2" d="M2.741 17.25c.213-.116.522-.034.632.19.147.264.19.571.179.87-.005.28.003.589-.179.821-.153.2-.476.191-.652.028a.63.63 0 0 1-.182-.322c-.087-.339-.088-.692-.068-1.039.016-.205.08-.439.271-.548zM14.302 18.423c.008-.28.008-.67.302-.809.174.062.346.132.517.203l.022-.123c.082.098.174.196.202.325.104.405.107.834.044 1.244-.075.351-.54.501-.804.255-.295-.282-.231-.726-.282-1.096zM12 19.688l.183-.001.029.253c-.088-.011-.175-.024-.263-.037a5.16 5.16 0 0 1 .05-.215z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-go-straight-on-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M.071 0h23.858v24h-1.304c.378-.089.72-.33.929-.657.146-.23.289-.484.281-.765-.001-6.974 0-13.948-.003-20.922-.057-.55-.452-1.044-.948-1.274-.281-.135-.599-.091-.9-.098C15.218.264 8.452.28 1.686.278 1.438.28 1.173.272.954.406a1.708 1.708 0 0 0-.882 1.126V.001z"/><path fill="#fffffe" d="M1.283.461c.211-.038.425-.049.637-.043h19.686c.363.004.731-.024 1.089.06.457.141.809.534.942.988.059.201.033.412.038.618 0 6.767-.001 13.534.001 20.301.046.56-.302 1.121-.807 1.356-.196.107-.427.114-.645.13H2.347c-.379-.007-.763.028-1.136-.058a1.427 1.427 0 0 1-.99-1.235C.219 15.683.222 8.789.22 1.895.17 1.247.65.598 1.284.459m.184.287c-.206.048-.43.106-.576.271-.177.192-.333.425-.356.693a11.67 11.67 0 0 0-.005 1.183v19.354c.003.183-.025.374.043.549.072.191.2.358.35.495.268.214.618.269.951.27h17.31c.964-.005 1.928.011 2.891-.009.386-.013.835-.087 1.075-.425.258-.33.218-.774.212-1.167V4.222c-.017-.861.098-1.728-.037-2.585-.086-.33-.261-.682-.594-.819-.283-.112-.595-.082-.893-.087H3.014C2.498.729 1.979.657 1.467.747z"/><path fill="#fffffe" d="M1.461 1.352c.102-.032.212-.028.318-.031h20.205c.213.002.465-.028.635.129.205.241.148.585.155.878-.002 6.669 0 13.338-.001 20.008a1.002 1.002 0 0 1-.114.44c-.101.165-.31.196-.487.196H11.933c-.38-.009-.759.035-1.139.001-2.799-.002-5.598 0-8.397-.001-.331-.002-.669.016-.994-.064-.121-.078-.248-.184-.283-.33.005-6.513 0-13.027.002-19.541.003-.379-.051-.757-.036-1.136.046-.215.141-.483.375-.55m7.5 2.987c-.49.628-.884 1.324-1.364 1.96-.113.149-.227.304-.29.482-.025.077.024.148.046.219.102.111.251.193.406.149.344-.083.674-.216 1.016-.306.003 1.472.009 2.944-.002 4.416-.103-.077-.169-.188-.24-.292a8.413 8.413 0 0 0-.849-1.079c-.214-.211-.428-.422-.637-.637-.564-.559-1.264-.948-1.888-1.432l.006-.07c.251-.224.541-.404.776-.645.139-.146.06-.36-.075-.475-.293-.102-.606-.06-.909-.069-.253.009-.505-.03-.758-.026-.834-.002-1.669-.026-2.503-.006.071.277.177.545.281.811.039.129.089.255.142.38.082.259.195.506.286.762.239.564.423 1.15.653 1.717.043.098.073.224.185.266.129.065.292.024.399-.066.121-.194.166-.421.238-.634.062-.179.122-.36.169-.544l.074.006c.346.338.74.62 1.108.934.358.305.667.66 1.005.986.553.538.972 1.192 1.385 1.839a9.38 9.38 0 0 1 1.098 3.085c.01.16.008.323.047.48.016.333.012.668.013 1.002-.004 1.461.009 2.923.002 4.384a.35.35 0 0 0 .209.05c.511 0 1.022.009 1.532.001.002-5.048-.011-10.095.013-15.142.359.083.694.249 1.058.311.221.055.485-.168.376-.397-.185-.454-.535-.814-.797-1.223a32.24 32.24 0 0 0-1.031-1.513l-.458-.665c-.291.286-.471.662-.72.982m8.851 4.056c-.104.114-.046.283.028.397.198.293.403.581.6.874-.544.161-1.096.327-1.586.619-.554.364-1.08.789-1.474 1.327-.436.579-.791 1.233-.949 1.945a6.537 6.537 0 0 0-.157 1.337l.011 2.389h1.725v-2.204c0-.206-.007-.412.016-.618.141-1.279 1.027-2.45 2.231-2.914.222-.081.451-.136.679-.195.009.359-.006.719.007 1.077.003.209.228.368.427.307.106-.01.175-.095.235-.175.825-1.04 1.662-2.069 2.484-3.111-1.173-.366-2.345-.737-3.518-1.104-.144-.043-.285-.099-.434-.124-.133-.017-.243.079-.323.172m-6.912 4.372c.002 3.4 0 6.801 0 10.201.197.011.394.011.591 0V12.765c-.197 0-.394-.001-.591.001m1.996 5.766c-.203.071-.392.212-.48.414-.312.567-.354 1.255-.189 1.874.077.254.162.525.371.703.215.222.55.253.842.22a.806.806 0 0 0 .68-.48c.291-.518.318-1.14.211-1.713-.075-.309-.165-.646-.422-.857-.268-.256-.677-.241-1.013-.161m1.993.004V21.7h.508c.001-.711-.002-1.422.001-2.133.414.705.799 1.427 1.207 2.135.148-.002.296-.002.445-.002v-3.164h-.496v2.01c-.394-.665-.769-1.342-1.159-2.011l-.506.001m2.729 0c-.001 1.054.001 2.108-.001 3.163.654.002 1.308.002 1.962 0l-.001-.458c-.489-.001-.977.002-1.465-.002.003-.901 0-1.802.001-2.703h-.496m2.021 0c.35.561.702 1.12 1.056 1.678.033.055.071.111.064.179 0 .434.002.869-.002 1.303.166.001.331.005.496.004.014-.463-.012-.928.012-1.391.355-.596.729-1.181 1.087-1.775-.191 0-.382.001-.573-.002-.264.401-.507.815-.776 1.213-.255-.406-.508-.812-.768-1.214-.199.003-.397.001-.596.003z"/><path fill="#fffffe" d="M13 19.053c.225-.122.548-.076.685.156.153.289.218.623.204.949-.023.31-.046.652-.242.907-.131.2-.415.216-.618.127-.183-.098-.25-.306-.307-.492a2.196 2.196 0 0 1 .04-1.284.776.776 0 0 1 .237-.363zM.071 22.126c.04.361-.036.763.177 1.083.22.384.593.689 1.026.791H.071v-1.874z"/><path fill="#1a1919" d="M.953.406c.219-.134.484-.126.732-.128C8.451.28 15.217.264 21.983.284c.301.007.618-.037.9.098.497.23.891.725.948 1.274l.003 20.922c.008.281-.135.535-.281.765a1.53 1.53 0 0 1-.929.657H1.273c-.434-.102-.806-.407-1.026-.791-.212-.32-.137-.721-.177-1.083V1.531C.187 1.055.508.622.952.405m.331.056C.649.599.169 1.249.219 1.897c.002 6.895 0 13.789.001 20.683.038.559.453 1.075.99 1.235.373.087.757.051 1.136.058h19.877c.218-.017.449-.023.645-.13.506-.235.853-.796.807-1.356-.002-6.767 0-13.534-.001-20.301-.005-.206.021-.417-.038-.618-.133-.454-.485-.848-.942-.988-.357-.084-.726-.056-1.089-.06H1.919a3.09 3.09 0 0 0-.637.043z"/><path fill="#1a1919" d="M1.468.746C1.98.656 2.499.728 3.015.73H21.84c.298.005.61-.026.893.087.333.138.508.489.594.819.135.857.02 1.724.037 2.585v17.738c.006.393.046.838-.212 1.167-.24.339-.689.413-1.075.425-.964.02-1.928.004-2.891.009H1.876c-.333-.001-.683-.056-.951-.27a1.32 1.32 0 0 1-.35-.495c-.068-.175-.04-.366-.043-.549V2.892a11.67 11.67 0 0 1 .005-1.183c.022-.268.179-.501.356-.693.146-.166.369-.223.576-.271m-.008.607c-.234.066-.329.335-.375.55-.015.378.039.757.036 1.136-.002 6.514.002 13.028-.002 19.541.035.146.162.252.283.33.324.079.663.062.994.064 2.799 0 5.598-.001 8.397.001.379.034.759-.009 1.139-.001h10.239c.177 0 .387-.032.487-.196.075-.133.106-.288.114-.44.001-6.669-.001-13.338.001-20.008-.007-.293.05-.637-.155-.878-.17-.157-.422-.128-.635-.129H1.779c-.106.003-.215-.001-.318.031z"/><path fill="#1a1919" d="M8.961 4.338c.249-.32.429-.697.72-.982l.458.665c.355.497.705.997 1.031 1.513.262.409.611.769.797 1.223.109.229-.155.452-.376.397-.363-.062-.699-.228-1.058-.311-.024 5.048-.011 10.095-.013 15.142-.51.009-1.021-.001-1.532-.001a.355.355 0 0 1-.209-.05c.007-1.461-.006-2.923-.002-4.384-.001-.334.003-.669-.013-1.002-.04-.157-.037-.319-.047-.48a9.418 9.418 0 0 0-1.098-3.085c-.413-.646-.832-1.301-1.385-1.839-.338-.325-.647-.681-1.005-.986-.367-.314-.761-.597-1.108-.934a1.844 1.844 0 0 1-.074-.006 6.976 6.976 0 0 1-.169.544c-.072.213-.116.441-.238.634-.107.09-.269.131-.399.066-.112-.042-.142-.167-.185-.266-.231-.567-.414-1.153-.653-1.717-.09-.257-.203-.503-.286-.762a3.693 3.693 0 0 1-.142-.38c-.103-.267-.21-.534-.281-.811.834-.02 1.669.004 2.503.006.253-.005.505.035.758.026.304.009.616-.032.909.069.136.116.215.33.075.475-.236.241-.526.421-.776.645l-.006.07c.624.484 1.324.873 1.888 1.432.21.215.423.427.637.637.315.333.593.7.849 1.079.072.104.138.215.24.292.01-1.472.005-2.944.002-4.416-.342.09-.672.223-1.016.306-.155.044-.304-.037-.406-.149-.022-.071-.071-.142-.046-.219a1.88 1.88 0 0 1 .29-.482c.48-.637.874-1.332 1.364-1.96zM17.814 8.395c.081-.093.191-.188.323-.172.148.025.289.081.434.124 1.173.368 2.345.738 3.518 1.104-.822 1.041-1.66 2.071-2.484 3.111-.06.08-.129.164-.235.175-.199.061-.424-.098-.427-.307-.012-.359.002-.718-.007-1.077-.228.059-.458.114-.679.195-1.204.463-2.09 1.634-2.231 2.914-.023.205-.016.412-.016.618v2.204h-1.725l-.011-2.389c.004-.45.062-.898.157-1.337.158-.712.513-1.366.949-1.945.394-.538.921-.963 1.474-1.327.49-.293 1.043-.458 1.586-.619-.197-.293-.402-.581-.6-.874-.074-.114-.132-.283-.028-.397z"/><path fill="#1a1919" d="M10.904 12.766c.197-.002.394-.001.591-.001v10.202a5.066 5.066 0 0 1-.591 0V12.766zM12.9 18.532c.336-.081.745-.095 1.013.161.258.211.347.547.422.857.107.573.08 1.195-.211 1.713a.808.808 0 0 1-.68.48c-.292.033-.627.001-.842-.22-.209-.178-.294-.449-.371-.703-.165-.619-.123-1.307.189-1.874.088-.202.277-.343.48-.414m.1.521a.776.776 0 0 0-.237.363 2.196 2.196 0 0 0-.04 1.284c.056.186.124.394.307.492.202.089.487.073.618-.127.196-.256.219-.597.242-.907a1.868 1.868 0 0 0-.204-.949c-.137-.232-.46-.278-.685-.156zM14.893 18.536l.506-.001c.389.668.765 1.345 1.159 2.011v-2.01h.496V21.7c-.148 0-.296 0-.445.002-.408-.709-.793-1.431-1.207-2.135-.003.711 0 1.422-.001 2.133h-.508v-3.164zM17.622 18.536h.496c0 .901.002 1.802-.001 2.703.489.004.977 0 1.465.002l.001.458c-.654.002-1.308.002-1.962 0 .003-1.054 0-2.109.001-3.163zM19.643 18.536c.199-.001.397 0 .596-.003.26.402.513.808.768 1.214.268-.398.512-.812.775-1.213.191.003.382.001.573.002-.359.594-.732 1.179-1.087 1.775-.024.462.001.927-.012 1.391-.165.001-.33-.003-.496-.004.005-.434.002-.869.002-1.303.008-.068-.031-.125-.064-.179-.354-.558-.706-1.117-1.056-1.678z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-go-straight-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M.071 0h23.858v1.536C23.773.853 23.145.227 22.411.278 15.517.277 8.623.265 1.729.283.95.214.252.911.169 1.656.167 8.629.168 15.602.166 22.574c-.009.282.134.535.279.766.21.329.554.573.934.66H.071V0z"/><path fill="#fffffe" d="M1.376.463c.134-.02.268-.041.404-.045h20.538c.381-.005.766.12 1.038.393.225.246.411.554.424.895.001 6.894-.001 13.789.001 20.683.051.626-.39 1.242-.986 1.425-.344.08-.698.055-1.048.058H1.781c-.382.003-.768-.124-1.038-.401a1.622 1.622 0 0 1-.382-.659c-.054-.185-.032-.379-.035-.569V1.897C.275 1.252.749.607 1.377.461M1.7.734c-.157.014-.321.023-.463.098-.323.149-.489.501-.568.83C.584 2.305.6 2.956.637 3.602c0 6.277.004 12.555-.002 18.832.002.345.135.709.433.904.381.241.849.212 1.282.223h19.777c.332-.002.682-.057.949-.269.202-.188.38-.434.396-.718-.005-6.544 0-13.089-.002-19.633.009-.364.022-.728.004-1.092.012-.377-.211-.726-.501-.949-.582-.303-1.26-.174-1.887-.172C14.624.734 8.163.724 1.702.733z"/><path fill="#fffffe" d="M1.56 1.352c.132-.045.273-.029.41-.032l20.299.001c.173 0 .388.019.484.186a.9.9 0 0 1 .164.628c-.056.789-.034 1.58-.037 2.371.001 6.025-.004 12.05.002 18.074-.037.146-.164.248-.282.33-.357.081-.725.059-1.088.062h-8.065a6.929 6.929 0 0 0-.52.012c-1.123-.025-2.247-.007-3.37-.012H1.823c-.175 0-.379-.034-.48-.194-.116-.204-.124-.447-.116-.676.001-6.514 0-13.029 0-19.543.005-.284-.026-.572.028-.853.029-.161.137-.32.304-.354m12.879 2.651c-.245.389-.542.742-.788 1.131-.422.567-.801 1.167-1.196 1.754-.08.124-.17.242-.231.378-.09.198.11.462.328.403.319-.064.628-.17.936-.274.051-.017.106-.01.159-.012.013 4.907.006 9.813.008 14.72.557-.001 1.114.005 1.67-.003-.002-1.565.001-3.129 0-4.694.004-.221-.004-.442.033-.66.01-.238.014-.477.084-.707.268-1.253.779-2.461 1.549-3.489.817-1.055 1.793-1.978 2.834-2.81l.134-.064c.081.235.148.474.229.71.041.153.093.304.166.446.055.028.108.06.156.099a.988.988 0 0 0 .196-.005c.249-.184.294-.516.414-.782.055-.123.098-.251.147-.377.037-.077.067-.157.092-.239.236-.633.473-1.265.705-1.9.058-.166.139-.324.164-.5a159.141 159.141 0 0 0-3.847-.011c-.24-.018-.467.319-.264.499.247.26.558.449.825.688-1.025.669-2.046 1.389-2.81 2.359-.295.328-.517.715-.799 1.05-.015-1.448-.005-2.896-.005-4.344.359.078.7.227 1.059.308.221.029.48-.255.315-.46a93.648 93.648 0 0 0-2.144-3.158c-.02-.053-.067-.061-.118-.056M1.91 9.453c.848 1.064 1.701 2.124 2.55 3.187.169.202.553.106.592-.162.023-.374.001-.749.011-1.124.682.136 1.338.441 1.832.938.651.625 1.065 1.505 1.095 2.41.002.86 0 1.72.001 2.58h1.724l.01-2.058c.017-.721-.059-1.453-.292-2.139-.21-.596-.546-1.141-.938-1.634-.311-.386-.694-.706-1.095-.994-.541-.408-1.202-.601-1.842-.793.201-.29.403-.581.601-.873.093-.131.13-.335-.014-.444a.361.361 0 0 0-.431-.09L1.91 9.451m10.595 3.314v10.198c.197.012.394.017.591.002v-10.2a58.214 58.214 0 0 0-.591 0M2.78 18.411a.823.823 0 0 0-.517.292c-.399.608-.464 1.394-.26 2.083.089.324.261.657.584.799.272.099.584.102.858.008.369-.142.508-.544.622-.887a2.786 2.786 0 0 0-.138-1.754 1.036 1.036 0 0 0-.369-.437c-.231-.148-.519-.146-.78-.102m1.868.029v3.164h.507v-2.147c.405.715.802 1.434 1.207 2.148l.446-.001v-3.164h-.496c0 .671-.001 1.341.001 2.012-.396-.666-.77-1.344-1.161-2.012l-.506.001m2.73-.002c.001 1.055-.004 2.111.002 3.166.653-.005 1.306.001 1.958-.003l-.001-.458H7.871v-2.704h-.496m2.02-.001c.353.558.702 1.119 1.057 1.676.033.055.076.111.066.18.002.437-.006.874.004 1.311.163-.004.325-.004.489 0 .014-.464-.01-.93.012-1.393.357-.594.729-1.18 1.088-1.774-.191-.001-.382.001-.572-.001-.258.401-.512.804-.764 1.209-.277-.391-.513-.81-.777-1.209h-.6z"/><path fill="#fffffe" d="M2.753 18.96c.226-.123.549-.077.688.155.266.505.253 1.117.082 1.65-.07.16-.181.347-.371.37-.209.056-.454-.029-.556-.226-.241-.489-.248-1.075-.077-1.587a.79.79 0 0 1 .235-.362zM23.871 22.948c.047-.268.036-.542.057-.812V24h-1.209c.53-.121.971-.544 1.152-1.052z"/><path fill="#1a1919" d="M.168 1.657C.252.912.95.215 1.728.284 8.622.266 15.516.278 22.41.279c.735-.051 1.362.575 1.518 1.258v20.599c-.021.27-.01.544-.057.812-.181.508-.622.932-1.152 1.052H1.378a1.523 1.523 0 0 1-.934-.66c-.145-.23-.288-.484-.279-.766.001-6.972 0-13.945.003-20.918M1.376.463C.748.609.274 1.254.325 1.899v20.346c.003.189-.018.384.035.569.066.249.211.47.382.659.27.277.656.404 1.038.401h19.966c.35-.003.704.022 1.048-.058.595-.183 1.037-.799.986-1.425-.002-6.895 0-13.789-.001-20.683-.013-.341-.199-.65-.424-.895-.273-.273-.657-.398-1.038-.393H1.779c-.136.004-.27.025-.404.045z"/><path fill="#1a1919" d="M1.7.734C8.162.725 14.623.735 21.084.729c.627-.002 1.305-.131 1.887.172.29.223.513.572.501.949.018.364.006.728-.004 1.092.002 6.545-.002 13.089.002 19.633-.016.284-.194.53-.396.718-.267.212-.617.268-.949.269H2.348c-.432-.012-.901.018-1.282-.223-.298-.194-.431-.559-.433-.904.006-6.277.001-12.554.002-18.832-.037-.646-.054-1.298.032-1.94.08-.329.245-.681.568-.83.142-.075.306-.084.463-.098m-.138.617c-.168.035-.276.194-.304.354-.054.281-.023.569-.028.853v19.543c-.008.229 0 .471.116.676.101.16.305.194.48.194h7.734c1.123.005 2.247-.012 3.37.012.173-.009.347-.016.52-.012h8.065c.363-.003.731.019 1.088-.062.119-.082.245-.184.282-.33-.006-6.025-.001-12.05-.002-18.074.004-.791-.018-1.581.037-2.371a.902.902 0 0 0-.164-.628c-.095-.167-.311-.187-.484-.186L1.971 1.32c-.137.002-.278-.013-.41.032z"/><path fill="#1a1919" d="M14.438 4.003c.05-.005.097.003.118.056A93.648 93.648 0 0 1 16.7 7.217c.165.205-.094.489-.315.46-.359-.082-.7-.23-1.059-.308 0 1.448-.009 2.896.005 4.344.282-.335.504-.722.799-1.05.764-.97 1.785-1.69 2.81-2.359-.267-.24-.578-.428-.825-.688-.203-.181.024-.517.264-.499 1.282-.017 2.565-.003 3.847.011-.024.175-.106.334-.164.5-.232.635-.47 1.267-.705 1.9a1.685 1.685 0 0 1-.092.239c-.049.126-.092.253-.147.377-.12.267-.166.598-.414.782a.988.988 0 0 1-.196.005.875.875 0 0 0-.156-.099 2.369 2.369 0 0 1-.166-.446c-.081-.235-.148-.475-.229-.71l-.134.064c-1.04.832-2.016 1.755-2.834 2.81-.769 1.028-1.28 2.236-1.549 3.489-.07.23-.074.47-.084.707-.037.218-.029.44-.033.66.001 1.565-.002 3.129 0 4.694-.556.009-1.113.002-1.67.003-.001-4.907.006-9.813-.008-14.72-.053.002-.108-.004-.159.012-.308.104-.617.21-.936.274-.218.059-.417-.204-.328-.403.061-.135.151-.254.231-.378.395-.587.774-1.188 1.196-1.754.246-.389.543-.742.788-1.131zM1.91 9.453l3.804-1.194a.362.362 0 0 1 .431.09c.145.11.108.314.014.444-.199.292-.4.582-.601.873.64.192 1.302.384 1.842.793.401.287.784.608 1.095.994.392.493.729 1.038.938 1.634.232.686.309 1.418.292 2.139l-.01 2.058H7.991c-.001-.86.001-1.72-.001-2.58-.03-.905-.444-1.785-1.095-2.41-.493-.497-1.15-.803-1.832-.938-.009.375.012.75-.011 1.124-.039.268-.423.364-.592.162-.849-1.063-1.702-2.123-2.55-3.187z"/><path fill="#1a1919" d="M12.505 12.765h.591v10.2a4.662 4.662 0 0 1-.591-.002V12.765zM2.78 18.411c.26-.044.549-.046.78.102.156.111.296.257.369.437.234.548.282 1.177.138 1.754-.114.343-.254.745-.622.887a1.301 1.301 0 0 1-.858-.008c-.323-.142-.495-.475-.584-.799-.204-.689-.139-1.475.26-2.083a.828.828 0 0 1 .517-.292m-.027.551a.785.785 0 0 0-.235.362c-.171.512-.165 1.098.077 1.587.102.197.347.282.556.226.19-.024.301-.211.371-.37.171-.533.184-1.145-.082-1.65-.138-.232-.462-.278-.688-.155zM4.648 18.442l.506-.001c.391.668.765 1.347 1.161 2.012-.002-.671-.001-1.341-.001-2.012h.496v3.164l-.446.001c-.406-.714-.803-1.433-1.207-2.148v2.147H4.65v-3.164zM7.376 18.441h.496v2.704h1.464l.001.458c-.653.005-1.305-.002-1.958.003-.006-1.055-.001-2.111-.002-3.166zM9.395 18.441h.6c.265.399.501.818.777 1.209.252-.405.506-.809.764-1.209.191.002.381 0 .572.001-.358.594-.73 1.18-1.088 1.774-.022.463.002.929-.012 1.393a9.965 9.965 0 0 0-.489 0c-.009-.437-.001-.874-.004-1.311.01-.069-.033-.126-.066-.18-.354-.557-.704-1.118-1.057-1.676z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M0 2.958h1.356c-.559.153-.951.625-1.24 1.101-.005.111-.016.221-.019.332C.095 9.464.096 14.537.095 19.61c-.009.283.136.538.282.77.209.329.552.569.929.662H.001V2.958zM22.748 2.958H24v.861c-.031.061-.06.122-.089.183-.013-.065-.034-.131-.005-.196-.113-.057-.165-.178-.252-.264-.204-.203-.473-.321-.699-.497a.46.46 0 0 0-.206-.087z"/><path fill="#fffffe" d="M1.317 3.138c.133-.021.267-.041.402-.044H22.38c.383-.005.771.121 1.044.396.237.258.429.586.428.946-.002 5.06 0 10.119-.001 15.178a1.43 1.43 0 0 1-.803 1.166c-.201.114-.441.119-.666.136H1.959a2.903 2.903 0 0 1-.72-.062c-.459-.144-.814-.54-.945-.998-.056-.188-.034-.385-.037-.577V4.585c-.052-.65.427-1.302 1.062-1.446m.318.272c-.262.005-.533.083-.717.279a1.498 1.498 0 0 0-.349.938C.567 9.574.574 14.521.568 19.467c.013.234.049.48.197.671.127.202.347.322.572.385.326.084.666.072 1 .079h19.85c.334-.001.687-.057.956-.271.203-.189.383-.436.398-.722-.005-5.055 0-10.11-.002-15.165-.008-.291-.175-.547-.367-.753-.128-.148-.324-.203-.506-.253-.517-.111-1.048-.036-1.572-.031-6.485.004-12.971-.005-19.455.005z"/><path fill="#fffffe" d="M1.498 4.031c.148-.047.305-.028.457-.032h20.327c.161.001.34.001.472.108.143.167.258.387.19.612v7.208c-.003 2.561.012 5.122.003 7.682-.036.147-.164.253-.286.333-.264.063-.538.065-.807.063h-8.59a7.402 7.402 0 0 1-.906 0H1.77c-.179.001-.391-.032-.492-.199a1.03 1.03 0 0 1-.115-.481c.003-4.899-.001-9.798.002-14.696-.002-.235.068-.541.334-.6m.353 2.377c.839 1.068 1.698 2.121 2.543 3.186.159.229.576.141.616-.142.027-.376-.007-.755.018-1.132.398.104.805.206 1.156.431 1.107.633 1.831 1.899 1.783 3.178v2.358h1.735l.01-2.023c.019-.814-.066-1.648-.373-2.408-.397-.942-1.041-1.785-1.882-2.373-.561-.445-1.256-.658-1.933-.856.192-.297.402-.583.598-.877.063-.1.12-.232.066-.347-.089-.155-.277-.285-.459-.208-1.294.401-2.583.814-3.877 1.214m14.849-.953c-1.034.322-2.073.633-3.102.971.835 1.15 1.791 2.205 2.654 3.334.102-.003.205 0 .307-.006.14-.028.197-.185.206-.311.016-.361.003-.722.009-1.083.719.14 1.425.453 1.934.991.5.495.852 1.142.999 1.829l.049.032c.062 1.063.017 2.128.031 3.193.584.012 1.167.002 1.751.005-.007-.907.011-1.815-.025-2.721a4.523 4.523 0 0 0-.303-1.67c-.443-1.198-1.364-2.181-2.465-2.808-.392-.21-.814-.359-1.236-.496a5.035 5.035 0 0 0-.106-.022l-.112-.056c.185-.253.345-.523.537-.772.071-.105.139-.216.171-.339 0-.196-.208-.356-.398-.321-.305.06-.6.165-.899.25m-4.196 4.285v10.268c.196.006.392.002.587.004.016-3.423 0-6.846.008-10.269-.198-.004-.397-.002-.596-.002M2.6 15.444a.903.903 0 0 0-.394.266c-.481.738-.488 1.731-.098 2.509.134.219.35.412.614.445.344.062.745.013.983-.267.407-.569.471-1.314.325-1.982-.076-.292-.167-.606-.409-.804-.269-.261-.682-.246-1.021-.166m2.005.004l-.001 3.183h.511v-2.133c.43.697.8 1.433 1.22 2.137.148-.005.295-.004.443-.005v-3.182H6.28v2.02c-.4-.667-.773-1.35-1.167-2.021-.169.002-.338.001-.508.001m2.744.001c.004 1.062-.008 2.125.006 3.187.656-.012 1.312.003 1.968-.008-.002-.153-.002-.306-.002-.459-.491-.001-.983.003-1.474-.002.003-.906.002-1.812 0-2.719l-.498.001m2.036.001c.315.514.641 1.021.96 1.531.054.094.131.179.161.286.012.457-.011.914.011 1.37.161-.009.323-.008.484-.001.013-.408.004-.816.005-1.224.004-.073-.012-.155.032-.219.355-.582.72-1.157 1.068-1.743-.19-.001-.38.002-.57-.003-.271.4-.507.824-.786 1.219-.255-.407-.509-.816-.771-1.218-.198.004-.397 0-.595.004m4.559.353c-.322.521-.379 1.157-.296 1.753a.403.403 0 0 1 .034.203l.029.018c.063.193.108.403.248.559.352.467 1.237.404 1.454-.165.332-.65.31-1.437.056-2.109-.105-.281-.353-.532-.661-.567-.314-.035-.671.037-.865.308m4.654-.263c-.012 1.014.004 2.029-.008 3.043.59.009 1.179-.001 1.769.005v-.434c-.437.004-.873-.001-1.309.003-.003-.822-.002-1.643 0-2.465-.006-.051.016-.118-.039-.148-.138-.01-.276-.001-.414-.003m-2.482-.001c-.006 1.015.001 2.03-.004 3.045.155.002.309.002.464.001-.003-.68-.002-1.36 0-2.04.147.209.246.447.369.671.247.454.478.917.728 1.369.133 0 .265 0 .398.002-.006-1.018.009-2.035-.008-3.053a7.532 7.532 0 0 1-.425.002c-.012.628-.003 1.256-.005 1.884l-.063-.04c-.338-.611-.661-1.232-.999-1.843l-.454.001m4.322 0c.309.587.678 1.144 1.003 1.724-.005.441-.002.883-.001 1.324a33.6 33.6 0 0 1 .449 0c.003-.407.001-.815.001-1.222-.012-.154.105-.271.17-.4.264-.475.564-.932.807-1.418-.166-.011-.332-.006-.498-.007-.229.383-.467.761-.678 1.154l-.052-.024c-.234-.373-.444-.761-.68-1.131-.174.004-.347.002-.521.001z"/><path fill="#fffffe" d="M2.701 15.969c.228-.121.551-.074.689.158.267.509.254 1.126.081 1.662-.071.158-.18.343-.368.368-.211.058-.462-.027-.564-.228-.198-.392-.231-.849-.16-1.277.051-.248.117-.517.322-.684zM14.593 15.97c.172.002.364.077.438.244.217.462.206 1.001.086 1.488-.032.159-.133.292-.241.407-.133.046-.281.079-.414.016-.211-.085-.27-.33-.332-.526-.047-.246-.093-.5-.045-.75.042-.269.073-.573.277-.774.058-.07.153-.075.232-.106zM23.941 19.987c.049-.269.038-.543.059-.815v1.87h-1.204a1.681 1.681 0 0 0 1.145-1.055z"/><path fill="#1a1919" d="M1.356 2.958h21.392a.46.46 0 0 1 .206.087c.226.176.495.293.699.497.087.085.139.207.252.264-.029.065-.008.131.005.196l.089-.183v15.353c-.021.271-.01.546-.059.815-.181.507-.62.924-1.145 1.055H1.304a1.554 1.554 0 0 1-.928-.662c-.146-.231-.291-.487-.282-.77.001-5.073 0-10.146.002-15.219.003-.111.014-.221.019-.332.289-.476.681-.949 1.24-1.101m-.038.18C.682 3.282.203 3.934.255 4.584v14.694c.003.192-.019.39.037.577.131.458.486.854.945.998.236.053.479.069.72.062H22.38c.225-.017.464-.022.666-.136a1.43 1.43 0 0 0 .803-1.166c.001-5.059-.001-10.118.001-15.178.001-.359-.191-.688-.428-.946-.274-.275-.661-.401-1.044-.396H1.717a3.013 3.013 0 0 0-.402.044z"/><path fill="#1a1919" d="M1.637 3.411c6.485-.01 12.97 0 19.455-.005.523-.005 1.054-.08 1.572.031.181.05.377.105.506.253.192.206.359.462.367.753.002 5.055-.002 10.11.002 15.165-.016.286-.195.533-.398.722-.269.213-.621.269-.956.271H2.335c-.334-.007-.673.006-1-.079-.224-.063-.445-.182-.572-.385-.148-.191-.184-.437-.197-.671.006-4.946 0-9.893.003-14.839.002-.341.133-.676.349-.938.184-.196.455-.273.717-.279m-.137.621c-.266.059-.335.365-.334.6-.003 4.898.001 9.797-.002 14.696.002.165.035.334.115.481.102.167.313.2.492.199h10.588c.302.018.605.019.906 0h8.59c.27.002.543 0 .807-.063.122-.08.25-.186.286-.333.009-2.561-.006-5.122-.003-7.682V4.721c.068-.224-.048-.444-.19-.612-.132-.107-.311-.107-.472-.108H1.954c-.152.004-.309-.016-.457.032z"/><path fill="#1a1919" d="M1.852 6.406c1.294-.4 2.583-.813 3.877-1.214.182-.076.37.054.459.208.054.115-.004.248-.066.347-.197.294-.407.58-.598.877.677.198 1.372.411 1.933.856.841.587 1.485 1.431 1.882 2.373.306.761.392 1.594.373 2.408l-.01 2.023H7.967v-2.358c.048-1.279-.676-2.545-1.783-3.178-.351-.226-.758-.327-1.156-.431-.024.376.01.755-.018 1.132-.039.283-.457.371-.616.142-.845-1.064-1.704-2.118-2.543-3.186zM16.702 5.454c.299-.085.594-.189.899-.25.19-.036.399.125.398.321-.032.124-.1.234-.171.339-.192.248-.353.518-.537.772l.112.056.106.022c.422.136.844.285 1.236.496 1.101.627 2.022 1.61 2.465 2.808.198.533.316 1.1.303 1.67.036.907.018 1.814.025 2.721-.584-.003-1.167.007-1.751-.005-.014-1.064.031-2.129-.031-3.193l-.049-.032a3.666 3.666 0 0 0-.999-1.829c-.51-.538-1.215-.851-1.934-.991-.005.361.007.722-.009 1.083-.009.126-.066.283-.206.311-.102.007-.205.003-.307.006-.863-1.129-1.82-2.184-2.654-3.334 1.029-.338 2.067-.649 3.102-.971zM12.508 9.739c.198 0 .397-.001.596.002-.008 3.423.008 6.846-.008 10.269-.196-.002-.391.002-.587-.004V9.738zM2.6 15.444c.339-.08.752-.095 1.021.166.243.198.333.513.409.804.146.668.081 1.413-.325 1.982-.239.28-.64.329-.983.267-.264-.032-.48-.225-.614-.445-.39-.778-.384-1.771.098-2.509a.895.895 0 0 1 .394-.266m.101.526c-.205.167-.271.437-.322.684-.072.428-.038.885.16 1.277.103.2.354.286.564.228.188-.026.297-.21.368-.368.174-.537.186-1.153-.081-1.662-.138-.233-.461-.279-.689-.158zM4.605 15.449c.169 0 .338.001.508-.001.394.671.767 1.354 1.167 2.021v-2.02h.498v3.182c-.148 0-.295 0-.443.005-.42-.704-.789-1.44-1.22-2.137v2.133h-.511l.001-3.183zM7.349 15.45l.498-.001c.002.907.003 1.813 0 2.719.491.006.982.001 1.474.002 0 .153 0 .306.002.459-.656.01-1.312-.004-1.968.008-.014-1.063-.002-2.125-.006-3.187zM9.385 15.451c.198-.003.397 0 .595-.004.262.402.516.811.771 1.218.279-.395.514-.819.786-1.219.19.006.38.002.57.003-.348.586-.714 1.161-1.068 1.743-.044.064-.028.146-.032.219-.001.408.008.816-.005 1.224a5.209 5.209 0 0 0-.484.001c-.022-.456 0-.914-.011-1.37-.03-.106-.107-.191-.161-.286-.319-.511-.645-1.017-.96-1.531zM13.943 15.806c.193-.271.551-.344.865-.308.308.035.556.286.661.567.253.672.276 1.459-.056 2.109-.218.569-1.102.632-1.454.165-.14-.156-.185-.366-.248-.559l-.029-.018a.39.39 0 0 0-.034-.203c-.083-.595-.025-1.231.296-1.753m.649.164c-.079.031-.175.036-.232.106-.204.201-.235.505-.277.774-.048.25-.002.504.045.75.062.196.121.44.332.526.134.063.282.03.414-.016.109-.116.209-.248.241-.407.119-.487.13-1.026-.086-1.488-.074-.167-.265-.242-.438-.244zM18.596 15.543c.138.002.276-.006.414.003.055.031.032.097.039.148-.002.822-.003 1.644 0 2.465.436-.004.872.001 1.309-.003v.434c-.589-.006-1.179.004-1.769-.005.012-1.014-.004-2.029.008-3.043zM16.113 15.543l.454-.001c.338.612.661 1.232.999 1.843l.063.04c.002-.628-.008-1.256.005-1.884.141.003.283.003.425-.002.017 1.017.002 2.035.008 3.053a13.202 13.202 0 0 0-.398-.002c-.25-.453-.481-.915-.728-1.369-.123-.224-.222-.461-.369-.671a462.4 462.4 0 0 0 0 2.04c-.155.001-.309.001-.464-.001.005-1.015-.002-2.03.004-3.045zM20.436 15.542c.174.001.347.003.521-.001.237.371.447.759.68 1.131l.052.024c.21-.393.449-.771.678-1.154.166 0 .332-.004.498.007-.243.486-.543.943-.807 1.418-.065.129-.182.246-.17.4 0 .407.002.814-.001 1.222a33.6 33.6 0 0 0-.449 0c-.001-.441-.004-.883.001-1.324-.324-.58-.694-1.137-1.003-1.724z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-turn-left-no-u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.071 0h23.858v1.536a1.702 1.702 0 0 0-.88-1.129c-.22-.134-.486-.128-.734-.129C15.391.28 8.466.263 1.541.286.946.311.461.786.246 1.314c-.11.242-.073.513-.078.77L.167 22.578c-.005.326.175.618.359.874.209.273.52.472.854.548H.071V0z"/><path fill="#fff" d="M1.374.463c.151-.024.303-.046.455-.046h19.87c.366.004.737-.025 1.097.059.462.14.818.538.949.997.053.184.033.376.036.564v20.159c-.002.248.026.506-.074.74-.134.325-.361.627-.685.781-.211.129-.465.141-.705.156H1.78c-.382.003-.769-.125-1.039-.403-.205-.227-.375-.505-.41-.814-.013-.17-.003-.34-.005-.51-.001-6.75.001-13.5-.001-20.249C.275 1.253.747.61 1.374.463m.325.271c-.157.013-.321.025-.463.098-.323.15-.489.504-.568.833-.085.642-.067 1.292-.031 1.938v18.356c-.009.414-.044.889.254 1.22.31.359.828.372 1.267.378 6.545.008 13.091.001 19.637.003.427.004.897.019 1.257-.251.215-.187.401-.443.418-.737-.004-6.544 0-13.089-.002-19.633.009-.427.028-.857-.011-1.283-.054-.301-.246-.571-.485-.755C22.39.595 21.708.727 21.08.728 14.62.734 8.159.724 1.699.733z"/><path fill="#fff" d="M1.383 1.448c.157-.145.388-.129.587-.129 6.765.002 13.53 0 20.295.001.186-.003.416.028.507.215.244.344.114.779.117 1.168-.022.839-.004 1.679-.009 2.518v11.427c-7.218 0-14.435.003-21.653-.001.003-4.774.002-9.549 0-14.323.007-.292-.049-.636.157-.876m14.494 1.126l.009.045c-.178.03-.351.08-.529.108l.009.042c-.058.005-.115.009-.172.015-.104.052-.219.073-.328.112l-.105.02c-.168.101-.38.088-.548.188l-.131.004.002.042c-.159.03-.313.082-.473.107l.008.053-.155-.002-.049.04c-.231.066-.459.145-.689.217a8.628 8.628 0 0 1-.159.02l.009.044c-.149.029-.294.073-.442.105l.007.042h-.191l.002.047a1.768 1.768 0 0 0-.26.066c-.063.019-.133.025-.183.072a5.398 5.398 0 0 1-.412.104l.003.045-.126-.001c-.125.09-.287.094-.43.141.061.137.17.242.266.354l.005.046c.074.076.14.159.209.24.239.325.504.631.742.958l.053.047c.052.081.11.158.182.222l-.003.044a.554.554 0 0 1 .154.176c.077.078.141.168.208.256.163.184.313.378.46.574.177.218.364.428.52.663.056.05.102.109.139.174.143.14.239.323.397.45l.034.08c.032.041.064.083.095.126l.022-.005.106.138c.15-.004.3-.003.451-.004.05-.036.1-.07.151-.104a1.18 1.18 0 0 0 .097-.425c.002-.456-.003-.913.005-1.369.131.024.263.052.396.067L15.218 7c.174.011.339.069.501.129.348.114.656.311.978.477v.045c.079.037.157.079.236.117l-.006.045.037-.005c.074.067.176.111.214.209l.022-.022c.06.058.12.116.177.179.07.054.132.117.186.188.054.047.102.1.14.161.066.069.131.138.191.214.055.078.11.157.176.226l-.005.021c.047.061.092.122.14.183a4.24 4.24 0 0 1-.008.046c.093.061.116.176.159.271l.031-.017c.059.164.114.334.206.483.044.114.079.232.129.345l.004.134.052-.017c.028.19.072.377.094.567.064.144.043.305.051.457.005 1.233.003 2.465.001 3.697.794.006 1.587.002 2.38.002-.009-1.368.016-2.736-.018-4.104l-.053.018c.017-.289-.048-.573-.081-.859-.057-.089-.051-.197-.052-.299l-.037.008c-.021-.121-.039-.245-.09-.358a5.565 5.565 0 0 0-.006-.129l-.048.007c-.029-.127-.069-.251-.102-.377l-.049.002.004-.145-.046.001a2.685 2.685 0 0 0-.102-.271c-.052-.078-.092-.163-.134-.247l-.072-.125c-.047-.091-.092-.183-.158-.262a.72.72 0 0 0-.151-.219l-.004-.041c-.068-.09-.124-.187-.194-.275l.008-.013c-.068-.071-.127-.149-.187-.227-.1-.132-.219-.247-.313-.383-.16-.164-.319-.329-.485-.488-.149-.134-.307-.257-.457-.391h-.038l.006-.039a6.476 6.476 0 0 1-.2-.114l.018-.03c-.191-.077-.328-.243-.525-.31l-.002-.05-.059.006c-.075-.072-.175-.108-.271-.144v-.031c-.104-.039-.21-.078-.302-.14-.114-.043-.232-.077-.338-.138l-.125-.009.007-.049c-.076-.011-.162-.002-.222-.061-.077-.017-.157-.028-.223-.074a2.645 2.645 0 0 0-.324-.091l.004-.047-.19-.006.007-.046-.153-.024c.092-.174.234-.318.297-.507l.033.017c.055-.099.109-.2.158-.302l.033.018c.053-.107.108-.212.172-.312a.572.572 0 0 0 .126-.227l.036.007c.071-.154.093-.328.003-.48l-.031.012a.328.328 0 0 0-.213-.154l.012-.048c-.1-.001-.2-.002-.299-.005M7.05 7.935c-.543.087-1.078.217-1.618.322-.314.072-.63.131-.946.19-.064.016-.127.03-.189.048-.29.049-.574.127-.864.176-.091.024-.184.042-.275.064-.154.028-.306.069-.463.086l.01.071c1.044.87 2.095 1.733 3.145 2.596.129.121.323.059.481.068.13.01.198-.116.261-.207.001-.313-.001-.626.004-.939.053.01.107.02.16.032.979.125 1.949.483 2.7 1.136.175.158.339.329.466.528.069.089.131.183.191.279.061.12.114.243.166.367l.018.154c.051.101.039.217.043.327v2.144h2.176c-.001-.75.002-1.501-.003-2.252a9.786 9.786 0 0 1-.048-.235c-.035-.188-.041-.383-.12-.56l-.02-.095a2.974 2.974 0 0 1-.062-.144 2.586 2.586 0 0 0-.158-.305c-.061-.101-.123-.2-.186-.299-.583-.78-1.395-1.354-2.265-1.775-.224-.085-.439-.195-.669-.269L8.8 9.382a7.48 7.48 0 0 1-.14-.043c-.469-.123-.944-.221-1.416-.327.212-.227.438-.44.658-.658l.206-.229.001-.093c-.101-.089-.21-.192-.353-.197-.24-.015-.475.054-.709.099zM1.227 17.124c7.218-.003 14.435-.001 21.653-.001 0 1.818-.003 3.636.001 5.453-.033.148-.162.255-.284.333-.277.065-.565.065-.848.063H2.06c-.199-.004-.413.023-.595-.075-.185-.116-.222-.356-.238-.556-.001-1.739.001-3.478-.001-5.217m7.913 1.366c-.032.492-.007.986-.015 1.479.003.326-.029.691.18.967.189.256.522.332.822.362.364.024.776-.016 1.048-.285.217-.207.277-.52.28-.808.002-.572 0-1.143 0-1.714h-.697l-.003.12-.106.008c-.001.577.003 1.155-.002 1.733-.014.137-.012.331-.161.395-.175.048-.392.043-.526-.097-.123-.15-.12-.354-.124-.538v-1.621h-.696m-4.031.107c-.426.087-.725.476-.8.89-.079.44-.058.932.195 1.317.387.593 1.384.602 1.791.028.218-.301.27-.689.251-1.052-.017-.35-.127-.72-.399-.959-.278-.248-.683-.303-1.038-.224m10.612.016c-.006.531-.002 1.062-.003 1.593 0 .261.025.55.202.758.157.195.414.281.658.288.269.016.565-.037.761-.237.204-.195.244-.493.247-.762.004-.546 0-1.092.002-1.638l-.347.001V20.3c.001.208-.046.45-.234.57a.72.72 0 0 1-.716-.003c-.182-.123-.224-.358-.227-.562-.006-.563.002-1.126-.004-1.689h-.338m-13.68-.001v2.586h.321c-.001-.741.002-1.483-.002-2.224.388.738.763 1.482 1.142 2.224h.389v-2.586H3.57v2.035c-.355-.674-.69-1.359-1.04-2.035h-.488m11.403 0v.31h.867v2.277h.346c-.001-.758.003-1.515-.002-2.273.291-.008.581 0 .872-.005l.002-.307c-.695-.003-1.389 0-2.084-.001m4.674-.001v2.586h.346c.001-.343-.003-.686.002-1.029h.384c.275.342.549.684.82 1.029h.45c-.304-.376-.611-.75-.918-1.124.11-.059.227-.112.313-.205.202-.19.254-.496.196-.758-.071-.279-.35-.462-.627-.484-.321-.029-.644-.011-.966-.016m2.182.001v2.586h.321v-2.21c.395.729.76 1.474 1.14 2.21h.389v-2.586h-.321v2.037c-.354-.675-.69-1.36-1.04-2.037h-.488z"/><path fill="#fff" d="M5.2 18.886c.246-.056.532-.018.714.169.212.212.272.527.276.816.007.307-.043.646-.266.876-.282.299-.828.275-1.078-.053-.238-.309-.249-.732-.195-1.102.044-.306.228-.63.549-.706zM18.467 18.913c.264.011.57-.051.793.125.225.239.119.74-.22.817-.189.033-.382.031-.573.03a78.895 78.895 0 0 1 0-.973zM23.891 22.812c.02-.226.023-.453.037-.679v1.866h-1.211c.392-.087.739-.346.961-.677.102-.154.203-.321.212-.51z"/><path fill="#161515" d="M.246 1.314C.461.786.946.31 1.541.286 8.465.263 15.39.28 22.315.278c.248.002.514-.004.734.129.444.219.766.652.88 1.129v20.597c-.015.226-.018.452-.037.679-.009.189-.11.357-.212.51-.222.332-.57.59-.961.677H1.381a1.515 1.515 0 0 1-.854-.548c-.184-.256-.364-.548-.359-.874C.169 15.746.17 8.915.169 2.083c.005-.258-.032-.528.078-.77m1.127-.85C.747.61.275 1.253.325 1.897c.002 6.749 0 13.499.001 20.249.002.17-.008.34.005.51.035.31.204.587.41.814.27.278.656.406 1.039.403h20.537c.24-.015.494-.027.705-.156.323-.154.551-.456.685-.781.1-.235.072-.492.074-.74V2.037c-.003-.188.017-.38-.036-.564-.131-.459-.487-.858-.949-.997-.36-.083-.731-.055-1.097-.059H1.829a2.9 2.9 0 0 0-.455.046z"/><path fill="#161515" d="M1.699.734C8.159.725 14.62.735 21.08.729c.629-.001 1.31-.133 1.892.173.24.184.431.454.485.755.039.427.02.856.011 1.283.001 6.545-.002 13.089.002 19.633-.017.294-.203.549-.418.737-.36.27-.83.255-1.257.251-6.546-.002-13.092.004-19.637-.003-.439-.006-.957-.019-1.267-.378-.298-.331-.264-.806-.254-1.22V3.604C.601 2.959.583 2.308.668 1.666c.079-.33.245-.683.568-.833.142-.074.306-.085.463-.098m-.316.713c-.206.24-.149.584-.157.876.002 4.774.002 9.549 0 14.323 7.218.004 14.436.001 21.653.001V5.221c.006-.839-.012-1.679.009-2.518-.002-.389.127-.824-.117-1.168-.092-.187-.321-.218-.507-.215-6.765-.001-13.53.001-20.295-.001-.199-.001-.43-.017-.587.129m-.155 15.676c.002 1.739 0 3.478.001 5.217.017.2.053.44.238.556.182.099.396.072.595.075H21.75c.283.002.571.002.848-.063.122-.078.251-.185.284-.333-.004-1.818-.001-3.636-.001-5.453-7.218 0-14.435-.002-21.653.001z"/><path fill="#161515" d="M15.878 2.574l.299.005-.012.048a.323.323 0 0 1 .213.154l.031-.012c.09.152.068.326-.003.48l-.036-.007a.572.572 0 0 1-.126.227c-.064.1-.12.205-.172.312l-.033-.018c-.05.102-.103.203-.158.302l-.033-.017c-.064.189-.205.333-.297.507l.153.024-.007.046.19.006-.004.047c.11.024.218.053.324.091.066.046.146.057.223.074.059.059.146.049.222.061l-.007.049.125.009c.106.061.224.095.338.138.092.062.198.102.302.14v.031c.095.037.195.072.271.144l.059-.006.002.05c.197.067.334.233.525.31l-.018.03c.066.039.132.078.2.114l-.006.039h.038c.149.134.308.258.457.391.166.158.324.324.485.488.093.137.213.251.313.383.06.077.12.156.187.227l-.008.013c.07.088.126.185.194.275l.004.041c.067.06.11.14.151.219.065.079.111.171.158.262l.072.125c.041.084.082.168.134.247.038.089.074.178.102.271l.046-.001-.004.145.049-.002c.034.126.074.249.102.377l.048-.007.006.129c.051.113.069.236.09.358l.037-.008c.001.102-.005.21.052.299.033.286.098.57.081.859l.053-.018c.033 1.368.009 2.736.018 4.104-.794 0-1.587.004-2.38-.002a650.85 650.85 0 0 0-.001-3.697c-.008-.153.013-.314-.051-.457-.023-.19-.066-.377-.094-.567l-.052.017a200.77 200.77 0 0 0-.004-.134c-.05-.113-.085-.231-.129-.345-.092-.149-.147-.319-.206-.483l-.031.017c-.043-.095-.065-.21-.159-.271l.008-.046c-.048-.06-.093-.122-.14-.183l.005-.021a2.014 2.014 0 0 1-.176-.226 3.239 3.239 0 0 0-.191-.214.74.74 0 0 0-.14-.161 1.004 1.004 0 0 0-.186-.188c-.056-.063-.117-.121-.177-.179l-.022.022c-.038-.098-.14-.142-.214-.209l-.037.005.006-.045c-.079-.038-.157-.08-.236-.117V7.6c-.323-.166-.631-.363-.978-.477a1.812 1.812 0 0 0-.501-.129l.016-.042c-.133-.016-.264-.044-.396-.067-.009.456-.003.913-.005 1.369.001.147-.046.289-.097.425a5.723 5.723 0 0 0-.151.104c-.15.001-.3 0-.451.004a3.6 3.6 0 0 1-.106-.138l-.022.005a10.395 10.395 0 0 0-.095-.126l-.034-.08c-.157-.127-.253-.31-.397-.45a.71.71 0 0 0-.139-.174c-.156-.234-.343-.445-.52-.663a9.026 9.026 0 0 0-.46-.574c-.067-.087-.131-.177-.208-.256a.554.554 0 0 0-.154-.176.65.65 0 0 1 .003-.044 1.077 1.077 0 0 1-.182-.222 2.236 2.236 0 0 0-.053-.047c-.238-.326-.503-.632-.742-.958-.069-.081-.135-.164-.209-.24l-.005-.046c-.096-.112-.204-.218-.266-.354.142-.047.305-.051.43-.141l.126.001-.003-.045c.138-.029.277-.063.412-.104.05-.047.12-.053.183-.072a1.8 1.8 0 0 1 .26-.066l-.002-.047h.191l-.007-.042c.148-.033.293-.076.442-.105l-.009-.044.159-.02c.23-.073.457-.151.689-.217l.049-.04.155.002-.008-.053c.16-.025.314-.077.473-.107a.62.62 0 0 0-.002-.042l.131-.004c.168-.1.38-.087.548-.188l.105-.02c.109-.039.224-.06.328-.112l.172-.015-.009-.042c.178-.028.351-.078.529-.108l-.009-.045zM7.05 7.935c.233-.046.469-.114.709-.099.143.005.252.109.353.197l-.001.093-.206.229c-.221.218-.446.431-.658.658.472.106.948.203 1.416.327l.14.043.185.061c.23.074.444.184.669.269.869.421 1.682.995 2.265 1.775.063.099.125.199.186.299.061.097.111.201.158.305.019.048.04.096.062.144l.02.095c.078.177.085.372.12.56l.048.235c.005.751.002 1.502.003 2.252h-2.176v-2.144c-.004-.11.008-.226-.043-.327a4.285 4.285 0 0 1-.018-.154 5.493 5.493 0 0 0-.166-.367 3.124 3.124 0 0 0-.191-.279c-.127-.2-.292-.37-.466-.528-.751-.654-1.721-1.012-2.7-1.136-.053-.012-.107-.022-.16-.032-.005.313-.003.626-.004.939-.063.092-.131.217-.261.207-.159-.009-.352.053-.481-.068a562.526 562.526 0 0 1-3.145-2.596l-.01-.071c.157-.017.309-.057.463-.086.092-.022.184-.04.275-.065.29-.049.574-.127.864-.176.063-.018.126-.032.189-.048.316-.058.632-.118.946-.19.54-.104 1.075-.235 1.618-.322zM9.139 18.49h.696v1.621c.005.184.001.388.124.538.134.14.351.145.526.097.149-.064.148-.258.161-.395.005-.577 0-1.155.002-1.733l.106-.008.003-.12h.697v1.714c-.002.288-.063.601-.28.808-.272.269-.684.309-1.048.285-.299-.03-.633-.106-.822-.362-.21-.276-.177-.64-.18-.967.008-.493-.017-.987.015-1.479zM5.108 18.598c.355-.079.76-.023 1.038.224.272.238.382.609.399.959.019.363-.034.75-.251 1.052-.407.575-1.404.566-1.791-.028-.253-.384-.274-.877-.195-1.317.075-.414.374-.803.8-.89m.092.288c-.321.076-.505.399-.549.706-.054.37-.042.793.195 1.102.25.328.796.352 1.078.053.222-.23.272-.569.266-.876-.004-.289-.065-.604-.276-.816-.182-.187-.469-.226-.714-.169zM15.72 18.614h.338c.007.563-.002 1.126.004 1.689.003.204.046.439.227.562.212.13.501.128.716.003.189-.12.235-.362.234-.57v-1.683l.347-.001c-.001.546.002 1.092-.002 1.638-.002.269-.042.567-.247.762-.196.2-.492.253-.761.237-.244-.007-.501-.092-.658-.288-.177-.208-.202-.497-.202-.758.001-.531-.003-1.062.003-1.593zM2.041 18.615h.488c.351.676.685 1.361 1.04 2.035v-2.035h.321v2.586h-.389c-.379-.742-.755-1.486-1.142-2.224.004.741.001 1.483.002 2.224H2.04v-2.586zM13.445 18.615c.694.001 1.389-.002 2.084.001 0 .102 0 .204-.002.307-.291.005-.581-.002-.872.005.006.758.001 1.515.002 2.273h-.346v-2.277h-.867v-.31zM18.12 18.615c.322.004.645-.013.966.016.277.021.556.204.627.484.058.262.006.568-.196.758-.086.093-.203.146-.313.205.307.373.614.748.918 1.124h-.45a99.844 99.844 0 0 0-.82-1.029h-.384c-.006.343-.001.686-.002 1.029h-.346v-2.586m.347.297c-.002.324-.002.648 0 .973.191 0 .384.003.573-.03.339-.077.445-.578.22-.817-.223-.176-.529-.114-.793-.125zM20.302 18.615h.488c.35.677.686 1.362 1.04 2.037v-2.037h.321v2.586h-.389c-.38-.737-.745-1.482-1.14-2.21v2.21h-.321v-2.586z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-turn-left-or-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M.071 0h23.858v1.541a1.688 1.688 0 0 0-.885-1.135c-.231-.145-.515-.123-.776-.128-6.926 0-13.853-.014-20.779.007C1.038.328.65.63.409 1.001c-.13.212-.248.448-.242.702.002 6.879-.002 13.759 0 20.638.003.154-.014.312.022.464.166.563.609 1.083 1.205 1.195H.071V0z"/><path fill="#fffffe" d="M1.376.463c.166-.023.332-.053.5-.046h20.3c.208-.01.414.022.618.057.591.184 1.036.794.987 1.419v20.493c.052.605-.358 1.193-.917 1.408-.27.077-.555.084-.835.078H1.782c-.384.002-.77-.125-1.042-.404-.222-.246-.404-.554-.415-.893V1.897C.273 1.253.749.607 1.376.462m.323.272c-.272.005-.555.09-.736.303a1.515 1.515 0 0 0-.309.711 11.216 11.216 0 0 0-.018 1.86v18.404c-.019.42-.026.904.299 1.22.363.344.899.318 1.365.33l19.827.001c.332-.003.68-.057.947-.269.191-.178.358-.405.393-.669.002-4.71 0-9.421.001-14.131.005-2.121-.012-4.242.011-6.362-.014-.209.011-.426-.06-.628A1.463 1.463 0 0 0 23.08.99c-.126-.134-.313-.178-.483-.23-.515-.107-1.042-.035-1.562-.029C14.589.734 8.144.726 1.698.735z"/><path fill="#fffffe" d="M1.558 1.353c.116-.045.242-.03.363-.032h19.401c.38.005.761-.012 1.14.011.309.04.441.391.459.663-.063.931-.039 1.865-.043 2.797v17.546c-.005.104.032.217-.022.314a.83.83 0 0 1-.255.259c-.375.082-.761.057-1.142.061h-8.06c-.308-.009-.617.038-.924.001-3.564-.003-7.129 0-10.693-.001-.165-.003-.349-.047-.442-.196-.102-.19-.123-.412-.113-.624V2.324c.005-.282-.046-.606.133-.847.043-.071.124-.098.198-.123m14.62 4.034a.386.386 0 0 0-.076.258c.034.202.266.357.462.277l.968-.307v4.32a10.582 10.582 0 0 0-.87-1.153c-.743-.908-1.699-1.611-2.684-2.235.27-.217.55-.424.816-.646.21-.197.009-.555-.254-.556-1.29-.011-2.579-.017-3.869-.025.46 1.237.916 2.476 1.378 3.712.132.17.392.172.544.03.148-.381.249-.78.38-1.168 1.199.967 2.378 2.003 3.215 3.31.861 1.381 1.398 2.996 1.343 4.636v4.394h1.677V5.616c.342.106.678.229 1.022.326.272.063.505-.277.344-.51-.73-1.075-1.47-2.144-2.205-3.217-.732 1.057-1.462 2.115-2.193 3.172M1.909 9.454c.858 1.071 1.715 2.143 2.574 3.213.185.165.529.067.57-.188.02-.374.004-.749.009-1.123.219.05.437.107.65.181 1.355.502 2.319 1.908 2.28 3.355v2.391h1.724l.01-2.008c.02-.86-.075-1.744-.43-2.536-.401-.88-1.017-1.667-1.814-2.221-.558-.443-1.25-.653-1.923-.852l.602-.874c.062-.098.113-.228.064-.341-.091-.155-.277-.286-.461-.207-1.285.401-2.569.806-3.854 1.209m10.595 3.312v10.197c.196.02.394.019.591 0V12.765a58.214 58.214 0 0 0-.591 0m-9.854 5.671a.94.94 0 0 0-.388.264c-.478.735-.484 1.719-.098 2.494.142.231.375.43.656.448.329.054.704-.008.932-.271.412-.58.472-1.34.312-2.017-.076-.274-.165-.568-.397-.753-.267-.262-.68-.243-1.019-.165m2 .005v3.164h.507v-2.147c.403.715.802 1.433 1.205 2.148l.448-.001v-3.164h-.495v2.018c-.387-.672-.771-1.346-1.158-2.018h-.507m2.727 0v3.165l1.96-.001v-.459H7.872v-2.704h-.496m2.021-.001c.37.593.746 1.183 1.116 1.777.012.462 0 .925.006 1.387h.495c.006-.463-.007-.926.006-1.388.362-.593.729-1.183 1.093-1.776h-.577c-.258.404-.512.811-.769 1.216-.257-.405-.511-.811-.768-1.216h-.6z"/><path fill="#fffffe" d="M2.753 18.958c.187-.091.44-.097.598.054.113.09.152.233.199.363.144.424.114.891-.004 1.318a.813.813 0 0 1-.267.405.669.669 0 0 1-.492.007c-.272-.173-.322-.527-.374-.819-.026-.453-.006-.99.34-1.328zM23.873 22.947c.044-.272.035-.548.055-.822V24h-1.222c.538-.111.981-.544 1.166-1.053z"/><path fill="#1a1919" d="M.409 1.001C.65.63 1.038.327 1.489.285 8.415.264 15.342.278 22.268.278c.261.004.545-.017.776.128.448.216.774.654.885 1.135v20.584c-.021.274-.012.55-.056.822-.185.509-.628.943-1.166 1.053H1.394c-.596-.112-1.039-.632-1.205-1.195-.036-.152-.019-.31-.022-.464-.001-6.879.002-13.759 0-20.638-.006-.254.112-.49.242-.702m.967-.538C.749.608.273 1.254.325 1.898v20.678c.01.34.193.647.415.893.271.279.658.406 1.042.404h20.247c.28.006.565-.001.835-.078.559-.214.969-.803.917-1.408V1.894c.049-.625-.396-1.234-.987-1.419a2.856 2.856 0 0 0-.618-.057h-20.3c-.168-.007-.334.022-.5.046z"/><path fill="#1a1919" d="M1.699.734C8.144.725 14.59.734 21.036.73c.52-.006 1.047-.078 1.562.029.17.052.357.096.483.23.142.148.27.318.339.514.072.201.046.418.06.628-.024 2.12-.006 4.241-.011 6.362 0 4.71.001 9.421-.001 14.131-.036.265-.203.491-.393.669-.268.212-.616.266-.947.269l-19.827-.001c-.465-.011-1.002.014-1.365-.33-.324-.316-.318-.8-.299-1.22V3.607a11.003 11.003 0 0 1 .018-1.86c.033-.26.152-.503.309-.711.181-.213.464-.297.736-.303m-.142.62c-.074.026-.155.052-.198.123-.179.241-.129.565-.133.847v19.828c-.01.212.01.434.113.624.092.149.277.193.442.196 3.564.002 7.129-.001 10.693.001.308.037.616-.01.924-.001h8.06c.381-.003.766.021 1.142-.061a.84.84 0 0 0 .255-.259c.054-.097.018-.21.022-.314V4.791c.004-.932-.02-1.866.043-2.797-.018-.271-.15-.622-.459-.663-.379-.023-.76-.006-1.14-.011H1.921c-.121.002-.247-.012-.363.032z"/><path fill="#1a1919" d="M16.178 5.388c.731-1.057 1.461-2.115 2.193-3.172.735 1.072 1.475 2.142 2.205 3.217.161.233-.073.572-.344.51-.344-.097-.681-.22-1.022-.326v14.619h-1.677v-4.394c.055-1.64-.481-3.255-1.343-4.636-.838-1.308-2.017-2.343-3.215-3.31-.131.388-.232.787-.38 1.168-.152.141-.412.14-.544-.03-.462-1.237-.918-2.475-1.378-3.712 1.29.008 2.579.013 3.869.025.263.001.464.359.254.556-.266.223-.546.429-.816.646.985.624 1.94 1.327 2.684 2.235.314.365.608.748.87 1.153v-4.32l-.968.307c-.197.08-.428-.075-.462-.277a.386.386 0 0 1 .076-.258zM1.909 9.454c1.285-.403 2.569-.808 3.854-1.209.184-.079.37.052.461.207.049.112-.002.242-.064.341l-.602.874c.673.199 1.365.409 1.923.852.796.554 1.413 1.341 1.814 2.221.354.792.45 1.676.43 2.536l-.01 2.008H7.991v-2.391c.039-1.447-.925-2.853-2.28-3.355a6.075 6.075 0 0 0-.65-.181c-.005.374.012.749-.009 1.123-.041.255-.385.353-.57.188-.859-1.07-1.716-2.142-2.574-3.213zM12.505 12.765h.591v10.197c-.196.019-.394.02-.591 0V12.765zM2.651 18.436c.339-.078.752-.097 1.019.165.231.185.321.479.397.753.161.677.1 1.437-.312 2.017-.228.264-.603.325-.932.271-.281-.018-.515-.217-.656-.448-.386-.775-.38-1.759.098-2.494a.925.925 0 0 1 .388-.264m.1.522c-.345.338-.365.875-.34 1.328.052.292.102.646.374.819.16.062.333.057.492-.007a.822.822 0 0 0 .267-.405c.118-.427.148-.894.004-1.318-.047-.129-.086-.273-.199-.363-.157-.151-.411-.145-.598-.054zM4.649 18.441h.507c.387.672.771 1.346 1.158 2.018v-2.018h.495v3.164l-.448.001c-.403-.715-.803-1.433-1.205-2.148v2.147h-.507v-3.164zM7.376 18.441h.496v2.704h1.464v.459l-1.96.001V18.44zM9.397 18.441h.6c.258.405.512.811.768 1.216.257-.405.511-.812.769-1.216h.577c-.363.593-.73 1.183-1.093 1.776-.012.462 0 .925-.006 1.388h-.495c-.005-.462.007-.925-.006-1.387-.369-.594-.746-1.184-1.116-1.777z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-turn-right-or-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M.397.849C.61.59.897.378 1.216.272 8.328.275 15.442.247 22.555.285c.448.047.821.372 1.058.739.085.157.193.312.222.491-.002 7.083 0 14.167 0 21.251.002.066-.03.127-.057.185-.12.232-.24.471-.43.655-.165.169-.378.277-.581.393H1.143c-.356-.187-.697-.427-.902-.782-.207-.288-.116-.659-.168-.989V1.37c.119-.167.19-.365.326-.521m.886-.388C.649.598.168 1.25.219 1.899c.002 6.894 0 13.787.001 20.681.037.559.453 1.075.99 1.236.359.083.728.053 1.092.058h19.92c.217-.018.448-.022.644-.13.507-.234.855-.796.809-1.357-.002-6.894 0-13.788-.001-20.682A1.436 1.436 0 0 0 22.696.48c-.36-.084-.729-.056-1.095-.06H1.875a2.855 2.855 0 0 0-.591.043z"/><path fill="#1a1919" d="M1.469.745C1.98.656 2.498.728 3.012.73l19.211.001c.284 0 .588.063.789.279.219.262.345.598.351.94.074.773-.02 1.546-.001 2.319v16.127c0 .663-.003 1.327.005 1.99.002.349-.113.721-.407.933-.384.26-.868.231-1.311.242H1.869c-.331-.002-.679-.057-.945-.269-.201-.187-.379-.432-.396-.716.005-6.544 0-13.088.002-19.632-.011-.412-.024-.825.004-1.237.024-.268.181-.501.359-.693.145-.165.369-.221.575-.269m-.002.605c-.264.078-.369.398-.387.646.071 1.151.032 2.305.042 3.458v16.837c.009.127-.037.268.035.384a.793.793 0 0 0 .245.234c.388.09.79.056 1.184.063 2.941.005 5.884-.011 8.825.009.836-.022 1.673-.003 2.51-.009h8.063c.186-.002.387.017.556-.077.181-.119.217-.355.234-.554V1.946c-.013-.15-.018-.312-.111-.439-.089-.149-.283-.182-.442-.186H1.777c-.104.003-.21-.001-.311.029z"/><path fill="#1a1919" d="M5.588 2.274l.058-.046c.663.987 1.35 1.957 2.023 2.938.085.137.215.26.231.428.007.23-.26.419-.474.327-.315-.102-.634-.197-.948-.305-.007.056-.01.113-.012.17l.001 4.039.022.088c.36-.57.795-1.089 1.252-1.582.672-.698 1.467-1.26 2.277-1.783-.269-.218-.551-.421-.814-.646-.181-.169-.053-.474.164-.536.123-.032.253-.018.379-.021 1.191-.008 2.382-.012 3.573-.023-.432 1.218-.898 2.425-1.341 3.64-.074.245-.447.275-.586.079-.137-.372-.24-.757-.365-1.134-1.218.958-2.394 2.014-3.236 3.329-.782 1.27-1.301 2.73-1.325 4.231-.002 1.591.002 3.181-.002 4.772-.56-.008-1.12.009-1.679-.008.008-2.68.001-5.361.004-8.041-.003-2.189.006-4.379-.005-6.569-.323.1-.643.212-.967.311a.34.34 0 0 1-.421-.189c-.055-.118-.014-.256.056-.359.711-1.035 1.423-2.071 2.133-3.107zM17.777 8.451c.088-.154.275-.284.457-.208 1.285.399 2.566.809 3.852 1.207-.831 1.063-1.687 2.106-2.524 3.164-.156.231-.572.147-.615-.135-.027-.375.006-.752-.016-1.127-.215.059-.433.109-.643.184-1.294.481-2.234 1.785-2.279 3.166-.002.86 0 1.72-.001 2.58-.574.003-1.149.001-1.723.001-.008-.749-.008-1.498-.013-2.247-.008-.491.05-.983.154-1.463.156-.719.514-1.38.955-1.964.393-.537.92-.96 1.472-1.325.489-.291 1.038-.457 1.581-.616-.191-.31-.415-.599-.612-.904-.051-.092-.096-.212-.047-.314zM10.902 12.768c.197-.006.395-.002.593-.002l-.001 10.203c-.194.009-.388.005-.582.008-.02-3.402 0-6.805-.01-10.208zM12.853 18.483c.337-.078.746-.095 1.013.162.232.187.323.481.399.757.159.675.101 1.435-.311 2.013-.238.281-.64.33-.983.267-.273-.036-.495-.24-.624-.473-.348-.729-.358-1.63.041-2.341.088-.19.274-.315.465-.386m.101.522c-.203.166-.269.432-.32.677-.073.438-.039.911.178 1.307.112.178.343.246.541.193.187-.026.296-.21.367-.368.171-.534.185-1.145-.08-1.651-.138-.231-.458-.277-.685-.159zM14.848 18.488h.504c.392.665.758 1.346 1.161 2.004-.003-.668-.002-1.335-.001-2.003h.495l.001 3.162c-.145.002-.291-.001-.435.006-.425-.698-.79-1.433-1.217-2.129-.002.707-.001 1.414 0 2.122-.169.006-.339.002-.508.002 0-1.055-.003-2.11.002-3.164zM17.574 18.489h.495c.001.901.003 1.801-.001 2.702.489.006.977 0 1.465.003.001.151 0 .302.004.453-.652.019-1.304-.004-1.955.012-.018-1.056-.003-2.113-.008-3.169zM19.601 18.492c.195-.004.391-.009.587 0 .279.388.5.819.785 1.203.253-.405.502-.813.768-1.21.188.011.377-.01.564.016-.362.583-.725 1.167-1.08 1.755-.039.464.012.937-.025 1.403a4.409 4.409 0 0 0-.474-.001c-.026-.452 0-.907-.013-1.36-.021-.094-.091-.166-.137-.248-.323-.52-.658-1.034-.975-1.558z"/><path fill="#fffffe" d="M1.285.461c.195-.034.393-.05.591-.043h19.726c.365.004.735-.024 1.095.06.527.167.935.673.978 1.225.001 6.894-.001 13.788.001 20.682.046.561-.302 1.123-.809 1.357-.195.108-.426.112-.644.13H2.303c-.365-.005-.734.025-1.092-.058a1.43 1.43 0 0 1-.99-1.236C.22 15.684.222 8.791.22 1.897.168 1.248.65.596 1.286.459m.183.286c-.205.048-.43.104-.575.269-.178.192-.335.425-.359.693-.028.412-.015.825-.004 1.237C.529 9.488.533 16.032.529 22.576c.017.284.195.528.396.716.266.212.614.267.945.269h19.78c.443-.011.926.018 1.311-.242.294-.212.409-.584.407-.933-.008-.664-.005-1.327-.005-1.99V4.269c-.019-.773.075-1.547.001-2.319a1.518 1.518 0 0 0-.351-.94c-.202-.216-.505-.278-.789-.279L3.013.73C2.499.728 1.98.656 1.47.745z"/><path fill="#fffffe" d="M1.466 1.35c.101-.031.207-.027.311-.029H22.22c.159.004.353.037.442.186.093.127.098.288.111.439v20.395c-.017.199-.053.435-.234.554-.169.094-.37.075-.556.077H13.92c-.837.006-1.674-.012-2.51.009-2.941-.02-5.883-.004-8.825-.009-.395-.007-.796.027-1.184-.063a.804.804 0 0 1-.245-.234c-.072-.116-.027-.257-.035-.384V5.454c-.009-1.153.029-2.307-.042-3.458.018-.248.122-.567.387-.646m4.122.924c-.71 1.036-1.422 2.072-2.133 3.107-.07.102-.111.24-.056.359a.34.34 0 0 0 .421.189c.323-.098.643-.211.967-.311.011 2.189.001 4.379.005 6.569-.002 2.681.004 5.361-.004 8.041.559.017 1.119 0 1.679.008.004-1.591 0-3.181.002-4.772.024-1.502.543-2.962 1.325-4.231.842-1.315 2.018-2.372 3.236-3.329.125.377.229.761.365 1.134.139.196.513.166.586-.079.443-1.215.909-2.422 1.341-3.64-1.191.011-2.382.015-3.573.023-.126.004-.256-.011-.379.021-.217.062-.345.368-.164.536.263.225.544.428.814.646-.81.524-1.605 1.086-2.277 1.783-.456.494-.892 1.013-1.252 1.582l-.022-.088-.001-4.039a1.6 1.6 0 0 1 .012-.17c.314.108.632.203.948.305.214.092.481-.097.474-.327-.017-.168-.146-.291-.231-.428-.673-.98-1.36-1.951-2.023-2.938l-.058.046m12.187 6.18c-.049.102-.004.221.047.314.197.306.421.594.612.904-.543.159-1.092.325-1.581.616-.552.364-1.079.788-1.472 1.325-.441.584-.799 1.245-.955 1.964-.104.48-.162.971-.154 1.463.005.749.005 1.498.013 2.247.574 0 1.148.001 1.723-.001 0-.86-.001-1.72.001-2.58.045-1.38.984-2.684 2.279-3.166.21-.074.428-.125.643-.184.022.375-.01.752.016 1.127.043.281.459.366.615.135.837-1.058 1.693-2.101 2.524-3.164-1.286-.397-2.567-.808-3.852-1.207-.182-.076-.369.054-.457.208m-6.877 4.316c.01 3.403-.01 6.806.01 10.208.194-.003.388.001.582-.008l.001-10.203c-.198 0-.396-.003-.593.002m1.951 5.716c-.191.07-.377.196-.465.386-.399.711-.388 1.612-.041 2.341.129.233.351.437.624.473.343.063.745.014.983-.267.412-.578.471-1.338.311-2.013-.076-.276-.167-.571-.399-.757-.268-.257-.676-.24-1.013-.162m1.995.004c-.005 1.054-.001 2.109-.002 3.164.169 0 .339.003.508-.002v-2.122c.427.696.792 1.431 1.217 2.129.145-.007.29-.004.435-.006l-.001-3.162h-.495c-.001.668-.002 1.335.001 2.003-.403-.658-.769-1.339-1.161-2.004h-.504m2.728.001c.005 1.056-.01 2.113.008 3.169.651-.016 1.303.007 1.955-.012-.003-.151-.002-.302-.004-.453-.489-.002-.977.003-1.465-.003.004-.9.002-1.801.001-2.702h-.495m2.027.004c.317.525.651 1.038.975 1.558.046.082.116.154.137.248.013.453-.013.908.013 1.36.157-.008.316-.009.474.001.037-.466-.014-.938.025-1.403.355-.588.718-1.172 1.08-1.755-.187-.027-.376-.005-.564-.016-.266.397-.515.805-.768 1.21-.285-.384-.506-.814-.785-1.203a8.207 8.207 0 0 0-.587 0z"/><path fill="#fffffe" d="M12.954 19.004c.228-.119.548-.073.685.159.265.506.251 1.117.08 1.651-.07.157-.179.342-.367.368-.198.053-.429-.015-.541-.193-.217-.396-.251-.868-.178-1.307.051-.245.118-.511.32-.677z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M.065 0h11.656c-.006 8 .01 16-.009 24H.471c-.058-.16-.222-.326-.406-.25V0m3.56 9.162c-.132.56-.259 1.125-.444 1.671a17.67 17.67 0 0 1-.062-.246c-.874-.047-1.873.236-2.27 1.094-.602 1.057.067 2.483 1.218 2.796a15.645 15.645 0 0 0-1.206-.025l.01.183 9.678-.001-.004-.184c-.403 0-.808-.003-1.21.03.415-.152.825-.378 1.079-.751.63-.806.444-2.073-.371-2.68-.492-.427-1.171-.398-1.777-.468l.034.196c-.541.019-.659-.58-.907-.939.138-.139.276-.275.416-.411a9.001 9.001 0 0 1-.119-.154l-.851-.001-.008.204c.215.025.431.051.643.088l-.283.171c-1.179.043-2.361.001-3.542.017l.105-.392c.244-.03.489-.056.734-.078l.071-.169a14.56 14.56 0 0 0-.935.052zM12.176 0h11.532c-.013.184.062.258.227.221v23.227a1.477 1.477 0 0 1-.762.553H12.178c-.006-8-.001-16-.003-24m3.738 7.88c.175.217.393.406.486.677-.44.1-.934.197-1.225.58-.304.341-.258.826-.262 1.249.016.582-.029 1.169.022 1.751.01.307.533.348.584.04.087-.71-.03-1.428.052-2.138l.218-.156c.061 1.974-.004 3.953.032 5.929-.066.368.55.529.616.134.084-1.1-.031-2.209.051-3.309.112-.231.35-.134.372.082.047 1.296-.026 2.596.03 3.892.006.4.645.385.63-.018.035-2.238-.001-4.478.017-6.716.41.598.769 1.229 1.174 1.83.088.152.261.209.407.288.102.174.153.393.314.524.331.066.671.062 1.007.086-.204.658-.409 1.315-.611 1.974l.47.001c.004.464-.018.929.009 1.393-.044.24.254.205.393.265.031-.563.026-1.126.025-1.689.07.001.209.006.278.009.004.416-.034.837.026 1.251.014.214.389.186.387-.026.053-.396.017-.798.022-1.196l.449-.017c-.144-.538-.288-1.075-.424-1.615.192.206.362.44.592.61.183.135.245-.147.123-.245a6.07 6.07 0 0 0-1.195-1.206c.196-.218.44-.519.245-.821-.184-.413-.861-.314-.96.113-.118.359.25.586.445.825-.336.03-.678.08-1.013.021-.313-.243-.256-.719-.481-1.029-.423-.666-.846-1.334-1.287-1.987-.248-.384-.689-.554-1.11-.666.075-.304.297-.527.442-.794.165-.458-.224-.991-.711-.966-.515-.014-.922.627-.638 1.072z"/><path fill="#0371b3" d="M3.518 9.882c1.27-.006 2.539.004 3.808-.006-.451.733-.637 1.627-1.214 2.277-.03-.315-.043-.632-.067-.948-.065.332.121.826-.287.973-.489-.378-.931-.813-1.398-1.219l-.058-.188c-.378-.134-.839-.427-.782-.887zM7.34 9.959c.189.32.376.645.512.992-.226.201-.459.394-.691.59l.149.191c.141-.289.365-.52.606-.728.246.432.518.852.706 1.314l-.169.226c-.461.026-.921.006-1.383.008l-.091-.584-.064.643-.305-.101a17.029 17.029 0 0 0-.252-.436c.331-.704.621-1.426.981-2.116m-.182 1.792l-.1.058c-.097.328.332.112.1-.058z"/><path fill="#0371b3" d="M3.478 10.834c.009-.162.018-.326.029-.488.725.586 1.373 1.26 2.085 1.862-.038.102-.11.306-.147.407.122.231.298.423.519.563-.009.237-.022.474-.039.71l.33-.042-.131-.197.014-.454c.18-.125.348-.266.496-.428l.24-.018c.09.798.65 1.501 1.427 1.723a112.554 112.554 0 0 0-5.197.006c.987-.294 1.692-1.401 1.373-2.414-.126-.541-.547-.939-.998-1.23z"/><path fill="#0371b3" d="M1.825 10.949c.458-.227.992-.182 1.467-.038-.121.49-.285.968-.488 1.431-.15.022-.3.045-.449.071l-.01.339.298.126.218-.222c.502.017 1.004.023 1.506.027-.096.682-.523 1.343-1.201 1.561-.939.372-2.103-.272-2.307-1.256-.211-.794.204-1.712.965-2.039zM7.995 10.975c.446-.157.947-.252 1.402-.077.39.126.682.427.965.708-.374.27-.771.505-1.183.708-.169-.036-.339-.07-.507-.102-.224-.414-.451-.825-.677-1.238z"/><path fill="#0371b3" d="M3.361 10.938c.607.341 1.012.981.99 1.686a43.008 43.008 0 0 1-1.566-.029c.201-.55.435-1.088.576-1.658zM9.222 12.34c.401-.2.787-.428 1.164-.673.546.946.07 2.29-.994 2.602-1.092.427-2.32-.501-2.344-1.642.468-.003.938 0 1.408-.008l.14.31c.154-.009.318.018.464-.047.157-.132.117-.363.162-.542z"/><path fill="#fff" d="M11.721 0h.455c.001 8-.004 16 .003 24h-.467c.019-8 .003-16 .009-24zM23.708 0h.227v.221c-.165.038-.24-.036-.227-.221zM15.913 7.881c-.284-.445.123-1.086.638-1.072.486-.025.876.509.711.966-.145.267-.367.49-.442.794.422.112.863.282 1.11.666.441.654.864 1.322 1.287 1.987.226.31.169.786.481 1.029.335.06.677.009 1.013-.021-.195-.239-.563-.466-.445-.825.099-.427.776-.525.96-.113.195.302-.049.603-.245.821.457.337.85.756 1.195 1.206.122.099.06.38-.123.245-.23-.17-.4-.403-.592-.61.136.54.28 1.077.424 1.615-.149.005-.3.01-.449.017-.005.398.031.8-.022 1.196.003.211-.372.24-.387.026-.06-.414-.022-.834-.026-1.251a12.696 12.696 0 0 0-.278-.009c.001.563.006 1.126-.025 1.689-.139-.06-.437-.025-.393-.265-.027-.464-.005-.929-.009-1.393l-.47-.001c.202-.659.407-1.317.611-1.974-.336-.023-.676-.019-1.007-.086-.161-.131-.211-.35-.314-.524-.147-.079-.319-.136-.407-.288-.405-.602-.764-1.232-1.174-1.83-.018 2.238.018 4.478-.017 6.716.014.403-.624.418-.63.018-.056-1.296.017-2.596-.03-3.892-.022-.215-.261-.313-.372-.082-.082 1.1.034 2.209-.051 3.309-.066.396-.682.235-.616-.134-.036-1.976.029-3.954-.032-5.929a41.16 41.16 0 0 1-.218.156c-.082.71.035 1.428-.052 2.138-.051.307-.573.267-.584-.04-.051-.582-.006-1.169-.022-1.751.004-.423-.042-.908.262-1.249.291-.383.785-.48 1.225-.58-.093-.271-.311-.461-.486-.677zM3.625 9.162c.311-.026.623-.045.935-.052l-.071.169c-.245.022-.49.048-.734.078l-.105.392c1.181-.016 2.362.026 3.542-.017l.283-.171a9.93 9.93 0 0 0-.643-.088l.008-.204.851.001.119.154c-.14.136-.279.272-.416.411.248.359.366.959.907.939l-.034-.196c.606.07 1.286.042 1.777.468.815.607 1.002 1.875.371 2.68-.254.374-.664.599-1.079.751.402-.032.807-.03 1.21-.03l.004.184-9.678.001-.01-.183c.402-.003.806-.004 1.206.025C.917 14.161.248 12.736.85 11.678c.397-.858 1.396-1.14 2.27-1.094l.062.246c.184-.546.311-1.11.444-1.671m-.108.723c-.057.461.405.754.782.887l.058.188c.467.406.909.842 1.398 1.219.407-.147.222-.641.287-.973.025.317.038.633.067.948.577-.65.763-1.544 1.214-2.277-1.269.01-2.538 0-3.808.006m3.824.079c-.359.69-.65 1.411-.981 2.116.086.144.17.289.252.436l.305.101c.016-.161.047-.483.064-.643l.091.584c.462-.001.922.018 1.383-.008l.169-.226c-.188-.462-.459-.882-.706-1.314-.241.208-.464.438-.606.728l-.149-.191c.232-.196.466-.389.691-.59a6.942 6.942 0 0 0-.512-.992m-3.863.874c.45.291.872.689.998 1.23.319 1.013-.385 2.12-1.373 2.414 1.732-.049 3.466-.038 5.197-.006-.777-.222-1.338-.925-1.427-1.723l-.24.018a2.852 2.852 0 0 1-.496.428l-.014.454.131.197-.33.042c.017-.236.03-.472.039-.71a1.479 1.479 0 0 1-.519-.563c.036-.101.109-.305.147-.407-.712-.602-1.36-1.275-2.085-1.862l-.029.488m-1.652.115c-.762.327-1.177 1.245-.965 2.039.204.983 1.367 1.628 2.307 1.256.678-.218 1.105-.878 1.201-1.561a58.185 58.185 0 0 1-1.506-.027l-.218.222c-.074-.031-.223-.093-.298-.126l.01-.339c.149-.026.298-.049.449-.071a8.94 8.94 0 0 0 .488-1.431c-.475-.144-1.009-.189-1.467.038m6.169.026c.226.413.453.824.677 1.238.169.032.339.066.507.102.413-.204.81-.438 1.183-.708-.283-.282-.575-.582-.965-.708-.455-.175-.956-.08-1.402.077m-4.634-.038c-.141.57-.375 1.108-.576 1.658.522.019 1.043.027 1.566.029.022-.706-.383-1.345-.99-1.686m5.861 1.401c-.045.179-.005.41-.162.542-.147.065-.31.038-.464.047l-.14-.31c-.47.008-.939.005-1.408.008.025 1.142 1.252 2.069 2.344 1.642 1.064-.313 1.54-1.657.994-2.602-.376.245-.763.474-1.164.673z"/><path fill="#fff" d="M7.157 11.75c.232.17-.197.387-.1.058l.1-.058zM23.174 24c.309-.096.573-.291.762-.553V24h-.762zM.065 23.75c.184-.075.348.091.406.25H.065v-.25z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-bicycles-and-pedestrians--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M6.589 1.295C8.936.101 11.684-.265 14.269.222a11.924 11.924 0 0 1 6.916 4.039c1.688 1.976 2.666 4.522 2.815 7.111v1.321c-.162 2.656-1.205 5.255-2.976 7.246-2.098 2.416-5.206 3.898-8.396 4.061h-1.282c-3.036-.172-5.994-1.526-8.07-3.754C1.164 18.04.002 15.002 0 11.956v-.025c.034-1.424.271-2.849.782-4.181a11.988 11.988 0 0 1 5.807-6.456M10.75 2.38a9.699 9.699 0 0 0-6.599 3.922 9.688 9.688 0 0 0-1.807 6.652 9.67 9.67 0 0 0 2.442 5.545 9.674 9.674 0 0 0 5.656 3.096 9.689 9.689 0 0 0 6.396-1.159c2.084-1.177 3.686-3.167 4.418-5.443a9.783 9.783 0 0 0-.042-6.097 9.735 9.735 0 0 0-3.865-5 9.696 9.696 0 0 0-6.599-1.514z"/><path fill="#fff" d="M10.75 2.38a9.696 9.696 0 0 1 6.599 1.514 9.739 9.739 0 0 1 3.865 5 9.783 9.783 0 0 1 .042 6.097c-.732 2.276-2.334 4.266-4.418 5.443a9.689 9.689 0 0 1-6.396 1.159 9.68 9.68 0 0 1-5.656-3.096 9.67 9.67 0 0 1-2.442-5.545A9.688 9.688 0 0 1 4.151 6.3a9.702 9.702 0 0 1 6.599-3.922m5.973 3.438c-.487.23-.494 1.004-.014 1.247.433.268 1.056-.072 1.062-.582.052-.532-.588-.936-1.048-.665m-10.791.239c-.613.235-.739 1.154-.204 1.54.476.421 1.319.121 1.433-.503.199-.683-.587-1.34-1.229-1.037m5.433.001v11.12h.931V6.056h-.931m3.603 2.615c-.019.48-.008.961.022 1.441.194 0 .401.05.587-.029.185-.51-.158-1.188.32-1.586.022.554.006 1.11.01 1.667a17.362 17.362 0 0 0-.941.004l-.001.292h.941c-.001.505-.004 1.012-.001 1.517-.152.157-.307.312-.461.469.006 1.175-.016 2.35.013 3.524.032.301.4.245.613.223.265-.132.154-.476.182-.712-.029-.809.043-1.624-.036-2.429.06.12.128.236.199.352l.28-.446c.007 1.565-.005 3.128.005 4.693-.053.264.232.386.45.318.23-.014.214-.29.215-.455-.01-1.513.016-3.026-.013-4.538.091.126.184.25.278.373.032.692.007 1.388.068 2.08l.228.065c.078-.752.013-1.513.028-2.269-.208-.22-.413-.442-.622-.66.227-.101.451-.208.674-.317.038.532-.083 1.092.064 1.607.211.128.725.174.732-.185.023-.715-.001-1.433.01-2.148-.02-.178.046-.414-.127-.533-.16-.121-.373-.04-.556-.036l.006-.493c.316 0 .63 0 .947-.002l-.055-.281c-.296-.037-.595-.018-.893-.012a452.65 452.65 0 0 1 0-1.648c.058.061.172.185.228.246.043.43.004.863.052 1.292.168.145.418.053.618.076.03-.485.04-.972.026-1.458-.173-.557-.52-1.124-1.058-1.388-.672-.024-1.357-.056-2.026.017-.47.322-.862.815-1.006 1.37m-10.404.201c-.442.943-.32 2.006-.408 3.013-.078.349.439.444.619.226.191-.81-.049-1.711.344-2.471.014 2.105.011 4.211.014 6.318.016.307-.043.63.056.925.233.355 1.032.312 1.052-.187.029-1.337-.017-2.676.059-4.012.031 1.175.076 2.35.18 3.521.055.605 1.214.494 1.124-.126-.132-2.149-.294-4.3-.234-6.455.626.745.206 1.777.394 2.642.146.193.631.163.618-.143.022-.56-.004-1.121.012-1.681.047-.618-.28-1.182-.562-1.708-.205-.308-.43-.758-.868-.712-.484.001-.968-.014-1.451.011-.468.022-.778.445-.952.838m13.445 5.088l-.002.38h.806l-.001-.382-.803.001m-2.562 2.264v.38h.804v-.38h-.804z"/><path d="M16.723 5.816c.46-.271 1.099.133 1.048.665-.006.51-.629.85-1.062.582-.48-.242-.473-1.016.014-1.247zM5.932 6.055c.642-.304 1.428.354 1.229 1.037-.114.624-.956.924-1.433.503-.535-.385-.409-1.304.204-1.54zM11.365 6.056h.931v11.12h-.931V6.056zM14.968 8.671c.144-.556.535-1.049 1.006-1.37.668-.073 1.354-.041 2.026-.017.539.264.886.832 1.058 1.388.013.486.004.973-.026 1.458-.2-.023-.45.07-.618-.076-.048-.43-.008-.863-.052-1.292-.056-.061-.17-.185-.228-.246v1.648c.298-.006.596-.025.893.012l.055.281c-.317.002-.631.002-.947.002l-.006.493c.182-.004.396-.085.556.036.173.119.107.355.127.533-.011.715.013 1.433-.01 2.148-.007.359-.521.313-.732.185-.146-.515-.025-1.075-.064-1.607-.223.109-.448.216-.674.317.209.218.414.44.622.66-.014.756.05 1.517-.028 2.269a12.408 12.408 0 0 1-.228-.065c-.061-.691-.036-1.387-.068-2.08a16.387 16.387 0 0 1-.278-.373c.029 1.512.004 3.025.013 4.538-.001.164.016.44-.215.455-.218.068-.503-.054-.45-.318-.01-1.565.002-3.128-.005-4.693l-.28.446a4.53 4.53 0 0 1-.199-.352c.079.805.007 1.62.036 2.429-.029.235.083.58-.182.712-.214.022-.581.078-.613-.223-.029-1.175-.007-2.35-.013-3.524l.461-.469c-.002-.505 0-1.012.001-1.517h-.941l.001-.292c.313-.012.626-.008.941-.004-.004-.557.012-1.112-.01-1.667-.479.398-.136 1.076-.32 1.586-.186.079-.392.029-.587.029a14.14 14.14 0 0 1-.022-1.441zM4.564 8.873c.174-.392.484-.816.952-.838.482-.025.967-.01 1.451-.011.438-.047.662.403.868.712.282.526.608 1.09.562 1.708-.016.56.01 1.121-.012 1.681.013.306-.472.336-.618.143-.187-.865.233-1.897-.394-2.642-.06 2.155.102 4.306.234 6.455.09.62-1.069.731-1.124.126a56.686 56.686 0 0 1-.18-3.521c-.076 1.336-.03 2.675-.059 4.012-.02.499-.82.542-1.052.187-.1-.295-.041-.618-.056-.925-.004-2.107 0-4.213-.014-6.318-.394.76-.154 1.661-.344 2.471-.18.218-.697.124-.619-.226.088-1.007-.034-2.07.408-3.013z"/><path d="M18.006 13.96l.803-.001.001.382h-.806l.002-.38zM15.444 16.223h.804v.38h-.804v-.38z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-equestrians-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ab2" d="M11.167 0h.334c.003 8-.001 16 .003 24h-.32c-2.745-.185-5.415-1.341-7.411-3.237-2.2-2.043-3.57-4.938-3.771-7.932v-1.644a12.029 12.029 0 0 1 3.765-7.944C5.761 1.348 8.427.19 11.169 0M5.304 6.361c-.39.132-.556.682-.268.988.285.368.951.219 1.055-.233.142-.45-.344-.916-.787-.754m-.103 1.741c-.053.336.095.665.156.992-.355.185-.709.368-1.065.55-.29-.392-.578-.82-1.025-1.05-.443-.256-.963-.295-1.462-.28a1.54 1.54 0 0 0-.663-.301c.096.153.195.306.295.459-.144.699-.309 1.394-.448 2.094-.102.282.162.629.465.566.297.004.385-.31.427-.543.165-.206.34-.404.513-.601.183.568.459 1.122.455 1.734.003.421.173.811.423 1.142-.438.116-1.089-.061-1.354.393-.065.568-.046 1.15-.009 1.721.204.324.596.485.894.719.174-.349.051-.713-.247-.944-.007-.367-.005-.735-.004-1.101h1.556c.291.75.58 1.502.869 2.255a28.82 28.82 0 0 0-.328.629c.439.078 1.038-.175.968-.703-.19-.84-.6-1.613-.885-2.425.866.078 1.692-.208 2.535-.344l.384 1.059c-.375.331-.819.589-1.141.976-.004.402.138.789.215 1.179.39-.129.601-.526.456-.92.394-.356.847-.649 1.208-1.038.02-.331-.138-.647-.204-.969.339.36.715.687 1.03 1.069.152.46.21.947.328 1.416-.129.232-.252.467-.376.7.418.044.956-.096 1.03-.58.03-.541-.173-1.063-.264-1.59-.057-.409-.38-.692-.555-1.048-.038-.621-.003-1.245-.012-1.867.193.034.46.053.5.297.121.578-.199 1.211.12 1.754.092.2.305.285.483.39-.009-.715.067-1.437-.047-2.144-.112-.514-.653-.707-1.125-.695-.785-.64-1.853-.56-2.773-.328.384-.373.145-.895.065-1.34-.116-.467-.164-.952-.328-1.404-.231-.426-.928-.334-1.058.124zM12.479 0h.332a12.014 12.014 0 0 1 7.423 3.243c2.197 2.043 3.564 4.936 3.766 7.928v1.642a12.009 12.009 0 0 1-3.243 7.422 12.036 12.036 0 0 1-7.931 3.766h-.347c-.001-8 .001-16-.001-24m3.006 6.665c-.796.193-1.051 1.353-.4 1.855.574.55 1.627.162 1.758-.605.179-.754-.622-1.491-1.358-1.25m-.721 3.096a153.705 153.705 0 0 0-1.302 3.589c-.199.431.543.72.703.289.294-.687.533-1.396.81-2.091-.046.654.124 1.346-.141 1.969a412.853 412.853 0 0 0-1.448 3.947.603.603 0 0 0 .294.767c.293.161.721.022.818-.311.489-1.296.951-2.603 1.436-3.902.032.582-.083 1.183.075 1.75.339.757.699 1.505 1.065 2.248.21.472.992.289.997-.219-.177-1-1.026-1.837-.94-2.896.008-1.133 0-2.264.005-3.397.132.204.282.398.384.621.049.438-.018.881.034 1.319.059.384.703.357.702-.044.001-.55.082-1.125-.054-1.66-.435-.745-.907-1.469-1.375-2.194-.481-.737-1.747-.612-2.062.215m5.178.423c-.57.162-.807.952-.393 1.387.4.513 1.299.336 1.495-.277.262-.645-.46-1.354-1.102-1.11m-.474 2.55c-.318.852-.637 1.705-.928 2.566-.142.284.303.55.497.301.24-.436.353-.931.546-1.389-.005.284.032.575-.04.855-.307.919-.704 1.808-.982 2.736-.086.444.621.653.791.233.352-.849.636-1.725.968-2.582.012.407-.047.823.033 1.225.211.491.431.982.694 1.449.183.301.699.128.704-.21-.083-.637-.642-1.151-.57-1.822.008-.769 0-1.538.007-2.306.146.261.338.525.289.843.024.295-.119.837.305.89.496-.049.303-.691.344-1.025.065-.495-.302-.87-.529-1.267-.211-.316-.375-.679-.67-.927-.473-.372-1.27-.152-1.458.43z"/><path fill="#035ab2" d="M4.615 10.079c.274-.153.551-.302.831-.447l.133.579a34.39 34.39 0 0 0-.465.252c-.169-.125-.334-.255-.498-.384z"/><path fill="#fff" d="M11.5 0h.978c.003 8 0 16 .001 24h-.977c-.004-8 0-16-.003-24zM5.304 6.361c.443-.162.93.305.787.754-.104.452-.77.601-1.055.233-.289-.306-.123-.856.268-.988zM15.484 6.666c.736-.241 1.538.496 1.358 1.25-.131.767-1.184 1.155-1.758.605-.651-.502-.397-1.663.4-1.855z"/><path fill="#fff" d="M5.201 8.103c.129-.458.827-.55 1.058-.124.165.452.212.938.328 1.404.08.444.319.967-.065 1.34.92-.232 1.989-.311 2.773.328.472-.012 1.013.181 1.125.695.115.707.038 1.429.047 2.144-.178-.105-.39-.19-.483-.39-.319-.543.001-1.176-.12-1.754-.04-.244-.307-.262-.5-.297.009.622-.026 1.246.012 1.867.175.356.498.64.555 1.048.091.527.294 1.05.264 1.59-.074.484-.612.624-1.03.58.124-.233.247-.468.376-.7-.119-.469-.177-.956-.328-1.416-.315-.382-.691-.709-1.03-1.069.066.322.224.638.204.969-.361.389-.814.682-1.208 1.038.145.394-.066.791-.456.92-.076-.39-.219-.777-.215-1.179.322-.386.766-.645 1.141-.976l-.384-1.059c-.843.136-1.668.422-2.535.344.285.812.695 1.585.885 2.425.07.527-.529.781-.968.703.107-.211.218-.421.328-.629-.289-.753-.578-1.505-.869-2.255H2.55c-.001.367-.003.735.004 1.101.298.231.421.595.247.944-.298-.233-.69-.394-.894-.719-.037-.571-.055-1.153.009-1.721.265-.454.916-.277 1.354-.393-.251-.331-.421-.721-.423-1.142.004-.612-.272-1.166-.455-1.734-.173.198-.348.396-.513.601-.042.233-.131.547-.427.543-.303.063-.567-.284-.465-.566.14-.7.305-1.395.448-2.094-.1-.153-.199-.306-.295-.459.243.047.469.146.663.301.5-.016 1.019.024 1.462.28.447.229.735.658 1.025 1.05.356-.182.711-.365 1.065-.55-.061-.327-.208-.655-.156-.992m-.584 1.979c.165.129.33.258.498.384l.465-.252c-.045-.193-.09-.386-.133-.579-.28.145-.556.294-.831.447zM14.763 9.762c.315-.827 1.581-.952 2.062-.215.468.725.94 1.449 1.375 2.194.136.535.055 1.11.054 1.66.001.401-.642.427-.702.044-.053-.438.015-.881-.034-1.319-.102-.223-.252-.417-.384-.621-.005 1.133.003 2.264-.005 3.397-.086 1.059.764 1.896.94 2.896-.005.508-.787.691-.997.219a64.921 64.921 0 0 1-1.065-2.248c-.158-.567-.044-1.168-.075-1.75-.485 1.299-.947 2.606-1.436 3.902-.096.334-.525.472-.818.311a.604.604 0 0 1-.294-.767c.475-1.319.96-2.633 1.448-3.947.265-.622.095-1.315.141-1.969-.277.695-.516 1.404-.81 2.091-.16.431-.902.142-.703-.289.415-1.203.856-2.397 1.302-3.589zM19.942 10.185c.642-.244 1.365.465 1.102 1.11-.196.613-1.096.79-1.495.277-.414-.435-.177-1.225.393-1.387zM19.468 12.735c.189-.582.985-.802 1.458-.43.295.248.459.611.67.927.227.397.593.773.529 1.267-.041.334.152.976-.344 1.025-.423-.053-.281-.595-.305-.89.049-.318-.142-.582-.289-.843-.007.769.001 1.538-.007 2.306-.073.671.487 1.185.57 1.822-.005.338-.521.51-.704.21a15.394 15.394 0 0 1-.694-1.449c-.08-.402-.021-.818-.033-1.225-.332.857-.616 1.733-.968 2.582-.17.419-.877.211-.791-.233.278-.928.675-1.817.982-2.736.071-.28.034-.571.04-.855-.193.458-.306.952-.546 1.389-.194.249-.64-.017-.497-.301.291-.861.611-1.714.928-2.566z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-equestrians-and-pedestrians-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ab2" d="M10.338 0h.166c.337.042.677.049 1.016.046-.003 7.967-.003 15.933 0 23.9-.354-.006-.706-.008-1.06-.013a2.927 2.927 0 0 1-.088-.026c-.971-.246-1.948-.471-2.903-.779l-.015-.006c-.569-.342-1.191-.587-1.75-.949-.566-.333-1.06-.772-1.614-1.123a11.39 11.39 0 0 1-3.235-4.556c.12-.221.049-.495-.204-.573l-.01-.093-.125-.283.015-.092c.061-.179.011-.311-.151-.401l.013-.098c.065-.177.019-.315-.138-.414l-.005-.111c.1-.22.092-.488-.115-.642A19.055 19.055 0 0 1 0 13.339v-2.671c.043-.152.088-.301.134-.452.203-.16.214-.428.119-.65v-.102c.17-.102.204-.243.106-.42.061-.333.158-.657.273-.975.271-.057.35-.346.225-.572.096-.266.208-.526.337-.776l.01-.019.011-.023c.231-.491.5-.965.823-1.402.202-.029.285-.146.249-.349 1.051-1.517 2.511-2.741 4.145-3.587l.066-.036.103-.054.074-.034.203-.074c.227.102.49.006.541-.25l.084-.018c.225.091.488.018.576-.222l.092-.009.28-.13.097.015c.177.061.31.011.4-.149l.098.014c.177.064.314.017.412-.14L9.57.248c.223.098.493.089.656-.111l.25-.04-.14-.097M5.672 6.193c-.44.103-.569.725-.234 1.014.306.31.883.114.973-.303.131-.424-.329-.837-.739-.711m.032 1.43c-.338.332-.065.826-.027 1.22a13.27 13.27 0 0 1-1.028.527c-.43-.677-1.109-1.3-1.961-1.282-.379.052-.703-.142-1.025-.306.064.167.146.328.193.502-.101.733-.349 1.44-.421 2.177.018.371.608.518.76.165a2.57 2.57 0 0 1 .573-.868c.123.225.226.461.304.705.258.669.112 1.455.576 2.049-.425.106-1.033-.036-1.3.384-.054.573-.069 1.166.011 1.735.221.258.525.433.829.577.313-.255-.014-.626-.189-.857-.086-.342-.023-.71-.04-1.062.502-.005 1.005-.005 1.508-.004.287.74.592 1.473.862 2.22-.109.197-.214.393-.318.592.46.097 1.063-.232.926-.765-.237-.774-.573-1.517-.839-2.283.835.086 1.63-.243 2.442-.301.16.32.259.665.377 1.001-.356.296-.761.541-1.066.891-.097.308.065.645.109.955-.01.114.103.315.229.157.317-.151.34-.513.301-.817.378-.352.83-.626 1.163-1.021-.034-.299-.121-.586-.181-.878.334.329.705.633.988 1.011.13.453.244.922.286 1.393-.094.227-.22.44-.333.66.411.036.917-.117.994-.582.027-.544-.169-1.07-.267-1.597-.096-.471-.628-.765-.564-1.278a34.276 34.276 0 0 1 .019-1.538c.165.071.409.071.474.278.153.532-.17 1.098.047 1.624.083.258.331.388.55.513-.029-.746.133-1.532-.111-2.249-.211-.571-.897-.417-1.315-.705-.73-.461-1.629-.32-2.419-.126.222-.244.264-.566.166-.874-.126-.546-.221-1.1-.36-1.644-.075-.397-.628-.594-.922-.297zM12.463.071c.863-.018 1.695.223 2.549.296l.041.008c.084.166.217.218.397.158l.107-.017.282.129.087.009c.077.253.351.324.569.199.274.102.543.217.808.341l.042.052.075.019.086.045c.017.009.047.026.063.033.646.323 1.26.714 1.818 1.172.01.208.119.303.328.286.624.446 1.146 1.017 1.616 1.62.303.512.678.977.975 1.492.299.495.52 1.033.813 1.531l.011.027c.13.513.29 1.019.504 1.503.156.499.254 1.016.264 1.54.04.994.026 1.986.006 2.981a4.778 4.778 0 0 1-.154 1.043c-.174.098-.212.239-.115.421l-.015.06c-.186.494-.352.997-.481 1.51a10.59 10.59 0 0 1-1.657 2.852c-.254.185-.448.433-.657.664-1.157 1.351-2.7 2.34-4.329 3.028-.951.411-1.975.592-2.98.814l-.088.047c-.322-.018-.643-.003-.965.009.001-7.958.004-15.915-.001-23.872m2.876 2.249c-.56.218-.678 1.069-.18 1.417.465.393 1.271.066 1.33-.539.105-.608-.589-1.149-1.15-.878m-.459 2.356c-.356.95-.7 1.903-1.028 2.862l.179.286.346-.089c.269-.525.416-1.103.656-1.642.013.456.087.929-.057 1.372-.377 1.048-.788 2.085-1.144 3.139-.203.491.608.849.834.377.415-.971.687-2 1.117-2.967.005.264 0 .527.004.791-.027.47.26.866.434 1.279.172.336.281.712.523 1.006.259.254.749-.01.68-.364-.172-.626-.599-1.158-.726-1.792-.009-.961-.02-1.924.013-2.885.438.364.264.942.322 1.434.026.291.506.286.525-.004.031-.426.057-.867-.029-1.287-.313-.597-.714-1.146-1.08-1.712-.361-.583-1.349-.447-1.568.195m3.901.334c-.431.179-.522.821-.152 1.108.356.338 1.011.105 1.086-.377.128-.504-.475-.982-.934-.731m-.307 1.948c-.246.656-.5 1.312-.706 1.983-.057.227.269.352.407.185.16-.32.262-.666.428-.983.008.965-.601 1.792-.804 2.715-.047.342.506.457.604.125.264-.597.461-1.222.697-1.831-.01.697.217 1.356.6 1.935.18.226.597.08.536-.227-.116-.435-.449-.808-.442-1.273-.001-.61-.015-1.222.024-1.831.272.341.199.779.24 1.183.071.212.43.172.431-.063.029-.41.093-.873-.175-1.222-.239-.357-.426-.757-.733-1.061-.374-.299-.96-.071-1.108.363m-2.587 6.251c-.274.683-.44 1.404-.675 2.101-.776-.08-1.633.274-1.921 1.042-.454.992.301 2.277 1.397 2.331 1.126.169 2.143-1.029 1.813-2.113-.105-.512-.527-.835-.894-1.16.041-.11.092-.214.142-.32.463.582.973 1.123 1.445 1.697.183.194.218.58.541.59.18-.049.352-.123.53-.177.175.309.223.692.49.95.555.645 1.615.756 2.283.221.808-.576.903-1.88.174-2.557-.438-.462-1.116-.557-1.718-.453-.191-.392-.374-.789-.557-1.185l.107-.347c.212-.017.589-.137.369-.419a3.463 3.463 0 0 0-1.158.009c-.146.295.16.38.383.417l-.106.272c-.845-.004-1.69.001-2.535-.003.051-.169.11-.333.176-.495.221-.066.456-.07.683-.103.02-.504-.659-.384-.968-.296z"/><path fill="#035ab2" d="M4.96 9.803c.272-.156.549-.304.835-.434l.11.573-.437.251a38.08 38.08 0 0 1-.508-.391zM15.813 14.533c.866-.046 1.732-.014 2.599-.02-.255.724-.369 1.51-.743 2.184-.629-.712-1.26-1.423-1.856-2.164zM18.752 14.806c.129.232.249.47.37.706-.258.236-.541.474-.656.817-.088.189-.112.425-.304.545.112-.711.394-1.38.59-2.068zM13.849 16.146c.299-.378.791-.483 1.25-.47-.121.446-.301.872-.438 1.314-.033.176.185.277.314.174.259-.402.363-.878.518-1.325.586.341.867 1.123.546 1.739-.318.715-1.315.979-1.94.504-.636-.411-.763-1.379-.25-1.935zM19.66 15.715c.659-.147 1.388.22 1.594.874.283.756-.292 1.658-1.094 1.727-.697.11-1.33-.44-1.46-1.106.477-.014.957.024 1.434-.026l.093-.176c-.166-.442-.389-.858-.567-1.294z"/><path fill="#035ab2" d="M18.694 16.777c.14-.295.248-.698.583-.821.167.262.276.554.386.844-.323-.005-.646-.009-.969-.023z"/><path fill="#fff" d="M10.504 0h1.96v.071c.005 7.957.003 15.914.001 23.872.322-.011.643-.027.965-.009l-.015.065h-2.78l-.174-.066c.354.005.706.006 1.06.013-.003-7.967-.003-15.933 0-23.9A7.655 7.655 0 0 1 10.505 0zM15.338 2.32c.562-.271 1.255.271 1.15.878-.059.605-.866.932-1.33.539-.498-.349-.38-1.199.18-1.417zM14.879 4.676c.218-.642 1.206-.779 1.568-.195.366.566.767 1.114 1.08 1.712.087.42.06.86.029 1.287-.019.29-.499.295-.525.004-.057-.491.116-1.07-.322-1.434-.033.961-.022 1.924-.013 2.885.128.634.554 1.167.726 1.792.069.354-.421.618-.68.364-.243-.294-.351-.67-.523-1.006-.174-.414-.461-.809-.434-1.279-.004-.264.001-.527-.004-.791-.43.966-.702 1.995-1.117 2.967-.226.472-1.037.115-.834-.377.356-1.054.767-2.091 1.144-3.139.144-.443.07-.917.057-1.372-.24.539-.387 1.117-.656 1.642-.087.023-.259.068-.346.089l-.179-.286c.328-.959.671-1.912 1.028-2.862zM21.332 4.422a11.548 11.548 0 0 1 1.789 3.023c-.294-.498-.514-1.035-.813-1.531-.297-.516-.673-.98-.975-1.492zM18.781 5.009c.46-.25 1.062.227.934.731-.075.481-.73.715-1.086.377-.37-.287-.28-.929.152-1.108zM5.672 6.193c.41-.126.871.287.739.711-.089.416-.666.613-.973.303-.336-.289-.207-.91.234-1.014zM18.474 6.957c.148-.434.734-.661 1.108-.363.306.304.494.703.733 1.061.268.349.204.812.175 1.222-.001.235-.36.274-.431.063-.041-.405.032-.843-.24-1.183-.04.609-.026 1.22-.024 1.831-.008.465.326.837.442 1.273.061.308-.356.453-.536.227-.383-.58-.61-1.238-.6-1.935-.236.609-.433 1.233-.697 1.831-.098.332-.651.217-.604-.125.203-.923.812-1.75.804-2.715-.166.317-.268.663-.428.983-.138.167-.465.042-.407-.185.206-.67.46-1.326.706-1.983z"/><path fill="#fff" d="M5.704 7.623c.294-.296.846-.1.922.297.139.544.234 1.098.36 1.644.098.309.056.631-.166.874.79-.194 1.689-.334 2.419.126.417.287 1.104.134 1.315.705.244.717.082 1.504.111 2.249-.22-.125-.467-.255-.55-.513-.217-.526.106-1.091-.047-1.624-.065-.207-.309-.207-.474-.278-.02.512-.022 1.025-.019 1.538-.064.513.469.807.564 1.278.098.527.294 1.053.267 1.597-.078.465-.583.618-.994.582.114-.22.239-.433.333-.66a7.521 7.521 0 0 0-.286-1.393c-.283-.378-.654-.682-.988-1.011.06.292.147.58.181.878-.333.396-.785.669-1.163 1.021.038.304.015.666-.301.817-.125.158-.239-.043-.229-.157-.043-.31-.206-.647-.109-.955.305-.35.71-.595 1.066-.891-.117-.336-.217-.68-.377-1.001-.812.059-1.607.387-2.442.301.266.766.601 1.509.839 2.283.138.532-.466.862-.926.765.103-.199.209-.396.318-.592-.269-.747-.574-1.48-.862-2.22-.503-.001-1.006-.001-1.508.004.017.352-.046.72.04 1.062.175.231.502.601.189.857-.304-.144-.608-.319-.829-.577-.08-.569-.065-1.162-.011-1.735.267-.42.874-.278 1.3-.384-.463-.594-.318-1.38-.576-2.049a4.032 4.032 0 0 0-.304-.705 2.57 2.57 0 0 0-.573.868c-.152.354-.742.207-.76-.165.073-.737.32-1.444.421-2.177-.047-.174-.129-.334-.193-.502.322.165.646.359 1.025.306.851-.018 1.531.605 1.961 1.282.351-.16.692-.338 1.028-.527-.038-.394-.311-.889.027-1.22M4.96 9.803c.169.131.338.262.508.391.146-.084.291-.169.437-.251l-.11-.573c-.286.13-.563.278-.835.434zM23.132 7.472c.213.484.37.992.504 1.503a9.41 9.41 0 0 1-.504-1.503zM15.886 13.206c.309-.088.988-.208.968.296-.227.033-.462.037-.683.103a5.702 5.702 0 0 0-.176.495c.845.004 1.69-.001 2.535.003l.106-.272c-.223-.037-.529-.123-.383-.417.38-.069.775-.07 1.158-.009.22.282-.157.402-.369.419l-.107.347c.183.396.365.793.557 1.185.603-.103 1.28-.009 1.718.453.729.677.634 1.981-.174 2.557-.668.535-1.727.424-2.283-.221-.267-.258-.315-.641-.49-.95-.177.055-.35.129-.53.177-.323-.01-.359-.396-.541-.59-.472-.573-.982-1.114-1.445-1.697-.05.106-.101.211-.142.32.366.326.789.649.894 1.16.331 1.084-.687 2.281-1.813 2.113-1.095-.054-1.851-1.339-1.397-2.331.289-.767 1.145-1.122 1.921-1.042.235-.697.401-1.418.675-2.101m-.072 1.329c.596.74 1.227 1.451 1.856 2.164.374-.674.488-1.46.743-2.184-.867.006-1.734-.026-2.599.02m2.939.273c-.195.688-.477 1.357-.59 2.068.191-.12.216-.356.304-.545.115-.343.398-.581.656-.817-.121-.236-.241-.474-.37-.706m-4.903 1.34c-.513.557-.386 1.524.25 1.935.626.475 1.623.211 1.94-.504.32-.615.04-1.398-.546-1.739-.156.447-.259.923-.518 1.325-.129.103-.347.003-.314-.174.137-.442.317-.868.438-1.314-.458-.013-.951.092-1.25.47m5.811-.43c.177.437.401.853.567 1.294l-.093.176c-.476.05-.956.011-1.434.026.13.665.763 1.215 1.46 1.106.802-.069 1.377-.971 1.094-1.727-.207-.655-.936-1.021-1.594-.874m-.966 1.061c.323.014.646.018.969.023-.11-.29-.218-.582-.386-.844-.336.123-.443.526-.583.821zM23.141 16.529c.129-.513.295-1.016.481-1.51a9.02 9.02 0 0 1-.481 1.51zM20.826 20.045c.209-.231.403-.479.657-.664-.281.333-.522.702-.849.996-1.892 1.906-4.42 3.272-7.117 3.511 1.005-.222 2.029-.403 2.98-.814 1.629-.688 3.172-1.677 4.329-3.028zM4.09 21.051c.554.351 1.048.79 1.614 1.123.559.361 1.181.606 1.75.949-1.234-.481-2.367-1.205-3.364-2.072zM7.469 23.129c.955.308 1.931.532 2.903.779-.994-.134-1.98-.38-2.903-.779z"/><path fill="#86abcf" opacity=".93" d="M12.463 0h.988c.513.152 1.049.207 1.561.368-.854-.073-1.686-.314-2.549-.296V.001zM9.572.248a.79.79 0 0 1 .656-.111c-.163.2-.433.209-.656.111zM9.047.394c.101-.146.237-.193.412-.14-.098.157-.235.204-.412.14zM8.549.53c.096-.149.229-.199.4-.149-.089.161-.222.211-.4.149zM15.054.375c.172-.042.305.01.397.158-.18.06-.313.008-.397-.158zM8.173.645l.28-.13-.28.13zM15.558.517l.282.129-.282-.129zM7.505.876a.763.763 0 0 1 .576-.222c-.088.24-.351.313-.576.222zM15.927.655c.211-.011.402.079.569.199-.218.125-.493.054-.569-.199zM6.88 1.144a.837.837 0 0 1 .541-.25c-.051.257-.314.352-.541.25zM6.645 1.229l.032-.011a2.433 2.433 0 0 1-.074.034l.042-.023zM17.304 1.195l.064.017.054.055-.075-.019-.042-.052zM6.433 1.342zM17.507 1.311c.017.009.047.026.063.033l-.063-.033zM19.388 2.516a.482.482 0 0 1 .328.286c-.209.017-.318-.078-.328-.286zM2.039 5.277a.437.437 0 0 1 .249-.349c.036.203-.047.319-.249.349zM1.194 6.721a.846.846 0 0 0 .022-.042l-.011.023-.01.019zM.632 8.069c.026-.207.107-.401.225-.572.125.226.046.514-.225.572zM.253 9.465a.406.406 0 0 1 .106-.42c.098.177.064.318-.106.42zM.134 10.217a.774.774 0 0 1 .119-.65c.096.222.084.49-.119.65zM23.9 10.514l.1-.208v3.384l-.093-.195c.019-.994.033-1.986-.006-2.981zM.135 13.787c.207.154.214.423.115.642a.763.763 0 0 1-.115-.642zM.255 14.54c.157.098.203.236.138.414-.144-.102-.19-.24-.138-.414zM23.637 14.959c-.097-.183-.059-.323.115-.421.038.16 0 .301-.115.421zM.38 15.052c.162.089.212.222.151.401-.149-.096-.199-.23-.151-.401zM.516 15.545l.125.283-.125-.283zM.651 15.922c.253.078.324.352.204.573-.121-.167-.212-.361-.204-.573z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#244ba6" d="M11.043 0h1.898c2.494.218 4.926 1.192 6.83 2.829 2.433 2.032 3.963 5.063 4.229 8.215v1.905c-.221 2.493-1.195 4.923-2.83 6.825-2.031 2.431-5.06 3.959-8.211 4.227H10.91c-2.59-.283-5.1-1.346-7.019-3.123C1.648 18.857.249 15.962 0 12.958v-2.044c.309-3.075 1.795-6.023 4.159-8.026C6.07 1.222 8.522.226 11.042 0M9.534.566v22.832h.472V.567L9.534.566M3.019 6.729c-.36.278-.174.752.074 1.035.326.014.733.024.841-.36.276-.532-.49-1.091-.915-.675m-.553 1.477c-.258.603-.666 1.191-.62 1.874.023.378-.06.779.079 1.139l.379.022c.194-.654-.125-1.397.262-2.011.064 1.088-.056 2.183.069 3.267-.086.67-.071 1.353-.031 2.026.153.195.437.079.649.106.046-1.155-.036-2.311.024-3.466.332-.042.213.282.249.457.029 1.104-.01 2.207-.005 3.311.018.2-.032.425.075.606.218.075.682.135.651-.218.01-2.039 0-4.077.009-6.117.272.614.486 1.254.78 1.856.313.332.769.488 1.169.689.125-.234.246-.47.366-.706.01 1.469-.004 2.937.017 4.406.161-.022.319-.05.476-.087.074-.734-.024-1.472.01-2.209.019-.249-.037-.534.147-.737.126.789.005 1.586.045 2.38h.495c.015-1.206-.026-2.413.043-3.618.249.437.028.978.229 1.407l.278-.037c.13-.783-.119-1.568-.494-2.246a1.967 1.967 0 0 0-1.324.015c-.221.255-.299.601-.446.9-.221-.131-.44-.263-.66-.397-.305-.908-.626-1.815-1.021-2.689-.375-.218-.863-.172-1.288-.154-.207.05-.522-.02-.613.23m4.593.892c-.272.06-.465.309-.388.591.046.462.803.566.942.109.23-.338-.189-.822-.554-.7m7.401-.04c.074.497.374.906.596 1.343-.188.309-.373.62-.554.933-1.034-.447-2.332-.093-2.964.845-.832 1.158-.24 3.049 1.141 3.463.682.26 1.467.144 2.08-.235.703-.454 1.139-1.298 1.054-2.138-.029-.725-.475-1.357-1.052-1.767.154-.286.309-.571.467-.854.448.791.905 1.578 1.353 2.371-.351.412-.028 1.112.527 1.015.471-.086.512-.65.329-1.007.424-.799.873-1.584 1.309-2.377.157.282.311.566.466.85-.775.586-1.217 1.6-.943 2.56.262 1.371 1.953 2.108 3.183 1.526 1.375-.514 1.805-2.471.866-3.564-.666-.839-1.869-1.102-2.846-.687a211.82 211.82 0 0 0-.554-.941l.26-.435h.726v-.59c-.585.091-1.169.189-1.751.295l-.018.287.701.013-.179.259h-3.345l-.472-.86h1.417v-.306c-.6.001-1.199-.001-1.797.003z"/><path fill="#244ba6" d="M15.481 10.519c1.002.001 2.006-.001 3.008.001a674.74 674.74 0 0 0-1.325 2.35l-.305.01c-.462-.785-.917-1.575-1.377-2.362zM11.552 12.816c.184-.683.804-1.151 1.464-1.326.448-.13.91.005 1.352.097-.289.53-.597 1.048-.885 1.579l-.258.093c.003.249-.008.54.334.485.206-.151.189-.439.303-.649.227-.463.52-.892.775-1.342.421.363.763.84.846 1.402.235 1.154-.785 2.351-1.951 2.35-1.316.047-2.475-1.427-1.981-2.69zM19.598 11.585c.735-.221 1.598-.225 2.206.306 1.051.771.919 2.542-.151 3.237-.978.794-2.523.248-3.019-.84-.433-.876-.041-1.96.706-2.53.341.628.804 1.205.969 1.916.183.126.394.04.486-.147.006-.271-.314-.366-.425-.585-.272-.444-.509-.909-.772-1.358z"/><path fill="#fff" d="M9.534.566l.472.001v22.831h-.472V.566zM3.019 6.729c.425-.416 1.191.143.915.675-.109.384-.516.374-.841.36-.248-.283-.434-.757-.074-1.035zM2.466 8.206c.091-.25.406-.18.613-.23.425-.018.913-.064 1.288.154.396.873.716 1.781 1.021 2.689.22.134.439.266.66.397.147-.299.225-.645.446-.9a1.96 1.96 0 0 1 1.324-.015c.375.678.624 1.463.494 2.246l-.278.037c-.2-.429.02-.97-.229-1.407-.069 1.205-.028 2.411-.043 3.618h-.495c-.04-.794.082-1.591-.045-2.38-.184.203-.128.488-.147.737-.034.737.064 1.474-.01 2.209a5.046 5.046 0 0 1-.476.087c-.02-1.468-.006-2.936-.017-4.406-.12.236-.241.472-.366.706-.401-.202-.857-.357-1.169-.689-.294-.603-.508-1.242-.78-1.856-.009 2.04.001 4.079-.009 6.117.031.354-.433.294-.651.218-.107-.181-.057-.406-.075-.606-.005-1.104.034-2.207.005-3.311-.036-.175.083-.499-.249-.457-.06 1.155.022 2.311-.024 3.466-.212-.027-.495.089-.649-.106-.041-.673-.055-1.356.031-2.026-.125-1.084-.005-2.179-.069-3.267-.387.614-.068 1.357-.262 2.011l-.379-.022c-.139-.36-.056-.761-.079-1.139-.046-.683.363-1.271.62-1.874z"/><path fill="#fff" d="M7.058 9.097c.365-.123.784.361.554.7-.139.457-.896.354-.942-.109-.077-.282.116-.531.388-.591zM14.459 9.057c.599-.004 1.197-.001 1.797-.003v.306h-1.417l.472.86h3.345l.179-.259-.701-.013.018-.287a69.496 69.496 0 0 1 1.751-.295v.59h-.726l-.26.435c.185.313.37.626.554.941.977-.415 2.179-.152 2.846.687.94 1.093.509 3.05-.866 3.564-1.229.582-2.921-.154-3.183-1.526-.273-.96.169-1.974.943-2.56a76.906 76.906 0 0 0-.466-.85c-.435.793-.885 1.578-1.309 2.377.183.357.142.922-.329 1.007-.555.097-.878-.603-.527-1.015-.448-.793-.905-1.579-1.353-2.371-.158.283-.313.568-.467.854.577.41 1.023 1.042 1.052 1.767.084.84-.351 1.684-1.054 2.138-.613.379-1.398.495-2.08.235-1.381-.415-1.974-2.306-1.141-3.463.632-.938 1.93-1.292 2.964-.845.181-.313.366-.624.554-.933-.222-.437-.522-.846-.596-1.343m1.022 1.464c.461.786.915 1.577 1.377 2.362l.305-.01c.44-.785.882-1.568 1.325-2.35-1.002-.003-2.006 0-3.008-.001m-3.928 2.296c-.494 1.263.665 2.737 1.981 2.69 1.166.001 2.186-1.196 1.951-2.35-.083-.562-.425-1.039-.846-1.402-.255.449-.548.878-.775 1.342-.114.209-.097.498-.303.649-.342.055-.332-.236-.334-.485l.258-.093c.287-.531.596-1.049.885-1.579-.442-.092-.904-.227-1.352-.097-.66.175-1.28.643-1.464 1.326m8.045-1.232c.263.449.5.914.772 1.358.111.218.431.314.425.585-.092.186-.304.273-.486.147-.165-.711-.628-1.288-.969-1.916-.747.571-1.139 1.654-.706 2.53.497 1.088 2.041 1.634 3.019.84 1.07-.696 1.201-2.466.151-3.237-.608-.531-1.471-.527-2.206-.306z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-pedestrians-and-equestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ab2" d="M10.434 0h1.085c.001 8-.001 16 .001 24h-.707c-3.028-.347-5.932-1.803-7.914-4.134C1.283 18.028.318 15.681.008 13.263L0 13.589v-2.817c.304-2.335 1.194-4.611 2.719-6.42C4.691 1.915 7.657.378 10.755.006L10.433 0M4.238 6.677c-.772.243-.897 1.391-.227 1.822.601.467 1.579.041 1.653-.715.144-.765-.726-1.408-1.426-1.107m-.593 2.955c-.439 1.145-.859 2.3-1.271 3.456-.218.377.4.774.624.396.329-.67.539-1.394.82-2.085-.018.656.115 1.347-.151 1.97-.46 1.249-.926 2.494-1.37 3.748-.204.398.172.934.618.846.305-.028.462-.32.55-.578.434-1.199.866-2.399 1.307-3.596.034.682-.131 1.417.225 2.04.314.622.569 1.274.906 1.883.227.435.946.218.956-.251-.184-1.006-1.049-1.836-.928-2.908.01-1.069-.003-2.137.008-3.206.167.283.447.546.401.904.006.34-.036.682.014 1.019.092.3.577.305.669.004.063-.421.041-.851.033-1.275.008-.448-.301-.802-.52-1.164-.328-.483-.601-1.001-.956-1.464-.488-.641-1.649-.507-1.935.263m4.828.516c-.534.323-.489 1.217.087 1.473.569.322 1.353-.24 1.222-.883-.065-.592-.821-.932-1.309-.59m-.276 2.395a64.19 64.19 0 0 0-.881 2.433c-.161.289.257.589.48.355.243-.416.35-.894.539-1.335-.008.297.018.604-.075.89-.289.88-.688 1.721-.934 2.613-.05.428.62.59.777.197.351-.813.613-1.663.937-2.488.023.466-.08.965.128 1.403.191.405.349.83.592 1.206.197.262.632.078.684-.214-.11-.618-.613-1.123-.567-1.774.005-.757-.006-1.513.017-2.269.326.437.26.98.324 1.489.055.317.613.22.555-.111.015-.472.109-1.002-.181-1.414-.262-.415-.503-.846-.798-1.24-.4-.55-1.393-.394-1.597.26zM12.466 0h.729c3.116.364 6.105 1.9 8.087 4.351 1.527 1.811 2.419 4.09 2.718 6.428v2.45c-.374 3.107-1.909 6.082-4.353 8.057-1.811 1.528-4.093 2.419-6.431 2.715h-.748c-.001-8 .001-16-.001-24m4.944 6.439c-.365.235-.303.848.1 1.007.379.202.889-.123.862-.553.001-.461-.603-.74-.961-.454m.209 1.356c-.311.342-.065.818-.006 1.208l-.998.554c-.308-.412-.619-.854-1.091-1.088-.406-.229-.881-.25-1.335-.249-.225-.097-.447-.2-.669-.304l.278.494c-.128.734-.338 1.455-.428 2.196-.004.355.58.535.725.185.169-.336.388-.641.649-.911.214.563.444 1.132.456 1.744.006.383.184.725.382 1.042-.366.049-.744.057-1.098.175-.271.12-.212.454-.231.694.006.423-.037.853.056 1.268.235.273.563.443.86.638.13-.368-.023-.696-.262-.973a60.092 60.092 0 0 1-.005-1.04l1.509.001c.263.728.595 1.43.826 2.169-.026.24-.191.446-.281.668.417.026.974-.176.914-.687-.172-.822-.567-1.579-.834-2.372.835.042 1.639-.19 2.45-.349l.375 1.037c-.361.31-.765.574-1.084.929-.06.403.125.804.198 1.199.36-.195.544-.548.449-.956.379-.345.868-.582 1.168-1.005-.037-.308-.131-.605-.209-.905.331.351.721.651 1.011 1.039.151.446.213.914.318 1.371-.125.232-.249.465-.368.7.393-.009.909-.103.998-.566.032-.517-.14-1.023-.24-1.526-.066-.527-.641-.857-.586-1.408-.006-.508.001-1.016.014-1.523.197.071.475.119.504.375.079.508-.171 1.037.022 1.531.078.268.347.387.55.544.008-.61.033-1.22-.004-1.829-.014-.32-.16-.657-.447-.821-.35-.125-.729-.161-1.048-.364-.702-.411-1.551-.29-2.299-.089.079-.203.207-.407.152-.634a27.73 27.73 0 0 0-.391-1.871c-.068-.42-.665-.618-.951-.29z"/><path fill="#035ab2" d="M16.902 9.947l.825-.438.11.567-.443.272-.491-.401z"/><path fill="#fff" d="M11.519 0h.947c.003 8 0 16 .001 24h-.947c-.003-8 0-16-.001-24zM17.411 6.44c.359-.286.963-.006.961.454.027.43-.483.754-.862.553-.402-.16-.465-.772-.1-1.007zM4.238 6.677c.7-.301 1.57.342 1.426 1.107-.074.756-1.052 1.182-1.653.715-.67-.43-.545-1.579.227-1.822zM17.621 7.796c.286-.328.883-.13.951.29.148.619.286 1.243.391 1.871.055.227-.073.431-.152.634.748-.2 1.597-.322 2.299.089.319.203.698.239 1.048.364.287.163.433.5.447.821.037.609.011 1.219.004 1.829-.203-.157-.472-.276-.55-.544-.193-.494.057-1.023-.022-1.531-.029-.257-.308-.304-.504-.375-.013.507-.02 1.015-.014 1.523-.055.551.52.881.586 1.408.1.503.272 1.009.24 1.526-.089.462-.605.557-.998.566.119-.235.243-.467.368-.7-.105-.457-.167-.926-.318-1.371-.29-.388-.68-.688-1.011-1.039.078.3.172.597.209.905-.3.423-.789.66-1.168 1.005.094.409-.089.761-.449.956-.073-.394-.258-.795-.198-1.199.319-.355.723-.619 1.084-.929l-.375-1.037c-.811.158-1.615.391-2.45.349.267.793.661 1.55.834 2.372.06.511-.497.712-.914.687.089-.222.255-.428.281-.668-.231-.739-.563-1.441-.826-2.169l-1.509-.001c-.001.347 0 .693.005 1.04.239.277.392.605.262.973-.297-.195-.626-.365-.86-.638-.093-.415-.05-.845-.056-1.268.019-.24-.04-.574.231-.694.354-.117.731-.126 1.098-.175-.198-.317-.375-.659-.382-1.042-.011-.611-.241-1.181-.456-1.744a3.77 3.77 0 0 0-.649.911c-.146.35-.729.17-.725-.185.089-.74.3-1.462.428-2.196a61.451 61.451 0 0 1-.278-.494c.222.103.444.207.669.304.454-.001.929.02 1.335.249.472.234.784.675 1.091 1.088l.998-.554c-.059-.389-.305-.866.006-1.208m-.72 2.152l.491.401.443-.272a113.27 113.27 0 0 1-.11-.567c-.274.147-.55.292-.825.438zM3.645 9.632c.286-.77 1.448-.904 1.935-.263.355.463.628.982.956 1.464.218.363.527.716.52 1.164.008.424.029.854-.033 1.275-.092.301-.577.296-.669-.004-.05-.337-.008-.679-.014-1.019.046-.357-.234-.62-.401-.904-.01 1.069.003 2.137-.008 3.206-.121 1.072.744 1.902.928 2.908-.01.47-.729.687-.956.251-.337-.609-.592-1.261-.906-1.883-.356-.623-.19-1.358-.225-2.04-.442 1.197-.873 2.397-1.307 3.596-.088.258-.245.55-.55.578-.446.088-.822-.448-.618-.846.444-1.254.91-2.5 1.37-3.748.266-.623.133-1.314.151-1.97-.281.691-.49 1.414-.82 2.085-.225.378-.843-.019-.624-.396.412-1.155.832-2.311 1.271-3.456zM8.473 10.15c.488-.342 1.243-.003 1.309.59.131.643-.652 1.205-1.222.883-.576-.257-.62-1.15-.087-1.473zM8.197 12.545c.204-.655 1.197-.811 1.597-.26.295.393.536.825.798 1.24.29.412.197.942.181 1.414.057.331-.5.428-.555.111-.064-.508.001-1.052-.324-1.489-.023.756-.011 1.511-.017 2.269-.046.651.457 1.157.567 1.774-.052.292-.488.476-.684.214-.244-.377-.401-.802-.592-1.206-.208-.438-.105-.937-.128-1.403-.324.825-.586 1.675-.937 2.488-.157.393-.827.231-.777-.197.246-.892.646-1.734.934-2.613.093-.286.068-.592.075-.89-.189.442-.296.919-.539 1.335-.223.234-.641-.066-.48-.355a61.91 61.91 0 0 1 .881-2.433z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-pedestrians-bicycles-and-equestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.446 0H13c2.656.25 5.236 1.357 7.181 3.194 2.212 2.029 3.586 4.916 3.82 7.903v1.802c-.236 3.05-1.665 5.992-3.953 8.03-1.906 1.751-4.399 2.789-6.96 3.07h-1.983c-3.147-.239-6.171-1.757-8.218-4.163-1.525-1.793-2.599-4.044-2.78-6.408.015.015.044.044.058.06.337 2.971 1.921 5.759 4.243 7.633 1.982 1.62 4.494 2.552 7.049 2.667.003-7.911 0-15.822.001-23.733-.259 0-.518-.001-.778-.008l-.232-.048m1.949.128c0 7.893-.003 15.785 0 23.679a11.926 11.926 0 0 0 4.745-1.206 11.928 11.928 0 0 0 5.987-6.728c.89-2.518.897-5.34.006-7.859a12.004 12.004 0 0 0-5.803-6.676C15.807.579 14.115.038 12.396.127zM5.887 2.345c.585-.297 1.31.333 1.109.955-.131.594-.976.804-1.373.345-.39-.377-.237-1.103.264-1.3z"/><path fill="#fff" d="M5.406 4.744c.136-.43.61-.75 1.062-.621.443.088.65.524.867.87.239.418.533.803.74 1.237.077.413.058.843.017 1.261-.081.259-.516.217-.535-.053-.027-.504.051-1.045-.305-1.462a79.334 79.334 0 0 0-.005 2.927c.121.626.53 1.154.697 1.769.098.397-.545.648-.729.273-.291-.533-.526-1.097-.783-1.648-.163-.439-.063-.922-.097-1.379-.396.996-.715 2.023-1.133 3.01-.22.47-1.006.097-.801-.375.343-1.058.758-2.093 1.121-3.144.13-.447.056-.922.053-1.38-.206.533-.357 1.09-.604 1.605-.15.317-.672.034-.502-.272.295-.879.622-1.746.936-2.617zM9.29 4.993c.457-.245 1.053.216.933.72-.072.488-.736.721-1.091.372-.356-.29-.262-.913.157-1.092zM17.293 6.231c.361-.239.902.058.881.494.034.45-.524.766-.894.508-.373-.204-.371-.809.013-1.002zM8.985 6.973a.729.729 0 0 1 .917-.488c.342.098.489.453.669.725.203.366.527.712.463 1.163-.022.236.076.617-.25.678-.339-.044-.213-.439-.251-.673.025-.244-.102-.455-.212-.66-.033.602-.025 1.205-.023 1.808-.008.467.338.837.455 1.274.023.251-.245.415-.463.298-.422-.588-.711-1.29-.66-2.027-.249.623-.43 1.274-.71 1.884-.126.292-.653.177-.602-.16.208-.926.82-1.755.796-2.728-.146.339-.243.697-.406 1.027-.185.192-.502-.037-.383-.269.203-.623.436-1.238.662-1.854zM17.295 7.882c.084-.427.701-.594.963-.229.218.368.225.822.344 1.228.086.493.361 1.054.005 1.505.742-.19 1.589-.325 2.286.083.437.328 1.187.155 1.396.775.198.715.072 1.476.089 2.208-.193-.142-.433-.264-.516-.505-.212-.518.057-1.078-.067-1.606-.039-.227-.297-.226-.47-.286.006.601-.03 1.203.013 1.802.171.382.505.687.552 1.124.084.499.288 1.001.216 1.511-.103.43-.579.53-.959.524.112-.227.225-.453.343-.677-.11-.479-.157-.976-.33-1.437-.293-.354-.649-.65-.968-.98.076.302.175.602.197.916-.334.38-.783.632-1.129 1.001.013.395-.11.754-.489.932-.089-.382-.21-.763-.217-1.158.325-.368.747-.634 1.12-.947l-.367-1.023c-.809.141-1.608.382-2.438.335.243.646.504 1.288.736 1.938.09.274.177.622-.05.857-.184.254-.518.213-.792.241.105-.208.212-.414.32-.62a706.4 706.4 0 0 0-.836-2.185h-1.498c0 .356 0 .71.013 1.064.259.236.403.571.222.9-.281-.199-.616-.345-.829-.623-.088-.4-.037-.815-.05-1.22.01-.253-.044-.617.259-.724.349-.093.712-.113 1.069-.157-.237-.333-.396-.72-.399-1.134-.015-.573-.243-1.103-.448-1.629-.251.258-.462.55-.617.876-.13.37-.738.208-.742-.157.084-.73.316-1.435.41-2.163a5.868 5.868 0 0 0-.24-.507c.22.098.438.199.651.31.477-.029.973.022 1.39.273.432.239.71.659 1.001 1.041.331-.189.668-.372 1.003-.555-.058-.303-.178-.606-.149-.919m-.563 1.862c.169.132.338.265.51.394l.422-.268a91.455 91.455 0 0 0-.13-.559c-.27.14-.536.287-.803.433zM0 10.665l.055-.065c.138.202.098.476-.055.659v-.594zM0 12.866l.151-.057a.629.629 0 0 1-.083.546l-.069.001v-.49zM5.096 13.11c.286-.053.582-.05.866.005.232.425-.328.367-.594.392l-.164.51c.827-.016 1.656.038 2.481-.023l.151-.237c-.288-.001-.457-.174-.414-.451.391-.001.796-.071 1.177.043l.044.312-.399.046c-.044.126-.088.251-.128.378.179.394.363.785.545 1.176.528-.061 1.115-.05 1.548.305.693.502.875 1.559.372 2.257-.493.785-1.671 1.001-2.404.428-.411-.276-.578-.761-.762-1.195-.208.089-.417.298-.658.18-.513-.829-1.208-1.524-1.834-2.267l-.116.38c.57.349 1.01.974.923 1.669-.036.947-.992 1.707-1.923 1.539-1.018-.123-1.708-1.303-1.318-2.253.272-.783 1.137-1.208 1.934-1.087.231-.7.364-1.439.67-2.108m-.076 1.327c.361.475.771.909 1.156 1.363.241.269.455.577.767.768.221-.712.429-1.427.644-2.141-.856.004-1.712-.011-2.566.01m2.924.237c-.184.71-.497 1.392-.579 2.126.265-.493.455-1.045.942-1.374-.123-.25-.241-.502-.363-.752M2.88 16.339c-.364.687.063 1.608.806 1.802.711.24 1.533-.262 1.66-.996.142-.568-.198-1.109-.643-1.432-.164.467-.255.976-.552 1.384-.146.028-.244-.03-.293-.177.143-.45.325-.885.457-1.338-.571-.034-1.195.202-1.435.757m5.934-.74c.179.477.512.905.583 1.417-.488.185-1.034.038-1.543.089.168.725.921 1.261 1.662 1.051.85-.188 1.266-1.299.742-1.997-.301-.491-.908-.616-1.444-.56m-.96 1.088c.337.008.673.009 1.011.008-.137-.305-.276-.61-.42-.91a2.162 2.162 0 0 0-.59.903z"/><path fill="#035ab2" d="M3.493 3.496C5.402 1.575 7.979.318 10.678.048c.26.006.519.008.778.008-.001 7.911.001 15.822-.001 23.733-2.555-.114-5.067-1.046-7.049-2.667C2.085 19.248.5 16.46.163 13.489l-.058-.06-.037-.075a.629.629 0 0 0 .083-.546 9.282 9.282 0 0 1-.151.057v-1.606c.152-.183.193-.457.055-.659.284-2.67 1.535-5.217 3.439-7.105m2.393-1.15c-.502.197-.654.923-.264 1.3.396.458 1.242.249 1.373-.345.202-.622-.523-1.252-1.109-.955m-.481 2.399c-.314.871-.641 1.738-.936 2.617-.17.306.352.589.502.272.248-.516.399-1.072.604-1.605.003.458.076.933-.053 1.38-.363 1.051-.778 2.086-1.121 3.144-.204.471.582.844.801.375.418-.987.737-2.014 1.133-3.01.033.457-.066.94.097 1.379.258.551.493 1.115.783 1.648.184.375.827.124.729-.273-.168-.615-.577-1.143-.697-1.769a79.334 79.334 0 0 1 .005-2.927c.356.417.278.957.305 1.462.019.27.453.312.535.053.042-.418.061-.848-.017-1.261-.207-.434-.502-.819-.74-1.237-.217-.345-.424-.782-.867-.87-.452-.13-.926.19-1.062.621m3.883.25c-.419.179-.513.803-.157 1.092.354.349 1.018.116 1.091-.372.119-.504-.476-.965-.933-.72m-.306 1.98c-.226.616-.458 1.23-.662 1.854-.118.232.198.461.383.269.164-.33.26-.688.406-1.027.024.973-.588 1.802-.796 2.728-.051.337.476.452.602.16.279-.611.461-1.261.71-1.884-.051.736.239 1.439.66 2.027.218.117.486-.047.463-.298-.117-.437-.462-.806-.455-1.274-.003-.603-.01-1.206.023-1.808.11.206.237.417.212.66.038.234-.088.629.251.673.326-.061.229-.442.25-.678.063-.451-.26-.797-.463-1.163-.18-.272-.328-.627-.669-.725a.727.727 0 0 0-.917.488M5.096 13.11c-.306.669-.439 1.408-.67 2.108-.797-.121-1.662.303-1.934 1.087-.39.95.3 2.13 1.318 2.253.931.168 1.887-.592 1.923-1.539.086-.695-.353-1.319-.923-1.669l.116-.38c.626.743 1.321 1.437 1.834 2.267.241.118.45-.091.658-.18.184.434.35.919.762 1.195.733.573 1.911.357 2.404-.428.503-.697.321-1.755-.372-2.257-.433-.354-1.02-.366-1.548-.305-.182-.391-.366-.782-.545-1.176.041-.127.084-.253.128-.378l.399-.046-.044-.312c-.381-.114-.786-.044-1.177-.043-.043.277.126.45.414.451l-.151.237c-.825.061-1.655.006-2.481.023l.164-.51c.267-.025.827.033.594-.392a2.335 2.335 0 0 0-.866-.005zM12.397.127c1.719-.089 3.411.452 4.936 1.21a12.004 12.004 0 0 1 5.803 6.676 11.9 11.9 0 0 1-.006 7.859 11.913 11.913 0 0 1-10.732 7.934c-.003-7.893 0-15.785 0-23.679m4.895 6.104c-.383.193-.386.797-.013 1.002.37.258.928-.058.894-.508.02-.436-.521-.733-.881-.494m.002 1.651c-.029.314.09.616.149.919-.335.183-.672.366-1.003.555-.291-.382-.569-.803-1.001-1.041-.418-.251-.913-.302-1.39-.273-.213-.11-.432-.212-.651-.31.088.165.168.334.24.507-.094.728-.326 1.432-.41 2.163.004.366.612.527.742.157.155-.326.366-.618.617-.876.206.526.433 1.057.448 1.629.003.414.161.801.399 1.134-.357.044-.72.065-1.069.157-.303.107-.249.471-.259.724.013.405-.038.82.05 1.22.213.278.549.424.829.623.18-.329.037-.664-.222-.9-.013-.354-.013-.709-.013-1.064h1.498l.836 2.185c-.108.206-.215.411-.32.62.274-.028.608.013.792-.241.226-.235.14-.583.05-.857-.232-.65-.494-1.291-.736-1.938.83.047 1.629-.194 2.438-.335l.367 1.023c-.373.314-.795.579-1.12.947.008.395.128.776.217 1.158.378-.178.502-.537.489-.932.345-.368.795-.621 1.129-1.001-.022-.314-.121-.613-.197-.916.319.33.674.626.968.98.173.461.22.959.33 1.437-.118.223-.231.45-.343.677.38.005.856-.094.959-.524.072-.51-.132-1.012-.216-1.511-.047-.437-.381-.742-.552-1.124-.043-.599-.006-1.201-.013-1.802.173.06.43.058.47.286.124.528-.145 1.088.067 1.606.083.241.323.363.516.505-.017-.733.109-1.493-.089-2.208-.208-.62-.959-.447-1.396-.775-.697-.408-1.544-.273-2.286-.083.356-.451.081-1.012-.005-1.505-.119-.406-.126-.86-.344-1.228-.262-.366-.879-.198-.963.229z"/><path fill="#035ab2" d="M16.73 9.747c.267-.146.532-.293.803-.433l.13.559-.422.268c-.173-.128-.342-.262-.51-.394zM5.017 14.436c.855-.022 1.71-.006 2.566-.01-.215.714-.423 1.429-.644 2.141-.312-.192-.526-.499-.767-.768-.385-.453-.795-.888-1.156-1.363zM7.942 14.673c.122.25.24.502.363.752-.488.329-.677.881-.942 1.374.083-.734.395-1.416.579-2.126zM2.88 16.339c.24-.555.863-.791 1.435-.757-.132.453-.314.889-.457 1.338.05.146.147.204.293.177.297-.408.389-.917.552-1.384.444.324.785.865.643 1.432-.127.734-.949 1.236-1.66.996-.743-.194-1.171-1.115-.806-1.802zM8.814 15.599c.536-.056 1.143.069 1.444.56.524.698.108 1.81-.742 1.997-.742.21-1.495-.326-1.662-1.051.509-.051 1.055.097 1.543-.089-.071-.512-.404-.94-.583-1.417z"/><path fill="#035ab2" d="M7.854 16.687c.119-.347.319-.655.59-.903.145.301.283.606.42.91-.338.001-.674 0-1.011-.008z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-speed-limits--g1" xmlns="http://www.w3.org/2000/svg"><path d="M6 0h1.59c-.523.06-1.275-.125-1.531.484L6 2.022V0zM15.733 0H18v1.461c-.033-.494.076-1.178-.493-1.407L15.733 0z"/><path d="M6.531.246c.148-.062.313-.041.468-.048 3.404.006 6.807-.001 10.21.003a.557.557 0 0 1 .59.588c.002 7.474.002 14.948 0 22.422a.56.56 0 0 1-.589.588c-3.472.002-6.944.002-10.417 0a.557.557 0 0 1-.592-.59c-.002-7.473-.002-14.946 0-22.418a.556.556 0 0 1 .33-.545m.178.274c-.185.017-.208.229-.198.374.004 7.437-.003 14.874.003 22.31-.033.219.196.318.378.29l10.219-.001c.177.027.404-.067.375-.282.007-7.338-.001-14.676.004-22.014-.008-.186.023-.38-.033-.56-.085-.166-.302-.119-.454-.132C13.572.518 10.139.488 6.709.52z"/><path d="M7.528 2.113c.392-.237.911-.119 1.24.174l-.268.234c-.217-.185-.802-.335-.829.074.207.222.57.177.834.311.386.125.481.713.135.938-.443.322-1.082.193-1.45-.186.094-.078.189-.155.285-.231.236.227.617.332.91.151.142-.066.137-.29-.015-.341-.27-.115-.57-.144-.837-.268-.322-.168-.316-.679-.005-.856zM9.27 2.007c.404.014.815-.039 1.213.039.393.1.567.631.299.94-.274.344-.76.209-1.141.234v.787l-.37-.001-.001-1.999m.371.36v.5c.251-.005.505.023.752-.03.206-.062.196-.382-.003-.444-.246-.049-.499-.022-.749-.026zM11.259 2.007h1.5v.36h-1.124l.001.366h.611l.001.366-.613.002.001.546H12.8v.36l-1.541-.001V2.007zM13.212 2.007h1.5v.36h-1.13v.366h.617l.001.367h-.618v.547h1.165v.359l-1.535.001v-2zM15.158 2.008c.416.014.885-.08 1.246.183.556.372.533 1.331-.049 1.667-.358.219-.798.132-1.196.148-.001-.666.001-1.332-.001-1.998m.378.353v1.291c.184-.012.38.016.552-.067.443-.182.471-.911.052-1.134-.183-.106-.402-.077-.604-.09zM8.347 5.253h.359c.004.567-.008 1.133.007 1.699.376-.008.752-.006 1.128-.005v.306H8.347v-2zM10.182 5.254l.359-.001v2h-.359V5.254zM11.065 5.253h.348c.194.395.387.791.582 1.186.197-.395.392-.791.588-1.186h.352v2h-.352c0-.409-.009-.819.013-1.228-.21.404-.401.818-.601 1.227-.18-.376-.363-.751-.533-1.132-.088.063-.108.152-.058.269.014.288.008.576.007.864h-.346v-2zM13.453 5.253h.359v2h-.359v-2zM14.153 5.253h1.5v.353l-.577.001v1.646h-.346l-.001-1.646-.576-.001v-.353zM14.055 8.478c.612-.144 1.313-.058 1.798.368.626.52.829 1.375.828 2.156-.012.755-.201 1.571-.774 2.103-.52.5-1.324.585-1.992.38-.645-.211-1.095-.803-1.271-1.441-.207-.752-.2-1.577.077-2.311.222-.591.711-1.1 1.334-1.255m.184.886c-.643.241-.847 1.011-.844 1.633.005.505.094 1.066.476 1.431.389.353 1.066.361 1.438-.022.342-.339.458-.838.476-1.304.015-.492-.053-1.022-.365-1.422-.271-.351-.773-.445-1.181-.316zM7.316 8.501c1.348-.002 2.695-.001 4.043 0-.001.295-.001.591.002.887-.657.584-1.053 1.396-1.35 2.21-.224.608-.3 1.257-.313 1.902h-.894c-.024-1.478.495-2.926 1.349-4.12-.94 0-1.881-.001-2.822.001a64.838 64.838 0 0 1-.015-.88zM7.412 14.747l.279-.002c.125.374.245.749.367 1.124.124-.377.238-.756.371-1.129l.271.01v1.997h-.282v-1.114c-.12.367-.236.734-.356 1.101-.133-.363-.243-.733-.367-1.099l-.001 1.112h-.282v-2zM9.13 14.747l.269-.001c.002.666.001 1.332.001 1.998l-.266.008c-.01-.668-.003-1.337-.004-2.005zM9.835 14.745l.283.005c.176.401.353.801.538 1.198-.004-.401-.003-.801-.003-1.201h.276c0 .671.001 1.342-.001 2.013l-.203-.026c-.225-.434-.406-.89-.611-1.333-.003.448-.002.897-.002 1.345l-.276.002-.001-2.003zM13.068 14.747l.285-.001v2.001l-.282-.001c.002-.392-.007-.785.004-1.177-.108.403-.253.794-.37 1.195-.112-.384-.242-.763-.367-1.144.004.376.003.751.003 1.127h-.282c0-.67-.001-1.34.001-2.01l.274.02c.146.361.241.741.372 1.107.123-.372.242-.744.362-1.117zM15.3 14.748l.272-.005c.128.375.248.752.372 1.129.117-.376.239-.751.36-1.125l.283-.002c.003.667.001 1.335.001 2.002h-.282c0-.372.001-.743-.002-1.114-.13.361-.221.736-.37 1.09-.12-.366-.236-.732-.357-1.097l-.001 1.121H15.3v-1.999zM11.353 14.747h.277l-.001 2h-.276v-2zM13.777 14.747l.282-.001c.016.525-.032 1.053.021 1.575.063.246.463.228.495-.026.046-.513.005-1.031.019-1.546l.273-.007c.003.489.01.978.001 1.467.016.302-.258.585-.561.57a.56.56 0 0 1-.526-.569c-.014-.488 0-.976-.004-1.463zM13.546 17.975c.415-.098.909-.07 1.228.247.416.41.523 1.024.564 1.583.013.617-.054 1.284-.422 1.801-.341.486-1.044.558-1.559.341-.426-.2-.626-.668-.734-1.098-.176-.741-.144-1.554.189-2.248.141-.3.407-.546.734-.626m.09.658c-.316.205-.399.618-.452.966-.049.525-.041 1.105.253 1.564.235.366.871.335 1.04-.078a2.684 2.684 0 0 0 .041-2.12c-.126-.342-.563-.502-.882-.332zM10.627 17.998c.21-.005.421-.005.632-.005v2.426l.381.002.006.565-.387.011c0 .331-.001.663.001.996h-.625c.001-.333 0-.666 0-.999l-1.981-.001-.004-.362c.652-.882 1.324-1.751 1.977-2.633m.008.92c-.372.503-.77.987-1.122 1.504.374-.001.748-.004 1.122-.002v-1.502zM6 22.654c.014.466-.03 1.08.491 1.291L8.27 24H6v-1.346zM17.532 23.931c.73-.355.328-1.335.468-1.962V24h-1.586l1.118-.069z"/><path fill="#fff" d="M7.59 0h8.143l1.774.054c.569.229.46.913.493 1.407v20.508c-.14.627.262 1.607-.468 1.962L16.414 24H8.27l-1.779-.055c-.521-.211-.477-.825-.491-1.291V2.022L6.059.484C6.315-.125 7.067.06 7.59 0M6.531.246a.556.556 0 0 0-.33.545c-.002 7.472-.002 14.945 0 22.418-.03.326.267.62.592.59 3.473.002 6.945.002 10.417 0a.56.56 0 0 0 .589-.588c.002-7.474.002-14.948 0-22.422a.557.557 0 0 0-.59-.588C13.806.197 10.403.204 6.999.198c-.155.007-.32-.014-.468.048z"/><path fill="#fff" d="M6.709.52c3.43-.032 6.863-.002 10.294-.015.152.013.369-.034.454.132.056.18.025.374.033.56-.005 7.338.003 14.676-.004 22.014.029.215-.198.309-.375.282l-10.219.001c-.182.028-.411-.071-.378-.29-.006-7.436.001-14.873-.003-22.31-.01-.145.013-.357.198-.374m.819 1.593c-.311.177-.317.688.005.856.267.124.567.153.837.268.152.051.157.275.015.341-.293.181-.674.076-.91-.151-.096.076-.191.153-.285.231.368.379 1.007.508 1.45.186.346-.225.251-.813-.135-.938-.264-.134-.627-.089-.834-.311.027-.409.612-.259.829-.074l.268-.234c-.329-.293-.848-.411-1.24-.174m1.742-.106l.001 1.999.37.001V3.22c.381-.025.867.11 1.141-.234.268-.309.094-.84-.299-.94-.398-.078-.809-.025-1.213-.039m1.989 0v1.999l1.541.001v-.36h-1.164l-.001-.546.613-.002-.001-.366h-.611l-.001-.366h1.124v-.36h-1.5m1.953 0v2l1.535-.001v-.359h-1.165V3.1h.618l-.001-.367h-.617v-.366h1.13v-.36h-1.5m1.946.001c.002.666 0 1.332.001 1.998.398-.016.838.071 1.196-.148.582-.336.605-1.295.049-1.667-.361-.263-.83-.169-1.246-.183M8.347 5.253v2h1.494v-.306c-.376-.001-.752-.003-1.128.005-.015-.566-.003-1.132-.007-1.699h-.359m1.835.001v1.999h.359v-2l-.359.001m.883-.001v2h.346c.001-.288.007-.576-.007-.864-.05-.117-.03-.206.058-.269.17.381.353.756.533 1.132.2-.409.391-.823.601-1.227-.022.409-.013.819-.013 1.228h.352v-2h-.352c-.196.395-.391.791-.588 1.186-.195-.395-.388-.791-.582-1.186h-.348m2.388 0v2h.359v-2h-.359m.7 0v.353l.576.001.001 1.646h.346V5.607l.577-.001v-.353h-1.5m-.098 3.225c-.623.155-1.112.664-1.334 1.255-.277.734-.284 1.559-.077 2.311.176.638.626 1.23 1.271 1.441.668.205 1.472.12 1.992-.38.573-.532.762-1.348.774-2.103.001-.781-.202-1.636-.828-2.156-.485-.426-1.186-.512-1.798-.368m-6.739.023c.003.293.008.586.015.88.941-.002 1.882-.001 2.822-.001-.854 1.194-1.373 2.642-1.349 4.12h.894c.013-.645.089-1.294.313-1.902.297-.814.693-1.626 1.35-2.21a65.602 65.602 0 0 1-.002-.887c-1.348-.001-2.695-.002-4.043 0m.096 6.246v2h.282l.001-1.112c.124.366.234.736.367 1.099.12-.367.236-.734.356-1.101v1.114H8.7V14.75a24.53 24.53 0 0 0-.271-.01c-.133.373-.247.752-.371 1.129-.122-.375-.242-.75-.367-1.124l-.279.002m1.718 0c.001.668-.006 1.337.004 2.005l.266-.008c0-.666.001-1.332-.001-1.998l-.269.001m.705-.002l.001 2.003.276-.002c0-.448-.001-.897.002-1.345.205.443.386.899.611 1.333l.203.026c.002-.671.001-1.342.001-2.013h-.276c0 .4-.001.8.003 1.201a58.373 58.373 0 0 1-.538-1.198 26.709 26.709 0 0 0-.283-.005m3.233.002c-.12.373-.239.745-.362 1.117-.131-.366-.226-.746-.372-1.107l-.274-.02c-.002.67-.001 1.34-.001 2.01h.282c0-.376.001-.751-.003-1.127.125.381.255.76.367 1.144.117-.401.262-.792.37-1.195-.011.392-.002.785-.004 1.177l.282.001v-2.001l-.285.001m2.232.001v1.999h.276l.001-1.121c.121.365.237.731.357 1.097.149-.354.24-.729.37-1.09.003.371.002.742.002 1.114h.282c0-.667.002-1.335-.001-2.002l-.283.002c-.121.374-.243.749-.36 1.125-.124-.377-.244-.754-.372-1.129l-.272.005m-3.947-.001v2h.276l.001-2h-.277m2.424 0c.004.487-.01.975.004 1.463a.56.56 0 0 0 .526.569c.303.015.577-.268.561-.57.009-.489.002-.978-.001-1.467l-.273.007c-.014.515.027 1.033-.019 1.546-.032.254-.432.272-.495.026-.053-.522-.005-1.05-.021-1.575l-.282.001m-.231 3.228a1.13 1.13 0 0 0-.734.626c-.333.694-.365 1.507-.189 2.248.108.43.308.898.734 1.098.515.217 1.218.145 1.559-.341.368-.517.435-1.184.422-1.801-.041-.559-.148-1.173-.564-1.583-.319-.317-.813-.345-1.228-.247m-2.919.023c-.653.882-1.325 1.751-1.977 2.633l.004.362 1.981.001c0 .333.001.666 0 .999h.625c-.002-.333-.001-.665-.001-.996l.387-.011a53.497 53.497 0 0 1-.006-.565l-.381-.002v-2.426c-.211 0-.422 0-.632.005z"/><path fill="#fff" d="M15.536 2.361c.202.013.421-.016.604.09.419.223.391.952-.052 1.134-.172.083-.368.055-.552.067V2.361zM9.641 2.367c.25.004.503-.023.749.026.199.062.209.382.003.444-.247.053-.501.025-.752.03v-.5zM14.239 9.364c.408-.129.91-.035 1.181.316.312.4.38.93.365 1.422-.018.466-.134.965-.476 1.304-.372.383-1.049.375-1.438.022-.382-.365-.471-.926-.476-1.431-.003-.622.201-1.392.844-1.633zM13.636 18.633c.319-.17.756-.01.882.332a2.684 2.684 0 0 1-.041 2.12c-.169.413-.805.444-1.04.078-.294-.459-.302-1.039-.253-1.564.053-.348.136-.761.452-.966zM10.635 18.918v1.502c-.374-.002-.748.001-1.122.002.352-.517.75-1.001 1.122-1.504z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-speed-limits--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M11.127 0h1.724a12.115 12.115 0 0 1 7.65 3.493A12.13 12.13 0 0 1 24 11.132v1.729a12.12 12.12 0 0 1-3.499 7.645A12.117 12.117 0 0 1 12.869 24h-1.723c-2.502-.186-4.941-1.159-6.857-2.778C1.805 19.171.234 16.08 0 12.871v-1.725c.227-3.213 1.798-6.308 4.282-8.362C6.196 1.164 8.63.193 11.126.001m-.633 1.963a10.097 10.097 0 0 0-6.558 3.99 10.047 10.047 0 0 0-1.951 6.477 10.052 10.052 0 0 0 2.999 6.691 10.048 10.048 0 0 0 5.801 2.823 10.084 10.084 0 0 0 6.667-1.479 10.157 10.157 0 0 0 3.923-4.644 10.131 10.131 0 0 0 .241-7.142c-.837-2.484-2.692-4.601-5.035-5.77-1.866-.942-4.025-1.263-6.088-.946z"/><path fill="#fff" d="M10.493 1.964c2.063-.317 4.222.004 6.088.946 2.343 1.169 4.198 3.286 5.035 5.77a10.131 10.131 0 0 1-.241 7.142 10.152 10.152 0 0 1-3.923 4.644 10.084 10.084 0 0 1-12.468-1.344 10.052 10.052 0 0 1-2.999-6.691 10.051 10.051 0 0 1 1.951-6.477 10.101 10.101 0 0 1 6.558-3.99m.698 4.958c-.005.416-.031.834.009 1.25.073.191.292.231.472.222 1.85 0 3.701.001 5.55-.001.18.013.417-.045.457-.251.036-.402.01-.808.009-1.211-.577-.221-.586-.93-.863-1.4-.113-.366-.499-.54-.859-.505-1.135.013-2.272-.026-3.404.02-.668.436-.604 1.536-1.371 1.876m-5.279-.264c.01.55.682.872 1.126.533-.083.195-.068.46-.273.579-.214.103-.312-.087-.418-.234l-.423.062c.102.264.274.559.596.562.515.084.925-.393.934-.877.054-.523.04-1.263-.55-1.475-.529-.207-1.096.305-.99.851m2.292-.825c-.563.377-.472 1.194-.371 1.776.089.587.984.766 1.267.237.246-.484.225-1.076.084-1.587-.107-.411-.609-.609-.98-.426m3.534 2.727c.003.205-.004.41.018.613.053.364.558.493.817.259.255-.214.143-.584.172-.871a67.483 67.483 0 0 0-1.006-.001m4.39 0c.008.226-.016.459.034.681.128.39.739.41.919.049.082-.234.041-.488.054-.73h-1.007m-4.833 2.36c-.01 1.914 0 3.827-.004 5.741l.204.021c.01.508-.031 1.019.02 1.525.121.456.893.418.984-.038.05-.499.006-1 .02-1.5.231 0 .462-.011.694.01.264.204.515.451.857.513.568.157 1.175-.078 1.547-.519.265-.004.529-.004.794-.004.008.474-.018.949.011 1.422.031.488.857.557.961.082.049-.489.005-.983.021-1.473l.168-.074c.02-1.858.006-3.718.008-5.578.024-.268-.205-.549-.486-.509a933.176 933.176 0 0 0-5.291-.001c-.225-.024-.527.121-.508.381m-4.032 1.614c-.124.45-.136.954.04 1.392.175.434.779.572 1.143.297.449-.342.378-1.189-.176-1.385-.224-.089-.446.014-.643.113.065-.205.044-.506.29-.592.187-.072.298.106.386.236l.413-.046c-.08-.202-.171-.434-.391-.519-.416-.181-.941.067-1.063.504m2.223-.515c-.367.143-.464.574-.485.925-.013.377-.023.79.18 1.125.256.42.983.391 1.182-.069.205-.48.195-1.043.052-1.539-.103-.391-.563-.596-.929-.441z"/><path fill="#fff" d="M12.038 6.651c.227-.418.344-.912.658-1.275 1.17-.013 2.346-.044 3.513.018.276.381.416.842.633 1.258h-4.805zM6.462 6.216c.466-.329.738.65.266.773-.403.072-.48-.54-.266-.773zM8.429 6.157c.182-.074.322.084.343.25.059.4.07.819-.028 1.214-.073.275-.464.186-.464-.085-.031-.444-.163-1.015.148-1.378zM9.575 12.421c.21-.211.434.025.442.25.038.391.072.805-.054 1.184-.078.239-.437.138-.442-.088-.074-.441-.101-.919.054-1.346zM7.754 13.268c.465-.503.822.606.289.73-.351-.015-.449-.476-.289-.73z"/><path fill="#030303" d="M11.192 6.922c.767-.341.702-1.44 1.371-1.876 1.132-.046 2.269-.008 3.404-.02.361-.035.746.139.859.505.278.47.287 1.179.863 1.4.001.403.028.809-.009 1.211-.04.206-.278.264-.457.251-1.85.003-3.701.001-5.55.001-.181.009-.4-.031-.472-.222-.04-.416-.014-.834-.009-1.25m.846-.271h4.805c-.217-.416-.357-.877-.633-1.258-1.167-.062-2.343-.03-3.513-.018-.314.363-.431.857-.658 1.275zM5.913 6.658c-.106-.545.461-1.058.99-.851.591.212.604.952.55 1.475-.009.484-.418.961-.934.877-.322-.003-.494-.298-.596-.562.142-.02.283-.04.423-.062.107.147.205.337.418.234.205-.119.19-.384.273-.579-.444.339-1.116.018-1.126-.533m.551-.441c-.214.232-.137.844.266.773.471-.123.2-1.102-.266-.773zM8.207 5.834c.371-.183.873.015.98.426.141.511.162 1.103-.084 1.587-.283.529-1.177.349-1.267-.237-.102-.582-.192-1.399.371-1.776m.222.323c-.312.363-.18.935-.148 1.378 0 .271.391.361.464.085.098-.395.087-.814.028-1.214-.021-.166-.161-.324-.343-.25zM11.741 8.561c.336-.001.671-.001 1.006.001-.029.287.083.657-.172.871-.259.234-.764.106-.817-.259-.021-.204-.015-.408-.018-.613zM16.132 8.561h1.007c-.013.243.028.496-.054.73-.18.361-.79.341-.919-.049-.05-.222-.026-.455-.034-.681zM11.299 10.921c-.019-.26.283-.405.508-.381 1.763-.004 3.527-.005 5.291.001.281-.04.51.241.486.509-.001 1.86.013 3.719-.008 5.578l-.168.074c-.016.49.028.984-.021 1.473-.104.475-.93.406-.961-.082-.029-.474-.004-.949-.011-1.422-.265 0-.529 0-.794.004-.372.441-.979.676-1.547.519-.342-.062-.593-.309-.857-.513-.231-.021-.462-.01-.694-.01-.014.5.03 1.001-.02 1.5-.09.456-.863.494-.984.038-.052-.506-.01-1.018-.02-1.525l-.204-.021c.004-1.914-.006-3.827.004-5.741zM7.267 12.534c.122-.437.647-.685 1.063-.504.22.085.31.317.391.519l-.413.046c-.088-.131-.199-.308-.386-.236-.246.085-.225.387-.29.592.197-.099.42-.202.643-.113.554.196.624 1.043.176 1.385-.364.275-.969.137-1.143-.297-.176-.439-.165-.942-.04-1.392m.486.734c-.16.254-.062.715.289.73.533-.124.176-1.233-.289-.73zM9.489 12.019c.366-.155.826.05.929.441.143.496.153 1.059-.052 1.539-.2.46-.926.489-1.182.069-.202-.334-.192-.748-.18-1.125.021-.351.118-.782.485-.925m.086.403c-.155.427-.128.905-.054 1.346.005.226.364.327.442.088.126-.378.092-.793.054-1.184-.009-.225-.232-.461-.442-.25z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M11.32 0h1.268c2.483.146 4.913 1.037 6.866 2.582-1.358 1.348-2.705 2.708-4.064 4.055-.312.042-.768-.1-.947.246-.116.198.066.379.164.535-.216.218-.434.437-.653.655-1.852.014-3.704.004-5.557.006.11-.346.227-.689.343-1.032-.404-.248-.87-.353-1.312-.514.11-.301.224-.601.34-.9.924-.005 1.847-.028 2.771-.024.29.263.559.552.88.78.175 0 .26-.085.257-.258-.295-.352-.665-.631-1.003-.938a676.23 676.23 0 0 1-3.188.034 706.6 706.6 0 0 0-.586 1.546c.446.16.894.316 1.344.468-.338 1.034-.688 2.064-1.03 3.097-.797-.286-1.68-.352-2.5-.12a3.997 3.997 0 0 0-2.544 2.146c-.588 1.231-.474 2.765.298 3.89.436.672 1.099 1.158 1.819 1.487l-1.702 1.703C1.047 17.499.149 15.081-.001 12.609v-1.021c.107-3.092 1.45-6.122 3.698-8.252C5.73 1.35 8.493.197 11.318.001zM21.408 4.536A12.174 12.174 0 0 1 24 11.692v.616c-.079 3.014-1.332 5.981-3.463 8.117-2.077 2.122-4.958 3.398-7.918 3.576h-1.21a12.285 12.285 0 0 1-6.862-2.593c2.162-2.159 4.32-4.324 6.482-6.482.35.26.768.392 1.205.394l.066.304-.482.005c.002.154.004.307.001.461h1.338c-.001-.155 0-.308.002-.462-.205 0-.41-.002-.616-.001l-.083-.35c.534-.202.936-.64 1.08-1.194l.643.019c.031 1.327.74 2.623 1.884 3.311 1.496.982 3.632.733 4.883-.541 1.4-1.324 1.579-3.695.384-5.209-1.021-1.41-3.002-1.958-4.616-1.32-.113-.256-.228-.51-.34-.766 1.674-1.681 3.36-3.35 5.028-5.038z"/><path fill="#176fc1" d="M8.238 8.545c1.75-.007 3.5.006 5.25-.006l-3.148 3.148a456.266 456.266 0 0 1-2.32-2.482l.217-.66zM7.588 10.502c.092-.284.192-.568.287-.852.724.778 1.452 1.55 2.176 2.327-.196.197-.394.392-.589.59a4.248 4.248 0 0 0-1.873-2.065zM13.168 12.786c.967-.968 1.933-1.936 2.902-2.902.091.209.187.415.278.624a4.087 4.087 0 0 0-2.144 3.182c-.216-.007-.431-.016-.646-.024a2.762 2.762 0 0 0-.39-.881zM3.776 11.444c.898-.703 2.16-.854 3.215-.44-.264.757-.482 1.531-.778 2.276-.121.332-.461.491-.668.757.04.166.136.232.29.197.445-.179.707-.625.859-1.057.23-.664.437-1.336.672-1.998a3.488 3.488 0 0 1 1.547 1.937c-1.361 1.358-2.72 2.718-4.079 4.079-1.074-.341-1.966-1.229-2.238-2.33-.335-1.243.148-2.65 1.18-3.42zM17.016 10.969c.698-.227 1.468-.271 2.171-.034 1.07.343 1.928 1.278 2.166 2.378a3.272 3.272 0 0 1-1.087 3.233c-.955.832-2.412 1.003-3.541.434-1.079-.516-1.806-1.661-1.837-2.856 1.157.032 2.311.108 3.468.12-.001-.162-.014-.328-.089-.474-.416-.935-.851-1.861-1.25-2.802z"/><path fill="#176fc1" d="M14.899 13.715a3.368 3.368 0 0 1 1.735-2.572c.406.893.806 1.788 1.207 2.683-.98-.035-1.961-.073-2.942-.112zM12.582 13.382c.113-.12.229-.238.346-.354.094.205.186.41.284.613a62.37 62.37 0 0 1-.752-.019l.122-.24zM11.275 14.68l.67-.671c.072.323.14.646.206.97a2.042 2.042 0 0 1-.876-.299zM12.185 14.021c.335.011.671.025 1.006.05a1.406 1.406 0 0 1-.802.851c-.073-.3-.139-.6-.204-.901z"/><path fill="#ee1c23" d="M15.39 6.637c1.36-1.346 2.706-2.707 4.064-4.055a11.542 11.542 0 0 1 1.954 1.954c-1.668 1.687-3.354 3.356-5.028 5.038-.104.103-.208.206-.311.311-.968.966-1.934 1.933-2.902 2.902-.079.082-.16.162-.24.242a16.53 16.53 0 0 0-.346.354c-.214.208-.427.415-.637.626l-.67.671-.245.245c-2.162 2.159-4.32 4.324-6.482 6.482a10.922 10.922 0 0 1-1.963-1.963c.566-.568 1.134-1.135 1.702-1.703l.548-.546a3137.337 3137.337 0 0 1 4.626-4.627c.196-.198.394-.394.589-.59l.29-.29 3.148-3.148.467-.466.653-.655c.262-.26.522-.521.782-.781z"/><path fill="#fff" d="M7.484 5.227c1.063-.008 2.126-.019 3.188-.034.338.307.708.587 1.003.938.004.173-.082.258-.257.258-.32-.228-.589-.517-.88-.78-.924-.004-1.847.019-2.771.024-.115.299-.229.599-.34.9.442.161.907.265 1.312.514-.116.343-.233.686-.343 1.032 1.853-.002 3.706.008 5.557-.006l-.467.466c-1.75.012-3.5-.001-5.25.006l-.217.66c.77.83 1.543 1.657 2.32 2.482l-.29.29c-.724-.776-1.452-1.549-2.176-2.327-.095.284-.194.568-.287.852a4.248 4.248 0 0 1 1.873 2.065c-.184.181-.365.365-.547.548a3.484 3.484 0 0 0-1.547-1.937c-.235.662-.442 1.334-.672 1.998-.152.432-.414.878-.859 1.057-.155.035-.251-.031-.29-.197.208-.266.547-.425.668-.757.295-.745.514-1.519.778-2.276-1.055-.414-2.317-.263-3.215.44-1.032.77-1.514 2.177-1.18 3.42.272 1.102 1.164 1.99 2.238 2.33-.184.181-.366.364-.548.546-.72-.329-1.384-.815-1.819-1.487-.772-1.126-.886-2.659-.298-3.89a3.997 3.997 0 0 1 2.544-2.146c.82-.232 1.703-.166 2.5.12.342-1.033.691-2.063 1.03-3.097a76.11 76.11 0 0 1-1.344-.468c.194-.516.39-1.031.586-1.546zM14.443 6.883c.179-.346.635-.204.947-.246l-.782.781c-.098-.156-.281-.337-.164-.535zM16.069 9.884c.103-.104.206-.208.311-.311.112.256.227.51.34.766 1.614-.638 3.595-.09 4.616 1.32 1.195 1.514 1.016 3.886-.384 5.209-1.25 1.274-3.386 1.523-4.883.541-1.144-.688-1.853-1.984-1.884-3.311l-.643-.019a1.743 1.743 0 0 1-1.08 1.194l.083.35c.205-.001.41.001.616.001-.002.154-.004.307-.002.462h-1.338c.002-.154.001-.307-.001-.461l.482-.005-.066-.304a2.008 2.008 0 0 1-1.205-.394l.245-.245c.265.172.565.26.876.299a53.94 53.94 0 0 0-.206-.97c.21-.211.424-.419.637-.626l-.122.24c.251.008.502.014.752.019a28.293 28.293 0 0 1-.284-.613l.24-.242c.181.27.313.566.39.881.215.008.43.017.646.024a4.086 4.086 0 0 1 2.144-3.182c-.091-.209-.187-.415-.278-.624m.945 1.086c.4.941.834 1.867 1.25 2.802.074.146.088.312.089.474-1.157-.012-2.311-.088-3.468-.12.031 1.195.758 2.34 1.837 2.856 1.129.569 2.586.397 3.541-.434a3.272 3.272 0 0 0 1.087-3.233c-.238-1.1-1.096-2.035-2.166-2.378-.703-.238-1.472-.193-2.171.034m-2.116 2.745c.982.038 1.962.077 2.942.112-.401-.895-.802-1.79-1.207-2.683a3.366 3.366 0 0 0-1.735 2.572m-2.714.305c.065.301.131.601.204.901.379-.156.668-.462.802-.851-.335-.025-.671-.04-1.006-.05z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0391ff" d="M0 .065h21.961c-2.693 2.671-5.359 5.368-8.046 8.046-3.255-.006-6.511 0-9.766-.003-.246-.04-.463.165-.494.4-.297 1.254-.606 2.506-.89 3.763-.01.769.001 1.539-.006 2.308.68.074 1.382.012 2.069.031.031-.733.518-1.469 1.275-1.598.781-.219 1.646.221 1.952.968-.115.117-.232.234-.349.348-.126-.979-1.557-1.265-2.139-.524-.582.647-.237 1.862.647 2.019-2.073 2.073-4.14 4.151-6.214 6.222V.066zM17.994 8.107C19.996 6.101 21.995 4.094 24 2.091v21.844H2.186c3.102-3.114 6.205-6.227 9.32-9.328 1.223-.006 2.456.029 3.675-.018.114-.341.149-.736.394-1.027.598-.808 1.965-.8 2.579-.014.25.296.326.689.379 1.061.873 0 1.745.009 2.617-.004.147-.073.309-.211.28-.394.004-1.906.001-3.811.001-5.717-.025-.196-.196-.384-.4-.384-1.012-.004-2.025.001-3.038-.003m-1.604 5.368c-.755.28-.97 1.335-.468 1.938.468.623 1.53.576 1.968-.058.372-.541.28-1.383-.28-1.762-.362-.219-.824-.283-1.219-.118z"/><path fill="#0391ff" d="M4.061 8.548c.678-.09 1.396.006 2.087-.048.136.178-.043.424-.017.632-.097.907-.211 1.81-.314 2.715-.826.001-1.651-.009-2.477.005l-.054-.073c.279-1.072.528-2.152.774-3.232zM6.774 8.515c.913-.008 1.827.005 2.74-.006.031.832.006 1.67.013 2.504-1.014-.003-2.033.017-3.045-.009.106-.829.196-1.659.292-2.488zM10.114 8.521c1.043 0 2.086-.001 3.129.001l.027.234c-.747.751-1.497 1.5-2.246 2.248-.31.019-.621.029-.93.005.016-.829-.023-1.662.019-2.488zM17.569 8.541a.265.265 0 0 0 .017-.016c1.069-.014 2.138.004 3.208-.01.062.826.009 1.671.025 2.504-1.068.005-2.135-.009-3.203.006-.104-.811-.006-1.659-.047-2.484zM15.093 11.013a201.15 201.15 0 0 1 1.903-1.906c.012.637.003 1.274.005 1.911-.637-.003-1.273.009-1.908-.005z"/><path fill="#ff163c" d="M21.961.065H24v2.026c-2.006 2.003-4.005 4.01-6.006 6.016a7.658 7.658 0 0 0-.424.435c-.201.178-.387.374-.573.566a201.15 201.15 0 0 0-1.903 1.906 578.854 578.854 0 0 0-3.587 3.595 3152.503 3152.503 0 0 0-9.32 9.328H.001v-1.891c2.074-2.07 4.141-4.149 6.214-6.222l1.492-1.494c.117-.114.234-.231.349-.348.991-.99 1.981-1.984 2.97-2.976.749-.749 1.498-1.497 2.246-2.248.215-.214.431-.429.645-.645 2.687-2.678 5.353-5.375 8.046-8.046z"/><path fill="#fff" d="M3.654 8.508c.031-.235.248-.44.494-.4 3.255.003 6.511-.004 9.766.003-.214.215-.429.431-.645.645l-.027-.234c-1.043-.003-2.086-.001-3.129-.001-.043.826-.004 1.659-.019 2.488.309.023.62.014.93-.005-.989.992-1.978 1.986-2.97 2.976-.306-.747-1.171-1.187-1.952-.968-.758.13-1.244.865-1.275 1.598-.688-.019-1.389.043-2.069-.031.008-.769-.004-1.539.006-2.308.284-1.257.593-2.509.89-3.763m.407.04c-.246 1.079-.496 2.16-.774 3.232l.054.073c.825-.014 1.65-.004 2.477-.005.102-.906.217-1.808.314-2.715-.026-.208.153-.454.017-.632-.691.054-1.409-.042-2.087.048m2.712-.034c-.096.829-.186 1.659-.292 2.488 1.012.026 2.03.006 3.045.009-.006-.834.018-1.672-.013-2.504-.913.012-1.827-.001-2.74.006zM17.586 8.526c.13-.145.267-.284.407-.419 1.013.004 2.026-.001 3.038.003.204 0 .375.188.4.384 0 1.906.003 3.811-.001 5.717.029.183-.134.322-.28.394-.872.013-1.744.004-2.617.004-.053-.372-.128-.765-.379-1.061-.614-.786-1.981-.794-2.579.014-.245.292-.28.686-.394 1.027-1.219.047-2.452.012-3.675.018a578.854 578.854 0 0 1 3.587-3.595c.636.014 1.271.003 1.908.005-.003-.637.006-1.274-.005-1.911.187-.192.372-.388.573-.566.04.825-.057 1.674.047 2.484 1.068-.016 2.135-.001 3.203-.006-.016-.833.038-1.677-.025-2.504-1.07.014-2.139-.004-3.208.01z"/><path fill="#fff" d="M5.567 13.803c.582-.741 2.013-.455 2.139.524l-1.492 1.494c-.885-.157-1.23-1.371-.647-2.019zM16.389 13.475c.396-.165.858-.101 1.219.118.56.379.653 1.221.28 1.762-.438.634-1.5.681-1.968.058-.502-.603-.287-1.658.468-1.938z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-buses-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#03a8eb" d="M0 0h18.533c-1.521 1.852-2.995 3.745-4.499 5.611-.84-1.356-1.611-2.761-2.497-4.087-.951 1.633-1.952 3.237-2.909 4.868.551 0 1.101-.003 1.652 0 0 1.308.005 2.616-.003 3.924-.585.732-1.163 1.468-1.756 2.192-.579.089-1.068.607-.976 1.219-2.504 3.161-5.037 6.3-7.545 9.459V.001zM23.908.256L24 .205V23.6c-.216.072-.376.243-.532.4H4.788c.94-1.171 1.88-2.343 2.823-3.512.191.224.364.469.6.651.187.067.391.025.585.036 2.035-.008 4.071.007 6.105-.007.277-.196.475-.489.735-.712.148-2.323.133-4.657.016-6.983.02-.305-.228-.52-.415-.724-.312-.324-.808-.189-1.209-.243 3.22-4.008 6.443-8.012 9.661-12.02l.219-.231M8.62 21.597c.039.388.037.78.105 1.164.171.508 1.024.48 1.18-.024.065-.361.091-.729.145-1.092-.475-.043-.955-.033-1.431-.048m4.794.044c.055.365.076.733.144 1.097.16.512 1.025.527 1.188.008.053-.381.061-.767.097-1.149-.476.013-.956.011-1.429.044z"/><path fill="#03a8eb" d="M12.847 6.401c.188-.003.377-.008.567-.015-.191.244-.384.485-.577.725.009-.236.004-.473.011-.711zM10.889 16.411c.788-.981 1.576-1.963 2.365-2.943.531-.001 1.061-.004 1.592.001v2.939c-1.319.004-2.639-.001-3.957.003z"/><path fill="#ed1c24" d="M18.533 0h5.204l.171.256-.219.231c-3.219 4.008-6.441 8.012-9.661 12.02l-.773.961c-.789.98-1.577 1.961-2.365 2.943-1.093 1.36-2.187 2.717-3.279 4.077-.943 1.169-1.883 2.341-2.823 3.512H.271c-.02-.173-.111-.241-.271-.203v-.612c2.508-3.159 5.041-6.297 7.545-9.459.332-.401.657-.807.976-1.219.593-.724 1.171-1.46 1.756-2.192.852-1.067 1.707-2.135 2.559-3.204.193-.24.387-.481.577-.725.208-.257.416-.516.621-.776 1.504-1.865 2.977-3.759 4.499-5.611z"/><path fill="#fff" d="M23.737 0H24v.205l-.092.051L23.737 0zM11.537 1.524c.887 1.325 1.657 2.731 2.497 4.087-.205.26-.413.519-.621.776-.189.007-.379.012-.567.015-.007.237-.001.475-.011.711-.852 1.069-1.707 2.137-2.559 3.204.008-1.308.003-2.616.003-3.924-.551-.003-1.101 0-1.652 0 .957-1.631 1.959-3.235 2.909-4.868zM7.545 13.727c-.092-.612.397-1.129.976-1.219-.319.412-.644.817-.976 1.219zM14.028 12.507c.401.053.897-.081 1.209.243.187.204.435.419.415.724.117 2.325.132 4.66-.016 6.983-.26.223-.457.516-.735.712-2.035.013-4.071-.001-6.105.007-.195-.011-.399.031-.585-.036-.236-.181-.409-.427-.6-.651 1.092-1.36 2.185-2.717 3.279-4.077 1.319-.004 2.639.001 3.957-.003V13.47c-.531-.005-1.061-.003-1.592-.001.259-.32.516-.641.773-.961zM8.62 21.597c.476.015.956.005 1.431.048-.055.363-.08.731-.145 1.092-.156.504-1.009.532-1.18.024-.068-.384-.067-.776-.105-1.164zM13.413 21.641c.473-.033.953-.031 1.429-.044-.036.383-.044.768-.097 1.149-.163.519-1.028.504-1.188-.008-.068-.364-.089-.732-.144-1.097zM23.468 24c.156-.157.316-.328.532-.4v.4h-.532zM0 23.797c.16-.039.251.029.271.203H0v-.203z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-cycling-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0375bc" d="M0 2.17h21.763c-2.523 2.078-5.04 4.164-7.514 6.299-.426-.72-.707-1.537-1.266-2.168-.94-.733-2.431-.659-3.306.148-.551.462-1.062.968-1.596 1.453.105.217.207.434.309.651H6.587c-.003.222-.005.666-.008.889.169.008.506.02.671.028.237.554.475 1.108.715 1.662-.398.804-.797 1.609-1.2 2.413-1.031-.191-2.219-.286-3.071.444-1.246.896-1.557 2.622-1.057 4.016l-.334.352C1.57 19.051.789 19.69 0 20.32V2.169m10.849.933c-.896.419-.957 1.864-.056 2.306.825.511 2.068-.189 1.923-1.187.079-.942-1.085-1.522-1.866-1.118zM17.362 8.643C19.571 6.787 21.789 4.946 24 3.095v18.248c-.304.023-.465.184-.48.488H1.532c.894-.646 1.703-1.399 2.558-2.091 1.003.291 2.168.424 3.064-.227.904-.567 1.282-1.609 1.537-2.589.209-.028.626-.079.835-.105.214.426.817.868.378 1.361-.199.11-.603.324-.804.431.557.235 1.144.184 1.713.033-.179-.214-.357-.431-.536-.646.511-.281 1.328-.35 1.45-1.042.191-.337.115-1.111.687-.932.294 1.129.383 2.298.559 3.449.426-.003.85-.003 1.277-.005-.071-1.555-.043-3.128-.391-4.657.95-.661 1.9-1.328 2.862-1.971l.225.837c-1.302.906-2.012 2.612-1.453 4.146.5 1.757 2.701 2.75 4.315 1.831 2.119-1.047 2.285-4.379.368-5.711-.73-.613-1.723-.544-2.612-.521-.276-1.121-.574-2.239-.853-3.36.22-.472.424-.952.651-1.42z"/><path fill="#0375bc" d="M9.327 8.14c.189-.189.375-.38.562-.572-.026.526-.056 1.054.013 1.578-.153-.355-.386-.669-.574-1.006zM7.961 9.429l.899-.11c.266.488.536.973.812 1.455-.375.005-.751.013-1.126.015-.197-.454-.391-.906-.585-1.361zM14.798 10.769c.416-.342.83-.687 1.241-1.034.046.355.092.712.14 1.067-.46-.01-.919-.023-1.381-.033zM8.801 11.441c.286-.005.572-.008.855-.01-.13.345-.23.7-.365 1.044l-.49-1.034zM13.118 12.179c.299-.248.597-.498.896-.751.784.003 1.57.005 2.357.003l.166.661c-.973.674-1.946 1.356-2.913 2.037-.174-.649-.342-1.3-.506-1.951zM8.306 11.939c.156.36.309.723.462 1.085-.498.403-.993.814-1.478 1.233.243-.812.618-1.573 1.016-2.318zM3.751 14.86c.649-.774 1.718-.883 2.655-.707-.24.506-.477 1.014-.771 1.491-.817.677-1.637 1.348-2.438 2.04-.24-.968-.176-2.073.554-2.824zM17.734 14.104c1.292-.281 2.686.508 3.023 1.803.495 1.455-.544 3.222-2.094 3.396-1.534.186-2.86-1.34-2.699-2.824.031-.832.546-1.532 1.157-2.055.207 1.024.49 2.086 1.363 2.757.717-.472-.107-.98-.306-1.494-.207-.511-.314-1.052-.444-1.583zM10.425 14.765c.36-.036.5.117.419.465-.363.041-.503-.115-.419-.465zM11.617 14.926c.567-.255.534.608.056.661-.508.232-.406-.569-.056-.661zM10.287 15.832c.628-.523 1.519.426 1.103 1.065-.128.465-.753.646-1.118.327-.531-.281-.465-1.098.015-1.391zM6.02 18.148c.363.191.715.406 1.067.618-.717.452-1.547.6-2.38.452.304-.255.603-.511.909-.763.1-.077.301-.23.403-.306z"/><path fill="#df032b" d="M21.763 2.17H24v.924c-2.211 1.851-4.43 3.692-6.638 5.548-.439.365-.886.723-1.323 1.093-.411.347-.825.692-1.241 1.034l-.784.659c-.299.253-.597.503-.896.751-.664.536-1.366 1.047-1.856 1.762a9.926 9.926 0 0 1-.769.475c-1.672 1.287-3.258 2.683-4.877 4.039-.306.253-.605.508-.909.763-.204.174-.411.347-.618.521-.855.692-1.665 1.445-2.558 2.091H.428c.033-.296-.11-.472-.429-.531v-.978c.789-.631 1.57-1.269 2.303-1.963l.651.115c-.094-.059-.281-.171-.375-.23.204-.189.411-.375.618-.559.802-.692 1.621-1.363 2.438-2.04a47.548 47.548 0 0 0 1.654-1.386c.485-.419.98-.83 1.478-1.233 1.399-1.251 3.028-2.272 4.223-3.73.447-.232.878-.493 1.259-.825 2.474-2.134 4.991-4.22 7.514-6.299z"/><path fill="#fff" d="M10.849 3.102c.781-.403 1.946.176 1.866 1.118.146.998-1.098 1.698-1.923 1.187-.901-.442-.84-1.887.056-2.306z"/><path fill="#fff" d="M9.677 6.449c.876-.807 2.367-.881 3.306-.148.559.631.84 1.448 1.266 2.168-.38.332-.812.592-1.259.825-1.195 1.458-2.824 2.479-4.223 3.73a117.79 117.79 0 0 0-.462-1.085c-.398.746-.774 1.506-1.016 2.318-.539.477-1.095.934-1.654 1.386.294-.477.531-.986.771-1.491-.937-.176-2.007-.066-2.655.707-.73.751-.794 1.856-.554 2.824-.207.184-.414.37-.618.559.094.059.281.171.375.23l-.651-.115c.112-.117.225-.235.334-.352-.5-1.394-.189-3.12 1.057-4.016.853-.73 2.04-.636 3.071-.444.403-.804.802-1.609 1.2-2.413-.24-.554-.477-1.108-.715-1.662-.166-.008-.503-.02-.671-.028.003-.222.005-.666.008-.889H8.39c-.102-.217-.204-.434-.309-.651.534-.485 1.044-.991 1.596-1.453m-.35 1.691c.189.337.421.651.574 1.006-.069-.523-.038-1.052-.013-1.578-.186.191-.373.383-.562.572M7.961 9.429c.194.454.388.906.585 1.361.375-.003.751-.01 1.126-.015A86.643 86.643 0 0 1 8.86 9.32l-.899.11m.84 2.011c.123.258.368.774.49 1.034.135-.345.235-.7.365-1.044-.283.003-.569.005-.855.01zM16.039 9.735c.437-.37.883-.728 1.323-1.093-.227.467-.431.947-.651 1.42.278 1.121.577 2.239.853 3.36.889-.023 1.882-.092 2.612.521 1.917 1.333 1.751 4.665-.368 5.711-1.614.919-3.814-.074-4.315-1.831-.559-1.534.151-3.24 1.453-4.146l-.225-.837c-.963.643-1.912 1.31-2.862 1.971.347 1.529.319 3.102.391 4.657-.426.003-.85.003-1.277.005-.176-1.151-.266-2.321-.559-3.449-.572-.179-.495.595-.687.932-.123.692-.94.761-1.45 1.042.179.214.357.431.536.646-.569.151-1.157.202-1.713-.033.202-.107.605-.322.804-.431.439-.493-.163-.934-.378-1.361-.209.026-.626.077-.835.105-.255.98-.633 2.022-1.537 2.589-.896.651-2.06.518-3.064.227.207-.174.414-.347.618-.521.832.148 1.662 0 2.38-.452-.352-.212-.705-.426-1.067-.618l-.403.306c1.619-1.356 3.204-2.752 4.877-4.039.263-.148.521-.304.769-.475.49-.715 1.192-1.226 1.856-1.762.163.651.332 1.302.506 1.951.968-.682 1.94-1.363 2.913-2.037-.054-.22-.11-.439-.166-.661-.786.003-1.573 0-2.357-.003.26-.22.521-.439.784-.659.462.01.922.023 1.381.033-.049-.355-.094-.712-.14-1.067m1.693 4.368c.13.531.237 1.072.444 1.583.199.513 1.024 1.021.306 1.494-.873-.671-1.157-1.734-1.363-2.757-.61.523-1.126 1.223-1.157 2.055-.161 1.483 1.164 3.01 2.699 2.824 1.55-.174 2.589-1.94 2.094-3.396-.337-1.294-1.731-2.083-3.023-1.803m-7.309.661c-.084.35.056.506.419.465.082-.347-.059-.5-.419-.465m1.192.161c-.35.092-.452.894.056.661.477-.054.511-.917-.056-.661m-1.33.906c-.48.294-.546 1.111-.015 1.391.365.319.991.138 1.118-.327.416-.638-.475-1.588-1.103-1.065zM0 21.299c.319.059.462.235.429.531H0v-.531zM23.52 21.83c.015-.304.176-.465.48-.488v.488h-.48z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-dual-path-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M11.327 0h1.34c2.455.172 4.855 1.051 6.788 2.584-.877.863-1.741 1.74-2.614 2.608l-.314-.186c-.035-.269.054-.551.062-.826-.428.017-.865-.017-1.244-.235a3.044 3.044 0 0 0-.395.805c-.259.014-.62-.101-.77.187.22.058.442.11.662.164-.023.377.076.745.324 1.034-.55.534-1.433.606-1.931 1.218-.18.584-.25 1.196-.359 1.798l-.709.708c.014-3.086-.002-6.173.008-9.259-.054-.161.103-.546-.176-.514-.282-.031-.122.354-.176.515.011 3.197-.005 6.394.008 9.59-.403.409-.809.814-1.214 1.218-.6-.45-1.398-.57-2.106-.322-.155-.368-.367-.715-.47-1.102.16-.608.854.102 1.17-.293.16-.191.04-.52-.208-.553a11.097 11.097 0 0 0-1.558-.001c-.197-.01-.258.338-.038.374.173.06.356.083.534.121-.032.062-.098.19-.132.253h-3.74c.046-.199.119-.396.139-.596a24.15 24.15 0 0 1-.684-.242c.082-.157.146-.322.221-.482.394.013.787 0 1.181 0 .37-.054.568.323.866.464.026-.331-.314-.479-.511-.683-.569.004-1.139.014-1.708.01a18 18 0 0 0-.314.839c.239.082.476.167.714.254-.19.546-.359 1.099-.563 1.639-.662-.228-1.436-.157-2.005.269a2.126 2.126 0 0 0-.858 2.062c.137.954.996 1.74 1.96 1.786 1.061.095 2.089-.733 2.238-1.784.162-.894-.335-1.807-1.118-2.236l.136-.434c.566.532 1.07 1.124 1.606 1.686-.16.316-.235.726.019 1.016.164.248.475.268.737.336-.001.178-.328.146-.259.384l.742.002.004-.226c-.104-.023-.535-.036-.324-.209a1.49 1.49 0 0 0 .551-.644l.307.016c.035.47.202.916.462 1.307-1.67 1.678-3.352 3.344-5.018 5.027-1.529-1.93-2.418-4.326-2.587-6.778v-1.126c.12-3.047 1.432-6.031 3.634-8.147C5.678 1.372 8.473.193 11.33-.001zM21.409 4.538A12.17 12.17 0 0 1 24 11.667v.67c-.088 3.031-1.362 6.01-3.52 8.143-2.06 2.077-4.894 3.324-7.807 3.52h-1.339c-2.456-.167-4.852-1.067-6.787-2.593 2.432-2.424 4.854-4.858 7.284-7.283-.011 2.932 0 5.864-.005 8.796-.002.326-.013.654.03.979.384.15.306-.266.32-.505-.012-3.2.008-6.401-.011-9.601.266-.269.532-.539.802-.804.181.209.47.218.678.04.169-.2-.026-.43-.09-.629.106-.106.21-.214.316-.319.028.194.031.413.25.488-.058 1.76.299 3.491.49 5.231-.245.061-.712.061-.655.428.143.52.636.806 1.069 1.063.14.139.382.062.425-.125.125-.332.137-.694.127-1.044-.026-.739-.061-1.481-.188-2.21-.102-.577-.152-1.171-.044-1.752.048-.128 0-.39.209-.355.191.376.46.749.448 1.189.032.937.091 1.877.032 2.814-.089.121-.288.256-.173.427.247.494.604 1.168 1.27 1.016a1.984 1.984 0 0 0-.296-1.093l.334-.13c.053-1.129.016-2.258.049-3.388.01-.778-.144-1.574-.552-2.245.229-.049.504-.226.358-.498-.349-.846-.446-1.806-.14-2.681.101.661.204 1.334.526 1.932.154.409.486.75.517 1.2.276.287.152.724.342 1.054.162.382.625.443.967.584-.337.542-.845.946-1.315 1.366.145.173.295.341.452.503.004.774-.281 1.628.112 2.347-.576.145-.065 1.025.38.792.19-.149.119-.42.122-.628-.072-.631.046-1.266.268-1.856.043.323.022.685.24.953.178.251.512.528.338.868-.078.19-.391.494-.035.596.386-.035.602-.397.824-.671-.158-.33-.365-.636-.496-.979-.065-.346.082-.682.182-1.006a.452.452 0 0 0 .377-.317l.191.28c.353.012.461-.304.456-.598.118-.199.31-.385.295-.635-.011-.775-.205-1.584-.73-2.177.248-.242.468-.578.353-.942-.114-.539-.798-.824-1.264-.532-.599.342-.554 1.33.059 1.633-.556.107-1.3.094-1.574-.502.265-.317.155-.709-.156-.943.134-.476-.185-.913-.304-1.358-.268-.624-.226-1.312-.266-1.973 1.222-1.224 2.449-2.442 3.666-3.671z"/><path fill="#176fc1" d="M3.986 10.126c1.219.022 2.437.006 3.656.008-.433.695-.871 1.386-1.304 2.08-.17-.061-.502.054-.5-.217-.218-.324.39-.152.254-.461-.187.052-.374.106-.562.155.192.108.37.665-.004.581-.574-.575-1.102-1.195-1.676-1.77a6 6 0 0 0 .136-.376zM7.858 10.243c.188.288.3.618.45.926-.608.372-1.075.985-1.142 1.71l-.338.004a1.89 1.89 0 0 0-.275-.545c.431-.701.888-1.386 1.306-2.095zM.934 12.732c.179-1.031 1.412-1.71 2.37-1.256-.145.378-.251.77-.398 1.147-.064.229-.334.319-.382.556.26.043.443-.186.55-.391.193-.4.24-.86.478-1.24.439.342.811.826.838 1.403.113 1.025-.853 1.999-1.883 1.876-1.01-.048-1.81-1.106-1.572-2.094zM8.682 11.405a2.132 2.132 0 0 1 1.672.269c-.365.365-.728.731-1.096 1.093-.184-.458-.427-.89-.576-1.362zM7.548 12.912a1.747 1.747 0 0 1 .926-1.379c.199.47.418.931.619 1.399l-.034.034c-.504-.011-1.008-.041-1.512-.054zM5.652 12.443c.187-.038.389-.019.565-.103l-.139.367-.116-.193a.362.362 0 0 1-.31-.071zM6.235 12.857c.062-.187.235-.389.368-.122.011.236-.232.11-.368.122zM5.484 12.608c.389.178.461.611.667.911a59.891 59.891 0 0 0-.058-.445c.179.007.356.016.535.024-.136.456-.815.626-1.108.229-.172-.208-.115-.487-.037-.719zM7.519 13.129c.44.01.881.028 1.321.054-.32.325-.642.649-.967.971a2.66 2.66 0 0 1-.354-1.025zM20.554 15.966c-.103-.572-.062-1.176.172-1.712.407.299.421.929.064 1.27-.138.115-.071.349-.235.443z"/><path fill="#fff" d="M11.824.601c.054-.161-.106-.546.176-.515.28-.032.122.353.176.514-.011 3.086.006 6.173-.008 9.259-.113.11-.224.222-.336.332-.013-3.197.002-6.394-.008-9.59zM14.951 4.75c.098-.284.217-.562.395-.805.379.218.816.252 1.244.235-.008.275-.097.557-.062.826l.314.186c-.323.24-.586.544-.847.845-1.036 1.042-2.078 2.077-3.118 3.115.109-.601.179-1.213.359-1.798.498-.612 1.381-.684 1.931-1.218a1.428 1.428 0 0 1-.324-1.034c-.221-.054-.443-.107-.662-.164.15-.288.511-.173.77-.187zM13.871 12.08c1.294-1.288 2.582-2.581 3.872-3.871.041.661-.001 1.349.266 1.973.119.445.438.882.304 1.358.311.234.421.626.156.943.275.595 1.019.608 1.574.502-.613-.304-.658-1.291-.059-1.633.466-.293 1.15-.007 1.264.532.115.364-.104.7-.353.942.524.593.719 1.402.73 2.177.014.25-.178.436-.295.635.005.294-.103.61-.456.598l-.191-.28a.452.452 0 0 1-.377.317c-.101.324-.247.66-.182 1.006.131.343.337.649.496.979-.222.274-.438.636-.824.671-.356-.102-.043-.407.035-.596.174-.34-.161-.617-.338-.868-.218-.268-.197-.63-.24-.953-.222.59-.34 1.225-.268 1.856-.004.208.067.479-.122.628-.445.233-.956-.647-.38-.792-.392-.719-.108-1.573-.112-2.347a9.368 9.368 0 0 1-.452-.503c.47-.42.978-.823 1.315-1.366-.342-.142-.805-.203-.967-.584-.19-.33-.066-.767-.342-1.054-.031-.45-.364-.791-.517-1.2-.322-.598-.425-1.271-.526-1.932-.306.875-.209 1.835.14 2.681.146.272-.128.449-.358.498.408.671.562 1.468.552 2.245-.034 1.129.004 2.258-.049 3.388l-.334.13c.21.328.299.707.296 1.093-.666.151-1.022-.522-1.27-1.016-.115-.172.084-.306.173-.427.059-.937 0-1.877-.032-2.814.012-.44-.257-.814-.448-1.189-.209-.035-.161.227-.209.355-.108.581-.058 1.175.044 1.752.127.73.162 1.471.188 2.21.01.35-.002.712-.127 1.044-.043.187-.284.264-.425.125-.433-.257-.926-.544-1.069-1.063-.056-.367.41-.367.655-.428-.191-1.74-.547-3.47-.49-5.231-.218-.076-.222-.294-.25-.488m6.685 3.883c.164-.094.097-.328.235-.443.358-.341.343-.971-.064-1.27-.234.536-.275 1.14-.172 1.712zM3.259 9.197c.098-.282.203-.562.314-.839.569.005 1.139-.006 1.708-.01.197.204.538.352.511.683-.299-.142-.497-.518-.866-.464-.394 0-.787.013-1.181 0-.074.161-.139.325-.221.482.227.085.455.164.684.242-.02.2-.094.397-.139.596h3.74l.132-.253c-.178-.038-.361-.061-.534-.121-.22-.036-.158-.384.038-.374.517-.036 1.04-.036 1.558.001.247.034.367.362.208.553-.316.395-1.01-.316-1.17.293.103.386.316.733.47 1.102a2.275 2.275 0 0 1 2.106.322l-.264.264a2.132 2.132 0 0 0-1.672-.269c.149.472.392.904.576 1.362l-.164.166c-.202-.468-.42-.929-.619-1.399a1.745 1.745 0 0 0-.926 1.379c.504.013 1.008.043 1.512.054a8.991 8.991 0 0 0-.22.217 36.45 36.45 0 0 0-1.321-.054c.041.365.172.708.354 1.025l-.268.266a2.727 2.727 0 0 1-.462-1.307l-.307-.016c-.115.268-.31.482-.551.644-.211.173.22.186.324.209l-.004.226-.742-.002c-.068-.238.258-.206.259-.384-.262-.068-.572-.088-.737-.336-.254-.29-.179-.701-.019-1.016-.535-.562-1.039-1.154-1.606-1.686l-.136.434c.784.428 1.28 1.342 1.118 2.236-.149 1.051-1.177 1.879-2.238 1.784-.964-.046-1.823-.832-1.96-1.786a2.127 2.127 0 0 1 .858-2.062c.569-.426 1.343-.497 2.005-.269.204-.54.373-1.093.563-1.639a27.625 27.625 0 0 0-.714-.254m.73.929a5.62 5.62 0 0 1-.136.376c.575.575 1.103 1.195 1.676 1.77.373.084.196-.473.004-.581.187-.049.374-.103.562-.155.136.308-.473.137-.254.461-.001.271.33.156.5.217.433-.694.871-1.385 1.304-2.08-1.219-.002-2.437.013-3.656-.008m3.872.117c-.418.709-.875 1.394-1.306 2.095.121.166.212.349.275.545l.338-.004c.067-.725.534-1.338 1.142-1.71-.15-.308-.262-.638-.45-.926M.934 12.732c-.238.988.562 2.046 1.572 2.094 1.03.124 1.996-.851 1.883-1.876-.026-.577-.398-1.061-.838-1.403-.238.379-.284.84-.478 1.24-.107.205-.289.434-.55.391.048-.236.318-.326.382-.556.148-.377.253-.769.398-1.147-.958-.454-2.191.226-2.37 1.256m4.719-.288a.36.36 0 0 0 .31.071l.116.193c.047-.122.094-.245.139-.367-.176.084-.378.065-.565.103m.583.414c.137-.012.379.114.368-.122-.133-.266-.306-.065-.368.122m-.751-.249c-.078.232-.134.511.037.719.293.397.972.227 1.108-.229-.179-.008-.356-.017-.535-.024l.058.445c-.206-.3-.278-.733-.667-.911zM12.967 12.989c.196-.197.391-.394.588-.589.064.199.259.428.09.629a.468.468 0 0 1-.678-.04zM11.831 14.124l.335-.331c.019 3.2-.001 6.401.011 9.601-.014.239.064.655-.32.505-.043-.325-.032-.653-.03-.979.005-2.932-.006-5.864.005-8.796z"/><path fill="#ee1c23" d="M16.842 5.191c.872-.868 1.736-1.745 2.614-2.608a11.475 11.475 0 0 1 1.954 1.955c-1.217 1.229-2.444 2.447-3.666 3.671-1.29 1.29-2.579 2.584-3.872 3.871-.106.106-.21.214-.316.319l-.588.589c-.27.265-.535.535-.802.804l-.335.331c-2.43 2.425-4.852 4.859-7.284 7.283a10.986 10.986 0 0 1-1.96-1.96c1.667-1.682 3.348-3.349 5.018-5.027l.268-.266c.325-.322.647-.646.967-.971.072-.074.145-.146.22-.217l.034-.034.164-.166c.367-.362.731-.728 1.096-1.093l.264-.264c.406-.404.811-.809 1.214-1.218.112-.11.223-.222.336-.332l.709-.708c1.039-1.038 2.082-2.074 3.118-3.115.262-.301.524-.605.847-.845z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-dual-path-pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03a7d1" d="M11.063 0h.479c.001 3.538-.021 7.075-.038 10.612a146.88 146.88 0 0 1-1.552 1.702l-.344-.17c.079-.282.444-.629.15-.887-.187-.244-.664-.284-.772.053-.051.246-.006.499-.032.749-.354.182-.611.489-.883.768-.686-.47-.553-1.361-.717-2.072-.084-.685-.445-1.29-.584-1.96-.134-.451-.167-.954-.455-1.343-.173-.252-.492-.296-.743-.433.118-.093.235-.191.348-.289-.215-.433-.042-.992-.401-1.362-.349-.431-1.156-.152-1.158.401a3.089 3.089 0 0 1-.186.989c.118.128.257.232.39.342a.79.79 0 0 0-.828.514c-.254.601-.413 1.24-.549 1.876-.189.944.653 1.779.403 2.722-.075.506-.174 1.008-.219 1.518.294.106.634.105.898.285-.027 1.04.309 2.063.214 3.106-.078.293.331.433.518.249.058-1.103.066-2.209.148-3.311l.119-.044c.132 1.007-.009 2.037.196 3.036.044-.003.13-.005.174-.006-.883.97-1.767 1.938-2.653 2.906C1.253 18.025.223 15.512 0 12.942v-1.873c.226-2.702 1.367-5.331 3.243-7.302C5.264 1.594 8.116.246 11.063.004zM12.359 0h.778c2.134.262 4.234.996 5.966 2.298-2.264 2.469-4.516 4.948-6.777 7.419.001-3.239.026-6.477.032-9.717zM20.838 3.841A12.024 12.024 0 0 1 23.8 9.658c.13.278-.026.646.2.88v2.404c-.28 3.562-2.226 6.956-5.192 8.968-1.697 1.187-3.708 1.864-5.755 2.09h-.759l-.029-.109c.019-3.562.023-7.123.049-10.686.44-.475.858-.976 1.322-1.426-.263.311-.534.646-.568 1.072-.171.969.603 1.972 1.588 2.032.913.115 1.815-.599 1.928-1.51.11-.589-.15-1.181-.567-1.589.004-.219.198-.323.346-.144.741.57 1.485 1.135 2.229 1.702.353.04.712-.021 1.065.03.134 1.046 1.293 1.785 2.294 1.44.96-.267 1.514-1.426 1.129-2.343-.341-.955-1.536-1.389-2.44-.978-.21-.326-.47-.627-.65-.968.043-.113.092-.222.149-.328.184-.03.4-.095.371-.33-.128-.385-.621-.178-.92-.23-.288.022-.881-.134-.833.341.193.37.711.115 1.042.197l-.087.228c-1.012.03-2.026-.001-3.04.016.029-.397-.231-.675-.57-.83-.135-.483.463-.441.769-.419.211.025.685.035.497-.314-.345-.079-.703-.027-1.053-.035 1.502-1.663 3.036-3.302 4.522-4.978z"/><path fill="#03a7d1" d="M4.051 8.689c.2.104.147.451.253.645.21.502-.206.95-.348 1.41l-.108-.016c-.154-.689-.128-1.404.202-2.039zM6.01 8.816l.153.031c.306.926.671 1.833.922 2.775a2.18 2.18 0 0 0 .825 1.606c.305.032.537-.262.822-.339.03.253.018.509-.001.763a577.469 577.469 0 0 1-2.894 3.168c.118-.969.161-1.946.278-2.915.305-.067.614-.113.918-.178-.241-1.378-.682-2.72-1.236-4.003-.062-.317.119-.615.213-.908zM13.666 11.748c.684-.808 1.423-1.57 2.129-2.36l-.064.197c.019.38.603.363.56.733-.195.409-.354.848-.593 1.227-.649-.345-1.459-.245-2.033.202zM16.503 10.817c.996-.018 1.994.003 2.992-.01-.213.698-.572 1.38-.845 2.072-.778-.582-1.544-1.182-2.316-1.772.047-.101.104-.198.169-.289zM19.85 11.089c.189.176.294.427.461.628a1.883 1.883 0 0 0-.659 1.206c-.175.083-.402.009-.594.032a92.42 92.42 0 0 1 .793-1.867z"/><path fill="#03a7d1" d="M13.37 12.71c.219-.933 1.424-1.417 2.23-.898-.122.27-.246.541-.378.807-.123.269-.664.234-.553.611.17.152.35-.031.503-.108.414-.189.499-.675.69-1.042.298.131.42.566.467.882.13.924-.759 1.792-1.679 1.65-.894-.071-1.552-1.046-1.282-1.903zM20.823 11.707c.523-.187 1.158-.127 1.581.256.466.392.66 1.078.445 1.651-.182.558-.723.963-1.304 1.004-.762.088-1.507-.509-1.616-1.262.563-.03 1.142.047 1.697-.038.029-.052.084-.157.112-.21-.257-.496-.66-.904-.915-1.401z"/><path fill="#03a7d1" d="M20.426 11.952c.304.282.499.669.742 1.007-.413-.003-.825-.003-1.238-.001.003-.39.244-.726.496-1.005zM9.893 15.862c.532-.594 1.072-1.181 1.61-1.768-.035 3.302-.034 6.605-.047 9.906h-.586c-2.218-.27-4.397-1.061-6.17-2.449 1.296-1.424 2.593-2.848 3.893-4.268.128.119.337.291.499.123.101-.217.017-.463.021-.691.108-.119.214-.24.323-.358.005.289-.131.855.267.906l.234-.262a12.717 12.717 0 0 1-.044-1.138z"/><path fill="#fff" d="M11.542 0h.817c-.006 3.239-.031 6.477-.032 9.717-.274.3-.545.601-.822.895.017-3.536.039-7.074.038-10.612zM4.36 5.768c.003-.553.81-.832 1.158-.401.359.37.186.929.401 1.362-.113.099-.23.196-.348.289.252.138.571.182.743.433.288.389.322.891.455 1.343.139.671.499 1.275.584 1.96.165.711.031 1.602.717 2.072.272-.279.529-.586.883-.768.026-.249-.018-.502.032-.749.108-.337.585-.297.772-.053.293.258-.071.606-.15.887l.344.17c-.403.449-.813.893-1.221 1.339a3.97 3.97 0 0 0 .001-.763c-.285.077-.518.371-.822.339a2.18 2.18 0 0 1-.825-1.606c-.252-.942-.616-1.849-.922-2.775l-.153-.031c-.093.293-.275.592-.213.908.554 1.283.995 2.626 1.236 4.003-.305.065-.614.11-.918.178-.117.969-.16 1.946-.278 2.915l-.198.222-.174.006c-.205-.999-.064-2.029-.196-3.036-.03.01-.09.032-.119.044-.082 1.101-.09 2.208-.148 3.311-.187.184-.595.044-.518-.249.095-1.043-.241-2.065-.214-3.106-.263-.18-.603-.179-.898-.285.045-.51.144-1.012.219-1.518.249-.943-.593-1.777-.403-2.722.136-.636.294-1.275.549-1.876a.79.79 0 0 1 .828-.514c-.134-.11-.272-.214-.39-.342.117-.318.176-.65.186-.989m-.309 2.923c-.331.636-.357 1.35-.202 2.039l.108.016c.141-.461.558-.908.348-1.41-.106-.193-.053-.541-.253-.645zM15.795 9.389c.175-.188.345-.381.522-.57.35.008.708-.044 1.053.035.188.349-.285.339-.497.314-.306-.022-.904-.064-.769.419.339.156.598.433.57.83 1.013-.017 2.028.014 3.04-.016l.087-.228c-.331-.082-.848.173-1.042-.197-.048-.475.545-.319.833-.341.298.052.791-.156.92.23.029.235-.187.3-.371.33a2.769 2.769 0 0 0-.149.328c.18.341.44.642.65.968.904-.411 2.099.023 2.44.978.385.917-.169 2.076-1.129 2.343-1 .345-2.16-.394-2.294-1.44-.353-.051-.712.01-1.065-.03-.743-.567-1.488-1.133-2.229-1.702-.148-.179-.342-.075-.346.144.416.409.677 1 .567 1.589-.113.911-1.014 1.626-1.928 1.51-.985-.06-1.759-1.062-1.588-2.032.034-.426.305-.76.568-1.072.006-.008.021-.023.029-.031.573-.448 1.384-.547 2.033-.202.239-.379.398-.819.593-1.227.043-.37-.541-.353-.56-.733l.064-.197m.706 1.428a1.819 1.819 0 0 0-.169.289c.772.59 1.537 1.19 2.316 1.772.272-.691.632-1.374.845-2.072-.998.013-1.995-.008-2.992.01m3.347.273a92.42 92.42 0 0 0-.793 1.867c.192-.023.419.051.594-.032.052-.471.302-.9.659-1.206-.166-.201-.271-.451-.461-.628m-6.479 1.62c-.27.858.388 1.832 1.282 1.903.92.141 1.808-.726 1.679-1.65-.047-.317-.169-.751-.467-.882-.191.367-.276.852-.69 1.042-.153.077-.333.259-.503.108-.112-.378.429-.342.553-.611.131-.266.256-.537.378-.807-.806-.519-2.011-.035-2.23.898m7.451-1.004c.254.497.658.906.915 1.401a8.447 8.447 0 0 1-.112.21c-.555.084-1.134.008-1.697.038.109.754.855 1.35 1.616 1.262.581-.042 1.122-.446 1.304-1.004.215-.573.021-1.26-.445-1.651-.423-.383-1.059-.442-1.581-.256m-.397.245c-.252.279-.493.615-.496 1.005.413-.001.825-.001 1.238.001-.243-.337-.438-.725-.742-1.007zM11.503 14.094c.27-.297.54-.594.812-.889-.026 3.562-.03 7.123-.049 10.686l.029.109h-.838c.013-3.302.012-6.605.047-9.906zM9.437 16.356c.15-.167.302-.332.457-.494-.003.38.013.759.044 1.138l-.234.262c-.398-.051-.262-.616-.267-.906zM8.593 17.283c.173-.189.345-.38.52-.568-.004.228.08.475-.021.691-.162.167-.371-.004-.499-.123z"/><path fill="#f02b30" d="M12.327 9.717c2.261-2.471 4.513-4.95 6.777-7.419.619.466 1.204.978 1.734 1.544-1.487 1.676-3.02 3.315-4.522 4.978-.176.188-.346.381-.522.57-.706.79-1.445 1.552-2.129 2.36a.823.823 0 0 0-.029.031c-.464.45-.882.951-1.322 1.426-.272.294-.542.592-.812.889-.538.588-1.078 1.174-1.61 1.768a26.97 26.97 0 0 0-.457.494c-.109.118-.215.239-.323.358-.175.188-.348.379-.52.568a2235.04 2235.04 0 0 0-3.893 4.268 11.404 11.404 0 0 1-1.714-1.602c.886-.968 1.77-1.936 2.653-2.906l.198-.222a577.469 577.469 0 0 0 2.894-3.168c.407-.446.817-.89 1.221-1.339.52-.564 1.039-1.13 1.552-1.702.278-.294.549-.595.822-.895z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-equestrians-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12z"/><path fill="#f7fbf5" d="M4.271 6.67l2.081-.077c1.079-.371 3.976 2.862 3.976 2.862l1.559-.595-.221-1.3-.262.371-1.336.557-.298-.333 1.374-.855c.147-2.266 1.933-2.266 2.193-.483.191 1.313.333 2.081.333 2.081.111.298-.074.595-.074.595l1.226-.186c1.707-.193 2.193.26 2.193.26.891-.557 3.253-.646 3.305 1.931.03 1.447.819 1.857.819 1.857-.15.483-1.671.669-1.933-.333-.26-1.007-.109-3.231-1.672-3.157l-.112.036a2.122 2.122 0 0 1 .707 2.637c-.669 1.45.407 2.193.407 2.193v1.373a3.388 3.388 0 0 0 .931 1.709v1.005c-1.45-.634-1.264-1.86-1.264-1.86-.036-1.895-1.709-2.673-1.709-2.673l-.036 1.336-.371.781-.077 1.524c-1.002.333-1.002 1.226-1.002 1.226l-.893-.038c-.074-.778.56-.817.56-.817 2.081-2.676-.038-5.09-.038-5.09-2.043 1.485-4.792.557-4.792.557-.333 2.712.987 4.317.966 4.347-.262.371-.186 1.002-.186 1.002l-.893.038c-.038-.41.371-.929.371-.929-.483-2.34-1.969-4.011-1.969-4.011-1.931.63-2.564 2.712-2.564 2.712-.298 1.114.15 1.373.15 1.373l-.484.631-.445-1.153v-.519c1.149-3.009 2.673-4.235 2.673-4.235-.445-.519-.147-1.745-.147-1.745L6.203 9.12l-.819 1.114c.15.372-.929.967-1.002 0s0-1.709 0-1.709l-.26-.445.445-.967-.298-.445z"/><path fill="#f7fbf5" d="M12.093 5.289a.866.866 0 1 0-.003-1.733.866.866 0 0 0 .003 1.733z"/><path fill="#c1121c" d="M4.779 20.752L20.803 4.728l-1.647-1.647L3.15 19.086l1.629 1.665z"/><path fill="none" stroke="#f7fbf5" stroke-width=".539" d="M23.355 12c0 6.271-5.084 11.355-11.355 11.355S.645 18.271.645 12C.645 5.729 5.729.645 12 .645S23.355 5.729 23.355 12z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".97" d="M2.3 0h19.4v24H2.3V0m1.522.13c-.78.056-1.435.786-1.397 1.57.001 6.869-.002 13.739.001 20.609-.016.828.743 1.568 1.573 1.522 5.199.001 10.399-.001 15.599.001.364-.004.748.032 1.087-.128.544-.234.929-.805.918-1.401.002-6.867 0-13.735.001-20.603.048-.86-.745-1.624-1.597-1.579C14.612.126 9.217.107 3.822.13z"/><path opacity=".97" d="M3.72.521c.221-.053.45-.048.676-.049C9.597.479 14.798.465 19.998.479c.672-.011 1.272.58 1.255 1.256.006 6.687-.001 13.376.003 20.064-.004.268.02.546-.066.805-.157.503-.655.879-1.185.874-5.303.005-10.607.001-15.91.002a1.276 1.276 0 0 1-1.183-.698c-.177-.333-.132-.721-.138-1.084.002-6.632-.001-13.264.001-19.896-.032-.58.373-1.151.945-1.281m.006.5a.805.805 0 0 0-.469.779c-.001 6.798-.003 13.596.001 20.394-.027.451.39.842.836.805 5.27.002 10.539 0 15.808.001.453.049.89-.335.87-.796.005-6.803.002-13.607.001-20.411.037-.472-.4-.889-.87-.839C14.668.952 9.432.955 4.196.953c-.158.006-.324-.001-.47.068z"/><path opacity=".97" d="M7.501 2.36h2.405v.59H8.102l-.001.61h.983l.001.606h-.983c-.001.3-.001.601.001.901.62-.002 1.24.001 1.86-.002.002.197.002.395.003.592l-2.464.001c-.002-1.1 0-2.199-.001-3.298zM10.501 2.353l.578-.001c.507.727 1.011 1.455 1.514 2.184-.003-.727-.001-1.455-.001-2.182l.568-.002c.002 1.101.002 2.202 0 3.303l-.513-.003c-.517-.77-1.069-1.517-1.572-2.297.014.766.003 1.532.007 2.298h-.581v-3.3zM13.895 2.354c.637.029 1.339-.118 1.909.248.972.586.97 2.217.008 2.812-.573.363-1.277.206-1.916.239-.003-1.1-.001-2.199-.001-3.299m.605.589c-.012.706-.004 1.411-.005 2.117.317-.011.668.058.95-.128.658-.347.669-1.451.043-1.834-.294-.189-.656-.147-.988-.155zM6.595 7.995a3.15 3.15 0 0 1 2.512-.959c.815.044 1.692.526 1.898 1.365.162.564-.087 1.136-.454 1.56.381.356.782.778.786 1.337.095.964-.661 1.817-1.551 2.074-1.259.415-2.712-.078-3.499-1.135.298-.224.595-.448.894-.67.345.438.858.742 1.418.79.501.047 1.096.003 1.45-.402.344-.401.119-1.049-.319-1.28-.281-.15-.61-.132-.918-.137-.002-.372-.001-.743-.001-1.115.288-.001.604.013.848-.169.25-.149.34-.517.143-.745-.265-.318-.715-.367-1.103-.356-.488.018-.933.273-1.277.606l-.827-.764zM13.08 7.135c1.387-.002 2.774-.004 4.161 0-.002.369-.001.737-.001 1.105h-3.103l-.065.897c.825-.187 1.748-.272 2.513.162.817.422 1.288 1.39 1.132 2.294-.107.804-.732 1.467-1.482 1.73-1.163.41-2.479.136-3.512-.49.095-.336.384-.641.553-.965.692.396 1.515.604 2.31.463.324-.065.66-.204.854-.484.357-.503.158-1.313-.408-1.571-.652-.25-1.389-.153-2.026.099-.374-.095-.747-.195-1.121-.291.063-.983.132-1.966.195-2.949zM14.36 15.148h.427l.001.927 1.076-.001v-.926h.43v2.398h-.43c0-.348-.001-.696.001-1.044-.359-.002-.718-.002-1.077-.001 0 .349 0 .698-.002 1.046l-.428-.002c.002-.799-.002-1.598.002-2.397zM7.74 17.541c-.002-.799-.002-1.598 0-2.396l.426.005c.217.496.511.96.685 1.472.208-.505.476-.982.711-1.475h.423l-.001 2.393h-.421c-.001-.488.001-.975-.002-1.462-.231.489-.468.975-.705 1.461-.229-.488-.465-.973-.695-1.46v1.46l-.421.002zM11.322 15.147c.423.007.847-.018 1.269.015a.72.72 0 0 1 .088 1.418c-.306.037-.615.015-.922.022.002.312.002.625.001.938l-.436-.001v-2.392m.436 1.025c.278-.004.559.022.836-.017.277-.053.28-.496.005-.555-.277-.051-.56-.02-.839-.027l-.002.599zM7.46 19.102l.429.001v2.028l1.362.001.003.365c-.598.008-1.196.002-1.794.003v-2.398zM9.752 19.102h.43V21.5h-.43v-2.398zM10.893 19.1l.419-.001c.239.469.458.947.703 1.413.238-.469.465-.943.704-1.412h.42v2.4h-.422v-1.468c-.234.491-.472.979-.705 1.47-.23-.488-.462-.976-.696-1.463-.002.487 0 .974-.001 1.461h-.422v-2.4zM13.85 19.102l.43.001V21.5h-.43v-2.398zM14.773 19.102h1.799l.001.422h-.689c-.003.659-.001 1.317-.001 1.976h-.419v-1.975l-.69-.001-.001-.422z"/><path fill="#fff" d="M3.822.13C9.217.107 14.612.126 20.007.121c.852-.045 1.645.719 1.597 1.579-.001 6.868.001 13.736-.001 20.603.011.596-.374 1.167-.918 1.401-.339.16-.723.124-1.087.128-5.2-.002-10.4 0-15.599-.001-.83.046-1.589-.694-1.573-1.522-.003-6.87 0-13.74-.001-20.609C2.387.916 3.042.186 3.822.13M3.72.521c-.572.13-.977.701-.945 1.281-.002 6.632.001 13.264-.001 19.896.006.363-.039.751.138 1.084.217.437.695.722 1.183.698 5.303-.001 10.607.003 15.91-.002.53.005 1.028-.371 1.185-.874.086-.259.062-.537.066-.805-.004-6.688.003-13.377-.003-20.064.017-.676-.583-1.267-1.255-1.256-5.2-.014-10.401 0-15.602-.007-.226.001-.455-.004-.676.049z"/><path fill="#fff" d="M3.726 1.021c.146-.069.312-.062.47-.068C9.432.955 14.668.952 19.903.954c.47-.05.907.367.87.839.001 6.804.004 13.608-.001 20.411.02.461-.417.845-.87.796-5.269-.001-10.538.001-15.808-.001-.446.037-.863-.354-.836-.805-.004-6.798-.002-13.596-.001-20.394a.805.805 0 0 1 .469-.779M7.501 2.36c.001 1.099-.001 2.198.001 3.298l2.464-.001c-.001-.197-.001-.395-.003-.592-.62.003-1.24 0-1.86.002a90.2 90.2 0 0 1-.001-.901h.983l-.001-.606h-.983l.001-.61h1.804v-.59H7.501m3-.007v3.3h.581c-.004-.766.007-1.532-.007-2.298.503.78 1.055 1.527 1.572 2.297l.513.003c.002-1.101.002-2.202 0-3.303l-.568.002c0 .727-.002 1.455.001 2.182a531.766 531.766 0 0 0-1.514-2.184l-.578.001m3.394.001c0 1.1-.002 2.199.001 3.299.639-.033 1.343.124 1.916-.239.962-.595.964-2.226-.008-2.812-.57-.366-1.272-.219-1.909-.248m-7.3 5.641l.827.764c.344-.333.789-.588 1.277-.606.388-.011.838.038 1.103.356.197.228.107.596-.143.745-.244.182-.56.168-.848.169 0 .372-.001.743.001 1.115.308.005.637-.013.918.137.438.231.663.879.319 1.28-.354.405-.949.449-1.45.402-.56-.048-1.073-.352-1.418-.79-.299.222-.596.446-.894.67.787 1.057 2.24 1.55 3.499 1.135.89-.257 1.646-1.11 1.551-2.074-.004-.559-.405-.981-.786-1.337.367-.424.616-.996.454-1.56-.206-.839-1.083-1.321-1.898-1.365a3.15 3.15 0 0 0-2.512.959m6.485-.86c-.063.983-.132 1.966-.195 2.949.374.096.747.196 1.121.291.637-.252 1.374-.349 2.026-.099.566.258.765 1.068.408 1.571-.194.28-.53.419-.854.484-.795.141-1.618-.067-2.31-.463-.169.324-.458.629-.553.965 1.033.626 2.349.9 3.512.49.75-.263 1.375-.926 1.482-1.73.156-.904-.315-1.872-1.132-2.294-.765-.434-1.688-.349-2.513-.162l.065-.897h3.103c0-.368-.001-.736.001-1.105-1.387-.004-2.774-.002-4.161 0m1.28 8.013c-.004.799 0 1.598-.002 2.397l.428.002c.002-.348.002-.697.002-1.046.359-.001.718-.001 1.077.001-.002.348-.001.696-.001 1.044h.43v-2.398h-.43v.926l-1.076.001-.001-.927h-.427m-6.62 2.393l.421-.002v-1.46c.23.487.466.972.695 1.46.237-.486.474-.972.705-1.461.003.487.001.974.002 1.462h.421l.001-2.393h-.423c-.235.493-.503.97-.711 1.475-.174-.512-.468-.976-.685-1.472l-.426-.005c-.002.798-.002 1.597 0 2.396m3.582-2.394v2.392l.436.001c.001-.313.001-.626-.001-.938.307-.007.616.015.922-.022a.72.72 0 1 0-.088-1.418c-.422-.033-.846-.008-1.269-.015M7.46 19.102V21.5c.598-.001 1.196.005 1.794-.003l-.003-.365-1.362-.001v-2.028l-.429-.001m2.292 0V21.5h.43v-2.398h-.43m1.141-.002v2.4h.422c.001-.487-.001-.974.001-1.461.234.487.466.975.696 1.463.233-.491.471-.979.705-1.47V21.5h.422v-2.4h-.42c-.239.469-.466.943-.704 1.412-.245-.466-.464-.944-.703-1.413l-.419.001m2.957.002V21.5h.43v-2.397l-.43-.001m.923 0l.001.422.69.001V21.5h.419c0-.659-.002-1.317.001-1.976h.689l-.001-.422h-1.799z"/><path fill="#fff" d="M14.5 2.943c.332.008.694-.034.988.155.626.383.615 1.487-.043 1.834-.282.186-.633.117-.95.128.001-.706-.007-1.411.005-2.117zM11.758 16.172l.002-.599c.279.007.562-.024.839.027.275.059.272.502-.005.555-.277.039-.558.013-.836.017z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-mopeds-and-bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f7fbf5" d="M10.692 0h2.476c1.398.21 2.795.535 4.067 1.175 3.269 1.557 5.738 4.672 6.503 8.212.119.459.132.939.262 1.397v2.568l-.061.095c-.073-.483-.012-.969-.023-1.453-.013-2.823-1.081-5.62-2.935-7.748a12.13 12.13 0 0 0-1.827-1.718c-1.94-1.47-4.328-2.344-6.762-2.437-.637-.027-1.273.038-1.908-.027l.209-.065zM9.762 4.028c.322-.593 1.087-.37 1.633-.408.001.25.003.502.001.753-.337.003-.673.003-1.008.003-.129.291-.254.583-.376.875.455.016.912.005 1.368.035.185.376.505.697.618 1.1-.14.48-.342.939-.473 1.422.147.202.296.404.451.601.441-.013.882.001 1.321-.022l-.749.745c-.269-.003-.541.023-.809-.02-.277-.077-.454-.322-.596-.556-.493-.817-.989-1.632-1.501-2.438a8.94 8.94 0 0 0-.321.78c.686.447 1.11 1.274 1.007 2.096-.094 1.055-1.046 1.946-2.108 1.957-1.113.068-2.161-.85-2.255-1.959-.125-.973.497-1.941 1.403-2.288l-.124-.454c.33-.086.672-.094 1.01-.072-.005.099-.016.296-.02.395l.42.042c.387-.854.697-1.744 1.106-2.587M6.725 9.065c.168.972 1.42 1.486 2.223.912.827-.494.884-1.865.056-2.371-.205.438-.35.909-.592 1.329-.14.258-.592.292-.648-.046.121-.549.419-1.042.599-1.574-.967-.168-1.88.794-1.637 1.75z"/><path fill="#f7fbf5" d="M13.377 5.614c-.11-.222.141-.359.326-.346.909-.026 1.821.013 2.73-.02-.326.325-.65.652-.981.97-.365.031-.721.157-.977.428-.142.19-.471.167-.577-.048a21.027 21.027 0 0 1-.522-.985zM13.714 7.962c.263-.517.653-.987 1.203-1.21-.39.415-.798.81-1.203 1.21zM17.109 8.121c.18-.183.361-.365.544-.545.556.9.389 2.165-.434 2.847-.71.635-1.809.682-2.615.202l.539-.539c.618.258 1.405.117 1.805-.445.337-.428.374-1.029.162-1.521zM13.071 12.419c.707-.141 1.453-.025 2.174-.061l.001.455-.596.014c-.094.198-.183.399-.27.601.206.432.403.869.612 1.299 1.077-.32 2.335.205 2.808 1.237.467.927.215 2.143-.58 2.81-.734.652-1.887.763-2.727.253-.639-.36-1.053-1.033-1.162-1.75-.381-.042-.793.063-1.153-.057-.657-.732-1.307-1.473-1.957-2.211l.399-.4c.55.634 1.114 1.255 1.67 1.883.438-.896.862-1.8 1.269-2.71-.708.008-1.415-.005-2.122.009.198-.201.403-.397.604-.595.597.009 1.195.004 1.791.004l.202-.38c-.329-.06-.824.149-1.032-.177l.069-.223m.931 1.757c-.361.852-.784 1.675-1.162 2.519h.496a2.426 2.426 0 0 1 1.139-1.735c-.13-.279-.262-.557-.391-.836l-.081.052m1.238 1.08c.236.577.565 1.115.751 1.709l-.089.23c-.64.193-1.342-.026-1.992.116.188.897 1.087 1.594 2.013 1.436 1.06-.115 1.808-1.315 1.436-2.318-.267-.869-1.246-1.38-2.12-1.173m-1.324 1.436c.455.004.912.003 1.367.001-.184-.397-.372-.792-.553-1.188-.442.235-.703.713-.814 1.187zM9.536 15.691l.413-.412c.533.539.823 1.32.691 2.077-.142 1.015-1.02 1.868-2.04 1.975-.734.102-1.475-.193-1.997-.706l.41-.41c.653.685 1.843.745 2.517.06.742-.659.724-1.913.005-2.584z"/><path fill="#f7fbf5" d="M8.093 17.139c.299-.303.595-.607.901-.9-.145.356-.211.75-.423 1.075-.2.102-.347-.042-.479-.175z"/><path fill="#0e518d" d="M4.201 2.842C5.964 1.333 8.174.331 10.483.065c.635.065 1.272 0 1.908.027 2.434.093 4.822.967 6.762 2.437-.908.905-1.813 1.813-2.72 2.72-.909.033-1.821-.007-2.73.02-.185-.013-.436.124-.326.346.166.333.339.661.522.985.106.215.434.239.577.048.256-.271.612-.397.977-.428-.175.181-.351.361-.536.532-.549.223-.939.694-1.203 1.21a23.73 23.73 0 0 1-.416.424c-.44.023-.88.009-1.321.022a20.024 20.024 0 0 1-.451-.601c.132-.483.334-.942.473-1.422-.113-.403-.433-.724-.618-1.1-.457-.03-.913-.02-1.368-.035.121-.292.247-.584.376-.875.335 0 .672 0 1.008-.003.001-.25 0-.502-.001-.753-.547.038-1.311-.185-1.633.408-.41.843-.719 1.732-1.106 2.587l-.42-.042c.004-.099.014-.296.02-.395a3.176 3.176 0 0 0-1.01.072l.124.454c-.907.347-1.529 1.315-1.403 2.288.094 1.109 1.143 2.027 2.255 1.959 1.062-.01 2.014-.901 2.108-1.957.103-.822-.321-1.649-1.007-2.096a8.94 8.94 0 0 1 .321-.78c.513.806 1.008 1.621 1.501 2.438.142.233.32.479.596.556.267.043.54.017.809.02-3.372 3.383-6.763 6.747-10.126 10.141a12.067 12.067 0 0 1-2.24-5.035c-.053-.334-.087-.674-.184-1v-2.45c.077-.288.121-.583.159-.878a12.065 12.065 0 0 1 4.042-7.067zM20.98 4.247c1.853 2.127 2.922 4.925 2.935 7.748.012.484-.05.97.023 1.453-.27 2.559-1.46 4.994-3.231 6.852-1.757 1.835-4.102 3.108-6.609 3.539a5.968 5.968 0 0 0-.863.162H10.78c-2.427-.323-4.795-1.273-6.643-2.905.818-.827 1.645-1.646 2.467-2.47.522.513 1.263.807 1.997.706 1.02-.107 1.898-.96 2.04-1.975.132-.757-.158-1.538-.691-2.077l.271-.271c.65.738 1.299 1.479 1.957 2.211.36.12.772.016 1.153.057.11.717.523 1.39 1.162 1.75.84.51 1.993.399 2.727-.253.796-.667 1.047-1.882.58-2.81-.473-1.032-1.731-1.556-2.808-1.237-.209-.43-.406-.867-.612-1.299.087-.202.176-.403.27-.601l.596-.014-.001-.455c-.721.037-1.467-.08-2.174.061l-.069.223c.207.326.703.117 1.032.177l-.202.38c-.596 0-1.193.005-1.791-.004.847-.863 1.709-1.714 2.563-2.57.806.48 1.906.433 2.615-.202.823-.682.99-1.947.434-2.847l3.327-3.329z"/><path fill="#0e518d" d="M6.725 9.065c-.243-.956.67-1.919 1.637-1.75-.18.532-.477 1.025-.599 1.574.056.338.509.304.648.046.243-.42.387-.891.592-1.329.828.506.771 1.877-.056 2.371-.802.574-2.054.06-2.223-.912zM15.142 10.087c.653-.657 1.31-1.312 1.967-1.966.213.492.175 1.093-.162 1.521-.4.562-1.187.703-1.805.445zM10.62 14.607l.817-.818c.707-.014 1.414-.001 2.122-.009-.407.91-.831 1.814-1.269 2.71-.556-.629-1.119-1.25-1.67-1.883zM14.002 14.177l.081-.052c.129.279.261.557.391.836a2.427 2.427 0 0 0-1.139 1.735h-.496c.378-.844.801-1.667 1.162-2.519zM15.241 15.257c.874-.207 1.852.304 2.12 1.173.372 1.003-.376 2.203-1.436 2.318-.926.158-1.825-.539-2.013-1.436.65-.142 1.351.077 1.992-.116l.089-.23c-.187-.593-.515-1.132-.751-1.709z"/><path fill="#0e518d" d="M13.916 16.693c.111-.473.372-.952.814-1.187.181.397.369.792.553 1.188-.455.001-.912.003-1.367-.001zM8.995 16.239c.177-.185.359-.367.541-.548.719.67.737 1.925-.005 2.584-.674.685-1.864.625-2.517-.06.359-.36.716-.721 1.08-1.076.132.133.279.277.479.175.211-.325.278-.719.423-1.075z"/><path fill="#c1121c" d="M19.153 2.529a12.13 12.13 0 0 1 1.827 1.718c-1.109 1.109-2.219 2.217-3.327 3.329-.183.18-.364.363-.544.545-.657.653-1.313 1.308-1.967 1.966l-.539.539c-.854.856-1.717 1.706-2.563 2.57-.201.198-.406.394-.604.595l-.817.818a150.661 150.661 0 0 0-.67.671 80.31 80.31 0 0 0-.954.96c-.307.293-.603.597-.901.9-.364.355-.721.716-1.08 1.076l-.41.41c-.822.824-1.649 1.643-2.467 2.47a11.74 11.74 0 0 1-1.714-1.823c3.363-3.394 6.754-6.758 10.126-10.141.249-.249.498-.497.749-.745.141-.14.279-.28.416-.424.404-.4.813-.796 1.203-1.21.185-.171.361-.351.536-.532.331-.318.655-.646.981-.97.907-.907 1.812-1.814 2.72-2.72z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-one-way-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.255 0h23.489v.292c-.5-.331-1.12-.193-1.681-.214C15.049.095 8.034.081 1.021.086.747.066.489.165.255.298V.001zM5.196 13.819C7.459 9.887 9.728 5.956 12 2.028c.992 1.711 1.979 3.423 2.966 5.136l-6.649 6.649c-1.04.018-2.081.006-3.121.006zM9.447 16.666l6.979-6.979c.788 1.381 1.591 2.752 2.378 4.132-1.416.005-2.833.001-4.249.001-.005 3.393-.001 6.786-.003 10.18H9.446v-7.334z"/><path fill="#0d69e1" d="M.255.297C.489.164.746.065 1.021.085 8.035.08 15.05.094 22.063.077c-2.373 2.355-4.732 4.725-7.098 7.086-.987-1.713-1.974-3.425-2.966-5.136a6307.039 6307.039 0 0 0-6.804 11.791c1.04 0 2.081.011 3.121-.006-2.686 2.69-5.378 5.373-8.062 8.066V.297zM16.426 9.687c2.438-2.442 4.883-4.878 7.319-7.323V24h-9.191c.001-3.393-.003-6.786.003-10.18 1.416 0 2.833.004 4.249-.001-.788-1.38-1.591-2.751-2.378-4.132zM2.114 24c2.442-2.446 4.888-4.889 7.333-7.334V24H2.114z"/><path fill="#ff0303" d="M22.063.078c.562.022 1.181-.116 1.681.214v2.072c-2.436 2.445-4.88 4.88-7.319 7.323l-6.979 6.979C7.001 19.111 4.555 21.554 2.113 24H.254v-2.122c2.683-2.692 5.376-5.376 8.062-8.066l6.649-6.649c2.366-2.362 4.725-4.731 7.098-7.086z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-pedestrians-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12z"/><path fill="#f7fbf5" d="M9.817 5.718a1.227 1.227 0 1 0 0-2.455c-.679 0-1.226.55-1.226 1.229 0 .678.547 1.226 1.226 1.226zM16.39 12.153a.897.897 0 0 0 0-1.792.895.895 0 0 0 0 1.792zM9.81 6.11h.797c.892.037 1.487 1.484 1.487 1.484l1.726 3.403-.519.313-2.081-3.195-.036 2.881 1.542 8.971h-.782l-2.133-6.723-2.137 6.723h-.782l1.543-8.971-.092-2.918-1.3 3.679-.613-.205 1.095-3.958S7.73 6.11 9.012 6.11h.8z"/><path fill="#f7fbf5" d="M13.562 11.608l.408-.258.893 1.021h1.542c.445 0 .668.334.668.334l1.986 2.042-.389.429-1.431-1.395-.316 1.45 1.71 4.031-.54.243-1.766-2.992-1.281 3.4h-.519l.908-4.795v-1.855l-.908-.187-.965-1.469z"/><path fill="#c1121c" d="M4.779 20.752L20.803 4.728l-1.647-1.647L3.15 19.086l1.629 1.665z"/><path fill="none" stroke="#f7fbf5" stroke-width=".539" d="M23.355 12c0 6.271-5.084 11.355-11.355 11.355S.645 18.271.645 12C.645 5.729 5.729.645 12 .645S23.355 5.729 23.355 12z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-priority-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M12.797.465l10.8 10.807c.495.495.317 1.139-.026 1.501L12.835 23.542c-.55.55-1.323.339-1.675-.013L.488 12.875c-.512-.512-.523-1.195-.026-1.692L11.147.478c.565-.507 1.218-.438 1.65-.013z"/><path fill="#f7ba0b" d="M5.226 12L12 5.226 18.774 12 12 18.774 5.226 12z"/><path fill="none" stroke="#000" stroke-width=".882" d="M5.204 16.804L16.898 5.12"/><path fill="none" stroke="#000" stroke-width=".398" stroke-linecap="round" stroke-linejoin="round" d="M12.661.996l10.381 10.375c.465.465.374.843.052 1.183L12.613 23.038c-.517.517-.87.354-1.202.023L1.018 12.678c-.481-.481-.526-.854-.059-1.322L11.44.89c.532-.477.813-.294 1.219.106z"/><path fill="none" stroke="#000" stroke-width=".882" d="M6.126 17.848L17.82 6.164M7.164 18.802L18.858 7.118"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-prohibition--g1" xmlns="http://www.w3.org/2000/svg"><path d="M9.063.697c1.292-.405 2.692-.424 4.045-.352.612.104 1.257.135 1.833.355A12.585 12.585 0 0 0 9.063.697z"/><path d="M10.66.787c1.84-.211 3.736.013 5.46.699 3.561 1.363 6.294 4.655 6.973 8.408.393 2.074.195 4.26-.58 6.225-1.358 3.534-4.61 6.256-8.33 6.96-2.078.405-4.27.225-6.245-.542-2.917-1.119-5.324-3.499-6.452-6.417a11.336 11.336 0 0 1-.136-7.88 11.285 11.285 0 0 1 3.291-4.803A11.24 11.24 0 0 1 10.66.787M7.424 2.324a10.778 10.778 0 0 0-3.966 3.231 10.643 10.643 0 0 0-2.151 6.143 10.667 10.667 0 0 0 1.739 6.159c4.93-4.947 9.875-9.882 14.814-14.819C14.81 1.025 10.719.74 7.424 2.324M3.362 18.301c.071.12.16.227.249.334 2.947-2.926 5.875-5.872 8.815-8.806 2.063-2.078 4.159-4.129 6.203-6.222-.108-.085-.214-.171-.324-.251-4.983 4.978-9.97 9.956-14.943 14.945M19.05 3.964C14.025 8.995 8.991 14.02 3.966 19.052c.083.116.185.216.285.317A9786.898 9786.898 0 0 1 19.364 4.258c-.074-.123-.205-.204-.314-.294M6.439 17.937c-.593.612-1.235 1.2-1.799 1.827.104.085.19.19.298.27C9.972 15.005 15.002 9.972 20.033 4.94c-.085-.115-.189-.215-.291-.314-4.426 4.444-8.871 8.872-13.303 13.311M20.365 5.363c-4.994 5.01-10.001 10.009-15.005 15.009.099.101.212.19.335.259 4.987-4.971 9.966-9.954 14.94-14.939-.08-.116-.157-.243-.27-.329M6.141 20.952c3.282 2.196 7.819 2.337 11.21.301 3.145-1.768 5.236-5.244 5.339-8.851a10.704 10.704 0 0 0-1.737-6.264c-4.934 4.941-9.872 9.88-14.812 14.814zM17.414 1.648c.157.009.473.148.525.309-.177-.09-.387-.166-.525-.309zM5.562 2.263c.056-.142.356-.351.524-.317-.166.114-.34.237-.524.317zM5.176 2.538c-.015-.151.262-.279.386-.275-.102.123-.254.191-.386.275zM4.934 2.721l.084-.164.076.028-.16.136zM18.881 2.584l.086-.027.099.162a29.66 29.66 0 0 0-.185-.135zM4.526 3.04l.111-.171.078.02-.189.151zM19.732 3.257c.173.032.273.131.3.297a1.623 1.623 0 0 1-.3-.297zM3.742 3.757l.237-.307.092-.007c-.08.101-.171.193-.273.275l-.056.039zM20.056 3.562c.16.023.253.116.279.28a1.019 1.019 0 0 1-.279-.28zM3.449 4.059c.026-.211.107-.289.242-.234a.506.506 0 0 1-.242.234zM20.345 3.854a.371.371 0 0 1 .305.314 1.743 1.743 0 0 1-.305-.314z"/><path d="M20.769 4.305c.142.007.329.214.287.353a1.768 1.768 0 0 1-.287-.353zM2.572 5.191c-.107-.116.117-.409.246-.384-.083.127-.178.246-.246.384zM22.407 6.732l.082-.002.01.168a24.769 24.769 0 0 0-.092-.166zM1.166 7.647c-.038-.173.014-.284.156-.333a1.105 1.105 0 0 1-.156.333zM22.865 7.766l.08.066a12.05 12.05 0 0 1 .677 5.505c-.088.233.016.526-.149.724.37-2.103.173-4.306-.608-6.295zM.365 13.282C.257 11.874.28 10.408.693 9.061.32 10.688.226 12.4.522 14.052c-.161-.214-.063-.523-.157-.77zM1.161 16.337c.074.104.129.22.164.347-.141-.055-.196-.17-.164-.347zM22.673 16.684c.034-.122.087-.232.159-.331.036.172-.017.282-.159.331zM2.178 18.277l.114.198-.084-.01-.03-.188zM21.71 18.472l.11-.195-.027.188-.083.007zM2.381 18.584l.116.182-.086-.002a11.253 11.253 0 0 1-.03-.18zM21.503 18.764l.116-.183-.031.182-.085.001zM2.551 18.833c.104.107.191.233.272.359-.145.011-.313-.235-.272-.359zM21.178 19.188c.08-.126.166-.251.271-.357.034.125-.124.373-.271.357zM20.3 20.202a.56.56 0 0 1 .207-.224c.063.17-.006.245-.207.224zM3.653 20.137c.112.09.214.192.305.303-.175-.032-.277-.133-.305-.303zM20.082 20.333l.099-.031.059.086-.245.103.087-.158zM19.608 20.842l.159-.145a12.73 12.73 0 0 0-.083.165l-.076-.02zM19.4 21.013l.167-.152-.091.183-.076-.031zM7.75 22.85a11.616 11.616 0 0 0 8.491.002l-.061.09a12.04 12.04 0 0 1-8.362 0l-.068-.092z"/><path fill="#fff" d="M9.063.697A12.585 12.585 0 0 1 14.941.7c.86.224 1.689.567 2.464.937l.009.011c.138.143.348.219.525.309.324.194.648.392.942.627l.185.135c.229.169.451.351.666.538.086.111.186.21.3.297l.031-.017-.007.025c.074.111.167.204.279.28l.041-.027-.031.039c.088.117.19.222.305.314a.77.77 0 0 1 .119.137c.081.126.175.251.287.353.533.629.988 1.341 1.351 2.074l.092.166c.131.292.274.562.366.868.781 1.989.978 4.192.608 6.295-.111.795-.368 1.549-.641 2.292a1.025 1.025 0 0 0-.159.331 8.124 8.124 0 0 1-.853 1.593l-.11.195-.091.109-.116.183a3.17 3.17 0 0 1-.054.067 2.098 2.098 0 0 0-.271.357 8.408 8.408 0 0 1-.671.79.56.56 0 0 0-.207.224l-.119.1-.099.031a12.38 12.38 0 0 0-.087.158 1.435 1.435 0 0 1-.228.206l-.159.145-.041.019-.167.152c-.958.772-2.016 1.436-3.159 1.839a11.616 11.616 0 0 1-8.491-.002c-1.394-.509-2.694-1.36-3.792-2.41a2.08 2.08 0 0 0-.305-.303 7.598 7.598 0 0 1-.83-.945 2.274 2.274 0 0 0-.272-.359 3.17 3.17 0 0 0-.054-.067l-.116-.182-.089-.109-.114-.198a7.992 7.992 0 0 1-.853-1.593 1.097 1.097 0 0 0-.164-.347c-.275-.739-.523-1.494-.639-2.285C.226 12.4.32 10.688.693 9.061c.149-.473.288-.955.473-1.414.07-.101.122-.212.156-.333.191-.484.429-.936.712-1.375.113-.288.399-.498.465-.803l.073.055c.068-.138.163-.257.246-.384.203-.256.394-.519.631-.748a.506.506 0 0 0 .242-.234l.107-.107c.102-.082.193-.174.273-.275.146-.139.295-.298.455-.403l.189-.151a.596.596 0 0 1 .219-.168l.16-.136.082-.047c.132-.084.284-.152.386-.275.184-.08.358-.203.524-.317.922-.57 1.927-.956 2.977-1.249m1.597.09a11.24 11.24 0 0 0-6.019 2.65A11.285 11.285 0 0 0 1.35 8.24c-.899 2.53-.85 5.383.136 7.88 1.128 2.918 3.535 5.298 6.452 6.417 1.975.767 4.167.947 6.245.542 3.72-.704 6.972-3.426 8.33-6.96.775-1.965.973-4.151.58-6.225-.679-3.753-3.412-7.045-6.973-8.408C14.396.8 12.5.576 10.66.787z"/><path fill="#fff" d="M7.424 2.324C10.719.74 14.81 1.025 17.86 3.038 12.921 7.975 7.976 12.91 3.046 17.857a10.667 10.667 0 0 1-1.739-6.159 10.643 10.643 0 0 1 2.151-6.143 10.778 10.778 0 0 1 3.966-3.231zM3.362 18.301c4.973-4.989 9.96-9.967 14.943-14.945.11.08.216.166.324.251-2.044 2.093-4.14 4.144-6.203 6.222-2.94 2.934-5.868 5.88-8.815 8.806-.089-.107-.178-.214-.249-.334zM19.05 3.964c.109.09.24.171.314.294-5.044 5.03-10.08 10.07-15.113 15.111-.1-.101-.202-.201-.285-.317C8.991 14.02 14.025 8.995 19.05 3.964zM6.439 17.937c4.432-4.439 8.877-8.867 13.303-13.311.102.099.206.199.291.314C15.002 9.972 9.972 15.005 4.938 20.034c-.108-.08-.194-.185-.298-.27.564-.627 1.206-1.215 1.799-1.827zM20.365 5.363c.113.086.19.213.27.329a7793.486 7793.486 0 0 1-14.94 14.939 1.502 1.502 0 0 1-.335-.259c5.004-5 10.011-9.999 15.005-15.009zM6.141 20.952c4.94-4.934 9.878-9.873 14.812-14.814a10.704 10.704 0 0 1 1.737 6.264c-.103 3.607-2.194 7.083-5.339 8.851-3.391 2.036-7.928 1.895-11.21-.301z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-school-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M2.462.888C2.644.48 3.017.109 3.483.083 9.161.052 14.84.077 20.518.072c.168-.01.313.087.45.17.274.173.506.442.571.766v22.059c-.083.447-.47.757-.864.933H3.281c-.359-.162-.667-.444-.818-.812V.888m.876-.611a1.11 1.11 0 0 0-.782.992v21.544c.018.545.505 1.036 1.057 1.033.997.011 1.993.002 2.99.005h13.662c.176-.011.363-.018.521-.104a1.11 1.11 0 0 0 .626-.935V1.559c-.002-.2.02-.409-.06-.598a1.237 1.237 0 0 0-.361-.498c-.205-.166-.467-.229-.727-.229H3.73a1.986 1.986 0 0 0-.391.045z"/><path fill="#1a1919" d="M3.63.434C9.163.426 14.697.433 20.23.43c.239-.005.487.05.67.212.185.171.324.413.316.672v21.209c.004.228.017.474-.117.672-.158.3-.495.47-.83.457H3.732c-.237.004-.482-.055-.663-.215-.182-.17-.319-.409-.312-.664V1.599c.002-.133-.006-.266.005-.399.06-.418.439-.769.868-.766m-.09.517c-.185.025-.295.225-.287.4v21.38a.455.455 0 0 0 .142.341c.175.108.39.082.586.084h16.002c.197-.002.411.024.589-.078a.452.452 0 0 0 .148-.349V1.351c.006-.166-.091-.361-.266-.395-.153-.047-.315-.026-.472-.03H3.735a.7.7 0 0 0-.193.025z"/><path fill="#1a1919" d="M10.884 3.351c.17.001.34.002.51 0a4.744 4.744 0 0 0 .208.455c.112.209.19.434.285.651l.024-.009c.091.206.173.415.263.62l.037.005-.01.048c.082.13.133.277.193.418.008-.729-.004-1.459.007-2.188h.512c-.001.47.025.939-.001 1.408.014.382-.014.765.021 1.147-.022.362-.019.725-.018 1.088a16.47 16.47 0 0 0-.385.001l.007-.042-.035.005c-.099-.213-.174-.437-.288-.643l-.011-.035c-.116-.204-.193-.427-.287-.642l-.027-.001c-.082-.181-.155-.365-.233-.547l-.061-.119-.006-.012c-.074-.128-.125-.266-.183-.401-.006.812.001 1.623-.003 2.435h-.518c0-1.214-.005-2.429.002-3.643zM13.71 3.351c.32.003.639-.002.958.002.133.01.272.011.396.069l.039.002c.107.075.201.165.288.263l.045.046c.247.315.206.733.295 1.102.006.271.007.542 0 .813l-.025-.005a3.283 3.283 0 0 1-.133.695c-.051.176-.186.306-.304.44-.122.133-.309.18-.483.188l.012.026c-.368.001-.737.002-1.106 0V3.814c0-.155-.007-.311.018-.464m.516.525v2.61c.234-.012.494.041.706-.081.128-.137.245-.303.259-.496.051-.541.076-1.093-.042-1.627l-.03.011-.004-.127-.026.004c-.052-.085-.094-.187-.184-.24-.217-.083-.454-.046-.68-.054zM8.428 3.351h1.693c.005.175.004.35.002.525-.398 0-.796-.003-1.194.002v.91c.248.006.497.002.745.003v.488c-.248 0-.496-.001-.744.001-.003.399.001.797-.002 1.195.44.023.881.006 1.321.011l-.001.508H8.426c0-1.214-.004-2.428.002-3.643zM4.904 9.783c.299-.168.688-.163.986.006.101.076.172.184.267.268.097.165.156.352.154.544h-.5l-.009-.162-.021.003a5.533 5.533 0 0 0-.135-.204l-.086-.003.005-.041a3.795 3.795 0 0 0-.32-.002c-.217.069-.349.326-.263.539.1.222.347.297.538.418l.004.014c.114.095.241.176.35.277.088.095.171.195.262.287l-.007.032.034-.004c.166.27.186.603.108.905-.048.201-.194.354-.32.511-.238.201-.566.251-.868.211-.201-.05-.402-.14-.526-.315l-.013-.007a1.258 1.258 0 0 1-.26-.784c.163-.002.326-.001.489-.002a.925.925 0 0 0 .081.328l.011.03c.095.129.208.278.388.264.249.044.434-.155.527-.362l.024-.001a4.64 4.64 0 0 0 .001-.373l-.023.003c-.164-.366-.56-.522-.853-.763-.199-.111-.318-.313-.433-.502a.87.87 0 0 1 .026-.655.338.338 0 0 1 .011-.034c.105-.155.196-.341.372-.428zM7.551 9.721c.283-.08.61-.096.87.062.106.076.182.185.277.274.109.19.183.403.19.624H8.36a.838.838 0 0 0-.23-.486l-.117-.002.011-.037-.21.001.01.037h-.128a.656.656 0 0 0-.258.462.295.295 0 0 1-.027-.01l-.011.215-.03-.016c-.026.412-.026.827.002 1.239l.023-.01c.008.091.025.182.053.269.039.193.111.399.286.509.149.054.331.081.471-.007.065-.069.094-.162.136-.244l.015-.228c.178-.002.355-.002.533-.001 0 .247-.069.497-.222.694l-.011.007c-.201.309-.609.357-.945.313-.142-.057-.29-.111-.406-.213-.087-.087-.143-.198-.198-.306l-.011-.004a3.17 3.17 0 0 1-.231-1.372c-.009-.418.018-.858.213-1.237a.459.459 0 0 0 .002-.037c.108-.203.254-.402.473-.493zM13.189 9.678c.241-.031.503-.033.722.087a2.7 2.7 0 0 1 .295.319c.108.218.16.459.216.695l.029-.001.014.289.029-.009c.009.315.011.629 0 .944l-.026-.011a1.055 1.055 0 0 1-.046.306c-.057.222-.105.45-.208.656-.115.153-.235.329-.427.388-.199.082-.418.054-.626.045-.129-.056-.266-.107-.364-.212a1.599 1.599 0 0 1-.266-.462l-.001-.024c-.105-.229-.136-.484-.163-.732-.026-.523-.026-1.056.132-1.56l.019.004c.016-.048.034-.096.052-.143.105-.27.319-.534.621-.578m.013.523c-.231.207-.269.53-.311.819a.652.652 0 0 1-.026-.012c-.013.32-.009.64-.002.96l.027-.007c.007.089.016.177.026.266.05.213.094.441.25.605.154.087.335.076.496.018.048-.079.099-.156.159-.227.09-.202.122-.423.15-.641a4.03 4.03 0 0 0-.103-1.435l-.051-.116c-.057-.072-.113-.144-.174-.212l-.004-.022a1.674 1.674 0 0 0-.436.005zM15.682 9.801c.253-.165.581-.169.866-.1.219.049.333.252.471.407.253.569.293 1.206.254 1.819a3.508 3.508 0 0 1-.219.943 2.06 2.06 0 0 1-.244.327c-.226.211-.561.228-.85.177-.143-.046-.298-.099-.387-.228-.085-.126-.188-.243-.235-.39a3.3 3.3 0 0 1-.181-1.23c-.024-.455.059-.91.216-1.337l.04-.001a1.446 1.446 0 0 1-.014-.054c.099-.107.176-.234.283-.335m.339.395a.763.763 0 0 0-.258.456l-.016-.004c-.149.522-.124 1.075-.046 1.606l.03-.011.008.173.023-.009a.908.908 0 0 0 .212.427c.144.089.331.08.483.012.121-.135.195-.309.229-.487l.025.009.014-.209.029.015c.007-.094.014-.188.028-.282.037-.321.006-.644-.026-.963l-.031.011-.01-.214a.45.45 0 0 1-.026.01 1.023 1.023 0 0 0-.24-.524l-.015-.011a2.017 2.017 0 0 0-.411-.005zM9.591 9.743c.166-.064.356-.014.532-.029.002.49 0 .98.001 1.47.332 0 .665.001.997-.001.002-.49-.002-.98.001-1.47h.519c.002 1.209 0 2.418.001 3.627h-.521c-.003-.547.007-1.095-.005-1.641h-.992v1.641c-.179-.002-.358.007-.537-.011.004-1.195-.004-2.392.004-3.587zM17.995 9.748l.081-.035.448.001c.002 1.051 0 2.101.001 3.152.44.005.88.001 1.32.002v.473c-.617-.01-1.234.021-1.85-.016.002-1.192.003-2.384 0-3.577zM10.296 16.089c.334-.101.745-.078.999.188.122.149.2.323.251.507.022.061.042.122.061.185l.011-.01c.013.062.027.125.043.187.069.352.054.713.051 1.07-.014.221-.033.447-.117.654l-.011.108-.025-.006c-.07.295-.229.59-.51.731a1.26 1.26 0 0 1-.787.008c-.105-.028-.18-.11-.254-.183-.165-.149-.223-.365-.289-.569-.025-.091-.053-.183-.073-.274l-.018.009a5.043 5.043 0 0 1 .002-1.608l.03.008.007-.173.027.008c.063-.192.097-.404.235-.56.102-.115.21-.245.368-.281m.158.483c-.08.057-.128.148-.2.215-.182.454-.192.955-.165 1.437.03.275.055.558.174.812l.014.007c.05.056.097.113.144.172.129.059.278.08.409.015l.038-.014c.286-.247.27-.655.338-.995.018-.452-.01-.91-.142-1.345a.756.756 0 0 0-.178-.271c-.125-.086-.295-.08-.434-.032zM7.175 16.077c.624.007 1.248-.016 1.871.012-.002.114-.002.228-.002.341l-.028-.005c-.111.203-.206.415-.309.622-.133.17-.189.384-.31.561l-.008.029c-.13.196-.197.425-.327.621l-.006.023c-.126.187-.19.408-.316.595l-.009.031a2.965 2.965 0 0 0-.169.308c.494.009.989-.002 1.483.006v.49c-.672.007-1.345.001-2.017.003.008-.209-.023-.421.022-.627.144-.167.201-.388.313-.575.146-.222.24-.473.37-.704l-.001-.029.035-.002c.094-.201.183-.403.297-.593l.003-.051.037.002c.075-.162.146-.326.237-.48l.019-.074H7.184c-.01-.169-.006-.338-.006-.506zM13.959 16.094h.51v3.623c-.133 0-.266 0-.398-.004a8.807 8.807 0 0 0-.258-.6l-.023-.024c-.096-.195-.168-.401-.269-.594l-.014-.018c-.112-.21-.195-.433-.283-.653l-.039-.005.011-.071-.04-.009c-.057-.154-.13-.303-.182-.459-.03.811-.007 1.624-.015 2.435h-.522c-.002-1.208 0-2.415-.001-3.623.178 0 .357-.001.535.002.07.163.125.333.221.484l-.005.053.034.002c.098.215.173.442.287.65l.011.026c.121.215.196.452.304.673l.02.006c.041.094.082.186.118.281-.002-.725 0-1.451-.001-2.176zM15.258 16.095c.568-.002 1.136 0 1.704-.001v.495c-.392 0-.784-.001-1.177.001v.915h.744c.003.171.003.343 0 .515a92.008 92.008 0 0 0-.743 0c.008.399-.017.799.014 1.196.439-.001.878-.002 1.318.001v.498c-.618.003-1.236.001-1.854.001-.011-1.207-.002-2.414-.005-3.621z"/><path fill="#fffffe" d="M3.339.277c.129-.026.26-.044.391-.045h16.535c.26 0 .522.063.727.229.162.129.282.308.361.498.08.189.058.398.06.598V22.81a1.11 1.11 0 0 1-.626.935c-.159.085-.345.092-.521.104H6.604c-.997-.003-1.994.006-2.99-.005-.552.003-1.038-.488-1.057-1.033V1.267c.017-.448.35-.87.782-.992m.291.159c-.429-.003-.807.349-.868.766-.011.133-.004.266-.005.399v21.174c-.007.255.13.494.312.664.181.161.426.219.663.215h16.537c.334.013.672-.157.83-.457.135-.198.121-.444.117-.672V1.314c.008-.258-.131-.501-.316-.672-.183-.162-.431-.217-.67-.212C14.697.433 9.163.426 3.63.434z"/><path fill="#fffffe" d="M3.54.951a.7.7 0 0 1 .193-.025H19.98c.157.004.319-.017.472.03.175.033.272.229.266.395v21.378a.452.452 0 0 1-.148.349c-.178.102-.392.076-.589.078H3.979c-.196-.002-.411.024-.586-.084a.46.46 0 0 1-.142-.341V1.351c-.007-.174.102-.374.287-.4m7.346 2.4c-.007 1.214-.002 2.429-.002 3.643h.518c.004-.812-.002-1.623.003-2.435.058.135.108.274.183.401l.006.012.061.119c.078.182.151.366.233.547l.027.001c.094.215.171.438.287.642l.011.035c.114.206.19.43.288.643l.035-.005-.007.042c.128-.002.257-.002.385-.001-.002-.363-.004-.726.018-1.088-.035-.382-.007-.764-.021-1.147.026-.47 0-.938.001-1.408a43.69 43.69 0 0 1-.512 0c-.01.729.002 1.459-.007 2.188-.061-.141-.111-.288-.193-.418l.01-.048-.037-.005c-.09-.206-.172-.415-.263-.62l-.024.009c-.094-.217-.173-.442-.285-.651a.444.444 0 0 0-.014-.032c-.074-.137-.134-.28-.194-.423-.17.002-.34.002-.51 0m2.829-.001c-.025.153-.018.309-.018.464v3.178c.368.002.737.001 1.106 0l-.012-.026c.174-.009.361-.055.483-.188.118-.133.253-.264.304-.44.066-.226.116-.459.133-.695l.025.005a15.74 15.74 0 0 0 0-.813c-.089-.37-.048-.787-.295-1.102l-.045-.046a1.711 1.711 0 0 0-.288-.263.536.536 0 0 0-.039-.002c-.123-.058-.263-.059-.396-.069-.319-.005-.638.001-.958-.002m-5.282-.001c-.006 1.214-.002 2.429-.002 3.643h1.822c.002-.169.001-.339.001-.508-.441-.005-.882.012-1.321-.011.003-.398-.001-.797.002-1.195.248-.002.496-.001.744-.001v-.488c-.249-.001-.497.003-.745-.003v-.91c.398-.005.796-.001 1.194-.002.002-.175.003-.35-.002-.525H8.428M4.904 9.783c-.176.087-.266.272-.372.428a.338.338 0 0 0-.011.034.87.87 0 0 0-.026.655c.115.189.234.391.433.502.293.241.689.398.853.763l.023-.003c.005.124.003.249-.001.373l-.024.001c-.092.208-.277.406-.527.362-.181.014-.293-.135-.388-.264l-.011-.03a.91.91 0 0 1-.081-.328c-.163.002-.326 0-.489.002-.001.28.085.562.26.784l.013.007c.123.174.325.265.526.315.302.04.63-.01.868-.211.126-.157.272-.31.32-.511.078-.302.057-.635-.108-.905l-.034.004.007-.032c-.091-.092-.174-.192-.262-.287-.11-.101-.236-.181-.35-.277l-.004-.014c-.19-.121-.438-.197-.538-.418-.086-.213.046-.47.263-.539.107-.004.213-.003.32.002l-.005.041.086.003c.046.067.092.135.135.204l.021-.003a9848777027223752 9848777027223752 0 0 1 .355-.382c-.094-.084-.166-.192-.267-.268a1.025 1.025 0 0 0-.986-.006m2.648-.064c-.219.091-.366.29-.473.493l-.002.037c-.195.379-.222.818-.213 1.237a3.17 3.17 0 0 0 .231 1.372l.011.004c.055.108.112.219.198.306.117.102.265.156.406.213.336.045.745-.003.945-.313l.011-.007a1.13 1.13 0 0 0 .222-.694 31.566 31.566 0 0 0-.533.001l-.015.228c-.042.082-.071.176-.136.244-.141.088-.323.061-.471.007-.175-.11-.247-.316-.286-.509a1.294 1.294 0 0 1-.053-.269l-.023.01a9.486 9.486 0 0 1-.002-1.239l.03.016.011-.215.027.01a.654.654 0 0 1 .258-.462h.128l-.01-.037.21-.001-.011.037.117.002a.838.838 0 0 1 .23.486c.176.001.352.002.528 0a1.339 1.339 0 0 0-.19-.624c-.095-.088-.171-.198-.277-.274-.26-.158-.587-.143-.87-.062m5.64-.04c-.302.045-.516.309-.621.578l-.052.143-.019-.004c-.158.505-.158 1.038-.132 1.56.027.248.058.503.163.732l.001.024c.07.163.146.329.266.462.098.104.235.155.364.212.208.009.427.037.626-.045.193-.058.312-.235.427-.388.103-.206.15-.434.208-.656.033-.098.043-.203.046-.306l.026.011c.01-.314.009-.629 0-.944l-.029.009-.014-.289-.029.001c-.056-.236-.108-.477-.216-.695a2.7 2.7 0 0 0-.295-.319c-.219-.12-.481-.117-.722-.087m2.495.124c-.107.101-.183.227-.283.335l.014.054-.04.001a3.37 3.37 0 0 0-.216 1.337 3.32 3.32 0 0 0 .181 1.23c.046.147.15.264.235.39.089.129.244.182.387.228.289.051.624.034.85-.177.09-.102.176-.21.244-.327.123-.3.183-.622.219-.943.039-.614-.001-1.25-.254-1.819-.138-.155-.252-.358-.471-.407-.286-.069-.613-.065-.866.1m-6.091-.06c-.007 1.195 0 2.391-.004 3.587.178.018.358.009.537.011V11.7h.992c.012.547.002 1.094.005 1.641h.521c-.001-1.209.001-2.418-.001-3.627h-.519c-.003.49 0 .98-.001 1.47-.332.002-.665.001-.997.001 0-.49.001-.98-.001-1.47-.176.015-.366-.035-.532.029m8.404.004c.004 1.192.003 2.384 0 3.577.615.037 1.233.006 1.85.016v-.473c-.44-.001-.88.002-1.32-.002 0-1.051.001-2.101-.001-3.152l-.448-.001-.081.035m-7.699 6.341c-.158.036-.265.165-.368.281-.138.156-.172.368-.235.56l-.027-.008-.007.173-.03-.008a5.043 5.043 0 0 0-.002 1.608l.018-.009c.021.092.048.183.073.274.066.203.125.419.289.569.074.074.149.155.254.183.254.077.537.082.787-.008.281-.141.44-.435.51-.731l.025.006.011-.108c.085-.207.103-.434.117-.654.003-.357.018-.718-.051-1.07a4.198 4.198 0 0 1-.043-.187l-.011.01a4 4 0 0 0-.061-.185 1.355 1.355 0 0 0-.251-.507c-.254-.266-.665-.289-.999-.188m-3.12-.013c0 .169-.004.338.006.506h1.176l-.019.074c-.09.155-.162.318-.237.48l-.037-.002-.003.051c-.113.19-.203.393-.297.593l-.035.002.001.029c-.13.231-.224.482-.37.704-.112.187-.169.408-.313.575-.044.206-.014.418-.022.627.672-.002 1.345.004 2.017-.003v-.49c-.494-.008-.989.003-1.483-.006.052-.105.106-.209.169-.308l.009-.031c.126-.187.19-.408.316-.595l.006-.023c.129-.197.197-.425.327-.621l.008-.029c.121-.177.178-.391.31-.561.103-.207.198-.419.309-.622l.028.005c0-.114 0-.228.002-.341-.623-.028-1.247-.005-1.871-.012m6.787.015c.001.725-.001 1.451.001 2.176-.037-.096-.078-.188-.118-.281l-.02-.006c-.109-.221-.183-.458-.304-.673l-.011-.026c-.114-.208-.189-.435-.287-.65l-.034-.002.005-.053c-.096-.151-.151-.321-.221-.484-.178-.003-.357-.002-.535-.002 0 1.208-.001 2.415.001 3.623h.522c.009-.811-.015-1.624.015-2.435.053.156.125.304.182.459l.04.009-.011.071.039.005c.089.22.172.443.283.653l.014.018c.101.193.172.399.269.594l.023.024c.092.197.18.397.258.6.133.004.265.004.398.004v-3.623h-.51m1.3 0c.004 1.207-.006 2.414.005 3.621.618 0 1.236.002 1.854-.001v-.498c-.439-.003-.879-.002-1.318-.001-.032-.398-.007-.798-.014-1.196h.743c.004-.172.003-.343 0-.515h-.744v-.915c.392-.002.784 0 1.177-.001v-.495c-.568.001-1.136-.001-1.704.001z"/><path fill="#fffffe" d="M14.226 3.875c.226.008.464-.029.68.054.09.053.132.154.184.24l.026-.004.004.127.03-.011c.118.535.094 1.086.042 1.627-.015.192-.131.359-.259.496-.213.121-.472.069-.706.081v-2.61zM16.021 10.194a2.09 2.09 0 0 1 .411.005l.015.011c.132.146.209.33.24.524a.2.2 0 0 0 .026-.01l.01.214.031-.011c.032.32.063.642.026.963a3.79 3.79 0 0 0-.028.282l-.029-.015-.014.209-.025-.009a.995.995 0 0 1-.229.487.522.522 0 0 1-.483-.012.89.89 0 0 1-.212-.427l-.023.009-.008-.173-.03.011c-.078-.531-.102-1.084.046-1.606l.016.004a.766.766 0 0 1 .258-.456zM13.204 10.202a1.72 1.72 0 0 1 .436-.005l.004.022c.061.068.117.14.174.212l.051.116c.125.466.15.956.103 1.435-.027.217-.059.439-.15.641-.06.071-.111.148-.159.227-.162.057-.343.069-.496-.018-.156-.165-.2-.393-.25-.605-.01-.089-.018-.177-.026-.266l-.027.007c-.007-.32-.01-.64.002-.96l.026.012c.042-.289.08-.612.311-.819zM10.455 16.571c.138-.049.309-.054.434.032a.765.765 0 0 1 .178.271c.131.435.16.894.142 1.345-.068.341-.053.748-.338.995a.583.583 0 0 0-.038.014.47.47 0 0 1-.409-.015 3.97 3.97 0 0 0-.144-.172l-.014-.007c-.119-.254-.145-.537-.174-.812-.027-.482-.018-.983.165-1.437.072-.066.12-.158.2-.215z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-shared-path-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M11.299 0h1.292c2.48.148 4.908 1.037 6.86 2.581-.736.726-1.462 1.463-2.196 2.19-.713-.486-1.612-.593-2.43-.336a142.56 142.56 0 0 0-.566-1.247c.074-.127.15-.253.226-.378.34.042.692.199 1.033.109.355-.158.247-.773-.157-.762-.632-.037-1.278-.067-1.906.034-.307.452.436.474.721.564l-.173.283c-1.468.004-2.934.001-4.402.001l.217-.676a37.576 37.576 0 0 0-.827-.308c.071-.185.142-.371.211-.556.454-.004.906-.024 1.358-.02.473-.059.75.414 1.177.52-.181-.304-.437-.548-.697-.784-.671.014-1.343.022-2.015.026l-.37.978.846.296c-.212.638-.428 1.277-.638 1.916-.666-.175-1.404-.214-2.028.119-1.006.479-1.589 1.682-1.331 2.768.232 1.193 1.436 2.088 2.647 1.955 1.283-.071 2.357-1.278 2.285-2.56 0-.91-.577-1.712-1.342-2.162l.174-.535c.619.667 1.242 1.33 1.862 1.996-.104.331-.265.701-.079 1.036.178.426.673.497 1.061.623.302-.241.578-.516.767-.856l.336-.001c.064.527.23 1.034.503 1.49-.505.509-1.012 1.014-1.519 1.519.014-.265.047-.529.041-.794-.392-.067-.791-.11-1.168-.246-.13.241-.251.487-.368.736l-.517-.018c-.047.05-.14.149-.188.198l.599.15c.036.361.148.708.325 1.025-.566.388-1.28.55-1.768 1.046-.196.384-.208.834-.302 1.249-2.088 2.094-4.182 4.182-6.27 6.275C1.046 17.498.148 15.08-.002 12.606V11.58c.067-1.41.347-2.814.889-4.12C2.092 4.476 4.557 2.029 7.551.847c1.194-.482 2.468-.726 3.746-.848m.458 7.797l-.004.276h.844v-.276c-.161-.024-.32-.05-.48-.078l-.36.078z"/><path fill="#176fc1" d="M9.496 3.329c1.438-.001 2.874-.001 4.312 0-.504.814-1.013 1.626-1.531 2.432-.176-.023-.353-.043-.529-.064l-.109-.446.34-.008-.006-.28c-.27.088-.539.175-.81.258l.331.032.109.503c-.065.026-.193.082-.258.109-.655-.704-1.309-1.41-1.974-2.105l.126-.432zM12.539 5.904c.52-.822 1.036-1.648 1.555-2.471l.502 1.115a2.737 2.737 0 0 0-1.358 2.016l-.361-.014a9.005 9.005 0 0 0-.337-.646zM21.409 4.537A12.169 12.169 0 0 1 24 11.688v.878c-.158 2.838-1.315 5.615-3.284 7.673-2.089 2.228-5.051 3.581-8.096 3.761h-1.217a12.302 12.302 0 0 1-6.854-2.592c1.434-1.43 2.862-2.866 4.295-4.297l.193.365c.181-.071.366-.134.536-.23-.026-.23-.124-.443-.204-.656l.366-.366-.006.503.221.13c-.047 1.643.248 3.263.468 4.883-.224.091-.492.128-.652.33.104.565.63.901 1.1 1.148.322.136.392-.311.422-.53.084-1.04-.062-2.083-.212-3.112a3.975 3.975 0 0 1 .138-1.686c.194.377.466.744.491 1.182.058.906.073 1.816.046 2.724l-.246.28c.205.349.394.727.708.994.185.08.394.066.589.094a4.241 4.241 0 0 0-.287-1.078l.289-.064c.053-1.099.028-2.201.049-3.3.014-.715-.182-1.415-.51-2.046l.372-.101c-.074-.533-.313-1.03-.342-1.57-.034-.456.064-.906.143-1.351.115.968.442 1.895.959 2.722.164.46.22.959.442 1.397.214.256.571.318.862.452-.386.455-.809.876-1.261 1.265l.432.497c-.065.709-.17 1.438.028 2.137-.367.322-.034.9.422.82.185-.252.092-.582.109-.87-.028-.534.114-1.052.24-1.565.034.241.054.487.131.72.16.334.428.614.499.989-.091.202-.433.455-.127.636.367-.049.582-.371.811-.622-.181-.398-.515-.774-.48-1.235.055-.312.092-.81.54-.696l-.101-.193c.185.04.409.307.575.092.068-.143.11-.295.161-.444.51-.841.104-1.907-.42-2.644.244-.288.458-.689.247-1.058-.252-.554-1.128-.583-1.412-.046-.269.457-.043 1.004.348 1.306-.523-.007-1.142.032-1.472-.463.151-.331.133-.671-.103-.955-.05-.738-.484-1.382-.54-2.118-.035-.386-.043-.775-.061-1.163l.026-.026c2.676-2.687 5.366-5.36 8.04-8.05zM6.065 5.954c.415-1.009 1.649-1.46 2.654-1.102-.251.655-.323 1.426-.878 1.916l.05.188c.772-.342.757-1.313 1.067-1.987.696.446 1.168 1.266 1.024 2.106-.13 1.17-1.4 2.029-2.534 1.706-1.205-.257-1.922-1.718-1.382-2.828zM15.012 4.831a2.578 2.578 0 0 1 1.937.246c-.421.422-.842.846-1.266 1.266-.227-.503-.456-1.004-.671-1.512zM13.664 6.571a2.524 2.524 0 0 1 1.105-1.63c.239.533.496 1.06.713 1.602a3.734 3.734 0 0 1-.089.089c-.577.007-1.153-.031-1.729-.061zM11.798 5.929l.34-.004-.164.401a11.238 11.238 0 0 1-.451-.281l.204-.077.072-.04zM12.138 6.524l.296-.416c.065.143.13.286.193.43-.163-.005-.326-.01-.49-.013zM11.278 6.184c.379.31.677.71.691 1.222-.235-.085-.528-.122-.665-.361-.194-.253-.09-.581-.026-.86zM11.978 6.769c.223.012.446.025.67.041-.15.209-.323.402-.526.563-.049-.2-.097-.402-.144-.604zM13.648 6.844c.497.008.995.03 1.492.043-.367.371-.737.739-1.106 1.108a4.995 4.995 0 0 1-.385-1.151z"/><path fill="#176fc1" d="M16.144 18.422c.178.22.398.478.294.784-.114.328-.308.622-.482.92-.038-.575-.011-1.158.188-1.704z"/><path fill="#fff" d="M9.028 1.242c.672-.005 1.344-.012 2.015-.026.26.235.516.48.697.784-.427-.106-.704-.578-1.177-.52-.452-.004-.905.017-1.358.02l-.211.556c.276.101.552.202.827.308l-.217.676c1.468 0 2.934.002 4.402-.001l.173-.283c-.286-.09-1.028-.112-.721-.564.628-.101 1.273-.071 1.906-.034.404-.011.512.604.157.762-.341.09-.694-.067-1.033-.109-.076.125-.151.251-.226.378.191.414.379.829.566 1.247.818-.257 1.717-.15 2.43.336l-.307.306a2.577 2.577 0 0 0-1.937-.246c.215.508.444 1.009.671 1.512l-.2.2c-.217-.542-.474-1.069-.713-1.602a2.52 2.52 0 0 0-1.105 1.63c.576.03 1.152.068 1.729.061l-.254.254c-.497-.013-.995-.035-1.492-.043.082.397.21.784.385 1.151-.104.103-.209.206-.312.311a3.797 3.797 0 0 1-.503-1.49l-.336.001c-.188.34-.464.614-.767.856-.388-.126-.883-.197-1.061-.623-.186-.335-.025-.704.079-1.036-.62-.666-1.243-1.328-1.862-1.996l-.174.535c.764.45 1.342 1.253 1.342 2.162.072 1.282-1.002 2.489-2.285 2.56-1.211.133-2.416-.762-2.647-1.955-.258-1.086.325-2.29 1.331-2.768.624-.332 1.362-.294 2.028-.119.21-.64.426-1.278.638-1.916-.282-.1-.564-.198-.846-.296l.37-.978m.466 2.086l-.126.432c.665.695 1.319 1.4 1.974 2.105.065-.028.193-.083.258-.109l-.109-.503-.331-.032c.271-.083.54-.17.81-.258l.006.28-.34.008.109.446c.176.02.353.041.529.064.518-.806 1.027-1.619 1.531-2.432-1.438-.001-2.874-.001-4.312 0m3.044 2.574c.121.211.234.426.337.646l.361.014a2.742 2.742 0 0 1 1.358-2.016l-.502-1.115c-.52.823-1.036 1.649-1.555 2.471m-6.473.05c-.54 1.11.178 2.572 1.382 2.828 1.134.323 2.405-.536 2.534-1.706.144-.84-.328-1.66-1.024-2.106-.31.674-.295 1.645-1.067 1.987l-.05-.188c.556-.491.628-1.261.878-1.916-1.006-.359-2.239.092-2.654 1.102m5.734-.026l-.072.04-.204.077c.149.097.299.192.451.281.055-.133.11-.266.164-.401-.085.001-.254.004-.34.004m.341.594l.49.013a56.022 56.022 0 0 0-.193-.43c-.1.138-.198.277-.296.416m-.861-.339c-.064.28-.168.607.026.86.137.239.43.276.665.361-.014-.511-.312-.912-.691-1.222m.7.586c.047.202.095.403.144.604.203-.161.376-.354.526-.563a37.053 37.053 0 0 0-.67-.041z"/><path fill="#fff" d="M11.755 7.796l.36-.078c.16.028.319.054.48.078v.276h-.844c.001-.07.002-.208.004-.276zM10.706 9.52c.118-.248.239-.494.368-.736.377.136.775.179 1.168.246.006.265-.026.529-.041.794-1.114 1.117-2.23 2.232-3.347 3.346.095-.415.107-.865.302-1.249.487-.497 1.201-.659 1.768-1.046a2.62 2.62 0 0 1-.325-1.025L10 9.7c.048-.049.142-.148.188-.198l.517.018zM9.734 16.223c1.2-1.205 2.402-2.408 3.608-3.61.018.388.026.776.061 1.163.056.736.49 1.38.54 2.118.236.284.254.624.103.955.33.496.949.456 1.472.463-.391-.301-.617-.848-.348-1.306.284-.538 1.16-.509 1.412.046.211.37-.004.77-.247 1.058.524.737.93 1.802.42 2.644-.05.149-.092.301-.161.444-.166.215-.39-.053-.575-.092l.101.193c-.448-.114-.485.384-.54.696-.035.461.299.836.48 1.235-.229.251-.444.572-.811.622-.306-.181.036-.434.127-.636-.071-.374-.34-.655-.499-.989-.077-.233-.097-.479-.131-.72-.126.512-.268 1.031-.24 1.565-.017.288.076.618-.109.87-.456.08-.79-.498-.422-.82-.198-.7-.092-1.428-.028-2.137a95.758 95.758 0 0 1-.432-.497c.452-.389.875-.81 1.261-1.265-.29-.134-.648-.197-.862-.452-.222-.438-.277-.937-.442-1.397a6.592 6.592 0 0 1-.959-2.722c-.079.445-.176.895-.143 1.351.029.54.268 1.037.342 1.57l-.372.101c.328.631.524 1.331.51 2.046-.022 1.099.004 2.201-.049 3.3l-.289.064c.143.346.239.707.287 1.078-.196-.028-.404-.013-.589-.094-.314-.266-.503-.644-.708-.994l.246-.28c.028-.908.012-1.818-.046-2.724-.025-.438-.296-.805-.491-1.182a3.975 3.975 0 0 0-.138 1.686c.15 1.028.296 2.071.212 3.112-.03.22-.101.666-.422.53-.47-.247-.996-.583-1.1-1.148.16-.202.427-.239.652-.33-.22-1.62-.515-3.24-.468-4.883a25.424 25.424 0 0 1-.221-.13l.006-.503m6.412 2.2c-.199.546-.227 1.129-.188 1.704.174-.299.368-.593.482-.92.104-.306-.116-.564-.294-.784zM8.843 17.111l.526-.522c.08.214.178.426.204.656-.17.096-.355.16-.536.23l-.193-.365z"/><path fill="#ee1c23" d="M17.256 4.771c.734-.727 1.46-1.464 2.196-2.19.728.569 1.386 1.23 1.957 1.956-2.674 2.689-5.364 5.363-8.04 8.05l-.026.026a1227.93 1227.93 0 0 0-3.608 3.61l-.366.366-.526.522c-1.433 1.432-2.861 2.867-4.295 4.297a11.053 11.053 0 0 1-1.963-1.963c2.088-2.093 4.182-4.181 6.27-6.275 1.117-1.114 2.233-2.228 3.347-3.346.508-.505 1.014-1.01 1.519-1.519l.312-.311c.37-.368.739-.737 1.106-1.108l.254-.254.089-.089.2-.2c.424-.42.845-.844 1.266-1.266l.307-.306z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-shared-path-pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03a7d1" d="M11.049 0h2.131c2.265.292 4.491 1.112 6.271 2.567l-.278-.206c-1.469 1.601-2.915 3.222-4.404 4.804.044-.363-.375-.723-.699-.484-.153.214-.087.507-.125.756-.246.193-.477.406-.717.607-.458-.167-.498-.763-.553-1.182-.069-.954-.533-1.81-.711-2.741-.071-.451-.375-.832-.833-.934.073-.1.148-.198.223-.296-.106-.39-.051-.876-.363-1.178-.245-.246-.676-.144-.861.123-.123.366-.134.76-.219 1.136.065.054.195.165.259.221-.197.075-.451.101-.558.313-.289.516-.411 1.109-.544 1.681-.119.494.097.978.241 1.441.297.717-.073 1.47-.091 2.203.226.138.496.176.749.246.025.937.219 1.859.219 2.796.034.045.102.135.138.179-2.421 2.662-4.852 5.314-7.274 7.974-1.762-1.939-2.824-4.472-3.051-7.077V11.05c.257-3.067 1.707-6.019 4.028-8.048C5.957 1.266 8.468.224 11.048-.001zM20.916 3.931c1.637 1.814 2.755 4.138 2.993 6.58l.091-.113v2.557c-.218 2.453-1.168 4.845-2.758 6.733-1.838 2.22-4.5 3.754-7.356 4.182-.236.038-.468.087-.703.13h-2.361c-2.174-.283-4.302-1.05-6.051-2.391.397-.424.786-.855 1.178-1.283.291.708.902 1.317 1.686 1.413 1.138.204 2.301-.736 2.357-1.886.065-.645-.243-1.249-.675-1.707l.154-.33c.934.693 1.841 1.424 2.781 2.106.398.127.841.03 1.256.056.149.851.811 1.611 1.685 1.746 1.107.244 2.278-.615 2.412-1.731.157-.95-.459-1.929-1.363-2.234-.515-.209-1.078-.101-1.587.067-.241-.368-.525-.708-.739-1.092-.056-.466.695-.407.571-.85l-.108-.16c-.55-.079-1.113-.057-1.666-.021-.311.005-.311.577.006.568.326.039.654.022.982.031l-.131.254c-1.162.061-2.33-.001-3.494.03a30.3 30.3 0 0 1-.136-.638 28.4 28.4 0 0 1 .707-.764l.298-.174-.03-.109c.878-1.009 1.795-1.984 2.696-2.973.15.022.313.182.461.084.064-.201.023-.416.03-.624.079-.09.16-.178.239-.267.016.284.018.58.187.824.42-.293.202-.842.222-1.266 2.055-2.25 4.101-4.508 6.165-6.749z"/><path fill="#03a7d1" d="M9.769 4.565c.241.344.389.845.171 1.238-.082.2-.176.393-.27.586-.235-.598-.135-1.244.099-1.824zM11.468 4.625c.112.148.206.309.262.488.237.755.557 1.488.691 2.272.06.449.368.798.676 1.105.237-.14.496-.239.762-.314a210.51 210.51 0 0 1-2.47 2.706c.027-.627.079-1.252.17-1.873.261-.051.522-.097.782-.148-.232-1.094-.54-2.176-.989-3.202-.189-.341.012-.703.115-1.034zM10.725 9.134c.029-.004.084-.012.112-.014.054.755.043 1.514.095 2.27l-.31.339c.004-.867.06-1.731.104-2.595zM8.346 17.695c.449-.489.895-.982 1.35-1.466-.191.577-.459 1.122-.728 1.664-.208-.067-.415-.134-.623-.198zM9.889 17.037c1.157.013 2.316.014 3.473 0a42.086 42.086 0 0 1-1.018 2.386c-.883-.688-1.784-1.353-2.663-2.043.077-.11.147-.224.209-.342zM13.712 17.438c.282-.008.38.463.558.673-.444.337-.69.861-.767 1.404-.224.013-.45.006-.673-.006.297-.69.581-1.384.882-2.07zM8.085 17.982c.262.008.511.1.755.188-.227.446-.33 1.03-.832 1.258-.219.07-.455.419-.086.484.724-.16.987-.87 1.266-1.465.446.51.645 1.252.375 1.894-.32.904-1.454 1.363-2.322.964-.541-.209-.867-.723-1.047-1.249.632-.69 1.261-1.383 1.89-2.074zM14.906 18.065c.913-.363 2.061.157 2.329 1.116.324.929-.309 2.034-1.274 2.222-.956.258-1.978-.461-2.13-1.423.627-.013 1.256.018 1.882-.012.149-.023.218-.197.189-.331-.28-.557-.78-.985-.996-1.572z"/><path fill="#03a7d1" d="M13.821 19.519c.075-.445.266-.907.663-1.155.248.389.536.754.773 1.151-.479.012-.957.008-1.436.004z"/><path fill="#fff" d="M10.131 1.837c.186-.267.616-.37.861-.123.313.302.257.787.363 1.178-.075.097-.15.196-.223.296.458.102.762.483.833.934.178.931.642 1.788.711 2.741.054.419.095 1.014.553 1.182.24-.201.471-.414.717-.607.038-.249-.029-.542.125-.756.324-.239.743.121.699.484-.298.341-.595.685-.911 1.011a3.213 3.213 0 0 0-.762.314c-.307-.307-.616-.656-.676-1.105-.135-.784-.454-1.517-.691-2.272a1.61 1.61 0 0 0-.262-.488c-.104.331-.305.693-.115 1.034.449 1.026.756 2.108.989 3.202-.261.051-.522.097-.782.148a18.38 18.38 0 0 0-.17 1.873l-.458.509c-.052-.756-.04-1.515-.095-2.27l-.112.014c-.044.864-.1 1.728-.104 2.595a95.18 95.18 0 0 0-.296.324 12.141 12.141 0 0 1-.138-.179c0-.937-.195-1.859-.219-2.796-.253-.07-.523-.109-.749-.246.018-.733.388-1.485.091-2.203-.144-.463-.361-.947-.241-1.441.132-.572.254-1.165.544-1.681.106-.211.361-.237.558-.313l-.259-.221c.086-.376.096-.771.219-1.136m-.362 2.726c-.234.58-.333 1.226-.099 1.824.093-.193.188-.387.27-.586.218-.393.07-.894-.171-1.238zM14.343 11.122l.409-.442c-.019.424.198.973-.222 1.266-.169-.244-.171-.54-.187-.824zM13.614 11.929c.165-.179.327-.359.49-.54-.006.208.034.423-.03.624-.148.097-.31-.062-.461-.084zM10.65 15.185c.026-.16.115-.253.269-.283l.03.109-.298.174zM12.721 16.272c-.318.009-.318-.563-.006-.568.553-.036 1.116-.058 1.666.021.027.04.082.119.108.16.125.442-.627.384-.571.85.214.384.498.724.739 1.092.509-.169 1.072-.276 1.587-.067.904.305 1.52 1.284 1.363 2.234-.134 1.116-1.305 1.974-2.412 1.731-.874-.135-1.536-.895-1.685-1.746-.415-.026-.858.071-1.256-.056-.941-.681-1.847-1.413-2.781-2.106l-.154.33c.432.458.739 1.062.675 1.707-.056 1.151-1.219 2.09-2.357 1.886-.785-.096-1.396-.704-1.686-1.413l.245-.27c.18.527.506 1.04 1.047 1.249.868.4 2.002-.06 2.322-.964.27-.642.071-1.384-.375-1.894-.279.594-.542 1.305-1.266 1.465-.37-.065-.134-.414.086-.484.502-.228.605-.812.832-1.258-.244-.088-.493-.18-.755-.188l.261-.287c.208.065.415.131.623.198.269-.542.537-1.087.728-1.664.08-.093.163-.188.246-.28.043.213.088.426.136.638 1.164-.031 2.331.031 3.494-.03.032-.064.097-.191.131-.254-.328-.009-.656.008-.982-.031m-2.835.764a3.158 3.158 0 0 1-.209.342c.88.69 1.78 1.356 2.663 2.043.362-.785.706-1.58 1.018-2.386-1.157.014-2.316.013-3.473 0m3.824.402c-.301.686-.585 1.38-.882 2.07.223.013.449.019.673.006.077-.542.323-1.066.767-1.404-.178-.21-.276-.681-.558-.673m1.194.628c.217.588.716 1.016.996 1.572.029.134-.04.307-.189.331-.627.03-1.256-.001-1.882.012.152.963 1.174 1.681 2.13 1.423.965-.188 1.598-1.293 1.274-2.222-.267-.959-1.415-1.479-2.329-1.116m-1.085 1.454c.479.004.957.008 1.436-.004-.237-.397-.525-.762-.773-1.151-.397.248-.588.71-.663 1.155z"/><path fill="#f02b30" d="M14.77 7.165c1.489-1.581 2.936-3.203 4.404-4.804l.278.206c.511.428 1.018.865 1.465 1.363-2.064 2.24-4.11 4.499-6.165 6.749l-.409.442c-.079.09-.16.178-.239.267-.163.18-.326.361-.49.54-.9.99-1.818 1.964-2.696 2.973-.153.03-.243.123-.269.283a28.4 28.4 0 0 0-.953 1.044c-.455.484-.902.977-1.35 1.466l-.261.287c-.629.691-1.258 1.384-1.89 2.074l-.245.27c-.392.428-.781.859-1.178 1.283a12.45 12.45 0 0 1-1.72-1.581c2.422-2.661 4.853-5.312 7.274-7.974l.296-.324.31-.339.458-.509a210.51 210.51 0 0 0 2.47-2.706c.315-.326.612-.669.911-1.011z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-snow-chains--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M3.454 3.576C5.668 1.298 8.825-.017 12.002.005c2.684-.018 5.346.92 7.454 2.578-1.08 1.055-2.122 2.149-3.216 3.187-.474-.878-1.145-1.813-2.188-2.016-.841-.094-1.69-.018-2.533-.042-.8.017-1.696-.126-2.384.384-1.082.772-1.628 2.06-2.008 3.29-.714 2.521-.751 5.21-.275 7.778-1.41 1.44-2.851 2.848-4.266 4.282C1.057 17.513.166 15.114 0 12.659v-1.11c.118-2.963 1.356-5.87 3.454-7.973z"/><path fill="#176fc1" d="M8.61 4.894c.421-.508 1.02-.967 1.714-.94 1.201.016 2.405-.008 3.606.011 1.033.144 1.676 1.099 2.14 1.945l-.041.049-.236.251c-.295-.572-.656-1.114-1.144-1.542a33.33 33.33 0 0 1-1.174 1.289c.685.151 1.344.402 2.034.534a8.217 8.217 0 0 0-.134.13c-.2-.038-.397-.086-.595-.133l-.02.192.436.124a8 8 0 0 0-.128.131c-.545-.164-1.102-.287-1.65-.442.199.52.364 1.052.517 1.588a8.088 8.088 0 0 0-.16.161c-.161-.661-.338-1.328-.673-1.927-.26.568-.532 1.135-.722 1.729.037.437.218.847.298 1.277a6.441 6.441 0 0 0-.318.322c-.181-.698-.276-1.493-.851-1.997-.197.205-.397.421-.497.694-.382 1.001-.462 2.082-.502 3.142-.104.106-.208.211-.308.32-.032-.823.06-1.645.204-2.455.133-.689.314-1.428.863-1.914l.437-.019a3.484 3.484 0 0 0-.698-.658l-.427.118c-.242.262-.506.5-.744.766-.578 1.026-.713 2.213-.889 3.356.03.564.032 1.13-.005 1.694l.071.299-.095.097c-.023-.05-.07-.151-.092-.202-.259-.17-.184.299-.161.434l-.136.157c-.022-.476-.088-.949-.15-1.421-.282.004-.564.007-.846.014-.113.13-.228.257-.346.383-.006.72.07 1.436.202 2.143a5.972 5.972 0 0 0-.331.344 17.204 17.204 0 0 1 .038-6.437c.27-1.279.689-2.573 1.516-3.607m-.381 1.345l.145.229c-.011.581.474 1.01.69 1.522.095-.218.209-.43.355-.618.214-.323.464-.653.823-.821.126-.072.354-.113.301-.313-.066-.653.088-1.405-.404-1.925-.931.254-1.523 1.094-1.91 1.926m2.219-1.864c-.066.203.334.174.258-.016l-.258.016m.513-.057c-.095.156-.208.304-.283.47-.014.504.005 1.008.014 1.512.318.163.66.306.916.564.266.284.44.637.635.971.28-.666.65-1.32.612-2.066-.416-.672-.99-1.548-1.894-1.451m.89.002c.514.39.894.91 1.232 1.451.415-.421.786-.882 1.189-1.314-.775-.266-1.618-.082-2.422-.137m2.288.614c.08-.078.08-.078 0 0m-.079.082c-.078.077-.078.077 0 0l.079-.082-.079.082m-.971.88c-.234.047-.151.428.088.344.245-.035.13-.406-.088-.344m.36.224l-.008.2c.388.097.77.217 1.165.287-.216-.398-.778-.326-1.157-.487m-5.379.4c.073.056.073.056 0 0m2.54-.021c-.052.163.01.217.184.161.053-.162-.008-.216-.184-.161m-.976.847l.054.113c.304-.187.536-.468.728-.764-.353.078-.569.39-.782.652M7.427 8.868c.274.455.694.78 1.09 1.121.133-.19.121-.43.164-.648.06-.392.235-.755.322-1.141-.342-.482-.527-1.078-.967-1.483a9.44 9.44 0 0 0-.608 2.152m1.676-.297c.346-.226.41-.68.508-1.05-.347.226-.426.674-.508 1.05M8.95 9.733c.098-.336.178-.678.194-1.028-.246.229-.443.764-.194 1.028m-1.6-.608c-.06.794-.197 1.582-.167 2.382.116.116.228.238.331.367.293.006.586.006.878.006-.016-.552.13-1.092.13-1.643-.388-.247-.652-.802-1.148-.79l.086-.316-.11-.007m1.447.711a4.19 4.19 0 0 0-.157 1.08c.356-.218.277-.746.157-1.08m-.204 2.16c.028.223-.073.515.151.667a10.05 10.05 0 0 0-.011-1.664c-.217.288-.116.665-.14.997zM21.409 4.54A12.167 12.167 0 0 1 24 11.668v.664c-.088 3.119-1.435 6.179-3.701 8.327-2.045 1.975-4.801 3.154-7.633 3.342h-1.327a12.35 12.35 0 0 1-6.793-2.594c1.117-1.09 2.192-2.222 3.323-3.299.502.874 1.254 1.81 2.344 1.86 1.154.022 2.311.007 3.466.007.767.016 1.436-.461 1.9-1.034.707-.878 1.111-1.956 1.4-3.034.598-2.33.63-4.787.226-7.152 1.396-1.411 2.809-2.806 4.206-4.214z"/><path fill="#176fc1" d="M10.789 11.171c-.03-1.115.107-2.309.715-3.269.377.594.532 1.286.64 1.972-.437.446-.854.918-1.355 1.297zM16.733 9.305c.101-.116.202-.233.3-.352.139 1.249.305 2.507.2 3.766-.096 1.663-.378 3.343-1.076 4.867-.36.752-.841 1.498-1.576 1.93-.49.289-1.081.23-1.626.235-.916-.017-1.832.02-2.748-.013-1.016-.064-1.687-.97-2.16-1.776l.054-.053c.198-.181.394-.367.569-.57-.07.182-.14.365-.22.542.439.727 1.152 1.673 2.123 1.403l.202.185a37.68 37.68 0 0 1-.035-2.099 2.56 2.56 0 0 1-1.249-.888c.07-.104.131-.214.196-.32l.155-.031c.263.203.493.445.724.683.163.037.325.076.487.115.224-.2.439-.41.648-.626-.589.046-.856-.502-1.061-.954l.143-.131.113-.121c.143.3.258.632.509.864.248.067.367-.188.473-.361.332-.625.404-1.34.552-2.022.14-.137.28-.276.41-.422l.007.346c.324.306.601.667.968.924l.152-.025c.125-.75.238-1.518.157-2.28.062-.13.406-.27.17-.397a9.17 9.17 0 0 0 .227-.215l.01.169c.377-.214.756-.456 1.004-.822-.337.134-.636.343-.922.564.21-.208.418-.42.62-.635.316-.263.644-.51.977-.749l-.124-.161c.163-.047.478-.017.323.226-.254.226-.547.403-.817.608l.059.168c.305-.205.605-.419.911-.623-.035-.224.002-.481-.157-.666l.194-.119c.046.095.091.19.138.284l-.005-.448m.05.93c-.667.588-1.418 1.075-2.138 1.597.727.347 1.453.697 2.176 1.055l.035.174c.017-.943.034-1.886-.072-2.826m-2.349 1.754c.276.323.701.449 1.08.607-.187-.391-.701-.486-1.08-.607m-.101.257c-.037.698-.037 1.403-.18 2.09.708-.409 1.469-.714 2.202-1.074-.649-.389-1.349-.674-2.022-1.016m1.245.346c.336.192.721.604 1.139.464-.358-.199-.716-.448-1.139-.464m-.126 1.384a2.242 2.242 0 0 0 1.148-.55 2.07 2.07 0 0 0-1.148.55m-3.091 1.628c.221.528.455 1.056.736 1.554l.116.004c.278-.566.434-1.187.583-1.798.112-.282-.072-.538-.155-.797-.283-.284-.564-.572-.851-.852-.059.648-.282 1.261-.43 1.889m3.172-1.404c-.496.277-1.057.667-1.63.347-.04.166.014.382.246.36l-.083-.17c.134.001.27.002.404.006.534.606 1.15 1.132 1.732 1.69.316-.916.452-1.876.598-2.828-.412.22-.83.428-1.267.596m-1.276.315c.4-.044.888-.2 1.12-.523-.414.052-.784.287-1.12.523m.113.43a.339.339 0 0 1-.354.064c-.064.739-.329 1.447-.586 2.138a16.22 16.22 0 0 1 1.208-.294c.082.097.152.203.223.308.311-.077.624-.146.938-.212-.028.061-.08.185-.107.246-.696.037-1.358.272-2.035.419.377.434.811.814 1.213 1.224.458-.494.839-1.068 1.057-1.709-.094-.126-.006-.234.107-.301-.421-.052-.829.068-1.234.17l.103-.239c.246-.029.49-.074.734-.115-.478-.502-.973-.989-1.52-1.415.054-.059.107-.118.162-.174.274.246.491.612.875.696-.222-.306-.508-.554-.786-.806m.79.865c.222.365.534.689.923.874-.191-.388-.535-.692-.923-.874m-4.236 1.457c-.001.605-.002 1.211.001 1.816l.239.295c.952-.094 1.42-1.05 1.884-1.748l.304-.019c.007-.366-.29-.227-.494-.132.076-.599-.414-1.1-.605-1.648-.286.596-.672 1.205-1.328 1.436m-1.262-.841c.216.2.419.415.648.602.168-.299-.356-.494-.47-.732-.06.042-.119.085-.178.13m.948.609c.001.395.373-.173 0 0m2.852.296l.167.102c.355-.079.736-.113 1.046-.319-.416-.079-.817.116-1.213.217m-.295.447c-.37.599-.751 1.229-1.373 1.601.908-.118 1.894.186 2.74-.254-.434-.47-.9-.91-1.367-1.346m.484.166c.004.172.204.374.377.366.014-.175-.2-.39-.377-.366z"/><path fill="#176fc1" d="M11.071 14.896c.34-.368.696-.721 1.064-1.06-.151.643-.167 1.429-.685 1.9-.16-.263-.271-.552-.379-.84z"/><path fill="#ee1c23" d="M16.24 5.77c1.094-1.038 2.136-2.132 3.216-3.187.727.569 1.384 1.23 1.954 1.957-1.397 1.409-2.81 2.803-4.206 4.214a5.261 5.261 0 0 0-.17.199c-.098.119-.199.235-.3.352l.005.448-.138-.284-.194.119-.221.124c-.301.371-.65.701-.95 1.073-.203.215-.41.427-.62.635l-.092.089c-.074.073-.15.145-.227.215-.51.452-1.015.912-1.456 1.433-.131.146-.27.286-.41.422-.097.088-.197.172-.293.259a17.73 17.73 0 0 0-1.064 1.06c-.059.066-.119.133-.176.2l-.113.121-.143.131c-.286.24-.54.512-.798.782l-.155.031c-.065.107-.126.216-.196.32-.286.274-.584.538-.821.857a6.801 6.801 0 0 1-.569.57l-.233.198c-1.13 1.076-2.206 2.209-3.323 3.299a11.02 11.02 0 0 1-1.96-1.96c1.415-1.434 2.856-2.842 4.266-4.282l.204-.227c.107-.119.215-.235.331-.344a10.763 10.763 0 0 0 1.276-1.277 2.24 2.24 0 0 0 .253-.233l.095-.097c.416-.376.817-.768 1.189-1.187.101-.109.204-.215.308-.32a2.34 2.34 0 0 0 .281-.308c.5-.379.918-.851 1.355-1.297l.214-.233c.102-.11.209-.218.318-.322.384-.341.746-.703 1.098-1.079.052-.054.106-.108.16-.161.39-.37.773-.746 1.133-1.146l.128-.131.18-.182.134-.13a6.82 6.82 0 0 0 .283-.281c.06-.062.178-.188.236-.251l.211-.19z"/><path fill="#fff" d="M9.134 4.096c.689-.51 1.584-.367 2.384-.384.844.024 1.692-.052 2.533.042 1.043.203 1.714 1.138 2.188 2.016a9.515 9.515 0 0 0-.211.19l.041-.049c-.463-.846-1.106-1.801-2.14-1.945-1.201-.019-2.405.005-3.606-.011-.694-.028-1.292.432-1.714.94-.827 1.034-1.246 2.328-1.516 3.607a17.204 17.204 0 0 0-.038 6.437l-.204.227c-.476-2.568-.439-5.257.275-7.778.379-1.23.925-2.519 2.008-3.29z"/><path fill="#fff" d="M8.232 6.239c.388-.832.979-1.672 1.91-1.926.492.52.338 1.272.404 1.925.053.2-.175.241-.301.313-.359.168-.61.498-.823.821-.146.188-.26.4-.355.618-.216-.511-.701-.941-.69-1.522l-.145-.229zM10.451 4.375l.258-.016c.076.19-.324.218-.258.016zM10.964 4.318c.904-.097 1.477.779 1.894 1.451.038.746-.332 1.4-.612 2.066-.194-.334-.368-.686-.635-.971-.256-.258-.598-.401-.916-.564-.01-.504-.029-1.008-.014-1.512.076-.167.188-.314.283-.47z"/><path fill="#fff" d="M11.854 4.32c.804.055 1.646-.13 2.422.137-.403.432-.774.893-1.189 1.314-.338-.541-.719-1.061-1.232-1.451zM14.141 4.934c.08-.078.08-.078 0 0zM13.475 5.957c.404-.416.791-.851 1.174-1.289.487.428.848.97 1.144 1.542a6.82 6.82 0 0 1-.283.281c-.69-.132-1.349-.383-2.034-.534zM14.062 5.016l.079-.082-.079.082zM14.062 5.016c-.078.077-.078.077 0 0zM13.091 5.896c.217-.061.332.31.088.344-.239.084-.322-.298-.088-.344zM13.451 6.12c.379.161.941.089 1.157.487-.395-.07-.778-.19-1.165-.287l.008-.2zM8.072 6.52c.073.056.073.056 0 0zM10.612 6.499c.175-.055.236-.001.184.161-.174.056-.235.002-.184-.161zM12.378 8.042c.191-.594.462-1.162.722-1.729.335.599.512 1.266.673 1.927-.352.376-.714.738-1.098 1.079-.079-.43-.26-.84-.298-1.277zM13.416 6.492c.548.155 1.105.277 1.65.442-.36.4-.743.776-1.133 1.146a19.609 19.609 0 0 0-.517-1.588zM14.779 6.487c.198.047.395.095.595.133l-.18.182a55.44 55.44 0 0 0-.436-.124l.02-.192zM9.636 7.346c.214-.262.43-.574.782-.652-.192.296-.425.577-.728.764l-.054-.113zM11.005 6.754c.263.186.497.407.698.658l-.437.019c-.548.486-.73 1.225-.863 1.914-.144.81-.236 1.632-.204 2.455-.372.419-.773.811-1.189 1.187l-.071-.299c.037-.564.035-1.13.005-1.694.176-1.144.311-2.33.889-3.356.238-.265.502-.504.744-.766.143-.038.286-.078.427-.118zM7.427 8.868a9.558 9.558 0 0 1 .608-2.152c.44.406.625 1.001.967 1.483-.086.386-.262.749-.322 1.141-.043.218-.031.458-.164.648-.396-.341-.816-.666-1.09-1.121zM9.104 8.572c.082-.376.161-.824.508-1.05-.097.37-.162.824-.508 1.05z"/><path fill="#fff" d="M11.01 8.338c.1-.272.3-.488.497-.694.575.504.67 1.298.851 1.997l-.214.233c-.108-.685-.263-1.378-.64-1.972-.608.96-.745 2.154-.715 3.269a2.22 2.22 0 0 1-.281.308c.04-1.06.12-2.141.502-3.142zM8.95 9.733c-.248-.264-.052-.799.194-1.028-.017.35-.096.692-.194 1.028zM17.033 8.953c.055-.067.112-.134.17-.199.404 2.365.372 4.822-.226 7.152-.289 1.078-.694 2.155-1.4 3.034-.463.574-1.133 1.05-1.9 1.034-1.154 0-2.311.014-3.466-.007-1.09-.05-1.842-.986-2.344-1.86l.233-.198-.054.053c.473.806 1.144 1.712 2.16 1.776.916.034 1.832-.004 2.748.013.545-.005 1.136.054 1.626-.235.734-.432 1.216-1.177 1.576-1.93.698-1.524.98-3.204 1.076-4.867.104-1.259-.061-2.516-.2-3.766zM7.35 9.125l.11.007-.086.316c.497-.012.761.542 1.148.79 0 .551-.145 1.091-.13 1.643-.293 0-.586 0-.878-.006a4.282 4.282 0 0 0-.331-.367c-.03-.8.107-1.588.167-2.382z"/><path fill="#fff" d="M16.184 9.71l.221-.124c.16.185.122.442.157.666-.306.204-.606.418-.911.623a11.201 11.201 0 0 0-.059-.168c.27-.205.563-.383.817-.608.155-.242-.16-.272-.323-.226l.124.161c-.332.239-.661.486-.977.749.3-.372.649-.702.95-1.073zM8.797 9.835c.12.334.199.862-.157 1.08.01-.365.054-.73.157-1.08zM16.782 10.235c.106.94.089 1.883.072 2.826a10.71 10.71 0 0 0-.035-.174c-.722-.358-1.448-.708-2.176-1.055.72-.522 1.471-1.009 2.138-1.597zM14.614 11.418c.286-.221.584-.43.922-.564-.248.366-.628.608-1.004.822l-.01-.169c.023-.022.07-.066.092-.089zM8.593 11.995c.024-.332-.077-.709.14-.997.054.553.049 1.11.011 1.664-.224-.152-.124-.444-.151-.667zM12.839 13.154c.44-.521.946-.98 1.456-1.433.235.127-.108.268-.17.397.08.762-.032 1.53-.157 2.28l-.152.025c-.367-.257-.644-.618-.968-.924l-.007-.346zM14.434 11.989c.379.121.893.216 1.08.607-.379-.158-.804-.284-1.08-.607zM7.531 12.067c.282-.007.564-.011.846-.014.062.472.128.944.15 1.421a10.86 10.86 0 0 1-1.14 1.12 11.168 11.168 0 0 1-.202-2.143c.118-.126.233-.253.346-.383z"/><path fill="#fff" d="M14.333 12.246c.673.342 1.373.628 2.022 1.016-.733.36-1.494.665-2.202 1.074.143-.688.143-1.392.18-2.09zM15.578 12.592c.422.017.781.265 1.139.464-.418.139-.803-.272-1.139-.464zM8.663 13.316c-.023-.136-.098-.605.161-.434.023.05.07.151.092.202a2.24 2.24 0 0 1-.253.233zM15.452 13.976a2.087 2.087 0 0 1 1.148-.55 2.261 2.261 0 0 1-1.148.55zM12.136 13.836c.096-.088.196-.172.293-.259-.148.682-.22 1.397-.552 2.022-.106.173-.224.428-.473.361-.251-.232-.366-.564-.509-.864l.176-.2c.108.288.22.577.379.84.518-.47.534-1.256.685-1.9zM12.361 15.604c.148-.628.371-1.241.43-1.889.287.28.568.568.851.852.083.259.266.515.155.797-.149.611-.305 1.231-.583 1.798l-.116-.004a14.707 14.707 0 0 1-.736-1.554zM15.532 14.2c.437-.168.856-.377 1.267-.596-.145.953-.282 1.913-.598 2.828-.582-.558-1.198-1.084-1.732-1.69-.134-.004-.27-.005-.404-.006l.083.17c-.232.022-.286-.194-.246-.36.572.32 1.134-.07 1.63-.347z"/><path fill="#fff" d="M14.256 14.516c.336-.236.706-.472 1.12-.523-.232.323-.72.479-1.12.523zM14.369 14.946c.278.252.564.5.786.806-.384-.084-.601-.45-.875-.696-.055.056-.108.115-.162.174.547.426 1.043.913 1.52 1.415-.245.041-.488.086-.734.115l-.103.239c.404-.102.812-.222 1.234-.17-.113.067-.2.175-.107.301-.218.641-.599 1.214-1.057 1.709-.402-.41-.836-.79-1.213-1.224.677-.146 1.339-.382 2.035-.419.026-.061.079-.185.107-.246-.314.066-.628.136-.938.212a3.605 3.605 0 0 0-.223-.308 16.1 16.1 0 0 0-1.208.294c.257-.691.522-1.399.586-2.138.132.047.25.025.354-.064zM9.841 16.13c.258-.27.512-.542.798-.782.205.452.472 1 1.061.954-.209.216-.424.426-.648.626-.162-.04-.324-.078-.487-.115-.23-.238-.461-.48-.724-.683z"/><path fill="#fff" d="M15.157 15.811c.388.181.732.486.923.874-.389-.185-.701-.509-.923-.874zM10.921 17.268c.656-.232 1.043-.84 1.328-1.436.191.547.68 1.049.605 1.648.204-.095.502-.234.494.132l-.304.019c-.464.698-.932 1.655-1.884 1.748-.079-.1-.158-.197-.239-.295-.004-.605-.002-1.211-.001-1.816zM9.66 16.427c.059-.044.118-.088.178-.13.114.238.638.433.47.732-.229-.187-.432-.402-.648-.602zM8.67 17.339c.236-.319.535-.583.821-.857.324.414.745.73 1.249.888-.007.7.002 1.399.035 2.099l-.202-.185c-.971.27-1.684-.676-2.123-1.403.079-.178.15-.36.22-.542zM10.608 17.036c.373-.173.001.395 0 0zM13.46 17.332c.396-.101.797-.296 1.213-.217-.311.206-.691.24-1.046.319l-.167-.102z"/><path fill="#fff" d="M13.165 17.779c.467.437.932.876 1.367 1.346-.846.44-1.831.137-2.74.254.622-.372 1.003-1.002 1.373-1.601zM13.649 17.946c.176-.024.391.191.377.366-.173.008-.373-.194-.377-.366z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-snowmobiles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03a7d1" d="M11.027 0h1.821c2.279.169 4.509.987 6.339 2.361-1.474 1.616-2.953 3.23-4.425 4.849-.01-.415-.026-.96-.511-1.105-.762-.301-1.283.647-1.175 1.297-.004.474.516.586.873.697-.433.476-.868.951-1.302 1.426-.505-.061-1.168-.328-1.555.143-.324.488-.459 1.074-.778 1.567.01-1.082.335-2.151.188-3.235-.471.768-.566 1.68-.776 2.538-2.059.488-3.77 2.063-4.585 3.994.721.374 1.526.518 2.313.684l-.778.854c-.533.052-1.077.143-1.609.04-.463-.096-.835-.409-1.245-.624.414.813 1.314 1.252 2.198 1.306-.99 1.078-1.977 2.16-2.96 3.243C1.28 18.076.202 15.511.002 12.877v-1.731c.221-3.134 1.719-6.153 4.099-8.205C6.016 1.245 8.488.234 11.029.001zM16.038 9.281c1.624-1.784 3.251-3.564 4.877-5.346 1.794 1.963 2.883 4.538 3.085 7.187v1.731a12.073 12.073 0 0 1-3.429 7.578c-1.978 2.038-4.696 3.283-7.513 3.57h-2.021c-2.252-.208-4.452-1.014-6.257-2.386 1.456-1.585 2.902-3.18 4.354-4.768.625-.006 1.253-.006 1.871-.118a9.24 9.24 0 0 0-1.392-.406l.603-.662c.512.084 1.03.141 1.536.261.468.106.662.656 1.125.778.621.161 1.27.141 1.907.157 1.469.004 2.938.03 4.407-.019.291-.027.667-.023.82-.324.254-.448.127-.983-.097-1.414-.437-.852-.149-1.866-.499-2.74-.996-.306-2.073-.122-3.102-.165.189-.318.503-.641.413-1.044-.101-.663-.414-1.265-.686-1.869z"/><path fill="#03a7d1" d="M10.718 11.632c.193-.547.378-1.1.653-1.614l.536.319c-.393.433-.791.863-1.188 1.295zM12.105 13.593c.426-.464.842-.937 1.274-1.395l.319.03c-.195.614-.393 1.229-.533 1.858-.389-.078-.771-.208-1.06-.493z"/><path fill="#f02b30" d="M19.187 2.361c.623.471 1.206.994 1.728 1.574-1.626 1.782-3.252 3.562-4.877 5.346-.886.972-1.776 1.942-2.659 2.918-.432.458-.848.93-1.274 1.395-.632.688-1.258 1.379-1.889 2.068-.201.219-.402.44-.603.662l-.479.524c-1.452 1.588-2.898 3.182-4.354 4.768a12.172 12.172 0 0 1-1.723-1.58 823.63 823.63 0 0 1 2.96-3.243c.218-.241.436-.483.656-.723.259-.284.519-.568.778-.854 1.086-1.196 2.183-2.383 3.265-3.583.397-.432.795-.861 1.188-1.295l.739-.812c.435-.475.869-.95 1.302-1.426.269-.298.544-.592.813-.889 1.472-1.619 2.951-3.233 4.425-4.849z"/><path fill="#fff" d="M13.075 7.402c-.108-.65.414-1.598 1.175-1.297.485.145.501.69.511 1.105-.27.297-.545.59-.813.889-.357-.11-.877-.223-.873-.697zM9.725 10.537c.21-.858.305-1.77.776-2.538.147 1.085-.178 2.154-.188 3.235.319-.493.454-1.079.778-1.567.388-.471 1.051-.204 1.555-.143l-.739.812-.536-.319c-.275.514-.459 1.066-.653 1.614-1.082 1.2-2.179 2.387-3.265 3.583-.787-.166-1.592-.31-2.313-.684.815-1.932 2.526-3.507 4.585-3.994zM13.379 12.198c.883-.976 1.773-1.946 2.659-2.918.272.605.585 1.206.686 1.869.091.403-.223.726-.413 1.044 1.029.043 2.106-.141 3.102.165.35.874.062 1.888.499 2.74.224.431.352.966.097 1.414-.153.301-.529.297-.82.324-1.469.049-2.938.023-4.407.019-.637-.016-1.286.004-1.907-.157-.463-.122-.656-.672-1.125-.778-.506-.119-1.024-.176-1.536-.261.63-.689 1.257-1.38 1.889-2.068.289.285.671.415 1.06.493.14-.629.339-1.244.533-1.858l-.319-.03zM3.821 15.485c.41.215.782.528 1.245.624.532.102 1.075.012 1.609-.04-.221.24-.438.481-.656.723-.883-.054-1.784-.493-2.198-1.306zM9.134 16.847l.479-.524a9.24 9.24 0 0 1 1.392.406c-.618.112-1.245.112-1.871.118z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-tractors-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.811 0h2.337c2.227.274 4.406 1.077 6.181 2.467l-2.544 2.544h-4.974c.051.442.16.894.03 1.333-.305 1.298-.597 2.599-.901 3.898-2.064.003-4.129-.005-6.193.003-.285-.032-.637.117-.608.452-.021 1.254 0 2.509-.008 3.764h.844a2.493 2.493 0 0 1 2.753-.402c-.08.078-.158.157-.237.236-.705-.26-1.547-.214-2.132.293-.74.558-.931 1.6-.599 2.437-.762.77-1.532 1.532-2.297 2.3C1.081 17.561.29 15.399 0 13.19v-2.334c.136-.748.229-1.506.459-2.234.836-2.902 2.825-5.442 5.424-6.975C7.38.737 9.087.245 10.811 0zM21.178 4.234C22.764 6.071 23.69 8.405 24 10.8v2.858l-.049-.338c-.29 2.901-1.714 5.658-3.881 7.604a11.974 11.974 0 0 1-6.741 3.034l.299.042h-2.786c-2.412-.293-4.76-1.229-6.609-2.823 1.04-1.018 2.053-2.065 3.098-3.08a2.575 2.575 0 0 0 1.251-1.253c.508-.529 1.035-1.038 1.551-1.56.732-.008 1.464-.004 2.196-.003-.132-.823-.09-1.691.262-2.455.717-.719 1.435-1.436 2.152-2.152 1.511-.723 3.401-.309 4.582.844l.495-.484c-.492-.529-.969-1.073-1.466-1.597-.009-.79-.005-1.58-.003-2.37.942-.945 1.89-1.884 2.827-2.833m-5.545 6.549a3.767 3.767 0 0 0-2.295 1.499c-.727 1.009-.887 2.389-.425 3.541.326.832.964 1.53 1.751 1.949 1.159.608 2.648.554 3.742-.173 1.411-.876 2.084-2.742 1.543-4.315-.539-1.767-2.515-2.916-4.317-2.502z"/><path fill="#0e518d" d="M12.618 5.971c1.072-.008 2.144.008 3.215-.009-1.4 1.399-2.798 2.8-4.2 4.197.375-1.385.647-2.794.985-4.188zM15.977 9.438c.472-.469.943-.94 1.412-1.411-.004.465-.005.932-.005 1.398a31.417 31.417 0 0 0-1.407.013zM15.89 12.351c1.269-.342 2.649.719 2.643 2.032.074 1.233-1.091 2.35-2.322 2.207-1.313-.053-2.305-1.491-1.9-2.742a2.189 2.189 0 0 1 1.58-1.498m.116.512c-.786.175-1.364.989-1.234 1.791.091.876.993 1.559 1.863 1.395.829-.119 1.473-.956 1.356-1.792-.078-.932-1.08-1.636-1.985-1.394z"/><path fill="#c1121c" d="M19.328 2.467a12.467 12.467 0 0 1 1.85 1.767c-.938.948-1.886 1.887-2.827 2.833l-.961.96c-.469.471-.94.942-1.412 1.411l-1.234 1.236c-.717.716-1.435 1.433-2.152 2.152l-2.458 2.458c-.516.522-1.043 1.031-1.551 1.56-.423.411-.843.828-1.251 1.253-1.044 1.015-2.057 2.062-3.098 3.08a12.513 12.513 0 0 1-1.77-1.853c.765-.767 1.535-1.53 2.297-2.3.392-.409.851-.764 1.141-1.259.152-.278.464-.388.695-.584.319-.274.593-.595.895-.886.079-.079.157-.158.237-.236 1.303-1.299 2.607-2.596 3.905-3.899 1.402-1.398 2.8-2.798 4.2-4.197l.951-.951 2.544-2.544z"/><path fill="#f7fbf5" d="M11.81 5.011h4.974l-.951.951c-1.071.017-2.143.001-3.215.009-.338 1.394-.611 2.804-.985 4.188-1.298 1.303-2.602 2.6-3.905 3.899a2.493 2.493 0 0 0-2.753.402h-.844c.008-1.254-.013-2.509.008-3.764-.029-.335.323-.484.608-.452 2.064-.008 4.129 0 6.193-.003.303-1.299.596-2.6.901-3.898.129-.439.021-.891-.03-1.333zM17.389 8.027l.961-.96c-.003.79-.007 1.58.003 2.37.497.524.975 1.068 1.466 1.597l-.495.484c-1.182-1.153-3.071-1.567-4.582-.844.413-.411.823-.824 1.234-1.236.468-.017.938-.017 1.407-.013 0-.465.001-.932.005-1.398z"/><path fill="#f7fbf5" d="M15.633 10.783c1.803-.414 3.778.735 4.317 2.502.541 1.573-.132 3.439-1.543 4.315-1.095.727-2.583.781-3.742.173a3.813 3.813 0 0 1-1.751-1.949 3.762 3.762 0 0 1 .425-3.541 3.762 3.762 0 0 1 2.295-1.499m.256 1.567c-.742.167-1.367.769-1.58 1.498-.405 1.25.587 2.689 1.9 2.742 1.232.142 2.396-.975 2.322-2.207.007-1.313-1.374-2.374-2.643-2.032z"/><path fill="#f7fbf5" d="M16.007 12.862c.905-.243 1.907.462 1.985 1.394.117.836-.526 1.673-1.356 1.792-.87.164-1.772-.52-1.863-1.395-.129-.802.448-1.615 1.234-1.791zM10.133 15.284l2.458-2.458c-.352.765-.394 1.633-.262 2.455-.732-.001-1.464-.005-2.196.003zM5.359 14.587c.585-.506 1.427-.553 2.132-.293-.302.291-.576.612-.895.886-.231.196-.543.306-.695.584-.29.496-.749.851-1.141 1.259-.332-.837-.141-1.879.599-2.437zM7.331 18.096c.409-.425.828-.841 1.251-1.253a2.579 2.579 0 0 1-1.251 1.253z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trams-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.973 0h2.093c2.294.248 4.531 1.091 6.345 2.531-1.22 1.213-2.433 2.431-3.65 3.646-2.028.008-4.054.005-6.08.003a138.36 138.36 0 0 1 2.304-1.586c-.929-.656-1.871-1.292-2.81-1.933-.942.639-1.881 1.28-2.812 1.933.772.521 1.542 1.048 2.306 1.586-1.393.001-2.786.007-4.178-.003.132.854-.382 1.626-.393 2.47-.013.626.005 1.252 0 1.879l1.339.001c.041-.176.08-.35.119-.525l4.527-.001.122.526c.405 0 .809-.001 1.213-.008-.779.778-1.555 1.558-2.336 2.334-1.512.003-3.024-.011-4.535.007.017.239.045.476.08.712-.232.673-.519 1.323-.766 1.99.443.599.496 1.344.446 2.063-.594.593-1.19 1.184-1.778 1.781C1.068 17.556.197 15.267 0 12.921v-1.836c.231-2.866 1.499-5.643 3.567-7.649C5.533 1.464 8.211.27 10.973 0M5.94 10.346c.033.332.125.729.49.837.391.168.745-.131.944-.442.302-.005.605-.004.906 0 .188.298.511.586.892.459.393-.088.519-.502.543-.854a528.082 528.082 0 0 0-3.776 0z"/><path fill="#0e518d" d="M7.012 4.594c.715-.506 1.44-.997 2.163-1.49.723.493 1.448.985 2.161 1.491-.725.487-1.444.984-2.163 1.481a171.61 171.61 0 0 0-2.161-1.482zM19.347 6.205c.624-.64 1.259-1.271 1.892-1.902A12.145 12.145 0 0 1 24 11.081v2.513l-.012-.342c-.332 2.774-1.58 5.449-3.614 7.378-1.891 1.891-4.449 3.005-7.079 3.37h-2.384c-2.409-.261-4.749-1.196-6.607-2.762.719-.723 1.444-1.441 2.163-2.165.182.429.502.859 1.006.901.786.132 1.486-.69 1.285-1.448-.073-.445-.458-.721-.834-.913.035-.034.104-.102.138-.138.498.233.807.695.93 1.22 1.747-.003 3.495-.004 5.242 0 .121-.333.219-.704.508-.936.47-.433 1.258-.428 1.727.003.279.235.379.601.506.927 1.005-.108 2.064-.03 3.01-.441l-.227-.386c-.024-.929.068-1.866-.094-2.788-.077-.504-.161-1.006-.218-1.512.126-.205.421-.689-.021-.7-2.244-.024-4.49-.001-6.736-.009.615-.614 1.226-1.23 1.844-1.84.256.092.519.295.801.176.222-.075.349-.29.51-.445.289-.005.576-.005.864-.001.232.287.58.619.981.437.365-.111.417-.518.497-.831-.998-.008-1.995-.005-2.993-.001l.34-.34c1.006-.009 2.012-.004 3.018-.004.039.174.077.349.117.523l1.342.001c-.003-.582.008-1.165.004-1.747.025-.905-.53-1.725-.407-2.639l-.258.063M15.37 17.624c-.914.155-1.252 1.443-.559 2.045.568.589 1.656.296 1.883-.479.33-.808-.467-1.776-1.325-1.566zM4.371 8.366c.146-.565.294-1.13.443-1.694H6.01v1.696c-.546 0-1.092.001-1.639-.001zM6.324 6.671h2.03v1.696h-2.03V6.671zM8.668 6.671c.678.001 1.356-.007 2.034.008-.005.563-.004 1.125-.003 1.688H8.668V6.671zM11.012 6.671h2.083v1.696h-2.083V6.671zM13.41 6.671l1.856-.001a441.51 441.51 0 0 1-1.811 1.81c-.067-.601-.05-1.205-.045-1.809z"/><path fill="#0e518d" d="M18.096 7.445l.767-.77.429-.005c.148.565.296 1.13.442 1.697h-1.639l.001-.922zM17.166 8.375l.628-.63c-.007.206-.012.412-.017.619l-.611.011zM7.082 13.5l1.35-.001-1.35 1.351V13.5zM9.815 15.723c.761-.758 1.52-1.517 2.278-2.278.009.758.005 1.517.005 2.275-.761 0-1.521-.003-2.283.003zM12.56 13.5h2.462c0 .74-.001 1.479 0 2.219l-2.46.001-.001-2.22zM15.454 13.5l1.986-.001v2.222h-1.986v-2.22zM17.962 13.499h.872c.113.741.226 1.481.334 2.22l-1.207.001v-2.222zM5.128 13.744h1.373c.003.567.005 1.134-.01 1.701l-.585.582c-.515.008-1.032.009-1.548.008-.072-.841.508-1.532.77-2.291z"/><path fill="#c1121c" d="M15.761 6.177c1.217-1.214 2.43-2.433 3.65-3.646a12.813 12.813 0 0 1 1.828 1.772c-.633.631-1.268 1.262-1.892 1.902-.164.153-.325.312-.484.471l-.767.77-.302.3-.628.63c-.546.544-1.089 1.089-1.634 1.631l-.34.34c-.22.222-.441.446-.661.666-.618.61-1.229 1.226-1.844 1.84l-.594.593c-.758.761-1.517 1.52-2.278 2.278-.584.585-1.167 1.171-1.755 1.752a5.985 5.985 0 0 1-.138.138c-.483.489-.971.974-1.457 1.46-.719.724-1.444 1.443-2.163 2.165a12.646 12.646 0 0 1-1.774-1.832c.589-.597 1.184-1.188 1.778-1.781.532-.534 1.065-1.066 1.599-1.597l.585-.582.591-.595 1.35-1.351c.216-.216.433-.431.65-.645.78-.776 1.557-1.557 2.336-2.334.678-.681 1.36-1.357 2.037-2.039a441.51 441.51 0 0 0 1.811-1.81l.496-.493z"/><path fill="#f7fbf5" d="M6.363 4.594c.931-.653 1.87-1.294 2.812-1.933.939.641 1.882 1.277 2.81 1.933A138.36 138.36 0 0 0 9.681 6.18c2.026.003 4.052.005 6.08-.003l-.496.493-1.856.001c-.005.603-.022 1.208.045 1.809-.677.682-1.359 1.359-2.037 2.039-.404.007-.808.008-1.213.008l-.122-.526-4.527.001-.119.525-1.339-.001c.005-.627-.013-1.254 0-1.879.012-.843.526-1.616.393-2.47 1.393.009 2.786.004 4.178.003a132.72 132.72 0 0 0-2.306-1.586m.65 0c.725.488 1.445.984 2.161 1.482.719-.497 1.437-.994 2.163-1.481-.713-.506-1.439-.998-2.161-1.491-.723.493-1.448.984-2.163 1.49M4.371 8.366c.547.003 1.094.001 1.639.001V6.671H4.814c-.15.564-.298 1.129-.443 1.694m1.953-1.694v1.696h2.03V6.671h-2.03m2.344 0v1.696h2.031c-.001-.563-.003-1.125.003-1.688-.678-.014-1.356-.007-2.034-.008m2.344 0v1.696h2.083V6.671h-2.083zM18.863 6.675c.159-.159.32-.317.484-.471l.258-.063c-.123.914.431 1.734.407 2.639.004.582-.007 1.165-.004 1.747l-1.342-.001c-.039-.174-.077-.349-.117-.523-1.006 0-2.012-.005-3.018.004.546-.543 1.089-1.087 1.634-1.631.203-.004.408-.008.611-.01l.017-.619.302-.3-.001.922h1.639c-.146-.567-.294-1.132-.442-1.697l-.429.005z"/><path fill="#f7fbf5" d="M5.94 10.346c1.258-.004 2.517-.005 3.776 0-.024.351-.15.766-.543.854-.38.127-.704-.161-.892-.459a30.403 30.403 0 0 0-.906 0c-.199.311-.553.61-.944.442-.366-.108-.458-.505-.49-.837zM14.531 11.012c.22-.22.441-.445.661-.666.998-.004 1.995-.007 2.993.001-.08.313-.132.72-.497.831-.401.182-.749-.15-.981-.437a27.646 27.646 0 0 0-.864.001c-.161.155-.289.37-.51.445-.282.119-.546-.084-.801-.176zM4.547 12.86c1.511-.017 3.023-.004 4.535-.007-.218.214-.434.429-.65.645l-1.35.001v1.35l-.591.595c.016-.567.013-1.134.01-1.701H5.128c-.262.759-.842 1.45-.77 2.291.515.001 1.032 0 1.548-.008-.534.531-1.066 1.064-1.599 1.597.05-.719-.003-1.464-.446-2.063.247-.666.534-1.317.766-1.99a9.394 9.394 0 0 1-.08-.712zM12.093 13.445l.594-.593c2.245.008 4.492-.014 6.736.009.442.012.147.496.021.7.056.506.14 1.009.218 1.512.163.922.071 1.86.094 2.788l.227.386c-.946.41-2.005.333-3.01.441-.127-.327-.227-.692-.506-.927-.47-.43-1.258-.435-1.727-.003-.289.232-.387.603-.508.936-1.747-.004-3.495-.003-5.242 0-.123-.525-.431-.986-.93-1.22.588-.581 1.171-1.167 1.755-1.752.762-.005 1.523-.003 2.283-.003 0-.758.004-1.517-.005-2.275m.467.056l.001 2.22 2.46-.001c-.001-.74 0-1.479 0-2.219h-2.462m2.895 0v2.22h1.986v-2.222l-1.986.001m2.508 0v2.222l1.207-.001c-.109-.74-.222-1.479-.334-2.22h-.872z"/><path fill="#f7fbf5" d="M15.37 17.624c.858-.21 1.655.758 1.325 1.566-.227.775-1.315 1.068-1.883.479-.694-.602-.355-1.89.559-2.045zM6.466 19.073c.487-.485.974-.971 1.457-1.46.376.191.761.468.834.913.201.758-.5 1.58-1.285 1.448-.504-.042-.824-.472-1.006-.901z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trucks-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.466 0h2.725c2.304.296 4.563 1.158 6.365 2.649-.521.511-1.033 1.033-1.551 1.549-3.293 0-6.585-.005-9.878.001-.018 1.317-.016 2.633-.033 3.95l-.126-.108c-.109-.944-.219-1.889-.317-2.833-.746-.115-1.565-.026-2.337-.043-.345.805-.711 1.603-1.037 2.417.075.595.16 1.19.231 1.786l-.282.001c-.025.191-.014.384-.012.577.497.008.994-.003 1.49.005.021-.585.508-1.092 1.102-1.092.654-.092 1.289.395 1.347 1.057 1.38-.005 2.759-.009 4.139-.024-.921.942-1.847 1.881-2.797 2.792-1.591-.017-3.183-.005-4.774-.007-.294.13-.143.479-.041.695-.253.665-.521 1.326-.786 1.987.005.333.334.576.387.906.071.536.059 1.079.025 1.618-.55.559-1.11 1.106-1.659 1.664a11.992 11.992 0 0 1-2.441-5.193c-.084-.382-.097-.775-.205-1.154v-2.834l.106.194C.098 9.999.23 9.452.376 8.915 1.533 4.313 5.693.599 10.423.099l.043-.102M6.435 9.083c-.708.319-.824 1.399-.186 1.849.609.523 1.659.105 1.753-.687.184-.839-.814-1.574-1.567-1.162zM21.352 4.447c1.528 1.862 2.43 4.201 2.648 6.59v2.152c-.127.405-.111.837-.228 1.243-.555 2.808-2.19 5.377-4.463 7.112-1.82 1.415-4.063 2.247-6.35 2.455h-2.146c-.384-.118-.791-.114-1.178-.21a11.953 11.953 0 0 1-5.19-2.438c.72-.71 1.427-1.43 2.148-2.138.176.337.477.624.862.695.593.14 1.242-.257 1.399-.842.184-.561-.127-1.229-.681-1.441l.129-.13c.437.211.72.656.776 1.132 1.797.007 3.595.005 5.393 0 .066-.64.588-1.226 1.249-1.262.741-.094 1.44.521 1.498 1.255.839-.046 1.681-.092 2.513-.222.206-.043.467-.079.547-.31l-.188-.281c-.016-.734.005-1.47-.009-2.203-.098-.749-.23-1.492-.328-2.241.161-.177.349-.41.181-.654-.212-.059-.434-.025-.652-.033-2.056.009-4.114-.02-6.17.014.513-.513 1.022-1.031 1.541-1.538.409-.105.755-.429.851-.846.114-.123.231-.244.353-.361-.055.564.361 1.13.93 1.204.627.118 1.267-.417 1.263-1.054.043-.644-.611-1.258-1.254-1.09.073-.075.15-.15.226-.224a1.212 1.212 0 0 1 1.146 1.134c.585-.009 1.17.008 1.755-.009-.001-1.343-.009-2.686.003-4.03.473-.479.955-.951 1.427-1.431m-5.988 13.176c-.767.303-.968 1.424-.353 1.974.612.656 1.836.292 2.003-.586.273-.918-.791-1.81-1.65-1.388z"/><path fill="#0e518d" d="M5.693 5.693c.492-.001.984-.005 1.475.001.062.559.063 1.123.092 1.684-.74.005-1.478-.007-2.218.007.176-.574.429-1.13.65-1.692zM7.161 13.346c.561-.009 1.123.003 1.684-.007a79.39 79.39 0 0 1-1.692 1.692c.012-.563-.003-1.124.008-1.685zM12.745 13.346a262.31 262.31 0 0 1 2.509-.001c.003.754.004 1.507 0 2.261-.837 0-1.675.008-2.511-.005.005-.751 0-1.503.003-2.254zM15.702 13.344c.673-.003 1.347-.004 2.021 0 .003.754.003 1.507 0 2.26-.674.004-1.348.004-2.022 0-.003-.753-.004-1.507.001-2.26zM18.253 13.37c.282-.071.597-.008.892-.026.114.754.231 1.507.337 2.262-.41-.004-.821.008-1.231-.007.005-.744.001-1.486.003-2.23zM10.197 15.607c.696-.699 1.394-1.397 2.093-2.093-.038.689-.013 1.38-.012 2.07-.689.056-1.389.007-2.081.024zM5.15 13.607c.468-.043.943-.012 1.414-.016.004.679.005 1.36-.001 2.039l-.271.273c-.623.039-1.247.009-1.871.017-.026-.209-.123-.435-.008-.632.247-.561.5-1.117.738-1.681z"/><path fill="#c1121c" d="M18.004 4.198c.518-.515 1.031-1.037 1.551-1.549a11.98 11.98 0 0 1 1.797 1.798c-.472.48-.953.952-1.427 1.431a2651.065 2651.065 0 0 0-3.13 3.129c-.315.312-.628.626-.939.94a8.008 8.008 0 0 0-.353.361c-.292.273-.573.56-.851.846-.519.508-1.028 1.026-1.541 1.538-.275.271-.55.546-.822.821-.699.696-1.397 1.394-2.093 2.093-.633.628-1.26 1.263-1.894 1.89l-.129.13c-.525.531-1.06 1.053-1.58 1.588-.721.708-1.428 1.428-2.148 2.138a12.128 12.128 0 0 1-1.801-1.802c.55-.559 1.11-1.106 1.659-1.664.665-.658 1.323-1.322 1.987-1.983l.271-.273c.199-.198.401-.392.59-.599a79.39 79.39 0 0 0 1.692-1.692c.22-.214.452-.416.648-.653a118.76 118.76 0 0 0 2.797-2.792c1.92-1.883 3.807-3.801 5.714-5.696z"/><path fill="#f7fbf5" d="M8.126 4.199c3.293-.007 6.585-.001 9.878-.001-1.907 1.895-3.794 3.812-5.714 5.696-1.38.014-2.759.018-4.139.024-.058-.662-.692-1.149-1.347-1.057-.594 0-1.081.508-1.102 1.092-.496-.008-.993.003-1.49-.005-.003-.193-.013-.386.012-.577l.282-.001c-.071-.597-.156-1.191-.231-1.786.327-.814.692-1.612 1.037-2.417.772.017 1.591-.072 2.337.043.098.944.209 1.889.317 2.833.031.028.094.081.126.108.017-1.317.014-2.633.033-3.95M5.693 5.693c-.222.561-.475 1.117-.65 1.692.74-.013 1.478-.001 2.218-.007-.029-.561-.03-1.125-.092-1.684-.492-.007-.984-.003-1.475-.001zM17.022 8.783c.967-.969 1.934-1.937 2.904-2.905-.012 1.344-.004 2.687-.003 4.03-.585.017-1.17 0-1.755.009a1.212 1.212 0 0 0-1.146-1.134z"/><path fill="#f7fbf5" d="M6.435 9.083c.753-.412 1.751.323 1.567 1.162-.094.792-1.145 1.211-1.753.687-.637-.45-.522-1.53.186-1.849zM15.857 9.948c.311-.315.624-.628.939-.94.643-.168 1.297.446 1.254 1.09.004.637-.636 1.172-1.263 1.054-.569-.073-.985-.64-.93-1.204zM14.653 11.154c.278-.286.559-.573.851-.846-.096.417-.442.741-.851.846zM4.678 13.374c-.102-.216-.253-.565.041-.695 1.591.001 3.183-.01 4.774.007-.195.237-.428.439-.648.653-.561.009-1.123-.003-1.684.007-.01.561.004 1.123-.008 1.685-.189.207-.391.401-.59.599.007-.679.005-1.36.001-2.039-.471.004-.946-.028-1.414.016-.239.564-.492 1.12-.738 1.681-.115.197-.018.424.008.632.624-.008 1.249.022 1.871-.017-.664.661-1.322 1.325-1.987 1.983.034-.539.046-1.082-.025-1.618-.052-.33-.382-.573-.387-.906.265-.661.532-1.322.786-1.987zM12.29 13.513c.273-.275.547-.55.822-.821 2.056-.034 4.114-.005 6.17-.014.218.008.439-.026.652.033.168.244-.02.477-.181.654.098.749.23 1.492.328 2.241.014.733-.007 1.469.009 2.203l.188.281c-.08.231-.341.266-.547.31-.831.13-1.673.176-2.513.222-.058-.734-.757-1.35-1.498-1.255-.661.035-1.183.622-1.249 1.262-1.798.005-3.596.007-5.393 0-.056-.476-.34-.921-.776-1.132.633-.627 1.26-1.262 1.894-1.89.692-.017 1.393.033 2.081-.024-.001-.69-.026-1.381.012-2.07m.456-.167c-.003.751.003 1.503-.003 2.254.837.013 1.675.005 2.511.005.004-.754.003-1.507 0-2.261-.835-.003-1.672-.004-2.509.001m2.958-.001c-.005.753-.004 1.507-.001 2.26.674.004 1.348.004 2.022 0 .003-.753.003-1.506 0-2.26-.674-.004-1.348-.003-2.021 0m2.551.026c-.001.744.003 1.486-.003 2.23.41.014.821.003 1.231.007-.106-.755-.223-1.508-.337-2.262-.295.018-.61-.045-.892.026z"/><path fill="#f7fbf5" d="M15.365 17.621c.859-.422 1.923.47 1.65 1.388-.167.879-1.39 1.242-2.003.586-.615-.55-.414-1.671.353-1.974zM6.594 19.214c.521-.535 1.056-1.057 1.58-1.588.553.212.864.88.681 1.441-.157.585-.807.982-1.399.842-.384-.071-.686-.358-.862-.695z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trucks-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0303ff" d="M10.785 0h2.417c2.057.282 4.088.972 5.777 2.212-1.707 1.679-3.379 3.393-5.092 5.065-1.948-.021-3.898-.005-5.848-.007-.003 1.948-.012 3.896.005 5.844a4.862 4.862 0 0 1-.485.499c-.034-1.319-.008-2.643-.015-3.963-1.408-.016-2.826-.03-4.231.007-.374.957-.762 1.909-1.13 2.868-.027 1.115.012 2.23-.019 3.344.208.085.475.056.693.013-.003-.752.473-1.476 1.155-1.79.831-.427 1.92-.145 2.478.595-.111.115-.225.229-.341.341-.514-.753-1.704-.876-2.343-.217-.703.622-.601 1.867.183 2.377-.589.601-1.197 1.185-1.781 1.793a11.765 11.765 0 0 1-1.85-3.967c-.191-.583-.204-1.203-.362-1.795v-2.427c.141-.411.102-.857.243-1.265.818-4.206 4.12-7.798 8.222-9.018.753-.268 1.547-.335 2.32-.508zM19.825 7.27c.682-.695 1.378-1.378 2.063-2.07l.074.062C23.094 6.901 23.724 8.83 24 10.783v2.433c-.162.63-.186 1.286-.391 1.905-1.101 4.288-4.787 7.793-9.136 8.635-.406.141-.847.098-1.253.243h-2.427c-1.962-.272-3.898-.91-5.544-2.045l-.036-.082c2-1.982 3.978-3.985 5.976-5.968 1.436.015 2.873.003 4.311.005-.004-.752.459-1.411 1.07-1.809-1.189.034-2.38.012-3.571.012.131-.18.304-.324.46-.48 2.726-.008 5.451 0 8.177-.004.017-2.119.005-4.239.005-6.359-.606-.007-1.212-.003-1.818 0m-1.248 6.827l.061.119c.545.357.927.987.915 1.646.664.117 1.396.017 2.087.05-.036-.59.103-1.246-.07-1.794-.997.001-2 .044-2.993-.021m-1.694.422a1.566 1.566 0 0 0-.875 1.653c.111.766.861 1.372 1.635 1.298.625-.032 1.185-.485 1.368-1.079.235-.674-.094-1.473-.712-1.814a1.565 1.565 0 0 0-1.416-.058z"/><path fill="#0303ff" d="M3.636 10.134c1.116-.015 2.233.005 3.351-.009l.068.057c-.008.733.005 1.467-.007 2.2-1.408.02-2.819-.023-4.227.021.195-.77.548-1.513.815-2.269zM4.56 15.436c.32-.227.733-.033.903.281-.256.259-.513.517-.772.773-.442-.15-.54-.812-.131-1.054zM17.255 15.408c.411-.244.971.164.855.63-.064.456-.715.642-1.005.282-.264-.26-.175-.745.15-.912z"/><path fill="#ff0303" d="M13.888 7.277c1.713-1.672 3.385-3.387 5.092-5.065a12.028 12.028 0 0 1 2.982 3.051l-.074-.062c-.686.692-1.382 1.375-2.063 2.07a3471.246 3471.246 0 0 0-6.365 6.363c-.156.156-.329.3-.46.48-.623.575-1.207 1.195-1.81 1.791-1.998 1.984-3.977 3.986-5.976 5.968l.036.082a12.098 12.098 0 0 1-3.038-2.975c.583-.607 1.192-1.192 1.781-1.793.233-.232.467-.464.699-.697.259-.256.516-.514.772-.773.231-.228.46-.459.69-.69.115-.111.229-.225.341-.341.357-.357.717-.709 1.067-1.074.171-.155.338-.32.485-.499a535.826 535.826 0 0 0 5.842-5.837z"/><path fill="#fff" d="M8.041 7.27c1.949.001 3.9-.015 5.848.007a535.826 535.826 0 0 1-5.842 5.837c-.017-1.948-.008-3.896-.005-5.844zM13.46 13.634c2.119-2.124 4.24-4.246 6.365-6.363.606-.003 1.212-.007 1.818 0 0 2.12.012 4.24-.005 6.359-2.726.004-5.451-.004-8.177.004zM3.315 9.656a112.59 112.59 0 0 1 4.231-.007c.007 1.321-.02 2.644.015 3.963-.35.365-.711.717-1.067 1.074-.558-.74-1.647-1.022-2.478-.595-.682.314-1.158 1.038-1.155 1.79-.219.042-.485.072-.693-.013.03-1.114-.008-2.229.019-3.344.367-.959.756-1.911 1.13-2.868m.319.478c-.268.756-.621 1.498-.815 2.269 1.408-.044 2.819-.001 4.227-.021.012-.733-.001-1.467.007-2.2l-.068-.057c-1.118.015-2.234-.005-3.351.009zM11.19 15.905c.603-.597 1.187-1.216 1.81-1.791 1.191 0 2.381.023 3.571-.012-.611.398-1.074 1.057-1.07 1.809-1.437-.003-2.875.009-4.311-.005zM18.575 14.096c.993.065 1.996.023 2.993.021.174.548.034 1.204.07 1.794-.691-.033-1.423.066-2.087-.05.012-.659-.37-1.289-.915-1.646l-.061-.119z"/><path fill="#fff" d="M3.81 14.81c.639-.659 1.829-.536 2.343.217-.229.231-.459.461-.69.69-.17-.314-.583-.508-.903-.281-.408.243-.31.904.131 1.054-.232.233-.465.465-.699.697-.784-.51-.886-1.756-.183-2.377zM16.881 14.518a1.565 1.565 0 0 1 1.416.058c.618.341.947 1.14.712 1.814-.183.594-.744 1.048-1.368 1.079-.774.074-1.524-.532-1.635-1.298a1.567 1.567 0 0 1 .875-1.653m.374.89c-.325.167-.414.652-.15.912.29.359.941.174 1.005-.282.115-.465-.444-.874-.855-.63z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trucks-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0303ff" d="M11.116 0h1.77c2.161.172 4.277.918 6.047 2.176-1.126 1.105-2.23 2.229-3.351 3.339-3.196.021-6.393-.004-9.59.012-.532-.023-1.016.454-.983.99a642.23 642.23 0 0 0-.001 3.926c-.016.138.04.355.22.331 1.689.027 3.378-.013 5.067.02-.081.08-.162.16-.243.243-1.525-.021-3.05-.003-4.574-.01-.176.005-.485-.022-.463.243-.025 1.2 0 2.401-.012 3.603.021.153-.046.364.12.458.183.039.368.069.554.087-1.165 1.175-2.341 2.337-3.505 3.514a12.152 12.152 0 0 1-2.173-6.046v-1.78c.243-3.21 1.818-6.299 4.308-8.344C6.214 1.159 8.634.195 11.114.002zM21.828 5.074c1.255 1.767 2 3.879 2.172 6.038v1.783c-.197 2.474-1.156 4.887-2.755 6.79-2.048 2.495-5.142 4.075-8.357 4.315h-1.774c-2.157-.172-4.269-.914-6.037-2.168 1.141-1.132 2.27-2.276 3.412-3.407.368-.025.775.09 1.122-.06.117-.357.034-.747.053-1.118.308-.312.618-.622.931-.93 1.233.009 2.467-.004 3.699.007.04.683-.09 1.396.068 2.061.373.099.768.033 1.152.052.18-.03.514.078.556-.183.04-.643.003-1.289.016-1.932l.44-.003c.014.646-.023 1.293.016 1.938.042.254.365.146.541.179.398.005.797-.001 1.195-.027.099-1.011-.001-2.028.055-3.042.19-.033.616.09.612-.222.02-1.304.023-2.613-.001-3.917-.023-.274-.369-.179-.549-.205-.84.008-1.679-.005-2.519.009l.245-.245c.939-.048 1.887.068 2.82-.061.031-.921.016-1.842.01-2.763.952-.97 1.925-1.92 2.877-2.89z"/><path fill="#0303ff" d="M6.578 13.58c.316-.007.631-.009.947-.008-.317.318-.635.637-.953.953.008-.316.009-.63.007-.946zM11.107 15.806l.433-.437c.912-.016 1.823.01 2.735-.014.008.154.012.308.008.462-1.059-.018-2.117 0-3.176-.01zM16.183 15.45c.179-.138.467.125.248.275-.177.136-.468-.128-.248-.275z"/><path fill="#ff0303" d="M15.582 5.515c1.12-1.11 2.225-2.234 3.351-3.339a12.005 12.005 0 0 1 2.896 2.898c-.952.97-1.925 1.92-2.877 2.89-.948.937-1.886 1.883-2.83 2.824l-.245.245c-1.445 1.445-2.889 2.892-4.336 4.336l-.433.437-.51.511c-.313.308-.623.618-.931.93-.394.391-.787.783-1.175 1.178-1.143 1.131-2.271 2.275-3.412 3.407a12.058 12.058 0 0 1-2.905-2.902c1.163-1.177 2.34-2.339 3.505-3.514.297-.297.596-.593.893-.891.318-.317.637-.635.953-.953.843-.847 1.692-1.685 2.528-2.536l.243-.243c1.77-1.752 3.522-3.522 5.287-5.279z"/><path fill="#fff" d="M5.009 6.517c-.033-.536.451-1.013.983-.99 3.197-.016 6.394.009 9.59-.012-1.765 1.757-3.517 3.527-5.287 5.279-1.689-.033-3.378.008-5.067-.02-.18.023-.236-.193-.22-.331a642.23 642.23 0 0 1 .001-3.926zM16.12 10.788c.944-.94 1.882-1.887 2.83-2.824.005.921.021 1.842-.01 2.763-.933.129-1.881.013-2.82.061zM5.015 11.268c-.022-.265.287-.237.463-.243 1.525.008 3.05-.01 4.574.01-.836.85-1.685 1.689-2.528 2.536-.316-.001-.631.001-.947.008.003.316.001.63-.007.946-.297.297-.596.593-.893.891a4.875 4.875 0 0 1-.554-.087c-.166-.094-.099-.305-.12-.458.012-1.201-.013-2.403.012-3.603zM11.54 15.369c1.447-1.444 2.89-2.89 4.336-4.336.84-.014 1.679-.001 2.519-.009.18.026.526-.069.549.205.025 1.304.021 2.613.001 3.917.004.312-.421.189-.612.222-.056 1.013.044 2.031-.055 3.042-.398.026-.797.033-1.195.027-.176-.033-.5.076-.541-.179-.039-.646-.001-1.293-.016-1.938l-.44.003c-.013.643.025 1.289-.016 1.932-.042.261-.376.153-.556.183-.383-.02-.779.047-1.152-.052-.158-.665-.027-1.377-.068-2.061-1.233-.01-2.467.003-3.699-.007l.51-.511c1.059.01 2.117-.008 3.176.01.004-.154 0-.308-.008-.462-.912.025-1.823-.001-2.735.014m4.645.081c-.22.147.07.411.248.275.219-.15-.069-.413-.248-.275zM8.49 18.425c.389-.395.781-.787 1.175-1.178-.02.37.064.76-.053 1.118-.347.15-.754.035-1.122.06z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--equestrians-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M11.296 0h1.308c2.6.161 5.154 1.127 7.136 2.83 2.596 2.168 4.178 5.473 4.26 8.854v.894c-.162 2.834-1.318 5.608-3.284 7.663-2.089 2.226-5.047 3.577-8.09 3.76h-1.225c-2.881-.167-5.692-1.374-7.757-3.396-2.17-2.077-3.466-4.997-3.643-7.988v-1.036c.067-1.41.348-2.815.89-4.121C2.096 4.477 4.558 2.032 7.55.85 8.744.368 10.018.123 11.296 0m-1.21 4.702l.29-.127c.144.24.31.467.5.672-.228.37-.47.731-.677 1.114-.379.768-1.132 1.236-1.739 1.806-.437-.388-.858-.8-1.36-1.105-.559-.319-1.225-.548-1.864-.34-.148-.084-.294-.17-.44-.256l.005.302a7.776 7.776 0 0 0-.709-.24c.19.245.415.456.642.666-.18.295-.415.592-.39.96-.016.823-.06 1.656-.326 2.443.161.142.323.283.482.428.214.001.428.011.641-.016.108-.152.167-.332.239-.503.329-.154.67-.28 1.013-.398.248.662.654 1.282.695 2.006.068.749.065 1.615.698 2.141-.281.551-.56 1.105-.924 1.606-.09.143-.217.276-.24.45-.106.816-.534 1.535-.89 2.261-.054.379-.24.75-.137 1.138.229-.076.45-.172.671-.265a70.975 70.975 0 0 0-.125-.665c.191-.574.362-1.158.618-1.709.35-.614.851-1.123 1.313-1.654.313.534.444 1.15.721 1.7.654.954 1.225 1.987 2.135 2.729.077-.244.15-.486.223-.73-.221-.12-.445-.236-.698-.264-.103-.622-.808-.859-.998-1.439-.234-.694-.14-1.441-.293-2.15a5.94 5.94 0 0 0 .144-.887c.572.023 1.142-.049 1.712-.032.27.016.678.451.773-.02.251.029.502.059.754.084l.01-.449.452-.046c.09.36.118.73.124 1.1.002.652.485 1.228.331 1.892-.236.742-.796 1.351-.917 2.135a3.015 3.015 0 0 0-.602.838c.301-.035.604-.073.905-.114l.132-.45-.14-.172c.487-.175.457-.724.626-1.127.216-.59.606-1.09.912-1.633-.16-.528-.238-1.116-.032-1.643.15-.379.486-.63.774-.899-.166-.364-.341-.751-.245-1.159.221.511.365 1.058.665 1.532.29.498.781.828 1.124 1.285.424.54.884 1.069 1.169 1.7.202.678.307 1.391.618 2.033.175.35.479.608.755.876.118-.251.235-.503.348-.756a13.896 13.896 0 0 0-.385-.11 10.682 10.682 0 0 1-.283-.28c-.139-.414-.394-.778-.509-1.2-.167-.508-.04-1.067-.254-1.564-.281-.702-.853-1.35-.748-2.152.082-1.146 0-2.323-.44-3.395.331.121.731.211.911.551.218.325-.102.692-.036 1.043.082.317.196.624.264.943.146.598.569 1.072.944 1.538-.24-.553-.527-1.087-.714-1.661.336.475.522 1.03.768 1.553.208.449.595.773.955 1.097-.155-.354-.374-.672-.553-1.013.224.187.43.396.637.601-.119-.341-.263-.68-.516-.944-.397-.408-.438-1.008-.623-1.519-.17-.49-.076-1.04-.305-1.51-.434-.637-1.212-.935-1.956-.998-.986-.898-2.416-.661-3.632-.611-.215-.522-.541-1.007-.649-1.565.013-.781.446-1.542.235-2.332-.161-.452-.618-.685-.932-1.019.053-.481-.072-1.25-.694-1.252-.598.034-.646.761-.952 1.145z"/><path fill="#176fc1" d="M9.582 9.054c.352-.211.69-.442 1.02-.684a25.89 25.89 0 0 1-.571.941l-.449-.257zM5.389 10.254c.186-.542.736-.835.916-1.376-.043.323-.026.648.011.97-.316.121-.625.256-.926.407zM8.237 15.246c.156-.208.299-.425.451-.634-.08.251-.181.494-.29.736l.04.073a11.375 11.375 0 0 1-.2-.175z"/><path fill="#fff" d="M10.086 4.702c.306-.384.354-1.111.952-1.145.622.001.746.77.694 1.252.314.334.772.566.932 1.019.211.79-.222 1.55-.235 2.332.108.558.434 1.043.649 1.565 1.217-.05 2.646-.287 3.632.611.744.064 1.522.361 1.956.998.229.469.134 1.02.305 1.51.185.511.226 1.111.623 1.519.253.264.397.604.516.944-.208-.205-.413-.414-.637-.601.179.341.398.659.553 1.013-.36-.324-.748-.648-.955-1.097-.246-.523-.432-1.078-.768-1.553.187.574.474 1.108.714 1.661-.376-.467-.798-.941-.944-1.538-.068-.319-.182-.626-.264-.943-.066-.35.254-.718.036-1.043-.18-.34-.58-.43-.911-.551.44 1.072.522 2.249.44 3.395-.106.802.467 1.45.748 2.152.215.497.088 1.056.254 1.564.115.422.37.786.509 1.2.092.095.187.187.283.28.128.035.257.072.385.11-.113.253-.23.505-.348.756-.276-.268-.58-.526-.755-.876-.311-.642-.416-1.355-.618-2.033-.284-.631-.745-1.16-1.169-1.7-.343-.457-.834-.787-1.124-1.285-.3-.474-.444-1.021-.665-1.532-.096.408.079.796.245 1.159-.288.269-.624.52-.774.899-.205.527-.127 1.115.032 1.643-.306.544-.696 1.043-.912 1.633-.169.403-.139.952-.626 1.127.035.042.106.128.14.172l-.132.45a46.59 46.59 0 0 1-.905.114c.157-.31.35-.599.602-.838.121-.784.68-1.393.917-2.135.154-.665-.329-1.241-.331-1.892a4.838 4.838 0 0 0-.124-1.1c-.151.014-.302.03-.452.046l-.01.449c-.252-.025-.503-.055-.754-.084-.095.472-.503.036-.773.02-.57-.017-1.14.055-1.712.032a5.94 5.94 0 0 1-.144.887c.152.709.059 1.457.293 2.15.191.58.895.817.998 1.439.253.028.478.144.698.264-.073.244-.146.486-.223.73-.91-.742-1.481-1.775-2.135-2.729-.277-.551-.408-1.166-.721-1.7-.462.53-.962 1.039-1.313 1.654-.256.551-.427 1.135-.618 1.709.043.221.084.443.125.665-.221.094-.442.19-.671.265-.103-.388.083-.758.137-1.138.356-.726.785-1.445.89-2.261.023-.174.15-.307.24-.45.364-.5.643-1.055.924-1.606-.634-.526-.63-1.392-.698-2.141-.041-.725-.446-1.344-.695-2.006-.343.119-.684.245-1.013.398-.072.17-.131.35-.239.503-.212.026-.427.017-.641.016-.16-.145-.322-.287-.482-.428.266-.787.311-1.62.326-2.443-.025-.368.21-.665.39-.96a5.61 5.61 0 0 1-.642-.666c.24.067.476.15.709.24l-.005-.302c.146.085.293.172.44.256.638-.209 1.304.02 1.864.34.502.305.923.718 1.36 1.105.607-.57 1.36-1.038 1.739-1.806.206-.383.449-.744.677-1.114a4.002 4.002 0 0 1-.5-.672l-.29.127m-.503 4.347l.449.257c.198-.31.388-.624.571-.941-.33.242-.668.473-1.02.684m-4.193 1.2c.301-.151.611-.286.926-.407a3.936 3.936 0 0 1-.011-.97c-.18.541-.73.834-.916 1.376m2.849 4.993c.066.059.132.118.2.175l-.04-.073c.109-.241.21-.485.29-.736-.152.209-.295.426-.451.634z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--fine-for-littering--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#b2cdc3" d="M.462 0h.644C.619 1.731.797 3.538.797 5.308c.002 5.001.048 9.999-.005 14.998.028.872-.085 1.795.256 2.622.33.729 1.253.678 1.927.711 6.854-.051 13.71.088 20.564.025v.337H1.607a13.846 13.846 0 0 1-1.145-1.115V.001zM3.528 0h19.428c-.189.355.323.685.582.383v.912C22.53.409 21.122.418 19.857.386 16.622.368 13.386.381 10.151.34 7.938.34 5.739.045 3.528.001z"/><path fill="#b2cdc3" d="M1.325.893c3.168.178 6.348.012 9.512.226.676-.014.988.646 1.371 1.087.175-.339.351-.681.528-1.02 3.346.125 6.697.078 10.043.245.238 2.052.148 4.122.238 6.18.235 3.847.076 7.703.208 11.552.132 1.269.249 2.545.168 3.826-2.723.025-5.446-.035-8.169-.053-1.246.03-2.465-.448-3.711-.228-2.605.113-5.218-.046-7.828.012-.702-.046-1.488.12-2.118-.268-.18-2.474-.032-4.968-.111-7.449C1.417 10.3 1.269 5.597 1.324.894m1.124 2.962c.254.792.865 1.396 1.336 2.061-.498-.058-.997-.129-1.495-.198.33.54.669 1.071 1.02 1.597.443-.492 1.142-.99 1.004-1.745-.182-.762-.755-1.341-1.191-1.966.381-.028.759-.053 1.138-.083-.254-.385-.51-.768-.819-1.112-.644.108-1.073.826-.992 1.447m2.231-.952c.074 1.343.125 2.688.141 4.034.141-.069.425-.205.565-.272-.037-1.292-.037-2.587-.085-3.877-.157.028-.466.085-.621.115m2.022 4.316c.468-.397 1.094-.778 1.135-1.461a3.638 3.638 0 0 0-.921-3.27c-1.528 1.131-1.239 3.362-.215 4.731m2.124-4.279c-.812 1.161-.798 3.009.217 4.045.736.272 1.117-.575 1.198-1.165.102-.916.122-1.973-.464-2.742-.224-.337-.63-.242-.951-.138m2.536-.016c-.607.538-.602 1.412-.595 2.158.021.718.106 1.574.787 1.989.332-.007.713-.046.854-.402.45-.745.397-1.675.286-2.504-.106-.632-.565-1.472-1.332-1.242m3.044.006a48.914 48.914 0 0 0 .074 4.195l.524-.152c.009-.773.226-1.518.678-2.151-.284-.194-.57-.385-.854-.579l.15-.228c.45-.242.895-.496 1.302-.805-.6-.224-1.239-.265-1.874-.279m2.312-.091c-.265 1.442-.242 2.928-.025 4.375.798-1.292.54-3.014.025-4.375m3.422.242c-.111 1.345-.083 2.698.023 4.043.475.074.953.141 1.431.205l.325-.588c-.415-.201-.937-.265-1.262-.609.042-.411.411-.708.614-1.052-.226-.252-.459-.498-.667-.764.277-.291.662-.432 1.011-.612a58.466 58.466 0 0 1-.012-.586c-.489-.014-.976-.025-1.463-.037m-2.091 4.216c.157-.586.279-1.182.397-1.777.277.644.591 1.276 1.043 1.818.067-1.431.344-2.963-.263-4.32-.129.697-.192 1.405-.254 2.109a32.587 32.587 0 0 0-1.052-2.19c-.344 1.431-.399 2.968.129 4.359M9.099 9.865c.005 1.405-.136 2.838.226 4.214.228-.792.404-1.627.974-2.257-.282-.275-.568-.545-.849-.819.406-.18.815-.36 1.225-.528l.132-.586c-.568-.014-1.138-.018-1.708-.023m1.849 2.136c-.065.923.489 1.705 1.059 2.37.552-.586 1.092-1.288 1.038-2.144.092-.992-.427-1.885-1.048-2.615-.618.642-1.154 1.452-1.05 2.388m2.576-2.083c-.016 1.403-.168 2.841.233 4.207.15-.639.231-1.29.323-1.941.346.695.695 1.387 1.122 2.035-.081-1.119-.039-2.236.035-3.353-.035-.872-1.073-.875-1.712-.948m-9.774 7.03c.014 1.336.023 2.675.048 4.011.492.058.985.111 1.479.162l.233-.577c-.376-.175-.755-.348-1.133-.522-.028-1.029-.046-2.061-.065-3.09-.141.002-.422.012-.563.016m3.278-.003c.418 1.297.459 2.663.445 4.013.141-.005.422-.016.563-.023-.055-1.292-.222-2.679.528-3.824 1.193.928.78 2.538.955 3.845l.542.016c-.055-1.355-.048-2.73.427-4.02-1.154.002-2.308.005-3.462-.007m-1.11.183c-.092 1.352-.337 2.894.473 4.087.238-1.428.316-2.933-.092-4.338-.095.062-.286.187-.381.252m5.033-.149c-.002 1.348.012 2.695.016 4.043.612.048 1.225.067 1.839.058-.381-.459-.835-.852-1.29-1.239l.847-.891-.87-.734c.457-.374.909-.755 1.336-1.163a27.362 27.362 0 0 0-1.878-.074m2.229-.042a25.305 25.305 0 0 0 .012 4.018c.15-.005.452-.009.605-.012-.025-.441-.053-.882-.078-1.322.108.021.325.065.434.085.182.517.367 1.034.579 1.542.108-1.343.346-2.758-.065-4.066-.478-.173-.988-.196-1.486-.245m2.533-.036c-.212 1.484-.397 3.088.252 4.493.157-1.486.372-3.083-.252-4.493m1.011.011a18.407 18.407 0 0 0-.067 4.124l.468.058c.06-.653.053-1.311.06-1.966.335.782.699 1.562 1.207 2.25.058-1.44.06-2.896-.178-4.322-.196.616-.33 1.251-.45 1.885-.282-.708-.6-1.403-1.041-2.028m3.151 4.7c.515-.485 1.223-1.05 1.032-1.853-.025-.466-.554-.579-.865-.81.044.524.115 1.045.182 1.569-.138-.012-.413-.037-.552-.048-.009-.798-.021-1.597-.037-2.398.42-.018.84-.039 1.258-.069a22.374 22.374 0 0 0-1.068-1.172c-1.135 1.338-1.022 3.441.051 4.782z"/><path fill="#b2cdc3" d="M6.713 3.342c.743.872.75 2.086.15 3.037-.468-.951-.408-2.035-.15-3.037zM9.54 6.388c-.877-.766-.909-2.116-.099-2.947.235.967.245 1.968.099 2.947zM11.377 3.681l.768.3c0 .715 0 1.428-.005 2.144l-.752.028a75.45 75.45 0 0 1-.012-2.472zM11.813 10.682c.088.002.258.007.346.012.369.932.238 1.968-.159 2.868-.369-.907-.563-1.943-.187-2.88zM13.938 10.719c.261.044.519.088.78.129.002.159.012.478.014.635l-.697.055c-.03-.275-.06-.547-.097-.819zM13.703 17.855c.198-.007.593-.023.789-.032-.09.464-.272.882-.824.81.009-.194.025-.584.035-.778z"/><path fill="#6f7d74" d="M1.105 0h2.423c2.211.044 4.41.339 6.623.339 3.235.042 6.471.028 9.706.046 1.265.032 2.672.023 3.681.909v22.368c-6.854.062-13.71-.076-20.564-.025-.674-.032-1.597.018-1.927-.711-.342-.826-.228-1.749-.256-2.622.053-4.998.007-9.997.005-14.998 0-1.77-.178-3.577.309-5.308m.22.895c-.055 4.703.092 9.406.132 14.109.078 2.481-.069 4.975.111 7.449.63.388 1.417.222 2.118.268 2.61-.058 5.222.102 7.828-.012 1.246-.219 2.465.258 3.711.228 2.723.018 5.446.078 8.169.053.081-1.281-.037-2.557-.168-3.826-.132-3.849.028-7.705-.208-11.552-.09-2.058 0-4.128-.238-6.18-3.346-.166-6.697-.12-10.043-.245-.178.339-.353.681-.528 1.02-.383-.441-.695-1.101-1.371-1.087C7.674.903 4.494 1.07 1.326.892zM22.957 0h.582v.383c-.258.302-.771-.028-.582-.383z"/><path fill="#6f7d74" d="M2.448 3.856c-.081-.621.348-1.338.992-1.447.309.344.565.727.819 1.112-.378.03-.757.055-1.138.083.436.625 1.008 1.205 1.191 1.966.138.755-.561 1.253-1.004 1.745a47.438 47.438 0 0 1-1.02-1.597c.498.069.997.141 1.495.198-.471-.665-1.082-1.269-1.336-2.061zM4.68 2.905c.155-.03.464-.088.621-.115.048 1.29.048 2.585.085 3.877-.141.067-.425.203-.565.272a93.593 93.593 0 0 0-.141-4.034zM6.702 7.221c-1.025-1.368-1.313-3.6.215-4.731a3.638 3.638 0 0 1 .921 3.27c-.042.683-.667 1.064-1.135 1.461m.01-3.879c-.258 1.002-.318 2.086.15 3.037.6-.951.593-2.165-.15-3.037zM8.825 2.942c.321-.104.727-.198.951.138.586.768.565 1.825.464 2.742-.081.591-.462 1.438-1.198 1.165-1.015-1.036-1.029-2.885-.217-4.045m.715 3.446c.145-.978.136-1.98-.099-2.947-.81.831-.778 2.181.099 2.947zM11.361 2.926c.766-.231 1.225.609 1.332 1.242.111.828.164 1.758-.286 2.504-.141.355-.522.395-.854.402-.681-.415-.766-1.272-.787-1.989-.007-.745-.012-1.62.595-2.158m.016.754c-.012.824-.005 1.648.012 2.472l.752-.028c.005-.715.005-1.428.005-2.144l-.768-.3zM14.405 2.931c.635.014 1.274.055 1.874.279-.406.309-.852.563-1.302.805l-.15.228c.284.194.57.385.854.579-.452.632-.669 1.378-.678 2.151l-.524.152a48.914 48.914 0 0 1-.074-4.195zM16.717 2.841c.515 1.362.773 3.083-.025 4.375-.217-1.447-.24-2.933.025-4.375zM20.139 3.083c.487.012.974.023 1.463.037.002.194.007.39.012.586-.348.18-.734.321-1.011.612.208.265.441.512.667.764-.203.344-.572.642-.614 1.052.325.344.847.408 1.262.609l-.325.588a84.923 84.923 0 0 1-1.431-.205c-.106-1.345-.134-2.698-.023-4.043zM18.048 7.299c-.528-1.392-.473-2.928-.129-4.359.385.713.722 1.452 1.052 2.19.062-.704.125-1.412.254-2.109.607 1.357.33 2.889.263 4.32-.452-.542-.766-1.175-1.043-1.818-.118.595-.24 1.191-.397 1.777zM9.099 9.865c.57.005 1.14.009 1.708.023-.032.148-.099.441-.132.586-.411.168-.819.348-1.225.528.282.275.568.545.849.819-.57.63-.745 1.465-.974 2.257-.362-1.375-.222-2.808-.226-4.214zM10.948 12.002c-.104-.937.432-1.747 1.05-2.388.621.729 1.14 1.622 1.048 2.615.053.856-.487 1.558-1.038 2.144-.57-.665-1.124-1.447-1.059-2.37m.864-1.321c-.376.937-.182 1.973.187 2.88.397-.9.528-1.936.159-2.868-.088-.005-.258-.009-.346-.012zM13.523 9.918c.639.074 1.678.076 1.712.948-.074 1.117-.115 2.234-.035 3.353-.427-.648-.775-1.341-1.122-2.035-.092.651-.173 1.302-.323 1.941-.402-1.366-.249-2.804-.233-4.207m.416.801c.037.272.067.545.097.819l.697-.055c-.002-.157-.012-.475-.014-.635-.261-.042-.519-.085-.78-.129zM3.75 16.948c.141-.005.422-.014.563-.016.018 1.029.037 2.061.065 3.09.378.173.757.346 1.133.522l-.233.577a101.29 101.29 0 0 1-1.479-.162c-.025-1.336-.035-2.675-.048-4.011zM7.027 16.945c1.154.012 2.308.009 3.462.007-.475 1.29-.482 2.665-.427 4.02l-.542-.016c-.175-1.306.238-2.917-.955-3.845-.75 1.145-.584 2.532-.528 3.824a52.96 52.96 0 0 1-.563.023c.014-1.35-.028-2.716-.445-4.013zM5.915 17.128c.095-.065.286-.189.381-.252.408 1.405.33 2.91.092 4.338-.81-1.193-.565-2.735-.473-4.087zM10.948 16.98c.628.005 1.253.025 1.878.074-.427.408-.879.789-1.336 1.163l.87.734c-.282.295-.563.593-.847.891.455.388.909.78 1.29 1.239a19.445 19.445 0 0 1-1.839-.058c-.005-1.348-.018-2.695-.016-4.043zM13.177 16.938c.498.048 1.008.072 1.486.245.411 1.308.173 2.723.065 4.066a28.945 28.945 0 0 1-.579-1.542c-.108-.021-.325-.065-.434-.085.025.441.053.882.078 1.322-.152.002-.455.007-.605.012a25.424 25.424 0 0 1-.012-4.018m.527.917c-.009.194-.025.584-.035.778.552.072.734-.346.824-.81-.196.009-.591.025-.789.032zM15.711 16.902c.623 1.41.408 3.007.252 4.493-.648-1.405-.464-3.009-.252-4.493zM16.722 16.913c.441.625.759 1.32 1.041 2.028.12-.635.254-1.269.45-1.885.238 1.426.235 2.882.178 4.322-.508-.688-.872-1.468-1.207-2.25-.007.655 0 1.313-.06 1.966l-.468-.058a18.407 18.407 0 0 1 .067-4.124zM19.872 21.614c-1.073-1.341-1.186-3.443-.051-4.782.369.378.727.768 1.068 1.172-.418.03-.838.051-1.258.069.016.801.028 1.599.037 2.398.138.012.413.037.552.048-.067-.524-.138-1.045-.182-1.569.312.231.84.344.865.81.192.803-.517 1.368-1.032 1.853zM.462 22.885c.36.392.743.766 1.145 1.115H.462v-1.115z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--give-way--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M1.052 1.413c-.915 0-1.288.648-.831 1.44l11.094 19.216c.457.792 1.205.792 1.662 0L24.071 2.853c.457-.792.084-1.44-.831-1.44H1.051z"/><path fill="#fff" d="M20.125 4.141H4.167l7.979 13.82 7.979-13.82z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--give-way-to-oncoming-traffic--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.507 0h.996c2.717.13 5.387 1.175 7.421 2.99 2.471 2.15 3.971 5.344 4.076 8.616v.884c-.125 2.581-1.069 5.12-2.722 7.112-2.118 2.622-5.384 4.236-8.744 4.397h-1.008c-2.558-.12-5.082-1.043-7.067-2.67-2.656-2.114-4.3-5.404-4.459-8.79v-.917c.097-3.306 1.625-6.535 4.138-8.688C6.166 1.15 8.814.125 11.507-.001m-.655 3.077C8.349 3.372 6.026 4.81 4.598 6.88a8.97 8.97 0 0 0-1.595 5.239 8.934 8.934 0 0 0 2.178 5.747 8.963 8.963 0 0 0 5.375 3.017c2.036.331 4.189-.053 5.968-1.105a9.025 9.025 0 0 0 3.997-4.885 9.024 9.024 0 0 0-.305-6.568 9.029 9.029 0 0 0-3.463-3.966c-1.736-1.1-3.865-1.544-5.9-1.283z"/><path fill="#e41408" d="M14.947 7.09l.106.001c.652 1.132 1.3 2.266 1.943 3.403-.414.005-.828-.001-1.242.004-.01 2.167.004 4.334-.007 6.502-.499 0-.997.006-1.496-.004-.002-2.166.004-4.332-.002-6.498-.415-.005-.829.001-1.243-.004a421.3 421.3 0 0 1 1.943-3.404z"/><path fill="#f4b70d" d="M10.852 3.076c2.035-.262 4.164.182 5.9 1.283a9.029 9.029 0 0 1 3.463 3.966 9.024 9.024 0 0 1 .305 6.568 9.025 9.025 0 0 1-3.997 4.885c-1.778 1.052-3.931 1.436-5.968 1.105a8.963 8.963 0 0 1-5.375-3.017 8.934 8.934 0 0 1-2.178-5.747A8.97 8.97 0 0 1 4.597 6.88c1.428-2.07 3.751-3.508 6.254-3.804M8.25 6.994c-.001 2.335.001 4.67-.001 7.006-.415.002-.832 0-1.247.001.662 1.166 1.334 2.329 1.998 3.497.665-1.166 1.334-2.33 1.998-3.497-.415-.001-.832.001-1.247-.001-.002-2.334-.001-4.669-.001-7.004-.499-.005-1-.004-1.5-.001m6.697.095c-.653 1.132-1.3 2.267-1.943 3.404.414.005.828-.001 1.243.004.006 2.166 0 4.332.002 6.498.499.01.997.004 1.496.004.011-2.167-.002-4.334.007-6.502.414-.005.828.001 1.242-.004a453.51 453.51 0 0 0-1.943-3.403l-.106-.001z"/><path d="M8.25 6.994c.5-.002 1.001-.004 1.5.001 0 2.335-.001 4.67.001 7.004.415.002.832 0 1.247.001-.664 1.166-1.333 2.33-1.998 3.497-.664-1.168-1.336-2.33-1.998-3.497.415-.001.832.001 1.247-.001.002-2.335 0-4.67.001-7.006z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--give-way-to-oncoming-traffic--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.543.289h21c.541.04 1.154.592 1.183 1.243v20.94c.003.516-.59 1.209-1.258 1.243H1.498c-.476-.029-1.222-.769-1.243-1.258l.03-20.91C.231 1.232.999.282 1.543.289z"/><path fill="#154889" d="M1.76.839C1.172.813.836 1.215.859 1.858v20.321c.002.433.186.954.784.964l20.722-.002c.598-.011.784-.531.786-.964V1.855c.022-.643-.314-1.044-.901-1.019L1.761.839z"/><path fill="#fff" d="M12.508 8.211v2.766l3.231-3.231v11.258l2.23.005V7.75l3.231 3.231V8.217l-4.346-4.296-4.347 4.29z"/><path fill="#c1121c" d="M11.521 15.747v-2.766L8.29 16.212V4.954l-2.23-.005v11.259l-3.231-3.231v2.764l4.345 4.296 4.347-4.29z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#038cff" d="M11.163 0h1.665c2.866.197 5.653 1.453 7.671 3.503 2.048 2.014 3.301 4.796 3.502 7.658v1.67c-.197 2.835-1.426 5.592-3.44 7.604-2.021 2.084-4.83 3.363-7.723 3.565h-1.661c-2.805-.192-5.535-1.396-7.542-3.372C1.512 18.601.205 15.763 0 12.84v-1.672C.199 8.305 1.453 5.52 3.502 3.503 5.517 1.454 8.299.201 11.163 0m-4.28 6.508c-.009 1.693 0 3.387-.005 5.08 1.142-1.151 2.294-2.293 3.437-3.443 0 4.826-.003 9.653.001 14.479 1.126.003 2.252.003 3.378 0 .004-4.828.004-9.657 0-14.485 1.139 1.157 2.297 2.295 3.439 3.449-.004-1.693.004-3.386-.004-5.079-1.707-1.707-3.412-3.419-5.125-5.121C10.293 3.09 8.589 4.8 6.883 6.508z"/><path fill="#fff" d="M6.883 6.508c1.706-1.708 3.41-3.418 5.121-5.12 1.714 1.702 3.418 3.414 5.125 5.121.008 1.693 0 3.386.004 5.079-1.142-1.154-2.299-2.292-3.439-3.449.004 4.828.004 9.657 0 14.485a633.94 633.94 0 0 1-3.378 0c-.004-4.826-.001-9.653-.001-14.479-1.143 1.15-2.295 2.292-3.437 3.443.005-1.693-.004-3.387.005-5.08z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M12.544.023C5.909-.278.325 4.821.023 11.456s4.798 12.219 11.433 12.521c6.635.301 12.219-4.798 12.521-11.433S19.179.325 12.544.023z"/><path fill="#fff" d="M12.44 2.305c-5.355-.243-9.893 3.9-10.136 9.255-.243 5.355 3.901 9.893 9.255 10.136 5.355.243 9.893-3.9 10.136-9.255.243-5.355-3.9-9.893-9.255-10.136z"/><path d="M11.012 20.809l-.085-13.468c-.006 0-.089.025-.641.2-.3.095-.561.176-.577.179a.337.337 0 0 1-.089.006.388.388 0 0 1-.379-.318c-.007-.032-.006-.05-.005-.106a.335.335 0 0 1 .029-.158c.009-.018 2.352-3.506 2.636-3.925l.015-.022a433.442 433.442 0 0 1 2.702 3.913.332.332 0 0 1 .033.158c.002.056.003.074-.003.106a.4.4 0 0 1-.285.312.546.546 0 0 1-.18.007 35.974 35.974 0 0 1-.579-.172 21.692 21.692 0 0 0-.645-.192l.083 13.468-2.03.013z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M22.67 20.584c.807 0 1.272-.489 1.272-1.247V4.664c0-.758-.465-1.247-1.272-1.247H1.394c-.807 0-1.272.489-1.272 1.247v14.673c0 .758.465 1.247 1.272 1.247H22.67z"/><path fill="#231f20" d="M22.67 20.046c.44 0 .734-.269.734-.709V4.664c0-.44-.293-.709-.734-.709H1.394c-.44 0-.734.269-.734.709v14.673c0 .44.293.709.734.709zm.245-15.383v14.673c0 .147-.098.22-.245.22H1.394c-.147 0-.244-.073-.244-.22V4.663c0-.147.098-.22.244-.22H22.67c.147 0 .245.073.245.22z"/><path fill="#231f20" d="M15.163 12.978c.342.122.636 0 .807-.245.147-.196.147-.514-.073-.807l-3.864-5.551-3.864 5.551c-.22.294-.22.611-.073.807.171.245.465.367.807.245l1.59-.514v4.867h3.081v-4.867l1.59.514z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight--us-r3-5a" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M2.027 0h19.946v24H2.027V0m1.26.156C2.688.138 2.148.654 2.118 1.247c-.003 7.127.001 14.255-.002 21.384-.009.362.191.71.47.929.23.188.531.231.818.235h16.74c.283.001.571.012.848-.059.464-.152.813-.623.803-1.114V1.306c.005-.627-.571-1.184-1.2-1.152C14.825.151 9.055.149 3.286.155z"/><path fill="#1a1919" d="M3.225.423l.176-.009 16.02-.001c.48.001.969-.076 1.441.042.435.097.706.558.674.987-.005 6.929-.001 13.86-.003 20.79-.006.242.036.5-.075.725a.918.918 0 0 1-.538.511c-.295.084-.605.062-.908.063-5.343.001-10.685-.001-16.028.001a5.86 5.86 0 0 1-.908-.045.872.872 0 0 1-.698-.864L2.377 1.37c-.008-.465.362-.94.848-.948M3.134.95c-.206.052-.269.303-.262.49.002 6.91.001 13.819.001 20.728.007.221-.037.456.053.666a.51.51 0 0 0 .411.206c5.71-.006 11.423 0 17.134-.003.093-.004.184-.018.275-.041.195-.03.3-.252.293-.432-.002-6.781 0-13.562-.001-20.344-.022-.417.143-.897-.163-1.247a2.71 2.71 0 0 0-.729-.064H3.401a.859.859 0 0 0-.266.041z"/><path fill="#1a1919" d="M9.208 6.784c.92-1.35 1.821-2.713 2.753-4.054 1.02 1.513 2.048 3.021 3.069 4.533.228.264-.032.734-.376.68-.513-.101-1.003-.291-1.507-.428-.001 2.586.001 5.173-.001 7.76-.794-.001-1.588.002-2.382-.001l.001-7.758c-.405.12-.809.24-1.212.362-.169.047-.352.103-.523.031-.154-.114-.285-.317-.214-.513.104-.22.264-.407.393-.612zM6.873 17.206c.352-.052.743.035.992.303.272.24.372.603.459.942.167.761.126 1.598-.281 2.28-.288.576-1.073.673-1.616.438-.425-.207-.619-.668-.726-1.103-.211-.831-.119-1.761.366-2.482.201-.236.497-.37.806-.379m-.062.657c-.211.042-.331.25-.411.432a2.829 2.829 0 0 0-.084 1.624c.077.254.162.552.422.677.196.065.424.067.607-.038.179-.142.283-.354.335-.573.164-.615.152-1.302-.15-1.874-.139-.244-.462-.335-.721-.249zM9.27 17.258c.207.001.413.001.621-.003.489.837.959 1.686 1.449 2.523.003-.84.001-1.68.001-2.52h.626v3.96a15.03 15.03 0 0 1-.562-.003c-.496-.895-1.005-1.784-1.508-2.676l-.001 2.679H9.27l.001-3.96zM12.897 17.259c.209-.001.417-.002.626-.001v3.376c.611.002 1.223-.001 1.835.001-.002.192-.004.385.006.577-.822.012-1.645.003-2.467.005.002-1.32.001-2.639.001-3.958zM14.97 17.258c.248-.001.496.001.744-.003.318.505.632 1.012.94 1.524.337-.492.643-1.006.957-1.514.249-.015.498-.006.746-.007-.452.749-.925 1.484-1.367 2.238-.02.574 0 1.148-.009 1.723l-.625-.002c-.004-.574.012-1.148-.007-1.721-.447-.753-.925-1.488-1.38-2.238z"/><path fill="#fffffe" d="M3.287.156C9.056.149 14.826.151 20.596.155c.629-.032 1.205.524 1.2 1.152v21.316c.01.491-.339.961-.803 1.114-.277.071-.565.06-.848.059H3.405c-.287-.003-.589-.047-.818-.235-.279-.22-.479-.568-.47-.929.003-7.128-.001-14.256.002-21.384.03-.592.57-1.108 1.169-1.091m-.063.266c-.485.008-.855.483-.848.948l.001 21.253a.871.871 0 0 0 .698.864c.301.037.605.055.908.045l16.028-.001c.303-.001.613.02.908-.063a.916.916 0 0 0 .538-.511c.111-.226.069-.483.075-.725.002-6.93-.003-13.86.003-20.79.033-.429-.239-.89-.674-.987-.472-.118-.961-.041-1.441-.042L3.401.415l-.176.009z"/><path fill="#fffffe" d="M3.134.95A.854.854 0 0 1 3.4.909h16.745c.245-.01.49.009.729.064.307.35.142.831.163 1.247.001 6.781-.001 13.562.001 20.344.007.18-.098.402-.293.432-.09.024-.182.037-.275.041-5.711.003-11.423-.003-17.134.003a.508.508 0 0 1-.411-.206c-.09-.21-.046-.445-.053-.666 0-6.91.001-13.819-.001-20.728-.007-.187.056-.437.262-.49m6.075 5.834c-.129.205-.289.392-.393.612-.071.196.061.399.214.513.171.072.354.016.523-.031.403-.122.808-.242 1.212-.362-.001 2.586.001 5.172-.001 7.758.794.003 1.588.001 2.382.001.002-2.586.001-5.173.001-7.76.504.137.994.327 1.507.428.344.054.604-.417.376-.68-1.021-1.512-2.049-3.021-3.069-4.533-.933 1.341-1.833 2.704-2.753 4.054M6.873 17.206a1.099 1.099 0 0 0-.806.379c-.485.721-.577 1.651-.366 2.482.107.434.301.895.726 1.103.543.235 1.328.138 1.616-.438.407-.682.449-1.52.281-2.28-.087-.339-.187-.702-.459-.942-.249-.269-.64-.356-.992-.303m2.397.051l-.001 3.96h.626l.001-2.679c.503.892 1.012 1.781 1.508 2.676.188.004.375.005.562.003v-3.96h-.626c-.001.84.001 1.681-.001 2.52-.49-.837-.959-1.686-1.449-2.523-.207.004-.414.003-.621.003m3.628.001c0 1.319.001 2.639-.001 3.958.823-.001 1.645.008 2.467-.005-.01-.193-.008-.385-.006-.577-.612-.002-1.224.001-1.835-.001v-3.376c-.209-.001-.417 0-.626.001m2.074-.001c.455.749.934 1.484 1.38 2.238.019.573.003 1.148.007 1.721l.625.002c.009-.574-.011-1.149.009-1.723.441-.754.915-1.49 1.367-2.238-.249.001-.498-.008-.746.007-.314.508-.62 1.021-.957 1.514a98.867 98.867 0 0 0-.94-1.524c-.248.004-.496.001-.744.003z"/><path fill="#fffffe" d="M6.811 17.862c.259-.086.581.005.721.249.302.572.314 1.259.15 1.874-.052.218-.157.431-.335.573-.182.105-.411.103-.607.038-.26-.126-.345-.423-.422-.677a2.82 2.82 0 0 1 .084-1.624c.08-.182.2-.39.411-.432z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#034594" d="M11.317.884c2.052-.122 4.139.313 5.952 1.29 2.336 1.225 4.193 3.324 5.149 5.78a11.206 11.206 0 0 1 .232 7.488 11.208 11.208 0 0 1-5.574 6.533 11.064 11.064 0 0 1-5.92 1.174 11.068 11.068 0 0 1-6.487-2.735 11.134 11.134 0 0 1-3.611-6.326 11.188 11.188 0 0 1 1.524-8.016C4.446 3.078 7.795 1.087 11.317.884m2.641 3.225a805.316 805.316 0 0 0-1.951 3.678c.294-.084.589-.168.886-.245.005.864.004 1.729.002 2.593-1.829-.005-3.659.018-5.488-.018l.235-.888c-1.225.658-2.459 1.298-3.684 1.956 1.236.642 2.461 1.307 3.691 1.961l-.257-.97c1.834 0 3.668-.002 5.503.001v8.094c.679.001 1.36 0 2.04 0 .002-4.246.001-8.49.001-12.736.326.08.652.163.976.252-.647-1.229-1.3-2.455-1.955-3.679z"/><path fill="#fff" d="M13.958 4.109c.655 1.224 1.308 2.45 1.955 3.679a35.789 35.789 0 0 0-.976-.252c0 4.246.001 8.49-.001 12.736-.68 0-1.361.001-2.04 0v-8.094c-1.835-.004-3.67-.001-5.503-.001.085.324.17.647.257.97-1.23-.654-2.455-1.319-3.691-1.961 1.225-.658 2.459-1.298 3.684-1.956l-.235.888c1.829.036 3.659.013 5.488.018.001-.864.002-1.729-.002-2.593-.296.077-.592.161-.886.245a805.316 805.316 0 0 1 1.951-3.678z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M3.1.113C6.336.082 9.572.093 12.808.098l6.209.006c.685.004 1.372-.006 2.057.006a1.7 1.7 0 0 1 .876.901v22.06c-.115.242-.248.487-.468.65-.19.154-.426.234-.664.279H3.17c-.263-.044-.526-.138-.721-.326-.184-.164-.303-.385-.399-.608V1.119c.05-.368.311-.685.622-.873a.817.817 0 0 1 .427-.133m.206.092a1.156 1.156 0 0 0-.82.342c-.182.204-.333.458-.344.738v21.507c.032.465.373.89.814 1.034.184.04.373.058.562.052l17.116-.001c.187-.015.386-.02.552-.117.409-.198.694-.654.662-1.112-.002-7.122 0-14.245-.001-21.367A1.212 1.212 0 0 0 21.03.254a2.284 2.284 0 0 0-.473-.052C14.806.205 9.055.199 3.304.205z"/><path fill="#1a1919" d="M3.305.467c5.424-.008 10.849 0 16.274-.004.526-.001 1.093-.11 1.583.14.225.166.41.425.417.714.021.274.017.549.008.823-.001 6.872.001 13.744-.001 20.616-.016.225-.137.43-.285.594-.194.193-.473.263-.74.263-5.669.002-11.339-.001-17.008.002-.232-.008-.478-.012-.683-.135-.129-.076-.268-.159-.34-.297a1.442 1.442 0 0 1-.126-.463V1.391c.007-.475.406-.94.901-.924m-.152.526c-.166.072-.255.261-.253.436-.001 7.083.002 14.167-.001 21.25.012.12.029.263.145.331.129.118.309.106.471.121.841-.023 1.682-.007 2.523-.012H20.52c.149-.003.314-.013.43-.12a.454.454 0 0 0 .141-.314c-.002-6.433 0-12.867-.001-19.3.002-.602-.011-1.204.023-1.806a.653.653 0 0 0-.197-.542c-.127-.085-.286-.072-.431-.077H3.366c-.071.003-.146.004-.212.033z"/><path fill="#1a1919" d="M12.767 6.13l2.976-4.269c1.008 1.419 2.017 2.838 3.023 4.258a.463.463 0 0 1-.036.591.45.45 0 0 1-.43.124c-.455-.161-.921-.288-1.382-.434v15.059h-2.316v-1.823c.022-1.472-.323-2.956-1.04-4.245a7.716 7.716 0 0 0-1.274-1.738c-.517-.519-1.068-1.016-1.709-1.378-.818-.488-1.716-.813-2.591-1.179-.041.489-.088.978-.124 1.468a.5.5 0 0 1-.202.344.5.5 0 0 1-.6-.089c-.942-1.495-1.89-2.986-2.833-4.481 1.697-.379 3.393-.759 5.089-1.136a.473.473 0 0 1 .428.112c.197.127.2.424.066.597-.325.366-.635.745-.952 1.117 1.015.375 2.063.694 2.994 1.26.493.31.972.645 1.416 1.024.495.419.919.912 1.334 1.408V6.41l-1.347.437c-.234.071-.519-.059-.577-.306a.466.466 0 0 1 .089-.411z"/><path fill="#fffffe" d="M3.305.205c5.751-.006 11.502 0 17.253-.003.159-.002.317.02.473.052.439.144.78.564.816 1.027.002 7.122-.001 14.245.001 21.367.032.458-.253.914-.662 1.112-.166.098-.365.102-.552.117l-17.116.001a2.354 2.354 0 0 1-.562-.052 1.21 1.21 0 0 1-.814-1.034V1.285c.011-.28.161-.534.344-.738.214-.22.514-.34.82-.342m-.001.262c-.496-.016-.895.449-.901.924V22.72c.013.16.061.316.126.463.072.137.211.22.34.297.205.123.451.127.683.135 5.669-.002 11.339.001 17.008-.001.267 0 .546-.07.74-.263.148-.165.269-.369.285-.594.002-6.872 0-13.744.001-20.616.009-.275.012-.55-.008-.823-.006-.289-.192-.548-.417-.714-.49-.25-1.056-.141-1.583-.14C14.154.469 8.729.461 3.305.468z"/><path fill="#fffffe" d="M3.153.993c.067-.029.141-.03.212-.033h17.119c.145.005.305-.008.431.077.145.137.22.343.197.542-.033.602-.02 1.204-.023 1.806 0 6.433-.002 12.867.001 19.3a.454.454 0 0 1-.141.314c-.115.106-.281.117-.43.12H6.037c-.841.005-1.683-.012-2.523.012-.161-.015-.342-.003-.471-.121-.116-.068-.133-.21-.145-.331.004-7.083.001-14.167.002-21.25-.002-.175.087-.364.253-.436m9.614 5.137a.465.465 0 0 0-.089.411c.058.247.343.377.577.306l1.347-.437v6.31c-.415-.496-.839-.989-1.334-1.408a11.88 11.88 0 0 0-1.416-1.024c-.931-.566-1.979-.884-2.994-1.26.318-.372.628-.751.952-1.117.134-.173.132-.47-.066-.597a.478.478 0 0 0-.428-.112c-1.697.377-3.393.757-5.089 1.136.943 1.494 1.891 2.986 2.833 4.481a.5.5 0 0 0 .6.089.5.5 0 0 0 .202-.344c.036-.49.083-.978.124-1.468.875.366 1.773.691 2.591 1.179.641.362 1.192.859 1.709 1.378a7.685 7.685 0 0 1 1.274 1.738c.717 1.288 1.062 2.773 1.04 4.245v1.823h2.316V6.4c.46.146.927.273 1.382.434a.447.447 0 0 0 .43-.124.462.462 0 0 0 .036-.591l-3.023-4.258-2.976 4.269z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M6.508 1.337C8.84.126 11.574-.259 14.156.201a11.93 11.93 0 0 1 7.078 4.118c1.667 1.976 2.629 4.511 2.767 7.086v1.249c-.15 2.7-1.223 5.345-3.038 7.355-2.102 2.383-5.196 3.842-8.368 3.991H11.36c-3.042-.167-6.008-1.525-8.087-3.758C1.162 18.038.003 15 .001 11.957v-.012c.032-1.399.258-2.801.752-4.114a11.985 11.985 0 0 1 5.755-6.494m4.92.979c-2.63.145-5.172 1.417-6.854 3.445A9.677 9.677 0 0 0 2.3 12.116a9.693 9.693 0 0 0 2.045 5.857c1.464 1.886 3.642 3.211 6.001 3.605 2.207.388 4.548-.014 6.487-1.141 2.087-1.176 3.691-3.168 4.423-5.447a9.775 9.775 0 0 0-.013-6.007 9.714 9.714 0 0 0-3.748-4.99 9.664 9.664 0 0 0-6.067-1.678z"/><path fill="#fff" d="M11.428 2.316a9.658 9.658 0 0 1 6.067 1.678 9.721 9.721 0 0 1 3.748 4.99 9.775 9.775 0 0 1 .013 6.007c-.732 2.279-2.336 4.271-4.423 5.447-1.939 1.127-4.28 1.529-6.487 1.141-2.359-.394-4.537-1.718-6.001-3.605A9.7 9.7 0 0 1 2.3 12.117c-.038-2.3.786-4.6 2.274-6.355 1.682-2.028 4.224-3.3 6.854-3.445m-.486 6.595c-.233.242-.019.701.325.644.403-.092.793-.234 1.192-.344v4.129a5.09 5.09 0 0 0-3.81-1.157c.12-.422.276-.835.378-1.262.064-.316-.353-.583-.606-.368-1.244.856-2.461 1.748-3.696 2.62 1.23.851 2.458 1.708 3.698 2.543.25.187.65-.053.605-.362-.09-.434-.247-.852-.364-1.28 1.403-.193 2.874.575 3.491 1.854.487.854.248 1.86.304 2.792.67 0 1.338.001 2.008-.001V9.198c.42.107.828.259 1.255.335.323-.001.478-.426.256-.65-.847-1.198-1.693-2.396-2.549-3.588a564.568 564.568 0 0 0-2.486 3.619z"/><path d="M10.942 8.912a577.665 577.665 0 0 1 2.486-3.619c.856 1.192 1.702 2.39 2.549 3.588.222.224.067.649-.256.65-.427-.076-.835-.228-1.255-.335v9.522c-.67.002-1.338.001-2.008.001-.055-.932.184-1.938-.304-2.792-.617-1.279-2.088-2.047-3.491-1.854.116.428.274.846.364 1.28.046.31-.355.55-.605.362-1.241-.835-2.468-1.692-3.698-2.543 1.235-.871 2.452-1.764 3.696-2.62.253-.215.67.053.606.368-.102.427-.258.84-.378 1.262a5.087 5.087 0 0 1 3.81 1.157V9.21c-.398.11-.788.252-1.192.344-.344.056-.558-.402-.325-.644z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M11.062 0h1.93c2.613.241 5.152 1.314 7.086 3.097 2.237 1.995 3.621 4.856 3.922 7.828v2.068c-.241 2.613-1.314 5.152-3.098 7.086C18.9 22.32 16.028 23.711 13.044 24h-2.083c-2.593-.259-5.114-1.321-7.037-3.095C1.68 18.901.288 16.028 0 13.043v-2.08c.285-2.986 1.679-5.86 3.921-7.864C5.868 1.305 8.429.222 11.062.001m-6.35 6.863c1.286-.003 2.573.015 3.859.011.003 5.044-.01 10.087-.007 15.131.854.007 1.709-.014 2.565-.01.004-2.868.003-5.734.007-8.602 2.09-.008 4.181.014 6.272.01.004 1.38-.001 2.761.003 4.14 1.714-1.72 3.442-3.423 5.159-5.14-1.721-1.712-3.434-3.433-5.159-5.14-.003 1.385.001 2.769-.003 4.154h-6.281c-.001-1.544-.004-3.09 0-4.635 1.284-.001 2.569.003 3.852-.001-1.713-1.672-3.426-3.344-5.146-5.007-1.705 1.699-3.424 3.383-5.121 5.089z"/><path fill="#fff" d="M4.712 6.864c1.696-1.706 3.416-3.39 5.121-5.089a1618.78 1618.78 0 0 1 5.146 5.007c-1.284.004-2.569 0-3.852.001-.004 1.546-.001 3.091 0 4.635h6.281c.004-1.385 0-2.769.003-4.154 1.725 1.707 3.438 3.429 5.159 5.14-1.717 1.717-3.445 3.42-5.159 5.14-.004-1.38.001-2.761-.003-4.14-2.09.004-4.181-.018-6.272-.01-.004 2.868-.003 5.734-.007 8.602-.856-.004-1.71.016-2.565.01-.003-5.044.01-10.087.007-15.131-1.286.004-2.573-.014-3.859-.011z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M10.363.099C13.862.095 17.362.08 20.861.112c.286-.01.545.155.743.348.169.183.321.404.347.658V23.07c-.115.264-.267.521-.505.692a1.425 1.425 0 0 1-.615.239H3.184c-.255-.047-.509-.14-.706-.313-.197-.162-.319-.392-.425-.619V1.007c.173-.391.481-.73.879-.896.108-.014.217-.003.325-.005L10.366.1M3.304.205C2.666.193 2.108.796 2.152 1.428v21.219c-.036.523.34 1.036.838 1.183.284.065.577.044.866.047h16.287c.302-.003.608.02.905-.053.439-.147.779-.571.81-1.035V1.282a1.21 1.21 0 0 0-.826-1.031 2.29 2.29 0 0 0-.474-.049C14.806.205 9.055.198 3.303.205z"/><path fill="#1a1919" d="M3.195.478c.431-.076.868-.015 1.302-.014h15.949c.184-.005.371.002.55.052.391.149.633.58.6.99a73157.4 73157.4 0 0 0 0 20.951c.02.264-.022.537-.151.77-.098.132-.245.216-.387.291-.191.085-.405.09-.611.097-5.67-.002-11.339.001-17.009-.002-.267 0-.546-.07-.74-.264-.148-.165-.269-.369-.284-.595L2.413 2.14a7.07 7.07 0 0 1 .018-.932c.036-.223.182-.411.343-.562.12-.096.274-.134.42-.17m-.039.525c-.152.063-.223.238-.262.387-.021.277.018.555.017.833-.001 6.821.001 13.642-.001 20.464-.004.12.061.23.141.315.115.106.28.117.429.12h16.552c.261.005.524.031.782-.025.091-.044.188-.098.24-.188.081-.204.041-.425.047-.638V1.43c.012-.237-.175-.488-.429-.468C14.966.959 9.26.962 3.554.96c-.133.005-.272-.007-.399.041z"/><path fill="#1a1919" d="M5.25 6.096l3.008-4.235c.977 1.4 1.951 2.801 2.928 4.2.099.127.187.286.143.452-.043.263-.344.41-.587.332l-1.343-.436v6.31c.414-.495.838-.988 1.332-1.407a12 12 0 0 1 1.418-1.026c.93-.566 1.978-.884 2.993-1.259-.318-.372-.627-.751-.952-1.116a.468.468 0 0 1-.045-.484c.121-.164.332-.281.539-.226 1.697.377 3.392.757 5.089 1.136-.943 1.494-1.891 2.986-2.833 4.481-.115.108-.287.186-.447.142-.185-.019-.319-.193-.351-.366-.04-.5-.085-.999-.128-1.499-1.141.471-2.325.899-3.312 1.662-.529.431-1.033.899-1.465 1.429a8.13 8.13 0 0 0-.767 1.15c-.737 1.301-1.093 2.807-1.071 4.299v1.824H7.083V6.4c-.459.146-.924.272-1.378.433a.444.444 0 0 1-.511-.235c-.091-.159-.052-.362.056-.502z"/><path fill="#fffffe" d="M3.304.205c5.751-.008 11.503 0 17.255-.003a2.29 2.29 0 0 1 .474.049c.445.139.79.565.826 1.031v21.507a1.211 1.211 0 0 1-.81 1.035c-.296.073-.603.05-.905.053H3.857c-.289-.003-.582.018-.866-.047-.498-.147-.874-.659-.838-1.183V1.428C2.109.796 2.667.193 3.305.205m-.11.273c-.146.036-.301.074-.42.17-.161.151-.307.339-.343.562-.032.31-.028.621-.018.932.001 6.871-.001 13.742.001 20.614.015.226.136.43.284.595.194.193.473.264.74.264 5.67.002 11.339-.001 17.009.001.206-.008.419-.012.611-.097.142-.075.289-.159.387-.291.129-.233.171-.506.151-.77a73157.4 73157.4 0 0 1 0-20.951c.033-.411-.21-.842-.6-.99a1.886 1.886 0 0 0-.55-.052H4.498C4.064.463 3.627.402 3.196.479z"/><path fill="#fffffe" d="M3.155 1.001c.127-.047.266-.036.399-.041C9.26.962 14.965.959 20.671.962c.254-.02.441.232.429.468v20.839c-.006.213.034.434-.047.638-.052.09-.149.144-.24.188-.258.056-.521.03-.782.025H3.479c-.149-.003-.313-.014-.429-.12a.458.458 0 0 1-.141-.315c.002-6.821 0-13.642.001-20.464.001-.278-.038-.556-.017-.833.038-.15.109-.324.262-.387M5.25 6.096c-.108.14-.147.343-.056.502a.443.443 0 0 0 .511.235c.454-.161.919-.287 1.378-.433v15.059h2.316v-1.824c-.023-1.492.333-2.997 1.071-4.299.227-.401.474-.793.767-1.15.432-.53.936-.998 1.465-1.429.987-.762 2.171-1.191 3.312-1.662.043.5.088.999.128 1.499.033.173.166.347.351.366.16.044.331-.034.447-.142.942-1.495 1.89-2.986 2.833-4.481-1.696-.379-3.392-.759-5.089-1.136-.207-.056-.418.062-.539.226a.47.47 0 0 0 .045.484c.325.366.634.745.952 1.116-1.015.375-2.063.693-2.993 1.259a12 12 0 0 0-1.418 1.026c-.494.418-.918.911-1.332 1.407v-6.31l1.343.436c.243.078.544-.069.587-.332.044-.167-.044-.325-.143-.452-.977-1.399-1.952-2.801-2.928-4.2L5.25 6.096z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M7.072 1.064C9.318.04 11.885-.234 14.306.231c2.862.533 5.496 2.173 7.252 4.494 1.466 1.903 2.314 4.26 2.443 6.656v1.23c-.144 2.71-1.207 5.372-3.032 7.388-2.076 2.364-5.128 3.81-8.262 4h-1.258a12.083 12.083 0 0 1-6.587-2.342 12.008 12.008 0 0 1-4.268-5.938 12.11 12.11 0 0 1 .437-8.566 11.962 11.962 0 0 1 6.042-6.09m4.233 1.257c-2.878.193-5.623 1.753-7.26 4.128-1.397 1.973-1.991 4.482-1.661 6.874a9.694 9.694 0 0 0 2.573 5.365 9.694 9.694 0 0 0 5.393 2.893c2.291.4 4.729-.046 6.707-1.277a9.7 9.7 0 0 0 4.346-10.767 9.722 9.722 0 0 0-3.84-5.495c-1.805-1.272-4.058-1.874-6.258-1.721z"/><path fill="#fff" d="M11.306 2.32c2.2-.154 4.453.449 6.258 1.721a9.719 9.719 0 0 1 3.84 5.495 9.705 9.705 0 0 1-4.346 10.767c-1.978 1.231-4.416 1.676-6.707 1.277a9.694 9.694 0 0 1-5.393-2.893 9.7 9.7 0 0 1-2.573-5.365c-.33-2.392.264-4.901 1.661-6.874 1.637-2.375 4.382-3.935 7.26-4.128M8.04 8.888c-.211.216-.072.614.232.643.439-.061.854-.232 1.285-.334-.002 3.173 0 6.347-.001 9.521.67.002 1.339.001 2.008 0 .006-.632-.01-1.266.006-1.9.274-1.729 2.057-3.005 3.784-2.746-.108.431-.269.847-.361 1.282-.044.349.425.56.673.324 1.211-.834 2.424-1.667 3.632-2.504-1.235-.874-2.455-1.766-3.7-2.626-.257-.2-.666.058-.606.376.112.425.259.84.38 1.262a5.064 5.064 0 0 0-3.808 1.153c.002-1.375-.007-2.752.005-4.127.385.109.764.24 1.153.337.313.089.586-.323.392-.58-.828-1.234-1.678-2.453-2.52-3.678-.859 1.193-1.706 2.395-2.555 3.595z"/><path d="M8.04 8.888c.848-1.2 1.696-2.402 2.555-3.595.842 1.225 1.692 2.444 2.52 3.678.193.257-.079.668-.392.58-.389-.097-.768-.228-1.153-.337-.012 1.375-.002 2.752-.005 4.127a5.063 5.063 0 0 1 3.808-1.153c-.121-.422-.269-.838-.38-1.262-.06-.318.349-.576.606-.376 1.244.859 2.465 1.752 3.7 2.626-1.208.838-2.422 1.67-3.632 2.504-.248.236-.718.025-.673-.324.092-.434.253-.851.361-1.282-1.727-.259-3.51 1.016-3.784 2.746-.016.634 0 1.267-.006 1.9-.668.001-1.338.002-2.008 0 .001-3.174-.001-6.348.001-9.521-.431.102-.846.272-1.285.334-.304-.029-.443-.427-.232-.643z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--height-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e31409" d="M11.514 0h1c2.887.136 5.719 1.316 7.799 3.331a12.06 12.06 0 0 1 3.688 7.781v1.862a12.056 12.056 0 0 1-2.731 6.738A12.022 12.022 0 0 1 13.339 24h-2.638c-3.022-.319-5.892-1.855-7.847-4.18C1.098 17.763.086 15.104 0 12.403v-.689c.078-2.989 1.306-5.933 3.403-8.068C5.507 1.445 8.479.141 11.514-.001M9.395 3.654a8.874 8.874 0 0 0-4.027 2.664 8.75 8.75 0 0 0-2.102 5.322 8.741 8.741 0 0 0 1.747 5.66c1.08 1.457 2.639 2.537 4.362 3.09 1.372.485 2.876.532 4.298.271.57-.13 1.165-.233 1.672-.541 2.772-1.164 4.874-3.803 5.291-6.792.371-2.284-.254-4.697-1.634-6.547-1.16-1.559-2.846-2.696-4.714-3.226a8.763 8.763 0 0 0-4.892.098z"/><path d="M9.395 3.654a8.763 8.763 0 0 1 4.892-.098c-.817 1.446-1.619 2.9-2.43 4.35-.824-1.416-1.632-2.84-2.462-4.252zM4.057 12.804c1.121-1.472 2.218-2.963 3.342-4.433.605.008 1.211.002 1.816.006.001 1.476-.001 2.953.001 4.43l.886.001c0 .432.001.865-.001 1.298-.295.007-.59.001-.884.007-.002.391 0 .782-.001 1.174H7.788c-.002-.392 0-.784-.001-1.176H4.062c-.002-.436 0-.872-.004-1.308m1.596.005h2.131c-.001-.943.004-1.886-.004-2.831-.703.949-1.428 1.88-2.128 2.831zM12.48 10.927c.263-.478.814-.707 1.333-.76.595-.076 1.282.019 1.697.493.572.685.547 1.763.01 2.46-.338.505-.862.827-1.361 1.152h1.67c-.004.31 0 .619-.008.93-1.153.012-2.306.002-3.461.005v-.935c.677-.384 1.301-.854 1.926-1.316.43-.317.769-.871.574-1.414-.194-.478-.836-.539-1.242-.317-.323.186-.343.589-.39.918h-1.021c.026-.415.049-.853.274-1.217zM16.412 12.962c.235.011.486-.035.702.09.355-.188.797-.198 1.076.13.473-.497 1.382-.235 1.524.43.072.552.017 1.112.032 1.668h-.634c-.022-.526.049-1.058-.041-1.579-.134-.322-.595-.18-.66.116-.048.485-.007.974-.019 1.463h-.628c-.018-.522.047-1.05-.041-1.566-.148-.365-.7-.154-.67.196-.025.456-.002.913-.008 1.37h-.635v-2.317zM10.754 14.754c.067-.476.814-.512.961-.07.034.353-.098.756-.427.931-.151.059-.388.27-.473-.022.193-.1.374-.22.545-.355-.277-.026-.655-.121-.606-.485zM9.557 20.418c.797-1.334 1.555-2.692 2.344-4.032.768 1.375 1.537 2.749 2.302 4.126.383-.124.769-.24 1.142-.391-.506.308-1.102.412-1.672.541-1.422.26-2.927.214-4.298-.271.046.007.137.02.182.028z"/><path fill="#f4b70d" d="M14.287 3.556a8.944 8.944 0 0 1 4.714 3.226c1.38 1.85 2.005 4.264 1.634 6.547-.416 2.989-2.519 5.628-5.291 6.792-.373.151-.76.268-1.142.391-.764-1.376-1.534-2.75-2.302-4.126-.788 1.34-1.547 2.698-2.344 4.032-.046-.007-.137-.02-.182-.028-1.723-.553-3.282-1.633-4.362-3.09a8.745 8.745 0 0 1-1.747-5.66 8.75 8.75 0 0 1 2.102-5.322 8.874 8.874 0 0 1 4.027-2.664c.83 1.411 1.638 2.836 2.462 4.252.811-1.45 1.613-2.904 2.43-4.35M4.057 12.804c.004.436.001.872.004 1.308h3.725c.001.392-.001.784.001 1.176h1.428c.001-.391-.001-.782.001-1.174.294-.006.589 0 .884-.007.002-.433.001-.866.001-1.298l-.886-.001c-.002-1.477 0-2.954-.001-4.43-.605-.004-1.211.002-1.816-.006-1.124 1.47-2.221 2.96-3.342 4.433m8.424-1.878c-.224.364-.247.802-.274 1.217h1.021c.047-.329.067-.732.39-.918.406-.222 1.048-.161 1.242.317.196.542-.144 1.097-.574 1.414-.625.462-1.249.932-1.926 1.316v.935c1.154-.002 2.308.007 3.461-.005.008-.311.005-.62.008-.93h-1.67c.499-.325 1.022-.647 1.361-1.152.538-.697.563-1.775-.01-2.46-.415-.474-1.102-.569-1.697-.493-.52.053-1.07.282-1.333.76m3.933 2.034v2.317h.635c.006-.457-.017-.914.008-1.37-.03-.349.522-.56.67-.196.088.516.023 1.044.041 1.566h.628c.012-.488-.029-.978.019-1.463.065-.296.526-.438.66-.116.09.521.019 1.054.041 1.579h.634c-.016-.556.04-1.116-.032-1.668-.142-.665-1.051-.926-1.524-.43-.28-.328-.721-.318-1.076-.13-.216-.125-.467-.079-.702-.09m-5.66 1.793c-.049.364.329.458.606.485-.17.136-.352.256-.545.355.085.292.322.08.473.022.329-.175.461-.578.427-.931-.148-.443-.894-.407-.961.07z"/><path fill="#f4b70d" d="M5.654 12.808c.7-.95 1.424-1.882 2.128-2.831.007.944.002 1.888.004 2.831H5.655z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--high-beam-headlights--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.438 0h1.06c2.948.132 5.84 1.356 7.933 3.445 2.19 2.137 3.479 5.141 3.569 8.196v.676c-.08 2.984-1.302 5.923-3.396 8.056-2.106 2.188-5.069 3.487-8.096 3.628h-1.006C9.01 23.879 6.552 23 4.591 21.449 1.787 19.281.063 15.814 0 12.273v-.532C.056 8.164 1.811 4.66 4.66 2.494 6.59.981 8.998.141 11.439.002m-.128 2.308c-2.942.184-5.752 1.8-7.378 4.261-1.376 2.023-1.916 4.579-1.523 6.99a9.68 9.68 0 0 0 3.151 5.719 9.654 9.654 0 0 0 5.588 2.393 9.689 9.689 0 0 0 6.052-1.468 9.678 9.678 0 0 0 3.818-4.59 9.83 9.83 0 0 0 .161-6.805 9.69 9.69 0 0 0-9.87-6.501z"/><path fill="#fff" d="M11.311 2.31a9.69 9.69 0 0 1 9.87 6.501 9.83 9.83 0 0 1-.161 6.805 9.684 9.684 0 0 1-3.818 4.59 9.689 9.689 0 0 1-6.052 1.468 9.652 9.652 0 0 1-5.588-2.393 9.675 9.675 0 0 1-3.151-5.719c-.394-2.411.146-4.967 1.523-6.99 1.626-2.461 4.435-4.078 7.378-4.261M7.368 5.244c-1.225.287-2.107 1.559-1.944 2.807.109 1.165 1.091 2.177 2.255 2.31 1.146.175 2.335-.526 2.761-1.598.413-.964.16-2.161-.607-2.875a2.614 2.614 0 0 0-2.465-.643m8.256-.062a2.62 2.62 0 0 0-2.172 1.907c-.295 1.03.137 2.203 1.013 2.813a2.614 2.614 0 0 0 3.362-3.976 2.62 2.62 0 0 0-2.203-.744m-8.268 8.519c-1.283.31-2.172 1.69-1.906 2.987.215 1.391 1.694 2.413 3.073 2.102 1.376-.235 2.374-1.705 2.063-3.072-.244-1.434-1.832-2.429-3.23-2.017m7.802.045c-1.043.329-1.808 1.364-1.796 2.461-.022 1.033.641 2.032 1.595 2.424a2.607 2.607 0 0 0 2.68-.392 2.604 2.604 0 0 0-.159-4.148 2.616 2.616 0 0 0-2.32-.344z"/><path fill="#fff" d="M7.36 5.708c1.051-.367 2.294.236 2.68 1.274.32.784.11 1.74-.497 2.328-.581.584-1.511.788-2.28.485a2.172 2.172 0 0 1-1.404-1.993c-.031-.928.618-1.819 1.501-2.094zM15.281 5.719c1.052-.386 2.312.209 2.707 1.25.329.793.114 1.766-.508 2.356-.57.56-1.465.763-2.216.487-.844-.278-1.452-1.126-1.453-2.012-.029-.917.604-1.796 1.47-2.081zM5.828 16.426c1.463-.002 2.927-.002 4.391-.001-.106.776-.613 1.504-1.349 1.799-.796.337-1.792.157-2.393-.47-.361-.353-.574-.832-.649-1.327zM13.781 16.424c1.464-.001 2.928-.001 4.392.001-.085.554-.348 1.085-.781 1.448-.784.69-2.075.686-2.849-.016-.424-.362-.682-.886-.762-1.434z"/><path d="M7.368 5.244a2.614 2.614 0 0 1 2.465.643c.767.714 1.02 1.912.607 2.875-.426 1.073-1.615 1.774-2.761 1.598-1.164-.133-2.146-1.145-2.255-2.31-.163-1.248.719-2.52 1.944-2.807m-.008.465c-.883.275-1.532 1.166-1.501 2.094a2.172 2.172 0 0 0 1.404 1.993c.769.304 1.699.1 2.28-.485.607-.588.817-1.544.497-2.328-.385-1.038-1.628-1.642-2.68-1.274zM15.624 5.183a2.613 2.613 0 0 1 2.951 2.866 2.633 2.633 0 0 1-1.487 2.086 2.612 2.612 0 0 1-2.623-.232c-.876-.61-1.308-1.783-1.013-2.813a2.62 2.62 0 0 1 2.172-1.907m-.343.536c-.866.284-1.499 1.164-1.47 2.081.001.887.61 1.734 1.453 2.012.751.276 1.646.073 2.216-.487a2.175 2.175 0 0 0 .508-2.356c-.395-1.042-1.655-1.637-2.707-1.25zM7.356 13.702c1.398-.412 2.987.583 3.23 2.017.311 1.367-.686 2.837-2.063 3.072-1.379.311-2.858-.712-3.073-2.102-.266-1.297.623-2.677 1.906-2.987m-1.528 2.724c.076.496.288.974.649 1.327.601.628 1.597.808 2.393.47.736-.295 1.243-1.022 1.349-1.799-1.464-.001-2.928-.001-4.391.001zM15.158 13.747a2.616 2.616 0 0 1 3.428 2.326 2.612 2.612 0 0 1-.949 2.166 2.607 2.607 0 0 1-2.68.392c-.954-.392-1.616-1.391-1.595-2.424-.012-1.097.754-2.132 1.796-2.461m-1.377 2.678c.08.548.338 1.072.762 1.434.774.702 2.065.706 2.849.016.433-.364.696-.894.781-1.448-1.464-.002-2.928-.002-4.392-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--horn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0366b3" d="M11.1 0h1.782c2.567.198 5.067 1.225 7.004 2.925 2.346 2.006 3.807 4.95 4.114 8.01v1.947c-.194 2.503-1.172 4.945-2.803 6.859-2.042 2.461-5.109 4.015-8.295 4.259h-1.908c-2.429-.236-4.799-1.171-6.67-2.749C1.827 19.208.245 16.117 0 12.904v-1.908c.28-3.115 1.786-6.109 4.182-8.13C6.103 1.202 8.568.201 11.1-.001m2.555 6.855c-.003-.745 0-1.49-.001-2.236a1125.81 1125.81 0 0 0-4.43 4.004l-.001-1.488c-.935 1.234-1.856 2.478-2.781 3.721.887-.562 1.766-1.136 2.663-1.681l.001 1.048c1.35-.976 2.69-1.962 4.038-2.94.042.93.08 1.86.121 2.791 1.86-1.204 3.734-2.385 5.604-3.573.001-1.111.001-2.224-.001-3.335-1.738 1.228-3.478 2.454-5.211 3.689M1.533 10.983c-.335.808-.29 1.794.196 2.533.394.561 1.032.906 1.693 1.044.008-.525.001-1.05.005-1.575.582.277 1.154.578 1.734.859-.003-1.181.001-2.364-.001-3.547-.578.286-1.158.572-1.733.863-.004-.522.003-1.045-.004-1.569-.794.147-1.57.627-1.891 1.392m4.916 2.309c.924 1.238 1.852 2.477 2.775 3.717-.001-.496-.003-.992 0-1.488 1.484 1.322 2.949 2.665 4.429 3.992.004-.743-.003-1.484.004-2.225 1.745 1.213 3.469 2.456 5.211 3.672v-3.326c-1.87-1.184-3.727-2.387-5.602-3.563-.044.924-.08 1.847-.121 2.771a730.168 730.168 0 0 1-4.039-2.941l-.001 1.069c-.88-.568-1.766-1.127-2.656-1.679z"/><path fill="#fff" d="M13.655 6.854c1.733-1.234 3.473-2.461 5.211-3.689.003 1.111.003 2.224.001 3.335-1.87 1.188-3.743 2.37-5.604 3.573-.041-.931-.078-1.862-.121-2.791-1.347.977-2.688 1.964-4.038 2.94l-.001-1.048c-.896.545-1.775 1.119-2.663 1.681.924-1.242 1.846-2.486 2.781-3.721l.001 1.488c1.473-1.338 2.949-2.674 4.43-4.004.001.745-.001 1.49.001 2.236zM1.533 10.983c.321-.765 1.097-1.245 1.891-1.392.007.524 0 1.046.004 1.569.575-.292 1.155-.577 1.733-.863.003 1.183-.001 2.366.001 3.547-.581-.281-1.152-.582-1.734-.859-.004.525.003 1.05-.005 1.575-.662-.138-1.299-.483-1.693-1.044-.487-.739-.532-1.725-.196-2.533zM6.448 13.292c.89.552 1.775 1.111 2.656 1.679l.001-1.069c1.343.985 2.689 1.965 4.039 2.941.041-.924.077-1.847.121-2.771 1.875 1.176 3.733 2.379 5.602 3.563v3.326c-1.742-1.216-3.466-2.458-5.211-3.672-.007.741 0 1.482-.004 2.225-1.48-1.327-2.945-2.67-4.429-3.992-.003.496-.001.992 0 1.488-.923-1.24-1.851-2.478-2.775-3.717z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#038cff" d="M10.945 0h1.892c2.739.191 5.403 1.346 7.395 3.241 2.152 1.99 3.475 4.795 3.767 7.702v1.905c-.194 2.703-1.321 5.334-3.178 7.315-2.039 2.231-4.95 3.621-7.964 3.836h-1.702c-2.707-.193-5.342-1.323-7.324-3.181-2.23-2.041-3.618-4.952-3.832-7.964v-1.853c.249-2.649 1.349-5.225 3.179-7.168C5.172 1.641 8.006.292 10.944-.002M7.993 13.573c.011-1.656.007-3.313.001-4.969a789.993 789.993 0 0 0-3.662 3.661c0 2.469-.003 4.938.001 7.407 2.467.003 4.936.001 7.403.001 1.228-1.218 2.445-2.447 3.673-3.666-1.662.008-3.323-.007-4.985.008 3.501-3.48 6.978-6.984 10.478-10.466a330.843 330.843 0 0 0-2.445-2.44A5735.726 5735.726 0 0 0 7.992 13.573z"/><path fill="#fff" d="M7.993 13.573c3.484-3.492 6.972-6.981 10.465-10.464.82.807 1.633 1.623 2.445 2.44-3.5 3.483-6.977 6.986-10.478 10.466 1.662-.015 3.323 0 4.985-.008-1.228 1.218-2.445 2.447-3.673 3.666-2.467 0-4.936.001-7.403-.001-.004-2.469-.001-4.938-.001-7.407a789.993 789.993 0 0 1 3.662-3.661 548.69 548.69 0 0 1-.001 4.969z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g2" xmlns="http://www.w3.org/2000/svg"><path d="M2.35 0h19.3v24H2.35V0m.84.253C2.777.419 2.5.857 2.514 1.3c-.004 7.134-.003 14.269-.001 21.403-.022.611.528 1.149 1.139 1.113 5.533.008 11.065.003 16.598.003.616.042 1.182-.503 1.159-1.121.007-6.997 0-13.994.004-20.991-.002-.338.03-.706-.163-1.004a1.128 1.128 0 0 0-1.005-.541C14.847.157 9.45.163 4.052.159c-.288.003-.59-.02-.862.094z"/><path d="M3.476.43c.123-.014.246-.02.37-.018C9.317.417 14.789.409 20.26.416c.485-.036.926.4.899.885.002 7.133.004 14.266-.001 21.399.02.483-.429.906-.908.867H3.644c-.402.018-.795-.286-.861-.686-.034-.227-.018-.456-.02-.684.002-6.968-.003-13.936.002-20.905-.017-.411.3-.808.711-.862m-.09.529c-.144.099-.161.283-.156.443v21.193c-.043.25.136.535.412.505 5.437.001 10.874-.002 16.311.001.162-.001.325.008.485-.018.197-.072.279-.288.256-.485-.003-7.101.003-14.203-.003-21.304.021-.241-.204-.442-.44-.411C14.786.875 9.321.884 3.856.878c-.155.014-.338-.022-.47.081z"/><path d="M5.607 3.22h.661c.001.558.002 1.117-.001 1.675.407-.558.816-1.114 1.224-1.672.273-.003.546-.004.82-.003-.409.554-.814 1.11-1.217 1.668.473.858.953 1.712 1.424 2.571l-.757.002-1.1-1.98c-.134.177-.266.356-.393.538.002.479-.001.958.002 1.437-.221.004-.443.006-.664.002.002-1.412 0-2.825.001-4.238zM9.312 3.233c.816-.015 1.633-.003 2.45-.007v.667l-1.784.001-.001 1.052c.454.002.909.001 1.363.001.001.221.002.441.001.662l-1.364.001v1.189c.639.002 1.278 0 1.917.001l.001.66c-.86.003-1.719.003-2.579.001-.002-1.41.005-2.819-.004-4.228zM12.691 3.227c.815-.002 1.631 0 2.446-.001l.001.667h-1.785l-.001 1.054h1.364l.001.659c-.455.006-.91.002-1.365.003V6.8h1.918l.001.66c-.86.005-1.72.001-2.58.001V3.227zM16.068 3.22c.596.01 1.194-.021 1.79.016.577.055 1.054.582 1.055 1.162.033.631-.533 1.213-1.162 1.207-.34.007-.681-.002-1.021.002-.002.618 0 1.235-.001 1.853h-.661V3.22m.662.667V4.94c.372-.007.745.016 1.117-.011.473-.088.532-.804.099-.988-.392-.112-.813-.03-1.216-.054zM10.099 8.869c.333-.242.909.125.738.534-.145.46-.318.912-.473 1.369 2.556.008 5.112-.008 7.667.008-.013.785.004 1.57-.009 2.356-2.553-.006-5.106-.001-7.659-.003.161.489.357.966.495 1.461.074.415-.507.69-.805.413-1.379-1.019-2.756-2.039-4.139-3.052 1.391-1.033 2.782-2.068 4.185-3.086zM5.911 16.545c.227-.002.453-.002.68 0-.001 1.184.001 2.369-.001 3.553.648.002 1.296-.001 1.943.002v.679H5.912c-.002-1.411 0-2.823-.001-4.234zM9.169 16.543l2.539.001v.679H9.849v1.015l1.281.001.001.679-1.282.001v1.18h1.942l-.001.68H9.168c0-1.412-.001-2.824.001-4.236zM12.514 16.545c.874-.003 1.748 0 2.622-.002l.001.68c-.648.001-1.296-.001-1.943.001 0 .338-.001.677.001 1.015.419-.003.839.005 1.258-.006.012.228.015.456.01.685-.424.001-.847-.001-1.27.001.001.62.002 1.24 0 1.86h-.678c-.002-1.411 0-2.823-.001-4.234zM15.39 16.545c.875-.002 1.749-.002 2.623-.001v.679h-.971c-.001 1.185.001 2.371-.001 3.556h-.679c-.001-1.186.001-2.371-.001-3.556h-.97l-.001-.678z"/><path fill="#fff" d="M3.19.253c.272-.114.574-.091.862-.094C9.45.163 14.847.157 20.245.162c.4-.012.803.19 1.005.541.193.298.161.666.163 1.004-.004 6.997.003 13.994-.004 20.991.023.618-.543 1.163-1.159 1.121-5.533 0-11.065.005-16.598-.003-.611.036-1.161-.502-1.139-1.113-.002-7.134-.003-14.269.001-21.403A1.113 1.113 0 0 1 3.19.253m.286.177c-.411.054-.728.451-.711.862-.005 6.969 0 13.937-.002 20.905.002.228-.014.457.02.684.066.4.459.704.861.686H20.25c.479.039.928-.384.908-.867.005-7.133.003-14.266.001-21.399.027-.485-.414-.921-.899-.885C14.789.409 9.317.417 3.846.412a2.857 2.857 0 0 0-.37.018z"/><path fill="#fff" d="M3.386.959c.132-.103.315-.067.47-.081 5.465.006 10.93-.003 16.395.005.236-.031.461.17.44.411.006 7.101 0 14.203.003 21.304.023.197-.059.413-.256.485-.16.026-.323.017-.485.018-5.437-.003-10.874 0-16.311-.001-.276.03-.455-.255-.412-.505V1.402c-.005-.16.012-.344.156-.443M5.607 3.22c-.001 1.413.001 2.826-.001 4.238.221.004.443.002.664-.002-.003-.479 0-.958-.002-1.437.127-.182.259-.361.393-.538l1.1 1.98.757-.002c-.471-.859-.951-1.713-1.424-2.571.403-.558.808-1.114 1.217-1.668-.274-.001-.547 0-.82.003-.408.558-.817 1.114-1.224 1.672.003-.558.002-1.117.001-1.675h-.661m3.705.013c.009 1.409.002 2.818.004 4.228.86.002 1.719.002 2.579-.001l-.001-.66c-.639-.001-1.278.001-1.917-.001V5.61l1.364-.001c.001-.221 0-.441-.001-.662-.454 0-.909.001-1.363-.001l.001-1.052 1.784-.001v-.667c-.817.004-1.634-.008-2.45.007m3.379-.006v4.234c.86 0 1.72.004 2.58-.001l-.001-.66h-1.918V5.609c.455-.001.91.003 1.365-.003l-.001-.659h-1.364l.001-1.054h1.785l-.001-.667c-.815.001-1.631-.001-2.446.001m3.377-.007v4.24h.661c.001-.618-.001-1.235.001-1.853.34-.004.681.005 1.021-.002.629.006 1.195-.576 1.162-1.207-.001-.58-.478-1.107-1.055-1.162-.596-.037-1.194-.006-1.79-.016m-5.969 5.649c-1.403 1.018-2.794 2.053-4.185 3.086 1.383 1.013 2.76 2.033 4.139 3.052.298.277.879.002.805-.413-.138-.495-.334-.972-.495-1.461 2.553.002 5.106-.003 7.659.003.013-.786-.004-1.571.009-2.356-2.555-.016-5.111 0-7.667-.008.155-.457.328-.909.473-1.369.171-.409-.405-.776-.738-.534m-4.188 7.676c.001 1.411-.001 2.823.001 4.234h2.621V20.1c-.647-.003-1.295 0-1.943-.002.002-1.184 0-2.369.001-3.553a38.534 38.534 0 0 0-.68 0m3.258-.002c-.002 1.412-.001 2.824-.001 4.236h2.622l.001-.68H9.849v-1.18l1.282-.001-.001-.679-1.281-.001v-1.015h1.859v-.679l-2.539-.001m3.345.002c.001 1.411-.001 2.823.001 4.234h.678c.002-.62.001-1.24 0-1.86.423-.002.846 0 1.27-.001a9.199 9.199 0 0 0-.01-.685c-.419.011-.839.003-1.258.006-.002-.338-.001-.677-.001-1.015.647-.002 1.295 0 1.943-.001l-.001-.68c-.874.002-1.748-.001-2.622.002m2.876 0l.001.678h.97c.002 1.185 0 2.37.001 3.556h.679c.002-1.185 0-2.371.001-3.556h.971v-.679c-.874-.001-1.748-.001-2.623.001z"/><path fill="#fff" d="M16.73 3.887c.403.024.824-.058 1.216.054.433.184.374.9-.099.988-.372.027-.745.004-1.117.011V3.887z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g3" xmlns="http://www.w3.org/2000/svg"><path d="M4.77 0h14.46v24H4.77V0m1.008.115c-.502.1-.914.561-.911 1.081-.003 7.2-.003 14.401 0 21.601-.008.587.523 1.103 1.105 1.105 3.883.005 7.765-.001 11.649.003.295-.003.611.03.878-.122.377-.174.635-.573.635-.988.005-7.061-.001-14.123.003-21.185-.006-.267.028-.549-.082-.801-.169-.448-.65-.742-1.124-.715-3.785.002-7.57.001-11.354.001-.265.004-.533-.017-.797.02z"/><path d="M6.011.344C9.986.337 13.961.341 17.936.342c.526-.035.993.442.952.967 0 7.129.001 14.256-.001 21.385.04.525-.43.998-.954.963-3.95.002-7.901.001-11.851 0-.328.012-.664-.144-.834-.432-.178-.279-.128-.622-.136-.935.003-6.996 0-13.992.002-20.987-.037-.501.392-.971.898-.959m-.101.512a.413.413 0 0 0-.296.441V22.7a.415.415 0 0 0 .46.457h11.859a.41.41 0 0 0 .451-.452c.002-7.135.001-14.27.001-21.405a.414.414 0 0 0-.459-.456C13.921.852 9.916.827 5.911.856z"/><path d="M6.514 7.871C7.54 6.349 8.575 4.832 9.605 3.313c1.025 1.516 2.057 3.028 3.078 4.546.233.271-.015.759-.378.691-.51-.108-1.001-.293-1.504-.429.053 1.244-.147 2.523.201 3.738.172.6.481 1.148.85 1.646a7.153 7.153 0 0 1 1.343 4.064c.012 1.033.003 2.066.004 3.099-.798-.002-1.597-.002-2.395 0-.006-1.029.003-2.06-.005-3.09a4.779 4.779 0 0 0-.954-2.77 7.227 7.227 0 0 1-1.432-4.165c-.009-.84 0-1.682-.004-2.523-.515.139-1.015.336-1.54.436-.342.031-.571-.422-.353-.685zM13.598 4.325c1.332.002 2.662-.004 3.994.003a20.928 20.928 0 0 1-1.008 6.359c-.084.338-.32.647-.66.756-.498.191-1.112-.102-1.27-.612a20.55 20.55 0 0 1-1.055-6.506z"/><path fill="#fff" d="M5.778.115c.264-.037.532-.016.797-.02 3.785 0 7.57.001 11.354-.001.474-.027.955.267 1.124.715.11.252.076.534.082.801-.004 7.062.002 14.124-.003 21.185 0 .415-.258.814-.635.988-.267.152-.582.119-.878.122-3.883-.004-7.765.002-11.649-.003-.581-.002-1.113-.517-1.105-1.105-.003-7.2-.003-14.401 0-21.601-.003-.52.409-.981.911-1.081m.235.229c-.506-.012-.935.458-.898.959-.002 6.995.001 13.991-.002 20.987.008.313-.042.656.136.935.171.288.506.444.834.432 3.95.001 7.901.002 11.851 0 .524.035.994-.438.954-.963.002-7.129.001-14.256.001-21.385.041-.525-.426-1.002-.952-.967C13.96.341 9.985.337 6.01.344z"/><path fill="#fff" d="M5.911.856C9.916.827 13.921.852 17.927.844a.414.414 0 0 1 .459.456c0 7.135.001 14.27-.001 21.405a.41.41 0 0 1-.451.452H6.075a.415.415 0 0 1-.46-.457V1.297a.413.413 0 0 1 .296-.441m.603 7.015c-.218.263.011.716.353.685.525-.099 1.025-.297 1.54-.436.004.84-.005 1.682.004 2.523a7.227 7.227 0 0 0 1.432 4.165 4.78 4.78 0 0 1 .954 2.77c.008 1.03-.001 2.061.005 3.09.798-.002 1.597-.002 2.395 0-.001-1.033.008-2.066-.004-3.099a7.153 7.153 0 0 0-1.343-4.064c-.369-.498-.678-1.046-.85-1.646-.347-1.215-.148-2.493-.201-3.738.503.136.994.32 1.504.429.363.068.611-.42.378-.691-1.021-1.518-2.053-3.03-3.078-4.546-1.03 1.519-2.065 3.036-3.091 4.558m7.086-3.546a20.55 20.55 0 0 0 1.055 6.506c.159.509.772.802 1.27.612.339-.109.575-.418.66-.756a20.927 20.927 0 0 0 1.008-6.358c-1.332-.007-2.662-.001-3.994-.003z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c50303" d="M8.72.458a12.224 12.224 0 0 1 6.559.004c3.158.877 5.899 3.125 7.384 6.046 1.246 2.411 1.626 5.25 1.086 7.907a11.93 11.93 0 0 1-3.028 5.834c-2.082 2.236-5.057 3.589-8.102 3.751h-1.367c-2.412-.168-4.777-1.045-6.677-2.548-2.693-2.081-4.374-5.358-4.576-8.748v-1.337c.125-2.162.818-4.295 2.044-6.085A11.955 11.955 0 0 1 8.72.458m2.706 1.857c-2.717.144-5.339 1.495-7.024 3.632a9.662 9.662 0 0 0-2.087 5.2 9.718 9.718 0 0 0 1.76 6.493c1.458 2.056 3.743 3.515 6.232 3.934a9.69 9.69 0 0 0 6.515-1.142 9.715 9.715 0 0 0 4.376-5.334 9.768 9.768 0 0 0 .173-5.606 9.711 9.711 0 0 0-3.818-5.442 9.661 9.661 0 0 0-6.127-1.734z"/><path fill="#fff" d="M11.426 2.315a9.661 9.661 0 0 1 6.127 1.734 9.706 9.706 0 0 1 3.818 5.442 9.76 9.76 0 0 1-.173 5.606 9.72 9.72 0 0 1-4.376 5.334 9.677 9.677 0 0 1-6.515 1.142A9.714 9.714 0 0 1 4.402 5.946c1.685-2.137 4.307-3.488 7.024-3.632m-3.4 12.278c-.202-.378-.385-.767-.602-1.136-.168-.288-.62-.187-.712.11-.318 1.552-.611 3.108-.919 4.662 1.42-.272 2.845-.515 4.265-.784.203-.054.461-.018.6-.208.152-.168.122-.467-.083-.58-.362-.226-.75-.407-1.116-.624 3.198-3.152 6.39-6.31 9.584-9.466-.473-.485-.946-.97-1.427-1.446-3.2 3.154-6.396 6.311-9.59 9.47z"/><path fill="#030303" d="M8.026 14.592c3.194-3.16 6.39-6.317 9.59-9.47.481.476.954.961 1.427 1.446-3.194 3.156-6.386 6.313-9.584 9.466.366.217.754.398 1.116.624.205.113.235.412.083.58-.139.19-.397.154-.6.208-1.42.269-2.845.511-4.265.784.308-1.554.601-3.11.919-4.662.091-.298.544-.398.712-.11.217.37.401.758.602 1.136z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.358 0h1.202c3.011.155 5.957 1.442 8.048 3.625 2.077 2.113 3.289 5.021 3.391 7.978v.779c-.101 2.988-1.339 5.926-3.451 8.047-2.081 2.136-4.984 3.401-7.954 3.571h-1.158c-2.47-.14-4.902-1.013-6.846-2.554-2.796-2.161-4.516-5.614-4.591-9.143v-.59C.064 8.66 1.337 5.649 3.511 3.5 5.573 1.407 8.432.181 11.357 0m-.051 2.311c-2.97.188-5.792 1.843-7.416 4.334a9.724 9.724 0 0 0-1.477 6.914 9.66 9.66 0 0 0 3.284 5.822 9.63 9.63 0 0 0 5.578 2.3 9.667 9.667 0 0 0 6.414-1.819 9.701 9.701 0 0 0 3.362-11.396 9.722 9.722 0 0 0-3.929-4.722 9.698 9.698 0 0 0-5.815-1.434z"/><path fill="#fff" d="M11.306 2.311a9.696 9.696 0 0 1 5.815 1.434 9.722 9.722 0 0 1 3.929 4.722 9.748 9.748 0 0 1 .266 6.276 9.694 9.694 0 0 1-3.628 5.12 9.661 9.661 0 0 1-6.414 1.819 9.648 9.648 0 0 1-5.578-2.3 9.662 9.662 0 0 1-3.284-5.822 9.724 9.724 0 0 1 1.477-6.914C5.513 4.155 8.335 2.5 11.305 2.312m-5.786 3.1c.001 1.559-.004 3.118.01 4.675-.047.35.434.61.679.334.289-.318.535-.674.812-1.002 2.55 3.714 5.093 7.433 7.637 11.15.557-.39 1.121-.769 1.679-1.156-2.54-3.718-5.087-7.43-7.628-11.147.424-.148.859-.264 1.28-.42.312-.18.178-.676-.152-.743C8.4 6.533 6.963 5.962 5.52 5.411m7.516.013c.012 1.406.307 2.826.956 4.08.254.529 1.004.652 1.469.332.202-.136.294-.37.392-.582.506-1.212.832-2.512.832-3.83h-3.649z"/><path d="M5.519 5.412c1.444.551 2.88 1.122 4.316 1.692.33.067.464.563.152.743-.421.156-.857.272-1.28.42 2.542 3.716 5.088 7.429 7.628 11.147-.558.386-1.122.766-1.679 1.156-2.544-3.718-5.087-7.436-7.637-11.15-.277.328-.523.684-.812 1.002-.245.276-.726.017-.679-.334-.013-1.558-.008-3.116-.01-4.675zM13.036 5.424h3.649c0 1.319-.325 2.618-.832 3.83-.098.212-.191.446-.392.582-.464.319-1.214.197-1.469-.332-.649-1.254-.944-2.674-.956-4.08z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.412 0h1.11c2.681.137 5.318 1.152 7.338 2.932 2.482 2.126 3.994 5.302 4.14 8.562v.965c-.125 2.905-1.316 5.754-3.344 7.843-2.104 2.209-5.07 3.547-8.114 3.698h-1.067c-2.48-.127-4.918-1.016-6.869-2.557C1.862 19.327.155 15.973 0 12.517v-.996c.127-2.984 1.388-5.908 3.516-8.009C5.588 1.404 8.468.166 11.412 0m.017 2.418c-2.666.137-5.231 1.466-6.899 3.547a9.573 9.573 0 0 0-2.128 5.918 9.564 9.564 0 0 0 1.879 5.819c1.578 2.148 4.084 3.595 6.742 3.845a9.545 9.545 0 0 0 5.245-.952c2.188-1.085 3.935-3.031 4.758-5.333a9.602 9.602 0 0 0-3.475-11.098 9.603 9.603 0 0 0-6.122-1.747z"/><path fill="#fff" d="M11.429 2.418a9.601 9.601 0 0 1 6.122 1.747 9.602 9.602 0 0 1 3.475 11.098c-.823 2.302-2.57 4.248-4.758 5.333a9.547 9.547 0 0 1-5.245.952c-2.658-.25-5.164-1.697-6.742-3.845a9.562 9.562 0 0 1-1.879-5.819A9.573 9.573 0 0 1 4.53 5.966c1.668-2.081 4.232-3.41 6.899-3.547m-5.898 8.146c.401-.292.83-.562 1.326-.659a10.912 10.912 0 0 0 3.606 6.384 10.964 10.964 0 0 0 6.937 2.672v-2.183c-1.664-.058-3.32-.565-4.692-1.517-1.945-1.301-3.305-3.421-3.7-5.726.502-.072 1.001.031 1.477.185a620.911 620.911 0 0 0-3.214-3.836c-.586 1.559-1.156 3.122-1.741 4.68z"/><path d="M5.531 10.565c.586-1.558 1.156-3.121 1.741-4.68a693.582 693.582 0 0 1 3.214 3.836c-.476-.154-.976-.257-1.477-.185.395 2.305 1.754 4.426 3.7 5.726 1.372.952 3.028 1.459 4.692 1.517v2.183a10.964 10.964 0 0 1-6.937-2.672 10.912 10.912 0 0 1-3.606-6.384c-.496.097-.925.367-1.326.659z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#038cff" d="M10.408 0h2.736c2.261.269 4.469 1.097 6.26 2.521 2.329 1.81 3.957 4.505 4.443 7.417.042.299.094.596.153.892v2.727l-.018-.384c-.267 2.474-1.277 4.87-2.93 6.737-2.053 2.377-5.072 3.871-8.203 4.09h-1.694c-2.563-.186-5.063-1.203-7.002-2.894C1.739 19.052.22 16.005 0 12.845v-1.691C.188 8.56 1.229 6.032 2.954 4.083 4.93 1.79 7.805.349 10.803.011l-.394-.01M3.264 5.883c3.38 3.371 6.754 6.752 10.131 10.129-1.593-.001-3.186-.008-4.78.003 1.149 1.204 2.349 2.359 3.521 3.543 2.39 0 4.78.001 7.169-.001.003-2.39 0-4.78.001-7.169-1.183-1.168-2.33-2.378-3.545-3.512-.009 1.589-.004 3.18-.003 4.769C12.38 10.272 9.01 6.892 5.631 3.522c-.795.781-1.58 1.573-2.368 2.363z"/><path fill="#fff" d="M3.264 5.883c.788-.79 1.573-1.582 2.368-2.363 3.379 3.37 6.749 6.751 10.127 10.123-.001-1.589-.006-3.18.003-4.769 1.215 1.134 2.362 2.344 3.545 3.512-.001 2.39.001 4.78-.001 7.169-2.39.003-4.78.001-7.169.001-1.172-1.183-2.372-2.339-3.521-3.543 1.593-.01 3.186-.004 4.78-.003-3.377-3.377-6.751-6.757-10.131-10.129z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M7.069 1.066C9.309.044 11.871-.232 14.287.23a11.926 11.926 0 0 1 7.05 4.217c1.594 1.944 2.521 4.404 2.663 6.911v1.307c-.161 2.693-1.218 5.335-3.035 7.339-2.07 2.357-5.108 3.797-8.231 3.997h-1.328a12.1 12.1 0 0 1-6.547-2.345 12.004 12.004 0 0 1-4.234-5.838 12.117 12.117 0 0 1 .368-8.58 11.954 11.954 0 0 1 6.076-6.172m4.236 1.254c-2.879.193-5.624 1.756-7.261 4.132-1.396 1.973-1.988 4.482-1.657 6.874a9.693 9.693 0 0 0 2.564 5.354 9.696 9.696 0 0 0 5.39 2.898c2.291.403 4.733-.041 6.712-1.272a9.695 9.695 0 0 0 4.201-5.315 9.75 9.75 0 0 0 .15-5.454 9.727 9.727 0 0 0-3.841-5.497c-1.806-1.272-4.06-1.873-6.258-1.72z"/><path fill="#fff" d="M11.305 2.32c2.198-.154 4.452.448 6.258 1.72a9.725 9.725 0 0 1 3.841 5.497 9.75 9.75 0 0 1-.15 5.454 9.699 9.699 0 0 1-4.201 5.315c-1.979 1.231-4.421 1.675-6.712 1.272a9.693 9.693 0 0 1-5.39-2.898 9.683 9.683 0 0 1-2.564-5.354c-.331-2.392.262-4.901 1.657-6.874 1.637-2.376 4.382-3.938 7.261-4.132M4.958 6.566c3.193 3.158 6.39 6.313 9.584 9.47-.365.21-.748.394-1.106.614-.287.149-.221.575.047.704 1.572.302 3.151.571 4.724.871-.298-1.514-.594-3.029-.89-4.543-.013-.322-.45-.547-.688-.292-.26.374-.433.803-.654 1.201-3.197-3.158-6.391-6.318-9.593-9.47-.48.476-.952.96-1.424 1.444z"/><path d="M4.958 6.566c.473-.484.944-.967 1.424-1.444 3.202 3.152 6.396 6.312 9.593 9.47.221-.398.394-.827.654-1.201.238-.256.674-.03.688.292l.89 4.543c-1.573-.3-3.152-.569-4.724-.871-.268-.13-.334-.556-.047-.704.359-.221.742-.404 1.106-.614-3.194-3.157-6.391-6.312-9.584-9.47z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.35 0h19.3v24H2.35V0m.842.253a1.112 1.112 0 0 0-.678 1.05c-.006 7.098 0 14.197-.003 21.295-.026.401.151.815.491 1.038.307.213.697.181 1.052.185 5.398-.003 10.797 0 16.195-.001.618.042 1.185-.506 1.159-1.126.006-6.998-.001-13.995.003-20.993-.004-.299.027-.615-.106-.893a1.135 1.135 0 0 0-1.058-.646C14.847.156 9.448.163 4.048.159c-.286.004-.586-.02-.856.094z"/><path d="M3.471.431c.226-.029.454-.017.681-.018 5.37.003 10.74-.003 16.109.003.48-.029.923.394.897.878.006 7.103 0 14.205.003 21.307.023.34-.136.704-.448.863-.262.149-.572.093-.859.103H3.651c-.476.032-.906-.393-.887-.867-.004-7.137-.004-14.274 0-21.411a.854.854 0 0 1 .707-.858m-.009.483c-.187.085-.255.299-.234.492.005 7.097-.002 14.194.004 21.291a.383.383 0 0 0 .41.402l16.611.001c.28.043.488-.238.44-.5-.003-7.1.003-14.2-.003-21.3.025-.242-.202-.443-.438-.417-5.4-.008-10.8.001-16.2-.004-.196.003-.397-.014-.59.035z"/><path d="M5.606 1.9h.662v1.669c.408-.553.815-1.107 1.218-1.664.275-.005.55-.007.824-.005-.408.555-.816 1.11-1.217 1.67.476.853.95 1.708 1.426 2.562-.254.001-.507.002-.761.001-.363-.661-.734-1.318-1.096-1.979-.13.182-.283.351-.386.551-.023.476 0 .952-.009 1.428h-.661V1.9zM9.315 1.904h2.446v.667H9.977v1.054c.454 0 .908.001 1.363-.001l.001.662H9.977l-.001 1.192 1.918.001v.661H9.315V1.904zM12.69 1.905c.816-.003 1.631-.001 2.447-.001l-.001.667h-1.783v1.054l1.363.001v.66c-.454.002-.909 0-1.363.001v1.192h1.917v.661c-.859.001-1.718-.001-2.578.001-.005-1.412.001-2.824-.002-4.236zM16.067 1.901c.566.003 1.132-.01 1.698.005.621.01 1.161.574 1.148 1.195.018.552-.418 1.052-.948 1.164-.41.036-.824.005-1.236.015v1.853h-.661l-.001-4.232m.663.659v1.06c.371-.008.744.017 1.116-.011.469-.092.532-.815.092-.992-.39-.116-.807-.032-1.208-.057zM11.132 8.815c-.267-.326.118-.838.507-.754 1.703.188 3.405.378 5.106.577-.688 1.568-1.37 3.138-2.057 4.707-.124.364-.7.457-.89.101-.145-.509-.21-1.039-.316-1.558-2.293 1.3-4.573 2.626-6.855 3.946-.395-.678-.789-1.358-1.18-2.038 2.281-1.324 4.561-2.649 6.85-3.96-.381-.349-.8-.656-1.165-1.021zM10.09 18.656c.21-.717 1.078-1.13 1.769-.851.42.14.72.508.852.922l-.627.206c-.127-.597-1.022-.755-1.3-.195-.285.681-.287 1.473-.078 2.176.114.432.675.655 1.048.402.264-.151.347-.464.342-.749a60.517 60.517 0 0 0-.738.001c-.001-.232-.002-.463-.001-.695h1.393c-.012.58.099 1.245-.317 1.72-.55.702-1.783.629-2.208-.17-.423-.85-.405-1.872-.135-2.767zM4.417 17.78c.543.006 1.088-.013 1.631.009a1.207 1.207 0 0 1 1.133 1.018c.088.513-.219 1.03-.672 1.262.253.649.499 1.3.745 1.951l-.705-.001c-.236-.617-.477-1.233-.71-1.851a64.207 64.207 0 0 0-.76-.001v1.853h-.662v-4.24m.663.673l-.002 1.046c.378-.02.77.05 1.139-.041.424-.166.39-.855-.05-.975-.358-.064-.726-.015-1.087-.03zM8.251 17.787c.222-.004.444.001.666.007-.012 1.409 0 2.819-.006 4.228h-.66v-4.235zM13.742 17.787c.221.001.442-.001.663-.005.016.57.003 1.141.007 1.711.503 0 1.005.001 1.508-.001-.002-.568-.001-1.137-.001-1.705h.67v4.235h-.67c-.002-.617.003-1.235-.002-1.852-.502.003-1.003.001-1.505.002-.001.617.002 1.234-.002 1.851l-.668-.001v-4.235zM17.385 17.788c.859-.002 1.719-.001 2.579-.001v.666l-.961.001c-.001 1.189.003 2.379-.002 3.569l-.659-.002v-3.567l-.957-.001v-.665z"/><path fill="#fff" d="M3.192.253c.27-.114.57-.09.856-.094 5.4.004 10.799-.003 16.199.003.439-.014.877.242 1.058.646.133.278.102.594.106.893-.004 6.998.003 13.995-.003 20.993.026.62-.541 1.168-1.159 1.126-5.398.001-10.797-.002-16.195.001-.355-.004-.745.028-1.052-.185-.34-.223-.517-.637-.491-1.038.003-7.098-.003-14.197.003-21.295a1.112 1.112 0 0 1 .678-1.05m.279.178a.854.854 0 0 0-.707.858c-.004 7.137-.004 14.274 0 21.411-.019.474.411.899.887.867h16.203c.287-.01.597.046.859-.103.312-.159.471-.523.448-.863-.003-7.102.003-14.204-.003-21.307.026-.484-.417-.907-.897-.878C14.892.41 9.522.416 4.152.413c-.227.001-.455-.011-.681.018z"/><path fill="#fff" d="M3.462.914c.193-.049.394-.032.59-.035 5.4.005 10.8-.004 16.2.004.236-.026.463.175.438.417.006 7.1 0 14.2.003 21.3.048.262-.16.543-.44.5l-16.611-.001a.383.383 0 0 1-.41-.402c-.006-7.097.001-14.194-.004-21.291-.021-.193.047-.407.234-.492m2.144.986v4.233h.661c.009-.476-.014-.952.009-1.428.103-.2.256-.369.386-.551.362.661.733 1.318 1.096 1.979.254.001.507 0 .761-.001-.476-.854-.95-1.709-1.426-2.562.401-.56.809-1.115 1.217-1.67-.274-.002-.549 0-.824.005-.403.557-.81 1.111-1.218 1.664V1.9h-.662m3.709.004V6.14h2.579v-.661l-1.918-.001.001-1.192h1.364l-.001-.662c-.455.002-.909.001-1.363.001V2.571h1.784v-.667H9.315m3.375.001c.003 1.412-.003 2.824.002 4.236.86-.002 1.719 0 2.578-.001v-.661h-1.917V4.287c.454-.001.909.001 1.363-.001v-.66l-1.363-.001V2.571h1.783l.001-.667c-.816 0-1.631-.002-2.447.001m3.377-.004l.001 4.232h.661V4.28c.412-.01.826.021 1.236-.015.53-.112.966-.612.948-1.164.013-.621-.527-1.185-1.148-1.195-.566-.015-1.132-.002-1.698-.005m-4.935 6.914c.365.365.784.672 1.165 1.021-2.289 1.311-4.569 2.636-6.85 3.96.391.68.785 1.36 1.18 2.038 2.282-1.32 4.562-2.646 6.855-3.946.106.519.171 1.049.316 1.558.19.356.766.263.89-.101.687-1.569 1.369-3.139 2.057-4.707a789.01 789.01 0 0 0-5.106-.577c-.389-.084-.774.428-.507.754m-1.042 9.841c-.27.895-.288 1.917.135 2.767.425.799 1.658.872 2.208.17.416-.475.305-1.14.317-1.72h-1.393c-.001.232 0 .463.001.695.246-.002.492-.002.738-.001.005.285-.078.598-.342.749-.373.253-.934.03-1.048-.402-.209-.703-.207-1.495.078-2.176.278-.56 1.173-.402 1.3.195l.627-.206c-.132-.414-.432-.782-.852-.922-.691-.279-1.559.134-1.769.851m-5.673-.876v4.24h.662v-1.853c.253-.001.506-.001.76.001.233.618.474 1.234.71 1.851l.705.001c-.246-.651-.492-1.302-.745-1.951.453-.232.76-.749.672-1.262a1.207 1.207 0 0 0-1.133-1.018c-.543-.022-1.088-.003-1.631-.009m3.834.007v4.235h.66c.006-1.409-.006-2.819.006-4.228a14.79 14.79 0 0 0-.666-.007m5.491 0v4.235l.668.001c.004-.617.001-1.234.002-1.851.502-.001 1.003.001 1.505-.002.005.617 0 1.235.002 1.852h.67v-4.235a74.817 74.817 0 0 0-.67 0c0 .568-.001 1.137.001 1.705-.503.002-1.005.001-1.508.001-.004-.57.009-1.141-.007-1.711-.221.004-.442.006-.663.005m3.643.001v.665l.957.001v3.567l.659.002c.005-1.19.001-2.38.002-3.569l.961-.001v-.666c-.86 0-1.72-.001-2.579.001z"/><path fill="#fff" d="M16.73 2.56c.401.025.818-.059 1.208.057.44.177.377.9-.092.992-.372.028-.745.003-1.116.011V2.56zM5.08 18.453c.361.015.729-.034 1.087.03.44.12.474.809.05.975-.369.091-.761.021-1.139.041l.002-1.046z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g4" xmlns="http://www.w3.org/2000/svg"><path d="M4.77 0h14.46v24H4.77V0m1.012.115c-.505.096-.921.564-.914 1.087-.007 7.03.001 14.061-.004 21.091.009.327-.043.679.119.98.193.408.651.658 1.097.633 3.816-.001 7.631-.002 11.447 0 .327-.008.68.043.978-.125.411-.189.66-.643.631-1.091-.003-7.164.004-14.329-.003-21.494.008-.625-.588-1.146-1.202-1.103-3.753.002-7.504.001-11.256.001-.297.003-.596-.017-.892.02z"/><path d="M6.01.345C9.983.337 13.956.342 17.929.342c.53-.038 1.001.44.959.969 0 7.13.001 14.258-.001 21.388.038.522-.429.99-.951.957-3.976.002-7.952.006-11.928-.002-.505.009-.929-.457-.895-.956-.002-7.131-.001-14.261 0-21.393-.037-.501.389-.972.897-.96m-.091.513c-.199.038-.323.245-.303.441v21.4a.415.415 0 0 0 .46.458h11.85a.414.414 0 0 0 .459-.458c.003-6.964-.001-13.928.002-20.891-.008-.241.026-.489-.032-.725-.082-.211-.326-.258-.527-.241-3.97.014-7.94-.018-11.909.016z"/><path d="M11.4 7.73c1.001-1.47 1.996-2.945 2.995-4.417 1.029 1.519 2.067 3.034 3.089 4.558.222.265-.016.728-.364.682-.521-.098-1.017-.295-1.528-.433-.04 1.544.162 3.142-.366 4.63-.271.866-.758 1.638-1.282 2.369a4.737 4.737 0 0 0-.745 2.563v2.984h-2.398c.003-1.034-.007-2.069.005-3.103a7.148 7.148 0 0 1 .991-3.521c.228-.396.521-.749.751-1.144.416-.71.639-1.529.648-2.352.008-.808 0-1.618.003-2.427-.468.132-.928.29-1.4.41a.425.425 0 0 1-.562-.307c-.055-.185.069-.346.163-.492zM6.411 4.326c1.331-.003 2.661-.001 3.992-.001a20.562 20.562 0 0 1-1.058 6.512.991.991 0 0 1-.866.66.989.989 0 0 1-1.009-.664c-.709-2.091-1.05-4.301-1.058-6.507z"/><path fill="#fff" d="M5.782.115c.295-.037.594-.017.892-.02 3.752 0 7.503.001 11.256-.001.614-.043 1.21.478 1.202 1.103.007 7.165 0 14.33.003 21.494.029.448-.22.902-.631 1.091-.298.168-.651.116-.978.125-3.816-.002-7.631-.001-11.447 0-.446.025-.904-.225-1.097-.633-.162-.301-.109-.653-.119-.98.005-7.03-.003-14.061.004-21.091-.007-.522.409-.99.914-1.087m.229.229c-.508-.012-.934.459-.897.96-.001 7.132-.002 14.262 0 21.393-.034.499.39.965.895.956 3.976.008 7.952.004 11.928.002.522.033.989-.435.951-.957.002-7.13.001-14.258.001-21.388.042-.529-.429-1.007-.959-.969-3.973 0-7.946-.005-11.919.003z"/><path fill="#fff" d="M5.919.858C9.888.824 13.858.856 17.828.842c.201-.017.445.03.527.241.058.236.024.484.032.725-.003 6.963.001 13.927-.002 20.891a.414.414 0 0 1-.459.458H6.076a.415.415 0 0 1-.46-.458v-21.4c-.02-.196.104-.403.303-.441M11.4 7.73c-.093.146-.218.307-.163.492a.425.425 0 0 0 .562.307c.472-.12.932-.278 1.4-.41-.003.809.005 1.619-.003 2.427a4.779 4.779 0 0 1-.648 2.352c-.23.395-.523.748-.751 1.144a7.145 7.145 0 0 0-.991 3.521c-.012 1.034-.002 2.069-.005 3.103h2.398v-2.984a4.737 4.737 0 0 1 .745-2.563c.524-.731 1.011-1.503 1.282-2.369.527-1.488.325-3.086.366-4.63.511.138 1.007.334 1.528.433.347.046.585-.417.364-.682-1.022-1.524-2.06-3.039-3.089-4.558-.999 1.472-1.994 2.947-2.995 4.417M6.411 4.326c.008 2.206.349 4.416 1.058 6.507a.99.99 0 0 0 1.009.664.991.991 0 0 0 .866-.66 20.562 20.562 0 0 0 1.058-6.512c-1.331 0-2.661-.002-3.992.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M6.73 1.224C9.05.077 11.747-.257 14.285.228a11.934 11.934 0 0 1 7.06 4.226c1.583 1.936 2.504 4.379 2.656 6.871v1.423c-.19 2.664-1.236 5.273-3.036 7.258-2.062 2.344-5.078 3.776-8.185 3.994h-1.433c-1.597-.106-3.181-.497-4.615-1.212-2.696-1.297-4.853-3.659-5.92-6.451C-.249 13.606-.249 10.488.786 7.75c1.056-2.825 3.228-5.215 5.945-6.526m4.017 1.152c-2.704.342-5.226 1.888-6.752 4.146-1.362 1.96-1.936 4.436-1.61 6.798a9.689 9.689 0 0 0 2.627 5.424 9.702 9.702 0 0 0 5.784 2.902c2.158.274 4.414-.192 6.263-1.344a9.707 9.707 0 0 0-.386-16.815 9.804 9.804 0 0 0-5.926-1.111z"/><path fill="#fff" d="M10.748 2.376a9.811 9.811 0 0 1 5.926 1.111 9.748 9.748 0 0 1 4.576 5.518 9.704 9.704 0 0 1-4.19 11.297c-1.849 1.152-4.105 1.618-6.263 1.344a9.696 9.696 0 0 1-5.784-2.902 9.695 9.695 0 0 1-2.627-5.424c-.325-2.362.248-4.838 1.61-6.798 1.526-2.258 4.049-3.804 6.752-4.146m2.098 6.02c-.18.028-.464.008-.491.256-.169.685-.461 1.352-.517 2.058 1.729-.21 3.47-.073 5.207-.127.737-.001 1.469.106 2.204.133.008-.38-.156-.734-.245-1.098-.161-.376-.133-.893-.439-1.171-1.898-.209-3.82-.254-5.719-.05M6.254 9.848c.091.398.235.782.338 1.178-.57-.005-1.139-.002-1.709-.002v1.711h1.714c-.112.394-.256.779-.344 1.18-.048.294.322.517.556.324 1.177-.782 2.34-1.585 3.521-2.359-1.178-.782-2.345-1.584-3.528-2.358-.228-.175-.605.036-.547.326m6.604.858c-.474.089-1.094-.058-1.42.386-.289.484-.217 1.084-.203 1.622.034.346.116.842.536.904 2.55-.041 5.102-.029 7.651-.008.29-.109.35-.446.414-.712.102-.558.092-1.153-.114-1.687a.623.623 0 0 0-.533-.404c-.794-.092-1.594-.166-2.394-.154-1.313.006-2.629-.054-3.938.053m-1.183 3.002c-.322-.022-.362.527-.036.532 2.597.018 5.196.008 7.793.005.269.037.383-.348.169-.493-.32-.108-.666-.1-1-.109-1.84.007-3.679-.004-5.519.005-.47.001-.943-.018-1.408.061m.363.743c0 .382-.024.763.011 1.144.074.222.365.139.542.162.192-.031.49.076.583-.155.037-.383.012-.768.011-1.151a43.855 43.855 0 0 0-1.147 0m5.884 0c.016.395-.053.808.036 1.193.265.214.685.085 1.008.082.239-.36.056-.863.1-1.278a72.71 72.71 0 0 0-1.144.004z"/><path fill="#fff" d="M12.821 8.999c1.795-.157 3.612-.227 5.404.004.158.427.312.858.462 1.289a41.503 41.503 0 0 0-6.337.001c.151-.433.301-.868.472-1.294z"/><path d="M12.846 8.396c1.9-.204 3.821-.158 5.719.05.306.278.278.796.439 1.171.089.364.253.718.245 1.098-.736-.028-1.468-.134-2.204-.133-1.736.054-3.478-.083-5.207.127.056-.706.348-1.373.517-2.058.026-.247.311-.228.491-.256m-.025.604c-.17.426-.32.86-.472 1.294a41.503 41.503 0 0 1 6.337-.001 70.38 70.38 0 0 0-.462-1.289c-1.792-.23-3.608-.161-5.404-.004zM6.254 9.848c-.058-.29.319-.502.547-.326 1.183.774 2.35 1.576 3.528 2.358-1.181.774-2.344 1.577-3.521 2.359-.234.193-.604-.03-.556-.324.089-.401.233-.786.344-1.18H4.882v-1.711c.57 0 1.139-.002 1.709.002-.103-.396-.247-.78-.338-1.178z"/><path d="M12.859 10.706c1.309-.107 2.626-.047 3.938-.053.8-.012 1.6.061 2.394.154a.625.625 0 0 1 .533.404c.206.534.216 1.129.114 1.687-.064.265-.124.602-.414.712-2.549-.02-5.101-.032-7.651.008-.42-.061-.503-.558-.536-.904-.014-.539-.086-1.139.203-1.622.325-.444.946-.298 1.42-.386zM11.675 13.708c.464-.079.937-.06 1.408-.061 1.84-.008 3.679.002 5.519-.005.334.01.679.001 1 .109.214.145.1.53-.169.493-2.597.004-5.196.013-7.793-.005-.326-.005-.286-.553.036-.532zM12.037 14.452c.382-.005.764-.005 1.147 0 .001.383.026.768-.011 1.151-.094.23-.391.124-.583.155-.178-.023-.468.06-.542-.162-.035-.38-.011-.762-.011-1.144zM17.921 14.452a72.71 72.71 0 0 1 1.144-.004c-.043.415.139.918-.1 1.278-.323.004-.743.132-1.008-.082-.089-.385-.02-.798-.036-1.193z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M11.309.509c2.755-.167 5.568.686 7.733 2.406a11.435 11.435 0 0 1 3.895 5.678 11.465 11.465 0 0 1-.284 7.448 11.434 11.434 0 0 1-5.726 6.169c-2.37 1.153-5.15 1.422-7.704.78a11.475 11.475 0 0 1-6.521-4.442 11.383 11.383 0 0 1-2.124-6.906 11.375 11.375 0 0 1 2.194-6.473C4.738 2.446 7.956.691 11.31.508m.004 2.18c-2.992.188-5.813 1.96-7.308 4.554-1.282 2.166-1.603 4.867-.886 7.278a9.27 9.27 0 0 0 3.078 4.597 9.2 9.2 0 0 0 5.804 2.046 9.186 9.186 0 0 0 5.452-1.782 9.273 9.273 0 0 0 3.395-4.763 9.26 9.26 0 0 0-.106-5.744 9.26 9.26 0 0 0-4.5-5.185c-1.506-.788-3.236-1.123-4.93-1.001z"/><path fill="#fff" d="M11.314 2.688c1.693-.122 3.424.212 4.93 1.001a9.263 9.263 0 0 1 4.5 5.185 9.274 9.274 0 0 1 .106 5.744 9.273 9.273 0 0 1-3.395 4.763 9.184 9.184 0 0 1-5.452 1.782 9.197 9.197 0 0 1-5.804-2.046 9.27 9.27 0 0 1-3.078-4.597c-.718-2.411-.396-5.112.886-7.278 1.495-2.594 4.316-4.366 7.308-4.554m-.232 4.505l6.412.001V5.852c-2.137.002-4.274 0-6.412.001v1.339m0 .656c-.002 2.74.002 5.48-.002 8.22l.232.049c-.005.686-.002 1.373-.002 2.059h.535V16.92c.691.002 1.381-.005 2.072.005.115.119.205.302.394.313.242.058.413-.149.542-.319l1.877.001v1.256h.536v-2.077l.228-.006V7.848h-6.412m-4.131 2.533c.072.3.145.599.22.899h-1.99l.001 1.944h1.975l-.204.838c1.066-.617 2.134-1.229 3.198-1.846a297.292 297.292 0 0 0-3.2-1.835z"/><path fill="#fff" d="M12.692 15.536h3.19l.008.562.841-.002v.552c-.629 0-1.258.004-1.885-.002-.13-.119-.24-.313-.442-.304-.221-.037-.349.169-.485.302-.691.01-1.384.001-2.075.004v-.551l.845-.001.002-.559z"/><path fill="#231f20" d="M11.083 7.193a298.82 298.82 0 0 1 0-1.339c2.137-.001 4.274.001 6.412-.001v1.342l-6.412-.001zM11.083 7.848h6.412v8.245l-.228.006v2.077h-.536V16.92l-1.877-.001c-.13.17-.3.377-.542.319-.188-.011-.278-.194-.394-.313-.691-.01-1.381-.002-2.072-.005v1.256h-.535c0-.686-.002-1.373.002-2.059a24.284 24.284 0 0 0-.232-.049c.005-2.74 0-5.48.002-8.22m1.609 7.688l-.002.559-.845.001v.551c.691-.002 1.384.006 2.075-.004.136-.133.264-.34.485-.302.202-.01.312.185.442.304.628.006 1.256.002 1.885.002v-.552l-.841.002a52.285 52.285 0 0 1-.008-.562h-3.19zM6.952 10.381c1.072.604 2.137 1.218 3.2 1.835-1.064.617-2.132 1.229-3.198 1.846l.204-.838H5.183l-.001-1.944h1.99c-.074-.3-.148-.599-.22-.899z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.401 0h1.116c3.026.14 5.989 1.433 8.092 3.625 2.082 2.118 3.298 5.038 3.391 8.003v.714c-.089 2.975-1.307 5.904-3.395 8.029-2.098 2.182-5.046 3.475-8.062 3.629h-1.06c-2.941-.142-5.824-1.367-7.913-3.45-2.208-2.154-3.505-5.19-3.571-8.272v-.55C.059 8.67 1.332 5.654 3.51 3.501 5.582 1.397 8.46.165 11.4-.001m-.092 2.312a9.706 9.706 0 0 0-9.021 9.685 9.697 9.697 0 0 0 2.162 6.113c1.277 1.566 3.042 2.737 4.997 3.262a9.689 9.689 0 0 0 6.341-.432 9.74 9.74 0 0 0 4.849-4.499 9.733 9.733 0 0 0 .832-6.612c-.556-2.466-2.122-4.691-4.267-6.032a9.69 9.69 0 0 0-5.893-1.484z"/><path fill="#fff" d="M11.308 2.311a9.697 9.697 0 0 1 5.893 1.484c2.146 1.342 3.712 3.566 4.267 6.032a9.728 9.728 0 0 1-.832 6.612 9.744 9.744 0 0 1-4.849 4.499 9.689 9.689 0 0 1-6.341.432c-1.955-.524-3.72-1.696-4.997-3.262a9.697 9.697 0 0 1-2.162-6.113 9.691 9.691 0 0 1 2.218-6.18 9.702 9.702 0 0 1 6.803-3.505M7.315 5.424c.005 1.406.358 2.798.946 4.072.234.546 1.003.658 1.462.338.202-.137.308-.362.413-.575.548-1.2.823-2.516.829-3.835H7.316m6.849 1.68c-.334.067-.467.571-.146.746.42.15.851.271 1.273.416-2.54 3.716-5.088 7.429-7.628 11.146.558.389 1.123.766 1.68 1.157 2.544-3.718 5.087-7.436 7.637-11.15.277.328.522.683.812 1.002.242.276.725.017.679-.332.013-1.559.007-3.118.01-4.675-1.444.55-2.88 1.12-4.316 1.691z"/><path d="M7.315 5.424h3.649a9.352 9.352 0 0 1-.829 3.835c-.104.212-.211.438-.413.575-.458.319-1.228.208-1.462-.338-.588-1.273-.941-2.665-.946-4.072zM14.165 7.104a324.003 324.003 0 0 1 4.316-1.691c-.002 1.558.004 3.116-.01 4.675.046.349-.437.608-.679.332-.29-.319-.535-.674-.812-1.002-2.55 3.714-5.093 7.433-7.637 11.15-.557-.391-1.122-.768-1.68-1.157 2.54-3.716 5.088-7.429 7.628-11.146-.422-.145-.853-.266-1.273-.416-.32-.175-.187-.679.146-.746z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.462 0h1.066c2.68.139 5.314 1.153 7.332 2.933 2.474 2.119 3.982 5.279 4.14 8.526v1.013c-.128 2.898-1.318 5.741-3.341 7.826-2.098 2.207-5.056 3.541-8.094 3.702h-1.097c-2.479-.13-4.916-1.018-6.866-2.56C1.867 19.332.167 15.993 0 12.55v-1.044c.132-3.034 1.44-6.001 3.631-8.108C5.706 1.346 8.555.148 11.462 0m-.037 2.419c-2.694.138-5.282 1.495-6.949 3.612a9.597 9.597 0 0 0-2.063 6.454 9.564 9.564 0 0 0 2.171 5.605c1.584 1.937 3.949 3.223 6.445 3.458a9.555 9.555 0 0 0 5.244-.954c2.214-1.1 3.977-3.084 4.786-5.423a9.606 9.606 0 0 0-3.507-11.006 9.604 9.604 0 0 0-6.127-1.746z"/><path fill="#fff" d="M11.425 2.419a9.604 9.604 0 0 1 6.127 1.746 9.61 9.61 0 0 1 3.509 4.663 9.634 9.634 0 0 1-.002 6.343c-.809 2.339-2.572 4.322-4.786 5.423a9.555 9.555 0 0 1-5.244.954c-2.496-.235-4.861-1.522-6.445-3.458a9.566 9.566 0 0 1-2.171-5.605 9.597 9.597 0 0 1 2.063-6.454c1.667-2.117 4.255-3.474 6.949-3.612m2.089 7.302c.475-.155.974-.256 1.476-.185-.286 1.597-1.003 3.122-2.099 4.325-1.576 1.788-3.912 2.856-6.292 2.918v2.183a10.932 10.932 0 0 0 10.543-9.056c.494.098.925.367 1.326.66-.584-1.559-1.157-3.122-1.74-4.681-1.079 1.273-2.147 2.555-3.215 3.836z"/><path d="M13.514 9.721a587.574 587.574 0 0 1 3.215-3.836c.583 1.559 1.156 3.122 1.74 4.681-.401-.293-.832-.562-1.326-.66a10.927 10.927 0 0 1-3.671 6.438A10.967 10.967 0 0 1 6.6 18.962v-2.183c2.38-.062 4.716-1.13 6.292-2.918 1.096-1.202 1.813-2.728 2.099-4.325-.502-.071-1.001.03-1.476.185z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g9" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0303" d="M10.845 0h2.263c2.601.282 5.127 1.362 7.04 3.16 2.235 2.034 3.631 4.942 3.853 7.953v1.838c-.234 2.757-1.419 5.432-3.364 7.411-1.994 2.092-4.768 3.377-7.64 3.638H11.13c-2.791-.204-5.498-1.407-7.496-3.368C1.545 18.639.261 15.867.001 12.998v-1.863c.213-3.02 1.614-5.937 3.855-7.976C5.756 1.369 8.264.301 10.845 0m.647 2.287c-2.913.124-5.722 1.635-7.439 3.991-1.532 2.055-2.189 4.725-1.821 7.257a9.817 9.817 0 0 0 3.283 6.05 9.81 9.81 0 0 0 5.234 2.34 9.9 9.9 0 0 0 6.435-1.386 9.84 9.84 0 0 0 3.961-4.69 9.965 9.965 0 0 0 .147-7.037 9.838 9.838 0 0 0-3.68-4.796 9.87 9.87 0 0 0-6.121-1.73z"/><path fill="#fff" d="M11.492 2.287a9.874 9.874 0 0 1 6.121 1.73 9.85 9.85 0 0 1 3.68 4.796 9.965 9.965 0 0 1-.147 7.037 9.856 9.856 0 0 1-3.961 4.69 9.901 9.901 0 0 1-6.435 1.386 9.81 9.81 0 0 1-5.234-2.34 9.817 9.817 0 0 1-3.283-6.05c-.368-2.533.289-5.202 1.821-7.257 1.716-2.355 4.525-3.867 7.439-3.991m-.153 6.568c-.299.353.061.942.512.846.557-.152 1.098-.356 1.649-.526-.039 1.214.117 2.46-.227 3.643-.279 1.097-1.305 1.761-1.716 2.793-.753 1.504-.72 3.216-.689 4.853h2.65c.029-1.062-.11-2.164.276-3.181.227-.691.678-1.267 1.081-1.861a7.496 7.496 0 0 0 1.108-2.468c.31-1.239.17-2.526.204-3.787.562.176 1.112.391 1.681.544.441.071.776-.516.486-.855-1.176-1.674-2.36-3.345-3.537-5.019-1.162 1.67-2.32 3.345-3.477 5.019m-5.82-3.351c.01 2.04.519 4.065 1.366 5.912.343.786 1.44.973 2.121.53.352-.227.511-.631.688-.989a13.543 13.543 0 0 0 1.144-5.453H5.521z"/><path fill="#030303" d="M11.34 8.856c1.157-1.674 2.315-3.349 3.477-5.019 1.178 1.674 2.361 3.345 3.537 5.019.29.339-.045.927-.486.855-.569-.153-1.119-.368-1.681-.544-.033 1.261.106 2.548-.204 3.787a7.486 7.486 0 0 1-1.108 2.468c-.403.594-.854 1.171-1.081 1.861-.387 1.017-.247 2.12-.276 3.181h-2.65c-.031-1.637-.064-3.349.689-4.853.412-1.033 1.437-1.697 1.716-2.793.345-1.183.188-2.429.227-3.643-.551.17-1.093.374-1.649.526-.451.096-.811-.493-.512-.846zM5.521 5.506h5.319a13.543 13.543 0 0 1-1.144 5.453c-.177.359-.336.762-.688.989-.681.442-1.778.255-2.121-.53-.847-1.847-1.356-3.872-1.366-5.912z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--lane-control--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#010101" opacity=".95" d="M0 1.5h24v21H0v-21m.281.703a1.574 1.574 0 0 0-.061.493c.008 6.355-.005 12.71.007 19.065l.126.013a6.53 6.53 0 0 1-.019.138c.366.353.866.522 1.37.522 6.867-.002 13.734 0 20.601-.002.529-.012 1.076-.193 1.401-.633.137-.452.042-.933.069-1.397l.001-17.205c-.013-.363.069-.758-.152-1.077-.324-.25-.689-.504-1.118-.479-7.001-.005-14.003-.004-21.005-.001-.473-.022-.891.248-1.22.563z"/><path fill="#010101" opacity=".95" d="M.588 2.311a1.367 1.367 0 0 1 1.005-.438c6.938.002 13.875-.001 20.813.001.187.001.367.064.549.102.141.101.28.205.418.311l-.045.157.126-.009c.009 6.29 0 12.579.005 18.868a1.22 1.22 0 0 1-.063.387c-.248.343-.672.496-1.086.468-6.904-.001-13.808.001-20.712-.001-.384.014-.817-.12-.994-.492l-.069-.006C.52 15.44.535 9.221.527 3.001c-.001-.231-.012-.467.061-.69m.501.384c-.008 6.1.001 12.201-.004 18.301-.002.201.015.403.038.604l.178.149c1.464.061 2.931.01 4.396.027 5.501 0 11.001-.001 16.501.001.168-.001.335-.017.501-.039l.184-.209c.015-6.279.003-12.558.006-18.837.046-.318-.321-.476-.585-.441-6.972.002-13.944 0-20.915.001-.159.102-.331.228-.3.443z"/><path fill="#010101" opacity=".95" d="M1.997 4.588l.357.001v2.407l1.442.001V7.3H1.997V4.588zM4.097 4.589l1.87-.001-.001.303h-1.51c-.003.289-.002.577-.002.865h1.41l.001.298h-1.41l-.001.942 1.525.001.001.303H4.097V4.589zM6.397 4.588l1.78.001-.001.302c-.474.002-.948 0-1.422.002v.863l1.249.001v.297c-.416 0-.832-.001-1.248.001-.002.415-.001.83-.001 1.244l-.357.001V4.588zM8.306 4.588h2.17l-.002.303-.903.001V7.3h-.359V4.892c-.301 0-.603 0-.904-.002l-.002-.302zM12.897 4.589l.357-.001v2.408c.482.001.965 0 1.447.002l.04.229c.276-.898.671-1.755.992-2.637l.397-.003c.355.904.707 1.808 1.06 2.713h-.394l-.297-.818c-.382 0-.764.001-1.146-.003-.125.264-.17.579-.34.814-.705.02-1.411.001-2.116.007V4.589m2.565 1.592h.924c-.153-.427-.304-.855-.459-1.281-.156.426-.311.853-.465 1.281zM17.394 4.589h.382c.478.737.956 1.475 1.436 2.21.002-.737 0-1.474.001-2.211h.338l.001 2.717-.406-.016c-.46-.733-.939-1.455-1.413-2.178-.004.729-.001 1.459-.002 2.189h-.337V4.589zM20.197 4.588h1.869l.001.303c-.504.002-1.009-.001-1.513.002v.863h1.41l.001.298c-.47 0-.94-.001-1.41.001-.002.313-.001.627-.001.941l1.525.001.001.303h-1.883V4.588zM7.382 10.841l.497-.001c.232.512.461 1.025.691 1.538.226-.511.446-1.024.667-1.537l.508-.001-.001 2.76h-.362c0-.794.002-1.588-.001-2.381-.257.537-.465 1.098-.742 1.626l-.198-.019c-.255-.528-.47-1.074-.718-1.606-.005.793-.001 1.587-.002 2.38h-.339v-2.759zM10.25 10.84l.363.001c.016.68-.036 1.365.03 2.043.082.604 1.115.608 1.203.006.077-.679.014-1.367.034-2.049l.362-.001c-.006.62.011 1.24-.007 1.859 0 .32-.124.671-.43.818-.514.277-1.376.129-1.511-.522-.093-.713-.022-1.437-.044-2.155zM12.985 10.982c.422-.301.978-.187 1.429-.02v.45c-.321-.224-.747-.423-1.132-.232-.28.115-.322.55-.06.708.34.182.769.155 1.078.405.372.329.23.989-.19 1.21-.45.265-1.012.127-1.464-.064v-.473c.328.234.725.463 1.142.33.351-.052.489-.579.18-.772-.341-.183-.775-.152-1.077-.414-.333-.294-.272-.887.094-1.128zM14.599 10.84l2.221.001-.001.32-.922-.001c-.005.814-.001 1.627-.002 2.44h-.367c0-.813.001-1.626-.001-2.439h-.928v-.321zM1.706 17.088h2.17l-.002.303-.903.001V19.8h-.359v-2.408c-.301 0-.602 0-.904-.002l-.002-.302zM4.083 17.089l.356-.001c.004.566-.007 1.133.003 1.699.009.245.07.537.308.66.371.218 1 .129 1.112-.345.081-.668.018-1.345.038-2.016l.362.006c-.026.668.041 1.34-.04 2.004-.135 1.02-1.938 1.016-2.097.014-.088-.669-.021-1.348-.042-2.021zM6.897 17.089c.552.026 1.118-.066 1.66.069.585.188.575 1.144-.014 1.325.553.212.301.891.527 1.319l-.4-.002c-.097-.361.022-.83-.286-1.1-.361-.123-.755-.041-1.13-.062V19.8h-.357v-2.711m.357.304l.001.946c.345-.007.696.03 1.038-.035.406-.062.466-.72.096-.872-.372-.078-.757-.028-1.135-.039zM9.494 17.089l.382-.001c.478.738.955 1.476 1.436 2.211.002-.737.001-1.474.001-2.21l.338-.001.001 2.71-.386.005c-.481-.729-.951-1.465-1.433-2.194-.003.73-.001 1.461-.002 2.191h-.337v-2.711zM13.297 17.089l.357-.001v2.408l1.442.001v.303h-1.799v-2.711zM15.397 17.088l1.87.001-.001.302c-.504.002-1.008-.001-1.512.003v.862h1.41l.001.298c-.47 0-.94-.001-1.41.001-.002.313-.001.627-.001.941l1.525.001.001.303h-1.883v-2.712zM17.697 17.089l1.78-.001-.002.303c-.474.002-.948-.003-1.422.005l.002.86 1.248.001v.297h-1.248c-.002.415-.001.831-.001 1.246h-.357v-2.711zM19.606 17.088h2.17l-.002.303-.903.001V19.8h-.359v-2.408c-.302 0-.603 0-.904-.002l-.002-.302z"/><path fill="#fff" d="M.281 2.203c.329-.315.747-.585 1.22-.563 7.002-.003 14.004-.004 21.005.001.429-.025.794.229 1.118.479.221.319.139.714.152 1.077l-.001 17.205c-.027.464.068.945-.069 1.397-.325.44-.872.621-1.401.633-6.867.002-13.734 0-20.601.002-.504 0-1.004-.169-1.37-.522a6.53 6.53 0 0 0 .019-.138l-.126-.013C.215 15.406.228 9.051.22 2.696a1.574 1.574 0 0 1 .061-.493m.307.108c-.073.223-.062.459-.061.69C.535 9.221.52 15.44.535 21.659l.069.006c.177.372.61.506.994.492 6.904.002 13.808 0 20.712.001.414.028.838-.125 1.086-.468a1.22 1.22 0 0 0 .063-.387c-.005-6.289.004-12.578-.005-18.868l-.126.009.045-.157c-.138-.106-.277-.21-.418-.311-.182-.038-.362-.101-.549-.102-6.938-.002-13.875.001-20.813-.001a1.367 1.367 0 0 0-1.005.438z"/><path fill="#fff" d="M1.089 2.695c-.031-.215.141-.341.3-.443 6.971-.001 13.943.001 20.915-.001.264-.035.631.123.585.441-.003 6.279.009 12.558-.006 18.837l-.184.209a3.995 3.995 0 0 1-.501.039c-5.5-.002-11-.001-16.501-.001-1.465-.017-2.932.034-4.396-.027l-.178-.149a4.898 4.898 0 0 1-.038-.604c.005-6.1-.004-12.201.004-18.301m.908 1.893V7.3h1.799v-.303l-1.442-.001V4.589l-.357-.001m2.1.001V7.3H5.98l-.001-.303-1.525-.001.001-.942h1.41l-.001-.298h-1.41c0-.288-.001-.576.002-.865h1.51l.001-.303-1.87.001m2.3-.001V7.3l.357-.001c0-.414-.001-.829.001-1.244.416-.002.832-.001 1.248-.001v-.297l-1.249-.001v-.863c.474-.002.948 0 1.422-.002l.001-.302-1.78-.001m1.909 0l.002.302c.301.002.603.002.904.002V7.3h.359V4.892l.903-.001.002-.303h-2.17m4.591.001V7.3c.705-.006 1.411.013 2.116-.007.17-.235.215-.55.34-.814.382.004.764.003 1.146.003l.297.818h.394c-.353-.905-.705-1.809-1.06-2.713l-.397.003c-.321.882-.716 1.739-.992 2.637l-.04-.229c-.482-.002-.965-.001-1.447-.002V4.588l-.357.001m4.497 0V7.3h.337c.001-.73-.002-1.46.002-2.189.474.723.953 1.445 1.413 2.178l.406.016-.001-2.717h-.338c-.001.737.001 1.474-.001 2.211-.48-.735-.958-1.473-1.436-2.21h-.382m2.803-.001V7.3h1.883l-.001-.303-1.525-.001c0-.314-.001-.628.001-.941.47-.002.94-.001 1.41-.001l-.001-.298h-1.41v-.863c.504-.003 1.009 0 1.513-.002l-.001-.303h-1.869M7.382 10.841V13.6h.339c.001-.793-.003-1.587.002-2.38.248.532.463 1.078.718 1.606l.198.019c.277-.528.485-1.089.742-1.626.003.793.001 1.587.001 2.381h.362l.001-2.76-.508.001c-.221.513-.441 1.026-.667 1.537-.23-.513-.459-1.026-.691-1.538l-.497.001m2.868-.001c.022.718-.049 1.442.044 2.155.135.651.997.799 1.511.522.306-.147.43-.498.43-.818.018-.619.001-1.239.007-1.859l-.362.001c-.02.682.043 1.37-.034 2.049-.088.602-1.121.598-1.203-.006-.066-.678-.014-1.363-.03-2.043l-.363-.001m2.735.142c-.366.241-.427.834-.094 1.128.302.262.736.231 1.077.414.309.193.171.72-.18.772-.417.133-.814-.096-1.142-.33v.473c.452.191 1.014.329 1.464.064.42-.221.562-.881.19-1.21-.309-.25-.738-.223-1.078-.405-.262-.158-.22-.593.06-.708.385-.191.811.008 1.132.232v-.45c-.451-.167-1.007-.281-1.429.02m1.614-.142v.321h.928c.002.813.001 1.626.001 2.439h.367c.001-.813-.003-1.626.002-2.44l.922.001.001-.32-2.221-.001M1.706 17.088l.002.302c.302.002.603.002.904.002V19.8h.359v-2.408l.903-.001.002-.303h-2.17m2.377.001c.021.673-.046 1.352.042 2.021.159 1.002 1.962 1.006 2.097-.014.081-.664.014-1.336.04-2.004l-.362-.006c-.02.671.043 1.348-.038 2.016-.112.474-.741.563-1.112.345-.238-.123-.299-.415-.308-.66-.01-.566.001-1.133-.003-1.699l-.356.001m2.814 0V19.8h.357v-1.162c.375.021.769-.061 1.13.062.308.27.189.739.286 1.1l.4.002c-.226-.428.026-1.107-.527-1.319.589-.181.599-1.137.014-1.325-.542-.135-1.108-.043-1.66-.069m2.597 0V19.8h.337c.001-.73-.001-1.461.002-2.191.482.729.952 1.465 1.433 2.194l.386-.005-.001-2.71-.338.001c0 .736.001 1.473-.001 2.21-.481-.735-.958-1.473-1.436-2.211l-.382.001m3.803 0V19.8h1.799v-.303l-1.442-.001v-2.408l-.357.001m2.1-.001V19.8h1.883l-.001-.303-1.525-.001c0-.314-.001-.628.001-.941.47-.002.94-.001 1.41-.001l-.001-.298h-1.41v-.862c.504-.004 1.008-.001 1.512-.003l.001-.302-1.87-.001m2.3.001V19.8h.357c0-.415-.001-.831.001-1.246h1.248v-.297l-1.248-.001-.002-.86c.474-.008.948-.003 1.422-.005l.002-.303-1.78.001m1.909-.001l.002.302c.301.002.602.002.904.002V19.8h.359v-2.408l.903-.001.002-.303h-2.17z"/><path fill="#fff" d="M15.462 6.181c.154-.428.309-.855.465-1.281.155.426.306.854.459 1.281h-.924zM7.254 17.393c.378.011.763-.039 1.135.039.37.152.31.81-.096.872-.342.065-.693.028-1.038.035l-.001-.946z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--left-turn-yield-on-green--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2d2a2a" d="M7.141 0h9.517c1.459.02 2.92.016 4.379.06.299.011.587.107.867.203.147.139.267.326.264.535.048 1.259.04 2.518.064 3.777v18.851c-.153.147-.289.325-.48.425-.298.085-.613.075-.921.085-5.911.017-11.822.02-17.733.001-.301-.007-.611 0-.899-.095-.184-.124-.297-.324-.434-.493V.711c.115-.161.217-.344.388-.453a1.83 1.83 0 0 1 .741-.195C4.309.022 5.725.024 7.14.002M2.411.324a1.416 1.416 0 0 0-.523.583c-.074.314-.026.641-.035.96-.001 6.822.001 13.645-.001 20.467.015.321-.061.67.081.971.203.29.519.56.895.547 6.114-.003 12.228-.002 18.342-.001.127-.007.262-.01.374-.079.307-.197.605-.507.572-.901-.003-7.224-.001-14.449-.001-21.673.025-.361-.165-.749-.513-.881-.297-.055-.602-.02-.903-.025h-17.4C3.004.3 2.7.253 2.41.324z"/><path fill="#2d2a2a" d="M6.39 2.167c.377-.056.767-.06 1.137.049-.287.146-.618.114-.928.157-.011.215-.051.454.072.646.113.099.263.137.399.195-.157.041-.322.078-.457.173-.07.235-.125.574.071.758.278.052.564.027.844.071-.346.193-.761.149-1.137.091-.063-.299-.052-.603-.045-.906.011-.411-.039-.827.044-1.233zM8.053 2.21c.469-.146.966-.03 1.447-.058.383.017.793-.085 1.155.083-.197.063-.396.121-.593.186-.044.627.049 1.261-.037 1.885a5.02 5.02 0 0 0-.117.03c-.075-.615.025-1.237-.043-1.851-.017-.214-.273-.191-.427-.2-.339.006-.684-.029-1.018.037-.167.106-.135.342-.085.504.056.218.315.254.478.369-.161.059-.32.119-.479.182-.057.319-.038.643-.055.964l-.228-.086a53.62 53.62 0 0 1 .002-2.045zM12.677 2.092c.39.003.78-.003 1.17.005l.055.182a4.804 4.804 0 0 0-.289.087c-.071.024-.141.05-.211.075-.12.597-.005 1.207-.056 1.81l-.167.022c-.072-.631.061-1.27-.054-1.898a8.579 8.579 0 0 0-.497-.123l.049-.16zM14.323 2.156c.096-.001.192 0 .288.001-.001.546-.007 1.092-.001 1.638-.007.383.663.515.757.121.043-.612-.011-1.23.028-1.843.095.031.19.063.284.099-.011.582.006 1.165-.008 1.747.003.239-.141.481-.394.511-.253.018-.535.059-.757-.096-.13-.055-.197-.2-.19-.336-.013-.614 0-1.227-.007-1.841zM16.439 2.153c.326-.028.657-.057.982-.003.239.037.355.301.363.518.018.26-.225.433-.275.673-.025.335.152.635.246.945-.11.007-.258.043-.323-.076-.145-.277-.153-.617-.355-.866-.093-.01-.185-.001-.277.005-.021.318-.025.637-.063.953l-.297.023c-.045-.307-.037-.617-.031-.926.011-.415-.035-.834.031-1.247m.37.319c-.023.167-.026.349.094.481.185.065.369-.013.506-.139-.011-.118.013-.246-.036-.357-.151-.121-.442-.156-.564.015zM18.437 2.213l.21-.094c.203.238.308.537.482.794.058.107.189.097.292.115.02-.266.035-.532.049-.798.081-.037.161-.075.243-.111.129.461.066.942.08 1.413.005.273-.007.547-.044.817-.273-.006-.384-.273-.52-.465a.802.802 0 0 1-.179-.444 1.02 1.02 0 0 0-.218-.241c-.197.311-.14.689-.163 1.039l-.227.101a14.804 14.804 0 0 1-.005-2.127zM4.651 2.15l.215-.002c.015.552.001 1.105.005 1.657-.005.103.032.201.061.298.303.001.611-.012.903.083a6.35 6.35 0 0 1-.115.253c-.351-.011-.703-.001-1.054-.004-.039-.761-.013-1.523-.015-2.284zM10.666 6.19c.098-.075.191-.161.303-.216.399-.011.799-.007 1.199-.003.213.036.237.351.067.453-.341.051-.709-.072-1.029.084-.013.235-.015.471.003.707.221.067.453.068.675.129 0 .132-.001.287-.147.343-.183.015-.375-.006-.536.101.013.303-.065.624.059.911.379.038.783-.074 1.137.099.003.095.007.189.012.284-.369.048-.741.014-1.11.025-.213-.006-.447.037-.633-.093.003-.941.003-1.882-.001-2.823zM9.137 6.193c.016-.199.248-.163.389-.18.094.133.079.298.08.452-.007.85.004 1.7-.005 2.549-.093.178-.337.083-.475.013.014-.945-.007-1.891.01-2.835zM13.429 6.056l.266.157c.054.439.017.881.023 1.321.006.433-.041.875.087 1.296.41.097.847-.015 1.245.148a7.326 7.326 0 0 1-1.668.023c-.027-.555-.001-1.111-.009-1.667.008-.426-.047-.859.056-1.277zM6.5 6.126c.091.037.21.045.255.147.158.279.263.587.445.855.297-.156.4-.488.534-.771.049-.137.193-.184.31-.246.014.063.022.127.024.191-.13.563-.594 1.025-.553 1.628-.003.352.019.705-.021 1.057-.091.036-.181.071-.271.108-.215-.465.043-1.004-.148-1.477-.201-.458-.432-.901-.644-1.354l.069-.139zM15.882 6.195c.363-.162.814-.121 1.167.051.337.302.499.773.485 1.221.018.508-.027 1.107-.454 1.451-.36.197-.797.106-1.189.089-.045-.512-.009-1.027-.018-1.54.003-.424-.017-.849.01-1.272m.328.5c-.016.564-.003 1.129-.007 1.694-.019.14.121.217.193.317.249-.022.526-.117.657-.346.026-.186.009-.375.027-.561.073-.313-.019-.629-.031-.945-.135-.199-.322-.463-.595-.422-.137-.005-.207.154-.244.262zM5.839 10.898c.362-.069.735.239.819.581.024.479.032.963-.008 1.441-.087.555-.909.709-1.241.293-.097-.214-.229-.431-.217-.675.007-.363-.051-.746.125-1.081.061-.267.279-.459.523-.559m-.231.767c.003.473-.061.958.083 1.417.146.007.294.03.439.001.336-.278.253-.769.261-1.155-.022-.211-.019-.52-.277-.58-.209-.113-.545.055-.506.316zM10.383 11.49a.622.622 0 0 1 .632-.535c.268.054.57.245.538.555-.292-.132-.622-.324-.935-.131a7.686 7.686 0 0 0-.011 1.654.936.936 0 0 0 .716.044c.009-.124.02-.248.006-.372l-.085-.113a3.69 3.69 0 0 1-.07-.21c.11-.003.221-.004.331-.006.1.263.137.571-.001.828-.174.147-.42.177-.64.159-.179-.02-.397-.085-.444-.284-.15-.514-.129-1.067-.037-1.589zM7.335 11.111c.145-.021.293-.021.44-.011.133.353.305.688.456 1.033.286-.243.117-.659.161-.981l.291.001c-.003.259-.021.522.044.776.041.433-.001.869.023 1.304-.087.055-.175.11-.264.163-.311-.447-.491-.968-.781-1.428-.159.433-.073.898-.1 1.349l-.272-.017c-.005-.729-.005-1.459.001-2.188zM12.383 11.149a3.36 3.36 0 0 1 1.149.025c.041.161.101.323.085.492-.028.239-.185.436-.235.669.021.329.281.662.102.986-.273-.232-.322-.62-.428-.944a5.623 5.623 0 0 0-.468-.011c-.09.311-.054.639-.112.955-.146-.183-.123-.433-.127-.653.02-.506-.022-1.013.033-1.518m.257.256c-.075.117-.081.341.049.431.185.009.369.009.554-.005.153-.09.133-.362-.001-.461-.195.008-.433-.067-.602.036zM14.396 11.159a2.309 2.309 0 0 1 1.135.046c-.257.142-.571.039-.848.116-.155.098-.173.347-.063.485.197.114.464.149.555.389-.214.12-.62.081-.623.405-.007.162-.025.381.129.484.293.049.598.013.881.118-.375.151-.787.103-1.178.058-.047-.463.005-.929-.019-1.393a4 4 0 0 1 .031-.709zM16.185 11.141c.356-.053.739-.055 1.071.099-.315.045-.637.032-.948.105-.03.177-.034.358.03.529l.424.097c.004.088.007.177.013.265-.154.04-.307.082-.46.124-.053.244-.052.496.017.737.322.024.655-.01.963.105-.374.155-.788.1-1.179.061-.024-.555.003-1.111-.013-1.666.015-.15-.028-.336.082-.456zM18.919 11.109l.04-.075c.145.51.094 1.043.108 1.566.005.245-.027.489-.081.728-.344-.413-.425-.987-.828-1.356-.224.42-.08.915-.197 1.363a2.713 2.713 0 0 1-.096-.802c.012-.459-.015-.918.037-1.375.463.192.54.731.763 1.121.079-.086.186-.167.191-.295.041-.291.02-.586.063-.876z"/><path fill="#15682c" d="M2.411.324C2.701.253 3.004.3 3.3.292h17.4c.301.005.605-.03.903.025.349.132.539.52.513.881 0 7.224-.002 14.449.001 21.673.033.395-.265.704-.572.901-.112.069-.247.072-.374.079-6.114-.001-12.228-.002-18.342.001-.375.013-.691-.257-.895-.547-.142-.301-.066-.65-.081-.971.003-6.822.001-13.645.001-20.467.009-.319-.039-.646.035-.96.113-.236.299-.446.523-.583m.099.061c-.252.136-.438.369-.567.621-.023.175-.011.351-.013.527.003 7.133-.002 14.267.003 21.401.082.445.491.855.961.835 5.913-.003 11.825-.001 17.738-.001.217-.004.437.014.653-.014.285-.108.549-.294.717-.551a3.43 3.43 0 0 0 .011-.268c-.003-7.314.003-14.629-.003-21.943-.091-.262-.345-.471-.579-.617-.421-.021-.843-.002-1.265-.009C14.366.365 8.564.368 2.763.365a1.233 1.233 0 0 0-.251.019z"/><path fill="#15682c" d="M6.228 2.129c.352-.171.759-.063 1.135-.089.149-.032.202.129.269.226-.272.194-.621.053-.925.119-.135.142-.11.337-.027.497.184.074.48.101.465.36a10.75 10.75 0 0 0-.099.109l-.381.024a6.228 6.228 0 0 0-.001.723c.311.005.621-.001.932.013l-.002.256a7.427 7.427 0 0 0-.127.124c-.335-.001-.671.019-1.006-.006-.095-.044-.177-.11-.261-.172 0-.639.002-1.278-.001-1.917.005-.089-.007-.182.028-.266m.163.037c-.083.407-.033.822-.044 1.233-.007.303-.017.607.045.906.376.059.791.103 1.137-.091-.28-.043-.566-.019-.844-.071-.195-.184-.141-.523-.071-.758.135-.095.299-.132.457-.173-.136-.057-.286-.096-.399-.195-.123-.192-.083-.431-.072-.646.31-.043.641-.011.928-.157-.369-.109-.759-.105-1.137-.049zM7.939 2.105c.137-.045.278-.079.423-.069.723.011 1.447-.006 2.17.008l.125.127a5.105 5.105 0 0 0 0 .175c-.179.017-.366.009-.528.098.004.564.002 1.128.003 1.691.009.137-.062.257-.108.38-.07-.055-.141-.109-.212-.162-.025-.636-.004-1.273-.01-1.909-.284-.131-.601-.064-.902-.076-.173.01-.365-.036-.517.071.007.147.011.294.014.441.19.071.495.094.482.361l-.097.111c-.128.007-.255.015-.383.021-.049.374.089.791-.145 1.122l-.226-.013c-.045-.113-.109-.226-.099-.353.006-.675-.009-1.349.009-2.024m.115.105a53.62 53.62 0 0 0-.002 2.045l.228.086c.017-.321-.001-.645.055-.964.159-.063.318-.123.479-.182-.163-.115-.422-.151-.478-.369-.049-.162-.081-.398.085-.504.334-.065.679-.031 1.018-.037.155.009.411-.014.427.2.068.614-.032 1.236.043 1.851a5.02 5.02 0 0 1 .117-.03c.086-.624-.007-1.258.037-1.885.197-.065.395-.123.593-.186-.362-.168-.772-.067-1.155-.083-.481.028-.978-.088-1.447.058zM16.34 2.113c.276-.111.577-.074.867-.073.21.021.452.081.575.269.033.184.025.373.019.558.003.233-.307.351-.266.594.021.341.389.632.217.984-.142-.005-.314-.027-.375-.177-.113-.276-.177-.572-.319-.837l-.093-.046c-.101.005-.154.055-.159.149-.015.296.008.593-.019.888-.129.008-.259.011-.388.017-.101-.174-.065-.379-.07-.571.007-.585-.01-1.171.009-1.755m.101.04c-.067.413-.021.832-.031 1.247-.007.309-.014.619.031.926l.297-.023c.039-.317.043-.635.063-.953.092-.006.185-.015.277-.005.202.249.209.589.355.866.065.119.213.083.323.076-.094-.311-.271-.611-.246-.945.051-.239.293-.413.275-.673-.008-.217-.124-.481-.363-.518-.325-.055-.656-.025-.982.003zM18.337 2.106l.405-.016c.184.231.304.501.41.774l.177-.037c.091-.231.063-.482.073-.725l.396-.009c.009.782.019 1.565-.006 2.347-.11-.015-.241.015-.327-.073-.153-.113-.161-.321-.237-.482.136.191.247.459.52.465.037-.271.049-.544.044-.817-.014-.471.049-.953-.08-1.413l-.243.111c-.015.266-.029.532-.049.798-.103-.018-.234-.008-.292-.115-.174-.257-.279-.556-.482-.794l-.21.094c-.054.707-.043 1.42.005 2.127l.227-.101c.023-.349-.034-.727.163-1.039.081.072.163.145.218.241a16.288 16.288 0 0 0-.182-.099c-.141.269-.038.586-.079.877-.063.12-.179.255-.331.211-.139-.021-.123-.19-.127-.295.005-.677-.005-1.353.006-2.029zM12.629 2.252c.167.035.333.078.497.123.115.628-.018 1.267.054 1.898l.167-.022c.051-.603-.064-1.213.056-1.81.07-.025.14-.051.211-.075-.033.077-.079.153-.081.24-.017.531.009 1.062-.009 1.593-.047.218-.274.179-.441.164-.021-.642-.007-1.285-.007-1.927-.139-.092-.366-.016-.449-.183zM13.413 5.905a.498.498 0 0 1 .379.125c.027.813.002 1.627.012 2.441-.011.105.041.197.101.281.376.104.833-.115 1.162.141l.001.151c-.094.049-.185.123-.298.113-.421.001-.842.004-1.263-.001-.093.004-.159-.071-.233-.115-.002-.925-.002-1.85-.001-2.775-.007-.135.086-.243.14-.36m.016.15c-.103.419-.048.851-.056 1.277.008.556-.019 1.112.009 1.667a7.326 7.326 0 0 0 1.668-.023c-.397-.163-.835-.051-1.245-.148-.127-.421-.081-.863-.087-1.296-.006-.44.031-.882-.023-1.321a36.928 36.928 0 0 0-.266-.157zM6.333 5.961c.161.011.36-.021.461.138.173.256.281.549.433.817.17-.179.342-.366.402-.613.056-.289.388-.367.642-.339.031.391-.239.706-.373 1.053-.097.261-.316.485-.298.779-.007.433.007.866-.007 1.299-.186-.013-.429.085-.563-.088-.103-.491.108-1.041-.147-1.501a40.996 40.996 0 0 0-.484-.988c-.097-.17-.062-.37-.066-.556m.167.164l-.069.139c.212.453.443.896.644 1.354.191.473-.067 1.012.148 1.477.09-.037.18-.072.271-.108.041-.351.018-.705.021-1.057-.041-.603.423-1.065.553-1.628a1.008 1.008 0 0 0-.024-.191c-.117.062-.261.109-.31.246-.134.283-.237.615-.534.771-.181-.267-.287-.575-.445-.855-.045-.103-.165-.11-.255-.147zM15.881 5.973c.356.007.734-.067 1.069.089.441.176.657.683.647 1.134-.017.475.065.977-.132 1.425-.127.262-.379.522-.695.485-.346-.021-.71.059-1.043-.059.008-.979-.009-1.957.009-2.935l.145-.139m.001.222c-.027.423-.007.848-.01 1.272.009.513-.027 1.028.018 1.54.392.017.829.107 1.189-.089.427-.344.472-.943.454-1.451.015-.447-.148-.919-.485-1.221-.353-.172-.803-.213-1.167-.051zM10.801 10.905c.309-.095.568.101.796.28.004.132.007.265.007.397-.193.014-.329-.133-.49-.211-.138-.013-.335-.053-.411.099-.147.312-.093.667-.099 1.001.019.215.017.506.257.597.123.082.261-.013.384-.045.027-.107.056-.211.085-.317.014.124.003.248-.006.372a.936.936 0 0 1-.716-.044 7.686 7.686 0 0 1 .011-1.654c.313-.193.643-.001.935.131.032-.311-.27-.501-.538-.555a.622.622 0 0 0-.632.535c-.092.523-.113 1.075.037 1.589.047.199.265.264.444.284.22.019.466-.011.64-.159.138-.257.101-.565.001-.828-.111.002-.221.003-.331.006.021.071.045.141.07.21l-.183-.037-.007-.197c.147-.085.319-.057.48-.064.234.282.093.658.045.979-.186.077-.361.193-.561.231-.223.005-.409-.145-.609-.223-.091-.437-.282-.875-.199-1.329a4.97 4.97 0 0 0 .141-.649c.037-.219.278-.304.449-.401zM12.267 11.155c.071-.054.136-.135.237-.119.3-.001.601-.013.901.014.201.045.249.279.327.439.188.3-.217.512-.277.778.009.334.19.637.218.971a10 10 0 0 0-.083.137.812.812 0 0 1-.197.003 1.558 1.558 0 0 1-.335-1.001c.106.324.155.712.428.944.179-.324-.081-.657-.102-.986.049-.233.207-.43.235-.669.016-.169-.043-.331-.085-.492a3.36 3.36 0 0 0-1.149-.025c-.055.505-.013 1.012-.033 1.518.004.22-.019.47.127.653.058-.316.022-.643.112-.955.023.336.016.674.002 1.011-.117.023-.222-.023-.318-.084-.011-.713-.001-1.425-.006-2.137zM14.391 11.034c.382.003.764-.003 1.145.006l-.002.317c-.292.027-.609-.059-.879.082l.006.315c.195.068.393.132.597.173l.006.348a5.245 5.245 0 0 0-.605.164l.007.575c.297.12.62.067.932.09l-.005.187-.129.125c-.393-.013-.799.061-1.178-.075-.031-.689-.007-1.38-.013-2.069-.014-.1.066-.167.119-.24m.004.127a4 4 0 0 0-.031.709c.024.464-.028.93.019 1.393.391.045.803.093 1.178-.058-.283-.105-.589-.069-.881-.118-.154-.103-.136-.322-.129-.484.003-.325.409-.285.623-.405-.091-.24-.358-.275-.555-.389-.109-.138-.091-.387.063-.485.277-.077.591.026.848-.116a2.309 2.309 0 0 0-1.135-.046zM16.129 11.038c.379-.006.759-.005 1.138.004l.001.313c-.289.006-.579.007-.869.013l-.016.401c.159.051.329.069.481.141a.593.593 0 0 1 .134.357c-.207.041-.41.097-.611.163.003.198.004.396.003.595.301.118.627.051.94.08-.001.085-.003.169-.003.254-.422.017-.844.013-1.266.004a.696.696 0 0 1-.057-.295c.005-.635-.003-1.271.004-1.906l.122-.125m.055.104c-.11.12-.067.306-.082.456.016.555-.011 1.111.013 1.666.391.039.805.094 1.179-.061-.309-.115-.641-.081-.963-.105a1.495 1.495 0 0 1-.017-.737c.153-.042.306-.084.46-.124-.006-.088-.009-.177-.013-.265l-.424-.097a1.011 1.011 0 0 1-.03-.529c.311-.073.633-.061.948-.105-.333-.155-.715-.152-1.071-.099zM17.873 11.028c.143.013.34.028.399.185.131.301.278.594.431.885.182-.273.053-.611.11-.914l.106-.074c-.043.29-.022.585-.063.876-.005.127-.113.209-.191.295-.223-.391-.299-.929-.763-1.121-.052.457-.025.916-.037 1.375-.009.271.025.541.096.802.117-.448-.027-.943.197-1.363.403.369.484.943.828 1.356.054-.239.086-.483.081-.728-.014-.523.037-1.056-.108-1.566.08.057.16.113.241.168 0 .667.005 1.335-.001 2.003-.055.094-.18.196-.293.158-.297-.388-.479-.855-.757-1.253-.05.355-.007.715-.029 1.071-.007.076-.073.129-.109.192a7.603 7.603 0 0 0-.211-.009.632.632 0 0 1-.063-.296c.005-.634-.004-1.269.005-1.903l.132-.137zM11.184 15.127c.501-.058 1.012-.023 1.516-.021.721.208 1.455.49 2 1.027.397.373.659.862.877 1.355.023.451.156.901.067 1.353-.068.272-.002.573-.163.82-.321.751-.899 1.404-1.647 1.749-.364.171-.74.333-1.137.41-.422.024-.845.01-1.268.009-.282.006-.544-.113-.803-.208-1.131-.385-2.047-1.375-2.287-2.553.005-.537-.091-1.103.123-1.613.231-.753.8-1.361 1.451-1.785.382-.267.84-.382 1.271-.545z"/><path fill="#fff" d="M2.511.385c.083-.015.167-.021.251-.019 5.801.003 11.603 0 17.404.001.421.007.843-.013 1.265.009.234.147.489.355.579.617.007 7.314 0 14.629.003 21.943 0 .089-.003.179-.011.268a1.47 1.47 0 0 1-.717.551c-.217.028-.436.01-.653.014-5.913 0-11.825-.002-17.738.001-.47.019-.879-.391-.961-.835-.005-7.133.001-14.267-.003-21.401.002-.176-.009-.353.013-.527.129-.252.315-.485.567-.621m3.718 1.743c-.035.084-.023.177-.028.266.003.639.001 1.279.001 1.917.084.062.166.128.261.172.335.025.671.005 1.006.006l.127-.124.002-.256c-.311-.013-.621-.007-.932-.013a6.228 6.228 0 0 1 .001-.723l.381-.024.099-.109c.015-.259-.281-.286-.465-.36-.083-.16-.109-.355.027-.497.305-.065.653.075.925-.119-.067-.097-.121-.258-.269-.226-.377.026-.783-.082-1.135.089m1.71-.023c-.018.675-.003 1.349-.009 2.024-.011.127.053.239.099.353l.226.013c.233-.331.095-.748.145-1.122.128-.006.255-.013.383-.021a9.62 9.62 0 0 0 .097-.111c.013-.267-.292-.291-.482-.361a16.232 16.232 0 0 0-.014-.441c.151-.107.343-.061.517-.071.301.012.618-.055.902.076.006.636-.015 1.273.01 1.909.071.053.142.107.212.162.046-.123.117-.243.108-.38-.001-.563.001-1.127-.003-1.691.162-.089.349-.081.528-.098a5.105 5.105 0 0 1 0-.175l-.125-.127c-.723-.014-1.447.003-2.17-.008a1.129 1.129 0 0 0-.423.069m8.4.008c-.019.585-.002 1.17-.009 1.755.005.191-.031.397.07.571.129-.007.259-.009.388-.017.027-.295.004-.592.019-.888.005-.094.059-.143.159-.149l.093.046c.142.265.205.561.319.837.061.151.233.172.375.177.171-.352-.196-.643-.217-.984-.041-.243.269-.361.266-.594.006-.185.013-.374-.019-.558-.123-.188-.365-.248-.575-.269-.29-.001-.591-.039-.867.073m1.995-.007c-.011.676-.001 1.353-.006 2.029.003.105-.012.274.127.295.151.043.267-.091.331-.211.041-.291-.062-.607.079-.877l.182.099a.802.802 0 0 0 .179.444c.075.161.084.369.237.482.086.087.217.058.327.073.025-.781.015-1.565.006-2.347l-.396.009c-.01.243.017.493-.073.725l-.177.037c-.106-.273-.226-.543-.41-.774l-.405.016m-5.661-.014l-.049.16c.083.167.309.091.449.183-.001.643-.015 1.285.007 1.927.167.015.394.054.441-.164.018-.531-.008-1.062.009-1.593.001-.087.048-.163.081-.24.095-.033.191-.059.289-.087a12.588 12.588 0 0 1-.055-.182c-.39-.009-.78-.003-1.17-.005m1.644.065c.007.614-.005 1.227.007 1.841-.007.136.06.281.19.336.221.155.504.114.757.096.253-.031.397-.273.394-.511.014-.582-.003-1.165.008-1.747a7.344 7.344 0 0 0-.284-.099c-.039.613.015 1.231-.028 1.843-.093.394-.764.263-.757-.121-.006-.546-.001-1.092.001-1.638a13.825 13.825 0 0 0-.288-.001M4.651 2.15c.003.761-.024 1.523.015 2.284.351.003.703-.007 1.054.004.041-.083.079-.167.115-.253-.292-.095-.599-.082-.903-.083-.029-.097-.066-.195-.061-.298-.004-.552.009-1.105-.005-1.657l-.215.002m8.762 3.756c-.054.117-.147.225-.14.36-.001.925-.001 1.851.001 2.775.073.043.14.119.233.115.421.005.842.002 1.263.001.113.009.204-.065.298-.113l-.001-.151c-.329-.256-.786-.037-1.162-.141-.059-.083-.112-.175-.101-.281-.01-.813.015-1.627-.012-2.441a.5.5 0 0 0-.379-.125m-7.08.057c.004.186-.031.386.066.556.166.327.327.657.484.988.255.46.044 1.01.147 1.501.134.173.377.075.563.088.014-.433 0-.866.007-1.299-.018-.293.201-.518.298-.779.135-.347.405-.662.373-1.053-.254-.028-.586.05-.642.339-.06.247-.232.434-.402.613-.152-.268-.26-.561-.433-.817-.101-.159-.3-.127-.461-.138m9.548.013l-.145.139c-.018.978-.001 1.957-.009 2.935.333.117.697.038 1.043.059.317.037.568-.223.695-.485.197-.449.115-.951.132-1.425.009-.451-.206-.958-.647-1.134-.335-.156-.713-.082-1.069-.089m-5.215.217c.004.941.003 1.882.001 2.823.186.13.419.087.633.093.369-.011.741.023 1.11-.025a13.48 13.48 0 0 1-.012-.284c-.354-.173-.759-.061-1.137-.099-.124-.287-.047-.608-.059-.911.161-.107.353-.086.536-.101.145-.057.147-.211.147-.343-.221-.061-.454-.062-.675-.129a5.212 5.212 0 0 1-.003-.707c.32-.156.688-.033 1.029-.084.17-.103.146-.417-.067-.453a28.196 28.196 0 0 0-1.199.003c-.112.055-.205.141-.303.216m-1.53.004c-.017.944.004 1.89-.01 2.835.138.07.382.165.475-.013.009-.849-.002-1.699.005-2.549-.001-.154.014-.319-.08-.452-.141.017-.373-.019-.389.18m1.663 4.711c-.171.097-.412.181-.449.401a5.14 5.14 0 0 1-.141.649c-.083.454.107.891.199 1.329.2.077.387.228.609.223.2-.038.375-.154.561-.231.049-.321.189-.697-.045-.979-.161.007-.333-.021-.48.064l.007.197.183.037.085.113c-.029.106-.058.211-.085.317-.123.032-.261.127-.384.045-.24-.091-.238-.382-.257-.597.007-.333-.047-.689.099-1.001.076-.152.273-.113.411-.099.161.077.297.225.49.211 0-.133-.003-.265-.007-.397-.228-.179-.487-.375-.796-.28m-4.962-.009c-.244.1-.462.291-.523.559-.176.335-.118.718-.125 1.081-.012.244.12.461.217.675.332.417 1.154.263 1.241-.293.04-.478.032-.962.008-1.441-.083-.342-.457-.649-.819-.581m6.429.257c.005.713-.005 1.425.006 2.137.096.061.201.107.318.084a9.215 9.215 0 0 0-.002-1.011c.156-.002.312-.001.468.011-.011.363.115.715.335 1.001a.812.812 0 0 0 .197-.003 10 10 0 0 0 .083-.137c-.028-.334-.209-.637-.218-.971.06-.266.465-.478.277-.778-.078-.16-.127-.393-.327-.439-.299-.027-.601-.015-.901-.014-.101-.016-.165.065-.237.119m2.125-.12c-.053.073-.133.14-.119.24.006.689-.017 1.381.013 2.069.379.135.785.062 1.178.075.043-.043.085-.084.129-.125l.005-.187c-.312-.023-.635.03-.932-.09l-.007-.575a5.3 5.3 0 0 1 .605-.164l-.006-.348a4.624 4.624 0 0 1-.597-.173l-.006-.315c.27-.141.587-.055.879-.082l.002-.317c-.381-.009-.763-.003-1.145-.006m1.739.002l-.122.125c-.007.635.001 1.271-.004 1.906a.7.7 0 0 0 .057.295c.422.009.844.013 1.266-.004l.003-.254c-.313-.029-.639.038-.94-.08a23.58 23.58 0 0 0-.003-.595c.201-.066.404-.123.611-.163a.593.593 0 0 0-.134-.357c-.152-.072-.322-.09-.481-.141l.016-.401c.289-.006.579-.007.869-.013l-.001-.313c-.379-.009-.759-.01-1.138-.004m1.745-.011l-.132.137c-.009.635 0 1.269-.005 1.903a.62.62 0 0 0 .063.296c.071.003.141.005.211.009.037-.063.102-.116.109-.192.022-.357-.021-.716.029-1.071.278.397.461.865.757 1.253.113.038.239-.064.293-.158.005-.667.001-1.335.001-2.003a13.003 13.003 0 0 1-.241-.168l-.04.075-.106.074c-.057.303.072.641-.11.914-.153-.291-.3-.583-.431-.885-.059-.157-.255-.172-.399-.185m-10.537.084a159.58 159.58 0 0 0-.001 2.188l.272.017c.027-.451-.059-.915.1-1.349.29.46.469.981.781 1.428.089-.053.177-.108.264-.163-.025-.435.017-.871-.023-1.304-.065-.254-.047-.517-.044-.776l-.291-.001c-.044.323.125.739-.161.981-.151-.345-.323-.68-.456-1.033a2.021 2.021 0 0 0-.44.011m3.848 4.017c-.431.163-.889.277-1.271.545-.651.423-1.219 1.031-1.451 1.785-.214.51-.117 1.076-.123 1.613.239 1.177 1.155 2.167 2.287 2.553.259.095.521.214.803.208.423.001.846.015 1.268-.009.397-.077.773-.239 1.137-.41.747-.345 1.325-.998 1.647-1.749.161-.247.095-.548.163-.82.089-.453-.044-.903-.067-1.353-.218-.493-.48-.982-.877-1.355-.545-.537-1.279-.819-2-1.027-.504-.002-1.015-.037-1.516.021z"/><path fill="#fff" d="M16.81 2.471c.122-.171.413-.136.564-.015.049.111.025.239.036.357-.137.126-.321.203-.506.139-.12-.133-.117-.315-.094-.481zM16.211 6.695c.037-.108.107-.267.244-.262.273-.041.459.223.595.422.013.315.105.631.031.945-.019.186-.001.375-.027.561-.131.229-.407.324-.657.346-.072-.1-.211-.177-.193-.317.004-.565-.009-1.13.007-1.694zM5.609 11.665c-.039-.261.297-.429.506-.316.258.06.255.369.277.58-.009.386.075.877-.261 1.155-.145.029-.293.005-.439-.001-.143-.459-.079-.945-.083-1.417zM12.639 11.406c.169-.103.407-.028.602-.036.134.099.153.371.001.461a4.268 4.268 0 0 1-.554.005c-.129-.09-.123-.313-.049-.431z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--length-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.58.499c2.468-.28 5.024.27 7.154 1.554 2.288 1.375 4.082 3.568 4.933 6.104.805 2.351.814 4.964.022 7.32a11.431 11.431 0 0 1-4.693 6c-2.142 1.387-4.768 1.993-7.302 1.735a11.392 11.392 0 0 1-7.01-3.384 11.386 11.386 0 0 1-3.188-6.743A11.445 11.445 0 0 1 1.99 6.077C3.773 3.01 7.046.863 10.581.498m-.2 2.218c-2.969.451-5.636 2.466-6.9 5.189a9.28 9.28 0 0 0-.372 6.977 9.266 9.266 0 0 0 3.334 4.472 9.168 9.168 0 0 0 5.561 1.742 9.176 9.176 0 0 0 5.561-1.969 9.225 9.225 0 0 0 3.192-4.751 9.28 9.28 0 0 0-.622-6.662 9.252 9.252 0 0 0-9.754-4.998z"/><path fill="#fff" d="M10.381 2.716a9.252 9.252 0 0 1 9.754 4.998 9.28 9.28 0 0 1 .622 6.662 9.225 9.225 0 0 1-3.192 4.751 9.174 9.174 0 0 1-5.561 1.969 9.176 9.176 0 0 1-5.561-1.742 9.279 9.279 0 0 1-3.334-4.472 9.28 9.28 0 0 1 .372-6.977c1.264-2.723 3.931-4.738 6.9-5.189m-.278 3.776l-.001 5.035h8.088V6.492h-8.087M8.075 8.873c-.289.652-.574 1.304-.862 1.956-.509-.001-1.018.001-1.525-.002.004.578.002 1.156 0 1.733.353-.002.706-.002 1.058 0-.167.557-.803.268-1.226.335v.287c.337 0 .674 0 1.012-.002.116.478.497.928 1.027.901.523.017.893-.431 1.01-.901.304.002.607.002.911.001a27.268 27.268 0 0 1-.002-.286c-.313 0-.625 0-.937.002l-.162-.341c.281.002.56.002.841.005-.002-1.23-.001-2.459-.001-3.689l-1.144.001m2.027 3.073v1.234l4.907.001c.115.496.529.953 1.078.898.505-.01.835-.449.955-.898h1.148v-1.234l-8.088-.001M9.4 15.504c-.19.115-.188.373-.264.557.25-.025.396-.228.588-.358.253-.082.377.313.194.454-.313.294-.698.538-.826.976.418.028.835.02 1.253.02l-.001-.292c-.269 0-.538-.002-.805-.006.293-.263.784-.44.806-.895.014-.475-.589-.697-.946-.456m1.431-.008c-.385.322-.326.928-.204 1.364.136.439.84.47 1.014.048.144-.354.13-.762.035-1.127-.096-.35-.557-.478-.845-.286m-5.303.901c.361.212.724.421 1.084.635a28.575 28.575 0 0 1-.085-.313l1.937.001-.001-.654-1.925.001c.016-.071.046-.211.06-.282-.353.21-.712.409-1.069.612m7.156-.566c-.004.44-.001.881-.004 1.321l.343.004c-.004-.341-.001-.682.019-1.022.126-.004.252-.006.379-.007.037.343.038.688.036 1.032l.332-.001c0-.287-.017-.576.018-.862.012-.21.239-.158.383-.193.032.35.034.702.03 1.054.086-.001.259-.002.344-.004-.007-.354.025-.713-.029-1.064-.125-.337-.521-.276-.781-.155-.223-.106-.463-.092-.696-.028-.126-.026-.251-.052-.376-.074m4.435-.044l.042.282c-.636-.008-1.271-.002-1.907-.005l-.001.654c.646-.002 1.29 0 1.934-.001l-.089.316c.361-.212.722-.426 1.086-.634-.355-.205-.712-.406-1.066-.612z"/><path fill="#fff" d="M10.97 15.769l.035-.086c.461-.122.384.479.396.767.016.227-.122.665-.412.436-.149-.348-.137-.762-.019-1.116z"/><path fill="#011323" d="M10.103 6.492h8.087v5.035h-8.088l.001-5.035zM8.075 8.873l1.144-.001c0 1.23-.001 2.459.001 3.689-.281-.002-.56-.002-.841-.005l.162.341c.312-.002.624-.002.937-.002l.002.286c-.304.001-.607.001-.911-.001-.118.47-.487.918-1.01.901-.53.026-.911-.424-1.027-.901-.337.002-.674.002-1.012.002v-.287c.424-.067 1.06.222 1.226-.335a93.281 93.281 0 0 0-1.058 0c.002-.577.004-1.154 0-1.733.508.004 1.016.001 1.525.002.288-.652.572-1.304.862-1.956zM10.102 11.946l8.088.001v1.234h-1.148c-.12.449-.45.888-.955.898-.548.055-.962-.402-1.078-.898l-4.907-.001v-1.234zM9.4 15.504c.356-.241.96-.019.946.456-.023.455-.514.632-.806.895.268.004.536.006.805.006l.001.292c-.418 0-.835.007-1.253-.02.127-.438.512-.682.826-.976.182-.14.059-.535-.194-.454-.192.13-.338.332-.588.358.076-.184.074-.442.264-.557zM10.83 15.496c.288-.192.749-.065.845.286.095.365.109.773-.035 1.127-.174.422-.878.391-1.014-.048-.122-.437-.181-1.043.204-1.364m.14.272c-.118.354-.13.768.019 1.116.289.229.427-.209.412-.436-.012-.288.065-.889-.396-.767l-.035.086zM5.527 16.396c.358-.203.716-.402 1.069-.612-.014.071-.044.211-.06.282l1.925-.001.001.654-1.937-.001.085.313c-.36-.214-.722-.422-1.084-.635zM12.684 15.83c.125.023.25.048.376.074.233-.065.473-.078.696.028.26-.121.656-.182.781.155.054.352.022.71.029 1.064l-.344.004c.004-.352.002-.703-.03-1.054-.144.035-.371-.017-.383.193-.035.286-.018.575-.018.862l-.332.001a9.119 9.119 0 0 0-.036-1.032c-.127.001-.253.004-.379.007-.02.341-.023.682-.019 1.022-.086-.001-.258-.002-.343-.004.002-.44 0-.881.004-1.321zM17.117 15.787c.354.206.71.407 1.066.612-.364.208-.725.421-1.086.634l.089-.316c-.644.001-1.289-.001-1.934.001l.001-.654c.636.002 1.271-.004 1.907.005l-.042-.282z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--length-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.617 0h.749c2.816.101 5.602 1.194 7.678 3.109 2.393 2.124 3.817 5.248 3.956 8.435v.865c-.108 2.437-.928 4.848-2.412 6.792-2.118 2.869-5.574 4.655-9.131 4.799h-.809c-2.71-.096-5.394-1.103-7.442-2.891C1.669 18.984.142 15.758 0 12.461v-.88c.126-3.257 1.604-6.449 4.079-8.582C6.136 1.152 8.862.105 11.617 0m-.869 3.208c-2.754.365-5.272 2.131-6.569 4.584-1.79 3.205-1.267 7.501 1.249 10.178a8.817 8.817 0 0 0 5.603 2.856c2.068.23 4.218-.284 5.934-1.468a8.877 8.877 0 0 0 3.521-4.736c.671-2.159.484-4.578-.545-6.594a8.862 8.862 0 0 0-4.651-4.277c-1.429-.586-3.017-.752-4.542-.544z"/><path fill="#f7fbf5" d="M10.748 3.208c1.525-.209 3.113-.042 4.542.544a8.862 8.862 0 0 1 4.651 4.277c1.028 2.016 1.216 4.435.545 6.594a8.873 8.873 0 0 1-3.521 4.736c-1.716 1.183-3.866 1.698-5.934 1.468a8.817 8.817 0 0 1-5.603-2.856c-2.516-2.677-3.04-6.973-1.249-10.178 1.297-2.453 3.815-4.219 6.569-4.584m.813 2.87c-.958.262-1.37 1.308-1.493 2.203-.133 1.102-.091 2.335.583 3.266.574.802 1.861.911 2.561.217.664-.654.833-1.637.868-2.53.013-.898-.11-1.87-.686-2.593-.424-.541-1.18-.744-1.832-.564m-4.134.636c-.002.236-.002.473-.002.71h.727v4.696h.889V6.103c-.259 0-.518.001-.778.004a1.227 1.227 0 0 1-.836.607m7.579 2.768v2.629l.473.001c.016-.595-.029-1.193.014-1.787.049-.409.709-.55.844-.124.118.626.022 1.274.053 1.909h.502c.006-.557-.019-1.115.017-1.67.026-.156 0-.371.167-.458.227-.149.637-.028.619.287.053.612.008 1.229.023 1.842h.529c-.022-.714.046-1.433-.036-2.143-.163-.666-1.12-.718-1.487-.2-.259-.427-.914-.49-1.208-.07-.005-.299-.308-.196-.509-.216m-6.843 4.551c-.686.472-1.366.954-2.053 1.426-.128.104-.481.289-.23.462.714.547 1.476 1.032 2.206 1.559.115.085.362.245.438.034-.03-.433-.179-.847-.263-1.272 2.635-.002 5.27-.001 7.904 0-.043.458-.368.94-.205 1.388.25-.005.432-.196.63-.32.69-.505 1.421-.952 2.086-1.489-.208-.296-.536-.464-.823-.671-.571-.386-1.121-.803-1.703-1.171-.112-.097-.3.031-.257.175.08.407.241.792.355 1.19-2.664.006-5.327-.012-7.991-.008.085-.401.203-.794.269-1.199.026-.248-.229-.22-.362-.103z"/><path fill="#f7fbf5" d="M11.684 7.008c.392-.239.878.012 1.102.365.454.691.464 1.568.378 2.363-.076.547-.239 1.165-.734 1.481-.386.252-.912.053-1.123-.334-.395-.678-.401-1.504-.359-2.266.06-.586.203-1.271.737-1.609z"/><path fill="#2a2d2f" d="M11.561 6.079c.653-.18 1.409.023 1.832.564.576.724.7 1.696.686 2.593-.035.893-.204 1.876-.868 2.53-.7.694-1.987.584-2.561-.217-.674-.931-.716-2.165-.583-3.266.122-.895.535-1.942 1.493-2.203m.124.928c-.534.338-.677 1.024-.737 1.609-.042.762-.036 1.588.359 2.266.211.386.737.586 1.123.334.496-.316.659-.934.734-1.481.086-.794.076-1.672-.378-2.363-.223-.353-.709-.604-1.102-.365zM7.428 6.714c.355-.079.661-.283.836-.607.259-.002.518-.004.778-.004v6.017h-.889V7.424h-.727c0-.238 0-.474.002-.71zM15.007 9.482c.2.02.504-.083.509.216.294-.42.949-.358 1.208.07.367-.517 1.324-.466 1.487.2.082.71.014 1.429.036 2.143h-.529c-.014-.613.03-1.23-.023-1.842.018-.314-.392-.436-.619-.287-.167.088-.14.302-.167.458-.036.556-.011 1.114-.017 1.67h-.502c-.031-.635.065-1.283-.053-1.909-.134-.426-.794-.286-.844.124-.043.594.001 1.192-.014 1.787l-.473-.001V9.482zM8.165 14.033c.133-.116.389-.145.362.103-.066.404-.184.798-.269 1.199 2.664-.004 5.327.014 7.991.008-.114-.398-.275-.784-.355-1.19-.043-.144.145-.272.257-.175.582.368 1.132.785 1.703 1.171.287.206.616.374.823.671-.665.538-1.396.984-2.086 1.489-.198.125-.38.316-.63.32-.163-.449.162-.93.205-1.388-2.634-.001-5.269-.002-7.904 0 .084.425.233.839.263 1.272-.076.211-.323.052-.438-.034-.73-.527-1.492-1.012-2.206-1.559-.251-.173.102-.358.23-.462.688-.472 1.367-.954 2.053-1.426z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--low-beam-headlights--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e5312b" d="M11.436.277a11.723 11.723 0 0 1 7.398 2.134 11.759 11.759 0 0 1 4.462 6.122 11.828 11.828 0 0 1-.281 7.866 11.777 11.777 0 0 1-4.828 5.756c-2.526 1.552-5.654 2.093-8.554 1.465a11.804 11.804 0 0 1-6.756-4.177c-1.752-2.182-2.671-5.005-2.569-7.8.079-2.4.923-4.765 2.366-6.683C4.714 2.205 8.014.449 11.435.276m-.576 2.933a8.977 8.977 0 0 0-5.422 2.83 8.95 8.95 0 0 0-2.317 5.237 8.956 8.956 0 0 0 1.661 6.025 9.011 9.011 0 0 0 4.525 3.277c2.827.938 6.092.337 8.401-1.544a8.97 8.97 0 0 0 3.202-5.365 8.95 8.95 0 0 0-1.135-6.202c-1.78-3.02-5.444-4.777-8.915-4.258z"/><path fill="#fff" d="M10.859 3.209c3.47-.52 7.135 1.237 8.915 4.258a8.948 8.948 0 0 1 1.135 6.202 8.966 8.966 0 0 1-3.202 5.365c-2.309 1.882-5.574 2.483-8.401 1.544a9.013 9.013 0 0 1-4.525-3.277 8.956 8.956 0 0 1-1.661-6.025 8.95 8.95 0 0 1 2.317-5.237 8.98 8.98 0 0 1 5.422-2.83m2.935 4.371c-1 1.865-1.229 4.1-.722 6.146.157.502.317 1.066.74 1.409.712.126 1.446-.086 2.122-.305 1.066-.396 2.158-1.166 2.387-2.351.187-1.213-.102-2.552-.92-3.488-.961-.919-2.309-1.304-3.606-1.411m-2.363.951c-.895.217-1.753.562-2.626.854-.601.234-1.232.413-1.789.743-.361.186-.109.859.299.714 1.328-.335 2.611-.836 3.896-1.304.318-.166.902-.299.815-.766-.042-.292-.371-.301-.595-.241m-.159 1.627c-1.404.379-2.796.834-4.128 1.42-.461.15-.17.706.133.862 1.486-.498 2.974-.994 4.432-1.57.258-.078.451-.386.301-.641-.166-.268-.497-.115-.738-.071M7.957 12.75c-.37.164-.798.257-1.091.551-.028.282.181.486.349.68 1.322-.451 2.651-.89 3.956-1.39.289-.128.635-.218.82-.498.067-.264-.184-.572-.464-.484-1.22.271-2.396.714-3.57 1.14m-.353 1.669c-.262.133-.718.197-.683.584-.02.22.192.391.402.355.713-.064 1.375-.362 2.054-.569.817-.289 1.66-.536 2.428-.944.328-.126.292-.533.077-.751-1.464.301-2.879.806-4.278 1.325m3.587.347c-1.156.33-2.293.724-3.418 1.147-.276.121-.601.206-.782.466-.017.22.054.552.336.542.422-.02.816-.205 1.219-.319 1.087-.378 2.198-.715 3.233-1.228.246-.083.378-.394.222-.614-.241-.169-.548-.038-.81.006z"/><path d="M13.794 7.58c1.297.107 2.645.492 3.606 1.411.818.936 1.108 2.275.92 3.488-.229 1.184-1.321 1.955-2.387 2.351-.676.218-1.41.431-2.122.305-.424-.343-.583-.907-.74-1.409-.506-2.046-.277-4.282.722-6.146zM11.432 8.531c.224-.06.553-.05.595.241.088.467-.497.6-.815.766-1.285.468-2.568.97-3.896 1.304-.408.145-.66-.528-.299-.714.557-.33 1.188-.509 1.789-.743.872-.293 1.73-.637 2.626-.854zM11.273 10.158c.241-.044.572-.197.738.071.15.254-.043.563-.301.641-1.458.576-2.946 1.072-4.432 1.57-.304-.156-.594-.712-.133-.862 1.332-.586 2.724-1.04 4.128-1.42zM7.957 12.75c1.174-.426 2.35-.869 3.57-1.14.281-.089.532.22.464.484-.185.28-.53.37-.82.498-1.306.499-2.634.938-3.956 1.39-.168-.194-.377-.398-.349-.68.293-.294.721-.386 1.091-.551zM7.604 14.418c1.399-.518 2.814-1.024 4.278-1.325.215.218.251.625-.077.751-.768.408-1.61.655-2.428.944-.679.206-1.342.505-2.054.569-.21.036-.422-.136-.402-.355-.035-.388.421-.451.683-.584zM11.191 14.765c.262-.044.569-.175.81-.006.156.221.024.532-.222.614-1.034.512-2.146.85-3.233 1.228-.403.114-.797.299-1.219.319-.282.01-.353-.323-.336-.542.181-.259.506-.344.782-.466a43.653 43.653 0 0 1 3.418-1.147z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--low-beam-headlights--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.386 0h1.162c2.732.142 5.414 1.2 7.451 3.038 2.436 2.152 3.9 5.328 4.002 8.573v.754c-.095 2.964-1.31 5.881-3.39 8-2.096 2.184-5.045 3.479-8.06 3.635h-1.096c-2.474-.137-4.91-1.008-6.858-2.549-2.801-2.164-4.525-5.623-4.596-9.16v-.58c.066-3.049 1.336-6.056 3.505-8.204C5.576 1.403 8.45.171 11.386-.001m-.756 2.382c-2.749.371-5.296 1.99-6.787 4.328-1.312 2-1.816 4.496-1.432 6.852a9.682 9.682 0 0 0 3.22 5.779 9.654 9.654 0 0 0 5.638 2.342 9.684 9.684 0 0 0 6.377-1.775 9.668 9.668 0 0 0 3.676-5.168 9.8 9.8 0 0 0-.49-6.805 9.708 9.708 0 0 0-3.325-3.949c-1.982-1.374-4.492-1.942-6.876-1.604z"/><path fill="#fff" d="M10.63 2.381c2.384-.337 4.894.23 6.876 1.604a9.708 9.708 0 0 1 3.325 3.949 9.806 9.806 0 0 1 .49 6.805 9.662 9.662 0 0 1-3.676 5.168 9.683 9.683 0 0 1-6.377 1.775A9.663 9.663 0 0 1 5.63 19.34a9.685 9.685 0 0 1-3.22-5.779c-.384-2.356.12-4.852 1.432-6.852C5.334 4.37 7.88 2.751 10.629 2.381M7.496 9.437c-1.098.209-1.984 1.195-2.075 2.308-.116 1.034.466 2.086 1.381 2.567.853.466 1.974.391 2.75-.198.92-.644 1.326-1.918.94-2.975-.4-1.207-1.752-1.982-2.996-1.702m7.919.008c-1.051.216-1.903 1.142-2.03 2.207a2.623 2.623 0 0 0 1.134 2.513c.863.612 2.114.598 2.963-.036.823-.566 1.262-1.637 1.062-2.618-.23-1.405-1.742-2.408-3.128-2.065z"/><path fill="#fff" d="M5.828 12.192c1.463 0 2.926-.001 4.388.001-.085.64-.431 1.255-.98 1.606a2.207 2.207 0 0 1-2.399.019c-.564-.35-.923-.973-1.009-1.626zM13.782 12.193c1.463-.002 2.926-.001 4.388 0-.088.648-.443 1.271-1.004 1.621-.71.47-1.699.463-2.404-.016-.548-.353-.898-.965-.98-1.606z"/><path d="M7.496 9.437c1.244-.281 2.597.494 2.996 1.702.386 1.057-.019 2.33-.94 2.975-.776.589-1.897.664-2.75.198-.916-.481-1.498-1.532-1.381-2.567.091-1.112.977-2.099 2.075-2.308m-1.668 2.755c.086.653.445 1.276 1.009 1.626a2.21 2.21 0 0 0 2.399-.019c.55-.35.895-.966.98-1.606-1.463-.002-2.926-.001-4.388-.001zM15.415 9.445c1.386-.343 2.898.66 3.128 2.065.2.982-.239 2.052-1.062 2.618-.848.634-2.1.648-2.963.036a2.623 2.623 0 0 1-1.134-2.513c.127-1.064.979-1.991 2.03-2.207m-1.632 2.749c.083.641.432 1.253.98 1.606a2.208 2.208 0 0 0 2.404.016c.562-.35.917-.973 1.004-1.621-1.463-.001-2.926-.002-4.388 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--low-beam-headlights--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#291770" d="M11.056 0h2.075c2.692.31 5.305 1.456 7.239 3.374 2.1 2.005 3.389 4.8 3.63 7.688v2.067c-.298 2.569-1.347 5.065-3.115 6.969a12.034 12.034 0 0 1-6.188 3.624c-.429.094-.863.169-1.289.278h-2.761c-.371-.081-.748-.142-1.116-.233-.724-.286-1.492-.449-2.194-.796C4.34 21.637 1.872 19.09.774 15.985c-.386-1.009-.518-2.08-.686-3.138-.075-.687.003-1.381-.042-2.068l-.047-.034v-.336C.19 9.924.221 9.395.37 8.898a12.016 12.016 0 0 1 3.26-5.524C5.609 1.423 8.291.237 11.054.001m2.934 6.638v9.782l.636.001V6.637l-.636.001m1.055.04c-.008 3.225-.037 6.449-.024 9.673 1.374.004 2.742-.582 3.658-1.612a4.789 4.789 0 0 0 1.237-3.461 4.826 4.826 0 0 0-1.604-3.369c-.883-.81-2.077-1.228-3.267-1.231M3.178 14.089c.4.207.797.418 1.192.633 2.921-1.596 5.835-3.207 8.759-4.797-.178-.33-.358-.658-.538-.985-3.142 1.709-6.285 3.418-9.414 5.149m1.839.986c.393.206.784.414 1.172.631 2.433-1.331 4.87-2.654 7.31-3.972l-.539-.976a1219.277 1219.277 0 0 0-7.944 4.317m1.793.867c.334.197.673.39 1.012.577 1.923-1.036 3.868-2.03 5.799-3.05l-.538-.971c-2.097 1.136-4.182 2.295-6.274 3.444z"/><path fill="#fff" d="M13.988 6.639l.636-.001v9.785l-.636-.001V6.64zM15.043 6.678c1.189.004 2.384.421 3.267 1.231a4.826 4.826 0 0 1 1.604 3.369 4.785 4.785 0 0 1-1.237 3.461c-.915 1.03-2.283 1.616-3.658 1.612-.013-3.225.016-6.449.024-9.673zM3.178 14.089c3.129-1.731 6.271-3.44 9.414-5.149.18.327.359.654.538.985-2.925 1.591-5.839 3.201-8.759 4.797a64.523 64.523 0 0 0-1.192-.633zM0 10.744l.047.034c.045.687-.033 1.381.042 2.068.168 1.058.3 2.13.686 3.138 1.098 3.106 3.566 5.652 6.563 6.986.702.348 1.47.51 2.194.796-2.972-.602-5.667-2.404-7.395-4.89C1.101 17.359.322 15.603.149 13.763a19.433 19.433 0 0 1-.148-.142v-2.877zM5.016 15.075a1193.77 1193.77 0 0 1 7.944-4.317l.539.976a1513.632 1513.632 0 0 0-7.31 3.972 52.85 52.85 0 0 0-1.172-.631zM6.808 15.942c2.092-1.149 4.177-2.308 6.274-3.444l.538.971c-1.932 1.02-3.877 2.014-5.799 3.05-.34-.188-.678-.38-1.012-.577z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-10--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.765 0h2.273l-.209.145c-1.835-.139-3.691.197-5.395.88l.042-.14C8.356.55 9.265.296 10.194.146c.186-.05.456.059.571-.145zM13.226.174c.28-.106.59-.025.875.028 1.273.216 2.498.664 3.64 1.264l.041.14A12.765 12.765 0 0 0 13.227.174zM6.02 1.595c.406-.188.78-.469 1.228-.546-.358.293-.85.436-1.252.686l.024-.14zM17.939 1.674c.614.152 1.082.655 1.606.998l.01.145c-.515-.412-1.086-.767-1.615-1.144zM5.164 2.252c.067-.256.426-.466.674-.443-.179.179-.443.335-.674.443zM4.454 2.671c.224-.116.395-.416.667-.372-.221.178-.443.358-.677.52l.01-.148zM4.102 3.097l.121-.24.115.002c-.059.06-.178.178-.236.238zM19.638 2.852c.198-.001.271.077.218.234l-.218-.234zM20.054 3.192l.094-.007.126.233-.22-.226zM2.827 4.393c.114-.368.467-.595.698-.889l.161-.002c-.299.284-.535.638-.859.892zM20.548 3.73c.296.036.499.391.618.65-.246-.168-.428-.422-.618-.65zM2.38 4.936c.029-.197.194-.535.427-.482-.116.172-.224.402-.422.494l-.005-.012zM21.178 4.444l.146.016c.346.515.851.985.992 1.595-.373-.534-.727-1.097-1.139-1.61zM2.06 5.294a.76.76 0 0 1 .311-.324l.017.001-.21.343C1.082 6.908.418 8.78.181 10.69c-.154-.22-.017-.478.004-.713.282-1.672.928-3.28 1.876-4.684zM13.739 6.312c.884-.268 1.906-.094 2.622.502.703.544 1.096 1.429 1.081 2.312.002 1.955.004 3.911 0 5.867a2.933 2.933 0 0 1-.931 2.129c-.796.769-2.046.947-3.066.57-1.091-.41-1.864-1.531-1.842-2.7.001-1.994-.012-3.99.006-5.984.001-1.255.943-2.36 2.13-2.695M14.16 7.7c-.566.144-.966.722-.936 1.302.001 2.04-.002 4.081.002 6.122.01.769.78 1.436 1.548 1.27.654-.084 1.057-.761 1.043-1.38.004-2.047.01-4.094-.002-6.142-.041-.8-.869-1.441-1.655-1.172zM22.382 6.208l.145.044a12.392 12.392 0 0 1 1.367 4.24l-.077.202a12.667 12.667 0 0 0-1.435-4.486zM7.924 6.354c.54.014 1.093-.038 1.626.026-.011 3.776-.001 7.553-.005 11.33-.534.008-1.068-.01-1.601.01-.052-2.888-.006-5.788-.023-8.68-.307-.001-.614-.005-.922.005a4.373 4.373 0 0 1-.006-1.01c.31-.56.617-1.123.93-1.681zM0 11.116l.152-.077c-.118.93.042 1.864.06 2.786l.216.023.002.024a31.78 31.78 0 0 1-.114.016c.112 1.368.677 2.675 1.294 3.894l-.138-.04C.757 16.369.213 14.868.118 13.315l-.119.092v-2.292zM23.856 11.204L24 11.17v2.202l-.12-.059c-.095 1.553-.638 3.054-1.352 4.428l-.137.032c1.08-2 1.622-4.297 1.465-6.57zM1.692 17.934c.352.576.778 1.114 1.141 1.676l-.158-.07c-.343-.475-.716-.936-.986-1.457l.004-.15zM21.184 19.558c.384-.532.772-1.067 1.121-1.624.064.187-.098.325-.179.472-.247.391-.527.761-.802 1.133l-.14.019zM2.854 19.632c.25.161.402.433.619.635-.305-.014-.502-.383-.619-.635zM20.633 20.147c.19-.167.308-.412.533-.535l-.06.16c-.409.45-.791.996-1.349 1.258.254-.323.61-.563.876-.882zM3.78 20.573c.154.132.328.262.443.427-.193-.013-.54-.196-.443-.427zM4.289 21.064c.404.28.788.588 1.187.876l-.157.012c-.334-.24-.674-.472-.985-.743l-.044-.145zM16.242 23.09c1.268-.464 2.41-1.206 3.468-2.033l-.046.155c-1.796 1.47-4.02 2.492-6.347 2.669l.089.119h-2.694l-.104-.125c-.456.011-.896-.124-1.343-.196l-.128-.124c.824.14 1.661.289 2.501.335 1.565.017 3.143-.232 4.604-.8zM5.628 22.036c1.086.677 2.28 1.152 3.498 1.523l-.169.053c-1.154-.342-2.28-.793-3.298-1.441l-.031-.134z"/><path fill="#fff" d="M7.434 1.025c1.704-.683 3.56-1.019 5.395-.88.133.002.265.012.397.029 1.589.181 3.143.676 4.555 1.432l.157.068c.529.377 1.1.732 1.615 1.144.022.008.062.026.084.035l.218.234c.05.074.116.109.198.106l.22.226c.064.127.181.208.274.312.19.228.372.482.618.65a.72.72 0 0 1 .012.064c.412.514.766 1.076 1.139 1.61l.066.154a12.64 12.64 0 0 1 1.435 4.486c.02.169.034.34.038.511.157 2.273-.385 4.57-1.465 6.57l-.086.16c-.349.557-.737 1.092-1.121 1.624l-.018.054c-.224.124-.343.368-.533.535-.266.319-.622.559-.876.882l-.047.029c-1.058.827-2.2 1.568-3.468 2.033-1.462.569-3.04.817-4.604.8-.84-.046-1.676-.194-2.501-.335l-.011.002c-1.218-.371-2.412-.846-3.498-1.523l-.152-.096c-.398-.288-.782-.596-1.187-.876l-.066-.064c-.115-.166-.289-.295-.443-.427-.112-.096-.236-.173-.307-.306-.217-.202-.37-.474-.619-.635-.005-.006-.014-.017-.02-.022-.364-.563-.79-1.1-1.141-1.676l-.082-.152C.993 16.564.428 15.257.316 13.889l.114-.016.029.008c.433 2.804 1.961 5.42 4.17 7.2a11.662 11.662 0 0 0 5.906 2.524A11.7 11.7 0 0 0 23.373 9.266c-.686-2.924-2.566-5.538-5.102-7.141A11.66 11.66 0 0 0 10.449.409C7.121.819 4.04 2.78 2.215 5.587.627 7.989-.024 11 .457 13.841l-.029.008-.216-.023c-.018-.923-.178-1.856-.06-2.786.004-.116.013-.233.029-.348.236-1.91.901-3.782 1.997-5.376l.21-.343-.017-.001.008-.035.005.012c.198-.092.306-.323.422-.494l.02-.06c.324-.253.56-.607.859-.892.122-.152.289-.257.415-.404.059-.06.178-.178.236-.238l.107-.041c.234-.162.456-.342.677-.52l.042-.047c.232-.108.496-.264.674-.443a7.63 7.63 0 0 0 .158-.074c.402-.251.894-.394 1.252-.686l.186-.024z"/><path fill="#fff" d="M10.756 2.258a9.8 9.8 0 0 1 7.476 2.152c2.19 1.772 3.536 4.532 3.586 7.35.078 2.542-.899 5.087-2.638 6.94-1.662 1.79-4.009 2.926-6.448 3.095-2.699.216-5.47-.754-7.434-2.62a9.78 9.78 0 0 1-3.092-6.44c-.204-2.557.649-5.182 2.33-7.122 1.564-1.834 3.823-3.068 6.22-3.354m2.983 4.053c-1.187.335-2.129 1.44-2.13 2.695-.018 1.994-.005 3.99-.006 5.984-.022 1.169.751 2.29 1.842 2.7 1.02.377 2.27.199 3.066-.57a2.933 2.933 0 0 0 .931-2.129c.004-1.956.002-3.912 0-5.867.014-.883-.378-1.769-1.081-2.312-.716-.595-1.738-.769-2.622-.502m-5.815.043c-.313.558-.62 1.121-.93 1.681-.03.33-.042.685.006 1.01.307-.01.614-.006.922-.005.017 2.892-.029 5.791.023 8.68.533-.019 1.067-.001 1.601-.01.004-3.778-.006-7.554.005-11.33-.533-.065-1.086-.012-1.626-.026z"/><path fill="#fff" d="M14.16 7.7c.786-.269 1.614.372 1.655 1.172.012 2.047.006 4.094.002 6.142.014.619-.389 1.296-1.043 1.38-.768.167-1.538-.5-1.548-1.27-.005-2.041-.001-4.082-.002-6.122-.03-.58.37-1.158.936-1.302z"/><path fill="#c00" d="M10.45.408a11.66 11.66 0 0 1 7.822 1.716c2.537 1.603 4.416 4.217 5.102 7.141.646 2.669.316 5.566-.936 8.011a11.7 11.7 0 0 1-11.902 6.328A11.662 11.662 0 0 1 4.63 21.08C2.421 19.3.893 16.684.46 13.88l-.029-.008-.002-.024.029-.008c-.481-2.84.17-5.851 1.758-8.254C4.041 2.779 7.123.818 10.45.408m.306 1.85c-2.396.286-4.656 1.52-6.22 3.354-1.681 1.94-2.534 4.565-2.33 7.122a9.78 9.78 0 0 0 3.092 6.44c1.964 1.866 4.735 2.836 7.434 2.62 2.438-.169 4.786-1.304 6.448-3.095 1.739-1.853 2.716-4.398 2.638-6.94-.049-2.818-1.396-5.578-3.586-7.35a9.8 9.8 0 0 0-7.476-2.152z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-10--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM5.785 10.378V9.219c.537-.024.914-.06 1.129-.108.342-.076.621-.227.836-.454.147-.155.259-.362.334-.621a1.42 1.42 0 0 0 .066-.346h1.415v8.659H7.821v-5.972H5.785zm7.562 4.01c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.324-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-10--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M20.323 23.657H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.23.234.325.315.263.214.64.339.992.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.439.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434zm2.919-2.214v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42zm4.921-1.375v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535zm2.951 0v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983zM6.26 8.089v3.179h2.314v-.529H6.813V8.091zm2.889 0v3.179h.549V8.09zm1.392 0v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89zm3.729 0v3.179h.549V8.09zm2.036.53v2.649h.563V8.619h.874V8.09h-2.31v.529zm-8.477 6.29v5.959h1.379v-7.985H8.105c-.396.563-.731.815-1.307.947v1.079zm3.297-11.598V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31zm.764 13.547c0 2.338 1.378 4.017 3.285 4.017 1.954 0 3.285-1.654 3.285-4.1 0-2.47-1.282-4.064-3.285-4.064-1.99 0-3.285 1.631-3.285 4.148zm5.179-.048c0 1.619-.755 2.662-1.918 2.662-1.151 0-1.87-1.019-1.87-2.65 0-1.666.743-2.734 1.918-2.734 1.163 0 1.87 1.031 1.87 2.722z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-100--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M12.105.008C5.482.008.113 5.377.113 12s5.369 11.992 11.992 11.992c6.623 0 11.992-5.369 11.992-11.992S18.728.008 12.105.008z"/><path fill="#fff" d="M20.726 12a8.621 8.621 0 1 0-17.243 0 8.621 8.621 0 0 0 17.243 0z"/><path fill="#231f20" d="M5.262 10.662v5.378H6.68V8.151H5.369c-.171.415-.426.699-.832.948v1.564h.725zM7.329 12.036c0 2.487 1.173 4.087 2.996 4.087.522 0 1.077-.178 1.578-.533.917-.663 1.386-1.848 1.386-3.542 0-.9-.139-1.718-.426-2.393-.426-1.031-1.46-1.741-2.537-1.741-.512 0-1.002.154-1.439.426-1.055.687-1.556 1.883-1.556 3.696zm4.542-.024c0 1.587-.586 2.535-1.567 2.535-.597 0-1.162-.462-1.354-1.102a5.874 5.874 0 0 1-.203-1.481c0-1.54.597-2.476 1.556-2.476.991 0 1.567.936 1.567 2.523zM13.852 12.036c0 2.487 1.173 4.087 2.996 4.087.522 0 1.077-.178 1.578-.533.917-.663 1.386-1.848 1.386-3.542 0-.9-.139-1.718-.426-2.393-.426-1.031-1.46-1.741-2.537-1.741-.512 0-1.002.154-1.439.426-1.055.687-1.556 1.883-1.556 3.696zm4.541-.024c0 1.587-.586 2.535-1.567 2.535-.597 0-1.162-.462-1.354-1.102a5.874 5.874 0 0 1-.203-1.481c0-1.54.597-2.476 1.556-2.476.991 0 1.567.936 1.567 2.523z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-100--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.726c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.305c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.816h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582V20.56l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646V20.37l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.272a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.272c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.471h.354v2.355h-.354V2.471zm-3.677 1.29s0 .032.032.032h.42v-.032l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.471h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.471zM9.336 4.826l.613-1.194V3.6L9.4 2.471h.387l.355.678h.032l.323-.678h.419L10.367 3.6v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.471h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.568c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.471h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.568c-.033 0-.033.032-.033.032L5.69 4.826l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.471h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.6c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM4.942 10.957v-.867c.402-.018.684-.045.845-.08.256-.057.465-.17.626-.34.11-.116.194-.271.25-.465.033-.116.049-.203.049-.259h1.059v6.481H6.466v-4.47H4.942zm5.611 3.001c.122.395.372.592.751.592s.626-.197.744-.592c.118-.395.177-.965.177-1.71 0-.781-.059-1.359-.177-1.734s-.366-.563-.744-.563-.629.188-.751.563-.183.954-.183 1.734c0 .745.061 1.315.183 1.71zm2.488-4.186c.332.581.498 1.406.498 2.476s-.166 1.894-.498 2.472c-.332.578-.911.867-1.736.867s-1.404-.289-1.736-.867c-.332-.578-.498-1.402-.498-2.472s.166-1.895.498-2.476c.332-.581.911-.872 1.736-.872s1.404.291 1.736.872zm2.603 4.186c.122.395.372.592.751.592s.626-.197.744-.592c.118-.395.177-.965.177-1.71 0-.781-.059-1.359-.177-1.734s-.366-.563-.744-.563-.629.188-.751.563-.183.954-.183 1.734c0 .745.061 1.315.183 1.71zm2.488-4.186c.332.581.498 1.406.498 2.476s-.166 1.894-.498 2.472c-.332.578-.911.867-1.736.867s-1.404-.289-1.736-.867c-.332-.578-.498-1.402-.498-2.472s.166-1.895.498-2.476c.332-.581.911-.872 1.736-.872s1.404.291 1.736.872z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-110--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M0 12C0 5.373 5.373 0 12.001 0c6.627 0 12 5.372 12 12s-5.374 12-12 12C5.373 24 0 18.627 0 12z"/><path fill="#fff" d="M3.201 12a8.8 8.8 0 1 1 17.6 0 8.8 8.8 0 0 1-17.6 0z"/><path d="M6.529 15.257h1.494V8.9H6.697v.277c0 .331-.334.664-.664.664H5.48v1.269h1.049v4.147zM10.396 15.257h1.494V8.9h-1.326v.277c0 .331-.334.664-.664.664h-.553v1.269h1.049v4.147zM18.428 10.659c-.277-1.105-1.383-1.935-2.543-1.935-1.161 0-2.211.83-2.544 1.935-.164.773-.164 1.99 0 2.764.333 1.105 1.382 1.933 2.544 1.933 1.16 0 2.266-.829 2.543-1.933.219-.773.219-1.99 0-2.764zm-1.383 2.267c-.056.55-.607.994-1.16.994s-1.052-.444-1.161-.994a9.514 9.514 0 0 1 0-1.77c.109-.554.609-.995 1.161-.995s1.104.441 1.16.995a4.831 4.831 0 0 1 0 1.77z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-110--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.726c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.305c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.816h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582V20.56l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646V20.37l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.272a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.272c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.471h.354v2.355h-.354V2.471zm-3.677 1.29s0 .032.032.032h.42v-.032l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.471h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.471zM9.336 4.826l.613-1.194V3.6L9.4 2.471h.387l.355.678h.032l.323-.678h.419L10.367 3.6v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.471h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.568c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.471h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.568c-.033 0-.033.032-.033.032L5.69 4.826l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.471h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.6c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM5.253 11.029v-.955c.443-.02.753-.049.93-.089a1.31 1.31 0 0 0 .689-.374c.121-.128.213-.299.276-.512.036-.128.054-.223.054-.285h1.166v7.135H6.931v-4.92H5.253zm4.375 0v-.955c.443-.02.753-.049.93-.089a1.31 1.31 0 0 0 .689-.374c.121-.128.213-.299.276-.512.036-.128.054-.223.054-.285h1.166v7.135h-1.437v-4.92H9.628zm6.177 3.304c.134.435.41.652.827.652s.69-.217.819-.652c.13-.435.194-1.062.194-1.882 0-.859-.065-1.496-.194-1.909s-.403-.62-.819-.62c-.417 0-.692.207-.827.62s-.202 1.05-.202 1.909c0 .82.067 1.447.202 1.882zm2.738-4.608c.366.64.549 1.548.549 2.726s-.183 2.085-.549 2.721c-.366.636-1.003.955-1.912.955s-1.546-.318-1.912-.955c-.366-.636-.549-1.543-.549-2.721s.183-2.086.549-2.726c.366-.64 1.003-.959 1.912-.959s1.546.32 1.912.959z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-120--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d12323" d="M11.466 0h1.021c2.694.127 5.346 1.146 7.374 2.934 2.518 2.159 4.045 5.399 4.139 8.712v.743c-.102 2.928-1.301 5.806-3.343 7.912-2.117 2.222-5.108 3.568-8.173 3.7h-.97c-2.496-.116-4.949-1.01-6.911-2.56C1.844 19.313.131 15.931 0 12.453v-.869c.107-3.034 1.399-6.01 3.576-8.13C5.656 1.368 8.532.148 11.466 0m-.841 3.338c-2.425.341-4.663 1.76-6.023 3.793a8.926 8.926 0 0 0-1.495 5.711 8.89 8.89 0 0 0 2.634 5.647c1.612 1.596 3.865 2.537 6.137 2.521 1.586.018 3.169-.434 4.528-1.249a8.902 8.902 0 0 0 3.953-5.138 8.969 8.969 0 0 0-.244-5.716 8.89 8.89 0 0 0-3.43-4.238 8.808 8.808 0 0 0-6.06-1.331z"/><path fill="#fff" d="M10.625 3.338a8.808 8.808 0 0 1 6.06 1.331 8.896 8.896 0 0 1 3.43 4.238 8.983 8.983 0 0 1 .244 5.716 8.9 8.9 0 0 1-3.953 5.138 8.675 8.675 0 0 1-4.528 1.249c-2.272.016-4.525-.925-6.137-2.521a8.89 8.89 0 0 1-2.634-5.647 8.934 8.934 0 0 1 1.495-5.711c1.36-2.033 3.598-3.452 6.023-3.793m-4.96 3.423c-.304.979-.858 1.871-1.538 2.632.016.77.004 1.543.089 2.311.403-.247.761-.557 1.133-.845.017 2.242.024 4.483.036 6.725l1.579.001c0-3.608.001-7.216-.001-10.824-.432-.001-.865-.002-1.297 0m2.806.509c.022.751-.024 1.506.061 2.254.587-.307 1.087-.857 1.793-.87.647-.048 1.132.586 1.17 1.181-.019.612-.056 1.249-.335 1.808-.707 1.516-1.769 2.821-2.814 4.112-.004.586-.001 1.171-.001 1.757h5.2c0-.679.001-1.36-.001-2.04-.994-.001-1.988-.02-2.983-.028 1.234-1.649 2.639-3.433 2.633-5.599.097-1.134-.298-2.524-1.441-2.99-1.08-.433-2.296-.118-3.281.415m7.53-.37c-.637.209-1.121.742-1.388 1.343-.497 1.099-.566 2.329-.534 3.518.03.96-.025 1.93.118 2.882.196.887.523 1.83 1.268 2.404.58.464 1.375.439 2.072.348.852-.133 1.577-.754 1.922-1.534.464-1.016.514-2.159.55-3.259.01-1.28.011-2.593-.384-3.826-.28-.877-.935-1.71-1.866-1.925-.578-.109-1.192-.133-1.758.048z"/><path fill="#fff" d="M16.742 8.591c.304-.144.559.128.743.334.336.384.338.924.398 1.402.095 1.235.068 2.477-.018 3.71-.056.52-.13 1.112-.562 1.468-.317.197-.806.083-.988-.252-.348-.582-.388-1.279-.414-1.939-.035-1.075-.098-2.16.037-3.23.103-.55.253-1.225.803-1.492z"/><path fill="#0b0b10" d="M5.665 6.761c.432-.002.865-.001 1.297 0 .002 3.608.001 7.216.001 10.824l-1.579-.001c-.012-2.242-.019-4.483-.036-6.725-.372.288-.73.598-1.133.845-.085-.768-.073-1.541-.089-2.311.68-.761 1.235-1.652 1.538-2.632zM8.472 7.27c.985-.533 2.201-.848 3.281-.415 1.144.467 1.538 1.856 1.441 2.99.006 2.166-1.399 3.95-2.633 5.599.995.007 1.99.026 2.983.028.002.68.001 1.361.001 2.04h-5.2c0-.586-.002-1.171.001-1.757 1.045-1.291 2.107-2.597 2.814-4.112.278-.559.316-1.196.335-1.808-.038-.595-.523-1.229-1.17-1.181-.706.013-1.206.563-1.793.87-.085-.748-.04-1.502-.061-2.254zM16.003 6.9c.566-.181 1.18-.157 1.758-.048.931.215 1.586 1.048 1.866 1.925.395 1.232.394 2.545.384 3.826-.036 1.1-.085 2.243-.55 3.259-.346.78-1.07 1.4-1.922 1.534-.697.091-1.493.116-2.072-.348-.745-.574-1.073-1.517-1.268-2.404-.143-.953-.088-1.922-.118-2.882-.032-1.189.037-2.419.534-3.518.268-.601.751-1.134 1.388-1.343m.739 1.69c-.55.266-.7.942-.803 1.492-.136 1.07-.072 2.155-.037 3.23.026.66.066 1.357.414 1.939.181.335.671.449.988.252.432-.355.505-.948.562-1.468.086-1.234.113-2.476.018-3.71-.06-.478-.062-1.018-.398-1.402-.184-.205-.439-.478-.743-.334z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-120--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.726c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.305c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.816h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582V20.56l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646V20.37l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.272a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.272c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.471h.354v2.355h-.354V2.471zm-3.677 1.29s0 .032.032.032h.42v-.032l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.471h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.471zM9.336 4.826l.613-1.194V3.6L9.4 2.471h.387l.355.678h.032l.323-.678h.419L10.367 3.6v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.471h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.568c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.471h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.568c-.033 0-.033.032-.033.032L5.69 4.826l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.471h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.6c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM4.391 11.029v-.955c.443-.02.753-.049.93-.089a1.31 1.31 0 0 0 .689-.374c.121-.128.213-.299.276-.512.036-.128.054-.223.054-.285h1.166v7.135H6.069v-4.92H4.391zm4.873 3.518c.2-.476.672-.979 1.417-1.511.646-.463 1.064-.794 1.255-.994.292-.312.438-.653.438-1.023 0-.302-.084-.553-.251-.753s-.407-.3-.718-.3c-.426 0-.717.159-.871.477-.089.184-.141.476-.157.876H9.014c.023-.607.133-1.097.33-1.471.374-.712 1.038-1.068 1.993-1.068.754 0 1.355.209 1.801.627s.669.972.669 1.661c0 .528-.157.997-.472 1.407-.207.272-.546.576-1.019.91l-.561.399c-.351.249-.591.43-.721.541s-.239.241-.327.389h3.115v1.235H8.936c.013-.512.123-.979.33-1.402zm6.908-.214c.134.435.41.652.827.652s.69-.217.819-.652c.13-.435.194-1.062.194-1.882 0-.859-.065-1.496-.194-1.909s-.403-.62-.819-.62c-.417 0-.692.207-.827.62s-.202 1.05-.202 1.909c0 .82.067 1.447.202 1.882zm2.738-4.608c.366.64.549 1.548.549 2.726s-.183 2.085-.549 2.721c-.366.636-1.003.955-1.912.955s-1.546-.318-1.912-.955c-.366-.636-.549-1.543-.549-2.721s.183-2.086.549-2.726c.366-.64 1.003-.959 1.912-.959s1.546.32 1.912.959z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-130--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.777 0h2.264l-.202.143c-1.856-.145-3.722.221-5.452.886l.084-.13a11.73 11.73 0 0 1 3.197-.806l.108-.092zM13.217.169c.192-.052.392-.055.588-.02 1.376.216 2.722.656 3.942 1.331l.062.137A12.984 12.984 0 0 0 13.217.17zM6.03 1.6c.392-.197.767-.488 1.217-.524-.407.252-.851.437-1.272.665l.055-.14zM17.884 1.63c.619.184 1.128.668 1.65 1.046l.025.137c-.541-.418-1.129-.781-1.675-1.183zM5.168 2.25c.058-.256.41-.492.66-.422-.194.169-.416.332-.66.422zM4.439 2.813c.068-.275.414-.485.685-.524-.217.188-.44.372-.685.524zM4.109 3.09l.13-.223.107-.007-.236.23zM19.648 2.864c.196-.005.26.066.196.214-.049-.054-.146-.161-.196-.214zM20.058 3.197l.206.218-.206-.218zM2.818 4.406c.176-.362.479-.793.872-.917-.295.301-.546.648-.872.917zM20.538 3.721c.307.065.526.395.624.678a5.342 5.342 0 0 1-.624-.678zM2.388 4.943c-.013-.214.178-.541.415-.494a.995.995 0 0 1-.415.494zM21.187 4.438l.132.032c.38.499.829.992 1.025 1.597-.403-.524-.752-1.1-1.157-1.63zM2.106 5.222a.657.657 0 0 1 .265-.239c-.05.118-.114.228-.19.331C1.077 6.908.417 8.784.179 10.703l-.065-.211c.216-1.884.929-3.702 1.991-5.27zM22.384 6.196l.138.067a11.8 11.8 0 0 1 1.29 3.703c.03.246.139.509.008.746a12.881 12.881 0 0 0-1.436-4.517zM8.539 9.912c-.174-1.075.605-2.183 1.663-2.416.911-.226 1.939.204 2.402 1.024.389.607.316 1.355.31 2.041-.037.524-.275 1.082-.74 1.36.232.258.569.449.697.8.264.522.162 1.124.182 1.687.049 1.264-1.114 2.435-2.381 2.378-.774.025-1.507-.418-1.918-1.062-.348-.472-.392-1.075-.382-1.64.434-.028.869-.007 1.303-.012-.001.378-.031.794.211 1.114.354.58 1.351.582 1.672-.034.29-.439.172-.984.196-1.478.029-.378-.138-.769-.462-.978-.322-.226-.733-.168-1.103-.176.019-.395-.043-.798.035-1.186.38.013.826.078 1.123-.22.296-.257.283-.673.274-1.031-.011-.4.072-.872-.242-1.184-.343-.406-1.054-.389-1.369.041-.241.26-.208.637-.209.965-.42.001-.841-.008-1.262.007zM16.57 7.462c.972-.168 1.994.383 2.413 1.27.206.416.239.89.23 1.348-.002 1.44.002 2.879-.002 4.319.013.719-.304 1.444-.869 1.895-.655.54-1.606.629-2.383.326-.827-.336-1.414-1.188-1.417-2.083-.002-1.64-.013-3.281.006-4.92.032-1.097.97-1.992 2.022-2.154m-.01 1.194a1.02 1.02 0 0 0-.719.934c-.01 1.642-.002 3.283-.005 4.925-.029.62.575 1.214 1.205 1.09.529-.048.878-.593.869-1.094.006-1.637.008-3.274-.001-4.91-.019-.659-.712-1.174-1.349-.943zM5.674 7.582c.437-.029.876-.007 1.314-.013 0 3.029.001 6.059-.001 9.088-.433-.001-.865.002-1.298-.002.002-2.311.001-4.622.001-6.934-.254.001-.508 0-.761-.002.024-.276-.044-.566.037-.833.227-.439.485-.862.708-1.303zM0 11.125l.152-.109c-.113.941.038 1.882.062 2.818l.222.019-.007.028-.134.151c.224 1.325.702 2.592 1.328 3.775-.198-.03-.223-.25-.314-.389C.672 16.134.206 14.736.114 13.3L0 13.416v-2.291zM23.849 11.046l.151.096v2.249l-.115-.091c-.112 1.553-.622 3.074-1.37 4.434l-.138.076c1.112-2.057 1.658-4.426 1.472-6.763zM1.686 17.934c.358.556.748 1.09 1.126 1.631l-.133-.04a11.496 11.496 0 0 1-.944-1.343l-.048-.248zM21.184 19.57c.376-.547.776-1.08 1.129-1.644-.03.413-.376.71-.576 1.052-.182.196-.276.518-.553.592zM2.83 19.596c.244.198.438.445.64.683-.318-.064-.516-.407-.64-.683zM19.736 21.04c.486-.472.953-.962 1.43-1.441-.112.335-.407.556-.632.812-.251.227-.461.528-.798.629zM3.792 20.592c.174.128.352.268.47.45-.214.005-.38-.188-.493-.349l.023-.101zM4.314 21.078c.396.282.778.583 1.171.869-.3.008-.499-.264-.739-.407-.15-.144-.408-.23-.432-.462zM14.676 23.57c1.847-.408 3.548-1.32 5.015-2.5 0 .175-.175.245-.283.347-1.75 1.36-3.875 2.292-6.094 2.468l.094.114h-2.687c-.451-.292-1.144-.086-1.591-.444.538.062 1.063.21 1.606.25 1.314.193 2.651.04 3.941-.235zM5.609 22.03c1.097.671 2.287 1.163 3.517 1.526-.199.097-.395-.04-.587-.08-1.007-.31-1.987-.73-2.867-1.313l-.064-.133z"/><path fill="#fff" d="M7.388 1.028C9.117.363 10.983-.003 12.84.142l.377.026c1.607.187 3.166.688 4.592 1.447l.074.013c.546.402 1.134.766 1.675 1.183.023.012.066.038.089.052l.196.214c.06.062.131.102.215.119l.206.218c.085.107.176.209.274.306.193.239.392.475.624.678l.025.038c.404.529.754 1.105 1.157 1.63l.04.128a12.854 12.854 0 0 1 1.436 4.517c.01.11.018.222.029.334.186 2.338-.36 4.706-1.472 6.763l-.064.116c-.353.564-.754 1.097-1.129 1.644l-.017.029c-.478.479-.944.97-1.43 1.441a.74.74 0 0 0-.046.031c-1.466 1.18-3.168 2.092-5.015 2.5-1.29.275-2.627.428-3.941.235-.542-.04-1.068-.187-1.606-.25h-.004c-1.23-.364-2.42-.856-3.517-1.526-.03-.022-.092-.062-.124-.083-.394-.286-.775-.587-1.171-.869l-.052-.036c-.119-.182-.296-.322-.47-.45a1.84 1.84 0 0 1-.323-.313c-.202-.238-.396-.485-.64-.683a.495.495 0 0 0-.018-.031c-.378-.541-.768-1.075-1.126-1.631a7.409 7.409 0 0 1-.062-.127C.996 16.622.518 15.355.294 14.03l.134-.151.019-.022c.456 2.884 2.041 5.573 4.352 7.357a11.682 11.682 0 0 0 7.205 2.48 11.69 11.69 0 0 0 6.955-2.298 11.729 11.729 0 0 0 4.315-6.287c.71-2.564.515-5.372-.562-7.808a11.727 11.727 0 0 0-5.513-5.782C14.575.195 11.439-.057 8.629.792c-2.558.757-4.825 2.434-6.318 4.643C.651 7.866-.042 10.948.458 13.852l-.024-.001-.222-.019c-.024-.936-.175-1.877-.062-2.818l.028-.312c.238-1.919.898-3.796 2.002-5.389a1.7 1.7 0 0 0 .19-.331l.017-.041a.994.994 0 0 0 .429-.536c.326-.269.577-.616.872-.917.14-.132.282-.263.419-.4l.236-.23.094-.047c.245-.152.468-.336.685-.524l.044-.038c.244-.09.466-.253.66-.422l.146-.088c.421-.228.865-.413 1.272-.665l.142-.047z"/><path fill="#fff" d="M10.758 2.257a9.78 9.78 0 0 1 6.593 1.508 9.806 9.806 0 0 1 4.178 5.852c.623 2.47.241 5.182-1.07 7.369a9.863 9.863 0 0 1-4.589 4.042 9.825 9.825 0 0 1-6.527.426c-2.442-.668-4.584-2.342-5.844-4.536-1.198-2.035-1.595-4.516-1.136-6.829a9.802 9.802 0 0 1 3.251-5.554c1.446-1.236 3.253-2.052 5.144-2.279M8.539 9.912c.421-.016.842-.006 1.262-.007.001-.328-.032-.704.209-.965.316-.43 1.026-.446 1.369-.041.314.312.232.785.242 1.184.01.358.023.774-.274 1.031-.298.298-.743.233-1.123.22-.078.388-.016.791-.035 1.186.37.008.781-.049 1.103.176.324.209.491.6.462.978-.024.494.095 1.039-.196 1.478-.32.616-1.318.613-1.672.034-.242-.319-.212-.736-.211-1.114-.434.005-.869-.016-1.303.012-.011.565.034 1.169.382 1.64.41.644 1.144 1.087 1.918 1.062 1.267.056 2.43-1.115 2.381-2.378-.02-.563.082-1.165-.182-1.687-.128-.352-.466-.542-.697-.8.466-.277.703-.835.74-1.36.006-.686.079-1.434-.31-2.041-.463-.82-1.492-1.249-2.402-1.024-1.058.233-1.837 1.34-1.663 2.416m8.031-2.45c-1.052.162-1.99 1.057-2.022 2.154-.019 1.639-.008 3.28-.006 4.92.004.895.59 1.747 1.417 2.083.778.302 1.728.214 2.383-.326.565-.451.882-1.176.869-1.895.005-1.44 0-2.879.002-4.319.008-.457-.024-.931-.23-1.348-.419-.887-1.441-1.438-2.413-1.27m-10.896.121c-.223.442-.481.864-.708 1.303-.082.266-.013.557-.037.833.253.002.506.004.761.002 0 2.311.001 4.622-.001 6.934.433.005.865.001 1.298.002.002-3.029.001-6.059.001-9.088-.438.006-.877-.016-1.314.013z"/><path fill="#fff" d="M16.56 8.657c.637-.23 1.33.284 1.349.943.01 1.637.007 3.274.001 4.91.01.502-.34 1.046-.869 1.094-.63.125-1.234-.469-1.205-1.09.002-1.642-.005-3.283.005-4.925a1.02 1.02 0 0 1 .719-.934z"/><path fill="#c00" d="M8.632.794c2.81-.848 5.946-.596 8.57.727a11.719 11.719 0 0 1 5.513 5.782 11.744 11.744 0 0 1 .562 7.808 11.732 11.732 0 0 1-4.315 6.287 11.69 11.69 0 0 1-6.955 2.298 11.684 11.684 0 0 1-7.205-2.48C2.491 19.432.906 16.742.45 13.859l-.019.022.007-.028.024.001c-.5-2.904.193-5.986 1.853-8.417C3.808 3.228 6.075 1.551 8.633.794m2.125 1.463C8.867 2.484 7.06 3.3 5.614 4.536a9.802 9.802 0 0 0-3.251 5.554c-.458 2.314-.061 4.794 1.136 6.829 1.26 2.194 3.402 3.868 5.844 4.536a9.826 9.826 0 0 0 6.527-.426 9.863 9.863 0 0 0 4.589-4.042c1.312-2.188 1.693-4.9 1.07-7.369a9.811 9.811 0 0 0-4.178-5.852 9.774 9.774 0 0 0-6.593-1.508z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-15--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M12.105.008C5.482.008.113 5.377.113 12s5.369 11.992 11.992 11.992c6.623 0 11.992-5.369 11.992-11.992S18.728.008 12.105.008z"/><path fill="#fff" d="M20.726 12a8.621 8.621 0 1 0-17.243 0 8.621 8.621 0 0 0 17.243 0z"/><path fill="#231f20" d="M7.56 10.662v5.378h1.575V8.151H7.678c-.189.415-.474.699-.924.948v1.564h.805zM11.705 14.063l-.805 1.338c.841.533 1.871.805 2.997.805.64 0 1.232-.095 1.729-.308 1.019-.415 1.717-1.492 1.717-2.618 0-1.658-1.22-2.784-3.032-2.784-.509 0-.912.071-1.421.261l.095-1.019h3.826l.012-1.575h-5.295l-.332 3.731 1.694.592c.498-.272.959-.391 1.433-.391.853 0 1.421.474 1.421 1.196 0 .841-.675 1.338-1.836 1.338-.805 0-1.196-.095-2.073-.509l-.13-.059z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-15--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM5.71 10.366V9.207c.537-.024.914-.06 1.129-.108.342-.076.621-.227.836-.454.147-.155.259-.362.334-.621a1.42 1.42 0 0 0 .066-.346H9.49v8.659H7.746v-5.972H5.71zm7.357 3.655c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445h-3.541l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-15--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.23.234.325.315.263.214.64.339.992.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.44.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434zm2.919-2.214v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42zm4.921-1.375v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535zm2.951 0v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983zM6.26 8.089v3.179h2.314v-.529H6.813V8.091zm2.889 0v3.179h.549V8.09zm1.392 0v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89zm3.729 0v3.179h.549V8.09zm2.036.53v2.648h.563V8.619h.874V8.09h-2.31v.529zm-5.18-5.308V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31zm1.55 15.573l-.647 1.223.156.072c1.259.515 2.038.683 2.974.683 1.774 0 3.094-1.187 3.094-2.794 0-1.534-1.223-2.782-2.746-2.782-.611 0-1.211.108-1.739.3l.072-1.462h3.813l.024-1.331h-5.06l-.276 3.849 1.235.396.192-.072c.743-.276 1.163-.372 1.63-.372.863 0 1.535.623 1.535 1.439 0 .851-.731 1.486-1.739 1.486-.743 0-1.498-.192-2.518-.635zm-4.935-4.11v5.959H9.12v-7.985H8.017c-.395.563-.731.815-1.307.947v1.079zm12.582 8.883H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-20--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.775 0h2.273l-.208.145c-1.854-.144-3.728.205-5.45.894l.074-.15c1.04-.383 2.118-.712 3.23-.784l.08-.106zM13.351.097c1.554.149 3.048.672 4.432 1.378l.031.157A12.44 12.44 0 0 0 13.205.173l.146-.076zM5.977 1.606c.446-.169.841-.52 1.319-.57-.402.295-.912.449-1.336.731l.017-.161zM17.914 1.631c.605.204 1.102.679 1.631 1.042l.026.145c-.524-.346-.997-.785-1.573-1.05l-.084-.137zM5.164 2.26c.034-.284.397-.335.58-.503l.114.016c-.156.221-.461.343-.694.487zM4.423 2.681c.247-.108.42-.42.707-.389-.236.185-.463.39-.724.541l.017-.152zM4.1 3.102l.14-.247.131-.007-.271.254zM19.639 2.874l.12-.03.139.139-.064.056a15.603 15.603 0 0 0-.196-.166zM20.048 3.193l.098-.008.131.235c-.056-.056-.172-.169-.229-.227zM2.866 4.219c.288-.222.455-.685.832-.728-.304.294-.553.646-.876.918l.044-.19zM20.543 3.721c.287.002.38.353.592.503l.035.175a4.153 4.153 0 0 1-.626-.678zM2.386 4.936c.017-.204.21-.539.428-.508-.1.188-.234.397-.416.517l-.012-.01zM21.181 4.445l.144.013c.353.517.834.992 1.007 1.6-.391-.517-.736-1.099-1.151-1.613zM2.06 5.294a.71.71 0 0 1 .307-.316c-.028.197-.234.352-.325.539C1.022 7.069.406 8.872.178 10.706l-.076-.209a12.088 12.088 0 0 1 1.957-5.203zM5.377 9.287C5.226 7.71 6.579 6.216 8.156 6.192c1.482-.084 2.839 1.208 2.89 2.681.04.57-.12 1.138-.398 1.633-1.085 1.913-2.172 3.826-3.254 5.741 1.277.008 2.554-.01 3.83.008-.004.482-.008.964.001 1.446-1.889.028-3.781-.001-5.672.014-.006-.502-.034-1.013.014-1.51l3.684-6.599c.278-.484.295-1.159-.107-1.579-.431-.506-1.3-.51-1.742-.019-.313.342-.428.823-.403 1.278-.54.002-1.081.002-1.621 0zM15.072 6.325c.762-.242 1.633-.16 2.322.252a2.863 2.863 0 0 1 1.418 2.419c.013 2.003.006 4.006.004 6.008a2.937 2.937 0 0 1-1.148 2.303c-.749.582-1.789.708-2.683.44-1.17-.354-2.026-1.523-2.006-2.746.001-2.004-.012-4.008.007-6.011.007-1.232.924-2.322 2.087-2.666m.336 1.415c-.494.198-.836.72-.81 1.255 0 2.04-.002 4.081.002 6.121.005.755.743 1.423 1.502 1.286.677-.061 1.111-.76 1.088-1.399.007-1.998.002-3.997.002-5.996a1.45 1.45 0 0 0-.52-1.109c-.353-.28-.852-.302-1.266-.158zM22.366 6.184l.161.031c.679 1.346 1.189 2.788 1.37 4.291l-.077.198c-.199-1.576-.679-3.127-1.454-4.52zM0 11.128l.155-.136c-.055.733-.06 1.47.03 2.201.02.211.091.422.026.634l.217.023.004.023-.112.011c.107 1.381.682 2.707 1.313 3.936l-.154-.042C.767 16.368.188 14.84.117 13.249l-.118.154v-2.274zM23.846 11.032l.154.104v2.077c-.271.145-.054.473-.167.701-.212 1.351-.689 2.646-1.312 3.86l-.155.041c1.129-2.059 1.669-4.44 1.48-6.784zM1.686 17.929c.354.563.757 1.102 1.133 1.649l-.143-.037c-.344-.475-.72-.937-.988-1.459l-.002-.152zM21.188 19.559c.377-.54.776-1.075 1.123-1.637l.018.161c-.308.508-.653.991-1.014 1.462l-.127.014zM2.836 19.612c.259.168.415.452.644.659-.316-.024-.52-.398-.644-.659zM19.73 21.041c.492-.468.962-.972 1.444-1.447l-.054.174c-.433.444-.812 1.026-1.39 1.273zM3.775 20.569c.168.154.361.294.499.476-.199-.011-.556-.251-.499-.476zM4.278 21.049c.408.294.803.605 1.211.898l-.169.004c-.341-.298-.862-.485-1.042-.901zM16.244 23.089c1.274-.467 2.42-1.213 3.482-2.045l-.052.163c-1.816 1.475-4.056 2.518-6.406 2.674l.127.119h-2.627l-.132-.13c-.467.026-.917-.12-1.374-.19l-.122-.148c2.342.584 4.853.428 7.103-.444zM5.59 22.007c.955.587 1.975 1.074 3.054 1.388.164.052.356.062.486.191l-.166.023a13.712 13.712 0 0 1-3.343-1.444l-.031-.158z"/><path fill="#fff" d="M7.39 1.039C9.112.35 10.986.001 12.84.145c.121.004.244.011.365.028a12.44 12.44 0 0 1 4.609 1.459l.1-.001.084.137c.576.265 1.049.704 1.573 1.05l.068.056.196.166c.034.101.104.152.214.154.058.058.173.17.229.227.058.125.173.204.265.301.187.241.39.485.626.678l.012.046c.415.514.76 1.096 1.151 1.613l.034.126c.775 1.393 1.255 2.945 1.454 4.52.012.108.022.217.026.328.19 2.344-.35 4.724-1.48 6.784l-.055.107c-.347.562-.746 1.097-1.123 1.637a.283.283 0 0 0-.014.035c-.481.475-.952.979-1.444 1.447l-.004.004c-1.062.832-2.208 1.578-3.482 2.045a11.846 11.846 0 0 1-7.103.444.505.505 0 0 1-.012.053c-.13-.128-.322-.139-.486-.191-1.079-.314-2.099-.802-3.054-1.388a2.676 2.676 0 0 0-.101-.06c-.408-.293-.803-.604-1.211-.898l-.004-.004c-.138-.182-.331-.323-.499-.476-.104-.102-.239-.155-.295-.299-.229-.206-.385-.491-.644-.659l-.017-.034c-.376-.547-.779-1.086-1.133-1.649l-.053-.11C1.001 16.592.426 15.266.319 13.885l.112-.011.026.01c.452 2.911 2.08 5.616 4.423 7.397 2.972 2.32 7.106 3.042 10.686 1.856 2.419-.757 4.565-2.35 6.013-4.43a11.658 11.658 0 0 0 2.11-7.066 11.671 11.671 0 0 0-3.186-7.67A11.688 11.688 0 0 0 12.95.342c-3.119-.266-6.325.784-8.665 2.866C1.296 5.784-.22 9.951.456 13.844l-.029.008-.217-.023c.065-.211-.006-.422-.026-.634a11.165 11.165 0 0 1-.03-2.201c.005-.095.013-.191.024-.286.228-1.834.844-3.637 1.864-5.189.091-.187.298-.342.325-.539l.018-.043.012.01c.182-.12.317-.329.416-.517l.007-.019c.323-.272.572-.624.876-.918.119-.148.278-.248.403-.389l.271-.254.035-.014c.26-.151.487-.356.724-.541a.514.514 0 0 1 .034-.032c.233-.144.538-.266.694-.487l.103-.006c.424-.282.934-.436 1.336-.731.024.001.071.002.094.004z"/><path fill="#fff" d="M10.751 2.258a9.78 9.78 0 0 1 6.895 1.708c2.384 1.649 3.954 4.41 4.147 7.303a9.808 9.808 0 0 1-2.328 7.109c-1.56 1.84-3.821 3.071-6.217 3.362a9.804 9.804 0 0 1-6.889-1.7c-2.089-1.457-3.572-3.755-4.021-6.264-.466-2.503.085-5.183 1.528-7.285 1.549-2.306 4.123-3.902 6.886-4.232M5.377 9.287c.54.002 1.081.002 1.621 0-.025-.455.09-.936.403-1.278.443-.491 1.312-.487 1.742.019.402.42.385 1.096.107 1.579l-3.684 6.599c-.048.497-.02 1.008-.014 1.51 1.891-.016 3.784.013 5.672-.014-.01-.482-.005-.964-.001-1.446-1.277-.018-2.554 0-3.83-.008 1.082-1.915 2.17-3.828 3.254-5.741.278-.496.438-1.063.398-1.633-.05-1.472-1.408-2.765-2.89-2.681-1.577.024-2.93 1.518-2.779 3.095m9.696-2.963c-1.163.344-2.08 1.434-2.087 2.666-.019 2.003-.006 4.007-.007 6.011-.019 1.223.836 2.392 2.006 2.746.894.268 1.934.142 2.683-.44a2.937 2.937 0 0 0 1.148-2.303c.002-2.003.01-4.006-.004-6.008a2.865 2.865 0 0 0-1.418-2.419c-.689-.412-1.56-.494-2.322-.252z"/><path fill="#fff" d="M15.409 7.739c.414-.144.913-.121 1.266.158.326.266.521.689.52 1.109 0 1.999.005 3.998-.002 5.996.023.64-.412 1.338-1.088 1.399-.76.137-1.498-.532-1.502-1.286-.005-2.04-.002-4.081-.002-6.121a1.316 1.316 0 0 1 .81-1.255z"/><path fill="#c00" d="M4.286 3.205C6.626 1.123 9.832.073 12.951.339a11.686 11.686 0 0 1 7.553 3.629 11.671 11.671 0 0 1 3.186 7.67 11.658 11.658 0 0 1-2.11 7.066 11.632 11.632 0 0 1-6.013 4.43c-3.58 1.186-7.714.463-10.686-1.856C2.537 19.497.91 16.792.458 13.881l-.026-.01-.004-.023.029-.008c-.676-3.893.84-8.059 3.829-10.636m6.465-.946c-2.762.33-5.336 1.926-6.886 4.232-1.442 2.102-1.993 4.782-1.528 7.285.449 2.509 1.932 4.807 4.021 6.264a9.793 9.793 0 0 0 6.889 1.7 9.8 9.8 0 0 0 6.217-3.362 9.808 9.808 0 0 0 2.328-7.109c-.193-2.893-1.763-5.654-4.147-7.303a9.78 9.78 0 0 0-6.895-1.708z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-20--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM6.259 14.636c.243-.577.816-1.188 1.72-1.833.784-.561 1.292-.963 1.523-1.206.354-.378.532-.792.532-1.242 0-.366-.102-.671-.305-.914s-.494-.364-.872-.364c-.518 0-.87.193-1.057.579-.108.223-.171.577-.191 1.063H5.955c.028-.737.161-1.332.4-1.786.454-.864 1.26-1.296 2.419-1.296.916 0 1.644.254 2.186.761s.812 1.179.812 2.016a2.73 2.73 0 0 1-.573 1.708c-.251.33-.663.699-1.236 1.105l-.681.484c-.426.303-.718.522-.875.657s-.29.293-.397.472h3.78v1.499H5.86a4.07 4.07 0 0 1 .4-1.702zm8.385-.259c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.323-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-20--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.23.234.325.315.263.214.64.339.992.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.439.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434zm2.919-2.214v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42zm4.921-1.375v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535zm2.951 0v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983zM6.26 8.089v3.179h2.314v-.529H6.813V8.091zm2.889 0v3.179h.549V8.09zm1.392 0v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89zm3.729 0v3.179h.549V8.09zm2.036.53v2.649h.563V8.619h.874V8.09h-2.31v.529zm-5.18-5.308V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31zm1.346 13.761c0 2.338 1.379 4.016 3.285 4.016 1.954 0 3.285-1.655 3.285-4.1 0-2.47-1.283-4.064-3.285-4.064-1.991 0-3.285 1.63-3.285 4.148zm5.179-.048c0 1.619-.755 2.662-1.919 2.662-1.151 0-1.87-1.019-1.87-2.65 0-1.666.743-2.734 1.919-2.734 1.163 0 1.87 1.031 1.87 2.722zm-11.454.988c-.56.77-.829 1.657-.852 2.813h6.021v-1.331h-4.4c.094-.432.175-.56.653-1.039.432-.432.781-.619 1.75-.922a5.005 5.005 0 0 0 1.226-.537c.502-.35.84-.992.84-1.657 0-1.389-1.249-2.357-3.023-2.357-1.12 0-2.147.397-3.092 1.19l.84.98c.712-.607 1.377-.863 2.24-.863 1.039 0 1.727.409 1.727 1.039 0 .466-.245.665-1.12.911-1.365.397-2.182.91-2.813 1.774zm14.126 5.645H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM6.259 14.636c.243-.577.816-1.188 1.72-1.833.784-.561 1.292-.963 1.523-1.206.354-.378.532-.792.532-1.242 0-.366-.102-.671-.305-.914s-.494-.364-.872-.364c-.518 0-.87.193-1.057.579-.108.223-.171.577-.191 1.063H5.955c.028-.737.161-1.332.4-1.786.454-.864 1.26-1.296 2.419-1.296.916 0 1.644.254 2.186.761s.812 1.179.812 2.016a2.73 2.73 0 0 1-.573 1.708c-.251.33-.663.699-1.236 1.105l-.681.484c-.426.303-.718.522-.875.657s-.29.293-.397.472h3.78v1.499H5.86a4.07 4.07 0 0 1 .4-1.702zm8.039-.615c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445H14.71l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-25--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.229.234.325.315.263.214.64.339.993.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.439.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434zm2.919-2.214v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42zm4.921-1.375v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535zm2.951 0v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983zM6.26 8.089v3.179h2.314v-.529H6.813V8.091zm2.889 0v3.179h.549V8.09zm1.392 0v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89zm3.729 0v3.179h.549V8.09zm2.036.53v2.648h.563V8.619h.874V8.09h-2.31v.529zm-5.18-5.308V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31zM6.197 18.012c-.56.77-.829 1.657-.852 2.813h6.021v-1.331h-4.4c.094-.432.175-.56.653-1.039.432-.432.781-.619 1.75-.922a5.005 5.005 0 0 0 1.226-.537c.502-.35.84-.992.84-1.657 0-1.388-1.249-2.357-3.023-2.357-1.12 0-2.147.397-3.092 1.19l.84.98c.712-.607 1.377-.863 2.24-.863 1.039 0 1.727.409 1.727 1.039 0 .466-.245.665-1.12.911-1.365.397-2.182.91-2.813 1.774zm7.277 1.222l-.647 1.223.156.072c1.259.515 2.039.683 2.974.683 1.775 0 3.093-1.187 3.093-2.794 0-1.535-1.223-2.782-2.746-2.782-.611 0-1.211.108-1.739.3l.072-1.463h3.813l.024-1.331h-5.059l-.276 3.849 1.235.396.192-.072c.743-.276 1.163-.372 1.63-.372.863 0 1.535.623 1.535 1.438 0 .851-.731 1.486-1.739 1.486-.743 0-1.498-.192-2.518-.635zm6.849 4.423H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M12.114.008C5.491.008.122 5.377.122 12s5.369 11.992 11.992 11.992S24.106 18.623 24.106 12c0-6.623-5.369-11.992-11.992-11.992z"/><path fill="#fff" d="M20.735 12a8.621 8.621 0 1 0-17.243 0 8.621 8.621 0 0 0 17.243 0z"/><path fill="#231f20" d="M6.527 13.658l-1.279.936c.77 1.042 1.883 1.587 3.139 1.587 1.824 0 3.269-1.137 3.269-2.57 0-.746-.284-1.291-.983-1.86.438-.497.616-.9.616-1.421 0-.462-.13-.877-.343-1.184-.509-.687-1.552-1.161-2.594-1.161-1.03 0-2.156.474-2.736 1.161l1.125 1.09c.367-.415.959-.663 1.552-.663.794 0 1.398.32 1.398.734 0 .391-.344.64-.877.64-.107 0-.261 0-.474.012v1.575h.592c.675 0 1.102.367 1.102.948 0 .651-.687 1.113-1.635 1.113-.746 0-1.291-.272-1.871-.936zM12.628 12.036c0 2.487 1.303 4.087 3.328 4.087.58 0 1.196-.178 1.753-.533 1.019-.663 1.54-1.848 1.54-3.542 0-.9-.154-1.718-.474-2.393-.474-1.031-1.623-1.741-2.819-1.741-.569 0-1.113.154-1.599.426-1.173.687-1.729 1.883-1.729 3.696z"/><path fill="#fff" d="M17.674 12.012c0-1.587-.64-2.523-1.741-2.523-1.066 0-1.729.936-1.729 2.476 0 .486.095 1.078.225 1.481.213.64.841 1.102 1.504 1.102 1.09 0 1.741-.948 1.741-2.535z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-30--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM7.472 13.681c0 .346.056.633.167.86.207.418.583.627 1.129.627.334 0 .626-.114.875-.343s.373-.558.373-.988c0-.569-.231-.95-.693-1.141-.263-.108-.677-.161-1.242-.161v-1.218c.553-.008.94-.062 1.159-.161.378-.167.567-.506.567-1.015 0-.33-.097-.599-.29-.806s-.465-.311-.815-.311c-.402 0-.698.127-.887.382s-.28.595-.272 1.021H5.954c.016-.43.09-.838.221-1.224.139-.338.358-.651.657-.938.223-.203.488-.358.794-.466s.683-.161 1.129-.161c.828 0 1.496.214 2.004.642s.761 1.002.761 1.723c0 .51-.151.94-.454 1.29-.191.219-.39.368-.597.448.155 0 .378.133.669.4.434.402.651.952.651 1.648 0 .733-.254 1.377-.761 1.932s-1.259.833-2.254.833c-1.226 0-2.078-.4-2.556-1.2-.251-.426-.39-.983-.418-1.672h1.672zm7.172.696c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.323-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-30--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.229.234.325.315.263.214.64.339.993.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.439.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434zm2.919-2.214v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42zm4.921-1.375v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535zm2.951 0v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983zM6.26 8.089v3.179h2.314v-.529H6.813V8.091zm2.889 0v3.179h.549V8.09zm1.392 0v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89zm3.729 0v3.179h.549V8.09zm2.036.53v2.648h.563V8.619h.874V8.09h-2.31v.529zm-5.18-5.308V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31zM6.088 18.78l-1.052.861c.43.443.562.55.885.766.646.442 1.471.682 2.284.682 1.758 0 3.134-1.124 3.134-2.56 0-.73-.347-1.387-.993-1.842.443-.539.61-.957.61-1.483 0-1.292-1.172-2.249-2.739-2.249-.969 0-2.033.455-2.834 1.208l.981.909c.658-.55 1.136-.754 1.806-.754.837 0 1.459.395 1.459.933 0 .479-.334.742-.933.742h-.55v1.376h.431c.837 0 1.435.454 1.435 1.1 0 .73-.789 1.256-1.878 1.256-.801 0-1.423-.299-2.045-.945zm6.528-1.463c0 2.338 1.378 4.016 3.285 4.016 1.955 0 3.285-1.654 3.285-4.1 0-2.47-1.282-4.064-3.285-4.064-1.99 0-3.285 1.63-3.285 4.148zm5.18-.048c0 1.619-.755 2.662-1.918 2.662-1.151 0-1.87-1.019-1.87-2.65 0-1.667.743-2.734 1.918-2.734 1.163 0 1.87 1.031 1.87 2.722zm2.527 6.388H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M7.049 1.062a12.069 12.069 0 0 1 7.944-.68c2.737.678 5.188 2.395 6.809 4.696 1.374 1.928 2.136 4.273 2.198 6.638v.552c-.066 2.969-1.273 5.894-3.34 8.029-2.101 2.21-5.066 3.548-8.111 3.703h-1.074c-2.453-.126-4.862-.994-6.802-2.504-2.84-2.158-4.601-5.64-4.674-9.204v-.658c.059-1.426.338-2.846.887-4.166C2.021 4.65 4.278 2.309 7.048 1.062m3.577 1.436c-2.749.374-5.276 2.028-6.746 4.376a9.618 9.618 0 0 0-1.327 6.816 9.578 9.578 0 0 0 3.563 5.885 9.512 9.512 0 0 0 5.154 1.994 9.55 9.55 0 0 0 6.203-1.69 9.601 9.601 0 0 0 3.726-5.137 9.615 9.615 0 0 0-.166-5.999c-.858-2.416-2.734-4.452-5.077-5.491-1.654-.764-3.53-1.003-5.329-.755z"/><path fill="#fff" d="M10.625 2.498c1.799-.248 3.676-.01 5.329.755 2.344 1.039 4.219 3.076 5.077 5.491a9.622 9.622 0 0 1 .166 5.999 9.601 9.601 0 0 1-3.726 5.137 9.55 9.55 0 0 1-6.203 1.69 9.512 9.512 0 0 1-5.154-1.994 9.578 9.578 0 0 1-3.563-5.885 9.618 9.618 0 0 1 1.327-6.816c1.47-2.348 3.997-4.002 6.746-4.376m-3 4.539c-.949.424-1.492 1.484-1.412 2.503.48.006.959.001 1.439.002-.042-.474.028-1.022.478-1.288.622-.449 1.577.096 1.543.85-.046.599.187 1.354-.331 1.806-.332.328-.838.226-1.258.241v1.303c.49-.006 1.07-.05 1.428.358.446.458.281 1.138.312 1.712.023.458-.158.952-.554 1.211-.491.301-1.206.166-1.529-.32-.268-.355-.224-.821-.227-1.24a346.56 346.56 0 0 0-1.442 0c-.036.679.058 1.4.492 1.95a2.538 2.538 0 0 0 2.32 1.061c.971-.068 1.828-.761 2.202-1.642.272-.631.16-1.332.178-1.998.007-.695-.377-1.378-.994-1.708.512-.377.835-.992.846-1.63.001-.704.077-1.457-.271-2.102-.576-1.126-2.082-1.644-3.218-1.07m5.348-.093c0 1.71-.002 3.419.001 5.129.479-.004.958.001 1.436-.004.536-.796 2.005-.452 2.066.528.011.798.026 1.6-.01 2.398-.096.914-1.447 1.217-1.993.524-.313-.376-.302-.889-.298-1.351a346.56 346.56 0 0 0-1.442 0c-.018.605.032 1.242.366 1.766.478.758 1.354 1.284 2.262 1.261 1.264.01 2.483-1.034 2.544-2.322.04-.794.025-1.592.012-2.388-.019-.804-.512-1.572-1.249-1.902-.702-.371-1.556-.299-2.255.041V8.248l3.314-.001V6.944h-4.756z"/><path d="M7.624 7.038c1.136-.574 2.642-.055 3.218 1.07.348.646.272 1.398.271 2.102a2.098 2.098 0 0 1-.846 1.63c.617.33 1.001 1.013.994 1.708-.018.666.095 1.367-.178 1.998-.374.881-1.231 1.573-2.202 1.642a2.539 2.539 0 0 1-2.32-1.061c-.434-.55-.528-1.271-.492-1.95h1.442c.002.419-.041.884.227 1.24.323.486 1.038.622 1.529.32.396-.259.577-.752.554-1.211-.031-.575.134-1.254-.312-1.712-.358-.408-.938-.364-1.428-.358v-1.303c.42-.016.925.086 1.258-.241.518-.452.286-1.207.331-1.806.034-.754-.922-1.298-1.543-.85-.45.265-.52.814-.478 1.288-.48-.001-.959.004-1.439-.002-.079-1.019.463-2.08 1.412-2.503zM12.974 6.944h4.756v1.303l-3.314.001v2.376c.698-.34 1.553-.412 2.255-.041.737.33 1.23 1.098 1.249 1.902.013.796.028 1.594-.012 2.388-.061 1.288-1.28 2.332-2.544 2.322-.908.023-1.784-.503-2.262-1.261-.334-.524-.384-1.162-.366-1.766h1.442c-.005.462-.016.976.298 1.351.546.692 1.897.39 1.993-.524.036-.798.02-1.6.01-2.398-.061-.98-1.53-1.324-2.066-.528-.479.005-.958 0-1.436.004-.004-1.71-.001-3.419-.001-5.129z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-35--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.23.234.325.315.263.214.64.339.992.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.448-.177-.448-.363 0-.2.196-.329.491-.329.301 0 .491.086.787.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.44.162.243.392.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434zm2.919-2.214v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42zm4.921-1.375v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535zm2.951 0v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983zM6.26 8.089v3.179h2.314v-.529H6.813V8.091zm2.889 0v3.179h.549V8.09zm1.392 0v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89zm3.729 0v3.179h.549V8.09zm2.036.53v2.648h.563V8.619h.874V8.09h-2.31v.529zm-5.18-5.308V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31zm2.348 15.923l-.647 1.223.156.072c1.259.515 2.039.683 2.974.683 1.775 0 3.093-1.187 3.093-2.794 0-1.535-1.223-2.782-2.746-2.782-.611 0-1.211.108-1.739.3l.072-1.463h3.813l.024-1.331h-5.059l-.276 3.849 1.235.396.192-.072c.743-.276 1.163-.371 1.63-.371.863 0 1.535.623 1.535 1.438 0 .851-.731 1.486-1.739 1.486-.743 0-1.498-.192-2.518-.635zm-7.386-.454l-1.052.861c.43.443.562.55.885.766.646.442 1.471.682 2.284.682 1.758 0 3.134-1.124 3.134-2.56 0-.73-.346-1.387-.993-1.842.443-.539.61-.957.61-1.483 0-1.292-1.172-2.249-2.739-2.249-.969 0-2.033.455-2.834 1.208l.981.909c.658-.55 1.136-.754 1.806-.754.837 0 1.459.395 1.459.933 0 .479-.334.742-.933.742h-.55v1.376h.431c.837 0 1.435.454 1.435 1.1 0 .73-.789 1.256-1.878 1.256-.801 0-1.423-.299-2.045-.945zm14.235 4.877H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M11.992.008C5.369.008 0 5.377 0 12s5.369 11.992 11.992 11.992c6.623 0 11.992-5.369 11.992-11.992S18.615.008 11.992.008z"/><path fill="#fff" d="M20.613 12A8.621 8.621 0 1 0 3.37 12a8.621 8.621 0 0 0 17.243 0z"/><path fill="#231f20" d="M9.386 14.499v1.54h1.587v-1.54h.936v-1.587h-.948V8.15H9.137l-4.608 4.785v1.564h4.856z"/><path fill="#fff" d="M9.386 12.912V10.2l-2.653 2.712h2.653z"/><path fill="#231f20" d="M12.618 12.036c0 2.487 1.303 4.087 3.328 4.087.58 0 1.196-.178 1.753-.533 1.019-.663 1.54-1.848 1.54-3.542 0-.9-.154-1.718-.474-2.393-.474-1.031-1.623-1.741-2.819-1.741-.569 0-1.113.154-1.599.426-1.173.687-1.729 1.883-1.729 3.696z"/><path fill="#fff" d="M17.664 12.012c0-1.587-.64-2.523-1.741-2.523-1.066 0-1.729.936-1.729 2.476 0 .486.095 1.078.225 1.481.213.64.841 1.102 1.504 1.102 1.09 0 1.741-.948 1.741-2.535z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-40--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM11.873 14.475h-.979v1.863H9.228v-1.863H5.8v-1.487l3.183-5.255h1.911v5.411h.979v1.332zm-2.646-1.332V9.404l-2.168 3.739h2.168zm5.417 1.234c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.323-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-40--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.229.234.325.315.263.214.64.339.993.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.44.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434zm2.919-2.214v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42zm4.921-1.375v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535zm2.951 0v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983zM6.26 8.089v3.179h2.314v-.529H6.813V8.091zm2.889 0v3.179h.549V8.09zm1.392 0v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89zm3.729 0v3.179h.549V8.09zm2.036.53v2.648h.563V8.619h.874V8.09h-2.31v.529zm-5.18-5.308V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31zm1.712 13.547c0 2.338 1.379 4.016 3.285 4.016 1.954 0 3.285-1.655 3.285-4.1 0-2.47-1.283-4.064-3.285-4.064-1.991 0-3.285 1.63-3.285 4.148zm5.179-.048c0 1.619-.755 2.662-1.919 2.662-1.151 0-1.87-1.019-1.87-2.65 0-1.666.743-2.734 1.919-2.734 1.162 0 1.87 1.031 1.87 2.722zm-8.701 2.449v1.639h1.387v-1.651h1.076V17.92h-1.088v-4.988H9.363l-4.772 4.964v1.364zm.012-4.389v3.062h-2.93zm10.995 8.787H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-45--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.361 0h1.277c2.666.169 5.277 1.202 7.277 2.983a12.017 12.017 0 0 1 3.761 6.249c.172.699.247 1.416.324 2.129v1.276c-.145 1.923-.683 3.826-1.683 5.482-1.561 2.647-4.174 4.652-7.142 5.453-.827.236-1.683.343-2.536.428h-1.276c-1.971-.143-3.922-.708-5.608-1.752-2.59-1.571-4.545-4.157-5.331-7.084C.191 14.34.083 13.488 0 12.639v-1.278C.115 9.908.425 8.462 1.029 7.13A12.042 12.042 0 0 1 7.556.849C8.766.354 10.062.107 11.361 0m-.414 2.463a9.53 9.53 0 0 0-4.718 1.868 9.602 9.602 0 0 0-3.566 5.445c-.504 2.098-.258 4.357.64 6.313.791 1.611 1.999 3.024 3.518 3.989a9.588 9.588 0 0 0 5.481 1.51 9.565 9.565 0 0 0 5.689-2.098 9.6 9.6 0 0 0 2.658-11.645c-.242-.483-.421-1.006-.753-1.439-.897-1.006-1.842-2.004-3.027-2.675a9.599 9.599 0 0 0-5.922-1.268z"/><path fill="#ec1d24" d="M8.457 8.053c.206-.24.543-.28.84-.294.485.001.982-.046 1.453.102.014 1.615.003 3.23.005 4.844.012.14-.033.356.157.394.305.075.626.033.938.047.002.544-.001 1.088.004 1.632-.277.309-.777-.006-1.023.3-.037.518.057 1.046-.075 1.556-.593.003-1.186.012-1.778-.009.007-.592-.035-1.186.007-1.776l.158-.007c-.011.563-.013 1.127.018 1.689.491.03.983.03 1.474-.001.03-.557.032-1.115.018-1.673.358-.01.715-.035 1.074-.047.038-.513.039-1.028.005-1.541-.291-.013-.586-.01-.874-.058-.181-.04-.204-.256-.204-.408-.016-1.646.032-3.292-.021-4.937-.574-.01-1.152-.062-1.723.012-.309.103-.495.397-.719.615a52.73 52.73 0 0 0-1.682 1.825c-.513.583-1.084 1.11-1.621 1.671-.401.409-.772.853-1.236 1.196.275-.426.663-.758 1.004-1.128.677-.723 1.411-1.393 2.059-2.143.58-.621 1.157-1.245 1.742-1.861z"/><path fill="#fff" d="M10.947 2.463a9.599 9.599 0 0 1 5.922 1.268c1.185.671 2.13 1.669 3.027 2.675.332.433.511.956.753 1.439a9.6 9.6 0 0 1-8.347 13.743 9.588 9.588 0 0 1-5.481-1.51c-1.519-.965-2.727-2.378-3.518-3.989-.898-1.956-1.144-4.215-.64-6.313a9.602 9.602 0 0 1 3.566-5.445 9.53 9.53 0 0 1 4.718-1.868m2.328 5.318c-.241.705-.007 1.467-.214 2.178-.164.638-.128 1.304-.102 1.956.573.077 1.084.368 1.638.511.35.028.649-.219.988-.275a2.143 2.143 0 0 1 1.966.298c.347.322.6.851.408 1.316a1.454 1.454 0 0 1-.918.984c-.537.291-1.161.188-1.745.198-.682.004-1.25-.484-1.922-.508-.225.483-.729.894-.632 1.471.495.186.968.45 1.498.529.356.047.69.215 1.054.212.47.001.942.022 1.41-.023.564-.182 1.161-.305 1.656-.65.837-.535 1.25-1.523 1.376-2.475-.047-.839-.304-1.713-.933-2.305-.719-.67-1.741-.933-2.706-.855-.472-.063-.897.243-1.363.18.018-.357-.044-.734.121-1.065.214-.03.424-.092.642-.09 1.19-.002 2.38.005 3.57-.003.127-.509.07-1.042.059-1.561l-.13-.13c-1.733-.035-3.467-.001-5.2-.016-.179.009-.392-.036-.521.123m-4.818.272c-.585.616-1.162 1.24-1.742 1.861-.648.75-1.382 1.42-2.059 2.143-.341.37-.729.702-1.004 1.128.003.51-.011 1.02 0 1.53l.138.125c1.732.014 3.464-.005 5.195.009-.042.59 0 1.184-.007 1.776.592.021 1.185.012 1.778.009.132-.51.038-1.038.075-1.556.246-.306.746.009 1.023-.3-.005-.544-.002-1.088-.004-1.632-.312-.014-.633.028-.938-.047-.19-.038-.145-.254-.157-.394-.002-1.614.009-3.229-.005-4.844-.471-.148-.968-.101-1.453-.102-.297.014-.634.054-.84.294z"/><path fill="#fff" d="M8.848 10.164l.19-.007c.029.966.006 1.933.014 2.899a1.35 1.35 0 0 1-.548.09c-.736-.013-1.472.015-2.207-.014-.161-.11-.046-.273.055-.376.802-.892 1.673-1.719 2.496-2.592z"/><path fill="#1a1919" d="M13.275 7.781c.129-.159.342-.114.521-.123 1.733.015 3.467-.019 5.2.016l.13.13c.011.519.068 1.052-.059 1.561-1.19.008-2.38.001-3.57.003-.218-.002-.428.06-.642.09-.165.331-.103.708-.121 1.065.466.063.891-.243 1.363-.18.965-.078 1.987.185 2.706.855.629.592.886 1.466.933 2.305-.126.952-.539 1.94-1.376 2.475-.495.345-1.092.468-1.656.65-.468.045-.94.024-1.41.023-.364.003-.698-.165-1.054-.212-.53-.079-1.003-.343-1.498-.529-.097-.577.407-.988.632-1.471.672.024 1.24.512 1.922.508.584-.01 1.208.093 1.745-.198.444-.159.796-.525.918-.984.192-.465-.061-.994-.408-1.316a2.143 2.143 0 0 0-1.966-.298c-.339.056-.638.303-.988.275-.554-.143-1.065-.434-1.638-.511-.026-.652-.062-1.318.102-1.956.207-.711-.027-1.473.214-2.178zM8.191 8.493c.224-.218.41-.512.719-.615.571-.074 1.149-.022 1.723-.012.053 1.645.005 3.291.021 4.937 0 .152.023.368.204.408.288.048.583.045.874.058.034.513.033 1.028-.005 1.541-.359.012-.716.037-1.074.047a21.21 21.21 0 0 1-.018 1.673c-.491.031-.983.031-1.474.001a22.647 22.647 0 0 1-.018-1.689l-.158.007c-1.731-.014-3.463.005-5.195-.009a8.182 8.182 0 0 0-.138-.125c-.011-.51.003-1.02 0-1.53.464-.343.835-.787 1.236-1.196.537-.561 1.108-1.088 1.621-1.671a52.73 52.73 0 0 1 1.682-1.825m.657 1.671c-.823.873-1.694 1.7-2.496 2.592-.101.103-.216.266-.055.376.735.029 1.471.001 2.207.014a1.35 1.35 0 0 0 .548-.09c-.008-.966.015-1.933-.014-2.899l-.19.007z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-45--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM11.873 14.475h-.979v1.863H9.228v-1.863H5.8v-1.487l3.183-5.255h1.911v5.411h.979v1.332zm-2.646-1.332V9.404l-2.168 3.739h2.168zm5.071.878c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445H14.71l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-45--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.229.234.325.315.263.214.64.339.993.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.44.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434zm2.919-2.214v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42zm4.921-1.375v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535zm2.951 0v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983zM6.26 8.089v3.179h2.314v-.529H6.813V8.091zm2.889 0v3.179h.549V8.09zm1.392 0v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89zm3.729 0v3.179h.549V8.09zm2.036.53v2.648h.563V8.619h.874V8.09h-2.31v.529zm-5.18-5.308V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31zm-1.81 15.948v1.639h1.387v-1.651h1.076V17.92h-1.088v-4.988H9.363l-4.772 4.964v1.364zm.012-4.389v3.062h-2.93zm4.456 4.1l-.647 1.223.156.072c1.259.515 2.038.683 2.974.683 1.774 0 3.093-1.187 3.093-2.794 0-1.534-1.223-2.782-2.746-2.782-.611 0-1.211.108-1.739.3l.072-1.463h3.813l.024-1.331h-5.06l-.276 3.849 1.235.396.192-.072c.743-.276 1.163-.372 1.63-.372.863 0 1.535.623 1.535 1.439 0 .851-.731 1.486-1.739 1.486-.743 0-1.498-.192-2.518-.635zm6.539 4.687H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-5--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#dc0303" d="M11.115 0h1.757c2.67.203 5.271 1.307 7.239 3.13 2.037 1.851 3.412 4.423 3.784 7.153.032.212.07.424.104.637v1.956c-.27 3.865-2.528 7.534-5.888 9.472-1.829.938-3.845 1.573-5.915 1.576-4.216.123-8.319-2.282-10.5-5.851-.274-.422-.455-.897-.736-1.313-.53-1.143-.775-2.386-.96-3.623V11.12c.223-2.966 1.575-5.835 3.755-7.865C5.736 1.362 8.387.212 11.115 0m-.113 2.767C8.9 3.018 6.871 3.984 5.436 5.556c-1.464 1.592-2.433 3.69-2.485 5.87-.043 2.119.583 4.281 1.901 5.957 1.279 1.647 3.133 2.83 5.152 3.336 2.118.496 4.403.161 6.328-.837 2.094-1.096 3.681-3.058 4.441-5.284.569-1.667.536-3.491.108-5.186-.607-2.227-2.088-4.211-4.076-5.389-1.709-1.084-3.797-1.548-5.802-1.256z"/><path fill="#fff" d="M11.002 2.767a8.604 8.604 0 0 1 5.802 1.256c1.989 1.178 3.469 3.162 4.076 5.389.428 1.695.461 3.519-.108 5.186-.759 2.226-2.347 4.188-4.441 5.284-1.925.998-4.21 1.333-6.328.837-2.019-.505-3.873-1.689-5.152-3.336-1.318-1.676-1.944-3.837-1.901-5.957.052-2.18 1.021-4.278 2.485-5.87 1.435-1.572 3.464-2.537 5.566-2.789M9.982 7.831v4.316l1.017.003c.288-.917 1.835-.974 2.142-.046a3.46 3.46 0 0 1 .02 1.973c-.232.767-1.33.952-1.881.425-.22-.211-.284-.519-.352-.805h-1.13c.057.524.178 1.079.563 1.467.582.631 1.525.745 2.33.598.828-.149 1.503-.85 1.652-1.672a6.234 6.234 0 0 0 .03-1.768c-.1-.711-.51-1.446-1.214-1.705-.709-.223-1.575-.217-2.163.293.013-.69.001-1.38.006-2.071 1.081-.003 2.163.003 3.243-.003l-.001-1.006H9.98zM.96 16.759c.282.417.462.891.736 1.313 2.182 3.57 6.284 5.975 10.5 5.851 2.07-.003 4.086-.637 5.915-1.576-1.525.935-3.275 1.439-5.041 1.652h-2.133c-1.032-.142-2.065-.329-3.044-.697-3.077-1.109-5.652-3.533-6.933-6.543z"/><path fill="#030303" d="M9.982 7.831h4.264l.001 1.006c-1.081.005-2.163 0-3.243.003-.005.691.006 1.382-.006 2.071.588-.51 1.454-.517 2.163-.293.703.259 1.114.994 1.214 1.705a6.235 6.235 0 0 1-.03 1.768c-.149.823-.824 1.524-1.652 1.672-.805.147-1.749.033-2.33-.598-.385-.387-.505-.942-.563-1.467h1.13c.067.286.132.594.352.805.551.527 1.648.342 1.881-.425a3.469 3.469 0 0 0-.02-1.973c-.307-.928-1.854-.871-2.142.046l-1.017-.003V7.832z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-5--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM10.572 14.021c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445h-3.541l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-5--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M2 0h20v24H2V0m1.015.109c-.537.117-.96.633-.927 1.188v21.406c-.035.611.491 1.19 1.104 1.205 5.702.002 11.404-.001 17.106.001.325-.008.676.051.969-.127a1.17 1.17 0 0 0 .645-1.078c.002-7.003-.001-14.005.001-21.008-.008-.322.044-.671-.129-.963a1.175 1.175 0 0 0-1.086-.646L3.802.086C3.54.09 3.275.071 3.015.109z"/><path fill="#040404" d="M2.929.443c.148-.063.311-.071.469-.076L20.6.366c.534-.055 1.058.388 1.029.937.004 7.131.004 14.261 0 21.391.023.501-.421.956-.924.931-5.668.005-11.337-.001-17.006.003-.3-.006-.628.037-.895-.134-.309-.179-.459-.548-.436-.895V1.4c-.033-.396.181-.812.561-.957m.11.503c-.149.1-.18.291-.172.458.004 7.097-.003 14.195.004 21.292a.402.402 0 0 0 .429.428c5.802.002 11.605.003 17.407 0 .287.026.466-.268.425-.526V1.399c.026-.221-.086-.485-.331-.517-.298-.031-.598-.01-.897-.014C14.437.866 8.97.87 3.503.866c-.156.007-.328-.014-.464.08z"/><path fill="#040404" d="M4.715 3.212c.628-.407 1.507-.226 2.026.283-.148.135-.297.269-.446.402-.306-.28-.764-.407-1.159-.253-.195.067-.257.38-.066.485.452.226.994.21 1.427.482.471.316.537 1.111.06 1.452-.709.549-1.812.369-2.37-.316l.478-.373c.337.397.932.541 1.402.301.21-.088.309-.4.108-.552-.468-.289-1.082-.24-1.531-.569-.428-.329-.382-1.056.071-1.342zM7.548 3.027c.577.003 1.154-.014 1.731.008.431.02.834.337.931.761.15.54-.248 1.17-.813 1.229-.413.036-.828.007-1.242.016v1.306l-.606.001c-.002-1.107 0-2.214-.001-3.321m.61.592c-.003.275-.003.551-.002.826.409-.019.828.046 1.231-.036.356-.11.33-.669-.028-.755-.395-.071-.802-.018-1.201-.035zM10.805 3.026c.811.002 1.623-.002 2.434.002l-.001.594h-1.824v.618l.993-.001v.608c-.331.001-.661.001-.992-.001-.002.304-.002.607 0 .91h1.883l-.001.595-2.493.001c-.001-1.109-.002-2.217.001-3.326zM13.96 3.026h2.433l.002.596-1.825.001v.616h.993v.608l-.993.001-.001.906c.628.003 1.255 0 1.883.002l.001.594c-.831.003-1.663.003-2.494 0 .001-1.108-.001-2.216.001-3.324zM17.115 3.025c.661.039 1.403-.136 1.986.266.969.606.942 2.264-.054 2.833-.583.352-1.29.186-1.933.223.001-1.108-.002-2.215.001-3.322m.606.594c-.001.711.001 1.421-.001 2.132.316-.008.657.054.948-.105.665-.312.728-1.35.19-1.806-.319-.263-.752-.22-1.137-.221zM5.92 8.012l.598-.002.001 2.811h1.893l.001.515H5.92V8.012zM8.977 8.011l.599.001.001 3.324h-.6V8.011zM10.436 8.009L10.793 8l.01.2h.316c.293.592.584 1.185.875 1.779.302-.586.571-1.189.891-1.764l.213-.028.008-.185.457.006c-.003 1.109.003 2.218-.003 3.327l-.583-.002c-.001-.671.001-1.342-.001-2.014-.346.659-.636 1.346-.989 2.001-.323-.666-.631-1.34-.963-2.001l-.001 2.014-.583.002c-.006-1.109 0-2.217-.004-3.326zM14.424 8.012l.599-.001v3.325l-.598.001c-.003-1.109-.001-2.217-.001-3.325zM15.587 8.011c.831 0 1.662-.002 2.493.001v.584l-.956.001c0 .913.001 1.826 0 2.739l-.581.001c-.005-.913-.001-1.826-.003-2.739l-.952-.001-.001-.586zM9.348 13.792c1.779.003 3.559 0 5.338.002l-.028 1.399c-1.32.004-2.64.001-3.96.002l-.085 1.146c1.126-.264 2.411-.335 3.418.33 1.055.65 1.529 2.048 1.138 3.216-.305.97-1.197 1.665-2.166 1.894-1.418.338-2.936-.007-4.163-.764l.759-1.198c.896.509 1.963.759 2.986.57.439-.082.892-.295 1.118-.699.397-.687.055-1.708-.716-1.953-.81-.264-1.681-.105-2.467.161-.479-.092-.947-.237-1.422-.345.033-.58.073-1.16.115-1.739l.08-.163c.015-.62-.01-1.241.055-1.859z"/><path fill="#fff" d="M3.015.109c.26-.038.525-.019.787-.023l16.896.001c.445-.019.893.243 1.086.646.173.292.121.641.129.963-.002 7.003.001 14.005-.001 21.008a1.17 1.17 0 0 1-.645 1.078c-.293.178-.644.119-.969.127-5.702-.002-11.404.001-17.106-.001-.613-.015-1.139-.594-1.104-1.205V1.297c-.033-.555.39-1.071.927-1.188m-.086.334c-.38.145-.594.561-.561.957v21.199c-.023.347.127.716.436.895.267.171.595.128.895.134 5.669-.004 11.338.002 17.006-.003.503.025.947-.43.924-.931.004-7.13.004-14.26 0-21.391.029-.549-.495-.992-1.029-.937L3.398.367c-.158.005-.321.013-.469.076z"/><path fill="#fff" d="M3.039.946c.136-.094.308-.073.464-.08 5.467.004 10.934 0 16.401.002.299.004.599-.017.897.014.245.032.357.296.331.517v21.199c.041.258-.138.552-.425.526-5.802.003-11.605.002-17.407 0a.402.402 0 0 1-.429-.428c-.007-7.097 0-14.195-.004-21.292-.008-.167.023-.358.172-.458m1.676 2.266c-.453.286-.499 1.013-.071 1.342.449.329 1.063.28 1.531.569.201.152.102.464-.108.552-.47.24-1.065.096-1.402-.301l-.478.373c.558.685 1.661.865 2.37.316.477-.341.411-1.136-.06-1.452-.433-.272-.975-.256-1.427-.482-.191-.105-.129-.418.066-.485.395-.154.853-.027 1.159.253.149-.133.298-.267.446-.402-.519-.509-1.398-.69-2.026-.283m2.833-.185c.001 1.107-.001 2.214.001 3.321l.606-.001V5.041c.414-.009.829.02 1.242-.016.565-.059.963-.689.813-1.229-.097-.424-.5-.741-.931-.761-.577-.022-1.154-.005-1.731-.008m3.257-.001c-.003 1.109-.002 2.217-.001 3.326l2.493-.001.001-.595h-1.883a69.009 69.009 0 0 1 0-.91c.331.002.661.002.992.001v-.608l-.993.001v-.618h1.824l.001-.594c-.811-.004-1.623 0-2.434-.002m3.155 0c-.002 1.108 0 2.216-.001 3.324.831.003 1.663.003 2.494 0l-.001-.594c-.628-.002-1.255.001-1.883-.002l.001-.906.993-.001v-.608h-.993v-.616l1.825-.001-.002-.596H13.96m3.155-.001c-.003 1.107 0 2.214-.001 3.322.643-.037 1.35.129 1.933-.223.996-.569 1.023-2.227.054-2.833-.583-.402-1.325-.227-1.986-.266M5.92 8.012v3.324h2.493l-.001-.515H6.519L6.518 8.01l-.598.002m3.057-.001v3.325h.6l-.001-3.324-.599-.001m1.459-.002c.004 1.109-.002 2.217.004 3.326l.583-.002.001-2.014c.332.661.64 1.335.963 2.001.353-.655.643-1.342.989-2.001.002.672 0 1.343.001 2.014l.583.002c.006-1.109 0-2.218.003-3.327l-.457-.006-.008.185-.213.028c-.32.575-.589 1.178-.891 1.764-.291-.594-.582-1.187-.875-1.779h-.316l-.01-.2-.357.009m3.988.003c0 1.108-.002 2.216.001 3.325l.598-.001V8.011l-.599.001m1.163-.001l.001.586.952.001c.002.913-.002 1.826.003 2.739l.581-.001c.001-.913 0-1.826 0-2.739l.956-.001v-.584c-.831-.003-1.662-.001-2.493-.001m-6.239 5.781c-.065.618-.04 1.239-.055 1.859l-.08.163a111.92 111.92 0 0 0-.115 1.739c.475.108.943.253 1.422.345.786-.266 1.657-.425 2.467-.161.771.245 1.113 1.266.716 1.953-.226.404-.679.617-1.118.699-1.023.189-2.09-.061-2.986-.57l-.759 1.198c1.227.757 2.745 1.102 4.163.764.969-.229 1.861-.924 2.166-1.894.391-1.168-.083-2.566-1.138-3.216-1.007-.665-2.292-.594-3.418-.33l.085-1.146c1.32-.001 2.64.002 3.96-.002l.028-1.399c-1.779-.002-3.559.001-5.338-.002z"/><path fill="#fff" d="M8.158 3.619c.399.017.806-.036 1.201.035.358.086.384.645.028.755-.403.082-.822.017-1.231.036-.001-.275-.001-.551.002-.826zM17.721 3.619c.385.001.818-.042 1.137.221.538.456.475 1.494-.19 1.806-.291.159-.632.097-.948.105.002-.711 0-1.421.001-2.132z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M12.105.008C5.482.008.113 5.377.113 12s5.369 11.992 11.992 11.992c6.623 0 11.992-5.369 11.992-11.992S18.728.008 12.105.008z"/><path fill="#fff" d="M20.726 12a8.621 8.621 0 1 0-17.243 0 8.621 8.621 0 0 0 17.243 0z"/><path fill="#231f20" d="M6.151 14.063l-.805 1.338c.841.533 1.871.805 2.997.805.64 0 1.232-.095 1.729-.308 1.019-.415 1.717-1.492 1.717-2.618 0-1.658-1.22-2.784-3.032-2.784-.509 0-.912.071-1.421.261l.095-1.019h3.826l.012-1.575H5.974l-.332 3.731 1.694.592c.497-.272.959-.391 1.433-.391.853 0 1.421.474 1.421 1.196 0 .841-.675 1.338-1.836 1.338-.805 0-1.196-.095-2.073-.509l-.13-.059zM12.501 12.036c0 2.487 1.303 4.087 3.328 4.087.58 0 1.196-.178 1.753-.533 1.019-.663 1.54-1.848 1.54-3.542 0-.9-.154-1.718-.474-2.393-.474-1.031-1.623-1.741-2.819-1.741-.569 0-1.113.154-1.599.426-1.173.687-1.729 1.883-1.729 3.696z"/><path fill="#fff" d="M17.547 12.012c0-1.587-.64-2.523-1.741-2.523-1.066 0-1.729.936-1.729 2.476 0 .486.095 1.078.225 1.481.213.64.841 1.102 1.504 1.102 1.09 0 1.741-.948 1.741-2.535z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-50--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM7.495 14.021c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445H7.907l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696zm7.149.356c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.323-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-50--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M20.323 23.657H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/><path fill="#231f20" d="M4.854 5.531l-.439.296.043.048c.119.129.229.234.325.315.263.214.64.339.993.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.439.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434l-.043-.053zM7.773 3.317v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42h-.057zM14.078 3.317v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535h-2.281zM17.029 3.317v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983h-.071zM6.26 8.089v3.179h2.314v-.529H6.813V8.091H6.26zM9.149 11.268h.549V8.089h-.549zM10.541 8.089v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89h-.529zM14.27 11.268h.549V8.089h-.549zM16.306 8.619v2.648h.563V8.619h.874V8.09h-2.31v.529h.873zM11.126 3.311V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31h-2.281zM5.616 18.97l-.647 1.223.156.072c1.259.515 2.038.683 2.974.683 1.774 0 3.093-1.187 3.093-2.794 0-1.534-1.223-2.782-2.746-2.782-.611 0-1.211.108-1.738.3l.072-1.463h3.813l.024-1.331H5.558l-.276 3.849 1.235.396.192-.072c.743-.276 1.163-.372 1.63-.372.863 0 1.534.623 1.534 1.439 0 .851-.731 1.486-1.739 1.486-.743 0-1.498-.192-2.518-.635zM12.58 17.098c0 2.338 1.378 4.017 3.285 4.017 1.955 0 3.285-1.655 3.285-4.1 0-2.47-1.282-4.064-3.285-4.064-1.99 0-3.285 1.63-3.285 4.148zm5.179-.048c0 1.619-.755 2.662-1.918 2.662-1.151 0-1.87-1.019-1.87-2.65 0-1.667.743-2.734 1.918-2.734 1.163 0 1.87 1.031 1.87 2.722z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-55--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM7.495 14.021c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445H7.907l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696zm6.803 0c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445H14.71l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-55--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M20.319 23.915c.653 0 1.183-.53 1.183-1.183V1.27c0-.653-.529-1.183-1.183-1.183H3.827c-.653 0-1.184.529-1.184 1.183v21.462c0 .653.53 1.183 1.184 1.183h16.492z"/><path fill="#231f20" d="M20.323 23.657H3.832a.928.928 0 0 1-.93-.93V1.262c0-.512.417-.93.93-.93h16.491a.928.928 0 0 1 .93.93v21.465a.928.928 0 0 1-.93.93zm-16.491-.546h16.491a.384.384 0 0 0 .383-.383V1.263a.384.384 0 0 0-.383-.383H3.832a.382.382 0 0 0-.384.383v21.465a.385.385 0 0 0 .384.384z"/><path fill="#231f20" d="M5.616 18.97l-.647 1.223.156.072c1.259.515 2.038.683 2.974.683 1.774 0 3.093-1.187 3.093-2.794 0-1.534-1.223-2.782-2.746-2.782-.611 0-1.211.108-1.738.3l.072-1.463h3.813l.024-1.331H5.558l-.276 3.849 1.235.396.192-.072c.743-.276 1.163-.372 1.63-.372.863 0 1.534.623 1.534 1.439 0 .851-.731 1.486-1.739 1.486-.743 0-1.498-.192-2.518-.635zM13.492 18.97l-.647 1.223.156.072c1.259.515 2.039.683 2.974.683 1.775 0 3.093-1.187 3.093-2.794 0-1.534-1.223-2.782-2.746-2.782-.611 0-1.21.108-1.739.3l.072-1.463h3.813l.024-1.331h-5.059l-.276 3.849 1.235.396.192-.072c.743-.276 1.163-.372 1.63-.372.863 0 1.535.623 1.535 1.439 0 .851-.731 1.486-1.739 1.486-.743 0-1.498-.192-2.518-.635zM4.854 5.531l-.439.296.043.048c.119.129.229.234.325.315.263.214.64.339.993.339.663 0 1.145-.416 1.145-.993a.872.872 0 0 0-.139-.482c-.158-.239-.229-.277-.826-.449l-.296-.086c-.358-.105-.449-.177-.449-.363 0-.2.196-.329.491-.329.301 0 .491.086.788.358l.401-.339a.995.995 0 0 0-.272-.248c-.31-.215-.592-.311-.911-.311-.596 0-1.022.372-1.022.893 0 .162.043.315.124.44.162.243.391.358.945.482.458.105.63.229.63.458 0 .267-.277.458-.659.458-.325 0-.563-.124-.83-.434l-.043-.053zM7.773 3.317v3.179h.553V5.241h.902c.611 0 1.05-.406 1.05-.969 0-.568-.42-.955-1.036-.955zm1.384 1.375h-.835v-.83h.902c.32 0 .525.162.525.41 0 .253-.21.42-.535.42h-.057zM14.078 3.317v3.179h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723v-.535h-2.281zM17.029 3.317v3.179h.902c.94 0 1.594-.649 1.594-1.589 0-.925-.634-1.589-1.527-1.589zm.85 2.63h-.301v-2.08h.396c.659 0 1.036.401 1.036 1.097 0 .62-.391.983-1.06.983h-.071zM11.126 3.311V6.49h2.319v-.535h-1.761v-.907h.941v-.539h-.941v-.664h1.723V3.31h-2.281zM6.26 8.089v3.179h2.314v-.529H6.813V8.091H6.26zM9.149 11.268h.549V8.089h-.549zM10.541 8.089v3.179h.539V9.326l.874 1.909.917-1.909v1.942h.549l.005-3.178h-.563l-.897 1.89-.893-1.89h-.529zM16.306 8.619v2.648h.563V8.619h.874V8.09h-2.31v.529h.873zM14.27 11.268h.549V8.089h-.549z"/><path fill="#fff" d="M14.819 8.089zm0 0zm0 0zm0 0zm0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M12.105.008C5.482.008.113 5.377.113 12s5.369 11.992 11.992 11.992c6.623 0 11.992-5.369 11.992-11.992S18.728.008 12.105.008z"/><path fill="#fff" d="M20.726 12a8.621 8.621 0 1 0-17.243 0 8.621 8.621 0 0 0 17.243 0z"/><path fill="#231f20" d="M10.593 9.584V8.009h-.071c-.817 0-1.184.047-1.777.213-2.097.628-3.518 2.594-3.518 4.88 0 .936.261 1.741.699 2.191.486.509 1.516.829 2.582.829 1.824 0 3.151-1.007 3.151-2.405 0-1.469-1.327-2.464-3.257-2.464-.391 0-.604.024-1.173.166.201-.379.308-.521.616-.829.237-.225.497-.426.794-.58.592-.332.888-.403 1.836-.426h.118z"/><path fill="#fff" d="M10.06 13.694c0-.497-.687-.853-1.646-.853-.924 0-1.599.355-1.599.841 0 .497.699.877 1.623.877.983 0 1.623-.343 1.623-.865z"/><path fill="#231f20" d="M12.62 12.036c0 2.487 1.303 4.087 3.328 4.087.58 0 1.196-.178 1.753-.533 1.019-.663 1.54-1.848 1.54-3.542 0-.9-.154-1.718-.474-2.393-.474-1.031-1.623-1.741-2.819-1.741-.568 0-1.113.154-1.599.426-1.173.687-1.729 1.883-1.729 3.696z"/><path fill="#fff" d="M17.665 12.012c0-1.587-.64-2.523-1.741-2.523-1.066 0-1.729.936-1.729 2.476 0 .486.095 1.078.225 1.481.213.64.841 1.102 1.504 1.102 1.09 0 1.741-.948 1.741-2.535z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-60--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM7.943 14.738a1.2 1.2 0 0 0 .956.442c.378 0 .676-.142.893-.427s.325-.654.325-1.108c0-.506-.123-.893-.37-1.162s-.549-.403-.908-.403c-.291 0-.547.088-.77.263-.334.259-.502.677-.502 1.254 0 .466.125.846.376 1.141zm2.019-4.879c0-.139-.054-.293-.161-.46-.183-.271-.46-.406-.83-.406-.553 0-.948.311-1.182.932-.127.342-.215.848-.263 1.517.211-.251.456-.434.735-.549s.597-.173.956-.173c.768 0 1.398.261 1.89.782s.738 1.188.738 2.001c0 .808-.241 1.521-.723 2.138s-1.23.926-2.245.926c-1.091 0-1.895-.456-2.413-1.368-.402-.713-.603-1.632-.603-2.759 0-.661.028-1.198.084-1.612.1-.737.293-1.35.579-1.839.247-.418.57-.754.97-1.009s.879-.382 1.436-.382c.804 0 1.445.206 1.923.618s.747.96.806 1.645H9.963zm4.682 4.518c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.323-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-60--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.611.016h16.778c.664 0 1.198.534 1.198 1.198v21.571c0 .664-.534 1.198-1.198 1.198H3.611a1.195 1.195 0 0 1-1.198-1.198V1.214c0-.664.534-1.198 1.198-1.198z"/><path d="M3.611.316h16.778c.498 0 .899.401.899.899v21.571a.897.897 0 0 1-.899.899H3.611a.897.897 0 0 1-.899-.899V1.215c0-.498.401-.899.899-.899z"/><path fill="#fff" d="M3.611.815h16.778c.221 0 .399.178.399.399v21.571a.398.398 0 0 1-.399.399H3.611a.398.398 0 0 1-.399-.399V1.214c0-.221.178-.399.399-.399z"/><path d="M7.002 5.477c0 .324-.153.574-.459.749-.114.07-.242.123-.386.16s-.291.055-.444.055c-.283 0-.533-.05-.75-.15s-.418-.255-.603-.465l.469-.358c.124.14.254.242.391.305s.298.095.483.095c.208 0 .379-.039.513-.117s.2-.177.2-.298c0-.127-.068-.224-.205-.291-.059-.022-.12-.045-.183-.067s-.133-.041-.207-.057l-.151-.043-.151-.033-.156-.048c-.169-.038-.302-.08-.398-.126s-.178-.107-.247-.184c-.068-.073-.12-.156-.154-.248s-.051-.189-.051-.291a.792.792 0 0 1 .313-.642c.098-.078.216-.138.354-.181s.291-.064.457-.064c.244 0 .466.04.667.119s.383.203.549.372l-.435.382a1.046 1.046 0 0 0-.781-.315c-.166 0-.296.029-.388.088s-.139.139-.139.241c0 .045.008.084.024.117s.044.064.083.091c.039.027.092.052.159.074s.151.045.252.067c.218.045.4.089.547.134s.265.089.357.134c.147.073.262.18.347.322s.127.3.127.475zm3.271-1.287a.92.92 0 0 1-.134.482c-.044.073-.097.141-.159.203s-.132.114-.21.155c-.094.051-.185.084-.271.1s-.191.024-.315.024h-.933v1.254h-.596V3.212h1.529c.124 0 .229.01.315.029s.177.054.271.105a.937.937 0 0 1 .503.844zm-.586 0c0-.124-.044-.223-.132-.296s-.205-.11-.352-.11h-.952v.797h.952c.147 0 .264-.036.352-.107s.132-.166.132-.284zm1.135 2.217V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572h-2.447zm3.1 0V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572h-2.447zm5.718-1.602c0 .321-.067.601-.2.84s-.33.429-.591.572c-.114.064-.238.111-.371.143s-.267.048-.4.048h-1.055V3.212h1.055c.28 0 .54.067.781.2.254.143.448.331.581.565s.2.51.2.828zm-.586 0c0-.216-.04-.397-.12-.544s-.201-.264-.364-.353a1 1 0 0 0-.493-.124h-.459v2.051h.459c.172 0 .33-.041.474-.124.335-.172.503-.474.503-.906zM6.157 11.201V8.005h.572v2.704h1.817v.491h-2.39zm2.935 0V8.005h.572v3.196h-.572zm3.839 0V9.25l-.94 1.951-.93-1.951v1.951h-.563V8.005h.563l.93 1.894.94-1.894h.563v3.196h-.563zm1.397 0V8.005h.572v3.196h-.572zm2.594-2.633v2.633h-.558V8.568h-.921v-.563h2.399v.563h-.921zM10.838 18.463c0 .358-.076.688-.227.99s-.362.562-.632.781c-.27.219-.592.389-.966.513s-.787.185-1.24.185c-.477 0-.92-.076-1.329-.227s-.777-.366-1.103-.644c-.326-.278-.566-.618-.721-1.019s-.233-.876-.233-1.425c0-.843.181-1.614.543-2.313s.88-1.284 1.556-1.753c.23-.159.465-.296.703-.412s.487-.209.745-.28c.258-.072.533-.123.823-.155s.61-.048.96-.048v1.431h-.143c-.429 0-.799.038-1.109.113s-.604.197-.882.364c-.366.207-.664.443-.894.71s-.445.61-.644 1.031c.175-.048.336-.089.483-.125s.29-.062.429-.078a7.23 7.23 0 0 1 .876-.048c.437 0 .839.06 1.204.179s.682.286.948.501c.266.215.475.469.626.763s.227.616.227.966zm-1.431.024c0-.302-.155-.544-.465-.727s-.715-.274-1.216-.274-.902.089-1.205.268-.453.415-.453.709c0 .31.151.557.453.739s.704.274 1.205.274c.501 0 .906-.089 1.216-.268s.465-.419.465-.721zm10.206-1.741c0 .517-.062 1.024-.185 1.52s-.318.944-.584 1.341c-.266.397-.61.717-1.031.96s-.934.364-1.538.364c-.596 0-1.107-.117-1.532-.352s-.773-.546-1.043-.936c-.27-.389-.469-.833-.596-1.329a6.16 6.16 0 0 1 .006-3.064 3.97 3.97 0 0 1 .608-1.317c.274-.381.622-.69 1.043-.924s.926-.352 1.514-.352c.596 0 1.105.119 1.526.358s.767.551 1.037.936c.27.386.467.823.59 1.312s.185.984.185 1.485zm-1.431.036c0-.843-.167-1.502-.501-1.979s-.803-.716-1.407-.716c-.358 0-.66.084-.906.251s-.445.38-.596.638c-.151.258-.26.545-.328.858s-.101.618-.101.912c0 .89.171 1.572.513 2.045s.815.709 1.419.709c.294 0 .559-.066.793-.197s.435-.318.602-.56c.167-.242.294-.533.382-.87s.131-.713.131-1.127v.036z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-65--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM7.943 14.738a1.2 1.2 0 0 0 .956.442c.378 0 .676-.142.893-.427s.325-.654.325-1.108c0-.506-.123-.893-.37-1.162s-.549-.403-.908-.403c-.291 0-.547.088-.77.263-.334.259-.502.677-.502 1.254 0 .466.125.846.376 1.141zm2.019-4.879c0-.139-.054-.293-.161-.46-.183-.271-.46-.406-.83-.406-.553 0-.948.311-1.182.932-.127.342-.215.848-.263 1.517.211-.251.456-.434.735-.549s.597-.173.956-.173c.768 0 1.398.261 1.89.782s.738 1.188.738 2.001c0 .808-.241 1.521-.723 2.138s-1.23.926-2.245.926c-1.091 0-1.895-.456-2.413-1.368-.402-.713-.603-1.632-.603-2.759 0-.661.028-1.198.084-1.612.1-.737.293-1.35.579-1.839.247-.418.57-.754.97-1.009s.879-.382 1.436-.382c.804 0 1.445.206 1.923.618s.747.96.806 1.645H9.963zm4.336 4.162c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445H14.71l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-65--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.611.016h16.778c.664 0 1.198.534 1.198 1.198v21.571c0 .664-.534 1.198-1.198 1.198H3.611a1.195 1.195 0 0 1-1.198-1.198V1.214c0-.664.534-1.198 1.198-1.198z"/><path d="M3.611.316h16.778c.498 0 .899.401.899.899v21.571a.897.897 0 0 1-.899.899H3.611a.897.897 0 0 1-.899-.899V1.215c0-.498.401-.899.899-.899z"/><path fill="#fff" d="M3.611.815h16.778c.221 0 .399.178.399.399v21.571a.398.398 0 0 1-.399.399H3.611a.398.398 0 0 1-.399-.399V1.214c0-.221.178-.399.399-.399z"/><path d="M7.002 5.477c0 .324-.153.574-.459.749-.114.07-.242.123-.386.16s-.291.055-.444.055c-.283 0-.533-.05-.75-.15s-.418-.255-.603-.465l.469-.358c.124.14.254.242.391.305s.298.095.483.095c.208 0 .379-.039.513-.117s.2-.177.2-.298c0-.127-.068-.224-.205-.291-.059-.022-.12-.045-.183-.067s-.133-.041-.207-.057l-.151-.043-.151-.033-.156-.048c-.169-.038-.302-.08-.398-.126s-.178-.107-.247-.184c-.068-.073-.12-.156-.154-.248s-.051-.189-.051-.291a.792.792 0 0 1 .313-.642c.098-.078.216-.138.354-.181s.291-.064.457-.064c.244 0 .466.04.667.119s.383.203.549.372l-.435.382a1.046 1.046 0 0 0-.781-.315c-.166 0-.296.029-.388.088s-.139.139-.139.241c0 .045.008.084.024.117s.044.064.083.091c.039.027.092.052.159.074s.151.045.252.067c.218.045.4.089.547.134s.265.089.357.134c.147.073.262.18.347.322s.127.3.127.475zm3.271-1.287a.92.92 0 0 1-.134.482c-.044.073-.097.141-.159.203s-.132.114-.21.155c-.094.051-.185.084-.271.1s-.191.024-.315.024h-.933v1.254h-.596V3.212h1.529c.124 0 .229.01.315.029s.177.054.271.105a.937.937 0 0 1 .503.844zm-.586 0c0-.124-.044-.223-.132-.296s-.205-.11-.352-.11h-.952v.797h.952c.147 0 .264-.036.352-.107s.132-.166.132-.284zm1.135 2.217V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572h-2.447zm3.1 0V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572h-2.447zm5.718-1.602c0 .321-.067.601-.2.84s-.33.429-.591.572c-.114.064-.238.111-.371.143s-.267.048-.4.048h-1.055V3.212h1.055c.28 0 .54.067.781.2.254.143.448.331.581.565s.2.51.2.828zm-.586 0c0-.216-.04-.397-.12-.544s-.201-.264-.364-.353a1 1 0 0 0-.493-.124h-.459v2.051h.459c.172 0 .33-.041.474-.124.335-.172.503-.474.503-.906zM6.157 11.201V8.005h.572v2.704h1.817v.491h-2.39zm2.935 0V8.005h.572v3.196h-.572zm3.839 0V9.25l-.94 1.951-.93-1.951v1.951h-.563V8.005h.563l.93 1.894.94-1.894h.563v3.196h-.563zm1.397 0V8.005h.572v3.196h-.572zm2.594-2.633v2.633h-.558V8.568h-.921v-.563h2.399v.563h-.921zM11.202 18.463c0 .358-.076.688-.227.99s-.362.562-.632.781c-.27.219-.592.389-.966.513s-.787.185-1.24.185c-.477 0-.92-.076-1.329-.227s-.777-.366-1.103-.644c-.326-.278-.566-.618-.721-1.019s-.233-.876-.233-1.425c0-.843.181-1.614.543-2.313s.88-1.284 1.556-1.753c.23-.159.465-.296.703-.412s.487-.209.745-.28c.258-.072.533-.123.823-.155s.61-.048.96-.048v1.431h-.143c-.429 0-.799.038-1.109.113s-.604.197-.882.364c-.366.207-.664.443-.894.71s-.445.61-.644 1.031c.175-.048.336-.089.483-.125s.29-.062.429-.078a7.23 7.23 0 0 1 .876-.048c.437 0 .839.06 1.204.179s.682.286.948.501c.266.215.475.469.626.763s.227.616.227.966zm-1.431.024c0-.302-.155-.544-.465-.727s-.715-.274-1.216-.274-.902.089-1.204.268-.453.415-.453.709c0 .31.151.557.453.739s.704.274 1.204.274c.501 0 .906-.089 1.216-.268s.465-.419.465-.721zm9.478-.441c0 .421-.084.809-.251 1.163s-.4.658-.698.912c-.298.254-.654.453-1.067.596s-.863.215-1.348.215c-.549 0-1.073-.073-1.574-.221s-1.006-.372-1.514-.674l.751-1.216a4.404 4.404 0 0 0 2.337.656c.604 0 1.077-.125 1.419-.376s.513-.602.513-1.055c0-.214-.046-.419-.137-.614s-.213-.356-.364-.483c-.278-.223-.712-.334-1.3-.334-.262 0-.511.024-.745.072s-.499.127-.793.239l-1.431-.37.25-3.756h5.33l-.024 1.407h-3.959l-.083 1.145c.326-.072.6-.123.823-.155s.461-.048.716-.048c.453 0 .873.074 1.258.221s.719.35 1.002.608c.282.258.501.564.656.918s.233.737.233 1.151z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d12323" d="M10.714.145c2.479-.277 5.048.242 7.208 1.493a11.926 11.926 0 0 1 5.357 6.509 11.967 11.967 0 0 1-.14 8.045 11.943 11.943 0 0 1-5.1 6.046c-2.326 1.378-5.135 1.928-7.807 1.504a11.881 11.881 0 0 1-7.136-3.914 11.874 11.874 0 0 1-2.952-7.585A11.882 11.882 0 0 1 2.687 4.61C4.623 2.127 7.581.472 10.715.147m-.461 3.305c-2.498.473-4.727 2.114-5.953 4.338a8.898 8.898 0 0 0-.925 6.139 8.811 8.811 0 0 0 2.573 4.603c1.583 1.502 3.744 2.394 5.932 2.382a8.588 8.588 0 0 0 5.036-1.586 8.813 8.813 0 0 0 3.286-4.428 8.907 8.907 0 0 0-.149-6.012c-.818-2.118-2.484-3.902-4.562-4.825-1.625-.745-3.484-.943-5.237-.611z"/><path fill="#fff" d="M10.254 3.452c1.753-.332 3.612-.134 5.237.611 2.078.923 3.744 2.707 4.562 4.825a8.907 8.907 0 0 1 .149 6.012 8.813 8.813 0 0 1-3.286 4.428 8.58 8.58 0 0 1-5.036 1.586c-2.188.012-4.349-.88-5.932-2.382a8.811 8.811 0 0 1-2.573-4.603A8.902 8.902 0 0 1 4.3 7.79c1.226-2.224 3.455-3.865 5.953-4.338m4.44 3.233c-.69.169-1.229.709-1.519 1.343-.506 1.086-.581 2.309-.588 3.49-.004 1.288-.032 2.611.386 3.847.264.865.898 1.696 1.824 1.888.646.08 1.356.082 1.914-.301.791-.481 1.123-1.42 1.301-2.282.298-1.559.299-3.164.118-4.736-.136-.946-.35-1.954-1.018-2.676-.61-.643-1.589-.775-2.418-.571M6.646 8.808c1-.007 1.999.013 2.999.017-.917 2.696-1.807 5.402-2.736 8.094l1.615.001c.866-2.627 1.729-5.255 2.587-7.884.079-.702.008-1.417.032-2.124H6.645v1.896z"/><path fill="#fff" d="M15.046 8.548c.274-.188.658-.103.872.136.356.364.415.895.469 1.376.106 1.124.119 2.258.048 3.385-.048.608-.13 1.258-.504 1.762-.203.275-.607.247-.888.125-.42-.278-.526-.814-.601-1.277-.161-1.236-.12-2.488-.064-3.73.067-.62.106-1.381.667-1.777z"/><path fill="#0b0b10" d="M14.693 6.685c.829-.204 1.808-.072 2.418.571.667.722.882 1.73 1.018 2.676.181 1.572.18 3.178-.118 4.736-.178.863-.51 1.801-1.301 2.282-.558.383-1.268.382-1.914.301-.926-.192-1.56-1.022-1.824-1.888-.419-1.236-.39-2.56-.386-3.847.007-1.181.082-2.404.588-3.49.29-.634.829-1.174 1.519-1.343m.353 1.865c-.562.396-.6 1.157-.667 1.777-.056 1.242-.097 2.494.064 3.73.076.463.181.998.601 1.277.281.122.685.15.888-.125.374-.504.456-1.153.504-1.762a21.613 21.613 0 0 0-.048-3.385c-.054-.481-.113-1.013-.469-1.376-.215-.239-.599-.324-.872-.136zM6.646 8.808V6.912h4.498c-.024.707.047 1.422-.032 2.124-.858 2.629-1.721 5.257-2.587 7.884l-1.615-.001c.929-2.692 1.819-5.398 2.736-8.094-1-.004-1.999-.024-2.999-.017z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-70--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM11.927 9.124c-.255.251-.609.698-1.063 1.341s-.834 1.307-1.141 1.992c-.243.537-.462 1.194-.657 1.971s-.293 1.413-.293 1.911H7.005c.052-1.553.561-3.167 1.529-4.843.625-1.039 1.149-1.764 1.571-2.174H5.787l.024-1.529h6.115v1.332zm2.717 5.253c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.323-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-70--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.611.016h16.778c.664 0 1.198.534 1.198 1.198v21.571c0 .664-.534 1.198-1.198 1.198H3.611a1.195 1.195 0 0 1-1.198-1.198V1.214c0-.664.534-1.198 1.198-1.198z"/><path d="M3.611.316h16.778c.498 0 .899.401.899.899v21.571a.897.897 0 0 1-.899.899H3.611a.897.897 0 0 1-.899-.899V1.215c0-.498.401-.899.899-.899z"/><path fill="#fff" d="M3.611.815h16.778c.221 0 .399.178.399.399v21.571a.398.398 0 0 1-.399.399H3.611a.398.398 0 0 1-.399-.399V1.214c0-.221.178-.399.399-.399z"/><path d="M7.002 5.477c0 .324-.153.574-.459.749-.114.07-.242.123-.386.16s-.291.055-.444.055c-.283 0-.533-.05-.75-.15s-.418-.255-.603-.465l.469-.358c.124.14.254.242.391.305s.298.095.483.095c.208 0 .379-.039.513-.117s.2-.177.2-.298c0-.127-.068-.224-.205-.291-.059-.022-.12-.045-.183-.067s-.133-.041-.207-.057l-.151-.043-.151-.033-.156-.048c-.169-.038-.302-.08-.398-.126s-.178-.107-.247-.184c-.068-.073-.12-.156-.154-.248s-.051-.189-.051-.291a.792.792 0 0 1 .313-.642c.098-.078.216-.138.354-.181s.291-.064.457-.064c.244 0 .466.04.667.119s.383.203.549.372l-.435.382a1.046 1.046 0 0 0-.781-.315c-.166 0-.296.029-.388.088s-.139.139-.139.241c0 .045.008.084.024.117s.044.064.083.091c.039.027.092.052.159.074s.151.045.252.067c.218.045.4.089.547.134s.265.089.357.134c.147.073.262.18.347.322s.127.3.127.475zm3.271-1.287a.92.92 0 0 1-.134.482c-.044.073-.097.141-.159.203s-.132.114-.21.155c-.094.051-.185.084-.271.1s-.191.024-.315.024h-.933v1.254h-.596V3.212h1.529c.124 0 .229.01.315.029s.177.054.271.105a.937.937 0 0 1 .503.844zm-.586 0c0-.124-.044-.223-.132-.296s-.205-.11-.352-.11h-.952v.797h.952c.147 0 .264-.036.352-.107s.132-.166.132-.284zm1.135 2.217V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572h-2.447zm3.1 0V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572h-2.447zm5.718-1.602c0 .321-.067.601-.2.84s-.33.429-.591.572c-.114.064-.238.111-.371.143s-.267.048-.4.048h-1.055V3.212h1.055c.28 0 .54.067.781.2.254.143.448.331.581.565s.2.51.2.828zm-.586 0c0-.216-.04-.397-.12-.544s-.201-.264-.364-.353a1 1 0 0 0-.493-.124h-.459v2.051h.459c.172 0 .33-.041.474-.124.335-.172.503-.474.503-.906zM6.157 11.201V8.005h.572v2.704h1.817v.491h-2.39zm2.935 0V8.005h.572v3.196h-.572zm3.839 0V9.25l-.94 1.951-.93-1.951v1.951h-.563V8.005h.563l.93 1.894.94-1.894h.563v3.196h-.563zm1.397 0V8.005h.572v3.196h-.572zm2.594-2.633v2.633h-.558V8.568h-.921v-.563h2.399v.563h-.921zM10.976 14.23l-.334.316a3.989 3.989 0 0 0-.394.43 1.89 1.89 0 0 0-.143.209c-.27.366-.523.793-.757 1.282s-.431.968-.59 1.437a7.835 7.835 0 0 0-.328 1.354c-.036.227-.061.463-.078.71s-.028.521-.036.823H6.885c.008-.302.018-.574.03-.817a9.267 9.267 0 0 1 .328-2.045c.143-.501.312-.98.507-1.437s.411-.884.65-1.282c.064-.127.143-.263.239-.406s.231-.342.406-.596H4.526l-.024-1.407h6.475v1.431zm8.523 2.516c0 .517-.062 1.024-.185 1.52s-.318.944-.584 1.341c-.266.397-.61.717-1.031.96s-.934.364-1.538.364c-.596 0-1.107-.117-1.532-.352s-.773-.546-1.043-.936c-.27-.389-.469-.833-.596-1.329a6.16 6.16 0 0 1 .006-3.064 3.97 3.97 0 0 1 .608-1.317c.274-.381.622-.69 1.043-.924s.926-.352 1.514-.352c.596 0 1.105.119 1.526.358s.767.551 1.037.936c.27.386.467.823.59 1.312s.185.984.185 1.485zm-1.431.036c0-.843-.167-1.502-.501-1.979s-.803-.716-1.407-.716c-.358 0-.66.084-.906.251s-.445.38-.596.638c-.151.258-.26.545-.328.858s-.101.618-.101.912c0 .89.171 1.572.513 2.045s.815.709 1.419.709c.294 0 .559-.066.793-.197s.435-.318.602-.56c.167-.242.294-.533.382-.87s.131-.713.131-1.127v.036z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-75--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM11.927 9.124c-.255.251-.609.698-1.063 1.341s-.834 1.307-1.141 1.992c-.243.537-.462 1.194-.657 1.971s-.293 1.413-.293 1.911H7.005c.052-1.553.561-3.167 1.529-4.843.625-1.039 1.149-1.764 1.571-2.174H5.787l.024-1.529h6.115v1.332zm2.371 4.897c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445H14.71l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-75--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.611.016h16.778c.664 0 1.198.534 1.198 1.198v21.571c0 .664-.534 1.198-1.198 1.198H3.611a1.195 1.195 0 0 1-1.198-1.198V1.214c0-.664.534-1.198 1.198-1.198z"/><path d="M3.611.316h16.778c.498 0 .899.401.899.899v21.571a.897.897 0 0 1-.899.899H3.611a.897.897 0 0 1-.899-.899V1.215c0-.498.401-.899.899-.899z"/><path fill="#fff" d="M3.611.815h16.778c.221 0 .399.178.399.399v21.571a.398.398 0 0 1-.399.399H3.611a.398.398 0 0 1-.399-.399V1.214c0-.221.178-.399.399-.399z"/><path d="M7.002 5.477c0 .324-.153.574-.459.749-.114.07-.242.123-.386.16s-.291.055-.444.055c-.283 0-.533-.05-.75-.15s-.418-.255-.603-.465l.469-.358c.124.14.254.242.391.305s.298.095.483.095c.208 0 .379-.039.513-.117s.2-.177.2-.298c0-.127-.068-.224-.205-.291-.059-.022-.12-.045-.183-.067s-.133-.041-.207-.057l-.151-.043-.151-.033-.156-.048c-.169-.038-.302-.08-.398-.126s-.178-.107-.247-.184c-.068-.073-.12-.156-.154-.248s-.051-.189-.051-.291a.792.792 0 0 1 .313-.642c.098-.078.216-.138.354-.181s.291-.064.457-.064c.244 0 .466.04.667.119s.383.203.549.372l-.435.382a1.046 1.046 0 0 0-.781-.315c-.166 0-.296.029-.388.088s-.139.139-.139.241c0 .045.008.084.024.117s.044.064.083.091c.039.027.092.052.159.074s.151.045.252.067c.218.045.4.089.547.134s.265.089.357.134c.147.073.262.18.347.322s.127.3.127.475l-.004-.002zm3.271-1.287a.92.92 0 0 1-.134.482c-.044.073-.097.141-.159.203s-.132.114-.21.155c-.094.051-.185.084-.271.1s-.191.024-.315.024h-.933v1.254h-.596V3.212h1.529c.124 0 .229.01.315.029s.177.054.271.105a.937.937 0 0 1 .503.844zm-.586 0c0-.124-.044-.223-.132-.296s-.205-.11-.352-.11h-.952v.797h.952c.147 0 .264-.036.352-.107s.132-.166.132-.284zm1.135 2.217V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572l-2.447.001zm3.1 0V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572l-2.447.001zm5.718-1.602c0 .321-.067.601-.2.84s-.33.429-.591.572c-.114.064-.238.111-.371.143s-.267.048-.4.048h-1.055V3.212h1.055c.28 0 .54.067.781.2.254.143.448.331.581.565s.2.51.2.828zm-.586 0c0-.216-.04-.397-.12-.544s-.201-.264-.364-.353a1 1 0 0 0-.493-.124h-.459v2.051h.459c.172 0 .33-.041.474-.124.335-.172.503-.474.503-.906zM6.157 11.201V8.005h.572v2.704h1.817v.491l-2.389.001zm2.935 0V8.005h.572v3.196h-.572zm3.839 0V9.25l-.94 1.951-.93-1.951v1.951h-.563V8.005h.563l.93 1.894.94-1.894h.563v3.196h-.563zm1.397 0V8.005h.572v3.196h-.572zm2.594-2.633v2.633h-.558V8.568h-.921v-.563h2.399v.563h-.92zM10.976 14.23l-.334.316a3.989 3.989 0 0 0-.394.43 1.89 1.89 0 0 0-.143.209c-.27.366-.523.793-.757 1.282s-.431.968-.59 1.437a7.835 7.835 0 0 0-.328 1.354c-.036.227-.061.463-.078.71s-.028.521-.036.823H6.885c.008-.302.018-.574.03-.817a9.267 9.267 0 0 1 .328-2.045c.143-.501.312-.98.507-1.437s.411-.884.65-1.282c.064-.127.143-.263.239-.406s.231-.342.406-.596H4.526l-.024-1.407h6.475v1.431l-.001-.002z"/><path fill="#231f20" d="M12.845 20.193l.156.072c1.259.515 2.039.683 2.974.683 1.775 0 3.093-1.187 3.093-2.794 0-1.534-1.223-2.782-2.746-2.782-.611 0-1.21.108-1.739.3l.072-1.463h3.813l.024-1.331h-5.059l-.276 3.849 1.235.396.192-.072c.743-.276 1.163-.372 1.63-.372.863 0 1.535.623 1.535 1.439 0 .851-.731 1.486-1.739 1.486-.743 0-1.498-.192-2.518-.635l-.647 1.224z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M12.088.008C5.465.008.096 5.377.096 12s5.369 11.992 11.992 11.992c6.623 0 11.992-5.369 11.992-11.992S18.711.008 12.088.008z"/><path fill="#fff" d="M20.708 12a8.621 8.621 0 1 0-17.243 0 8.621 8.621 0 0 0 17.243 0z"/><path fill="#231f20" d="M5.411 10.117c0 .569.19.995.651 1.469-.592.58-.841 1.113-.841 1.824 0 1.552 1.374 2.701 3.21 2.701s3.198-1.137 3.198-2.677c0-.711-.261-1.315-.817-1.836.474-.509.64-.9.64-1.445 0-1.374-1.173-2.239-3.032-2.239-1.812 0-3.009.876-3.009 2.203z"/><path fill="#fff" d="M9.865 10.129c0-.379-.557-.616-1.421-.616s-1.433.237-1.433.604c0 .403.545.651 1.433.651.841 0 1.421-.261 1.421-.64zM10.066 13.445c0-.628-.699-1.09-1.646-1.09-.959 0-1.611.45-1.611 1.113 0 .628.687 1.066 1.635 1.066.936 0 1.623-.45 1.623-1.09z"/><path fill="#231f20" d="M12.602 12.036c0 2.487 1.303 4.087 3.328 4.087.58 0 1.196-.178 1.753-.533 1.019-.663 1.54-1.848 1.54-3.542 0-.9-.154-1.718-.474-2.393-.474-1.031-1.623-1.741-2.819-1.741-.568 0-1.113.154-1.599.426-1.173.687-1.729 1.883-1.729 3.696z"/><path fill="#fff" d="M17.648 12.012c0-1.587-.64-2.523-1.741-2.523-1.066 0-1.729.936-1.729 2.476 0 .486.095 1.078.225 1.481.213.64.841 1.102 1.504 1.102 1.09 0 1.741-.948 1.741-2.535z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-80--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM7.899 14.816c.221.235.527.352.917.352s.696-.117.917-.352c.221-.235.331-.565.331-.991 0-.442-.112-.777-.337-1.006s-.529-.343-.911-.343-.686.114-.911.343-.337.564-.337 1.006c0 .426.11.756.331.991zm-1.768-2.198a2.1 2.1 0 0 1 .97-.89c-.418-.279-.69-.58-.815-.905s-.188-.628-.188-.911c0-.629.237-1.166.711-1.609s1.143-.666 2.007-.666c.864 0 1.533.222 2.007.666s.711.98.711 1.609c0 .283-.063.586-.188.911s-.397.606-.815.845c.426.239.747.555.961.95s.323.834.323 1.32c0 .729-.27 1.349-.809 1.86s-1.293.767-2.26.767c-.967 0-1.7-.256-2.198-.767s-.747-1.132-.747-1.86c0-.486.11-.926.331-1.32zm1.881-1.744c.193.199.461.299.803.299.346 0 .614-.1.803-.299s.284-.456.284-.77c0-.342-.095-.61-.284-.803s-.457-.29-.803-.29c-.342 0-.61.097-.803.29s-.29.461-.29.803c0 .315.097.571.29.77zm6.632 3.503c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.323-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-80--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.611.016h16.778c.664 0 1.198.534 1.198 1.198v21.571c0 .664-.534 1.198-1.198 1.198H3.611a1.195 1.195 0 0 1-1.198-1.198V1.214c0-.664.534-1.198 1.198-1.198z"/><path d="M3.611.316h16.778c.498 0 .899.401.899.899v21.571a.897.897 0 0 1-.899.899H3.611a.897.897 0 0 1-.899-.899V1.215c0-.498.401-.899.899-.899z"/><path fill="#fff" d="M3.611.815h16.778c.221 0 .399.178.399.399v21.571a.398.398 0 0 1-.399.399H3.611a.398.398 0 0 1-.399-.399V1.214c0-.221.178-.399.399-.399z"/><path d="M7.002 5.477c0 .324-.153.574-.459.749-.114.07-.242.123-.386.16s-.291.055-.444.055c-.283 0-.533-.05-.75-.15s-.418-.255-.603-.465l.469-.358c.124.14.254.242.391.305s.298.095.483.095c.208 0 .379-.039.513-.117s.2-.177.2-.298c0-.127-.068-.224-.205-.291-.059-.022-.12-.045-.183-.067s-.133-.041-.207-.057l-.151-.043-.151-.033-.156-.048c-.169-.038-.302-.08-.398-.126s-.178-.107-.247-.184c-.068-.073-.12-.156-.154-.248s-.051-.189-.051-.291a.792.792 0 0 1 .313-.642c.098-.078.216-.138.354-.181s.291-.064.457-.064c.244 0 .466.04.667.119s.383.203.549.372l-.435.382a1.046 1.046 0 0 0-.781-.315c-.166 0-.296.029-.388.088s-.139.139-.139.241c0 .045.008.084.024.117s.044.064.083.091c.039.027.092.052.159.074s.151.045.252.067c.218.045.4.089.547.134s.265.089.357.134c.147.073.262.18.347.322s.127.3.127.475zm3.271-1.287a.92.92 0 0 1-.134.482c-.044.073-.097.141-.159.203s-.132.114-.21.155c-.094.051-.185.084-.271.1s-.191.024-.315.024h-.933v1.254h-.596V3.212h1.529c.124 0 .229.01.315.029s.177.054.271.105a.937.937 0 0 1 .503.844zm-.586 0c0-.124-.044-.223-.132-.296s-.205-.11-.352-.11h-.952v.797h.952c.147 0 .264-.036.352-.107s.132-.166.132-.284zm1.135 2.217V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572h-2.447zm3.1 0V3.211h2.388v.572h-1.792v.591h.977v.587h-.977v.873h1.851v.572h-2.447zm5.718-1.602c0 .321-.067.601-.2.84s-.33.429-.591.572c-.114.064-.238.111-.371.143s-.267.048-.4.048h-1.055V3.212h1.055c.28 0 .54.067.781.2.254.143.448.331.581.565s.2.51.2.828zm-.586 0c0-.216-.04-.397-.12-.544s-.201-.264-.364-.353a1 1 0 0 0-.493-.124h-.459v2.051h.459c.172 0 .33-.041.474-.124.335-.172.503-.474.503-.906zM6.157 11.201V8.005h.572v2.704h1.817v.491h-2.39zm2.935 0V8.005h.572v3.196h-.572zm3.839 0V9.25l-.94 1.951-.93-1.951v1.951h-.563V8.005h.563l.93 1.894.94-1.894h.563v3.196h-.563zm1.397 0V8.005h.572v3.196h-.572zm2.594-2.633v2.633h-.558V8.568h-.921v-.563h2.399v.563h-.921zM11.078 18.237c0 .477-.091.886-.274 1.228s-.423.62-.721.835c-.298.215-.642.374-1.031.477s-.791.155-1.204.155c-.493 0-.936-.064-1.329-.191s-.731-.31-1.014-.548c-.282-.238-.499-.523-.65-.853s-.227-.698-.227-1.103c0-.739.298-1.383.894-1.932-.254-.294-.425-.544-.513-.751s-.131-.441-.131-.703c0-.334.072-.636.215-.906s.346-.501.608-.692c.262-.191.574-.338.936-.441s.765-.155 1.21-.155c.453 0 .863.052 1.228.155s.678.25.936.441.459.421.602.692.214.572.215.906c0 .262-.044.497-.131.703s-.25.457-.489.751c.58.533.87 1.177.87 1.932zm-1.682-3.423c0-.222-.133-.399-.399-.531s-.65-.197-1.151-.197c-.493 0-.872.066-1.139.197s-.4.308-.4.531c0 .238.133.425.4.56s.646.203 1.139.203c.501 0 .885-.068 1.151-.203s.399-.322.399-.56zm.25 3.423c0-.398-.155-.702-.465-.912s-.755-.316-1.336-.316c-.572 0-1.013.105-1.323.316s-.465.515-.465.912c0 .199.052.389.155.572s.246.33.429.441c.111.064.28.117.507.161s.459.066.697.066c.342 0 .622-.026.841-.078s.4-.141.543-.269c.278-.254.417-.552.417-.894zm9.728-1.491c0 .517-.062 1.024-.185 1.52s-.318.944-.584 1.341c-.266.397-.61.717-1.031.96s-.934.364-1.538.364c-.596 0-1.107-.117-1.532-.352s-.773-.546-1.043-.936c-.27-.389-.469-.833-.596-1.329a6.16 6.16 0 0 1 .006-3.064 3.97 3.97 0 0 1 .608-1.317c.274-.381.622-.69 1.043-.924s.926-.352 1.514-.352c.596 0 1.105.119 1.526.358s.767.551 1.037.936c.27.386.467.823.59 1.312s.185.984.185 1.485zm-1.431.036c0-.843-.167-1.502-.501-1.979s-.803-.716-1.407-.716c-.358 0-.66.084-.906.251s-.445.38-.596.638c-.151.258-.26.545-.328.858s-.101.618-.101.912c0 .89.171 1.572.513 2.045s.815.709 1.419.709c.294 0 .559-.066.793-.197s.435-.318.602-.56c.167-.242.294-.533.382-.87s.131-.713.131-1.127v.036z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-85--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM7.899 14.816c.221.235.527.352.917.352s.696-.117.917-.352c.221-.235.331-.565.331-.991 0-.442-.112-.777-.337-1.006s-.529-.343-.911-.343-.686.114-.911.343-.337.564-.337 1.006c0 .426.11.756.331.991zm-1.768-2.198a2.1 2.1 0 0 1 .97-.89c-.418-.279-.69-.58-.815-.905s-.188-.628-.188-.911c0-.629.237-1.166.711-1.609s1.143-.666 2.007-.666c.864 0 1.533.222 2.007.666s.711.98.711 1.609c0 .283-.063.586-.188.911s-.397.606-.815.845c.426.239.747.555.961.95s.323.834.323 1.32c0 .729-.27 1.349-.809 1.86s-1.293.767-2.26.767c-.967 0-1.7-.256-2.198-.767s-.747-1.132-.747-1.86c0-.486.11-.926.331-1.32zm1.881-1.744c.193.199.461.299.803.299.346 0 .614-.1.803-.299s.284-.456.284-.77c0-.342-.095-.61-.284-.803s-.457-.29-.803-.29c-.342 0-.61.097-.803.29s-.29.461-.29.803c0 .315.097.571.29.77zm6.286 3.147c.068.37.197.656.388.857s.47.302.836.302c.422 0 .744-.148.964-.445s.331-.67.331-1.12c0-.442-.104-.815-.311-1.12s-.53-.457-.967-.457c-.207 0-.386.026-.537.078a1.068 1.068 0 0 0-.603.532l-1.529-.072.609-4.784h4.772v1.445H14.71l-.311 1.893c.263-.171.468-.285.615-.34.247-.092.547-.137.902-.137.717 0 1.342.241 1.875.723s.8 1.182.8 2.102c0 .8-.257 1.515-.77 2.144s-1.282.944-2.305.944c-.824 0-1.501-.221-2.031-.663s-.824-1.069-.884-1.881h1.696z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-85--g2" xmlns="http://www.w3.org/2000/svg"><path d="M3.664.152h16.654c.659 0 1.19.531 1.19 1.19v21.413c0 .659-.531 1.189-1.19 1.189H3.664c-.659 0-1.19-.53-1.19-1.189V1.342c0-.659.531-1.19 1.19-1.19z"/><path d="M3.664.45h16.654a.89.89 0 0 1 .892.892v21.413a.89.89 0 0 1-.892.892H3.664a.89.89 0 0 1-.892-.892V1.342A.89.89 0 0 1 3.664.45z"/><path fill="#fff" d="M3.664.945h16.654c.22 0 .397.177.397.396v21.413c0 .22-.177.396-.397.396H3.664a.396.396 0 0 1-.397-.396V1.341c0-.22.177-.396.397-.396z"/><path d="M7.029 5.574c0 .322-.152.57-.456.743-.113.069-.241.123-.383.159s-.29.054-.441.054c-.281 0-.529-.05-.744-.149s-.415-.253-.599-.462l.465-.355c.123.138.252.24.388.303s.296.095.48.095c.207 0 .377-.039.509-.116s.199-.176.199-.296c0-.126-.068-.223-.204-.289l-.182-.067a1.574 1.574 0 0 0-.206-.057l-.15-.043-.15-.033-.155-.047c-.168-.038-.3-.079-.395-.126a.796.796 0 0 1-.398-.428.822.822 0 0 1-.051-.289c0-.133.028-.253.083-.36s.131-.2.228-.277c.097-.077.214-.137.351-.18s.289-.064.453-.064c.242 0 .463.039.662.118s.381.202.546.37l-.432.379a1.04 1.04 0 0 0-.775-.313c-.165 0-.293.029-.386.087s-.138.138-.138.239c0 .044.008.083.024.116s.044.063.082.09c.039.027.091.051.158.073s.15.044.25.067c.217.044.398.088.543.132s.263.088.354.133c.146.073.26.179.344.32s.127.297.127.471zm3.246-1.279a.971.971 0 0 1-.769.932c-.086.015-.19.024-.313.024h-.926v1.245h-.591V3.324h1.517c.123 0 .227.009.313.029s.175.054.269.104c.155.082.277.197.366.345s.133.313.133.493zm-.581 0c0-.123-.043-.221-.131-.294s-.204-.109-.349-.109h-.945v.791h.945c.146 0 .262-.036.349-.107s.131-.165.131-.282zm1.127 2.202V3.325h2.371v.568h-1.779v.587h.969v.582h-.969v.867h1.837v.568h-2.429zm3.077 0V3.325h2.371v.568H14.49v.587h.969v.582h-.969v.867h1.837v.568h-2.429zm5.676-1.591c0 .319-.066.597-.199.833s-.328.426-.586.568c-.113.063-.236.111-.369.142s-.265.047-.397.047h-1.047V3.324h1.047c.278 0 .537.066.776.199.252.142.444.329.577.561s.199.506.199.822zm-.582 0c0-.215-.04-.395-.119-.54s-.2-.262-.361-.35a.988.988 0 0 0-.49-.123h-.456v2.036h.456a.924.924 0 0 0 .47-.123c.333-.171.499-.47.499-.9zM6.193 11.256V8.083h.568v2.685h1.804v.488H6.193zm2.913 0V8.084h.568v3.173h-.568zm3.811 0V9.319l-.933 1.937-.923-1.937v1.937h-.559V8.084h.559l.923 1.88.933-1.88h.559v3.173h-.559zm1.386 0V8.084h.568v3.173h-.568zm2.575-2.614v2.614h-.554V8.642h-.914v-.559h2.382v.559h-.914zM11.079 18.24c0 .473-.091.88-.272 1.219s-.42.615-.716.828c-.296.213-.637.371-1.024.473s-.785.154-1.196.154c-.489 0-.929-.063-1.32-.189s-.726-.308-1.006-.544c-.28-.237-.495-.519-.645-.846s-.225-.693-.225-1.095c0-.734.296-1.374.888-1.918-.253-.292-.422-.541-.509-.746s-.13-.438-.13-.698c0-.332.071-.631.213-.9s.344-.497.604-.687c.26-.189.57-.335.929-.438s.759-.154 1.201-.154c.45 0 .856.051 1.219.154s.673.249.929.438c.256.19.456.418.598.687s.213.568.213.9c0 .26-.043.493-.13.698s-.248.454-.485.746c.576.528.864 1.168.864 1.918zm-1.67-3.398c0-.22-.132-.396-.397-.526s-.645-.195-1.142-.195c-.489 0-.866.065-1.13.195s-.397.306-.397.526c0 .237.132.422.397.556s.641.201 1.13.201c.497 0 .878-.067 1.142-.201s.397-.319.397-.556zm.249 3.398c0-.395-.154-.697-.461-.906s-.75-.314-1.326-.314c-.568 0-1.006.104-1.314.314s-.462.511-.462.906a1.2 1.2 0 0 0 .58 1.006c.111.063.278.116.503.16s.456.065.692.065c.339 0 .618-.025.835-.077s.397-.14.539-.267c.276-.253.414-.548.414-.887zM18.986 17.916a2.64 2.64 0 0 1-.935 2.046c-.294.251-.645.447-1.052.588s-.851.212-1.329.212c-.541 0-1.058-.072-1.552-.218s-.992-.366-1.493-.664l.741-1.2a4.342 4.342 0 0 0 2.305.647c.596 0 1.062-.123 1.399-.37s.505-.594.505-1.041c0-.211-.045-.413-.135-.605s-.21-.351-.359-.476c-.274-.22-.702-.329-1.282-.329-.259 0-.504.023-.735.071s-.492.125-.782.235l-1.411-.365.247-3.703h5.256l-.024 1.388h-3.904l-.082 1.129c.321-.071.592-.121.811-.153s.455-.047.706-.047c.447 0 .86.072 1.24.217s.71.345.988.6.494.557.647.905c.153.348.229.727.229 1.134z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-90--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.382.45a11.794 11.794 0 0 1 7.38 1.338 11.778 11.778 0 0 1 5.059 5.519 11.804 11.804 0 0 1 .473 8.28 11.732 11.732 0 0 1-4.2 5.91 11.637 11.637 0 0 1-6.857 2.32 11.7 11.7 0 0 1-7.602-2.656 11.728 11.728 0 0 1-4.12-6.985 11.78 11.78 0 0 1 1.33-7.886C3.596 3.171 6.835.94 10.382.451m.717 2.163c-2.932.272-5.663 2.021-7.171 4.544-1.397 2.286-1.746 5.176-.942 7.73 1.067 3.588 4.43 6.342 8.164 6.656 2.332.233 4.752-.424 6.62-1.846a9.508 9.508 0 0 0 3.246-4.342 9.56 9.56 0 0 0 .118-6.233c-.66-2.056-2.058-3.858-3.866-5.033A9.522 9.522 0 0 0 11.1 2.612z"/><path fill="#fff" d="M11.099 2.614a9.534 9.534 0 0 1 6.168 1.478c1.808 1.175 3.206 2.977 3.866 5.033A9.508 9.508 0 0 1 17.769 19.7c-1.868 1.422-4.289 2.078-6.62 1.846-3.733-.314-7.097-3.068-8.164-6.656-.804-2.555-.455-5.444.942-7.73 1.508-2.524 4.24-4.272 7.171-4.544M6.335 8.49c-.685.607-.96 1.549-.977 2.44-.05.979.359 2.009 1.186 2.57 1.019.67 2.621.703 3.424-.324-.046.752-.09 1.59-.61 2.188-.376.451-1.087.552-1.584.25-.264-.162-.352-.472-.442-.748-.601-.002-1.204-.002-1.805 0 .086.576.298 1.153.725 1.566 1.208 1.188 3.457 1.075 4.511-.269.754-.928.965-2.165 1.007-3.328.023-1.183-.028-2.422-.564-3.502-.358-.738-1.044-1.318-1.854-1.486-1.028-.215-2.202-.067-3.017.642m8.811-.673a2.583 2.583 0 0 0-1.93 1.43c-.577 1.184-.612 2.542-.577 3.833.053 1.038.194 2.129.784 3.013.407.624 1.105 1.025 1.84 1.111 1.006.145 2.165-.071 2.825-.907.815-1.038.922-2.425.948-3.696-.007-1.291-.09-2.688-.852-3.784-.672-.949-1.951-1.195-3.037-1.001z"/><path fill="#fff" d="M8.089 9.313c.601-.18 1.364.044 1.621.658.257.612.283 1.376-.068 1.958-.443.72-1.613.787-2.142.134-.307-.433-.335-.998-.306-1.511.024-.539.35-1.094.895-1.24zM15.503 9.254c.499-.132 1.104.052 1.316.556.37.875.317 1.856.34 2.788-.03.881.013 1.813-.362 2.632-.374.805-1.722.722-1.991-.127-.414-1.271-.301-2.644-.253-3.959.071-.692.148-1.666.95-1.889z"/><path fill="#231f20" d="M6.335 8.49c.815-.709 1.988-.857 3.017-.642.81.168 1.496.748 1.854 1.486.536 1.08.587 2.318.564 3.502-.042 1.163-.253 2.4-1.007 3.328-1.054 1.344-3.302 1.457-4.511.269-.427-.413-.638-.99-.725-1.566.601-.002 1.204-.002 1.805 0 .09.276.178.586.442.748.497.302 1.208.202 1.584-.25.52-.598.564-1.435.61-2.188-.803 1.027-2.405.994-3.424.324-.827-.562-1.236-1.591-1.186-2.57.017-.89.292-1.832.977-2.44m1.754.822c-.545.145-.871.701-.895 1.24-.029.512-.001 1.078.306 1.511.529.653 1.699.586 2.142-.134.352-.582.325-1.346.068-1.958-.257-.613-1.02-.838-1.621-.658zM15.146 7.816c1.086-.194 2.365.052 3.037 1.001.762 1.096.845 2.492.852 3.784-.026 1.271-.133 2.658-.948 3.696-.66.836-1.819 1.052-2.825.907-.734-.086-1.433-.487-1.84-1.111-.589-.884-.731-1.975-.784-3.013-.035-1.291 0-2.648.577-3.833a2.58 2.58 0 0 1 1.93-1.43m.358 1.437c-.803.223-.88 1.196-.95 1.889-.048 1.315-.161 2.688.253 3.959.269.85 1.616.932 1.991.127.376-.818.332-1.751.362-2.632-.023-.931.03-1.913-.34-2.788-.212-.504-.817-.688-1.316-.556z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-90--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.465 22.715c0 .678.549 1.195 1.228 1.195H20.3c.678 0 1.227-.517 1.227-1.195V1.294c0-.679-.549-1.228-1.227-1.228H3.693c-.678 0-1.228.549-1.228 1.228v21.421z"/><path d="M14.549 18.805h.323l-1.357 3.167h-.323l1.357-3.167zm.873 0h.614v1.002l.129-.097.258-.13.162-.032h.323l.13.032.097.065.129.065.097.129.065.097.065.129.065.161v1.745h-.582v-1.422l-.032-.097-.033-.097-.032-.097-.065-.064-.097-.065-.097-.032h-.194l-.194.064-.065.065-.065.097-.032.097-.032.129v1.422h-.614v-3.167zm-6.947.808l-.872.904.937 1.454h-.743l-.614-1.034-.291.226v.808h-.614v-3.167h.614v1.68l.839-.872h.743zm2.326 0l.129.064.194.194.194-.194.129-.064.129-.065.162-.033h.129l.259.065.129.065.097.065.097.097.097.13.065.097.032.162v1.777h-.614v-1.615l-.032-.097-.065-.064-.065-.065-.097-.065h-.194l-.097.033-.064.032-.065.097-.065.065-.032.097v1.583h-.646v-1.615l-.032-.097-.065-.064-.097-.065-.065-.065h-.193l-.097.033-.065.032-.097.097-.033.065-.064.194v1.487h-.582v-2.358h.549l.032.161.162-.097.129-.064.161-.065h.42l.129.065zm-7.528 3.069c0 .259.194.42.42.42h16.64c.226 0 .388-.161.388-.42V1.261a.374.374 0 0 0-.388-.388H3.693c-.226 0-.42.161-.42.388v21.421zm-.485 0V1.261c0-.485.42-.872.904-.872h16.64c.485 0 .872.388.872.872v21.421c0 .517-.388.905-.872.905H3.692a.903.903 0 0 1-.904-.905z"/><path d="M11.432 2.46h.354v2.355h-.354V2.46zM7.755 3.75s0 .032.032.032h.42V3.75l-.194-.612c0-.033-.032-.033-.032-.033s0 .033-.032.033l-.194.58v.032zm7.323-1.29h.354v1.645c.032.161.128.29.258.354a.35.35 0 0 0 .193.065.426.426 0 0 0 .419-.419V2.46h.355v1.677c0 .29-.193.58-.516.71-.097.032-.193.032-.291.032-.484 0-.773-.451-.773-.71V2.46zM9.336 4.815l.613-1.194v-.032L9.4 2.46h.387l.355.678h.032l.323-.678h.419l-.549 1.129v.032l.58 1.194h-.419l-.355-.742h-.032-.033l-.355.742h-.419zm3.193 0V2.46h.356l.547 1.322h.033l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032l-.516 1.226-.483-1.258h-.032s-.032 0-.032.032v1.226h-.356zm-7.741 0V2.46h.387l.516 1.322h.032l.516-1.322h.387v2.355h-.387V3.557c-.033 0-.033.032-.033.032L5.69 4.815l-.484-1.258h-.032s-.033 0-.033.032v1.226h-.355zm12.58 0V2.46h.387l.516 1.322h.065l.516-1.322h.354v2.355h-.354V3.589c0-.032-.032-.032-.032-.032s0 .032-.032.032l-.484 1.226-.516-1.258c-.032 0-.032 0-.032.032v1.226h-.387zm-10.387 0l.806-2.355h.387l.806 2.355h-.387l-.226-.646s0-.032-.033-.032h-.71s0 .032-.032.032l-.226.646h-.387zM6.644 8.47c.536-.575 1.231-.863 2.087-.863 1.318 0 2.222.583 2.711 1.75.279.661.418 1.531.418 2.61 0 1.047-.133 1.921-.4 2.622-.51 1.334-1.445 2.001-2.807 2.001-.649 0-1.232-.192-1.75-.576s-.814-.945-.89-1.681h1.696c.04.255.147.462.322.621s.408.239.699.239c.561 0 .956-.311 1.182-.932.123-.342.201-.842.233-1.499a1.85 1.85 0 0 1-.496.448c-.319.191-.711.287-1.176.287-.689 0-1.3-.238-1.833-.714s-.8-1.162-.8-2.057c0-.928.268-1.679.803-2.254zm2.864 3.437c.386-.247.579-.675.579-1.284 0-.49-.114-.878-.343-1.165s-.542-.43-.941-.43c-.291 0-.539.082-.747.245-.326.255-.49.687-.49 1.296 0 .514.105.899.314 1.156s.531.385.964.385c.235 0 .456-.068.663-.203zm5.136 2.47c.163.528.498.791 1.003.791s.837-.264.994-.791c.157-.528.236-1.289.236-2.284 0-1.043-.079-1.815-.236-2.317s-.489-.752-.994-.752c-.506 0-.84.251-1.003.752s-.245 1.274-.245 2.317c0 .995.082 1.757.245 2.284zm3.323-5.593c.444.776.666 1.879.666 3.309s-.222 2.53-.666 3.303c-.444.772-1.217 1.159-2.32 1.159s-1.876-.386-2.32-1.159c-.444-.772-.666-1.873-.666-3.303s.222-2.532.666-3.309c.444-.776 1.217-1.165 2.32-1.165s1.876.388 2.32 1.165z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--minimum-safe-distance--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.524 0h2.794c.251.146.55.11.822.174 1.136.22 2.264.556 3.284 1.111-.325.007-.587-.214-.88-.32a11.393 11.393 0 0 0-3.228-.823L13.23.088a61.084 61.084 0 0 0-2.459 0c-.247.151-.559.088-.835.13-.764.206-1.565.35-2.299.673-.272.088-.51.289-.808.284C7.964.576 9.246.22 10.524.103V0zM17.545 1.374c.937.398 1.758 1.054 2.528 1.717l.156.232c-.491-.362-.922-.8-1.438-1.129-.385-.32-.875-.487-1.247-.82zM4.314 2.755c.415-.324.821-.683 1.301-.904-.124.204-.365.29-.542.44-.468.293-.84.707-1.295 1.019.101-.247.347-.384.536-.556zM3.03 3.992c.125-.132.236-.29.418-.349-.922 1.051-1.774 2.184-2.321 3.48l-.15.058A12.362 12.362 0 0 1 3.03 3.993zM20.556 3.649c.178.061.29.215.414.346a12.103 12.103 0 0 1 2.866 5.864c.005.151.139.397-.035.493-.319-2.515-1.54-4.849-3.245-6.703zM7.937 4.642c.774-.004 1.548 0 2.321-.002-.011.211.053.442-.067.631-.528 1.013-.953 2.08-1.199 3.197a18.62 18.62 0 0 0-.709 0c.182-1.147.718-2.197 1.295-3.191-.594-.011-1.188-.001-1.783-.005.047-.21.094-.42.143-.63zM11.68 4.718c.409-.22.948-.115 1.25.235.586.677.636 1.669.421 2.503-.143.557-.594 1.133-1.224 1.102-.749-.031-1.153-.82-1.229-1.481-.108-.829.007-1.874.781-2.359m.374.497c-.37.116-.448.562-.491.896-.035.547-.074 1.157.223 1.644.192.325.688.24.818-.094.246-.557.214-1.199.127-1.788-.046-.328-.284-.766-.678-.659zM14.795 5.646a.553.553 0 0 1 .467-.424c.229-.125.356.172.328.352l-.377-.001c-.125.337.299.377.505.462-.304.575-.163 1.268-.128 1.891.216.071.599.125.704-.132.011-.38.001-.761.004-1.14-.126-.034-.449-.029-.32-.244.241-.013.476-.113.718-.082.004.554.005 1.109-.001 1.663l.346.094c-.041.311-.486.104-.707.161a7.547 7.547 0 0 0-.09-.18c-.21.246-.562.264-.851.17-.348-.239-.235-.68-.25-1.039.026-.352-.094-.746.145-1.048-.245-.053-.486-.233-.492-.504zM.166 9.856c.173-.882.407-1.762.786-2.579l.113-.086c-.51 1.308-.896 2.682-.97 4.088-.018.708.022 1.417-.012 2.125L0 13.33v-2.76c.163-.202.104-.478.166-.714zM3.155 9.288c1.094.007 2.189-.014 3.282.011.376.017.582.368.805.619.797.93 1.589 1.862 2.382 2.795a.79.79 0 0 1 .168.739c-.134.652-.242 1.309-.392 1.958-.096.352-.488.432-.793.504-.138-1.045-1.196-1.844-2.24-1.666-.937.118-1.684.985-1.678 1.927h-.943a9.077 9.077 0 0 1-.976-3.643c1.278.007 2.557.001 3.835.004.356.047.68-.312.613-.66a50.603 50.603 0 0 0-.248-1.552c-.053-.276-.334-.464-.607-.458-1.122-.007-2.244.001-3.366-.004.05-.192.104-.384.158-.575zM18.173 12.286c.91-.95 1.774-1.946 2.71-2.87.053.206.122.412.142.625a71.424 71.424 0 0 0-1.595 1.705c-.278.244-.114.75.25.786.517.011 1.036.002 1.553.002a9.214 9.214 0 0 1-.976 3.642h-2.532c.011-1.054-.938-2-1.998-1.944-.904-.005-1.726.684-1.903 1.565-.284-.036-.559-.248-.588-.547-.022-.485-.023-.971-.029-1.457-.023-.372.289-.715.658-.744 1.252-.191 2.507-.366 3.763-.529.198-.026.407-.079.546-.234zM23.812 10.531l.188.03v2.761c-.125.221-.109.478-.152.719a12.025 12.025 0 0 1-2.994 6.084c-.128.133-.247.288-.427.355.314-.388.655-.752.966-1.142a11.959 11.959 0 0 0 2.405-5.659c.181-.937.095-1.9.1-2.849l-.097-.152c.002-.037.008-.11.012-.146zM.174 13.428a11.565 11.565 0 0 0 2.022 5.328l-.055.085C1.126 17.462.484 15.818.167 14.139c-.019-.234-.146-.497.007-.712z"/><path d="M6.304 14.598c.839-.206 1.766.373 1.934 1.223.25.947-.539 1.975-1.518 1.976-.883.062-1.698-.718-1.684-1.601-.022-.746.535-1.448 1.267-1.598m-.019.695c-.678.244-.799 1.27-.197 1.666.545.45 1.465.053 1.526-.649.133-.707-.683-1.325-1.33-1.016zM15.418 14.594c.702-.156 1.484.212 1.79.866.344.67.139 1.566-.474 2.009-.594.473-1.523.428-2.074-.092a1.632 1.632 0 0 1-.335-1.963c.214-.424.635-.718 1.092-.82m.087.657c-.726.155-.962 1.188-.392 1.651.494.484 1.417.208 1.574-.463.224-.685-.499-1.408-1.182-1.188zM2.246 18.832c.373.6.88 1.099 1.324 1.645-.564-.362-.922-.967-1.35-1.472l.026-.173zM4.084 21.006c.221.028.349.22.516.343.638.497 1.312.953 2.044 1.298 2.592 1.366 5.675 1.619 8.486.893 1.025-.301 2.008-.762 2.958-1.26l-.053.103c-1.388.811-2.952 1.372-4.559 1.514v.102h-2.785c-.514-.185-1.079-.176-1.603-.341-1.842-.468-3.611-1.356-5.004-2.653z"/><path fill="#fff" d="M10.771.088c.82-.016 1.639-.017 2.459 0l.086.054c1.105.113 2.201.394 3.228.823.293.107.554.328.88.32l.024.106.097-.017c.372.332.862.499 1.247.82.516.329.947.767 1.438 1.129l.326.326c1.705 1.854 2.926 4.188 3.245 6.703l.011.179c-.004.036-.01.109-.012.146l.097.152c-.005.949.082 1.912-.1 2.849a11.945 11.945 0 0 1-2.405 5.659c-.311.39-.652.755-.966 1.142-.206.132-.308.443-.569.464l.01.119c-.175-.041-.252.144-.367.23-.337.317-.762.54-1.102.839-.125-.001-.204.103-.311.148-.95.498-1.933.959-2.958 1.26-2.812.726-5.894.473-8.486-.893-.732-.346-1.405-.802-2.044-1.298-.167-.124-.295-.316-.516-.343-.154-.193-.338-.356-.514-.529-.444-.546-.95-1.045-1.324-1.645a1.992 1.992 0 0 1-.05-.076 11.565 11.565 0 0 1-2.022-5.328l.029-.072-.12.048c.034-.708-.006-1.417.012-2.125.073-1.406.46-2.78.97-4.088a2.632 2.632 0 0 1-.088-.01l.15-.058c.547-1.296 1.399-2.429 2.321-3.48.112-.108.227-.216.33-.332.455-.312.827-.726 1.295-1.019.178-.15.419-.236.542-.44.127-.034.32-.072.342-.229.3-.026.518-.331.822-.361l.05-.086c.298.005.535-.197.808-.284C8.37.568 9.171.424 9.935.218c.276-.042.588.022.835-.13m-.744.481c-3.517.577-6.678 2.9-8.312 6.062C.413 9.104.065 12.053.734 14.763a11.604 11.604 0 0 0 3.949 6.232 11.6 11.6 0 0 0 7.314 2.605c2.587.006 5.167-.89 7.19-2.502a11.611 11.611 0 0 0 3.983-5.97c.661-2.359.554-4.93-.314-7.222-1.063-2.842-3.29-5.228-6.061-6.468C14.697.47 12.301.18 10.027.568z"/><path fill="#fff" d="M10.392 2.498a9.687 9.687 0 0 1 6.77 1.357 9.736 9.736 0 0 1 3.691 4.332 9.682 9.682 0 0 1 .235 7.021 9.68 9.68 0 0 1-4.247 5.122 9.625 9.625 0 0 1-6.298 1.195c-2.21-.325-4.282-1.466-5.76-3.138a9.609 9.609 0 0 1-2.396-5.675 9.606 9.606 0 0 1 1.798-6.355c1.457-2.035 3.733-3.461 6.206-3.859M7.937 4.642c-.049.21-.096.42-.143.63.595.004 1.189-.006 1.783.005C9 6.271 8.465 7.321 8.282 8.468c.236-.004.473-.005.709 0 .246-1.117.671-2.184 1.199-3.197.12-.19.056-.42.067-.631-.773.002-1.547-.001-2.321.002m3.744.076c-.774.485-.889 1.53-.781 2.359.076.661.48 1.45 1.229 1.481.63.031 1.081-.545 1.224-1.102.215-.834.164-1.826-.421-2.503a1.039 1.039 0 0 0-1.25-.235m3.114.928c.006.271.247.451.492.504-.239.301-.119.696-.145 1.048.014.359-.098.8.25 1.039.289.094.641.076.851-.17l.09.18c.221-.056.666.15.707-.161l-.346-.094c.006-.554.005-1.109.001-1.663-.241-.031-.476.068-.718.082-.128.215.194.21.32.244-.002.379.007.76-.004 1.14-.106.257-.488.203-.704.132-.035-.623-.175-1.316.128-1.891-.206-.085-.63-.125-.505-.462l.377.001c.029-.18-.098-.476-.328-.352a.55.55 0 0 0-.467.424M3.155 9.288c-.054.191-.108.383-.158.575 1.122.005 2.244-.004 3.366.004.274-.006.554.182.607.458.092.515.173 1.033.248 1.552.067.348-.257.707-.613.66-1.278-.002-2.557.004-3.835-.004a9.077 9.077 0 0 0 .976 3.643h.943c-.006-.942.74-1.81 1.678-1.927 1.044-.179 2.102.62 2.24 1.666.305-.072.697-.152.793-.504.15-.649.258-1.307.392-1.958a.79.79 0 0 0-.168-.739c-.793-.932-1.585-1.865-2.382-2.795-.223-.251-.43-.602-.805-.619-1.093-.025-2.188-.004-3.282-.011m15.018 2.997c-.139.155-.348.208-.546.234a169.35 169.35 0 0 0-3.763.529c-.368.029-.68.372-.658.744.006.486.007.972.029 1.457.029.299.304.511.588.547.178-.881 1-1.57 1.903-1.565 1.06-.056 2.009.89 1.998 1.944h2.532a9.23 9.23 0 0 0 .976-3.642c-.517 0-1.036.008-1.553-.002-.364-.036-.528-.542-.25-.786a71.424 71.424 0 0 1 1.595-1.705c-.019-.214-.089-.419-.142-.625-.936.924-1.8 1.92-2.71 2.87M6.304 14.598c-.732.15-1.289.852-1.267 1.598-.014.883.8 1.663 1.684 1.601.979-.001 1.768-1.03 1.518-1.976-.168-.85-1.096-1.429-1.934-1.223m9.113-.004c-.457.102-.878.396-1.092.82-.35.63-.206 1.484.335 1.963.551.521 1.48.565 2.074.092.613-.443.818-1.339.474-2.009-.306-.654-1.088-1.022-1.79-.866z"/><path fill="#fff" d="M12.053 5.215c.394-.107.632.331.678.659.086.589.119 1.231-.127 1.788-.131.334-.626.419-.818.094-.298-.487-.258-1.097-.223-1.644.043-.335.121-.78.491-.896zM6.284 15.293c.647-.308 1.463.31 1.33 1.016-.061.702-.982 1.099-1.526.649-.602-.396-.481-1.422.197-1.666zM15.504 15.251c.683-.22 1.406.503 1.182 1.188-.157.671-1.08.947-1.574.463-.57-.463-.334-1.496.392-1.651z"/><path fill="red" d="M10.026.569c2.274-.388 4.67-.098 6.768.87 2.771 1.24 4.998 3.626 6.061 6.468.869 2.292.976 4.862.314 7.222a11.611 11.611 0 0 1-3.983 5.97 11.596 11.596 0 0 1-7.19 2.502 11.6 11.6 0 0 1-7.314-2.605 11.604 11.604 0 0 1-3.949-6.232c-.668-2.711-.32-5.659.98-8.132C3.347 3.47 6.508 1.147 10.025.57m.367 1.928c-2.473.398-4.75 1.824-6.206 3.859a9.617 9.617 0 0 0-1.798 6.355 9.615 9.615 0 0 0 2.396 5.675c1.478 1.672 3.55 2.813 5.76 3.138a9.627 9.627 0 0 0 6.298-1.195 9.677 9.677 0 0 0 4.247-5.122 9.682 9.682 0 0 0-.235-7.021 9.736 9.736 0 0 0-3.691-4.332 9.683 9.683 0 0 0-6.77-1.357z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--minimum-safe-distance--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.262 0h1.37c2.959.179 5.85 1.434 7.921 3.569 2.102 2.11 3.334 5.028 3.446 7.999v.86c-.116 3.029-1.399 6.001-3.572 8.12-2.059 2.057-4.89 3.268-7.786 3.451h-1.276c-2.897-.181-5.73-1.39-7.79-3.446C1.374 18.41.078 15.391-.001 12.322v-.65c.08-3.668 1.945-7.248 4.932-9.384C6.762.926 8.998.187 11.261 0m-.628 2.38c-2.783.374-5.357 2.029-6.842 4.411-1.387 2.16-1.835 4.882-1.261 7.379a9.674 9.674 0 0 0 3.095 5.166 9.658 9.658 0 0 0 5.526 2.338 9.687 9.687 0 0 0 6.054-1.469 9.682 9.682 0 0 0 4.034-5.197 9.81 9.81 0 0 0-.286-6.794 9.697 9.697 0 0 0-3.108-3.983c-2.029-1.547-4.691-2.207-7.212-1.85z"/><path fill="#c0111e" d="M13.225 6.026l.071.03c.203.094.436.061.649.03l.007.082-.642-.004-.002.298c-.239.044-.496.055-.73-.019l-.06-.06c.175-.017.349-.01.522.024.114-.089.332-.196.185-.38z"/><path fill="#fff" d="M10.633 2.38c2.521-.356 5.183.304 7.212 1.85a9.697 9.697 0 0 1 3.108 3.983 9.81 9.81 0 0 1 .286 6.794 9.682 9.682 0 0 1-4.034 5.197 9.687 9.687 0 0 1-6.054 1.469 9.658 9.658 0 0 1-5.526-2.338 9.674 9.674 0 0 1-3.095-5.166c-.574-2.497-.126-5.219 1.261-7.379 1.486-2.382 4.06-4.037 6.842-4.411M10.37 4.85c-.312.563-.582 1.208-.455 1.865.013.277-.006.749.402.713.366.06.44-.342.42-.617.842.018 1.686.014 2.528.002.008.227-.012.584.295.606.298.091.552-.16.504-.454.178-.854-.127-1.728-.637-2.411-.136-.182-.329-.359-.575-.33-.568-.004-1.134-.004-1.7 0-.386-.032-.6.348-.782.625M7.631 7.562l.392.193c.494-1.054.996-2.104 1.494-3.156-.13-.065-.259-.128-.39-.191-.502 1.05-.997 2.102-1.496 3.154m6.851-2.961c.499 1.051 1.001 2.102 1.495 3.156l.392-.194c-.499-1.051-.996-2.105-1.498-3.156l-.39.194M5.692 11.5l.391.2c.494-1.055.997-2.106 1.494-3.16l-.392-.185c-.499 1.046-.992 2.096-1.493 3.144m10.731-2.96c.494 1.055 1 2.105 1.494 3.16l.389-.197c-.493-1.05-.994-2.098-1.489-3.146-.132.06-.263.122-.394.184m-7.416 2.654c.431-.084.871-.118 1.3-.21.577-.419 1.122-.883 1.693-1.31.462.354.92.714 1.376 1.076.419.432 1.081.283 1.614.444-.992-.73-1.988-1.456-2.99-2.173-1.003.716-1.998 1.446-2.993 2.173m-5.381 4.381c.097.049.292.146.389.196.499-1.056.996-2.112 1.498-3.166l-.396-.185c-.497 1.051-.996 2.102-1.49 3.155m14.86-2.969c.503 1.056 1 2.114 1.501 3.172l.391-.228c-.526-1.031-.994-2.089-1.499-3.13l-.394.186m-9.084 1.36c-.74.823-1.172 1.873-1.448 2.933-.084.466-.166.967-.005 1.424.09.362-.052.756.091 1.108.192.412.738.391 1.106.283.442-.194.348-.744.353-1.133 1.667.054 3.336.054 5.003 0 .007.388-.091.934.347 1.132.368.11.916.131 1.109-.278.148-.353.005-.749.094-1.111.163-.454.079-.952-.002-1.414-.276-1.067-.71-2.122-1.454-2.95a1.162 1.162 0 0 0-.911-.383 72.81 72.81 0 0 0-3.37 0 1.15 1.15 0 0 0-.912.389z"/><path fill="#fff" d="M10.938 4.436c.702-.06 1.416-.052 2.119-.004.257.334.45.713.648 1.085a387.605 387.605 0 0 0-3.41 0c.196-.371.392-.744.643-1.081zM10.049 6.032c.186-.061.377-.073.574-.035.284.104-.256.142-.323.118a36.66 36.66 0 0 1-.251-.083z"/><path fill="#fff" d="M11.574 6.049c.28-.011.56-.011.841-.007l.103.341.06.06c-.844.059-1.69-.006-2.534.031V6.16l.653.001.052.227c.268.006.536-.002.804 0l.022-.338zM13.296 6.056c.182-.127.466-.118.659-.017l-.01.047c-.214.031-.446.064-.649-.03zM13.308 6.462l.002-.298.642.004.006.306c-.217-.001-.434.016-.65-.012zM9.479 14.626c.184-.265.304-.71.701-.689a58.61 58.61 0 0 1 3.631-.001c.408-.028.53.431.718.701.251.493.648.923.786 1.464-2.21-.048-4.423-.043-6.635-.004.155-.541.545-.976.799-1.471zM8.224 16.978c.438-.006.88-.041 1.315.024l-.031.42c-.436-.005-.874.01-1.308-.035.006-.137.014-.274.024-.409zM14.465 16.999c.438-.059.881-.029 1.32-.02-.028.136.08.348-.06.434-.412.022-.823 0-1.234.006l-.026-.42z"/><path fill="#fff" d="M11.132 17.114c.58-.014 1.16-.022 1.74.005.006.227.008.455.011.682h1.584l.018-.293c.44-.007.883-.028 1.322.017l-.037.406c-2.515-.004-5.03-.005-7.546.001.019-.138-.092-.342.048-.433.414-.018.829.005 1.243.012l.018.292c.528-.004 1.056-.002 1.584-.001.001-.228.005-.457.014-.686z"/><path d="M10.37 4.85c.182-.277.396-.658.782-.625.566-.004 1.133-.004 1.7 0 .246-.029.439.148.575.33.51.683.815 1.556.637 2.411.048.294-.206.545-.504.454-.307-.022-.287-.379-.295-.606-.842.012-1.686.016-2.528-.002.02.275-.054.677-.42.617-.408.036-.389-.436-.402-.713-.127-.656.143-1.302.455-1.865m.568-.415c-.251.337-.448.71-.643 1.081 1.136-.005 2.274-.005 3.41 0-.198-.372-.391-.751-.648-1.085a13.879 13.879 0 0 0-2.119.004m-.889 1.596l.251.083c.067.024.607-.013.323-.118a1.127 1.127 0 0 0-.574.035m1.525.017l-.022.338c-.268-.002-.536.006-.804 0-.013-.058-.04-.17-.052-.227l-.653-.001v.314c.845-.037 1.691.028 2.534-.031.234.074.491.064.73.019.216.028.433.011.65.012l-.006-.306-.007-.082.01-.047c-.193-.101-.476-.11-.659.017l-.071-.03c.148.185-.071.292-.185.38a1.793 1.793 0 0 0-.522-.024 44.184 44.184 0 0 1-.103-.341 15.704 15.704 0 0 0-.841.007zM7.631 7.562c.499-1.051.995-2.104 1.496-3.154.131.062.26.126.39.191-.498 1.052-1 2.102-1.494 3.156l-.392-.193zM14.482 4.601l.39-.194c.502 1.051.998 2.105 1.498 3.156l-.392.194c-.494-1.054-.996-2.105-1.495-3.156zM5.692 11.5c.5-1.048.994-2.098 1.493-3.144.131.061.262.122.392.185-.497 1.054-1 2.105-1.494 3.16l-.391-.2zM16.423 8.539c.131-.061.262-.124.394-.184.496 1.049.996 2.096 1.489 3.146l-.389.197c-.494-1.055-1-2.105-1.494-3.16zM9.007 11.194c.995-.727 1.99-1.457 2.993-2.173a308.18 308.18 0 0 1 2.99 2.173c-.533-.161-1.195-.012-1.614-.444-.456-.362-.914-.722-1.376-1.076-.571.427-1.116.892-1.693 1.31-.428.092-.869.126-1.3.21zM3.626 15.575c.494-1.052.994-2.104 1.49-3.155l.396.185c-.502 1.054-.998 2.11-1.498 3.166-.097-.049-.292-.146-.389-.196zM18.487 12.606l.394-.186c.505 1.04.973 2.099 1.499 3.13l-.391.228c-.502-1.057-.998-2.116-1.501-3.172zM9.402 13.966a1.15 1.15 0 0 1 .912-.389 72.81 72.81 0 0 1 3.37 0c.343-.018.682.13.911.383.744.828 1.178 1.883 1.454 2.95.082.462.166.96.002 1.414-.089.362.054.758-.094 1.111-.193.409-.74.389-1.109.278-.438-.198-.34-.744-.347-1.132a77.273 77.273 0 0 1-5.003 0c-.005.389.089.938-.353 1.133-.368.108-.914.128-1.106-.283-.143-.352-.001-.745-.091-1.108-.161-.457-.079-.959.005-1.424.276-1.06.708-2.11 1.448-2.933m.078.66c-.254.496-.644.93-.799 1.471a166.77 166.77 0 0 1 6.635.004c-.138-.541-.535-.971-.786-1.464-.187-.27-.31-.728-.718-.701a58.61 58.61 0 0 0-3.631.001c-.397-.022-.517.424-.701.689m-1.255 2.352c-.01.136-.018.272-.024.409.434.044.872.03 1.308.035l.031-.42c-.436-.065-.877-.03-1.315-.024m6.241.021l.026.42c.41-.006.822.016 1.234-.006.14-.086.032-.299.06-.434-.439-.008-.882-.038-1.32.02m-3.333.115c-.01.229-.013.458-.014.686-.528-.001-1.056-.002-1.584.001l-.018-.292c-.414-.007-.829-.03-1.243-.012-.14.091-.029.295-.048.433 2.515-.006 5.03-.005 7.546-.001l.037-.406c-.439-.044-.882-.024-1.322-.017l-.018.293h-1.584a38.776 38.776 0 0 0-.011-.682c-.58-.026-1.16-.019-1.74-.005z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--mopeds-and-bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M11.096 0H13.2c2.64.316 5.208 1.429 7.116 3.302a11.932 11.932 0 0 1 3.453 6.159c.102.401.11.821.231 1.218v2.582c-.21 1.427-.569 2.845-1.235 4.132-1.456 2.906-4.138 5.171-7.252 6.108-.788.256-1.61.369-2.426.498h-2.109c-2.795-.271-5.506-1.491-7.478-3.504C1.501 18.538.297 15.852.001 13.084V11.11C.22 8.265 1.466 5.503 3.504 3.5c2-2.033 4.755-3.276 7.593-3.5M9.685 3.916c-.412.849-.725 1.743-1.112 2.602l-.426-.043.026-.397c-.348-.017-.7-.022-1.033.09.037.111.109.334.144.446-.922.333-1.544 1.325-1.416 2.302.096 1.062 1.06 1.958 2.129 1.963 1.064.058 2.072-.772 2.237-1.822.173-.875-.269-1.781-.999-2.266.108-.258.218-.517.33-.774.53.835 1.041 1.681 1.555 2.526.148.243.371.491.675.505.589.012 1.178-.008 1.767.005.188 1.071 1.222 1.921 2.32 1.823 1.189-.041 2.185-1.188 2.062-2.372-.062-1.113-1.085-2.056-2.199-2.029-1.058-.026-2.008.809-2.189 1.839-.556.003-1.112 0-1.668.003a87.17 87.17 0 0 1-.435-.624c.169-.485.337-.969.508-1.453-.216-.357-.442-.707-.656-1.064-.458-.016-.914-.016-1.372-.026.126-.292.253-.586.378-.88.338-.001.678-.003 1.018-.003v-.758c-.55.039-1.315-.186-1.642.408m3.644 1.318c-.076.443.312.788.46 1.182.081.261.45.369.627.142a1.33 1.33 0 0 1 .854-.414c.685-.05 1.372-.073 2.058-.117l-.033-.87H14.43c-.367.005-.744-.035-1.099.077m-3.176 6.508c-.258.059-.382.321-.46.55-.275.787-.561 1.572-.83 2.362-1.293-.359-2.765.536-2.963 1.878-.19.972.311 2.024 1.183 2.493a2.365 2.365 0 0 0 3.409-2.765c-.165-.591-.597-1.066-1.106-1.391l.195-.54c.856.968 1.714 1.936 2.569 2.905.372-.003.744-.003 1.116 0 .132 1.005.932 1.887 1.942 2.05 1.039.209 2.159-.386 2.58-1.353.417-.892.198-2.026-.526-2.694-.602-.59-1.52-.782-2.324-.559-.207-.435-.409-.875-.614-1.313.089-.205.182-.407.279-.606l.59-.005v-.46c-.725.037-1.475-.08-2.185.062l-.072.233c.228.311.7.115 1.036.168l-.194.382c-1.259.007-2.517-.001-3.776.004.123-.262.139-.611.383-.797.296-.097.619-.039.927-.052l-.001-.574c-.386.007-.776-.033-1.161.025z"/><path fill="#0e518d" d="M6.616 8.897c-.181-.944.725-1.828 1.664-1.677-.181.488-.414.956-.584 1.448-.142.355.388.532.572.25.31-.425.428-.96.668-1.427.805.57.767 1.909-.081 2.417-.837.589-2.129.005-2.239-1.011zM14.307 8.32c.202-.721.957-1.242 1.706-1.078.816.119 1.385 1.026 1.144 1.814-.174.724-.964 1.221-1.693 1.056-.552-.087-.974-.539-1.144-1.054.514-.024 1.028.01 1.542-.017.336-.046.454-.623.076-.692-.54-.059-1.089-.005-1.631-.028zM9.803 13.727c1.237-.001 2.472.001 3.709-.001-.425.913-.856 1.822-1.279 2.736a789.77 789.77 0 0 0-2.43-2.734zM14.008 14.026c.136.294.274.588.413.88a2.49 2.49 0 0 0-1.146 1.75l-.498-.001c.409-.876.824-1.751 1.231-2.628zM6.805 15.874c.416-.574 1.175-.804 1.856-.668-.191.584-.421 1.154-.605 1.74-.143.285.355.511.489.249.245-.576.417-1.179.648-1.761.816.529 1.082 1.723.506 2.522-.542.846-1.831 1.043-2.59.38-.741-.565-.881-1.734-.304-2.463zM15.192 15.207c.947-.227 1.999.399 2.184 1.367.254 1.022-.578 2.126-1.63 2.159-.901.084-1.734-.622-1.891-1.495.627-.024 1.258.03 1.883-.028.265-.042.233-.361.131-.532-.216-.494-.459-.976-.677-1.47z"/><path fill="#0e518d" d="M13.858 16.653c.106-.492.399-.925.804-1.218.195.405.383.813.573 1.22-.459.001-.918.003-1.377-.001z"/><path fill="#f7fbf5" d="M9.685 3.916c.327-.594 1.092-.369 1.642-.408v.758c-.34 0-.679.001-1.018.003-.125.294-.252.588-.378.88.458.01.914.01 1.372.026.214.357.439.707.656 1.064l-.508 1.453c.144.209.29.417.435.624.556-.003 1.112 0 1.668-.003.181-1.03 1.13-1.865 2.189-1.839 1.115-.028 2.138.915 2.199 2.029.123 1.184-.872 2.332-2.062 2.372-1.098.098-2.132-.751-2.32-1.823-.589-.013-1.178.007-1.767-.005-.304-.014-.527-.262-.675-.505-.514-.845-1.026-1.69-1.555-2.526-.113.257-.223.515-.33.774.731.485 1.172 1.391.999 2.266-.165 1.049-1.174 1.879-2.237 1.822-1.069-.005-2.033-.901-2.129-1.963-.127-.977.494-1.969 1.416-2.302l-.144-.446c.333-.113.686-.108 1.033-.09l-.026.397.426.043c.387-.859.7-1.753 1.112-2.602M6.616 8.897c.11 1.016 1.402 1.6 2.239 1.011.849-.508.887-1.847.081-2.417-.24.467-.358 1.002-.668 1.427-.184.282-.713.105-.572-.251.169-.492.403-.96.584-1.448-.939-.151-1.845.733-1.664 1.677m7.691-.576c.543.022 1.091-.031 1.631.028.378.07.26.647-.076.692-.514.028-1.028-.007-1.542.017.169.515.591.968 1.144 1.054.729.165 1.519-.332 1.693-1.056.241-.788-.328-1.694-1.144-1.814-.749-.164-1.504.357-1.706 1.078z"/><path fill="#f7fbf5" d="M13.331 5.235c.355-.113.732-.072 1.099-.077h2.867l.033.87c-.686.043-1.373.067-2.058.117a1.34 1.34 0 0 0-.854.414c-.177.227-.546.119-.627-.142-.148-.393-.536-.738-.46-1.182zM10.155 11.743c.384-.058.775-.018 1.161-.025l.001.574c-.308.013-.631-.045-.927.052-.244.186-.26.535-.383.797 1.259-.005 2.517.003 3.776-.004l.194-.382c-.336-.052-.808.143-1.036-.168l.072-.233c.71-.142 1.46-.025 2.185-.062v.46l-.59.005c-.097.199-.19.401-.279.606.205.438.407.877.614 1.313.804-.223 1.722-.031 2.324.559.724.668.943 1.802.526 2.694-.421.968-1.541 1.562-2.58 1.353-1.01-.163-1.81-1.045-1.942-2.05a69.193 69.193 0 0 0-1.116 0c-.855-.969-1.713-1.937-2.569-2.905l-.195.54c.509.325.94.8 1.106 1.391.296.927-.058 2.008-.839 2.584a2.366 2.366 0 0 1-2.57.181c-.872-.47-1.373-1.521-1.183-2.493.198-1.342 1.67-2.237 2.963-1.878.269-.79.555-1.575.83-2.362.079-.228.202-.491.46-.55m-.355 1.987c.812.91 1.622 1.82 2.43 2.734.422-.914.854-1.823 1.279-2.736-1.237.003-2.472 0-3.709.001m4.205.3c-.408.877-.822 1.752-1.231 2.628l.498.001c.104-.72.53-1.368 1.146-1.75a88.345 88.345 0 0 1-.413-.88m-7.203 1.849c-.577.729-.437 1.898.304 2.463.759.662 2.049.466 2.59-.38.576-.799.31-1.993-.506-2.522-.231.582-.403 1.186-.648 1.761-.134.262-.632.035-.489-.249.184-.586.413-1.157.605-1.74-.681-.136-1.44.093-1.856.668m8.387-.668c.218.494.46.976.677 1.47.102.172.134.491-.131.532-.626.058-1.256.004-1.883.028.157.873.99 1.579 1.891 1.495 1.052-.033 1.885-1.137 1.63-2.159-.185-.968-1.237-1.593-2.184-1.367m-1.334 1.447c.459.004.918.003 1.377.001-.19-.407-.378-.814-.573-1.22a2.05 2.05 0 0 0-.804 1.218z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--motorcycles-and-bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2b3f73" d="M11.021 0h2.044c2.75.29 5.417 1.472 7.373 3.443 2.031 1.964 3.263 4.671 3.563 7.47v.815c-8 .003-16-.004-24 .004v-.572c.208-2.892 1.484-5.695 3.565-7.719C5.543 1.458 8.241.255 11.021 0m1.425 1.204c-.157.147-.27.332-.397.502l.155.138c-.088.25-.039.508.009.76.172.123.363.235.463.43-.219.116-.461.197-.653.356-.146.31-.138.671-.303.97-.253.187-.601.173-.901.223-.301.053-.621-.316-.892-.066-.24.394-.277.877-.519 1.27-.183-.03-.361-.083-.539-.133-.21.183-.289.444-.316.712.195.076.391.15.588.221-.075.205-.15.409-.223.614a1.925 1.925 0 0 0-2.089.945c.129.423-.125.857.006 1.281.186.834 1.097 1.494 1.947 1.262.779-.156 1.298-.914 1.342-1.68.272.099.542.236.839.234.907.006 1.814-.003 2.721.001.116.539.417 1.058.932 1.301.681.39 1.592.173 2.072-.432.243-.277.281-.685.577-.924.067-.755-.383-1.423-.979-1.841.218-.324.565-.35.919-.28l-.005-.319c-.316-.004-.634-.005-.95-.009-.102-.178-.119-.505-.385-.498-.699-.043-1.401.018-2.101-.018a2.154 2.154 0 0 1-.342-1.196c0-.49.265-.934.283-1.421-.015-.368-.355-.588-.503-.898.11-.347.386-.653.339-1.037-.01-.511-.721-.803-1.095-.467z"/><path fill="#2b3f73" d="M10.185 5.146c.519-.083 1.049-.021 1.572-.032l.323.595c-.2.187-.388.516-.71.434-.521-.08-1.035-.203-1.554-.295.115-.236.179-.512.369-.701zM9.261 7.012l.453.212.003.503-.534-.388c.019-.083.059-.245.079-.326zM10.617 7.43l.591.048c.067.33.124.663.174.997-.29-.105-.53-.299-.757-.501l-.008-.545zM12.006 7.566l.883.24c.028.188.054.378.081.569-.196.334-.484.564-.892.486-.025-.432-.049-.863-.072-1.295zM7.595 8.249c.263-.329.693-.419 1.094-.412-.142.454-.328.893-.455 1.351l.183.234c.214-.476.361-.979.552-1.465.449.32.779.903.563 1.457-.195.659-1.07 1.072-1.657.646-.626-.352-.777-1.29-.28-1.812zM15.057 7.849c.493-.044 1.055.081 1.323.539.441.622.092 1.594-.644 1.791-.675.235-1.399-.261-1.545-.932.577-.008 1.155-.003 1.732-.006v-.388l-.33-.015c-.182-.328-.368-.653-.535-.988z"/><path fill="#2b3f73" d="M14.175 8.841c.126-.341.326-.645.615-.867.173.288.343.579.515.87-.377.006-.754.006-1.13-.003zM0 12.16c8-.003 16 .006 24-.004v1.014c-.163 1.015-.346 2.035-.716 2.999-1.163 3.151-3.699 5.764-6.823 7-1.048.437-2.166.652-3.283.831h-2.325c-1.225-.185-2.449-.44-3.586-.942-3.157-1.338-5.668-4.099-6.71-7.365C.281 14.875.151 14.018 0 13.17v-1.01m9.772 2.55c-.116.245.088.455.19.661-.17.488-.378.961-.622 1.417-1.212-.528-2.692.37-2.879 1.652-.236 1.039.528 2.071 1.501 2.375 1.206.399 2.634-.569 2.723-1.834.066-.849-.418-1.666-1.134-2.102l.236-.501c.68.662 1.351 1.333 2.036 1.99-.05.258-.156.542-.003.787.126.254.428.306.668.399l.08.341c.214-.006.43-.013.644-.025a3.399 3.399 0 0 0-.479-.112 11.949 11.949 0 0 0-.079-.222c.222-.156.39-.366.515-.605l.449-.001c.086 1.108 1.15 2.025 2.253 1.97.797.004 1.505-.529 1.903-1.19.532-1.072-.053-2.503-1.172-2.914-.61-.275-1.308-.16-1.895.121a68.899 68.899 0 0 0-.615-.938l.253-.461.418.058c.132-.232.139-.458-.08-.628-.37.15-.875-.034-1.159.289.17.135.36.245.548.356l-.174.265c-1.297-.001-2.592-.003-3.888.001.077-.201.156-.403.235-.604-.227-.147-.439-.44-.142-.64.462-.094.941-.01 1.408-.088-.195-.244-.529-.157-.8-.177-.33.009-.815-.044-.939.359z"/><path fill="#2b3f73" d="M9.819 16.107c1.321-.027 2.644-.006 3.965-.012-.388.677-.723 1.386-1.135 2.048-.281.028-.305-.246-.381-.444a67.048 67.048 0 0 0-.47-.058l-.175.258c-.578-.621-1.223-1.173-1.804-1.792zM13.968 16.187c.187.284.374.568.563.85-.521.409-.828 1.018-.917 1.668-.15-.001-.301-.001-.45-.003a18.883 18.883 0 0 0-.292-.495c.372-.671.729-1.348 1.097-2.021zM7.91 16.957c.431-.21.914-.106 1.356.001-.25.641-.667 1.234-.813 1.902l.137-.008c.332-.581.568-1.209.889-1.796.583.401 1.04 1.048 1.004 1.781.036 1.254-1.425 2.213-2.572 1.748-.618-.259-1.194-.797-1.265-1.497-.141-.893.418-1.819 1.263-2.132zM14.819 17.08c1.086-.627 2.627.012 2.895 1.25.377 1.2-.756 2.445-1.961 2.37-.966-.01-1.843-.81-1.955-1.768.737-.01 1.474.003 2.212-.013a91.6 91.6 0 0 1-1.191-1.84z"/><path fill="#2b3f73" d="M13.813 18.699a2.6 2.6 0 0 1 .796-1.499c.35.493.674 1.003.997 1.514-.597-.019-1.196-.009-1.794-.014zM11.835 18.133c-.05-.17.205-.369.335-.215.161.21-.21.437-.335.215z"/><path fill="#fefeff" d="M12.446 1.204c.374-.335 1.085-.044 1.095.467.046.385-.23.69-.339 1.037.148.31.488.53.503.898-.018.486-.283.93-.283 1.421-.004.419.111.845.342 1.196.699.036 1.401-.025 2.101.018.266-.006.283.32.385.498.316.004.634.005.95.009l.005.319c-.354-.07-.701-.044-.919.28.596.418 1.046 1.086.979 1.841-.295.239-.334.646-.577.924-.48.605-1.391.822-2.072.432-.515-.243-.815-.761-.932-1.301-.907-.004-1.814.005-2.721-.001-.297.003-.566-.134-.839-.234-.044.766-.563 1.524-1.342 1.68-.85.232-1.761-.428-1.947-1.262-.132-.425.123-.858-.006-1.281A1.925 1.925 0 0 1 8.918 7.2l.223-.614a22.932 22.932 0 0 1-.588-.221c.027-.268.106-.529.316-.712.178.05.356.103.539.133.241-.392.279-.876.519-1.27.271-.25.591.119.892.066.299-.05.648-.036.901-.223.165-.299.157-.661.303-.97.192-.159.434-.24.653-.356-.101-.195-.292-.307-.463-.43-.048-.252-.097-.51-.009-.76l-.155-.138c.128-.17.24-.355.397-.502m-2.261 3.943c-.19.188-.254.465-.369.701.519.093 1.032.215 1.554.295.321.083.51-.246.71-.434a68.367 68.367 0 0 0-.323-.595c-.523.012-1.053-.05-1.572.032m-.924 1.867l-.079.326.534.388-.003-.503-.453-.212m1.357.419l.008.545c.227.201.467.396.757.501-.05-.334-.107-.667-.174-.997l-.591-.048m1.389.135c.023.432.048.863.072 1.295.408.077.695-.152.892-.486-.027-.191-.053-.381-.081-.569l-.883-.24m-4.411.683c-.497.521-.346 1.459.28 1.812.587.426 1.462.013 1.657-.646.217-.554-.114-1.137-.563-1.457-.191.485-.338.988-.552 1.465a20.955 20.955 0 0 1-.183-.234c.128-.458.314-.897.455-1.351-.401-.008-.831.083-1.094.412m7.462-.401c.168.335.354.661.535.988l.33.015v.388c-.577.004-1.155-.001-1.732.006.146.671.87 1.166 1.545.932.735-.197 1.085-1.169.644-1.791-.267-.458-.83-.583-1.323-.539m-.881.993c.377.009.754.009 1.13.003-.172-.29-.342-.582-.515-.87a1.904 1.904 0 0 0-.615.867zM0 11.732c8-.008 16-.001 24-.004v.428c-8 .01-16 .001-24 .004v-.428zM9.772 14.71c.124-.403.609-.35.939-.359.271.019.605-.067.8.177-.467.077-.946-.006-1.408.088-.297.2-.085.493.142.64l-.235.604c1.295-.004 2.591-.003 3.888-.001l.174-.265c-.188-.111-.378-.221-.548-.356.284-.323.788-.139 1.159-.289.219.17.212.396.08.628a52.629 52.629 0 0 1-.418-.058l-.253.461c.208.31.413.623.615.938.587-.281 1.285-.396 1.895-.121 1.119.41 1.703 1.841 1.172 2.914-.399.661-1.106 1.194-1.903 1.19-1.103.054-2.166-.862-2.253-1.97l-.449.001a1.672 1.672 0 0 1-.515.605c.021.055.059.166.079.222.163.026.321.063.479.112-.214.012-.43.018-.644.025a18.797 18.797 0 0 1-.08-.341c-.24-.093-.542-.145-.668-.399-.154-.245-.048-.529.003-.787-.685-.657-1.356-1.328-2.036-1.99l-.236.501c.716.436 1.2 1.253 1.134 2.102-.089 1.265-1.516 2.232-2.723 1.834-.973-.305-1.737-1.337-1.501-2.375.187-1.281 1.667-2.179 2.879-1.652.244-.455.452-.929.622-1.417-.102-.205-.306-.415-.19-.661m.047 1.396c.581.619 1.226 1.172 1.804 1.792l.175-.258.47.058c.076.197.099.472.381.444.413-.662.747-1.37 1.135-2.048-1.321.005-2.644-.015-3.965.012m4.149.08c-.368.672-.725 1.35-1.097 2.021.099.164.196.329.292.495.15.001.301.001.45.003.089-.65.396-1.259.917-1.668l-.563-.85m-6.057.769c-.845.312-1.404 1.239-1.263 2.132.071.699.646 1.237 1.265 1.497 1.147.465 2.608-.494 2.572-1.748.036-.733-.421-1.379-1.004-1.781-.321.587-.557 1.215-.889 1.796l-.137.008c.146-.668.563-1.261.813-1.902-.443-.107-.925-.212-1.356-.001m6.908.122a91.6 91.6 0 0 0 1.191 1.84c-.738.015-1.475.003-2.212.013.112.957.988 1.757 1.955 1.768 1.205.075 2.338-1.17 1.961-2.37-.268-1.239-1.809-1.877-2.895-1.25m-1.006 1.618c.597.005 1.196-.005 1.794.014a35.595 35.595 0 0 0-.997-1.514 2.605 2.605 0 0 0-.796 1.499m-1.979-.565c.125.222.497-.005.335-.215-.13-.154-.386.045-.335.215z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--motorcycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#000090" d="M11.059 0h1.871c2.485.21 4.905 1.18 6.808 2.799 2.454 2.035 4.004 5.088 4.263 8.261v1.883c-.215 2.484-1.185 4.902-2.806 6.802-2.037 2.45-5.086 3.998-8.258 4.255h-2.051c-2.387-.276-4.715-1.188-6.558-2.746-2.49-2.035-4.065-5.112-4.327-8.312v-1.875c.256-3.173 1.805-6.225 4.256-8.262 1.9-1.62 4.32-2.591 6.802-2.804M9.384 6.396c.312.232.812.251.981-.159.152-.415.361-.863.854-.936.003-.696-.772-1.196-1.425-1.002-.977.117-1.269 1.627-.41 2.098m-1.285.273c-1.082 1.15-1.384 2.791-1.415 4.316-.424-.086-.849-.272-1.289-.188-.007.184-.012.369-.02.553-.715.147-1.412.379-2.039.758.175.192.431.248.66.118 1.097-.472 2.362-.274 3.398.259l-.084.317c-.26-.053-.51-.141-.764-.219-1.001-.256-2.144.025-2.855.79-1.112 1.048-1.147 2.994-.093 4.093.827.939 2.282 1.268 3.417.717.825-.343 1.423-1.094 1.685-1.936.989.04 1.978.007 2.968.02.312-.005.631.025.933-.064.162-.179.243-.412.342-.63.574-1.36 1.203-2.698 1.768-4.063l.284-.183c.04.149.261.309.121.464-.362.442-.8.846-1.004 1.395-.187.447-.171.948-.097 1.417.207-.172.289-.423.309-.683.08-.785.473-1.598 1.171-2.006.156.249.328.489.509.721-.723.617-1.256 1.506-1.238 2.478-.072 1.224.686 2.407 1.771 2.941a3.26 3.26 0 0 0 2.835-.009c1.083-.53 1.822-1.718 1.768-2.93.001-1.366-1.01-2.635-2.32-2.99-.806-.255-1.701-.123-2.432.288a22.886 22.886 0 0 0-.552-.793c.67-.442 1.521-.644 2.306-.438.343.07.688.241 1.04.107-.091-.162-.208-.314-.4-.351-1.037-.355-2.24-.229-3.145.404-.578-.814-1.132-1.644-1.709-2.46-.194-.259-.453-.532-.808-.504a15.675 15.675 0 0 0-2.686.18c-.245-.484-.42-1-.667-1.481-.288-.332-.687-.548-1.044-.796-.285-.086-.446.225-.625.385m6.978 3.815c.15.06.3.123.45.187.223-.469.285-1.037.016-1.502-.621.109-.781.837-.465 1.315z"/><path fill="#000090" d="M10.207 9.527c.717-.127 1.403-.398 2.112-.565a.4.4 0 0 1 .54.255l.256.048c.123-.099.252-.191.39-.269.26.394.528.781.809 1.159-.394-.082-.805-.195-1.203-.072-.711.191-1.295.675-1.962.969-.207.086-.42-.024-.623-.062-.668-.17-1.346-.316-2.033-.381.274-.518.635-.983.933-1.486.284.09.499.317.781.404zM11.902 12.113c.705-.024 1.413-.044 2.119.005-.367.757-.603 1.59-1.079 2.286-.021-.524.084-1.038.131-1.558-.052-.049-.154-.15-.204-.2-.402-.011-.804-.009-1.205-.017.081-.171.16-.343.239-.516zM7.809 13.252c-.167-.114-.038-.358.138-.37.777.678 1.049 1.749 1.029 2.745l-.175.021c.024-.892-.325-1.793-.992-2.396zM16.836 13.05c.54-.219 1.147-.349 1.717-.164 1.217.301 2.063 1.692 1.687 2.903-.257 1.034-1.274 1.817-2.342 1.79-1.274-.005-2.436-1.177-2.342-2.468-.02-.713.391-1.35.898-1.819.288.426.561.859.845 1.288-.22.342-.331.815-.016 1.143.396.546 1.37.314 1.485-.353.158-.647-.52-1.159-1.124-1.02-.263-.438-.574-.845-.808-1.299zM3.918 14.529c.465-1.009 1.814-1.493 2.8-.952-.186.269-.373.537-.566.801-.438-.06-.926-.012-1.208.37-.564.632-.082 1.766.769 1.775.442.066.814-.225 1.059-.562.35.027.699.08 1.044.148-.366 1.146-1.795 1.836-2.892 1.274-1.055-.455-1.574-1.838-1.006-2.855z"/><path fill="#000090" d="M7.192 13.852c.443.434.747 1.017.721 1.65-.328-.062-.69-.021-.99-.17a3.003 3.003 0 0 1-.261-.625c.105-.32.365-.565.53-.855z"/><path fill="#fefefe" d="M9.384 6.396c-.859-.471-.568-1.981.41-2.098.654-.194 1.428.306 1.425 1.002-.493.073-.701.521-.854.936-.17.41-.67.391-.981.159zM8.099 6.67c.179-.159.339-.471.625-.385.357.248.756.464 1.044.796.247.481.422.997.667 1.481a15.675 15.675 0 0 1 2.686-.18c.354-.028.614.245.808.504.577.815 1.131 1.646 1.709 2.46.906-.634 2.108-.76 3.145-.404.192.037.309.19.4.351-.351.134-.696-.037-1.04-.107-.785-.207-1.636-.004-2.306.438.19.26.373.525.552.793.731-.411 1.626-.542 2.432-.288 1.31.355 2.322 1.624 2.32 2.99.054 1.212-.684 2.4-1.768 2.93a3.253 3.253 0 0 1-2.835.009c-1.086-.534-1.843-1.717-1.771-2.941-.017-.972.516-1.862 1.238-2.478a8.37 8.37 0 0 1-.509-.721c-.697.408-1.091 1.221-1.171 2.006-.02.26-.102.51-.309.683-.074-.469-.09-.971.097-1.417.204-.549.642-.953 1.004-1.395.141-.155-.081-.316-.121-.464l-.284.183c-.565 1.364-1.193 2.702-1.768 4.063-.099.217-.18.451-.342.63-.302.089-.622.058-.933.064-.989-.013-1.978.02-2.968-.02-.263.842-.861 1.592-1.685 1.936-1.135.55-2.59.221-3.417-.717-1.054-1.099-1.02-3.046.093-4.093.711-.765 1.854-1.046 2.855-.79.253.078.504.166.764.219l.084-.317c-1.037-.533-2.302-.731-3.398-.259-.229.13-.485.074-.66-.118.627-.379 1.325-.611 2.039-.758.008-.184.013-.369.02-.553.44-.084.865.102 1.289.188.03-1.525.333-3.166 1.415-4.316m2.107 2.854c-.282-.088-.497-.314-.781-.404-.298.504-.659.968-.933 1.486.687.065 1.364.211 2.033.381.203.038.416.149.623.062.667-.294 1.252-.778 1.962-.969.398-.123.809-.011 1.203.072a25.25 25.25 0 0 1-.809-1.159c-.138.078-.267.17-.39.269l-.256-.048a.4.4 0 0 0-.54-.255c-.709.167-1.395.438-2.112.565m1.695 2.586c-.078.172-.158.345-.239.516.402.008.804.007 1.205.017.05.05.152.151.204.2-.048.52-.152 1.034-.131 1.558.476-.696.712-1.529 1.079-2.286-.705-.049-1.413-.029-2.119-.005m-4.092 1.139c.667.603 1.016 1.504.992 2.396l.175-.021c.02-.996-.252-2.067-1.029-2.745-.176.012-.305.256-.138.37m9.027-.202c.233.455.545.862.808 1.299.605-.139 1.282.373 1.124 1.02-.115.667-1.089.899-1.485.353-.316-.328-.204-.801.016-1.143-.284-.428-.557-.862-.845-1.288-.507.469-.918 1.106-.898 1.819-.094 1.29 1.067 2.462 2.342 2.468 1.067.027 2.084-.756 2.342-1.79.377-1.211-.469-2.602-1.687-2.903-.57-.184-1.177-.054-1.717.164m-12.918 1.48c-.568 1.017-.049 2.4 1.006 2.855 1.097.562 2.526-.129 2.892-1.274a8.746 8.746 0 0 0-1.044-.149c-.245.337-.618.629-1.059.562-.851-.009-1.333-1.143-.769-1.775.282-.382.77-.43 1.208-.37.194-.264.381-.532.566-.801-.987-.541-2.335-.057-2.8.952m3.274-.677c-.166.29-.426.536-.53.855.064.217.151.427.261.625.301.149.663.107.99.17.025-.632-.278-1.216-.721-1.65z"/><path fill="#fefefe" d="M15.076 10.482c-.316-.479-.155-1.207.465-1.315.269.465.207 1.033-.016 1.502-.15-.064-.3-.127-.45-.187z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-abnormal-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.573 0h.833c2.582.114 5.134 1.022 7.138 2.668 2.641 2.111 4.296 5.376 4.457 8.752v1.138c-.133 2.76-1.237 5.465-3.104 7.504-2.1 2.338-5.146 3.773-8.28 3.94h-1.201c-2.945-.154-5.814-1.42-7.891-3.515C1.293 18.284.016 15.176.002 12.043v-.058C.01 8.821 1.31 5.681 3.579 3.47 5.683 1.354 8.603.134 11.575.002M9.808 2.254c-2.507.547-4.764 2.119-6.162 4.268a9.983 9.983 0 0 0-1.601 6.326c.157 1.999.954 3.93 2.219 5.482 1.698-1.699 3.398-3.397 5.096-5.098.242-.239.482-.481.722-.721.347-.344.69-.692 1.039-1.034.773-.782 1.555-1.556 2.332-2.336 1.628-1.628 3.259-3.252 4.882-4.885-2.34-1.924-5.575-2.683-8.527-2.002m4.849 8.521c-.247.238-.487.481-.731.722-.347.347-.69.698-1.043 1.038-.768.784-1.55 1.553-2.323 2.33-1.631 1.624-3.25 3.259-4.885 4.877 2.142 1.768 5.036 2.578 7.783 2.159a10.015 10.015 0 0 0 6.508-3.85 9.966 9.966 0 0 0 2.014-6.77 10.038 10.038 0 0 0-2.227-5.608c-1.697 1.703-3.403 3.395-5.095 5.101z"/><path fill="#fff" d="M9.808 2.254c2.952-.682 6.187.078 8.527 2.002-1.622 1.633-3.253 3.257-4.882 4.885-.583-1.886-1.17-3.773-1.756-5.659-.985-.002-1.972-.001-2.958-.001-.611 1.849-1.205 3.703-1.85 5.539-.142.394-.254.839-.593 1.115-.253.202-.593.174-.896.186l.001 1.168h3.674V10.35c-.305-.02-.758.079-.901-.281-.097-.402.1-.794.23-1.165h2.502c.128.371.324.76.233 1.162-.142.362-.598.265-.904.284v1.14c.295 0 .59-.002.886-.012-.349.342-.692.69-1.039 1.034-.24.005-.481.008-.722.011v.71l-5.096 5.098c-1.265-1.552-2.062-3.482-2.219-5.482a9.976 9.976 0 0 1 1.601-6.326c1.398-2.149 3.655-3.721 6.162-4.268z"/><path fill="#fff" d="M8.714 7.936l.97-2.932c.311.976.616 1.954.922 2.932H8.715zM14.657 10.775c1.692-1.706 3.398-3.398 5.095-5.101a10.032 10.032 0 0 1 2.227 5.608 9.96 9.96 0 0 1-2.014 6.77 10.016 10.016 0 0 1-6.508 3.85c-2.747.419-5.641-.391-7.783-2.159 1.636-1.618 3.254-3.253 4.885-4.877.587 1.884 1.171 3.769 1.758 5.654h2.96c.684-2.051 1.32-4.118 2.078-6.143.17-.536.74-.742 1.259-.691v-1.165h-3.676v1.136c.301.024.743-.072.895.275.113.406-.101.803-.223 1.18-.438 1.295-.851 2.598-1.282 3.895-.402-1.278-.794-2.557-1.204-3.833-.122-.397-.355-.806-.247-1.234.149-.353.595-.262.9-.282v-1.139c-.299-.002-.598 0-.896.016.353-.34.696-.691 1.043-1.038.244-.005.486-.01.73-.012l.001-.71z"/><path d="M6.889 9.019c.646-1.836 1.24-3.69 1.85-5.539.986 0 1.973-.001 2.958.001.586 1.886 1.172 3.773 1.756 5.659-.776.78-1.559 1.554-2.332 2.336-.295.01-.59.012-.886.012v-1.14c.306-.019.762.078.904-.284.091-.402-.104-.791-.233-1.162H8.404c-.131.371-.328.763-.23 1.165.143.36.596.26.901.281v1.139H5.401L5.4 10.319c.304-.012.643.016.896-.186.338-.276.451-.721.593-1.115m1.825-1.082h1.891c-.306-.978-.611-1.956-.922-2.932l-.97 2.932zM13.926 11.497c.244-.241.484-.485.731-.722l-.001.71c-.244.002-.486.007-.73.012zM9.36 12.522c.241-.002.482-.006.722-.011-.24.24-.48.482-.722.721v-.71zM14.94 12.521h3.676v1.165c-.518-.05-1.088.155-1.259.691-.758 2.024-1.394 4.092-2.078 6.143h-2.96c-.587-1.885-1.171-3.77-1.758-5.654.773-.778 1.555-1.547 2.323-2.33.299-.016.598-.018.896-.016v1.139c-.305.02-.751-.071-.9.282-.108.427.125.836.247 1.234.409 1.276.802 2.555 1.204 3.833.431-1.297.844-2.6 1.282-3.895.122-.377.336-.774.223-1.18-.152-.347-.594-.251-.895-.275v-1.136z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.388 0h1.183c2.723.15 5.392 1.211 7.417 3.044 2.437 2.153 3.911 5.329 4.012 8.578v.646c-.065 2.882-1.204 5.726-3.163 7.843-2.113 2.317-5.156 3.732-8.286 3.889h-1.072c-2.911-.14-5.758-1.36-7.842-3.401C1.453 18.501.149 15.551 0 12.531v-.893C.09 8.529 1.436 5.48 3.694 3.336c2.051-2 4.843-3.166 7.694-3.337M10.62 3.21c-2.982.436-5.64 2.514-6.805 5.29a8.95 8.95 0 0 0-.166 6.575 8.943 8.943 0 0 0 3.019 4.046 8.87 8.87 0 0 0 5.573 1.771c2.366-.048 4.69-1.109 6.287-2.855a8.84 8.84 0 0 0 2.106-3.895c.571-2.267.202-4.758-1.024-6.752a8.848 8.848 0 0 0-4.288-3.643 8.919 8.919 0 0 0-4.703-.536z"/><path fill="#fff" d="M10.62 3.21a8.94 8.94 0 0 1 4.703.536 8.857 8.857 0 0 1 4.288 3.643c1.225 1.994 1.595 4.486 1.024 6.752a8.835 8.835 0 0 1-2.106 3.895c-1.597 1.746-3.92 2.807-6.287 2.855a8.872 8.872 0 0 1-5.573-1.771 8.941 8.941 0 0 1-3.019-4.046 8.95 8.95 0 0 1 .166-6.575c1.165-2.776 3.823-4.854 6.805-5.29M8.173 8.023c.334.118.668.233 1.003.349-.256.764-.514 1.528-.766 2.293-.731-.256-1.56-.263-2.272.061-1.052.454-1.78 1.562-1.759 2.711-.016 1.187.772 2.326 1.88 2.74 1.033.413 2.288.174 3.091-.596.841-.768 1.154-2.045.772-3.116-.236-.72-.779-1.304-1.436-1.664l.214-.647c.74.797 1.486 1.591 2.231 2.386-.276.416-.329 1 .006 1.4.22.32.62.388.967.48.475-.15.892-.469 1.024-.971l.462.019c.034.907.467 1.799 1.208 2.334.984.749 2.446.767 3.449.043a2.953 2.953 0 1 0-.689-5.191c-.667-.246-1.414-.226-2.08.013-.226-.506-.455-1.01-.682-1.516l.28-.436c.372.061.74.184 1.122.181.467-.114.46-.866-.022-.948-.71-.042-1.426-.023-2.137-.011-.262-.013-.388.358-.172.509.27.106.562.134.842.198l-.22.348c-1.733 0-3.466-.002-5.198.001.088-.271.175-.541.236-.82-.319-.115-.64-.227-.961-.338l.254-.666c.688-.001 1.375-.022 2.064-.016.271.16.508.726.854.493-.115-.362-.509-.534-.754-.802-.791.001-1.582.02-2.372.018-.15.385-.295.773-.442 1.159m3.666 6.596l-.001.326 1.001-.001a41.144 41.144 0 0 0-.01-.346l-.452.008-.008-.174c-.122.174-.328.203-.529.186z"/><path fill="#fff" d="M9.173 9.336h5.1c-.607.959-1.21 1.921-1.813 2.882a9.726 9.726 0 0 0-.637-.082 9.973 9.973 0 0 0-.088-.34l-.168.008c.126.259.072.454-.194.548-.787-.841-1.579-1.679-2.363-2.525l.163-.493m1.925 2.275l.454-.001-.09.11c.198-.071.395-.187.616-.101l.029-.352c-.336-.002-.671-.002-1.006-.001l-.002.344zM12.752 12.396c.62-.978 1.234-1.961 1.852-2.94.2.446.4.892.598 1.338a3.093 3.093 0 0 0-1.6 2.369l-.464-.011a2.167 2.167 0 0 0-.385-.756zM4.902 13.326c.023-1.081.865-2.074 1.926-2.276.473-.113.962-.038 1.418.109-.182.533-.348 1.072-.538 1.601-.092.3-.378.464-.558.704.223.286.516-.072.665-.26.343-.589.46-1.28.706-1.913.424.281.814.638 1.018 1.114.437.902.22 2.058-.499 2.754a2.444 2.444 0 0 1-2.392.604c-1.048-.289-1.816-1.349-1.746-2.436zM15.69 11.136c.524-.15 1.091-.204 1.614-.022.902.282 1.591 1.134 1.67 2.076.109.984-.456 1.998-1.352 2.419-.899.461-2.074.269-2.778-.454-.457-.434-.69-1.05-.739-1.669.875.019 1.75.085 2.626.085-.262-.845-.703-1.62-1.04-2.436z"/><path fill="#fff" d="M14.122 13.187c.1-.804.584-1.524 1.291-1.919.304.665.601 1.332.901 1.999-.731-.026-1.462-.052-2.192-.08zM11.884 12.395c.142.016.284.032.427.05-.103.166-.206.331-.311.496-.04-.181-.079-.364-.116-.546zM11.591 12.488c.161-.046.221.018.178.19-.161.044-.22-.019-.178-.19zM12.613 12.626c.092.163.18.33.263.499-.193-.001-.385-.004-.578-.006.104-.164.21-.33.316-.493zM11.267 13.666c-.184-.292-.088-.637.025-.934.211.212.44.413.613.658.095.24.122.499.175.749-.316-.053-.666-.158-.814-.473zM12.103 13.415l.776.018c-.136.277-.341.51-.613.66-.058-.226-.11-.451-.163-.678z"/><path d="M8.173 8.023c.146-.386.292-.774.442-1.159.791.002 1.582-.017 2.372-.018.245.268.638.439.754.802-.347.233-.583-.334-.854-.493-.689-.006-1.376.014-2.064.016l-.254.666c.322.112.642.223.961.338-.061.278-.149.548-.236.82 1.733-.004 3.466-.001 5.198-.001.073-.116.146-.233.22-.348-.281-.064-.572-.092-.842-.198-.216-.151-.09-.522.172-.509.712-.012 1.427-.031 2.137.011.481.082.488.834.022.948-.382.002-.75-.12-1.122-.181l-.28.436c.227.505.456 1.009.682 1.516a3.065 3.065 0 0 1 2.08-.013 2.95 2.95 0 0 1 .689 5.191c-1.003.724-2.465.706-3.449-.043-.742-.535-1.175-1.427-1.208-2.334l-.462-.019c-.132.502-.548.821-1.024.971-.347-.092-.748-.16-.967-.48-.335-.401-.282-.984-.006-1.4-.745-.794-1.49-1.589-2.231-2.386l-.214.647c.658.36 1.2.944 1.436 1.664.383 1.072.07 2.348-.772 3.116-.803.77-2.058 1.009-3.091.596-1.109-.414-1.896-1.553-1.88-2.74-.02-1.148.707-2.257 1.759-2.711.712-.324 1.541-.317 2.272-.061.252-.766.51-1.529.766-2.293-.335-.116-.67-.232-1.003-.349m.997 1.311l-.163.493c.784.846 1.576 1.684 2.363 2.525.266-.095.32-.289.194-.548l.168-.008c.031.113.06.226.088.34.214.02.426.047.637.082.604-.961 1.206-1.924 1.813-2.882h-5.1m3.579 3.058c.176.224.308.48.385.756l.464.011a3.093 3.093 0 0 1 1.6-2.369c-.198-.446-.397-.892-.598-1.338-.618.979-1.231 1.962-1.852 2.94m-7.849.93c-.07 1.087.698 2.147 1.746 2.436.829.253 1.78.007 2.392-.604.719-.696.936-1.852.499-2.754-.204-.475-.594-.833-1.018-1.114-.246.632-.362 1.324-.706 1.913-.149.188-.442.546-.665.26.18-.24.466-.404.558-.704.19-.529.355-1.068.538-1.601-.456-.148-.946-.222-1.418-.109-1.061.203-1.903 1.195-1.926 2.276m10.788-2.189c.337.816.779 1.591 1.04 2.436-.876 0-1.751-.066-2.626-.085.049.619.282 1.235.739 1.669.704.722 1.879.914 2.778.454.896-.421 1.462-1.435 1.352-2.419-.079-.942-.768-1.794-1.67-2.076-.523-.182-1.09-.128-1.614.022m-1.567 2.05c.731.029 1.462.054 2.192.08-.3-.667-.598-1.334-.901-1.999a2.57 2.57 0 0 0-1.291 1.919m-2.238-.792c.037.182.077.365.116.546l.311-.496a22.428 22.428 0 0 0-.427-.05m-.293.093c-.042.17.017.234.178.19.043-.172-.017-.235-.178-.19m1.022.138c-.106.163-.211.329-.316.493.193.002.385.005.578.006a9.11 9.11 0 0 0-.263-.499m-1.345 1.04c.148.314.498.42.814.473-.053-.25-.08-.509-.175-.749-.173-.245-.402-.445-.613-.658-.113.296-.209.642-.025.934m.835-.251c.053.227.106.452.163.678.272-.15.478-.383.613-.66l-.776-.018z"/><path d="M11.098 11.609l.002-.344c.335-.001.67-.001 1.006.001l-.029.352c-.221-.086-.418.03-.616.101l.09-.11-.454.001zM11.836 14.617c.202.017.407-.012.529-.186l.008.174.452-.008.01.346-1.001.001.001-.326z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M11.965.064C5.373.064.029 5.408.029 12s5.344 11.936 11.936 11.936S23.901 18.592 23.901 12 18.557.064 11.965.064z"/><path fill="#fff" d="M20.545 12a8.58 8.58 0 1 0-17.16 0 8.58 8.58 0 0 0 17.16 0z"/><path fill="#231f20" d="M18.006 12.008a2.65 2.65 0 0 0-2.71-.648l-.81-1.677.341-.847h.57c.16 0 .162-.13.162-.289s-.002-.289-.162-.289h-1.858a.29.29 0 0 0 0 .578h.664l-.224.556h-4.62l.226-.713c.018-.039.136-.268.382-.268h.695c.16 0 .162-.13.162-.289s-.002-.289-.162-.289h-.695c-.523 0-.825.399-.92.634l-.493 1.555-.006.02-.392 1.238a2.668 2.668 0 0 0-3.193 2.613c0 .712.277 1.381.781 1.885s1.173.781 1.885.781 1.381-.277 1.885-.781.781-1.173.781-1.885-.277-1.381-.781-1.885a2.68 2.68 0 0 0-.806-.552l.246-.778 3.348 3.349c.008.007.018.011.027.018.022.017.043.035.068.045l.001.001c.013.005.027.004.041.008.022.006.044.013.068.013h.962c.051.629.319 1.214.77 1.665.503.503 1.173.781 1.885.781s1.381-.277 1.884-.781c.503-.503.781-1.173.781-1.885s-.277-1.381-.781-1.885z"/><path fill="#fff" d="M9.104 12.414a2.086 2.086 0 0 0-.574-.405l-.642 2.028a.289.289 0 1 1-.551-.175l.642-2.029a2.076 2.076 0 0 0-1.83.581c-.395.395-.612.92-.612 1.478 0 .558.217 1.083.612 1.478s.92.612 1.478.612a2.092 2.092 0 0 0 1.478-3.568zM12.4 13.308l1.346-3.338h-4.57l-.027.086 3.251 3.251zM14.193 10.408l-1.26 3.125h.55a2.666 2.666 0 0 1 1.285-1.933l-.575-1.192zM15.019 12.118a2.081 2.081 0 0 0-.956 1.414h1.638l-.683-1.415z"/><path fill="#fff" d="M16.121 15.982c1.152 0 2.09-.938 2.09-2.09 0-.558-.217-1.083-.612-1.478a2.076 2.076 0 0 0-2.052-.531l.876 1.813a.29.29 0 0 1-.261.415h-2.12c.049.475.258.916.6 1.259.395.395.92.612 1.478.612z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M6.582 1.297C8.904.109 11.621-.259 14.184.209a11.924 11.924 0 0 1 7.099 4.171c1.616 1.944 2.56 4.412 2.717 6.931v1.486c-.211 2.791-1.368 5.513-3.326 7.525-2.044 2.155-4.915 3.46-7.87 3.678h-1.486c-1.531-.109-3.052-.47-4.436-1.14-2.766-1.282-4.986-3.679-6.071-6.526-1.016-2.617-1.058-5.592-.149-8.245.991-2.918 3.162-5.414 5.92-6.792m-.416 2.952a6.443 6.443 0 0 0-.002.139c1.618 1.62 3.234 3.241 4.858 4.855.173.17.337.348.497.532l.041-.004c.298.307.586.629.911.907.671.71 1.375 1.388 2.066 2.077.209.217.421.431.632.646.179.136.412.206.527.414.404.575.941 1.036 1.432 1.532.403.415.815.822 1.224 1.231.082.08.163.162.244.245.396.343.698.823 1.165 1.069 1.27-1.729 2.006-3.856 1.963-6.01-.016-2.796-1.327-5.543-3.48-7.324a9.697 9.697 0 0 0-5.875-2.255c-2.21-.097-4.439.613-6.202 1.944M4.252 6.161a9.734 9.734 0 0 0-1.867 7.151c.32 2.484 1.666 4.808 3.64 6.347a9.723 9.723 0 0 0 7.529 1.94c1.579-.232 3.058-.918 4.346-1.846-.144-.272-.402-.455-.608-.676-1.25-1.262-2.521-2.504-3.762-3.775-.307-.289-.601-.593-.904-.888-.209-.2-.389-.432-.623-.605a24.21 24.21 0 0 0-1.258-1.265l.025-.017c-2.093-2.03-4.134-4.117-6.2-6.176-.098-.062-.181-.264-.318-.191z"/><path fill="#fff" d="M6.166 4.249c1.763-1.331 3.991-2.041 6.202-1.944 2.135.076 4.242.872 5.875 2.255 2.153 1.781 3.464 4.528 3.48 7.324.043 2.154-.694 4.28-1.963 6.01-.467-.246-.769-.726-1.165-1.069.42-.424.749-.962.804-1.567.139-1.033-.476-2.102-1.432-2.512-.803-.364-1.769-.228-2.48.276a.837.837 0 0 0-.463-.248c.042.208.247.409.145.629-.211-.215-.424-.428-.632-.646.13-.331.278-.655.372-.998.108-.41-.078-.818-.26-1.177-.493-.959-.954-1.933-1.456-2.887-.12-.277-.523-.428-.732-.156-.502.548-.955 1.141-1.439 1.706C9.398 7.631 7.782 6.01 6.164 4.39l.002-.139m4.813 1.226c-.536.188-.857.833-.653 1.37.178.576.888.905 1.439.653.562-.216.84-.941.562-1.475-.224-.494-.841-.737-1.348-.548zM4.252 6.161c.137-.073.22.128.318.191 2.066 2.059 4.108 4.146 6.2 6.176l-.025.017c-.288.044-.485.384-.33.648.318.682.654 1.356.982 2.034.138.314.476.458.792.526-.137.402-.406.914-.066 1.29.232.27.653.101.794-.178.256-.497.434-1.033.612-1.562 1.241 1.271 2.512 2.513 3.762 3.775.206.221.464.403.608.676-1.289.928-2.767 1.614-4.346 1.846a9.723 9.723 0 0 1-7.529-1.94c-1.974-1.538-3.319-3.863-3.64-6.347a9.734 9.734 0 0 1 1.867-7.151m4.148 6.769c-.533-.318-1.17-.473-1.787-.354-1.02.16-1.864 1.05-1.985 2.072-.127.872.269 1.79.984 2.303.694.514 1.667.61 2.449.245a2.452 2.452 0 0 0 1.409-1.945c.097-.766-.209-1.553-.772-2.076l.215-.348c.584.481 1.09 1.049 1.67 1.534l.138-.038c-.325-.738-1.064-1.172-1.574-1.774.44-.032.952.071 1.284-.295-.385-.013-.77.008-1.154.028.095-.256.307-.467.3-.754-.554.282-.726.998-1.177 1.403z"/><path fill="#fff" d="M11.558 9.772l.438-.042c.161.316.305.638.473.949-.325-.278-.613-.6-.911-.907zM6.122 13.093c.661-.336 1.471-.253 2.095.126-.246.362-.498.721-.752 1.078-.114.233-.457.102-.572.341-.158.28.127.64.44.54.292-.085.208-.438.372-.63.259-.368.524-.732.78-1.102.544.518.791 1.328.59 2.058-.226.928-1.151 1.625-2.107 1.571-.991-.017-1.888-.833-2.003-1.816a2.106 2.106 0 0 1 1.157-2.166zM15.71 13.318c.726-.61 1.886-.566 2.602.043.677.545.946 1.532.631 2.345-.116.34-.353.616-.593.874-.409-.409-.821-.816-1.224-1.231.019-.09.056-.271.076-.361-.064-.316-.484-.221-.618-.482-.288-.397-.623-.763-.874-1.187zM12.002 13.81c.234.173.414.404.623.605l-.118.354c-.172-.318-.328-.644-.505-.959z"/><path d="M10.979 5.477c.506-.188 1.123.054 1.348.548.278.534 0 1.259-.562 1.475-.551.252-1.261-.077-1.439-.653-.204-.538.116-1.182.653-1.37zM12.46 7.537c.209-.272.612-.121.732.156.502.954.962 1.928 1.456 2.887.182.359.368.767.26 1.177-.094.343-.242.667-.372.998-.691-.689-1.396-1.367-2.066-2.077-.168-.311-.312-.634-.473-.949l-.438.042-.041.004a9.619 9.619 0 0 0-.497-.532c.484-.565.937-1.158 1.439-1.706zM8.399 12.931c.451-.404.623-1.121 1.177-1.403.007.287-.205.498-.3.754.384-.019.769-.041 1.154-.028-.332.366-.844.263-1.284.295.51.601 1.249 1.036 1.574 1.774l-.138.038c-.581-.485-1.086-1.052-1.67-1.534l-.215.348c.563.523.869 1.31.772 2.076a2.452 2.452 0 0 1-1.409 1.945 2.451 2.451 0 0 1-2.449-.245 2.454 2.454 0 0 1-.984-2.303c.121-1.022.965-1.913 1.985-2.072.617-.119 1.254.036 1.787.354m-2.277.163a2.106 2.106 0 0 0-1.157 2.166c.115.983 1.012 1.799 2.003 1.816.956.054 1.882-.643 2.107-1.571.2-.73-.047-1.54-.59-2.058-.256.37-.521.733-.78 1.102-.164.192-.08.545-.372.63-.313.1-.599-.26-.44-.54.115-.239.458-.108.572-.341.254-.356.506-.715.752-1.078-.624-.379-1.434-.462-2.095-.126z"/><path d="M10.415 13.193c-.155-.264.042-.604.33-.648.431.407.857.826 1.258 1.265.178.314.334.641.505.959l.118-.354c.302.295.596.599.904.888-.178.529-.356 1.066-.612 1.562-.142.278-.563.448-.794.178-.34-.376-.071-.888.066-1.29-.316-.067-.654-.211-.792-.526-.328-.678-.664-1.352-.982-2.034zM15.486 13.021c.712-.504 1.678-.64 2.48-.276.955.409 1.571 1.478 1.432 2.512-.055.605-.384 1.144-.804 1.567-.08-.083-.162-.164-.244-.245.24-.258.476-.534.593-.874.314-.812.046-1.8-.631-2.345-.715-.61-1.876-.653-2.602-.043.251.424.586.79.874 1.187.134.262.554.167.618.482-.019.09-.056.271-.076.361-.491-.497-1.027-.958-1.432-1.532-.115-.208-.348-.278-.527-.414.102-.22-.103-.421-.145-.629.18.032.334.115.463.248z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-carts-or-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40303" d="M11.105 0h1.792c2.753.219 5.429 1.387 7.413 3.316 2.018 1.913 3.344 4.55 3.632 7.318-.137.19-.096.451.058.619v1.552l-.066-.026a.687.687 0 0 0-.007.57c-.398 4.523-3.713 8.577-7.995 10.02-.838.308-1.722.438-2.589.63h-2.534c-2.024-.27-4.015-.94-5.685-2.135C2.188 19.837.262 16.453.001 12.896v-1.803C.23 8.254 1.47 5.5 3.505 3.5c2.003-2.036 4.76-3.277 7.6-3.501m-.097 3.077c-2.7.257-5.217 1.845-6.638 4.15a8.923 8.923 0 0 0-1.271 5.832 8.888 8.888 0 0 0 2.793 5.419 8.879 8.879 0 0 0 5.421 2.348 8.872 8.872 0 0 0 5.712-1.576 8.938 8.938 0 0 0 3.467-4.815 8.953 8.953 0 0 0-.211-5.633 8.958 8.958 0 0 0-3.639-4.437 8.926 8.926 0 0 0-5.633-1.288z"/><path fill="#fff" d="M11.008 3.076a8.933 8.933 0 0 1 5.633 1.288 8.958 8.958 0 0 1 3.639 4.437 8.946 8.946 0 0 1 .211 5.633 8.938 8.938 0 0 1-3.467 4.815 8.884 8.884 0 0 1-5.712 1.576 8.873 8.873 0 0 1-5.421-2.348 8.89 8.89 0 0 1-2.793-5.419 8.923 8.923 0 0 1 1.271-5.832c1.421-2.304 3.938-3.892 6.638-4.15m-.915 1.782c-.205.288.216.359.395.444-.095.279-.19.557-.291.834-.553-.219-1.247-.163-1.656.306-.482.489-.363 1.373.215 1.735.741.571 2.037.109 2.109-.864.092-.522-.363-.863-.592-1.268.46.238.791.65 1.188.972-.011.223-.019.446-.021.669.117-.158.144-.357.172-.546.194.189.388.379.567.583-.2-.012-.413-.019-.586.096l.623.058-.103.3c.164-.001.327-.005.491-.009a17.468 17.468 0 0 0-.306-.303c.123-.139.244-.28.361-.424.139.275.274.573.542.747.597.425 1.53.264 1.924-.363.33-.485.183-1.198-.292-1.532-.357-.303-.849-.313-1.29-.241a9.696 9.696 0 0 1-.214-.506c.075-.352.715-.231.598-.667-.358.041-.819-.117-1.071.219l.482.067-.155.353c-.869.004-1.738 0-2.608.002l.108-.402c-.133-.024-.4-.068-.533-.091.344-.398.842.159 1.21-.162-.376-.22-.904-.255-1.267-.009m2.261 3.957l-.093.367c.372.209.276.669.356 1.023-.193.025-.386.05-.577.081.152.383.257.785.338 1.189.077.048.157.097.236.144l.073.376-.335-.063c-.037-.485-.434-.829-.772-1.133-.545-.194-1.072.317-1.629.169-.47-.067-.524-.669-.918-.856-.238-.098-.487-.163-.724-.266l-.183.247c-.019.381-.01.762-.024 1.143.368.246.361-.266.435-.497.249.359.506.756.489 1.212.051.337-.542.506-.316.857.159.354.267.731.433 1.083.257-.432-.234-.812-.266-1.242.169-.086.339-.169.512-.247.205.495.57.975.383 1.541.137-.09.249-.203.335-.342a4.307 4.307 0 0 1-.306-1.28c.332-.021.663-.047.991-.097.07.194.235.372.205.589-.203.358-.445.695-.612 1.074l.293-.062c.255-.419.468-.864.817-1.221.526.261.163.868-.041 1.232.067.014.203.041.27.056.223-.374.218-.818.302-1.232-.063-.224-.275-.387-.378-.598l.271.047c.131.308.288.621.643.708-.066-.214-.146-.423-.22-.633.3.048.598.101.899.143-.067.405-.076.868.216 1.191.3.395.931.466 1.299.126.293-.228.367-.609.413-.956.392.075.783.152 1.181.192-.039-.387-.48-.305-.747-.407.148-.392.293-.785.43-1.18.136-.026.272-.052.408-.08-.16-.153-.307-.317-.464-.474l-.219.185c-.807-.103-1.6-.297-2.405-.419.137-.588-.244-1.083-.622-1.481l.162-.08a10.215 10.215 0 0 0-.3-.251l-.242.122m.966 5.617c.134.33.425.612.383.994-.021.25.101.589-.175.737-.433.142-.892.172-1.336.266-.524.081-1.032.269-1.567.252-.189.055-.378.106-.565.167a11.97 11.97 0 0 1-.379 0c.192-.092.394-.159.611-.141.097-.053.192-.107.286-.164-.316-.027-.689-.082-.948.153-.444.466-1.14.317-1.706.49.015.086.045.259.058.344.394-.072.788-.142 1.179-.231-.065.522.142 1.078.645 1.308-.693-.041-1.388-.01-2.08-.022l-.011.146c2.611.002 5.224-.007 7.835.006.264-.011.548.029.79-.106a5.745 5.745 0 0 0-.742-.051c-.204-.68-.561-1.341-.533-2.069-.047-.288-.256-.535-.247-.839.022-.468-.449-.693-.781-.915l-.061-.465c-.242-.131-.46-.019-.655.141z"/><path fill="#fff" d="M10.512 5.677c.852-.035 1.704-.002 2.555-.014-.275.402-.464.877-.837 1.202l-.035.286c-.187-.017-.373-.022-.556-.06.136-.081.271-.162.402-.25-.041-.091-.126-.271-.168-.362l-.381.053.31.259-.224.114c-.39-.312-.756-.654-1.12-.996.014-.058.041-.175.053-.234zM12.48 6.892c.259-.397.496-.807.767-1.194.034.101.101.303.133.405a1.741 1.741 0 0 0-.776 1.142l-.124-.353zM9.042 6.306c.346-.178.74-.108 1.091.014-.177.313-.301.711-.683.827-.169.072.019.228.131.242.276-.3.48-.655.706-.992.269.321.51.757.307 1.176-.3.793-1.528.894-1.981.193-.361-.484-.119-1.236.429-1.46zM13.628 6.208c.514-.07 1.125.063 1.368.574.337.604-.16 1.379-.819 1.44-.586.128-1.13-.284-1.323-.819.274-.034.548-.057.824-.073.148.067.419.226.522.019.18-.19-.113-.347-.252-.435a15.885 15.885 0 0 1-.32-.705z"/><path fill="#fff" d="M12.838 7.246c.053-.41.293-.744.624-.979.138.269.265.542.383.819-.316.142-.669.134-1.007.159zM12.327 7.119c.419-.021-.159.387 0 0zM12.216 7.487c.384-.2.005.422 0 0zM23.942 10.635l.058.061v.558c-.154-.168-.195-.429-.058-.619zM11.902 11.863c-.174-.037-.188-.373-.001-.398.164.045.18.366.001.398zM13.464 12.392c.143.017.286.037.429.057l.109.2c-.149.034-.361-.06-.471.068.155.05.312.099.469.148-.174.112-.313.312-.536.326-.027-.266-.002-.533 0-.8zM14.435 12.531c.199.057.399.114.592.193l-.446.129c.118.041.238.081.358.119-.068.155-.138.311-.205.466l-.065-.23a6.052 6.052 0 0 0-.198.373l-.336.067c.004-.292-.007-.607.341-.676l-.041-.441zM23.934 12.78l.066.026v.531l-.073.012a.69.69 0 0 1 .007-.57zM13.578 13.358c.168-.139.337-.276.507-.412-.019.235-.04.471-.066.706a13.53 13.53 0 0 1-.441-.295zM11.018 16.938c.91-.133 1.806-.343 2.713-.478.006.216.05.458-.129.621-.3.357-.145.873.012 1.26-.134.092-.238.282-.427.244-.863.012-1.725-.016-2.588.015.573-.341.745-1.093.418-1.661m1.308-.013c.343.297.295.783.43 1.179l.117-.158c-.029-.42-.172-.824-.189-1.246-.119.075-.24.147-.358.225z"/><path fill="#fff" d="M10.494 17.449c.095-.165.201-.323.315-.476.071.173.138.347.203.522l-.517-.046zM9.486 17.235c.225-.086.418.301.121.331-.233.085-.376-.27-.121-.331zM14.018 17.618c.085-.174.245-.288.384-.415.226.397.455.796.612 1.226-.247.162-.538.168-.823.167-.06-.325-.18-.643-.173-.977zM9.339 17.616l.548.03a8.155 8.155 0 0 1-.436.456c-.027-.122-.085-.364-.112-.486zM10.84 17.905c-.368.039-.187-.545.067-.251l-.067.251zM9.692 18.23c-.025-.136.082-.362.249-.266.09.122.081.242-.026.361l-.223-.095zM10.453 17.96c.136-.099.422.086.282.242-.137.137-.388-.096-.282-.242zM10.208 18.044c.137.029.205.117.206.266-.063.146-.158.167-.282.065-.067-.139-.041-.25.076-.331z"/><path fill="#030303" d="M10.092 4.858c.363-.246.892-.211 1.267.009-.368.321-.866-.236-1.21.162.133.022.4.067.533.091a111.3 111.3 0 0 0-.108.402c.869-.002 1.738.001 2.608-.002l.155-.353-.482-.067c.251-.336.713-.178 1.071-.219.117.435-.524.315-.598.667.065.172.139.338.214.506.44-.072.933-.062 1.29.241.475.334.622 1.047.292 1.532-.394.627-1.327.788-1.924.363-.269-.174-.403-.473-.542-.747-.117.144-.238.285-.361.424.103.099.205.201.306.303a40.2 40.2 0 0 1-.491.009l.103-.3-.623-.058c.173-.114.385-.108.586-.096a10.398 10.398 0 0 0-.567-.583c-.027.189-.055.388-.172.546.002-.223.01-.446.021-.669-.397-.322-.727-.735-1.188-.972.229.405.684.746.592 1.268-.072.974-1.368 1.435-2.109.864-.578-.362-.698-1.246-.215-1.735.409-.469 1.103-.525 1.656-.306.101-.277.196-.556.291-.834-.179-.085-.601-.155-.395-.444m.42.817c-.012.058-.04.175-.053.234.364.342.73.684 1.12.996l.224-.114-.31-.259.381-.053c.042.091.127.271.168.362a8.703 8.703 0 0 1-.402.25c.183.037.369.042.556.06l.035-.286c.373-.326.562-.801.837-1.202-.852.011-1.704-.021-2.555.014m1.967 1.213l.124.353c.095-.476.367-.879.776-1.142a23.997 23.997 0 0 0-.133-.405c-.271.387-.509.797-.767 1.194m-3.438-.586c-.548.224-.79.976-.429 1.46.453.701 1.681.601 1.981-.193.203-.419-.039-.856-.307-1.176-.226.337-.43.693-.706.992-.112-.015-.3-.17-.131-.242.382-.116.506-.514.683-.827-.351-.122-.745-.192-1.091-.014m4.586-.098c.101.238.206.473.32.705.139.088.433.245.252.435-.103.208-.374.048-.522-.019-.276.016-.551.04-.824.073.193.536.737.948 1.323.819.659-.061 1.156-.836.819-1.44-.242-.511-.854-.644-1.368-.574m-.79 1.039c.338-.025.691-.017 1.007-.159a12.43 12.43 0 0 0-.383-.819c-.331.235-.571.568-.624.979m-.511-.128c-.159.387.419-.021 0 0m-.111.368c.005.422.384-.2 0 0zM12.353 8.813l.242-.122c.101.082.201.165.3.251l-.162.08c.378.398.759.893.622 1.481.805.122 1.598.316 2.405.419l.219-.185c.157.157.303.321.464.474l-.408.08c-.137.395-.282.788-.43 1.18.267.102.709.02.747.407-.398-.04-.79-.117-1.181-.192-.046.347-.119.729-.413.956-.368.341-1 .27-1.299-.126-.292-.323-.284-.786-.216-1.191-.301-.042-.599-.095-.899-.143.075.21.154.419.22.633-.354-.087-.512-.399-.643-.708l-.271-.047c.103.211.315.374.378.598-.085.414-.08.858-.302 1.232-.067-.015-.203-.042-.27-.056.204-.364.567-.971.041-1.232-.349.357-.562.802-.817 1.221l-.293.062c.167-.379.409-.716.612-1.074.03-.218-.136-.395-.205-.589-.328.05-.659.076-.991.097.032.44.143.87.306 1.28a1.101 1.101 0 0 1-.334.342c.187-.566-.178-1.046-.383-1.541-.173.078-.343.162-.512.247.032.43.524.811.266 1.242-.165-.352-.274-.729-.433-1.083-.226-.351.367-.52.316-.857.017-.456-.24-.853-.489-1.212-.075.231-.067.744-.435.497.014-.381.005-.762.024-1.143l.183-.247c.236.103.486.168.724.266.394.187.448.788.918.856.557.148 1.084-.363 1.629-.169.338.303.735.648.772 1.133l.335.063-.073-.376c-.08-.047-.159-.096-.236-.144a6.984 6.984 0 0 0-.338-1.189c.192-.031.384-.056.577-.081-.08-.354.016-.815-.356-1.023l.093-.367m-.455 3.05c.179-.032.163-.353-.001-.398-.187.025-.173.361.001.398m1.562.529c-.002.266-.027.533 0 .8.223-.014.362-.214.536-.326-.157-.048-.313-.098-.469-.148.111-.128.322-.035.471-.068l-.109-.2c-.143-.02-.286-.04-.429-.057m.971.138l.041.441c-.348.07-.337.384-.341.676l.336-.067c.062-.126.127-.251.198-.373l.065.23c.067-.155.137-.311.205-.466a16.68 16.68 0 0 1-.358-.119l.446-.129a5.925 5.925 0 0 0-.592-.193m-.857.827c.144.101.292.199.441.295.026-.235.047-.471.066-.706-.17.136-.339.272-.507.412zM13.316 14.43c.195-.159.413-.271.655-.141l.061.465c.332.223.803.448.781.915-.009.305.2.551.247.839-.027.729.33 1.389.533 2.069.249.005.497.014.742.051-.241.134-.526.095-.79.106-2.611-.014-5.224-.004-7.835-.006l.011-.145c.693.012 1.388-.019 2.08.022-.504-.23-.71-.786-.645-1.308-.39.09-.785.159-1.179.231l-.058-.344c.566-.173 1.262-.024 1.706-.49.259-.235.632-.18.948-.153a8.115 8.115 0 0 1-.286.164c-.216-.019-.419.048-.611.141.126.002.252.002.379 0 .187-.061.376-.112.565-.167.535.016 1.043-.172 1.567-.252.444-.095.903-.124 1.336-.266.276-.148.154-.487.175-.737.042-.382-.249-.664-.383-.994m-2.297 2.508c.327.568.155 1.321-.418 1.661.863-.031 1.725-.002 2.588-.015.189.039.292-.152.427-.244-.158-.387-.312-.903-.012-1.26.179-.163.136-.404.129-.621-.908.134-1.803.344-2.713.478m-.525.512l.517.046a16.554 16.554 0 0 0-.203-.522c-.113.153-.22.311-.315.476m-1.007-.214c-.255.061-.112.415.121.331.297-.03.104-.417-.121-.331m4.532.383c-.007.335.113.653.173.977.285.001.576-.005.823-.167-.157-.43-.386-.829-.612-1.226-.139.127-.3.241-.384.415m-4.679-.001c.027.122.085.364.112.486.15-.148.298-.297.436-.456l-.548-.03m1.501.289l.067-.251c-.254-.293-.435.29-.067.251m-1.148.325l.223.095c.107-.118.116-.239.026-.361-.167-.096-.274.131-.249.266m.761-.27c-.106.147.146.379.282.242.139-.157-.147-.342-.282-.242m-.245.084c-.117.081-.143.192-.076.331.124.102.219.081.282-.065-.001-.149-.07-.238-.206-.266z"/><path fill="#030303" d="M12.325 16.926c.118-.078.239-.15.358-.225.017.422.16.826.189 1.246l-.117.158c-.136-.395-.087-.882-.43-1.179z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-mopeds-or-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cd1e05" d="M5.387 1.983A11.925 11.925 0 0 1 12.299.008c3.119.052 6.183 1.407 8.336 3.66 1.979 2.024 3.159 4.771 3.365 7.587v1.673c-.222 2.837-1.459 5.583-3.474 7.597-1.841 1.866-4.3 3.089-6.89 3.475h-3.264c-2.334-.349-4.565-1.375-6.322-2.954C1.65 18.935.175 15.838 0 12.65v-1.261c.071-.888.198-1.773.443-2.631a12.02 12.02 0 0 1 4.944-6.775m.797 3.255c4.246 4.207 8.437 8.468 12.691 12.668.466-.434.758-1.003 1.073-1.547a8.773 8.773 0 0 0 1.057-4.561c-.058-2.521-1.295-4.966-3.222-6.577-1.749-1.499-4.096-2.245-6.39-2.089-1.911.105-3.735.904-5.209 2.106M5.14 6.282c-.569.719-1.064 1.5-1.418 2.347-.745 1.71-.884 3.656-.495 5.473.531 2.315 2.018 4.384 4.029 5.643a8.674 8.674 0 0 0 4.651 1.367c2.142.048 4.283-.743 5.905-2.136-.851-.844-1.67-1.72-2.55-2.534-1.353-1.45-2.818-2.79-4.188-4.224-1.005-1.027-2.062-2.001-3.048-3.046-.961-.965-1.926-1.924-2.886-2.89z"/><path fill="#fff" d="M6.184 5.238c1.474-1.202 3.298-2.001 5.209-2.106 2.294-.156 4.641.59 6.39 2.089 1.927 1.611 3.164 4.056 3.222 6.577a8.773 8.773 0 0 1-1.057 4.561c-.315.544-.607 1.113-1.073 1.547-4.254-4.2-8.445-8.461-12.691-12.668m7.917.987c-.188.361-.263.767-.391 1.15-.314.007-.647.034-.907.229-.549.366-.648 1.216-.197 1.697.471.573 1.483.499 1.863-.141.4-.574.108-1.409-.513-1.687l.05-.257c.467.426.849.933 1.285 1.389.178.226.492.128.74.152.167.669.929 1.117 1.583.841.657-.229.97-1.102.571-1.684-.282-.472-.871-.62-1.384-.523-.1-.229-.204-.456-.303-.685l.082-.221.27-.002-.008-.223c-.371.002-.743-.016-1.112.021.173.133.391.163.598.213l-.122.193c-.673.058-1.354.014-2.03.025.056-.148.114-.296.176-.443l.514-.003.002-.237c-.256.032-.615-.078-.767.196zM5.14 6.282c.96.966 1.925 1.925 2.886 2.89.986 1.045 2.043 2.019 3.048 3.046 1.37 1.434 2.835 2.774 4.188 4.224.88.814 1.699 1.69 2.55 2.534-1.622 1.393-3.763 2.184-5.905 2.136a8.674 8.674 0 0 1-4.651-1.367c-2.011-1.259-3.498-3.328-4.029-5.643-.389-1.817-.25-3.763.495-5.473.354-.847.849-1.628 1.418-2.347m.544 4.301l-.317.004c.019.18-.058.416.147.515-.087.219-.176.436-.264.655-.328-.034-.692.016-.916.282-.388.379-.306 1.087.15 1.376.455.34 1.187.115 1.375-.421.197-.433-.055-.905-.412-1.161.091-.212.176-.426.261-.64.163.581.33 1.161.484 1.745.478.153.988.048 1.48.081-.114-.481.076-.944.395-1.299-.35-.001-.7-.003-1.05.005a11.95 11.95 0 0 1-.28.539 13.433 13.433 0 0 1-.532-.026c-.066-.255-.136-.509-.18-.768.298-.029.599 0 .895-.053.088-.14.063-.348-.126-.363-.357-.025-.715-.003-1.072-.011l.185-.246c.133-.026.266-.056.398-.091-.146-.126-.339-.126-.519-.139.073-.349.179-.693.415-.968-.423.097-.384.654-.517.984m1.462.972c.361.005.722.002 1.083.004l.086.294c-.351.246-.577.709-.398 1.128.186.579.996.794 1.445.384.521-.389.397-1.296-.205-1.539-.233-.154-.618.063-.739-.254.17-.01.339-.017.509-.024-.044-.136-.038-.327-.216-.359-.447-.03-.895-.003-1.343-.012a23.4 23.4 0 0 0-.222.378m1.012 4.344l-.472.002a7.3 7.3 0 0 0 .065.53l-.152-.204-.053.33c-.343.091-.693.166-.996.363-.06.226-.134.449-.174.68-.001.339.168.687.462.867.365.263.905.206 1.222-.105.186-.171.246-.437.446-.596l.049-.426c.142.17.271.35.4.53l-.105.268c.448.062.902.019 1.352.033.395.038.734-.193 1.09-.319.144.549.74.932 1.295.737.358-.065.462-.479.778-.603.005-.23.005-.461.002-.691-.15-.18-.296-.363-.459-.532.05-.092.101-.183.153-.274a7.741 7.741 0 0 1-.145-.107c-.54.008-1.076-.068-1.615-.098-.325-.008-.632-.148-.96-.122a1.077 1.077 0 0 0-.177-.255c-.594-.02-1.188 0-1.782-.008.189-.316.356-.653.615-.918.133-.052.272-.085.403-.14l-.296-.155c-.48.232-.675.786-.946 1.213z"/><path fill="#fff" d="M14.126 6.956c.666-.001 1.332-.005 1.999-.003-.195.51-.382 1.023-.583 1.531-.466-.515-.947-1.016-1.416-1.528zM15.803 8.517c.183-.493.373-.984.571-1.472.068.158.138.315.208.472a1.399 1.399 0 0 0-.575 1.006l-.204-.006zM16.921 7.643c.366-.058.774.02.999.341.38.453.135 1.223-.429 1.387-.491.195-1.023-.141-1.201-.606.365-.012.732.01 1.096-.031-.122-.377-.304-.73-.465-1.091zM12.73 8.042c.19-.302.554-.415.895-.409-.033.347-.446.786-.114 1.072.161-.321.251-.67.371-1.006.29.211.56.523.503.91-.011.61-.75 1.029-1.286.747-.487-.211-.693-.881-.369-1.314z"/><path fill="#fff" d="M16.258 8.519c.045-.303.198-.569.43-.766l.356.771c-.262-.001-.524-.002-.786-.005zM4.41 12.481c.085-.319.423-.454.726-.455a40.79 40.79 0 0 0-.122.315c-.113.089-.315.163-.277.344-.007.172.21.3.363.232.317-.149.023-.558.224-.801.39.251.404.875-.026 1.091-.452.28-1.078-.23-.888-.726zM8.317 13.076c-.283-.282-.15-.711.106-.96l.143.3c-.047.179-.104.436.128.513.271.066.392-.205.346-.431l-.269-.131-.125-.338c.383-.029.799.257.744.675.007.53-.745.778-1.073.372zM8.19 16.47l.315-.024.211.183c-.201.004-.402.006-.603.008l.077-.167zM8.782 16.941l.25.016c.033.202.04.407.021.611-.096-.151-.189-.303-.283-.455l.012-.172zM6.959 17.687c-.034-.252.198-.394.391-.49l.015.195c-.128.069-.329.276-.15.405.069.103.211.057.314.086.052-.191.104-.381.167-.568.057.17.217.378.059.545-.178.36-.781.229-.796-.173zM12.153 17.212a.63.63 0 0 1 .553.337c-.191.013-.358-.081-.53-.148a12.173 12.173 0 0 0-.023-.189zM11.851 17.454l.187.033.021.363a.489.489 0 0 0 .471-.097l.145.138c-.187.142-.455.278-.669.106-.188-.122-.157-.351-.155-.543z"/><path fill="#040404" d="M14.101 6.225c.152-.274.511-.164.767-.196l-.002.237-.514.003c-.062.147-.12.295-.176.443.676-.011 1.357.033 2.03-.025l.122-.193c-.207-.05-.425-.08-.598-.213.369-.037.741-.019 1.112-.021l.008.223-.27.002-.082.221c.099.229.203.456.303.685.513-.097 1.102.051 1.384.523.399.582.086 1.455-.571 1.684-.654.276-1.416-.172-1.583-.841-.248-.024-.562.074-.74-.152-.436-.456-.818-.963-1.285-1.389l-.05.257c.621.278.913 1.113.513 1.687-.38.64-1.392.714-1.863.141-.451-.481-.352-1.331.197-1.697.26-.195.593-.222.907-.229.128-.383.203-.789.391-1.15m.025.731c.469.512.95 1.013 1.416 1.528.201-.508.388-1.021.583-1.531-.667-.002-1.333.002-1.999.003m1.677 1.561l.204.006c.036-.407.248-.765.575-1.006-.07-.157-.14-.314-.208-.472-.198.488-.388.979-.571 1.472m1.118-.874c.161.361.343.714.465 1.091-.364.041-.731.019-1.096.031.178.465.71.801 1.201.606.564-.164.809-.934.429-1.387-.225-.321-.633-.399-.999-.341m-4.191.399c-.324.433-.118 1.103.369 1.314.536.282 1.275-.137 1.286-.747.057-.387-.213-.699-.503-.91-.12.336-.21.685-.371 1.006-.332-.286.081-.725.114-1.072-.341-.006-.705.107-.895.409m3.528.477c.262.003.524.004.786.005l-.356-.771a1.237 1.237 0 0 0-.43.766zM5.684 10.583c.133-.33.094-.887.517-.984-.236.275-.342.619-.415.968.18.013.373.013.519.139a6.178 6.178 0 0 1-.398.091l-.185.246c.357.008.715-.014 1.072.011.189.015.214.223.126.363-.296.053-.597.024-.895.053.044.259.114.513.18.768.177.013.354.02.532.026.098-.177.191-.357.28-.539.35-.008.7-.006 1.05-.005-.319.355-.509.818-.395 1.299-.492-.033-1.002.072-1.48-.081-.154-.584-.321-1.164-.484-1.745-.085.214-.17.428-.261.64.357.256.609.728.412 1.161-.188.536-.92.761-1.375.421-.456-.289-.538-.997-.15-1.376.224-.266.588-.316.916-.282.088-.219.177-.436.264-.655-.205-.099-.128-.335-.147-.515l.317-.004M4.41 12.481c-.19.496.436 1.006.888.726.43-.216.416-.84.026-1.091-.201.243.093.652-.224.801-.153.068-.37-.06-.363-.232-.038-.181.164-.255.277-.344l.122-.315c-.303.001-.641.136-.726.455z"/><path fill="#040404" d="M7.146 11.555a23.4 23.4 0 0 1 .222-.378c.448.009.896-.018 1.343.012.178.032.172.223.216.359-.17.007-.339.014-.509.024.121.317.506.1.739.254.602.243.726 1.15.205 1.539-.449.41-1.259.195-1.445-.384-.179-.419.047-.882.398-1.128l-.086-.294c-.361-.002-.722.001-1.083-.004m1.171 1.521c.328.406 1.08.158 1.073-.372.055-.418-.361-.704-.744-.675l.125.338.269.131c.046.226-.075.497-.346.431-.232-.077-.175-.334-.128-.513l-.143-.3c-.256.249-.389.678-.106.96zM8.158 15.899c.271-.427.466-.981.946-1.213l.296.155c-.131.055-.27.088-.403.14-.259.265-.426.602-.615.918.594.008 1.188-.012 1.782.008.071.076.13.161.177.255.328-.026.635.114.96.122.539.03 1.075.106 1.615.098.036.027.108.081.145.107-.052.091-.103.182-.153.274.163.169.309.352.459.532.003.23.003.461-.002.691-.316.124-.42.538-.778.603-.555.195-1.151-.188-1.295-.737-.356.126-.695.357-1.09.319-.45-.014-.904.029-1.352-.033l.105-.268c-.129-.18-.258-.36-.4-.53l-.049.426c-.2.159-.26.425-.446.596-.317.311-.857.368-1.222.105-.294-.18-.463-.528-.462-.867.04-.231.114-.454.174-.68.303-.197.653-.272.996-.363l.053-.33.152.204a7.3 7.3 0 0 1-.065-.53l.472-.002m.032.571l-.077.167c.201-.002.402-.004.603-.008l-.211-.183-.315.024m.592.471l-.012.172c.094.152.187.304.283.455a2.404 2.404 0 0 0-.021-.611l-.25-.016m-1.823.746c.015.402.618.533.796.173.158-.167-.002-.375-.059-.545-.063.187-.115.377-.167.568-.103-.029-.245.017-.314-.086-.179-.129.022-.336.15-.405l-.015-.195c-.193.096-.425.238-.391.49m5.194-.475l.023.189c.172.067.339.161.53.148a.63.63 0 0 0-.553-.337m-.302.242c-.002.192-.033.421.155.543.214.172.482.036.669-.106a19.374 19.374 0 0 1-.145-.138.489.489 0 0 1-.471.097 22.072 22.072 0 0 1-.021-.363l-.187-.033z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-mopeds-or-motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M11.147 0h1.698a12.061 12.061 0 0 1 6.841 2.756c2.5 2.054 4.087 5.161 4.313 8.388v1.702a12.065 12.065 0 0 1-2.756 6.84c-2.054 2.5-5.16 4.087-8.386 4.313H11.16a12.057 12.057 0 0 1-6.852-2.759c-2.502-2.057-4.087-5.167-4.31-8.395v-1.692c.222-3.231 1.81-6.343 4.315-8.4C6.226 1.147 8.655.181 11.145-.002m-5.3 4.533c4.59 4.581 9.17 9.172 13.758 13.754 1.964-2.407 2.682-5.776 1.816-8.765-.584-2.195-1.993-4.145-3.861-5.431-1.94-1.359-4.389-1.947-6.737-1.663-1.814.217-3.549.967-4.976 2.105M4.397 5.975c-1.808 2.237-2.57 5.28-1.975 8.1a9.775 9.775 0 0 0 9.706 7.833c2.182-.01 4.333-.81 6.03-2.173A7140.9 7140.9 0 0 0 4.397 5.975z"/><path fill="#fff" d="M5.845 4.531c1.427-1.139 3.162-1.889 4.976-2.105 2.348-.284 4.797.304 6.737 1.663 1.868 1.286 3.277 3.236 3.861 5.431.866 2.99.149 6.359-1.816 8.765-4.589-4.582-9.168-9.173-13.758-13.754m5.652-.786l.16.462c-.172.283-.331.575-.515.852-.348-.052-.712-.173-1.057-.031-.755.252-1.178 1.229-.723 1.921.427.83 1.741.882 2.242.099.424-.565.265-1.37-.249-1.82.039-.067.117-.2.158-.266.599.558 1.375.956 1.79 1.687.312.08.638.009.955.009.223.78 1.193 1.186 1.902.789.716-.34.944-1.379.425-1.981-.383-.479-1.066-.621-1.63-.406-.124-.282-.404-.567-.202-.883l.441.163.018-.492a13.303 13.303 0 0 0-1.057.012c.127.082.254.162.383.24-.068.113-.134.228-.202.342-.817.003-1.633-.004-2.451.005.067-.213-.005-.42-.061-.623.28.004.561.004.843.004l.01-.273c-.394.038-.866-.124-1.18.19m5.034 4.553c-.28.211-.425.545-.608.833a49.008 49.008 0 0 1-.033-.397l-.403-.055c0 .164.001.33.003.494l.2-.044.116.275c-.103.133-.203.269-.301.406-.625-.28-1.439-.08-1.773.541-.425.685-.063 1.687.704 1.937.758.31 1.683-.266 1.769-1.072.083-.473-.168-.909-.471-1.25l.356-.588c.597.656 1.195 1.313 1.795 1.968h.707c.206.616.81 1.098 1.48 1.004.792-.043 1.281-.913 1.123-1.64-.133-.713-.923-1.163-1.613-.983-.582.128-.935.686-1.032 1.242l-.563.094-.446-.503.072-.501c-.188-.21-.357-.44-.579-.616-.28-.083-.574-.129-.831-.277.214-.489.643-.857 1.205-.807l-.008-.256c-.293.035-.618.012-.869.193m2.035.726c.003.184.007.369.014.554.2.037.399.072.599.107.052-.119.106-.237.159-.355.437-.012.874.01 1.311-.021l-.017-.284a27.37 27.37 0 0 0-2.066-.001z"/><path fill="#fff" d="M12.042 5.052c-.11-.104-.284-.205-.254-.381.798.082 1.6.027 2.4.042-.219.391-.437.783-.657 1.174L13.2 6c-.382-.32-.773-.629-1.157-.948zM13.805 5.944c.224-.403.45-.805.678-1.205l.249.463c-.224.213-.39.476-.501.764l-.427-.022zM9.8 5.497c.303-.296.764-.325 1.153-.205-.082.261-.248.485-.387.717l-.316.12c-.008.245.145.532.419.363.164-.359.329-.719.554-1.045.313.351.49.874.244 1.311-.269.6-1.12.781-1.62.36-.505-.381-.528-1.21-.047-1.621zM15.09 5.296c.549-.21 1.243.029 1.447.604.292.668-.287 1.491-1.013 1.441-.458.013-.805-.327-1.006-.704.415-.053.848-.005 1.25-.133.233-.224-.063-.457-.288-.489a24.72 24.72 0 0 1-.389-.719z"/><path fill="#fff" d="M14.494 5.979a4.21 4.21 0 0 1 .368-.53c.107.197.213.394.318.592-.23-.017-.458-.038-.686-.063zM4.397 5.975c4.595 4.578 9.179 9.168 13.761 13.76-1.697 1.363-3.848 2.163-6.03 2.173a9.775 9.775 0 0 1-9.706-7.833c-.595-2.82.167-5.863 1.975-8.1M7.72 12.12l.699.02c.091.537-.817.339-.664.895.475-.194.934-.424 1.405-.625.007-.386-.014-.883-.445-1.04-.503-.23-1.006.244-.995.75m-.011 1.209c-.436.283-.963.12-1.444.201-.31.061-.308.586.005.643.395.039.797.033 1.195.005.367-.11.703-.303 1.054-.453l.755.738c-.496.097-1 .142-1.488.271-.228.065-.28.378-.134.549A71.83 71.83 0 0 0 8.8 17.028c.158.325.683.158.637-.2-.262-.547-.629-1.034-.935-1.555.536-.112 1.08-.193 1.613-.323.338-.07.468-.53.237-.779-.356-.47-.673-.977-1.087-1.398-.556-.042-1.041.376-1.556.554m-2.3 1.493c-.599.124-1.1.623-1.223 1.221-.205.82.361 1.717 1.184 1.897.946.262 1.981-.535 1.97-1.516.057-.993-.964-1.84-1.93-1.602m5.999-.004c-.787.146-1.38.95-1.269 1.745.065.796.81 1.44 1.602 1.422.875.008 1.65-.802 1.577-1.68-.02-.942-.991-1.701-1.91-1.487zM14.103 10.317c.309-.374.831-.419 1.267-.279-.163.305-.333.61-.575.862-.167.154.08.299.2.365.196-.364.399-.724.623-1.071.211.293.415.64.333 1.019-.089.67-.886 1.109-1.496.802-.643-.269-.837-1.197-.351-1.698zM19.537 10.02c.6-.257 1.332.188 1.417.826.133.653-.451 1.32-1.12 1.26-.455-.01-.789-.367-.976-.75.368-.014.737.012 1.103-.026.269-.065.269-.489-.004-.556-.386-.008-.763.104-1.144.146.102-.385.32-.775.724-.9z"/><path fill="#fff" d="M5.393 15.335c.8-.312 1.693.552 1.407 1.36-.188.768-1.263 1.063-1.813.493-.61-.526-.364-1.629.406-1.853zM11.393 15.33c.792-.292 1.663.553 1.393 1.354-.18.772-1.255 1.079-1.81.51-.625-.526-.367-1.653.417-1.864z"/><path fill="#030303" d="M11.497 3.745c.314-.314.787-.153 1.18-.19-.004.091-.008.183-.01.273-.282 0-.562 0-.843-.004.056.203.128.411.061.623.818-.009 1.634-.003 2.451-.005.068-.113.134-.228.202-.342a13.668 13.668 0 0 1-.383-.24 13.79 13.79 0 0 1 1.057-.012l-.018.492-.441-.163c-.202.316.078.601.202.883.565-.215 1.247-.073 1.63.406.519.603.291 1.641-.425 1.981-.708.397-1.679-.009-1.902-.789-.317 0-.643.07-.955-.009-.415-.73-1.191-1.128-1.79-1.687l-.158.266c.514.45.673 1.255.249 1.82-.501.783-1.816.73-2.242-.099-.455-.693-.033-1.67.723-1.921.344-.142.708-.021 1.057.031.184-.277.343-.569.515-.852l-.16-.462m.545 1.307c.383.32.775.629 1.157.948l.331-.113c.22-.391.438-.783.657-1.174-.8-.014-1.602.04-2.4-.042-.03.176.145.277.254.381m1.764.892l.427.022c.111-.288.277-.552.501-.764l-.249-.463c-.228.4-.454.802-.678 1.205M9.8 5.497c-.481.411-.458 1.24.047 1.621.5.421 1.351.24 1.62-.36.247-.437.069-.96-.244-1.311-.226.326-.39.686-.554 1.045-.274.17-.427-.117-.419-.363l.316-.12c.14-.232.305-.457.387-.717-.389-.12-.85-.091-1.153.205m5.29-.201c.127.241.254.483.389.719.226.033.522.265.288.489-.402.128-.835.08-1.25.133.201.377.548.717 1.006.704.727.05 1.306-.773 1.013-1.441-.203-.575-.897-.814-1.447-.604m-.595.683c.228.025.457.046.686.063-.106-.198-.211-.395-.318-.592a4.138 4.138 0 0 0-.368.53zM16.531 8.298c.25-.181.575-.158.869-.193l.008.256c-.562-.05-.991.318-1.205.807.257.147.55.193.831.277.222.176.391.406.579.616l-.072.501c.149.168.297.337.446.503l.563-.094c.097-.556.45-1.114 1.032-1.242.69-.18 1.48.27 1.613.983.158.727-.331 1.597-1.123 1.64-.67.094-1.274-.389-1.48-1.004h-.707c-.6-.655-1.197-1.312-1.795-1.968l-.356.588c.303.34.554.776.471 1.25-.086.806-1.011 1.383-1.769 1.072-.767-.25-1.13-1.252-.704-1.937.334-.621 1.148-.822 1.773-.541.098-.137.198-.273.301-.406a32.227 32.227 0 0 1-.116-.275l-.2.044-.003-.494.403.055c.008.099.023.297.033.397.183-.288.327-.622.608-.833m-2.428 2.017c-.487.501-.292 1.43.351 1.698.61.307 1.407-.132 1.496-.802.082-.378-.121-.725-.333-1.019a15.23 15.23 0 0 0-.623 1.071c-.12-.067-.367-.211-.2-.365.243-.252.412-.557.575-.862-.436-.14-.957-.095-1.267.279m5.435-.297c-.404.125-.622.515-.724.9.381-.042.758-.154 1.144-.146.273.067.273.49.004.556-.367.038-.736.012-1.103.026.187.383.52.74.976.75.669.06 1.253-.607 1.12-1.26-.085-.638-.817-1.083-1.417-.826z"/><path fill="#030303" d="M18.566 9.022a27.37 27.37 0 0 1 2.066.001l.017.284c-.437.031-.874.009-1.311.021-.053.117-.107.236-.159.355-.2-.035-.399-.07-.599-.107a17.14 17.14 0 0 1-.014-.554zM7.72 12.12c-.01-.506.492-.98.995-.75.43.157.451.653.445 1.04-.471.201-.93.43-1.405.625-.153-.556.755-.357.664-.895l-.699-.02zM7.709 13.329c.515-.179 1-.596 1.556-.554.413.421.73.929 1.087 1.398.231.249.1.708-.237.779-.533.13-1.077.211-1.613.323.307.52.673 1.008.935 1.555.047.357-.479.524-.637.2a73.833 73.833 0 0 1-1.148-1.745c-.146-.171-.094-.484.134-.549.488-.129.993-.175 1.488-.271l-.755-.738c-.351.15-.687.343-1.054.453-.398.027-.8.034-1.195-.005-.313-.057-.316-.582-.005-.643.481-.081 1.008.082 1.444-.201zM5.409 14.82c.967-.239 1.988.609 1.93 1.602.012.981-1.024 1.778-1.97 1.516-.823-.18-1.389-1.076-1.184-1.897a1.612 1.612 0 0 1 1.223-1.221m-.015.515c-.77.224-1.016 1.328-.406 1.853.55.57 1.625.275 1.813-.493.286-.809-.608-1.672-1.407-1.36zM11.409 14.816c.918-.214 1.89.545 1.91 1.487.073.878-.702 1.688-1.577 1.68-.792.018-1.537-.626-1.602-1.422-.111-.796.483-1.599 1.269-1.745m-.016.514c-.784.211-1.042 1.338-.417 1.864.556.569 1.63.262 1.81-.51.27-.801-.601-1.646-1.393-1.354z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-or-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M5.725 1.771C8.283.176 11.465-.365 14.413.247c2.736.538 5.236 2.104 6.972 4.277 1.562 1.944 2.458 4.381 2.615 6.864v1.12c-.133 2.658-1.14 5.272-2.886 7.288-2.1 2.485-5.248 4.012-8.489 4.205h-1.226c-3.079-.176-6.078-1.552-8.174-3.822C1.301 18.14.17 15.41.001 12.618V11.41c.085-1.096.265-2.189.624-3.23a12.04 12.04 0 0 1 5.101-6.407m3.708.92A9.636 9.636 0 0 0 4.23 6.271c-1.108 1.482-1.751 3.293-1.87 5.137h19.279c-.179-3.258-2.137-6.332-5.004-7.882-2.176-1.189-4.812-1.501-7.201-.834m-7.075 9.892c.176 3.139 1.996 6.131 4.716 7.712a9.6 9.6 0 0 0 6.011 1.294 9.668 9.668 0 0 0 6.52-3.654 9.708 9.708 0 0 0 2.034-5.352H2.36z"/><path fill="#fff" d="M9.434 2.693c2.389-.667 5.026-.355 7.201.834 2.867 1.549 4.825 4.624 5.004 7.882H2.36c.119-1.844.762-3.655 1.87-5.137a9.626 9.626 0 0 1 5.204-3.578m.694 1.579c-.196.086-.254.311-.318.494-.181.606-.347 1.217-.521 1.824-1.02-.18-2.108.518-2.282 1.554-.235 1.076.644 2.214 1.742 2.268 1.111.118 2.16-.908 2.064-2.022-.023-.767-.571-1.405-1.246-1.712l.092-.326c.733.614 1.464 1.232 2.202 1.842-.06.364.06.826.48.89.374.088.578-.275.793-.504.11.409.22.844.516 1.165.542.665 1.554.866 2.314.469.888-.431 1.322-1.586.899-2.486-.412-.992-1.687-1.433-2.642-.956-.226-.385-.461-.763-.694-1.144.049-.178.101-.354.154-.53.228-.002.456-.004.685-.004l-.001-.592c-.69.011-1.381-.024-2.07.025.142.457.724.371 1.086.54l-.097.323a1869.3 1869.3 0 0 1-3.349 0c.086-.278.146-.569.276-.832.194-.07.404-.054.607-.07l-.001-.301c-.229.023-.47 0-.689.084z"/><path fill="#fff" d="M9.856 5.689c1.111-.004 2.222.002 3.335-.004-.24.734-.473 1.471-.71 2.206-.1.028-.301.082-.402.108-.772-.656-1.554-1.298-2.326-1.954l.103-.356zM13.402 5.977c.185.319.379.632.572.947-.47.378-.727.935-.854 1.514-.118-.157-.235-.314-.355-.47.217-.662.43-1.326.637-1.991zM7.432 7.804c.292-.676 1.06-1.01 1.768-.92-.16.563-.263 1.158-.619 1.638.054.15.228.364.407.248.295-.067.124-.416.17-.619.085-.4.222-.786.331-1.178.721.308 1.188 1.123.984 1.9-.18.894-1.204 1.471-2.064 1.174-.917-.253-1.415-1.398-.977-2.242zM14.381 7.015c.5-.174 1.081-.202 1.546.089.812.437 1.05 1.614.494 2.344-.498.731-1.619.893-2.304.338-.373-.262-.55-.698-.652-1.126.558-.004 1.134-.083 1.672.108.196.067.382-.328.174-.437-.436-.337-.635-.869-.93-1.316z"/><path fill="#fff" d="M13.463 8.344c.094-.449.317-.858.656-1.169.247.389.484.785.725 1.177-.461-.001-.922.005-1.381-.008zM2.359 12.584h19.28a9.708 9.708 0 0 1-2.034 5.352 9.665 9.665 0 0 1-6.52 3.654 9.595 9.595 0 0 1-6.011-1.294c-2.72-1.582-4.54-4.573-4.716-7.712m11.69.737c-.024.475.526.492.864.397.139-.226.29-.517.092-.76-.266-.456-1.099-.185-.956.362m.506.503c-.214.494-.258 1.055-.511 1.537-.301.56-.644 1.099-.959 1.652l-.684.071-.144-1.367c-1.901.196-3.802.395-5.702.6.061.581.121 1.163.185 1.745.725-.094 1.456-.148 2.18-.246-.65.449-.776 1.468-.205 2.028.625.69 1.88.54 2.311-.292.4-.67.052-1.574-.641-1.889 1.426-.134 2.85-.288 4.276-.433-.186.307-.424.583-.589.901-.12.496-.169 1.006-.268 1.505l-.721.113c.022.102.044.203.068.305.391.06.782.124 1.176.181.293-.866.412-1.835 1.084-2.515.316.676.578 1.375.833 2.076-.238.14-.512.252-.635.521.437-.008.871-.067 1.306-.114-.114-1.072-.421-2.106-.737-3.132.424-.047.847-.094 1.271-.137l-.04-.368-.503.047c-.028-.475.002-.958-.065-1.429-.156-.235-.376-.416-.564-.623-.272-.263-.517-.607-.918-.672-.258-.06-.548-.186-.804-.065z"/><path fill="#fff" d="M15.923 15.205c.19.083.378.167.568.252l.056 1.195-.467.047c-.053-.498-.106-.996-.157-1.494zM13.686 16.948c.329-.491.658-.982 1.008-1.458.094.44.168.884.227 1.331l-1.235.127zM8.789 18.162c.229-.184.49-.322.766-.422-.032.274.245.721-.072.864-.248-.12-.47-.283-.694-.442zM9.754 17.725c.299.031.581.133.845.272-.218.22-.442.436-.673.642-.109-.294-.145-.605-.172-.914zM10.744 18.155c.088.173.172.347.253.523-.238.02-.474.037-.712.049.215.16.486.17.742.196-.054.19-.109.379-.167.569-.223-.136-.445-.276-.666-.415.107-.133.086-.298.04-.45.172-.156.34-.316.51-.472zM8.665 18.354c.258.151.511.312.758.481-.304.037-.607.071-.912.09.048-.191.098-.382.154-.571zM8.531 19.142c.314-.043.631-.074.948-.085-.197.24-.418.461-.644.673a9.896 9.896 0 0 1-.304-.588zM9.001 19.878c.206-.236.426-.468.701-.625.049.286.079.574.097.864a3.497 3.497 0 0 1-.798-.239zM10.007 20.1a3.635 3.635 0 0 1-.032-.908c.265.148.523.308.774.48-.23.169-.478.316-.742.428z"/><path d="M10.128 4.273c.218-.084.46-.061.689-.084l.001.301c-.203.016-.413 0-.607.07-.13.263-.19.553-.276.832h3.349l.097-.323c-.362-.169-.944-.083-1.086-.54.689-.049 1.38-.014 2.07-.025l.001.592c-.229 0-.457.001-.685.004-.053.176-.104.353-.154.53.233.38.468.758.694 1.144.955-.476 2.231-.036 2.642.956.424.9-.011 2.056-.899 2.486-.76.397-1.771.196-2.314-.469-.296-.322-.406-.756-.516-1.165-.215.229-.419.592-.793.504-.42-.065-.54-.527-.48-.89-.738-.61-1.469-1.228-2.202-1.842l-.092.326c.674.307 1.223.946 1.246 1.712.096 1.114-.953 2.14-2.064 2.022-1.098-.054-1.978-1.192-1.742-2.268.174-1.036 1.262-1.734 2.282-1.554.174-.607.34-1.218.521-1.824.064-.184.122-.408.318-.494m-.272 1.415l-.103.356c.772.655 1.554 1.297 2.326 1.954.101-.026.302-.08.402-.108.238-.734.47-1.471.71-2.206-1.112.006-2.224 0-3.335.004m3.546.288c-.208.665-.42 1.328-.637 1.991.12.156.238.313.355.47.127-.58.384-1.136.854-1.514-.193-.314-.388-.628-.572-.947m-5.97 1.827c-.438.844.06 1.988.977 2.242.86.298 1.884-.28 2.064-1.174.204-.776-.263-1.591-.984-1.9-.109.392-.246.779-.331 1.178-.047.203.125.552-.17.619-.179.115-.353-.098-.407-.248.356-.48.46-1.075.619-1.638-.708-.09-1.476.245-1.768.92m6.949-.788c.295.448.494.979.93 1.316.208.109.022.504-.174.437-.538-.191-1.114-.112-1.672-.108.102.427.278.864.652 1.126.685.554 1.806.392 2.304-.338.556-.73.318-1.907-.494-2.344-.464-.29-1.045-.263-1.546-.089m-.918 1.329c.46.013.92.007 1.381.008-.241-.392-.478-.788-.725-1.177a2.17 2.17 0 0 0-.656 1.169zM14.048 13.321c-.143-.547.69-.818.956-.362.198.242.047.534-.092.76-.338.095-.888.078-.864-.397z"/><path d="M14.554 13.823c.256-.121.546.005.804.065.401.065.646.409.918.672.188.206.408.388.564.623.067.472.037.954.065 1.429l.503-.047.04.368c-.424.043-.847.09-1.271.137.316 1.026.623 2.06.737 3.132-.434.047-.869.106-1.306.114.122-.269.397-.38.635-.521-.254-.701-.517-1.4-.833-2.076-.672.68-.791 1.649-1.084 2.515-.394-.058-.785-.121-1.176-.181a11.117 11.117 0 0 1-.068-.305l.721-.113c.098-.499.148-1.009.268-1.505.166-.318.403-.594.589-.901-1.426.145-2.85.299-4.276.433.692.314 1.04 1.219.641 1.889-.431.832-1.686.982-2.311.292-.571-.56-.445-1.579.205-2.028-.725.098-1.456.152-2.18.246-.064-.582-.124-1.164-.185-1.745 1.901-.205 3.802-.404 5.702-.6l.144 1.367.684-.071c.314-.553.658-1.092.959-1.652.253-.482.298-1.043.511-1.537m1.369 1.382l.157 1.494.467-.047-.056-1.195c-.19-.085-.378-.169-.568-.252m-2.237 1.743l1.235-.127c-.059-.446-.133-.89-.227-1.331-.35.476-.679.967-1.008 1.458m-4.897 1.214c.223.158.445.322.694.442.317-.143.04-.59.072-.864a2.73 2.73 0 0 0-.766.422m.965-.437c.026.31.062.62.172.914.232-.206.455-.422.673-.642a2.335 2.335 0 0 0-.845-.272m.99.43c-.17.156-.338.316-.51.472.047.152.067.317-.04.45.221.139.443.28.666.415.058-.19.113-.379.167-.569-.256-.025-.527-.036-.742-.196.238-.012.474-.029.712-.049-.082-.176-.166-.35-.253-.523m-2.079.199c-.055.19-.106.38-.154.571.305-.019.608-.053.912-.09-.247-.169-.5-.33-.758-.481m-.134.788c.095.199.196.396.304.588.227-.212.448-.433.644-.673a9.402 9.402 0 0 0-.948.085m.47.736c.254.113.523.188.798.239a8.068 8.068 0 0 0-.097-.864c-.275.157-.494.389-.701.625m1.006.222c.264-.113.511-.259.742-.428a9.96 9.96 0 0 0-.774-.48c-.03.302-.013.607.032.908z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-or-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0303" d="M10.961 0h2.034c2.595.245 5.117 1.302 7.046 3.064C22.303 5.07 23.708 7.957 24 10.959v2.038c-.246 2.593-1.302 5.114-3.064 7.043-2.006 2.262-4.893 3.666-7.895 3.959h-2.039c-2.593-.246-5.113-1.302-7.042-3.064C1.698 18.929.294 16.042.001 13.041v-2.039C.277 7.952 1.72 5.019 4.03 3 5.938 1.282 8.415.259 10.961-.001m-5.036 4.5c4.551 4.498 9.095 9.003 13.649 13.5 1.768-2.274 2.439-5.353 1.763-8.154a9.613 9.613 0 0 0-4.153-5.89 9.678 9.678 0 0 0-6.287-1.484 9.74 9.74 0 0 0-4.973 2.028m-3.58 8.605c.239 2.292 1.328 4.493 3.034 6.047 1.876 1.764 4.491 2.705 7.062 2.552 1.946-.082 3.848-.798 5.394-1.976-4.537-4.494-9.078-8.984-13.618-13.476-1.454 1.945-2.146 4.438-1.873 6.854z"/><path fill="#fff" d="M5.925 4.499a9.733 9.733 0 0 1 4.973-2.028 9.678 9.678 0 0 1 6.287 1.484 9.613 9.613 0 0 1 4.153 5.89c.676 2.801.005 5.879-1.763 8.154-4.554-4.496-9.098-9.002-13.649-13.5m8.637 1.008c-.598 1.059-1.043 2.203-1.705 3.225-.18.219-.049.512.248.453.254-.33.371-.737.549-1.108.384-.822.8-1.629 1.199-2.445.319-.071.837.104.904-.346-.387.009-.968-.209-1.195.222m-1.264.491c.009.243.008.489.064.726.449.148.551-.409.693-.706a11.241 11.241 0 0 0-.756-.021m3.582.451c.646.134 1.314.095 1.968.045.008-.178.014-.357.019-.534-.695-.001-1.391-.003-2.086 0 .029.162-.012.353.099.489m-2.627.687c.236.436.489.863.782 1.264.64-.073 1.28.016 1.92.044.252-.442.547-.902 1.034-1.11.546-.195 1.142-.156 1.712-.205a34.36 34.36 0 0 1-.005-.454c-.961.004-1.923.025-2.884.03l-.039 1.183-1.406-.001c-.261-.461-.518-.922-.808-1.366-.105.204-.206.41-.306.616m-2.708 1.814c.016.749.69 1.404 1.443 1.376.956.07 1.814-1.02 1.437-1.923-.119-.27-.241-.612-.582-.649.102.446.455.858.328 1.338-.114.541-.643.961-1.199.933-.804.008-1.432-.983-1.003-1.692.256-.55.895-.664 1.439-.684-.064-.371-.45-.258-.714-.218-.697.125-1.205.819-1.149 1.518m5.666-.462c.468-.123.693-.645 1.177-.737.693-.246 1.509.348 1.506 1.075.095.841-.957 1.507-1.686 1.11-.333-.145-.558-.493-.947-.509.396.898 1.597 1.173 2.383.627.763-.532.768-1.808.009-2.346-.81-.63-2.159-.224-2.442.778m-1.738-.034c-.453.07-.537.767-.104.931.35.243.808-.174.723-.553-.03-.292-.355-.445-.619-.379m.73.188l-.01.677c.697-.009 1.393.019 2.09-.014.197-.029.444-.018.579-.193.043-.16.048-.41-.183-.409-.82-.101-1.65-.043-2.475-.061zM2.344 13.104c-.272-2.416.419-4.909 1.873-6.854 4.539 4.493 9.081 8.982 13.618 13.476-1.546 1.178-3.448 1.894-5.394 1.976-2.571.153-5.187-.787-7.062-2.552-1.706-1.554-2.796-3.754-3.034-6.047m4.645.397c.179.673-.197 1.262-.558 1.797-.698-.236-1.515-.005-1.939.606-.551.725-.272 1.871.511 2.309.903.602 2.31-.135 2.322-1.225.099-.61-.24-1.149-.66-1.553l.266-.432c.695.598 1.367 1.225 2.099 1.779.313.25.739.154 1.108.206.198.455.431.93.869 1.203.627.44 1.558.24 2.017-.353.606-.719.409-1.96-.427-2.419-.442-.289-.987-.196-1.472-.102-.174-.246-.363-.496-.442-.791.026-.341.419-.474.616-.704-.492-.123-.995-.03-1.488.025.256.128.511.258.758.407-.136.101-.252.274-.444.261-.963.054-1.928.012-2.892.026.077-.294.061-.597.027-.896.371-.053.76-.054 1.098-.235-.446-.019-.961-.153-1.369.093z"/><path fill="#fff" d="M7.074 14.79c1.042.004 2.083-.044 3.124.004-.288.645-.632 1.264-.97 1.882a296.37 296.37 0 0 1-2.154-1.886zM9.539 16.666c.294-.636.625-1.254.968-1.866.112.201.307.376.332.614-.283.39-.506.816-.716 1.247-.195.01-.389.012-.584.005zM4.89 15.789c.38-.363.939-.397 1.423-.266-.183.451-.451.858-.734 1.251-.047.213.187.205.326.262.147-.485.371-.947.71-1.327.157.208.331.411.413.663.27.746-.248 1.71-1.062 1.792-.633.102-1.253-.337-1.463-.922-.084-.502-.042-1.112.389-1.452zM11.28 15.534c.646-.249 1.427.036 1.723.671.44.785-.156 1.925-1.073 1.946-.706.07-1.326-.463-1.466-1.138.493-.064.991.025 1.483-.035l.108-.121c-.211-.467-.571-.85-.774-1.323z"/><path fill="#fff" d="M10.46 16.638c.084-.371.283-.698.554-.964.227.315.435.643.618.986a7.63 7.63 0 0 1-1.171-.022z"/><path fill="#030303" d="M14.563 5.507c.227-.431.808-.213 1.195-.222-.067.45-.585.275-.904.346-.398.816-.815 1.623-1.199 2.445-.178.371-.294.778-.549 1.108-.297.06-.428-.234-.248-.453.662-1.022 1.107-2.166 1.705-3.225zM13.299 5.999c.252-.001.505.005.756.021-.141.297-.244.854-.693.706-.056-.237-.054-.484-.064-.726zM16.882 6.449c-.11-.136-.07-.327-.099-.489.695-.003 1.391-.001 2.086 0-.005.178-.012.357-.019.534-.654.049-1.322.088-1.968-.045z"/><path fill="#030303" d="M14.255 7.136c.1-.206.201-.413.306-.616.291.444.547.906.808 1.366l1.406.001.039-1.183c.961-.005 1.923-.026 2.884-.03l.005.454c-.571.049-1.166.01-1.712.205-.486.209-.782.668-1.034 1.11-.64-.029-1.28-.117-1.92-.044a11.022 11.022 0 0 1-.782-1.264zM11.547 8.951c-.056-.699.453-1.393 1.149-1.518.263-.04.65-.153.714.218-.544.019-1.183.134-1.439.684-.429.708.198 1.699 1.003 1.692.555.029 1.085-.392 1.199-.933.127-.48-.226-.891-.328-1.338.341.036.463.379.582.649.376.903-.481 1.993-1.437 1.923-.752.027-1.427-.628-1.443-1.376z"/><path fill="#030303" d="M17.213 8.488c.283-1.003 1.632-1.409 2.442-.778.759.537.754 1.814-.009 2.346-.786.546-1.987.271-2.383-.627.389.016.614.363.947.509.729.397 1.781-.27 1.686-1.11.003-.728-.813-1.322-1.506-1.075-.484.092-.708.614-1.177.737zM15.475 8.452c.263-.066.589.087.619.379.086.379-.372.795-.723.553-.433-.165-.349-.861.104-.931z"/><path fill="#030303" d="M16.205 8.639c.825.018 1.655-.04 2.475.061.231-.001.226.249.183.409-.135.175-.381.165-.579.193-.697.034-1.393.005-2.09.014l.01-.677zM6.99 13.5c.407-.246.922-.113 1.369-.093-.337.18-.726.182-1.098.235.034.3.049.602-.027.896.964-.014 1.929.029 2.892-.026.192.013.307-.16.444-.261a10.625 10.625 0 0 0-.758-.407c.493-.054.996-.148 1.488-.025-.197.231-.59.363-.616.704.079.296.269.545.442.791.485-.093 1.03-.187 1.472.102.835.459 1.033 1.701.427 2.419-.459.593-1.391.793-2.017.353-.438-.272-.671-.747-.869-1.203-.368-.052-.795.044-1.108-.206-.732-.554-1.404-1.181-2.099-1.779l-.266.432c.42.403.759.943.66 1.553-.012 1.09-1.419 1.827-2.322 1.225-.784-.438-1.062-1.584-.511-2.309.424-.611 1.242-.842 1.939-.606.361-.534.737-1.123.558-1.797m.084 1.292c.715.632 1.432 1.261 2.154 1.886.339-.619.682-1.238.97-1.882-1.04-.048-2.082 0-3.124-.004m2.465 1.876c.195.006.389.005.584-.005.21-.431.433-.856.716-1.247-.025-.237-.221-.413-.332-.614a27.68 27.68 0 0 0-.968 1.866m-4.649-.877c-.431.34-.474.95-.389 1.452.21.585.83 1.025 1.463.922.815-.082 1.332-1.046 1.062-1.792-.082-.252-.256-.455-.413-.663-.339.38-.563.842-.71 1.327-.139-.057-.372-.049-.326-.262.283-.393.551-.799.734-1.251-.484-.131-1.043-.097-1.423.266m6.392-.254c.204.474.563.856.774 1.323l-.108.121c-.492.06-.99-.029-1.483.035.14.675.76 1.208 1.466 1.138.917-.021 1.513-1.161 1.073-1.946-.296-.634-1.077-.92-1.723-.671m-.819 1.104c.389.042.781.042 1.171.022a8.613 8.613 0 0 0-.618-.986c-.271.266-.47.593-.554.964z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-tractors-or-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M5.953 1.634C8.531.108 11.701-.369 14.619.291c2.602.559 4.974 2.052 6.66 4.103 1.624 1.96 2.557 4.446 2.72 6.98v1.14c-.134 2.629-1.121 5.214-2.834 7.22-2.098 2.516-5.264 4.066-8.527 4.265h-1.264c-3.101-.186-6.119-1.585-8.212-3.889C1.276 18.081.17 15.383-.001 12.624v-1.235c.094-1.181.302-2.358.714-3.472a12.044 12.044 0 0 1 5.239-6.284m.464 2.493a9.654 9.654 0 0 0-3.672 5.123 9.707 9.707 0 0 0 .598 7.027c2.687-1.625 5.375-3.25 8.068-4.865l.001-9.052c-1.782.125-3.544.715-4.994 1.766m6.172-1.766v9.052c2.694 1.614 5.38 3.24 8.068 4.864a9.695 9.695 0 0 0 .919-5.484A9.635 9.635 0 0 0 18.94 5.29c-1.651-1.729-3.967-2.779-6.35-2.93M3.928 17.302c1.531 2.324 4.096 3.944 6.864 4.274 2.284.304 4.649-.275 6.565-1.543l.011-.058a8.901 8.901 0 0 0 1.994-1.775c.229-.276.47-.559.581-.908-.3-.224-.612-.432-.922-.643-2.354-1.379-4.674-2.821-7.021-4.214-2.695 1.615-5.383 3.242-8.072 4.867z"/><path fill="#fff" d="M6.416 4.126C7.867 3.075 9.628 2.484 11.41 2.36l-.001 9.052c-2.693 1.615-5.381 3.24-8.068 4.865a9.713 9.713 0 0 1-.598-7.027 9.654 9.654 0 0 1 3.672-5.123m-1.17 3.485c-.193.482-.298.996-.449 1.493-.4-.017-.835.019-1.141.307-.584.458-.655 1.412-.134 1.945.487.576 1.474.588 1.974.022.545-.534.482-1.541-.149-1.981-.145-.138-.406-.216-.344-.481.554.412 1.066.875 1.594 1.316.026.216.001.503.251.598.288.146.488-.139.672-.311.077.342.192.698.472.931.54.522 1.514.44 1.962-.164.494-.583.332-1.561-.313-1.963-.404-.283-.925-.252-1.373-.103-.163-.269-.328-.536-.49-.805.041-.122.08-.245.12-.367l.476.001v-.415c-.5.004-1.002-.023-1.501.03.211.272.574.282.869.398l-.194.179c-.766.04-1.535.005-2.302.014.06-.191.116-.384.196-.568.149-.038.299-.067.451-.088-.011-.05-.032-.151-.044-.2-.2.046-.491-.007-.601.212zM12.589 2.359c2.383.151 4.699 1.201 6.35 2.93a9.635 9.635 0 0 1 2.636 5.501 9.695 9.695 0 0 1-.919 5.484c-2.688-1.624-5.374-3.25-8.068-4.864V2.358m2.656 4.314l.001 1.624h-1.872l.001 1.588.397.334c-.197.229-.419.491-.362.818.046.557.751.914 1.216.589.328-.173.379-.562.439-.888.685-.001 1.369.001 2.054-.002.376.463.835.983 1.481.997.667.02 1.124-.559 1.475-1.051l.44-.001-.001-.463-.43.002c-.041-.47-.24-.911-.64-1.178-.048-.696-.005-1.398-.019-2.095h-2.281c-.158.45-.318.9-.474 1.351h-.894V6.673h-.532z"/><path fill="#fff" d="M17.434 7.409l.491-.001v.888h-.773l.282-.887zM18.119 7.408h.772v.888h-.772v-.888zM5.113 8.48c.81-.036 1.621-.006 2.431-.019-.168.52-.334 1.04-.499 1.561l-.278.077c-.473-.401-.95-.797-1.428-1.193-.145-.094-.202-.262-.226-.426zM7.243 10.092c.149-.473.299-.943.451-1.414l.394.648c-.299.29-.5.656-.588 1.063a25.015 25.015 0 0 1-.257-.298zM3.731 9.619c.257-.277.65-.306 1.004-.325-.095.401-.22.794-.409 1.16-.062.197.301.296.352.103.023-.412.133-.808.268-1.194.512.253.859.85.667 1.417-.19.719-1.148 1.061-1.744.608-.589-.376-.66-1.306-.138-1.77zM8.378 9.389c.523-.169 1.174-.064 1.474.439.451.635.03 1.618-.733 1.742-.664.156-1.29-.376-1.392-1.018.415.004.847-.048 1.241.119.049-.076.096-.152.139-.232a5.136 5.136 0 0 1-.728-1.051z"/><path fill="#fff" d="M7.723 10.342c.086-.313.248-.595.46-.84.181.276.353.558.522.841-.328.001-.654.002-.982-.001zM3.928 17.302C6.617 15.677 9.305 14.05 12 12.435c2.347 1.393 4.667 2.836 7.021 4.214-.468-.242-1.002-.185-1.511-.186l.064 1.854.558.085-.155.251c-1.102-.104-2.206-.173-3.308-.257-.146-.461-.294-.923-.442-1.384l-.758.128-.506-.416c-.924.01-1.849.095-2.772.061-.493-.217-.881-.622-1.376-.836-.412-.108-.864-.112-1.206-.401l.223.329c-.24.413-.476.826-.713 1.24l.346.364.973-.667c.307.35.649.686.81 1.135-.329.001-.656-.02-.985-.043l-.001.302c.398.037.798.066 1.19.145-.391.175-.792.33-1.192.485l-.001 1.012.685.469.007-.48-.168-.143.002-.572 1.136-.391c.118.563.292 1.114.372 1.684-.038.168-.12.323-.182.484l.424-.005.164-.288c-.076-.64-.156-1.277-.234-1.915.644-.008 1.29-.022 1.934-.03l.109.904c-.316.442-.626.887-.938 1.331l.54.001c.254-.391.552-.757.77-1.17.055-.328.02-.662.028-.991.361.286.764.524 1.087.856.181.418.271.87.409 1.303l.346-.16c-.076-.395-.139-.791-.223-1.184-.041-.376-.397-.58-.623-.842 1.303.113 2.608.234 3.912.34-.241.258-.426.565-.449.928l-.011.058c-1.916 1.268-4.282 1.847-6.565 1.543-2.768-.33-5.333-1.95-6.864-4.274z"/><path fill="#fff" d="M13.687 18.324a3.81 3.81 0 0 1 .016-.88c.098.242.166.497.229.75l.293.168-.538-.038z"/><path d="M15.244 6.672h.532v1.624h.894c.156-.451.316-.901.474-1.351h2.281c.014.697-.029 1.399.019 2.095.4.268.599.708.64 1.178l.43-.002.001.463-.44.001c-.35.492-.808 1.072-1.475 1.051-.646-.014-1.105-.534-1.481-.997-.685.004-1.369.001-2.054.002-.06.326-.112.715-.439.888-.464.325-1.17-.032-1.216-.589-.056-.328.166-.589.362-.818l-.397-.334-.001-1.588h1.872l-.001-1.624m2.189.738l-.282.887h.773v-.888l-.491.001m.685-.001v.888h.772v-.888h-.772zM5.245 7.612c.11-.22.401-.167.601-.212.012.049.034.15.044.2-.152.02-.302.049-.451.088-.079.184-.136.377-.196.568.767-.01 1.536.025 2.302-.014l.194-.179c-.295-.116-.658-.126-.869-.398.499-.053 1.001-.026 1.501-.03v.415l-.476-.001c-.04.122-.079.245-.12.367.162.269.326.536.49.805.448-.149.968-.18 1.373.103.646.402.808 1.38.313 1.963-.448.605-1.422.686-1.962.164-.28-.233-.395-.589-.472-.931-.184.172-.384.457-.672.311-.25-.095-.224-.382-.251-.598C6.066 9.791 5.555 9.328 5 8.917c-.061.265.199.343.344.481.631.44.694 1.447.149 1.981-.5.566-1.487.554-1.974-.022-.521-.533-.45-1.487.134-1.945.306-.288.742-.324 1.141-.307.151-.497.256-1.01.449-1.493m-.13.868c.024.164.08.332.226.426.478.396.955.792 1.428 1.193l.278-.077c.166-.521.331-1.042.499-1.561-.81.013-1.621-.017-2.431.019m2.13 1.612c.085.1.17.199.257.298.088-.407.289-.773.588-1.063a224.37 224.37 0 0 1-.394-.648c-.152.47-.302.941-.451 1.414m-3.512-.474c-.522.464-.451 1.394.138 1.77.595.452 1.554.11 1.744-.608.192-.568-.155-1.164-.667-1.417-.134.386-.245.782-.268 1.194-.05.193-.414.094-.352-.103.19-.366.314-.76.409-1.16-.354.019-.748.048-1.004.325m4.647-.231c.2.378.44.733.728 1.051-.043.079-.09.156-.139.232-.394-.167-.826-.115-1.241-.119.102.642.728 1.174 1.392 1.018.763-.125 1.184-1.108.733-1.742-.3-.503-.95-.608-1.474-.439m-.654.952c.328.004.654.002.982.001a23.52 23.52 0 0 0-.522-.841 2.188 2.188 0 0 0-.46.84zM7.608 15.548c.342.289.794.293 1.206.401.496.215.883.619 1.376.836.923.034 1.848-.052 2.772-.061l.506.416.758-.128.442 1.384c1.103.084 2.207.152 3.308.257l.155-.251-.558-.085-.064-1.854c.509.001 1.043-.056 1.511.186.31.211.622.419.922.643-.11.349-.352.632-.581.908a8.923 8.923 0 0 1-1.994 1.775c.023-.362.208-.67.449-.928-1.304-.106-2.609-.227-3.912-.34.226.263.582.467.623.842.084.394.148.79.223 1.184l-.346.16c-.138-.433-.228-.886-.409-1.303-.323-.331-.726-.57-1.087-.856-.007.329.028.664-.028.991-.218.413-.516.779-.77 1.17l-.54-.001c.312-.444.623-.889.938-1.331l-.109-.904c-.644.008-1.29.022-1.934.03.078.638.158 1.276.234 1.915l-.164.288-.424.005c.062-.161.144-.316.182-.484-.08-.57-.254-1.121-.372-1.684-.379.131-.757.262-1.136.391l-.002.572.168.143-.007.48-.685-.469.001-1.012c.4-.155.8-.31 1.192-.485-.392-.079-.792-.108-1.19-.145l.001-.302c.329.023.656.044.985.043-.161-.449-.503-.785-.81-1.135l-.973.667-.346-.364c.236-.414.473-.827.713-1.24l-.223-.329m6.078 2.78l.538.038-.293-.168a5.744 5.744 0 0 0-.229-.75 3.866 3.866 0 0 0-.016.88z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.377 0h1.171c2.7.146 5.353 1.181 7.375 2.988 2.472 2.15 3.97 5.347 4.076 8.62v.674c-.068 2.792-1.139 5.548-2.993 7.639-2.113 2.419-5.221 3.907-8.425 4.079h-1.136c-3.012-.156-5.951-1.465-8.046-3.64-2.042-2.072-3.247-4.91-3.4-7.81v-.932c.096-3.104 1.442-6.146 3.698-8.285C5.744 1.336 8.531.175 11.376-.001m-.75 3.21a8.878 8.878 0 0 0-6.054 3.89c-1.282 1.913-1.748 4.338-1.307 6.594a8.862 8.862 0 0 0 2.214 4.355c1.543 1.678 3.756 2.725 6.035 2.834a8.823 8.823 0 0 0 4.782-1.096 8.923 8.923 0 0 0 4.237-5.272 8.93 8.93 0 0 0-.026-5.126 8.918 8.918 0 0 0-3.666-4.858 8.94 8.94 0 0 0-6.215-1.322z"/><path fill="#fff" d="M10.626 3.209a8.944 8.944 0 0 1 6.215 1.322 8.915 8.915 0 0 1 3.666 4.858 8.93 8.93 0 0 1 .026 5.126 8.925 8.925 0 0 1-4.237 5.272 8.832 8.832 0 0 1-4.782 1.096c-2.279-.109-4.492-1.157-6.035-2.834a8.862 8.862 0 0 1-2.214-4.355c-.442-2.256.025-4.681 1.307-6.594a8.878 8.878 0 0 1 6.054-3.89M5.131 9.235v4.207c-.031.229.121.396.281.534-.221.142-.274.538.043.594.676.036 1.354.001 2.03.014.046-.594.539-1.138 1.157-1.121.62-.023 1.116.526 1.165 1.12 1.525.001 3.049-.001 4.574.001.037-.581.492-1.134 1.1-1.144.653-.06 1.19.518 1.225 1.145.646-.018 1.294.026 1.938-.02.292-.09.228-.474-.014-.586.167-.646.094-1.334.031-1.992-.26-1.028-.586-2.04-.88-3.06l.245-.162c.029-.236-.113-.492-.38-.451-3.883-.006-7.768-.004-11.651-.001-.511-.05-.894.44-.865.922m3.175 4.452c-.658.218-.854 1.163-.337 1.625.494.512 1.469.25 1.622-.452.233-.727-.581-1.472-1.285-1.172m6.846-.004c-.685.259-.784 1.297-.17 1.69.578.458 1.519 0 1.538-.73.083-.703-.734-1.273-1.368-.96z"/><path fill="#fff" d="M5.804 8.938c.479-.043.961-.007 1.442-.017v2.159H5.565c.002-.575-.008-1.15.001-1.724-.007-.166.052-.377.238-.418zM7.68 8.92h1.645c0 .72.001 1.44-.001 2.16H7.68V8.92zM9.758 8.92h1.732v2.16l-1.732.001V8.92zM11.923 8.92l1.693.001v2.159l-1.693.001V8.92zM14.051 8.92h1.681v2.16H14.05l.001-2.16zM16.165 8.921h1.166c.211.719.422 1.439.631 2.159h-1.798V8.921z"/><path d="M5.131 9.235c-.029-.481.354-.972.865-.922 3.883-.002 7.768-.005 11.651.001.268-.041.409.215.38.451l-.245.162c.294 1.02.619 2.032.88 3.06.062.658.136 1.346-.031 1.992.242.112.306.496.014.586-.644.047-1.292.002-1.938.02-.035-.626-.572-1.205-1.225-1.145-.608.01-1.063.563-1.1 1.144-1.525-.002-3.049 0-4.574-.001-.049-.594-.545-1.142-1.165-1.12-.618-.017-1.111.527-1.157 1.121-.677-.013-1.355.022-2.03-.014-.317-.056-.264-.452-.043-.594-.16-.138-.312-.305-.281-.534V9.235m.672-.297c-.186.041-.245.252-.238.418-.01.575.001 1.15-.001 1.724h1.681V8.921c-.481.01-.964-.026-1.442.017M7.68 8.92v2.16h1.644c.002-.72.001-1.44.001-2.16H7.68m2.078 0v2.161l1.732-.001V8.92H9.758m2.165 0v2.161l1.693-.001V8.921l-1.693-.001m2.128 0l-.001 2.16h1.682V8.92h-1.681m2.114.001v2.159h1.798c-.209-.72-.42-1.44-.631-2.159h-1.166z"/><path d="M8.305 13.687c.704-.3 1.518.445 1.285 1.172-.154.702-1.128.965-1.622.452-.517-.462-.32-1.406.337-1.625zM15.151 13.684c.634-.313 1.451.257 1.368.96-.019.73-.96 1.188-1.538.73-.613-.392-.515-1.43.17-1.69z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-buses--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M7.072 1.064C9.312.042 11.873-.232 14.288.228a11.925 11.925 0 0 1 7.056 4.225c1.585 1.937 2.507 4.384 2.657 6.878v1.406c-.185 2.639-1.21 5.226-2.98 7.204-2.065 2.383-5.113 3.844-8.251 4.058h-1.415c-1.838-.114-3.654-.63-5.256-1.543a11.973 11.973 0 0 1-5.352-6.293 12.112 12.112 0 0 1 .179-8.767c1.144-2.789 3.39-5.11 6.146-6.332m3.74 1.305c-1.986.238-3.874 1.124-5.356 2.462.316.322.632.642.956.954.374.386.752.769 1.144 1.136 1.381 1.416 2.796 2.798 4.187 4.205.172.178.352.348.538.511.397.44.826.852 1.254 1.264.599.613 1.195 1.231 1.823 1.814.126.143.259.281.4.41.25.284.528.54.806.797l-.092.032.109-.008c.294.298.557.644.92.863l-.065.032c.602.552 1.158 1.153 1.746 1.721 1.942-2.11 2.867-5.099 2.444-7.936a9.723 9.723 0 0 0-3.648-6.281c-2-1.578-4.643-2.292-7.166-1.978M2.387 13.322a9.688 9.688 0 0 0 2.567 5.36 9.703 9.703 0 0 0 5.952 2.976c2.197.254 4.487-.259 6.34-1.475-.41-.413-.822-.824-1.235-1.234a46.062 46.062 0 0 0-.966-.961c-.392-.407-.797-.803-1.196-1.202-.305-.302-.596-.622-.924-.9l.108-.023-.146-.006c-.935-1.018-1.948-1.962-2.915-2.95a842.828 842.828 0 0 0-2.837-2.836c-.235-.239-.467-.481-.72-.7-.835-.893-1.723-1.738-2.582-2.608a9.723 9.723 0 0 0-1.445 6.557z"/><path fill="#fff" d="M10.812 2.369c2.524-.314 5.166.4 7.166 1.978a9.72 9.72 0 0 1 3.648 6.281c.422 2.837-.503 5.826-2.444 7.936-.588-.568-1.144-1.169-1.746-1.721l.065-.032.096-.05c.008-.289.002-.577.001-.866a8.236 8.236 0 0 0-1.018.054l-.109.008.092-.032c.335-.104.69-.102 1.037-.101-.002-3.349 0-6.698-.001-10.048-3.728.006-7.458-.016-11.186.011a45.256 45.256 0 0 1-.956-.954c1.482-1.338 3.37-2.225 5.356-2.462z"/><path fill="#fff" d="M9.41 6.049c1.733-.002 3.466 0 5.2-.001-.001.178 0 .355.001.533-1.733.001-3.466-.001-5.198.001l-.002-.533zM2.387 13.322a9.719 9.719 0 0 1 1.445-6.557c.859.87 1.747 1.715 2.582 2.608.025 2.164-.007 4.327.016 6.491 2.152.008 4.304.018 6.456-.006l.146.006-.108.023c-.385.055-.776.035-1.165.041-1.778-.001-3.558.007-5.336-.007l.001.864c.776 0 1.553.082 2.329.007 1.698-.016 3.397-.006 5.095-.005.4.4.804.796 1.196 1.202.002.319.005.638.005.959l.961.002c.413.409.824.821 1.235 1.234-1.853 1.216-4.142 1.729-6.34 1.475a9.703 9.703 0 0 1-5.952-2.976 9.691 9.691 0 0 1-2.567-5.36m4.351 3.53v2.095H7.84c-.026-.691-.012-1.382-.026-2.075-.36.012-.718-.018-1.076-.02m1.164.03c-.005.69.002 1.379.034 2.068.366-.001.732-.002 1.099-.001v-2.095c-.378 0-.755.025-1.133.029zM7.556 6.922c1.393.001 2.786-.001 4.18.001.005 1.402-.008 2.802.007 4.204-1.391-1.406-2.806-2.789-4.187-4.205zM12.281 11.638c.012-1.572-.001-3.144.006-4.716 1.531 0 3.061.001 4.591-.001.005 1.994.004 3.988.001 5.981h-3.344c-.428-.412-.857-.823-1.254-1.264z"/><path fill="#fff" d="M7.134 10.073c.948.942 1.892 1.889 2.837 2.836-.943-.016-1.886-.002-2.83-.008-.005-.942.008-1.885-.007-2.827zM7.928 13.933c.452-.113.894.391.708.823-.136.43-.766.548-1.046.197-.319-.33-.116-.946.338-1.02zM15.358 14.716c-.056-.299.077-.638.376-.746.377-.175.854.136.854.55.029.424-.431.762-.83.607a5.947 5.947 0 0 1-.4-.41z"/><path d="M6.413 5.785c3.728-.026 7.458-.005 11.186-.011.001 3.349-.001 6.698.001 10.048-.347-.001-.702-.004-1.037.101-.278-.257-.557-.512-.806-.797.4.155.859-.184.83-.607 0-.414-.478-.725-.854-.55-.299.108-.432.448-.376.746-.628-.583-1.224-1.201-1.823-1.814h3.344c.002-1.993.004-3.986-.001-5.981-1.53.002-3.06.001-4.591.001-.007 1.572.006 3.144-.006 4.716a9.276 9.276 0 0 1-.538-.511c-.016-1.402-.002-2.802-.007-4.204-1.393-.002-2.786 0-4.18-.001-.391-.367-.769-.75-1.144-1.136m2.999.264l.002.533c1.733-.002 3.466 0 5.198-.001-.001-.178-.002-.355-.001-.533-1.734.001-3.467-.001-5.2.001zM6.414 9.373c.253.218.485.461.72.7.016.942.002 1.885.007 2.827.943.006 1.886-.007 2.83.008.967.988 1.98 1.932 2.915 2.95-2.152.024-4.304.014-6.456.006-.023-2.164.01-4.327-.016-6.491m1.514 4.56c-.455.074-.658.69-.338 1.02.281.352.911.233 1.046-.197.186-.432-.256-.936-.708-.823zM6.422 15.92c1.778.014 3.558.006 5.336.007.389-.006.78.014 1.165-.041.328.278.619.598.924.9-1.698-.001-3.397-.011-5.095.005-.776.074-1.553-.007-2.329-.007l-.001-.864zM16.58 15.947c.337-.04.677-.056 1.018-.054.001.289.007.577-.001.866a4.403 4.403 0 0 0-.096.05c-.364-.218-.626-.565-.92-.863zM6.737 16.853c.359.002.716.032 1.076.02.014.692 0 1.384.026 2.075H6.736v-2.095zM7.902 16.883c.378-.004.755-.029 1.133-.029v2.095c-.367-.001-.733 0-1.099.001a40.734 40.734 0 0 1-.034-2.068zM15.044 17.989c.328.314.647.637.966.961l-.961-.002c0-.32-.002-.64-.005-.959z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-buses--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.979 0h1.923c3.662.268 7.14 2.311 9.144 5.393 1.109 1.66 1.745 3.604 1.954 5.58v2.142c-.216 1.699-.693 3.382-1.57 4.867-1.926 3.415-5.614 5.732-9.519 6.018h-1.818c-3.346-.255-6.556-1.97-8.597-4.641-1.449-1.841-2.3-4.122-2.497-6.447v-1.821C.28 7.252 2.521 3.626 5.843 1.673 7.4.728 9.176.195 10.978.001m-5.586 4.04c1.665 1.639 3.284 3.33 4.975 4.938.204.282.479.507.723.753.418.425.838.85 1.267 1.265.149.163.302.319.467.466.114.131.237.255.371.368a85.4 85.4 0 0 0 1.878 1.881c.156.173.323.335.491.495.192.202.383.405.597.585 1.162 1.197 2.356 2.366 3.537 3.547 2.225-2.669 2.88-6.522 1.705-9.788a10.193 10.193 0 0 0-4.811-5.6c-3.503-1.915-8.145-1.49-11.2 1.09M2.025 14.738a10.195 10.195 0 0 0 4.669 5.987 10.1 10.1 0 0 0 5.373 1.375 10.08 10.08 0 0 0 6.147-2.279c-1.841-1.855-3.681-3.716-5.549-5.54-.781-.829-1.603-1.624-2.413-2.427a66.913 66.913 0 0 0-1.332-1.332c-.154-.157-.287-.343-.485-.45a1.018 1.018 0 0 0-.29-.316c-.235-.268-.494-.516-.75-.763a955.316 955.316 0 0 0-3.487-3.487c-2.08 2.531-2.81 6.089-1.883 9.232z"/><path fill="#fff" d="M5.392 4.041c3.055-2.579 7.697-3.004 11.2-1.09a10.19 10.19 0 0 1 4.811 5.6c1.175 3.266.519 7.119-1.705 9.788-1.181-1.181-2.375-2.349-3.537-3.547.441.147.946-.244.94-.704.018-.446-.403-.846-.847-.799-.433.028-.819.484-.69.917a9.168 9.168 0 0 1-.491-.495c.244-.82 1.338-1.234 2.047-.735.413.251.579.735.763 1.138 1.034-.18 2.062-.39 3.095-.58.003-1.382.005-2.762 0-4.142a.417.417 0 0 0-.406-.408c-3.401-.008-6.803.003-10.204-.005C8.677 7.37 7.058 5.68 5.393 4.041zM2.025 14.738c-.927-3.143-.197-6.701 1.883-9.232a955.316 955.316 0 0 1 3.487 3.487C6.2 8.966 5.005 8.989 3.81 8.98c-.429-.062-.729.303-.985.588-.24 1.558-.202 3.133-.194 4.703.913.004 1.826.001 2.739.001.042-.772.681-1.514 1.488-1.482.83.022 1.401.761 1.661 1.479 1.382.011 2.764-.009 4.146.01 1.868 1.825 3.708 3.685 5.549 5.54a10.073 10.073 0 0 1-6.147 2.279 10.1 10.1 0 0 1-5.373-1.375 10.194 10.194 0 0 1-4.669-5.987m4.628-1.351c-.451.216-.573.897-.18 1.227.405.411 1.224.197 1.313-.395.151-.61-.592-1.171-1.133-.832z"/><path fill="#fff" d="M3.45 9.812h1.234c.004 1.302.001 2.604 0 3.906-.497.006-.993.004-1.491.001-.061-1.31.075-2.611.256-3.907zM5.305 9.917l.16-.157a55.727 55.727 0 0 1 2.681-.004c.114.088.221.189.29.316.003.543.043 1.097-.015 1.636a9.134 9.134 0 0 0-.145.133c-.938.001-1.877.004-2.815-.003l-.177-.147c.008-.59-.036-1.187.022-1.774zM11.09 9.732c.401.095.938-.15 1.25.184.02.359-.013.72.018 1.081-.429-.415-.85-.839-1.267-1.265zM12.829 10.029c-.006-.184.197-.32.37-.284h2.554c.166-.003.382.013.476.174.006.582.011 1.163-.003 1.745l-.099.166c-.977.022-1.956.019-2.932.001a3.58 3.58 0 0 1-.371-.368c.004-.477-.008-.956.005-1.434zM16.786 10.033c.006-.17.183-.324.357-.288.888 0 1.777.001 2.665 0 .193-.003.432-.011.561.161.008.588.011 1.175-.003 1.763l-.154.174c-1.106-.015-2.218.029-3.321-.023l-.107-.152a111.25 111.25 0 0 1 0-1.634zM8.921 10.522c.45.438.895.881 1.332 1.332-.406-.044-.822.032-1.224-.041-.22-.375-.02-.871-.108-1.291z"/><path fill="#030303" d="M2.825 9.568c.256-.284.556-.65.985-.588 1.195.009 2.39-.014 3.585.013.256.248.516.495.75.763a55.727 55.727 0 0 0-2.681.004l-.16.157c-.057.587-.014 1.183-.022 1.774l.177.147c.938.006 1.877.004 2.815.003l.145-.133c.058-.538.018-1.092.015-1.636.198.107.331.292.485.45.088.42-.112.917.108 1.291.403.072.818-.004 1.224.041.81.803 1.632 1.597 2.413 2.427-1.382-.019-2.764.001-4.146-.01-.26-.719-.83-1.458-1.661-1.479-.808-.032-1.446.71-1.488 1.482-.913 0-1.826.003-2.739-.001-.008-1.571-.046-3.145.194-4.703m.626.242c-.182 1.297-.317 2.597-.256 3.907.498.003.994.005 1.491-.001.001-1.302.004-2.604 0-3.906H3.451zM10.367 8.979c3.402.008 6.804-.003 10.204.005a.417.417 0 0 1 .406.408c.005 1.38.003 2.761 0 4.142-1.032.19-2.061.4-3.095.58-.184-.403-.35-.886-.763-1.138-.709-.499-1.803-.085-2.047.735a81.239 81.239 0 0 1-1.878-1.881c.976.018 1.956.02 2.932-.001l.099-.166c.014-.582.009-1.163.003-1.745-.094-.161-.31-.177-.476-.174h-2.554c-.173-.036-.376.1-.37.284-.013.477-.001.956-.005 1.434a6.222 6.222 0 0 1-.467-.466c-.03-.361.003-.721-.018-1.081-.311-.334-.848-.089-1.25-.184-.244-.246-.518-.471-.723-.753m6.421 1.055c-.004.545-.004 1.09 0 1.634l.107.152c1.102.052 2.215.008 3.321.023l.154-.174c.014-.588.01-1.175.003-1.763-.13-.173-.368-.164-.561-.161-.889.001-1.778 0-2.665 0-.174-.036-.35.118-.357.288z"/><path fill="#030303" d="M6.653 13.385c.541-.339 1.284.222 1.133.832-.089.592-.908.806-1.313.395-.392-.33-.27-1.011.18-1.227zM15.564 14.207c-.13-.433.256-.889.69-.917.444-.047.865.353.847.799.006.46-.499.851-.94.703-.213-.18-.405-.383-.597-.585z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-cargo-loading--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.37 0h1.18c2.988.15 5.914 1.417 8.004 3.568C22.664 5.687 23.9 8.622 24 11.607v.763c-.096 2.934-1.288 5.822-3.332 7.936-2.092 2.212-5.053 3.528-8.086 3.695h-1.13c-2.957-.152-5.851-1.398-7.938-3.508C1.343 18.347.071 15.343 0 12.295v-.587c.067-3.05 1.339-6.058 3.511-8.206C5.576 1.406 8.441.177 11.37 0M6.142 4.229c.592.596 1.187 1.189 1.78 1.783.742.742 1.487 1.481 2.224 2.227 1.147 1.134 2.28 2.281 3.425 3.418l.701.704c.797.793 1.59 1.591 2.387 2.384.194.194.385.394.574.595l.138-.251c.25.851 1.033 1.349 1.615 1.963.238.288.522.533.781.802a9.8 9.8 0 0 0 1.862-7.148 9.68 9.68 0 0 0-3.576-6.316c-1.762-1.418-4.04-2.165-6.299-2.1-2.012.04-4 .734-5.611 1.938m-3.639 9.834a9.7 9.7 0 0 0 10.446 7.602c1.774-.158 3.487-.844 4.91-1.909-1.259-1.244-2.502-2.503-3.757-3.75-.57-.574-1.142-1.146-1.716-1.716-.751-.761-1.517-1.508-2.264-2.274-1.655-1.638-3.296-3.29-4.943-4.937-.316-.313-.63-.629-.944-.943-1.687 2.231-2.333 5.196-1.732 7.927z"/><path fill="#fff" d="M6.142 4.229a9.774 9.774 0 0 1 5.611-1.938c2.258-.065 4.537.682 6.299 2.1a9.68 9.68 0 0 1 3.576 6.316 9.804 9.804 0 0 1-1.862 7.148c-.259-.269-.544-.514-.781-.802-.376-.988-.648-2.012-.979-3.016.299-.068.605-.091.907-.145.092-.151.16-.317.235-.476-.266-.485-.535-.968-.8-1.453-.184.115-.366.229-.551.342-.529-.193-.911.33-1.199.69-.164.248-.456.409-.57.684-.016.295.299.342.522.347l.292.247-.184.473c-.797-.793-1.59-1.591-2.387-2.384-.007-2.116-.001-4.23-.002-6.346-2.116-.002-4.231.006-6.347-.004-.593-.594-1.188-1.187-1.78-1.783m10.704 6.99c-.395.179-.415.811-.032 1.015.336.215.792-.094.785-.473.038-.382-.396-.736-.752-.542zM2.504 14.062c-.601-2.731.044-5.696 1.732-7.927.314.314.629.63.944.943.01 2.386.008 4.771 0 7.157-.494.328-.304.984-.29 1.481.239.228.569.316.865.44.004.455-.022.91.012 1.364.006.244.226.472.476.451.431.012.863.022 1.292-.008.216-.014.343-.241.367-.434.042-.397.014-.798.037-1.198.38.214.731.514 1.178.566.631.077 1.334.103 1.891-.257.17-.103.336-.215.512-.307.082.521-.203 1.253.299 1.612.457.065.924.031 1.384.028.25.02.467-.203.48-.444.037-.461.008-.924.013-1.386l.406-.138c1.255 1.247 2.498 2.506 3.757 3.75-1.423 1.066-3.137 1.751-4.91 1.909a9.701 9.701 0 0 1-10.446-7.602z"/><path fill="#fff" d="M10.133 6.712h3.437v4.945c-1.145-1.136-2.278-2.284-3.425-3.418-.018-.509-.012-1.018-.012-1.528zM10.123 12.014c.748.766 1.513 1.513 2.264 2.274h-2.255c-.004-.758.008-1.516-.01-2.274z"/><path d="M7.921 6.012c2.116.01 4.231.001 6.347.004.001 2.116-.005 4.23.002 6.346l-.701-.704V6.713h-3.437c0 .51-.006 1.019.012 1.528-.737-.746-1.482-1.486-2.224-2.227zM5.18 7.078c1.646 1.646 3.288 3.299 4.943 4.937.018.758.006 1.516.01 2.274h2.255c.574.57 1.146 1.142 1.716 1.716l-.406.138c-.005.462.024.925-.013 1.386-.013.241-.23.464-.48.444-.46.004-.926.037-1.384-.028-.502-.359-.217-1.091-.299-1.612-.176.092-.342.204-.512.307-.557.36-1.26.334-1.891.257-.448-.053-.798-.353-1.178-.566-.023.4.005.8-.037 1.198-.024.193-.151.42-.367.434-.43.03-.862.02-1.292.008-.251.02-.47-.208-.476-.451-.034-.455-.008-.91-.012-1.364-.296-.125-.626-.212-.865-.44-.013-.497-.204-1.153.29-1.481.008-2.386.01-4.771 0-7.157zM16.846 11.219c.356-.193.791.161.752.542.007.379-.449.688-.785.473-.383-.204-.362-.836.032-1.015z"/><path d="M17.796 12.305c.185-.113.367-.227.551-.342.265.485.534.968.8 1.453-.076.16-.143.325-.235.476-.302.054-.608.077-.907.145.331 1.003.604 2.028.979 3.016-.582-.614-1.366-1.112-1.615-1.963l-.138.251a21.512 21.512 0 0 0-.574-.595l.184-.473c-.097-.083-.194-.166-.292-.247-.223-.005-.538-.052-.522-.347.114-.275.406-.436.57-.684.288-.36.67-.883 1.199-.69z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.795 0h.524c2.794.047 5.564 1.088 7.655 2.948C22.128 4.814 23.537 7.467 24 10.27v3.48c-.462 3.032-2.095 5.875-4.505 7.777-1.71 1.36-3.81 2.191-5.971 2.472h-2.993c-2.641-.37-5.18-1.564-7.038-3.494A12.425 12.425 0 0 1 0 12.668v-1.102c.156-3.301 1.694-6.518 4.208-8.67C6.29 1.068 9.032.051 11.794-.001m-1.168 3.449c-1.276.216-2.513.692-3.568 1.445-1.457 1.008-2.56 2.491-3.182 4.144a8.57 8.57 0 0 0-.053 5.845 8.81 8.81 0 0 0 3.998 4.777c3.01 1.697 7.027 1.38 9.696-.832 1.978-1.582 3.209-4.052 3.265-6.587.095-3.128-1.657-6.234-4.385-7.771-1.732-.991-3.806-1.34-5.772-1.021z"/><path fill="#fff" d="M10.626 3.448c1.966-.319 4.04.03 5.772 1.021 2.728 1.537 4.48 4.643 4.385 7.771-.056 2.534-1.288 5.005-3.265 6.587-2.669 2.212-6.686 2.528-9.696.832a8.814 8.814 0 0 1-3.998-4.777 8.57 8.57 0 0 1 .053-5.845C4.5 7.385 5.603 5.901 7.059 4.893c1.055-.752 2.292-1.229 3.568-1.445m1.389 5.677c.037.23.025.496.235.649-.12.226-.215.467-.366.673-.151.182-.409.146-.613.222-.803.245-1.596.524-2.411.73-.241.126.228.193.264.091a35.635 35.635 0 0 0 2.191-.641c.234-.025.319.073.258.295-.264.311-.538.624-.68 1.012a5.105 5.105 0 0 0-.31-.143c.06.36.098.722.084 1.088.302 0 .606-.005.906.037-.32.172-.71.078-1.052.026-.065-.386-.041-.85-.372-1.123-.372-.368-.925-.366-1.406-.448l-.148.08.12-.234a8.27 8.27 0 0 1-2.032.234c-.43-.151-.664-.533-.906-.887-.288-.143-.587-.271-.815-.506a30.53 30.53 0 0 1-.011.425l-.226.242c.01.422-.305.731-.506 1.07.098.106.198.211.299.316.331-.152.696-.197 1.052-.257.085.419.184.858.506 1.166-.086.263-.192.52-.257.79.005.298.026.598-.047.89.426.048.306-.37.307-.636.108-.205.239-.398.361-.594.364.448.745 1.022 1.369 1.087l-.077-.334c-.074-.002-.222-.01-.295-.013-.251-.323-.443-.701-.404-1.121.584.148 1.181-.023 1.752-.149.248.618.085 1.292-.29 1.818l.348-.053c.179-.428.362-.854.556-1.277.142.13.306.244.41.408.08.312.14.631.269.929l.217-.256c-.289-.414-.136-.948-.365-1.384.049-.08.198-.205.05-.277-.281-.235-.11-.65-.048-.949.52.463.065 1.196.326 1.769l.274.085-.01-.482c.277.04.558.049.836.01-.358.19-.602.617-.42 1.014.191.588 1.123.658 1.41.118.248-.388.061-.902-.312-1.133.18.018.361.035.542.049l.008-.336c-.248-.018-.53.07-.752-.08.287-.038.577-.036.866-.036l.001.743c1.211.004 2.423-.004 3.634.004.034.604.546 1.184 1.18 1.135.596.01 1.003-.56 1.078-1.104.414 0 .828.004 1.242-.007-.011-.829.018-1.66-.012-2.489-.127-.182-.407-.235-.556-.421-.324-.109-.683-.145-.961-.36-.256-.215-.604-.096-.905-.144-.36-.011-.721-.128-1.08-.037-.391-.122-.79.035-1.188-.001-.87-.18-1.396.797-2.26.728.005-.494.09-1.102-.294-1.484.025-.194.053-.389.065-.584-.212-.052-.425-.006-.632.046z"/><path fill="#fff" d="M11.748 10.969c.088.073.088.073 0 0zM4.955 12.04c.103-.119.196-.25.316-.353.137-.03.154.169.233.244-.182.04-.366.076-.548.109zM10.984 12.498c.35-.149.56-.47.862-.685.012.316.01.631.008.946a70.18 70.18 0 0 0-1.026.001l-.01-.378.166.116z"/><path d="M12.016 9.125c.208-.052.42-.097.632-.046-.012.196-.04.39-.065.584.384.383.299.99.294 1.484.864.068 1.39-.908 2.26-.728.398.036.797-.121 1.188.001.359-.091.72.026 1.08.037.301.048.649-.071.905.144.278.215.637.251.961.36.149.186.428.239.556.421.03.829.001 1.66.012 2.489-.414.011-.828.007-1.242.007-.074.544-.481 1.114-1.078 1.104-.634.049-1.146-.532-1.18-1.135-1.211-.007-2.423 0-3.634-.004l-.001-.743c-.289 0-.58-.002-.866.036.222.15.504.062.752.08l-.008.336a24.234 24.234 0 0 1-.542-.049c.373.23.56.745.312 1.133-.287.54-1.219.47-1.41-.118-.182-.397.062-.824.42-1.014-.278.04-.559.03-.836-.01.002.161.006.322.01.482a21.923 21.923 0 0 0-.274-.085c-.262-.572.193-1.306-.326-1.769-.062.299-.233.714.048.949.148.072-.001.197-.05.277.229.436.076.97.365 1.384l-.217.256c-.128-.298-.188-.617-.269-.929-.104-.164-.269-.278-.41-.408-.193.422-.377.848-.556 1.277l-.348.053c.376-.526.539-1.2.29-1.818-.571.126-1.168.296-1.752.149-.038.42.154.798.404 1.121.073.004.221.011.295.013l.077.334c-.624-.065-1.006-.64-1.369-1.087-.122.196-.253.389-.361.594-.001.266.119.684-.307.636.073-.293.052-.593.047-.89.065-.27.17-.527.257-.79-.323-.308-.421-.748-.506-1.166-.356.06-.721.104-1.052.257-.101-.104-.2-.21-.299-.316.202-.34.516-.648.506-1.07l.226-.242c.004-.107.008-.319.011-.425.228.235.527.364.815.506.242.354.476.736.906.887a8.275 8.275 0 0 0 2.032-.234l-.12.234.148-.08c.481.082 1.034.079 1.406.448.331.274.307.737.372 1.123.342.052.732.145 1.052-.026-.3-.042-.604-.037-.906-.037a5.36 5.36 0 0 0-.084-1.088c.104.044.208.091.31.143.143-.388.416-.701.68-1.012.061-.222-.024-.32-.258-.295-.725.233-1.453.455-2.191.641-.036.102-.505.035-.264-.091.815-.205 1.608-.485 2.411-.73.204-.076.462-.04.613-.222.151-.206.246-.448.366-.673-.21-.154-.198-.419-.235-.649m-.271 1.843c.088.073.088.073 0 0M4.955 12.04c.182-.034.366-.07.548-.109-.079-.074-.096-.274-.233-.244-.12.103-.212.234-.316.353m6.03.458a8.339 8.339 0 0 0-.166-.116l.01.378c.342-.004.684-.004 1.026-.001.001-.314.004-.63-.008-.946-.301.215-.511.536-.862.685z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-carts--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2c30" d="M10.211.14c2.509-.364 5.136.065 7.372 1.271 2.996 1.565 5.268 4.476 6.026 7.775a12.033 12.033 0 0 1-.152 6.176c-1.012 3.574-3.824 6.564-7.308 7.836-3.293 1.248-7.135.926-10.169-.862A11.984 11.984 0 0 1 .768 16.18a12.08 12.08 0 0 1-.404-7.061c.77-3.269 3.029-6.143 5.996-7.704C7.552.757 8.873.361 10.211.139m-.984 3.169c-.977.348-1.992.768-2.75 1.475l5.406 5.41c.128.119.232.272.395.348.667.776 1.441 1.456 2.146 2.197.618.617 1.235 1.232 1.85 1.85.108.104.214.211.319.319.87.871 1.742 1.742 2.611 2.615a9.255 9.255 0 0 0 1.831-4.69c.16-1.757-.19-3.568-1.032-5.122-1.02-1.954-2.795-3.494-4.864-4.252a9.136 9.136 0 0 0-5.912-.151M4.729 6.475c-1.304 1.744-1.991 3.949-1.825 6.128.156 2.466 1.375 4.846 3.3 6.398a9.038 9.038 0 0 0 6.62 2.038 9.126 9.126 0 0 0 4.686-1.822c-1.85-1.832-3.665-3.702-5.532-5.515-1.058-1.104-2.154-2.177-3.239-3.253-1.223-1.252-2.476-2.473-3.703-3.72-.102-.084-.174-.218-.307-.254z"/><path fill="#fff" d="M9.227 3.308a9.142 9.142 0 0 1 5.912.151c2.069.757 3.844 2.298 4.864 4.252.842 1.554 1.192 3.365 1.032 5.122a9.258 9.258 0 0 1-1.831 4.69c-.869-.872-1.741-1.744-2.611-2.615.904-.305 1.5-1.217 1.52-2.155.508-.002 1.015.001 1.523-.001.002-.256.002-.511 0-.767-.254 0-.508 0-.761-.002.248-.768.511-1.534.761-2.302-2.552 0-5.104-.001-7.656.001.097.287.188.576.298.859-.163-.076-.266-.229-.395-.348l-5.406-5.41c.758-.707 1.774-1.127 2.75-1.475zM4.729 6.475c.133.036.205.17.307.254 1.228 1.247 2.48 2.468 3.703 3.72-.458-.01-.917.01-1.375-.01-.704-.948-1.866-1.517-3.044-1.524 0 .764-.001 1.528.001 2.291.253.002.508.001.762 0 .002-.316-.001-.631.006-.947.416.096.74.542.602.967-.148.431-.014.907.302 1.228-.28.293-.582.564-.857.863.324.32.646.643.967.966l.33-.328c-.222-.223-.45-.442-.673-.662.448-.209.864-.589 1.388-.533.127.761.253 1.523.382 2.285l.376.006c.016-.766.001-1.532.007-2.299l2.152-.001c.004.766-.001 1.531.002 2.296h.38c.116-.704.228-1.41.346-2.116.247.126.487.263.725.404.004.571-.005 1.142.005 1.714l.452-.001c.005-.448.001-.896.002-1.345 1.867 1.813 3.682 3.683 5.532 5.515a9.135 9.135 0 0 1-4.686 1.822 9.037 9.037 0 0 1-6.62-2.038c-1.925-1.553-3.144-3.932-3.3-6.398-.166-2.179.521-4.385 1.825-6.128z"/><path fill="#fff" d="M14.423 12.738c.33.023.661.012.991.014.041.506.744.47.812-.002.502.005 1.002-.001 1.502.004-.008.845-.608 1.674-1.456 1.835a806.692 806.692 0 0 0-1.85-1.85z"/><path d="M4.32 8.916c1.178.007 2.34.576 3.044 1.524.458.019.917 0 1.375.01 1.085 1.076 2.18 2.149 3.239 3.253-.001.449.002.898-.002 1.345l-.452.001c-.01-.571-.001-1.142-.005-1.714a12.511 12.511 0 0 0-.725-.404c-.118.706-.229 1.411-.346 2.116h-.38c-.004-.764.001-1.53-.002-2.296l-2.152.001c-.006.767.008 1.534-.007 2.299l-.376-.006-.382-2.285c-.524-.056-.941.324-1.388.533.223.221.451.439.673.662l-.33.328c-.322-.323-.643-.646-.967-.966.275-.299.577-.57.857-.863-.317-.32-.45-.797-.302-1.228.138-.425-.186-.871-.602-.967-.007.316-.004.631-.006.947-.254.001-.509.002-.762 0-.002-.763-.001-1.526-.001-2.291zM11.98 9.682c2.552-.002 5.104-.001 7.656-.001-.25.768-.512 1.534-.761 2.302.253.002.506.002.761.002.002.256.002.511 0 .767-.508.002-1.015-.001-1.523.001-.02.938-.617 1.85-1.52 2.155-.106-.108-.211-.215-.319-.319.847-.161 1.447-.99 1.456-1.835-.5-.005-1.001.001-1.502-.004-.068.473-.772.509-.812.002-.33-.002-.661.008-.991-.014-.704-.742-1.478-1.421-2.146-2.197-.109-.283-.2-.572-.298-.859z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-carts--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#f02b30" d="M11.528 0h.908c2.424.104 4.814.936 6.754 2.402 2.264 1.697 3.901 4.218 4.504 6.985.546 2.448.3 5.064-.701 7.364-1.292 3.004-3.865 5.432-6.952 6.52a11.982 11.982 0 0 1-14.313-5.082C.678 16.477.104 14.493-.001 12.49v-.844C.085 8.248 1.697 4.928 4.324 2.77 6.333 1.082 8.91.114 11.528-.001m-.699 2.424c-2.695.307-5.208 1.834-6.75 4.061a9.6 9.6 0 0 0-1.721 5.753 9.583 9.583 0 0 0 2.045 5.692c1.472 1.892 3.676 3.205 6.047 3.574 2.063.332 4.24-.013 6.079-1.013a9.665 9.665 0 0 0 4.126-4.284c1.128-2.286 1.277-5.029.421-7.429a9.681 9.681 0 0 0-4.225-5.107c-1.799-1.063-3.949-1.495-6.022-1.246z"/><path fill="#fff" d="M10.829 2.423c2.072-.25 4.223.182 6.022 1.246a9.677 9.677 0 0 1 4.225 5.107c.856 2.4.707 5.143-.421 7.429a9.655 9.655 0 0 1-4.126 4.284c-1.84 1-4.016 1.345-6.079 1.013-2.371-.368-4.574-1.681-6.047-3.574a9.581 9.581 0 0 1-2.045-5.692 9.603 9.603 0 0 1 1.721-5.753c1.542-2.227 4.055-3.754 6.75-4.061M3.769 9.89c-.122.17.026.365.144.487.515-.191 1.093-.252 1.5-.659.389.338.724.734.964 1.193-.214-.03-.427-.059-.642-.086.065.378.619.256.736.593.154.502.274 1.016.346 1.536-.182.253-.532.485-.438.841a7.58 7.58 0 0 0 .694 1.692c.078.169.256.229.425.268-.026-.541-.41-.97-.546-1.482-.282-.566.478-.848.889-1.01.178.683.283 1.382.396 2.078.066.298-.012.599-.068.892l.49.025c-.041-1.132-.084-2.263-.127-3.395.82.161 1.666.283 2.496.142.481-.096.98.02 1.412.236.307.124.526.46.436.793-.173.77-.727 1.374-1.052 2.08.2-.005.458.103.606-.091.179-.271.282-.583.434-.869.229-.47.59-.907.582-1.458.145.151.295.298.443.446-.139.67-.283 1.339-.419 2.01a8.69 8.69 0 0 0 .559-.036c.046-.654.15-1.302.295-1.94.102.17.21.337.32.503-.012-.284-.03-.569-.03-.853.804.173 1.588.424 2.377.649.389-.439.965-.887 1.586-.647.774.318 1.626.185 2.438.212a9.345 9.345 0 0 0 .132-1.783l-4.52-.001c.127.628.269 1.253.352 1.889-.797-.232-1.634-.408-2.37-.787-.264-.974-.002-2.069-.487-2.983-.342-.18-.667-.409-1.038-.528-.68-.091-1.374-.047-2.054.026-.942.184-1.824-.292-2.694-.576-.244-.097-.715-.276-.516-.613.061-.202.38-.496.005-.563-.289.134-.402.451-.612.668-.7-.181-1.454-.407-1.943-.974-.377.776-1.064 1.339-1.499 2.076m14.158 4.237c-.872.185-1.038 1.53-.252 1.932.68.516 1.734-.103 1.663-.938.024-.715-.75-1.237-1.411-.994z"/><path fill="#fff" d="M14.008 11.108c.042.709.07 1.426-.029 2.132-.154-.13-.391-.281-.312-.518.113-.538.254-1.07.341-1.614zM17.929 14.458c.608-.383 1.315.406 1.028 1.003-.214.527-.984.623-1.309.149-.391-.36-.138-.949.281-1.152z"/><path d="M3.769 9.89c.434-.737 1.122-1.3 1.499-2.076.488.568 1.243.793 1.943.974.21-.217.323-.534.612-.668.376.067.056.361-.005.563-.199.337.272.516.516.613.87.284 1.752.76 2.694.576.68-.073 1.374-.118 2.054-.026.371.119.696.348 1.038.528.485.914.223 2.009.487 2.983.736.379 1.573.556 2.37.787-.083-.636-.224-1.261-.352-1.889l4.52.001a9.345 9.345 0 0 1-.132 1.783c-.812-.028-1.664.106-2.438-.212-.622-.24-1.198.208-1.586.647-.79-.226-1.573-.476-2.377-.649 0 .284.018.569.03.853a12.56 12.56 0 0 1-.32-.503c-.145.638-.25 1.286-.295 1.94a8.69 8.69 0 0 1-.559.036c.136-.671.28-1.34.419-2.01-.148-.149-.298-.295-.443-.446.008.551-.353.988-.582 1.458-.152.286-.256.598-.434.869-.148.194-.406.086-.606.091.325-.706.88-1.309 1.052-2.08.09-.334-.128-.67-.436-.793-.432-.216-.931-.332-1.412-.236-.83.142-1.676.019-2.496-.142.043 1.132.086 2.263.127 3.395a76.446 76.446 0 0 0-.49-.025c.056-.293.134-.594.068-.892-.113-.696-.218-1.396-.396-2.078-.412.162-1.171.444-.889 1.01.136.512.52.941.546 1.482-.169-.038-.347-.098-.425-.268a7.58 7.58 0 0 1-.694-1.692c-.094-.356.256-.588.438-.841a9.859 9.859 0 0 0-.346-1.536c-.116-.337-.671-.215-.736-.593.215.028.428.056.642.086a4.148 4.148 0 0 0-.964-1.193c-.407.407-.985.468-1.5.659-.118-.122-.266-.317-.144-.487m10.241 1.219c-.086.544-.228 1.076-.341 1.614-.079.238.158.389.312.518.098-.707.071-1.423.029-2.132z"/><path d="M17.929 14.128c.661-.244 1.435.278 1.411.994.071.835-.983 1.454-1.663.938-.786-.402-.62-1.747.252-1.932m0 .33c-.419.203-.672.792-.281 1.152.325.474 1.096.378 1.309-.149.287-.598-.42-1.386-1.028-1.003z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-construction-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M5.519 1.913C8.077.243 11.299-.361 14.295.229c2.614.484 5.029 1.901 6.769 3.905 1.756 2.002 2.79 4.602 2.936 7.259v1.196c-.148 2.86-1.337 5.657-3.332 7.716-2.082 2.191-5.016 3.524-8.032 3.695h-1.247c-2.965-.163-5.852-1.452-7.93-3.578-2.19-2.196-3.442-5.269-3.46-8.368v-.09c.028-1.369.244-2.742.718-4.031a12.011 12.011 0 0 1 4.801-6.02m.048 2.443a9.991 9.991 0 0 0-3.344 5.59 10.01 10.01 0 0 0 .731 6.299 10.015 10.015 0 0 0 4.714 4.764l2.639-7.252 1.375-3.776 2.79-7.667c-3.068-.79-6.493-.023-8.904 2.042m10.787-1.363c-.842 2.305-1.678 4.613-2.52 6.919-.466 1.284-.935 2.566-1.4 3.85-.965 2.647-1.927 5.293-2.89 7.94 2.791.716 5.878.155 8.222-1.526a10.02 10.02 0 0 0 4.055-6.253 10.012 10.012 0 0 0-1.049-6.732 10.097 10.097 0 0 0-4.418-4.198z"/><path fill="#fff" d="M5.566 4.356c2.411-2.065 5.836-2.832 8.904-2.042l-2.79 7.667-.534.014c-.408-.612-.816-1.224-1.229-1.835-1.176 0-2.352-.001-3.528.001l.484.6v1.463H5.569c.023-.689-.059-1.384.059-2.066l-.764.001c.126.68.043 1.376.066 2.064-.421.049-1.01-.157-1.289.264-.077.97-.01 1.949-.031 2.922l.599-.002c.337-.911 1.272-1.582 2.261-1.47.984.062 1.789.876 1.968 1.825.623-.004 1.246.001 1.868-.005l-2.639 7.252a10.02 10.02 0 0 1-4.714-4.764c-.923-1.945-1.172-4.194-.731-6.299a10.006 10.006 0 0 1 3.344-5.59m.121 8.078c-.836.274-1.352 1.25-1.104 2.096.216.901 1.223 1.513 2.123 1.26.96-.218 1.591-1.34 1.236-2.269-.281-.91-1.369-1.427-2.255-1.087zM16.354 2.993c1.855.905 3.43 2.383 4.418 4.198a10.018 10.018 0 0 1 1.049 6.732 10.02 10.02 0 0 1-4.055 6.253c-2.345 1.681-5.431 2.243-8.222 1.526.962-2.647 1.925-5.293 2.89-7.94l.787-.002c.164-.842.804-1.59 1.657-1.772.782-.202 1.621.108 2.155.696.067-.167.134-.334.203-.5 1.054-.382 2.113-.748 3.174-1.106-.264-.442-.528-.883-.79-1.326-1.928.059-3.858.097-5.786.162.842-2.306 1.678-4.614 2.52-6.919m-1.551 9.433c-.883.274-1.41 1.325-1.098 2.197.264.876 1.279 1.43 2.156 1.148.955-.252 1.546-1.4 1.152-2.317-.302-.866-1.352-1.344-2.21-1.028z"/><path fill="#fff" d="M8.215 9.272h1.321l-.001 1.319-1.319.001-.001-1.32zM5.806 13.256c.622-.4 1.522.173 1.429.904-.028.696-.907 1.14-1.478.73-.59-.354-.566-1.319.049-1.633m.344.567c-.347.167-.044.727.28.511.302-.178.044-.668-.28-.511zM14.922 13.244c.622-.378 1.498.193 1.409.913-.024.692-.893 1.136-1.465.742-.611-.353-.582-1.349.056-1.655m.264.626c-.166.138-.103.436.104.494.216.083.442-.17.354-.377-.061-.186-.314-.245-.458-.118z"/><path d="M4.862 8.159l.764-.001c-.118.683-.036 1.378-.059 2.066h1.304V8.761l-.484-.6c1.176-.002 2.352-.001 3.528-.001.413.611.821 1.223 1.229 1.835l.534-.014-1.375 3.776c-.623.006-1.246.001-1.868.005-.179-.949-.984-1.763-1.968-1.825-.989-.112-1.924.559-2.261 1.47l-.599.002c.022-.973-.046-1.952.031-2.922.278-.421.868-.215 1.289-.264-.023-.688.06-1.384-.066-2.064m3.354 1.113l.001 1.32 1.319-.001.001-1.319H8.215zM13.834 9.912c1.928-.065 3.858-.103 5.786-.162.262.443.526.884.79 1.326-1.061.359-2.12.725-3.174 1.106l-.203.5c-.534-.588-1.373-.898-2.155-.696-.853.182-1.493.93-1.657 1.772l-.787.002c.466-1.284.935-2.566 1.4-3.85z"/><path d="M5.687 12.434c.886-.34 1.974.178 2.255 1.087.355.929-.276 2.051-1.236 2.269-.9.253-1.907-.359-2.123-1.26-.248-.846.268-1.823 1.104-2.096m.119.822c-.616.314-.64 1.279-.049 1.633.571.41 1.451-.034 1.478-.73.092-.731-.808-1.303-1.429-.904zM14.803 12.428c.858-.316 1.908.162 2.21 1.028.394.917-.197 2.065-1.152 2.317-.877.282-1.892-.272-2.156-1.148-.312-.872.215-1.924 1.098-2.197m.119.816c-.638.306-.667 1.302-.056 1.655.572.395 1.441-.049 1.465-.742.089-.72-.787-1.291-1.409-.913z"/><path d="M6.15 13.824c.324-.157.582.334.28.511-.324.216-.626-.344-.28-.511zM15.186 13.87c.144-.127.397-.068.458.118.088.206-.138.46-.354.377-.208-.059-.27-.356-.104-.494z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-dogs--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#673837" d="M10.966 0h2.476c1.61.353 3.196.867 4.647 1.66.117.337.43.457.757.509.22.142.435.286.649.436a.493.493 0 0 0 .551.522l.142.135c-.095.218.145.548.331.278.168.173.337.345.5.521.016.691.327 1.316 1.069 1.42l.06.093c.07.365-.271.716-.151 1.05.416.322.754.727 1.154 1.065l.169.34c.165 1.079.462 2.131.457 3.232l.222.136v.652c-.631.372-.269 1.076-.115 1.604l-.04.241c-.19.132-.17.38-.089.57l-.042.097c-.233.289-.28.648-.239 1.008l-.035.097c-.359.34-.638.764-.503 1.28a5.31 5.31 0 0 1-.312.61c-.424.304-.663.798-.798 1.289-.132.215-.269.43-.421.631-.338.121-.622.36-.674.735a6.898 6.898 0 0 1-.678.679c-.319-.059-.575.194-.56.509-1.733 1.418-3.88 2.22-6.065 2.603h-2.873c-1.32-.282-2.684-.56-3.863-1.245-.025-.352-.406-.461-.695-.357-.925-.49-1.793-1.113-2.464-1.92-.173-.435-.487-.832-.933-1.004a5.35 5.35 0 0 1-.455-.595c.472-.578-.218-.805-.646-1.032-.32-.6-.582-1.23-.839-1.86a1.957 1.957 0 0 0-.383-1.287c-.071-.355-.12-.713-.175-1.07.124-.173.102-.445-.102-.547v-2.236c.065-.2.128-.401.187-.603.153-.211.136-.48.056-.715l.044-.378c.299-.106.337-.427.241-.693.27-.566.447-1.171.709-1.741.451-.192.466-.757.652-1.148.136-.217.28-.428.43-.634.627-.074.742-.848 1.076-1.272.209-.243.43-.479.679-.679a2.2 2.2 0 0 0 1.008-.779C6.821.985 8.872.29 10.967.002m.804 1.54c-.202.085-.525.095-.589.346.434.21.931.095 1.38-.007-.176-.232-.49-.454-.791-.34m1.92.431c-.498-.071-.65.505-.055.35.964.556 1.031-.95.055-.35m-4.39.091c-.468.41.39.224.652.248.138-.432-.405-.241-.652-.248m-2.021.431c-.3.64-2.04-.008-1.385 1.034.912-.169 1.878-.562 2.737-1.055l-1.351.022m3.41.029c-.965.19-2.009.229-2.827.833-.745.245-2.043.511-1.834 1.505 1.473 1.493 2.846 3.124 4.617 4.274.777-.01 1.368-.704 2.125-.874.798-.813.895-1.995 1.331-3-.086-.529.326-.896.762-1.035.466.15.383.858.867 1.027.817.237 1.323 1.038 2.148 1.259.481-.005.721.434.783.852-.255 1.054-1.421 1.538-2.4 1.534-.49.364-.038 1.032-.098 1.495-.248 1.294-.68 2.562-.734 3.886.623.567 1.276 1.092 1.786 1.771.991.337 1.36 1.833 2.519 1.655.705-.642 1.004-1.549 1.493-2.337.132-.693-.093-1.475.412-2.047.05-1.852-.153-3.825-1.17-5.419-.406-.93-.835-1.973-1.777-2.467-1.943-2.159-5.05-3.415-8.003-2.913m6.211.605c.053.505.623.866 1.095.975.235-.717-.615-.791-1.095-.975m2.354.711c-.435.224.251.588.416.297.275-.225-.252-.293-.416-.297m-4.778.942c-.319 1.173-.828 2.3-1.225 3.434-.937.386-1.785.995-2.73 1.379-.033.173-.065.39.15.451.67.012 1.092.64 1.754.701.371-.055.323.513-.018.485.701.286 1.197.847 1.739 1.349-.265.52.344 1.027.803 1.019.686-1.411 1.279-3.154.738-4.706.824-.229 1.786-.217 2.418-.877.34-.327.563-1.169-.091-1.218-1.372-.303-2.287-1.692-3.537-2.017m-8.607.956c-.169.278-.303.622-.143.937.655.839 1.606 1.41 2.47 2.045 1.366.417.061-1.133-.284-1.358-.919-.311-1.12-1.315-2.043-1.624m-1.324.588c-1.264.168-1.145 1.636-1.801 2.416-.19.955-.177 1.95-.541 2.864.203 1.469.54 2.947.915 4.381.659.734 1.129 1.598 1.634 2.438 1.579 1.726 3.843 2.677 6.11 3.304 1.777.445 3.454-.251 5.133-.686.522-.577 2.392-.848 1.972-1.913-.807-.3-1.121-1.166-1.634-1.793-.31-.042-.728-.082-.796.386-.233.659-1.028.586-1.466.251-.661-.854.05-2.115-.555-2.984-.375-.691-1.16-1.035-1.546-1.733-1.145.195-2.519-.986-3.491.004-.623 1.377-1.886 2.932-.987 4.474-.147.803-1.185.713-1.724.361-.671-1.246-.236-2.73-.041-4.046-.274-1.29-.12-2.752-1.181-3.728-.926-.768.352-2.265 1.274-1.552.371.582 1.128 1.038 1.668.345-.627-.938-1.597-1.571-2.3-2.437-.125-.364-.338-.481-.641-.353m15.768-.058c-.251.623.315 1.33.953 1.244-.271-.421-.361-1.215-.953-1.244M4.81 8.881c-.47.361-.514 1.103-.005 1.455 1.091.845.81 2.171 1.171 3.315-.125 1.38-.805 3.161.191 4.33 1.71.451.555-1.825 1.017-2.617.574-.794.661-1.859 1.433-2.519.998-.885 2.276.645 3.376-.053.052-.3-.281-.492-.537-.522-.536-.044-.805-.644-1.373-.58.371-.566.185-.638-.629-.543-.694-1.398-2.311-1.175-3.548-1.639.05-.63-.506-.869-1.096-.627m16.734-.026c-.06.395.086.874.529.95.271-.303-.113-.976-.529-.95m-19.46.187c-.824.462-.027 1.741-.956 2.179-.506.38.196.634.5.803-.214.907.258 1.889-.391 2.684.88-.301.541 1.166 1.324.96.466-.409-.019-.859-.455-.995-.075-.449-.45-.867-.228-1.327.322-.738-.574-1.544-.044-2.258.593-.466.379-1.752.25-2.045m9.691 2.172c.333.453.665-.311 0 0m10.358.969c-.075.244-.153.702.052.859.075-.244.153-.702-.052-.859m-6.585 3.087l.022.623c1.317.323 1.219 2.463 2.718 2.519-.425-.796-.413-1.994-1.469-2.231-.686-.023-.442-1.212-1.271-.911m-1.054.433c-.584.397-.349 1.252-.423 1.844.29.573 1.013.581 1.308.007-.023-.565.218-2.313-.885-1.85m6.805.395c-.136.301-.19.62-.16.959.506.001 1.024-1.152.16-.959m-18.434.654c-.121.464.232.914.68.993-.215-.333-.355-.762-.68-.993m2.866 3.426c.01.239-.131.674.269.552.784.183.307-.859-.269-.552m4.466 1.922c.209.485 1.001.237 1.271-.007-.423-.022-.85-.004-1.271.007m1.371-.014c.597.326 1.649.558 2.227.011a53.336 53.336 0 0 0-2.227-.011z"/><path fill="#673837" d="M6.704 11.204c.633-.136-.136.633 0 0z"/><path fill="#292322" d="M11.771 1.542c.301-.115.615.108.791.34-.449.102-.946.217-1.38.007.064-.251.387-.262.589-.346zM18.09 1.66c.274.135.528.308.757.509-.327-.052-.64-.172-.757-.509zM13.691 1.972c.976-.6.91.907-.055.35-.596.154-.443-.421.055-.35zM9.301 2.063c.247.007.79-.184.652.248-.262-.025-1.12.162-.652-.248zM4.073 2.984c.325-.275.66-.537 1.008-.779a2.207 2.207 0 0 1-1.008.779zM7.28 2.494l1.351-.022c-.859.494-1.825.886-2.737 1.055-.655-1.042 1.085-.394 1.385-1.034zM19.496 2.605a.956.956 0 0 1 .551.522.493.493 0 0 1-.551-.522zM16.902 3.128c.48.184 1.33.258 1.095.975-.472-.109-1.042-.47-1.095-.975zM20.189 3.262c.13.072.24.165.331.278-.187.27-.427-.06-.331-.278zM2.318 4.935c.263-.498.663-.897 1.076-1.272-.334.424-.449 1.199-1.076 1.272zM19.256 3.839c.164.004.691.072.416.297-.165.29-.851-.074-.416-.297zM21.02 4.061c.44.404.734.93 1.069 1.42-.742-.104-1.053-.728-1.069-1.42zM14.478 4.781c1.25.325 2.165 1.714 3.537 2.017.655.049.431.89.091 1.218-.631.66-1.594.648-2.418.877.541 1.552-.052 3.295-.738 4.706-.46.008-1.068-.499-.803-1.019-.541-.502-1.038-1.062-1.739-1.349.341.027.389-.54.018-.485-.661-.061-1.084-.689-1.754-.701-.215-.061-.183-.278-.15-.451.945-.383 1.793-.993 2.73-1.379.397-1.133.905-2.261 1.225-3.434zM1.237 6.717c.179-.404.401-.785.652-1.148-.185.391-.2.956-.652 1.148zM22.15 5.573c.436.652.78 1.364 1.002 2.115-.4-.338-.738-.743-1.154-1.065-.12-.334.221-.685.151-1.05zM5.872 5.737c.923.31 1.124 1.313 2.043 1.624.345.225 1.65 1.775.284 1.358-.863-.635-1.815-1.207-2.47-2.045-.16-.315-.026-.659.143-.937zM20.318 6.266c.592.029.682.822.953 1.244-.638.086-1.204-.62-.953-1.244zM23.321 8.028c.406.736.481 1.591.679 2.395v.974l-.222-.136c.005-1.1-.292-2.153-.457-3.232zM.286 9.151a.984.984 0 0 1 .241-.693c.095.266.057.586-.241.693zM4.81 8.881c.59-.241 1.147-.003 1.096.627 1.237.464 2.854.241 3.548 1.639.814-.095 1-.023.629.543.569-.064.837.536 1.373.58.256.03.589.222.537.522-1.1.698-2.378-.832-3.376.053-.772.66-.859 1.725-1.433 2.519-.462.792.693 3.068-1.017 2.617-.995-1.169-.316-2.95-.191-4.33-.361-1.144-.08-2.47-1.171-3.315-.509-.352-.465-1.094.005-1.455m1.894 2.323c-.136.633.633-.136 0 0zM21.544 8.855c.416-.026.8.648.529.95-.443-.076-.589-.555-.529-.95zM2.084 9.042c.13.293.344 1.579-.25 2.045-.53.715.365 1.52.044 2.258-.222.46.153.878.228 1.327.436.136.922.586.455.995-.783.206-.445-1.261-1.324-.96.649-.795.177-1.777.391-2.684-.304-.169-1.006-.423-.5-.803.929-.438.132-1.717.956-2.179zM.187 10.244c-.101-.232-.134-.518.056-.715.08.235.097.503-.056.715z"/><path fill="#292322" d="M11.775 11.215c.665-.311.333.453 0 0zM22.133 12.184c.205.157.127.615.052.859-.205-.157-.127-.615-.052-.859zM23.885 13.651c-.154-.528-.517-1.231.115-1.604v1.549l-.115.055zM0 13.083c.205.102.226.374.102.547L0 13.597v-.514zM23.757 14.463c-.082-.19-.101-.438.089-.57.075.192.075.423-.089.57zM23.476 15.567c-.041-.36.005-.719.239-1.008-.038.344-.11.685-.239 1.008zM.277 14.7c.27.375.417.824.383 1.287A4.21 4.21 0 0 1 .277 14.7zM15.548 15.271c.829-.301.585.888 1.271.911 1.055.237 1.043 1.435 1.469 2.231-1.499-.056-1.4-2.195-2.718-2.519l-.022-.623zM14.494 15.704c1.103-.462.862 1.286.885 1.85-.295.574-1.017.566-1.308-.007.074-.592-.161-1.447.423-1.844zM22.938 16.945c-.135-.517.145-.941.503-1.28-.153.432-.314.863-.503 1.28zM21.299 16.1c.865-.194.346.96-.16.959-.03-.338.023-.657.16-.959zM2.865 16.754c.326.23.465.66.68.993-.449-.079-.802-.529-.68-.993zM21.828 18.843c.135-.491.374-.985.798-1.289-.18.477-.443.919-.798 1.289zM1.499 17.847c.428.228 1.118.454.646 1.032a6.94 6.94 0 0 1-.646-1.032zM2.6 19.474c.446.172.76.569.933 1.004a8.689 8.689 0 0 1-.933-1.004zM20.733 20.209c.052-.375.335-.614.674-.735-.183.281-.423.515-.674.735zM5.731 20.18c.575-.307 1.053.735.269.552-.4.121-.259-.314-.269-.552zM19.495 21.397c-.015-.315.241-.567.56-.509-.127.228-.312.419-.56.509zM10.197 22.102c.421-.011.848-.029 1.271-.007-.27.244-1.062.492-1.271.007zM11.568 22.088a53.336 53.336 0 0 1 2.227.011c-.578.547-1.63.315-2.227-.011zM5.997 22.398c.289-.104.671.005.695.357a1.572 1.572 0 0 1-.695-.357z"/><path fill="#8d8a89" d="M10.691 2.524c2.954-.502 6.06.754 8.003 2.913.942.494 1.37 1.537 1.777 2.467 1.017 1.594 1.22 3.567 1.17 5.419-.505.571-.28 1.354-.412 2.047-.49.788-.788 1.695-1.493 2.337-1.159.177-1.527-1.319-2.519-1.655-.51-.679-1.163-1.204-1.786-1.771.053-1.324.485-2.592.734-3.886.06-.462-.391-1.13.098-1.495.979.004 2.145-.48 2.4-1.534-.061-.419-.301-.858-.783-.852-.825-.221-1.331-1.021-2.148-1.259-.484-.169-.401-.877-.867-1.027-.436.139-.848.506-.762 1.035-.436 1.005-.533 2.187-1.331 3-.757.17-1.347.865-2.125.874-1.771-1.15-3.145-2.78-4.617-4.274-.209-.994 1.09-1.26 1.834-1.505.818-.604 1.861-.644 2.827-.833zM4.548 6.325c.303-.128.515-.011.641.353.704.866 1.673 1.499 2.3 2.437-.54.693-1.297.237-1.668-.345-.922-.713-2.2.784-1.274 1.552 1.061.976.907 2.438 1.181 3.728-.195 1.316-.63 2.8.041 4.046.539.352 1.576.442 1.724-.361-.899-1.542.364-3.097.987-4.474.972-.99 2.345.191 3.491-.004.386.698 1.171 1.042 1.546 1.733.605.869-.106 2.13.555 2.984.438.335 1.233.408 1.466-.251.068-.468.487-.428.796-.386.513.627.826 1.493 1.634 1.793.42 1.065-1.45 1.336-1.972 1.913-1.679.435-3.356 1.13-5.133.686-2.268-.627-4.531-1.578-6.11-3.304-.505-.84-.975-1.705-1.634-2.438-.375-1.435-.712-2.913-.915-4.381.364-.914.352-1.909.541-2.864.656-.78.537-2.249 1.801-2.416z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-entry--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M11.314.51c2.489-.13 5.02.566 7.072 1.987a11.446 11.446 0 0 1 4.493 6.17 11.465 11.465 0 0 1-.088 6.77c-.949 2.982-3.199 5.52-6.04 6.83a11.419 11.419 0 0 1-7.874.656 11.346 11.346 0 0 1-5.304-3.218 11.375 11.375 0 0 1-3.074-7.708 11.396 11.396 0 0 1 2.443-7.145C4.939 2.291 8.071.666 11.314.508M3.293 13.68c5.753-.002 11.506 0 17.258-.001v-3.523H3.293c-.001 1.175-.002 2.35 0 3.524z"/><path fill="#fff" d="M3.293 13.68c-.002-1.175-.001-2.35 0-3.524h17.258v3.523c-5.753.001-11.506-.001-17.258.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-equestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M23.956 21.963a1.993 1.993 0 0 1-1.993 1.993H2.037c-1.1 0-1.993-.892-1.993-1.993V2.037C.044.936.936.044 2.037.044h19.926c1.101 0 1.993.892 1.993 1.993v19.926z"/><path d="M22.627 21.963a.665.665 0 0 1-.664.664H2.037a.665.665 0 0 1-.664-.664V2.037c0-.366.298-.664.664-.664h19.926c.366 0 .664.298.664.664v19.926zM21.963.542H2.037c-.824 0-1.494.67-1.494 1.494v19.926c0 .824.67 1.494 1.494 1.494h19.926c.824 0 1.494-.67 1.494-1.494V2.036c0-.824-.67-1.494-1.494-1.494z"/><path d="M12.232 6.086c.383 0 .696-.313.696-.696s-.313-.696-.696-.696c-.383 0-.696.313-.696.696s.313.696.696.696zM6.144 12.275c-.079.03-.16.05-.254-.005-.142-.044-.195-.139-.196-.254.083.021.129.069.212.09.155.072.31.052.466-.032.45-.238.858-.518 1.265-.799l.132.063-1.624.937zm-.105-.768c.296-.09.557-.265.783-.524.266.004.504.085.714.243-.314.231-.635.448-.963.651-.232.117-.464.226-.683.101a.173.173 0 0 1-.095-.127l.243-.344zm12.868 5.576a6.823 6.823 0 0 1-.423-2.322l-.121-.315a4.206 4.206 0 0 1-.714-1.101l.109-.169c.356.596.755.784 1.173.786-.313-.587-.454-1.252-.423-1.996.147-1.421-.644-2.154-2.37-2.201-.87.058-1.762.198-2.491-.266.043-1.341-.028-2.622-.762-3.556-.229.14-.465.237-.714.242l-.302 1.536c-.013.094-.045.158-.097.194l-1.524 1.173.46.327.943-.581-.06.351c-.033.123-.081.2-.145.23l-.653.399-.411-.145.157-.169-.363-.266-.363.327c-1.211-.322-2.403-.59-3.556-.738a1.76 1.76 0 0 0-.375-.399l-.097.097-.194-.121-.024.169.169.484c-.372.863-.748 1.729-.943 2.455-.041.093.004.169.06.242.157.182.348.295.544.399l.133-.024a.968.968 0 0 0 .339.29c.11.048.211.048.302 0l1.693-1.016.399.399c.095.097.171.193.23.29l.266.895c.043.113.054.226.06.339l-.23 1.548c-.022.069-.037.14-.067.204-.273.581-.502 1.134-.754 1.658-.171.354-.524.619-.751.932-.018.074.019.091.073.109h.847l.109-.085c0-.223.139-.382.375-.496.051-.018.07-.084.085-.157.147-.676.409-1.343.992-1.983a.542.542 0 0 0 .109-.254c.039-.177-.102-.203.653-.98.5 1.004 1.061 1.977 1.959 2.854a.404.404 0 0 0 .218.206.305.305 0 0 1 .085.121l.085.605c.006.061.03.078.073.048l.653-.544a.172.172 0 0 0-.012-.133l-.254-.254-.109-.121-.097-.193-.097-.121c-.361-.285-.606-.652-.786-1.064a2.11 2.11 0 0 1-.169-.435 6.839 6.839 0 0 0-.181-1.028c1.281-.006 2.361-.12 2.999-.472.142.963.076 1.946-.363 2.963a2.058 2.058 0 0 1-.423.738c-.193.181-.424.353-.532.556-.042.059.013.094.048.133l.98.012c-.029-.108.022-.2.085-.29l.242-.145c.021-.005.033-.037.036-.097.105-.623.402-1.119.726-1.596l.157-.181a.902.902 0 0 0 .109-.484l.012-.327c.091-.404.211-.72.375-.907l1.488 1.379c.177.141.234.403.315.641l.181 1.016c-.002.099.044.167.097.23.094.161.191.322.23.484l.121.109c.198.176.395.32.593.46l.121-.714-.314-.181z"/><path fill="#af1e2d" d="M18.651 17.242L6.757 5.348a8.47 8.47 0 0 1 11.894 11.894zM12 20.468A8.47 8.47 0 0 1 5.348 6.757l11.894 11.894A8.433 8.433 0 0 1 12 20.468zm0-18.929C6.222 1.539 1.539 6.223 1.539 12S6.223 22.461 12 22.461c5.778 0 10.461-4.684 10.461-10.461S17.777 1.539 12 1.539z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-go-straight-or-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c04434" d="M10.551 0h2.923c.232.139.508.128.768.158.261.069.529.117.792.181l.22.069c.22.065.44.126.66.192l.239.041.371.226.244.028c1.966.936 3.761 2.283 5.022 4.075l.161.222c.107.178.22.353.325.534.141.244.293.481.439.723.103.216.207.432.314.647.08.211.161.422.249.63l.148.364c.038.167.072.336.106.504l.148.378c.041.205.078.41.113.616.074.318.092.65.209.957v2.934c-.146.289-.128.622-.206.93-.041.209-.079.418-.128.626l-.074.219c-.065.219-.123.44-.192.658l-.041.237-.225.372-.029.249c-.158.288-.305.583-.45.878-.129.209-.263.416-.383.63a11.588 11.588 0 0 1-4.105 4.055c-.172.108-.346.212-.516.322-.297.142-.592.29-.88.45l-.248.026-.373.226-.236.041c-.22.068-.441.126-.661.192l-.216.075c-.207.048-.417.087-.627.127-.32.067-.651.092-.961.206h-2.925c-.29-.146-.623-.131-.932-.205-.209-.041-.417-.08-.624-.129a18.591 18.591 0 0 0-.217-.075c-.22-.065-.441-.123-.66-.191l-.241-.041-.369-.225-.246-.029a14.059 14.059 0 0 0-.775-.392c-.21-.121-.412-.253-.621-.374a11.657 11.657 0 0 1-4.108-4.059c-.308-.486-.567-.999-.832-1.509l-.029-.248-.225-.372-.041-.239c-.068-.217-.127-.439-.191-.657l-.077-.219c-.048-.209-.087-.418-.126-.627-.069-.32-.093-.652-.207-.961v-2.929c.151-.288.123-.623.207-.93.038-.206.073-.412.114-.617.049-.127.098-.253.148-.377.033-.17.068-.337.104-.505.049-.121.099-.243.15-.363.087-.209.167-.42.248-.632.063-.129.129-.256.195-.384l.117-.259c.146-.241.3-.479.439-.725.107-.18.222-.354.334-.532.085-.127.168-.254.249-.383.185-.196.367-.396.504-.628.439-.479.9-.937 1.378-1.375.275-.177.516-.4.775-.598.253-.162.503-.327.758-.484.25-.139.49-.294.738-.439.259-.124.515-.253.768-.391l.254-.029.366-.226c.06-.01.181-.031.243-.043.217-.068.44-.126.658-.191l.219-.075c.207-.049.416-.087.626-.127.32-.067.651-.094.961-.206m.266 2.293c-1.804.191-3.511.979-4.923 2.1-.201.121.039.279.121.386 1.945 1.951 3.912 3.881 5.835 5.853.195.204.4.395.612.579.005.489-.003.978-.054 1.464-.52-.495-1.249-.719-1.959-.677-.269-.384-.638-.681-.947-1.033l.338-.341a58.785 58.785 0 0 0-.939-.005l.094-.151C7.475 8.957 5.939 7.455 4.468 5.89c-.472.372-.725.949-1.034 1.45a10.321 10.321 0 0 0-.998 7.118c.542 2.493 2.092 4.748 4.247 6.121 1.769 1.094 3.883 1.655 5.964 1.486 2.012-.102 3.939-.92 5.516-2.152l.026-.17c-1.043-1.077-2.092-2.157-3.197-3.172.005-.907.004-1.813-.001-2.72 1.556 1.515 3.057 3.084 4.601 4.609 1.828-2.337 2.622-5.487 1.998-8.403-.518-2.641-2.146-5.073-4.48-6.442-1.88-1.089-4.12-1.651-6.288-1.324z"/><path fill="#fff" d="M10.824 2.291c2.168-.327 4.408.235 6.288 1.324 2.333 1.37 3.962 3.801 4.48 6.442.624 2.915-.17 6.065-1.998 8.403-1.544-1.525-3.046-3.094-4.601-4.609.016-1.93-.019-3.863.034-5.793.442.496.893.984 1.339 1.475-.013-.87.057-1.747-.023-2.61-.816-1.038-1.739-1.993-2.596-2.998-.751.851-1.473 1.726-2.217 2.583-.153.19-.362.381-.322.651.026.802-.108 1.605.016 2.403.378-.535.819-1.022 1.243-1.52.02 1.056.003 2.111.001 3.166a9.56 9.56 0 0 1-.612-.579c-1.924-1.972-3.89-3.902-5.835-5.853-.082-.107-.322-.265-.121-.386 1.412-1.121 3.119-1.909 4.923-2.1zM3.434 7.339c.309-.501.562-1.078 1.034-1.45 1.47 1.566 3.007 3.067 4.534 4.576-.024.038-.072.113-.094.151-.513.005-1.025.008-1.538.01-.963.901-1.905 1.822-2.864 2.727.88.994 1.858 1.894 2.795 2.832.838-.009 1.675-.005 2.512-.016-.481-.459-.946-.932-1.417-1.401.802-.038 1.606-.02 2.409-.014.892.003 1.612.842 1.639 1.705.052.903.004 1.812.019 2.718.841-.009 1.683.014 2.523-.009-.005-.866-.004-1.732.009-2.597 1.104 1.014 2.154 2.095 3.197 3.172l-.026.17c-1.577 1.233-3.504 2.051-5.516 2.152-2.081.168-4.194-.392-5.964-1.486-2.155-1.372-3.706-3.628-4.247-6.121a10.316 10.316 0 0 1 .998-7.118z"/><path fill="#fff" d="M8.403 11.98c.352-.357.735-.682 1.106-1.018.309.352.679.648.947 1.033-.684.005-1.37.009-2.053-.015z"/><path fill="#15181f" d="M11.53 6.509c.744-.857 1.465-1.733 2.217-2.583.857 1.005 1.781 1.96 2.596 2.998.079.863.01 1.74.023 2.61-.446-.491-.897-.979-1.339-1.475-.053 1.93-.018 3.863-.034 5.793.005.907.006 1.813.001 2.72-.013.866-.014 1.732-.009 2.597-.841.023-1.683 0-2.523.009-.015-.906.033-1.814-.019-2.718-.026-.863-.746-1.703-1.639-1.705-.803-.006-1.607-.024-2.409.014.471.469.936.942 1.417 1.401-.837.011-1.674.008-2.512.016-.936-.939-1.915-1.838-2.795-2.832.959-.905 1.901-1.826 2.864-2.727.513-.003 1.025-.005 1.538-.01.313-.001.626.001.939.005l-.338.341c-.371.336-.754.661-1.106 1.018.684.024 1.37.02 2.053.015.71-.041 1.439.182 1.959.677.052-.486.059-.975.054-1.464.001-1.056.019-2.111-.001-3.166-.423.499-.864.985-1.243 1.52-.124-.798.01-1.601-.016-2.403-.04-.27.168-.461.322-.651z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-go-straight-or-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#be4635" d="M10.52 0h3.002c.122.338.685-.09.817.247.201.056.53-.127.624.126h.296c.031.293.414-.045.45.249h.292c.075.129.198.172.369.124.113.082.225.165.337.249h.291l.075.119.251.127c.264-.088.28.336.546.256l.076.116c.264-.082.285.338.55.256l.071.119c.318-.088.356.455.673.376.246.199.417.613.75.621.285.313.587.616.9.9.009.33.422.502.622.744-.061.194.133.267.249.376-.061.193.134.265.249.373-.092.272.364.281.25.562l.124.042c-.081.246.208.225.144.479l.093.175c.123.062.168.163.136.3l.124.041v.206c.311-.026-.061.438.249.417v.208c.134.057.177.184.128.379.659 2.155.783 4.487.208 6.673-.318 1.404-.965 2.711-1.755 3.907-1.046 1.531-2.437 2.797-4.029 3.742-.321.158-.638.327-.955.497-.055.114-.149.157-.281.124.016.307-.43-.057-.423.249-.184-.05-.308-.009-.373.123l-.321.002c-.065.133-.192.174-.377.124-.053.261-.428.062-.621.123-.107.341-.676-.087-.832.249h-3.03c-.102-.343-.688.093-.807-.249-.201-.056-.535.128-.624-.124-.174.047-.297.006-.372-.124-.174.047-.3.006-.374-.124-.173.047-.297.006-.373-.124h-.293l-.077-.118-.254-.129-.291-.002-.077-.116-.251-.126c-.261.071-.285-.335-.546-.26-.109-.172-.357-.126-.45-.359l-.247-.124c-.308.048-.356-.432-.662-.39-.255-.193-.417-.581-.746-.622a40.731 40.731 0 0 0-.905-.907c-.042-.331-.43-.49-.622-.747.03-.183-.142-.259-.25-.368.035-.185-.141-.262-.249-.374.057-.254-.326-.284-.265-.538l-.111-.078c.007-.272-.264-.399-.262-.669-.2-.147-.159-.439-.364-.579l-.001-.287-.117-.08c-.034-.065-.098-.193-.132-.256v-.29c-.131-.076-.172-.2-.124-.372-.234-.062-.081-.336-.124-.5-.238-.055-.08-.333-.126-.496-.341-.189.091-.764-.247-.979V10.48c.349-.154-.099-.77.247-.939l.001-.424c.312-.063-.062-.509.249-.575-.047-.173-.006-.297.124-.371v-.295l.129-.255.119-.075.001-.292c.218-.3.388-.64.5-.997l.126-.249.112-.077c-.062-.256.322-.286.266-.541.109-.109.282-.188.247-.371.109-.111.28-.189.25-.372.193-.255.578-.417.622-.745.306-.297.611-.598.904-.908.33-.04.492-.428.747-.621.306.036.354-.435.66-.392l.082-.106c.257.058.284-.331.541-.266l.08-.108c.259.063.284-.331.541-.265.114-.077.225-.158.332-.24l.286-.001.336-.249c.172.047.295.005.371-.124.172.047.296.006.373-.123.172.045.296.004.374-.126h.292c.092-.252.422-.068.623-.126.154-.33.673.08.859-.247M5.968 4.232c-.113.08-.144.187-.092.317a206.5 206.5 0 0 0 1.973 1.998l-.199.208c-.113.709.085 1.464-.103 2.154-1.021-.975-1.998-2-2.996-3.001-.17-.162-.341.076-.414.215-1.59 2.107-2.247 4.851-1.829 7.446.438 2.907 2.282 5.614 4.907 7.013.203.03.252.287.491.242 3.248 1.593 7.364 1.107 10.173-1.219-.001-.05-.004-.149-.004-.199-1.104-1.144-2.232-2.263-3.341-3.401-.129-.141-.353.007-.48-.108.029-.06.086-.179.113-.239-.349-.39-.76-.736-1.081-1.147.708-.021 1.416.007 2.124-.024l.056.147c-.369.407-.889.722-1.106 1.237.71.108 1.429.083 2.146.087.204-.065.312-.261.464-.395.785.869 1.624 1.689 2.43 2.537.04.002.118.009.158.012 1.109-1.388 1.791-3.08 2.073-4.816.086-1.12.116-2.273-.113-3.371a9.772 9.772 0 0 0-1.956-4.165c-1.292-1.646-3.171-2.819-5.182-3.336-1.04-.264-2.151-.296-3.237-.236A9.797 9.797 0 0 0 5.966 4.23z"/><path fill="#be4635" d="M7.823 9.213c.336-.433.711-.833 1.083-1.235 0 .785 0 1.568.011 2.353-.344-.392-.727-.747-1.094-1.118zM11.464 10.172c.487.572 1.042 1.084 1.567 1.623-.551.058-1.089.26-1.507.634-.119-.349-.029-.745-.055-1.114.056-.383-.127-.767-.005-1.143z"/><path fill="#fff" d="M5.968 4.232a9.797 9.797 0 0 1 4.977-2.042c1.086-.06 2.197-.027 3.237.236 2.011.517 3.89 1.69 5.182 3.336a9.766 9.766 0 0 1 1.956 4.165c.229 1.098.199 2.251.113 3.371-.282 1.736-.964 3.428-2.073 4.816a4.197 4.197 0 0 0-.158-.012c-.806-.848-1.645-1.668-2.43-2.537.783-.801 1.578-1.593 2.369-2.386l-.055-.134c-.904-.857-1.781-1.742-2.675-2.61-.767-.041-1.547.005-2.318-.024l.002.111c.448.399.862.834 1.297 1.246-.787.029-1.576-.002-2.361.027-.525-.538-1.079-1.051-1.567-1.623a1.273 1.273 0 0 1-.002-.721c-.005-.497.006-.995.01-1.491.463.436.797.99 1.27 1.418-.02-.856.009-1.71-.001-2.565-.589-.703-1.168-1.416-1.787-2.095-.247-.276-.45-.627-.757-.831-.786.88-1.566 1.773-2.347 2.661A195.438 195.438 0 0 1 5.877 4.55c-.052-.131-.021-.238.092-.317zM4.137 6.123c.073-.139.244-.377.414-.215.997 1.001 1.975 2.026 2.996 3.001.116.143.082.327.092.497l.184-.193c.367.371.75.726 1.094 1.118-.005 2.841-.001 5.684-.025 8.526l.293.07c.732-.09 1.475-.039 2.212-.057.022-.938-.029-1.885.036-2.815.113-.8.821-1.544 1.653-1.541.321.41.731.756 1.081 1.147-.027.06-.085.179-.113.239.127.116.351-.032.48.108 1.109 1.138 2.237 2.257 3.341 3.401 0 .05.002.149.004.199-2.809 2.325-6.925 2.812-10.173 1.219-.239.045-.288-.213-.491-.242-2.625-1.399-4.469-4.106-4.907-7.013-.418-2.595.239-5.34 1.829-7.446zM22.528 6.46l.107.045-.014.131-.093-.175zM23.258 8.186l.121.048c-.048.179-.007.308.123.388.036.165-.103.436.123.502-.001.141 0 .281.004.423.346.172-.096.767.247.959v3.019l-.123.048c-.001.272-.02.546 0 .819-.244.035-.093.335-.124.494-.241.044-.099.339-.126.502-.142.062-.183.187-.124.369-.138.067-.18.192-.126.373l-.122.061c.036.233-.23.298-.127.565-.225.114-.145.434-.377.558l.005.187-.123.057c-.031.062-.093.189-.126.251l-.134.247c.126.271-.344.286-.239.553l-.3.154c.79-1.196 1.436-2.503 1.755-3.907.576-2.186.451-4.518-.208-6.673zM17.682 22.508c1.592-.945 2.983-2.211 4.029-3.742.25.27-.312.323-.198.593-.203.235-.616.417-.622.741-.322.286-.625.598-.919.915-.328.014-.504.422-.746.622-.313-.078-.354.461-.667.373l-.238.127c-.103.236-.348.198-.469.371h-.172zM16.727 23.005c.317-.17.634-.339.955-.497-.147.323-.516.252-.686.495l-.269.002z"/><path fill="#1a1c22" d="M7.849 6.547c.781-.888 1.561-1.781 2.347-2.661.307.204.51.555.757.831.619.679 1.198 1.393 1.787 2.095.01.856-.019 1.71.001 2.565-.473-.428-.807-.981-1.27-1.418-.004.496-.015.994-.01 1.491a1.29 1.29 0 0 0 .002.721c-.122.376.061.76.005 1.143.026.369-.065.765.055 1.114.418-.374.956-.576 1.507-.634.786-.03 1.574.001 2.361-.027-.435-.412-.849-.847-1.297-1.246l-.002-.111c.771.029 1.551-.017 2.318.024.894.868 1.771 1.753 2.675 2.61l.055.134c-.791.793-1.585 1.586-2.369 2.386-.152.134-.26.331-.464.395-.718-.004-1.436.021-2.146-.087.216-.515.736-.831 1.105-1.237a6.392 6.392 0 0 1-.056-.147c-.708.031-1.416.002-2.124.024-.832-.004-1.539.741-1.653 1.541-.065.93-.014 1.878-.036 2.815-.737.019-1.48-.032-2.212.057l-.293-.07c.024-2.841.02-5.684.025-8.526-.011-.785-.011-1.568-.011-2.353-.372.402-.747.802-1.083 1.235l-.184.193c-.01-.17.024-.354-.092-.497.188-.69-.01-1.445.103-2.154l.199-.208z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-goods-vehicle-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.334 0h1.234c2.863.158 5.671 1.324 7.728 3.334 2.278 2.154 3.628 5.231 3.704 8.36v.84c-.139 2.621-1.123 5.192-2.826 7.195-2.11 2.524-5.288 4.087-8.569 4.271h-1.176c-2.465-.142-4.885-1.025-6.824-2.558-2.73-2.096-4.422-5.425-4.604-8.854v-.991C.105 8.532 1.421 5.525 3.637 3.4 5.675 1.368 8.477.192 11.335 0M6.882 4.716a9.035 9.035 0 0 0-3.154 3.982 9.15 9.15 0 0 0-.571 4.333c.05.349.114.696.181 1.042.01.034.026.101.036.134.72 2.875 2.98 5.306 5.798 6.232 2.078.697 4.417.598 6.42-.3a8.928 8.928 0 0 0 4.312-4.062 8.88 8.88 0 0 0 .924-5.172 8.887 8.887 0 0 0-8.474-7.793 8.916 8.916 0 0 0-5.472 1.604z"/><path fill="#fff" d="M6.882 4.716a8.91 8.91 0 0 1 5.472-1.604 8.876 8.876 0 0 1 5.755 2.418 8.884 8.884 0 0 1 2.719 5.375 8.88 8.88 0 0 1-.924 5.172 8.92 8.92 0 0 1-4.312 4.062c-2.003.898-4.342.997-6.42.3-2.819-.925-5.078-3.356-5.798-6.232.096.335.337.586.599.8a48.03 48.03 0 0 1-.361-.095l.203.226c4.946.032 9.896.005 14.844.014l.002-.216c-.688.005-1.375-.016-2.063.014.277-.192.571-.428.604-.791.1-.541-.323-1.031-.834-1.151.763.043 1.528.016 2.292.023V8.695H9.526l-.001 4.334.347.002v.599c-1.536-.002-3.071.005-4.606-.004-.218-.311-.527-.626-.944-.569-.563-.056-.994.481-.983 1.013a21.39 21.39 0 0 1-.181-1.042l3.251.001V8.693c-.894 0-1.787-.002-2.68.001a9.04 9.04 0 0 1 3.154-3.982z"/><path fill="#fff" d="M12.035 13.843l.001-.811c1.349-.008 2.699.018 4.048-.016-.511.115-.914.619-.815 1.15.04.358.319.612.613.781-1.589-.017-3.18-.024-4.77.004a.779.779 0 0 0 .338-1.118c.194.005.39.007.584.011zM5.312 13.802c1.662.026 3.326-.028 4.988.034-.224.41-.078.917.352 1.116-1.988-.03-3.979-.02-5.969-.005.433-.212.685-.662.629-1.145z"/><path d="M3.157 13.031a9.149 9.149 0 0 1 .571-4.333c.893-.004 1.786-.001 2.68-.001v4.336l-3.251-.001z"/><path d="M9.526 8.696h9.134v4.336c-.764-.007-1.529.02-2.292-.023.511.12.934.61.834 1.151-.032.362-.326.599-.604.791.688-.03 1.375-.01 2.063-.014l-.002.216c-4.948-.01-9.898.018-14.844-.014-.052-.056-.152-.169-.203-.226l.361.095c-.262-.215-.503-.466-.599-.8-.01-.034-.026-.101-.036-.134-.011-.532.42-1.069.983-1.013.418-.058.726.258.944.569 1.535.008 3.07.001 4.606.004v-.599l-.347-.002.001-4.334m2.51 5.144c-.194-.004-.39-.006-.584-.011a.78.78 0 0 1-.338 1.118c1.59-.028 3.181-.02 4.77-.004-.294-.169-.574-.424-.613-.781-.1-.53.304-1.034.815-1.15-1.349.034-2.699.007-4.048.016l-.001.811m-6.724-.04c.056.482-.196.932-.629 1.145 1.99-.016 3.98-.025 5.969.005-.43-.199-.576-.706-.352-1.116-1.662-.061-3.326-.007-4.988-.034z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M6.733 1.219a12.071 12.071 0 0 1 7.568-.992c2.719.51 5.227 2.022 6.976 4.163 1.651 1.985 2.602 4.52 2.723 7.096v1.075c-.136 2.615-1.123 5.18-2.825 7.175-2.113 2.53-5.302 4.103-8.592 4.265h-1.13c-2.7-.136-5.351-1.192-7.372-2.994C1.523 18.793.012 15.449 0 12.067v-.125c.023-1.398.259-2.797.75-4.108A12.061 12.061 0 0 1 6.733 1.22m-.085 2.808c2.134 2.543 4.266 5.086 6.402 7.627l.454.546c1.811 2.148 3.612 4.307 5.423 6.456 2.026-2.099 3.017-5.137 2.58-8.026a9.602 9.602 0 0 0-3.088-5.77 9.538 9.538 0 0 0-6.179-2.452 9.613 9.613 0 0 0-5.592 1.618m-4.214 8.716a9.594 9.594 0 0 0 3.089 6.336 9.585 9.585 0 0 0 6.59 2.524c1.864-.01 3.702-.605 5.252-1.63-2.107-2.514-4.216-5.026-6.324-7.537-.155-.185-.31-.368-.463-.553-1.831-2.182-3.664-4.361-5.491-6.544-1.878 1.948-2.88 4.704-2.653 7.404z"/><path fill="#fff" d="M6.648 4.028A9.62 9.62 0 0 1 12.24 2.41a9.538 9.538 0 0 1 6.179 2.452 9.599 9.599 0 0 1 3.088 5.77c.437 2.888-.554 5.927-2.58 8.026-1.811-2.149-3.612-4.308-5.423-6.456.374-.026.749-.061 1.123-.089l.281-.48c.438-.139.884-.248 1.336-.332.226.22.538.253.835.292.097.626-.061 1.238-.265 1.825.334.398.356.948.542 1.417-.19.15-.377.304-.556.467.468.016.936.016 1.404-.002-.241-.541-.162-1.145-.352-1.697.176-.31.312-.638.454-.965.239.358.419.778.787 1.025.188.382.359.772.532 1.162-.212.15-.426.3-.628.466a17.19 17.19 0 0 0 1.573.014c-.318-.677-.316-1.446-.618-2.126-.066-.677-.32-1.318-.575-1.943-.037-.365-.07-.736.036-1.093.004-.388-.138-.762-.234-1.134a12.453 12.453 0 0 0-.694-.158c.008-.358.011-.757-.27-1.022-.268-.344-.744-.215-1.118-.214-.131.527-.194 1.165.3 1.53a33.62 33.62 0 0 1-.299.469l.001.913a2.38 2.38 0 0 1-.643.378c-.14-.085-.276-.176-.424-.248-.096.179-.166.371-.272.544-.853.372-1.801.364-2.711.457-2.136-2.542-4.268-5.084-6.402-7.627zM2.434 12.743c-.227-2.7.775-5.456 2.653-7.404 1.828 2.183 3.66 4.362 5.491 6.544l-.635.053c-.436-.356-.96-.659-1.543-.622-.665-.006-1.252.39-1.652.895-.694.055-1.385.143-2.08.186-.473-.06-.902-.301-1.356-.438l-.223.607c.56.166 1.098.538 1.706.416.558-.06 1.117-.109 1.676-.157-.092.696.06 1.457.604 1.94.773.774 2.176.709 2.873-.134.533-.571.604-1.424.35-2.138l.743-.055c2.108 2.512 4.217 5.023 6.324 7.537-1.55 1.025-3.389 1.62-5.252 1.63a9.58 9.58 0 0 1-6.59-2.524 9.594 9.594 0 0 1-3.089-6.336z"/><path fill="#fff" d="M7.41 12.15a1.689 1.689 0 0 1 2.074 0c-.21.217-.425.432-.636.649a1.111 1.111 0 0 0-.791.005c-.216-.218-.433-.436-.647-.654zM7.291 14.346a1.65 1.65 0 0 1 .006-2.075c.215.209.426.421.636.635-.092.263-.101.54-.006.804-.209.216-.421.427-.636.636zM8.958 12.908c.212-.214.426-.427.642-.638.488.596.487 1.476.006 2.077a35.49 35.49 0 0 1-.644-.643c.102-.26.097-.536-.004-.796z"/><path fill="#fff" d="M8.291 12.857c.388-.151.8.322.578.677-.137.293-.564.344-.774.104-.246-.236-.118-.677.196-.781z"/><path fill="#fff" d="M8.052 13.814c.257.121.536.103.797.002.211.214.424.426.63.643a1.618 1.618 0 0 1-2.065-.001c.211-.217.425-.431.638-.644z"/><path d="M17.098 7.613c.374-.001.851-.131 1.118.214.281.265.278.665.27 1.022.233.047.464.1.694.158.096.372.238.746.234 1.134-.106.358-.073.728-.036 1.093.254.625.509 1.266.575 1.943.302.68.3 1.45.618 2.126-.524.013-1.05.019-1.573-.014.202-.166.415-.316.628-.466-.173-.39-.343-.78-.532-1.162-.368-.247-.548-.667-.787-1.025-.142.326-.277.655-.454.965.19.552.11 1.156.352 1.697-.468.018-.936.018-1.404.002.179-.163.366-.317.556-.467-.186-.469-.209-1.019-.542-1.417.204-.587.362-1.199.265-1.825-.298-.038-.61-.072-.835-.292-.451.084-.898.193-1.336.332l-.281.48c-.374.028-.749.062-1.123.089a62.553 62.553 0 0 0-.454-.546c.91-.094 1.858-.085 2.711-.457.107-.173.176-.365.272-.544.148.072.283.163.424.248a2.38 2.38 0 0 0 .643-.378L17.1 9.61c.101-.156.2-.312.299-.469-.494-.365-.431-1.003-.3-1.53zM6.748 12.209c.401-.505.988-.901 1.652-.895.583-.037 1.108.265 1.543.622l.635-.053.463.553-.743.055c.253.714.182 1.567-.35 2.138-.697.844-2.1.908-2.873.134-.544-.484-.696-1.244-.604-1.94-.559.048-1.118.097-1.676.157-.608.121-1.146-.251-1.706-.416l.223-.607c.454.137.883.378 1.356.438.695-.043 1.386-.131 2.08-.186m.662-.059c.214.218.431.436.647.654.257-.106.529-.092.791-.005.211-.217.426-.432.636-.649a1.689 1.689 0 0 0-2.074 0m-.119 2.196c.215-.209.427-.42.636-.636a1.187 1.187 0 0 1 .006-.804c-.21-.214-.421-.426-.636-.635a1.65 1.65 0 0 0-.006 2.075m1.667-1.438c.101.259.106.535.004.796.212.217.427.432.644.643A1.666 1.666 0 0 0 9.6 12.27c-.216.211-.43.425-.642.638m-.667-.051c-.313.104-.442.545-.196.781.21.24.637.188.774-.104.222-.355-.191-.828-.578-.677m-.239.957c-.214.214-.427.427-.638.644a1.618 1.618 0 0 0 2.065.001c-.206-.217-.419-.43-.63-.643-.26.101-.54.119-.797-.002z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-hand-carts--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c24836" d="M10.838.449c.32-.169.694-.07 1.038-.096.311.024.655-.072.934.108.352.033.724-.049 1.057.094.195.032.392.058.583.11.158.04.317.077.473.127.157.033.314.067.469.109.119.04.236.083.355.127.119.037.238.076.356.116.114.036.227.074.34.114.16.083.322.166.484.247.368.182.697.435 1.078.594 1.138.809 2.295 1.653 3.1 2.816.223.323.48.624.671.968.107.204.238.394.359.59.055.115.112.229.168.343l.191.38c.075.201.15.403.238.599.042.112.082.223.12.336.043.118.084.236.125.356.045.153.081.31.118.466.052.191.081.389.114.586.055.194.083.393.119.592.127.337.067.705.094 1.057.153.244.096.537.11.809-.017.272.049.568-.112.811-.03.35.042.721-.095 1.056-.032.195-.061.391-.109.583-.04.158-.078.316-.126.472-.036.157-.07.314-.113.469-.04.119-.082.238-.126.355-.038.12-.077.239-.118.356-.037.116-.074.232-.113.346l-.134.238a13.36 13.36 0 0 0-.114.24l-.124.229c-.058.13-.119.257-.176.386-.139.232-.29.455-.419.693-.097.166-.206.326-.305.491a3.446 3.446 0 0 0-.364.493 53.5 53.5 0 0 1-1.767 1.766 3.54 3.54 0 0 0-.493.361c-.286.177-.558.377-.848.549-.204.108-.397.239-.593.362l-.238.108-.339.184c-.248.101-.5.191-.744.302a11.21 11.21 0 0 1-.335.12c-.118.043-.236.084-.355.125-.154.044-.311.08-.467.116-.194.052-.391.081-.588.114-.194.052-.393.083-.59.12-.292.115-.611.074-.917.081-.683-.013-1.366.014-2.048-.015-.222-.116-.478-.105-.719-.135-.245-.074-.5-.102-.746-.168-.158-.036-.316-.069-.472-.11a7.157 7.157 0 0 1-.333-.13c-.196-.089-.398-.165-.598-.246a11.873 11.873 0 0 0-.604-.228l-.23-.127c-.128-.058-.254-.119-.383-.177-.422-.197-.795-.478-1.187-.725a5.25 5.25 0 0 0-.472-.365 4.407 4.407 0 0 0-.524-.374l-.001-.1c-.501-.298-.878-.76-1.226-1.219a9.765 9.765 0 0 1-.835-1.046c-.052-.12-.103-.24-.156-.359-.103-.16-.214-.316-.315-.478a17.636 17.636 0 0 0-.366-.727 11.157 11.157 0 0 1-.109-.34c-.057-.151-.108-.304-.165-.455a10.522 10.522 0 0 1-.206-.494c-.043-.154-.075-.31-.112-.466-.055-.195-.076-.396-.101-.596a16.22 16.22 0 0 1-.152-.361c-.099-.337-.05-.693-.072-1.037-.191-.317-.077-.701-.107-1.049.026-.348-.077-.728.105-1.047.024-.314-.026-.643.096-.941.032-.195.058-.392.11-.583.039-.158.077-.316.125-.472.034-.149.069-.297.113-.442.095-.201.173-.409.252-.617.031-.121.065-.241.101-.361.07-.201.156-.394.25-.585.122-.238.242-.476.355-.716.404-.617.803-1.238 1.263-1.813.733-.769 1.49-1.531 2.404-2.084.238-.127.462-.279.7-.408.165-.097.322-.208.486-.309.162-.077.323-.156.487-.232l.234-.145c.151-.038.303-.065.454-.095.125-.042.25-.08.377-.114l.238-.146c.15-.038.302-.068.454-.1.156-.049.315-.088.473-.127.191-.051.389-.077.583-.109.225-.091.469-.083.707-.106M9.006 3.108c-1.024.383-2.035.886-2.84 1.638.17.232.379.43.583.631 1.501 1.429 2.865 2.995 4.373 4.416-.61.233-1.211.488-1.802.763-1.248-1.373-2.607-2.642-3.909-3.964-.19-.188-.373-.393-.608-.526-2.476 2.843-2.81 7.265-.948 10.517a9.315 9.315 0 0 0 3.74 3.644c3.128 1.785 7.32 1.426 10.098-.866.134-.086.149-.261.012-.35-1.454-1.507-2.885-3.037-4.411-4.47.09-.364.042-.744.116-1.11.291-.189.619-.311.931-.461.438.517.942.972 1.408 1.464 1.142 1.155 2.255 2.337 3.403 3.485 2.481-2.901 2.855-7.369.915-10.653-1.224-2.078-3.267-3.668-5.588-4.328-1.788-.465-3.732-.504-5.474.17z"/><path fill="#c24836" d="M9.764 11.025c.6-.265 1.194-.542 1.798-.796.668.689 1.364 1.349 2.026 2.042-.198.068-.391.175-.605.183-.326-.349-.602-.77-1.056-.966-.558-.312-1.219-.316-1.831-.191l-.021-.017a34.772 34.772 0 0 0-.31-.255zM10.704 11.928c1.139-.076 2.122.974 2.073 2.095l-.14-.132c-.667-.632-1.267-1.331-1.933-1.963z"/><path fill="#fff" d="M9.006 3.108c1.742-.674 3.686-.634 5.474-.17a9.632 9.632 0 0 1 5.588 4.328c1.94 3.284 1.566 7.751-.915 10.653-1.148-1.148-2.261-2.33-3.403-3.485-.466-.492-.97-.947-1.408-1.464 1.972-.896 3.93-1.823 5.909-2.709l-.006-.652c-1.95.722-3.855 1.555-5.802 2.288-.333-.815-.658-1.632-.996-2.445l.538-.206c-.084-.176-.17-.352-.255-.526-.863.373-1.742.707-2.607 1.073C9.614 8.372 8.25 6.806 6.75 5.377c-.204-.201-.413-.399-.583-.631.804-.752 1.815-1.256 2.84-1.638zM4.804 6.067c.235.133.418.339.608.526 1.302 1.321 2.661 2.59 3.909 3.964-1.473.604-2.937 1.233-4.422 1.808.05.194.102.386.154.58l.839-.316c.377.84.724 1.695 1.049 2.557-.608.29-1.22.575-1.837.847.198.187.399.372.6.556.918-.392 1.827-.81 2.758-1.175-.095-.22-.182-.444-.299-.653-.236-.02-.455.087-.677.15-.301-.86-.644-1.705-.933-2.57.55-.232 1.107-.449 1.667-.657.102.326.396.671.215 1.018-.247.568-.39 1.208-.209 1.818.259 1.145 1.387 2.079 2.583 1.97 1.149.008 2.179-.859 2.486-1.947 1.527 1.433 2.957 2.963 4.411 4.47.137.089.122.265-.012.35-2.778 2.292-6.97 2.651-10.098.866a9.315 9.315 0 0 1-3.74-3.644c-1.862-3.252-1.528-7.674.948-10.517z"/><path fill="#fff" d="M11.562 10.229c.461-.185.921-.375 1.384-.557.29.75.617 1.485.892 2.241.128.201-.128.259-.251.359-.662-.694-1.358-1.353-2.026-2.042zM8.781 11.462c.324-.152.651-.299.983-.437l.31.255a4.109 4.109 0 0 0-1.062.707c-.078-.175-.157-.349-.23-.525zM8.829 13.907c-.029-1.013.848-1.983 1.875-1.979.667.632 1.267 1.331 1.933 1.963l.128.124c-.083.719-.518 1.391-1.182 1.7-.428.225-.924.181-1.388.133-.795-.295-1.403-1.075-1.366-1.94m1.554-.64c-.484.254-.482 1.029 0 1.283.454.321 1.139-.112 1.097-.649.045-.542-.645-.967-1.097-.634zM23.43 14.993c.075.087.075.087 0 0zM23.3 15.24c.385.029-.184.36 0 0zM7.147 22.839c.082.078.082.078 0 0zM10.605 23.777c.356-.188.031.385 0 0zM12.233 23.932l.063-.004.017.071h-.071l-.008-.068z"/><path fill="#292c31" d="M11.123 9.794c.865-.366 1.744-.7 2.607-1.073.086.175.171.35.255.526l-.538.206c.337.813.663 1.63.996 2.445 1.946-.733 3.852-1.566 5.802-2.288l.006.652c-1.978.886-3.936 1.813-5.909 2.709-.312.15-.64.272-.931.461-.075.366-.026.746-.116 1.11-.307 1.088-1.337 1.956-2.486 1.947-1.196.109-2.324-.825-2.583-1.97-.181-.61-.038-1.25.209-1.818.181-.347-.113-.693-.215-1.018-.56.208-1.117.425-1.667.657.289.865.632 1.71.933 2.57.222-.063.441-.17.677-.15.118.209.204.434.299.653-.93.365-1.839.783-2.758 1.175-.201-.184-.402-.37-.6-.556a67.815 67.815 0 0 0 1.837-.847 46.176 46.176 0 0 0-1.049-2.557l-.839.316c-.052-.194-.105-.386-.154-.58 1.485-.575 2.949-1.205 4.422-1.808.592-.274 1.193-.53 1.802-.763m.439.436c-.604.254-1.198.531-1.798.796-.331.138-.658.285-.983.437.074.176.152.35.23.525a4.152 4.152 0 0 1 1.062-.707l.021.017c.612-.125 1.272-.121 1.831.191.454.196.731.617 1.056.966.214-.008.406-.115.605-.183.122-.1.379-.158.251-.359-.276-.756-.602-1.491-.892-2.241-.463.182-.923.372-1.384.557m-2.732 3.679c-.037.865.571 1.646 1.366 1.94.463.048.96.091 1.388-.133.664-.309 1.099-.981 1.182-1.7l-.128-.124.14.132c.049-1.12-.934-2.171-2.073-2.095-1.027-.004-1.903.966-1.875 1.979z"/><path fill="#292c31" d="M10.383 13.268c.451-.333 1.142.093 1.097.634.043.537-.643.97-1.097.649-.482-.254-.484-1.029 0-1.283z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-hawkers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M6.734 1.22C9.027.105 11.682-.266 14.19.21c2.54.448 4.906 1.772 6.647 3.672 1.884 2.023 2.999 4.717 3.163 7.472v1.278c-.145 2.446-1.026 4.848-2.551 6.773-2.093 2.701-5.384 4.402-8.792 4.595h-1.304c-1.861-.128-3.702-.648-5.317-1.591a12.011 12.011 0 0 1-5.006-5.563C.359 15.347.032 13.709.002 12.071v-.139c.032-1.487.293-2.977.856-4.36 1.08-2.75 3.227-5.053 5.879-6.352M5.683 4.249c.24.276.511.521.769.779.169.176.342.349.517.52 1.614 1.609 3.215 3.232 4.841 4.829.132.148.27.29.416.425.15.157.304.313.462.462.235.24.472.48.713.713.337.311.624.701 1.006.95.484.613 1.112 1.141 1.66 1.715.119.127.244.25.371.368.395.406.796.804 1.199 1.2.103.113.212.221.323.326.246.246.49.496.74.738.344.355.702.698 1.046 1.054 2.206-2.634 2.857-6.445 1.685-9.67a10.037 10.037 0 0 0-4.313-5.249 9.991 9.991 0 0 0-5.365-1.394c-2.198.042-4.361.853-6.07 2.234m-2.811 11.82c.869 1.95 2.374 3.617 4.244 4.651 1.864 1.072 4.087 1.483 6.215 1.198 1.832-.234 3.58-1.014 5.01-2.177-.33-.304-.63-.637-.958-.943-.313-.32-.626-.641-.952-.948a5.099 5.099 0 0 0-.388-.39c-.394-.4-.782-.805-1.194-1.186-.764-.791-1.546-1.57-2.336-2.336-.314-.346-.655-.667-.986-.997-2.417-2.425-4.843-4.842-7.261-7.266-2.372 2.837-2.933 7.032-1.394 10.394z"/><path fill="#fff" d="M5.683 4.249c1.709-1.381 3.871-2.192 6.07-2.234a10 10 0 0 1 5.365 1.394 10.037 10.037 0 0 1 4.313 5.249c1.172 3.224.521 7.036-1.685 9.67-.344-.355-.702-.698-1.046-1.054-.037-1.111-.007-2.225-.014-3.336.473-.006.947.002 1.421-.004.004-.335.004-.67 0-1.004-.287-.007-.575.005-.862-.006-.293-1.08-.569-2.164-.862-3.244a.674.674 0 0 0-.624-.469c-.919-.007-1.838 0-2.758-.004-.232-.011-.479.05-.631.235-.565.602-1.121 1.214-1.681 1.82a12.58 12.58 0 0 1-.462-.462c-.025-1.742-.005-3.486-.01-5.228 2.06-.013 4.123.002 6.185-.007-3.443-2.459-8.297-2.663-11.95-.538-.258-.258-.529-.503-.769-.779m10.075 2.525c-.678.331-.694 1.411-.023 1.758.622.401 1.532-.11 1.517-.848.054-.743-.854-1.302-1.494-.91z"/><path fill="#fff" d="M6.97 5.548c1.608.05 3.221.002 4.83.024.007 1.601-.013 3.203.011 4.805-1.626-1.597-3.227-3.22-4.841-4.829zM2.872 16.069c-1.538-3.362-.978-7.558 1.394-10.394 2.418 2.424 4.844 4.841 7.261 7.266-2.538-.029-5.078-.007-7.618-.011-.004.335-.004.67 0 1.004.474.006.948-.002 1.421.002.007 1.65-.004 3.3.006 4.95.247.002.494.001.743.001.01-1.65-.001-3.3.005-4.95 1.904-.004 3.81-.004 5.714 0 .002 1.223.004 2.446 0 3.668-.424.424-.851.844-1.271 1.272.986.002 1.973.004 2.959-.001-.418-.428-.847-.845-1.268-1.272a498.306 498.306 0 0 1 0-3.668l.295.001c.791.767 1.572 1.546 2.336 2.336.017.698-.006 1.397.012 2.094.038.425.583.671.93.419.419-.307.227-.89.252-1.327.134.124.266.252.388.39.017.28-.067.616.157.838.188.24.541.238.794.11.328.306.628.64.958.943-1.43 1.163-3.178 1.943-5.01 2.177-2.128.286-4.351-.126-6.215-1.198-1.871-1.034-3.376-2.701-4.244-4.651m3.22-5.35c.065.166.262.145.392.084.077-.133.097-.319-.064-.397-.193-.118-.431.118-.329.313m.75.088c.113.034.248.084.342-.019.161-.145.012-.462-.2-.403-.217.008-.254.275-.142.422m-1.056.277c-.227.222.152.588.354.328.197-.215-.144-.542-.354-.328m.72-.014c-.236.182.07.58.292.379.265-.164-.041-.593-.292-.379m.716-.006c-.256.178.048.586.294.386.233-.184-.046-.577-.294-.386m-1.776.647c-.215.192.048.557.304.386.254-.19-.055-.6-.304-.386m.718-.004c-.247.179.047.578.3.383.234-.187-.062-.587-.3-.383m.718-.016c-.218.14-.066.518.196.436.349-.084.106-.638-.196-.436m.727-.004c-.263.113-.082.557.192.433.318-.095.085-.612-.192-.433m-2.388.609c-.317.034-.235.556.085.48.293-.067.205-.52-.085-.48m.727-.001c-.336-.004-.272.576.061.47.287-.032.215-.497-.061-.47m.532.062c-.136.181-.002.486.251.41.245-.065.204-.431-.029-.478l-.222.067m.784-.032c-.266.097-.103.552.178.443.32-.091.106-.604-.178-.443m.712-.006c-.288.101-.097.578.187.44.299-.106.085-.578-.187-.44zM14.85 10.342c.012.862.005 1.724.005 2.586l-.448-.001c-.382-.25-.668-.64-1.006-.95.479-.55.967-1.088 1.448-1.634zM17.634 12.926c.011-.746-.032-1.498.022-2.243.17.754.386 1.496.576 2.245-.199 0-.398 0-.598-.002zM16.058 13.951l.371-.001c.01.353-.005.707.008 1.06a8.047 8.047 0 0 1-.371-.368 7.215 7.215 0 0 1-.008-.69zM17.635 13.937l.298.001c.019.865-.035 1.736.026 2.598a7.636 7.636 0 0 1-.323-.326c-.008-.757-.006-1.514-.001-2.273z"/><path d="M6.452 5.028c3.653-2.125 8.507-1.921 11.95.538-2.062.01-4.124-.006-6.185.007.005 1.742-.016 3.486.01 5.228a5.959 5.959 0 0 1-.416-.425c-.024-1.602-.004-3.204-.011-4.805-1.609-.022-3.222.026-4.83-.024-.175-.17-.348-.343-.517-.52z"/><path d="M15.758 6.773c.64-.392 1.548.167 1.494.91.016.738-.895 1.249-1.517.848-.671-.347-.655-1.427.023-1.758zM14.37 9.443c.152-.185.4-.246.631-.235.919.004 1.838-.004 2.758.004.284.004.539.2.624.469.293 1.08.569 2.164.862 3.244.287.011.575-.001.862.006.004.335.004.67 0 1.004-.474.006-.948-.002-1.421.004.007 1.111-.023 2.225.014 3.336-.251-.242-.494-.492-.74-.738-.061-.862-.007-1.733-.026-2.598l-.298-.001c-.005.758-.007 1.516.001 2.273a75.368 75.368 0 0 1-1.199-1.2c-.013-.353.001-.707-.008-1.06l-.371.001c-.006.23-.007.461.008.69-.547-.574-1.176-1.102-1.66-1.715l.448.001c0-.862.007-1.724-.005-2.586-.481.546-.97 1.085-1.448 1.634a36.87 36.87 0 0 1-.713-.713c.56-.606 1.116-1.218 1.681-1.82m3.264 3.483c.199.002.398.002.598.002-.19-.749-.406-1.492-.576-2.245-.054.745-.011 1.496-.022 2.243zM6.091 10.718c-.102-.196.136-.431.329-.313.161.078.14.264.064.397-.131.061-.328.082-.392-.084zM6.84 10.806c-.113-.148-.076-.414.142-.422.212-.059.361.258.2.403-.094.103-.229.053-.342.019zM5.784 11.083c.21-.215.551.113.354.328-.202.26-.581-.106-.354-.328zM6.504 11.069c.251-.214.557.215.292.379-.222.2-.528-.197-.292-.379zM7.22 11.063c.248-.191.527.203.294.386-.246.199-.55-.209-.294-.386zM5.444 11.71c.248-.214.558.197.304.386-.256.17-.518-.194-.304-.386zM6.162 11.706c.238-.204.534.196.3.383-.253.196-.547-.204-.3-.383zM6.88 11.69c.301-.203.545.352.196.436-.262.083-.414-.295-.196-.436zM7.607 11.686c.277-.179.51.338.192.433-.274.124-.455-.32-.192-.433zM5.219 12.295c.29-.04.378.413.085.48-.32.076-.402-.446-.085-.48zM5.946 12.294c.276-.026.348.438.061.47-.334.106-.397-.474-.061-.47zM6.478 12.356l.222-.067c.233.047.274.413.029.478-.253.076-.386-.229-.251-.41zM7.262 12.323c.283-.161.498.352.178.443-.281.109-.444-.346-.178-.443zM7.974 12.317c.272-.138.486.335.187.44-.284.138-.475-.34-.187-.44zM3.91 12.93c2.539.004 5.08-.018 7.618.011.331.33.672.652.986.997l-.295-.001a498.306 498.306 0 0 0 0 3.668c.421.427.851.844 1.268 1.272-.986.005-1.973.004-2.959.001.42-.428.847-.848 1.271-1.272.004-1.223.002-2.446 0-3.668-1.904-.004-3.81-.004-5.714 0-.006 1.65.005 3.3-.005 4.95-.248 0-.496.001-.743-.001-.01-1.65.001-3.3-.006-4.95-.473-.005-.947.004-1.421-.002-.004-.335-.004-.67 0-1.004zM14.85 16.274c.412.38.8.786 1.194 1.186-.025.437.167 1.02-.252 1.327-.347.252-.892.006-.93-.419-.018-.697.005-1.396-.012-2.094zM16.432 17.85c.325.307.638.628.952.948-.253.127-.606.13-.794-.11-.224-.222-.14-.558-.157-.838z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.372 0h1.253c2.648.162 5.254 1.165 7.255 2.92 2.33 1.99 3.828 4.902 4.12 7.951v2.316a12.078 12.078 0 0 1-3.718 7.574A12.134 12.134 0 0 1 13.208 24h-2.352c-2.984-.293-5.836-1.742-7.818-3.992C1.195 17.96.124 15.26 0 12.512v-.802c.078-3.102 1.402-6.157 3.643-8.306C5.694 1.372 8.504.189 11.372.001m-.756 3.319c-3.041.46-5.737 2.646-6.817 5.524a8.843 8.843 0 0 0 .314 7.073 8.838 8.838 0 0 0 4.1 4.058 8.796 8.796 0 0 0 4.51.84 8.84 8.84 0 0 0 5.034-2.094 8.817 8.817 0 0 0 2.302-10.336 8.82 8.82 0 0 0-4.714-4.531 8.877 8.877 0 0 0-4.729-.534z"/><path fill="#f4b70d" d="M10.616 3.32a8.877 8.877 0 0 1 4.729.534 8.823 8.823 0 0 1 4.714 4.531 8.817 8.817 0 0 1-2.302 10.336 8.798 8.798 0 0 1-9.544 1.254 8.838 8.838 0 0 1-4.1-4.058 8.839 8.839 0 0 1-.314-7.073c1.08-2.878 3.776-5.064 6.817-5.524m-.9 5.226l-.134.184c-.452.028-.936-.077-1.368.056-.22.572-.347 1.176-.535 1.759-.481.006-.964-.023-1.445.014-.257.005-.511.209-.514.479-.03.404-.008.811-.012 1.216a1.135 1.135 0 0 0-.491.082 5.59 5.59 0 0 0 .006.607c.524.002 1.05-.001 1.576.004.098.256.234.496.424.695-.67-.025-1.34-.008-2.011-.012v.534c4.543.001 9.085.001 13.628 0v-.534c-.697.006-1.394-.016-2.092.014a2.32 2.32 0 0 0 .41-.632c.56-.006 1.121-.002 1.681-.004.002-1.337-.001-2.672.004-4.009-.011-.175.047-.52-.238-.451-2.963-.007-5.927-.004-8.89-.001z"/><path fill="#f4b70d" d="M8.405 10.577c.097-.412.211-.818.331-1.224.293 0 .586.002.878.008.008.406.008.812.004 1.218-.404.007-.809.007-1.213-.002zM9.086 13.009c1.927-.002 3.854-.001 5.782 0 .109.232.24.454.424.635a304.067 304.067 0 0 0-6.617-.001c.175-.185.307-.402.412-.634z"/><path fill="#1c1d20" d="M9.716 8.546c2.963-.002 5.927-.006 8.89.001.284-.068.227.276.238.451-.005 1.337-.001 2.672-.004 4.009-.56.001-1.121-.002-1.681.004a2.32 2.32 0 0 1-.41.632c.697-.03 1.394-.008 2.092-.014v.534c-4.543.001-9.085.001-13.628 0v-.534c.671.004 1.342-.013 2.011.012a2.078 2.078 0 0 1-.424-.695c-.526-.005-1.051-.001-1.576-.004a5.592 5.592 0 0 1-.006-.607c.152-.062.316-.09.491-.082.004-.404-.018-.811.012-1.216.002-.27.257-.474.514-.479.481-.037.964-.008 1.445-.014.188-.583.316-1.187.535-1.759.432-.133.916-.029 1.368-.056l.134-.184m-1.312 2.032c.404.01.809.01 1.213.002.005-.406.005-.812-.004-1.218a42.898 42.898 0 0 0-.878-.008c-.12.406-.234.812-.331 1.224m.681 2.432a2.232 2.232 0 0 1-.412.634c2.206-.022 4.412-.025 6.617.001a2.18 2.18 0 0 1-.424-.635c-1.927-.001-3.854-.002-5.782 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path d="M23.984 21.461a2.524 2.524 0 0 1-2.523 2.523H2.539a2.523 2.523 0 0 1-2.523-2.523V2.539A2.523 2.523 0 0 1 2.539.016h18.922a2.524 2.524 0 0 1 2.523 2.523z"/><path fill="#fff" d="M23.827 21.461a2.365 2.365 0 0 1-2.365 2.365H2.54a2.365 2.365 0 0 1-2.365-2.365V2.539A2.365 2.365 0 0 1 2.54.174h18.922a2.365 2.365 0 0 1 2.365 2.365z"/><path fill="#c0111e" d="M23.59 12c0 6.401-5.189 11.59-11.59 11.59S.41 18.401.41 12 5.599.41 12 .41 23.59 5.599 23.59 12z"/><path fill="#fff" d="M21.619 12c0 5.312-4.307 9.619-9.619 9.619S2.381 17.312 2.381 12c0-5.312 4.307-9.619 9.619-9.619S21.619 6.688 21.619 12z"/><path d="M3.941 14.299h1.752l3.469-.691h11.117V8.493h-9.821v3.253h-.901V9.203c-.129-.641-.24-1.142-1.301-1.422-1.121-.039-2.973-.089-3.144.421-.179.53-.61 1.421-.851 2.052-.21.16-.539.16-.539.35 0 1.131.01 2.322 0 3.433zM5.673 8.63h2.022l.17 1.585H5.073z"/><path fill="#fff" d="M9.572 14.026a2.089 2.089 0 1 1-4.177 0 2.089 2.089 0 0 1 4.177 0z"/><path d="M9.099 14.026a1.616 1.616 0 1 1-3.232 0 1.616 1.616 0 0 1 3.232 0z"/><path fill="#fff" d="M18.615 14.026a2.18 2.18 0 1 1-4.36 0 2.18 2.18 0 0 1 4.36 0z"/><path d="M18.051 14.026a1.616 1.616 0 1 1-3.232 0 1.616 1.616 0 0 1 3.232 0z"/><path fill="#c0111e" d="M19.443 3.163l1.394 1.394L4.558 20.836l-1.394-1.394L19.443 3.163z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g3" xmlns="http://www.w3.org/2000/svg"><path d="M11.183 0h1.889a.573.573 0 0 0-.313.19c-.644-.079-1.298-.024-1.944.013.067-.139.191-.206.368-.203zM2.042 5.299C3.974 2.409 7.216.426 10.68.08l.132.122C9.121.39 7.46.914 5.996 1.786c-1.57.901-2.878 2.207-3.907 3.684l-.047-.172zM13.222.077c2.723.232 5.335 1.502 7.267 3.43a11.96 11.96 0 0 1 3.433 7.043l-.125.144c-.293-2.538-1.404-4.981-3.175-6.828-1.95-2.099-4.694-3.395-7.535-3.68l.134-.108zM1.673 5.886c.1-.136.149-.418.379-.344C.245 8.339-.329 11.901.565 15.113a11.839 11.839 0 0 0 3.739 5.902c1.782 1.548 4.046 2.509 6.386 2.782l-.13.113c-1.8-.17-3.542-.844-5.065-1.812-2.456-1.585-4.308-4.091-5.07-6.918-.234-.775-.308-1.585-.426-2.381v-1.595c.181-1.862.7-3.708 1.673-5.317zM6.978 6.752c3.274-.058 6.554-.008 9.832-.025.434-.053.894.272.911.726.008 1.111.002 2.225.002 3.337.036.188-.169.26-.319.228-3.636-.005-7.273.006-10.909-.006l-.114-.095c-.03-1.122-.005-2.246-.013-3.37a.773.773 0 0 1 .611-.796zM23.801 10.752c.05-.013.15-.042.199-.056v2.224c-.173 1.59-.57 3.17-1.325 4.589-1.409 2.776-3.952 4.909-6.887 5.915l-.17-.11c2.942-.955 5.484-3.082 6.904-5.833 1.079-2.052 1.514-4.423 1.279-6.727z"/><path d="M6.524 11.212c3.628-.016 7.256-.001 10.884-.007.13-.023.32.032.313.196.007 1.045-.002 2.089.005 3.134.019.324-.371.136-.521.251-.014.792.044 1.595-.03 2.378-.385.179-.88.035-1.306.073l-.114-.102c-.03-.52-.013-1.044-.007-1.566a.542.542 0 0 0-.354-.046 87.497 87.497 0 0 0 0 1.537l-.094.16c-.379.054-.77.006-1.154.024-.184.037-.259-.185-.222-.325-.014-.466.032-.938-.024-1.4-1.246.036-2.509-.038-3.745.037.016.52.018 1.042 0 1.561l-.104.116c-.432-.026-.925.102-1.32-.065-.072-.539-.016-1.096-.03-1.642a.948.948 0 0 0-.364.024c.02.518.018 1.042.002 1.561l-.102.119c-.412.02-.827.018-1.24.001l-.103-.107c-.029-.792-.001-1.588-.013-2.381-.178-.013-.521.083-.517-.203.023-1.081-.034-2.168.028-3.245l.132-.085m1.128 2.074l-.001 1.032c.582.002 1.164.001 1.746.001v-1.034c-.582 0-1.164-.001-1.745.001m.702 1.458a7.67 7.67 0 0 0-.011.34c.122.018.244.016.364-.008-.004-.11-.008-.221-.014-.331a19.04 19.04 0 0 1-.338 0m7.059-.038a5.077 5.077 0 0 0-.001.349c.116.002.233 0 .35-.01a9.076 9.076 0 0 1 0-.33 5.083 5.083 0 0 0-.349-.01m-5.245.042l.032.344c1.236.001 2.472-.004 3.707.002l.017-.346c-1.252-.004-2.504-.002-3.756-.001zM13.312 23.798c.707-.108 1.417-.218 2.101-.436l.246.037c-.679.319-1.463.426-2.207.514l-.14-.115zM10.744 23.801c.833.084 1.674.084 2.508.002l.05.197h-2.591l.032-.199z"/><path fill="#fff" d="M5.996 1.787C7.46.915 9.121.391 10.812.203h.002c.646-.037 1.3-.092 1.944-.013.109-.007.218-.01.329-.005 2.84.286 5.585 1.582 7.535 3.68 1.771 1.847 2.882 4.29 3.175 6.828.001.014.004.044.004.059.235 2.304-.2 4.675-1.279 6.727-1.42 2.752-3.961 4.878-6.904 5.833-.084-.02-.152-.004-.205.05-.684.217-1.394.328-2.101.436l-.06.005c-.834.082-1.675.082-2.508-.002l-.053-.005c-2.34-.272-4.604-1.234-6.386-2.782a11.834 11.834 0 0 1-3.739-5.902C-.328 11.9.246 8.338 2.053 5.541c.01-.017.028-.053.037-.071 1.03-1.477 2.338-2.783 3.907-3.684m4.157-1.1c-3.292.516-6.294 2.562-7.991 5.428C.655 8.606.171 11.687.818 14.525a11.444 11.444 0 0 0 4.165 6.54c2.965 2.339 7.133 3.056 10.7 1.796 3.689-1.21 6.624-4.438 7.484-8.224.606-2.557.304-5.324-.864-7.681a11.482 11.482 0 0 0-4.879-5.06C15.223.702 12.622.293 10.153.686z"/><path fill="#fff" d="M10.746 3.094c2.272-.317 4.663.251 6.516 1.609a8.993 8.993 0 0 1 3.604 5.734 8.976 8.976 0 0 1-1.225 6.324c-1.063 1.728-2.74 3.059-4.649 3.734-2.171.768-4.639.664-6.728-.308a9.036 9.036 0 0 1-4.45-4.46 9.008 9.008 0 0 1-.152-7.085c1.151-2.939 3.958-5.134 7.085-5.548M6.978 6.752a.774.774 0 0 0-.611.796c.008 1.123-.017 2.248.013 3.37l.114.095c3.636.012 7.273.001 10.909.006.15.032.355-.04.319-.228 0-1.112.006-2.226-.002-3.337-.017-.454-.476-.779-.911-.726-3.277.017-6.558-.032-9.832.025m-.453 4.459l-.132.085c-.061 1.076-.005 2.164-.028 3.245-.004.286.34.19.517.203.012.793-.016 1.589.013 2.381l.103.107c.413.017.828.019 1.24-.001l.102-.119c.016-.52.018-1.043-.002-1.561a.948.948 0 0 1 .364-.024c.014.546-.042 1.103.03 1.642.395.167.888.038 1.32.065l.104-.116c.018-.52.016-1.042 0-1.561 1.236-.076 2.5-.001 3.745-.037.056.462.01.935.024 1.4-.037.14.038.362.222.325.384-.018.775.03 1.154-.024l.094-.16a87.497 87.497 0 0 1 0-1.537.542.542 0 0 1 .354.046c-.006.522-.023 1.046.007 1.566l.114.102c.426-.038.92.106 1.306-.073.074-.784.016-1.586.03-2.378.15-.115.54.073.521-.251-.007-1.045.002-2.089-.005-3.134.007-.163-.184-.218-.313-.196-3.628.006-7.256-.008-10.884.007z"/><path fill="#fff" d="M7.652 13.284c.581-.002 1.163-.001 1.745-.001v1.034c-.582 0-1.164.001-1.746-.001l.001-1.032zM8.354 14.742h.338c.006.11.011.221.014.331-.12.024-.241.026-.364.008a7.67 7.67 0 0 1 .011-.34zM15.414 14.705c.116-.001.233.002.349.01-.002.11-.002.22 0 .33-.118.01-.234.012-.35.01a5.801 5.801 0 0 1 .001-.349zM10.169 14.746c1.252-.001 2.504-.002 3.756.001l-.017.346c-1.235-.006-2.471-.001-3.707-.002l-.032-.344z"/><path fill="red" d="M10.154.686c2.468-.394 5.07.016 7.271 1.21a11.482 11.482 0 0 1 4.879 5.06c1.168 2.357 1.47 5.124.864 7.681-.86 3.786-3.796 7.014-7.484 8.224-3.568 1.26-7.735.542-10.7-1.796a11.439 11.439 0 0 1-4.165-6.54C.172 11.687.656 8.607 2.164 6.114 3.861 3.248 6.863 1.202 10.155.686m.591 2.408c-3.127.414-5.934 2.609-7.085 5.548a9.012 9.012 0 0 0 .152 7.085 9.032 9.032 0 0 0 4.45 4.46c2.089.972 4.558 1.076 6.728.308 1.909-.676 3.586-2.006 4.649-3.734a8.976 8.976 0 0 0 1.225-6.324 8.993 8.993 0 0 0-3.604-5.734c-1.853-1.358-4.244-1.926-6.516-1.609z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.082 0h1.876c2.818.246 5.55 1.478 7.54 3.499 2.03 1.998 3.269 4.747 3.503 7.58v1.923c-.268 2.831-1.512 5.573-3.562 7.556-1.958 1.971-4.626 3.155-7.378 3.442h-2.067c-2.799-.268-5.512-1.487-7.489-3.499C1.499 18.537.29 15.841.001 13.06v-1.954c.224-2.842 1.467-5.6 3.5-7.604 2-2.03 4.748-3.27 7.581-3.501M9.418 2.333a10.108 10.108 0 0 0-5.883 4.23 10.085 10.085 0 0 0-1.66 5.685 10.06 10.06 0 0 0 2.269 6.251c.874-.869 1.742-1.746 2.619-2.613.706-.707 1.41-1.416 2.121-2.118l.384-.392c1.65-1.648 3.306-3.292 4.945-4.952a819.104 819.104 0 0 0 4.17-4.167C15.92 2.245 12.49 1.506 9.418 2.332m7.719 6.105c-1.786 1.796-3.589 3.576-5.368 5.379a1487.503 1487.503 0 0 0-6.153 6.154c2.317 1.921 5.525 2.692 8.463 2.054a10.102 10.102 0 0 0 5.788-3.549c1.642-2.005 2.445-4.662 2.209-7.242a10.148 10.148 0 0 0-2.227-5.501c-.908.898-1.804 1.808-2.712 2.706z"/><path fill="#fff" d="M9.418 2.333c3.072-.826 6.501-.087 8.965 1.925a819.104 819.104 0 0 1-4.17 4.167c-1.281.009-2.56.001-3.84.004-.003 1.139 0 2.279-.001 3.418l-.946.001c-.004-.835.005-1.671-.001-2.506-.023-.529-.208-1.12-.701-1.391-.603-.393-1.348-.263-2.026-.296-.621.037-1.314-.009-1.859.337-.376.743-.648 1.544-.997 2.303-.182.101-.412.144-.546.311-.03 1.218 0 2.438-.013 3.657.078.09.158.181.236.273.509-.003 1.017-.001 1.525-.003.001-.369.005-.752.157-1.096.355-.926 1.396-1.525 2.376-1.357.738.112 1.378.624 1.691 1.296-.129.13-.256.26-.384.392-.224-.667-.841-1.19-1.557-1.21-.896-.068-1.746.685-1.777 1.584-.068.777.472 1.523 1.214 1.744-.877.868-1.744 1.744-2.619 2.613a10.076 10.076 0 0 1-2.269-6.251 10.075 10.075 0 0 1 1.66-5.685 10.105 10.105 0 0 1 5.883-4.23zM17.137 8.437c.908-.898 1.804-1.808 2.712-2.706a10.148 10.148 0 0 1 2.227 5.501c.236 2.579-.567 5.237-2.209 7.242a10.094 10.094 0 0 1-5.788 3.549c-2.938.638-6.147-.133-8.463-2.054 2.044-2.058 4.096-4.108 6.153-6.154.875-.01 1.751 0 2.626-.006.227-1.04 1.195-1.88 2.279-1.845 1.075-.023 2.029.813 2.255 1.845.594.004 1.186.003 1.78.001V8.429c-1.191.004-2.381-.009-3.571.008m-1.067 4.225c-.787.27-1.267 1.172-1.061 1.978.187.889 1.166 1.501 2.048 1.263.949-.2 1.556-1.304 1.206-2.211-.278-.877-1.341-1.373-2.193-1.031z"/><path fill="#fff" d="M5.339 8.574h2.123c.063.555.12 1.109.179 1.664H4.707c.21-.556.419-1.11.632-1.664z"/><path fill="#030303" d="M4.838 7.993c.546-.346 1.238-.301 1.859-.337.678.033 1.424-.097 2.026.296.493.27.678.861.701 1.391.006.835-.003 1.671.001 2.506l.946-.001c.001-1.139-.001-2.279.001-3.418 1.28-.003 2.559.005 3.84-.004-1.64 1.66-3.296 3.303-4.945 4.952-.313-.672-.954-1.184-1.691-1.296-.98-.168-2.021.431-2.376 1.357-.152.345-.155.728-.157 1.096-.508.001-1.016 0-1.525.003-.078-.092-.158-.183-.236-.273.013-1.219-.018-2.439.013-3.657.134-.167.364-.21.546-.311.349-.759.62-1.56.997-2.303m.501.58c-.212.553-.422 1.108-.632 1.664h2.934c-.059-.555-.116-1.109-.179-1.664H5.339zM11.769 13.815c1.78-1.803 3.582-3.582 5.368-5.379 1.19-.016 2.38-.004 3.571-.008v5.381c-.594.001-1.186.003-1.78-.001-.226-1.032-1.18-1.868-2.255-1.845-1.084-.034-2.051.806-2.279 1.845-.875.006-1.751-.004-2.626.006z"/><path fill="#030303" d="M5.549 14.142c.032-.899.882-1.652 1.777-1.584.716.02 1.334.543 1.557 1.21-.711.702-1.415 1.411-2.121 2.118-.741-.221-1.282-.968-1.214-1.744zM16.071 12.662c.851-.342 1.915.154 2.193 1.031.35.907-.258 2.011-1.206 2.211-.882.237-1.861-.374-2.048-1.263-.206-.806.274-1.708 1.061-1.978z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-motorcycles-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M11.135 0h1.728c3.717.256 7.26 2.344 9.248 5.502l.007-.037c1.055 1.709 1.737 3.653 1.882 5.662v1.743c-.116 1.572-.56 3.104-1.235 4.526l-.003-.078-.27.573c-.36.608-.755 1.195-1.2 1.744-.277.323-.562.639-.856.948-2.028 1.972-4.744 3.217-7.569 3.417h-1.728a12.114 12.114 0 0 1-8.345-4.26A12.142 12.142 0 0 1 0 12.871v-1.735c.124-1.765.673-3.477 1.499-5.037l-.004.055C3.403 2.652 7.158.267 11.135 0M8.121 3.805a9.216 9.216 0 0 0-4.334 4.046c2.649 1.213 5.33 2.353 7.984 3.55 2.731-1.174 5.452-2.374 8.176-3.567-.927-1.697-2.373-3.141-4.143-3.943-2.384-1.133-5.285-1.233-7.683-.086m4.585 8.805c.001 2.866.007 5.733.017 8.598a9.228 9.228 0 0 0 3.916-1.308c1.99-1.199 3.425-3.207 4.071-5.423.518-1.731.347-3.588-.177-5.296-2.6 1.163-5.224 2.272-7.826 3.429M3.206 9.228c-.301.98-.488 1.998-.454 3.026-.059 2.022.76 3.983 1.993 5.557 1.52 1.932 3.844 3.162 6.283 3.412.009-2.853.003-5.707.004-8.559-2.609-1.147-5.215-2.296-7.826-3.436z"/><path fill="#fff" d="M8.121 3.805c2.397-1.147 5.298-1.047 7.683.086 1.77.802 3.215 2.246 4.143 3.943-2.723 1.193-5.444 2.393-8.176 3.567-2.654-1.197-5.335-2.337-7.984-3.55a9.22 9.22 0 0 1 4.334-4.046m2.01 1.577c.008.8.004 1.599.004 2.399 1.803.007 3.607.027 5.41.003 0-.798-.01-1.597.008-2.393-.653-.116-1.319-.044-1.977-.063-1.148.029-2.301-.064-3.445.055M8.439 6.621c-.308.631-.17 1.35-.175 2.024.393-.132.394-.768.877-.77.471-.098.831.32.873.754 1.054-.003 2.108.02 3.162.01.068-.241.184-.463.333-.664-1.174.012-2.348-.001-3.52.003-.012-.614-.004-1.229-.007-1.843a8.356 8.356 0 0 0-1.152-.013c-.27-.001-.287.316-.39.498m5.957 1.352c.14.18.245.382.318.599.284-.176.811-.154.845-.578-.387-.009-.776-.005-1.163-.021m-5.595.176c-.372.361-.083 1.102.46 1.046.468.03.685-.46.609-.862a61.32 61.32 0 0 0-.26-.309c-.265-.001-.62-.127-.81.125m4.776-.069c-.475.301-.213 1.191.376 1.119.49.029.685-.488.621-.899-.241-.279-.663-.445-.997-.22z"/><path fill="#fff" d="M8.794 6.42c.317-.003.635-.004.952-.005v.69l-1.214-.001c.09-.227.176-.455.262-.683zM9.113 8.309c.094.003.189.004.283.005l.206.316c-.171.271-.526.28-.686-.003.067-.106.132-.211.197-.318zM13.786 8.301l.369.012c.018.173.029.35.037.524-.154-.035-.407.076-.483-.113-.128-.134.044-.286.077-.423zM12.706 12.61c2.602-1.157 5.227-2.266 7.826-3.429.524 1.707.695 3.565.177 5.296-.646 2.216-2.08 4.225-4.071 5.423a9.197 9.197 0 0 1-3.916 1.308c-.01-2.866-.016-5.733-.017-8.598m2.145 1.18l-.145.31.288.159c-.121.26-.245.519-.367.779-.528-.095-1.135.056-1.366.587-.457.783.532 1.821 1.34 1.439.416-.154.732-.575.703-1.028.009-.381-.279-.66-.518-.917l.202-.359c.241.342.483.683.729 1.021l-.016.382c.115.227.436.436.202.697h.398c-.201-.235.03-.45.177-.637l.117.067c0-.166-.003-.33-.008-.494l-.185.086c.146-.339.313-.669.496-.989l.267.368a6.66 6.66 0 0 0-.317.653l-.048-.121-.009.501.061-.155c.102.352.271.728.629.883.505.307 1.177.017 1.436-.476.254-.481.046-1.132-.432-1.388-.343-.236-.773-.1-1.147-.033a15.523 15.523 0 0 1-.356-.627l.437-.176c-.263-.065-.535-.098-.803-.133l-.018.207.3.046-.203.117c-.541.03-1.084-.003-1.625.012.095-.203.188-.416.121-.643a9.98 9.98 0 0 0 .669-.031c-.3-.201-.676-.094-1.011-.107zM3.206 9.228c2.611 1.14 5.217 2.289 7.826 3.436-.001 2.853.005 5.707-.004 8.559-2.439-.25-4.763-1.48-6.283-3.412-1.233-1.573-2.052-3.535-1.993-5.557-.034-1.028.153-2.047.454-3.026M7.75 12.99c-.183.171-.117.44-.132.663l.233.151c-.228.3-.4.677-.743.863-.433.171-.866-.097-1.285-.187-.001.33-.08.686.11.983-.321.13-.673.129-1.002.23-.108.245-.26.476-.313.742-.061.543.453 1.064.998.993.347.016.586-.273.796-.506l.25-.094c.004-.523-.573-.952-.275-1.463.167.22.323.447.477.677-.007.219-.038.441.007.659.517.37 1.205.158 1.796.209.266.265.561.603.982.519.471.003.677-.483 1.013-.723l.014-.23-.187.016c.023-.231.04-.462.051-.693-.233-.181-.558-.3-.653-.605-.184-.068-.458-.048-.522-.28-.205-.438-.5-.823-.811-1.19a2.89 2.89 0 0 0 .111-.664l-.307-.231c-.205.033-.46-.023-.609.16z"/><path fill="#fff" d="M7.92 14.66l.312.359-.413.209-.335-.249c.146-.106.292-.211.437-.318zM15.284 14.772c.455-.005.912-.004 1.367-.001-.16.308-.31.62-.447.938l.085-.391-.367-.022.057.416c-.24-.307-.471-.621-.695-.939zM6.79 15.256c.077.104.153.21.227.317.213.052.425.102.639.149l.031.279c-.196-.039-.404-.037-.592-.113-.183-.159-.231-.412-.305-.631zM13.44 16.303c-.231-.629.445-1.152 1.032-1.088-.113.353-.342.656-.455 1.01.104.021.21.04.316.057.093-.323.235-.627.397-.921.339.334.487.929.089 1.278-.4.477-1.226.25-1.377-.337zM17.51 15.346c.52-.286 1.265.068 1.259.689.086.591-.64 1.066-1.156.796-.254-.125-.386-.387-.515-.623.317-.018.633.008.944.068a18 18 0 0 1 .053-.223 6.836 6.836 0 0 1-.586-.706z"/><path fill="#fff" d="M17.126 15.95c.068-.147.134-.293.203-.44l.274.441-.477-.001zM5.401 15.935l.061.211-.304.145c.02.206-.017.446.176.583.211.086.404-.03.588-.12a14.73 14.73 0 0 1 .009-.631c.103.168.231.359.146.565-.117.377-.668.501-.931.205-.19-.149-.127-.408-.146-.616l.4-.342zM8.033 16.01l.329-.1c.083.213.167.425.244.64-.185.095-.369.194-.558.28.142-.27.099-.553-.014-.82zM9.117 16.916a4.09 4.09 0 0 1 .878-.005c-.275.179-.597.16-.878.005z"/><path fill="#231f20" d="M10.131 5.382c1.144-.119 2.297-.026 3.445-.055.659.018 1.324-.053 1.977.063-.018.797-.008 1.595-.008 2.393-1.804.025-3.608.004-5.41-.003 0-.8.004-1.599-.004-2.399z"/><path fill="#231f20" d="M8.439 6.621c.103-.183.12-.5.39-.498a8.36 8.36 0 0 1 1.152.013c.003.614-.005 1.229.007 1.843 1.173-.004 2.347.009 3.52-.003a2.053 2.053 0 0 0-.333.664c-1.054.009-2.108-.013-3.162-.01-.042-.434-.402-.852-.873-.754-.483.001-.484.638-.877.77.005-.674-.133-1.393.175-2.024m.356-.202c-.086.228-.172.457-.262.683l1.214.001v-.69l-.952.005zM14.397 7.972c.387.016.776.012 1.163.021-.034.424-.561.402-.845.578a2.04 2.04 0 0 0-.318-.599z"/><path fill="#231f20" d="M8.802 8.148c.19-.252.545-.127.81-.125l.26.309c.076.402-.141.892-.609.862-.544.056-.832-.685-.46-1.046m.31.161c-.065.107-.13.213-.197.318.16.283.515.274.686.003l-.206-.316a26.709 26.709 0 0 1-.283-.005zM13.577 8.079c.334-.224.755-.059.997.22.064.411-.13.927-.621.899-.588.072-.85-.818-.376-1.119m.209.222c-.033.137-.205.288-.077.423.076.189.329.078.483.113a8.279 8.279 0 0 0-.037-.524 698.92 698.92 0 0 1-.369-.012zM7.75 12.99c.149-.184.404-.128.609-.16l.307.231a2.89 2.89 0 0 1-.111.664c.312.367.607.751.811 1.19.064.232.338.213.522.28.095.305.42.424.653.605-.01.231-.027.462-.051.693l.187-.016-.014.23c-.337.24-.543.725-1.013.723-.421.083-.716-.254-.982-.519-.591-.051-1.28.162-1.796-.209-.044-.218-.013-.44-.007-.659-.154-.23-.31-.457-.477-.677-.297.511.279.94.275 1.463l-.25.094c-.21.233-.449.522-.796.506-.545.072-1.059-.45-.998-.993.053-.266.205-.497.313-.742.329-.1.681-.099 1.002-.23-.189-.297-.111-.653-.11-.983.419.09.852.357 1.285.187.343-.187.515-.563.743-.863a47.25 47.25 0 0 1-.233-.151c.014-.223-.051-.492.132-.663m.169 1.669c-.145.107-.291.213-.437.318l.335.249.413-.209-.312-.359m-1.129.597c.074.219.123.472.305.631.188.077.397.074.592.113l-.031-.279a26.958 26.958 0 0 1-.639-.149c-.074-.107-.15-.213-.227-.317m-1.389.68l-.4.342c.02.207-.044.467.146.616.263.296.814.172.931-.205.085-.206-.043-.397-.146-.565-.008.21-.01.42-.009.631-.184.09-.377.206-.588.12-.193-.137-.157-.377-.176-.583l.304-.145-.061-.211m2.631.075c.113.267.157.55.014.82.189-.086.373-.185.558-.28-.077-.215-.16-.428-.244-.64l-.329.1m1.085.906c.28.155.603.173.878-.005a4.156 4.156 0 0 0-.878.005zM14.85 13.79c.335.013.711-.094 1.011.107a9.357 9.357 0 0 1-.669.031c.067.227-.026.44-.121.643.541-.014 1.084.018 1.625-.012.051-.029.153-.087.203-.117l-.3-.046.018-.207c.269.035.54.068.803.133l-.437.176c.115.211.231.421.356.627.373-.068.803-.203 1.147.033.477.256.686.907.432 1.388-.26.493-.931.783-1.436.476-.357-.155-.527-.531-.629-.883l-.061.155.009-.501.048.121c.093-.224.2-.441.317-.653-.09-.123-.179-.245-.267-.368-.183.32-.35.65-.496.989l.185-.086c.005.164.008.329.008.494l-.117-.067c-.147.187-.378.402-.177.637h-.398c.233-.261-.087-.47-.202-.697l.016-.382c-.247-.338-.488-.68-.729-1.021-.051.09-.153.269-.202.359.239.257.527.536.518.917.029.453-.287.874-.703 1.028-.807.382-1.796-.656-1.34-1.439.231-.531.837-.682 1.366-.587.121-.26.245-.519.367-.779l-.288-.159.145-.31m.432.982c.224.318.455.633.695.939l-.057-.416.367.022-.085.391c.137-.318.287-.63.447-.938a77.864 77.864 0 0 0-1.367.001m-1.844 1.532c.151.587.977.814 1.377.337.398-.35.25-.944-.089-1.278a4.447 4.447 0 0 0-.397.921c-.106-.017-.211-.037-.316-.057.113-.353.342-.656.455-1.01-.587-.064-1.263.459-1.032 1.088m4.072-.958c.183.245.372.487.586.706a18 18 0 0 0-.053.223 3.835 3.835 0 0 0-.944-.068c.129.236.261.498.515.623.515.27 1.242-.205 1.156-.796.007-.621-.738-.974-1.259-.689m-.385.605l.477.001-.274-.441c-.069.146-.136.292-.203.44z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-motorcycles-or-bicycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ea2d2e" d="M5.646 1.818C8.357.098 11.785-.426 14.894.356c2.358.564 4.513 1.9 6.113 3.716C22.88 6.183 23.952 8.974 24 11.795v.41c-.052 2.676-1.013 5.328-2.723 7.39-1.656 2.04-4.01 3.494-6.568 4.093-2.478.57-5.142.347-7.472-.682a12.024 12.024 0 0 1-5.776-5.274C.595 16.171.131 14.41-.001 12.636v-1.072c.125-3.918 2.3-7.698 5.646-9.748m.413 2.629c1.499 1.44 2.94 2.94 4.426 4.393a652.347 652.347 0 0 0 4.074 4.076c1.513 1.529 3.043 3.04 4.558 4.567.122.116.248.229.382.335-.07.136-.137.271-.203.409.203-.032.254-.248.323-.408 1.747-2.216 2.376-5.243 1.734-7.984a9.595 9.595 0 0 0-3.59-5.514 9.539 9.539 0 0 0-5.874-1.915c-2.1.006-4.174.754-5.828 2.04M4.379 6.138c-1.418 1.868-2.143 4.252-1.95 6.594a9.592 9.592 0 0 0 3.547 6.736 9.555 9.555 0 0 0 6.148 2.126c2.06-.011 4.09-.742 5.728-1.982-1.936-1.938-3.87-3.878-5.81-5.813-.15-.154-.301-.306-.451-.457l-.122-.002.032-.058c-.034-.136-.204-.36-.358-.276l-.008-.118c-1.349-1.346-2.694-2.694-4.042-4.042-.905-.902-1.805-1.81-2.713-2.708z"/><path fill="#fff" d="M6.058 4.445c1.655-1.286 3.728-2.034 5.828-2.04A9.539 9.539 0 0 1 17.76 4.32a9.59 9.59 0 0 1 3.59 5.514c.642 2.741.013 5.767-1.734 7.984-.068.16-.12.376-.323.408.066-.138.133-.274.203-.409a5.792 5.792 0 0 1-.382-.335c-1.514-1.528-3.044-3.038-4.558-4.567.114-.001.341-.002.454-.004v-4.07c-1.51-.002-3.018.002-4.528-.002-1.486-1.453-2.927-2.953-4.426-4.393m6.466-.793l-.127.192c.118.283.451.149.685.184v.204c-.424.012-.851-.031-1.272.023-.21.162-.385.362-.572.547-.587-.409-1.46-.385-1.956.158-.6.586-.527 1.674.149 2.17.638.541 1.705.354 2.137-.359.347-.512.276-1.195-.052-1.698.154-.146.305-.295.457-.443.425.004.851-.013 1.273.026-.314.352-.677.724-.679 1.231-.09.916.835 1.735 1.733 1.532.889-.137 1.46-1.194 1.078-2.012-.276-.713-1.123-1.048-1.837-.828-.085-.283-.055-.582-.094-.872-.28-.145-.62-.071-.923-.055m2.872 6.065c-.005 1.064.001 2.13-.001 3.194.362 0 .725.002 1.086-.005a.798.798 0 0 1 1.332 0c.516.01 1.032.004 1.549.005-.07-.383.19-.977-.238-1.199-.737-.054-1.48.014-2.219-.029-.296-.056-.269-.415-.269-.646.001-.232-.031-.589.274-.64.731-.04 1.463 0 2.195-.018-.173-.551-.642-1.021-1.235-1.074-.71-.037-1.424-.022-2.136-.011-.226-.012-.367.215-.338.421m-.024 3.615c-.014.356.277.53.605.482.242.42.678.758 1.184.727.488.011.914-.314 1.135-.733.282-.012.566.013.846-.029.203-.056.196-.286.239-.45-.488-.001-.977.001-1.465-.002-.076.311-.274.624-.613.682-.448.116-.857-.25-.924-.679a84.505 84.505 0 0 0-1.007.002z"/><path fill="#fff" d="M9.761 5.075c.354-.25.815-.179 1.188-.012-.254.33-.63.564-.826.935.061.276.335.188.455.02.223-.218.437-.446.668-.655.196.398.239.906-.062 1.266-.374.544-1.265.569-1.666.043-.427-.462-.3-1.28.242-1.597zM13.738 4.922c.292-.016.611-.031.859.151.461.274.643.917.388 1.39-.22.454-.779.704-1.262.547-.527-.146-.878-.74-.738-1.273.048-.252.23-.442.384-.635.251.336.294.882.67 1.084l.196-.187c-.134-.372-.338-.714-.496-1.076zM4.379 6.138c.908.899 1.808 1.806 2.713 2.708-.524.002-1.051-.034-1.574.012-.257.01-.346.286-.326.502-.002 1.096-.004 2.191.002 3.287l-.275.104c-.013.355-.01.712.012 1.067.534.023 1.067.011 1.601.016.271.433.743.769 1.274.706.422-.014.754-.304 1.003-.618.283.41.772.69 1.28.61.443-.042.775-.372 1.003-.728.316-.002.632-.004.948-.004 1.94 1.934 3.875 3.875 5.81 5.813-1.638 1.241-3.667 1.972-5.728 1.982a9.564 9.564 0 0 1-6.148-2.126 9.587 9.587 0 0 1-3.547-6.736c-.193-2.342.532-4.726 1.95-6.594m7.743 9.928c.272.026.548.012.823.013l.12.222c-.472.018-.947-.034-1.414.03-.198.143-.356.33-.527.504-.851.022-1.704-.022-2.555.019-.264.034-.161.372-.182.551-.03.263.03.53.283.661-.262.631-.08 1.432.502 1.82.635.494 1.639.325 2.09-.337.221-.264.188-.658.445-.895l1.222-1.307c-.209.002-.42-.008-.628.014-.191.095-.467.563-.598.164.132-.168.286-.317.436-.467.341-.005.683-.005 1.025-.007a9.69 9.69 0 0 1 .202-.204c.073.144.146.288.221.432-.502.344-.823.959-.713 1.573.102.824.952 1.458 1.771 1.32.845-.108 1.5-.983 1.32-1.825-.133-.876-1.075-1.468-1.93-1.262-.266-.469-.488-.965-.782-1.417-.349-.138-.758-.062-1.129-.052-.235.026-.234.407-.002.449z"/><path fill="#fff" d="M7.34 12.626c.522-.324 1.248.222 1.082.812-.085.516-.767.768-1.171.442-.433-.293-.385-1.027.089-1.254zM9.523 12.65c.43-.302 1.091.016 1.136.533.104.57-.576 1.051-1.079.762-.503-.23-.541-1.021-.058-1.295zM11.142 13.006c.154-.084.324.14.358.276l-.032.058c-.07-.012-.209-.034-.28-.044a34.377 34.377 0 0 0-.046-.289zM14.281 17.516c.614-.03 1.236.439 1.228 1.084.05.793-.908 1.396-1.596.983-.695-.324-.782-1.441-.11-1.83.206.158.259.68.62.481.211-.234-.068-.488-.142-.718zM9.248 18.043c.535.011 1.07-.002 1.606.012.048.094.097.186.148.28-.388.007-.775-.02-1.16.02-.193.086-.19.355-.005.449.41.03.822.004 1.234.014-.091.29-.233.592-.517.737-.487.314-1.21.08-1.429-.452-.174-.344-.088-.754.125-1.06z"/><path d="M12.522 3.653c.302-.016.643-.09.923.055.038.29.008.589.094.872.714-.22 1.561.115 1.837.828.383.818-.188 1.876-1.078 2.012-.898.203-1.823-.617-1.733-1.532.002-.508.365-.88.679-1.231-.422-.04-.848-.023-1.273-.026l-.457.443c.328.503.398 1.186.052 1.698-.432.713-1.499.9-2.137.359-.676-.496-.749-1.584-.149-2.17.496-.544 1.369-.568 1.956-.158.187-.185.362-.385.572-.547.421-.054.848-.011 1.272-.023v-.204c-.234-.035-.568.1-.685-.184l.127-.192M9.761 5.075c-.542.317-.67 1.135-.242 1.597.401.526 1.291.5 1.666-.043.301-.36.258-.868.062-1.266-.232.209-.445.437-.668.655-.12.168-.394.256-.455-.02.196-.371.571-.605.826-.935-.373-.167-.834-.238-1.188.012m3.976-.153c.157.362.361.704.496 1.076l-.196.187c-.376-.202-.419-.748-.67-1.084-.154.193-.336.383-.384.635-.14.533.211 1.127.738 1.273.484.157 1.043-.094 1.262-.547.256-.473.073-1.116-.388-1.39-.248-.182-.568-.167-.859-.151zM5.191 9.36c-.019-.216.07-.492.326-.502.523-.046 1.05-.01 1.574-.012 1.348 1.348 2.693 2.695 4.042 4.042l.008.118.046.289.28.044.122.002.451.457c-.316 0-.632.001-.948.004-.228.356-.56.686-1.003.728-.509.08-.997-.199-1.28-.61-.25.314-.581.604-1.003.618-.532.064-1.003-.272-1.274-.706-.534-.005-1.067.007-1.601-.016a10.851 10.851 0 0 1-.012-1.067l.275-.104a400.164 400.164 0 0 1-.002-3.287m2.148 3.268c-.474.227-.522.961-.089 1.254.404.326 1.086.074 1.171-.442.166-.59-.56-1.136-1.082-.812m2.183.024c-.484.274-.445 1.064.058 1.295.503.289 1.183-.192 1.079-.762-.046-.517-.707-.835-1.136-.533zM10.483 8.838c1.51.005 3.018 0 4.528.002v4.07l-.454.004a711.636 711.636 0 0 1-4.074-4.076zM15.394 9.718c-.029-.206.113-.433.338-.421.712-.011 1.426-.026 2.136.011.593.053 1.062.523 1.235 1.074-.732.018-1.464-.022-2.195.018-.305.05-.272.408-.274.64 0 .23-.028.589.269.646.739.043 1.482-.025 2.219.029.427.222.168.816.238 1.199-.517-.001-1.033.005-1.549-.005a.798.798 0 0 0-1.332 0c-.361.007-.724.005-1.086.005.002-1.064-.004-2.13.001-3.194zM15.37 13.331c.336-.004.671-.004 1.007-.002.067.43.476.796.924.679.34-.058.538-.371.613-.682.488.004.977.001 1.465.002-.043.164-.036.394-.239.45-.28.042-.564.017-.846.029-.221.419-.647.744-1.135.733-.506.031-.942-.307-1.184-.727-.328.048-.619-.126-.605-.482zM12.12 16.067c-.232-.042-.233-.422.002-.449.371-.011.78-.086 1.129.052.294.452.516.948.782 1.417.854-.205 1.796.386 1.93 1.262.18.842-.475 1.717-1.32 1.825-.82.138-1.669-.496-1.771-1.32-.11-.614.211-1.229.713-1.573l-.221-.432a12.93 12.93 0 0 0-.202.204c-.342.002-.684.002-1.025.007-.15.15-.304.299-.436.467.131.398.407-.07.598-.164.208-.023.419-.012.628-.014l-1.222 1.307c-.257.238-.224.631-.445.895-.451.662-1.456.832-2.09.337-.582-.389-.763-1.189-.502-1.82-.253-.131-.313-.398-.283-.661.022-.179-.082-.517.182-.551.851-.041 1.704.002 2.555-.019.17-.174.329-.361.527-.504.467-.064.942-.012 1.414-.03l-.12-.222c-.275-.001-.551.013-.823-.013m2.161 1.448c.073.229.353.484.142.718-.361.199-.414-.323-.62-.481-.672.389-.584 1.506.11 1.83.688.413 1.646-.19 1.596-.983.008-.644-.613-1.114-1.228-1.084m-5.033.527c-.212.306-.299.715-.125 1.06.22.533.942.767 1.429.452.284-.145.426-.446.517-.737-.412-.011-.823.016-1.234-.014-.185-.094-.188-.362.005-.449.385-.041.773-.013 1.16-.02-.05-.094-.1-.186-.148-.28-.535-.014-1.07-.001-1.606-.012z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-or-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.11.127h1.863c3.084.267 6.058 1.721 8.094 4.064C22.731 6.046 23.72 8.442 24 10.908v2.243c-.34 2.954-1.749 5.784-4.008 7.736-1.93 1.722-4.429 2.747-6.998 2.987h-1.972c-2.518-.231-4.975-1.216-6.89-2.881C1.75 18.982.241 15.997 0 12.891v-1.778c.24-3.11 1.754-6.099 4.141-8.112C6.076 1.326 8.563.327 11.11.127m-.373 3.14c-1.9.262-3.691 1.203-5.034 2.564-1.481 1.571-2.428 3.683-2.437 5.858a8.457 8.457 0 0 0 1.312 4.815c1.068 1.812 2.876 3.111 4.861 3.75 2.206.654 4.686.443 6.696-.701a8.402 8.402 0 0 0 3.482-3.477c1.129-1.978 1.343-4.411.74-6.592-.636-2.09-2.018-3.992-3.938-5.073-1.684-1.043-3.73-1.41-5.683-1.144z"/><path fill="#fff" d="M10.737 3.267c1.953-.265 3.999.102 5.683 1.144 1.92 1.081 3.302 2.983 3.938 5.073.603 2.18.389 4.613-.74 6.592a8.408 8.408 0 0 1-3.482 3.477c-2.01 1.144-4.49 1.355-6.696.701-1.985-.639-3.793-1.938-4.861-3.75a8.459 8.459 0 0 1-1.312-4.815c.009-2.175.956-4.287 2.437-5.858 1.342-1.361 3.134-2.302 5.034-2.564m-.008 2.156v3.158c2.173.001 4.345-.004 6.518.003l-.001-3.162c-2.171.004-4.344.001-6.517.001M9.349 6.527l-.296 1.067c-.639.084-1.275.189-1.914.281-.06.329-.08.664-.138.993l-.316.028-.003.495 1.27.001c.058.423.359.827.813.852.507.071.957-.358.992-.851 1.465-.004 2.931-.004 4.395 0 .053.428.363.843.822.866.516.074.957-.372.996-.867.443-.024 1.321.171 1.295-.51-.493-.003-.985.003-1.479-.004-.383-.373-1.054-.381-1.436-.003-1.295.013-2.589.003-3.883.005.003-.824 0-1.648.001-2.472-.373.037-.745.084-1.117.119m-5.602 4.314v.554c5.458.003 10.916 0 16.373.001l.001-.555H3.748m2.604 2.116c.282.508-.512 1.013-.16 1.535.123-.469.305-.918.47-1.374l.136-.042c-.166.5-.364.989-.526 1.491-.122-.027-.251-.071-.368-.004.025.742.004 1.482.008 2.223.678.001 1.357-.001 2.036.001-.066-.493.295-1.015.819-1.001.526-.019.893.504.829 1.001l4.386-.001c-.089-.555.41-1.116.982-.984.462.075.703.549.672.984h2.441c-.01-.729.023-1.458-.014-2.185a24.996 24.996 0 0 0-.881-1.945c-3.483.02-6.965-.001-10.448.01-.192-.034-.27.18-.38.291m2.049 3.044c-.456.248-.447.988.02 1.22.429.273 1.058-.08 1.054-.587.05-.538-.626-.945-1.074-.634m5.996.027c-.405.26-.397.928.022 1.171.466.35 1.214-.123 1.078-.696-.041-.502-.703-.791-1.1-.475z"/><path fill="#fff" d="M6.993 13.105h.881v1.498H6.44c.183-.5.366-1.001.552-1.498zM8.029 13.105h1.199v1.498H8.029v-1.498zM9.375 13.106l1.279-.001.001 1.498h-1.28v-1.497zM10.806 13.105h1.2v1.498h-1.2v-1.498zM12.155 13.105h1.271v1.497l-1.272.001.001-1.498zM13.573 13.105h1.26l.001 1.498h-1.261v-1.498zM14.987 13.105h1.195v1.498h-1.195v-1.498zM16.328 13.105l.898.001c.218.499.438.997.655 1.497h-1.553v-1.498z"/><path fill="#030303" d="M10.73 5.423c2.173 0 4.345.003 6.517-.001l.001 3.162c-2.173-.006-4.345-.001-6.518-.003V5.423z"/><path fill="#030303" d="M9.349 6.527c.372-.036.744-.083 1.117-.119-.001.824.001 1.648-.001 2.472 1.294-.003 2.588.008 3.883-.005.382-.378 1.053-.371 1.436.003.494.006.987.001 1.479.004.025.682-.852.486-1.295.51-.038.495-.48.941-.996.867-.458-.023-.768-.438-.822-.866-1.464-.004-2.93-.004-4.395 0-.034.493-.485.922-.992.851-.453-.025-.754-.429-.813-.852l-1.27-.001.003-.495.316-.028c.058-.329.079-.664.138-.993.639-.091 1.275-.197 1.914-.281l.296-1.067zM3.749 10.841h16.375l-.001.555c-5.458-.001-10.916.001-16.373-.001v-.554zM6.352 12.957c.109-.11.188-.325.38-.291 3.483-.011 6.965.01 10.448-.01.325.632.611 1.288.881 1.945.037.728.004 1.457.014 2.185h-2.441c.032-.436-.21-.909-.672-.984-.571-.132-1.07.429-.982.984l-4.386.001c.063-.497-.303-1.02-.829-1.001-.524-.014-.885.508-.819 1.001-.678-.003-1.357 0-2.036-.001-.004-.742.018-1.482-.008-2.223.117-.067.246-.023.368.004.161-.502.359-.99.526-1.491l-.136.042c-.165.456-.347.905-.47 1.374-.352-.522.442-1.027.16-1.535m.643.148c-.187.498-.37.998-.552 1.498h1.434v-1.498h-.881m1.035 0v1.498h1.199v-1.498H8.029m1.346.001v1.497h1.28l-.001-1.498-1.279.001m1.431-.001v1.498h1.2v-1.498h-1.2m1.349 0l-.001 1.498 1.272-.001v-1.497h-1.271m1.418 0v1.498h1.261l-.001-1.498h-1.26m1.414 0v1.498h1.195v-1.498h-1.195m1.341 0v1.498h1.553c-.217-.5-.437-.998-.655-1.497l-.898-.001z"/><path fill="#030303" d="M8.403 16.001c.448-.311 1.124.095 1.074.634.004.507-.625.86-1.054.587-.467-.232-.476-.973-.02-1.22zM14.399 16.027c.396-.316 1.059-.027 1.1.475.136.573-.612 1.046-1.078.696-.419-.243-.427-.91-.022-1.171z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-or-tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c44d37" d="M11.428.464c.345-.167.799-.17 1.144 0 .394.044.818-.069 1.19.106.235.019.475.024.703.098l.467.121c.119.039.238.081.356.128.121.037.24.075.358.117a24.935 24.935 0 0 1 .698.237c.493.221.972.467 1.447.722a13.88 13.88 0 0 1 2.421 1.852c.53.672 1.133 1.294 1.557 2.045l.097.25c.106.162.216.322.321.486l.129.246c.035.117.068.235.1.353.084.164.171.324.257.486l.111.343c.045.117.088.236.129.356.038.156.075.314.111.472l.127.476c.05.192.074.39.111.586.097.265.081.552.101.829.18.359.07.775.1 1.159-.032.389.085.812-.101 1.175-.02.276.004.564-.1.827-.037.196-.061.394-.111.587-.043.158-.084.318-.128.475a23 23 0 0 1-.11.47 5.72 5.72 0 0 1-.133.336c-.109.247-.198.503-.309.749-.056.152-.107.306-.167.456-.03.061-.087.184-.116.245l-.322.481-.098.251c-.195.327-.42.635-.617.961-.173.19-.358.374-.481.602-.455.491-.933.962-1.42 1.421-.229.123-.414.307-.603.481-.326.196-.629.425-.962.607-.261.116-.5.272-.734.433-.204.069-.406.141-.605.217l-.232.147a9.294 9.294 0 0 1-.35.105 3.31 3.31 0 0 1-.357.129c-.156.043-.313.08-.47.116-.158.043-.318.081-.476.123-.252.062-.512.086-.756.177-.259.017-.518.021-.776.036-.281.168-.621.085-.929.105-.349-.025-.728.072-1.048-.105-.316-.024-.645.018-.946-.097-.199-.036-.401-.066-.595-.125l-.324-.064c-.203-.063-.411-.11-.615-.167a8.376 8.376 0 0 1-.358-.123 7.77 7.77 0 0 1-.346-.113 26.943 26.943 0 0 1-.242-.125c-.208-.057-.404-.149-.599-.239a42.79 42.79 0 0 0-.479-.24c-.408-.257-.8-.538-1.208-.794-.156-.129-.314-.26-.491-.359-.738-.734-1.533-1.422-2.142-2.272-.314-.522-.707-.997-.966-1.552-.06-.127-.121-.252-.178-.38l-.256-.481a13.796 13.796 0 0 0-.115-.343l-.117-.358a5.576 5.576 0 0 1-.127-.356c-.043-.156-.08-.313-.121-.469-.063-.229-.079-.468-.101-.703-.223-.47.051-1.029-.197-1.49.03-.713-.128-1.465.085-2.152.019-.275.012-.555.093-.821.044-.158.086-.316.128-.475.036-.156.073-.313.113-.469.038-.121.081-.24.129-.357.037-.119.076-.24.116-.359.037-.116.075-.23.115-.345l.128-.242c.06-.207.146-.405.23-.602.106-.159.215-.318.314-.482.179-.336.408-.641.607-.965.633-.793 1.224-1.641 2.051-2.246.491-.398.983-.802 1.532-1.12l.248-.099c.165-.103.321-.219.488-.32l.244-.129c.117-.036.235-.07.353-.101l.24-.124c.21-.073.413-.16.616-.25.147-.045.297-.078.448-.109.118-.048.239-.091.361-.131.155-.041.31-.079.466-.119.228-.072.468-.079.704-.099.371-.172.794-.063 1.189-.105M6.091 4.752c.624.635 1.241 1.278 1.862 1.915l.069-.069c-.079.578.223 1.132.339 1.692l-.398.11.013.304c.177-.016.373.058.536-.027.288-.211.499-.553.864-.644.058.085.118.17.178.254-.721.094-1.021 1.082-.494 1.563.484.547 1.478.21 1.58-.503a50.754 50.754 0 0 1 2.807 2.818c1.525 1.58 3.072 3.137 4.602 4.709.365.349.69.745 1.104 1.038 3.044-3.55 2.771-9.485-.706-12.657-1.778-1.687-4.223-2.703-6.687-2.614-2.06.004-4.115.753-5.67 2.11M4.795 6.037c-1.719 2.076-2.541 4.91-2.045 7.576.414 2.444 1.895 4.632 3.875 6.093 1.327.927 2.894 1.54 4.517 1.65 2.392.245 4.874-.544 6.7-2.106-.93-.907-1.822-1.853-2.741-2.771-.297-.296-.596-.593-.857-.922l-.037.032.027-.026a4.703 4.703 0 0 0-1.18-1.021c.019-.853.069-1.709-.007-2.56-.799-.005-1.598-.011-2.396-.004-.617-.693-1.303-1.319-1.944-1.989-1.311-1.31-2.593-2.647-3.91-3.952z"/><path fill="#c44d37" d="M9.31 8.802l.426-.123c.128.048.258.094.387.141.042.223.217.481.027.681-.185.322-.685.333-.891.027-.177-.22-.012-.496.05-.726zM11.427 12.697c.29-.008.583-.011.874-.012.002.293.005.584.011.875-.302-.281-.584-.581-.885-.863z"/><path fill="#fff" d="M6.091 4.752c1.556-1.356 3.611-2.106 5.67-2.11 2.463-.09 4.909.927 6.687 2.614 3.477 3.171 3.749 9.107.706 12.657-.414-.293-.739-.689-1.104-1.038-1.53-1.573-3.077-3.13-4.602-4.709a50.754 50.754 0 0 0-2.807-2.818 1.02 1.02 0 0 0-1.085-1.06l-.178-.254c.258-.011.523-.027.776.042.343.111.566.412.802.665.928-.006 1.856.011 2.783.011.254-.382.617-.771 1.12-.737.547-.084.981.308 1.254.734.554.007 1.107.007 1.66.004.007-.679.004-1.359.008-2.038-.81-.085-1.625-.047-2.438-.053-1.386.008-2.773-.013-4.159-.005 0-.796.025-1.595-.064-2.389-.553.001-1.104.001-1.657-.002-.251.488-.461.996-.695 1.491-.153.356-.491.568-.745.842l-.069.069c-.621-.638-1.237-1.28-1.861-1.915m5.241.063c0 .564-.004 1.128-.006 1.692.672.008 1.344.011 2.017.006.002-.559.001-1.119-.004-1.679-.669-.02-1.337-.013-2.007-.019m2.127.015c-.008.561 0 1.122-.02 1.684a54.49 54.49 0 0 0 1.939.002c.005-.562-.002-1.125 0-1.687-.64 0-1.279-.001-1.919.001m2.051-.005c-.007.565-.012 1.13-.01 1.694.647-.002 1.293.004 1.94.001 0-.564-.002-1.127.004-1.691-.645-.005-1.29-.002-1.934-.005m-.877 3.54c-.69.193-.806 1.267-.196 1.624.524.363 1.346-.032 1.34-.685.099-.614-.56-1.169-1.144-.939z"/><path fill="#fff" d="M9.73 4.587a41.07 41.07 0 0 1 1.053-.006c.069.481.042.967-.011 1.448-.535.001-1.07.002-1.605-.012.184-.479.382-.952.562-1.43zM4.795 6.037c1.317 1.305 2.599 2.642 3.91 3.952.641.67 1.327 1.297 1.944 1.989a27.4 27.4 0 0 0-.702.016c-.193.681-.386 1.362-.565 2.048-.669 0-1.336-.005-2.004.001-.001-.564-.001-1.128.001-1.692a39.574 39.574 0 0 0-.344-.016c0 .57-.001 1.14-.004 1.711l-.916.006-.002.728-.358-.054.006.65a94.5 94.5 0 0 1 .347-.154c0 .288-.001.576-.005.863.383-.029.816-.135 1.164.085.294.167.46.473.621.758.786-.02 1.568.047 2.352.056.063-.441.121-.907.398-1.273.453-.634 1.329-.983 2.081-.718.491.123.829.519 1.177.857.103-.087.205-.174.307-.263l.037-.032c.261.328.56.626.857.922.919.918 1.811 1.864 2.741 2.771-1.826 1.562-4.308 2.351-6.7 2.106-1.623-.11-3.19-.724-4.517-1.65-1.98-1.461-3.46-3.649-3.875-6.093-.496-2.666.326-5.5 2.045-7.576m6.915 9.219c-1.009.288-1.558 1.539-1.059 2.47.464 1.008 1.959 1.299 2.747.504.814-.702.703-2.134-.174-2.733-.426-.332-1.008-.361-1.514-.241M6.32 16.316c-.357.137-.663.438-.764.813-.183.574.148 1.264.724 1.459.743.332 1.631-.363 1.586-1.151.038-.778-.814-1.387-1.545-1.121zM14.675 8.779c.308-.139.745.048.737.417.06.404-.45.734-.783.479-.315-.19-.301-.75.047-.896z"/><path fill="#fff" d="M9.994 14.047c.196-.459.29-.973.566-1.391.279-.019.61-.098.867.042.301.282.583.583.885.863l.016.485c-.777.002-1.556.01-2.333.001zM11.913 16.02c.589-.252 1.327.303 1.266.937.036.503-.437.978-.942.934-.605.058-1.147-.623-.946-1.199a1 1 0 0 1 .622-.672zM6.646 16.845c.552-.122.899.626.541 1.014-.229.333-.777.343-1.001-.001-.3-.357-.038-1.042.46-1.013z"/><path fill="#1e2227" d="M8.767 5.756c.234-.496.444-1.003.695-1.491.553.004 1.104.004 1.657.002.09.794.064 1.593.064 2.389 1.386-.008 2.773.013 4.159.005.813.006 1.629-.032 2.438.053-.005.679-.001 1.359-.008 2.038-.553.004-1.106.004-1.66-.004-.272-.426-.707-.818-1.254-.734-.503-.035-.866.355-1.12.737-.928 0-1.856-.017-2.783-.011-.236-.253-.46-.554-.802-.665-.253-.069-.518-.053-.776-.042-.365.091-.577.432-.864.644-.164.086-.359.012-.536.027L7.964 8.4l.398-.11c-.116-.56-.418-1.114-.339-1.692.254-.273.592-.486.745-.842m.962-1.169c-.18.479-.379.952-.562 1.43.535.014 1.07.013 1.605.012.053-.481.08-.967.011-1.448-.351-.001-.702-.002-1.053.006z"/><path fill="#1e2227" d="M11.334 4.816c.67.006 1.339-.001 2.007.019.005.56.006 1.12.004 1.679-.672.005-1.344.002-2.017-.006.002-.564.006-1.128.006-1.692zM13.461 4.831c.64-.002 1.279-.001 1.919-.001-.002.562.005 1.125 0 1.687-.647.008-1.293.012-1.939-.002.02-.561.012-1.122.02-1.684zM15.512 4.826c.645.002 1.29 0 1.934.005-.006.564-.004 1.127-.004 1.691-.647.002-1.293-.004-1.94-.001-.002-.565.002-1.13.01-1.694zM9.06 9.851c-.527-.481-.227-1.469.494-1.563a1.02 1.02 0 0 1 1.085 1.06c-.101.713-1.096 1.05-1.58.503m.251-1.049c-.062.23-.227.506-.05.726.205.306.706.295.891-.027.19-.199.014-.457-.027-.681-.129-.047-.259-.093-.387-.141l-.426.123zM14.635 8.365c.584-.23 1.243.325 1.144.939.006.653-.816 1.048-1.34.685-.61-.357-.494-1.43.196-1.624m.04.414c-.347.146-.362.706-.047.896.333.256.843-.075.783-.479.008-.369-.429-.555-.737-.417zM9.947 11.994a41.1 41.1 0 0 1 .702-.016c.799-.007 1.598-.001 2.396.004.076.851.026 1.707.007 2.56.449.27.844.619 1.18 1.021l-.027.026c-.101.088-.204.176-.307.263-.349-.338-.687-.734-1.177-.857-.752-.265-1.629.084-2.081.718-.277.365-.334.832-.398 1.273-.784-.01-1.567-.076-2.352-.056-.161-.285-.327-.591-.621-.758-.349-.22-.781-.113-1.164-.085.004-.288.005-.576.005-.863a94.5 94.5 0 0 0-.347.154l-.006-.65.358.054.002-.728.916-.006c.002-.571.004-1.141.004-1.711l.344.016c-.002.564-.002 1.128-.001 1.692.667-.006 1.335-.001 2.004-.001a96.92 96.92 0 0 1 .565-2.048m.045 2.051c.777.008 1.556.001 2.333-.001l-.016-.485c-.006-.291-.008-.583-.011-.875-.291.001-.584.004-.874.012-.257-.14-.587-.061-.867-.042-.276.418-.37.933-.566 1.391z"/><path fill="#1e2227" d="M11.706 15.254c.506-.119 1.088-.091 1.514.241.878.599.989 2.031.174 2.733-.788.795-2.283.504-2.747-.504-.499-.931.05-2.183 1.059-2.47m.207.766a1 1 0 0 0-.622.672c-.202.576.34 1.257.946 1.199.505.044.978-.431.942-.934.061-.634-.677-1.189-1.266-.937zM6.32 16.316c.731-.266 1.583.343 1.545 1.121.045.788-.843 1.483-1.586 1.151-.576-.195-.906-.885-.724-1.459.101-.375.407-.676.764-.813m.327.529c-.498-.03-.759.656-.46 1.013.223.344.771.334 1.001.001.358-.388.011-1.136-.541-1.014z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-or-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.112 0h1.764c2.552.196 5.039 1.21 6.973 2.894 2.401 2.044 3.913 5.073 4.152 8.214v1.777c-.2 2.55-1.211 5.031-2.893 6.961-2.044 2.403-5.071 3.918-8.215 4.154h-2.071c-1.13-.175-2.261-.402-3.321-.843a12.074 12.074 0 0 1-6.509-6.308 12.326 12.326 0 0 1-.991-3.959v-1.873c.275-3.109 1.77-6.099 4.154-8.125 1.93-1.68 4.41-2.69 6.957-2.891m-5.14 5.723c-1.64 1.662-2.688 3.981-2.583 6.339-.033.632.094 1.254.2 1.872.33 1.538 1.169 2.953 2.232 4.101.726.648 1.505 1.245 2.386 1.67 1.473.785 3.187 1.028 4.835.866 1.948-.207 3.785-1.148 5.188-2.501.739-.651 1.264-1.546 1.696-2.429 1.228-2.591 1.088-5.805-.464-8.232-1.066-1.876-2.943-3.177-4.967-3.836a9.472 9.472 0 0 0-3.447-.266c-1.902.187-3.692 1.117-5.076 2.415z"/><path fill="#fff" d="M5.972 5.724c1.385-1.298 3.174-2.228 5.076-2.415a9.517 9.517 0 0 1 3.447.266c2.024.66 3.902 1.96 4.967 3.836 1.552 2.426 1.691 5.641.464 8.232-2.077.011-4.155.001-6.232.005-.003.676.001 1.352-.003 2.028a936.15 936.15 0 0 0-2.37 0c-.005-1.245 0-2.49-.003-3.736-2.576-.004-5.153.004-7.73-.005-.106-.618-.232-1.24-.2-1.872-.104-2.359.944-4.677 2.583-6.339m4.042-1.009c.008 1.061-.013 2.121.01 3.18 1.255-.008 2.511.019 3.765-.015l-.387.285c-1.21.005-2.421.001-3.631.003-.014-.829.029-1.66-.024-2.488a6.58 6.58 0 0 1-1.037.113 11.57 11.57 0 0 0-.319 1.108c-.622.04-1.239.153-1.852.268a7.967 7.967 0 0 0-.183.984l-.445.023v.509c.451.004.901.003 1.352.004-.013.449.33.876.787.91.537.08.986-.397 1.014-.91 1.38-.001 2.761-.003 4.14 0 .05.456.377.905.872.916.526.044.924-.425.957-.919.472-.024 1.006.114 1.405-.215.004-.074.009-.222.011-.295-.538-.014-1.077-.004-1.616-.009l-.353-.28c.651.015 1.303.013 1.955.003.025-1.052-.006-2.105.016-3.156-2.142-.059-4.292-.024-6.437-.018m-6.519 7.075l.005.384h17.125c.001-.097.005-.289.008-.384H3.494z"/><path fill="#fff" d="M7.87 18.08c.243-.356.597-.699 1.059-.685.462-.019.822.323 1.062.681 1.434.004 2.867.004 4.301 0 .241-.352.592-.692 1.049-.681.464-.021.827.319 1.067.68.608.003 1.215.013 1.822-.004-1.404 1.352-3.241 2.293-5.188 2.501-1.649.162-3.363-.08-4.835-.866-.881-.425-1.66-1.022-2.386-1.67.684.021 1.366.034 2.049.044m.703-.463c-.612.23-.726 1.156-.182 1.524.516.486 1.478.011 1.421-.687.083-.645-.679-1.097-1.239-.837m6.416.001c-.65.249-.715 1.239-.108 1.577.577.43 1.476-.15 1.352-.849-.005-.601-.721-.968-1.244-.728z"/><path fill="#030303" d="M10.013 4.715c2.145-.006 4.295-.041 6.437.018-.023 1.052.009 2.105-.016 3.156-.652.01-1.304.013-1.955-.003l.353.28c.539.005 1.078-.005 1.616.009l-.011.295c-.398.329-.932.191-1.405.215-.034.494-.431.963-.957.919-.495-.011-.822-.46-.872-.916-1.38-.003-2.761-.001-4.14 0-.028.513-.477.99-1.014.91-.456-.034-.799-.461-.787-.91-.451-.001-.901 0-1.352-.004v-.509l.445-.023c.048-.33.096-.662.183-.984.613-.114 1.23-.227 1.852-.268.09-.373.192-.745.319-1.108a6.58 6.58 0 0 0 1.037-.113c.053.828.01 1.659.024 2.488 1.21-.001 2.421.003 3.631-.003l.387-.285c-1.254.034-2.509.008-3.765.015-.023-1.059-.003-2.12-.01-3.18zM3.494 11.791h17.138l-.008.384H3.499l-.005-.384zM3.589 13.935c2.577.009 5.154.001 7.73.005.003 1.245-.003 2.49.003 3.736h2.37c.004-.676 0-1.352.003-2.028 2.077-.004 4.155.006 6.232-.005-.432.883-.957 1.778-1.696 2.429-.607.016-1.214.006-1.822.004-.24-.361-.603-.701-1.067-.68-.457-.011-.808.329-1.049.681-1.434.004-2.867.004-4.301 0-.24-.358-.599-.7-1.062-.681-.462-.014-.817.329-1.059.685-.684-.01-1.366-.023-2.049-.044-1.063-1.148-1.901-2.563-2.232-4.101z"/><path fill="#030303" d="M8.573 17.617c.56-.26 1.322.192 1.239.837.057.699-.905 1.174-1.421.687-.544-.368-.43-1.294.182-1.524zM14.989 17.618c.523-.24 1.239.127 1.244.728.124.7-.775 1.279-1.352.849-.607-.338-.542-1.328.108-1.577z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-horizontal-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M3.326.333c.256-.081.529-.04.793-.048C9.603.275 15.088.283 20.573.282c.15-.021.272.074.397.141l-.102-.035.04.224c.381.249.568.723.584 1.166.001 6.905-.001 13.811.001 20.717-.001.19-.056.374-.086.561-.029.075-.061.151-.089.228-.154.149-.265.345-.456.453-.182.13-.416.141-.63.149H4.25c-.301-.005-.615.028-.902-.08-.485-.235-.752-.789-.759-1.311 0-6.857.001-13.715-.001-20.573.001-.192.023-.383.03-.575a3.01 3.01 0 0 0-.136.233l.006-.158c.034-.075.066-.152.097-.228l.074.177c.083-.32.277-.599.529-.808l.086.082C3.23.573 3.195.491 3.118.448a1.86 1.86 0 0 1 .105-.066c.058.073.149.109.24.077.282-.06.571-.038.856-.04h15.498c.345.004.701-.034 1.03.099-.025-.093-.106-.149-.171-.213-.377-.025-.755-.014-1.132-.016C14.47.288 9.397.286 4.323.29c-.332.004-.668-.026-.996.043m16.444.392c-.968.02-1.935.005-2.903.01L4.18.734c-.273.003-.56-.026-.815.092-.313.178-.424.559-.481.891-.062.659-.038 1.322-.017 1.982-.001 6.262.002 12.524-.001 18.786.009.296.094.603.304.82.261.217.616.253.944.245 5.371 0 10.743.002 16.114-.001.542.029.98-.467.99-.987l-.001-19.546c.005-.433.023-.867-.003-1.3a1.29 1.29 0 0 0-.35-.776c-.303-.256-.723-.227-1.094-.215z"/><path fill="#fffffe" d="M3.465 1.407c.193-.131.431-.087.649-.093l16.184.001c.114-.012.214.043.312.091.123.219.219.465.19.721-.051.546-.036 1.094-.038 1.641V22.57c-.008.154-.141.257-.235.364-.213.021-.427.048-.641.045-5.281-.002-10.561-.002-15.843.001-.156.001-.311-.01-.466-.019-.228-.174-.272-.476-.259-.744.013-4.825-.025-9.648-.014-14.473.03-1.759.01-3.518.015-5.277.01-.356-.063-.746.146-1.061m5.48 1.1a1.334 1.334 0 0 0-.856.649c-.265.475-.294 1.046-.212 1.574.075.49.359.976.829 1.178.557.233 1.276.158 1.706-.292.36-.377.466-.923.457-1.428-.008-.48-.132-.993-.485-1.339-.372-.365-.944-.459-1.439-.341m-4.073.021l-.001 3.438H5.3c.001-.986-.001-1.972.001-2.957.507.979 1.018 1.956 1.504 2.945.177.017.355.014.532.012V2.527l-.428-.001c-.001.902.001 1.805-.001 2.707-.471-.893-.923-1.798-1.376-2.702-.22-.007-.44-.005-.66-.003m10.882.242c-.045.25-.132.511-.056.764l-.001.001c-.13-.053-.255.008-.371.065-.008.11-.016.221-.026.332-.152.122-.156.377-.361.433-.192.086-.125.35-.173.519l-.331.008c-.008.106-.013.213-.021.32-.331.154-.568.488-.53.863-.111.04-.228.072-.33.134-.118.217-.069.479-.071.716-.01.102.083.176.158.227.4.025.806.033 1.201-.043.239-.031.485-.014.717-.091.038.064.102.119.112.197.054.418.05.845-.014 1.262-.178.397-.699.47-.889.867a3.979 3.979 0 0 0-.245.021c-.117.044-.096.173-.11.272-.23.079-.483.043-.71.136-.163.034-.198.221-.32.309-.229.08-.461.165-.706.185l-.118.247c-.235.052-.467.118-.701.178-.106.062-.132.195-.189.296-.241.086-.501.086-.745.151-.051.084-.08.18-.115.272-.239.059-.481.111-.712.196-.099.063-.143.18-.208.273-.218.071-.447.101-.667.166-.08.077-.119.185-.194.266-.147.075-.32.072-.47.139-.202.081-.337.257-.484.408l-.339.013c-.043.091-.068.194-.134.272-.22.088-.449.154-.675.227-.043.094-.081.191-.136.28-.106.127-.289.095-.434.11a2.283 2.283 0 0 0-.093.255c-.346.067-.375.496-.684.612-.194.091-.112.368-.216.534l-.259.084c-.056.47-.022.944-.03 1.416.012.383-.025.767.023 1.149l.287.002c.054.15.099.304.13.461.16.016.322.022.479-.011.126.008.252.005.379.008.161.005.326.019.484-.019.115-.095.082-.261.101-.392.093-.067.245-.101.263-.234.108-.503.121-1.022.234-1.524.083-.034.167-.064.247-.106.084-.105.067-.252.091-.377.104-.032.207-.063.31-.096.077-.243.301-.371.54-.407.145-.139.328-.233.459-.389.149-.011.297-.019.446-.028l.05-.189c.25-.186.577-.181.856-.291l.019-.191a1.42 1.42 0 0 1 .873-.225l.016-.248c.237-.082.483-.128.719-.211.153-.033.167-.205.219-.325.262-.033.515-.112.776-.151l.009-.217c.281-.115.57-.24.874-.267.029-.098-.028-.246.063-.317.263-.03.531-.019.793-.064.039-.099.032-.261.163-.289.25-.055.475-.181.714-.265l.145-.348.067-.001c.11.069.241.04.362.03l.023-.269c.316-.075.605-.3.729-.603l.08.001c.115-.014.227-.043.338-.077.049-.149.122-.288.187-.431.051-.108.01-.243.081-.341.086-.053.19-.053.287-.063-.024-.478.161-.968.01-1.435a10.406 10.406 0 0 1-.01-.171l.077-.003c.006-.13.004-.262.035-.389.039-.254.352-.251.548-.304.479.065.964.149 1.448.107.234-.069.223-.37.237-.568.032-.27-.14-.493-.277-.706-.235-.052-.319-.269-.352-.482a31.94 31.94 0 0 0-.394-.153 7.958 7.958 0 0 1-.089-.337 2.093 2.093 0 0 0-.336.01l-.001-.058a1.004 1.004 0 0 0-.048-.435l-.308-.067a2.322 2.322 0 0 1-.073-.307c-.119-.089-.243-.172-.365-.256-.004-.211-.153-.341-.333-.421a2.622 2.622 0 0 0-.452-.647l-.206-.043-.001-.04c-.283-.006-.566-.005-.849-.014-.163.017-.428-.053-.497.147M5.077 18.88a7.161 7.161 0 0 0 0 .359c.333-.008.665-.001.998-.005.006.88.001 1.76.003 2.64h.395c.002-.88-.003-1.76.003-2.639.335 0 .671.002 1.006-.001-.003-.118-.005-.235-.01-.352-.798.004-1.597.005-2.395-.001m3.909-.003c-.022.519-.003 1.039-.01 1.559.003.358-.026.746.165 1.066.151.255.442.394.729.42.349.038.748-.013.998-.283.226-.227.263-.563.268-.867.005-.629-.001-1.259.003-1.888-.133-.001-.265 0-.398.002.003.632.003 1.264.001 1.896.002.217-.042.444-.173.622-.211.215-.56.235-.83.135-.277-.104-.359-.432-.363-.697-.009-.652 0-1.305-.003-1.957a16.65 16.65 0 0 1-.387-.007m4.004.005c-.005.994.01 1.988-.008 2.982.134.008.268.01.403.01.003-.398-.004-.796.004-1.194.151.012.316-.026.459.023.328.381.624.787.946 1.172.17-.002.34-.002.511-.003-.352-.434-.712-.863-1.059-1.301.134-.072.276-.139.379-.255.345-.364.318-1.075-.165-1.31-.458-.211-.982-.092-1.469-.123m3.839-.001c.003.998-.007 1.997.005 2.996.123-.004.245-.005.368-.007.006-.85-.015-1.7.011-2.549.439.849.874 1.7 1.308 2.551.15 0 .3 0 .45-.004-.01-.997 0-1.993-.005-2.99a6.744 6.744 0 0 0-.376.012c.01.769.012 1.538-.001 2.307-.426-.757-.792-1.547-1.195-2.316h-.563z"/><path fill="#fffffe" d="M8.947 2.927c.374-.146.855-.087 1.127.229.257.301.322.713.325 1.097-.004.379-.068.791-.332 1.082-.376.433-1.154.4-1.484-.073-.269-.368-.295-.853-.258-1.291.038-.413.214-.87.622-1.044zM13.387 19.223c.283.011.587-.038.848.097.318.218.25.763-.063.955-.247.106-.525.072-.786.08 0-.377-.001-.754.001-1.132z"/><path fill="#0a090a" d="M3.223.382l.103-.049c.328-.069.664-.038.996-.043C9.396.287 14.47.289 19.543.289c.377.001.755-.01 1.132.016.065.064.147.119.171.213-.328-.134-.685-.095-1.03-.099H4.318c-.285.003-.574-.02-.856.04-.091.032-.182-.004-.24-.077zM3.118.448c.077.043.112.125.156.197L3.188.563a1.58 1.58 0 0 0-.529.808l-.074-.177c.104-.293.293-.551.533-.747zM19.771.725c.37-.012.791-.041 1.094.215.193.212.333.486.35.776.025.433.008.867.003 1.3.001 6.516-.001 13.031.001 19.546-.01.52-.448 1.016-.99.987-5.371.003-10.743.001-16.114.001-.327.008-.682-.029-.944-.245-.211-.217-.296-.525-.304-.82.003-6.262.001-12.524.001-18.786-.021-.66-.045-1.323.017-1.982.058-.332.168-.713.481-.891.254-.118.542-.089.815-.092l12.688.001c.968-.005 1.935.01 2.903-.01m-16.307.682c-.209.315-.136.706-.146 1.061-.005 1.759.015 3.518-.015 5.277-.011 4.825.027 9.648.014 14.473-.012.268.031.57.259.744.155.009.311.019.466.019 5.281-.003 10.561-.003 15.843-.001.215.003.428-.024.641-.045.094-.107.227-.211.235-.364V3.769c.002-.547-.014-1.095.038-1.641.029-.256-.067-.503-.19-.721-.098-.049-.198-.104-.312-.091-5.395-.001-10.789.001-16.184-.001-.219.005-.456-.038-.649.093m-.483.369a6.369 6.369 0 0 0-.01.415c.01 6.814-.012 13.629.01 20.442.025-3.933.004-7.867.01-11.8-.005-3.019.014-6.038-.01-9.057m.794 21.638c.113.006.227.01.341.012l10.356.001c1.964-.01 3.929.016 5.892-.014-2.927-.018-5.855.001-8.782-.007-2.602.008-5.205-.012-7.807.008z"/><path fill="#0a090a" d="M2.482 1.58c.043-.08.088-.158.136-.233-.007.192-.029.383-.03.575l.001 20.573c.008.523.274 1.077.759 1.311.287.108.601.075.902.08h15.982c.215-.009.448-.02.63-.149.191-.108.302-.304.456-.453l.09.025c-.134.273-.356.49-.616.643l-.06-.024a6.09 6.09 0 0 1-.096.073H3.468c-.097-.117-.234-.209-.392-.188a1.778 1.778 0 0 1-.597-1.112c.001-7.04-.001-14.08.003-21.121zM8.945 2.506c.494-.118 1.066-.024 1.439.341.354.346.477.859.485 1.339.01.505-.097 1.051-.457 1.428-.43.45-1.149.525-1.706.292-.47-.202-.754-.688-.829-1.178-.082-.528-.053-1.099.212-1.574.178-.324.495-.565.856-.649m.002.422c-.408.174-.584.632-.622 1.044-.037.438-.011.924.258 1.291.33.472 1.108.505 1.484.073.264-.291.328-.703.332-1.082-.003-.384-.068-.796-.325-1.097-.272-.316-.752-.375-1.127-.229z"/><path fill="#0a090a" d="M4.872 2.528c.22-.002.44-.003.66.003.453.904.904 1.808 1.376 2.702.003-.902 0-1.804.001-2.707l.428.001v3.439c-.178.002-.355.005-.532-.012-.486-.989-.996-1.967-1.504-2.945L5.3 5.966h-.429l.001-3.438zM6.488 15.582l.199.017c.019.568.056 1.146-.064 1.706l-.171.056c-.026.202-.17.357-.385.315-.091-.353-.091-.72-.077-1.081.019-.182.059-.4.238-.492.18-.108.2-.339.26-.52zM5.077 18.88c.798.006 1.597.005 2.395.001l.01.352c-.335.003-.671.001-1.006.001-.006.88-.001 1.76-.003 2.639h-.395c-.002-.88.003-1.76-.003-2.64-.333.003-.666-.003-.998.005a7.161 7.161 0 0 1 0-.359zM8.986 18.878l.387.007c.003.652-.005 1.305.003 1.957.003.265.086.593.363.697.27.1.619.08.83-.135.131-.178.175-.405.173-.622.001-.632.002-1.264-.001-1.896.132-.002.265-.003.398-.002-.003.629.002 1.259-.003 1.888-.005.304-.043.64-.268.867-.25.27-.649.322-.998.283-.287-.026-.578-.165-.729-.42-.191-.32-.161-.708-.165-1.066.007-.52-.012-1.04.01-1.559zM12.99 18.884c.488.032 1.011-.087 1.469.123.483.235.51.946.165 1.31-.103.116-.245.183-.379.255.347.438.707.867 1.059 1.301-.171.001-.341.001-.511.003-.322-.385-.619-.791-.946-1.172-.143-.049-.308-.011-.459-.023-.008.398-.001.796-.004 1.194-.134 0-.269-.001-.403-.01.018-.994.002-1.988.008-2.982m.398.34l-.001 1.132c.261-.008.539.025.786-.08.313-.192.381-.737.063-.955-.261-.135-.566-.086-.848-.097zM16.83 18.884h.563c.403.769.769 1.559 1.195 2.316.014-.769.012-1.538.001-2.307.125-.008.251-.01.376-.012.005.996-.005 1.993.005 2.99-.15.004-.3.004-.45.004-.434-.851-.869-1.702-1.308-2.551-.026.849-.005 1.699-.011 2.549-.123.001-.245.003-.368.007-.012-.998-.002-1.997-.005-2.996z"/><path fill="#272b33" d="M20.907.612l-.04-.224c.337.204.586.551.678.933-.058.088-.039.152.055.193v21.428a4.63 4.63 0 0 1-.144.269l-.049-.157c.029-.187.085-.371.086-.561-.003-6.906 0-13.812-.001-20.717-.016-.442-.203-.917-.584-1.166zM16.291 3.112c.272.001.553-.031.812.071l.021.339.3.031c.039.148.077.296.114.445.148.046.302.084.459.071-.004.125-.014.251-.019.376.105-.005.211-.008.316-.01l.048.004c-.01.145-.01.291-.004.436.339.101.43.475.706.656.191.142.238.396.339.599l.335.158c.003.092.005.184.009.275-.345.115-.726-.056-.986-.285-.23-.008-.46-.01-.69-.018-.048.113-.094.227-.14.341-.107.043-.213.089-.32.133-.075.424-.067.854-.073 1.283-.034.417-.068.836-.15 1.247-.082.03-.164.061-.245.093l-.08.348-.335.152c-.077.214-.214.402-.454.435-.029.085-.053.173-.091.254-.129.059-.272.079-.408.116-.174.342-.577.446-.93.464l-.058.284c-.263.056-.525.115-.788.166l-.115.311c-.254.072-.514.115-.774.16-.025.09-.048.182-.086.268-.248.093-.51.142-.764.217-.052.128-.103.256-.152.387l-.154-.021c-.191-.038-.382.006-.571.037l-.099.319c-.354.023-.859.134-.9.562-.069-.005-.136-.013-.204-.021-.215-.038-.429.012-.64.045l-.016.239c-.27.044-.522.169-.799.175-.047.381-.52.328-.671.634-.218.125-.459.195-.695.276-.104.109-.092.282-.128.421l-.241.021c-.06.381-.112.767-.075 1.153.004.18.005.36-.001.541a1.98 1.98 0 0 0-.104.393c-.214.033-.406.15-.619.178-.193-.026-.429-.071-.555-.228-.121-.451-.091-.925-.086-1.387.025-.413.049-.928.464-1.152l.08-.396.258-.07c.044-.127.065-.282.186-.363.095-.042.203-.033.304-.049a.905.905 0 0 0 .149-.423l.232.001c.163-.01.324-.04.485-.071.039-.104.08-.206.121-.309.277-.012.536-.116.784-.232l.103-.256c.218-.008.505.01.568-.257.139-.025.267-.086.303-.237l.033-.06c.1-.004.2-.004.3-.003.029-.116.064-.23.097-.344.134-.002.269-.003.404-.003.147 0 .295.006.441-.014.073-.067.124-.153.18-.233.273-.176.675-.095.861-.394.154-.218.429-.256.675-.271.141.009.183-.144.253-.235.221-.119.459-.202.705-.245.089-.116.158-.27.312-.311.189-.062.39-.07.587-.089l.107-.311c.268-.063.528-.156.789-.243l.092-.243c.17-.042.375-.043.497-.187.104-.128.2-.262.311-.384.075-.732.121-1.483-.021-2.21-.158-.145-.343-.256-.507-.392-.095.001-.191.003-.286.006-.229.177-.509.274-.789.338a.606.606 0 0 1-.555-.165.794.794 0 0 1 .369-.269c.021-.111.017-.231.069-.334.087-.091.198-.156.277-.254.105-.191.164-.402.24-.605l.305-.104a8.51 8.51 0 0 1 .081-.446l.263-.095c.131-.304.188-.71.541-.84.029-.132.061-.262.095-.392M6.488 15.582c-.06.181-.08.412-.26.52-.179.092-.219.31-.238.492-.014.361-.014.728.077 1.081.215.042.359-.113.385-.315l.171-.056c.121-.56.084-1.138.064-1.706l-.199-.017z"/><path fill="#737679" d="M21.545 1.321l.055-.002v.195c-.094-.041-.112-.106-.055-.193zM2.982 1.777c.024 3.019.004 6.038.01 9.057-.005 3.933.015 7.867-.01 11.8-.022-6.813-.001-13.628-.01-20.442a6.369 6.369 0 0 1 .01-.415zM16.251 2.624c.283.008.566.008.849.014l.001.04c.004.145.018.289.036.432l.307.065c.028.11.058.219.088.328.23.107.452.29.465.565a1.216 1.216 0 0 1-.459-.071c-.036-.149-.075-.297-.114-.445l-.3-.031-.021-.339c-.259-.101-.54-.069-.812-.071-.034.13-.066.261-.095.392-.353.13-.41.536-.541.84l-.263.095a8.51 8.51 0 0 0-.081.446l-.305.104c-.076.203-.135.413-.24.605-.079.098-.19.163-.277.254-.051.103-.048.223-.069.334a.794.794 0 0 0-.369.269c.148.145.35.207.555.165.279-.064.56-.161.789-.338.095-.003.191-.005.286-.006.165.136.35.247.507.392.142.727.096 1.478.021 2.21-.111.122-.206.256-.311.384-.122.144-.327.145-.497.187l-.092.243c-.261.087-.521.18-.789.243l-.107.311c-.197.019-.398.027-.587.089-.154.04-.223.195-.312.311a2.336 2.336 0 0 0-.705.245c-.07.091-.112.243-.253.235-.246.014-.521.053-.675.271-.186.3-.588.218-.861.394-.056.08-.107.167-.18.233-.146.02-.294.014-.441.014l.063-.265c.259-.138.535-.241.823-.298.132-.143.264-.318.47-.349.147-.047.346.001.44-.149.171-.234.47-.278.721-.382.122-.032.152-.167.211-.262.253-.047.506-.097.756-.158.058-.108.069-.274.202-.32.225-.077.457-.125.679-.211.043-.078.068-.169.131-.233.132-.047.276-.045.414-.06.024-.248.23-.352.411-.477.081-.167.094-.358.183-.522.189-.328.099-.72.102-1.079a1.36 1.36 0 0 1-.291-.575 5.625 5.625 0 0 0-1.173.081c-.105.247-.372.199-.59.196-.14-.365-.031-.745.093-1.097l.322-.106c.051-.155.063-.322.124-.473.079-.049.176-.048.265-.07.062-.337.191-.734.555-.846l.027-.372.32-.014c.008-.152.016-.305.043-.455l.001-.001a5.76 5.76 0 0 0 .139-.335c.102-.036.205-.069.309-.102a3.67 3.67 0 0 0 .106-.473z"/><path fill="#737679" d="M17.997 4.068c.084.026.217-.009.262.091.016.091.028.182.035.275a8.27 8.27 0 0 0-.316.01c.005-.125.015-.25.019-.376zM18.341 4.438c.13.101.204.252.281.394l.263.019.001.058c0 .106.003.213.005.318.121.041.259.058.361.141.043.12.062.248.109.366.105.058.229.063.341.106.041.12.059.246.082.371.089.027.178.053.268.078.014.132.014.264.007.396-.645.184-1.31-.091-1.965.021l-.069.082c-.053.313-.045.633-.036.949l.01.171a.951.951 0 0 0-.154.491c-.307.346-.322.839-.355 1.277-.125.032-.249.065-.374.099-.01.16-.017.32-.021.48l-.08-.001a4.732 4.732 0 0 0-.377.01l-.032.317-.357.101a3.214 3.214 0 0 1-.348.415l-.067.001c-.171.008-.34.032-.509.056-.058.097-.102.206-.186.283-.183.111-.404.122-.61.155-.102.13-.208.257-.318.381-.21.034-.42.063-.631.088a3.646 3.646 0 0 1-.099.323c-.25 0-.49.081-.713.187-.09.08-.132.198-.194.299a6.107 6.107 0 0 1-.488.049c.049-.13.099-.259.152-.387.254-.075.516-.123.764-.217.038-.086.06-.178.086-.268.26-.045.52-.088.774-.16l.115-.311c.263-.051.525-.11.788-.166l.058-.284c.353-.017.756-.121.93-.464.136-.037.279-.057.408-.116.038-.082.062-.169.091-.254.24-.034.377-.221.454-.435l.335-.152.08-.348.245-.093c.082-.411.116-.83.15-1.247.005-.429-.003-.859.073-1.283.107-.044.213-.09.32-.133.046-.114.092-.228.14-.341.23.008.46.01.69.018.26.23.641.4.986.285l-.009-.275-.335-.158c-.101-.203-.147-.457-.339-.599-.276-.181-.367-.555-.706-.656a3.964 3.964 0 0 1 .004-.436zM8.615 12.852c.239-.269.571-.492.949-.409-.036.151-.164.213-.303.237-.064.267-.35.249-.568.257l-.103.256c-.248.116-.507.219-.784.232-.041.102-.082.205-.121.309-.16.031-.322.062-.485.071.037-.137.033-.315.169-.398.229-.083.466-.147.694-.233l.085-.237c.156-.03.311-.058.467-.085zM11.364 12.933c.189-.031.38-.075.571-.037a8.598 8.598 0 0 0-.19.37 5.16 5.16 0 0 0-.773.239l-.111.244a4.34 4.34 0 0 1-.496.064c.041-.428.547-.539.9-.562.034-.106.067-.213.099-.319zM6.646 13.837c.104-.035.214-.03.322-.034a.89.89 0 0 1-.149.423c-.101.016-.209.007-.304.049-.121.081-.142.236-.186.363l-.258.07c-.026.132-.052.264-.08.396-.414.224-.438.739-.464 1.152-.005.462-.035.937.086 1.387.127.156.362.202.555.228.213-.027.405-.145.619-.178.022-.134.056-.266.104-.393a2.29 2.29 0 0 1-.014.536.692.692 0 0 0-.507.435c-.126-.002-.252 0-.379-.008-.115-.029-.243-.046-.338-.123-.155-.218-.211-.49-.228-.753-.106-.045-.232-.065-.309-.159-.025-.372-.014-.746-.011-1.119-.028-.132.125-.154.207-.198.092-.197.178-.4.197-.619.034-.293.267-.507.485-.682l.027-.278c.11-.032.23-.047.328-.109.116-.113.174-.273.292-.385z"/><path fill="#737679" d="M9.52 13.838c.212-.034.426-.084.64-.045-.06.124-.116.256-.211.359-.246.107-.518.141-.768.241l-.101.255a18.8 18.8 0 0 0-.403.067c-.171.313-.543.455-.882.493l-.075.318-.333.076c-.048.193-.091.39-.182.568-.099.2-.256.368-.311.588-.037-.387.015-.772.075-1.153l.241-.021c.036-.139.024-.312.128-.421.236-.082.477-.151.695-.276.151-.306.623-.253.671-.634.277-.005.529-.131.799-.175l.016-.239zM3.776 23.415c2.602-.02 5.205 0 7.807-.008 2.927.008 5.855-.011 8.782.007-1.963.029-3.928.003-5.892.014l-10.356-.001a6.435 6.435 0 0 1-.341-.012zM3.076 23.812c.158-.021.296.071.392.188h-.155a1.196 1.196 0 0 1-.237-.188zM20.636 24a6.09 6.09 0 0 1 .096-.073l.06.024-.029.049h-.127z"/><path fill="#c9cbcd" d="M15.754 2.77c.069-.2.335-.13.497-.147a3.67 3.67 0 0 1-.106.473c-.104.033-.206.067-.309.102a5.137 5.137 0 0 1-.139.335c-.076-.253.012-.514.056-.764zM17.101 2.677l.206.043c.182.189.334.411.452.647.18.08.329.21.333.421.123.084.246.167.365.256.018.104.041.206.073.307l.308.067c.051.14.061.287.048.435l-.263-.019c-.077-.143-.151-.293-.281-.394l-.048-.004a2.792 2.792 0 0 0-.035-.275c-.045-.1-.178-.065-.262-.091-.013-.275-.235-.458-.465-.565-.03-.11-.06-.219-.088-.328l-.307-.065a4.147 4.147 0 0 1-.036-.432zM15.326 3.601c.116-.057.241-.119.371-.065-.027.15-.036.303-.043.455l-.32.014-.027.372c-.364.112-.493.509-.555.846-.088.022-.186.021-.265.07-.061.152-.073.318-.124.473l-.322.106c-.123.352-.232.732-.093 1.097.219.003.485.051.59-.196a5.62 5.62 0 0 1 1.173-.081c.056.211.143.413.291.575-.003.359.086.751-.102 1.079-.089.164-.102.355-.183.522-.181.125-.387.229-.411.477-.139.015-.282.012-.414.06-.063.064-.088.155-.131.233-.221.086-.454.134-.679.211-.132.045-.143.211-.202.32-.25.061-.503.11-.756.158-.059.095-.088.23-.211.262-.25.104-.55.148-.721.382-.095.149-.293.101-.44.149-.206.031-.338.206-.47.349-.288.057-.564.16-.823.298l-.063.265c-.135-.001-.269.001-.404.003-.034.114-.068.228-.097.344-.1-.001-.2-.001-.3.003l-.033.06c-.378-.082-.71.14-.949.409-.156.027-.311.055-.467.085l-.085.237c-.228.086-.465.15-.694.233-.136.083-.132.261-.169.398l-.232-.001c-.108.004-.218-.001-.322.034-.118.112-.176.272-.292.385-.099.062-.218.077-.328.109l-.027.278c-.217.175-.451.389-.485.682-.02.219-.106.422-.197.619-.082.045-.235.067-.207.198-.003.373-.014.747.011 1.119.076.094.202.115.309.159.016.263.073.535.228.753.095.077.223.094.338.123a1.57 1.57 0 0 1-.479.011 3.319 3.319 0 0 0-.13-.461l-.287-.002c-.048-.382-.01-.767-.023-1.149.008-.472-.025-.946.03-1.416a8.66 8.66 0 0 1 .259-.084c.104-.166.022-.444.216-.534.309-.116.337-.545.684-.612a2.1 2.1 0 0 1 .093-.255c.145-.015.328.017.434-.11.056-.088.093-.186.136-.28.226-.073.455-.139.675-.227.067-.077.091-.181.134-.272l.339-.013c.147-.151.282-.327.484-.408.15-.067.323-.063.47-.139.075-.081.115-.189.194-.266.219-.065.448-.095.667-.166.064-.093.109-.21.208-.273.231-.085.472-.137.712-.196.034-.093.063-.188.115-.272.245-.065.504-.065.745-.151.057-.101.083-.235.189-.296.234-.06.466-.126.701-.178l.118-.247c.244-.02.477-.105.706-.185.122-.087.157-.275.32-.309.226-.093.48-.057.71-.136.014-.099-.007-.228.11-.272.081-.01.163-.016.245-.021.19-.396.712-.47.889-.867a4.52 4.52 0 0 0 .014-1.262c-.01-.078-.073-.133-.112-.197-.232.077-.477.06-.717.091-.396.075-.802.068-1.201.043-.075-.051-.169-.125-.158-.227.001-.237-.047-.499.071-.716.102-.062.219-.094.33-.134-.038-.376.199-.709.53-.863.008-.106.013-.213.021-.32l.331-.008c.048-.169-.019-.433.173-.519.204-.056.208-.311.361-.433.01-.11.019-.221.026-.332zM18.887 4.909c.111-.012.224-.015.336-.01.027.113.058.226.089.337.132.05.263.101.394.153.034.213.118.43.352.482.137.213.309.436.277.706-.014.199-.003.499-.237.568-.484.042-.97-.042-1.448-.107-.195.053-.509.05-.548.304-.031.127-.029.259-.035.389l-.077.003c-.009-.316-.017-.636.036-.949l.069-.082c.655-.112 1.32.164 1.965-.021a2.494 2.494 0 0 0-.007-.396c-.09-.025-.179-.051-.268-.078-.023-.125-.041-.251-.082-.371-.112-.043-.236-.047-.341-.106-.047-.118-.066-.246-.109-.366-.103-.083-.24-.1-.361-.141a11.24 11.24 0 0 1-.005-.318zM17.846 8.399A.933.933 0 0 1 18 7.908c.152.466-.034.957-.01 1.435-.097.01-.202.01-.287.063-.071.098-.03.234-.081.341-.065.143-.139.281-.187.431a1.99 1.99 0 0 1-.338.077c.003-.16.011-.32.021-.48.125-.034.249-.067.374-.099.033-.437.049-.931.355-1.277zM16.64 10.263c.125-.007.251-.013.377-.01a1.057 1.057 0 0 1-.729.603l-.023.269c-.121.01-.252.038-.362-.03.129-.127.243-.267.348-.415l.357-.101.032-.317z"/><path fill="#c9cbcd" d="M15.326 11.152c.169-.024.339-.048.509-.056l-.145.348c-.239.084-.464.211-.714.265-.131.028-.123.191-.163.289-.263.045-.53.034-.793.064-.091.071-.034.219-.063.317-.304.027-.593.153-.874.267l-.009.217c-.261.038-.514.118-.776.151-.051.12-.066.292-.219.325-.236.084-.483.129-.719.211l-.016.248a1.42 1.42 0 0 0-.873.225l-.019.191c-.279.11-.606.106-.856.291l-.05.189c-.149.009-.297.017-.446.028-.13.156-.313.25-.459.389-.239.036-.463.165-.54.407-.103.033-.206.064-.31.096-.025.125-.007.272-.091.377-.08.042-.164.072-.247.106-.112.502-.125 1.02-.234 1.524-.018.132-.17.167-.263.234-.019.131.014.296-.101.392-.158.038-.323.025-.484.019a.694.694 0 0 1 .507-.435c.027-.178.027-.357.014-.536.005-.181.005-.361.001-.541.055-.22.213-.389.311-.588.092-.178.134-.376.182-.568l.333-.076.075-.318c.339-.038.71-.18.882-.493.134-.024.268-.046.403-.067l.101-.255c.25-.1.522-.134.768-.241.095-.103.15-.235.211-.359l.204.021a4.34 4.34 0 0 0 .496-.064l.111-.244c.249-.106.512-.173.773-.239.061-.125.123-.248.19-.37l.154.021c.163-.008.326-.027.488-.049.062-.101.104-.219.194-.299.223-.106.463-.187.713-.187.038-.106.071-.214.099-.323.211-.025.421-.053.631-.088.11-.123.216-.25.318-.381.206-.033.427-.044.61-.155.084-.077.128-.187.186-.283z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-horn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c54c39" d="M10.612.571c.204-.134.451-.093.681-.1.686.013 1.372-.012 2.058.013.329.216.75.019 1.097.187.156.038.312.07.467.114.12.042.24.086.359.132.159.033.318.062.476.097.198.077.394.162.586.254.118.036.234.074.349.114.126.064.253.13.38.192.29.138.561.308.833.476.202.112.394.24.592.361.151.13.304.258.473.365.676.46 1.231 1.062 1.789 1.653.449.583.88 1.182 1.269 1.811.13.274.264.547.409.813.102.246.19.498.301.74.043.113.084.227.122.341.044.118.084.236.124.355.045.154.077.312.115.468.042.158.082.316.121.474.086.225.077.469.099.706.145.252.084.552.113.829l.095.207c.014.55.017 1.103-.001 1.651l-.094.207c-.027.277.031.576-.113.83-.023.235-.011.48-.099.705l-.12.474c-.04.156-.07.314-.115.468-.038.12-.08.238-.125.355-.038.116-.08.232-.124.346-.087.194-.159.392-.235.589-.062.128-.126.255-.187.385-.141.286-.307.56-.478.829-.596 1.103-1.455 2.021-2.379 2.856-.228.118-.409.301-.598.47-.173.103-.33.232-.482.365-.198.121-.392.252-.596.362-.198.115-.387.245-.587.356a9.427 9.427 0 0 0-.481.244c-.16.067-.321.131-.485.188a21.3 21.3 0 0 1-.358.114c-.119.042-.238.081-.356.118a9.348 9.348 0 0 1-.354.127c-.154.043-.312.075-.467.115-.191.062-.392.082-.589.108-.258.126-.551.08-.827.106-.392.197-.851.064-1.271.1-.419-.039-.88.103-1.269-.101-.277-.024-.569.019-.828-.103-.197-.027-.398-.046-.588-.108-.156-.043-.312-.072-.467-.116a7.08 7.08 0 0 1-.354-.127 9.304 9.304 0 0 1-.703-.241c-.194-.087-.393-.16-.592-.234-.416-.2-.826-.41-1.213-.662-.684-.358-1.223-.924-1.83-1.39-.38-.214-.541-.643-.855-.928-.327-.424-.708-.81-.961-1.286-.125-.235-.278-.453-.41-.684a9.262 9.262 0 0 0-.361-.718 7.726 7.726 0 0 1-.301-.844 13.554 13.554 0 0 1-.12-.356 8.724 8.724 0 0 1-.118-.356 5.94 5.94 0 0 1-.127-.354c-.042-.154-.076-.311-.113-.467-.115-.258-.071-.549-.095-.822-.191-.322-.067-.715-.114-1.068a1.255 1.255 0 0 1 0-1.116c.052-.392-.082-.822.109-1.186.021-.239.004-.488.108-.71.027-.195.05-.392.101-.582a5.78 5.78 0 0 1 .132-.353c.036-.12.074-.239.116-.356a8.26 8.26 0 0 1 .12-.356c.036-.116.074-.232.115-.346.08-.159.166-.316.247-.476.116-.238.235-.475.356-.712l.23-.48c.279-.461.607-.89.916-1.332.172-.185.343-.374.481-.588.211-.095.322-.299.443-.484.361-.137.555-.498.864-.709l1.2-.794.346-.157c.194-.124.384-.254.58-.375.251-.094.504-.183.749-.293a8.142 8.142 0 0 1 .698-.24c.118-.045.235-.088.354-.127.154-.044.311-.076.467-.116.191-.059.391-.081.589-.108.222-.106.472-.087.709-.108M6.196 4.789c-.001.168.171.264.266.383C7.698 6.354 8.863 7.609 10.1 8.789c.703.747 1.479 1.428 2.137 2.217-.899-.063-1.814.039-2.701-.165C8.04 9.185 6.385 7.685 4.825 6.093c-2.469 2.93-2.804 7.416-.861 10.709 1.138 2.003 3.077 3.486 5.254 4.2 1.909.575 4.008.585 5.89-.108 1.019-.367 2.046-.874 2.802-1.654-.492-.632-1.112-1.154-1.662-1.733-.404-.432-.823-.851-1.232-1.278.708-.05 1.548.204 2.112-.361.691.701 1.34 1.448 2.089 2.091 1.767-2.166 2.477-5.128 1.918-7.864-.479-2.562-2.137-4.856-4.376-6.176-1.663-1.015-3.665-1.394-5.594-1.234-1.807.214-3.589.902-4.969 2.107z"/><path fill="#c54c39" d="M10.979 12.22c.867.01 1.733.062 2.601.049.384.402.779.792 1.18 1.179-.861.008-1.723.002-2.584.005a19.599 19.599 0 0 0-1.196-1.232zM13.002 14.284c1.364.015 2.734-.14 4.094-.008-.503.004-1.006.004-1.509.008.276.282.554.561.826.846-.775.269-1.616.11-2.419.144-.352-.308-.671-.65-.992-.99z"/><path fill="#fff" d="M6.196 4.789c1.379-1.205 3.162-1.893 4.969-2.107 1.928-.159 3.93.22 5.594 1.234 2.238 1.32 3.897 3.614 4.376 6.176.56 2.736-.151 5.698-1.918 7.864-.749-.643-1.397-1.39-2.089-2.091.472-.406.785-.964.936-1.565.513-.012 1.067-.087 1.516.225-.007-.44-.007-.88-.001-1.321-.441.248-.95.203-1.435.203-.039-.746-.394-1.488-1.044-1.882-.557-.384-1.259-.282-1.895-.341-.987-.096-1.983-.039-2.967-.179-.658-.789-1.434-1.47-2.137-2.217-1.237-1.18-2.402-2.434-3.638-3.617-.095-.119-.267-.215-.266-.383zM3.965 16.801c-1.943-3.292-1.608-7.779.861-10.709 1.56 1.592 3.215 3.091 4.711 4.748a5.81 5.81 0 0 1-4.003-3.437 730.62 730.62 0 0 0 .002 7.834c.457-1.332 1.545-2.452 2.911-2.844.819-.26 1.686-.203 2.532-.173.422.386.809.809 1.196 1.232-.773.013-1.547.001-2.32.008-.713-.001-1.333.677-1.276 1.389-.05.706.551 1.42 1.277 1.402 1.719-.034 3.44-.007 5.159-.024.409.428.828.846 1.232 1.278.55.58 1.17 1.101 1.662 1.733-.756.779-1.782 1.287-2.802 1.654-1.882.693-3.98.683-5.89.108-2.177-.714-4.116-2.197-5.254-4.2z"/><path fill="#fff" d="M13.58 12.269c.773-.014 1.55-.023 2.324.013.617.077 1.027.617 1.237 1.161-.794.011-1.587-.001-2.381.005-.4-.386-.796-.777-1.18-1.179zM9.431 14.541c.106-.204.345-.245.552-.247 1.006-.021 2.011-.011 3.018-.011.321.34.64.682.992.99-1.373.037-2.749.01-4.123.017-.379.044-.665-.441-.44-.749zM15.587 14.284c.503-.005 1.006-.005 1.509-.008-.124.358-.38.637-.675.863l-.008-.008c-.272-.285-.55-.564-.826-.846zM6.557 22.598c.074.086.074.086 0 0z"/><path fill="#25252a" d="M5.537 15.238a705.426 705.426 0 0 1-.002-7.834 5.808 5.808 0 0 0 4.003 3.437c.886.204 1.801.102 2.701.165.984.14 1.979.083 2.967.179.636.059 1.338-.043 1.895.341.65.394 1.005 1.136 1.044 1.882.485 0 .994.045 1.435-.203-.006.441-.006.882.001 1.321-.449-.311-1.003-.236-1.516-.225a3.032 3.032 0 0 1-.936 1.565c-.564.566-1.404.311-2.112.361-1.719.017-3.44-.011-5.159.024-.726.018-1.327-.696-1.277-1.402-.057-.712.563-1.39 1.276-1.389.773-.007 1.547.005 2.32-.008.861-.002 1.723.004 2.584-.005.794-.006 1.587.006 2.381-.005-.21-.544-.62-1.084-1.237-1.161a36.014 36.014 0 0 0-2.324-.013c-.867.013-1.733-.039-2.601-.049-.846-.03-1.713-.087-2.532.173-1.366.392-2.453 1.512-2.911 2.844m7.465-.952c-1.006 0-2.011-.011-3.018.011-.208.002-.447.043-.552.247-.226.308.061.792.44.749 1.373-.007 2.749.02 4.123-.017.803-.033 1.644.125 2.419-.144l.008.008c.295-.226.551-.505.675-.863-1.36-.132-2.73.024-4.094.008z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-lane-change-to-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.389 0h1.154c3.018.149 5.971 1.44 8.066 3.628 2.078 2.114 3.29 5.026 3.39 7.984v.756c-.096 2.994-1.337 5.94-3.455 8.064-2.084 2.14-4.994 3.406-7.969 3.569h-1.12c-2.962-.151-5.861-1.398-7.949-3.514-2.167-2.146-3.438-5.149-3.508-8.195v-.576c.065-3.053 1.336-6.064 3.509-8.212C5.577 1.402 8.451.17 11.387 0m-1.283 2.471a9.652 9.652 0 0 0-6.122 4.031 9.696 9.696 0 0 0-1.692 5.74 9.754 9.754 0 0 0 1.946 5.614c1.466-1.47 2.936-2.936 4.404-4.405.661-.661 1.322-1.321 1.982-1.984.215-.212.428-.426.636-.644.502-.479.982-.98 1.477-1.464 1.703-1.712 3.418-3.415 5.122-5.128-2.183-1.646-5.074-2.3-7.753-1.759m3.463 9.856c-.764.772-1.535 1.538-2.303 2.305-1.709 1.708-3.412 3.42-5.125 5.122a9.743 9.743 0 0 0 7.055 1.884c2.73-.317 5.284-1.873 6.823-4.148a9.706 9.706 0 0 0 1.676-6.1 9.71 9.71 0 0 0-1.936-5.255c-2.059 2.069-4.124 4.13-6.191 6.192z"/><path fill="#fff" d="M10.104 2.471c2.68-.541 5.57.113 7.753 1.759-1.704 1.712-3.419 3.415-5.122 5.128.016-1.812.002-3.624.006-5.436h-1.483a7935 7935 0 0 0 0 6.9c-.208.218-.421.432-.636.644-.542-.122-1.105-.427-1.288-.988-.253-.768-.144-1.589-.167-2.382.432 0 .864 0 1.296-.002a944.29 944.29 0 0 0-2.371-3.97 990 990 0 0 0-2.371 3.971l1.274.001c.008 1.229-.049 2.472.205 3.682.098.44.236.895.541 1.241.233.253.586.322.898.431-1.468 1.469-2.938 2.935-4.404 4.405a9.746 9.746 0 0 1-1.946-5.614 9.698 9.698 0 0 1 1.692-5.74 9.656 9.656 0 0 1 6.122-4.031zM13.567 12.328c2.066-2.062 4.132-4.123 6.191-6.192a9.71 9.71 0 0 1 1.936 5.255 9.708 9.708 0 0 1-1.676 6.1c-1.54 2.275-4.093 3.832-6.823 4.148a9.743 9.743 0 0 1-7.055-1.884c1.714-1.702 3.416-3.414 5.125-5.122-.014 1.816-.004 3.631-.006 5.446h1.483c.002-1.789-.001-3.58.001-5.369.691.298 1.549.683 1.7 1.507.204 1.208.052 2.438.018 3.654l2.514.001c.001-1.306.09-2.616-.06-3.916-.074-.72-.299-1.438-.713-2.034-.703-.77-1.687-1.205-2.635-1.595z"/><path d="M11.258 3.922h1.483c-.004 1.812.01 3.624-.006 5.436-.496.484-.976.985-1.477 1.464a7935 7935 0 0 1 0-6.9zM5.722 8.095a990 990 0 0 1 2.371-3.971 884.224 884.224 0 0 1 2.371 3.97c-.432.002-.864.002-1.296.002.023.793-.086 1.614.167 2.382.182.56.745.865 1.288.988L8.641 13.45c-.312-.109-.665-.178-.898-.431-.305-.346-.443-.8-.541-1.241-.254-1.21-.197-2.453-.205-3.682l-1.274-.001zM11.264 14.633c.768-.767 1.538-1.534 2.303-2.305.948.39 1.932.824 2.635 1.595.414.596.638 1.314.713 2.034.15 1.3.061 2.61.06 3.916l-2.514-.001c.034-1.216.186-2.446-.018-3.654-.151-.824-1.009-1.21-1.7-1.507-.002 1.789.001 3.58-.001 5.369h-1.483c.002-1.814-.008-3.63.006-5.446z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-lane-change-to-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.388.577c2.447-.356 5.011.095 7.174 1.3a11.454 11.454 0 0 1 5.36 6.521c.739 2.302.718 4.84-.058 7.129a11.473 11.473 0 0 1-4.628 5.938 11.402 11.402 0 0 1-8.036 1.684 11.41 11.41 0 0 1-6.427-3.389C2.011 17.924.885 15.487.66 12.949a11.411 11.411 0 0 1 2.011-7.618C4.442 2.773 7.303 1.003 10.388.578m-3.756 3.78c1.846 1.932 3.682 3.871 5.525 5.806.176.188.355.374.535.56.128.138.26.274.395.407.685.746 1.393 1.472 2.089 2.209 1.366 1.435 2.728 2.873 4.096 4.306a9.274 9.274 0 0 0 1.981-6.6c-.198-2.376-1.376-4.645-3.19-6.19-1.661-1.445-3.863-2.244-6.062-2.227a9.283 9.283 0 0 0-5.369 1.729m-3.771 8.718a9.22 9.22 0 0 0 3.18 5.843 9.226 9.226 0 0 0 6.318 2.203c1.936-.058 3.832-.761 5.362-1.942a2294.887 2294.887 0 0 0-5.035-5.297c-.721-.764-1.448-1.524-2.172-2.287-1.828-1.919-3.652-3.844-5.483-5.761-1.721 1.952-2.518 4.664-2.17 7.241z"/><path fill="#fff" d="M6.632 4.358a9.276 9.276 0 0 1 5.369-1.729c2.2-.017 4.402.782 6.062 2.227 1.813 1.544 2.992 3.814 3.19 6.19a9.278 9.278 0 0 1-1.981 6.6c-1.368-1.433-2.73-2.87-4.096-4.306 1.062-.635 1.93-1.72 2.033-2.983.028-.725.002-1.45.011-2.174.413.092.824.192 1.234.301a755.421 755.421 0 0 0-2.507-4.36 940.808 940.808 0 0 0-2.504 4.351c.377-.103.756-.194 1.138-.277-.004.629.006 1.258-.001 1.886.02.479-.356.93-.82 1.025-.223.031-.449.018-.672.022a15.167 15.167 0 0 1-.395-.407c-.012-2.116-.001-4.231-.005-6.347l-.536-.004c.001 1.931-.01 3.86.006 5.79-1.843-1.934-3.679-3.874-5.525-5.806zM2.861 13.076c-.348-2.576.449-5.288 2.17-7.241 1.831 1.918 3.655 3.842 5.483 5.761-1.093.668-1.966 1.844-1.973 3.163-.004 1.658-.001 3.317-.001 4.975h2.638c.005-1.661-.006-3.323.005-4.984-.001-.526.468-.935.965-1.001.008 1.986.001 3.973.004 5.959h.536c0-1.942.004-3.884-.001-5.826 1.68 1.763 3.36 3.528 5.035 5.297-1.53 1.181-3.426 1.884-5.362 1.942a9.23 9.23 0 0 1-6.318-2.203 9.218 9.218 0 0 1-3.18-5.843z"/><path fill="#231f20" d="M13.442 8.476c.832-1.452 1.666-2.903 2.504-4.351.84 1.451 1.676 2.904 2.507 4.36a30.798 30.798 0 0 0-1.234-.301c-.008.725.017 1.45-.011 2.174-.103 1.264-.971 2.348-2.033 2.983-.696-.737-1.404-1.463-2.089-2.209.223-.004.449.01.672-.022.463-.095.84-.546.82-1.025.007-.629-.002-1.258.001-1.886-.382.083-.761.174-1.138.277zM12.157 10.164c-.016-1.93-.005-3.859-.006-5.79l.536.004c.004 2.116-.007 4.231.005 6.347-.18-.186-.359-.372-.535-.56zM8.54 14.76c.007-1.319.88-2.495 1.973-3.163.724.763 1.451 1.523 2.172 2.287.005 1.942.001 3.884.001 5.826h-.536c-.002-1.986.005-3.973-.004-5.959-.497.066-.966.475-.965 1.001-.011 1.661 0 3.323-.005 4.984H8.538c0-1.658-.002-3.317.001-4.975z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-learner-drivers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#df032b" d="M9.987 0h4.07c.421.154.853.271 1.281.399.242.083.485.171.727.259.109.024.33.069.442.093.549.295 1.107.573 1.673.836a14.284 14.284 0 0 1 4.239 4.234c.147.323.299.649.449.974l.39.696c.019.112.057.335.078.447.09.24.181.482.266.725.133.447.257.896.397 1.338v4.04c-.154.423-.273.858-.402 1.29-.086.245-.171.49-.261.732l-.078.444c-.131.233-.261.463-.39.696-.15.326-.302.651-.451.977a14.393 14.393 0 0 1-4.237 4.237l-.974.451c-.233.128-.466.259-.699.39l-.444.076c-.24.093-.482.181-.727.269-.447.133-.896.257-1.338.397h-4.04c-.423-.154-.858-.273-1.29-.402-.245-.083-.49-.171-.732-.261l-.447-.078c-.23-.131-.463-.261-.694-.39l-.974-.451a14.322 14.322 0 0 1-4.237-4.237 52.48 52.48 0 0 0-.808-1.651 27.661 27.661 0 0 0-.24-.739l-.126-.444c-.143-.442-.269-.889-.411-1.333V9.939c.152-.421.269-.855.397-1.286.04-.114.121-.34.159-.454L.7 7.816l.254-.523.124-.454c.017-.024.048-.074.064-.1l.09-.126.033-.045.019-.043c.074-.176.226-.53.299-.708.209-.335.425-.668.625-1.008a120.26 120.26 0 0 1 2.6-2.6c.34-.2.67-.416 1.008-.625.176-.074.532-.223.708-.299l.043-.019.045-.033.128-.093.102-.064.449-.119L7.814.7l.38-.145c.116-.043.345-.124.461-.166.442-.131.889-.252 1.331-.39M6.157 4.522c1.326 1.326 2.645 2.654 3.978 3.973.2.207.397.413.592.627.204.19.404.392.63.558.064.064.19.19.254.252.378.447.772.884 1.245 1.233.449.44.891.891 1.309 1.364 1.849 1.853 3.7 3.702 5.551 5.553 2.117-2.695 2.699-6.528 1.307-9.683-1.297-3.149-4.363-5.489-7.751-5.867-2.519-.345-5.114.451-7.114 1.989M3.137 15.655c1.195 3.08 4.066 5.425 7.321 5.981 2.669.509 5.489-.273 7.625-1.92-.787-.789-1.578-1.573-2.36-2.367l-.219-.2c-2.628-2.645-5.263-5.28-7.903-7.91l-.247-.228c-.166-.285-.28-.62-.566-.813-.893-.52-1.535-1.347-2.274-2.051-2.055 2.657-2.683 6.383-1.378 9.507z"/><path fill="#fff" d="M7.293.958zM6.803 1.088l.04-.012a5.706 5.706 0 0 1-.102.064l.062-.052zM6.561 1.269l.052-.036-.045.033-.043.019.036-.017zM6.157 4.522c2.001-1.537 4.596-2.333 7.114-1.989 3.389.378 6.454 2.718 7.751 5.867 1.392 3.156.81 6.989-1.307 9.683-1.851-1.851-3.702-3.7-5.551-5.553.005-.197.017-.589.021-.787 1.504 0 3.008-.002 4.512 0a25.931 25.931 0 0 1-.007-.625c-1.438.002-2.873.005-4.308.002a81.632 81.632 0 0 1 2.307-.751l-.242-.675c-1.697-.012-3.396.024-5.092-.014-.226-.166-.425-.368-.63-.558 2.429.014 4.857.002 7.288.007-.002.335-.005.67-.005 1.005.228.002.456.007.684.012v-1.64h-1.248c0-1.226-.002-2.452.002-3.678-.606.002-1.212.002-1.818.002l.007.634h1.186l-.002.554h-1.19c.002.157.005.473.005.632l1.195.007-.012.611-1.186-.002c0 .157.002.468.005.623h1.186v.618h-6.083v-.618h1.186c.002-.157.005-.468.005-.623-.394 0-.789.002-1.181.005l-.019-.611c.399-.005.798-.007 1.195-.01l.007-.632h-1.19l-.002-.554h1.188c0-.159.002-.475.005-.634h-1.818c.01 1.221-.01 2.443.019 3.664-1.333-1.319-2.652-2.647-3.978-3.973m6.581-.151c-.043.131-.128.387-.169.518l.665.349-.646.368c.038.121.112.364.147.482a37.22 37.22 0 0 0 1.031-.537 9.41 9.41 0 0 0 1.288.537c-.014-.435-.321-.67-.661-.867.152-.088.456-.259.608-.347a57.926 57.926 0 0 1-.169-.494c-.347.183-.694.366-1.038.551-.352-.188-.703-.375-1.057-.561m.466 2.952c-.233.121-.466.24-.696.364l.28.435 1.008-.509c.43.131.97.706 1.319.145a56.847 56.847 0 0 0-.718-.432c.219-.242.672-.373.618-.775-.44-.05-.813.228-1.202.378-.337-.154-.67-.318-1.015-.451-.608.345.154.589.406.846zM3.137 15.655C1.832 12.53 2.46 8.804 4.515 6.148c.739.703 1.381 1.53 2.274 2.051.285.192.399.528.566.813-.525-.473-1.027-1.043-1.787-1.084-.052 3.455-.007 6.912-.024 10.37h10.189a99.873 99.873 0 0 0-.01-.948c.782.794 1.573 1.578 2.36 2.367-2.136 1.647-4.957 2.429-7.625 1.92-3.255-.556-6.126-2.901-7.321-5.981zM1.269 6.561l.017-.036-.019.043-.033.045.036-.052zM1.091 6.801l.052-.062-.064.1.012-.038zM.701 7.815l.254-.523-.254.523z"/><path fill="#fff" d="M7.602 9.239c2.64 2.63 5.275 5.266 7.903 7.91-.461-.326-.808-.97-1.45-.91-2.15-.012-4.301.005-6.451 0-.002-2.333.002-4.667-.002-7zM11.61 9.933l.454.444c1.05 0 2.101-.01 3.151.012-.775.29-1.549.601-2.36.777-.473-.349-.867-.787-1.245-1.233z"/><path d="M12.737 4.37c.354.185.706.373 1.057.561.345-.185.691-.368 1.038-.551.04.124.126.371.169.494-.152.088-.456.259-.608.347.34.197.646.432.661.867a9.41 9.41 0 0 1-1.288-.537c-.34.183-.684.364-1.031.537-.036-.119-.109-.361-.147-.482l.646-.368-.665-.349c.04-.131.126-.387.169-.518z"/><path d="M10.116 4.831h1.818a67 67 0 0 0-.005.634h-1.188l.002.554h1.19l-.007.632c-.397.002-.796.005-1.195.01l.019.611c.392-.002.787-.005 1.181-.005 0 .154-.002.466-.005.623H10.74v.618h6.083V7.89h-1.186a63.924 63.924 0 0 1-.005-.623l1.186.002.012-.611-1.195-.007c0-.159-.002-.475-.005-.632h1.19l.002-.554h-1.186l-.007-.634c.606 0 1.212 0 1.818-.002-.005 1.226-.002 2.452-.002 3.678h1.248v1.64c-.228-.005-.456-.01-.684-.012 0-.335.002-.67.005-1.005-2.431-.005-4.859.007-7.288-.007a27.157 27.157 0 0 0-.592-.627c-.029-1.221-.01-2.443-.019-3.664z"/><path d="M13.202 7.321c-.252-.257-1.015-.501-.406-.846.345.133.677.297 1.015.451.39-.15.763-.428 1.202-.378.055.402-.399.532-.618.775.181.107.539.323.718.432-.349.561-.889-.014-1.319-.145l-1.008.509-.28-.435c.23-.124.463-.242.696-.364zM5.544 18.297c.017-3.457-.029-6.915.024-10.37.76.04 1.262.611 1.787 1.084l.247.228c.005 2.333 0 4.667.002 7 2.15.005 4.301-.012 6.451 0 .642-.059.989.585 1.45.91l.219.2c.005.316.007.632.01.948H5.545zM11.356 9.681c1.697.038 3.396.002 5.092.014l.242.675c-.772.238-1.542.49-2.307.751 1.435.002 2.87 0 4.308-.002 0 .209.002.418.007.625-1.504-.002-3.008 0-4.512 0-.005.197-.017.589-.021.787-.418-.473-.86-.924-1.309-1.364.81-.176 1.585-.487 2.36-.777-1.05-.021-2.101-.012-3.151-.012l-.454-.444c-.064-.062-.19-.188-.254-.252z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-or-u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#020202" d="M0 .12h.031L0 .124V.12zM23.783.12H24v.112L23.783.12zM7.252 5.876c.277-.145.595-.492.92-.262.307.306-.023.727-.077 1.074a7.707 7.707 0 0 0-.844-.812zM3.464 8.294c.634-.382 1.244-.802 1.877-1.186A50.562 50.562 0 0 0 7.83 9.585l.017.04c.194.462.388.931.469 1.429-.078.398-.547.39-.794.158-1.378-.894-2.771-1.763-4.147-2.659l.09-.259zM8.776 7.38c1.154.025 2.308.004 3.461.011.934.012 1.898-.086 2.79.254 1.787.586 3.073 2.359 3.119 4.232.014 1.621-.006 3.244.01 4.865a54.283 54.283 0 0 0-2.15-2.142c-.034-.985.052-1.976-.046-2.958-.191-1.512-1.97-2.567-3.38-1.937-.365.097-.617.539-1.022.444l-.041-.005c-.859-.971-1.81-1.861-2.74-2.765zM8.989 10.774c.659.664 1.304 1.34 1.992 1.973.006.756-.001 1.512.006 2.269.497-.127.978-.318 1.482-.413.247-.041.323.227.44.38-.974 1.583-2.009 3.128-2.988 4.708-.878-1.36-1.742-2.729-2.623-4.087-.121-.193-.253-.385-.317-.606-.002-.229.216-.466.456-.382.474.103.929.274 1.397.4.061-1.414-.122-2.845.155-4.242zM16 17.746c.55.638 1.188 1.19 1.757 1.81l-.246.138c-.506.029-1.013.01-1.518.016.014-.654.007-1.309.007-1.963z"/><path fill="#de0222" d="M10.741.69c2.356-.232 4.787.224 6.853 1.397 3.007 1.651 5.195 4.714 5.765 8.099.188.956.161 1.937.132 2.906a11.471 11.471 0 0 1-3.44 7.324c-2.144 2.119-5.158 3.347-8.176 3.281-2.256.012-4.498-.708-6.362-1.969a11.561 11.561 0 0 1-4.451-5.779 11.579 11.579 0 0 1-.377-6.215 11.54 11.54 0 0 1 4-6.509A11.65 11.65 0 0 1 10.741.691M6.224 4.806c.27.418.677.724 1.027 1.07.306.245.578.526.844.812l-.012.041c.232.212.427.484.692.65.93.904 1.88 1.794 2.74 2.765l.041.005.004.192c.119.056.232.122.338.198 1.379 1.343 2.706 2.741 4.106 4.061.74.689 1.45 1.412 2.15 2.142v.053c.408.382.808.772 1.182 1.186 1.331-1.68 2.068-3.833 2.006-5.978-.001-2.696-1.313-5.334-3.39-7.037a9.35 9.35 0 0 0-5.707-2.164c-2.156-.058-4.336.655-6.022 2.004M3.464 8.294l-.09.259-.046-.031c-.896 2.15-.979 4.628-.174 6.818a9.445 9.445 0 0 0 4.542 5.154c2.074 1.086 4.561 1.333 6.812.7 1.07-.32 2.147-.766 3.001-1.501l.246-.138c-.569-.619-1.207-1.171-1.757-1.81a254.325 254.325 0 0 0-5.018-4.999c-.688-.632-1.333-1.309-1.992-1.973-.214-.379-.677-.568-.827-.992-.101-.061-.196-.139-.316-.156l-.017-.04a50.125 50.125 0 0 1-2.489-2.477c-.24-.247-.468-.505-.706-.754a6.809 6.809 0 0 0-1.171 1.939z"/><path fill="#fefefe" d="M6.224 4.806c1.686-1.349 3.865-2.062 6.022-2.004a9.35 9.35 0 0 1 5.707 2.164c2.077 1.703 3.389 4.34 3.39 7.037.061 2.146-.676 4.298-2.006 5.978a20.033 20.033 0 0 0-1.182-1.186v-.053c-.016-1.621.005-3.244-.01-4.865-.046-1.873-1.332-3.647-3.119-4.232-.892-.341-1.856-.242-2.79-.254-1.153-.007-2.306.014-3.461-.011-.265-.167-.461-.438-.692-.65l.012-.041c.054-.347.384-.768.077-1.074-.325-.23-.643.116-.92.262-.35-.347-.757-.653-1.027-1.07zM3.464 8.294a6.854 6.854 0 0 1 1.171-1.939c.238.248.466.506.706.754-.632.384-1.243.804-1.877 1.186zM3.329 8.522l.046.031c1.376.896 2.77 1.765 4.147 2.659.247.232.716.24.794-.158-.082-.498-.275-.967-.469-1.429.12.017.215.095.316.156.15.425.613.613.827.992-.277 1.397-.094 2.828-.155 4.242-.468-.126-.923-.296-1.397-.4-.24-.084-.458.152-.456.382.064.221.196.413.317.606.881 1.358 1.745 2.728 2.623 4.087.979-1.579 2.014-3.125 2.988-4.708-.118-.154-.193-.421-.44-.38-.504.095-.985.286-1.482.413-.007-.757 0-1.513-.006-2.269A254.325 254.325 0 0 1 16 17.745c0 .654.007 1.309-.007 1.963.505-.006 1.012.013 1.518-.016-.854.736-1.931 1.181-3.001 1.501-2.251.634-4.739.386-6.812-.7a9.445 9.445 0 0 1-4.542-5.154c-.805-2.19-.722-4.668.174-6.818z"/><path fill="#fefefe" d="M12.578 9.706c1.41-.63 3.19.425 3.38 1.937.097.982.012 1.973.046 2.958-1.4-1.32-2.728-2.718-4.106-4.061a2.246 2.246 0 0 0-.338-.198l-.004-.192c.406.095.658-.347 1.022-.444z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M10.935 0h2.043c2.877.256 5.659 1.542 7.656 3.639 1.925 1.95 3.084 4.583 3.365 7.298v2.043c-.256 2.873-1.541 5.654-3.634 7.65-1.959 1.935-4.608 3.104-7.341 3.369h-2.047c-2.765-.265-5.442-1.461-7.41-3.434C1.52 18.585.27 15.849-.001 13.022v-1.92c.227-2.97 1.585-5.84 3.773-7.866 1.933-1.852 4.51-2.96 7.162-3.237M6.672 3.643l1.39 1.535c1.04 1.158 2.093 2.307 3.132 3.467 1.278 1.404 2.55 2.813 3.821 4.221.937 1.036 1.877 2.067 2.81 3.107.656.719 1.302 1.445 1.96 2.161a9.903 9.903 0 0 0 2.145-5.798c.123-2.69-.943-5.399-2.84-7.305-1.4-1.429-3.239-2.432-5.21-2.793a9.87 9.87 0 0 0-7.209 1.404m-4.515 9.229a9.872 9.872 0 0 0 2.675 5.905c1.693 1.813 4.092 2.951 6.57 3.093a9.95 9.95 0 0 0 6.59-1.983c-.307-.328-.605-.664-.908-.995-.685-.762-1.373-1.519-2.058-2.279-2.021-2.208-3.987-4.465-6.042-6.64-.998-1.197-2.085-2.324-3.121-3.49-.37-.412-.739-.826-1.114-1.232-1.881 2.03-2.864 4.862-2.592 7.621z"/><path fill="#fff" d="M6.672 3.643a9.875 9.875 0 0 1 7.209-1.404c1.971.361 3.81 1.364 5.21 2.793 1.897 1.905 2.963 4.615 2.84 7.305a9.913 9.913 0 0 1-2.145 5.798c-.658-.716-1.305-1.443-1.96-2.161-.015-2.645-.019-5.289-.024-7.935.005-.548-.283-1.07-.681-1.433-.648-.564-1.526-.775-2.366-.819-1.789-.008-3.576.121-5.366.115-.001-.499 0-.998-.003-1.495-.442.256-.881.516-1.323.772-.464-.512-.928-1.023-1.39-1.535zM2.156 12.871c-.272-2.759.711-5.591 2.592-7.621.375.406.744.821 1.114 1.232-.331.186-.661.377-.99.57 1.37.973 2.75 1.933 4.111 2.92 2.054 2.175 4.021 4.431 6.042 6.64.005.758.005 1.516.009 2.274.682.003 1.366-.003 2.049.005.303.331.601.666.908.995a9.944 9.944 0 0 1-6.59 1.983c-2.478-.142-4.876-1.28-6.57-3.093a9.878 9.878 0 0 1-2.675-5.905z"/><path fill="#fff" d="M11.194 8.645c.994.05 2.01-.03 2.979.239.369.103.791.35.819.776.035 1.067.008 2.137.023 3.206a1372.327 1372.327 0 0 0-3.821-4.221z"/><path fill="#231f20" d="M8.062 5.178c.442-.256.881-.516 1.323-.772.003.497.001.996.003 1.495 1.79.005 3.577-.123 5.366-.115.841.044 1.719.255 2.366.819.398.363.686.885.681 1.433.005 2.645.009 5.289.024 7.935-.933-1.039-1.873-2.07-2.81-3.107-.015-1.069.012-2.139-.023-3.206-.028-.426-.45-.673-.819-.776-.969-.268-1.986-.189-2.979-.239-1.039-1.16-2.092-2.309-3.132-3.467zM5.862 6.483c1.036 1.166 2.124 2.293 3.121 3.49-1.361-.987-2.741-1.947-4.111-2.92.329-.193.658-.383.99-.57zM15.025 16.612c.685.76 1.373 1.518 2.058 2.279-.682-.008-1.366-.003-2.049-.005-.004-.758-.004-1.516-.009-2.274z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.505.46a11.8 11.8 0 0 1 7.178 1.296 11.793 11.793 0 0 1 5.488 6.378c.896 2.488.916 5.28.052 7.778a11.785 11.785 0 0 1-5.572 6.541 11.692 11.692 0 0 1-6.718 1.336A11.76 11.76 0 0 1 3.236 19.8a11.677 11.677 0 0 1-2.88-7.445 11.703 11.703 0 0 1 2.178-7.08C4.383 2.667 7.333.877 10.504.459m-.432 2.347a9.503 9.503 0 0 0-5.935 4.086c-1.266 1.913-1.784 4.297-1.453 6.565.245 1.76 1.014 3.433 2.154 4.793 2.741-2.882 5.483-5.765 8.222-8.648.683-.716 1.364-1.432 2.044-2.15.926-.972 1.855-1.943 2.776-2.921-2.184-1.681-5.118-2.324-7.807-1.724m6.563 6.3c-.787.81-1.559 1.634-2.339 2.453-2.606 2.734-5.203 5.477-7.813 8.208 2.099 1.57 4.87 2.183 7.439 1.673a9.57 9.57 0 0 0 6.197-4.205 9.506 9.506 0 0 0 1.433-6.33 9.575 9.575 0 0 0-2.054-4.814c-.954 1.004-1.914 2.004-2.862 3.016z"/><path fill="#fff" d="M10.072 2.806c2.689-.6 5.623.043 7.807 1.724-.92.978-1.849 1.949-2.776 2.921-.538-.319-1.142-.557-1.776-.558-1.517-.011-3.032-.001-4.549-.005.103-.425.208-.848.308-1.273C7.59 6.474 6.093 7.332 4.6 8.199c1.499.848 2.987 1.716 4.481 2.573-.095-.391-.191-.781-.288-1.171 1.422 0 2.844-.001 4.266.001-2.74 2.884-5.482 5.766-8.222 8.648-1.14-1.36-1.909-3.032-2.154-4.793a9.506 9.506 0 0 1 7.388-10.651zM16.636 9.107c.948-1.012 1.908-2.011 2.862-3.016a9.557 9.557 0 0 1 2.054 4.814 9.506 9.506 0 0 1-1.433 6.33 9.567 9.567 0 0 1-6.197 4.205c-2.569.51-5.34-.103-7.439-1.673 2.61-2.731 5.207-5.474 7.813-8.208-.005 2.426 0 4.853-.001 7.28l2.714-.001v-8.159c.01-.548-.151-1.08-.374-1.573z"/><path fill="#231f20" d="M4.601 8.198c1.493-.866 2.989-1.724 4.486-2.584-.101.425-.205.848-.308 1.273 1.517.004 3.032-.006 4.549.005.634.001 1.238.239 1.776.558A590.71 590.71 0 0 1 13.06 9.6c-1.422-.002-2.844-.001-4.266-.001.097.39.193.78.288 1.171C7.588 9.913 6.1 9.046 4.601 8.197zM14.297 11.56c.78-.818 1.552-1.643 2.339-2.453.223.493.384 1.025.374 1.573v8.159l-2.714.001c.001-2.428-.004-4.854.001-7.28z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-turn--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.404 0h1.145c1.568.125 3.138.454 4.56 1.141 2.785 1.301 5.029 3.714 6.112 6.592.455 1.157.684 2.389.78 3.625v1.272c-.145 2.447-1.026 4.85-2.551 6.775-2.093 2.701-5.384 4.402-8.792 4.595h-1.301c-2.038-.137-4.051-.754-5.77-1.866a11.971 11.971 0 0 1-4.988-6.413c-.392-1.176-.568-2.413-.598-3.649v-.136c.03-1.117.17-2.236.49-3.308.839-2.885 2.807-5.423 5.398-6.943C7.547.663 9.478.159 11.405 0M5.698 4.249a9.973 9.973 0 0 0-3.613 6.534 9.987 9.987 0 0 0 2.182 7.547c1.172-1.182 2.357-2.35 3.527-3.534 1.607-1.598 3.211-3.203 4.81-4.811a1146.09 1146.09 0 0 0 5.729-5.729c-2.082-1.714-4.877-2.512-7.55-2.171A9.92 9.92 0 0 0 5.7 4.249m9.724 5.76a1414.217 1414.217 0 0 0-6 6c-1.259 1.232-2.485 2.498-3.746 3.727 2.184 1.823 5.176 2.616 7.979 2.134a10.032 10.032 0 0 0 5.597-2.978c1.67-1.75 2.677-4.12 2.746-6.54a9.979 9.979 0 0 0-2.251-6.677c-1.436 1.451-2.891 2.882-4.324 4.334z"/><path fill="#fff" d="M5.698 4.249a9.92 9.92 0 0 1 5.083-2.164c2.674-.341 5.468.457 7.55 2.171a1190.17 1190.17 0 0 1-5.729 5.729 4.432 4.432 0 0 1-.576.014c.322-1.094.667-2.18.984-3.275.049-.518-.588-.917-1.022-.616-2.671 1.95-5.324 3.925-7.982 5.893 1.27.922 2.519 1.87 3.787 2.794-1.17 1.184-2.354 2.352-3.527 3.534a9.99 9.99 0 0 1-2.182-7.547 9.973 9.973 0 0 1 3.613-6.534zM15.424 10.009c1.433-1.452 2.887-2.884 4.324-4.334a9.979 9.979 0 0 1 2.251 6.677c-.068 2.42-1.075 4.79-2.746 6.54a10.026 10.026 0 0 1-5.597 2.978c-2.803.482-5.795-.311-7.979-2.134 1.261-1.229 2.488-2.495 3.746-3.727.858.622 1.696 1.272 2.556 1.891.438.311 1.09-.092 1.027-.622-.312-1.093-.66-2.178-.98-3.27 2.66-.002 5.32.001 7.98-.002.002-1.336.002-2.67 0-4.006-1.528.004-3.056-.012-4.583.008z"/><path d="M11.988 6.109c.434-.301 1.072.097 1.022.616-.317 1.094-.662 2.18-.984 3.275.192.007.384.002.576-.014a1212.083 1212.083 0 0 1-4.81 4.811c-1.268-.924-2.518-1.872-3.787-2.794 2.658-1.968 5.311-3.943 7.982-5.893zM9.424 16.009c1.993-2.006 3.995-4.006 6-6 1.526-.02 3.055-.005 4.583-.008.002 1.336.002 2.67 0 4.006-2.66.004-5.32 0-7.98.002.32 1.092.668 2.177.98 3.27.062.529-.589.932-1.027.622-.86-.619-1.698-1.27-2.556-1.891z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-mopeds-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M5.293 2.047C7.953.224 11.376-.415 14.521.27c2.531.522 4.856 1.918 6.545 3.868 1.79 2.048 2.826 4.718 2.934 7.434v1.013c-.166 2.858-1.342 5.656-3.341 7.714-2.083 2.192-5.014 3.518-8.028 3.702h-1.238c-2.908-.17-5.744-1.4-7.813-3.457C1.449 18.472.179 15.582 0 12.623V11.58C.119 7.8 2.138 4.14 5.293 2.048m-.102 4.218a8.937 8.937 0 0 0-2.086 5.374h17.788c-.102-2.759-1.565-5.426-3.854-6.973a8.864 8.864 0 0 0-5.766-1.532c-2.339.17-4.576 1.338-6.082 3.132m-2.085 6.086c.1 2.906 1.729 5.695 4.212 7.21a8.892 8.892 0 0 0 11.6-1.976 8.934 8.934 0 0 0 1.974-5.234H3.106z"/><path fill="#fff" d="M5.191 6.266c1.506-1.794 3.743-2.962 6.082-3.132a8.864 8.864 0 0 1 5.766 1.532c2.29 1.547 3.752 4.214 3.854 6.973H3.105a8.927 8.927 0 0 1 2.086-5.374M9.92 4.729c-.092.246-.186.493-.28.739l.637.214c-.158.488-.324.974-.484 1.462-.881-.328-1.948.059-2.359.913-.55.968.016 2.318 1.075 2.636 1.044.389 2.287-.373 2.447-1.465.16-.802-.29-1.616-.99-2.005l.145-.398c.456.511.93 1.006 1.399 1.504-.206.352-.14.757.102 1.075.084-.044.167-.09.251-.136-.366-.113-.358-.524-.242-.812.264.227.46.514.548.853-.15.043-.298.092-.437.164l.418.03c-.076.12-.149.24-.223.361.227.006.454.007.68.01l-.001-.199a29.77 29.77 0 0 1-.314-.042c.065-.275.444-.392.509-.707.096.004.193.006.289.008.017.997.898 1.901 1.912 1.853 1.133.025 2.088-1.153 1.817-2.258-.193-1.11-1.477-1.801-2.521-1.382-.15-.316-.292-.635-.437-.954l.168-.281c.307.028.856.296.95-.166-.005-.437-.528-.33-.818-.341-.319.041-.7-.096-.973.107-.026.336.396.26.612.352l-.134.217-3.316-.001.169-.497c-.205-.08-.412-.155-.619-.224.049-.146.101-.292.151-.437.436 0 .871-.012 1.307-.007.17.157.341.322.563.406-.048-.27-.292-.415-.468-.596-.51-.008-1.021.007-1.532.006z"/><path fill="#fff" d="M10.17 6.616l.11-.312 3.245.001c-.386.613-.775 1.226-1.159 1.841-.246-.022-.48-.071-.493-.366a49.1 49.1 0 0 1 .308-.086c-.067-.282-.41-.146-.616-.155-.259.134.095.241.223.235.035.143.131.469-.104.427-.534-.498-1.004-1.062-1.514-1.585zM12.511 8.53c.254-.793.82-1.433 1.226-2.149l.377.844a2.05 2.05 0 0 0-1.024 1.526c-.192-.046-.512.025-.391-.367a8.703 8.703 0 0 0-.149.344l-.269-.014.109-.271.12.088zM7.768 8.135c.365-.668 1.214-.922 1.918-.685-.17.551-.312 1.129-.712 1.568.684-.106.641-.984.898-1.478.596.383.949 1.147.706 1.838-.241.83-1.247 1.316-2.044.965-.854-.31-1.25-1.436-.766-2.208zM14.428 7.442c.786-.272 1.739.14 2.005.944.361.901-.34 2.006-1.309 2.062-.872.106-1.666-.638-1.711-1.499.565.007 1.13.066 1.697.03-.217-.517-.461-1.022-.682-1.537z"/><path fill="#fff" d="M13.417 8.752c.088-.509.386-.956.828-1.225.198.424.388.85.58 1.277-.469-.016-.938-.03-1.408-.052zM11.984 8.292c.2-.085.274-.032.221.16-.202.084-.275.031-.221-.16zM12.235 8.933l.302-.006c.098.132-.101.32-.235.325-.136-.086-.157-.192-.067-.319zM3.106 12.353h17.786a8.934 8.934 0 0 1-1.974 5.234c-1.355 1.682-3.34 2.849-5.474 3.19a8.892 8.892 0 0 1-6.126-1.214c-2.483-1.514-4.112-4.303-4.212-7.21m6.052 1.115c0 .208 0 .415.004.624l.432.088-.058.296-.298.064a1.52 1.52 0 0 0-.535-.394c-.018.311-.024.623-.022.934.19-.073.377-.156.562-.244-.053.241-.104.484-.155.725-.542-.035-1.202.055-1.463.598-.568.544-.697 1.483-.253 2.141.499.818 1.735 1.069 2.477.432.409-.24.466-.758.785-1.067.119-.844-.4-1.675-1.171-2.005l.114-.228c.756.613 1.529 1.208 2.285 1.822.017.221.014.515.271.598.41.053.826-.002 1.236-.023.217.4.436.839.862 1.055.78.499 1.916.176 2.345-.635.186-.281.134-.653.346-.918-.036-1.064-1.075-1.867-2.114-1.745-.124-.371-.406-.707-.379-1.114.205 0 .534.142.631-.114.107-.257-.109-.614-.409-.511a8.97 8.97 0 0 1-1.333.228c-.109.072-.049.192-.032.294.284.007.569.022.853.044-.473.716-.906 1.464-1.409 2.159a1.203 1.203 0 0 1-1.04-.071c-.385-.415-.463-1.024-.842-1.446-.276-.348-.726-.461-1.138-.563.028-.148.054-.295.08-.444l-.458-.097-.001-.37 1.152-.44c.217.136.415.314.664.389.137-.024.162-.186.239-.278-.25-.151-.518-.286-.812-.312-.482.143-.942.354-1.412.529z"/><path fill="#fff" d="M12.877 16.961c.44-.665.844-1.354 1.309-1.999.108.234.214.47.322.706a2.031 2.031 0 0 0-1.207 1.292l-.424.001zM7.524 16.804a1.543 1.543 0 0 1 1.453-.812c-.091.432-.194.862-.293 1.292-.388-.16-.775-.318-1.16-.48zM13.763 16.963c.18-.4.498-.719.906-.881.162.302.37.577.529.881-.478.008-.956.007-1.435 0zM15.028 16.009c.719.012 1.356.553 1.458 1.268-.241.008-.481.016-.721.018-.436-.304-.635-.782-.737-1.286zM9.343 16.09c.47.238.802.684.865 1.212-.422.004-.845.002-1.267.002.133-.406.264-.811.402-1.214z"/><path fill="#fff" d="M8.773 18.769c-.906.008-1.577-.973-1.298-1.824.376.161.77.28 1.13.476l.092.246c.391-.416 1.016-.148 1.519-.212-.086.714-.694 1.357-1.444 1.314zM15.757 17.412l.737-.02c-.028.596-.4 1.182-.991 1.35-.62.214-1.306-.1-1.637-.644l-.018-.281c.506.006 1.012-.029 1.518-.055.212.016.29-.21.391-.349z"/><path d="M9.92 4.729c.511.001 1.022-.014 1.532-.006.176.181.42.326.468.596-.222-.084-.392-.248-.563-.406-.436-.005-.871.007-1.307.007-.05.145-.102.29-.151.437.208.07.414.144.619.224l-.169.497 3.316.001.134-.217c-.216-.091-.638-.016-.612-.352.274-.203.654-.066.973-.107.29.011.814-.096.818.341-.095.462-.643.193-.95.166l-.168.281c.145.319.287.638.437.954 1.044-.419 2.328.272 2.521 1.382.271 1.105-.684 2.284-1.817 2.258-1.014.048-1.895-.856-1.912-1.853a27.873 27.873 0 0 1-.289-.008c-.065.314-.444.432-.509.707l.314.042.001.199a38.405 38.405 0 0 1-.68-.01l.223-.361-.418-.03c.139-.072.287-.121.437-.164a1.684 1.684 0 0 0-.548-.853c-.115.288-.124.7.242.812l-.251.136c-.242-.318-.308-.724-.102-1.075-.469-.498-.943-.992-1.399-1.504l-.145.398c.7.389 1.15 1.204.99 2.005-.16 1.092-1.403 1.854-2.447 1.465-1.06-.318-1.625-1.668-1.075-2.636.412-.854 1.478-1.241 2.359-.913.16-.487.325-.973.484-1.462l-.637-.214.28-.739m.251 1.889c.51.523.98 1.087 1.514 1.585.235.042.139-.284.104-.427-.128.006-.482-.101-.223-.235.205.008.548-.127.616.155a49.1 49.1 0 0 1-.308.086c.013.295.247.344.493.366.384-.614.773-1.228 1.159-1.841l-3.245-.001-.11.312m2.341 1.914l-.12-.088-.109.271.269.014c.047-.116.097-.23.149-.344-.121.392.199.322.391.367a2.05 2.05 0 0 1 1.024-1.526l-.377-.844c-.407.716-.972 1.356-1.226 2.149m-4.744-.394c-.485.772-.089 1.898.766 2.208.797.352 1.802-.134 2.044-.965.244-.691-.109-1.456-.706-1.838-.257.494-.214 1.373-.898 1.478.4-.439.541-1.018.712-1.568-.703-.236-1.553.017-1.918.685m6.66-.693c.221.515.464 1.02.682 1.537-.566.036-1.132-.023-1.697-.03.046.86.839 1.604 1.711 1.499.97-.055 1.67-1.16 1.309-2.062-.266-.804-1.219-1.217-2.005-.944m-1.011 1.31c.469.022.938.036 1.408.052-.192-.427-.382-.853-.58-1.277-.442.269-.74.716-.828 1.225m-1.433-.46c-.054.191.019.244.221.16.053-.192-.02-.245-.221-.16m.251.641c-.09.127-.068.233.067.319.134-.005.334-.193.235-.325l-.302.006zM9.158 13.468c.47-.175.93-.386 1.412-.529.294.026.563.161.812.312-.077.092-.102.254-.239.278-.248-.074-.446-.253-.664-.389-.384.148-.768.294-1.152.44l.001.37.458.097-.08.444c.412.102.862.215 1.138.563.379.422.457 1.031.842 1.446.301.18.716.206 1.04.071.503-.695.936-1.442 1.409-2.159a15.222 15.222 0 0 0-.853-.044c-.017-.102-.077-.222.032-.294a8.97 8.97 0 0 0 1.333-.228c.3-.103.516.254.409.511-.097.256-.426.114-.631.114-.026.407.256.743.379 1.114 1.039-.122 2.078.68 2.114 1.745-.211.265-.16.637-.346.918-.428.811-1.565 1.134-2.345.635-.426-.216-.644-.655-.862-1.055-.41.02-.826.076-1.236.023-.257-.083-.254-.377-.271-.598-.756-.613-1.529-1.208-2.285-1.822l-.114.228c.772.33 1.29 1.162 1.171 2.005-.319.308-.376.827-.785 1.067-.742.637-1.978.386-2.477-.432-.444-.658-.314-1.597.253-2.141.26-.542.92-.632 1.463-.598.05-.241.102-.484.155-.725-.185.088-.372.17-.562.244-.002-.311.004-.623.022-.934.204.094.389.221.535.394.074-.017.223-.048.298-.064l.058-.296-.432-.088c-.004-.209-.004-.416-.004-.624m3.723 3.494l.424-.001c.182-.59.63-1.07 1.207-1.292-.108-.235-.214-.472-.322-.706-.466.646-.869 1.334-1.309 1.999m-5.353-.157c.385.162.773.32 1.16.48.098-.431.202-.86.293-1.292a1.545 1.545 0 0 0-1.453.812m6.239.159c.479.007.958.008 1.435 0-.16-.304-.367-.578-.529-.881a1.677 1.677 0 0 0-.906.881m1.265-.954c.102.504.301.983.737 1.286.24-.002.48-.01.721-.018-.102-.715-.739-1.256-1.458-1.268m-5.685.081c-.138.403-.269.809-.402 1.214.422 0 .845.001 1.267-.002a1.575 1.575 0 0 0-.865-1.212m-.57 2.679c.75.043 1.357-.6 1.444-1.314-.503.065-1.128-.204-1.519.212l-.092-.246c-.36-.197-.755-.316-1.13-.476-.278.851.392 1.832 1.298 1.824m6.983-1.357c-.101.139-.179.365-.391.349-.506.026-1.012.061-1.518.055l.018.281c.331.545 1.016.858 1.637.644.592-.168.964-.754.991-1.35l-.737.02z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicle-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.139.449c2.566-.416 5.274.018 7.549 1.286a11.76 11.76 0 0 1 5.389 6.24c.865 2.335.955 4.946.26 7.337a11.757 11.757 0 0 1-3.875 5.84 11.741 11.741 0 0 1-7.464 2.64 11.74 11.74 0 0 1-7.428-2.693 11.733 11.733 0 0 1-3.955-6.326 11.806 11.806 0 0 1 .83-7.811C3.059 3.553 6.406 1.027 10.138.448m-4.004 4.13c1 1.057 2.003 2.111 3.006 3.163 1.804 1.903 3.613 3.8 5.418 5.704l.456.476c.656.695 1.315 1.387 1.976 2.077.732.779 1.471 1.55 2.207 2.326 1.91-2.14 2.747-5.174 2.218-7.992a9.49 9.49 0 0 0-3.856-6.046 9.435 9.435 0 0 0-4.783-1.728c-2.365-.193-4.781.55-6.642 2.02m-3.602 7.667a9.49 9.49 0 0 0 2.623 6.359 9.538 9.538 0 0 0 5.898 2.902 9.47 9.47 0 0 0 6.469-1.686c-1.423-1.499-2.848-2.996-4.271-4.494-.446-.469-.89-.938-1.338-1.406a22.37 22.37 0 0 0-.452-.473 707.81 707.81 0 0 0-3.683-3.872C6.71 8.435 5.624 7.311 4.552 6.172a9.509 9.509 0 0 0-2.021 6.074z"/><path fill="#fff" d="M6.134 4.578c1.861-1.47 4.277-2.213 6.642-2.02a9.435 9.435 0 0 1 4.783 1.728 9.492 9.492 0 0 1 3.856 6.046c.529 2.818-.307 5.852-2.218 7.992-.736-.775-1.475-1.547-2.207-2.326.132-.212.235-.443.307-.683.493-.002.985 0 1.478-.001V13.92c-1.254 0-2.508-.001-3.762.001l-.456-.476c1.405.005 2.812.001 4.218.001V7.75c-3.212-.006-6.424.011-9.636-.008a1129.53 1129.53 0 0 1-3.006-3.163zM2.532 12.245a9.509 9.509 0 0 1 2.021-6.074C5.625 7.31 6.711 8.434 7.779 9.574l.001 3.872c1.228.002 2.455.001 3.682 0 .154.156.305.313.452.473-1.398.018-2.8-.03-4.196.023-.828.514-1.606 1.12-2.408 1.676l.209.284c.754-.538 1.513-1.069 2.266-1.61-.005.341-.005.682-.004 1.022l.926-.001c.098.546.55 1.042 1.134 1.022.589.024 1.043-.474 1.141-1.022.757.007 1.514-.011 2.27.012 1.423 1.498 2.848 2.995 4.271 4.494a9.47 9.47 0 0 1-6.469 1.686 9.538 9.538 0 0 1-5.898-2.902 9.488 9.488 0 0 1-2.623-6.359z"/><path fill="#001323" d="M9.14 7.741c3.212.019 6.424.002 9.636.008v5.696c-1.406 0-2.813.004-4.218-.001-1.805-1.903-3.614-3.8-5.418-5.704zM7.778 9.574a746.043 746.043 0 0 1 3.683 3.872c-1.226.001-2.454.002-3.682 0l-.001-3.872zM7.717 13.942c1.397-.053 2.798-.005 4.196-.023.448.468.892.937 1.338 1.406-.756-.023-1.513-.005-2.27-.012-.098.548-.552 1.046-1.141 1.022-.584.019-1.036-.476-1.134-1.022l-.926.001c-.001-.341-.001-.682.004-1.022-.752.541-1.512 1.073-2.266 1.61l-.209-.284c.803-.557 1.58-1.163 2.408-1.676zM15.014 13.921c1.254-.002 2.508-.001 3.762-.001v1.394c-.493.001-.985-.001-1.478.001-.072.24-.175.47-.307.683-.661-.69-1.32-1.382-1.976-2.077z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M6.492 1.34C8.894.091 11.726-.294 14.378.242c2.69.522 5.167 2.028 6.899 4.147 1.645 1.978 2.592 4.5 2.723 7.066v1.168c-.151 2.476-1.045 4.909-2.606 6.844-2.098 2.671-5.371 4.348-8.759 4.534h-1.243c-2.68-.156-5.305-1.204-7.31-2.994-2.554-2.21-4.063-5.546-4.081-8.921v-.166c.025-1.332.241-2.664.689-3.919.998-2.849 3.122-5.278 5.803-6.66m.155 2.695c.58.68 1.152 1.368 1.728 2.052.382.413.667.931 1.164 1.22.35.218.436.658.679.967.32.416.677.805 1.01 1.212.422.505.842 1.01 1.271 1.51.215.263.432.522.65.781.664.79 1.324 1.582 1.991 2.368.613.724 1.2 1.469 1.841 2.167.612.806 1.301 1.558 1.942 2.342 1.876-1.939 2.874-4.69 2.652-7.381a9.582 9.582 0 0 0-3.029-6.294 9.546 9.546 0 0 0-6.067-2.561 9.563 9.563 0 0 0-5.832 1.616m-4.225 8.546a9.593 9.593 0 0 0 3.041 6.444 9.59 9.59 0 0 0 6.54 2.579c1.9.012 3.781-.584 5.362-1.632l-.755-.9c-.702-.822-1.376-1.668-2.095-2.474l.026.13-.107-.278c-.122-.127-.24-.257-.356-.389l-.295-.362c-.478-.56-.95-1.124-1.42-1.692-.62-.727-1.232-1.464-1.847-2.197a38.048 38.048 0 0 1-.679-.815c-.238-.276-.473-.554-.71-.832-.145-.176-.29-.352-.437-.526l-.258-.287c-.258-.34-.532-.665-.815-.982l-.246-.28.008-.024c-.132-.15-.228-.359-.436-.414l-.083.022.022-.089c-.012-.168-.163-.28-.253-.41-.52-.607-1.031-1.22-1.542-1.834-1.842 1.908-2.843 4.594-2.665 7.242z"/><path fill="#fff" d="M6.648 4.036A9.557 9.557 0 0 1 12.48 2.42a9.546 9.546 0 0 1 6.067 2.561 9.582 9.582 0 0 1 3.029 6.294c.222 2.692-.776 5.442-2.652 7.381-.641-.785-1.33-1.536-1.942-2.342-.034-.427.028-.863-.06-1.285-.064-.308-.398-.4-.638-.529-.144-.815-.242-1.638-.398-2.45-.104-.54-.572-.995-1.129-1.031-.751-.046-1.504-.001-2.256-.02-.428-.499-.848-1.004-1.271-1.51.895.002 1.792-.001 2.687.002.388.59 1.086 1.004 1.807.848.817-.119 1.385-.892 1.427-1.688l.331-.005a2.203 2.203 0 0 0-1.234-1.838c-.09-.174-.092-.468-.338-.488-.535-.054-1.076-.008-1.615-.023-.077-.533-.494-.889-.838-1.265-.311-.368-.804-.474-1.231-.649.06-.31.259-.656.055-.953-.227-.378-.846-.401-1.088-.026-.205.272.01.61.041.904.011.232.262.284.424.384-.252.514-.546 1.055-1.108 1.283l-.181-.066c.059-.637.275-1.248.346-1.884-.388.502-.642 1.091-1.039 1.584-.316.382-.827.486-1.298.481-.576-.684-1.148-1.372-1.728-2.052zM2.423 12.581c-.178-2.648.823-5.334 2.665-7.242.511.613 1.022 1.226 1.542 1.834.09.131.241.242.253.41l-.022.089c-.502.71-.37 1.775.324 2.31.538.464 1.32.463 1.942.18.238.277.473.556.71.832-.642-.059-1.409.143-1.639.818-.246.876-.294 1.796-.472 2.688-.236.127-.564.212-.634.511-.103.509-.034 1.034-.053 1.55.019.535-.132 1.178.344 1.566.013.562.006 1.124.008 1.686.456.358 1.087.391 1.536.001.007-.532.004-1.063.005-1.594 2.046.133 4.097.133 6.143 0 .001.53-.001 1.061.004 1.591.448.395 1.084.36 1.54 0a60.589 60.589 0 0 0-.01-.74l.755.9c-1.58 1.048-3.462 1.644-5.362 1.632a9.59 9.59 0 0 1-6.54-2.579 9.598 9.598 0 0 1-3.041-6.444z"/><path fill="#fff" d="M10.643 6.558c.454-.256.908-.511 1.361-.773.119.198.259.383.422.547-.142.222-.282.445-.422.67-.451-.155-.907-.298-1.361-.444zM13.613 7.235c.25.005.5.008.75.024-.319.356-.515.787-.724 1.211-.044-.41-.026-.823-.026-1.235zM15.342 7.614c.353.047.737.151.931.479.384.528.09 1.35-.526 1.542-.595.216-1.288-.252-1.337-.876-.054-.356.161-.662.37-.925l.158.377c-.288.354-.16.956.306 1.074.448.162.924-.296.818-.749-.038-.3-.319-.454-.571-.554l-.15-.367zM7.475 9.31c-.312-.337-.265-.827-.103-1.222l.246.28c.013.23-.037.497.125.689.152.227.451.232.69.293l.258.287c-.428.086-.934.053-1.216-.326zM8.834 12.184c.456-.415 1.116-.323 1.682-.376.614.733 1.226 1.47 1.847 2.197-1.163-.018-2.324.095-3.486.09-.292.026-.517-.257-.463-.535.042-.474.044-1.027.42-1.376zM13.151 11.778c.626.09 1.325-.04 1.89.301.522.342.533 1.039.552 1.598.022.27-.263.361-.451.468-.667-.786-1.327-1.578-1.991-2.368zM9.461 15.73a51.912 51.912 0 0 1 4.322-.032l.295.362c-1.54-.008-3.078-.001-4.616-.004l-.001-.326zM9.461 16.448h4.974c.026.07.079.209.107.278l.031.138c-1.704.005-3.407.001-5.111.002l-.001-.419zM9.46 17.581l.002-.334h5.087l.002.334a48.05 48.05 0 0 1-5.092 0z"/><path d="M11.192 3.402c.242-.374.862-.352 1.088.026.204.296.005.643-.055.953.427.175.92.281 1.231.649.343.376.761.732.838 1.265.539.014 1.08-.031 1.615.023.246.02.248.314.338.488a2.206 2.206 0 0 1 1.234 1.838l-.331.005c-.042.797-.61 1.57-1.427 1.688-.721.156-1.42-.258-1.807-.848-.895-.004-1.792 0-2.687-.002-.334-.407-.69-.796-1.01-1.212-.244-.31-.329-.749-.679-.967-.497-.289-.782-.808-1.164-1.22.472.005.983-.1 1.298-.481.397-.493.652-1.082 1.039-1.584-.071.636-.287 1.247-.346 1.884l.181.066c.562-.228.856-.769 1.108-1.283-.162-.1-.413-.152-.424-.384-.031-.294-.246-.631-.041-.904m-.548 3.156c.454.146.91.289 1.361.444l.422-.67a2.832 2.832 0 0 1-.422-.547c-.452.262-.907.517-1.361.773m2.97.677c0 .412-.018.824.026 1.235.209-.424.404-.854.724-1.211-.25-.016-.5-.019-.75-.024m1.729.379l.15.367c.252.101.533.254.571.554.106.452-.371.911-.818.749-.466-.118-.594-.72-.306-1.074a103.96 103.96 0 0 1-.158-.377c-.209.263-.424.569-.37.925.049.624.742 1.092 1.337.876.616-.192.91-1.014.526-1.542-.194-.328-.578-.432-.931-.479zM6.862 7.672l.083-.022c.208.055.304.264.436.414l-.008.024c-.162.395-.209.884.103 1.222.282.379.787.413 1.216.326.146.174.292.349.437.526-.622.283-1.404.284-1.942-.18-.694-.535-.826-1.6-.324-2.31z"/><path d="M7.618 8.368c.283.317.557.642.815.982-.239-.061-.538-.066-.69-.293-.162-.192-.112-.458-.125-.689zM8.198 11.812c.23-.676.997-.877 1.639-.818.222.276.45.546.679.815-.566.053-1.226-.04-1.682.376-.376.349-.378.902-.42 1.376-.054.278.172.562.463.535 1.162.005 2.323-.108 3.486-.09.469.568.942 1.132 1.42 1.692a52.787 52.787 0 0 0-4.322.032l.001.326c1.538.002 3.077-.005 4.616.004.116.132.234.262.356.389H9.46l.001.419c1.704-.001 3.407.002 5.111-.002l-.031-.138-.026-.13c.719.806 1.393 1.652 2.095 2.474.005.246.007.493.01.74-.456.36-1.092.395-1.54 0-.005-.53-.002-1.061-.004-1.591a47.339 47.339 0 0 1-6.143 0c-.001.53.002 1.062-.005 1.594-.449.39-1.08.356-1.536-.001-.002-.562.005-1.124-.008-1.686-.476-.388-.325-1.031-.344-1.566.019-.516-.05-1.042.053-1.55.07-.299.397-.384.634-.511.178-.892.226-1.812.472-2.688m1.261 5.768c1.696.09 3.396.09 5.092 0l-.002-.334H9.463l-.002.334zM12.5 10.997c.752.019 1.505-.025 2.256.02.557.036 1.025.491 1.129 1.031.156.812.254 1.636.398 2.45.24.13.575.221.638.529.088.422.026.858.06 1.285-.641-.698-1.228-1.444-1.841-2.167.188-.107.473-.198.451-.468-.019-.559-.03-1.256-.552-1.598-.565-.341-1.264-.211-1.89-.301-.218-.259-.436-.518-.65-.781z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ff1721" d="M11.655 0h.787a12.142 12.142 0 0 1 7.603 3.053C22.256 5.01 23.682 7.811 24 10.745v2.6c-.33 3.005-1.836 5.861-4.138 7.821-1.825 1.571-4.132 2.553-6.52 2.834h-2.593a12.128 12.128 0 0 1-7.356-3.597C1.305 18.27.091 15.334 0 12.356v-.705c.15-2.119.79-4.214 1.928-6.015C3.648 2.848 6.584.853 9.809.278 10.424.186 11.028.005 11.655 0m-.863 4.112c-2.035.304-3.919 1.439-5.157 3.078 2.12 1.232 4.249 2.45 6.368 3.686 2.134-1.245 4.277-2.474 6.414-3.712-1.738-2.3-4.775-3.544-7.625-3.052M4.627 8.935c-1.124 2.645-.678 5.873 1.138 8.102 1.285 1.627 3.229 2.698 5.281 2.964 0-2.454.004-4.908-.002-7.362-2.138-1.236-4.273-2.478-6.417-3.704m8.426 3.648v7.408a8.217 8.217 0 0 0 3.319-1.213 8.058 8.058 0 0 0 3.528-5.175 8.073 8.073 0 0 0-.477-4.694 1438.967 1438.967 0 0 0-6.37 3.674z"/><path fill="#fff" d="M10.792 4.112c2.85-.492 5.887.752 7.625 3.052-2.137 1.238-4.28 2.467-6.414 3.712C9.884 9.64 7.755 8.422 5.635 7.19c1.238-1.639 3.122-2.774 5.157-3.078m-.178 1.304c-.246.292-.455.614-.706.902-.179.172-.513.276-.482.58.05.371.1.743.097 1.119l.28.015c0 .261 0 .523.002.785l.432.003c.003-.231.004-.462.004-.692 1.196.066 2.397.095 3.591-.015v.703h.438l.001-.781.265-.003c-.008-.383.052-.761.089-1.14.02-.169-.105-.31-.24-.391-.425-.263-.601-.79-.992-1.077-.925-.027-1.853-.007-2.779-.008z"/><path fill="#fff" d="M10.7 5.6c.889-.007 1.778-.015 2.667.005.22.282.44.565.652.853a22.666 22.666 0 0 0-3.968-.02c.211-.284.427-.563.649-.838zM9.732 6.755c.221-.222.652.046.518.342-.049.214-.362.295-.518.147-.155-.114-.157-.375 0-.489zM13.929 6.736c.2-.157.551.001.52.264.011.222-.245.387-.446.298-.243-.069-.287-.431-.074-.562zM10.631 7.008c.253-.012.505-.015.758-.016v.734c-.378 0-.756.007-1.134-.015.099-.247.237-.476.376-.703zM11.463 7h1.15l-.007.729h-1.142L11.463 7zM12.692 6.994c.241 0 .483.001.724.003.15.228.294.461.406.712-.379.025-.758.017-1.137.016l.007-.731zM4.627 8.935c2.144 1.226 4.279 2.468 6.417 3.704.006 2.454.002 4.908.002 7.362-2.052-.266-3.996-1.337-5.281-2.964-1.816-2.229-2.262-5.457-1.138-8.102m1.979 3.876c-.018.229.156.401.339.506.042.099.082.199.12.299-.357-.03-.723-.074-1.065.061v.164a1.3 1.3 0 0 0-.761.266c-.045.248-.179.504-.089.757.123.399.611.631.997.464.274-.088.39-.369.542-.585l.038-.318c.132.18.372.358.241.606.606.007 1.247.097 1.797-.222.121.261.313.533.624.566.399.089.664-.263.93-.49l.009-.475c-.107-.137-.212-.274-.323-.407.014-.092.029-.184.041-.277-.471.003-.942-.005-1.412.035.112.103.243.182.376.254l-.211.255-.236-.156c-.007-.155.019-.342-.127-.444-.348-.311-.671-.731-1.178-.751a3.352 3.352 0 0 0-.121-.265c-.157-.165-.495-.076-.531.157zM13.053 12.583c2.121-1.229 4.243-2.456 6.37-3.674a8.073 8.073 0 0 1 .477 4.694 8.058 8.058 0 0 1-3.528 5.175 8.217 8.217 0 0 1-3.319 1.213v-7.408m2.144.02c.034.154.107.294.186.43l-.38-.009-.001.254c.196.059.3.237.434.374.179.144.385.251.58.373-.025.211-.095.419-.096.633.07.218.321.222.505.261-.029.093-.059.185-.09.277l.273.001c-.05-.101-.099-.202-.146-.303.218-.007.437-.012.656-.013.218.258.521.493.881.445.391-.017.687-.319.845-.654l.148-.052.001-.456-.135-.03a1.09 1.09 0 0 0-1.255-.609l-.005-.218a2.602 2.602 0 0 0-.142.314c-.235.175-.366.444-.58.639.067-.232.175-.449.283-.663l-.147-.173a6.032 6.032 0 0 1-.294.619c-.24-.062-.609-.111-.609-.436.009-.371-.346-.571-.678-.568l.099-.14-.272-.212c.294-.02.591-.011.885-.052-.306-.094-.632-.057-.946-.032m1.703.131a.51.51 0 0 0 .343.313l-.195.351c.174-.07.318-.187.462-.303a.344.344 0 0 0 .24-.314c-.284-.008-.567-.033-.85-.047m-2.917 1.049c-.149.346-.308.757-.102 1.116.228.478.908.632 1.319.298.272-.183.319-.523.434-.805-.024-.407-.386-.641-.53-.996l-.02.167c-.373-.112-.824-.082-1.101.22z"/><path fill="#fff" d="M6.504 13.75c.091-.037.348-.005.271.141-.109.135-.538-.014-.271-.141zM14.268 13.866c.22-.08.452-.1.681-.054-.078.169-.149.343-.245.503-.238-.018-.295-.3-.436-.449zM17.733 13.781a.789.789 0 0 1 .917.593c-.131.002-.262.004-.392.004a1.878 1.878 0 0 0-.351-.23c-.06-.121-.117-.244-.174-.367zM15.057 13.868c.152.159.268.347.329.561a13.16 13.16 0 0 1-.596.001c.085-.189.174-.376.267-.562zM17.255 14.287c.078-.193.205-.357.379-.473.057.156.111.314.157.475-.179.003-.357.002-.536-.002zM6.899 14.09c.246.062.229.316.22.518-.113-.154-.22-.319-.22-.518z"/><path fill="#fff" d="M14.01 14.695c-.111-.274.02-.558.187-.775.094.134.187.268.278.404.013.131-.01.398.205.308.22-.112.464-.12.705-.101-.084.181-.14.399-.321.513-.357.26-.928.078-1.054-.349zM5.562 14.552c.04-.16.208-.17.341-.187-.245.129-.272.6.103.442l.04-.32.108-.039c.031.163.062.381-.116.473-.238.175-.577-.101-.476-.369zM7.91 14.673c.111-.14.233-.269.365-.389-.042.137-.088.272-.134.408l-.231-.019zM9.351 14.403c.196-.105.382.034.488.198-.185-.005-.341-.1-.488-.198zM9.226 14.466l.186.36.371-.101c-.033.302-.457.321-.575.067l.018-.326zM18.258 14.474l.397.004c-.063.293-.242.593-.561.65-.269.082-.527-.058-.716-.241.293-.01.587.008.881-.01l-.313-.081a.69.69 0 0 0 .312-.322z"/><path fill="#030303" d="M10.614 5.416c.926.001 1.854-.019 2.779.008.391.287.567.814.992 1.077.135.081.26.222.24.391-.037.379-.097.757-.089 1.14l-.265.003-.001.781h-.438a82.369 82.369 0 0 1 0-.703c-1.194.11-2.395.081-3.591.015 0 .23-.001.461-.004.692l-.432-.003c-.002-.262-.002-.524-.002-.785l-.28-.015a7.91 7.91 0 0 0-.097-1.119c-.031-.304.303-.408.482-.58.251-.288.46-.61.706-.902m.086.184a26.36 26.36 0 0 0-.649.838 22.666 22.666 0 0 1 3.968.02 38.427 38.427 0 0 0-.652-.853c-.889-.02-1.778-.012-2.667-.005m-.968 1.155c-.157.114-.155.375 0 .489.156.148.469.067.518-.147.134-.296-.297-.564-.518-.342m4.197-.019c-.213.131-.169.493.074.562.201.089.457-.076.446-.298.031-.263-.32-.421-.52-.264m-3.298.272a4.748 4.748 0 0 0-.376.703c.378.022.756.015 1.134.015v-.734c-.253.001-.505.004-.758.016M11.463 7l.001.729h1.142L12.613 7h-1.15m1.229-.006l-.007.731c.379.001.758.009 1.137-.016a5.051 5.051 0 0 0-.406-.712 87.365 87.365 0 0 0-.724-.003zM15.197 12.603c.314-.025.64-.062.946.032-.294.041-.591.032-.885.052l.272.212-.099.14c.332-.003.687.197.678.568 0 .325.369.374.609.436.108-.202.21-.407.294-.619l.147.173a3.877 3.877 0 0 0-.283.663c.214-.195.345-.464.58-.639.041-.107.087-.213.142-.314l.005.218a1.09 1.09 0 0 1 1.255.609l.135.03-.001.456-.148.052c-.158.335-.454.637-.845.654-.36.048-.663-.187-.881-.445-.219.001-.438.006-.656.013.047.101.096.202.146.303l-.273-.001c.031-.092.061-.184.09-.277-.184-.039-.435-.043-.505-.261.001-.214.071-.422.096-.633-.195-.122-.401-.229-.58-.373-.134-.137-.238-.315-.434-.374l.001-.254.38.009a1.52 1.52 0 0 1-.186-.43m2.536 1.178c.057.123.114.246.174.367.125.063.242.14.351.23.13 0 .261-.002.392-.004a.789.789 0 0 0-.917-.593m-.478.506c.179.004.357.005.536.002a6.947 6.947 0 0 0-.157-.475c-.174.116-.301.28-.379.473m1.003.187a.69.69 0 0 1-.312.322l.313.081c-.294.018-.588 0-.881.01.189.183.447.323.716.241.319-.057.498-.357.561-.65l-.397-.004zM6.606 12.811c.036-.233.374-.322.531-.157.044.086.084.174.121.265.507.02.83.44 1.178.751.146.102.12.289.127.444l.236.156.211-.255a1.84 1.84 0 0 1-.376-.254c.47-.04.941-.032 1.412-.035-.012.093-.027.185-.041.277.111.133.216.27.323.407l-.009.475c-.266.227-.531.579-.93.49-.311-.033-.503-.305-.624-.566-.55.319-1.191.229-1.797.222.131-.248-.109-.426-.241-.606l-.038.318c-.152.216-.268.497-.542.585-.386.167-.874-.065-.997-.464-.09-.253.044-.509.089-.757A1.3 1.3 0 0 1 6 13.841v-.164c.342-.135.708-.091 1.065-.061-.038-.1-.078-.2-.12-.299-.183-.105-.357-.277-.339-.506m-.102.939c-.267.127.162.276.271.141.077-.146-.18-.178-.271-.141m.395.34c0 .199.107.364.22.518.009-.202.026-.456-.22-.518m-1.337.462c-.101.268.238.544.476.369.178-.092.147-.31.116-.473l-.108.039-.04.32c-.375.158-.348-.313-.103-.442-.133.017-.301.027-.341.187m2.348.121l.231.019c.046-.136.092-.271.134-.408-.132.12-.254.249-.365.389m1.441-.27c.147.098.303.193.488.198-.106-.164-.292-.303-.488-.198m-.125.063l-.018.326c.118.254.542.235.575-.067l-.371.101-.186-.36z"/><path fill="#030303" d="M16.9 12.734c.283.014.566.039.85.047a.344.344 0 0 1-.24.314c-.144.116-.288.233-.462.303l.195-.351a.51.51 0 0 1-.343-.313zM13.983 13.783c.277-.302.728-.332 1.101-.22l.02-.167c.144.355.506.589.53.996-.115.282-.162.622-.434.805-.411.334-1.091.18-1.319-.298-.206-.359-.047-.77.102-1.116m.285.083c.141.149.198.431.436.449.096-.16.167-.334.245-.503a1.255 1.255 0 0 0-.681.054m.789.002a15.16 15.16 0 0 0-.267.562c.198.004.397.004.596-.001a1.346 1.346 0 0 0-.329-.561m-1.047.827c.126.427.697.609 1.054.349.181-.114.237-.332.321-.513-.241-.019-.485-.011-.705.101-.215.09-.192-.177-.205-.308-.091-.136-.184-.27-.278-.404-.167.217-.298.501-.187.775z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M10.951 0h1.924c2.376.185 4.696 1.07 6.563 2.555a12.042 12.042 0 0 1 4.4 7.327c.024.184.04.368.044.553l-.042.109c.041.019.121.06.16.08v2.856l-.004-.363c-.287 2.637-1.401 5.19-3.235 7.119-2.034 2.182-4.904 3.54-7.875 3.764h-1.885c-2.716-.255-5.345-1.41-7.31-3.311C1.553 18.661.224 15.825.001 12.89v-1.761c.221-3.005 1.607-5.905 3.825-7.946C5.764 1.366 8.318.27 10.953 0M5.991 5.76c4.288 3.731 8.577 7.461 12.853 11.206 1.249-1.831 1.794-4.138 1.408-6.329a8.597 8.597 0 0 0-3.722-5.724c-1.532-1.028-3.406-1.508-5.243-1.4-1.959.105-3.85.929-5.297 2.247M4.777 7.15c-.952 1.403-1.523 3.076-1.532 4.778a8.514 8.514 0 0 0 2.133 5.784c1.729 2.009 4.448 3.114 7.088 2.889a8.648 8.648 0 0 0 5.148-2.233c-4.28-3.74-8.558-7.48-12.837-11.218z"/><path fill="#fff" d="M5.991 5.76c1.446-1.318 3.338-2.142 5.297-2.247 1.837-.108 3.71.372 5.243 1.4a8.597 8.597 0 0 1 3.722 5.724c.386 2.191-.159 4.497-1.408 6.329-4.276-3.745-8.566-7.475-12.853-11.206m7.764.711c-.194.177-.403.341-.563.551-.123.287-.153.606-.267.896-.127.158-.286.285-.431.425-.003.399-.001.797 0 1.195.136.141.271.282.406.425v.972h.642l-.001-.97 3.672.001v.97l.602-.001-.003-.993c.159-.145.32-.287.481-.429-.012-.389-.022-.776-.035-1.165-.298-.253-.525-.57-.578-.966-.045-.424-.429-.647-.715-.906-1.07-.004-2.141.001-3.21-.003z"/><path fill="#fff" d="M13.676 6.875c1.138.004 2.278-.019 3.416-.017.072.368.146.737.217 1.105h-3.907c.091-.363.181-.726.273-1.088zM4.777 7.15l12.837 11.218a8.648 8.648 0 0 1-5.148 2.233c-2.64.225-5.36-.88-7.088-2.889a8.516 8.516 0 0 1-2.133-5.784c.009-1.702.58-3.375 1.532-4.778m1.037 3.859c.047.212.098.424.137.637-.218.028-.438.054-.658.077l-.036.299c.157.05.313.103.47.157l-.167.303-.459-.022c-.276.212-.655.363-.751.732-.237.599.314 1.309.956 1.212.502.01.717-.486.997-.811-.017-.462-.27-.86-.642-1.119l.146-.216c.356.261.716.516 1.079.767l.096.583c.353.072.71.128 1.068.168.204.327.507.658.929.637.581.05 1.055-.51 1.018-1.068.022-.347-.268-.587-.481-.818.039-.06.114-.184.153-.244-.515-.012-1.031.005-1.541-.054.128-.125.262-.244.393-.365-.279.006-.558.008-.837-.001a.827.827 0 0 1 .195.657c-.759.318-1.395-.277-1.916-.746l.113-.293-.166-.344c.133-.087.266-.176.397-.267-.166.044-.33.091-.493.139m3.69 4.771c-.21-.013-.42-.026-.629-.037-.114.29-.001.588-.036.875-.399-.077-.861-.177-1.203.117-.63.42-.557 1.48.122 1.812.599.362 1.444-.04 1.568-.719.099-.382-.098-.742-.294-1.052.366-.253.66.21.97.352a.813.813 0 0 0-.226.622c.756.157 1.559.241 2.323.087.159.475.585.898 1.12.838.471.012.733-.412 1.05-.683l.026-.277c-.135-.48-.385-.946-.886-1.122l-.18-.637c-.653.032-1.301.132-1.955.137-.536-.137-1.072-.285-1.63-.296.169-.245.391-.441.655-.581-.409-.103-.62.259-.797.563zM13.17 8.807c.254-.32.725.167.404.393-.243.248-.608-.142-.404-.393zM17.229 8.759c.352-.255.622.427.21.502-.293.114-.488-.381-.21-.502z"/><path fill="#fff" d="M8.412 12.914c.312-.189.742-.33 1.052-.059.434.304.359 1.037-.119 1.258-.376.207-.803-.018-1.042-.325.341-.096.717.287 1.015.017.23-.191.21-.592-.045-.752-.264-.203-.638.163-.861-.139zM4.51 13.716c-.184-.563.356-1.033.893-1.005-.103.311-.235.611-.305.932.362-.11.381-.54.544-.821.253.267.47.66.255 1.018-.262.596-1.227.504-1.387-.123zM7.591 17.587c-.012-.503.53-.752.969-.669l-.218.279c-.159.09-.453.142-.424.386-.049.257.272.456.495.344.252-.072.194-.39.213-.589l.226-.204c.098.316.184.719-.109.963-.395.435-1.206.073-1.153-.51zM12.477 17.367c.2-.204.425-.47.748-.4.334.009.504.33.661.575l-.295.014a3.505 3.505 0 0 0-.465-.34l-.32.23-.33-.078zM12.42 17.584c.267.055.436.273.657.408.199-.028.397-.085.599-.091.132.253-.273.377-.463.402-.435.077-.712-.35-.793-.719z"/><path fill="#030303" d="M13.756 6.471c1.069.004 2.139-.001 3.21.003.286.259.67.483.715.906.053.397.28.714.578.966.013.389.023.776.035 1.165-.162.141-.322.284-.481.429l.003.993-.602.001v-.97l-3.672-.001.001.97h-.642v-.972l-.406-.425c-.001-.398-.003-.796 0-1.195.145-.14.304-.267.431-.425.114-.29.144-.608.267-.896.16-.209.37-.373.563-.551m-.08.406c-.092.362-.182.725-.273 1.088h3.907c-.071-.368-.145-.737-.217-1.105-1.138-.003-2.278.021-3.416.017m-.507 1.932c-.204.25.162.64.404.393.321-.226-.15-.712-.404-.393m4.059-.048c-.277.121-.082.616.21.502.412-.074.141-.757-.21-.502zM23.882 10.435l.118-.024v.213l-.16-.08.042-.109zM5.814 11.009c.163-.047.327-.095.493-.139-.131.091-.263.18-.397.267l.166.344-.113.293c.521.468 1.158 1.064 1.916.746a.827.827 0 0 0-.195-.657c.279.009.558.008.837.001-.131.121-.264.24-.393.364.511.059 1.027.042 1.541.054-.039.06-.114.184-.153.244.213.231.503.471.481.818.037.558-.436 1.118-1.018 1.068-.422.022-.725-.309-.929-.637-.358-.04-.715-.096-1.068-.168a716.21 716.21 0 0 0-.096-.583 52.369 52.369 0 0 1-1.079-.767l-.146.216c.372.259.625.657.642 1.119-.28.325-.495.821-.997.811-.642.098-1.194-.612-.956-1.212.096-.368.475-.52.751-.732.153.006.307.014.459.022l.167-.303a21.575 21.575 0 0 0-.47-.157l.036-.299c.221-.023.44-.049.658-.077-.04-.213-.09-.425-.137-.637m2.598 1.906c.223.302.597-.064.861.139.255.16.275.561.045.752-.298.271-.674-.113-1.015-.017.239.307.666.531 1.042.325.479-.221.553-.954.119-1.258-.311-.271-.741-.13-1.052.059m-3.902.802c.16.628 1.126.719 1.387.123.214-.358-.003-.751-.255-1.018-.163.281-.182.711-.544.821.071-.321.203-.621.305-.932-.538-.028-1.077.441-.893 1.005zM9.504 15.78c.177-.304.388-.666.797-.563-.263.14-.485.336-.655.581.558.012 1.093.159 1.63.296.653-.005 1.301-.105 1.955-.137.059.212.119.425.18.637.501.176.751.642.886 1.122l-.026.277c-.317.271-.579.694-1.05.683-.535.06-.961-.363-1.12-.838-.764.154-1.567.069-2.323-.087a.812.812 0 0 1 .226-.622c-.311-.141-.604-.605-.97-.352.196.311.393.67.294 1.052-.124.679-.969 1.081-1.568.719-.679-.332-.752-1.393-.122-1.812.341-.294.803-.194 1.203-.117.035-.287-.078-.585.036-.875l.629.037m-1.915 1.806c-.054.583.757.945 1.153.51.293-.244.207-.647.109-.963l-.226.204c-.019.199.039.517-.213.589-.223.112-.544-.087-.495-.344-.03-.244.264-.296.424-.386l.218-.279c-.439-.083-.981.166-.969.669m4.885-.22c.11.027.219.053.33.078l.32-.23c.163.101.32.213.465.34l.295-.014c-.157-.245-.327-.566-.661-.575-.323-.069-.548.196-.748.4m-.058.218c.081.368.358.796.793.719.19-.024.595-.149.463-.402-.203.006-.4.063-.599.091-.221-.135-.39-.353-.657-.408z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.432 0h1.094c2.71.139 5.372 1.177 7.4 2.992 2.472 2.152 3.97 5.351 4.073 8.624v.85c-.126 2.9-1.318 5.746-3.342 7.834-2.098 2.204-5.054 3.54-8.09 3.701H11.47c-2.851-.14-5.638-1.313-7.709-3.281-2.252-2.102-3.606-5.099-3.762-8.17v-.916c.091-3.079 1.412-6.1 3.632-8.237C5.699 1.352 8.535.158 11.431 0M5.77 5.647c-1.592 1.536-2.543 3.691-2.662 5.897h17.784c-.139-2.929-1.822-5.722-4.355-7.2a8.846 8.846 0 0 0-5.263-1.208A8.81 8.81 0 0 0 5.77 5.648m-2.663 6.8c.132 2.698 1.559 5.291 3.78 6.829a8.858 8.858 0 0 0 5.598 1.604 8.88 8.88 0 0 0 5.621-2.418c1.661-1.547 2.665-3.752 2.786-6.016H3.107z"/><path fill="#fff" d="M5.77 5.647C7.234 4.2 9.219 3.283 11.274 3.135a8.846 8.846 0 0 1 5.263 1.208c2.533 1.478 4.216 4.271 4.355 7.2H3.108c.119-2.206 1.069-4.361 2.662-5.897m4.585-1.289c-.75-.006-1.429.636-1.466 1.384-.03.7-.008 1.4-.008 2.101-.18.078-.43.088-.524.288-.168.331-.107.716-.122 1.074.21.004.419.007.629.013a8.15 8.15 0 0 1-.194.461c.222.258.102.606.185.907.116.264.529.274.655.011.083-.262.037-.542.052-.812h4.883c.012.27-.03.551.049.812.127.26.534.254.655-.007.089-.301-.038-.653.188-.91a6.66 6.66 0 0 1-.196-.462c.209-.006.419-.01.629-.013-.014-.355.042-.736-.121-1.066-.089-.208-.343-.217-.526-.296-.001-.701.022-1.402-.01-2.102-.037-.75-.715-1.375-1.462-1.38a157.353 157.353 0 0 0-3.295-.002z"/><path fill="#fff" d="M9.625 5.759c.034-.397.427-.698.818-.67 1.04-.002 2.082-.005 3.122.002.389-.023.778.274.81.67.031.431 0 .864.024 1.295a1.097 1.097 0 0 0-1.045.244l.023-.485c-.458-.283-1.021-.422-1.376-.848-.366.415-.917.568-1.378.847.006.162.013.325.022.487a1.093 1.093 0 0 0-1.044-.245c.023-.432-.007-.865.024-1.297zM9.762 7.253c.452-.197.967.312.776.767-.128.415-.726.534-1.007.205-.29-.29-.162-.845.23-.972zM13.748 7.284c.402-.232.948.144.876.601-.031.449-.622.697-.966.407-.343-.245-.287-.824.09-1.008zM10.296 8.58l.338-.268c-.004.216-.005.432-.006.648l-.332-.38zM13.366 8.316l.341.269c-.112.124-.223.25-.335.376-.001-.215-.002-.43-.006-.644zM11.06 9.112h1.873v.433H11.06v-.433zM9.556 9.208h.895l.238.314c-.378.017-.756.016-1.133.014v-.329zM13.314 9.529l.229-.322.902.001v.336c-.378.001-.755.004-1.132-.016zM3.107 12.448h17.785c-.121 2.263-1.126 4.469-2.786 6.016a8.88 8.88 0 0 1-5.621 2.418 8.864 8.864 0 0 1-5.598-1.604c-2.221-1.538-3.648-4.132-3.78-6.829m9.515.648c-.247.106-.372.36-.524.565-.37.035-.924-.22-1.134.205-.34.072-.866-.031-1.007.376.415-.011.829-.061 1.244-.02-.604.4-1.316.752-1.582 1.481-1.14-.098-1.876.976-2.201 1.928.154.035.307.068.456.124-.107.02-.32.061-.427.083l.005.242h.362c.235.582.774 1.058 1.42 1.082.706.065 1.358-.407 1.625-1.043.547-.004 1.094.007 1.642-.001.197.019.354-.115.518-.198l-.08.5.516-.125c.371.661 1.193 1.06 1.93.793.732-.214 1.159-.983 1.112-1.72l.266-.018a4.72 4.72 0 0 0-.326-.844l.221-.322a319.98 319.98 0 0 1-1.13-.775l-.227.335a17.35 17.35 0 0 0-.684-.019c-.016-.169-.03-.337-.043-.506.181-.005.362-.008.544-.011a3.772 3.772 0 0 0-.137-1.148c-.545.076-.976.445-1.22.923-.403-.178-.81-.346-1.214-.518l.106-.253c.142.002.282.006.424.01a9.26 9.26 0 0 1 .301-.257c.025-.163.095-.324.073-.491-.162-.274-.505-.496-.827-.378z"/><path fill="#fff" d="M11.917 15.581c.101-.197.209-.39.32-.581l.688.313c-.337.086-.672.179-1.008.268zM12.937 16.961c.094-.575.475-1.04.943-1.362l.05.382c-.33.227-.563.548-.78.877l-.214.103zM14.692 16.344c.448-.006.931.13 1.19.522.446.574.214 1.51-.452 1.804-.638.337-1.51-.038-1.698-.736-.174-.497.067-1.018.433-1.357.253.439.5.881.749 1.322l.301-.11c-.175-.481-.362-.959-.523-1.445zM8.576 16.745c.193-.193.466-.258.715-.337-.03.209-.062.419-.096.628-.371.025-.569.318-.612.662l-.474-.017c.136-.319.196-.695.467-.936zM9.828 16.519c.208.167.4.352.574.553-.241.006-.482.008-.724.01l.15-.563zM8.222 18.13a49.374 49.374 0 0 1 2.244.002c-.263.356-.635.684-1.106.664-.482.03-.878-.292-1.138-.666z"/><path d="M10.355 4.357c1.098-.008 2.197-.012 3.295.002.746.005 1.424.63 1.462 1.38.031.701.008 1.402.01 2.102.182.079.437.089.526.296.163.33.107.71.121 1.066-.21.004-.42.007-.629.013.059.156.125.31.196.462-.227.257-.1.608-.188.91-.121.262-.528.268-.655.007-.079-.262-.037-.542-.049-.812H9.561c-.014.27.031.551-.052.812-.126.263-.539.253-.655-.011-.083-.301.037-.649-.185-.907.07-.151.134-.305.194-.461-.21-.006-.419-.01-.629-.013.016-.358-.046-.743.122-1.074.095-.2.344-.21.524-.288 0-.701-.022-1.402.008-2.101.037-.748.716-1.39 1.466-1.384m-.729 1.403c-.031.432-.001.865-.024 1.297a1.093 1.093 0 0 1 1.044.245 39.65 39.65 0 0 1-.022-.487c.461-.28 1.012-.432 1.378-.847.355.426.918.565 1.376.848-.007.162-.014.324-.023.485a1.1 1.1 0 0 1 1.045-.244c-.024-.431.007-.864-.024-1.295-.032-.396-.421-.692-.81-.67-1.04-.007-2.082-.005-3.122-.002-.391-.029-.785.272-.818.67m.137 1.494c-.392.127-.521.682-.23.972.281.329.878.21 1.007-.205.191-.455-.324-.964-.776-.767m3.985.031c-.377.184-.433.763-.09 1.008.344.29.935.042.966-.407.072-.457-.474-.833-.876-.601M10.296 8.58c.112.126.222.253.332.38.001-.216.002-.432.006-.648l-.338.268m3.07-.264c.004.215.005.43.006.644.112-.126.223-.252.335-.376a44.772 44.772 0 0 1-.341-.269m-2.306.797v.433h1.873v-.433H11.06m-1.504.096v.329c.377.001.755.002 1.133-.014l-.238-.314h-.895m3.758.32c.377.019.754.017 1.132.016v-.336l-.902-.001-.229.322zM12.622 13.097c.322-.118.665.104.827.378.022.167-.048.328-.073.491a9.26 9.26 0 0 0-.301.257 59.976 59.976 0 0 0-.424-.01l-.106.253c.404.173.811.341 1.214.518.245-.478.676-.847 1.22-.923.113.372.142.762.137 1.148-.181.002-.362.006-.544.011.013.169.028.337.043.506.228.002.456.008.684.019l.227-.335c.377.259.752.517 1.13.775l-.221.322c.138.269.242.553.326.844l-.266.018c.047.737-.38 1.506-1.112 1.72-.737.266-1.559-.132-1.93-.793l-.516.125.08-.5c-.164.083-.322.217-.518.198-.547.008-1.094-.002-1.642.001-.266.636-.919 1.108-1.625 1.043-.646-.024-1.184-.5-1.42-1.082H7.45l-.005-.242c.107-.022.32-.062.427-.083-.149-.055-.302-.089-.456-.124.325-.953 1.061-2.027 2.201-1.928.265-.728.978-1.081 1.582-1.481-.415-.041-.829.01-1.244.02.14-.407.667-.304 1.007-.376.21-.425.764-.17 1.134-.205.152-.205.277-.46.524-.565m-.703 2.484c.336-.089.671-.181 1.008-.268L12.237 15c-.112.191-.22.384-.32.581m1.02 1.38l.214-.103c.217-.329.45-.65.78-.877a57.411 57.411 0 0 1-.05-.382c-.468.322-.85.787-.943 1.362m1.754-.617c.161.486.348.964.523 1.445l-.301.11a132.02 132.02 0 0 0-.749-1.322c-.366.34-.607.86-.433 1.357.188.697 1.06 1.073 1.698.736.666-.294.899-1.23.452-1.804-.259-.392-.743-.528-1.19-.522m-6.116.401c-.271.241-.331.617-.467.936l.474.017c.043-.344.241-.637.612-.662.034-.209.066-.419.096-.628-.25.079-.522.144-.715.337m1.252-.226l-.15.563c.241-.001.482-.004.724-.01a4.349 4.349 0 0 0-.574-.553M8.222 18.13c.259.374.655.696 1.138.666.472.02.844-.307 1.106-.664a47.964 47.964 0 0 0-2.244-.002z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M10.704 0h2.592c2.57.376 5.075 1.433 6.952 3.261a11.949 11.949 0 0 1 3.625 6.846c-.152.212-.109.376.127.493v2.789c-.238.119-.28.285-.126.495a12 12 0 0 1-3.709 6.94c-1.867 1.778-4.333 2.817-6.867 3.176h-2.594c-2.767-.381-5.446-1.61-7.369-3.665C1.468 18.448.367 15.911 0 13.301v-2.597c.376-2.729 1.577-5.369 3.58-7.288C5.478 1.499 8.056.382 10.704 0M8.832 3.507c-.824.362-1.756.574-2.378 1.276.338.271.689.535.957.879.45.598 1.101.998 1.567 1.581 1.078.968 1.981 2.107 3.075 3.05.503.545 1.054 1.041 1.541 1.601 1.915 1.824 3.696 3.784 5.661 5.555.285-.541.703-1.003.94-1.571.467-1.329.895-2.71.834-4.135-.081-1.187-.458-2.324-.828-3.444a9.705 9.705 0 0 0-3.89-4.241c-1.298-.556-2.63-1.142-4.067-1.167a7.478 7.478 0 0 0-3.413.616M4.515 6.619c-.463.842-.967 1.672-1.318 2.569a11.941 11.941 0 0 0 .02 5.79c.301.763.717 1.476 1.104 2.196a9.98 9.98 0 0 0 3.123 2.878c1.452.677 3.007 1.278 4.639 1.207 1.486.005 2.865-.609 4.214-1.162.367-.156.65-.445.922-.728-.864-1.01-1.855-1.902-2.786-2.852-1.991-2.036-4.027-4.027-6.025-6.058-1.327-1.25-2.519-2.642-3.895-3.84z"/><path fill="#fefefe" d="M8.832 3.507a7.491 7.491 0 0 1 3.413-.616c1.437.025 2.769.611 4.067 1.167a9.706 9.706 0 0 1 3.89 4.241c.369 1.121.746 2.258.828 3.444.061 1.425-.367 2.806-.834 4.135-.237.568-.655 1.03-.94 1.571-1.965-1.771-3.746-3.731-5.661-5.555-.487-.559-1.038-1.056-1.541-1.601-1.094-.943-1.998-2.082-3.075-3.05-.467-.583-1.117-.983-1.567-1.581-.268-.344-.619-.607-.957-.879.622-.702 1.554-.914 2.378-1.276m4.991 3.532a5.13 5.13 0 0 0-.313 3.828c.222.228.619.05.909.103.015-.295.028-.588.041-.882a31.194 31.194 0 0 1 3.012 0c.025.283.06.564.098.846.255.007.513.013.77.015.071-.414.24-.796.371-1.192.199-.962-.445-1.773-.614-2.686l-.104-.066c-1.387-.008-2.786-.071-4.169.035zM4.515 6.619c1.375 1.198 2.567 2.59 3.895 3.84 1.998 2.031 4.034 4.022 6.025 6.058.93.95 1.922 1.842 2.786 2.852-.271.283-.554.573-.922.728-1.349.553-2.728 1.167-4.214 1.162-1.632.071-3.188-.53-4.639-1.207a9.98 9.98 0 0 1-3.123-2.878c-.387-.72-.803-1.433-1.104-2.196a11.941 11.941 0 0 1-.02-5.79c.351-.897.854-1.726 1.318-2.569m3.241 5.598c.091.175.185.351.28.523-.113.19-.223.381-.329.576.47-.113.953-.232 1.336-.545a7.766 7.766 0 0 0-.222-.579c-.346-.132-.717-.048-1.064.025m-.254 1.412c-.356.386-.937.331-1.327.662-.162.134-.439.281-.286.53.311.189.69.265.952.53.338.323.467.788.626 1.213.589.055 1.182.045 1.771.012-.028-.915.791-1.756 1.726-1.619a26.056 26.056 0 0 1-.103-.298c-.493-.008-.955-.225-1.423-.288-.647.273-1.4.151-2.003.531l-.338-.237c.232-.372.573-.728.988-.882.324.167.551.475.834.7l.566-.245c-.159-.424-.417-.794-.713-1.132-.447.104-.935.174-1.27.523m-1.828 1.64c-.679.333-.728 1.4-.088 1.806.508.271 1.15.041 1.453-.429.495-.776-.599-1.794-1.366-1.377m4.457-.035c-.646.29-.917 1.281-.28 1.72.566.574 1.665.056 1.619-.733.071-.662-.718-1.278-1.339-.986z"/><path fill="#fefefe" d="M14.051 7.245c1.27.003 2.544-.051 3.812.02.318.262.238.75.324 1.117-1.478.022-2.959.028-4.438-.005a3.05 3.05 0 0 1 .301-1.132zM13.592 8.792c.288.005.776.05.659.462-.038.374-.508.419-.722.164-.008-.21.013-.419.063-.626zM17.93 8.84c.498-.194.518.543.26.801-.372-.065-.647-.563-.26-.801zM14.772 9.012c.751-.018 1.501-.005 2.253-.008.111.247.199.503.265.765-.914.036-1.832.058-2.746-.018.071-.248.147-.493.228-.738zM5.442 15.729c.397-.139.977-.339 1.266.096.088.31.124.763-.212.938-.227.134-.518.096-.76.023-.462-.126-.286-.707-.295-1.058zM9.903 15.757c.268-.295.753-.225 1.084-.093.23.346.091.766.01 1.135-.367-.015-.97.218-1.117-.263a2.153 2.153 0 0 1 .023-.78z"/><path fill="#474444" d="M13.824 7.039c1.384-.106 2.782-.043 4.169-.035l.104.066c.169.914.813 1.725.614 2.686-.131.396-.3.778-.371 1.192a39.244 39.244 0 0 1-.77-.015 18.397 18.397 0 0 1-.098-.846 31.194 31.194 0 0 0-3.012 0c-.013.295-.026.588-.041.882-.29-.053-.687.126-.909-.103a5.13 5.13 0 0 1 .313-3.828m.228.207a3.05 3.05 0 0 0-.301 1.132c1.478.033 2.959.026 4.438.005-.086-.367-.007-.856-.324-1.117-1.268-.071-2.542-.017-3.812-.02m-.46 1.547c-.05.207-.071.415-.063.626.214.255.684.21.722-.164.118-.412-.371-.457-.659-.462m4.338.048c-.387.238-.113.737.26.801.258-.258.238-.995-.26-.801m-3.158.172c-.081.245-.157.49-.228.738.914.076 1.832.055 2.746.018a4.615 4.615 0 0 0-.265-.765c-.751.003-1.501-.01-2.253.008zM23.873 10.106l.127.066v.427c-.237-.118-.28-.281-.127-.493zM7.758 12.217c.348-.073.718-.157 1.064-.025.081.19.156.382.222.579-.382.313-.866.432-1.336.545.106-.195.217-.386.329-.576a28.89 28.89 0 0 1-.28-.523zM7.505 13.629c.334-.349.823-.419 1.27-.523.296.338.554.708.713 1.132l-.566.245c-.283-.225-.51-.533-.834-.7-.415.154-.756.51-.988.882l.338.237c.602-.381 1.356-.258 2.003-.531.468.063.93.28 1.423.288.025.074.076.223.103.298-.935-.137-1.754.703-1.726 1.619-.589.033-1.182.043-1.771-.012-.159-.425-.288-.89-.626-1.213-.262-.265-.641-.341-.952-.53-.152-.248.124-.396.286-.53.391-.331.972-.276 1.327-.662zM23.874 13.884c-.154-.21-.113-.376.126-.495v.425l-.126.07z"/><path fill="#474444" d="M5.677 15.269c.766-.417 1.86.601 1.366 1.377-.303.47-.945.7-1.453.429-.641-.406-.591-1.473.088-1.806m-.236.46c.008.351-.167.932.295 1.058.242.073.533.111.76-.023.336-.175.3-.629.212-.938-.29-.435-.869-.235-1.266-.096zM10.133 15.234c.621-.291 1.41.324 1.339.986.046.79-1.053 1.308-1.619.733-.637-.439-.366-1.43.28-1.72m-.23.524a2.11 2.11 0 0 0-.023.78c.147.482.75.248 1.117.263.081-.369.22-.79-.01-1.135-.331-.132-.816-.202-1.084.093z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0404" d="M9.109.206h5.472c3.031.724 5.796 2.587 7.492 5.213C23.21 7.121 23.785 9.134 24 11.153v1.55c-.174 1.587-.544 3.168-1.28 4.596-1.363 2.736-3.804 4.923-6.698 5.926-.724.269-1.483.41-2.235.571H10.18c-3.302-.527-6.369-2.441-8.183-5.265l-.018-.029a12.365 12.365 0 0 1-1.824-4.69c-.196-1.831-.151-3.721.395-5.491l.122-.298c.387-1.026.861-2.024 1.467-2.94.728-.998 1.631-1.854 2.573-2.648.93-.776 2.034-1.308 3.157-1.743l.032-.011A8.499 8.499 0 0 1 9.334.252L9.109.208m-3.057 4.19C7.123 5.462 8.19 6.531 9.26 7.596l.292.291c.244.25.492.496.741.743.946.939 1.886 1.884 2.829 2.827 1.007 1.013 2.017 2.02 3.028 3.028.267.265.531.533.8.795.865.871 1.736 1.736 2.606 2.603 1.57-1.984 2.311-4.603 1.987-7.114-.287-2.508-1.635-4.866-3.629-6.407A9.556 9.556 0 0 0 11.94 2.33a9.585 9.585 0 0 0-5.888 2.068M2.453 12.95a9.578 9.578 0 0 0 3.553 6.487 9.56 9.56 0 0 0 6.058 2.107c2.126 0 4.234-.75 5.901-2.067-.322-.34-.662-.665-.99-1l-.01.007a10.362 10.362 0 0 0-.51-.517c-.523-.544-1.077-1.055-1.595-1.602-.629-.612-1.221-1.264-1.879-1.846-.365-.447-.806-.828-1.211-1.24l-.396-.4c-.469-.473-.937-.948-1.414-1.411-.978-.99-1.967-1.968-2.949-2.954-.845-.85-1.695-1.696-2.543-2.544-1.546 1.947-2.293 4.507-2.016 6.981z"/><path fill="#040404" d="M7.869.69l.032-.011-.032.011zM9.26 7.596c.424-.331.804-.731 1.271-1 1.787.022 3.575.062 5.361.115.816.195 1.293.965 1.904 1.478.709.886 2.142.346 2.857 1.195-.058.614.159 1.215.075 1.836-1.02.08-2.042.137-3.064.214-.24.506-.771.886-1.348.802-.462-.026-.819-.361-1.034-.746-.705-.082-1.443-.004-2.16-.034-.944-.942-1.883-1.887-2.829-2.827.909.012 1.819-.038 2.728-.052.005-.488.01-.976.011-1.466-.85.005-1.701-.015-2.551-.008-.311.259-.623.517-.928.783l-.292-.291m4.165-.486c-.032.49-.025.981-.034 1.472.826.003 1.651.003 2.477 0-.288-.49-.587-.972-.875-1.462-.523-.014-1.045-.001-1.568-.01m2.788 3.551c-.224.151-.221.51.001.662.237.184.627.021.653-.281.063-.344-.387-.602-.654-.381zM.55 8.319l.122-.298-.122.298zM3.807 8.828c1.07-.086 2.135-.228 3.205-.314.982.986 1.971 1.964 2.949 2.954-.658.001-1.317-.001-1.973.001-.232.41-.635.76-1.13.756-.575.038-1.077-.369-1.277-.886-.724-.145-1.44-.331-2.168-.462l-.058-.955.273-.08c.011-.348-.11-.745.18-1.015m2.699 1.855c-.178.178-.137.513.089.631.265.203.682-.085.617-.4-.021-.337-.495-.487-.706-.23zM10.623 12.876c.25 0 .501 0 .752.003.133.133.265.266.396.4-.31-.004-.62-.005-.931-.005-.213.181-.422.366-.629.555.682.008 1.363.008 2.045 0 .236.237.454.494.727.69.658.581 1.249 1.234 1.879 1.846a72.79 72.79 0 0 1-.363.2c-.307.551-.037 1.259.51 1.536.459.259 1.033.163 1.448-.134.177.166.346.339.51.517-.506.432-1.225.642-1.873.442-.761-.195-1.328-.863-1.496-1.618-.553-.003-1.107 0-1.659-.001-.347-.709-.686-1.421-1.031-2.131l.686.005c.178.392.363.782.544 1.174l.491.001c-.199-.495-.414-.983-.612-1.48-.42-.008-.838-.007-1.258-.014l-.265-.623c-.169.007-.337.015-.507.021-.169.346-.354.682-.531 1.024.631.529 1.027 1.4.782 2.219-.262 1.13-1.587 1.867-2.676 1.444-1.07-.341-1.71-1.637-1.269-2.684.361-1.052 1.639-1.614 2.67-1.219.315-.468.54-.989.861-1.451.245-.262.535-.476.8-.717m-3.66 4.069c-.104.594.402 1.184.972 1.311.602.159 1.26-.203 1.492-.769.27-.536-.196-1.03-.402-1.5-.218.427-.446.846-.676 1.266a65.072 65.072 0 0 0-.547-.241c.229-.417.496-.811.71-1.234-.524.38-1.041.769-1.55 1.168zM16.15 14.485c.337.004.675.005 1.012.004.256.259.507.524.756.793l-.968-.001c-.269-.262-.532-.531-.8-.795zM1.979 18.501l.018.029-.018-.029z"/><path fill="#fff" d="M6.052 4.398A9.577 9.577 0 0 1 11.94 2.33a9.562 9.562 0 0 1 5.974 2.032c1.994 1.541 3.342 3.899 3.629 6.407.324 2.511-.417 5.129-1.987 7.114-.869-.867-1.74-1.732-2.606-2.603l.968.001a31.448 31.448 0 0 0-.756-.793c-.337.001-.675 0-1.012-.004-1.011-1.008-2.021-2.015-3.028-3.028.717.03 1.455-.048 2.16.034.215.385.572.72 1.034.746.577.084 1.108-.296 1.348-.802 1.022-.077 2.043-.134 3.064-.214.084-.621-.133-1.222-.075-1.836-.715-.849-2.148-.309-2.857-1.195-.61-.513-1.088-1.284-1.904-1.478a309.041 309.041 0 0 0-5.361-.115c-.468.269-.848.669-1.271 1C8.19 6.53 7.123 5.462 6.052 4.398zM2.453 12.95c-.277-2.474.47-5.033 2.016-6.981.848.848 1.698 1.694 2.543 2.544-1.07.086-2.135.228-3.205.314-.289.27-.169.667-.18 1.015l-.273.08.058.955c.728.132 1.444.317 2.168.462.2.517.702.924 1.277.886.495.004.898-.346 1.13-.756.657-.003 1.315 0 1.973-.001.477.464.945.938 1.414 1.411-.251-.003-.502-.003-.752-.003-.265.241-.554.455-.8.717-.321.462-.546.983-.861 1.451-1.031-.395-2.309.167-2.67 1.219-.442 1.046.199 2.342 1.269 2.684 1.089.422 2.414-.314 2.676-1.444.245-.819-.151-1.69-.782-2.219.177-.343.362-.679.531-1.024.17-.005.339-.014.507-.021l.265.623c.42.007.838.005 1.258.014.197.496.413.985.612 1.48l-.491-.001c-.181-.392-.366-.782-.544-1.174-.229-.003-.458-.004-.686-.005.346.71.684 1.422 1.031 2.131.553.001 1.107-.001 1.659.001.169.756.735 1.424 1.496 1.618.649.2 1.367-.01 1.873-.442l.01-.007c.328.335.668.66.99 1-1.668 1.317-3.776 2.067-5.901 2.067a9.548 9.548 0 0 1-6.058-2.107c-1.989-1.572-3.304-3.965-3.553-6.487z"/><path fill="#fff" d="M10.48 7.104c.85-.007 1.701.014 2.551.008-.001.49-.005.978-.011 1.466-.909.014-1.819.064-2.728.052-.248-.247-.496-.494-.741-.743.306-.266.617-.524.928-.783zM13.426 7.109c.523.008 1.045-.004 1.568.01.288.49.587.972.875 1.462-.826.003-1.651.003-2.477 0 .01-.491.003-.982.034-1.472zM6.507 10.682c.211-.256.686-.107.706.23.064.315-.352.603-.617.4-.226-.118-.267-.453-.089-.631zM16.214 10.66c.267-.221.717.037.654.381-.026.302-.416.465-.653.281-.222-.152-.225-.512-.001-.662zM10.21 13.829c.207-.189.417-.374.629-.555.311 0 .621.001.931.005.405.411.846.793 1.211 1.24-.273-.196-.491-.453-.727-.69-.682.008-1.363.008-2.045 0zM6.964 16.945a50.228 50.228 0 0 1 1.55-1.168c-.214.424-.481.817-.71 1.234l.547.241c.23-.42.458-.839.676-1.266.206.47.672.964.402 1.5-.232.566-.89.928-1.492.769-.571-.128-1.077-.717-.972-1.311zM14.497 16.565l.363-.2c.518.547 1.072 1.057 1.595 1.602-.416.298-.989.394-1.448.134-.547-.277-.817-.985-.51-1.536z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g7" xmlns="http://www.w3.org/2000/svg"><path opacity=".98" d="M0 0h24v24H0V0m1.418.119C.684.173.073.853.112 1.59.114 8.563.108 15.535.115 22.507c.006.733.659 1.367 1.386 1.378 6.97.004 13.94 0 20.91.002.757.033 1.469-.614 1.474-1.38.005-7.004.005-14.008.001-21.011-.004-.769-.72-1.42-1.481-1.383C15.409.118 8.413.105 1.418.119z"/><path opacity=".98" d="M1.519.432C8.479.421 15.438.428 22.398.428c.637-.037 1.211.534 1.172 1.171v20.804c.038.638-.538 1.206-1.175 1.169-6.93.002-13.861.002-20.792 0-.609.033-1.179-.488-1.171-1.104C.426 15.514.431 8.559.43 1.605.391.999.909.432 1.519.432m-.204.678a.497.497 0 0 0-.262.484V22.4a.502.502 0 0 0 .544.546h20.805a.503.503 0 0 0 .545-.545V1.603a.502.502 0 0 0-.543-.549c-6.868-.003-13.736.002-20.605-.003-.16.011-.337-.023-.484.059z"/><path opacity=".98" d="M8.707 3.539l.63.003c.481.848.966 1.694 1.451 2.54-.003-.843.009-1.687-.007-2.53.213-.016.428-.016.641-.004-.011 1.324-.001 2.647-.005 3.971l-.557.003c-.514-.894-1.012-1.796-1.524-2.69-.002.896 0 1.792-.001 2.688h-.629c0-1.327-.001-2.654.001-3.981zM13.515 3.515c.413-.09.898-.061 1.213.253.428.42.528 1.054.562 1.627.008.626-.07 1.309-.48 1.81-.32.397-.899.45-1.361.323-.433-.122-.693-.537-.817-.944-.243-.785-.23-1.671.123-2.421.141-.314.418-.574.76-.648m.125.638c-.301.138-.404.492-.472.788-.096.567-.09 1.19.188 1.706.209.407.885.401 1.068-.027.314-.642.313-1.431.055-2.092-.112-.337-.515-.508-.839-.375zM4.929 10.007h.573c.248.745.493 1.491.743 2.236l.742-2.236.572.001v3.984l-.571.001c-.002-.746.005-1.491-.004-2.237-.244.745-.492 1.489-.739 2.232-.24-.739-.506-1.469-.719-2.216-.041.739-.011 1.481-.02 2.221h-.577v-3.986zM9.037 10.053c.406-.201.99-.155 1.264.241.298.44.391.983.401 1.505.014.629-.017 1.3-.364 1.846-.347.576-1.332.555-1.644-.045-.378-.662-.362-1.457-.31-2.194.061-.495.199-1.073.653-1.353m.298.487c-.285.176-.336.548-.395.85-.059.622-.076 1.29.196 1.868.121.272.536.335.721.097.203-.273.253-.628.287-.958.029-.555.025-1.138-.215-1.651a.445.445 0 0 0-.594-.206zM11.177 10.016c.68-.02 1.36-.004 2.041-.009l-.001.533a13.782 13.782 0 0 0-.733.008c.009 1.148.002 2.297.004 3.445h-.576c-.005-1.152.009-2.304-.007-3.456-.241.003-.481.003-.721.003-.001-.175-.004-.35-.007-.524zM14.423 10.027c.395-.162.937-.12 1.203.25.329.47.412 1.062.415 1.623.009.601-.037 1.24-.374 1.758-.345.55-1.284.541-1.613-.02-.419-.704-.391-1.566-.318-2.354.075-.471.231-1.021.687-1.257m.289.497c-.264.108-.333.423-.399.671a4.093 4.093 0 0 0 .063 1.832c.057.243.241.507.524.474.371-.021.464-.456.534-.749.096-.644.108-1.334-.141-1.946-.08-.233-.346-.379-.581-.282zM16.84 10.008c.505.017 1.017-.048 1.516.047.88.213.973 1.643.147 1.99.187.65.379 1.299.568 1.949l-.586-.001c-.176-.624-.354-1.248-.529-1.872l-.544-.001v1.873l-.571-.001c.001-1.328.001-2.656-.001-3.984m.573.559c-.002.335-.002.671-.001 1.006.259-.004.521.021.777-.025.433-.105.428-.821.011-.947-.257-.063-.526-.027-.787-.034zM8.277 16.48l.499-.001.001 1.607.711.001.001-1.607h.499v3.98a41.667 41.667 0 0 0-.5 0l.001-1.86h-.712l-.001 1.861-.5-.002.001-3.979zM12.266 17.145c.055-.365.328-.734.73-.718.458-.068.84.322.865.765h-.512c-.046-.153-.172-.304-.35-.242-.253.096-.256.421-.301.646-.051.634-.065 1.279.025 1.911.037.206.104.521.375.507.234-.03.207-.317.243-.488l.515.002c-.017.252-.007.533-.173.742-.244.304-.713.325-1.041.159-.292-.158-.371-.51-.422-.812a7.624 7.624 0 0 1 .046-2.472zM18.906 16.701c.256-.327.796-.372 1.105-.098.209.194.255.49.299.757l-.512-.001c-.038-.168-.049-.45-.291-.431-.301.007-.347.416-.261.636.232.444.686.737.876 1.209.183.446.295 1.014-.014 1.431-.299.462-1.099.428-1.354-.06-.12-.206-.138-.447-.168-.677h.511c.029.2.054.496.305.538.294.079.432-.28.378-.512-.047-.588-.537-.976-.854-1.427-.29-.388-.329-.977-.02-1.365zM3.696 16.48h.515c.142.755.282 1.51.425 2.264.141-.754.276-1.51.416-2.264h.514c-.238 1.327-.48 2.653-.72 3.979l-.432.002c-.241-1.327-.48-2.654-.718-3.981zM6.123 16.481c.487-.002.973-.001 1.459-.001l.001.513h-.959c-.001.34-.001.68 0 1.02l.641.001-.002.533-.639-.001-.001 1.4 1.018.001v.513H6.124l-.001-3.979zM10.865 16.48h.517v3.981l-.518-.002.001-3.979zM14.606 16.48h.5V20h1.016l.002.459c-.506.002-1.011 0-1.517.002-.002-1.327-.001-2.654-.001-3.981zM16.683 16.48h1.457l.002.512-.959.002v1.019l.635.001-.001.532-.635.001.001 1.399h1.01v.515c-.505-.006-1.011.009-1.516-.009.012-1.324.002-2.648.006-3.972z"/><path fill="#fff" d="M1.418.119C8.413.105 15.409.118 22.405.113c.761-.037 1.477.614 1.481 1.383.004 7.003.004 14.007-.001 21.011-.005.766-.717 1.413-1.474 1.38-6.97-.002-13.94.002-20.91-.002-.727-.011-1.38-.645-1.386-1.378C.108 15.535.114 8.563.112 1.59.073.853.684.173 1.418.119m.101.313C.909.432.391.999.43 1.605.431 8.559.426 15.514.432 22.468c-.008.616.562 1.137 1.171 1.104 6.931.002 13.862.002 20.792 0 .637.037 1.213-.531 1.175-1.169V1.599c.039-.637-.535-1.208-1.172-1.171-6.96 0-13.919-.007-20.879.004z"/><path fill="#fff" d="M1.315 1.11c.147-.082.324-.048.484-.059 6.869.005 13.737 0 20.605.003a.502.502 0 0 1 .543.549v20.798a.503.503 0 0 1-.545.545H1.597a.502.502 0 0 1-.544-.546V1.594a.497.497 0 0 1 .262-.484m7.392 2.429c-.002 1.327-.001 2.654-.001 3.981h.629c.001-.896-.001-1.792.001-2.688.512.894 1.01 1.796 1.524 2.69l.557-.003c.004-1.324-.006-2.647.005-3.971a4.897 4.897 0 0 0-.641.004c.016.843.004 1.687.007 2.53-.485-.846-.97-1.692-1.451-2.54l-.63-.003m4.808-.024c-.342.074-.619.334-.76.648-.353.75-.366 1.636-.123 2.421.124.407.384.822.817.944.462.127 1.041.074 1.361-.323.41-.501.488-1.184.48-1.81-.034-.573-.134-1.207-.562-1.627-.315-.314-.8-.343-1.213-.253m-8.586 6.492v3.986h.577c.009-.74-.021-1.482.02-2.221.213.747.479 1.477.719 2.216.247-.743.495-1.487.739-2.232.009.746.002 1.491.004 2.237l.571-.001v-3.984l-.572-.001-.742 2.236c-.25-.745-.495-1.491-.743-2.236h-.573m4.108.046c-.454.28-.592.858-.653 1.353-.052.737-.068 1.532.31 2.194.312.6 1.297.621 1.644.045.347-.546.378-1.217.364-1.846-.01-.522-.103-1.065-.401-1.505-.274-.396-.858-.442-1.264-.241m2.14-.037c.003.174.006.349.007.524.24 0 .48 0 .721-.003.016 1.152.002 2.304.007 3.456h.576c-.002-1.148.005-2.297-.004-3.445.244-.01.489-.011.733-.008l.001-.533c-.681.005-1.361-.011-2.041.009m3.246.011c-.456.236-.612.786-.687 1.257-.073.788-.101 1.65.318 2.354.329.561 1.268.57 1.613.02.337-.518.383-1.157.374-1.758-.003-.561-.086-1.153-.415-1.623-.266-.37-.808-.412-1.203-.25m2.417-.019c.002 1.328.002 2.656.001 3.984l.571.001V12.12l.544.001c.175.624.353 1.248.529 1.872l.586.001c-.189-.65-.381-1.299-.568-1.949.826-.347.733-1.777-.147-1.99-.499-.095-1.011-.03-1.516-.047M8.277 16.48l-.001 3.979.5.002.001-1.861h.712l-.001 1.86h.5v-3.98h-.499l-.001 1.607-.711-.001-.001-1.607-.499.001m3.989.665a7.624 7.624 0 0 0-.046 2.472c.051.302.13.654.422.812.328.166.797.145 1.041-.159.166-.209.156-.49.173-.742a88.755 88.755 0 0 0-.515-.002c-.036.171-.009.458-.243.488-.271.014-.338-.301-.375-.507-.09-.632-.076-1.277-.025-1.911.045-.225.048-.55.301-.646.178-.062.304.089.35.242h.512c-.025-.443-.407-.833-.865-.765-.402-.016-.675.353-.73.718m6.64-.444c-.309.388-.27.977.02 1.365.317.451.807.839.854 1.427.054.232-.084.591-.378.512-.251-.042-.276-.338-.305-.538h-.511c.03.23.048.471.168.677.255.488 1.055.522 1.354.06.309-.417.197-.985.014-1.431-.19-.472-.644-.765-.876-1.209-.086-.22-.04-.629.261-.636.242-.019.253.263.291.431l.512.001c-.044-.267-.09-.563-.299-.757-.309-.274-.849-.229-1.105.098m-15.21-.221c.238 1.327.477 2.654.718 3.981l.432-.002c.24-1.326.482-2.652.72-3.979h-.514c-.14.754-.275 1.51-.416 2.264-.143-.754-.283-1.509-.425-2.264h-.515m2.427.001l.001 3.979h1.517v-.513l-1.018-.001.001-1.4.639.001.002-.533-.641-.001a173.4 173.4 0 0 1 0-1.02h.959l-.001-.513c-.486 0-.972-.001-1.459.001m4.742-.001l-.001 3.979.518.002V16.48h-.517m3.741 0c0 1.327-.001 2.654.001 3.981.506-.002 1.011 0 1.517-.002L16.122 20h-1.016v-3.52h-.5m2.077 0c-.004 1.324.006 2.648-.006 3.972.505.018 1.011.003 1.516.009v-.515h-1.01l-.001-1.399.635-.001.001-.532-.635-.001v-1.019l.959-.002-.002-.512h-1.457z"/><path fill="#fff" d="M13.64 4.153c.324-.133.727.038.839.375.258.661.259 1.45-.055 2.092-.183.428-.859.434-1.068.027-.278-.516-.284-1.139-.188-1.706.068-.296.171-.65.472-.788zM9.335 10.54a.445.445 0 0 1 .594.206c.24.513.244 1.096.215 1.651-.034.33-.084.685-.287.958-.185.238-.6.175-.721-.097-.272-.578-.255-1.246-.196-1.868.059-.302.11-.674.395-.85zM14.712 10.524c.235-.097.501.049.581.282.249.612.237 1.302.141 1.946-.07.293-.163.728-.534.749-.283.033-.467-.231-.524-.474a4.093 4.093 0 0 1-.063-1.832c.066-.248.135-.563.399-.671zM17.413 10.567c.261.007.53-.029.787.034.417.126.422.842-.011.947-.256.046-.518.021-.777.025-.001-.335-.001-.671.001-1.006z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-except-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.875 0h.338c2.543.023 5.077.862 7.1 2.41 2.515 1.895 4.23 4.806 4.686 7.92v3.407c-.354 2.543-1.573 4.945-3.36 6.781-1.867 1.916-4.398 3.151-7.05 3.482h-3.055c-2.651-.331-5.18-1.568-7.048-3.482a12.341 12.341 0 0 1-3.487-7.974v-.808C.103 8.003 2.031 4.368 5.082 2.21 7.046.793 9.456.031 11.874 0m-.686 3.383c-1.247.13-2.473.509-3.553 1.15-2.74 1.595-4.465 4.778-4.279 7.946a8.824 8.824 0 0 0 2.676 5.848 8.59 8.59 0 0 0 5.845 2.418 8.607 8.607 0 0 0 5.226-1.601 8.816 8.816 0 0 0 3.552-5.676c.602-3.32-.99-6.88-3.809-8.711-1.654-1.093-3.69-1.566-5.658-1.374z"/><path fill="#fff" d="M11.188 3.383c1.968-.192 4.004.281 5.658 1.374 2.819 1.831 4.411 5.39 3.809 8.711a8.816 8.816 0 0 1-3.552 5.676 8.607 8.607 0 0 1-5.226 1.601 8.59 8.59 0 0 1-5.845-2.418 8.824 8.824 0 0 1-2.676-5.848c-.186-3.168 1.54-6.352 4.279-7.946 1.08-.641 2.306-1.02 3.553-1.15m-2.44 4.713c-.485.898-.964 1.798-1.447 2.694-.163.334-.602.542-.557.958.017.756-.085 1.548.204 2.267.072.205.278.294.455.388.005.418.002.835.002 1.254h-.661v.34h10.331l-.001-.34-.661-.001c-.001-.418-.002-.835.002-1.252.155-.094.359-.149.43-.335.322-.727.211-1.544.229-2.316.034-.397-.359-.617-.535-.925-.5-.906-.984-1.822-1.481-2.73-2.104-.002-4.206-.002-6.31-.001z"/><path fill="#fff" d="M7.699 10.948c.414-.859.835-1.715 1.255-2.572h5.909c.42.857.841 1.712 1.255 2.572a28.284 28.284 0 0 0-8.419 0zM7.734 11.964c.455-.325 1.129.226.888.728-.137.397-.713.529-.991.206-.28-.248-.218-.752.103-.935zM15.517 11.924c.376-.202.884.136.841.563.037.518-.719.797-1.033.385-.304-.27-.161-.797.192-.948zM9.491 12.524c1.434-.007 2.868.002 4.302-.005.199.014.434-.048.593.112-1.626.098-3.264.018-4.895.041v-.148zM9.065 13.201c.286-.112.594-.076.893-.079 1.558.005 3.114-.002 4.672.004l.002.142c-1.56.006-3.12-.001-4.68.004-.296-.001-.6.023-.887-.07zM9.679 13.688l4.135-.001a.626.626 0 0 1 .401.115c-1.511.071-3.028.013-4.541.031l.005-.145zM8.383 14.448h7.039v1.208l-7.039-.001v-1.207z"/><path fill="#120c0e" d="M8.748 8.096c2.104-.001 4.206-.001 6.31.001.497.908.98 1.824 1.481 2.73.176.308.569.528.535.925-.018.772.092 1.589-.229 2.316-.071.186-.275.241-.43.335a74.61 74.61 0 0 0-.002 1.252l.661.001.001.34H6.744v-.34h.661c0-.419.002-.836-.002-1.254-.176-.094-.383-.182-.455-.388-.289-.719-.187-1.511-.204-2.267-.046-.415.394-.624.557-.958.484-.896.962-1.796 1.447-2.694m-1.049 2.853c2.785-.42 5.633-.42 8.419 0-.414-.859-.835-1.715-1.255-2.572H8.954c-.42.857-.841 1.712-1.255 2.572m.035 1.016c-.322.182-.383.686-.103.935.278.323.854.191.991-.206.241-.503-.433-1.054-.888-.728m7.783-.041c-.353.151-.496.678-.192.948.314.412 1.07.133 1.033-.385.043-.427-.466-.764-.841-.563m-6.026.6v.148c1.631-.023 3.269.058 4.895-.041-.158-.16-.394-.097-.593-.112-1.434.007-2.868-.002-4.302.005m-.426.677c.287.092.59.068.887.07 1.56-.005 3.12.002 4.68-.004a6.63 6.63 0 0 0-.002-.142c-1.558-.006-3.114.001-4.672-.004-.299.004-.607-.032-.893.079m.614.488l-.005.145c1.513-.018 3.03.04 4.541-.031a.619.619 0 0 0-.401-.115l-4.135.001m-1.296.76v1.207l7.039.001v-1.208H8.383z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-except-motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M12.544.023C5.909-.278.325 4.821.023 11.456s4.798 12.219 11.433 12.521c6.635.301 12.219-4.798 12.521-11.433S19.179.325 12.544.023z"/><path fill="#fff" d="M12.44 2.305c-5.355-.243-9.893 3.9-10.136 9.255-.243 5.355 3.9 9.893 9.255 10.136 5.355.243 9.893-3.9 10.136-9.255.243-5.355-3.9-9.893-9.255-10.136z"/><path stroke="#000" stroke-width=".457" stroke-miterlimit="10" d="M5.891 9.658c.402-1.043.803-2.087 1.206-3.13.183-.293.323-.448.786-.465 2.656-.01 5.495-.018 8.152-.027.323.017.576.173.76.466l1.336 3.234c.131.215.017.328-.34.337l-11.638-.026c-.423-.075-.286-.241-.261-.389z"/><path d="M4.608 14.808h14.283c.187 0 .341.113.341.252v.196c0 .138-.154.251-.341.251H4.608c-.188 0-.341-.113-.341-.251v-.196c0-.139.153-.252.341-.252zM5.528 15.997h1.329c.146 0 .266.132.266.296v1.375c0 .161-.121.296-.266.296H5.528c-.147 0-.266-.133-.266-.296v-1.375c0-.163.119-.296.266-.296zM16.705 15.997h1.33c.147 0 .267.132.267.296v1.375c0 .161-.12.296-.267.296h-1.33c-.146 0-.264-.133-.264-.296v-1.375c0-.163.119-.296.264-.296z"/><path stroke="#000" stroke-width=".457" stroke-miterlimit="10" d="M5.603 10.719h12.79c.35.017.558.208.628.569v3.028H4.868v-3.052c.092-.338.292-.553.735-.544z"/><path fill="#fff" d="M6.361 9.409c.37-.89.739-1.78 1.11-2.669.167-.25.297-.383.722-.397l7.49-.023a.854.854 0 0 1 .699.397l1.229 2.758c.12.183.016.278-.314.287L6.604 9.74c-.39-.064-.264-.206-.243-.331zM6.35 11.677c.557 0 1.009.446 1.009.995s-.452.995-1.009.995c-.557 0-1.009-.446-1.009-.995s.452-.995 1.009-.995zM17.503 11.677c.556 0 1.008.446 1.008.995s-.452.995-1.008.995c-.558 0-1.009-.446-1.009-.995s.451-.995 1.009-.995z"/><path fill="none" stroke="#c50000" stroke-width="2.512" stroke-miterlimit="10" d="M4.213 4.464l15.072 15.072"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-except-motorcycles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M11.153 0h1.677a12.05 12.05 0 0 1 6.862 2.761c2.499 2.056 4.084 5.164 4.307 8.391v1.687a12.049 12.049 0 0 1-2.761 6.853c-2.056 2.5-5.165 4.087-8.393 4.308h-1.677a12.056 12.056 0 0 1-6.856-2.757C1.809 19.187.223 16.075 0 12.846v-1.681c.218-3.235 1.809-6.351 4.316-8.41A12.065 12.065 0 0 1 11.153.002M10.11 2.726a9.348 9.348 0 0 0-5.713 3.631 9.185 9.185 0 0 0-1.762 6.427c.205 2.305 1.355 4.496 3.086 6.023a9.234 9.234 0 0 0 5.5 2.324c2.24.17 4.526-.537 6.296-1.919a9.382 9.382 0 0 0 3.291-4.88c.558-2.047.416-4.293-.462-6.23a9.356 9.356 0 0 0-4.422-4.597c-1.783-.89-3.86-1.156-5.815-.781z"/><path fill="#fff" d="M10.11 2.726c1.955-.374 4.032-.108 5.815.781a9.36 9.36 0 0 1 4.422 4.597c.878 1.937 1.02 4.183.462 6.23a9.38 9.38 0 0 1-3.291 4.88c-1.77 1.381-4.057 2.088-6.296 1.919a9.234 9.234 0 0 1-5.5-2.324c-1.731-1.527-2.881-3.719-3.086-6.023a9.187 9.187 0 0 1 1.762-6.427 9.348 9.348 0 0 1 5.713-3.631m.232 6.457c-1.124.683-2.176 1.487-3.308 2.153-.888.163-1.787.288-2.669.485-.231.213-.125.55-.151.826.021.26-.098.643.233.749.852.026 1.705.003 2.557.009.044.68.753 1.329 1.443 1.062.489-.112.75-.599.824-1.058 2.087-.005 4.173-.003 6.26-.001-.026.617.55 1.186 1.167 1.132.607-.001 1.073-.549 1.09-1.135.537-.014 1.08.035 1.616-.022.163-.2.077-.489.104-.728-.033-.309.056-.648-.094-.934-.819-.327-1.709-.438-2.553-.689-.862-.6-1.687-1.26-2.557-1.85-1.32-.017-2.644-.017-3.964 0z"/><path fill="#fff" d="M10.591 9.579c.631.005 1.261.004 1.893 0 .003.527.003 1.053 0 1.58-1.256-.012-2.512.012-3.768-.013.635-.51 1.247-1.049 1.876-1.567zM12.681 9.579c.489.018.982-.027 1.469.022.481.507.93 1.047 1.415 1.552-.961.007-1.923-.001-2.884.005a138.69 138.69 0 0 1 0-1.58z"/><path fill="#231f20" d="M10.343 9.185c1.32-.017 2.644-.017 3.964 0 .87.59 1.694 1.25 2.557 1.85.844.25 1.733.361 2.553.689.15.286.061.625.094.934-.027.239.059.528-.104.728-.536.057-1.079.008-1.616.022-.017.586-.484 1.133-1.09 1.135-.617.053-1.193-.515-1.167-1.132-2.087-.001-4.173-.004-6.26.001-.074.459-.335.946-.824 1.058-.69.267-1.398-.382-1.443-1.062-.852-.007-1.705.017-2.557-.009-.331-.106-.213-.489-.233-.749.026-.275-.08-.613.151-.826.882-.197 1.78-.322 2.669-.485 1.132-.667 2.183-1.47 3.308-2.153m.246.393c-.629.518-1.24 1.057-1.876 1.567 1.256.025 2.512.001 3.768.013.003-.527.003-1.053 0-1.58-.631.004-1.261.005-1.893 0m2.091 0a138.69 138.69 0 0 0 0 1.58c.961-.007 1.923.001 2.884-.005-.485-.505-.934-1.045-1.415-1.552-.487-.05-.98-.004-1.469-.022z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c48589" d="M10.45 1.076c.058-.21.326-.149.487-.136-.109.158-.317.167-.487.136zM12.586.946c.195.002.512-.114.609.125-.209.037-.447.033-.609-.125zM9.622 1.183c.065-.141.182-.187.352-.137-.069.145-.186.192-.352.137zM13.554 1.045c.173-.047.288.004.348.151-.164.045-.281-.006-.348-.151zM14.141 1.165c.169-.048.286.001.351.147-.164.048-.281 0-.351-.147zM14.616 1.293c.056.005.166.014.22.02-.084.162-.157.155-.22-.02zM7.488 1.77l.262-.122-.262.122zM15.826 1.687l.032.014.027.011-.059-.025zM7.282 1.815l.041-.009a1.824 1.824 0 0 1-.085.048l.044-.039zM16.206 1.823l.03.009.04.022c-.018-.008-.052-.025-.07-.032zM7.083 1.934l.05-.02-.091.047.041-.027zM16.392 1.912l.056.022.045.034-.101-.057zM6.85 2.022l.087-.013-.043.057-.063.019.018-.063zM16.616 2.016l.091.018.056.072-.147-.09zM16.86 2.152l.038.018.025.014-.063-.032zM5.206 3.068c.072-.161.188-.236.348-.226-.056.163-.171.239-.348.226zM5.07 3.122l.047-.018-.037.03-.047.027.037-.039zM4.812 3.373l.052-.051-.052.051zM18.792 3.456c.009.011.028.03.038.039l-.038-.039zM3.178 4.903l.024-.025-.043.056.019-.031zM2.675 5.622c-.051-.22.174-.345.323-.452.05.222-.138.377-.323.452zM20.793 5.475l.033.044-.033-.044zM2.304 6.079c-.005-.155.067-.264.218-.329.026.179-.046.288-.218.329zM2.055 6.414c.018-.158.102-.249.249-.272.008.18-.074.271-.249.272zM1.399 7.63l.015-.026a.961.961 0 0 0-.034.064l.019-.038zM1.265 7.809l.063-.046-.065.104.002-.058zM22.225 7.941l.02.035.02.047-.04-.083zM1.16 8.063l.095-.031-.138.281.044-.251zM22.321 8.135l.025.041.009.03a2.29 2.29 0 0 0-.034-.071zM1.05 8.437l.022-.033-.035.071.013-.038zM.66 9.582c.163.082.158.155-.017.219l.017-.219zM.527 10.282c-.064-.179-.018-.3.136-.365.041.15-.005.272-.136.365zM22.996 10.626c.241.093.122.413.108.605a.704.704 0 0 1-.108-.605zM.305 12.175c0-.233-.142-.576.109-.722a.929.929 0 0 1-.109.722zM23.131 11.512c.153.236.092.524.104.787-.014.489.022.979-.024 1.467l-.074.142c.028-.798.035-1.598-.006-2.396zM.294 13.241c.171.155.161.4.121.606-.223-.115-.122-.409-.121-.606zM22.981 14.673c-.054-.175.027-.348.119-.492.034.157.114.455-.119.492zM.42 14.299c.122.18.174.397.111.61-.241-.097-.121-.416-.111-.61zM22.88 15.259c-.054-.167-.009-.284.135-.354.053.168.008.286-.135.354zM.531 14.953c.112.471.261.933.329 1.414a37.707 37.707 0 0 1-.126-.345l-.137-.349a2.528 2.528 0 0 1-.065-.72zM.877 16.446l.147.235-.099-.02-.047-.215zM1.031 16.852a.15.15 0 0 0 .011.022l-.011-.02v-.002zM22.462 16.884l.03-.048-.011.037-.019.012zM22.32 17.171l.033-.067-.012.027-.021.04zM22.228 17.349l.038-.072-.019.043-.019.03zM1.284 17.449l.039.073-.03-.041-.009-.032zM1.381 17.628l.045.072-.022-.03-.022-.043zM21.566 18.576c-.053-.181.079-.339.229-.419l.013.085c-.02.166-.102.277-.242.333zM21.346 18.919c-.008-.167.067-.259.226-.277.017.164-.059.257-.226.277zM2.195 18.988c.157.041.234.141.229.294-.173-.025-.249-.123-.229-.294zM21.106 19.33c-.015-.183.064-.298.236-.343a.375.375 0 0 1-.236.343zM2.424 19.367c.168.008.247.097.238.266-.162-.018-.241-.106-.238-.266zM21.042 19.452l.028-.035-.017.046-.038.035.026-.046zM20.804 19.718l.051-.052-.051.052zM2.66 19.713c.17.014.246.115.227.3-.154-.052-.229-.151-.227-.3zM2.984 20.089c.186 0 .278.092.275.279a.36.36 0 0 1-.275-.279zM4.067 21.165c.176-.001.261.087.255.267-.158-.032-.242-.121-.255-.267zM4.402 21.528c.19-.021.291.056.301.232-.148-.009-.248-.086-.301-.232zM18.562 21.859c.054-.15.163-.223.326-.218-.053.175-.162.247-.326.218zM5.258 22.114c.181-.015.27.067.268.245-.157-.018-.246-.099-.268-.245zM17.217 22.795l.077-.037-.032.019-.045.018zM16.956 22.936l.15-.09-.058.073-.092.017zM6.731 23.014l.067.032-.04-.018-.027-.014zM16.746 23.029l.097-.047-.044.028-.053.019zM6.917 23.098l.097.051-.052-.021-.045-.03zM16.571 23.12l.064-.033-.038.021-.026.012zM7.12 23.209l.095.059-.051-.002-.044-.057zM16.299 23.26l.053-.033-.012.024-.041.009zM7.381 23.276l.28.139-.249-.044-.031-.096zM15.917 23.384l.077-.034-.033.015-.044.019zM7.752 23.46l.072.035-.038-.012-.034-.024zM15.742 23.479c.018-.011.054-.03.072-.039l-.041.028-.031.011z"/><path fill="#e81828" d="M10.937.94c.55.013 1.099.008 1.649.006.162.158.4.162.609.125l.358-.026c.066.145.183.196.348.151l.24-.032c.07.147.187.195.351.147l.124-.018c.063.175.136.182.22.02.047.015.142.047.189.064l.226.071.348.136.227.103.059.025.322.111c.018.007.052.024.07.032l.116.057.101.057.123.047.147.09.098.046.063.032.041.022c.314.221.643.422.985.598l.02.013c.215.189.448.356.693.505l.13.134c.009.011.028.03.038.039l.039.039c.093.199.266.359.497.358l.087.092c.395.454.807.893 1.217 1.335l.123.156.033.044.031.041c.219.389.479.753.74 1.115.187.31.384.614.544.939l.085.327.04.083.056.111.034.071.084.238.123.254c.058.194.106.391.164.586l.066.223c.047.155.089.312.134.469.064.209.083.43.07.649a.704.704 0 0 0 .108.605l.027.28c.041.798.034 1.598.006 2.396l-.037.273c-.092.144-.174.317-.119.492l.034.233c-.144.07-.189.187-.135.354.004.181-.021.363-.072.537-.045.156-.086.313-.132.471-.018.054-.051.166-.069.221l-.116.348a.56.56 0 0 1-.03.048l-.109.22-.033.067-.054.105a25.861 25.861 0 0 1-.206.404c-.002.063-.008.187-.012.249-.084.074-.169.15-.253.227-.15.079-.283.238-.229.419l.006.066c-.158.018-.234.11-.226.277l-.004.069c-.173.045-.252.16-.236.343l-.035.086-.028.035-.026.046-.161.168-.051.052a32.71 32.71 0 0 1-.184.187c-.149.064-.216.179-.203.342l-.096.083c-.372.274-.677.623-.998.954-.148.116-.292.236-.435.358-.163-.006-.272.067-.326.218-.13.17-.299.303-.481.414l-.213.157c-.125.073-.249.151-.376.225l-.197.104-.077.037-.111.051-.15.09-.114.046-.097.047-.111.058a3.771 3.771 0 0 1-.064.033l-.219.106-.053.033-.305.09a2.582 2.582 0 0 1-.077.034l-.103.056a1.271 1.271 0 0 0-.072.039l-.375.129-.241.071-.491.141-.048-.279.032.306c-.383.031-.757.123-1.14.154H9.927c-.465.019-.852-.338-1.312-.291l-.104.005c-.161-.05-.32-.098-.479-.151a16.312 16.312 0 0 0-.205-.067l-.072-.035-.091-.044-.28-.139-.167-.008-.095-.059-.105-.06a8.602 8.602 0 0 1-.097-.051l-.119-.052-.067-.032-.202-.099.103-.239c-.064.027-.193.08-.257.108-.267-.138-.531-.283-.806-.404l-.043-.02c.001-.177-.087-.26-.268-.245l-.056.001c-.025-.219-.238-.358-.448-.349l-.051-.007c-.011-.176-.111-.253-.301-.232l-.043-.051-.037-.045c.006-.18-.079-.268-.255-.267l-.037-.012c-.233-.213-.458-.433-.692-.646a9.8 9.8 0 0 0-.079-.139c.002-.187-.09-.279-.275-.279l-.045-.035-.052-.04c.019-.186-.057-.286-.227-.3l.001-.08c.009-.169-.07-.258-.238-.266l.001-.084c.005-.154-.072-.253-.229-.294a3.133 3.133 0 0 1-.287-.365c-.064-.13-.129-.259-.196-.387.025-.199-.059-.398-.248-.481l-.038-.056-.045-.072-.058-.105-.039-.073-.071-.241c-.044-.083-.129-.251-.171-.333a.15.15 0 0 0-.011-.022l-.007-.17-.147-.235-.018-.079c-.067-.481-.216-.943-.329-1.414v-.044a.717.717 0 0 0-.111-.61 11.353 11.353 0 0 1-.005-.452c.04-.207.051-.452-.121-.606.007-.356 0-.712.011-1.066a.929.929 0 0 0 .109-.722c-.002-.15-.001-.3.002-.449.089-.197.184-.413.124-.633l-.013-.089c.131-.093.177-.215.136-.365l-.02-.116c.175-.064.18-.137.017-.219l.066-.19.125-.352c.038-.121.078-.242.118-.363.018-.051.051-.151.067-.202l.035-.071.044-.09.138-.281.008-.166.065-.104.052-.095.034-.064.022-.044c.209-.364.435-.722.601-1.109l.018-.038c.175-.001.258-.092.249-.272v-.063c.171-.04.244-.15.218-.329l.154-.129c.184-.074.372-.229.323-.452l.161-.236.043-.056.13-.145c.326-.254.628-.543.874-.878l.079-.09c.163.013.277-.056.34-.205.046-.047.139-.141.187-.187l.052-.051.169-.161.047-.027.037-.03.089-.037c.176.013.292-.063.348-.226.109-.106.231-.2.354-.291l.458-.287c.155-.061.31-.124.468-.18l.063-.019.043-.057.104-.047.091-.047.105-.06.085-.048.166-.035.262-.122c.045-.018.134-.053.177-.072l.222-.077c.118-.043.236-.084.356-.124.155-.043.311-.08.466-.121.209-.071.432-.087.65-.071.167.054.284.008.352-.137l.475.03c.17.031.378.022.487-.136m-.956 2.712c-.298.114-.627.108-.925.223-.884.248-1.637.789-2.438 1.214.002.249.221.417.361.602 1.241 1.292 2.409 2.652 3.656 3.94.445.398.767.908 1.201 1.317.512.465.891 1.053 1.402 1.518 1.796 1.957 3.572 3.932 5.385 5.874a7.38 7.38 0 0 0 .724-1.046c.526-.822.925-1.737 1.104-2.698.163-.429.051-.915.203-1.356-.028-.55.045-1.104-.089-1.643-.066-.297.045-.625-.118-.897-.231-1.405-.909-2.7-1.752-3.833-1.317-1.615-3.171-2.893-5.255-3.213a3.321 3.321 0 0 1-.601-.123 16.373 16.373 0 0 0-2.159-.004 2.033 2.033 0 0 1-.7.125M4.266 7.668c-.53.907-1.033 1.862-1.192 2.913-.193.345-.011.774-.202 1.122.033.746-.079 1.501.079 2.239.05.259-.012.543.125.781.272 1.367 1.02 2.584 1.85 3.683 1.285 1.481 3.044 2.577 4.97 2.986.303.071.644-.024.916.16.63-.047 1.264.021 1.892-.031.427-.124.882-.071 1.303-.223a7.73 7.73 0 0 0 2.381-1.042c-.112-.311-.375-.517-.601-.741-1.467-1.697-3.009-3.328-4.469-5.029-2.231-2.444-4.41-4.944-6.661-7.367-.179.143-.265.365-.393.549z"/><path fill="#fff" d="M16.964 2.206c.358.145.676.369.985.598a8.444 8.444 0 0 1-.985-.598zM17.969 2.817l.104.061c.208.13.429.251.589.443a4.912 4.912 0 0 1-.693-.505zM4.285 3.764c.065-.168.179-.236.34-.205a.312.312 0 0 1-.34.205zM9.983 3.656c.239-.005.476-.039.7-.125.72-.044 1.439-.048 2.159.004.195.061.397.098.601.123 2.084.32 3.938 1.598 5.255 3.213.843 1.133 1.522 2.428 1.752 3.833.163.272.052.601.118.897.134.539.06 1.094.089 1.643-.153.441-.04.927-.203 1.356-.18.961-.578 1.876-1.104 2.698a7.242 7.242 0 0 1-.724 1.046c-1.814-1.941-3.589-3.917-5.385-5.874-.511-.465-.89-1.053-1.402-1.518-.434-.409-.757-.919-1.201-1.317-1.246-1.289-2.414-2.648-3.656-3.94-.139-.184-.358-.352-.361-.602.8-.426 1.554-.966 2.438-1.214.298-.116.627-.11.925-.223m1.008 1.008c-.171.317-.312.65-.507.954.005.038.014.114.02.151l-.131.045-.108.441c-.345.189-.175.646-.22.965.03.181-.08.538.207.538 1.827.035 3.656.012 5.482.012-.041-.493.209-1.148-.205-1.522-.086-.571-.554-1.005-.651-1.579a67.165 67.165 0 0 0-3.887-.005m3.633 3.414c.002.284-.033.577.072.849.284-.006.566-.007.85-.006 0-.252 0-.504.005-.755-.291-.135-.617-.078-.927-.087m-3.998-.004l-.004.85.571-.005a77.501 77.501 0 0 1-.001-.835l-.566-.011m5.996.844l.251-.001.002.296-.202.045-.039.303c.39-.005.753-.223 1.147-.136.142-.582-.488-.876-.965-.861-.173.007-.126.242-.194.355m.196.864c-.205.157-.408.316-.618.465a10 10 0 0 0-.083.137l-.069-.316c-.393.183-.848.329-1.1.708-.125.222-.05.486-.05.726.329.057.765-.117.997.196.279.314.443.707.556 1.108.591.194 1.215.138 1.827.142-.022-.473.014-.979.417-1.292-.069.221-.164.433-.331.598-.014.254-.024.508-.03.764.215.541.85.651 1.355.492.293-.129.564-.306.676-.622.002-.154.009-.306.021-.459-.209-.415-.546-.784-1.004-.917l.383.038-.002-.595c-.357.002-.714.004-1.071-.001-.086-.342-.42-.312-.681-.205.117-.122.236-.244.355-.364-.337-.304-.603-.731-1.057-.87-.193.015-.33.177-.492.267m-2.766 2.559c.019.271-.052.579.137.806.436.478 1.356.646 1.766.044.251-.5.052-1.103-.255-1.537-.247-.052-.494-.131-.75-.117-.414.11-.687.455-.899.804zM18.869 3.534c.231 0 .387.176.497.358-.231.001-.403-.16-.497-.358zM3.332 4.733c.275-.307.577-.591.874-.878a4.46 4.46 0 0 1-.874.878zM19.453 3.984c.427.424.897.817 1.217 1.335-.409-.442-.822-.881-1.217-1.335z"/><path fill="#fff" d="M10.869 6.148c.069-.401.189-.791.291-1.183 1.172.017 2.346-.026 3.517.022.18.39.388.766.563 1.16-1.458.002-2.914 0-4.371.001zM20.856 5.56c.255.319.512.642.689 1.013l.051.102a11.966 11.966 0 0 1-.74-1.115zM1.741 6.916c.092-.158.192-.313.296-.465-.166.387-.391.745-.601 1.109.056-.235.188-.437.305-.644zM4.266 7.668c.128-.183.214-.406.393-.549 2.251 2.422 4.43 4.923 6.661 7.367 1.46 1.701 3.002 3.333 4.469 5.029.226.225.488.43.601.741a7.755 7.755 0 0 1-2.381 1.042c-.421.153-.876.099-1.303.223-.628.052-1.261-.017-1.892.031-.272-.183-.614-.089-.916-.16-1.926-.409-3.685-1.505-4.97-2.986-.83-1.098-1.578-2.316-1.85-3.683-.137-.239-.076-.523-.125-.781-.158-.738-.046-1.493-.079-2.239.192-.348.009-.777.202-1.122.158-1.051.662-2.006 1.192-2.913m3.565 7.188c-.124.575-.491 1.055-.715 1.59-.689-.114-1.328.424-1.497 1.066-.206.634.31 1.245.874 1.468.355.135.728.123 1.086.011.443-.218.726-.659.825-1.131.086-.533-.199-1.068-.648-1.349-.171 0-.235-.101-.216-.262l.27-.02c.428.524.874 1.036 1.28 1.578.305.018.61.02.915.025.05.492.287.936.735 1.169.523.101 1.139-.026 1.439-.504.271-.322.311-.764.203-1.157-.128.533-.351 1.094-.848 1.384-.215.04-.455.187-.657.031-.365-.158-.527-.579-.57-.948.369 0 .737.002 1.107-.002-.192-.385-.377-.776-.567-1.162.31-.155.638-.091.958-.019l.02.063c.26.116.394.365.511.609-.028-.715-.792-1.075-1.429-.927-.168-.245-.338-.486-.506-.729l-.005-.179c.167-.096.333-.192.502-.283a64.924 64.924 0 0 1-.028-.22c-.382.005-.764.005-1.146.005l-.196.223c.227.026.454.04.682.05.026.196-.182.304-.345.292-.67.009-1.341-.012-2.01.011.11-.194.231-.382.351-.57l.393.035-.001-.318c-.262.02-.536.03-.766.17zM16.879 10.107c.304.277.588.575.895.849-.359.019-.733-.046-1.083.043l-.072.175c-.231.026-.453-.022-.506-.279.271-.247.53-.507.766-.787zM.416 11.003c-.005-.202-.134-.54.124-.633.06.22-.035.435-.124.633zM14.811 11.909c.329-.202.716-.105.893.24.038.292.061.589.005.881-.162.087-.322.175-.482.264a1.288 1.288 0 0 1-.572-.316c-.168-.364.005-.735.157-1.069zM18.837 11.905c.363-.219.763-.076 1.096.125.05.121.102.24.156.359l.019.422c-.29.427-1.019.651-1.379.197-.225-.337-.069-.779.108-1.104z"/><path fill="#fff" d="M7.744 15.857c.777-.014 1.557-.043 2.333.017-.213.545-.427 1.094-.569 1.662-.659-.478-1.155-1.141-1.764-1.679zM10.229 15.964l.238.084a.49.49 0 0 0 .192.378c-.199.089-.341.254-.479.415-.025.145-.051.291-.078.436a6.51 6.51 0 0 1 .494-.617c.136.313.611.589.492.945-.345.021-.696.032-1.037-.032l-.335.06c.137-.567.404-1.095.513-1.669zM6.188 17.002c.249-.262.618-.326.959-.387a3.175 3.175 0 0 1-.27.899l.024.241c.057.015.169.046.226.06.115-.383.207-.772.316-1.156.32.14.544.395.694.706a10.33 10.33 0 0 0-.008.61 1.9 1.9 0 0 0-.134.322c-.223.248-.479.534-.837.556-.24.045-.46-.073-.68-.148a13.43 13.43 0 0 0-.441-.42c-.233-.401-.206-.961.151-1.283zM1.464 17.755c.189.083.273.283.248.481-.166-.104-.233-.296-.248-.481zM20.417 20.246c-.013-.163.054-.278.203-.342.032.161-.035.274-.203.342zM19.323 21.283c.32-.331.625-.68.998-.954-.323.327-.625.681-.998.954zM3.339 20.508c.234.213.459.433.692.646-.284-.06-.454-.32-.628-.528l-.064-.117zM4.754 21.767c.21-.009.423.13.448.349-.218.024-.33-.207-.448-.349zM5.568 22.379c.275.122.539.266.806.404.064-.027.193-.08.257-.108l-.103.239a15.715 15.715 0 0 0-.611-.301c-.118-.074-.233-.156-.349-.234zM8.612 23.709c.46-.047.848.31 1.312.291h-.85a2.394 2.394 0 0 0-.462-.291zM14.619 23.846l-.032-.306.048.279.491-.141c-.163.056-.327.106-.488.167l.551.155h-1.71c.383-.031.757-.123 1.14-.154z"/><path fill="#201820" d="M10.992 4.664a66.28 66.28 0 0 1 3.887.005c.097.575.565 1.008.651 1.579.414.374.163 1.029.205 1.522-1.827 0-3.656.024-5.482-.012-.287 0-.177-.357-.207-.538.045-.319-.125-.776.22-.965l.108-.441.131-.045-.02-.151c.195-.304.336-.637.507-.954m-.123 1.484c1.457-.001 2.913.001 4.371-.001-.175-.394-.383-.77-.563-1.16-1.172-.048-2.346-.006-3.517-.022-.102.393-.222.783-.291 1.183zM14.625 8.078c.31.009.636-.047.927.087-.005.252-.005.504-.005.755-.284-.001-.566 0-.85.006-.105-.272-.07-.565-.072-.849zM10.627 8.075l.566.011c-.001.278-.001.556.001.835-.19.001-.381.002-.571.005l.004-.85zM16.623 8.918c.067-.112.021-.348.194-.355.476-.015 1.107.279.965.861-.394-.087-.757.131-1.147.136l.039-.303.202-.045-.002-.296-.251.001zM16.819 9.783c.162-.09.299-.252.492-.267.454.139.72.566 1.057.87-.118.121-.238.242-.355.364.261-.108.595-.137.681.205.357.005.714.004 1.071.001l.002.595a49.62 49.62 0 0 1-.383-.038c.458.134.794.502 1.004.917a7.015 7.015 0 0 0-.021.459c-.112.316-.383.493-.676.622-.505.16-1.14.05-1.355-.492.006-.255.015-.51.03-.764.167-.166.262-.377.331-.598-.403.313-.44.819-.417 1.292-.611-.004-1.235.052-1.827-.142-.112-.401-.277-.793-.556-1.108-.232-.313-.668-.139-.997-.196 0-.24-.076-.504.05-.726.252-.38.707-.525 1.099-.708l.069.316a5 5 0 0 1 .083-.137c.21-.149.414-.307.618-.465m.06.324c-.236.28-.495.54-.766.787.053.257.275.305.506.279l.072-.175c.35-.089.724-.024 1.083-.043-.307-.274-.591-.572-.895-.849m1.958 1.799c-.176.325-.332.767-.108 1.104.359.454 1.089.229 1.379-.197l-.019-.422a12.558 12.558 0 0 1-.156-.359c-.333-.201-.733-.344-1.096-.125z"/><path fill="#201820" d="M14.052 12.342c.212-.349.485-.694.899-.804.255-.014.502.065.75.117.307.434.506 1.037.255 1.537-.41.602-1.33.434-1.766-.044-.189-.227-.118-.536-.137-.806m.758-.433c-.153.333-.325.705-.157 1.069.161.155.356.259.572.316l.482-.264c.057-.292.033-.589-.005-.881-.176-.345-.564-.442-.893-.24zM7.833 14.856c.231-.141.504-.15.766-.17l.001.318-.393-.035a11.94 11.94 0 0 0-.351.57c.669-.022 1.34-.001 2.01-.011.163.012.371-.096.345-.292a9.157 9.157 0 0 1-.682-.05l.196-.223c.382 0 .764 0 1.146-.005l.028.22c-.169.091-.336.187-.502.283l.005.179c.168.244.338.485.506.729.637-.148 1.401.212 1.429.927-.117-.244-.251-.493-.511-.609l-.02-.063c-.319-.072-.648-.136-.958.019.19.387.376.777.567 1.162-.37.005-.738.002-1.107.002.043.369.205.79.57.948.202.156.442.009.657-.031.497-.291.72-.851.848-1.384.108.394.067.836-.203 1.157-.3.478-.916.604-1.439.504-.448-.233-.686-.677-.735-1.169-.305-.005-.61-.007-.915-.025-.407-.543-.852-1.055-1.28-1.578l-.27.02c-.019.162.045.262.216.262.449.281.734.816.648 1.349-.099.473-.382.914-.825 1.131a1.638 1.638 0 0 1-1.086-.011c-.564-.223-1.079-.835-.874-1.468.169-.642.807-1.18 1.497-1.066.225-.536.591-1.016.715-1.59m-.088 1.001c.609.538 1.105 1.201 1.764 1.679.142-.569.356-1.117.569-1.662-.776-.059-1.556-.031-2.333-.017m2.485.107c-.109.575-.376 1.102-.513 1.669l.335-.06c.341.064.692.053 1.037.032.119-.356-.356-.631-.492-.945a6.51 6.51 0 0 0-.494.617c.027-.145.053-.291.078-.436.138-.161.28-.326.479-.415a.494.494 0 0 1-.192-.378l-.238-.084m-4.041 1.038c-.357.322-.384.882-.151 1.283.15.136.297.277.441.42.22.074.44.193.68.148.358-.021.614-.307.837-.556a1.78 1.78 0 0 1 .134-.322c-.002-.203-.001-.408.008-.61-.15-.311-.374-.566-.694-.706-.109.384-.201.773-.316 1.156-.057-.014-.169-.045-.226-.06l-.024-.241c.132-.285.226-.586.27-.899-.341.06-.709.124-.959.387z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-or-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c62363" d="M10.883 0h2.142c2.871.258 5.646 1.548 7.633 3.644 1.859 1.876 2.987 4.399 3.333 7.003l.009-.314v3.342l-.015-.356c-.342 2.723-1.575 5.342-3.559 7.253-1.941 1.951-4.582 3.127-7.308 3.427h-2.187c-2.782-.281-5.476-1.499-7.437-3.505-1.99-1.95-3.193-4.619-3.495-7.376v-2.187C.282 8.119 1.526 5.399 3.568 3.43 5.51 1.476 8.155.297 10.882-.001M9.853 1.896c-3.163.591-5.97 2.756-7.366 5.65a10.458 10.458 0 0 0-.723 7.133 10.436 10.436 0 0 0 4.483 6.19c3.376 2.212 8.055 2.159 11.378-.135a10.436 10.436 0 0 0 4.252-5.935 10.447 10.447 0 0 0-.138-5.864c-.788-2.511-2.585-4.68-4.893-5.942-2.107-1.175-4.628-1.55-6.993-1.098z"/><path fill="#c62363" d="M6.305 19.335c1.529-.333 2.972-.96 4.459-1.44l-.006.839c2.053-.001 4.105-.003 6.159 0v1.136c-2.052.004-4.104 0-6.156.001l-.003.876c-1.458-.545-2.91-1.159-4.453-1.412z"/><path fill="#fff" d="M9.853 1.896c2.364-.452 4.886-.077 6.993 1.098 2.308 1.262 4.105 3.431 4.893 5.942.606 1.889.652 3.95.138 5.864a10.44 10.44 0 0 1-4.252 5.935c-3.323 2.293-8.001 2.347-11.378.135a10.436 10.436 0 0 1-4.483-6.19 10.458 10.458 0 0 1 .723-7.133c1.396-2.895 4.203-5.059 7.366-5.65m.574 2.485c-.899.234-1.255 1.215-1.942 1.741-.787.307-1.788 0-2.474.593-.4.413-.818.91-.828 1.516.579.027 1.161.001 1.742.024.29.533.664 1.204 1.369 1.178.744.033 1.159-.653 1.517-1.19 1.127.004 2.255-.003 3.382.003.311.504.649 1.172 1.33 1.185.759.068 1.219-.631 1.573-1.191.776.022 1.557-.037 2.332.052-.572-.074-.665-.67-.846-1.108-.271-.689-1.121-.692-1.72-.911-1.133-.216-1.467-1.661-2.591-1.893a51.857 51.857 0 0 0-2.844.003m-5.923 7.668c-.043 1.099-.004 2.2-.019 3.299.794-.004 1.588 0 2.381-.004.173.504.524 1.043 1.102 1.099.719.16 1.379-.412 1.517-1.095 1.681-.004 3.364-.001 5.047-.001.157.658.766 1.237 1.479 1.104.593-.041.979-.584 1.145-1.105.79 0 1.578.006 2.367-.004a9.285 9.285 0 0 0-.957-2.821c-.324-.561-.784-1.281-1.519-1.246-3.905.003-7.81-.012-11.716.007-.441-.04-.806.339-.828.767m1.802 7.283c1.544.253 2.996.867 4.453 1.412l.003-.876c2.052-.001 4.104.003 6.156-.001v-1.136c-2.053-.003-4.105-.001-6.159 0 .001-.28.003-.559.006-.839-1.487.48-2.93 1.107-4.459 1.44z"/><path fill="#fff" d="M9.496 6.13c.258-.476.64-.905 1.144-1.127.287-.031.578-.019.867-.022l-.001 1.159c-.67-.004-1.339.006-2.009-.009zM12.228 4.981c.387.025.831-.087 1.157.185.345.253.656.575.833.972-.664.003-1.326-.001-1.988.001l-.001-1.159zM6.096 12.41c.27.004.539.006.809.004v1.098a73.806 73.806 0 0 0-.815-.004c-.01-.366-.04-.733.006-1.098zM7.785 12.413c.277.003.553.004.83.004v1.09c-.277 0-.553.001-.83.004a201.3 201.3 0 0 0 0-1.099zM9.449 12.418l.83-.003c-.001.366-.001.73.001 1.096l-.831-.003v-1.09zM11.141 12.415h.831v1.096h-.831v-1.096zM12.833 12.415c.277.001.554.003.831.001v1.093c-.277-.001-.554 0-.831.001v-1.096zM14.498 12.418c.277 0 .553-.001.83-.004a201.3 201.3 0 0 0 0 1.099 76.548 76.548 0 0 0-.83-.004v-1.09zM16.209 13.511v-1.096c.27.001.539 0 .809-.004.047.367.047.738-.001 1.104a43.386 43.386 0 0 0-.807-.003z"/><path fill="#030303" d="M10.427 4.382a51.86 51.86 0 0 1 2.844-.003c1.124.233 1.458 1.677 2.591 1.893.599.219 1.449.222 1.72.911.181.439.274 1.034.846 1.108-.775-.089-1.556-.03-2.332-.052-.354.56-.815 1.259-1.573 1.191-.681-.013-1.019-.681-1.33-1.185-1.127-.006-2.255.001-3.382-.003-.359.536-.773 1.222-1.517 1.19-.705.027-1.079-.644-1.369-1.178-.581-.022-1.163.003-1.742-.024.01-.606.428-1.102.828-1.516.686-.593 1.687-.286 2.474-.593.687-.526 1.043-1.507 1.942-1.741m-.931 1.75c.67.015 1.339.004 2.009.009l.001-1.159c-.289.003-.579-.009-.867.022-.504.222-.886.652-1.144 1.127m2.733-1.148l.001 1.159c.662-.003 1.324.001 1.988-.001-.176-.397-.487-.719-.833-.972-.326-.273-.77-.16-1.157-.185zM4.504 12.052c.022-.428.387-.807.828-.767 3.905-.019 7.81-.004 11.716-.007.735-.036 1.194.684 1.519 1.246.461.881.8 1.837.957 2.821-.79.01-1.578.004-2.367.004-.166.521-.553 1.064-1.145 1.105-.713.133-1.321-.446-1.479-1.104-1.683 0-3.366-.003-5.047.001-.138.683-.799 1.255-1.517 1.095-.578-.056-.929-.596-1.102-1.099-.793.004-1.587 0-2.381.004.015-1.099-.024-2.2.019-3.299m1.591.358c-.046.364-.016.732-.006 1.098.271 0 .544.001.815.004v-1.098c-.27.001-.539 0-.809-.004m1.689.003v1.099c.277-.003.553-.004.83-.004v-1.09c-.277 0-.553-.001-.83-.004m1.664.004v1.09l.831.003c-.003-.366-.003-.73-.001-1.096l-.83.003m1.692-.003v1.096h.831v-1.096h-.831m1.692 0v1.096c.277-.001.554-.003.831-.001v-1.093c-.277.001-.554 0-.831-.001m1.665.002v1.09c.277 0 .553.001.83.004a201.3 201.3 0 0 1 0-1.099c-.277.003-.553.004-.83.004m1.711 1.094c.27-.001.539-.001.807.003.049-.366.049-.736.001-1.104-.27.004-.539.006-.809.004v1.096z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-or-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c00" d="M10.784 0h2.315c.109.151.245.181.406.091l.394.042c.097.156.23.191.401.103l.096-.004c.086.194.31.215.486.136l.097-.008.274.12.096-.007.278.102.24.064.07.023.13.048.263.131.139.035.073.023c.262.101.517.22.769.344l.064.032a15.768 15.768 0 0 1 .842.48 12.243 12.243 0 0 1 4.056 4.079c.325.517.6 1.064.833 1.63l.024.074.032.134.131.26-.002.089.119.27.011.083c.028.07.08.21.107.28l-.011.089c-.064.164-.019.29.134.379l.002.09c-.079.163-.042.295.11.394l.002.1c-.085.176-.072.396.101.515.032.194.079.385.134.575v2.36a4.624 4.624 0 0 0-.139.72c-.149.103-.182.241-.101.413l.005.106c-.154.095-.193.224-.118.39l.004.095c-.154.084-.2.208-.14.372l.014.094-.101.277-.068.244-.023.068-.047.131-.125.265-.035.138-.023.07c-.294.695-.641 1.37-1.07 1.992l-.019.028a11.895 11.895 0 0 1-3.458 3.458l-.028.018c-.622.428-1.297.779-1.993 1.072l-.071.023-.139.036-.263.124-.098-.01-.257.136-.083.001-.274.114-.104-.005-.272.119-.089-.01c-.178-.079-.401-.06-.488.136l-.095-.004c-.175-.084-.313-.048-.412.11l-.396.017c-.155-.086-.265-.05-.33.109h-2.262c-.11-.151-.246-.181-.407-.09l-.284-.032c-.107-.186-.335-.2-.51-.108l-.098-.002c-.09-.196-.314-.214-.493-.137l-.094.01-.268-.121-.102.008a22.607 22.607 0 0 0-.275-.114h-.08l-.256-.137-.102.01c-.066-.031-.198-.092-.263-.124l-.137-.036a1.434 1.434 0 0 1-.07-.023 12.322 12.322 0 0 1-1.616-.821l-.061-.038-.314-.212-.028-.018a11.783 11.783 0 0 1-3.458-3.457l-.019-.029-.209-.313-.04-.061a11.406 11.406 0 0 1-.824-1.619l-.026-.064-.077-.191-.019-.049-.113-.305-.019-.06-.066-.239-.101-.278.008-.103-.121-.268a12.386 12.386 0 0 1-.014-.192c.08-.163.044-.293-.11-.39l-.004-.096c.09-.176.079-.403-.107-.511l-.053-.412c.157-.246.084-.545-.072-.769V10.84c.048-.206.094-.413.132-.62.17-.116.19-.336.1-.511v-.096c.191-.092.216-.314.137-.492l-.006-.089.092-.283a6.06 6.06 0 0 1 .318-.983l.019-.047.076-.187.029-.07a9.848 9.848 0 0 1 .834-1.625l.022-.032.023-.036c.184-.071.269-.205.256-.403a11.975 11.975 0 0 1 3.035-3.128c.013-.011.042-.03.055-.041.221-.16.45-.307.683-.448l.029-.017c.272-.173.554-.329.842-.474.035-.017.102-.052.137-.068l.061-.03a12.33 12.33 0 0 1 .584-.256l.11-.044.127-.05.097-.037.215-.076.28-.096.084-.012.278-.109.097.006.272-.12.096.01c.176.077.402.06.487-.138h.097c.178.089.397.071.518-.098.191-.037.379-.083.568-.133M6.226 5.069c.289.344.629.642.94.966 2.186 2.172 4.346 4.372 6.548 6.527.12.14.247.275.382.401 1.608 1.608 3.214 3.218 4.826 4.823 1.129-1.37 1.886-3.055 2.086-4.825l.03-.401h.014a3.873 3.873 0 0 1-.023-.104c.113-1.17-.115-2.356-.502-3.458-1.109-3.125-4.021-5.527-7.313-5.975-2.485-.368-5.074.443-6.989 2.047M5.066 6.224c-1.334 1.613-2.134 3.679-2.131 5.78-.001 2.455 1.086 4.872 2.872 6.548C7.456 20.13 9.715 21.064 12 21.064c2.1-.001 4.17-.799 5.777-2.141-1.592-1.639-3.23-3.235-4.84-4.86-2.628-2.608-5.22-5.255-7.871-7.84z"/><path fill="#926868" opacity=".92" d="M13.099 0h.348l.058.091c-.161.09-.296.06-.406-.091zM9.698.232a.55.55 0 0 1 .518-.098c-.121.169-.341.187-.518.098zM13.898.133a.39.39 0 0 1 .401.103c-.17.088-.304.053-.401-.103zM9.114.37a.534.534 0 0 1 .487-.138C9.516.43 9.29.447 9.114.37zM14.395.233a.521.521 0 0 1 .486.136c-.176.079-.4.059-.486-.136zM8.746.48l.272-.12-.272.12zM14.978.36zM8.37.583l.278-.109c-.07.026-.209.082-.278.109zM15.348.473zM8.006.691l.28-.096-.28.096zM15.866.638zM7.694.804zM16.066.709l.263.131-.263-.131zM7.5.866l.067-.012-.11.044L7.5.866zM16.468.875l.073.023-.073-.023zM6.872 1.156a.323.323 0 0 1 .042-.02c-.011.005-.032.014-.042.02zM6.674 1.254c.035-.017.102-.052.137-.068-.035.017-.102.052-.137.068zM17.31 1.242l.064.032-.064-.032zM5.803 1.745l.029-.017-.029.017zM18.154 1.716zM5.065 2.233c.013-.011.042-.03.055-.041-.013.011-.042.03-.055.041zM1.775 5.765a.606.606 0 0 1 .256-.403c.013.198-.072.332-.256.403zM1.73 5.833l.022-.032-.022.032zM22.254 5.804zM.868 7.528l.029-.07-.029.07zM23.105 7.463zM.773 7.762l.019-.047-.019.047zM23.161 7.672l.131.26-.131-.26zM23.29 8.021zM23.419 8.374c.028.07.08.21.107.28-.026-.07-.079-.21-.107-.28zM.362 9.028l.092-.283c-.024.071-.07.212-.092.283zM23.515 8.742c.136.089.18.215.134.379-.154-.089-.198-.215-.134-.379zM.232 9.608a.54.54 0 0 1 .137-.492c.079.178.054.4-.137.492zM23.652 9.211c.121.103.158.235.11.394-.152-.098-.19-.23-.11-.394zM.132 10.216a.53.53 0 0 1 .1-.511c.09.175.071.395-.1.511zM23.765 9.704a.54.54 0 0 1 .101.515c-.173-.119-.186-.338-.101-.515zM0 12.608c.156.224.229.523.072.769L0 13.339v-.731zM.125 13.789c.186.108.197.335.107.511a.587.587 0 0 1-.107-.511zM23.76 14.287c-.082-.172-.048-.31.101-.413a.395.395 0 0 1-.101.413zM.235 14.396c.155.097.191.227.11.39a.342.342 0 0 1-.11-.39zM23.647 14.783c-.076-.166-.036-.295.118-.39.047.16.007.289-.118.39zM23.51 15.25c-.06-.164-.013-.288.14-.372.046.166-.001.289-.14.372zM.36 14.978zM.473 15.349l.101.278-.101-.278zM23.424 15.62l.101-.277-.101.277zM.64 15.866l.019.06-.019-.06zM23.333 15.932a5.36 5.36 0 0 0 .023-.068l-.023.068zM23.161 16.328l.125-.265-.125.265zM.772 16.231l.019.049-.019-.049zM.868 16.471l.026.064-.026-.064zM23.104 16.536l.023-.07-.023.07zM1.718 18.154l.04.061-.04-.061zM1.967 18.528l.019.029-.019-.029zM22.014 18.556a.34.34 0 0 0 .019-.028l-.019.028zM5.444 22.014l.028.018-.028-.018zM18.528 22.032l.028-.018-.028.018zM5.786 22.244l.061.038-.061-.038zM7.464 23.104zM16.464 23.126l.071-.023-.071.023zM7.67 23.162l.263.124c-.066-.031-.198-.092-.263-.124zM16.062 23.286l.263-.124-.263.124zM8.035 23.276l.256.137-.256-.137zM15.707 23.412l.257-.136-.257.136zM8.371 23.413zM15.35 23.527l.274-.114-.274.114zM8.748 23.519zM14.974 23.641l.272-.119-.272.119zM9.109 23.63c.179-.077.403-.059.493.137a.549.549 0 0 1-.493-.137zM14.396 23.767c.088-.196.311-.215.488-.136a.534.534 0 0 1-.488.136zM9.701 23.77c.175-.092.403-.078.51.108a.595.595 0 0 1-.51-.108zM13.89 23.874c.098-.158.236-.194.412-.11a.438.438 0 0 1-.412.11zM10.495 23.91c.161-.091.296-.061.407.09h-.35l-.056-.09zM13.164 24c.065-.16.175-.196.33-.109l.005.109h-.335z"/><path fill="#fff" d="M6.226 5.069c1.915-1.604 4.504-2.416 6.989-2.047 3.292.448 6.204 2.85 7.313 5.975-.167.061-.391.036-.499.204-.227.298-.571.461-.84.713a7.44 7.44 0 0 0-.439-1.126l.103-.38c-.08-.235-.355-.242-.56-.226-.037.338-.019.706-.228.997-.242.324-.636.508-1.031.564-.432.067-.856.252-1.298.199l-.008.18c.551-.097 1.099-.278 1.664-.241.308.041.571-.169.858-.248.082.293-.12.396-.359.457l-.187.656-.367.167c-.21-.263-.422-.582-.782-.64-.419-.068-.841.038-1.262.024l.3-.11-.286-.145c-.186.022-.371.042-.557.061-.284-.401-.698-.668-1.066-.983-.304.301-.409.719-.545 1.11.209.252.484.078.677-.09l.128.509-.389.011-.014.293c.199 0 .4.01.594.059-.062.259-.271.474-.287.74.131.277.342.512.445.808l-.578.002c-2.202-2.155-4.362-4.355-6.548-6.527-.311-.324-.65-.622-.94-.966m5.084-.631c-.33.51-.724.979-1.043 1.496-.138.378.066.758.139 1.127.065.217.05.514.317.592-.001.167.004.335.014.502.107.23.444.229.63.102.102-.19.046-.413.054-.616 1.255-.005 2.509.007 3.764-.006.018.286-.012.764.414.702.434.072.332-.44.329-.704l.187-.048c.104-.552.32-1.133.186-1.693-.343-.503-.738-.97-1.07-1.482-1.307.007-2.616-.016-3.922.029z"/><path fill="#fff" d="M11.46 4.596a95.542 95.542 0 0 1 3.709.005c.169.283.359.554.54.83-1.618-.005-3.236.016-4.855.007.203-.281.413-.556.606-.842zM10.579 5.917c.254-.169.619.098.532.389-.059.271-.448.358-.618.143-.154-.156-.096-.427.086-.532zM15.635 5.917c.252-.132.584.119.506.396-.05.282-.467.376-.629.136-.151-.163-.066-.437.122-.532zM5.066 6.224c2.651 2.585 5.243 5.232 7.871 7.84 1.609 1.625 3.247 3.221 4.84 4.86-1.607 1.342-3.677 2.14-5.777 2.141-2.285 0-4.544-.934-6.193-2.512-1.786-1.676-2.873-4.093-2.872-6.548-.002-2.101.797-4.168 2.131-5.78m3.188 6.861a28.1 28.1 0 0 0-.03.288c-.226.071-.689-.138-.686.222l-.433-.018-.026.248c.245-.047.49-.092.737-.127-.332.184-.67.36-.991.564l-.079.4c-.458-.022-1.008-.031-1.306.388-.392.427-.221 1.169.288 1.421.373.214.817.12 1.181-.061.503-.062 1.012-.065 1.514-.125.161-.018.332-.098.377-.272l.238.158c.322.622 1.308.641 1.64.022.238-.313.058-.695.107-1.042-.116-.14-.258-.266-.319-.444a4.49 4.49 0 0 0-.414-.155 3.613 3.613 0 0 1-.422.157l-.019-.148.199.024c0-.119-.002-.358-.004-.476-.2.016-.398.083-.51.259-.299-.037-.594-.097-.889-.155.097-.253.253-.559.553-.592l.116-.427c-.154-.329-.575-.329-.821-.109zM11.666 6.28l.77.001c.006.282.012.565.016.847-.367 0-.736.004-1.103-.006.106-.281.21-.562.317-.842zM12.668 6.281c.412-.001.823 0 1.235-.002.007.286.01.57.001.854-.41-.008-.82-.004-1.229-.006a79.533 79.533 0 0 1-.007-.846zM14.116 6.281l.802-.001c.096.286.19.57.283.856h-1.076c-.004-.284-.006-.57-.008-.854zM15.014 11.418c.397-.083.828-.022 1.214-.202l.31.559c-.074.262-.041.653-.346.77-.354.031-.709.008-1.064.013-.034-.368-.358-.798-.114-1.141zM17.455 11.334l.265.002.004.35c.301.001.602.002.904-.001-.184.287-.128.631.083.886-.516-.058-1.054.067-1.556-.072.002-.302-.068-.742.287-.875l.014-.29zM14.173 11.749c.083-.094.175-.176.286-.235.098.292.228.57.37.841l-.186.122c-.173-.232-.31-.487-.469-.728zM19.663 11.676c.46.007.92-.001 1.381.01-.08.252-.104.517-.016.769l.023.104h-.014c-.487.004-.973-.007-1.459.012.2-.264.251-.6.085-.895zM16.718 12.577c-.122-.203.043-.389.149-.556.046.205.047.43-.149.556zM14.095 12.962c2.304-.006 4.608-.001 6.912-.002-.199 1.77-.956 3.455-2.086 4.825-1.613-1.604-3.218-3.215-4.826-4.823z"/><path fill="#fff" d="M8.158 14.604c.155.006.31.014.464.024-.146.208-.338.196-.464-.024zM8.639 15.694c.182-.326.347-.763.701-.925-.268.256-.502.563-.506.95l-.194-.025zM5.629 15.884c-.164-.492.398-1.009.864-.767.366.046.448.46.391.763a.61.61 0 0 0-.229.325c-.32.222-.788.128-.974-.221.24-.23.44.043.692 0a7.27 7.27 0 0 0 .197-.37 9.242 9.242 0 0 0-.214-.374l-.004.145c-.263-.062-.398.17-.43.383l-.294.115zM9.738 15.035l.354.014.222.294.115-.07c.392.598-.354 1.379-.948.944.074-.367.548-.127.644-.432l.09-.401-.396.113-.082-.463z"/><path fill="#fff" d="M9.341 16.073c-.23-.31-.119-.726.174-.947l.186.362-.055.371a33.22 33.22 0 0 1-.305.214zM7.478 15.346c.116-.151.221-.145.313.019-.112.162-.217.156-.313-.019z"/><path d="M11.311 4.438c1.306-.044 2.615-.022 3.922-.029.332.512.727.979 1.07 1.482.134.56-.082 1.141-.186 1.693l-.187.048c.004.264.106.776-.329.704-.426.062-.396-.416-.414-.702-1.255.013-2.509.001-3.764.006-.008.203.048.426-.054.616-.186.127-.523.128-.63-.102a6.472 6.472 0 0 1-.014-.502c-.266-.078-.252-.374-.317-.592-.073-.368-.277-.749-.139-1.127.319-.517.713-.986 1.043-1.496m.148.159c-.193.287-.403.562-.606.842 1.619.008 3.238-.012 4.855-.007-.181-.276-.371-.547-.54-.83a95.542 95.542 0 0 0-3.709-.005m-.881 1.321c-.182.104-.24.376-.086.532.17.215.559.128.618-.143.088-.29-.277-.558-.532-.389m5.056 0c-.188.095-.274.368-.122.532.162.24.578.146.629-.136.078-.277-.254-.528-.506-.396m-3.97.363c-.107.281-.211.562-.317.842.367.01.736.006 1.103.006-.004-.282-.01-.565-.016-.847l-.77-.001m1.002.001c.001.282.004.564.007.846.409.002.818-.002 1.229.006.008-.284.006-.569-.001-.854-.412.002-.823.001-1.235.002m1.448 0l.008.854H15.2c-.094-.286-.187-.57-.283-.856l-.802.001zM18.292 8.182c.205-.017.48-.01.56.226l-.103.38c.184.36.317.742.439 1.126.269-.252.613-.415.84-.713.108-.168.332-.143.499-.204.386 1.103.614 2.288.502 3.458-.089-.252-.065-.517.016-.769-.461-.011-.922-.002-1.381-.01.166.295.115.631-.085.895.486-.019.972-.008 1.459-.012l-.03.401c-2.304.001-4.608-.004-6.912.002a4.995 4.995 0 0 1-.382-.401l.578-.002c-.103-.295-.314-.53-.445-.808.016-.266.224-.481.287-.74a2.42 2.42 0 0 0-.594-.059l.014-.293.389-.011-.128-.509c-.193.168-.468.342-.677.09.136-.391.241-.809.545-1.11.367.314.781.582 1.066.983.186-.019.371-.04.557-.061l.286.145-.3.11c.421.014.844-.092 1.262-.024.36.058.572.377.782.64l.367-.167.187-.656c.239-.061.44-.164.359-.457-.287.079-.55.289-.858.248-.565-.037-1.114.144-1.664.241l.008-.18c.443.053.866-.132 1.298-.199.395-.056.788-.24 1.031-.564.209-.292.191-.659.228-.997m-3.278 3.237c-.244.343.08.773.114 1.141.355-.005.71.018 1.064-.013.305-.118.271-.509.346-.77a100.18 100.18 0 0 0-.31-.559c-.386.18-.817.119-1.214.202m2.441-.085l-.014.29c-.355.133-.284.572-.287.875.503.139 1.04.014 1.556.072-.211-.254-.266-.599-.083-.886-.301.004-.602.002-.904.001 0-.088-.002-.263-.004-.35a23.235 23.235 0 0 0-.265-.002m-3.281.415c.16.241.296.497.469.728l.186-.122a5.944 5.944 0 0 1-.37-.841 1.06 1.06 0 0 0-.286.235m2.546.828c.196-.126.194-.35.149-.556-.106.167-.271.353-.149.556zM8.254 13.086c.246-.22.667-.22.821.109-.04.142-.078.284-.116.427-.3.032-.456.338-.553.592.295.058.59.118.889.155.112-.176.31-.244.51-.259l.004.476-.199-.024.019.148c.145-.044.286-.096.422-.157.14.044.278.096.414.155.061.178.203.304.319.444-.049.347.131.728-.107 1.042-.332.619-1.319.6-1.64-.022l-.238-.158c-.044.174-.216.254-.377.272-.503.06-1.012.062-1.514.125-.364.181-.808.275-1.181.061-.509-.252-.68-.994-.288-1.421.298-.419.847-.409 1.306-.388l.079-.4c.322-.204.659-.38.991-.564-.247.035-.492.08-.737.127l.026-.248.433.018c-.002-.36.461-.151.686-.222a28.1 28.1 0 0 1 .03-.288m-.095 1.518c.126.22.318.232.464.024a18.25 18.25 0 0 0-.464-.024m.481 1.09l.194.025c.005-.388.239-.695.506-.95-.354.162-.518.599-.701.925m-3.009.19l.294-.115c.031-.212.167-.445.43-.383l.004-.145c.073.124.145.248.214.374a6.915 6.915 0 0 1-.197.37c-.252.043-.452-.23-.692 0 .186.349.654.443.974.221a.606.606 0 0 1 .229-.325c.056-.304-.025-.718-.391-.763-.466-.242-1.028.275-.864.767m4.108-.85c.026.154.054.308.082.463l.396-.113-.09.401c-.096.305-.57.065-.644.432.594.434 1.34-.347.948-.944l-.115.07-.222-.294a41.87 41.87 0 0 0-.354-.014m-.398 1.037l.305-.214.055-.371-.186-.362c-.293.221-.404.637-.174.947m-1.863-.727c.096.175.202.181.313.019-.092-.164-.197-.17-.313-.019z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M5.804 1.72C8.491.078 11.846-.411 14.896.357c2.746.658 5.214 2.358 6.854 4.65 1.386 1.915 2.161 4.25 2.249 6.611v.653c-.066 2.94-1.252 5.839-3.283 7.968-2.104 2.242-5.088 3.602-8.155 3.762h-1.092c-2.85-.142-5.636-1.313-7.706-3.28C1.508 18.617.153 15.616 0 12.542v-.911c.098-4.006 2.356-7.87 5.804-9.911m4.817 1.49C7.639 3.646 4.98 5.724 3.816 8.5a8.943 8.943 0 0 0-.202 6.478 8.942 8.942 0 0 0 2.988 4.094 8.876 8.876 0 0 0 5.758 1.817 8.877 8.877 0 0 0 6.107-2.785 8.856 8.856 0 0 0 2.165-3.953 8.911 8.911 0 0 0-.932-6.612 8.876 8.876 0 0 0-4.031-3.647 8.947 8.947 0 0 0-5.047-.682z"/><path fill="#fff" d="M10.621 3.21a8.945 8.945 0 0 1 5.047.682 8.876 8.876 0 0 1 4.031 3.647 8.902 8.902 0 0 1 .932 6.612 8.847 8.847 0 0 1-2.165 3.953 8.873 8.873 0 0 1-6.107 2.785 8.872 8.872 0 0 1-5.758-1.817 8.942 8.942 0 0 1-2.988-4.094A8.943 8.943 0 0 1 3.815 8.5c1.164-2.776 3.823-4.854 6.805-5.29m2.04 3.725c-.352.167-.546.522-.738.841-.557-.043-1.12-.098-1.672.005l.038.293c-.526.047-1.058.101-1.559.274l-.05.355c.604-.072 1.216-.151 1.82-.053-.518.386-1.104.674-1.603 1.087-.376.316-.611.758-.803 1.201a2.37 2.37 0 0 0-1.664.415c-.887.612-1.4 1.609-1.74 2.604l.529-.049.025.268-.493.001.001.4.576-.001c.336.936 1.234 1.649 2.24 1.669 1.049.062 2.035-.64 2.412-1.604.88-.005 1.759.01 2.639-.005.278.007.488-.193.695-.348-.042.27-.076.541-.108.812l.798-.198c.264.442.616.841 1.081 1.075.913.49 2.129.304 2.851-.44.55-.527.779-1.312.715-2.059l.409.001a3.728 3.728 0 0 0-.493-1.308l.353-.51c-.582-.397-1.16-.797-1.74-1.195l-.361.534a5.74 5.74 0 0 0-1.032-.031c-.03-.246-.061-.492-.09-.739.264-.091.544-.064.816-.043.078-.595.005-1.198-.161-1.771-.84.072-1.541.649-1.878 1.403-.628-.281-1.265-.538-1.895-.812.062-.13.126-.26.191-.39.226.01.452.019.679.025a.92.92 0 0 1 .416-.374c.004-.264.241-.509.106-.772-.227-.45-.818-.793-1.312-.559z"/><path fill="#fff" d="M11.641 10.734c.125-.317.287-.616.481-.895l1.048.473c-.512.132-1.024.269-1.529.422zM13.196 12.773c.182-.84.737-1.555 1.465-1.999.02.192.042.383.064.575-.528.336-.905.838-1.199 1.381l-.33.043zM15.898 11.933c1.013-.154 2.057.6 2.172 1.626.176 1.082-.78 2.154-1.871 2.12-1.081.022-2.024-1.043-1.849-2.116.052-.517.361-.96.744-1.291.39.668.762 1.346 1.145 2.02l.462-.168c-.266-.731-.544-1.457-.803-2.191zM6.38 12.626c.3-.358.754-.522 1.205-.583-.05.32-.103.64-.151.961-.229.046-.502.049-.661.247-.187.196-.193.481-.238.732-.258-.007-.517-.01-.776-.017.215-.444.264-.974.622-1.34zM8.4 12.193c.35.206.635.499.859.835-.359.005-.719.004-1.078.004l.218-.839zM5.963 14.648c1.133-.013 2.267-.014 3.4 0-.38.664-1.128 1.126-1.908 1.018-.641-.053-1.165-.488-1.492-1.018z"/><path d="M12.66 6.935c.493-.234 1.085.109 1.312.559.136.263-.102.508-.106.772a.92.92 0 0 0-.416.374c-.227-.006-.454-.016-.679-.025-.065.13-.128.26-.191.39.63.275 1.267.532 1.895.812.337-.754 1.038-1.331 1.878-1.403.166.574.239 1.176.161 1.771-.272-.02-.552-.048-.816.043.029.247.06.493.09.739a5.74 5.74 0 0 1 1.032.031l.361-.534c.58.398 1.158.798 1.74 1.195l-.353.51c.247.401.412.845.493 1.308l-.409-.001c.064.748-.166 1.532-.715 2.059-.722.744-1.938.93-2.851.44-.466-.234-.817-.634-1.081-1.075l-.798.198c.032-.271.066-.542.108-.812-.206.155-.416.355-.695.348-.88.014-1.759 0-2.639.005-.377.965-1.363 1.667-2.412 1.604-1.007-.02-1.904-.733-2.24-1.669l-.576.001-.001-.4.493-.001-.025-.268-.529.049c.34-.995.853-1.992 1.74-2.604a2.37 2.37 0 0 1 1.664-.415c.192-.443.427-.886.803-1.201.499-.413 1.085-.701 1.603-1.087-.605-.098-1.217-.019-1.82.053l.05-.355c.5-.173 1.033-.227 1.559-.274l-.038-.293c.552-.103 1.115-.048 1.672-.005.192-.319.386-.674.738-.841m-1.021 3.801c.505-.154 1.016-.29 1.529-.422l-1.048-.473a4.41 4.41 0 0 0-.481.895m1.555 2.039l.33-.043c.294-.544.671-1.045 1.199-1.381l-.064-.575c-.728.444-1.283 1.159-1.465 1.999m2.702-.84c.259.734.536 1.46.803 2.191l-.462.168c-.383-.673-.755-1.351-1.145-2.02-.383.331-.692.774-.744 1.291-.175 1.073.768 2.137 1.849 2.116 1.091.034 2.047-1.038 1.871-2.12-.115-1.026-1.159-1.78-2.172-1.626m-9.518.693c-.358.366-.407.896-.622 1.34.259.007.518.01.776.017.044-.251.05-.536.238-.732.16-.198.432-.202.661-.247.048-.322.101-.641.151-.961-.451.061-.905.226-1.205.583m2.021-.433l-.218.839c.359 0 .719.001 1.078-.004a2.676 2.676 0 0 0-.859-.835m-2.438 2.455c.326.529.851.965 1.492 1.018.78.108 1.528-.354 1.908-1.018a142.721 142.721 0 0 0-3.4 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.026.452a11.805 11.805 0 0 1 7.367 1.134 11.778 11.778 0 0 1 5.275 5.502 11.758 11.758 0 0 1 .43 8.822 11.75 11.75 0 0 1-4.483 5.83 11.75 11.75 0 0 1-15.396-1.91 11.698 11.698 0 0 1-2.96-7.464 11.696 11.696 0 0 1 2.344-7.385C4.378 2.598 7.09.929 10.027.452m-3.921 4.1c.895.965 1.814 1.908 2.716 2.867.224.235.445.47.676.7l.288.011c-.056.251.096.451.295.584.205.258.433.499.678.72.662.742 1.366 1.445 2.046 2.171l.167.176c.516.54 1.028 1.085 1.547 1.624l.27.282c.224.24.449.481.678.718l-.073.034c.236.023.352.305.529.444.344.352.664.732 1.033 1.058.211.282.475.516.707.78.505.518 1.002 1.045 1.499 1.573 1.721-1.919 2.569-4.574 2.323-7.136a9.502 9.502 0 0 0-3.322-6.382c-1.696-1.464-3.934-2.269-6.172-2.257a9.538 9.538 0 0 0-5.885 2.034m-3.575 8.419a9.487 9.487 0 0 0 3.353 6.341 9.43 9.43 0 0 0 6.12 2.233 9.451 9.451 0 0 0 5.496-1.748c-1.465-1.535-2.916-3.084-4.392-4.609-.997-1.07-2.01-2.128-3.022-3.185-.1-.118-.2-.241-.335-.319-.328-.43-.734-.79-1.093-1.19l-.176-.174c-.2-.206-.368-.457-.625-.599.026-.268-.218-.372-.401-.493C6.474 8.204 5.5 7.172 4.521 6.145a9.524 9.524 0 0 0-1.99 6.828z"/><path fill="#fff" d="M6.106 4.552a9.538 9.538 0 0 1 5.885-2.034c2.238-.012 4.476.793 6.172 2.257a9.506 9.506 0 0 1 3.322 6.382c.246 2.562-.602 5.218-2.323 7.136-.497-.528-.994-1.055-1.499-1.573.882-.062 1.674-.642 2.082-1.412.491-.946.342-2.191-.403-2.964-.736-.865-2.064-1.106-3.077-.623-.772.364-1.357 1.116-1.476 1.966l-.27-.282c.014-.257.03-.512.043-.768.473-.337.974-.634 1.421-1.007-.182-.132-.418-.085-.626-.096-.8.029-1.634-.114-2.384.247l-.167-.176c.239-.08.479-.158.719-.235-.139-.469-.28-.938-.42-1.406-.69-.454-1.567-.343-2.345-.529a5.994 5.994 0 0 1-.678-.72c.278.104.563.198.854.257l.132-.208c-.314-.109-.628-.218-.94-.334l.098-.238c.35.049.691.149 1.033.234l.132-.378c-.806-.232-1.606-.497-2.419-.698a6.872 6.872 0 0 1-.15.07c-.901-.959-1.82-1.902-2.716-2.867m11.29 5.425c-1.343.016-2.687 0-4.031.007.133.448.263.895.395 1.343 1.778-.007 3.557-.04 5.335-.048.203-.508.407-1.013.611-1.519-.131-.065-.263-.13-.394-.193-.583.331-1.277.281-1.916.41zM2.531 12.972a9.524 9.524 0 0 1 1.99-6.828C5.5 7.171 6.475 8.203 7.456 9.228c.182.121.427.226.401.493-.115.373-.256.738-.39 1.104l.137.158c-.073.194-.142.389-.209.586-.655-.161-1.375-.137-1.979.191-.832.433-1.441 1.328-1.427 2.282-.062 1.169.782 2.296 1.908 2.596 1.084.34 2.336-.128 2.947-1.081.499-.733.548-1.717.22-2.53-.258-.6-.761-1.067-1.334-1.363l.214-.532.192-.002c.133-.262.229-.541.347-.81.059.058.118.115.176.174-.068.156-.137.311-.204.467.138.194.278.388.421.58.29.053.583.096.876.144.134.078.235.202.335.319.286.935.466 1.898.718 2.843.768.115 1.52.384 2.304.342 1.476 1.525 2.927 3.074 4.392 4.609a9.451 9.451 0 0 1-5.496 1.748 9.435 9.435 0 0 1-6.12-2.233 9.485 9.485 0 0 1-3.353-6.341M6.68 9.028l.001 1.561.51-.001c.07-.17.106-.39.319-.431.079-.196.12-.414.258-.58-.137-.079-.284-.182-.455-.12a65.935 65.935 0 0 1-.127-.416 21.358 21.358 0 0 0-.506-.013z"/><path fill="#fff" d="M5.321 12.766c.436-.45 1.09-.592 1.696-.532.024.409-.25.784-.354 1.178-.439.03-.786.503-.575.92.182.443.884.473 1.096.043.184-.271.046-.616-.179-.814.137-.388.287-.77.425-1.159 1.198.475 1.435 2.236.479 3.061-.685.691-1.907.672-2.58-.025-.761-.679-.764-1.99-.007-2.674zM17.414 12.211c.865-.002 1.661.644 1.822 1.496-.377.026-.754.049-1.13.08-.131-.263-.401-.391-.682-.424-.018-.384-.01-.769-.01-1.153zM15.566 14.437c-.224-.794.216-1.687.972-2.014.133.355.266.712.394 1.069a.873.873 0 0 0-.31.523c-.353.138-.707.276-1.056.421zM18.067 14.556c.385-.007.77-.005 1.157-.001-.157.496-.46.971-.93 1.219-.406.227-.892.23-1.339.166-.37-.326-.689-.707-1.033-1.058.306-.067.613-.126.922-.176a.84.84 0 0 0 1.224-.149z"/><path fill="#001323" d="M8.821 7.418l.15-.07c.814.202 1.613.467 2.419.698l-.132.378c-.342-.085-.683-.185-1.033-.234l-.098.238c.312.115.625.224.94.334l-.132.208a5.523 5.523 0 0 1-.854-.257c-.199-.133-.352-.334-.295-.584a27.709 27.709 0 0 1-.288-.011c-.23-.229-.451-.464-.676-.7zM6.68 9.028c.169.002.337.007.506.013l.127.416c.17-.062.318.041.455.12-.138.166-.179.384-.258.58-.214.041-.25.26-.319.431l-.51.001-.001-1.561zM10.758 9.433c.778.186 1.655.076 2.345.529.14.468.281.937.42 1.406-.24.077-.48.155-.719.235-.68-.726-1.384-1.429-2.046-2.171zM17.396 9.978c.64-.13 1.333-.079 1.916-.41l.394.193-.611 1.519c-1.778.008-3.557.041-5.335.048-.132-.448-.262-.895-.395-1.343 1.344-.007 2.688.008 4.031-.007z"/><path fill="#001323" d="M7.466 10.825c.134-.366.275-.731.39-1.104.257.142.425.392.625.599-.118.269-.214.548-.347.81a12.29 12.29 0 0 1-.192.002l-.214.532c.574.296 1.076.763 1.334 1.363.329.812.28 1.796-.22 2.53-.611.953-1.864 1.421-2.947 1.081-1.126-.3-1.97-1.427-1.908-2.596-.014-.954.595-1.849 1.427-2.282.604-.328 1.324-.352 1.979-.191.067-.197.136-.391.209-.586l-.137-.158m-2.144 1.941c-.757.684-.754 1.994.007 2.674.673.697 1.895.716 2.58.025.956-.826.719-2.586-.479-3.061-.138.389-.288.772-.425 1.159.224.198.362.542.179.814-.211.43-.913.4-1.096-.043-.211-.418.136-.89.575-.92.104-.395.378-.769.354-1.178-.606-.06-1.26.082-1.696.532z"/><path fill="#001323" d="M8.454 10.961c.067-.156.136-.311.204-.467.359.401.766.761 1.093 1.19-.293-.048-.586-.091-.876-.144a29.477 29.477 0 0 1-.421-.58zM12.971 11.78c.75-.361 1.584-.218 2.384-.247.209.011.444-.036.626.096-.446.373-.948.67-1.421 1.007-.013.256-.029.511-.043.768-.518-.539-1.031-1.084-1.547-1.624z"/><path fill="#001323" d="M16.264 11.72c1.013-.484 2.341-.242 3.077.623.745.773.894 2.018.403 2.964-.408.77-1.2 1.35-2.082 1.412-.232-.264-.496-.498-.707-.78.448.065.934.061 1.339-.166.47-.248.773-.724.93-1.219a40.564 40.564 0 0 0-1.157.001.841.841 0 0 1-1.224.149c-.308.05-.616.109-.922.176-.178-.139-.293-.421-.529-.444l.073-.034c-.229-.236-.454-.478-.678-.718.119-.85.704-1.602 1.476-1.966m1.151.493c0 .384-.008.769.01 1.153.281.032.551.161.682.424.377-.031.754-.054 1.13-.08-.161-.852-.956-1.499-1.822-1.496m-1.848 2.225c.349-.145.703-.283 1.056-.421a.864.864 0 0 1 .31-.523 56.89 56.89 0 0 0-.394-1.069c-.756.326-1.196 1.219-.972 2.014zM10.086 12.004a324.656 324.656 0 0 1 3.022 3.185c-.784.042-1.536-.227-2.304-.342-.252-.944-.432-1.908-.718-2.843z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.404 0h1.183c2.719.152 5.392 1.204 7.421 3.031C22.27 5.019 23.72 7.887 24 10.885v2.284A12.068 12.068 0 0 1 13.18 24h-2.3a12.072 12.072 0 0 1-7.788-3.931C1.213 18.007.117 15.274 0 12.49v-.768c.074-3.104 1.397-6.163 3.64-8.316C5.698 1.367 8.523.179 11.404 0m-.785 3.319c-3.041.458-5.732 2.646-6.818 5.52a8.86 8.86 0 0 0-.114 6.056A8.853 8.853 0 0 0 8.062 19.9a8.809 8.809 0 0 0 5.347.833c3.336-.491 6.236-3.082 7.11-6.337a8.84 8.84 0 0 0-.386-5.844 8.835 8.835 0 0 0-4.876-4.733 8.906 8.906 0 0 0-4.638-.5z"/><path fill="#e41408" d="M5.833 9.914c.971-.088 1.952-.006 2.927-.037.32.02.67-.058.97.077.334.577.436 1.265.823 1.817.464.755-.175 1.573-.098 2.375-.324.006-.649.005-.973-.004-.013-.28-.022-.558-.029-.836-1.135-.001-2.27-.002-3.406 0-.006.28-.014.559-.028.839-.326.007-.654.006-.98-.006.025-.568-.184-1.099-.271-1.65-.064-.551.396-.937.545-1.43.172-.377.23-.836.521-1.144m.16.4c-.188.422-.384.845-.502 1.294 1.486-.242 3.017-.259 4.501.007-.086-.463-.306-.882-.496-1.307-1.168-.005-2.336-.014-3.504.006m.901 1.902v.421c.569.002 1.138.001 1.706.001l.005-.421c-.57-.005-1.14-.004-1.711-.001z"/><path fill="#f4b70d" d="M10.619 3.319a8.917 8.917 0 0 1 4.638.5 8.835 8.835 0 0 1 4.876 4.733 8.835 8.835 0 0 1 .386 5.844c-.874 3.256-3.774 5.846-7.11 6.337a8.809 8.809 0 0 1-5.347-.833 8.853 8.853 0 0 1-4.375-5.005 8.86 8.86 0 0 1 .114-6.056c1.086-2.874 3.778-5.062 6.818-5.52M5.833 9.914c-.29.307-.349.767-.521 1.144-.149.493-.608.88-.545 1.43.088.551.296 1.082.271 1.65.326.012.654.013.98.006.013-.28.022-.559.028-.839 1.135-.002 2.27-.001 3.406 0 .007.278.016.557.029.836.324.008.649.01.973.004-.077-.802.563-1.62.098-2.375-.388-.552-.49-1.24-.823-1.817-.3-.134-.649-.056-.97-.077-.974.031-1.956-.05-2.927.037m8.43.139c-.289.571-.407 1.224-.784 1.753-.434.749.193 1.547.115 2.334.32.012.642.014.962.013a9.24 9.24 0 0 0 .042-.848h3.408c.002.269-.008.54.032.808.314.073.641.036.96.04.025-.239.042-.479.062-.719.172-.535.38-1.176.026-1.686-.366-.529-.472-1.183-.776-1.744-.089-.149-.283-.108-.427-.125-1.045 0-2.092.002-3.137 0-.168.013-.41-.028-.485.174z"/><path fill="#f4b70d" d="M5.994 10.315c1.168-.02 2.336-.011 3.504-.006.19.425.409.844.496 1.307-1.484-.266-3.016-.25-4.501-.007.118-.449.313-.871.502-1.294zM14.542 10.315c1.175-.013 2.351-.03 3.526.01.178.424.377.84.487 1.288a13.723 13.723 0 0 0-4.517-.005c.122-.448.32-.868.504-1.292zM6.894 12.217c.571-.002 1.141-.004 1.711.001l-.005.421c-.569 0-1.138.001-1.706-.001v-.421zM15.434 12.216h1.709l.001.424h-1.71v-.424z"/><path fill="#1c1d20" d="M14.262 10.052c.074-.202.317-.161.485-.174 1.045.002 2.092 0 3.137 0 .144.017.338-.024.427.125.305.56.41 1.214.776 1.744.354.51.145 1.151-.026 1.686-.02.24-.037.48-.062.719-.319-.004-.646.034-.96-.04-.041-.268-.03-.539-.032-.808h-3.408a9.24 9.24 0 0 1-.042.848c-.32.001-.642-.001-.962-.013.078-.787-.55-1.585-.115-2.334.377-.529.494-1.182.784-1.753m.278.263c-.184.425-.382.845-.504 1.292a13.723 13.723 0 0 1 4.517.005c-.11-.448-.31-.864-.487-1.288-1.175-.04-2.351-.023-3.526-.01m.892 1.902v.424h1.71l-.001-.424h-1.709z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c00" d="M10.224.137a12.018 12.018 0 0 1 7.129 1.136 12.03 12.03 0 0 1 5.638 5.944 11.982 11.982 0 0 1 .546 8.022c-.74 2.687-2.468 5.082-4.77 6.65a11.956 11.956 0 0 1-7.246 2.083 11.932 11.932 0 0 1-7.872-3.383 11.926 11.926 0 0 1-3.464-6.56A11.958 11.958 0 0 1 1.51 6.192C3.272 2.969 6.587.662 10.224.137M6.362 4.133c.053.082.113.16.179.233 1.207 1.208 2.401 2.431 3.612 3.636.275.292.563.569.838.859.493.484.967.986 1.469 1.462 1.147 1.214 2.344 2.384 3.506 3.584.126.126.245.272.42.335l.014.094c1.124 1.138 2.234 2.293 3.388 3.401 1.956-2.632 2.435-6.272 1.199-9.312a9.705 9.705 0 0 0-5.249-5.347c-3.032-1.298-6.706-.88-9.376 1.056m-4.021 7.864c-.085 3.871 2.478 7.598 6.08 8.986 3.226 1.308 7.194.715 9.799-1.622-.846-.812-1.637-1.681-2.483-2.494a42.498 42.498 0 0 0-1.364-1.387c-3.232-3.272-6.464-6.542-9.694-9.817-1.487 1.75-2.386 4.026-2.339 6.335z"/><path fill="#fff" d="M6.362 4.133c2.67-1.936 6.343-2.354 9.376-1.056a9.705 9.705 0 0 1 5.249 5.347c1.236 3.04.757 6.68-1.199 9.312-1.153-1.108-2.263-2.263-3.388-3.401a3.576 3.576 0 0 1-.014-.094 4.273 4.273 0 0 0-.352-1.235c-.79-1.536-1.664-3.029-2.43-4.577.601.074.994.74 1.632.667.202.02.298-.174.418-.295a2.129 2.129 0 0 0-.258-.782c-.767-1.349-1.558-2.682-2.312-4.038-.098-.175-.2-.355-.366-.476-.842 1.505-1.715 2.994-2.564 4.496-1.211-1.205-2.405-2.428-3.612-3.636a1.825 1.825 0 0 1-.179-.233zM2.341 11.998c-.047-2.309.852-4.585 2.339-6.335 3.229 3.275 6.462 6.545 9.694 9.817-.257.442-.646.776-.989 1.146-.529.556-1.043 1.128-1.577 1.68-.116.094-.21.29-.056.401.349.342.712.672 1.081.994.096.097.253.05.32-.058.862-.925 1.763-1.814 2.585-2.776.846.812 1.637 1.681 2.483 2.494-2.605 2.338-6.574 2.93-9.799 1.622-3.602-1.387-6.166-5.114-6.08-8.986m4.719 2.875c-.139.223-.134.71.233.648.368-.096.7-.311 1.036-.485.074 1.003.017 2.015.03 3.02.36.054.724.03 1.086.028.013-1.008 0-2.015.007-3.023.431.094.775.488 1.228.446.331-.148.169-.552.023-.776-.622-1.012-1.135-2.095-1.808-3.07-.602 1.075-1.24 2.131-1.834 3.211z"/><path fill="#fff" d="M10.991 8.861a6.08 6.08 0 0 0 .766-.403c.019.686.34 1.301.703 1.865-.502-.475-.976-.978-1.469-1.462z"/><path d="M12.718 3.505c.166.121.268.301.366.476.755 1.356 1.546 2.689 2.312 4.038.142.239.217.509.258.782-.12.121-.216.316-.418.295-.638.073-1.031-.593-1.632-.667.766 1.548 1.64 3.041 2.43 4.577.186.388.289.81.352 1.235-.175-.062-.294-.209-.42-.335-1.163-1.2-2.359-2.37-3.506-3.584-.364-.564-.684-1.178-.703-1.865a5.823 5.823 0 0 1-.766.403c-.275-.29-.563-.568-.838-.859.85-1.502 1.722-2.992 2.564-4.496zM7.061 14.872c.594-1.08 1.231-2.136 1.834-3.211.673.974 1.187 2.058 1.808 3.07.146.224.308.629-.023.776-.452.042-.797-.353-1.228-.446-.007 1.008.006 2.015-.007 3.023-.362.002-.726.026-1.086-.028-.013-1.006.044-2.017-.03-3.02-.336.174-.667.389-1.036.485-.367.062-.372-.425-.233-.648zM13.385 16.626c.343-.37.732-.704.989-1.146.462.454.923.912 1.364 1.387-.822.961-1.723 1.85-2.585 2.776-.067.108-.224.155-.32.058-.37-.322-.732-.652-1.081-.994-.154-.11-.06-.307.056-.401.534-.552 1.048-1.124 1.577-1.68z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M12.544.023C5.909-.278.325 4.821.023 11.456s4.798 12.219 11.433 12.521c6.635.301 12.219-4.798 12.521-11.433S19.179.325 12.544.023z"/><path fill="#fff" d="M12.44 2.305c-5.355-.243-9.893 3.9-10.136 9.255-.243 5.355 3.9 9.893 9.255 10.136 5.355.243 9.893-3.9 10.136-9.255.243-5.355-3.9-9.893-9.255-10.136z"/><path d="M4.249 10.906c2.092-.216 4.177-.2 6.257.008.521.033.601.39.683.77.077.416.065.965-.09 1.405-.067.212-.213.349-.414.353l-6.567-.001c-.274.004-.419-.142-.491-.351-.144-.368-.124-.937-.086-1.405.075-.603.396-.767.708-.779z"/><path d="M10.14 10.473a35.034 35.034 0 0 0-5.611-.001c-.007 0-.006-.006-.006-.011l.38-1.06c.014-.04.037-.067.074-.079 1.557-.158 3.169-.183 4.667-.017a.135.135 0 0 1 .124.096l.382 1.065c.001.005-.001.007-.011.007zm-6.092.217c-.011.055.012.135.097.15a34.497 34.497 0 0 1 6.364.008c.126.016.178-.082.154-.164l-.487-1.711c-.025-.077-.07-.14-.193-.156-1.732-.175-3.481-.216-5.256 0-.089.011-.169.061-.194.157l-.487 1.716zM3.933 13.501h6.881c.319 0 .348.492 0 .492H3.933c-.349 0-.32-.492 0-.492zM9.511 14.169c-.025.003-.041.017-.043.04l.001.908c.001.126.098.208.227.212h.575c.102-.006.228-.063.226-.212v-.908c0-.021-.017-.039-.043-.04h-.943zM5.224 14.169c.026.003.041.017.043.04v.908c-.001.126-.097.208-.227.212h-.575c-.102-.006-.228-.063-.227-.212v-.908c0-.021.017-.039.043-.04h.943zM12.999 10.906c2.092-.216 4.177-.2 6.257.008.521.033.601.39.682.77.077.416.065.965-.09 1.405-.067.212-.213.349-.414.353l-6.567-.001c-.274.004-.419-.142-.491-.351-.144-.368-.124-.937-.086-1.405.075-.603.396-.767.708-.779z"/><path d="M18.89 10.473a35.034 35.034 0 0 0-5.611-.001c-.007 0-.006-.006-.006-.011l.38-1.06c.014-.04.037-.067.075-.079 1.557-.158 3.169-.183 4.667-.017a.135.135 0 0 1 .124.096l.382 1.065c.001.005-.001.007-.011.007zm-6.092.217c-.011.055.012.135.097.15a34.497 34.497 0 0 1 6.364.008c.126.016.178-.082.154-.164l-.487-1.711c-.025-.077-.07-.14-.193-.156-1.732-.175-3.481-.216-5.256 0-.089.011-.169.061-.194.157l-.487 1.716zM12.683 13.501h6.882c.319 0 .348.492 0 .492h-6.882c-.349 0-.32-.492 0-.492zM18.261 14.169c-.025.003-.041.017-.043.04l.001.908c.001.126.098.208.227.212h.575c.102-.006.228-.063.226-.212v-.908c0-.021-.017-.039-.043-.04h-.943zM13.974 14.169c.026.003.041.017.043.04v.908c-.001.126-.097.208-.227.212h-.575c-.102-.006-.228-.063-.227-.212v-.908c0-.021.017-.039.043-.04h.943z"/><path fill="none" stroke="#c50000" stroke-width="2.512" stroke-miterlimit="10" d="M4.213 4.464l15.072 15.072"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.924 0h2.248c2.741.314 5.389 1.52 7.328 3.496 1.992 1.956 3.201 4.631 3.501 7.395v2.166c-.278 2.783-1.497 5.479-3.501 7.444-1.953 1.992-4.628 3.2-7.392 3.499h-2.16c-2.786-.277-5.484-1.497-7.45-3.503C1.506 18.544.3 15.87 0 13.108v-2.161c.277-2.786 1.498-5.484 3.505-7.451C5.466 1.501 8.15.284 10.924.001m-.272 2.395a9.864 9.864 0 0 0-5.504 2.602c-1.937 1.806-3.096 4.417-3.114 7.068-.047 2.247.72 4.489 2.106 6.256 1.133-1.13 2.262-2.266 3.398-3.394 1.01-1.013 2.019-2.022 3.032-3.032 2.487-2.495 4.98-4.982 7.471-7.473-2.058-1.632-4.787-2.372-7.389-2.026m9.064 3.695c-.801.798-1.596 1.603-2.401 2.397-.193.195-.386.391-.581.585-.611.609-1.217 1.223-1.832 1.828-.571.572-1.14 1.146-1.716 1.713-.892.912-1.804 1.802-2.7 2.71-.203.2-.403.4-.596.609-1.376 1.336-2.717 2.711-4.077 4.064 2.068 1.625 4.789 2.387 7.397 2.031a9.91 9.91 0 0 0 6.442-3.637 9.854 9.854 0 0 0 2.169-6.476c-.05-2.103-.811-4.168-2.105-5.824z"/><path fill="#fff" d="M10.652 2.396c2.602-.345 5.331.395 7.389 2.027-2.491 2.491-4.985 4.978-7.471 7.473-.321-1.015-.618-2.041-.976-3.043-.132-.376-.598-.362-.924-.371-1.045.004-2.09-.004-3.134.003-.29.007-.684.03-.8.354-.237.594-.391 1.217-.595 1.822-.19.652-.497 1.287-.483 1.98-.02.564.105 1.116.185 1.671.033.542.014 1.088.06 1.63l.545-.018c.026-.328.044-.656.068-.984 1.007-.017 2.014-.001 3.022-.011-1.136 1.128-2.265 2.264-3.398 3.394-1.386-1.767-2.153-4.009-2.106-6.256.018-2.651 1.177-5.262 3.114-7.068a9.868 9.868 0 0 1 5.504-2.602zM19.716 6.092c1.294 1.656 2.055 3.721 2.105 5.824a9.854 9.854 0 0 1-2.169 6.476 9.91 9.91 0 0 1-6.442 3.637c-2.609.356-5.33-.406-7.397-2.031 1.36-1.353 2.701-2.728 4.077-4.064.131-.001.392-.007.523-.009.026-.2.05-.4.074-.601.896-.907 1.808-1.798 2.7-2.71.016.391.031.781.105 1.166.162.707.081 1.437.138 2.154l.551-.007c.027-.329.045-.659.067-.988 1.765-.017 3.53-.013 5.296-.003.023.329.04.659.065.987l.55.016c.05-.574.016-1.152.068-1.725.148-.841.298-1.733.013-2.563-.273-.832-.534-1.667-.798-2.502-.082-.254-.185-.572-.491-.618-.473-.087-.957-.043-1.434-.041.805-.794 1.6-1.599 2.401-2.397z"/><path fill="#fff" d="M5.124 9.072h4.077c.214.608.432 1.216.645 1.825-1.789 0-3.579.001-5.367-.001.213-.608.429-1.216.645-1.823zM14.901 10.902c.615-.605 1.221-1.218 1.832-1.828.667-.004 1.334-.003 2.001-.003l.645 1.823c-1.493.006-2.985-.007-4.478.007z"/><path fill="#030303" d="M4.736 8.837c.115-.324.51-.347.8-.354 1.044-.007 2.089.001 3.134-.003.327.009.792-.006.924.371.358 1.003.655 2.028.976 3.043-1.013 1.01-2.022 2.019-3.032 3.032-1.008.01-2.015-.006-3.022.011-.024.328-.043.656-.068.984-.136.006-.409.014-.545.018-.045-.542-.027-1.088-.06-1.63-.08-.555-.204-1.108-.185-1.671-.014-.693.293-1.328.483-1.98.204-.605.358-1.228.595-1.822m.388.236a499.65 499.65 0 0 0-.645 1.823c1.788.003 3.577.001 5.367.001-.213-.609-.43-1.217-.645-1.825H5.124zM16.733 9.075l.581-.585c.477-.001.961-.045 1.434.041.307.045.409.364.491.618.264.835.525 1.67.798 2.502.285.831.135 1.723-.013 2.563-.053.574-.018 1.152-.068 1.725l-.55-.016c-.026-.328-.043-.658-.065-.987a346.28 346.28 0 0 0-5.296.003c-.021.329-.04.659-.067.988l-.551.007c-.057-.717.024-1.447-.138-2.154-.074-.385-.089-.775-.105-1.166.575-.567 1.145-1.14 1.716-1.713 1.493-.014 2.985-.001 4.478-.007-.214-.608-.429-1.216-.645-1.823-.667 0-1.334-.001-2.001.003zM9.89 15.934c.193-.209.393-.409.596-.609-.024.2-.048.4-.074.601-.131.001-.392.007-.523.009z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M6.266 1.46C8.716.117 11.644-.312 14.382.243c2.719.527 5.218 2.062 6.953 4.216C22.951 6.435 23.88 8.942 24 11.49v1.05c-.13 2.594-1.098 5.144-2.774 7.135-2.117 2.569-5.339 4.169-8.663 4.325h-1.092c-2.707-.131-5.365-1.188-7.391-2.995C1.522 18.79.012 15.444 0 12.064v-.12c.023-1.429.27-2.86.782-4.198A12.076 12.076 0 0 1 6.266 1.46m.383 2.566c2.086 2.497 4.184 4.985 6.271 7.48.156-.092.313-.182.472-.27.12-.653.17-1.32.341-1.962.137-.422.594-.631 1.015-.608 1.244.004 2.49-.014 3.733.008.421.001.815.31.899.726.13.608.194 1.228.306 1.84.224.097.5.229.491.52.024.56.018 1.123.005 1.685.008.188-.144.32-.245.461-.011.41-.01.822-.002 1.232-.32.258-.835.34-1.122-.016-.041-.382-.008-.767-.016-1.148-1.259.064-2.52.104-3.78.031 1.304 1.548 2.603 3.102 3.906 4.651 1.878-1.939 2.876-4.692 2.652-7.386a9.574 9.574 0 0 0-2.965-6.23 9.543 9.543 0 0 0-5.432-2.562A9.677 9.677 0 0 0 6.65 4.027M2.455 12.97a9.58 9.58 0 0 0 3.066 6.108 9.584 9.584 0 0 0 6.598 2.525c1.861-.01 3.697-.606 5.246-1.63-1.22-1.46-2.448-2.914-3.667-4.375-.143-.178-.325-.314-.504-.452-.144-.39-.452-.677-.71-.99-.462-.546-.914-1.1-1.382-1.64-.424-.532-.875-1.039-1.307-1.565-.48-.572-.961-1.142-1.439-1.717-.16-.188-.318-.376-.476-.565-.93-1.11-1.865-2.216-2.791-3.33-1.934 2.002-2.934 4.861-2.633 7.632m12.239-3.658a.833.833 0 0 0-.749.76c-.028.28-.184.763.204.858 1.002.029 2.004-.101 3.006-.043.602.006 1.206.082 1.807.038.336-.14.19-.562.168-.836-.03-.378-.318-.719-.702-.768a16.83 16.83 0 0 0-3.734-.008z"/><path fill="#fff" d="M6.649 4.026a9.677 9.677 0 0 1 6.528-1.549 9.543 9.543 0 0 1 5.432 2.562 9.576 9.576 0 0 1 2.965 6.23c.224 2.694-.774 5.447-2.652 7.386-1.303-1.549-2.602-3.103-3.906-4.651 1.26.073 2.521.032 3.78-.031.007.382-.025.767.016 1.148.287.355.802.274 1.122.016-.007-.41-.008-.822.002-1.232.101-.14.253-.272.245-.461.013-.562.019-1.124-.005-1.685.01-.29-.266-.422-.491-.52-.112-.612-.176-1.231-.306-1.84a.933.933 0 0 0-.899-.726c-1.243-.023-2.489-.005-3.733-.008-.421-.023-.878.186-1.015.608-.17.642-.221 1.309-.341 1.962-.158.088-.316.178-.472.27-2.087-2.495-4.186-4.982-6.271-7.48zM2.455 12.97c-.301-2.771.698-5.63 2.633-7.632.926 1.114 1.861 2.22 2.791 3.33-.775.001-1.55-.018-2.326.004-.398.001-.793.256-.9.65-.157.625-.204 1.273-.33 1.907-.21.116-.502.233-.488.524a20.747 20.747 0 0 0-.002 1.71c.004.18.15.308.239.451.013.409.012.82.004 1.23.325.241.866.346 1.123-.046.038-.374.012-.751.016-1.126 1.505.09 3.013.089 4.518 0 .001.386.001.774-.004 1.16.312.278.86.335 1.123-.032.034-.394.006-.79.023-1.183.372-.374.245-.931.227-1.403.468.54.92 1.094 1.382 1.64.258.313.566.6.71.99.179.138.361.275.504.452 1.219 1.462 2.447 2.915 3.667 4.375-1.549 1.024-3.385 1.62-5.246 1.63a9.587 9.587 0 0 1-6.598-2.525 9.58 9.58 0 0 1-3.066-6.108z"/><path fill="#fff" d="M5.488 9.344c.946-.151 1.913-.142 2.868-.112.478.575.959 1.145 1.439 1.717-1.387-.064-2.776-.108-4.163-.014-.257-.017-.622.1-.776-.18-.065-.518.022-1.266.632-1.411zM14.695 9.313a16.83 16.83 0 0 1 3.734.008c.384.049.672.39.702.768.022.275.168.696-.168.836-.601.043-1.205-.032-1.807-.038-1.002-.058-2.004.072-3.006.043-.388-.095-.232-.578-.204-.858a.834.834 0 0 1 .749-.76z"/><path d="M5.554 8.671c.775-.022 1.55-.002 2.326-.004.158.19.317.377.476.565-.955-.03-1.922-.04-2.868.112-.611.145-.697.893-.632 1.411.155.28.52.163.776.18 1.387-.094 2.776-.049 4.163.014.432.526.883 1.033 1.307 1.565.018.472.145 1.028-.227 1.403-.017.394.011.79-.023 1.183-.263.367-.811.311-1.123.032.005-.386.005-.774.004-1.16-1.505.089-3.013.09-4.518 0-.004.374.023.751-.016 1.126-.257.391-.798.287-1.123.046.008-.41.01-.821-.004-1.23-.089-.143-.235-.271-.239-.451-.02-.569-.024-1.141.002-1.71-.013-.292.278-.408.488-.524.126-.634.173-1.282.33-1.907.107-.395.502-.649.9-.65z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#be4838" d="M10.545 0h2.937c.302.126.631.142.949.208.21.038.418.075.626.118.124.05.25.098.377.145l.383.119a9 9 0 0 1 .386.147l.246.037.376.231.251.02c.343.189.676.394 1.013.589.58.38 1.189.726 1.698 1.203 1.091.813 1.881 1.95 2.597 3.092.141.251.296.495.442.743l.143.273.025.25.23.375.037.248c.052.127.1.255.147.385.041.127.08.255.119.383.047.126.095.251.145.378.044.207.079.415.117.625.066.325.107.658.21.974v2.942c-.126.301-.141.63-.208.945-.037.21-.072.418-.117.626-.052.127-.105.255-.159.381l-.046.24c-.072.173-.14.348-.212.522l-.032.249-.232.377-.02.251c-.875 1.531-1.825 3.091-3.256 4.165-.801.687-1.733 1.2-2.641 1.732l-.248.023c-.127.071-.253.142-.378.215-.132.034-.264.071-.395.11-.126.042-.251.085-.378.13-.13.043-.258.089-.386.136l-.23.076c-.208.05-.42.089-.631.128-.326.065-.659.105-.976.208h-2.936c-.301-.126-.631-.142-.949-.208-.208-.039-.418-.075-.625-.119-.126-.05-.253-.098-.378-.143a18.8 18.8 0 0 1-.383-.121 8.47 8.47 0 0 1-.385-.146l-.244-.037c-.126-.077-.253-.155-.38-.231l-.248-.023c-.127-.071-.254-.14-.382-.207-.211-.13-.42-.259-.635-.382-.884-.522-1.695-1.152-2.455-1.84-.716-.79-1.369-1.637-1.901-2.564-.104-.177-.213-.349-.319-.524l-.206-.378-.025-.25a38.077 38.077 0 0 0-.23-.377l-.037-.246a8.47 8.47 0 0 1-.268-.767c-.044-.128-.09-.254-.138-.38-.056-.263-.103-.526-.164-.787-.036-.276-.072-.552-.168-.815v-2.936c.126-.302.143-.631.207-.947.039-.212.08-.423.131-.632l.071-.231c.067-.175.132-.349.201-.523l.056-.239c.046-.132.088-.265.127-.399.071-.124.141-.249.208-.375l.029-.249c.07-.124.138-.25.206-.376.13-.212.259-.422.381-.637a15.198 15.198 0 0 1 1.837-2.452 15.448 15.448 0 0 1 2.455-1.84c.339-.196.672-.4 1.012-.59l.254-.02.378-.231.245-.037c.127-.051.255-.1.385-.146.127-.042.255-.083.383-.121.126-.047.251-.095.377-.145.208-.043.418-.079.627-.116.325-.067.657-.108.974-.211m-5.78 5.141c-1.895 2.085-2.918 4.983-2.579 7.796.224 2.347 1.359 4.579 3.076 6.187 1.557 1.553 3.672 2.564 5.874 2.71.001-.78 0-1.561.003-2.34.617.359 1.223.739 1.86 1.062.009-.646 0-1.293.018-1.939a34.41 34.41 0 0 0-1.898-1.053c.051-1.916.009-3.834.024-5.75.004-.366 0-.733-.039-1.096.679-.356 1.322-.776 1.975-1.177.083 1.2-.011 2.405.053 3.606-.348.417-.766.782-1.053 1.244-.103.707.02 1.422.034 2.132.334-.399.668-.797.997-1.201.011 2.17-.018 4.34.001 6.51 1.807-.131 3.511-.917 4.942-2 2.011-1.544 3.385-3.872 3.788-6.373.262-1.902.09-3.896-.703-5.661-1.359-3.206-4.545-5.582-8.025-5.874-.001.737.001 1.472-.003 2.208l.206-.009-.223.03.071.192c-.339.42-.787.766-1.045 1.242-.061.7-.006 1.403-.014 2.103.35-.375.669-.776 1.008-1.161.013.399-.032.8.005 1.197l.07.071c-.704.34-1.368.761-2.051 1.143.01-2.337.01-4.673 0-7.008-2.447.161-4.723 1.431-6.371 3.209z"/><path fill="#fff" d="M4.762 5.142c1.648-1.778 3.924-3.048 6.371-3.209.01 2.335.01 4.672 0 7.008-1.006.569-2.019 1.125-3.016 1.71a1.557 1.557 0 0 0-.801 1.404c.001 1.486-.008 2.971-.003 4.457-.019.444.234.869.623 1.078 1.067.635 2.132 1.27 3.199 1.902-.003.78-.001 1.561-.003 2.34-2.202-.146-4.317-1.157-5.874-2.71-1.717-1.608-2.852-3.84-3.076-6.187-.339-2.813.684-5.71 2.579-7.796zM13.109 1.924c3.481.292 6.667 2.668 8.025 5.874.794 1.765.965 3.759.703 5.661-.403 2.502-1.777 4.829-3.788 6.373-1.431 1.083-3.135 1.869-4.942 2-.019-2.17.01-4.34-.001-6.51l.306-.371c.032 1.218.01 2.438.011 3.657.461.003.921.005 1.38.004-.001-1.227-.006-2.452.014-3.679.471.508.916 1.039 1.38 1.55.011-.725.009-1.451.005-2.178-.677-.781-1.34-1.572-1.999-2.367-.373.389-.72.804-1.077 1.208-.065-1.201.029-2.406-.053-3.606.37-.239.757-.45 1.137-.67.31-.175.598-.476.59-.855.027-.636-.008-1.272.023-1.909.467.518.945 1.026 1.379 1.572-.02-.714.058-1.436-.03-2.145-.615-.811-1.294-1.578-1.959-2.349-.395.344-.712.766-1.054 1.161l-.071-.192.223-.03-.206.009c.004-.737.001-1.472.003-2.208z"/><path fill="#fff" d="M13.109 6.53l.381-.429c.014.488.015.975.02 1.463-.11.075-.218.154-.326.235l-.07-.071c-.037-.397.008-.799-.005-1.197zM9.336 11.751c.579-.359 1.177-.686 1.764-1.034.039.363.043.73.039 1.096-.015 1.916.027 3.834-.024 5.75-.571-.316-1.147-.621-1.703-.961-.387-.227-.648-.654-.622-1.109 0-.97-.017-1.94.008-2.909-.011-.363.243-.658.538-.833z"/><path fill="#1e2127" d="M13.159 4.345c.342-.395.659-.817 1.054-1.161.665.771 1.345 1.538 1.959 2.349.089.709.01 1.431.03 2.145-.434-.546-.912-1.054-1.379-1.572-.03.636.004 1.272-.023 1.909.008.378-.281.679-.59.855-.38.221-.767.432-1.137.67-.653.401-1.295.822-1.975 1.177-.587.348-1.185.674-1.764 1.034-.296.175-.55.47-.538.833-.024.969-.008 1.939-.008 2.909-.025.455.235.881.622 1.109.556.34 1.131.645 1.703.961.64.335 1.28.677 1.898 1.053-.018.646-.009 1.293-.018 1.939-.637-.323-1.243-.702-1.86-1.062-1.067-.632-2.132-1.267-3.199-1.902a1.183 1.183 0 0 1-.623-1.078c-.005-1.486.004-2.971.003-4.457a1.559 1.559 0 0 1 .801-1.404c.997-.585 2.01-1.142 3.016-1.71.683-.382 1.347-.803 2.051-1.143.108-.081.216-.16.326-.235-.005-.488-.006-.975-.02-1.463l-.381.429c-.339.385-.658.786-1.008 1.161.008-.7-.047-1.403.014-2.103.258-.476.706-.822 1.045-1.242z"/><path fill="#1e2127" d="M13.128 13.147c.357-.404.704-.819 1.077-1.208.659.795 1.322 1.586 1.999 2.367.004.726.006 1.453-.005 2.178-.465-.512-.909-1.043-1.38-1.55-.02 1.227-.015 2.452-.014 3.679-.46.001-.919-.001-1.38-.004-.001-1.219.02-2.439-.011-3.657l-.306.371c-.329.404-.663.803-.997 1.201-.014-.71-.137-1.425-.034-2.132.287-.462.705-.828 1.053-1.244z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking-by-heavy-goods-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M11.965.064C5.373.064.029 5.408.029 12s5.344 11.936 11.936 11.936S23.901 18.592 23.901 12 18.557.064 11.965.064z"/><path fill="#fff" d="M20.545 12a8.58 8.58 0 1 0-17.16 0 8.58 8.58 0 0 0 17.16 0zm-8.357.923H5.707V7.458c0-.193.158-.35.35-.35h5.78c.193 0 .35.158.35.35zm0 .736H5.707v-.385h6.481zm-.129.339a.14.14 0 0 1 .14.14v1.576a.14.14 0 0 1-.14.14h-.49a.14.14 0 0 1-.14-.14v-.591l-1.952.042a.593.593 0 0 1-1.071.001l-1.929-.042v.591a.14.14 0 0 1-.14.14h-.49a.14.14 0 0 1-.14-.14v-1.576a.14.14 0 0 1 .14-.14h.49a.14.14 0 0 1 .14.14v.567l1.923-.042a.593.593 0 0 1 1.082 0l1.946.042v-.568a.14.14 0 0 1 .14-.14h.49z"/><path fill="#231f20" d="M13.21 12.756l-.339.344-.003 1.355.365.362h.089l-.002.88c0 .087.071.159.158.158l.457-.001a.16.16 0 0 0 .158-.159l.002-.879h3.683l-.002.873c0 .087.071.159.158.158l.457-.001a.16.16 0 0 0 .159-.159v-.872h.09l.367-.371v-1.355l-.339-.343-.56-1.385s-1.34-.186-2.17-.186-2.17.186-2.17.186zm.389 1.356h-.114a.066.066 0 0 1-.066-.066v-.656c0-.037.03-.066.066-.066h.114c.036 0 .066.03.066.066v.656c0 .036-.03.066-.066.066zm4.783 0h-.114a.067.067 0 0 1-.066-.066v-.656c0-.037.03-.066.066-.066h.114c.036 0 .066.03.066.066v.656c0 .036-.03.066-.066.066zm-1.709-.033h-1.462a.067.067 0 0 1-.066-.066v-.245c0-.036.03-.066.066-.066h1.462c.036 0 .066.03.066.066v.245c0 .036-.03.066-.066.066zm-.746-1.514c-.967.013-2.135.001-2.135.001l.308-.835c.258-.037 1.01-.141 1.827-.142s1.569.104 1.827.141l.308.835s-1.181-.013-2.135 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.442 0h1.01c2.533.114 5.026 1.025 7.002 2.618a12.01 12.01 0 0 1 4.202 6.637 12.046 12.046 0 0 1-1.009 8.228c-1.477 2.892-4.177 5.132-7.3 6.031-.938.281-1.913.419-2.888.485h-.954c-2.694-.122-5.346-1.146-7.379-2.926-2.401-2.056-3.918-5.095-4.127-8.249v-1.589c.185-3.234 1.766-6.35 4.255-8.423C6.253 1.11 8.825.131 11.441-.002M6.295 5.017c4.224 4.214 8.432 8.444 12.661 12.654 1.505-1.825 2.224-4.264 1.967-6.613a8.985 8.985 0 0 0-3.203-5.983 8.948 8.948 0 0 0-5.114-2.051 8.99 8.99 0 0 0-6.311 1.993m-3.134 8.802c.469 2.335 1.922 4.448 3.925 5.735a8.96 8.96 0 0 0 5.884 1.387 8.95 8.95 0 0 0 4.715-1.987A9454.78 9454.78 0 0 0 5.015 6.29c-1.711 2.063-2.408 4.908-1.854 7.529z"/><path fill="#19408b" d="M6.295 5.017a8.988 8.988 0 0 1 6.311-1.993 8.943 8.943 0 0 1 5.114 2.051 8.985 8.985 0 0 1 3.203 5.983c.257 2.35-.462 4.788-1.967 6.613-4.229-4.21-8.437-8.44-12.661-12.654zM3.161 13.819c-.554-2.621.143-5.466 1.854-7.529 4.228 4.216 8.449 8.44 12.67 12.664a8.95 8.95 0 0 1-4.715 1.987 8.96 8.96 0 0 1-5.884-1.387c-2.003-1.286-3.456-3.4-3.925-5.735z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M8.276.584a12.133 12.133 0 0 1 5.87-.39c2.587.445 5.002 1.796 6.757 3.745 1.896 2.075 2.989 4.835 3.096 7.639v.838c-.11 2.918-1.297 5.789-3.334 7.89-2.082 2.203-5.027 3.511-8.042 3.694h-1.226c-2.425-.152-4.813-.996-6.733-2.497C1.83 19.35.081 15.875 0 12.319v-.638c.055-1.831.516-3.65 1.37-5.273C2.797 3.667 5.33 1.523 8.276.584M6.145 4.231c.601.61 1.212 1.211 1.813 1.82.91.899 1.81 1.808 2.716 2.711.838.839 1.673 1.68 2.516 2.513.743.757 1.506 1.496 2.246 2.258 1.451 1.432 2.884 2.881 4.327 4.321a9.78 9.78 0 0 0 1.921-6.58 9.683 9.683 0 0 0-9.802-8.987A9.734 9.734 0 0 0 6.145 4.23M2.53 14.172a9.695 9.695 0 0 0 4.259 6.03 9.675 9.675 0 0 0 6.038 1.472c1.818-.139 3.581-.828 5.034-1.922-1.997-1.975-3.971-3.973-5.964-5.953-1.32-1.325-2.642-2.647-3.966-3.967-1.225-1.236-2.465-2.456-3.685-3.695-1.729 2.249-2.354 5.278-1.716 8.035z"/><path fill="#fff" d="M6.145 4.231a9.734 9.734 0 0 1 5.737-1.943c2.471-.041 4.946.9 6.746 2.598a9.68 9.68 0 0 1 3.056 6.389 9.78 9.78 0 0 1-1.921 6.58c-1.444-1.44-2.876-2.89-4.327-4.321 1.237-.338 2.215-1.379 2.611-2.585.294-.973.322-2.02.137-3.017-.208-1.128-.896-2.182-1.904-2.749-.643-.365-1.397-.424-2.119-.469-2.074-.085-4.15-.037-6.223-.049.011.462-.031.929.02 1.387-.601-.61-1.212-1.211-1.813-1.82zM2.53 14.172c-.638-2.758-.013-5.786 1.716-8.035 1.22 1.238 2.46 2.459 3.685 3.695.013 3.164 0 6.33.006 9.496h2.73c.004-1.842-.001-3.684.002-5.526.409-.004.818 0 1.228-.002 1.993 1.98 3.967 3.978 5.964 5.953-1.453 1.094-3.216 1.783-5.034 1.922A9.695 9.695 0 0 1 2.53 14.173z"/><path fill="#fff" d="M10.669 7.145c.882-.007 1.763.005 2.644.034.575.02 1.19.15 1.607.577.829.835.745 2.422-.229 3.112-.424.331-.985.366-1.5.408-.844-.833-1.679-1.674-2.516-2.513-.012-.539-.004-1.078-.005-1.618z"/><path d="M7.938 4.664c2.074.012 4.15-.036 6.223.049.722.046 1.476.104 2.119.469 1.008.568 1.697 1.621 1.904 2.749.185.997.157 2.044-.137 3.017-.396 1.206-1.374 2.246-2.611 2.585-.74-.762-1.504-1.501-2.246-2.258.515-.042 1.076-.077 1.5-.408.974-.69 1.058-2.276.229-3.112-.416-.427-1.032-.557-1.607-.577a64.729 64.729 0 0 0-2.644-.034c.001.54-.007 1.079.005 1.618-.906-.902-1.806-1.812-2.716-2.711-.052-.458-.01-.925-.02-1.387zM7.931 9.832c1.324 1.32 2.646 2.642 3.966 3.967-.409.002-.818-.001-1.228.002-.004 1.842.001 3.684-.002 5.526h-2.73c-.006-3.166.007-6.331-.006-9.496z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.172 0h1.635a12.026 12.026 0 0 1 7.628 3.433c2.015 1.947 3.249 4.625 3.561 7.4l.004-.301v2.523c-.271 2.753-1.471 5.416-3.432 7.377-2.027 2.083-4.837 3.371-7.735 3.568h-1.64a12.034 12.034 0 0 1-6.791-2.68C1.847 19.256.215 16.107-.001 12.831v-1.645C.21 7.873 1.874 4.689 4.474 2.623A12.054 12.054 0 0 1 11.171 0M6.009 4.177c4.553 4.555 9.108 9.109 13.66 13.665 1.163-1.572 1.861-3.488 1.929-5.445.123-2.587-.865-5.199-2.652-7.069-1.775-1.907-4.339-3.064-6.947-3.08a9.848 9.848 0 0 0-5.991 1.929m-1.832 1.79c-1.781 2.229-2.503 5.26-1.901 8.052.519 2.503 2.076 4.761 4.212 6.161a9.693 9.693 0 0 0 5.911 1.589c1.992-.097 3.919-.871 5.488-2.091-4.56-4.58-9.143-9.139-13.709-13.712z"/><path fill="#fff" d="M6.009 4.177A9.846 9.846 0 0 1 12 2.248c2.608.016 5.172 1.173 6.947 3.08 1.787 1.871 2.775 4.483 2.652 7.069-.068 1.957-.767 3.873-1.929 5.445-4.552-4.556-9.107-9.111-13.66-13.665m.543.051c.665.672 1.336 1.336 2.003 2.007-.003-.252-.003-.504-.003-.755.996-.001 1.991-.003 2.987 0 .011 1.236-.017 2.473.013 3.708.404.507.917.919 1.348 1.405-.008-1.704-.004-3.409-.003-5.113.995-.003 1.991-.001 2.985 0 .004 2.692-.001 5.384.003 8.076 1.239 1.255 2.491 2.5 3.74 3.745a9.447 9.447 0 0 0 1.6-6.096 9.413 9.413 0 0 0-2.935-6.039c-1.807-1.721-4.324-2.688-6.821-2.561a9.274 9.274 0 0 0-4.917 1.623zM4.176 5.967c4.567 4.573 9.149 9.132 13.709 13.712-1.569 1.22-3.496 1.993-5.488 2.091a9.708 9.708 0 0 1-5.911-1.589c-2.136-1.4-3.693-3.659-4.212-6.161-.601-2.792.12-5.823 1.901-8.052m.033.535a9.432 9.432 0 0 0-1.736 6.552 9.4 9.4 0 0 0 2.652 5.555c1.504 1.543 3.552 2.551 5.697 2.773a9.4 9.4 0 0 0 6.529-1.743c-.484-.499-.985-.979-1.467-1.48v.763c-.995.001-1.991.003-2.985 0-.001-1.237-.004-2.475.001-3.712-.431-.496-.932-.924-1.367-1.413.017 1.708.004 3.417.007 5.125-.996.003-1.991.001-2.987 0-.008-2.697.013-5.395-.011-8.092C7.096 9.388 5.657 7.94 4.206 6.503z"/><path fill="#176fc1" d="M6.553 4.228a9.286 9.286 0 0 1 4.917-1.623c2.497-.127 5.015.84 6.821 2.561a9.423 9.423 0 0 1 2.935 6.039 9.447 9.447 0 0 1-1.6 6.096c-1.249-1.245-2.501-2.491-3.74-3.745-.004-2.692.001-5.384-.003-8.076-.995-.001-1.991-.003-2.985 0-.001 1.704-.005 3.409.003 5.113-.431-.487-.944-.899-1.348-1.405-.031-1.235-.003-2.472-.013-3.708-.996-.003-1.991-.001-2.987 0 0 .251 0 .503.003.755-.667-.671-1.337-1.335-2.003-2.007zM4.208 6.503c1.451 1.437 2.889 2.885 4.335 4.328.024 2.697.003 5.395.011 8.092.996.001 1.991.003 2.987 0-.003-1.708.011-3.417-.007-5.125.435.489.936.917 1.367 1.413a656.142 656.142 0 0 0-.001 3.712c.995.003 1.991.001 2.985 0v-.763c.481.501.983.981 1.467 1.48a9.406 9.406 0 0 1-6.529 1.743 9.4 9.4 0 0 1-5.697-2.773 9.4 9.4 0 0 1-2.652-5.555A9.432 9.432 0 0 1 4.21 6.503z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M11.188 0h1.603a12.013 12.013 0 0 1 7.052 2.89c2.423 2.062 3.951 5.126 4.157 8.299v1.607a12.014 12.014 0 0 1-2.889 7.044c-2.06 2.424-5.124 3.954-8.299 4.159h-1.609a12.014 12.014 0 0 1-7.047-2.891c-2.423-2.06-3.95-5.123-4.157-8.295v-1.612c.2-3.179 1.732-6.248 4.159-8.312C6.105 1.195 8.615.175 11.187 0M5.359 4.183c4.809 4.828 9.638 9.637 14.452 14.459 2.077-2.419 2.914-5.83 2.182-8.935a10.26 10.26 0 0 0-3.84-5.907c-2.026-1.542-4.648-2.26-7.178-1.999-2.058.19-4.038 1.052-5.616 2.382m-3.382 9.98c.569 2.724 2.323 5.161 4.7 6.603a10.251 10.251 0 0 0 5.585 1.481c2.325-.042 4.617-.929 6.383-2.44C13.822 14.994 9.012 10.17 4.188 5.36c-2.058 2.378-2.89 5.736-2.211 8.803z"/><path fill="#fff" d="M5.359 4.183c1.578-1.33 3.558-2.192 5.616-2.382 2.53-.26 5.152.457 7.178 1.999a10.26 10.26 0 0 1 3.84 5.907c.733 3.105-.105 6.516-2.182 8.935-4.814-4.822-9.643-9.631-14.452-14.459m.547.032c1.662 1.657 3.319 3.319 4.98 4.977-.001-.781-.005-1.561 0-2.343l2.14.001c.003 1.494 0 2.986 0 4.48 2.248 2.258 4.509 4.504 6.756 6.765 1.704-2.184 2.445-5.086 1.952-7.817a9.897 9.897 0 0 0-3.771-6.161 9.837 9.837 0 0 0-6.586-1.974 9.91 9.91 0 0 0-5.47 2.071z"/><path fill="#fff" d="M10.799 4.527c.714-.003 1.427-.003 2.141 0v1.592h-2.141V4.527zM1.977 14.163c-.679-3.068.153-6.425 2.211-8.803 4.824 4.81 9.634 9.634 14.457 14.447-1.766 1.51-4.058 2.397-6.383 2.44a10.25 10.25 0 0 1-5.585-1.481c-2.377-1.441-4.131-3.878-4.7-6.603m.209-1.004a9.861 9.861 0 0 0 2.959 5.955 9.805 9.805 0 0 0 5.313 2.645c2.671.426 5.51-.296 7.629-1.983-1.684-1.693-3.378-3.374-5.06-5.067-.001 1.406.001 2.811-.001 4.217-.714.003-1.426 0-2.14.001-.004-1.926-.003-3.853 0-5.779-.017-.257.078-.577-.172-.749-2.166-2.161-4.325-4.33-6.495-6.488-1.6 2.022-2.34 4.688-2.032 7.247z"/><path fill="#0d69e1" d="M5.906 4.215a9.917 9.917 0 0 1 5.47-2.071 9.831 9.831 0 0 1 6.586 1.974 9.897 9.897 0 0 1 3.771 6.161c.493 2.731-.248 5.632-1.952 7.817-2.247-2.261-4.508-4.506-6.756-6.765 0-1.494.003-2.986 0-4.48l-2.14-.001c-.005.781-.001 1.561 0 2.343-1.661-1.658-3.318-3.32-4.98-4.977m4.894.311v1.592h2.141V4.527c-.714-.003-1.427-.003-2.141 0zM2.186 13.159c-.308-2.56.433-5.225 2.032-7.247 2.17 2.157 4.329 4.326 6.495 6.488.25.172.156.493.172.749-.003 1.926-.004 3.853 0 5.779.714-.001 1.426.001 2.14-.001.003-1.406 0-2.811.001-4.217 1.683 1.693 3.377 3.374 5.06 5.067-2.119 1.686-4.958 2.409-7.629 1.983a9.805 9.805 0 0 1-5.313-2.645 9.861 9.861 0 0 1-2.959-5.955z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M12.544.023C5.909-.278.325 4.821.023 11.456s4.798 12.219 11.433 12.521c6.635.301 12.219-4.798 12.521-11.433S19.179.325 12.544.023z"/><path fill="#fff" d="M12.44 2.305c-5.355-.243-9.893 3.9-10.136 9.255-.243 5.355 3.9 9.893 9.255 10.136 5.355.243 9.893-3.9 10.136-9.255.243-5.355-3.9-9.893-9.255-10.136z"/><path d="M7.365 19.125V5.314h10.05v2.754h-7.337v2.261h4.152v2.754h-4.152v3.288H17.6v2.754H7.365z"/><path fill="none" stroke="#c50000" stroke-width="2.512" stroke-miterlimit="10" d="M4.464 4.464l15.072 15.072"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.4 0h1.133c2.993.145 5.926 1.412 8.02 3.568 2.113 2.122 3.35 5.06 3.448 8.05v.73c-.09 2.972-1.307 5.898-3.394 8.022-2.092 2.178-5.033 3.47-8.042 3.631h-1.096c-2.964-.148-5.869-1.396-7.958-3.512-2.17-2.146-3.44-5.15-3.51-8.198v-.566C.063 8.671 1.334 5.659 3.507 3.51 5.579 1.403 8.459.169 11.401.002m-1.089 2.432A9.684 9.684 0 0 0 4.4 5.949a9.678 9.678 0 0 0-2.111 6.172 9.704 9.704 0 0 0 2.08 5.888c1.349-1.348 2.702-2.692 4.044-4.048l-.001 3.24c-.806.81-1.621 1.613-2.422 2.43 2.292 1.82 5.425 2.515 8.268 1.814a9.76 9.76 0 0 0 5.701-3.883 9.7 9.7 0 0 0 1.727-6.294 9.764 9.764 0 0 0-2.072-5.31A86.814 86.814 0 0 1 16.75 8.38c-.046-.742-.245-1.482-.637-2.117.637-.629 1.265-1.267 1.901-1.898-2.141-1.694-5.011-2.42-7.7-1.931z"/><path fill="#094ca1" d="M10.312 2.434c2.689-.49 5.56.236 7.7 1.931-.636.631-1.264 1.27-1.901 1.898-.653-1.084-1.906-1.691-3.151-1.702-1.516-.02-3.031-.005-4.548-.008v9.408c-1.342 1.356-2.695 2.7-4.044 4.048a9.708 9.708 0 0 1-2.08-5.888 9.68 9.68 0 0 1 2.111-6.172 9.684 9.684 0 0 1 5.912-3.515zM16.748 8.38a82.51 82.51 0 0 0 2.864-2.422 9.748 9.748 0 0 1 2.072 5.31 9.694 9.694 0 0 1-1.727 6.294 9.755 9.755 0 0 1-5.701 3.883c-2.843.701-5.976.006-8.268-1.814.8-.817 1.615-1.62 2.422-2.43l.001 2.238h2.131c.001-2.178-.001-4.356.001-6.534.876-.007 1.752.01 2.628-.007 1.039-.034 2.113-.443 2.761-1.285.702-.911.869-2.113.815-3.233z"/><path fill="#094ca1" d="M10.543 6.641c.978.055 1.992-.134 2.945.139 1.17.448 1.421 1.964.998 3.019-.229.628-.869 1.031-1.524 1.057-.806.018-1.613.004-2.419.006V6.64z"/><path fill="#fff" d="M8.412 4.553c1.517.004 3.032-.012 4.548.008 1.246.011 2.498.618 3.151 1.702.392.635.592 1.375.637 2.117.054 1.12-.113 2.322-.815 3.233-.648.842-1.722 1.252-2.761 1.285-.876.017-1.752 0-2.628.007-.002 2.178 0 4.356-.001 6.534H8.412l-.001-2.238.001-3.24V4.553m2.131 2.088v4.222c.806-.002 1.613.012 2.419-.006.655-.026 1.295-.43 1.524-1.057.422-1.055.172-2.572-.998-3.019-.953-.274-1.967-.084-2.945-.139z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#c62363" d="M10.774 0h2.617c2.404.382 4.777 1.317 6.581 2.991.088.241.306.386.474.562 1.518 1.576 2.63 3.553 3.108 5.693.685 2.94.218 6.138-1.316 8.741a12.05 12.05 0 0 1-7.206 5.561c-.498.17-1.042.165-1.519.397l.101.056h-3.056c-1.122-.244-2.27-.461-3.323-.951-3.142-1.346-5.644-4.092-6.682-7.349-.282-.802-.388-1.648-.553-2.478V10.8c.13-.594.181-1.204.35-1.791.831-3.307 3.154-6.193 6.196-7.728C7.86.587 9.315.227 10.774.002M5.748 3.669c.836.822 1.649 1.667 2.489 2.485-.565-.001-1.13.003-1.693-.004.01.44.01.88-.003 1.319 1.001-.007 2.002-.006 3.001 0 .405.426.828.836 1.242 1.254-.62.843-1.613 1.332-2.608 1.58C6.663 8.79 5.148 7.277 3.653 5.744a10.272 10.272 0 0 0-2.078 6.539 10.22 10.22 0 0 0 2.606 6.514c1.746 1.977 4.288 3.234 6.923 3.4 2.44.192 4.921-.552 6.884-2.009-1.823-1.828-3.656-3.647-5.451-5.5l-.001-.631c1.182.006 2.365.003 3.547 0 1.323 1.349 2.687 2.662 3.979 4.04a10.222 10.222 0 0 0 2.028-6.683 10.211 10.211 0 0 0-2.821-6.541 10.224 10.224 0 0 0-6.689-3.155c-2.419-.193-4.87.537-6.833 1.952z"/><path fill="#c62363" d="M9.227 11.399c.948-.37 1.898-.887 2.507-1.728 1.004 1.03 2.03 2.04 3.038 3.067-1.389.004-2.778-.001-4.165.003-.481-.426-.899-.916-1.38-1.342z"/><path fill="#fff" d="M5.748 3.669c1.962-1.415 4.414-2.145 6.833-1.952 2.52.165 4.955 1.32 6.689 3.155a10.213 10.213 0 0 1 2.821 6.541 10.222 10.222 0 0 1-2.028 6.683c-1.292-1.379-2.656-2.691-3.979-4.04.67.004 1.34.001 2.011.003.006-.438.003-.875.009-1.311-1.111-.018-2.221-.001-3.332-.01-1.008-1.027-2.034-2.037-3.038-3.067l.08-.1c1.381 1.695 3.685 2.382 5.808 2.309.007-.446.006-.894.003-1.342-1.553.06-3.203-.313-4.383-1.379a2.104 2.104 0 0 1-.71-1.693c1.526-.007 3.054-.001 4.58-.003.001-.436 0-.872-.001-1.308-2.959-.003-5.917.001-8.874-.001-.84-.818-1.654-1.662-2.489-2.485z"/><path fill="#fff" d="M19.971 2.991c2.268 1.981 3.676 4.838 4.029 7.815v2.327c-.329 3.035-1.78 5.952-4.111 7.942-1.778 1.566-4.033 2.552-6.376 2.87.477-.231 1.021-.227 1.519-.397a12.05 12.05 0 0 0 7.206-5.561c1.534-2.603 2-5.801 1.316-8.741-.479-2.14-1.591-4.117-3.108-5.693-.168-.176-.386-.32-.474-.562z"/><path fill="#fff" d="M1.576 12.282a10.274 10.274 0 0 1 2.078-6.539c1.496 1.532 3.01 3.045 4.523 4.559a8.298 8.298 0 0 1-2.125.196c-.003.461-.001.92-.003 1.381a8.165 8.165 0 0 0 3.177-.481c.481.426.899.916 1.38 1.342-1.676-.003-3.35.001-5.025-.001-.004.439-.004.88-.001 1.32h5.542c.004 1.418 0 2.835.001 4.253l1.417.001c-.001-1.209.003-2.418-.001-3.626 1.796 1.853 3.628 3.672 5.451 5.5-1.962 1.458-4.444 2.201-6.884 2.009-2.636-.165-5.178-1.422-6.923-3.4a10.213 10.213 0 0 1-2.606-6.514zM9.543 7.468a93.4 93.4 0 0 1 1.588-.003c.004.442-.08.893-.345 1.257-.414-.419-.837-.828-1.242-1.254z"/><path fill="#030303" d="M6.544 6.149c.563.007 1.128.003 1.693.004 2.958.003 5.915-.001 8.874.001.001.436.003.872.001 1.308-1.526.001-3.054-.004-4.58.003-.038.641.23 1.27.71 1.693 1.18 1.065 2.83 1.439 4.383 1.379.003.448.004.896-.003 1.342-2.123.073-4.427-.615-5.808-2.309l-.08.1c-.609.841-1.559 1.358-2.507 1.728-1.014.37-2.1.533-3.177.481.001-.461 0-.92.003-1.381a8.298 8.298 0 0 0 2.125-.196c.995-.249 1.987-.738 2.608-1.58.265-.364.35-.815.345-1.257a93.4 93.4 0 0 0-1.588.003c-1-.006-2-.007-3.001 0 .013-.439.013-.878.003-1.319zM5.581 12.739c1.676.003 3.35-.001 5.025.001 1.387-.004 2.776.001 4.165-.003 1.111.009 2.221-.007 3.332.01-.006.436-.003.874-.009 1.311-.67-.001-1.34.001-2.011-.003-1.182.003-2.365.006-3.547 0l.001.631c.004 1.209 0 2.418.001 3.626l-1.417-.001c-.001-1.418.003-2.835-.001-4.253H5.578c-.003-.44-.003-.881.001-1.32z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.383 0h1.22c2.77.16 5.49 1.253 7.53 3.145 2.191 1.98 3.589 4.795 3.866 7.733v2.302a12.081 12.081 0 0 1-3.841 7.697 12.092 12.092 0 0 1-6.964 3.124h-2.326a12.066 12.066 0 0 1-7.726-3.875C1.234 18.061.12 15.306-.002 12.5v-.788c.077-3.073 1.375-6.101 3.581-8.248C5.638 1.396 8.48.187 11.381.001M6.492 5.149c.65.672 1.336 1.309 1.973 1.993 0 .884-.001 1.77.001 2.654-1.073-1.134-2.203-2.214-3.3-3.324-1.406 1.74-2.12 4.021-1.93 6.252a8.805 8.805 0 0 0 3.156 6.08 8.815 8.815 0 0 0 5.603 2.038 8.813 8.813 0 0 0 5.578-1.97c-.425-.419-.835-.851-1.27-1.26.524-.233.8-.962.415-1.432-.506-.572-1.36-.462-1.998-.787-.278-.164-.215-.602.058-.738.544-.28 1.442-.17 1.554.548l.208-.014c.78.793 1.571 1.577 2.358 2.363 1.481-1.837 2.182-4.277 1.878-6.62A8.8 8.8 0 0 0 17.87 5.42a8.807 8.807 0 0 0-6.347-2.197 8.852 8.852 0 0 0-5.03 1.926z"/><path fill="#e41408" d="M11.315 12.624h2.642c.515.485.991 1.009 1.516 1.484-.449.006-.97.082-1.252.474-.198.256-.182.599-.077.89-.281-.328-.6-.618-.887-.938l.001-.352a82.642 82.642 0 0 1-.46-.058c-.467-.527-.985-1.006-1.484-1.501zM14.5 15.821c.491.214 1.027.28 1.529.456.223.07.427.278.388.529-.019.242-.236.379-.427.485-.494-.491-.973-1.001-1.489-1.47z"/><path fill="#19408b" d="M6.492 5.149a8.855 8.855 0 0 1 5.03-1.926 8.808 8.808 0 0 1 6.347 2.197 8.79 8.79 0 0 1 2.906 5.512c.304 2.344-.397 4.783-1.878 6.62-.787-.786-1.578-1.57-2.358-2.363l.264-.02c-.047-.674-.698-1.076-1.331-1.061-.524-.475-1.001-1-1.516-1.484.673.001 1.346.002 2.02 0V5.016a9402.52 9402.52 0 0 0-7.511 0c-.002.709-.001 1.417-.001 2.126-.637-.684-1.322-1.321-1.973-1.993z"/><path fill="#19408b" d="M10.067 6.2c.924.01 1.85-.028 2.774.032.517.023 1.063.256 1.314.731.466.79.095 2-.822 2.258-.82.233-1.684.103-2.524.139v2.166h-.743V6.199m.745.634v1.903c.558-.006 1.116.016 1.674-.012.306-.02.644-.07.865-.305.44-.461.257-1.391-.406-1.531-.704-.104-1.423-.037-2.134-.055z"/><path fill="#19408b" d="M3.236 12.725c-.191-2.231.523-4.512 1.93-6.252 1.097 1.11 2.227 2.19 3.3 3.324-.002.943-.002 1.885 0 2.827.949.002 1.898.001 2.849 0 .499.496 1.018.974 1.484 1.501-.107.85.036 1.712-.08 2.561-.109.962-1.907.89-1.889-.108-.05-.802-.01-1.607-.023-2.41h-.494c.006.758-.016 1.518.008 2.276.013.398.122.845.478 1.076.452.29 1.036.304 1.546.188.438-.1.806-.466.863-.918.097-.748.034-1.505.05-2.257.287.32.606.611.887.938.108.125.229.24.355.348.516.469.995.979 1.489 1.47-.63.182-1.507.006-1.631-.748-.155.013-.308.026-.462.041.064.384.234.779.596.966.55.292 1.238.294 1.811.062.434.409.845.841 1.27 1.26a8.809 8.809 0 0 1-5.578 1.97 8.817 8.817 0 0 1-5.603-2.038 8.809 8.809 0 0 1-3.156-6.08m3.552 1.446v3.542c.694-.026 1.4.071 2.084-.07.587-.114.923-.846.643-1.368-.114-.235-.361-.348-.584-.454.22-.133.442-.31.481-.582.118-.487-.289-.973-.769-1.028-.616-.076-1.237-.029-1.855-.041z"/><path fill="#19408b" d="M7.284 14.585c.446.013.902-.041 1.342.061.414.131.431.811.012.948-.439.12-.904.041-1.354.061v-1.07zM7.284 16.073c.5.02 1.026-.067 1.505.107.456.191.391.949-.086 1.067-.466.097-.947.031-1.418.048v-1.222z"/><path fill="#fff" d="M8.466 5.016h7.511v7.608c-.673.002-1.346.001-2.02 0h-2.642c-.95.001-1.9.002-2.849 0-.002-.942-.002-1.884 0-2.827-.002-.884-.001-1.77-.001-2.654 0-.709-.001-1.417.001-2.126M10.067 6.2v5.327h.743V9.361c.84-.036 1.704.094 2.524-.139.917-.258 1.288-1.469.822-2.258-.251-.475-.797-.708-1.314-.731-.924-.06-1.85-.023-2.774-.032z"/><path fill="#fff" d="M10.811 6.833c.71.018 1.429-.049 2.134.055.662.14.846 1.07.406 1.531-.221.235-.559.284-.865.305-.558.028-1.116.006-1.674.012V6.833zM6.788 14.168c.618.012 1.24-.035 1.855.041.48.055.887.541.769 1.028-.04.272-.262.449-.481.582.223.106.47.218.584.454.28.522-.056 1.254-.643 1.368-.684.14-1.391.043-2.084.07v-3.542m.496.416v1.07c.45-.02.914.059 1.354-.061.419-.137.402-.817-.012-.948-.439-.102-.895-.048-1.342-.061m0 1.488v1.222c.472-.017.953.049 1.418-.048.478-.118.542-.876.086-1.067-.479-.174-1.004-.086-1.505-.107zM10.313 14.168h.494c.013.803-.028 1.608.023 2.41-.018.998 1.78 1.07 1.889.108.116-.848-.026-1.711.08-2.561l.46.058-.001.352c-.017.752.047 1.51-.05 2.257-.056.452-.425.818-.863.918-.51.115-1.093.102-1.546-.188-.355-.232-.464-.678-.478-1.076-.024-.758-.002-1.518-.008-2.276zM14.221 14.582c.282-.392.803-.468 1.252-.474.632-.016 1.284.386 1.331 1.061l-.264.02-.208.014c-.112-.719-1.01-.828-1.554-.548-.272.136-.336.574-.058.738.638.325 1.492.215 1.998.787.385.469.109 1.199-.415 1.432-.572.232-1.261.229-1.811-.062-.362-.187-.533-.582-.596-.966l.462-.041c.124.754 1.001.93 1.631.748.191-.106.408-.242.427-.485.04-.251-.164-.46-.388-.529-.502-.176-1.038-.242-1.529-.456a3.334 3.334 0 0 1-.355-.348c-.106-.292-.121-.635.077-.89z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking-bicycles-or-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.514 0h.952c2.874.121 5.693 1.289 7.775 3.28 2.309 2.162 3.689 5.267 3.76 8.429v.578a12.05 12.05 0 0 1-3.103 7.762c-2.124 2.377-5.231 3.811-8.411 3.952h-.95c-3.072-.13-6.079-1.464-8.197-3.698-2.018-2.084-3.211-4.92-3.338-7.814v-.866c.095-3.02 1.369-5.984 3.52-8.11C5.621 1.389 8.538.131 11.516.002m-5.16 5.139c4.166 4.169 8.334 8.338 12.503 12.504 1.565-1.902 2.291-4.46 1.931-6.899a8.873 8.873 0 0 0-3.082-5.543 8.778 8.778 0 0 0-5.104-2.059 8.87 8.87 0 0 0-6.248 1.997m-3.04 8.72a8.888 8.888 0 0 0 3.955 5.65 8.85 8.85 0 0 0 5.905 1.288c1.716-.217 3.342-.977 4.655-2.096-4.176-4.181-8.353-8.359-12.533-12.534-1.817 2.07-2.574 5.003-1.982 7.693z"/><path fill="#0e518d" d="M6.356 5.141a8.882 8.882 0 0 1 6.248-1.997 8.788 8.788 0 0 1 5.104 2.059 8.875 8.875 0 0 1 3.082 5.543c.36 2.438-.366 4.997-1.931 6.899C14.69 13.479 10.523 9.31 6.356 5.141m7.778 1.184c-.254.456-.397.964-.624 1.433a.384.384 0 0 1-.347.25l-.005-.335c-.197.014-.394.029-.59.046.097.413-.401.496-.582.781-.545.677-.246 1.798.562 2.114.779.376 1.788-.175 1.919-1.022.126-.57-.191-1.114-.618-1.468l.198-.464c.332.517.64 1.051.971 1.57.295.566 1.03.281 1.535.348.158.48.473.947.985 1.088.845.302 1.822-.415 1.805-1.307.044-.863-.844-1.594-1.681-1.381-.574.101-.955.6-1.108 1.133l-1.038.002-.276-.401.322-.917c-.139-.224-.278-.449-.419-.672l-.865-.013.253-.563.63.007v-.49c-.34.038-.824-.108-1.026.26m2.233.835c.154.312.226.752.557.919.582-.463 1.336-.365 2.029-.409l-.019-.558c-.856.022-1.715-.049-2.567.048zM3.316 13.861c-.592-2.69.166-5.623 1.982-7.693 4.18 4.175 8.357 8.353 12.533 12.534-1.313 1.12-2.939 1.879-4.655 2.096a8.848 8.848 0 0 1-5.905-1.288 8.884 8.884 0 0 1-3.955-5.65m3.602-1.669c-.215.51-.37 1.044-.564 1.562-.59-.092-1.254.077-1.602.595-.535.703-.245 1.836.568 2.188.821.445 1.937-.132 2.088-1.043.149-.632-.212-1.247-.718-1.603.028-.082.082-.246.108-.329.54.605 1.076 1.213 1.609 1.824.226-.001.451-.002.678-.005.132.421.323.864.733 1.084.67.448 1.657.185 2.046-.511.391-.636.193-1.547-.431-1.957-.371-.278-.851-.287-1.291-.232l-.365-.805.167-.382.374-.005a26.263 26.263 0 0 0-.007-.284c-.498.002-1.001-.029-1.494.059.148.308.506.21.778.259-.118.146-.275.242-.469.211-.694.002-1.387 0-2.081-.006.084-.169.15-.35.271-.497.19-.026.38-.031.571-.041l-.001-.352c-.32.044-.823-.128-.968.269z"/><path fill="#0e518d" d="M12.21 9.596c-.214-.652.398-1.244 1.033-1.216-.128.355-.318.692-.389 1.066.067.214.322.145.41-.011.164-.277.269-.583.403-.875.332.348.506.911.176 1.321-.4.622-1.465.433-1.634-.286zM17.683 8.452c.53-.18 1.139.224 1.188.78.09.598-.512 1.16-1.104 1.013-.368-.046-.572-.376-.746-.662.355-.011.715.018 1.068-.032.12-.095.188-.238.094-.377-.377-.112-.78-.043-1.168-.076.169-.259.34-.57.668-.646zM6.943 13.184h2.322c-.269.57-.538 1.141-.803 1.714-.503-.574-1.014-1.141-1.519-1.714zM9.574 13.367l.25.548c-.371.257-.576.653-.746 1.057l-.281.09c.238-.575.522-1.128.778-1.696zM10.306 14.087c.524-.056 1.11.161 1.309.685.336.707-.287 1.608-1.066 1.547-.548.008-.936-.449-1.102-.929.433-.038.9.072 1.314-.078.013-.439-.314-.818-.456-1.225zM5.058 14.54c.258-.385.742-.475 1.174-.458-.15.45-.334.893-.409 1.364l.301-.065c.198-.361.294-.769.445-1.151.306.295.581.689.488 1.14-.083.677-.859 1.144-1.495.88-.674-.23-.949-1.152-.504-1.71z"/><path fill="#0e518d" d="M9.449 15.012c.121-.293.295-.558.522-.778.125.259.248.521.371.781-.298 0-.595 0-.893-.004z"/><path fill="#f7fbf5" d="M14.134 6.325c.202-.368.686-.222 1.026-.26v.49l-.63-.007-.253.563c.288.005.577.01.865.013l.419.672-.322.917.276.401 1.038-.002c.152-.533.534-1.032 1.108-1.133.838-.212 1.726.518 1.681 1.381.017.892-.96 1.609-1.805 1.307-.512-.142-.827-.608-.985-1.088-.505-.067-1.24.218-1.535-.348-.331-.518-.638-1.052-.971-1.57l-.198.464c.427.354.744.898.618 1.468-.131.847-1.14 1.398-1.919 1.022-.808-.317-1.106-1.438-.562-2.114.181-.286.679-.368.582-.781.197-.017.394-.031.59-.046l.005.335c.17-.016.287-.1.347-.25.227-.469.37-.977.624-1.433m-1.923 3.27c.169.719 1.235.907 1.634.286.33-.41.156-.973-.176-1.321-.134.292-.239.598-.403.875-.089.156-.343.224-.41.011.071-.373.26-.71.389-1.066-.635-.029-1.247.564-1.033 1.216m5.472-1.145c-.329.076-.499.386-.668.646.388.032.791-.036 1.168.076.095.139.026.282-.094.377-.353.05-.713.022-1.068.032.174.287.378.617.746.662.592.148 1.194-.415 1.104-1.013-.049-.556-.658-.96-1.188-.78z"/><path fill="#f7fbf5" d="M16.368 7.159c.852-.097 1.711-.026 2.567-.048l.019.558c-.694.044-1.447-.054-2.029.409-.331-.167-.403-.607-.557-.919zM6.918 12.191c.145-.397.648-.224.968-.269l.001.352c-.191.01-.382.014-.571.041-.121.146-.187.328-.271.497.694.006 1.387.008 2.081.006.194.031.352-.065.469-.211-.271-.049-.63.049-.778-.259.493-.088.996-.056 1.494-.059l.007.284-.374.005-.167.382.365.805c.44-.055.92-.047 1.291.232.624.41.822 1.321.431 1.957-.389.696-1.376.959-2.046.511-.41-.22-.601-.662-.733-1.084l-.678.005a213.912 213.912 0 0 0-1.609-1.824c-.026.083-.08.247-.108.329.505.356.866.971.718 1.603-.151.911-1.267 1.488-2.088 1.043-.812-.352-1.103-1.484-.568-2.188.348-.518 1.012-.688 1.602-.595.194-.518.349-1.052.564-1.562m.025.992c.505.572 1.016 1.14 1.519 1.714.265-.572.534-1.144.803-1.714H6.943m2.631.183c-.256.568-.54 1.121-.778 1.696l.281-.09c.17-.404.376-.8.746-1.057a91.282 91.282 0 0 1-.25-.548m.733.719c.142.407.469.786.456 1.225-.414.15-.881.04-1.314.078.166.48.553.937 1.102.929.779.061 1.402-.84 1.066-1.547-.199-.524-.785-.742-1.309-.685m-5.249.453c-.445.558-.17 1.48.504 1.71.636.264 1.412-.203 1.495-.88.092-.451-.182-.845-.488-1.14-.151.382-.247.79-.445 1.151l-.301.065c.076-.472.259-.914.409-1.364-.432-.017-.916.073-1.174.458m4.391.472c.298.004.595.004.893.004-.122-.26-.246-.522-.371-.781-.227.22-.401.485-.522.778z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking-or-no-stopping--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" opacity=".96" d="M5.659 0h12.602c.644.122 1.242.512 1.544 1.103.096.106.047.306.195.362v21.066c-.258.491-.573 1.014-1.112 1.251-.186.059-.424.262-.593.062.909-.162 1.646-1.011 1.606-1.945-.001-6.636.001-13.271-.001-19.906-.007-.998-.905-1.869-1.901-1.862C14.035.123 10.071.128 6.107.129c-.56-.012-1.096.238-1.483.636l-.039-.15C4.876.303 5.282.156 5.659 0zM4.424.783l.145.046c-.272.363-.453.805-.44 1.264.002 6.635-.003 13.269.003 19.903.007.92.76 1.72 1.657 1.857-.202.197-.457-.005-.665-.08-.503-.267-.951-.745-1.036-1.322L4 22.445V1.62c.146-.268.23-.583.424-.837zM5.672 24l.202-.149c4.122.009 8.245.024 12.366-.008l.117.157H5.672z"/><path fill="#fff" d="M4.624.765c.387-.398.923-.648 1.483-.636 3.964-.001 7.928-.006 11.892.002.996-.007 1.894.864 1.901 1.862.002 6.635 0 13.27.001 19.906.04.934-.697 1.783-1.606 1.945l-.055-.001c-4.121.032-8.244.017-12.366.008l-.085.002c-.897-.137-1.65-.937-1.657-1.857-.006-6.634-.001-13.268-.003-19.903-.013-.459.168-.901.44-1.264a.112.112 0 0 1 .055-.064m.919-.102c-.589.202-.994.812-.983 1.431v19.807c-.021.784.657 1.499 1.439 1.526h12.005c.791-.01 1.486-.728 1.469-1.52V2.098C19.5 1.293 18.8.566 17.996.563 14.197.556 10.398.562 6.599.56c-.353.007-.72-.036-1.056.103z"/><path fill="#fff" d="M6.03 1.146c3.976-.012 7.953-.006 11.929-.003.507-.01.956.447.933.954v19.807c.012.485-.403.942-.895.941-3.996.002-7.993.003-11.989 0-.479-.017-.879-.463-.866-.937C5.14 15.304 5.141 8.7 5.141 2.096a.934.934 0 0 1 .889-.95M9.345 2.53c.002 1.313.014 2.627-.006 3.939.174.074.383.011.57.03.004-.871-.01-1.743.007-2.614.42.854.784 1.747 1.187 2.614.14.002.281.002.421 0-.002-1.326.005-2.653-.003-3.979-.183.036-.42-.067-.569.048.038.748-.018 1.5.028 2.247-.119-.054-.128-.201-.187-.301-.308-.662-.572-1.352-.906-1.996-.18.008-.363-.011-.542.012m3.766.001c-.478.221-.62.792-.703 1.265-.074.791-.101 1.657.321 2.363.268.457.948.526 1.358.231.395-.343.5-.897.553-1.392.038-.73.047-1.526-.365-2.162-.237-.387-.767-.454-1.164-.305m3.965 5.465c-.256.53-.24 1.135-.247 1.709.008.551 0 1.125.225 1.64.243.554 1.234.516 1.392-.083.104-.502.04-1.019.058-1.527-.241.002-.483-.012-.723.006.002.171.002.342 0 .513l.23.035c-.023.277.054.58-.089.834-.151.189-.44.051-.474-.163-.141-.674-.11-1.37-.081-2.053.038-.246.027-.548.236-.722.176-.124.395.016.411.214.164.003.329.003.494-.004-.041-.246-.125-.514-.346-.657-.349-.214-.897-.133-1.086.258M5.562 7.687c-.006 1.314.01 2.629-.008 3.944.153.07.335.011.5.027-.004-.564.016-1.13-.01-1.693.207-.092.486.012.691-.139.62-.363.616-1.283.261-1.833-.329-.453-.958-.266-1.434-.306m2.4.058c-.244 1.286-.521 2.566-.764 3.852l.016.068c.155-.009.31-.008.465 0 .113-.34.148-.707.234-1.056.216.005.437-.021.651.012.056.344.145.681.199 1.025.17.035.347.001.519.017-.245-1.324-.531-2.641-.786-3.963-.167.002-.404-.081-.534.045m1.63-.058c0 1.305-.003 2.611.002 3.916l.026.063c.151-.01.303-.009.455-.001.027-.62.003-1.244.012-1.865l.225.002c.14.61.296 1.217.42 1.829.16.074.352 0 .523.032-.133-.656-.258-1.314-.393-1.97.229-.16.391-.417.39-.702.042-.43-.019-.977-.443-1.203-.381-.172-.813-.076-1.217-.101m2.125.008c-.005 1.314.01 2.629-.007 3.943.158.054.336.01.503.017.05-.584-.123-1.213.117-1.761l.118.038c.133.573.323 1.134.459 1.707.176.057.368-.003.55.024-.236-.859-.464-1.721-.706-2.578.176-.478.458-.926.618-1.403-.184.029-.378-.031-.556.025-.179.398-.396.78-.558 1.186-.107-.359-.01-.813-.044-1.205-.165.005-.331-.016-.494.007m2.042-.005c-.008 1.316.012 2.632-.01 3.948.156.065.337.013.503.024.007-1.308-.008-2.616.007-3.924l-.045-.049a23.004 23.004 0 0 0-.455.001m.945-.003c.014 1.326-.031 2.663.023 3.982.15-.016.301-.014.452-.001.06-.753-.026-1.52.046-2.276.247.739.488 1.51.734 2.261.137.013.276.006.415.008.01-1.32.002-2.641.004-3.961-.161-.038-.33-.002-.494-.012-.008.642.012 1.286-.011 1.928-.242-.632-.445-1.288-.675-1.928-.165-.004-.329-.001-.494-.001m-4.918 4.802c-.211.885-.438 1.766-.64 2.652l.374-.014c.054-.241.111-.481.174-.72.186.012.379-.028.56.02.046.237.119.469.161.707a.53.53 0 0 0 .374-.035c-.212-.854-.423-1.71-.625-2.566l-.048-.047-.33.003m1.455.033c.026.873-.025 1.755.025 2.624l.355-.012c.024-.571-.052-1.173.037-1.725.22.576.499 1.128.739 1.696l.301.029c-.004-.882.001-1.764-.003-2.646a1.082 1.082 0 0 0-.373.019c0 .477.006.955-.003 1.432-.323-.409-.435-.998-.717-1.451a.678.678 0 0 0-.361.034m1.909-.034c.202.475.416.946.624 1.419.057.407-.057.849.055 1.239.108-.006.217-.009.326-.009.014-.41-.009-.821.011-1.23.2-.473.463-.948.6-1.425l-.369.016c-.173.286-.219.681-.469.901a4.77 4.77 0 0 0-.408-.913l-.37.002m-4.599 3.483l.003.36c.153.034.36-.073.483.043-.023.74-.002 1.481-.01 2.222a.817.817 0 0 0 .374.028c.01-.768-.019-1.538.015-2.304.147.006.295.01.442.012l.007-.361c-.438.005-.876.005-1.314 0m1.981.052c.004.852.005 1.704 0 2.555l.051.054.324-.008c.002-.883.002-1.766 0-2.649l-.331-.007-.044.055m1.153-.048v2.643l.373.003c-.012-.474.025-.952-.02-1.424.226.413.318.903.473 1.351l.078.012c.122-.454.233-.946.462-1.354-.048.469-.017.945-.017 1.416l.367-.002c.001-.882.001-1.764-.001-2.646a1.854 1.854 0 0 0-.38.012c-.142.475-.318.94-.448 1.418-.233-.377-.302-.874-.469-1.298-.012-.228-.281-.104-.418-.131m2.492.001v2.649c.441.001.882-.001 1.323.001l-.002-.371c-.315-.004-.63.004-.945-.004-.01-.273.009-.546-.009-.819.152-.12.363-.02.54-.05.004-.124.005-.246.003-.369-.179-.03-.381.052-.543-.041.015-.208.002-.417.009-.626.282-.008.564.002.846-.005l-.003-.368c-.406.003-.813-.002-1.219.003m-7.291 4.628c.581.424 1.191.816 1.776 1.238.099.117.311.123.36-.047-.053-.232-.145-.459-.176-.694 2.765-.003 5.53.001 8.294-.002-.005-.331.009-.664-.006-.995-2.763.006-5.525 0-8.288.003.001-.264.224-.52.125-.78a7.567 7.567 0 0 0-.161-.041c-.643.436-1.304.856-1.924 1.318z"/><path fill="#fff" d="M13.338 3.049c.251-.132.529.063.605.308.227.616.205 1.299.107 1.938-.059.293-.176.73-.551.715-.25.01-.392-.235-.455-.442-.176-.567-.162-1.176-.09-1.759.061-.272.108-.621.384-.76zM6.06 8.203c.193.016.466-.046.573.169.128.251.108.559.05.827-.086.267-.411.205-.626.207-.001-.401-.006-.802.003-1.203zM10.087 8.207c.212.011.532-.056.625.201.059.221.057.458.017.683-.087.282-.427.173-.644.182.004-.356-.001-.711.002-1.066zM8.241 9.083c.061.333.167.673.188 1.006-.138 0-.275-.003-.412-.009.088-.329.12-.673.224-.997zM9.792 13.996c.056-.234.111-.468.169-.7.084.24.123.493.191.739-.115-.024-.283.071-.36-.039z"/><path fill="#bf2519" d="M5.543.663C5.879.524 6.246.567 6.599.56c3.799.002 7.598-.004 11.397.003.804.003 1.504.73 1.477 1.535v19.809c.017.792-.678 1.51-1.469 1.52H5.999c-.782-.027-1.46-.742-1.439-1.526V2.094c-.011-.619.394-1.229.983-1.431m.487.483a.934.934 0 0 0-.889.95c0 6.604-.001 13.208.001 19.812-.013.474.387.92.866.937 3.996.003 7.993.002 11.989 0 .492.001.907-.456.895-.941V2.097c.023-.507-.426-.964-.933-.954-3.976-.003-7.953-.009-11.929.003z"/><path fill="#bf2519" d="M9.345 2.53c.179-.023.362-.004.542-.012.334.644.598 1.334.906 1.996.059.1.068.247.187.301-.046-.747.01-1.499-.028-2.247.149-.115.386-.012.569-.048.008 1.326.001 2.653.003 3.979-.14.002-.281.002-.421 0-.403-.867-.767-1.76-1.187-2.614-.017.871-.003 1.743-.007 2.614-.187-.019-.396.044-.57-.03.02-1.312.008-2.626.006-3.939zM13.111 2.531c.397-.149.927-.082 1.164.305.412.636.403 1.432.365 2.162-.053.495-.158 1.049-.553 1.392-.41.295-1.09.226-1.358-.231-.422-.706-.395-1.572-.321-2.363.083-.473.225-1.044.703-1.265m.227.518c-.276.139-.323.488-.384.76-.072.583-.086 1.192.09 1.759.063.207.205.452.455.442.375.015.492-.422.551-.715.098-.639.12-1.322-.107-1.938-.076-.245-.354-.44-.605-.308zM17.076 7.996c.189-.391.737-.472 1.086-.258.221.143.305.411.346.657-.165.007-.33.007-.494.004-.016-.198-.235-.338-.411-.214-.209.174-.198.476-.236.722-.029.683-.06 1.379.081 2.053.034.214.323.352.474.163.143-.254.066-.557.089-.834l-.23-.035c.002-.171.002-.342 0-.513.24-.018.482-.004.723-.006-.018.508.046 1.025-.058 1.527-.158.599-1.149.637-1.392.083-.225-.515-.217-1.089-.225-1.64.007-.574-.009-1.179.247-1.709zM5.562 7.687c.476.04 1.105-.147 1.434.306.355.55.359 1.47-.261 1.833-.205.151-.484.047-.691.139.026.563.006 1.129.01 1.693-.165-.016-.347.043-.5-.027.018-1.315.002-2.63.008-3.944m.498.516c-.009.401-.004.802-.003 1.203.215-.002.54.06.626-.207.058-.268.078-.576-.05-.827-.107-.215-.38-.153-.573-.169zM7.962 7.745c.13-.126.367-.043.534-.045.255 1.322.541 2.639.786 3.963-.172-.016-.349.018-.519-.017-.054-.344-.143-.681-.199-1.025-.214-.033-.435-.007-.651-.012-.086.349-.121.716-.234 1.056a4.243 4.243 0 0 0-.465 0l-.016-.068c.243-1.286.52-2.566.764-3.852m.279 1.338c-.104.324-.136.668-.224.997.137.006.274.009.412.009-.021-.333-.127-.673-.188-1.006zM9.592 7.687c.404.025.836-.071 1.217.101.424.226.485.773.443 1.203.001.285-.161.542-.39.702.135.656.26 1.314.393 1.97-.171-.032-.363.042-.523-.032-.124-.612-.28-1.219-.42-1.829l-.225-.002c-.009.621.015 1.245-.012 1.865a3.837 3.837 0 0 0-.455.001l-.026-.063c-.005-1.305-.002-2.611-.002-3.916m.495.52c-.003.355.002.71-.002 1.066.217-.009.557.1.644-.182a1.59 1.59 0 0 0-.017-.683c-.093-.257-.413-.19-.625-.201zM11.717 7.695c.163-.023.329-.002.494-.007.034.392-.063.846.044 1.205.162-.406.379-.788.558-1.186.178-.056.372.004.556-.025-.16.477-.442.925-.618 1.403.242.857.47 1.719.706 2.578-.182-.027-.374.033-.55-.024-.136-.573-.326-1.134-.459-1.707a5.382 5.382 0 0 0-.118-.038c-.24.548-.067 1.177-.117 1.761-.167-.007-.345.037-.503-.017.017-1.314.002-2.629.007-3.943zM13.759 7.69c.152-.002.303-.002.455-.001l.045.049c-.015 1.308 0 2.616-.007 3.924-.166-.011-.347.041-.503-.024.022-1.316.002-2.632.01-3.948zM14.704 7.687c.165 0 .329-.003.494.001.23.64.433 1.296.675 1.928.023-.642.003-1.286.011-1.928.164.01.333-.026.494.012-.002 1.32.006 2.641-.004 3.961-.139-.002-.278.005-.415-.008-.246-.751-.487-1.522-.734-2.261-.072.756.014 1.523-.046 2.276a2.354 2.354 0 0 0-.452.001c-.054-1.319-.009-2.656-.023-3.982zM9.786 12.489l.33-.003.048.047c.202.856.413 1.712.625 2.566a.53.53 0 0 1-.374.035c-.042-.238-.115-.47-.161-.707-.181-.048-.374-.008-.56-.02-.063.239-.12.479-.174.72a48.54 48.54 0 0 1-.374.014c.202-.886.429-1.767.64-2.652m.006 1.507c.077.11.245.015.36.039-.068-.246-.107-.499-.191-.739-.058.232-.113.466-.169.7zM11.241 12.522a.678.678 0 0 1 .361-.034c.282.453.394 1.042.717 1.451.009-.477.003-.955.003-1.432.121-.028.245-.034.373-.019.004.882-.001 1.764.003 2.646l-.301-.029c-.24-.568-.519-1.12-.739-1.696-.089.552-.013 1.154-.037 1.725l-.355.012c-.05-.869.001-1.751-.025-2.624zM13.15 12.488l.37-.002c.168.281.302.599.408.913.25-.22.296-.615.469-.901l.369-.016c-.137.477-.4.952-.6 1.425-.02.409.003.82-.011 1.23-.109 0-.218.003-.326.009-.112-.39.002-.832-.055-1.239-.208-.473-.422-.944-.624-1.419zM8.551 15.971c.438.005.876.005 1.314 0l-.007.361a16.3 16.3 0 0 1-.442-.012c-.034.766-.005 1.536-.015 2.304a.817.817 0 0 1-.374-.028c.008-.741-.013-1.482.01-2.222-.123-.116-.33-.009-.483-.043l-.003-.36zM10.532 16.023l.044-.055.331.007c.002.883.002 1.766 0 2.649l-.324.008-.051-.054c.005-.851.004-1.703 0-2.555zM11.685 15.975c.137.027.406-.097.418.131.167.424.236.921.469 1.298.13-.478.306-.943.448-1.418.126-.017.252-.021.38-.012.002.882.002 1.764.001 2.646l-.367.002c0-.471-.031-.947.017-1.416-.229.408-.34.9-.462 1.354l-.078-.012c-.155-.448-.247-.938-.473-1.351.045.472.008.95.02 1.424l-.373-.003v-2.643zM14.177 15.976c.406-.005.813 0 1.219-.003l.003.368c-.282.007-.564-.003-.846.005-.007.209.006.418-.009.626.162.093.364.011.543.041.002.123.001.245-.003.369-.177.03-.388-.07-.54.05.018.273-.001.546.009.819.315.008.63 0 .945.004l.002.371c-.441-.002-.882 0-1.323-.001v-2.649zM6.886 20.604c.62-.462 1.281-.882 1.924-1.318l.161.041c.099.26-.124.516-.125.78 2.763-.003 5.525.003 8.288-.003.015.331.001.664.006.995-2.764.003-5.529-.001-8.294.002.031.235.123.462.176.694-.049.17-.261.164-.36.047-.585-.422-1.195-.814-1.776-1.238z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking-or-no-stopping--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M4.649.301C9.466.206 14.284.279 19.102.276c.36-.05.625.241.884.442.333.276.517.671.711 1.047a13966 13966 0 0 1 0 20.469c-.162.29-.284.61-.517.853-.263.296-.613.489-.934.712-4.831.002-9.661.002-14.492 0-.322-.224-.672-.417-.935-.713-.232-.243-.355-.562-.514-.851-.006-4.779-.005-9.557.004-14.336.009-2.039.008-4.08.092-6.119.062-.694.656-1.197 1.248-1.479m.28.313c-.721.153-1.281.832-1.247 1.577v18.913c.008.454-.051.928.125 1.36.254.621.94.987 1.594.976 4.436-.004 8.872.004 13.307-.003.817-.012 1.595-.679 1.604-1.521.014-6.537-.001-13.075.008-19.613.008-.456-.116-.947-.465-1.263-.359-.347-.867-.5-1.359-.487-4.332.002-8.664.001-12.995 0a2.556 2.556 0 0 0-.572.061z"/><path fill="#fff" d="M5.335 1.14c4.418-.015 8.836-.006 13.254-.004.535-.022 1.111.384 1.086.958.005 6.604.004 13.208.001 19.811.02.558-.543.977-1.069.954-4.403.003-8.807.002-13.21 0-.447.015-.918-.264-1.044-.706-.052-.281-.028-.569-.032-.853.004-6.401-.002-12.801.004-19.202-.029-.545.496-.956 1.01-.958m7.98 1.935c-.399.005-.746.29-.924.633-.294.51-.337 1.116-.318 1.692.012.537.171 1.087.517 1.505.258.312.715.466 1.097.299.418-.175.664-.598.792-1.013.205-.744.197-1.559-.084-2.282-.175-.439-.572-.863-1.08-.834m-3.841.069c.001 1.355-.002 2.71.002 4.064h.356c.008-1.046-.002-2.093.005-3.14.45 1.041.916 2.074 1.356 3.118.128.012.256.022.384.031.017-1.358.002-2.716.008-4.074l-.356-.003c-.004 1.046.007 2.093-.004 3.139-.458-1.05-.918-2.098-1.381-3.145l-.37.01M5.422 9.03c0 1.161-.008 2.322.004 3.483l.307-.001c.005-.468.003-.935.003-1.402.33-.012.677.026.992-.095.345-.158.43-.579.448-.921.005-.39-.097-.891-.518-1.03-.407-.074-.825-.028-1.236-.034m2.518-.006c-.296 1.171-.598 2.34-.883 3.513l.338-.086c.114-.323.173-.661.254-.994l.929.001c.095.351.183.704.271 1.057l.343-.004c-.276-1.167-.615-2.319-.918-3.479l-.334-.008m1.5.004c-.003 1.161-.007 2.323.003 3.485l.306-.002c.007-.52 0-1.04.006-1.561.232.03.55-.041.691.202.263.425.409.91.619 1.363l.386-.004c-.233-.532-.394-1.11-.769-1.564.713-.292.784-1.393.203-1.841-.459-.16-.967-.049-1.445-.078m2.276.003c-.006 1.023.002 2.047-.006 3.071.005.13-.009.267.039.392l.278.041c.013-.405-.02-.812.016-1.216.083-.203.232-.37.353-.551.277.578.533 1.166.81 1.743h.397c-.306-.704-.659-1.386-.99-2.078.33-.459.644-.929.956-1.4a14.43 14.43 0 0 0-.416-.008c-.379.56-.734 1.137-1.122 1.691-.005-.563.001-1.126-.002-1.689l-.313.004m2.173.01c.006 1.094-.005 2.188.004 3.282-.046.205.203.183.325.215.007-1.17.001-2.34.003-3.51-.11.002-.221.006-.332.013m3.771.029c-.403.228-.575.696-.66 1.127-.094.575-.074 1.193.184 1.724.168.349.508.652.916.636.387.017.724-.229.952-.521.064-.433.013-.876.023-1.312-.33-.003-.66-.002-.99.011l.002.41c.227.005.455.007.683.01-.002.219-.002.438-.002.657-.224.166-.474.376-.775.314-.357-.059-.573-.401-.644-.73-.119-.534-.104-1.121.138-1.619.141-.314.558-.528.875-.338.257.137.323.442.422.691l.268-.134c-.086-.273-.139-.581-.355-.788-.262-.273-.709-.302-1.037-.138m-2.944-.039c.017 1.154-.034 2.311.024 3.463l.29.038c.007-.903.003-1.807.002-2.71.385.891.783 1.776 1.163 2.67l.335.028c.004-1.163.001-2.327.002-3.49l-.299-.004c-.009.895.002 1.79-.006 2.685a229.26 229.26 0 0 1-1.178-2.683l-.333.003m2.612 5.253c-.015.842-.009 1.683-.003 2.525h1.236l-.007-.322-1.004.003v-.825c.306-.002.613-.001.92-.003l.003-.303c-.308-.002-.616-.001-.923-.001v-.753l.976.001-.001-.321-1.197-.001M6.024 14.6c-.178.748-.375 1.492-.556 2.24.404-.009.322-.517.439-.795l.659-.003c.121.28.039.823.472.794-.174-.711-.392-1.411-.565-2.123-.065-.171-.06-.432-.29-.461-.092.095-.129.223-.159.348m1.402-.361a21.457 21.457 0 0 0-.003 2.536l.202.069c.013-.653-.006-1.306.011-1.959.257.566.491 1.143.749 1.709.044.158.176.229.33.25.009-.853.004-1.706.003-2.559l-.234.001c-.004.639.002 1.279-.003 1.918-.284-.613-.519-1.25-.828-1.851l-.227-.114m1.689.02c.186.5.443.971.626 1.472.048.357.012.719.022 1.078h.222c.016-.371-.035-.748.042-1.114.179-.492.442-.949.625-1.441l-.252.06c-.226.349-.338.757-.514 1.132-.163-.378-.289-.773-.49-1.132l-.281-.055m3.462.344l.544.008c.001.732-.005 1.465.004 2.198h.22c.005-.733.001-1.467.002-2.201.18-.003.359-.006.539-.011l-.009-.313-1.299.001-.001.318m1.794-.353c-.014.853-.005 1.706-.005 2.559h.221c.006-.83.059-1.665-.015-2.491l-.201-.068m.806.035c-.004.841-.003 1.683 0 2.525l.236-.003c.002-.67-.002-1.341.001-2.011.168.659.269 1.335.458 1.989l.157.05c.248-.66.317-1.372.509-2.049.009.674-.005 1.348.005 2.023h.214c.004-.841.007-1.683-.002-2.525l-.298.001c-.164.699-.324 1.4-.473 2.102-.168-.698-.299-1.405-.471-2.102h-.336m-8.569 4.944c.368.232.774.39 1.168.571.35.148.69.339 1.072.388-.092-.192-.167-.413-.372-.514.241-.04.483-.09.728-.091 1.932 0 3.864.002 5.796 0 .219 0 .435.032.652.062-.046.144-.09.288-.131.434.735-.048 1.364-.508 2.037-.77l.011-.118c-.673-.259-1.3-.685-2.032-.756l.068.431c-.493.085-.99-.006-1.485.022-.74.065-1.481-.054-2.221.024-1.13-.056-2.264.021-3.392-.065.1-.127.202-.251.306-.375l-.204-.096c-.685.24-1.34.554-2.001.853z"/><path fill="#fff" d="M13.042 3.628a.606.606 0 0 1 .73.098c.386.343.439.894.459 1.378.006.521-.039 1.115-.436 1.501-.236.243-.666.25-.901.002-.422-.408-.471-1.045-.45-1.599.033-.496.123-1.107.598-1.38zM5.736 9.448c.288.012.591-.041.869.05.326.235.321.795.055 1.073-.276.163-.621.072-.926.095.002-.406.002-.812.002-1.218zM9.753 9.425c.299.006.603-.026.898.036.391.195.388.868-.003 1.057-.292.074-.597.037-.895.045V9.425zM7.735 11.068c.143-.527.259-1.061.371-1.596.108.536.246 1.064.385 1.593l-.756.003zM6.226 14.606c.077.386.174.767.279 1.146l-.531.004c.088-.382.184-.763.252-1.15z"/><path fill="#bf2d33" d="M4.929.614c.187-.047.38-.057.572-.061 4.331.001 8.663.002 12.995 0 .492-.013 1 .14 1.359.487.349.316.473.807.465 1.263-.009 6.538.006 13.076-.008 19.613-.009.842-.787 1.509-1.604 1.521-4.435.007-8.871-.001-13.307.003-.654.011-1.34-.355-1.594-.976-.176-.432-.117-.906-.125-1.36V2.191C3.648 1.446 4.208.767 4.929.614m.406.526c-.514.002-1.039.413-1.01.958-.006 6.401 0 12.801-.004 19.202.004.284-.02.572.032.853.126.442.597.721 1.044.706 4.403.002 8.807.003 13.21 0 .526.023 1.089-.396 1.069-.954.003-6.603.004-13.207-.001-19.811.025-.574-.551-.98-1.086-.958-4.418-.002-8.836-.011-13.254.004z"/><path fill="#bf2d33" d="M13.315 3.075c.508-.029.905.395 1.08.834.281.723.289 1.538.084 2.282-.128.415-.374.838-.792 1.013-.382.167-.839.013-1.097-.299-.346-.418-.505-.968-.517-1.505-.019-.576.024-1.182.318-1.692.178-.343.525-.628.924-.633m-.273.553c-.475.273-.565.884-.598 1.38-.021.554.028 1.191.45 1.599.235.248.665.241.901-.002.397-.386.442-.98.436-1.501-.02-.484-.073-1.035-.459-1.378a.606.606 0 0 0-.73-.098zM9.474 3.144l.37-.01c.463 1.047.923 2.095 1.381 3.145.011-1.046 0-2.093.004-3.139l.356.003c-.006 1.358.009 2.716-.008 4.074a16.545 16.545 0 0 1-.384-.031c-.44-1.044-.906-2.077-1.356-3.118-.007 1.047.003 2.094-.005 3.14h-.356c-.004-1.354-.001-2.709-.002-4.064zM5.422 9.03c.411.006.829-.04 1.236.034.421.139.523.64.518 1.03-.018.342-.103.763-.448.921-.315.121-.662.083-.992.095 0 .467.002.934-.003 1.402l-.307.001c-.012-1.161-.004-2.322-.004-3.483m.314.418c0 .406 0 .812-.002 1.218.305-.023.65.068.926-.095.266-.278.271-.838-.055-1.073-.278-.091-.581-.038-.869-.05zM7.94 9.024l.334.008c.303 1.16.642 2.312.918 3.479l-.343.004c-.088-.353-.176-.706-.271-1.057l-.929-.001c-.081.333-.14.671-.254.994l-.338.086c.285-1.173.587-2.342.883-3.513m-.205 2.044l.756-.003a28.18 28.18 0 0 1-.385-1.593 27.968 27.968 0 0 1-.371 1.596zM9.44 9.028c.478.029.986-.082 1.445.078.581.448.51 1.549-.203 1.841.375.454.536 1.032.769 1.564l-.386.004c-.21-.453-.356-.938-.619-1.363-.141-.243-.459-.172-.691-.202-.006.521.001 1.041-.006 1.561l-.306.002c-.01-1.162-.006-2.324-.003-3.485m.313.397v1.138c.298-.008.603.029.895-.045.391-.189.394-.862.003-1.057-.295-.062-.599-.03-.898-.036zM11.716 9.031l.313-.004c.003.563-.003 1.126.002 1.689.388-.554.743-1.131 1.122-1.691.139.001.277.003.416.008a44.29 44.29 0 0 1-.956 1.4c.331.692.684 1.374.99 2.078h-.397c-.277-.577-.533-1.165-.81-1.743-.121.181-.27.348-.353.551-.036.404-.003.811-.016 1.216l-.278-.041c-.048-.125-.034-.262-.039-.392.008-1.024 0-2.048.006-3.071zM13.889 9.041c.111-.007.222-.011.332-.013-.002 1.17.004 2.34-.003 3.51-.122-.032-.371-.01-.325-.215-.009-1.094.002-2.188-.004-3.282zM17.66 9.07c.328-.164.775-.135 1.037.138.216.207.269.515.355.788l-.268.134c-.099-.249-.165-.554-.422-.691-.317-.19-.734.024-.875.338-.242.498-.257 1.085-.138 1.619.071.329.287.671.644.73.301.062.551-.148.775-.314 0-.219 0-.438.002-.657-.228-.003-.456-.005-.683-.01l-.002-.41c.33-.013.66-.014.99-.011-.01.436.041.879-.023 1.312-.228.292-.565.538-.952.521-.408.016-.748-.287-.916-.636-.258-.531-.278-1.149-.184-1.724.085-.431.257-.899.66-1.127zM14.716 9.031l.333-.003c.386.898.781 1.791 1.178 2.683.008-.895-.003-1.79.006-2.685l.299.004c-.001 1.163.002 2.327-.002 3.49l-.335-.028c-.38-.894-.778-1.779-1.163-2.67.001.903.005 1.807-.002 2.71l-.29-.038c-.058-1.152-.007-2.309-.024-3.463zM17.328 14.284l1.197.001.001.321-.976-.001v.753c.307 0 .615-.001.923.001l-.003.303c-.307.002-.614.001-.92.003v.825l1.004-.003.007.322h-1.236c-.006-.842-.012-1.683.003-2.525zM6.024 14.6c.03-.125.067-.253.159-.348.23.029.225.29.29.461.173.712.391 1.412.565 2.123-.433.029-.351-.514-.472-.794l-.659.003c-.117.278-.035.786-.439.795.181-.748.378-1.492.556-2.24m.202.006c-.068.387-.164.768-.252 1.15l.531-.004c-.105-.379-.202-.76-.279-1.146zM7.426 14.239l.227.114c.309.601.544 1.238.828 1.851.005-.639-.001-1.279.003-1.918l.234-.001c.001.853.006 1.706-.003 2.559-.154-.021-.286-.092-.33-.25-.258-.566-.492-1.143-.749-1.709-.017.653.002 1.306-.011 1.959l-.202-.069a21.457 21.457 0 0 1 .003-2.536zM9.115 14.259l.281.055c.201.359.327.754.49 1.132.176-.375.288-.783.514-1.132l.252-.06c-.183.492-.446.949-.625 1.441-.077.366-.026.743-.042 1.114h-.222c-.01-.359.026-.721-.022-1.078-.183-.501-.44-.972-.626-1.472zM12.577 14.603l.001-.318 1.299-.001.009.313c-.18.005-.359.008-.539.011-.001.734.003 1.468-.002 2.201h-.22c-.009-.733-.003-1.466-.004-2.198l-.544-.008zM14.371 14.25l.201.068c.074.826.021 1.661.015 2.491h-.221c0-.853-.009-1.706.005-2.559zM15.177 14.285h.336c.172.697.303 1.404.471 2.102.149-.702.309-1.403.473-2.102l.298-.001c.009.842.006 1.684.002 2.525h-.214c-.01-.675.004-1.349-.005-2.023-.192.677-.261 1.389-.509 2.049a7.204 7.204 0 0 1-.157-.05c-.189-.654-.29-1.33-.458-1.989-.003.67.001 1.341-.001 2.011l-.236.003c-.003-.842-.004-1.684 0-2.525zM6.608 19.229c.661-.299 1.316-.613 2.001-.853l.204.096c-.104.124-.206.248-.306.375 1.128.086 2.262.009 3.392.065.74-.078 1.481.041 2.221-.024.495-.028.992.063 1.485-.022l-.068-.431c.732.071 1.359.497 2.032.756l-.011.118c-.673.262-1.302.722-2.037.77.041-.146.085-.29.131-.434-.217-.03-.433-.062-.652-.062-1.932.002-3.864 0-5.796 0-.245.001-.487.051-.728.091.205.101.28.322.372.514-.382-.049-.722-.24-1.072-.388-.394-.181-.8-.339-1.168-.571z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking-or-no-stopping--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#181818" opacity=".96" d="M5.609 0h12.705c.666.163 1.29.591 1.55 1.244l.055.418c-.152-.24-.201-.537-.393-.76-.372-.507-.998-.796-1.622-.787-3.97.001-7.94-.005-11.91.003-.888.003-1.676.673-1.886 1.525l-.105-.111c.167-.436.401-.868.796-1.138.236-.2.552-.25.81-.394zM3.964 2.298c.054-.208-.129-.494.131-.615-.004 6.772-.005 13.545.001 20.318-.021.979.84 1.836 1.807 1.877h12.185c.967-.039 1.824-.902 1.816-1.876.01-6.77-.003-13.542.007-20.31.243.123.075.4.125.603 0 6.535.002 13.07-.001 19.605a2.065 2.065 0 0 1-.956 1.784c-.203.162-.48.178-.689.316H5.692c-.593-.147-1.172-.475-1.464-1.032-.326-.533-.261-1.174-.265-1.77l.001-18.9z"/><path fill="#fff" d="M4.108 1.643C4.318.791 5.106.121 5.994.118c3.97-.008 7.94-.002 11.91-.003.624-.009 1.25.28 1.622.787.192.223.241.52.393.76l.03.011-.038.019c-.01 6.768.003 13.54-.007 20.31.008.974-.849 1.837-1.816 1.876H5.903c-.967-.041-1.828-.898-1.807-1.877-.006-6.773-.005-13.546-.001-20.318l-.063.013a.795.795 0 0 1 .076-.053M5.539.655c-.614.178-1.036.807-1.019 1.438l-.001 19.813c-.016.645.414 1.277 1.038 1.462.271.104.562.065.844.072 3.864-.001 7.729.001 11.593-.001.783.013 1.477-.685 1.464-1.469.007-6.624.001-13.248.002-19.872.043-.804-.654-1.542-1.464-1.52C14.063.567 10.13.577 6.196.573c-.22.002-.446.01-.657.082z"/><path fill="#fff" d="M11.292 1.055c2.232-.001 4.465-.006 6.697.002.546-.007 1.02.497.99 1.04v19.805c.029.534-.426 1.056-.974 1.038H6.001c-.551.026-1.015-.5-.98-1.039L5.02 7.67c2.089-.007 4.178-.002 6.267-.003.009-2.204-.001-4.408.005-6.612M5.479 9.396c.021.82 1.003 1.189 1.044 2.005.05.212-.063.513-.321.486-.249-.003-.323-.296-.328-.497-.145-.066-.33-.002-.489-.022.016.234.048.478.176.68.265.455 1.024.445 1.297.001.265-.395.167-.907-.001-1.32-.175-.452-.603-.734-.837-1.148-.114-.229-.041-.663.285-.64.204.039.195.261.241.418.161-.005.321-.007.481-.007-.018-.408-.257-.903-.732-.879-.5-.053-.862.461-.816.923m3.738-.872c-.267.097-.408.37-.479.628-.136.504-.099 1.031-.105 1.548.006.47.017.975.278 1.384.273.417.988.396 1.227-.045.278-.497.249-1.089.255-1.64-.006-.524.02-1.085-.233-1.562-.175-.33-.607-.447-.943-.313m1.461-.002c-.001 1.263-.002 2.526 0 3.79.155-.026.353.058.483-.036-.002-.538-.003-1.076 0-1.615.326.021.697-.014.917-.288.36-.481.304-1.224-.088-1.669-.366-.3-.879-.146-1.312-.182m1.738-.001a798.428 798.428 0 0 0 0 3.791c.16.003.32.003.48 0 .005-.55-.002-1.1.003-1.65.339.023.726-.022.941-.32.324-.472.271-1.164-.081-1.607-.359-.342-.899-.175-1.343-.214m1.843-.001c-.011 1.265-.004 2.53-.004 3.796.16.003.32.003.48 0 0-1.265.006-2.531-.003-3.795l-.473-.001m.79.004v3.761c.144.071.325.008.482.026-.002-.73.011-1.46-.008-2.19.3.709.488 1.467.758 2.191.136.003.272.003.408 0 .002-1.263.002-2.527 0-3.79-.16-.004-.32-.003-.48-.001-.021.585.033 1.176-.028 1.757l-.032.022c-.174-.598-.412-1.176-.612-1.766-.16-.031-.326-.011-.488-.01m2.216.222c-.283.504-.273 1.102-.279 1.662.007.53-.004 1.081.201 1.579.222.546 1.167.539 1.363-.023.109-.486.052-.989.064-1.482a23.741 23.741 0 0 0-.706-.001c-.005.163-.004.326-.003.489l.227.006c-.032.294.1.683-.164.898-.248.093-.402-.171-.42-.38-.082-.758-.118-1.541.046-2.29.044-.279.507-.341.533-.02.16.033.326.011.488.013-.031-.299-.198-.623-.512-.699-.293-.065-.663-.028-.838.248M7.05 8.522c-.003.164-.003.327 0 .491l.463.002c.004 1.101-.002 2.201.003 3.301.16.003.32.003.48 0 .007-1.1-.006-2.201.006-3.301.162-.004.325.002.488-.003l.005-.481c-.481-.023-.964-.005-1.445-.009m-.517 5.295c-.188.909-.374 1.819-.559 2.729l.354-.001c.065-.239.083-.493.169-.724.146.007.3-.023.442.014.051.236.099.472.149.708l.366.002c-.192-.91-.375-1.822-.571-2.731a4.086 4.086 0 0 0-.35.003m1.298-.001c.009.911-.019 1.826.014 2.735l.333-.007c-.002-.509.006-1.017-.004-1.526.235.464.347 1.014.533 1.51l.305.015c.002-.909.003-1.818 0-2.728l-.346.001c-.001.441-.004.883.003 1.325-.196-.428-.318-.888-.493-1.326a4.41 4.41 0 0 0-.345.001m1.568-.002c.182.502.378.999.556 1.502.007.409.002.818.002 1.227.114-.015.256.049.353-.027.004-.404-.008-.808.006-1.212.182-.489.354-.983.555-1.465a.954.954 0 0 0-.37-.024 11.8 11.8 0 0 0-.342.932c-.177-.284-.248-.622-.382-.928a4.333 4.333 0 0 0-.378-.005m3.252.006c-.003.117-.002.234.002.351.11.002.221.002.331.003.007.779-.003 1.559.005 2.338l.037.045a3.2 3.2 0 0 0 .31-.012c.011-.791-.031-1.592.02-2.377l.329.007c.007-.119.008-.237.005-.356a39.98 39.98 0 0 0-1.039.001m1.425-.001c-.005.904.004 1.808-.005 2.712.107.03.257.055.354-.01-.007-.901 0-1.801-.004-2.702h-.345m.953-.004c-.003.899 0 1.798-.001 2.696l.347.033c-.002-.51.006-1.021-.004-1.531.197.248.157.647.362.888.106-.306.162-.635.317-.92-.023.521-.005 1.042-.011 1.564l.345-.009c-.007-.907.002-1.815-.004-2.723a2.661 2.661 0 0 0-.346.009c-.094.291-.2.577-.286.87l-.08-.023c-.092-.286-.191-.57-.293-.853a4.437 4.437 0 0 0-.346-.001m1.952.004c-.001.911-.003 1.822 0 2.733.348.002.696.003 1.045-.001V16.2c-.234-.007-.467.005-.7-.006.003-.318-.002-.636.003-.954.146-.002.292-.002.438-.002l-.001-.363-.436-.001c-.004-.233-.007-.466.001-.699.221-.008.441.005.661-.007a41.32 41.32 0 0 0-.006-.352c-.335.002-.67-.002-1.005.003m-10.13 5.199c.642.46 1.296.909 1.951 1.352l.186-.077c.015-.263-.119-.51-.166-.765 2.772-.002 5.545-.003 8.317.001.031-.329.005-.663.012-.994-2.775-.003-5.55-.002-8.324-.001-.009-.268.326-.632.057-.833-.716.362-1.346.895-2.033 1.317z"/><path fill="#fff" d="M5.822 2.031c.178.003.356-.001.534.005.281.722.497 1.471.803 2.182-.016-.724.003-1.449-.01-2.173.177-.024.358-.008.537-.012l.038.044c-.008 1.474.001 2.947-.004 4.421-.166 0-.332.014-.496-.01-.285-.869-.556-1.745-.87-2.603.007.871.003 1.742.003 2.613-.188.003-.377.004-.565 0-.004-1.472 0-2.944-.002-4.416l.032-.051zM9.115 2.03c.389-.14.881-.009 1.08.372.325.61.267 1.33.278 1.998-.012.618.011 1.297-.341 1.835-.322.475-1.125.451-1.424-.037-.286-.478-.297-1.058-.305-1.6.009-.654-.047-1.329.165-1.96.09-.264.271-.521.547-.608m.127.61c-.268.359-.237.84-.257 1.266.007.564-.04 1.14.102 1.692.053.187.169.445.411.4.334-.194.321-.651.365-.991.012-.733.072-1.496-.165-2.201-.034-.205-.305-.351-.456-.166zM9.339 9.045c.191-.226.419.053.438.256a6.16 6.16 0 0 1 .032 2.212c-.005.238-.303.544-.489.267-.254-.446-.172-.989-.194-1.481.02-.419-.037-.891.213-1.254zM11.157 9.025c.213-.031.516-.043.604.206.08.237.079.507.012.747-.099.247-.401.198-.612.192-.004-.382.001-.764-.004-1.145zM12.902 9.014c.207-.003.492-.038.588.199.091.246.092.534.013.784-.111.226-.39.174-.596.178-.02-.386-.01-.775-.005-1.161zM6.561 15.449c.07-.214.064-.454.17-.655.014.223.113.45.108.665a.607.607 0 0 1-.278-.01z"/><path fill="#bf2f37" d="M5.539.655c.211-.072.437-.08.657-.082 3.934.004 7.867-.006 11.8.005.81-.022 1.507.716 1.464 1.52-.001 6.624.005 13.248-.002 19.872.013.784-.681 1.482-1.464 1.469-3.864.002-7.729 0-11.593.001-.282-.007-.573.032-.844-.072-.624-.185-1.054-.817-1.038-1.462L4.52 2.093c-.017-.631.405-1.26 1.019-1.438m5.753.4c-.006 2.204.004 4.408-.005 6.612-2.089.001-4.178-.004-6.267.003l.001 14.231c-.035.539.429 1.065.98 1.039h12.004c.548.018 1.003-.504.974-1.038V2.097c.03-.543-.444-1.047-.99-1.04-2.232-.008-4.465-.003-6.697-.002m-5.47.976l-.032.051c.002 1.472-.002 2.944.002 4.416.188.004.377.003.565 0 0-.871.004-1.742-.003-2.613.314.858.585 1.734.87 2.603.164.024.33.01.496.01.005-1.474-.004-2.947.004-4.421l-.038-.044c-.179.004-.36-.012-.537.012.013.724-.006 1.449.01 2.173-.306-.711-.522-1.46-.803-2.182-.178-.006-.356-.002-.534-.005m3.293-.001c-.276.087-.457.344-.547.608-.212.631-.156 1.306-.165 1.96.008.542.019 1.122.305 1.6.299.488 1.102.512 1.424.037.352-.538.329-1.217.341-1.835-.011-.668.047-1.388-.278-1.998-.199-.381-.691-.512-1.08-.372z"/><path fill="#bf2f37" d="M9.242 2.64c.151-.185.422-.039.456.166.237.705.177 1.468.165 2.201-.044.34-.031.797-.365.991-.242.045-.358-.213-.411-.4-.142-.552-.095-1.128-.102-1.692.02-.426-.011-.907.257-1.266zM5.479 9.396c-.046-.462.316-.976.816-.923.475-.024.714.471.732.879-.16 0-.32.002-.481.007-.046-.157-.037-.379-.241-.418-.326-.023-.399.411-.285.64.234.414.662.696.837 1.148.168.413.266.925.001 1.32-.273.444-1.032.454-1.297-.001-.128-.202-.16-.446-.176-.68.159.02.344-.044.489.022.005.201.079.494.328.497.258.027.371-.274.321-.486-.041-.816-1.023-1.185-1.044-2.005zM9.217 8.524c.336-.134.768-.017.943.313.253.477.227 1.038.233 1.562-.006.551.023 1.143-.255 1.64-.239.441-.954.462-1.227.045-.261-.409-.272-.914-.278-1.384.006-.517-.031-1.044.105-1.548.071-.258.212-.531.479-.628m.122.521c-.25.363-.193.835-.213 1.254.022.492-.06 1.035.194 1.481.186.277.484-.029.489-.267a6.16 6.16 0 0 0-.032-2.212c-.019-.203-.247-.482-.438-.256zM10.678 8.522c.433.036.946-.118 1.312.182.392.445.448 1.188.088 1.669-.22.274-.591.309-.917.288-.003.539-.002 1.077 0 1.615-.13.094-.328.01-.483.036-.002-1.264-.001-2.527 0-3.79m.479.503c.005.381 0 .763.004 1.145.211.006.513.055.612-.192.067-.24.068-.51-.012-.747-.088-.249-.391-.237-.604-.206zM12.416 8.521c.444.039.984-.128 1.343.214.352.443.405 1.135.081 1.607-.215.298-.602.343-.941.32-.005.55.002 1.1-.003 1.65-.16.003-.32.003-.48 0a798.428 798.428 0 0 1 0-3.791m.486.493c-.005.386-.015.775.005 1.161.206-.004.485.048.596-.178.079-.25.078-.538-.013-.784-.096-.237-.381-.202-.588-.199zM14.259 8.52l.473.001c.009 1.264.003 2.53.003 3.795-.16.003-.32.003-.48 0 0-1.266-.007-2.531.004-3.796zM15.049 8.524c.162-.001.328-.021.488.01.2.59.438 1.168.612 1.766l.032-.022c.061-.581.007-1.172.028-1.757.16-.002.32-.003.48.001.002 1.263.002 2.527 0 3.79a9.25 9.25 0 0 1-.408 0c-.27-.724-.458-1.482-.758-2.191.019.73.006 1.46.008 2.19-.157-.018-.338.045-.482-.026V8.524zM17.265 8.746c.175-.276.545-.313.838-.248.314.076.481.4.512.699-.162-.002-.328.02-.488-.013-.026-.321-.489-.259-.533.02-.164.749-.128 1.532-.046 2.29.018.209.172.473.42.38.264-.215.132-.604.164-.898l-.227-.006c-.001-.163-.002-.326.003-.489.235-.003.47-.003.706.001-.012.493.045.996-.064 1.482-.196.562-1.141.569-1.363.023-.205-.498-.194-1.049-.201-1.579.006-.56-.004-1.158.279-1.662zM7.05 8.522c.481.004.964-.014 1.445.009l-.005.481c-.163.005-.326-.001-.488.003-.012 1.1.001 2.201-.006 3.301-.16.003-.32.003-.48 0-.005-1.1.001-2.2-.003-3.301l-.463-.002a13.395 13.395 0 0 1 0-.491zM6.533 13.817c.117-.006.233-.007.35-.003.196.909.379 1.821.571 2.731l-.366-.002c-.05-.236-.098-.472-.149-.708-.142-.037-.296-.007-.442-.014-.086.231-.104.485-.169.724l-.354.001c.185-.91.371-1.82.559-2.729m.028 1.632a.607.607 0 0 0 .278.01c.005-.215-.094-.442-.108-.665-.106.201-.1.441-.17.655zM7.831 13.816a4.41 4.41 0 0 1 .345-.001c.175.438.297.898.493 1.326-.007-.442-.004-.884-.003-1.325l.346-.001c.003.91.002 1.819 0 2.728l-.305-.015c-.186-.496-.298-1.046-.533-1.51.01.509.002 1.017.004 1.526l-.333.007c-.033-.909-.005-1.824-.014-2.735zM9.399 13.814c.126-.004.252-.002.378.005.134.306.205.644.382.928a11.8 11.8 0 0 1 .342-.932.954.954 0 0 1 .37.024c-.201.482-.373.976-.555 1.465-.014.404-.002.808-.006 1.212-.097.076-.239.012-.353.027 0-.409.005-.818-.002-1.227-.178-.503-.374-1-.556-1.502zM12.651 13.82a39.98 39.98 0 0 1 1.039-.001c.003.119.002.237-.005.356l-.329-.007c-.051.785-.009 1.586-.02 2.377a3.2 3.2 0 0 1-.31.012l-.037-.045c-.008-.779.002-1.559-.005-2.338-.11-.001-.221-.001-.331-.003a5.868 5.868 0 0 1-.002-.351zM14.076 13.819h.345c.004.901-.003 1.801.004 2.702-.097.065-.247.04-.354.01.009-.904 0-1.808.005-2.712zM15.029 13.815c.115-.004.23-.004.346.001.102.283.201.567.293.853l.08.023c.086-.293.192-.579.286-.87.115-.011.23-.013.346-.009.006.908-.003 1.816.004 2.723l-.345.009c.006-.522-.012-1.043.011-1.564-.155.285-.211.614-.317.92-.205-.241-.165-.64-.362-.888.01.51.002 1.021.004 1.531l-.347-.033c.001-.898-.002-1.797.001-2.696zM16.981 13.819c.335-.005.67-.001 1.005-.003l.006.352c-.22.012-.44-.001-.661.007-.008.233-.005.466-.001.699l.436.001.001.363c-.146 0-.292 0-.438.002-.005.318 0 .636-.003.954.233.011.466-.001.7.006v.351c-.349.004-.697.003-1.045.001-.003-.911-.001-1.822 0-2.733zM6.851 19.018c.687-.422 1.317-.955 2.033-1.317.269.201-.066.565-.057.833 2.774-.001 5.549-.002 8.324.001-.007.331.019.665-.012.994-2.772-.004-5.545-.003-8.317-.001.047.255.181.502.166.765a14.62 14.62 0 0 0-.186.077 87.858 87.858 0 0 1-1.951-1.352z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking-or-no-stopping--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.867 0h.345a2.565 2.565 0 0 1-.345.425V0zM21.694 0h.439v.799C22.114.65 22.089.5 22.067.351c-.123-.118-.244-.239-.373-.351zM2.255.721c.11-.163.228-.375.46-.341C8.87.374 15.023.377 21.178.378c.233-.039.368.155.476.326-.013 7.599.004 15.197-.009 22.796l-.243.242c-5.162.029-10.323.004-15.486.013-1.138-.013-2.278.027-3.417-.021-.08-.105-.161-.208-.242-.311.004-7.567.009-15.134-.002-22.701m10.947 1.435c-.62.286-.86 1.006-.97 1.629-.115.823-.097 1.697.235 2.471.194.461.608.894 1.143.881.471.027.868-.311 1.082-.706.379-.692.413-1.508.366-2.278-.046-.624-.202-1.29-.653-1.75a1.098 1.098 0 0 0-1.203-.246m-4.055.038c.004 1.611-.004 3.22.004 4.831l.303-.012c.011-1.398-.012-2.796.012-4.194.567 1.411 1.193 2.799 1.78 4.202l.352-.003V2.195l-.303-.004c-.005 1.398.007 2.797-.006 4.195-.617-1.394-1.205-2.8-1.81-4.199l-.332.01m-5.958 8.185c-.191.482-.186 1.142.234 1.507.335.26.818.27 1.111.59.237.316.209.78.028 1.116-.18.303-.619.337-.906.181-.31-.185-.348-.573-.413-.892l-.247-.036c.018.395.078.827.368 1.122.407.407 1.205.291 1.446-.244.181-.418.191-.918.032-1.345-.197-.476-.768-.514-1.164-.741-.45-.223-.459-.894-.162-1.244.258-.307.799-.252.982.109.176.203-.005.661.388.601-.025-.398-.093-.853-.443-1.102-.417-.311-1.069-.098-1.255.379m1.997-.418l-.003.334c.278.002.557.002.835.002-.003 1.266-.001 2.532-.001 3.798l.274.005a1608.67 1608.67 0 0 1 0-3.805h.845l-.002-.336-1.948.001m3.017.002c-.422.237-.618.722-.723 1.171-.143.71-.134 1.467.102 2.156.143.411.444.827.899.905.433.087.848-.196 1.052-.563.287-.511.353-1.115.356-1.692-.034-.602-.113-1.255-.516-1.734-.276-.332-.786-.452-1.17-.242m2.168.002c.007 1.378.001 2.756.003 4.134l.262-.002v-1.818c.4-.009.848.055 1.197-.183.4-.303.446-.866.379-1.326-.039-.336-.229-.691-.581-.774-.416-.07-.841-.028-1.26-.031m2.286-.004c-.001 1.378.002 2.757-.002 4.135l.251.006c.003-.608 0-1.215.001-1.823.476-.001 1.086.071 1.394-.382.297-.497.292-1.198-.037-1.679-.416-.43-1.077-.203-1.606-.258m6.421.218c-.385.417-.475 1.01-.517 1.554-.021.682.016 1.418.385 2.013.229.383.738.585 1.157.396.319-.115.474-.438.615-.722l.007.679.219-.002c-.004-.71-.002-1.421-.003-2.132a54.235 54.235 0 0 0-1.141.002l.002.33c.301 0 .602 0 .902.002-.027.464-.061.983-.4 1.339-.266.288-.775.302-1.038.002-.31-.343-.41-.822-.448-1.27-.014-.593.014-1.222.301-1.756.19-.359.686-.551 1.043-.318.303.178.406.529.499.844l.26.048c-.062-.415-.191-.861-.534-1.131-.379-.31-.995-.252-1.31.123m-4.054 3.919l.258-.001c-.002-1.376-.005-2.752.001-4.128a19.32 19.32 0 0 0-.25-.023c-.02 1.383-.001 2.768-.01 4.153m.94-4.14c.003 1.38.003 2.759 0 4.139l.258.002c.004-1.194-.011-2.387.007-3.581.527 1.186 1.022 2.386 1.535 3.577l.303.003c-.006-1.373.005-2.746-.005-4.118a11.62 11.62 0 0 0-.25-.037c-.01 1.205.007 2.412-.009 3.617-.522-1.194-1.028-2.393-1.54-3.589l-.3-.012M4.164 16.147c-.359 1.385-.706 2.772-1.062 4.157l.265-.028c.125-.417.212-.844.316-1.266.406-.011.812-.007 1.218-.009.117.422.193.855.318 1.276.065.006.196.02.261.028-.341-1.385-.681-2.769-1.029-4.151l-.286-.006m4.692.012c.32.778.654 1.553.943 2.342.039.595.003 1.194.014 1.79l.258-.002c.058-.758-.163-1.577.203-2.279.253-.626.538-1.239.767-1.875l-.292.038c-.281.642-.531 1.297-.791 1.948-.305-.642-.527-1.319-.801-1.974l-.3.013m2.594.004l-.015.321.858.003v3.801l.266.001c.002-1.269-.006-2.538.004-3.806.283.003.564.004.847.001v-.332c-.653.004-1.308-.021-1.959.011m3.92-.011c.002 1.38.001 2.759.001 4.139l.27-.003c.011-1.214-.021-2.429.018-3.643.274 1.225.574 2.444.867 3.664l.228-.035c.31-1.21.606-2.426.861-3.649.05 1.22.011 2.442.023 3.662l.263.004v-4.14h-.39c-.272 1.217-.591 2.425-.848 3.645-.325-1.209-.594-2.432-.895-3.647l-.399.003m3.417 0v4.138c.609 0 1.218.002 1.827-.001l-.009-.329c-.516-.003-1.031-.001-1.548-.002a75.17 75.17 0 0 1 0-1.645c.461.006.922.007 1.382-.002l-.001-.327c-.462-.005-.924-.003-1.387-.004.002-.497.002-.994 0-1.491.508-.002 1.015 0 1.523-.001v-.337c-.596.001-1.193-.001-1.789.002m-12.67-.007c.002 1.38.001 2.761.001 4.14l.269.004c.003-1.199-.01-2.399.005-3.598.51 1.203 1.025 2.405 1.54 3.605l.277-.013c.048-1.249.002-2.503.021-3.755-.035-.165.103-.546-.259-.389-.009 1.198.004 2.397-.006 3.596-.502-1.107-.963-2.235-1.447-3.351-.035-.211-.207-.277-.401-.239m8.033.01a711.05 711.05 0 0 1 0 4.131l.251.003c-.001-1.381.002-2.764-.001-4.145-.063.002-.188.007-.25.011z"/><path fill="#fff" d="M13.332 2.514c.324-.108.705-.026.931.239.444.496.491 1.201.523 1.835-.02.641-.078 1.343-.503 1.858-.277.343-.836.413-1.179.127-.371-.3-.512-.787-.581-1.241a4.669 4.669 0 0 1 .092-1.861c.113-.387.322-.797.718-.957zM8.313 10.274c.321-.174.742-.042.943.254.341.468.371 1.077.369 1.635-.026.505-.08 1.063-.437 1.456-.269.33-.837.327-1.105-.001-.415-.487-.442-1.174-.43-1.783.033-.562.137-1.241.66-1.561zM10.635 10.302c.379.023.822-.096 1.142.166.268.309.24.791.102 1.153-.24.452-.83.281-1.245.311.001-.544.002-1.088 0-1.631zM12.906 10.301c.405.029.942-.122 1.223.26.183.37.179.869-.075 1.205-.317.27-.77.137-1.149.167V10.3zM4.308 16.518c.158.713.341 1.42.509 2.13-.346.002-.69.002-1.036-.003.178-.708.32-1.426.527-2.127zM21.961 24c-.095-.178.077-.351.173-.486V24h-.173zM1.867 23.69a.367.367 0 0 1 .203.31h-.203v-.31z"/><path fill="#be1f13" d="M2.211 0h19.483c.129.112.251.233.373.351.022.149.047.299.066.448v22.715c-.096.135-.268.308-.173.486H2.069a.362.362 0 0 0-.203-.31V.425c.128-.129.246-.27.345-.425m.044.721c.011 7.567.006 15.134.002 22.701l.242.311c1.138.048 2.278.009 3.417.021 5.163-.009 10.324.016 15.486-.013l.243-.242c.013-7.599-.004-15.197.009-22.796-.108-.172-.243-.366-.476-.326C15.023.376 8.87.373 2.715.379c-.231-.034-.35.178-.46.341z"/><path fill="#be1f13" d="M13.202 2.157a1.098 1.098 0 0 1 1.203.246c.451.461.607 1.126.653 1.75.047.77.013 1.586-.366 2.278-.213.395-.61.733-1.082.706-.535.013-.949-.42-1.143-.881-.332-.774-.35-1.648-.235-2.471.11-.623.35-1.343.97-1.629m.13.358c-.396.16-.605.57-.718.957a4.67 4.67 0 0 0-.092 1.861c.069.453.21.941.581 1.241.342.286.901.217 1.179-.127.426-.515.483-1.217.503-1.858-.032-.634-.079-1.339-.523-1.835-.226-.265-.607-.347-.931-.239zM9.147 2.196l.332-.01c.605 1.399 1.194 2.805 1.81 4.199.014-1.398.001-2.797.006-4.195l.303.004v4.825l-.352.003c-.588-1.403-1.213-2.79-1.78-4.202-.023 1.398-.001 2.796-.012 4.194l-.303.012c-.009-1.611 0-3.22-.004-4.831zM3.189 10.382c.187-.477.838-.69 1.255-.379.35.249.418.704.443 1.102-.394.061-.212-.398-.388-.601-.183-.361-.724-.416-.982-.109-.297.35-.288 1.021.162 1.244.396.227.966.266 1.164.741.159.427.149.927-.032 1.345-.241.535-1.039.652-1.446.244-.29-.295-.35-.727-.368-1.122l.247.036c.065.319.102.707.413.892.287.156.725.122.906-.181.181-.336.209-.8-.028-1.116-.293-.32-.777-.33-1.111-.59-.419-.365-.425-1.025-.234-1.507zM5.185 9.965l1.948-.001.002.336H6.29a1608.67 1608.67 0 0 0 0 3.805l-.274-.005c0-1.266-.002-2.532.001-3.798-.278 0-.557 0-.835-.002l.003-.334zM8.202 9.966c.384-.21.894-.09 1.17.242.403.479.482 1.133.516 1.734-.003.577-.069 1.181-.356 1.692-.204.367-.619.651-1.052.563-.455-.078-.756-.494-.899-.905-.237-.689-.245-1.445-.102-2.156.106-.449.301-.934.723-1.171m.111.309c-.524.32-.627.998-.66 1.561-.012.609.015 1.296.43 1.783.268.329.836.331 1.105.001.357-.393.412-.951.437-1.456.002-.558-.028-1.167-.369-1.635-.201-.295-.622-.428-.943-.254zM10.37 9.969c.419.003.844-.039 1.26.031.352.083.542.438.581.774.067.46.021 1.023-.379 1.326-.349.239-.797.175-1.197.183v1.818l-.262.002c-.002-1.378.004-2.756-.003-4.134m.265.333c.002.543.001 1.087 0 1.631.415-.031 1.005.141 1.245-.311.138-.362.165-.844-.102-1.153-.32-.262-.764-.143-1.142-.166zM12.656 9.965c.529.055 1.19-.172 1.606.258.33.481.334 1.182.037 1.679-.308.453-.918.381-1.394.382-.001.608.002 1.215-.001 1.823l-.251-.006c.004-1.378.001-2.757.002-4.135m.251.335v1.633c.379-.031.832.102 1.149-.167.254-.336.258-.835.075-1.205-.282-.382-.818-.231-1.223-.26zM19.078 10.182c.315-.374.931-.433 1.31-.123.343.27.473.716.534 1.131l-.26-.048c-.093-.315-.196-.666-.499-.844-.357-.234-.853-.042-1.043.318-.287.533-.315 1.163-.301 1.756.038.448.138.927.448 1.27.262.3.772.286 1.038-.002.339-.355.373-.875.4-1.339-.301-.002-.602-.002-.902-.002l-.002-.33c.381-.005.761-.005 1.141-.002.001.711-.001 1.422.003 2.132l-.219.002-.007-.679c-.142.284-.297.607-.615.722-.419.189-.928-.013-1.157-.396-.369-.595-.406-1.331-.385-2.013.043-.544.132-1.137.517-1.554zM15.023 14.102c.009-1.385-.011-2.769.01-4.153l.25.023c-.006 1.376-.003 2.752-.001 4.128l-.258.001zM15.962 9.963l.3.012c.512 1.197 1.019 2.396 1.54 3.589.016-1.205-.001-2.412.009-3.617l.25.037c.011 1.373-.001 2.746.005 4.118l-.303-.003c-.513-1.19-1.008-2.39-1.535-3.577-.018 1.194-.003 2.387-.007 3.581l-.258-.002c.003-1.379.003-2.758 0-4.139zM4.164 16.147l.286.006c.349 1.382.688 2.767 1.029 4.151l-.261-.028c-.125-.42-.201-.853-.318-1.276-.406.001-.812-.002-1.218.009-.103.422-.191.849-.316 1.266l-.265.028c.356-1.385.703-2.772 1.062-4.157m.145.372c-.207.701-.349 1.419-.527 2.127.346.005.69.005 1.036.003-.167-.71-.351-1.418-.509-2.13zM8.857 16.16l.3-.013c.274.655.496 1.332.801 1.974.26-.651.511-1.306.791-1.948l.292-.038c-.229.636-.514 1.249-.767 1.875-.366.703-.145 1.521-.203 2.279l-.258.002c-.011-.596.026-1.195-.014-1.79-.289-.789-.623-1.565-.943-2.342zM11.452 16.165c.652-.032 1.307-.006 1.959-.011v.332c-.283.003-.564.002-.847-.001-.011 1.268-.002 2.537-.004 3.806l-.266-.001v-3.801l-.858-.003.015-.321zM15.373 16.154l.399-.003c.301 1.215.57 2.438.895 3.647.257-1.22.576-2.428.848-3.645h.39v4.14l-.263-.004c-.013-1.22.027-2.442-.023-3.662a81.514 81.514 0 0 1-.861 3.649l-.228.035c-.293-1.22-.593-2.439-.867-3.664-.039 1.214-.007 2.429-.018 3.643l-.27.003c0-1.379.001-2.758-.001-4.139zM18.789 16.154c.596-.003 1.193-.001 1.789-.002v.337c-.508.001-1.015-.001-1.523.001.002.497.002.994 0 1.491.463.001.925-.001 1.387.004l.001.327c-.461.01-.922.009-1.382.002a75.17 75.17 0 0 0 0 1.645c.516.001 1.031-.001 1.548.002l.009.329c-.609.003-1.218.001-1.827.001v-4.138zM6.117 16.148c.194-.038.366.028.401.239.484 1.117.945 2.244 1.447 3.351.011-1.199-.002-2.398.006-3.596.363-.157.224.224.259.389-.019 1.251.027 2.506-.021 3.755l-.277.013c-.515-1.2-1.03-2.402-1.54-3.605-.015 1.199-.002 2.399-.005 3.598l-.269-.004c0-1.379.001-2.759-.001-4.14zM14.15 16.158l.25-.011c.003 1.381 0 2.764.001 4.145l-.251-.003a711.05 711.05 0 0 0 0-4.131z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking-or-no-stopping--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" d="M.099 0H.27v20.916c-.016.953.461 1.908 1.267 2.428.56.385 1.254.507 1.924.484 5.879-.017 11.758.024 17.636-.021l.252.193H2.659c-.52-.155-1.053-.334-1.471-.695C.48 22.729.08 21.817.096 20.906.097 13.937.089 6.969.1 0zM23.73 0h.174c.001 6.97.002 13.941 0 20.911.02 1.118-.622 2.221-1.619 2.735-.24.115-.501.273-.776.226l-.115-.074c1.284-.267 2.318-1.438 2.332-2.762.009-7.012.001-14.024.004-21.036z"/><path fill="#fff" d="M.27 0h.647C.919 6.967.913 13.936.921 20.904c-.046 1.185.977 2.274 2.169 2.268 5.939.007 11.879.006 17.817 0 1.188.009 2.207-1.084 2.148-2.264 0-6.969.002-13.939-.001-20.907h.678c-.002 7.012.005 14.024-.004 21.036-.014 1.325-1.048 2.495-2.332 2.762l-.298.009c-5.879.045-11.758.004-17.636.021-.669.024-1.363-.099-1.924-.484-.805-.521-1.283-1.476-1.267-2.428V.001z"/><path fill="#fff" d="M1.656 0h20.685c-.002 6.971.004 13.944-.004 20.915.04.834-.714 1.58-1.55 1.517-5.65.005-11.301-.001-16.951.004-.459-.009-.949.049-1.374-.158-.51-.246-.818-.805-.8-1.365-.007-6.971.004-13.941-.005-20.912M2.85 1.027c-.028 1.882-.005 3.765-.011 5.646.238-.001.476-.002.715-.005-.006-.815-.002-1.631-.002-2.446.511.02 1.104-.047 1.412-.512.469-.718.397-1.786-.198-2.412-.541-.426-1.28-.213-1.915-.271m3.416.015c-.366 1.882-.771 3.756-1.142 5.638.247-.006.494-.011.74-.02.094-.5.204-.997.311-1.496l.919-.002c.115.502.216 1.007.325 1.511h.747c-.388-1.882-.779-3.762-1.17-5.644-.242.002-.486.006-.73.014m2.196-.011c-.002 1.878.006 3.756-.004 5.634l.716.009c.006-.878-.01-1.758.01-2.636l.303-.009c.246.873.434 1.763.657 2.642h.732c-.183-.918-.384-1.833-.557-2.753.193-.262.491-.476.527-.83.103-.648.059-1.493-.558-1.879-.562-.292-1.221-.144-1.827-.178m2.846.001c-.004 1.877.007 3.753-.005 5.63.239.005.479.009.718.012.006-.661-.007-1.321.002-1.981-.01-.249.153-.449.285-.643.236.875.499 1.741.732 2.615.26.011.52.004.778-.016-.354-1.222-.672-2.456-1.006-3.684.308-.646.621-1.289.923-1.937l-.829.002c-.296.588-.569 1.189-.881 1.769-.016-.593.015-1.184-.021-1.775l-.696.007m2.942-.001c-.004 1.88 0 3.761-.002 5.641h.714c-.002-1.88.006-3.762-.004-5.644l-.708.002m1.484.001l-.001 5.641h.714c.027-1.079-.057-2.164.048-3.239.327 1.087.705 2.159 1.054 3.239h.616c-.004-1.88.002-3.761-.002-5.64-.238-.001-.474-.004-.71-.006-.032.908.024 1.817-.033 2.725-.339-.903-.642-1.819-.979-2.722l-.706.001m3.392.406c-.339.658-.362 1.42-.372 2.146.002.748-.021 1.512.174 2.24.088.348.26.727.621.86.557.225 1.393.051 1.538-.614.134-.7.052-1.419.074-2.127h-1.048l-.001.729.334.007c-.01.375.047.763-.066 1.127-.069.235-.393.312-.569.147-.23-.233-.236-.583-.275-.887-.069-.943-.098-1.9.068-2.837.04-.236.161-.52.439-.534.242-.061.343.183.438.35l.675.005c-.038-.417-.239-.871-.661-1.018-.473-.16-1.117-.077-1.371.405M3.902 8.884c-.27 1.355-.569 2.706-.819 4.065l.504.005c.089-.361.169-.724.239-1.087.22-.004.44-.007.661-.014.084.365.169.73.242 1.097l.537-.004c-.28-1.355-.562-2.708-.841-4.063a45.414 45.414 0 0 0-.522 0m1.919.001c-.002 1.353.002 2.708-.002 4.061l.518.004c.014-.781-.027-1.562.025-2.343l.768 2.337.428.015c.037-1.357.007-2.717.016-4.075h-.516c-.011.635.03 1.269-.033 1.901-.252-.627-.449-1.274-.695-1.904l-.508.004m2.323.002c.265.756.591 1.492.818 2.26.027.6-.001 1.2.009 1.8l.523.004c.014-.606-.022-1.212.014-1.817.23-.765.554-1.498.818-2.252-.187.001-.374.004-.56.006-.176.466-.33.941-.537 1.397-.178-.469-.344-.944-.537-1.407-.183.002-.365.005-.547.009m4.814-.004v.527l.502.002c.006 1.18-.017 2.36.012 3.541l.5-.002c.01-1.18 0-2.36.005-3.541h.522v-.526c-.513-.002-1.028-.001-1.541-.001m2.111 0c.009 1.357-.021 2.714.015 4.071l.496-.004c.01-1.356.002-2.712.005-4.068h-.516m1.41.009c.002 1.355-.001 2.709.001 4.064.174-.007.348-.012.522-.016a106.64 106.64 0 0 1-.002-2.332c.2.459.294.956.508 1.41.161-.459.268-.935.468-1.379.007.771 0 1.541.004 2.312l.51-.002c-.002-1.357 0-2.714-.002-4.073-.173.011-.346.02-.521.025-.15.465-.287.935-.479 1.386-.176-.468-.318-.948-.505-1.412l-.504.017m2.897-.008c-.006 1.351.011 2.701-.009 4.052.52.026 1.04.015 1.561.009a90.84 90.84 0 0 0-.004-.52c-.344-.002-.688-.004-1.032-.004v-1.425l.652-.001.005-.527c-.219-.004-.439-.007-.658-.014l.001-1.042.974-.001v-.527h-1.491M7.106 14.766c-.909.626-1.84 1.225-2.73 1.875.986.647 1.932 1.353 2.926 1.988l.28-.188a31.494 31.494 0 0 1-.28-1.076c4.112 0 8.226.019 12.338-.01-.009-.49-.005-.981-.006-1.471-4.112-.006-8.226.012-12.338-.01.096-.346.188-.695.291-1.04-.124-.163-.324-.239-.48-.068z"/><path fill="#fff" d="M9.178 1.758c.302.03.739-.072.899.267.116.329.106.7.024 1.034-.156.36-.619.216-.923.252-.002-.518-.002-1.035 0-1.554zM3.551 1.76c.291.019.69-.062.854.254.171.369.172.814.048 1.196-.147.358-.595.264-.901.283L3.551 1.76zM6.63 3.01c.147.468.21.955.309 1.434a31.06 31.06 0 0 0-.61-.02c.113-.468.203-.941.301-1.414zM4.151 10.331c.106.324.168.661.229.995-.141.004-.283.007-.424.012.061-.336.121-.673.195-1.007z"/><path fill="#bf2f37" d="M.917 0h.74c.009 6.971-.002 13.941.005 20.912-.017.559.291 1.118.8 1.365.426.208.915.15 1.374.158 5.65-.005 11.301.001 16.951-.004.836.063 1.59-.683 1.55-1.517.007-6.971.001-13.944.004-20.915h.711c.004 6.969.001 13.939.001 20.907.059 1.18-.96 2.273-2.148 2.264-5.938.006-11.878.007-17.817 0-1.191.006-2.214-1.082-2.169-2.268C.912 13.935.918 6.966.915-.002z"/><path fill="#bf2f37" d="M2.85 1.027c.635.058 1.374-.155 1.915.271.595.626.667 1.695.198 2.412-.308.465-.901.532-1.412.512 0 .815-.004 1.631.002 2.446l-.715.005c.006-1.882-.017-3.765.011-5.646m.702.733l.001 1.733c.306-.02.753.074.901-.283.124-.382.122-.828-.048-1.196-.163-.315-.563-.235-.854-.254zM6.267 1.042c.244-.007.487-.011.73-.014.391 1.882.782 3.762 1.17 5.644H7.42c-.109-.504-.21-1.008-.325-1.511l-.919.002c-.106.499-.216.996-.311 1.496-.246.009-.492.014-.74.02.371-1.882.776-3.756 1.142-5.638M6.63 3.01c-.098.473-.188.946-.301 1.414.203.005.407.011.61.02-.099-.479-.162-.966-.309-1.434zM8.463 1.032c.606.035 1.266-.114 1.827.178.617.386.661 1.231.558 1.879-.036.354-.334.568-.527.83.173.919.374 1.835.557 2.753h-.732c-.223-.88-.411-1.769-.657-2.642l-.303.009c-.02.878-.004 1.758-.01 2.636a84.93 84.93 0 0 1-.716-.009c.01-1.878.001-3.756.004-5.634m.714.726c-.002.518-.002 1.035 0 1.554.304-.036.767.108.923-.252.083-.334.093-.705-.024-1.034-.161-.339-.598-.238-.899-.267zM11.308 1.033l.696-.007c.036.591.005 1.183.021 1.775.312-.58.585-1.181.881-1.769l.829-.002c-.302.648-.615 1.292-.923 1.937.334 1.228.652 2.462 1.006 3.684-.259.02-.518.027-.778.016-.234-.875-.496-1.741-.732-2.615-.131.194-.294.395-.285.643-.01.659.004 1.32-.002 1.981-.239-.004-.479-.007-.718-.012.012-1.877.001-3.753.005-5.63zM14.25 1.031l.708-.002c.01 1.882.001 3.763.004 5.644h-.714c.002-1.88-.001-3.761.002-5.641zM15.734 1.031l.706-.001c.336.903.64 1.819.979 2.722.057-.908.001-1.817.033-2.725.236.002.473.005.71.006.005 1.879-.001 3.76.002 5.64h-.616c-.349-1.08-.727-2.151-1.054-3.239-.105 1.075-.021 2.16-.048 3.239h-.714l.001-5.641zM19.127 1.436c.254-.481.898-.564 1.371-.405.422.147.622.601.661 1.018a75.109 75.109 0 0 1-.675-.005c-.095-.167-.195-.411-.438-.35-.278.015-.4.298-.439.534-.166.936-.137 1.894-.068 2.837.038.304.045.654.275.887.176.165.5.088.569-.147.113-.364.056-.752.066-1.127l-.334-.007.001-.729h1.048c-.022.708.059 1.426-.074 2.127-.145.664-.981.839-1.538.614-.361-.132-.533-.512-.621-.86-.195-.729-.172-1.492-.174-2.24.01-.726.033-1.488.372-2.146zM3.902 8.884h.522c.28 1.355.562 2.708.841 4.063l-.537.004c-.073-.367-.158-.732-.242-1.097-.22.006-.44.01-.661.014-.069.364-.15.726-.239 1.087l-.504-.005c.25-1.36.549-2.711.819-4.065m.25 1.446a24.83 24.83 0 0 0-.195 1.007c.141-.005.283-.009.424-.012-.061-.334-.122-.671-.229-.995zM5.822 8.884l.508-.004c.246.63.443 1.277.695 1.904.063-.632.022-1.267.033-1.901h.516c-.009 1.358.021 2.718-.016 4.075l-.428-.015-.768-2.337c-.052.781-.011 1.562-.025 2.343l-.518-.004c.005-1.353 0-2.708.002-4.061zM8.146 8.886c.182-.004.364-.006.547-.009.193.463.359.938.537 1.407.207-.455.361-.93.537-1.397l.56-.006c-.264.753-.588 1.487-.818 2.252-.036.605 0 1.211-.014 1.817l-.523-.004c-.01-.6.019-1.2-.009-1.8-.226-.768-.553-1.504-.818-2.26zM12.961 8.882c.513 0 1.028-.001 1.541.001v.526h-.522c-.005 1.18.005 2.36-.005 3.541l-.5.002c-.03-1.18-.006-2.36-.012-3.541l-.502-.002v-.527zM15.072 8.882h.516c-.002 1.356.005 2.712-.005 4.068l-.496.004c-.036-1.357-.006-2.714-.015-4.071zM16.482 8.89l.504-.017c.187.464.329.944.505 1.412.192-.45.329-.92.479-1.386.174-.005.348-.014.521-.025.002 1.358 0 2.715.002 4.073l-.51.002c-.004-.771.004-1.541-.004-2.312-.199.444-.307.92-.468 1.379-.214-.454-.308-.951-.508-1.41-.007.777-.006 1.554.002 2.332a30.32 30.32 0 0 0-.522.016c-.002-1.355.001-2.709-.001-4.064zM19.379 8.882h1.491v.527l-.974.001-.001 1.042c.219.006.439.01.658.014-.001.176-.002.351-.005.527l-.652.001v1.425c.344 0 .688.001 1.032.004l.004.52c-.521.006-1.042.017-1.561-.009.02-1.351.002-2.701.009-4.052zM7.106 14.766c.156-.171.356-.095.48.068-.103.345-.194.694-.291 1.04 4.112.022 8.226.004 12.338.01.001.49-.002.981.006 1.471-4.112.028-8.226.01-12.338.01.085.36.181.719.28 1.076l-.28.188c-.993-.635-1.94-1.341-2.926-1.988.891-.651 1.821-1.249 2.73-1.875z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-passenger-loading--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M4.93 2.291C7.575.339 11.048-.409 14.267.216c2.738.5 5.267 2.017 7.024 4.171 1.664 2.016 2.61 4.59 2.71 7.198v.821c-.108 2.98-1.344 5.906-3.451 8.022-2.077 2.134-4.973 3.397-7.937 3.572h-1.202c-2.914-.166-5.765-1.381-7.836-3.449-2.202-2.146-3.498-5.17-3.574-8.24v-.623c.074-3.672 1.94-7.258 4.93-9.397M6.14 4.229c.644.65 1.296 1.292 1.939 1.944.332.334.667.665 1.008.989 1.222 1.25 2.462 2.48 3.704 3.71.324.343.664.671.996 1.007.616.618 1.24 1.228 1.847 1.855.544.52 1.06 1.066 1.604 1.584.35.367.708.728 1.079 1.074l.222.293c.118-.245.23-.491.35-.734a18.77 18.77 0 0 1-.04.919l.103.11c.212.343.533.596.818.876 1.523-2.05 2.216-4.694 1.844-7.225a9.687 9.687 0 0 0-3.569-6.244c-1.758-1.414-4.031-2.158-6.283-2.096a9.783 9.783 0 0 0-5.624 1.938m-3.683 9.584a9.688 9.688 0 0 0 3.907 6.102 9.696 9.696 0 0 0 6.472 1.759 9.69 9.69 0 0 0 5.027-1.921 201.702 201.702 0 0 1-2.069-2.068l-.413-.407c-.491-.492-.982-.984-1.475-1.474-1.628-1.636-3.265-3.263-4.895-4.898C7.76 9.666 6.527 8.411 5.271 7.18c-.244-.257-.493-.505-.742-.756l-.294-.29a9.807 9.807 0 0 0-1.781 7.679z"/><path fill="#fff" d="M6.14 4.229a9.783 9.783 0 0 1 5.624-1.938 9.685 9.685 0 0 1 9.852 8.34c.372 2.531-.322 5.176-1.844 7.225-.286-.28-.606-.533-.818-.876.268.206.476.652.84.634.169-.342-.295-.595-.457-.86l.07-.721h.53c-.116-.36-.233-.719-.353-1.078.124-.14.396-.218.383-.437a1.782 1.782 0 0 0-.63-.992c-.209.008-.419.016-.629.022-.404.553-.632 1.217-.898 1.843.446-.209.619-.696.863-1.087.016.582-.292 1.079-.576 1.561.077.008.229.025.306.035l-.125.434.04.059a26.652 26.652 0 0 1-1.079-1.074c.022-.479-.144-.935-.313-1.374l.413.12c.1.384-.09.95.337 1.169.036-.49.019-.98.022-1.471-.455-.209-.895-.456-1.373-.61-.342.008-.595.269-.69.582-.607-.628-1.231-1.237-1.847-1.855.007-1.522.014-3.044.012-4.566.071-.598-.454-1.115-1.038-1.118-1.56-.032-3.122.012-4.682-.022-.643-.652-1.295-1.294-1.939-1.944m9.394 8.185c-.203.204-.106.61.19.664.34.148.64-.306.473-.595-.122-.252-.484-.262-.662-.068m3.317.2c-.211.088-.384.366-.239.581.138.276.587.316.73.023.205-.299-.15-.761-.491-.604zM2.455 13.813a9.807 9.807 0 0 1 1.781-7.679l.294.29c-.139.239-.317.481-.305.773-.016 2.161.012 4.322.017 6.484-.007.324.041.667-.102.971-.156.343-.094.73-.103 1.096.263.134.53.26.803.374-.004.558-.019 1.117.029 1.674.356.013.714.013 1.072-.004.05-.556-.001-1.117.065-1.673.062.556.018 1.116.062 1.673.338.013.68.036 1.018-.006.19-.474.038-1.018.094-1.517.624.368 1.333.619 2.07.539.576-.005 1.096-.274 1.59-.54.04.503-.059 1.021.073 1.512.335.047.677.043 1.013.002.118-.545.008-1.108.091-1.657.064.553.019 1.111.062 1.666.331.012.666.043.995-.007.162-.102.082-.338.113-.498.004-.39-.002-.78-.004-1.171.242-.097.484-.202.722-.31.493.49.984.982 1.475 1.474l-.085.365.132.191c.122-.049.244-.098.366-.149.685.694 1.374 1.384 2.069 2.068-1.453 1.092-3.212 1.78-5.027 1.921a9.7 9.7 0 0 1-10.379-7.861z"/><path fill="#fff" d="M5.272 7.181c1.256 1.231 2.489 2.486 3.738 3.726-1.164-.014-2.329.014-3.493-.011a.458.458 0 0 1-.45-.455c-.031-.64.001-1.282-.011-1.921.01-.454-.083-.953.216-1.339zM9.088 7.162c1.092 0 2.185-.008 3.277.001.246-.017.541.112.576.382.056.642.007 1.289.024 1.932-.011.468.072.968-.173 1.396a315.998 315.998 0 0 1-3.704-3.71z"/><path d="M8.08 6.173c1.56.034 3.122-.011 4.682.022.584.004 1.109.521 1.038 1.118.002 1.522-.005 3.044-.012 4.566-.332-.336-.672-.664-.996-1.007.245-.427.162-.928.173-1.396-.017-.643.032-1.29-.024-1.932-.035-.27-.33-.398-.576-.382-1.092-.01-2.185-.001-3.277-.001a49.457 49.457 0 0 1-1.008-.989zM4.53 6.425c.248.251.498.499.742.756-.299.386-.206.886-.216 1.339.012.64-.02 1.282.011 1.921a.458.458 0 0 0 .45.455c1.164.025 2.329-.004 3.493.011 1.63 1.636 3.266 3.263 4.895 4.898-.239.108-.48.212-.722.31.001.391.007.781.004 1.171-.031.16.049.396-.113.498-.329.05-.664.019-.995.007-.043-.554.001-1.112-.062-1.666-.083.55.026 1.112-.091 1.657a3.948 3.948 0 0 1-1.013-.002c-.132-.491-.034-1.009-.073-1.512-.494.266-1.014.535-1.59.54-.737.08-1.446-.17-2.07-.539-.055.499.096 1.043-.094 1.517-.337.042-.679.019-1.018.006-.044-.557 0-1.117-.062-1.673-.066.556-.014 1.117-.065 1.673-.358.017-.715.017-1.072.004-.048-.557-.032-1.116-.029-1.674-.272-.114-.54-.24-.803-.374.01-.366-.053-.752.103-1.096.143-.304.095-.647.102-.971-.005-2.161-.032-4.322-.017-6.484-.012-.292.166-.534.305-.773zM15.535 12.415c.179-.193.54-.184.662.068.167.289-.133.743-.473.595-.295-.054-.392-.46-.19-.664zM18.853 12.616c.341-.157.696.305.491.604-.143.293-.592.253-.73-.023-.145-.215.028-.493.239-.581zM15.635 13.734c.095-.313.348-.574.69-.582.478.154.918.401 1.373.61-.002.491.014.982-.022 1.471-.427-.218-.238-.785-.337-1.169l-.413-.12c.169.439.335.895.313 1.374-.545-.518-1.061-1.064-1.604-1.584zM18.708 13.547c.21-.006.42-.013.629-.022.316.248.538.601.63.992.013.218-.259.296-.383.437.12.359.236.718.353 1.078h-.53l-.07.721c.162.265.626.518.457.86-.364.018-.572-.427-.84-.634a5.356 5.356 0 0 0-.103-.11c.02-.306.034-.612.04-.919-.12.244-.233.49-.35.734l-.222-.293-.04-.059.125-.434c-.077-.01-.229-.026-.306-.035.284-.482.592-.979.576-1.561-.244.391-.416.878-.863 1.087.265-.626.493-1.29.898-1.843zM15.379 17.279l.413.407-.366.149-.132-.191.085-.365z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.424 0h1.1c2.881.146 5.712 1.316 7.781 3.342 2.333 2.213 3.682 5.393 3.695 8.605v.088c-.023 2.504-.818 5.004-2.309 7.022-1.507 2.068-3.686 3.646-6.137 4.393-.997.318-2.039.47-3.08.55h-.851c-2.729-.113-5.426-1.129-7.48-2.942-2.484-2.12-3.997-5.293-4.144-8.551v-.852C.083 8.48 1.483 5.369 3.82 3.217 5.862 1.274 8.619.162 11.423.001m-.803 3.208c-2.504.374-4.799 1.888-6.145 4.031a8.888 8.888 0 0 0-1.351 5.364 8.869 8.869 0 0 0 2.473 5.566c1.314 1.361 3.066 2.304 4.939 2.599a8.852 8.852 0 0 0 6.215-1.259 8.934 8.934 0 0 0 3.593-4.44c.727-1.96.73-4.178.005-6.14a8.925 8.925 0 0 0-3.667-4.498 8.949 8.949 0 0 0-6.061-1.223z"/><path fill="#fff" d="M10.62 3.209a8.949 8.949 0 0 1 6.061 1.223 8.925 8.925 0 0 1 3.667 4.498 8.927 8.927 0 0 1-.005 6.14 8.934 8.934 0 0 1-3.593 4.44 8.855 8.855 0 0 1-6.215 1.259c-1.873-.295-3.625-1.238-4.939-2.599a8.867 8.867 0 0 1-2.473-5.566A8.902 8.902 0 0 1 4.474 7.24c1.346-2.143 3.641-3.656 6.145-4.031M11 5.177c-.066.352-.116.728-.388.989.322.007.29.314.257.542.248.089.348.355.576.476-1.024.492-.959 1.913-1.914 2.468-.274.205-.619.371-.715.728-.187.1-.394.174-.553.318-.203.17-.031.42.136.535.365.078.551-.287.731-.528.083-.008.248-.026.331-.036.584-.36 1.024-.911 1.609-1.273.122.787.22 1.579.346 2.365-.812 1.296-1.237 2.776-1.853 4.164-.112.277-.271.546-.28.853-.402.035-.805.02-1.205.058l-.053.173c.386.252.792.534 1.276.506.088.301.448.246.689.325.072-.23.138-.462.206-.694l.317.09c.55-1.502.953-3.116 2.017-4.36.299.336.5.739.672 1.151.287.676.75 1.25 1.147 1.86.236.347.44.72.734 1.024a1.696 1.696 0 0 1-.643 1.013c.299.026.599.07.899.042.202-.115.286-.365.425-.544.52-.15.154-.698.023-1.014.1-.094.198-.188.296-.283-.802-1.08-1.664-2.184-1.955-3.53-.028-.263-.274-.56-.07-.796-.174-.625-.413-1.231-.569-1.861-.127-.458.006-.929.023-1.392.32.096.572.316.758.589.017.454-.007.91.034 1.363l.167.131c-.001.28-.026.557-.054.834l.203.005-.109.397c.59.023.702-.839.486-1.253l.176-.03c-.053-.493-.049-.99-.053-1.486.028-.284-.206-.492-.367-.697a9.077 9.077 0 0 0-1.535-1.342c-.288-.103-.588-.172-.877-.276-.122-.386.022-.76.138-1.126-.272.011-.275-.283-.41-.444-.355-.044-.713-.035-1.069-.037z"/><path d="M11 5.177c.356.002.714-.007 1.069.037.136.161.138.455.41.444-.116.366-.26.739-.138 1.126.289.104.589.173.877.276a9.077 9.077 0 0 1 1.535 1.342c.161.205.395.413.367.697.004.496 0 .992.053 1.486l-.176.03c.216.414.104 1.276-.486 1.253l.109-.397-.203-.005c.028-.277.053-.554.054-.834l-.167-.131c-.041-.454-.017-.91-.034-1.363-.186-.274-.438-.493-.758-.589-.017.463-.15.934-.023 1.392.156.63.395 1.236.569 1.861-.204.235.042.533.07.796.29 1.346 1.153 2.45 1.955 3.53-.098.095-.197.19-.296.283.131.316.497.864-.023 1.014-.139.179-.223.428-.425.544-.3.028-.6-.016-.899-.042.337-.248.552-.606.643-1.013-.294-.304-.498-.677-.734-1.024-.397-.61-.86-1.184-1.147-1.86-.172-.412-.373-.815-.672-1.151-1.064 1.243-1.468 2.857-2.017 4.36l-.317-.09c-.068.232-.134.463-.206.694-.241-.079-.601-.024-.689-.325-.484.028-.889-.254-1.276-.506l.053-.173c.4-.037.803-.023 1.205-.058.008-.307.168-.576.28-.853.616-1.388 1.04-2.868 1.853-4.164-.126-.786-.223-1.578-.346-2.365-.586.362-1.025.913-1.609 1.273-.083.01-.248.028-.331.036-.18.241-.366.606-.731.528-.167-.115-.338-.365-.136-.535.16-.144.366-.218.553-.318.096-.358.442-.523.715-.728.955-.556.89-1.976 1.914-2.468-.228-.121-.328-.388-.576-.476.034-.228.065-.535-.257-.542.271-.26.322-.637.388-.989z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.261.33a11.815 11.815 0 0 1 7.148 1.213 11.791 11.791 0 0 1 5.458 6.03 11.788 11.788 0 0 1 .19 8.258 11.779 11.779 0 0 1-4.862 6.079c-2.214 1.408-4.914 2.016-7.518 1.723-2.392-.247-4.688-1.276-6.485-2.869a11.735 11.735 0 0 1-3.887-7.315c-.346-2.671.254-5.458 1.698-7.734C3.793 2.827 6.893.8 10.261.329M6.386 4.232c1.446 1.528 2.898 3.049 4.345 4.574.899.946 1.799 1.891 2.696 2.838.185.196.37.392.566.578.296.348.614.679.955.984.096.152.229.28.352.412 1.372 1.424 2.716 2.875 4.096 4.29 1.453-1.826 2.221-4.187 2.068-6.52a9.501 9.501 0 0 0-3.167-6.535 9.474 9.474 0 0 0-6.413-2.408c-1.962 0-3.904.65-5.498 1.787m-1.65 1.522C2.901 7.87 2.089 10.816 2.58 13.573a9.495 9.495 0 0 0 3.388 5.771 9.482 9.482 0 0 0 5.917 2.128 9.483 9.483 0 0 0 5.899-1.99c-1.446-1.513-2.879-3.04-4.33-4.548-1.072-1.145-2.16-2.274-3.238-3.414l-.691-.726c-.193-.206-.39-.41-.589-.612-1.391-1.484-2.803-2.948-4.2-4.428z"/><path fill="#fff" d="M6.386 4.232c1.595-1.136 3.536-1.787 5.498-1.787a9.479 9.479 0 0 1 6.413 2.408 9.505 9.505 0 0 1 3.167 6.535c.154 2.333-.614 4.693-2.068 6.52-1.38-1.415-2.724-2.866-4.096-4.29-.122-.132-.256-.259-.352-.412-.13-.774-.108-1.571-.271-2.338-.4-.697-.844-1.369-1.266-2.053-.894-.006-1.787.008-2.681-.01C9.283 7.28 7.831 5.758 6.385 4.231m4.846 1.257a1.25 1.25 0 0 0-.835.998c-.136.728.5 1.469 1.241 1.442.743.029 1.381-.718 1.243-1.447-.092-.751-.941-1.256-1.649-.994zM4.736 5.754c1.397 1.48 2.809 2.944 4.2 4.428a120.2 120.2 0 0 0-1.672 1.963l.346.604c.631-.66 1.276-1.306 1.915-1.955l.691.726c.014.76 0 1.518.011 2.278-.004.289.03.6-.132.857-.595 1.135-1.17 2.282-1.759 3.422-.276-.142-.554-.28-.835-.414l-.232.401c.605.305 1.19.662 1.824.9.79-1.405 1.483-2.866 2.237-4.29l1.055-.002c.188 1.483.34 2.972.5 4.459l-.68.034c.016.122.047.368.061.492.605-.019 1.208-.059 1.812-.088-.203-1.546-.376-3.096-.624-4.634 1.451 1.508 2.884 3.035 4.33 4.548a9.497 9.497 0 0 1-5.899 1.99 9.474 9.474 0 0 1-5.917-2.128 9.5 9.5 0 0 1-3.388-5.771c-.491-2.758.322-5.704 2.156-7.819z"/><path fill="#fff" d="M13.423 10.924c.302.38.449.838.571 1.3-.197-.186-.382-.383-.566-.578-.004-.24-.005-.48-.005-.721z"/><path fill="#231f20" d="M11.231 5.488c.708-.263 1.556.242 1.649.994.138.73-.5 1.476-1.243 1.447-.74.026-1.376-.714-1.241-1.442a1.25 1.25 0 0 1 .835-.998zM10.732 8.807c.894.018 1.787.004 2.681.01.422.684.866 1.356 1.266 2.053.163.767.142 1.564.271 2.338a10.082 10.082 0 0 1-.955-.984c-.122-.462-.269-.919-.571-1.3 0 .241.001.481.005.721-.898-.947-1.798-1.892-2.696-2.838zM8.936 10.182c.199.202.396.406.589.612-.64.649-1.284 1.295-1.915 1.955l-.346-.604c.551-.66 1.106-1.315 1.672-1.963zM10.217 11.52c1.078 1.14 2.166 2.269 3.238 3.414.248 1.538.421 3.089.624 4.634-.604.029-1.207.068-1.812.088-.014-.124-.046-.37-.061-.492l.68-.034c-.161-1.487-.312-2.976-.5-4.459l-1.055.002c-.754 1.424-1.447 2.885-2.237 4.29-.634-.238-1.219-.595-1.824-.9l.232-.401c.281.134.559.272.835.414.589-1.14 1.164-2.287 1.759-3.422.162-.257.128-.568.132-.857-.011-.76.004-1.518-.011-2.278z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.303l.014.076a.62.62 0 0 1-.317.1V0zM23.657 0H24v24h-.411a.613.613 0 0 0 .33-.641c-.001-7.572.002-15.147-.001-22.719.041-.298-.143-.526-.417-.62l.156-.02zM4.922 3.507h15.5c.001 5.167-.003 10.333.001 15.499-1.692-1.694-3.381-3.392-5.082-5.078.1.479.437.989.172 1.472-.205.435-.75.397-1.127.581 1.459 1.517 2.97 2.986 4.457 4.476-5.123-.005-10.245-.001-15.367-.002-.002-5.121.002-10.243-.002-15.364 1.063 1.065 2.119 2.135 3.195 3.187.668-.343 1.338-.682 2.006-1.022-1.25-1.25-2.496-2.503-3.751-3.748m10.862.653c-.786.419-1.581.823-2.364 1.248-.052.311-.219.575-.393.831.478-.179.919-.437 1.373-.67 1.01-.539 2.027-1.066 3.041-1.595-.551.038-1.163-.132-1.658.186m-4.582 1.002c-.046.33-.206.614-.462.826l.407.127c.107.349.215.757.635.828-.575.387-.754 1.072-1.037 1.661-.301.419-.863.493-1.275.767-.187.069-.112.294-.14.444l.335.08c.381-.099.793-.057 1.151-.237.315-.123.547-.372.799-.586.163.451.291.915.378 1.388-.262.356-.577.685-.748 1.101-.412.935-.64 1.937-.97 2.901-.07.293-.416.33-.625.49a.449.449 0 0 0 .256.162c.433.101.875.166 1.312.242.256-.74.436-1.504.684-2.246.207-.486.478-.955.814-1.362l.139.012c.349 1.013.635 2.051.941 3.078.123.278-.438.495-.236.725.514-.062.997-.273 1.492-.416-.287-1.147-.621-2.281-.928-3.421-.105-.42-.289-.835-.247-1.277.061-.739-.282-1.426-.369-2.148.589.267.635.96.78 1.507.07.207.074.498.319.579.384-.187.389-.746.309-1.114-.146-.509-.182-1.122-.633-1.473-.465-.407-.923-.853-1.517-1.066-.361-.098-.247-.55-.308-.83.132-.106.263-.212.391-.322a13.28 13.28 0 0 0-.365-.13c-.106-.112-.203-.234-.324-.33-.319-.048-.641.004-.959.039m-7.188 5.152l.001.675a1597.05 1597.05 0 0 1 6.612-3.446c.111-.205.227-.405.349-.603l-.113-.202c-2.285 1.188-4.571 2.374-6.849 3.575m11.044 2.546l.166.606c1.556-1.044 3.1-2.108 4.657-3.151v-.73c-1.606 1.092-3.22 2.176-4.823 3.275m-4.566 3.1l.334.494c.821-.547 1.63-1.114 2.454-1.658l-.178-.607c-.874.585-1.744 1.173-2.61 1.771m-2.903.713c-.015.878-.036 1.758.002 2.635.128.5.786.297 1.163.316.235.058.205-.361-.001-.305-.29-.022-.581-.012-.873-.015-.022-.815.017-1.631-.017-2.445.023-.182-.149-.171-.274-.186m1.524.316l.042.098a15.225 15.225 0 0 1-.37-.009l-.019-.186a9.765 9.765 0 0 0-.159.587c-.147-.244.053-.718-.319-.754-.118.341.066.7-.015 1.042-.121.085-.257.144-.368.242.13.052.256.11.38.175.042.306-.023.615-.03.923.366.15.252-.373.3-.578.093.175.165.393.387.438.058.177.039.563.313.35.055-.496.014-.997.022-1.495l.37-.001c.014.586-.031 1.174.02 1.759a4.5 4.5 0 0 1 .111.092l.134-.041c.073-.575.017-1.157.033-1.734.107-.107.32-.197.177-.368-.302-.047-.607-.031-.91-.052.132-.349.594-.385.725-.718-.251-.245-.564.158-.825.23m1.917-.329a5.528 5.528 0 0 0-.198.233 23.31 23.31 0 0 0-.288.091l.078.292c-.054.178-.115.363-.07.55.33-.097.144-.494.186-.732.175.22.158.51.225.769-.051.125-.118.247-.112.388.592.044 1.188.042 1.78.001-.025-.173-.101-.33-.167-.487l.043-.556.27-.016-.19.351c.081.084.118.31.272.212-.009-.222-.055-.441-.077-.66l.21-.005a5.891 5.891 0 0 0-.469-.205 24.475 24.475 0 0 0-.159-.274l-.204.268c-.167.05-.324.124-.398.295l.415.045c.013.255.043.51.115.755-.409-.052-.846.052-1.235-.111.213-.206.093-.548.283-.771 0 .269-.007.543.08.802.253-.162.107-.409.021-.617l.143-.242a2.44 2.44 0 0 0-.317-.154c-.079-.075-.155-.151-.236-.223M4.8 17.3c-.106.073-.3.062-.333.213.044.17.26.145.379.225-.213.321-.429.66-.485 1.05.287.173.336-.218.464-.382.027.419-.089.871.067 1.271.05-.01.15-.03.202-.039.051-.412.022-.827.022-1.241l.336.048c.016.187.019.377.058.562l.3.059c-.108.163-.237.327-.25.532.318.27.441-.317.39-.548.335.016.67.002 1.005-.016.022-.414.022-.829-.002-1.243-.21-.019-.42-.034-.63-.057.207-.032.415-.06.62-.108.094-.183-.155-.253-.243-.371l.252-.135c.124-.221-.24-.278-.35-.413-.229.187-.502.191-.727-.005a12.54 12.54 0 0 0-.291.225c-.208.121.1.281.197.34-.124.097-.304.156-.329.334.224.067.457.097.686.143-.215.016-.432.027-.647.042-.006.179-.011.358-.012.539a20.722 20.722 0 0 0-.373-.556c.099-.083.197-.169.293-.257a48.65 48.65 0 0 1-.256-.215c-.023-.214-.019-.438-.123-.634-.267.107-.18.414-.219.637m9.755-.442c-.038.839-.006 1.681-.012 2.522-.174.003-.348.005-.521.009-.002-.477.017-.955-.037-1.429l-.223.139c-.086.416-.026.849-.035 1.271-.174.011-.347.015-.518.041-.069.103-.154.247.034.273.88.065 1.767.013 2.651.02a.185.185 0 0 0 .214-.283c-.419-.068-.846-.027-1.267-.034-.001-.403-.001-.807.001-1.211.282-.115.561-.233.831-.372-.212-.349-.564.009-.833.073-.002-.338.022-.679-.019-1.018-.003-.237-.243-.182-.266 0m-6.636.106c-.009.266.057.525.186.757.187-.243.042-.596-.186-.757m4.025.943c.067-.211.114-.429.145-.647-.253.129-.367.433-.145.647m-3.89 1.081c.032-.189.284-.484.06-.646-.208.106-.234.486-.06.646m2.723-.231c.289.028.579.015.868.016.063.294-.157.783.199.918.18-.268.078-.614.105-.917.277-.003.557.015.831-.033v-.263a14.039 14.039 0 0 0-1.999-.011c-.192-.038-.175.331-.004.29m.23.143c-.125.198-.316.45-.191.689.196.039.268-.188.338-.325.083-.155.14-.493-.147-.364m1.382-.001c-.045.253.121.478.267.667.151.009.27-.148.161-.278-.097-.169-.17-.496-.428-.388m-5.651.212c-.351.095.191.893.314.409-.074-.126-.149-.475-.314-.409z"/><path fill="#fff" d="M8.845 17.314l.144-.092c-.03.529-.006 1.059-.012 1.588-.115-.19-.213-.41-.442-.485l-.004-.14c.121-.067.346-.05.335-.239-.133-.11-.283-.197-.42-.301.19-.049.417-.07.399-.332zM5.779 18.083c.101-.126.414-.011.282.157-.102.126-.418.01-.282-.157zM6.427 18.032c.117-.07.356.05.255.197-.134.191-.531-.066-.255-.197zM5.78 18.567c.1-.131.412-.013.281.156-.1.13-.409.012-.281-.156zM6.339 18.735l.062-.22c.125.053.251.109.374.169-.145.02-.29.036-.436.051zM0 23.82c.148-.013.211.047.19.18H0v-.18z"/><path fill="#b697ab" d="M.303 0l23.198.02c-.505.077-1.017.07-1.525.064C14.756.075 7.537.093.317.075L.303-.001zM6.101 17.193c.102-.138.401-.005.274.161-.101.14-.4.003-.274-.161z"/><path fill="#c0111e" d="M0 .176a.62.62 0 0 0 .317-.1c7.219.017 14.438 0 21.659.009.509.006 1.021.013 1.525-.064.274.094.458.322.417.62.003 7.572 0 15.147.001 22.719a.611.611 0 0 1-.33.641H.19c.021-.133-.042-.193-.19-.18V.177m4.922 3.33c1.255 1.245 2.501 2.498 3.751 3.748-.669.34-1.339.678-2.006 1.022C5.592 7.225 4.536 6.154 3.472 5.09c.004 5.121 0 10.243.002 15.364 5.122.001 10.244-.003 15.367.002-1.487-1.49-2.997-2.959-4.457-4.476.378-.185.923-.146 1.127-.581.266-.483-.071-.993-.172-1.472 1.7 1.686 3.39 3.385 5.082 5.078-.004-5.166 0-10.332-.001-15.499H4.92z"/><path fill="#0366b3" d="M15.786 4.161c.495-.318 1.106-.147 1.658-.186-1.014.529-2.031 1.056-3.041 1.595-.453.233-.895.491-1.373.67.174-.256.34-.519.393-.831.783-.425 1.578-.829 2.364-1.248z"/><path fill="#0366b3" d="M11.203 5.163c.318-.035.64-.087.959-.039.122.096.219.218.324.33.122.042.243.085.365.13-.128.11-.259.217-.391.322.061.279-.052.732.308.83.594.212 1.052.658 1.517 1.066.45.351.486.964.633 1.473.08.368.075.927-.309 1.114-.245-.081-.249-.372-.319-.579-.145-.547-.191-1.241-.78-1.507.087.722.43 1.409.369 2.148-.042.442.143.857.247 1.277.307 1.14.641 2.274.928 3.421-.495.143-.978.354-1.492.416-.203-.23.358-.447.236-.725-.306-1.027-.592-2.065-.941-3.078l-.139-.012a5.577 5.577 0 0 0-.814 1.362c-.247.742-.428 1.506-.684 2.246-.437-.076-.879-.141-1.312-.242a.449.449 0 0 1-.256-.162c.209-.16.555-.196.625-.49.33-.964.558-1.966.97-2.901.171-.416.485-.745.748-1.101a8.527 8.527 0 0 0-.378-1.388c-.252.213-.484.463-.799.586-.358.18-.77.138-1.151.237l-.335-.08c.028-.149-.047-.374.14-.444.412-.274.974-.348 1.275-.767.283-.589.462-1.274 1.037-1.661-.419-.07-.528-.479-.635-.828a39.083 39.083 0 0 1-.407-.127c.256-.211.416-.496.462-.826z"/><path fill="#0366b3" d="M4.014 10.314c2.278-1.201 4.564-2.387 6.849-3.575l.113.202c-.122.197-.238.398-.349.603-2.207 1.142-4.41 2.293-6.612 3.446l-.001-.675zM15.058 12.859c1.603-1.099 3.217-2.182 4.823-3.275v.73c-1.557 1.043-3.101 2.107-4.657 3.151l-.166-.606zM10.492 15.959c.866-.597 1.737-1.186 2.61-1.771l.178.607c-.825.544-1.633 1.11-2.454 1.658l-.334-.494zM7.589 16.672c.125.015.298.003.274.186.034.814-.005 1.63.017 2.445.291.003.582-.007.873.015.206-.055.236.363.001.305-.377-.019-1.035.185-1.163-.316-.038-.877-.017-1.757-.002-2.635z"/><path fill="#0366b3" d="M9.113 16.988c.26-.073.574-.476.825-.23-.131.333-.593.369-.725.718.303.021.608.005.91.052.143.171-.07.261-.177.368-.016.577.039 1.159-.033 1.734l-.134.041-.111-.092c-.051-.585-.006-1.173-.02-1.759l-.37.001c-.009.498.033.999-.022 1.495-.273.213-.255-.173-.313-.35-.222-.046-.294-.263-.387-.438-.048.205.066.729-.3.578.006-.307.071-.617.03-.923a4.077 4.077 0 0 0-.38-.175c.111-.098.247-.157.368-.242.081-.342-.103-.701.015-1.042.372.036.172.51.319.754.047-.197.1-.393.159-.587l.019.186.37.009-.042-.098m-.269.326c.018.261-.209.283-.399.332.138.103.287.191.42.301.011.189-.214.172-.335.239l.004.14c.228.076.326.295.442.485.005-.529-.018-1.059.012-1.588l-.144.092zM11.029 16.659c.081.071.157.148.236.223.109.044.215.095.317.154l-.143.242c.085.208.231.454-.021.617-.087-.259-.08-.533-.08-.802-.19.223-.069.565-.283.771.389.163.827.059 1.235.111a3.208 3.208 0 0 1-.115-.755l-.415-.045c.074-.172.23-.245.398-.295l.204-.268.159.274c.159.062.316.129.469.205l-.21.005c.021.22.068.438.077.66-.154.098-.191-.128-.272-.212l.19-.351-.27.016-.043.556c.066.158.143.315.167.487-.592.041-1.188.043-1.78-.001-.006-.141.061-.263.112-.388-.067-.259-.05-.549-.225-.769-.042.238.144.635-.186.732-.045-.188.016-.372.07-.55l-.078-.292.288-.091c.064-.08.13-.157.198-.233zM4.8 17.3c.038-.223-.048-.53.219-.637.103.195.099.419.123.634l.256.215a7.804 7.804 0 0 1-.293.257c.127.183.253.368.373.556.001-.18.005-.359.012-.539.215-.015.432-.026.647-.042-.229-.046-.462-.076-.686-.143.025-.178.205-.237.329-.334-.097-.06-.405-.22-.197-.34.096-.077.193-.151.291-.225.225.196.498.192.727.005.11.134.474.192.35.413l-.252.135c.089.118.337.188.243.371-.205.048-.413.076-.62.108.21.022.42.037.63.057.025.414.025.829.002 1.243-.335.018-.67.032-1.005.016.05.231-.073.818-.39.548.013-.205.142-.369.25-.532l-.3-.059c-.038-.186-.042-.375-.058-.562a19.395 19.395 0 0 1-.336-.048c0 .414.029.829-.022 1.241l-.202.039c-.156-.4-.041-.852-.067-1.271-.128.164-.177.555-.464.382.057-.389.272-.729.485-1.05-.118-.08-.335-.055-.379-.225.033-.151.227-.141.333-.213m1.302-.107c-.126.164.173.301.274.161.127-.166-.172-.299-.274-.161m-.322.89c-.137.166.179.283.282.157.132-.167-.18-.283-.282-.157m.648-.051c-.276.131.121.388.255.197.101-.147-.138-.268-.255-.197m-.647.535c-.128.167.18.286.281.156.131-.169-.18-.287-.281-.156m.559.168c.146-.015.291-.031.436-.051a10.27 10.27 0 0 0-.374-.169l-.062.22zM14.556 16.858c.022-.182.262-.237.266 0 .042.338.017.679.019 1.018.269-.064.621-.421.833-.073-.27.14-.549.257-.831.372-.002.403-.002.807-.001 1.211.421.007.848-.034 1.267.034a.185.185 0 0 1-.214.283c-.883-.007-1.771.045-2.651-.02-.188-.026-.103-.17-.034-.273.172-.026.345-.03.518-.041.01-.422-.051-.855.035-1.271l.223-.139c.054.475.035.953.037 1.429l.521-.009c.005-.841-.027-1.682.012-2.522z"/><path fill="#0366b3" d="M7.92 16.965c.227.161.372.514.186.757a1.466 1.466 0 0 1-.186-.757zM11.945 17.908c-.222-.214-.108-.518.145-.647a3.98 3.98 0 0 1-.145.647zM8.055 18.989c-.174-.16-.148-.541.06-.646.224.162-.028.458-.06.646zM10.778 18.758c-.171.041-.188-.329.004-.29a14.04 14.04 0 0 1 1.999.011v.263c-.274.048-.554.03-.831.033-.027.303.076.65-.105.917-.356-.135-.137-.624-.199-.918-.289-.001-.579.012-.868-.016z"/><path fill="#0366b3" d="M11.008 18.901c.287-.129.23.209.147.364-.07.138-.142.365-.338.325-.125-.239.066-.491.191-.689zM12.39 18.9c.258-.108.331.22.428.388.109.13-.01.287-.161.278-.146-.189-.311-.414-.267-.667zM6.739 19.113c.164-.066.24.283.314.409-.123.484-.665-.314-.314-.409z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.694 0h2.597c1.674.247 3.329.731 4.787 1.609 2.598 1.521 4.599 4.042 5.449 6.935.227.713.321 1.457.473 2.187v2.193c-.219 2.735-1.387 5.392-3.296 7.367-2.015 2.145-4.845 3.473-7.773 3.709h-1.85c-2.802-.225-5.517-1.441-7.508-3.428C1.506 18.568.23 15.796.001 12.93v-2.57l.022.36c.374-3.472 2.319-6.728 5.219-8.679C6.856.916 8.76.28 10.695.001M7.782 3.373l-.14.077c-2.032.984-3.64 2.739-4.568 4.785l-.035.147c-1.387 3.166-.85 7.063 1.31 9.758 1.39-1.39 2.781-2.78 4.171-4.172l.102-.102c.356-.368.741-.709 1.077-1.095 1.042-.989 2.037-2.029 3.061-3.038.474-.481.954-.954 1.429-1.434l.022.015.074-.112c1.242-1.238 2.481-2.477 3.719-3.717-2.835-2.266-6.966-2.717-10.222-1.111m8.401 6.209c1.799 1.362 3.62 2.693 5.428 4.04.417-2.63-.313-5.406-1.959-7.497-1.158 1.151-2.302 2.315-3.469 3.458m-2.27 2.282c-.12.116-.237.233-.354.352-.384.384-.765.77-1.154 1.148-.331.338-.667.67-1.005 1.003-.375.388-.763.766-1.143 1.153-.384.384-.781.753-1.148 1.153-1.047 1.031-2.079 2.075-3.119 3.113 2.667 2.129 6.48 2.682 9.635 1.376l.091.084-.043-.212.082.087c3-1.261 5.281-4.083 5.828-7.298a389.276 389.276 0 0 0-5.53-4.102c-.712.717-1.429 1.427-2.14 2.145z"/><path fill="#fff" d="M7.782 3.373c3.257-1.606 7.387-1.155 10.222 1.111-1.238 1.24-2.477 2.48-3.719 3.717-2.166-1.613-4.337-3.216-6.504-4.828zM3.074 8.234c.928-2.046 2.537-3.801 4.568-4.785 1.204.857 2.347 1.804 3.585 2.609-.551-.077-1.073.359-1.077.917-.043.453.349.756.673.993l-.039.345c-.37.112-.758.188-1.094.389-.653.431-1.088 1.141-1.273 1.895-.167.659-.098 1.341-.116 2.012-.123.19-.24.381-.354.575a1751.072 1751.072 0 0 0-4.873-4.951zM16.183 9.583c1.167-1.143 2.311-2.307 3.469-3.458 1.647 2.092 2.376 4.867 1.959 7.497-1.808-1.347-3.629-2.678-5.428-4.04zM11.926 6.589c.724.608 1.501 1.148 2.263 1.708-.474.48-.954.953-1.429 1.434-.099-.371-.169-.755-.332-1.105-.159-.328-.554-.37-.865-.452.32-.462.561-1.017.363-1.585zM4.349 18.138c-2.16-2.694-2.697-6.592-1.31-9.758 1.806 1.882 3.659 3.72 5.481 5.586-1.39 1.393-2.781 2.782-4.171 4.172zM13.913 11.866c.712-.717 1.429-1.427 2.14-2.145a389.276 389.276 0 0 1 5.53 4.102c-.547 3.215-2.828 6.036-5.828 7.298l-.082-.087c-.943-.971-1.902-1.93-2.848-2.9.409-.109.825-.211 1.2-.413-.335-.172-.71-.1-1.067-.067a73.489 73.489 0 0 0-.553-4.289c.389-.378.77-.765 1.154-1.148l.382.195.176.392.776-.112c-.047-.172-.093-.342-.141-.512a2.254 2.254 0 0 1-.839-.315z"/><path fill="#fff" d="M8.915 10.983c.063-.339.234-.643.441-.915.653.72.47 1.82.343 2.701-.336.387-.721.727-1.077 1.095l-.59-.592c.151 0 .451.001.6.003-.029-.776.141-1.536.283-2.293zM10.257 15.522c.38-.387.767-.765 1.143-1.153.661.875.511 2.02.684 3.043-.585-.653-1.225-1.254-1.827-1.891zM10.185 15.659c.572.585 1.154 1.161 1.722 1.75.226.184.208.486.247.748l.495.006c.998.995 1.966 2.019 2.976 3.001-3.155 1.306-6.968.753-9.635-1.376 1.04-1.038 2.072-2.082 3.119-3.113-.08.487-.078.982-.095 1.475.544-.091 1.291.043 1.616-.515a20.84 20.84 0 0 0-.788.053c.114-.675.222-1.353.343-2.029z"/><path fill="#030303" d="M7.642 3.449l.14-.077C9.949 4.984 12.12 6.587 14.286 8.2l-.074.112-.022-.015c-.762-.56-1.539-1.1-2.263-1.708.198.568-.043 1.123-.363 1.585.311.082.706.124.865.452.163.35.233.734.332 1.105-1.024 1.009-2.019 2.048-3.061 3.038.127-.882.31-1.981-.343-2.701-.207.272-.378.576-.441.915-.142.756-.313 1.517-.283 2.293l-.6-.003.59.592-.102.102c-1.822-1.866-3.675-3.703-5.481-5.586l.035-.147c1.627 1.648 3.251 3.296 4.873 4.951.114-.194.232-.385.354-.575.018-.671-.052-1.353.116-2.012.184-.753.62-1.464 1.273-1.895.336-.201.724-.278 1.094-.389l.039-.345c-.324-.237-.716-.54-.673-.993.004-.558.526-.993 1.077-.917-1.238-.805-2.38-1.753-3.585-2.609zM13.559 12.218c.117-.119.234-.236.354-.352.255.162.54.265.839.315l.141.512c-.26.036-.518.074-.776.112l-.176-.392a46.218 46.218 0 0 0-.382-.195zM11.4 14.369c.338-.333.674-.666 1.005-1.003.232 1.422.405 2.855.553 4.289.357-.033.733-.105 1.067.067-.375.202-.791.304-1.2.413.946.97 1.905 1.928 2.848 2.9l.043.212-.091-.084c-1.01-.982-1.979-2.007-2.976-3.001l-.495-.006c-.039-.262-.021-.564-.247-.748-.568-.589-1.15-1.165-1.722-1.75-.121.675-.229 1.353-.343 2.029.262-.021.526-.042.788-.053-.325.558-1.072.424-1.616.515.017-.493.015-.988.095-1.475.367-.399.765-.769 1.148-1.153.601.636 1.242 1.238 1.827 1.891-.173-1.023-.022-2.168-.684-3.043z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#fa0100" d="M10.502.401c2.459-.294 5.014.198 7.16 1.441a11.694 11.694 0 0 1 5.077 5.851 11.725 11.725 0 0 1 .24 7.903 11.68 11.68 0 0 1-4.602 6.08 11.634 11.634 0 0 1-8.671 1.759 11.62 11.62 0 0 1-6.594-3.808 11.625 11.625 0 0 1-2.85-7.326A11.643 11.643 0 0 1 2.26 5.436C4.112 2.675 7.194.778 10.502.4m.24 2.75c-3.065.371-5.826 2.485-7.018 5.328-.98 2.274-.949 4.962.094 7.211 1.318 2.951 4.354 5.041 7.586 5.183a8.858 8.858 0 0 0 5.836-1.766 8.933 8.933 0 0 0 3.019-4.069 8.941 8.941 0 0 0 .002-6.104 8.95 8.95 0 0 0-4.411-4.936 8.92 8.92 0 0 0-5.108-.846z"/><path fill="#fff" d="M10.742 3.15a8.92 8.92 0 0 1 5.108.846 8.95 8.95 0 0 1 4.411 4.936 8.947 8.947 0 0 1-.002 6.104 8.933 8.933 0 0 1-3.019 4.069 8.858 8.858 0 0 1-5.836 1.766c-3.233-.142-6.269-2.232-7.586-5.183-1.043-2.249-1.074-4.937-.094-7.211 1.192-2.843 3.953-4.957 7.018-5.328m2.58 3.386c-.008.463.374.8.424 1.249-.372.07-.754.1-1.114.216-.45.185-.746.624-.882 1.078-.228.721-.408 1.458-.684 2.164-.132.33-.418.592-.438.964-.527.008-1.165.104-1.536-.365.268-.292.51-.673.37-1.085-.136-.626-1.231-.558-1.243.106-.146.427.354.665.343 1.067-.402.184-.764.469-.984.857-.343.658-.391 1.42-.48 2.143-.01.188-.154.33-.215.502.089.232.337.227.544.209-.023-.247-.028-.503.095-.727.206-.439.317-.913.394-1.391l.179-.134c.065.998.084 2 .13 3 .025.45-.023.902-.127 1.34-.254.101-.563.445-.176.618.342-.022.641-.272.829-.544.149-.808.229-1.627.355-2.438.119.768.191 1.544.334 2.309.205.283.484.664.884.581.409-.192-.137-.469-.293-.648.056-1.565.13-3.132.047-4.697.385-.25.827-.371 1.277-.428.232-.223.144-.59.332-.84.355-.52.572-1.111.737-1.716.106.124.236.244.268.412.054 2.591.073 5.19.34 7.77-.097.162-.383.313-.282.527.44.25.803-.192 1.087-.468.026-1.523-.325-3.106.24-4.576.379 1.468.378 2.989.38 4.494.251.206.46.502.78.598.151-.004.432-.04.413-.247-.086-.187-.232-.335-.36-.491.049-.518.095-1.039.08-1.56-.025-1.966.079-3.929.149-5.892.001-.163.04-.322.09-.475.234.414.511.829.578 1.31.085.59.101 1.187.15 1.781-.06.151-.227.325-.103.492.152.042.311.052.473.028.022-1.039.158-2.099-.072-3.127-.176-.85-.38-1.721-.839-2.467-.406-.217-.881-.241-1.331-.26a10.84 10.84 0 0 0-.034-.204c.361-.395.751-.978.439-1.517-.388-.666-1.578-.256-1.547.486z"/><path d="M13.322 6.535c-.031-.742 1.159-1.152 1.547-.486.312.539-.078 1.122-.439 1.517l.034.204c.45.019.925.043 1.331.26.458.746.662 1.618.839 2.467.23 1.028.094 2.088.072 3.127a1.14 1.14 0 0 1-.473-.028c-.124-.167.043-.341.103-.492-.049-.594-.065-1.19-.15-1.781-.067-.481-.344-.896-.578-1.31-.05.154-.089.312-.09.475-.07 1.963-.174 3.926-.149 5.892.014.521-.031 1.042-.08 1.56.128.156.274.304.36.491.019.208-.262.244-.413.247-.32-.096-.529-.391-.78-.598-.002-1.505-.001-3.026-.38-4.494-.565 1.47-.214 3.053-.24 4.576-.284.276-.647.718-1.087.468-.101-.214.185-.365.282-.527-.266-2.58-.286-5.179-.34-7.77-.031-.168-.162-.288-.268-.412-.164.605-.382 1.196-.737 1.716-.188.25-.101.617-.332.84-.45.058-.892.179-1.277.428.083 1.565.01 3.132-.047 4.697.156.179.702.456.293.648-.401.083-.679-.298-.884-.581-.143-.764-.215-1.541-.334-2.309-.126.811-.206 1.631-.355 2.438-.188.271-.487.522-.829.544-.386-.173-.078-.517.176-.618.104-.438.152-.89.127-1.34-.046-1-.065-2.002-.13-3l-.179.134c-.077.478-.187.952-.394 1.391-.122.224-.118.48-.095.727-.206.018-.455.023-.544-.209.061-.172.205-.313.215-.502.089-.724.137-1.486.48-2.143.22-.388.582-.673.984-.857.011-.402-.49-.64-.343-1.067.012-.664 1.108-.732 1.243-.106.14.412-.102.793-.37 1.085.371.469 1.009.373 1.536.365.02-.372.306-.634.438-.964.276-.706.456-1.442.684-2.164.136-.454.432-.893.882-1.078.36-.116.742-.146 1.114-.216-.049-.449-.432-.786-.424-1.249z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians-bicycles-animals-or-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M11.14 0h1.705c2.735.194 5.393 1.348 7.383 3.237 2.194 2.037 3.56 4.923 3.771 7.907v1.709c-.196 2.734-1.35 5.391-3.24 7.379-2.037 2.192-4.92 3.555-7.903 3.767h-1.704c-2.738-.195-5.397-1.349-7.387-3.241-2.189-2.036-3.551-4.916-3.766-7.895v-1.71c.208-2.988 1.575-5.876 3.77-7.916C5.756 1.35 8.409.199 11.139 0M5.631 4.291c2.073 2.085 4.162 4.156 6.235 6.244 2.072-2.089 4.16-4.162 6.236-6.247-1.776-1.267-3.899-2.114-6.099-2.149-2.293-.041-4.527.827-6.372 2.152M4.158 5.753c-1.332 1.891-2.225 4.166-2.144 6.505.053 2.157.92 4.22 2.145 5.97 2.085-2.074 4.162-4.156 6.241-6.237-2.078-2.082-4.154-4.166-6.243-6.237m9.172 6.238c2.08 2.08 4.154 4.163 6.24 6.236 1.197-1.716 2.057-3.724 2.139-5.836.117-2.384-.778-4.716-2.143-6.638a2292.584 2292.584 0 0 0-6.236 6.239m-7.704 7.7c1.816 1.286 3.988 2.16 6.236 2.16 2.251.001 4.425-.872 6.241-2.164-2.078-2.078-4.153-4.162-6.239-6.233a1930.924 1930.924 0 0 0-6.239 6.237z"/><path fill="#fff" d="M5.631 4.291c1.845-1.325 4.079-2.193 6.372-2.152 2.2.036 4.323.882 6.099 2.149-2.076 2.085-4.164 4.158-6.236 6.247-2.073-2.087-4.162-4.159-6.235-6.244m5.761-1.739c-.314.113-.468.546-.241.81.216.336.793.252.91-.128.17-.397-.27-.837-.669-.682m-.236 1.471c-.406.554-.851 1.08-1.221 1.659.041.167.142.237.303.21.363-.381.646-.829.986-1.23l.003.824 1.051.001c0-.34 0-.679-.003-1.018l.51.451c.065.265-.153.828.261.828.285-.216.084-.695.146-1.019-.301-.311-.583-.644-.914-.923-.345-.285-.89-.14-1.124.218m.08 1.594c.145.731-.574 1.215-.597 1.917-.053.386-.144.769-.153 1.159.054.218.418.236.483.026.136-.468.128-.968.268-1.435.146-.345.343-.666.52-.997.132.897.467 1.737.963 2.491.129.191.465.032.44-.189-.153-.479-.485-.877-.64-1.356-.144-.527-.277-1.067-.244-1.618h-1.039zM4.158 5.753c2.089 2.072 4.164 4.155 6.243 6.237-2.08 2.081-4.156 4.163-6.241 6.237-1.225-1.75-2.093-3.812-2.145-5.97-.08-2.339.812-4.614 2.144-6.505m.778 4.729c-.127.133-.204.307-.345.427-.17.011-.266-.277-.447-.175a.76.76 0 0 0-.015.423h.355l-.314.496c-.51-.228-1.159-.057-1.424.451-.376.621.084 1.511.803 1.575.638.099 1.25-.509 1.178-1.146-.011-.297-.206-.531-.38-.753l.282-.467c.43.467.853.939 1.282 1.407.154.243.464.128.7.16.203.622.955 1.01 1.551.671.762-.382.695-1.664-.136-1.927-.659-.273-1.375.265-1.447.942l-.446.082c-.115-.131-.232-.26-.348-.39l.053-.401c-.15-.174-.303-.345-.462-.512a8.83 8.83 0 0 1-.647-.156c.12-.429.491-.715.942-.683l.001-.207c-.251.025-.534.007-.736.183m1.659.544c.001.108.004.323.007.43l.458.095.16-.281c.364-.005.727-.005 1.089-.029l-.07-.202c-.546-.05-1.096-.021-1.643-.013zM13.329 11.992c2.074-2.085 4.154-4.162 6.236-6.239 1.365 1.923 2.26 4.254 2.143 6.638-.082 2.113-.942 4.121-2.139 5.836-2.086-2.073-4.16-4.156-6.24-6.236m2.63-1.675l.12.326c-.204.021-.407.045-.611.071-.086-.049-.258-.148-.345-.196.065.144.144.278.237.405-.193.338-.682.683-.351 1.095.344-.082.69-.158 1.034-.239.368.479.625 1.047 1.077 1.456.182.479.218.992.013 1.47l.434.038c.07-.522.009-1.044-.047-1.564.533-.011 1.058.098 1.59.1.195-.018.295.071.302.27l.322.055.22-.388.303.438c-.076.334-.162.665-.235 1 .099 0 .299.001.398.003.082-.436.179-.87.353-1.279-.236-.505-.15-1.048-.083-1.578.02.419.117.828.161 1.245.04.169 0 .411.203.487l.128-.508c-.218-.682-.193-1.428-.484-2.084-.657.012-1.313.009-1.961.129a8.426 8.426 0 0 1-2.449-.406 6.004 6.004 0 0 0-.331-.345z"/><path fill="#fff" d="M2.838 12.531c.044-.585.7-.916 1.222-.698-.144.27-.299.537-.522.749l.156.222c.245-.239.368-.571.558-.851.392.397.371 1.13-.148 1.408-.562.369-1.369-.173-1.266-.831zM6.794 12.53c.08-.645.924-1.031 1.415-.56.505.404.311 1.313-.318 1.47-.45.144-.889-.157-1.069-.56.342-.082.851.162 1.064-.208-.133-.493-.738-.127-1.092-.141zM5.625 19.693c2.076-2.082 4.153-4.164 6.239-6.237 2.086 2.072 4.16 4.155 6.239 6.233-1.816 1.292-3.99 2.165-6.241 2.164-2.248 0-4.42-.874-6.236-2.16m4.727-2.474c-.07.601.123 1.174.314 1.733l-2.949.001-.028.264c1.163.025 2.327.004 3.492.011.03.332.063.692.293.957.419.541 1.319.547 1.768.041.261-.264.313-.646.347-.998h1.18l-.001-.274-.591-.001.396-1.659c-1.407-.018-2.814-.054-4.221-.074z"/><path fill="#fff" d="M11.426 19.229l.609-.003c-.058.269.013.632.356.636.328-.032.348-.384.328-.637l.617.004c.071.657-.546 1.299-1.213 1.098-.498-.103-.696-.644-.698-1.098z"/><path fill="#030303" d="M11.392 2.552c.398-.156.839.285.669.682-.117.38-.694.464-.91.128-.227-.264-.073-.696.241-.81z"/><path fill="#030303" d="M11.156 4.023c.233-.357.778-.502 1.124-.218.331.28.613.612.914.923-.062.324.138.803-.146 1.019-.414 0-.196-.563-.261-.828l-.51-.451c.003.339.003.678.003 1.018l-1.051-.001-.003-.824c-.34.401-.624.849-.986 1.23-.161.028-.262-.042-.303-.21.371-.579.815-1.105 1.221-1.659z"/><path fill="#030303" d="M11.234 5.618h1.039c-.033.551.1 1.091.244 1.618.154.479.487.877.64 1.356.025.22-.311.38-.44.189a6.153 6.153 0 0 1-.963-2.491c-.177.331-.373.651-.52.997-.14.467-.132.967-.268 1.435-.065.21-.429.191-.483-.026.009-.39.1-.773.153-1.159.024-.703.742-1.187.597-1.917zM4.937 10.481c.202-.177.485-.158.736-.183l-.001.207c-.451-.032-.822.255-.942.683.214.061.43.111.647.156.158.166.311.338.462.512l-.053.401.348.39.446-.082c.071-.676.787-1.215 1.447-.942.831.262.898 1.544.136 1.927-.596.339-1.348-.049-1.551-.671-.236-.032-.546.083-.7-.16-.429-.468-.852-.94-1.282-1.407-.095.156-.189.311-.282.467.174.222.369.456.38.753.073.637-.539 1.245-1.178 1.146-.719-.063-1.179-.953-.803-1.575.265-.508.914-.679 1.424-.451l.314-.496H4.13a.751.751 0 0 1 .015-.423c.181-.102.277.186.447.175.141-.12.219-.294.345-.427m-2.099 2.05c-.103.658.704 1.2 1.266.831.518-.278.539-1.011.148-1.408-.19.28-.313.612-.558.851l-.156-.222c.223-.212.378-.479.522-.749-.522-.219-1.179.112-1.222.698m3.956-.002c.353.015.959-.352 1.092.141-.214.371-.723.127-1.064.208.181.404.62.704 1.069.56.629-.157.823-1.067.318-1.47-.491-.471-1.335-.084-1.415.56zM15.959 10.316c.115.111.224.225.331.345.79.253 1.619.396 2.449.406.647-.12 1.304-.117 1.961-.129.291.655.266 1.402.484 2.084l-.128.508c-.203-.075-.164-.318-.203-.487-.044-.417-.141-.825-.161-1.245-.067.53-.153 1.073.083 1.578-.174.409-.272.843-.353 1.279a52.806 52.806 0 0 0-.398-.003c.073-.335.158-.666.235-1l-.303-.438-.22.388c-.08-.015-.241-.042-.322-.055-.007-.199-.107-.289-.302-.27-.533-.003-1.058-.111-1.59-.1.057.52.117 1.042.047 1.564l-.434-.038c.204-.479.169-.992-.013-1.47-.452-.409-.709-.977-1.077-1.456-.344.08-.69.157-1.034.239-.331-.411.158-.757.351-1.095a2.135 2.135 0 0 1-.237-.405l.345.196c.203-.026.406-.05.611-.071l-.12-.326z"/><path fill="#030303" d="M6.596 11.025c.547-.008 1.097-.037 1.643.013l.07.202c-.363.024-.725.024-1.089.029l-.16.281-.458-.095c-.003-.107-.005-.322-.007-.43zM10.353 17.219c1.407.02 2.814.055 4.221.074l-.396 1.659.591.001.001.274h-1.18c-.034.352-.086.735-.347.998-.45.506-1.349.5-1.768-.041-.229-.265-.262-.625-.293-.957-1.164-.007-2.329.015-3.492-.011l.028-.264 2.949-.001c-.191-.559-.384-1.131-.314-1.733m1.073 2.011c.001.455.199.996.698 1.098.667.2 1.284-.442 1.213-1.098l-.617-.004c.02.253 0 .605-.328.637-.343-.004-.414-.367-.356-.636l-.609.003z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.1 0h1.911c2.797.266 5.508 1.486 7.483 3.498 2.037 2.003 3.283 4.761 3.506 7.603v1.911c-.269 2.828-1.513 5.565-3.561 7.546-1.955 1.969-4.622 3.155-7.37 3.443h-1.948c-2.91-.219-5.73-1.519-7.748-3.631C1.444 18.422.286 15.788 0 13.072v-2.088c.268-2.766 1.462-5.449 3.437-7.416C5.445 1.497 8.229.228 11.1.002m-.539 3.245c-2.568.388-4.91 1.991-6.214 4.233a8.818 8.818 0 0 0-.89 6.8c.862 3.258 3.761 5.845 7.092 6.34a8.778 8.778 0 0 0 6.46-1.508 8.796 8.796 0 0 0 3.402-4.838 8.82 8.82 0 0 0-.569-6.19 8.802 8.802 0 0 0-9.281-4.837z"/><path fill="#fff" d="M10.561 3.247a8.802 8.802 0 0 1 9.281 4.837 8.821 8.821 0 0 1 .569 6.19 8.796 8.796 0 0 1-3.402 4.838 8.78 8.78 0 0 1-6.46 1.508c-3.331-.494-6.231-3.082-7.092-6.34-.633-2.264-.311-4.776.89-6.8 1.304-2.243 3.646-3.845 6.214-4.233m1.029.48c-.354.195-.386.75-.054.982.328.283.9.054.949-.376.105-.475-.494-.888-.896-.606m-.139 1.834c-.447.704-.896 1.407-1.325 2.123.177.007.403.125.552-.022.382-.362.612-.846.919-1.268l.012 1.335c.397.003.795.009 1.193.009V6.049l.5.447c-.003.404-.004.809.003 1.214.157-.122.422-.161.489-.371.045-.344.046-.695.012-1.041-.096-.323-.434-.48-.671-.687-.329-.228-.622-.624-1.07-.55-.298.004-.466.283-.614.5m.204 2.343c-.5 1.069-1.132 2.073-1.655 3.132.283-.009.643.047.8-.254.54-.803.908-1.709 1.374-2.555.544.959 1.069 1.928 1.612 2.888.101-.254.321-.519.207-.808-.333-.839-.896-1.566-1.23-2.404-.37-.001-.738-.001-1.108.001m-8.082 3.392v.403h16.713l-.001-.403H3.572m6.507 1.025c-.294.07-.425.374-.523.628-.22.607-.39 1.23-.576 1.848-1.022-.167-2.115.438-2.429 1.441-.414 1.124.319 2.484 1.486 2.751 1.095.325 2.34-.409 2.609-1.513.304-1.003-.283-2.114-1.22-2.536l.152-.471c.786.817 1.529 1.673 2.271 2.53.329.466.946.278 1.426.312.177.72.696 1.365 1.415 1.596.885.332 1.955-.037 2.47-.824.58-.813.458-2.016-.257-2.707-.559-.588-1.439-.754-2.203-.536-.198-.441-.396-.881-.597-1.322.051-.134.1-.269.148-.404h.505l-.02-.438c-.664.016-1.33-.038-1.991.039.231.323.674.281 1.019.387a29.05 29.05 0 0 0-.152.413l-3.751-.001c.104-.262.092-.631.371-.78.29-.055.586-.037.88-.041.001-.147.004-.294.008-.441-.348.009-.7-.008-1.041.068z"/><path fill="#fff" d="M9.752 13.972h3.67c-.35.948-.707 1.895-1.057 2.843a542.744 542.744 0 0 0-2.612-2.843zM13.869 14.142c.135.298.269.595.409.89a2.334 2.334 0 0 0-1.045 1.852l-.404-.001c.342-.917.695-1.827 1.04-2.741zM7.252 15.919c.358-.497.984-.703 1.578-.666-.152.556-.387 1.092-.48 1.663l.059.134.261.104c.281-.556.403-1.171.612-1.755.772.379 1.201 1.364.83 2.165-.345.902-1.544 1.318-2.366.799-.851-.456-1.098-1.692-.494-2.443zM14.9 15.273c.81-.214 1.743.203 2.035 1.006.401.906-.228 2.047-1.189 2.235-.854.218-1.725-.374-1.984-1.186.614-.035 1.233.037 1.843-.041l.093-.108c-.18-.666-.546-1.266-.797-1.907z"/><path fill="#fff" d="M13.71 16.881a1.869 1.869 0 0 1 .761-1.405c.215.467.424.936.632 1.406-.464 0-.929.001-1.393-.001z"/><path fill="#030303" d="M11.59 3.727c.401-.282 1.001.131.896.606-.05.43-.622.66-.95.376-.332-.232-.3-.787.054-.982zM11.45 5.561c.148-.216.316-.496.614-.5.449-.075.741.321 1.07.55.237.207.576.365.671.687.034.346.033.698-.012 1.041-.067.21-.332.249-.489.371-.007-.405-.005-.81-.003-1.214l-.5-.447v1.689c-.399 0-.796-.007-1.193-.009l-.012-1.335c-.307.422-.538.906-.919 1.268-.15.147-.375.029-.552.022.429-.716.877-1.419 1.325-2.123zM11.654 7.904c.37-.003.738-.003 1.108-.001.334.838.897 1.565 1.23 2.404.114.289-.106.553-.207.808-.543-.96-1.068-1.929-1.612-2.888-.467.846-.834 1.752-1.374 2.555-.157.302-.517.245-.8.254.523-1.058 1.155-2.063 1.655-3.132zM3.572 11.296h16.712l.001.403H3.572v-.403zM10.079 12.321c.341-.076.694-.059 1.041-.068a21.62 21.62 0 0 0-.008.441c-.294.004-.59-.014-.88.041-.279.15-.268.518-.371.78l3.751.001c.05-.139.1-.275.152-.413-.345-.106-.788-.064-1.019-.387.661-.077 1.327-.024 1.991-.039l.02.438h-.505c-.049.135-.097.27-.148.404.201.441.399.881.597 1.322.765-.218 1.645-.051 2.203.536.715.691.837 1.894.257 2.707-.514.787-1.584 1.155-2.47.824-.719-.231-1.238-.876-1.415-1.596-.48-.034-1.096.153-1.426-.312-.742-.856-1.486-1.713-2.271-2.53l-.152.471c.936.422 1.524 1.533 1.22 2.536-.269 1.104-1.513 1.839-2.609 1.513-1.167-.268-1.9-1.628-1.486-2.751.313-1.003 1.407-1.608 2.429-1.441.186-.618.355-1.241.576-1.848.098-.254.229-.559.523-.628m-.327 1.65c.873.946 1.746 1.891 2.612 2.843.35-.948.707-1.895 1.057-2.843h-3.67m4.118.17c-.345.914-.698 1.824-1.04 2.741l.404.001a2.338 2.338 0 0 1 1.045-1.852c-.14-.295-.274-.593-.409-.89m-6.617 1.777c-.603.751-.357 1.987.494 2.443.822.519 2.021.104 2.366-.799.371-.801-.058-1.786-.83-2.165-.21.584-.332 1.199-.612 1.755a28.324 28.324 0 0 1-.261-.104l-.059-.134c.093-.57.328-1.107.48-1.663-.594-.037-1.22.169-1.578.666m7.648-.645c.252.641.618 1.241.797 1.907l-.093.108c-.61.077-1.229.005-1.843.041.26.812 1.13 1.403 1.984 1.186.961-.188 1.591-1.329 1.189-2.235-.292-.803-1.225-1.22-2.035-1.006m-1.189 1.607c.464.003.929.001 1.393.001-.209-.47-.417-.939-.632-1.406-.45.332-.732.846-.761 1.405z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians-or-bicycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ff163c" d="M10.026.331A9.289 9.289 0 0 1 12.84.237c2.443.114 4.822 1.096 6.683 2.674a11.619 11.619 0 0 1 3.958 6.919c.475 2.704-.076 5.572-1.493 7.921-1.517 2.519-4.009 4.441-6.856 5.203a11.51 11.51 0 0 1-6.976-.218c-2.689-.896-4.987-2.861-6.358-5.335-1.279-2.28-1.728-5-1.291-7.574A11.634 11.634 0 0 1 10.025.332m.29 2.434c-1.482.295-2.958.894-4.087 1.913 1.51 1.562 3.083 3.065 4.602 4.619.221.211.437.428.649.648 2.573 2.519 5.086 5.1 7.669 7.607a9.241 9.241 0 0 0 2.024-5.188c.173-2.431-.7-4.912-2.336-6.715a9.08 9.08 0 0 0-5.28-2.893c-1.075-.133-2.172-.218-3.241.01m-5.467 3.22c-1.583 1.97-2.335 4.591-1.954 7.098a9.168 9.168 0 0 0 3.494 5.965 9.29 9.29 0 0 0 5.971 1.896c1.967-.085 3.917-.805 5.432-2.069-.341-.326-.66-.674-.998-1.001l-.06-.066c-.83-.8-1.638-1.625-2.45-2.442-.155-.157-.319-.302-.484-.45l-.175-.246-.097-.062a6.445 6.445 0 0 0-.324-.316l-.031-.034c-1.038-1.015-2.062-2.045-3.086-3.073a8.672 8.672 0 0 0-.169-.164C8.223 9.349 6.556 7.646 4.848 5.987z"/><path fill="#ffd90f" d="M10.315 2.766c1.069-.228 2.166-.143 3.241-.01a9.08 9.08 0 0 1 5.28 2.893c1.637 1.804 2.509 4.284 2.336 6.715a9.244 9.244 0 0 1-2.024 5.188c-2.584-2.507-5.096-5.088-7.669-7.607.234-.27.463-.545.692-.82.34.482.622 1.006 1 1.46.445.479.97.878 1.396 1.376-.132.096-.265.19-.4.28.206.013.413.024.619.031l.384-.527c-.424-.545-.892-1.054-1.302-1.607a10.726 10.726 0 0 1-.722-1.525c-.083-.732-.32-1.459-.124-2.197.505.526.318 1.307.562 1.937.103-.002.208-.005.312-.01.017-.546.019-1.093-.041-1.637-.023-.451-.325-.815-.559-1.18-.235-.348-.718-.461-.898-.851-.02-.353.127-.704.05-1.054-.13-.456-.81-.498-1.062-.132-.104.415.046.838.151 1.238l.32.152c-.167.146-.383.252-.503.444-.144.374-.151.791-.316 1.157-.347.408-.782.73-1.145 1.123.092.071.188.138.287.199.57-.221 1.045-.635 1.412-1.118.02.433.277.918.006 1.314-.253.433-.528.856-.77 1.296C9.309 7.74 7.736 6.238 6.226 4.675c1.129-1.019 2.605-1.618 4.087-1.913zM4.848 5.987c1.708 1.66 3.374 3.362 5.069 5.036l-.116-.113-.456.684c-.26.004-.522.007-.781.028.32.229.661.43 1.001.63.244-.286.488-.569.733-.853l-.211-.211c1.025 1.028 2.048 2.058 3.086 3.073-.995.006-1.988.002-2.983.002.091-.265.184-.53.277-.796l-.398-.282c.376-.022.774.061 1.129-.101-.413-.074-.877-.212-1.272-.012-.125.229.103.343.25.472-.191.56-.4 1.115-.595 1.674a5.222 5.222 0 0 0-.929-.146c-.512.299-1.148.445-1.496.967-.679.864-.439 2.245.479 2.842.857.617 2.137.384 2.761-.456.722-.587.631-1.718.136-2.422-.206-.336-.65-.491-.734-.901.718.652 1.33 1.411 1.988 2.122-.007.206-.109.437-.002.634.1.23.373.262.577.35l.12.312-.16.25c.2-.013.402-.02.604-.029-.24-.109-.341-.33-.406-.566a8.94 8.94 0 0 0 .391-.541l.299-.054c.193.805.826 1.524 1.674 1.637.865.166 1.733-.332 2.146-1.085l-.233-.254c.338.326.658.674.998 1.001-1.516 1.264-3.466 1.984-5.432 2.069a9.29 9.29 0 0 1-5.971-1.896c-1.88-1.432-3.17-3.622-3.494-5.965-.382-2.507.371-5.128 1.954-7.098z"/><path fill="#ffd90f" d="M13.204 14.294c.112.101.22.208.324.316l-.116-.052c-.304.685-.574 1.386-.86 2.08a1.54 1.54 0 0 1-.318.484c-.064-.245-.12-.505-.001-.745-.204.018-.408.036-.612.058l.354.16.107.545c-.728-.734-1.396-1.524-2.105-2.276l.113-.342c1.112.004 2.226-.008 3.34.007l-.224-.233zM13.625 14.672l.175.246c.095.145.181.296.251.456-.248.27-.556.496-.728.828-.205.356-.239.773-.298 1.17a7.859 7.859 0 0 1-.421-.21c.341-.829.702-1.651 1.021-2.49zM14.284 15.368c.812.817 1.62 1.642 2.45 2.442-.31.539-.836 1.014-1.494 1-.781.053-1.45-.559-1.639-1.289.409-.055.818-.11 1.231-.14.2.086.505.296.643.01.154-.154-.059-.318-.144-.438-.456-.456-.605-1.12-1.048-1.584zM7.452 16.327c.408-.623 1.238-.818 1.924-.593-.151.509-.335 1.051-.805 1.354-.283.221.241.606.384.295.169-.528.504-.98.68-1.507.664.45.95 1.388.546 2.104-.396.8-1.512 1.102-2.257.605-.762-.442-.994-1.547-.472-2.257z"/><path fill="#ffd90f" d="M13.578 17.246c.038-.547.299-1.066.77-1.362.228.39.46.779.666 1.181-.474.09-.955.139-1.436.181z"/><path d="M11.387 3.492c.252-.366.932-.324 1.062.132.077.349-.071.701-.05 1.054.18.39.662.503.898.851.234.365.536.728.559 1.18.06.544.058 1.091.041 1.637-.104.005-.209.007-.312.01-.244-.63-.056-1.411-.562-1.937-.197.738.041 1.465.124 2.197.202.523.44 1.038.722 1.525.41.553.878 1.062 1.302 1.607l-.384.527a21.368 21.368 0 0 1-.619-.031c.134-.09.268-.184.4-.28-.426-.498-.95-.898-1.396-1.376-.378-.455-.66-.978-1-1.46-.229.275-.458.55-.692.82a22.03 22.03 0 0 0-.649-.648c.242-.44.517-.863.77-1.296.271-.396.014-.881-.006-1.314-.367.484-.842.898-1.412 1.118a3.676 3.676 0 0 1-.287-.199c.362-.394.798-.715 1.145-1.123.164-.366.172-.782.316-1.157.12-.192.336-.298.503-.444l-.32-.152c-.106-.401-.256-.823-.151-1.238zM9.344 11.594l.456-.684.116.113.169.164.211.211c-.245.284-.49.568-.733.853-.34-.2-.68-.401-1.001-.63.259-.02.521-.024.781-.028zM9.925 13.073c.395-.2.859-.062 1.272.012-.355.162-.754.079-1.129.101l.398.282c-.094.265-.186.53-.277.796.995 0 1.988.004 2.983-.002l.031.034.224.233c-1.114-.016-2.227-.004-3.34-.007l-.113.342c.709.752 1.376 1.542 2.105 2.276a87.591 87.591 0 0 0-.107-.545l-.354-.16c.204-.022.408-.04.612-.058-.119.24-.062.5.001.745.133-.142.247-.302.318-.484.287-.694.557-1.394.86-2.08l.116.052.097.062c-.319.839-.68 1.661-1.021 2.49.138.074.278.144.421.21.059-.397.092-.814.298-1.17.173-.332.48-.558.728-.828a3.105 3.105 0 0 0-.251-.456c.164.148.329.293.484.45.443.464.592 1.128 1.048 1.584.085.12.298.284.144.438-.138.287-.443.077-.643-.01-.413.03-.822.085-1.231.14.19.73.858 1.342 1.639 1.289.658.014 1.184-.461 1.494-1l.06.066.233.254c-.413.752-1.28 1.25-2.146 1.085-.848-.113-1.481-.832-1.674-1.637l-.299.054a9.398 9.398 0 0 1-.391.541c.065.236.166.457.406.566-.202.008-.403.016-.604.029l.16-.25-.12-.312c-.204-.089-.478-.12-.577-.35-.107-.197-.005-.427.002-.634-.659-.71-1.271-1.47-1.988-2.122.084.41.528.565.734.901.496.703.587 1.835-.136 2.422-.624.84-1.904 1.073-2.761.456-.918-.596-1.158-1.978-.479-2.842.348-.522.984-.668 1.496-.967.313.018.624.072.929.146.196-.559.404-1.114.595-1.674-.146-.128-.374-.242-.25-.472m-2.47 3.258c-.522.71-.29 1.816.472 2.257.745.497 1.861.196 2.257-.605.404-.715.118-1.654-.546-2.104-.176.527-.511.979-.68 1.507-.143.311-.667-.074-.384-.295.47-.302.654-.845.805-1.354-.685-.226-1.516-.03-1.924.593m6.126.92c.481-.042.962-.091 1.436-.181-.206-.402-.438-.791-.666-1.181-.472.296-.732.815-.77 1.362z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians-or-bicycles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.496 0h.955c2.652.128 5.266 1.097 7.289 2.83 2.525 2.107 4.093 5.286 4.26 8.569v1.181c-.144 2.863-1.334 5.664-3.332 7.726-2.083 2.194-5.02 3.527-8.038 3.695H11.4c-2.996-.161-5.915-1.475-7.999-3.638C1.245 18.172.018 15.124 0 12.053v-.085c.013-3.163 1.316-6.3 3.587-8.508C5.673 1.367 8.557.159 11.496.002M7.273 3.193a10.053 10.053 0 0 0-4.54 5.069 10.039 10.039 0 0 0-.037 7.393 10.096 10.096 0 0 0 4.312 5.012 2436.24 2436.24 0 0 1 3.955-6.851c.187-.336.394-.662.563-1.008.083-.125.157-.256.223-.389.184-.276.347-.565.512-.851 1.578-2.747 3.167-5.486 4.748-8.231-2.94-1.706-6.748-1.771-9.737-.145M18.64 4.516c-.366.642-.743 1.279-1.105 1.925-.097.148-.19.299-.265.458-.433.744-.87 1.486-1.291 2.238-.424.708-.828 1.429-1.244 2.143-1.963 3.407-3.934 6.808-5.896 10.214a10.06 10.06 0 0 0 6.034.094 10.054 10.054 0 0 0 5.771-4.548c1.312-2.212 1.693-4.943 1.073-7.435-.476-1.958-1.574-3.748-3.076-5.089z"/><path fill="#fff" d="M7.273 3.193c2.989-1.626 6.797-1.561 9.737.145-1.582 2.744-3.17 5.484-4.748 8.231-.257-.977-1.295-1.648-2.291-1.388-.174-.427-.347-.854-.522-1.28l.14-.385.31-.037c.008-.142.018-.283.028-.426-.546-.022-1.096-.047-1.642.002-.05.084-.092.173-.127.265.3.07.601.131.902.19l-.088.313c-1.13-.007-2.261.023-3.39-.016.09-.293.134-.61.294-.877.251-.166.569-.085.85-.136.25-.108.095-.475-.148-.46-.396-.031-.936-.046-1.14.374-.295.806-.536 1.633-.811 2.448-.593-.067-1.231.056-1.658.499-.811.758-.739 2.236.2 2.86.894.702 2.368.331 2.797-.728.454-.907-.004-2.036-.882-2.488l.163-.492c.698.806 1.403 1.609 2.106 2.412.293.38.828.182 1.237.229.241 1.026 1.369 1.642 2.372 1.368a2436.24 2436.24 0 0 0-3.955 6.851 10.109 10.109 0 0 1-4.312-5.012 10.043 10.043 0 0 1 .037-7.393 10.048 10.048 0 0 1 4.54-5.069zM18.64 4.516c1.501 1.342 2.599 3.131 3.076 5.089.62 2.492.239 5.224-1.073 7.435a10.051 10.051 0 0 1-5.771 4.548 10.06 10.06 0 0 1-6.034-.094c1.962-3.407 3.932-6.808 5.896-10.214a2.68 2.68 0 0 0-.017 1.074c.085.292.402.337.66.344.06-.769.113-1.541.169-2.311.262-.08.524-.158.788-.233-.103.552-.211 1.102-.316 1.654h2.083c.084-.254.167-.51.253-.764l.484.61c.623.15 1.246.306 1.868.455.019-.173.115-.372-.012-.527-.326-.354-.81-.511-1.162-.836-.324-.635-.547-1.316-.858-1.957-.236-.466-.854-.719-1.332-.466-.468.247-.929.514-1.366.815.421-.752.858-1.494 1.291-2.238-.217.529.305 1.127.852 1.07.577.002 1.002-.67.766-1.193-.19-.53-.938-.719-1.352-.336.362-.646.739-1.283 1.105-1.925M14.98 17.158c-.076.45.34.797.763.791.456-1.4.907-2.802 1.367-4.201.325.508.679 1 .979 1.523.262.683.444 1.396.698 2.081.179.409.674.565 1.087.462-.179-.864-.365-1.724-.547-2.587a1.767 1.767 0 0 0-.203-.512c-.428-.788-.845-1.584-1.267-2.376-.648-.002-1.295-.001-1.942-.001-.31 1.608-.647 3.211-.936 4.822z"/><path fill="#fff" d="M5.478 9.319c1.098-.034 2.198-.007 3.298-.014-.338.87-.673 1.742-1.007 2.615-.76-.871-1.567-1.702-2.291-2.6zM9.182 9.547c.114.268.224.536.335.806-.596.329-.917.96-1.026 1.61l-.239.011c.299-.814.622-1.618.93-2.428zM2.929 11.658c.15-.691.868-1.116 1.55-1.042-.151.503-.343.994-.478 1.501-.055.229.247.384.402.198.223-.499.343-1.037.534-1.548.412.272.748.712.732 1.226.023.809-.769 1.537-1.578 1.385-.796-.084-1.398-.946-1.163-1.721zM10.14 10.633c.312-.001.644-.024.929.131.589.292.888 1.032.68 1.656-.066.133-.14.264-.223.389-.348.575-1.156.76-1.736.439-.332-.157-.536-.479-.697-.796.551-.038 1.117.061 1.658-.05.229-.043.028-.316-.036-.421-.263-.415-.383-.899-.575-1.348z"/><path fill="#fff" d="M9.023 11.963a1.53 1.53 0 0 1 .655-1.152c.162.383.311.77.464 1.157-.373.001-.746.002-1.12-.005z"/><path d="M17.534 6.44c.414-.383 1.163-.194 1.352.336.236.523-.188 1.195-.766 1.193-.547.056-1.069-.541-.852-1.07.076-.16.168-.311.265-.458zM5.438 7.709c.204-.42.744-.406 1.14-.374.242-.016.397.352.148.46-.281.05-.599-.03-.85.136-.16.268-.204.584-.294.877 1.129.038 2.26.008 3.39.016l.088-.313c-.301-.059-.602-.12-.902-.19.035-.092.077-.181.127-.265.546-.049 1.096-.024 1.642-.002l-.028.426-.31.037-.14.385c.175.426.348.853.522 1.28.996-.259 2.034.412 2.291 1.388-.166.286-.329.575-.512.851.208-.624-.091-1.364-.68-1.656-.284-.155-.617-.132-.929-.131.192.449.312.932.575 1.348.064.106.265.378.036.421-.541.112-1.108.012-1.658.05.161.317.365.638.697.796.581.32 1.388.136 1.736-.439-.169.346-.376.672-.563 1.008-1.003.274-2.131-.342-2.372-1.368-.409-.047-.944.151-1.237-.229-.703-.803-1.408-1.606-2.106-2.412l-.163.492c.878.451 1.336 1.58.882 2.488-.43 1.06-1.903 1.43-2.797.728-.94-.624-1.012-2.101-.2-2.86.427-.443 1.066-.566 1.658-.499.275-.815.516-1.642.811-2.448m.038 1.609c.724.899 1.531 1.729 2.291 2.6.334-.872.668-1.745 1.007-2.615-1.099.007-2.2-.019-3.298.014m3.704.229c-.308.81-.631 1.614-.93 2.428l.239-.011c.109-.65.43-1.282 1.026-1.61-.11-.27-.221-.539-.335-.806m-6.253 2.11c-.235.775.367 1.637 1.163 1.721.809.152 1.601-.576 1.578-1.385.016-.515-.32-.954-.732-1.226-.191.511-.311 1.049-.534 1.548-.155.186-.457.031-.402-.198.134-.508.326-.998.478-1.501-.683-.074-1.4.35-1.55 1.042m6.093.304c.373.007.746.006 1.12.005-.154-.386-.302-.774-.464-1.157a1.528 1.528 0 0 0-.655 1.152zM17.344 8.322c.478-.253 1.096 0 1.332.466.311.641.534 1.322.858 1.957.352.325.835.482 1.162.836.127.155.031.354.012.527-.623-.149-1.246-.305-1.868-.455l-.484-.61c-.086.254-.169.51-.253.764H16.02c.104-.552.212-1.102.316-1.654a29.76 29.76 0 0 0-.788.233c-.056.77-.109 1.542-.169 2.311-.258-.007-.575-.053-.66-.344a2.662 2.662 0 0 1 .017-1.074c.416-.714.821-1.435 1.244-2.143.437-.301.898-.568 1.366-.815z"/><path d="M14.98 17.158c.289-1.61.626-3.214.936-4.822.647 0 1.294-.001 1.942.001.422.792.839 1.588 1.267 2.376.089.162.168.33.203.512.182.863.368 1.723.547 2.587-.413.103-.908-.053-1.087-.462-.254-.685-.437-1.398-.698-2.081-.3-.523-.654-1.015-.979-1.523-.46 1.399-.911 2.801-1.367 4.201-.424.006-.839-.341-.763-.791z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-rickshaws--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#feffff" d="M11.515 0h1.055l.14.153.086-.056L12.777 0h.053c.636.253 1.345.19 1.996.39 2.035.543 3.991 1.556 5.455 3.093.643.749 1.345 1.461 1.818 2.336.532.833.895 1.757 1.243 2.678.116.577.173 1.167.331 1.736.127.456-.007.96.208 1.391v.034c-.196.071-.196.135 0 .191v.042c-.2.359-.1.781-.138 1.171-.112.962-.266 1.927-.6 2.842-.261.889-.773 1.667-1.199 2.481-.728 1.171-1.692 2.185-2.753 3.062-.943.624-1.861 1.352-2.968 1.657-.486.314-1.075.342-1.61.53-.72.225-1.491.162-2.209.366H11.21c-.815-.23-1.691-.216-2.489-.53a10.693 10.693 0 0 1-4.945-2.892C1.93 18.829.737 16.434.336 13.929c-.146-.482.002-1.012-.219-1.476v-.099-.195l.149-.149-.052-.087-.096.02v-.061c.245-.505.058-1.085.181-1.616.173-.789.254-1.612.618-2.345.423-1.028.91-2.041 1.581-2.933.444-.724 1.12-1.255 1.676-1.887C5.967 1.466 8.294.45 10.697.143c.276-.023.568-.001.817-.145m-.31.459c-.916.089-1.823.27-2.702.543-2.563.807-4.819 2.549-6.227 4.842a11.535 11.535 0 0 0-1.799 6.874 11.58 11.58 0 0 0 3.606 7.796c1.536 1.511 3.557 2.47 5.657 2.899 2.598.49 5.356.037 7.668-1.243 1.605-.953 3.023-2.243 4.05-3.809 1.18-1.853 1.94-4.028 1.906-6.242.15-4.151-2.25-8.236-5.857-10.255C15.605.781 13.376.328 11.204.456z"/><path fill="#feffff" d="M6.088 4.775c1.709-1.409 3.935-2.213 6.156-2.112a9.158 9.158 0 0 1 6.011 2.489c1.453 1.356 2.398 3.211 2.754 5.158.49 2.64-.222 5.481-1.897 7.581-.188-.16-.372-.323-.56-.481.308-.806.232-1.789-.372-2.439-.583-.68-1.589-.846-2.413-.569l-.273-.248c.819-.299 1.785-.23 2.493.301.453.31.694.817.952 1.282.102-.627.133-1.308.539-1.833.206-.336.63-.564.643-.994.08-.973.181-1.949.122-2.925-.091-.841-.217-1.679-.276-2.524-.908.01-1.594.716-2.063 1.423-.423.955.115 2.078-.421 3.008-.27.522-.888.64-1.406.77-.535.124-.974.474-1.345.864a29.461 29.461 0 0 0-.465-.47c.103-.811-.05-1.651-.492-2.344-.384-.617-.53-1.543-1.341-1.749-.601-.185-1.157.264-1.372.798-1.654-1.666-3.339-3.302-4.975-4.984m5.494 2.171c-.682.297-.677 1.387-.01 1.693.563.347 1.388-.137 1.35-.798.09-.682-.747-1.253-1.34-.895zM2.882 14.133c-.636-2.771.058-5.821 1.861-8.023 1.133 1.07 2.215 2.194 3.33 3.283.541.552 1.124 1.069 1.608 1.675-.362.152-.725.305-1.098.432.006.328.081.648.115.971-.062.539-.327 1.025-.51 1.53-.668-.223-1.435-.297-2.08.039-.8.367-1.33 1.24-1.296 2.12.008.921.624 1.812 1.498 2.117 1.158.41 2.588-.201 2.986-1.388.377-.94-.03-1.997-.746-2.653.067-.112.137-.221.21-.329.432.418.949.752 1.34 1.212.069.44.04.888.067 1.331.441.197.847.454 1.264.694.513.156.83-.372 1.164-.655l.188.473c.531.02 1.078.017 1.509-.337.151.417.261.864.543 1.217.52.667 1.435.997 2.26.792l.122-.023c.198.211.397.423.594.637-1.707 1.413-3.949 2.204-6.169 2.105-1.957-.007-3.852-.784-5.42-1.922-1.695-1.294-2.882-3.219-3.34-5.298z"/><path fill="#feffff" d="M9.219 11.878c.342.163.707.091 1.047-.037.329.058.547.326.765.554-.274.143-.52.348-.817.446-.342.036-.688.012-1.031.013.075-.323.188-.655.037-.975zM8.891 13.243c.392-.025.785-.02 1.179-.019-.001.443.002.886-.015 1.328-.418-.297-.807-.632-1.218-.937l.055-.372zM12.454 13.902c.499.425.978.877 1.385 1.392-.095.309-.177.623-.267.934a23.735 23.735 0 0 1-1.28-.064c.216-.153.437-.302.65-.46-.177-.596-.392-1.185-.488-1.802zM11.198 15.728c.033-.563-.103-1.18.185-1.695.234.545.415 1.111.61 1.67-.265 0-.53.008-.795.025zM5.463 15.428c.277-.763 1.105-1.245 1.906-1.148.221.026.658-.037.568.318-.2.539-.631.959-.888 1.473.01.084.031.254.04.34.468-.554.807-1.201 1.219-1.795.871.651.915 2.101.068 2.787-.671.633-1.8.607-2.456-.034-.539-.473-.672-1.278-.457-1.941zM15.99 14.81c.676-.124 1.467-.023 1.921.547.409.472.398 1.133.288 1.712-.791-.697-1.496-1.483-2.209-2.259zM14.162 15.511c.094.169.185.339.259.517l-.031.207a64.9 64.9 0 0 0-.446.01c.067-.246.13-.493.217-.733zM11.187 16.589c-.183-.337.173-.624.454-.744.283.122.656.394.459.744-.108.429-.801.43-.912 0zM14.811 16.69c.202.014.409.001.606.057.516.46.991.965 1.432 1.497-.549.012-1.148-.105-1.531-.529-.293-.266-.421-.651-.506-1.025z"/><path fill="#c84c31" d="M11.204.457c2.172-.128 4.401.324 6.302 1.406 3.607 2.019 6.007 6.103 5.857 10.255.034 2.215-.726 4.389-1.906 6.242-1.028 1.566-2.445 2.856-4.05 3.809a11.56 11.56 0 0 1-7.668 1.243c-2.099-.429-4.12-1.388-5.657-2.899a11.58 11.58 0 0 1-3.606-7.796 11.524 11.524 0 0 1 1.799-6.874C3.683 3.55 5.939 1.808 8.502 1.001a13.525 13.525 0 0 1 2.702-.543M6.088 4.775c1.636 1.682 3.321 3.318 4.975 4.984-.166.353-.304.718-.462 1.075-.309.067-.621.126-.92.233-.484-.606-1.067-1.123-1.608-1.675-1.116-1.088-2.197-2.212-3.33-3.283-1.802 2.203-2.496 5.253-1.861 8.023.457 2.079 1.644 4.004 3.34 5.298 1.568 1.138 3.463 1.915 5.42 1.922 2.219.099 4.461-.693 6.169-2.105-.197-.214-.396-.425-.594-.637l-.122.023c.651-.137 1.18-.634 1.457-1.224.188.158.372.321.56.481 1.675-2.101 2.387-4.941 1.897-7.581-.356-1.946-1.301-3.802-2.754-5.158a9.153 9.153 0 0 0-6.011-2.489c-2.221-.101-4.447.703-6.156 2.112z"/><path fill="#c84c31" d="M10.265 11.841c.436-.127.863-.29 1.258-.514.069.322.145.643.222.964-.239.034-.476.072-.715.105-.219-.228-.436-.495-.765-.554zM14.268 13.054c.156.156.311.311.465.47-.428.513-.712 1.13-.893 1.77-.408-.516-.886-.967-1.385-1.392l-.021-.08a26.23 26.23 0 0 0 1.706-.013c.045-.252.096-.503.13-.756zM14.162 15.511c.264-.594.752-1.069 1.331-1.358l.273.248c-.68.285-1.232.883-1.345 1.627a5.09 5.09 0 0 0-.259-.517zM15.16 15.405c.21-.278.531-.432.829-.595.713.776 1.417 1.561 2.209 2.259-.223.602-.741 1.008-1.35 1.175a13.78 13.78 0 0 0-1.432-1.497c.437.027.876.046 1.315.037l-.043-.331c-.631-.058-1.262-.103-1.893-.153.095-.307.171-.631.364-.893z"/><path fill="#171c20" d="M11.581 6.948c.593-.359 1.43.213 1.34.895.038.662-.787 1.145-1.35.798-.668-.307-.672-1.396.01-1.693zM17.904 8.882c.468-.707 1.155-1.414 2.063-1.423.058.845.184 1.682.276 2.524.058.977-.043 1.952-.122 2.925-.013.43-.437.658-.643.994-.406.525-.437 1.206-.539 1.833-.258-.465-.499-.972-.952-1.282-.708-.531-1.674-.6-2.493-.301-.579.289-1.067.764-1.331 1.358-.088.24-.151.487-.217.733l.446-.01.031-.207c.113-.744.665-1.341 1.345-1.627.825-.277 1.83-.11 2.413.569.604.65.68 1.634.372 2.439-.277.589-.806 1.087-1.457 1.224-.825.204-1.739-.126-2.26-.792-.282-.353-.392-.8-.543-1.217-.431.354-.978.358-1.509.337a66.498 66.498 0 0 0-.188-.473c-.334.283-.651.81-1.164.655-.417-.24-.823-.497-1.264-.694-.026-.443.002-.891-.067-1.331-.391-.46-.908-.794-1.34-1.212a5.71 5.71 0 0 0-.21.329c.716.656 1.123 1.713.746 2.653-.398 1.187-1.827 1.798-2.986 1.388-.874-.305-1.49-1.196-1.498-2.117-.033-.879.497-1.752 1.296-2.12.645-.336 1.413-.263 2.08-.039.183-.505.448-.991.51-1.53-.034-.323-.109-.643-.115-.971.373-.127.735-.28 1.098-.432.298-.107.611-.166.92-.233.158-.358.296-.722.462-1.075.215-.535.771-.984 1.372-.798.811.206.958 1.132 1.341 1.749.442.693.595 1.533.492 2.344-.033.253-.084.504-.13.756a26.23 26.23 0 0 1-1.706.013l.021.08c.096.618.311 1.206.488 1.802-.213.158-.434.307-.65.46.425.036.852.052 1.28.064.09-.311.172-.625.267-.934.182-.64.466-1.257.893-1.77.371-.39.81-.74 1.345-.864.518-.13 1.136-.248 1.406-.77.536-.93-.002-2.053.421-3.008m-7.639 2.96c-.34.128-.705.2-1.047.037.151.321.038.652-.037.975.343-.001.689.023 1.031-.013.297-.097.543-.303.817-.446.239-.032.476-.07.715-.105a40.672 40.672 0 0 1-.222-.964 5.836 5.836 0 0 1-1.258.514m-1.373 1.404l-.055.372c.411.305.8.64 1.218.937.018-.442.014-.885.015-1.328-.393-.001-.787-.006-1.179.019m2.308 2.485c.265-.017.53-.025.795-.025-.195-.56-.375-1.125-.61-1.67-.289.516-.152 1.132-.185 1.695m-5.735-.3c-.215.663-.082 1.469.457 1.941.656.642 1.785.668 2.456.034.847-.687.803-2.136-.068-2.787-.412.594-.751 1.242-1.219 1.795l-.04-.34c.257-.514.688-.934.888-1.473.09-.355-.347-.292-.568-.318-.801-.097-1.629.385-1.906 1.148m10.527-.618c-.298.163-.619.317-.829.595-.192.263-.269.587-.364.893.631.05 1.262.095 1.893.153l.043.331c-.44.01-.878-.01-1.315-.037-.197-.056-.404-.043-.606-.057.086.374.213.759.506 1.025.384.424.983.541 1.531.529.608-.168 1.126-.573 1.35-1.175.11-.579.121-1.24-.288-1.712-.454-.569-1.245-.67-1.921-.547m-4.803 1.781c.112.43.804.429.912 0 .197-.349-.176-.621-.459-.744-.28.12-.637.406-.454.744z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-rickshaws--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.375 0h1.218c1.554.136 3.113.458 4.523 1.145 2.779 1.301 5.02 3.709 6.103 6.583.454 1.153.682 2.381.781 3.612v1.315c-.152 2.441-1.032 4.837-2.556 6.756-2.09 2.695-5.372 4.39-8.773 4.589h-1.328c-2.034-.14-4.042-.756-5.758-1.866A11.985 11.985 0 0 1 .6 15.73c-.394-1.177-.57-2.417-.6-3.655v-.15c.032-1.666.371-3.33 1.066-4.848 1.282-2.87 3.742-5.19 6.686-6.294C8.909.332 10.146.125 11.375.001M7.35 3.155A10.035 10.035 0 0 0 2.575 8.68c-.959 2.694-.691 5.801.748 8.275a9.952 9.952 0 0 0 4.344 4.051c.46-1.3.966-2.587 1.399-3.894.218-.498.382-1.019.572-1.528.209-.571.42-1.142.624-1.715a5.49 5.49 0 0 0 .138-.385c1.363-3.719 2.707-7.445 4.069-11.164a10.022 10.022 0 0 0-7.12.834m9.005-.158c-.631 1.729-1.265 3.458-1.888 5.191a4.202 4.202 0 0 0-.109.334c-.089.186-.157.382-.227.576-.061.162-.119.326-.178.49l-.046.126a7.813 7.813 0 0 0-.133.372 9.422 9.422 0 0 0-.205.57c-.316.839-.616 1.684-.924 2.526l-.107.304c-.056.133-.106.27-.149.408-.042.1-.079.2-.113.302.01.242-.209.398-.209.635-.11.173-.156.38-.224.574-.068.16-.131.322-.181.488-.712 1.933-1.414 3.871-2.116 5.808 2.959.77 6.248.074 8.636-1.835a10.014 10.014 0 0 0 3.576-5.646c.533-2.332.198-4.854-.948-6.955a10.032 10.032 0 0 0-4.457-4.267z"/><path fill="#fff" d="M7.35 3.155a10.02 10.02 0 0 1 7.12-.834c-1.362 3.719-2.706 7.445-4.069 11.164-1.573-.05-3.132-.332-4.649-.75.316-.083.637-.138.952-.222.15-.169.286-.35.432-.522.091.274.173.552.259.828.607.108 1.212.239 1.828.296-.149-.769-.337-1.531-.443-2.308-.092-.412-.277-.838-.632-1.087-.431-.293-1.082-.107-1.301.365-.245.547-.473 1.102-.716 1.65-.346.283-.78.457-1.074.799-.493-.154-.968-.359-1.458-.523-.191-.017-.326.286-.132.368a20.49 20.49 0 0 0 6.797 1.49c-.204.572-.415 1.144-.624 1.715.046-.492-.155-.974-.226-1.459-.746-.078-1.484-.216-2.224-.335-.288.521-.559 1.052-.832 1.582-.191.794-.348 1.597-.518 2.396.374.118.8-.061.943-.433.197-.566.367-1.141.557-1.71.256-.408.547-.794.828-1.186.299.89.63 1.772.899 2.672-.433 1.307-.94 2.594-1.399 3.894a9.952 9.952 0 0 1-4.344-4.051c-1.439-2.474-1.706-5.581-.748-8.275a10.035 10.035 0 0 1 4.775-5.525m-.348 4.813c-.498.233-.522 1.016-.044 1.285.455.314 1.147-.064 1.13-.616.038-.542-.619-.947-1.086-.67zM16.354 2.996c1.882.91 3.47 2.422 4.457 4.267 1.146 2.101 1.481 4.624.948 6.955a10.014 10.014 0 0 1-3.576 5.646c-2.388 1.909-5.677 2.605-8.636 1.835.702-1.937 1.404-3.875 2.116-5.808.702 1.02 1.86 1.687 3.085 1.834 1.152.137 2.364-.19 3.256-.938a4.412 4.412 0 0 0 1.642-3.343c.028-.667-.163-1.318-.386-1.939-.006-1.157.004-2.314-.005-3.47-.012-.431-.649-.528-.77-.11-.043.797-.008 1.6-.018 2.399a42.812 42.812 0 0 0-.398-.346c-.08-.572.136-1.204-.16-1.73-.158-.298-.545-.4-.85-.283-.458.126-.834.427-1.212.701-.464-.145-.906-.37-1.379-.476.623-1.733 1.256-3.462 1.888-5.191m1.076 3.38c-.434.223-.449.916-.028 1.16.388.278.988 0 1.038-.47.112-.534-.551-.994-1.01-.69z"/><path fill="#fff" d="M14.13 9.097c.07-.194.138-.39.227-.576 0 .289.314.364.526.46-.256.005-.506.05-.752.116zM13.952 9.587c.361-.158.757-.222 1.15-.244.002.271.005.542-.001.814-.317.031-.63.09-.936.181a15.48 15.48 0 0 1-.258-.625l.046-.126zM15.392 9.343c.426.013.844.12 1.247.254-.097.25-.188.502-.29.749a7.589 7.589 0 0 0-.958-.204l.001-.799zM16.926 9.709c.391.174.736.442 1.056.721-.196.187-.386.379-.575.574-.226-.235-.506-.397-.791-.547.095-.253.209-.498.31-.748zM13.568 10.655c.062-.192.131-.383.205-.57.034.124.074.246.124.365-.108.071-.222.133-.329.205zM17.64 11.225c.118-.232.359-.41.544-.6.301.311.508.697.71 1.076-.252.083-.493.192-.74.286a6.517 6.517 0 0 0-.514-.762zM18.274 12.248a8.09 8.09 0 0 1 .715-.281c.151.396.245.815.264 1.24-.265-.03-.582.059-.821-.038-.016-.313-.089-.617-.158-.92zM12.644 13.181a28.174 28.174 0 0 0 2.591-.312c.553-.065.69.836.151.954a26.18 26.18 0 0 1-3.11.372c.034-.102.071-.203.113-.302.991-.088 1.99-.146 2.965-.36.175-.089.107-.409-.102-.37-.904.125-1.805.258-2.714.322l.107-.304zM18.446 13.496c.269-.001.539-.004.809.002-.017.427-.125.845-.264 1.247-.24-.101-.474-.217-.718-.308.104-.304.155-.62.173-.941zM12.067 14.83l.301-.127c.13.3.318.566.518.823-.196.173-.374.365-.569.539a2.688 2.688 0 0 1-.475-.661c.068-.193.114-.401.224-.574zM18.155 14.702c.244.11.499.19.74.307-.173.394-.432.74-.719 1.057-.167-.199-.42-.354-.534-.578.212-.234.362-.51.512-.786zM12.538 16.283c.178-.198.366-.384.548-.576.252.214.524.396.812.558-.103.238-.202.478-.308.714a3.512 3.512 0 0 1-1.052-.696zM16.618 16.26c.281-.148.535-.328.78-.529.223.136.384.374.583.55a5.865 5.865 0 0 1-1.031.696c-.149-.216-.216-.481-.332-.716zM14.162 16.37c.308.066.618.169.94.181.002.263.001.524.001.786a4.079 4.079 0 0 1-1.248-.234c.102-.245.202-.491.307-.733zM15.392 16.549c.328-.029.653-.084.968-.178.064.253.246.5.246.752a4.897 4.897 0 0 1-1.212.216c-.007-.263-.002-.527-.002-.791z"/><path d="M17.432 6.379c.46-.304 1.122.156 1.01.69-.05.47-.65.749-1.038.47-.421-.245-.407-.937.028-1.16z"/><path d="M18.482 7.924c.121-.418.758-.32.77.11.008 1.157-.001 2.314.005 3.47.223.622.414 1.272.386 1.939a4.41 4.41 0 0 1-1.642 3.343c-.892.749-2.104 1.075-3.256.938-1.225-.146-2.383-.814-3.085-1.834.05-.167.113-.329.181-.488.118.245.29.463.475.661.194-.174.373-.366.569-.539-.2-.257-.389-.523-.518-.823l-.301.127c0-.236.218-.392.209-.635a26.18 26.18 0 0 0 3.11-.372c.539-.118.402-1.019-.151-.954-.858.144-1.723.248-2.591.312.308-.842.608-1.687.924-2.526.107-.072.221-.134.329-.205a3.136 3.136 0 0 1-.124-.365c.041-.125.086-.25.133-.372.082.21.167.419.258.625.306-.091.619-.15.936-.181.006-.271.004-.542.001-.814-.392.022-.788.085-1.15.244.059-.163.116-.328.178-.49.246-.066.497-.112.752-.116-.211-.096-.526-.17-.526-.46.032-.113.068-.224.109-.334.473.107.914.331 1.379.476.378-.274.754-.575 1.212-.701.305-.116.691-.014.85.283.295.527.079 1.158.16 1.73.133.114.266.229.398.346.01-.799-.025-1.602.018-2.399m-3.088 1.423l-.001.799c.324.047.643.116.958.204.102-.247.193-.499.29-.749-.403-.134-.821-.241-1.247-.254m1.534.366c-.101.25-.215.494-.31.748.284.15.565.312.791.547.188-.194.379-.386.575-.574-.32-.28-.665-.547-1.056-.721m.714 1.516c.191.24.359.498.514.762.247-.094.488-.203.74-.286-.203-.379-.409-.766-.71-1.076-.185.19-.426.368-.544.6m.634 1.023c.07.304.143.607.158.92.239.097.556.008.821.038a3.99 3.99 0 0 0-.264-1.24 7.97 7.97 0 0 0-.715.281m.172 1.249c-.018.32-.068.637-.173.941.244.091.478.208.718.308.139-.402.247-.82.264-1.247a27.28 27.28 0 0 0-.809-.002m-.291 1.206c-.15.276-.3.552-.512.786.114.224.367.379.534.578.287-.317.546-.664.719-1.057-.241-.118-.497-.197-.74-.307m-5.618 1.581c.308.29.66.533 1.052.696.107-.236.205-.476.308-.714a5.128 5.128 0 0 1-.812-.558c-.182.192-.371.378-.548.576m4.08-.023c.116.235.184.5.332.716.364-.2.715-.422 1.031-.696-.199-.175-.36-.414-.583-.55a4.517 4.517 0 0 1-.78.529m-2.456.111c-.106.242-.205.488-.307.733.398.15.824.214 1.248.234 0-.262.001-.523-.001-.786-.322-.012-.631-.115-.94-.181m1.23.179c0 .264-.005.528.002.791.413-.014.817-.1 1.212-.216 0-.252-.182-.499-.246-.752a4.91 4.91 0 0 1-.968.178zM7.003 7.967c.467-.277 1.124.127 1.086.67.017.552-.676.93-1.13.616-.478-.269-.454-1.052.044-1.285zM6.846 10.085c.218-.472.87-.658 1.301-.365.355.25.54.676.632 1.087.106.776.294 1.538.443 2.308-.616-.058-1.22-.188-1.828-.296-.086-.276-.168-.554-.259-.828-.146.172-.282.353-.432.522-.314.084-.636.139-.952.222 1.517.418 3.076.7 4.649.75a5.49 5.49 0 0 1-.138.385 20.54 20.54 0 0 1-6.797-1.49c-.194-.083-.059-.385.132-.368.49.164.965.37 1.458.523.294-.342.728-.516 1.074-.799.244-.548.472-1.103.716-1.65z"/><path d="M12.538 13.484c.91-.064 1.811-.197 2.714-.322.209-.04.277.281.102.37-.976.214-1.974.272-2.965.36.043-.138.092-.275.149-.408zM7.189 13.79c.739.119 1.477.257 2.224.335.071.485.271.967.226 1.459-.191.509-.354 1.03-.572 1.528-.269-.9-.6-1.782-.899-2.672-.281.391-.572.778-.828 1.186-.19.569-.36 1.144-.557 1.71-.143.372-.569.551-.943.433.17-.799.328-1.602.518-2.396.272-.529.544-1.061.832-1.582z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-right-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.258.574c2.419-.347 4.952.092 7.094 1.274 2.596 1.396 4.596 3.851 5.454 6.67a11.462 11.462 0 0 1-.091 7 11.472 11.472 0 0 1-4.543 5.891 11.39 11.39 0 0 1-6.643 1.883A11.429 11.429 0 0 1 4.18 20.31C2.225 18.529.906 16.057.562 13.432c-.384-2.746.272-5.623 1.83-7.919C4.161 2.854 7.09 1.002 10.258.575M6.053 4.687c.886.948 1.784 1.884 2.681 2.821.612.655 1.232 1.302 1.852 1.951 2.724 2.872 5.455 5.736 8.18 8.606 1.807-2.003 2.676-4.808 2.282-7.481a9.238 9.238 0 0 0-3.253-5.826 9.217 9.217 0 0 0-6.037-2.129 9.236 9.236 0 0 0-5.705 2.057M2.64 12.36a9.219 9.219 0 0 0 2.947 6.292 9.202 9.202 0 0 0 4.825 2.358 9.266 9.266 0 0 0 6.714-1.51c-2.468-2.578-4.919-5.17-7.378-7.756-.802-.834-1.59-1.68-2.395-2.509-.937-1-1.883-1.991-2.83-2.981a9.267 9.267 0 0 0-1.884 6.106z"/><path fill="#fff" d="M6.053 4.687a9.233 9.233 0 0 1 5.705-2.057 9.217 9.217 0 0 1 6.037 2.129 9.238 9.238 0 0 1 3.253 5.826c.394 2.672-.475 5.478-2.282 7.481-2.725-2.87-5.456-5.735-8.18-8.606 1.506-.025 3.012-.006 4.518-.011-.091.376-.185.752-.278 1.128 1.462-.811 2.894-1.675 4.355-2.49-1.452-.84-2.904-1.68-4.363-2.507.1.409.202.818.3 1.228-1.477.006-2.956-.011-4.433.008-.708.006-1.373.304-1.95.692-.896-.937-1.795-1.873-2.681-2.821zM2.64 12.36a9.27 9.27 0 0 1 1.884-6.106c.947.99 1.892 1.981 2.83 2.981-.145.424-.25.865-.236 1.316.001 2.627-.001 5.254.001 7.88.88-.001 1.759.001 2.638-.001-.005-2.228.012-4.458-.007-6.686 2.459 2.586 4.909 5.178 7.378 7.756a9.266 9.266 0 0 1-6.714 1.51 9.202 9.202 0 0 1-4.825-2.358 9.215 9.215 0 0 1-2.947-6.292z"/><path fill="#231f20" d="M14.816 5.58c1.459.827 2.911 1.667 4.363 2.507-1.46.815-2.893 1.679-4.355 2.49.094-.376.187-.752.278-1.128-1.506.005-3.012-.014-4.518.011-.619-.649-1.24-1.296-1.852-1.951.577-.389 1.242-.686 1.95-.692 1.477-.019 2.956-.002 4.433-.008-.098-.409-.2-.818-.3-1.228zM7.354 9.235c.805.829 1.594 1.675 2.395 2.509.019 2.228.002 4.458.007 6.686-.878.002-1.758 0-2.638.001-.002-2.627 0-5.254-.001-7.88-.013-.451.091-.893.236-1.316z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-right-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.388 0h1.136c2.851.139 5.652 1.29 7.711 3.278 2.32 2.156 3.689 5.269 3.764 8.431v.662c-.097 2.59-1.019 5.152-2.665 7.16-2.119 2.659-5.408 4.301-8.798 4.468h-1.08c-3.046-.157-6.01-1.483-8.114-3.696C1.298 18.201.104 15.325 0 12.4v-.689c.07-3.164 1.442-6.278 3.766-8.435C5.802 1.304 8.568.166 11.388-.001m-.947 3.243c-2.293.388-4.398 1.74-5.725 3.647a8.9 8.9 0 0 0 .465 10.826c.823-.833 1.663-1.651 2.479-2.492.985-.96 1.945-1.946 2.924-2.911.694-.696 1.385-1.394 2.086-2.082.961-.98 1.943-1.942 2.909-2.917.714-.708 1.421-1.423 2.136-2.131-1.979-1.678-4.722-2.414-7.274-1.939m7.192 4.229c-.922.922-1.859 1.83-2.758 2.774a253.338 253.338 0 0 0-4.276 4.273c-.996.949-1.946 1.946-2.93 2.909-.458.468-.928.924-1.385 1.392 1.919 1.613 4.534 2.363 7.014 1.979 2.3-.325 4.44-1.609 5.824-3.473a8.872 8.872 0 0 0 1.77-5.561 8.876 8.876 0 0 0-2.074-5.48c-.398.392-.794.786-1.186 1.187z"/><path fill="#fff" d="M10.441 3.242c2.552-.475 5.296.262 7.274 1.939-.715.708-1.422 1.423-2.136 2.131-1.352.001-2.705-.006-4.057.002-1.036.01-2.072.433-2.783 1.194a3.85 3.85 0 0 0-1.076 2.651c-.006 1.354-.001 2.708-.002 4.063-.816.841-1.656 1.66-2.479 2.492a8.9 8.9 0 0 1-.465-10.826c1.327-1.907 3.432-3.259 5.725-3.647zM17.633 7.472c.391-.401.787-.794 1.186-1.187a8.884 8.884 0 0 1 2.074 5.48 8.874 8.874 0 0 1-1.77 5.561c-1.384 1.864-3.523 3.148-5.824 3.473-2.48.384-5.095-.366-7.014-1.979.457-.468.926-.924 1.385-1.392-.011.377-.011.755-.008 1.133.487-.406.977-.809 1.47-1.207.494.397.982.8 1.469 1.207v-4.042a253.338 253.338 0 0 1 4.276-4.273c.868.004 1.735-.001 2.603.004.476-.485.946-.976 1.417-1.464-.416-.442-.839-.878-1.262-1.314z"/><path fill="#fff" d="M10.885 10.522c.481-.454 1.199-.198 1.786-.292-.701.688-1.392 1.386-2.086 2.082.089-.59-.176-1.316.3-1.79z"/><path d="M8.74 8.509c.71-.761 1.747-1.184 2.783-1.194 1.352-.008 2.705-.001 4.057-.002-.966.976-1.948 1.937-2.909 2.917-.587.094-1.304-.162-1.786.292-.476.474-.211 1.2-.3 1.79-.979.965-1.939 1.951-2.924 2.911.001-1.355-.004-2.71.002-4.063a3.854 3.854 0 0 1 1.076-2.651zM14.875 10.247c.899-.944 1.836-1.853 2.758-2.774.424.436.846.872 1.262 1.314-.472.488-.941.979-1.417 1.464-.868-.005-1.735 0-2.603-.004zM7.669 17.429c.984-.962 1.934-1.96 2.93-2.909v4.042a94.1 94.1 0 0 0-1.469-1.207c-.493.398-.983.802-1.47 1.207-.002-.378-.002-.756.008-1.133z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-right-turn--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.482 0h.972c2.708.131 5.374 1.141 7.414 2.939 2.453 2.106 3.968 5.234 4.133 8.461v1.171c-.14 2.839-1.309 5.617-3.276 7.675-2.088 2.228-5.052 3.586-8.099 3.754h-1.223c-2.083-.124-4.139-.768-5.89-1.91a11.998 11.998 0 0 1-5.024-6.722c-.323-1.076-.462-2.2-.488-3.32v-.083c.013-3.161 1.316-6.298 3.586-8.504C5.668 1.369 8.548.163 11.483.001M5.681 4.254c1.901 1.919 3.821 3.82 5.726 5.734 1.607 1.602 3.209 3.208 4.814 4.811 1.174 1.178 2.354 2.351 3.527 3.532A9.994 9.994 0 0 0 18.24 4.189a9.927 9.927 0 0 0-6.362-2.173c-2.243.012-4.46.826-6.198 2.239m-3.635 8.599c.185 2.328 1.238 4.566 2.888 6.215 1.847 1.858 4.447 2.958 7.072 2.933 2.293.023 4.565-.814 6.336-2.261-1.256-1.236-2.494-2.494-3.745-3.736-1.993-1.999-3.996-3.988-5.986-5.99-1.453-1.442-2.898-2.896-4.348-4.342a10.027 10.027 0 0 0-2.218 7.181z"/><path fill="#fff" d="M5.681 4.254c1.738-1.414 3.955-2.227 6.198-2.239a9.931 9.931 0 0 1 6.362 2.173 9.996 9.996 0 0 1 1.508 14.142c-1.172-1.181-2.353-2.353-3.527-3.532 1.268-.926 2.52-1.874 3.791-2.797-2.551-1.884-5.098-3.775-7.651-5.654-.212-.15-.428-.354-.708-.34-.4.005-.74.428-.62.82.313 1.061.644 2.116.958 3.176l-.583-.016C9.503 8.073 7.583 6.172 5.683 4.253zM2.045 12.854c-.232-2.563.587-5.192 2.218-7.181 1.45 1.446 2.894 2.899 4.348 4.342-1.534-.035-3.067-.006-4.602-.014v4.007h7.982c-.318 1.093-.676 2.174-.977 3.271-.077.526.583.931 1.015.623.868-.614 1.705-1.272 2.567-1.896 1.252 1.242 2.489 2.5 3.745 3.736-1.771 1.447-4.043 2.284-6.336 2.261-2.624.025-5.225-1.075-7.072-2.933-1.65-1.649-2.704-3.887-2.888-6.215z"/><path d="M11.033 6.827c-.12-.391.221-.815.62-.82.28-.014.496.19.708.34 2.554 1.879 5.1 3.77 7.651 5.654-1.271.923-2.522 1.871-3.791 2.797-1.606-1.603-3.208-3.209-4.814-4.811l.583.016c-.313-1.061-.644-2.116-.958-3.176zM4.008 10.001c1.535.008 3.068-.02 4.602.014 1.99 2.003 3.992 3.991 5.986 5.99-.862.624-1.699 1.282-2.567 1.896-.432.308-1.092-.097-1.015-.623.301-1.097.659-2.178.977-3.271H4.009V10z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-smoking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M11.845 0h.468c2.944.075 5.841 1.273 7.963 3.317 2.3 2.171 3.667 5.28 3.724 8.441v.551c-.076 2.97-1.295 5.89-3.368 8.02-2.149 2.249-5.199 3.589-8.308 3.671h-.634A12.02 12.02 0 0 1 0 12.244v-.399a12.003 12.003 0 0 1 3.774-8.577A11.999 11.999 0 0 1 11.845 0M6.048 4.33c2.386 2.384 4.769 4.77 7.155 7.154.539.539 1.077 1.079 1.618 1.617 1.615 1.618 3.234 3.233 4.849 4.851a9.692 9.692 0 0 0 1.979-7.058 9.71 9.71 0 0 0-3.299-6.242 9.682 9.682 0 0 0-6.059-2.36A9.659 9.659 0 0 0 6.048 4.33M2.361 13.2c.297 2.508 1.635 4.863 3.62 6.421a9.703 9.703 0 0 0 11.972.051 7396.728 7396.728 0 0 0-4.852-4.851c-.538-.541-1.078-1.079-1.617-1.618C9.1 10.817 6.713 8.434 4.33 6.048 2.756 8.044 2.037 10.68 2.361 13.2z"/><path fill="#fff" d="M6.048 4.33a9.659 9.659 0 0 1 6.243-2.038 9.682 9.682 0 0 1 6.059 2.36 9.71 9.71 0 0 1 3.299 6.242 9.692 9.692 0 0 1-1.979 7.058c-1.615-1.618-3.234-3.233-4.849-4.851 1.284-1.287 2.57-2.57 3.854-3.857L17.06 7.629c-1.287 1.284-2.57 2.571-3.857 3.855C10.817 9.1 8.434 6.714 6.048 4.33zM2.361 13.2c-.324-2.52.395-5.156 1.969-7.152 2.383 2.386 4.77 4.769 7.154 7.155l-3.616 3.618c.537.539 1.075 1.078 1.615 1.615 1.207-1.204 2.411-2.411 3.618-3.615 1.618 1.616 3.235 3.233 4.852 4.851a9.703 9.703 0 0 1-11.972-.051c-1.985-1.558-3.323-3.913-3.62-6.421m2.56-4.983l-.057.423a3.42 3.42 0 0 1 2.075 1.113c.641.733.996 1.688 1.063 2.655l.428-.03c-.092-1.059-.461-2.126-1.19-2.917a3.795 3.795 0 0 0-2.319-1.244m.491 1.375l-.18.387c1.033.447 1.771 1.578 1.601 2.715-.216.93-1.029 1.63-1.09 2.611-.062.774.42 1.467 1.023 1.904l.251-.346c-.523-.372-.958-.988-.833-1.661.174-.938.989-1.628 1.094-2.591.107-1.276-.711-2.509-1.866-3.019m-.454.898l-.201.374c.346.198.673.456.85.822.32.608.149 1.356-.207 1.909-.461.703-.733 1.572-.57 2.413.127.773.602 1.451 1.222 1.915l.252-.346c-.798-.566-1.257-1.589-1.051-2.56.097-.741.688-1.279.858-1.993.11-.381.127-.794.011-1.176-.154-.603-.634-1.064-1.164-1.358m2.228 7.013c.538.539 1.076 1.078 1.615 1.615.119-.117.236-.235.353-.352-.537-.54-1.077-1.078-1.616-1.617l-.352.354m-.707.707c.538.539 1.076 1.078 1.615 1.615.119-.117.237-.235.353-.355a818.25 818.25 0 0 1-1.614-1.613c-.119.116-.237.234-.354.353z"/><path d="M13.203 11.484c1.287-1.284 2.57-2.571 3.857-3.855l1.615 1.615c-1.284 1.287-2.57 2.57-3.854 3.857-.541-.538-1.079-1.078-1.618-1.617zM4.921 8.217A3.795 3.795 0 0 1 7.24 9.461c.729.791 1.098 1.858 1.19 2.917l-.428.03c-.067-.967-.422-1.922-1.063-2.655A3.42 3.42 0 0 0 4.864 8.64l.057-.423z"/><path d="M5.412 9.592c1.155.51 1.973 1.743 1.866 3.019-.105.963-.92 1.653-1.094 2.591-.125.673.31 1.289.833 1.661l-.251.346c-.603-.437-1.085-1.13-1.023-1.904.061-.981.874-1.681 1.09-2.611.17-1.137-.568-2.268-1.601-2.715l.18-.387z"/><path d="M4.958 10.49c.53.294 1.01.755 1.164 1.358.116.382.099.795-.011 1.176-.17.714-.761 1.252-.858 1.993-.206.971.253 1.994 1.051 2.56l-.252.346c-.62-.464-1.095-1.142-1.222-1.915-.163-.841.109-1.71.57-2.413.356-.553.527-1.301.207-1.909-.177-.366-.504-.624-.85-.822l.201-.374zM11.484 13.203c.539.539 1.079 1.077 1.617 1.618-1.207 1.204-2.411 2.411-3.618 3.615-.54-.537-1.078-1.076-1.615-1.615l3.616-3.618zM7.186 17.503l.352-.354c.539.539 1.079 1.077 1.616 1.617-.117.117-.234.235-.353.352-.539-.537-1.077-1.076-1.615-1.615zM6.479 18.21c.117-.119.235-.237.354-.353a818.25 818.25 0 0 0 1.614 1.613c-.116.12-.234.238-.353.355-.539-.537-1.077-1.076-1.615-1.615z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-smoking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M11.186 0h1.475c2.279.166 4.538.917 6.372 2.299 2.12 1.536 3.724 3.782 4.452 6.3.838 2.81.589 5.927-.689 8.566-1.19 2.484-3.259 4.542-5.765 5.69a11.946 11.946 0 0 1-6.937.97c-2.743-.432-5.321-1.855-7.132-3.962-1.791-2.011-2.82-4.648-2.963-7.331v-1.061c.139-3.165 1.574-6.248 3.944-8.357C5.906 1.278 8.521.222 11.184.001M8.951 3.183c-.829.314-1.72.664-2.362 1.274 3.137 3.231 6.379 6.376 9.535 9.593l.21.063c0 .002.002.003.003.003l.058.212c1.084.98 2.041 2.137 3.15 3.062 1.609-2.137 2.127-5.028 1.488-7.617-.508-2.138-1.827-4.062-3.608-5.343-2.397-1.764-5.671-2.234-8.474-1.248M4.512 6.445c-1.996 2.604-2.393 6.301-1.053 9.287 1.119 2.549 3.426 4.557 6.129 5.254 2.696.733 5.71.169 7.943-1.519l-.003-.089c-4.307-4.307-8.61-8.617-12.922-12.919l-.094-.013z"/><path fill="#fff" d="M8.951 3.183c2.804-.986 6.078-.516 8.474 1.248 1.781 1.281 3.1 3.204 3.608 5.343.639 2.589.121 5.48-1.488 7.617-1.109-.925-2.066-2.082-3.15-3.062l-.058-.212.389.331c.262.023.526.023.79.01.007-.713.002-1.425.003-2.137-.991-.017-1.983.01-2.973-.015.596.601 1.215 1.185 1.788 1.807l-.21-.063c-3.156-3.218-6.399-6.362-9.535-9.593.642-.611 1.533-.96 2.362-1.274m2.235 2.608c.081 1.026.991 1.809 1.983 1.932-.204.897.321 1.988 1.281 2.152.953.096 1.933-.093 2.873.127.788.285.574 1.255.593 1.907.243.005.492.03.732-.01-.041-.586.081-1.207-.175-1.759-.266-.591-.922-.92-1.549-.937-.78-.053-1.564-.002-2.345-.028-.685-.166-.902-1.061-.583-1.627.167-.266-.114-.588-.397-.54-.655.04-1.366-.291-1.609-.93-.374-.869.298-2.001 1.278-1.978a9.533 9.533 0 0 1-.017-.718c-1.238-.013-2.241 1.198-2.064 2.41m2.824-1.695c-.013.237-.02.472-.017.708.715.005 1.457.439 1.657 1.154.21.601-.04 1.225-.361 1.73-.144.26.146.594.432.5.887-.012 1.927-.088 2.587.632.854.793.742 2.038.732 3.095.237.005.475.003.712-.003.031-1.096.089-2.301-.607-3.226-.642-.937-1.831-1.316-2.926-1.217.338-.713.3-1.596-.127-2.263-.43-.71-1.263-1.111-2.081-1.111m3.909 8.187c.026.718-.055 1.47.041 2.167l.659-.007c.043-.717.008-1.443.017-2.163-.238 0-.478 0-.717.003m1.123 0c.005.718-.005 1.435.007 2.153.235.015.472.015.708.002.022-.718-.015-1.437.017-2.155a44.653 44.653 0 0 0-.732 0zM4.512 6.445l.094.013c4.312 4.302 8.615 8.612 12.922 12.919l.003.089c-2.233 1.688-5.247 2.253-7.943 1.519-2.703-.697-5.01-2.705-6.129-5.254-1.341-2.986-.943-6.684 1.053-9.287m-.415 5.894c.008.707-.007 1.414.008 2.12 2.777.007 5.556.015 8.334-.003-.602-.636-1.238-1.243-1.852-1.87-.137-.137-.293-.318-.511-.27-1.991.018-3.991-.028-5.978.023z"/><path d="M11.186 5.791c-.177-1.212.826-2.423 2.064-2.41-.003.24.002.48.017.718-.98-.023-1.652 1.109-1.278 1.978.243.639.953.97 1.609.93.283-.048.564.273.397.54-.319.566-.103 1.462.583 1.627.781.026 1.566-.025 2.345.028.627.017 1.283.346 1.549.937.257.553.134 1.174.175 1.759-.24.04-.488.015-.732.01-.018-.652.195-1.622-.593-1.907-.94-.22-1.92-.031-2.873-.127-.96-.164-1.485-1.255-1.281-2.152-.991-.122-1.902-.905-1.983-1.932z"/><path d="M14.011 4.097c.818 0 1.65.401 2.081 1.111.427.667.465 1.549.127 2.263 1.096-.099 2.284.28 2.926 1.217.697.925.639 2.13.607 3.226-.237.007-.475.008-.712.003.01-1.058.122-2.302-.732-3.095-.66-.72-1.7-.644-2.587-.632-.286.094-.576-.24-.432-.5.321-.505.571-1.129.361-1.73-.2-.715-.942-1.149-1.657-1.154a9.827 9.827 0 0 1 .017-.708zM4.097 12.338c1.988-.051 3.987-.005 5.978-.023.218-.048.374.132.511.27.614.627 1.25 1.235 1.852 1.87-2.777.018-5.556.01-8.334.003-.015-.707 0-1.414-.008-2.12zM14.547 12.306c.99.025 1.981-.002 2.973.015-.002.712.003 1.423-.003 2.137a5.785 5.785 0 0 1-.79-.01l-.389-.331c-.002 0-.003-.002-.003-.003-.573-.622-1.192-1.207-1.788-1.807zM17.921 12.283c.238-.003.478-.003.717-.003-.008.72.026 1.447-.017 2.163l-.659.007c-.096-.697-.015-1.448-.041-2.167zM19.044 12.283c.245-.002.488-.002.732 0-.031.718.005 1.437-.017 2.155a5.972 5.972 0 0 1-.708-.002c-.012-.718-.002-1.435-.007-2.153z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-snowmobiles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#211917" d="M11.429 0h1.127c1.95.3 3.929.785 5.587 1.898 2.547 1.593 4.425 4.201 5.159 7.109.268 1.313.591 2.656.371 4.001-.212 1.216-.426 2.448-.944 3.578-1.755 4.245-6.184 7.367-10.836 7.182-3.017.107-6.06-1.123-8.15-3.302 1.791 1.46 3.844 2.723 6.171 3.057 1.849.405 3.745.058 5.534-.45 3.596-1.067 6.462-4.11 7.543-7.67.268-1.154.512-2.325.651-3.501-.204-1.829-.577-3.679-1.424-5.33-1.476-2.846-4.136-5.094-7.244-5.935C13.473.147 11.87.24 10.315.308c-1.696.252-3.372.829-4.792 1.809-1.317.843-2.364 2.025-3.378 3.199C4.136 2.146 7.758.312 11.43 0z"/><path fill="#211917" d="M12.841 7.579c-.288-.698.286-1.837 1.14-1.543.649.149.504.916.545 1.416 1.093 1.111 2.035 2.654 1.763 4.274.897.056 1.847-.167 2.7.2.061.706.024 1.418.091 2.124.333.532.728 1.206.353 1.825-.22.444-.766.337-1.17.361-1.724-.026-3.449.052-5.171-.02-.577.006-.902-.512-1.285-.851-1.081-.153-2.158-.357-3.245-.48.008.093.02.278.026.371.835.339 1.743.426 2.608.666-.311.224-.68.317-1.059.305-1.2.014-2.4.016-3.6-.01-.966-.016-1.981-.522-2.362-1.452.569.254 1.091.756 1.761.67a19.789 19.789 0 0 0 1.956-.244c.05-.101.151-.305.2-.409-.908-.18-1.831-.335-2.686-.71.434-1.428 1.571-2.513 2.783-3.314.46-.327 1.091-.313 1.533-.643.212-.746.313-1.521.617-2.239l.284.186c.05.891-.23 1.771-.274 2.662.27-.52.351-1.17.817-1.565.702-.097 1.386.131 2.081.192.192-.397.341-.809.432-1.24-.29-.143-.736-.169-.839-.536m-1.574 2.364c-.188.472-.397.94-.524 1.434-.123.468.262.853.444 1.246.357-.601.48-1.337.976-1.851.553-.399 1.323.048 1.868-.353-.926-.127-1.868-.196-2.765-.476m.739 3.18c.282.141.567.274.855.401.167-.559.339-1.115.538-1.664l-.547-.081c-.317.424-.559.9-.845 1.345z"/><path fill="#dd3836" d="M5.522 2.116c1.42-.98 3.096-1.557 4.792-1.809 1.555-.067 3.158-.161 4.659.329 3.108.841 5.768 3.088 7.244 5.935.847 1.65 1.22 3.501 1.424 5.33-.139 1.176-.383 2.346-.651 3.501-1.081 3.56-3.947 6.603-7.543 7.67-1.789.508-3.685.855-5.534.45-2.327-.333-4.38-1.597-6.171-3.057C1.536 18.428.279 15.479.128 12.497.025 9.974.707 7.401 2.143 5.315c1.014-1.174 2.061-2.356 3.378-3.199m4.862.3c-3.376.526-6.373 2.989-7.486 6.226-1.678 4.217.236 9.443 4.179 11.651 1.769 1.087 3.919 1.448 5.966 1.216 2.805-.286 5.407-1.974 6.897-4.356 1.392-2.158 1.866-4.897 1.26-7.394-.565-2.626-2.342-4.931-4.669-6.254-1.864-1-4.046-1.466-6.147-1.089zM16.1.417c.595-.305.038.655 0 0z"/><path fill="#dd3836" d="M.419 16.132c.657.024-.301.595 0 0z"/><path fill="#fff" d="M10.383 2.416c2.1-.377 4.282.089 6.147 1.089 2.327 1.323 4.104 3.628 4.669 6.254.607 2.497.133 5.236-1.26 7.394-1.49 2.382-4.092 4.07-6.897 4.356-2.047.232-4.197-.129-5.966-1.216-3.943-2.208-5.857-7.434-4.179-11.651 1.113-3.237 4.11-5.7 7.486-6.226m2.458 5.163c.103.367.549.393.839.536a5.43 5.43 0 0 1-.432 1.24c-.694-.061-1.379-.29-2.081-.192-.466.395-.547 1.045-.817 1.565.044-.891.323-1.771.274-2.662a12.565 12.565 0 0 0-.284-.186c-.303.718-.405 1.494-.617 2.239-.442.329-1.073.315-1.533.643-1.212.801-2.348 1.886-2.783 3.314.855.375 1.777.53 2.686.71l-.2.409c-.647.117-1.301.192-1.956.244-.67.085-1.192-.417-1.761-.67.381.93 1.396 1.436 2.362 1.452 1.2.026 2.4.024 3.6.01.379.012.748-.081 1.059-.305-.865-.24-1.773-.327-2.608-.666a23.11 23.11 0 0 0-.026-.371c1.087.123 2.164.327 3.245.48.383.339.708.857 1.285.851 1.722.071 3.447-.006 5.171.02.405-.024.95.083 1.17-.361.375-.619-.02-1.293-.353-1.825-.067-.706-.03-1.418-.091-2.124-.853-.367-1.803-.145-2.7-.2.272-1.62-.67-3.164-1.763-4.274-.042-.5.103-1.267-.545-1.416-.855-.294-1.428.845-1.14 1.543zM23.439 8.015c.254.052.298.2.131.448-.256-.05-.3-.198-.131-.448z"/><path fill="#fff" d="M11.266 9.939c.897.28 1.839.349 2.765.476-.545.401-1.315-.046-1.868.353-.496.514-.619 1.25-.976 1.851-.182-.393-.567-.778-.444-1.246.127-.494.335-.962.524-1.434zM12.004 13.119c.286-.444.528-.92.845-1.345.137.022.411.061.547.081a31.303 31.303 0 0 0-.538 1.664c-.288-.127-.573-.26-.855-.401zM23.423 15.519c.649.034-.301.597 0 0zM15.917 23.425c.591-.305.038.649 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.472 0h1.133c2.806.148 5.558 1.264 7.614 3.188A12.05 12.05 0 0 1 24 10.472v3.132a12.02 12.02 0 0 1-3.253 6.785c-1.879 1.961-4.432 3.274-7.13 3.611h-3.149c-3.083-.398-5.976-2.056-7.888-4.505C1.015 17.532.124 15.068 0 12.565v-.977c.124-3.174 1.542-6.276 3.899-8.413C5.945 1.261 8.683.159 11.472 0M6.936 5.098c1.724 1.726 3.45 3.449 5.172 5.176 1.709-1.693 3.408-3.396 5.112-5.094a8.67 8.67 0 0 0-5.94-1.688c-1.544.158-3.109.636-4.344 1.607m-3.49 7.253a8.613 8.613 0 0 0 1.736 4.898c1.729-1.734 3.456-3.47 5.19-5.2-1.72-1.741-3.46-3.462-5.194-5.188a8.625 8.625 0 0 0-1.733 5.489m10.403-.377c1.714 1.685 3.403 3.394 5.107 5.088.916-1.362 1.562-2.938 1.699-4.583a8.541 8.541 0 0 0-1.711-5.599 941.142 941.142 0 0 0-5.095 5.094m-6.94 6.975a8.463 8.463 0 0 0 5.573 1.685c1.734-.084 3.421-.728 4.8-1.777a999.756 999.756 0 0 0-5.161-5.137c-1.739 1.742-3.48 3.481-5.212 5.23z"/><path fill="#0071b3" d="M6.936 5.098c1.235-.971 2.8-1.448 4.344-1.607a8.681 8.681 0 0 1 5.94 1.688c-1.704 1.698-3.403 3.401-5.112 5.094-1.722-1.727-3.448-3.45-5.172-5.176zM3.446 12.352a8.625 8.625 0 0 1 1.733-5.489c1.734 1.726 3.474 3.446 5.194 5.188-1.734 1.729-3.461 3.466-5.19 5.2a8.609 8.609 0 0 1-1.736-4.898zM13.848 11.974a941.142 941.142 0 0 1 5.095-5.094 8.543 8.543 0 0 1 1.711 5.599c-.137 1.645-.784 3.221-1.699 4.583-1.704-1.694-3.394-3.403-5.107-5.088zM6.908 18.949c1.732-1.748 3.473-3.487 5.212-5.23a999.756 999.756 0 0 1 5.161 5.137c-1.379 1.049-3.066 1.693-4.8 1.777a8.46 8.46 0 0 1-5.573-1.685z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M7.073 1.063C9.316.041 11.88-.232 14.296.23a11.926 11.926 0 0 1 7.049 4.224c1.591 1.948 2.519 4.41 2.656 6.918v1.255c-.149 2.706-1.211 5.362-3.034 7.374-2.075 2.362-5.12 3.805-8.251 3.998h-1.278a12.044 12.044 0 0 1-5.34-1.544C3.562 21.04 1.59 18.657.657 15.909a12.119 12.119 0 0 1 .266-8.507c1.142-2.792 3.391-5.116 6.15-6.34M5.952 4.415c.474.486.96.961 1.435 1.446.905.89 1.795 1.798 2.699 2.689.554.562 1.112 1.12 1.674 1.674.724-.715 1.439-1.441 2.162-2.158.917-.92 1.837-1.838 2.756-2.756.368-.374.743-.74 1.11-1.115a9.78 9.78 0 0 0-5.422-1.89c-2.3-.102-4.619.672-6.415 2.11m8.303 6.87c-.239.239-.48.476-.713.721.233.244.472.48.71.718 1.783 1.781 3.562 3.568 5.35 5.345a9.709 9.709 0 0 0 2.114-6.428 9.677 9.677 0 0 0-2.116-5.694c-1.788 1.774-3.562 3.562-5.346 5.339m-11.951.472a9.653 9.653 0 0 0 1.901 6.026c1.055-1.05 2.102-2.106 3.157-3.155.872-.875 1.745-1.747 2.62-2.62-.868-.883-1.752-1.748-2.621-2.63-1.056-1.046-2.101-2.102-3.155-3.15a9.662 9.662 0 0 0-1.902 5.528m7.784 3.705c-.904.89-1.789 1.799-2.698 2.686-.47.491-.959.964-1.439 1.445 1.848 1.505 4.277 2.263 6.653 2.112 1.867-.103 3.684-.78 5.189-1.886-.218-.221-.439-.439-.656-.661a357.65 357.65 0 0 1-2.753-2.756c-.882-.864-1.745-1.747-2.623-2.614-.558.558-1.118 1.112-1.673 1.675z"/><path fill="#fff" d="M5.952 4.415c1.796-1.438 4.115-2.212 6.415-2.11a9.78 9.78 0 0 1 5.422 1.89c-.367.374-.742.74-1.11 1.115-3.103.02-6.208.001-9.312.01l.02.541c-.475-.485-.961-.96-1.435-1.446zM14.254 11.285c1.784-1.777 3.558-3.565 5.346-5.339a9.684 9.684 0 0 1 2.116 5.694 9.707 9.707 0 0 1-2.114 6.428c-1.788-1.777-3.566-3.564-5.35-5.345-.012-.48-.013-.96.002-1.439zM2.302 11.758A9.66 9.66 0 0 1 4.204 6.23c1.054 1.048 2.099 2.104 3.155 3.15.024 1.75.02 3.5.001 5.25-1.055 1.049-2.102 2.105-3.157 3.155a9.663 9.663 0 0 1-1.901-6.026zM10.088 8.075c1.278-.004 2.556.011 3.834-.008-.724.716-1.439 1.442-2.162 2.158-.562-.554-1.12-1.112-1.674-1.674l.002-.475zM10.086 15.462c.554-.563 1.115-1.117 1.673-1.675.878.866 1.741 1.75 2.623 2.614-1.432-.034-2.863-.006-4.294-.014l-.002-.924zM5.95 19.592c.48-.481.968-.954 1.439-1.445-.019.331-.02.664-.016.996 3.254.007 6.509-.019 9.762.013.217.222.438.44.656.661-1.505 1.106-3.322 1.783-5.189 1.886-2.376.151-4.805-.607-6.653-2.112z"/><path d="M7.367 5.32c3.104-.008 6.209.011 9.312-.01-.919.918-1.84 1.836-2.756 2.756-1.278.019-2.556.005-3.834.008l-.002.475C9.183 7.657 8.293 6.75 7.388 5.86l-.02-.541zM7.358 9.379c.869.882 1.753 1.747 2.621 2.63-.875.872-1.747 1.745-2.62 2.62.019-1.75.023-3.5-.001-5.25zM13.541 12.006c.233-.245.474-.482.713-.721-.016.479-.014.959-.002 1.439-.239-.238-.478-.474-.71-.718zM7.388 18.148c.908-.887 1.794-1.795 2.698-2.686l.002.924c1.43.008 2.862-.019 4.294.014a340.63 340.63 0 0 0 2.753 2.756c-3.253-.032-6.508-.006-9.762-.013-.005-.332-.004-.665.016-.996z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.646 0h1.797c4.286.075 8.305 2.757 10.229 6.548.666 1.312 1.172 2.745 1.195 4.231.031 1.335.058 2.688-.231 4-.735 2.983-2.654 5.658-5.262 7.291-1.503.935-3.202 1.609-4.974 1.775-1.786.077-3.631.1-5.325-.555-3.783-1.306-6.822-4.594-7.743-8.497-.24-.96-.182-1.955-.334-2.926v-.123c.109-.84.089-1.698.305-2.522.365-1.477 1.026-2.878 1.848-4.155C4.24 2.125 7.711.053 11.369.058l-.725-.057m-4.558 4.81c4.326 4.354 8.682 8.682 13.015 13.029 1.238-1.512 2.002-3.417 2.1-5.374.165-2.572-.837-5.183-2.649-7.011-1.449-1.482-3.418-2.434-5.474-2.682-2.483-.315-5.055.465-6.992 2.037M4.843 6.069a9.258 9.258 0 0 0-2.097 5.475c-.128 2.355.728 4.734 2.288 6.497 1.765 2.014 4.434 3.234 7.122 3.148 2.071-.025 4.109-.802 5.709-2.112-4.346-4.329-8.672-8.68-13.022-13.008z"/><path fill="#fff" d="M6.086 4.811c1.937-1.572 4.509-2.352 6.992-2.037 2.055.248 4.025 1.2 5.474 2.682 1.812 1.828 2.814 4.438 2.649 7.011-.098 1.957-.862 3.862-2.1 5.374-4.334-4.348-8.689-8.675-13.015-13.029m3.176.476c-.462.326-.815.795-1.237 1.174a7625.46 7625.46 0 0 1 9.437 9.428c.375-.423.855-.777 1.175-1.234.018-1.822 0-3.645.009-5.466a390.454 390.454 0 0 0-3.918-3.911c-1.822.011-3.645-.009-5.466.009zM4.843 6.069c4.349 4.328 8.675 8.678 13.022 13.008-1.6 1.311-3.638 2.088-5.709 2.112-2.688.086-5.357-1.134-7.122-3.148-1.56-1.763-2.415-4.142-2.288-6.497a9.249 9.249 0 0 1 2.097-5.475m1.651 1.937c-.406.383-.8.778-1.188 1.18.006 1.843-.002 3.686.005 5.529 1.309 1.292 2.602 2.603 3.906 3.9h5.517c.397-.395.792-.795 1.189-1.191-3.14-3.143-6.282-6.283-9.429-9.418z"/><path fill="#030303" d="M9.262 5.288c1.822-.018 3.645.002 5.466-.009a361.163 361.163 0 0 1 3.918 3.911c-.009 1.822.009 3.645-.009 5.466-.32.457-.8.811-1.175 1.234a7625.46 7625.46 0 0 0-9.437-9.428c.422-.378.775-.848 1.237-1.174zM6.494 8.006c3.148 3.135 6.289 6.275 9.429 9.418-.397.395-.792.795-1.189 1.191H9.217c-1.305-1.297-2.597-2.608-3.906-3.9-.006-1.843.002-3.686-.005-5.529.388-.402.782-.797 1.188-1.18z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#bf2519" d="M4.934 0h14.133c.237.238.47.484.757.664v22.431c-.272.374-.62.691-1.032.905H5.188a5.719 5.719 0 0 1-1.012-.991V.896c.233-.315.498-.604.758-.897M4.75 1.48c-.003 6.978-.004 13.957 0 20.936-.024.543.469 1.035 1.015.997 4.192 0 8.385.007 12.577-.003.427.019.7-.333.952-.622.002-7.104.005-14.209-.011-21.313.03-.569-.497-1.049-1.057-1.009-4.15-.001-8.3-.004-12.449.002C5.224.437 4.72.923 4.75 1.48z"/><path fill="#bf2519" d="M9.196 1.925l.589-.002c.378.838.749 1.68 1.12 2.522V1.924h.592v4.208h-.446c-.422-.937-.838-1.876-1.259-2.813-.005.938-.001 1.876-.002 2.813l-.593-.001V1.925zM13.19 1.931c.391-.138.907-.092 1.168.266.428.583.462 1.345.448 2.043-.022.579-.103 1.212-.491 1.672-.274.34-.763.213-1.141.205-.419-.164-.579-.642-.686-1.04a5.31 5.31 0 0 1-.019-2.018c.099-.436.273-.942.72-1.127m.229.548c-.344.196-.38.648-.435.999-.038.649-.079 1.361.254 1.945.19.315.697.213.795-.129.274-.688.244-1.469.119-2.186-.054-.343-.32-.815-.734-.629zM17.368 10.464c.209-.437.845-.513 1.205-.229.199.159.246.423.325.65a42.34 42.34 0 0 1-.505.004c-.091-.115-.17-.32-.359-.264-.298.067-.306.448-.347.691-.049.759-.081 1.536.077 2.284.035.228.346.37.5.164.135-.272.095-.595.076-.888l-.225-.056v-.519l.761-.001c-.011.516.037 1.036-.044 1.547-.103.693-1.229.771-1.489.151-.241-.543-.227-1.155-.237-1.738.007-.603-.011-1.241.262-1.795zM5.193 10.136c.486.038 1.102-.138 1.475.27.374.514.419 1.313-.003 1.814-.233.278-.617.287-.949.296v1.821l-.523-.001.001-4.199m.524.529c-.003.435-.003.868-.002 1.303.224-.035.583.049.663-.241.067-.283.078-.605-.054-.871-.121-.216-.406-.148-.607-.19zM6.904 14.337c.281-1.401.562-2.801.845-4.201h.541l.845 4.201h-.549l-.226-1.112-.681-.001-.227 1.113h-.548m1.114-2.764c-.078.369-.154.739-.219 1.11l.446-.015c-.076-.366-.149-.731-.227-1.095zM9.453 10.136c.527.033 1.226-.15 1.575.367.297.547.3 1.353-.223 1.769.129.689.272 1.376.406 2.064l-.535.002c-.166-.643-.275-1.303-.47-1.937a9.535 9.535 0 0 0-.227-.061c-.004.666 0 1.332-.002 1.998l-.522-.001-.001-4.201m.523.533v1.16c.223-.037.585.085.675-.206a1.483 1.483 0 0 0-.017-.725c-.095-.271-.439-.182-.658-.228zM11.701 10.136h.522l.001 1.338.647-1.338.599-.001c-.226.486-.458.972-.68 1.46.253.913.5 1.827.749 2.742h-.567c-.18-.616-.329-1.241-.525-1.852-.145-.062-.146.153-.198.238-.063.534-.008 1.076-.026 1.614h-.522v-4.201zM13.859 10.137l.524.004c-.002 1.401 0 2.801-.001 4.202l-.523-.001v-4.205zM14.859 10.136l.522-.001c.241.699.483 1.398.721 2.099.006-.7.002-1.399.004-2.098h.522v4.202l-.442-.002c-.264-.826-.535-1.649-.797-2.476-.017.826-.004 1.651-.01 2.477h-.521v-4.201zM8.311 18.08c.147-.11.32-.169.5-.2-.008.31-.088.61-.173.906 2.918.007 5.837.005 8.755.001.147.02.349-.058.437.104.014.317.005.634.018.953-3.069.04-6.14.002-9.209.019.078.293.155.588.172.892l-.227.018c-.71-.477-1.408-.973-2.128-1.436.616-.423 1.239-.834 1.855-1.257z"/><path fill="#fff" d="M4.75 1.48C4.719.923 5.224.438 5.777.468c4.15-.006 8.3-.003 12.449-.002.56-.04 1.087.44 1.057 1.009.016 7.105.013 14.21.011 21.313-.252.289-.524.641-.952.622-4.192.011-8.385.003-12.577.003-.546.038-1.039-.454-1.015-.997-.004-6.979-.003-13.958 0-20.936m4.446.445v4.206l.593.001c.001-.938-.003-1.876.002-2.813.421.938.837 1.877 1.259 2.813h.446V1.924h-.592v2.521c-.371-.842-.741-1.683-1.12-2.522l-.589.002m3.995.006c-.447.185-.621.691-.72 1.127a5.31 5.31 0 0 0 .019 2.018c.107.399.267.876.686 1.04.377.007.867.135 1.141-.205.388-.46.468-1.092.491-1.672.014-.698-.02-1.46-.448-2.043-.261-.358-.777-.405-1.168-.266m4.177 8.534c-.273.554-.255 1.193-.262 1.795.01.584-.004 1.195.237 1.738.26.62 1.386.541 1.489-.151.081-.511.034-1.031.044-1.547l-.761.001v.519l.225.056c.019.293.059.616-.076.888-.154.206-.465.064-.5-.164-.159-.747-.126-1.525-.077-2.284.041-.243.049-.625.347-.691.189-.056.269.149.359.264.169 0 .337-.002.505-.004-.078-.227-.126-.492-.325-.65-.361-.283-.996-.207-1.205.229m-12.175-.327l-.001 4.199.523.001v-1.821c.332-.01.717-.018.949-.296.422-.501.377-1.3.003-1.814-.373-.408-.989-.232-1.475-.27m1.712 4.202h.548l.227-1.113.681.001.226 1.112h.549c-.281-1.4-.562-2.801-.845-4.201h-.541l-.845 4.201m2.549-4.201l.001 4.201.522.001c.002-.666-.002-1.332.002-1.998l.227.061c.196.634.304 1.294.47 1.937l.535-.002c-.134-.688-.277-1.374-.406-2.064.523-.415.52-1.222.223-1.769-.349-.517-1.049-.334-1.575-.367m2.249 0v4.201h.522c.018-.538-.037-1.081.026-1.614.052-.085.053-.3.198-.238.197.611.346 1.236.525 1.852h.567c-.248-.915-.496-1.828-.749-2.742.222-.488.454-.974.68-1.46l-.599.001-.647 1.338-.001-1.338h-.522m2.158.001v4.205l.523.001c.001-1.401-.001-2.801.001-4.202a90.84 90.84 0 0 0-.524-.004m1-.001v4.201h.521c.005-.826-.007-1.651.01-2.477.262.827.533 1.65.797 2.476l.442.002v-4.202h-.522c-.002.699.002 1.398-.004 2.098-.238-.701-.48-1.4-.721-2.099l-.522.001M8.311 18.08c-.616.423-1.239.834-1.856 1.257.72.463 1.418.959 2.128 1.436l.227-.018c-.017-.305-.094-.599-.172-.892 3.069-.017 6.14.021 9.209-.019-.013-.318-.004-.635-.018-.953-.088-.162-.29-.084-.437-.104-2.918.004-5.837.006-8.755-.001.086-.296.165-.596.173-.906-.18.031-.353.09-.5.2z"/><path fill="#fff" d="M13.418 2.48c.413-.186.68.287.734.629.125.718.154 1.498-.119 2.186-.098.342-.605.444-.795.129-.333-.585-.292-1.296-.254-1.945.055-.351.091-.804.435-.999zM5.718 10.666c.201.042.486-.025.607.19.132.266.121.588.054.871-.08.29-.439.206-.663.241-.001-.435-.001-.868.002-1.303zM9.977 10.669c.219.047.562-.042.658.228.068.235.069.487.017.725-.09.291-.451.169-.675.206v-1.16zM8.018 11.573c.078.365.151.73.227 1.095l-.446.015c.065-.371.141-.741.219-1.11z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#c00" d="M11.328 0h1.339c2.851.199 5.646 1.378 7.681 3.401 2.256 2.16 3.594 5.244 3.636 8.366a11.98 11.98 0 0 1-2.236 7.219c-2.11 2.99-5.647 4.883-9.301 5.014h-.898c-3.48-.131-6.854-1.849-8.987-4.604a12.008 12.008 0 0 1-2.545-7.748c.079-3.079 1.405-6.11 3.631-8.243C5.682 1.381 8.476.2 11.327.001M6.356 4.14c.773.852 1.61 1.645 2.416 2.467.576.587 1.151 1.174 1.734 1.753.622.613 1.205 1.268 1.854 1.85.479.558 1.021 1.055 1.528 1.585.848.835 1.645 1.726 2.527 2.524.08.146.215.256.329.377 1.022 1.009 2.01 2.056 3.047 3.05 1.2-1.655 1.909-3.689 1.868-5.742.048-2.623-1.099-5.224-2.998-7.022-1.77-1.687-4.202-2.687-6.653-2.65-2.016-.037-4.014.644-5.652 1.807m-3.915 6.432c-.49 3.095.656 6.382 2.959 8.504 1.738 1.626 4.094 2.604 6.48 2.594 2.294.053 4.625-.766 6.347-2.291-.854-.842-1.69-1.706-2.528-2.566l-.068.082.071-.085c-.611-.587-1.183-1.211-1.799-1.793a107.06 107.06 0 0 0-2.64-2.666c-.689-.739-1.418-1.439-2.122-2.165-.329-.308-.601-.68-.985-.925-.029-.119-.127-.199-.204-.287-1.091-1.1-2.17-2.213-3.266-3.307-1.178 1.388-1.987 3.097-2.244 4.904z"/><path fill="#fff" d="M6.356 4.14c1.638-1.163 3.636-1.844 5.652-1.807 2.45-.037 4.883.962 6.653 2.65 1.898 1.799 3.046 4.399 2.998 7.022.041 2.053-.668 4.087-1.868 5.742-1.037-.995-2.024-2.041-3.047-3.05-.114-.121-.248-.23-.329-.377-.041-.944-.324-1.915-1-2.604-.82-.83-1.969-1.174-3.055-1.505-.649-.582-1.232-1.237-1.854-1.85.443-.684 1.352-.75 2.081-.617.564.116 1.021.539 1.248 1.061.71-.193 1.409-.427 2.119-.617-.352-1.08-1.088-2.082-2.149-2.549-.822-.391-1.763-.365-2.647-.265-.908.118-1.784.533-2.386 1.234-.805-.822-1.643-1.615-2.416-2.467zM2.441 10.571c.257-1.807 1.066-3.516 2.244-4.904 1.097 1.094 2.176 2.207 3.266 3.307.077.088.175.168.204.287.076.726.403 1.422.944 1.915.596.589 1.394.884 2.162 1.175.894.872 1.776 1.763 2.64 2.666-.181.424-.524.785-.971.925a2.45 2.45 0 0 1-2.308-.533c-.382-.334-.614-.793-.845-1.235-.743.276-1.487.55-2.232.822.548 1.434 1.663 2.712 3.146 3.205 1.699.581 3.833.198 4.937-1.307l.068-.082c.839.859 1.674 1.723 2.528 2.566-1.722 1.525-4.052 2.344-6.347 2.291-2.386.01-4.742-.968-6.48-2.594-2.303-2.123-3.449-5.41-2.959-8.504z"/><path d="M11.158 5.374c.884-.1 1.825-.126 2.647.265 1.061.467 1.798 1.469 2.149 2.549-.71.19-1.409.424-2.119.617-.227-.522-.684-.944-1.248-1.061-.728-.133-1.638-.067-2.081.617-.583-.58-1.158-1.166-1.734-1.753.601-.701 1.477-1.116 2.386-1.234zM8.155 9.26c.384.245.656.617.985.925.703.726 1.433 1.426 2.122 2.165-.768-.29-1.566-.586-2.162-1.175a3.014 3.014 0 0 1-.944-1.915zM12.36 10.211c1.086.331 2.236.674 3.055 1.505.676.689.959 1.66 1 2.604-.882-.798-1.679-1.688-2.527-2.524-.506-.53-1.049-1.027-1.528-1.585zM7.547 14.996c.745-.272 1.489-.546 2.232-.822.23.442.463.901.845 1.235.611.556 1.516.77 2.308.533.446-.14.79-.502.971-.925.616.582 1.188 1.206 1.799 1.793l-.071.085c-1.104 1.505-3.238 1.888-4.937 1.307-1.483-.493-2.598-1.771-3.146-3.205z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c62363" d="M10.87 0h2.159c2.862.27 5.628 1.553 7.613 3.643 1.911 1.932 3.058 4.539 3.359 7.227v2.16c-.271 2.862-1.554 5.628-3.644 7.613-1.932 1.91-4.538 3.056-7.225 3.357h-2.213c-2.809-.29-5.526-1.533-7.492-3.575C1.479 18.486.306 15.85.002 13.13v-2.213c.29-2.809 1.533-5.524 3.573-7.49C5.514 1.477 8.151.304 10.871 0M5.833 3.566c.821.828 1.627 1.671 2.476 2.47-.628-.003-1.256-.003-1.883-.001-.004.444-.003.889 0 1.333 1.09.001 2.182.01 3.274-.006.012 1.126-.419 2.327-1.396 2.964-1.529-1.557-3.07-3.101-4.61-4.646-1.775 2.311-2.477 5.394-1.916 8.25.495 2.63 2.067 5.031 4.264 6.554a10.256 10.256 0 0 0 5.076 1.827c2.504.221 5.077-.51 7.083-2.027-.819-.827-1.644-1.649-2.461-2.477.681-.305 1.345-.87 1.424-1.658.119-.827-.431-1.587-1.133-1.96-1.406-.766-3.065-.793-4.625-.75a582.097 582.097 0 0 1-2.073-2.084 5.302 5.302 0 0 0 1.058-1.326c.884 1.304 2.247 2.215 3.658 2.868.179-.176.364-.348.533-.535.341.359.705.693 1.033 1.065l-.001.347.367.003c1.447 1.462 2.914 2.907 4.339 4.39a10.374 10.374 0 0 0 2.052-6.618 10.345 10.345 0 0 0-2.643-6.53c-1.739-1.954-4.241-3.215-6.853-3.416-2.484-.231-5.03.492-7.041 1.963z"/><path fill="#c62363" d="M12.742 14.79c.844.037 1.73.095 2.496.489.313.148.612.492.467.859-.182.379-.624.502-.981.655-.655-.674-1.327-1.329-1.982-2.003z"/><path fill="#fff" d="M5.833 3.566c2.012-1.471 4.557-2.194 7.041-1.963 2.612.201 5.114 1.462 6.853 3.416a10.35 10.35 0 0 1 2.643 6.53 10.374 10.374 0 0 1-2.052 6.618c-1.425-1.483-2.892-2.927-4.339-4.39.364.001.729 0 1.095-.001 0-2.689.001-5.378-.001-8.068a354.78 354.78 0 0 0-1.459 0c-.004.978 0 1.954-.003 2.932-.959.003-1.917-.001-2.877.001v1.333c.96.003 1.919-.001 2.879.003.001 1.15-.001 2.301.001 3.45-.327-.372-.692-.707-1.033-1.065.237-.276.45-.57.667-.861-1.204-.527-2.603-.883-3.447-1.967-.499-.601-.681-1.397-.681-2.164 1.077-.003 2.156 0 3.234-.001V6.034c-2.015 0-4.03-.001-6.044.001-.849-.799-1.655-1.641-2.476-2.47zM1.778 13.93c-.561-2.856.141-5.939 1.916-8.25a841.416 841.416 0 0 1 4.61 4.646c-.847.544-1.796.905-2.721 1.295.336.487.705.954 1.151 1.347a8.899 8.899 0 0 0 2.599-1.612c.689.698 1.381 1.391 2.073 2.084-1.15.059-2.354.21-3.35.834-.591.36-1.034 1.013-.99 1.726-.001.701.493 1.295 1.08 1.625 1.119.644 2.446.769 3.711.791 1.311.012 2.673-.056 3.883-.609.816.828 1.641 1.65 2.461 2.477a10.351 10.351 0 0 1-7.083 2.027 10.246 10.246 0 0 1-5.076-1.827c-2.197-1.523-3.769-3.924-4.264-6.554z"/><path fill="#fff" d="M9.656 15.016c1.006-.252 2.055-.258 3.086-.227.655.674 1.327 1.329 1.982 2.003-1.172.329-2.403.321-3.609.268-.807-.08-1.674-.151-2.357-.633-.271-.182-.354-.588-.144-.846.256-.317.664-.456 1.041-.566z"/><path fill="#030303" d="M15.61 8.64c.003-.978-.001-1.954.003-2.932h1.459c.003 2.69.001 5.379.001 8.068-.366.001-.73.003-1.095.001-.092 0-.276-.001-.367-.003l.001-.347c-.003-1.15 0-2.301-.001-3.45-.96-.004-1.919 0-2.879-.003V8.641c.96-.003 1.919.001 2.877-.001z"/><path fill="#030303" d="M6.425 7.367a84.615 84.615 0 0 1 0-1.333c.627-.001 1.255-.001 1.883.001 2.015-.003 4.03-.001 6.044-.001v1.335c-1.079.001-2.157-.001-3.234.001 0 .767.182 1.563.681 2.164.844 1.084 2.243 1.44 3.447 1.967-.216.29-.43.585-.667.861-.169.187-.354.359-.533.535-1.41-.653-2.773-1.564-3.658-2.868a5.302 5.302 0 0 1-1.058 1.326 8.894 8.894 0 0 1-2.599 1.612c-.446-.393-.815-.859-1.151-1.347.926-.39 1.874-.751 2.721-1.295.976-.637 1.407-1.839 1.396-2.964-1.092.016-2.184.007-3.274.006zM8.055 14.274c.996-.624 2.2-.775 3.35-.834 1.56-.043 3.219-.016 4.625.75.702.373 1.252 1.133 1.133 1.96-.079.788-.742 1.353-1.424 1.658-1.21.553-2.572.621-3.883.609-1.265-.022-2.593-.147-3.711-.791-.587-.33-1.081-.924-1.08-1.625-.044-.713.399-1.366.99-1.726m1.601.741c-.378.11-.785.249-1.041.566-.21.258-.127.664.144.846.683.481 1.55.553 2.357.633 1.206.053 2.437.061 3.609-.268.357-.153.799-.276.981-.655.145-.367-.154-.711-.467-.859-.766-.394-1.652-.452-2.496-.489-1.031-.031-2.08-.025-3.086.227z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M11.155 0h1.681c2.865.2 5.646 1.455 7.663 3.503 2.045 2.014 3.298 4.792 3.501 7.653v1.686c-.203 2.861-1.455 5.639-3.501 7.654-2.015 2.046-4.795 3.301-7.657 3.503h-1.679c-2.866-.2-5.649-1.457-7.667-3.507-2.041-2.014-3.293-4.788-3.497-7.645v-1.689c.203-2.862 1.455-5.641 3.502-7.657C5.515 1.456 8.293.203 11.154-.001M8.385 4.388c-.511.32-1.059.585-1.528.972.541.55 1.126 1.058 1.604 1.666.194.234.414.444.667.614-.068.876-.573 1.61-.835 2.43-1.031-1.017-2.048-2.05-3.084-3.063-.939 1.408-1.605 3.032-1.648 4.741-.081 2.601 1.048 5.252 3.101 6.88 1.253 1.044 2.797 1.774 4.436 1.908a8.67 8.67 0 0 0 6.006-1.601c-1.019-1.041-2.067-2.053-3.088-3.092-.003-.427-.001-.854.004-1.281.515.009 1.032.05 1.546-.012l-.014-.437c1.072 1.058 2.135 2.126 3.204 3.188 1.458-1.791 2.054-4.201 1.71-6.475-.305-2.058-1.387-4.001-3-5.319-2.488-2.048-6.175-2.554-9.081-1.119z"/><path fill="#ea1c03" d="M9.079 10.93c-.116-.93.471-1.712.733-2.563.148.164.298.326.419.511a.734.734 0 0 0 .286.267c.279.199.51.452.746.697-.045.01-.137.034-.182.045-.023.644-.014 1.288.012 1.933l2.161.001c.215.215.434.43.649.646-1.093.001-2.186.003-3.279-.003a124.306 124.306 0 0 1-1.546-1.535z"/><path fill="#ea1c03" d="M11.855 10.441l.076.074c.222.21.441.425.659.641l-.747-.005c.003-.236.006-.474.012-.71zM11.334 13.178h3.284c.232.235.462.474.708.694-1.095-.004-2.192.004-3.288 0-.236-.23-.471-.461-.705-.694z"/><path fill="#fff" d="M8.385 4.388c2.906-1.435 6.594-.929 9.081 1.119 1.613 1.317 2.695 3.261 3 5.319.345 2.274-.252 4.684-1.71 6.475-1.068-1.062-2.132-2.13-3.204-3.188l-.009-.221-.217-.019c-.246-.221-.476-.459-.708-.694l1.489-.001c-.001.44 0 .88.003 1.32.259.012.519.018.779.021.055-.681.027-1.364.031-2.045-1.005-.006-2.012-.001-3.017-.004-.215-.217-.434-.431-.649-.646.853-.006 1.706.014 2.559-.015.005-.652.005-1.305.003-1.956-1.516-.027-3.035-.015-4.552-.008-.236-.245-.467-.498-.746-.697 2.075-.058 4.152.018 6.226-.037.135-.179.045-.448.089-.659-1.035-.044-2.07-.012-3.105-.019l-.006-.495.292-.231c-.341-.156-.714-.159-1.081-.143-.003.289-.004.578-.004.867-.879.014-1.759-.026-2.637.022l-.059.43c-.121-.185-.271-.347-.419-.511.121-.055.243-.108.365-.159-.317-.24-.653-.483-1.049-.569a3.166 3.166 0 0 1-.667-.614C7.986 6.422 7.4 5.914 6.859 5.364c.468-.387 1.017-.652 1.528-.972zM5.209 7.006c1.036 1.013 2.053 2.046 3.084 3.063-.325.726-.929 1.275-1.369 1.929.204.173.405.348.603.528.285-.317.547-.655.806-.994.013 1.945.003 3.89.005 5.836.248 0 .495-.004.745-.004-.001-2.145.006-4.29-.004-6.435.51.517 1.027 1.027 1.546 1.535-.279 0-.557.008-.837.014-.004.674-.005 1.347.001 2.019.27.008.538.01.806.006.003-.444.004-.885.004-1.328h.735c.234.234.468.465.705.694-.249 0-.498.003-.748.004-.008.227-.01.455-.014.684.547.005 1.098-.023 1.637.086l.28.354c.012.427.028.855.009 1.284.032.172-.128.335-.295.333-.458.046-.921.004-1.378-.048.097.255.159.521.205.791.67-.034 1.426.161 2.021-.235.405-.301.222-.858.262-1.283 1.021 1.039 2.068 2.05 3.088 3.092a8.672 8.672 0 0 1-6.006 1.601c-1.639-.134-3.183-.865-4.436-1.908-2.053-1.628-3.182-4.279-3.101-6.88.043-1.708.708-3.333 1.648-4.741z"/><path fill="#fff" d="M11.932 10.515c1.028-.017 2.058-.004 3.086-.008l-.001.645c-.809.006-1.617.003-2.426.004a36.088 36.088 0 0 0-.659-.641z"/><path fill="#040404" d="M12.932 7.56c.368-.015.741-.013 1.081.143l-.292.231.006.495c1.035.008 2.07-.025 3.105.019-.044.212.046.48-.089.659-2.074.055-4.151-.021-6.226.037a.742.742 0 0 1-.286-.267l.059-.43c.879-.048 1.759-.008 2.637-.022 0-.289.001-.578.004-.867zM9.128 7.64c.396.086.732.329 1.049.569-.123.05-.244.103-.365.159-.262.85-.849 1.632-.733 2.563.01 2.145.003 4.29.004 6.435-.249 0-.497.004-.745.004-.003-1.946.008-3.892-.005-5.836-.259.338-.521.676-.806.994A23.467 23.467 0 0 0 6.924 12c.44-.654 1.044-1.203 1.369-1.929.262-.819.766-1.554.835-2.43zM11.081 9.888c.045-.012.137-.035.182-.045 1.517-.008 3.036-.019 4.552.008.003.652.003 1.305-.003 1.956-.853.03-1.706.009-2.559.015l-2.161-.001a25.432 25.432 0 0 1-.012-1.933m.775.553c-.005.236-.009.474-.012.71l.747.005c.809-.001 1.617.003 2.426-.004l.001-.645c-1.028.004-2.058-.009-3.086.008l-.076-.074zM13.903 12.468c1.005.003 2.012-.003 3.017.004-.004.681.025 1.364-.031 2.045-.261-.003-.52-.009-.779-.021-.003-.44-.004-.88-.003-1.32l-1.489.001h-4.019c0 .443-.001.884-.004 1.328-.268.004-.537.001-.806-.006-.006-.672-.005-1.346-.001-2.019.28-.006.559-.014.837-.014 1.093.005 2.186.004 3.279.003z"/><path fill="#040404" d="M11.276 14.56c.004-.228.006-.457.014-.684.25-.001.499-.004.748-.004 1.095.004 2.192-.004 3.288 0l.217.019.009.221.014.437c-.514.062-1.031.021-1.546.012-.005.427-.006.854-.004 1.281-.04.425.143.982-.262 1.283-.595.396-1.351.201-2.021.235a4.219 4.219 0 0 0-.205-.791c.457.052.92.094 1.378.048.168.003.328-.161.295-.333.019-.428.003-.857-.009-1.284l-.28-.354c-.539-.11-1.09-.081-1.637-.086z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping-on-pavement--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2c30" d="M9.782.217c2.658-.458 5.49-.095 7.864 1.22 4.36 2.293 6.976 7.508 6.139 12.373-.462 2.962-2.084 5.706-4.405 7.594-2.196 1.679-4.969 2.629-7.741 2.532-3.407-.073-6.75-1.708-8.905-4.348a12.695 12.695 0 0 1-2.129-3.865c-.527-1.618-.68-3.35-.509-5.04.325-3.488 2.347-6.763 5.272-8.681C6.706 1.132 8.199.466 9.783.216m.32 2.855a9.615 9.615 0 0 0-3.63 1.693c1.081 1.082 2.161 2.164 3.244 3.245h.04c.122.158.247.32.419.43.479.504.946 1.033 1.487 1.47.258.349.592.631.892.943.924.911 1.826 1.843 2.76 2.746.085.094.168.19.25.287l.115.016-.049.024c.361.323.668.701 1.028 1.025.335-.2.703-.346 1.021-.575-.31-.222-.682-.349-.965-.61l.586.185c-.186-.196-.433-.306-.629-.488l.191-.006c.365.302.806.48 1.222.697l.451-.24c.012-.289.014-.578.01-.868l-.053.046c.088-.158.126-.442.041-.602l.042-.023-.157-.097c-.175.084-.414.347-.571.047l-.067.088c-.094-.166-.32-.096-.474-.131l.138-.005a1.15 1.15 0 0 0-.506-.427l-.056.289c-.187-.137-.384-.292-.611-.12.091-.127.385-.428.416-.04.083-.113.134-.241.188-.368.103-.055.206-.109.313-.16a3.589 3.589 0 0 1-.266.31c.4.192.781.421 1.187.605.15-.097.299-.196.448-.295a6.661 6.661 0 0 1 .013-.761l-.068-.002.11-.074.07.005c-.059.703.07 1.405-.016 2.108-.032 1.165.008 2.332-.02 3.498.184.193.372.383.562.572.745-1.021 1.325-2.17 1.594-3.409.766-3.02-.203-6.413-2.432-8.585-1.439-1.367-3.3-2.356-5.296-2.537-.985-.091-1.997-.14-2.968.096M4.741 6.474c-.814 1.187-1.508 2.507-1.702 3.95-.229 1.325-.143 2.69.172 3.994.438 1.338 1.066 2.682 2.102 3.66l-.001.018h.012c.236.418.664.679.996 1.014.982.743 2.1 1.304 3.277 1.663 1.548.388 3.184.371 4.735.011 1.128-.362 2.21-.874 3.168-1.576-.359-.372-.739-.724-1.091-1.104-.391.005-.784.008-1.175.023-.176.04-.343-.036-.478-.142l.472-.121a.55.55 0 0 1 .295-.289l-.065-.025c-.222-.04-.468.076-.684.132l.085-.107c-.258-.122-.514-.251-.774-.37.068.179.222.295.341.437-.192-.09-.376-.197-.562-.3.085-.06.169-.121.253-.184l-.47-.164c.086-.158.415-.174.318-.408-.251.122-.613.373-.823.016l-.026.098-.271-.163.01-.06a10.516 10.516 0 0 0-.49-.236l.108.344c-.119-.1-.294-.161-.325-.334-.401.113-.756.332-1.103.557l.12-.356c-.244.121-.476.265-.732.364-.178-.053-.319-.176-.462-.286-.061.044-.12.091-.179.138l.458.302c-.23.131-.467.25-.709.358l.188.053c-.254-.049-.457.116-.66.234l-.277.008a24.714 24.714 0 0 1-.408-.288l-.089.082c-.058-.025-.173-.074-.23-.1l.138.006c-.209-.133-.42-.26-.631-.389.216-.158.515-.24.626-.509-.232.097-.46.209-.664.358-.242.032-.454-.186-.692-.072l.17-.106a32.835 32.835 0 0 1-.295-.226c-.068.09-.127.186-.187.282-.299-.263-.682-.452-1.058-.22.212-.348.642-.216.926-.05a29.088 29.088 0 0 0-.3-.31l.211-.16.049.246c.372.143.696.431 1.085.508.364-.186.774-.334 1.076-.607-.132-.133-.314-.186-.48-.26l.268-.101.008.092.188.024-.065.12.344.125c-.227.169-.535.248-.678.515l.565-.262c-.198.334-.67.336-.864.668.373.154.714.373 1.08.54.422-.074.758-.409 1.165-.551-.271-.286-.649-.437-.984-.632-.154-.098-.326.049-.478.073.107-.193.292-.234.499-.198l.486.246c-.084-.209-.698-.388-.199-.563l.04.25c.331.192.667.38 1.02.532.377-.142.714-.368 1.09-.514-.107-.424-.709-.4-.947-.742l.569.203a1.048 1.048 0 0 0-.534-.394c.316-.19.608-.433.971-.53-.125.17-.316.257-.505.336l-.128.277c.266.226.803.23.892.599.425-.223.857-.436 1.262-.696-.295-.196-.614-.35-.901-.558.899.152-.39-.253.151-.445.053.284.331.397.589.415-.227-.239-.551-.394-.659-.726-.346-.193-.581-.524-.868-.79a1.293 1.293 0 0 0-.156-.083l-.206-.241c-.844-.931-1.772-1.783-2.646-2.686-1.228-1.208-2.416-2.459-3.67-3.64m12.631 7.485c.03.052.03.052 0 0m.084.202l.415.142c-.028.079-.083.238-.109.317.175-.16.374-.198.571-.053l-.025-.216.286-.313c-.19.074-.373.158-.558.244-.125-.091-.25-.184-.372-.277-.071.052-.139.104-.208.157m.191.404c.035.04.035.04 0 0m.728-.02c.074.072.074.072 0 0m-1.003.067c-.518.104-.09.29.076.27-.119.152-.319.196-.487.266l.05.116c.355.204.71.437 1.097.571.157-.08.378-.131.442-.314a3.638 3.638 0 0 0-.032-.737 11.51 11.51 0 0 1-.414-.211 4.29 4.29 0 0 0-.5.258c-.065-.086-.125-.181-.23-.22m-4.785.042c.079.312.45.365.69.516l-.07.259.439-.13c-.318-.269-.69-.46-1.06-.646m4.192.339l-.006.114c.188.239.217-.331.006-.114m-3.692.414c.036.041.036.041 0 0m-.24.033l-.529.468.662-.274c-.138.257-.545.259-.592.574.31.022.554.229.822.36.427.293.835-.233 1.225-.382-.272-.355-.628-.758-1.12-.73a32.03 32.03 0 0 1-.268.253c-.065-.091-.131-.184-.202-.27m4.461.19c.216.229.475.412.713.618l.023.095c.167.17.322.373.558.452-.035-.215-.214-.34-.338-.497l.324.097-.299-.301.31-.35c-.198.042-.374.228-.584.196-.234-.108-.444-.277-.706-.31m-10.878.729c.071.078.071.078 0 0m4.955-.005c.079.071.079.071 0 0m2.731.3c.178-.071.343-.196.539-.209-.212.218-.538.308-.78.499.377.198.731.456 1.138.588.168-.028.494-.139.456-.34-.286-.329-.613-.622-.922-.931-.128.133-.594.114-.431.392m-4.425-.173c.029.052.029.052 0 0m1.518-.004c.077.071.077.071 0 0m2.794.025l-.034.09.113.154.034-.091-.113-.152m1.433.851l.026.202.314-.037c-.1.107-.346.154-.276.344.235.161.522.181.791.108-.266-.229-.5-.523-.856-.617zM6.392 13.106c.067.072.067.072 0 0z"/><path fill="#ef2c30" d="M6.734 16.704l.109.007.296.18.076.136c.16.042.353.041.455.193-.352-.12-.613.154-.913.275.062-.113.138-.218.193-.335-.257.024-.464.21-.635.389-.102.074-.21.134-.325.182a24.358 24.358 0 0 0-.368-.084c-.014-.056-.046-.168-.06-.223.108.028.214.061.319.098.404-.085.733-.394 1.12-.544-.089-.091-.181-.18-.266-.275z"/><path fill="#fff" d="M10.103 3.071c.971-.236 1.982-.187 2.968-.096 1.996.181 3.857 1.17 5.296 2.537 2.23 2.172 3.198 5.564 2.432 8.585-.269 1.24-.848 2.388-1.594 3.409-.19-.19-.378-.379-.562-.572.029-1.166-.012-2.333.02-3.498.085-.703-.043-1.405.016-2.108l-.07-.005c-.936-.055-1.873.019-2.81-.008 0-.308-.001-.618-.008-.926-.186-.203-.464-.362-.521-.652-.142-.574-.268-1.151-.404-1.727-1.703-.002-3.407 0-5.11 0h-.04L6.472 4.765a9.615 9.615 0 0 1 3.63-1.693zM4.741 6.474c1.254 1.181 2.442 2.431 3.67 3.64l-.284.299.004.893c-.942.038-1.884-.028-2.825.002.014 2.256.031 4.513.008 6.77-1.037-.978-1.664-2.322-2.102-3.66-.314-1.303-.401-2.669-.172-3.994.193-1.444.888-2.764 1.702-3.95z"/><path fill="#fff" d="M10.175 8.438c1.428.023 2.857.001 4.285.011.134.487.27.974.402 1.464-1.067-.006-2.134.006-3.2-.005-.541-.437-1.008-.966-1.487-1.47zM5.375 11.388c.326-.002.655-.037.979.01.236.138.457.312.734.367-.187.136-.377.266-.574.39a15.72 15.72 0 0 0-.625.307 37.206 37.206 0 0 0-.484-.251 7.296 7.296 0 0 1-.031-.823zM7.218 11.437l.257-.041.064.043-.056.116-.264-.119z"/><path fill="#fff" d="M6.952 11.508c.385.373.749.028 1.102-.138l.12.144c-.14.06-.28.124-.419.188a1.52 1.52 0 0 1-.173.406l.144.132c-.067-.293.288-.228.434-.142l-.014.112-.22.006.011.068c.197.136.724.256.461.577l.258-.091a.46.46 0 0 1-.512.331c.058-.131.175-.222.258-.337-.196.1-.394.2-.566.336a6.83 6.83 0 0 0-.427.216c-.362-.173-.702-.389-1.06-.57a.8.8 0 0 0 .584.356 9.309 9.309 0 0 1-.349.168c.31.064.468.331.36.648l-.187-.229c-.283.167-.571.324-.863.478-.161-.084-.32-.168-.482-.248.01-.287-.174-.752.161-.902l-.017-.134c.221.034.462.005.647.156.048-.116.089-.234.125-.354l.242-.246.336-.136-.054-.155c.268.142.488-.149.703-.262l-.606.229.161-.208.056-.058v-.059l-.056-.061-.157-.222m-.561 1.599c.067.072.067.072 0 0zM16.321 11.443h.388c.024.164-.396.149-.388 0z"/><path fill="#fff" d="M16.525 11.712c.205-.124.414-.24.632-.34.054.028.163.083.217.109.36-.144.748-.101 1.124-.085l.068.002a6.657 6.657 0 0 0-.013.761c-.149.1-.298.198-.448.295-.406-.184-.787-.413-1.187-.605.095-.097.184-.2.266-.31-.107.05-.21.104-.313.16-.054.127-.106.256-.188.368-.031-.389-.325-.088-.416.04.227-.172.424-.017.611.12l.056-.289c.215.096.383.238.506.427l-.482-.161c.251.17.517.319.748.518-.391.198-.79.384-1.175.595-.383-.212-.754-.448-1.16-.613.212-.184.454-.325.704-.449l-.353.007c.182-.184.402-.323.625-.451l-.308-.163c-.928-.565.299-.182.485.062zM8.095 11.947c-.287.134-.288-.374-.001-.252l.001.252z"/><path fill="#fff" d="M15.85 11.922c-.16-.179.204-.307.223-.084a8.51 8.51 0 0 1-.223.084zM5.364 12.304c.329.168.665.362 1.009.046-.143.17-.283.358-.206.593l-.301-.174-.073.028c-.241.053-.288-.352-.428-.492zM18.416 12.367l.157.097-.042.023-.306.169.233.058c-.076.048-.152.096-.23.142-.192-.122-.404.026-.604.035l.233-.192a16.18 16.18 0 0 0-.079-.197l.067-.088c.157.3.396.037.571-.047zM5.478 12.87c.038.062.038.062 0 0zM9.612 12.854c.473-.112.964-.056 1.445-.055l.206.241-.176-.037c-.217.098-.43.206-.642.313-.277-.155-.558-.304-.833-.462zM15.386 12.848c.192-.043.354.158.533.21l.044.18c-.193-.074-.541-.16-.577-.39z"/><path fill="#fff" d="M17.594 12.986l.03-.096.034.06-.064.036zM17.366 13.009l.078-.01.01.077-.078.008-.01-.076z"/><path fill="#fff" d="M17.124 13.408c.398-.299.845-.544 1.35-.586l-.036.316.053-.048.053-.046c.005.289.002.578-.01.868l-.451.24c-.415-.217-.857-.395-1.222-.697l-.191.006c.196.182.443.293.629.488l-.586-.185c.283.26.655.388.965.61-.318.229-.686.374-1.021.575-.36-.324-.667-.702-1.028-1.025l.049-.024c.21-.107.415-.222.628-.324a6.042 6.042 0 0 1-.079-.322c.246.271.518.064.72-.107.06.085.119.173.178.26m-.837.309l.031.047.378-.011.035-.052c-.101-.143-.349-.122-.444.016m-.146.088l-.178.133c.014.256.502-.133.178-.133zM8.143 13.102c-.05.047-.05.047 0 0zM9.68 13.055c.161-.016.36.112.402.268-.16.054-.396-.103-.402-.268zM11.032 13.196l.119-.068-.025.077-.094-.008z"/><path fill="#fff" d="M17.161 13.118c.048.049.048.049 0 0zM7.896 13.153c-.008.174-.143.294-.262.403.203.059.439.216.338.457.203.12.402.246.584.395-.377.197-.742.422-1.134.588a4.248 4.248 0 0 1-1.186-.673c.092-.025.277-.074.368-.1l-.301-.102-.12-.042c.19-.088.377-.178.571-.251.034.036.101.11.134.148.274-.157.571-.193.872-.106-.132-.308-.526-.21-.792-.265l.206-.054-.256-.353c.328.29.671.169.974-.046z"/><path fill="#fff" d="M7.768 13.523c.278-.174.553-.354.847-.503l-.001.696c.324.014.649.016.974.011l.006-.523c.162.116.32.236.48.356a31.87 31.87 0 0 0-.326.138l.131.302c-.323-.451-.626.148-.98.142-.226-.102-.431-.247-.668-.322-.132-.131-.305-.205-.462-.298zM10.798 13.321l.234-.125-.035.116-.199.008z"/><path fill="#fff" d="M11.131 13.303l.288-.18c.287.265.522.596.868.79.108.332.432.487.659.726-.258-.018-.536-.131-.589-.415-.541.192.748.598-.151.445.287.208.606.362.901.558-.406.26-.838.473-1.262.696-.089-.368-.625-.373-.892-.599l.128-.277c.19-.079.38-.166.505-.336-.362.097-.655.341-.971.53.221.073.398.204.534.394l-.569-.203c.238.342.84.318.947.742-.376.145-.713.372-1.09.514a9.49 9.49 0 0 1-1.02-.532l-.04-.25c-.499.175.115.354.199.563l-.486-.246c-.208-.036-.392.005-.499.198.151-.024.324-.172.478-.073.335.196.713.347.984.632-.407.142-.743.476-1.165.551-.366-.167-.707-.386-1.08-.54.194-.332.666-.335.864-.668l-.565.262c.143-.266.451-.346.678-.515l-.344-.125.065-.12c.214.032.422.089.637.119-.455-.181-.862-.472-1.334-.606.163.108.334.205.51.289a2.61 2.61 0 0 1-.01.082 77.53 77.53 0 0 0-.268.101c.166.074.348.127.48.26-.302.274-.713.421-1.076.607-.389-.077-.713-.365-1.085-.508l-.049-.246-.211.16c.076.077.226.232.3.31-.284-.166-.714-.298-.926.05.377-.233.76-.043 1.058.22.06-.096.119-.192.187-.282l.295.226-.17.106-.109-.007c.085.095.178.184.266.275-.386.15-.715.458-1.12.544a3.66 3.66 0 0 0-.319-.098c.014.055.046.167.06.223l-.079.01-.072-.025c-.124-.476-.049-.97-.037-1.454l.305-.095a79.153 79.153 0 0 0-.3-.086l-.036-.289c.157.086.318.166.482.236.469-.194.896-.475 1.345-.713-.24-.142-.481-.278-.727-.41l.095-.112c.282.101.526.296.815.376.218-.068.416-.212.649-.232l-.103.236c.366-.2.745-.383 1.081-.63l-.406.16c.023-.072.071-.214.095-.284-.226-.107-.449-.217-.674-.32.084-.04.169-.078.253-.115.211.125.412.3.66.34.217-.085.409-.221.604-.346l.232.126c-.212.095-.421.197-.63.298.008.125.017.25.024.376l.193.152c.062-.086.127-.173.192-.257l.361.246-.07.08-.383-.066c.194.134.391.268.583.407-.356.198-.733.364-1.064.606.378-.116.71-.337 1.074-.49-.1.15-.241.275-.318.438.269-.072.454-.329.739-.378-.22-.052-.358-.22-.412-.432.125.025.248.059.37.1.194-.092.384-.196.546-.338-.192.072-.374.163-.565.238-.418-.15-.773-.43-1.172-.618.368-.206.736-.413 1.082-.655.162.056.324.116.485.181a33.291 33.291 0 0 0-.131-.335c.445.259.901.498 1.362.728.047-.072.091-.145.136-.218-.516.115-.919-.354-1.376-.524l.302-.253m.785 1.14a.391.391 0 0 0-.275.226c.143.21.74-.214.275-.226m-4.389.957c-.191-.041-.359.001-.472.161.302-.196.611-.028.866.16l-.166-.214c-.148-.115.139-.236.029-.356-.161-.038-.191.151-.258.25m-.669.215c.074.076.074.076 0 0m-.238.12c.076.076.076.076 0 0m2.892.102c.066.083.066.083 0 0zM15.311 13.025c.25.133.5.268.756.391l.01.18a12.42 12.42 0 0 0-.514.288 9.685 9.685 0 0 0-.25-.287l-.002-.572z"/><path fill="#fff" d="M10.082 13.322a2.55 2.55 0 0 0 .06-.097c.196.214.392.217.589.011l.066.085a1.606 1.606 0 0 1-.145.326 1.665 1.665 0 0 1-.241-.06c-.157.112-.314.223-.473.334l-.043-.068-.047-.073.374-.236-.14-.221zM9.895 13.853c-.02.029-.02.029 0 0zM17.369 13.956c.03.052.03.052 0 0zM17.453 14.158c.068-.053.137-.106.208-.157.122.094.247.186.372.277.185-.085.368-.169.558-.244a81.17 81.17 0 0 1-.286.313l.025.216c-.197-.145-.396-.107-.571.053.026-.079.082-.238.109-.317l-.415-.142zM5.413 14.014c.272.209.581.262.892.108l.006.096c-.476.24.173.337.348.469l-.061.022-.277.095c.25.139.497.282.744.426-.39.218-.782.433-1.181.638-.152-.101-.353-.148-.467-.296a2.05 2.05 0 0 1-.023-.69c.104-.172.324-.22.484-.328.136.067.272.131.41.192-.118-.098-.224-.226-.374-.277-.188.068-.365.163-.55.242a.386.386 0 0 1 .286-.284l.016-.166-.214.138-.038-.385zM8.512 14.536l.077-.01.01.076-.077.01-.01-.076zM9.317 14.555l.076.014-.013.076-.076-.013.013-.077zM17.644 14.563c.035.04.035.04 0 0zM18.372 14.543c.074.072.074.072 0 0zM8.324 14.677c.036.044.036.044 0 0z"/><path fill="#fff" d="M17.369 14.61c.106.038.166.133.23.22.161-.097.328-.182.5-.258.137.073.275.144.414.211.03.245.053.491.032.737-.064.184-.284.234-.442.314-.386-.134-.742-.367-1.097-.571l-.05-.116c.168-.071.368-.114.487-.266-.166.02-.594-.166-.076-.27zM8.062 14.852c.055-.048.055-.048 0 0zM12.586 14.651c.37.186.742.377 1.06.646l-.439.13.07-.259c-.24-.151-.611-.204-.69-.516zM9.874 14.914l.22.085a6.05 6.05 0 0 1-.185.037l-.035-.122zM16.777 14.989c.211-.217.182.353-.006.114l.006-.114zM13.085 15.403c.036.041.036.041 0 0z"/><path fill="#fff" d="M12.845 15.436c.071.086.137.179.202.27l.268-.253c.492-.029.847.374 1.12.73-.39.149-.798.674-1.225.382-.268-.131-.512-.338-.822-.36.047-.314.454-.317.592-.574l-.662.274.529-.468zM17.304 15.625c.262.032.472.202.706.31.21.032.386-.154.584-.196l-.31.35c.074.076.223.226.299.301l-.324-.097-.041-.074-.202.024c-.238-.206-.497-.389-.713-.618zM6.427 16.354c.071.078.071.078 0 0zM11.382 16.349c.079.071.079.071 0 0z"/><path fill="#fff" d="M11.046 16.808c.347-.224.702-.444 1.103-.557.031.173.206.234.325.334a22.71 22.71 0 0 0-.108-.344c.166.076.329.154.49.236l-.01.06-.028.049-.288.001c.188.1.374.199.558.305-.349.233-.679.522-1.088.642-.29-.059-.535-.244-.806-.352.071.11.144.221.218.33l-.52-.184c.233.164.481.306.728.448-.214.134-.442.271-.706.244-.55-.025-1.172.127-1.639-.247.208-.113.415-.229.622-.347a10.374 10.374 0 0 1-.167-.046l-.188-.053c.242-.108.479-.227.709-.358a72.418 72.418 0 0 0-.458-.302c.059-.047.118-.094.179-.138.143.109.284.233.462.286.256-.098.488-.242.732-.364l-.12.356m-.329-.044l.061.364c-.212-.023-.48-.139-.6.106.305-.169.631.145.926-.091-.132-.124-.253-.258-.388-.378m-.731.545c.076.068.076.068 0 0zM14.113 16.649c-.163-.278.302-.259.431-.392.308.31.636.602.922.931.038.2-.288.312-.456.34-.407-.132-.761-.39-1.138-.588.242-.191.568-.281.78-.499-.196.013-.361.138-.539.209zM18.04 16.338c.055-.012.164-.034.22-.044.125.157.304.282.338.497-.236-.079-.391-.282-.558-.452zM9.688 16.475c.029.052.029.052 0 0z"/><path fill="#fff" d="M11.206 16.471c.077.071.077.071 0 0zM7.536 16.783c.204-.149.432-.26.664-.358-.112.269-.41.35-.626.509.211.128.422.256.631.389l-.138-.006a37.104 37.104 0 0 0-.34-.014c.293.157.583.318.877.472-.766.529-1.739.09-2.588.216.23-.173.462-.344.695-.515l-.395.073c.17-.179.378-.365.635-.389-.055.116-.131.222-.193.335.3-.121.562-.395.913-.275-.102-.152-.295-.151-.455-.193l-.076-.136-.296-.18c.239-.114.45.104.692.072z"/><path fill="#fff" d="M13.117 16.7l.026-.098c.21.358.572.107.823-.016.097.234-.232.25-.318.408l.47.164c-.084.062-.168.124-.253.184.186.103.37.21.562.3-.119-.142-.272-.258-.341-.437.26.119.516.247.774.37l-.085.107-.211-.007c-.169.197.36.294.211.007.216-.056.462-.172.684-.132l.065.025a.55.55 0 0 0-.295.289l-.472.121c.134.106.301.181.478.142.391-.014.784-.018 1.175-.023.352.38.732.732 1.091 1.104-.958.702-2.04 1.213-3.168 1.576-1.552.36-3.187.377-4.735-.011a10.522 10.522 0 0 1-3.277-1.663c-.332-.335-.76-.596-.996-1.014 3.179.006 6.358-.005 9.538.007a3.05 3.05 0 0 0-.287-.166c-.728.054-1.578.29-2.22-.168.434-.264.874-.521 1.33-.745-.138.052-.415.154-.553.204.011-.176.02-.354-.014-.528m.586.484c.076.073.076.073 0 0z"/><path fill="#fff" d="M11.648 17.47c.439.482.845-.392 1.291-.103-.268.11-.518.257-.758.418.095.079.188.162.28.246a1.093 1.093 0 0 0-.662-.078c-.029-.214-.152-.32-.367-.322l.217-.161zM8.297 17.417l.089-.082c.134.097.271.193.408.288l.277-.008c.203-.118.406-.283.66-.234a2.29 2.29 0 0 1-.534.342l-.119.232a.41.41 0 0 1-.41-.232 14.552 14.552 0 0 0-.416-.205l.046-.101zM15.433 17.348c.355.094.589.388.856.617-.269.073-.556.053-.791-.108-.07-.191.176-.238.276-.344l-.314.037-.026-.202zM5.632 18.029c-.22-.029-.274-.108-.161-.236.156.037.209.115.161.236z"/><path d="M9.756 8.009c1.703 0 3.407-.002 5.11 0 .137.576.263 1.153.404 1.727.056.289.335.449.521.652.007.308.008.618.008.926.937.028 1.874-.047 2.81.008l-.11.074c-.377-.016-.764-.059-1.124.085-.054-.026-.163-.082-.217-.109-.218.1-.427.216-.632.34-.186-.245-1.412-.628-.485-.062l.308.163a2.9 2.9 0 0 0-.625.451l.353-.007a3.261 3.261 0 0 0-.704.449c.407.166.778.401 1.16.613.385-.211.784-.397 1.175-.595-.23-.199-.497-.348-.748-.518l.482.161-.138.005c.154.035.38-.035.474.131l.079.197-.233.192a3.533 3.533 0 0 0-.03.096l.064-.036-.034-.06c.199-.008.412-.157.604-.035a7.43 7.43 0 0 0 .23-.142l-.233-.058.306-.169c.085.161.047.444-.041.602l-.053.048.036-.316c-.505.042-.952.287-1.35.586a13.134 13.134 0 0 0-.178-.26c-.202.17-.474.378-.72.107.023.108.05.215.079.322-.212.102-.418.217-.628.324l-.115-.016c.169-.101.341-.196.514-.288a12.206 12.206 0 0 0-.01-.18c-.256-.124-.506-.258-.756-.391l.002.572c-.934-.902-1.836-1.835-2.76-2.746-.3-.312-.634-.594-.892-.943 1.067.011 2.134-.001 3.2.005-.132-.49-.268-.977-.402-1.464-1.428-.01-2.857.012-4.285-.011-.172-.109-.296-.271-.419-.43m6.568 3.434c-.008.149.412.164.388 0h-.388m-.471.479a8.51 8.51 0 0 0 .223-.084c-.019-.223-.383-.095-.223.084m-.464.926c.036.23.384.316.577.39-.011-.044-.034-.134-.044-.18-.179-.052-.341-.253-.533-.21m1.98.161l.01.076.078-.008-.01-.077-.078.01m-.205.108c.048.049.048.049 0 0zM8.126 10.412l.284-.299c.874.902 1.802 1.754 2.646 2.686-.481-.001-.972-.056-1.445.055.275.158.556.307.833.462.212-.107.425-.215.642-.313l.176.037c.054.024.106.052.156.083l-.288.18-.302.253c.457.17.86.64 1.376.524a7.158 7.158 0 0 1-.136.218c-.461-.23-.917-.469-1.362-.728l.131.335a10.174 10.174 0 0 0-.485-.181c-.347.242-.714.449-1.082.655.4.188.755.468 1.172.618.191-.074.373-.166.565-.238a2.294 2.294 0 0 1-.546.338 3.157 3.157 0 0 0-.37-.1 14.338 14.338 0 0 0-.22-.085l.07-.08-.361-.246a8.17 8.17 0 0 0-.192.257l-.193-.152c-.007-.126-.016-.251-.024-.376.209-.101.418-.203.63-.298l-.232-.126c-.194.125-.386.26-.604.346-.248-.04-.449-.215-.66-.34a14.14 14.14 0 0 0-.253.115c.226.103.449.214.674.32-.024.071-.072.212-.095.284l.406-.16c-.336.247-.715.43-1.081.63l.103-.236c.055-.048.055-.048 0 0-.233.019-.431.163-.649.232-.289-.079-.533-.275-.815-.376l.061-.022c-.175-.132-.824-.229-.348-.469l-.006-.096.301.102-.368.1c.352.288.762.514 1.186.673.392-.166.757-.391 1.134-.588a4.71 4.71 0 0 0-.584-.395c.101-.241-.136-.398-.338-.457.119-.109.253-.229.262-.403-.304.215-.647.336-.974.046l.256.353-.206.054c.266.055.66-.043.792.265a1.085 1.085 0 0 0-.872.106l-.134-.148c-.194.073-.382.163-.571.251l.12.042c-.311.154-.619.101-.892-.108l.038.385.214-.138-.016.166a.39.39 0 0 0-.286.284c.185-.079.361-.174.55-.242.15.052.257.179.374.277a10.19 10.19 0 0 1-.41-.192c-.16.108-.379.156-.484.328a2.05 2.05 0 0 0 .023.69c.114.149.314.196.467.296.398-.205.791-.42 1.181-.638a42.028 42.028 0 0 0-.744-.426l.277-.095-.095.112c.246.132.487.269.727.41-.449.238-.876.518-1.345.713a5.804 5.804 0 0 1-.482-.236l.036.289.3.086-.305.095c-.012.485-.086.978.037 1.454l.072.025.079-.01.368.084c.115-.048.223-.108.325-.182l.395-.073c-.233.17-.464.342-.695.515.85-.126 1.823.313 2.588-.216-.294-.154-.584-.314-.877-.472l.34.014c.058.025.173.074.23.1l-.046.101c.139.066.278.134.416.205a.41.41 0 0 0 .41.232l.119-.232c.191-.092.374-.2.534-.342l.167.046c-.206.118-.414.234-.622.347.467.374 1.09.222 1.639.247.264.028.492-.109.706-.244-.247-.142-.496-.283-.728-.448l.52.184a13.41 13.41 0 0 1-.218-.33c.271.108.516.293.806.352.409-.12.739-.409 1.088-.642-.184-.106-.37-.205-.558-.305l.288-.001.028-.049.271.163c.035.174.025.352.014.528.138-.05.415-.152.553-.204-.456.224-.895.481-1.33.745.642.458 1.492.222 2.22.168.098.049.193.104.287.166-3.18-.012-6.359-.001-9.538-.007H5.31l.001-.018c.023-2.257.006-4.514-.008-6.77.941-.03 1.883.036 2.825-.002-.001-.298-.001-.595-.004-.893m-2.749.976c-.002.275.004.55.031.823.161.082.323.166.484.251.206-.106.414-.211.625-.307.197-.124.386-.254.574-.39-.277-.055-.498-.229-.734-.367-.324-.047-.653-.012-.979-.01m1.842.049l.264.119.056-.116-.064-.043-.257.041m-.265.07l.157.222.056.061v.059l-.056.058a16.44 16.44 0 0 0-.161.208l.606-.229c-.215.113-.436.403-.703.262l.054.155-.336.136a27.84 27.84 0 0 0-.242.246c-.036.12-.077.238-.125.354-.185-.151-.426-.122-.647-.156l.017.134c-.335.15-.151.616-.161.902.162.08.322.164.482.248.292-.154.58-.311.863-.478l.187.229c.108-.317-.05-.584-.36-.648.118-.054.234-.109.349-.168a.801.801 0 0 1-.584-.356c.358.181.697.397 1.06.57a6.83 6.83 0 0 1 .427-.216c.173-.136.371-.236.566-.336-.083.115-.2.206-.258.337a.46.46 0 0 0 .512-.331l-.258.091c.263-.322-.264-.442-.461-.577l-.011-.068.22-.006.014-.112c-.146-.086-.502-.151-.434.142a8.628 8.628 0 0 0-.144-.132 1.52 1.52 0 0 0 .173-.406c.139-.065.278-.128.419-.188l-.12-.144c-.353.166-.716.511-1.102.138m1.144.438l-.001-.252c-.287-.122-.286.386.001.252m-2.731.357c.14.14.187.545.428.492l.073-.028.301.174c-.077-.235.064-.422.206-.593-.344.317-.68.122-1.009-.046m.115.567c.038.062.038.062 0 0m2.665.232c-.05.047-.05.047 0 0m1.537-.047c.006.164.242.322.402.268-.042-.156-.241-.283-.402-.268m1.352.141l.094.008.025-.077-.119.068m-3.264.328c.157.092.33.167.462.298.238.074.443.22.668.322.354.006.658-.593.98-.142l-.131-.302.326-.138c-.16-.12-.318-.24-.48-.356l-.006.523c-.325.005-.65.004-.974-.011l.001-.696c-.294.149-.569.329-.847.503m3.031-.203l.199-.008.035-.116-.234.125m-.716 0l.14.221-.374.236.047.073.043.068c.158-.11.316-.222.473-.334.079.026.16.046.241.06.061-.104.109-.214.145-.326l-.066-.085c-.197.206-.394.203-.589-.011a2.55 2.55 0 0 1-.06.097m-.187.532c-.02.029-.02.029 0 0m-1.383.683l.01.076.077-.01-.01-.076-.077.01m.805.019l-.013.077.076.013.013-.076-.076-.014m-.993.122c.036.044.036.044 0 0m3.324 2.793l-.217.161c.215.001.338.108.367.322.224-.043.445-.018.662.078a7.24 7.24 0 0 0-.28-.246c.24-.161.491-.307.758-.418-.446-.289-.852.586-1.291.103m-6.015.559c.048-.121-.005-.199-.161-.236-.113.128-.059.208.161.236z"/><path d="M16.288 13.716c.095-.138.343-.158.444-.016l-.035.052-.378.011-.031-.047zM16.142 13.804c.324 0-.163.389-.178.133.044-.034.133-.101.178-.133zM11.917 14.449c.466.012-.132.436-.275.226a.392.392 0 0 1 .275-.226zM9.491 14.848l.383.066.035.122c.047-.008.138-.028.185-.037.054.212.192.38.412.432-.286.049-.47.306-.739.378.077-.163.218-.288.318-.438-.364.152-.696.373-1.074.49.331-.242.708-.408 1.064-.606-.192-.139-.389-.272-.583-.407zM7.528 15.406c.067-.098.097-.288.258-.25.11.12-.176.241-.029.356l.166.214c-.256-.187-.564-.355-.866-.16.113-.16.281-.202.472-.161z"/><path d="M7.808 15.337c.473.134.88.425 1.334.606-.215-.03-.424-.086-.637-.119l-.197-.116a2.61 2.61 0 0 1 .01-.082 4.202 4.202 0 0 1-.51-.289zM6.858 15.622c.074.076.074.076 0 0zM6.62 15.742c.076.076.076.076 0 0zM9.512 15.844c.066.083.066.083 0 0zM18.017 16.243l.202-.024.041.074-.22.044-.023-.095zM10.717 16.763c.134.12.256.254.388.378-.295.236-.622-.078-.926.091.12-.245.388-.128.6-.106a39.431 39.431 0 0 1-.061-.364zM13.705 17.184c.076.073.076.073 0 0zM9.985 17.309c.076.068.076.068 0 0zM14.564 17.675l.211.007c.149.287-.38.19-.211-.007z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-straight-through--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.256.805c2.056-.324 4.204-.1 6.131.694 2.663 1.066 4.878 3.19 6.076 5.794a11.445 11.445 0 0 1 .863 6.854c-.672 3.841-3.475 7.213-7.122 8.586-2.279.902-4.854 1.003-7.212.349-3.2-.893-5.952-3.25-7.312-6.284-1.2-2.611-1.343-5.683-.412-8.401a11.45 11.45 0 0 1 4.529-5.85c1.336-.896 2.874-1.478 4.459-1.741m.177 2.177a9.074 9.074 0 0 0-4.064 1.824c1.106 1.172 2.209 2.358 3.343 3.5l.024.074.09.034c.275.361.614.685.936 1.006.869.947 1.766 1.87 2.652 2.801C15.27 14.19 17.148 16.138 19 18.11a8.5 8.5 0 0 1 .151-.042c1.655-1.948 2.453-4.592 2.122-7.128-.311-2.642-1.838-5.106-4.062-6.563-1.962-1.325-4.453-1.825-6.778-1.394M3.067 14.158c.552 2.456 2.167 4.644 4.343 5.906a9.253 9.253 0 0 0 5.356 1.247c1.669-.112 3.281-.721 4.66-1.657-.058-.134-.18-.223-.274-.33-1.264-1.308-2.491-2.657-3.775-3.942-.8-.908-1.667-1.76-2.489-2.65l-.139-.061c-.016-.126-.13-.206-.205-.298-1.914-2-3.804-4.03-5.734-6.012-1.72 2.16-2.374 5.11-1.742 7.796z"/><path fill="#fff" d="M10.433 2.983c2.324-.431 4.816.07 6.778 1.394 2.224 1.457 3.751 3.92 4.062 6.563.331 2.536-.467 5.18-2.122 7.128a8.5 8.5 0 0 0-.151.042c-1.852-1.973-3.73-3.92-5.586-5.888-.06-1.343-.002-2.693-.029-4.039.418.077.829.182 1.238.296a383.523 383.523 0 0 0-2.507-4.356 467.03 467.03 0 0 0-2.405 4.184c-1.134-1.142-2.237-2.328-3.343-3.5a9.078 9.078 0 0 1 4.064-1.824zM3.067 14.158c-.631-2.687.023-5.636 1.742-7.796 1.93 1.982 3.82 4.012 5.734 6.012.076.091.19.172.205.298.012 2.605-.011 5.213.012 7.819.877-.011 1.756.012 2.633-.012-.017-1.699.016-3.398-.017-5.096 1.284 1.285 2.512 2.634 3.775 3.942.094.107.216.196.274.33-1.379.936-2.99 1.546-4.66 1.657a9.24 9.24 0 0 1-5.356-1.247c-2.176-1.262-3.791-3.45-4.343-5.906z"/><path fill="#fff" d="M9.826 8.416c.306-.079.616-.146.924-.217.01.407-.012.816.012 1.223-.322-.32-.661-.644-.936-1.006z"/><path fill="#231f20" d="M9.712 8.308a431.582 431.582 0 0 1 2.405-4.184c.846 1.446 1.68 2.899 2.507 4.356a13.92 13.92 0 0 0-1.238-.296c.026 1.346-.031 2.696.029 4.039-.886-.931-1.783-1.854-2.652-2.801-.024-.407-.002-.816-.012-1.223-.308.071-.618.138-.924.217l-.09-.034-.024-.074zM10.748 12.671l.139.061c.822.889 1.688 1.741 2.489 2.65.032 1.698 0 3.397.017 5.096-.877.024-1.756.001-2.633.012-.023-2.606 0-5.214-.012-7.819z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-straight-through--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M11.089.299c2.425-.139 4.9.498 6.926 1.848a11.434 11.434 0 0 1 4.675 6.258 11.465 11.465 0 0 1-.347 7.574 11.416 11.416 0 0 1-4.409 5.318 11.351 11.351 0 0 1-6.655 1.814c-3.046-.102-6.006-1.518-8.033-3.786a11.372 11.372 0 0 1-2.921-7.45A11.369 11.369 0 0 1 2.641 4.8C4.617 2.158 7.79.461 11.088.298m.125 2.168c-2.339.126-4.616 1.18-6.208 2.903a9.187 9.187 0 0 0-2.477 5.545 9.235 9.235 0 0 0 1.471 5.843c1.114 1.706 2.801 3.038 4.734 3.692a9.212 9.212 0 0 0 7.152-.473 9.308 9.308 0 0 0 4.576-5.143 9.314 9.314 0 0 0 .252-5.45 9.267 9.267 0 0 0-3.083-4.826c-1.772-1.477-4.117-2.228-6.418-2.09z"/><path fill="#fff" d="M11.213 2.466c2.3-.138 4.645.613 6.418 2.09a9.271 9.271 0 0 1 3.083 4.826 9.314 9.314 0 0 1-.252 5.45 9.304 9.304 0 0 1-4.576 5.143 9.212 9.212 0 0 1-7.152.473c-1.933-.654-3.62-1.986-4.734-3.692a9.228 9.228 0 0 1-1.471-5.843 9.181 9.181 0 0 1 2.477-5.545c1.591-1.723 3.869-2.777 6.208-2.903M9.245 7.94c.378-.095.755-.198 1.135-.282.004 4.098 0 8.195.002 12.293l2.638.001c.002-4.103 0-8.206.002-12.308.414.089.822.203 1.234.305-.829-1.459-1.673-2.909-2.508-4.364-.836 1.451-1.675 2.9-2.503 4.356z"/><path fill="#231f20" d="M9.245 7.94c.828-1.456 1.667-2.905 2.503-4.356.835 1.456 1.679 2.905 2.508 4.364-.412-.102-.82-.216-1.234-.305-.002 4.103 0 8.206-.002 12.308l-2.638-.001c-.002-4.098.001-8.195-.002-12.293-.38.084-.757.187-1.135.282z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-studded-snow-chains--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.461 0h1.003c2.7.124 5.365 1.14 7.394 2.938 2.488 2.116 3.998 5.297 4.141 8.554v1c-.114 2.522-1.02 5.01-2.609 6.978-2.108 2.688-5.413 4.368-8.821 4.531h-1.066A12.077 12.077 0 0 1 4.2 21.115C1.597 18.918.037 15.566-.001 12.162v-.307c.038-3.379 1.565-6.716 4.142-8.91C6.15 1.161 8.786.15 11.46.001M8.424 3.529a8.89 8.89 0 0 0-2.845 1.894c4.679 3.918 9.337 7.861 14.03 11.761.356-.554.682-1.129.928-1.741 1.073-2.641.852-5.812-.695-8.221-.967-1.552-2.378-2.831-4.054-3.574-2.304-1.063-5.02-1.045-7.364-.119M3.11 9.672c-.742 2.71-.114 5.737 1.608 7.951.149.185.304.367.46.546 1.717 1.907 4.253 3.055 6.823 3.034 2.388.02 4.741-.968 6.446-2.629-.154-.128-.305-.258-.457-.386l-.667-.559-.787-.659c-4.039-3.39-8.077-6.781-12.121-10.168-.616.865-1.018 1.854-1.304 2.87z"/><path fill="#ffd100" d="M8.424 3.529c2.345-.926 5.06-.944 7.364.119 1.675.743 3.086 2.022 4.054 3.574l.055.144c-1.098 1.055-2.54 1.753-4.061 1.896a6.785 6.785 0 0 1-4.998-1.493C9.55 6.715 8.654 5.181 8.424 3.529zM4.718 17.623c-1.722-2.214-2.35-5.242-1.608-7.951.234.378.48.749.736 1.112-.288.319-.574.638-.857.961l.246.318c.379-.206.761-.408 1.145-.606.406.481.846.93 1.298 1.367-.218.372-.438.743-.655 1.115l.307.257c.335-.268.666-.541.998-.811.499.384 1.012.754 1.547 1.086-.14.404-.283.808-.427 1.211l.35.208c.274-.332.546-.666.822-.997.565.283 1.142.538 1.732.768-.062.426-.124.852-.184 1.279l.383.128c.204-.379.408-.76.614-1.139.607.167 1.223.298 1.843.406l.071 1.29-8.362-.001zM19.292 15.901c.416-.146.832-.299 1.244-.458a10.383 10.383 0 0 1-.928 1.741l-.215-.24c-.036-.348-.068-.696-.102-1.043zM13.859 16.446c.63.046 1.261.058 1.894.05l.289 1.127h-2.544c.119-.392.24-.785.361-1.177zM16.536 16.969c.263.218.524.439.787.659l-.84-.006.053-.653zM5.178 18.169c4.271.024 8.542-.013 12.812.018l.457.386c-1.705 1.661-4.058 2.65-6.446 2.629-2.57.022-5.106-1.127-6.823-3.034z"/><path d="M5.579 5.423a8.89 8.89 0 0 1 2.845-1.894c.23 1.651 1.127 3.186 2.414 4.24a6.785 6.785 0 0 0 4.998 1.493c1.52-.143 2.963-.841 4.061-1.896l-.055-.144c1.547 2.41 1.768 5.58.695 8.221-.413.16-.828.312-1.244.458.034.347.066.695.102 1.043l.215.24c-4.693-3.9-9.352-7.843-14.03-11.761zM3.11 9.672c.287-1.016.689-2.005 1.304-2.87 4.044 3.386 8.082 6.778 12.121 10.168l-.053.653.84.006.667.559c-4.271-.031-8.542.006-12.812-.018a18.431 18.431 0 0 1-.46-.546l8.362.001-.071-1.29a19.661 19.661 0 0 1-1.843-.406c-.206.379-.41.76-.614 1.139l-.383-.128c.06-.427.121-.853.184-1.279a20.722 20.722 0 0 1-1.732-.768c-.276.331-.548.665-.822.997l-.35-.208c.144-.403.287-.806.427-1.211a18.842 18.842 0 0 1-1.547-1.086c-.332.27-.664.544-.998.811-.102-.085-.205-.17-.307-.257.217-.372.437-.743.655-1.115a18.41 18.41 0 0 1-1.298-1.367c-.384.198-.766.4-1.145.606l-.246-.318c.283-.323.569-.642.857-.961a22.74 22.74 0 0 1-.736-1.112m10.749 6.774c-.121.392-.242.785-.361 1.177h2.544l-.289-1.127a23.006 23.006 0 0 1-1.894-.05z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-through-trucks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0a0909" d="M2.526 0h18.947v24h-1.221c.213-.056.439-.097.618-.236.303-.225.532-.585.532-.971.001-7.143-.001-14.286.001-21.429.015-.416-.235-.813-.573-1.041-.27-.192-.617-.192-.935-.189C14.543.137 9.192.132 3.841.136 3.197.105 2.616.677 2.6 1.312c-.001 7.16 0 14.32 0 21.48.001.398.243.771.564.993.175.128.392.16.596.214H2.527v-24z"/><path fill="#0a0909" d="M3.754.433c.116-.016.233-.018.351-.018C9.44.42 14.774.41 20.109.42c.544-.026 1.007.472 1.018.999v21.267c-.006.532-.474 1.036-1.022 1.013-5.316.004-10.632 0-15.948.002-.285.004-.601.005-.838-.177-.257-.197-.445-.508-.445-.837L2.875 1.42c.013-.473.389-.953.879-.986m.05.525c-.273.023-.463.301-.446.564.001 7.037-.001 14.074.001 21.111-.006.286.242.547.532.536 5.388.003 10.776 0 16.165.002.195.009.404-.071.503-.247.119-.181.078-.405.085-.609V1.523a.561.561 0 0 0-.189-.452c-.119-.115-.295-.121-.45-.127H4.317c-.171.002-.342-.01-.512.016z"/><path fill="#0a0909" d="M13.756 2.343c.467-.07.967.052 1.327.364.543.44.784 1.147.832 1.825.033.645-.047 1.324-.393 1.882-.189.331-.473.617-.831.761a1.736 1.736 0 0 1-1.734-.237c-.533-.493-.812-1.219-.826-1.939-.012-.697.095-1.447.548-2.004a1.668 1.668 0 0 1 1.076-.652m.154.546a1.26 1.26 0 0 0-1.07.909c-.221.708-.239 1.507.056 2.197.185.39.557.714.998.759.359.046.727-.101.977-.358.332-.362.47-.858.491-1.34.042-.611-.051-1.271-.445-1.762-.246-.281-.632-.451-1.006-.406zM8.276 2.408l.518-.002c.715 1.232 1.366 2.498 2.077 3.732.013-1.243-.001-2.486.007-3.729.17-.003.34-.003.51-.001.006 1.605.001 3.209.002 4.814-.18.003-.361.005-.541-.004-.388-.722-.805-1.427-1.181-2.155-.3-.521-.568-1.06-.887-1.569-.011 1.243-.003 2.485-.004 3.727-.169.003-.338.003-.507 0 .004-1.605-.004-3.21.004-4.815zM5.261 9.291c.907-.002 1.814-.001 2.722-.001.008.203.008.406.001.609-.372.013-.743.003-1.115.006-.007 1.519-.002 3.038-.003 4.557a1.086 1.086 0 0 1-.478-.001c.002-1.518.003-3.036-.001-4.554-.378-.014-.759.023-1.136-.026a2.485 2.485 0 0 1 .01-.591zM8.495 9.288c.135.003.27.002.405.001.036.713-.005 1.428.021 2.142.596.004 1.192.005 1.788-.001.015-.636.004-1.272.006-1.908.012-.075-.024-.169.033-.229.132-.009.265-.004.397-.004.021.094.032.189.03.286-.006 1.635.005 3.271-.005 4.906a7.546 7.546 0 0 1-.451.005c-.006-.808-.001-1.616-.003-2.424-.236-.047-.477-.019-.716-.026-.362.006-.724-.014-1.084.012-.007.813.002 1.625-.005 2.438-.139.002-.279.002-.418.002-.006-1.733-.011-3.466.002-5.199zM15.441 9.29c.159.007.329-.031.476.047.001 1.186-.009 2.373.006 3.56-.011.275.079.548.241.769a.575.575 0 0 0 .465.261c.242.009.529.026.711-.166.202-.183.255-.46.316-.713.069-1.251.023-2.505.044-3.758.145-.001.291-.001.436.001.011.973.002 1.946.005 2.919 0 .525.008 1.069-.187 1.565-.101.225-.238.446-.44.593-.412.257-.957.262-1.386.042-.362-.218-.556-.631-.613-1.036-.011-.111-.051-.216-.068-.325-.057-1.121-.03-2.243-.037-3.365-.003-.132.014-.263.031-.394zM11.932 9.577a.693.693 0 0 1 .044-.292c.588.013 1.176-.005 1.764.009.28.042.579.154.721.418.223.401.298.879.228 1.332-.066.286-.152.587-.376.793a1.058 1.058 0 0 1-.501.256l-.003.098c.349.288.511.727.692 1.128.139.393.332.764.487 1.151a2.574 2.574 0 0 1-.519.013c-.082-.032-.105-.129-.144-.199a34.493 34.493 0 0 0-.623-1.439c-.104-.19-.194-.4-.364-.541-.278-.192-.627-.113-.943-.119-.013.767.002 1.534-.007 2.301a3.888 3.888 0 0 1-.445-.009c-.022-1.633-.001-3.266-.011-4.899m.457.308c-.002.552.004 1.104-.003 1.656.415.023.832.014 1.247.005.216.011.383-.156.482-.33.132-.205.117-.461.107-.694-.015-.329-.296-.657-.64-.647-.397.001-.796-.015-1.193.01zM12.683 16.63c.171-.212.387-.401.646-.493.413-.104.808.185.996.536.187.278.268.608.327.934.006.062.03.131 0 .191a1.055 1.055 0 0 1-.362.157c-.06-.309-.123-.63-.289-.903-.223-.342-.778-.334-1.011-.007-.381.554-.448 1.248-.448 1.903-.004.749.018 1.563.476 2.194.237.33.804.267.987-.088.228-.341.254-.759.341-1.147.125.075.249.15.377.221-.053.389-.12.784-.286 1.142-.148.218-.26.483-.499.618-.203.103-.443.158-.666.093-.364-.074-.607-.398-.749-.719-.228-.568-.311-1.181-.382-1.785a6.171 6.171 0 0 1 .094-1.541c.082-.453.185-.919.447-1.305zM18.489 16.277c.189-.169.459-.189.696-.132.236.108.476.254.586.501.167.377.315.786.259 1.206-.12.008-.239.019-.358.032-.022-.268-.046-.548-.178-.787-.175-.292-.583-.363-.873-.211-.182.119-.282.333-.32.541-.023.267-.04.582.168.786.303.389.877.379 1.198.749.355.353.488.866.47 1.355a2.206 2.206 0 0 1-.478 1.447c-.399.381-1.116.309-1.438-.137-.314-.443-.395-1.003-.404-1.533.116-.012.231-.025.347-.036.009.425.139.87.467 1.158.286.205.757.151.945-.162a1.36 1.36 0 0 0 .028-1.293c-.339-.397-.905-.473-1.278-.825-.393-.413-.438-1.028-.388-1.568.054-.406.17-.866.55-1.088zM11.238 16.237l.375-.001c-.003 1.325.013 2.651-.009 3.976-.066.511-.112 1.06-.431 1.488-.347.396-1.017.408-1.388.039-.269-.334-.335-.771-.422-1.178-.042-.273-.029-.55-.057-.824-.006-1.166-.002-2.332-.002-3.497.134-.004.267-.004.401-.004.003 1.15-.002 2.3.003 3.451.009.361.006.729.103 1.079.088.236.24.501.508.554.224.039.493-.016.626-.217.265-.343.262-.796.287-1.209.014-1.219.001-2.438.007-3.657zM3.658 16.886c.001-.217-.004-.433.006-.65.769 0 1.539-.002 2.309.001.003.222.004.444-.002.666-.313.003-.626-.001-.939.003l-.001 5.007c-.135.001-.271.002-.406-.001-.003-1.669.001-3.339-.002-5.008-.322-.009-.645.018-.966-.019zM6.374 16.238c.473-.002.945-.005 1.418.002.255.015.544.117.666.359.249.514.286 1.107.206 1.666-.025.232-.108.453-.217.657s-.333.302-.533.395c.407.534.583 1.188.771 1.822.077.261.209.504.265.773-.159.005-.319.004-.479.003-.153-.483-.345-.953-.482-1.44-.11-.323-.187-.674-.43-.929-.178-.261-.525-.131-.789-.158-.004.843.001 1.685-.002 2.527h-.395c.003-1.892.001-3.784.001-5.676m.395.624c-.002.621-.001 1.241-.001 1.861.337-.004.674.015 1.01-.012.289-.018.428-.322.496-.565a2.602 2.602 0 0 0-.004-.758c-.055-.256-.251-.526-.537-.523-.321-.009-.643-.002-.964-.003zM15.198 16.237l.367-.001c.004.835.001 1.67.002 2.505.001.099.022.196.032.294.192-.359.335-.744.561-1.085.182-.363.343-.737.555-1.083.111-.209.195-.432.322-.633.172.002.344 0 .516.005-.155.301-.301.606-.484.891-.213.485-.508.926-.728 1.406.079.219.144.445.243.658.208.466.351.955.534 1.431.199.415.329.857.487 1.288-.171.004-.341.003-.512.002-.136-.366-.243-.743-.384-1.108-.207-.489-.365-.996-.533-1.499-.031-.088-.078-.168-.124-.248-.142.218-.231.463-.357.689-.038.079-.098.156-.094.248-.006.627.004 1.255-.004 1.882-.106.079-.269.018-.397.035-.002-1.892-.002-3.784-.001-5.676z"/><path fill="#fffffe" d="M2.599 1.313C2.615.678 3.196.107 3.84.137 9.191.133 14.543.138 19.894.135c.317-.003.665-.003.935.189.338.228.588.624.573 1.041-.002 7.143 0 14.286-.001 21.429.001.385-.229.745-.532.971-.179.139-.405.179-.618.236H3.757c-.204-.054-.421-.086-.596-.214-.321-.222-.563-.594-.564-.993 0-7.16-.001-14.32 0-21.48M3.754.433c-.49.034-.866.514-.879.986l-.001 21.267c0 .329.188.639.445.837.238.182.553.181.838.177 5.316-.002 10.632.002 15.948-.002.548.024 1.016-.481 1.022-1.013V1.418c-.011-.527-.474-1.026-1.018-.999C14.774.41 9.44.419 4.105.414a2.428 2.428 0 0 0-.351.018z"/><path fill="#fffffe" d="M3.804.959c.169-.026.341-.014.512-.016h15.688c.155.006.331.013.45.127.131.11.197.282.189.452v20.793c-.007.204.034.428-.085.609-.099.176-.308.256-.503.247-5.388-.002-10.776.002-16.165-.002-.29.012-.538-.25-.532-.536-.002-7.037 0-14.074-.001-21.111-.017-.263.173-.541.446-.564m9.953 1.385a1.664 1.664 0 0 0-1.076.652c-.453.557-.561 1.307-.548 2.004.014.719.293 1.446.826 1.939a1.738 1.738 0 0 0 1.734.237c.357-.143.641-.43.831-.761.346-.558.425-1.237.393-1.882-.048-.677-.289-1.385-.832-1.825-.36-.312-.859-.434-1.327-.364m-5.481.065c-.008 1.605 0 3.21-.004 4.815.169.003.338.003.507 0 .001-1.242-.007-2.485.004-3.727.319.509.587 1.048.887 1.569.376.727.793 1.433 1.181 2.155.18.008.361.007.541.004-.001-1.605.004-3.209-.002-4.814-.17-.002-.34-.002-.51.001-.008 1.243.006 2.486-.007 3.729-.711-1.234-1.363-2.501-2.077-3.732l-.518.002M5.261 9.291a2.485 2.485 0 0 0-.01.591c.377.048.758.012 1.136.026.003 1.518.002 3.036.001 4.554.157.034.321.038.478.001.001-1.519-.005-3.038.003-4.557.372-.003.744.007 1.115-.006a8.245 8.245 0 0 0-.001-.609c-.907-.001-1.815-.001-2.722.001m3.234-.004a474.207 474.207 0 0 0-.002 5.199c.139 0 .279 0 .418-.002.007-.813-.002-1.625.005-2.438.361-.025.723-.005 1.084-.012.238.007.48-.022.716.026.003.808-.003 1.616.003 2.424.15.002.3.002.451-.005.01-1.635-.001-3.271.005-4.906a1.188 1.188 0 0 0-.03-.286c-.132.001-.265-.005-.397.004-.057.06-.022.154-.033.229-.002.636.009 1.272-.006 1.908-.596.006-1.192.004-1.788.001-.026-.714.015-1.429-.021-2.142-.135.001-.271.002-.405-.001m6.946.003c-.016.131-.034.262-.031.394.007 1.122-.019 2.245.037 3.365.017.109.057.214.068.325.057.406.251.818.613 1.036.429.22.974.215 1.386-.042.202-.147.339-.368.44-.593.196-.496.187-1.04.187-1.565-.003-.973.006-1.946-.005-2.919a21.123 21.123 0 0 0-.436-.001c-.022 1.253.025 2.507-.044 3.758-.062.253-.114.529-.316.713-.181.192-.468.175-.711.166a.575.575 0 0 1-.465-.261 1.23 1.23 0 0 1-.241-.769c-.016-1.187-.005-2.374-.006-3.56-.147-.077-.317-.04-.476-.047m-3.509.287c.009 1.633-.012 3.266.011 4.899.148.013.297.013.445.009.009-.767-.006-1.534.007-2.301.316.006.665-.073.943.119.171.141.261.351.364.541.219.475.425.955.623 1.439.039.07.063.167.144.199.173.013.347.008.519-.013-.155-.387-.348-.758-.487-1.151-.182-.401-.343-.84-.692-1.128l.003-.098c.185-.042.363-.124.501-.256.224-.206.309-.506.376-.793a2.095 2.095 0 0 0-.228-1.332c-.142-.264-.441-.376-.721-.418-.587-.015-1.176.004-1.764-.009a.693.693 0 0 0-.044.292m.751 7.054c-.262.386-.366.852-.447 1.305a6.119 6.119 0 0 0-.094 1.541c.071.604.154 1.216.382 1.785.142.321.386.646.749.719.224.065.463.011.666-.093.239-.135.352-.399.499-.618.166-.358.233-.753.286-1.142a14.266 14.266 0 0 1-.377-.221c-.087.388-.113.806-.341 1.147-.183.355-.75.418-.987.088-.458-.631-.48-1.445-.476-2.194-.001-.655.067-1.349.448-1.903.233-.327.788-.335 1.011.007.166.273.229.594.289.903.129-.031.254-.081.362-.157.03-.06.006-.128 0-.191-.059-.326-.14-.656-.327-.934-.188-.351-.583-.639-.996-.536-.259.092-.476.281-.646.493m5.805-.352c-.38.222-.496.682-.55 1.088-.051.54-.005 1.155.388 1.568.373.353.939.428 1.278.825.207.394.2.908-.028 1.293-.188.313-.659.367-.945.162-.328-.288-.458-.733-.467-1.158l-.347.036c.008.529.09 1.09.404 1.533.322.446 1.039.518 1.438.137.328-.405.495-.926.478-1.447.018-.489-.115-1.002-.47-1.355-.321-.369-.895-.36-1.198-.749-.208-.204-.192-.518-.168-.786.038-.208.138-.422.32-.541.289-.152.697-.081.873.211.132.239.157.519.178.787.119-.012.238-.024.358-.032.056-.42-.092-.828-.259-1.206-.11-.247-.351-.393-.586-.501-.237-.057-.507-.037-.696.132m-7.252-.037c-.006 1.219.007 2.438-.007 3.657-.025.413-.022.866-.287 1.209-.133.202-.402.256-.626.217-.268-.053-.42-.318-.508-.554-.097-.35-.094-.718-.103-1.079-.005-1.151.001-2.301-.003-3.451-.134-.001-.267 0-.401.004 0 1.165-.004 2.331.002 3.497.028.274.015.552.057.824.087.407.153.844.422 1.178.371.369 1.041.357 1.388-.039.319-.428.364-.977.431-1.488.022-1.325.006-2.651.009-3.976l-.375.001m-7.579.649c.321.037.644.01.966.019.002 1.669-.001 3.338.002 5.008.136.002.271.002.406.001l.001-5.007c.313-.004.626.001.939-.003.005-.222.004-.444.002-.666-.769-.003-1.539-.001-2.309-.001-.01.217-.005.433-.006.65m2.715-.649c-.001 1.892.002 3.784-.001 5.676h.395c.002-.843-.002-1.685.002-2.527.264.028.611-.103.789.158.243.255.32.606.43.929.137.487.329.957.482 1.44.16.001.32.002.479-.003-.056-.268-.188-.512-.265-.773-.188-.633-.363-1.287-.771-1.822.199-.093.424-.19.533-.395s.193-.426.217-.657c.079-.559.043-1.152-.206-1.666-.123-.242-.411-.344-.666-.359-.473-.007-.945-.003-1.418-.002m8.824 0c-.001 1.892-.002 3.784.001 5.676.128-.017.291.044.397-.035.008-.627-.002-1.254.004-1.882-.004-.093.056-.169.094-.248.126-.226.215-.472.357-.689.046.08.093.16.124.248.168.503.326 1.01.533 1.499.141.365.247.742.384 1.108.171.001.341.002.512-.002-.158-.431-.288-.873-.487-1.288-.183-.475-.326-.965-.534-1.431-.099-.213-.163-.438-.243-.658.219-.481.515-.922.728-1.406.183-.285.329-.59.484-.891-.172-.005-.344-.003-.516-.005-.127.201-.211.424-.322.633-.213.346-.373.721-.555 1.083-.225.341-.369.725-.561 1.085-.009-.098-.031-.195-.032-.294-.001-.835.002-1.67-.002-2.505l-.367.001z"/><path fill="#fffffe" d="M13.909 2.889c.375-.044.761.125 1.006.406.394.491.487 1.151.445 1.762-.021.482-.158.978-.491 1.34-.25.257-.618.404-.977.358-.441-.045-.813-.369-.998-.759-.295-.69-.276-1.489-.056-2.197a1.259 1.259 0 0 1 1.07-.909zM12.389 9.886c.397-.025.795-.009 1.193-.01.344-.01.625.318.64.647.011.233.025.489-.107.694-.099.174-.266.341-.482.33-.415.009-.832.018-1.247-.005.007-.552.002-1.104.003-1.656zM6.769 16.863c.321.001.643-.006.964.003.286-.004.483.267.537.523.041.249.038.508.004.758-.067.244-.206.547-.496.565-.336.027-.673.008-1.01.012-.001-.621-.001-1.241.001-1.861z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tour-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M5.592 1.866C8.136.23 11.324-.354 14.288.228c2.617.484 5.035 1.901 6.776 3.908 1.75 1.994 2.779 4.583 2.935 7.229v1.258c-.155 2.765-1.273 5.468-3.161 7.5-2.089 2.293-5.093 3.697-8.185 3.877h-1.289c-2.958-.172-5.837-1.458-7.907-3.58C1.271 18.228.02 15.16-.001 12.069v-.127c.03-1.362.245-2.726.718-4.007a12.016 12.016 0 0 1 4.874-6.07m.434 2.129a10.003 10.003 0 0 0-3.724 5.6 10.073 10.073 0 0 0 .583 6.514c1.07-.608 2.134-1.23 3.2-1.844.48-.276.959-.553 1.438-.832l.406-.234c.889-.517 1.787-1.019 2.669-1.547.917-.52 1.834-1.038 2.735-1.585.278-.119.528-.298.787-.452a66.3 66.3 0 0 0 2.506-1.452l.089-.012c1.118-.694 2.278-1.324 3.412-1.992-1.636-2.272-4.249-3.809-7.039-4.09-2.483-.272-5.066.415-7.061 1.926m12.059 5.59a3.88 3.88 0 0 1-.026.103l.01-.041c-.371.222-.742.445-1.118.658-.766.448-1.543.877-2.3 1.34a161.508 161.508 0 0 0-3.737 2.159 123.653 123.653 0 0 0-3.528 2.04l-.18.073c-1.093.665-2.214 1.282-3.318 1.931 1.82 2.531 4.862 4.148 7.988 4.154a9.917 9.917 0 0 0 5.894-1.829 10.036 10.036 0 0 0 3.881-5.521 10.069 10.069 0 0 0-.523-6.756c-1.022.545-1.981 1.224-3.042 1.688z"/><path fill="#fff" d="M6.025 3.994c1.994-1.511 4.578-2.198 7.061-1.926 2.79.281 5.404 1.818 7.039 4.09-1.134.668-2.293 1.298-3.412 1.992-.203-.575-.407-1.15-.613-1.723.271-.2.577-.428.617-.792.072-.487.054-1.122-.42-1.406-.52-.301-1.151-.214-1.723-.185v4.165h.592v-1.76l.311.001.623 1.777c.175-.019.35-.041.526-.065a66.3 66.3 0 0 1-2.506 1.452c-.502.046-1.008.034-1.511.013-.313-.246-.724-.169-1.092-.184-.332.008-.703-.054-.976.185-1.993.029-3.989.004-5.982.012-.401.002-.792.098-1.177.203l.178.353a4.871 4.871 0 0 0-.35 3.596c.748.002 1.495-.001 2.243.001.052-.517.326-1.05.848-1.222.616-.258 1.307.078 1.628.626l-.406.234c-.245-.383-.756-.631-1.175-.36-.431.235-.467.79-.263 1.192-1.067.614-2.13 1.236-3.2 1.844a10.066 10.066 0 0 1-.583-6.514 9.998 9.998 0 0 1 3.724-5.6m1.181.063l.001.593h.712v3.568l.593-.001V4.65l.712-.001v-.592H7.208m2.895.054a.99.99 0 0 0-.587.918c-.004.762-.012 1.525.005 2.288.018.524.516.97 1.039.929.529-.016.97-.512.943-1.038-.001-.761.016-1.523-.01-2.284-.026-.658-.805-1.097-1.391-.814m1.97-.053c.006 1.086-.011 2.172.007 3.258.001.514.484.954.994.924a.969.969 0 0 0 .922-.929c.014-1.084.001-2.17.005-3.254l-.592-.001.001 3.022c-.001.18.006.416-.182.515-.208.15-.548-.012-.551-.271-.03-1.088-.002-2.178-.012-3.266l-.592.004z"/><path fill="#fff" d="M10.242 4.716c.241-.24.692-.024.664.312.007.77.024 1.543-.008 2.314-.061.384-.673.415-.768.035-.059-.655-.006-1.315-.026-1.972.019-.229-.054-.515.139-.689zM15.167 5.868c0-.41-.001-.82.001-1.23.278.014.599-.065.844.109.205.241.155.602.09.889-.176.343-.624.21-.935.232zM18.085 9.584c1.061-.464 2.02-1.144 3.042-1.688a10.063 10.063 0 0 1 .523 6.756 10.032 10.032 0 0 1-3.881 5.521 9.92 9.92 0 0 1-5.894 1.829c-3.126-.006-6.168-1.624-7.988-4.154 1.104-.649 2.225-1.266 3.318-1.931.001.163.002.328.005.492h.71v3.568h.593v-3.568h.712v-.593c-.613.011-1.229-.029-1.84.028a123.653 123.653 0 0 1 3.528-2.04c1.186-.026 2.372-.007 3.558-.008.041-.619.482-1.22 1.13-1.278.754-.119 1.41.54 1.439 1.273 1.324.024 2.646.005 3.961-.162-.078-1.12.217-2.345-.407-3.358.05-.054.152-.164.204-.218-.133-.331-.592-.3-.887-.38-.616-.028-1.27-.114-1.862.06a3.88 3.88 0 0 0 .036-.147m-2.672 3.45c-.532.229-.62 1.037-.14 1.368.432.356 1.171.085 1.266-.469.17-.617-.56-1.201-1.126-.899m-5.302 2.832a.992.992 0 0 0-.595.928c-.002.761-.012 1.523.005 2.284.019.521.512.965 1.033.928.534-.012.977-.512.949-1.042-.001-.758.016-1.519-.008-2.278-.025-.655-.798-1.097-1.384-.82m2.002-.082v4.184h1.8l-.001-.593h-1.193c0-.401-.001-.802.001-1.204h1.025l-.001-.592H12.72c-.002-.402-.002-.803 0-1.204h1.193v-.592l-1.8-.001m2.461 4.184h.59l.001-1.76.311.001.617 1.759.641-.001c-.211-.596-.422-1.193-.636-1.788.281-.185.575-.421.618-.78.064-.466.066-1.055-.35-1.364-.521-.359-1.198-.264-1.792-.228a2887.04 2887.04 0 0 0 0 4.162zM3.874 10.124c.366-.106.772-.054 1.151-.028.218.109.145.39.164.586-.016.842.017 1.686-.016 2.527-.026.316-.413.2-.624.227-.257-.035-.608.095-.784-.156-.05-.864-.004-1.732-.023-2.598.026-.184-.065-.444.131-.558zM5.537 10.12c.43-.104.884-.026 1.324-.041.09.511.073 1.04.012 1.555-.455-.004-.908.001-1.363-.01-.03-.494-.106-1.03.028-1.505zM7.217 10.195l.098-.107a50.45 50.45 0 0 1 2.911.001c.04.512.043 1.027-.004 1.54-.991-.019-1.991.052-2.976-.034-.095-.456-.042-.936-.03-1.4zM10.558 10.201l.118-.11c.883-.053 1.771.006 2.657-.025-.901.547-1.818 1.066-2.735 1.585a5.913 5.913 0 0 1-.04-1.45z"/><path fill="#fff" d="M17.257 10.21c.05-.214.342-.101.497-.14.716.02 1.435-.031 2.15.028.212.485.541.99.517 1.531-1.052.006-2.105.008-3.157-.001a9.06 9.06 0 0 1-.007-1.417zM14.65 11.645c.757-.463 1.535-.893 2.3-1.34.002.438.007.877-.018 1.315-.761.031-1.523-.01-2.282.025zM10.244 16.474c.246-.24.697-.014.662.324.006.766.023 1.534-.01 2.299-.055.386-.671.421-.768.041-.059-.654-.006-1.315-.026-1.972.019-.23-.054-.518.142-.692zM15.167 17.628c0-.41-.001-.82.001-1.229.317.014.83-.11.953.294.042.292.109.731-.21.89-.236.086-.498.035-.744.044z"/><path d="M7.207 4.056h2.017v.592l-.712.001v3.566l-.593.001V4.648h-.712l-.001-.593zM10.103 4.111c.586-.283 1.364.156 1.391.814.025.761.008 1.523.01 2.284.026.526-.414 1.022-.943 1.038-.523.041-1.021-.404-1.039-.929-.017-.763-.008-1.526-.005-2.288a.988.988 0 0 1 .587-.918m.138.604c-.193.174-.12.46-.139.689.02.656-.032 1.316.026 1.972.095.38.707.349.768-.035.032-.77.016-1.543.008-2.314.029-.336-.422-.552-.664-.312zM12.072 4.057l.592-.004c.01 1.088-.018 2.178.012 3.266.002.259.343.421.551.271.188-.098.181-.335.182-.515l-.001-3.022.592.001c-.004 1.085.01 2.171-.005 3.254a.968.968 0 0 1-.922.929c-.51.03-.992-.41-.994-.924-.018-1.086-.001-2.172-.007-3.258zM14.574 8.208V4.043c.572-.029 1.204-.116 1.723.185.474.284.492.919.42 1.406-.04.364-.346.592-.617.792.206.574.41 1.148.613 1.723l-.089.012c-.175.024-.35.046-.526.065l-.623-1.777-.311-.001v1.76h-.592m.595-2.34c.311-.022.758.112.935-.232.065-.287.115-.648-.09-.889-.245-.174-.565-.095-.844-.109-.002.41-.001.82-.001 1.23zM10.541 9.628c.272-.239.643-.176.976-.185.368.014.779-.062 1.092.184.503.02 1.009.032 1.511-.013-.259.155-.509.334-.787.452-.886.031-1.774-.028-2.657.025l-.118.11c-.047.482-.034.971.04 1.45-.882.528-1.78 1.03-2.669 1.547-.322-.548-1.013-.884-1.628-.626-.522.172-.797.704-.848 1.222-.748-.002-1.495.001-2.243-.001a4.87 4.87 0 0 1 .35-3.596l-.178-.353c.385-.104.776-.2 1.177-.203 1.993-.008 3.989.017 5.982-.012m-6.667.495c-.196.114-.104.374-.131.558.019.866-.028 1.734.023 2.598.175.251.527.121.784.156.211-.026.598.089.624-.227.032-.841 0-1.685.016-2.527-.019-.196.054-.476-.164-.586-.379-.026-.785-.078-1.151.028m1.662-.004c-.133.475-.058 1.01-.028 1.505.455.011.908.006 1.363.01.061-.515.078-1.044-.012-1.555-.439.014-.894-.064-1.324.041m1.681.074c-.012.464-.065.944.03 1.4.985.085 1.985.014 2.976.034a9.208 9.208 0 0 0 .004-1.54 50.45 50.45 0 0 0-2.911-.001l-.098.107zM18.068 9.647l-.01.041a.567.567 0 0 1-.01.044c.593-.174 1.247-.088 1.862-.06.295.08.754.049.887.38-.052.054-.154.164-.204.218.624 1.013.329 2.238.407 3.358-1.315.167-2.638.186-3.961.162-.029-.733-.685-1.392-1.439-1.273-.648.058-1.09.659-1.13 1.278-1.186.001-2.372-.018-3.558.008a165.23 165.23 0 0 1 3.737-2.159c.76-.035 1.522.006 2.282-.025.025-.438.02-.877.018-1.315.377-.212.748-.436 1.118-.658m-.81.564a9.06 9.06 0 0 0 .007 1.417c1.052.01 2.105.007 3.157.001.024-.541-.305-1.046-.517-1.531-.715-.059-1.434-.007-2.15-.028-.155.04-.446-.073-.497.14z"/><path d="M6.348 13.072c.419-.271.93-.023 1.175.36-.479.278-.958.556-1.438.832-.204-.402-.168-.956.263-1.192zM15.413 13.036c.565-.302 1.296.282 1.126.899-.095.554-.834.826-1.266.469-.48-.331-.391-1.139.14-1.368zM7.205 15.917l.18-.073c.611-.056 1.226-.017 1.84-.028v.593h-.712v3.568a58.609 58.609 0 0 0-.593 0v-3.568h-.71a81.529 81.529 0 0 1-.005-.492zM10.111 15.868c.586-.277 1.358.164 1.384.82.024.758.007 1.519.008 2.278.028.529-.415 1.03-.949 1.042-.521.037-1.014-.407-1.033-.928-.017-.761-.007-1.523-.005-2.284a.992.992 0 0 1 .595-.928m.133.606c-.196.174-.122.462-.142.692.02.656-.032 1.318.026 1.972.097.38.713.346.768-.041.032-.766.016-1.534.01-2.299.035-.338-.416-.564-.662-.324zM12.113 15.786l1.8.001v.592H12.72c-.002.401-.002.802 0 1.204h1.024l.001.592H12.72c-.002.402-.001.803-.001 1.204h1.193l.001.593h-1.8v-4.184zM14.574 19.968a2887.04 2887.04 0 0 1 0-4.162c.594-.036 1.271-.131 1.792.228.416.31.414.899.35 1.364-.043.359-.337.595-.618.78.214.595.425 1.192.636 1.788l-.641.001-.617-1.759-.311-.001-.001 1.76h-.59m.593-2.339c.246-.01.508.042.744-.044.319-.16.252-.599.21-.89-.122-.404-.636-.28-.953-.294-.002.409-.001.818-.001 1.229z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f7fbf5" stroke="#c1121c" stroke-width="3.12" d="M22.44 12c0 5.766-4.674 10.44-10.44 10.44S1.56 17.766 1.56 12C1.56 6.234 6.234 1.56 12 1.56S22.44 6.234 22.44 12z"/><path fill="#2a2d2f" d="M7.932 16.875a1.504 1.504 0 1 0 0-3.007 1.504 1.504 0 1 0 0 3.007z"/><path fill="#f7fbf5" d="M7.927 16.01a.64.64 0 1 0 .003-1.28.64.64 0 0 0-.003 1.28z"/><path fill="#2a2d2f" d="M15.149 16.873a2.77 2.77 0 0 0 0-5.538c-1.529 0-2.767 1.24-2.767 2.769s1.238 2.769 2.767 2.769z"/><path fill="#f7fbf5" d="M15.141 15.694c.881 0 1.593-.712 1.593-1.593s-.712-1.593-1.593-1.593a1.592 1.592 0 1 0 0 3.186z"/><path fill="#2a2d2f" d="M15.141 15.303a1.203 1.203 0 1 0 0-2.407 1.203 1.203 0 0 0 0 2.407z"/><path fill="#2a2d2f" d="M17.311 11.941a3.06 3.06 0 0 0-5.159 2.78l-2.602-.005a1.75 1.75 0 0 0-1.618-1.09c-.47 0-.893.186-1.208.488h-.643v-2.777c0-.348.355-.342.355-.342h4.682l.727-3.16-.084-.712h4.836v3.267l1.09 1.19-.376.362z"/><path fill="#f7fbf5" d="M11.634 10.994l.725-3.16h3.526v2.555H12.98l-.49.605h-.855z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tractors-carts-or-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M11.165 0h1.659c2.87.196 5.656 1.454 7.679 3.504 2.044 2.02 3.298 4.799 3.498 7.662v1.669C23.8 15.699 22.546 18.48 20.5 20.5c-2.019 2.045-4.797 3.298-7.66 3.5h-1.666c-2.869-.197-5.654-1.455-7.676-3.505C1.454 18.476.201 15.696.002 12.833v-1.662c.198-2.866 1.454-5.649 3.5-7.669 2.02-2.046 4.8-3.301 7.665-3.501m-5.104 3.9a10.2 10.2 0 0 0-3.819 5.452c-.642 2.248-.464 4.707.461 6.851 2.924-1.839 5.85-3.676 8.77-5.52.003-2.898.001-5.795.001-8.694-1.935.117-3.846.763-5.414 1.911m6.469-1.912c.003 2.872-.004 5.746.004 8.619-.037.176.176.229.277.321 2.843 1.725 5.679 3.462 8.521 5.189a10.187 10.187 0 0 0 .614-6.021 10.144 10.144 0 0 0-3.294-5.634c-1.683-1.491-3.884-2.342-6.121-2.473m-.581 9.646c-2.923 1.835-5.841 3.678-8.764 5.512 1.283 2.24 3.436 3.969 5.917 4.698a10.16 10.16 0 0 0 7.268-.565 10.244 10.244 0 0 0 4.494-4.209c-2.972-1.811-5.946-3.623-8.915-5.437z"/><path fill="#fff" d="M6.063 3.901c1.568-1.148 3.479-1.794 5.414-1.911 0 2.899.001 5.797-.001 8.694-2.92 1.844-5.846 3.681-8.77 5.52-.925-2.145-1.103-4.603-.461-6.851.611-2.179 1.987-4.125 3.819-5.452M3.736 6.547l.229.245c-.129.303-.267.606-.356.925.241.239.46-.163.669-.268.153.424.315.845.471 1.268l-.427-.063-.04.287.433.064c-.222.264-.445.528-.645.81.205.283.176.887.596.915.227-.264-.114-.596-.177-.874.216-.261.435-.522.654-.781.861.128 1.723.253 2.584.378.149.034.337.028.429.176.062.369.004.747.044 1.118-.076.255.4.184.344-.018.021-.381.005-.764.008-1.146.287.04.572.082.858.12l.22-.26c-.499-.093-1.018-.101-1.502-.263-.375-.206-.298-.68-.317-1.036l.139-.147c.073.376-.095.855.289 1.099-.034-.402.186-.957-.177-1.252-.778-.124-1.576.014-2.36-.068-.174-.116-.315-.275-.467-.418l.165-.292c-.083-.288-.293.015-.447.034-.284-.404-.74-.552-1.218-.553m6.282 1.974c0 .296-.001.59-.006.885.237.044.51.043.696.221.183.181.272.428.408.642a5.12 5.12 0 0 0 .136-1.748h-1.234m-4.753.73c.003.543-.037 1.089.024 1.631l.302.001c.066-.508.045-1.026.021-1.535l-.347-.097m2.314.369c-.157.409-.474.787-.481 1.234l.232.062c.277-.376.412-.834.624-1.247l-.375-.049m2.318.033c-.419.168-.51.783-.174 1.077.352.365 1.046.129 1.103-.378.104-.499-.48-.932-.928-.7zM12.531 1.989c2.237.131 4.439.983 6.121 2.473a10.139 10.139 0 0 1 2.68 11.655c-2.842-1.727-5.678-3.464-8.521-5.189-.101-.092-.313-.145-.277-.321-.008-2.872-.001-5.746-.004-8.619m4.616 4.17c-.221.49-.397.999-.603 1.497a128.48 128.48 0 0 0-.878 0l-.001-1.407h-.351l-.001 1.407c-.408.005-.817-.018-1.225.009-.164-.004-.346.119-.34.296-.032.376-.01.753-.014 1.129a1.209 1.209 0 0 1 1.382.672c.76.001 1.521-.003 2.281.001.066-.428.225-.874.601-1.127.374-.296.877-.307 1.324-.211l.195-.4c-.327-.597-.057-1.299-.202-1.935-.261-.337-.763-.144-1.129-.197-.341.051-.877-.15-1.038.267m1.31 2.432c-.843.229-1.153 1.419-.515 2.021.611.706 1.9.351 2.077-.561.254-.882-.695-1.775-1.561-1.46m-4.789.758c-.591.288-.595 1.229-.01 1.528.548.351 1.348-.12 1.311-.769.027-.642-.757-1.091-1.301-.759z"/><path fill="#fff" d="M17.517 6.273c.428-.051.864-.03 1.293.009.019.447.018.894.005 1.343-.573.043-1.151.047-1.724.014l-.085-.157c.14-.413.279-.836.51-1.209zM18.491 9.148c.426-.254 1.032.085 1.035.581.051.518-.571.92-1.022.658-.49-.226-.501-1.004-.013-1.239zM13.911 9.739c.263-.129.61.073.6.371.014.299-.349.537-.613.376-.298-.141-.294-.62.013-.748zM10.059 9.947c.186-.072.462.069.432.289.056.265-.345.459-.529.26-.191-.147-.138-.481.097-.549zM11.951 11.636c2.97 1.814 5.943 3.625 8.915 5.437a10.244 10.244 0 0 1-4.494 4.209 10.166 10.166 0 0 1-7.268.565c-2.481-.729-4.633-2.458-5.917-4.698 2.923-1.834 5.841-3.677 8.764-5.512m-.31 2.023c-.448.248-.429.944-.136 1.304.418.136.87-.226 1.071-.576.22-.534-.486-.959-.935-.728m.35 1.494c-.015.293.234.529.369.772l-.059.149c-.029-.117-.182-.621-.369-.361-.149.167-.285.344-.429.514-.517-.404-1.18-.261-1.784-.255-.001.283.003.573.134.832a21.82 21.82 0 0 1-.273.739c-.659-.053-1.388.244-1.617.908-.385.879.45 2 1.405 1.842.749-.013 1.357-.753 1.257-1.489-.013-.461-.375-.777-.63-1.119.101-.2.119-.619.423-.572l-.136.063c.191.596.34 1.205.548 1.796.061.192.169.368.323.5.677.056 1.358.005 2.036.023-.124-.736.072-1.637.837-1.939-.298.469-.789.899-.688 1.516.058.994 1.373 1.633 2.157.98.712-.448.796-1.547.172-2.106-.345-.395-.894-.341-1.352-.481.224-.034.448-.058.676-.075a17.952 17.952 0 0 0-.069-.465c-.229-.153-.531-.205-.69-.448-.509-.656-.955-1.359-1.503-1.984-.272.184-.571.366-.738.661z"/><path fill="#fff" d="M12.357 16.156l.148-.005c.085.187.177.37.267.555-.4.423-.615.974-.957 1.439-.155.24-.489.112-.728.153-.109-.437-.312-.86-.321-1.316.351-.078.721-.018 1.07-.11.212-.207.36-.47.522-.715zM8.433 18.821c.052-.465.498-.721.93-.75-.11.393-.686.633-.488 1.095.192.341.678.222.805-.11 0-.273-.038-.549.04-.817.445.318.485 1.037.024 1.358-.538.462-1.444-.092-1.311-.776zM14.606 18.056c.35.073.767.197.873.589.306.621-.446 1.343-1.06 1.055-.621-.198-.717-1.12-.158-1.451.131.356-.157.869.273 1.074.297.206.71-.157.581-.484-.123-.288-.424-.466-.509-.782z"/><path fill="#030303" d="M17.146 6.158c.162-.417.697-.216 1.038-.267.366.053.868-.14 1.129.197.145.637-.125 1.338.202 1.935-.064.134-.13.268-.195.4-.447-.096-.95-.085-1.324.211-.376.253-.536.699-.601 1.127-.76-.004-1.521 0-2.281-.001a1.209 1.209 0 0 0-1.382-.672c.004-.376-.018-.753.014-1.129-.006-.177.176-.299.34-.296.408-.027.817-.004 1.225-.009l.001-1.407h.351l.001 1.407h.878c.206-.498.381-1.007.603-1.497m.372.116c-.231.373-.37.796-.51 1.209l.085.157c.573.033 1.151.029 1.724-.014.013-.448.014-.896-.005-1.343a6.28 6.28 0 0 0-1.293-.009zM3.736 6.547c.477.001.933.149 1.218.553.154-.019.364-.322.447-.034l-.165.292c.153.143.293.302.467.418.783.082 1.581-.056 2.36.068.363.294.143.85.177 1.252-.384-.244-.216-.723-.289-1.099l-.139.147c.019.356-.058.83.317 1.036.484.162 1.003.169 1.502.263l-.22.26c-.285-.038-.571-.08-.858-.12-.003.381.014.764-.008 1.146.057.202-.419.273-.344.018-.04-.371.018-.749-.044-1.118-.092-.148-.28-.141-.429-.176-.861-.125-1.723-.25-2.584-.378-.22.259-.438.519-.654.781.063.278.404.61.177.874-.421-.028-.392-.632-.596-.915.201-.282.423-.546.645-.81l-.433-.064.04-.287.427.063c-.157-.423-.318-.844-.471-1.268-.21.105-.428.507-.669.268.09-.318.227-.621.356-.925l-.229-.245zM10.017 8.521h1.234a5.118 5.118 0 0 1-.136 1.748c-.136-.213-.225-.461-.408-.642-.186-.178-.459-.177-.696-.221.005-.296.006-.59.006-.885z"/><path fill="#030303" d="M18.457 8.591c.867-.315 1.815.579 1.561 1.46-.177.912-1.465 1.267-2.077.561-.638-.603-.327-1.792.515-2.021m.035.557c-.489.235-.477 1.013.013 1.239.451.261 1.072-.14 1.022-.658-.003-.496-.609-.835-1.035-.581zM5.264 9.251l.347.097c.024.509.044 1.027-.021 1.535l-.302-.001c-.061-.542-.021-1.088-.024-1.631zM13.669 9.349c.544-.332 1.328.117 1.301.759.037.649-.763 1.12-1.311.769-.585-.299-.581-1.24.01-1.528m.242.39c-.307.128-.311.606-.013.748.264.16.627-.077.613-.376.01-.298-.337-.5-.6-.371zM7.578 9.62l.375.049c-.212.413-.347.87-.624 1.247l-.232-.062c.008-.447.325-.825.481-1.234zM9.896 9.653c.448-.232 1.032.201.928.7-.057.507-.75.743-1.103.378-.336-.294-.245-.909.174-1.077m.164.293c-.235.068-.288.403-.097.549.184.198.585.005.529-.26.03-.22-.246-.361-.432-.289zM11.641 13.66c.448-.231 1.155.193.935.728-.201.35-.653.712-1.071.576-.293-.36-.312-1.056.136-1.304z"/><path fill="#030303" d="M11.991 15.154c.167-.294.466-.476.738-.661.548.625.994 1.329 1.503 1.984.159.244.461.296.69.448.025.154.048.309.069.465-.227.016-.452.04-.676.075.457.14 1.007.086 1.352.481.624.558.541 1.657-.172 2.106-.784.653-2.099.014-2.157-.98-.101-.616.39-1.047.688-1.516-.765.302-.961 1.203-.837 1.939-.678-.018-1.359.033-2.036-.023a1.085 1.085 0 0 1-.323-.5c-.208-.591-.357-1.2-.548-1.796l.136-.063c-.304-.047-.322.373-.423.572.255.342.618.658.63 1.119.1.736-.508 1.477-1.257 1.489-.955.158-1.79-.963-1.405-1.842.229-.664.957-.961 1.617-.908.093-.245.188-.491.273-.739-.131-.259-.135-.549-.134-.832.604-.006 1.267-.149 1.784.255.144-.171.28-.347.429-.514.187-.26.34.244.369.361l.059-.149c-.135-.243-.384-.479-.369-.772m.366 1.003c-.162.245-.309.508-.522.715-.349.092-.719.032-1.07.11.009.456.212.879.321 1.316.239-.04.572.087.728-.153.342-.465.557-1.016.957-1.439-.09-.184-.182-.368-.267-.555l-.148.005m-3.923 2.666c-.133.683.773 1.238 1.311.776.461-.321.421-1.04-.024-1.358-.078.268-.04.544-.04.817-.126.332-.613.451-.805.11-.198-.462.378-.702.488-1.095-.432.029-.878.285-.93.75m6.173-.765c.085.316.387.494.509.782.129.327-.284.69-.581.484-.429-.205-.141-.717-.273-1.074-.56.331-.464 1.253.158 1.451.614.288 1.365-.433 1.06-1.055-.106-.392-.523-.515-.873-.589z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tractors-mopeds-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M10.31.84h3.078c.085.157.205.192.358.106 1.858.276 3.708.862 5.226 1.999 1.321 1 2.618 2.113 3.454 3.568.745 1.27 1.432 2.658 1.402 4.168-.011 1.498.16 3.058-.367 4.494-.588 1.493-1.415 2.912-2.564 4.043-2.128 2.138-5.024 3.566-8.057 3.719-1.288.071-2.599.04-3.847-.311a17.316 17.316 0 0 1-2.332-.816c-2.753-1.274-5.016-3.636-6.026-6.512-.263-.688-.366-1.42-.559-2.128a31.593 31.593 0 0 0-.074-.294v-2.047c.152-.63.229-1.278.425-1.897.464-1.536 1.27-2.981 2.389-4.136.425-.4.871-.776 1.28-1.193C5.882 2.044 8.184 1.168 10.524.909l-.212-.067m-.413 2.844c-3.157.706-5.951 3.212-6.704 6.4-.499 2.131-.006 4.446 1.241 6.234a11.063 11.063 0 0 0 2.586 2.454c2.735 1.786 6.422 1.939 9.311.425 1.031-.554 1.94-1.309 2.76-2.14.72-.707 1.166-1.632 1.556-2.548.463-1.096.474-2.309.418-3.478-.101-1.952-1.18-3.732-2.576-5.047-1.338-1.264-3.049-2.245-4.915-2.374-1.22-.106-2.468-.178-3.676.073z"/><path fill="#0a0a0a" d="M13.388.84h.334l.024.106c-.152.086-.272.052-.358-.106zM10.088 5.029c1.184-.004 2.371.098 3.558.049.32.433.677.84.972 1.291.041.253.02.511.022.767-.1.127-.194.257-.29.386-.001.161-.004.322-.006.482l.379.146c-1.625.017-3.253-.046-4.878.008a5.684 5.684 0 0 1-.875-.037c.14-.04.282-.078.424-.115.014-.294-.037-.575-.353-.674-.005-.35-.004-.701-.004-1.051.36-.41.668-.864 1.051-1.253m-.661 1.07c1.625.046 3.251.094 4.876.044-.233-.361-.499-.697-.751-1.044-1.12.049-2.24-.005-3.359 0-.342.218-.515.67-.766 1m-.102.51c.055.139.046.347.221.401.238.119.624-.152.425-.406-.164-.228-.443-.064-.646.005m4.398-.052c-.151.11-.124.383.068.434.204.098.518-.005.515-.266-.068-.222-.408-.332-.583-.168m-3.348.267c.92.036 1.846.043 2.766-.004-.202-.127-.445-.097-.671-.108-.601-.008-1.202-.031-1.802-.029a.299.299 0 0 0-.293.14m-.236.218c.738.09 1.486.022 2.228.044.336-.016.698.06 1.009-.106-.737-.067-1.477 0-2.215-.025-.341.013-.703-.067-1.022.086m.366.203c.143.145.347.109.528.118.701-.005 1.4-.002 2.1-.004l.011-.139c-.88.014-1.76-.031-2.639.025m-.714.341l.061.486c1.325-.012 2.651-.024 3.976.004l-.043-.488c-1.331 0-2.663.004-3.994-.001zM10.829 9.828c.2-.277.589-.17.881-.182.071.146.14.294.208.443a8.777 8.777 0 0 1-.353.628c.512.398 1.22.158 1.822.253.008.089.028.269.036.359.085.001.254.002.338.004.218.192.451.373.606.624a2.386 2.386 0 0 1-.486.246l-.047-.212-.194.294c.293.119.55-.065.776-.229.048.39.01.784-.259 1.088l.434.006c-.023.066-.07.196-.092.262-1.969.022-3.94.01-5.909.005-.023-.331.298-.263.522-.28-.162-.235-.208-.565-.475-.714.085-.208.166-.418.247-.626-.242-.05-.228-.275-.245-.467.521-.019 1.045.049 1.564-.013.181-.328.355-.664.644-.912.008-.192-.024-.383-.018-.575m.852 1.55c-.053.184.353.18.276-.005l-.276.005m1.641.612c.097.266.433.002.422-.181-.14-.004-.402-.002-.422.181m-3.567.308c-.1.149-.216.284-.33.421.041.18.032.361-.01.539l.293.049c-.415-.191-.061-.583.07-.839l.088.466c.089-.012.269-.034.359-.044a10.352 10.352 0 0 0-.36-.274c.102-.18.133-.33-.109-.318m-.482.071c.024.396.36-.187 0 0m.855.132c.024.161.109.193.258.096-.022-.161-.108-.193-.258-.096m2.861-.007c-.215.025-.13.388.071.318.204-.056.168-.41-.071-.318m.664.1c.106.178.208.181.305.011-.101-.173-.202-.176-.305-.011m-2.874.099c-.08.197-.2.371-.365.506.277-.001.554-.004.83-.001l-.002-.076c-.198-.091-.324-.274-.463-.43m1.114.498c.338.01.678.008 1.016.01a6.869 6.869 0 0 1-.427-.408c-.284-.01-.462.164-.589.398m1.359-.336c.07.084.07.084 0 0m.335-.014c.084.078.084.078 0 0zM10.76 14.538c.287.002.574.002.859-.001l-.016.546h-.394c.004.256-.002.512.014.769.167.246.347.482.514.73.254-.002.51-.002.764 0l.002-.425c.115-.02.317-.233.101-.251l-.39-.067a3.356 3.356 0 0 1-.032-.539c.534.084 1.238-.192 1.613.314a13.73 13.73 0 0 0-.32.366c.506.004 1.013 0 1.52.002-.016.158-.03.317-.044.475.288.349.331.815.236 1.244-.214.539-.808.964-1.399.88-.462 0-.786-.372-1.081-.677l-.108.31c-.188.002-.376.006-.563.011l-.035-.275c-.274-.032-.55-.025-.823-.046-.002-.413.001-.824.007-1.237l-.343-.035c.601.749-.082 1.92-.992 1.921-.583.047-1.346-.14-1.502-.792-.286-.985.81-1.897 1.75-1.614.089-.142.175-.286.251-.436-.156-.232-.126-.511-.127-.776l.532.008.007-.407m-.29.622c.079.058.079.058 0 0m-.049.794c-.175.136.016.4.187.242.095-.108-.054-.416-.187-.242m-1.307.956c-.214.19-.139.508-.179.761.168.134.344.26.524.382.396.042.8-.08.964-.478-.358-.056-.685.188-1.038.094-.004-.162-.005-.323-.006-.482a.842.842 0 0 0 .502-.474c-.257.034-.574-.018-.767.198m4.914-.211c.011.27.199.475.275.725l.179-.013c.036.128.077.256.12.383.199-.454-.053-1.046-.574-1.094m-.902.598l.457.007-.013-.607c-.178.176-.323.38-.444.6m-3.077-.228c.106.175.209.178.308.007-.103-.169-.206-.17-.308-.007m-.432.383c.211-.013.464.022.658-.077-.082-.232-.594-.151-.658.077m1.788-.009c-.167.132.043.421.217.287.166-.126-.05-.413-.217-.287m.764.337c.114-.004.342-.008.457-.011.026-.114.048-.229.065-.346a.674.674 0 0 0-.522.356m.976-.129c.194.034.391.044.587.058l.029-.236c-.21.043-.562-.131-.616.179m.452.266c.127.187.54.119.745.044-.142-.17-.536-.113-.745-.044z"/><path fill="#fff" d="M13.746.946c2.022.181 3.98.953 5.602 2.172 1.612 1.208 3.031 2.738 3.877 4.582.382.816.608 1.692.775 2.574v3.433c-.247 1.4-.839 2.714-1.558 3.931-.421.715-1.012 1.307-1.613 1.872-1.922 1.892-4.453 3.19-7.141 3.52-3.024.368-6.214-.301-8.718-2.07C2.349 19.195.442 16.335.074 13.17c.193.708.296 1.44.559 2.128 1.01 2.876 3.274 5.238 6.026 6.512.754.334 1.538.593 2.332.816 1.248.35 2.56.382 3.847.311 3.032-.152 5.929-1.58 8.057-3.719 1.15-1.13 1.976-2.55 2.564-4.043.527-1.436.356-2.996.367-4.494.03-1.51-.656-2.898-1.402-4.168-.835-1.454-2.132-2.568-3.454-3.568-1.518-1.138-3.368-1.723-5.226-1.999zM2.814 4.794c.403-.421.83-.821 1.28-1.193-.409.416-.856.793-1.28 1.193z"/><path fill="#fff" d="M9.899 3.686c1.207-.251 2.455-.179 3.676-.073 1.866.128 3.577 1.11 4.915 2.374 1.397 1.315 2.476 3.095 2.576 5.047.056 1.169.046 2.382-.418 3.478-.39.916-.836 1.841-1.556 2.548-.82.83-1.729 1.585-2.76 2.14-2.888 1.514-6.576 1.361-9.311-.425-.983-.676-1.87-1.5-2.586-2.454-1.247-1.788-1.74-4.103-1.241-6.234.754-3.187 3.547-5.694 6.704-6.4m.19 1.342c-.383.389-.691.842-1.051 1.253 0 .35-.001.701.004 1.051.316.1.367.38.353.674-.142.037-.283.076-.424.115.29.035.582.047.875.037 1.625-.054 3.253.008 4.878-.008l-.379-.146.006-.482c.096-.13.191-.259.29-.386-.001-.256.019-.514-.022-.767-.295-.451-.652-.858-.972-1.291-1.187.049-2.374-.053-3.558-.049m.741 4.798c-.006.192.026.383.018.575-.289.248-.463.584-.644.912-.518.062-1.043-.006-1.564.013.017.192.002.416.245.467-.082.209-.162.419-.247.626.268.149.313.479.475.714-.224.017-.545-.052-.522.28 1.969.005 3.94.017 5.909-.005.023-.066.07-.196.092-.262a61.947 61.947 0 0 1-.434-.006c.269-.305.307-.698.259-1.088-.227.164-.484.348-.776.229l.194-.294.047.212c.173-.06.332-.149.486-.246-.155-.251-.388-.432-.606-.624l-.338-.004c-.008-.09-.028-.27-.036-.359-.601-.095-1.309.145-1.822-.253.126-.204.244-.414.353-.628a17.859 17.859 0 0 0-.208-.443c-.292.012-.68-.095-.881.182m-.069 4.712l-.007.407a47.544 47.544 0 0 0-.532-.008c.001.265-.029.545.127.776-.076.15-.162.294-.251.436-.94-.283-2.035.629-1.75 1.614.156.652.919.839 1.502.792.911-.001 1.594-1.172.992-1.921l.343.035c-.006.413-.01.824-.007 1.237.274.02.55.013.823.046l.035.275c.187-.005.374-.008.563-.011l.108-.31c.295.305.619.677 1.081.677.592.084 1.186-.341 1.399-.88.095-.43.052-.895-.236-1.244l.044-.475c-.508-.002-1.014.001-1.52-.002.104-.124.211-.245.32-.366-.374-.506-1.079-.23-1.613-.314-.004.18.007.36.032.539l.39.067c.216.018.014.23-.101.251l-.002.425c-.254-.002-.51-.002-.764 0-.167-.247-.347-.484-.514-.73-.017-.257-.011-.514-.014-.769h.394l.016-.546c-.286.004-.572.004-.859.001z"/><path fill="#fff" d="M9.427 6.098c.251-.33.424-.781.766-1 1.118-.005 2.239.049 3.359 0 .252.347.518.683.751 1.044-1.625.049-3.251.001-4.876-.044zM9.325 6.608c.203-.068.481-.233.646-.005.199.253-.187.524-.425.406-.175-.054-.166-.262-.221-.401zM13.723 6.556c.175-.164.515-.054.583.168.004.262-.311.365-.515.266-.192-.052-.22-.324-.068-.434zM10.375 6.823a.297.297 0 0 1 .293-.14c.6-.002 1.201.02 1.802.029.226.011.469-.019.671.108-.92.047-1.846.04-2.766.004zM10.139 7.04c.319-.154.682-.073 1.022-.086.738.025 1.478-.042 2.215.025-.311.166-.673.09-1.009.106-.743-.023-1.49.046-2.228-.044zM10.505 7.242c.878-.056 1.759-.011 2.639-.025l-.011.139c-.7.001-1.399-.001-2.1.004-.181-.008-.385.028-.528-.118zM9.791 7.583c1.331.005 2.663.001 3.994.001l.043.488a131.746 131.746 0 0 0-3.976-.004l-.061-.486zM11.681 11.38l.276-.005c.077.185-.329.188-.276.005zM13.322 11.992c.02-.184.282-.185.422-.181.011.184-.325.448-.422.181zM9.755 12.3c.242-.012.211.138.109.318.121.089.242.179.36.274-.09.011-.27.032-.359.044l-.088-.466c-.131.256-.485.648-.07.839l-.293-.049c.042-.178.05-.359.01-.539.114-.137.23-.272.33-.421zM9.274 12.371c.36-.187.024.396 0 0zM10.129 12.503c.15-.097.236-.065.258.096-.149.097-.234.065-.258-.096zM12.99 12.496c.239-.092.275.262.071.318-.2.07-.286-.293-.071-.318zM13.654 12.596c.103-.166.204-.162.305.011-.097.17-.199.167-.305-.011zM10.78 12.695c.139.156.265.338.463.43l.002.076c-.276-.002-.553 0-.83.001.164-.136.284-.31.365-.506zM11.894 13.192c.127-.234.305-.408.589-.398.136.142.28.277.427.408-.338-.001-.678 0-1.016-.01zM13.253 12.856c.07.084.07.084 0 0zM13.588 12.842c.084.078.084.078 0 0zM10.471 15.158c.079.058.079.058 0 0zM10.422 15.952c.133-.174.282.134.187.242-.172.157-.362-.107-.187-.242zM9.115 16.908c.193-.216.51-.164.767-.198a.84.84 0 0 1-.502.474c.001.16.002.32.006.482.353.095.68-.15 1.038-.094-.163.397-.568.52-.964.478a7.629 7.629 0 0 1-.524-.382c.04-.253-.035-.571.179-.761zM14.029 16.698c.521.048.773.641.574 1.094a7.38 7.38 0 0 1-.12-.383l-.179.013c-.076-.25-.264-.455-.275-.725zM13.127 17.297c.121-.22.266-.424.444-.6l.013.607-.457-.007z"/><path fill="#fff" d="M10.05 17.069c.102-.163.205-.162.308.007-.1.17-.203.168-.308-.007zM9.618 17.452c.064-.228.576-.308.658-.077-.193.098-.446.064-.658.077zM11.406 17.443c.167-.126.383.161.217.287-.174.134-.384-.155-.217-.287zM12.17 17.78a.67.67 0 0 1 .522-.356 4.053 4.053 0 0 1-.065.346c-.115.002-.343.007-.457.011zM13.146 17.65c.054-.31.406-.136.616-.179l-.029.236c-.196-.013-.392-.024-.587-.058zM13.598 17.917c.209-.068.604-.126.745.044-.205.074-.618.143-.745-.044z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tractors-or-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.368 0h1.21c2.52.149 5 1.055 6.955 2.665 2.663 2.113 4.302 5.405 4.468 8.792v.988c-.114 2.653-1.106 5.263-2.832 7.286-2.113 2.534-5.31 4.096-8.6 4.268h-1.116c-2.816-.146-5.57-1.295-7.63-3.224C1.537 18.669.158 15.649.001 12.55v-1.067c.151-3.397 1.798-6.698 4.463-8.818C6.407 1.064 8.867.163 11.369-.001M4.942 5.413a9.644 9.644 0 0 0-2.579 5.994h19.273c-.175-3.343-2.242-6.492-5.228-7.999a9.69 9.69 0 0 0-5.746-.966 9.61 9.61 0 0 0-5.72 2.971m-2.58 7.171c.156 2.785 1.6 5.461 3.836 7.127 1.658 1.246 3.721 1.955 5.8 1.939 2.358.02 4.687-.899 6.445-2.461l-.145.098a9.851 9.851 0 0 0 2.922-4.489c.263-.708.352-1.466.418-2.214H2.362z"/><path fill="#fff" d="M4.942 5.413a9.604 9.604 0 0 1 5.72-2.971 9.69 9.69 0 0 1 5.746.966c2.987 1.507 5.053 4.656 5.228 7.999H2.363a9.639 9.639 0 0 1 2.579-5.994M9.722 4v2.184H7.213c-.001.706.001 1.411-.001 2.117.187.157.371.319.548.488-.385.289-.631.803-.45 1.278.19.623.991.934 1.55.595.452-.227.55-.754.61-1.207.929.002 1.859 0 2.789.001.478.66 1.147 1.331 2.017 1.339.866-.025 1.474-.75 1.912-1.418l.599-.002v-.622l-.594-.001c-.042-.599-.26-1.278-.865-1.524-.004-.954 0-1.907-.001-2.86-1.02 0-2.039-.001-3.059.001-.212.605-.424 1.211-.638 1.816l-1.2-.001c.007-.727.002-1.456.004-2.184h-.71z"/><path fill="#fff" d="M13.582 4.979c.343.006.685.006 1.028.005a240 240 0 0 1 0 1.2l-1.033.001c-.002-.402-.005-.804.005-1.206zM12.278 6.184c.126-.401.253-.8.383-1.2l.654.001v1.199h-1.037zM2.362 12.584h19.276c-.066.748-.155 1.506-.418 2.214l.108-.392c-1.096.005-2.192.001-3.289.001l.077 2.261.679.103-.187.306a188.16 188.16 0 0 0-4.044-.312c-.176-.564-.356-1.127-.538-1.69-.31.052-.619.102-.928.152l-.617-.511c-1.133.023-2.264.097-3.396.096-.587-.31-1.092-.76-1.687-1.055-.503-.119-1.09-.066-1.435-.532l.241.473c-.292.499-.576 1.003-.863 1.506l.42.432c.397-.27.797-.535 1.193-.808.298.346.596.69.887 1.043l.01.371c-.371-.025-.742-.053-1.112-.079v.377c.466.042.935.066 1.396.155-.433.271-.931.409-1.399.606l.001 1.237.836.575c.001-.198.002-.396.005-.594l-.199-.166-.004-.692c.463-.164.928-.328 1.393-.488.162.698.325 1.397.485 2.095l-.284.546c.186.001.372.002.559.005.074-.174.212-.343.169-.545-.084-.718-.181-1.434-.266-2.152.788-.01 1.577-.029 2.365-.036.043.364.086.727.133 1.091-.378.55-.764 1.093-1.15 1.638l.659.001c.331-.473.65-.954.977-1.43v-1.213c.449.337.895.676 1.345 1.012.164.541.323 1.086.486 1.627.14-.062.281-.125.422-.186-.128-.586-.191-1.186-.352-1.762-.204-.262-.458-.476-.686-.714 1.607.137 3.214.284 4.82.424-.233.217-.49.454-.536.787-.085.362.08.71.275 1.006l.109-.079.145-.098c-1.758 1.562-4.087 2.482-6.445 2.461-2.078.016-4.141-.694-5.8-1.939-2.237-1.666-3.68-4.342-3.836-7.127z"/><path fill="#fff" d="M13.334 15.761l.137-.059c.061.269.12.539.182.809l.377.214-.659-.049c-.014-.305-.049-.61-.037-.914z"/><path d="M9.722 4h.71c-.001.728.004 1.457-.004 2.184l1.2.001c.215-.605.426-1.211.638-1.816 1.02-.002 2.039-.001 3.059-.001.001.953-.002 1.906.001 2.86.605.246.823.925.865 1.524l.594.001v.622l-.599.002c-.438.668-1.045 1.393-1.912 1.418-.87-.008-1.54-.679-2.017-1.339-.93-.001-1.86.001-2.789-.001-.06.454-.157.98-.61 1.207-.559.338-1.361.028-1.55-.595-.181-.475.065-.989.45-1.278a12.01 12.01 0 0 0-.548-.488c.002-.706 0-1.411.001-2.117H9.72V4m3.862.979c-.01.402-.007.804-.005 1.206l1.033-.001a240 240 0 0 0 0-1.2c-.343.001-.685.001-1.028-.005m-1.304 1.205h1.037V4.985l-.654-.001c-.13.4-.257.799-.383 1.2zM5.963 13.226c.346.466.932.413 1.435.532.595.295 1.1.745 1.687 1.055 1.132.001 2.263-.073 3.396-.096.205.17.41.341.617.511l.928-.152c.181.563.361 1.126.538 1.69 1.349.09 2.698.193 4.044.312l.187-.306c-.227-.035-.452-.07-.679-.103l-.077-2.261c1.097 0 2.194.004 3.289-.001l-.108.392a9.851 9.851 0 0 1-2.922 4.489l-.109.079c-.194-.295-.36-.643-.275-1.006.047-.334.304-.57.536-.787-1.607-.139-3.214-.287-4.82-.424.228.238.482.452.686.714.161.576.223 1.176.352 1.762-.142.061-.282.124-.422.186-.163-.541-.322-1.086-.486-1.627-.45-.336-.896-.674-1.345-1.012v1.213c-.326.476-.646.958-.977 1.43l-.659-.001c.385-.545.772-1.088 1.15-1.638-.047-.364-.09-.727-.133-1.091-.788.007-1.577.026-2.365.036.085.718.182 1.434.266 2.152.043.202-.095.371-.169.545l-.559-.005.284-.546c-.16-.698-.323-1.397-.485-2.095-.466.161-.93.324-1.393.488l.004.692.199.166-.005.594c-.28-.191-.558-.384-.836-.575l-.001-1.237c.468-.197.966-.335 1.399-.606-.461-.089-.93-.113-1.396-.155v-.377c.371.026.742.054 1.112.079a47.203 47.203 0 0 0-.01-.371c-.29-.353-.589-.697-.887-1.043-.396.272-.796.538-1.193.808l-.42-.432c.287-.503.571-1.007.863-1.506l-.241-.473m7.371 2.536c-.012.305.023.61.037.914l.659.049-.377-.214c-.062-.27-.121-.54-.182-.809l-.137.059z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tricycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bc4432" d="M10.562 0h2.897c.291.129.613.139.921.203.206.039.413.075.617.121.167.045.333.088.499.138a20.14 20.14 0 0 1 .617.192c.122.067.244.134.366.203l.246.032c.168.091.337.179.507.267l.608.3c.205.127.409.257.619.377.128.076.254.154.379.234.214.155.423.32.645.463a55.538 55.538 0 0 1 1.985 1.988c.114.177.244.344.377.509.107.17.218.338.323.511.167.29.347.571.504.867.08.168.16.335.241.501l.131.246c.078.209.155.419.24.627.067.16.129.322.195.484.015.06.045.179.058.239.051.165.096.332.141.499.046.204.081.409.118.616.065.316.098.638.203.945v2.909c-.136.288-.134.612-.201.918-.04.205-.077.41-.123.616-.04.164-.08.328-.122.492-.05.124-.099.25-.152.374l-.035.249-.226.358a19.29 19.29 0 0 0-.027.251c-.092.167-.18.336-.269.505l-.301.611c-.445.731-.878 1.486-1.495 2.09-.443.428-.868.874-1.311 1.303-.892.796-1.964 1.345-3.023 1.879l-.239.027-.371.225-.242.034a29.28 29.28 0 0 1-.373.153l-.495.117c-.259.06-.52.108-.777.168-.267.032-.537.063-.79.163h-2.885c-.295-.128-.619-.137-.928-.213l-.463-.065c-.214-.066-.432-.123-.645-.189l-.23-.063c-.129-.042-.26-.083-.389-.122l-.368-.204-.239-.032a16.567 16.567 0 0 0-.764-.387c-.822-.44-1.638-.918-2.325-1.554-.839-.856-1.767-1.65-2.363-2.708-.137-.246-.288-.485-.433-.727-.141-.298-.29-.593-.439-.887-.08-.209-.158-.418-.242-.625-.067-.16-.129-.323-.196-.485l-.06-.238c-.051-.165-.096-.332-.142-.497-.045-.204-.08-.41-.117-.616-.068-.312-.097-.634-.201-.939v-3.002l.116-.009c.009-.279-.026-.571.098-.831.02-.154.037-.308.057-.461.051-.17.092-.344.132-.517.06-.163.116-.327.175-.49.035-.124.072-.247.109-.371l.169-.249.019-.26.157-.26.244-.492.118-.26c.124-.206.256-.409.378-.617.119-.21.251-.413.381-.617.134-.163.265-.331.377-.51a60.234 60.234 0 0 1 1.975-1.973 5.21 5.21 0 0 0 .51-.378c.205-.129.408-.261.617-.383.281-.17.563-.341.868-.468.011-.006.035-.017.046-.024.2-.111.4-.219.602-.326.162-.06.323-.117.484-.177.208-.09.419-.173.628-.257l.241-.058c.164-.051.332-.094.499-.141.204-.045.412-.08.618-.116.316-.062.639-.099.946-.204m.75 2.254c-1.561.056-3.048.659-4.362 1.471-.351.242-.746.451-.996.81 1.041.997 2.021 2.058 3.033 3.084h-.096c-.239.624-.435 1.263-.668 1.89A117.661 117.661 0 0 0 4.566 5.86c-2.056 2.37-2.744 5.799-1.934 8.81.999 4.013 4.81 7.117 8.941 7.285 2.406.117 4.863-.686 6.679-2.283-1.641-1.674-3.272-3.36-4.934-5.013-.279-.364-.78-.168-1.164-.231-.106.231-.118.486-.138.735-.526-.03-1.045.042-1.564.083-.708-.108-1.424-.042-2.136-.061-.082.162-.121.347-.235.49.026-.194.01-.389.014-.583 1.072.109 2.149-.062 3.223-.03.196-.006.402.019.592-.044.057-.22.024-.451.029-.675.781.06 1.567.058 2.349.031.165-.325.378-.645.716-.81-.004.052-.014.155-.017.208-.604.501-.852 1.484-.282 2.102.527.776 1.886.701 2.268-.182.699.765 1.455 1.475 2.166 2.228.143.126.262.32.47.337 2.494-2.986 2.876-7.497 1.022-10.902-1.778-3.297-5.552-5.486-9.318-5.1z"/><path fill="#bc4432" d="M10.082 8.105c.527-.073 1.132-.141 1.624.076.042.691.024 1.387.016 2.079-.039.247-.014.563-.242.727-.611.091-1.234.024-1.85.03-.16-.165-.322-.328-.485-.491l-.02-.02c.313-.639.474-1.339.772-1.985.575.589 1.148 1.181 1.747 1.747-.044-.672.164-1.411-.102-2.037-.444-.231-.977-.08-1.46-.127zM8.967 8.046l.293-.019c-.09.722-.306 1.423-.446 2.138l-.241-.317a5.772 5.772 0 0 1-.178-.044c.183-.588.371-1.176.572-1.758zM12.129 10.804c.157.158.312.318.464.481l-.458-.005c-.002-.159-.005-.317-.006-.476zM12.143 11.638c.279-.005.556-.01.834-.019.321.325.644.649 1.025.907l.048.035c-.642-.055-1.286-.021-1.929-.034.005-.297.012-.593.021-.889zM14.927 14.797c.067-.305.323-.502.558-.68.361.397.751.765 1.087 1.184l.072.087c-.256.204-.485.533-.852.502-.548.005-1.004-.558-.865-1.093z"/><path fill="#fff" d="M6.519 1.292l.026-.014c-.011.006-.035.017-.046.024l.02-.01zM11.312 2.256c3.765-.387 7.539 1.803 9.318 5.1 1.854 3.405 1.472 7.916-1.022 10.902-.208-.017-.327-.211-.47-.337-.711-.754-1.467-1.464-2.166-2.228.288-.604.185-1.415-.372-1.832-.451-.383-1.108-.318-1.614-.088.004-.052.014-.155.017-.208.843-.479 1.998-.015 2.288.908.465.021.93.026 1.395.016-.021-.672.051-1.35-.066-2.016-.066-.393-.052-.792-.05-1.189-1.992.007-3.985.009-5.978.001a21.06 21.06 0 0 0-.464-.481c-.012-1.058-.01-2.118-.004-3.177a182.493 182.493 0 0 0-3.139-.006C7.973 6.595 6.993 5.534 5.952 4.537c.25-.358.645-.567.996-.81 1.314-.812 2.802-1.415 4.362-1.471zM2.633 14.67c-.811-3.012-.122-6.44 1.934-8.81a117.661 117.661 0 0 1 3.657 3.651c-.163.475-.32.953-.509 1.419-.625.578-.341 1.472-.184 2.186-.765-.065-1.597.184-2.057.831.021.159.195.169.31.233.425-.444 1.071-.706 1.669-.46-.56.046-1.248.068-1.574.611-.445.619-.21 1.595.511 1.885.603.317 1.347.011 1.691-.54.114-.143.153-.328.235-.49.713.019 1.429-.047 2.136.061.52-.041 1.038-.113 1.564-.083.02-.249.032-.504.138-.735.384.063.885-.133 1.164.231 1.663 1.653 3.293 3.339 4.934 5.013-1.816 1.597-4.273 2.4-6.679 2.283-4.131-.168-7.942-3.272-8.941-7.285z"/><path fill="#fff" d="M9.857 8.481l.225-.376c.482.047 1.016-.104 1.46.127.266.625.058 1.365.102 2.037-.599-.566-1.173-1.158-1.747-1.747l-.04-.041zM8.281 10.013l.292-.165.241.317c-.083.234-.068.583-.339.691l-.402.037c.075-.292.173-.579.208-.88zM9.134 11.021c.001-.165.004-.331.011-.495.163.163.325.326.485.491l-.496.004zM12.977 11.619c.346-.007.691-.011 1.037-.012-.001.306-.004.612-.012.919-.381-.257-.704-.582-1.025-.907zM16.602 11.629c.55-.005 1.101-.009 1.651-.021.044.295.057.593.062.89-.572.032-1.145.024-1.719.029 0-.3.001-.598.005-.898zM14.373 11.627a65.893 65.893 0 0 1 1.886.009c-.002.298-.002.597-.005.895-.628-.004-1.256-.002-1.884-.016l.002-.888zM15.486 14.116c.305.006.652-.009.873.244.287.225.311.613.214.94-.336-.419-.726-.787-1.087-1.184zM6.153 15.045c-.025-.499.5-.781.944-.713-.092.352-.238.686-.357 1.03l.245.011c.138-.272.285-.542.464-.791.23.276.259.694.009.969-.405.489-1.378.169-1.304-.506z"/><path fill="#191d22" d="M8.891 7.62h.096c1.046-.006 2.092-.006 3.139.006-.006 1.059-.009 2.119.004 3.177.001.159.004.317.006.476.152.001.305.002.458.005 1.992.007 3.986.006 5.978-.001-.002.397-.016.796.05 1.189.117.665.045 1.344.066 2.016-.465.01-.93.005-1.395-.016-.29-.923-1.445-1.387-2.288-.908-.338.164-.551.485-.716.81a21.16 21.16 0 0 1-2.349-.031c-.005.224.029.455-.029.675-.19.062-.395.037-.592.044-1.074-.032-2.151.139-3.223.03-.004.194.012.389-.014.583-.344.551-1.088.857-1.691.54-.721-.29-.956-1.266-.511-1.885.326-.542 1.015-.565 1.574-.611-.598-.246-1.244.016-1.669.46-.114-.063-.288-.073-.31-.233.46-.647 1.292-.895 2.057-.831-.157-.714-.441-1.608.184-2.186.189-.466.346-.944.509-1.419.233-.627.429-1.266.668-1.89m1.189.485l-.225.376.04.041c-.298.645-.459 1.345-.772 1.985l.02.02c-.007.164-.01.33-.011.495l.496-.004c.617-.006 1.24.061 1.85-.03.229-.164.204-.48.242-.727.007-.693.026-1.388-.016-2.079-.492-.216-1.097-.149-1.624-.076m-1.115-.06c-.201.582-.389 1.17-.572 1.758.045.011.133.034.178.044l-.292.165c-.035.301-.133.588-.208.88.101-.01.301-.029.402-.037.271-.108.256-.458.339-.691.141-.715.357-1.415.446-2.138l-.293.019m3.176 3.592c-.009.296-.016.592-.021.889.643.012 1.287-.021 1.929.034l-.048-.035c.009-.307.011-.613.012-.919-.346.001-.691.005-1.037.012-.279.009-.556.014-.834.019m4.458-.009c-.004.3-.005.598-.005.898.573-.005 1.147.004 1.719-.029a6.968 6.968 0 0 0-.062-.89c-.551.012-1.102.016-1.651.021m-2.23-.002l-.002.888c.628.014 1.256.012 1.884.016.002-.298.002-.597.005-.895a69.77 69.77 0 0 0-1.886-.009m-8.221 3.418c-.073.675.899.995 1.304.506.25-.275.221-.693-.009-.969a5.973 5.973 0 0 0-.464.791l-.245-.011c.119-.343.265-.678.357-1.03-.444-.068-.969.214-.944.713z"/><path fill="#191d22" d="M14.986 13.772c.506-.23 1.163-.295 1.614.088.557.417.66 1.227.372 1.832-.382.883-1.741.958-2.268.182-.57-.618-.322-1.6.282-2.102m.5.344c-.235.178-.491.376-.558.68-.138.535.317 1.098.866 1.093.367.031.596-.298.852-.502l-.072-.087c.097-.327.073-.715-.214-.94-.221-.252-.568-.238-.873-.244z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-turn-on-red--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M3.321.081C9.107.05 14.893.072 20.68.072c.328.077.583.341.778.606.099.218.073.467.105.7.026 1.155.035 2.311.045 3.467V23.04c-.117.224-.212.469-.396.649a2.19 2.19 0 0 1-.455.313H3.195a1.838 1.838 0 0 1-.804-.847V.923c.129-.244.288-.48.51-.649.123-.091.259-.189.419-.191m.025.112c-.501.12-.886.627-.854 1.144.002 7.081 0 14.163 0 21.244.003.158-.015.319.028.474.106.374.395.701.773.812.289.066.587.042.88.046h16.102c.193-.012.397-.018.569-.118.35-.172.604-.543.628-.932V1.216c-.005-.281-.156-.536-.341-.738-.224-.228-.545-.326-.86-.319H3.687a2.334 2.334 0 0 0-.343.036z"/><path fill="#1a1919" d="M3.339.435a1.37 1.37 0 0 1 .349-.046h16.297c.221.001.449-.014.664.054.33.124.582.456.593.812v21.572a.917.917 0 0 1-.442.731c-.216.141-.486.13-.733.129H3.933c-.203.002-.41.006-.607-.05a.928.928 0 0 1-.604-.81V1.253A.923.923 0 0 1 3.34.435m.196.464a.401.401 0 0 0-.316.396v21.286c.003.145-.024.308.073.431.082.135.246.178.395.176h16.337c.137-.002.277.011.412-.018a.393.393 0 0 0 .306-.384L20.744 1.5c-.004-.148.025-.315-.075-.44-.084-.133-.25-.182-.4-.174H3.93c-.132.002-.265-.01-.395.013z"/><path fill="#1a1919" d="M14.078 2.236c.338-.001.685.074.961.279.3.178.475.492.62.798.161.345.237.727.218 1.108.032.591-.18 1.176-.521 1.653a1.596 1.596 0 0 1-1.209.556 1.596 1.596 0 0 1-1.063-.337c-.306-.209-.473-.553-.609-.886-.212-.527-.208-1.116-.102-1.666.1-.517.379-1.037.859-1.29.251-.159.552-.2.844-.214m-.082.769c-.242.007-.459.144-.609.328-.21.319-.323.703-.304 1.086-.02.384.09.769.294 1.094.199.281.561.396.894.34.31-.026.579-.261.684-.548.116-.28.17-.583.162-.885a1.908 1.908 0 0 0-.272-1.065c-.183-.275-.529-.399-.849-.351zM7.906 2.305h.745c.653.934 1.303 1.871 1.956 2.805V2.305h.731v4.253h-.657L8.652 3.634v2.924h-.746V2.305zM6.565 8.382h1.978v.45h-.741l-.001 2.754h-.505V8.832h-.731v-.45zM9.004 8.382h.505v2.12c.012.227.125.475.343.57a.624.624 0 0 0 .452.013c.237-.085.362-.347.373-.585V8.383h.505v2.037c.002.259-.056.521-.182.748a1.108 1.108 0 0 1-1.113.449 1.11 1.11 0 0 1-.69-.428 1.482 1.482 0 0 1-.195-.77V8.383zM11.937 11.585V8.382c.412.003.825-.008 1.237.006a.911.911 0 0 1 .628.27.927.927 0 0 1 0 1.254c-.073.071-.16.124-.245.18.186.498.374.995.561 1.493h-.551l-.517-1.393h-.606v1.393h-.506m.505-2.697v.787c.236-.003.472.006.707-.005.169.002.315-.124.381-.272.087-.24-.136-.506-.379-.504-.236-.011-.473-.003-.709-.005zM14.646 8.382h.506l1.169 2.045V8.382h.506v3.203h-.449c-.409-.722-.816-1.446-1.226-2.168v2.168h-.505V8.382zM10.18 13.463c.255-.039.537-.026.752.13.137.105.263.231.338.388.274.606.292 1.306.116 1.942-.101.328-.302.66-.64.782-.348.081-.769.087-1.043-.18-.229-.187-.314-.482-.393-.754-.172-.677-.096-1.436.304-2.02.148-.156.345-.279.565-.287m-.086.562a.81.81 0 0 0-.246.394 2.274 2.274 0 0 0-.031 1.256c.059.18.114.387.287.491.164.104.368.069.542.01.092-.107.19-.216.23-.354.173-.53.178-1.138-.085-1.639-.138-.238-.467-.275-.697-.158zM12.196 13.498h.505c.391.681.779 1.363 1.169 2.044.001-.681 0-1.363 0-2.044h.506v3.203h-.451c-.407-.723-.816-1.446-1.224-2.168v2.169h-.506v-3.203zM8.166 18.5c.345.001.69-.002 1.035.001.174.008.353.006.518.067.22.089.406.264.488.489.189.418-.012.952-.422 1.153l.561 1.492h-.55l-.518-1.394h-.606v1.394h-.505v-3.204m.505.509v.786c.244-.004.49.008.734-.007.156-.009.287-.128.352-.265.094-.247-.14-.518-.391-.512-.232-.007-.464-.001-.695-.003zM10.875 18.5h1.888v.506h-1.382v.786h.933v.517h-.933v.876h1.484v.517h-1.99v-3.204zM13.393 18.5c.455.009.911-.022 1.365.026.289.061.474.324.612.566a2.52 2.52 0 0 1 .05 1.876c-.076.215-.228.392-.394.544a.802.802 0 0 1-.551.193h-1.081v-3.204m.505.506v2.18c.232-.006.467.019.696-.025.18-.048.279-.228.352-.385.146-.416.141-.878.028-1.301-.06-.195-.177-.417-.399-.454-.223-.034-.451-.008-.676-.015z"/><path fill="#fffffe" d="M3.345.195c.113-.019.227-.034.343-.036h16.583c.315-.006.636.091.86.319.185.202.336.457.341.738v21.649c-.024.39-.278.76-.628.932-.171.1-.376.106-.569.118H4.173c-.294-.004-.591.02-.88-.046-.378-.111-.667-.438-.773-.812-.042-.154-.025-.316-.028-.474V1.339C2.46.823 2.845.315 3.346.195m-.007.24a.923.923 0 0 0-.618.818v21.574c.013.358.27.689.604.81.197.056.404.052.607.05h16.134c.247 0 .517.012.733-.129a.917.917 0 0 0 .442-.731V1.255a.928.928 0 0 0-.593-.812c-.214-.068-.442-.053-.664-.054H3.687a1.41 1.41 0 0 0-.349.046z"/><path fill="#fffffe" d="M3.536.899c.131-.023.264-.011.395-.013H20.27c.15-.007.316.041.4.174.1.126.071.292.075.44l-.001 21.286a.395.395 0 0 1-.306.384c-.135.029-.275.016-.412.018H3.689c-.148.002-.313-.042-.395-.176-.097-.123-.071-.286-.073-.431V1.295a.401.401 0 0 1 .316-.396m10.541 1.337c-.291.014-.592.056-.844.214-.48.253-.759.773-.859 1.29-.106.55-.111 1.139.102 1.666.136.332.303.677.609.886.296.243.684.349 1.063.337.46.006.91-.21 1.209-.556.341-.477.553-1.061.521-1.653a2.352 2.352 0 0 0-.218-1.108c-.145-.306-.319-.62-.62-.798-.276-.205-.623-.281-.961-.279m-6.174.07v4.253h.746V3.634l2.029 2.924h.657V2.305h-.731V5.11c-.652-.935-1.303-1.871-1.956-2.805h-.745M6.565 8.382v.45h.731v2.754h.505l.001-2.754h.741v-.45H6.565m2.439 0v2.036c-.002.267.057.54.195.77.167.22.416.383.69.428.416.088.872-.1 1.113-.449.126-.227.184-.49.182-.748V8.382h-.505v2.117c-.011.238-.136.5-.373.585a.619.619 0 0 1-.452-.013c-.218-.095-.331-.344-.343-.57v-2.12h-.505m2.931 3.204h.506v-1.393h.606l.517 1.393h.551c-.186-.498-.374-.995-.561-1.493.085-.056.172-.109.245-.18a.926.926 0 0 0 0-1.254.916.916 0 0 0-.628-.27c-.412-.014-.825-.003-1.237-.006-.001 1.067 0 2.135 0 3.203m2.71-3.203v3.203h.505V9.417c.409.722.816 1.446 1.226 2.168h.449V8.382h-.506v2.045l-1.169-2.045h-.506m-4.465 5.081c-.22.009-.418.132-.565.287-.401.584-.477 1.343-.304 2.02.079.273.164.568.393.754.274.266.695.26 1.043.18.339-.122.539-.454.64-.782.176-.636.157-1.336-.116-1.942a1.106 1.106 0 0 0-.338-.388c-.216-.156-.498-.169-.752-.13m2.015.036v3.203h.506v-2.169c.408.722.817 1.445 1.224 2.168h.451v-3.203h-.506v2.044c-.39-.681-.778-1.363-1.169-2.044h-.505M8.166 18.5v3.204h.505V20.31h.606l.518 1.394h.55l-.561-1.492c.41-.201.611-.735.422-1.153a.855.855 0 0 0-.488-.489c-.165-.061-.345-.059-.518-.067-.345-.003-.69 0-1.035-.001m2.71-.002v3.204h1.99v-.517h-1.484v-.876h.933v-.517h-.933v-.786h1.382v-.506h-1.888m2.518-.002v3.204h1.081a.802.802 0 0 0 .551-.193c.166-.151.318-.329.394-.544a2.52 2.52 0 0 0-.05-1.876c-.137-.242-.323-.504-.612-.566-.453-.048-.91-.017-1.365-.026z"/><path fill="#fffffe" d="M13.994 3.006c.321-.048.666.076.849.351.19.319.291.692.272 1.065a2.18 2.18 0 0 1-.162.885c-.105.287-.374.521-.684.548-.333.056-.695-.059-.894-.34a1.883 1.883 0 0 1-.294-1.094 1.833 1.833 0 0 1 .304-1.086c.15-.184.367-.321.609-.328zM12.443 8.888c.236.002.473-.006.709.005.244-.001.466.264.379.504-.066.148-.212.274-.381.272-.236.012-.471.002-.707.005v-.787zM10.093 14.026c.23-.118.559-.081.697.158.262.502.257 1.11.085 1.639-.04.139-.138.247-.23.354-.174.059-.378.094-.542-.01-.174-.105-.228-.312-.287-.491a2.273 2.273 0 0 1 .031-1.256.817.817 0 0 1 .246-.394zM8.672 19.007c.231.002.463-.004.695.003.251-.006.485.265.391.512-.064.137-.195.256-.352.265-.244.015-.49.003-.734.007v-.786zM13.899 19.007c.225.007.453-.018.676.015.222.037.339.259.399.454.113.423.118.885-.028 1.301-.073.157-.172.336-.352.385-.229.043-.464.018-.696.025v-2.18z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-turn-on-red--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M1.46.072c.307.001.614-.003.921-.004C9.127.023 15.873.03 22.62.074c.655.085 1.22.636 1.326 1.288v21.513c-.129.249-.248.512-.452.711-.179.187-.412.304-.643.414H1.107c-.21-.111-.433-.205-.608-.371-.2-.176-.331-.413-.443-.651V1.098C.171.872.311.655.501.484c.258-.241.596-.435.96-.411m.082.164a1.345 1.345 0 0 0-.687.196c-.26.139-.442.384-.575.641a1.268 1.268 0 0 0-.123.662c0 6.905.001 13.81-.001 20.715-.023.393.182.76.447 1.036.269.247.634.386 1 .376h20.752c.356.008.709-.129.974-.365.243-.253.443-.577.456-.936V1.551c-.007-.353-.199-.673-.432-.926a1.438 1.438 0 0 0-1.032-.39C15.396.236 8.469.232 1.542.237z"/><path fill="#1a1919" d="M1.539.524c6.902-.01 13.805 0 20.708-.004.154-.003.308.017.459.048.436.136.776.56.795 1.019v20.717c.003.176.008.36-.064.525-.106.252-.282.488-.532.612-.172.113-.383.124-.582.136H2.198c-.324-.007-.652.027-.97-.05-.461-.153-.812-.624-.784-1.115C.446 15.459.443 8.506.445 1.554.488 1.006.98.521 1.538.525m-.037.625a.497.497 0 0 0-.436.472v20.831a.511.511 0 0 0 .541.504h20.752a.508.508 0 0 0 .525-.508V1.847c0-.162.022-.341-.085-.478-.097-.165-.295-.231-.477-.228H1.61a3.938 3.938 0 0 0-.108.01z"/><path fill="#1a1919" d="M13.981 3.518c.342-.021.697.058.975.265.264.16.42.437.551.706.15.314.232.663.216 1.011-.002.508-.093 1.039-.393 1.462-.158.253-.414.433-.685.548-.505.175-1.115.123-1.536-.226-.271-.189-.421-.495-.545-.791-.208-.5-.206-1.062-.103-1.586.095-.478.353-.959.797-1.193.216-.136.472-.183.723-.197m-.148.735c-.163.025-.294.141-.408.253a1.686 1.686 0 0 0-.281.66c-.077.492-.021 1.031.277 1.444.084.095.191.168.301.23.175.052.364.078.545.04.226-.027.418-.185.535-.374.151-.298.221-.635.211-.968a1.747 1.747 0 0 0-.278-1.014c-.207-.275-.58-.349-.902-.27zM8.294 3.579h.695c.607.867 1.208 1.739 1.818 2.604.009-.868.001-1.736.004-2.604h.681v3.963h-.612L8.989 4.817v2.725h-.695V3.579zM5.613 9.896H8.06v.556h-.918v3.407h-.625v-3.407h-.904v-.556zM8.63 9.896h.627v2.621a.95.95 0 0 0 .21.552c.193.224.528.261.795.167.269-.114.415-.408.441-.686V9.896h.626v2.548a1.91 1.91 0 0 1-.13.696c-.105.32-.393.545-.69.679a1.381 1.381 0 0 1-1.662-.492 1.883 1.883 0 0 1-.217-.885V9.896zM12.26 9.896c.55.008 1.101-.021 1.65.022.274.018.522.169.705.369.226.291.33.692.21 1.049-.066.185-.152.374-.308.5-.078.067-.165.121-.253.176l.694 1.848h-.681l-.639-1.724h-.751v1.724h-.626V9.897m.624.626l.001.973c.289-.003.578.006.867-.006.267.004.528-.249.498-.522-.003-.16-.126-.283-.247-.371-.104-.075-.239-.069-.36-.074a95.761 95.761 0 0 0-.758 0zM15.611 9.897l.625-.001c.481.839.957 1.681 1.441 2.518.012-.839.001-1.679.005-2.518h.626v3.963c-.186-.001-.373.002-.559-.002-.501-.895-1.008-1.787-1.512-2.681-.002.894 0 1.789-.001 2.683h-.625l-.001-3.963zM4.096 16.194c.28-.025.583.006.817.176.194.151.374.337.457.574.287.694.311 1.478.132 2.203-.066.29-.209.56-.394.791-.344.366-.907.416-1.367.273-.202-.059-.359-.209-.497-.362-.127-.141-.186-.323-.252-.497a3.26 3.26 0 0 1-.192-1.145c-.021-.566.157-1.127.451-1.605a1.13 1.13 0 0 1 .843-.407m-.078.651c-.25.083-.393.338-.457.58-.175.607-.172 1.285.099 1.865.105.269.413.395.686.339.233-.025.385-.236.473-.434.24-.67.253-1.448-.078-2.091-.14-.248-.459-.327-.722-.258zM6.475 16.252h.626c.48.841.964 1.681 1.441 2.525.014-.841.001-1.683.006-2.525h.625v3.963h-.556c-.505-.894-1.009-1.789-1.516-2.683v2.682h-.627v-3.963zM12.085 16.252h1.264c.294.014.618.005.863.195.267.162.422.459.476.759.05.301-.052.609-.222.856-.1.13-.24.22-.378.304l.695 1.849c-.227 0-.455.001-.682-.001l-.64-1.724h-.75v1.724h-.626v-3.963m.627.626v.973c.248 0 .497.002.746-.001.128-.006.269 0 .379-.078.131-.097.259-.24.241-.415.011-.175-.123-.316-.257-.409-.106-.072-.239-.062-.36-.069-.25-.003-.499 0-.749-.001zM15.436 16.252h2.336v.625h-1.71v.973h1.154v.64h-1.154v1.084h1.835v.64h-2.461v-3.963zM18.552 16.252c.57.01 1.142-.027 1.71.032.344.094.568.404.735.7.26.58.315 1.244.194 1.866-.065.276-.14.561-.312.792-.207.278-.484.55-.851.568-.491.014-.984.002-1.475.006v-3.963m.624.624v2.698c.284-.01.571.025.852-.028.231-.055.356-.287.448-.485a2.772 2.772 0 0 0 .016-1.655c-.077-.205-.197-.43-.421-.498-.294-.061-.597-.018-.894-.031z"/><path fill="#fffffe" d="M1.543.237C8.469.232 15.396.236 22.323.235c.378-.011.759.126 1.032.39.233.253.425.573.432.926v21.011c-.013.359-.213.683-.456.936a1.434 1.434 0 0 1-.974.365H1.605a1.432 1.432 0 0 1-1-.376c-.264-.276-.47-.642-.447-1.036.002-6.905.001-13.81.001-20.715a1.268 1.268 0 0 1 .123-.662C.415.817.597.571.857.433c.205-.128.446-.192.687-.196m-.005.287C.98.52.489 1.005.446 1.553.444 8.506.447 15.459.445 22.411c-.029.491.323.962.784 1.115.318.077.647.042.97.05h20.125c.199-.012.41-.023.582-.136.25-.123.426-.36.532-.612.072-.165.067-.349.064-.525V1.586a1.155 1.155 0 0 0-.795-1.019 2.215 2.215 0 0 0-.459-.048C15.345.523 8.442.514 1.54.523z"/><path fill="#fffffe" d="M1.501 1.15l.108-.01H22.32c.182-.003.38.063.477.228.107.137.084.316.085.478v20.602a.509.509 0 0 1-.525.508c-6.918.002-13.835.001-20.752 0a.511.511 0 0 1-.541-.504V1.621c.006-.234.2-.45.436-.472m12.481 2.369c-.251.014-.507.061-.723.197-.444.234-.702.715-.797 1.193-.103.524-.105 1.086.103 1.586.124.296.274.601.545.791.421.349 1.031.401 1.536.226.271-.115.527-.294.685-.548.3-.422.391-.954.393-1.462a2.132 2.132 0 0 0-.216-1.011c-.131-.27-.287-.546-.551-.706-.278-.208-.633-.286-.975-.265m-5.687.06v3.963h.695V4.817l1.891 2.725h.612V3.579h-.681c-.003.868.005 1.736-.004 2.604-.61-.865-1.211-1.737-1.818-2.604h-.695M5.613 9.896v.556h.904v3.407h.625v-3.407h.918v-.556H5.613m3.017 0v2.546c-.002.306.073.614.217.885a1.382 1.382 0 0 0 1.662.492c.297-.134.585-.358.69-.679a1.91 1.91 0 0 0 .13-.696V9.896h-.626v2.654c-.026.278-.172.572-.441.686-.267.094-.603.057-.795-.167a.956.956 0 0 1-.21-.552V9.896H8.63m3.63 0v3.963h.626v-1.724h.751l.639 1.724h.681c-.23-.616-.463-1.232-.694-1.848a2.08 2.08 0 0 0 .253-.176c.157-.126.243-.315.308-.5.12-.357.016-.758-.21-1.049-.182-.199-.431-.35-.705-.369-.549-.043-1.1-.014-1.65-.022m3.352.002c0 1.321-.001 2.642.001 3.963h.625c0-.894-.001-1.789.001-2.683.504.894 1.011 1.785 1.512 2.681.186.004.373.001.559.002V9.897h-.626c-.004.839.007 1.679-.005 2.518-.484-.837-.96-1.679-1.441-2.518l-.625.001M4.096 16.194a1.127 1.127 0 0 0-.843.407c-.295.479-.473 1.039-.451 1.605-.005.389.058.779.192 1.145.066.174.125.356.252.497.137.153.294.303.497.362.459.143 1.022.093 1.367-.273.185-.231.328-.501.394-.791.179-.724.155-1.509-.132-2.203-.083-.236-.263-.422-.457-.574-.234-.169-.537-.201-.817-.176m2.377.059v3.963h.627v-2.682l1.516 2.683h.556v-3.963h-.625c-.004.841.008 1.684-.006 2.525-.477-.843-.961-1.683-1.441-2.525h-.626m5.609-.001v3.963h.626v-1.724h.75l.64 1.724.682.001-.695-1.849c.138-.085.278-.174.378-.304.17-.247.272-.555.222-.856-.054-.301-.209-.597-.476-.759-.245-.19-.569-.181-.863-.195h-1.264m3.351-.001v3.963h2.461v-.64h-1.835v-1.084h1.154v-.64h-1.154v-.973h1.71v-.625h-2.336m3.116-.001v3.963c.492-.004.984.008 1.475-.006.367-.018.645-.29.851-.568.173-.231.247-.516.312-.792a3.133 3.133 0 0 0-.194-1.866c-.167-.295-.391-.606-.735-.7-.568-.059-1.141-.023-1.71-.032z"/><path fill="#fffffe" d="M13.833 4.252c.322-.08.695-.006.902.27.193.298.294.658.278 1.014.01.333-.059.67-.211.968-.117.189-.309.347-.535.374-.181.038-.37.013-.545-.04a1.126 1.126 0 0 1-.301-.23c-.299-.413-.354-.952-.277-1.444.049-.234.138-.466.281-.66.114-.112.245-.227.408-.253zM12.885 10.523h.758c.122.006.256 0 .36.074.12.089.243.212.247.371.03.272-.23.525-.498.522-.289.012-.578.003-.867.006l-.001-.973zM4.016 16.846c.263-.069.582.009.722.258.331.643.318 1.421.078 2.091-.088.198-.24.409-.473.434-.272.056-.58-.07-.686-.339-.271-.579-.274-1.258-.099-1.865.064-.241.207-.497.457-.58zM12.712 16.877c.25.001.499-.001.749.001.121.007.254-.003.36.069.134.093.268.234.257.409.017.175-.11.319-.241.415-.11.078-.251.072-.379.078-.248.003-.497 0-.746.001v-.973zM19.177 16.877c.298.013.6-.03.894.031.224.068.344.293.421.498a2.757 2.757 0 0 1-.016 1.655c-.093.199-.217.43-.448.485-.281.054-.568.019-.852.028v-2.698z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-turn-on-red--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#242122" d="M2.393 0h19.404c.17.064.362.103.498.231.122.166.226.359.235.57.027.423.003.85.066 1.271v21.357c-.185.191-.361.392-.558.571H1.845c-.126-.113-.257-.23-.333-.385-.043-.45-.019-.903-.023-1.353V1.671c.002-.41-.015-.82.014-1.23.104-.391.566-.392.89-.441m-.202.232c.228.017.457.021.685.021C9.005.247 15.135.26 21.264.246c.215.011.443.064.598.223a.686.686 0 0 0-.41-.114C15.237.356 9.022.356 2.808.354 2.549.366 2.25.3 2.035.486c-.154.089-.18.281-.187.443l-.001 22.002c.001.212.047.42.072.63l.11.001-.012.08c6.504.021 13.009-.001 19.513.011.205-.017.476.021.616-.164.136-.3.071-.642.084-.96-.003-7.222-.001-14.444-.001-21.666.027-.427-.462-.658-.83-.644C15.358.221 9.317.22 3.277.22c-.362.001-.723-.008-1.085.011z"/><path fill="#242122" d="M7.512 1.63c.301.027.689-.095.905.18.454.518.755 1.151 1.213 1.666.314.358.56.776.941 1.071.229-.362.155-.799.16-1.204.001-.572-.017-1.144.019-1.714l.579.009c.018 1.103-.001 2.207.01 3.31.003.328-.001.656-.045.982-.23-.021-.495-.001-.673-.176-.268-.248-.447-.572-.678-.851-.423-.517-.797-1.072-1.223-1.586-.07-.056-.123-.186-.231-.158-.19.004-.239.228-.241.38-.016.648.009 1.298.002 1.947-.001.124-.007.289-.15.333-.19.051-.39.036-.584.045-.019-1.411-.01-2.823-.005-4.234zM13.76 1.665c.229-.126.497-.09.747-.099.243.005.49-.015.731.029.348.13.684.332.906.637.182.238.275.527.394.8.1.224.074.474.08.713-.006.236.02.482-.072.706-.154.394-.302.82-.64 1.098a2.047 2.047 0 0 1-.86.432c-.416.006-.865.079-1.249-.124-.553-.228-.952-.742-1.113-1.308a10.842 10.842 0 0 1-.004-1.612 1.85 1.85 0 0 1 1.08-1.271m.39.624c-.387.154-.618.546-.735.927-.022.37-.03.744.005 1.112.122.334.3.685.633.851.263.183.604.15.905.114a1.59 1.59 0 0 0 .701-.617c.176-.592.218-1.249-.015-1.83-.168-.246-.38-.507-.678-.591-.27-.015-.554-.046-.817.034zM6.263 7.918c.667-.015 1.332-.008 1.999-.002l.011.269c-.249.033-.535-.007-.751.146-.106.164-.113.369-.126.558-.017.739.024 1.479-.021 2.217-.106-.068-.319-.062-.314-.225-.033-.529 0-1.059-.009-1.588-.009-.325.04-.66-.052-.977-.223-.15-.513-.096-.768-.123.011-.092.021-.183.03-.275zM9.055 7.864l.352-.023c-.028.461-.008.923-.016 1.385.002.301-.019.608.05.905a.993.993 0 0 0 .665.722c.267.039.504-.152.685-.326.207-.196.212-.498.213-.763-.007-.612-.016-1.226.003-1.838l.324-.018a77.6 77.6 0 0 1 .01 2.263c.009.513-.469.844-.905.995-.338.126-.686-.064-.957-.256-.281-.196-.427-.537-.426-.874-.016-.723.012-1.446.001-2.169zM17.487 7.913l.312-.007c.071.66.023 1.326.036 1.988-.008.371.031.745-.024 1.114-.175.168-.363-.069-.456-.211-.214-.36-.437-.715-.666-1.065-.185-.281-.316-.681-.69-.752-.14.131-.12.334-.125.508.006.491.006.983.006 1.475l-.209.099c-.126-.582-.047-1.181-.067-1.771.021-.461-.096-.957.148-1.378.197.13.393.273.523.475.278.421.504.876.793 1.291.075.122.215.171.338.231.14-.656.052-1.332.08-1.998zM12.495 7.929c.638-.031 1.332-.068 1.897.284.243.156.243.475.225.731-.02.319-.318.506-.509.728.188.458.467.901.495 1.407l-.319-.013c-.148-.384-.283-.777-.472-1.143-.143-.308-.543-.298-.821-.218-.148.027-.161.198-.172.319-.021.344-.002.689-.015 1.034l-.299.023c-.043-.439-.032-.88-.03-1.32.004-.61-.015-1.221.019-1.831m.457.347c-.247.283-.112.715-.092 1.057.386.033.84.143 1.173-.116.327-.222.255-.798-.128-.919-.306-.088-.642-.076-.954-.022zM4.315 12.95c.288-.097.624-.099.904.025.475.251.654.823.672 1.328.019.544.007 1.188-.437 1.576-.285.203-.668.352-1.015.223-.218-.072-.455-.158-.584-.361-.336-.598-.469-1.343-.205-1.994.102-.343.337-.647.666-.798m.193.319c-.148.059-.259.185-.348.314-.241.402-.41.895-.246 1.358.105.272.176.604.446.763.195.13.475.18.674.032.263-.191.474-.489.477-.824.018-.5.08-1.08-.293-1.476-.156-.228-.469-.221-.71-.167zM6.993 12.9c.105.018.212.029.314.062.152.086.237.248.327.391.289.5.61.981.907 1.477.117-.031.262-.018.351-.114.104-.603-.094-1.238.135-1.824.088.167.176.344.17.538.005.604-.011 1.207.001 1.811-.002.222.016.447-.029.667-.026.157-.219.109-.322.074-.085-.084-.148-.185-.212-.283-.362-.584-.705-1.181-1.096-1.746-.089.126-.21.251-.21.416-.025.564.017 1.13-.02 1.695l-.313.003a72.643 72.643 0 0 1-.004-3.166zM12.258 12.927c.568.032 1.194-.132 1.708.182.132.08.273.169.348.31.06.199.049.412.031.616-.037.287-.368.42-.45.681.081.466.425.843.473 1.32-.112-.015-.225-.022-.334-.053-.277-.376-.3-.9-.638-1.231-.245-.078-.582-.118-.786.068-.064.384-.019.777-.041 1.166l-.302.057a6.3 6.3 0 0 1-.051-.999c.018-.705-.031-1.413.043-2.115m.472.339c-.199.066-.159.338-.177.504.009.207.021.55.297.563.358.03.783.051 1.056-.226.223-.287.041-.737-.297-.836a1.828 1.828 0 0 0-.879-.005zM18.254 12.923c.402.005.806-.011 1.208.001.408.001.772.325.88.709.07.224.143.448.192.678.085.386-.07.768-.22 1.117-.134.259-.34.548-.656.574-.472.038-.947.009-1.42.003-.003-1.027-.031-2.056.017-3.082m.43.504c-.026.724-.013 1.451-.005 2.176.339.083.722.134 1.043-.038a.367.367 0 0 0 .189-.231c.108-.356.25-.731.15-1.107-.06-.207-.09-.427-.191-.619a1.297 1.297 0 0 0-.355-.265 3.4 3.4 0 0 0-.741-.005l-.09.09zM15.269 13.5c-.013-.221.062-.504.311-.554.422-.045.849-.023 1.273-.017.191-.011.324.14.462.247-.497.102-1.011-.003-1.508.103-.186.051-.193.284-.204.442-.007.207.017.493.248.572.299.084.615.045.921.07-.003.108-.005.215-.006.323-.362.02-.753-.04-1.088.127-.091.201-.088.431-.06.646a.413.413 0 0 0 .375.34c.477.041.96-.035 1.435.054-.096.066-.183.169-.311.16-.609.009-1.219.013-1.828-.022-.035-.83-.01-1.661-.02-2.492z"/><path fill="#6d6b6b" d="M2.191.232c.362-.019.723-.01 1.085-.011C9.317.22 15.358.222 21.398.22c.368-.014.857.217.83.644-.001 7.222-.003 14.444.001 21.666-.013.318.052.66-.084.96-.14.186-.41.147-.616.164-6.504-.013-13.009.01-19.513-.011l.012-.08c6.479.017 12.959-.004 19.438.011.158-.011.339 0 .471-.105.136-.112.168-.297.174-.464.001-7.132-.005-14.266.003-21.399-.018-.381.098-.867-.253-1.136-.155-.16-.383-.212-.598-.223C15.134.26 9.004.248 2.875.254A8.247 8.247 0 0 1 2.19.233zM1.404.744c.031-.102.064-.203.1-.303-.029.41-.012.82-.014 1.23v20.591c.003.451-.02.903.023 1.353a5.025 5.025 0 0 1-.108-.236V.744z"/><path fill="#6d6b6b" d="M7.392 1.517c.311-.009.625-.035.935.004.172.126.309.297.418.48.297.515.72.94 1.056 1.429.214.313.471.596.775.825.051-.889.013-1.78.023-2.669.289-.027.579-.025.868-.01.007 1.349-.001 2.697.004 4.047-.01.139.02.304-.088.414-.291.018-.671.112-.874-.162-.362-.423-.666-.892-1.022-1.321-.344-.415-.63-.874-.991-1.275-.137.915.056 1.853-.12 2.766-.325.011-.65.013-.975.004-.035-1.51-.019-3.02-.009-4.531m.12.112c-.005 1.411-.013 2.823.005 4.234.195-.009.394.007.584-.045.143-.044.149-.209.15-.333.007-.649-.018-1.299-.002-1.947.001-.152.051-.376.241-.38.108-.027.16.102.231.158.426.514.8 1.069 1.223 1.586.231.279.41.603.678.851.178.175.443.155.673.176.045-.326.049-.654.045-.982-.011-1.103.008-2.207-.01-3.31l-.579-.009c-.037.57-.018 1.143-.019 1.714-.005.405.068.842-.16 1.204-.381-.295-.628-.713-.941-1.071-.459-.515-.759-1.148-1.213-1.666-.216-.275-.604-.153-.905-.18zM10.871 7.792c.201-.009.402-.009.604-.007l-.001.094c-.009.792-.007 1.584.003 2.376a.797.797 0 0 1-.26.626c-.373.249-.82.512-1.286.386-.385-.119-.794-.349-.915-.762-.134-.458-.067-.943-.082-1.413.011-.409-.07-.847.121-1.228.011.723-.017 1.447-.001 2.169-.001.338.145.679.426.874.271.192.619.382.957.256.435-.151.913-.483.905-.995a77.6 77.6 0 0 0-.01-2.263l-.324.018a41.712 41.712 0 0 0-.003 1.838c-.001.265-.005.568-.213.763-.181.174-.418.365-.685.326a.995.995 0 0 1-.665-.722c-.07-.296-.048-.603-.05-.905.008-.461-.012-.923.016-1.385.09.157.176.323.181.508.029.618-.046 1.239.02 1.856.023.306.336.495.616.516.278-.045.477-.277.62-.503.045-.807-.005-1.617.025-2.425zM12.408 7.863c.15-.078.325-.062.489-.07.331.003.665-.017.993.033.487.082.927.537.872 1.05-.026.336-.285.578-.501.81.198.523.427 1.035.62 1.56-.218.009-.436.013-.654.011-.229-.477-.352-1.014-.668-1.444-.195-.041-.395-.007-.59.013-.064.485-.027.976-.094 1.461-.146-.017-.295-.024-.436-.069-.105-.174-.091-.388-.097-.584.009-.715.012-1.431 0-2.147.003-.209-.011-.427.067-.624m.086.066c-.034.61-.015 1.221-.019 1.831-.002.44-.013.881.03 1.32l.299-.023c.013-.344-.006-.689.015-1.034.011-.121.024-.291.172-.319.278-.08.678-.09.821.218.189.366.324.759.472 1.143l.319.013c-.029-.505-.308-.949-.495-1.407.191-.222.489-.409.509-.728.018-.256.018-.574-.225-.731-.565-.352-1.258-.315-1.897-.284zM17.351 7.829c.206-.031.475-.127.64.047.083.145.092.314.09.477a271.34 271.34 0 0 0 0 2.21c.006.233-.049.461-.081.691-.156.024-.314.095-.472.06-.216-.225-.36-.507-.531-.765-.243-.412-.506-.811-.762-1.214-.18.62-.049 1.276-.098 1.913-.241.044-.484.078-.725.012a137.372 137.372 0 0 1-.003-3.457c.209-.015.42-.038.628-.003.19.164.314.386.444.597.271.412.509.849.85 1.211.036-.592.007-1.186.02-1.778m.136.083c-.027.666.061 1.341-.08 1.998-.122-.06-.263-.109-.338-.231-.289-.415-.515-.87-.793-1.291-.13-.201-.327-.344-.523-.475-.244.422-.127.918-.148 1.379.019.59-.059 1.189.067 1.771l.209-.099c0-.492 0-.984-.006-1.475.005-.174-.015-.377.125-.508.374.071.505.471.69.752.229.35.452.705.666 1.065.093.142.281.379.456.211.055-.369.016-.743.024-1.114-.013-.663.035-1.328-.036-1.988l-.312.007zM6.114 7.797c.703-.029 1.407-.015 2.111-.012.296-.023.223.339.228.53a6.61 6.61 0 0 0-.794.08c-.005.836-.001 1.672-.002 2.508a.51.51 0 0 1-.102.352c-.193.03-.388.019-.582.021a1.95 1.95 0 0 1-.061-.51c.001-.79.003-1.579-.001-2.369-.266-.041-.533-.062-.801-.087l.003-.513m.15.121a12.83 12.83 0 0 1-.03.275c.255.027.546-.027.768.123.092.316.043.652.052.977.009.529-.024 1.06.009 1.588-.005.163.208.158.314.225.045-.738.004-1.478.021-2.217.013-.189.02-.394.126-.558.215-.152.501-.113.751-.146l-.011-.269c-.667-.006-1.332-.013-1.999.002z"/><path fill="#6d6b6b" d="M12.951 8.277c.312-.053.648-.066.954.022.383.122.455.697.128.919-.334.259-.787.148-1.173.116-.02-.342-.156-.773.092-1.057m.041.239c.011.212-.051.448.041.644.355.121.753.019 1.053-.202a22.38 22.38 0 0 1-.009-.364c-.351-.114-.723-.08-1.085-.078zM4.249 12.794c.228-.067.469-.052.704-.042.172.023.374.031.495.176.671.715.759 1.842.358 2.713-.285.588-1.082.832-1.653.52-.447-.214-.665-.716-.723-1.184-.047-.446-.051-.916.114-1.339.135-.352.418-.614.705-.844m.066.156c-.329.15-.564.455-.666.798-.264.651-.132 1.396.205 1.994.129.203.366.289.584.361.348.128.73-.02 1.015-.223.444-.388.457-1.032.437-1.576-.017-.505-.197-1.077-.672-1.328a1.274 1.274 0 0 0-.904-.025zM6.886 12.894a.393.393 0 0 1 .492-.017c.195.143.32.356.446.557.227.375.463.744.683 1.123l.166-.012c.056-.565.035-1.134.049-1.701.192-.007.393-.037.579.028.119.104.077.284.094.425-.011.785-.009 1.57-.001 2.354-.009.191.011.473-.219.54-.226.082-.427-.106-.542-.279-.283-.418-.504-.876-.825-1.268-.112-.146-.218-.295-.333-.438-.043.644-.007 1.289-.024 1.933-.146.025-.293.074-.443.048-.179-.11-.157-.353-.169-.535.003-.693.012-1.387 0-2.08.003-.226-.014-.457.047-.677m.107.005a72.643 72.643 0 0 0 .004 3.166l.313-.003c.037-.564-.005-1.13.02-1.695 0-.165.121-.289.21-.416.39.566.734 1.162 1.096 1.746.064.098.127.2.212.283.104.035.296.084.322-.074.045-.219.027-.445.029-.667-.012-.604.003-1.207-.001-1.811.006-.195-.083-.371-.17-.538-.229.586-.031 1.221-.135 1.824-.089.096-.234.082-.351.114-.297-.495-.618-.977-.907-1.477-.09-.143-.175-.305-.327-.391-.102-.033-.209-.044-.314-.062zM12.129 12.796c.503-.003 1.007-.01 1.51 0 .185-.009.336.11.479.211.322.291.494.786.275 1.187-.112.245-.403.469-.284.766.142.41.37.796.388 1.241l-.499.015c-.229-.392-.359-.83-.569-1.231-.136-.293-.51-.143-.761-.151-.01.396.045.801-.045 1.191-.029.227-.378.237-.458.037-.07-.197-.049-.411-.054-.616.015-.848-.005-1.696.015-2.543l.003-.106m.129.13c-.074.703-.025 1.41-.043 2.115-.009.334.008.669.051.999.1-.019.201-.039.302-.057.022-.388-.023-.782.041-1.166.204-.186.541-.146.786-.068.339.331.362.856.638 1.231.109.031.222.038.334.053-.049-.477-.392-.854-.473-1.32.082-.261.413-.393.45-.681.019-.204.029-.417-.031-.616-.075-.14-.215-.23-.348-.31-.514-.314-1.14-.15-1.708-.182zM18.147 12.798c.414-.011.829-.005 1.244-.008.18.004.383-.023.529.109.462.278.781.793.77 1.338-.001.293.017.588-.023.88-.129.597-.64 1.139-1.275 1.159-.378.001-.756.017-1.132-.009-.146-.08-.158-.27-.17-.417-.003-.827.002-1.655-.002-2.482-.005-.192.02-.382.06-.57m.106.125c-.048 1.026-.02 2.055-.017 3.082.473.006.948.035 1.42-.003.316-.026.523-.314.656-.574.15-.349.305-.731.22-1.117-.049-.23-.122-.454-.192-.678-.108-.384-.471-.708-.88-.709-.402-.012-.806.004-1.208-.001zM15.199 12.849a14.063 14.063 0 0 1 2.201-.004c-.026.168.041.416-.139.513-.459.051-.924-.007-1.385.03-.037.188-.102.382-.06.575.244.31.695.144 1.034.183.023.215.035.432.038.649-.362.001-.729-.001-1.085.077a64.49 64.49 0 0 0-.006.622c.509.14 1.04.072 1.56.068.053.141.171.288.126.444-.132.257-.464.197-.703.207-.465-.02-.935.033-1.397-.031-.174-.004-.199-.206-.216-.34-.029-.378-.004-.757-.009-1.135.008-.62-.031-1.241.04-1.859m.071.652c.01.83-.015 1.661.02 2.492.609.035 1.219.031 1.828.022.128.009.215-.094.311-.16-.475-.089-.958-.013-1.435-.054a.414.414 0 0 1-.375-.34c-.028-.215-.031-.445.06-.646.335-.167.726-.107 1.088-.127.001-.108.003-.215.006-.323-.306-.025-.622.013-.921-.07-.231-.078-.255-.364-.248-.572.011-.158.018-.39.204-.442.496-.106 1.01-.001 1.508-.103-.138-.108-.271-.259-.462-.247-.424-.007-.851-.029-1.273.017-.249.05-.324.333-.311.554z"/><path fill="#6d6b6b" d="M4.509 13.268c.241-.054.554-.061.71.167.373.396.312.976.293 1.476-.003.336-.214.633-.477.824-.199.148-.479.098-.674-.032-.269-.159-.341-.491-.446-.763-.164-.463.005-.957.246-1.358.088-.129.2-.255.348-.314m-.318.499c-.096.282-.225.571-.199.875.059.31.183.602.268.905.259.062.559.178.805.013.214-.172.342-.441.361-.714.023-.317.039-.649-.071-.952-.102-.214-.242-.436-.464-.54-.303-.115-.606.136-.7.413zM12.731 13.268c.286-.069.594-.069.879.005.338.098.52.549.297.836-.273.277-.699.256-1.056.226-.277-.013-.288-.356-.297-.563.018-.166-.021-.439.177-.504m.011.135a9.617 9.617 0 0 0-.017.612c.351.004.705.028 1.054-.015.106-.062.099-.18.079-.285-.127-.145-.281-.323-.492-.313-.208-.009-.416 0-.624.001z"/><path fill="#c0baba" d="M2.034.487c.215-.187.513-.12.773-.132 6.215.002 12.43.001 18.644.001a.679.679 0 0 1 .41.114c.35.269.235.755.253 1.136-.009 7.133-.002 14.266-.003 21.399-.006.166-.037.352-.174.464-.132.105-.312.094-.471.105-6.479-.015-12.959.006-19.438-.011l-.11-.001c-.025-.21-.071-.418-.072-.63.001-7.334-.001-14.668.001-22.002.007-.161.033-.354.187-.443m.073.138c-.112.058-.078.201-.094.304.005 5.061.001 10.121.003 15.182.009 2.446-.019 4.892.015 7.338.525.055 1.053.035 1.58.035 5.951.002 11.903-.001 17.854.002.291.041.594-.171.563-.483-.001-7.312-.002-14.625.001-21.938-.005-.17-.033-.392-.216-.463-.347-.13-.726-.075-1.088-.084C14.663.521 8.601.519 2.538.519c-.147.01-.303.025-.431.104z"/><path fill="#c0baba" d="M14.4 1.397c.509-.01 1.092-.004 1.491.359.334.277.582.645.767 1.034.102.213.094.455.098.685-.002.291.007.583-.009.874-.009.31-.183.577-.328.839-.257.416-.654.77-1.126.915a5.396 5.396 0 0 1-1.425-.008 2.048 2.048 0 0 1-1.068-.838c-.409-.681-.594-1.534-.336-2.303.183-.513.462-1.038.954-1.314.291-.189.648-.203.983-.243m-.641.268a1.853 1.853 0 0 0-1.08 1.271c-.035.535-.041 1.077.004 1.612.161.566.56 1.08 1.113 1.308.384.203.832.13 1.249.124.315-.065.61-.229.86-.432.339-.278.486-.703.64-1.098.092-.224.066-.47.072-.706-.006-.239.02-.489-.08-.713-.119-.272-.212-.562-.394-.8-.222-.305-.558-.507-.906-.637-.241-.043-.488-.024-.731-.029-.251.009-.519-.027-.747.099zM10.425 1.594c.312-.208.708-.129 1.058-.103l-.016.084a5.987 5.987 0 0 0-.868.01c-.01.89.028 1.78-.023 2.669a3.472 3.472 0 0 1-.775-.825C9.465 2.94 9.043 2.516 8.745 2a20.9 20.9 0 0 0 .122-.032c.495.632.916 1.33 1.505 1.883.081-.75-.03-1.509.054-2.258z"/><path fill="#c0baba" d="M14.15 2.29c.263-.08.547-.049.817-.034.298.084.509.345.678.591.233.582.191 1.239.015 1.83a1.59 1.59 0 0 1-.701.617c-.302.036-.642.07-.905-.114-.334-.166-.511-.517-.633-.851a7.242 7.242 0 0 1-.005-1.112c.116-.381.348-.773.735-.927m.008.19c-.209.096-.397.267-.452.498-.151.546-.156 1.147.042 1.682.241.466.887.56 1.339.376.351-.134.508-.537.507-.889.004-.396.039-.803-.06-1.19-.223-.505-.888-.723-1.376-.477zM8.992 7.733c.233-.039.497-.049.707.077.035.156.032.318.034.477-.002.72-.017 1.441.011 2.161.193.038.388.103.587.075.193-.062.346-.201.515-.306-.143.226-.342.458-.62.503-.28-.021-.593-.21-.616-.516-.066-.616.009-1.238-.02-1.856-.005-.185-.092-.351-.181-.508l-.352.023c-.191.381-.11.819-.121 1.228.015.47-.053.955.082 1.413.122.413.53.643.915.762.465.126.913-.138 1.286-.386l-.025.167c-.392.222-.831.442-1.295.319-.392-.119-.83-.323-1.001-.722-.092-.353-.04-.724-.05-1.084.009-.513-.015-1.028.003-1.54.009-.106.008-.265.143-.287zM12.146 8.03c-.014-.2.189-.301.36-.306.445-.025.891-.009 1.336-.007.63-.017 1.209.609 1.107 1.24-.037.327-.332.531-.471.812.062.551.527.987.483 1.566-.273.014-.547.02-.82.011-.211-.473-.441-.941-.593-1.439-.194-.024-.388-.047-.58-.082.195-.02.395-.053.59-.013.316.43.439.967.668 1.444.219.002.437-.003.654-.011-.193-.525-.422-1.037-.62-1.56.216-.232.475-.474.501-.81.054-.513-.386-.968-.872-1.05-.328-.05-.662-.031-.993-.033-.164.008-.339-.008-.489.07-.078.198-.064.416-.067.624.012.716.009 1.431 0 2.147.006.196-.008.41.097.584.141.045.29.051.436.069.068-.485.031-.977.094-1.461.073.5.04 1.007.024 1.51-.227.029-.492.114-.693-.041-.186-.134-.154-.393-.164-.595.018-.89-.009-1.781.011-2.67zM11.473 7.879c.098.14.193.295.185.473.008.449.004.899.003 1.348.009.203-.078.389-.185.556a94.094 94.094 0 0 1-.003-2.376zM6.681 12.825c.198-.119.443-.121.665-.094.199.025.305.218.408.366.272.449.56.888.822 1.343.04-.559-.005-1.12.06-1.677.275-.039.554-.036.828.013.033 1.001.005 2.003.019 3.004-.019.177.025.402-.121.535a.77.77 0 0 1-.539-.003c-.195-.142-.301-.368-.434-.563-.215-.357-.497-.688-.581-1.107.321.392.542.85.825 1.268.116.174.316.362.542.279.231-.067.21-.349.219-.54-.008-.784-.01-1.569.001-2.354-.017-.14.025-.32-.094-.425-.186-.066-.387-.035-.579-.028-.014.567.007 1.136-.049 1.701l-.166.012c-.22-.379-.457-.748-.683-1.123-.126-.201-.251-.414-.446-.557a.395.395 0 0 0-.492.017c-.061.219-.043.451-.047.677.012.693.003 1.387 0 2.08.012.183-.01.425.169.535.149.025.297-.023.443-.048l.001.207c-.216.004-.439.033-.649-.03-.16-.053-.139-.263-.156-.398-.005-.826.01-1.652-.003-2.478.001-.205-.009-.412.037-.612zM15.106 12.827c.082-.131.267-.084.398-.104.56.006 1.12-.006 1.68.005.106.009.268.007.291.142.04.211.047.495-.154.628-.431.109-.892-.043-1.322.086-.033.132-.051.267-.07.402.326.021.659-.015.98.053.104.222.144.491.064.727-.028.12-.166.098-.259.116-.253.018-.507.009-.76.012-.005.191-.005.382-.001.574.574.035 1.155-.038 1.722.079.006.216.033.437-.017.649-.033.122-.178.133-.281.149-.421.03-.844-.001-1.266.009-.316-.005-.638.031-.949-.037-.1-.16-.09-.356-.095-.537.005-.827.008-1.654-.001-2.48.003-.158-.006-.321.039-.474m.094.023c-.071.617-.032 1.239-.04 1.858.005.378-.02.757.009 1.135.017.134.042.336.216.34.462.064.932.011 1.397.031.239-.011.57.05.703-.207.045-.156-.073-.303-.126-.444-.519.003-1.051.072-1.56-.068.001-.207.003-.415.006-.622.356-.078.723-.076 1.085-.077a7.019 7.019 0 0 0-.038-.649c-.34-.039-.79.126-1.034-.183-.042-.193.023-.387.06-.575.461-.037.926.021 1.385-.03.18-.097.113-.345.139-.513a14.063 14.063 0 0 0-2.201.004zM3.395 13.671c.125-.398.397-.837.854-.877-.287.23-.57.491-.705.844-.166.423-.162.893-.114 1.339.058.468.276.97.723 1.184.57.312 1.368.068 1.653-.52.4-.87.313-1.998-.358-2.713.213.11.427.263.498.505.088.283.171.568.235.858.088.415-.095.815-.189 1.211a1.181 1.181 0 0 1-.85.853c-.342.06-.714.068-1.037-.074-.422-.23-.732-.681-.755-1.166-.036-.48-.052-.97.045-1.443zM11.942 12.874l.185.027c-.02.847 0 1.695-.015 2.543.005.205-.016.419.054.616.08.199.429.189.458-.037.09-.39.035-.794.045-1.191.251.008.624-.142.761.151.21.4.34.839.569 1.231l.499-.015c-.018-.445-.245-.831-.388-1.241-.119-.297.172-.521.284-.766.219-.401.047-.896-.275-1.187.351.081.481.457.539.771.007.376-.307.644-.438.974-.06.344.204.619.336.911.118.207.124.449.131.68l-.759.013c-.297-.447-.441-.969-.643-1.46a8.57 8.57 0 0 0-.507.003c-.007.42.047.856-.072 1.266-.084.251-.435.234-.602.082-.195-.19-.17-.486-.176-.735.015-.878-.008-1.758.015-2.636z"/><path fill="#c0baba" d="M4.191 13.767c.094-.277.397-.528.7-.413.222.104.362.326.464.54.11.303.094.635.071.952a1.015 1.015 0 0 1-.361.714c-.246.165-.546.049-.805-.013-.085-.303-.209-.595-.268-.905-.025-.304.104-.593.199-.875m.117-.03c-.215.551-.115 1.15-.005 1.712.248.029.497.04.747.044.143-.289.318-.582.308-.917.032-.406-.122-.855-.483-1.072-.211-.126-.465.044-.567.233zM18.685 13.427l.09-.09c.245-.021.495-.027.741.005.131.068.254.156.355.265.101.192.131.412.191.619.1.376-.041.751-.15 1.107a.37.37 0 0 1-.189.231c-.321.172-.704.121-1.043.038-.008-.725-.021-1.452.005-2.176m.218.285c-.051.584-.01 1.174-.009 1.76.298.001.739.103.879-.253.106-.425.08-.876.031-1.308-.014-.249-.295-.318-.495-.364-.15-.027-.388-.041-.406.165zM11.01 17.057c.511-.108 1.041-.047 1.56-.059.537-.026 1.019.257 1.454.539.628.429 1.009 1.136 1.166 1.867.111.605-.112 1.212-.408 1.731-.425.531-.931 1.061-1.61 1.242-.511.193-1.07.354-1.613.195-.466-.152-.961-.26-1.364-.554a3.87 3.87 0 0 1-.778-.745c-.228-.296-.327-.661-.455-1.005-.098-.266-.142-.56-.066-.836.156-.522.332-1.061.712-1.467.36-.437.876-.717 1.401-.908m.314.087c-.4.116-.765.33-1.121.542-.687.463-1.102 1.28-1.134 2.101.062.685.321 1.382.85 1.843.444.376 1.001.595 1.564.718.307.084.631.114.944.049.35-.075.714-.131 1.029-.312.488-.271.963-.621 1.226-1.128.283-.538.441-1.183.252-1.78-.185-.852-.868-1.518-1.653-1.848-.605-.294-1.309-.302-1.958-.185z"/><path fill="#fff" d="M2.107.625c.128-.08.284-.094.431-.104C8.6.52 14.662.523 20.725.52c.362.009.741-.047 1.088.084.183.071.211.292.216.463-.003 7.312-.001 14.625-.001 21.938.031.312-.272.524-.563.483-5.951-.003-11.903 0-17.854-.002-.527-.001-1.055.019-1.58-.035-.034-2.445-.005-4.892-.015-7.338-.001-5.061.003-10.121-.003-15.182.015-.103-.019-.246.094-.304m12.293.77c-.335.039-.691.054-.983.243-.492.276-.771.8-.954 1.314-.259.769-.074 1.623.336 2.303.25.384.629.698 1.068.838.47.069.954.066 1.425.008.472-.144.87-.498 1.126-.915.146-.262.32-.529.328-.839.017-.291.007-.582.009-.874-.004-.23.005-.472-.098-.685-.185-.389-.433-.757-.767-1.034-.4-.363-.983-.369-1.491-.359m-7.007.12c-.01 1.51-.026 3.021.009 4.531.325.009.65.007.975-.004.176-.913-.017-1.851.12-2.766.36.401.647.86.991 1.275.356.429.66.898 1.022 1.321.203.273.583.18.874.162.108-.11.078-.275.088-.414-.005-1.349.003-2.697-.004-4.047l.016-.084c-.35-.026-.746-.105-1.058.103-.084.749.027 1.508-.054 2.258-.589-.554-1.009-1.251-1.505-1.883a20.9 20.9 0 0 1-.122.032 1.592 1.592 0 0 0-.418-.48c-.31-.039-.624-.013-.935-.004m1.601 6.216c-.135.021-.134.181-.143.287-.019.513.006 1.027-.003 1.54.01.36-.041.731.05 1.084.17.399.608.603 1.001.722.464.123.903-.097 1.295-.319l.025-.167a.797.797 0 0 0 .26-.626c.106-.166.193-.353.185-.556.001-.449.005-.898-.003-1.348.007-.178-.087-.333-.185-.473l.001-.094a12.179 12.179 0 0 0-.604.007c-.03.808.019 1.618-.025 2.425-.168.106-.322.245-.515.306-.199.028-.394-.037-.587-.075-.028-.72-.013-1.441-.011-2.161-.002-.16.001-.322-.034-.477-.211-.126-.474-.116-.707-.077m3.154.299c-.019.889.007 1.78-.011 2.67.01.202-.022.461.164.595.201.155.466.07.693.041.016-.503.049-1.01-.024-1.51.192.035.386.057.58.082.152.497.382.965.593 1.439.273.009.548.003.82-.011.044-.579-.422-1.015-.483-1.566.139-.28.434-.485.471-.812.102-.631-.477-1.257-1.107-1.24-.445-.002-.892-.018-1.336.007-.172.005-.374.106-.36.306m5.205-.202c-.013.592.016 1.186-.02 1.778-.34-.362-.579-.798-.85-1.211-.13-.211-.254-.433-.444-.597-.208-.035-.42-.011-.628.003-.01 1.152-.016 2.305.003 3.457.241.066.484.032.725-.012.049-.636-.082-1.292.098-1.913.256.403.519.802.762 1.214.171.258.315.54.531.765.158.035.316-.035.472-.06.032-.23.087-.458.081-.691a271.34 271.34 0 0 1 0-2.21c.002-.163-.007-.332-.09-.477-.164-.174-.434-.078-.64-.047M6.114 7.797l-.003.513c.267.025.535.046.801.087.003.79.001 1.579.001 2.369a1.95 1.95 0 0 0 .061.51c.194-.001.389.009.582-.021a.512.512 0 0 0 .102-.352c.001-.836-.003-1.672.002-2.508.263-.04.528-.07.794-.08-.005-.191.068-.554-.228-.53-.703-.003-1.407-.017-2.111.012m.566 5.028c-.045.201-.035.408-.037.612.013.826-.002 1.652.003 2.478.017.135-.004.345.156.398.21.063.433.034.649.03l-.001-.207c.017-.644-.019-1.29.024-1.933.115.143.221.292.333.438.084.419.366.75.581 1.107.133.195.239.421.434.563a.764.764 0 0 0 .539.003c.146-.132.102-.358.121-.535-.014-1.001.015-2.003-.019-3.004a2.613 2.613 0 0 0-.828-.013c-.066.557-.02 1.118-.06 1.677-.262-.455-.55-.894-.822-1.343-.104-.148-.21-.341-.408-.366-.223-.027-.467-.025-.665.094m8.425.003c-.045.153-.036.316-.039.474.009.826.006 1.653.001 2.48.005.18-.005.377.095.537.312.069.633.033.949.037.422-.011.845.021 1.266-.009.104-.016.249-.027.281-.149.051-.213.023-.433.017-.649-.568-.117-1.149-.044-1.722-.079-.004-.191-.004-.382.001-.574.253-.003.507.006.76-.012.093-.018.231.003.259-.116.08-.235.039-.505-.064-.727-.322-.068-.654-.031-.98-.053.018-.135.037-.27.07-.402.43-.129.89.023 1.322-.086.201-.134.194-.417.154-.628-.023-.135-.186-.134-.291-.142-.56-.011-1.12.001-1.68-.005-.131.021-.316-.027-.398.104m-11.712.843c-.098.473-.082.963-.045 1.443.023.485.334.936.755 1.166.323.142.695.133 1.037.074.406-.102.756-.441.85-.853.094-.396.277-.796.189-1.211a10.27 10.27 0 0 0-.235-.858c-.072-.241-.285-.394-.498-.505-.12-.145-.322-.152-.495-.176-.235-.01-.476-.025-.704.042-.457.04-.729.479-.854.877m8.734-.874l-.003.106-.185-.027c-.023.878 0 1.758-.015 2.636.007.249-.018.545.176.735.167.152.518.17.602-.082.119-.41.064-.845.072-1.266a8.57 8.57 0 0 1 .507-.003c.203.491.346 1.013.643 1.46.253-.003.506-.008.759-.013-.007-.231-.013-.473-.131-.68-.132-.292-.396-.568-.336-.911.131-.33.445-.598.438-.974-.058-.314-.188-.69-.539-.771-.142-.1-.294-.22-.479-.211-.503-.01-1.007-.003-1.51 0m6.019.003a2.544 2.544 0 0 0-.06.57c.004.827-.001 1.655.002 2.482.012.147.025.338.17.417.376.026.755.01 1.132.009.635-.021 1.146-.562 1.275-1.159.04-.291.021-.587.023-.88.011-.545-.308-1.06-.77-1.338-.146-.132-.349-.105-.529-.109-.415.003-.83-.003-1.244.008m-7.136 4.259c-.525.191-1.04.471-1.401.908-.38.406-.556.945-.712 1.467-.076.277-.033.57.066.836.128.344.227.709.455 1.005.219.285.489.531.778.745.402.294.898.402 1.364.554.544.158 1.102-.003 1.613-.195.679-.181 1.185-.711 1.61-1.242.295-.519.519-1.126.408-1.731-.157-.731-.537-1.439-1.166-1.867-.435-.281-.917-.565-1.454-.539-.519.012-1.049-.049-1.56.059z"/><path fill="#fff" d="M14.159 2.48c.489-.245 1.154-.027 1.376.477.1.387.064.794.06 1.19.001.352-.156.755-.507.889-.452.184-1.098.09-1.339-.376-.198-.535-.193-1.136-.042-1.682.055-.231.243-.402.452-.498zM12.993 8.516c.362-.002.734-.037 1.085.078.002.122.005.243.009.364-.3.221-.698.323-1.053.202-.092-.196-.029-.432-.041-.644zM12.742 13.403c.208-.001.416-.009.624-.001.211-.01.365.168.492.313.02.105.027.223-.079.285-.35.043-.703.019-1.054.015a8.913 8.913 0 0 1 .017-.612zM4.308 13.737c.102-.189.356-.358.567-.233.361.217.515.667.483 1.072.01.334-.164.627-.308.917a7.448 7.448 0 0 1-.747-.044c-.11-.562-.21-1.161.005-1.712zM18.903 13.711c.019-.206.256-.192.406-.165.199.046.481.114.495.364.049.431.075.883-.031 1.308-.14.356-.581.254-.879.253-.001-.586-.042-1.175.009-1.76z"/><path fill="#eb413b" d="M11.323 17.144c.649-.116 1.353-.109 1.958.185.784.331 1.467.997 1.653 1.848.189.596.031 1.241-.252 1.78-.263.507-.738.857-1.226 1.128-.315.181-.679.237-1.029.312a2.012 2.012 0 0 1-.944-.049c-.564-.123-1.12-.342-1.564-.718-.529-.461-.789-1.158-.85-1.843.031-.822.447-1.638 1.134-2.101.356-.212.721-.426 1.121-.542z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-turns--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M.921.111c.156-.084.336-.066.506-.067C5.197.032 8.967.026 12.736.033c3.407.005 6.814-.002 10.22.009.483.17.854.579 1.043 1.05v21.816c-.15.491-.545.873-1 1.093H1.043c-.221-.117-.443-.242-.614-.428-.196-.2-.318-.456-.43-.709V1.181C.181.74.474.316.92.112m.42.038C.635.214.071.917.121 1.616v20.958c.002.354.191.676.422.932.278.287.677.413 1.071.409h20.82c.382.002.766-.12 1.041-.393.239-.259.434-.587.436-.949a74208.7 74208.7 0 0 1 0-21.101c0-.35-.184-.67-.41-.925-.274-.289-.672-.426-1.066-.421H1.904c-.188 0-.377-.007-.563.023z"/><path fill="#1a1919" d="M21.26.456c.516-.014 1.045-.071 1.55.062.383.089.641.449.746.809.062.474.023.955.02 1.431.002 6.557-.002 13.115.002 19.673.043.346-.152.667-.402.888-.265.206-.608.259-.935.264H2.898c-.428-.003-.857.009-1.286-.015-.348-.027-.739-.117-.95-.423-.253-.322-.217-.758-.21-1.143V4.468C.446 3.962.469 3.454.431 2.949a9.6 9.6 0 0 1 .046-1.526c.074-.337.239-.698.564-.858.159-.086.347-.087.523-.104C8.128.456 14.693.466 21.257.456m-19.774.595a.47.47 0 0 0-.376.252c-.095.15-.066.333-.069.5v20.108c.002.271-.046.558.047.818.189.315.596.267.911.272 6.734-.004 13.468 0 20.201-.002.18-.007.369-.003.536-.082.172-.093.301-.284.266-.485-.006-5.957-.001-11.914-.002-17.87.004-.936-.021-1.872.042-2.807-.003-.295-.158-.692-.503-.705-.429-.02-.86-.004-1.289-.009H1.614l-.129.009z"/><path fill="#1a1919" d="M14.707 3.978c.532-.09 1.118-.074 1.595.205.289.21.557.467.726.786a5.49 5.49 0 0 1 .515 1.971 6.395 6.395 0 0 1-.175 1.905 3.52 3.52 0 0 1-.434 1.056c-.283.521-.865.842-1.448.883-.472.036-.979-.006-1.39-.262-.262-.193-.507-.422-.672-.705-.501-1.018-.652-2.188-.494-3.307.077-.526.198-1.057.468-1.522.118-.195.224-.405.398-.557.26-.222.57-.395.911-.453m.189 1.054c-.315.08-.518.368-.66.641a4.607 4.607 0 0 0-.308 1.742 3.982 3.982 0 0 0 .404 1.823c.147.242.397.442.686.472.326.052.702-.011.917-.284.289-.295.374-.713.465-1.101.185-.957.13-1.992-.331-2.867a1.218 1.218 0 0 0-.387-.369c-.251-.086-.526-.127-.787-.058zM6.849 4.036h1.037c.799 1.415 1.595 2.832 2.394 4.247V4.036h1.037v6.652h-.908c-.841-1.495-1.681-2.992-2.523-4.487v4.487H6.849V4.036zM20.173 14.69c.47-.14 1.015-.125 1.436.15.321.182.547.497.671.839l-.803.23a1.048 1.048 0 0 0-.329-.371c-.311-.129-.713-.12-.969.122-.259.231-.331.702-.041.936.543.222 1.205.154 1.675.552.686.476.902 1.534.398 2.216-.18.301-.475.502-.791.637-.562.164-1.199.096-1.689-.237-.386-.221-.657-.598-.823-1.004.263-.098.525-.197.788-.294.146.333.428.624.784.725.289.067.627.071.873-.12a.783.783 0 0 0 .298-.634c.011-.28-.198-.514-.418-.657-.55-.236-1.192-.237-1.697-.582-.256-.281-.44-.653-.421-1.042-.012-.4.192-.769.45-1.061.161-.189.389-.3.608-.407zM1.561 14.683H4.8v.75H3.596v4.571h-.83v-4.572H1.562v-.749zM5.452 14.683h.83c0 1.173.001 2.347-.001 3.521.005.274.121.537.288.75.258.289.702.346 1.051.208.355-.154.541-.547.576-.913.002-1.188.001-2.376 0-3.564.277-.004.554-.001.831-.001 0 1.141-.001 2.282.001 3.424.009.432-.102.871-.324 1.242-.314.42-.813.71-1.341.734a1.792 1.792 0 0 1-1.379-.495c-.258-.217-.377-.546-.463-.862-.092-.326-.067-.665-.069-.999v-3.044zM9.933 14.683c.57 0 1.141-.001 1.711.001.37.019.771.022 1.085.245.549.326.804 1.054.625 1.66-.087.261-.21.529-.432.703-.103.086-.217.155-.331.225.305.83.612 1.659.916 2.488h-.894c-.283-.774-.569-1.547-.853-2.321h-.998v2.321l-.83.001v-5.322m.83 2.145c.39-.002.78.007 1.17-.005.292.004.553-.223.636-.493.102-.387-.247-.793-.638-.788-.388-.013-.776 0-1.164-.007-.008.431-.001.863-.003 1.294zM14.414 14.683h.829c.639 1.132 1.276 2.266 1.914 3.398v-3.398h.83v5.321h-.726c-.673-1.196-1.345-2.394-2.019-3.59v3.59h-.83v-5.321z"/><path fill="#fffffe" d="M1.34.15c.186-.03.375-.023.563-.023h20.531c.394-.006.792.132 1.066.421.226.255.411.575.41.925a74208.7 74208.7 0 0 0 0 21.101c-.002.362-.197.691-.436.949-.275.273-.659.395-1.041.393H1.613c-.394.005-.793-.122-1.071-.409-.231-.256-.419-.578-.422-.932V1.617C.07.918.634.215 1.339.151M21.26.456c-6.565.01-13.129 0-19.693.005-.176.017-.365.018-.523.104-.325.16-.49.52-.564.858a9.604 9.604 0 0 0-.046 1.526c.038.506.015 1.013.021 1.519v17.534c-.007.385-.043.821.21 1.143.21.306.602.396.95.423.428.024.857.012 1.286.015h19.343c.326-.005.67-.058.935-.264.25-.221.445-.542.402-.888-.005-6.557 0-13.115-.002-19.673.003-.477.042-.958-.02-1.431-.105-.36-.363-.72-.746-.809-.506-.134-1.034-.077-1.55-.062z"/><path fill="#fffffe" d="M1.483 1.051l.129-.009h19.633c.43.005.86-.011 1.289.009.345.013.5.41.503.705-.063.935-.038 1.871-.042 2.807.001 5.957-.003 11.914.002 17.87.035.202-.095.392-.266.485-.166.079-.355.076-.536.082-6.734.001-13.468-.002-20.201.002-.315-.005-.722.042-.911-.272-.093-.26-.045-.547-.047-.818V1.804c.004-.168-.025-.351.069-.5a.468.468 0 0 1 .376-.252m13.226 2.926c-.341.058-.65.231-.911.453-.174.152-.28.362-.398.557-.27.464-.39.996-.468 1.522-.158 1.119-.007 2.289.494 3.307.165.283.411.511.672.705.411.256.917.298 1.39.262.583-.041 1.164-.362 1.448-.883a3.51 3.51 0 0 0 .434-1.056 6.362 6.362 0 0 0 .175-1.905 5.49 5.49 0 0 0-.515-1.971c-.169-.319-.436-.576-.726-.786-.477-.279-1.063-.295-1.595-.205m-7.858.058v6.652h1.037V6.201c.841 1.495 1.681 2.992 2.523 4.487h.908V4.036H10.28v4.247c-.798-1.415-1.595-2.832-2.394-4.247H6.849M20.173 14.69c-.219.106-.447.218-.608.407-.258.291-.461.661-.45 1.061-.019.388.165.761.421 1.042.505.345 1.147.346 1.697.582.22.144.429.377.418.657a.784.784 0 0 1-.298.634c-.246.191-.584.186-.873.12-.355-.101-.638-.392-.784-.725-.263.097-.526.196-.788.294.166.405.437.782.823 1.004.49.332 1.126.401 1.689.237.317-.135.612-.336.791-.637.504-.682.288-1.74-.398-2.216-.47-.398-1.132-.33-1.675-.552-.29-.234-.219-.705.041-.936.256-.241.658-.251.969-.122.136.096.253.221.329.371l.803-.23c-.124-.342-.35-.657-.671-.839-.421-.276-.965-.29-1.436-.15m-18.612-.009v.749h1.204v4.572h.83v-4.571h1.204v-.75H1.56m3.892 0v3.044c.002.334-.023.673.069.999.086.316.205.644.463.862.365.349.874.539 1.379.495.528-.024 1.027-.315 1.341-.734.222-.372.332-.81.324-1.242-.002-1.142 0-2.283-.001-3.424-.277 0-.554-.003-.831.001.001 1.188.002 2.376 0 3.564-.035.367-.221.76-.576.913-.349.138-.794.082-1.051-.208a1.278 1.278 0 0 1-.288-.75c.002-1.174 0-2.347.001-3.521h-.83m4.481.001v5.322l.83-.001v-2.321h.998l.853 2.321h.894c-.305-.829-.612-1.658-.916-2.488.114-.07.228-.14.331-.225.223-.174.345-.442.432-.703.179-.605-.076-1.333-.625-1.66-.315-.223-.716-.227-1.085-.245-.57-.002-1.141 0-1.711-.001m4.48.001v5.321h.83v-3.59c.673 1.197 1.345 2.394 2.019 3.59h.726v-5.321h-.83v3.398c-.639-1.132-1.275-2.266-1.914-3.398h-.829z"/><path fill="#fffffe" d="M14.896 5.032c.261-.069.536-.029.787.058.151.096.292.216.387.369.461.875.516 1.91.331 2.867-.091.388-.176.806-.465 1.101-.215.272-.592.336-.917.284-.288-.03-.538-.23-.686-.472a3.982 3.982 0 0 1-.404-1.823 4.604 4.604 0 0 1 .308-1.742c.142-.273.345-.561.66-.641zM10.762 16.829c.002-.431-.004-.863.003-1.294.388.007.777-.006 1.164.007.391-.005.739.401.638.788-.083.27-.344.498-.636.493-.39.012-.779.003-1.17.005z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-turns--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.405 0h1.18c2.692.151 5.34 1.18 7.361 2.976 2.298 1.991 3.774 4.885 4.055 7.91v2.285a12.073 12.073 0 0 1-3.594 7.472 12.107 12.107 0 0 1-7.229 3.356h-2.293c-2.94-.281-5.756-1.681-7.739-3.874-1.91-2.068-3.024-4.826-3.145-7.636v-.763C.073 8.646 1.373 5.61 3.584 3.46 5.648 1.388 8.498.177 11.406-.002M6.359 5.26c.426.416.857.826 1.283 1.241.918.887 1.838 1.771 2.754 2.66.157.156.326.301.482.46.929.906 1.866 1.804 2.801 2.706 1.766 1.709 3.535 3.414 5.304 5.12 1.568-2.004 2.204-4.697 1.684-7.19a8.824 8.824 0 0 0-2.926-4.949c-1.727-1.49-4.058-2.243-6.331-2.077A8.84 8.84 0 0 0 6.359 5.26M5.056 6.608c-1.279 1.66-1.957 3.775-1.835 5.87.109 2.46 1.324 4.841 3.241 6.384a8.794 8.794 0 0 0 5.91 1.969c1.933-.06 3.824-.809 5.31-2.042-1.338-1.283-2.668-2.575-4.004-3.86-.94-.906-1.876-1.816-2.82-2.717a514.706 514.706 0 0 0-3.19-3.078c-.514-.497-1.02-1.002-1.548-1.483-.341-.361-.71-.695-1.064-1.043z"/><path fill="#fff" d="M6.359 5.26a8.832 8.832 0 0 1 5.051-2.029c2.273-.166 4.604.587 6.331 2.077a8.824 8.824 0 0 1 2.926 4.949c.521 2.494-.115 5.186-1.684 7.19-1.769-1.706-3.538-3.412-5.304-5.12.001-1.044-.007-2.088.005-3.133 1.252-.042 2.503-.041 3.755-.059.353-.425.706-.851 1.056-1.279-.412-.45-.818-.905-1.231-1.354-1.112.014-2.225.026-3.337.044-.618-.011-1.151.336-1.654.65-.49-.299-.997-.643-1.591-.649-1.014-.02-2.027-.02-3.04-.047-.426-.415-.857-.824-1.283-1.241zM5.056 6.608c.354.348.724.682 1.064 1.043a.464.464 0 0 0 .088.394c.283.377.606.724.9 1.092l.56-.002a544.41 544.41 0 0 1 3.19 3.078c.008 2.462-.01 4.925.01 7.386.464-.47.929-.941 1.406-1.398.472.46.93.93 1.4 1.391.01-1.554.001-3.108.004-4.662 1.337 1.285 2.666 2.578 4.004 3.86-1.486 1.234-3.377 1.982-5.31 2.042a8.794 8.794 0 0 1-5.91-1.969c-1.918-1.543-3.132-3.924-3.241-6.384-.122-2.095.556-4.211 1.835-5.87z"/><path fill="#fff" d="M10.396 9.161c.146.008.292.018.437.028.013.144.029.288.046.432-.156-.158-.325-.304-.482-.46z"/><path fill="#1c1d20" d="M7.642 6.5c1.013.026 2.026.026 3.04.047.594.006 1.102.35 1.591.649.503-.314 1.036-.661 1.654-.65 1.112-.018 2.225-.03 3.337-.044.413.449.82.904 1.231 1.354-.35.428-.703.854-1.056 1.279-1.252.018-2.503.017-3.755.059-.012 1.045-.004 2.089-.005 3.133-.935-.902-1.872-1.8-2.801-2.706a21.09 21.09 0 0 1-.046-.432l-.437-.028c-.916-.889-1.836-1.774-2.754-2.66zM6.12 7.651c.528.481 1.034.986 1.548 1.483l-.56.002c-.294-.368-.617-.715-.9-1.092a.464.464 0 0 1-.088-.394zM10.858 12.212c.944.901 1.88 1.811 2.82 2.717-.002 1.554.006 3.108-.004 4.662-.47-.461-.929-.931-1.4-1.391-.478.457-.942.928-1.406 1.398-.019-2.461-.001-4.924-.01-7.386z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-two-stage-right-turn-for-mopeds--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c23" d="M11.075 0h2.07c2.776.317 5.466 1.534 7.416 3.555C22.49 5.459 23.643 8.047 24 10.717v2.505c-.333 2.69-1.499 5.293-3.433 7.21-1.959 2.03-4.661 3.258-7.452 3.567h-2.182c-2.81-.291-5.53-1.529-7.499-3.57C1.479 18.484.306 15.84.001 13.114v-2.025c.227-2.835 1.468-5.586 3.498-7.586C5.496 1.473 8.243.231 11.077-.001M6.615 5.102c.29.294.581.585.879.872l-.151.186c-.008.557-.01 1.115.028 1.671-.362-.058-.425-.538-.682-.753-.441.03-.525.582-.754.881-.362-.366-.727-.731-1.092-1.092-1.401 1.875-1.999 4.323-1.601 6.632.342 2.14 1.542 4.118 3.255 5.44a8.648 8.648 0 0 0 5.57 1.812 8.734 8.734 0 0 0 4.944-1.721c-.409-.414-.847-.805-1.207-1.266.101.076.199.155.296.236.484.003 1.113.115 1.433-.35.266-.438.129-.985.16-1.47.359.361.72.721 1.081 1.081a8.714 8.714 0 0 0 1.684-5.988 8.68 8.68 0 0 0-2.915-5.73 8.649 8.649 0 0 0-5.73-2.155 8.65 8.65 0 0 0-5.197 1.713z"/><path fill="#ed1c23" d="M7.445 8.292c-.093-.106-.076-.248-.046-.372.639.071 1.28.014 1.92.043.182-.012.292.161.421.261 1.546 1.554 3.098 3.104 4.65 4.653-.359.787-.734 1.574-1.298 2.24a13.852 13.852 0 0 1-.866-.914c.199-.139.504-.212.557-.487.1-.311-.117-.687-.447-.73-.464-.06-.935-.021-1.403-.033-.627-.65-1.313-1.25-1.898-1.941-.556-.852-1.015-1.77-1.538-2.641l-.052-.079zM14.95 16.93c-.059-.64-.037-1.288.014-1.928-.094.627.231 1.211.618 1.676.317.248.683-.021 1.007-.104-.211.215-.522.264-.766.428-.232.226-.104.551-.051.821-.261-.31-.584-.565-.822-.893zM16.135 15.085l.32.033c.007.222.014.445.028.666a18.18 18.18 0 0 0-.348-.699z"/><path fill="#fff" d="M6.615 5.102a8.652 8.652 0 0 1 5.197-1.713 8.649 8.649 0 0 1 5.73 2.155 8.673 8.673 0 0 1 2.915 5.73 8.714 8.714 0 0 1-1.684 5.988c-.361-.359-.721-.72-1.081-1.081-.031.485.106 1.032-.16 1.47-.32.466-.95.353-1.433.35a7.462 7.462 0 0 0-.296-.236c.359.46.797.851 1.207 1.266a8.736 8.736 0 0 1-4.944 1.721c-1.991.066-4-.582-5.57-1.812-1.713-1.322-2.913-3.3-3.255-5.44-.397-2.31.201-4.757 1.601-6.632.366.362.73.727 1.092 1.092.23-.299.313-.851.754-.881.257.215.32.695.682.753a20.685 20.685 0 0 1-.028-1.671l.151-.186a48.194 48.194 0 0 1-.879-.872m6.113-.644c-.058.683.723 1.243.597 1.913-1.864.066-3.734.008-5.6.028v1.172c1.898.017 3.798-.034 5.696.028-.138.653-.578 1.19-.725 1.836.129.404.568.117.812.005 1.428-.814 2.85-1.641 4.279-2.454a529.64 529.64 0 0 0-4.325-2.475c-.22-.084-.572-.341-.733-.054M6.594 7.571c-.83 1.465-1.684 2.918-2.5 4.392-.119.22-.308.66.093.696.569-.131 1.045-.501 1.599-.681l.207.072c.049 1.86.005 3.723.02 5.584h1.171c.004-1.885-.01-3.769.007-5.654.683.042 1.204.57 1.868.689l.222-.205c-.1-.449-.357-.835-.581-1.229-.703-1.221-1.402-2.445-2.105-3.666m.85.723l.052.079c.523.871.982 1.789 1.538 2.641.585.691 1.271 1.29 1.898 1.941.468.012.939-.028 1.403.033.33.043.547.42.447.731-.054.274-.358.348-.557.487.271.321.567.62.866.914.564-.666.939-1.453 1.298-2.24a1699.83 1699.83 0 0 1-4.65-4.653c-.129-.1-.239-.273-.421-.261-.64-.029-1.281.028-1.92-.043-.03.125-.047.266.046.372m7.244 4.819c-.239.395-.376.842-.62 1.235-.199.355-.485.654-.668 1.019.037.425.479.168.658-.02-.003.698-.029 1.397.004 2.094-.038.275.388.383.47.118.094-.998-.028-2.007.055-3.005.122-.399.38-.75.45-1.167.051-.214-.167-.319-.349-.275m2.228.021c-.168.348-.075.754-.097 1.128-.574.014-1.153-.039-1.725.029-.216-.038-.256.433-.031.429.58.081 1.172.012 1.757.033-.003.796.009 1.592-.011 2.388-.231.017-.463.026-.691.064-.153.156-.098.471.159.442.345.018.897.1 1.019-.334.085-.846.013-1.7.035-2.55.256-.008.513-.005.766-.046.122-.113.043-.294.063-.437a28.46 28.46 0 0 0-.826-.022c0-.298.012-.597-.017-.894.009-.23-.215-.303-.401-.23m-8.564.572c-.121.976.138 2.005-.233 2.944-.101.303-.37.581-.275.919l.291.05c.926-1.056.645-2.548.731-3.835.458-.004.914-.004 1.372-.003l-.098.363c-.302.056-.788-.05-.906.33-.06.4-.063.818.004 1.218.19.414.741.253 1.108.299l-.003 1.167c-.262.043-.847-.03-.683.413.29.201.883.209 1.123-.109.15-.471.05-.982.075-1.469.365-.052.95.122 1.12-.319.038-.441.129-.947-.079-1.353-.359-.265-.854-.121-1.27-.161.041-.127.083-.254.123-.382.526-.009 1.054.033 1.578-.026.206-.111.132-.454-.123-.418-1.007-.047-2.017-.004-3.026-.02-.307-.003-.761.005-.828.39m6.596 3.228c.239.328.561.584.822.893-.052-.27-.181-.595.051-.821.244-.164.555-.212.766-.428-.324.083-.69.351-1.007.104-.387-.466-.712-1.049-.618-1.676-.051.64-.073 1.288-.014 1.928m1.185-1.845c.119.231.237.463.348.699a24.883 24.883 0 0 1-.028-.666l-.32-.033m-.778.143c-.148.254.076.501.172.728.126.226.269.619.599.421.181-.353-.076-.73-.275-1.014a.354.354 0 0 0-.496-.135m-5.861 1.064c-.229.306-.648.547-.677.953l.224.136c.39-.233.873-.64.8-1.138l-.261-.031-.087.08m1.83.002c-.066.428.344.755.636 1.006.186.215.504-.135.32-.321a4.51 4.51 0 0 0-.734-.803l-.222.118z"/><path fill="#fff" d="M9.76 14.614a8.898 8.898 0 0 1 1.696-.001l.155.237c-.669.02-1.34.022-2.009-.003.039-.059.119-.176.159-.233zM9.58 15.313c.656-.051 1.314-.024 1.971-.028l-.041.262c-.58-.008-1.163.047-1.74-.022l-.19-.212z"/><path fill="#0366b3" d="M12.727 4.459c.161-.287.513-.03.733.054 1.447.816 2.887 1.645 4.325 2.475-1.429.813-2.851 1.639-4.279 2.454-.244.111-.683.399-.812-.005.147-.647.588-1.183.725-1.836-1.898-.062-3.798-.01-5.696-.028V6.401c1.866-.02 3.736.038 5.6-.028.126-.67-.654-1.23-.597-1.913zM6.594 7.571c.703 1.221 1.402 2.445 2.105 3.666.224.393.481.78.581 1.229a21.54 21.54 0 0 0-.222.205c-.664-.118-1.184-.647-1.868-.689-.017 1.885-.003 3.769-.007 5.654H6.012c-.014-1.861.029-3.725-.02-5.584a48.736 48.736 0 0 1-.207-.072c-.553.18-1.03.55-1.599.681-.401-.037-.212-.476-.093-.696.816-1.474 1.669-2.927 2.5-4.392zM14.689 13.112c.182-.043.4.062.349.275-.07.417-.328.769-.45 1.167-.083.998.039 2.007-.055 3.005-.081.265-.508.157-.47-.118-.033-.698-.007-1.397-.004-2.094-.18.188-.622.445-.658.02.182-.365.468-.664.668-1.019.244-.393.382-.841.62-1.235z"/><path fill="#0366b3" d="M16.917 13.132c.186-.073.41 0 .401.23.029.298.017.597.017.894.275.004.551.011.826.022-.02.143.059.324-.063.437-.253.041-.51.038-.766.046-.022.85.05 1.704-.035 2.55-.122.434-.674.353-1.019.334-.257.029-.312-.286-.159-.442.228-.038.46-.047.691-.064.02-.796.008-1.592.011-2.388-.585-.021-1.178.049-1.757-.033-.224.004-.185-.467.031-.429.572-.068 1.15-.014 1.725-.029.022-.374-.071-.78.097-1.128zM8.353 13.704c.067-.384.521-.392.828-.39 1.009.016 2.018-.028 3.026.02.256-.035.329.307.123.418-.523.059-1.052.017-1.578.026-.041.127-.083.254-.123.382.416.041.91-.104 1.27.161.207.407.117.913.079 1.353-.17.441-.755.266-1.12.319-.025.487.075.998-.075 1.469-.24.317-.833.31-1.123.109-.164-.443.421-.37.683-.413l.003-1.167c-.367-.046-.918.115-1.108-.299a3.918 3.918 0 0 1-.004-1.218c.118-.38.605-.274.906-.33l.098-.363c-.458-.001-.914-.001-1.372.003-.085 1.287.195 2.779-.73 3.835a29.486 29.486 0 0 1-.291-.05c-.094-.338.174-.616.275-.919.371-.939.113-1.969.233-2.944m1.407.908l-.159.233c.669.025 1.34.022 2.009.003l-.155-.237a8.98 8.98 0 0 0-1.696.001m-.179.699l.19.212c.577.07 1.161.014 1.74.022l.041-.262c-.657.004-1.315-.024-1.971.028z"/><path fill="#0366b3" d="M15.357 15.228a.354.354 0 0 1 .496.135c.199.283.456.661.275 1.014-.33.198-.473-.195-.599-.421-.096-.227-.32-.473-.172-.728zM9.496 16.292l.087-.08.261.031c.073.498-.41.905-.8 1.138l-.224-.136c.029-.407.447-.648.677-.953zM11.325 16.294l.222-.118c.279.232.521.51.734.803.184.186-.134.536-.32.321-.292-.25-.702-.578-.636-1.006z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.254.574c2.389-.343 4.89.082 7.018 1.23 2.573 1.358 4.574 3.752 5.472 6.52.714 2.171.75 4.559.108 6.752a11.455 11.455 0 0 1-4.121 5.938 11.397 11.397 0 0 1-7.09 2.281c-2.742-.044-5.444-1.134-7.463-2.988A11.423 11.423 0 0 1 .71 14.279C.12 11.545.566 8.596 1.978 6.178 3.687 3.174 6.825 1.035 10.253.574m-4.182 4.1c.775.824 1.556 1.643 2.339 2.461.61.643 1.218 1.288 1.832 1.926 1.648 1.744 3.308 3.476 4.957 5.22.893.932 1.78 1.871 2.671 2.804l.91.96a9.243 9.243 0 0 0-1.119-13.396 9.225 9.225 0 0 0-5.899-2.02A9.221 9.221 0 0 0 6.07 4.673m-3.413 7.934a9.215 9.215 0 0 0 3.19 6.275 9.216 9.216 0 0 0 6.385 2.239c1.752-.058 3.47-.644 4.915-1.632-.324-.335-.646-.672-.966-1.01-.336-.355-.674-.71-1.012-1.064-1.802-1.901-3.614-3.792-5.41-5.699-.817-.84-1.614-1.7-2.429-2.544-.925-.982-1.86-1.957-2.788-2.936a9.242 9.242 0 0 0-1.886 6.372z"/><path fill="#fff" d="M6.071 4.674a9.225 9.225 0 0 1 5.692-2.044 9.22 9.22 0 0 1 5.899 2.02c1.807 1.435 3.047 3.569 3.376 5.856.418 2.684-.437 5.524-2.257 7.54l-.91-.96c-.011-2.174.005-4.35-.007-6.526-.012-1.548-.73-3.078-1.931-4.06-1.28-1.096-3.101-1.489-4.729-1.081-1.09.248-2.053.89-2.794 1.716a417.328 417.328 0 0 1-2.339-2.461zM2.657 12.607a9.247 9.247 0 0 1 1.886-6.372c.928.979 1.862 1.955 2.788 2.936a6.242 6.242 0 0 0-.193 1.502c-.004 1.254 0 2.508-.004 3.762-.41-.098-.817-.206-1.229-.298.83 1.454 1.669 2.904 2.503 4.356.834-1.45 1.67-2.899 2.501-4.351-.379.088-.755.186-1.133.277-.011-.902.017-1.804-.017-2.705 1.795 1.907 3.607 3.798 5.41 5.699.011.354.013.709.008 1.064.335.001.668.001 1.003 0 .32.338.642.676.966 1.01-1.445.988-3.163 1.574-4.915 1.632a9.22 9.22 0 0 1-6.385-2.239 9.219 9.219 0 0 1-3.19-6.275z"/><path fill="#fff" d="M10.242 9.061c.674-.967 1.987-1.422 3.107-1.027 1.028.334 1.8 1.327 1.841 2.412.025 1.278-.018 2.557.01 3.835-1.649-1.744-3.31-3.476-4.957-5.22z"/><path fill="#231f20" d="M11.203 5.419c1.628-.408 3.449-.014 4.729 1.081 1.201.982 1.919 2.512 1.931 4.06.012 2.176-.004 4.351.007 6.526-.892-.934-1.778-1.872-2.671-2.804-.028-1.278.016-2.557-.01-3.835-.041-1.085-.812-2.078-1.841-2.412-1.12-.395-2.432.06-3.107 1.027-.614-.638-1.223-1.283-1.832-1.926.74-.826 1.704-1.468 2.794-1.716zM7.331 9.172c.815.844 1.612 1.704 2.429 2.544.034.901.006 1.802.017 2.705.378-.091.754-.19 1.133-.277-.83 1.452-1.667 2.902-2.501 4.351-.834-1.452-1.673-2.902-2.503-4.356.412.091.818.199 1.229.298.004-1.254 0-2.508.004-3.762a6.236 6.236 0 0 1 .193-1.502zM15.169 17.414c.337.354.676.709 1.012 1.064-.335.001-.668.001-1.003 0 .005-.355.002-.71-.008-1.064z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-u-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.566 0h.835c2.924.102 5.796 1.298 7.9 3.336a12.037 12.037 0 0 1 3.7 8.408v.485a12.032 12.032 0 0 1-3.044 7.754c-2.137 2.426-5.293 3.893-8.521 4.016h-.841c-3.066-.11-6.072-1.427-8.2-3.641C1.33 18.253.108 15.364.001 12.419v-.728c.073-3.042 1.351-6.034 3.515-8.176C5.627 1.377 8.568.113 11.567-.001m-.714 3.197c-2.674.323-5.134 1.961-6.494 4.279a8.863 8.863 0 0 0-1.196 5.377 8.833 8.833 0 0 0 2.384 5.242 8.852 8.852 0 0 0 5.48 2.729 8.822 8.822 0 0 0 5.705-1.316 8.87 8.87 0 0 0 3.365-11.153 8.92 8.92 0 0 0-4.288-4.374 8.87 8.87 0 0 0-4.956-.784z"/><path fill="#f7fbf5" d="M10.853 3.196a8.87 8.87 0 0 1 4.956.784 8.92 8.92 0 0 1 4.288 4.374 8.87 8.87 0 0 1-3.365 11.153 8.813 8.813 0 0 1-5.705 1.316 8.842 8.842 0 0 1-5.48-2.729 8.833 8.833 0 0 1-2.384-5.242 8.87 8.87 0 0 1 1.196-5.377C5.72 5.157 8.18 3.519 10.853 3.196m-.204 1.92C9.343 5.501 8.247 6.6 8.003 7.96c-.168 1.016-.056 2.052-.089 3.077-.766-.194-1.541-.346-2.308-.539-.169-.041-.4-.024-.492.148-.091.184.016.388.121.54 1.057 1.513 2.11 3.029 3.164 4.543.112.145.248.34.458.311.169-.032.274-.188.372-.316 1.055-1.51 2.104-3.023 3.16-4.532.102-.144.198-.324.145-.505-.072-.196-.313-.235-.493-.192-.773.192-1.554.35-2.327.544.007-.766-.007-1.53.006-2.296a1.924 1.924 0 0 1 .768-1.505c.854-.642 2.078-.688 3.031-.24.671.317 1.15 1.008 1.148 1.758.012 2.875.004 5.752.005 8.628h1.858c-.001-2.838.002-5.677-.001-8.515.002-.805-.208-1.622-.678-2.282-1.142-1.594-3.4-2.058-5.203-1.47z"/><path fill="#2a2d2f" d="M10.649 5.116c1.804-.588 4.061-.124 5.203 1.47.47.66.68 1.477.678 2.282.004 2.838 0 5.677.001 8.515h-1.858c-.001-2.876.007-5.753-.005-8.628.001-.75-.478-1.441-1.148-1.758-.953-.448-2.177-.402-3.031.24a1.924 1.924 0 0 0-.768 1.505c-.013.766.001 1.53-.006 2.296.773-.193 1.554-.352 2.327-.544.18-.043.421-.004.493.192.053.181-.043.361-.145.505-1.056 1.51-2.105 3.023-3.16 4.532-.098.127-.203.283-.372.316-.21.029-.347-.166-.458-.311-1.055-1.514-2.107-3.03-3.164-4.543-.106-.152-.212-.356-.121-.54.092-.172.323-.188.492-.148.767.193 1.542.344 2.308.539.032-1.025-.079-2.06.089-3.077.244-1.36 1.34-2.459 2.646-2.844z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-u-turn--g3" xmlns="http://www.w3.org/2000/svg"><path d="M10.526 0h2.239c2.478.208 4.916 1.105 6.833 2.711a11.982 11.982 0 0 1 4.196 7.073c.077.331.095.672.088 1.013l.118-.252v2.215c-.184 2.081-.824 4.136-2.003 5.874-1.759 2.672-4.633 4.583-7.78 5.161-.475.1-.961.125-1.44.205h-1.805l.262-.158c2.878.223 5.82-.708 8.082-2.495a11.859 11.859 0 0 0 4.362-7.198 11.876 11.876 0 0 0-.91-7.163 11.921 11.921 0 0 0-5.435-5.602 11.882 11.882 0 0 0-7.82-.997 11.806 11.806 0 0 0-6.491 3.835c-1.895 2.158-2.938 5.03-2.9 7.9a11.87 11.87 0 0 0 3.018 7.782c1.97 2.228 4.8 3.641 7.756 3.937l-.15.103c-3.047-.325-5.945-1.853-7.913-4.204a11.96 11.96 0 0 1-2.501-4.926c-.119-.528-.248-1.06-.215-1.606l-.118.248v-2.222c.176-2.053.804-4.079 1.95-5.802C3.564 2.954 6.121 1.095 8.997.379c.589-.144 1.188-.294 1.801-.263l-.272-.118z"/><path d="M9.432 6.654c1.164-.866 2.771-1.062 4.121-.547.716.244 1.291.748 1.829 1.258.006.131.005.262-.005.392l-.329.154a.85.85 0 0 0-.037.047c-.46.568-1.034 1.043-1.529 1.585-.346-.706-1.194-1.097-1.95-.853a1.54 1.54 0 0 0-1.122 1.394c-.024.841-.002 1.684-.011 2.526.002.713-.004 1.427.005 2.141-.007 1.156-.004 2.312-.002 3.468A87.864 87.864 0 0 0 9 16.823c-.476.456-.94.926-1.402 1.397l.004-.673c-.007-.709.006-1.417-.008-2.125.017-1.769-.004-3.539.011-5.308.018-1.36.731-2.668 1.828-3.46zM13.609 11.54c.883-.842 1.709-1.751 2.616-2.563.244.827.161 1.694.175 2.544-.008 1.772.014 3.546-.011 5.318-.474.449-.934.913-1.39 1.38-.463-.462-.917-.934-1.391-1.382a311.764 311.764 0 0 1 0-5.297z"/><path fill="#fff" d="M9.514.388a11.888 11.888 0 0 1 7.82.997 11.921 11.921 0 0 1 5.435 5.602 11.875 11.875 0 0 1 .91 7.163 11.861 11.861 0 0 1-4.362 7.198c-2.262 1.787-5.204 2.718-8.082 2.495-.064-.162-.224.15-.338 0-2.956-.296-5.785-1.709-7.756-3.937a11.87 11.87 0 0 1-3.018-7.782c-.037-2.869 1.006-5.742 2.9-7.9A11.8 11.8 0 0 1 9.514.389m.991.068C6.793.897 3.401 3.283 1.686 6.6.376 9.076.025 12.032.689 14.752a11.61 11.61 0 0 0 4.519 6.692 11.564 11.564 0 0 0 5.702 2.144 11.596 11.596 0 0 0 6.938-1.531 11.68 11.68 0 0 0 4.993-5.821 11.706 11.706 0 0 0 .22-7.861 11.699 11.699 0 0 0-5.585-6.649A11.647 11.647 0 0 0 10.504.458z"/><path fill="#fff" d="M5.317 6.526c1.429-1.76 3.581-2.918 5.84-3.124 2.303-.227 4.679.512 6.436 2.021-.654.644-1.298 1.3-1.95 1.948-.182.218-.281.618-.632.587l.037-.047.329-.154c.01-.131.011-.262.005-.392-.538-.51-1.112-1.014-1.829-1.258-1.35-.515-2.957-.319-4.121.547-1.097.792-1.81 2.1-1.828 3.46-.014 1.769.006 3.539-.011 5.308l-2.172 2.174c-1.205-1.428-1.952-3.245-2.041-5.116a8.564 8.564 0 0 1 1.937-5.954zM18.654 6.502c1.568 1.865 2.261 4.418 1.882 6.822a8.628 8.628 0 0 1-2.492 4.841 8.6 8.6 0 0 1-5.568 2.461 8.641 8.641 0 0 1-5.977-1.972c.372-.366.742-.733 1.104-1.108l-.004.673c.462-.47.925-.941 1.402-1.397.47.461.941.924 1.402 1.396-.001-1.156-.005-2.312.002-3.468 1.07-1.069 2.143-2.134 3.205-3.21a311.764 311.764 0 0 0 0 5.297c.474.449.928.92 1.391 1.382.456-.467.916-.931 1.39-1.38.025-1.772.002-3.546.011-5.318-.014-.85.068-1.717-.175-2.544l-.011-.049c.827-.796 1.627-1.618 2.44-2.426z"/><path fill="#fff" d="M10.41 10.084a1.54 1.54 0 0 1 1.122-1.394c.756-.244 1.604.148 1.95.853-1.038 1.012-2.05 2.051-3.083 3.067.008-.842-.013-1.685.011-2.526z"/><path fill="#d40000" d="M10.505.457c2.382-.31 4.855.131 6.972 1.268a11.702 11.702 0 0 1 5.585 6.649c.836 2.542.757 5.37-.22 7.861a11.686 11.686 0 0 1-4.993 5.821 11.596 11.596 0 0 1-6.938 1.531 11.573 11.573 0 0 1-5.702-2.144A11.613 11.613 0 0 1 .69 14.751c-.664-2.719-.313-5.676.997-8.152C3.402 3.282 6.794.897 10.506.456m-5.189 6.07A8.566 8.566 0 0 0 3.38 12.48c.089 1.871.836 3.688 2.041 5.116l2.172-2.174c.014.708.001 1.416.008 2.125a64.06 64.06 0 0 1-1.104 1.108 8.646 8.646 0 0 0 5.977 1.972 8.6 8.6 0 0 0 5.568-2.461 8.628 8.628 0 0 0 2.492-4.841c.379-2.404-.313-4.957-1.882-6.822-.812.809-1.613 1.631-2.44 2.426l.011.049c-.907.812-1.733 1.721-2.616 2.563-1.062 1.076-2.135 2.141-3.205 3.21-.008-.714-.002-1.428-.005-2.141 1.033-1.016 2.045-2.056 3.083-3.067.494-.542 1.069-1.018 1.529-1.585.352.031.45-.368.632-.587.652-.648 1.296-1.303 1.95-1.948a8.68 8.68 0 0 0-6.436-2.021c-2.26.205-4.411 1.363-5.84 3.124z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-goods--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.387 0h1.156c2.705.144 5.363 1.181 7.387 2.993 2.47 2.152 3.966 5.35 4.07 8.621v.666c-.068 2.879-1.206 5.718-3.164 7.831-2.111 2.316-5.149 3.727-8.275 3.889h-1.104c-3.043-.152-6.011-1.487-8.112-3.697C1.334 18.234.148 15.418.001 12.541v-.911c.092-3.079 1.415-6.101 3.636-8.237C5.694 1.359 8.51.172 11.388-.001M10.62 3.21c-2.708.402-5.164 2.144-6.451 4.559a8.93 8.93 0 0 0-.802 6.385 8.923 8.923 0 0 0 3.112 4.82 8.874 8.874 0 0 0 5.876 1.914c1.898-.064 3.76-.778 5.234-1.969a8.943 8.943 0 0 0 2.995-4.59 8.93 8.93 0 0 0-.259-5.473 8.93 8.93 0 0 0-3.415-4.279c-1.829-1.22-4.12-1.709-6.29-1.367z"/><path fill="#fff" d="M10.62 3.21c2.171-.342 4.462.146 6.29 1.367a8.93 8.93 0 0 1 3.415 4.279 8.93 8.93 0 0 1 .259 5.473 8.95 8.95 0 0 1-2.995 4.59c-1.475 1.192-3.336 1.906-5.234 1.969a8.87 8.87 0 0 1-5.876-1.914 8.923 8.923 0 0 1-3.112-4.82 8.924 8.924 0 0 1 .802-6.385C5.457 5.355 7.912 3.612 10.62 3.21M8.776 6.952c-.221 1.926-.398 3.857-.602 5.784h7.561c-.188-1.846-.379-3.69-.566-5.536-.034-.288-.082-.618-.334-.802-.33-.244-.76-.27-1.156-.264-1.282.011-2.564-.014-3.845.012-.474.012-1.02.277-1.058.805m-1.26 6.167v.865h8.861v-.865H7.516m.138 1.372c-.31.815-.32 1.753.013 2.562.222.322.719.341 1.032.156.268-.162.268-.5.281-.775l.408-.001.001-.385c.197.001.394.005.59.01.302.22.707.127 1.051.229.349.031.611.344.967.322.328-.089.605-.322.954-.344.305-.082.672.008.929-.208.197-.005.395-.007.593-.008l.001.385.409.001c.011.281.014.628.295.786.33.181.874.148 1.048-.234a3.538 3.538 0 0 0-.012-2.479c-.203-.358-.731-.392-1.055-.192-.266.163-.263.499-.278.774l-.407.001v.378c-.65-.012-1.29-.138-1.945-.083a.775.775 0 0 0-1.194-.001c-.654-.044-1.297.059-1.946.086l-.001-.38-.407-.001c-.029-.191.001-.401-.097-.574-.242-.426-.97-.434-1.23-.024z"/><path d="M8.776 6.952c.038-.528.584-.793 1.058-.805 1.28-.026 2.563-.001 3.845-.012.396-.006.826.02 1.156.264.252.184.3.514.334.802.187 1.846.378 3.69.566 5.536H8.174c.204-1.927.382-3.858.602-5.784m.625-.111c0 1.715-.011 3.43.006 5.143 1.717.012 3.436.004 5.153.005.017-1.716.007-3.433.005-5.15-1.721.001-3.443-.004-5.164.002zM7.516 13.118h8.861v.865H7.516v-.865zM7.654 14.49c.26-.41.988-.402 1.23.024.098.173.068.383.097.574l.407.001.001.38c.649-.028 1.292-.131 1.946-.086a.775.775 0 0 1 1.194.001c.655-.055 1.295.071 1.945.083v-.378l.407-.001c.016-.275.012-.611.278-.774.324-.2.852-.166 1.055.192.302.787.308 1.688.012 2.479-.174.382-.718.415-1.048.234-.281-.158-.284-.505-.295-.786l-.409-.001-.001-.385c-.198.001-.396.004-.593.008-.257.216-.624.126-.929.208-.349.023-.626.256-.954.344-.356.023-.618-.29-.967-.322-.344-.102-.749-.01-1.051-.229a38.915 38.915 0 0 0-.59-.01l-.001.385-.408.001c-.013.275-.013.613-.281.775-.313.185-.81.166-1.032-.156-.334-.809-.323-1.747-.013-2.562z"/><path fill="#f6836c" d="M9.401 6.842c1.721-.006 3.443-.001 5.164-.002.002 1.717.012 3.434-.005 5.15-1.717-.001-3.436.007-5.153-.005-.017-1.714-.006-3.428-.006-5.143z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-goods--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c23" d="M10.854 0h2.192c2.855.283 5.613 1.558 7.594 3.644 1.907 1.928 3.045 4.526 3.36 7.205v2.196c-.279 2.787-1.496 5.485-3.502 7.455-1.964 2-4.654 3.214-7.433 3.499h-2.171c-2.7-.298-5.32-1.449-7.26-3.369C1.556 18.652.289 15.904 0 13.06v-2.168C.307 8.068 1.562 5.34 3.63 3.374 5.559 1.458 8.166.314 10.854-.001M6.496 4.813c1.066 1.069 2.128 2.143 3.206 3.199-1.208-.011-2.415.003-3.623-.008-.469-.455-.928-.92-1.389-1.384-1.284 1.693-1.905 3.863-1.742 5.979.156 2.259 1.232 4.429 2.916 5.937a8.856 8.856 0 0 0 5.934 2.281 8.939 8.939 0 0 0 5.322-1.762c-1.065-1.066-2.125-2.135-3.198-3.191 1.197.027 2.397-.03 3.592.024.522.393.93.916 1.412 1.354a8.903 8.903 0 0 0 1.72-6.111c-.192-2.274-1.318-4.445-3.05-5.928a8.85 8.85 0 0 0-5.8-2.141 8.839 8.839 0 0 0-5.3 1.751z"/><path fill="#fff" d="M6.496 4.813a8.839 8.839 0 0 1 5.3-1.751 8.85 8.85 0 0 1 5.8 2.141c1.732 1.483 2.859 3.654 3.05 5.928a8.907 8.907 0 0 1-1.72 6.111c-.481-.438-.89-.961-1.412-1.354-1.195-.054-2.395.003-3.592-.024 1.073 1.057 2.133 2.125 3.198 3.191a8.937 8.937 0 0 1-5.322 1.762 8.852 8.852 0 0 1-5.934-2.281c-1.684-1.508-2.761-3.678-2.916-5.937-.164-2.116.457-4.285 1.742-5.979.461.464.92.929 1.389 1.384 1.208.011 2.415-.003 3.623.008-1.078-1.057-2.14-2.13-3.206-3.199M6.067 8.62c-.295.685-.276 1.535-.854 2.089-.139.208-.528.394-.374.686.201.252.45-.024.644-.138-.059 1.187-.009 2.455-.649 3.509-.184.296.347.477.472.198.768-1.156.656-2.635.7-3.962 1.039 0 2.08-.004 3.119-.012.201.03.353-.111.493-.227l-.202-.307c-.472.001-.943 0-1.415.003.166-.223.346-.437.468-.688.137-.306-.114-.672-.43-.712-.499-.036-1-.012-1.502-.021-.017-.24-.162-.657-.469-.418m10.353.025c-.153.48-.168.991-.257 1.484l-.558-.004c-.016-.418.051-.851-.071-1.258l-.259-.09c-.416.333-.082.977-.182 1.443-.034-.369-.021-.74-.07-1.106-.232-.178-.496.019-.477.283a17.23 17.23 0 0 1-.27 2.42c-.102.288.276.488.456.252.17-.461.181-.964.311-1.437.056.692.031 1.386.039 2.081-.33.198-.783.253-1.022.571.052.589.712.152 1.035.036.004.56-.035 1.125.025 1.683-.028.275.527.283.489.003.074-.65-.031-1.309.03-1.96.212-.206.476-.349.717-.515-.196.536-.463 1.044-.65 1.582-.125.231.102.362.256.483.375-.461.547-1.039.779-1.575.353-.827.52-1.719.547-2.615.044.042.134.123.18.164.003 1.295-.429 2.542-.882 3.739-.052.192-.172.392-.086.594.219.17.397-.007.567-.143.396.188.839.349 1.282.237.386-.189.438-.666.44-1.047.007-1.118.023-2.238.031-3.356.017-.236-.051-.547-.319-.607-.583-.083-1.176-.031-1.763-.059.043-.426.205-.865.098-1.291-.142-.125-.28-.122-.416.009m-4.268.418c-.374.387-.752.771-1.152 1.134.036-.359.261-.787.027-1.116-.272-.216-.658-.13-.98-.126-.284-.007-.396.311-.379.547-.011 1.75.003 3.499-.005 5.249.009.228-.035.536.259.599.367-.056.248-.475.306-.737.65-.099.984-.788.926-1.396.363-.123.751-.036 1.124-.031-.091.577-.564.991-1.046 1.264-.224.135-.492.215-.661.424.001.189.095.3.279.338.697-.193 1.274-.67 1.708-1.236.41.446.831.925 1.402 1.168.244.146.53-.251.28-.408-.594-.417-1.199-.872-1.527-1.541.382-.074.916.114 1.192-.223.111-.51.105-1.054.036-1.57-.201-.434-.776-.208-1.146-.295-.196-.41.479-.205.699-.3a.896.896 0 0 1 .627-.461c.143-.154-.042-.333-.178-.405-.386-.233-.681-.574-1.004-.881-.205-.213-.59-.245-.786.001m-5.836 2.262c-.098 1.243-.044 2.498-.084 3.745.779 0 1.559.058 2.338.012.551-.046.8-.646.788-1.133-.009-.377.126-.944-.392-1.014-.101.111-.202.221-.306.33-.011-.484.027-.967.004-1.451-.008-.304-.33-.51-.614-.495a33.453 33.453 0 0 0-1.735.005z"/><path fill="#fff" d="M10.206 9.482l.393.005c-.118.556-.276 1.103-.389 1.66-.003-.555-.008-1.11-.004-1.665zM6.369 9.584c.535-.001 1.071-.004 1.606.004-.223.303-.464.59-.713.871H6.055c.111-.29.215-.582.314-.876zM11.662 10.313c.315-.28.609-.582.892-.893.335.354.652.754 1.118.943-.665-.099-1.339-.05-2.01-.05zM10.914 10.372c.197.152.379.327.598.449.236.032.476.025.715.031l.001.268c-.343.048-.872-.126-1.054.274-.064.43-.031.867-.054 1.302-.13-.339-.303-.666-.373-1.024-.036-.438.09-.87.166-1.299zM16.142 11.73c.288-.397.379-.89.578-1.331.025.586-.071 1.168-.225 1.732-.333-.139-.619.058-.881.248.009-.571 0-1.144-.004-1.715h.444c-.126.367-.409.709-.367 1.114.178.126.33.11.456-.048zM18.031 10.478l.251.011c-.034 1.337.021 2.678-.08 4.01-.351-.035-.695-.119-1.039-.194.481-1.22.837-2.507.869-3.827z"/><path fill="#fff" d="M11.678 11.665h.552c0 .324.001.649.003.973h-.555v-.973zM12.768 11.676l.678-.003-.023.965-.649.001-.007-.964zM6.814 11.859c.44-.008.881-.008 1.322-.005-.005.463-.008.925-.035 1.386-.448-.079-.865-.259-1.295-.396.001-.329.004-.657.008-.985zM10.202 11.81c.287.725.745 1.673.056 2.326-.107-.771-.03-1.551-.056-2.326zM6.79 13.356c.514.29 1.492.719 1.799-.024.078.083.158.166.239.248-.047.307.084.839-.304.96-.579.055-1.162-.007-1.743-.008.005-.393.011-.784.009-1.176z"/><path fill="#0366b3" d="M6.067 8.62c.307-.239.452.178.469.418.501.009 1.003-.015 1.502.021.316.04.567.406.43.712-.122.251-.302.465-.468.688.472-.003.943-.001 1.415-.003l.202.307c-.141.115-.292.256-.493.227-1.039.008-2.08.012-3.119.012-.044 1.327.068 2.806-.7 3.962-.125.279-.656.098-.472-.198.64-1.054.59-2.322.649-3.509-.193.114-.442.39-.644.138-.154-.292.235-.479.374-.686.578-.554.559-1.404.854-2.089m.303.964c-.099.294-.202.586-.314.876h1.207c.249-.282.491-.569.713-.871-.535-.008-1.071-.005-1.606-.004zM16.421 8.645c.135-.131.274-.134.416-.009.107.426-.055.865-.098 1.291.587.028 1.18-.024 1.763.059.268.06.337.371.319.607-.008 1.118-.024 2.238-.031 3.356-.001.381-.054.858-.44 1.047-.442.111-.886-.05-1.282-.237-.17.137-.349.314-.567.143-.086-.202.034-.402.086-.594.453-1.197.885-2.444.882-3.739a9.186 9.186 0 0 1-.18-.164c-.027.896-.194 1.787-.547 2.615-.232.536-.404 1.114-.779 1.575-.154-.121-.381-.252-.256-.483.188-.538.455-1.046.65-1.582-.241.166-.505.308-.717.515-.06.652.044 1.31-.03 1.96.038.28-.518.272-.489-.003-.06-.558-.021-1.122-.025-1.683-.323.115-.983.552-1.035-.036.239-.318.692-.373 1.022-.571-.008-.695.017-1.389-.039-2.081-.13.473-.141.976-.311 1.437-.18.236-.558.036-.456-.252.153-.799.231-1.608.27-2.42-.019-.264.245-.461.477-.283.048.366.036.737.07 1.106.101-.465-.233-1.11.182-1.443l.259.09c.122.406.055.839.071 1.258l.558.004c.09-.493.105-1.004.257-1.484m-.279 3.086c-.126.158-.278.174-.456.048-.042-.405.241-.747.367-1.114h-.444c.004.571.013 1.144.004 1.715.261-.19.548-.387.881-.248.154-.564.251-1.146.225-1.732-.198.441-.29.935-.578 1.331m1.89-1.252c-.032 1.319-.387 2.606-.869 3.827.345.075.688.16 1.039.194.102-1.333.047-2.674.08-4.01l-.251-.011z"/><path fill="#0366b3" d="M12.153 9.064c.196-.247.581-.215.786-.001.323.307.618.648 1.004.881.137.072.322.251.178.405a.9.9 0 0 0-.627.461c-.22.095-.894-.11-.699.3.37.087.945-.139 1.146.295.068.516.075 1.061-.036 1.57-.276.337-.81.149-1.192.223.328.669.933 1.124 1.527 1.541.249.157-.036.554-.28.408-.571-.243-.992-.721-1.402-1.168-.434.566-1.011 1.043-1.708 1.236-.184-.038-.278-.149-.279-.338.169-.209.437-.288.661-.424.481-.274.955-.688 1.046-1.264-.373-.005-.76-.093-1.124.031.058.607-.276 1.297-.926 1.396-.058.263.062.681-.306.737-.294-.063-.249-.371-.259-.599.008-1.75-.005-3.499.005-5.249-.016-.236.095-.554.379-.547.322-.004.708-.09.98.126.235.329.009.756-.027 1.116.4-.363.778-.747 1.152-1.134m-1.946.416c-.004.555.001 1.11.004 1.665.113-.556.271-1.103.389-1.66l-.393-.005m1.456.831c.67 0 1.345-.05 2.01.05-.467-.189-.783-.589-1.118-.943-.283.311-.577.613-.892.893m-.748.059c-.076.429-.202.861-.166 1.299.07.358.243.685.373 1.024.023-.434-.011-.871.054-1.302.182-.4.711-.225 1.054-.274l-.001-.268c-.239-.005-.479.001-.715-.031-.219-.122-.401-.298-.598-.449m.763 1.294v.973h.555l-.003-.973h-.552m1.09.011l.007.964.649-.001.023-.965c-.227 0-.452.001-.678.003m-2.567.133c.027.775-.051 1.555.056 2.326.689-.653.231-1.601-.056-2.326zM6.318 11.324a32.374 32.374 0 0 1 1.735-.005c.284-.015.606.19.614.495.023.484-.015.967-.004 1.451.103-.109.205-.219.306-.33.518.07.382.637.392 1.014.012.487-.237 1.087-.788 1.133-.779.046-1.559-.012-2.338-.012.04-1.247-.013-2.502.084-3.745m.495.534c-.004.329-.007.657-.008.985.43.137.847.316 1.295.396.027-.461.03-.924.035-1.386a52.945 52.945 0 0 0-1.322.005m-.024 1.497c.001.391-.004.783-.009 1.176.581.001 1.164.063 1.743.008.389-.121.257-.653.304-.96-.08-.082-.161-.165-.239-.248-.307.743-1.286.314-1.799.024z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-goods--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#9f676b" opacity=".87" d="M11.525.057h.822l.185.077c-.388.05-.779.05-1.167-.005l.159-.073zM14.534.4a.336.336 0 0 1 .374.121c-.165.065-.289.024-.374-.121zM8.63.611l.267-.092-.267.092zM14.984.513a.4.4 0 0 1 .38.108c-.167.083-.293.047-.38-.108zM8.037.775l.014-.001-.025.006.011-.005zM15.771.742l.291.115-.291-.115zM7.697.915l.014-.006-.014.006zM16.144.884zM16.755 1.123zM6.838 1.28l.073-.033-.073.033zM16.941 1.209l.129.061a3.754 3.754 0 0 0-.129-.061zM6.606 1.391l.126-.061-.126.061zM17.188 1.331l.098.049-.098-.049zM6.409 1.491l.077-.04-.077.04zM17.403 1.435l.122.063-.122-.063zM17.638 1.561l.077.041-.077-.041zM5.851 1.812l.008-.005-.015.009.007-.005zM18.034 1.766a.415.415 0 0 1 .318.234c-.189.018-.296-.059-.318-.234zM5.417 2.116a.347.347 0 0 1 .325-.231c-.045.166-.155.242-.325.231zM18.373 2.003a.324.324 0 0 1 .325.226c-.168.009-.278-.066-.325-.226zM5.072 2.336a.346.346 0 0 1 .331-.22c-.05.165-.16.238-.331.22zM18.71 2.231a.35.35 0 0 1 .329.222c-.172.018-.281-.056-.329-.222zM4.625 2.678a.357.357 0 0 1 .309-.246c-.031.171-.134.254-.309.246zM19.191 2.559a.933.933 0 0 1 .417.316c-.224.102-.415-.1-.417-.316zM3.955 3.213c.139-.166.301-.311.489-.419.03.282-.209.503-.489.419zM19.766 3.032a7.44 7.44 0 0 1 1.256 1.252c-.44-.396-.855-.818-1.256-1.252zM2.382 4.987a.402.402 0 0 1 .239-.311c.022.18-.058.283-.239.311zM21.651 5.088c.01.013.028.04.039.052l-.019-.025-.019-.027zM1.967 5.602l.027-.041-.027.041zM22.105 5.774l.032.057-.032-.057zM22.174 5.899a.61.61 0 0 1 .229.361c-.18-.041-.256-.162-.229-.361zM22.568 6.584l.036.071-.036-.071zM22.657 6.76zM23.015 7.589l.033.08-.033-.08zM23.085 7.766c.028.073.084.221.113.293-.028-.073-.084-.221-.113-.293zM23.192 8.15zM23.31 8.497zM.465 8.979zM.346 9.431zM.221 10.067c-.048-.166.028-.332.118-.469.057.156.094.415-.118.469zM0 11.8l.08-.262c.028.284.048.571.02.857l-.1.18V11.8zM.348 14.581c.154.09.187.218.099.384a.42.42 0 0 1-.099-.384zM.499 15.198l.017.065-.017-.065zM23.333 15.55l.096-.265-.096.265zM23.288 15.793l-.013-.026-.006.018.01.028.008-.02zM.723 15.907l.026.071-.026-.071zM23.148 16.13l.007-.017-.007.017zM.831 16.21l.03.077-.03-.077zM22.969 16.574zM22.894 16.764zM22.822 16.924l.019-.043-.033.073.014-.03zM22.669 17.245zM1.291 17.271l.024.048-.024-.048zM22.571 17.434l.04-.076-.04.076zM1.524 17.728zM22.339 17.879l.022-.041-.022.041zM1.856 18.289zM1.931 18.402c.188.061.259.181.215.359a.56.56 0 0 1-.215-.359zM21.601 18.975c-.007-.174.075-.278.246-.308a.35.35 0 0 1-.246.308zM2.311 18.97l.022.026.018.031-.04-.057zM21.376 19.33c-.036-.173.036-.282.218-.329a.407.407 0 0 1-.218.329zM2.5 19.256c.232-.05.411.192.318.405a1.254 1.254 0 0 1-.318-.405zM20.816 20.005c-.086-.218.114-.431.336-.403-.08.158-.189.3-.336.403zM2.981 19.826c.433.399.853.813 1.25 1.248a6.901 6.901 0 0 1-1.25-1.248zM19.547 21.213c-.033-.222.181-.427.4-.338a1.143 1.143 0 0 1-.4.338zM4.393 21.235c.221-.082.415.097.448.308a.794.794 0 0 1-.448-.308zM18.954 21.656c.039-.174.147-.255.322-.241a.387.387 0 0 1-.322.241zM4.85 21.559c.172-.011.279.067.321.233a.345.345 0 0 1-.321-.233zM18.692 21.853l.044-.032-.044.032zM5.307 21.912c.231-.063.506.065.53.323-.209-.043-.379-.181-.53-.323zM18.35 22.08l.04-.026-.04.026zM5.879 22.246c.248-.03.504.083.569.341-.215-.067-.425-.16-.569-.341zM17.751 22.436l.069-.04-.069.04zM17.526 22.555c.03-.016.09-.048.121-.063-.031.015-.091.047-.121.063zM6.521 22.621l.08.041a2.953 2.953 0 0 0-.08-.041zM17.299 22.67zM6.713 22.72l.083.041-.036-.016-.047-.025zM17.1 22.742l.083-.01-.142.066.059-.056zM16.84 22.892l.093-.044a2.65 2.65 0 0 0-.093.044zM16.628 22.983l.092-.033-.05.026-.042.007zM7.524 23.072c.025.01.075.031.101.04-.026-.009-.076-.03-.101-.04zM7.715 23.143c.073.028.216.086.288.115l-.288-.115zM15.909 23.264l.257-.123-.257.123zM8.089 23.252l.247.125a19.01 19.01 0 0 0-.247-.125zM15.726 23.333l.02-.006-.01.003-.01.002zM8.439 23.365l.253.124-.253-.124zM15.223 23.49zM8.856 23.496zM14.854 23.595zM9.208 23.589c.173-.071.386-.057.483.125a.554.554 0 0 1-.483-.125zM13.536 23.831c.119-.278.458-.185.68-.114-.22.073-.447.127-.68.114z"/><path fill="#fff" d="M8.963.503a9.554 9.554 0 0 1 1.882-.339c-.629.105-1.257.213-1.882.339zM13.048.16c.299-.031.593.05.877.131-.299.094-.628.071-.877-.131zM13.979.299a.742.742 0 0 1 .497.109c-.172.089-.398.076-.497-.109zM8.193.761l.248-.113c-.061.027-.187.084-.248.113zM6.973 1.218c.175-.134.379-.218.598-.245-.11.22-.371.285-.598.245zM5.889 4.828a9.343 9.343 0 0 1 5.604-2.212 9.399 9.399 0 0 1 6.202 1.919 9.414 9.414 0 0 1 3.603 6.109c.411 2.648-.397 5.434-2.121 7.478-.736-.74-1.483-1.471-2.211-2.22 1.144-1.137 2.276-2.286 3.423-3.423.148-.151.314-.29.429-.47-2.935-2.962-5.892-5.902-8.842-8.849-1.294 1.292-2.601 2.571-3.875 3.883-.737-.738-1.479-1.473-2.211-2.215zM2.729 13.938c-.585-2.788.165-5.842 2.046-7.991.737.739 1.468 1.483 2.217 2.211-1.319 1.264-2.59 2.579-3.889 3.864 2.958 2.954 5.916 5.911 8.869 8.872 1.175-1.174 2.345-2.352 3.525-3.522.125-.116.216-.258.271-.419l.013-.028c.728.801 1.524 1.537 2.276 2.315a9.49 9.49 0 0 1-5.315 2.191 9.401 9.401 0 0 1-6.365-1.803 9.448 9.448 0 0 1-3.647-5.691zM22.855 7.219l.121.282a23.9 23.9 0 0 0-.121-.282zM23.416 8.824c.104.126.155.27.155.432-.157-.105-.208-.249-.155-.432zM23.58 9.296c.093.378.151.763.199 1.149a9.926 9.926 0 0 1-.199-1.149zM.108 10.894a2.19 2.19 0 0 1 .123-.753c.093.255.098.561-.123.753zM.115 13.202c.226.195.207.511.118.769a2.576 2.576 0 0 1-.118-.769zM.242 14.036c.199.085.198.317.111.486a.751.751 0 0 1-.111-.486zM23.445 15.221c.058-.303.127-.603.213-.899a5.787 5.787 0 0 1-.213.899zM7.037 22.864l.022.007-.011-.002-.01-.005zM7.167 22.901l.273.139-.273-.139zM16.253 23.134zM14.317 23.703c.088-.197.318-.201.489-.116a.77.77 0 0 1-.489.116zM9.75 23.712c.207-.098.478-.1.613.113-.209.001-.422-.02-.613-.113z"/><path fill="#c0111e" d="M10.845.164c.173-.015.347-.024.52-.034.388.055.779.055 1.167.005l.515.026c.249.201.578.225.877.131l.055.008c.099.185.325.198.497.109l.058-.008c.085.144.209.185.374.121l.075-.008c.086.155.213.191.38.108.135.038.272.078.407.121l.291.115.082.027.114.036c.167.063.334.125.497.202l.075.034.111.052.129.061.118.06.098.049.117.056.122.063.114.063.077.041c.105.057.21.113.318.165.023.175.13.253.318.234l.02.002c.048.16.157.235.325.226l.011.001c.048.166.157.24.329.222l.152.107c.002.216.193.419.417.316l.158.157c.4.435.816.856 1.256 1.252.227.254.436.523.629.803l.019.027.019.025c.15.202.29.414.415.634l.032.057.038.068c-.027.199.049.32.229.361.052.109.108.217.165.324l.036.071.052.106.032.066c.058.13.114.262.166.394l.121.282.04.088.033.08.038.098c.028.073.084.221.113.293l-.006.09.127.246-.01.101c.03.064.088.19.116.254l-.009.074c-.053.183-.002.328.155.432l.009.04c.041.387.113.77.199 1.149.158 1.288.072 2.599-.122 3.878-.085.296-.155.596-.213.899l-.016.064-.096.265-.058.217.013.026-.008.02-.125.299-.007.017-.06.154-.118.29-.038.098a3.573 3.573 0 0 1-.038.092l-.053.117-.019.043-.014.03-.105.223a2.154 2.154 0 0 1-.034.068l-.058.113-.04.076a31.03 31.03 0 0 1-.21.405l-.022.041c-.152.27-.317.532-.493.787-.171.031-.253.134-.246.308l-.007.026c-.182.047-.255.156-.218.329a3.694 3.694 0 0 0-.224.273c-.222-.028-.422.184-.336.403-.283.297-.573.586-.869.87-.22-.089-.433.116-.4.338-.092.065-.181.133-.271.201-.175-.014-.283.067-.322.241l-.218.165-.044.032-.301.201-.04.026c-.175.109-.351.214-.53.316l-.069.04-.105.057c-.031.015-.091.047-.121.063l-.125.061-.101.053-.116.061-.083.01-.059.056-.108.05a2.65 2.65 0 0 0-.093.044l-.119.058a3.383 3.383 0 0 0-.092.033l-.135.024-.24.127-.086.007-.257.123-.163.064-.02.006-.239.058-.264.099-.114-.009-.256.114-.048-.008c-.171-.085-.402-.081-.489.116l-.101.014c-.222-.072-.561-.164-.68.114-1.057.059-2.119.148-3.172-.006-.135-.213-.406-.21-.613-.113l-.059.002c-.098-.182-.311-.196-.483-.125l-.086.009a46.82 46.82 0 0 0-.265-.102l-.165-.007-.253-.124-.102.011a19.01 19.01 0 0 0-.247-.125l-.086.007-.288-.115-.09-.032c-.026-.009-.076-.03-.101-.04l-.084-.032-.273-.139-.108-.031-.022-.007-.241-.102-.083-.041-.113-.058a2.953 2.953 0 0 0-.08-.041l-.073-.034c-.065-.258-.321-.371-.569-.341l-.042-.011c-.024-.258-.299-.386-.53-.323l-.136-.119c-.042-.166-.149-.245-.321-.233l-.009-.016c-.033-.212-.227-.39-.448-.308l-.162-.162a20.437 20.437 0 0 0-1.25-1.248l-.163-.165c.092-.213-.086-.455-.318-.405l-.149-.229-.018-.031-.022-.026-.165-.209c.044-.179-.027-.298-.215-.359l-.041-.06a8.08 8.08 0 0 1-.575-1.022l-.024-.048a8.749 8.749 0 0 1-.43-.984l-.03-.077-.082-.232-.026-.071a9.65 9.65 0 0 1-.207-.644L.498 15.2l-.052-.233c.088-.166.055-.295-.099-.384l.006-.059c.086-.168.088-.4-.111-.486l-.009-.065c.089-.258.108-.574-.118-.769a5.886 5.886 0 0 1-.015-.808 4.465 4.465 0 0 0-.02-.857c.007-.215.016-.429.028-.644.221-.192.216-.498.123-.753l-.01-.074c.213-.053.175-.313.118-.469l.007-.168.108-.262.011-.19.094-.266a10.959 10.959 0 0 1 1.407-3.111l.027-.041c.123-.196.25-.389.388-.574.181-.027.26-.131.239-.311.387-.538.86-1.003 1.334-1.463.28.084.519-.136.489-.419l.181-.117c.175.008.279-.075.309-.246l.138-.096c.171.018.281-.055.331-.22l.014-.001c.171.011.28-.065.325-.231l.102-.068.015-.009c.18-.111.364-.215.551-.316l.077-.04.119-.06.126-.061.106-.05.073-.033.061-.028c.227.041.488-.025.598-.245l.126-.059.014-.006.315-.13.025-.006.142-.013.248-.113.189-.038.267-.092L8.961.5a57.504 57.504 0 0 1 1.882-.339M5.889 4.828c.733.742 1.474 1.476 2.211 2.215.47.421.897.884 1.347 1.324 2.505 2.514 5.027 5.009 7.52 7.534.728.75 1.475 1.48 2.211 2.22 1.724-2.044 2.532-4.83 2.121-7.478a9.414 9.414 0 0 0-3.603-6.109 9.402 9.402 0 0 0-6.202-1.919c-2.043.098-4.052.878-5.604 2.212m-3.161 9.111a9.45 9.45 0 0 0 3.647 5.691 9.403 9.403 0 0 0 6.365 1.803c1.946-.151 3.822-.94 5.315-2.191-.752-.778-1.548-1.514-2.276-2.315l-.013.028.025-.059a3.314 3.314 0 0 1-.367-.298c-2.807-2.817-5.627-5.621-8.433-8.439-.748-.728-1.48-1.472-2.217-2.211-1.881 2.149-2.631 5.203-2.046 7.991z"/><path fill="#030303" d="M8.1 7.043c1.274-1.313 2.581-2.591 3.875-3.883 2.951 2.947 5.908 5.887 8.842 8.849-.115.18-.281.318-.429.47-1.147 1.136-2.278 2.285-3.423 3.423-2.492-2.525-5.015-5.021-7.52-7.534-.449-.44-.877-.903-1.347-1.324zM3.103 12.023c1.299-1.285 2.569-2.6 3.889-3.864 2.806 2.817 5.626 5.621 8.433 8.439.115.107.238.207.367.298l-.025.059a1.02 1.02 0 0 1-.271.419c-1.18 1.169-2.35 2.348-3.525 3.522-2.953-2.961-5.91-5.918-8.869-8.872z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-water-pollutants--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.489 0h1.009c2.72.131 5.396 1.172 7.432 2.993 2.477 2.159 3.976 5.369 4.07 8.65v.599a12.035 12.035 0 0 1-2.938 7.616c-2.126 2.47-5.287 3.991-8.54 4.142H11.5c-2.49-.12-4.937-1.012-6.896-2.558-2.749-2.12-4.458-5.485-4.603-8.951v-.824c.08-3.032 1.354-6.013 3.511-8.149C5.604 1.39 8.517.141 11.49.001m-.87 3.209c-2.416.365-4.648 1.781-5.999 3.817-1.408 2.053-1.864 4.715-1.254 7.126a8.864 8.864 0 0 0 2.226 4.016c1.567 1.64 3.785 2.645 6.054 2.719a8.879 8.879 0 0 0 5.611-1.714 8.936 8.936 0 0 0 3.248-4.572 8.93 8.93 0 0 0-.085-5.478c-.784-2.327-2.58-4.295-4.836-5.269a8.948 8.948 0 0 0-4.966-.646z"/><path fill="#fff" d="M10.62 3.21a8.94 8.94 0 0 1 4.966.646c2.256.974 4.052 2.942 4.836 5.269a8.93 8.93 0 0 1 .085 5.478 8.942 8.942 0 0 1-3.248 4.572 8.879 8.879 0 0 1-5.611 1.714c-2.269-.074-4.487-1.079-6.054-2.719a8.874 8.874 0 0 1-2.226-4.016c-.61-2.411-.154-5.072 1.254-7.126 1.351-2.036 3.583-3.452 5.999-3.817m.125 2.999c-1.032.151-2.065.497-2.896 1.145-.581.45-1.049 1.147-.988 1.912.059.805.649 1.456 1.297 1.879 1.238.788 2.744 1.062 4.195 1.008 1.265-.054 2.554-.37 3.606-1.096.662-.462 1.241-1.204 1.17-2.053-.068-.882-.755-1.564-1.48-1.991-1.474-.844-3.245-1.028-4.906-.804M6.99 12.016l.001.472h1.672c.296.29.589.583.877.881 1.637.001 3.272-.002 4.908.002.292-.292.586-.582.872-.877.562-.011 1.123-.002 1.685-.006v-.47c-.622-.001-1.243.001-1.866-.002-.3.288-.59.584-.889.875-1.502-.002-3.006-.001-4.508-.001-.295-.292-.584-.589-.887-.874-.622.004-1.243 0-1.865.001m.03 2.016c.007 1.123-.014 2.246.011 3.368.024.515.839.564.948.068.052-.568.005-1.14.02-1.709h.45c.016.569-.03 1.14.02 1.706.096.47.846.464.94-.007.048-.503.006-1.01.019-1.516.589-.025 1.175.077 1.751.187.173.418.638.772 1.098.57.365-.089.398-.6.784-.626.5-.055 1-.169 1.507-.131.013.505-.028 1.013.018 1.516.086.476.854.475.941 0 .049-.564.005-1.134.02-1.7l.449.001c.008.542-.016 1.085.008 1.627.008.355.472.564.752.354.247-.143.218-.455.222-.698-.018-1.082.023-2.168-.02-3.25-.089-.456-.797-.49-.932-.048-.071.574-.01 1.157-.03 1.734h-.449c-.02-.576.041-1.159-.03-1.732-.128-.422-.796-.422-.92.002-.067.497-.011 1.003-.029 1.505-.61-.001-1.218.004-1.828-.002-.184-.229-.421-.468-.74-.452-.32-.018-.562.222-.746.452-.608.006-1.217.001-1.825.002-.018-.499.038-1.004-.029-1.5-.12-.428-.794-.432-.922-.006-.068.572-.01 1.154-.029 1.73h-.45c-.006-.518.011-1.037-.004-1.554.016-.289-.264-.552-.554-.493-.289.02-.457.332-.421.6z"/><path d="M10.746 6.21c1.661-.224 3.432-.04 4.906.804.725.427 1.411 1.109 1.48 1.991.071.85-.508 1.591-1.17 2.053-1.052.726-2.341 1.042-3.606 1.096-1.451.054-2.957-.22-4.195-1.008-.648-.424-1.238-1.074-1.297-1.879-.061-.764.407-1.462.988-1.912.83-.648 1.864-.994 2.896-1.145z"/><path d="M6.99 12.016c.622-.001 1.243.002 1.865-.001.302.284.592.582.887.874 1.502 0 3.006-.001 4.508.001.299-.29.589-.587.889-.875.623.004 1.244.001 1.866.002v.47c-.562.004-1.123-.005-1.685.006-.287.295-.581.586-.872.877-1.636-.005-3.271-.001-4.908-.002-.288-.298-.581-.59-.877-.881H6.991l-.001-.472z"/><path d="M7.02 14.033c-.036-.268.132-.58.421-.6.29-.059.57.204.554.493.014.517-.002 1.036.004 1.554h.45c.019-.576-.04-1.158.029-1.73.127-.426.802-.422.922.006.067.496.011 1.001.029 1.5.608-.001 1.217.004 1.825-.002.185-.23.426-.47.746-.452.319-.016.557.223.74.452.61.006 1.218.001 1.828.002.018-.502-.038-1.008.029-1.505.125-.425.792-.425.92-.002.071.572.01 1.156.03 1.732h.449c.02-.577-.041-1.16.03-1.734.136-.442.844-.408.932.048.043 1.081.002 2.167.02 3.25-.004.244.025.556-.222.698-.281.21-.744.001-.752-.354-.024-.542 0-1.085-.008-1.627l-.449-.001c-.016.566.029 1.136-.02 1.7-.086.475-.854.476-.941 0-.046-.503-.005-1.01-.018-1.516-.508-.038-1.007.076-1.507.131-.385.026-.419.538-.784.626-.46.202-.925-.152-1.098-.57-.576-.11-1.162-.212-1.751-.187-.013.505.029 1.013-.019 1.516-.094.472-.844.478-.94.007-.05-.566-.005-1.138-.02-1.706h-.45c-.016.569.031 1.141-.02 1.709-.109.496-.924.446-.948-.068-.025-1.122-.004-2.245-.011-3.368z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-explosives--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M6.492 1.34A12.052 12.052 0 0 1 14.381.243c2.608.505 5.017 1.937 6.738 3.958 1.745 2.011 2.755 4.622 2.881 7.278v1.085c-.136 2.555-1.079 5.065-2.716 7.038-2.108 2.604-5.346 4.229-8.69 4.398h-1.145c-2.729-.138-5.405-1.216-7.433-3.052C1.496 18.734.013 15.418 0 12.067v-.128c.024-1.516.304-3.031.878-4.436a12.066 12.066 0 0 1 5.614-6.162m4.252 1.147c-2.762.342-5.318 1.975-6.814 4.32a9.605 9.605 0 0 0-1.45 6.386 9.58 9.58 0 0 0 2.92 5.771 9.58 9.58 0 0 0 5.39 2.561 9.56 9.56 0 0 0 6.244-1.35 9.632 9.632 0 0 0 4.199-5.53 9.616 9.616 0 0 0-.484-6.605 9.635 9.635 0 0 0-3.926-4.342c-1.817-1.068-3.994-1.484-6.079-1.212z"/><path fill="#fff" d="M10.744 2.488c2.086-.272 4.262.144 6.079 1.212a9.625 9.625 0 0 1 3.926 4.342 9.616 9.616 0 0 1 .484 6.605 9.632 9.632 0 0 1-4.199 5.53 9.56 9.56 0 0 1-6.244 1.35 9.566 9.566 0 0 1-5.39-2.561 9.58 9.58 0 0 1-2.92-5.771 9.597 9.597 0 0 1 1.45-6.386c1.495-2.345 4.051-3.978 6.814-4.32M9.508 4.1c-1.212.344-2.434.942-3.169 2.004-.509.71-.647 1.685-.283 2.488.445 1.028 1.418 1.718 2.418 2.153-.256.222-.403.545-.456.875-.131.8-.25 1.604-.38 2.406-.358.062-.701.337-.689.728-.017.764-.008 1.53-.005 2.296-.019.266.174.463.354.628 0 .563.007 1.126-.005 1.69.39.437 1.147.491 1.542.034.088-.527.008-1.076.036-1.612 2.088.139 4.182.14 6.269 0 .025.535-.046 1.081.032 1.61.386.444 1.123.41 1.522-.004.047-.57.004-1.145.019-1.717.181-.167.373-.366.355-.634.004-.762.012-1.524-.005-2.285.013-.397-.332-.67-.691-.739-.125-.786-.246-1.573-.371-2.359-.052-.344-.198-.686-.466-.918.948-.409 1.861-1.048 2.342-1.987.371-.7.373-1.572.012-2.276-.462-.917-1.331-1.556-2.249-1.97-1.915-.841-4.121-.942-6.133-.409z"/><path fill="#fff" d="M10.153 11.264c1.212-.1 2.432-.106 3.643-.004.494.04 1.067-.002 1.447.378.402.361.373.946.43 1.438.043.306-.251.556-.546.514-1.044-.022-2.088-.083-3.132-.101-1.038.019-2.076.079-3.113.101-.29.042-.586-.202-.546-.504.058-.493.025-1.078.424-1.442.365-.37.916-.347 1.393-.379zM7.832 14.672c.437-.295 1.091.043 1.099.57.058.55-.631.965-1.087.65-.454-.245-.45-.962-.012-1.22zM15.396 14.682c.432-.307 1.099.02 1.114.552.067.557-.637.98-1.096.654-.439-.247-.439-.942-.018-1.206zM9.408 15.252a52.335 52.335 0 0 1 5.195 0l-.001.34H9.411l-.002-.34zM9.412 15.984c1.729.002 3.46 0 5.19.001v.426c-1.732 0-3.463.004-5.194-.001l.004-.426zM9.409 16.801c1.732-.002 3.462-.002 5.192 0v.34c-1.729.09-3.464.091-5.194-.001l.001-.338z"/><path fill="#fff500" d="M9.508 4.1c2.012-.533 4.218-.432 6.133.409.918.414 1.787 1.054 2.249 1.97a2.496 2.496 0 0 1-.012 2.276c-.481.94-1.394 1.578-2.342 1.987a1.487 1.487 0 0 0-.884-.314c-.727-.016-1.456 0-2.183-.005.49-.838.966-1.684 1.446-2.528-.42.324-.827.664-1.241.995.113-.622.236-1.242.346-1.864-.25.306-.496.616-.739.925-.094-.574-.172-1.15-.276-1.721-.098.572-.182 1.147-.271 1.721-.246-.31-.492-.618-.74-.925.109.623.232 1.242.346 1.864-.413-.331-.82-.671-1.241-.992.484.842.952 1.694 1.451 2.526-.732.005-1.465-.011-2.196.005a1.498 1.498 0 0 0-.878.316c-1-.434-1.973-1.124-2.418-2.153-.364-.803-.226-1.777.283-2.488.736-1.062 1.957-1.66 3.169-2.004m2.26.09v1.333h.47V4.19h-.47m-1.74.238l.626 2.191.432-.12c-.211-.731-.416-1.462-.629-2.19l-.43.119m3.523-.119c-.214.728-.418 1.46-.63 2.19l.433.12c.208-.731.419-1.46.626-2.191l-.43-.119m-5.561.94l1.45 2 .354-.28c-.485-.667-.965-1.338-1.457-2l-.347.28m6.226 1.722l.358.278c.476-.671.967-1.333 1.447-2.002l-.348-.277c-.491.662-.972 1.332-1.457 2m-7.563-.396c.719.565 1.444 1.123 2.158 1.694.09-.119.18-.238.271-.355-.708-.572-1.436-1.118-2.146-1.688-.095.115-.188.233-.283.349m8.275 1.34l.271.353c.715-.568 1.436-1.129 2.155-1.692l-.271-.353c-.716.566-1.445 1.118-2.155 1.692m-8.398.63l-.151.395c.745.234 1.494.456 2.236.703.029-.107.086-.323.116-.43-.733-.226-1.462-.467-2.201-.668m8.75.668l.116.43c.742-.244 1.488-.472 2.234-.701-.05-.132-.101-.265-.15-.398-.74.203-1.469.444-2.201.67z"/><path d="M11.77 4.19h.47v1.333h-.47V4.19zM10.03 4.428l.43-.119c.212.728.418 1.459.629 2.19l-.432.12c-.209-.731-.419-1.46-.626-2.191zM13.552 4.309l.43.119c-.208.731-.419 1.46-.626 2.191l-.433-.12c.212-.73.416-1.462.63-2.19zM7.99 5.249l.347-.28c.492.662.972 1.333 1.457 2a43.29 43.29 0 0 0-.354.28c-.482-.667-.966-1.333-1.45-2zM14.216 6.971c.485-.668.966-1.338 1.457-2l.348.277c-.48.668-.971 1.331-1.447 2.002-.119-.094-.239-.186-.358-.278zM6.653 6.574c.095-.116.188-.234.283-.349.709.57 1.438 1.116 2.146 1.688l-.271.355c-.714-.571-1.439-1.129-2.158-1.694zM14.928 7.914c.71-.574 1.439-1.126 2.155-1.692l.271.353c-.719.563-1.44 1.124-2.155 1.692l-.271-.353zM6.53 8.544c.739.202 1.468.443 2.201.668-.03.107-.088.323-.116.43-.742-.247-1.49-.469-2.236-.703l.151-.395zM15.28 9.212c.732-.226 1.46-.467 2.201-.67.049.133.1.266.15.398-.746.229-1.493.457-2.234.701a39.58 39.58 0 0 1-.116-.43zM8.473 10.745c.252-.191.559-.312.878-.316.731-.016 1.464 0 2.196-.005h.92c.727.005 1.456-.011 2.183.005.322.001.63.122.884.314.268.232.414.574.466.918.125.786.246 1.573.371 2.359.359.07.704.342.691.739.017.761.008 1.523.005 2.285.018.268-.174.467-.355.634-.016.572.028 1.147-.019 1.717-.398.414-1.135.448-1.522.004-.078-.529-.007-1.075-.032-1.61-2.087.14-4.181.139-6.269 0-.028.535.052 1.085-.036 1.612-.395.457-1.152.403-1.542-.034.012-.564.005-1.127.005-1.69-.18-.164-.373-.361-.354-.628-.004-.766-.012-1.531.005-2.296-.012-.391.331-.666.689-.728.131-.802.25-1.606.38-2.406.053-.33.2-.653.456-.875m1.68.52c-.478.032-1.028.01-1.393.379-.398.365-.366.949-.424 1.442-.04.302.256.546.546.504 1.037-.022 2.075-.082 3.113-.101 1.044.018 2.088.079 3.132.101.295.042.589-.208.546-.514-.056-.492-.028-1.076-.43-1.438-.38-.38-.953-.338-1.447-.378a21.938 21.938 0 0 0-3.643.004m-2.321 3.409c-.438.258-.442.976.012 1.22.456.314 1.145-.101 1.087-.65-.008-.527-.662-.865-1.099-.57m7.564.01c-.421.264-.421.959.018 1.206.458.326 1.163-.097 1.096-.654-.014-.532-.682-.859-1.114-.552m-5.988.57l.002.34h5.191l.001-.34a52.335 52.335 0 0 0-5.195 0m.005.732l-.004.426c1.73.005 3.462.001 5.194.001v-.426c-1.73-.001-3.461.001-5.19-.001m-.003.817l-.001.338c1.729.092 3.464.091 5.194.001v-.34c-1.73-.002-3.461-.002-5.192 0z"/><path fill="#ff1e19" d="M12.004 6.232c.104.571.182 1.147.276 1.721.244-.31.49-.619.739-.925-.109.622-.233 1.242-.346 1.864.414-.331.821-.671 1.241-.995-.48.845-.956 1.691-1.446 2.528h-.92c-.499-.832-.967-1.684-1.451-2.526.421.322.828.661 1.241.992-.114-.622-.236-1.241-.346-1.864.248.307.494.616.74.925.089-.574.173-1.148.271-1.721z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-explosives-or-dangerous-water-pollutants--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c60000" d="M11.631 0h.732c2.952.087 5.851 1.305 7.968 3.367C22.57 5.506 23.907 8.538 24 11.632v.639a12.024 12.024 0 0 1-3.175 7.856c-2.195 2.405-5.4 3.842-8.656 3.873h-.531c-2.906-.089-5.763-1.266-7.87-3.272C1.427 18.54.032 15.384 0 12.18v-.457a12.018 12.018 0 0 1 3.668-8.356C5.782 1.305 8.68.089 11.631 0M5.125 5.227a9.657 9.657 0 0 0-2.764 6.187h19.277a9.677 9.677 0 0 0-3.386-6.766 9.633 9.633 0 0 0-6.556-2.295 9.63 9.63 0 0 0-6.571 2.874m-2.764 7.359a9.67 9.67 0 0 0 3.231 6.631 9.639 9.639 0 0 0 6.708 2.431 9.644 9.644 0 0 0 6.318-2.623 9.68 9.68 0 0 0 3.02-6.439H2.361z"/><path fill="#c60000" d="M12.473 2.975c.291.777.547 1.566.826 2.347.856-.449 1.705-.908 2.56-1.358-.191.655-.399 1.305-.596 1.958.284.19.577.364.874.533-.422.773-.852 1.541-1.274 2.314-.235.369-.12.821-.143 1.232l-.243-.002-.002.744h-.75L13.723 10h-3.446l-.003.744-.749-.002L9.523 10l-.242.001c-.01-.562.021-1.125-.013-1.686-.439-.57-.981-1.056-1.456-1.596.228.02.513-.176.707-.003l-.005.093-.381.017c.334.427.73.8 1.093 1.202l.103-.265c.348-.519.408-1.157.593-1.74 1.385-.014 2.771-.02 4.156-.005.157.535.244 1.096.506 1.594.203.334.139.737.145 1.109.401-.738.823-1.465 1.206-2.213l-.843-.516c.18-.575.362-1.15.524-1.731-.806.406-1.595.846-2.396 1.261-.254-.72-.498-1.443-.758-2.161-.231.445-.443.899-.655 1.353-.429-.439-.852-.885-1.283-1.322a227.7 227.7 0 0 1-.016 1.848c-.584-.113-1.167-.228-1.751-.337.182.602.382 1.198.561 1.801a14.498 14.498 0 0 1-.752-.035 2.753 2.753 0 0 0-.063-.05c.206-.023.411-.045.617-.066-.176-.617-.384-1.225-.573-1.838.606.118 1.211.238 1.818.353.017-.673.01-1.346.024-2.019.467.465.911.952 1.377 1.418.238-.496.47-.995.707-1.492M10.126 6.3c-.063.33-.13.658-.193.988 1.378-.004 2.756-.004 4.134 0-.063-.33-.13-.658-.193-.988h-3.748m-.484 2.142c-.184.174-.115.504.119.593.28.145.628-.208.472-.484-.092-.231-.421-.293-.591-.109m4.196 0c-.18.172-.117.496.113.59.26.14.6-.156.497-.433-.065-.26-.427-.36-.61-.157m-4.307.881l.002.241h4.933l.005-.241c-1.647-.003-3.294-.002-4.94 0zM9.3 15.886h.651c0 .303 0 .606-.003.91.52.004 1.04.01 1.559-.002.191-.005.301-.213.49-.237.189.018.299.226.488.237.522.013 1.045.006 1.567.002-.003-.304-.003-.607-.003-.91h.651v2.128h-.651l.001-.906c-.519.005-1.038-.014-1.556.005-.191.01-.311.201-.497.236-.211-.054-.356-.279-.593-.242-.485-.005-.97.001-1.455.003.002.302.002.603.002.904H9.3v-2.128zM8.718 19.004c.309.194.597.533 1.004.427.238-.121.451-.286.674-.431.181.16.375.303.573.44l.45-.007c.191-.143.371-.303.579-.423.208.121.392.279.584.423l.448.007c.199-.138.395-.281.576-.443.167.102.324.219.47.348.176.056.358.123.547.087.242-.109.443-.287.667-.426-.052.393-.533.591-.89.568-.311.034-.515-.261-.794-.324-.182.098-.343.24-.541.305-.218.041-.44.004-.656-.031l-.303-.274h-.212l-.303.273c-.217.036-.439.073-.658.032-.201-.066-.364-.211-.548-.311-.296.113-.544.395-.891.33-.318-.017-.757-.207-.776-.57z"/><path fill="#c60000" d="M8.689 19.568c.135.078.264.167.388.261a.832.832 0 0 0 .839.096c.152-.1.281-.261.465-.297.219.116.42.262.622.406.382.021.684-.233.996-.41.262.15.517.313.796.432.177-.074.354-.146.529-.224.095-.075.188-.153.29-.218.178.068.32.2.471.311.29.121.581.086.836-.098.127-.094.26-.18.402-.249-.096.327-.437.476-.733.569-.369.095-.651-.218-.984-.294-.263.11-.504.321-.805.307-.281.006-.521-.166-.731-.332-.344.127-.672.409-1.062.315-.314-.073-.622-.458-.928-.158-.454.34-1.223.128-1.391-.417z"/><path fill="#fff" d="M5.125 5.227a9.63 9.63 0 0 1 6.571-2.874 9.633 9.633 0 0 1 6.556 2.295 9.677 9.677 0 0 1 3.386 6.766H2.361a9.657 9.657 0 0 1 2.764-6.187m7.348-2.252c-.237.497-.469.996-.707 1.492-.466-.466-.91-.953-1.377-1.418-.014.673-.007 1.346-.024 2.019-.607-.115-1.212-.235-1.818-.353.189.613.397 1.221.573 1.838a64.54 64.54 0 0 0-.617.066l.063.05-.047.047c-.194-.173-.479.023-.707.003.475.54 1.017 1.026 1.456 1.596.034.561.003 1.124.013 1.686L9.523 10l.002.742.749.002.003-.744h3.446l.002.743h.75l.002-.744.243.002c.023-.411-.092-.863.143-1.232.422-.773.852-1.541 1.274-2.314-.297-.169-.59-.343-.874-.533.197-.653.405-1.303.596-1.958-.855.45-1.704.909-2.56 1.358-.279-.781-.535-1.57-.826-2.347z"/><path fill="#fff" d="M10.126 6.3h3.748c.063.33.13.658.193.988a712.083 712.083 0 0 0-4.134 0c.063-.33.13-.658.193-.988zM9.642 8.442c.17-.184.499-.122.591.109.156.276-.192.629-.472.484-.234-.089-.303-.419-.119-.593zM13.838 8.442c.183-.203.545-.103.61.157.103.277-.237.573-.497.433-.23-.094-.293-.418-.113-.59zM9.531 9.323c1.646-.002 3.293-.003 4.94 0l-.005.241H9.533l-.002-.241zM2.361 12.586h19.277a9.68 9.68 0 0 1-3.02 6.439 9.644 9.644 0 0 1-6.318 2.623 9.639 9.639 0 0 1-6.708-2.431 9.67 9.67 0 0 1-3.231-6.631m8.685.972c-.438.099-.893.25-1.216.576-.197.189-.272.509-.123.749.236.384.686.558 1.098.683.872.227 1.819.213 2.67-.092.366-.146.792-.365.888-.784.067-.393-.282-.689-.596-.849-.835-.416-1.817-.452-2.721-.283M9.3 15.886v2.128h.651c0-.301 0-.602-.002-.904.485-.002.97-.008 1.455-.003.237-.037.382.188.593.242.186-.035.306-.226.497-.236.518-.019 1.037 0 1.556-.005l-.001.906h.651v-2.128h-.651c0 .303 0 .606.003.91-.522.004-1.045.011-1.567-.002-.189-.011-.299-.219-.488-.237-.189.024-.299.232-.49.237-.519.012-1.039.006-1.559.002.003-.304.003-.607.003-.91H9.3m-.582 3.118c.019.363.458.553.776.57.347.065.595-.217.891-.33.184.1.347.245.548.311.219.041.441.004.658-.032l.303-.273h.212l.303.274c.216.035.438.072.656.031.198-.065.359-.207.541-.305.279.063.483.358.794.324.357.023.838-.175.89-.568-.224.139-.425.317-.667.426-.189.036-.371-.031-.547-.087a3.34 3.34 0 0 0-.47-.348 5.873 5.873 0 0 1-.576.443l-.448-.007c-.192-.144-.376-.302-.584-.423-.208.12-.388.28-.579.423l-.45.007a6.09 6.09 0 0 1-.573-.44c-.223.145-.436.31-.674.431-.407.106-.695-.233-1.004-.427m-.029.564c.168.545.937.757 1.391.417.306-.3.614.085.928.158.39.094.718-.188 1.062-.315.21.166.45.338.731.332.301.014.542-.197.805-.307.333.076.615.389.984.294.296-.093.637-.242.733-.569a2.562 2.562 0 0 0-.402.249.827.827 0 0 1-.836.098c-.151-.111-.293-.243-.471-.311-.102.065-.195.143-.29.218-.175.078-.352.15-.529.224-.279-.119-.534-.282-.796-.432-.312.177-.614.431-.996.41-.202-.144-.403-.29-.622-.406-.184.036-.313.197-.465.297a.832.832 0 0 1-.839-.096 3.758 3.758 0 0 0-.388-.261z"/><path fill="#ff9700" d="M10.524 3.392c.431.437.854.883 1.283 1.322.212-.454.424-.908.655-1.353.26.718.504 1.441.758 2.161.801-.415 1.59-.855 2.396-1.261-.162.581-.344 1.156-.524 1.731l.843.516c-.383.748-.805 1.475-1.206 2.213-.006-.372.058-.775-.145-1.109-.262-.498-.349-1.059-.506-1.594a198.538 198.538 0 0 0-4.156.005c-.185.583-.245 1.221-.593 1.74l-.103.265c-.363-.402-.759-.775-1.093-1.202l.381-.017.005-.093.047-.047c.25.02.501.028.752.035-.179-.603-.379-1.199-.561-1.801.584.109 1.167.224 1.751.337a227.7 227.7 0 0 0 .016-1.848zM11.046 13.558c.904-.169 1.886-.133 2.721.283.314.16.663.456.596.849-.096.419-.522.638-.888.784-.851.305-1.798.319-2.67.092-.412-.125-.862-.299-1.098-.683-.149-.24-.074-.56.123-.749.323-.326.778-.477 1.216-.576z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--one-way-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 4.194h24v.23c-.425-.083-.858-.079-1.288-.068-7.272.005-14.545-.005-21.815.006a.684.684 0 0 0-.728.733c-.01 4.43 0 8.861-.005 13.292.009.475-.074.982.157 1.421H0V4.195z"/><path fill="#fff" d="M6.866 6.79c1.795.003 3.588.004 5.383 0a1015.409 1015.409 0 0 0-3.594 3.596c4.788.003 9.578 0 14.368.001l-.001 3.587c-4.788-.001-9.577.001-14.365-.001 1.194 1.196 2.394 2.387 3.585 3.587-1.791.005-3.581-.005-5.37.005a5486.361 5486.361 0 0 1-5.399-5.388c1.795-1.8 3.592-3.596 5.394-5.387z"/><path fill="#038cff" d="M.169 5.094a.684.684 0 0 1 .728-.733c7.271-.012 14.543-.001 21.815-.006.43-.01.863-.014 1.288.068v15.383H.321c-.231-.439-.148-.946-.157-1.421.005-4.431-.005-8.862.005-13.292M6.866 6.79a1826.144 1826.144 0 0 0-5.394 5.387c1.797 1.797 3.597 3.594 5.399 5.388 1.79-.01 3.579 0 5.37-.005-1.191-1.2-2.391-2.391-3.585-3.587 4.788.003 9.577 0 14.365.001l.001-3.587c-4.79-.001-9.579.001-14.368-.001a937.28 937.28 0 0 1 3.594-3.596c-1.795.004-3.588.003-5.383 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--one-way-left--g2" xmlns="http://www.w3.org/2000/svg"><path d="M3 0h18v24H3V0m1.223.126c-.629.137-1.129.727-1.129 1.375.001 7.005-.001 14.009.002 21.014.028.726.674 1.351 1.401 1.362 4.969.006 9.939.002 14.909.003.79.025 1.497-.679 1.481-1.468.002-6.939 0-13.879.001-20.819.035-.764-.609-1.478-1.378-1.498C14.641.092 9.771.096 4.901.093c-.226.005-.456-.018-.678.033z"/><path d="M4.237.458c.183-.048.375-.043.564-.046 4.867.005 9.734-.003 14.6.004.608-.028 1.166.502 1.155 1.114.006 6.954.003 13.908.002 20.862.03.623-.533 1.198-1.161 1.155-4.966-.002-9.932.003-14.897-.003-.596.004-1.106-.55-1.082-1.14-.005-6.935-.002-13.871-.002-20.806a1.138 1.138 0 0 1 .821-1.14m.199.592c-.255.04-.423.3-.399.549.001 6.935-.002 13.869.001 20.804a.503.503 0 0 0 .561.523c4.934 0 9.867.002 14.801 0a.5.5 0 0 0 .536-.525c.004-6.932.002-13.864.001-20.795a.516.516 0 0 0-.547-.57c-4.762-.006-9.525 0-14.288-.003-.222.003-.445-.013-.666.017z"/><path d="M7.018 2.517c.528-.143 1.158-.099 1.572.295.457.431.613 1.075.681 1.679.079.827-.002 1.713-.439 2.438-.546.914-2.111.896-2.609-.057-.484-.9-.553-1.994-.304-2.975.149-.58.473-1.215 1.099-1.38m.203.794c-.384.172-.495.631-.576 1.005-.116.697-.096 1.46.24 2.097.231.445.943.521 1.242.111.294-.411.354-.937.384-1.427.001-.53-.051-1.098-.351-1.551-.2-.306-.619-.36-.939-.235zM10.546 2.527c.264-.002.528-.001.792.004.599 1.059 1.204 2.116 1.806 3.174.001-1.059.002-2.117-.001-3.176.261-.003.522-.003.783-.001-.002 1.657 0 3.315-.001 4.972-.232 0-.463 0-.694-.002-.63-1.121-1.262-2.242-1.896-3.36-.002 1.121 0 2.241-.001 3.362-.263.001-.526 0-.789-.002.003-1.657.001-3.314.001-4.971zM15.178 2.531l2.928.001v.788h-2.14c-.002.405-.001.81-.001 1.216h1.442v.804c-.481.001-.962-.002-1.443.002l.001 1.36c.766.002 1.531-.001 2.297.002v.801c-1.029.003-2.057.002-3.085.001 0-1.658-.001-3.316.001-4.975zM5.466 8.994h.801l.383 2.62c.211-.874.421-1.747.634-2.62.257-.004.514-.002.771.008.205.871.422 1.738.633 2.608.133-.872.26-1.745.392-2.616l.794-.001-.728 4.98h-.701c-.258-1.064-.519-2.127-.778-3.19-.262 1.063-.515 2.128-.775 3.191l-.69-.001c-.247-1.659-.492-3.319-.736-4.979zM12.032 8.995c.262-.002.525-.002.788-.001l1.708 4.979h-.84c-.16-.465-.323-.929-.485-1.393-.517-.001-1.034.001-1.55-.001-.167.463-.327.928-.487 1.394h-.839c.565-1.661 1.138-3.318 1.705-4.978m.406 1.38c-.171.465-.34.931-.507 1.398h.992l-.485-1.398zM14.567 8.994l.939-.001c.397.639.791 1.28 1.186 1.92.403-.64.804-1.281 1.209-1.92l.916.001c-.564.943-1.16 1.868-1.711 2.817-.023.72 0 1.442-.01 2.163h-.785c-.009-.722.013-1.445-.01-2.166-.564-.947-1.16-1.874-1.734-2.814zM10.156 15.654c.168-.108.331-.27.547-.249.276.018.473.333.359.589-.139.446-.297.887-.441 1.332 2.444.003 4.887-.003 7.33.003-.003.748.001 1.496-.002 2.245l-7.328-.001c.144.447.304.888.442 1.337.11.254-.083.574-.359.591-.193.023-.345-.113-.495-.212-1.347-.957-2.708-1.894-4.059-2.844 1.334-.932 2.669-1.864 4.006-2.791z"/><path fill="#fff" d="M4.223.126c.222-.051.452-.028.678-.033 4.87.003 9.74-.001 14.609.002.769.02 1.413.734 1.378 1.498-.001 6.94.001 13.88-.001 20.819.016.789-.691 1.493-1.481 1.468-4.97-.001-9.94.003-14.909-.003-.727-.011-1.373-.636-1.401-1.362-.003-7.005-.001-14.009-.002-21.014 0-.648.5-1.238 1.129-1.375m.014.332a1.138 1.138 0 0 0-.821 1.14c0 6.935-.003 13.871.002 20.806-.024.59.486 1.144 1.082 1.14 4.965.006 9.931.001 14.897.003.628.043 1.191-.532 1.161-1.155.001-6.954.004-13.908-.002-20.862.011-.612-.547-1.142-1.155-1.114-4.866-.007-9.733.001-14.6-.004-.189.003-.381-.002-.564.046z"/><path fill="#fff" d="M4.436 1.05c.221-.03.444-.014.666-.017 4.763.003 9.526-.003 14.288.003a.516.516 0 0 1 .547.57c.001 6.931.003 13.863-.001 20.795a.5.5 0 0 1-.536.525c-4.934.002-9.867 0-14.801 0a.503.503 0 0 1-.561-.523c-.003-6.935 0-13.869-.001-20.804-.024-.249.144-.509.399-.549m2.582 1.467c-.626.165-.95.8-1.099 1.38-.249.981-.18 2.075.304 2.975.498.953 2.063.971 2.609.057.437-.725.518-1.611.439-2.438-.068-.604-.224-1.248-.681-1.679-.414-.394-1.044-.438-1.572-.295m3.528.01c0 1.657.002 3.314-.001 4.971.263.002.526.003.789.002.001-1.121-.001-2.241.001-3.362.634 1.118 1.266 2.239 1.896 3.36.231.002.462.002.694.002.001-1.657-.001-3.315.001-4.972a40.874 40.874 0 0 0-.783.001c.003 1.059.002 2.117.001 3.176-.602-1.058-1.207-2.115-1.806-3.174a29.872 29.872 0 0 0-.792-.004m4.632.004c-.002 1.659-.001 3.317-.001 4.975 1.028.001 2.056.002 3.085-.001v-.801c-.766-.003-1.531 0-2.297-.002l-.001-1.36c.481-.004.962-.001 1.443-.002v-.804h-1.442c0-.406-.001-.811.001-1.216h2.14v-.788l-2.928-.001M5.466 8.994c.244 1.66.489 3.32.736 4.979l.69.001c.26-1.063.513-2.128.775-3.191.259 1.063.52 2.126.778 3.19h.701l.728-4.98-.794.001c-.132.871-.259 1.744-.392 2.616-.211-.87-.428-1.737-.633-2.608-.257-.01-.514-.012-.771-.008-.213.873-.423 1.746-.634 2.62l-.383-2.62h-.801m6.566.001c-.567 1.66-1.14 3.317-1.705 4.978h.839c.16-.466.32-.931.487-1.394.516.002 1.033 0 1.55.001.162.464.325.928.485 1.393h.84L12.82 8.994a68.965 68.965 0 0 0-.788.001m2.535-.001c.574.94 1.17 1.867 1.734 2.814.023.721.001 1.444.01 2.166h.785c.01-.721-.013-1.443.01-2.163.551-.949 1.147-1.874 1.711-2.817l-.916-.001c-.405.639-.806 1.28-1.209 1.92-.395-.64-.789-1.281-1.186-1.92l-.939.001m-4.411 6.66c-1.337.927-2.672 1.859-4.006 2.791 1.351.95 2.712 1.887 4.059 2.844.15.099.302.235.495.212.276-.017.469-.337.359-.591-.138-.449-.298-.89-.442-1.337l7.328.001c.003-.749-.001-1.497.002-2.245-2.443-.006-4.886 0-7.33-.003.144-.445.302-.886.441-1.332.114-.256-.083-.571-.359-.589-.216-.021-.379.141-.547.249z"/><path fill="#fff" d="M7.221 3.311c.32-.125.739-.071.939.235.3.453.352 1.021.351 1.551-.03.49-.09 1.016-.384 1.427-.299.41-1.011.334-1.242-.111-.336-.637-.356-1.4-.24-2.097.081-.374.192-.833.576-1.005zM12.438 10.375l.485 1.398h-.992c.167-.467.336-.933.507-1.398z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--one-way-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M21.661 16.178c1.637 0 2.199-.562 2.199-2.199v-3.958c0-1.637-.562-2.199-2.199-2.199H2.239C.602 7.822.04 8.384.04 10.021v3.958c0 1.637.562 2.199 2.199 2.199h19.422z"/><path fill="#231f20" d="M7.556 13.081c.13.165.397.283.634.283.275 0 .567-.146.693-.358.146-.24.224-.606.224-1.035 0-.433-.091-.799-.252-1.015a.88.88 0 0 0-.673-.315c-.575 0-.889.488-.889 1.377 0 .197.016.386.051.563.035.189.11.362.213.5zm1.153-1.067c0 .634-.173.948-.519.948a.405.405 0 0 1-.409-.307 2.537 2.537 0 0 1-.087-.657c0-.287.047-.571.126-.724a.443.443 0 0 1 .394-.232c.327 0 .496.327.496.972zm.752-1.314v2.621h.401v-1.79l1.011 1.79h.346V10.7h-.401v1.672L9.874 10.7zm2.152 0v2.621h1.602v-.417h-1.192v-.728h.756v-.413h-.756v-.653h1.102v-.409zm2.73 0l.366 2.621h.366l.417-1.657.413 1.657h.366l.374-2.621h-.409l-.208 1.413-.346-1.413h-.366l-.358 1.413-.197-1.413zm2.238 2.621h.429l.268-.756h.815l.264.756h.433l-.897-2.621h-.405zm1.106-1.948l.268.783h-.535zm1.969.799v1.149h.413v-1.137l.909-1.483h-.484l-.63 1.019-.626-1.019h-.484zm2.005 3.468c1.246 0 1.661-.415 1.661-1.661v-3.958c0-1.246-.415-1.661-1.661-1.661H2.239c-1.246 0-1.661.415-1.661 1.661v3.958c0 1.246.415 1.661 1.661 1.661zm.342-5.277v3.274H6.783l.269.806c.098.318-.098.489-.195.586-.22.147-.391.147-.635-.024L1.873 12l4.349-3.005c.244-.171.464-.171.684-.024a.545.545 0 0 1 .147.586l-.269.806h15.22z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--one-way-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 4.258h24v.33c-.197-.102-.412-.178-.636-.169-7.23.003-14.461.001-21.69 0-.4.008-.808-.039-1.2.049-.298.092-.404.408-.474.677v-.888zM12.115 6.854c1.796.004 3.591.001 5.386.001 1.804 1.788 3.596 3.587 5.388 5.386-1.791 1.797-3.591 3.588-5.385 5.385-1.794-.003-3.588.003-5.382-.003 1.188-1.201 2.394-2.386 3.586-3.585l-14.366-.001v-3.585c4.79-.003 9.579 0 14.37-.001-1.199-1.2-2.396-2.401-3.597-3.597zM0 19.694c.01.013.032.036.044.048H0v-.048z"/><path fill="#038cff" d="M.474 4.468c.392-.088.8-.041 1.2-.049 7.23.001 14.461.003 21.69 0 .225-.009.439.067.636.169v15.154H.044A.658.658 0 0 1 0 19.694V5.146c.07-.27.175-.586.474-.677m11.641 2.385c1.201 1.196 2.399 2.397 3.597 3.597-4.791.001-9.581-.001-14.37.001v3.585l14.366.001c-1.192 1.199-2.397 2.383-3.586 3.585 1.794.005 3.588 0 5.382.003 1.794-1.796 3.594-3.587 5.385-5.385a1302.876 1302.876 0 0 0-5.388-5.386c-1.795 0-3.59.003-5.386-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--one-way-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M3 0h18v24H3V0m1.314.112C3.619.228 3.088.888 3.112 1.59v20.307c.007.329-.035.67.083.986a1.47 1.47 0 0 0 1.393.996c4.972-.001 9.943.004 14.914-.002.728-.012 1.378-.639 1.401-1.369.003-7.003.001-14.006.001-21.009.004-.74-.659-1.398-1.396-1.403-4.837-.002-9.674 0-14.512-.001-.227.002-.456-.013-.682.017z"/><path fill="#040404" d="M4.244.463c.178-.053.366-.049.55-.052 4.87.004 9.74-.002 14.61.003.641-.041 1.222.535 1.181 1.177.002 6.903-.001 13.806.001 20.708.032.441-.184.898-.58 1.109-.304.186-.673.133-1.012.14l-14.397-.001c-.626.04-1.184-.532-1.156-1.153-.002-6.929 0-13.857 0-20.786-.028-.509.31-1.006.803-1.145m.284.579c-.285.008-.495.287-.464.563-.001 6.93-.003 13.861.001 20.792a.498.498 0 0 0 .528.527c4.938.003 9.875.001 14.813.001a.5.5 0 0 0 .555-.514c.004-6.937.001-13.874.001-20.811a.516.516 0 0 0-.552-.564c-4.96.001-9.922-.012-14.882.006z"/><path fill="#040404" d="M7.114 2.817c.53-.144 1.165-.1 1.579.297.479.456.628 1.141.689 1.776.061.798-.029 1.648-.453 2.344-.548.909-2.106.891-2.605-.058-.486-.901-.554-1.997-.306-2.98.149-.579.473-1.212 1.096-1.379m.204.796c-.405.189-.507.682-.586 1.079-.096.674-.073 1.407.253 2.02.231.446.946.522 1.243.108.291-.409.352-.932.381-1.42.003-.531-.049-1.1-.35-1.554-.2-.306-.62-.36-.941-.233zM10.646 2.826c.264-.002.527-.001.791.002.601 1.059 1.204 2.116 1.806 3.174.002-1.059 0-2.118.001-3.176.261-.001.521-.001.782.001L14.025 7.8h-.693c-.633-1.118-1.258-2.241-1.897-3.355L11.434 7.8l-.789-.001c.001-1.658-.001-3.315.001-4.973zM15.276 2.832c.977-.004 1.953-.001 2.93-.001v.789l-2.14.001v1.214h1.441v.805l-1.441.001v1.36c.765.002 1.531-.001 2.296.001v.804h-3.085l-.001-4.974zM5.565 9.294h.804c.125.872.256 1.743.378 2.615.217-.871.421-1.745.637-2.616.256-.002.512 0 .768.005.209.87.425 1.739.635 2.609.134-.871.259-1.743.392-2.613l.796-.001-.729 4.981h-.701c-.259-1.064-.519-2.127-.78-3.189-.257 1.063-.513 2.127-.772 3.19l-.692-.001c-.247-1.66-.492-3.32-.736-4.98zM12.131 9.294l.789-.001c.57 1.66 1.142 3.319 1.707 4.981h-.84c-.161-.465-.322-.929-.486-1.393-.516 0-1.031.001-1.547-.001-.168.463-.327.928-.487 1.393l-.84.002c.561-1.662 1.138-3.32 1.704-4.981m.409 1.381c-.172.465-.342.931-.508 1.398l.988-.001c-.157-.466-.323-.93-.48-1.397zM14.665 9.293h.942c.397.638.79 1.279 1.185 1.918.403-.639.803-1.281 1.208-1.918h.919c-.566.941-1.158 1.867-1.71 2.814-.025.722-.002 1.445-.011 2.167h-.789c-.009-.722.014-1.446-.01-2.167-.563-.946-1.159-1.874-1.734-2.814zM12.914 15.902c-.087-.372.407-.654.693-.409 1.421.975 2.831 1.966 4.244 2.953-1.419.99-2.836 1.983-4.254 2.974-.292.239-.775-.059-.68-.426.13-.48.312-.945.461-1.42-2.443 0-4.886.002-7.329-.001v-2.246c2.443-.004 4.885 0 7.328-.002-.148-.476-.33-.943-.463-1.423z"/><path fill="#fff" d="M4.314.112c.226-.03.455-.015.682-.017 4.838.001 9.675-.001 14.512.001.737.005 1.4.663 1.396 1.403 0 7.003.002 14.006-.001 21.009-.023.73-.673 1.357-1.401 1.369-4.971.006-9.942.001-14.914.002a1.47 1.47 0 0 1-1.393-.996c-.118-.316-.076-.657-.083-.986V1.59C3.088.888 3.619.228 4.314.112m-.07.351c-.493.139-.831.636-.803 1.145 0 6.929-.002 13.857 0 20.786-.028.621.53 1.193 1.156 1.153l14.397.001c.339-.007.708.046 1.012-.14.396-.211.612-.668.58-1.109-.002-6.902.001-13.805-.001-20.708.041-.642-.54-1.218-1.181-1.177-4.87-.005-9.74.001-14.61-.003-.184.003-.372-.001-.55.052z"/><path fill="#fff" d="M4.528 1.042c4.96-.018 9.922-.005 14.882-.006a.516.516 0 0 1 .552.564c0 6.937.003 13.874-.001 20.811a.5.5 0 0 1-.555.514c-4.938 0-9.875.002-14.813-.001a.498.498 0 0 1-.528-.527c-.004-6.931-.002-13.862-.001-20.792-.031-.276.179-.555.464-.563m2.586 1.775c-.623.167-.947.8-1.096 1.379-.248.983-.18 2.079.306 2.98.499.949 2.057.967 2.605.058.424-.696.514-1.546.453-2.344-.061-.635-.21-1.32-.689-1.776-.414-.397-1.049-.441-1.579-.297m3.532.009c-.002 1.658 0 3.315-.001 4.973l.789.001.001-3.355c.639 1.114 1.264 2.237 1.897 3.355h.693l.001-4.973a67.948 67.948 0 0 0-.782-.001c-.001 1.058.001 2.117-.001 3.176-.602-1.058-1.205-2.115-1.806-3.174a41.713 41.713 0 0 0-.791-.002m4.63.006l.001 4.974h3.085v-.804c-.765-.002-1.531.001-2.296-.001v-1.36l1.441-.001v-.805h-1.441V3.621l2.14-.001v-.789c-.977 0-1.953-.003-2.93.001M5.565 9.294c.244 1.66.489 3.32.736 4.98l.692.001c.259-1.063.515-2.127.772-3.19.261 1.062.521 2.125.78 3.189h.701l.729-4.981-.796.001c-.133.87-.258 1.742-.392 2.613-.21-.87-.426-1.739-.635-2.609-.256-.005-.512-.007-.768-.005-.216.871-.42 1.745-.637 2.616-.122-.872-.253-1.743-.378-2.615h-.804m6.566 0c-.566 1.661-1.143 3.319-1.704 4.981l.84-.002c.16-.465.319-.93.487-1.393.516.002 1.031.001 1.547.001.164.464.325.928.486 1.393h.84c-.565-1.662-1.137-3.321-1.707-4.981l-.789.001m2.534-.001c.575.94 1.171 1.868 1.734 2.814.024.721.001 1.445.01 2.167h.789c.009-.722-.014-1.445.011-2.167.552-.947 1.144-1.873 1.71-2.814H18c-.405.637-.805 1.279-1.208 1.918-.395-.639-.788-1.28-1.185-1.918h-.942m-1.751 6.609c.133.48.315.947.463 1.423-2.443.002-4.885-.002-7.328.002v2.246c2.443.003 4.886.001 7.329.001-.149.475-.331.94-.461 1.42-.095.367.388.665.68.426 1.418-.991 2.835-1.984 4.254-2.974-1.413-.987-2.823-1.978-4.244-2.953-.286-.245-.78.037-.693.409z"/><path fill="#fff" d="M7.318 3.613c.321-.127.741-.073.941.233.301.454.353 1.023.35 1.554-.029.488-.09 1.011-.381 1.42-.297.414-1.012.338-1.243-.108-.326-.613-.349-1.346-.253-2.02.079-.397.181-.89.586-1.079zM12.54 10.675c.157.467.323.931.48 1.397l-.988.001c.166-.467.336-.933.508-1.398z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--one-way-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M21.637 16.173c1.635 0 2.196-.561 2.196-2.196v-3.953c0-1.635-.561-2.196-2.196-2.196H2.262c-1.635 0-2.196.561-2.196 2.196v3.953c0 1.635.561 2.196 2.196 2.196h19.375z"/><path fill="#231f20" d="M9.699 12.958zm-.001 0zm.001 0zm0 0zm0 0zm-6.439.09c.13.165.397.283.634.283.275 0 .567-.146.693-.358.146-.24.224-.606.224-1.035 0-.433-.09-.799-.252-1.015a.88.88 0 0 0-.673-.315c-.574 0-.889.488-.889 1.377 0 .197.016.386.051.563.035.189.11.362.212.5zm1.153-1.066c0 .634-.173.948-.519.948a.405.405 0 0 1-.409-.307 2.537 2.537 0 0 1-.087-.657c0-.287.047-.571.126-.724a.443.443 0 0 1 .394-.232c.327 0 .496.327.496.972zm.752-1.314v2.621h.401v-1.79l1.011 1.79h.346v-2.621h-.401v1.672l-.944-1.672zm2.152 0v2.621h1.602v-.417H7.727v-.728h.755v-.413h-.755v-.653h1.102v-.409zm2.73 0l.366 2.621h.366l.417-1.657.413 1.657h.366l.374-2.621h-.409l-.209 1.413-.346-1.413h-.366l-.358 1.413-.197-1.413zm2.238 2.62h.429l.268-.755h.815l.264.755h.433l-.897-2.621h-.405zm1.106-1.948l.268.783h-.535zm1.969.799v1.149h.413v-1.137l.909-1.483h-.484l-.63 1.019-.626-1.019h-.484zm6.277 3.497c1.244 0 1.659-.415 1.659-1.659v-3.953c0-1.245-.415-1.659-1.659-1.659H2.262c-1.245 0-1.659.415-1.659 1.659v3.953c0 1.244.415 1.659 1.659 1.659zm-3.758-6.637L22.222 12l-4.343 3.001c-.244.171-.464.171-.683.024a.528.528 0 0 1-.146-.586l.268-.805H2.116v-3.27h15.202l-.268-.805a.547.547 0 0 1 .146-.586c.22-.146.439-.146.683.024z"/><path fill="#fff" d="M17.318 10.365zm0 0zm0 0zm0 0zm0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--one-way-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#00a0dc" d="M5.476 1.262c.616-.013 1.231.068 1.846-.017 4.759-.01 9.518.001 14.276-.006.324.012.716.025.917.325.275.314.184.757.197 1.14-.004 6.439 0 12.878-.004 19.318.007.403-.337.75-.734.767-3.084.025-6.17-.038-9.254.042-3.563-.006-7.126.008-10.688-.007-.554.037-.892-.527-.87-1.025 0-6.526-.002-13.05.001-19.576-.02-.424.283-.925.748-.918 1.188-.024 2.38.035 3.566-.043m4.749 4.695C9.058 7.332 7.809 8.641 6.684 10.05c.964.024 1.927.006 2.891.01-.004 3.188.004 6.376-.002 9.563.007.178.049.35.068.527 1.428-.022 2.857-.008 4.285-.016.16.006.47-.002.397-.256-.002-3.272-.001-6.546-.005-9.82.964-.004 1.926.012 2.89-.01-.095-.127-.182-.257-.277-.382-1.648-1.888-3.32-3.754-4.958-5.65-.62.61-1.156 1.3-1.746 1.939z"/><path fill="#fff" d="M10.226 5.957c.59-.64 1.126-1.33 1.746-1.939 1.638 1.896 3.311 3.762 4.958 5.65.095.125.182.254.277.382-.964.022-1.926.006-2.89.01.004 3.274.002 6.547.005 9.82.073.253-.238.262-.397.256-1.428.007-2.857-.006-4.285.016-.019-.176-.061-.349-.068-.527.006-3.187-.001-6.374.002-9.563-.964-.004-1.927.014-2.891-.01 1.126-1.409 2.375-2.718 3.542-4.093z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pass-on-either-side--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.007 0h1.877c2.244.182 4.442.975 6.25 2.324 2.538 1.87 4.334 4.776 4.742 7.911-.462-2.618-1.751-5.102-3.723-6.899C17.987 1.298 15.034.13 12.062.118a11.992 11.992 0 0 0-6.841 2.038c-.248.152-.453.383-.743.46C6.336 1.12 8.639.226 11.008 0zM4.199 13.843c1.511-2.596 2.992-5.21 4.514-7.799.64.368 1.289.72 1.914 1.111-1.529 2.607-3.002 5.248-4.55 7.841 1.021-.333 2.074-.582 3.114-.853-.569.955-1.088 1.953-1.69 2.881-1.523.4-3.043.817-4.565 1.211-.397-1.515-.814-3.023-1.213-4.537.486-.997 1.107-1.95 1.653-2.927.273 1.025.543 2.05.823 3.072z"/><path fill="#fff" d="M13.263 7.131c.636-.357 1.266-.725 1.898-1.088 1.542 2.571 2.983 5.209 4.528 7.778.277-1.015.546-2.032.818-3.048.559.965 1.131 1.925 1.665 2.904a597.5 597.5 0 0 0-1.222 4.547c-1.528-.368-3.051-.805-4.575-1.204-.594-.936-1.117-1.926-1.686-2.881a61.83 61.83 0 0 1 3.125.852c-1.558-2.592-3.051-5.232-4.551-7.86z"/><path fill="#038cff" d="M5.22 2.156A11.99 11.99 0 0 1 12.061.118a11.993 11.993 0 0 1 8.091 3.218c1.972 1.797 3.261 4.281 3.723 6.899.042.196.085.391.124.587v2.65l-.005-.307c-.3 2.563-1.357 5.053-3.126 6.947-2.006 2.231-4.88 3.609-7.859 3.888h-2.003c-2.655-.25-5.237-1.352-7.182-3.19C1.63 18.807.277 15.96-.001 13.012v-2.004c.287-3.25 1.917-6.359 4.477-8.392.29-.076.495-.307.743-.46m-1.02 11.687c-.279-1.022-.55-2.047-.823-3.072-.546.977-1.167 1.93-1.653 2.927.399 1.514.815 3.022 1.213 4.537 1.523-.395 3.043-.811 4.565-1.211.602-.928 1.121-1.926 1.69-2.881-1.04.272-2.093.521-3.114.853 1.548-2.593 3.021-5.234 4.55-7.841-.625-.391-1.274-.743-1.914-1.111-1.523 2.589-3.003 5.204-4.514 7.799m9.064-6.712c1.5 2.629 2.993 5.269 4.551 7.86a61.83 61.83 0 0 0-3.125-.852c.569.955 1.092 1.945 1.686 2.881 1.524.399 3.048.836 4.575 1.204.403-1.517.806-3.034 1.222-4.547-.533-.979-1.106-1.939-1.665-2.904-.272 1.016-.541 2.033-.818 3.048-1.545-2.569-2.987-5.206-4.528-7.778-.632.363-1.262.731-1.898 1.088z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pass-on-either-side--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.443 0h1.07c2.684.136 5.326 1.151 7.348 2.933 2.498 2.143 4.019 5.35 4.139 8.635v.774c-.089 2.947-1.292 5.846-3.348 7.963-2.1 2.204-5.057 3.536-8.094 3.695h-1.074c-2.485-.125-4.927-1.015-6.882-2.56C1.801 19.278.07 15.818 0 12.279v-.553c.062-3.084 1.368-6.121 3.578-8.275C5.652 1.371 8.517.155 11.443 0m-.133 2.185c-2.948.182-5.758 1.792-7.416 4.234a9.804 9.804 0 0 0-1.732 5.704 9.796 9.796 0 0 0 2.417 6.331c1.466 1.688 3.521 2.867 5.729 3.236a9.776 9.776 0 0 0 6.826-1.304 9.859 9.859 0 0 0 4.146-5.118 9.84 9.84 0 0 0-3.277-11.067c-1.88-1.469-4.315-2.185-6.692-2.016z"/><path fill="#fff" d="M11.31 2.185c2.377-.169 4.812.547 6.692 2.016a9.84 9.84 0 0 1 3.277 11.067 9.859 9.859 0 0 1-4.146 5.118 9.775 9.775 0 0 1-6.826 1.304c-2.208-.37-4.262-1.548-5.729-3.236a9.796 9.796 0 0 1-2.417-6.331 9.804 9.804 0 0 1 1.732-5.704c1.658-2.442 4.468-4.051 7.416-4.234M6.79 12.253c-.161-.344-.286-.707-.474-1.038-.209-.283-.694-.124-.718.222-.324 1.468-.638 2.938-.955 4.406 1.484-.338 2.976-.647 4.462-.982.322-.047.43-.548.137-.706-.324-.19-.682-.311-1.022-.466 1.259-1.262 2.52-2.52 3.781-3.78 1.261 1.259 2.522 2.519 3.782 3.78-.343.155-.702.276-1.026.467-.294.16-.182.661.142.706 1.484.334 2.975.642 4.458.98-.325-1.494-.632-2.993-.977-4.482-.064-.306-.508-.396-.694-.151-.188.334-.314.696-.476 1.043-1.748-1.729-3.468-3.487-5.208-5.222-1.747 1.73-3.461 3.496-5.212 5.222z"/><path d="M6.79 12.253c1.751-1.727 3.464-3.492 5.212-5.222 1.74 1.735 3.46 3.493 5.208 5.222.162-.347.288-.709.476-1.043.186-.245.63-.155.694.151.344 1.489.652 2.988.977 4.482-1.483-.338-2.974-.647-4.458-.98-.324-.044-.436-.546-.142-.706.324-.191.683-.312 1.026-.467-1.26-1.261-2.521-2.521-3.782-3.78-1.261 1.26-2.522 2.518-3.781 3.78.341.155.698.276 1.022.466.293.157.185.659-.137.706-1.486.335-2.977.643-4.462.982.317-1.469.631-2.939.955-4.406.024-.346.509-.505.718-.222.188.331.313.694.474 1.038z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pass-with-care--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".98" d="M3 0h18v24H3V0m1.428.138C3.702.19 3.104.866 3.129 1.592v20.816c-.029.751.612 1.453 1.369 1.464 5.001.003 10.002.002 15.004 0 .764-.002 1.415-.708 1.385-1.466V1.596C20.92.799 20.201.09 19.406.128 14.413.132 9.42.113 4.428.138z"/><path opacity=".98" d="M4.534.44C9.486.426 14.439.435 19.391.435c.638-.039 1.221.522 1.187 1.165.004 6.799-.001 13.598.002 20.396-.002.344.032.717-.161 1.023a1.127 1.127 0 0 1-1.012.547c-4.959-.001-9.918.005-14.876-.003-.612.007-1.128-.562-1.093-1.166V1.606C3.404.999 3.925.44 4.534.44m-.211.677c-.22.104-.282.36-.266.583.003 6.667.001 13.335.001 20.002.006.296-.02.595.021.89a.499.499 0 0 0 .52.353c4.932.003 9.864.002 14.796.001a.508.508 0 0 0 .562-.539c.002-6.938.003-13.875-.001-20.812a.503.503 0 0 0-.555-.533c-4.867-.005-9.735.001-14.602-.004-.158.011-.33-.017-.476.059z"/><path opacity=".98" d="M10.115 3.547h.559c.329 1.326.66 2.653.988 3.98h-.57c-.092-.363-.185-.725-.272-1.088a27.332 27.332 0 0 0-.859-.005c-.089.364-.177.728-.264 1.093h-.571c.329-1.327.658-2.654.989-3.98m.264 1.185c-.093.382-.185.765-.276 1.148h.57c-.097-.383-.193-.766-.294-1.148zM12.62 4.893c-.254-.614.198-1.395.878-1.411.589-.064 1.061.461 1.086 1.022a93.99 93.99 0 0 1-.53.002c-.063-.249-.258-.51-.549-.452-.382.008-.567.568-.245.786.503.337 1.131.662 1.277 1.307.199.701-.394 1.522-1.145 1.443-.635-.017-1.042-.647-1.053-1.235.184-.001.367-.002.551-.001.04.289.168.655.512.679.459.063.781-.507.559-.89-.333-.531-1.083-.658-1.341-1.25zM15.655 4.916c-.266-.604.161-1.395.837-1.431.599-.085 1.097.447 1.12 1.021l-.532.001c-.065-.261-.279-.526-.58-.449-.391.037-.526.623-.174.812.517.328 1.144.686 1.252 1.35.152.694-.455 1.462-1.184 1.368-.625-.03-1.016-.654-1.028-1.233l.552-.002c.043.28.148.629.477.675.477.097.827-.503.585-.898-.334-.514-1.055-.644-1.325-1.214zM6.605 3.547c.527.026 1.071-.067 1.586.074.719.266.83 1.304.386 1.854-.354.397-.928.293-1.401.305v1.746l-.571.001v-3.98m.571.559v1.127c.242-.001.486.012.727-.01.511-.105.499-.992-.009-1.098-.238-.033-.479-.016-.718-.019zM7.039 10.014l.56-.001c.113.706.22 1.412.338 2.118.126-.707.257-1.412.386-2.118l.449.001c.123.705.251 1.41.373 2.116.122-.705.232-1.412.351-2.117l.559.001c-.215 1.326-.428 2.653-.642 3.979h-.49c-.125-.693-.246-1.387-.379-2.079-.122.694-.25 1.387-.374 2.081-.169-.002-.338-.004-.506-.008-.199-1.326-.417-2.649-.625-3.973zM10.678 10.014h.558l.001 3.98h-.56l.001-3.98zM11.85 10.013l2.025.001-.001.531h-.723v3.448l-.577.001-.001-3.449h-.724l.001-.532zM14.497 10.014h.571v1.621l1.088.001c.002-.541 0-1.082.002-1.623l.57.001v3.98h-.57c0-.599-.003-1.199.002-1.798-.364-.009-.728-.007-1.092-.006l.001 1.803-.572.001v-3.98zM7.037 16.849c.308-.497 1.077-.587 1.495-.183.249.221.334.557.392.872l-.569.005c-.056-.27-.203-.644-.552-.568-.414.023-.513.498-.539.83-.033.594-.067 1.217.135 1.786.091.297.442.466.726.334.196-.101.184-.347.229-.531h.568c-.037.291-.1.599-.309.821-.39.459-1.209.406-1.544-.092-.302-.443-.34-1.003-.365-1.523-.011-.593.01-1.232.333-1.751zM9.396 20.46c.327-1.327.658-2.653.988-3.98h.558c.332 1.326.66 2.652.99 3.979l-.572.001c-.09-.365-.183-.729-.275-1.093h-.855l-.264 1.093h-.57m.977-1.647h.569l-.292-1.15c-.095.383-.186.766-.277 1.15zM12.533 16.48c.518.02 1.047-.053 1.557.06.853.244.912 1.63.11 1.981l.565 1.939-.584-.001c-.176-.625-.35-1.251-.532-1.874l-.544.003-.001 1.872h-.57l-.001-3.98m.572.559v1.001c.263-.004.53.021.792-.023.409-.118.411-.79.021-.934-.263-.075-.542-.034-.813-.044zM15.448 20.46v-3.979h1.873v.56H16.02c-.001.334-.001.668 0 1.003l.824-.001-.001.549h-.823V19.9c.485 0 .97-.001 1.455.001l-.001.56-2.026-.001z"/><path fill="#fff" d="M4.428.138C9.42.113 14.413.132 19.406.128c.795-.038 1.514.671 1.481 1.468v20.81c.03.758-.621 1.464-1.385 1.466-5.002.002-10.003.003-15.004 0-.757-.011-1.398-.713-1.369-1.464V1.592C3.104.866 3.702.19 4.428.138m.106.302c-.609 0-1.13.559-1.096 1.166v20.791c-.035.604.481 1.173 1.093 1.166 4.958.008 9.917.002 14.876.003.405.015.809-.193 1.012-.547.193-.306.159-.679.161-1.023-.003-6.798.002-13.597-.002-20.396.034-.643-.549-1.204-1.187-1.165-4.952 0-9.905-.009-14.857.005z"/><path fill="#fff" d="M4.323 1.117c.146-.076.318-.048.476-.059 4.867.005 9.735-.001 14.602.004a.503.503 0 0 1 .555.533c.004 6.937.003 13.874.001 20.812a.508.508 0 0 1-.562.539c-4.932.001-9.864.002-14.796-.001a.499.499 0 0 1-.52-.353c-.041-.295-.015-.594-.021-.89 0-6.667.002-13.335-.001-20.002-.016-.223.046-.479.266-.583m5.792 2.43c-.331 1.326-.66 2.653-.989 3.98h.571c.087-.365.175-.729.264-1.093.286-.002.573-.002.859.005.087.363.18.725.272 1.088h.57c-.328-1.327-.659-2.654-.988-3.98h-.559m2.505 1.346c.258.592 1.008.719 1.341 1.25.222.383-.1.953-.559.89-.344-.024-.472-.39-.512-.679-.184-.001-.367 0-.551.001.011.588.418 1.218 1.053 1.235.751.079 1.344-.742 1.145-1.443-.146-.645-.774-.97-1.277-1.307-.322-.218-.137-.778.245-.786.291-.058.486.203.549.452l.53-.002c-.025-.561-.497-1.086-1.086-1.022-.68.016-1.132.797-.878 1.411m3.035.023c.27.57.991.7 1.325 1.214.242.395-.108.995-.585.898-.329-.046-.434-.395-.477-.675l-.552.002c.012.579.403 1.203 1.028 1.233.729.094 1.336-.674 1.184-1.368-.108-.664-.735-1.022-1.252-1.35-.352-.189-.217-.775.174-.812.301-.077.515.188.58.449l.532-.001c-.023-.574-.521-1.106-1.12-1.021-.676.036-1.103.827-.837 1.431m-9.05-1.369v3.98l.571-.001V5.78c.473-.012 1.047.092 1.401-.305.444-.55.333-1.588-.386-1.854-.515-.141-1.059-.048-1.586-.074m.434 6.467c.208 1.324.426 2.647.625 3.973.168.004.337.006.506.008.124-.694.252-1.387.374-2.081.133.692.254 1.386.379 2.079h.49c.214-1.326.427-2.653.642-3.979l-.559-.001c-.119.705-.229 1.412-.351 2.117-.122-.706-.25-1.411-.373-2.116l-.449-.001c-.129.706-.26 1.411-.386 2.118-.118-.706-.225-1.412-.338-2.118l-.56.001m3.639 0l-.001 3.98h.56l-.001-3.98h-.558m1.172-.001l-.001.532h.724l.001 3.449.577-.001a1981.45 1981.45 0 0 1 0-3.448h.723l.001-.531-2.025-.001m2.647.001v3.98l.572-.001-.001-1.803c.364-.001.728-.003 1.092.006-.005.599-.002 1.199-.002 1.798h.57v-3.98l-.57-.001c-.002.541 0 1.082-.002 1.623l-1.088-.001v-1.621h-.571m-7.46 6.835c-.323.519-.344 1.158-.333 1.751.025.52.063 1.08.365 1.523.335.498 1.154.551 1.544.092.209-.222.272-.53.309-.821a53.771 53.771 0 0 0-.568 0c-.045.184-.033.43-.229.531-.284.132-.635-.037-.726-.334-.202-.569-.168-1.192-.135-1.786.026-.332.125-.807.539-.83.349-.076.496.298.552.568l.569-.005c-.058-.315-.143-.651-.392-.872-.418-.404-1.187-.314-1.495.183m2.359 3.611h.57l.264-1.093h.855c.092.364.185.728.275 1.093l.572-.001c-.33-1.327-.658-2.653-.99-3.979h-.558c-.33 1.327-.661 2.653-.988 3.98m3.137-3.98l.001 3.98h.57l.001-1.872.544-.003c.182.623.356 1.249.532 1.874l.584.001-.565-1.939c.802-.351.743-1.737-.11-1.981-.51-.113-1.039-.04-1.557-.06m2.915 3.98l2.026.001.001-.56c-.485-.002-.97-.001-1.455-.001v-1.308h.823l.001-.549-.824.001c-.001-.335-.001-.669 0-1.003h1.301v-.56h-1.873v3.979z"/><path fill="#fff" d="M7.176 4.106c.239.003.48-.014.718.019.508.106.52.993.009 1.098-.241.022-.485.009-.727.01V4.106zM10.379 4.732c.101.382.197.765.294 1.148h-.57c.091-.383.183-.766.276-1.148zM13.105 17.039c.271.01.55-.031.813.044.39.144.388.816-.021.934-.262.044-.529.019-.792.023v-1.001zM10.373 18.813c.091-.384.182-.767.277-1.15l.292 1.15h-.569z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--passing-lane-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#060606" opacity=".96" d="M0 2.4h24v19.2H0V2.4m.992.119A1.155 1.155 0 0 0 .09 3.674C.092 9.25.086 14.826.093 20.402c.002.615.573 1.133 1.182 1.107h20.966c.351-.007.729.047 1.05-.133.39-.192.633-.619.621-1.051V3.674c.034-.642-.546-1.214-1.185-1.184H1.762c-.256.006-.516-.022-.769.029z"/><path fill="#060606" opacity=".96" d="M1.069 2.762c.229-.037.461-.02.691-.023 6.987.002 13.974-.002 20.962.002.509-.027.966.428.935.937.002 5.548.002 11.095 0 16.643.03.509-.427.963-.935.937-7.148.003-14.296.003-21.443 0-.509.026-.966-.428-.935-.938-.002-5.547-.002-11.094 0-16.642-.022-.43.298-.847.726-.917m-.005.521c-.184.079-.237.29-.222.473.003 5.523-.002 11.046.002 16.568a.398.398 0 0 0 .432.432c7.149.002 14.298.002 21.446 0a.4.4 0 0 0 .432-.433c.002-5.548.002-11.097 0-16.645a.4.4 0 0 0-.432-.433c-7.042-.003-14.083.002-21.124-.002-.178.008-.365-.023-.534.04z"/><path fill="#060606" opacity=".96" d="M8.349 4.744c.23-.27.611-.245.931-.234.433-.018.792.405.792.818l-.256.01c-.038-.131-.066-.266-.128-.389-.252-.258-.661-.247-.982-.155-.375.128-.395.774-.007.896.448.154.962.202 1.329.529.227.362.146.93-.265 1.127-.462.215-1.058.194-1.475-.116-.16-.178-.205-.423-.249-.65l.252-.002c.097.307.313.679.677.679.268.014.618.035.778-.228.158-.193.163-.501-.016-.682-.155-.212-.442-.205-.674-.266-.321-.054-.65-.182-.854-.449-.134-.286-.118-.68.146-.889zM11.558 4.539c.318-.045.662-.07.967.054.238.17.414.433.426.731l-.255.014c-.059-.154-.051-.369-.214-.457-.255-.182-.6-.17-.889-.088-.342.098-.394.595-.163.824.442.224.983.227 1.388.533.394.372.187 1.165-.362 1.271-.431.121-.928.083-1.296-.189-.15-.193-.205-.436-.23-.673.284-.046.302.3.461.454.179.279.544.267.834.241.262-.014.47-.242.525-.484.051-.238-.122-.442-.31-.561-.428-.154-.943-.134-1.28-.484-.349-.391-.096-1.065.398-1.186zM18.886 5.13c.206-.296.493-.606.881-.612.385-.021.845-.057 1.13.258.22.14.292.394.295.641-.266-.018-.333-.282-.466-.462-.493-.39-1.422-.274-1.607.394-.172.489-.174 1.065.098 1.518.134.143.298.261.467.362.31.056.672.078.923-.15.3-.188.399-.558.41-.892-.324-.01-.647-.008-.971-.006l-.011-.218c.406-.004.811-.002 1.217-.002-.009.505.027 1.012-.024 1.515-.21-.098-.141-.336-.162-.521-.258.325-.634.569-1.066.527-.505.042-.979-.274-1.169-.735-.174-.522-.185-1.116.057-1.618zM2.509 4.546c.518.018 1.058-.071 1.56.081.602.229.586 1.2-.009 1.429-.397.136-.833.11-1.248.122L2.813 7.4l-.306.014c-.002-.955-.006-1.911.002-2.867m.317.233a3.57 3.57 0 0 0 .002 1.176c.426-.028.95.102 1.28-.246.182-.258.142-.782-.226-.858-.345-.09-.703-.069-1.057-.071zM6.01 4.552c.146-.062.331.034.354.194.16.537.423 1.033.591 1.566.115.374.31.717.405 1.098l-.282-.005c-.096-.3-.185-.603-.32-.888-.442.019-.886-.019-1.327.022-.091.287-.176.576-.273.861l-.301.01c.108-.4.325-.758.446-1.153a3.47 3.47 0 0 1 .193-.506c.194-.39.265-.835.514-1.199m.09.29c-.154.487-.402.94-.514 1.441.363.006.726.006 1.089-.002-.198-.477-.344-.975-.575-1.439zM14.046 4.575l.29.004c-.002.942-.001 1.883 0 2.826a28.23 28.23 0 0 1-.29.002l-.001-2.832zM15.49 4.546l.293-.01c.51.745 1.006 1.5 1.498 2.255l.191.213c.018-.813-.001-1.626.01-2.439l.31.028c-.006.937-.003 1.873-.002 2.81-.105.002-.21.01-.315.005-.238-.169-.346-.456-.509-.689-.4-.586-.794-1.175-1.17-1.776-.015.821-.005 1.641-.006 2.462l-.307.003c.006-.954-.005-1.908.006-2.862zM6.466 10.266l.298.004c-.002.879-.004 1.759.001 2.638.508.006 1.017-.006 1.525.009l-.036.222c-.579.032-1.16-.006-1.739.018a1.923 1.923 0 0 1-.053-.434c.005-.819-.003-1.638.005-2.458zM9.986 10.264c.113.007.226.01.339.008.202.692.534 1.335.752 2.021.092.292.266.558.287.871-.123.007-.249-.037-.289-.164-.098-.242-.17-.494-.25-.743-.443-.05-.914-.078-1.349.002-.146.314-.178.687-.434.942l-.142-.138c.114-.449.365-.845.497-1.287.206-.5.386-1.01.588-1.512m-.381 1.703c.358.012.718.01 1.076.003-.162-.486-.365-.957-.522-1.445-.225.465-.399.95-.554 1.442zM12.209 10.268l.323-.005c.45.715.944 1.402 1.389 2.12.072.117.18.206.277.303.013-.809-.002-1.618.007-2.427.102.006.202.014.303.021-.005.954.005 1.906-.005 2.859l-.306.021c-.602-.783-1.081-1.655-1.67-2.45-.037.81-.002 1.622-.02 2.434l-.294.007c-.011-.961-.002-1.922-.005-2.883zM15.543 10.265c.641-.001 1.281-.002 1.922.002l.006.238c-.551.004-1.102 0-1.652.003.002.346-.002.693.005 1.038.49.004.979-.007 1.469.009l-.058.214c-.471.022-.944.001-1.415.009.001.378-.006.756.009 1.134.563.002 1.126-.01 1.69.008l-.047.222c-.641.022-1.282.003-1.922.008-.015-.962-.004-1.923-.006-2.885zM7.721 15.951l.248.002c.011.405.006.81.006 1.216.567.01 1.134.007 1.702.002.042-.417-.007-.837.043-1.254l.22.065c.036.954.012 1.911.011 2.866l-.253-.05c-.018-.461.029-.925-.041-1.384-.561.021-1.128-.047-1.684.041.004.461.006.921-.002 1.382l-.251.006c-.007-.964-.009-1.928.001-2.892zM11.026 15.954c.634-.003 1.268-.002 1.902 0l.008.246c-.541.006-1.082.001-1.622.003-.001.344-.003.689.004 1.033.482-.001.964.001 1.446-.001l.007.226c-.486.002-.972.002-1.458.002v1.145c.558-.001 1.115-.002 1.673.001l-.002.23c-.654.002-1.308.005-1.962-.002.002-.961-.009-1.922.006-2.882zM17.018 15.954c.595.042 1.25-.136 1.785.206.322.126.414.494.491.797.081.53.049 1.123-.299 1.558-.554.474-1.315.295-1.98.324-.001-.962-.006-1.922.003-2.884m.231 2.644c.438-.004.9.066 1.318-.095.692-.491.706-1.654.058-2.19-.435-.169-.916-.095-1.372-.106-.01.797 0 1.594-.005 2.391zM5.194 16.713c.148-.282.111-.738.509-.8.255.377.377.817.524 1.242.186.383.29.801.476 1.185.074.161.133.33.173.502l-.246-.003c-.171-.274-.218-.603-.362-.891a32.515 32.515 0 0 0-1.325.004c-.115.342-.175.748-.503.962-.056-.269.077-.519.164-.764.215-.471.366-.969.59-1.436m-.08 1.006c.348 0 .696.002 1.043-.002-.101-.519-.381-.978-.534-1.482a7.052 7.052 0 0 0-.509 1.484zM14.77 15.954l.29-.002c.264.594.444 1.221.717 1.811.114.364.286.707.384 1.075l-.258.002a7.256 7.256 0 0 0-.361-.898c-.426.002-.851.001-1.277.002-.106.305-.237.6-.365.896l-.223-.005c.135-.603.442-1.144.64-1.725.17-.378.298-.772.452-1.157m.145.282c-.24.474-.338 1.001-.566 1.48.363.008.726.005 1.09.004a2.013 2.013 0 0 0-.155-.542c-.145-.306-.22-.638-.369-.942z"/><path fill="#fff" d="M.992 2.519c.253-.05.513-.022.769-.029h20.965c.639-.03 1.219.542 1.185 1.184v16.651c.012.432-.231.859-.621 1.051-.321.18-.698.126-1.05.133H1.274c-.609.026-1.179-.492-1.182-1.107C.085 14.826.09 9.25.089 3.674a1.155 1.155 0 0 1 .902-1.155m.078.243c-.427.07-.747.487-.726.917-.002 5.547-.002 11.094 0 16.642-.031.51.426.964.935.938 7.147.003 14.295.003 21.443 0 .508.026.965-.428.935-.937.002-5.548.002-11.095 0-16.643.03-.509-.426-.964-.935-.937-6.987-.004-13.974 0-20.962-.002-.23.003-.462-.014-.691.023z"/><path fill="#fff" d="M1.065 3.282c.17-.063.357-.032.534-.04 7.041.004 14.082-.001 21.124.002a.399.399 0 0 1 .432.433c.002 5.548.002 11.097 0 16.645a.4.4 0 0 1-.432.433c-7.149.002-14.298.002-21.446 0a.398.398 0 0 1-.432-.432C.841 14.801.846 9.278.843 3.755c-.014-.182.038-.394.222-.473m7.284 1.462c-.264.209-.28.602-.146.889.203.267.533.394.854.449.231.062.518.054.674.266.179.182.174.49.016.682-.161.263-.51.242-.778.228-.364 0-.58-.372-.677-.679l-.252.002c.044.227.089.472.249.65.417.31 1.013.331 1.475.116.41-.198.492-.766.265-1.127-.367-.327-.881-.374-1.329-.529-.388-.122-.368-.768.007-.896.322-.092.73-.102.982.155.062.122.09.258.128.389l.256-.01c0-.414-.359-.837-.792-.818-.32-.011-.702-.036-.931.234m3.208-.206c-.494.122-.747.795-.398 1.186.337.35.852.33 1.28.484.187.119.361.323.31.561-.055.242-.263.47-.525.484-.29.026-.655.038-.834-.241-.159-.154-.177-.499-.461-.454.025.237.08.48.23.673.368.272.865.31 1.296.189.55-.106.757-.899.362-1.271-.405-.306-.946-.309-1.388-.533-.23-.229-.179-.726.163-.824.289-.082.634-.094.889.088.163.088.155.302.214.457l.255-.014c-.012-.298-.188-.562-.426-.731-.305-.125-.649-.099-.967-.054m7.328.591c-.242.502-.23 1.096-.057 1.618.19.461.664.777 1.169.735.433.042.809-.202 1.066-.527.021.185-.049.422.162.521.051-.503.015-1.01.024-1.515-.406 0-.811-.002-1.217.002l.011.218c.324-.002.647-.004.971.006-.01.334-.11.704-.41.892-.251.227-.614.206-.923.15a2.171 2.171 0 0 1-.467-.362c-.272-.454-.27-1.03-.098-1.518.185-.667 1.114-.783 1.607-.394.134.18.201.443.466.462-.003-.246-.075-.501-.295-.641-.285-.314-.745-.278-1.13-.258-.388.006-.675.316-.881.612M2.509 4.546c-.009.956-.004 1.912-.002 2.867l.306-.014-.001-1.222c.415-.011.851.014 1.248-.122.594-.229.61-1.2.009-1.429-.502-.152-1.042-.062-1.56-.081m3.501.007c-.249.364-.32.809-.514 1.199-.08.162-.139.334-.193.506-.121.395-.338.753-.446 1.153l.301-.01c.097-.285.182-.574.273-.861.442-.041.885-.002 1.327-.022.135.285.224.588.32.888l.282.005c-.094-.381-.29-.724-.405-1.098-.168-.534-.431-1.03-.591-1.566-.023-.161-.208-.256-.354-.194m8.036.023l.001 2.832.29-.002c-.001-.942-.002-1.884 0-2.826l-.29-.004m1.443-.029c-.01.954 0 1.908-.006 2.862l.307-.003c.001-.821-.01-1.641.006-2.462.375.601.77 1.19 1.17 1.776.162.233.271.52.509.689.105.005.21-.002.315-.005-.002-.937-.004-1.873.002-2.81a29.74 29.74 0 0 0-.31-.028c-.011.813.008 1.626-.01 2.439a40.867 40.867 0 0 1-.191-.213c-.493-.755-.989-1.51-1.498-2.255a29.68 29.68 0 0 0-.293.01m-9.025 5.72c-.008.819 0 1.638-.005 2.458-.004.146.024.29.053.434.579-.024 1.16.014 1.739-.018l.036-.222c-.508-.015-1.017-.003-1.525-.009-.005-.879-.003-1.759-.001-2.638a29.217 29.217 0 0 0-.298-.004m3.521-.003c-.202.502-.382 1.012-.588 1.512-.132.442-.383.838-.497 1.287l.142.138c.256-.255.288-.628.434-.942.434-.079.906-.051 1.349-.002.079.249.151.501.25.743.04.127.166.171.289.164-.021-.314-.195-.579-.287-.871-.218-.686-.55-1.329-.752-2.021a4.25 4.25 0 0 1-.339-.008m2.222.004c.002.962-.006 1.922.005 2.883l.294-.007c.018-.811-.017-1.623.02-2.434.589.794 1.067 1.666 1.67 2.45l.306-.021c.01-.953 0-1.906.005-2.859l-.303-.021c-.009.809.006 1.618-.007 2.427-.097-.098-.205-.186-.277-.303-.445-.718-.939-1.405-1.389-2.12l-.323.005m3.333-.003c.002.962-.01 1.923.006 2.885.641-.005 1.282.014 1.922-.008l.047-.222c-.563-.018-1.126-.006-1.69-.008-.014-.378-.008-.755-.009-1.134.471-.008.944.013 1.415-.009l.058-.214c-.49-.016-.979-.005-1.469-.009-.006-.346-.003-.692-.005-1.038.55-.003 1.101.001 1.652-.003l-.006-.238c-.641-.004-1.281-.002-1.922-.002m-7.821 5.686c-.01.964-.008 1.928-.001 2.892.084-.002.167-.005.251-.006.007-.461.006-.921.002-1.382.556-.088 1.123-.02 1.684-.041.07.459.023.923.041 1.384l.253.05c.001-.955.025-1.913-.011-2.866l-.22-.065c-.05.417-.001.837-.043 1.254-.567.006-1.134.009-1.702-.002.001-.406.006-.811-.006-1.216a20.504 20.504 0 0 0-.248-.002m3.305.003c-.014.961-.004 1.922-.006 2.882.654.006 1.308.003 1.962.002l.002-.23c-.558-.002-1.115-.002-1.673-.001v-1.145c.486.001.972.001 1.458-.002a16.538 16.538 0 0 1-.007-.226c-.482.002-.964 0-1.446.001-.007-.344-.005-.689-.004-1.033.541-.002 1.082.002 1.622-.003a20.204 20.204 0 0 1-.008-.246c-.634-.002-1.268-.003-1.902 0m5.994.001c-.009.962-.004 1.922-.003 2.884.665-.029 1.426.15 1.98-.324.348-.434.38-1.028.299-1.558-.077-.302-.169-.67-.491-.797-.535-.342-1.19-.163-1.785-.206m-11.824.76c-.224.467-.374.965-.59 1.436-.087.245-.22.495-.164.764.328-.214.388-.619.503-.962.442-.013.883-.009 1.325-.004.143.288.19.618.362.891l.246.003a2.525 2.525 0 0 0-.173-.502c-.186-.384-.29-.802-.476-1.185-.147-.425-.269-.865-.524-1.242-.398.062-.361.518-.509.8m9.576-.758c-.154.385-.282.778-.452 1.157-.198.581-.505 1.122-.64 1.725l.223.005c.128-.296.258-.591.365-.896.426-.001.851.001 1.277-.002.136.293.265.589.361.898.086-.002.172-.002.258-.002-.098-.368-.27-.711-.384-1.075-.273-.59-.453-1.217-.717-1.811l-.29.002z"/><path fill="#fff" d="M2.826 4.78c.354.002.712-.019 1.057.071.367.077.408.6.226.858-.33.348-.854.218-1.28.246a3.57 3.57 0 0 1-.002-1.176zM6.1 4.842c.231.464.377.962.575 1.439-.363.007-.726.007-1.089.002.112-.501.36-.954.514-1.441zM9.604 11.967c.155-.492.33-.977.554-1.442.157.488.36.959.522 1.445-.358.006-.718.009-1.076-.003zM5.114 17.72a7.052 7.052 0 0 1 .509-1.484c.154.503.434.962.534 1.482-.347.004-.695.002-1.043.002zM14.914 16.235c.149.304.224.637.369.942.081.171.126.355.155.542-.363.001-.726.004-1.09-.004.227-.479.326-1.006.566-1.48zM17.249 18.599c.005-.798-.005-1.594.005-2.391.456.01.937-.063 1.372.106.648.537.634 1.699-.058 2.19-.418.162-.88.091-1.318.095z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-keep-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.146.806c2.44-.401 5.008.005 7.192 1.169A11.451 11.451 0 0 1 22.88 8.58c.779 2.41.722 5.08-.16 7.453a11.411 11.411 0 0 1-4.456 5.588 11.319 11.319 0 0 1-6.512 1.872c-2.988-.04-5.923-1.348-7.986-3.503a11.372 11.372 0 0 1-3.173-7.274 11.398 11.398 0 0 1 1.808-6.84c1.716-2.678 4.598-4.579 7.745-5.07m.228 2.163c-2.632.449-5.014 2.117-6.356 4.422-1.198 2.011-1.566 4.488-1.037 6.766a9.197 9.197 0 0 0 2.687 4.662c1.69 1.601 4.002 2.531 6.331 2.513 2.22.017 4.423-.827 6.088-2.29a9.232 9.232 0 0 0 2.77-4.278 9.281 9.281 0 0 0-.184-5.922 9.288 9.288 0 0 0-4.876-5.203c-1.685-.766-3.602-.989-5.423-.67z"/><path fill="#fff" d="M10.374 2.969c1.82-.319 3.738-.096 5.423.67a9.295 9.295 0 0 1 4.876 5.203 9.288 9.288 0 0 1 .184 5.922 9.232 9.232 0 0 1-2.77 4.278c-1.664 1.463-3.868 2.306-6.088 2.29-2.329.018-4.642-.912-6.331-2.513a9.197 9.197 0 0 1-2.687-4.662c-.529-2.278-.161-4.754 1.037-6.766 1.343-2.305 3.725-3.973 6.356-4.422m-.745 2.57a1.21 1.21 0 0 0-.857.709c-.325.695.175 1.6.936 1.691.763.148 1.51-.576 1.403-1.34-.049-.707-.802-1.23-1.482-1.06M8.395 8.812c-.932 1.064-1.83 2.158-2.755 3.227.114.2.224.402.344.599.852-.881 1.726-1.742 2.557-2.644-.012 1.229-.006 2.459-.004 3.688-.006.253.037.526-.108.751-.601 1.123-1.147 2.278-1.771 3.389a8.114 8.114 0 0 0-.775-.413c-.083.132-.164.265-.245.398.599.3 1.2.599 1.792.916.73-1.406 1.44-2.822 2.18-4.224.34.004.68.004 1.02-.002.158 1.454.342 2.909.472 4.367l-.649.006c.01.155.018.31.026.464.587-.04 1.174-.041 1.76-.05-.13-1.67-.432-3.325-.611-4.991-.016-1.159.012-2.318-.013-3.478.157.298.39.568.451.91.157.642.334 1.28.487 1.925.2-.055.398-.118.598-.179-.119-.864-.156-1.739-.263-2.602-.4-.7-.845-1.372-1.268-2.057H8.394m5.969 3.534c1.049.638 2.128 1.225 3.185 1.848-.071-.278-.139-.557-.208-.835.659.002 1.318.001 1.976.001v-1.944h-1.988c.074-.301.149-.602.222-.904-1.063.611-2.131 1.212-3.187 1.834z"/><path fill="#231f20" d="M9.629 5.539c.68-.17 1.433.353 1.482 1.06.107.764-.64 1.488-1.403 1.34-.761-.091-1.261-.996-.936-1.691a1.21 1.21 0 0 1 .857-.709zM8.395 8.812h3.226c.424.685.869 1.357 1.268 2.057.107.863.144 1.738.263 2.602-.199.061-.397.124-.598.179-.154-.644-.33-1.283-.487-1.925-.061-.342-.294-.612-.451-.91.025 1.159-.002 2.318.013 3.478.179 1.666.481 3.32.611 4.991-.587.01-1.174.011-1.76.05l-.026-.464.649-.006c-.13-1.458-.313-2.912-.472-4.367-.34.006-.68.006-1.02.002-.74 1.402-1.451 2.818-2.18 4.224-.592-.317-1.193-.616-1.792-.916.08-.133.162-.266.245-.398.264.125.524.259.775.413.624-1.111 1.17-2.266 1.771-3.389.145-.226.102-.498.108-.751-.002-1.229-.008-2.459.004-3.688-.832.901-1.705 1.763-2.557 2.644-.12-.197-.23-.398-.344-.599.925-1.069 1.823-2.162 2.755-3.227zM14.363 12.346c1.056-.622 2.124-1.223 3.187-1.834l-.222.904h1.988v1.944c-.659 0-1.318.001-1.976-.001.068.278.137.557.208.835-1.057-.623-2.136-1.21-3.185-1.848z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M11.079 0h1.946c2.407.239 4.754 1.16 6.615 2.717 2.514 2.04 4.108 5.138 4.36 8.361v1.95c-.24 2.406-1.161 4.75-2.717 6.611-2.039 2.513-5.135 4.106-8.357 4.36h-2.032c-2.443-.274-4.821-1.228-6.686-2.844C1.779 19.116.247 16.076 0 12.919v-1.833c.246-3.197 1.814-6.272 4.29-8.313C6.191 1.167 8.603.203 11.079-.001m-3.182 5.67c-.004.469.381.818.772 1.01l.006.448c-.968.051-2.021.665-2.134 1.708-.036 1.103-.001 2.207-.017 3.31 0 .24-.019.561.247.676.295.23.799-.043.768-.415.022-1.065-.017-2.13.018-3.194l.316.029c.044 2.985-.014 5.972.028 8.957.074.53.93.535 1.007.001.041-1.657-.006-3.317.023-4.975l.309-.175c.177.094.237.266.215.457 0 1.752.004 3.503-.003 5.254.004.225-.014.462.097.669.13.334.639.377.848.095.112-.19.138-.412.132-.629-.004-3.25-.004-6.498-.001-9.748.577.953 1.17 1.897 1.774 2.832.109.225.353.251.574.246.141.328.181.832.606.913.44.073.89.052 1.335.076-.31.997-.663 1.986-.898 3.004l.727-.003c.004.779-.022 1.557.018 2.335.194.113.527.172.597-.108.037-.76.004-1.523.012-2.284l.379.022c-.007.581-.018 1.163-.003 1.745-.012.206.232.28.353.4.124-.117.368-.193.353-.401.014-.57-.001-1.138.001-1.706.234-.001.47-.006.705-.01-.212-.799-.443-1.593-.618-2.401.273.308.53.634.841.905.178.054.266-.113.366-.222-.389-.527-.83-1.012-1.265-1.501a1.36 1.36 0 0 0-.703-.447c.076-.277.418-.385.461-.684.2-.514-.292-1.141-.843-1.062-.574-.007-.971.724-.661 1.206.097.28.601.308.432.669a8.347 8.347 0 0 1-1.265-.003c-.436-.214-.443-.775-.543-1.188-.666-1.097-1.379-2.166-2.059-3.255-.361-.588-1.003-1.037-1.709-1.04a46.289 46.289 0 0 1 0-.527c.346-.219.67-.561.669-.997.062-.646-.539-1.283-1.193-1.215-.619-.007-1.145.615-1.074 1.225z"/><path fill="#fff" d="M7.897 5.669c-.07-.61.455-1.232 1.074-1.225.654-.068 1.255.57 1.193 1.215.001.436-.323.778-.669.997v.527c.706.003 1.348.452 1.709 1.04.68 1.09 1.393 2.159 2.059 3.255.101.412.108.974.543 1.188.421.025.844.041 1.265.003.17-.361-.335-.389-.432-.669-.31-.481.087-1.212.661-1.206.55-.079 1.043.548.843 1.062-.043.299-.385.407-.461.684.28.066.516.233.703.447.434.488.876.974 1.265 1.501-.099.109-.188.276-.366.222-.312-.27-.568-.597-.841-.905.175.808.406 1.603.618 2.401-.234.004-.47.008-.705.01-.003.568.012 1.137-.001 1.706.015.208-.229.284-.353.401-.121-.12-.366-.194-.353-.4-.015-.582-.004-1.164.003-1.745a48.123 48.123 0 0 0-.379-.022c-.008.761.025 1.524-.012 2.284-.07.28-.403.221-.597.108-.04-.778-.014-1.556-.018-2.335-.243.001-.486.001-.727.003.234-1.018.588-2.007.898-3.004-.446-.023-.895-.003-1.335-.076-.425-.081-.465-.585-.606-.913-.221.006-.465-.021-.574-.246a114.765 114.765 0 0 1-1.774-2.832c-.003 3.25-.003 6.498.001 9.748.006.217-.021.439-.132.629-.21.281-.719.239-.848-.095-.11-.207-.092-.444-.097-.669.007-1.75.003-3.502.003-5.254.022-.19-.039-.363-.215-.457l-.309.175c-.029 1.658.018 3.319-.023 4.975-.077.534-.932.528-1.007-.001-.041-2.985.017-5.972-.028-8.957l-.316-.029c-.034 1.065.004 2.13-.018 3.194.03.372-.473.646-.768.415-.266-.114-.247-.436-.247-.676.015-1.103-.019-2.207.017-3.31.113-1.043 1.166-1.657 2.134-1.708-.001-.15-.004-.299-.006-.448-.392-.192-.777-.541-.772-1.01z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#154889" d="M10.875 0h2.179c2.621.267 5.165 1.352 7.093 3.16 2.187 1.98 3.531 4.793 3.852 7.714v2.181c-.266 2.589-1.325 5.106-3.098 7.023-1.983 2.226-4.823 3.597-7.775 3.922h-2.182c-2.591-.266-5.106-1.325-7.024-3.098-2.226-1.984-3.597-4.825-3.921-7.776v-2.182c.296-3.01 1.713-5.905 3.991-7.909C5.881 1.31 8.343.291 10.875 0m.56 4.175c-.591.125-1.033.708-.985 1.311.021.677.667 1.258 1.345 1.195.753-.023 1.349-.826 1.153-1.555-.134-.664-.859-1.108-1.514-.95m-.527 3.839c-1.008 1.557-1.961 3.146-2.96 4.709.406.119.937.309 1.262-.081.747-.784 1.243-1.766 1.871-2.643.008.955.014 1.908.023 2.862.848-.001 1.695.023 2.541.019.003-1.201 0-2.401.001-3.603.358.306.701.627 1.059.934.019.86.001 1.721.01 2.582.422-.247 1.109-.387 1.092-1.004.005-.677.073-1.366-.026-2.038-.288-.728-1.07-1.055-1.617-1.558-.592-.431-1.134-1.144-1.953-1.026-.581-.048-1.023.385-1.303.845m.261 5.225c-.139.606-.502 1.12-.79 1.661-.935 1.648-1.813 3.328-2.7 5.002.48.022 1.045.132 1.437-.225.363-.337.608-.779.846-1.21.805-1.499 1.555-3.027 2.345-4.534 1.149 2.045 2.283 4.099 3.427 6.148.191-.373.428-.736.514-1.152.062-.437-.16-.846-.344-1.227a129.856 129.856 0 0 0-1.694-3.108c-.239-.433-.569-.842-.606-1.354l-2.436-.001z"/><path fill="#fff" d="M11.435 4.175c.656-.158 1.38.287 1.514.95.196.73-.4 1.532-1.153 1.555-.679.063-1.325-.517-1.345-1.195-.048-.603.394-1.186.985-1.311zM10.907 8.015c.28-.459.721-.893 1.303-.845.819-.118 1.36.595 1.953 1.026.547.503 1.329.83 1.617 1.558.099.672.032 1.36.026 2.038.018.617-.669.757-1.092 1.004-.008-.861.01-1.723-.01-2.582-.358-.307-.701-.628-1.059-.934-.001 1.201.001 2.401-.001 3.603-.846.004-1.694-.021-2.541-.019-.01-.955-.015-1.908-.023-2.862-.628.876-1.123 1.858-1.871 2.643-.325.389-.856.2-1.262.081.998-1.563 1.952-3.153 2.96-4.709zM11.168 13.238l2.436.001c.037.512.368.92.606 1.354.58 1.027 1.142 2.065 1.694 3.108.184.381.406.79.344 1.227-.086.416-.324.779-.514 1.152-1.144-2.049-2.278-4.103-3.427-6.148-.79 1.507-1.54 3.035-2.345 4.534-.239.431-.483.872-.846 1.21-.392.357-.957.247-1.437.225.887-1.673 1.765-3.353 2.7-5.002.288-.54.651-1.055.79-1.661z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-priority-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#df032b" d="M9.971 0h4.104c.418.162.848.285 1.274.428.107.026.321.078.428.102.247.086.494.166.741.242.23.116.461.233.691.347.874.416 1.756.867 2.455 1.552 1.107 1.112 2.352 2.16 2.982 3.64.197.397.397.794.606 1.188l.083.435c.09.24.178.48.264.722.133.44.257.882.402 1.319v4.094c-.159.416-.276.846-.404 1.271-.086.242-.173.485-.264.725-.017.112-.055.33-.074.442-.128.23-.257.466-.383.699-.43.929-.92 1.858-1.663 2.578-.958.939-1.842 1.987-3.042 2.63-.551.259-1.1.532-1.644.808-.25.078-.499.162-.746.247-.107.026-.321.081-.428.109-.435.145-.877.273-1.312.421H9.904c-.416-.164-.846-.288-1.267-.43-.102-.033-.304-.097-.406-.131l-.083-.026-.689-.185a34.274 34.274 0 0 1-1.378-.73l-.031-.017-.04-.019a20.997 20.997 0 0 0-.423-.216c-.259-.147-.513-.299-.772-.444a230.435 230.435 0 0 1-2.616-2.616c-.145-.259-.297-.513-.444-.772-.052-.107-.162-.318-.216-.425l-.019-.038-.017-.031a35.603 35.603 0 0 1-.73-1.378l-.183-.687-.029-.093-.143-.416c-.147-.43-.273-.867-.418-1.3V9.906c.162-.411.285-.839.428-1.259.024-.107.076-.323.102-.43.086-.247.169-.494.247-.744.276-.544.547-1.091.806-1.644.646-1.202 1.697-2.084 2.635-3.044.52-.542 1.169-.929 1.813-1.305.49-.226.972-.463 1.452-.703.247-.078.494-.162.739-.247L8.65.423C9.09.276 9.534.147 9.971 0m.142 2.526c-3.36.691-6.214 3.348-7.169 6.639-.806 2.695-.356 5.75 1.255 8.065 1.511 2.25 4.013 3.821 6.713 4.139 3.175.437 6.504-.893 8.538-3.362 1.749-2.067 2.557-4.905 2.122-7.58-.385-2.673-2.008-5.118-4.272-6.58-2.089-1.378-4.743-1.851-7.186-1.321z"/><path fill="#df032b" d="M8.281 6.867c.725-.931 2.055-.568 3.075-.618.114.278.238.551.375.82l.067.14c-.806-.002-1.63-.109-2.424.055-.694.38-.815 1.302-.934 2.01.25.632 1.114.076 1.613.1-.166.67-.318 1.343-.456 2.02-.2-.461-.456-1.034-1.05-1.029-.867-.086-1.397 1.207-.618 1.701.528.516 1.195.031 1.635-.342l.074.297c.164.128.33.257.499.38.276-1.022.361-2.148 1.024-3.018-.333 1.623-.858 3.201-1.162 4.831-.342-.026-.687-.052-1.029-.081l.002 1.632c-.468.097-1.053.342-1.45-.057-.078-.57-.036-1.148-.045-1.72a7.695 7.695 0 0 1-.651-.466c-.105-1.01-.074-2.036-.031-3.053-.021-.47.482-.582.806-.76.24-.943.316-1.934.68-2.842zM13.509 6.24c.746.043 1.625-.188 2.248.337.827.644.699 1.815.965 2.73-.005.589.891.568.893 1.141.052 1.027.074 2.063-.024 3.087a7.55 7.55 0 0 1-.651.43c-.01.596-.01 1.195.002 1.794-.423.133-.962.328-1.328-.038-.102-.525-.043-1.065-.057-1.594-.492.043-.986.083-1.478.128-.219-.556-.43-1.114-.639-1.673a2.35 2.35 0 0 0 1.286-.088c-.404-.264-.908-.207-1.359-.138-.214-.765 0-1.556.055-2.329.451.478.936.92 1.43 1.35.269.314.423.82.886.893.832.216 1.526-.965.889-1.571-.304-.397-1.257-.558-1.312.093-.463-.383-.931-.806-1.076-1.416.615.067 1.316.39 1.813-.143-.238-.67-.278-1.566-.967-1.963-.672-.176-1.383-.062-2.07-.057.173-.321.347-.639.494-.974zM11.981 13.221l.071-.002c.299.311.475.71.687 1.079-.44.012-.882.017-1.324.019.178-.371.359-.739.566-1.095z"/><path fill="#fff" d="M10.113 2.526c2.443-.53 5.097-.057 7.186 1.321 2.265 1.461 3.888 3.907 4.272 6.58.435 2.676-.373 5.513-2.122 7.58-2.034 2.469-5.363 3.8-8.538 3.362-2.699-.318-5.202-1.889-6.713-4.139-1.611-2.314-2.06-5.37-1.255-8.065.955-3.291 3.809-5.948 7.169-6.639m1.244 3.724c-1.019.05-2.35-.314-3.075.618-.364.908-.44 1.899-.68 2.842-.323.178-.827.29-.806.76-.043 1.017-.074 2.044.031 3.053.209.166.425.321.651.466.01.573-.033 1.15.045 1.72.397.399.981.154 1.45.057l-.002-1.632c.342.029.687.055 1.029.081-.204.977-.998 1.666-1.507 2.488.19.271.383.542.577.81.751-1.088 1.673-2.058 2.345-3.196.442-.002.884-.007 1.324-.019.706 1.107.663 2.469.953 3.709l.889-.021c-.176-1.243.064-2.569-.501-3.731.492-.045.986-.086 1.478-.128.014.53-.045 1.069.057 1.594.366.366.905.171 1.328.038a48.776 48.776 0 0 1-.002-1.794 7.55 7.55 0 0 0 .651-.43c.097-1.024.076-2.06.024-3.087-.002-.573-.898-.551-.893-1.141-.266-.915-.138-2.086-.965-2.73-.623-.525-1.502-.295-2.248-.337-.057-.416-.264-.865-.701-.991-.67-.292-1.428.302-1.452 1z"/><path fill="#fff" d="M11.731 7.069c.406.169.848.178 1.283.145.687-.005 1.397-.119 2.07.057.689.397.73 1.293.967 1.963-.497.532-1.198.209-1.813.143-.214-.986-1.048-1.882-2.124-1.777-1.036-.012-1.718.903-2.06 1.775-.499-.024-1.364.532-1.613-.1.119-.708.24-1.63.934-2.01.794-.164 1.618-.057 2.424-.055l-.067-.14zM7.93 12.067c-.779-.494-.25-1.787.618-1.701.594-.005.851.568 1.05 1.029l-.033.33c-.44.373-1.107.858-1.635.342zM15.315 10.793c.055-.651 1.008-.49 1.312-.093.637.606-.057 1.787-.889 1.571-.463-.074-.618-.58-.886-.893l.485.321.399-.549c-.105-.088-.314-.269-.421-.356zM13.366 12.356c.451-.069.955-.126 1.359.138-.411.143-.86.185-1.286.088l-.074-.226zM12.007 13.171l.045.048-.071.002.026-.05zM.561 15.762c.007.024.021.071.029.093l-.014-.038-.014-.055zM1.502 17.919l.017.031.019.038-.017-.031-.019-.038zM6.01 22.463l.04.019.031.017-.071-.036zM8.148 23.413l.083.026-.048-.014-.036-.012z"/><path d="M11.356 6.25c.024-.699.782-1.293 1.452-1 .437.126.644.575.701.991-.147.335-.321.653-.494.974-.435.033-.877.024-1.283-.145a10.604 10.604 0 0 1-.375-.82zM10.054 9.374c.342-.872 1.024-1.787 2.06-1.775 1.076-.105 1.91.791 2.124 1.777.145.611.613 1.034 1.076 1.416.107.088.316.269.421.356l-.399.549-.485-.321c-.494-.43-.979-.872-1.43-1.35-.055.772-.269 1.564-.055 2.329l.074.226c.209.558.421 1.117.639 1.673.566 1.162.326 2.488.501 3.731l-.889.021c-.29-1.24-.247-2.602-.953-3.709-.211-.368-.387-.768-.687-1.079l-.045-.048-.026.05c-.207.356-.387.725-.566 1.095-.672 1.138-1.594 2.108-2.345 3.196a63.003 63.003 0 0 1-.577-.81c.509-.822 1.302-1.511 1.507-2.488.304-1.63.829-3.208 1.162-4.831-.663.87-.749 1.996-1.024 3.018a21.112 21.112 0 0 1-.499-.38l-.074-.297.033-.33c.138-.677.29-1.35.456-2.02z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--priority-over-oncoming-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#00a0dc" d="M1.054.556c.476-.143.98-.088 1.47-.096 6.64 0 13.28.002 19.92.001.307.013.659.047.875.295.066.3.029.613.037.919-.005 7.157.002 14.314-.006 21.47-.235.155-.484.331-.782.3-3.601-.023-7.202.062-10.805.037-3.438-.005-6.876.011-10.313-.007-.419.007-.719-.3-.907-.641.008-7.26.006-14.521.001-21.782.157-.176.295-.385.51-.497m14.912 3.038c-.899 1.085-1.872 2.106-2.785 3.179.421.014.842.013 1.264.016.008 4.433-.014 8.867.013 13.3 1.052 0 2.104-.004 3.155.004.097-.733.042-1.472.054-2.209.012-3.7-.025-7.4.008-11.1.398.002.797.005 1.195-.008a15.481 15.481 0 0 0-.99-1.136c-.643-.676-1.208-1.429-1.914-2.044M6.433 3.8c-.012 4.432.01 8.863-.002 13.295H5.286l.066.204c.91.978 1.802 1.969 2.687 2.971.942-1.045 1.89-2.089 2.792-3.169-.396-.01-.792-.011-1.188-.008-.018-3.818-.005-7.637-.011-11.455-.007-.616.041-1.236-.066-1.847-1.045.01-2.089.001-3.133.01z"/><path fill="#fff" d="M15.966 3.593c.706.614 1.271 1.368 1.914 2.044.348.364.679.742.99 1.136-.398.013-.797.011-1.195.008-.034 3.7.004 7.4-.008 11.1-.012.737.043 1.476-.054 2.209-1.051-.007-2.102-.004-3.155-.004-.028-4.433-.005-8.867-.013-13.3-.421-.002-.842-.001-1.264-.016.913-1.073 1.886-2.094 2.785-3.179z"/><path fill="#c70125" d="M6.433 3.8c1.044-.008 2.088 0 3.133-.01.107.611.059 1.231.066 1.847.006 3.818-.007 7.637.011 11.455.396-.002.792-.001 1.188.008-.902 1.08-1.85 2.124-2.792 3.169a151.184 151.184 0 0 0-2.687-2.971l-.066-.204h1.145c.012-4.432-.01-8.863.002-13.295z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--priority-over-oncoming-vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.453 0h23.094v.158C16.53.067 9.509.149 2.49.115A43.333 43.333 0 0 0 .452.16v-.161zM9.58 5.93c.009-1.635-.002-3.269.005-4.904.831-.002 1.66 0 2.488.002.007 1.635-.007 3.269.009 4.902.779-.002 1.56.002 2.341.005-.924 1.467-1.732 3.005-2.654 4.474-.312.485-.534 1.051-1.005 1.413-1.227-1.943-2.382-3.928-3.591-5.88a137.86 137.86 0 0 1 2.407-.011m.344-4.525c.005 1.626.002 3.251.002 4.877-.706-.007-1.415.002-2.122.005 1.026 1.646 2.004 3.322 3.034 4.965a231.592 231.592 0 0 0 2.946-4.968c-.691 0-1.383-.007-2.074-.005-.002-1.63 0-3.26 0-4.891a50.642 50.642 0 0 0-1.786.016zM10.952 13.402c1.254-1.963 2.395-3.992 3.607-5.982 1.207 2.002 2.448 3.985 3.663 5.982l-2.414.002c-.002 3.278.002 6.559 0 9.84H13.32c-.005-3.281 0-6.559-.002-9.84-.79.002-1.578-.005-2.366-.002z"/><path fill="#03a7d1" d="M.453.161C1.132.134 1.811.111 2.491.116 9.51.15 16.531.068 23.548.159v23.842H.454V.162M9.58 5.93a137.86 137.86 0 0 0-2.407.011c1.209 1.952 2.364 3.937 3.591 5.88.471-.362.693-.928 1.005-1.413.922-1.469 1.73-3.007 2.654-4.474-.781-.002-1.562-.007-2.341-.005-.016-1.632-.002-3.267-.009-4.902-.829-.002-1.657-.005-2.488-.002-.007 1.635.005 3.269-.005 4.904m1.372 7.473c.788-.002 1.576.005 2.366.002.002 3.281-.002 6.559.002 9.84h2.488c.002-3.281-.002-6.562 0-9.84l2.414-.002c-1.216-1.997-2.457-3.98-3.663-5.982-1.211 1.99-2.352 4.019-3.607 5.982z"/><path fill="#ef2b2f" d="M9.924 1.406a50.642 50.642 0 0 1 1.786-.016c0 1.63-.002 3.26 0 4.891.691-.002 1.383.005 2.074.005a231.592 231.592 0 0 1-2.946 4.968C9.808 9.61 8.83 7.935 7.804 6.289c.706-.002 1.415-.011 2.122-.005 0-1.626.002-3.251-.002-4.877z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--priority-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.387 23.694a.964.964 0 0 0 1.36 0l11.045-11.045a.966.966 0 0 0 0-1.361L12.81.306a.966.966 0 0 0-1.361 0L.404 11.351a.965.965 0 0 0 0 1.361l10.982 10.982z"/><path fill="#fff" d="M11.535 23.545a.754.754 0 0 0 1.064 0l11.044-11.044a.754.754 0 0 0 0-1.064L12.661.455a.754.754 0 0 0-1.064 0L.553 11.499a.754.754 0 0 0 0 1.064l10.982 10.982z"/><path fill="#edae15" d="M12.098 5.686L5.784 12l6.314 6.314L18.412 12l-6.314-6.314z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--priority-road--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 .131h.396C.274.334.135.527 0 .722V.131zM23.735.131H24v.403c-.098-.121-.273-.229-.265-.403zM7.134 4.855c1.565-1.009 3.12-2.029 4.687-3.033 1.592 1.005 3.176 2.024 4.762 3.04.003 1.955-.001 3.91.001 5.865 1.839.005 3.679-.001 5.517.003.004.873.001 1.747.001 2.619-1.84.005-3.679-.001-5.519.004-.004 3.127.003 6.254-.003 9.382a533.056 533.056 0 0 0-4.484-3.103 611.47 611.47 0 0 0-4.959 3.103c-.005-3.128-.001-6.256-.007-9.384-1.748-.004-3.496.003-5.245-.003 0-.873-.004-1.747.001-2.619 1.748-.003 3.495.001 5.243-.003.003-1.957-.005-3.913.001-5.871zM0 23.103c.111.321.349.574.624.766H0v-.766zM23.423 23.869c.236-.139.425-.342.577-.569v.569h-.577z"/><path fill="#0366b3" d="M.396.131h23.339c-.008.173.167.282.265.403V23.3c-.152.227-.341.43-.577.569H.624c-.275-.191-.513-.445-.624-.766V.723C.135.528.274.335.396.132m6.738 4.723c-.007 1.958.001 3.915-.001 5.871-1.748.004-3.495 0-5.243.003-.005.872-.001 1.746-.001 2.619 1.748.005 3.496-.001 5.245.003.005 3.128.001 6.256.007 9.384a578.567 578.567 0 0 1 4.959-3.103c1.5 1.026 2.995 2.062 4.484 3.103.005-3.128-.001-6.256.003-9.382 1.84-.005 3.679.001 5.519-.004 0-.872.003-1.746-.001-2.619-1.839-.004-3.679.003-5.517-.003-.003-1.955.001-3.91-.001-5.865-1.586-1.016-3.17-2.035-4.762-3.04-1.567 1.005-3.123 2.025-4.687 3.033z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--radar-enforced--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#020202" opacity=".97" d="M0 7.125h24v9.75H0v-9.75m.758.089c-.301.038-.651.249-.641.591-.005 2.673.001 5.347-.002 8.02.003.173-.013.349.021.52.214.538.894.463 1.365.464 7.151-.002 14.303.003 21.454-.002.373.016.892-.158.899-.601.005-2.779 0-5.558.002-8.336a.542.542 0 0 0-.298-.537c-.25-.152-.551-.137-.832-.146-7.024.002-14.048.001-21.072.001-.299.002-.599-.01-.895.025z"/><path fill="#020202" opacity=".97" d="M.758 7.359c.193-.039.391-.018.586-.022 7.228.002 14.456-.001 21.683.001.268.008.655.139.64.466.002 2.797.002 5.594 0 8.391.017.328-.371.476-.646.47-7.348-.001-14.695-.002-22.043 0-.253.007-.539-.088-.658-.33-.024-.169-.013-.341-.015-.512.003-2.675-.002-5.351.002-8.026-.014-.245.242-.391.451-.437m-.004.239a.485.485 0 0 0-.075.274c-.003 2.806.007 5.613-.005 8.42.099.1.224.185.372.165 7.304-.002 14.608.001 21.912-.002.152.002.364-.077.335-.266.004-2.622 0-5.244.002-7.866.001-.23.011-.463-.027-.691-.129-.047-.259-.104-.399-.093H1.652c-.3.006-.606-.03-.898.058z"/><path fill="#020202" opacity=".97" d="M6.431 8.524c.406.011.816-.027 1.219.025.441.077.578.66.405 1.019-.087.213-.313.301-.511.377.394.274.518.772.76 1.164a43.81 43.81 0 0 1-.362-.016c-.182-.336-.332-.694-.565-1-.161-.194-.442-.124-.662-.139-.001.38-.003.76.002 1.139-.095.005-.19.01-.285.017-.002-.862 0-1.723-.001-2.585m.283.287l.001.849c.283-.008.571.025.851-.031.358-.096.364-.704-.003-.793-.28-.05-.566-.019-.848-.025zM9.55 8.523h.297c.293.86.583 1.72.868 2.582h-.316a55.027 55.027 0 0 1-.251-.785c-.293.001-.587.001-.88-.001-.08.261-.157.523-.236.784l-.298.004c.273-.861.542-1.724.817-2.583m-.205 1.513c.239 0 .478.001.717-.003-.135-.407-.252-.82-.38-1.229-.063.422-.212.825-.337 1.232zM11.334 8.524c.418.03.873-.082 1.264.109.453.303.51.913.471 1.411-.038.397-.197.882-.624 1.003-.363.085-.739.052-1.108.058-.007-.86-.001-1.721-.003-2.581m.274.305c-.002.652.004 1.303-.003 1.955.256.002.518.03.77-.029.307-.121.382-.492.405-.785.025-.369.011-.825-.32-1.063-.263-.131-.569-.063-.851-.078zM13.633 11.094c.279-.854.542-1.714.816-2.569l.295-.004c.292.861.597 1.719.863 2.588l-.318-.02c-.078-.258-.16-.514-.243-.77-.293.002-.587.001-.88.002-.078.257-.156.512-.225.77l-.308.004m.975-2.292c-.103.416-.234.824-.358 1.233.237.002.475.002.713.001-.125-.409-.269-.814-.356-1.234zM16.233 11.094c.002-.857 0-1.714.002-2.571.392.01.787-.019 1.178.017.612.076.7 1.082.151 1.313l-.21.079c.374.3.518.777.752 1.178-.123-.008-.247-.015-.37-.024-.174-.328-.32-.676-.543-.974-.156-.215-.448-.146-.674-.159-.003.386-.001.77-.002 1.155l-.284-.014m.282-2.281c.003.282.002.565.001.847.28-.006.563.026.839-.026.363-.084.38-.681.026-.792-.285-.056-.578-.023-.866-.029zM10.462 12.723c.274-.076.593-.051.822.131.312.237.455.637.466 1.019.026.42-.054.879-.356 1.193-.29.309-.807.369-1.153.117-.405-.297-.543-.834-.503-1.314.021-.468.248-.989.724-1.147m.132.27c-.3.066-.488.364-.533.651-.065.371-.066.792.153 1.116.167.255.525.371.801.227.273-.136.414-.442.439-.734.026-.332.014-.693-.17-.982a.656.656 0 0 0-.689-.278zM15.328 12.93c.315-.323.913-.343 1.216.004.134.136.192.323.252.499l-.278.062c-.071-.186-.154-.397-.352-.481-.257-.093-.585-.015-.734.226-.227.362-.209.823-.136 1.228.06.34.378.653.741.571.31-.053.454-.367.52-.64l.274.08c-.07.256-.163.53-.386.694-.35.272-.917.22-1.187-.139-.251-.325-.316-.754-.3-1.154.014-.343.112-.707.37-.949zM2.715 12.721c.51-.001 1.02.001 1.53-.001l.002.304-1.258.001.001.789 1.177.001-.001.305c-.392-.001-.785-.002-1.177.001v.863c.435.004.869.001 1.304.002l.002.307c-.527 0-1.054.001-1.58-.001 0-.857.001-1.715-.001-2.572zM5.068 12.722l.285-.003c.375.672.74 1.349 1.117 2.02.002-.673-.001-1.346.001-2.019l.265.002c-.002.857-.001 1.715-.001 2.572h-.288c-.364-.673-.742-1.337-1.097-2.014-.015.67-.003 1.342-.007 2.012l-.274.003-.001-2.573zM7.625 12.721h1.431l.001.304c-.383.002-.766.001-1.148 0 0 .266.001.532-.001.798.332.001.663-.001.995.001l-.002.308h-.993c.002.388.001.775.001 1.163l-.284-.001v-2.573zM12.506 12.721c.406.011.814-.025 1.217.023.426.071.569.618.428.975-.076.228-.303.343-.515.413.36.303.506.767.739 1.161h-.355c-.186-.335-.331-.697-.567-1.002-.161-.197-.444-.125-.665-.14-.001.381-.001.762 0 1.143l-.283-.001v-2.572m.283 1.136c.278-.005.559.023.835-.025.369-.079.39-.694.024-.797-.284-.05-.573-.019-.86-.026v.847zM17.582 15.294c.001-.858-.001-1.715.001-2.573.509.002 1.018-.001 1.528.001v.304c-.416.002-.832 0-1.247.001v.79c.39 0 .78-.002 1.169.001l-.002.304c-.389 0-.779-.001-1.168.001.002.288.002.577.001.866h1.292l.005.307h-1.578zM19.933 12.722c.41.025.847-.072 1.238.088.443.251.523.825.517 1.288-.026.43-.149.974-.606 1.136-.373.104-.767.047-1.148.058v-2.57m.283.304v1.961c.263-.012.539.037.795-.048.272-.119.334-.446.373-.708.032-.385.029-.863-.31-1.12-.261-.143-.575-.067-.858-.085z"/><path fill="#fff" d="M.758 7.214c.297-.035.597-.023.896-.025 7.024 0 14.048.001 21.072-.001.28.008.582-.007.832.146a.54.54 0 0 1 .298.537c-.002 2.778.003 5.557-.002 8.335-.008.443-.526.617-.899.602-7.151.005-14.303.001-21.454.002-.471-.002-1.151.074-1.365-.464-.034-.172-.018-.347-.021-.52.003-2.674-.002-5.348.002-8.021-.01-.342.341-.553.641-.591m0 .145c-.209.046-.465.192-.451.437-.004 2.675.001 5.351-.002 8.026.002.17-.009.342.015.512.119.241.405.337.658.33 7.348-.002 14.696-.001 22.043 0 .274.006.662-.142.646-.47.002-2.797.002-5.594 0-8.391.014-.327-.372-.458-.64-.466-7.227-.002-14.455.001-21.683-.001-.195.005-.393-.017-.586.022z"/><path fill="#fff" d="M.754 7.599c.292-.088.598-.052.898-.058h21.217c.14-.011.27.046.399.093.037.228.028.461.027.691-.002 2.622.002 5.244-.002 7.866.029.19-.184.268-.335.266-7.304.003-14.609 0-21.912.002-.148.02-.273-.065-.372-.165.012-2.807.002-5.614.005-8.42A.483.483 0 0 1 .754 7.6m5.677.924c.001.862-.002 1.724.001 2.585l.285-.017c-.005-.38-.002-.76-.002-1.139.22.016.501-.055.662.139.232.305.383.664.565 1l.362.016c-.242-.392-.365-.89-.76-1.164.199-.076.425-.164.511-.377.173-.359.036-.942-.405-1.019-.404-.052-.814-.014-1.22-.025m3.12 0c-.275.86-.544 1.722-.817 2.583l.299-.004c.079-.261.156-.523.236-.784.293.002.587.002.88.001.082.263.166.524.251.785h.316c-.285-.862-.574-1.722-.868-2.582H9.55m1.784.002c.002.86-.004 1.721.003 2.581.369-.006.745.027 1.108-.058.427-.122.586-.607.624-1.004.039-.497-.018-1.108-.471-1.411-.391-.191-.845-.079-1.264-.109m2.299 2.571l.308-.004c.069-.259.147-.514.225-.77.294-.001.587 0 .881-.002.083.256.165.512.243.77l.318.02c-.266-.869-.572-1.727-.863-2.588l-.295.004c-.274.856-.537 1.715-.816 2.569m2.599.001l.284.014c.001-.385-.001-.769.002-1.155.227.013.518-.056.674.159.224.299.369.647.543.974.123.009.247.016.37.024-.235-.401-.379-.877-.752-1.178l.21-.079c.549-.232.461-1.238-.151-1.313-.391-.036-.786-.008-1.178-.017-.002.857.001 1.714-.002 2.571m-5.771 1.629c-.476.158-.703.679-.724 1.147-.04.48.098 1.017.503 1.314.346.252.863.192 1.153-.117.302-.314.383-.773.356-1.193-.012-.382-.154-.782-.466-1.019-.229-.182-.548-.208-.822-.131m4.866.206c-.258.241-.356.605-.37.949-.016.4.049.829.3 1.154.271.358.838.411 1.187.139.223-.163.316-.438.386-.694l-.274-.079c-.066.273-.21.588-.52.64-.363.082-.681-.231-.741-.571-.073-.405-.091-.866.136-1.228.149-.241.477-.319.734-.226.197.084.28.295.352.481l.278-.062c-.06-.176-.118-.363-.252-.5-.304-.347-.902-.326-1.216-.004m-12.613-.208c.002.857.001 1.715.001 2.573l1.58.001-.002-.307c-.435-.001-.869.001-1.304-.002v-.863c.392-.003.785-.002 1.177-.001l.002-.305c-.393-.001-.785.001-1.178-.001l-.001-.789c.419-.002.838 0 1.258-.002l-.002-.304-1.53.001m2.352 0l.001 2.573.274-.003c.004-.67-.008-1.342.007-2.012.356.677.734 1.341 1.097 2.014h.288c0-.857-.002-1.715.001-2.572l-.265-.002c-.002.673.001 1.346-.001 2.019-.377-.67-.742-1.348-1.117-2.02l-.285.003m2.557-.001v2.573l.284.001c0-.388.001-.775-.001-1.163h.993l.002-.308c-.331-.002-.663 0-.994-.001.002-.266.001-.532.001-.798.383.001.766.002 1.148 0l-.001-.304H7.626m4.88 0v2.572l.283.001c-.001-.381-.001-.762 0-1.143.221.016.504-.056.665.14.236.305.381.668.567 1.002h.355c-.233-.394-.38-.858-.74-1.161.212-.07.439-.185.515-.413.14-.357-.002-.904-.428-.975-.403-.049-.811-.013-1.217-.023m5.076 2.573h1.578l-.005-.307h-1.292c.001-.289.001-.577-.001-.865l1.168-.001.002-.304c-.389-.002-.779-.001-1.169-.001v-.79c.415-.001.832.001 1.247-.001v-.304c-.509-.001-1.018.001-1.528-.001-.002.858 0 1.715-.001 2.573m2.352-2.571v2.57c.382-.011.776.045 1.148-.058.457-.161.58-.706.606-1.136.007-.463-.073-1.037-.517-1.288-.391-.16-.827-.064-1.238-.088z"/><path fill="#fff" d="M6.714 8.812c.283.007.569-.024.848.026.367.089.361.697.003.793-.28.056-.568.023-.851.031l-.001-.849zM9.346 10.037c.125-.407.274-.81.337-1.232.128.409.245.822.38 1.229-.239.004-.478.003-.717.003zM11.608 8.829c.282.015.589-.053.851.078.332.238.345.694.32 1.063-.023.293-.098.664-.405.785-.252.059-.514.032-.77.029.007-.652.001-1.303.003-1.955zM14.608 8.803c.086.42.23.824.356 1.234-.239.002-.476.002-.713-.001.124-.409.255-.817.358-1.233zM16.515 8.813c.288.006.581-.027.866.029.354.111.337.708-.026.792-.276.052-.559.02-.839.026.002-.282.002-.565-.001-.847zM10.594 12.992c.26-.06.544.053.689.278.184.289.197.65.17.982-.025.293-.166.598-.439.734-.276.144-.634.028-.801-.227-.219-.324-.218-.745-.153-1.116.046-.287.233-.585.533-.651zM12.788 13.857v-.848c.287.008.576-.024.86.026.366.102.345.718-.024.797-.276.048-.557.019-.835.025zM20.217 13.026c.284.019.597-.058.858.085.339.256.342.735.31 1.12-.039.262-.1.59-.373.708-.256.085-.532.036-.795.048v-1.961z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--reversible-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M2.026 1.144C2.139.627 2.592.182 3.133.16 5.255.096 7.378.108 9.501.11c3.781.013 7.563.027 11.345.028.144.119.314.203.488.266l.043-.001c.068.058.137.115.196.184.114.25.322.474.32.762.013 7.227-.008 14.455.01 21.682a1.683 1.683 0 0 1-.515.718l-.052-.006a1.423 1.423 0 0 0-.455.257H2.97c-.457-.141-.837-.513-.945-.983V1.144M3.076.408c-.508.136-.893.648-.871 1.175.003 7.021 0 14.042.002 21.064.009.64.609 1.189 1.248 1.149 5.669.002 11.338.003 17.007 0 .633.034 1.224-.513 1.234-1.146V1.508c-.01-.635-.604-1.183-1.239-1.146C14.819.358 9.18.363 3.541.36a2.074 2.074 0 0 0-.465.048z"/><path fill="#1a1919" d="M3.405.59C8.985.566 14.567.588 20.148.579c.21-.001.424.004.628.059.418.145.726.579.703 1.024-.002 6.81 0 13.62-.001 20.429-.008.32.052.671-.138.954-.184.346-.569.544-.956.532-5.615.004-11.229.002-16.844.001-.566.043-1.104-.434-1.113-1.003-.003-6.969.001-13.937-.002-20.907-.032-.542.43-1.069.98-1.078m-.019.538c-.265.02-.451.282-.435.538v20.828c-.029.326.267.574.579.556 5.484.006 10.968 0 16.453.003.199-.004.405.018.599-.038.238-.039.381-.298.368-.525V1.669c.029-.318-.25-.571-.559-.559-5.512-.01-11.024 0-16.536-.005-.157.002-.315-.01-.47.022z"/><path fill="#1a1919" d="M11.123 2.871l1.692-.001c0 .633.002 1.264 0 1.896-.061 1.216.597 2.448 1.657 3.054.436.231.924.332 1.399.455-.01-.347-.039-.693-.041-1.039-.048-.327.452-.47.622-.203.84.982 1.674 1.97 2.513 2.954-1.221.432-2.441.865-3.664 1.292-.248.134-.605-.17-.456-.432.191-.347.425-.669.629-1.008-.61-.157-1.225-.315-1.79-.602-1.178-.652-2.081-1.798-2.406-3.109-.232-1.07-.124-2.171-.157-3.257zM8.659 6.954c.242-.116.579.181.439.434-.192.349-.425.673-.635 1.011.615.161 1.237.319 1.806.611 1.152.643 2.038 1.756 2.377 3.034.254 1.09.138 2.216.172 3.323-.564.002-1.128.001-1.691.001-.002-.645-.002-1.291 0-1.937.048-1.2-.608-2.409-1.651-3.009-.439-.234-.93-.337-1.407-.459.008.414.066.828.025 1.242-.128.058-.26.194-.41.127-.156-.03-.236-.179-.335-.287-.789-.933-1.583-1.863-2.373-2.795 1.228-.432 2.455-.869 3.683-1.298zM6.584 17.359a1.74 1.74 0 0 1 1.109.025c.272.175.501.432.598.745.332.932.311 2.051-.281 2.877-.368.432-1.014.416-1.511.259a1.436 1.436 0 0 1-.64-.859c-.302-.885-.243-1.914.272-2.709.111-.156.282-.256.451-.338m.225.612c-.36.235-.424.706-.473 1.099-.044.478.017.978.254 1.402.173.271.557.304.833.187.267-.207.354-.552.41-.869.091-.541.046-1.121-.22-1.608-.159-.275-.529-.322-.804-.211zM9.374 17.34c.211-.002.421-.002.632.003.475.846.963 1.686 1.442 2.53.002-.844-.001-1.689.002-2.534.207.001.414 0 .621-.004.011 1.323.002 2.647.005 3.971a9.746 9.746 0 0 1-.567-.007c-.494-.897-1.006-1.785-1.508-2.678-.002.895 0 1.79-.001 2.685-.21.002-.42.002-.629-.005.006-1.321.001-2.642.002-3.962zM13.023 17.34h.624c.004 1.128 0 2.255.002 3.382.613.002 1.225 0 1.838.001v.584c-.821 0-1.643.002-2.464-.001l.001-3.966zM14.944 17.34h.751c.325.49.6 1.035.953 1.492.347-.477.629-1.005.962-1.495.244.002.487.002.73.002-.424.691-.846 1.381-1.274 2.069-.055.089-.118.182-.103.294-.002.534.002 1.069 0 1.604h-.627c-.002-.535.002-1.07 0-1.605.016-.11-.048-.201-.101-.288-.433-.69-.861-1.384-1.291-2.074z"/><path fill="#fffffe" d="M20.847.137c.219-.047.385.13.531.265l-.043.001a1.655 1.655 0 0 1-.488-.266zM3.076.408c.152-.037.309-.046.465-.048C9.18.362 14.819.358 20.457.362c.635-.037 1.229.511 1.239 1.146V22.65c-.01.633-.601 1.18-1.234 1.146-5.669.003-11.338.002-17.007 0-.64.04-1.24-.509-1.248-1.149-.002-7.021.002-14.042-.002-21.064-.022-.528.363-1.039.871-1.175m.329.182c-.55.01-1.012.536-.98 1.078.002 6.97-.002 13.938.002 20.907.01.569.548 1.046 1.113 1.003 5.615.002 11.229.003 16.844-.001.387.012.772-.187.956-.532.19-.284.13-.634.138-.954.001-6.81-.002-13.62.001-20.429.022-.445-.285-.879-.703-1.024a2.366 2.366 0 0 0-.628-.059C14.567.589 8.986.566 3.405.59z"/><path fill="#fffffe" d="M3.386 1.128c.154-.033.313-.021.47-.022 5.512.005 11.024-.005 16.536.005.308-.013.588.241.559.559v20.821c.013.227-.13.486-.368.525-.195.056-.4.034-.599.038-5.484-.003-10.968.002-16.453-.003-.312.017-.609-.23-.579-.556V1.667c-.017-.256.169-.518.435-.538m7.736 1.742c.033 1.086-.075 2.187.157 3.257.324 1.311 1.228 2.456 2.406 3.109.564.287 1.18.446 1.79.602-.204.339-.439.661-.629 1.008-.149.261.208.566.456.432 1.222-.428 2.443-.86 3.664-1.292-.838-.984-1.673-1.972-2.513-2.954-.17-.266-.67-.124-.622.203.002.346.031.693.041 1.039-.475-.123-.963-.224-1.399-.455-1.06-.606-1.718-1.838-1.657-3.054.002-.632 0-1.264 0-1.896l-1.692.001M8.659 6.954c-1.229.428-2.456.865-3.683 1.298.79.932 1.584 1.862 2.373 2.795.099.108.179.257.335.287.15.067.282-.069.41-.127.041-.414-.017-.828-.025-1.242.478.122.968.225 1.407.459 1.043.6 1.698 1.809 1.651 3.009-.002.645-.002 1.291 0 1.937.563 0 1.127.002 1.691-.001-.034-1.108.082-2.234-.172-3.323-.339-1.278-1.225-2.391-2.377-3.034-.569-.292-1.19-.451-1.806-.611.21-.338.443-.662.635-1.011.14-.253-.196-.55-.439-.434M6.584 17.359c-.169.082-.34.182-.451.338-.515.795-.574 1.825-.272 2.709.098.354.321.672.64.859.497.157 1.143.172 1.511-.259.591-.826.613-1.945.281-2.877-.097-.313-.327-.571-.598-.745a1.74 1.74 0 0 0-1.109-.025m2.788-.019c-.002 1.321.004 2.642-.002 3.962.209.006.419.006.629.005.001-.895-.001-1.79.001-2.685.501.893 1.013 1.781 1.508 2.678.188.009.377.01.567.007-.003-1.324.006-2.648-.005-3.971-.207.004-.414.005-.621.004-.002.845.001 1.69-.002 2.534-.478-.845-.966-1.684-1.442-2.53a19.022 19.022 0 0 0-.632-.003m3.648-.001l-.001 3.966c.822.003 1.643.001 2.464.001v-.584c-.613-.001-1.225.001-1.838-.001-.002-1.127.002-2.255-.002-3.382a64.896 64.896 0 0 0-.624 0m1.922 0c.43.691.857 1.384 1.291 2.074.053.087.117.178.101.288.002.535-.002 1.07 0 1.605h.627c.002-.535-.002-1.07 0-1.604-.015-.112.048-.205.103-.294.428-.688.85-1.379 1.274-2.069-.243-.001-.486 0-.73-.002-.332.49-.614 1.018-.962 1.495-.353-.457-.628-1.003-.953-1.492h-.751z"/><path fill="#fffffe" d="M6.807 17.971c.275-.111.645-.064.804.211.266.487.311 1.067.22 1.608-.056.316-.143.662-.41.869-.276.118-.66.084-.833-.187-.237-.424-.298-.924-.254-1.402.049-.393.113-.864.473-1.099zM20.882 24c.136-.11.287-.203.455-.257l.052.006a.927.927 0 0 1-.347.251h-.16z"/><path fill="#757474" d="M21.574.587c.172.176.27.405.37.627l.03-.079v21.808l-.069.087c-.018-7.227.002-14.455-.01-21.682.002-.288-.207-.513-.32-.762z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--road-closed--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c23" d="M10.911 0h2.084c2.742.253 5.401 1.428 7.369 3.364 2.106 2.01 3.404 4.811 3.636 7.708v1.925c-.261 2.836-1.515 5.58-3.566 7.566-1.964 1.971-4.639 3.164-7.4 3.436h-2.081c-2.755-.276-5.425-1.468-7.386-3.435-2.045-1.978-3.29-4.709-3.566-7.531v-2.082c.282-2.818 1.526-5.545 3.57-7.519C5.522 1.473 8.174.293 10.912 0M4.718 6.664c2.314 1.356 4.635 2.702 6.951 4.055 2.317-1.354 4.639-2.696 6.952-4.056-1.774-2.228-4.649-3.52-7.496-3.316-2.483.127-4.856 1.381-6.406 3.317M3.42 15.528c1.903-1.109 3.806-2.216 5.706-3.33-1.9-1.11-3.801-2.22-5.704-3.326a9.138 9.138 0 0 0-.003 6.657m10.785-3.332c1.907 1.107 3.809 2.22 5.714 3.329a9.125 9.125 0 0 0-.003-6.654c-1.905 1.105-3.805 2.22-5.712 3.325m-9.489 5.538c1.714 2.157 4.454 3.453 7.215 3.348 2.585-.054 5.083-1.333 6.695-3.345-2.313-1.364-4.638-2.704-6.955-4.061-2.317 1.354-4.638 2.703-6.955 4.059z"/><path fill="#fff" d="M4.718 6.664c1.55-1.936 3.923-3.19 6.406-3.317 2.848-.204 5.722 1.087 7.496 3.316-2.313 1.36-4.635 2.702-6.952 4.056C9.352 9.366 7.032 8.02 4.717 6.664zM3.42 15.528a9.133 9.133 0 0 1 .003-6.657c1.903 1.106 3.804 2.216 5.704 3.326-1.9 1.114-3.804 2.222-5.706 3.33zM14.204 12.197c1.907-1.105 3.806-2.22 5.712-3.325a9.13 9.13 0 0 1 .003 6.654c-1.905-1.109-3.808-2.222-5.714-3.329zM4.714 17.735c2.317-1.356 4.638-2.704 6.955-4.059 2.317 1.357 4.642 2.698 6.955 4.061-1.612 2.013-4.11 3.292-6.695 3.345-2.761.105-5.501-1.191-7.215-3.348m6.329-1.315c-.275.221-.554.436-.839.642.048.064.146.19.194.255.296-.212.582-.438.862-.672l-.217-.225m-3.868.035l-.173.232c.161.125.322.251.483.379l.189-.264c-.166-.117-.333-.232-.499-.347m.673.063l.027.249.676.011-.251.202.421.271h-.79c0 .582-.001 1.164.001 1.746h.288l.001-.526.389-.001c.001.17.004.341.007.511.071 0 .215-.001.286-.003l.009-.55.371.093.174.161-.353.093.123.288.434-.16c.007-.55.005-1.101.004-1.652l-.563-.001-.079-.15c.2-.145.398-.292.593-.442-.54-.292-1.185-.102-1.77-.139m3.673.018v.298c.52-.001 1.04.004 1.561-.007a21.4 21.4 0 0 1-.094-.27c-.487-.055-.979-.015-1.467-.021m3.454-.093v2.633l-.602.001-.001-1.846-.315-.001v1.845l-.449.005c0 .075.001.224.003.299h2.985l.001-.3c-.436-.003-.87-.003-1.306-.003l.001-1.271 1.002-.001-.003-.303h-.999l-.001-1.059-.315.001m-3.902.651a6.802 6.802 0 0 1-.904 1.065l.201.252c.107-.101.216-.2.323-.3l-.001 1.404.316.001c0-.631-.008-1.263.013-1.895l.351-.138-.08.274c.382.005.764.007 1.146.008v1.401l-.371.028.202.374c.162-.068.316-.153.461-.252.051-.516.017-1.035.021-1.553l.477-.001-.001-.306c-.609 0-1.219-.021-1.826.03-.117-.125-.221-.261-.33-.391m-4.204.577v.303c.095 0 .286.001.381.003v.968c-.149.098-.296.194-.445.294l.17.315.496-.408c.704.449 1.566.283 2.353.324l.103-.298c-.788-.038-1.641.141-2.36-.275l.001-1.227a81.667 81.667 0 0 0-.7 0z"/><path fill="#fff" d="M8.64 16.784c.164-.117.255-.083.272.102-.162.117-.253.083-.272-.102zM8.228 17.462c.17.058.41.031.455.276-.154.009-.308.019-.463.027.003-.076.007-.227.008-.303zM8.905 17.505l.457-.003c0 .064.001.192.003.256h-.46v-.253zM8.216 17.983l.387-.013.012.267c-.101-.001-.3-.005-.401-.008l.001-.245zM8.824 18.005c.181-.013.362-.025.544-.035-.003.072-.005.22-.007.294-.208-.027-.457-.017-.538-.259z"/><path fill="#0769b4" d="M11.043 16.419l.217.225c-.28.233-.566.46-.862.672-.048-.064-.146-.19-.194-.255.286-.206.564-.421.839-.642zM7.175 16.454l.499.347-.189.264a31.942 31.942 0 0 0-.483-.379l.173-.232zM7.848 16.517c.585.038 1.23-.153 1.77.139-.194.15-.393.298-.593.442l.079.15.563.001c.001.551.003 1.102-.004 1.652l-.434.16a24.91 24.91 0 0 1-.123-.288l.353-.093-.174-.161c-.093-.023-.278-.068-.371-.093-.004.184-.007.366-.009.55a27.27 27.27 0 0 1-.286.003l-.007-.511-.389.001-.001.526h-.288c-.003-.582-.001-1.164-.001-1.746h.79a77.19 77.19 0 0 0-.421-.271l.251-.202-.676-.011-.027-.249m.79.268c.019.185.11.219.272.102-.017-.185-.109-.219-.272-.102m-.412.678c-.001.076-.005.227-.008.303l.463-.027c-.044-.245-.284-.219-.455-.276m.677.043v.253h.46l-.003-.256c-.153.001-.306.001-.457.003m-.689.478l-.001.245c.101.003.3.007.401.008l-.012-.267c-.097.004-.29.011-.387.013m.607.023c.08.241.33.232.538.259.001-.074.004-.221.007-.294a19.6 19.6 0 0 0-.544.035zM11.519 16.536c.488.007.98-.034 1.467.021l.094.27c-.52.011-1.04.005-1.561.007v-.298zM14.973 16.443l.315-.001.001 1.059h.999c0 .076.001.227.003.303l-1.002.001-.001 1.271c.436 0 .87 0 1.306.003l-.001.3h-2.985l-.003-.299.449-.005V17.23l.315.001.001 1.846.602-.001v-2.633zM11.072 17.094c.109.13.213.267.33.391.607-.051 1.217-.03 1.826-.03l.001.306-.477.001c-.004.518.03 1.036-.021 1.553a2.609 2.609 0 0 1-.461.252l-.202-.374.371-.028v-1.401c-.382-.001-.764-.003-1.146-.008l.08-.274-.351.138c-.021.631-.013 1.263-.013 1.895l-.316-.001.001-1.404c-.107.101-.216.2-.323.3l-.201-.252c.338-.323.64-.68.904-1.065z"/><path fill="#0769b4" d="M6.866 17.672h.7l-.001 1.227c.719.416 1.571.237 2.36.275l-.103.298c-.787-.042-1.649.125-2.353-.324l-.496.408-.17-.315.445-.294v-.968a48.392 48.392 0 0 0-.381-.003v-.303z"/></symbol><symbol viewBox="0 0 38 24" id="regulatory--road-closed--g2" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h38.4v24H0V0m1.608.18C.817.167.122.882.185 1.676.187 8.594.179 15.512.189 22.43c-.02.784.712 1.444 1.484 1.394h34.451c.436-.007.904.054 1.301-.169.49-.247.778-.802.746-1.343-.004-6.916.005-13.831-.005-20.746.014-.768-.698-1.412-1.453-1.388C25.012.174 13.309.171 1.608.179z"/><path d="M1.242.542c.179-.059.37-.059.556-.064C13.44.483 25.083.473 36.725.483c.634-.032 1.195.553 1.142 1.184v20.06c-.004.298.017.599-.022.896-.089.52-.59.925-1.12.894-11.56.004-23.12-.001-34.68.002-.317-.008-.658.038-.948-.116a1.126 1.126 0 0 1-.608-1.079V1.672A1.123 1.123 0 0 1 1.241.54m.121.598c-.203.09-.295.318-.276.529v20.665c-.054.33.242.647.578.588 11.648.001 23.297-.002 34.945.002.312.06.671-.146.658-.491.008-6.918.001-13.836.004-20.754.048-.316-.218-.626-.544-.594-11.6-.01-23.202.001-34.804-.006-.186.012-.388-.025-.562.06z"/><path d="M15.42 4.04c.725-.202 1.604-.091 2.123.5.608.691.752 1.655.787 2.544.012.92-.125 1.898-.656 2.675-.74 1.094-2.662 1.026-3.282-.158-.606-1.127-.702-2.491-.408-3.724.19-.767.604-1.625 1.436-1.837m.124 1.083c-.545.433-.625 1.199-.685 1.844-.024.714.037 1.48.416 2.104.335.568 1.278.584 1.614.008.343-.559.418-1.237.434-1.88-.019-.636-.088-1.32-.463-1.856-.288-.414-.902-.466-1.316-.22zM8.543 4.056c.916.024 1.837-.054 2.749.049 1.012.133 1.67 1.29 1.369 2.242-.125.484-.478.869-.901 1.115.371.984.74 1.968 1.106 2.953l-1.091.001c-.348-.923-.678-1.853-1.037-2.772-.396.006-.792.004-1.188.004v2.767l-1.008.001v-6.36m1.004 1.016c.01.515.002 1.028.005 1.543.554-.028 1.123.062 1.669-.054.635-.188.686-1.169.06-1.406-.554-.179-1.159-.062-1.734-.083zM19.157 10.416c.725-2.122 1.456-4.24 2.185-6.36h1.006c.732 2.118 1.459 4.238 2.188 6.359-.359.001-.718.002-1.076 0-.206-.598-.406-1.196-.628-1.787-.66.008-1.319.002-1.979.004-.209.593-.418 1.187-.619 1.782-.359.002-.718.002-1.076.002m2.054-2.809h1.267c-.203-.596-.41-1.19-.619-1.786-.22.594-.437 1.189-.648 1.786zM25.488 10.415c.002-2.119-.002-4.24.002-6.359.824.011 1.651-.025 2.474.024.791.036 1.312.773 1.567 1.45.402 1.157.392 2.484-.12 3.606-.299.623-.851 1.22-1.579 1.274-.781.014-1.564.002-2.345.005m1.011-5.351c-.002 1.44-.001 2.88-.001 4.32.63-.058 1.496.224 1.883-.449.552-1 .552-2.296.088-3.33-.358-.76-1.302-.499-1.969-.541zM4.404 14.368c.558-.924 1.856-1.094 2.778-.67.452.22.751.642.965 1.082l-.941.39c-.223-.33-.515-.703-.964-.661-.528-.076-1.009.301-1.164.792-.335.985-.328 2.108.072 3.074.217.548.894.799 1.43.582.295-.112.455-.4.613-.654.319.119.638.238.958.36-.241.562-.648 1.103-1.254 1.291-.786.23-1.753.092-2.302-.564-.458-.553-.642-1.278-.739-1.976-.12-1.034.01-2.138.547-3.047zM9.544 13.592h1.006c.004 1.807 0 3.614.001 5.422.98.004 1.961-.002 2.941.004l-.001.929a2599.1 2599.1 0 0 1-3.949 0c.001-2.118-.002-4.236.002-6.354zM15.762 13.62c.72-.24 1.616-.199 2.183.359.581.58.779 1.423.85 2.214.084 1.016-.025 2.099-.556 2.99-.662 1.151-2.581 1.184-3.287.062-.81-1.402-.848-3.233-.162-4.693.204-.409.532-.775.972-.932m.371.978c-.377.188-.544.611-.647.995a4.77 4.77 0 0 0 .018 2.411c.095.362.276.734.612.929.406.19.968.121 1.229-.274.328-.472.406-1.064.46-1.621.029-.724-.032-1.5-.427-2.129-.254-.414-.823-.496-1.244-.311zM20.255 14.276c.379-.67 1.234-.829 1.942-.786.76.024 1.384.605 1.645 1.289-.292.085-.582.172-.874.259-.328-.581-1.146-.704-1.693-.377-.349.222-.335.802.022 1.013.613.394 1.392.42 1.998.834 1.07.655 1.072 2.414.079 3.142-.697.527-1.697.518-2.449.112-.522-.284-.896-.772-1.148-1.301.313-.13.634-.247.952-.365.28.64 1.006 1.106 1.706.884.623-.16.865-1.054.392-1.495-.69-.59-1.74-.538-2.37-1.222-.512-.517-.523-1.368-.202-1.987zM25.188 13.592h3.749c.002.336.002.672 0 1.009l-2.741-.001v1.553h1.847v1.026c-.616.001-1.232-.001-1.848.001l.001 1.74 2.94.001v1.025a2599.1 2599.1 0 0 1-3.949 0c0-2.118-.001-4.236.001-6.354zM30.221 13.592c.832.007 1.663-.018 2.495.017.72.034 1.208.677 1.478 1.282a4.973 4.973 0 0 1 .085 3.455c-.264.731-.815 1.471-1.633 1.585-.808.031-1.618.005-2.426.013 0-2.118-.001-4.235.001-6.352m1.008 1.008c.001 1.44-.001 2.88.001 4.32.426-.011.853.023 1.279-.017.6-.128.827-.794.938-1.325.136-.858.138-1.819-.334-2.581-.422-.613-1.261-.336-1.885-.397z"/><path fill="#fff" d="M1.608.18C13.309.172 25.012.175 36.713.179c.755-.024 1.468.62 1.453 1.388.01 6.914.001 13.83.005 20.746.031.541-.257 1.096-.746 1.343-.397.223-.865.162-1.301.169a197811.9 197811.9 0 0 0-34.451 0C.9 23.874.168 23.214.189 22.431.179 15.513.188 8.595.185 1.677.123.883.817.167 1.608.181m-.366.361A1.12 1.12 0 0 0 .49 1.674v20.652c-.031.439.21.884.608 1.079.29.155.631.108.948.116 11.56-.004 23.12.001 34.68-.002a1.103 1.103 0 0 0 1.12-.894c.038-.298.018-.599.022-.896V1.669c.053-.631-.509-1.217-1.142-1.184C25.084.475 13.441.485 1.799.48c-.186.005-.377.005-.556.064z"/><path fill="#fff" d="M1.362 1.138c.174-.085.376-.048.562-.06 11.602.007 23.203-.004 34.804.006.325-.032.592.278.544.594-.002 6.918.005 13.836-.004 20.754.013.344-.346.551-.658.491-11.648-.005-23.297-.001-34.945-.002-.336.059-.632-.258-.578-.588V1.668c-.019-.211.073-.439.276-.529M15.42 4.04c-.833.212-1.247 1.07-1.436 1.837-.294 1.232-.198 2.597.408 3.724.62 1.184 2.542 1.253 3.282.158.532-.776.668-1.754.656-2.675-.035-.889-.179-1.853-.787-2.544-.518-.592-1.398-.702-2.123-.5m-6.877.016v6.36l1.008-.001V7.648c.396 0 .792.002 1.188-.004.359.919.689 1.849 1.037 2.772l1.091-.001c-.366-.985-.736-1.969-1.106-2.953.424-.246.776-.631.901-1.115.301-.952-.358-2.108-1.369-2.242-.912-.103-1.834-.025-2.749-.049m10.613 6.36c.359 0 .718 0 1.076-.002.202-.595.41-1.189.619-1.782.66-.001 1.319.005 1.979-.004.222.59.421 1.189.628 1.787.359.002.718.001 1.076 0-.728-2.12-1.456-4.241-2.188-6.359h-1.006c-.73 2.12-1.46 4.238-2.185 6.36m6.332-.001c.781-.002 1.564.01 2.345-.005.728-.054 1.28-.652 1.579-1.274.512-1.122.522-2.449.12-3.606-.256-.677-.776-1.414-1.567-1.45-.823-.049-1.65-.013-2.474-.024-.005 2.119 0 4.24-.002 6.359M4.404 14.368c-.538.908-.667 2.012-.547 3.047.097.698.281 1.423.739 1.976.548.656 1.516.794 2.302.564.606-.188 1.013-.73 1.254-1.291-.319-.122-.638-.241-.958-.36-.158.254-.318.542-.613.654-.536.217-1.213-.034-1.43-.582-.4-.966-.407-2.089-.072-3.074.155-.491.636-.868 1.164-.792.449-.042.74.331.964.661l.941-.39c-.214-.44-.512-.863-.965-1.082-.922-.425-2.22-.254-2.778.67m5.139-.777c-.005 2.118-.001 4.236-.002 6.354h3.949l.001-.929c-.98-.006-1.961 0-2.941-.004-.001-1.807.002-3.614-.001-5.422H9.544m6.218.029c-.44.157-.768.523-.972.932-.686 1.46-.648 3.292.162 4.693.706 1.122 2.624 1.088 3.287-.062.53-.892.64-1.974.556-2.99-.071-.791-.269-1.634-.85-2.214-.566-.558-1.463-.599-2.183-.359m4.493.656c-.322.619-.311 1.47.202 1.987.63.684 1.68.631 2.37 1.222.473.442.23 1.336-.392 1.495-.701.222-1.427-.245-1.706-.884-.318.118-.638.235-.952.365.252.529.626 1.016 1.148 1.301.752.407 1.752.415 2.449-.112.992-.727.991-2.486-.079-3.142-.606-.414-1.385-.44-1.998-.834-.356-.211-.371-.791-.022-1.013.547-.328 1.366-.204 1.693.377.292-.088.582-.174.874-.259-.262-.684-.886-1.265-1.645-1.289-.708-.043-1.562.116-1.942.786m4.933-.684c-.002 2.118-.001 4.236-.001 6.354h3.949v-1.025l-2.94-.001-.001-1.74c.616-.002 1.232 0 1.848-.001v-1.026h-1.847V14.6l2.741.001a84.84 84.84 0 0 0 0-1.009h-3.749m5.033 0c-.002 2.117-.001 4.234-.001 6.352.809-.008 1.619.018 2.426-.013.818-.114 1.369-.854 1.633-1.585a4.973 4.973 0 0 0-.085-3.455c-.27-.605-.758-1.248-1.478-1.282-.832-.035-1.663-.01-2.495-.017z"/><path fill="#fff" d="M9.546 5.072c.575.02 1.18-.096 1.734.083.626.238.575 1.218-.06 1.406-.546.116-1.115.026-1.669.054-.002-.515.005-1.028-.005-1.543zM15.544 5.123c.414-.246 1.028-.194 1.316.22.376.536.444 1.22.463 1.856-.017.643-.091 1.321-.434 1.88-.336.576-1.279.559-1.614-.008-.379-.624-.44-1.39-.416-2.104.06-.646.14-1.411.685-1.844zM26.498 5.064c.667.042 1.612-.218 1.969.541.464 1.034.464 2.33-.088 3.33-.386.673-1.253.391-1.883.449 0-1.44-.001-2.88.001-4.32zM21.212 7.607c.211-.596.428-1.192.648-1.786.209.595.416 1.189.619 1.786h-1.267zM16.133 14.598c.421-.185.99-.103 1.244.311.395.629.456 1.405.427 2.129-.054.557-.132 1.15-.46 1.621-.26.395-.823.463-1.229.274-.336-.194-.517-.566-.612-.929a4.77 4.77 0 0 1-.018-2.411c.103-.384.27-.806.647-.995zM31.229 14.6c.624.061 1.463-.216 1.885.397.472.762.469 1.723.334 2.581-.112.53-.338 1.196-.938 1.325-.426.04-.853.006-1.279.017-.002-1.44 0-2.88-.001-4.32z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--road-closed-to-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c00" d="M11.383 0h1.15c2.678.14 5.311 1.154 7.328 2.933C22.337 5.055 23.846 8.22 24 11.472v.89c-.095 2.938-1.296 5.827-3.344 7.939-2.1 2.207-5.06 3.541-8.1 3.698h-1.09c-2.478-.13-4.912-1.018-6.862-2.557C1.806 19.282.075 15.83 0 12.298v-.794c.133-3.005 1.416-5.947 3.575-8.05 2.06-2.07 4.903-3.28 7.808-3.455M5.984 4.37c4.556 4.538 9.097 9.094 13.648 13.64 1.474-1.873 2.231-4.292 2.058-6.672a9.704 9.704 0 0 0-2.696-6.082 9.703 9.703 0 0 0-6.871-2.969 9.685 9.685 0 0 0-6.138 2.082M4.368 5.981a9.744 9.744 0 0 0-1.993 7.33 9.677 9.677 0 0 0 3.329 6.077 9.635 9.635 0 0 0 5.638 2.3c2.38.176 4.801-.586 6.671-2.063-4.546-4.55-9.094-9.098-13.644-13.644z"/><path fill="#fff" d="M5.984 4.37a9.685 9.685 0 0 1 6.138-2.082 9.703 9.703 0 0 1 6.871 2.969 9.693 9.693 0 0 1 2.696 6.082c.173 2.38-.584 4.799-2.058 6.672-4.55-4.547-9.091-9.102-13.648-13.64zM4.368 5.981c4.55 4.546 9.098 9.094 13.644 13.644-1.87 1.477-4.291 2.239-6.671 2.063a9.648 9.648 0 0 1-5.638-2.3 9.677 9.677 0 0 1-3.329-6.077 9.746 9.746 0 0 1 1.993-7.33z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--road-closed-to-vehicles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M12.105.008C5.482.008.113 5.377.113 12s5.369 11.992 11.992 11.992c6.623 0 11.992-5.369 11.992-11.992S18.728.008 12.105.008z"/><path fill="#fff" d="M20.726 12a8.621 8.621 0 1 0-17.243 0 8.621 8.621 0 0 0 17.243 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--roundabout--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M11.411 0h1.111c2.654.137 5.267 1.132 7.278 2.881 2.569 2.174 4.129 5.47 4.2 8.834v.736c-.122 2.906-1.314 5.758-3.342 7.848-2.099 2.206-5.057 3.541-8.094 3.701h-1.091c-2.48-.128-4.918-1.016-6.869-2.557C1.858 19.326.152 15.969 0 12.51v-.874c.091-3.08 1.412-6.104 3.636-8.242C5.698 1.354 8.524.165 11.411-.001m-2.239 6.38c1.037.724 2.074 1.45 3.113 2.171-.072-.528-.158-1.054-.23-1.582 1.093.002 2.19.305 3.1.917 1.444.936 2.376 2.574 2.494 4.285.748-.012 1.494-.032 2.242-.046-.114-2.284-1.286-4.486-3.12-5.85-1.436-1.086-3.253-1.625-5.047-1.556-.082-.522-.155-1.045-.236-1.568-.779 1.072-1.541 2.154-2.314 3.229m-4.83 5.369c-.182 1.746.264 3.536 1.2 5.017l-1.242.978c1.314.145 2.629.269 3.943.404.109-1.267.221-2.534.326-3.802-.418.336-.84.665-1.255 1.002-.713-1.225-.953-2.72-.619-4.1.313-1.361 1.169-2.569 2.321-3.352-.388-.641-.778-1.28-1.164-1.922-1.96 1.266-3.29 3.452-3.51 5.774m11.093 2.927c.497.197.995.394 1.494.587-.749 1.337-2.072 2.342-3.568 2.682a5.517 5.517 0 0 1-3.725-.432c-.359.661-.725 1.32-1.081 1.984 1.945.985 4.309 1.127 6.342.32 1.771-.678 3.263-2.032 4.136-3.713.494.202 1 .373 1.486.595-.546-1.208-1.096-2.417-1.633-3.629-1.156.526-2.302 1.07-3.451 1.606z"/><path fill="#fff" d="M9.172 6.379c.773-1.075 1.535-2.158 2.314-3.229.082.523.155 1.046.236 1.568 1.794-.068 3.611.47 5.047 1.556 1.834 1.364 3.006 3.566 3.12 5.85-.748.013-1.494.034-2.242.046-.118-1.711-1.05-3.349-2.494-4.285-.91-.612-2.006-.914-3.1-.917.072.528.158 1.054.23 1.582-1.039-.721-2.076-1.447-3.113-2.171zM4.344 11.748c.22-2.322 1.55-4.508 3.51-5.774.386.642.776 1.282 1.164 1.922-1.152.782-2.008 1.991-2.321 3.352-.334 1.38-.094 2.875.619 4.1.415-.337.838-.666 1.255-1.002-.106 1.267-.217 2.534-.326 3.802-1.314-.136-2.629-.259-3.943-.404l1.242-.978c-.936-1.481-1.382-3.271-1.2-5.017zM15.437 14.674c1.15-.535 2.296-1.08 3.451-1.606.538 1.212 1.087 2.42 1.633 3.629-.486-.222-.991-.394-1.486-.595-.874 1.681-2.365 3.035-4.136 3.713-2.033.806-4.397.665-6.342-.32.356-.664.722-1.322 1.081-1.984a5.517 5.517 0 0 0 3.725.432c1.495-.34 2.819-1.345 3.568-2.682-.499-.193-.997-.39-1.494-.587z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--roundabout--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1816" d="M.503.431c.2-.185.44-.369.723-.382C8.322.015 15.419.044 22.515.038c.132.002.266-.013.396.014.183.076.351.185.505.308.265.219.414.538.559.842v10.224c-.052 1.138-.019 2.278-.031 3.417-.006 2.667-.001 5.334-.013 8.001-.165.502-.586.902-1.068 1.104-.182.031-.367.008-.55.013H1.227c-.16-.007-.295-.107-.431-.181-.357-.211-.598-.564-.772-.931V1.279c.051-.33.24-.62.477-.848M1.5.167C.807.168.203.78.158 1.461.156 8.37.158 15.279.157 22.188c.002.193-.016.39.039.578.136.459.493.859.958.996.24.053.486.065.732.059H21.76c.365-.004.738.025 1.096-.067.529-.179.937-.696.964-1.257.001-6.945-.001-13.89.001-20.835.043-.521-.251-1.049-.699-1.309-.235-.16-.527-.183-.803-.194H2.038c-.179.002-.358-.007-.537.008z"/><path fill="#1a1816" d="M1.555.477c6.92-.008 13.84 0 20.76-.004.304-.006.62.078.843.295.191.199.344.458.346.741v20.68c-.003.166.015.337-.031.499-.106.353-.38.665-.74.769-.319.075-.649.042-.973.048-6.726-.001-13.451.003-20.176-.002-.581.027-1.11-.484-1.113-1.062.002-6.978 0-13.956.001-20.934C.491.952.994.463 1.554.476m0 .598a.488.488 0 0 0-.395.21c-.129.165-.084.383-.092.576v20.533a.503.503 0 0 0 .518.517c6.926.003 13.853 0 20.779.001a.506.506 0 0 0 .545-.514l-.001-20.839c.005-.284-.266-.507-.542-.487-6.937.001-13.875-.006-20.812.004z"/><path fill="#1a1816" d="M5.939 5.625c1.672-1.572 3.965-2.466 6.262-2.408a8.58 8.58 0 0 1 3.064.651c.581.236 1.157.501 1.67.864L15.67 6.709c-.493-.355-1.055-.599-1.62-.813a6.349 6.349 0 0 0-4.832.275c-.467.218-.929.464-1.313.813.426.142.854.277 1.279.42.155.06.345.131.39.311.104.243-.127.47-.333.558l-5.014 1.953.051-5.448c.001-.188.127-.393.327-.415.184-.065.37.043.48.188.287.356.569.716.853 1.075zM17.33 6.079l4.672 2.687c.189.109.357.348.249.569-.05.188-.262.234-.425.278-.441.076-.886.141-1.328.213a8.992 8.992 0 0 1-.201 4.958c-.374 1.059-.914 2.072-1.667 2.912-.3.339-.625.655-.962.955-.542.471-1.157.85-1.786 1.193l-1.103-2.072c.534-.281 1.058-.595 1.501-1.009.544-.492 1.036-1.056 1.363-1.717.678-1.265.983-2.753.705-4.173-.351.325-.709.642-1.053.975-.189.153-.492.162-.648-.041-.106-.138-.1-.318-.066-.48.252-1.749.498-3.499.749-5.249zM3.245 11.47l2.337.015c-.108 1.286.214 2.586.825 3.715.331.585.777 1.096 1.263 1.557.576.593 1.337.953 2.086 1.277-.102-.466-.203-.932-.308-1.397-.042-.188.037-.415.221-.495a.472.472 0 0 1 .449.032c1.431 1.13 2.865 2.258 4.297 3.387-1.522.88-3.047 1.754-4.569 2.635-.15.09-.33.187-.508.117-.238-.052-.351-.338-.27-.554.167-.448.345-.892.516-1.339a8.973 8.973 0 0 1-3.067-1.599c-.663-.562-1.278-1.185-1.779-1.897-.405-.572-.696-1.215-.945-1.868a8.613 8.613 0 0 1-.548-3.585z"/><path fill="#fffffe" d="M1.5.167c.179-.015.358-.006.537-.008h20.281c.276.011.568.033.803.194.448.26.742.788.699 1.309-.002 6.945 0 13.89-.001 20.835-.027.561-.434 1.078-.964 1.257-.358.092-.731.063-1.096.067H1.885a3.043 3.043 0 0 1-.732-.059c-.465-.136-.822-.537-.958-.996-.054-.188-.037-.385-.039-.578C.157 15.279.155 8.37.157 1.461.202.781.806.168 1.499.167m.056.31C.995.465.492.953.473 1.508c-.002 6.978 0 13.956-.001 20.934.003.578.532 1.088 1.113 1.062 6.725.004 13.451 0 20.176.002.324-.007.654.027.973-.048.36-.104.634-.416.74-.769.046-.162.028-.333.031-.499V1.51c-.002-.283-.155-.542-.346-.741-.222-.217-.538-.301-.843-.295-6.92.003-13.84-.004-20.76.004z"/><path fill="#fffffe" d="M1.554 1.074c6.937-.01 13.875-.003 20.812-.004.276-.02.547.203.542.487.002 6.946 0 13.893.001 20.839a.507.507 0 0 1-.545.514c-6.926 0-13.853.002-20.779-.001a.502.502 0 0 1-.518-.517V1.859c.008-.193-.037-.412.092-.576a.49.49 0 0 1 .395-.21m4.385 4.552c-.284-.359-.566-.719-.853-1.075-.109-.145-.295-.253-.48-.188-.2.022-.326.227-.327.415l-.051 5.448 5.014-1.953c.206-.089.437-.315.333-.558-.045-.18-.235-.251-.39-.311-.425-.143-.853-.278-1.279-.42.384-.348.846-.595 1.313-.813a6.349 6.349 0 0 1 4.832-.275c.565.214 1.127.458 1.62.813l1.265-1.977c-.514-.363-1.089-.627-1.67-.864a8.58 8.58 0 0 0-3.064-.651c-2.297-.058-4.59.836-6.262 2.408m11.39.455c-.251 1.749-.497 3.499-.749 5.249-.033.162-.04.342.066.48.156.203.459.195.648.041.344-.333.702-.65 1.053-.975.278 1.42-.027 2.908-.705 4.173-.327.661-.819 1.225-1.363 1.717-.443.414-.967.728-1.501 1.009l1.103 2.072c.629-.343 1.244-.721 1.786-1.193.337-.301.662-.617.962-.955.753-.84 1.293-1.853 1.667-2.912a9.001 9.001 0 0 0 .201-4.958c.442-.072.887-.137 1.328-.213.164-.044.375-.09.425-.278.109-.221-.06-.459-.249-.569L17.33 6.08M3.245 11.47a8.597 8.597 0 0 0 .548 3.585c.249.653.54 1.296.945 1.868.5.712 1.116 1.336 1.779 1.897a8.973 8.973 0 0 0 3.067 1.599c-.171.447-.349.891-.516 1.339-.081.217.032.502.27.554.178.069.358-.027.508-.117 1.522-.881 3.047-1.755 4.569-2.635-1.432-1.129-2.866-2.257-4.297-3.387a.472.472 0 0 0-.449-.032c-.184.08-.264.307-.221.495.105.465.207.931.308 1.397-.748-.325-1.51-.684-2.086-1.277-.486-.461-.932-.973-1.263-1.557-.611-1.129-.933-2.43-.825-3.715l-2.337-.015z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--roundabout--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M6.988 1.103c2.298-1.07 4.94-1.349 7.421-.851a11.93 11.93 0 0 1 6.828 4.07c1.654 1.968 2.624 4.482 2.764 7.048v1.265c-.151 2.705-1.214 5.359-3.037 7.372-2.075 2.358-5.118 3.8-8.246 3.994h-1.282a12.06 12.06 0 0 1-5.33-1.54 11.974 11.974 0 0 1-5.387-6.378 12.106 12.106 0 0 1 .133-8.5c1.11-2.843 3.356-5.221 6.137-6.48m4.325 1.215c-2.881.192-5.633 1.754-7.271 4.134-1.392 1.969-1.986 4.474-1.658 6.86a9.7 9.7 0 0 0 2.634 5.437 9.7 9.7 0 0 0 5.78 2.896c2.156.272 4.409-.192 6.257-1.342a9.696 9.696 0 0 0 4.279-5.576 9.747 9.747 0 0 0 .067-5.203 9.735 9.735 0 0 0-3.767-5.435c-1.816-1.303-4.096-1.925-6.322-1.771z"/><path fill="#fff" d="M11.314 2.318c2.226-.154 4.506.468 6.322 1.771a9.735 9.735 0 0 1 3.767 5.435 9.747 9.747 0 0 1-.067 5.203 9.697 9.697 0 0 1-4.279 5.576c-1.848 1.15-4.1 1.614-6.257 1.342a9.692 9.692 0 0 1-5.78-2.896 9.703 9.703 0 0 1-2.634-5.437c-.328-2.387.266-4.891 1.658-6.86 1.638-2.38 4.39-3.942 7.271-4.134m.755 1.1c-1.216 1.15-2.399 2.333-3.608 3.488a2.494 2.494 0 0 0-.313.36c1.758.454 3.532.847 5.296 1.277.27.148.635-.197.444-.456-.371-.454-.784-.871-1.163-1.319 1.008.132 2.012.455 2.828 1.075.83.61 1.41 1.488 1.846 2.407.497-.395.99-.793 1.49-1.184a6.946 6.946 0 0 0-1.897-2.315c-1.308-1.037-3.007-1.517-4.666-1.415.108-.582.247-1.158.342-1.741.053-.342-.433-.432-.599-.178m-6.969 7.859c-.023 1.374.426 2.729 1.181 3.869-.595.208-1.212.366-1.78.638-.212.209.007.522.256.557 1.751.481 3.493.995 5.242 1.484.024-.211-.061-.412-.116-.611-.476-1.56-.93-3.128-1.409-4.687-.046-.254-.388-.358-.568-.174-.228.566-.383 1.158-.59 1.732-.323-.773-.534-1.602-.521-2.443 0-1.214.503-2.365 1.193-3.343a66.903 66.903 0 0 0-1.77-.695 6.829 6.829 0 0 0-1.117 3.673m12.79-.106c-1.158 1.241-2.344 2.458-3.492 3.707-.197.17-.061.558.206.547.584-.096 1.16-.24 1.744-.348a7.117 7.117 0 0 1-1.224 1.247c-1.154.914-2.687 1.206-4.128 1.052.089.629.185 1.258.278 1.885 2.684.188 5.358-1.391 6.508-3.82.455.391.888.808 1.356 1.182.256.196.568-.155.442-.419a646.456 646.456 0 0 0-1.33-5.323 1.329 1.329 0 0 0-.36.289z"/><path d="M12.07 3.418c.166-.254.652-.164.599.178-.095.583-.234 1.159-.342 1.741 1.658-.102 3.358.378 4.666 1.415a6.927 6.927 0 0 1 1.897 2.315c-.5.391-.994.79-1.49 1.184-.436-.919-1.015-1.798-1.846-2.407-.816-.62-1.82-.943-2.828-1.075.379.448.792.865 1.163 1.319.191.259-.174.604-.444.456-1.764-.43-3.538-.823-5.296-1.277.095-.128.196-.252.313-.36 1.21-1.156 2.393-2.339 3.608-3.488zM5.101 11.276a6.846 6.846 0 0 1 1.117-3.673c.593.222 1.183.456 1.77.695-.69.978-1.193 2.129-1.193 3.343-.013.841.198 1.67.521 2.443.208-.574.362-1.165.59-1.732.18-.184.522-.08.568.174.479 1.559.932 3.127 1.409 4.687.055.199.14.4.116.611-1.748-.49-3.491-1.003-5.242-1.484-.248-.035-.468-.348-.256-.557.568-.272 1.184-.431 1.78-.638-.755-1.14-1.204-2.495-1.181-3.869zM17.892 11.17c.102-.118.223-.214.36-.289.451 1.772.893 3.547 1.33 5.323.126.264-.186.614-.442.419-.468-.374-.901-.791-1.356-1.182-1.15 2.429-3.823 4.008-6.508 3.82-.094-.628-.19-1.256-.278-1.885 1.441.154 2.974-.138 4.128-1.052.461-.36.865-.786 1.224-1.247-.583.108-1.159.252-1.744.348-.268.011-.403-.377-.206-.547 1.148-1.249 2.334-2.466 3.492-3.707z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--shared-path-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0d7abf" d="M6.516 1.423C8.91.185 11.731-.187 14.37.343c2.607.499 5.013 1.928 6.738 3.941 1.708 1.957 2.703 4.485 2.893 7.07v1.43c-.193 2.549-1.158 5.046-2.833 6.989-2.057 2.459-5.138 4.01-8.335 4.227h-1.66a12.046 12.046 0 0 1-7.088-2.953C1.693 18.985.226 15.944 0 12.803v-1.431c.092-.91.22-1.823.491-2.7C1.4 5.57 3.637 2.89 6.515 1.423m1.964.861c.022.29.29.451.476.634-.217.703-.425 1.411-.64 2.115-1.091-.41-2.441-.003-3.054 1.007a2.51 2.51 0 0 0-.082 2.571 2.551 2.551 0 0 0 2.226 1.287 2.552 2.552 0 0 0 2.189-1.32c.438-.799.398-1.851-.134-2.597-.195-.283-.518-.494-.566-.859 1.042.543 1.952 1.306 2.94 1.938-.004.35-.019.751.262 1.009.271.319.71.327 1.093.309l.179.342-.317.005-.013.318a2.53 2.53 0 0 0 1.011.011l-.003-.331-.398-.001-.235-.469c.152-.198.299-.4.439-.605l.229-.006c.098.44.221.891.509 1.25.647.874 1.892 1.245 2.908.844.867-.318 1.528-1.141 1.617-2.064.135-1.067-.504-2.17-1.496-2.584-.62-.282-1.334-.25-1.97-.037-.286-.535-.569-1.071-.857-1.606.074-.177.149-.355.226-.532.365-.092.634-.34.726-.71-.781-.005-1.564-.024-2.345.003-.128.004-.211.071-.246.204.346.244.79.26 1.187.377l-.268.66c-1.526 0-3.051-.001-4.577.001.043-.248.181-.507.094-.757-.119-.172-.266-.32-.402-.476.377-.017.754-.02 1.132-.023a75.938 75.938 0 0 1 0-.675c-.424.001-.849-.026-1.27.019a.67.67 0 0 0-.574.748m2.276 8.598c-.248.438.027.882.282 1.237-.458.328-1.069.48-1.407.951-.509 1.236-.517 2.604-.526 3.92.022.244-.131.571.114.737.203.092.513.029.535-.231-.123-1.123-.089-2.369.54-3.35-.069 1.199-.331 2.392-.217 3.596.109 1.271.16 2.547.259 3.82.061.375-.237.701-.135 1.079.295-.177.627-.349.809-.654.131-1.33.063-2.681.262-4.006.134.899.123 1.811.268 2.709.092.474-.161 1.103.283 1.445.221.197.465.44.788.327-.077-.206-.266-.384-.254-.617.069-1.286.191-2.567.31-3.848.057-1.16-.112-2.314-.153-3.472.243 1.074.688 2.109.762 3.214.249.314.721.338 1.077.485-.14.717-.469 1.448-.336 2.186.338.615.426 1.358.18 2.021.103.241.31-.086.43-.152.391-.456.018-1.164.391-1.633.117.498.109 1.019.246 1.51.125.154.338.183.507.269-.236-.726-.134-1.499-.032-2.237-.073-.521-.138-1.054.029-1.568.249.409.342.905.198 1.367.17-.004.345.013.508-.046.047-.476.018-.97-.134-1.426-.144-.435-.497-.747-.784-1.089.197-.229.47-.485.356-.822-.082-.545-.883-.65-1.176-.222-.204.329.011.7.125 1.019-.245.045-.491.087-.737.128-.534-1.443-.627-3.005-.988-4.492-.236-.438-.747-.626-1.125-.92.199-.346.497-.714.363-1.141-.181-.716-1.363-.814-1.62-.094z"/><path fill="#0d7abf" d="M9.306 4.034h4.545c-.319.777-.636 1.556-.956 2.332l-.389.068-.199-.384.319-.011-.001-.327a5.254 5.254 0 0 0-1.011-.004c0 .083.001.25.003.333l.42.004c.088.2.176.401.26.604-1.053-.689-2.074-1.423-3.114-2.133l.124-.481zM14.516 4.158c.209.389.415.779.619 1.171a2.834 2.834 0 0 0-1.048 1.797l-.237.017a29.08 29.08 0 0 0-.338-.523 602.2 602.2 0 0 1 1.005-2.461zM6.148 6.146c.5-.523 1.294-.601 1.958-.386-.13.403-.186.88-.543 1.159-.16.183-.521.299-.406.601.169.246.483.031.683-.065.483-.245.71-.754.851-1.249.562.655.599 1.711-.004 2.351-.605.706-1.774.783-2.461.153-.765-.62-.797-1.896-.079-2.566zM16.012 5.706c.581-.115 1.233-.084 1.703.318.783.592.883 1.861.191 2.56-.599.668-1.716.751-2.4.167-.356-.268-.53-.692-.652-1.106.638-.036 1.291.064 1.921-.051l.101-.186c-.232-.594-.591-1.127-.864-1.702z"/><path fill="#0d7abf" d="M14.856 7.127c.109-.423.32-.808.633-1.114.209.369.409.744.608 1.12-.414 0-.827.001-1.241-.005zM12.536 6.786c.469-.271 1.08.214.954.729-.069.488-.724.721-1.086.386-.38-.28-.294-.927.133-1.114z"/><path fill="#fff" d="M8.479 2.284a.67.67 0 0 1 .574-.748c.421-.045.846-.018 1.27-.019v.675c-.378.003-.756.006-1.132.023.137.156.283.304.402.476.087.25-.051.509-.094.757 1.526-.003 3.051-.001 4.577-.001l.268-.66c-.397-.116-.841-.133-1.187-.377.036-.133.119-.2.246-.204.781-.027 1.564-.008 2.345-.003-.092.37-.361.618-.726.71-.077.177-.152.355-.226.532.287.535.571 1.071.857 1.606.636-.213 1.349-.245 1.97.037.992.414 1.631 1.517 1.496 2.584-.089.923-.751 1.746-1.617 2.064-1.016.401-2.261.031-2.908-.844-.289-.359-.411-.809-.509-1.25l-.229.006c-.14.206-.287.407-.439.605.078.156.157.311.235.469l.398.001c0 .083.001.248.003.331a2.55 2.55 0 0 1-1.011-.011l.013-.318.317-.005-.179-.342c-.383.018-.822.01-1.093-.309-.281-.258-.266-.659-.262-1.009-.988-.632-1.898-1.395-2.94-1.938.047.365.37.576.566.859.532.746.572 1.797.134 2.597a2.554 2.554 0 0 1-2.189 1.32 2.55 2.55 0 0 1-2.226-1.287 2.51 2.51 0 0 1 .082-2.571c.613-1.01 1.962-1.417 3.054-1.007.214-.705.423-1.412.64-2.115-.186-.184-.454-.345-.476-.634m.823 1.75l-.124.481c1.039.71 2.06 1.444 3.114 2.133-.084-.203-.172-.403-.26-.604l-.42-.004-.003-.333a5.175 5.175 0 0 1 1.011.004l.001.327c-.079.004-.24.009-.319.011l.199.384.389-.068c.32-.776.637-1.555.956-2.332H9.305m5.211.125c-.336.82-.671 1.639-1.005 2.461.115.174.227.349.338.523l.237-.017a2.831 2.831 0 0 1 1.048-1.797c-.204-.392-.41-.781-.619-1.171M6.148 6.146c-.717.67-.686 1.946.079 2.566.687.629 1.856.553 2.461-.153.603-.641.566-1.697.004-2.351-.142.494-.369 1.003-.851 1.249-.2.096-.514.311-.683.065-.115-.303.246-.419.406-.601.356-.28.412-.756.543-1.159-.664-.216-1.458-.138-1.958.386m9.863-.442c.273.574.632 1.108.864 1.702l-.101.186c-.631.115-1.283.015-1.921.051.123.414.296.837.652 1.106.684.583 1.801.5 2.4-.167.692-.698.591-1.967-.191-2.56-.47-.402-1.122-.433-1.703-.318m-1.156 1.421c.414.006.827.005 1.241.005-.199-.375-.398-.751-.608-1.12a2.367 2.367 0 0 0-.633 1.114m-2.32-.34c-.426.188-.513.835-.133 1.114.363.336 1.017.102 1.086-.386.126-.514-.485-1-.954-.729zM10.751 10.882c.257-.72 1.439-.622 1.62.094.134.428-.163.795-.363 1.141.378.295.889.483 1.125.92.361 1.487.454 3.05.988 4.492.245-.041.491-.083.737-.128-.114-.319-.329-.689-.125-1.019.292-.428 1.094-.323 1.176.222.114.337-.16.594-.356.822.287.342.64.654.784 1.089.152.456.181.95.134 1.426-.163.059-.338.042-.508.046.144-.462.051-.959-.198-1.367-.167.513-.102 1.047-.029 1.568-.102.738-.204 1.51.032 2.237-.169-.087-.382-.115-.507-.269-.138-.491-.129-1.012-.246-1.51-.373.469 0 1.177-.391 1.633-.12.066-.327.393-.43.152.246-.663.158-1.406-.18-2.021-.133-.738.195-1.468.336-2.186-.356-.147-.829-.171-1.077-.485-.074-1.106-.52-2.141-.762-3.214.041 1.158.211 2.312.153 3.472-.119 1.28-.241 2.562-.31 3.848-.011.232.177.411.254.617-.323.114-.567-.13-.788-.327-.444-.342-.191-.971-.283-1.445-.146-.897-.134-1.81-.268-2.709-.199 1.325-.13 2.676-.262 4.006-.183.305-.514.476-.809.654-.102-.378.197-.703.135-1.079-.1-1.273-.151-2.548-.259-3.82-.114-1.204.148-2.397.217-3.596-.629.98-.663 2.226-.54 3.35-.022.26-.332.323-.535.231-.245-.166-.092-.493-.114-.737.009-1.316.017-2.685.526-3.92.338-.471.949-.623 1.407-.951-.255-.355-.53-.799-.282-1.237z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--shared-path-pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M11.043 0h1.986c2.57.254 5.069 1.296 6.986 3.039 2.294 2.026 3.73 4.956 3.985 8.001v1.989c-.254 2.6-1.322 5.126-3.098 7.052-2 2.235-4.862 3.622-7.838 3.92H10.92c-2.549-.272-5.028-1.304-6.931-3.036C1.712 18.963.297 16.07 0 13.061v-2.138c.288-2.776 1.503-5.456 3.496-7.422 1.995-2.017 4.725-3.26 7.547-3.5M9.121 3.024c-.136.516.459.75.59 1.186-.639.114-1.41.417-1.521 1.148-.06.864-.043 1.735-.012 2.6-.003.31.481.381.605.107.114-.828-.064-1.676.114-2.499.045.08.139.239.185.318.051 2.011-.025 4.027.033 6.037.015.361.631.402.64.014.067-1.094-.014-2.194.03-3.291-.038-.235.241-.229.383-.311.089 1.419 0 2.843.047 4.262-.033.262.272.491.502.346.214-.114.16-.392.182-.591-.004-2.252-.003-4.504-.003-6.756.473.713.907 1.454 1.392 2.159l.259.012c.112.193.133.477.333.602.341.097.702.073 1.053.106-.214.686-.425 1.373-.638 2.059.122 0 .368.001.491.003.007.557-.043 1.119.041 1.673l.377-.038c.058-.547.016-1.099.025-1.648l.288-.015c.003.428-.018.857.026 1.284-.077.237.469.245.409-.001.053-.416.022-.837.023-1.253l.469-.004c-.148-.568-.298-1.134-.444-1.702.21.235.409.483.65.69l.143-.066.029-.126c-.363-.514-.791-.998-1.315-1.356.199-.248.461-.587.235-.905-.202-.391-.845-.296-.976.107-.143.383.248.656.436.934-.347.011-.697.036-1.042-.007-.328-.272-.276-.775-.523-1.109-.444-.697-.882-1.399-1.348-2.082-.245-.372-.672-.543-1.083-.66l.001-.314c.373-.287.621-.839.277-1.247-.37-.528-1.273-.291-1.362.337m.706 12.399a24.516 24.516 0 0 1-.403 1.624c-.937-.326-2.048.095-2.489.989-.554 1.001-.04 2.396 1.031 2.796.908.414 2.071-.022 2.523-.901.363-.614.188-1.352.299-2.026l-.106.542c-.171-.583-.59-1.037-1.108-1.334l.121-.539c.719.662 1.448 1.312 2.175 1.967-.202.439.007.859.435 1.041-.018.24-.037.48-.066.719l.214-.004a20.44 20.44 0 0 1-.056-.697c.226-.134.428-.304.572-.527l.274.037c.073.688.458 1.355 1.094 1.662.967.525 2.305.058 2.743-.95.472-.92.062-2.142-.849-2.617-.512-.324-1.136-.248-1.709-.222l.117.192c-.155-.032-.304-.095-.461-.117a.599.599 0 0 1-.372.465c-.293.407-.506.871-.551 1.377l-.314-.026c-.075-.154-.152-.306-.229-.458.336-.724.649-1.458.99-2.179.106.23.206.464.302.698.047-.066.096-.13.145-.195-.134-.21-.304-.396-.416-.621.139-.188.292-.366.413-.565-.32-.029-.642-.025-.963-.022 0 .041.001.126.003.169.219.014.437.029.657.047l-.193.233c-1.284.063-2.576.015-3.862.021.01-.591.632-.453 1.023-.579-.321-.117-.658-.032-.985.001z"/><path fill="#0371b3" d="M9.677 16.443c.053-.233.247-.328.475-.289 1.156-.001 2.314.003 3.471.001-.38.776-.709 1.579-1.134 2.331-.115-.299-.084-.621-.067-.934h-.163c.021.265.034.529.048.794l-.311.154a107.996 107.996 0 0 0-2.318-2.057zM8.157 17.2c.413-.151.852-.069 1.266.025-.115.491-.258.979-.481 1.433-.182.058-.638.11-.495.402.047.346.468.163.639.022.495-.018.992-.015 1.487-.003-.117.668-.498 1.317-1.152 1.572-.961.436-2.192-.173-2.455-1.186-.287-.915.267-1.993 1.192-2.264zM14.429 17.294c.428-.126.891-.224 1.33-.082.451.106.772.454 1.079.775-.402.233-.808.459-1.211.691a13.726 13.726 0 0 0-.521-.134c-.23-.414-.459-.828-.677-1.249z"/><path fill="#0371b3" d="M9.557 17.29c.586.348.944.956 1.02 1.627-.539.014-1.078.011-1.616.005.243-.527.446-1.071.595-1.632zM13.93 17.627l.41-.214c.215.417.475.811.656 1.244l-.084.224c-.499.074-1.007.032-1.509.032.071-.465.272-.893.527-1.285z"/><path fill="#0371b3" d="M15.703 18.749c.395-.233.795-.457 1.197-.679.169.487.292 1.027.082 1.525-.313.956-1.491 1.484-2.414 1.081-.682-.251-1.059-.942-1.155-1.629.459-.003.919-.004 1.38.005.159.155.302.398.565.333.291-.071.292-.4.344-.636z"/><path fill="#fff" d="M9.121 3.024c.089-.628.992-.865 1.362-.337.344.407.096.96-.277 1.247l-.001.314c.411.117.838.288 1.083.66.466.683.904 1.385 1.348 2.082.247.335.195.838.523 1.109.346.043.695.018 1.042.007-.188-.278-.579-.551-.436-.934.132-.403.775-.498.976-.107.226.318-.036.657-.235.905.524.358.952.842 1.315 1.356l-.029.126-.143.066c-.241-.207-.44-.455-.65-.69.147.568.296 1.134.444 1.702l-.469.004c-.001.417.03.838-.023 1.253.06.247-.485.239-.409.001-.044-.427-.023-.856-.026-1.284l-.288.015c-.008.55.033 1.101-.025 1.648l-.377.038c-.084-.554-.034-1.116-.041-1.673a80.859 80.859 0 0 0-.491-.003c.213-.686.424-1.373.638-2.059-.351-.033-.712-.008-1.053-.106-.2-.125-.221-.409-.333-.602l-.259-.012c-.485-.705-.919-1.445-1.392-2.159 0 2.252-.001 4.504.003 6.756-.022.199.032.477-.182.591-.23.145-.535-.084-.502-.346-.047-1.419.043-2.843-.047-4.262-.141.082-.421.077-.383.311-.044 1.097.037 2.197-.03 3.291-.01.388-.625.347-.64-.014-.058-2.011.018-4.027-.033-6.037l-.185-.318c-.178.823 0 1.67-.114 2.499-.123.274-.608.203-.605-.107-.03-.865-.048-1.736.012-2.6.111-.731.882-1.034 1.521-1.148-.13-.436-.725-.671-.59-1.186zM9.828 15.426c.326-.033.664-.118.985-.001-.391.126-1.013-.012-1.023.579 1.286-.005 2.578.043 3.862-.021l.193-.233a35.611 35.611 0 0 0-.657-.047l-.003-.169c.321-.003.643-.007.963.022-.121.199-.274.377-.413.565.111.225.281.411.416.621-.049.064-.099.129-.145.195a17.273 17.273 0 0 0-.302-.698c-.341.721-.654 1.455-.99 2.179.077.152.154.304.229.458l.314.026c.045-.506.258-.97.551-1.377a.6.6 0 0 0 .372-.465c.156.022.306.085.461.117l-.117-.192c.573-.026 1.197-.101 1.709.222.911.475 1.321 1.696.849 2.617-.437 1.008-1.776 1.476-2.743.95-.636-.307-1.022-.974-1.094-1.662l-.274-.037a1.71 1.71 0 0 1-.572.527c.015.232.033.465.056.697-.053.001-.16.004-.214.004.029-.239.048-.479.066-.719-.428-.182-.636-.602-.435-1.041-.727-.654-1.456-1.304-2.175-1.967l-.121.539c.518.298.937.752 1.108 1.334l.106-.542c-.111.673.064 1.411-.299 2.026-.453.879-1.616 1.315-2.523.901-1.071-.4-1.585-1.795-1.031-2.796.442-.894 1.552-1.315 2.489-.989a23.76 23.76 0 0 0 .403-1.624m-.152 1.018c.784.673 1.554 1.363 2.318 2.057l.311-.154c-.014-.265-.027-.529-.048-.794h.163c-.016.313-.048.635.067.934.425-.753.754-1.555 1.134-2.331-1.157.001-2.315-.003-3.471-.001-.228-.038-.421.056-.475.289m-1.519.757c-.924.272-1.478 1.349-1.192 2.264.263 1.013 1.493 1.622 2.455 1.186.654-.255 1.035-.904 1.152-1.572a24.574 24.574 0 0 0-1.487.003c-.171.141-.592.324-.639-.022-.143-.292.313-.344.495-.402.224-.454.366-.942.481-1.433-.414-.093-.853-.176-1.266-.025m6.273.095c.218.421.447.835.677 1.249.174.041.348.086.521.134.403-.232.809-.458 1.211-.691-.307-.321-.628-.669-1.079-.775-.439-.141-.902-.044-1.33.082m-4.872-.003a10.081 10.081 0 0 1-.595 1.632c.538.005 1.077.008 1.616-.005-.077-.671-.435-1.278-1.02-1.627m4.372.337c-.255.392-.455.82-.527 1.285.502 0 1.009.043 1.509-.032l.084-.224c-.181-.433-.44-.827-.656-1.244l-.41.214m1.773 1.123c-.052.236-.053.565-.344.636-.263.064-.406-.178-.565-.333-.461-.01-.92-.008-1.38-.005.096.687.473 1.378 1.155 1.629.923.403 2.101-.125 2.414-1.081.21-.498.086-1.038-.082-1.525-.402.222-.802.446-1.197.679z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--sidewalk-closed--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".98" d="M0 5.963h24v12.075H0V5.963m1.213.159A1.44 1.44 0 0 0 .12 7.538c-.001 2.975-.002 5.949 0 8.923-.019.746.631 1.43 1.379 1.434 7.001.002 14.003.002 21.004 0 .746-.003 1.396-.683 1.382-1.426.004-2.879-.001-5.759.002-8.639-.002-.198.009-.399-.03-.596a1.444 1.444 0 0 0-.972-1.087c-.293-.096-.605-.067-.908-.071H2.029c-.272.005-.548-.019-.815.045z"/><path opacity=".98" d="M1.291 6.426c.118-.029.24-.031.36-.034h20.32c.319.007.66-.037.957.109.393.182.649.605.643 1.036.001 2.975.001 5.948-.001 8.923.012.604-.533 1.154-1.141 1.123H1.575c-.607.032-1.152-.516-1.141-1.118-.002-2.977-.002-5.953-.001-8.929-.011-.508.356-1.002.857-1.11m.089.622c-.23.077-.347.329-.324.56.003 2.955-.004 5.91.004 8.865a.493.493 0 0 0 .514.489h20.86c.304.022.553-.271.517-.567.001-2.927-.001-5.855.001-8.783.008-.177-.036-.37-.183-.483-.179-.153-.431-.11-.647-.118-6.699.003-13.398.002-20.097.001-.215.007-.435-.024-.644.036z"/><path opacity=".98" d="M2.197 8.362c-.094-.339.229-.703.578-.629.257.03.385.278.441.503l-.256.01c-.077-.08-.121-.247-.26-.229-.19-.028-.34.25-.177.37.238.193.569.329.65.655.109.347-.17.768-.548.742-.333.007-.529-.322-.559-.618l.275-.005c.052.118.069.286.212.334.239.086.458-.217.34-.428-.177-.286-.61-.352-.695-.705zM3.533 7.762l.28.001.001 1.988h-.281V7.762zM4.25 7.757c.314.031.742-.108.948.208.177.294.172.659.16.992-.017.291-.102.659-.408.774-.232.033-.466.012-.7.016v-1.99m.287 1.717c.181-.005.437.026.497-.201a2.293 2.293 0 0 0-.014-1.055c-.062-.211-.314-.172-.482-.191-.004.482-.002.965-.001 1.447zM5.765 7.762h.938l.001.28c-.217.002-.435-.001-.652.001v.5h.413v.274h-.413v.653c.243.002.486 0 .729.001l-.001.28H5.766V7.762zM6.956 7.757l.28.002c.056.354.112.708.166 1.063.067-.354.13-.708.195-1.062l.223-.005c.066.355.125.71.191 1.065l.173-1.063.281.001c-.108.664-.214 1.328-.323 1.991l-.245-.002a93.551 93.551 0 0 0-.188-1.034c-.064.345-.126.69-.188 1.035l-.251-.001c-.104-.664-.21-1.327-.315-1.99zM9.079 7.757l.281.001.495 1.989-.286.001-.138-.545-.428-.001c-.046.181-.088.364-.133.545l-.286-.001.495-1.99m.133.598c-.046.191-.093.383-.137.574h.284l-.147-.574zM10.134 7.762h.287v1.724c.243.001.486-.001.729.001l-.001.265h-1.014l-.001-1.99zM11.425 7.757l.287.001v.8l.453-.8.33-.001c-.136.234-.274.466-.413.699.153.431.308.861.46 1.291l-.301-.001c-.115-.322-.231-.646-.348-.968-.228.277-.19.634-.181.968l-.286.001-.001-1.99zM13.822 8.278c.042-.282.259-.584.576-.55.305 0 .457.305.508.564h-.284c-.032-.209-.262-.398-.444-.212-.172.257-.114.592-.116.884.016.212.059.547.339.539.169.028.176-.184.23-.287l.28.008c-.049.149-.071.32-.194.431-.226.23-.666.141-.796-.153-.17-.38-.158-.821-.097-1.224zM15.288 7.762l.286.002v1.723l.728.001v.265h-1.014v-1.99zM16.891 7.776c.194-.082.469-.074.599.114.176.244.215.555.215.847 0 .296-.026.612-.2.863-.175.261-.641.249-.79-.034-.175-.293-.184-.648-.172-.98.018-.289.079-.643.346-.809m.163.241c-.142.056-.177.222-.206.355-.048.294-.05.602.03.892.029.108.095.235.224.239.181.028.262-.168.289-.31.065-.332.067-.688-.044-1.01-.038-.122-.166-.212-.293-.164zM18.116 8.356c-.085-.329.216-.682.557-.626.267.019.409.275.464.507l-.263.008c-.049-.304-.541-.291-.496.038.129.253.484.316.628.573.256.337.03.915-.41.928-.359.041-.587-.309-.615-.626l.269.014c.077.116.096.332.274.332.23.041.4-.258.281-.448-.184-.276-.608-.346-.69-.698zM19.453 7.763c.313-.002.626-.002.939 0l-.001.28-.651-.001v.501h.412l.001.274-.413.001.001.654h.728l-.001.28h-1.014c-.001-.662.001-1.325-.001-1.988zM20.804 7.757c.305.032.711-.103.928.182.187.271.184.625.182.942-.011.31-.077.704-.395.845-.235.042-.477.014-.716.02v-1.99m.288.273c-.002.481-.004.964.001 1.446.168-.012.399.031.481-.162.102-.35.084-.736.005-1.089-.062-.213-.314-.181-.487-.195zM4.305 10.493c.113-.101.297-.012.323.127-.013.197-.091.382-.141.572h15.031c-.053-.195-.131-.385-.145-.589.052-.123.209-.209.324-.111.75.485 1.483.998 2.224 1.495-.733.491-1.46.991-2.192 1.484a.229.229 0 0 1-.353-.079c.004-.209.088-.405.142-.604H4.486c.053.2.139.397.139.607a.229.229 0 0 1-.352.077c-.732-.492-1.459-.994-2.192-1.484.741-.497 1.474-1.007 2.223-1.493zM3.031 14.228l.286-.001c.012.512-.024 1.027.018 1.538.043.29.504.262.515-.032.03-.501.002-1.004.013-1.507l.286.001c-.017.546.037 1.097-.031 1.639-.137.501-.923.496-1.057-.004-.068-.541-.012-1.091-.03-1.635zM4.597 14.82c-.087-.339.238-.694.585-.617.252.028.38.274.437.494l-.256.015c-.081-.075-.122-.251-.262-.228-.211-.038-.345.292-.149.398.253.178.583.344.635.685.082.367-.26.761-.641.678-.3-.039-.442-.347-.477-.616l.275-.001c.052.119.067.292.214.335.246.09.463-.236.329-.443-.185-.274-.613-.344-.689-.698zM5.935 14.229h.938l.001.28c-.217.001-.435-.001-.652.001v.501l.412-.001.001.274h-.413v.654c.242.001.485-.001.728.001v.28H5.936v-1.99zM8.782 14.218c.18-.04.407-.029.527.13.178.239.217.548.22.838.002.296-.022.611-.19.866-.171.279-.652.269-.802-.026-.208-.365-.191-.81-.144-1.213.047-.23.139-.518.388-.595m.019.316c-.187.25-.162.59-.154.886.028.185.031.426.21.536.147.07.295-.05.328-.193.102-.361.104-.76-.016-1.117-.042-.157-.247-.23-.368-.112zM9.769 14.229h1.014l.001.265h-.363v1.724h-.289l-.001-1.724h-.362v-.265zM11.06 14.23l.286-.001v.811l.545-.001v-.81h.287v1.989l-.287.002v-.902a49.505 49.505 0 0 0-.545 0v.901h-.287l.001-1.989zM12.614 14.229h.938l.001.28c-.217.001-.435-.001-.652.001l.001.502c.137-.002.274-.002.412-.001v.274h-.413v.654c.243.001.485-.001.728.001v.28h-1.015v-1.99zM13.964 14.227c.27.011.55-.034.814.042.404.16.394.793.024.992.094.319.187.637.279.956l-.292.001-.265-.934a25.028 25.028 0 0 0-.274-.002l-.001.936-.286-.001v-1.99m.288.275c-.001.17-.001.34.002.51.137-.006.277.005.413-.024.178-.07.178-.357.018-.448-.14-.041-.289-.029-.432-.038zM16.387 14.811c-.079-.328.226-.668.562-.611.266.014.4.27.461.497-.087.006-.173.011-.26.015-.067-.209-.354-.337-.48-.103-.105.303.308.372.463.55.391.267.313.977-.174 1.078-.386.11-.675-.259-.702-.608.093-.002.186-.002.279-.002.053.13.081.335.26.343.234.046.407-.269.278-.457-.19-.272-.618-.342-.687-.701zM17.727 14.229h.28v1.99l-.28-.001.001-1.99zM18.443 14.227c.334.026.818-.117.989.273.168.466.196 1.029-.03 1.48-.194.348-.636.214-.959.237v-1.99m.287.271l-.001 1.447c.178-.005.431.02.497-.195a2.391 2.391 0 0 0-.005-1.048c-.053-.227-.315-.189-.491-.204zM19.958 14.229h.938v.28c-.218.001-.434-.001-.652.001v.501h.412v.274h-.412v.654c.243.001.485-.001.728.001v.28h-1.015v-1.99z"/><path fill="#fff" d="M1.213 6.122c.266-.064.543-.041.815-.045h19.948c.303.005.615-.025.908.071.488.151.877.584.972 1.087.039.197.028.397.03.595-.002 2.879.002 5.759-.002 8.639.014.743-.636 1.423-1.382 1.426-7.001.002-14.003.002-21.004 0C.75 17.89.099 17.207.119 16.461c-.002-2.974-.001-5.948 0-8.923a1.442 1.442 0 0 1 1.094-1.416m.078.304c-.501.108-.868.601-.857 1.11-.001 2.976-.002 5.952.001 8.929-.01.602.535 1.151 1.141 1.118H22.43c.608.031 1.153-.52 1.141-1.123.002-2.975.001-5.948.001-8.923.006-.43-.25-.854-.643-1.036-.297-.146-.638-.102-.957-.109H1.652c-.12.003-.242.005-.36.034z"/><path fill="#fff" d="M1.379 7.048c.209-.06.43-.029.644-.036 6.699.001 13.398.002 20.097-.001.217.008.468-.034.647.118.147.113.191.306.183.483-.002 2.927 0 5.855-.001 8.782.036.296-.213.589-.518.567H1.571a.493.493 0 0 1-.514-.489c-.008-2.955-.001-5.91-.004-8.865-.023-.231.094-.483.324-.56m.82 1.315c.086.353.518.419.695.705.118.21-.1.514-.34.428-.143-.048-.16-.215-.212-.334l-.274.005c.03.296.226.625.559.618.378.026.657-.394.548-.742-.082-.325-.412-.462-.65-.655-.163-.121-.013-.399.177-.37.139-.018.183.149.26.229l.256-.01c-.055-.225-.184-.473-.441-.503-.35-.074-.672.29-.578.629m1.336-.6v1.989h.281l-.001-1.988-.28-.001m.717-.005v1.99c.233-.004.468.017.7-.016.306-.115.391-.483.408-.774.012-.333.017-.698-.16-.992-.206-.316-.635-.177-.948-.208m1.515.005v1.989h1.014l.001-.28c-.243-.001-.486.001-.729-.001v-.653h.413v-.274h-.413v-.5c.217-.002.434.001.652-.001l-.001-.28h-.938m1.192-.005l.315 1.99.251.001.188-1.035c.064.344.127.689.188 1.034l.245.002c.109-.663.215-1.327.323-1.99l-.281-.001-.173 1.063c-.066-.355-.125-.71-.191-1.065l-.223.005c-.065.354-.128.708-.195 1.062L7.237 7.76l-.28-.002m2.122-.001l-.495 1.99.286.001.133-.545.428.001.138.545.286-.001-.495-1.989-.281-.001m1.055.004l.001 1.99h1.014l.001-.265c-.243-.002-.486 0-.729-.001V7.763h-.287m1.291-.006l.001 1.99.287-.001c-.008-.334-.046-.691.181-.968.117.322.232.645.348.968l.301.001-.461-1.291c.138-.232.276-.465.413-.699l-.33.001c-.152.266-.302.533-.453.8v-.8l-.286-.001m2.396.521c-.061.403-.073.844.097 1.224.13.294.57.383.796.153.123-.11.145-.282.194-.43l-.28-.008c-.054.103-.061.316-.23.287-.28.008-.322-.327-.339-.538.002-.292-.056-.628.116-.884.182-.187.412.002.444.211h.284c-.05-.259-.203-.564-.508-.564-.317-.034-.534.268-.576.55m1.468-.517v1.99h1.014v-.265l-.728-.001V7.763l-.286-.002m1.603.015c-.268.166-.328.52-.346.809-.012.332-.003.687.172.98.148.284.614.296.79.035.173-.251.2-.566.2-.863-.001-.293-.039-.603-.215-.848-.131-.188-.406-.197-.599-.114m1.223.581c.082.352.505.422.69.698.119.19-.052.489-.281.448-.178 0-.197-.216-.274-.332a24.219 24.219 0 0 0-.269-.014c.028.317.256.668.615.626.44-.013.666-.591.41-.928-.144-.257-.499-.32-.628-.573-.046-.329.446-.342.496-.037l.262-.008c-.055-.232-.197-.488-.464-.507-.341-.056-.643.298-.557.626m1.337-.592c.002.663 0 1.326.001 1.988h1.014l.001-.28h-.728l-.001-.654.413-.001-.001-.274h-.412a41.834 41.834 0 0 1 0-.501l.651.001.001-.28a73.477 73.477 0 0 0-.939 0m1.351-.005v1.99c.239-.006.48.022.716-.02.318-.142.384-.535.395-.845.002-.317.005-.671-.182-.942-.218-.285-.623-.151-.928-.182m-16.5 2.735c-.749.486-1.482.996-2.223 1.493.733.491 1.46.992 2.192 1.484a.23.23 0 0 0 .352-.076c0-.21-.087-.407-.139-.607h15.032c-.054.199-.139.395-.142.605a.23.23 0 0 0 .353.079c.732-.493 1.459-.993 2.192-1.483-.741-.498-1.474-1.01-2.224-1.495-.115-.098-.272-.012-.324.111.014.204.092.395.145.589H4.488c.05-.19.128-.375.141-.572-.026-.139-.21-.227-.323-.127m-1.275 3.734c.018.544-.038 1.094.03 1.635.134.499.92.505 1.057.004.067-.542.013-1.093.031-1.639l-.286-.001c-.011.503.017 1.006-.013 1.507-.011.294-.472.322-.515.032-.042-.511-.006-1.026-.018-1.538l-.286.001m1.566.591c.076.354.504.424.689.698.134.208-.082.533-.328.443-.146-.043-.162-.215-.214-.335l-.275.001c.034.269.177.577.477.616.381.083.723-.311.641-.678-.052-.341-.383-.506-.635-.685-.196-.106-.061-.436.149-.398.14-.023.181.153.262.228l.256-.015c-.057-.22-.185-.466-.437-.494-.347-.077-.672.278-.585.617m1.338-.589v1.99h1.014v-.28c-.242-.002-.485 0-.728-.001v-.654h.413l-.001-.274-.412.001v-.501c.217-.001.434.001.652-.001l-.001-.28h-.938m2.848-.011c-.249.077-.34.365-.388.595-.047.404-.064.848.144 1.213.149.295.631.305.802.026.167-.255.192-.57.19-.866-.003-.29-.042-.599-.22-.838-.121-.16-.347-.171-.527-.13m.986.011v.265h.362l.001 1.724h.289v-1.724h.363l-.001-.265H9.769m1.291.001l-.001 1.989h.287v-.901h.545v.902l.287-.001V14.23h-.287v.81l-.545.001v-.811l-.286.001m1.554-.002v1.99h1.015v-.28c-.243-.002-.485 0-.728-.001v-.654h.413v-.274a18.876 18.876 0 0 0-.412.001l-.001-.502c.217-.001.434.001.652-.001l-.001-.28h-.938m1.35-.001v1.99l.286.001.001-.936.274.001.265.934.292-.001c-.092-.319-.185-.637-.279-.956.37-.2.38-.832-.024-.992-.264-.076-.544-.031-.814-.042m2.422.585c.069.359.497.429.687.701.129.189-.044.503-.278.457-.179-.008-.207-.213-.26-.343l-.279.002c.027.349.316.718.702.608.488-.102.566-.811.174-1.078-.155-.178-.568-.247-.463-.55.126-.234.413-.107.48.103.087-.004.173-.009.26-.015-.061-.227-.195-.483-.461-.497-.336-.057-.64.284-.562.611m1.34-.581l-.001 1.99.28.001v-1.99h-.28m.717-.003v1.99c.323-.023.764.111.959-.237.226-.451.198-1.014.03-1.48-.17-.39-.655-.247-.989-.273m1.515.002v1.99h1.015v-.28c-.243-.002-.485 0-.728-.001v-.654h.412v-.274h-.412v-.501c.217-.001.434.001.652-.001v-.28h-.938z"/><path fill="#fff" d="M17.052 8.018c.128-.047.255.043.293.164.11.322.109.678.044 1.01-.027.143-.108.338-.289.31-.13-.004-.195-.13-.224-.238a2.097 2.097 0 0 1-.03-.892c.029-.133.064-.299.206-.355zM4.537 9.474c-.002-.482-.003-.965.001-1.447.169.019.421-.02.482.191.088.341.09.712.014 1.055-.06.227-.316.197-.497.201zM21.091 8.029c.172.014.425-.018.487.195.079.353.097.739-.005 1.089-.082.194-.313.15-.481.162a99.579 99.579 0 0 1-.001-1.446zM9.212 8.354c.05.191.099.383.147.574h-.284c.044-.191.091-.383.137-.574zM8.8 14.534c.122-.118.326-.044.368.112.12.357.118.757.016 1.117-.033.143-.181.263-.328.193-.179-.11-.182-.351-.21-.536-.008-.296-.033-.637.154-.886zM14.251 14.502c.143.008.292-.004.432.038.16.091.16.379-.018.448-.136.029-.275.018-.413.024-.002-.17-.002-.34-.002-.51zM18.73 14.498c.176.015.438-.023.491.204.076.34.085.706.005 1.048-.066.215-.319.19-.497.195l.001-1.447z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--snow-chains--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M5.503 1.909C8.183.156 11.591-.419 14.705.311c2.765.613 5.266 2.28 6.944 4.554A12.07 12.07 0 0 1 24 11.673v.954c-.178 2.789-1.304 5.516-3.228 7.553-2.087 2.257-5.06 3.629-8.123 3.821h-1.291c-2.98-.186-5.881-1.483-7.957-3.637C1.378 18.314.184 15.514 0 12.647V11.56c.127-3.859 2.238-7.584 5.503-9.649m4.264 1.883a2.49 2.49 0 0 0-.968.565c-.99.934-1.481 2.258-1.813 3.548-.575 2.434-.596 5-.085 7.448.272 1.213.673 2.431 1.421 3.44.452.598 1.098 1.141 1.882 1.171.958.024 1.916-.002 2.874.01.512 0 1.061.036 1.525-.222.854-.45 1.392-1.307 1.787-2.159.793-1.792 1.068-3.772 1.084-5.718-.012-2.036-.295-4.117-1.171-5.974-.45-.91-1.11-1.856-2.143-2.132-.751-.122-1.517-.036-2.274-.06-.704.025-1.423-.073-2.117.082z"/><path fill="#176fc1" d="M14.245 4.808c-.025-.172.047-.245.212-.221l-.126.23-.086-.01zM16.111 7c.073.056.073.056 0 0zM10.826 10.068c.102-.75.236-1.529.677-2.165.478.752.611 1.655.704 2.524.115 1.328.091 2.678-.176 3.986a4.053 4.053 0 0 1-.529 1.378c-.425-.617-.563-1.369-.667-2.098a14.804 14.804 0 0 1-.008-3.625z"/><path fill="#fff" d="M9.767 3.794c.694-.155 1.412-.056 2.117-.082.757.024 1.523-.062 2.274.06 1.033.276 1.693 1.223 2.143 2.132.876 1.856 1.159 3.937 1.171 5.974-.016 1.946-.29 3.926-1.084 5.718-.395.852-.932 1.709-1.787 2.159-.464.258-1.013.222-1.525.222-.958-.012-1.916.014-2.874-.01-.784-.03-1.429-.574-1.882-1.171-.748-1.009-1.148-2.227-1.421-3.44a17.23 17.23 0 0 1 .085-7.448c.332-1.29.823-2.615 1.813-3.548.278-.253.605-.46.968-.565m.02.253c-.914.336-1.489 1.205-1.897 2.045-.605 1.29-.888 2.705-1.025 4.115-.17 2.004-.053 4.05.506 5.988.296.991.702 1.982 1.406 2.756.394.432.936.787 1.541.776l3.365.001c.466.013.908-.191 1.26-.484.869-.751 1.336-1.848 1.674-2.92.667-2.255.767-4.658.439-6.979-.221-1.406-.587-2.83-1.366-4.038-.432-.65-1.06-1.297-1.888-1.34-.959-.023-1.919 0-2.878-.01-.379.007-.772-.031-1.139.089z"/><path fill="#fff" d="M8.668 5.434c.353-.523.847-.977 1.475-1.129.11.151.227.298.348.439-.005.568.112 1.145.024 1.706-.47.151-.824.517-1.074.932a3.394 3.394 0 0 0-.378.649c-.276-.598-.769-1.111-.785-1.802-.04.18-.061.38-.235.487.065-.481.386-.875.625-1.283zM10.434 4.378l.263-.001c.064.194-.335.199-.263.001zM10.972 4.297c.917-.079 1.483.797 1.918 1.471-.05.196-.073.396-.014.593-.2.521-.421 1.033-.631 1.55-.205-.413-.415-.845-.774-1.147-.239-.186-.515-.316-.78-.458-.011-.52-.037-1.039-.059-1.559.121-.144.234-.295.341-.45z"/><path fill="#fff" d="M11.78 4.302c.842.053 1.709-.112 2.53.13-.394.478-.823.922-1.231 1.385-.332-.581-.739-1.132-1.298-1.514zM14.162 4.9l.083-.091-.083.091zM13.446 5.969c.406-.434.799-.88 1.198-1.32.634.528 1.043 1.259 1.363 2.006-.854-.226-1.704-.466-2.561-.686zM14.086 4.985l.077-.085-.077.085zM14.086 4.985c-.08.082-.08.082 0 0zM13.274 5.916c.125-.302.356-.552.638-.716a2.945 2.945 0 0 1-.638.716zM13.082 5.902c.22-.07.331.302.094.346-.23.083-.33-.298-.094-.346zM13.374 6.108c.389.07.776.157 1.147.298l.126.215a5.554 5.554 0 0 1-1.165-.292l-.108-.221zM10.62 6.499c.181-.05.242.004.187.163-.179.054-.241 0-.187-.163zM12.338 8.064c.226-.602.478-1.195.748-1.778.371.566.523 1.241.69 1.888.076.258-.071.776.413.641-.044.112-.088.224-.134.335a2.856 2.856 0 0 0-.334-.244 4.102 4.102 0 0 1-.776.835l.11.162c.22-.284.475-.538.726-.794l.205.196c.138.709.18 1.438.184 2.16-.03.185.172.28.259.407-.107.073-.215.143-.32.217.139.725-.013 1.475-.1 2.201l-.188.227a57.509 57.509 0 0 1-1.009-1.028c.058-.523.089-1.049.101-1.576.362-.001.725-.005 1.086.023a2.572 2.572 0 0 0-.01-.197 9.937 9.937 0 0 1-1.078.029c-.038-.786-.031-1.582-.23-2.348-.072-.461-.258-.898-.342-1.354z"/><path fill="#fff" d="M13.367 6.445c.827.304 1.759.348 2.52.81l-.055-.038c.14.012.281.02.422.024.172.796.395 1.582.498 2.392-.528-.258-1.116-.349-1.648-.596l-.126.181.286.004.155.257c-.419-.113-.89-.174-1.219-.484.227-.01.472.03.676-.098l-.42-.046c.517-.491 1.082-.926 1.61-1.404l-.006-.11c-.344.15-.569.517-.936.65.098-.341.432-.51.686-.721l-.287.023c-.152.221-.644.36-.455.679l.019.071c-.239.286-.535.695-.944.677.239-.263.506-.5.803-.698l-.164-.113c-.239.254-.512.472-.757.719-.158-.743-.359-1.478-.658-2.177zM14.702 6.467c.46.082.919.192 1.344.389-.404.214-.84-.054-1.24-.158a51.548 51.548 0 0 0-.104-.23zM9.604 7.499c.085-.408.469-.642.77-.888.012.424-.439.702-.77.888zM11.014 6.746c.272.17.497.402.708.641-.706-.02-.972.714-1.136 1.27-.43 1.631-.461 3.349-.272 5.017.12.796.24 1.638.707 2.315.152.253.452.284.721.283-.288.324-.608.827-1.12.583l.3.307-.338.03c.005-.119.016-.355.02-.474-.11.103-.214.214-.316.326-.234-.27-.684-.469-.636-.882.215.158.41.342.572.556l.132-.139c-.198-.161-.384-.334-.578-.498A5.3 5.3 0 0 0 9.327 15c-.036-.385-.14-.76-.251-1.129-.025-.397-.04-.798-.157-1.182.037-.566.034-1.136.001-1.703.118-.377.149-.774.142-1.168.143-.36.228-.74.26-1.127a4.62 4.62 0 0 0 .456-1.079c.299-.223.553-.499.791-.786.149-.025.296-.052.445-.08zM7.984 6.762l.192.02c.307.445.544.932.823 1.394l-.054.397c-.203.37-.282.794-.276 1.212l-.122.256c-.413-.361-.854-.7-1.146-1.174.136-.716.316-1.427.583-2.106zM9.089 8.641c.06-.408.146-.916.532-1.142-.071.412-.181.876-.532 1.142z"/><path fill="#fff" d="M11.362 7.763c.143-.167.319.011.416.132.265.38.383.84.488 1.285.265 1.237.301 2.514.218 3.773-.066.812-.175 1.633-.472 2.396-.11.253-.226.546-.5.661-.295-.108-.421-.419-.534-.685-.337-.908-.436-1.883-.484-2.844-.04-1.247.018-2.515.353-3.724.114-.354.226-.742.514-.995m-.535 2.306a14.853 14.853 0 0 0 .008 3.625c.104.728.242 1.481.667 2.098.263-.421.436-.892.529-1.378.268-1.308.292-2.658.176-3.986-.094-.869-.227-1.771-.704-2.524-.44.636-.575 1.415-.677 2.165zM8.806 9.775c.026-.397.03-.854.336-1.153 0 .386.018.912-.336 1.153zM7.312 9.102c.34.439.835.73 1.229 1.121-.03.56-.124 1.117-.109 1.68-.301 0-.601 0-.902-.002a2.63 2.63 0 0 0-.384-.384c.044-.688.002-1.402.22-2.063l-.053-.352zM14.128 9.209c.722.282 1.472.481 2.192.768-.311.226-.624.448-.913.701a7.258 7.258 0 0 0-1.097.81c.012-.763-.076-1.524-.182-2.279zM15.407 9.448c.418-.131.816.145 1.196.278l-.011.158a3.895 3.895 0 0 1-1.186-.437zM8.632 10.943c.047-.391-.042-.856.263-1.164-.014.377.145.941-.263 1.164zM15.529 10.89c.199-.421.654-.635 1.033-.869l.049.168c-.322.284-.665.572-1.082.701zM16.807 10.208c.103.942.073 1.889.066 2.833-.313-.359-.797-.482-1.212-.68-.337-.198-.69-.365-1.045-.524.372-.252.738-.514 1.079-.806.395-.24.77-.512 1.112-.822zM15.272 10.924l.137-.088.113.161c-.318.263-.647.521-1.016.707l-.022-.18c.239-.229.516-.413.788-.6zM8.604 11.068l.168-.008a9.582 9.582 0 0 1-.002 1.651l-.166-.166a7.672 7.672 0 0 1 0-1.477zM7.138 11.812c.192-.133.319.212.173.325-.193.144-.306-.212-.173-.325zM14.37 11.971c.415.098.986.21 1.165.648-.414-.16-.865-.305-1.165-.648zM7.522 12.041l.9-.001c.038.547.096 1.092.145 1.639l-.893.956-.326-.074a19.77 19.77 0 0 1-.204-2.117c.144-.118.269-.252.378-.403zM14.315 12.181c.671.407 1.41.685 2.095 1.068-.752.385-1.55.686-2.272 1.129.112-.727.178-1.462.176-2.197zM15.522 12.563c.359-.024.664.191.972.34a.344.344 0 0 1 .202.28c-.42-.142-.846-.313-1.174-.619zM8.622 12.746c.372.15.248.61.306.924a32.19 32.19 0 0 0-.167.222 7.762 7.762 0 0 1-.139-1.146zM16.664 13.247c.191-.054.251.018.181.216-.188.053-.248-.019-.181-.216zM15.618 13.77c.32-.149.638-.331.998-.36-.254.325-.674.442-1.042.592l-.013-.091.056-.14zM12.788 13.673c.41.422.892.803 1.093 1.378-.161.758-.36 1.514-.688 2.22-.408-.491-.58-1.123-.876-1.679.221-.623.374-1.266.47-1.919z"/><path fill="#fff" d="M14.489 14.704c.764-.392 1.559-.721 2.312-1.132-.106.974-.271 1.949-.587 2.879-.653-.569-1.27-1.175-1.889-1.777-.175.151-.358.28-.527.047l.179-.182c.167.065.34.115.511.166zM7.589 14.982c.329-.379.674-.816 1.061-1.174.016.45.083.907.281 1.316.052.244.13.481.215.715-.218.478-.448.952-.666 1.429l-.325.08c-.348-.824-.625-1.687-.743-2.576l.126.006.052.203zM8.785 13.954c.239.034.248.278.305.455.046.218.144.473-.058.648a4.343 4.343 0 0 1-.247-1.103z"/><path fill="#fff" d="M14.238 14.467c.31-.184.63-.349.966-.478l.139.068c-.004.168-.222.162-.328.242-.25.098-.502.316-.778.167zM14.011 15.062c.124-.046.247-.092.371-.142.278.281.624.514.797.882-.398-.116-.652-.467-.924-.754l-.112.168c.55.432 1.038.935 1.54 1.42-.223.109-.646.029-.775.247.245.143.583-.13.86-.128l.33.128-.313-.028c.061.109.128.216.192.325-.313.593-.617 1.202-1.103 1.678-.422-.418-.858-.822-1.265-1.255.665-.157 1.327-.325 1.998-.451.265-.032-.188-.36-.235-.094-.217.05-.437.09-.655.128l.157-.193c-.494-.2-1.01.083-1.489.196.292-.68.498-1.398.626-2.128zM9.096 15.05c.334.278.449.725.53 1.133-.398-.209-.481-.725-.53-1.133z"/><path fill="#fff" d="M15.234 15.78c.329.266.728.522.865.944-.37-.178-.654-.486-.922-.788l.056-.156zM10.898 17.262c.673-.24 1.072-.865 1.35-1.487.277.576.536 1.159.816 1.734l.108-.251.224.259-.229.19-.106-.181c-.374.814-.943 1.748-1.91 1.885-.083-.11-.167-.22-.252-.328-.004-.607-.001-1.214-.001-1.822zM8.576 17.671c.034-.605.432-1.1.646-1.65.275.376.523.788.912 1.061.205.097.418.179.626.269.036.694-.103 1.41.102 2.084-.28-.167-.605.008-.896-.102-.722-.223-1.196-.874-1.567-1.495l.178-.167zM13.384 17.406c.4-.209.899-.438 1.348-.258-.424.166-.887.336-1.348.258zM8.299 17.465c.403-.034-.131.383 0 0zM13.415 17.783c.059-.209.395.049.276.19-.145.024-.238-.038-.276-.19z"/><path fill="#fff" d="M11.749 19.396c.642-.386 1.012-1.046 1.434-1.637.47.446.932.901 1.381 1.369-.865.472-1.88.161-2.815.268zM13.691 17.972l.061-.018c.134.052.31.197.268.356-.161.037-.366-.18-.329-.338zM14.082 18.335c.281.19.533.426.71.716-.296-.168-.564-.403-.71-.716z"/><path fill="#030303" d="M9.785 4.048c.367-.12.76-.082 1.139-.089.959.01 1.919-.013 2.878.01.828.043 1.456.69 1.888 1.34.779 1.208 1.145 2.632 1.366 4.038.328 2.321.228 4.724-.439 6.979-.338 1.072-.805 2.168-1.674 2.92-.352.293-.794.497-1.26.484l-3.365-.001c-.605.011-1.147-.344-1.541-.776-.704-.774-1.11-1.765-1.406-2.756-.559-1.938-.677-3.984-.506-5.988.137-1.41.42-2.825 1.025-4.115.408-.84.983-1.709 1.897-2.045M8.668 5.434c-.239.408-.56.802-.625 1.283.174-.107.196-.307.235-.487.016.691.509 1.205.785 1.802.109-.226.221-.452.378-.649.25-.415.604-.781 1.074-.932.088-.562-.029-1.139-.024-1.706a7.364 7.364 0 0 1-.348-.439c-.628.152-1.122.606-1.475 1.129m1.766-1.057c-.072.198.326.193.263-.001l-.263.001m.538-.081c-.107.155-.22.306-.341.45.022.52.048 1.039.059 1.559.265.143.541.272.78.458.359.302.569.734.774 1.147.21-.517.431-1.03.631-1.55-.059-.197-.036-.397.014-.593-.434-.674-1.001-1.55-1.918-1.471m.809.005c.559.383.966.934 1.298 1.514.408-.463.838-.907 1.231-1.385-.821-.241-1.687-.077-2.53-.13m2.466.507l.086.01.126-.23c-.166-.024-.238.049-.212.221m-.083.091l.083-.091-.083.091m-.716 1.069c.857.221 1.706.461 2.561.686-.32-.748-.73-1.478-1.363-2.006-.398.44-.792.886-1.198 1.32m.64-.984c-.08.082-.08.082 0 0l.077-.085-.077.085m-.812.931c.247-.205.469-.442.638-.716a1.5 1.5 0 0 0-.638.716m-.192-.014c-.236.048-.137.428.094.346.238-.043.126-.415-.094-.346m.292.206l.108.221c.374.143.769.233 1.165.292l-.126-.215a6.49 6.49 0 0 0-1.147-.298m-2.754.391c-.054.163.008.217.187.163.055-.16-.006-.214-.187-.163m1.718 1.565c.084.456.27.893.342 1.354.199.767.192 1.562.23 2.348.36.005.72.005 1.078-.029.006.065.008.131.01.197-.361-.028-.724-.024-1.086-.023a18.043 18.043 0 0 1-.101 1.576c.334.346.667.691 1.009 1.028l.188-.227c.086-.726.239-1.476.1-2.201.106-.074.214-.144.32-.217-.088-.127-.289-.222-.259-.407-.004-.722-.046-1.451-.184-2.16a9.483 9.483 0 0 1-.205-.196c-.251.257-.506.51-.726.794l-.11-.162c.294-.241.559-.521.776-.835.118.073.228.154.334.244.047-.11.09-.223.134-.335-.484.136-.337-.383-.413-.641-.167-.647-.319-1.321-.69-1.888-.27.583-.522 1.176-.748 1.778m1.03-1.617c.299.698.499 1.434.658 2.177.245-.247.518-.464.757-.719l.164.113a4.42 4.42 0 0 0-.803.698c.409.018.706-.391.944-.677l-.019-.071c-.19-.319.302-.458.455-.679.095-.007.191-.014.287-.023-.254.211-.588.38-.686.721.367-.133.592-.5.936-.65l.006.11c-.528.478-1.093.913-1.61 1.404l.42.046c-.204.128-.449.089-.676.098.329.31.8.371 1.219.484l-.155-.257-.286-.004.126-.181c.532.247 1.12.338 1.648.596-.103-.81-.326-1.596-.498-2.392a7.353 7.353 0 0 1-.422-.024l.055.038c-.761-.462-1.693-.506-2.52-.81m1.335.024l.104.23c.4.104.835.372 1.24.158-.425-.197-.884-.307-1.344-.389M9.604 7.499c.331-.186.782-.464.77-.888-.301.246-.685.48-.77.888m1.41-.753a17.31 17.31 0 0 1-.445.08 4.706 4.706 0 0 1-.791.786 4.62 4.62 0 0 1-.456 1.079 3.966 3.966 0 0 1-.26 1.127c.007.394-.024.791-.142 1.168.032.566.036 1.136-.001 1.703.118.384.132.785.157 1.182.11.37.215.744.251 1.129a5.3 5.3 0 0 1 .451 1.081c.194.164.38.337.578.498l-.132.139a2.817 2.817 0 0 0-.572-.556c-.048.413.402.612.636.882.102-.113.205-.223.316-.326-.005.119-.016.355-.02.474l.338-.03-.3-.307c.511.244.832-.259 1.12-.583-.269.001-.569-.03-.721-.283-.467-.677-.587-1.519-.707-2.315-.188-1.668-.157-3.386.272-5.017.164-.556.431-1.29 1.136-1.27-.211-.239-.436-.47-.708-.641m-3.03.016c-.268.679-.448 1.39-.583 2.106.292.474.733.812 1.146 1.174l.122-.256a2.442 2.442 0 0 1 .276-1.212l.054-.397c-.28-.462-.516-.949-.823-1.394l-.192-.02M16.111 7c.073.056.073.056 0 0M9.089 8.641c.35-.266.461-.731.532-1.142-.385.227-.472.734-.532 1.142m2.273-.878c-.288.253-.4.641-.514.995-.335 1.208-.392 2.477-.353 3.724.048.961.146 1.936.484 2.844.113.266.239.577.534.685.275-.115.39-.408.5-.661.296-.763.406-1.584.472-2.396.083-1.259.047-2.536-.218-3.773-.106-.445-.223-.905-.488-1.285-.097-.121-.274-.299-.416-.132M8.806 9.775c.354-.241.336-.767.336-1.153-.306.299-.31.756-.336 1.153m-1.494-.673l.053.352c-.217.661-.175 1.375-.22 2.063.142.114.269.244.384.384.301.002.601.002.902.002-.014-.563.079-1.12.109-1.68-.394-.391-.889-.682-1.229-1.121m6.817.107c.107.755.194 1.516.182 2.279a7.258 7.258 0 0 1 1.097-.81c.289-.253.602-.475.913-.701-.72-.287-1.47-.486-2.192-.768m1.279.239c.365.217.773.349 1.186.437l.011-.158c-.38-.133-.779-.409-1.196-.278m-6.776 1.494c.408-.223.248-.787.263-1.164-.305.308-.216.773-.263 1.164m6.897-.053c.418-.128.761-.416 1.082-.701l-.049-.168c-.379.234-.834.448-1.033.869m1.278-.682c-.342.31-.718.582-1.112.822-.341.293-.707.554-1.079.806.355.16.708.326 1.045.524.415.198.899.322 1.212.68.007-.944.037-1.891-.066-2.833m-1.535.717c-.272.187-.55.371-.788.6l.022.18c.37-.186.698-.444 1.016-.707a9.258 9.258 0 0 1-.113-.161l-.137.088m-6.668.144c-.04.488-.055.991 0 1.477l.166.166a9.385 9.385 0 0 0 .002-1.651l-.168.008m-1.466.744c-.133.113-.02.469.173.325.146-.113.019-.458-.173-.325m7.232.159c.3.343.751.488 1.165.648-.179-.438-.75-.55-1.165-.648m-6.848.07a2.095 2.095 0 0 1-.378.403c.03.709.098 1.415.204 2.117l.326.074.893-.956c-.049-.547-.107-1.092-.145-1.639l-.9.001m6.793.14c.001.736-.065 1.47-.176 2.197.721-.443 1.519-.744 2.272-1.129-.685-.383-1.424-.661-2.095-1.068m1.206.382c.328.306.754.478 1.174.619a.342.342 0 0 0-.202-.28c-.308-.149-.613-.364-.972-.34m-6.9.184c.022.384.061.768.139 1.146l.167-.222c-.058-.314.066-.774-.306-.924m8.042.501c-.067.197-.007.269.181.216.07-.198.01-.27-.181-.216m-1.046.523l-.056.14.013.091c.367-.15.787-.266 1.042-.592-.36.029-.678.211-.998.36m-2.831-.096c-.096.653-.25 1.296-.47 1.919.296.556.468 1.188.876 1.679.328-.706.527-1.462.688-2.22-.202-.575-.683-.955-1.093-1.378m1.7 1.031a6.089 6.089 0 0 1-.511-.166 15.36 15.36 0 0 1-.179.182c.169.233.352.104.527-.047.619.602 1.236 1.208 1.889 1.777.316-.93.481-1.904.587-2.879-.754.41-1.548.739-2.312 1.132m-6.901.279c-.013-.05-.04-.152-.052-.203a5.575 5.575 0 0 0-.126-.006c.118.889.395 1.752.743 2.576l.325-.08c.218-.478.448-.952.666-1.429a5.44 5.44 0 0 1-.215-.715c-.198-.409-.265-.866-.281-1.316-.386.358-.732.794-1.061 1.174m1.197-1.029c.037.376.114.749.247 1.103.202-.175.103-.43.058-.648-.056-.176-.066-.421-.305-.455m5.453.513c.276.149.528-.068.778-.167.106-.08.324-.074.328-.242a4.443 4.443 0 0 0-.139-.068 6.285 6.285 0 0 0-.966.478m-.228.594a9.668 9.668 0 0 1-.626 2.128c.479-.113.995-.396 1.489-.196l-.157.193c.218-.038.438-.078.655-.128.047-.266.5.061.235.094-.671.126-1.333.294-1.998.451.407.433.842.838 1.265 1.255.486-.475.79-1.085 1.103-1.678-.064-.109-.131-.216-.192-.325l.313.028-.33-.128c-.277-.001-.616.271-.86.128.13-.218.552-.138.775-.247-.502-.485-.99-.988-1.54-1.42l.112-.168c.272.287.526.637.924.754-.173-.368-.518-.601-.797-.882-.124.049-.247.096-.371.142m-4.915-.013c.049.408.132.924.53 1.133-.082-.408-.197-.854-.53-1.133m6.138.73l-.056.156c.268.302.552.611.922.788-.137-.422-.536-.678-.865-.944m-4.337 1.482c0 .607-.002 1.214.001 1.822.085.108.169.217.252.328.967-.137 1.536-1.072 1.91-1.885l.106.181.229-.19-.224-.259-.108.251c-.28-.575-.539-1.158-.816-1.734-.278.622-.677 1.247-1.35 1.487m-2.322.408l-.178.167c.371.622.845 1.272 1.567 1.495.292.11.617-.065.896.102-.205-.674-.066-1.391-.102-2.084-.209-.09-.421-.172-.626-.269-.389-.272-.637-.685-.912-1.061-.214.55-.612 1.045-.646 1.65m4.809-.265c.461.078.924-.092 1.348-.258-.449-.18-.948.049-1.348.258m-5.085.059c-.131.383.403-.034 0 0m5.116.318c.038.151.131.214.276.19.119-.14-.217-.398-.276-.19m-1.666 1.613c.935-.107 1.95.204 2.815-.268a41.456 41.456 0 0 0-1.381-1.369c-.422.59-.792 1.25-1.434 1.637m1.942-1.424c-.037.158.168.376.329.338.042-.16-.133-.305-.268-.356l-.061.018m.391.363c.146.313.414.548.71.716a2.388 2.388 0 0 0-.71-.716z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--snow-chains--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M9.006.378a12.053 12.053 0 0 1 8.168.798 12.042 12.042 0 0 1 5.708 5.821 12.02 12.02 0 0 1 .462 8.792 11.996 11.996 0 0 1-4.891 6.27 11.872 11.872 0 0 1-6.808 1.897c-3.276-.062-6.474-1.585-8.638-4.038C1.221 17.92.179 15.314-.001 12.647v-1.289c.139-2.041.745-4.062 1.858-5.786C3.464 3.017 6.07 1.1 9.005.377M10.49 3.32c-2.726.443-5.165 2.279-6.38 4.753a8.824 8.824 0 0 0-.42 6.815 8.74 8.74 0 0 0 2.351 3.562 8.778 8.778 0 0 0 12.034-.142c2.416-2.264 3.323-5.956 2.251-9.086a8.824 8.824 0 0 0-4.644-5.214c-1.606-.76-3.446-.977-5.192-.688z"/><path fill="#fff" d="M10.49 3.32c1.746-.289 3.587-.072 5.192.688 2.177 1 3.9 2.936 4.644 5.214 1.072 3.131.164 6.822-2.251 9.086a8.778 8.778 0 0 1-12.034.142 8.734 8.734 0 0 1-2.351-3.562 8.824 8.824 0 0 1 .42-6.815c1.216-2.474 3.654-4.31 6.38-4.753m-.543 1.979c-.551.119-.888.611-1.271.979-.343.304-.43.77-.595 1.177.362.066.574.419.925.509.215.066.454.108.583.312.224.343.649.374 1.006.487-.343.092-.732.079-1.004.34-.38.383-.972.246-1.418.508.082.044.163.088.247.128.17-.07.346-.126.526-.167-.235.272-.587.379-.902.109l.162.33a9.526 9.526 0 0 0-.155-.253l-.184.175c.044-.353.072-.708.098-1.062.022-.443.209-.88.068-1.322-.301.503-.289 1.112-.266 1.679-.034.611-.199 1.207-.221 1.819-.04.834-.054 1.669-.035 2.504.014.7.247 1.366.41 2.039.106.391.164.811.426 1.136.148.607.778.82 1.142 1.264 1.116.64 2.461.556 3.706.548.372-.048.904.082 1.044-.388l.21.038c.364-.317.822-.542 1.07-.974.265-.449.63-.856.75-1.375.439-1.436.487-2.951.576-4.44.03-.72.142-1.472-.119-2.166-.227-.619-.283-1.309-.66-1.867-.203-.628-.61-1.153-1.1-1.582-.449-.316-1.02-.317-1.537-.43-1.151-.13-2.348-.44-3.482-.056z"/><path fill="#fff" d="M10.673 5.455c.673-.019 1.362-.07 2.026.074-.464.08-.68.505-1.048.725-.11-.12-.199-.256-.295-.385a2.675 2.675 0 0 1-.683-.414zM9.148 6.03c.29-.218.612-.396.928-.576.187-.06.323.116.457.212.295.247.605.479.877.752-.37.028-.778-.056-1.102.167-.331.23-.754.115-1.123.215-.27.108-.53.245-.826.271.245-.361.514-.704.788-1.042zM12.995 5.548c.067.079.067.079 0 0zM12.464 6.06c.31-.347.808-.365 1.219-.522.077.626.131 1.279-.005 1.9-.181.064-.374.085-.554.154-.208.163-.308.42-.456.632-.349-.587-.632-1.222-.772-1.892l.377-.097v-.389c.065.071.128.143.191.215zM14.016 5.567c.564.318 1.297.588 1.495 1.272.02.487-.236.932-.466 1.345-.154-.157-.28-.336-.413-.509-.21-.086-.421-.166-.634-.245-.007-.622-.059-1.244.017-1.864z"/><path fill="#fff" d="M10.583 6.719c.025-.161.114-.193.266-.098-.028.161-.116.193-.266.098z"/><path fill="#fff" d="M10.858 6.881c.211-.071.408-.178.613-.263a11 11 0 0 1-.358.524l.169.13-.193-.044c-.092.473-.362.888-.398 1.375-.307-.366-.695-.653-1.192-.67a3.135 3.135 0 0 0-.658-.683c.336-.017.702.023 1-.17.304-.2.679-.124 1.016-.199zM11.67 6.695c.34.526.637 1.104.737 1.727-.037.481-.272.926-.338 1.406-.4-.335-.815-.677-1.092-1.124.046-.328.24-.632.277-.971.16-.337.325-.673.416-1.038z"/><path fill="#fff" d="M9.186 7.051c.01-.16.289-.196.395-.103-.008.163-.289.198-.395.103zM15.25 8.398c.077-.436.271-.84.442-1.246.343.606.667 1.261.721 1.961-.166.416-.547.697-.907.938-.024-.276-.029-.552-.062-.826-.074-.274-.264-.532-.193-.828zM8.788 7.562c.112-.098.362.042.282.19-.112.09-.367-.041-.282-.19z"/><path fill="#fff" d="M13.235 8.059c.216-.2.475-.506.802-.328.424.287.913.607 1.001 1.156.047.6.341 1.166.268 1.776-.125.58.185 1.153-.004 1.734l.367.164c-.041-.2-.283-.569.065-.618.277-.05.572-.05.839.052.026.727-.097 1.47-.199 2.195-.325-.36-1.014-.707-.809-1.285l.094-.305-.305.115.005-.229-.1.018c-.008.559.048 1.158-.301 1.64l.235-.144.077.133c.232.047.062-.444.16-.587.346.317.791.616.923 1.09-.116.638-.404 1.218-.704 1.787-.193-.671-.785-1.381-.37-2.081l-.061-.056-.223-.071c-.067.402-.133.835-.461 1.118l.174.139c-.08.071-.241.211-.323.281l.004-.311c-.182.095-.332.38-.57.304-.318-.018-.509-.296-.75-.463-.685-.439-.77-1.35-.764-2.09.031-.835-.164-1.706.156-2.506.2-.505-.066-1.102.266-1.568.218-.332.169-.808.51-1.06zM13.108 7.8c.06.083.06.083 0 0zM14.564 7.844c.034.034.034.034 0 0zM9.906 8.207c.115-.096.353.06.26.202-.115.104-.347-.062-.26-.202zM10.58 9.024c-.143.379-.257.779-.096 1.175-.077.193-.173.382-.223.584.067.26.157.515.21.779-.223-.16-.424-.348-.629-.528-.257-.253-.689-.103-.941-.371-.277-.264-.65-.358-1-.488.248-.059.505-.088.75-.163.256-.102.442-.326.698-.43.232-.073.478-.079.71-.144.202-.097.348-.276.52-.414zM10.843 8.98c.444.313.823.703 1.214 1.078-.012.514-.022 1.027-.032 1.541-.488.007-.982.041-1.466-.047.197-.424.276-.875.176-1.336.186-.395.155-.815.108-1.236z"/><path fill="#fff" d="M15.245 9.157c.167-.023.199.268.094.354-.163.016-.206-.268-.094-.354zM10.589 9.623c.064.076.064.076 0 0zM15.542 10.44c.208-.412.581-.702.918-1.002.114.773.13 1.554.148 2.333-.361.001-.726 0-1.082-.067.174-.415.136-.842.017-1.264zM7.775 10.396c.302.382.754.535 1.202.662.366.318.739.632 1.236.715-.631-.026-1.051.504-1.633.64-.298.091-.523.316-.772.491-.023-.835-.064-1.672-.034-2.508zM10.463 10.644c.193-.054.253.017.18.214-.196.052-.256-.019-.18-.214z"/><path fill="#fff" d="M15.467 11.201c-.148-.092-.148-.181-.001-.268.149.088.149.178.001.268zM10.627 11.864c.425-.097.859-.023 1.288.005.041.485.079.973.047 1.459-.328.424-.734.781-1.135 1.135a4.235 4.235 0 0 0-.114-1.259c-.008-.448-.061-.893-.085-1.34zM9.11 12.491a1.57 1.57 0 0 0 1.232-.596c-.094.606.14 1.187.074 1.789.029.301.162.583.21.882-.355-.27-.678-.634-1.15-.685-.365-.029-.523-.419-.847-.536-.247-.091-.508-.14-.758-.216.467-.095.946-.23 1.238-.637z"/><path fill="#fff" d="M10.458 12.514c.395-.007-.156.376 0 0zM8.447 12.589c.19-.104.248.202.062.235-.19.097-.241-.194-.062-.235zM7.802 13.339c.295.23.568.527.955.588.324.05.584.256.804.487a50.276 50.276 0 0 0-.106-.415c.278.032.516.173.703.377-.206-.076-.344-.038-.416.113.26.077.53.122.791.2-.277.175-.601.282-.841.514-.192.184-.401.356-.666.421.092.049.185.098.278.145-.079.116-.176.24-.13.39.169-.178.328-.362.47-.562l.427-.126c-.1-.061-.198-.121-.298-.18.104-.071.314-.21.419-.281l-.054.385c.146-.176.29-.355.432-.535.06.55.326 1.031.486 1.549l.142-.228.274.346c-.126-.01-.251-.034-.377-.042l.312.506c-.263-.113-.504-.3-.797-.322-.682-.029-1.315-.313-1.998-.338l.397-.125a.953.953 0 0 1-.107-.473c-.15.167-.305.33-.461.492-.095-.392-.182-.787-.346-1.158-.24-.544-.22-1.151-.295-1.729z"/><path fill="#fff" d="M8.156 13.37c.323.022.618.173.785.456-.311-.052-.604-.188-.785-.456zM10.566 13.838c-.104-.145-.073-.227.092-.242.103.145.073.226-.092.242zM10.885 14.881c.227-.55.724-.932 1.182-1.286.05.436.256.844.278 1.28-.089.69-.406 1.327-.714 1.944-.184-.67-.589-1.256-.746-1.938zM11.801 17.162c.136-.712.464-1.373.788-2.016.13.178.232.38.392.534.178.077.37.112.548.187.138.661.076 1.348.05 2.017.022.194-.133.308-.263.42l-.112-.264c-.09.112-.178.227-.266.341a7.489 7.489 0 0 1-.11-.506l-.362-.234c-.146.074-.299.149-.472.14.109-.084.22-.168.33-.25-.18-.112-.406-.181-.524-.37zM14.91 15.167c.269.508.611 1.051.588 1.64a4.692 4.692 0 0 1-1.184 1.142l.126.164c-.215.02-.431.043-.646.065a9.98 9.98 0 0 1 .107-2.225c.193-.126.448-.091.654-.191.174-.16.247-.394.355-.596zM10.831 15.391c.144-.083.293.163.191.274-.146.085-.284-.164-.191-.274z"/><path fill="#fff" d="M12.982 15.396c.168-.038.233.025.194.19-.168.04-.233-.024-.194-.19zM15.978 15.992c.074.065.074.065 0 0zM8.587 16.549c.563.244 1.195.202 1.759.442.33.136.692.125 1.039.173-.383.307-.748.641-1.154.918-.372-.325-.966-.457-1.129-.966l-.152.163a17.09 17.09 0 0 0-.215-.18l.204-.164a9.778 9.778 0 0 1-.352-.385z"/><path fill="#fff" d="M9.17 16.556c.11-.088.391-.052.406.109-.112.078-.396.054-.406-.109zM10.487 16.824c.15-.098.241-.068.276.089-.15.1-.241.071-.276-.089zM10.753 18.115c.293-.29.632-.528.976-.752.103.425.476.586.85.716-.569.36-1.211.042-1.825.036z"/><path fill="#2b2728" d="M9.947 5.299c1.134-.384 2.332-.073 3.482.056.517.113 1.088.114 1.537.43.491.428.898.954 1.1 1.582.377.558.433 1.248.66 1.867.26.694.149 1.446.119 2.166-.089 1.489-.137 3.004-.576 4.44-.12.52-.485.926-.75 1.375-.248.432-.707.658-1.07.974l-.21-.038c-.14.469-.672.34-1.044.388-1.244.007-2.59.091-3.706-.548-.365-.444-.995-.656-1.142-1.264-.262-.325-.32-.745-.426-1.136-.163-.673-.396-1.339-.41-2.039-.019-.835-.005-1.67.035-2.504.022-.612.187-1.208.221-1.819-.023-.566-.035-1.176.266-1.679.14.443-.047.88-.068 1.322-.026.354-.054.709-.098 1.062l.184-.175c.053.084.104.168.155.253l-.162-.33c.316.27.667.163.902-.109a3.35 3.35 0 0 0-.526.167 6.38 6.38 0 0 1-.247-.128c.446-.262 1.038-.125 1.418-.508.272-.26.661-.247 1.004-.34-.356-.113-.781-.144-1.006-.487-.13-.204-.368-.246-.583-.312-.352-.09-.563-.443-.925-.509.166-.407.252-.874.595-1.177.383-.368.72-.86 1.271-.979m.726.155c.204.175.437.307.683.414.096.13.185.265.295.385.367-.22.583-.644 1.048-.725-.664-.144-1.352-.094-2.026-.074m-1.525.575a14.3 14.3 0 0 0-.788 1.042c.295-.026.556-.163.826-.271.37-.1.792.016 1.123-.215.324-.223.732-.139 1.102-.167-.272-.274-.582-.505-.877-.752-.134-.096-.27-.272-.457-.212-.316.18-.637.358-.928.576m3.846-.483c.067.079.067.079 0 0m-.531.512a9.484 9.484 0 0 0-.191-.215v.389l-.377.097c.139.671.422 1.306.772 1.892.148-.212.248-.469.456-.632.18-.068.373-.09.554-.154.136-.62.082-1.273.005-1.9-.412.157-.91.175-1.219.522m1.552-.492c-.076.619-.024 1.242-.017 1.864.212.079.424.158.634.245.133.173.259.352.413.509.229-.413.486-.858.466-1.345-.198-.684-.931-.954-1.495-1.272m-3.434 1.151c.15.095.239.062.266-.098-.152-.095-.241-.062-.266.098m.275.162c-.337.076-.713-.001-1.016.199-.298.193-.664.154-1 .17.248.197.478.419.658.683.497.017.884.304 1.192.67.036-.487.306-.902.398-1.375l.193.044a19.118 19.118 0 0 1-.169-.13c.122-.173.245-.346.358-.524-.205.085-.402.192-.613.263m.811-.186c-.091.365-.257.701-.416 1.038-.037.338-.232.643-.277.971.277.448.692.79 1.092 1.124.066-.48.301-.925.338-1.406-.1-.623-.397-1.201-.737-1.727m-2.484.356c.106.095.386.06.395-.103-.106-.092-.385-.056-.395.103m6.064 1.347c-.071.296.119.554.193.828.034.274.038.55.062.826.36-.241.742-.522.907-.938-.054-.7-.378-1.355-.721-1.961-.17.406-.365.81-.442 1.246m-6.461-.837c-.085.149.17.28.282.19.08-.148-.17-.288-.282-.19m4.447.497c-.341.252-.292.727-.51 1.06-.332.467-.066 1.063-.266 1.568-.32.799-.125 1.67-.156 2.506-.006.74.079 1.651.764 2.09.241.167.432.445.75.463.238.077.388-.209.57-.304l-.004.311c.082-.07.242-.21.323-.281l-.174-.139c.328-.283.394-.716.461-1.118l.223.071.061.056c-.415.7.176 1.41.37 2.081.3-.569.588-1.148.704-1.787-.132-.474-.577-.773-.923-1.09-.097.143.072.634-.16.587a7.856 7.856 0 0 0-.077-.133l-.235.144c.349-.482.293-1.081.301-1.64l.1-.018-.005.229.305-.115-.094.305c-.205.578.484.925.809 1.285.102-.725.226-1.468.199-2.195-.266-.102-.562-.102-.839-.052-.348.049-.106.418-.065.618a29.498 29.498 0 0 0-.367-.164c.188-.581-.121-1.154.004-1.734.073-.61-.221-1.176-.268-1.776-.088-.548-.577-.869-1.001-1.156-.326-.179-.586.127-.802.328m-.125-.259c.06.083.06.083 0 0m1.456.044c.034.034.034.034 0 0m-4.658.363c-.086.139.145.306.26.202.092-.142-.145-.298-.26-.202m.674.817c-.172.138-.318.317-.52.414-.233.065-.479.071-.71.144-.257.103-.443.328-.698.43-.245.076-.502.104-.75.163.349.131.722.224 1 .488.252.268.684.118.941.371.205.18.406.368.629.528-.053-.264-.143-.518-.21-.779.05-.203.146-.391.223-.584-.161-.396-.047-.796.096-1.175m.262-.044c.047.421.078.841-.108 1.236.1.461.02.912-.176 1.336.485.088.978.054 1.466.047.011-.514.02-1.027.032-1.541-.391-.374-.77-.764-1.214-1.078m4.402.177c-.113.086-.07.37.094.354.106-.086.073-.377-.094-.354m-4.656.466c.064.076.064.076 0 0m4.953.817c.119.421.157.848-.017 1.264.356.067.721.068 1.082.067-.018-.779-.034-1.56-.148-2.333-.337.3-.71.59-.918 1.002m-7.766-.044c-.03.836.011 1.673.034 2.508.248-.175.474-.4.772-.491.582-.136 1.002-.666 1.633-.64-.497-.083-.87-.397-1.236-.715-.449-.127-.9-.281-1.202-.662m2.687.248c-.076.194-.016.265.18.214.073-.197.013-.268-.18-.214m5.004.557c.148-.09.148-.18-.001-.268-.146.086-.146.175.001.268m-4.84.663c.024.448.077.893.085 1.34.097.414.143.834.114 1.259.401-.354.808-.712 1.135-1.135.032-.486-.006-.974-.047-1.459-.428-.028-.863-.102-1.288-.005m-1.516.627c-.293.407-.772.542-1.238.637.251.076.511.125.758.216.324.118.482.508.847.536.472.052.794.415 1.15.685-.048-.299-.181-.581-.21-.882.066-.602-.168-1.183-.074-1.789a1.565 1.565 0 0 1-1.232.596m1.347.024c-.156.376.395-.007 0 0m-2.011.075c-.179.041-.127.332.062.235.186-.034.127-.34-.062-.235m-.645.75c.076.578.055 1.186.295 1.729.163.371.251.766.346 1.158.156-.162.311-.325.461-.492a.955.955 0 0 0 .107.473l-.397.125c.683.025 1.316.31 1.998.338.293.022.534.209.797.322l-.312-.506c.126.008.251.032.377.042l-.274-.346-.142.228c-.16-.518-.426-1-.486-1.549-.142.18-.286.359-.432.535l.054-.385c-.104.071-.314.21-.419.281.1.059.198.119.298.18l-.427.126a5.36 5.36 0 0 1-.47.562c-.047-.15.05-.274.13-.39-.094-.047-.186-.096-.278-.145.265-.065.474-.238.666-.421.24-.232.564-.338.841-.514-.26-.078-.53-.124-.791-.2.072-.151.21-.188.416-.113A1.131 1.131 0 0 0 9.457 14l.106.415c-.22-.232-.48-.437-.804-.487-.388-.061-.66-.358-.955-.588m.352.03c.181.268.474.404.785.456-.167-.283-.462-.434-.785-.456m2.41.468c.166-.017.196-.097.092-.242-.166.016-.197.097-.092.242m.319 1.043c.157.682.563 1.268.746 1.938.308-.617.625-1.254.714-1.944-.023-.437-.228-.845-.278-1.28-.458.354-.955.737-1.182 1.286m.916 2.281c.119.188.344.258.524.37-.11.082-.221.166-.33.25.173.008.325-.066.472-.14l.362.234c.032.169.066.338.11.506.089-.114.176-.229.266-.341l.112.264c.13-.112.284-.226.263-.42.025-.67.088-1.356-.05-2.017-.179-.076-.371-.11-.548-.187-.161-.154-.263-.356-.392-.534-.324.643-.653 1.304-.788 2.016m3.108-1.996c-.108.203-.181.437-.355.596-.206.1-.461.065-.654.191a9.98 9.98 0 0 0-.107 2.225l.646-.065-.126-.164c.46-.3.862-.704 1.184-1.142.023-.589-.319-1.133-.588-1.64m-4.079.223c-.094.109.044.359.191.274.102-.11-.047-.356-.191-.274m2.151.005c-.038.166.026.229.194.19.038-.164-.026-.228-.194-.19m2.996.596c.074.065.074.065 0 0m-7.391.557c.113.131.23.259.352.385l-.204.164.215.18.152-.163c.163.509.757.641 1.129.966.407-.277.772-.611 1.154-.918-.347-.048-.709-.037-1.039-.173-.564-.24-1.196-.198-1.759-.442m.583.008c.01.163.294.187.406.109-.014-.161-.295-.197-.406-.109m1.317.268c.035.16.126.188.276.089-.035-.157-.126-.187-.276-.089m.266 1.291c.614.006 1.256.324 1.825-.036-.373-.131-.746-.292-.85-.716-.343.224-.683.462-.976.752z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--snowmobiles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03a7d1" d="M10.985 0h2.018c2.89.27 5.69 1.572 7.686 3.697 1.923 1.983 3.09 4.654 3.31 7.397v2.1c-.149.428-.086.891-.254 1.313-.441 1.683-1.163 3.31-2.26 4.674a11.984 11.984 0 0 1-5.887 4.052 11.947 11.947 0 0 1-7.528-.193A11.986 11.986 0 0 1 .2 11.562c.036-2.317.753-4.63 2.083-6.532l.048-.185C4.353 2.088 7.592.308 10.985.001m2.247 7.469c.104.31.453.367.736.358.102.543-.08 1.204-.513 1.562-.659.135-1.343-.404-2.004-.114-.58.382-.518 1.209-.985 1.677.015-1.016.343-2.028.197-3.044l-.109.07c-.363.725-.458 1.547-.651 2.326-1.537.378-2.895 1.354-3.785 2.657-.249.383-.573.763-.645 1.224.729.579 1.774.485 2.607.85.105.213.003.531-.267.536-.809.155-1.648.312-2.472.197-.458-.05-.772-.417-1.17-.599.216.645.919.987 1.525 1.183 1.754.174 3.529.178 5.286.067l.097-.1c-.772-.265-1.594-.359-2.354-.653-.237-.081-.137-.367-.083-.536.858-.016 1.704.211 2.551.329.417.095.96.047 1.214.465.326.524 1.017.507 1.558.551 1.823.037 3.652.067 5.474-.015.697-.019.785-.931.565-1.431-.587-.834-.277-1.915-.577-2.838-.043-.171-.255-.177-.395-.206-.899-.088-1.804-.046-2.707-.057.218-.297.536-.618.429-1.023-.184-.914-.621-1.757-1.109-2.543-.216-.371-.563-.646-.764-1.025-.119-.293-.033-.621-.109-.923-.086-.29-.394-.448-.669-.504-.75.01-1.072.946-.871 1.561z"/><path fill="#03a7d1" d="M11.11 10.715c.136-.3.174-.677.453-.885.204.097.373.331.623.287.625-.084 1.262.382 1.867.127l.17-.251c.168.24.107.543.114.817-.615.039-1.265-.089-1.85.147-.569.464-.622 1.261-.943 1.878-.319-.072-.443-.413-.589-.667-.255-.475.011-.99.155-1.453zM12.985 11.859c.264.013.554.037.787.163-.149.569-.401 1.109-.471 1.697-.267.107-.56-.081-.81-.178-.337-.163-.151-.563.004-.789.197-.278.307-.618.49-.893z"/><path fill="#fff" d="M0 11.105a12.25 12.25 0 0 1 2.331-6.26l-.048.185C.953 6.932.236 9.245.2 11.562a11.962 11.962 0 0 0 2.241 7.204A11.98 11.98 0 0 0 8.07 23.04c2.4.876 5.086.94 7.528.193a11.984 11.984 0 0 0 5.887-4.052c1.097-1.364 1.82-2.992 2.26-4.674-.303 1.578-.988 3.091-1.916 4.414-2.028 2.917-5.402 4.819-8.93 5.079h-1.775a12.37 12.37 0 0 1-3.581-.832c-2.876-1.138-5.275-3.44-6.524-6.272-.574-1.261-.895-2.617-1.02-3.996v-1.796z"/><path fill="#fff" d="M13.232 7.47c-.201-.615.121-1.55.871-1.561.276.056.583.215.669.504.076.302-.01.63.109.923.202.378.549.654.764 1.025.488.786.924 1.629 1.109 2.543.107.405-.211.726-.429 1.023.903.011 1.808-.03 2.707.057.14.029.352.034.395.206.3.923-.01 2.004.577 2.838.22.5.132 1.412-.565 1.431-1.822.083-3.651.052-5.474.015-.541-.044-1.232-.027-1.558-.551-.254-.418-.797-.37-1.214-.465-.847-.118-1.693-.345-2.551-.329-.055.169-.155.455.083.536.761.293 1.582.387 2.354.653l-.097.1c-1.757.11-3.533.107-5.286-.067-.606-.197-1.309-.538-1.525-1.183.397.183.711.55 1.17.599.824.116 1.663-.042 2.472-.197.269-.005.372-.323.267-.536-.833-.364-1.878-.27-2.607-.85.072-.461.396-.841.645-1.224.89-1.303 2.249-2.278 3.785-2.657.193-.78.288-1.601.651-2.326l.109-.07c.146 1.016-.182 2.028-.197 3.044.467-.469.405-1.295.985-1.677.66-.29 1.345.249 2.004.114.433-.358.615-1.018.513-1.562-.283.009-.632-.048-.736-.358m-2.122 3.247c-.143.462-.41.978-.155 1.453.146.254.27.594.589.667.321-.617.375-1.415.944-1.878.585-.236 1.236-.108 1.85-.147-.008-.273.053-.577-.114-.817l-.17.251c-.604.255-1.242-.211-1.867-.127-.25.044-.419-.19-.623-.287-.279.208-.317.585-.453.885m1.874 1.144c-.183.274-.293.615-.49.893-.155.226-.34.626-.004.789.25.097.543.284.81.178.07-.588.323-1.128.471-1.697-.234-.126-.523-.15-.787-.163z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--speeding-fines-increased--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" opacity=".96" d="M0 2.4h24v19.2H0V2.4m1.135.096C.577 2.538.097 3.034.092 3.598.086 9.174.091 14.749.09 20.325c-.033.613.496 1.173 1.108 1.182 7.175.005 14.35 0 21.525.002.638.031 1.222-.539 1.188-1.181-.002-5.577.003-11.154-.002-16.73-.002-.615-.573-1.136-1.182-1.109-7.197.005-14.394-.006-21.591.006z"/><path fill="#040404" opacity=".96" d="M1.221 2.745c7.166-.009 14.332-.003 21.498-.003.511-.028.97.428.938.94v16.635c.031.511-.426.968-.936.942-7.146.002-14.294.002-21.44 0-.507.027-.966-.423-.938-.932-.002-5.548-.001-11.096 0-16.644-.03-.487.387-.94.878-.938m-.166.542a.4.4 0 0 0-.211.391c-.002 5.388 0 10.777-.002 16.165.003.21-.014.422.017.63a.4.4 0 0 0 .422.282c7.144.002 14.29.001 21.434 0a.402.402 0 0 0 .44-.437c.002-5.386 0-10.772.002-16.158-.004-.214.014-.429-.018-.64a.4.4 0 0 0-.42-.278c-7.094-.003-14.186.002-21.28-.002-.128.007-.266-.015-.385.046z"/><path fill="#040404" opacity=".96" d="M4.398 4.718c.276-.298.824-.287 1.069.046.179.23.195.53.241.806a14.47 14.47 0 0 1-.214.013c-.02-.27-.074-.585-.334-.731-.29-.18-.688.031-.764.346-.062.238-.065.521.084.727.295.294.762.298 1.062.586.226.286.235.672.196 1.018-.034.316-.211.636-.523.75-.263.053-.586.069-.786-.145-.278-.249-.347-.637-.342-.993l.2-.002c.056.283.077.63.354.792.257.194.644.09.797-.185.15-.298.171-.694-.054-.96-.284-.334-.826-.269-1.071-.65a1.229 1.229 0 0 1 .085-1.417zM18.104 4.824c.276-.366.859-.426 1.206-.126.266.243.358.61.43.948l-.222-.019c-.088-.287-.182-.618-.471-.765-.281-.171-.657-.022-.825.238-.287.4-.26.914-.308 1.381.034.517.07 1.148.551 1.459.283.196.662.02.832-.242.213-.305.233-.689.25-1.047a6.653 6.653 0 0 1-.786-.026l.009-.276c.326.002.654.001.98.002-.002.625.001 1.249-.001 1.874l-.188-.003c0-.198 0-.397-.005-.594-.118.26-.269.544-.556.646-.325.154-.713-.019-.919-.286-.298-.44-.386-.986-.382-1.507-.014-.571.05-1.186.405-1.656zM6.194 8.228c-.003-1.21 0-2.42-.002-3.63.368.01.739-.024 1.105.026.29.106.446.414.471.707.038.38.021.834-.292 1.102-.302.241-.706.169-1.064.178-.006.536-.002 1.071-.002 1.607l-.216.01m.214-3.33c.005.478-.004.956.006 1.434.323-.014.69.056.971-.142.236-.334.255-.847-.006-1.171-.277-.204-.65-.094-.97-.121zM8.184 8.223V4.598h1.538l-.008.299c-.434-.002-.868 0-1.302-.002.002.436.001.871.001 1.306.393-.001.786-.002 1.178 0l-.002.266c-.39-.01-.78.046-1.169-.004-.014.49-.01.981-.002 1.471.443-.002.887-.002 1.331 0l-.001.287H8.184zM10.182 8.224c-.001-1.209.001-2.418-.002-3.626.514.001 1.027-.001 1.541.001l-.009.298c-.442-.001-.882-.003-1.323.002v1.3c.398.005.795.002 1.193.002l-.014.291c-.38-.039-.762-.014-1.143-.029a7.002 7.002 0 0 0-.006 1.476c.442-.01.884-.003 1.326-.006v.29a406.64 406.64 0 0 0-1.562 0zM12.171 4.599c.376.007.754-.024 1.128.025.359.098.554.466.642.802.134.606.146 1.242.022 1.851-.088.366-.27.783-.666.897-.366.091-.75.034-1.124.049-.002-1.208.002-2.416-.002-3.624m.212.299V7.28c.001.222-.018.447.039.664.386-.038.888.058 1.145-.309.192-.29.231-.653.254-.992.009-.5.03-1.048-.256-1.483-.266-.383-.788-.232-1.182-.262zM14.59 8.23c-.004-1.211-.002-2.423-.002-3.634l.23.007c0 1.204-.002 2.409.001 3.613l-.229.014zM15.425 4.602l.264-.002c.438 1.041.859 2.09 1.317 3.122.03-1.041.005-2.082.013-3.123l.219-.001c-.002 1.21.001 2.42-.002 3.63l-.258-.014c-.438-1.056-.883-2.11-1.322-3.166-.018 1.061.002 2.122-.01 3.182l-.222-.017c.002-1.204.002-2.408.001-3.612zM15.104 10.066c.186-.164.464-.152.688-.09.388.187.498.643.512 1.038l-.185.01c-.045-.211-.066-.442-.209-.616-.175-.25-.596-.254-.781-.014-.261.311-.258.86.106 1.094.337.188.802.222.999.599.19.386.176.873-.01 1.258-.2.426-.812.522-1.171.249-.295-.244-.358-.656-.376-1.018l.215.003c.02.211.051.43.172.611.162.283.585.366.838.156.278-.228.278-.638.198-.958-.151-.362-.579-.403-.884-.574a.797.797 0 0 1-.45-.61c-.069-.398-.011-.884.337-1.14zM7.714 10.024c.491.002.983.001 1.474.001l.004.277c-.417.002-.834.002-1.251-.001-.014.442-.004.884-.008 1.326h1.146l-.004.302c-.381-.002-.762-.001-1.142-.002 0 .576-.002 1.151.001 1.727l-.222.005c.003-1.212 0-2.423.002-3.634zM9.624 10.018l.228.018c-.002 1.205-.002 2.409.001 3.614l-.232.01c.004-1.214-.003-2.428.003-3.642zM10.462 10.021l.26.016c.426 1.058.89 2.1 1.315 3.158.03-1.056.006-2.113.013-3.17l.222-.001c0 1.211-.002 2.422.001 3.633l-.268-.006c-.425-1.06-.882-2.106-1.317-3.162-.022 1.056-.005 2.112-.009 3.168l-.218-.002c.002-1.211 0-2.423.001-3.635zM12.817 10.025h1.533l.002.278c-.427-.002-.854.007-1.282-.007-.09.437-.022.887-.043 1.33.399.003.799 0 1.198.002l-.009.299c-.397.001-.794-.005-1.19.005.024.482-.049.974.043 1.45.437-.015.874-.005 1.311-.008l.003.282c-.523.002-1.047.002-1.57 0 .008-1.21.002-2.421.004-3.631zM6.584 15.792c.106-.221.317-.357.531-.458.205-.013.428-.049.612.068.386.198.478.665.552 1.052l-.224.005c-.06-.222-.094-.468-.254-.644-.227-.283-.725-.28-.934.024-.301.38-.338.893-.342 1.359.001.461.028.954.291 1.35.163.258.547.386.807.194.28-.196.382-.554.438-.875l.234-.054c-.068.466-.208 1.01-.66 1.245-.336.188-.77.032-.975-.275-.25-.368-.314-.822-.358-1.254-.031-.586.011-1.205.282-1.737zM15.182 15.659c.194-.358.73-.46 1.043-.201.286.213.318.594.365.918l-.211.014c-.029-.222-.05-.47-.221-.636-.13-.162-.365-.166-.551-.122-.398.182-.493.754-.251 1.096.248.269.646.286.935.492.286.178.346.549.357.859-.014.346-.094.76-.425.944a.743.743 0 0 1-.83-.012c-.342-.226-.424-.671-.428-1.054l.202-.004c.045.262.064.571.296.745.146.138.359.164.55.118.52-.214.576-1.05.106-1.351-.285-.174-.659-.196-.884-.464-.29-.378-.285-.938-.053-1.343zM3.216 15.409l.211-.002c-.002 1.208.001 2.417-.002 3.625h-.209c-.001-1.208.001-2.416-.001-3.623zM4.054 15.404l.264.011c.412 1.066.894 2.104 1.306 3.17.024-1.059.004-2.119.01-3.179l.233.003c-.001 1.206-.002 2.413 0 3.62l-.27-.003c-.43-1.059-.901-2.102-1.307-3.171-.042 1.057-.007 2.116-.018 3.174l-.218.004v-3.629zM8.75 19.039c-.006-1.21-.002-2.421-.002-3.632.37.009.743-.018 1.113.016a.672.672 0 0 1 .53.512c.104.438.073.957-.276 1.282.383.545.146 1.239.338 1.841l-.229-.021c-.13-.425-.051-.876-.129-1.308-.042-.152-.151-.337-.33-.335-.262-.018-.524-.006-.786-.009.002.545-.002 1.089.002 1.634l-.23.02m.227-3.336v1.382c.308-.014.63.041.929-.05.378-.224.396-.791.194-1.141-.286-.311-.753-.151-1.123-.191zM10.915 19.03c.006-1.207.002-2.414.003-3.622l1.534-.001-.006.298c-.431-.002-.863.001-1.294-.002v1.31c.397-.003.793-.003 1.189 0l-.002.288c-.396.002-.792.002-1.187 0 .002.482-.002.963.002 1.445.448-.002.895-.005 1.343.002l-.001.282c-.526.003-1.053.01-1.58.002zM13.601 15.414l.26-.008c.278 1.218.614 2.423.863 3.647a14.348 14.348 0 0 1-.205-.026c-.09-.378-.193-.753-.273-1.133-.35-.002-.698-.002-1.048.001-.098.379-.171.764-.274 1.142a18.086 18.086 0 0 0-.232-.017c.326-1.197.613-2.403.909-3.607m-.307 2.205c.288-.004.576-.003.864-.002-.099-.645-.305-1.268-.413-1.911-.172.632-.348 1.266-.451 1.913zM17.071 19.031v-3.624h1.545l-.005.298c-.436-.002-.872 0-1.308-.002l.001 1.31c.395-.002.791-.003 1.187 0l-.001.288c-.396.002-.792.002-1.188.001.003.481-.002.962.004 1.444.449-.001.898-.006 1.347.004l.001.275c-.528.014-1.056.003-1.583.007zM19.068 19.03c.002-1.208 0-2.415.001-3.623.423.033.876-.08 1.278.092.447.262.529.827.582 1.297.036.636.041 1.338-.32 1.89-.348.502-1.026.306-1.541.344m.224-3.326c-.002.845.007 1.69-.005 2.536l.01.504c.35-.008.741.046 1.048-.161.248-.231.319-.584.361-.907.066-.577.062-1.219-.259-1.725-.276-.35-.77-.221-1.155-.247z"/><path fill="#fff" d="M1.135 2.496c7.197-.012 14.394-.001 21.591-.006.609-.027 1.179.494 1.182 1.109.006 5.576.001 11.153.002 16.73.034.642-.55 1.212-1.188 1.181-7.174-.002-14.35.002-21.525-.002-.612-.01-1.141-.57-1.108-1.182C.091 14.75.086 9.175.091 3.599c.005-.564.485-1.059 1.043-1.102m.087.248c-.49-.002-.907.45-.878.938-.001 5.548-.002 11.096 0 16.644-.028.509.43.959.938.932 7.146.002 14.294.002 21.44 0 .51.026.967-.43.936-.942V3.682c.031-.512-.427-.968-.938-.94-7.166 0-14.332-.006-21.498.003z"/><path fill="#fff" d="M1.055 3.287c.118-.061.257-.038.385-.046 7.094.005 14.186-.001 21.28.002a.4.4 0 0 1 .42.278c.032.211.014.426.018.64-.002 5.386.001 10.771-.002 16.158a.402.402 0 0 1-.44.437c-7.145.001-14.29.002-21.434 0a.399.399 0 0 1-.422-.282c-.03-.209-.014-.421-.017-.63C.845 14.456.842 9.067.845 3.679a.4.4 0 0 1 .211-.391m3.342 1.43c-.327.386-.358.994-.085 1.417.246.382.787.316 1.071.65.226.266.204.662.054.96-.153.274-.54.379-.797.185-.278-.162-.298-.509-.354-.792l-.2.002c-.006.356.063.744.342.993.199.214.522.198.786.145.312-.114.489-.434.523-.75.039-.346.03-.732-.196-1.018-.299-.288-.766-.292-1.062-.586-.149-.206-.146-.49-.084-.727.076-.314.474-.526.764-.346.259.146.314.461.334.731l.214-.013c-.046-.276-.062-.576-.241-.806-.245-.334-.793-.345-1.069-.046m13.706.107c-.354.47-.419 1.085-.405 1.656-.004.522.083 1.067.382 1.507.206.267.594.44.919.286.287-.102.438-.386.556-.646.005.198.005.396.005.594l.188.003c.002-.625-.002-1.249.001-1.874-.326-.001-.654 0-.98-.002l-.009.276c.261.029.523.028.786.026-.017.358-.037.742-.25 1.047-.17.262-.549.438-.832.242-.482-.311-.517-.942-.551-1.459.048-.466.021-.981.308-1.381.168-.261.544-.41.825-.238.29.147.383.478.471.765l.222.019c-.072-.338-.163-.705-.43-.948-.346-.3-.93-.241-1.206.126M6.194 8.228l.216-.01c0-.536-.004-1.071.002-1.607.358-.009.762.063 1.064-.178.313-.268.33-.722.292-1.102-.025-.293-.181-.602-.471-.707-.366-.05-.737-.016-1.105-.026.002 1.21-.002 2.42.002 3.63m1.99-.005h1.564l.001-.287a147.63 147.63 0 0 0-1.331 0 34.35 34.35 0 0 1 .002-1.471c.389.05.779-.006 1.169.004l.002-.266c-.393-.002-.786-.001-1.178 0 0-.435.001-.87-.001-1.306.434.002.868 0 1.302.002l.008-.299H8.184v3.625m1.998-.001h1.562v-.29c-.442.002-.884-.005-1.326.006a7.07 7.07 0 0 1 .006-1.476c.382.015.763-.01 1.143.029.006-.097.01-.194.014-.291-.398-.001-.795.002-1.193-.002V4.9c.441-.005.882-.002 1.323-.002l.009-.298c-.514-.002-1.027 0-1.541-.001.002 1.208.001 2.417.002 3.626m1.99-3.626c.004 1.208.001 2.416.002 3.624.374-.015.758.042 1.124-.049.397-.114.578-.53.666-.897a4.492 4.492 0 0 0-.022-1.851c-.088-.336-.283-.705-.642-.802-.374-.049-.752-.018-1.128-.025M14.59 8.23l.229-.014c-.002-1.204-.001-2.409-.001-3.613a17.136 17.136 0 0 0-.23-.007c0 1.211-.002 2.423.002 3.634m.835-3.628c.001 1.204.002 2.408-.001 3.612l.222.017c.011-1.061-.009-2.122.01-3.182.438 1.056.883 2.11 1.322 3.166l.258.014c.002-1.21 0-2.421.002-3.63l-.219.001c-.008 1.041.018 2.082-.013 3.123-.458-1.032-.879-2.081-1.317-3.122l-.264.002m-.321 5.463c-.348.256-.406.742-.337 1.14.038.262.207.5.45.61.305.171.733.212.884.574.079.32.079.73-.198.958-.254.21-.677.127-.838-.156-.121-.182-.152-.4-.172-.611l-.215-.003c.018.362.081.774.376 1.018.359.274.971.177 1.171-.249.186-.385.2-.872.01-1.258-.197-.378-.662-.411-.999-.599-.363-.234-.366-.783-.106-1.094.185-.241.606-.237.781.014.143.174.164.405.209.616l.185-.01c-.014-.395-.124-.851-.512-1.038-.224-.062-.502-.074-.688.09m-7.391-.044c-.002 1.211.002 2.422-.002 3.634l.222-.005c-.002-.576-.001-1.151-.001-1.727.38.001.761 0 1.142.002l.004-.302H7.933c.004-.442-.006-.884.008-1.326.417.003.834.002 1.251.001l-.004-.277c-.491 0-.983.002-1.474-.001m1.91-.005c-.006 1.214.001 2.428-.003 3.642l.232-.01c-.002-1.205-.002-2.409-.001-3.614l-.228-.018m.838.003c-.001 1.212.002 2.424-.001 3.635l.218.002c.004-1.056-.013-2.112.009-3.168.434 1.056.892 2.102 1.317 3.162l.268.006c-.003-1.21-.001-2.422-.001-3.633l-.222.001c-.007 1.057.017 2.114-.013 3.17-.425-1.058-.89-2.1-1.315-3.158l-.26-.016m2.355.003c-.002 1.21.004 2.421-.004 3.631.523.002 1.047.002 1.57 0l-.003-.282c-.437.003-.874-.007-1.311.008-.092-.476-.019-.967-.043-1.45.397-.01.794-.004 1.19-.005l.009-.299c-.399-.002-.799.001-1.198-.002.021-.443-.047-.894.043-1.33.427.014.854.005 1.282.007l-.002-.278h-1.533m-6.233 5.767c-.271.532-.314 1.15-.282 1.737.044.433.109.886.358 1.254.205.307.639.463.975.275.452-.235.592-.779.66-1.245a19.73 19.73 0 0 1-.234.054c-.055.321-.158.679-.438.875-.26.192-.644.063-.807-.194-.263-.396-.29-.89-.291-1.35.004-.466.041-.979.342-1.359.21-.304.707-.307.934-.024.16.176.194.422.254.644l.224-.005c-.074-.387-.166-.854-.552-1.052-.184-.117-.407-.081-.612-.068-.214.101-.426.237-.531.458m8.598-.133c-.232.406-.238.965.053 1.343.225.268.599.29.884.464.47.301.414 1.137-.106 1.351-.19.046-.404.02-.55-.118-.232-.174-.251-.483-.296-.745l-.202.004c.004.382.086.828.428 1.054a.743.743 0 0 0 .83.012c.331-.184.41-.598.425-.944-.011-.31-.07-.681-.357-.859-.289-.206-.687-.223-.935-.492-.242-.342-.147-.914.251-1.096.186-.044.421-.039.551.122.171.166.192.414.221.636l.211-.014c-.047-.325-.079-.706-.365-.918-.314-.259-.849-.158-1.043.201m-11.966-.251c.002 1.207 0 2.415.001 3.623h.209c.002-1.208 0-2.417.002-3.625l-.211.002m.837-.005v3.629l.218-.004c.01-1.058-.024-2.117.018-3.174.406 1.069.877 2.112 1.307 3.171l.27.003c-.002-1.207-.001-2.414 0-3.62l-.233-.003c-.006 1.06.014 2.12-.01 3.179-.412-1.066-.894-2.105-1.306-3.17a23.293 23.293 0 0 0-.264-.011m4.696 3.635l.23-.02c-.004-.545-.001-1.089-.002-1.634.262.002.525-.009.786.009.178-.002.288.183.33.335.078.432-.002.883.129 1.308l.229.021c-.192-.602.046-1.296-.338-1.841.349-.326.38-.844.276-1.282a.672.672 0 0 0-.53-.512c-.37-.034-.742-.007-1.113-.016.001 1.211-.004 2.422.002 3.632m2.166-.009c.527.008 1.054.002 1.58-.002l.001-.282c-.448-.006-.895-.003-1.343-.002-.003-.482 0-.963-.002-1.445.395.002.791.002 1.187 0l.002-.288a78.541 78.541 0 0 0-1.189 0v-1.31c.431.003.863 0 1.294.002l.006-.298-1.534.001c-.002 1.207.003 2.414-.003 3.622m2.687-3.614c-.296 1.204-.583 2.41-.909 3.607l.232.017c.103-.378.176-.763.274-1.142.35-.003.698-.003 1.048-.001.08.38.182.755.273 1.133l.205.026c-.249-1.224-.586-2.43-.863-3.647l-.26.008m3.47 3.616c.527-.004 1.055.007 1.583-.007l-.001-.275c-.449-.01-.898-.005-1.347-.004-.006-.482-.001-.963-.004-1.444.396.001.792.002 1.188-.001l.001-.288a93.932 93.932 0 0 0-1.187 0l-.001-1.31c.436.002.872 0 1.308.002l.005-.298h-1.545v3.624m1.997 0c.514-.038 1.193.158 1.541-.344.361-.553.356-1.254.32-1.89-.054-.47-.135-1.034-.582-1.297-.402-.172-.854-.059-1.278-.092-.001 1.208.001 2.415-.001 3.623z"/><path fill="#fff" d="M6.408 4.898c.32.026.694-.083.97.121.262.324.242.837.006 1.171-.282.198-.648.129-.971.142-.01-.478-.001-.956-.006-1.434zM12.383 4.898c.394.03.917-.121 1.182.262.286.435.265.983.256 1.483-.023.339-.062.702-.254.992-.257.367-.759.271-1.145.309-.057-.217-.038-.442-.039-.664V4.898zM8.978 15.703c.37.04.838-.12 1.123.191.202.35.183.917-.194 1.141-.299.09-.621.036-.929.05v-1.382zM19.292 15.704c.386.026.879-.103 1.155.247.322.506.326 1.148.259 1.725-.042.323-.113.676-.361.907-.307.206-.698.153-1.048.161-.005-.168-.007-.336-.01-.504.012-.846.003-1.691.005-2.536zM13.294 17.618c.103-.647.279-1.281.451-1.913.108.643.314 1.266.413 1.911a41.473 41.473 0 0 0-.864.002z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stay-in-lane--g1" xmlns="http://www.w3.org/2000/svg"><path d="M2.4 0h19.2v24H2.4V0m1.219.132C3.014.141 2.5.697 2.528 1.3v21.404c-.037.635.533 1.211 1.169 1.176l16.615-.001c.637.038 1.211-.54 1.176-1.176.001-7.136.002-14.272-.001-21.408.029-.636-.544-1.198-1.177-1.166C14.746.128 9.182.121 3.619.132z"/><path d="M3.241.47c.262-.14.568-.106.854-.111C9.497.363 14.898.357 20.3.362c.518-.034.989.424.954.945 0 7.133.001 14.267-.001 21.4.032.514-.435.982-.951.94l-16.599-.001a.904.904 0 0 1-.814-.437c-.173-.273-.119-.611-.129-.917.003-6.997-.001-13.993.002-20.99A.895.895 0 0 1 3.241.47m.197.46a.41.41 0 0 0-.179.371 76333.8 76333.8 0 0 0 0 21.401c-.029.245.191.483.441.444l16.599.001c.252.045.483-.189.457-.438.002-7.139.002-14.278 0-21.417a.412.412 0 0 0-.457-.43C14.832.856 9.365.863 3.897.858c-.152.014-.328-.027-.459.072z"/><path d="M6.398 3.095c.471-.223 1.096-.252 1.514.098.176.144.279.351.387.546-.182.056-.364.112-.547.164-.212-.338-.671-.422-1.02-.262-.253.12-.267.505-.041.659.332.211.741.248 1.089.427.424.18.695.623.673 1.082.044.647-.515 1.231-1.158 1.236-.675.064-1.289-.397-1.546-.999l.594-.227c.178.394.611.689 1.052.562.394-.091.569-.654.265-.935-.4-.357-.999-.35-1.406-.697-.504-.414-.435-1.341.144-1.654zM8.775 3h2.457v.56h-.918c-.003 1.14.001 2.281-.002 3.421h-.629c-.002-1.14.001-2.281-.001-3.421h-.907V3zM12.832 3.002c.212-.002.423-.002.635 0 .452 1.327.911 2.651 1.363 3.978l-.672-.001c-.126-.373-.258-.745-.385-1.118-.416-.002-.831-.002-1.247 0-.127.373-.259.745-.385 1.118h-.672c.452-1.326.911-2.65 1.363-3.977m.32 1.112c-.132.369-.267.736-.399 1.105h.794c-.131-.369-.248-.742-.395-1.105zM14.857 3l.751-.001c.323.506.634 1.018.953 1.526.323-.508.642-1.018.967-1.524L18.265 3c-.419.671-.825 1.35-1.245 2.021-.063.115-.158.228-.136.369-.001.53.002 1.06 0 1.59h-.629c-.011-.578.017-1.158-.012-1.735-.447-.757-.925-1.497-1.386-2.245zM9.858 10.016h.641l.001 3.981h-.642v-3.981zM11.455 10.013h.626c.489.845.969 1.694 1.453 2.542 0-.847-.001-1.695.001-2.542l.624.001a2638.74 2638.74 0 0 0 0 3.979h-.556a392.995 392.995 0 0 0-1.517-2.684c-.003.894-.001 1.789-.001 2.684h-.631l.001-3.98zM5.612 17.032c.211-.001.421 0 .631.001v3.396h1.838v.583l-2.469.001v-3.981zM8.318 21.007c.457-1.329.904-2.661 1.374-3.985.206.018.431-.031.626.032.463 1.314.908 2.635 1.361 3.952l-.67.001c-.129-.372-.259-.743-.39-1.114H9.377c-.13.371-.26.742-.388 1.113l-.671.001m1.284-1.754h.793c-.128-.371-.254-.742-.387-1.111-.141.368-.272.74-.406 1.111zM12.277 17.027l.627-.001c.487.855.981 1.705 1.456 2.567-.009-.856-.003-1.711-.003-2.567l.623.001v3.98l-.554-.001c-.505-.907-1.03-1.803-1.523-2.717.008.906.002 1.812.003 2.717h-.63c0-1.326-.001-2.653.001-3.979zM15.935 17.032h2.345v.632h-1.714v.972l1.154.001v.641c-.384.002-.769.001-1.154.002l-.001 1.089c.613.002 1.226 0 1.839.001v.643c-.823 0-1.646.001-2.469-.001v-3.98z"/><path fill="#fff" d="M3.619.132C9.182.121 14.746.128 20.31.129c.633-.032 1.206.53 1.177 1.166.003 7.136.002 14.272.001 21.408.035.636-.539 1.214-1.176 1.176l-16.615.001c-.636.035-1.206-.541-1.169-1.176V1.3C2.5.697 3.014.141 3.619.132M3.241.47a.895.895 0 0 0-.479.832c-.003 6.997.001 13.993-.002 20.99.01.306-.044.644.129.917a.904.904 0 0 0 .814.437l16.599.001c.516.042.983-.426.951-.94.002-7.133.001-14.267.001-21.4.035-.521-.436-.979-.954-.945C14.898.357 9.497.363 4.095.359 3.809.364 3.503.33 3.241.47z"/><path fill="#fff" d="M3.438.93c.131-.099.307-.058.459-.072C9.365.863 14.832.856 20.299.862a.412.412 0 0 1 .457.43c.002 7.139.002 14.278 0 21.417.026.249-.205.483-.457.438L3.7 23.146c-.25.039-.47-.199-.441-.444a76333.8 76333.8 0 0 1 0-21.401.41.41 0 0 1 .179-.371m2.96 2.165c-.579.313-.648 1.24-.144 1.654.407.347 1.006.34 1.406.697.304.281.129.844-.265.935-.441.127-.874-.168-1.052-.562l-.594.227c.257.602.871 1.063 1.546.999.643-.005 1.202-.589 1.158-1.236a1.127 1.127 0 0 0-.673-1.082c-.348-.179-.757-.216-1.089-.427-.226-.154-.212-.539.041-.659.349-.16.808-.076 1.02.262.183-.052.365-.108.547-.164-.108-.195-.211-.402-.387-.546-.418-.35-1.043-.321-1.514-.098M8.775 3v.56h.907c.002 1.14-.001 2.281.001 3.421h.629c.003-1.14-.001-2.281.002-3.421h.918V3H8.775m4.057.002c-.452 1.327-.911 2.651-1.363 3.977h.672c.126-.373.258-.745.385-1.118.416-.002.831-.002 1.247 0 .127.373.259.745.385 1.118l.672.001c-.452-1.327-.911-2.651-1.363-3.978a33.603 33.603 0 0 0-.635 0M14.857 3c.461.748.939 1.488 1.386 2.245.029.577.001 1.157.012 1.735h.629c.002-.53-.001-1.06 0-1.59-.022-.141.073-.254.136-.369.42-.671.826-1.35 1.245-2.021l-.737.001c-.325.506-.644 1.016-.967 1.524-.319-.508-.63-1.02-.953-1.526L14.857 3m-4.999 7.016v3.981h.642l-.001-3.981h-.641m1.597-.003l-.001 3.98h.631c0-.895-.002-1.79.001-2.684.51.892 1.014 1.788 1.517 2.684h.556a2638.74 2638.74 0 0 1 0-3.979l-.624-.001c-.002.847-.001 1.695-.001 2.542-.484-.848-.964-1.697-1.453-2.542h-.626m-5.843 7.019v3.981l2.469-.001v-.583H6.243v-3.396c-.21-.001-.42-.002-.631-.001m2.706 3.975l.671-.001c.128-.371.258-.742.388-1.113h1.242c.131.371.261.742.39 1.114l.67-.001c-.453-1.317-.898-2.638-1.361-3.952-.195-.063-.42-.014-.626-.032-.47 1.324-.917 2.656-1.374 3.985m3.959-3.98c-.002 1.326-.001 2.653-.001 3.979h.63c-.001-.905.005-1.811-.003-2.717.493.914 1.018 1.81 1.523 2.717l.554.001v-3.98l-.623-.001c0 .856-.006 1.711.003 2.567-.475-.862-.969-1.712-1.456-2.567l-.627.001m3.658.005v3.98c.823.002 1.646.001 2.469.001v-.643c-.613-.001-1.226.001-1.839-.001l.001-1.089c.385-.001.77 0 1.154-.002v-.641l-1.154-.001v-.972h1.714v-.632h-2.345z"/><path fill="#fff" d="M13.152 4.114c.147.363.264.736.395 1.105h-.794c.132-.369.267-.736.399-1.105zM9.602 19.253c.134-.371.265-.743.406-1.111.133.369.259.74.387 1.111h-.793z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M16.917 23.937l6.986-6.986V7.048L16.917.062H7.014L.028 7.048v9.903l6.986 6.986h9.903z"/><path fill="#e22526" d="M16.721 23.398l6.643-6.643v-9.51L16.721.602h-9.51L.568 7.245v9.486l6.667 6.667zm.926-15.276h2.58c1.042 0 1.805.933 1.805 2.192 0 1.03-.448 1.89-1.126 2.156-.206.085-.485.133-.824.17h-1.308v3.513h-1.126zm1.114 3.38h1.163c.666.012.957-.339.957-1.139 0-.715-.291-1.114-.812-1.114h-1.308zm-4.764 4.833c-.703 0-1.429-.388-1.744-.945-.194-.363-.339-.824-.424-1.369a11.476 11.476 0 0 1-.121-1.72c0-1.49.23-2.786.618-3.464.315-.569.981-.921 1.72-.921.678 0 1.284.303 1.611.8.448.678.69 1.805.69 3.137 0 1.272-.206 2.556-.533 3.331-.291.654-.993 1.114-1.744 1.151zm.945-2.035c.17-.606.267-1.466.267-2.277 0-.787-.085-1.55-.242-2.108a1.299 1.299 0 0 0-.388-.666.932.932 0 0 0-.581-.194c-.424 0-.739.291-.896.848s-.279 1.587-.279 2.362c0 .545.097 1.417.23 1.974.145.642.448.945.921.945.497 0 .799-.279.969-.884zm-11.926-.473c.036.86.424 1.332 1.102 1.332.533 0 1.03-.533 1.03-1.114 0-.194-.061-.46-.145-.666-.23-.569-.557-.921-1.223-1.26-1.127-.593-1.248-.69-1.502-1.26a2.146 2.146 0 0 1-.17-.836c0-1.139.884-2.047 1.999-2.047 1.066 0 1.999.884 1.999 1.889v.085H4.992c-.061-.484-.436-.836-.896-.836-.472 0-.872.388-.872.848 0 .424.23.678.981 1.078 1.005.545 1.454.969 1.817 1.72.194.4.291.836.291 1.272 0 1.248-.981 2.253-2.192 2.253-1.296 0-2.192-.957-2.289-2.459zm5.135-4.736H6.722V8.074l4.021.012v1.005H9.289v7.062H8.15V9.091z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M1.157 1.451h21.666c.564.018 1.134.411 1.177 1.009v.17c-.046.469-.336.853-.559 1.251-3.452 5.984-6.908 11.966-10.36 17.95-.191.346-.503.633-.897.719h-.355c-.377-.077-.687-.341-.876-.671C7.467 15.843 3.983 9.805.498 3.768.288 3.409.044 3.051 0 2.625v-.156c.041-.593.597-.988 1.157-1.018m-.237.41c-.262.065-.491.277-.542.547-.061.27.057.534.186.763l10.685 18.501c.159.287.444.555.796.527.317-.018.559-.266.709-.527l10.683-18.5c.192-.303.306-.733.062-1.041-.207-.283-.583-.322-.906-.318H1.404c-.162.004-.325.008-.484.047z"/><path fill="#c0111e" d="M.999 2.288c.275-.074.565-.04.847-.047h20.75c.203.011.473-.01.591.196.087.278-.139.52-.256.753-3.509 6.071-7.015 12.144-10.52 18.217-.093.144-.182.33-.369.364-.199.028-.324-.158-.412-.305C8.059 15.283 4.489 9.099.917 2.916.782 2.726.71 2.374 1 2.289m6.487 3.468c-.03 1.218-.003 2.439-.012 3.658h-.647c-.008-.566.017-1.133-.01-1.698-.016-.309-.52-.31-.536-.002-.026.566-.002 1.133-.01 1.7-.246.001-.494-.016-.738.02-.271.091-.203.545.09.531 1.29.011 2.579.007 3.869.002.32.045.411-.468.098-.538-.519-.037-1.039-.004-1.559-.015-.001-.543.001-1.087-.001-1.631.327-.197.68-.353.993-.571.203-.164.029-.514-.221-.469-.273.098-.514.266-.771.4-.01-.463.02-.928-.012-1.391-.035-.287-.505-.281-.532.004m4.436-.046c-.04.208-.018.422-.022.633-.392.011-.786-.022-1.177.017-.281.04-.277.497.004.529.39.031.782.002 1.174.011v.574c-.391.011-.783-.021-1.174.015-.258.026-.295.44-.047.52.404.053.814.007 1.22.022l.001.673c-.368-.01-.77-.074-1.105.117-.382.233-.316.909.11 1.057.541.21 1.311.109 1.556-.488.285.096.543.25.819.365.239.051.418-.278.245-.451-.313-.244-.694-.379-1.069-.496v-.778c.321-.01.645.027.964-.021.232-.08.219-.447-.014-.516-.315-.042-.634-.011-.95-.018l-.001-.575c.324-.011.651.029.971-.024.246-.091.199-.498-.066-.52-.301-.03-.603-.009-.905-.013-.006-.221.026-.447-.034-.662-.095-.207-.432-.188-.501.028m3.9.05c-.032.724-.005 1.45-.012 2.174-.16.164-.323.325-.484.487.114-.446.316-.872.381-1.327-.087-.321-.503-.256-.759-.329-.203-.078-.469.064-.425.302.04.26.358.24.549.295-.205.673-.432 1.34-.621 2.018-.062.225.244.42.422.267.33-.287.621-.618.935-.922.011.357-.028.717.022 1.073.081.267.534.205.526-.081.025-.517-.001-1.035.01-1.552.402-.396.791-.804 1.206-1.185.033.903-.036 1.812.033 2.711.156.304.491.073.682-.063.192-.138.564-.286.414-.586-.135-.236-.398-.111-.571.001.002-.684.015-1.369-.004-2.053-.014-.424-.554-.69-.898-.441-.311.252-.571.562-.862.836-.011-.541.02-1.082-.013-1.622-.027-.287-.502-.287-.53-.002z"/><path fill="#c0111e" d="M11.111 9.234c.255-.032.517-.035.773 0l.052.129a1.431 1.431 0 0 1-.871-.002l.047-.127z"/><path fill="#fff" d="M.92 1.861c.158-.04.322-.043.484-.047h21.189c.324-.004.7.035.906.318.244.308.13.738-.062 1.041l-10.683 18.5c-.149.26-.391.509-.709.527-.352.027-.636-.24-.796-.527L.564 3.172c-.129-.229-.247-.493-.186-.763.051-.27.28-.482.542-.547m.079.426c-.289.085-.218.437-.083.627 3.572 6.183 7.142 12.367 10.713 18.55.088.147.214.333.412.305.187-.034.276-.22.369-.364 3.504-6.073 7.011-12.146 10.52-18.217.117-.233.343-.475.256-.753-.118-.206-.388-.185-.591-.196H1.845c-.281.007-.571-.026-.847.047z"/><path fill="#fff" d="M7.487 5.757c.027-.286.497-.292.532-.004.033.462.003.927.012 1.391.257-.134.498-.302.771-.4.25-.045.424.306.221.469-.313.218-.665.375-.993.571.002.543 0 1.087.001 1.631.52.011 1.04-.022 1.559.015.313.07.222.583-.098.538-1.29.005-2.579.01-3.869-.002-.293.014-.36-.44-.09-.531.244-.036.492-.019.738-.02.008-.567-.017-1.134.01-1.7.017-.309.52-.307.536.002.026.565.002 1.132.01 1.698h.647c.01-1.219-.018-2.44.012-3.658zM11.924 5.711c.069-.216.406-.236.501-.028.061.215.028.441.034.662.302.004.604-.017.905.013.265.021.312.429.066.52-.32.053-.648.013-.971.024l.001.575c.316.008.636-.024.95.018.233.069.246.436.014.516-.319.048-.644.011-.964.021v.778c.375.117.756.252 1.069.496.172.173-.006.502-.245.451-.276-.115-.535-.269-.819-.365-.245.597-1.015.698-1.556.488-.425-.148-.491-.824-.11-1.057.335-.191.737-.127 1.105-.117l-.001-.673c-.406-.015-.817.031-1.22-.022-.248-.08-.21-.495.047-.52.39-.036.782-.004 1.174-.015a54.913 54.913 0 0 1 0-.574c-.391-.01-.783.019-1.174-.011-.281-.033-.286-.49-.004-.529.391-.039.785-.006 1.177-.017.004-.211-.018-.425.022-.633m-.814 3.522a4.757 4.757 0 0 1-.047.127c.267.092.6.09.871.002l-.052-.129a2.985 2.985 0 0 0-.773 0zM15.823 5.76c.028-.286.503-.285.53.002.033.54.003 1.081.013 1.622.292-.274.551-.584.862-.836.345-.249.884.018.898.441.019.684.006 1.369.004 2.053.173-.112.437-.236.571-.001.15.301-.222.448-.414.586-.192.136-.527.367-.682.063-.069-.899-.001-1.808-.033-2.711-.415.382-.804.789-1.206 1.185-.011.517.015 1.035-.01 1.552.008.286-.445.348-.526.081-.05-.355-.011-.716-.022-1.073-.315.304-.606.635-.935.922-.178.153-.484-.042-.422-.267.189-.678.416-1.345.621-2.018-.192-.055-.509-.035-.549-.295-.044-.237.222-.38.425-.302.256.073.672.008.759.329-.064.455-.266.882-.381 1.327.162-.162.324-.323.484-.487.007-.724-.019-1.451.012-2.174z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c8141e" d="M11.837 0h.313c2.867.04 5.706 1.126 7.838 3.046 2.384 2.106 3.845 5.186 4.012 8.36v1.165c-.145 2.809-1.285 5.56-3.217 7.612-2.112 2.293-5.148 3.682-8.261 3.817h-1.086c-3.012-.151-5.947-1.464-8.039-3.64C1.247 18.172.015 15.134 0 12.069v-.131c.014-3.179 1.344-6.329 3.64-8.532C5.805 1.276 8.802.044 11.837-.001M9.173 2.831a9.687 9.687 0 0 0-4.667 3.178h14.998a9.669 9.669 0 0 0-3.394-2.683c-2.142-1.024-4.67-1.196-6.937-.494M5.771 8.408c2.078 3.599 4.152 7.2 6.235 10.796 2.081-3.598 4.157-7.198 6.235-10.795-4.157-.004-8.314 0-12.47-.001m-2.715.088c-.533 1.416-.758 2.951-.604 4.458a9.563 9.563 0 0 0 2.824 5.893 9.63 9.63 0 0 0 5.28 2.65c-2.497-4.336-5.008-8.663-7.5-13.001m10.397 13.002c3.164-.461 6.007-2.621 7.302-5.544 1.062-2.324 1.118-5.069.197-7.448-2.497 4.332-4.999 8.662-7.499 12.992z"/><path fill="#fff" d="M9.173 2.831c2.267-.702 4.795-.529 6.937.494a9.677 9.677 0 0 1 3.394 2.683H4.506A9.689 9.689 0 0 1 9.173 2.83zM5.771 8.408c4.157.001 8.314-.002 12.47.001-2.078 3.598-4.154 7.198-6.235 10.795-2.083-3.596-4.157-7.198-6.235-10.796zM3.056 8.496c2.492 4.338 5.003 8.665 7.5 13.001a9.63 9.63 0 0 1-5.28-2.65 9.568 9.568 0 0 1-2.824-5.893c-.155-1.507.071-3.042.604-4.458zM13.453 21.498c2.5-4.331 5.002-8.66 7.499-12.992.922 2.38.865 5.124-.197 7.448-1.295 2.923-4.138 5.083-7.302 5.544z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#d20000" d="M7.316.964a12.064 12.064 0 0 1 7.45-.634c2.351.542 4.514 1.834 6.133 3.62 1.852 2.024 2.952 4.702 3.101 7.44v1.208c-.149 2.944-1.411 5.815-3.509 7.89-2.066 2.092-4.926 3.348-7.859 3.511h-1.24c-2.048-.13-4.08-.74-5.806-1.862a11.995 11.995 0 0 1-5.174-7.042 12.036 12.036 0 0 1 .551-7.78A12.026 12.026 0 0 1 7.316.962M6.307 3.901c-1.744 1.211-3.06 3.008-3.724 5.022a10.062 10.062 0 0 0 .004 6.174 10.029 10.029 0 0 0 1.937 3.407c1.668 1.928 4.106 3.179 6.65 3.379a9.86 9.86 0 0 0 6.03-1.44c1.984-1.206 3.5-3.143 4.225-5.346a10.04 10.04 0 0 0 .004-6.174 9.955 9.955 0 0 0-2.608-4.11 9.882 9.882 0 0 0-5.368-2.609c-2.483-.372-5.105.239-7.151 1.697z"/><path fill="#fff" d="M6.307 3.901c2.046-1.458 4.668-2.069 7.151-1.697a9.885 9.885 0 0 1 5.368 2.609 9.965 9.965 0 0 1 2.608 4.11c-2.544-.005-5.087 0-7.63-.002-.002-1.112 0-2.225-.001-3.337h-3.586l-.001 3.337c-2.544.002-5.088-.002-7.632.002.664-2.014 1.98-3.811 3.724-5.022zM4.405 9.929c.898-.437 2.245-.28 2.728.691-.232.095-.464.186-.698.274-.358-.515-1.111-.552-1.645-.332-.274.098-.574.526-.254.742.456.233.991.186 1.475.331.473.116.97.397 1.115.894.192.631-.181 1.334-.78 1.583-.916.406-2.239.258-2.748-.706.233-.097.466-.191.701-.281.322.473.96.504 1.47.415.336-.058.691-.325.649-.701-.016-.314-.371-.438-.628-.505-.649-.139-1.416-.106-1.912-.622-.502-.577-.122-1.502.528-1.783zM7.841 9.714c1.204-.004 2.407-.001 3.611-.001l.001.686-1.415.001c-.002 1.307.001 2.614-.001 3.919l-.781.001V10.4l-1.415-.001v-.685zM13.127 9.782c.452-.125.931-.076 1.394-.071.762.002 1.418.689 1.436 1.44.012.566.01 1.134.001 1.7-.008.715-.606 1.372-1.319 1.446-.362.028-.726.018-1.09.01-.763-.008-1.442-.698-1.446-1.46a59.362 59.362 0 0 1 .001-1.688 1.52 1.52 0 0 1 1.021-1.376m.128.727a.7.7 0 0 0-.404.636 80.749 80.749 0 0 0-.001 1.705.695.695 0 0 0 .583.707c.365.022.731.013 1.096.007.379.014.707-.341.69-.713a79.15 79.15 0 0 0 0-1.688c.014-.371-.305-.719-.679-.715-.426.002-.872-.067-1.284.061zM16.661 9.713c.892.007 1.783-.017 2.674.011.568.017 1.05.518 1.07 1.08.048.606-.47 1.187-1.078 1.207-.628.016-1.256-.001-1.884.006 0 .768.001 1.536-.001 2.304l-.781-.001V9.713m.782.719v.864c.628-.007 1.256.014 1.884-.008.422-.08.422-.76 0-.842-.626-.032-1.256-.004-1.884-.013zM2.587 15.097l7.628.001c.001 1.112-.001 2.225.001 3.337H13.8c.004-1.112 0-2.225.002-3.337l7.626-.001c-.725 2.203-2.242 4.14-4.225 5.346a9.86 9.86 0 0 1-6.03 1.44c-2.544-.2-4.982-1.451-6.65-3.379a10.02 10.02 0 0 1-1.937-3.407z"/><path d="M10.217 5.584h3.586c.001 1.112-.001 2.225.001 3.337 2.543.002 5.086-.002 7.63.002a10.032 10.032 0 0 1-.004 6.174l-7.626.001c-.002 1.112.001 2.225-.002 3.337h-3.584c-.002-1.112 0-2.225-.001-3.337l-7.628-.001a10.07 10.07 0 0 1-.004-6.174c2.544-.005 5.088 0 7.632-.002l.001-3.337M4.405 9.929c-.65.281-1.03 1.206-.528 1.783.496.516 1.262.482 1.912.622.257.067.612.191.628.505.042.376-.313.643-.649.701-.51.089-1.148.058-1.47-.415-.235.09-.468.184-.701.281.509.964 1.832 1.111 2.748.706.599-.248.972-.952.78-1.583-.145-.497-.642-.778-1.115-.894-.484-.145-1.019-.098-1.475-.331-.319-.216-.019-.643.254-.742.534-.22 1.288-.182 1.645.332.234-.088.467-.179.698-.274-.482-.971-1.83-1.128-2.728-.691m3.437-.215v.685l1.415.001v3.92l.781-.001c.002-1.306-.001-2.612.001-3.919l1.415-.001-.001-.686c-1.204 0-2.407-.002-3.611.001m5.286.068a1.518 1.518 0 0 0-1.021 1.376c-.01.563-.008 1.126-.001 1.688.004.762.683 1.452 1.446 1.46.364.008.727.018 1.09-.01.713-.074 1.31-.731 1.319-1.446a48.17 48.17 0 0 0-.001-1.7c-.018-.751-.674-1.438-1.436-1.44-.463-.005-.942-.054-1.394.071m3.532-.068v4.607l.781.001c.002-.768.001-1.536.001-2.304.628-.007 1.256.01 1.884-.006.607-.02 1.126-.601 1.078-1.207-.02-.562-.503-1.063-1.07-1.08-.89-.028-1.782-.004-2.674-.011z"/><path d="M13.253 10.51c.412-.128.858-.059 1.284-.061.374-.004.694.344.679.715a79.15 79.15 0 0 1 0 1.688c.017.372-.311.727-.69.713-.365.006-.731.014-1.096-.007a.695.695 0 0 1-.583-.707 80.745 80.745 0 0 1 .001-1.705.7.7 0 0 1 .404-.636zM17.443 10.432c.628.01 1.258-.019 1.884.013.422.083.422.762 0 .842-.628.023-1.256.001-1.884.008v-.864z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop-signals--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.522 0h2.11c2.93.175 5.789 1.417 7.856 3.511 1.984 2.01 3.349 4.741 3.416 7.592l.096-.571v2.07c-.156 2.627-1.157 5.201-2.882 7.195-2.096 2.478-5.231 4.008-8.466 4.202h-1.376c-2.24-.172-4.444-.923-6.264-2.25C2.481 19.957.71 17.14.18 14.086c-.047-.39-.074-.782-.083-1.175l-.096.562V11.38c.181-3.335 1.792-6.566 4.394-8.668C6.274 1.183 8.635.155 11.074.095l-.552-.096m.788.139C8.206.313 5.194 1.757 3.137 4.093 1.228 6.205.144 9.032.123 11.877a11.873 11.873 0 0 0 2.359 7.222c1.768 2.374 4.448 4.061 7.367 4.579 2.663.508 5.497.044 7.866-1.272a11.871 11.871 0 0 0 5.92-12.793c-.546-2.737-2.111-5.248-4.309-6.964C17.081.868 14.17-.026 11.311.137z"/><path d="M8.666 7.375c.168.032.439-.091.52.121.211.445.409.896.626 1.339a118.1 118.1 0 0 1-.004-1.458l.426-.002c.002.827.001 1.654.001 2.48l-.461.001c-.233-.511-.5-1.008-.686-1.538.022.512.007 1.025.014 1.537l-.439-.001c.001-.827-.002-1.652.002-2.479zM10.69 7.385c.407.008.917-.084 1.19.3.37.523.343 1.284.042 1.832-.248.444-.806.358-1.232.346.006-.826.005-1.652 0-2.478m.427.553c-.005.45-.002.901-.002 1.351l.388-.014c.343-.409.328-1.385-.385-1.337zM12.242 9.858c.202-.821.388-1.648.58-2.471h.517c.191.824.379 1.65.581 2.473-.149.002-.298.006-.446.011-.043-.14-.086-.28-.132-.418a45.24 45.24 0 0 0-.521 0c-.044.139-.089.28-.136.419-.148-.006-.295-.01-.443-.014m.675-.934h.328c-.072-.331-.151-.664-.166-1.004-.004.342-.091.672-.162 1.004zM14.148 7.39l.433.002c.002.635 0 1.27.001 1.906.246 0 .492.002.739.006v.559l-1.176.001c.005-.824 0-1.65.002-2.474zM5.83 10.892c.204-.092.432-.088.65-.094 3.722.004 7.445-.002 11.168.004.659-.052 1.267.53 1.248 1.19.022.662-.581 1.248-1.243 1.206-3.769.002-7.54.002-11.309 0a1.204 1.204 0 1 1-.515-2.307zM7.344 14.129c.344.029.739-.094 1.043.12.355.359.353 1.01.032 1.391-.162.191-.434.137-.653.149l.004.829a15.124 15.124 0 0 0-.426.002c.005-.83.006-1.661 0-2.491m.426.533c-.001.19-.002.378-.005.568.148.004.334.079.427-.08.076-.138.019-.295.005-.439a10.323 10.323 0 0 0-.427-.048zM9.422 14.112c.346-.142.743.097.883.42.228.487.229 1.068.055 1.572-.134.376-.532.673-.941.551-.466-.236-.612-.809-.62-1.292.041-.461.145-1.046.623-1.25m-.063 1.797c.132.308.468.185.628-.016.046-.442.176-1.126-.39-1.283-.421.276-.412.878-.238 1.298zM13.171 14.484c.138-.286.487-.494.802-.371.358.103.508.478.608.799l-.409.23c-.065-.221-.174-.427-.379-.547-.137.113-.262.24-.385.367.035.36-.12.893.258 1.106.29.157.442-.224.508-.437.133.073.269.145.403.216-.103.362-.3.841-.752.824-.475.054-.744-.437-.822-.835-.052-.451-.078-.949.169-1.354zM10.818 14.135c.106.001.317.002.422.004.005.636.001 1.272.002 1.909.242 0 .485 0 .728.002v.578c-.385.004-.77.004-1.154.002.007-.832.006-1.664.001-2.496zM12.211 14.17h.416c-.004.821.001 1.643-.002 2.464h-.412c-.004-.821.001-1.643-.002-2.464zM14.89 14.142l.403.004c.002.828.006 1.657-.002 2.485l-.402.007c.007-.832.006-1.663.001-2.496zM16.11 14.134c.167.002.334.004.502.004.172.835.4 1.658.564 2.496-.15-.005-.299-.006-.448-.005-.029-.148-.055-.296-.094-.442-.187.001-.373.002-.56.006l-.092.443a69.362 69.362 0 0 1-.456-.01c.194-.832.377-1.664.584-2.492m.058 1.542c.118.002.236.007.355.012a9.082 9.082 0 0 0-.185-.816c-.04.271-.096.54-.17.804z"/><path fill="#fff" d="M11.31.138c2.858-.163 5.77.731 8.015 2.512 2.198 1.716 3.763 4.226 4.309 6.964a11.872 11.872 0 0 1-5.92 12.793 11.802 11.802 0 0 1-7.866 1.272c-2.918-.518-5.599-2.206-7.367-4.579a11.866 11.866 0 0 1-2.359-7.222c.022-2.845 1.105-5.672 3.014-7.784C5.193 1.758 8.205.314 11.309.139m-1.284.43c-3.229.528-6.163 2.524-7.879 5.304A11.628 11.628 0 0 0 .492 13.45c.35 2.902 1.864 5.638 4.124 7.488a11.622 11.622 0 0 0 7.259 2.663c2.628.037 5.251-.871 7.309-2.503a11.606 11.606 0 0 0 3.982-5.958 11.653 11.653 0 0 0-.317-7.247 11.634 11.634 0 0 0-4.802-5.797C15.677.636 12.766.092 10.025.57z"/><path fill="#fff" d="M10.258 3.576c1.934-.394 4.002-.114 5.749.81a8.664 8.664 0 0 1 3.605 3.607 8.627 8.627 0 0 1 .797 5.802 8.59 8.59 0 0 1-2.704 4.633 8.569 8.569 0 0 1-5.215 2.156 8.577 8.577 0 0 1-5.461-1.57 8.635 8.635 0 0 1-3.322-4.741 8.643 8.643 0 0 1 .601-6.127c1.152-2.323 3.404-4.063 5.95-4.571m-1.592 3.8c-.005.827-.001 1.652-.002 2.479l.439.001c-.007-.512.007-1.025-.014-1.537.186.53.454 1.027.686 1.538l.461-.001c0-.827.001-1.654-.001-2.48l-.426.002c-.001.486-.001.972.004 1.458-.217-.443-.415-.894-.626-1.339-.08-.212-.352-.089-.52-.121m2.023.01c.005.826.006 1.652 0 2.478.426.012.984.098 1.232-.346.301-.548.328-1.309-.042-1.832-.274-.384-.784-.292-1.19-.3m1.552 2.473c.148.005.295.008.443.014.047-.139.091-.28.136-.419h.521c.046.138.089.277.132.418.149-.005.298-.008.446-.011-.202-.823-.39-1.649-.581-2.473h-.517c-.192.823-.378 1.65-.58 2.471m1.906-2.468c-.002.824.002 1.65-.002 2.474l1.176-.001v-.559a45.608 45.608 0 0 0-.739-.006c-.001-.636.001-1.271-.001-1.906a62.499 62.499 0 0 0-.433-.002M5.83 10.892a1.203 1.203 0 0 0 .515 2.307c3.769.002 7.54.002 11.309 0 .662.042 1.265-.544 1.243-1.206.019-.66-.589-1.242-1.248-1.19-3.724-.006-7.446 0-11.168-.004-.218.006-.446.001-.65.094m1.513 3.236c.006.83.005 1.661 0 2.491.142-.004.284-.004.426-.002-.001-.276-.001-.553-.004-.829.218-.012.491.042.653-.149.32-.38.323-1.032-.032-1.391-.304-.214-.698-.091-1.043-.12m2.078-.017c-.478.204-.582.79-.623 1.25.008.484.155 1.056.62 1.292.409.122.806-.175.941-.551.174-.504.173-1.085-.055-1.572-.14-.323-.538-.562-.883-.42m3.749.373c-.247.404-.221.902-.169 1.354.078.398.347.889.822.835.452.017.649-.462.752-.824-.134-.071-.27-.143-.403-.216-.066.212-.217.594-.508.437-.378-.214-.223-.746-.258-1.106.124-.127.248-.254.385-.367.205.12.314.326.379.547l.409-.23c-.101-.322-.251-.696-.608-.799-.314-.124-.664.085-.802.371m-2.352-.351c.005.832.006 1.664-.001 2.496.384.001.769.001 1.154-.002v-.578c-.244-.002-.486-.002-.728-.002-.001-.637.002-1.273-.002-1.909-.106-.001-.317-.002-.422-.004m1.392.034c.004.821-.001 1.643.002 2.464h.412c.004-.821-.001-1.643.002-2.464h-.416m2.679-.028c.005.833.006 1.664-.001 2.496l.402-.007c.008-.828.005-1.657.002-2.485l-.403-.004m1.22-.008c-.208.828-.39 1.661-.584 2.492l.456.01.092-.443c.187-.004.373-.005.56-.006.038.145.065.294.094.442.149-.001.298 0 .448.005-.164-.838-.392-1.661-.564-2.496-.168 0-.335-.001-.502-.004z"/><path fill="#fff" d="M11.117 7.938c.713-.048.728.928.385 1.337l-.388.014c0-.45-.002-.901.002-1.351zM12.917 8.924c.071-.332.158-.662.162-1.004.014.341.094.673.166 1.004h-.328zM7.77 14.662c.143.013.284.029.427.048.014.144.071.301-.005.439-.094.16-.28.084-.427.08l.005-.568zM9.359 15.91c-.174-.42-.184-1.022.238-1.298.566.157.436.841.39 1.283-.16.2-.496.324-.628.016zM16.168 15.676c.074-.264.131-.533.17-.804.074.269.134.541.185.816-.119-.005-.238-.01-.355-.012z"/><path fill="#d40000" d="M10.025.569c2.741-.478 5.652.066 8.022 1.526a11.634 11.634 0 0 1 4.802 5.797c.876 2.299.983 4.879.317 7.247a11.6 11.6 0 0 1-3.982 5.958c-2.058 1.632-4.681 2.54-7.309 2.503a11.618 11.618 0 0 1-7.259-2.663C2.355 19.087.842 16.351.492 13.449a11.616 11.616 0 0 1 1.654-7.577c1.716-2.78 4.65-4.776 7.879-5.304m.233 3.008c-2.545.508-4.798 2.248-5.95 4.571a8.638 8.638 0 0 0-.601 6.127 8.635 8.635 0 0 0 3.322 4.741 8.578 8.578 0 0 0 5.461 1.57 8.58 8.58 0 0 0 5.215-2.156 8.602 8.602 0 0 0 1.907-10.435 8.659 8.659 0 0 0-3.605-3.607c-1.747-.924-3.815-1.204-5.749-.81z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop-signals--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M5.65 1.816C8.28.15 11.583-.394 14.616.291c2.773.594 5.291 2.245 6.986 4.512 1.452 1.919 2.273 4.28 2.398 6.678v.996c-.13 2.896-1.319 5.736-3.34 7.822-2.101 2.208-5.063 3.545-8.105 3.702h-1.09c-2.849-.143-5.633-1.313-7.702-3.278-2.257-2.106-3.613-5.11-3.764-8.186v-1.032c.076-1.252.301-2.5.746-3.674a12.012 12.012 0 0 1 4.903-6.013m4.977.68c-3.013.406-5.753 2.363-7.141 5.064a9.638 9.638 0 0 0-.748 6.955 9.609 9.609 0 0 0 3.646 5.26 9.543 9.543 0 0 0 6.342 1.793 9.535 9.535 0 0 0 5.099-1.945 9.595 9.595 0 0 0-1.785-16.334c-1.675-.791-3.583-1.046-5.413-.792z"/><path fill="#fff" d="M10.625 2.498c1.83-.254 3.738.001 5.413.792 2.3 1.049 4.14 3.061 4.99 5.442a9.595 9.595 0 0 1-3.205 10.892 9.527 9.527 0 0 1-5.099 1.945 9.543 9.543 0 0 1-6.342-1.793 9.61 9.61 0 0 1-3.646-5.26 9.632 9.632 0 0 1 .748-6.955c1.388-2.701 4.128-4.658 7.141-5.064M4.46 6.983c-.329.469-.242 1.182.202 1.55.552.491 1.37.407 1.974.785.397.409-.181.936-.626.88-.527.091-.961-.308-1.067-.802-.282.034-.563.067-.844.107.096.425.236.888.62 1.144.604.397 1.403.38 2.071.178.893-.284 1.128-1.612.419-2.204-.548-.433-1.296-.418-1.902-.727-.227-.106-.269-.463-.04-.59.488-.29 1.277-.167 1.402.474.281-.018.562-.032.844-.05-.071-.295-.131-.613-.349-.841-.344-.403-.912-.496-1.415-.479-.484-.005-1.007.162-1.289.577m3.622-.497v.76h1.28v3.616h.854V7.248h1.28v-.76H8.081m5.144.002c-.701.186-1.218.835-1.334 1.538-.162.829-.065 1.801.577 2.412.937.863 2.722.658 3.288-.542.372-.845.355-1.913-.163-2.695-.515-.745-1.534-.942-2.368-.713m3.468-.002c.002 1.458.004 2.917 0 4.375h.854V9.2c.602-.023 1.243.078 1.808-.18.96-.468.866-2.194-.214-2.449-.809-.127-1.633-.068-2.449-.083M9.65 13.31c.139.298.37.54.509.839-.244.26-.542.474-.737.778-.257.796-.595 1.612-.433 2.465-.485.197-.391.762-.428 1.187.372-.104.739-.228 1.102-.36.019-.296.001-.594.042-.889.072.216.224.428.194.665-.124.574-.076 1.164-.199 1.739.331-.118.838-.062.965-.468l-.394-.019c-.017-.619.179-1.208.349-1.795.134.052.359.011.395.196-.03.751.232 1.464.36 2.196.302-.13.655-.26.788-.592-.13.014-.389.043-.518.059-.194-.917.143-1.835.022-2.756.281.151.575.276.883.359l-.032.485.148.216c-.247.134-.437.346-.467.636.125.167.354.073.527.094l-.05.407c.172.134.353.254.54.365-.257.487-.318 1.115-.119 1.627.287.028.485-.259.644-.46a42.29 42.29 0 0 1-.374-.049c.024-.499.182-1.258.817-1.243a7.228 7.228 0 0 0 .214 1.793c.287.001.563-.12.683-.395a63.323 63.323 0 0 1-.43-.058c-.023-.476-.013-.958.104-1.422.128-.084.364-.097.355-.3.064-.256-.136-.444-.276-.625l-.038-.194c.271-.016.541-.032.811-.06l.023-.413-.337.008a8.01 8.01 0 0 0-.688-.308c-.059-.496.09-1.079-.35-1.438l.248-.058a3.48 3.48 0 0 0 .478-.859c-.124-.374-.66-.577-.964-.293a24.97 24.97 0 0 1-.721.578c.056.235.302.454.263.69-.422.149-.682.515-.88.895-.368-.245-.774-.462-1.061-.809-.281-.33-.126-.792-.248-1.175-.102-.208-.306-.334-.473-.485.278-.432.109-.952-.034-1.402-.467-.305-1.145.148-1.212.649z"/><path fill="#fff" d="M13.374 7.273c.559-.256 1.364-.078 1.603.535.274.714.265 1.706-.403 2.203-.648.452-1.656.073-1.812-.713-.148-.691-.11-1.667.612-2.026zM17.548 8.441V7.246c.42.02.856-.036 1.264.088.425.137.47.79.073.99-.418.185-.894.095-1.337.118z"/><path d="M4.46 6.983c.282-.415.805-.582 1.289-.577.503-.017 1.07.076 1.415.479.218.228.278.546.349.841-.282.018-.563.032-.844.05-.125-.641-.913-.764-1.402-.474-.229.127-.187.485.04.59.606.31 1.354.294 1.902.727.709.593.474 1.92-.419 2.204-.668.203-1.468.22-2.071-.178-.384-.256-.524-.719-.62-1.144.281-.04.562-.073.844-.107.106.493.54.893 1.067.802.445.056 1.024-.47.626-.88-.604-.378-1.422-.294-1.974-.785-.444-.368-.53-1.081-.202-1.55zM8.082 6.488h3.415v.76h-1.28v3.616h-.854V7.248h-1.28v-.76zM13.225 6.49c.834-.229 1.853-.032 2.368.713.518.782.535 1.85.163 2.695-.566 1.2-2.351 1.405-3.288.542-.642-.611-.739-1.583-.577-2.412.116-.703.634-1.352 1.334-1.538m.149.783c-.722.359-.76 1.334-.612 2.026.156.786 1.164 1.165 1.812.713.668-.497.677-1.489.403-2.203-.239-.613-1.044-.791-1.603-.535zM16.693 6.488c.816.014 1.64-.044 2.449.083 1.08.256 1.174 1.981.214 2.449-.565.258-1.206.157-1.808.18v1.663h-.854c.004-1.458.002-2.917 0-4.375m.854 1.953c.443-.023.919.067 1.337-.118.397-.2.352-.853-.073-.99-.408-.124-.844-.067-1.264-.088V8.44zM9.65 13.31c.067-.502.745-.954 1.212-.649.143.45.312.97.034 1.402.167.151.371.277.473.485.122.383-.032.845.248 1.175.287.347.692.564 1.061.809.198-.38.457-.746.88-.895.04-.236-.206-.455-.263-.69.245-.187.484-.383.721-.578.304-.284.84-.082.964.293-.11.31-.284.594-.478.859l-.248.058c.44.359.292.942.35 1.438.234.094.464.194.688.308l.337-.008c-.007.137-.014.275-.023.413-.27.028-.54.044-.811.06l.038.194c.14.181.34.37.276.625.008.203-.227.216-.355.3-.118.464-.127.946-.104 1.422l.43.058c-.12.275-.396.396-.683.395a7.228 7.228 0 0 1-.214-1.793c-.635-.014-.793.744-.817 1.243l.374.049c-.16.2-.358.487-.644.46-.199-.512-.138-1.14.119-1.627a4.87 4.87 0 0 1-.54-.365l.05-.407c-.173-.02-.402.073-.527-.094.03-.29.22-.502.467-.636l-.148-.216.032-.485a4.153 4.153 0 0 1-.883-.359c.121.922-.216 1.84-.022 2.756.13-.016.389-.044.518-.059-.133.331-.486.462-.788.592-.128-.732-.39-1.445-.36-2.196-.036-.185-.26-.144-.395-.196-.17.587-.366 1.176-.349 1.795l.394.019c-.127.406-.634.35-.965.468.124-.575.076-1.165.199-1.739.03-.236-.122-.449-.194-.665-.041.295-.023.593-.042.889-.362.132-.73.256-1.102.36.037-.425-.056-.99.428-1.187-.162-.853.176-1.669.433-2.465.194-.304.493-.517.737-.778-.139-.299-.37-.541-.509-.839z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--tanks-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0303" d="M10.994 0h1.842a12.076 12.076 0 0 1 6.865 2.767c2.46 2.025 4.009 5.062 4.299 8.227v1.846a12.062 12.062 0 0 1-2.712 6.793c-2.055 2.53-5.177 4.136-8.426 4.367H11.06c-2.798-.236-5.507-1.453-7.499-3.437C1.49 18.54.21 15.748 0 12.862v-1.803c.241-2.856 1.505-5.618 3.56-7.622C5.538 1.464 8.22.263 10.994 0m.069 3.105c-2.333.212-4.546 1.413-6.015 3.233a8.819 8.819 0 0 0-1.985 5.603 8.829 8.829 0 0 0 2.228 5.873c1.106 1.247 2.566 2.192 4.174 2.645 2.326.68 4.936.361 7.011-.901a8.926 8.926 0 0 0 3.731-4.402 8.912 8.912 0 0 0 .223-5.797 8.891 8.891 0 0 0-3.794-4.953c-1.644-1.041-3.64-1.491-5.573-1.301z"/><path fill="#fff" d="M11.063 3.105c1.933-.19 3.929.261 5.573 1.301a8.892 8.892 0 0 1 3.794 4.953 8.919 8.919 0 0 1-.223 5.797 8.921 8.921 0 0 1-3.731 4.402c-2.075 1.262-4.686 1.581-7.011.901-1.608-.453-3.067-1.398-4.174-2.645a8.829 8.829 0 0 1-2.228-5.873 8.822 8.822 0 0 1 1.985-5.603c1.47-1.82 3.682-3.021 6.015-3.233m-.115 5.943c-.001.458-.005.916.004 1.375.305.141.587.332.895.468.979.026 1.96.004 2.939.01.009-.055.027-.166.037-.219.637-.15 1.286-.237 1.925-.376V8.509a417.83 417.83 0 0 0-5.8.539m-5.755.261l-.001.571c1.855.032 3.708.13 5.562.185v-.756H5.193m9.692 1.859c-1.839.037-3.682-.008-5.523.022-1.295.3-2.576.665-3.857 1.015-.304-.004-.486.583-.107.589 4.428.012 8.857.026 13.285.023l-.003-2.467c-1.269.25-2.527.56-3.796.818m-9.133 2.726c.236.526.807.75 1.276 1.02.413.193.827.471 1.301.447 2.487-.003 4.975-.004 7.462 0 .821.072 1.517-.47 2.205-.839.511-.268.819-.88.587-1.439a54.456 54.456 0 0 0-.404-.01c.086.348.153.812-.214 1.028-.533.325-1.105.585-1.676.835-2.741.018-5.485.014-8.228.003-.587-.259-1.186-.516-1.722-.871-.336-.226-.258-.662-.177-.996l-.404.013c-.071.263-.128.552-.004.81m.822-.782c-.286.125-.395.531-.169.762.222.296.721.189.832-.157.149-.379-.3-.788-.662-.606m1.415.012c-.587.207-.711 1.073-.221 1.448.453.412 1.26.141 1.377-.458.193-.646-.547-1.282-1.156-.99m1.821.052c-.569.294-.551 1.213.024 1.49.552.343 1.33-.164 1.262-.805-.012-.616-.767-1.019-1.286-.685m2.028-.063c-.651.198-.748 1.182-.168 1.52.511.366 1.29-.028 1.321-.648.071-.599-.593-1.109-1.153-.871m1.92.006c-.601.201-.725 1.09-.218 1.463.456.397 1.246.123 1.366-.467.191-.64-.536-1.28-1.147-.996m1.947.034c-.593.184-.759 1.04-.285 1.436.456.457 1.335.166 1.417-.476.146-.62-.544-1.205-1.132-.96m1.65-.041c-.622.245-.113 1.241.447.864.529-.273.074-1.127-.447-.864z"/><path fill="#030303" d="M10.948 9.048a417.83 417.83 0 0 1 5.8-.539v1.797c-.639.139-1.289.226-1.925.376l-.037.219c-.979-.006-1.96.015-2.939-.01-.308-.136-.589-.327-.895-.468-.009-.458-.005-.916-.004-1.375zM5.193 9.309h5.561v.756c-1.855-.055-3.708-.153-5.562-.185l.001-.571z"/><path fill="#030303" d="M14.885 11.168c1.269-.258 2.527-.567 3.796-.818l.003 2.467c-4.428.003-8.857-.012-13.285-.023-.38-.006-.198-.593.107-.589 1.281-.35 2.562-.715 3.857-1.015 1.84-.03 3.683.015 5.523-.022zM5.751 13.894c-.125-.258-.067-.547.004-.81l.404-.013c-.081.334-.159.77.177.996.536.355 1.136.612 1.722.871 2.743.012 5.487.015 8.228-.003.571-.25 1.144-.511 1.676-.835.367-.216.3-.68.214-1.028l.404.01c.232.558-.076 1.17-.587 1.439-.688.37-1.384.911-2.205.839-2.487-.004-4.975-.003-7.462 0-.475.024-.888-.254-1.301-.447-.468-.271-1.04-.494-1.276-1.02z"/><path fill="#030303" d="M6.575 13.113c.362-.182.811.227.662.606-.11.345-.61.453-.832.157-.226-.231-.117-.638.169-.762zM7.991 13.124c.61-.293 1.349.344 1.156.99-.117.599-.924.87-1.377.458-.49-.375-.366-1.241.221-1.448zM9.812 13.176c.519-.334 1.274.069 1.286.685.068.64-.71 1.147-1.262.805-.575-.277-.593-1.196-.024-1.49zM11.84 13.113c.56-.237 1.223.272 1.153.871-.031.62-.81 1.014-1.321.648-.58-.338-.483-1.322.168-1.52zM13.76 13.12c.611-.284 1.339.355 1.147.996-.119.59-.91.864-1.366.467-.507-.373-.382-1.262.218-1.463zM15.708 13.154c.588-.245 1.278.34 1.132.96-.082.642-.961.933-1.417.476-.474-.397-.308-1.253.285-1.436zM17.358 13.113c.521-.263.975.59.447.864-.56.377-1.069-.619-.447-.864z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--taxi-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M6.018 1.583C8.491.156 11.484-.324 14.284.22c3.013.553 5.768 2.342 7.523 4.849 1.36 1.906 2.11 4.222 2.194 6.557v.719c-.089 2.974-1.307 5.9-3.394 8.024-2.098 2.184-5.05 3.48-8.068 3.631h-1.056c-2.514-.128-4.991-1.025-6.958-2.605C1.763 19.228.068 15.792 0 12.283v-.548c.041-1.457.324-2.911.878-4.26a11.978 11.978 0 0 1 5.14-5.892m4.604.799c-2.722.37-5.244 1.961-6.739 4.265-1.342 2.012-1.861 4.537-1.471 6.919a9.679 9.679 0 0 0 3.217 5.773 9.653 9.653 0 0 0 5.64 2.344 9.679 9.679 0 0 0 6.368-1.77 9.665 9.665 0 0 0 3.658-5.087 9.82 9.82 0 0 0-.344-6.619 9.725 9.725 0 0 0-3.455-4.229c-1.984-1.37-4.492-1.936-6.874-1.596z"/><path fill="#fff" d="M10.622 2.382c2.382-.34 4.89.226 6.874 1.596a9.72 9.72 0 0 1 3.455 4.229c.88 2.076 1 4.462.344 6.619a9.67 9.67 0 0 1-3.658 5.087 9.68 9.68 0 0 1-6.368 1.77 9.647 9.647 0 0 1-5.64-2.344 9.674 9.674 0 0 1-3.217-5.773c-.39-2.382.13-4.907 1.471-6.919 1.495-2.304 4.018-3.895 6.739-4.265M3.383 8.904v1.048l1.64.001.001 5.135h1.117c.002-1.711 0-3.424.001-5.135l1.637-.001V8.904H3.382m6.138.001c-.716 2.062-1.44 4.12-2.152 6.182.395 0 .79.001 1.184-.001.15-.468.3-.935.456-1.399.737.002 1.474-.002 2.21.002.16.464.323.929.478 1.394.406.007.812.004 1.218.005-.736-2.064-1.474-4.126-2.216-6.186-.394.002-.786 0-1.178.002m3.603 0c.572.988 1.146 1.974 1.715 2.964-.631 1.072-1.265 2.143-1.888 3.22h1.339c.406-.714.817-1.424 1.229-2.135.404.713.821 1.418 1.22 2.134.449.004.899.001 1.348.001-.622-1.062-1.254-2.119-1.886-3.178a447.895 447.895 0 0 1 1.723-3.005c-.432-.001-.865-.002-1.297 0-.365.661-.726 1.324-1.086 1.986-.371-.662-.737-1.328-1.114-1.987h-1.303m5.508 0v6.184h1.116l.001-6.184h-1.117z"/><path fill="#fff" d="M9.35 12.64c.251-.761.487-1.526.75-2.284.254.761.506 1.523.758 2.284H9.35z"/><path d="M3.383 8.904H7.78v1.048l-1.637.001c-.001 1.711.001 3.424-.001 5.135H5.025l-.001-5.135-1.64-.001V8.904zM9.52 8.905c.392-.002.785 0 1.178-.002.743 2.06 1.481 4.122 2.216 6.186-.406-.001-.812.002-1.218-.005-.155-.466-.318-.93-.478-1.394-.737-.005-1.474 0-2.21-.002-.156.464-.306.931-.456 1.399-.395.002-.79.001-1.184.001.712-2.063 1.435-4.121 2.152-6.182m-.17 3.734h1.508c-.252-.761-.504-1.523-.758-2.284-.263.757-.499 1.523-.75 2.284zM13.123 8.904h1.303c.377.659.743 1.325 1.114 1.987.36-.662.721-1.325 1.086-1.986.432-.002.865-.001 1.297 0-.577 1-1.154 2-1.723 3.005.632 1.058 1.265 2.116 1.886 3.178-.449 0-.899.002-1.348-.001-.4-.715-.816-1.421-1.22-2.134-.412.71-.823 1.421-1.229 2.135H12.95c.623-1.076 1.256-2.148 1.888-3.22-.569-.99-1.142-1.976-1.715-2.964zM18.631 8.904h1.117l-.001 6.184h-1.116V8.904z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--text--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M11.099 0h1.792c2.845.219 5.6 1.47 7.611 3.499 2.025 2.006 3.273 4.753 3.499 7.59v1.808c-.198 2.45-1.137 4.839-2.708 6.733-2.046 2.521-5.152 4.12-8.383 4.37h-1.959c-2.635-.27-5.188-1.366-7.126-3.183C1.612 18.782.233 15.894 0 12.9v-1.788c.241-3.241 1.847-6.356 4.373-8.405C6.266 1.137 8.652.198 11.099 0m-.626 3.57c-2.143.339-4.117 1.552-5.419 3.283a8.542 8.542 0 0 0-1.689 5.991 8.496 8.496 0 0 0 2.587 5.345c1.544 1.517 3.689 2.385 5.85 2.403a8.55 8.55 0 0 0 5.03-1.57c1.689-1.194 2.933-3.007 3.4-5.025a8.605 8.605 0 0 0-.597-5.66 8.643 8.643 0 0 0-4.76-4.359 8.712 8.712 0 0 0-4.402-.409z"/><path fill="#fff" d="M10.473 3.57a8.712 8.712 0 0 1 4.402.409 8.636 8.636 0 0 1 4.76 4.359 8.604 8.604 0 0 1 .597 5.66c-.467 2.018-1.711 3.831-3.4 5.025a8.548 8.548 0 0 1-5.03 1.57c-2.161-.018-4.306-.886-5.85-2.403a8.498 8.498 0 0 1-2.587-5.345 8.542 8.542 0 0 1 1.689-5.991c1.301-1.731 3.275-2.944 5.419-3.283m1.636 3.685c-.003.53-.003 1.061-.001 1.593l.308.001.03-.553c.204.133.321.35.439.556l.336-.006c-.085-.175-.171-.348-.257-.521.167-.223.344-.519.166-.789-.195-.379-.678-.248-1.02-.28m-4.603.017c0 .526-.001 1.054.001 1.58.078 0 .237-.001.317-.003.003-.525.001-1.051.001-1.576l-.32-.001m.7-.002v1.579l.312-.001.001-.983c.254.35.29.982.798 1.033.018-.543.008-1.085.009-1.627h-.311l-.001.828c-.139-.276-.275-.552-.413-.828h-.395m1.398 0v.299l.354.004c-.003.426-.003.852-.001 1.277l.311.001V7.578l.332-.001-.001-.304h-.995m1.229-.001v1.577l1.034.001c0-.074.001-.221.003-.295h-.714l-.001-.354.504-.005-.004-.291h-.499l-.001-.338h.684v-.295h-1.006m2.597-.014c-.001.533-.003 1.065 0 1.598.372-.028.915.107 1.111-.316.089-.34.131-.751-.062-1.061-.248-.325-.703-.184-1.05-.221m1.448.016l.001 1.58h.314v-1.58h-.316m.61-.001l-.001.3.354.001v1.278l.311.001c.003-.425.001-.851.001-1.276l.331-.001-.001-.304h-.995m-5.375 3.415c-.141.548-.314 1.088-.415 1.647.255-.124.476-.335.77-.362.092.203.266.307.479.334-.128-.545-.284-1.083-.431-1.622l-.403.004m1.963.007c-.01.402.031.809-.039 1.208-.153.122-.293.112-.422-.032-.05-.39-.015-.784-.023-1.177h-.325c.006.409-.024.82.019 1.228.158.49.997.474 1.095-.045.041-.393.012-.789.017-1.183l-.322.001m.641-.046c.159.281.334.554.512.825-.176.272-.35.545-.508.829.377.065.545-.236.707-.51.104.162.209.323.317.484l.356-.012c-.168-.263-.338-.525-.508-.787.168-.263.338-.524.508-.785l-.361-.003c-.104.157-.208.314-.309.472-.149-.294-.345-.556-.714-.515M4.16 13.861v1.575h.313c0-.322-.003-.643-.001-.965.146.344.284.692.448 1.028.162-.343.305-.694.454-1.043l-.001.981h.317v-1.575h-.427c-.114.275-.227.549-.339.825-.113-.275-.223-.549-.334-.825h-.43m2.041.043c-.51.353-.463 1.445.222 1.558.608.033.753-.756.581-1.203-.082-.344-.493-.534-.803-.355m1.027-.043l.003.302h.352v1.276l.313.001v-1.272l.33-.003-.001-.305c-.332 0-.664-.001-.996.001m1.512.019c-.542.318-.522 1.376.115 1.573 1.023.146.916-1.933-.115-1.573m1.66 1.56c.268.009.371-.257.486-.447-.214.04-.422.109-.638.145-.311-.276-.248-.805.069-1.051a.61.61 0 0 0 .584.196c-.14-.223-.327-.493-.634-.444-.81.105-.724 1.675.132 1.6m.536-1.579c.252.495.57.991.479 1.575l.293.001c-.092-.585.222-1.082.477-1.576h-.331l-.284.594-.298-.594h-.336m1.482.098c-.335.327-.336.915-.068 1.286.228.32.855.266.901-.177.078.122.155.243.234.364.299.005.598.005.897.004l.001-.286h-.642l-.003-1.319c-.277-.014-.376.112-.298.379l-.339-.128.199-.042c-.264-.127-.62-.323-.883-.08m2.141-.098v1.579l.32-.001c0-.526.001-1.054-.001-1.58l-.318.003m.521.392c-.031.51.67.386.853.75-.271.249-.643-.04-.959.096.176.123.327.329.561.343.318.058.726-.191.647-.552-.067-.415-.58-.404-.873-.576.216-.285.581-.06.874-.127-.228-.422-1.038-.498-1.104.067m1.253-.395l-.004.3.357.003v1.277h.311v-1.272l.331-.004v-.304h-.995m1.13 0l-.001 1.575h1.038v-.291l-.716-.001.004-.358h.501v-.291h-.502l-.001-.34.685-.001.003-.291h-1.01m1.198.522c.148.335.571.341.846.53-.14.409-.637.054-.934.159.232.474 1.093.527 1.196-.054.055-.484-.512-.527-.83-.679.081-.377.531-.064.78-.101-.128-.58-1.17-.495-1.058.145z"/><path fill="#fff" d="M12.433 8.123c-.003-.19-.004-.379-.005-.567l.445.055c.087.313-.128.513-.44.512zM13.76 7.53c.155.054.365.031.471.18.055.24.05.497-.019.734-.139.073-.296.087-.445.122-.014-.345-.014-.69-.006-1.036zM10.152 11.693c.056-.2.113-.402.172-.602l.15.601-.322.001zM6.441 15.206c-.395-.271-.357-.969.103-1.158.234.336.38.965-.103 1.158zM8.886 14.136c.485-.017.498.877.099 1.074-.399-.173-.412-.812-.099-1.074zM12.702 15.148c-.298-.252-.302-.913.116-1.032l.307.255.074-.191c.077.06.153.122.228.185l.017.699c-.255-.074-.503-.009-.742.083z"/><path fill="#060606" d="M12.109 7.256c.343.032.825-.099 1.02.28.178.271.001.566-.166.789l.257.521-.336.006c-.118-.205-.235-.422-.439-.556l-.03.553-.308-.001c-.001-.531-.001-1.063.001-1.593m.325.868c.312.001.527-.199.44-.512l-.445-.055.005.567zM7.507 7.274l.32.001c0 .525.001 1.051-.001 1.576l-.317.003c-.003-.526-.001-1.054-.001-1.58zM8.206 7.272h.395c.139.276.275.552.413.828l.001-.828h.311c-.001.543.009 1.085-.009 1.627-.508-.051-.544-.683-.798-1.033l-.001.983-.312.001V7.271zM9.604 7.273h.995l.001.304-.332.001v1.276l-.311-.001c-.001-.425-.001-.851.001-1.277-.089 0-.266-.003-.354-.004v-.299zM10.833 7.272h1.006v.295h-.684l.001.338h.499l.004.291c-.168.003-.336.004-.504.005l.001.354h.714l-.003.295-1.034-.001V7.272zM13.43 7.258c.347.037.802-.104 1.05.221.193.311.15.721.062 1.061-.196.422-.739.287-1.111.316-.003-.533-.001-1.065 0-1.598m.329.272c-.008.345-.008.69.006 1.036.149-.035.307-.049.445-.122.069-.237.074-.494.019-.734-.107-.149-.316-.126-.471-.18zM14.877 7.274h.316v1.58h-.314l-.001-1.58zM15.486 7.273h.995l.001.304-.331.001c0 .425.001.851-.001 1.276l-.311-.001V7.575l-.354-.001.001-.3zM10.111 10.687l.403-.004c.148.539.303 1.077.431 1.622a.574.574 0 0 1-.479-.334c-.294.027-.515.237-.77.362.1-.558.273-1.099.415-1.647m.041 1.007l.322-.001-.15-.601c-.059.2-.115.402-.172.602zM12.074 10.695l.322-.001c-.005.394.024.791-.017 1.183-.098.519-.937.535-1.095.045-.044-.408-.013-.819-.019-1.228h.325c.008.393-.027.787.023 1.177.13.144.27.154.422.032.069-.399.028-.806.039-1.208zM12.715 10.649c.368-.041.565.221.714.515.101-.158.205-.316.309-.472l.361.003c-.171.262-.34.522-.508.785.171.262.34.524.508.787l-.355.012a25.12 25.12 0 0 1-.317-.484c-.162.273-.33.575-.707.51.158-.284.332-.557.508-.829a14.677 14.677 0 0 1-.512-.825zM4.16 13.861h.43c.11.276.221.551.334.825.112-.276.225-.551.339-.825h.427v1.575h-.317l.001-.981c-.149.349-.293.701-.454 1.043-.164-.336-.302-.684-.448-1.028-.001.322.001.643.001.965H4.16V13.86zM6.201 13.905c.311-.178.721.012.803.355.172.447.027 1.236-.581 1.203-.685-.113-.732-1.205-.222-1.558m.24 1.301c.483-.193.336-.821.103-1.158-.459.189-.498.887-.103 1.158zM7.228 13.862c.332-.003.664-.001.996-.001l.001.305c-.082 0-.248.001-.33.003v1.272l-.313-.001v-1.276H7.23c0-.076-.001-.227-.003-.302zM8.741 13.881c1.032-.359 1.138 1.72.115 1.573-.638-.198-.657-1.255-.115-1.573m.145.255c-.313.262-.3.901.099 1.074.399-.198.386-1.091-.099-1.074z"/><path fill="#060606" d="M10.401 15.441c-.856.074-.942-1.495-.132-1.6.307-.049.494.221.634.444a.61.61 0 0 1-.584-.196c-.317.246-.38.775-.069 1.051.216-.036.424-.105.638-.145-.116.19-.218.456-.486.447zM10.936 13.861h.336l.298.594.284-.594h.331c-.255.494-.57.991-.477 1.576l-.293-.001c.091-.584-.227-1.079-.479-1.575zM12.418 13.959c.263-.244.619-.047.883.08l-.199.042.339.128c-.078-.267.021-.393.298-.379l.003 1.319h.642l-.001.286c-.299.001-.598.001-.897-.004-.078-.122-.155-.243-.234-.364-.046.443-.673.497-.901.177-.268-.371-.267-.959.068-1.286m.283 1.19c.239-.092.486-.158.742-.083l-.017-.699a9.71 9.71 0 0 0-.228-.185l-.074.191-.307-.255c-.417.119-.413.78-.115 1.032zM14.558 13.862c.08 0 .239-.001.318-.003.003.526.001 1.054.001 1.58l-.32.001v-1.579zM15.08 14.255c.065-.565.875-.489 1.104-.067-.293.067-.658-.158-.874.127.293.172.806.162.873.576.08.361-.329.61-.647.552-.234-.014-.385-.219-.561-.343.316-.136.688.153.959-.096-.184-.363-.884-.24-.853-.75zM16.332 13.861h.995v.304l-.331.004v1.272h-.311v-1.277c-.089 0-.267-.001-.357-.003l.004-.3zM17.462 13.861h1.01c0 .073-.001.218-.003.291l-.685.001.001.34h.502v.291h-.501l-.004.358.716.001v.291H17.46l.001-1.575zM18.661 14.385c-.113-.64.929-.725 1.058-.145-.249.037-.699-.276-.78.101.318.151.886.195.83.679-.103.581-.964.527-1.196.054.298-.105.794.25.934-.159-.275-.189-.698-.195-.846-.53z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--text--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.471 0h1.007c2.64.13 5.245 1.1 7.258 2.827 2.531 2.106 4.093 5.288 4.265 8.573v1.108c-.119 2.548-1.046 5.056-2.664 7.032-2.107 2.64-5.371 4.29-8.743 4.46H11.45c-2.701-.138-5.351-1.194-7.37-2.998C1.523 18.788.013 15.445.001 12.066v-.127c.008-3.467 1.602-6.888 4.268-9.107C6.266 1.112 8.849.149 11.471 0m-.851 3.446c-2.386.364-4.573 1.798-5.881 3.822a8.668 8.668 0 0 0-1.349 5.71 8.64 8.64 0 0 0 2.664 5.329 8.678 8.678 0 0 0 5.821 2.368 8.66 8.66 0 0 0 4.726-1.321 8.678 8.678 0 0 0 3.666-4.72 8.707 8.707 0 0 0-.365-6.217 8.713 8.713 0 0 0-3.768-4.04 8.73 8.73 0 0 0-5.514-.93z"/><path fill="#fff" d="M10.62 3.446a8.73 8.73 0 0 1 5.514.93 8.717 8.717 0 0 1 3.768 4.04 8.707 8.707 0 0 1 .365 6.217 8.678 8.678 0 0 1-3.666 4.72 8.656 8.656 0 0 1-10.547-1.047 8.64 8.64 0 0 1-2.664-5.329 8.668 8.668 0 0 1 1.349-5.71c1.308-2.024 3.496-3.458 5.881-3.822M5.419 9.6v3.92h.674l.001-1.672c.35-.011.734.054 1.05-.14.749-.449.64-1.846-.251-2.065-.486-.086-.984-.026-1.475-.043m2.784.007v3.913c.644 0 1.289.001 1.934-.001l-.001-.623H8.88a137.23 137.23 0 0 1-.001-1.111l1.144-.001v-.624H8.879a94.83 94.83 0 0 1 .001-.924h1.255v-.63c-.644 0-1.289-.001-1.933.001m3.332-.007c-.28 1.307-.558 2.612-.835 3.919l.707.001.211-1h.785c.071.334.143.667.216 1l.707-.001c-.276-1.307-.554-2.612-.834-3.919h-.956m2.459.462c-.216.582-.137 1.216-.154 1.823.016.485-.017 1.042.316 1.436.409.406 1.105.35 1.537.01-.017.259.227.187.401.192l.001-2.13h-1.164v.622l.491.004c-.013.271.026.556-.071.815-.108.3-.596.343-.737.049-.15-.313-.086-.673-.102-1.008.019-.499-.044-1.007.049-1.5.049-.358.588-.448.751-.13.068.182.082.38.113.571h.676c-.028-.426-.083-.961-.52-1.171-.524-.221-1.34-.191-1.588.418m2.667-.457v3.914l1.932.001v-.625h-1.256l-.001-1.111 1.146-.001v-.624h-1.145l-.001-.924 1.259-.001-.001-.628-1.932-.001M5.418 14.363v.737l13.174-.001.001-.736H5.418z"/><path fill="#fff" d="M6.095 10.23c.224.018.47-.042.679.055.268.223.259.754-.065.923-.204.025-.409.016-.614.018v-.996zM11.746 11.945c.088-.418.175-.833.268-1.248.09.414.178.83.265 1.246l-.533.002z"/><path d="M5.419 9.6c.491.017.989-.043 1.475.043.89.22 1 1.616.251 2.065-.316.194-.7.13-1.05.14l-.001 1.672H5.42V9.6m.675.63v.996c.205-.002.41.007.614-.018.324-.169.332-.7.065-.923-.209-.097-.455-.037-.679-.055zM8.202 9.607c.644-.002 1.289-.001 1.933-.001v.63H8.88a94.83 94.83 0 0 0-.001.924h1.144v.624l-1.144.001c-.001.37-.001.74.001 1.111h1.255l.001.623c-.646.002-1.29.001-1.934.001V9.607zM11.534 9.6h.956c.28 1.307.558 2.612.834 3.919l-.707.001c-.073-.332-.145-.666-.216-1h-.785l-.211 1-.707-.001c.277-1.307.556-2.612.835-3.919m.213 2.345l.533-.002c-.088-.415-.175-.832-.265-1.246-.092.415-.18.83-.268 1.248zM13.994 10.062c.247-.608 1.063-.638 1.588-.418.437.21.492.745.52 1.171h-.676c-.031-.191-.044-.389-.113-.571-.163-.318-.702-.228-.751.13-.094.493-.03 1.001-.049 1.5.016.335-.048.695.102 1.008.14.294.629.251.737-.049.097-.259.058-.544.071-.815l-.491-.004v-.622h1.164l-.001 2.13c-.174-.005-.418.067-.401-.192-.432.341-1.128.396-1.537-.01-.332-.395-.3-.952-.316-1.436.017-.607-.062-1.241.154-1.823zM16.66 9.606l1.932.001.001.628-1.259.001.001.924h1.145v.624l-1.146.001.001 1.111h1.256v.625l-1.932-.001V9.606zM5.418 14.363h13.175l-.001.736-13.174.001v-.737z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--text-four-lines--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".98" d="M2.35 0h19.3v24H2.35V0m1.017.199a1.105 1.105 0 0 0-.834.905c-.034.297-.014.597-.018.895v20.603c-.023.4.153.812.495 1.032.3.223.692.185 1.045.187 5.399-.002 10.798 0 16.197-.001.618.046 1.183-.507 1.16-1.125.006-7.097 0-14.195.003-21.292C21.494.698 20.842.08 20.146.16H3.751a2.156 2.156 0 0 0-.384.039z"/><path opacity=".98" d="M3.475.43c.122-.014.246-.02.369-.018 4.701.003 9.402 0 14.103.001.601-.002 1.203.011 1.804-.019.388-.007.833-.023 1.141.256.236.215.275.553.276.854-.003 7.031-.002 14.062-.001 21.094.011.272-.066.566-.282.747-.286.235-.679.223-1.028.229-5.371-.003-10.741.002-16.112-.002-.486.024-1.007-.343-.977-.866-.009-7.136-.002-14.273-.004-21.409A.867.867 0 0 1 3.475.43m-.09.524c-.18.161-.146.429-.159.646v20.395c.004.266-.014.534.014.8.033.239.298.321.506.309 5.269.006 10.537 0 15.806.003.296-.007.6.049.891-.028.207-.062.274-.288.26-.482-.001-6.864-.002-13.727.001-20.591-.017-.318.086-.674-.086-.965-.123-.192-.375-.156-.57-.168-5.4 0-10.801.002-16.202-.001-.153.014-.334-.025-.461.082z"/><path opacity=".98" d="M4.498 2.745c.243-.321.7-.37 1.07-.308.325.058.539.335.689.607-.147.048-.295.096-.443.142a.635.635 0 0 0-.851-.188c-.173.107-.165.39.001.5.359.228.832.234 1.152.534.459.458.289 1.378-.343 1.59-.617.251-1.299-.132-1.566-.705.153-.075.313-.135.472-.199.151.282.44.517.78.46.354-.025.541-.508.286-.76-.331-.283-.817-.285-1.146-.574-.31-.267-.322-.773-.101-1.099zM10.093 2.453c.385-.108.853-.028 1.091.32.325.47.368 1.079.316 1.632-.054.433-.186.921-.582 1.165-.436.241-1.08.149-1.344-.303-.334-.583-.367-1.305-.201-1.946.096-.373.317-.772.72-.868m.101.512c-.268.14-.34.471-.384.744-.047.419-.035.875.18 1.249.177.327.721.284.854-.06a2.107 2.107 0 0 0 .007-1.689c-.101-.252-.418-.352-.657-.244zM6.9 5.64V2.46h.5v2.706c.491.002.981 0 1.472.001v.473H6.9zM11.936 2.46h.511l.246 1.677c.135-.559.267-1.119.403-1.678l.488.001c.138.559.274 1.118.416 1.676.077-.559.162-1.117.243-1.676h.512l-.468 3.18h-.447c-.167-.678-.332-1.357-.5-2.035-.163.678-.327 1.356-.489 2.035h-.447l-.468-3.18zM15.224 2.46h1.871v.506l-1.371.001v.779h.924v.508h-.924v.872l1.471.001v.513h-1.971a1685.4 1685.4 0 0 1 0-3.18zM17.719 2.46c.542.035 1.121-.092 1.636.116.617.322.582 1.283-.028 1.596.185.488.368.978.551 1.468h-.545c-.171-.462-.342-.923-.511-1.386l-.602-.001-.001 1.387-.5-.001V2.46m.501.507v.779c.271-.003.544.02.813-.02.316-.079.378-.556.081-.701-.28-.11-.599-.038-.894-.058zM11.857 7.75c.656.007 1.311.002 1.967.003v.507h-1.47c-.001.261 0 .521.004.782.307-.003.614-.003.921-.002v.506h-.924c-.002.462 0 .925-.001 1.387l-.501.001c.002-1.062-.006-2.123.004-3.184zM14.237 7.754c.657-.002 1.315 0 1.972-.001l.001.507h-1.471c0 .258 0 .516-.004.775.309.007.619.007.929.005v.506c-.305.002-.61.003-.915-.006-.022.464-.005.929-.011 1.394l-.501-.001V7.754zM17.999 8.246c.254-.544.996-.684 1.494-.406.198.113.313.319.437.502l-.466.203c-.134-.155-.281-.355-.515-.326-.363-.038-.579.321-.628.633-.084.486-.084 1.047.216 1.462.272.297.769.158.915-.199l.476.178c-.129.25-.287.513-.562.621-.46.183-1.079.052-1.325-.408-.37-.687-.368-1.557-.042-2.26zM4.019 7.754a640.92 640.92 0 0 1 1.961 0V8.2h-.735l-.001 2.733h-.501V8.2h-.724v-.446zM6.394 10.934c-.002-1.06-.001-2.12-.001-3.181.453.009.909-.025 1.36.032.539.057.882.703.67 1.191-.069.215-.247.362-.42.492.184.488.366.976.549 1.465l-.544.001c-.173-.462-.342-.925-.513-1.387h-.601v1.386l-.5.001m.5-2.674v.779c.282-.01.572.035.849-.035.313-.109.314-.591.006-.708-.279-.065-.571-.027-.855-.036zM8.745 10.933l1.092-3.18.499.001c.363 1.06.729 2.12 1.091 3.18l-.536-.002c-.102-.298-.206-.594-.31-.891l-.99-.001c-.103.299-.208.596-.312.894l-.534-.001M9.77 9.527l.632-.001-.31-.887c-.109.295-.215.591-.322.888zM16.623 7.753h.512v3.18h-.512v-3.18zM7.199 16.227c-.002-1.058-.001-2.116 0-3.174l.5.001v1.254c.338-.418.67-.84 1.009-1.256l.642.002-.983 1.236c.349.645.7 1.29 1.047 1.936l-.578.001c-.269-.501-.531-1.004-.804-1.503l-.334.411c.002.364.001.727.001 1.091l-.5.001zM9.965 13.054h1.873l-.001.5-1.37-.001v.78h.925l.001.513h-.925c-.001.289-.002.578-.001.867h1.471v.514H9.967c-.003-1.058 0-2.115-.002-3.173zM12.48 16.228c-.004-1.059-.002-2.117-.001-3.175h1.873l-.01.507c-.454-.013-.909-.004-1.363-.007v.78l.926.001-.002.513-.924-.001v.867h1.47v.514c-.656 0-1.313-.002-1.969.001zM14.991 16.227c-.002-1.058-.002-2.116-.001-3.174.486.01.974-.026 1.457.033.594.093.908.878.544 1.357-.319.504-.991.393-1.5.403v1.38l-.5.001m.5-2.673v.778c.284-.003.57.019.853-.016.337-.054.393-.568.092-.709-.302-.102-.632-.035-.945-.053zM10.639 18.77c.269-.477.938-.597 1.407-.365.239.118.368.361.484.589l-.475.184c-.114-.176-.257-.39-.498-.371-.311-.04-.539.236-.601.513-.121.468-.113.981.053 1.438.13.373.688.402.914.108.101-.117.087-.281.114-.423a58.81 58.81 0 0 0-.594-.004l.001-.499h1.079c-.012.416.075.886-.192 1.245-.297.415-.907.498-1.347.278-.335-.183-.478-.569-.558-.921-.12-.591-.068-1.232.213-1.772zM13.311 18.347l.501-.001v1.28h1.159v-1.28l.501.002v3.172h-.5c-.002-.46-.001-.92-.001-1.38h-1.159c-.001.46.001.92-.001 1.381l-.5-.001v-3.173zM6.294 21.521v-3.174c.484.011.972-.033 1.452.042.503.118.785.743.566 1.206-.074.201-.249.335-.41.466.187.485.367.972.55 1.459l-.544.001c-.172-.46-.342-.92-.512-1.381h-.601v1.38l-.501.001m.501-2.674v.779c.281-.008.567.029.844-.03.318-.108.322-.607 0-.714-.277-.057-.563-.031-.844-.035zM9.074 18.347h.513v3.173a43.691 43.691 0 0 0-.512 0c-.001-1.058.001-2.115-.001-3.173zM16.035 18.347h1.961v.446l-.734.001-.001 2.726h-.501v-2.726l-.724-.001-.001-.446z"/><path fill="#fff" d="M3.367.199c.127-.025.255-.037.384-.039h16.395c.696-.08 1.348.538 1.269 1.243-.003 7.097.003 14.195-.003 21.292.023.618-.542 1.171-1.16 1.125-5.399.001-10.798-.001-16.197.001-.353-.002-.745.036-1.045-.187-.342-.22-.518-.632-.495-1.032V1.999c.004-.298-.016-.598.018-.895.058-.434.409-.809.834-.905m.108.231a.867.867 0 0 0-.711.867c.002 7.136-.005 14.273.004 21.409-.03.523.491.89.977.866 5.371.004 10.741-.001 16.112.002.349-.006.742.006 1.028-.229.216-.181.293-.475.282-.747-.001-7.032-.002-14.063.001-21.094-.001-.301-.04-.639-.276-.854-.308-.279-.753-.263-1.141-.256-.601.03-1.203.017-1.804.019C13.246.412 8.545.415 3.844.412a2.841 2.841 0 0 0-.369.018z"/><path fill="#fff" d="M3.385.954c.127-.107.308-.068.461-.082 5.401.003 10.802.001 16.202.001.195.012.447-.024.57.168.172.291.069.647.086.965-.003 6.864-.002 13.727-.001 20.591.014.194-.053.42-.26.482-.291.077-.595.021-.891.028-5.269-.003-10.537.003-15.806-.003-.208.012-.473-.07-.506-.309-.028-.266-.01-.534-.014-.8V1.6c.013-.217-.021-.485.159-.646m1.113 1.791c-.221.326-.209.832.101 1.099.329.289.815.291 1.146.574.255.252.068.735-.286.76-.34.057-.629-.178-.78-.46-.159.064-.319.124-.472.199.267.573.949.956 1.566.705.632-.212.802-1.132.343-1.59-.32-.3-.793-.306-1.152-.534-.166-.11-.174-.393-.001-.5a.635.635 0 0 1 .851.188c.148-.046.296-.094.443-.142-.15-.272-.364-.549-.689-.607-.37-.062-.827-.013-1.07.308m5.595-.292c-.403.096-.624.495-.72.868-.166.641-.133 1.363.201 1.946.264.452.908.544 1.344.303.396-.244.528-.732.582-1.165.052-.553.009-1.162-.316-1.632-.238-.348-.706-.428-1.091-.32M6.9 5.64h1.972v-.473c-.491-.001-.981.001-1.472-.001V2.46h-.5v3.18m5.036-3.18l.468 3.18h.447c.162-.679.326-1.357.489-2.035.168.678.333 1.357.5 2.035h.447l.468-3.18h-.512c-.081.559-.166 1.117-.243 1.676-.142-.558-.278-1.117-.416-1.676l-.488-.001c-.136.559-.268 1.119-.403 1.678l-.246-1.677h-.511m3.288 0a1685.4 1685.4 0 0 0 0 3.18h1.971v-.513l-1.471-.001v-.872h.924v-.508h-.924v-.779l1.371-.001V2.46h-1.871m2.495 0v3.179l.5.001.001-1.387.602.001c.169.463.34.924.511 1.386h.545c-.183-.49-.366-.98-.551-1.468.61-.313.645-1.274.028-1.596-.515-.208-1.094-.081-1.636-.116m-5.862 5.29c-.01 1.061-.002 2.122-.004 3.184l.501-.001c.001-.462-.001-.925.001-1.387h.924V9.04a70.688 70.688 0 0 0-.921.002 40.77 40.77 0 0 1-.004-.782h1.47v-.507c-.656-.001-1.311.004-1.967-.003m2.38.004v3.179l.501.001c.006-.465-.011-.93.011-1.394.305.009.61.008.915.006V9.04c-.31.002-.62.002-.929-.005.004-.259.004-.517.004-.775h1.471l-.001-.507c-.657.001-1.315-.001-1.972.001m3.762.492c-.326.703-.328 1.573.042 2.26.246.46.865.591 1.325.408.275-.108.433-.371.562-.621l-.476-.178c-.146.357-.643.496-.915.199-.3-.415-.3-.976-.216-1.462.049-.312.265-.671.628-.633.234-.029.381.171.515.326l.466-.203c-.124-.183-.239-.389-.437-.502-.498-.278-1.24-.138-1.494.406m-13.98-.492V8.2h.724v2.733h.501L5.245 8.2h.735v-.446a640.92 640.92 0 0 0-1.961 0m2.375 3.18l.5-.001V9.547h.601c.171.462.34.925.513 1.387l.544-.001c-.183-.489-.365-.977-.549-1.465.173-.13.351-.277.42-.492.212-.488-.131-1.134-.67-1.191-.451-.057-.907-.023-1.36-.032 0 1.061-.001 2.121.001 3.181m2.351-.001l.534.001c.104-.298.209-.595.312-.894l.99.001c.104.297.208.593.31.891l.536.002c-.362-1.06-.728-2.12-1.091-3.18l-.499-.001-1.092 3.18m7.878-3.18v3.18h.512v-3.18h-.512m-9.424 8.474l.5-.001c0-.364.001-.727-.001-1.091l.334-.411c.273.499.535 1.002.804 1.503l.578-.001c-.347-.646-.698-1.291-1.047-1.936l.983-1.236-.642-.002c-.339.416-.671.838-1.009 1.256v-1.254l-.5-.001c-.001 1.058-.002 2.116 0 3.174m2.766-3.173c.002 1.058-.001 2.115.002 3.173h1.971v-.514h-1.471c-.001-.289 0-.578.001-.867h.925l-.001-.513h-.925v-.78l1.37.001.001-.5H9.965m2.515 3.174c.656-.003 1.313-.001 1.969-.001v-.514h-1.47v-.867l.924.001.002-.513-.926-.001v-.78c.454.003.909-.006 1.363.007l.01-.507h-1.873c-.001 1.058-.003 2.116.001 3.175m2.511-.001l.5-.001v-1.38c.509-.01 1.181.101 1.5-.403.364-.479.05-1.264-.544-1.357-.483-.059-.971-.023-1.457-.033-.001 1.058-.001 2.116.001 3.174m-4.352 2.543c-.281.54-.333 1.181-.213 1.772.08.352.223.738.558.921.44.22 1.05.137 1.347-.278.267-.359.18-.829.192-1.245h-1.079l-.001.499c.198 0 .396.002.594.004-.027.142-.013.306-.114.423-.226.294-.784.265-.914-.108a2.457 2.457 0 0 1-.053-1.438c.062-.277.29-.553.601-.513.241-.019.384.195.498.371l.475-.184c-.116-.228-.245-.471-.484-.589-.469-.232-1.138-.112-1.407.365m2.672-.423v3.173l.5.001c.002-.461 0-.921.001-1.381h1.159c0 .46-.001.92.001 1.38h.5v-3.172a83.67 83.67 0 0 0-.501-.002v1.28h-1.159v-1.28l-.501.001m-7.017 3.174l.501-.001v-1.38h.601c.17.461.34.921.512 1.381l.544-.001c-.183-.487-.363-.974-.55-1.459.161-.131.336-.265.41-.466.219-.463-.063-1.088-.566-1.206-.48-.075-.968-.031-1.452-.042v3.174m2.78-3.174c.002 1.058 0 2.115.001 3.173h.512v-3.173h-.513m6.961 0l.001.446.724.001v2.726h.501l.001-2.726.734-.001v-.446h-1.961z"/><path fill="#fff" d="M10.194 2.965c.239-.108.556-.008.657.244a2.107 2.107 0 0 1-.007 1.689c-.133.344-.677.387-.854.06-.215-.374-.227-.83-.18-1.249.044-.273.116-.604.384-.744zM18.22 2.967c.295.02.614-.052.894.058.297.145.235.622-.081.701-.269.04-.542.017-.813.02v-.779zM6.894 8.26c.284.009.576-.029.855.036.308.117.307.599-.006.708-.277.07-.567.025-.849.035V8.26zM9.77 9.527c.107-.297.213-.593.322-.888l.31.887-.632.001zM15.491 13.554c.313.018.643-.049.945.053.301.141.245.655-.092.709-.283.035-.569.013-.853.016v-.778zM6.795 18.847c.281.004.567-.022.844.035.322.107.318.606 0 .714-.277.059-.563.022-.844.03v-.779z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--this-side-of-sign--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#585962" d="M2.196 5.143h.663c-.281.133-.57.269-.886.288l.224-.288zM11.735 5.586c2.908.314 5.895.086 8.823.284 1.403-.31 2.86.841 2.77 2.314-.122 1.916-.573 3.796-.613 5.719-.231 1.672-.33 3.848-2.253 4.47-2.405.222-4.833-.146-7.256-.023-.705-.135-1.835.241-2.207-.59-1.243.783-2.754.363-4.141.462-1.77-.098-3.617.236-5.338-.253-1.582-.657-1.324-2.692-.979-4.025.206-1.911.439-3.821.498-5.742.1-.891.643-1.803 1.46-2.213 1.783-.541 3.644-.043 5.464-.249 1.251-.207 2.56.331 3.773-.154m.133.249c-.203.085-.377.311-.615.262-2.3-.316-4.625-.165-6.937-.184-.927-.011-1.949.243-2.409 1.137-.583.474-.207 1.194-.479 1.792-.386 2.353-.513 4.73-.794 7.096-.165.889.472 1.904 1.394 2.025 2.573.113 5.145.184 7.721.119.224-1.112 1.417-.767 1.839-.019 2.514.288 5.07.004 7.599.246 1.463.159 3.058-1.021 2.98-2.575.334-1.354.276-2.756.55-4.117.113-1.644.811-3.426-.11-4.952-.914-.931-2.325-.618-3.482-.578-2.422-.135-4.85-.065-7.257-.251zM.985 6.916c.14-.39.378-.731.651-1.04-.071.42-.307.791-.651 1.04z"/><path fill="#585962" d="M11.858 6.204c.938-.405 1.349 1.041 2.331.489.625.325.34.846-.245.971-.815.754.886 1.384.498 2.267.055.893-.937 2.165-1.784 1.347-.678-.527.438-.985.899-.836.546-1.09-1.135-1.855-.762-3.023-.752.471-1.675.033-2.491.146-.429.869.918 1.406.622 2.273.127.749-.297 1.877-1.236 1.614-.442.025-.563-.521-.909-.584-.212.27-.945.538-.899-.011.325-1.33.207-2.72.521-4.055.21-.008.48-.075.599.152.044 1.172-.206 2.331-.235 3.5.345-.18 1.091.455 1.272-.1.401-.697-.331-1.257-.602-1.827.041-.735.081-2.15 1.233-1.849.491.094.733-.42 1.187-.474m-.021.477c-.417.245.042.89.394.535.471-.272.005-.729-.394-.535m2.033.262c-.249.085-.11.368.105.35.433.166.303-.639-.105-.35M9.788 8.037c-.098.606.258 1.528.886 1.685-.037-.651-.549-1.163-.886-1.685m3.418.133c-.098.743.673 1.2.797 1.897.561-.617-.264-1.472-.797-1.897M8.4 8.796c-.028.314-.032.63-.01.944.244-.255.301-.692.01-.944m.992 1.932c-.17.513.592.785.874.358.069-.394-.601-.306-.874-.358m3.727.039c-.583.048-.117.721.262.401.452-.06.044-.635-.262-.401zM4.231 6.575c.945.016 1.858.387 2.803.27.989-.309.748.643.53 1.144-.076 1.037-.279 2.075-.348 3.092-.523-.272-1.78.442-1.874-.35.265-.914.163-1.874.361-2.799.099-.413-.636-.758-.756-.255-.244 1.064-.189 2.194-.408 3.272-.124.216-.432.424-.644.206-.446-1.29.757-2.946-.211-4.114.079-.237.333-.368.547-.466m.119.24c-.639.317.072.847.48.495.573-.188-.19-.612-.48-.495m1.622 1.618c-.563 1.064 1.627 1.027 1.265.123-.453.442-.794-.086-1.265-.123zM17.18 6.702c1.411-.253 1.526 1.646 1.214 2.622-.324.677-.113 1.77-.919 2.128a1.227 1.227 0 0 1-1.211-.241c.01-1.434.229-2.86.536-4.258.095-.126.24-.19.381-.251m.112.125c-.698.538.444.674.885.833.02-.476-.465-.771-.885-.833m.134 1.262c-.387.537-.103 1.365-.264 2.014.709-.19.759-1.881.264-2.014m-.783 2.42c-.419.573.439.968.863.575.202-.556-.554-.338-.863-.575zM19.599 6.701c.871-.516 1.976.989.512.909-1.016.578.976 1.211.207 1.721-.329.168-.791.311-.768.764-.044.583.898.65.759 1.244-.423.413-1.15.333-1.498-.136-.066-1.359.48-2.665.367-4.03-.069-.279.222-.378.422-.472m.491.149c-.302.029-.907.331-.453.617.377.093 1.293-.498.453-.617m-.642 1.107c-.127.589.589-.127 0 0m.005.623c-.149.27-.343.973.19.711.549-.022.221-.787-.19-.711m-.271 1.909c-.513.508.386 1.303.879.733-.127-.4-.561-.519-.879-.733zM15.374 6.787c.399-.084.782.309.498.771-.08 1.186-.187 2.373-.392 3.547-.036.441-.757.136-.695-.216.146-1.373.215-2.767.589-4.102m.027 1.83a.563.563 0 0 0 0 .543c.179-.029.179-.514 0-.543zM.815 7.417c.047.396.003.797-.194 1.147.03-.387.1-.77.194-1.147zM.601 8.696C.654 10.766.245 12.804 0 14.85v-1.511c.425-1.511.305-3.107.601-4.643zM5.37 12.543c.704-.207 1.294.65 1.186 1.284-.353.557.399 1.09.05 1.603-.366.663-.51 1.463-1.05 2.015-.64.161-1.416-.415-1.277-1.112-.151-1.281-.226-3.079 1.092-3.789m.127.252c-.898.306.152.616.602.606.075-.333-.245-.766-.602-.606m-.143.735c-.137.876-.415 1.775-.127 2.655.764-.164.58-1.454.53-2.044.13-.503-.005-.706-.403-.611M4.7 16.559c-.097.437.156.971.777.644-.022-.385-.444-.578-.777-.644zM7.661 12.543c.409-.152 1.04.097 1.055.574-.058.391-.522.382-.756.621-.556.61 1.197 1.14.178 1.567-.871.282.003 1.926-1.002 2.018-.678-.923.197-2.136-.023-3.166.1-.557-.146-1.423.547-1.614m.119.244c-.475.272-.302.858.237.51.645-.047.253-.787-.237-.51m-.414 1.621c-.004.272-.116 1.027.301.818.64-.127.225-.974-.301-.818zM11.082 12.546c.444-.039 1.025.31.851.83-.306.232-.973.114-.965.629.303.693 1.139 1.181.941 2.046-.091.404-.121 1.14-.828.761-.405-.386.269-1.124-.274-1.521-.729-.731-.757-2.31.276-2.744m-.033.346c-.137.41.183.427.503.373.136-.41-.183-.427-.503-.373m-.391 1.25c.046.439.25.843.433 1.239.853.491-.02-1.087-.433-1.239zM14.645 12.669c.537-.179 1.073.206 1.214.707-.343.496-1.222-.025-1.346.698-.584 1.209 1.686.339 1.087 1.595-.135.785-.51 2.39-1.592 1.623-1.011-1.001-.3-2.691-.033-3.893a1.07 1.07 0 0 1 .67-.73m.117.244c-.213.118-.494.602-.034.486 1.065.556.657-.877.034-.486m.095 2.131c-.071.328.056.621.357.772.241-.339.182-.914-.357-.772m-.477.4c-.483.326.178 1.469.57.729-.155-.274-.119-.875-.57-.729m-.432 1.008c-.099.386.4 1.147.77.728.142-.495-.546-.417-.77-.728zM12.724 12.772c.414-.03.578.531.583.865-.465 1.139.058 2.47-.505 3.562-.783.203-.894-.758-.66-1.307.386-.987-.016-2.22.583-3.12zM16.658 12.773c.806-.312.561.914 1.1 1.016-.175-.524.034-1.129.629-1.018.555.96-.159 2.09-.142 3.126-.194.475.15 1.164-.24 1.553-.622.128-.728-.565-.894-.992-.403-.089-.26.371-.234.598-.245.279-.615.284-.86.001.08-.815.333-1.614.321-2.437.081-.611-.141-1.347.32-1.848m.137.359c-.033.612-.508 1.313-.109 1.859.762.276.593 1.272.912 1.881.502.748.504-1.357.272-1.534-.997-.371-.276-1.699-1.074-2.206z"/><path fill="#28232e" d="M2.858 5.143h19.305c1.407.679 1.873 2.212 1.582 3.684-.174 1.823-.467 3.634-.634 5.459-.178 1.619-.484 3.368-1.683 4.571H1.05c-.354-.396-.693-.806-1.051-1.2v-2.808c.245-2.046.654-4.084.601-6.154l.02-.132c.197-.349.241-.75.194-1.147.038-.173.098-.34.17-.502.344-.249.58-.62.651-1.04.107-.151.213-.303.335-.444.316-.019.606-.155.886-.288m8.879.444c-1.213.485-2.522-.053-3.773.154-1.82.206-3.681-.292-5.464.249-.818.41-1.36 1.322-1.46 2.213C.98 10.123.746 12.033.54 13.944c-.345 1.333-.603 3.369.979 4.025 1.722.489 3.568.155 5.338.253 1.387-.099 2.898.321 4.141-.462.372.832 1.502.456 2.207.59 2.423-.123 4.851.245 7.256.023 1.923-.622 2.022-2.797 2.253-4.47.041-1.924.491-3.803.613-5.719.09-1.473-1.366-2.623-2.77-2.314-2.928-.198-5.915.029-8.823-.284z"/><path fill="#28232e" d="M11.836 6.681c.399-.194.865.263.394.535-.352.356-.81-.29-.394-.535zM4.35 6.815c.29-.117 1.053.307.48.495-.408.352-1.119-.178-.48-.495zM17.293 6.827c.42.062.905.357.885.833-.441-.159-1.583-.295-.885-.833zM20.091 6.85c.839.119-.076.71-.453.617-.453-.286.151-.588.453-.617zM13.869 6.943c.409-.288.538.517.105.35-.216.018-.354-.265-.105-.35zM19.449 7.957c.589-.127-.127.589 0 0zM9.788 8.037c.338.522.85 1.034.886 1.685-.629-.157-.984-1.079-.886-1.685zM13.206 8.17c.533.425 1.359 1.28.797 1.897-.124-.697-.895-1.154-.797-1.897zM5.972 8.433c.471.037.811.565 1.265.123.362.904-1.827.941-1.265-.123zM15.401 8.617c.179.029.179.514 0 .543a.563.563 0 0 1 0-.543zM19.454 8.58c.411-.076.739.69.19.711-.533.262-.339-.441-.19-.711zM8.4 8.796c.291.251.234.688-.01.944a5.951 5.951 0 0 1 .01-.944zM16.644 10.509c.31.237 1.065.019.863.575-.424.392-1.283-.003-.863-.575zM19.183 10.489c.317.213.752.333.879.733-.493.57-1.392-.225-.879-.733zM9.392 10.728c.273.052.942-.036.874.358-.282.427-1.044.155-.874-.358zM13.119 10.767c.306-.234.714.342.262.401-.378.32-.844-.353-.262-.401zM5.498 12.796c.357-.16.677.273.602.606-.45.01-1.5-.3-.602-.606zM7.779 12.787c.49-.277.883.463.237.51-.54.348-.712-.239-.237-.51zM11.05 12.893c.32-.053.639-.037.503.373-.32.053-.64.037-.503-.373zM14.762 12.913c.622-.391 1.031 1.043-.034.486-.46.116-.179-.368.034-.486zM16.795 13.131c.799.507.077 1.835 1.074 2.206.232.177.23 2.282-.272 1.534-.319-.608-.15-1.605-.912-1.881-.399-.546.076-1.247.109-1.859zM10.659 14.143c.413.152 1.286 1.731.433 1.239-.183-.396-.387-.8-.433-1.239zM7.365 14.408c.526-.156.941.691.301.818-.417.21-.305-.546-.301-.818zM14.857 15.044c.538-.142.598.433.357.772-.301-.151-.428-.444-.357-.772zM13.948 16.452c.223.311.912.232.77.728-.37.419-.869-.342-.77-.728zM4.7 16.559c.333.066.756.259.777.644-.621.328-.874-.207-.777-.644z"/><path fill="#848b91" d="M11.869 5.835c2.408.187 4.836.117 7.257.251 1.157-.041 2.568-.353 3.482.578.922 1.526.223 3.308.11 4.952-.274 1.361-.216 2.763-.55 4.117.077 1.554-1.517 2.734-2.98 2.575-2.528-.243-5.084.042-7.599-.246-.422-.748-1.615-1.093-1.839.019-2.575.065-5.148-.006-7.721-.119C1.107 17.84.47 16.825.635 15.937c.281-2.366.408-4.743.794-7.096.272-.598-.104-1.318.479-1.792.46-.894 1.482-1.148 2.409-1.137 2.312.019 4.637-.132 6.937.184.237.05.411-.177.615-.262m-.011.37c-.455.053-.696.568-1.187.474-1.152-.301-1.192 1.114-1.233 1.849.27.57 1.003 1.13.602 1.827-.182.555-.927-.08-1.272.1.029-1.168.279-2.328.235-3.5-.119-.227-.39-.16-.599-.152-.314 1.335-.196 2.725-.521 4.055-.046.55.687.282.899.011.347.063.467.61.909.584.938.263 1.363-.865 1.236-1.614.296-.867-1.051-1.404-.622-2.273.817-.113 1.74.325 2.491-.146-.373 1.168 1.308 1.934.762 3.023-.461-.15-1.577.309-.899.836.847.818 1.839-.455 1.784-1.347.389-.883-1.313-1.512-.498-2.267.585-.126.87-.646.245-.971-.983.552-1.393-.894-2.331-.489m-7.628.371c-.215.098-.469.229-.547.466.968 1.168-.235 2.824.211 4.114.212.218.519.01.644-.206.218-1.078.164-2.208.408-3.272.119-.503.855-.157.756.255-.198.924-.095 1.884-.361 2.799.094.792 1.351.079 1.874.35.069-1.017.272-2.055.348-3.092.218-.502.46-1.453-.53-1.144-.945.117-1.858-.254-2.803-.27m12.949.127c-.141.061-.286.126-.381.251-.307 1.398-.526 2.824-.536 4.258.328.288.783.386 1.211.241.806-.358.596-1.451.919-2.128.312-.976.197-2.875-1.214-2.622m2.42-.001c-.199.094-.49.193-.422.472.113 1.365-.433 2.672-.367 4.03.348.469 1.076.549 1.498.136.138-.594-.804-.662-.759-1.244-.023-.453.439-.597.768-.764.77-.509-1.223-1.143-.207-1.721 1.464.08.359-1.425-.512-.909m-4.224.086c-.375 1.335-.443 2.729-.589 4.102-.062.352.659.657.695.216.206-1.173.312-2.361.392-3.547.284-.462-.099-.855-.498-.771M5.37 12.543c-1.318.71-1.243 2.508-1.092 3.789-.138.697.637 1.274 1.277 1.112.54-.552.684-1.352 1.05-2.015.349-.513-.403-1.045-.05-1.603.108-.634-.483-1.491-1.186-1.284m2.292.001c-.693.19-.447 1.057-.547 1.614.22 1.03-.655 2.243.023 3.166 1.004-.091.131-1.736 1.002-2.018 1.02-.427-.734-.957-.178-1.567.234-.239.697-.23.756-.621-.015-.477-.646-.726-1.055-.574m3.42.003c-1.032.434-1.004 2.013-.276 2.744.543.397-.131 1.135.274 1.521.707.38.736-.357.828-.761.198-.865-.637-1.352-.941-2.046-.008-.514.659-.396.965-.629.174-.521-.406-.87-.851-.83m3.564.124a1.066 1.066 0 0 0-.67.73c-.267 1.203-.978 2.893.033 3.893 1.082.767 1.458-.838 1.592-1.623.599-1.256-1.671-.386-1.087-1.595.124-.724 1.003-.202 1.346-.698-.141-.502-.677-.886-1.214-.707m-1.921.103c-.599.9-.197 2.133-.583 3.12-.234.549-.123 1.51.66 1.307.564-1.092.041-2.423.505-3.562-.005-.334-.169-.895-.583-.865m3.935.001c-.461.5-.239 1.237-.32 1.848.011.823-.241 1.622-.321 2.437.245.283.615.278.86-.001-.027-.227-.169-.687.234-.598.166.427.272 1.12.894.992.39-.389.046-1.078.24-1.553-.016-1.036.697-2.166.142-3.126-.594-.11-.804.494-.629 1.018-.538-.102-.293-1.328-1.1-1.016z"/><path fill="#848b91" d="M17.427 8.089c.495.133.444 1.823-.264 2.014.161-.649-.123-1.477.264-2.014zM5.355 13.531c.397-.095.532.108.403.611.051.59.235 1.881-.53 2.044-.288-.88-.01-1.779.127-2.655zM14.38 15.444c.451-.146.415.455.57.729-.392.74-1.053-.403-.57-.729z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--tractors-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.925 0h1.976c2.559.204 5.049 1.227 6.981 2.922 2.344 2.002 3.804 4.941 4.118 7.997v1.982c-.2 2.497-1.176 4.931-2.804 6.841-2.039 2.457-5.098 4.008-8.278 4.258H11.1c-2.56-.204-5.052-1.228-6.984-2.925C1.781 19.081.325 16.157 0 13.115v-2.302c.351-3.047 1.825-5.968 4.182-7.948C6.061 1.231 8.46.266 10.925 0m1.216 5.173c.025.395.162.796.064 1.189-.314 1.355-.623 2.713-.939 4.069H5.034c-.278-.032-.628.118-.607.446-.016 1.265-.001 2.531-.005 3.796.286.001.573.003.859.001.508-.456 1.195-.731 1.883-.644.871.068 1.636.674 1.982 1.464 1.173.005 2.347.001 3.522.001-.094-.561-.113-1.14.011-1.699.3-1.504 1.508-2.762 2.987-3.148 1.411-.399 2.989.046 4.027 1.069l.503-.489c-.497-.534-.976-1.083-1.477-1.612-.005-1.481 0-2.962-.003-4.443-2.19-.001-4.382-.003-6.574 0m3.828 5.806a3.766 3.766 0 0 0-2.234 1.424c-.74.971-.945 2.31-.552 3.462a3.834 3.834 0 0 0 1.921 2.187c1.151.558 2.594.488 3.665-.22 1.485-.915 2.148-2.92 1.485-4.537-.618-1.677-2.541-2.72-4.286-2.315m-9.543 3.425c-.941.24-1.648 1.2-1.528 2.177.084 1.102 1.185 1.994 2.282 1.832 1.066-.117 1.925-1.166 1.787-2.237-.091-1.196-1.384-2.108-2.542-1.773z"/><path fill="#0e518d" d="M12.953 6.137c1.598-.004 3.196-.001 4.792-.001.003 1.158 0 2.315.001 3.473-1.311-.001-2.623.005-3.934-.004-.233.264-.453.541-.668.821-.392.011-.784.008-1.175.005.326-1.432.655-2.863.984-4.293zM16.231 12.554c1.23-.338 2.588.639 2.661 1.911.15 1.234-.956 2.425-2.198 2.356-1.221.019-2.27-1.167-2.111-2.377.073-.894.778-1.689 1.648-1.89m.134.512c-.74.163-1.309.894-1.258 1.656.015.838.768 1.571 1.604 1.569.902.033 1.716-.797 1.655-1.7-.003-.987-1.048-1.781-2.001-1.525zM6.654 15.558c.642-.256 1.352.461 1.098 1.102-.17.632-1.101.8-1.49.281-.388-.44-.172-1.216.392-1.383z"/><path fill="#f7fbf5" d="M12.141 5.173c2.192-.003 4.384-.001 6.574 0 .003 1.481-.003 2.962.003 4.443.501.529.98 1.078 1.477 1.612l-.503.489c-1.038-1.022-2.616-1.468-4.027-1.069-1.48.386-2.688 1.644-2.987 3.148-.123.558-.105 1.138-.011 1.699-1.175 0-2.348.004-3.522-.001-.346-.79-1.111-1.396-1.982-1.464-.688-.086-1.375.188-1.883.644-.286.001-.573 0-.859-.001.004-1.265-.011-2.531.005-3.796-.021-.328.329-.477.607-.446h6.232c.316-1.356.625-2.714.939-4.069.098-.394-.038-.794-.064-1.189m.813.964c-.329 1.431-.658 2.861-.984 4.293.391.003.782.005 1.175-.005.215-.28.435-.557.668-.821 1.311.009 2.623.003 3.934.004-.001-1.158.001-2.315-.001-3.473-1.596 0-3.194-.003-4.792.001z"/><path fill="#f7fbf5" d="M15.97 10.979c1.745-.404 3.668.638 4.286 2.315.663 1.618 0 3.623-1.485 4.537-1.071.708-2.514.778-3.665.22a3.83 3.83 0 0 1-1.921-2.187c-.394-1.152-.188-2.491.552-3.462a3.766 3.766 0 0 1 2.234-1.424m.26 1.576c-.87.2-1.575.996-1.648 1.89-.159 1.211.89 2.396 2.111 2.377 1.242.069 2.348-1.122 2.198-2.356-.073-1.272-1.431-2.249-2.661-1.911z"/><path fill="#f7fbf5" d="M16.365 13.066c.953-.256 1.998.538 2.001 1.525.061.903-.753 1.733-1.655 1.7-.837.003-1.59-.731-1.604-1.569-.05-.762.518-1.493 1.258-1.656zM6.426 14.405c1.158-.335 2.45.577 2.542 1.773.138 1.071-.721 2.12-1.787 2.237-1.097.162-2.198-.731-2.282-1.832-.121-.977.586-1.937 1.528-2.177m.227 1.152c-.565.167-.781.943-.392 1.383.39.518 1.321.351 1.49-.281.255-.64-.456-1.358-1.098-1.102z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--traffic-signal-photo-enforced--g1" xmlns="http://www.w3.org/2000/svg"><path d="M5.509 0h12.928c.893.111 1.55.964 1.495 1.855l.001-.301v20.444c.009.606-.176 1.254-.686 1.622-.47.392-1.122.32-1.69.381H6.856c-.657-.112-1.413.097-2.001-.289-.426-.257-.695-.712-.788-1.194V1.465A1.737 1.737 0 0 1 5.509.001m.088.13c-.779.054-1.441.78-1.405 1.565.001 6.87-.001 13.738.001 20.608-.019.833.748 1.572 1.58 1.527 4.152 0 8.305.001 12.457-.001.82.026 1.57-.71 1.545-1.533.004-6.864.001-13.727.001-20.591.045-.84-.707-1.599-1.543-1.582-4.212 0-8.424-.015-12.636.007z"/><path d="M5.494.516c.191-.045.388-.047.581-.049 4.017.006 8.032-.004 12.049.005.711-.029 1.341.614 1.3 1.324 0 6.802.003 13.605-.002 20.407.022.686-.592 1.303-1.28 1.274-4.125 0-8.249.005-12.375-.003-.67.002-1.247-.613-1.222-1.279-.005-6.797-.002-13.596-.002-20.393-.03-.582.382-1.15.95-1.285m.314.331c-.509-.018-.935.463-.894.962.001 6.796-.003 13.592.002 20.387-.022.505.442.957.948.913 4.089 0 8.178.002 12.266-.001.501.034.946-.42.924-.917.005-6.796.002-13.594.001-20.39.04-.512-.412-.989-.929-.956C14.019.844 9.913.84 5.807.848z"/><path d="M9.508 2.51c1.652-.003 3.303.006 4.954-.004v13.536H9.509L9.508 2.51m2.036.668c-.729.171-1.322.812-1.407 1.559-.111.773.341 1.578 1.047 1.902a1.866 1.866 0 0 0 1.818-.122c.696-.443 1.032-1.377.739-2.156-.292-.878-1.303-1.419-2.197-1.183m-.096 4.325c-.752.22-1.328.948-1.325 1.738-.046 1.045.941 1.968 1.978 1.874 1.028-.038 1.889-1.052 1.729-2.077-.109-1.101-1.335-1.885-2.383-1.535m.183 4.266c-.876.154-1.566.999-1.505 1.893.021 1 .973 1.854 1.97 1.763 1.029-.03 1.892-1.049 1.736-2.071-.101-1.034-1.19-1.806-2.201-1.586zM8.509 17.433c.268.004.54-.021.805.034.311.075.432.511.211.742-.186.219-.502.146-.753.165v.72l-.264-.001.001-1.66m.265.672c.175-.002.349-.009.524-.017l.097-.219c-.129-.23-.404-.167-.624-.182l.002.418zM10.817 17.439l.268-.004c.001.554.002 1.108 0 1.662l-.261.007c-.003-.243-.003-.486-.003-.729h-.606l-.001.724h-.263v-1.663h.264c0 .224 0 .448-.007.672.205-.002.41-.002.615-.002 0-.222-.002-.445-.006-.667zM11.939 17.427c.22-.054.488-.001.604.215.2.361.194.826.03 1.201-.148.354-.713.388-.904.056-.174-.293-.189-.66-.113-.986.046-.205.161-.432.384-.486m.076.257c-.313.216-.267.707-.151 1.025.125.284.52.126.524-.15.071-.3.082-.94-.374-.876zM12.973 17.436h1.031l.004.232-.388.002-.001 1.43-.263-.001-.001-1.428-.379-.002-.004-.233zM14.55 17.504c.238-.172.636-.12.773.157.189.378.186.857-.01 1.231-.196.351-.792.3-.924-.081-.166-.413-.172-.974.161-1.306m.2.188c-.26.242-.227.662-.137.974.048.208.361.272.467.078.147-.267.144-.606.043-.888-.05-.159-.225-.217-.374-.165zM6.281 20.273l.98-.001.012.26-.728.004-.001.405c.163.001.325.001.487.003l-.002.268a79.065 79.065 0 0 0-.487-.004l.004.459.77.001-.001.267H6.281v-1.662zM7.66 20.26l.257.024c.227.335.411.7.608 1.054.007-.355.007-.712.005-1.067h.264c0 .557.001 1.116-.001 1.674l-.226-.028c-.237-.349-.417-.733-.635-1.094-.015.37-.009.738-.009 1.108h-.264c0-.557-.001-1.115.001-1.671zM9.254 20.273h1.036l-.001.262-.771.001v.406l.485.001v.267l-.485.001v.726l-.265-.004c.002-.553 0-1.107.001-1.66zM10.914 20.293c.263-.125.616-.019.721.263.155.382.154.852-.064 1.208-.224.333-.811.238-.916-.154-.148-.424-.162-1.048.259-1.317m.128.238c-.27.219-.23.64-.156.945.033.198.31.309.447.147.18-.253.171-.6.088-.888-.037-.167-.218-.278-.38-.204zM12.174 20.271c.324.03.734-.099.987.167.209.23.093.573-.137.739.094.254.192.507.284.762l-.278-.016c-.108-.233-.187-.478-.279-.717l-.313.002-.001.723h-.263v-1.66m.265.256l-.001.418c.199-.021.477.07.577-.164-.001-.312-.37-.24-.576-.254zM13.78 20.461c.238-.351.781-.248.986.088l-.247.143-.199-.197c-.55.009-.527.825-.268 1.146.265.217.441-.261.712-.05-.13.39-.691.513-.95.188-.264-.378-.26-.923-.034-1.317zM15.176 20.273h.982l.001.262h-.719v.407l.484.001v.267l-.485.001v.456h.771l.001.268h-1.035v-1.662zM16.554 20.27c.253.003.507-.014.758.027.311.164.387.562.372.885-.014.295-.145.654-.458.738-.223.023-.448.01-.672.011V20.27m.264.255v1.145c.177-.018.424.048.514-.158.121-.26.117-.581-.003-.84-.09-.194-.343-.116-.511-.147z"/><path fill="#fff" d="M5.597.131C9.809.109 14.021.124 18.233.124c.836-.017 1.589.741 1.543 1.582 0 6.864.003 13.727-.001 20.591.024.823-.725 1.56-1.545 1.533-4.152.002-8.305.001-12.457.001-.831.044-1.599-.694-1.58-1.527-.002-6.87 0-13.738-.001-20.608C4.156.912 4.818.186 5.597.131m-.103.385c-.568.136-.98.703-.95 1.285 0 6.797-.003 13.596.002 20.393-.025.667.552 1.281 1.222 1.279 4.125.008 8.249.003 12.375.003.688.029 1.302-.588 1.28-1.274.005-6.802.002-13.605.002-20.407.04-.71-.589-1.353-1.3-1.324C14.108.462 10.093.472 6.076.466c-.194.002-.391.004-.581.049z"/><path fill="#fff" d="M5.807.848C9.913.84 14.019.844 18.125.846c.517-.033.969.444.929.956.001 6.796.004 13.594-.001 20.39.022.497-.423.951-.924.917-4.088.003-8.177.001-12.266.001-.506.044-.97-.408-.948-.913-.005-6.795-.001-13.591-.002-20.387-.041-.499.385-.98.894-.962M9.508 2.51l.001 13.532h4.953V2.506c-1.651.01-3.302.001-4.954.004m-.999 14.923l-.001 1.66.264.001v-.72c.251-.019.567.054.753-.165.221-.231.1-.667-.211-.742-.265-.055-.537-.03-.805-.034m2.308.006c.004.222.006.445.006.667-.205 0-.41 0-.615.002.007-.224.007-.448.007-.672h-.264v1.663h.263l.001-.724h.606c0 .243 0 .486.003.729l.261-.007c.002-.554.001-1.108 0-1.662l-.268.004m1.122-.012c-.223.054-.337.281-.384.486-.075.326-.06.693.113.986.191.331.756.298.904-.056.164-.375.17-.84-.03-1.201-.115-.216-.384-.269-.604-.215m1.035.009l.004.233.379.002.001 1.428.263.001.001-1.43.388-.002-.004-.232h-1.031m1.576.068c-.332.332-.326.894-.161 1.306.132.382.728.433.924.081.196-.375.199-.854.01-1.231-.138-.277-.535-.328-.773-.157m-8.269 2.77v1.662h1.034l.001-.267-.77-.001a70.852 70.852 0 0 1-.004-.459l.487.004.002-.268c-.162-.002-.324-.002-.487-.003l.001-.405.728-.004-.012-.26-.98.001m1.379-.013c-.002.556-.001 1.114-.001 1.671h.264c0-.37-.006-.738.009-1.108.218.36.398.744.635 1.094l.226.028c.002-.558.001-1.117.001-1.674H8.53c.002.355.002.712-.005 1.067-.197-.354-.381-.719-.608-1.054l-.257-.024m1.594.013c-.001.553.001 1.107-.001 1.66l.265.004v-.726l.485-.001v-.267l-.485-.001v-.406l.771-.001.001-.262H9.254m1.66.02c-.421.269-.407.894-.259 1.317.104.392.692.487.916.154.218-.356.219-.826.064-1.208-.105-.282-.458-.388-.721-.263m1.26-.022v1.66h.263l.001-.723.313-.002c.092.239.171.484.279.717l.278.016c-.092-.255-.19-.508-.284-.762.23-.166.345-.509.137-.739-.253-.266-.663-.137-.987-.167m1.606.19c-.226.395-.23.94.034 1.317.259.325.82.202.95-.188-.271-.211-.447.267-.712.05-.259-.32-.282-1.137.268-1.146l.199.197.247-.143c-.205-.336-.748-.44-.986-.088m1.396-.187v1.662h1.035l-.001-.268h-.771v-.456l.485-.001v-.267l-.484-.001a27.609 27.609 0 0 1 0-.407h.719l-.001-.262h-.982m1.378-.003v1.661c.224-.001.449.012.672-.011.313-.084.444-.443.458-.738.015-.322-.06-.721-.372-.885-.251-.041-.505-.024-.758-.027z"/><path fill="#fff" d="M8.774 18.105l-.002-.418c.22.015.495-.048.624.182l-.097.219a15.28 15.28 0 0 1-.524.017zM12.016 17.684c.456-.064.445.575.374.876-.004.275-.4.434-.524.15-.116-.318-.163-.809.151-1.025zM14.75 17.693c.149-.052.323.006.374.165.1.282.103.621-.043.888-.105.194-.419.13-.467-.078-.09-.312-.124-.732.137-.974zM11.042 20.531c.162-.074.342.037.38.204.082.287.091.635-.088.888-.137.163-.414.051-.447-.147-.074-.305-.114-.726.156-.945zM12.439 20.527c.207.014.575-.058.576.254-.1.234-.379.143-.577.164l.001-.418zM16.818 20.525c.168.03.421-.047.511.147.12.259.125.58.003.84-.09.206-.337.14-.514.158v-1.145z"/><path fill="#af1e2d" d="M11.544 3.178c.894-.236 1.905.305 2.197 1.183.293.779-.043 1.713-.739 2.156a1.869 1.869 0 0 1-1.818.122c-.706-.324-1.159-1.129-1.047-1.902.085-.746.678-1.388 1.407-1.558z"/><path fill="#ffd033" d="M11.448 7.503c1.048-.349 2.273.435 2.383 1.535.16 1.024-.701 2.038-1.729 2.077-1.037.094-2.024-.828-1.978-1.874-.003-.79.572-1.518 1.325-1.738z"/><path fill="#006649" d="M11.63 11.769c1.011-.22 2.1.551 2.201 1.586.156 1.021-.707 2.04-1.736 2.071-.997.09-1.949-.763-1.97-1.763-.06-.894.63-1.739 1.505-1.893z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trams-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M10.915 0h1.995c2.676.213 5.275 1.328 7.24 3.163 2.222 2.026 3.608 4.911 3.85 7.905v1.846c-.214 2.677-1.33 5.277-3.167 7.243-2.024 2.218-4.906 3.601-7.895 3.844h-1.972c-2.567-.255-5.063-1.297-6.979-3.038C1.688 18.932.247 15.992 0 12.936v-1.967C.285 7.95 1.706 5.05 3.985 3.039 5.889 1.307 8.365.274 10.915 0m-.492 5.44c-1.643.025-3.287.001-4.932.008-.385-.001-.764.085-1.137.178l.147.324a4.373 4.373 0 0 0-.311 3.164h1.958c.067-.631.584-1.226 1.26-1.148.613.026 1.001.584 1.075 1.148 1.867.003 3.732-.003 5.598.003.075-.581.516-1.152 1.147-1.14.632-.023 1.096.546 1.157 1.138 1.157.015 2.316.005 3.466-.149-.04-.997.159-2.059-.343-2.976l.214-.259a3.053 3.053 0 0 0-1.344-.284c-1.975.005-3.95 0-5.925.004l-.225-.163c-.608-.03-1.218-.016-1.806.152M7.049 8.432c-.47.174-.592.867-.199 1.184.385.376 1.108.112 1.166-.421.104-.518-.488-.989-.967-.763m7.95-.013c-.499.159-.634.891-.213 1.208.389.363 1.097.088 1.151-.437.097-.503-.462-.967-.938-.771m-2.322 4.589c.512.325 1.02.657 1.543.968-.635-.027-1.249.166-1.882.136-2.357.005-4.714.023-7.07.023l-.008.317.239.019c-.337.715-.752 1.445-.708 2.264.044.335-.129.808.233 1.005.163.139.377.18.587.171 3.888-.003 7.776-.001 11.664-.001.614-.023 1.314.148 1.803-.331-.018-.583.069-1.181-.108-1.746-.149-.476-.381-.917-.592-1.367l.237-.011v-.321c-.872 0-1.744-.001-2.617.001l-.195-.147-.908-.003c.514-.326 1.029-.65 1.541-.978-.619-.414-1.243-.82-1.867-1.226-.632.407-1.266.812-1.894 1.225M6.01 18.188c.1.236.165.557.459.624.337.18.606-.148.849-.329.477-.008.955-.008 1.43.001.239.181.501.501.834.331.302-.063.373-.385.47-.629a165.116 165.116 0 0 0-4.043.003m7.819-.001c.1.236.165.554.455.623.341.177.61-.143.854-.329.477-.007.955-.007 1.432.003.237.189.501.499.838.329.298-.067.365-.387.465-.628a165.198 165.198 0 0 0-4.044.003z"/><path fill="#03559b" d="M4.708 5.909c.37-.139.784-.091 1.167-.032.114.457.048.933.062 1.397-.014.494.048.994-.053 1.481a3.944 3.944 0 0 1-1.096.019c-.187-.177-.097-.459-.123-.686.025-.727-.047-1.459.044-2.181zM6.199 5.856a13.89 13.89 0 0 1 1.241-.015c.022.454.025.909.001 1.363-.41-.021-.841.069-1.237-.059-.036-.429-.015-.86-.005-1.289zM7.716 5.859c.89-.045 1.784-.037 2.676-.005.005.448.005.897-.007 1.344-.885.014-1.769.011-2.655.003-.025-.447-.019-.894-.014-1.341zM10.659 5.855a40.531 40.531 0 0 1 2.678-.007c.018.451.022.902-.005 1.354-.868-.008-1.738.034-2.604-.016-.177-.399-.043-.894-.069-1.33zM13.613 5.857a28.74 28.74 0 0 1 2.576-.004c.221.385.062.908.085 1.347-.883.01-1.768.007-2.651.001-.023-.447-.016-.896-.01-1.344zM16.563 5.842c.78-.014 1.562-.016 2.344.001.193.437.379.883.49 1.351a66.09 66.09 0 0 1-2.851-.004c-.004-.45-.005-.9.018-1.348zM12.928 12.99c.542-.35 1.083-.701 1.635-1.038.539.34 1.071.688 1.603 1.037-.547.325-1.051.731-1.627 1.005-.564-.291-1.072-.675-1.611-1.004zM5.745 14.504c.177-.047.361-.049.542-.067.038.684.029 1.37.011 2.056-.318-.012-.634-.04-.949-.077-.073-.169-.148-.337-.199-.513.125-.492.339-.963.595-1.399zM6.553 14.473c.44-.018.883-.045 1.322.007.103 1.023.025 2.06.034 3.087-.45.019-.9.016-1.351.01-.019-1.035-.011-2.069-.005-3.104zM8.171 14.481c.775-.06 1.554-.019 2.33-.015.003.647.04 1.299-.011 1.945-.739.176-1.555.026-2.323.073-.048-.665-.088-1.341.004-2.002zM10.762 14.464c.784-.016 1.57-.015 2.355-.001.025.668.023 1.336.003 2.004-.765.019-1.532.043-2.297-.001-.17-.636-.037-1.339-.06-2.001zM13.38 14.466c.769-.005 1.541-.044 2.311.011.132.634.069 1.307.032 1.952-.767.13-1.558.025-2.334.051a32.95 32.95 0 0 1-.008-2.013zM15.999 14.482c.44-.058.886-.026 1.329-.011.005 1.035.018 2.071-.008 3.106-.45.005-.901.01-1.351-.015.01-1.027-.058-2.059.03-3.08zM17.575 14.477c.182-.01.365-.019.547-.026.208.421.427.842.572 1.291.095.24-.089.464-.17.677-.313.034-.627.062-.942.074a52.112 52.112 0 0 1-.007-2.016z"/><path fill="#fff" d="M10.423 5.44c.588-.169 1.199-.182 1.806-.152l.225.163c1.975-.004 3.95.001 5.925-.004.465-.012.923.092 1.344.284l-.214.259c.502.917.303 1.979.343 2.976-1.149.155-2.308.165-3.466.149-.062-.592-.525-1.162-1.157-1.138-.631-.012-1.071.558-1.147 1.14-1.867-.005-3.732 0-5.598-.003-.074-.564-.462-1.122-1.075-1.148-.676-.078-1.193.517-1.26 1.148H4.191a4.373 4.373 0 0 1 .311-3.164c-.049-.108-.097-.217-.147-.324.373-.093.752-.18 1.137-.178 1.644-.007 3.289.016 4.932-.008m-5.716.469c-.091.721-.019 1.454-.044 2.181.026.226-.063.509.123.686.363.04.735.043 1.096-.019.101-.487.04-.987.053-1.481-.014-.465.052-.941-.062-1.397-.383-.059-.797-.107-1.167.032m1.492-.055c-.01.429-.03.86.005 1.289.396.128.827.038 1.237.059a13.77 13.77 0 0 0-.001-1.363 13.89 13.89 0 0 0-1.241.015m1.517.003c-.005.447-.011.894.014 1.341.886.008 1.771.011 2.655-.003.012-.447.012-.896.007-1.344a31.014 31.014 0 0 0-2.676.005m2.943-.003c.026.436-.108.931.069 1.33.867.051 1.736.008 2.604.016.027-.451.023-.902.005-1.354a40.528 40.528 0 0 0-2.678.007m2.954.003c-.007.448-.014.897.01 1.344.883.005 1.768.008 2.651-.001-.023-.439.136-.961-.085-1.347a28.741 28.741 0 0 0-2.576.004m2.95-.015c-.023.448-.022.898-.018 1.348.95.026 1.901.019 2.851.004-.111-.468-.296-.913-.49-1.351a57.24 57.24 0 0 0-2.344-.001z"/><path fill="#fff" d="M7.049 8.432c.479-.226 1.071.244.967.763-.058.533-.78.797-1.166.421-.394-.317-.272-1.009.199-1.184zM14.999 8.419c.476-.196 1.035.267.938.771-.053.525-.761.801-1.151.437-.421-.317-.287-1.049.213-1.208zM12.677 13.008c.628-.413 1.262-.817 1.894-1.225.624.406 1.248.812 1.867 1.226-.513.328-1.027.651-1.541.978.303.001.606.001.908.003l.195.147c.872-.003 1.744-.001 2.617-.001v.321l-.237.011c.211.45.443.891.592 1.367.177.565.091 1.163.108 1.746-.49.479-1.189.307-1.803.331-3.888 0-7.776-.001-11.664.001-.21.008-.424-.033-.587-.171-.362-.197-.189-.671-.233-1.005-.044-.819.37-1.55.708-2.264l-.239-.019.008-.317c2.356 0 4.712-.018 7.07-.023.632.03 1.247-.163 1.882-.136-.523-.311-1.031-.643-1.543-.968m.249-.02c.539.329 1.048.713 1.611 1.004.576-.274 1.079-.68 1.627-1.005-.532-.348-1.064-.697-1.603-1.037-.551.337-1.093.688-1.635 1.038m-7.183 1.514c-.256.436-.47.907-.595 1.399.051.176.126.344.199.513.315.037.631.064.949.077a25.17 25.17 0 0 0-.011-2.056c-.181.018-.365.021-.542.067m.808-.031c-.005 1.034-.014 2.068.005 3.104.451.007.901.01 1.351-.01-.01-1.027.069-2.064-.034-3.087-.439-.052-.882-.025-1.322-.007m1.618.008c-.092.661-.052 1.337-.004 2.002.768-.047 1.584.103 2.323-.073.051-.646.014-1.297.011-1.945-.776-.004-1.555-.045-2.33.015m2.591-.016c.023.662-.11 1.365.06 2.001.765.044 1.532.021 2.297.001a29.11 29.11 0 0 0-.003-2.004 61.629 61.629 0 0 0-2.355.001m2.619.003c-.014.672-.019 1.343.008 2.013.776-.026 1.568.08 2.334-.051.037-.645.1-1.318-.032-1.952-.769-.055-1.541-.016-2.311-.011m2.62.017c-.088 1.022-.021 2.053-.03 3.08.45.025.901.021 1.351.015.026-1.035.014-2.071.008-3.106-.443-.015-.889-.047-1.329.011m1.576-.005c-.007.672-.012 1.344.007 2.016.315-.012.629-.04.942-.074.081-.214.265-.437.17-.677-.145-.448-.363-.869-.572-1.291-.182.007-.365.016-.547.026zM6.01 18.188c1.347-.019 2.696-.016 4.043-.003-.097.244-.169.566-.47.629-.333.17-.595-.149-.834-.331-.476-.01-.953-.01-1.43-.001-.243.181-.512.509-.849.329-.295-.067-.359-.388-.459-.624zM13.828 18.188a170.36 170.36 0 0 1 4.044-.003c-.1.241-.167.561-.465.628-.337.17-.601-.14-.838-.329-.477-.01-.955-.01-1.432-.003-.244.187-.513.506-.854.329-.291-.069-.355-.387-.455-.623z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trams-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0c479d" d="M11.489 0h1.001c3.007.132 5.952 1.416 8.054 3.578 2.13 2.135 3.378 5.101 3.456 8.113v.858c-.161 3.126-1.56 6.176-3.884 8.284-2.04 1.901-4.763 3.007-7.54 3.167h-1.067c-2.867-.132-5.676-1.298-7.753-3.284C1.517 18.626.173 15.651 0 12.599v-1.001c.102-3.011 1.373-5.966 3.518-8.087 2.094-2.119 5-3.372 7.97-3.511M6.1 8.375c.617.445 1.271.836 1.896 1.272-.386.008-.773-.02-1.157.013-.197.053-.383.155-.592.143-.889-.002-1.777-.004-2.666-.002l.006.596.289.007c-.361.703-.738 1.399-1.081 2.111-.104.419-.042.863-.06 1.292-.041.35.224.769.613.722 5.765-.002 11.53-.004 17.294 0 .258.006.565-.023.72-.262.119-.215.083-.472.097-.707-.024-.425.092-.89-.138-1.276-.33-.655-.653-1.314-.982-1.969l.29-.008.011-.523c-3.198 0-6.396.018-9.594.025-.326-.004-.679.05-.961-.152-.385-.013-.77-.002-1.156-.002.605-.444 1.217-.876 1.826-1.313-.77-.522-1.542-1.043-2.317-1.558-.78.53-1.564 1.055-2.34 1.59m8.458 6.327c-.049.692.817 1.091 1.356.721.271-.136.346-.442.4-.714-.586-.005-1.171-.018-1.756-.007m-10.14 0c-.04.662.762 1.074 1.306.751.3-.126.402-.45.455-.743-.587-.006-1.174-.019-1.76-.008m1.895.546h1.453l-.134-.527H6.456c-.049.175-.097.35-.144.527m1.603-.523c.001.378.228.736.608.823.545.185 1.134-.244 1.15-.815-.586-.005-1.172-.017-1.758-.008m8.676-.004l-.142.527h1.454l-.138-.527H16.59m1.464.003c-.049.655.733 1.066 1.279.767.308-.126.426-.454.478-.756-.586-.006-1.171-.017-1.757-.011z"/><path fill="#0c479d" d="M8.444 7.099c.632.404 1.253.827 1.88 1.238-.631.437-1.27.863-1.906 1.294-.623-.428-1.25-.85-1.877-1.27.632-.424 1.262-.85 1.902-1.262zM4.237 10.368h.62c.008.751.013 1.502.023 2.252-.478-.018-1.152.162-1.409-.379l-.025-.235c.161-.587.536-1.088.791-1.638zM7.247 10.39c.706-.048 1.415-.026 2.122-.037.239-.031.515.112.516.379.022.528.04 1.06.006 1.588-.028.247-.305.352-.524.335-.68-.002-1.362.028-2.042.001-.215.008-.392-.197-.38-.406a21.123 21.123 0 0 1-.014-1.446c-.017-.192.121-.391.318-.414zM10.59 10.375c.712-.032 1.427-.028 2.141-.029.251-.03.49.179.464.437.011.524.048 1.052-.007 1.573-.106.352-.546.284-.83.295-.636-.035-1.288.078-1.913-.049-.354-.28-.15-.811-.212-1.199.024-.348-.14-.959.358-1.028zM13.835 10.367c.702-.084 1.416-.031 2.124-.056.248-.031.576.068.586.367.029.52.036 1.043.013 1.562-.004.24-.25.392-.473.372-.682.005-1.364.023-2.047.007a.392.392 0 0 1-.431-.395 22.986 22.986 0 0 1-.017-1.438c-.012-.174.074-.358.245-.42zM17.188 10.363c.431-.037.866-.037 1.3-.018.233-.01.392.223.366.442.018.965.026 1.931.029 2.896.031.235-.15.476-.397.461-.434.017-.872.03-1.307-.012-.263-.047-.29-.35-.284-.566-.004-.922-.024-1.842-.02-2.762-.028-.202.097-.424.314-.439zM19.271 10.369l.619-.002c.26.505.578.983.798 1.507.127.323-.137.624-.422.734-.323.037-.649.013-.973.014l-.022-2.254zM5.324 10.481c.262-.174.617-.085.916-.091.296-.025.311.313.304.522-.007.994.04 1.988.01 2.981-.04.322-.445.241-.672.259-.199-.016-.546.048-.588-.229-.056-.959-.02-1.922-.049-2.882.022-.184-.048-.406.08-.559z"/><path fill="#fff" d="M6.1 8.375c.776-.535 1.56-1.06 2.34-1.59.775.515 1.547 1.036 2.317 1.558-.61.437-1.222.869-1.826 1.313.385 0 .77-.011 1.156.002.282.203.635.149.961.152 3.198-.007 6.396-.025 9.594-.025l-.011.523-.29.008c.329.655.652 1.314.982 1.969.23.385.114.851.138 1.276-.014.235.022.492-.097.707-.155.239-.462.268-.72.262-5.765-.004-11.53-.002-17.294 0-.389.047-.654-.372-.613-.722.018-.43-.044-.874.06-1.292.343-.712.72-1.408 1.081-2.111l-.289-.007-.006-.596c.889-.001 1.777 0 2.666.002.209.012.395-.09.592-.143.384-.034.77-.005 1.157-.013-.625-.436-1.279-.827-1.896-1.272m2.342-1.277c-.64.413-1.27.839-1.902 1.262.626.42 1.254.841 1.877 1.27.636-.431 1.274-.857 1.906-1.294-.628-.412-1.248-.834-1.88-1.238m-4.208 3.269c-.254.55-.63 1.051-.791 1.638l.025.235c.257.541.931.361 1.409.379-.01-.75-.014-1.501-.023-2.252h-.62m3.01.022c-.197.023-.335.222-.318.414-.011.482-.007.965.014 1.446-.012.209.166.414.38.406.68.026 1.362-.004 2.042-.001.22.017.497-.088.524-.335.034-.528.016-1.06-.006-1.588-.001-.268-.277-.41-.516-.379-.707.011-1.416-.011-2.122.037m3.345-.015c-.498.07-.334.68-.358 1.028.062.388-.142.919.212 1.199.625.127 1.277.014 1.913.049.284-.011.725.056.83-.295.055-.521.018-1.049.007-1.573.025-.258-.214-.467-.464-.437-.714.001-1.429-.004-2.141.029m3.246-.008c-.17.062-.257.246-.245.42-.006.479-.007.959.017 1.438a.392.392 0 0 0 .431.395c.683.016 1.366-.002 2.047-.007.223.02.469-.132.473-.372.023-.52.016-1.043-.013-1.562-.01-.299-.337-.398-.586-.367-.708.025-1.422-.028-2.124.056m3.353-.005c-.217.016-.342.238-.314.439-.004.92.017 1.841.02 2.762-.006.216.022.52.284.566.434.042.872.029 1.307.012.247.016.428-.226.397-.461-.002-.965-.011-1.931-.029-2.896.026-.218-.133-.451-.366-.442a10.068 10.068 0 0 0-1.3.018m2.084.008c.007.751.013 1.502.022 2.254.324-.001.65.023.973-.014.286-.11.55-.412.422-.734-.22-.524-.538-1.002-.798-1.507l-.619.002m-13.947.111c-.128.154-.059.376-.08.559.029.96-.007 1.924.049 2.882.042.277.389.214.588.229.227-.018.632.062.672-.259.03-.992-.017-1.987-.01-2.981.007-.209-.007-.547-.304-.522-.299.006-.654-.083-.916.091zM14.556 14.701c.584-.011 1.17.002 1.756.007-.054.272-.128.578-.4.714-.539.37-1.405-.029-1.356-.721zM4.416 14.701c.587-.011 1.174.002 1.76.008-.053.293-.155.617-.455.743-.544.323-1.345-.089-1.306-.751zM6.312 15.247c.047-.176.095-.352.144-.527h1.175c.046.175.09.352.134.527H6.312zM7.915 14.724c.586-.008 1.172.004 1.758.008-.016.571-.605 1-1.15.815-.38-.088-.607-.445-.608-.823zM16.591 14.72h1.175l.138.527H16.45l.142-.527zM18.054 14.723c.586-.006 1.171.005 1.757.011-.052.302-.169.63-.478.756-.546.299-1.328-.112-1.279-.767z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--triple-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.336 0h1.246c3.006.162 5.946 1.45 8.033 3.631 2.071 2.11 3.281 5.011 3.385 7.962v.8c-.104 2.983-1.342 5.916-3.451 8.034-2.077 2.135-4.975 3.398-7.94 3.572h-1.188c-2.945-.163-5.827-1.403-7.906-3.506C1.345 18.35.073 15.349 0 12.303v-.607c.07-3.074 1.364-6.102 3.568-8.25C5.62 1.388 8.447.187 11.337 0m-.034 2.311c-2.706.174-5.304 1.55-6.962 3.696A9.688 9.688 0 0 0 2.3 11.509a9.699 9.699 0 0 0 7.793 10.017c1.844.359 3.794.196 5.538-.515a9.715 9.715 0 0 0 4.849-4.264c1.254-2.218 1.562-4.937.875-7.387a9.694 9.694 0 0 0-3.436-5.075c-1.861-1.446-4.268-2.147-6.616-1.975z"/><path fill="#fff" d="M11.303 2.311a9.694 9.694 0 0 1 10.052 7.05c.688 2.45.379 5.17-.875 7.387a9.715 9.715 0 0 1-4.849 4.264c-1.744.71-3.694.874-5.538.515a9.718 9.718 0 0 1-6.102-4.022A9.705 9.705 0 0 1 2.3 11.51a9.695 9.695 0 0 1 2.041-5.502c1.658-2.146 4.256-3.522 6.962-3.696M5.686 13.603c-.416-.049-.828-.162-1.249-.167-.173.085-.143.296-.052.432l2.404 3.81c.802-1.268 1.601-2.539 2.404-3.808.097-.134.121-.383-.079-.438-.412.02-.814.118-1.22.17-.002-2.43 0-4.86-.001-7.291H5.689c-.002 2.43 0 4.861-.001 7.291m5.484-7.29c-.001 2.431.001 4.861-.001 7.291-.402-.054-.8-.144-1.206-.173-.221.04-.193.314-.088.449l2.398 3.8c.8-1.274 1.606-2.546 2.408-3.818.116-.146.089-.444-.148-.43-.389.037-.772.119-1.157.172-.002-2.43 0-4.86-.001-7.291h-2.206m3.639 3.817c-.109.126-.114.377.071.436.413-.014.817-.116 1.228-.169v7.284h2.204c.002-2.428 0-4.855.001-7.283.382.052.761.132 1.145.17.242.03.289-.293.155-.437-.797-1.274-1.6-2.544-2.401-3.816a788.876 788.876 0 0 0-2.402 3.815z"/><path d="M5.686 13.603c.001-2.43-.001-4.861.001-7.291h2.204c.001 2.431-.001 4.861.001 7.291.407-.053.809-.15 1.22-.17.2.055.176.304.079.438-.803 1.268-1.602 2.539-2.404 3.808-.8-1.27-1.602-2.54-2.404-3.81-.091-.136-.121-.347.052-.432.421.005.833.118 1.249.167zM11.172 6.312h2.206c.001 2.431-.001 4.861.001 7.291.385-.053.768-.134 1.157-.172.236-.014.264.283.148.43-.803 1.272-1.608 2.544-2.408 3.818-.799-1.266-1.597-2.533-2.398-3.8-.106-.134-.133-.409.088-.449.406.029.804.119 1.206.173.002-2.43 0-4.86.001-7.291zM14.81 10.129a841.058 841.058 0 0 1 2.402-3.815c.802 1.272 1.604 2.542 2.401 3.816.134.144.088.467-.155.437-.384-.038-.763-.119-1.145-.17-.001 2.428.001 4.855-.001 7.283h-2.204v-7.284c-.41.053-.815.155-1.228.169-.185-.059-.18-.31-.071-.436z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--triple-lanes-go-straight-center-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M.983 4.53c2.869-.025 5.738-.02 8.607-.023l5.071-.001c2.768.002 5.536-.003 8.304.022.126.001.258.001.375.055.308.13.533.415.632.728.004 4.46-.001 8.919.002 13.379a.208.208 0 0 1-.022.104c-.081.169-.174.338-.316.464-.169.151-.388.269-.62.263-.741 0-1.481.006-2.222.009-.142.004-.285-.009-.426.015h-3.79l.033-.01c-1.239-.01-2.477-.003-3.716-.005-2.06.001-4.121-.002-6.181.002-.139.003-.279-.01-.417.013H3.44a1.795 1.795 0 0 0-.284-.013c-.716-.002-1.431-.009-2.147-.01-.272.014-.532-.127-.715-.321a1.411 1.411 0 0 1-.246-.382.247.247 0 0 1-.029-.106l-.005-6.235c-.004-.149.011-.3-.014-.448V6.589c.042-.47-.007-.947.068-1.416a.319.319 0 0 1 .05-.122c.123-.167.257-.338.448-.432a.823.823 0 0 1 .417-.09m.03.082a.94.94 0 0 0-.607.251c-.161.17-.293.388-.299.628v13.047c.003.241.135.461.295.633a.96.96 0 0 0 .683.258h21.654c.159 0 .322.008.475-.042a.963.963 0 0 0 .667-.825l.001-13.072a.962.962 0 0 0-.569-.803c-.179-.083-.381-.08-.574-.079H1.314c-.1.001-.2-.003-.3.004z"/><path fill="#1a1919" d="M1.068 4.818a.964.964 0 0 1 .093-.004h14.814c2.305.001 4.611-.003 6.916.002.381-.01.718.301.779.669.01.085.004.171.006.256v12.545c-.001.136.012.277-.043.405a.828.828 0 0 1-.363.427c-.172.111-.387.1-.583.102H1.288a1.732 1.732 0 0 1-.425-.035.834.834 0 0 1-.525-.549c-.036-.114-.022-.234-.024-.352C.313 14.07.315 9.855.313 5.641c-.029-.417.333-.822.755-.823m.019.397a.395.395 0 0 0-.376.4v12.822c0 .208.19.39.398.384 2.313.003 4.627 0 6.94.001.177.012.354.007.531 0h6.84c.167.011.334.011.501 0h6.764c.101-.002.203.008.302-.017a.393.393 0 0 0 .287-.369V5.592a.401.401 0 0 0-.16-.303c-.122-.093-.285-.076-.43-.077H1.36c-.092.001-.183-.004-.275.004z"/><path fill="#1a1919" d="M12.004 5.987c.533.763 1.053 1.535 1.582 2.301.042.062.093.127.087.207-.003.155-.173.284-.322.225-.243-.074-.485-.156-.728-.232l-.005 6.831h-1.234c.01-2.277.011-4.554.005-6.831l-.688.219c-.106.041-.247.02-.312-.081-.074-.082-.063-.21-.002-.296.538-.782 1.079-1.561 1.616-2.343zM3.965 9.101c.1-.032.211-.095.315-.043.139.049.199.231.123.356-.148.242-.306.478-.456.719.512.131 1.034.263 1.491.537.335.231.661.486.915.807.249.323.464.676.605 1.06.147.392.19.813.213 1.228.006.513.004 1.027.009 1.54-.419.005-.838.001-1.257.002v-1.288c-.002-.194.01-.389-.019-.581-.056-.408-.232-.791-.462-1.129a2.213 2.213 0 0 0-.512-.519c-.362-.297-.837-.379-1.277-.498l.034.758a.292.292 0 0 1-.115.241.292.292 0 0 1-.304-.02c-.638-.749-1.275-1.499-1.911-2.249l2.608-.92zM19.562 9.201a.248.248 0 0 1 .317-.147c.916.32 1.83.646 2.745.967-.632.747-1.267 1.491-1.9 2.238a.285.285 0 0 1-.319.03.289.289 0 0 1-.112-.239l.034-.757c-.442.119-.919.202-1.282.502a2.186 2.186 0 0 0-.51.519c-.277.406-.472.882-.479 1.379.001.538-.001 1.076.001 1.614-.419.006-.838.001-1.257.002l.006-1.188c-.004-.472.026-.951.157-1.407a3.9 3.9 0 0 1 .661-1.233c.253-.321.578-.575.912-.806.459-.277.984-.41 1.498-.541l-.432-.676c-.05-.074-.079-.171-.041-.257zM8.111 12.514h.401v6.303a3.83 3.83 0 0 1-.401.002v-6.305zM15.477 12.514c.134.001.268-.001.401.002-.002 2.1 0 4.201-.001 6.302a3.156 3.156 0 0 1-.401.001v-6.304zM2.059 15.982c.163-.025.341-.028.488.058a.707.707 0 0 1 .231.249c.178.384.19.832.074 1.235-.065.202-.191.407-.402.478-.183.042-.387.048-.556-.045a.636.636 0 0 1-.255-.304c-.199-.475-.186-1.055.105-1.491a.532.532 0 0 1 .316-.18m.089.314c-.124.01-.197.128-.24.232-.114.334-.117.72.047 1.038.072.131.246.171.38.123.111-.045.177-.158.209-.268.098-.323.097-.688-.061-.992-.064-.116-.211-.163-.335-.134zM9.554 15.982c.196-.032.426-.025.574.126.151.123.206.317.252.498.067.296.051.609-.028.901-.063.208-.191.421-.407.495a.913.913 0 0 1-.382.016.567.567 0 0 1-.397-.296c-.232-.488-.231-1.102.072-1.559a.533.533 0 0 1 .317-.181m.09.314c-.124.01-.198.127-.241.232-.114.334-.117.721.047 1.039.072.131.245.17.38.122.111-.045.177-.158.209-.269.097-.322.097-.686-.06-.989-.063-.117-.21-.166-.336-.136zM17.075 15.983c.163-.025.341-.028.488.057a.687.687 0 0 1 .24.265c.17.381.18.821.066 1.219-.065.204-.193.411-.408.48-.214.047-.472.048-.639-.115a.634.634 0 0 1-.189-.292c-.159-.424-.157-.92.061-1.323a.509.509 0 0 1 .381-.292m.046.325c-.103.03-.162.139-.199.233-.109.33-.111.71.049 1.024.071.133.246.174.382.126.118-.049.184-.172.216-.29.091-.318.087-.675-.069-.972-.073-.13-.245-.167-.379-.12zM3.259 15.998h.316l.73 1.278v-1.277l.314-.001c.004.667.002 1.335.001 2.002l-.279-.001c-.255-.45-.508-.902-.765-1.352l-.001 1.352h-.316v-2.001zM4.988 15.998h.317v1.705h.926v.295c-.414 0-.829.001-1.243-.001v-2zM5.932 15.997c.127.001.254-.001.381.001.157.258.317.514.475.771.163-.258.322-.517.486-.773l.371.001c-.223.362-.444.724-.668 1.085a.142.142 0 0 0-.028.091l.001.824-.316.001v-.824a.135.135 0 0 0-.029-.093l-.673-1.084zM10.754 15.997h.315l.731 1.277v-1.277l.314-.001c.003.667.001 1.334.001 2.002a13.067 13.067 0 0 0-.28 0l-.766-1.354c.001.451-.001.902.001 1.353l-.316.001v-2.001zM12.484 15.998h.316l-.001 1.705h.927v.295l-1.242-.001v-2zM13.427 15.998c.127 0 .255-.002.382.002.156.258.317.514.475.77.162-.257.322-.516.485-.773l.372.001c-.23.379-.47.752-.692 1.135-.007.288-.001.577-.002.865l-.316.001v-.826c.004-.034-.011-.064-.029-.091l-.674-1.083zM18.277 15.997h.315c.244.425.486.852.731 1.277v-1.276l.315-.001c.003.667.001 1.334.001 2.002h-.28c-.256-.45-.508-.902-.765-1.351l-.001 1.351h-.315v-2.001zM20.006 15.998h.316v1.706h.926v.295c-.414-.001-.829.001-1.243-.001v-2zM20.949 15.998c.127 0 .254-.001.381.001.157.258.317.514.476.771l.485-.773h.371c-.229.379-.469.752-.692 1.133-.007.288-.001.578-.003.867l-.314.001c-.004-.276 0-.551-.002-.827.004-.035-.012-.066-.03-.094-.225-.36-.448-.721-.672-1.081z"/><path fill="#fffffe" d="M1.013 4.611c.1-.007.2-.003.3-.004h21.425c.193-.001.395-.004.574.079.316.135.548.46.569.803-.001 4.357.001 8.715-.001 13.072a.966.966 0 0 1-.667.825c-.153.05-.316.041-.475.042H1.084a.964.964 0 0 1-.683-.258c-.16-.172-.292-.391-.295-.633V5.49c.006-.24.138-.458.299-.628a.94.94 0 0 1 .607-.251m.056.207c-.422.001-.783.406-.755.823l.001 12.643c.002.117-.012.238.024.352a.832.832 0 0 0 .525.549c.139.032.282.039.425.035h21.399c.196-.002.411.009.583-.102a.826.826 0 0 0 .363-.428c.055-.128.042-.27.043-.405V5.74c-.001-.085.005-.171-.006-.256-.06-.368-.398-.679-.779-.669-2.305-.005-4.611-.001-6.916-.002H1.161c-.031 0-.062.002-.093.004z"/><path fill="#fffffe" d="M1.087 5.215c.091-.008.183-.003.275-.004h21.324c.144.002.307-.016.43.077a.401.401 0 0 1 .16.303v12.844a.393.393 0 0 1-.287.369c-.099.026-.202.016-.302.017h-6.764a3.807 3.807 0 0 1-.501 0h-6.84a4.95 4.95 0 0 1-.531 0c-2.313-.001-4.627.001-6.94-.001a.398.398 0 0 1-.398-.384V5.614a.394.394 0 0 1 .376-.4m10.915.773c-.537.782-1.078 1.562-1.616 2.343-.062.086-.072.213.002.296.065.101.205.121.312.081.229-.074.459-.146.688-.219a972.14 972.14 0 0 1-.005 6.831h1.234l.005-6.831c.243.076.484.158.728.232.149.059.319-.07.322-.225.006-.08-.045-.145-.087-.207-.529-.766-1.05-1.537-1.582-2.301m-8.04 3.114l-2.608.92c.637.75 1.273 1.501 1.911 2.249.088.059.21.075.304.02a.292.292 0 0 0 .115-.241c-.01-.253-.023-.505-.034-.758.44.119.915.201 1.277.498.194.147.377.315.512.519.23.338.406.721.462 1.129.03.193.017.387.019.581v1.288c.419-.001.838.003 1.257-.002-.005-.514-.003-1.027-.009-1.54-.022-.415-.066-.836-.213-1.228a4.026 4.026 0 0 0-.605-1.06c-.254-.321-.58-.575-.915-.807-.457-.274-.98-.406-1.491-.537.15-.241.308-.477.456-.719.076-.124.015-.307-.123-.356-.104-.052-.215.011-.315.043m15.597.101c-.038.085-.009.183.041.257l.432.676c-.514.131-1.039.264-1.498.541-.334.231-.659.485-.912.806a3.86 3.86 0 0 0-.661 1.233c-.131.456-.161.934-.157 1.407l-.006 1.188c.419-.002.838.003 1.257-.002-.002-.538 0-1.076-.001-1.614.007-.497.203-.973.479-1.379.135-.204.316-.371.51-.519.363-.3.84-.383 1.282-.502l-.034.757a.286.286 0 0 0 .112.239c.097.06.233.043.319-.03.633-.747 1.268-1.491 1.9-2.238-.916-.321-1.83-.647-2.745-.967a.247.247 0 0 0-.317.147M8.111 12.514v6.305c.133.007.267.005.401-.002v-6.303h-.401m7.366 0v6.304c.133.009.267.009.401-.001.001-2.101-.001-4.201.001-6.302-.134-.003-.268-.001-.401-.002M2.059 15.982a.537.537 0 0 0-.316.18c-.291.436-.304 1.016-.105 1.491.047.127.144.23.255.304.169.093.373.087.556.045.211-.072.337-.276.402-.478a1.792 1.792 0 0 0-.074-1.235.715.715 0 0 0-.231-.249c-.146-.086-.325-.083-.488-.058m7.496 0a.536.536 0 0 0-.317.181c-.304.457-.305 1.072-.072 1.559.084.146.225.272.397.296a.913.913 0 0 0 .382-.016c.217-.074.344-.287.407-.495a1.87 1.87 0 0 0 .028-.901c-.046-.181-.101-.375-.252-.498-.148-.151-.379-.158-.574-.126m7.522.001a.512.512 0 0 0-.381.292c-.218.403-.22.9-.061 1.323a.634.634 0 0 0 .189.292c.167.163.425.162.639.115.214-.069.342-.276.408-.48a1.8 1.8 0 0 0-.066-1.219.673.673 0 0 0-.24-.265c-.147-.085-.325-.082-.488-.057m-13.816.014v2.001h.316c0-.45-.001-.901.001-1.352.257.449.51.901.765 1.352L4.62 18c.001-.668.003-1.335-.001-2.002l-.314.001v1.277l-.73-1.278h-.316m1.729 0v2l1.243.001v-.295h-.926v-1.705a16.749 16.749 0 0 0-.317 0m.944-.002l.673 1.084a.138.138 0 0 1 .029.093v.824l.316-.001-.001-.824a.135.135 0 0 1 .028-.091l.668-1.085c-.124 0-.247.001-.371-.001-.164.257-.323.516-.486.773-.158-.257-.318-.513-.475-.771-.127-.002-.254-.001-.381-.001m4.822 0v2.001l.316-.001c-.002-.451 0-.902-.001-1.353l.766 1.354h.28c0-.667.002-1.335-.001-2.002l-.314.001v1.277l-.731-1.277h-.315m1.73.001v2l1.242.001v-.295h-.927c0-.568-.001-1.137.001-1.705a16.643 16.643 0 0 0-.316 0m.943-.001c.225.361.448.723.674 1.083a.142.142 0 0 1 .029.091v.826l.316-.001c.001-.288-.004-.577.002-.865.223-.382.463-.756.692-1.135l-.372-.001c-.163.257-.323.515-.485.773-.158-.257-.319-.512-.475-.77-.127-.004-.255-.002-.382-.002m4.851 0v2.001h.315c0-.45-.001-.901.001-1.351.257.449.509.901.765 1.351h.28c-.001-.667.002-1.334-.001-2.002l-.315.001v1.276l-.731-1.277h-.315m1.73.002v2c.414.002.828 0 1.243.001v-.295h-.926v-1.706a16.643 16.643 0 0 0-.316 0m.942 0c.225.36.447.721.672 1.081.018.028.034.059.03.094.001.276-.002.551.002.827l.314-.001c.001-.289-.005-.578.003-.867.223-.382.463-.755.692-1.133h-.371l-.485.772L21.33 16c-.127-.002-.254-.001-.381-.001z"/><path fill="#fffffe" d="M2.149 16.296c.125-.03.271.017.335.134.158.304.159.669.061.992-.032.11-.098.223-.209.268-.134.048-.308.008-.38-.123-.164-.318-.161-.704-.047-1.038.043-.104.116-.222.24-.232zM9.645 16.296c.125-.03.272.019.336.136.157.303.157.667.06.989-.032.11-.098.223-.209.269-.134.048-.307.009-.38-.122-.165-.318-.162-.705-.047-1.039.042-.105.116-.223.241-.232zM17.121 16.307c.135-.046.306-.01.379.12.156.297.16.655.069.972-.031.118-.098.241-.216.29-.136.049-.31.007-.382-.126-.16-.314-.158-.694-.049-1.024.037-.094.096-.203.199-.233zM6.297 19.546c.138-.023.278-.011.417-.013 2.06-.004 4.121-.001 6.181-.002 1.239.002 2.478-.005 3.716.005l-.033.01H6.297z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--triple-lanes-turn-left-center-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M.744 4.509h22.731a2.159 2.159 0 0 0-.086.026c.043.044.1.072.15.107.139.095.246.23.335.372.049.085.101.176.102.277.008.649.013 1.297.015 1.946.004.13-.008.261.01.391v4.394a.473.473 0 0 0-.012.092c-.004 2.206-.005 4.413-.009 6.619-.109.269-.297.526-.567.653-.072.031-.139.084-.22.085-7.47-.002-14.94.001-22.409-.001a1.177 1.177 0 0 1-.685-.608c-.03-.067-.078-.13-.078-.205L.022 5.47c.001-.076-.007-.152.005-.227.079-.178.174-.356.318-.49.112-.112.253-.189.401-.243m.126.07a.96.96 0 0 0-.453.222c-.169.172-.306.395-.314.641L.106 18.53c.012.232.14.442.295.608a.96.96 0 0 0 .684.258h21.172c.26-.003.521.006.782-.004.448-.026.83-.419.866-.862l.001-13.085c-.006-.238-.136-.454-.294-.624a.974.974 0 0 0-.697-.26H1.213a1.945 1.945 0 0 0-.341.019z"/><path fill="#1a1919" d="M1.091 4.77c7.241-.005 14.481 0 21.722-.003.11-.002.219.012.327.033.332.103.584.445.559.796l-.001 12.707a.847.847 0 0 1-.042.354c-.075.18-.199.35-.378.437-.122.081-.274.084-.415.094h-21.6a1.628 1.628 0 0 1-.4-.035c-.331-.109-.578-.451-.551-.803L.313 5.494c.007-.176.097-.337.208-.47.08-.1.198-.16.311-.215.084-.025.172-.033.258-.042m-.003.403a.394.394 0 0 0-.375.374v12.861a.398.398 0 0 0 .4.386c1.389.002 2.778 0 4.167.001 1.028.004 2.056-.009 3.083.007.614-.016 1.229-.004 1.843-.007h2.528c1.01.004 2.021-.008 3.031.007.446-.015.892-.004 1.339-.007h5.659c.077-.001.156.005.232-.013a.393.393 0 0 0 .306-.374V5.545a.403.403 0 0 0-.163-.303c-.107-.082-.249-.076-.376-.076H1.288c-.067 0-.134-.003-.201.004z"/><path fill="#1a1919" d="M12.801 5.991c.01-.02.043-.063.059-.019.532.78 1.068 1.557 1.601 2.336a.233.233 0 0 1 .016.246.244.244 0 0 1-.306.121c-.239-.074-.476-.154-.715-.229-.005 3.016-.004 6.032-.007 9.048-.411 0-.822-.001-1.234.001 0-.598.005-1.196.004-1.794-.017-1.092-.393-2.152-.957-3.078-.45-.716-1.039-1.335-1.673-1.89-.238-.207-.483-.405-.727-.605-.081.258-.164.515-.246.773a.235.235 0 0 1-.113.14c-.128.073-.31.001-.356-.138-.331-.891-.661-1.783-.994-2.674.95.005 1.9.011 2.85.019.124-.005.227.088.259.203.023.09-.023.185-.094.24-.189.149-.381.292-.57.442.486.313.964.642 1.392 1.032.394.35.729.761 1.038 1.187.067.086.118.185.192.266a836.353 836.353 0 0 1 0-3.168c-.244.067-.483.153-.725.226-.108.032-.237-.01-.292-.112-.058-.078-.043-.189.009-.267.529-.769 1.061-1.536 1.589-2.305zM1.362 9.978c.919-.318 1.833-.648 2.752-.967a.247.247 0 0 1 .308.145c.041.087.011.189-.041.264-.144.219-.277.445-.426.659.028.032.071.033.109.044.477.118.958.255 1.382.509.335.232.661.486.915.807.249.323.463.676.604 1.059.148.393.192.816.214 1.233.005.515.006 1.029.008 1.544l-1.257-.001v-1.34c-.002-.159.007-.319-.013-.478-.05-.446-.244-.863-.499-1.228-.168-.235-.396-.418-.63-.584-.344-.21-.745-.288-1.129-.39.009.253.022.505.033.758a.292.292 0 0 1-.113.24.295.295 0 0 1-.308-.02l-1.87-2.201a.397.397 0 0 1-.037-.054zM19.705 9.026a.228.228 0 0 1 .199-.011c.917.32 1.83.649 2.748.965-.622.732-1.245 1.464-1.866 2.198-.051.083-.157.115-.249.109-.134-.006-.227-.146-.221-.272.012-.252.021-.505.036-.757-.339.08-.683.158-.998.312-.158.074-.29.189-.425.298-.326.268-.545.642-.7 1.028a2.252 2.252 0 0 0-.152.886c-.002.498.006.996-.004 1.494-.418-.004-.836 0-1.254-.002l.005-1.189c-.004-.479.027-.965.163-1.427.136-.443.374-.849.656-1.215.215-.273.484-.499.764-.702.26-.205.574-.324.883-.433.25-.09.511-.141.765-.217-.151-.235-.302-.47-.451-.706-.078-.12-.032-.302.101-.36zM8.12 12.477c.134.004.27-.008.403.006-.005 2.102-.001 4.204-.002 6.306a6.606 6.606 0 0 1-.398.002c-.008-2.104-.001-4.209-.003-6.314zM15.498 12.477c.134.003.269-.007.403.004-.005 2.103-.001 4.205-.002 6.308-.132.005-.265.001-.397.004-.009-2.105-.001-4.211-.004-6.316zM2.061 15.949c.168-.026.354-.028.502.067a.706.706 0 0 1 .217.241c.178.385.189.834.073 1.239-.065.201-.191.402-.4.476-.184.04-.389.048-.559-.045a.643.643 0 0 1-.254-.301c-.202-.481-.188-1.072.114-1.508a.538.538 0 0 1 .306-.167m.09.312c-.124.009-.197.128-.24.232-.114.335-.117.721.047 1.04.073.132.248.171.383.122.108-.046.174-.156.206-.265.099-.323.098-.689-.06-.994-.064-.116-.211-.166-.336-.134zM17.092 15.949c.168-.026.355-.029.504.066a.72.72 0 0 1 .218.241c.178.385.189.833.074 1.237-.065.203-.193.406-.404.479-.183.039-.387.047-.556-.046a.64.64 0 0 1-.256-.307c-.2-.48-.185-1.068.116-1.503a.539.539 0 0 1 .304-.167m.048.324c-.09.021-.141.113-.183.189-.129.341-.134.741.032 1.07.071.132.245.174.38.126.109-.044.176-.154.209-.262.1-.324.099-.692-.058-.998-.073-.132-.245-.171-.38-.124zM3.264 15.963c.104.003.209.001.314.002.229.401.46.801.687 1.203.01.022.025.038.046.05-.006-.416.002-.833-.004-1.249.104-.01.208.001.313-.007.013.375.002.752.006 1.128-.002.293.004.586-.003.878-.092-.004-.184.002-.275-.003-.264-.446-.507-.906-.772-1.352.01.449-.003.898.006 1.347-.105.014-.211.002-.317.007-.003-.668-.004-1.337.001-2.005zM4.991 15.968c.103-.01.207 0 .311-.006a.698.698 0 0 1 .007.145c-.001.521.001 1.043-.001 1.564.31.003.619-.001.929.002-.002.099.001.197-.003.296-.415-.008-.831.009-1.245-.008.006-.664.003-1.328.001-1.992zM5.939 15.964c.124-.001.247.003.371-.002.17.252.321.517.485.774.165-.256.322-.517.488-.772.123.002.246.001.369.001-.223.369-.451.734-.676 1.102-.028.036-.017.083-.019.125.003.256-.004.513.003.77-.104.015-.21.001-.314.008-.013-.291.003-.582-.008-.873-.229-.379-.468-.753-.699-1.131zM18.296 15.964l.314.001.698 1.22.035.038c-.003-.418.002-.836-.003-1.254.103-.01.207 0 .311-.007.015.434.002.87.007 1.305-.004.234.009.469-.007.702-.092-.009-.19.009-.278-.01-.249-.44-.501-.879-.745-1.322-.035.021-.015.067-.019.1l.001 1.229c-.105 0-.21-.001-.315.001-.002-.668-.002-1.336 0-2.004zM20.025 15.971c.106-.011.214-.011.32 0-.006.566.001 1.132-.004 1.698.31.006.619.001.929.003-.001.099.002.198-.003.297a84.873 84.873 0 0 0-1.236 0c-.015-.665.001-1.332-.008-1.998zM20.972 15.964c.128.002.255-.004.383.003.155.258.314.513.474.768.164-.256.322-.516.487-.772.123.002.246.001.369.001-.227.381-.47.754-.693 1.138-.002.285-.005.572.002.857-.103.018-.209.001-.313.01-.017-.291.003-.584-.01-.876-.229-.378-.467-.752-.698-1.129z"/><path fill="#fffffe" d="M.872 4.58c.113-.017.227-.021.341-.019h21.702a.978.978 0 0 1 .697.26c.158.17.288.386.294.624l-.001 13.085c-.036.442-.418.835-.866.862-.26.01-.521.002-.782.004H1.085a.966.966 0 0 1-.684-.258c-.155-.166-.283-.376-.295-.608L.105 5.443c.007-.247.145-.47.314-.641a.96.96 0 0 1 .453-.222m.219.19c-.087.009-.175.017-.258.042a.873.873 0 0 0-.311.215.798.798 0 0 0-.208.47L.313 18.353c-.028.352.22.694.551.803.132.027.266.039.4.035h21.6c.141-.011.293-.013.415-.094.179-.087.303-.257.378-.437a.849.849 0 0 0 .042-.354c0-4.236-.001-8.471.001-12.707.024-.351-.227-.692-.559-.796a1.564 1.564 0 0 0-.327-.033c-7.241.002-14.482-.003-21.722.003z"/><path fill="#fffffe" d="M1.087 5.17c.067-.007.134-.003.201-.004h21.473c.127 0 .269-.006.376.076a.4.4 0 0 1 .163.303v12.86a.393.393 0 0 1-.306.374c-.076.018-.155.012-.232.013h-5.659c-.446.004-.893-.008-1.339.007-1.01-.015-2.021-.004-3.031-.007h-2.528c-.614.004-1.229-.009-1.843.007-1.027-.016-2.056-.003-3.083-.007-1.389-.001-2.778.001-4.167-.001a.398.398 0 0 1-.4-.386V5.544a.394.394 0 0 1 .375-.374m11.714.821c-.528.769-1.06 1.536-1.589 2.305-.052.077-.066.188-.009.267.055.102.184.144.292.112.243-.073.481-.159.725-.226a836.353 836.353 0 0 0 0 3.168c-.074-.081-.125-.179-.192-.266-.308-.426-.643-.837-1.038-1.187-.428-.39-.906-.719-1.392-1.032.188-.15.381-.293.57-.442.071-.055.117-.15.094-.24-.033-.115-.135-.208-.259-.203-.95-.008-1.9-.015-2.85-.019.333.891.663 1.783.994 2.674.046.139.228.211.356.138a.232.232 0 0 0 .113-.14c.082-.258.165-.515.246-.773.244.199.489.398.727.605.634.556 1.223 1.174 1.673 1.89.564.926.94 1.986.957 3.078.001.598-.005 1.196-.004 1.794l1.234-.001c.003-3.016.002-6.032.007-9.048.239.075.476.155.715.229a.244.244 0 0 0 .306-.121.235.235 0 0 0-.016-.246c-.533-.779-1.069-1.556-1.601-2.336-.016-.044-.049-.002-.059.019M1.362 9.978a.397.397 0 0 0 .037.054l1.87 2.201c.089.06.213.076.308.02a.288.288 0 0 0 .113-.24c-.01-.253-.023-.505-.033-.758.385.102.785.18 1.129.39.234.165.462.349.63.584.255.364.449.782.499 1.228.02.158.011.318.013.478v1.34l1.257.001a198.67 198.67 0 0 0-.008-1.544c-.022-.417-.066-.839-.214-1.233a4.033 4.033 0 0 0-.604-1.059c-.254-.321-.581-.575-.915-.807-.425-.253-.906-.39-1.382-.509-.038-.011-.082-.013-.109-.044.15-.214.282-.441.426-.659.052-.075.082-.177.041-.264a.248.248 0 0 0-.308-.145c-.918.319-1.833.649-2.752.967m18.345-.953c-.133.058-.179.24-.101.36l.451.706c-.254.076-.516.126-.765.217-.309.109-.623.228-.883.433a3.72 3.72 0 0 0-.764.702c-.282.366-.52.772-.656 1.215-.136.462-.167.948-.163 1.427l-.005 1.189c.418.002.836-.002 1.254.002.01-.497.002-.996.004-1.494-.01-.302.043-.605.152-.886.155-.387.374-.761.7-1.028.134-.109.267-.224.425-.298.315-.154.659-.232.998-.312-.015.252-.023.505-.036.757-.006.127.087.266.221.272.092.006.198-.026.249-.109l1.866-2.198c-.918-.317-1.831-.645-2.748-.965a.231.231 0 0 0-.199.011M8.12 12.477c.002 2.104-.004 4.209.003 6.314.132.003.265.004.398-.002.002-2.102-.003-4.204.002-6.306-.134-.014-.269-.002-.403-.006m7.378 0c.003 2.105-.005 4.211.004 6.316.132-.003.265.001.397-.004.002-2.103-.003-4.205.002-6.308-.134-.011-.269-.002-.403-.004M2.061 15.949a.54.54 0 0 0-.306.167c-.303.436-.317 1.027-.114 1.508a.638.638 0 0 0 .254.301c.17.093.375.086.559.045.209-.074.335-.275.4-.476a1.798 1.798 0 0 0-.073-1.239.727.727 0 0 0-.217-.241c-.148-.095-.334-.093-.502-.067m15.03.002a.545.545 0 0 0-.304.167c-.302.435-.316 1.023-.116 1.503a.635.635 0 0 0 .256.307c.169.093.372.085.556.046.211-.073.339-.276.404-.479a1.793 1.793 0 0 0-.074-1.237.72.72 0 0 0-.218-.241c-.149-.095-.336-.092-.504-.066m-13.828.014c-.004.668-.003 1.337-.001 2.005.106-.006.212.007.317-.007-.009-.449.004-.898-.006-1.347.266.446.508.906.772 1.352.091.005.183-.001.275.003.007-.293.001-.586.003-.878-.004-.376.007-.753-.006-1.128-.104.007-.209-.003-.313.007.006.416-.002.832.004 1.249a.098.098 0 0 1-.046-.05c-.227-.402-.458-.802-.687-1.203-.105-.001-.209.001-.314-.002m1.729.004c.002.664.004 1.328-.001 1.992.414.017.83 0 1.245.008.004-.099.001-.197.003-.296-.31-.003-.619.001-.929-.002.002-.521 0-1.043.001-1.564.001-.049.002-.097-.007-.145-.104.007-.208-.003-.311.006m.947-.003c.23.379.47.752.699 1.131.01.291-.005.582.008.873.105-.007.21.007.314-.008-.007-.256-.001-.513-.003-.77.002-.042-.009-.089.019-.125.225-.367.453-.733.676-1.102-.123 0-.246.001-.369-.001-.165.256-.323.516-.488.772-.164-.257-.315-.521-.485-.774-.124.005-.248.001-.371.002m12.357.002c-.002.668-.002 1.336 0 2.004l.315-.001c0-.41.001-.819-.001-1.229.004-.033-.016-.08.019-.1.243.443.495.882.745 1.322.087.018.186 0 .278.01.015-.233.002-.468.007-.702-.004-.435.009-.871-.007-1.305-.104.007-.208-.004-.311.007.004.418 0 .836.003 1.254l-.035-.038c-.233-.406-.464-.814-.698-1.22-.105 0-.209.001-.314-.001m1.728.006c.009.666-.007 1.333.008 1.998.412-.003.824-.003 1.236 0 .004-.099.002-.198.003-.297-.31-.002-.62.003-.929-.003.005-.566-.002-1.132.004-1.698a1.556 1.556 0 0 0-.32 0m.945-.007c.231.378.469.751.698 1.129.013.292-.007.585.01.876.104-.01.21.008.313-.01-.006-.285-.003-.572-.002-.857.223-.383.466-.756.693-1.138-.123 0-.246.001-.369-.001-.164.256-.322.516-.487.772-.159-.255-.319-.51-.474-.768-.128-.007-.255-.001-.383-.003z"/><path fill="#fffffe" d="M2.15 16.263c.125-.031.272.018.336.134.158.304.158.67.06.994-.032.109-.097.219-.206.265-.135.05-.31.01-.383-.122-.164-.319-.161-.705-.047-1.04.043-.104.116-.223.24-.232zM17.14 16.273c.135-.047.307-.008.38.124.158.306.158.674.058.998-.033.109-.1.219-.209.262-.135.048-.309.006-.38-.126-.166-.329-.161-.73-.032-1.07.041-.076.093-.167.183-.189z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--triple-lanes-turn-right-center-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M.546 4.509h22.709c.159.057.31.143.426.267.124.12.203.275.278.428a.193.193 0 0 1 .021.088c-.002 4.396 0 8.793-.001 13.189-.002.075.007.151-.005.225-.109.277-.294.536-.563.676-.072.033-.139.089-.221.089-7.46-.002-14.921-.001-22.381 0-.082-.001-.149-.054-.221-.085a1.09 1.09 0 0 1-.485-.483c-.032-.064-.086-.122-.085-.197 0-2.198-.005-4.396-.007-6.594a.686.686 0 0 0-.012-.091V7.63c.004-.038.009-.076.009-.114 0-.699.006-1.398.014-2.097.002-.084-.008-.172.027-.251.065-.159.168-.3.287-.423.081-.084.185-.136.276-.206l-.067-.03m.444.057a.94.94 0 0 0-.588.243c-.165.171-.3.392-.307.636l.001 13.084c.012.236.143.448.302.616.18.164.422.258.666.252h21.85a.963.963 0 0 0 .685-.257c.161-.172.293-.391.297-.633V5.444c-.006-.234-.133-.447-.287-.615a.966.966 0 0 0-.695-.267h-21.7c-.075 0-.149-.002-.223.005z"/><path fill="#1a1919" d="M1.067 4.771c2.524-.007 5.048-.001 7.572-.003h13.895c.202.002.406-.013.604.035a.82.82 0 0 1 .549.694v12.73c-.003.137.016.278-.034.409a.83.83 0 0 1-.395.464c-.117.076-.261.077-.395.089H1.239a1.596 1.596 0 0 1-.384-.034c-.332-.107-.58-.45-.553-.802V5.672c.001-.085-.006-.172.009-.256.071-.351.39-.648.756-.645m-.093.416a.394.394 0 0 0-.274.358v12.858a.4.4 0 0 0 .414.388h6.719c.244-.005.489.019.733 0h6.846c.235.022.471-.005.706 0 2.257-.001 4.515.001 6.772-.001.209.005.4-.177.399-.387V5.543a.404.404 0 0 0-.156-.296c-.082-.067-.192-.079-.294-.081H1.14a.838.838 0 0 0-.165.021z"/><path fill="#1a1919" d="M11.088 6.05a.856.856 0 0 1 .077-.105c.538.778 1.074 1.558 1.613 2.336.064.084.08.212.008.297-.056.093-.181.126-.281.098-.243-.073-.482-.158-.726-.226.002 1.056.001 2.113.001 3.169.192-.263.376-.532.588-.78.56-.695 1.287-1.229 2.034-1.705-.189-.149-.381-.293-.57-.442-.083-.063-.13-.183-.08-.28.035-.062.081-.132.156-.148.111-.029.227-.013.341-.018.866-.003 1.733-.018 2.599-.014-.339.895-.667 1.795-1.003 2.691-.061.143-.272.198-.388.088-.067-.049-.078-.136-.103-.209l-.214-.674c-.697.558-1.377 1.147-1.936 1.847a6.65 6.65 0 0 0-1.1 1.983 5.56 5.56 0 0 0-.322 1.819c.003.572.004 1.145.006 1.717h-1.234c-.003-3.016-.002-6.032-.007-9.048l-.676.218c-.069.02-.147.048-.216.009-.142-.048-.206-.243-.114-.363l1.55-2.26zM3.986 9.052c.093-.031.198-.085.294-.034.142.052.198.242.116.367-.149.236-.301.471-.451.707.26.075.526.128.781.221.304.108.613.226.868.428.314.227.614.484.839.802.307.418.553.89.653 1.402.05.276.081.556.089.837l.007 1.492c-.42-.004-.842.008-1.261-.006.007-.52 0-1.041.004-1.562a2.341 2.341 0 0 0-.265-1.065c-.137-.269-.304-.529-.534-.727-.163-.138-.328-.282-.526-.367-.302-.14-.629-.21-.949-.291.014.252.023.504.035.756a.289.289 0 0 1-.127.249c-.114.052-.271.026-.343-.083-.621-.734-1.244-1.466-1.866-2.199.881-.304 1.758-.619 2.637-.927zM19.563 9.206c.022-.143.183-.248.322-.195.919.319 1.835.649 2.754.967-.173.225-.367.435-.548.655l-1.359 1.6a.293.293 0 0 1-.307.02.29.29 0 0 1-.114-.241c.01-.253.024-.506.032-.758-.384.102-.784.18-1.127.389-.259.183-.511.389-.683.66-.267.399-.454.865-.462 1.35v1.621c-.42-.003-.841.007-1.26-.005.007-.395.004-.789.008-1.184-.005-.458.026-.921.145-1.365.133-.469.381-.898.678-1.282.254-.32.58-.574.914-.805.42-.251.896-.387 1.368-.505.043-.013.091-.016.126-.047-.13-.178-.239-.37-.361-.554-.06-.097-.149-.197-.125-.32zM8.099 12.48c.134-.007.268-.001.402-.003v4.46c-.002.618.005 1.236-.003 1.854-.133 0-.265.003-.398-.002-.001-2.103.002-4.206-.002-6.309zM15.477 12.481c.134-.009.269-.001.403-.004v6.311a4.491 4.491 0 0 1-.402.002c-.001-2.103.003-4.206-.002-6.309zM2.01 15.898c.168-.026.354-.028.502.067a.667.667 0 0 1 .248.31c.149.369.152.788.043 1.168-.065.202-.192.404-.401.477-.185.04-.391.048-.561-.047a.648.648 0 0 1-.251-.299c-.201-.477-.187-1.058.104-1.496a.534.534 0 0 1 .317-.18m.09.314c-.125.009-.199.128-.241.232-.114.335-.117.722.048 1.04.073.13.247.17.381.121.111-.046.177-.159.209-.269.098-.322.097-.686-.06-.989-.063-.117-.211-.167-.336-.136zM16.913 15.899c.169-.026.356-.029.505.067.101.075.195.17.24.29.156.374.162.801.051 1.188-.065.202-.191.403-.401.477-.22.049-.488.05-.657-.124-.135-.114-.185-.29-.233-.452-.096-.376-.077-.791.108-1.138a.512.512 0 0 1 .388-.308m.092.313c-.112.006-.18.107-.227.197a1.442 1.442 0 0 0-.07.783c.039.141.071.309.204.395.111.056.26.057.358-.027a.477.477 0 0 0 .131-.22c.098-.323.098-.69-.061-.994-.064-.115-.21-.163-.334-.133zM3.213 15.912c.104.003.208.002.313.002.245.425.486.852.731 1.277 0-.425.002-.85-.001-1.275.105-.004.209 0 .314-.003.005.668.006 1.337-.001 2.006-.091-.005-.183.002-.274-.003-.264-.447-.508-.906-.772-1.353.01.449-.003.899.007 1.348-.105.014-.212.002-.318.007-.001-.668-.004-1.337.002-2.005zM4.941 15.916c.104-.006.208.001.312-.005.013.569.003 1.139.005 1.709.31.003.619 0 .929.002-.002.099.001.197-.003.296-.415-.007-.831.007-1.245-.007.006-.665.003-1.33.002-1.995zM5.887 15.914c.128.001.256-.004.383.003.155.258.316.513.474.77.163-.257.323-.517.487-.773.124.002.247-.001.37.002-.231.378-.468.753-.694 1.134-.003.287-.005.574.001.861-.104.015-.21.002-.315.009-.01-.276-.002-.552-.004-.828a.11.11 0 0 0-.02-.077c-.229-.366-.455-.733-.683-1.099zM18.12 15.911c.104.005.208.002.313.003.244.425.485.852.73 1.276 0-.425.002-.85-.001-1.274.104-.006.208.001.312-.005.011.668.005 1.337.003 2.006l-.278-.001c-.259-.45-.507-.907-.771-1.355.01.45-.002.901.006 1.351-.106.007-.211.001-.317.005-.001-.669-.006-1.338.002-2.006zM19.846 15.917c.104-.008.207.001.311-.006.015.569.003 1.139.006 1.709.309.003.619 0 .929.002l-.001.295c-.415-.005-.831.006-1.246-.005.005-.665.003-1.33.001-1.995zM20.794 15.913c.127.004.255-.004.383.005.154.258.316.512.473.769.163-.257.323-.517.487-.773.124.002.247-.001.371.002l-.646 1.049c-.023.039-.057.077-.05.126.004.273-.004.547.004.82-.104.014-.21.001-.315.008-.014-.291.003-.583-.008-.874-.229-.379-.469-.752-.698-1.131z"/><path fill="#fffffe" d="M.989 4.566c.074-.007.149-.005.223-.005h21.7a.968.968 0 0 1 .695.267c.154.169.281.381.287.615v13.063c-.004.242-.136.461-.297.633a.963.963 0 0 1-.685.257H1.062a.965.965 0 0 1-.666-.252c-.159-.167-.29-.38-.302-.616L.093 5.444C.1 5.2.235 4.979.4 4.808a.945.945 0 0 1 .588-.243m.079.206c-.367-.003-.685.295-.756.645-.015.085-.008.171-.009.256v12.681c-.027.352.221.695.553.802.126.026.255.039.384.034h21.624c.134-.012.278-.013.395-.089a.83.83 0 0 0 .395-.464c.05-.131.031-.273.034-.409V5.497a.82.82 0 0 0-.549-.694c-.198-.048-.402-.033-.604-.035H8.639c-2.524.002-5.048-.004-7.572.003z"/><path fill="#fffffe" d="M.974 5.187a.828.828 0 0 1 .165-.021h21.699c.102.002.212.014.294.081.088.071.154.18.156.296v12.86a.399.399 0 0 1-.399.387c-2.257.002-4.514 0-6.772.001-.235-.005-.471.022-.706 0H8.565c-.244.019-.488-.005-.733 0H1.113a.4.4 0 0 1-.414-.388V5.545a.397.397 0 0 1 .274-.358m10.115.863c-.516.754-1.035 1.506-1.55 2.26-.091.12-.028.315.114.363.068.039.146.011.216-.009l.676-.218c.005 3.016.004 6.032.007 9.048h1.234c-.002-.572-.003-1.145-.006-1.717a5.556 5.556 0 0 1 .322-1.819 6.65 6.65 0 0 1 1.1-1.983c.559-.7 1.239-1.288 1.936-1.847l.214.674c.026.073.036.16.103.209.116.111.327.055.388-.088.337-.896.664-1.796 1.003-2.691-.866-.004-1.732.011-2.599.014-.114.005-.23-.011-.341.018-.075.016-.121.085-.156.148-.05.097-.004.218.08.28.189.148.381.293.57.442-.747.476-1.474 1.011-2.034 1.705-.212.248-.396.518-.588.78.001-1.056.001-2.113-.001-3.169.244.068.483.154.726.226.101.029.225-.004.281-.098.072-.085.055-.213-.008-.297-.538-.778-1.074-1.558-1.613-2.336a.885.885 0 0 0-.077.105M3.986 9.052c-.879.308-1.757.623-2.637.927.622.733 1.246 1.465 1.866 2.199.071.109.228.135.343.083a.29.29 0 0 0 .127-.249c-.012-.252-.021-.504-.035-.756.321.08.647.151.949.291.198.086.363.229.526.367.23.199.397.459.534.727.166.329.268.694.265 1.065-.004.521.004 1.041-.004 1.562.42.015.841.002 1.261.006l-.007-1.492a5.592 5.592 0 0 0-.089-.837c-.1-.512-.346-.985-.653-1.402-.226-.318-.525-.575-.839-.802-.255-.202-.564-.32-.868-.428-.255-.092-.521-.146-.781-.221.151-.236.302-.471.451-.707.082-.125.026-.315-.116-.367-.096-.051-.201.003-.294.034m15.578.154c-.025.123.065.223.125.32.121.184.231.376.361.554-.035.031-.084.034-.126.047-.472.118-.947.254-1.368.505-.334.231-.66.485-.914.805-.297.384-.545.813-.678 1.282-.118.444-.15.907-.145 1.365-.003.395-.001.789-.008 1.184.42.012.84.002 1.26.005v-1.621c.008-.485.195-.951.462-1.35.172-.27.423-.477.683-.66.344-.209.744-.287 1.127-.389-.008.253-.022.506-.032.758a.293.293 0 0 0 .114.241c.095.056.218.039.307-.02l1.359-1.6c.181-.22.375-.429.548-.655-.919-.318-1.835-.649-2.754-.967-.138-.052-.3.052-.322.195M8.099 12.48c.004 2.103.001 4.206.002 6.309.132.005.265.002.398.002.008-.618.001-1.236.003-1.854v-4.46c-.134.002-.268-.004-.402.003m7.377.001c.004 2.103.001 4.206.002 6.309.134.007.268.004.402-.002v-6.311c-.134.002-.269-.005-.403.004M2.01 15.898a.534.534 0 0 0-.317.18c-.291.438-.304 1.019-.104 1.496a.632.632 0 0 0 .251.299c.17.095.376.087.561.047.21-.074.336-.275.401-.477.109-.38.106-.799-.043-1.168a.662.662 0 0 0-.248-.31c-.148-.095-.334-.093-.502-.067m14.904.001a.51.51 0 0 0-.388.308c-.184.347-.204.762-.108 1.138.049.163.099.339.233.452.169.174.437.173.657.124.21-.074.336-.275.401-.477a1.813 1.813 0 0 0-.051-1.188.664.664 0 0 0-.24-.29c-.149-.095-.336-.093-.505-.067m-13.699.013c-.005.668-.003 1.337-.002 2.005.106-.005.213.007.318-.007-.01-.449.003-.899-.007-1.348.265.446.508.906.772 1.353.091.005.183-.002.274.003.007-.668.006-1.337.001-2.006-.105.003-.209-.001-.314.003.002.425.001.85.001 1.275-.245-.425-.486-.852-.731-1.277-.104 0-.209.002-.313-.002m1.729.005c.001.665.005 1.33-.002 1.995.415.014.83 0 1.245.007.004-.099.001-.198.003-.296-.31-.002-.619.001-.929-.002-.002-.569.008-1.14-.005-1.709-.104.006-.208-.001-.312.005m.946-.002c.228.366.454.733.683 1.099a.116.116 0 0 1 .02.077c.003.276-.006.552.004.828.105-.007.211.007.315-.009a27.458 27.458 0 0 1-.001-.861c.226-.381.463-.756.694-1.134-.124-.002-.247.001-.37-.002-.164.256-.324.516-.487.773-.158-.257-.319-.511-.474-.77-.128-.007-.256-.002-.383-.003m12.232-.001c-.008.668-.003 1.338-.002 2.006.105-.004.211.003.317-.005-.008-.45.004-.901-.006-1.351.264.447.512.904.771 1.355.093-.001.185-.001.278.001.002-.668.008-1.338-.003-2.006-.104.006-.208-.001-.312.005.003.425.001.849.001 1.274-.245-.424-.487-.851-.73-1.276-.104-.002-.208.002-.313-.003m1.725.006c.002.665.004 1.33-.001 1.995.415.012.831.001 1.246.005l.001-.295c-.31-.002-.619.002-.929-.002-.003-.569.009-1.14-.006-1.709-.104.007-.208-.002-.311.006m.948-.004c.229.379.469.752.698 1.131.012.291-.006.583.008.874.105-.007.21.006.315-.008-.008-.273-.001-.547-.004-.82-.007-.049.028-.087.05-.126l.646-1.049c-.124-.002-.247 0-.371-.002-.164.256-.324.516-.487.773-.158-.256-.319-.51-.473-.769-.127-.009-.255-.001-.383-.005z"/><path fill="#fffffe" d="M2.101 16.212c.125-.031.273.019.336.136.156.303.157.667.06.989-.032.11-.098.223-.209.269-.134.049-.307.009-.381-.121-.165-.319-.161-.706-.048-1.04.043-.104.116-.224.241-.232zM17.006 16.212c.124-.03.27.018.334.133.159.304.16.671.061.994a.469.469 0 0 1-.131.22c-.098.085-.247.083-.358.027-.133-.085-.165-.254-.204-.395a1.452 1.452 0 0 1 .07-.783c.047-.09.115-.191.227-.197z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M0 3.118h24v17.763H0V3.118m.981.588c-.291.019-.499.31-.467.592.002 5.158 0 10.316.001 15.474-.009.181.06.37.212.478.176.138.411.093.619.101 7.183-.003 14.367.002 21.55-.002.3.009.548-.278.522-.572-.001-5.183.002-10.366-.002-15.549.01-.314-.294-.558-.597-.53-7.279.005-14.559-.011-21.838.008z"/><path fill="#030303" d="M14.644 6.229c.444-.531 1.221-.628 1.858-.465.494.13.852.538 1.059.988-.249.1-.489.219-.741.309-.173-.097-.242-.339-.434-.429-.401-.203-.981-.111-1.21.306-.268.467-.321 1.024-.313 1.552.023.452.088.919.312 1.32.206.377.711.52 1.101.366.24-.1.385-.328.508-.545.257.103.518.197.777.296-.19.451-.506.893-.989 1.054-.676.218-1.532.079-1.97-.521-.461-.632-.591-1.446-.581-2.213.031-.705.167-1.456.622-2.018zM1.299 6.512l.001-.731h3.212l.001.732H3.309c-.001 1.49.002 2.979-.001 4.469l-.821-.001-.001-4.468c-.396-.001-.791.001-1.187-.001zM5.174 5.782c.696.007 1.394-.019 2.091.017a1.41 1.41 0 0 1 1.233.912c.291.677-.043 1.521-.692 1.851.305.804.598 1.612.913 2.412-.299.016-.598.006-.897.009-.28-.751-.563-1.501-.834-2.255-.33-.017-.661-.006-.992-.009-.001.754.002 1.508-.001 2.263l-.822-.001V5.782m.824.821c0 .426-.001.852.001 1.277.395-.006.79.012 1.184-.007a.65.65 0 0 0 .596-.573c.039-.34-.251-.667-.588-.686-.397-.023-.795-.007-1.193-.011zM9.469 5.781l.822.001c.002 1.112-.002 2.224.002 3.336.002.306.082.626.299.851.348.371 1.025.35 1.341-.052.202-.242.258-.568.256-.875.001-1.087-.002-2.174.001-3.261h.821c.002 1.085.001 2.169.001 3.255-.002.436-.074.887-.302 1.266-.412.617-1.243.918-1.954.703-.506-.142-.972-.512-1.138-1.022a2.726 2.726 0 0 1-.148-.943V5.782zM18.587 10.982l.001-5.2h.821v2.064c.549-.688 1.095-1.378 1.646-2.065.352.002.705 0 1.057.001-.534.68-1.078 1.352-1.607 2.036.579 1.051 1.141 2.111 1.715 3.164h-.951c-.437-.819-.876-1.641-1.312-2.461-.182.226-.369.447-.548.676.001.595.002 1.191 0 1.786l-.822-.001zM7.693 13.042c.534-.124 1.167-.096 1.586.3.531.492.685 1.244.746 1.936.053.81-.031 1.675-.467 2.379-.561.971-2.208.94-2.737-.047-.476-.857-.549-1.896-.377-2.848.139-.707.474-1.531 1.249-1.719m.153.847c-.452.261-.551.834-.619 1.307-.055.652-.036 1.36.296 1.943.249.461.994.518 1.298.087.292-.401.356-.915.395-1.396.012-.556-.038-1.142-.317-1.635-.197-.363-.692-.469-1.052-.306zM2.169 13.067c.701.006 1.404-.021 2.104.017a1.413 1.413 0 0 1 1.216.9c.296.674-.03 1.535-.689 1.856.3.81.608 1.617.911 2.426l-.895.001c-.28-.754-.561-1.508-.838-2.263-.328-.002-.656-.002-.984-.001-.001.754.001 1.508-.001 2.263-.275.001-.549.002-.823-.003.003-1.732.002-3.463.001-5.196m.822.82c-.001.425-.004.849.002 1.273.393-.005.787.008 1.179-.004a.647.647 0 0 0 .6-.594c.026-.336-.264-.652-.598-.666-.394-.021-.789-.006-1.183-.01zM11.074 13.067c.274-.002.549-.002.823 0-.001 1.106-.002 2.213 0 3.319.001.317.081.656.317.883.324.327.909.334 1.243.017.25-.226.333-.578.336-.903.002-1.105 0-2.211.001-3.317h.822c0 1.104.002 2.21-.001 3.314-.008.437-.088.894-.338 1.262-.422.575-1.213.852-1.899.651-.427-.118-.823-.388-1.045-.777-.194-.37-.261-.794-.258-1.209v-3.241zM15.28 13.066h3.213v.726h-1.204c-.002 1.491.001 2.983-.001 4.474h-.822v-4.473l-1.187-.001a87.846 87.846 0 0 1 0-.726zM19.158 13.066c1.022 0 2.045-.001 3.068.001l-.001.82h-2.244c-.002.424-.002.849-.001 1.273h1.515v.842H19.98v1.42c.803.001 1.606-.001 2.409.001v.842c-1.078.002-2.154.001-3.231 0v-5.2z"/><path fill="#fff" d="M.981 3.706c7.279-.019 14.559-.003 21.838-.008.302-.028.607.216.597.53.004 5.183.001 10.366.002 15.549.026.294-.222.581-.522.572-7.183.004-14.367-.001-21.55.002-.208-.008-.443.037-.619-.101a.548.548 0 0 1-.212-.478C.514 14.614.516 9.457.514 4.298c-.032-.282.176-.573.467-.592m13.663 2.523c-.456.562-.591 1.313-.622 2.018-.01.767.12 1.581.581 2.213.438.6 1.294.739 1.97.521.483-.161.799-.603.989-1.054-.259-.099-.519-.193-.777-.296-.123.216-.268.444-.508.545-.39.155-.894.012-1.101-.366-.224-.401-.289-.868-.312-1.32-.008-.528.045-1.086.313-1.552.229-.417.809-.508 1.21-.306.193.09.261.332.434.429.252-.09.492-.209.741-.309-.208-.45-.565-.858-1.059-.988-.638-.163-1.415-.066-1.858.465m-13.346.283c.396.002.791 0 1.187.001l.001 4.468.821.001c.002-1.49 0-2.979.001-4.469h1.204l-.001-.732H1.3l-.001.731m3.875-.73v5.199l.822.001c.002-.755 0-1.509.001-2.263.331.002.662-.009.992.009.271.754.553 1.504.834 2.255.299-.004.598.006.897-.009-.315-.8-.609-1.608-.913-2.412.649-.331.984-1.175.692-1.851a1.41 1.41 0 0 0-1.233-.912c-.696-.036-1.394-.009-2.091-.017m4.294-.001v3.258c-.002.32.04.642.148.943.167.51.632.879 1.138 1.022.711.216 1.542-.085 1.954-.703.227-.378.3-.83.302-1.266 0-1.086.001-2.17-.001-3.255h-.821c-.002 1.087 0 2.174-.001 3.261.002.307-.054.632-.256.875-.317.402-.993.423-1.341.052-.217-.225-.297-.546-.299-.851-.004-1.112 0-2.225-.002-3.336l-.822-.001m9.119 5.202l.822.001c.002-.595.001-1.191 0-1.786.178-.229.366-.45.548-.676l1.312 2.461h.951c-.574-1.053-1.136-2.113-1.715-3.164.529-.684 1.073-1.356 1.607-2.036-.352-.001-.705.001-1.057-.001-.551.687-1.097 1.377-1.646 2.065V5.782h-.821l-.001 5.2m-10.894 2.06c-.775.189-1.11 1.013-1.249 1.719-.172.952-.099 1.992.377 2.848.529.988 2.176 1.018 2.737.047.436-.704.519-1.569.467-2.379-.061-.692-.215-1.444-.746-1.936-.419-.396-1.052-.424-1.586-.3m-5.524.026c.001 1.732.002 3.463-.001 5.196.274.006.549.004.823.003.002-.755 0-1.509.001-2.263.328-.001.656-.002.984.001.278.755.558 1.509.838 2.263l.895-.001c-.303-.809-.611-1.616-.911-2.426.659-.321.985-1.182.689-1.856a1.413 1.413 0 0 0-1.216-.9c-.7-.037-1.403-.011-2.104-.017m8.907 0v3.241c-.003.414.064.838.258 1.209.223.388.618.659 1.045.777.686.201 1.478-.077 1.899-.651.25-.367.33-.825.338-1.262.002-1.104.001-2.21.001-3.314h-.822c-.001 1.106.002 2.211-.001 3.317-.002.325-.085.677-.336.903-.334.317-.919.309-1.243-.017-.236-.227-.316-.566-.317-.883-.002-1.106-.001-2.213 0-3.319a56.445 56.445 0 0 0-.823 0m4.207-.002v.726l1.187.001v4.473h.822c.002-1.491-.001-2.983.001-4.474h1.204v-.726h-3.213m3.877 0v5.2c1.077.001 2.154.002 3.231 0v-.842c-.804-.002-1.607 0-2.409-.001v-1.42h1.515v-.842H19.98c-.001-.425-.001-.849.001-1.273h2.244l.001-.82c-1.023-.002-2.046-.001-3.068-.001z"/><path fill="#fff" d="M5.997 6.603c.398.004.796-.012 1.193.011.337.019.628.346.588.686a.65.65 0 0 1-.596.573c-.394.019-.789.002-1.184.007-.002-.426-.001-.852-.001-1.277zM2.993 13.887c.394.005.789-.01 1.183.01a.641.641 0 0 1 .598.666.648.648 0 0 1-.6.594c-.392.012-.786-.001-1.179.004-.006-.424-.002-.849-.002-1.273zM7.846 13.89c.36-.163.856-.057 1.052.306.279.493.329 1.079.317 1.635-.039.481-.103.995-.395 1.396-.304.431-1.048.374-1.298-.087-.332-.583-.351-1.291-.296-1.943.068-.474.167-1.047.619-1.307z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trucks-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.222 0h1.444c2.92.19 5.772 1.417 7.83 3.51 2.131 2.111 3.385 5.047 3.504 8.039v.898c-.124 3.108-1.478 6.151-3.755 8.279-2.034 1.946-4.772 3.084-7.572 3.275h-1.342c-2.886-.192-5.707-1.398-7.759-3.45C1.376 18.411.082 15.399 0 12.337v-.665C.08 8.007 1.943 4.43 4.927 2.294 6.747.936 8.971.2 11.222.001m-.584 2.377c-2.695.364-5.2 1.922-6.703 4.192-1.376 2.022-1.918 4.577-1.524 6.988a9.68 9.68 0 0 0 3.218 5.782 9.653 9.653 0 0 0 5.64 2.344 9.69 9.69 0 0 0 6.228-1.672 9.687 9.687 0 0 0 3.778-5.117 9.811 9.811 0 0 0-.324-6.685 9.688 9.688 0 0 0-3.104-3.978c-2.028-1.547-4.687-2.207-7.208-1.853z"/><path fill="#c0111e" d="M6.485 15.563c.102-.157.124-.347.176-.523.012.192-.06.484.179.564.422.054.852.007 1.277.001a1.723 1.723 0 0 1 1.145-.005c.367.022.736.019 1.103.041-.481.149-.996.046-1.49.054-.839.01-1.678.036-2.516 0-.67-.031-1.351.094-2.014-.038l.02-.002c.36-.05.726-.02 1.087-.07.336-.101.69-.07 1.033-.022z"/><path fill="#fff" d="M10.638 2.378c2.521-.354 5.18.306 7.208 1.853a9.688 9.688 0 0 1 3.104 3.978 9.812 9.812 0 0 1 .324 6.685 9.687 9.687 0 0 1-3.778 5.117 9.69 9.69 0 0 1-6.228 1.672 9.647 9.647 0 0 1-5.64-2.344 9.674 9.674 0 0 1-3.218-5.782c-.394-2.411.148-4.966 1.524-6.988C5.438 4.3 7.942 2.741 10.637 2.377m1.49 4.497c-.024 2.345.004 4.688-.013 7.033-.41.268-.238.808-.25 1.219.128.256.488.305.725.45.001.409-.032.822.017 1.229.07.138.181.307.355.302.366.013.732.011 1.098.001.179.022.293-.156.343-.302.108-.366-.028-.764.086-1.126.226.046.354.263.56.348a2.06 2.06 0 0 0 2.232-.354c.26.38-.126 1.068.325 1.411.456.041.93.06 1.382-.008.449-.364.16-1.025.251-1.519.241-.102.476-.217.71-.336-.029-.44.184-1.018-.247-1.315-.016-2.344.008-4.687-.012-7.031-2.521.005-5.042.01-7.564-.002m-6.833 5.611c-.655.733-1.055 1.674-1.229 2.634-.089.444.085.875.072 1.318.012.154-.018.326.079.46.178.275.569.257.844.173.356-.151.275-.589.289-.896 1.338.054 2.678.053 4.016 0 .026.294-.077.708.242.876.245.104.568.109.797-.038.28-.265.12-.684.203-1.018a2.537 2.537 0 0 0-.012-1.169c-.226-.86-.586-1.709-1.202-2.364-.283-.312-.734-.253-1.114-.272-.757-.002-1.513-.016-2.269.013-.264-.002-.539.08-.716.284z"/><path fill="#fff" d="M5.513 12.718c.157-.332.563-.223.856-.251.874.008 1.751-.037 2.622.036.45.481.74 1.114 1.048 1.696-1.786-.03-3.572-.034-5.358.002.212-.528.552-.991.833-1.483zM4.325 14.9c.343-.007.686-.007 1.03.005-.013.23.02.461.097.679-.361.049-.727.019-1.087.07l-.08.01.062-.32c.304-.032.61.012.911-.03-.295-.096-.624-.029-.934-.046l.001-.367zM9.356 14.899c.349-.006.698-.007 1.048.011l-.034.366a15.201 15.201 0 0 0-1.024 0l.01-.377zM6.661 15.04l-.001-.062c.466.04.934.019 1.4.025.016.2.035.402.056.602-.425.006-.854.053-1.277-.001-.239-.08-.167-.372-.179-.564z"/><path fill="#fff" d="M9.262 15.6c.143-.474.749-.206 1.112-.252l-.01.293c-.367-.022-.736-.019-1.103-.041z"/><path d="M12.127 6.874c2.521.012 5.042.007 7.564.002.02 2.344-.004 4.687.012 7.031.431.298.218.875.247 1.315-.234.119-.469.234-.71.336-.091.494.198 1.156-.251 1.519-.452.068-.926.049-1.382.008-.451-.343-.065-1.031-.325-1.411a2.06 2.06 0 0 1-2.232.354c-.206-.085-.335-.302-.56-.348-.114.361.022.76-.086 1.126-.05.146-.164.324-.343.302-.366.01-.732.012-1.098-.001-.174.005-.286-.164-.355-.302-.049-.407-.016-.82-.017-1.229-.236-.145-.596-.194-.725-.45.012-.412-.161-.952.25-1.219.017-2.345-.011-4.688.013-7.033zM5.292 12.485c.178-.204.452-.287.716-.284.756-.029 1.512-.016 2.269-.013.379.019.83-.04 1.114.272.617.655.977 1.504 1.202 2.364.09.383.104.785.012 1.169-.083.334.077.752-.203 1.018-.229.148-.552.143-.797.038-.319-.168-.216-.582-.242-.876a50.264 50.264 0 0 1-4.016 0c-.014.307.067.745-.289.896-.275.084-.666.102-.844-.173-.097-.133-.067-.306-.079-.46.013-.443-.161-.874-.072-1.318.174-.96.574-1.901 1.229-2.634m.221.234c-.281.492-.62.955-.833 1.483 1.786-.036 3.572-.032 5.358-.002-.307-.582-.598-1.214-1.048-1.696-.871-.073-1.748-.028-2.622-.036-.293.028-.698-.082-.856.251M4.325 14.9l-.001.367c.31.017.638-.05.934.046-.301.042-.607-.002-.911.03l-.062.32.06-.007c.662.132 1.344.007 2.014.038.839.036 1.678.01 2.516 0 .494-.008 1.009.095 1.49-.054l.01-.293c-.364.046-.97-.222-1.112.252a1.717 1.717 0 0 0-1.145.005c-.022-.2-.041-.402-.056-.602-.467-.006-.935.014-1.4-.025l.001.062c-.053.176-.074.366-.176.523-.343-.048-.697-.079-1.033.022a1.744 1.744 0 0 1-.097-.679 18.612 18.612 0 0 0-1.03-.005m5.029-.001l-.01.377c.341-.011.683-.012 1.024 0l.034-.366a15.255 15.255 0 0 0-1.048-.011z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trucks-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#034a8f" d="M10.872 0h2.216c2.706.292 5.334 1.444 7.275 3.369C22.469 5.376 23.76 8.178 24 11.07v2.02c-.298 2.769-1.502 5.45-3.5 7.407-1.946 1.993-4.618 3.188-7.372 3.503H10.91c-2.77-.299-5.456-1.503-7.412-3.504C1.508 18.548.314 15.881 0 13.128v-2.046c.277-3.683 2.342-7.176 5.456-9.167C7.072.841 8.958.24 10.872 0M9.167 8.414c-.653-.005-1.308.003-1.961-.005-.782-.005-1.521.279-2.241.55l.188.285a63.32 63.32 0 0 1-.822 2.164l-.416.161c-.17.842-.299 1.693-.426 2.543l-.287.214c.004.168.007.337.009.505.473.167.99.046 1.482.067-.156.915.685 1.79 1.6 1.693.847-.024 1.507-.856 1.41-1.684 2.399-.003 4.797.009 7.195-.007-.123.87.609 1.73 1.496 1.696.876.038 1.654-.81 1.5-1.683.212 0 .424.003.636.004a48.942 48.942 0 0 0-.046-.379c.491-.266 1.052-.409 1.508-.737.059-.262.029-.535.045-.801-3.545.021-7.09-.001-10.636.011l-.01-.184c3.503.014 7.007-.003 10.51.009.173-.223.118-.51.126-.77-.007-1.355.001-2.71-.005-4.064a1.537 1.537 0 0 0-.079-.46c-3.562-.005-7.125.013-10.689-.009-.132.277-.098.586-.087.883z"/><path fill="#034a8f" d="M5.677 9.209c.876.029 1.755.016 2.631.001-.001.736-.018 1.471.016 2.207-1.166-.01-2.33-.01-3.496-.001.295-.732.548-1.478.85-2.207z"/><path fill="#fff" d="M9.167 8.414c-.012-.296-.046-.606.087-.883 3.563.022 7.127.004 10.689.009.05.15.076.304.079.46.007 1.355-.001 2.71.005 4.064-.008.26.047.547-.126.77-3.503-.012-7.007.005-10.51-.009l.01.184c3.546-.012 7.091.011 10.636-.01-.016.266.014.539-.045.801-.456.328-1.018.471-1.508.737l.046.379c-.212-.001-.424-.004-.636-.004.153.872-.624 1.721-1.5 1.683-.888.034-1.62-.826-1.496-1.696-2.397.016-4.796.004-7.195.007.097.828-.563 1.66-1.41 1.684-.915.097-1.756-.778-1.6-1.693-.492-.021-1.009.1-1.482-.067-.003-.168-.005-.337-.009-.505l.287-.214c.127-.85.256-1.701.426-2.543l.416-.161c.286-.716.563-1.437.822-2.164l-.188-.285c.72-.27 1.46-.555 2.241-.55.653.008 1.308 0 1.961.005m-3.49.796c-.302.729-.555 1.475-.85 2.207 1.166-.009 2.33-.009 3.496.001-.034-.736-.017-1.471-.016-2.207-.876.014-1.755.028-2.631-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.115 0h1.748c2.092.178 4.146.904 5.844 2.149-.213-.075-.403-.198-.594-.315C15.572.335 12.452-.132 9.579.529c-2.756.605-5.254 2.266-6.909 4.549A11.727 11.727 0 0 0 .427 11.63a11.724 11.724 0 0 0 1.697 6.474c1.579 2.616 4.214 4.579 7.183 5.311 2.807.721 5.878.348 8.427-1.032.372-.177.69-.453 1.074-.606-1.711 1.287-3.799 2.036-5.927 2.224h-1.753c-2.445-.203-4.824-1.183-6.669-2.805-2.412-2.055-3.893-5.104-4.151-8.25V10.92c.096-.504.135-1.016.254-1.515.609-2.897 2.328-5.548 4.741-7.267C6.998.91 9.034.185 11.115.002z"/><path fill="#fff" d="M6.911 7.095c1.626-.024 3.254-.002 4.88-.011-1.102 1.1-2.201 2.202-3.304 3.302 4.628-.001 9.257-.004 13.885 0 .002 1.08.002 2.16 0 3.239-4.626.002-9.251.004-13.877 0a463.305 463.305 0 0 1 3.288 3.288 718.4 718.4 0 0 1-4.869-.001 782.184 782.184 0 0 0-4.904-4.906c1.627-1.644 3.272-3.267 4.9-4.91z"/><path fill="#038cff" d="M9.58.528c2.873-.661 5.993-.194 8.534 1.305.191.118.381.24.594.315 2.907 2.051 4.752 5.474 4.983 9.014v1.671c-.228 3.497-2.029 6.886-4.882 8.942-.384.153-.701.429-1.074.606a11.753 11.753 0 0 1-8.427 1.032c-2.969-.732-5.604-2.694-7.183-5.311a11.722 11.722 0 0 1-1.697-6.474 11.73 11.73 0 0 1 2.243-6.552C4.326 2.794 6.824 1.132 9.58.527M6.911 7.095c-1.628 1.643-3.273 3.266-4.9 4.91a782.184 782.184 0 0 1 4.904 4.906 718.4 718.4 0 0 0 4.869.001 463.305 463.305 0 0 0-3.288-3.288c4.626.004 9.251.002 13.877 0a874.26 874.26 0 0 0 0-3.239c-4.628-.004-9.257-.001-13.885 0 1.104-1.1 2.202-2.202 3.304-3.302-1.627.009-3.255-.012-4.88.011z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M2.419.374c.186-.171.42-.318.681-.323C8.944.017 14.789.042 20.634.04c.158-.005.316-.005.474.017l.026.009c.405.214.803.558.866 1.038V23c-.067.439-.409.792-.787.998H2.786c-.376-.208-.718-.558-.785-.998V1.077c.045-.278.22-.515.419-.705m.697-.206c-.573.078-1.031.63-1.038 1.202.002 7.141-.001 14.283.001 21.424.026.504.394.971.873 1.126.307.082.626.057.941.061h16.687c.213-.011.438-.024.63-.127.397-.195.69-.616.712-1.061V1.322c-.006-.31-.172-.592-.375-.817-.251-.26-.614-.374-.969-.366H3.42a2.339 2.339 0 0 0-.301.028z"/><path fill="#1a1919" d="M3.326.426c.189-.021.379-.008.569-.011h16.154c.301.004.608-.023.901.063.403.15.705.564.696.997-.002 7.071 0 14.142-.001 21.213a1.075 1.075 0 0 1-.705.951 2.042 2.042 0 0 1-.623.062c-5.632-.003-11.264.003-16.896-.003-.552.017-1.053-.463-1.065-1.012-.001-7.072.001-14.144-.001-21.216-.008-.525.438-1.026.971-1.045m.057.531a.51.51 0 0 0-.406.234c-.118.158-.084.364-.087.548.001 6.965-.001 13.931.001 20.896-.012.306.279.562.58.534h16.792c.141-.001.284.008.424-.014a.525.525 0 0 0 .426-.519l.001-20.899c-.001-.196.028-.418-.111-.579-.115-.17-.333-.212-.525-.211C14.826.948 9.175.948 3.524.947l-.141.008z"/><path fill="#1a1919" d="M11.132 3.981a.483.483 0 0 1 .631.26c.081.166.03.361-.069.507-.28.436-.558.873-.837 1.31.98.249 1.978.505 2.857 1.022.751.512 1.476 1.092 1.996 1.846.583.807 1.045 1.722 1.223 2.708.089.519.147 1.045.159 1.572l.013 2.851h-2.427c-.001-1.054.001-2.107-.001-3.161-.023-.977-.422-1.908-.976-2.7-.324-.461-.768-.82-1.225-1.143-.665-.407-1.441-.557-2.184-.755.021.481.042.961.065 1.441a.569.569 0 0 1-.226.491.549.549 0 0 1-.605-.062C8.303 8.725 7.077 7.285 5.853 5.843c1.76-.621 3.519-1.243 5.281-1.862zM6.959 17.324c.311-.031.656.025.894.243.142.124.274.266.349.442.194.443.287.927.281 1.411.03.583-.156 1.163-.474 1.647-.284.368-.788.448-1.223.375a1 1 0 0 1-.633-.334c-.214-.201-.298-.492-.388-.762-.229-.794-.192-1.685.211-2.418.163-.381.578-.603.982-.604m-.206.701c-.229.152-.335.426-.394.685-.14.611-.118 1.286.188 1.844.177.286.577.322.858.181.148-.134.261-.307.313-.501.163-.549.191-1.155-.003-1.701-.056-.152-.109-.318-.238-.425-.193-.179-.492-.173-.724-.083zM9.354 17.381l.634-.001 1.467 2.567v-2.566h.634l-.001 4.018h-.563c-.513-.906-1.023-1.813-1.537-2.718-.002.906.001 1.812-.001 2.718l-.634-.001v-4.017zM13.034 17.381h.634v3.425l1.861.001v.592l-2.495-.001v-4.017zM14.994 17.381l.761.001.959 1.551c.325-.517.648-1.035.974-1.551l.745.001c-.46.758-.936 1.507-1.388 2.27-.016.582-.001 1.165-.007 1.748l-.634-.001c0-.555-.001-1.109.001-1.665.009-.107-.071-.189-.119-.276-.432-.692-.861-1.384-1.291-2.077z"/><path fill="#9d9d9c" d="M21.107.058l.014.001.012.008-.026-.009z"/><path fill="#fffffe" d="M3.117.166c.099-.015.2-.026.301-.028h17.159c.356-.007.718.106.969.366.203.225.369.507.375.817V22.79a1.291 1.291 0 0 1-.712 1.061c-.192.104-.417.117-.63.127H3.892c-.314-.003-.634.021-.941-.061a1.294 1.294 0 0 1-.873-1.126c-.002-7.141.001-14.283-.001-21.424C2.084.795 2.543.244 3.115.165m.211.261c-.532.018-.979.52-.971 1.045.002 7.072 0 14.144.001 21.216.013.549.514 1.028 1.065 1.012 5.632.005 11.264-.001 16.896.003.208.003.421-.001.623-.062.394-.138.693-.533.705-.951.001-7.071-.001-14.142.001-21.213.009-.434-.293-.847-.696-.997-.293-.086-.601-.059-.901-.063H3.895c-.189.003-.38-.01-.569.011z"/><path fill="#fffffe" d="M3.383.956l.141-.008C9.176.949 14.827.949 20.478.947c.192-.002.409.041.525.211.139.161.11.383.111.579-.001 6.966.001 13.933-.001 20.899a.526.526 0 0 1-.426.519c-.141.022-.283.013-.424.014H3.471c-.301.027-.592-.228-.58-.534L2.89 1.739c.004-.184-.031-.389.087-.548a.51.51 0 0 1 .406-.234m7.749 3.024C9.371 4.6 7.611 5.223 5.851 5.843c1.224 1.442 2.45 2.882 3.673 4.325.163.136.416.17.605.062a.566.566 0 0 0 .226-.491c-.023-.48-.044-.96-.065-1.441.744.197 1.519.347 2.184.755.457.323.901.682 1.225 1.143.554.792.953 1.723.976 2.7.001 1.053-.001 2.107.001 3.161h2.427l-.013-2.851a10.628 10.628 0 0 0-.159-1.572c-.178-.986-.64-1.901-1.223-2.708-.52-.754-1.246-1.335-1.996-1.846-.879-.517-1.877-.772-2.857-1.022.279-.437.557-.874.837-1.31.099-.146.149-.341.069-.507a.483.483 0 0 0-.631-.26M6.959 17.324c-.404.001-.819.223-.982.604-.402.734-.439 1.625-.211 2.418.089.27.174.561.388.762.164.181.387.31.633.334.435.073.938-.007 1.223-.375.318-.484.504-1.065.474-1.647a3.408 3.408 0 0 0-.281-1.411 1.293 1.293 0 0 0-.349-.442c-.238-.218-.583-.274-.894-.243m2.394.057v4.017l.634.001c.002-.906-.001-1.812.001-2.718.514.905 1.024 1.813 1.537 2.718h.563l.001-4.018a66.993 66.993 0 0 0-.634 0v2.566c-.488-.856-.977-1.712-1.467-2.567l-.634.001m3.679 0v4.017l2.495.001v-.592l-1.861-.001v-3.425a66.993 66.993 0 0 0-.634 0m1.96 0c.429.693.859 1.386 1.291 2.077.049.086.129.168.119.276-.002.555-.001 1.11-.001 1.665l.634.001c.006-.583-.009-1.166.007-1.748.452-.763.928-1.512 1.388-2.27l-.745-.001c-.326.516-.649 1.034-.974 1.551l-.959-1.551-.761-.001z"/><path fill="#fffffe" d="M6.752 18.025c.233-.091.531-.096.724.083.129.107.183.273.238.425.194.545.165 1.151.003 1.701a1.049 1.049 0 0 1-.313.501c-.281.141-.681.106-.858-.181-.307-.558-.328-1.234-.188-1.844.058-.258.165-.533.394-.685z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50303" d="M8.81.434c2.584-.696 5.404-.535 7.867.521 2.731 1.138 4.996 3.342 6.22 6.035a12.132 12.132 0 0 1 .766 7.818 11.95 11.95 0 0 1-3.056 5.562c-2.088 2.174-5.028 3.487-8.035 3.63h-1.244c-2.946-.167-5.815-1.446-7.883-3.554C1.391 18.381.159 15.548.001 12.642v-1.23c.113-2.178.811-4.327 2.042-6.13A11.964 11.964 0 0 1 8.811.434m2.624 1.881c-2.748.142-5.399 1.522-7.084 3.697a9.676 9.676 0 0 0-2.074 5.987 9.698 9.698 0 0 0 2.552 6.568 9.676 9.676 0 0 0 5.603 3.029 9.69 9.69 0 0 0 6.4-1.169 9.733 9.733 0 0 0 4.367-5.328 9.766 9.766 0 0 0 .17-5.618 9.715 9.715 0 0 0-3.823-5.436 9.661 9.661 0 0 0-6.112-1.729z"/><path fill="#fff" d="M11.435 2.315a9.663 9.663 0 0 1 6.112 1.729A9.715 9.715 0 0 1 21.37 9.48a9.775 9.775 0 0 1-.17 5.618 9.728 9.728 0 0 1-4.367 5.328 9.69 9.69 0 0 1-6.4 1.169 9.68 9.68 0 0 1-5.603-3.029 9.691 9.691 0 0 1-2.552-6.568 9.678 9.678 0 0 1 2.074-5.987c1.685-2.176 4.336-3.556 7.084-3.697M7.126 9.37c-1.3.869-2.603 1.733-3.892 2.616 1.282.886 2.561 1.774 3.842 2.658.259.221.728-.017.654-.37-.106-.418-.245-.826-.361-1.241 4.493.017 8.986.062 13.478.078.002-.677.01-1.354.011-2.032-4.493-.02-8.987-.059-13.48-.082.124-.427.278-.846.388-1.277.037-.326-.39-.548-.641-.352z"/><path fill="#030303" d="M7.126 9.37c.251-.197.678.025.641.352-.109.431-.264.85-.388 1.277 4.493.023 8.987.061 13.48.082-.001.678-.008 1.355-.011 2.032-4.493-.016-8.986-.061-13.478-.078.116.415.256.823.361 1.241.074.353-.395.59-.654.37-1.282-.884-2.561-1.772-3.842-2.658 1.289-.883 2.592-1.747 3.892-2.616z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#034594" d="M10.258.805c2.585-.367 5.305.176 7.512 1.584a11.147 11.147 0 0 1 4.253 4.866 11.202 11.202 0 0 1 .634 7.385 11.169 11.169 0 0 1-4.075 6.107 11.106 11.106 0 0 1-6.823 2.261c-2.398-.005-4.778-.834-6.679-2.291a11.182 11.182 0 0 1-3.866-5.488c-.853-2.67-.653-5.662.564-8.188C3.334 3.723 6.622 1.289 10.26.805M4.727 8.148c1.422.805 2.826 1.642 4.253 2.44-.094-.368-.185-.738-.276-1.106 1.387-.001 2.773-.002 4.16-.001.577-.047 1.114.49 1.064 1.068.001 2.569-.001 5.138.001 7.708h2.576c.002-2.528-.001-5.057.002-7.585.088-2.005-1.78-3.87-3.786-3.767-1.345 0-2.689.001-4.033-.001.097-.403.198-.805.292-1.208-1.423.809-2.838 1.633-4.254 2.454z"/><path fill="#fff" d="M4.727 8.148c1.416-.821 2.831-1.645 4.254-2.454-.094.403-.194.805-.292 1.208 1.344.002 2.688.001 4.033.001 2.006-.103 3.874 1.762 3.786 3.767-.004 2.528 0 5.057-.002 7.585H13.93c-.002-2.569 0-5.138-.001-7.708.049-.578-.487-1.115-1.064-1.068-1.387-.001-2.773 0-4.16.001.091.368.182.738.276 1.106-1.427-.798-2.831-1.634-4.253-2.44z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M11.33.547c2.794-.163 5.647.721 7.819 2.495a11.394 11.394 0 0 1 3.636 5.136c.829 2.36.852 4.996.06 7.368a11.46 11.46 0 0 1-5.251 6.362 11.369 11.369 0 0 1-6.658 1.416c-2.588-.227-5.078-1.392-6.928-3.214a11.375 11.375 0 0 1-3.39-7.142 11.43 11.43 0 0 1 1.776-7.211C4.321 2.729 7.742.729 11.329.547m-.957 2.295a9.27 9.27 0 0 0-5.975 3.832C3.168 8.42 2.596 10.606 2.778 12.73a9.195 9.195 0 0 0 2.528 5.605 9.244 9.244 0 0 0 5.38 2.779 9.234 9.234 0 0 0 6.858-1.76 9.249 9.249 0 0 0 3.206-4.39 9.295 9.295 0 0 0 .052-5.874 9.258 9.258 0 0 0-4.684-5.424c-1.759-.894-3.809-1.156-5.747-.824z"/><path fill="#fff" d="M10.372 2.842c1.938-.331 3.988-.07 5.747.824a9.261 9.261 0 0 1 4.684 5.424 9.288 9.288 0 0 1-.052 5.874 9.265 9.265 0 0 1-3.206 4.39 9.23 9.23 0 0 1-12.238-1.019 9.192 9.192 0 0 1-2.528-5.605c-.182-2.124.39-4.31 1.619-6.056a9.271 9.271 0 0 1 5.975-3.832M4.696 8.16c1.458.826 2.909 1.666 4.363 2.5-.091-.38-.186-.76-.278-1.139 1.434 0 2.869-.004 4.304.001.552-.026 1.055.484 1.039 1.033.004 2.65 0 5.299.002 7.949h2.64c.001-2.569-.001-5.138.001-7.709.118-2.048-1.762-3.968-3.81-3.907-1.398-.001-2.796.001-4.194-.001.098-.41.2-.821.3-1.231-1.466.817-2.904 1.684-4.368 2.504z"/><path fill="#231f20" d="M4.696 8.16c1.464-.821 2.902-1.687 4.368-2.504-.1.41-.202.821-.3 1.231 1.398.002 2.796 0 4.194.001 2.048-.061 3.928 1.859 3.81 3.907-.002 2.57 0 5.14-.001 7.709h-2.64c-.002-2.65.001-5.299-.002-7.949.016-.55-.487-1.06-1.039-1.033-1.435-.005-2.87-.001-4.304-.001.092.379.187.758.278 1.139-1.454-.834-2.905-1.674-4.363-2.5z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#36515a" opacity=".41" d="M6.065 1.765C9.496-.247 13.98-.306 17.463 1.617c.392.217.798.432 1.108.764-.452-.259-.892-.54-1.352-.782C15.045.476 12.502.037 10.084.452 7.971.768 5.966 1.714 4.344 3.1c-.588.5-1.08 1.097-1.62 1.645.834-1.255 2.058-2.214 3.342-2.981zM3.126 19.242c.928.962 1.936 1.87 3.121 2.506 3.004 1.687 6.768 1.927 9.954.613.934-.35 1.764-.905 2.611-1.417-.257.298-.602.49-.936.686-3.344 2.06-7.754 2.216-11.249.428a11.207 11.207 0 0 1-2.496-1.704c-.371-.334-.788-.65-1.006-1.112z"/><path fill="#009acc" d="M10.082.452c2.418-.415 4.961.024 7.135 1.147.461.242.9.523 1.352.782 2.96 2.02 4.835 5.55 4.852 9.134.131 3.644-1.679 7.272-4.609 9.427-.847.512-1.678 1.067-2.611 1.417-3.186 1.314-6.95 1.074-9.954-.613-1.186-.636-2.194-1.543-3.121-2.506a10.154 10.154 0 0 1-1.979-3.275 45.925 45.925 0 0 1-.737-3.013C.24 10.529.648 7.96 2.035 5.924c.163-.409.512-.71.665-1.123l.023-.056c.54-.548 1.032-1.145 1.62-1.645C5.964 1.714 7.969.767 10.083.452M6.268 8.274c-1.734.997-3.455 2.02-5.189 3.017 1.426.912 2.927 1.703 4.382 2.566.38.2.726.482 1.142.605.362.085.74-.29.656-.653-.085-.404-.246-.787-.379-1.176.864-.086 1.858-.228 2.611.31.559.378.965 1.006.974 1.693.041 2.315-.018 4.633.029 6.948.959.077 1.933.053 2.896 0 .002-2.274-.01-4.549.006-6.824-.034-.761.454-1.432 1.067-1.83.745-.499 1.686-.227 2.522-.277-.13.42-.325.827-.382 1.267-.038.259.152.551.424.566.326.065.608-.134.874-.287 1.59-.946 3.217-1.829 4.795-2.792-.053-.186-.246-.254-.391-.354-1.604-.91-3.182-1.864-4.786-2.773-.337-.2-.81-.048-.901.35.001.49.238.942.377 1.403-.809.041-1.633-.04-2.423.182-.851.236-1.558.79-2.34 1.175-.211.11-.456.019-.654-.074-.78-.39-1.492-.937-2.346-1.162-.767-.221-1.573-.096-2.359-.142.125-.457.335-.899.382-1.373-.036-.485-.638-.575-.988-.365z"/><path fill="#fffffe" d="M2.143 5.472c.181-.226.355-.46.557-.67-.152.413-.502.714-.665 1.123C.648 7.961.24 10.531.41 12.953c.214 1.012.455 2.018.737 3.013-.359-.502-.304-1.148-.502-1.715a7.23 7.23 0 0 0-.208-.497c-.203-2.041-.104-4.158.656-6.084.239-.782.733-1.451 1.049-2.2z"/><path fill="#fffffe" d="M6.268 8.274c.349-.21.952-.12.988.365-.047.474-.257.916-.382 1.373.786.046 1.592-.079 2.359.142.854.224 1.566.772 2.346 1.162.198.094.443.185.654.074.782-.385 1.489-.938 2.34-1.175.79-.222 1.614-.142 2.423-.182-.139-.461-.376-.913-.377-1.403.091-.398.564-.551.901-.35 1.603.91 3.181 1.864 4.786 2.773.145.1.338.168.391.354-1.578.964-3.205 1.847-4.795 2.792-.265.152-.547.352-.874.287-.271-.016-.462-.307-.424-.566.056-.44.252-.847.382-1.267-.836.05-1.777-.222-2.522.277-.613.398-1.1 1.069-1.067 1.83-.016 2.275-.004 4.55-.006 6.824-.962.053-1.937.077-2.896 0-.047-2.315.012-4.633-.029-6.948-.01-.688-.415-1.315-.974-1.693-.754-.538-1.747-.396-2.611-.31.133.389.294.772.379 1.176.084.362-.294.738-.656.653-.416-.122-.762-.404-1.142-.605-1.456-.863-2.957-1.654-4.382-2.566 1.734-.997 3.455-2.02 5.189-3.017z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-or-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#161515" d="M2.35 0h19.3v24H2.35V0m1.005.208a1.11 1.11 0 0 0-.833 1.096c-.006 7.133-.003 14.266-.002 21.399-.05.626.501 1.198 1.125 1.181 5.571.002 11.141.004 16.712-.002.621.009 1.156-.572 1.1-1.19 0-7.13.003-14.261-.001-21.392.033-.604-.513-1.152-1.115-1.129C14.877.157 9.412.171 3.948.164c-.198 0-.399.001-.593.044z"/><path fill="#161515" d="M3.385.447c.15-.047.309-.046.464-.049 5.469.005 10.939 0 16.408.003.498-.034.98.383.962.893.006 7.137.002 14.274.002 21.41.032.483-.379.956-.875.931-5.564.003-11.128.001-16.692.001-.502.035-.934-.436-.899-.929-.003-7.104 0-14.209-.002-21.313-.034-.413.225-.834.632-.947m.079.465c-.189.088-.249.294-.232.487.001 7.099-.001 14.197.001 21.296a.411.411 0 0 0 .424.474c5.533.005 11.067 0 16.6.003.266.038.533-.188.49-.464.006-7.102.002-14.203.002-21.304.058-.297-.198-.577-.5-.523C14.783.877 9.318.883 3.853.878a1.877 1.877 0 0 0-.389.034z"/><path fill="#161515" d="M3.962 4.559c1.457-.459 2.908-.946 4.38-1.358.284-.125.634.211.454.494-.206.387-.493.726-.713 1.106 1.545.377 2.966 1.322 3.792 2.696.606-.875 1.38-1.65 2.335-2.138.473-.249.989-.399 1.498-.56-.275-.433-.599-.838-.815-1.306.124-.186.318-.409.57-.288 1.466.405 2.903.908 4.36 1.343-.947 1.197-1.885 2.401-2.85 3.584-.153.234-.605.197-.668-.095-.058-.435-.01-.876-.027-1.314-1.892.27-3.384 2.079-3.359 3.976.015.863-.04 1.731.04 2.591-.079.867-.026 1.74-.04 2.609.047.299.045.598.006.899-.012.998-.009 1.997-.001 2.995-.686.009-1.372.01-2.058-.002-.009-1.097.049-2.198-.034-3.292.051-1.1.075-2.214-.01-3.316.105-.755.024-1.521.05-2.281.067-1.432-.682-2.872-1.904-3.626-.442-.288-.947-.462-1.461-.57-.014.44.028.884-.025 1.322-.044.296-.367.243-.584.234-.966-1.244-1.957-2.469-2.936-3.703z"/><path fill="#fff" d="M3.355.208c.194-.043.395-.044.593-.044C9.412.171 14.877.157 20.341.171c.602-.023 1.148.525 1.115 1.129.004 7.131.001 14.262.001 21.392.056.618-.479 1.199-1.1 1.19-5.571.006-11.141.004-16.712.002-.624.017-1.175-.555-1.125-1.181-.001-7.133-.004-14.266.002-21.399A1.11 1.11 0 0 1 3.355.208m.03.239c-.407.113-.666.534-.632.947.002 7.104-.001 14.209.002 21.313-.035.493.397.964.899.929 5.564 0 11.128.002 16.692-.001.496.025.907-.448.875-.931 0-7.136.004-14.273-.002-21.41.018-.51-.464-.927-.962-.893C14.788.398 9.318.403 3.849.398c-.155.003-.314.002-.464.049z"/><path fill="#fff" d="M3.464.912c.128-.025.258-.036.389-.034 5.465.005 10.93-.001 16.396.003.302-.054.558.226.5.523 0 7.101.004 14.202-.002 21.304.043.276-.224.502-.49.464-5.533-.003-11.067.002-16.6-.003a.411.411 0 0 1-.424-.474c-.002-7.099 0-14.197-.001-21.296-.017-.193.043-.399.232-.487m.498 3.647c.979 1.234 1.97 2.459 2.936 3.703.217.009.54.062.584-.234.053-.438.011-.882.025-1.322.514.108 1.019.282 1.461.57 1.222.754 1.971 2.194 1.904 3.626-.026.76.055 1.526-.05 2.281.085 1.102.061 2.216.01 3.316.083 1.094.025 2.195.034 3.292.686.012 1.372.011 2.058.002-.008-.998-.011-1.997.001-2.995.039-.301.041-.6-.006-.899.014-.869-.039-1.742.04-2.609-.08-.86-.025-1.728-.04-2.591-.025-1.897 1.467-3.706 3.359-3.976.017.438-.031.879.027 1.314.063.292.515.329.668.095.965-1.183 1.903-2.387 2.85-3.584-1.457-.435-2.894-.938-4.36-1.343-.252-.121-.446.102-.57.288.216.468.54.873.815 1.306-.509.161-1.025.311-1.498.56-.955.488-1.729 1.263-2.335 2.138-.826-1.374-2.247-2.319-3.792-2.696.22-.38.507-.719.713-1.106.18-.283-.17-.619-.454-.494-1.472.412-2.923.899-4.38 1.358z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-or-u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#181e1e" d="M2 0h20v24h-1.42c.277-.044.572-.073.802-.251.316-.231.544-.611.542-1.008-.001-7.124-.002-14.247 0-21.37-.003-.437-.272-.856-.648-1.07-.286-.174-.636-.162-.959-.163C14.685.14 9.054.137 3.423.139c-.252.007-.516.039-.731.183-.354.219-.609.624-.612 1.045a73514 73514 0 0 1 0 21.002c.005.236-.025.479.049.707.131.383.431.718.824.839.217.059.445.055.667.084H2.001v-24z"/><path fill="#181e1e" d="M3.319.426c.087-.01.175-.012.263-.012C9.248.418 14.915.411 20.581.418c.567-.02 1.078.489 1.066 1.054-.002 7.072 0 14.144-.001 21.215a1.077 1.077 0 0 1-.665.938c-.263.096-.547.075-.822.076-5.475 0-10.949-.001-16.425.001-.303.004-.634.008-.894-.172-.277-.186-.478-.508-.483-.846-.001-7.07.001-14.14-.001-21.21C2.345.95 2.789.45 3.319.426m.057.53a.52.52 0 0 0-.485.518c-.003 7.034.001 14.069-.002 21.104a.542.542 0 0 0 .306.538c.171.072.362.046.543.051 5.597-.001 11.194.001 16.792-.001.3.028.593-.225.582-.531.001-7.055.002-14.109-.001-21.164.008-.306-.285-.546-.582-.523C14.948.945 9.368.948 3.787.946 3.65.947 3.512.94 3.375.955z"/><path fill="#181e1e" d="M7.989 2.344l.26-.004-.028-.046c.145-.004.289-.011.434-.006l.027-.249.036.284.196.053-.156.018c.017.143-.013.304.109.417l-.209-.197.124.194-.127-.071.009.201-.054-.023-.002.279a7.703 7.703 0 0 0-.158-.015c.002.119.001.238-.001.358.151.031.298.075.454.079l-.064.039.129.01.034-.149.031.2.233-.015-.054.061c.396-.004.792.012 1.188.006l.021.148.021-.148.231.002-.029.037c1.329-.004 2.658.006 3.987.007l-.053.054.281-.001-.123.142c.078-.134.211-.089.311-.04.12.005.24.007.36.008l-.024.041c.143-.001.286.002.428.001l-.096.049.365.033-.391.051c.148.027.3.036.451.044l-.008.061.121-.059-.04.082.27.031-.301.055.281.036-.024.034.262.013-.108.127.124-.048-.007.101.111-.05-.005.075.218.001-.011.173.072-.027-.028.067.181-.01-.01.179.071-.033-.03.067.217.005-.007.172.172-.006.003.219.064-.027-.032.073.172-.011.002.225.075-.019-.081.165.216.008.003.269.049-.032a35 35 0 0 1 .004.324l.181-.226-.126.207.102-.052c.003.12.006.239.007.359l.047-.029-.006.272.252.028-.353.054.214.032c.001.417-.002.834-.003 1.251l-.119-.232c.059.151.069.313.075.473l-.061-.052c.003.243-.007.485-.006.728l-.042-.031c.001.243-.007.485-.004.728l-.052-.056-.003.337-.147-.13.144.257-.101-.043c-.001.243.008.489-.041.729-.008.257-.014.513-.077.763l-.048-.077.016.271-.06-.056c.001.208-.007.416-.008.624l-.041-.039c.001.226-.008.453-.005.679l-.054-.054.005.337-.228.031.181.032-.012.131-.052-.063c.001.14-.002.281-.002.421l-.043-.036c-.001.218-.005.437.001.655l-.054-.22-.006.213.155.03-.206.033c.004.128.004.254.008.383l-.062-.189c.01.254-.003.508-.003.762l-.039-.032c.001.183-.008.365-.006.547-.547.026-1.096.002-1.644-.002l.019-.179-.08.033.036-.074-.177.013c.002-.155.001-.309 0-.464l.051.062.012-.129-.165-.033.215-.03-.014-.231.059.052c-.024-.417.053-.828.052-1.244l.058.085-.016-.235.067.079a32.38 32.38 0 0 1-.014-.318l.065.196a17.32 17.32 0 0 1 .012-.94c.04-.222.042-.448.04-.673l.059.051-.01-.26.068.051-.019-.209.062.052c-.001-.295.009-.59.006-.885l.046.036a31.852 31.852 0 0 1-.007-.309l.06.05-.006-.259.074.05-.028-.139.069.094c-.037-.511.052-1.015.045-1.525l.151.033-.203-.143.159.034c-.002-.138-.002-.277-.003-.416l.055.062c.002-.403.003-.806.001-1.209l-.081.038a7.59 7.59 0 0 0 .054-.135l-.098.034.06-.101-.086.049c-.013-.17-.056-.336-.071-.506a6.306 6.306 0 0 0-.117.026l.038-.128-.167.054.2-.121-.155.035c-.002-.073-.002-.146-.002-.219a19.499 19.499 0 0 1-.248-.014l.101-.109-.229.037.263-.142-.223.075.063-.133-.125.151.047-.125-.34-.036.281-.032-.015-.097-.217.004.028-.06-.186.013.01-.153a1.515 1.515 0 0 1-.282-.064l-.204-.007.096-.196-.128.163-.031-.251-.055.365-.025-.243a4.186 4.186 0 0 1-.799-.049l.025.048c-.156 0-.313.005-.469.006l.069.044-.335.037c.103.013.31.038.413.052-.22.019-.44.037-.655.088l.033.108-.137-.019.023.116-.111-.096.009.097-.178-.011.008.18-.106-.025-.022.174-.057-.222-.035.175-.062-.014.043.114-.172-.003c-.026.095-.056.19-.082.285l-.116-.097.046.115-.202.037.281.052-.222.033.057.121-.172-.133.139.182-.135-.048.051.059-.106.086-.024-.029.006.237a8.525 8.525 0 0 0-.159-.014c-.001.131-.007.262-.009.392l-.045-.033c.001.101-.001.202-.001.303l-.106-.044.011.278-.061-.131c-.001.146.003.292-.019.437-.058.288-.028.583-.037.874l.066-.036-.026.064c.115-.002.231-.002.346-.001l-.034-.043c.107-.001.215-.003.323-.003l.036-.265.056.365.024-.262c.167.003.334.003.501.002l-.053.048.248.033-.357.052.256.034-.027.109.141-.137a4.46 4.46 0 0 0-.095.251l-.087-.039a9.946 9.946 0 0 0-.003.245l-.055-.025.001.175a30.327 30.327 0 0 1-.092-.181l-.009.194-.066-.04.019.125-.127-.003.04.124-.093-.038.032.089-.119-.023a7.923 7.923 0 0 0-.003.218l-.208.001-.001.211-.208.001a7.776 7.776 0 0 0 0 .216 10.41 10.41 0 0 1-.176-.013l.035.076-.068-.036-.004.208-.342.046.182.033-.008.092-.367.034.249.043a6.468 6.468 0 0 0-.106.179l.025-.17a2.543 2.543 0 0 1-.204.172l.014.024-.075-.024.011.178-.182-.009.034.072-.072-.033.009.181-.181-.009.032.072-.072-.035.009.181a10.721 10.721 0 0 0-.179-.009l.017.071-.161-.038.181.112-.189-.053.136.161-.224-.154.127.155a10.647 10.647 0 0 0-.191-.058l.018.063a9.54 9.54 0 0 0-.293.001l.006-.076-.111.089.034-.126-.084.033.017-.14a5.947 5.947 0 0 0-.125.038l.028-.082-.068.023-.002-.214a3.432 3.432 0 0 1-.1-.014l-.031.218-.041-.393-.061.037.04-.082-.173.013.003-.225-.055.026.001-.23-.165.014a17.8 17.8 0 0 0 .004-.229l-.056.026.011-.198-.073.045.017-.091-.114.042.004-.198-.062.022a5.7 5.7 0 0 1 .023-.291l-.135.312.074-.276-.231-.037.123-.033-.011-.12-.05.032.005-.23-.164.013.003-.236-.048.034-.008-.293-.034-.009-.036.395-.039-.429-.056.124c.011-.149.013-.299.012-.448l.176.015-.031-.058c.15.002.301.006.451.007l-.027.044.295-.001-.045.063.205-.009-.047.105.307.012-.126-.052.381-.035-.428-.055.321-.032-.006-.271.044.032c0-.162.006-.324.005-.486l.274-.031-.235-.032.016-.094.216-.031-.174-.033.019-.15.046.111c-.032-.257.054-.504.051-.759l.108.119-.076-.152.248-.033-.377-.055.262-.026-.009-.222.111.011-.125-.112.126.021a6.79 6.79 0 0 1-.018-.141l.104.038c.01-.101.024-.203.057-.299l.01-.163.111.048-.03-.093.077.039a9.362 9.362 0 0 1 0-.237l.091.004-.097-.128.099.046.036-.314.053.383c.032-.195.028-.393.028-.589l-.112.044.009-.092-.123.044.036-.084-.203.008.047-.104c-.129-.002-.259-.004-.388-.009.126-.023.255-.036.382-.056-.634.048-1.272.012-1.907.024l.002.058-.054-.027c-.008.426.005.852-.002 1.277l-.293.005.357.137-.633.002.287-.133a14.642 14.642 0 0 0-.362-.022l.006-.116c-.026.033-.077.101-.104.134l-.001-.175-.131.133.102-.182-.143.003.031-.047a14.47 14.47 0 0 1-.214-.013l.113-.124-.114.038-.039-.175-.044.205c.042-.201-.135-.141-.237-.165l-.004-.192-.256-.01.008-.163-.208-.002a6.838 6.838 0 0 0-.046-.378l-.028.182-.121-.015a2.58 2.58 0 0 0 .038-.093l-.088.005.035-.115-.194.005.033-.074-.072.042-.003-.214-.384-.025.299-.094c-.101.013-.201.036-.299.058l.04-.124-.082.026.024-.067h-.218a9.105 9.105 0 0 0-.015-.233l-.167.127.046-.109-.08.016-.004-.19.053.031-.005-.231.179.011-.03-.072.074.033c-.003-.041-.008-.124-.012-.165.117-.023.311.04.257-.196l.01.206.081-.099.116-.065a8.078 8.078 0 0 1-.166-.037c.119-.031.238-.066.358-.096l-.108-.165.172.149-.054-.113c.065-.017.131-.036.196-.057.087-.011.174-.025.26-.041l-.366-.049.343-.036-.083-.08c.082.017.165.032.247.045a7.93 7.93 0 0 0 .006-.218l.221.005-.029-.046c.111-.007.22-.019.33-.034a23.549 23.549 0 0 0-.256-.058l.237-.038-.06-.076.194.056-.034-.063.318-.036a378.75 378.75 0 0 0-.386-.052l.349-.037-.093-.062c.092.008.185.015.277.019l-.069-.135.094.058.037-.235.054.327.031-.266.063.122-.028-.125.113-.011.039.116.033-.269zM7.638 17.371c.253-.068.546-.041.755.128.198.157.289.415.305.662.019.269-.012.562-.175.786-.293.415-1.014.403-1.283-.031-.164-.254-.178-.572-.141-.863.039-.302.234-.6.538-.683m.019.23c-.322.174-.338.603-.298.923.025.321.345.594.669.496.31-.071.431-.422.421-.707-.016-.194-.021-.406-.145-.567-.142-.2-.432-.245-.647-.145zM8.924 17.368h.344c.248.478.486.961.735 1.437.005-.478-.002-.957.004-1.435l.23-.004c.004.615.001 1.229.002 1.844a12.974 12.974 0 0 0-.279 0c-.265-.522-.531-1.044-.801-1.563-.004.521-.001 1.042-.002 1.563h-.234c.001-.614-.002-1.228.001-1.842zM12.239 17.368h.243l.001 1.625c.275.001.549-.001.824.001v.217h-1.068c.001-.614-.002-1.228.001-1.842zM13.45 17.368h1.146l.003.222-.905.001v.503l.843.001-.001.222h-.842v.677h.904l.001.217H13.45c.001-.614-.002-1.228.001-1.842zM14.872 17.368h1.097l.002.222-.856.001v.514h.819l.004.221-.823.001v.884h-.245c.001-.614-.002-1.228.002-1.842zM16.052 17.368h1.477v.222l-.616.001-.001 1.619a10.005 10.005 0 0 0-.245 0v-1.619l-.616-.001v-.222zM9.705 20.193c.293-.09.643-.036.865.187.196.205.26.5.26.776-.004.241-.049.495-.201.689-.303.407-1.011.402-1.304-.014-.192-.271-.209-.623-.167-.941.044-.305.238-.609.547-.697m.109.204c-.214.062-.354.274-.379.488-.044.287-.052.618.143.856.212.26.674.237.85-.052.178-.301.175-.696.041-1.013-.104-.246-.407-.359-.655-.279zM14.758 20.193c.293-.089.642-.036.863.186.197.205.261.501.261.776-.004.242-.049.496-.202.692-.304.405-1.009.4-1.302-.014-.193-.271-.211-.624-.168-.942.044-.305.238-.61.547-.697m.108.204c-.212.063-.351.272-.377.484-.042.278-.053.593.12.831.176.251.584.282.798.065.152-.146.199-.364.209-.566.006-.215-.022-.444-.146-.625-.129-.191-.391-.256-.604-.189zM4.842 20.192h.315c.218.637.431 1.276.646 1.914H5.53a46.686 46.686 0 0 0-.173-.529l-.729-.001c-.058.176-.116.353-.172.529h-.259c.211-.639.427-1.277.644-1.914m-.139 1.162c.198-.004.396.007.593.002-.113-.293-.197-.597-.303-.893l-.291.891zM5.931 20.192c.251.003.503-.012.753.016.27.032.497.304.437.579-.006.231-.191.397-.383.494.228.272.452.548.676.824a18.704 18.704 0 0 0-.335 0c-.2-.255-.402-.508-.606-.76l-.285.002c-.002.253-.001.506-.001.758a10.923 10.923 0 0 0-.256 0v-1.914m.256.223c-.001.24-.001.48.001.72.217-.009.521.031.633-.207.053-.147.061-.358-.091-.45-.164-.095-.363-.051-.543-.063zM7.615 20.192c.288.012.586-.032.868.044.303.104.414.484.264.755-.063.139-.202.214-.325.291.228.272.452.547.676.824h-.335a74.704 74.704 0 0 0-.606-.76l-.285.002c-.002.253-.001.506-.001.758a10.923 10.923 0 0 0-.256 0v-1.914m.256.223c-.001.239-.001.479.001.719.146-.004.296.004.438-.037.234-.066.297-.399.157-.576-.157-.154-.399-.092-.597-.107zM10.927 20.188c.086.001.173.004.259.009.141.519.253 1.047.387 1.568.135-.522.254-1.048.382-1.573l.261-.001c.132.533.257 1.068.387 1.601.125-.534.254-1.067.381-1.601h.252c-.157.638-.319 1.276-.479 1.914a13.92 13.92 0 0 0-.289 0c-.133-.527-.259-1.055-.389-1.583-.125.528-.252 1.055-.378 1.583a13.254 13.254 0 0 0-.282 0c-.166-.638-.329-1.278-.491-1.917zM16.141 20.191l.366.002c.252.5.504.999.759 1.497.003-.499.001-.998.002-1.497l.244-.002.001 1.914a14.211 14.211 0 0 0-.292 0 140.93 140.93 0 0 0-.842-1.642c.002.547 0 1.095.001 1.642a9.441 9.441 0 0 0-.238 0v-1.914zM17.878 20.192c.085-.001.171 0 .256.001.001.562-.001 1.124.001 1.686.285.001.571-.001.856.001l.001.226h-1.113v-1.914zM18.826 20.192l.285-.001c.165.279.328.561.492.841.168-.28.333-.561.5-.841.091-.001.182 0 .273.001-.207.357-.44.701-.635 1.065-.02.282-.003.566-.008.848a11.267 11.267 0 0 0-.26 0c-.001-.249.002-.498-.001-.746.008-.069-.033-.126-.064-.183-.195-.327-.389-.656-.583-.984z"/><path fill="#fffffe" d="M2.691.322c.215-.143.479-.176.731-.183C9.053.137 14.684.14 20.316.138c.323.001.673-.012.959.163.376.214.646.633.648 1.07-.002 7.123-.001 14.246 0 21.37.002.397-.225.778-.542 1.008-.23.178-.524.207-.802.251H3.618c-.222-.029-.449-.025-.667-.084-.393-.122-.693-.456-.824-.839-.074-.228-.045-.472-.049-.707a73514 73514 0 0 0 0-21.002c.003-.422.257-.826.612-1.045m.629.103c-.531.024-.974.524-.963 1.048.002 7.07 0 14.14.001 21.21.005.338.206.66.483.846.261.18.591.175.894.172l16.425-.001c.275-.002.559.02.822-.076.374-.15.654-.533.665-.938.001-7.072-.001-14.144.001-21.215.012-.564-.499-1.074-1.066-1.054C14.915.411 9.248.419 3.582.414c-.088.001-.176.002-.263.012z"/><path fill="#fffffe" d="M3.376.956c.137-.015.275-.008.412-.009C9.369.949 14.949.945 20.53.949c.296-.023.59.217.582.523.002 7.055.001 14.109.001 21.164.012.306-.282.559-.582.531-5.597.001-11.194-.001-16.792.001-.181-.005-.372.021-.543-.051a.542.542 0 0 1-.306-.538c.002-7.035-.001-14.07.002-21.104a.52.52 0 0 1 .485-.518m4.612 1.387l-.033.269-.039-.116-.113.011.028.125-.063-.122-.031.266a37.111 37.111 0 0 1-.054-.327l-.037.235-.094-.058.069.135c-.093-.005-.185-.012-.277-.019l.093.062-.349.037.386.052-.318.036.034.063a49.004 49.004 0 0 0-.194-.056l.06.076-.237.038.256.058c-.11.015-.219.026-.33.034l.029.046-.221-.005-.006.218a5.107 5.107 0 0 1-.247-.045l.083.08-.343.036.366.049a5.624 5.624 0 0 1-.26.041c-.065.021-.131.04-.196.057l.054.113-.172-.149.108.165c-.12.031-.239.065-.358.096l.166.037-.116.065-.081.099-.01-.206c.054.236-.141.173-.257.196l.012.165-.074-.033.03.072-.179-.011.005.231-.053-.031.004.19.08-.016-.046.109.167-.127c.006.077.011.155.015.233h.218l-.024.067.082-.026-.04.124c.099-.023.198-.046.299-.058l-.299.094.384.025.003.214.072-.042-.033.074.194-.005-.035.115.088-.005a6.145 6.145 0 0 1-.038.093l.121.015.028-.182c.018.125.034.252.046.378l.208.002-.008.163.256.01.004.192c.102.025.279-.035.237.165l.044-.205.039.175.114-.038-.113.124.214.013-.031.047.143-.003-.102.182.131-.133.001.175.104-.134-.006.116c.121.006.241.013.362.022l-.287.133.633-.002-.357-.137.293-.005c.007-.426-.006-.852.002-1.277l.054.027a1.086 1.086 0 0 1-.002-.058c.635-.012 1.273.025 1.907-.024-.127.02-.256.033-.382.056.129.005.259.008.388.009l-.047.104.203-.008-.036.084.123-.044-.009.092.112-.044c-.001.196.004.394-.028.589l-.053-.383-.036.314-.099-.046.097.128-.091-.004a9.362 9.362 0 0 0 0 .237l-.077-.039.03.093-.111-.048-.01.163a1.317 1.317 0 0 0-.057.299 4.351 4.351 0 0 1-.104-.038l.018.141-.126-.021.125.112-.111-.011.009.222-.262.026.377.055-.248.033.076.152-.108-.119c.003.255-.083.503-.051.759l-.046-.111a6.818 6.818 0 0 0-.019.15l.174.033-.216.031a18.06 18.06 0 0 1-.016.094l.235.032-.274.031c.001.162-.005.324-.005.486l-.044-.032c.002.09.003.181.006.271l-.321.032.428.055-.381.035.126.052-.307-.012.047-.105-.205.009.045-.063c-.098 0-.197-.001-.295.001l.027-.044c-.151-.001-.301-.005-.451-.007l.031.058a10.438 10.438 0 0 0-.176-.015c.001.149-.002.298-.012.448l.056-.124.039.429.036-.395.034.009.008.293.048-.034-.003.236.164-.013-.005.23.05-.032.011.12-.123.033.231.037-.074.276.135-.312a9.498 9.498 0 0 0-.023.291l.062-.022-.004.198.114-.042-.017.091.073-.045-.011.198.056-.026-.004.229.165-.014-.001.23.055-.026-.003.225.173-.013-.04.082.061-.037.041.393.031-.218.1.014.002.214.068-.023-.028.082a4.56 4.56 0 0 0 .125-.038l-.017.14.084-.033-.034.126.111-.089-.006.076.293-.001-.018-.063.191.058-.127-.155.224.154-.136-.161.189.053-.181-.112.161.038-.017-.071.179.009-.009-.181.072.035-.032-.072.181.009-.009-.181.072.033-.034-.072.182.009-.011-.178.075.024-.014-.024a2.77 2.77 0 0 0 .204-.172 9.948 9.948 0 0 0-.025.17 3.51 3.51 0 0 1 .106-.179l-.249-.043.367-.034.008-.092-.182-.033.342-.046.004-.208.068.036-.035-.076.176.013a7.776 7.776 0 0 1 0-.216l.208-.001.001-.211.208-.001.003-.218.119.023-.032-.089.093.038-.04-.124.127.003a5.39 5.39 0 0 1-.019-.125l.066.04.009-.194.092.181-.001-.175.055.025.003-.245.087.039c.029-.084.062-.168.095-.251l-.141.137.027-.109-.256-.034.357-.052-.248-.033.053-.048c-.167.001-.334.001-.501-.002l-.024.262-.056-.365-.036.265c-.107-.001-.215.002-.323.003l.034.043a13.29 13.29 0 0 0-.346.001l.026-.064-.066.036c.009-.291-.021-.586.037-.874.022-.145.018-.291.019-.437l.061.131-.011-.278.106.044c.001-.102.002-.202.001-.303l.045.033c.002-.131.008-.261.009-.392l.159.014-.006-.237.024.029.106-.086-.051-.059.135.048-.139-.182.172.133-.057-.121.222-.033-.281-.052.202-.037-.046-.115.116.097c.026-.095.055-.19.082-.285l.172.003-.043-.114.062.014.035-.175.057.222.022-.174.106.025-.008-.18.178.011-.009-.097.111.096-.023-.116.137.019a4.445 4.445 0 0 0-.033-.108c.215-.051.435-.068.655-.088-.103-.013-.31-.038-.413-.052l.335-.037-.069-.044c.156-.002.313-.006.469-.006l-.025-.048c.265.041.532.06.799.049l.025.243.055-.365.031.251.128-.163-.096.196.204.007c.091.032.186.05.282.064a7.853 7.853 0 0 1-.01.153l.186-.013-.028.06a16 16 0 0 0 .217-.004l.015.097-.281.032.34.036-.047.125.125-.151-.063.133.223-.075-.263.142.229-.037-.101.109.248.014.002.219.155-.035-.2.121.167-.054-.038.128.117-.026c.015.169.058.336.071.506l.086-.049-.06.101.098-.034a7.59 7.59 0 0 0-.054.135l.081-.038c.002.403.001.806-.001 1.209l-.055-.062c.002.138.001.277.003.416l-.159-.034.203.143-.151-.033c.007.509-.083 1.014-.045 1.525l-.069-.094.028.139-.074-.05.006.259-.06-.05.007.309-.046-.036c.003.295-.007.589-.006.885l-.062-.052.019.209-.068-.051.01.26-.059-.051c.002.225 0 .451-.04.673a17.32 17.32 0 0 0-.012.94l-.065-.196.014.318-.067-.079.016.235-.058-.085c.001.416-.076.826-.052 1.244l-.059-.052.014.231-.215.03.165.033-.012.129-.051-.062c.001.154.002.309 0 .464l.177-.013-.036.074.08-.033-.019.179c.548.004 1.096.028 1.644.002-.002-.183.007-.365.006-.547l.039.032c0-.254.013-.508.003-.762l.062.189c-.004-.129-.004-.255-.008-.383l.206-.033-.155-.03.006-.213.054.22c-.006-.218-.002-.437-.001-.655l.043.036c0-.14.003-.281.002-.421l.052.063.012-.131-.181-.032.228-.031c-.003-.112-.004-.225-.005-.337l.054.054c-.003-.227.006-.453.005-.679l.041.039c.001-.208.008-.416.008-.624l.06.056-.016-.271.048.077c.063-.251.068-.506.077-.763.048-.24.039-.486.041-.729l.101.043-.144-.257.147.13.003-.337.052.056c-.004-.243.005-.486.004-.728l.042.031c-.001-.243.009-.485.006-.728l.061.052a1.382 1.382 0 0 0-.075-.473l.119.232.003-1.251-.214-.032.353-.054-.252-.028.006-.272-.047.029c-.001-.12-.004-.239-.007-.359l-.102.052.126-.207-.181.226-.004-.324-.049.032a12.13 12.13 0 0 1-.003-.269l-.216-.008.081-.165-.075.019-.002-.225-.172.011.032-.073-.064.027-.003-.219-.172.006.007-.172-.217-.005.03-.067-.071.033.01-.179-.181.01.028-.067-.072.027.011-.173-.218-.001.005-.075a5.419 5.419 0 0 0-.111.05l.007-.101-.124.048.108-.127-.262-.013.024-.034-.281-.036.301-.055-.27-.031.04-.082-.121.059.008-.061a3.41 3.41 0 0 1-.451-.044l.391-.051-.365-.033.096-.049c-.143.001-.286-.002-.428-.001l.024-.041c-.12-.001-.24-.004-.36-.008-.099-.049-.233-.094-.311.04l.123-.142c-.094-.001-.187 0-.281.001l.053-.054c-1.329-.002-2.658-.011-3.987-.007l.029-.037a17.79 17.79 0 0 0-.231-.002l-.021.148-.021-.148c-.396.005-.792-.01-1.188-.006l.054-.061-.233.015-.031-.2-.034.149-.129-.01.064-.039c-.155-.004-.303-.048-.454-.079.002-.119.003-.239.001-.358l.158.015.002-.279.054.023-.009-.201.127.071-.124-.194.209.197c-.122-.113-.092-.274-.109-.417l.156-.018-.196-.053-.036-.284-.027.249c-.145-.005-.289.002-.434.006l.028.046-.26.004m-.35 15.011c-.305.083-.499.381-.538.683-.037.291-.023.609.141.863.269.434.991.446 1.283.031.163-.225.194-.517.175-.786-.016-.246-.107-.504-.305-.662-.209-.169-.502-.196-.755-.128m1.285-.004c-.003.614-.001 1.228-.001 1.842h.234c.001-.521-.003-1.042.002-1.563.27.519.536 1.041.801 1.563h.279c-.001-.615.002-1.229-.002-1.844a17.34 17.34 0 0 0-.23.004c-.006.478.002.956-.004 1.435-.249-.477-.487-.959-.735-1.437h-.344m3.315 0c-.003.614-.001 1.228-.001 1.842h1.068v-.217l-.824-.001c-.001-.542.001-1.083-.001-1.625h-.243m1.212.001c-.003.614-.001 1.228-.001 1.842h1.149l-.001-.217h-.904v-.677h.842l.001-.222-.843-.001a42.168 42.168 0 0 1 0-.503l.905-.001-.003-.222h-1.146m1.423.001c-.004.614-.001 1.228-.002 1.842h.245v-.884l.823-.001-.004-.221h-.819a44.033 44.033 0 0 1 0-.514l.856-.001-.002-.222h-1.097m1.18.001v.222l.616.001v1.619h.245c0-.54-.001-1.079.001-1.619l.616-.001v-.222h-1.477m-6.348 2.825c-.309.088-.503.392-.547.697-.042.318-.025.671.167.941.293.416 1.001.421 1.304.014.151-.195.197-.449.201-.689 0-.276-.064-.571-.26-.776-.222-.223-.572-.277-.865-.187m5.053 0c-.309.087-.503.392-.547.697-.043.318-.025.671.168.942.293.414.998.419 1.302.014.152-.195.197-.45.202-.692 0-.276-.064-.572-.261-.776-.221-.222-.571-.275-.863-.186m-9.917 0c-.217.637-.433 1.275-.644 1.914h.259c.056-.177.114-.353.172-.529.243-.001.486-.001.729.001l.173.529h.273c-.216-.638-.428-1.277-.646-1.914h-.315m1.088-.001v1.914h.256c0-.253-.001-.506.001-.758l.285-.002c.204.252.406.505.606.76h.335c-.224-.276-.447-.552-.676-.824.193-.097.377-.263.383-.494.061-.275-.167-.548-.437-.579-.25-.028-.502-.013-.753-.016m1.684-.001v1.914h.256c0-.253-.001-.506.001-.758l.285-.002c.204.252.405.505.606.76h.335c-.224-.276-.447-.552-.676-.824.124-.076.263-.152.325-.291.149-.271.039-.651-.264-.755-.282-.076-.579-.033-.868-.044m3.312-.004c.162.639.324 1.279.491 1.917h.282c.127-.527.253-1.055.378-1.583.13.527.256 1.056.389 1.583h.289c.159-.638.322-1.275.479-1.914h-.252c-.127.534-.256 1.067-.381 1.601-.13-.533-.255-1.068-.387-1.601l-.261.001c-.128.524-.247 1.051-.382 1.573-.134-.521-.246-1.048-.387-1.568a5.601 5.601 0 0 0-.259-.009m5.215.003v1.914a9.44 9.44 0 0 1 .238 0c-.001-.547.001-1.095-.001-1.642.285.545.564 1.093.842 1.642h.292c-.001-.638.001-1.276-.001-1.914l-.244.002c-.001.499.001.998-.002 1.497-.255-.498-.508-.997-.759-1.497l-.366-.002m1.738.001v1.914h1.113l-.001-.226c-.285-.002-.571-.001-.856-.001-.001-.562.001-1.124-.001-1.686l-.256-.001m.949 0c.194.328.387.657.583.984.031.056.072.114.064.183.003.248.001.497.001.746h.26c.005-.283-.012-.566.008-.848.195-.364.428-.707.635-1.065l-.273-.001c-.167.279-.332.561-.5.841-.164-.28-.327-.561-.492-.841-.095-.001-.191 0-.285.001z"/><path fill="#fffffe" d="M7.656 17.6c.215-.1.505-.055.647.145.124.161.129.373.145.567.01.285-.111.636-.421.707-.324.097-.644-.175-.669-.496-.041-.321-.024-.749.298-.923zM9.814 20.397c.248-.081.551.033.655.279.134.317.137.712-.041 1.013-.176.289-.638.312-.85.052-.195-.237-.187-.568-.143-.856.026-.214.165-.426.379-.488zM14.865 20.398c.213-.067.475-.001.604.189.124.181.152.41.146.625-.01.203-.057.421-.209.566-.214.216-.622.186-.798-.065-.173-.238-.162-.553-.12-.831.026-.212.165-.422.377-.484zM6.187 20.414c.18.012.379-.032.543.063.152.092.144.303.091.45-.112.238-.416.198-.633.207a57.6 57.6 0 0 1-.001-.72zM7.871 20.415c.198.015.44-.047.597.107.14.177.076.509-.157.576-.142.041-.292.033-.438.037-.002-.24-.002-.48-.001-.719zM4.702 21.353l.291-.891c.106.296.189.6.303.893-.197.005-.395-.006-.593-.002z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.117 0h1.754c2.358.197 4.654 1.112 6.47 2.634a12.055 12.055 0 0 1 4.209 7.377c.036.287.084.572.141.855v2.07c-.216 2.573-1.221 5.087-2.926 7.037-1.965 2.31-4.859 3.784-7.88 4.028h-1.838c-2.102-.213-4.163-.948-5.855-2.223.413.176.763.465 1.169.654a11.73 11.73 0 0 0 8.333.981c2.793-.689 5.294-2.467 6.893-4.856a11.734 11.734 0 0 0 1.991-6.683 11.725 11.725 0 0 0-2.144-6.651C19.8 2.892 17.295 1.186 14.519.549c-2.697-.641-5.618-.294-8.081.981-.609.291-1.148.695-1.713 1.055C6.523 1.089 8.794.201 11.118-.001z"/><path fill="#fff" d="M12.209 7.084c1.624.005 3.249-.005 4.872.006 1.634 1.639 3.276 3.272 4.909 4.913-1.639 1.633-3.278 3.266-4.908 4.91a786.35 786.35 0 0 1-4.857-.001c1.079-1.108 2.182-2.195 3.278-3.287-4.624.004-9.25.002-13.875 0a874.26 874.26 0 0 1 0-3.239c4.628-.002 9.256 0 13.884-.001-1.102-1.099-2.201-2.202-3.303-3.301z"/><path fill="#048cff" d="M6.437 1.53C8.9.255 11.821-.092 14.518.549c2.776.637 5.281 2.343 6.915 4.674a11.725 11.725 0 0 1 2.144 6.651 11.726 11.726 0 0 1-1.991 6.683c-1.6 2.389-4.1 4.167-6.893 4.856a11.73 11.73 0 0 1-8.333-.981c-.406-.189-.756-.479-1.169-.654C2.339 19.721.538 16.333.309 12.836v-1.671c.219-3.299 1.826-6.504 4.414-8.578.565-.36 1.105-.765 1.713-1.055m5.773 5.552c1.102 1.099 2.201 2.202 3.303 3.301-4.628.001-9.256-.001-13.884.001a874.26 874.26 0 0 0 0 3.239c4.626.002 9.251.004 13.875 0-1.096 1.092-2.2 2.179-3.278 3.287 1.619.006 3.238.005 4.857.001 1.629-1.644 3.268-3.277 4.908-4.91-1.633-1.64-3.275-3.273-4.909-4.913-1.623-.011-3.247-.001-4.872-.006z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M7.078 1.062C9.353.025 11.96-.24 14.408.252c2.965.577 5.674 2.35 7.406 4.823C23.127 6.912 23.876 9.13 24 11.381v1.223c-.142 2.717-1.208 5.383-3.037 7.403-2.078 2.363-5.129 3.806-8.263 3.994h-1.242a12.078 12.078 0 0 1-6.598-2.344 12.01 12.01 0 0 1-4.355-6.218 12.112 12.112 0 0 1 .562-8.366 11.956 11.956 0 0 1 6.011-6.01m4.237 1.255c-2.767.185-5.417 1.63-7.072 3.857a9.666 9.666 0 0 0-1.937 5.454 9.648 9.648 0 0 0 1.685 5.856 9.69 9.69 0 0 0 6.196 4.063 9.7 9.7 0 0 0 5.508-.552 9.76 9.76 0 0 0 5.368-5.462c.73-1.87.86-3.967.364-5.914a9.724 9.724 0 0 0-3.868-5.585c-1.801-1.267-4.049-1.867-6.244-1.717z"/><path fill="#fff" d="M11.315 2.318c2.195-.15 4.442.45 6.244 1.717a9.73 9.73 0 0 1 3.868 5.585 9.75 9.75 0 0 1-.364 5.914 9.757 9.757 0 0 1-5.368 5.462 9.7 9.7 0 0 1-5.508.552 9.697 9.697 0 0 1-6.196-4.063 9.654 9.654 0 0 1-1.685-5.856 9.659 9.659 0 0 1 1.937-5.454c1.655-2.227 4.304-3.672 7.072-3.857m4.919 7.402c.109.431.264.851.39 1.278-4.494.023-8.988.062-13.482.083l.013 2.03c4.493-.016 8.986-.064 13.478-.078-.118.413-.257.821-.362 1.238-.077.346.374.586.637.382 1.288-.887 2.57-1.781 3.859-2.668-1.289-.88-2.587-1.744-3.884-2.61-.251-.204-.685.014-.649.344z"/><path d="M16.234 9.72c-.036-.33.398-.548.649-.344 1.297.866 2.596 1.73 3.884 2.61-1.289.887-2.572 1.781-3.859 2.668-.263.204-.714-.036-.637-.382.106-.418.245-.826.362-1.238-4.493.014-8.986.062-13.478.078-.005-.677-.01-1.354-.013-2.03 4.494-.02 8.988-.06 13.482-.083-.126-.427-.281-.847-.39-1.278z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#9d9d9c" d="M2.879.061L2.883.06l-.009.003.005-.003zM5.584 17.379c.174.011-.083.158 0 0z"/><path fill="#1a1919" d="M2.884.06c.177-.027.357-.022.536-.019C9.246.042 15.071.017 20.896.052c.249.002.475.138.657.297.212.193.395.437.447.725v21.934c-.072.437-.411.786-.787.992H2.785c-.374-.207-.711-.554-.785-.988V1.099c.069-.48.467-.823.875-1.036L2.884.06m.085.134c-.537.162-.934.717-.893 1.28.003 7.106 0 14.213.002 21.319.032.653.636 1.217 1.295 1.184 5.666.004 11.331 0 16.997.002.228.003.459-.003.681-.063.402-.128.708-.476.831-.874.055-.184.036-.378.038-.568-.001-7.051.001-14.102-.001-21.152-.006-.311-.173-.593-.376-.817-.249-.259-.609-.371-.962-.366L3.419.138a2.28 2.28 0 0 0-.451.056z"/><path fill="#1a1919" d="M3.274.433c.083-.011.166-.016.25-.018h16.952c.222.009.458.022.648.15.208.117.356.318.451.534.092.201.066.426.068.64l-.001 20.948c-.005.324-.194.632-.451.821-.249.188-.575.199-.874.194-5.631-.003-11.262.003-16.893-.003-.554.019-1.059-.462-1.071-1.014L2.352 1.736c.003-.172-.015-.347.026-.516.114-.403.463-.755.894-.787m-.038.553a.532.532 0 0 0-.347.541c.002 7.035 0 14.069.001 21.104a.53.53 0 0 0 .31.488c.17.071.359.045.538.05l16.789-.001c.302.029.596-.226.585-.533V1.473c.008-.307-.284-.546-.581-.524C14.949.945 9.368.948 3.788.947c-.185.002-.375-.015-.555.038z"/><path fill="#1a1919" d="M12.468 3.995c.135-.083.297-.055.438-.003l5.243 1.85c-1.223 1.441-2.448 2.879-3.67 4.321-.095.094-.241.121-.369.133-.287.005-.491-.288-.465-.557.021-.481.044-.961.064-1.442-.744.197-1.519.347-2.183.755-.497.348-.977.746-1.308 1.262-.521.778-.886 1.687-.895 2.634l.001 3.107H6.897c.006-.997.005-1.994.017-2.991.043-.786.125-1.583.397-2.326.268-.745.681-1.431 1.161-2.057.421-.541.952-.984 1.504-1.384.505-.395 1.114-.623 1.713-.833.475-.168.97-.272 1.455-.407-.291-.461-.591-.915-.877-1.378-.145-.23-.051-.574.202-.684zM7.379 17.272c.337-.036.71.039.952.294.304.258.407.659.499 1.03.143.727.114 1.52-.257 2.179a1.076 1.076 0 0 1-.639.583c-.359.078-.759.088-1.093-.086a1.277 1.277 0 0 1-.53-.63c-.393-.947-.366-2.097.205-2.969a1.13 1.13 0 0 1 .863-.402m-.202.701c-.222.142-.331.405-.389.653-.147.607-.131 1.278.159 1.842.127.242.428.344.685.277.236-.017.371-.243.461-.435a2.849 2.849 0 0 0 .098-1.647c-.075-.236-.137-.51-.357-.656-.194-.127-.448-.115-.658-.034zM9.775 17.328l.634-.001 1.466 2.565.001-2.565h.634l-.001 4.018a25.948 25.948 0 0 0-.558.002c-.521-.902-1.023-1.814-1.541-2.717-.003.905 0 1.81-.001 2.715l-.634-.001v-4.017zM13.455 17.328h.634v3.425l1.861.001c.001.197.001.394-.001.592l-2.494-.001v-4.017zM15.415 17.328c.254.001.507-.001.762.001.318.517.638 1.033.958 1.55.325-.517.648-1.035.974-1.551l.746.001c-.46.757-.935 1.505-1.387 2.266-.021.583-.002 1.168-.009 1.752l-.634-.001c-.001-.555-.001-1.109.001-1.664.008-.108-.072-.193-.122-.281-.431-.69-.859-1.382-1.288-2.074z"/><path fill="#fffffe" d="M2.969.194A2.28 2.28 0 0 1 3.42.138l17.162.001c.353-.005.713.107.962.366.203.224.369.507.376.817.002 7.051 0 14.102.001 21.152-.002.189.016.384-.038.568-.123.398-.429.746-.831.874a2.515 2.515 0 0 1-.681.063c-5.666-.002-11.331.002-16.997-.002-.659.033-1.264-.531-1.295-1.184-.002-7.106.002-14.213-.002-21.319-.041-.563.356-1.118.893-1.28m.304.239c-.431.032-.78.385-.894.787-.041.169-.024.344-.026.516l.001 20.949c.011.552.517 1.033 1.071 1.014 5.631.005 11.262-.001 16.893.003.299.006.625-.006.874-.194.257-.189.445-.497.451-.821l.001-20.948c-.003-.214.023-.439-.068-.64a1.121 1.121 0 0 0-.451-.534c-.19-.128-.427-.141-.648-.15H3.526a2.316 2.316 0 0 0-.25.018z"/><path fill="#fffffe" d="M3.234.986c.179-.053.369-.036.555-.038C9.369.95 14.95.946 20.53.95c.297-.022.589.217.581.524v21.162c.012.307-.283.563-.585.533-5.596.001-11.193-.001-16.789.001-.179-.005-.368.021-.538-.05a.53.53 0 0 1-.31-.488c-.001-7.035.001-14.069-.001-21.104a.533.533 0 0 1 .347-.541m9.233 3.008c-.252.11-.347.454-.202.684.286.463.586.918.877 1.378-.485.135-.98.239-1.455.407-.599.211-1.208.438-1.713.833-.553.4-1.083.843-1.504 1.384-.48.627-.893 1.313-1.161 2.057-.273.744-.355 1.541-.397 2.326-.012.997-.011 1.994-.017 2.991h2.427c0-1.036.001-2.072-.001-3.107.009-.946.375-1.856.895-2.634.331-.516.812-.914 1.308-1.262.664-.408 1.439-.557 2.183-.755l-.064 1.442c-.026.268.178.562.465.557.128-.012.274-.039.369-.133 1.222-1.441 2.447-2.88 3.67-4.321l-5.243-1.85c-.141-.052-.303-.08-.438.003M7.379 17.272a1.128 1.128 0 0 0-.863.402c-.571.872-.598 2.022-.205 2.969.095.265.295.481.53.63.334.174.733.164 1.093.086.281-.097.522-.308.639-.583.371-.659.4-1.452.257-2.179-.092-.371-.195-.772-.499-1.03-.242-.254-.614-.33-.952-.294m2.396.055v4.017l.634.001c.001-.905-.002-1.81.001-2.715.518.904 1.021 1.816 1.541 2.717.186-.003.372-.003.558-.002l.001-4.018a66.993 66.993 0 0 0-.634 0l-.001 2.565-1.466-2.565-.634.001m3.68-.001v4.017l2.494.001.001-.592-1.861-.001v-3.425a66.993 66.993 0 0 0-.634 0m1.96 0c.429.692.857 1.384 1.288 2.074.05.088.129.172.122.281l-.001 1.664.634.001c.007-.584-.012-1.169.009-1.752.452-.761.927-1.509 1.387-2.266l-.746-.001c-.326.516-.649 1.034-.974 1.551l-.958-1.55c-.254-.002-.508-.001-.762-.001m-9.83.05c-.083.158.174.011 0 0z"/><path fill="#fffffe" d="M7.177 17.972c.209-.081.464-.093.658.034.22.146.282.42.357.656a2.84 2.84 0 0 1-.098 1.647c-.09.193-.225.418-.461.435-.257.067-.558-.035-.685-.277-.291-.564-.307-1.235-.159-1.842.058-.248.167-.512.389-.653z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#044594" d="M10.502.814c2.591-.382 5.322.155 7.54 1.558a11.15 11.15 0 0 1 4.374 5.095 11.226 11.226 0 0 1 .373 7.762 11.192 11.192 0 0 1-3.875 5.494c-1.932 1.478-4.358 2.308-6.794 2.287a11.115 11.115 0 0 1-7.099-2.579 11.146 11.146 0 0 1-3.726-5.989c-.614-2.557-.292-5.33.916-7.669 1.592-3.166 4.778-5.47 8.292-5.958m4.515 4.879c.096.403.196.805.293 1.208-1.343.002-2.687.001-4.03.001-2.01-.106-3.878 1.763-3.788 3.77.002 2.527-.001 5.054.001 7.582h2.576c.001-2.444.002-4.888 0-7.332.004-.234-.017-.474.035-.704.126-.446.58-.78 1.048-.739l4.144.001c-.091.368-.182.738-.276 1.106 1.427-.798 2.83-1.637 4.254-2.438-1.417-.821-2.831-1.648-4.256-2.455z"/><path fill="#fff" d="M15.018 5.694c1.426.808 2.839 1.634 4.256 2.455-1.424.802-2.827 1.64-4.254 2.438.094-.368.185-.738.276-1.106l-4.144-.001c-.468-.041-.922.293-1.048.739-.052.23-.031.47-.035.704.002 2.444.001 4.888 0 7.332H7.493c-.002-2.527.001-5.054-.001-7.582-.09-2.008 1.778-3.876 3.788-3.77 1.343 0 2.687.001 4.03-.001-.097-.403-.197-.805-.293-1.208z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.013.572a11.487 11.487 0 0 1 7.135 1.122 11.456 11.456 0 0 1 5.388 5.999 11.447 11.447 0 0 1 .312 7.38 11.406 11.406 0 0 1-3.731 5.605c-2.015 1.668-4.624 2.587-7.236 2.586a11.457 11.457 0 0 1-6.773-2.232 11.459 11.459 0 0 1-4.072-5.606 11.46 11.46 0 0 1 .334-8.057C2.844 3.828 6.218 1.158 10.012.572m.25 2.164c-2.399.404-4.595 1.828-5.977 3.826-1.392 1.978-1.938 4.518-1.511 6.895a9.261 9.261 0 0 0 3.161 5.465 9.22 9.22 0 0 0 5.822 2.173 9.22 9.22 0 0 0 5.95-2.064 9.292 9.292 0 0 0 2.987-4.34 9.24 9.24 0 0 0-3.99-10.748c-1.901-1.176-4.244-1.601-6.442-1.206z"/><path fill="#fff" d="M10.262 2.736c2.197-.395 4.541.03 6.442 1.206a9.24 9.24 0 0 1 1.003 15.088 9.216 9.216 0 0 1-5.95 2.064 9.22 9.22 0 0 1-5.822-2.173c-1.646-1.38-2.795-3.346-3.161-5.465-.427-2.377.119-4.918 1.511-6.895 1.382-1.998 3.578-3.421 5.977-3.826m4.559 2.808c.102.41.204.821.304 1.232h-4.087c-2.086-.124-4.039 1.818-3.916 3.906.002 2.57 0 5.141.001 7.711l2.639-.001c.002-2.651-.002-5.303.002-7.954-.017-.554.493-1.05 1.046-1.027 1.433-.006 2.866-.001 4.298-.002l-.282 1.139c1.454-.832 2.905-1.672 4.363-2.497-1.462-.828-2.904-1.687-4.369-2.507z"/><path fill="#231f20" d="M14.821 5.543c1.465.82 2.908 1.679 4.369 2.507-1.458.826-2.909 1.666-4.363 2.497l.282-1.139c-1.433.001-2.866-.004-4.298.002-.553-.023-1.063.473-1.046 1.027-.005 2.651 0 5.303-.002 7.954l-2.639.001c-.001-2.57.001-5.141-.001-7.711-.124-2.088 1.83-4.03 3.916-3.906h4.087c-.1-.412-.202-.822-.304-1.232z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--two-stage-right-turn-for-mopeds--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0366b3" d="M11.159 0h1.669a12.02 12.02 0 0 1 7.4 3.237c2.197 2.041 3.566 4.932 3.771 7.923v1.667c-.187 2.744-1.346 5.413-3.244 7.408-2.04 2.193-4.928 3.559-7.915 3.765h-1.669a12.027 12.027 0 0 1-7.406-3.241C1.571 18.718.205 15.828-.001 12.84v-1.665a12.032 12.032 0 0 1 3.767-7.933C5.757 1.348 8.418.192 11.157.001m2.524 1.972c.255.674.622 1.299.898 1.965-2.571.004-5.142 0-7.713.003-.001.705 0 1.411 0 2.116 2.571.001 5.143-.001 7.714.001-.28.673-.657 1.304-.905 1.99-.148.375.148.864.567.843.452-.065.847-.313 1.238-.531 1.876-1.088 3.762-2.16 5.64-3.245.225-.054.012-.256-.094-.293a3614.655 3614.655 0 0 0-5.781-3.314c-.318-.171-.646-.345-1.009-.394-.425-.008-.717.479-.556.86M2.027 10.46c-.315.587-.729 1.141-.877 1.801-.075.472.491.8.895.605.657-.268 1.279-.612 1.928-.897.005 2.574 0 5.148.003 7.722l2.109-.001c.004-2.573-.001-5.145.003-7.718.63.277 1.24.603 1.873.873.347.178.839.026.94-.372.058-.367-.156-.707-.305-1.029C7.549 9.595 6.48 7.758 5.431 5.911a6.031 6.031 0 0 0-.407-.625c-1.042 1.698-1.99 3.454-2.996 5.173M16.24 13.7c-.369.869-.777 1.734-1.382 2.47-.158.223-.476.539-.198.8.27.298.622-.036.81-.249-.026 1.015-.007 2.031-.012 3.047.186.327.764.332.786-.109.042-1.193.009-2.389.015-3.583-.095-.819.618-1.433.68-2.227-.008-.363-.564-.497-.699-.149m3.1.101c-.066.43-.02.866-.03 1.3-.764.018-1.531-.033-2.293.025-.423-.011-.475.661-.071.738.783.071 1.576.008 2.363.03-.003 1.084.011 2.168-.008 3.252-.373.011-.803-.078-1.091.223.028.17-.007.378.154.495.376.103.774.076 1.158.032.377-.025.617-.414.612-.767.013-1.077 0-2.156.004-3.233.316-.007.64.032.951-.042.323-.098.332-.611.003-.703-.313-.074-.636-.045-.953-.05-.012-.443.038-.893-.03-1.332-.111-.368-.704-.356-.767.033m-11.889.618c-.171 1.499.298 3.146-.517 4.519-.181.239-.212.529-.195.819.223.123.525.189.673-.08 1.069-1.489.818-3.394.84-5.115.605-.08 1.217-.025 1.826-.04a4.243 4.243 0 0 1-.099.444c-.442.03-1.091-.051-1.276.465a6.45 6.45 0 0 0-.005 1.7c.227.628 1.033.443 1.552.468.003.526.004 1.052-.003 1.578-.247.012-.496.012-.738.062-.274.066-.344.479-.113.637.218.166.514.1.767.113.353-.001.781-.138.862-.531.059-.617.009-1.241.022-1.859.517-.03 1.215.15 1.555-.357.132-.508.073-1.044.066-1.564.013-.27-.144-.547-.414-.62-.491-.133-1.004-.07-1.505-.088l.145-.442c.67-.025 1.342.017 2.014-.02.174.007.385-.09.38-.29.075-.286-.253-.45-.495-.43a350.093 350.093 0 0 0-4.348-.001c-.423-.025-.923.162-.994.632m9.748 2.455c.211.44.458.864.68 1.299.175.003.351.003.526 0 .327-.588-.128-1.229-.506-1.671-.249-.313-.808-.005-.7.372m-8.041.942c-.294.429-.671.789-1.002 1.185-.125.342.196.556.504.506.38-.394.858-.757 1.021-1.3.021-.298-.276-.413-.522-.392m2.468.533c.223.442.574.816.963 1.118.361.199.715-.31.451-.591-.303-.368-.645-.703-.951-1.068-.319-.028-.579.21-.463.541z"/><path fill="#0366b3" d="M9.389 15.975c.009-.104.021-.208.032-.313.831-.009 1.662-.007 2.492-.001l.021.314c-.849-.004-1.697-.003-2.545 0zM9.411 16.912l-.012-.313c.845.003 1.691.003 2.535 0l-.018.315c-.835-.003-1.669.004-2.504-.003z"/><path fill="#fff" d="M13.681 1.973c-.161-.381.132-.868.556-.86.363.049.691.223 1.009.394 1.928 1.102 3.856 2.207 5.781 3.314.105.037.319.239.094.293-1.878 1.085-3.764 2.157-5.64 3.245-.392.219-.786.467-1.238.531-.419.021-.715-.468-.567-.843.248-.686.625-1.317.905-1.99-2.571-.003-5.143 0-7.714-.001 0-.705-.001-1.411 0-2.116 2.571-.003 5.142.001 7.713-.003-.276-.666-.644-1.291-.898-1.965zM2.027 10.46c1.006-1.72 1.954-3.475 2.996-5.173.146.2.286.407.407.625 1.048 1.847 2.118 3.684 3.165 5.533.149.322.363.662.305 1.029-.102.398-.593.55-.94.372-.633-.27-1.242-.596-1.873-.873-.004 2.573.001 5.145-.003 7.718l-2.109.001c-.003-2.574.003-5.148-.003-7.722-.649.285-1.271.629-1.928.897-.405.195-.971-.133-.895-.605.148-.661.562-1.215.877-1.801zM16.24 13.7c.135-.348.691-.214.699.149-.062.794-.775 1.408-.68 2.227-.005 1.193.028 2.389-.015 3.583-.022.442-.6.436-.786.109.005-1.017-.015-2.032.012-3.047-.187.214-.539.547-.81.249-.278-.261.04-.578.198-.8.605-.736 1.013-1.601 1.382-2.47z"/><path fill="#fff" d="M19.34 13.801c.063-.389.657-.401.767-.033.069.439.018.889.03 1.332.318.005.641-.024.953.05.33.092.32.605-.003.703-.311.074-.634.036-.951.042-.004 1.077.009 2.156-.004 3.233.005.353-.235.742-.612.767-.384.045-.782.071-1.158-.032-.161-.116-.127-.324-.154-.495.287-.301.717-.212 1.091-.223.018-1.084.005-2.168.008-3.252-.787-.022-1.58.041-2.363-.03-.404-.078-.352-.749.071-.738.762-.058 1.53-.007 2.293-.025.011-.434-.036-.87.03-1.3zM7.453 14.42c.071-.469.571-.657.994-.632 1.449-.007 2.898-.009 4.348.001.241-.02.57.144.495.43.005.2-.206.297-.38.29-.671.037-1.344-.005-2.014.02-.037.109-.108.331-.145.442.501.018 1.014-.045 1.505.088.27.073.427.349.414.62.007.52.066 1.056-.066 1.564-.34.508-1.038.327-1.555.357-.013.618.037 1.242-.022 1.859-.082.393-.509.53-.862.531-.253-.013-.55.053-.767-.113-.231-.158-.161-.571.113-.637.243-.05.492-.05.738-.062.007-.526.005-1.052.003-1.578-.52-.025-1.325.16-1.552-.468a6.45 6.45 0 0 1 .005-1.7c.186-.517.835-.435 1.276-.465.041-.146.074-.295.099-.444-.609.015-1.221-.041-1.826.04-.022 1.721.229 3.626-.84 5.115-.148.269-.45.203-.673.08-.017-.29.015-.58.195-.819.815-1.373.345-3.02.517-4.519m1.936 1.555c.848-.003 1.696-.004 2.545 0l-.021-.314c-.831-.005-1.662-.008-2.492.001l-.032.313m.022.937c.835.007 1.669 0 2.504.003l.018-.315c-.844.003-1.689.003-2.535 0l.012.313z"/><path fill="#fff" d="M17.201 16.875c-.108-.377.451-.684.7-.372.378.442.833 1.083.506 1.671-.175.003-.351.003-.526 0-.223-.435-.469-.858-.68-1.299zM9.16 17.817c.247-.021.543.094.522.392-.162.543-.641.906-1.021 1.3-.307.05-.629-.165-.504-.506.331-.397.708-.757 1.002-1.185zM11.629 18.349c-.116-.331.144-.568.463-.541.306.365.647.7.951 1.068.264.281-.09.79-.451.591-.389-.302-.74-.676-.963-1.118z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--two-way-traffic--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M12.544.023C5.909-.278.325 4.821.023 11.456s4.798 12.219 11.433 12.521c6.635.301 12.219-4.798 12.521-11.433S19.179.325 12.544.023z"/><path fill="#fff" d="M12.44 2.305c-5.355-.243-9.893 3.9-10.136 9.255-.243 5.355 3.901 9.893 9.255 10.136 5.355.243 9.893-3.9 10.136-9.255.243-5.355-3.9-9.893-9.255-10.136z"/><path d="M14.143 20.249l-.079-12.616c-.005 0-.083.024-.601.187-.281.089-.525.165-.54.168a.295.295 0 0 1-.083.006.364.364 0 0 1-.358-.397.324.324 0 0 1 .027-.148c.008-.017 2.203-3.284 2.47-3.677l.014-.02a470.726 470.726 0 0 1 2.53 3.666.307.307 0 0 1 .031.148c.002.053.003.069-.003.099a.372.372 0 0 1-.267.292.476.476 0 0 1-.168.006c-.015-.003-.26-.076-.543-.161-.521-.158-.599-.18-.604-.18l.078 12.616-1.902.012zM9.857 3.751l.079 12.616c.005 0 .084-.024.601-.187.281-.089.525-.165.54-.168a.295.295 0 0 1 .083-.006.364.364 0 0 1 .358.397.324.324 0 0 1-.027.148 1219.075 1219.075 0 0 1-2.484 3.697 470.726 470.726 0 0 1-2.53-3.666.307.307 0 0 1-.031-.148c-.002-.053-.003-.069.003-.099a.373.373 0 0 1 .267-.292.477.477 0 0 1 .168-.006c.015.003.26.076.543.161.521.158.599.18.604.18L7.953 3.762l1.902-.012z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M11.449 0h1.058c2.659.133 5.276 1.128 7.291 2.879 2.572 2.177 4.133 5.477 4.201 8.844v.718c-.119 2.909-1.312 5.765-3.342 7.859-2.105 2.213-5.076 3.551-8.124 3.701h-1.045c-2.486-.124-4.93-1.014-6.884-2.558C1.857 19.326.151 15.967 0 12.509v-.854c.085-3.056 1.382-6.06 3.572-8.196C5.648 1.375 8.518.155 11.449.002m-.191 2.926c-1.49.187-2.9.907-3.952 1.976a6.915 6.915 0 0 0-2.004 4.807c-.011 1.822 0 3.642-.006 5.464-.678.001-1.357.001-2.035-.001l3.696 4.679c1.235-1.558 2.466-3.118 3.698-4.678-.677 0-1.354.002-2.03 0-.002-1.778-.001-3.556-.001-5.333-.019-1.013.402-2.027 1.158-2.705 1.138-1.1 3.034-1.262 4.354-.398 1.006.631 1.661 1.78 1.668 2.97.01 3.264.001 6.529.005 9.793 1.109.004 2.218.002 3.326 0-.001-3.26.001-6.521-.002-9.781-.01-2.06-.994-4.09-2.616-5.363-1.456-1.18-3.408-1.698-5.258-1.43z"/><path fill="#fff" d="M11.258 2.928c1.85-.268 3.803.251 5.258 1.43 1.622 1.273 2.606 3.302 2.616 5.363.004 3.26.001 6.521.002 9.781-1.109.002-2.218.004-3.326 0-.004-3.264.005-6.529-.005-9.793-.007-1.19-.662-2.339-1.668-2.97-1.32-.864-3.216-.702-4.354.398-.756.678-1.177 1.692-1.158 2.705 0 1.777-.001 3.554.001 5.333.677.002 1.354 0 2.03 0-1.232 1.56-2.464 3.12-3.698 4.678L3.26 15.174c.678.002 1.357.002 2.035.001.006-1.822-.005-3.642.006-5.464a6.915 6.915 0 0 1 2.004-4.807c1.051-1.069 2.461-1.789 3.952-1.976z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--u-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" opacity=".14" d="M2 0h20v1.022c-.188-.473-.606-.974-1.158-.965C14.965.051 9.088.05 3.211.058 2.637.032 2.19.523 2 1.022V.001zM2 23.082c.123.393.435.674.751.918H2v-.918zM21.241 24c.323-.24.625-.526.759-.916V24h-.759z"/><path fill="#1d2123" d="M2 1.021c.19-.499.637-.99 1.211-.964C9.088.05 14.965.051 20.842.056c.552-.008.969.492 1.158.965v22.062c-.134.391-.436.676-.759.916h-.412c.517-.099 1.009-.503 1.081-1.04.091-7.018.008-14.044.041-21.065-.021-.231.04-.475-.041-.698-.074-.213-.188-.409-.288-.609-.026-.098-.096-.222-.216-.183-.204-.117-.421-.222-.655-.259C17.68.05 14.602.131 11.528.104 8.769.128 6.002.057 3.247.139a2.562 2.562 0 0 0-.709.289.18.18 0 0 0-.161.161c-.103.216-.242.422-.284.661-.091 3.071-.013 6.15-.039 9.224.022 4.163-.043 8.331.032 12.49.099.542.567.928 1.091 1.036h-.424c-.316-.244-.628-.525-.751-.918V1.021z"/><path fill="#1d2123" d="M2.371 1.321c.1-.579.645-.926 1.208-.895C9.193.418 14.807.421 20.421.425a1.12 1.12 0 0 1 1.208.896c.007 7.157-.001 14.314.004 21.471.014.198-.097.386-.229.526a.778.778 0 0 0-.192.192c-.149.118-.334.201-.528.177-5.789-.004-11.579-.003-17.368-.001a.724.724 0 0 1-.577-.228.702.702 0 0 0-.144-.144c-.134-.137-.242-.326-.228-.523.006-7.157-.003-14.314.004-21.47m.525.153c-.003 7.035-.003 14.071 0 21.105-.071.304.219.621.524.581.142.168.613-.018.843.052 5.438-.002 10.877.001 16.315-.001l.001-.05c.265.034.535-.207.527-.474-.006-7.018.003-14.036-.004-21.054.069-.378-.263-.703-.628-.683C14.86.95 9.245.945 3.631.953c-.339-.049-.712.162-.735.523z"/><path fill="#1d2123" d="M11.064 2.798c.186-.01.371-.006.557-.002.204.031.438.043.597.195 1.282.47 2.425 1.259 3.138 2.44.468.92.827 1.925.765 2.983.378 1.53.157 3.111.323 4.662-.015.632.223 1.234.186 1.869-.022.423.04.841.06 1.262-.524-.003-1.05.019-1.574-.005-.242-.456-.122-.974-.163-1.466-.02-1.517.041-3.038-.084-4.551-.242-.815-.154-1.668-.234-2.504-.008-.383-.294-.682-.292-1.074.113-.351-.435-.235-.304-.602-.018-.331-.487-.264-.584-.567-.259-.098-.399-.412-.716-.342l-.043-.007c-.423-.182-.885-.37-1.345-.221-.067.146-.22.188-.362.226l-.238.017c-.218-.064-.337.039-.434.201-.399.206-.553.662-.761 1.028-.06 1.471-.029 2.947-.016 4.419.647.398 1.333-.178 1.973-.064.246.337-.231.471-.239.784-.49.881-1.123 1.707-1.632 2.58-.136.331-.47.512-.558.876-.092-.152-.264-.215-.387-.321-.238-.644-.772-1.07-1.046-1.686-.269-.214-.461-.526-.576-.851-.323-.354-.518-.808-.765-1.181-.028-.205-.09-.397-.255-.528.597-.175 1.044.401 1.671.142.233-1.532-.144-3.146.197-4.654.322-.278-.026-.896.417-1.051.037-.417.358-.73.642-.986.548-.564 1.315-.922 2.082-1.025zM6.525 17.423c.457-.163.976-.118 1.365.181.045.048.092.094.141.138.294.446.396.997.444 1.521-.002.141-.002.281 0 .423.06.549-.266 1.032-.502 1.503-.498.373-1.225.408-1.744.058-.635-.716-.712-1.773-.492-2.668.144-.439.302-.984.788-1.155m-.21 1.838c-.137.018-.067.566-.002.58.006.323.131.669.381.884.241.184.554.101.807-.011a2.322 2.322 0 0 0 .302-1.722c-.065-.351-.138-.819-.505-.98-.776-.272-.998.701-.983 1.248zM9.369 17.421c.206 0 .413 0 .619.002.461.839.985 1.647 1.398 2.511l.086-.036c.006-.826-.004-1.653.002-2.479l.571.006c.02 1.313 0 2.628.006 3.942-.176-.001-.35.002-.525.001-.544-.795-.979-1.749-1.511-2.591l-.063-.11c-.015.9-.001 1.8-.007 2.7-.193-.001-.384.002-.576 0-.002-1.315-.002-2.631 0-3.946zM13.053 17.419l.574.007c.019 1.137-.009 2.274.009 3.411.629.014 1.258.001 1.888.005.005.173.011.351-.002.525-.821-.004-1.642.009-2.463-.003-.021-1.315 0-2.631-.006-3.946zM15.031 17.456c.227-.061.467-.024.7-.037.331.441.623.956.897 1.446a.084.084 0 0 0 .167 0c.254-.478.573-.919.842-1.389.24-.092.504-.051.753-.016-.426.733-.87 1.463-1.336 2.173-.114.563-.028 1.159-.054 1.735-.193-.001-.384.002-.577 0-.026-.565.053-1.144-.038-1.701-.441-.742-.921-1.463-1.353-2.211z"/><path fill="#585e5d" d="M3.246.14C6 .058 8.768.129 11.527.105c3.074.027 6.153-.054 9.223.041C14.916.162 9.081.174 3.246.14zM21.405.405c.121-.039.191.085.216.183-.105-.011-.178-.089-.216-.183zM2.376.589a.182.182 0 0 1 .161-.161.152.152 0 0 1-.161.161zM10.21 2.786l.04-.014c.271.019.542.022.814.026-.767.103-1.534.462-2.082 1.025-.283.256-.605.569-.642.986-.444.155-.096.772-.417 1.051-.341 1.508.036 3.123-.197 4.654-.627.259-1.073-.317-1.671-.142.165.131.227.323.255.528.247.373.442.827.765 1.181.115.324.306.636.576.851.274.616.807 1.042 1.046 1.686.123.105.295.168.387.321.088-.365.422-.546.558-.876.509-.873 1.142-1.699 1.632-2.58.008-.314.485-.447.239-.784-.639-.114-1.326.462-1.973.064-.013-1.472-.044-2.949.016-4.419.207-.366.361-.822.761-1.028.097-.162.215-.265.434-.201a2.02 2.02 0 0 0-.927 1.182c-.156 1.109-.107 2.235-.044 3.348.003.079.003.159.001.239-.028.199-.059.409.001.606l.009.04c-.014.087-.041.208.056.259l.036.027.282-.001.094-.019c.263.07.427-.113.591-.268.244 0 .489-.016.733.002.022.285.171.79-.188.92-.124.038-.058.194-.077.289l-.002.045c-.452.544-.763 1.136-1.172 1.717.015.197-.14.278-.265.374a2.957 2.957 0 0 1-.335.612l-.021.137c-.301.036-.247.573-.592.397-.316-.055-.255-.433-.457-.596-.334-.474-.644-.992-1.048-1.426l-.005-.044c-.024-.335-.395-.491-.519-.799-.083-.19-.114-.456-.368-.48l-.006-.044c-.093-.513-.587-.837-.573-1.36.286-.105.599.004.896-.011l.043.006c.169.065.372.401.516.143.048-.113.154-.152.265-.176.067-1.478-.076-2.964.077-4.438.213-.673.489-1.349.959-1.874.278-.25.586-.457.824-.709.056-.124.167-.179.301-.166.216.061.34-.055.377-.262zM11.621 2.796c.201-.004.401-.016.602-.023l.091.01c.112.143.216.331.432.266.084.001.169-.002.253.004.083.276.347.326.602.394.064.265.404.211.494.46.498.292.873.763 1.212 1.209.242.111.151.442.345.601.205.158.096.485.304.644.086.071.11.181.145.281.005.097.009.193.016.29-.075.338.087.643.241.926l.033.232c-.147 1.792.298 3.545.297 5.331-.018.931.091 1.856.053 2.787h-.049c-.02-.421-.082-.839-.06-1.262.037-.636-.201-1.238-.186-1.869-.166-1.552.055-3.132-.323-4.662.063-1.058-.297-2.063-.765-2.983-.713-1.181-1.856-1.97-3.138-2.44-.159-.152-.393-.165-.597-.195z"/><path fill="#585e5d" d="M11.351 4.871c.459-.149.922.039 1.345.221-.201.006-.401.018-.601.023a4.074 4.074 0 0 1-.193-.028l-.275.001a3.091 3.091 0 0 1-.193.028l-.445-.019c.142-.037.295-.08.362-.226zM12.738 5.098c.317-.069.456.244.716.342.097.303.565.237.584.567-.131.367.417.252.304.602-.002.392.284.691.292 1.074.08.836-.008 1.689.234 2.504.125 1.513.064 3.034.084 4.551.042.492-.079 1.009.163 1.466l-.167.007c-.119-1.183.017-2.376-.135-3.557-.35-1.714-.003-3.505-.467-5.202.068-.521-.273-.859-.366-1.326-.218-.117-.264-.381-.531-.417-.096-.363-.601-.244-.709-.611zM9.368 17.37c.13.064.617-.121.621.053-.207-.002-.413-.002-.619-.002l-.001-.051zM11.475 17.419c.085-.138.444-.021.628-.047.004 1.332.004 2.665-.001 3.997l-.051-.002c-.006-1.314.014-2.629-.006-3.942l-.571-.006zM13.053 17.419c.086-.138.444-.021.629-.047.01 1.138-.006 2.276.005 3.415.592.047 1.335-.075 1.837.056-.629-.005-1.259.009-1.888-.005-.019-1.137.009-2.274-.009-3.411l-.574-.007zM15.031 17.456c-.144-.126.628-.155.7-.037-.233.013-.473-.024-.7.037zM17.636 17.475c.066-.219.848-.159.753-.016-.248-.035-.513-.076-.753.016zM9.953 18.667l.063.11c-.035.863-.002 1.728-.019 2.592l-.051-.002c.007-.9-.007-1.8.007-2.7zM16.627 18.865a.177.177 0 0 1 .167 0 .084.084 0 0 1-.167 0zM16.999 21.367c.025-.576-.061-1.172.054-1.735-.003.579.008 1.158-.003 1.737l-.051-.002zM3.42 23.159c5.72-.003 11.439-.003 17.159.001l-.001.05c-5.438.002-10.877-.001-16.315.001-.231-.069-.702.117-.843-.052z"/><path fill="#fffffd" d="M2.537.429c.22-.133.46-.227.709-.289C9.08.174 14.915.162 20.75.146c.235.037.451.142.655.259.038.094.111.172.216.183.101.201.214.397.288.609a3221.97 3221.97 0 0 0 0 21.763c-.072.537-.563.941-1.081 1.04h-.073c-3.773-.123-7.557-.018-11.335-.053-2.058.037-4.134-.073-6.182.053h-.065c-.523-.108-.992-.495-1.091-1.036.04-7.237.025-14.476.007-21.714.043-.239.182-.444.284-.661a.152.152 0 0 0 .161-.161m-.163.893l-.051-.005c-.009 7.157-.002 14.316-.004 21.474l.051.002c-.014.197.094.386.228.523-.074.083.061.217.144.144a.724.724 0 0 0 .577.228c.242.131.726.009 1.053.051 5.438-.001 10.877.001 16.316-.001v-.05c.194.023.379-.059.528-.177.103.06.251-.089.192-.192.132-.14.243-.328.229-.526l.048-.004c.003-7.158.006-14.316-.001-21.474l-.052.007a1.12 1.12 0 0 0-1.208-.896C14.807.421 9.193.418 3.579.426c-.563-.031-1.108.316-1.208.895z"/><path fill="#fffffd" d="M2.896 1.474c.024-.361.396-.572.735-.523C9.245.943 14.86.948 20.474.948c.365-.02.697.305.628.683.007 7.018-.002 14.036.004 21.054.008.267-.262.508-.527.474-5.72-.004-11.439-.003-17.159-.001-.305.04-.594-.276-.524-.581-.003-7.035-.003-14.071 0-21.105m7.282 1.237c-.351.017-.518.374-.892.362a.306.306 0 0 1-.327.26.462.462 0 0 1-.363.315.308.308 0 0 1-.261.324c-.025.099-.028.231-.146.266-.315.075-.093.596-.436.629-.145.317-.017.816-.329.983-.052 1.433.081 2.877-.066 4.305-.265-.078-.788.195-.876-.164-.4-.256-1.067.092-.843.618.246.036.261.342.298.507.348.035.148.527.463.596.126.141.087.366.248.481.157.145.122.434.381.465.014.315.337.468.384.767-.009.161.199.055.252.173.067.517.552.772.728 1.221.237.199.209.7.66.499l.041.001c.257.072.103-.358.413-.28.005-.346.384-.526.402-.863.164-.005.334-.08.281-.307.034-.263.384-.259.296-.586.346.029.199-.463.468-.588.145-.064.042-.277.203-.321.291-.075.106-.545.403-.607.045-.485.629-.671.381-1.223-.456-.115-1.048-.106-1.412-.014l-.044.004c-.233-.069-.367.075-.529.148-.171-1.008-.004-2.074-.065-3.101-.117-.515.316-.914.267-1.42-.045-.199.027-.409.245-.384-.006-.163.095-.322.275-.309.369-.467 1.209-.205 1.759-.221.165.292.649.157.686.526.263-.021.244.311.492.35.054.368.457.562.413.952-.006.465.236.884.231 1.348-.004 1.208.014 2.422.247 3.609.045 1.305.095 2.609.071 3.917-.186.349.114.253.265.26l.104.004.167-.007c.524.024 1.049.002 1.574.005h.049c.086.006.172.006.258-.001.013-.503.007-1.007-.003-1.509.021-.524.007-1.049-.001-1.573-.313.016-.064-.467-.255-.548a2.538 2.538 0 0 0-.015-.247c.01-1.172.072-2.353-.055-3.521-.469-.583.036-1.527-.463-2.119-.095-.096.069-.394-.099-.373l-.001-.047c.049-.205-.107-.419-.268-.478l-.004-.045c.203-.369-.291-.358-.284-.658.019-.215-.191-.261-.337-.349l-.017-.041c.087-.237-.342-.182-.263-.472-.253.077-.224-.29-.417-.263l-.043-.009c-.151-.073-.135-.315-.313-.324-.266-.021-.348-.432-.647-.297l-.044-.009c.001-.336-.379-.3-.613-.334-.063-.237-.325-.275-.537-.305-.713.012-1.427-.029-2.138.026m-3.652 14.71c-.486.171-.644.716-.788 1.155-.22.895-.144 1.952.492 2.668.519.35 1.246.315 1.744-.058.235-.471.562-.953.502-1.503.088-.037.088-.385 0-.423-.048-.524-.15-1.074-.444-1.521.082-.084-.059-.225-.141-.138-.389-.299-.908-.343-1.365-.181m2.793-.053c.029 1.331-.071 2.811.051 4.049.181-.028.557.088.628-.049.018-.864-.016-1.728.019-2.592.531.842.967 1.796 1.511 2.591.01.137.578.066.576.001.005-1.333.005-2.665.001-3.997-.185.027-.543-.091-.628.047l-.051.004c.027.809-.071 1.744.049 2.475a7.503 7.503 0 0 0-.086.036c-.413-.864-.937-1.672-1.398-2.511-.003-.173-.491.011-.621-.053l-.051-.001m3.735.05l-.051.004c-.004 1.331-.004 2.663.001 3.994.821-.021 1.795.07 2.519-.049.013-.174.007-.352.002-.525-.502-.132-1.245-.009-1.837-.056-.012-1.138.005-2.277-.005-3.415-.185.027-.543-.091-.629.047m1.978.037c.432.748.912 1.469 1.353 2.211-.007.567-.074 1.277.037 1.752.182-.028.554.088.629-.049.011-.579 0-1.158.003-1.737.466-.71.911-1.439 1.336-2.173.096-.144-.687-.204-.753.016-.269.47-.588.912-.842 1.389a.177.177 0 0 0-.167 0c-.274-.49-.566-1.005-.897-1.446-.072-.118-.844-.089-.7.037z"/><path fill="#fffffd" d="M6.315 19.262c-.015-.548.207-1.52.983-1.248.367.161.44.629.505.98a2.322 2.322 0 0 1-.302 1.722c-.253.112-.567.195-.807.011-.249-.215-.374-.562-.381-.884.002-.194.004-.386.002-.58z"/><path fill="#949796" d="M21.909 1.197c.081.223.021.467.041.698-.033 7.021.049 14.047-.041 21.065a3221.97 3221.97 0 0 1 0-21.763zM2.053 10.474c.026-3.074-.052-6.153.039-9.224.018 7.238.033 14.477-.007 21.714-.074-4.159-.01-8.327-.032-12.49zM10.25 2.772c.648-.082 1.319-.039 1.972.001-.201.007-.401.019-.602.023-.186-.004-.371-.008-.557.002-.272-.004-.543-.007-.814-.026zM9.833 3.047c.149-.052.244-.184.377-.262-.037.206-.161.323-.377.262zM12.313 2.783c.224-.044.235.233.432.266-.216.065-.32-.123-.432-.266zM12.998 3.054c.182.042.264.274.469.268l.044.009c.221.005.209.304.427.314.213.045.303.308.534.307l.043.009c.026.191.164.284.331.349a.673.673 0 0 0 .349.386l.017.041c.174.364.405.676.621 1.008l.004.045c-.045.218.153.329.268.478l.001.047c-.002.108-.006.217-.007.326-.035-.1-.059-.21-.145-.281-.208-.159-.098-.486-.304-.644-.195-.159-.104-.49-.345-.601-.339-.446-.714-.917-1.212-1.209-.089-.249-.43-.195-.494-.46-.255-.067-.518-.118-.602-.394zM7.734 5.418c.367-.872.844-1.846 1.798-2.205-.238.252-.546.459-.824.709-.47.524-.746 1.201-.959 1.874-.153 1.474-.01 2.961-.077 4.438-.112.024-.217.063-.265.176-.144.258-.347-.078-.516-.143.309.032.658-.001.683-.379-.168-1.495.016-2.984.161-4.469zM11.626 5.087l.275-.001a.234.234 0 0 1-.275.001zM10.75 5.113l.238-.017.445.019c-.568-.147-.858.306-1.221.621-.673 1.181-.327 2.61-.433 3.907-.063-1.114-.112-2.239.044-3.348a2.02 2.02 0 0 1 .927-1.182zM12.094 5.114c.201-.004.4-.017.601-.023l.043.007c.109.367.613.248.709.611.267.036.312.3.531.417.093.467.434.805.366 1.326.465 1.697.117 3.488.467 5.202.153 1.181.016 2.374.135 3.557l-.104-.004c-.192-2.313-.244-4.642-.353-6.962-.198-.724-.207-1.475-.257-2.218-.214-.451-.413-.917-.799-1.251-.424-.276-.782-.713-1.34-.662zM16.114 6.933c.199.274.322.572.241.926-.154-.284-.316-.588-.241-.926zM16.388 8.091c.069.565.029 1.147.176 1.703.209.832.057 1.694.158 2.536.009.082.014.165.015.247.018.695-.081 1.406.121 2.084l.135.037c.011.503.016 1.006.003 1.509a2.02 2.02 0 0 1-.258.001c.037-.931-.072-1.857-.053-2.787.001-1.786-.444-3.538-.297-5.331zM9.781 10.489c-.059-.197-.029-.407-.001-.606.007.202.003.404.001.606zM5.813 10.375c.163-.539.666-.097 1.035-.114-.297.015-.611-.094-.896.011-.014.523.48.847.573 1.36-.285-.377-.578-.785-.712-1.257zM9.79 10.529c.074.066.074.169.056.259-.097-.051-.07-.172-.056-.259zM10.487 10.531l.044-.004c.106-.001.212 0 .318.001-.164.155-.328.338-.591.268.091-.075.164-.167.229-.265zM11.582 10.529c.363-.046.352.475.104.628-.101.198-.072.551-.37.582.019-.096-.046-.252.077-.289.359-.13.21-.635.188-.92zM9.882 10.815a.228.228 0 0 1 .282-.001l-.282.001zM6.531 11.676c.254.024.285.29.368.48.124.308.496.465.519.799-.269-.027-.293-.315-.389-.511-.084-.074-.208-.118-.225-.243-.026-.215-.313-.292-.273-.526zM10.142 13.501c.409-.581.721-1.173 1.172-1.717-.007.116.026.269-.119.306-.257.083-.071.504-.377.523-.093.33-.434.502-.438.869-.298.062-.243.454-.496.611-.102.162-.111.37-.342.394a2.91 2.91 0 0 0 .335-.612c.125-.096.28-.177.265-.374zM7.423 12.999c.404.434.715.952 1.048 1.426.203.164.141.541.457.596.345.175.291-.362.592-.397-.039.276-.322.436-.424.692l-.041-.001c-.098-.099-.163-.243-.309-.276-.218-.041-.112-.369-.35-.387-.082-.417-.408-.703-.649-1.027-.071-.118-.052-.343-.221-.36-.153.008-.084-.171-.103-.266zM11.424 17.423l.051-.004c-.005.826.005 1.653-.002 2.479-.121-.731-.023-1.666-.049-2.475zM13.002 17.423l.051-.004c.006 1.315-.014 2.631.006 3.946.821.013 1.642-.001 2.463.003-.724.119-1.698.028-2.519.049a664.69 664.69 0 0 1-.001-3.994zM9.369 21.367c.192.002.384-.001.576 0l.051.002c-.071.137-.447.022-.628.049l.001-.051zM11.526 21.368c.175.001.349-.002.525-.001l.051.002c.002.066-.566.137-.576-.001zM16.422 21.367c.193.002.384-.001.577 0l.051.002c-.075.138-.447.022-.629.049l.002-.051zM3.239 24c2.047-.126 4.123-.016 6.182-.053 3.777.035 7.562-.07 11.335.053H3.24z"/><path fill="#c5c8c6" d="M2.32 1.315l.051.005c-.007 7.156.002 14.313-.004 21.47l-.051-.002c.002-7.158-.006-14.316.004-21.474zM21.629 1.321l.052-.007c.007 7.158.004 14.316.001 21.474l-.048.004c-.005-7.157.003-14.314-.004-21.471zM10.178 2.709c.711-.055 1.426-.014 2.138-.026.212.03.474.068.537.305.234.034.614-.002.613.334-.206.005-.288-.227-.469-.268-.084-.006-.169-.003-.253-.004-.197-.034-.208-.311-.432-.266l-.091-.01c-.653-.041-1.324-.083-1.972-.001l-.04.014c-.133.077-.228.209-.377.262-.134-.013-.244.042-.301.166-.954.359-1.431 1.333-1.798 2.205-.145 1.485-.329 2.974-.161 4.469-.025.378-.374.412-.683.379l-.043-.006c-.368.017-.872-.425-1.035.114.133.472.427.88.712 1.257l.006.044c-.039.234.247.311.273.526.017.125.141.169.225.243.097.196.12.483.389.511l.005.044c.019.095-.05.274.103.266.168.017.15.242.221.36.241.325.568.61.649 1.027.238.017.132.346.35.387.147.033.212.177.309.276-.451.201-.423-.3-.66-.499-.176-.449-.661-.703-.728-1.221-.053-.118-.261-.012-.252-.173-.047-.298-.37-.452-.384-.767-.259-.031-.224-.32-.381-.465-.161-.114-.122-.339-.248-.481-.315-.069-.115-.561-.463-.596-.037-.165-.052-.471-.298-.507-.225-.526.443-.874.843-.618.088.359.611.086.876.164.146-1.427.014-2.872.066-4.305.312-.167.185-.666.329-.983.343-.034.121-.554.436-.629.117-.035.121-.167.146-.266a.309.309 0 0 0 .261-.324.459.459 0 0 0 .363-.315.306.306 0 0 0 .327-.26c.374.012.541-.345.892-.362zM13.512 3.332c.299-.134.382.276.647.297.178.009.163.252.313.324-.231.001-.321-.263-.534-.307-.217-.011-.206-.309-.427-.314zM14.515 3.962c.193-.027.164.34.417.263-.078.29.35.235.263.472a.667.667 0 0 1-.349-.386c-.167-.065-.305-.158-.331-.349zM15.212 4.738c.147.089.357.135.337.349-.007.301.486.289.284.658-.216-.332-.447-.644-.621-1.008z"/><path fill="#c5c8c6" d="M11.433 5.115c.064-.007.128-.017.193-.028a.234.234 0 0 0 .275-.001c.064.011.128.019.193.028.558-.051.916.386 1.34.662.387.334.585.801.799 1.251.05.743.058 1.495.257 2.218.108 2.321.161 4.649.353 6.962-.151-.007-.451.089-.265-.26.024-1.307-.026-2.612-.071-3.917-.233-1.188-.252-2.402-.247-3.609.005-.465-.237-.884-.231-1.348.044-.391-.358-.584-.413-.952-.248-.039-.229-.371-.492-.35-.037-.369-.521-.234-.686-.526-.549.016-1.389-.246-1.759.221-.179-.013-.281.146-.275.309-.218-.026-.291.185-.245.384.048.506-.384.905-.267 1.42.061 1.027-.106 2.093.065 3.101.162-.074.296-.217.529-.148a1.23 1.23 0 0 1-.229.265l-.094.019a.228.228 0 0 0-.282.001l-.036-.027c.017-.09.018-.193-.056-.259l-.009-.04c.002-.203.007-.404-.001-.606.002-.08.002-.16-.001-.239.106-1.297-.24-2.726.433-3.907.363-.315.653-.768 1.221-.621zM15.837 5.791c.161.059.317.274.268.478-.115-.149-.313-.261-.268-.478zM16.105 6.317c.168-.022.004.277.099.373.498.592-.007 1.537.463 2.119.127 1.167.065 2.349.055 3.521-.102-.843.051-1.704-.158-2.536-.147-.555-.107-1.137-.176-1.703l-.033-.232c.081-.355-.042-.652-.241-.926a28.162 28.162 0 0 1-.016-.29c.001-.108.005-.217.007-.326z"/><path fill="#c5c8c6" d="M10.531 10.527c.364-.092.955-.101 1.412.014.249.552-.335.738-.381 1.223-.297.062-.112.532-.403.607-.161.044-.058.257-.203.321-.268.125-.122.618-.468.588.087.327-.263.324-.296.586.054.227-.117.302-.281.307-.018.337-.396.517-.402.863-.31-.078-.156.352-.413.28.102-.256.385-.416.424-.692l.021-.137c.231-.024.239-.232.342-.394.253-.156.198-.548.496-.611.004-.367.345-.539.438-.869.306-.019.12-.441.377-.523.145-.037.113-.191.119-.306l.002-.045c.298-.031.269-.384.37-.582.247-.153.259-.674-.104-.628-.244-.018-.489-.002-.733-.002l-.318-.001zM16.737 12.577c.191.081-.058.565.255.548.008.524.021 1.049.001 1.573l-.135-.037c-.202-.678-.102-1.389-.121-2.084zM9.318 17.369l.051.001.001.051c-.002 1.316-.002 2.631 0 3.946l-.001.051c-.121-1.238-.022-2.718-.051-4.049zM7.89 17.603c.082-.086.223.054.141.138a2.295 2.295 0 0 1-.141-.138zM6.314 19.842c-.066-.014-.136-.562.002-.58.002.194 0 .386-.002.58zM8.475 19.262c.088.038.088.385 0 .423a14.911 14.911 0 0 1 0-.423zM16.384 19.667c.091.556.012 1.136.038 1.701l-.002.051c-.111-.474-.044-1.185-.037-1.752zM2.595 23.314a.702.702 0 0 1 .144.144c-.083.073-.218-.062-.144-.144zM21.212 23.509a.814.814 0 0 1 .192-.192c.059.103-.089.252-.192.192zM3.316 23.686c5.789-.003 11.579-.003 17.368.001v.05l-16.316.001c-.326-.042-.811.08-1.053-.051z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--vehicles-carrying-dangerous-goods-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M11.039 0h1.98c2.765.264 5.446 1.458 7.414 3.431 2.061 1.995 3.324 4.758 3.568 7.611v1.982c-.268 2.795-1.491 5.503-3.501 7.477-1.963 2-4.653 3.213-7.43 3.499h-2.138c-2.78-.286-5.471-1.501-7.434-3.504C1.499 18.533.285 15.842.002 13.063v-2c.234-2.829 1.476-5.57 3.501-7.565C5.492 1.479 8.223.243 11.04.001m-.572 3.976c-1.606.208-3.213.828-4.377 1.981-.834.825-1.34 2.042-1.092 3.217.237 1.249 1.188 2.229 2.242 2.869 1.964 1.175 4.384 1.422 6.602.978 1.448-.32 2.877-.977 3.875-2.103.723-.805 1.111-1.944.877-3.017-.239-1.143-1.06-2.084-2.024-2.701-1.784-1.167-4.016-1.484-6.103-1.224m-5.533 8.362v2.277h13.731c.004-.759.003-1.516.001-2.275-.63.004-1.261-.021-1.889.01-2.965 1.751-6.918 1.805-9.882.019-.649-.074-1.308-.012-1.962-.031m.915 2.719v4.117h1.593c.001-1.373.003-2.745-.001-4.119-.53 0-1.061-.001-1.591.001m2.06-.001c-.003 1.373-.003 2.745-.001 4.119h1.593c.004-.572-.003-1.143.004-1.715.476 0 .952-.004 1.426.004.185.302.48.576.859.562.383.024.692-.251.875-.562.477-.008.953-.003 1.43-.004.008.57 0 1.142.004 1.715h1.59a941.65 941.65 0 0 0 0-4.117c-.53-.003-1.06-.003-1.59 0-.003.572 0 1.143 0 1.715-.476.001-.95.003-1.426.001-.184-.314-.495-.595-.884-.57-.384-.018-.678.265-.866.57-.474.001-.948-.001-1.422-.001-.003-.572.003-1.143-.003-1.716h-1.59m8.253 4.118h1.59c.003-1.373.003-2.745 0-4.119h-1.59a942.566 942.566 0 0 0 0 4.119z"/><path fill="#fff" d="M10.468 3.977c2.086-.261 4.319.057 6.103 1.224.964.617 1.785 1.558 2.024 2.701.234 1.074-.154 2.213-.877 3.017-.997 1.126-2.426 1.783-3.875 2.103-2.218.444-4.638.197-6.602-.978-1.054-.64-2.005-1.62-2.242-2.869C4.751 8 5.257 6.783 6.091 5.958c1.164-1.153 2.77-1.773 4.377-1.981m-3.12 4.576c1.483 1.49 2.974 2.97 4.453 4.464 1.472-1.501 2.981-2.967 4.449-4.474-1.489-1.476-2.962-2.969-4.452-4.443a3113.762 3113.762 0 0 0-4.45 4.453z"/><path fill="#fff" d="M4.935 12.339c.653.018 1.312-.043 1.962.031 2.963 1.785 6.917 1.731 9.882-.019.628-.031 1.26-.006 1.889-.01.001.759.003 1.516-.001 2.275H4.936v-2.277zM5.849 15.058c.53-.003 1.061-.001 1.591-.001.004 1.373.003 2.745.001 4.119H5.848v-4.117zM7.91 15.056H9.5c.006.573 0 1.144.003 1.716.474 0 .948.003 1.422.001.187-.305.481-.588.866-.57.388-.025.699.257.884.57.476.001.95 0 1.426-.001 0-.572-.003-1.143 0-1.715.53-.003 1.06-.003 1.59 0a941.65 941.65 0 0 1 0 4.117h-1.59c-.004-.573.004-1.145-.004-1.715-.477.001-.953-.004-1.43.004-.183.311-.492.585-.875.562-.379.014-.674-.259-.859-.562-.474-.008-.95-.004-1.426-.004-.007.572 0 1.143-.004 1.715H7.91c-.001-1.373-.001-2.745.001-4.119zM16.162 19.175a942.566 942.566 0 0 1 0-4.119h1.59c.003 1.373.003 2.745 0 4.119h-1.59z"/><path fill="#ff6903" d="M7.348 8.553c1.482-1.486 2.966-2.97 4.45-4.453 1.49 1.475 2.963 2.967 4.452 4.443-1.468 1.507-2.977 2.973-4.449 4.474-1.479-1.494-2.97-2.974-4.453-4.464z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--vehicles-carrying-explosives-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#092d77" d="M11.01 0h1.865c2.973.221 5.845 1.577 7.877 3.761 1.855 1.934 2.965 4.51 3.248 7.166v1.952c-.215 2.82-1.44 5.557-3.443 7.562-2.014 2.067-4.796 3.338-7.669 3.559h-1.764c-2.611-.199-5.153-1.258-7.105-3.01a12.052 12.052 0 0 1-3.332-4.908c-.345-.919-.522-1.888-.688-2.852v-2.49C.172 9.683.376 8.624.78 7.629a12.015 12.015 0 0 1 3.229-4.626C5.93 1.266 8.438.237 11.008 0m.84 5.944c-.387-.218-.844-.423-1.289-.237-.447.13-.687.555-.842.96-.362-.06-.789-.094-1.053.217-.276.243-.237.629-.212.957-.255.089-.582.141-.695.424-.192.32.034.65.207.916-.074.274-.217.557-.126.846.057.284.307.456.509.637.085-.024.254-.072.339-.098-.146.055-.284.156-.325.315-.229.64-.401 1.299-.612 1.945-.343.058-.764.22-.791.627-.001.645-.089 1.319.132 1.94-.037.16-.076.32-.102.484.116.24.439.21.65.311.006.514-.03 1.031.024 1.545.443.126.914.039 1.368.051.018-.536.013-1.072.011-1.608 2.095.01 4.19.01 6.284 0 0 .537-.008 1.074.015 1.611.456.004.912.011 1.366-.003.062-.53.036-1.064.041-1.597.18-.06.368-.102.541-.184.221-.138.008-.413.003-.613.231-.616.119-1.29.122-1.933-.013-.411-.437-.57-.777-.632-.211-.648-.385-1.308-.615-1.95a.49.49 0 0 0-.316-.31l.32.074c.229-.169.509-.335.575-.636.086-.273-.048-.546-.116-.806.16-.295.348-.645.187-.982-.095-.262-.403-.26-.631-.311.001-.45-.097-.956-.51-1.211-.389-.309-.905-.217-1.337-.065-.173-.42-.433-.852-.894-.994-.504-.207-1.04.013-1.453.31z"/><path fill="#092d77" d="M11.623 6.321c.234-.097.532-.23.725.017l-.364.392-.361-.409zM10.842 6.383c.422.188.626.59.744 1.015a2.937 2.937 0 0 0-.768-.672l.024-.343zM13.418 6.502l.282.212c-.19.145-.378.293-.568.439.086-.221.179-.439.286-.651zM12.436 6.733c.246.298.439.636.551 1.008l.118-.288c.138.47.264.945.361 1.425l.128-.378c-.024.557.462 1.215.01 1.69-.442.07-.893.015-1.337.019.11-.281.23-.559.349-.837a8.278 8.278 0 0 0-.37-.615c-.151.24-.429.387-.532.659-.05.21-.067.425-.091.639-.197.018-.394.033-.59.05.009-.523.1-1.04.124-1.562l.288.086.041-.397c.055-.052.166-.154.222-.204.086-.508.467-.872.728-1.294zM9.613 7.338c.574.043 1.036.382 1.313.877a4.008 4.008 0 0 0-1.323-.452l.01-.425z"/><path fill="#092d77" d="M13.503 8.395c.298-.476.717-.875 1.269-1.035l.023.429c-.483.081-.898.331-1.291.606zM15.078 8.123c.203-.025.408-.055.612-.081a4.338 4.338 0 0 1-.201.366c-.152.016-.306.005-.46.001l.048-.286zM9.811 8.161l.42.02c.015.131.03.262.047.391l-.477.057.01-.469zM14.3 8.198a.587.587 0 0 1 .475.015c.194.406-.276.667-.526.894.003-.303-.019-.611.051-.909zM9.377 9.112c.361-.069.714.001 1.037.168-.298.074-.596.151-.893.232l-.145-.4zM14.18 9.396c.361-.296.811-.513 1.281-.343l-.029.287-.57-.069c-.227.046-.455.088-.682.124zM14.644 9.681c.244.023.488.048.73.084-.171.265-.481.207-.75.183l.02-.267zM8.761 10.893c1.691-.074 3.389-.01 5.083-.032.594.015 1.191-.039 1.782.034.273.627.411 1.305.626 1.956a46.12 46.12 0 0 0-8.116 0c.216-.65.352-1.33.625-1.958zM8.307 14.032c.401-.203.889.281.691.681-.126.353-.646.43-.879.143-.215-.254-.121-.693.188-.824zM15.672 14.025c.409-.187.86.284.674.688-.121.38-.701.422-.914.104-.189-.265-.066-.679.24-.792z"/><path fill="#f47216" d="M11.848 5.944c.413-.297.949-.517 1.453-.31.461.142.721.574.894.994.432-.152.949-.244 1.337.065.414.255.512.762.51 1.211.229.051.536.05.631.311.161.337-.027.687-.187.982.067.26.202.533.116.806-.066.301-.347.467-.575.636l-.32-.074c-.276-.066-.561-.067-.843-.069-1.821.013-3.641-.001-5.462-.005-.239.005-.483.009-.715.074l-.339.098c-.202-.182-.452-.353-.509-.637-.091-.288.052-.571.126-.846-.173-.265-.399-.596-.207-.916.113-.283.439-.335.695-.424-.025-.329-.063-.715.212-.957.264-.311.691-.277 1.053-.217.155-.405.395-.83.842-.96.444-.185.902.019 1.289.237m-.226.378l.361.409.364-.392c-.193-.246-.491-.113-.725-.017m-.781.062l-.024.343c.298.173.549.409.768.672-.118-.424-.323-.827-.744-1.015m2.576.119c-.107.212-.199.43-.286.651.189-.146.377-.295.568-.439l-.282-.212m-.982.231c-.26.422-.641.786-.728 1.294-.056.051-.168.152-.222.204l-.041.397a31.427 31.427 0 0 0-.288-.086c-.024.522-.116 1.039-.124 1.562.197-.017.394-.032.59-.05.024-.213.042-.429.091-.639.103-.272.381-.419.532-.659.132.198.254.405.37.615-.119.278-.239.556-.349.837.444-.004.895.051 1.337-.019.452-.475-.034-1.133-.01-1.69l-.128.378c-.097-.48-.222-.955-.361-1.425l-.118.288a2.902 2.902 0 0 0-.551-1.008m-2.823.606a61.71 61.71 0 0 0-.01.425c.466.069.91.229 1.323.452-.277-.495-.739-.834-1.313-.877m3.89 1.057c.394-.274.809-.524 1.291-.606l-.023-.429c-.551.16-.97.559-1.269 1.035m1.576-.272l-.048.286c.154.004.307.015.46-.001.072-.119.14-.24.201-.366-.204.027-.409.056-.612.081m-5.268.038l-.01.469.477-.057c-.017-.13-.032-.26-.047-.391l-.42-.02m4.489.036c-.07.298-.048.606-.051.909.25-.227.72-.488.526-.894a.583.583 0 0 0-.475-.015m-4.923.914l.145.4c.297-.081.594-.159.893-.232a1.598 1.598 0 0 0-1.037-.168m4.802.284c.227-.037.455-.079.682-.124l.57.069.029-.287c-.47-.17-.921.047-1.281.343m.464.284l-.02.267c.269.024.579.083.75-.183a13.817 13.817 0 0 0-.73-.084z"/><path fill="#fff" d="M8.687 10.566c.232-.065.476-.069.715-.074 1.821.004 3.641.018 5.462.005.282.001.568.003.843.069a.488.488 0 0 1 .316.31c.23.643.404 1.303.615 1.95.34.062.764.221.777.632-.003.643.109 1.317-.122 1.933.005.201.218.475-.003.613-.173.083-.361.124-.541.184-.005.533.022 1.068-.041 1.597-.455.014-.91.006-1.366.003-.023-.537-.015-1.074-.015-1.611-2.094.01-4.189.01-6.284 0 .001.536.006 1.072-.011 1.608-.453-.011-.924.075-1.368-.051-.055-.514-.018-1.031-.024-1.545-.211-.102-.535-.071-.65-.311.025-.164.065-.324.102-.484-.221-.621-.133-1.295-.132-1.94.027-.408.448-.569.791-.627.211-.646.383-1.305.612-1.945.041-.159.179-.26.325-.315m.073.326c-.273.629-.409 1.308-.625 1.958a46.12 46.12 0 0 1 8.116 0c-.215-.65-.353-1.328-.626-1.956-.59-.074-1.187-.019-1.782-.034-1.694.022-3.392-.042-5.083.032m-.454 3.139c-.309.131-.403.57-.188.824.232.287.753.21.879-.143.198-.4-.29-.884-.691-.681m7.365-.007c-.306.113-.429.527-.24.792.213.317.794.276.914-.104.185-.404-.265-.875-.674-.688z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--vehicles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371bc" d="M9.899 0h3.671c2.166.409 4.289 1.218 5.998 2.64 2.475 1.971 4.047 4.951 4.432 8.077v2.642c-.431 3.179-2.062 6.205-4.631 8.156-1.715 1.363-3.818 2.14-5.967 2.485h-2.668c-3.317-.393-6.462-2.148-8.428-4.865-1.263-1.666-1.975-3.681-2.308-5.732v-2.662c.287-2.203 1.1-4.351 2.481-6.106C4.385 2.133 7.307.504 10.401.028L9.897 0m.993 7.668c-.134.159-.266.319-.399.48-.232.346-.49.675-.724 1.021-.281.311-.58.616-.771.995-.283.325-.657.541-1.029.75-.529.144-1.108.024-1.611.266-.433.028-.87.039-1.302.067-.51.242-1.094.126-1.629.262-.212.124-.537.126-.641.386a7.563 7.563 0 0 0 .047 1.999c.189.197.39.384.598.559.1.033.299.096.397.13.332-.535.622-1.135 1.169-1.485.201-.067.401-.128.604-.183.266-.132.57-.153.824.026l.386.061c.462.258.86.614 1.159 1.052l.14.704c2.524-.002 5.046-.004 7.568 0 .126-.299.254-.596.372-.897.246-.368.63-.596.978-.852.089-.018.268-.055.358-.075a.995.995 0 0 1 1.041.008l.382.055c.437.419.917.822 1.17 1.387.5.073.901-.179.964-.69.081-.415.118-.842.277-1.235.03-.45.033-.903.033-1.353a241.566 241.566 0 0 1-3.435-3.431c-2.308-.002-4.617.004-6.925-.004m-5.692 5.59c-.433.301-.732.734-.984 1.188-.087.34-.136.71.069 1.025.014.098.037.295.049.393.283.262.572.521.87.771.527.102 1.066.09 1.601.089.336-.35.673-.702.982-1.078.11-.46.108-.936 0-1.395a17.927 17.927 0 0 0-.982-1.078c-.535-.006-1.076-.012-1.605.085m11.802 0c-.289.234-.555.5-.787.789a4.518 4.518 0 0 0 0 1.802c.232.291.496.555.787.789.594.118 1.208.12 1.802-.002a5.15 5.15 0 0 0 .789-.787c.104-.649.197-1.355-.132-1.959a1.65 1.65 0 0 1-.5-.498c-.602-.334-1.31-.236-1.959-.134z"/><path fill="#0371bc" d="M11.693 8.262c1.853-.004 3.706.01 5.559-.008.179.226.36.456.529.692.085.258.167.515.264.771.346.474.386 1.145-.224 1.414-1.605.183-3.228.033-4.841.081-.889-.018-1.788.067-2.671-.079-.258-.193-.492-.431-.517-.771.27-.252.525-.521.702-.848.38-.437.797-.84 1.2-1.253zM5.577 13.961l.826.006c.224.228.45.454.679.679v.61c-.228.224-.454.45-.679.679l-.826.006c-.195-.23-.388-.46-.58-.692a2.46 2.46 0 0 1 0-.594c.193-.232.386-.462.58-.692zM17.398 13.967h1.007c.159.161.319.321.48.48v1.007c-.161.159-.321.319-.48.48h-1.007a54.306 54.306 0 0 0-.48-.48v-1.007c.161-.159.321-.319.48-.48z"/><path fill="#fff" d="M10.89 7.668c2.308.008 4.617.002 6.925.004 1.135 1.153 2.276 2.3 3.435 3.431 0 .45-.004.903-.033 1.353-.159.393-.197.82-.277 1.235-.063.511-.464.763-.964.69-.254-.565-.734-.968-1.17-1.387l-.382-.055a.995.995 0 0 0-1.041-.008c-.09.02-.27.057-.358.075-.348.256-.732.484-.978.852-.118.301-.246.598-.372.897-2.522-.004-5.044-.002-7.568 0-.045-.236-.092-.47-.14-.704a3.38 3.38 0 0 0-1.159-1.052l-.386-.061c-.254-.179-.559-.157-.824-.026-.203.055-.403.116-.604.183-.547.35-.836.95-1.169 1.485-.098-.033-.297-.096-.397-.13a7.519 7.519 0 0 1-.598-.559 7.563 7.563 0 0 1-.047-1.999c.104-.26.429-.262.641-.386.535-.136 1.119-.02 1.629-.262.433-.028.87-.039 1.302-.067.504-.242 1.082-.122 1.611-.266.372-.209.746-.425 1.029-.75.191-.38.49-.685.771-.995.234-.346.492-.675.724-1.021l.399-.48m.804.597c-.403.413-.82.816-1.2 1.253-.177.327-.433.596-.702.848.026.34.26.578.517.771.883.146 1.782.061 2.671.079 1.613-.047 3.236.102 4.841-.081.61-.27.57-.94.224-1.414-.096-.256-.179-.513-.264-.771-.169-.236-.35-.466-.529-.692-1.853.018-3.706.004-5.559.008z"/><path fill="#fff" d="M5.199 13.261c.529-.096 1.07-.09 1.605-.085.336.35.673.7.982 1.078.108.458.11.934 0 1.395-.309.376-.645.728-.982 1.078-.535.002-1.074.014-1.601-.089-.297-.25-.586-.51-.87-.771-.012-.098-.035-.295-.049-.393-.205-.315-.155-.685-.069-1.025.252-.454.551-.887.984-1.188m.378.7c-.195.23-.388.46-.58.692a2.46 2.46 0 0 0 0 .594c.193.232.386.462.58.692l.826-.006c.224-.228.45-.454.679-.679v-.61c-.228-.224-.454-.45-.679-.679l-.826-.006zM17.001 13.261c.649-.102 1.357-.201 1.959.134.13.201.297.368.5.498.329.604.236 1.31.132 1.959a5.15 5.15 0 0 1-.789.787 4.555 4.555 0 0 1-1.802.002 5.062 5.062 0 0 1-.787-.789 4.518 4.518 0 0 1 0-1.802c.232-.289.498-.555.787-.789m.397.706c-.159.161-.319.321-.48.48v1.007c.161.159.321.319.48.48h1.007c.159-.161.319-.321.48-.48v-1.007a54.306 54.306 0 0 1-.48-.48h-1.007z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--wear-seat-belt--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".97" d="M2.95 0h18.1v24H2.95V0m1.249.167C3.55.303 3.06.934 3.082 1.596v20.8c-.03.754.623 1.453 1.38 1.463 4.998.003 9.997 0 14.995.001.773.014 1.453-.692 1.423-1.463.002-6.933.002-13.866 0-20.799C20.913.824 20.233.12 19.458.13 14.555.122 9.652.131 4.749.125c-.184.002-.37.001-.55.042z"/><path opacity=".97" d="M4.476.439C9.435.427 14.395.436 19.354.434c.429-.022.87.194 1.075.579.19.329.139.723.146 1.086v19.804c-.007.382.049.81-.189 1.14-.202.32-.574.512-.951.509-4.958.003-9.917.001-14.875.001-.628.035-1.202-.526-1.169-1.156C3.389 15.468 3.39 8.54 3.39 1.612 3.353 1.007 3.868.444 4.476.439m-.209.683c-.214.107-.272.36-.256.58.004 6.9-.002 13.8.003 20.7-.026.292.241.568.538.524 4.967 0 9.935.002 14.902 0 .283.022.517-.25.495-.523.004-6.935.004-13.87 0-20.805.035-.332-.288-.588-.604-.544-4.865-.003-9.73.002-14.595-.003-.161.008-.336-.011-.483.071z"/><path opacity=".97" d="M10.458 3.3c.498-.757 1.566-1.053 2.382-.66.853.362 1.33 1.402 1.03 2.283-.14.531-.555.923-1.019 1.184-.165.274-.066.65-.065.961.17.374.655.428.97.648.711-.797 1.416-1.599 2.124-2.399.204.184.407.368.61.554-.663.739-1.312 1.491-1.975 2.231.25.13.513.241.739.412.258.221.351.563.437.878.336 1.236.688 2.468 1.019 3.705.146.539-.159 1.051-.268 1.567.583.2 1.145.458 1.681.763-.105.254-.211.508-.315.763a10.92 10.92 0 0 0-1.601-.734c-.598 2.032-1.28 4.038-1.882 6.07h-2.026c.342-1.58.688-3.159 1.03-4.74l-2.571.001c.343 1.58.688 3.159 1.03 4.739l-2.024.001c-.584-1.938-1.214-3.862-1.783-5.805-.12-.116-.2.048-.283.121-.416.469-.828.942-1.245 1.411a9.245 9.245 0 0 0-.606-.511c.569-.714 1.206-1.372 1.8-2.066-.113-.534-.43-1.069-.26-1.624.343-1.259.696-2.516 1.041-3.775.088-.328.225-.686.54-.858.696-.381 1.415-.72 2.114-1.095.348-.172.215-.62.237-.929.056-.293-.254-.387-.439-.526-.794-.563-.989-1.782-.422-2.57m-.007 1.308c.072.521.422.968.886 1.202.362.191.274.652.283.989.024.305-.093.64-.382.783-.698.375-1.415.716-2.111 1.096-.236.122-.33.389-.394.629-.347 1.262-.702 2.522-1.045 3.785-.153.452.099.894.194 1.33 1.89-2.161 3.797-4.307 5.68-6.474-.292-.159-.616-.271-.876-.483-.294-.276-.208-.712-.217-1.072-.017-.255.103-.516.343-.624.693-.347 1.027-1.246.743-1.964-.27-.75-1.151-1.205-1.919-.983-.773.179-1.327 1.002-1.185 1.786m-1.504 9.827c2.342-.712 4.893-.651 7.209.134.098-.486.405-.971.244-1.476-.337-1.239-.685-2.475-1.023-3.713-.069-.238-.137-.506-.348-.659-.225-.151-.477-.256-.715-.384a1635.11 1635.11 0 0 0-5.367 6.098m-.725 1.128c.577 1.892 1.192 3.773 1.768 5.666.475-.005.951-.002 1.426-.002-.341-1.579-.688-3.156-1.029-4.734l3.314.001c-.341 1.578-.691 3.154-1.027 4.733.477-.002.954.002 1.431-.003.583-1.964 1.23-3.909 1.832-5.867-2.485-.823-5.294-.852-7.715.206z"/><path fill="#fff" d="M4.199.167c.18-.041.366-.04.55-.042C9.652.131 14.555.122 19.458.13c.775-.01 1.455.694 1.422 1.468.002 6.933.002 13.866 0 20.799.03.771-.65 1.477-1.423 1.463-4.998-.001-9.997.002-14.995-.001-.757-.01-1.41-.709-1.38-1.463v-20.8C3.06.934 3.55.303 4.199.167m.277.272c-.608.005-1.123.568-1.086 1.173 0 6.928-.001 13.856.001 20.785-.033.63.541 1.191 1.169 1.156 4.958 0 9.917.002 14.875-.001.377.003.749-.189.951-.509.238-.33.182-.758.189-1.14V2.099c-.007-.363.044-.757-.146-1.086-.205-.385-.646-.601-1.075-.579C14.395.436 9.435.427 4.476.439z"/><path fill="#fff" d="M4.267 1.122c.147-.082.322-.063.483-.071 4.865.005 9.73 0 14.595.003.316-.044.639.212.604.544.004 6.935.004 13.87 0 20.805.022.273-.212.545-.495.523-4.967.002-9.935 0-14.902 0-.297.044-.564-.232-.538-.524-.005-6.9.001-13.8-.003-20.7-.016-.22.042-.473.256-.58M10.458 3.3c-.567.788-.372 2.007.422 2.57.185.139.495.233.439.526-.022.309.111.757-.237.929-.699.375-1.418.714-2.114 1.095-.315.172-.452.53-.54.858-.345 1.259-.698 2.516-1.041 3.775-.17.555.147 1.09.26 1.624-.594.694-1.231 1.352-1.8 2.066.21.161.411.333.606.511.417-.469.829-.942 1.245-1.411.083-.073.163-.237.283-.121.569 1.943 1.199 3.867 1.783 5.805l2.024-.001c-.342-1.58-.687-3.159-1.03-4.739l2.571-.001c-.342 1.581-.688 3.16-1.03 4.74h2.026c.602-2.032 1.284-4.038 1.882-6.07.55.207 1.091.441 1.601.734.104-.255.21-.509.315-.763a9.896 9.896 0 0 0-1.681-.763c.109-.516.414-1.028.268-1.567-.331-1.237-.683-2.469-1.019-3.705-.086-.315-.179-.657-.437-.878-.226-.171-.489-.282-.739-.412.663-.74 1.312-1.492 1.975-2.231-.203-.186-.406-.37-.61-.554-.708.8-1.413 1.602-2.124 2.399-.315-.22-.8-.274-.97-.648-.001-.311-.1-.687.065-.961.464-.261.879-.653 1.019-1.184.3-.881-.177-1.921-1.03-2.283-.816-.393-1.884-.097-2.382.66z"/><path fill="#fff" d="M10.451 4.608c-.142-.784.412-1.607 1.185-1.786.768-.222 1.649.233 1.919.983.284.718-.05 1.617-.743 1.964-.24.108-.36.369-.343.624.009.36-.077.796.217 1.072.26.212.584.324.876.483-1.883 2.167-3.79 4.313-5.68 6.474-.095-.436-.347-.878-.194-1.33.343-1.263.698-2.523 1.045-3.785.064-.24.158-.507.394-.629.696-.38 1.413-.721 2.111-1.096.289-.143.406-.478.382-.783-.009-.337.079-.798-.283-.989-.464-.234-.814-.681-.886-1.202zM8.947 14.435a1635.11 1635.11 0 0 1 5.367-6.098c.238.128.49.233.715.384.211.153.279.421.348.659.338 1.238.686 2.474 1.023 3.713.161.505-.146.99-.244 1.476-2.316-.785-4.867-.846-7.209-.134zM8.222 15.563c2.421-1.058 5.23-1.029 7.715-.206-.602 1.958-1.249 3.903-1.832 5.867-.477.005-.954.001-1.431.003.336-1.579.686-3.155 1.027-4.733l-3.314-.001c.341 1.578.688 3.155 1.029 4.734-.475 0-.951-.003-1.426.002-.576-1.893-1.191-3.774-1.768-5.666z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.423 0h1.153c2.694.148 5.346 1.177 7.368 2.975C22.243 4.966 23.718 7.86 24 10.887v2.282a12.073 12.073 0 0 1-3.718 7.594 12.09 12.09 0 0 1-7.11 3.238h-2.285a12.074 12.074 0 0 1-7.852-3.995c-1.847-2.054-2.92-4.764-3.036-7.519v-.754c.071-3.11 1.396-6.175 3.644-8.33C5.705 1.363 8.535.173 11.421.001m-.808 3.319A8.762 8.762 0 0 0 6.1 5.494a8.793 8.793 0 0 0-2.73 4.832c-.364 1.88-.11 3.881.746 5.596a8.836 8.836 0 0 0 4.262 4.128 8.775 8.775 0 0 0 4.53.748 8.842 8.842 0 0 0 5.528-2.724 8.823 8.823 0 0 0 1.58-9.78 8.822 8.822 0 0 0-9.405-4.974z"/><path fill="#f4b70d" d="M10.613 3.32a8.88 8.88 0 0 1 4.642.498 8.822 8.822 0 0 1 4.763 4.476 8.823 8.823 0 0 1-1.58 9.78 8.845 8.845 0 0 1-5.528 2.724 8.832 8.832 0 0 1-8.792-4.876c-.857-1.715-1.11-3.715-.746-5.596a8.79 8.79 0 0 1 2.73-4.832 8.754 8.754 0 0 1 4.513-2.174M6.158 8.305l-.432 3.41c.504.071 1.007.144 1.512.21.232-.204.474-.446.803-.464.488-.023.931.404.953.889.076.516-.269 1.132-.838 1.139-.512.059-.936-.328-1.092-.787-.476.137-.952.277-1.427.42.214.628.629 1.204 1.234 1.501 1.003.504 2.375.334 3.106-.56.798-.931.841-2.558-.154-3.368-.661-.571-1.621-.652-2.429-.379.028-.202.053-.402.079-.602.923-.002 1.846 0 2.77-.001l-.001-1.408c-1.362.001-2.723-.001-4.084.001m6.383 1.911c-.103.798-.203 1.597-.304 2.395.347.052.692.106 1.04.15.238-.192.551-.444.869-.27.566.235.515 1.225-.101 1.355-.4.109-.73-.199-.883-.535a59.82 59.82 0 0 0-.996.301c.115.239.22.491.404.688.689.773 2.094.744 2.712-.102.527-.684.51-1.838-.238-2.36-.464-.361-1.092-.373-1.637-.218l.059-.42h1.948v-.984c-.958 0-1.916-.001-2.874.001m4.621.491c-.001.294-.008.588-.006.883h-.502v.822l.51.004c.011.544-.024 1.088.014 1.631a.813.813 0 0 0 .594.708c.43.101.869-.006 1.285-.115l-.179-.814c-.236.031-.473.042-.7-.037.004-.461.001-.922.001-1.381l.745-.001.001-.823-.77-.001-.001-1.168c-.332.095-.664.192-.994.293m-6.84 3.691c.025.366.421.448.695.56-.173.07-.343.143-.516.214.001.144.01.289.025.433.395-.014.836-.048 1.128-.349.42-.443.427-1.37-.211-1.618-.5-.234-1.222.164-1.121.76z"/><path fill="#231f20" d="M6.158 8.305c1.361-.002 2.722 0 4.084-.001l.001 1.408c-.924.001-1.847-.001-2.77.001l-.079.602c.808-.272 1.768-.192 2.429.379.995.81.952 2.437.154 3.368-.731.894-2.102 1.064-3.106.56-.605-.298-1.02-.874-1.234-1.501.475-.143.95-.283 1.427-.42.156.46.58.846 1.092.787.569-.007.913-.623.838-1.139-.022-.485-.464-.912-.953-.889-.329.018-.571.26-.803.464-.505-.066-1.008-.139-1.512-.21l.432-3.41zM12.541 10.217c.958-.002 1.916-.001 2.874-.001v.984h-1.948l-.059.42c.545-.155 1.172-.143 1.637.218.748.522.764 1.676.238 2.36-.618.846-2.023.875-2.712.102-.185-.197-.289-.449-.404-.688.331-.103.664-.204.996-.301.154.336.484.644.883.535.616-.13.667-1.12.101-1.355-.318-.174-.631.078-.869.27-.348-.044-.694-.098-1.04-.15.101-.798.2-1.597.304-2.395zM17.161 10.709c.33-.101.661-.198.994-.293l.001 1.168.77.001-.001.823-.745.001c0 .46.002.92-.001 1.381.227.079.463.068.7.037l.179.814c-.416.109-.856.216-1.285.115a.813.813 0 0 1-.594-.708c-.038-.542-.004-1.087-.014-1.631-.17-.001-.341-.001-.51-.004v-.822h.502c-.002-.295.005-.589.006-.883zM10.319 14.401c-.101-.595.62-.994 1.121-.76.638.247.631 1.175.211 1.618-.292.301-.733.335-1.128.349a4.19 4.19 0 0 1-.025-.433c.173-.071.343-.144.516-.214-.274-.113-.67-.194-.695-.56z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#dc1803" d="M11.236 0h2.147a9.458 9.458 0 0 1-.01.168c2.394.264 4.697 1.283 6.48 2.905 1.952 1.676 3.27 4.024 3.826 6.524.151.751.083 1.524.1 2.285-.024.973.073 1.968-.187 2.92a12.69 12.69 0 0 1-2.129 4.38c-1.786 2.358-4.477 4.015-7.391 4.534-1.004.113-2.018.05-3.028.059-1.441.025-2.836-.442-4.129-1.039-2.657-1.246-4.786-3.527-5.916-6.228-.452-1.087-.809-2.244-.772-3.434.019-1.298-.101-2.616.191-3.894.635-2.704 2.338-5.074 4.513-6.763C6.108 1.504 7.505.918 8.927.507 9.684.28 10.485.253 11.236.002m-.376 3.084c-3.127.376-5.951 2.536-7.136 5.453a8.953 8.953 0 0 0-.246 6.218 8.975 8.975 0 0 0 3.511 4.654 8.926 8.926 0 0 0 6.348 1.436c3.326-.461 6.248-2.971 7.219-6.185a8.922 8.922 0 0 0-.181-5.881 8.969 8.969 0 0 0-9.514-5.695z"/><path fill="#fff" d="M10.86 3.086a8.965 8.965 0 0 1 9.514 5.695 8.916 8.916 0 0 1 .181 5.881c-.971 3.214-3.893 5.724-7.219 6.185a8.936 8.936 0 0 1-6.348-1.436 8.971 8.971 0 0 1-3.511-4.654 8.953 8.953 0 0 1 .246-6.218c1.186-2.917 4.009-5.077 7.136-5.453m-3.954 3.15c-.101 1.283-.203 2.566-.294 3.848-.188.092-.431.14-.528.349-.102.227-.083.482-.092.725.004 1.66.001 3.318.002 4.978l.598.002c.029.617-.071 1.248.066 1.854.131.31.523.216.79.236.272-.014.661.067.786-.256.091-.605.016-1.224.04-1.834 2.492-.004 4.984 0 7.476-.002.014.607-.035 1.217.023 1.822.127.323.505.264.784.269.274-.017.658.074.802-.235.115-.608.029-1.237.054-1.854l.598-.002.001-5.099c-.012-.209.01-.436-.092-.628-.107-.19-.337-.238-.521-.322-.097-1.319-.191-2.638-.307-3.954-.041-.426-.481-.697-.887-.653-2.838.002-5.676-.007-8.514.005-.416-.023-.78.337-.782.75z"/><path fill="#fff" d="M8.155 9.599c.7-.374 1.718-.223 2.14.496.382.574.245 1.366-.264 1.814.233.229.482.473.556.804.248.871-.422 1.85-1.324 1.938-.79.154-1.618-.283-1.904-1.039.278-.104.559-.203.839-.302.184.269.438.559.802.518.552.016.934-.671.624-1.13-.17-.323-.557-.358-.878-.394l.002-.774c.306-.03.698-.068.816-.41.229-.419-.209-.946-.659-.876-.278.01-.437.262-.599.45a35.53 35.53 0 0 1-.834-.282c.167-.314.356-.643.684-.812zM12.043 10.548h2.315l-.001.689c-.536-.006-1.074-.002-1.61-.005l-.002.649c.332-.079.696-.095 1.004.077.972.454.962 2.084-.008 2.536-.624.304-1.38.062-1.855-.404.16-.158.325-.311.487-.468.317.27.829.52 1.187.172.29-.347.28-1.034-.167-1.255-.258-.122-.534.01-.778.101l-.572-.151c0-.647-.001-1.292.001-1.939zM15.7 11.551c.174-.156.349-.31.522-.466l.001.979.601-.002-.001.494-.6-.001c.002.505-.026 1.014.04 1.516l.426-.016c.047.162.091.325.138.487-.389.062-.896.038-1.063-.391-.133-.516-.035-1.064-.062-1.594h-.322l-.001-.496h.323l-.001-.511zM10.776 14.405c-.092-.374.395-.695.695-.442.494.365.01 1.374-.58 1.079.116-.16.28-.276.401-.432-.174-.053-.425 0-.516-.205z"/><path fill="#030303" d="M6.905 6.236c.002-.413.366-.773.782-.75 2.838-.012 5.676-.002 8.514-.005.406-.044.846.227.887.653.116 1.316.21 2.635.307 3.954.184.084.414.132.521.322.102.192.08.419.092.628l-.001 5.099-.598.002c-.025.617.061 1.246-.054 1.854-.144.31-.528.218-.802.235-.278-.005-.656.054-.784-.269-.058-.605-.008-1.214-.023-1.822-2.492.002-4.984-.001-7.476.002-.024.61.052 1.229-.04 1.834-.125.323-.514.241-.786.256-.266-.02-.659.073-.79-.236-.137-.606-.037-1.237-.066-1.854l-.598-.002c-.001-1.66.001-3.318-.002-4.978.01-.242-.01-.498.092-.725.097-.209.34-.257.528-.349.091-1.283.193-2.566.294-3.848m1.253 3.362c-.328.169-.517.498-.684.812.276.098.556.191.834.282.162-.188.32-.44.599-.45.45-.07.888.457.659.876-.118.342-.51.38-.816.41l-.002.774c.322.036.708.071.878.394.31.46-.072 1.146-.624 1.13-.364.041-.618-.25-.802-.518-.28.1-.56.198-.839.302.287.756 1.115 1.193 1.904 1.039.901-.088 1.572-1.067 1.324-1.938-.073-.331-.323-.575-.556-.804.509-.449.646-1.241.264-1.814-.421-.719-1.44-.87-2.14-.496m3.889.95c-.002.647-.001 1.292-.001 1.939l.572.151c.244-.091.52-.223.778-.101.446.221.457.908.167 1.255-.358.348-.87.098-1.187-.172-.162.157-.328.31-.487.468.475.467 1.231.708 1.855.404.971-.451.98-2.082.008-2.536-.308-.172-.672-.156-1.004-.077l.002-.649c.536.002 1.074-.001 1.61.005l.001-.689h-2.315m3.658 1.005l.001.511h-.323l.001.496h.322c.028.529-.071 1.078.062 1.594.167.43.674.454 1.063.391-.047-.162-.091-.325-.138-.487l-.426.016c-.066-.502-.037-1.01-.04-1.516l.6.001.001-.494-.601.002-.001-.979c-.173.156-.348.31-.522.466m-4.923 2.853c.091.205.342.152.516.205-.121.156-.284.272-.401.432.589.295 1.074-.714.58-1.079-.3-.253-.787.067-.695.442z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M19.936.273c.105.001.21.008.316.012l.017.106c.076.028.15.06.223.095l.019.025c-.106-.062-.236-.04-.269.089.299.016.433.356.53.595l.074-.148.028.114-.081.031c.052.179.103.36.11.547.002 6.921-.001 13.841.002 20.762-.011.48-.22.982-.629 1.255-.138.095-.311.116-.474.116l-15.545-.001c-.485.024-.85-.404-.977-.834-.02.058-.037.116-.053.176-.074-.154-.155-.314-.155-.49l.019.101c.039.008.079.014.118.019a6.61 6.61 0 0 1-.016-.343l.001-20.819c.019-.438.233-.886.6-1.136.168-.127.391-.12.59-.134h15.299c.176.004.35.038.527.047a1.963 1.963 0 0 0-.019-.134l-.254-.049M3.632 1.13c-.221.387-.182.841-.223 1.267-.027.562.052 1.119.035 1.68V21.9c-.008.343-.012.687.039 1.027a.525.525 0 0 0 .085-.301c-.002-6.419-.004-12.838 0-19.258.011 6.478.001 12.956.006 19.433-.007.092-.083.191-.008.277.158.353.57.485.931.47 5.021.006 10.041 0 15.062.003.183-.004.378.004.542-.09.341-.157.517-.544.55-.902.001-6.899-.004-13.799.002-20.698A1.393 1.393 0 0 0 20.268.9c-.442-.298-.997-.171-1.493-.162C13.954.739 9.133.737 4.312.739c-.278-.015-.579.115-.682.39m-.441 21.807c-.082.176.173.014 0 0z"/><path fill="#fff" d="M3.937 1.526c.059-.155.23-.221.386-.215h15.356c.152.005.361.004.429.173.248.427.1.932.104 1.397-.002 6.562-.002 13.123 0 19.685-.001.152-.119.271-.233.356-.211.071-.438.041-.656.047-4.552.001-9.103-.004-13.655.002l.007-.154-.077-.007.01.159c-.45-.003-.9.002-1.35-.002-.148.013-.28-.1-.325-.235-.095-.247-.064-.517-.069-.775-.001-6.539.001-13.078-.001-19.618.008-.271-.037-.559.074-.815m8.829 1.715c-.139.32-.146.686-.077 1.024.07.355.326.683.686.773.358.107.738.016 1.058-.157a15.96 15.96 0 0 1-.001-.379c-.199.161-.43.308-.695.305-.288.03-.559-.164-.667-.424a1.394 1.394 0 0 1-.004-1.032c.109-.287.422-.485.73-.431.245.014.45.162.635.31 0-.132-.001-.264-.004-.396-.288-.143-.617-.235-.939-.169a.974.974 0 0 0-.723.575m3.804-.17c-.101.256-.035.591.202.749.248.172.569.163.837.291.242.127.211.532-.038.635-.365.163-.783-.003-1.069-.249-.002.136-.002.272.003.409.265.109.544.199.835.174.322.002.64-.211.737-.521.064-.23.009-.512-.193-.658-.258-.19-.602-.169-.879-.316-.216-.126-.201-.487.025-.595.326-.171.709-.021.982.184l.004-.374a1.779 1.779 0 0 0-.798-.152c-.267.021-.537.169-.647.422M6.54 2.686v.276c.26 0 .52.002.779-.002.019.693.004 1.387.008 2.08h.314c.001-.692-.001-1.385.001-2.078h.791v-.277l-1.893.001m2.099 0V5.04h.313c.001-.313-.001-.625.001-.938.119.006.245-.017.36.014.254.292.479.608.73.903.131.049.283.01.421.02-.277-.34-.559-.677-.832-1.02.142-.079.29-.166.376-.31.189-.308.121-.793-.239-.943-.357-.142-.755-.059-1.13-.082m2.012 0c.016.605-.037 1.216.033 1.819.103.598.901.733 1.35.445.247-.16.314-.468.319-.743.008-.506.001-1.012.004-1.519l-.315-.001c-.001.505.002 1.01-.001 1.515a.816.816 0 0 1-.125.457c-.154.179-.427.191-.64.13-.209-.088-.313-.316-.308-.535-.009-.521-.002-1.043-.003-1.565l-.314-.003m4.048.002V5.04h.312c.001-.314-.001-.628.001-.941l.132-.151c.299.355.574.731.866 1.093l.404-.001c-.342-.436-.686-.868-1.03-1.303.322-.352.65-.7.971-1.052-.129-.001-.257 0-.386.003-.317.362-.638.719-.958 1.078-.002-.36 0-.721-.001-1.081l-.312.001m-5.633 4.1c-.345.095-.563.433-.609.775-.044.333-.025.697.163.986.308.49 1.123.502 1.456.034.187-.257.223-.592.201-.901-.021-.278-.122-.571-.347-.749-.239-.193-.575-.224-.863-.145m1.243-.003c.238.7.479 1.399.721 2.098l.302-.001c.235-.699.478-1.394.717-2.092l-.281-.006c-.199.575-.375 1.159-.586 1.729l-.575-1.726-.298-.002m1.966 0c-.004.699-.001 1.398-.001 2.097h1.307v-.247c-.344-.001-.687.001-1.031-.001a66.25 66.25 0 0 0-.001-.772c.32-.006.641-.002.961-.003v-.25h-.96c-.001-.192-.001-.384.001-.576l1.03.001-.001-.249-1.305-.001m1.619.002c-.002.699 0 1.397-.001 2.096h.276l.001-.834c.109.001.218.002.328.005.206.281.438.541.642.823.124.006.248.006.373.006a91.749 91.749 0 0 0-.742-.908c.412-.132.6-.74.244-1.027-.309-.258-.751-.129-1.12-.161m-2.866 5.752c-.153.133-.068.353-.088.529.442 0 .883.002 1.325-.001.013.345.002.691.005 1.036h.388v-1.035l.358.001c.001-.109 0-.217-.002-.325l-.356.002v-1.652l-.37-.002c-.424.479-.838.967-1.261 1.447M8.46 16.263v.25c.234 0 .469-.001.703.001l.001 1.847h.275l.001-1.847.704-.001v-.249l-1.683-.001m2.284.002c-.324.089-.54.396-.599.716-.058.35-.044.738.152 1.045.308.49 1.123.503 1.457.034.185-.257.223-.589.2-.897-.02-.278-.121-.571-.346-.751-.239-.194-.575-.227-.865-.148m1.531 0c-.003.698-.001 1.397-.001 2.096h.261c.005-.588-.01-1.176.008-1.764.323.578.608 1.176.913 1.764h.314c-.001-.699.001-1.398-.001-2.097l-.259.002c-.011.541.016 1.084-.014 1.625-.28-.541-.551-1.086-.83-1.627l-.39.001m1.996.168c-.247.222-.213.673.068.851.228.15.52.135.757.265.194.128.15.459-.058.549-.325.151-.686-.008-.949-.211l-.001.349c.334.152.748.245 1.088.066.301-.145.433-.559.246-.842-.172-.243-.499-.251-.757-.335-.146-.033-.287-.16-.267-.322-.013-.172.149-.295.304-.317.263-.055.522.065.727.22l.002-.339c-.364-.153-.844-.22-1.16.067m-8.778 3.551c-.002.699 0 1.397-.001 2.096.551.009 1.103-.016 1.654.004.178-.278.347-.561.524-.84.17.278.343.554.506.836h.322c-.214-.358-.443-.707-.653-1.068.22-.34.434-.683.652-1.024l-.295-.007c-.175.272-.341.551-.513.826-.17-.273-.335-.55-.503-.824-.565.007-1.129-.004-1.693.001m3.558.104c-.34.215-.46.646-.433 1.028.004.359.164.751.508.909.344.166.745.083 1.073-.08.002-.116.002-.233.002-.349-.158.13-.335.251-.546.27a.595.595 0 0 1-.624-.294c-.166-.302-.165-.682-.042-1a.607.607 0 0 1 .664-.376c.213.017.389.147.549.277a10.815 10.815 0 0 0-.007-.361c-.351-.173-.797-.242-1.144-.024m1.423-.104c-.003.698-.001 1.397-.001 2.096.405-.001.809.002 1.214-.001l-.002-.245c-.312-.002-.625-.001-.937-.001v-1.849a12.604 12.604 0 0 0-.275 0m1.413 0c-.003.418-.002.836-.002 1.254.006.228.015.485.179.663.248.247.649.277.962.149.247-.104.368-.377.368-.632.013-.478.003-.956.005-1.434a12.604 12.604 0 0 0-.275 0c-.002.398-.001.796-.001 1.194-.003.173.002.356-.082.514-.151.217-.492.247-.7.099-.16-.111-.17-.322-.175-.497-.006-.436 0-.872-.002-1.307-.093-.001-.186-.002-.279-.001m1.89-.002c-.003.699-.001 1.397-.001 2.096.384-.014.799.057 1.153-.129.656-.365.668-1.477.002-1.838-.357-.175-.769-.119-1.153-.13m1.979.001c-.003.698-.001 1.397-.001 2.096h1.307v-.247c-.344-.001-.687.001-1.031-.001l.001-.773c.32-.002.64-.001.96-.001v-.25h-.96a55.104 55.104 0 0 1 0-.575h1.03l-.001-.249h-1.304m1.619 0c-.003.698-.001 1.397-.001 2.096.385-.014.802.057 1.157-.131.651-.367.662-1.474-.001-1.834-.357-.177-.77-.12-1.154-.131z"/><path fill="#fff" d="M8.951 2.952c.265.016.623-.065.788.203.098.228.025.563-.23.65-.182.048-.372.031-.558.034l.001-.887zM9.08 7.045c.307-.157.729-.012.836.325.109.381.14.872-.169 1.171-.31.284-.866.115-.965-.295-.101-.4-.103-.965.298-1.201zM14.17 7.024c.209.01.443-.036.626.09.162.148.139.428-.001.585-.172.148-.414.104-.622.119-.006-.265-.002-.529-.004-.794zM11.267 12.734c.333-.388.66-.783 1.007-1.159-.005.389.004.779-.005 1.168-.334-.005-.668.008-1.001-.009zM10.763 16.524c.304-.154.723-.012.832.322.112.383.143.879-.17 1.179-.31.279-.86.112-.961-.295-.103-.4-.104-.97.299-1.206zM6.799 19.995l.128.06c.171.332.392.635.575.961-.158.343-.407.647-.593.98l-.068.022a.57.57 0 0 1-.053-.185H5.77l-.001-.773c.32-.004.64-.001.961-.002v-.25h-.96c-.001-.192-.001-.384.001-.575.343-.001.686.001 1.028-.001l-.001-.237zM14.05 20.224c.298-.008.629-.004.865.206.218.206.237.534.199.814a.66.66 0 0 1-.462.547c-.196.052-.401.045-.602.049v-1.616zM17.65 20.224c.355-.019.809.016.991.376.14.327.139.772-.124 1.038-.228.226-.572.195-.866.203v-1.616z"/><path fill="#0c0b0b" d="M3.789.374c.212-.139.475-.08.713-.092C9.646.253 14.791.277 19.935.273l.254.049c.008.044.014.089.019.134-.176-.009-.35-.043-.527-.047H4.382c-.2.014-.422.008-.59.134-.367.25-.581.698-.6 1.136l-.001 20.819c.002.114.008.229.016.343a1.526 1.526 0 0 1-.118-.019l-.019-.101c.001-6.913.002-13.827.001-20.741.006-.222-.031-.454.049-.667.126-.366.328-.733.668-.94zM20.242.6c.033-.129.163-.151.269-.089.125.169.265.334.335.536l-.074.148c-.097-.239-.23-.58-.53-.595z"/><path fill="#0c0b0b" d="M3.632 1.13c.103-.275.403-.405.682-.39 4.821-.002 9.642 0 14.463-.001.496-.009 1.052-.136 1.493.162.25.251.38.61.385.961-.006 6.899-.002 13.799-.002 20.698-.033.358-.209.745-.55.902-.164.094-.359.086-.542.09-5.021-.003-10.041.003-15.062-.003-.361.014-.773-.117-.931-.47-.075-.086.001-.185.008-.277-.005-6.476.005-12.955-.006-19.433-.004 6.419-.002 12.838 0 19.258a.525.525 0 0 1-.085.301 5.975 5.975 0 0 1-.039-1.027V4.078c.016-.561-.062-1.118-.035-1.68.041-.427.002-.88.223-1.267m.303.395c-.11.256-.065.544-.074.815.002 6.539 0 13.079.001 19.618.005.259-.026.528.069.775.044.135.177.248.325.235.45.004.9-.001 1.35.002a8.477 8.477 0 0 0-.01-.159l.077.007-.007.154c4.552-.006 9.103-.001 13.655-.002.218-.007.446.024.656-.047.115-.085.233-.203.233-.356-.002-6.562-.002-13.123 0-19.685-.004-.464.144-.97-.104-1.397-.068-.17-.277-.169-.429-.173H4.323c-.155-.007-.327.06-.386.215z"/><path fill="#0c0b0b" d="M20.875 1.161l.092.154.033-.038v21.467c-.052.52-.377.979-.812 1.256H3.882a1.58 1.58 0 0 1-.656-.788c.016-.059.034-.118.053-.176.128.43.493.858.977.834 5.182 0 10.363-.001 15.545.001.163-.001.336-.022.474-.116.409-.272.619-.775.629-1.255-.003-6.92.001-13.841-.002-20.762a2.28 2.28 0 0 0-.11-.547l.081-.031zM12.766 3.239a.974.974 0 0 1 .723-.575c.322-.067.651.025.939.169.003.132.004.264.004.396-.185-.148-.39-.295-.635-.31-.307-.054-.621.143-.73.431-.128.326-.132.707.004 1.032.108.26.379.454.667.424.266.002.497-.144.695-.305-.001.126-.001.253.001.379-.32.173-.701.264-1.058.157-.359-.091-.616-.419-.686-.773-.069-.338-.062-.704.077-1.024z"/><path fill="#0c0b0b" d="M16.569 3.068c.11-.253.38-.401.647-.422.274-.013.548.043.798.152l-.004.374c-.273-.205-.656-.355-.982-.184-.226.107-.241.469-.025.595.277.146.621.125.879.316.202.145.257.427.193.658-.097.311-.415.523-.737.521-.29.025-.57-.065-.835-.174a7.976 7.976 0 0 1-.003-.409c.286.246.704.412 1.069.249.249-.104.28-.508.038-.635-.268-.128-.589-.119-.837-.291-.237-.158-.303-.494-.202-.749zM6.54 2.686l1.893-.001v.277h-.791L7.641 5.04h-.314c-.004-.694.011-1.387-.008-2.08-.26.004-.52.002-.779.002v-.276zM8.639 2.686c.375.022.773-.061 1.13.082.361.15.428.634.239.943-.086.143-.234.231-.376.31.273.343.554.68.832 1.02-.139-.011-.29.029-.421-.02-.25-.295-.476-.611-.73-.903-.115-.031-.241-.008-.36-.014-.002.313-.001.625-.001.938h-.313V2.688m.312.264c-.001.296.001.592-.001.887.186-.003.376.014.558-.034.255-.088.329-.422.23-.65-.165-.268-.523-.187-.788-.203zM10.651 2.684l.314.003c.001.521-.006 1.043.003 1.565-.005.218.098.446.308.535.213.061.487.049.64-.13a.816.816 0 0 0 .125-.457c.003-.505 0-1.01.001-1.515l.315.001c-.002.506.005 1.012-.004 1.519-.005.275-.073.584-.319.743-.449.288-1.247.154-1.35-.445-.07-.603-.017-1.213-.033-1.819zM14.699 2.686l.312-.001c.001.361-.001.721.001 1.081.32-.358.641-.716.958-1.078.128-.003.257-.004.386-.003-.322.352-.649.7-.971 1.052.343.434.688.867 1.03 1.303l-.404.001c-.292-.362-.567-.737-.866-1.093l-.132.151c-.002.314 0 .628-.001.941H14.7V2.686zM9.065 6.786c.289-.079.625-.048.863.145.225.178.326.47.347.749.022.309-.014.643-.201.901-.333.469-1.148.456-1.456-.034-.188-.289-.207-.653-.163-.986.046-.341.264-.68.609-.775m.016.259c-.401.236-.4.802-.298 1.201.099.41.655.58.965.295.308-.299.277-.79.169-1.171-.107-.337-.529-.482-.836-.325zM10.309 6.783l.298.002.575 1.726c.211-.571.387-1.154.586-1.729l.281.006c-.239.698-.482 1.393-.717 2.092l-.302.001c-.242-.699-.483-1.397-.721-2.098zM12.275 6.783l1.305.001.001.249-1.03-.001-.001.576h.96v.25c-.32.001-.641-.003-.961.003l.001.772 1.031.001v.247h-1.307c.001-.699-.002-1.398.001-2.097zM13.894 6.784c.369.032.811-.097 1.12.161.356.287.168.895-.244 1.027.249.302.497.604.742.908-.124 0-.248 0-.373-.006-.204-.282-.436-.542-.642-.823-.109-.003-.219-.004-.328-.005l-.001.834h-.276c.001-.699-.002-1.397.001-2.096m.277.24c.001.265-.002.529.004.794.208-.014.45.029.622-.119.14-.157.163-.437.001-.585-.184-.126-.418-.08-.626-.09zM11.029 12.536c.423-.481.838-.968 1.261-1.447l.37.002v1.652l.356-.002c.002.108.004.217.002.325l-.358-.001V14.1h-.388c-.003-.346.007-.691-.005-1.036-.442.003-.883.001-1.325.001.02-.175-.065-.396.088-.529m.237.198c.334.017.668.004 1.001.009.009-.389 0-.779.005-1.168-.347.376-.674.771-1.007 1.159zM8.46 16.263l1.683.001v.249c-.235 0-.469-.001-.704.001l-.001 1.847h-.275l-.001-1.847-.703-.001v-.25zM10.745 16.265c.29-.079.626-.047.865.148.225.179.325.472.346.751.022.308-.015.64-.2.897-.334.469-1.149.456-1.457-.034-.197-.307-.211-.695-.152-1.045.059-.32.275-.626.599-.716m.017.258c-.404.236-.403.806-.299 1.206.101.407.651.574.961.295.313-.3.282-.796.17-1.179-.109-.334-.527-.476-.832-.322zM12.275 16.264l.39-.001c.28.541.55 1.087.83 1.627.031-.541.004-1.084.014-1.625l.259-.002c.002.699 0 1.398.001 2.097h-.314c-.304-.588-.59-1.186-.913-1.764-.018.588-.003 1.176-.008 1.764h-.261c.001-.699-.002-1.398.001-2.096zM14.272 16.432c.316-.287.796-.22 1.16-.067l-.002.339c-.205-.155-.464-.275-.727-.22-.155.023-.317.145-.304.317-.02.162.121.289.267.322.259.085.586.092.757.335.187.283.055.698-.246.842-.341.179-.754.086-1.088-.066a20.3 20.3 0 0 1 .001-.349c.263.202.623.361.949.211.208-.09.253-.421.058-.549-.236-.13-.529-.115-.757-.265-.281-.178-.314-.629-.068-.851zM5.494 19.984c.565-.005 1.129.007 1.693-.001.167.274.332.551.503.824.172-.275.338-.554.513-.826l.295.007c-.218.341-.432.685-.652 1.024.209.361.439.71.653 1.068h-.322c-.164-.281-.337-.558-.506-.836-.176.279-.346.562-.524.84-.551-.02-1.102.005-1.654-.004.001-.699-.002-1.397.001-2.096m1.305.011l.001.237-1.028.001-.001.575h.96v.25c-.32.001-.64-.002-.961.002l.001.773h1.018a.57.57 0 0 0 .053.185l.068-.022c.186-.333.434-.637.593-.98-.183-.325-.404-.629-.575-.961l-.128-.06zM9.052 20.088c.347-.218.793-.149 1.144.024.005.12.006.241.007.361-.16-.13-.336-.259-.549-.277a.607.607 0 0 0-.664.376c-.123.317-.124.697.042 1 .12.217.379.343.624.294.211-.019.388-.14.546-.27l-.002.349c-.328.163-.73.245-1.073.08-.343-.158-.503-.55-.508-.909-.027-.382.094-.813.433-1.028zM10.475 19.984h.275v1.849c.312.001.625-.001.937.001l.002.245c-.405.003-.809 0-1.214.001.001-.699-.002-1.398.001-2.096zM11.887 19.984c.093-.001.186 0 .279.001.002.436-.004.872.002 1.307.005.176.015.386.175.497.208.148.548.118.7-.099.085-.157.079-.341.082-.514 0-.398-.001-.796.001-1.194h.275c-.002.478.008.956-.005 1.434 0 .256-.122.528-.368.632-.314.128-.714.098-.962-.149-.164-.178-.173-.435-.179-.663 0-.418-.001-.836.002-1.254zM13.775 19.984c.384.011.796-.046 1.153.13.666.361.654 1.473-.002 1.838-.354.186-.769.115-1.153.129.001-.699-.002-1.397.001-2.096m.276.239v1.616c.2-.004.406.004.602-.049a.66.66 0 0 0 .462-.547c.038-.28.019-.608-.199-.814-.235-.21-.567-.215-.865-.206zM15.755 19.984h1.304l.001.249h-1.03v.575h.96v.25c-.32.001-.64-.001-.96.001l-.001.773 1.031.001v.247h-1.307c.001-.699-.002-1.398.001-2.096zM17.375 19.984c.385.011.797-.046 1.154.131.664.36.652 1.468.001 1.834-.355.188-.772.118-1.157.131 0-.699-.002-1.398.001-2.096m.276.24v1.616c.294-.008.638.023.866-.203.263-.266.264-.711.124-1.038-.181-.359-.636-.395-.991-.376zM3.189 22.936c.173.014-.082.176 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M8.567.556c2.807-.827 5.92-.596 8.56.674a12.02 12.02 0 0 1 5.396 5.167c1.399 2.588 1.77 5.704 1.048 8.554a11.977 11.977 0 0 1-4.25 6.514c-1.939 1.534-4.366 2.404-6.829 2.536h-1.049c-2.929-.146-5.797-1.375-7.874-3.452C1.39 18.424.095 15.442.001 12.401v-.676C.061 9.768.585 7.82 1.563 6.12 3.068 3.458 5.627 1.409 8.567.557m2.166 2.647a8.932 8.932 0 0 0-6.08 3.736 8.897 8.897 0 0 0-1.571 5.77 8.89 8.89 0 0 0 2.585 5.617 8.909 8.909 0 0 0 5.734 2.599 8.872 8.872 0 0 0 5.441-1.44 8.923 8.923 0 0 0 3.806-5.446 8.936 8.936 0 0 0-.455-5.44 8.952 8.952 0 0 0-3.532-4.144c-1.748-1.098-3.887-1.532-5.928-1.253z"/><path fill="#fff" d="M10.733 3.204c2.041-.28 4.18.155 5.928 1.253a8.958 8.958 0 0 1 3.532 4.144 8.934 8.934 0 0 1 .455 5.44 8.933 8.933 0 0 1-3.806 5.446 8.87 8.87 0 0 1-5.441 1.44 8.91 8.91 0 0 1-5.734-2.599 8.89 8.89 0 0 1-2.585-5.617 8.887 8.887 0 0 1 1.571-5.77 8.935 8.935 0 0 1 6.08-3.736M5.556 6.994c-.203.215-.175.529-.182.8.007 1.524 0 3.048.004 4.572.007.142-.01.403.196.407.635.032 1.272 0 1.908.012.085-.325.173-.673.432-.908.528-.528 1.489-.504 1.988.055.224.228.306.545.389.845h4.012c.098-.649.61-1.238 1.292-1.268.761-.085 1.427.539 1.517 1.276.518-.011 1.04.028 1.558-.018.199-.15.094-.432.124-.642-.046-.786.109-1.6-.145-2.362-.252-.823-.504-1.646-.751-2.471.1-.142.271-.308.139-.488-.325-.06-.658-.031-.986-.036-3.565.001-7.13.004-10.696-.001-.275.006-.605-.007-.797.228m3.024 4.965c-.694.198-.919 1.186-.364 1.655.52.54 1.517.186 1.627-.539.163-.694-.595-1.36-1.264-1.116m6.834 0c-.694.199-.919 1.189-.361 1.656.517.535 1.505.188 1.622-.529.173-.696-.589-1.373-1.261-1.127m-6.912 2.544v.576h1.65c-.418 1.373-.834 2.747-1.25 4.12h.71c.366-1.259.728-2.519 1.099-3.775.094-.298.076-.613.08-.92h-2.29m5.67 1.111l-.001.624-.358.001-.053.455.41.001c.006.599-.011 1.199.005 1.798-.006.31.149.658.47.744.271.056.546-.029.81-.085l-.119-.406c-.194-.018-.528.154-.564-.152-.052-.631-.007-1.266-.022-1.898l.616-.001-.002-.456h-.612l-.001-.624h-.58m-2.189.351v1.638c.312.028.782-.209.944.181.078.3.114.671-.094.929-.23.218-.562.064-.829.014-.043.119-.089.236-.134.354.364.119.784.241 1.142.038.523-.323.563-1.097.302-1.601-.166-.326-.554-.348-.875-.347l.001-.832h.917v-.376h-1.375m-.947 2.738c-.192.145-.066.39.012.56-.062.199-.13.396-.191.595.437.032.505-.482.661-.786.152-.292-.247-.581-.482-.37z"/><path fill="#fff" d="M6.029 7.118c.469.011.996-.119 1.43.088.074.746.055 1.512.011 2.261l-.142.12c-.478.037-.96.04-1.438 0-.191-.073-.156-.3-.168-.461.005-.564-.014-1.128.012-1.691-.014-.167.136-.308.294-.317zM8.062 7.128a8.56 8.56 0 0 1 1.368.007c.241.064.157.365.182.548-.017.59.031 1.184-.029 1.774l-.126.126c-.511.001-1.102.134-1.568-.079-.13-.59-.022-1.222-.059-1.826.016-.191-.055-.541.232-.55zM10.124 7.128a8.14 8.14 0 0 1 1.37-.006c.162.001.234.186.218.324.008.6.007 1.201.002 1.801-.002.13-.02.338-.197.342-.47.035-.948.038-1.418-.007l-.127-.127c-.036-.744-.056-1.499.006-2.242l.145-.085zM12.275 7.124c.492.005 1.066-.136 1.511.091.109.584.02 1.193.053 1.787-.028.196.066.484-.169.578-.5.02-1.021.068-1.513-.029-.229-.491-.04-1.097-.102-1.631.044-.254-.13-.721.221-.797zM14.425 7.124c.454-.02.912-.038 1.363.016l.125.104c.085.58.016 1.172.04 1.758-.018.199.061.56-.232.588-.47.032-.948.038-1.418-.01-.193-.127-.125-.38-.145-.575.008-.528-.011-1.056.01-1.583-.017-.154.095-.31.258-.299zM16.492 7.13c.354-.01.896-.149 1.079.258.197.508.325 1.04.497 1.558.053.212.211.524-.068.646-.516.03-1.038.035-1.554-.005l-.133-.112c-.062-.595-.012-1.198-.03-1.796.013-.186-.049-.509.21-.548z"/><path fill="#231f20" d="M5.556 6.994c.192-.235.522-.222.797-.228 3.565.005 7.13.002 10.696.001.329.005.661-.024.986.036.132.18-.04.347-.139.488.247.824.499 1.648.751 2.471.254.762.1 1.576.145 2.362-.03.21.076.492-.124.642-.517.046-1.039.007-1.558.018-.09-.737-.756-1.361-1.517-1.276-.683.03-1.194.619-1.292 1.268h-4.012c-.083-.3-.164-.617-.389-.845-.499-.559-1.46-.583-1.988-.055-.259.235-.347.583-.432.908-.636-.012-1.273.02-1.908-.012-.205-.004-.188-.265-.196-.407-.004-1.524.004-3.048-.004-4.572.007-.271-.02-.586.182-.8m.475.125c-.158.008-.308.15-.294.317-.026.563-.007 1.127-.012 1.691.012.161-.023.388.168.461.478.04.96.037 1.438 0l.142-.12c.044-.749.064-1.514-.011-2.261-.434-.206-.961-.077-1.43-.088m2.032.01c-.287.008-.216.359-.232.55.037.605-.071 1.236.059 1.826.467.214 1.057.08 1.568.079l.126-.126c.06-.589.012-1.183.029-1.774-.025-.184.059-.485-.182-.548a8.56 8.56 0 0 0-1.368-.007m2.062 0l-.145.085c-.062.743-.042 1.498-.006 2.242l.127.127c.47.046.948.042 1.418.007.176-.004.194-.212.197-.342.005-.6.006-1.201-.002-1.801.016-.138-.056-.323-.218-.324a8.139 8.139 0 0 0-1.37.006m2.15-.004c-.35.076-.176.542-.221.797.062.534-.127 1.14.102 1.631.492.097 1.013.049 1.513.029.235-.095.142-.383.169-.578-.032-.594.056-1.202-.053-1.787-.445-.227-1.019-.086-1.511-.091m2.151-.001c-.163-.011-.275.145-.258.299-.02.527-.001 1.055-.01 1.583.02.194-.048.448.145.575.47.048.948.042 1.418.01.293-.028.214-.389.232-.588-.024-.586.046-1.178-.04-1.758l-.125-.104c-.451-.054-.91-.036-1.363-.016m2.068.005c-.259.04-.197.362-.21.548.018.599-.032 1.201.03 1.796l.133.112c.516.04 1.038.035 1.554.005.28-.121.121-.433.068-.646-.172-.517-.3-1.05-.497-1.558-.182-.407-.725-.268-1.079-.258z"/><path fill="#231f20" d="M8.582 11.96c.668-.244 1.427.422 1.264 1.116-.11.725-1.108 1.079-1.627.539-.556-.469-.33-1.457.364-1.655zM15.415 11.96c.672-.246 1.434.431 1.261 1.127-.118.718-1.105 1.064-1.622.529-.558-.467-.332-1.457.361-1.656zM8.503 14.504h2.29c-.005.307.013.623-.08.92-.371 1.256-.733 2.516-1.099 3.775h-.71l1.25-4.12h-1.65v-.576zM14.172 15.616h.58l.001.624h.612l.002.456-.616.001c.014.632-.03 1.267.022 1.898.036.306.37.134.564.152l.119.406c-.264.056-.539.142-.81.085-.322-.086-.476-.434-.47-.744-.016-.599.001-1.199-.005-1.798l-.41-.001.053-.455.358-.001.001-.624zM11.982 15.968h1.375v.376h-.917l-.001.832c.32-.001.709.02.875.347.26.504.221 1.278-.302 1.601-.359.203-.779.08-1.142-.038.046-.118.091-.235.134-.354.268.049.599.204.829-.014.208-.258.172-.629.094-.929-.162-.39-.632-.154-.944-.181V15.97zM11.034 18.704c.235-.211.635.078.482.37-.156.304-.224.818-.661.786.061-.199.128-.396.191-.595-.078-.17-.204-.415-.012-.56z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M11.251 0h1.452c2.622.184 5.189 1.202 7.164 2.947 2.456 2.108 3.946 5.242 4.133 8.464v1.093c-.15 2.717-1.196 5.386-3.016 7.418-2.118 2.431-5.248 3.91-8.462 4.078h-1.018c-2.578-.134-5.11-1.079-7.103-2.726-2.598-2.096-4.218-5.323-4.402-8.653v-1.048C.1 8.2 1.72 4.918 4.321 2.772 6.258 1.135 8.729.19 11.25 0m-.628 3.209C7.7 3.631 5.094 5.641 3.889 8.328a8.907 8.907 0 0 0-.206 6.828 8.93 8.93 0 0 0 3.569 4.351 8.818 8.818 0 0 0 5.486 1.349 8.857 8.857 0 0 0 4.973-2.063 8.899 8.899 0 0 0 2.93-4.736 8.885 8.885 0 0 0-.659-5.968 8.968 8.968 0 0 0-3.829-3.955 8.887 8.887 0 0 0-5.531-.925z"/><path fill="#fff" d="M10.622 3.209a8.887 8.887 0 0 1 5.531.925 8.968 8.968 0 0 1 3.829 3.955 8.885 8.885 0 0 1 .659 5.968 8.895 8.895 0 0 1-2.93 4.736 8.87 8.87 0 0 1-4.973 2.063 8.816 8.816 0 0 1-5.486-1.349 8.94 8.94 0 0 1-3.569-4.351 8.911 8.911 0 0 1 .206-6.828C5.094 5.641 7.7 3.631 10.622 3.209m4.905 2.81l.001.793-.443.006-.001.5.444.002c.002.482-.005.966 0 1.45.006.181.002.388.134.532.319.293.793.191 1.174.102l-.059-.5c-.203.005-.404 0-.605-.019-.041-.521-.017-1.043-.023-1.565h.685l-.001-.503a78.497 78.497 0 0 1-.685-.005c.002-.33.002-.661.001-.992l-.623.199m-7.318.041c-.322.138-.52.439-.714.715l.578.343c.145-.224.288-.496.57-.564.389-.122.832.373.565.724-.428.624-1.102 1.02-1.646 1.532v.646h2.453c.001-.214.002-.428.005-.643-.502-.01-1.003-.004-1.505-.005.384-.355.83-.648 1.166-1.052.343-.406.374-1.066-.005-1.458-.361-.407-.992-.443-1.468-.238m3.467-.03c-.476.19-.719.707-.803 1.184-.09.574-.077 1.205.223 1.718.449.81 1.804.769 2.243-.029.271-.476.29-1.05.226-1.58-.065-.446-.236-.924-.631-1.181a1.465 1.465 0 0 0-1.258-.113M7.1 11.492c-.002 1.253-.007 2.507.004 3.76 1.92.022 3.84.014 5.761.004.01-1.259.016-2.518-.004-3.776-1.92-.017-3.842-.043-5.761.013m6.346-.015c-.019 1.26-.017 2.52-.001 3.78 2.033.007 4.067.017 6.1-.005.011-1.254.006-2.508.002-3.762-2.032-.054-4.068-.028-6.101-.013M4.951 12.64c-.158.457-.276.932-.376 1.406-.019.677-.02 1.357-.001 2.034-.001.226.269.205.421.242.058-.314.158-.647.432-.841.395-.307.924-.19 1.386-.228.005-.887.01-1.772-.002-2.659-.613-.011-1.27-.106-1.86.046m.867 2.905c-.509.143-.755.834-.401 1.244.336.473 1.144.374 1.354-.167.284-.576-.347-1.298-.953-1.078m1.284-.009c-.004.253-.004.505-.001.757.569.006 1.136.004 1.705.002.002-.253.002-.506.001-.76a40.38 40.38 0 0 0-1.705 0m2.443.022c-.56.163-.719.965-.272 1.336.425.424 1.243.154 1.312-.449.139-.574-.498-1.11-1.039-.887m1.799.004c-.599.194-.676 1.109-.137 1.418.442.308 1.104-.008 1.166-.535.139-.566-.49-1.118-1.03-.883m3.115-.016c-.539.156-.754.914-.34 1.309.384.444 1.187.24 1.333-.32.197-.571-.425-1.188-.994-.989m3.586-.002c-.589.148-.761.99-.289 1.364.431.409 1.22.114 1.297-.467.13-.556-.476-1.078-1.008-.898z"/><path fill="#fff" d="M12.031 6.619a.67.67 0 0 1 .738.322c.203.371.203.817.149 1.225-.05.306-.184.652-.493.776a.585.585 0 0 1-.743-.23c-.208-.344-.23-.766-.205-1.157.03-.367.178-.798.554-.936zM5.206 12.917c.354-.006.709-.006 1.063-.004.008.389.008.776-.001 1.164a52.45 52.45 0 0 1-1.374-.002c.095-.389.203-.774.312-1.158z"/><path d="M15.527 6.019l.623-.199c.001.331.001.662-.001.992l.685.005.001.503h-.685c.006.522-.018 1.044.023 1.565.2.019.402.024.605.019.019.167.038.334.059.5-.38.089-.854.191-1.174-.102-.132-.144-.128-.35-.134-.532-.005-.484.002-.967 0-1.45l-.444-.002.001-.5.443-.006-.001-.793zM8.208 6.06c.475-.205 1.106-.169 1.468.238.379.392.348 1.052.005 1.458-.336.404-.782.697-1.166 1.052.502.001 1.003-.005 1.505.005l-.005.643H7.562V8.81c.545-.512 1.218-.908 1.646-1.532.266-.35-.176-.846-.565-.724-.282.068-.425.34-.57.564l-.578-.343c.194-.276.392-.577.714-.715zM11.674 6.03a1.465 1.465 0 0 1 1.258.113c.395.257.566.734.631 1.181.065.53.046 1.104-.226 1.58-.439.798-1.794.839-2.243.029-.3-.514-.313-1.145-.223-1.718.084-.478.326-.995.803-1.184m.357.588c-.377.138-.524.569-.554.936-.025.391-.002.812.205 1.157.144.25.482.359.743.23.31-.125.443-.47.493-.776.054-.408.054-.854-.149-1.225a.672.672 0 0 0-.738-.322zM7.1 11.492c1.919-.056 3.841-.03 5.761-.013.019 1.259.013 2.518.004 3.776-1.921.011-3.841.018-5.761-.004-.011-1.253-.006-2.507-.004-3.76zM13.446 11.478c2.033-.014 4.069-.041 6.101.013.004 1.254.008 2.508-.002 3.762-2.033.022-4.067.012-6.1.005-.016-1.26-.018-2.52.001-3.78zM4.951 12.64c.59-.151 1.247-.056 1.86-.046.012.887.007 1.772.002 2.659-.462.038-.991-.079-1.386.228-.274.194-.374.527-.432.841-.152-.037-.422-.017-.421-.242a36.298 36.298 0 0 1 .001-2.034c.1-.474.217-.949.376-1.406m.255.277c-.109.384-.217.769-.312 1.158.458.008.917.006 1.374.002.01-.388.01-.775.001-1.164a47.085 47.085 0 0 0-1.063.004z"/><path d="M5.818 15.545c.606-.221 1.237.502.953 1.078-.21.541-1.018.64-1.354.167-.354-.41-.108-1.102.401-1.244zM7.102 15.535a40.38 40.38 0 0 1 1.705 0c.001.253.001.506-.001.76-.569.001-1.136.004-1.705-.002-.002-.252-.002-.504.001-.757zM9.545 15.556c.541-.223 1.178.313 1.039.887-.068.602-.887.872-1.312.449-.446-.371-.288-1.172.272-1.336zM11.345 15.56c.54-.235 1.169.317 1.03.883-.062.527-.725.844-1.166.535-.539-.31-.462-1.224.137-1.418zM14.459 15.544c.569-.199 1.19.418.994.989-.146.56-.949.764-1.333.32-.414-.395-.199-1.153.34-1.309zM18.044 15.542c.532-.18 1.138.342 1.008.898-.077.581-.866.876-1.297.467-.472-.374-.3-1.217.289-1.364z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M5.436 1.954C8.101.183 11.502-.414 14.618.291c2.573.552 4.926 2.014 6.606 4.033C22.9 6.321 23.866 8.876 24 11.476v1.002c-.131 2.898-1.32 5.74-3.344 7.824-2.101 2.207-5.062 3.542-8.101 3.698h-1.09c-3.019-.15-5.965-1.46-8.064-3.638C1.355 18.286.147 15.441 0 12.536v-1.028c.148-3.814 2.221-7.49 5.436-9.553m5.196.542c-2.872.388-5.5 2.176-6.94 4.685a9.64 9.64 0 0 0-.955 7.339 9.58 9.58 0 0 0 3.443 5.106 9.505 9.505 0 0 0 5.098 1.943 9.542 9.542 0 0 0 6.269-1.742 9.6 9.6 0 0 0 3.482-11.091c-.85-2.383-2.689-4.397-4.992-5.446-1.672-.791-3.577-1.045-5.405-.793z"/><path fill="#fff" d="M10.632 2.497c1.828-.252 3.733.002 5.405.793 2.303 1.049 4.142 3.062 4.992 5.446a9.6 9.6 0 0 1-3.482 11.091 9.542 9.542 0 0 1-6.269 1.742 9.505 9.505 0 0 1-5.098-1.943 9.585 9.585 0 0 1-3.443-5.106 9.64 9.64 0 0 1 .955-7.339c1.44-2.509 4.068-4.297 6.94-4.685M5.108 7.104c-.006 1.91-.032 3.824.014 5.734.533 0 1.067.014 1.6-.011.032-.497.01-.994.018-1.49.408-.107.145-.634.217-.94 1.44.064 2.881.114 4.32.191.364.055.019.625.373.706.233.022.468.022.701 0 .349-.086.006-.652.37-.706 1.44-.077 2.881-.127 4.321-.19.072.305-.191.832.218.938.005.496-.012.992.013 1.487.534.031 1.068.012 1.603.014.048-1.91.019-3.824.014-5.736l-.061-.059a16.93 16.93 0 0 0-1.561.007c-.014.499-.007 1-.007 1.499-.055.019-.163.058-.218.076-.002.287-.002.572-.002.858-1.39-.062-2.78-.107-4.169-.185-.318-.104 0-.616-.319-.707a4.979 4.979 0 0 0-1.105 0c-.235.053-.127.364-.178.533-.002.184-.215.188-.346.192-1.322.052-2.644.115-3.966.167 0-.286-.001-.571-.004-.857l-.217-.077c0-.499.007-1-.007-1.499a16.36 16.36 0 0 0-1.566-.007l-.056.061m2.723 10.081l.001 1.063 3.137.001v1.19l1.198.001-.001-1.192.716-.001v-1.094l-.716-.001.001-3.712H10.65a515.556 515.556 0 0 0-2.819 3.744m5.95-2.271l-.001 1.08h-.493v.64h.493c.029.773-.058 1.554.052 2.321.175.553.862.539 1.32.401-.025-.227-.05-.452-.071-.679-.229.08-.475.073-.667-.086-.006-.653-.005-1.304-.004-1.956l.74-.001v-.638l-.74-.001c-.001-.45.001-.9-.004-1.35l-.625.271z"/><path fill="#fff" d="M9.17 17.15c.595-.812 1.196-1.621 1.799-2.428v2.429c-.6 0-1.199.002-1.799-.001z"/><path d="M5.108 7.104l.056-.061c.521-.022 1.044-.02 1.566.007.014.499.007 1 .007 1.499l.217.077c.002.286.004.571.004.857 1.322-.052 2.644-.115 3.966-.167.131-.004.343-.008.346-.192.05-.169-.058-.48.178-.533a4.979 4.979 0 0 1 1.105 0c.319.091.001.602.319.707 1.388.078 2.779.122 4.169.185 0-.286 0-.571.002-.858.055-.018.163-.056.218-.076 0-.499-.007-1 .007-1.499.52-.026 1.042-.029 1.561-.007l.061.059c.005 1.912.034 3.826-.014 5.736-.535-.002-1.069.017-1.603-.014-.025-.494-.008-.991-.013-1.487-.409-.107-.146-.634-.218-.938-1.44.062-2.881.113-4.321.19-.364.054-.02.619-.37.706a3.731 3.731 0 0 1-.701 0c-.354-.08-.01-.65-.373-.706-1.439-.077-2.88-.127-4.32-.191-.072.306.191.833-.217.94-.008.497.014.994-.018 1.49-.533.025-1.067.011-1.6.011-.047-1.909-.02-3.823-.014-5.734zM7.831 17.184c.932-1.253 1.874-2.5 2.819-3.744h1.517l-.001 3.712.716.001v1.094l-.716.001.001 1.192-1.198-.001v-1.19l-3.137-.001-.001-1.063m1.339-.035c.6.004 1.199.001 1.799.001v-2.429c-.602.806-1.204 1.615-1.799 2.428zM13.781 14.912l.625-.271c.005.45.002.9.004 1.35l.74.001v.638l-.74.001c-.001.652-.002 1.303.004 1.956.192.16.438.167.667.086.02.227.046.452.071.679-.458.138-1.145.152-1.32-.401-.109-.767-.023-1.548-.052-2.321h-.493v-.64h.493l.001-1.08z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit-per-axle--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M23.586 12c0 6.399-5.187 11.586-11.586 11.586S.414 18.399.414 12 5.601.414 12 .414 23.586 5.601 23.586 12z"/><path fill="none" stroke="#c00" stroke-width="3.103" d="M21.6 12c0 5.302-4.298 9.6-9.6 9.6S2.4 17.302 2.4 12 6.698 2.4 12 2.4s9.6 4.298 9.6 9.6z"/><path d="M9.891 6.579c0 .225.071.396.212.512s.299.174.474.174.333-.058.474-.174.212-.287.212-.512c0-.223-.071-.393-.212-.51a.724.724 0 0 0-.948 0c-.141.117-.212.287-.212.51zM9.12 8.637c0-.466.188-.825.564-1.076-.142-.127-.258-.267-.346-.422s-.133-.336-.133-.546c0-.385.132-.712.395-.981s.589-.404.976-.404.713.135.976.404.395.596.395.981c0 .21-.045.392-.135.546s-.203.295-.341.422c.374.254.561.612.561 1.076 0 .424-.144.769-.431 1.035s-.629.399-1.025.399c-.398 0-.74-.133-1.027-.399s-.43-.611-.43-1.035zm.686-.007c0 .219.077.4.231.543s.334.215.54.215c.203 0 .383-.072.54-.215s.235-.324.235-.543c0-.219-.078-.4-.235-.545s-.336-.217-.54-.217c-.206 0-.386.072-.54.217s-.231.326-.231.545zM13.218 5.552l-.003 1.045-.344.003v.599h.345l.003 2.208c0 .291.426.686.631.686h.532l-.006-.675-.268.003c-.081 0-.17-.059-.17-.134V7.201l.439-.003v-.599h-.443l.003-1.046-.718-.001zM11.699 10.696v1.517l-.987-.97v.8l1.268 1.239 1.272-1.237v-.8l-.987.97v-1.517l-.567-.002zM6.323 12.951h1.336l.161.244.005 3.428-.251.244-1.206.015-.207-.208.01-3.554.151-.169z"/><path d="M8.271 12.975l-.152.168-.01 3.554.208.208 1.205-.015.251-.244-.001-1.123.137-.145.951-.004.001.044.133-.003c.004.095.532.579 1.018.579v-.003c.486-.001 1.011-.483 1.015-.578l.133.003.003-.046.951.006.131.137-.003 1.182.207.208 1.205-.015.251-.244-.006-3.429-.161-.244h-1.335l-.152.168-.003 1.123-.191.196-.897-.003.001-.046-.145-.001c0-.137-.52-.57-1.007-.57v.001c-.487.001-1.006.435-1.006.572h-.145v.047l-.897.001-.195-.201-.001-1.044-.161-.244H8.269zM16.337 12.946h1.336l.161.244.005 3.428-.251.244-1.206.015-.207-.208.01-3.554.151-.169z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit-per-tandem-axle--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M3.392 3.714C5.004 1.944 7.182.731 9.521.243c1.335-.18 2.687-.082 4.027-.021 1.624.076 3.159.714 4.563 1.495 1.682.995 3.038 2.471 4.107 4.09 1.479 2.208 1.822 4.969 1.664 7.567-.561 5.249-4.918 9.867-10.159 10.626h-3.255c-.174-.227-.588-.382-.76-.068-2.954-.591-5.647-2.366-7.432-4.785C1.102 17.589.395 15.737 0 13.84v-3.471C.495 7.9 1.538 5.472 3.392 3.715m7.134-.44c-.744.176-1.477.406-2.191.678-1.994.912-3.616 2.561-4.531 4.549-.366 1.161-.804 2.339-.707 3.579-.089 1.297.374 2.527.773 3.735.792 1.535 1.994 2.845 3.415 3.822.612.345 1.261.623 1.912.891 1.174.461 2.46.345 3.692.34.905.006 1.778-.274 2.58-.675 1.686-.662 3.102-1.941 4.02-3.492.585-1.082 1.239-2.215 1.219-3.484 0-1.53.197-3.165-.561-4.568-1.037-2.421-3.162-4.415-5.728-5.09-1.242-.433-2.605-.561-3.895-.285z"/><path fill="#fefefe" d="M10.526 3.275c1.29-.275 2.653-.148 3.895.285 2.566.675 4.69 2.669 5.728 5.09.757 1.403.561 3.038.561 4.568.019 1.269-.635 2.402-1.219 3.484-.918 1.551-2.334 2.83-4.02 3.492-.802.401-1.675.681-2.58.675-1.232.005-2.518.121-3.692-.34-.651-.267-1.3-.546-1.912-.891-1.421-.978-2.622-2.287-3.415-3.822-.399-1.208-.862-2.439-.773-3.735-.097-1.24.341-2.418.707-3.579.915-1.988 2.537-3.637 4.531-4.549a17.238 17.238 0 0 1 2.191-.678M8.571 7.29c-.031.391.369.673.333 1.073.008.902-.005 1.804-.002 2.708l.664-.016c-.016-1.472-.005-2.943-.005-4.415-.469-.076-.77.295-.991.651m2.594-.66c-.356.174-.757.391-.912.778-.095.859-.081 1.725-.043 2.587-.023.404.285.714.556.971.361.37.936.225 1.395.201.504-.353.881-.92.937-1.54.082-.821.1-1.709-.312-2.452-.383-.449-1.032-.815-1.62-.546m2.732 1.441c.089.322.319.602.321.947.027.673-.077 1.369.168 2.015.279.003.557.005.838.006.005-.217.011-.433.019-.651l-.528-.145a83.62 83.62 0 0 0-.002-1.735c.187-.081.369-.171.546-.269.079-.388-.232-.441-.533-.478a27.908 27.908 0 0 0-.035-1.041c-.464.308-.599.863-.792 1.35m-5.367 3.646c.079.19.021.501.251.596.968.414 1.812 1.184 2.928 1.134l-.01.533H8.365c-.42.485-.889.923-1.322 1.397.259.005.517.019.776.002.324-.243.514-.705.913-.815 2.166.002 4.336-.013 6.503.006.284.246.519.54.773.815h.743c-.343-.541-.773-1.028-1.314-1.376-1.074-.072-2.154-.006-3.231-.031a87.467 87.467 0 0 0-.047-.509c1.1-.016 1.984-.697 2.941-1.14.25-.09.345-.322.229-.562-.271-.077-.556-.056-.833-.061-1.988.013-3.977-.008-5.965.011m.748 3.209c-.495.377-1.065 1.118-.625 1.732.264.504.72.952 1.324.962.894.142 1.688-.68 1.827-1.506a2.118 2.118 0 0 0-1.036-1.316c-.488-.129-1.047-.143-1.49.129m4.137-.094a3.004 3.004 0 0 0-.92.879c-.353 1.145 1.026 2.266 2.094 1.825.812-.213 1.411-1.348.847-2.068-.346-.725-1.329-.928-2.021-.636z"/><path fill="#fefefe" d="M11.196 7.285c.34.029.836-.076.939.366.085.904.048 1.819-.005 2.724-.321.029-.643.043-.965.047a7.005 7.005 0 0 1 .031-3.136z"/><path fill="#232021" d="M8.571 7.29c.221-.356.522-.726.991-.651 0 1.472-.011 2.943.005 4.415l-.664.016c-.003-.904.01-1.806.002-2.708.035-.399-.364-.681-.333-1.073zM11.164 6.631c.588-.269 1.237.097 1.62.546.412.743.395 1.63.312 2.452-.056.62-.433 1.187-.937 1.54-.459.024-1.034.169-1.395-.201-.271-.258-.578-.567-.556-.971-.037-.862-.052-1.728.043-2.587.155-.387.556-.604.912-.778m.033.653a7.02 7.02 0 0 0-.031 3.136c.322-.003.644-.018.965-.047.053-.905.09-1.82.005-2.724-.103-.441-.599-.337-.939-.366zM13.897 8.071c.193-.486.329-1.042.792-1.35.019.346.029.694.035 1.041.301.037.612.09.533.478a6.282 6.282 0 0 1-.546.269c.006.578.006 1.156.002 1.735l.528.145c-.008.217-.015.433-.019.651-.28-.002-.559-.003-.838-.006-.245-.646-.14-1.342-.168-2.015-.002-.345-.232-.625-.321-.947zM8.532 11.716c1.988-.019 3.977.002 5.965-.011.277.005.562-.016.833.061.116.24.021.472-.229.562-.957.443-1.841 1.124-2.941 1.14l.047.509c1.078.024 2.157-.042 3.231.031.541.348.971.834 1.314 1.376h-.743c-.255-.275-.49-.569-.773-.815-2.166-.019-4.336-.005-6.503-.006-.399.11-.59.572-.913.815-.259.018-.517.003-.776-.002.433-.474.902-.912 1.322-1.396h3.336l.01-.533c-1.116.05-1.96-.72-2.928-1.134-.23-.095-.172-.406-.251-.596z"/><path fill="#232021" d="M9.279 14.925c.443-.272 1.002-.258 1.49-.129.498.269.9.764 1.036 1.316-.139.826-.933 1.648-1.827 1.506-.604-.01-1.06-.457-1.324-.962-.44-.614.13-1.355.625-1.732zM13.416 14.832c.693-.292 1.675-.089 2.021.636.564.72-.035 1.856-.847 2.068-1.068.441-2.447-.68-2.094-1.825.238-.353.554-.657.92-.879zM9.708 23.932c.172-.314.586-.159.76.068H9.8l-.092-.068z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit-with-trucks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M.571 0h.991c-.417.303-.84.734-.8 1.293.003 7.093.001 14.184.001 21.277-.03.611.409 1.197.999 1.356L4.183 24H.57V0zM22.424 0h1.004v24h-2.75l1.303-.063c.703.003 1.26-.687 1.227-1.367V1.281c.056-.567-.399-.95-.784-1.281z"/><path fill="#040404" d="M1.894.187c.27-.04.546-.027.819-.03 6.383.01 12.766-.006 19.15.009.594-.021 1.126.523 1.089 1.116v21.287c.043.594-.481 1.156-1.081 1.127-6.581.003-13.163.001-19.744 0-.4.019-.794-.206-.983-.559-.199-.347-.114-.759-.131-1.137.004-6.907.003-13.814.001-20.721C.985.763 1.387.27 1.895.188m-.298.842c.019 7.266.02 14.531 0 21.796.167.123.32.314.55.284 6.526.009 13.051.001 19.577.004.261.04.467-.117.65-.279-.017-7.271-.014-14.544-.001-21.816-.187-.15-.393-.307-.65-.276C15.434.739 9.146.746 2.856.74c-.434.007-.94-.087-1.259.289z"/><path fill="#040404" d="M17.297 2.41l.564-.001v3.146l-.563-.001-.001-1.371h-1.409v1.373l-.564-.001V2.412l.564-.001.001 1.209h1.406l.001-1.207zM3.731 2.41l.587-.001c.114.676.23 1.351.339 2.029.159-.676.31-1.353.467-2.029l.561.001c.161.676.321 1.35.486 2.024L6.49 2.41l.574-.001c-.186 1.049-.374 2.097-.561 3.146l-.6-.001c-.16-.729-.38-1.446-.499-2.183-.141.733-.336 1.454-.499 2.183-.2.001-.4.001-.599.003-.194-1.049-.383-2.097-.576-3.146zM7.647 2.41h2.296l.001.563H8.225l-.003.579.937.001v.583l-.936.001-.001.853h1.777l-.001.564h-2.35L7.647 2.41zM10.681 2.409l.564.001v3.143l-.563.001-.001-3.146zM12.584 2.594c.636-.491 1.586-.171 1.913.53a40.83 40.83 0 0 1-.551.203c-.19-.171-.366-.439-.659-.404-.53.017-.736.636-.716 1.081-.017.44.177 1.053.716 1.041.331.034.537-.251.714-.481l-.553-.014v-.56h1.119c-.016.397-.001.84-.279 1.159-.491.647-1.636.611-2.026-.124-.406-.751-.373-1.857.321-2.43zM18.444 2.409l2.364.001-.001.553-.903.001-.001 2.59h-.553l-.001-2.59-.903-.001-.001-.554zM6.253 7.599h.564v2.659h1.786v.486h-2.35V7.6zM9.131 7.599h.564v3.144h-.564V7.599zM10.499 7.597c.184.001.37.003.554.006.301.616.607 1.23.909 1.847.317-.614.619-1.236.931-1.853l.549.001.001 3.144h-.553l-.001-1.911c-.311.636-.614 1.276-.924 1.913-.306-.639-.607-1.279-.913-1.917l-.001 1.916-.551.001c-.003-1.05-.001-2.099 0-3.147zM14.259 7.599h.563l.001 3.144h-.564V7.599zM15.339 7.599h2.36l.001.554h-.904c-.003.864.003 1.729-.004 2.593l-.549-.004V8.153h-.904v-.554zM17.063 13.063c.421-.523 1.35-.379 1.599.243.156.304.009.627-.131.903.709.626.11 1.859-.799 1.781-.871-.01-1.369-1.183-.699-1.781-.214-.347-.28-.83.03-1.146m.597.198c-.169.021-.266.169-.326.311.006.506.891.504.893-.003a.467.467 0 0 0-.567-.309m-.304 1.38c-.25.207-.124.604.127.751.33.236.809-.014.877-.397.014-.494-.691-.701-1.004-.354zM19.479 12.79h1.943v.44h-.727v2.704h-.499l-.001-2.704-.716-.001v-.439zM5.627 13.224l.001-.426h4.281v2.479c-.211 0-.42.001-.63.004-.057.299-.209.669-.571.661-.374.03-.554-.354-.607-.663-.707 0-1.414-.007-2.121-.001a.704.704 0 0 0-.437.126c-.277.181-.446.624-.84.53-.221-.05-.297-.281-.406-.45a50.248 50.248 0 0 1-.776-.023c.481-.239.246-.81.299-1.231.189-.013.377-.023.566-.029.106-.301.104-.671.333-.913.287-.111.607-.044.909-.064zM4.789 17.981h7.167v2.459a49.42 49.42 0 0 1-.77-.009c-.05.313-.219.713-.603.679-.351-.021-.466-.387-.519-.674-1.054.006-2.109.001-3.161.003-.134-.156-.269-.31-.403-.464l-1.71-.001-.001-1.991zM15.226 18.559c-.043-.483.466-.561.824-.621.009 1.059.003 2.119.004 3.179h-.509c.001-.844-.004-1.69.003-2.534l-.323-.023zM16.693 18.756c.174-.546.716-.946 1.303-.81.669.04 1.14.891.69 1.437-.431.443-1.13.596-1.384 1.219.521.01 1.043.006 1.563.006v.509c-.721-.001-1.443.007-2.164-.007.067-.431.176-.879.477-1.211.289-.359.729-.524 1.084-.797.296-.286-.087-.673-.409-.661-.311-.057-.536.179-.671.424l-.489-.107zM19.493 17.971h1.941l-.001.45h-.724c0 .899.001 1.796-.001 2.694h-.499v-2.693c-.239-.001-.477-.003-.716-.003v-.449z"/><path fill="#040404" d="M3.453 18.697c.356-.159.766-.066 1.144-.091v1.613c.566.014 1.134-.037 1.696.024l.29.241c-.191.011-.383.021-.574.03-.061.286-.219.669-.581.609-.323-.021-.409-.367-.48-.621a35.43 35.43 0 0 1-.564.004c-.241.19-.423.463-.693.609-.291.101-.454-.191-.576-.396a8.692 8.692 0 0 1-.68-.081c.439-.189.216-.723.269-1.096.166-.01.331-.019.497-.027.074-.276.124-.56.253-.817z"/><path fill="#fff" d="M1.563 0h20.861c.386.331.84.714.784 1.281V22.57c.033.68-.524 1.37-1.227 1.367L20.678 24H4.184l-2.421-.074c-.59-.159-1.029-.744-.999-1.356 0-7.093.001-14.184-.001-21.277-.04-.559.383-.99.8-1.293m.331.187c-.509.083-.91.576-.881 1.091.001 6.907.003 13.814-.001 20.721.017.379-.067.79.131 1.137.189.353.583.577.983.559 6.581.001 13.163.003 19.744 0 .6.029 1.124-.533 1.081-1.127V1.281c.037-.593-.494-1.137-1.089-1.116C15.478.151 9.095.166 2.712.156c-.273.003-.549-.01-.819.03z"/><path fill="#fff" d="M1.597 1.03c.319-.376.824-.281 1.259-.289C9.146.747 15.435.74 21.723.744c.257-.031.463.126.65.276-.013 7.271-.016 14.544.001 21.816-.183.161-.389.319-.65.279-6.526-.003-13.051.004-19.577-.004-.23.03-.383-.161-.55-.284.02-7.264.019-14.53 0-21.796m15.7 1.379l-.001 1.207H15.89l-.001-1.209-.564.001v3.143l.564.001V4.18h1.409l.001 1.371.563.001V2.406l-.564.001M3.731 2.41c.193 1.049.381 2.097.576 3.146l.599-.003c.163-.729.357-1.45.499-2.183.119.737.339 1.454.499 2.183l.6.001c.187-1.049.376-2.097.561-3.146l-.574.001-.319 2.024c-.164-.674-.324-1.349-.486-2.024l-.561-.001c-.157.676-.309 1.353-.467 2.029a231.9 231.9 0 0 0-.339-2.029l-.587.001m3.915.001l.001 3.144h2.35l.001-.564H8.222l.001-.853.936-.001v-.583l-.937-.001.003-.579h1.719l-.001-.563H7.647m3.034-.001l.001 3.146.563-.001V2.411l-.564-.001m1.903.184c-.694.573-.727 1.679-.321 2.43.39.736 1.534.771 2.026.124.277-.319.263-.761.279-1.159h-1.119v.56l.553.014c-.177.23-.383.516-.714.481-.539.011-.733-.601-.716-1.041-.02-.446.186-1.064.716-1.081.293-.034.469.233.659.404.184-.066.367-.134.551-.203-.327-.701-1.277-1.021-1.913-.53m5.859-.184l.001.554.903.001.001 2.59h.553l.001-2.59.903-.001.001-.553-2.364-.001m-12.19 5.19v3.144h2.35v-.486H6.817V7.598h-.564m2.878.001v3.144h.564V7.599h-.564m1.368-.002c-.001 1.049-.003 2.097 0 3.147l.551-.001.001-1.916c.306.639.607 1.279.913 1.917.31-.637.613-1.277.924-1.913l.001 1.911h.553l-.001-3.144-.549-.001c-.313.617-.614 1.239-.931 1.853-.301-.617-.607-1.231-.909-1.847-.184-.003-.37-.004-.554-.006m3.761.002v3.144h.564l-.001-3.144h-.563m1.08 0v.554h.904v2.589c.137.001.411.004.549.004.007-.864.001-1.729.004-2.593h.904l-.001-.554h-2.36m1.724 5.464c-.31.316-.244.799-.03 1.146-.67.599-.173 1.771.699 1.781.909.077 1.507-1.156.799-1.781.14-.276.287-.599.131-.903-.249-.621-1.177-.766-1.599-.243m2.416-.273v.439l.716.001.001 2.704h.499V13.23h.727v-.44h-1.943m-13.852.434c-.301.02-.621-.047-.909.064-.229.241-.227.611-.333.913-.189.006-.377.016-.566.029-.053.421.183.993-.299 1.231.259.01.517.017.776.023.109.169.184.4.406.45.394.094.563-.349.84-.53a.704.704 0 0 1 .437-.126c.707-.006 1.414.001 2.121.001.053.309.233.693.607.663.363.007.514-.363.571-.661.21-.003.419-.004.63-.004v-2.479H5.627l-.001.426m-.837 4.757l.001 1.991 1.71.001.403.464c1.053-.001 2.107.003 3.161-.003.053.287.167.653.519.674.384.034.553-.366.603-.679.257.004.513.007.77.009v-2.459H4.789m10.437.58l.323.023c-.007.844-.001 1.69-.003 2.534h.509c-.001-1.06.004-2.12-.004-3.179-.359.06-.867.139-.824.621m1.466.198l.489.107c.136-.246.36-.481.671-.424.321-.011.704.376.409.661-.356.273-.796.439-1.084.797-.301.333-.41.78-.477 1.211.721.014 1.443.006 2.164.007v-.509c-.52 0-1.041.004-1.563-.006.254-.623.953-.776 1.384-1.219.45-.546-.021-1.397-.69-1.437-.587-.136-1.129.264-1.303.81m2.8-.783v.449c.239 0 .477.001.716.003v2.693h.499c.003-.899.001-1.796.001-2.694h.724l.001-.45h-1.941m-16.04.725c-.129.257-.179.541-.253.817l-.497.027c-.053.373.17.907-.269 1.096.226.039.453.061.68.081.121.204.284.497.576.396.27-.146.451-.419.693-.609.189 0 .376-.001.564-.004.071.254.157.6.48.621.363.06.52-.323.581-.609.191-.009.383-.019.574-.03l-.29-.241c-.561-.061-1.13-.01-1.696-.024v-1.613c-.379.026-.789-.067-1.144.091z"/><path fill="#fff" d="M17.66 13.261a.464.464 0 0 1 .567.309c-.001.507-.887.509-.893.003.06-.143.157-.29.326-.311zM17.356 14.64c.313-.347 1.019-.14 1.004.354-.069.383-.547.633-.877.397-.251-.147-.377-.544-.127-.751z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--width-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.238 0h1.508c1.802.157 3.59.637 5.168 1.538 3.382 1.867 5.718 5.453 6.085 9.298v2.424c-.254 2.238-1.111 4.409-2.512 6.179-1.979 2.55-5.021 4.217-8.226 4.561h-2.496c-1.46-.191-2.908-.583-4.216-1.272a12.069 12.069 0 0 1-5.008-4.816C.61 16.281.107 14.428-.002 12.56v-.888c.065-1.76.492-3.511 1.295-5.081a12.039 12.039 0 0 1 5.776-5.525C8.378.453 9.809.155 11.237-.001M7.036 4.753A8.8 8.8 0 0 0 3.48 9.848a8.875 8.875 0 0 0-.013 4.297 8.795 8.795 0 0 0 2.299 4.086 8.806 8.806 0 0 0 11.999.482 8.878 8.878 0 0 0 2.825-4.567 9.106 9.106 0 0 0-.01-4.292c-.79-3.209-3.516-5.834-6.764-6.463-2.32-.487-4.832.007-6.78 1.362z"/><path fill="#f4b70d" d="M7.036 4.753c1.948-1.355 4.46-1.849 6.78-1.362 3.248.629 5.975 3.254 6.764 6.463-1.253.709-2.495 1.44-3.737 2.17l3.746 2.123a8.874 8.874 0 0 1-2.825 4.567 8.81 8.81 0 0 1-11.999-.482 8.786 8.786 0 0 1-2.299-4.086c1.248-.694 2.476-1.423 3.733-2.1-1.21-.78-2.485-1.457-3.72-2.197a8.792 8.792 0 0 1 3.556-5.095m6.897 3.083c-.017.746-.004 1.494-.006 2.24.228-.001.458.019.685-.014-.011-.475-.007-.952-.005-1.427.076-.252.449-.274.564-.044.044.493.002.991.02 1.487.226.002.45.004.676-.001.011-.476-.01-.953.01-1.429.053-.277.5-.287.569-.011.079.466.028.943.034 1.414.212.046.437.014.654.017-.01-.552.022-1.108-.018-1.658-.112-.619-1.015-.833-1.427-.373-.307-.23-.768-.386-1.088-.065-.143-.238-.442-.095-.667-.134M8.004 9.558c-.491.544-.523 1.379-.403 2.039.528-.011 1.056-.002 1.584-.005.016-.361.047-.751.292-1.038.497-.666 1.686-.492 2.02.244.088.478-.085.997-.432 1.342-.83.9-1.813 1.652-2.828 2.329-.588.384-.308 1.151-.371 1.732 1.771-.005 3.542.008 5.314-.006-.005-.517-.001-1.033-.002-1.55-.778-.012-1.555.004-2.332-.007.792-.666 1.622-1.349 2.117-2.278.3-.514.198-1.122.216-1.687-.116-.658-.487-1.29-1.052-1.662-1.274-.78-3.11-.582-4.121.548z"/><path fill="#1c1d20" d="M13.932 7.837c.226.04.524-.103.667.134.32-.322.781-.166 1.088.065.412-.46 1.315-.246 1.427.373.04.551.008 1.106.018 1.658-.217-.002-.442.029-.654-.017-.006-.47.046-.948-.034-1.414-.068-.276-.516-.266-.569.011-.019.476.001.953-.01 1.429-.226.005-.45.004-.676.001-.018-.496.024-.994-.02-1.487-.115-.229-.488-.208-.564.044-.002.475-.006.952.005 1.427-.227.034-.457.013-.685.014.002-.746-.011-1.494.006-2.24zM8.004 9.558c1.01-1.13 2.846-1.328 4.121-.548.565.372.936 1.004 1.052 1.662-.018.565.084 1.174-.216 1.687-.494.929-1.325 1.612-2.117 2.278.776.011 1.554-.005 2.332.007.001.517-.002 1.033.002 1.55-1.771.014-3.542.001-5.314.006.062-.581-.217-1.348.371-1.732 1.015-.677 1.998-1.429 2.828-2.329.347-.344.52-.864.432-1.342-.334-.736-1.523-.91-2.02-.244-.245.287-.276.677-.292 1.038-.528.002-1.056-.006-1.584.005-.12-.66-.088-1.495.403-2.039zM3.48 9.848c1.235.74 2.51 1.417 3.72 2.197-1.258.677-2.485 1.406-3.733 2.1a8.887 8.887 0 0 1 .013-4.297zM16.843 12.024c1.242-.73 2.484-1.46 3.737-2.17a9.131 9.131 0 0 1 .01 4.292l-3.746-2.123z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--yield--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M1.052 1.413c-.915 0-1.288.648-.831 1.44l11.094 19.216c.457.792 1.205.792 1.662 0L24.071 2.853c.457-.792.084-1.44-.831-1.44H1.051z"/><path fill="#fff" d="M20.125 4.141H4.167l7.979 13.82 7.979-13.82z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--your-speed--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#010101" d="M0 3h2.764l.943.087c-.937.193-2.02-.327-2.926.129-.382.166-.703.538-.686.973v15.619c-.01.365.21.722.538.881 1.206.649 2.671.004 3.956.311H0V3zM19.408 3H24v18h-4.215c1.087-.226 2.222.166 3.292-.155.438-.154.848-.539.828-1.035V4.185c.017-.472-.359-.849-.774-1.009-1.2-.384-2.498.078-3.723-.176z"/><path fill="#010101" d="M1.337 3.36c.119-.012.238-.019.358-.018 6.904.002 13.809-.001 20.713.002.502-.021 1.16.273 1.148.853.005 5.201.004 10.402.001 15.603.011.584-.646.877-1.152.856-6.937.003-13.874.002-20.811 0-.502.02-1.163-.271-1.151-.853C.439 14.601.44 9.399.443 4.198c-.021-.483.469-.784.894-.838m-.025.455a.388.388 0 0 0-.27.389c-.002 5.196-.001 10.392 0 15.588-.027.341.37.475.65.448 6.905-.004 13.811.002 20.717-.003.255.012.576-.151.548-.446.003-5.195.002-10.39 0-15.585.027-.291-.289-.455-.543-.442-6.804-.006-13.609.001-20.413-.004-.23.008-.469-.027-.689.055z"/><path fill="#010101" d="M9.491 5.489c.669-.085 1.379.201 1.775.755.529.72.566 1.661.482 2.517-.089.545-.287 1.104-.688 1.498-.664.681-1.874.69-2.567.05-.548-.509-.743-1.286-.765-2.01-.029-.782.114-1.629.644-2.235.277-.333.697-.514 1.119-.575m-.145.968c-.633.272-.741 1.033-.747 1.643.012.537.061 1.145.493 1.525.356.345.975.349 1.332.003.358-.323.444-.829.483-1.286.027-.48-.017-.982-.234-1.418-.234-.466-.851-.698-1.327-.467zM3.281 5.566c.322 0 .645.001.967-.002.348.666.643 1.361 1.007 2.019.312-.674.648-1.336.952-2.014.329-.004.657-.004.985-.001a220.3 220.3 0 0 0-1.52 2.936c-.042.726-.005 1.456-.017 2.184h-.841c.001-.597-.002-1.195.003-1.792-.002-.157.009-.323-.072-.465-.485-.956-.995-1.9-1.464-2.865zM12.725 5.566h.841c.006 1.042-.003 2.085.004 3.128.006.314.02.658.214.921.308.351.934.373 1.247.018.171-.24.178-.549.197-.832.014-1.078-.001-2.157.008-3.236h.818c-.002 1.115.013 2.23-.01 3.345-.015.499-.036 1.067-.423 1.436-.438.451-1.121.489-1.705.386a1.38 1.38 0 0 1-1.032-.902c-.152-.459-.149-.95-.159-1.428-.004-.945-.003-1.891 0-2.836zM17.237 10.688c.003-1.708-.002-3.415.003-5.123.655.005 1.31-.005 1.965.005.398.011.852.065 1.116.402.642.761.397 2.29-.718 2.443.677.607.965 1.496 1.407 2.267-.339.009-.679.008-1.018.002-.203-.409-.443-.798-.655-1.202-.167-.272-.289-.583-.537-.795-.196-.179-.476-.13-.719-.146 0 .715-.001 1.431.001 2.147h-.845m.844-4.245V7.73c.416-.003.834.019 1.249-.018.605-.069.634-1.123.049-1.246-.431-.045-.866-.022-1.298-.023zM3.051 13.23c.577-.269 1.303-.27 1.85.071.425.276.568.793.615 1.269a14.1 14.1 0 0 1-.846.066c-.062-.195-.11-.401-.235-.568-.393-.321-1.16-.236-1.282.327.071.134.116.301.261.378.488.3 1.102.307 1.575.64.912.611.845 2.206-.129 2.723a2.278 2.278 0 0 1-1.757.017c-.58-.295-.826-.966-.892-1.576.274-.031.547-.065.82-.106.086.378.251.823.664.939.305.06.677.049.896-.203.232-.23.271-.673-.011-.88-.541-.333-1.263-.317-1.74-.769-.68-.603-.608-1.881.211-2.328zM10.532 13.133c1.037-.001 2.075-.003 3.113.001v.833c-.757.004-1.514.002-2.271.002-.002.384-.002.769 0 1.153.699 0 1.399-.002 2.098.001l-.001.849h-2.097c-.002.466-.001.933-.002 1.399.783.002 1.566-.002 2.348.003l.001.853c-1.063.005-2.127.002-3.191.002.006-1.699.003-3.398.002-5.096zM14.563 13.135c1.038-.006 2.077-.002 3.115-.002-.002.278-.002.557-.001.836-.751 0-1.502.001-2.254-.001a37 37 0 0 0-.002 1.154c.706.001 1.412-.004 2.117.004v.843c-.706.006-1.411.003-2.116.002-.007.466-.002.933-.007 1.399.782.003 1.563.001 2.345.001 0 .286 0 .572.003.858-1.067 0-2.133.002-3.2-.001.003-1.698.003-3.395 0-5.093zM6.463 13.135c.713.002 1.427-.023 2.138.022.418.011.788.33.922.716.216.549.214 1.195-.042 1.73-.165.339-.499.612-.883.642-.421.037-.845.088-1.267.035-.024.65-.007 1.3-.011 1.949-.286.001-.571 0-.857-.001.002-1.698.002-3.395 0-5.093m.862.832c-.01.493-.005.986-.004 1.48.379-.022.782.058 1.141-.098.257-.112.302-.41.37-.649-.069-.239-.121-.536-.379-.644-.362-.129-.752-.075-1.128-.089zM18.622 13.133c.735.016 1.476-.045 2.208.047.595.148.977.712 1.134 1.275.26.929.246 1.963-.158 2.85a1.528 1.528 0 0 1-1.298.911c-.628.03-1.258.007-1.887.013.006-1.699.003-3.398.001-5.096m.844.835c-.006 1.134 0 2.269-.003 3.403.382-.012.773.039 1.148-.051.474-.147.571-.702.619-1.129.03-.618.081-1.301-.257-1.85-.346-.476-.998-.354-1.507-.373z"/><path fill="#fff" d="M2.764 3h16.644c1.225.254 2.523-.208 3.723.176.415.16.791.537.774 1.009V19.81c.02.496-.39.881-.828 1.035-1.07.321-2.205-.071-3.292.155H4.589c-1.285-.307-2.75.338-3.956-.311a.972.972 0 0 1-.538-.881V4.189c-.017-.435.304-.807.686-.973.906-.456 1.989.064 2.926-.129L2.764 3m-1.427.36c-.425.054-.915.355-.894.838-.003 5.201-.004 10.403 0 15.605-.012.582.649.873 1.151.853 6.937.002 13.874.003 20.811 0 .506.021 1.163-.272 1.152-.856.003-5.201.004-10.402-.001-15.603.012-.58-.646-.874-1.148-.853-6.904-.003-13.809 0-20.713-.002a3.288 3.288 0 0 0-.358.018z"/><path fill="#fff" d="M1.312 3.815c.22-.082.459-.047.689-.055 6.804.005 13.609-.002 20.413.004.254-.013.57.151.543.442.002 5.195.003 10.39 0 15.585.028.295-.293.458-.548.446-6.906.005-13.812-.001-20.717.003-.28.027-.677-.107-.65-.448-.001-5.196-.002-10.392 0-15.588a.388.388 0 0 1 .27-.389m8.179 1.674c-.422.061-.842.242-1.119.575-.53.606-.673 1.453-.644 2.235.022.724.217 1.501.765 2.01.693.64 1.903.631 2.567-.05.401-.394.599-.953.688-1.498.084-.856.047-1.797-.482-2.517-.396-.554-1.106-.84-1.775-.755m-6.21.077c.469.965.979 1.909 1.464 2.865.081.142.07.308.072.465-.005.597-.002 1.195-.003 1.792h.841c.012-.728-.025-1.458.017-2.184a220.3 220.3 0 0 1 1.52-2.936 46.21 46.21 0 0 0-.985.001c-.304.678-.64 1.34-.952 2.014-.364-.658-.659-1.353-1.007-2.019-.322.003-.645.002-.967.002m9.444 0c-.003.945-.004 1.891 0 2.836.01.478.007.969.159 1.428.152.456.56.812 1.032.902.584.103 1.267.065 1.705-.386.387-.369.408-.937.423-1.436.023-1.115.008-2.23.01-3.345h-.818c-.009 1.079.006 2.158-.008 3.236-.019.283-.026.592-.197.832-.313.355-.939.333-1.247-.018-.194-.263-.208-.607-.214-.921-.007-1.043.002-2.086-.004-3.128h-.841m4.512 5.122h.845c-.002-.716-.001-1.432-.001-2.147.243.016.523-.033.719.146.248.212.37.523.537.795.212.404.452.793.655 1.202.339.006.679.007 1.018-.002-.442-.771-.73-1.66-1.407-2.267 1.115-.153 1.36-1.682.718-2.443-.264-.337-.718-.391-1.116-.402-.655-.01-1.31 0-1.965-.005-.005 1.708 0 3.415-.003 5.123M3.051 13.23c-.819.447-.891 1.725-.211 2.328.477.452 1.199.436 1.74.769.282.207.243.65.011.88-.219.252-.591.263-.896.203-.413-.116-.578-.561-.664-.939-.273.041-.546.075-.82.106.066.61.312 1.281.892 1.576a2.278 2.278 0 0 0 1.757-.017c.974-.517 1.041-2.112.129-2.723-.473-.333-1.087-.34-1.575-.64-.145-.077-.19-.244-.261-.378.122-.563.889-.648 1.282-.327.125.167.173.373.235.568a14.1 14.1 0 0 0 .846-.066c-.047-.476-.19-.993-.615-1.269-.547-.341-1.273-.34-1.85-.071m7.481-.097c.001 1.698.004 3.397-.002 5.096 1.064 0 2.128.003 3.191-.002l-.001-.853c-.782-.005-1.565-.001-2.348-.003.001-.466 0-.933.002-1.399h2.097l.001-.849c-.699-.003-1.399-.001-2.098-.001-.002-.384-.002-.769 0-1.153.757 0 1.514.002 2.271-.002v-.833c-1.038-.004-2.076-.002-3.113-.001m4.031.002c.003 1.698.003 3.395 0 5.093 1.067.003 2.133.001 3.2.001-.003-.286-.003-.572-.003-.858-.782 0-1.563.002-2.345-.001.005-.466 0-.933.007-1.399.705.001 1.41.004 2.116-.002v-.843c-.705-.008-1.411-.003-2.117-.004a37 37 0 0 1 .002-1.154c.752.002 1.503.001 2.254.001-.001-.279-.001-.558.001-.836-1.038 0-2.077-.004-3.115.002m-8.1 0c.002 1.698.002 3.395 0 5.093.286.001.571.002.857.001.004-.649-.013-1.299.011-1.949.422.053.846.002 1.267-.035.384-.03.718-.303.883-.642.256-.535.258-1.181.042-1.73-.134-.386-.504-.705-.922-.716-.711-.045-1.425-.02-2.138-.022m12.159-.002c.002 1.698.005 3.397-.001 5.096.629-.006 1.259.017 1.887-.013a1.528 1.528 0 0 0 1.298-.911c.404-.887.418-1.921.158-2.85-.157-.563-.539-1.127-1.134-1.275-.732-.092-1.473-.031-2.208-.047z"/><path fill="#fff" d="M9.346 6.457c.476-.231 1.093.001 1.327.467.217.436.261.938.234 1.418-.039.457-.125.963-.483 1.286-.357.346-.976.342-1.332-.003-.432-.38-.481-.988-.493-1.525.006-.61.114-1.371.747-1.643zM18.081 6.443c.432.001.867-.022 1.298.023.585.123.556 1.177-.049 1.246-.415.037-.833.015-1.249.018V6.443zM7.325 13.967c.376.014.766-.04 1.128.089.258.108.31.405.379.644-.068.239-.113.537-.37.649-.359.156-.762.076-1.141.098-.001-.494-.006-.987.004-1.48zM19.466 13.968c.509.019 1.161-.103 1.507.373.338.549.287 1.232.257 1.85-.048.427-.145.982-.619 1.129-.375.09-.766.039-1.148.051.003-1.134-.003-2.269.003-3.403z"/></symbol><symbol viewBox="0 0 24 24" id="warning--accident-area--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.678 1.489h.52c.257.125.546.248.679.525 3.649 6.308 7.294 12.619 10.941 18.928a.607.607 0 0 1 .102.359l.081-.076v.417l-.064.008c-.025.379-.349.759-.739.784l.077.077H.827c-.331-.141-.737-.372-.748-.784l-.078.054v-.472c.105-.338.345-.61.462-.942l.125-.003c-.131.375-.468.678-.477 1.097a.927.927 0 0 0 .856.939c7.33.001 14.659-.001 21.989.001a.918.918 0 0 0 .9-.772c.054-.255-.044-.512-.175-.726-3.613-6.254-7.228-12.506-10.841-18.759-.271-.643-1.26-.733-1.618-.128-.307.492-.569 1.013-.886 1.499l-.045-.143c.334-.464.571-.993.888-1.47.135-.174.328-.336.561-.335l-.062-.077z"/><path d="M10.181 3.549l.122.004-.045.128c-.625 1.039-1.197 2.115-1.84 3.14l-.045-.123c.591-.934 1.112-1.913 1.677-2.863a.962.962 0 0 0 .13-.286zM8.261 6.878l.123.005c-.719 1.311-1.486 2.604-2.242 3.897l-.042-.138C6.824 9.46 7.49 8.24 8.197 7.046l.065-.168zM5.98 10.822l.127-.009c-.833 1.548-1.767 3.049-2.618 4.59l-.097.069-.019-.116c.78-1.272 1.497-2.586 2.257-3.871.111-.225.277-.422.35-.664zM13.294 12.344c.237-.162.473-.327.713-.485.259.086.516.182.775.269.099.232.201.491.229.736-.446.414-.893.83-1.33 1.254-.17.579-.325 1.162-.488 1.744-.719.613-1.451 1.212-2.171 1.825-.515.046-1.042-.018-1.562-.002-.388.321-.786.634-1.155.977l-.119.01c-.18-.191-.368-.374-.547-.565-.105-.225-.201-.454-.311-.677.265-.272.571-.506.822-.789-.191-.371-.007-.855.352-1.047a.8.8 0 0 1 .862.039c.905-.753 1.801-1.517 2.714-2.262-.192-.37-.029-.843.321-1.053a.795.795 0 0 1 .895.027m-1.458 3.342c.11.16.256.293.364.454.22-.162.441-.339.63-.536.095-.329.172-.664.282-.988-.428.353-.852.713-1.276 1.07m-1.23 1.041l.003.053c.23.038.458.092.688.133.193-.169.399-.322.583-.501-.13-.146-.248-.302-.382-.445-.295.257-.608.495-.893.76zM3.279 15.537l.125.006c-.942 1.587-1.835 3.205-2.786 4.785l-.045-.133c.185-.237.306-.516.467-.769.743-1.298 1.505-2.586 2.239-3.889zM6.293 18.695c3.799-.003 7.597-.003 11.396 0-.008.158-.004.316-.003.474-3.795-.007-7.591.002-11.386-.004-.017-.156-.003-.314-.006-.47z"/><path fill="#fff" d="M11.221 2.015c.358-.605 1.347-.515 1.618.128 3.613 6.253 7.228 12.505 10.841 18.759.131.214.23.471.175.726a.92.92 0 0 1-.9.772c-7.33-.002-14.659 0-21.989-.001a.927.927 0 0 1-.856-.939c.009-.419.345-.722.477-1.097a.993.993 0 0 0 .031-.036c.951-1.58 1.845-3.198 2.786-4.785l-.012-.071.097-.069c.851-1.541 1.785-3.042 2.618-4.59l.034-.033c.756-1.293 1.523-2.586 2.242-3.897l.034-.061c.643-1.025 1.215-2.101 1.84-3.14l.045-.128.033-.039c.316-.486.578-1.006.886-1.499m.557-.031c-.178.063-.288.225-.375.383C7.788 8.625 4.171 14.882.557 21.141c-.274.369.027.948.489.919 7.303.002 14.607.003 21.911 0 .439.01.727-.535.477-.896-3.635-6.298-7.274-12.593-10.912-18.889-.133-.263-.467-.412-.745-.291z"/><path fill="#fff" d="M11.849 6.251c.062-.06.056-.243.18-.18 2.622 4.556 5.268 9.099 7.884 13.658-5.284.009-10.569-.004-15.853.006 2.591-4.498 5.194-8.989 7.789-13.484m1.445 6.093a.795.795 0 0 0-.895-.027c-.35.209-.513.683-.321 1.053-.913.745-1.809 1.509-2.714 2.262a.799.799 0 0 0-.862-.039c-.359.192-.543.675-.352 1.047-.25.283-.556.518-.822.789.11.223.206.452.311.677.179.191.367.374.547.565l.119-.01c.37-.342.767-.655 1.155-.977.519-.017 1.047.048 1.562.002.72-.612 1.452-1.211 2.171-1.825.163-.582.318-1.165.488-1.744.437-.424.884-.84 1.33-1.254-.028-.245-.13-.504-.229-.736-.259-.087-.516-.183-.775-.269-.24.159-.476.323-.713.485m-7.001 6.352c.003.156-.011.314.006.47 3.795.006 7.591-.003 11.386.004-.001-.158-.004-.316.003-.474-3.799-.003-7.597-.003-11.396 0z"/><path fill="#fff" d="M11.836 15.687c.424-.357.848-.717 1.276-1.07-.11.324-.187.659-.282.988-.188.197-.41.374-.63.536-.109-.161-.255-.293-.364-.454zM10.606 16.728c.286-.265.598-.504.893-.76.134.143.252.299.382.445-.184.179-.391.332-.583.501-.23-.041-.458-.095-.688-.133l-.003-.053z"/><path fill="#cf181f" d="M11.778 1.984c.278-.121.611.028.745.291 3.639 6.296 7.277 12.591 10.912 18.889.25.361-.039.906-.477.896-7.304.003-14.608.002-21.911 0-.462.029-.763-.55-.489-.919C4.171 14.882 7.789 8.625 11.404 2.367c.087-.158.197-.32.375-.383m.07 4.267C9.254 10.746 6.65 15.237 4.06 19.735c5.284-.011 10.569.003 15.853-.006-2.616-4.559-5.262-9.102-7.884-13.658-.123-.063-.117.12-.18.18z"/></symbol><symbol viewBox="0 0 24 24" id="warning--accident-area--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.464 1.38h.944c.436.186.949.434 1.085.929-.366-.45-.862-.91-1.487-.856-.608-.037-1.162.371-1.459.878-.184.271-.281.608-.541.821.331-.662.685-1.516 1.494-1.682l-.036-.09zM13.507 2.383c.138.007.168.162.235.254.469.858 1 1.682 1.445 2.552-.166-.034-.192-.234-.282-.349-.46-.823-.964-1.622-1.398-2.458zM9.1 4.661c.28-.492.566-.982.851-1.471l.085.049c-.331.532-.631 1.08-.947 1.62l.011-.198zM8.993 4.871l.049.072c-.341.564-.642 1.153-1.007 1.702.202-.638.63-1.189.958-1.774zM15.178 5.29l.128.074c.6 1.009 1.17 2.036 1.768 3.046.084.145.178.292.172.469a187.422 187.422 0 0 1-2.068-3.589zM7.811 6.894l.163-.155C7.433 7.771 6.83 8.772 6.236 9.775c-.001-.199.121-.36.211-.526.46-.782.905-1.573 1.363-2.356zM17.297 8.974c.206.097.277.322.389.5.359.658.776 1.285 1.102 1.96l-.091-.046c-.482-.794-.936-1.608-1.399-2.414zM5.747 10.468c.116-.19.199-.406.367-.558-.084.322-.294.587-.446.877-.408.688-.786 1.392-1.208 2.07l.002-.139c.407-.761.862-1.496 1.285-2.25zM11.534 11.238c.587-.077 1.189-.017 1.782-.032.284-.03.578.21.553.506.004 2.32 0 4.639.002 6.96.035.262-.156.548-.431.559-.629.002-1.26.019-1.888-.008-.18-.133-.223-.413-.456-.479-.696-.288-1.394-.568-2.09-.856-.232-.09-.475-.277-.444-.556-.001-1.394-.005-2.789.001-4.183 0-.366.265-.702.611-.809.69-.236 1.387-.451 2.07-.707.102-.127.181-.271.289-.396m.388.753c-.364.244-.326.853.068 1.045.407.258.99-.133.917-.607-.028-.458-.626-.73-.985-.438m-2.551.906c-.155.047-.318.175-.281.359-.001 1.321-.002 2.641 0 3.962-.04.178.128.287.272.332.587.215 1.174.431 1.763.638-.013-1.978.019-3.956-.017-5.934-.575.227-1.16.422-1.738.642m2.667 4.493c-.438.17-.498.839-.098 1.082.348.262.912.022.962-.412.102-.467-.438-.878-.864-.671zM18.79 11.542c.263.059.386.451.454.689-.238-.115-.353-.452-.454-.689zM14.136 11.893c.412.025.858-.08 1.241.112.361.182.404.755.059.976-.384.251-.87.106-1.3.143v-1.23zM19.253 12.337l.133.088c.397.71.842 1.398 1.202 2.128l-.092-.046a46.954 46.954 0 0 1-1.243-2.17zM4.031 13.436c.107-.154.15-.383.353-.444-.36.602-.653 1.256-1.087 1.807.168-.49.502-.902.734-1.363zM20.587 14.658c.266.066.391.456.46.7-.239-.126-.355-.458-.46-.7zM3.196 14.885l.098.005c-.32.528-.582 1.098-.956 1.591.193-.571.582-1.06.858-1.596z"/><path d="M21.054 15.466l.137.08c.93 1.642 1.909 3.256 2.809 4.914v1.062l-.068-.138c-.091.607-.647.959-1.111 1.236H1.286c-.544-.2-1.094-.606-1.199-1.212l-.086.072v-.958c.184-.26.214-.744.53-.859-.146.295-.33.575-.436.889-.03.257-.013.516-.004.774.224.625.775 1.2 1.471 1.22 6.798.004 13.596-.001 20.394.002.358-.007.745.052 1.058-.163.811-.368 1.183-1.459.721-2.231-.875-1.574-1.813-3.113-2.682-4.69zM1.532 17.94c.103-.546.52-.995.77-1.49l.024.128c-.269.452-.524.911-.794 1.362z"/><path d="M14.136 17.317c.436.04.942-.118 1.32.164.332.239.269.798-.098.97-.379.181-.817.065-1.222.096v-1.23zM1.436 17.953l.048.072c-.319.523-.576 1.088-.947 1.578.204-.59.596-1.104.899-1.65z"/><path fill="#fff" d="M10.547 2.332c.298-.508.851-.916 1.459-.878.625-.054 1.121.406 1.487.856l.014.074c.434.835.938 1.634 1.398 2.458.09.115.116.316.282.349a3.76 3.76 0 0 1-.01.1 182.248 182.248 0 0 0 2.068 3.589l.052.095c.463.806.917 1.62 1.399 2.414l.091.046.002.108c.101.236.216.574.454.689l.01.107c.39.737.815 1.456 1.243 2.17l.092.046-.001.106c.104.241.221.574.46.7l.007.108c.869 1.577 1.807 3.115 2.682 4.69.462.772.09 1.862-.721 2.231-.313.215-.701.156-1.058.163-6.798-.004-13.596.001-20.394-.002-.696-.02-1.247-.595-1.471-1.22-.01-.258-.026-.517.004-.774.106-.314.289-.594.436-.889a.993.993 0 0 1 .007-.06c.371-.49.628-1.055.947-1.578a6.46 6.46 0 0 1 .048-.085c.27-.451.526-.91.794-1.362l.011-.097c.374-.493.636-1.063.956-1.591l.002-.09c.434-.551.727-1.205 1.087-1.807l-.017-.144.092.008c.422-.678.8-1.382 1.208-2.07.152-.29.362-.556.446-.877l.122-.134c.594-1.003 1.196-2.004 1.738-3.036a5.05 5.05 0 0 0 .061-.095c.365-.548.666-1.138 1.007-1.702l.047-.084c.316-.54.616-1.088.947-1.62a4.497 4.497 0 0 1-.03-.086c.26-.212.358-.55.541-.821m1.038-.509a1.341 1.341 0 0 0-.761.648C7.455 8.309 4.086 14.142.719 19.977c-.173.296-.359.611-.338.968.002.683.611 1.319 1.302 1.3h20.645c.946.031 1.628-1.14 1.134-1.95-3.415-5.946-6.853-11.879-10.279-17.818-.286-.564-.998-.864-1.598-.649z"/><path fill="#fff" d="M11.81 4.093c.223-.152.496.022.583.244 3.012 5.226 6.035 10.446 9.044 15.672.208.244.001.667-.323.626-6.078.001-12.156.004-18.233-.002-.317.04-.523-.374-.322-.613 2.994-5.202 6.004-10.397 9-15.598.073-.115.128-.253.25-.329m-.275 7.145c-.108.125-.187.269-.289.396-.683.256-1.38.47-2.07.707a.874.874 0 0 0-.611.809c-.006 1.394-.002 2.789-.001 4.183-.031.278.212.466.444.556.696.288 1.394.568 2.09.856.233.066.276.346.456.479.628.028 1.259.011 1.888.008.275-.011.466-.298.431-.559-.002-2.321.001-4.64-.002-6.96.025-.296-.269-.536-.553-.506-.593.016-1.195-.044-1.782.032m2.601.654v1.23c.43-.037.916.108 1.3-.143.346-.221.302-.793-.059-.976-.383-.192-.829-.086-1.241-.112m0 5.425v1.23c.404-.031.842.085 1.222-.096.367-.172.431-.731.098-.97-.378-.282-.884-.125-1.32-.164z"/><path fill="#fff" d="M11.921 11.99c.359-.292.958-.02.985.438.073.474-.51.865-.917.607-.395-.192-.432-.802-.068-1.045zM9.37 12.896c.577-.22 1.163-.415 1.738-.642.036 1.978.004 3.956.017 5.934-.589-.208-1.176-.424-1.763-.638-.144-.046-.312-.155-.272-.332-.002-1.321-.001-2.641 0-3.962-.037-.184.126-.312.281-.359zM12.036 17.388c.426-.208.966.204.864.671-.05.433-.614.673-.962.412-.4-.244-.34-.912.098-1.082z"/><path fill="red" d="M11.584 1.828c.6-.215 1.313.085 1.598.649 3.426 5.939 6.864 11.872 10.279 17.818.494.81-.188 1.981-1.134 1.95H1.682c-.691.019-1.3-.617-1.302-1.3-.02-.358.166-.672.338-.968C4.085 14.143 7.454 8.309 10.822 2.476c.163-.3.432-.545.761-.648m.227 2.265c-.121.076-.176.214-.25.329-2.996 5.201-6.006 10.396-9 15.598-.202.239.005.653.322.613 6.077.006 12.155.004 18.233.002.324.041.53-.383.323-.626-3.01-5.226-6.032-10.446-9.044-15.672-.088-.222-.36-.396-.583-.244z"/></symbol><symbol viewBox="0 0 24 24" id="warning--accident-area--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.911 1.451h.081a1.588 1.588 0 0 1 1.394.854c3.457 5.978 6.917 11.954 10.373 17.933.303.506.295 1.183-.045 1.671-.205.322-.543.533-.904.641H1.173a1.586 1.586 0 0 1-1.174-1.385v-.232c.035-.45.295-.825.514-1.203L10.599 2.295c.256-.485.76-.817 1.311-.845m.08 2.544c-3.194 5.52-6.389 11.041-9.582 16.563H21.57c-3.191-5.523-6.388-11.042-9.581-16.563z"/><path fill="#fff" d="M11.99 3.994c3.193 5.521 6.389 11.04 9.581 16.563H2.409c3.193-5.522 6.388-11.043 9.582-16.563m-1.27 8.085c-.138.283-.253.58-.338.884l.045.114c.256.147.548.218.818.333l-1.415 3.681c-.304-.084-.62-.345-.935-.249-.156.275-.252.581-.349.881.086.302.507.275.745.424.083.179.232.299.434.304.26.378.75.47 1.18.474.186.02.341-.115.523-.12.585-.009 1.17.004 1.755-.013.247.001.32-.263.391-.449.449-1.188.912-2.371 1.364-3.558.088-.163.01-.352-.123-.462-.44-.407-.894-.798-1.328-1.211-.21-.525-.85-.872-1.407-.78-.217-.214-.514-.004-.754-.149-.193-.048-.413-.244-.606-.105z"/><path fill="#fff" d="M13.278 13.554c.476.227.786.691 1.189 1.022-.242.789-.582 1.545-.864 2.32-.203.493-.359 1.007-.598 1.484-.521-.026-1.059.113-1.568-.026a15.138 15.138 0 0 0 1.842-4.8zM11.618 14.617c.152.059.304.12.456.181-.236.614-.472 1.226-.706 1.841a25.836 25.836 0 0 0-.46-.182c.239-.613.47-1.227.709-1.84z"/><path fill="#1c1d20" d="M10.721 12.079c.193-.14.412.056.606.105.24.145.537-.065.754.149.557-.092 1.197.255 1.407.78.434.413.889.804 1.328 1.211.133.11.211.299.123.462-.453 1.187-.915 2.37-1.364 3.558-.071.186-.144.45-.391.449-.585.017-1.17.004-1.755.013-.182.004-.337.14-.523.12-.43-.004-.92-.096-1.18-.474a.482.482 0 0 1-.434-.304c-.237-.149-.658-.122-.745-.424.097-.3.193-.606.349-.881.315-.097.63.165.934.249l1.415-3.681c-.271-.115-.563-.186-.818-.333l-.045-.114c.084-.303.2-.6.338-.884m2.558 1.474c-.325 1.691-.969 3.32-1.842 4.8.509.139 1.047 0 1.568.026.239-.477.395-.991.598-1.484.282-.775.622-1.531.864-2.32-.403-.331-.712-.795-1.189-1.022m-1.659 1.063c-.239.613-.47 1.227-.709 1.84.154.059.307.12.46.182.234-.615.47-1.227.706-1.841-.152-.061-.304-.122-.456-.181z"/></symbol><symbol viewBox="0 0 24 24" id="warning--accident-area--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.817 1.565h.372c.155.101.277.243.363.407 3.809 6.613 7.649 13.209 11.447 19.828l.001-.122v.426c-.106.105-.21.213-.303.33H.296a2.16 2.16 0 0 0-.296-.33v-.29c.39-.73.823-1.435 1.23-2.155L11.294 2.245c.148-.244.258-.535.523-.68m.112 3.73c-2.902 5.034-5.818 10.059-8.718 15.093h17.581c-2.89-5.011-5.797-10.013-8.686-15.023-.024-.07-.132-.226-.177-.07z"/><path fill="#fff" d="M11.929 5.295c.044-.157.152-.001.177.07 2.89 5.01 5.797 10.012 8.686 15.023H3.211c2.9-5.034 5.817-10.059 8.718-15.093m-.523 7.238c-.241.331-.47.67-.704 1.007.77.648 1.534 1.301 2.303 1.95.951.756 1.905 1.508 2.862 2.257.529-.653 1.07-1.296 1.597-1.95-.948-.808-1.887-1.625-2.84-2.425-.774-.597-1.541-1.203-2.321-1.792-.3.316-.61.624-.897.953m-2.395.544c.568.385 1.136.77 1.7 1.16-.474-.53-.936-1.07-1.411-1.597l-.289.437m-.348.256l-.059.487c.699.223 1.397.45 2.092.683a95.408 95.408 0 0 0-2.033-1.17m.002 1.152l.048.333c.71-.023 1.423.012 2.13-.063-.73-.05-1.45-.192-2.178-.27m-2.894 2.928c.311.783.617 1.568.929 2.35 1.13-.423 2.264-.83 3.396-1.249.938-.392 1.87-.796 2.808-1.19-.13-.41-.247-.823-.387-1.229-.169-.379-.36-.749-.538-1.123-2.098.737-4.155 1.586-6.207 2.441m7.91-.628c.563.697 1.131 1.389 1.692 2.087.12-.123.242-.245.363-.367a199 199 0 0 0-2.056-1.72m-.144 2.997c.096-.03.191-.061.288-.09-.192-.869-.388-1.736-.583-2.603.092.898.197 1.796.295 2.694m.998-.239c.13-.088.263-.176.394-.263-.459-.718-.912-1.44-1.37-2.16.319.81.65 1.615.976 2.423z"/><path fill="#fff" d="M12.218 14.53c.376-.62.797-1.233 1.388-1.668.128.223.256.446.381.67-.398.357-.751.77-.99 1.251l-.779-.254zM13.849 12.921c.401.317.8.638 1.199.959l-.207.244c-.203-.177-.417-.343-.612-.53-.143-.215-.249-.452-.38-.673zM15.162 13.974c.414.33.831.658 1.24.996-.224-.038-.451-.062-.673-.11-.272-.196-.51-.437-.777-.639l.21-.246zM12.357 14.816c.23.043.468.055.693.12.224.164.427.356.64.533l-.211.25c-.374-.303-.746-.605-1.122-.903zM14.881 16.41a8.465 8.465 0 0 0 1.018-1.306c.212.054.422.118.631.186a5.038 5.038 0 0 1-1.346 1.623c-.101-.168-.203-.335-.303-.503zM13.8 15.563c.239.203.486.397.718.607.151.222.258.47.395.701-.438-.357-.884-.703-1.32-1.063l.207-.244zM9.763 16.362c.201-.186.406-.366.604-.555.363.63.688 1.301.784 2.03h-.774c-.124-.52-.305-1.035-.615-1.476zM8.718 16.328c.441-.183.885-.357 1.327-.538-.142.181-.271.371-.428.54-.253.123-.525.199-.786.305l-.113-.307zM7.005 17.017c.523-.218 1.052-.423 1.577-.637l.111.302c-.296.11-.588.231-.888.33-.266.022-.533.003-.8.005zM6.839 17.232c.194-.008.387-.016.581-.026.174.527.378 1.046.648 1.533-.158.153-.317.306-.471.463-.368-.605-.663-1.262-.757-1.97zM9.443 18.294c.248-.09.489-.197.741-.273.268-.023.537-.004.805-.008l-1.434.581-.112-.3zM8.378 18.7c.302-.137.62-.233.929-.355l.111.301c-.491.201-.987.387-1.475.595.143-.182.274-.375.435-.541z"/><path d="M11.406 12.533c.287-.329.597-.637.897-.953.78.59 1.547 1.195 2.321 1.792.953.8 1.892 1.617 2.84 2.425-.527.655-1.069 1.297-1.597 1.95-.957-.75-1.91-1.502-2.862-2.257-.769-.65-1.533-1.303-2.303-1.95.234-.337.463-.676.704-1.007m.812 1.997l.779.254c.238-.481.591-.895.99-1.251a55.06 55.06 0 0 0-.381-.67c-.591.435-1.012 1.048-1.388 1.668m1.631-1.61c.131.221.237.458.38.673.195.187.409.353.612.53l.207-.244c-.399-.321-.798-.642-1.199-.959m1.313 1.053l-.21.246c.267.203.504.443.777.639.222.049.449.072.673.11-.409-.337-.826-.665-1.24-.996m-2.805.843c.376.298.748.601 1.122.903l.211-.25c-.213-.177-.416-.369-.64-.533-.225-.065-.463-.077-.693-.12m2.524 1.594c.101.168.203.335.303.503a5.028 5.028 0 0 0 1.346-1.623 10.31 10.31 0 0 0-.631-.186 8.465 8.465 0 0 1-1.018 1.306m-1.081-.847l-.207.244c.436.36.882.707 1.32 1.063-.137-.23-.243-.479-.395-.701-.232-.21-.479-.404-.718-.607zM9.011 13.077c.096-.146.191-.292.289-.437.476.528.937 1.068 1.411 1.597-.564-.39-1.132-.775-1.7-1.16zM8.663 13.333c.682.382 1.36.772 2.033 1.17a141.76 141.76 0 0 0-2.092-.683l.059-.487zM8.665 14.485c.728.078 1.449.221 2.178.27-.707.075-1.421.039-2.13.063l-.048-.333zM5.771 17.413c2.052-.855 4.109-1.704 6.207-2.441.178.375.37.744.538 1.123.14.405.257.819.387 1.229-.937.395-1.87.798-2.808 1.19-1.131.418-2.266.826-3.396 1.249-.311-.783-.617-1.568-.929-2.35m3.993-1.051c.31.441.49.956.615 1.476h.774c-.097-.73-.422-1.401-.784-2.03-.198.189-.403.369-.604.555m-1.046-.035l.113.307c.261-.106.533-.183.786-.305.157-.169.286-.359.428-.54-.442.181-.886.356-1.327.538m-1.713.689c.267-.002.534.017.8-.005.3-.099.592-.22.888-.33l-.111-.302c-.524.214-1.053.419-1.577.637m-.166.215c.095.708.39 1.364.757 1.97.155-.157.313-.31.471-.463a8.898 8.898 0 0 1-.648-1.533c-.194.01-.387.018-.581.026m2.605 1.062l.112.3 1.434-.581c-.269.003-.537-.016-.805.008-.252.077-.493.183-.741.273m-1.065.406c-.161.166-.291.359-.435.541.488-.208.983-.394 1.475-.595l-.111-.301c-.309.122-.627.218-.929.355zM13.682 16.785a199 199 0 0 1 2.056 1.72c-.122.122-.243.243-.363.367-.561-.698-1.129-1.39-1.692-2.087zM13.537 19.782c-.097-.898-.203-1.796-.295-2.694.195.868.39 1.735.583 2.603l-.288.09zM14.535 19.544c-.325-.808-.657-1.613-.976-2.423.457.72.91 1.442 1.37 2.16l-.394.263z"/></symbol><symbol viewBox="0 0 24 24" id="warning--accident-area--g5" xmlns="http://www.w3.org/2000/svg"><path d="M11.45 1.38h.953c.445.181.949.442 1.102.934-.334-.38-.724-.79-1.253-.85-.295-.007-.614-.044-.88.116-.692.271-.952 1.021-1.316 1.604-.053-.251.164-.427.259-.634.262-.48.625-1.003 1.21-1.086l-.074-.085zM13.549 2.328c.557.948 1.123 1.894 1.642 2.863l-.097-.036c-.54-.904-1.046-1.829-1.592-2.73l.048-.097zM9.956 3.191l.047.074c-.318.522-.57 1.092-.949 1.573.215-.586.601-1.1.902-1.648zM8.947 4.916l.108-.005c-.326.578-.665 1.151-.997 1.726l.004-.163c.281-.527.596-1.036.886-1.558zM15.178 5.292l.128.071c.689 1.18 1.372 2.364 2.048 3.55l-.146-.061c-.655-1.199-1.373-2.363-2.03-3.559zM7.678 7.118c.09-.139.142-.325.317-.388a131.03 131.03 0 0 1-1.752 3.044l.017-.169c.45-.841.954-1.654 1.418-2.488zM17.309 8.952c.15.072.205.236.289.368.389.707.827 1.387 1.193 2.106l-.097-.034c-.464-.81-.966-1.608-1.385-2.441zM5.832 10.318c.085-.142.15-.3.278-.409-.053.272-.234.491-.359.733-.436.732-.836 1.484-1.29 2.204l-.002-.126c.438-.811.922-1.598 1.373-2.402zM18.778 11.525c.265.071.391.461.468.704-.242-.11-.354-.469-.468-.704zM11.209 12.124c.956-.305 2.075-.013 2.747.738.806.847.928 2.24.288 3.218-.518.828-1.519 1.33-2.494 1.224-1.172-.096-2.207-1.061-2.369-2.228-.23-1.261.6-2.592 1.828-2.952zM19.25 12.343l.134.077c.398.71.834 1.402 1.207 2.126l-.098-.036a68.181 68.181 0 0 1-1.243-2.167zM4.027 13.442c.104-.157.157-.371.346-.452-.347.606-.635 1.272-1.087 1.799.198-.474.503-.893.742-1.346zM20.578 14.642c.265.072.395.467.47.712-.244-.119-.354-.472-.47-.712zM3.061 15.112c.073-.091.103-.274.256-.257-.338.535-.587 1.139-.995 1.624.18-.487.505-.905.739-1.367z"/><path d="M21.046 15.451l.138.08c.931 1.646 1.913 3.265 2.816 4.927v1.024l-.085-.042a1.528 1.528 0 0 1-1.085 1.094l.026.085H1.288C.737 22.417.162 22 .087 21.377l-.088.11v-.965c.186-.26.214-.751.534-.862-.317.502-.566 1.056-.442 1.666.234.662.845 1.261 1.585 1.219l20.644.001c1.133.059 2.01-1.33 1.448-2.327-.882-1.604-1.843-3.166-2.724-4.77zM2.222 16.567l.125-.035c-.29.455-.493.974-.851 1.38.174-.479.492-.893.726-1.345zM1.394 18.007c.028-.004.08-.011.107-.013-.325.533-.583 1.112-.967 1.606.2-.568.581-1.06.86-1.592z"/><path fill="#fff" d="M11.372 1.58c.265-.161.584-.124.88-.116.529.06.919.469 1.253.85l-.004.112c.546.901 1.052 1.826 1.592 2.73l.097.036a1.743 1.743 0 0 0-.013.101c.658 1.196 1.375 2.36 2.03 3.559l.146.061-.046.04c.419.833.92 1.631 1.385 2.441l.097.034-.013.098c.114.235.226.594.468.704l.005.114c.398.732.82 1.451 1.243 2.167l.098.036a3.17 3.17 0 0 0-.014.096c.116.24.227.593.47.712l-.002.097c.881 1.604 1.842 3.166 2.724 4.77.562.997-.316 2.386-1.448 2.327l-20.644-.001c-.74.042-1.351-.557-1.585-1.219-.125-.61.125-1.164.442-1.666v-.062c.384-.493.642-1.073.967-1.606l-.005-.082c.358-.406.56-.925.851-1.38l-.025-.054c.408-.485.656-1.088.995-1.624l-.031-.066c.452-.527.74-1.193 1.087-1.799l.016-.126.073-.018c.454-.72.854-1.472 1.29-2.204.125-.242.306-.461.359-.733.034-.032.098-.1.132-.133.593-1.009 1.186-2.02 1.752-3.044a9.016 9.016 0 0 1-.031-.14l.095.047c.332-.575.671-1.147.997-1.726l-.001-.073c.379-.481.631-1.051.949-1.573l.053-.08c.365-.583.624-1.333 1.316-1.604m.214.245c-.331.102-.602.35-.767.653L.763 19.9c-.16.286-.356.57-.378.908-.079.725.548 1.451 1.285 1.436 6.924-.004 13.848.005 20.772-.005.931-.061 1.508-1.242.982-2.016-3.409-5.921-6.83-11.836-10.246-17.753-.287-.562-.994-.853-1.592-.643z"/><path fill="#fff" d="M11.813 4.091c.185-.121.443-.025.533.168 3.034 5.249 6.066 10.5 9.094 15.752.206.244-.001.665-.324.624-6.078 0-12.157.004-18.235-.002-.317.037-.521-.377-.319-.616 2.995-5.2 6.002-10.393 8.998-15.593.076-.116.13-.259.254-.334m-.605 8.034c-1.228.36-2.058 1.691-1.828 2.952.162 1.168 1.196 2.132 2.369 2.228.974.106 1.975-.396 2.494-1.224.64-.978.518-2.371-.288-3.218-.672-.751-1.79-1.043-2.747-.738z"/><path fill="red" d="M11.586 1.828c.599-.21 1.306.082 1.592.643 3.415 5.917 6.836 11.832 10.246 17.753.527.774-.05 1.955-.982 2.016-6.924.01-13.848.001-20.772.005-.737.014-1.364-.712-1.285-1.436.022-.338.218-.623.378-.908L10.819 2.482c.164-.302.436-.551.767-.653m.227 2.262c-.125.074-.179.217-.254.334-2.995 5.2-6.002 10.393-8.998 15.593-.202.239.002.653.319.616 6.078.006 12.157.002 18.235.002.323.041.53-.38.324-.624-3.028-5.252-6.06-10.504-9.094-15.752-.09-.193-.348-.289-.533-.168z"/></symbol><symbol viewBox="0 0 24 24" id="warning--accident-area--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#fbec39" d="M11.369 1.977c.312-.104.703-.145 1.001.018.145.067.288.137.441.188.085.13.159.267.231.405.121.215.265.415.39.629.028.066.083.199.109.267.259.352.456.742.643 1.135.17.404.475.733.631 1.144.108.183.232.353.342.535.056.118.11.237.166.357.108.18.232.35.34.533.131.317.321.602.509.888l.165.357c.165.257.345.505.465.79.135.315.331.597.508.889.126.254.298.479.439.723l.11.268c.133.207.274.41.397.623l.11.265c.133.207.274.409.397.623l.11.265c.112.178.237.347.343.53.137.354.375.653.554.985.119.217.267.417.389.632l.121.259c.029.065.09.194.119.26.131.208.273.409.396.622l.11.267c.112.178.24.345.338.533.126.253.302.476.436.725.11.288.296.537.461.795l.165.357c.11.179.235.35.335.536.128.253.298.479.443.721.212.39.212.876.083 1.291a1.19 1.19 0 0 1-.504.504c-.258.121-.549.06-.822.072-3.596-.003-7.192-.003-10.789.001-.156-.069-.358.251-.432.006l-.08-.011-.001.143a.65.65 0 0 0-.498-.142c-1.634.008-3.269-.009-4.902.009-.132.19-.382.098-.573.122-.932-.008-1.865.001-2.797-.003-.204.011-.37-.138-.551-.208-.223-.07-.335-.269-.428-.466-.177-.307-.246-.71-.072-1.031.089-.166.173-.334.253-.504.107-.183.234-.352.344-.53l.11-.267c.122-.213.264-.414.395-.621l.119-.262c.06-.117.118-.235.177-.353.104-.183.23-.352.342-.528l.11-.268c.123-.213.264-.415.397-.623l.11-.267c.124-.212.265-.415.395-.625.099-.203.196-.408.293-.611.107-.182.232-.35.343-.528l.118-.262c.06-.117.118-.235.177-.352.107-.183.231-.354.339-.536.124-.255.251-.51.373-.767.13-.14.226-.302.306-.474.154-.264.344-.508.453-.797.119-.216.262-.418.391-.627l.166-.356c.11-.18.234-.35.337-.536.126-.254.298-.48.439-.725.061-.141.126-.282.19-.423.1-.114.194-.234.267-.368l.114-.265c.177-.177.283-.404.386-.627l.124-.262c.099-.117.196-.236.262-.375.13-.317.32-.602.508-.885l.166-.359c.166-.256.34-.508.465-.787l.124-.258.174-.35c.127-.212.269-.415.394-.627l.112-.267c.11-.178.237-.348.34-.532a1.05 1.05 0 0 1 .535-.61m.239.249c-.354.053-.583.35-.734.649-1.661 3.018-3.393 5.996-5.128 8.973-1.503 2.649-2.96 5.324-4.48 7.966-.171.305-.39.631-.319 1.002.051.456.491.836.956.778 6.608-.016 13.214-.124 19.822-.123.471.044.947-.301 1.022-.773.069-.295-.052-.584-.202-.832a235.696 235.696 0 0 1-2.45-4.287c-1.69-2.918-3.402-5.823-5.049-8.766-.77-1.382-1.587-2.735-2.405-4.089-.201-.359-.625-.587-1.035-.498z"/><path fill="#fbec39" d="M11.845 4.813c1.131 1.947 2.32 3.86 3.412 5.83 1.738 3.114 3.566 6.178 5.323 9.281-5.787.009-11.572.038-17.357.116.877-1.578 1.736-3.168 2.637-4.734a2.97 2.97 0 0 0 .077-.043c-.305.772-.815 1.469-1.164 2.232.424-.022.848-.025 1.271-.014.345-.838 1.322-1.424 2.218-1.145.57.149.984.608 1.232 1.123.479-.009.959-.01 1.436-.039.013-.272.03-.545.108-.808.001.319-.001.637-.047.954-.444.223-.893.45-1.3.74.441-.137.871-.301 1.304-.458l.357.246c-.193.053-.382.116-.573.177-.061.306-.126.61-.188.916.39-.071.778-.145 1.164-.235.136-.246.321-.458.561-.607-.179.206-.483.382-.465.693-.038.503.604.863 1.012.566.25-.136.259-.439.321-.684-.206-.311-.527-.486-.858-.636.335.072.701.135.912.434.935-.25 1.903-.343 2.842-.58.06-.211.138-.444.357-.542.305-.056.616.001.923.006l.065.274c.551-.058 1.067-.263 1.566-.49-.164-.208-.321-.424-.517-.604-.479-.076-.969.016-1.45.036-.283-.263-.533-.57-.865-.773-.781.126-1.557.29-2.335.433-.284.014-.455.245-.574.475.154-.326.188-.678.024-1.01.269-.368.569-.716.814-1.102-.362.292-.667.645-.987.98a14.07 14.07 0 0 1-1.015-.381c.055-.467.131-.932.171-1.401-.199.48-.267 1.002-.477 1.478-.175.23-.262.504-.286.791l-.156.056c.001-.458-.004-.916-.008-1.374-1.737.006-3.478.047-5.213.008l-.067-.041c2.004-3.34 3.846-6.771 5.793-10.142m-.301 3.689c.027.803.132 1.601.204 2.401l.223.118c.083-.837.159-1.675.208-2.514.013-.362-.658-.375-.636-.005m.181 2.718c-.204.072-.276.389-.099.528.17.207.592.084.574-.196.041-.239-.262-.461-.475-.333M7.373 12.91a53.326 53.326 0 0 0-1.064 1.82c.684.009 1.369-.011 2.053-.016 0-.601-.018-1.201-.006-1.802a53.684 53.684 0 0 0-.983-.001m1.27-.001c.004.602 0 1.203.003 1.804.897.011 1.793.004 2.688-.023-.003-.602-.004-1.204-.004-1.806-.895.01-1.79.038-2.687.024m-1.354 3.67c-.657.216-1.133.888-1.078 1.585.02.833.815 1.548 1.651 1.454.858-.025 1.576-.846 1.476-1.7-.062-.968-1.129-1.695-2.048-1.338m9.184 1.015a3.527 3.527 0 0 1-.312.502c-.023.499.483.949.964.7.439-.207.394-.742.224-1.115a14.31 14.31 0 0 0-.875-.086z"/><path fill="#222925" d="M11.604 2.223c.41-.089.834.138 1.035.498.818 1.354 1.636 2.707 2.405 4.089 1.647 2.942 3.359 5.848 5.049 8.766a229.907 229.907 0 0 0 2.45 4.287c.15.248.27.537.202.832-.075.472-.551.818-1.022.773-6.608-.001-13.214.107-19.822.123-.465.057-.905-.323-.956-.778-.071-.371.147-.697.319-1.002 1.52-2.641 2.977-5.317 4.48-7.966 1.735-2.977 3.467-5.954 5.128-8.973.151-.298.38-.596.734-.649m.239 2.59c-1.947 3.371-3.789 6.803-5.793 10.142l.067.041c1.735.039 3.476-.001 5.213-.008.004.458.009.916.008 1.374a.446.446 0 0 0-.301.249c-.077.263-.095.536-.108.808-.477.029-.957.03-1.436.039-.248-.514-.662-.974-1.232-1.123-.897-.278-1.873.307-2.218 1.145a16.332 16.332 0 0 0-1.271.014c.349-.763.86-1.46 1.164-2.232a2.97 2.97 0 0 1-.077.043c-.902 1.566-1.76 3.156-2.637 4.734 5.785-.077 11.571-.107 17.357-.116-1.757-3.104-3.585-6.168-5.323-9.281-1.092-1.97-2.281-3.883-3.412-5.83z"/><path fill="#222925" d="M11.542 8.504c-.022-.37.649-.357.636.005-.05.839-.126 1.677-.208 2.514l-.224-.118c-.072-.8-.178-1.599-.204-2.401zM11.722 11.222c.213-.128.516.094.475.333.018.279-.404.403-.574.196-.177-.14-.105-.456.099-.528zM7.373 12.91c.328-.001.655-.003.983.001-.011.601.006 1.201.006 1.802-.684.005-1.369.025-2.053.016.339-.616.701-1.218 1.064-1.82zM8.643 12.91c.897.014 1.792-.014 2.687-.024 0 .602.001 1.204.004 1.806a63.38 63.38 0 0 1-2.688.023c-.003-.602.001-1.203-.003-1.804zM11.782 15.515c.211-.476.278-.998.477-1.478-.041.469-.117.933-.171 1.401-.023.208-.047.417-.077.623a.88.88 0 0 1-.229-.546zM13.102 15.818c.32-.335.625-.688.987-.98-.245.386-.545.734-.814 1.102a7.505 7.505 0 0 1-.493.577.881.881 0 0 1 .32-.698zM13.825 16.475c.778-.143 1.554-.307 2.335-.433.331.203.582.51.865.773.481-.019.971-.112 1.45-.036.196.18.353.396.517.604-.499.227-1.015.432-1.566.49l-.065-.274c-.307-.005-.618-.062-.923-.006-.218.098-.297.331-.357.542-.938.237-1.907.33-2.842.58-.211-.3-.577-.362-.912-.434.331.15.653.325.858.636-.062.245-.071.549-.321.684-.408.297-1.05-.063-1.012-.566-.018-.311.286-.488.465-.693-.24.149-.425.361-.561.607-.386.09-.775.164-1.164.235.062-.306.127-.61.188-.916.19-.061.38-.123.573-.177l.221-.055c.225.334.664.329.909.024.413.058.803-.117.931-.533.309-.075.618-.135.93-.194-.046-.239-.09-.479-.133-.717-.197.043-.394.089-.59.136-.108.146-.218.29-.331.433l-.037-.236c.119-.23.29-.461.574-.475m1.708-.092c.036.236.071.472.104.709.386-.071.77-.151 1.154-.222-.201-.201-.391-.41-.612-.589-.218-.03-.433.075-.646.103m-1.22.224c.042.235.085.471.131.705.366-.062.731-.131 1.098-.192-.041-.24-.081-.48-.126-.719-.367.07-.736.135-1.103.206m-1.914 2.274c-.254.102.044.531.213.359.278-.123-.003-.568-.213-.359zM7.289 16.579c.919-.357 1.986.371 2.048 1.338.1.855-.617 1.675-1.476 1.7-.836.094-1.63-.621-1.651-1.454-.055-.697.422-1.369 1.078-1.585m.254.966c-.383.192-.432.782-.051 1.001.356.259.903-.1.857-.524-.01-.387-.461-.648-.806-.476zM9.691 18.305c.408-.291.856-.517 1.3-.74l.231-.093a.465.465 0 0 1-.227.375c-.433.157-.863.321-1.304.458z"/><path fill="#222925" d="M16.474 17.595c.292.019.584.05.875.086.17.373.216.908-.223 1.115-.481.249-.987-.201-.964-.7.118-.159.223-.326.312-.502m.184.477c-.095.136.042.399.218.337.222.036.123-.278.17-.399-.13.005-.277-.025-.389.062z"/><path fill="#fefefe" d="M12.088 15.437c.334.138.67.269 1.015.381a.882.882 0 0 0-.32.698 7.32 7.32 0 0 0 .493-.577c.164.331.13.683-.024 1.01l.037.236c.113-.143.223-.287.331-.433.197-.047.394-.093.59-.136.043.239.088.479.133.717-.311.06-.621.119-.93.194-.128.417-.518.592-.931.533-.245.305-.684.31-.909-.024l-.221.055-.357-.246a.463.463 0 0 0 .227-.375l-.231.093c.046-.316.048-.635.047-.954a.446.446 0 0 1 .301-.249l.156-.056c.024-.287.11-.561.286-.791a.88.88 0 0 0 .229.546c.03-.207.055-.415.077-.623zM15.535 16.382c.213-.028.428-.133.646-.103.221.179.411.389.612.589-.385.071-.768.151-1.154.222-.033-.236-.069-.472-.104-.709zM14.315 16.607c.367-.071.736-.136 1.103-.206.044.239.085.479.126.719-.367.061-.733.13-1.098.192-.046-.234-.089-.47-.131-.705zM7.542 17.544c.345-.171.796.089.806.476.046.424-.502.783-.857.524-.381-.218-.333-.809.051-1.001zM16.658 18.071c.112-.088.259-.057.389-.062-.047.121.052.434-.17.399-.177.062-.314-.201-.218-.337zM12.401 18.881c.211-.208.491.236.213.359-.169.171-.467-.258-.213-.359z"/></symbol><symbol viewBox="0 0 24 24" id="warning--added-lane-from-entering-roadway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.851 0h.266c.331.047.619.228.847.464 3.523 3.523 7.046 7.048 10.57 10.57.246.23.425.53.466.87v.209c-.05.3-.19.58-.414.787-3.56 3.565-7.127 7.126-10.687 10.691-.202.211-.464.35-.75.409h-.265c-.492-.052-.82-.442-1.142-.769C7.3 19.787 3.858 16.344.414 12.903a1.44 1.44 0 0 1-.413-.756v-.268c.048-.331.226-.62.467-.847C3.99 7.512 7.512 3.99 11.033.468c.222-.232.502-.407.82-.468m-.196.395c-.182.071-.322.215-.462.347L1.055 10.883c-.203.208-.426.401-.593.641-.227.366-.143.877.174 1.165 3.563 3.558 7.123 7.118 10.681 10.681a.935.935 0 0 0 .925.263c.343-.088.557-.392.8-.625 3.323-3.323 6.644-6.646 9.967-9.967.258-.266.599-.512.647-.91.056-.334-.103-.658-.346-.88C19.792 7.729 16.271 4.208 12.748.689c-.264-.305-.708-.451-1.092-.294z"/><path fill="#fecf33" d="M11.778.857c.296-.158.575.067.761.281 3.458 3.464 6.92 6.924 10.382 10.384.26.187.389.598.113.83-3.56 3.559-7.12 7.121-10.681 10.68a.466.466 0 0 1-.702.002c-3.484-3.478-6.961-6.962-10.445-10.44-.335-.222-.583-.719-.185-1.014 3.5-3.502 7.003-7 10.501-10.502.079-.08.164-.154.256-.221m-2.29 5.756c-.248.011-.427.377-.18.524.299.198.632.335.938.521-1.697 1.703-3.398 3.398-5.096 5.1.389.392.782.78 1.17 1.174 1.709-1.692 3.401-3.401 5.106-5.098.203.332.346.703.583 1.013.19.138.454-.024.458-.25.244-1.231.481-2.464.722-3.696-1.236.226-2.472.457-3.702.712m6.466.297l.444.432c.292-.289.583-.578.871-.871a30.69 30.69 0 0 0-.439-.444c-.295.292-.586.588-.876.883m-.661.654c-.294.29-.584.582-.877.874.149.148.298.296.445.446.289-.294.583-.583.872-.878a30.56 30.56 0 0 0-.44-.442m-1.541 1.532c-.288.296-.581.587-.874.878.15.146.299.295.446.444.292-.294.586-.584.876-.881a37.37 37.37 0 0 0-.449-.442m.097 1.889c-.268.005-.404.389-.172.538.3.196.631.338.943.514-.703.611-1.336 1.408-1.369 2.38-.02 1.771-.005 3.544-.007 5.315.556-.002 1.11 0 1.666-.002.007-1.736-.01-3.473.008-5.209.014-.572.505-.936.88-1.297.194.332.331.702.574 1.003.19.108.455-.005.472-.233.247-1.238.479-2.48.718-3.72-1.24.223-2.479.455-3.712.713m-7.745 5.783l.428.431c1.435-1.433 2.88-2.857 4.314-4.292a5.932 5.932 0 0 0-.269 1.723c-.011 2.065-.018 4.129-.024 6.194l.635-.002c.006-2.092.005-4.183.016-6.275.012-1.291.558-2.555 1.46-3.473l-.443-.442c-2.04 2.045-4.084 4.085-6.118 6.136z"/><path d="M11.657.395c.384-.157.828-.011 1.092.294 3.523 3.52 7.044 7.04 10.562 10.562.242.222.402.546.346.88-.048.397-.389.643-.647.91l-9.967 9.967c-.244.233-.457.538-.8.625a.934.934 0 0 1-.925-.263C7.76 19.807 4.2 16.247.637 12.689c-.317-.288-.401-.799-.174-1.165.167-.24.39-.433.593-.641L11.196.742c.14-.132.28-.276.462-.347m.12.462c-.091.067-.176.14-.256.221C8.024 4.581 4.521 8.079 1.021 11.58c-.398.295-.15.792.185 1.014 3.484 3.478 6.961 6.962 10.445 10.44.174.212.529.21.702-.002 3.562-3.559 7.121-7.121 10.681-10.68.276-.233.148-.643-.113-.83-3.462-3.46-6.924-6.919-10.382-10.384-.186-.214-.464-.439-.761-.281z"/><path d="M9.488 6.613c1.23-.254 2.466-.486 3.702-.712-.241 1.232-.479 2.465-.722 3.696-.005.226-.269.388-.458.25-.238-.31-.38-.68-.583-1.013-1.705 1.697-3.397 3.406-5.106 5.098-.388-.394-.781-.781-1.17-1.174 1.698-1.702 3.4-3.397 5.096-5.1-.306-.186-.64-.323-.938-.521-.247-.148-.068-.514.18-.524zM15.953 6.91c.29-.295.581-.592.876-.883.148.146.294.294.439.444-.288.293-.58.582-.871.871a90.462 90.462 0 0 1-.444-.432zM15.292 7.564c.149.145.295.293.44.442-.289.295-.583.584-.872.878-.148-.15-.296-.299-.445-.446.293-.292.583-.583.877-.874zM13.751 9.096c.151.145.3.293.449.442-.29.296-.584.587-.876.881a37.324 37.324 0 0 0-.446-.444c.293-.292.586-.582.874-.878zM13.847 10.984c1.232-.258 2.472-.49 3.712-.713-.239 1.24-.47 2.482-.718 3.72-.017.228-.282.341-.472.233-.242-.301-.379-.671-.574-1.003-.374.361-.865.725-.88 1.297-.018 1.736-.001 3.473-.008 5.209-.556.002-1.11 0-1.666.002.002-1.771-.013-3.544.007-5.315.034-.972.666-1.769 1.369-2.38-.312-.175-.643-.318-.943-.514-.233-.149-.096-.533.172-.538zM6.103 16.769c2.034-2.051 4.078-4.091 6.118-6.136.148.146.295.294.443.442-.902.918-1.448 2.182-1.46 3.473-.011 2.092-.01 4.183-.016 6.275l-.635.002c.006-2.065.013-4.129.024-6.194a5.898 5.898 0 0 1 .269-1.723c-1.434 1.435-2.879 2.86-4.314 4.292l-.428-.431z"/></symbol><symbol viewBox="0 0 24 24" id="warning--added-lane-from-entering-roadway--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.861 0h.245c.334.041.626.223.857.462 3.524 3.526 7.05 7.051 10.576 10.576.247.232.426.533.462.874v.19c-.044.306-.19.59-.414.802L13.322 23.169c-.343.34-.671.761-1.182.833h-.244c-.502-.043-.832-.444-1.16-.776-3.44-3.442-6.882-6.882-10.324-10.322A1.42 1.42 0 0 1 0 12.141v-.254c.044-.334.226-.624.467-.852C3.989 7.515 7.509 3.995 11.029.474c.224-.234.506-.414.832-.47m-.198.39c-.188.071-.331.22-.474.355L1.051 10.887c-.2.205-.42.396-.586.632-.229.362-.15.871.162 1.16 3.586 3.58 7.164 7.166 10.75 10.746.359.343.978.308 1.308-.058 3.558-3.564 7.12-7.123 10.682-10.684.39-.349.395-1.016.005-1.368-3.536-3.55-7.085-7.088-10.627-10.632-.264-.301-.702-.444-1.082-.29z"/><path fill="#fecf33" d="M11.776.859c.226-.12.492-.023.646.164L22.62 11.219c.296.278.838.716.418 1.13-3.564 3.56-7.124 7.126-10.688 10.685a.465.465 0 0 1-.692.004C8.094 19.479 4.534 15.915.971 12.354a.483.483 0 0 1 .002-.719C4.484 8.111 8.011 4.599 11.525 1.076c.078-.079.162-.152.253-.218m-.968 5.044c.241 1.234.479 2.468.724 3.701-.004.258.371.418.512.176.197-.302.344-.634.528-.944 1.702 1.698 3.4 3.401 5.101 5.099l1.175-1.174c-1.696-1.704-3.401-3.397-5.096-5.101.306-.186.64-.323.937-.521.245-.149.071-.512-.18-.524-1.23-.254-2.465-.486-3.701-.712m-4.078.568c.288.293.58.582.872.871.149-.144.296-.289.443-.436-.294-.292-.582-.589-.876-.88-.148.146-.294.294-.439.444m1.972 1.095c-.146.146-.292.294-.436.443.289.294.582.583.871.877.148-.15.296-.298.445-.445-.292-.294-.582-.588-.881-.875m1.541 1.532L9.8 9.54c.292.294.584.584.875.878.149-.149.296-.298.446-.444l-.877-.878m-3.802 1.175c.241 1.244.472 2.491.721 3.734.014.244.37.353.515.164.208-.298.348-.635.527-.949.376.361.864.728.88 1.3.019 1.735.001 3.472.008 5.208h1.667c-.005-1.774.014-3.547-.01-5.32-.04-.966-.66-1.768-1.369-2.366.308-.181.64-.324.941-.518.227-.139.11-.523-.15-.535a127.09 127.09 0 0 0-3.73-.718m4.894.805c.904.92 1.45 2.189 1.46 3.482.011 2.088.01 4.176.016 6.264l.635.001c-.006-2.065-.013-4.129-.024-6.194a5.995 5.995 0 0 0-.27-1.722c1.435 1.434 2.88 2.86 4.315 4.292l.428-.432c-2.035-2.05-4.078-4.091-6.118-6.134l-.443.443z"/><path d="M11.663.394c.38-.154.818-.011 1.082.29 3.542 3.544 7.091 7.082 10.627 10.632.39.352.385 1.019-.005 1.368-3.563 3.56-7.124 7.12-10.682 10.684-.33.366-.949.401-1.308.058C7.791 19.846 4.213 16.26.627 12.68c-.312-.289-.391-.798-.162-1.16.166-.236.385-.427.586-.632L11.189.75c.143-.136.286-.284.474-.355m.113.464a2.031 2.031 0 0 0-.253.218C8.009 4.6 4.483 8.111.971 11.636a.482.482 0 0 0-.002.719c3.563 3.56 7.123 7.124 10.687 10.684a.464.464 0 0 0 .692-.004c3.564-3.559 7.124-7.124 10.688-10.685.42-.414-.121-.852-.418-1.13L12.42 1.024C12.266.837 12 .74 11.774.86z"/><path d="M10.81 5.902c1.236.226 2.471.457 3.701.712.251.012.425.376.18.524-.298.198-.631.335-.937.521 1.696 1.704 3.401 3.397 5.096 5.101l-1.175 1.174c-1.702-1.698-3.4-3.401-5.101-5.099-.184.311-.331.642-.528.944-.142.241-.516.082-.512-.176-.245-1.232-.482-2.467-.724-3.701zM6.732 6.47c.145-.15.292-.298.439-.444.294.29.582.588.876.88-.146.146-.294.292-.443.436a79.57 79.57 0 0 1-.872-.871zM8.704 7.564c.299.287.589.581.881.875-.149.148-.298.295-.445.445-.289-.294-.582-.583-.871-.877.144-.149.289-.296.436-.443zM10.244 9.096c.293.293.584.587.877.878-.15.146-.298.295-.446.444-.29-.294-.583-.584-.875-.878l.444-.444zM6.442 10.271c1.246.226 2.491.455 3.73.718.26.012.377.396.15.535-.301.194-.632.337-.941.518.709.599 1.33 1.4 1.369 2.366.024 1.772.005 3.546.01 5.32H9.093c-.007-1.736.011-3.473-.008-5.208-.016-.571-.504-.938-.88-1.3-.179.314-.319.652-.527.949-.145.188-.5.079-.515-.164-.25-1.243-.48-2.49-.721-3.734zM11.336 11.076c.146-.148.294-.295.443-.443 2.04 2.044 4.082 4.085 6.118 6.134l-.428.432c-1.435-1.433-2.88-2.858-4.315-4.292.167.559.271 1.138.27 1.722.011 2.065.018 4.129.024 6.194l-.635-.001c-.006-2.088-.005-4.176-.016-6.264-.011-1.294-.557-2.562-1.46-3.482z"/></symbol><symbol viewBox="0 0 24 24" id="warning--added-lane-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M.343 12.834l10.829 10.828c.451.45 1.201.45 1.659 0l10.828-10.828a1.184 1.184 0 0 0 0-1.668L12.831.338a1.186 1.186 0 0 0-1.659 0L.343 11.166a1.184 1.184 0 0 0 0 1.668z"/><path d="M11.33 23.475c.39.316.856.391 1.261.068l.083-.061 10.814-10.821c.375-.443.375-.901 0-1.345L12.674.495c-.361-.293-.774-.383-1.187-.12l-.075.061-.082.059L.516 11.316c-.376.443-.376.894 0 1.337L11.33 23.474z"/><path fill="#fee011" d="M12.126 23.287c.082-.022.12-.052.195-.105l10.814-10.814c.211-.263.211-.458 0-.72L12.321.834c-.21-.157-.428-.15-.631.007L.869 11.655c-.202.256-.202.451 0 .706L11.69 23.175c.143.12.255.136.436.113z"/><path d="M14.511 15.348V8.491l-1.242.367c-.007 0-.052.007-.075.007a.377.377 0 0 1-.381-.374c0-.09.098-.247.098-.247l2.505-3.641 2.498 3.641c.029.053.097.157.097.247a.376.376 0 0 1-.381.374c-.023 0-.067-.007-.075-.007l-1.241-.367v6.857h-1.802zm-2.289 6.76l-5.055-5.099 2.094-2.094c1.75-1.75 2.437-3.979 2.437-6.409l-.007-5.825h.531v19.427zm-4.643-8.869c1.152-1.152 1.78-2.804 1.78-4.449 0-.105 0-.202.015-.306l1.264.374c.007 0 .052.007.075.007.21 0 .381-.165.381-.374 0-.09-.067-.194-.096-.247L8.5 4.603 5.995 8.244s-.097.157-.097.247c0 .209.172.374.381.374.023 0 .067-.007.075-.007l1.234-.374c-.007.066.008.216.008.306 0 1.181-.434 2.377-1.264 3.2l-2.094 2.086 1.248 1.249 2.094-2.086z"/></symbol><symbol viewBox="0 0 24 24" id="warning--added-lane-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M23.66 12.834L12.831 23.662c-.451.45-1.201.45-1.659 0L.344 12.834a1.184 1.184 0 0 1 0-1.668L11.172.338a1.186 1.186 0 0 1 1.659 0L23.66 11.166c.458.459.458 1.21 0 1.668z"/><path d="M12.674 23.475c-.39.316-.856.391-1.261.068l-.083-.061L.516 12.661c-.375-.443-.375-.901 0-1.345L11.33.495c.361-.293.774-.383 1.187-.12l.075.061.082.059 10.814 10.821c.376.443.376.894 0 1.337L12.674 23.474z"/><path fill="#fee011" d="M11.878 23.287c-.082-.022-.12-.052-.195-.105L.869 12.368c-.211-.263-.211-.458 0-.72L11.683.834c.21-.157.428-.15.631.007l10.821 10.814c.202.256.202.451 0 .706L12.314 23.175c-.143.12-.255.136-.436.113z"/><path d="M9.493 15.348V8.491l1.242.367c.007 0 .052.007.075.007a.377.377 0 0 0 .381-.374c0-.09-.098-.247-.098-.247L8.588 4.603 6.09 8.244c-.029.053-.097.157-.097.247 0 .209.171.374.381.374.023 0 .067-.007.075-.007l1.241-.367v6.857h1.802zm2.289 6.76l5.055-5.099-2.094-2.094c-1.75-1.75-2.437-3.979-2.437-6.409l.007-5.825h-.531v19.427zm4.643-8.869c-1.152-1.152-1.78-2.804-1.78-4.449 0-.105 0-.202-.015-.306l-1.264.374c-.007 0-.052.007-.075.007a.376.376 0 0 1-.381-.374c0-.09.067-.194.096-.247l2.498-3.641 2.505 3.641s.097.157.097.247a.377.377 0 0 1-.381.374c-.023 0-.067-.007-.075-.007l-1.234-.374c.007.066-.008.216-.008.306 0 1.181.434 2.377 1.264 3.2l2.094 2.086-1.248 1.249-2.094-2.086z"/></symbol><symbol viewBox="0 0 24 24" id="warning--arch-bridge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.07 2.137c.164-.258.359-.543.676-.618a1.247 1.247 0 0 1 1.355.621c3.462 5.966 6.921 11.933 10.383 17.898.186.341.452.667.466 1.071.04.556-.331 1.105-.853 1.291-.335.075-.683.032-1.023.04-6.716 0-13.431-.002-20.146.001-.42-.01-.876.053-1.259-.16-.388-.219-.609-.646-.669-1.077v-.213c.028-.199.083-.396.184-.57L11.07 2.137m-7.393 17.6c5.537.001 11.074.001 16.611-.001-2.769-4.793-5.534-9.588-8.305-14.379-2.771 4.792-5.538 9.586-8.305 14.38z"/><path fill="#fff" d="M3.677 19.737c2.767-4.794 5.535-9.588 8.305-14.38 2.771 4.791 5.537 9.586 8.305 14.379-5.537.002-11.074.002-16.611.001m8.237-7.232c.553-.966 1.12-1.925 1.674-2.891a619.386 619.386 0 0 0-3.339-.001c.546.97 1.113 1.926 1.665 2.892m-4.705 2.317c-.88 1.44-1.702 2.919-2.553 4.376.849.002 1.697.002 2.545 0 .001-.795.003-1.592-.002-2.387.013-.114-.028-.252.064-.342 1.382-1.604 3.63-2.367 5.707-1.99a6.24 6.24 0 0 1 3.636 2.063c.002.886-.001 1.772.002 2.658.844-.002 1.689 0 2.534-.001-.738-1.273-1.474-2.546-2.209-3.821-.14-.23-.244-.497-.466-.664a7.298 7.298 0 0 0-2.028-1.119c-2.4-.884-5.271-.436-7.23 1.227M7.559 17l.531.053a.536.536 0 0 1 .763-.331c.189.087.126.313.132.477a3.524 3.524 0 0 1-.554.126l.002.408c.25-.007.519.023.639.276l-.119.328c-.17.047-.355.126-.528.044-.182-.043-.249-.237-.342-.377-.175.036-.351.073-.527.108.088.291.251.585.553.695.469.174 1.131.121 1.39-.367.195-.314.088-.722-.188-.946.123-.152.215-.324.275-.51-.053-.152-.083-.32-.189-.447-.509-.598-1.754-.406-1.836.461m3.722.264c-.078.218.053.413.172.583-.287.227-.324.717-.034.956.176.175.437.177.665.224.228-.049.483-.07.656-.247a.62.62 0 0 0-.082-.938c.306-.246.252-.783-.103-.955-.42-.228-1.123-.145-1.273.377m2.639.231c-.03.489-.002.978-.011 1.467l.415.008c.009-.342-.024-.685.017-1.024.06-.114.193-.157.289-.232.06.086.189.141.198.257.025.333.003.667.01.999l.413-.008c.005-.33-.019-.661.011-.991.012-.12.148-.165.221-.244l.243.131c.025.369.017.738.016 1.107l.407.003c-.005-.366.013-.732-.007-1.098-.014-.276-.289-.482-.553-.488-.222-.018-.426.191-.644.075-.186-.085-.383-.046-.572.003-.142.002-.393-.154-.454.036m-3.633.93c-.159.101-.116.371.058.434.22.121.498-.188.327-.381-.079-.132-.275-.169-.385-.053z"/><path fill="#fff" d="M11.763 17.232c.209-.08.518-.145.632.109.075.366-.378.353-.614.293a5.354 5.354 0 0 1-.018-.401zM11.811 18.102c.182-.08.385-.022.576-.009.041.098.068.2.081.306-.14.259-.542.286-.741.084-.074-.126-.065-.315.084-.381z"/><path fill="#231f20" d="M11.913 12.505c-.552-.966-1.119-1.923-1.665-2.892 1.113-.003 2.226-.003 3.339.001-.554.966-1.121 1.925-1.674 2.891zM7.208 14.822c1.959-1.663 4.83-2.111 7.23-1.227.73.26 1.415.644 2.028 1.119.222.167.326.434.466.664.735 1.274 1.472 2.548 2.209 3.821-.845.001-1.69-.001-2.534.001-.003-.886 0-1.772-.002-2.658a6.245 6.245 0 0 0-3.636-2.063c-2.078-.377-4.325.386-5.707 1.99-.092.09-.051.229-.064.342.004.795.003 1.592.002 2.387-.848.002-1.696.002-2.545 0 .851-1.458 1.673-2.936 2.553-4.376z"/><path fill="#231f20" d="M7.559 17c.081-.866 1.327-1.059 1.836-.461.106.127.136.294.189.447-.06.186-.152.357-.275.51.277.224.384.632.188.946-.259.488-.921.541-1.39.367-.301-.11-.464-.405-.553-.695.176-.035.352-.072.527-.108.093.14.159.334.342.377.173.082.358.003.528-.044l.119-.328c-.12-.253-.389-.283-.639-.276l-.002-.408c.187-.027.373-.069.554-.126-.006-.165.057-.391-.132-.477a.536.536 0 0 0-.763.331 95.395 95.395 0 0 0-.531-.053zM11.283 17.262c.15-.521.853-.604 1.273-.377.356.172.409.709.103.955a.62.62 0 0 1 .082.938c-.173.177-.428.198-.656.247-.228-.047-.489-.049-.665-.224-.29-.238-.253-.729.034-.956-.119-.17-.25-.365-.172-.583m.481-.03c.002.134.008.268.018.401.236.06.689.074.614-.293-.115-.254-.423-.188-.632-.109m.048.871c-.149.066-.158.255-.084.381.199.202.601.175.741-.084a1.082 1.082 0 0 0-.081-.306c-.191-.013-.394-.071-.576.009zM13.923 17.493c.06-.19.312-.034.454-.036.189-.048.386-.088.572-.003.218.116.422-.094.644-.075.264.006.539.212.553.488.02.366.002.732.007 1.098l-.407-.003c.001-.369.01-.738-.016-1.107a18.705 18.705 0 0 1-.243-.13c-.073.08-.208.124-.221.244-.031.329-.006.66-.011.991l-.413.008c-.006-.333.015-.667-.01-.999-.009-.116-.138-.171-.198-.257-.096.075-.23.118-.289.232-.04.339-.008.682-.017 1.024l-.415-.008c.01-.489-.018-.978.011-1.467zM10.289 18.424c.11-.116.306-.079.385.053.171.193-.107.502-.327.381-.173-.063-.216-.334-.058-.434z"/></symbol><symbol viewBox="0 0 24 24" id="warning--atv-and-snowmobiles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M10.813.61c.287-.292.643-.551 1.066-.581.508-.064.986.2 1.327.556l10.267 10.266c.252.241.438.544.527.881v.569a1.864 1.864 0 0 1-.508.866c-3.262 3.259-6.522 6.52-9.782 9.781-.42.406-.802.919-1.404 1.052h-.574c-.556-.119-.917-.577-1.298-.955-3.301-3.301-6.601-6.602-9.904-9.901-.368-.352-.589-.875-.484-1.385.085-.56.551-.93.923-1.31C4.25 7.169 7.535 3.893 10.813.61m.747-.204c-.21.091-.379.25-.542.407C7.599 4.239 4.173 7.66.752 11.084c-.563.464-.576 1.386-.014 1.856 3.302 3.299 6.601 6.6 9.904 9.899.343.32.643.756 1.129.863.413.1.845-.065 1.134-.365 3.341-3.337 6.677-6.678 10.019-10.015.337-.341.773-.684.8-1.204.049-.412-.173-.79-.461-1.063C19.82 7.619 16.387 4.172 12.945.735c-.343-.376-.908-.536-1.385-.329z"/><path fill="#ffde00" d="M11.802.784c.337-.122.668.078.892.32 3.262 3.258 6.515 6.526 9.778 9.782.24.246.505.473.707.754.202.294.116.709-.142.942-3.462 3.466-6.931 6.926-10.392 10.393-.172.172-.388.337-.646.313-.382-.002-.616-.343-.869-.577a6006.37 6006.37 0 0 0-9.776-9.775c-.248-.268-.623-.52-.601-.93-.007-.247.152-.45.316-.617 3.4-3.403 6.805-6.799 10.199-10.208.162-.15.319-.325.535-.397M9.215 5.999l-.425.002.001 1.051c-.415.126-.833.244-1.238.398.06.043.18.132.241.175.648-.056 1.274-.274 1.925-.298.704.718 1.271 1.562 1.925 2.328h.737l.002-.224-.648-.001c-.628-.83-1.222-1.687-1.868-2.502-.154-.222-.424-.044-.634-.032.24-.822.457-1.651.698-2.473.378-.007.756-.007 1.134-.011l.029-.23a41.952 41.952 0 0 0-1.279-.002c-.224.598-.402 1.212-.6 1.819m.889-.516c-.107.301-.212.602-.317.904.244.325.487.65.733.974l1.769-.001v-.644c-.395-.34-.757-.714-1.152-1.054-.278-.258-.689-.15-1.033-.179m2.363 1.16l.001.701h.898c-.138.514-.304 1.021-.402 1.544.462-.394.623-1.03 1.072-1.43.491-.086.995-.026 1.49-.043.496.341.908.806 1.459 1.062-.299-.527-.764-.929-1.166-1.373-.191-.25-.516-.228-.796-.245-.046-.198-.022-.422-.144-.595-.809.088-1.609.246-2.412.379m-1.709 1.021c.349.486.709.965 1.062 1.448.263-.04.676.092.782-.241.149-.392.234-.805.35-1.207h-2.195m-2.772.906c-.265.232-.349.587-.456.907l-.001.361c.121.469.35.983.846 1.15l.146.185.161-.085c.246.172.547.109.82.055.19-.086.37-.19.564-.264.116-.17.256-.323.388-.48.044-.136.08-.272.104-.413l.098-.12a4.517 4.517 0 0 0-.146-.832c-.076-.14-.166-.274-.229-.42l-.134.006a.785.785 0 0 0-.337-.328c-.197-.084-.398-.154-.592-.245l-.163.151a18.295 18.295 0 0 0-.143-.138c-.323.137-.685.238-.925.509m5.972-.138c-.121.162-.262.31-.383.472-.072.186-.128.379-.196.568l.002.386c.08.263.192.514.313.76.179.138.35.287.551.392l.151.167.198-.126.155.232.211-.176.12.124c.164-.056.329-.108.494-.158.276-.191.611-.378.698-.728l.184-.125-.072-.172c.193-.316.053-.677-.025-1.004-.083-.136-.157-.275-.233-.414l-.13-.018a.703.703 0 0 0-.328-.318 1.634 1.634 0 0 0-.406-.125l-.114-.091a2.362 2.362 0 0 0-1.193.356m-3.796 4.357c-.856.547-1.718 1.084-2.569 1.639-.478.276-.26.907-.308 1.355h5.126c-.558-1.008-1.064-2.045-1.648-3.037-.15-.248-.425-.066-.601.043m5.457 1.714c-.929.01-1.858-.014-2.786.005a.395.395 0 0 0-.44.372c.101.322.284.61.432.912 1.522-.005 3.048.047 4.568-.028.01-.499.004-1 .016-1.499-.23-.092-.476-.154-.726-.127-.395-.004-.659.413-1.063.365m-8.97 1.23c-.1.726.401 1.526 1.162 1.592.958.026 1.918 0 2.875.01l.001-.521c-1.006-.016-2.012.034-3.016-.022-.55-.082-.776-.637-1.022-1.06m4.201.412c.281.422.391 1.198 1.02 1.205 1.444.01 2.888-.004 4.332.005.252 0 .544.006.726-.202.271-.271.17-.688.198-1.032-2.092.014-4.186-.032-6.276.024z"/><path fill="#ffde00" d="M8.806 8.826c.599-.229 1.278.379 1.122.998-.1.629-.953.926-1.417.487-.516-.4-.332-1.312.295-1.486m.007.259c-.414.172-.49.799-.122 1.061.359.311.974.042 1.007-.425.071-.461-.468-.853-.884-.636zM14.677 8.822c.632-.235 1.327.455 1.093 1.088-.161.602-1.009.818-1.438.365-.474-.42-.266-1.289.344-1.453m.02.25c-.412.149-.527.748-.194 1.034.323.336.955.142 1.038-.317.128-.466-.402-.924-.844-.718z"/><path d="M11.56.406c.476-.208 1.042-.047 1.385.329 3.442 3.437 6.875 6.884 10.318 10.32.288.274.51.652.461 1.063-.028.52-.463.863-.8 1.204-3.342 3.337-6.678 6.678-10.019 10.015-.289.3-.721.464-1.134.365-.486-.107-.786-.542-1.129-.863-3.302-3.299-6.601-6.6-9.904-9.899-.562-.47-.548-1.392.014-1.856C4.173 7.66 7.599 4.239 11.018.813c.163-.157.332-.316.542-.407m.242.378c-.216.072-.373.247-.535.397C7.873 4.59 4.468 7.986 1.068 11.389c-.163.167-.323.37-.316.617-.022.41.353.662.601.93 3.263 3.256 6.522 6.514 9.776 9.775.253.234.487.575.869.577.258.024.474-.142.646-.313 3.461-3.467 6.93-6.928 10.392-10.393.258-.233.343-.648.142-.942-.202-.281-.467-.508-.707-.754-3.263-3.257-6.516-6.524-9.778-9.782-.223-.242-.554-.443-.892-.32z"/><path d="M9.215 5.999c.198-.607.376-1.222.6-1.819.426-.005.852-.006 1.279.002l-.029.23c-.378.004-.756.004-1.134.011-.241.822-.458 1.651-.698 2.473.21-.012.48-.19.634.032.647.815 1.241 1.672 1.868 2.502l.648.001-.002.224h-.737c-.654-.766-1.22-1.61-1.925-2.328-.65.024-1.277.241-1.925.298-.061-.043-.181-.132-.241-.175.406-.155.823-.272 1.238-.398L8.79 6.001l.425-.002z"/><path d="M10.104 5.483c.344.029.755-.079 1.033.179.395.34.757.714 1.152 1.054v.644l-1.769.001c-.246-.324-.49-.649-.733-.974.104-.301.21-.602.317-.904zM12.467 6.643c.803-.133 1.603-.292 2.412-.379.122.173.098.397.144.595.28.017.605-.005.796.245.402.444.868.846 1.166 1.373-.551-.256-.964-.721-1.459-1.062-.496.017-1-.043-1.49.043-.449.401-.61 1.037-1.072 1.43.098-.523.264-1.031.402-1.544h-.898l-.001-.701z"/><path d="M10.758 7.664h2.195c-.116.402-.202.815-.35 1.207-.107.334-.52.202-.782.241-.353-.484-.713-.962-1.062-1.448zM7.985 8.57c.24-.271.602-.372.925-.509l.143.138.163-.151c.193.091.395.161.592.245a.774.774 0 0 1 .337.328l.134-.006c.064.146.154.28.229.42.082.271.118.551.146.832l-.098.12c-.024.14-.06.277-.104.413-.132.157-.271.31-.388.48-.194.074-.374.178-.564.264-.272.054-.574.116-.82-.055l-.161.085-.146-.185c-.496-.167-.725-.68-.846-1.15l.001-.361c.107-.32.191-.676.456-.907m.822.255c-.628.174-.811 1.086-.295 1.486.464.439 1.318.142 1.417-.487.156-.619-.523-1.228-1.122-.998zM13.958 8.431c.356-.232.77-.338 1.193-.356l.114.091c.142.024.276.066.406.125a.712.712 0 0 1 .328.318l.13.018c.076.139.15.278.233.414.078.328.218.689.025 1.004l.072.172-.184.125c-.088.35-.422.538-.698.728-.166.05-.33.102-.494.158l-.12-.124-.211.176-.155-.232-.198.126-.151-.167c-.2-.106-.372-.254-.551-.392a5.082 5.082 0 0 1-.313-.76l-.002-.386c.067-.188.124-.382.196-.568.121-.162.262-.31.383-.472m.716.393c-.611.164-.818 1.033-.344 1.453.428.454 1.277.238 1.438-.365.234-.634-.461-1.324-1.093-1.088z"/><path d="M8.813 9.084c.416-.217.955.175.884.636-.032.467-.648.736-1.007.425-.367-.262-.292-.889.122-1.061zM14.696 9.072c.442-.206.972.252.844.718-.083.458-.715.653-1.038.317-.332-.287-.217-.886.194-1.034zM10.159 12.79c.176-.109.451-.292.601-.043.583.992 1.09 2.029 1.648 3.037H7.282c.048-.448-.169-1.079.308-1.355.851-.556 1.714-1.092 2.569-1.639zM15.616 14.504c.404.048.668-.368 1.063-.365.25-.026.496.035.726.127-.012.499-.006 1-.016 1.499-1.52.074-3.047.023-4.568.028-.148-.302-.331-.59-.432-.912a.396.396 0 0 1 .44-.372c.929-.019 1.858.005 2.786-.005zM6.647 15.734c.246.422.473.978 1.022 1.06 1.003.055 2.01.006 3.016.022l-.001.521c-.958-.01-1.918.017-2.875-.01-.761-.066-1.261-.866-1.162-1.592zM10.848 16.145c2.09-.056 4.184-.01 6.276-.024-.028.344.073.761-.198 1.032-.182.208-.474.202-.726.202-1.444-.008-2.888.005-4.332-.005-.629-.007-.739-.782-1.02-1.205z"/></symbol><symbol viewBox="0 0 24 24" id="warning--atv-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.944 0h.084c.52.012.876.412 1.209.757 3.448 3.454 6.903 6.9 10.349 10.354.485.436.51 1.258.032 1.708-3.578 3.588-7.166 7.166-10.745 10.751-.292.312-.744.475-1.164.365-.448-.105-.73-.496-1.045-.798C7.4 19.866 4.13 16.6.863 13.332c-.359-.364-.824-.713-.863-1.268v-.135c.028-.315.166-.612.396-.829C3.962 7.531 7.53 3.964 11.097.397c.22-.237.526-.373.847-.397m-.2.365c-.213.049-.38.198-.532.345C7.696 4.228 4.177 7.743.661 11.262c-.407.352-.443 1.037-.032 1.401 3.548 3.553 7.102 7.101 10.648 10.656.343.399 1.014.425 1.375.039 3.45-3.451 6.9-6.903 10.351-10.353.279-.281.645-.569.634-1.007.023-.464-.363-.774-.658-1.071C19.56 7.51 16.139 4.094 12.722.675c-.243-.267-.623-.412-.978-.31z"/><path fill="#ffd033" d="M11.821.831c.24-.102.467.06.623.227 3.498 3.501 6.998 6.999 10.494 10.5.161.148.297.372.2.594-.139.245-.375.415-.565.619-3.401 3.4-6.804 6.8-10.203 10.202-.14.165-.385.26-.586.146-.214-.147-.38-.352-.565-.531-3.283-3.285-6.569-6.565-9.854-9.848-.178-.187-.39-.35-.525-.573-.114-.23.034-.468.202-.62C4.444 8.144 7.848 4.742 11.249 1.338c.184-.175.345-.385.572-.507m-.489 4.519c-.571.262-.591 1.274-.015 1.528.475-.002 1.131-.204 1.143-.781.065-.578-.623-1.028-1.128-.747m-.757 2.021c-.229.276-.442.565-.667.844-.313.013-.62.073-.926.133-.434.044-.872.008-1.308.02-.056.352.279.627.612.606l-.057.443c-.329.032-.687-.037-.996.103-.129.39.124.792.391 1.065-.151.221-.303.441-.457.661-.97-.284-2.008-.082-2.904.345.096.214.338.245.535.311.441.123.865.304 1.313.404.484-.058.952-.207 1.433-.289l-.045.256c-.259.085-.53.125-.796.185-.748.262-1.462-.22-2.196-.317-.187-.044-.223.184-.288.302.572.239 1.16.454 1.773.557.142.021.274-.059.409-.093.89-.304 1.9-.457 2.799-.104.728.285 1.249.921 1.583 1.608.504-.306 1.113-.124 1.668-.171l.21.167c.232-.069.485-.199.728-.096.157.083.254.24.376.363.134-.249.132-.529.103-.802-.291.006-.582.013-.874.008.025-.357.294-.59.611-.706.387-.702.919-1.365 1.668-1.698.652-.319 1.409-.272 2.09-.081a5.34 5.34 0 0 0-.183-.98c-.347-.105-.695-.208-1.041-.314-.146.313-.395.568-.74.651-.228-.314-.394-.74-.807-.846-.423-.104-.858.033-1.283.062-.032-.285-.098-.582-.006-.863.208-.594-.05-1.248-.364-1.758-.332-.469-.963-.276-1.442-.246-.309.058-.714-.024-.922.27m5.591 4.642l-.044.316-.236-.273.049.365a67.571 67.571 0 0 1-.257-.271l.039.388a59.884 59.884 0 0 1-.242-.277l.033.391a50.66 50.66 0 0 1-.256-.222l.06.356-.283-.18.151.317-.294-.155.175.313-.299-.141.176.306-.318-.083.234.257-.326-.014.252.212-.315-.019.269.212-.353-.008.309.215-.313.072.26.142-.262.168.327.054a50.22 50.22 0 0 1-.331.161l.374.064-.303.207.36-.008-.308.209.368-.011-.218.296.354-.086-.2.321.323-.122-.15.335.321-.157-.152.316.313-.17-.123.323.296-.207-.052.347.249-.246-.043.353.253-.267.003.341.232-.276.037.339.195-.317.015.342.179-.328.072.321.13-.34.115.337.076-.35.213.28-.035-.344.24.266-.05-.326.251.226-.093-.31.264.213-.103-.325.281.196-.131-.3.298.161-.159-.286.317.117-.19-.273.325.11-.193-.29.339.032-.225-.238.334.034-.24-.25.327-.003-.298-.207.356-.051c-.1-.065-.2-.132-.299-.198l.334-.039-.319-.162.329-.128-.354-.075.334-.201-.374-.008.278-.233-.337-.007.235-.272-.347.055.248-.262-.375.046.199-.296-.352.087.127-.34-.332.158.122-.336-.338.18.123-.326-.278.215.079-.332-.25.29.044-.368-.271.276-.019-.347-.241.295a39.324 39.324 0 0 1-.054-.337c-.068.1-.132.202-.197.304-.052-.107-.106-.213-.16-.319l-.061.349c-.082-.09-.158-.183-.243-.269M4.44 13.27l.006.349c.073.157.101.339.227.467l-.152.096.271.033a9.9 9.9 0 0 1-.178.091c.152.105.302.213.463.303l-.051.192.133-.17.126.213c.094.004.187.009.28.017l.131-.031.029.131c.124-.014.248-.02.373-.014-.004-.223-.004-.446-.004-.669a.843.843 0 0 1-.731-1.022c-.308.003-.616.004-.923.014m2.784.402l.097.165-.236-.207.032.283a49.07 49.07 0 0 0-.238-.172l.109.272-.179-.091c-.047.166-.117.316-.318.251l.11.03a6.965 6.965 0 0 0-.061.287 52.43 52.43 0 0 0-.242.136l.261.038-.272.202.208.085-.234.123.218.091-.226.089c.231.085.267.392.126.572l.248-.061-.177.245.266-.06-.131.251.236-.115-.117.257.256-.101-.129.167c.266-.007.434.193.582.387l-.112-.267c.163.104.378.152.463.346l.025-.156c.169.022.339.037.509.057l.027-.151.106.168.101-.076c.186.128.295-.126.382-.247l.265-.074-.095-.164c.292.198.238-.17.27-.303l.178.077-.161-.224.178.045c0-.232.015-.462.023-.693l.197-.034-.264-.148.237-.126-.282-.053.222-.106c-.268-.013-.227-.262-.244-.451l-.204.111.154-.267-.265.059.099-.264-.244.142.066-.289-.227.201.063-.149c-.172-.071-.347-.134-.518-.21-.221-.005-.443-.015-.662.025l-.017-.197-.15.312-.038-.19-.271.172z"/><path fill="#ffd033" d="M11.007 5.821c.243-.137.574-.176.829-.053.23.126.142.408.115.615-.327-.124-.686-.203-.974.054 0-.205-.024-.415.03-.616zM9.79 8.648c.267-.069.531-.152.808-.173l.016.327c-.402.078-.8.189-1.214.165-.228.151-.347.406-.481.634l-.42-.01.157-.8-.145-.174c.422.078.854.057 1.279.031z"/><path fill="#ffd033" d="M9.374 9.353c.429.008.859.001 1.286-.05l.079.322-.136.185a1.39 1.39 0 0 0-1.076.314c-.167.117-.385.389-.592.177.038-.355.242-.661.439-.948zM16.093 10.375c.334-.092.656.08.964.184l.005.476a2.553 2.553 0 0 1-1.109-.323c.035-.117.082-.23.14-.337zM4.925 11.672c.479-.11.966-.328 1.465-.226.348.07.723.068 1.038.251-.418.176-.871.263-1.317.326-.4-.096-.817-.163-1.186-.351zM9.832 12.505l.441.002c.297.293.524.645.758.988.026.186-.145.32-.226.471-.306-.445-.666-.855-1.103-1.176l.13-.285zM11.1 12.513c.509-.022 1.093-.161 1.546.14.374.328.155.874-.004 1.257-.335-.15-.07-.558-.233-.813-.161-.266-.517-.232-.786-.255a1.204 1.204 0 0 1-.512.142c-.005-.157-.008-.314-.011-.471zM16.54 13.36c.754-.278 1.584.525 1.324 1.288-.182.75-1.238 1.019-1.755.445-.548-.515-.295-1.535.431-1.733m.659 1.859a.682.682 0 0 0 .506-.666.888.888 0 0 0-.506.666zM7.932 14.453c.555-.183 1.157.378 1.009.944-.094.57-.864.847-1.295.458-.506-.37-.321-1.255.286-1.402m.49 1.461c.238-.097.363-.304.386-.551-.201.123-.365.303-.386.551z"/><path d="M11.744.365c.355-.102.735.043.978.31 3.417 3.419 6.838 6.835 10.257 10.252.295.297.681.607.658 1.071.011.438-.355.726-.634 1.007-3.451 3.45-6.901 6.902-10.351 10.353-.361.386-1.032.36-1.375-.039-3.546-3.555-7.1-7.103-10.648-10.656-.411-.364-.375-1.049.032-1.401C4.177 7.743 7.696 4.228 11.212.71c.152-.147.319-.296.532-.345m.077.466c-.227.122-.388.332-.572.507C7.848 4.742 4.444 8.144 1.042 11.547c-.168.152-.316.39-.202.62.135.223.347.386.525.573 3.285 3.283 6.571 6.563 9.854 9.848.185.179.351.384.565.531.201.114.446.019.586-.146 3.399-3.402 6.802-6.802 10.203-10.202.19-.204.426-.374.565-.619.097-.222-.039-.446-.2-.594-3.496-3.501-6.996-6.999-10.494-10.5-.156-.167-.383-.329-.623-.227z"/><path d="M11.332 5.35c.505-.281 1.193.169 1.128.747-.012.577-.668.779-1.143.781-.576-.254-.556-1.266.015-1.528m-.325.471c-.054.201-.03.411-.03.616.288-.257.647-.178.974-.054.027-.207.115-.489-.115-.615-.255-.123-.586-.084-.829.053zM10.575 7.371c.208-.294.613-.212.922-.27.479-.03 1.11-.223 1.442.246.314.51.572 1.164.364 1.758-.092.281-.026.578.006.863.425-.029.86-.166 1.283-.062.413.106.579.532.807.846.345-.083.594-.338.74-.651.346.106.694.209 1.041.314.095.319.149.649.183.98-.681-.191-1.438-.238-2.09.081-.749.333-1.281.996-1.668 1.698-.317.116-.586.349-.611.706.292.005.583-.002.874-.008.029.273.031.553-.103.802-.122-.123-.219-.28-.376-.363-.243-.103-.496.027-.728.096a30.66 30.66 0 0 1-.21-.167c-.555.047-1.164-.135-1.668.171-.334-.687-.855-1.323-1.583-1.608-.899-.353-1.909-.2-2.799.104-.135.034-.267.114-.409.093-.613-.103-1.201-.318-1.773-.557.065-.118.101-.346.288-.302.734.097 1.448.579 2.196.317.266-.06.537-.1.796-.185l.045-.256c-.481.082-.949.231-1.433.289-.448-.1-.872-.281-1.313-.404-.197-.066-.439-.097-.535-.311.896-.427 1.934-.629 2.904-.345.154-.22.306-.44.457-.661-.267-.273-.52-.675-.391-1.065.309-.14.667-.071.996-.103l.057-.443c-.333.021-.668-.254-.612-.606.436-.012.874.024 1.308-.02.306-.06.613-.12.926-.133.225-.279.438-.568.667-.844M9.79 8.648c-.425.026-.857.047-1.279-.031l.145.174-.157.8.42.01c.134-.228.253-.483.481-.634.414.024.812-.087 1.214-.165l-.016-.327c-.277.021-.541.104-.808.173m-.416.705c-.197.287-.401.593-.439.948.207.212.425-.06.592-.177a1.39 1.39 0 0 1 1.076-.314l.136-.185-.079-.322a9.363 9.363 0 0 1-1.286.05m6.719 1.022c-.058.107-.105.22-.14.337.339.196.719.296 1.109.323l-.005-.476c-.308-.104-.63-.276-.964-.184M4.925 11.672c.369.188.786.255 1.186.351.446-.063.899-.15 1.317-.326-.315-.183-.69-.181-1.038-.251-.499-.102-.986.116-1.465.226m4.907.833l-.13.285c.437.321.797.731 1.103 1.176.081-.151.252-.285.226-.471-.234-.343-.461-.695-.758-.988l-.441-.002m1.268.008c.003.157.006.314.011.471.178-.017.356-.049.512-.142.269.023.625-.011.786.255.163.255-.102.663.233.813.159-.383.378-.929.004-1.257-.453-.301-1.037-.162-1.546-.14z"/><path d="M16.166 12.013c.085.086.161.179.243.269l.061-.349c.054.106.108.212.16.319.065-.102.129-.204.197-.304l.054.337.241-.295.019.347.271-.276-.044.368.25-.29-.079.332.278-.215-.123.326.338-.18-.122.336.332-.158-.127.34.352-.087-.199.296.375-.046-.248.262.347-.055-.235.272.337.007-.278.233.374.008-.334.201.354.075-.329.128.319.162-.334.039c.099.066.199.133.299.198l-.356.051.298.207-.327.003.24.25-.334-.034.225.238-.339-.032.193.29a41.429 41.429 0 0 0-.325-.11l.19.273-.317-.117.159.286-.298-.161.131.3-.281-.196.103.325-.264-.213.093.31-.251-.226.05.326a63.87 63.87 0 0 1-.24-.266l.035.344-.213-.28-.076.35-.115-.337-.13.34-.072-.321-.179.328-.015-.342-.195.317-.037-.339-.232.276-.003-.341-.253.267.043-.353-.249.246.052-.347-.296.207.123-.323-.313.17.152-.316-.321.157.15-.335-.323.122.2-.321-.354.086.218-.296-.368.011.308-.209-.36.008.303-.207-.374-.064.331-.161-.327-.054.262-.168a33.334 33.334 0 0 0-.26-.142l.313-.072-.309-.215.353.008-.269-.212.315.019-.252-.212.326.014-.234-.257.318.083-.176-.306.299.141-.175-.313.294.155-.151-.317.283.18-.06-.356.256.222a51.506 51.506 0 0 1-.033-.391l.242.277-.039-.388.257.271-.049-.365.236.273.044-.316m.374 1.347c-.726.198-.979 1.218-.431 1.733.517.574 1.573.305 1.755-.445.26-.763-.57-1.566-1.324-1.288zM4.44 13.27c.307-.01.615-.011.923-.014a.843.843 0 0 0 .731 1.022c0 .223 0 .446.004.669-.125-.006-.249 0-.373.014l-.029-.131-.131.031a6.472 6.472 0 0 0-.28-.017l-.126-.213-.133.17.051-.192c-.161-.09-.311-.198-.463-.303a9.9 9.9 0 0 0 .178-.091l-.271-.033.152-.096c-.126-.128-.154-.31-.227-.467a40.619 40.619 0 0 1-.006-.349zM7.224 13.672l.271-.172.038.19.15-.312.017.197c.219-.04.441-.03.662-.025.171.076.346.139.518.21l-.063.149.227-.201a24.46 24.46 0 0 1-.066.289l.244-.142-.099.264.265-.059-.154.267.204-.111c.017.189-.024.438.244.451l-.222.106.282.053-.237.126.264.148-.197.034c-.008.231-.023.461-.023.693l-.178-.045.161.224-.178-.077c-.032.133.022.501-.27.303l.095.164-.265.074c-.087.121-.196.375-.382.247l-.101.076-.106-.168-.027.151c-.17-.02-.34-.035-.509-.057l-.025.156c-.085-.194-.3-.242-.463-.346l.112.267c-.148-.194-.316-.394-.582-.387l.129-.167-.256.101.117-.257-.236.115.131-.251-.266.06.177-.245-.248.061c.141-.18.105-.487-.126-.572l.226-.089-.218-.091.234-.123-.208-.085.272-.202-.261-.038.242-.136c.018-.096.039-.192.061-.287l-.11-.03c.201.065.271-.085.318-.251l.179.091-.109-.272.238.172-.032-.283.236.207-.097-.165m.708.781c-.607.147-.792 1.032-.286 1.402.431.389 1.201.112 1.295-.458.148-.566-.454-1.127-1.009-.944z"/><path d="M17.199 15.219a.888.888 0 0 1 .506-.666.682.682 0 0 1-.506.666zM8.422 15.914c.021-.248.185-.428.386-.551-.023.247-.148.454-.386.551z"/></symbol><symbol viewBox="0 0 24 24" id="warning--atv-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.548.128c.388-.217.884-.091 1.174.23 3.604 3.598 7.196 7.207 10.802 10.804.227.222.449.498.426.835.007.467-.395.763-.688 1.064-3.404 3.4-6.805 6.802-10.205 10.205-.301.288-.592.694-1.055.679-.443.034-.74-.331-1.02-.613C7.546 19.89 4.102 16.457.664 13.018c-.282-.284-.653-.577-.643-1.019-.02-.312.167-.581.379-.79C3.86 7.748 7.322 4.289 10.78.825c.248-.24.47-.515.767-.698m.13.159c-.125.067-.229.164-.332.259-3.601 3.599-7.2 7.2-10.801 10.798-.172.178-.348.392-.329.656 0 .389.353.624.592.881 3.341 3.337 6.678 6.679 10.018 10.019.265.256.5.547.804.758.3.187.702.088.929-.169 3.66-3.666 7.33-7.325 10.986-10.993.337-.314.238-.862-.098-1.135C19.848 7.761 16.247 4.164 12.65.564c-.238-.263-.625-.468-.971-.277z"/><path fill="#ffd520" d="M11.794.622c.244-.18.494.072.664.234 3.577 3.588 7.168 7.163 10.745 10.751.223.179.282.515.038.707-3.476 3.482-6.962 6.959-10.439 10.442-.228.215-.425.476-.703.631-.191.089-.359-.078-.49-.192-3.62-3.624-7.246-7.243-10.866-10.867-.259-.198-.199-.553.041-.738C4.203 8.164 7.63 4.745 11.051 1.32c.244-.236.464-.502.743-.698M8.827 6.398c-.256.754-.482 1.517-.73 2.274a59.004 59.004 0 0 0-.595 0l.001 1.466c-.548.173-1.116.301-1.642.538l.042.258c.961.014 1.894-.371 2.856-.408.202.072.32.265.457.418.758.958 1.525 1.909 2.291 2.862.347 0 .694 0 1.039.017a7.708 7.708 0 0 0-.002-.34c-.301.004-.604.006-.905.005-.823-1.114-1.649-2.227-2.47-3.344-.118-.132-.221-.322-.415-.34-.216.022-.422.086-.631.138.334-1.16.642-2.329.982-3.488.529-.061 1.103.079 1.604-.084a19.038 19.038 0 0 1-.017-.229c-.524-.068-1.056-.043-1.583-.025-.174-.029-.233.161-.283.283m.518 1.545c-.149.416-.294.834-.439 1.25l1.032 1.373 2.48.001c-.002-.302.002-.605.004-.907-.558-.481-1.076-1.007-1.631-1.492-.392-.361-.966-.188-1.446-.226m3.32 1.615v.978h1.26c-.186.719-.428 1.424-.558 2.156.623-.504.85-1.328 1.386-1.907.164-.151.404-.133.612-.146.534-.005 1.067.005 1.601 0 .61.485 1.235.953 1.813 1.476a.785.785 0 0 1 .194-.2c-.572-.564-1.082-1.187-1.643-1.76-.277-.317-.724-.27-1.102-.278-.059-.278.076-.924-.388-.838a121.4 121.4 0 0 0-3.176.52m-2.407 1.433c.494.674.997 1.344 1.492 2.02.37-.038.925.144 1.098-.307.212-.556.324-1.144.497-1.712h-3.086m-2.929.723a.589.589 0 0 0-.512.233c-.214.023-.365.137-.412.352-.228.047-.338.203-.338.43-.185.124-.252.31-.226.526-.136.161-.138.353-.076.541-.056.182.004.355.07.526.002.2.042.407.22.532.056.198.161.368.368.431.065.206.241.3.438.354.143.157.323.242.533.164.137.198.346.168.54.091.197.079.403.107.551-.085.209.025.395-.035.518-.214.211-.013.34-.148.413-.335.205-.071.317-.244.338-.454.187-.12.258-.296.199-.511.154-.185.202-.419-.024-.575.307.005.102-.419-.005-.53.074-.223-.042-.377-.228-.491.038-.272-.14-.428-.403-.398l.016-.322a50.539 50.539 0 0 0-.389-.014c-.085-.23-.283-.314-.514-.25-.17-.122-.355-.192-.526-.028-.184-.132-.373-.092-.552.028m8.238.005c-.204-.017-.386.044-.509.215-.206.046-.394.142-.438.368-.212.052-.318.206-.331.42-.092.104-.19.206-.283.311l.138.2c-.229.12-.226.336-.155.552-.046.187-.059.382.083.536a.717.717 0 0 0 .208.552c.058.19.181.332.359.422.08.191.24.306.448.318a.46.46 0 0 0 .53.194c.151.172.342.193.536.077.202.085.409.089.557-.096.258.104.416-.056.523-.272l.192.119c.073-.136.142-.274.193-.42.181.083.272-.161.402-.238l-.11-.15c.263-.102.372-.34.239-.596l.223-.127a3.46 3.46 0 0 0-.154-.374c.052-.107.101-.215.15-.322l-.235-.166c.125-.266.024-.508-.293-.515l.151-.269a3.7 3.7 0 0 0-.426-.169c-.024-.25-.162-.379-.413-.347-.11-.205-.308-.269-.529-.241-.163-.156-.349-.146-.526-.03-.182-.131-.368-.074-.53.047z"/><path fill="#ffd520" d="M7.47 12.638c.846-.37 1.847.487 1.63 1.379-.13.882-1.315 1.297-1.975.707-.719-.542-.506-1.801.346-2.086m.019.37c-.577.278-.622 1.19-.061 1.511.539.384 1.369-.064 1.35-.722.036-.642-.732-1.111-1.289-.788zM15.649 12.658c.857-.42 1.92.463 1.674 1.382-.144.857-1.288 1.26-1.946.704-.728-.52-.559-1.769.272-2.087m.097.331c-.593.252-.678 1.168-.127 1.512.53.413 1.393-.025 1.378-.695.042-.628-.69-1.104-1.25-.817z"/><path d="M11.677.286c.346-.191.733.014.971.277 3.598 3.6 7.199 7.198 10.796 10.796.336.274.436.821.098 1.135-3.656 3.668-7.326 7.327-10.986 10.993-.227.257-.629.356-.929.169-.304-.211-.539-.503-.804-.758-3.34-3.34-6.677-6.682-10.018-10.019-.239-.257-.592-.492-.592-.881-.019-.264.157-.479.329-.656C4.143 7.744 7.742 4.143 11.343.544c.103-.095.208-.192.332-.259m.119.337c-.278.197-.499.462-.743.698C7.63 4.745 4.203 8.164.784 11.59c-.24.185-.3.54-.041.738 3.62 3.624 7.246 7.243 10.866 10.867.131.114.299.281.49.192.278-.155.475-.416.703-.631 3.476-3.484 6.962-6.96 10.439-10.442.244-.192.185-.528-.038-.707C19.626 8.019 16.035 4.444 12.458.856c-.169-.162-.42-.414-.664-.234z"/><path d="M8.827 6.398c.05-.122.109-.312.283-.283.527-.018 1.058-.043 1.583.025l.017.229c-.502.163-1.075.023-1.604.084-.34 1.159-.648 2.328-.982 3.488.209-.052.415-.116.631-.138.194.018.298.208.415.34.821 1.117 1.646 2.231 2.47 3.344.301.001.604-.001.905-.005.004.113.005.227.002.34-.346-.017-.692-.017-1.039-.017-.766-.953-1.532-1.904-2.291-2.862-.137-.152-.256-.346-.457-.418-.962.037-1.895.422-2.856.408l-.042-.258c.526-.236 1.093-.365 1.642-.538l-.001-1.466h.595c.247-.757.474-1.52.73-2.274z"/><path d="M9.344 7.944c.48.037 1.054-.136 1.446.226.554.485 1.073 1.01 1.631 1.492-.001.302-.006.605-.004.907l-2.48-.001c-.344-.457-.689-.914-1.032-1.373.145-.416.29-.834.439-1.25zM12.664 9.558c1.056-.186 2.116-.361 3.176-.52.463-.086.329.559.388.838.378.008.824-.038 1.102.278.56.574 1.07 1.196 1.643 1.76a.753.753 0 0 0-.194.2c-.578-.523-1.204-.991-1.813-1.476-.534.005-1.067-.005-1.601 0-.208.013-.448-.005-.612.146-.536.578-.763 1.403-1.386 1.907.13-.732.372-1.438.558-2.156h-1.26v-.978z"/><path d="M10.256 10.992h3.086c-.173.569-.284 1.157-.497 1.712-.173.451-.728.269-1.098.307-.494-.676-.997-1.345-1.492-2.02zM7.328 11.716c.179-.12.368-.16.552-.028.17-.164.355-.095.526.028.23-.065.428.019.514.25l.389.014c-.005.08-.012.241-.016.322.263-.03.442.126.403.398.186.114.302.268.228.491.107.112.312.535.005.53.226.156.178.39.024.575.059.215-.012.391-.199.511-.022.21-.133.383-.338.454-.073.187-.202.322-.413.335-.124.179-.31.239-.518.214-.148.192-.354.164-.551.085-.194.077-.403.107-.54-.091-.21.078-.39-.007-.533-.164-.197-.054-.373-.148-.438-.354-.208-.062-.312-.233-.368-.431-.178-.125-.217-.331-.22-.532-.066-.17-.126-.343-.07-.526-.062-.188-.06-.38.076-.541-.026-.216.041-.402.226-.526 0-.227.11-.383.338-.43.047-.215.198-.329.412-.352a.589.589 0 0 1 .512-.233m.141.923c-.852.284-1.064 1.543-.346 2.086.66.59 1.846.175 1.975-.707.217-.892-.784-1.748-1.63-1.379zM15.565 11.722c.162-.121.348-.178.53-.047.176-.116.362-.126.526.03.221-.028.419.036.529.241.251-.032.389.097.413.347a3.7 3.7 0 0 1 .426.169l-.151.269c.317.007.418.248.293.515l.235.166c-.049.107-.098.215-.15.322.059.122.109.247.154.374l-.223.127c.133.257.024.494-.239.596l.11.15c-.13.077-.221.32-.402.238-.052.146-.12.284-.193.42l-.192-.119c-.107.216-.265.377-.523.272-.148.185-.355.181-.557.096-.194.116-.385.095-.536-.077a.46.46 0 0 1-.53-.194.5.5 0 0 1-.448-.318.687.687 0 0 1-.359-.422.72.72 0 0 1-.208-.552c-.142-.155-.128-.349-.083-.536-.071-.216-.074-.432.155-.552l-.138-.2c.094-.104.191-.206.283-.311.013-.214.119-.368.331-.42.044-.227.232-.323.438-.368.122-.17.305-.232.509-.215m.084.935c-.832.318-1.001 1.567-.272 2.087.659.556 1.802.152 1.946-.704.246-.919-.817-1.802-1.674-1.382z"/><path d="M7.49 13.008c.557-.323 1.325.146 1.289.788.019.659-.811 1.106-1.35.722-.56-.32-.516-1.232.061-1.511zM15.746 12.988c.56-.287 1.292.19 1.25.817.016.67-.847 1.108-1.378.695-.551-.344-.466-1.26.127-1.512z"/></symbol><symbol viewBox="0 0 24 24" id="warning--axle-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.575.532c.361-.26.86-.103 1.135.209 3.538 3.538 7.078 7.073 10.612 10.613.382.325.413.979.023 1.31-3.458 3.462-6.924 6.918-10.379 10.384-.271.258-.539.63-.962.577-.424.042-.692-.33-.965-.589A7885.053 7885.053 0 0 0 1.021 13.018c-.274-.284-.659-.572-.626-1.014-.02-.28.172-.5.352-.689C4.27 7.795 7.791 4.273 11.312.751c.083-.079.17-.152.264-.22m-.571 1.121c-3.038 3.04-6.079 6.078-9.118 9.119-.389.398-.82.762-1.135 1.224.185.386.514.665.811.961 3.362 3.359 6.719 6.722 10.082 10.079.179.236.535.253.716.01 3.403-3.395 6.799-6.8 10.201-10.198.222-.228.474-.433.646-.704.054-.227-.097-.402-.244-.551-3.283-3.277-6.56-6.56-9.842-9.84-.356-.35-.68-.745-1.123-.99-.374.246-.685.569-.995.89z"/><path d="M5.574 8.951a15.69 15.69 0 0 1 1.564-.01c.119.46.086.935.089 1.403l.27.005c-.002.326-.002.653-.001.98.558 0 1.116-.002 1.675.002l.292-.275c.576-.005 1.156.042 1.726-.054-.002-.246-.001-.491.002-.737a3.846 3.846 0 0 1 1.43-.058c.368.073.217.559.257.821.548-.005 1.097-.002 1.645-.002l.323.302h1.68c0-.307 0-.614.002-.922.097-.048.193-.101.286-.158.028-.431-.006-.865.046-1.296a15.999 15.999 0 0 1 1.564-.014c.131.45.079.922.085 1.382.001 1.079-.004 2.158.004 3.236.007.235-.034.467-.083.696a15.65 15.65 0 0 1-1.577-.019c-.041-.491-.029-.984-.025-1.476l-.296-.023c-.004-.293-.007-.583-.016-.875-.503.008-1.006-.014-1.508.007-.2.01-.324.192-.473.301-.55.008-1.099.005-1.649.004-.029.236.047.604-.251.692-.481.024-.983.074-1.447-.088-.001-.199-.004-.397-.004-.596-.574-.011-1.147-.007-1.721-.006l-.221-.266c-.582-.014-1.164-.007-1.747-.008 0 .28 0 .559-.002.839l-.272.008c.007.497.032.997-.06 1.488-.532.086-1.076.103-1.604-.017-.014-1.754-.05-3.514.019-5.268zM11.006 15.185c.192-.332.616-.179.928-.212.007.642.004 1.285.004 1.927l.361-.001.011.548-.372.002.001.503h-.605l.002-.504c-.551-.001-1.102 0-1.651-.002v-.523c.443-.577.881-1.158 1.321-1.738m-.63 1.711c.319.002.64.004.96.004 0-.414-.001-.828-.006-1.242-.312.416-.629.832-.954 1.238zM13.066 15.191c.131-.161.374-.17.552-.26.006.288.007.575.008.863h.514l.002.461-.518.001c.008.402-.052.821.107 1.202l.396-.029c.036.158.071.318.104.478-.372.01-.985.199-1.141-.278-.086-.45-.014-.917-.034-1.372l-.314-.004.004-.461.304.004c.004-.202-.007-.404.017-.605z"/><path fill="#ffef00" d="M11.005 1.652c.31-.322.62-.644.995-.89.443.245.767.64 1.123.99 3.282 3.28 6.559 6.563 9.842 9.84.146.149.298.324.244.551-.172.271-.424.476-.646.704-3.402 3.397-6.798 6.803-10.201 10.198a.446.446 0 0 1-.716-.01c-3.364-3.356-6.72-6.72-10.082-10.079-.298-.296-.626-.575-.811-.961.316-.462.746-.826 1.135-1.224 3.038-3.041 6.079-6.079 9.118-9.119M5.574 8.951c-.07 1.754-.034 3.514-.019 5.268.528.12 1.073.103 1.604.017.092-.491.067-.991.06-1.488l.272-.008c.002-.28.002-.559.002-.839.583.001 1.165-.006 1.747.008l.221.266c.574-.001 1.147-.005 1.721.006 0 .199.002.397.004.596.464.162.966.112 1.447.088.298-.089.222-.456.251-.692.55.001 1.099.005 1.649-.004.149-.109.272-.292.473-.301.503-.022 1.006.001 1.508-.007.008.292.012.582.016.875l.296.023c-.004.492-.016.985.025 1.476.524.041 1.051.031 1.577.019.049-.229.09-.461.083-.696-.007-1.079-.002-2.158-.004-3.236-.006-.461.046-.932-.085-1.382a16.319 16.319 0 0 0-1.564.014c-.052.431-.018.865-.046 1.296-.092.058-.188.11-.286.158-.002.307-.002.614-.002.922h-1.68l-.323-.302c-.548 0-1.097-.002-1.645.002-.04-.262.112-.748-.257-.821a3.844 3.844 0 0 0-1.43.058c-.004.246-.005.491-.002.737-.57.096-1.15.049-1.726.054l-.292.275c-.559-.005-1.117-.002-1.675-.002-.001-.328-.001-.654.001-.98l-.27-.005c-.002-.468.03-.943-.089-1.403a15.69 15.69 0 0 0-1.564.01m5.434 6.232c-.44.58-.878 1.16-1.321 1.738v.523c.55.002 1.1.001 1.651.002l-.002.504h.605l-.001-.503.372-.002-.011-.548-.361.001c0-.642.004-1.285-.004-1.927-.312.034-.736-.12-.928.212m2.06.006c-.024.2-.013.403-.017.605l-.304-.004-.004.461c.079.001.236.002.314.004.019.455-.053.922.034 1.372.156.478.769.288 1.141.278-.034-.16-.068-.319-.104-.478l-.396.029c-.158-.382-.098-.8-.107-1.202l.518-.001-.002-.461h-.514a49.659 49.659 0 0 0-.008-.863c-.178.09-.421.1-.552.26z"/><path fill="#ffef00" d="M10.376 16.896c.325-.407.642-.822.954-1.238.005.414.006.828.006 1.242-.32 0-.641-.001-.96-.004z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bear-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.855 0h.264c.515.082.844.508 1.193.848 3.418 3.422 6.84 6.84 10.26 10.261.223.215.383.492.428.803v.194a1.353 1.353 0 0 1-.368.712c-3.605 3.605-7.211 7.208-10.816 10.814-.18.19-.422.301-.672.367h-.268c-.515-.078-.83-.512-1.177-.851-3.443-3.443-6.886-6.886-10.33-10.327a1.41 1.41 0 0 1-.37-.679v-.269c.08-.511.508-.838.846-1.186 3.263-3.258 6.522-6.518 9.782-9.78.366-.353.697-.803 1.226-.908M11.801.3c-.229.048-.392.228-.557.38L.622 11.3c-.19.186-.36.424-.344.703-.016.407.34.665.593.926 3.302 3.298 6.601 6.599 9.898 9.901.263.254.498.544.794.761.331.229.802.138 1.064-.155 3.476-3.485 6.959-6.965 10.44-10.445.268-.286.665-.551.654-.989.018-.408-.325-.682-.582-.946-3.504-3.496-7-7-10.506-10.493a.858.858 0 0 0-.832-.265z"/><path fill="#ffd033" d="M11.819.794c.228-.168.461.062.617.217 3.517 3.522 7.039 7.039 10.558 10.559.134.146.33.31.254.535-.148.272-.412.456-.62.679-3.443 3.44-6.884 6.882-10.326 10.324a.381.381 0 0 1-.599.005c-3.485-3.482-6.964-6.97-10.452-10.447-.197-.23-.57-.421-.504-.774.13-.22.33-.385.504-.566l9.894-9.893c.222-.215.424-.455.674-.638M7.007 8.461c-.275.108-.25.431-.204.668-.293.232-.475.564-.4.947a4.036 4.036 0 0 1-.221.33c-.144.128-.407.054-.498.252.144.356.432.652.709.912.476.049.941.169 1.416.22-.012.313.168.708-.115.946-.218.234-.502.467-.498.818-.062.678.648 1.097 1.24 1.16l.005-.703c.404-.158.821-.304 1.183-.548.222-.142.132-.438.17-.658l.328.143a20.439 20.439 0 0 0-.23 2c-.186.13-.444.082-.648.176-.133.096-.196.257-.284.389.613.002 1.228.024 1.841-.004.263-.006.425-.247.527-.46a8.75 8.75 0 0 0 .668-2.22c.176.12.353.238.528.359-.024.26-.155.559.013.796.248.35.574.636.887.925-.374.146-.808.3-.914.742.787.028 1.574.002 2.36.014.151-.296.134-.632.076-.952.262-.169.506-.364.734-.576.256.341.53.666.82.979-.212.134-.413.295-.518.532.422.011.848.041 1.27.001.354-.172.689-.397.98-.662.154-.31-.062-.629-.048-.946.061-1.232.242-2.546-.326-3.696-.44-.866-1.242-1.654-2.248-1.763-.556-.071-1.12-.126-1.68-.082-.72.043-1.446.204-2.161.035-.719-.064-1.532-.427-2.176.067-.397-.028-.808-.086-1.194.043-.256.08-.516.144-.786.134-.076-.258-.338-.454-.605-.32z"/><path d="M11.801.3a.858.858 0 0 1 .832.265c3.506 3.493 7.002 6.997 10.506 10.493.257.264.6.538.582.946.011.438-.386.703-.654.989-3.481 3.48-6.964 6.96-10.44 10.445-.263.293-.733.384-1.064.155-.296-.217-.532-.506-.794-.761a7699.422 7699.422 0 0 0-9.898-9.901c-.253-.262-.608-.52-.593-.926-.016-.28.155-.517.344-.703L11.244.682c.164-.152.328-.332.557-.38m.018.492c-.251.184-.452.424-.674.638l-9.894 9.893c-.174.181-.374.347-.504.566-.066.353.307.544.504.774 3.488 3.478 6.967 6.965 10.452 10.447a.38.38 0 0 0 .599-.005l10.326-10.324c.209-.223.473-.407.62-.679.076-.226-.12-.389-.254-.535-3.518-3.52-7.04-7.037-10.558-10.559-.156-.155-.389-.385-.617-.217z"/><path d="M7.007 8.461c.266-.133.529.062.605.32.27.01.53-.054.786-.134.386-.13.797-.071 1.194-.043.643-.494 1.457-.131 2.176-.067.715.169 1.441.008 2.161-.035.56-.044 1.124.011 1.68.082 1.006.109 1.807.896 2.248 1.763.569 1.15.388 2.464.326 3.696-.014.317.202.636.048.946a4.162 4.162 0 0 1-.98.662c-.421.04-.847.01-1.27-.001.106-.236.306-.397.518-.532a12.57 12.57 0 0 1-.82-.979 5.364 5.364 0 0 1-.734.576c.059.319.076.655-.076.952-.786-.012-1.573.013-2.36-.014.107-.442.54-.595.914-.742-.313-.289-.638-.575-.887-.925-.168-.236-.037-.535-.013-.796-.175-.121-.352-.239-.528-.359a8.79 8.79 0 0 1-.668 2.22c-.102.212-.264.454-.527.46-.613.028-1.228.006-1.841.004.089-.132.151-.293.284-.389.204-.095.462-.047.648-.176.043-.67.121-1.337.23-2l-.328-.143c-.038.22.052.516-.17.658-.362.245-.779.39-1.183.548-.001.234-.002.468-.005.703-.592-.064-1.302-.482-1.24-1.16-.004-.352.28-.584.498-.818.283-.238.103-.632.115-.946-.475-.05-.94-.17-1.416-.22-.277-.26-.565-.556-.709-.912.091-.198.354-.124.498-.252a4.31 4.31 0 0 0 .221-.33c-.076-.383.107-.715.4-.947-.046-.238-.071-.56.204-.668z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bear-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M11.718.402c.365.073.769.143 1.043.418.886.892 1.777 1.778 2.666 2.667.168.169.311.363.461.548.236.293.57.483.834.747.527.527 1.053 1.055 1.582 1.58.185.18.319.402.476.605.17.228.456.318.651.521.831.835 1.664 1.668 2.498 2.5.183.182.333.392.503.583.327.378.758.642 1.093 1.012-.004.247 0 .497-.037.742-.042.203-.214.333-.348.475-.442.42-.846.88-1.318 1.268-.769.676-1.386 1.504-2.163 2.172-.921.884-1.825 1.786-2.771 2.644-.293.245-.433.614-.707.875-.783.774-1.557 1.556-2.337 2.332-.477.471-.934.97-1.484 1.356-.111.106-.263.038-.385-.003-.489-.191-.954-.464-1.317-.848-2.031-2.053-4.102-4.068-6.111-6.142-1.383-1.314-2.702-2.693-4.062-4.03.038-.314.082-.628.104-.944 3.396-3.402 6.793-6.803 10.193-10.2.302-.303.596-.616.935-.879m.145.476c-.202.083-.336.27-.492.415-3.318 3.321-6.638 6.639-9.957 9.958-.163.169-.346.321-.486.511-.137.194-.061.464.11.612L11.624 22.96a.486.486 0 0 0 .749.003c3.518-3.514 7.03-7.032 10.548-10.545.111-.113.228-.247.221-.417.008-.238-.203-.391-.349-.548-3.476-3.469-6.945-6.944-10.418-10.416-.128-.138-.325-.226-.513-.161z"/><path fill="#040404" d="M6.873 9.206c.168-.102.342-.214.547-.221.724-.001 1.433.303 2.161.191.72-.078 1.452-.119 2.169.002.866.117 1.555.822 1.865 1.609.381.912.207 1.918.182 2.874.032.219.15.452.037.668-.153.158-.354.258-.532.383-.358.293-.853.119-1.277.153.072-.202.243-.328.421-.432-.23-.257-.457-.517-.668-.791a2.829 2.829 0 0 1-.59.471c.036.241.129.577-.098.749a33.67 33.67 0 0 1-1.853.001c.07-.366.43-.49.735-.602-.26-.235-.529-.468-.726-.76-.109-.194-.009-.421-.012-.629-.127-.109-.272-.192-.411-.284a6.833 6.833 0 0 1-.513 1.724c-.086.198-.228.415-.467.429-.487.021-.975.005-1.462.005.071-.107.119-.237.226-.315.166-.07.353-.058.52-.125.039-.544.1-1.086.187-1.625l-.263-.108c-.019.172.031.387-.124.511-.289.208-.63.331-.962.454 0 .188 0 .374-.002.562-.254-.036-.513-.101-.705-.282-.291-.207-.398-.634-.213-.944.123-.183.303-.317.432-.495.041-.206-.017-.418-.016-.627-.402-.033-.792-.141-1.19-.198a3.474 3.474 0 0 1-.147-.212l-.147-.094a11.515 11.515 0 0 1-.043-.147 34.49 34.49 0 0 0-.196-.174l.089-.184c.144-.034.327-.034.398-.192.143-.174.083-.413.145-.615.075-.128.191-.227.288-.337-.078-.219-.014-.524.256-.551.198-.042.306.141.392.282.175.002.353-.001.515-.075.334-.138.702-.107 1.05-.051zM16.375 11.553c.405-.252.856.027 1.287.011.528-.027 1.073-.128 1.593.012.483.13.823.567.952 1.035.132.538-.011 1.092.068 1.637-.051.202-.299.263-.443.388a21.722 21.722 0 0 1-.573-.012c.078-.082.158-.163.237-.244-.116-.134-.229-.27-.342-.407l-.31.237c-.004.139-.01.279-.018.419-.359.006-.719.009-1.078-.007a.704.704 0 0 1 .41-.329c-.191-.204-.504-.401-.393-.726-.083-.047-.166-.094-.248-.143.095.31-.261.456-.44.638l.146.293c-.224.029-.518.051-.66-.168-.15-.228.044-.477.045-.721-.216.342-.352.726-.543 1.081-.305.082-.625.039-.936.036.091-.153.247-.226.42-.244.067-.489.113-.985.254-1.459a3.929 3.929 0 0 1-.811-.031c-.106-.123-.212-.245-.307-.375.395-.169.354-.66.573-.967.101-.138.223.082.315.129.263-.07.532-.131.805-.085z"/><path fill="#ffd520" d="M11.862.877c.188-.065.384.022.513.161 3.473 3.472 6.942 6.947 10.418 10.416.147.157.357.309.349.547.007.169-.11.303-.221.417-3.518 3.513-7.031 7.031-10.548 10.545a.485.485 0 0 1-.749-.003L1.037 12.373c-.171-.147-.247-.417-.11-.612.14-.19.322-.342.486-.511 3.319-3.319 6.639-6.637 9.957-9.958.156-.145.289-.332.492-.415M6.873 9.206c-.348-.056-.716-.087-1.05.051-.162.074-.34.077-.515.075-.086-.142-.194-.325-.392-.282-.27.027-.333.332-.256.551-.097.11-.213.208-.288.337-.062.202-.003.441-.145.615-.071.158-.254.158-.398.192l-.089.184.196.174.043.147.147.094c.047.072.095.142.147.212.398.057.788.164 1.19.198-.001.208.057.421.016.627-.128.178-.309.312-.432.495-.185.31-.078.738.213.944.192.181.451.246.705.282.002-.188.002-.374.002-.562.332-.123.672-.246.962-.454.155-.123.105-.339.124-.511l.263.108a18.879 18.879 0 0 0-.187 1.625c-.167.067-.354.055-.52.125-.107.078-.155.208-.226.315.487 0 .976.016 1.462-.005.238-.014.381-.231.467-.429.243-.549.421-1.13.513-1.724.139.092.284.175.411.284.003.208-.098.435.012.629.197.293.466.525.726.76-.305.112-.665.236-.735.602a33.67 33.67 0 0 0 1.853-.001c.227-.172.133-.508.098-.749.217-.13.415-.289.59-.471.21.274.438.534.668.791-.178.103-.348.229-.421.432.423-.034.918.139 1.277-.153.177-.126.379-.225.532-.383.112-.216-.006-.448-.038-.668.025-.956.199-1.962-.182-2.874-.31-.787-.999-1.492-1.865-1.609-.717-.121-1.449-.08-2.169-.002-.728.113-1.437-.192-2.161-.191-.204.007-.378.118-.547.221m9.501 2.345c-.273-.046-.542.015-.805.085-.092-.047-.214-.267-.315-.129-.218.307-.177.798-.573.968.096.13.202.252.308.375.269.03.54.057.811.031-.142.474-.188.97-.254 1.459a.53.53 0 0 0-.42.244c.311.003.631.047.936-.036.191-.355.327-.738.543-1.081-.001.243-.195.493-.045.721.142.218.436.197.66.168a39.91 39.91 0 0 0-.146-.293c.179-.182.535-.327.44-.637l.248.143c-.111.325.203.522.393.726a.704.704 0 0 0-.41.329c.359.016.719.012 1.078.007.008-.14.014-.28.018-.419l.31-.237c.112.137.226.273.342.407l-.237.244c.191.007.382.01.573.012.144-.126.393-.187.443-.388-.079-.544.064-1.098-.068-1.637-.128-.468-.468-.905-.952-1.035-.52-.14-1.065-.04-1.593-.012-.431.016-.882-.263-1.287-.011z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-and-others--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.077.584c.227-.224.474-.475.812-.498.349-.048.665.155.898.395 3.598 3.602 7.204 7.196 10.804 10.796.43.37.463 1.097.025 1.474-3.643 3.637-7.288 7.277-10.927 10.918-.287.349-.821.293-1.214.271h.241c.3-.158.672-.197.9-.469 3.635-3.642 7.28-7.272 10.915-10.913.342-.312.263-.869-.084-1.145C19.821 7.796 16.203 4.17 12.574.555a.773.773 0 0 0-1.171-.012C7.777 4.157 4.161 7.784.537 11.402c-.248.218-.415.57-.271.896.15.302.434.508.661.749 3.282 3.277 6.559 6.558 9.844 9.833.293.286.556.611.908.829l-.106.17c-.156-.121-.316-.239-.458-.374C7.52 19.903 3.916 16.309.316 12.711c-.403-.361-.378-1.031.02-1.386C3.912 7.741 7.501 4.168 11.077.584z"/><path fill="#ffd520" d="M11.783.684c.211-.166.461.01.611.17 3.6 3.602 7.208 7.198 10.808 10.801.229.169.282.517.044.706-3.646 3.646-7.297 7.288-10.943 10.934-.151.186-.458.205-.616.018-3.59-3.581-7.172-7.171-10.766-10.748-.163-.174-.41-.35-.354-.624.114-.242.331-.41.512-.601C4.461 7.964 7.843 4.589 11.221 1.208c.182-.18.352-.374.56-.524m-2.35 4.358c.13.157.378.284.313.528-.091.332-.229.648-.346.971-1.034-.275-2.197.398-2.417 1.456-.295 1.08.547 2.258 1.646 2.377 1.074.175 2.159-.722 2.206-1.805.068-.803-.424-1.571-1.136-1.918.019-.148.132-.304.266-.139.74.623 1.474 1.255 2.216 1.874.25.248.623.152.936.172.068.419.2.842.496 1.159.622.742 1.801.894 2.586.323.862-.566 1.104-1.844.511-2.688-.497-.776-1.547-1.063-2.393-.728-.179-.346-.413-.665-.542-1.033.247-.199.604-.292.683-.652-.553-.006-1.106-.028-1.658.019.185.221.474.293.722.416-.029.068-.084.208-.112.277-1.1.004-2.201-.007-3.3.006.022-.384-.205-.684-.479-.924.276.017.552.04.827.064l.115-.308c-.319-.032-.637-.09-.959-.079-.232.091-.383.439-.182.632m-1.918 8.064c-.203.137-.466.252-.532.512-.053.358-.02.721-.025 1.081 1.813 0 3.626.001 5.44-.001-.534-1.002-1.074-2-1.606-3.002-.098-.178-.222-.428-.472-.349-.959.546-1.867 1.178-2.806 1.759m9.223-.144c-.304.112-.546.407-.892.372-1 0-2-.008-3 0-.275-.042-.551.259-.431.524.124.294.295.564.438.848 1.594-.023 3.194.05 4.782-.036.143-.488.028-1.026.065-1.534l-.232-.186c-.244-.001-.49-.022-.731.011M6.317 14.656c-.197.818.511 1.705 1.351 1.692.967.002 1.936-.001 2.903 0v-.551c-1.042-.011-2.086.018-3.127-.013-.602-.062-.91-.636-1.127-1.128m4.446.411c.142.366.334.712.542 1.044.119.184.35.258.562.245 1.524.001 3.048-.004 4.572.002.257.002.552.013.742-.194.317-.283.203-.745.223-1.12-2.213.014-4.428-.03-6.641.023z"/><path fill="#ffd520" d="M9.918 5.983c1.122-.025 2.244-.006 3.365-.01-.292.715-.59 1.428-.875 2.146-.563-.415-1.073-.896-1.615-1.339-.292-.265-.63-.484-.875-.797zM13.607 6.058c.144.24.286.482.425.726-.49.326-.812.856-.898 1.435l-.431.001c.299-.722.605-1.44.904-2.162zM7.982 7.188c.364-.283.842-.341 1.285-.262-.178.514-.403 1.01-.56 1.531l.055.125.236-.017c.226-.496.373-1.022.575-1.528.812.39 1.13 1.501.61 2.245-.491.804-1.732.932-2.381.252-.679-.618-.576-1.835.18-2.347zM14.54 6.988c.77-.281 1.709.102 1.99.888.386.901-.306 2.032-1.283 2.095-.844.11-1.634-.58-1.714-1.412.565-.014 1.13.018 1.696-.014l.078-.084c-.122-.533-.535-.972-.767-1.472z"/><path fill="#ffd520" d="M13.535 8.208c.102-.426.352-.797.694-1.068.215.356.428.714.642 1.072-.445 0-.89.002-1.336-.004z"/><path d="M11.402.544a.773.773 0 0 1 1.171.012c3.629 3.614 7.247 7.241 10.873 10.858.347.276.426.833.084 1.145-3.635 3.641-7.28 7.271-10.915 10.913-.228.272-.6.311-.9.469h-.156l.013-.06.106-.17c-.353-.218-.616-.544-.908-.829-3.284-3.275-6.562-6.556-9.844-9.833-.227-.241-.511-.446-.661-.749-.144-.326.023-.678.271-.896C4.16 7.786 7.776 4.16 11.402.545m.381.139c-.209.15-.378.344-.56.524C7.845 4.588 4.462 7.964 1.081 11.34c-.181.191-.398.359-.512.601-.056.274.191.45.354.624 3.594 3.577 7.176 7.168 10.766 10.748.157.187.464.168.616-.018 3.646-3.647 7.297-7.289 10.943-10.934.238-.188.185-.536-.044-.706-3.6-3.604-7.208-7.199-10.808-10.801-.15-.161-.4-.336-.611-.17z"/><path d="M9.431 5.042c-.2-.193-.049-.541.182-.632.322-.011.64.047.959.079l-.115.308a32.503 32.503 0 0 0-.827-.064c.274.24.5.54.479.924 1.099-.013 2.2-.002 3.3-.006.028-.07.083-.209.112-.277-.248-.124-.538-.196-.722-.416.552-.047 1.105-.025 1.658-.019-.079.36-.436.452-.683.652.13.368.364.688.542 1.033.846-.335 1.896-.048 2.393.728.593.844.35 2.122-.511 2.688-.785.571-1.964.419-2.586-.323-.295-.317-.427-.74-.496-1.159-.313-.019-.686.077-.936-.172-.743-.619-1.476-1.252-2.216-1.874-.134-.164-.247-.008-.266.139.713.347 1.205 1.115 1.136 1.918-.047 1.082-1.132 1.98-2.206 1.805-1.099-.119-1.942-1.297-1.646-2.377.22-1.057 1.382-1.73 2.417-1.456.116-.323.254-.638.346-.971.065-.244-.184-.371-.313-.528m.486.941c.245.313.583.532.875.797.542.443 1.052.924 1.615 1.339.284-.718.583-1.43.875-2.146-1.121.004-2.243-.016-3.365.01m3.689.075c-.299.722-.605 1.44-.904 2.162l.431-.001c.085-.58.408-1.109.898-1.435a37.234 37.234 0 0 0-.425-.726m-5.625 1.13c-.756.512-.859 1.729-.18 2.347.649.68 1.89.552 2.381-.252.521-.744.203-1.855-.61-2.245-.202.505-.349 1.032-.575 1.528l-.236.017-.055-.125c.157-.521.383-1.018.56-1.531-.443-.079-.922-.022-1.285.262m6.558-.201c.232.5.644.94.767 1.472l-.078.084c-.565.032-1.13 0-1.696.014.079.833.87 1.523 1.714 1.412.977-.064 1.669-1.194 1.283-2.095-.281-.786-1.219-1.169-1.99-.888m-1.005 1.221c.445.006.89.004 1.336.004-.214-.358-.427-.715-.642-1.072a1.946 1.946 0 0 0-.694 1.068zM7.512 13.106c.938-.581 1.847-1.213 2.806-1.759.25-.079.373.172.472.349.532 1.002 1.072 2 1.606 3.002-1.813.002-3.626.001-5.44.001.005-.36-.028-.724.025-1.081.066-.26.329-.376.532-.512zM16.734 12.962c.241-.032.487-.012.731-.011l.232.186c-.037.508.078 1.045-.065 1.534-1.588.086-3.188.013-4.782.036-.143-.284-.314-.554-.438-.848-.12-.265.156-.566.431-.524 1-.008 2 0 3 0 .346.035.588-.26.892-.372zM6.317 14.656c.217.492.524 1.066 1.127 1.128 1.042.031 2.086.002 3.127.013v.551c-.967-.001-1.936.002-2.903 0-.84.013-1.548-.874-1.351-1.692zM10.763 15.067c2.213-.053 4.428-.008 6.641-.023-.02.374.094.836-.223 1.12-.19.208-.485.197-.742.194-1.524-.006-3.048-.001-4.572-.002-.211.013-.443-.061-.562-.245a6.082 6.082 0 0 1-.542-1.044z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-caution-on-rail-tracks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.836 0h.288c.325.061.618.229.842.47 3.518 3.523 7.04 7.043 10.562 10.564.293.277.493.673.437 1.085-.038.485-.43.814-.748 1.135-3.448 3.437-6.883 6.887-10.331 10.324-.461.509-1.321.522-1.786.013-3.406-3.397-6.8-6.803-10.205-10.2-.36-.362-.794-.708-.896-1.24v-.244c.046-.6.556-.972.942-1.369L10.534.946c.384-.374.738-.848 1.301-.947m-.023.308c-.204.037-.368.175-.515.312C7.836 4.077 4.381 7.539.917 10.994c-.271.282-.648.569-.626 1.003.002.493.458.785.758 1.114 3.426 3.419 6.845 6.846 10.271 10.266.27.299.742.412 1.094.191.304-.206.538-.494.8-.748 3.282-3.281 6.56-6.565 9.846-9.842.266-.277.629-.551.624-.976.02-.299-.167-.55-.367-.749-3.546-3.539-7.086-7.084-10.63-10.626-.221-.238-.547-.398-.876-.32z"/><path fill="#ffdb00" d="M11.813.784c.198-.122.421.019.56.164 3.402 3.398 6.8 6.8 10.202 10.199.226.235.496.442.653.733.056.222-.104.395-.245.54-3.522 3.52-7.043 7.039-10.562 10.561-.148.142-.325.308-.55.242-.287-.163-.493-.43-.728-.654-3.4-3.403-6.804-6.802-10.204-10.205a.465.465 0 0 1-.012-.742c3.397-3.407 6.806-6.804 10.205-10.21.222-.215.421-.458.68-.63m2.472 7.139c-.395.143-.71.468-1.139.52-.991.162-1.982.328-2.974.494l.037.608c.961-.166 1.921-.33 2.881-.494-.186.426-.282.918-.63 1.252-.404.422-.81.844-1.211 1.268l.44.402c.479-.455.956-.912 1.44-1.362.511-.427.71-1.086 1.042-1.643l.68.005c-.312.65.073 1.339.132 2.005l.452-.034c-.049-.466-.098-.931-.15-1.398l.438-.494.178.77c.262.216.526.431.788.644l.224-.264-.452-.454c-.055-.602.079-1.194.088-1.794a2.748 2.748 0 0 0-2.266-.032m2.826-.187c-.13.312-.492.697-.178 1.018.368.419 1.106-.078.917-.582-.079-.335-.437-.438-.739-.436M7.632 9.41a1 1 0 0 0 .398.688l-.022.314-.841.389c-.395-.564-1.072-.952-1.775-.844-.925.1-1.663 1.004-1.562 1.931.065.953.99 1.735 1.94 1.628.559-.026 1.022-.384 1.37-.794.198.143.496.23.494.524-.097.202-.299.3-.497.379l.386.27a27.698 27.698 0 0 0-.01-.288l.217-.234a.796.796 0 0 0 .508-.359c.77-.404 1.552-.79 2.33-1.181-.062.377-.126.754-.149 1.135-.028.271-.012.57-.208.788l.12.18c-.04.43-.077.859-.112 1.289l.284.014c.086-.476-.035-1.03.251-1.446-.08-.193-.109-.4-.076-.605.07-.715.062-1.436.149-2.15l.38-.268-.163-.478-.821-.304-.097.22.742.296.088.23c-.08.052-.24.152-.32.203l-.042.481c-.613-.283-1.225-.571-1.841-.85-.224-.109-.492-.188-.6-.442.328.042.65.12.98.155-.445-.377-.982-.625-1.505-.875m-1.07 5.826v.697l12.007-.001a80.736 80.736 0 0 1 0-.696h-3.392l-.006.224c-.242 0-.484 0-.726.002a18.02 18.02 0 0 0-.01-.227h-3.72l-.006.224h-.658l-.006-.224H6.557z"/><path fill="#ffdb00" d="M4.188 11.27c.24-.818 1.248-1.274 2.022-.916.283.115.49.349.697.563-.542.254-1.087.503-1.631.756.532.306 1.067.606 1.597.916-.378.47-.998.772-1.606.601-.829-.169-1.366-1.122-1.08-1.92zM7.271 10.94c.229-.102.457-.206.685-.312l-.222 2.178-.51-.288a2.197 2.197 0 0 0 .047-1.578zM8.208 10.511c.781.356 1.562.713 2.344 1.068-.842.414-1.666.865-2.52 1.253.149-.164.317-.313.538-.371-.13-.085-.257-.172-.385-.259-.038.12-.115.36-.155.48.014-.726.118-1.447.179-2.171z"/><path fill="#ffdb00" d="M5.725 11.659c.427-.2.854-.4 1.285-.59.13.431.122.882-.032 1.304-.42-.235-.836-.474-1.253-.714z"/><path d="M11.812.307c.329-.078.655.083.876.32 3.544 3.542 7.084 7.087 10.63 10.626.2.199.388.45.367.749.005.425-.358.698-.624.976-3.286 3.277-6.564 6.562-9.846 9.842-.263.253-.497.541-.8.748-.353.221-.824.108-1.094-.191-3.426-3.42-6.845-6.847-10.271-10.266-.3-.329-.756-.62-.758-1.114-.022-.434.355-.721.626-1.003C4.382 7.539 7.837 4.077 11.298.619c.146-.137.311-.275.515-.312m0 .477c-.259.172-.458.415-.68.63C7.735 4.82 4.325 8.217.928 11.624a.465.465 0 0 0 .012.742c3.4 3.403 6.804 6.802 10.204 10.205.235.224.442.491.728.654.224.066.402-.101.55-.242 3.52-3.522 7.04-7.042 10.562-10.561.14-.145.301-.318.245-.54-.157-.292-.427-.498-.653-.733-3.402-3.398-6.8-6.8-10.202-10.199-.139-.145-.362-.287-.56-.164z"/><path d="M14.284 7.921a2.748 2.748 0 0 1 2.266.032c-.008.6-.143 1.192-.088 1.794l.452.454-.224.264c-.263-.214-.527-.428-.788-.644-.059-.257-.118-.515-.178-.77l-.438.494c.052.467.101.932.15 1.398l-.452.034c-.059-.666-.444-1.355-.132-2.005a76.79 76.79 0 0 1-.68-.005c-.331.557-.53 1.216-1.042 1.643-.484.45-.961.907-1.44 1.362l-.44-.402c.401-.425.806-.846 1.211-1.268.348-.334.444-.826.63-1.252l-2.881.494-.037-.608c.991-.167 1.982-.332 2.974-.494.428-.052.744-.377 1.139-.52zM17.108 7.733c.302-.002.66.101.739.436.19.504-.548 1.001-.917.582-.314-.32.048-.706.178-1.018z"/><path d="M7.632 9.41c.523.25 1.06.498 1.505.875-.33-.035-.653-.113-.98-.155.108.253.376.332.6.442.616.278 1.228.566 1.841.85l.042-.481c.08-.05.24-.151.32-.203a56.569 56.569 0 0 0-.088-.23c-.247-.1-.494-.198-.742-.296l.097-.22.821.304.163.478-.38.268c-.086.714-.079 1.435-.149 2.15-.034.205-.005.412.076.605-.286.416-.164.97-.251 1.446a28.382 28.382 0 0 0-.284-.014c.035-.43.072-.859.112-1.289l-.12-.18c.196-.218.18-.517.208-.788.023-.382.086-.758.149-1.135-.779.391-1.56.776-2.33 1.181a.794.794 0 0 1-.508.359l-.217.234.01.288-.386-.27c.198-.079.4-.178.497-.379.001-.294-.296-.382-.494-.524-.348.41-.811.768-1.37.794-.95.107-1.876-.676-1.94-1.628-.101-.926.637-1.831 1.562-1.931.703-.108 1.38.28 1.775.844l.841-.389.022-.314a.995.995 0 0 1-.398-.688M4.188 11.27c-.286.798.251 1.751 1.08 1.92.607.17 1.228-.131 1.606-.601-.53-.31-1.066-.61-1.597-.916.544-.253 1.088-.502 1.631-.756-.208-.214-.414-.448-.697-.563-.774-.359-1.782.097-2.022.916m3.082-.33a2.197 2.197 0 0 1-.047 1.578l.51.288.222-2.178c-.228.106-.456.21-.685.312m.937-.429c-.061.724-.164 1.445-.179 2.171.04-.12.116-.36.155-.48.128.088.256.174.385.259-.221.058-.389.206-.538.371.854-.388 1.678-.839 2.52-1.253l-2.344-1.068m-2.482 1.148c.416.24.833.479 1.253.714.155-.422.162-.874.032-1.304-.431.191-.858.39-1.285.59z"/><path d="M6.558 15.232h3.484l.006.224h.658l.006-.224h3.72l.01.227c.242-.002.484-.002.726-.002l.006-.224h3.392v.696l-12.007.001v-.697z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.656 1.44h.602c.478.139 1.027.45 1.122.976-.288-.49-.784-.911-1.381-.888-.595-.022-1.086.396-1.375.88.082-.508.61-.772 1.032-.967zM10.283 2.996c-.018-.191.126-.503.323-.541a1.718 1.718 0 0 1-.323.541zM13.398 2.464c.192.031.342.347.317.532a1.671 1.671 0 0 1-.317-.532zM9.673 3.912l.096-.016c-.074.186-.167.386-.319.521a.803.803 0 0 1 .223-.505zM14.238 3.912c.193.034.34.342.318.527a1.534 1.534 0 0 1-.318-.527zM8.123 6.719c-.017-.19.126-.502.324-.539a1.719 1.719 0 0 1-.324.539zM15.553 6.179c.196.031.334.342.319.527-.146-.143-.244-.338-.319-.527zM6.8 8.995c-.012-.187.126-.503.324-.534-.077.192-.18.385-.324.534zM16.876 8.462c.196.034.344.35.323.539a1.758 1.758 0 0 1-.323-.539zM18.197 10.74c.196.034.344.35.323.54a1.841 1.841 0 0 1-.323-.54zM4.726 12.601c-.095-.112.077-.416.229-.4l-.229.4zM19.037 12.187c.194.036.344.349.32.538a1.757 1.757 0 0 1-.32-.538zM10.25 13.385c.428-.068.894-.089 1.316.008l.022.091c-.342.164-.754.085-1.126.122-.088.323.096.703-.049 1.036 1.187.107 2.393.04 3.586.041l.125-.324c-.215-.218-.58-.233-.768-.482.386-.086.785-.037 1.175-.019.143.024.342-.018.433.128-.236.208-.553.359-.676.667.108.358.311.727.595.97.588-.18 1.274-.149 1.778.232.922.676.997 2.225.114 2.966-.594.547-1.558.57-2.207.106-.469-.304-.724-.841-.81-1.379-.409-.061-.835.024-1.242-.041-.823-.754-1.652-1.502-2.476-2.256-.115.172-.193.365-.287.55.503.47.874 1.148.752 1.856-.102.988-1.108 1.763-2.088 1.597-.889-.172-1.561-1.064-1.493-1.966-.005-.668.45-1.236.986-1.583.479-.241 1.044-.227 1.55-.088.276-.376.46-.81.649-1.232.185-.317-.281-.814.138-1.001m-.013 1.68c.808.718 1.618 1.434 2.431 2.144.368-.712.767-1.409 1.088-2.144-1.172-.058-2.346.005-3.52 0m3.85.063a19.35 19.35 0 0 0-1.039 2.046c.262.017.728.152.773-.233.124-.464.44-.834.762-1.175-.162-.206-.265-.506-.496-.638m-6.865 2.147c-.142 1.025.986 1.986 1.973 1.619 1.145-.34 1.396-2.119.421-2.776-.304.408-.554.878-.64 1.385-.062.156-.289.265-.424.126-.132-.152-.118-.396.055-.509.301-.352.601-.79.659-1.246-.907-.358-2.064.415-2.045 1.4m7.844-1.319c.155.493.54.881.754 1.352.137.157-.076.337-.217.378-.295-.149-.63-.145-.953-.149-.182.016-.401-.05-.548.094.126.786.929 1.486 1.753 1.309.856-.131 1.434-1.056 1.26-1.886-.144-.432-.386-.872-.822-1.066-.359-.235-.878-.301-1.226-.032m-.922 1.198c.396.101.812.019 1.217.05-.142-.398-.402-.755-.602-1.13-.337.221-.642.682-.614 1.08zM3.322 15c-.018-.19.126-.502.323-.539a1.72 1.72 0 0 1-.323.539zM20.358 14.466c.194.036.347.353.322.542a1.861 1.861 0 0 1-.322-.542zM2.003 17.273c-.022-.184.122-.504.318-.529a1.69 1.69 0 0 1-.318.529zM21.677 16.74c.197.034.34.349.322.536a1.71 1.71 0 0 1-.322-.536zM1.165 18.71c-.012-.188.126-.494.323-.532a1.522 1.522 0 0 1-.323.532zM22.514 18.185c.194.037.338.344.323.533a1.547 1.547 0 0 1-.323-.533zM0 20.69c.226-.35.314-.826.658-1.081-.283.548-.719 1.115-.53 1.772l-.127.09v-.781zM23.336 19.601c.298.24.45.64.575.996l.089.005v.811l-.144.03c.227-.678-.222-1.277-.52-1.842zM.184 21.61c.259.454.703.84 1.248.862 7.006-.001 14.011.001 21.017-.001.588.013 1.099-.359 1.369-.865-.055.517-.614.769-1.043.955H1.237c-.433-.172-.996-.439-1.054-.95z"/><path fill="#fff" d="M10.624 2.407c.289-.484.78-.901 1.375-.88.598-.023 1.093.398 1.381.888a1.682 1.682 0 0 0 .335.58c.169.308.358.606.523.917.072.191.176.38.318.527.322.586.673 1.156.997 1.74.076.188.173.384.319.527.318.594.683 1.164 1.003 1.757.078.192.181.386.323.539.328.583.676 1.154.998 1.739.078.193.182.384.323.54.163.307.358.598.517.907.076.193.181.383.32.538.326.586.679 1.156 1.001 1.741.076.194.184.384.322.542.329.58.674 1.15.997 1.732.074.193.181.384.322.536.16.31.358.599.516.908.074.192.176.386.323.533.154.302.341.584.499.883.298.565.746 1.164.52 1.842a9.48 9.48 0 0 0-.038.162c-.27.506-.781.878-1.369.865-7.006.002-14.011 0-21.017.001-.545-.022-.989-.408-1.248-.862-.014-.058-.043-.17-.056-.228-.188-.658.247-1.224.53-1.772.162-.304.353-.592.508-.899.146-.145.248-.341.323-.532.16-.308.355-.598.515-.906a1.69 1.69 0 0 0 .318-.529c.323-.587.676-1.158 1.001-1.744.142-.152.247-.346.323-.539.353-.624.71-1.247 1.081-1.86l.229-.4c.604-1.075 1.243-2.13 1.846-3.206.144-.149.247-.342.324-.534.319-.587.677-1.154.998-1.742.143-.151.246-.346.324-.539.323-.593.689-1.164 1.003-1.763.152-.134.245-.335.319-.521.166-.304.349-.596.514-.9a1.73 1.73 0 0 0 .323-.541l.018-.048m1.187-.546c-.385.073-.698.343-.872.686C7.479 8.522 4.006 14.49.553 20.468c-.416.678.104 1.646.894 1.682 7.024-.002 14.048.011 21.072-.006.812-.002 1.351-.985.93-1.675-3.47-6.005-6.955-12.001-10.434-18.001-.227-.422-.724-.696-1.202-.608z"/><path fill="#fff" d="M11.941 5.306l.122.008c2.804 4.864 5.629 9.716 8.446 14.573-5.648.017-11.298.007-16.946.006l-.068-.024c2.827-4.848 5.639-9.704 8.447-14.563m-1.692 8.079c-.419.187.047.684-.138 1.001-.19.422-.373.857-.649 1.232-.506-.139-1.072-.154-1.55.088-.536.347-.991.914-.986 1.583-.068.901.604 1.794 1.493 1.966.98.166 1.986-.61 2.088-1.597.121-.708-.25-1.386-.752-1.856.094-.185.172-.378.287-.55.823.754 1.652 1.502 2.476 2.256.407.065.833-.02 1.242.041.086.538.341 1.075.81 1.379.649.464 1.613.442 2.207-.106.883-.742.808-2.291-.114-2.966-.504-.38-1.19-.412-1.778-.232-.284-.242-.487-.612-.595-.97.122-.308.439-.46.676-.667-.091-.146-.29-.104-.433-.128-.39-.018-.788-.067-1.175.019.188.25.553.264.768.482l-.125.324c-1.193-.001-2.399.066-3.586-.041.145-.332-.038-.713.049-1.036.372-.037.784.042 1.126-.122a3.006 3.006 0 0 0-.022-.091c-.422-.097-.888-.077-1.316-.008z"/><path fill="#fff" d="M10.234 15.064c1.174.005 2.347-.058 3.52 0-.322.736-.72 1.433-1.088 2.144a354.47 354.47 0 0 1-2.431-2.144zM14.083 15.127c.23.132.334.432.496.638-.322.341-.638.71-.762 1.175-.044.385-.511.25-.773.233.301-.703.658-1.384 1.039-2.046zM7.218 17.274c-.019-.985 1.138-1.758 2.045-1.4-.058.456-.358.894-.659 1.246-.173.113-.187.356-.055.509.134.139.361.03.424-.126.085-.506.336-.977.64-1.385.974.656.724 2.436-.421 2.776-.986.367-2.114-.594-1.973-1.619zM15.061 15.954c.348-.269.868-.203 1.226.032.436.193.678.634.822 1.066.174.83-.404 1.756-1.26 1.886-.824.176-1.627-.523-1.753-1.309.148-.144.366-.078.548-.094.323.004.658 0 .953.149.142-.041.354-.221.217-.378-.214-.472-.599-.859-.754-1.352z"/><path fill="#fff" d="M14.14 17.152c-.028-.398.277-.859.614-1.08.2.376.461.732.602 1.13-.404-.031-.821.05-1.217-.05z"/><path fill="#c00" d="M11.812 1.86c.479-.088.976.186 1.202.608 3.479 6 6.964 11.996 10.434 18.001.421.69-.118 1.673-.93 1.675-7.024.017-14.048.004-21.072.006-.79-.036-1.31-1.004-.894-1.682C4.006 14.49 7.478 8.522 10.939 2.546c.174-.343.487-.613.872-.686m.13 3.446c-2.808 4.859-5.62 9.715-8.447 14.563l.068.024c5.648.001 11.298.011 16.946-.006-2.816-4.856-5.641-9.709-8.446-14.573l-.122-.008z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.356.205a1.146 1.146 0 0 1 1.289.004c.277.193.499.452.739.688 3.401 3.406 6.808 6.804 10.206 10.21.49.433.536 1.262.052 1.716-3.604 3.61-7.211 7.216-10.818 10.819-.428.45-1.214.454-1.645.006-3.488-3.48-6.967-6.97-10.456-10.45-.301-.302-.672-.61-.706-1.068-.061-.42.157-.815.454-1.093C3.853 7.658 7.233 4.276 10.613.895c.241-.236.463-.496.743-.689m.32.093c-.186.068-.332.209-.475.341C7.663 4.182 4.12 7.719.583 11.262c-.407.346-.462 1.022-.062 1.393 3.582 3.59 7.174 7.171 10.756 10.762.271.306.736.442 1.112.25.3-.168.516-.448.761-.684 3.3-3.3 6.598-6.601 9.9-9.899.3-.308.719-.61.702-1.088.017-.444-.349-.744-.632-1.031C19.652 7.508 16.195 4.037 12.728.579c-.26-.287-.682-.416-1.051-.28z"/><path fill="#fee011" d="M11.8.761c.245-.121.498.031.66.214l10.14 10.14c.217.223.464.425.636.689.103.205.008.445-.155.588-3.564 3.564-7.129 7.128-10.691 10.694-.144.162-.378.253-.586.156-.282-.196-.497-.468-.742-.704-3.302-3.298-6.598-6.604-9.904-9.898-.218-.22-.568-.486-.4-.839.174-.259.418-.461.635-.682l9.722-9.724c.222-.217.422-.461.683-.635m1.066 5.208l-.029.914c.431.018.874-.059 1.296.049-.023.352-.505.451-.746.668a26.9 26.9 0 0 1-.034.281c-1.136-.007-2.274.013-3.41-.012l.054-.21c.332-.256.742-.42 1.014-.754.199-.14-.034-.421-.226-.379-.878-.019-1.757.006-2.636-.008-.084.347.013.696.076 1.037.432.048.554.498.728.823-.282.752-.57 1.502-.847 2.257-1.228-.426-2.692.054-3.404 1.145-.793 1.114-.648 2.764.32 3.727.912.973 2.51 1.195 3.642.479.763-.444 1.26-1.247 1.416-2.106l.374.006c.241.414.694.748 1.196.616.709-.138 1.019-.919.962-1.574.689-.856 1.391-1.702 2.087-2.554.062.295.124.589.184.886-.592.565-.972 1.355-.97 2.18-.041 1.216.762 2.399 1.906 2.812.997.385 2.201.175 2.992-.551a2.969 2.969 0 0 0-.954-5.002c-.665-.257-1.404-.196-2.075.004-.304-.796-.617-1.588-.923-2.383-.044-.143-.136-.313-.023-.451.244-.33.638-.582.686-1.024.084-.446-.325-.83-.749-.856-.634-.048-1.272-.007-1.908-.02z"/><path fill="#fee011" d="M10.423 8.88c1.196 0 2.394.001 3.59-.001l.317.676c-.749.844-1.489 1.693-2.234 2.54-.101.145-.275.176-.438.199-.408-1.14-.823-2.276-1.235-3.414zM9.469 9.662c.388.972.755 1.952 1.135 2.927-.044.071-.136.214-.181.284l-.364-.004a3.419 3.419 0 0 0-1.051-1.733c.151-.492.302-.984.461-1.475zM5.15 12.964c.238-1.096 1.453-1.8 2.528-1.505-.34.703-.7 1.397-1.034 2.102.179.119.343.298.571.307.648.035 1.297-.002 1.946.014-.252 1.009-1.284 1.778-2.333 1.586-1.146-.148-1.988-1.386-1.679-2.506zM16.27 11.518c.522-.116 1.096-.119 1.568.163.853.446 1.286 1.536.971 2.446-.274.886-1.204 1.504-2.126 1.397-.958-.067-1.786-.894-1.849-1.853-.068-.6.179-1.18.557-1.633.407.63.818 1.258 1.219 1.892.332-.013.772-.202.75-.594-.317-.631-.74-1.205-1.09-1.818z"/><path fill="#fee011" d="M8.586 11.962c.223.274.403.578.534.906-.346.005-.691.005-1.037.005.166-.305.332-.608.503-.911z"/><path d="M11.676.299c.37-.137.791-.007 1.051.28 3.467 3.458 6.924 6.929 10.392 10.386.283.287.649.587.632 1.031.017.479-.402.78-.702 1.088-3.302 3.298-6.6 6.599-9.9 9.899-.245.236-.461.516-.761.684-.377.192-.841.056-1.112-.25C7.694 19.827 4.102 16.246.52 12.655c-.4-.371-.344-1.048.062-1.393C4.118 7.718 7.662 4.182 11.2.64c.143-.132.289-.272.475-.341m.125.462c-.26.174-.461.418-.683.635L1.395 11.12c-.217.221-.461.422-.635.682-.168.353.181.619.4.839 3.306 3.294 6.601 6.6 9.904 9.898.245.236.46.509.742.704.208.097.442.006.586-.156 3.562-3.566 7.127-7.13 10.691-10.694.163-.143.258-.383.155-.588-.172-.264-.419-.466-.636-.689L12.462.976c-.162-.182-.415-.335-.66-.214z"/><path d="M12.864 5.968c.636.013 1.274-.028 1.908.02.424.025.833.409.749.856-.048.442-.443.694-.686 1.024-.113.138-.022.308.023.451.306.796.619 1.588.923 2.383.671-.199 1.41-.26 2.075-.004a2.97 2.97 0 0 1 1.918 2.37 2.96 2.96 0 0 1-.964 2.632c-.791.726-1.994.936-2.992.551-1.144-.413-1.946-1.596-1.906-2.812-.002-.826.378-1.615.97-2.18-.06-.296-.121-.59-.184-.886-.696.852-1.398 1.698-2.087 2.554.056.655-.253 1.436-.962 1.574-.503.132-.955-.202-1.196-.616a47.404 47.404 0 0 0-.374-.006c-.156.859-.653 1.662-1.416 2.106-1.132.716-2.73.494-3.642-.479-.968-.964-1.114-2.614-.32-3.727.713-1.091 2.177-1.571 3.404-1.145.277-.755.565-1.505.847-2.257-.174-.325-.296-.775-.728-.823-.062-.341-.16-.69-.076-1.037.88.014 1.758-.011 2.636.008.192-.042.425.239.226.379-.272.334-.682.498-1.014.754l-.054.21c1.136.025 2.274.005 3.41.012a26.9 26.9 0 0 1 .034-.281c.241-.217.724-.317.746-.668-.422-.108-.865-.031-1.296-.049l.029-.914M10.423 8.88c.412 1.138.827 2.274 1.235 3.414.163-.023.337-.054.438-.199.745-.847 1.486-1.697 2.234-2.54l-.317-.676c-1.196.002-2.394.001-3.59.001m-.954.782c-.158.491-.31.983-.461 1.475a3.419 3.419 0 0 1 1.051 1.733c.091.001.274.002.364.004l.181-.284c-.38-.974-.748-1.955-1.135-2.927M5.15 12.964c-.31 1.12.533 2.358 1.679 2.506 1.049.192 2.081-.577 2.333-1.586-.649-.017-1.298.02-1.946-.014-.228-.01-.392-.188-.571-.307.335-.706.695-1.399 1.034-2.102-1.075-.295-2.291.409-2.528 1.505m11.119-1.448c.349.613.773 1.187 1.09 1.818.022.392-.418.581-.75.594-.401-.635-.812-1.262-1.219-1.892-.378.454-.625 1.033-.557 1.633.064.959.892 1.786 1.849 1.853.923.107 1.853-.511 2.126-1.397.316-.91-.118-1.999-.971-2.446-.473-.282-1.046-.28-1.568-.163m-7.684.444a72.9 72.9 0 0 0-.503.911c.346 0 .691 0 1.037-.005a3.476 3.476 0 0 0-.534-.906z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.554.14c.415-.197.901-.018 1.193.31 3.566 3.558 7.129 7.122 10.692 10.682.419.364.491 1.062.084 1.462-3.396 3.407-6.803 6.803-10.201 10.207-.306.294-.571.643-.941.862-.408.215-.919.076-1.219-.258C7.724 19.961 4.281 16.521.838 13.081c-.3-.317-.721-.606-.751-1.082-.047-.367.168-.692.42-.934C4.035 7.551 7.547 4.025 11.073.509c.146-.138.295-.283.481-.368m.145.627c-.288.233-.532.515-.796.773-3.18 3.179-6.36 6.359-9.541 9.536-.22.227-.467.432-.641.697-.096.2.054.379.186.514 3.365 3.354 6.72 6.718 10.08 10.075.269.257.503.556.814.763.178.079.358-.024.48-.151 3.568-3.562 7.126-7.133 10.697-10.691.131-.132.27-.307.185-.504-.174-.271-.426-.478-.647-.709-3.38-3.374-6.76-6.751-10.136-10.13-.168-.182-.451-.389-.68-.173z"/><path fill="#231f20" d="M10.954 6.898c.522-.288 1.255.176 1.153.784.02.671-.911.991-1.356.526-.413-.364-.284-1.08.203-1.309zM11.527 8.681l.612-.288c.82.848 1.376 1.903 1.748 3.016.202.034.403.071.604.109-.148.418-.598.492-.968.605.244.338.527.647.811.952.478-.191.988-.344 1.507-.269.929.086 1.808.797 1.974 1.735.142.737.006 1.591-.558 2.126-.982.884-2.669.713-3.502-.293-.178-.221-.292-.48-.413-.732l-.766.11a3.11 3.11 0 0 0-.004.587l.404.209c-.245.143-.51.298-.804.218.053-.239.107-.476.154-.716-.095-.047-.284-.142-.379-.188-.042-.178-.007-.361-.002-.54-.739-.839-1.487-1.67-2.248-2.489-.179.521.433.803.577 1.255.646 1.337-.47 2.976-1.877 3.134-1.052.157-2.16-.539-2.472-1.556-.326-1.019.187-2.222 1.117-2.732.703-.376 1.559-.268 2.263.047.132-.503.36-.972.523-1.464.077-.184-.108-.335-.169-.493.131-.139.263-.277.395-.414l.882-.004c.451-.534.737-1.218.589-1.925m-.468 2.348h-.892c.078.383.029.77-.185 1.102.379-.008.763.025 1.14-.029.452-.151.866-.395 1.3-.59-.11-.6-.359-1.164-.468-1.764-.146.526-.636.824-.895 1.282m-1.11 1.505c.709.82 1.42 1.639 2.128 2.46l-.005-.244c-.307-.209-.45-.558-.624-.87-.245-.451-.5-.896-.751-1.344l-.748-.002m1.976.196c.15.628.332 1.247.538 1.86.245-.684.469-1.374.694-2.064-.421-.017-.842.031-1.231.204m1.553.017c-.283.854-.569 1.709-.854 2.562l.623-.101c.016-.679.248-1.351.761-1.814-.175-.216-.353-.432-.529-.647m-6.98 2.966c.26.504.743.913 1.312 1.007 1.102.221 2.25-.848 2.08-1.966-.04-.374-.256-.69-.439-1.006-.138.694-.7 1.162-1.214 1.589-.21.152-.565.055-.569-.238-.073-.35.383-.304.6-.319.43-.329.812-.739.961-1.272-.461-.265-1.001-.48-1.538-.336-1.027.277-1.646 1.572-1.192 2.54m8.135-2.303c.296.4.619.779.911 1.182.11.163.247.377.121.571-.592.17-1.208.229-1.806.376.203.382.445.762.826.988.794.518 1.982.241 2.46-.58.557-.949-.014-2.33-1.068-2.628-.475-.152-.982-.065-1.444.091m-.427.294a2.327 2.327 0 0 0-.455 1.436c.48-.083.958-.169 1.438-.25-.326-.397-.647-.798-.983-1.187z"/><path fill="#fd0" d="M11.699.768c.229-.216.512-.01.68.173 3.377 3.379 6.756 6.756 10.136 10.13.221.232.473.438.647.709.085.197-.054.372-.185.504-3.571 3.558-7.129 7.129-10.697 10.691-.122.127-.302.23-.48.151-.311-.208-.545-.506-.814-.763-3.36-3.358-6.715-6.721-10.08-10.075-.132-.134-.282-.313-.186-.514.174-.265.421-.47.641-.697l9.541-9.536c.264-.258.508-.54.796-.773m-.744 6.13c-.487.229-.616.946-.203 1.309.445.466 1.376.145 1.356-.526.102-.607-.631-1.072-1.153-.784m.573 1.784c.148.707-.138 1.391-.589 1.925l-.882.004a51.87 51.87 0 0 0-.395.414c.061.158.246.31.169.493-.163.492-.391.961-.523 1.464-.704-.314-1.56-.422-2.263-.047-.93.51-1.444 1.714-1.117 2.732.312 1.018 1.42 1.714 2.472 1.556 1.406-.158 2.522-1.798 1.877-3.134-.144-.452-.756-.734-.577-1.255.761.818 1.508 1.65 2.248 2.489-.005.179-.04.362.002.54.095.047.284.142.379.188-.047.24-.101.478-.154.716.294.079.559-.076.804-.218-.101-.052-.304-.156-.404-.209a3.03 3.03 0 0 1 .004-.587l.766-.11c.121.252.235.511.413.732.833 1.006 2.52 1.177 3.502.293.564-.535.7-1.39.558-2.126-.166-.938-1.045-1.649-1.974-1.735-.52-.076-1.03.078-1.507.269a9.799 9.799 0 0 1-.811-.952c.371-.113.821-.187.968-.605-.2-.038-.402-.076-.604-.109-.372-1.112-.929-2.167-1.748-3.016l-.612.288z"/><path fill="#fd0" d="M11.057 11.029c.259-.457.749-.756.895-1.282.109.6.358 1.164.468 1.764-.433.196-.847.439-1.3.59-.377.054-.761.02-1.14.029.214-.331.263-.719.185-1.102h.892zM9.947 12.535l.748.002c.251.448.506.893.751 1.344.174.312.317.661.624.87l.005.244c-.708-.821-1.418-1.64-2.128-2.46zM11.923 12.731c.389-.173.81-.221 1.231-.204a72.45 72.45 0 0 1-.694 2.064 21.934 21.934 0 0 1-.538-1.86zM13.477 12.748c.176.215.354.431.529.647-.512.463-.745 1.135-.761 1.814l-.623.101c.286-.853.571-1.708.854-2.562zM6.498 15.714c-.455-.968.164-2.263 1.192-2.54.538-.144 1.078.071 1.538.336-.149.533-.532.943-.961 1.272-.217.016-.673-.031-.6.319.004.293.359.39.569.238.515-.427 1.076-.895 1.214-1.589.184.316.4.631.439 1.006.17 1.117-.978 2.186-2.08 1.966-.569-.094-1.051-.503-1.312-1.007zM14.634 13.41c.462-.156.968-.244 1.444-.091 1.054.298 1.625 1.679 1.068 2.628-.478.821-1.666 1.098-2.46.58-.38-.226-.623-.606-.826-.988.598-.146 1.214-.205 1.806-.376.126-.194-.011-.408-.121-.571-.292-.403-.614-.782-.911-1.182z"/><path fill="#fd0" d="M14.207 13.704c.336.389.656.79.983 1.187-.48.08-.958.167-1.438.25a2.325 2.325 0 0 1 .455-1.436z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.892 1.5h.198c.43.04.82.292 1.022.676L23.3 19.718c.188.335.409.655.562 1.009.277.652-.138 1.481-.815 1.667-.401.054-.805.022-1.207.028H2.278c-.437-.007-.878.032-1.312-.04-.529-.118-.865-.622-.966-1.128v-.293c.079-.487.388-.884.628-1.301C4.112 13.821 7.592 7.977 11.076 2.136c.178-.308.442-.594.816-.636m.078 3.876c-2.76 4.784-5.533 9.562-8.292 14.347h16.604c-2.771-4.782-5.516-9.58-8.312-14.347z"/><path fill="#ed1c24" d="M13.224 16.276l.086.161c-.054.178-.11.354-.161.532.372.035.763.096 1.117-.061l-.028.28-.12-.11c-.312-.024-.625-.023-.937-.031-.01.032-.028.097-.036.13l-.126.066a3.538 3.538 0 0 0-.062.032l-.166-.24-.031-.041.113.061.15.065c.047-.286.095-.572.2-.842z"/><path fill="#fff" d="M11.97 5.376c2.796 4.768 5.542 9.565 8.312 14.347H3.678C6.437 14.937 9.21 10.16 11.97 5.376m-.638 5.918c.25.204.354.744.769.566-.368.414-.05.958.044 1.416-.181.257-.412.47-.648.674-.232-.019-.421.084-.572.253a22.276 22.276 0 0 0-.27-.03c-.158.461-.275.937-.455 1.392l-.348.109.086-.196c-.31.012-.619.011-.928.013-.157.265-.503.335-.68.587-.484.558-.455 1.464.07 1.986.587.647 1.742.586 2.25-.128.33-.39.305-.923.335-1.399l-.202.001.116-.221-.22-.042.121-.251-.191.119c.054-.246-.038-.342-.276-.289a2.406 2.406 0 0 1 .104-.694c.45.451.892.911 1.34 1.363.1.336-.176.956.336 1.001-.154.101-.337.137-.49.239.276.006.552.01.827-.011-.025-.078-.052-.156-.076-.234.164-.139.301-.305.415-.487l.166.24.062-.032c.102.676.674 1.254 1.367 1.296.846.095 1.672-.673 1.598-1.529-.044-.27.095-.557-.061-.804l-.221.152.114-.316-.234.112.131-.25-.262.13.133-.244-.292.12.148-.238-.304.112.073-.193-.427.04.058-.142c-.22.001-.439 0-.66-.006l.072.182c-.402-.014-.449-.443-.59-.73-.15-.202.019-.451.228-.522-.152-1.048-.63-2.094-1.487-2.75-.107-.287-.091-.688-.416-.827-.325-.121-.488.263-.656.46z"/><path fill="#fff" d="M11.822 14.166c.292-.186.528-.444.793-.665-.008.353-.258.629-.584.734-.47.196-.914.51-1.445.505.05-.163.104-.325.158-.487l.413.096c.218-.074.448-.109.665-.184zM10.488 15.062c.022-.214.143-.313.362-.299.094.656.889.966.94 1.642a31.73 31.73 0 0 1-1.302-1.343zM11.724 15.181c.028-.144.211-.238.346-.198.079.166-.282.433-.346.198zM13.228 14.842l.127.246c-.38.448-.569 1.022-.913 1.496-.002-.322-.131-.713.104-.989.218-.259.473-.485.682-.754z"/><path fill="#fff" d="M13.388 15.15l.041-.358c.228.28.349.622.466.959l-.298-.059.077.118c-.217.028-.336.193-.448.358a1.104 1.104 0 0 0-.353.886l-.113-.061a10.294 10.294 0 0 1-.241-.32c.3-.502.54-1.038.869-1.522zM8.286 16.398c.334-.665 1.224-.9 1.864-.541-.124.314-.241.643-.472.898-.142.076-.367.056-.433.232-.067.216.259.378.383.197.16-.455.484-.829.619-1.297.367.336.665.816.571 1.334-.086.778-.928 1.346-1.681 1.126-.824-.175-1.286-1.223-.851-1.948zM14.028 15.773c.611-.193 1.243.052 1.652.521-.289.208-.6.382-.913.551l-.342-.124c-.128-.318-.264-.632-.397-.948z"/><path fill="#fff" d="M13.31 16.436c.145-.264.384-.452.62-.632.126.36.414.706.336 1.103-.354.157-.745.096-1.117.061.05-.178.107-.354.161-.532z"/><path fill="#fff" d="M14.86 16.901c.283-.175.568-.348.854-.516.389.75-.002 1.783-.85 1.979-.794.242-1.637-.38-1.718-1.189l.036-.13c.312.008.625.007.937.031l.12.11c.241.373.631.061.62-.286z"/><path fill="#120c0e" d="M11.332 11.294c.168-.197.331-.581.656-.46.325.139.31.54.416.827.857.656 1.334 1.703 1.487 2.75-.209.071-.378.32-.228.522.142.287.188.715.59.73l-.072-.182c.221.006.44.007.66.006l-.058.142.427-.04-.073.193.304-.112-.148.238.292-.12-.133.244.262-.13-.131.25.234-.112-.114.316.221-.152c.156.247.017.534.061.804.073.856-.752 1.624-1.598 1.529-.692-.042-1.265-.62-1.367-1.296l.126-.066c.082.809.924 1.432 1.718 1.189.847-.196 1.238-1.229.85-1.979-.287.168-.571.341-.854.516.011.347-.379.659-.62.286l.028-.28c.078-.397-.21-.743-.336-1.103-.236.18-.475.368-.62.632a8.207 8.207 0 0 1-.086-.161c-.106.27-.154.557-.2.842l-.15-.065a1.1 1.1 0 0 1 .353-.886c.112-.164.23-.33.448-.358l-.077-.118.298.059c-.116-.337-.238-.679-.466-.959l-.041.358c-.329.484-.569 1.02-.869 1.522.078.108.158.215.241.32l.031.041a2.082 2.082 0 0 1-.415.487c.024.078.05.156.076.234-.275.02-.551.017-.827.011.152-.102.336-.138.49-.239-.512-.044-.236-.665-.336-1.001-.449-.452-.89-.912-1.34-1.363a2.367 2.367 0 0 0-.104.694c.238-.053.33.043.276.289l.191-.119-.121.251.22.042-.116.221.202-.001c-.03.476-.005 1.009-.335 1.399-.508.714-1.663.775-2.25.128-.524-.522-.553-1.428-.07-1.986.178-.252.523-.322.68-.587.308-.002.618-.001.928-.013l-.086.196c.086-.028.26-.082.348-.109.18-.455.296-.931.455-1.392l.27.03c.151-.169.341-.272.572-.253.236-.204.467-.418.648-.674-.095-.458-.413-1.002-.044-1.416-.415.178-.52-.362-.769-.566m.485 2.872c-.217.074-.446.109-.665.184l-.413-.096c-.054.162-.108.324-.158.487.53.005.974-.31 1.445-.505.326-.106.576-.382.584-.734-.265.221-.502.479-.793.665m-1.334.895c.422.458.854.91 1.302 1.343-.05-.676-.846-.985-.94-1.642-.22-.014-.341.085-.362.299m1.236.119c.064.235.425-.032.346-.198-.134-.04-.318.054-.346.198m1.504-.339c-.209.269-.463.494-.682.754-.235.276-.107.667-.104.989.344-.474.533-1.049.913-1.496l-.127-.246m-4.942 1.555c-.436.725.026 1.772.851 1.948.754.221 1.595-.348 1.681-1.126.094-.518-.204-.998-.571-1.334-.136.468-.46.842-.619 1.297-.124.181-.45.019-.383-.197.066-.175.292-.156.433-.232.23-.254.348-.583.472-.898-.64-.359-1.53-.124-1.864.541m5.742-.624c.133.316.269.63.397.948.085.03.257.092.342.124.313-.169.624-.343.913-.551-.409-.469-1.042-.714-1.652-.521z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bollard--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M12.006 1.74h.102c.314.115.521.383.676.666 3.629 6.208 7.259 12.414 10.886 18.623.246.383.355 1.088-.216 1.231H.589c-.185-.056-.407-.146-.442-.364-.106-.491.214-.919.445-1.321C4.157 14.499 7.713 8.419 11.278 2.343c.16-.281.383-.565.727-.604M4.548 19.49c4.956.004 9.913.002 14.869 0-2.458-4.236-4.92-8.471-7.381-12.704-2.506 4.229-4.993 8.468-7.488 12.704z"/><path fill="#f7fbf5" d="M4.548 19.49c2.495-4.236 4.982-8.476 7.488-12.704 2.461 4.234 4.924 8.468 7.381 12.704-4.956.002-9.913.004-14.869 0m6.257-4.405c-.904.037-1.811.002-2.716.016l-.18.794c.283.122.565.244.85.362.257-.509.88-.838 1.429-.587.493.18.673.739.654 1.222-.773.28-.408 1.212-.49 1.823l-3.524.001-.001.151h11.144l.007-.15c-2.087-.005-4.174.001-6.26-.002-.06-.533.139-1.126-.142-1.613.918.211 1.842.4 2.762.598.193-.508.696-.996 1.282-.812.533.082.865.592.89 1.103l.631-.037c.088-.388.176-.775.26-1.164-.51-.301-1.235-.354-1.516-.938a54.804 54.804 0 0 0-.716-1.084c-.907-.202-1.813-.408-2.722-.601-.554.295-1.078.648-1.644.919m-1.297.849c-.526.157-.664.922-.238 1.26.418.406 1.204.106 1.254-.47.086-.538-.517-1.001-1.016-.79m5.666 1.231c-.527.173-.658.954-.202 1.278.425.382 1.176.074 1.228-.487.091-.545-.527-1-1.026-.791z"/><path fill="#f7fbf5" d="M12.518 14.353c.469.098.94.187 1.405.305-.083.361-.164.722-.246 1.085-.881-.194-1.76-.398-2.642-.592.5-.257.984-.541 1.483-.798zM14.206 14.723c.283.062.571.104.85.192.338.41.586.889.893 1.325-.662-.143-1.324-.288-1.985-.432l.242-1.085z"/><path fill="#2a2d2f" d="M10.805 15.085c.566-.271 1.09-.624 1.644-.919.908.193 1.814.4 2.722.601.242.36.484.719.716 1.084.281.584 1.006.637 1.516.938-.084.389-.173.776-.26 1.164l-.631.037c-.025-.511-.358-1.021-.89-1.103-.586-.184-1.088.305-1.282.812-.92-.198-1.844-.386-2.762-.598.281.487.082 1.08.142 1.613 2.087.004 4.174-.002 6.26.002l-.007.15H6.829l.001-.151 3.524-.001c.082-.611-.283-1.543.49-1.823.019-.482-.161-1.042-.654-1.222-.55-.251-1.172.078-1.429.587-.284-.119-.566-.24-.85-.362l.18-.794c.905-.013 1.812.022 2.716-.016m1.711-.731c-.499.257-.983.541-1.483.798.882.193 1.762.397 2.642.592.082-.362.163-.724.246-1.085-.466-.118-.936-.206-1.405-.305m1.688.37c-.082.361-.162.724-.242 1.085.661.144 1.322.289 1.985.432-.307-.436-.554-.914-.893-1.325-.278-.088-.566-.13-.85-.192z"/><path fill="#2a2d2f" d="M9.506 15.935c.499-.211 1.103.252 1.016.79-.05.576-.836.876-1.254.47-.426-.338-.288-1.103.238-1.26zM15.172 17.166c.499-.209 1.117.246 1.026.791-.052.562-.803.869-1.228.487-.456-.324-.325-1.105.202-1.278z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bridge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M9.995 2.497c.517-1.018 1.908-1.315 2.903-.875.522.207.804.72 1.105 1.16 1.191 1.832 2.294 3.719 3.417 5.594a998.765 998.765 0 0 1 5.975 10.201c.293.485.495 1.02.606 1.575v.855l-.049-.264c-.084.989-1.037 1.634-1.912 1.863-6.552.005-13.103-.003-19.653.004-.988.106-1.972-.566-2.385-1.447v-1.636c.354-.835.857-1.596 1.297-2.387A984.094 984.094 0 0 1 9.997 2.496M2.168 20.281c6.51.003 13.021.004 19.532 0a4227.846 4227.846 0 0 0-9.766-16.565 4038.18 4038.18 0 0 0-9.766 16.565z"/><path fill="#fff" d="M2.168 20.281a4038.18 4038.18 0 0 1 9.766-16.565A4302.8 4302.8 0 0 1 21.7 20.281c-6.51.004-13.021.003-19.532 0m8.218-6.292c-.943.839-1.844 1.722-2.787 2.559-.744-.012-1.486-.004-2.23-.004.003 1.058-.005 2.116.004 3.174 1.407-.003 2.814 0 4.219-.001.005-.764-.007-1.528.004-2.291.011-.495.374-.896.758-1.166.924-.64 2.234-.639 3.158 0 .385.269.747.674.758 1.167.011.764-.001 1.526.004 2.29l4.221.001c.007-1.058.001-2.116.003-3.176-.74-.008-1.48.009-2.218-.005-.967-.806-1.85-1.717-2.799-2.548h-3.095z"/><path fill="#040404" d="M10.386 13.989h3.095c.949.831 1.832 1.742 2.799 2.549.739.015 1.478-.003 2.218.005-.001 1.059.004 2.118-.003 3.176l-4.221-.001c-.005-.764.007-1.526-.004-2.29-.012-.493-.374-.898-.758-1.167-.924-.639-2.234-.64-3.158 0-.385.269-.748.671-.758 1.166-.011.764.001 1.528-.004 2.291-1.406.001-2.812-.001-4.219.001-.009-1.058-.001-2.116-.004-3.174.744 0 1.486-.008 2.23.004.943-.837 1.844-1.72 2.787-2.559z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bridge--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.567.535c.391-.287.91-.077 1.195.259 3.526 3.515 7.034 7.049 10.558 10.567.382.32.408.973.022 1.3-3.564 3.558-7.115 7.129-10.682 10.684-.323.391-.996.378-1.316-.01C7.779 19.782 4.227 16.214.668 12.656c-.371-.332-.361-.965.025-1.282 3.362-3.36 6.715-6.73 10.075-10.091.263-.254.508-.529.8-.749m-.322.865c-3.32 3.32-6.629 6.653-9.958 9.965a3.241 3.241 0 0 0-.527.624c.078.146.14.31.262.43 3.384 3.373 6.754 6.762 10.135 10.139.228.222.434.47.7.653.229.076.415-.06.563-.218 3.541-3.544 7.079-7.088 10.62-10.631.232-.175.206-.508-.006-.686-3.527-3.528-7.051-7.056-10.574-10.588-.131-.134-.299-.22-.46-.31-.296.15-.532.383-.755.623z"/><path d="M10.681 9.341c1.144-.497 2.531-.278 3.503.49a3.699 3.699 0 0 0 2.374.792c.829-.001 1.658.001 2.488-.004.008.935.002 1.868.004 2.803-1.879-.006-3.758.005-5.636-.006-.004-.81.01-1.621-.008-2.432-.416-.275-.883-.526-1.399-.493-.521-.03-.994.223-1.404.514v2.416c-1.88.004-3.761 0-5.641.001.004-.934 0-1.867.002-2.801.866.002 1.733.004 2.599.001a3.81 3.81 0 0 0 1.432-.292c.617-.236 1.064-.766 1.688-.989z"/><path fill="#ffef00" d="M11.246 1.399c.223-.24.458-.473.755-.623.161.09.329.175.46.31 3.523 3.532 7.048 7.06 10.574 10.588.212.179.238.511.006.686-3.541 3.542-7.079 7.087-10.62 10.631-.148.158-.334.294-.563.218-.265-.182-.472-.431-.7-.653-3.382-3.377-6.751-6.766-10.135-10.139-.121-.12-.184-.283-.262-.43.149-.229.325-.439.527-.624 3.329-3.312 6.637-6.644 9.958-9.965m-.565 7.943c-.624.223-1.072.752-1.688.989-.454.186-.941.29-1.432.292-.866.002-1.733.001-2.599-.001-.002.934.001 1.867-.002 2.801 1.88-.001 3.761.002 5.641-.001v-2.416c.41-.29.883-.544 1.404-.514.516-.032.983.218 1.399.493.018.811.005 1.622.008 2.432 1.878.011 3.757 0 5.636.006-.001-.935.005-1.868-.004-2.803-.829.005-1.658.002-2.488.004a3.699 3.699 0 0 1-2.374-.792c-.972-.768-2.359-.986-3.503-.49z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bus-stop-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.854 0h.19c.326.036.626.187.848.428 3.559 3.562 7.121 7.121 10.681 10.681.223.214.383.488.427.797v.194a1.33 1.33 0 0 1-.367.719c-3.425 3.42-6.846 6.845-10.268 10.266-.374.359-.7.824-1.249.913l.229.001h-.472a1.356 1.356 0 0 1-.689-.367C7.741 20.189 4.298 16.745.853 13.304c-.337-.346-.764-.662-.853-1.17v-.253c.053-.301.212-.566.433-.776C3.971 7.566 7.512 4.03 11.047.49c.223-.229.491-.416.806-.49m-.281.443a1.932 1.932 0 0 0-.246.206C7.845 4.127 4.366 7.607.884 11.084c-.25.259-.59.521-.571.923-.012.396.336.643.582.9 3.526 3.518 7.043 7.045 10.567 10.562.311.32.86.274 1.145-.058 3.616-3.626 7.241-7.244 10.858-10.868.328-.307.282-.862-.046-1.151C19.843 7.806 16.257 4.229 12.677.647c-.265-.311-.75-.466-1.104-.205z"/><path fill="#ffd520" d="M11.804.889c.16-.173.391-.04.511.107 3.528 3.515 7.04 7.043 10.568 10.558.156.162.455.403.229.632-3.612 3.628-7.237 7.242-10.855 10.864a.317.317 0 0 1-.51.007L1.423 12.731c-.199-.203-.415-.391-.593-.614-.097-.247.146-.403.286-.564C4.685 8.006 8.224 4.425 11.803.89M9.416 8.6c-.326.059-.757.235-.74.632-.006 1.912 0 3.823-.002 5.735l.75.001v.679H6.376l.001.343 11.246.001.001-.368h-3.182l-.001-.68h.642c-.001-1.945.006-3.89-.002-5.837.008-.438-.557-.458-.86-.562l-.001-.001-.01.005a15.35 15.35 0 0 0-4.793.052m-2.321 1.509c-.174.07-.338.254-.288.455.079.437.824.443.901 0 .061-.324-.326-.581-.613-.455m9.253.218c-.205.12-.236.485-.02.606.204.146.572.03.574-.246.054-.289-.312-.554-.553-.36m-9.214.771c-.234.264-.341.613-.569.881-.221.17-.505.226-.758.328l.004.314c.332-.115.661-.251 1.014-.292.09 1.036-.368 2.023-.242 3.062l.349.002c.008-.587.03-1.177.188-1.746.131.586.205 1.212.538 1.724l.27.04c-.178-.594-.265-1.208-.317-1.825l.308-.143c-.178-.701.322-1.348.112-2.048-.029-.421-.616-.598-.896-.298m8.993.127c-.17.385-.215.81-.313 1.217l-.254.102c-.054.176-.106.354-.161.53l.592.125a6.21 6.21 0 0 1-.216 1.055l.302.006c-.091.39-.185.781-.277 1.171.12.001.241.002.361.005.086-.401.168-.802.257-1.201l.19.086c.121.356.097.742.116 1.114l.314-.001a8.885 8.885 0 0 0-.05-1.176l.35-.001c-.179-.556-.3-1.132-.305-1.717.251.116.499.24.744.368l.166-.305c-.264-.15-.554-.283-.74-.534-.192-.229-.132-.557-.259-.814-.185-.256-.601-.235-.816-.03z"/><path fill="#ffd520" d="M9.08 9.373c.128-.415.599-.406.953-.412l-.002.425-.166-.029c.068-.146.041-.259-.082-.34-.216-.06-.246.22-.152.349-.184.004-.367.006-.551.006zM9.076 9.696h1.552l.001 1.408H9.076V9.696zM10.919 9.696h2.017l-.001 1.408h-2.016a330.41 330.41 0 0 1 0-1.408zM13.204 9.686c.157.006.314.014.473.025l.048.054a.713.713 0 0 1 .524.095 9.17 9.17 0 0 0-.025-.163l.532-.001v1.409a401.45 401.45 0 0 0-1.552 0c-.001-.473-.002-.946 0-1.418zM10.202 14.952h3.439l.001.688h-3.44v-.688z"/><path d="M11.572.443c.354-.26.839-.106 1.104.205 3.581 3.582 7.166 7.159 10.742 10.745.328.289.373.844.046 1.151-3.617 3.624-7.242 7.242-10.858 10.868-.284.331-.834.378-1.145.058C7.937 19.953 4.419 16.426.894 12.908c-.246-.257-.594-.504-.582-.9-.019-.402.322-.664.571-.923C4.365 7.607 7.844 4.127 11.325.65c.077-.076.158-.145.246-.206m.233.445C8.224 4.424 4.686 8.005 1.117 11.552c-.139.161-.383.317-.286.564.178.223.394.412.593.614l10.324 10.326c.124.17.39.164.51-.007 3.618-3.622 7.243-7.236 10.855-10.864.226-.229-.073-.47-.229-.632C19.356 8.038 15.844 4.51 12.316.995c-.12-.146-.352-.28-.511-.107z"/><path d="M9.416 8.6a15.38 15.38 0 0 1 4.793-.052l-.218.114-.264-.049c-.113.132-.247.245-.365.373l.064.238-.079.215.215.138.115.134a15.139 15.139 0 0 0-.473-.025c-.002.473-.001.946 0 1.418a401.45 401.45 0 0 1 1.552 0V9.695l-.532.001-.024-.163.308-.077a45.314 45.314 0 0 1-.109-.229l.137-.241-.235-.191c-.02-.062-.061-.188-.08-.251.304.103.869.124.86.562.008 1.946.001 3.892.002 5.837h-.642l.001.68h3.182l-.001.368-11.246-.001-.001-.343h3.048v-.679l-.75-.001c.002-1.912-.004-3.823.002-5.735-.017-.397.414-.574.74-.632m-.336.773c.184 0 .367-.002.551-.006l.234-.01.166.029.002-.425c-.354.006-.824-.004-.953.412m-.004.323v1.408h1.553l-.001-1.408H9.076m1.843 0v1.408h2.016l.001-1.408h-2.017m-.717 5.256v.688h3.44l-.001-.688h-3.439zM7.096 10.109c.287-.126.674.131.613.455-.077.443-.822.437-.901 0-.05-.2.114-.385.288-.455zM16.349 10.327c.241-.194.607.071.553.36-.001.276-.37.392-.574.246-.216-.121-.185-.486.02-.606z"/><path d="M7.136 11.098c.281-.3.868-.124.896.298.21.701-.289 1.348-.112 2.048l-.308.143c.052.617.139 1.231.317 1.825l-.27-.04c-.332-.512-.407-1.139-.538-1.724-.158.569-.18 1.159-.188 1.746a40.603 40.603 0 0 0-.349-.002c-.126-1.039.332-2.027.242-3.062-.353.041-.682.176-1.014.292l-.004-.314c.253-.102.538-.157.758-.328.228-.268.335-.617.569-.881zM16.13 11.224c.215-.205.631-.226.816.03.127.257.067.584.259.814.186.251.476.384.74.534l-.166.305a17.12 17.12 0 0 0-.744-.368c.005.586.126 1.162.305 1.717l-.35.001c.046.39.058.784.05 1.176l-.314.001c-.019-.372.005-.757-.116-1.114a29.074 29.074 0 0 0-.19-.086c-.089.4-.17.8-.257 1.201l-.361-.005c.092-.39.186-.781.277-1.171l-.302-.006a6.21 6.21 0 0 0 .216-1.055l-.592-.125c.055-.176.107-.354.161-.53l.254-.102c.098-.407.143-.832.313-1.217z"/><path fill="#bc151d" d="M14.209 8.549l.01-.005.001.001.08.251.235.191-.137.241.109.229-.308.077.024.163.025.163a.718.718 0 0 0-.524-.095l-.048-.054-.115-.134-.215-.138.079-.215c-.02-.079-.042-.158-.064-.238.118-.128.252-.241.365-.373l.264.049.218-.114zM9.631 9.367c-.094-.13-.064-.409.152-.349.122.08.15.193.082.34l-.234.01z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bus-stop-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#bf121e" d="M11.657 0h.312l.247.178a9.184 9.184 0 0 0-.372.011V.002l-.187-.001zM14.476 8.081c.166.253.421.382.726.334a.848.848 0 0 0 .239.628 1.113 1.113 0 0 0-.179.157c-.187.173-.102.42-.074.637a.444.444 0 0 0-.014.032c-.283-.024-.511.118-.694.322-.272-.173-.583-.226-.882-.082l-.172-.34c-.102-.071-.209-.136-.314-.202.272-.244.284-.601.092-.9.058-.03.172-.092.229-.124.11-.062.175-.175.259-.265.283.054.586.038.784-.198zM9.818 8.789a.507.507 0 0 0 .035.046c.205.163.358.473.048.623h-.185c-.2-.241-.116-.469.102-.668zM9.16 14.081c.329-.113.504.421.167.523-.326.112-.503-.425-.167-.523zM14.576 14.201c.197-.29.674.04.442.318-.187.288-.648-.038-.442-.318z"/><path fill="#ffd520" d="M11.969 0h.173c.475.149.785.553 1.128.887 3.439 3.44 6.878 6.882 10.32 10.32.134.138.247.294.358.452l-.133.036a16.065 16.065 0 0 0-.988-1.033C19.467 7.3 16.103 3.942 12.747.577a2.996 2.996 0 0 0-.53-.4 22.134 22.134 0 0 1-.247-.178z"/><path fill="#ffd520" d="M11.236.428c.175-.178.391-.306.608-.427v.187c-.18.098-.359.205-.505.353C7.74 4.143 4.139 7.743.538 11.343c-.173.181-.362.388-.36.655-.02.434.383.688.643.972 3.523 3.517 7.042 7.039 10.556 10.564.166.168.367.334.618.33.385.029.641-.304.889-.544 3.431-3.448 6.874-6.883 10.313-10.322.275-.3.714-.568.643-1.038l.16-.221v.115c.154.379-.112.65-.329.894-3.322 3.314-6.636 6.636-9.955 9.953-.47.431-.858.964-1.41 1.298h-.556a2.176 2.176 0 0 1-.413-.293C7.676 20.048 4.019 16.385.357 12.73c-.151-.15-.245-.344-.353-.523l-.005.146v-.476c.17-.474.582-.779.917-1.128C4.355 7.307 7.798 3.871 11.235.428z"/><path fill="#ffd520" d="M11.78.623c.209-.21.494-.037.654.14 3.46 3.461 6.919 6.922 10.381 10.381.218.224.458.43.647.683.138.19.012.427-.142.56-3.484 3.48-6.965 6.964-10.447 10.445-.222.214-.421.455-.671.638-.17.119-.386.016-.509-.12-3.66-3.656-7.316-7.318-10.976-10.973-.139-.122-.238-.308-.169-.494.181-.275.438-.485.665-.72C4.67 7.707 8.129 4.25 11.585.791l.196-.169M8.488 5.359c-.205.115-.104.452.131.433.892-.199 1.766-.47 2.656-.684.006.683-.011 1.367.016 2.05.494-.01.988-.002 1.482-.011-.002-.679-.001-1.36.004-2.039.869.209 1.723.474 2.594.671.2.114.43-.245.233-.368-1.157-1.118-2.389-2.159-3.553-3.27-1.214 1.04-2.382 2.138-3.562 3.218m5.987 2.722c-.198.236-.5.252-.784.198-.084.09-.149.203-.259.265-1.242.002-2.483-.005-3.725.004-.51-.018-1.018.402-1.027.924-.01 1.804.002 3.607-.005 5.411 2.237.032 4.475.004 6.712.016.002-1.686-.002-3.372.004-5.057-.004-.198.006-.401-.06-.589l-.07-.053c.054-.059.114-.112.179-.157a.848.848 0 0 1-.239-.628c-.305.048-.56-.08-.726-.334m-7.845 2.648c-.271.119-.33.521-.103.71.238.262.712.054.724-.284.043-.316-.34-.581-.62-.426m10.086-.009c-.288.119-.356.54-.104.731.241.245.698.04.713-.292.044-.311-.326-.581-.608-.439M6.516 11.807c-.388.372-.533.949-.989 1.265-.168.114-.469.415-.116.521.434-.205.745-.594 1.012-.982-.02.541.014 1.082-.016 1.622-.246.642-.667 1.206-.911 1.849-.017.203.32.335.42.143.533-.85.924-1.788 1.504-2.608l.256.191.226-.148.472.004.007-.671-.24-.064c-.326-.348-.524-.8-.852-1.15a2.224 2.224 0 0 0-.772.026m9.157.891l.001.631c.268.023.546.138.805.007-.121.512-.272 1.016-.41 1.525l.266.01c-.185.414-.366.83-.556 1.242.074.164.322.34.452.125.232-.434.407-.898.604-1.35.154-.011.308-.022.462-.031.251.47.428.982.714 1.432.178.144.329-.048.422-.179-.191-.409-.384-.816-.576-1.224l.232-.048c-.254-.707-.766-1.362-.751-2.136.258.304.536.602.906.77l.119-.26c-.472-.312-.742-.805-1.016-1.28-.112-.27-.428-.215-.661-.211-.584-.02-.427.996-1.013.978M6.79 14.866c.358.466.677.962 1.052 1.414.182.19.5-.114.329-.305-.257-.415-.563-.797-.838-1.199.002-.28 0-.559-.012-.838-.198.298-.362.614-.532.928m1.875.117l.006.752c.254 0 .509.001.763.004 0 .271 0 .542.005.814-1.124.035-2.25.006-3.376.016l.05.312c3.799.019 7.601-.001 11.401.011.176-.038.614.104.442-.27-1.099-.05-2.202-.006-3.304-.022l.001-.856h.728v-.757c-2.239-.004-4.478.002-6.718-.004z"/><path fill="#ffd520" d="M8.945 9.55c.031-.463.437-.742.874-.761-.218.199-.302.427-.102.668-.181.217-.528.041-.772.092zM9.853 8.834l.503-.002c0 .242 0 .485.002.727l-.545-.024.088-.078c.31-.15.157-.46-.048-.623zM9.018 9.857l1.588-.001c.004.54-.002 1.081.007 1.622-.532.018-1.062.007-1.594.011l-.001-1.632zM10.914 9.856h2.224c.004.541-.002 1.082.007 1.624-.742.019-1.484.002-2.226.011-.011-.545-.006-1.09-.005-1.634zM13.426 9.769l.172.34c.299-.144.61-.091.882.082.182-.204.41-.346.694-.322l-.073.175c-.032.478-.01.958-.014 1.435-.56 0-1.12.01-1.679-.013.008-.565-.001-1.132.019-1.697zM7.339 12.529c.223.034.43.65.016.415a.375.375 0 0 1-.016-.415zM10.169 15.739c1.246.005 2.49.001 3.734.002l.001.86c-1.247.002-2.494.001-3.74.001 0-.288 0-.576.005-.864z"/><path d="M11.339.541c.146-.148.325-.254.505-.353.124-.006.247-.01.372-.011.187.119.373.241.53.4 3.356 3.365 6.72 6.722 10.08 10.085.342.331.676.672.988 1.033.006.089.014.176.026.265.071.47-.368.738-.643 1.038-3.439 3.439-6.882 6.875-10.313 10.322-.248.24-.504.572-.889.544-.251.004-.452-.162-.618-.33A7509.314 7509.314 0 0 0 .821 12.97c-.26-.284-.664-.538-.643-.972-.002-.268.187-.474.36-.655 3.601-3.6 7.202-7.2 10.801-10.802m.441.082l-.196.169C8.128 4.25 4.67 7.708 1.212 11.164c-.227.235-.484.445-.665.72-.068.186.03.372.169.494 3.66 3.655 7.316 7.316 10.976 10.973.122.136.338.239.509.12.25-.184.449-.425.671-.638 3.482-3.481 6.964-6.965 10.447-10.445.154-.133.28-.371.142-.56-.188-.253-.428-.458-.647-.683-3.462-3.46-6.922-6.92-10.381-10.381-.16-.178-.445-.35-.654-.14z"/><path d="M8.488 5.359c1.18-1.08 2.347-2.178 3.562-3.218 1.164 1.111 2.396 2.152 3.553 3.27.197.124-.032.482-.233.368-.871-.197-1.726-.462-2.594-.671-.005.679-.006 1.36-.004 2.039-.494.008-.988.001-1.482.011-.026-.683-.01-1.367-.016-2.05-.889.214-1.764.485-2.656.684-.235.019-.336-.318-.131-.433zM8.681 9.472c.01-.522.517-.942 1.027-.924 1.242-.008 2.483-.001 3.725-.004l-.229.124c.192.299.18.656-.092.9.106.066.212.131.314.202-.02.565-.011 1.132-.019 1.697.559.023 1.118.013 1.679.013.005-.478-.018-.958.014-1.435l.073-.175a.444.444 0 0 0 .014-.032c-.028-.217-.113-.464.074-.637l.07.053c.066.188.056.391.06.589-.006 1.685-.001 3.371-.004 5.057-2.237-.012-4.475.017-6.712-.016.007-1.804-.005-3.607.005-5.411m.265.077c.244-.052.59.125.772-.092h.185l-.088.078.545.024c-.002-.242-.002-.485-.002-.727l-.503.002c-.01-.011-.026-.034-.035-.046-.437.019-.842.298-.874.761m.073.307l.001 1.632c.532-.004 1.062.007 1.594-.011-.01-.541-.004-1.082-.007-1.622l-1.588.001m1.896-.001c-.001.545-.006 1.09.005 1.634.742-.008 1.484.008 2.226-.011-.01-.541-.004-1.082-.007-1.624h-2.224M9.16 14.081c-.336.098-.16.635.167.523.337-.102.162-.636-.167-.523m5.416.12c-.206.28.254.606.442.318.233-.278-.245-.608-.442-.318zM6.631 10.729c.281-.155.664.11.62.426-.012.338-.486.546-.724.284-.227-.19-.168-.592.103-.71zM16.718 10.72c.282-.142.653.128.608.439-.014.331-.472.536-.713.292-.252-.191-.184-.612.104-.731zM6.516 11.807c.251-.055.516-.061.772-.026.328.349.526.802.852 1.15l.24.064c-.004.224-.005.448-.007.671l-.472-.004-.226.148a56.866 56.866 0 0 0-.256-.191c-.58.82-.971 1.758-1.504 2.608-.1.192-.437.06-.42-.143.244-.643.665-1.207.911-1.849.03-.54-.005-1.081.016-1.622-.266.388-.577.776-1.012.982-.353-.106-.052-.407.116-.521.456-.316.601-.893.989-1.265m.824.72a.375.375 0 0 0 .016.415c.414.235.208-.382-.016-.415zM15.674 12.696c.586.018.428-.998 1.013-.978.233-.004.55-.059.661.211.275.475.545.968 1.016 1.28l-.119.26c-.37-.168-.648-.467-.906-.77-.014.774.497 1.429.751 2.136l-.232.048c.192.408.385.815.576 1.224-.094.131-.245.323-.422.179-.286-.45-.463-.961-.714-1.432l-.462.031c-.197.452-.372.916-.604 1.35-.131.215-.378.04-.452-.125.19-.412.371-.828.556-1.242a24.559 24.559 0 0 1-.266-.01c.138-.509.289-1.013.41-1.525-.259.131-.538.016-.805-.007l-.001-.631z"/><path d="M6.79 14.866c.169-.313.334-.63.532-.928.012.278.014.558.012.838.275.402.581.784.838 1.199.172.191-.146.494-.329.305-.376-.451-.695-.948-1.052-1.414z"/><path d="M8.664 14.983c2.239.006 4.478 0 6.718.004v.757h-.728l-.001.856c1.102.016 2.204-.029 3.304.022.173.374-.265.232-.442.27-3.8-.012-7.602.008-11.401-.011l-.05-.312c1.126-.01 2.251.019 3.376-.016-.005-.271-.005-.542-.005-.814a97.033 97.033 0 0 0-.763-.004l-.006-.752m1.503.756c-.005.288-.005.576-.005.864 1.247 0 2.494.001 3.74-.001l-.001-.86c-1.244-.001-2.489.002-3.734-.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bus-stop-ahead--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.828 0h.306c.353.073.659.274.902.533C16.55 4.059 20.08 7.569 23.59 11.097c.51.468.496 1.332-.016 1.793-3.437 3.443-6.883 6.877-10.319 10.322-.322.32-.653.713-1.139.75-.41.056-.804-.143-1.081-.433-3.54-3.544-7.081-7.085-10.624-10.625a1.577 1.577 0 0 1-.413-.757v-.246c.041-.337.205-.644.45-.877C3.789 7.683 7.132 4.344 10.472 1c.402-.391.772-.883 1.355-1m-.011.305c-.234.046-.419.209-.586.368C7.712 4.195 4.191 7.715.67 11.235c-.202.205-.4.458-.38.763-.01.432.37.707.64.988 3.49 3.474 6.962 6.967 10.452 10.441.322.344.911.334 1.226-.013 3.606-3.6 7.208-7.204 10.81-10.807.379-.343.332-.972-.046-1.296-3.535-3.546-7.08-7.084-10.618-10.628-.239-.254-.576-.462-.938-.378z"/><path fill="#ffdb00" d="M11.814.781c.265-.155.506.11.683.278 3.515 3.53 7.054 7.037 10.564 10.572a.456.456 0 0 1-.024.725c-3.558 3.562-7.12 7.121-10.679 10.681-.143.155-.383.277-.578.133-.302-.227-.545-.522-.815-.785-3.358-3.364-6.724-6.72-10.079-10.086-.259-.217-.12-.572.106-.754C4.489 8.048 7.989 4.554 11.484 1.052c.104-.097.208-.198.331-.272M5.698 8.269c1.034.006 2.069.001 3.103.002v2.248l-3.226.001-.001-2.134-.332.348.001 1.786c-.461 0-.923-.001-1.384.001a30.43 30.43 0 0 1-.012-.424c-.175.205-.45.392-.385.703.011.929-.022 1.859.017 2.786.774.89 1.666 1.682 2.489 2.533l3.134-.001v1.368h.875l.008-.811.112.008v.804l.856-.001c.001-.457-.007-.914.026-1.372.437.367.428.991.582 1.498.328-.088.655-.17.98-.266-.238-.098-.666-.052-.63-.421-.079-.785-.457-1.53-.331-2.332.214.23.293.691.642.726.281-.185.545-.396.834-.569.076-.413.221-.806.356-1.202.202-.115.404-.232.608-.344-.047.509-.115 1.024-.312 1.5-.08.246-.266.502-.104.757-.434.32-.791.73-1.18 1.1.185.257.287.719.686.668a3.855 3.855 0 0 0-.185-.486c.29-.384.68-.671 1.054-.968.284-.251.689-.208 1.036-.292-.042.733.52 1.29.569 2.006.355-.08.707-.175 1.054-.287a13.655 13.655 0 0 0-.684-.17c-.119-.433-.244-.865-.328-1.307a.513.513 0 0 1 .082-.444 4.73 4.73 0 0 1-.595-1.446c.344.484.854.804 1.432.932l.157-.271c-.299-.173-.612-.346-.829-.623-.229-.276-.318-.631-.485-.943-.124-.246-.397-.344-.622-.472.402-.344.365-1.165-.25-1.22-.599.044-.616.955-.161 1.224-.438.007-.755.335-1.086.575-.51.325-.421 1.02-.608 1.529l-.385.244c-.211-.448-.397-.913-.702-1.308.142-.227.344-.498.16-.764-.142-.283-.487-.203-.738-.172.012-1.511-.006-3.022.002-4.531-.007-.26.022-.548-.144-.77-.277-.398-.791-.527-1.248-.563-.726-.058-1.452-.107-2.178-.163-.576.578-1.156 1.151-1.73 1.729z"/><path fill="#ffdb00" d="M9.121 8.272h1.589a843 843 0 0 1 0 2.249H9.122l-.001-2.249z"/><path d="M11.816.305c.362-.084.7.124.938.378 3.538 3.545 7.082 7.082 10.618 10.628.378.324.425.953.046 1.296-3.601 3.604-7.204 7.207-10.81 10.807-.316.347-.905.358-1.226.013C7.892 19.953 4.42 16.46.93 12.986c-.27-.281-.649-.556-.64-.988-.019-.305.179-.558.38-.763C4.191 7.714 7.712 4.195 11.23.673c.167-.16.352-.323.586-.368m-.002.476c-.124.074-.227.175-.331.272C7.989 4.555 4.488 8.049.991 11.546c-.226.181-.365.536-.106.754 3.355 3.366 6.721 6.722 10.079 10.086.27.263.512.558.815.785.196.144.436.022.578-.133 3.559-3.56 7.121-7.12 10.679-10.681a.456.456 0 0 0 .024-.725C19.55 8.097 16.011 4.59 12.496 1.06c-.176-.168-.418-.433-.683-.278z"/><path d="M5.698 8.269c.575-.578 1.154-1.151 1.73-1.729.726.056 1.452.106 2.178.163.457.036.971.164 1.248.563.166.222.137.51.144.77-.008 1.51.01 3.02-.002 4.531.251-.031.596-.112.738.172.185.266-.018.538-.16.764.305.395.491.86.702 1.308l.385-.244c.187-.509.098-1.204.608-1.529.331-.24.648-.568 1.086-.575-.455-.269-.438-1.18.161-1.224.614.055.652.876.25 1.22.224.127.498.226.622.472.167.312.256.667.485.943.217.277.53.45.829.623l-.157.271a2.374 2.374 0 0 1-1.432-.932 4.73 4.73 0 0 0 .595 1.446.513.513 0 0 0-.082.444c.084.442.209.874.328 1.307.229.053.457.107.684.17a12.33 12.33 0 0 1-1.054.287c-.049-.716-.611-1.273-.569-2.006-.347.084-.751.041-1.036.292-.373.298-.763.584-1.054.968.072.158.134.32.185.486-.4.05-.502-.412-.686-.668.389-.371.745-.78 1.18-1.1-.162-.256.024-.511.104-.757.197-.476.265-.991.312-1.5a50.55 50.55 0 0 0-.608.344c-.136.396-.281.79-.356 1.202-.289.173-.553.384-.834.569-.349-.035-.428-.496-.642-.726-.126.802.252 1.547.331 2.332-.036.37.392.323.63.421-.325.096-.653.179-.98.266-.154-.506-.145-1.13-.582-1.498-.034.457-.025.914-.026 1.372l-.856.001v-.804l-.112-.008-.008.811h-.875v-1.368l-3.134.001c-.823-.851-1.715-1.643-2.489-2.533-.038-.928-.006-1.858-.017-2.786-.065-.311.21-.498.385-.703l.012.424c.461-.002.923-.001 1.384-.001l-.001-1.786.332-.348.001 2.134 3.226-.001V8.272c-1.034-.001-2.069.004-3.103-.002m3.423.002l.001 2.249h1.588a843 843 0 0 0 0-2.249H9.121z"/></symbol><symbol viewBox="0 0 24 24" id="warning--camel-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.479 1.74c.323-.241.824-.139 1.154.02.287.268.491.62.638.966.119.149.149.385.328.478.112.334.384.632.512.97.114.148.14.389.32.47.396.76.844 1.555 1.327 2.287.144.418.479.785.638 1.2.113.132.103.323.254.424.024.146.091.234.203.262.028.278.312.475.368.742.158.13.158.379.34.49-.06.175.194.188.151.364.122.136.134.412.332.454.062.338.386.635.496.976.161.126.158.379.338.491.142.416.479.786.637 1.198.112.158.156.378.325.49.254.484.511.982.84 1.428-.062.176.198.185.151.361.115.151.149.382.324.478.246.487.521 1.001.845 1.444.132.415.479.785.635 1.199.11.155.151.372.319.479.101.203.191.44.361.605.113.283.282.584.473.84.046.281.06.566-.004.847-.04.059-.119.176-.157.236l-.066.078c-.106.156-.325.14-.416.292l-.102.038c-7.372.037-14.747.014-22.12.011l-.014-.031-.001.035c-.133-.145-.343-.197-.478-.35-.007-.006-.02-.018-.028-.023-.39-.493-.228-1.162.124-1.624-.034-.164.202-.184.152-.349.168-.164.264-.407.361-.607.17-.102.208-.325.322-.479.152-.413.499-.781.632-1.196.324-.443.6-.954.845-1.442.173-.097.208-.323.322-.475-.04-.174.208-.192.154-.365.335-.457.587-.946.846-1.442.173-.104.21-.331.328-.485.437-.887 1.027-1.728 1.471-2.633.176-.096.209-.325.324-.476-.04-.172.205-.193.152-.362.322-.443.6-.956.841-1.44.174-.098.21-.326.325-.479.28-.616.716-1.176.978-1.788.184-.092.221-.332.336-.49.158-.415.503-.786.638-1.202.262-.306.4-.662.616-1.009l.173-.233c.031-.064.092-.19.124-.252.151-.102.14-.294.256-.426-.044-.175.211-.186.152-.361.217-.193.282-.574.602-.628m.204.328c-.158.077-.268.222-.35.373C7.772 8.61 4.206 14.769.65 20.933c-.296.466.136 1.122.679 1.051 7.157-.002 14.315.005 21.473-.004.502-.023.818-.648.54-1.067-3.57-6.181-7.142-12.36-10.715-18.539-.17-.332-.616-.486-.947-.301z"/><path fill="#fff" d="M3.715 19.877c2.737-4.802 5.532-9.574 8.286-14.368 2.756 4.792 5.537 9.571 8.292 14.363-5.526.002-11.052-.006-16.578.005M8.9 12.626c-.232.226-.593.179-.863.338l.109.263c.353.056.694.193 1.042.289.228.047.162.318.206.485.456.272.277.943.581 1.326.191.206.43.394.715.433.475.08.947-.107 1.42-.094.401.101.347.574.292.887-.091.563.18 1.148-.014 1.693.208.283.068.641-.023.942-.091.203-.395.162-.451.396l.332.031c.253.058.25-.242.409-.349.119-.757.145-1.534.289-2.288l-.104-.082c.058-.142.203.068.155.146.049.397 0 .8.054 1.196.151.296.208.66.055.966-.131.079-.332.132-.25.325.191.014.382.001.521-.145-.096-.55.094-1.09.019-1.627.029-.484.058-.97.013-1.452.587-.082 1.18-.163 1.734-.38.058.368.042.756.233 1.091.334.728.108 1.542-.206 2.228-.157.085-.425.049-.415.307.168.008.337.011.505.006.46-.401.335-1.078.637-1.565-.114-.49.043-1-.001-1.506.188.437.355.91.288 1.392-.019.439.18.94-.092 1.333-.162.101-.448.181-.38.438.172.083.35-.016.516-.062a2.93 2.93 0 0 1 .239-.344c.082-.475-.043-1.015.239-1.433-.257-.294-.014-.677-.134-1.008-.151-.451.014-.906.187-1.321.293.131.389.51.622.726-.089-.511-.426-.92-.635-1.382-.275-.535-.832-.809-1.355-1.043-.605-.266-.763-1.057-1.358-1.314-.593.029-.925.589-1.315.956-.438.312-.877.644-1.166 1.108-.19.184-.454.426-.736.349-.518-.479-.469-1.272-.793-1.859-.085-.208-.503-.282-.268-.557-.281.116-.628-.11-.851.16z"/><path fill="#c00" d="M11.68 2.074c.331-.185.776-.031.947.301 3.572 6.179 7.145 12.358 10.715 18.539.278.419-.038 1.044-.54 1.067-7.158.008-14.316.001-21.473.004-.544.071-.976-.586-.679-1.051C4.206 14.77 7.772 8.611 11.33 2.448c.083-.151.192-.296.35-.373M3.715 19.877c5.526-.011 11.052-.002 16.578-.005-2.755-4.792-5.536-9.571-8.292-14.363-2.754 4.794-5.549 9.565-8.286 14.368z"/><path d="M10.402 3.209c.026-.283.133-.443.323-.48-.115.132-.104.324-.256.426l-.067.054zM13.272 2.726c.179-.067.32.336.328.478-.179-.092-.209-.329-.328-.478zM10.234 3.384l.112.023-.173.233.061-.256zM14.112 4.174c.175-.052.323.331.32.47-.18-.082-.206-.323-.32-.47zM8.582 6.341c.028-.146.151-.547.336-.49-.115.157-.152.397-.336.49zM7.279 8.608c.005-.142.143-.542.325-.479-.115.152-.151.38-.325.479zM16.398 8.131l.082-.031.241.509-.068-.054c-.151-.101-.142-.292-.254-.424zM5.962 10.886c.005-.143.142-.538.324-.476-.115.151-.148.38-.324.476zM17.714 10.411c.186-.072.289.322.332.454-.198-.042-.21-.318-.332-.454zM8.9 12.626c.223-.27.57-.043.851-.16-.235.275.182.349.268.557.324.587.275 1.38.793 1.859.282.077.546-.166.736-.349.289-.463.728-.796 1.166-1.108.39-.367.722-.928 1.315-.956.595.257.754 1.048 1.358 1.314.523.234 1.08.508 1.355 1.043.209.462.546.871.635 1.382-.233-.216-.329-.595-.622-.726-.173.415-.338.87-.187 1.321.12.331-.122.714.134 1.008-.282.418-.157.958-.239 1.433a3.055 3.055 0 0 0-.239.344c-.166.047-.344.145-.516.062-.067-.257.218-.337.38-.438.272-.394.073-.894.092-1.333.067-.482-.1-.955-.288-1.392.044.506-.113 1.016.001 1.506-.302.487-.178 1.164-.637 1.565a6.543 6.543 0 0 1-.505-.006c-.01-.258.258-.222.415-.307.314-.686.54-1.5.206-2.228-.191-.335-.175-.722-.233-1.091-.554.217-1.147.299-1.734.38.044.482.016.968-.013 1.452.074.538-.115 1.078-.019 1.627-.139.146-.33.16-.521.145-.083-.193.119-.246.25-.325.152-.306.096-.67-.055-.966-.054-.396-.005-.799-.054-1.196.048-.078-.097-.288-.155-.146l.104.082c-.144.755-.17 1.531-.289 2.288-.16.107-.156.407-.409.349l-.332-.031c.056-.234.36-.193.451-.396.091-.301.23-.659.023-.942.194-.545-.077-1.13.014-1.693.055-.313.109-.786-.292-.887-.473-.013-.944.174-1.42.094-.286-.04-.524-.227-.715-.433-.304-.383-.125-1.054-.581-1.326-.044-.167.022-.438-.206-.485-.348-.096-.689-.233-1.042-.289l-.109-.263c.27-.16.631-.113.863-.338zM4.163 14.004c0-.144.15-.551.328-.485-.118.154-.155.38-.328.485zM19.518 13.529c.179-.055.331.347.325.49-.169-.112-.214-.331-.325-.49zM2.842 16.286c0-.137.142-.542.322-.475-.114.152-.149.378-.322.475zM20.834 15.808c.178-.065.323.34.324.478-.175-.096-.209-.326-.324-.478zM1.043 19.404c-.004-.137.139-.542.322-.479-.114.154-.151.377-.322.479zM22.638 18.928c.18-.061.33.346.319.479-.168-.107-.209-.324-.319-.479zM.152 20.89c.128-.172.149-.464.377-.529-.352.462-.514 1.13-.124 1.624-.386-.182-.269-.739-.253-1.094zM23.63 21.935c.038-.06.118-.178.157-.236l-.059.239-.098-.002zM.433 22.007c.134.154.344.205.478.35-.169.034-.544-.158-.478-.35zM23.148 22.304c.091-.151.311-.136.416-.292.06.157-.256.426-.416.292zM.926 22.354c7.373.004 14.748.026 22.12-.011-.084.198-.325.06-.482.082H1.558c-.209-.041-.456.091-.631-.071z"/></symbol><symbol viewBox="0 0 24 24" id="warning--camel-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.352.208c.478-.346 1.16-.214 1.547.206 3.544 3.539 7.081 7.084 10.625 10.622.332.301.55.761.434 1.213-.076.401-.412.665-.68.941-3.343 3.338-6.683 6.682-10.022 10.022-.302.288-.575.667-1.013.744-.414.098-.857-.067-1.138-.378C7.644 20.115 4.183 16.653.72 13.193c-.271-.278-.607-.541-.683-.944-.104-.421.072-.863.378-1.156C3.833 7.671 7.256 4.253 10.675.829c.218-.214.422-.449.677-.623m.325.093c-.214.079-.376.247-.538.401C7.623 4.226 4.096 7.74.58 11.266c-.407.344-.457 1.02-.06 1.391 3.481 3.487 6.971 6.967 10.45 10.456.264.253.514.588.904.635.32.053.632-.103.847-.332 3.58-3.589 7.168-7.17 10.751-10.754.398-.37.352-1.046-.054-1.392A17948.08 17948.08 0 0 0 12.73.583c-.26-.288-.682-.42-1.052-.282z"/><path fill="#fee011" d="M11.802.76c.247-.119.498.034.661.217 3.54 3.545 7.087 7.082 10.625 10.631a.505.505 0 0 1-.007.785c-3.564 3.564-7.128 7.126-10.69 10.692-.144.164-.384.257-.592.154-.258-.176-.454-.425-.677-.64C7.72 19.196 4.318 15.794.915 12.393.748 12.25.657 12.008.76 11.8c.174-.26.421-.462.638-.686 3.239-3.239 6.479-6.478 9.716-9.718.223-.216.425-.462.686-.636m-1.672 6.861c-.526.113-.83.59-1.194.936-.674.536-1.444.947-2.1 1.504-.505.622-.452 1.495-.374 2.244.295-.247-.064-.816.362-.937.073.446.102.904.04 1.352-.074.5-.452.922-.428 1.442.103.354.262.698.218 1.079-.043.401.082.782.292 1.12.395 0 .791.002 1.186-.008-.134-.394-.523-.455-.846-.602-.5-1.091-.116-2.437.673-3.296.302.522-.133.983-.287 1.459.307.64.786 1.214.93 1.925.038.211.158.392.265.575l.91-.016a3.434 3.434 0 0 0-.074-.452c-.204-.08-.446-.136-.557-.348-.452-.672-.829-1.532-.532-2.342.197-.505.347-1.03.576-1.523.304.166.598.371.946.431.469.08.947-.001 1.418.012a8.076 8.076 0 0 1-.104.505c-.344 1.183-.349 2.429-.431 3.649.353-.047.847.152 1.052-.236-.19-.084-.38-.168-.568-.256.006-.958.272-1.891.586-2.788.366 1.088.497 2.246.911 3.323.353-.019.746.096 1.06-.114-.346-.164-.838-.31-.864-.768-.094-.962-.211-1.925-.266-2.89.044-.558.678-.719 1.124-.844.599-.214 1.355-.049 1.819-.568.497-.556.611-1.344.709-2.056.528-.314 1.164-.449 1.631-.862-.389-.534-1.098-.367-1.657-.48-.307-.054-.644-.336-.941-.102-.223.222-.379.503-.552.763-.116.492.016 1.008-.076 1.505-.02.166-.167.31-.343.257-.606-.038-.881-.658-1.334-.965-.64-.407-1.427-.586-1.957-1.157-.306-.332-.76-.575-1.222-.472z"/><path d="M11.677.299c.371-.138.792-.006 1.052.282 3.564 3.56 7.127 7.123 10.688 10.687.406.346.452 1.022.054 1.392-3.583 3.584-7.171 7.165-10.751 10.754-.215.229-.527.385-.847.332-.39-.047-.64-.382-.904-.635C7.49 19.623 4.001 16.143.519 12.655c-.397-.371-.347-1.046.06-1.391C4.095 7.738 7.622 4.224 11.138.698c.162-.154.324-.322.538-.401m.126.463c-.262.174-.463.42-.686.636L1.4 11.114c-.217.224-.464.426-.638.686-.103.208-.012.45.155.593 3.403 3.401 6.805 6.803 10.207 10.206.223.215.419.463.677.64.208.103.448.011.592-.154 3.562-3.566 7.126-7.128 10.69-10.692a.504.504 0 0 0 .007-.785C19.552 8.06 16.005 4.522 12.465.977c-.163-.184-.414-.336-.661-.217z"/><path d="M10.128 7.621c.462-.103.916.139 1.222.472.53.571 1.318.75 1.957 1.157.454.307.728.926 1.334.965.176.053.323-.091.343-.257.091-.497-.041-1.013.076-1.505.173-.26.329-.541.552-.763.296-.234.634.048.941.102.559.113 1.268-.054 1.657.48-.467.413-1.103.547-1.631.862-.098.712-.212 1.5-.709 2.056-.464.518-1.22.354-1.819.568-.446.125-1.08.286-1.124.844.055.965.173 1.927.266 2.89.026.458.518.604.864.768-.313.21-.707.095-1.06.114-.414-1.076-.545-2.234-.911-3.323-.313.896-.58 1.83-.586 2.788.187.088.378.172.568.256-.205.389-.7.19-1.052.236.082-1.22.086-2.466.431-3.649.041-.168.076-.336.104-.505-.472-.013-.949.068-1.418-.012-.348-.06-.642-.265-.946-.431-.229.493-.379 1.018-.576 1.523-.298.81.079 1.67.532 2.342.11.212.353.268.557.348.035.149.06.3.074.452l-.91.016c-.107-.182-.227-.364-.265-.575-.144-.71-.623-1.285-.93-1.925.154-.476.589-.937.287-1.459-.79.859-1.174 2.206-.673 3.296.323.148.712.209.846.602-.395.011-.791.008-1.186.008-.21-.337-.335-.719-.292-1.12.043-.38-.115-.725-.218-1.079-.024-.521.354-.942.428-1.442a4.509 4.509 0 0 0-.04-1.352c-.426.121-.067.69-.362.937-.078-.749-.131-1.622.374-2.244.656-.557 1.426-.967 2.1-1.504.364-.346.668-.823 1.194-.936z"/></symbol><symbol viewBox="0 0 24 24" id="warning--camera--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#254565" d="M0 0h24v7.688c-.548-.536-.692-1.73-1.614-1.708.338 1.252 1.112 2.318 1.614 3.502v7.23c-.606 1.156-1.236 2.308-2.052 3.334a2.154 2.154 0 0 1-.612-1.476c2.27-3.038 2.552-7.358.45-10.556-.006-.74-1.18-.848-.634-.152 1.938 3.104 2.146 7.22-.178 10.172-.21-.266-.426-.53-.614-.812 1.466-2.19 1.778-5.146.492-7.482-.128-.524-1.192-1.816-1.012-.592-.228-.446-.408-.914-.61-1.372.334.142.658.31.996.442-.296-1.004-1.844-.474-1.912-1.552-.272-.688.444.22.694.338.838-.17-.108-.742-.44-.98-.89-.118-1.786-.254-2.608-.644 1.302-.276.03-1.296-.732-.808.14-1.062-.364-1.696-1.348-2.034.428-1.138-1.152-1.066-1.88-1.314-2.37-.016-2.29 3.134-3.872 4.316-.898.57-.476 1.892-1.266 2.502-.356.83-1.11 1.73-2.066 1.896.884 1.072-1.28 1.434-.542 2.63.268 1.388-1.1.556-1.78.246-.006.876-.73 1.568-1.604 1.5.458 1.248-.406.696-.87.66V0z"/><path fill="#293f5b" d="M8.128 5.54C9.71 4.358 9.63 1.208 12 1.224c.728.248 2.308.176 1.88 1.314.984.338 1.488.972 1.348 2.034.762-.488 2.034.532.732.808.822.39 1.718.526 2.608.644.332.238 1.278.81.44.98-.25-.118-.966-1.026-.694-.338.068 1.078 1.616.548 1.912 1.552-.338-.132-.662-.3-.996-.442.202.458.382.926.61 1.372 1.512 2.134 1.918 5.192.208 7.34l-.504-.288c1.146-1.922 1.242-4.462.006-6.354-.196-.178-.55-.714-.694-.222.878 1.708 1.72 3.952.392 5.636l-.198-.022c.136-.546.3-1.084.432-1.628.152-1.154-.088-2.528-.936-3.382-.478-.198-.684.376-.942.654-.738-.26-.816-1.114-1.168-1.71-.88-1.762-1.704-3.568-2.794-5.202-.3-.76-.362-1.862-1.306-2.118-.786-.34-1.218.582-1.558 1.12-1.858 1.974-2.422 4.84-3.942 7.082-1.82 2.516-2.616 5.608-4.48 8.096-.84 1.534-1.454 3.188-1.914 4.876-.062.356.234.658.36.974H0v-9.026c.464.036 1.328.588.87-.66.874.068 1.598-.624 1.604-1.5.68.31 2.048 1.142 1.78-.246-.738-1.196 1.426-1.558.542-2.63.956-.166 1.71-1.066 2.066-1.896.79-.61.368-1.932 1.266-2.502z"/><path fill="#553b57" d="M10.778 2.972c.34-.538.772-1.46 1.558-1.12.944.256 1.006 1.358 1.306 2.118 1.09 1.634 1.914 3.44 2.794 5.202.352.596.43 1.45 1.168 1.71-.124.256-.402.342-.638.458l-.19.042c-1.368-2.714-2.606-5.474-3.986-8.178-.298-1.03-1.448-.422-1.588.396-2.48 4.786-4.922 9.594-7.432 14.374-.868 1.57-2.04 3.112-1.956 4.996 6.766.324 13.566-.026 20.346.206.76-.634.24-1.518-.178-2.176.124-.202.248-.406.386-.602.142.696.464 1.412 1.194 1.65-.322.4-1.308 1.336-.188 1.16-1.064.43-2.304.436-3.45.288-6.094-.008-12.214-.176-18.324-.092-.644.11-.708-.608-.402-1.004 2.994-6.55 6.594-12.846 9.58-19.428z"/><path fill="#743955" d="M11.202 3.6c.14-.818 1.29-1.426 1.588-.396 1.38 2.704 2.618 5.464 3.986 8.178-.178 1.1.708 2.396-.424 3.24-.586-.944-1.086-1.94-1.734-2.846-.282-.516-.552-1.038-.84-1.55-.486-1.074-.758-2.35-1.632-3.19-.488-.236-.472.462-.578.762-2.096 4.27-4.484 8.464-6.376 12.794 3.024.484 6.904.106 10.254.158 1.2-.15 2.634.452 3.736-.158a42.77 42.77 0 0 0-2.424-4.566c-.062-.354.086-1.242.42-.604.046.798.686-.106 1.016-.268-.16.49-.808.966-.384 1.48.512-.37.85-.912 1.24-1.396l.198.022c-.304.642-.788 1.228-.872 1.956.4-.326.784-.67 1.168-1.016l.504.288c-.298.57-.636 1.124-.884 1.72.516-.164.902-.546 1.196-.986.188.282.404.546.614.812-.23.448-.452.904-.596 1.39a7.2 7.2 0 0 0 .958-.854c.01.558.224 1.076.612 1.476-.308.452-.958 1.526.034.954.418.658.938 1.542.178 2.176-6.78-.232-13.58.118-20.346-.206-.084-1.884 1.088-3.426 1.956-4.996 2.51-4.78 4.952-9.588 7.432-14.374z"/><path fill="#37354e" d="M6.836 10.054c1.52-2.242 2.084-5.108 3.942-7.082C7.792 9.554 4.192 15.85 1.198 22.4c-.306.396-.242 1.114.402 1.004 6.11-.084 12.23.084 18.324.092 1.146.148 2.386.142 3.45-.288.216-.222.42-.456.626-.688V24H.802c-.126-.316-.422-.618-.36-.974.46-1.688 1.074-3.342 1.914-4.876 1.864-2.488 2.66-5.58 4.48-8.096z"/><path fill="#4e6e8b" d="M22.386 5.98c.922-.022 1.066 1.172 1.614 1.708v1.794c-.502-1.184-1.276-2.25-1.614-3.502z"/><path fill="#896476" d="M11.568 7.798c.106-.3.09-.998.578-.762.874.84 1.146 2.116 1.632 3.19-.854-.494-1.072-3.6-2.21-2.428z"/><path fill="#958b9b" d="M11.568 7.798c1.138-1.172 1.356 1.934 2.21 2.428.288.512.558 1.034.84 1.55.554 1.488 1.32 2.892 2.14 4.25a42.77 42.77 0 0 1 2.424 4.566c-1.102.61-2.536.008-3.736.158-3.406-.322-6.836-.068-10.254-.158 1.892-4.33 4.28-8.524 6.376-12.794m-2.14 5.964c-.196.318-.322.672-.454 1.02-1.378 1.264-.206 3.568-.566 5.22 1.314.638 3.908-.056 5.594.202.612-.248 2.182.532 2.136-.6-.318-1.32.146-3.204-.342-4.206-.046-.048-.14-.146-.186-.196a193.285 193.285 0 0 1-3.246-5.992c-1.508.662-1.868 3.186-2.936 4.552z"/><path fill="#566c87" d="M21.152 7.862c-.546-.696.628-.588.634.152 2.102 3.198 1.82 7.518-.45 10.556a7.2 7.2 0 0 1-.958.854c.144-.486.366-.942.596-1.39 2.324-2.952 2.116-7.068.178-10.172z"/><path fill="#63738d" d="M19.84 9.148c-.18-1.224.884.068 1.012.592 1.286 2.336.974 5.292-.492 7.482-.294.44-.68.822-1.196.986.248-.596.586-1.15.884-1.72 1.71-2.148 1.304-5.206-.208-7.34z"/><path fill="#8693a0" d="M9.428 13.762c1.068-1.366 1.428-3.89 2.936-4.552 1.044 2.01 2.164 4.08 3.246 5.992-.908.184-1.77.026-2.448-.58-.744-.4-1.938-.452-2.402.39-.938.152-.282-1.468-1.332-1.25z"/><path fill="#626d85" d="M18.856 9.624c.144-.492.498.044.694.222 1.236 1.892 1.14 4.432-.006 6.354-.384.346-.768.69-1.168 1.016.084-.728.568-1.314.872-1.956 1.328-1.684.486-3.928-.392-5.636z"/><path fill="#505e75" d="M17.604 10.882c.258-.278.464-.852.942-.654.848.854 1.088 2.228.936 3.382-.608-.704-.962 2.616-.9-.19-.204-.638.106-1.624-.564-2.066.092.772.586 1.594.076 2.308-.282-.732-.09-2.114-1.128-2.322.236-.116.514-.202.638-.458z"/><path fill="#786277" d="M16.776 11.382l.19-.042c1.038.208.846 1.59 1.128 2.322.51-.714.016-1.536-.076-2.308.67.442.36 1.428.564 2.066-.062 2.806.292-.514.9.19-.132.544-.296 1.082-.432 1.628-.39.484-.728 1.026-1.24 1.396-.424-.514.224-.99.384-1.48-.33.162-.97 1.066-1.016.268-.334-.638-.482.25-.42.604-.82-1.358-1.586-2.762-2.14-4.25.648.906 1.148 1.902 1.734 2.846 1.132-.844.246-2.14.424-3.24z"/><path fill="#3c4754" d="M9.428 13.762c1.05-.218.394 1.402 1.332 1.25-.514.668-1.446.11-2.136.41-.052 1.524-.028 3.05-.022 4.576l-.194.004c.36-1.652-.812-3.956.566-5.22.132-.348.258-.702.454-1.02z"/><path fill="#1c2937" d="M10.76 15.012c.464-.842 1.658-.79 2.402-.39.138.266.278.532.424.794-1.328-.874-3.342-.3-3.642 1.352-.448 1.278.208 2.568 1.31 3.214-.884.014-1.768.022-2.652.016-.006-1.526-.03-3.052.022-4.576.69-.3 1.622.258 2.136-.41z"/><path fill="#485564" d="M13.162 14.622c.678.606 1.54.764 2.448.58.046.05.14.148.186.196-.738.002-1.472.014-2.21.018a30.207 30.207 0 0 1-.424-.794z"/><path fill="#5c6473" d="M9.944 16.768c.3-1.652 2.314-2.226 3.642-1.352 1.56 1.332 1.036 3.452-.422 4.584.874-.004 1.752.052 2.624-.02.038-1.528.016-3.054.008-4.582.488 1.002.024 2.886.342 4.206.046 1.132-1.524.352-2.136.6-1.686-.258-4.28.436-5.594-.202l.194-.004c.884.006 1.768-.002 2.652-.016-1.102-.646-1.758-1.936-1.31-3.214m1.522-1.118c-.356.192-.9.412-.864.896.606-.074.64.386.638.868.36.006.968-.69 1.046-.09.152.44-.152.946.358 1.236.82.848-1.584 1.156-1.138.184.064-.588-.934-.306-.68.212.688.95 2.408.766 2.792-.348 1.028-1.37-.414-3.668-2.152-2.958z"/><path fill="#182634" d="M13.586 15.416c.738-.004 1.472-.016 2.21-.018.008 1.528.03 3.054-.008 4.582-.872.072-1.75.016-2.624.02 1.458-1.132 1.982-3.252.422-4.584z"/><path fill="#343e4e" d="M11.466 15.65c1.738-.71 3.18 1.588 2.152 2.958-.384 1.114-2.104 1.298-2.792.348-.254-.518.744-.8.68-.212-.446.972 1.958.664 1.138-.184-.51-.29-.206-.796-.358-1.236-.078-.6-.686.096-1.046.09.002-.482-.032-.942-.638-.868-.036-.484.508-.704.864-.896m.982.576c-.448.368-.6.74.154.576.852.132.542-.894-.154-.576z"/><path fill="#687382" d="M12.448 16.226c.696-.318 1.006.708.154.576-.754.164-.602-.208-.154-.576z"/><path fill="#6c748e" d="M21.948 20.046c.816-1.026 1.446-2.178 2.052-3.334v1.214c-.412.904-1.062 1.666-1.632 2.472-.138.196-.262.4-.386.602-.992.572-.342-.502-.034-.954z"/><path fill="#2e3c55" d="M22.368 20.398c.57-.806 1.22-1.568 1.632-2.472v3.596l-.438.526c-.73-.238-1.052-.954-1.194-1.65z"/><path fill="#8c6b7f" d="M5.192 20.592c3.418.09 6.848-.164 10.254.158-3.35-.052-7.23.326-10.254-.158z"/><path fill="#73708c" d="M23.562 22.048l.438-.526v.998c-.206.232-.41.466-.626.688-1.12.176-.134-.76.188-1.16z"/></symbol><symbol viewBox="0 0 24 24" id="warning--camera--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#5f4537" d="M11.204 0h1.166c1.91 2.746 3.122 5.924 4.808 8.812 1.476 2.926 2.972 5.846 4.418 8.79.704 1.506 1.728 2.876 2.088 4.528.134.41-.256.766-.538 1.014-2.854.5-5.8.536-8.648.856H.558c.216-2.176 1.502-3.978 2.282-5.958C5.604 12.018 8.564 6.078 11.204 0m.614 2.404c-2.192 4.31-3.98 8.804-6.02 13.19-.958 2.29-2.186 4.456-2.986 6.812 6.204-.128 12.396-.764 18.6-1.022.044-.708-.594-1.184-.758-1.838-2.974-5.67-5.762-11.44-8.674-17.142h-.162z"/><path fill="#5f4537" d="M16.236 13.82c.898.214.036 1.634.368 2.18-.012 1.136.026 2.276-.016 3.414-.39.022-.578-.348-.844-.562-.72.014-1.41.336-2.134.386-.214.598.226.84.568 1.15-.674.562-1.592.4-2.408.398.614-.23 1.02-1.108.384-1.564-1.314-.164-2.602.374-3.912.152-.678-.792.116-2.142-.394-3.024-.678-.42-.278-1.268-.43-1.922.572-.32 1.182.042 1.782.106 1.788-.21 3.594-.142 5.39-.124.324.132.574.528.97.366.276-.282.46-.63.676-.956z"/><path fill="#e8b115" d="M11.818 2.404h.162c2.912 5.702 5.7 11.472 8.674 17.142.164.654.802 1.13.758 1.838-6.204.258-12.396.894-18.6 1.022.8-2.356 2.028-4.522 2.986-6.812 2.04-4.386 3.828-8.88 6.02-13.19m4.418 11.416c-.216.326-.4.674-.676.956-.396.162-.646-.234-.97-.366-1.796-.018-3.602-.086-5.39.124-.6-.064-1.21-.426-1.782-.106.152.654-.248 1.502.43 1.922.51.882-.284 2.232.394 3.024 1.31.222 2.598-.316 3.912-.152.636.456.23 1.334-.384 1.564.816.002 1.734.164 2.408-.398-.342-.31-.782-.552-.568-1.15.724-.05 1.414-.372 2.134-.386.266.214.454.584.844.562.042-1.138.004-2.278.016-3.414-.332-.546.53-1.966-.368-2.18z"/></symbol><symbol viewBox="0 0 24 24" id="warning--checkpoint--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.863 1.38h.251c.73.042 1.246.618 1.535 1.24 3.214 5.585 6.434 11.166 9.65 16.75.256.458.572.896.701 1.415v.457a1.64 1.64 0 0 1-1.373 1.379H1.391c-.592-.094-1.128-.512-1.303-1.093-.164-.463-.065-.978.186-1.39 3.38-5.863 6.762-11.726 10.139-17.593.272-.588.775-1.097 1.451-1.164M2.519 20.5h18.98c-3.163-5.486-6.323-10.975-9.491-16.459C8.841 9.525 5.679 15.013 2.518 20.5z"/><path fill="#fff" d="M2.519 20.5c3.161-5.488 6.323-10.975 9.49-16.459C15.177 9.525 18.337 15.014 21.5 20.5H2.52m6.055-8.92c-.006.185-.008.379-.13.532l-1.411 2.252-.414.001.005.239c.239-.002.479.001.719 0v4.192H5.597v.72c1.457.008 2.916-.014 4.372.011.298.152.509.444.762.661h8.72a88.089 88.089 0 0 1 0-.727l-2.574-.001c-.001-1.055.005-2.11-.002-3.166.228.14.464.266.692.407.001.214-.002.427-.002.642l-.41.001v.788h1.03l.001-.788c-.138 0-.275 0-.413-.002v-.545c.194.108.386.22.582.326-.002-.203-.001-.406-.001-.607-1.007-.568-2.021-1.118-3.025-1.687.042-.428-.148-.905-.575-1.061-.347-.169-.731-.03-1.026.174-.566-.318-1.139-.623-1.704-.943-.156-.058-.336-.245-.503-.118-.185.102-.161.398.04.469.629.362 1.274.698 1.901 1.064-.02.36.067.762.392.97.366.283.877.19 1.219-.085.418.235.836.468 1.256.7v3.462h-4.631v-3.226l-.412.001c-.013 1.088.029 2.179-.023 3.268-.502-.12-.701-.828-1.28-.716v-4.177c.241-.022.484.004.726-.014-.004-.078-.005-.155-.006-.232h-.41c-.475-.761-.953-1.518-1.428-2.278-.113-.146-.101-.334-.114-.506h-.175z"/><path d="M8.575 11.58h.175c.013.173.001.36.114.506.475.76.953 1.517 1.428 2.278h.41c.001.077.002.154.006.232-.242.018-.485-.007-.726.014v4.177c.58-.112.779.596 1.28.716.052-1.088.01-2.179.023-3.268l.412-.001v3.226h4.631v-3.462c-.42-.232-.839-.464-1.256-.7-.342.275-.853.368-1.219.085-.325-.208-.413-.61-.392-.97-.626-.366-1.272-.702-1.901-1.064-.2-.071-.224-.367-.04-.469.167-.127.347.06.503.118.565.32 1.138.625 1.704.943.295-.204.679-.343 1.026-.174.427.156.617.632.575 1.061 1.004.569 2.018 1.12 3.025 1.687 0 .202-.001.404.001.607-.196-.107-.388-.218-.582-.326v.545c.138.002.275.002.413.002l-.001.788h-1.03v-.788l.41-.001c0-.215.004-.428.002-.642-.228-.14-.464-.266-.692-.407.007 1.056.001 2.111.002 3.166l2.574.001v.727h-8.72c-.253-.217-.464-.509-.762-.661-1.456-.025-2.915-.002-4.372-.011v-.72h1.747v-4.192c-.24.001-.48-.002-.719 0l-.005-.239.414-.001c.472-.75.941-1.501 1.411-2.252.121-.152.124-.347.13-.532z"/></symbol><symbol viewBox="0 0 24 24" id="warning--children--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.857 1.38h.263a1.685 1.685 0 0 1 1.307.862c3.425 5.935 6.842 11.875 10.267 17.81.13.228.233.47.306.722v.478a1.65 1.65 0 0 1-1.366 1.368H1.382c-1.09-.128-1.752-1.474-1.15-2.404C3.68 14.223 7.134 8.235 10.587 2.246c.253-.478.739-.79 1.27-.866M2.519 20.5h18.982c-3.164-5.486-6.325-10.976-9.492-16.462C8.843 9.524 5.68 15.011 2.519 20.5z"/><path fill="#fff" d="M2.519 20.5a22577.55 22577.55 0 0 1 9.49-16.462c3.167 5.485 6.328 10.975 9.492 16.462H2.519m10.779-10.376a1.433 1.433 0 0 0-.266 1.168c.07.316.41.419.64.596-.274.017-.575-.076-.811.104-.589.355-1.19.772-1.535 1.382.127.544.362 1.054.517 1.59-.223.102-.451.19-.685.263-.424-.65-.835-1.312-1.319-1.92.341-.304.674-.75.486-1.23-.182-.611-1.138-.666-1.406-.095-.252.442.018.905.239 1.291-.401.014-.82-.004-1.184.19-.584.228-.93.797-1.178 1.34-.15.503-.094 1.038-.152 1.554.173.314.762.158.73-.209-.048-.164-.127-.318-.166-.485.139-.533.542-.973 1.039-1.201-.044.848-.328 1.766-.989 2.336-.523.286-1.088.49-1.627.745.167.51.11 1.129.487 1.547.08-.294.106-.598.17-.894.404-.289.928-.34 1.381-.529.593-.157.92-.718 1.313-1.139.425 1.036.808 2.1.968 3.214.383-.084.764-.175 1.15-.252.169.066.338.134.506.205-.02-.398-.098-.791-.161-1.184.623-.467 1.234-.956 1.764-1.529.365-.485 1.033-.281 1.552-.347.157.35.096.754.206 1.12.094.534.504.929.662 1.435.072.232.085.691.455.55.42-.136.935-.113 1.266-.436-.329-.096-.68-.077-1.003-.188-.332-.863-.53-1.777-.76-2.674l.413-.161a8.425 8.425 0 0 1-1.062-2.534c.505.854 1.3 1.52 2.231 1.867.186.004.324-.145.364-.317-.032-.19-.21-.27-.358-.356a3.61 3.61 0 0 1-1.273-1.145c-.304-.478-.476-1.027-.79-1.5-.175-.257-.494-.335-.764-.449.538-.353.518-1.126.215-1.626-.254-.427-.949-.485-1.264-.098z"/><path fill="#fff" d="M12.164 13.524c.24-.242.596-.314.898-.461a6.732 6.732 0 0 1-.701 3.043l.359.23c-.526.301-1.044.664-1.348 1.204-.172.337-.458.584-.702.864.059.26.142.514.179.779-.372-.188-.31-.65-.392-.995-.132-1.087-.581-2.118-.601-3.218.365.352.661 1.085 1.286.812.458-.202 1.193-.14 1.358-.719.048-.532-.502-.997-.336-1.54z"/><path d="M13.298 10.124c.314-.386 1.009-.329 1.264.098.304.5.323 1.273-.215 1.626.27.114.589.192.764.449.313.473.486 1.022.79 1.5.323.476.766.871 1.273 1.145.148.086.325.167.358.356-.04.172-.178.32-.364.317a4.384 4.384 0 0 1-2.231-1.867 8.414 8.414 0 0 0 1.062 2.534l-.413.161c.229.896.427 1.811.76 2.674.323.112.674.092 1.003.188-.331.323-.846.3-1.266.436-.37.142-.383-.318-.455-.55-.158-.506-.569-.901-.662-1.435-.11-.366-.049-.769-.206-1.12-.518.066-1.187-.138-1.552.347-.53.572-1.141 1.062-1.764 1.529.062.394.14.786.161 1.184a19.833 19.833 0 0 0-.506-.205c-.385.077-.767.168-1.15.252-.161-1.114-.544-2.178-.968-3.214-.392.421-.72.982-1.313 1.139-.454.19-.977.24-1.381.529-.065.296-.09.6-.17.894-.377-.418-.32-1.037-.487-1.547.539-.256 1.104-.46 1.627-.745.661-.57.944-1.488.989-2.336-.497.228-.9.668-1.039 1.201.038.167.118.32.166.485.032.367-.557.523-.73.209.059-.516.002-1.051.152-1.554.248-.544.594-1.112 1.178-1.34.365-.193.784-.175 1.184-.19-.221-.386-.491-.85-.239-1.291.269-.571 1.224-.516 1.406.095.188.48-.145.926-.486 1.23.484.608.895 1.27 1.319 1.92.234-.073.462-.161.685-.263-.155-.536-.39-1.046-.517-1.59.344-.611.946-1.027 1.535-1.382.236-.18.538-.088.811-.104-.229-.178-.57-.281-.64-.596-.082-.4.007-.846.266-1.168m-1.133 3.399c-.166.542.384 1.008.336 1.54-.166.578-.9.517-1.358.719-.625.272-.922-.461-1.286-.812.02 1.1.469 2.131.601 3.218.083.344.02.806.392.995-.037-.265-.12-.518-.179-.779.244-.28.53-.527.702-.864.304-.54.822-.902 1.348-1.204l-.359-.23a6.745 6.745 0 0 0 .701-3.043c-.301.146-.658.218-.898.461z"/></symbol><symbol viewBox="0 0 24 24" id="warning--children--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M12.107.639c.642.226 1.113.763 1.622 1.191 1.125 1.041 2.273 2.062 3.314 3.189.813.737 1.576 1.527 2.36 2.296 1.408 1.431 2.805 2.88 4.253 4.271l-.156.249.168.578c-3.846 3.655-7.342 7.703-11.491 11.026-1.055-.74-2.001-1.619-2.938-2.501-2.975-2.851-5.994-5.702-8.53-8.961 2.733-3.403 5.902-6.434 9.077-9.421l-.09.014c.813-.63 1.533-1.388 2.412-1.932m-.721 1.088C7.978 5.205 4.421 8.547 1.136 12.141c3.661 3.687 7.321 7.388 11.133 10.921 3.655-3.667 7.278-7.359 10.945-11.014-3.557-3.606-7.174-7.154-10.748-10.745-.376-.523-.778.202-1.079.422z"/><path fill="#030303" d="M12.061 6.763c.335-.625 1.411-.827 1.755-.11.22.39-.153.755-.243 1.125.39.162.787.315 1.157.518.234.422.301.911.442 1.368.561-.101.795.373 1.044.775-.448.275-.905.538-1.359.798-.142-.214-.422-.645-.561-.859.119-.13.361-.385.48-.515l-.246-.555-.529.289c.211 1.16 1.133 2.255.677 3.464-.263.706.367 1.267.497 1.92-.087.466-.61.685-1.015.801.463-.951-.37-1.79-.547-2.707-.226-.61-.784.194-.755.512-.052.584-.006 1.174.017 1.761a9.82 9.82 0 0 1-1.235.587c.474-1.067.217-2.247.535-3.337-.434.11-.865.22-1.295.333.02.413-.139.734-.474.963-.228.518.24 1.003.44 1.454-.393.211-.784.419-1.183.622.098-.289.2-.578.301-.867a13.56 13.56 0 0 1-.474-1.33 4.264 4.264 0 0 0-.518 2.039c-.385-.009-.766-.02-1.148-.032l.526-.599c.09-.399.185-.795.283-1.191l-.428-.428c.185-.471.376-.943.57-1.414-.405.266-.813.523-1.223.781-.35-1.038.972-1.229 1.168-2.079.356-.708.121-1.515.379-2.244a8.2 8.2 0 0 1 1.073.139c.075.359.061.723-.043 1.09.252.15.526.752.862.434.7-.581 1.119-1.405 1.57-2.177-.263-.399-.619-.813-.5-1.327m-1.125 4.564c.188.156.564.463.752.616l-.078.379c.205-.168.411-.335.616-.506a28.969 28.969 0 0 1-.029-1.587c-.416.373-.836.737-1.261 1.099m-.743.725c.072.376.269.57.587.584l.026-.755c-.009-.665-.865-.379-.613.171z"/><path fill="#f5ae14" d="M11.387 1.726c.301-.22.703-.946 1.079-.422 3.574 3.591 7.191 7.139 10.748 10.745-3.667 3.655-7.29 7.347-10.945 11.014-3.811-3.533-7.472-7.235-11.133-10.921C4.421 8.548 7.977 5.205 11.387 1.727m.674 5.036c-.119.515.237.928.5 1.327-.451.772-.87 1.596-1.57 2.177-.335.318-.61-.283-.862-.434.104-.367.119-.732.043-1.09a8.351 8.351 0 0 0-1.073-.139c-.257.729-.023 1.535-.379 2.244-.197.85-1.518 1.041-1.168 2.079.411-.257.818-.515 1.223-.781-.194.471-.385.943-.57 1.414l.428.428c-.098.396-.194.792-.283 1.191l-.526.599c.382.012.763.023 1.148.032a4.258 4.258 0 0 1 .518-2.039c.139.451.289.896.474 1.33-.101.289-.202.578-.301.867.399-.202.789-.411 1.183-.622-.2-.451-.668-.937-.44-1.454.335-.228.494-.549.474-.963.431-.113.862-.223 1.295-.333-.318 1.09-.061 2.27-.535 3.337a9.82 9.82 0 0 0 1.235-.587c-.023-.587-.069-1.177-.017-1.761-.029-.318.529-1.122.755-.512.176.917 1.009 1.755.547 2.707.405-.116.928-.335 1.015-.801-.13-.653-.76-1.214-.497-1.92.457-1.209-.466-2.305-.677-3.464l.529-.289.246.555c-.119.13-.361.385-.48.515.139.214.419.645.561.859.454-.26.911-.523 1.359-.798-.249-.402-.483-.876-1.044-.775-.142-.457-.208-.946-.442-1.368-.37-.202-.766-.356-1.157-.518.09-.37.463-.734.243-1.125-.344-.717-1.42-.515-1.755.11z"/><path fill="#f5ae14" d="M10.936 11.329a65.21 65.21 0 0 0 1.261-1.099c-.003.529.003 1.058.029 1.587-.205.171-.411.338-.616.506l.078-.379c-.188-.153-.564-.46-.752-.616zM10.193 12.055c-.252-.549.604-.836.613-.171l-.026.755c-.318-.014-.515-.208-.587-.584z"/><path fill="#785a19" opacity=".93" d="M23.656 11.587l.2.075v.659l-.188.093c-.04-.145-.124-.434-.168-.578l.156-.249z"/></symbol><symbol viewBox="0 0 24 24" id="warning--children--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.869 1.38h.233c.311.048.628.132.876.335.391.308.587.784.839 1.199 3.292 5.713 6.582 11.428 9.878 17.138.132.23.234.478.305.734v.455a1.641 1.641 0 0 1-1.372 1.379H1.39c-.715-.104-1.324-.709-1.376-1.44-.074-.592.293-1.094.57-1.58C3.921 13.817 7.251 8.03 10.587 2.246c.256-.48.745-.796 1.282-.865M2.519 20.5h18.98a24241.91 24241.91 0 0 0-9.49-16.46C8.841 9.525 5.679 15.013 2.518 20.5z"/><path fill="#fff" d="M2.519 20.5C5.68 15.012 8.842 9.525 12.01 4.04c3.166 5.485 6.328 10.973 9.49 16.46H2.52m9.017-13.107c-.325.505.043 1.052.312 1.482-.49.3-1.33.341-1.414 1.034-.323 1.37-.637 2.743-.971 4.111a.476.476 0 0 0-.272.449c-.28.005-.564.002-.833-.088.179-.281.462-.624.236-.964-.192-.428-.833-.494-1.094-.098-.284.316-.056.718.133 1.012-.336.198-.72.426-.797.844-.14.629-.143 1.282-.126 1.922.058.334.468.301.628.065l-.211-.27c.084-.419.092-.865.311-1.246.245.618.047 1.276-.034 1.903.084.155.13.326.113.504-.022.578.071 1.175-.128 1.733.167-.101.348-.187.481-.332.266-.512.112-1.201.554-1.622.043.538.018 1.076.025 1.615.223.156.434.359.722.374a7.612 7.612 0 0 0-.272-.493c.058-.407.128-.811.208-1.213.193-.158.431-.362.337-.646-.162-.762-.385-1.511-.55-2.273.487-.184.956-.418 1.363-.746a26.818 26.818 0 0 1-.166-.287c.406-1.013.787-2.034 1.193-3.046-.016 1.235-.071 2.47-.072 3.704.108 1.481.252 2.958.364 4.439-.112.186-.244.37-.256.596.362-.143.691-.38.953-.667.12-1.49-.023-3.014.374-4.476.144 1.518.26 3.048.116 4.57.185.179.362.367.568.526.343.036.044-.371.071-.541.186-1.676.472-3.348.478-5.039-.084-1.06-.206-2.116-.292-3.174.572.844.88 1.901.691 2.916-.031.222-.146.494.065.667.223.22.644.013.604-.29-.104-.728.115-1.458-.008-2.186-.116-.786-.229-1.583-.48-2.339-.388-.515-1.052-.728-1.649-.905.167-.451.602-.892.371-1.403-.217-.714-1.313-.77-1.646-.122z"/><path d="M11.537 7.393c.334-.648 1.429-.592 1.646.122.232.511-.204.952-.371 1.403.596.176 1.261.39 1.649.905.251.756.364 1.553.48 2.339.124.728-.096 1.458.008 2.186.041.304-.38.51-.604.29-.211-.173-.096-.445-.065-.667.188-1.015-.119-2.072-.691-2.916.085 1.058.208 2.114.292 3.174-.006 1.691-.292 3.362-.478 5.039-.026.17.272.577-.071.541-.205-.158-.383-.347-.568-.526.144-1.522.028-3.052-.116-4.57-.397 1.462-.254 2.986-.374 4.476-.262.287-.59.524-.953.667.012-.227.144-.41.256-.596-.112-1.481-.256-2.958-.364-4.439.001-1.235.056-2.47.072-3.704-.406 1.012-.787 2.033-1.193 3.046l.166.287c-.407.329-.876.563-1.363.746.164.762.388 1.511.55 2.273.094.283-.144.487-.337.646-.079.402-.15.806-.208 1.213.097.161.187.325.272.493-.288-.016-.499-.218-.722-.374-.007-.539.018-1.078-.025-1.615-.443.421-.288 1.11-.554 1.622-.133.145-.314.232-.481.332.199-.558.107-1.154.128-1.733a.878.878 0 0 0-.113-.504c.08-.628.278-1.285.034-1.903-.218.38-.227.827-.311 1.246l.211.27c-.16.236-.57.269-.628-.065-.017-.641-.014-1.294.126-1.922.077-.418.461-.646.797-.844-.19-.294-.418-.696-.133-1.012.262-.396.902-.33 1.094.098.226.34-.058.683-.236.964.269.09.553.092.833.088a.478.478 0 0 1 .272-.449c.334-1.368.648-2.741.971-4.111.084-.694.924-.734 1.414-1.034-.269-.43-.637-.977-.312-1.482z"/></symbol><symbol viewBox="0 0 24 24" id="warning--children--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.864 1.38h.221c.701.037 1.226.565 1.506 1.17 3.257 5.662 6.522 11.32 9.782 16.979.283.509.686 1.024.612 1.642-.047.733-.658 1.345-1.375 1.45H1.38A1.637 1.637 0 0 1 0 21.246v-.437a2.71 2.71 0 0 1 .26-.677C3.7 14.168 7.136 8.2 10.575 2.236a1.69 1.69 0 0 1 1.289-.856m.126 2.66C8.823 9.524 5.662 15.012 2.502 20.498c6.326.002 12.653.002 18.979 0C18.32 15.012 15.158 9.524 11.99 4.04z"/><path fill="#fff" d="M11.99 4.04c3.168 5.484 6.33 10.972 9.491 16.458-6.326.002-12.653.002-18.979 0C5.663 15.012 8.824 9.524 11.99 4.04m-1.174 3.477c-.247.518.232.942.358 1.411-.595.164-1.255.389-1.637.9-.358 1.261-.631 2.591-.455 3.907.067.298-.176.67.094.9.139.167.446.103.547-.08.127-.179.016-.392-.004-.583-.184-1.013.115-2.071.691-2.91-.09 1.093-.221 2.182-.296 3.275.03 1.405.214 2.801.396 4.193.04.396.172.812-.028 1.19.278.26.522-.299.754-.438-.148-1.519-.025-3.048.114-4.564.401 1.46.253 2.986.376 4.476.224.253.518.437.796.628.352-.038-.023-.402-.101-.556.118-1.48.256-2.957.366-4.436.001-1.237-.056-2.474-.072-3.712.403 1.013.787 2.033 1.192 3.046l-.162.288c.403.332.875.562 1.361.746-.167.758-.385 1.505-.55 2.263-.094.282.128.498.334.646.073.389.157.775.2 1.169-.054.194-.173.364-.245.551.281-.029.488-.224.706-.382.011-.532-.02-1.063.026-1.594.452.398.278 1.098.55 1.598.127.152.312.235.482.328-.186-.515-.108-1.062-.126-1.596.001-.21-.026-.44.118-.616-.076-.625-.295-1.285-.036-1.897.23.367.216.814.306 1.224l-.199.256c.122.277.574.272.62-.053.011-.641.014-1.294-.127-1.921-.079-.419-.462-.65-.802-.844.168-.269.402-.611.194-.926-.206-.428-.864-.475-1.108-.059-.262.316-.071.719.175.972-.205.241-.554.122-.83.148.031-.2-.072-.355-.254-.432-.366-1.463-.677-2.94-1.051-4.399-.286-.46-.922-.475-1.334-.78.283-.414.625-.96.313-1.454-.331-.654-1.433-.6-1.651.118z"/><path fill="#030303" d="M10.816 7.517c.218-.718 1.32-.772 1.651-.118.312.494-.03 1.04-.313 1.454.413.305 1.049.32 1.334.78.374 1.459.685 2.936 1.051 4.399.182.077.286.232.254.432.276-.025.625.094.83-.148-.246-.253-.437-.656-.175-.972.244-.416.901-.37 1.108.059.208.316-.026.658-.194.926.34.193.722.425.802.844.142.628.138 1.28.127 1.921-.047.325-.498.33-.62.053l.199-.256c-.09-.41-.076-.857-.306-1.224-.259.612-.04 1.272.036 1.897-.144.175-.116.406-.118.616.018.534-.06 1.081.126 1.596-.17-.092-.355-.175-.482-.328-.271-.5-.097-1.2-.55-1.598-.047.53-.016 1.062-.026 1.594-.217.157-.425.353-.706.382.072-.187.191-.356.245-.551-.043-.394-.127-.78-.2-1.169-.205-.148-.427-.364-.334-.646.164-.758.383-1.505.55-2.263-.486-.185-.958-.414-1.361-.746l.162-.288c-.404-1.013-.788-2.033-1.192-3.046.016 1.237.073 2.474.072 3.712-.11 1.48-.248 2.957-.366 4.436.078.154.452.517.101.556-.277-.191-.571-.374-.796-.628-.122-1.49.025-3.016-.376-4.476-.139 1.516-.262 3.044-.114 4.564-.232.139-.475.698-.754.438.199-.378.067-.794.028-1.19-.182-1.392-.366-2.788-.396-4.193.076-1.093.206-2.182.296-3.275-.576.839-.875 1.897-.691 2.91.019.191.131.404.004.583-.101.184-.408.247-.547.08-.27-.23-.026-.602-.094-.9-.176-1.316.097-2.646.455-3.907.382-.511 1.042-.736 1.637-.9-.126-.469-.605-.893-.358-1.411z"/></symbol><symbol viewBox="0 0 24 24" id="warning--children--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.696.307c.463-.158.96.054 1.273.403 3.5 3.499 7.008 6.992 10.506 10.494.485.444.506 1.277.017 1.726-3.565 3.558-7.124 7.122-10.696 10.673-.419.407-1.16.395-1.56-.032C7.673 20.009 4.107 16.45.549 12.884c-.474-.456-.41-1.276.078-1.698C4.023 7.784 7.427 4.389 10.823.987c.265-.254.51-.565.872-.679m0 .258a1.874 1.874 0 0 0-.475.337C7.758 4.361 4.302 7.826.841 11.285c-.25.246-.454.592-.371.955.076.386.409.634.667.902 3.244 3.235 6.476 6.481 9.715 9.72.334.318.641.755 1.141.792.298.043.568-.122.77-.323 3.497-3.508 6.997-7.01 10.496-10.516.182-.19.359-.416.367-.692.03-.35-.202-.644-.434-.878C19.728 7.791 16.278 4.323 12.814.867c-.281-.296-.724-.491-1.121-.302z"/><path fill="#fee011" d="M11.813 1.046c.229-.134.494-.016.658.163 3.467 3.454 6.924 6.918 10.387 10.376.136.152.302.316.307.535-.026.181-.167.313-.283.442-3.504 3.497-7.001 7.003-10.504 10.502-.214.264-.601.132-.785-.097-3.494-3.51-7.007-7.006-10.495-10.523-.293-.234-.145-.605.098-.808C4.629 8.187 8.071 4.747 11.504 1.298c.097-.091.192-.187.308-.253m1.897 4.505c-.686.461-.629 1.752.238 1.966-.341.41-.905.583-1.148 1.076a11.547 11.547 0 0 0-1.34 3.233c-.371.281-.784.502-1.153.786-.496-.402-.892-.911-1.406-1.291.143-.08.406-.062.416-.276.089-.392.083-.803.047-1.201-.371-.418-1.136-.364-1.415.133a.881.881 0 0 0 .361 1.274c-1.013.665-1.244 1.956-1.877 2.914-.023.28.362.26.486.086.439-.503.61-1.171 1.006-1.704-.103.613-.221 1.236-.512 1.792l.142.299c-.124.252-.448.352-.593.604-.169.305-.535.347-.833.455.005.134.008.268.012.403.298.266.476.761.942.75.224-.101.026-.335-.054-.461l-.115-.408c.517-.278.967-.653 1.396-1.05.085-.161.168-.324.25-.486.194.176.4.349.662.41l.139.256c-.13.355-.13.736-.079 1.108a1.08 1.08 0 0 0-.036.672c.461-.022.976.2 1.39-.082-.157-.322-.653-.282-.842-.599.036-.415.167-.815.203-1.23-.074-.274-.265-.508-.283-.799-.157-.251-.332-.49-.503-.731.037-.314.065-.63.082-.946.298.216.581.458.911.628.521-.036.811-.634 1.331-.694.187-.041.448-.054.48-.295.308-.942.692-1.897 1.408-2.61.002 1.12-.242 2.276-.901 3.202.3.13.598.266.895.401.05.172.098.344.145.517-.366.325-.592.757-.736 1.219-.144.516-.737.641-1.007 1.069.191.136.383.272.602.36.199.3.5.638.905.518.166-.196-.149-.346-.222-.51a13.745 13.745 0 0 1-.192-.526c.288-.421.726-.712 1-1.144.284-.458.85-.85.605-1.459l.215-.095c.186.245.403.463.647.653a4.802 4.802 0 0 0-.222 1.973c-.211.4-.328.82-.254 1.274.316.014.582-.287.893-.127.3.097.809.25.905-.18-.152-.073-.316-.12-.476-.168a9.941 9.941 0 0 1-.587-.332c.166-.838.469-1.646.569-2.498.023-.371-.248-.664-.418-.967l.486-.227a16.49 16.49 0 0 1-.836-3.096c.388.361.724.781 1.148 1.1.608.041 1.177-.264 1.783-.253.173-.011.4.055.474-.157.181-.154-.078-.39-.242-.397-.559.002-1.12.086-1.678.014-.144-.03-.331.006-.415-.144-.5-.654-.958-1.374-1.658-1.836.143-.102.311-.15.48-.187.086-.205.16-.414.234-.623-.146-.282-.055-.594-.053-.896-.319-.636-1.217-.928-1.796-.46z"/><path d="M11.695.566c.397-.188.84.006 1.121.302 3.463 3.456 6.913 6.924 10.378 10.378.233.234.464.528.434.878-.008.276-.185.503-.367.692-3.499 3.505-7 7.008-10.496 10.516-.203.2-.473.366-.77.323-.5-.037-.808-.474-1.141-.792-3.239-3.239-6.472-6.485-9.715-9.72-.258-.269-.592-.516-.667-.902-.083-.364.121-.709.371-.955C4.304 7.826 7.76 4.362 11.222.904a1.85 1.85 0 0 1 .475-.337m.116.479c-.116.066-.211.162-.308.253C8.072 4.748 4.63 8.188 1.197 11.637c-.244.203-.391.574-.098.808 3.488 3.517 7.001 7.013 10.495 10.523.184.229.571.361.785.097 3.503-3.499 7-7.006 10.504-10.502.116-.128.257-.26.283-.442-.005-.22-.172-.383-.307-.535-3.463-3.458-6.92-6.923-10.387-10.376-.163-.179-.428-.298-.658-.163z"/><path d="M13.709 5.55c.58-.468 1.477-.176 1.796.46-.002.302-.094.614.053.896-.074.209-.148.418-.234.623a1.277 1.277 0 0 0-.48.187c.701.462 1.158 1.182 1.658 1.836.084.15.271.114.415.144.558.072 1.118-.012 1.678-.014.164.007.424.244.242.397-.074.212-.301.146-.474.157-.606-.011-1.175.294-1.783.253-.425-.319-.761-.739-1.148-1.1.181 1.056.455 2.095.836 3.096l-.486.227c.169.304.44.596.418.967-.1.852-.403 1.661-.569 2.498.191.118.388.228.587.332.161.048.324.095.476.168-.096.43-.605.277-.905.18-.311-.16-.577.142-.893.127-.073-.455.043-.875.254-1.274a4.802 4.802 0 0 1 .222-1.973 3.54 3.54 0 0 1-.647-.653l-.215.095c.245.61-.32 1.001-.605 1.459-.274.432-.712.722-1 1.144.06.176.125.352.192.526.073.164.388.314.222.51-.404.12-.706-.218-.905-.518-.22-.088-.412-.224-.602-.36.27-.428.863-.553 1.007-1.069.144-.462.37-.894.736-1.219a28.03 28.03 0 0 0-.145-.517c-.298-.134-.595-.271-.895-.401.659-.925.904-2.082.901-3.202-.715.713-1.099 1.668-1.408 2.61-.032.241-.293.254-.48.295-.52.06-.81.658-1.331.694-.33-.169-.613-.412-.911-.628a14.31 14.31 0 0 1-.082.946c.17.241.346.48.503.731.018.292.209.526.283.799-.036.415-.167.815-.203 1.23.19.317.685.277.842.599-.414.282-.929.06-1.39.082a1.08 1.08 0 0 1 .036-.672c-.05-.372-.05-.752.079-1.108a35.21 35.21 0 0 1-.139-.256c-.263-.061-.468-.234-.662-.41-.082.162-.164.325-.25.486-.428.397-.878.772-1.396 1.05l.115.408c.08.126.278.36.054.461-.466.011-.644-.484-.942-.75-.004-.136-.007-.269-.012-.403.298-.108.664-.15.833-.455.145-.252.469-.352.593-.604l-.142-.299c.292-.556.409-1.178.512-1.792-.396.533-.566 1.201-1.006 1.704-.124.174-.509.193-.486-.086.632-.958.864-2.249 1.877-2.914a.882.882 0 0 1-.361-1.274c.278-.497 1.044-.551 1.415-.133.036.398.042.809-.047 1.201-.011.214-.274.196-.416.276.515.38.911.889 1.406 1.291.37-.284.782-.505 1.153-.786.277-1.138.734-2.23 1.34-3.233.244-.493.808-.666 1.148-1.076-.866-.214-.924-1.505-.238-1.966z"/></symbol><symbol viewBox="0 0 24 24" id="warning--cliff--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M11.631 1.879c.411-.279.942.028 1.158.413 1.826 2.883 3.499 5.858 5.222 8.803 1.959 3.434 4.052 6.797 5.868 10.312-.124.291-.3.561-.564.744-.18.079-.368.153-.567.152-7.294.018-14.591-.018-21.885.018a7.117 7.117 0 0 0-.208-.305 4.734 4.734 0 0 1-.392-.598c1.034-2.133 2.276-4.154 3.457-6.208 2.254-3.899 4.554-7.77 6.744-11.705.333-.573.594-1.248 1.166-1.625m.362 2.874c-.563 1.069-1.272 2.062-1.753 3.175-2.434 4.119-4.786 8.286-7.229 12.401 2.86.053 5.722-.007 8.582.029 3.016.034 6.034-.001 9.05.018.161.001.321-.014.48-.048-2.333-3.916-4.578-7.881-6.89-11.808-.754-1.251-1.427-2.557-2.24-3.768z"/><path fill="#fff" d="M11.992 4.754c.813 1.211 1.486 2.518 2.24 3.768.121.821.568 1.552.705 2.369.041.554.049 1.113.09 1.667.032.195-.042.439-.278.431-.877.034-1.757.006-2.634.008a34.833 34.833 0 0 1-.008-.453l-.375-.001.01.386-.356.191c.692.606.9 1.549 1.133 2.399.199.574-.175 1.124-.251 1.683.042.305.212.573.298.866-.201.407.109.887-.18 1.265-.244.358-.529.685-.792 1.027-2.86-.036-5.722.024-8.582-.029 2.443-4.115 4.796-8.282 7.229-12.401.481-1.113 1.19-2.105 1.753-3.175m-3.677 8.11c-.06.317-.046.674-.403.82.039.205.08.408.125.613.289.024.365-.166.355-.417.095-.091.278-.16.356-.007.209.226-.109.392-.32.345.253.25.484-.136.486-.378.418-.264.827-.543 1.28-.744 0-.126.025-.246.076-.358.261.097.486.02.678-.17-.175-.121-.344-.255-.535-.351a3.045 3.045 0 0 0-.602.156l.094.157c-.532.18-.978.531-1.491.745.004-.295.364-.692.655-.469.013-.417.63-.414.894-.668-.63-.069-1.138.418-1.649.724zM.655 22.015c.072.1.14.201.208.305 7.294-.036 14.591 0 21.885-.018.199.001.387-.073.567-.152l-.302.236H.678c-.008-.124-.017-.247-.022-.371z"/><path fill="#030303" d="M14.232 8.522c2.312 3.927 4.557 7.892 6.89 11.808a2.221 2.221 0 0 1-.48.048c-3.016-.02-6.034.015-9.05-.018.262-.342.547-.669.792-1.027.289-.378-.021-.858.18-1.265-.086-.293-.255-.561-.298-.866.076-.559.451-1.109.251-1.683-.233-.849-.441-1.792-1.133-2.399l.356-.191-.01-.386.375.001.008.453c.877-.003 1.757.025 2.634-.008.236.008.31-.236.278-.431-.041-.554-.049-1.113-.09-1.667-.136-.817-.584-1.548-.705-2.369zM8.317 12.865c.511-.306 1.019-.793 1.649-.724-.264.254-.881.251-.894.668-.292-.223-.651.174-.655.469.512-.215.959-.566 1.491-.745l-.094-.157c.195-.069.396-.128.602-.156.191.095.359.23.535.351-.192.189-.417.267-.678.17a.856.856 0 0 0-.076.358c-.453.201-.862.48-1.28.744-.001.241-.233.627-.486.378.211.046.529-.119.32-.345-.079-.153-.261-.084-.356.007.01.251-.066.441-.355.417a22.193 22.193 0 0 1-.125-.613c.356-.146.342-.502.403-.82z"/></symbol><symbol viewBox="0 0 24 24" id="warning--cliff--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c05" d="M11.714 1.581h.566c.611.424 1.029 1.062 1.37 1.71.461.911.982 1.791 1.486 2.677 2.43 4.245 4.912 8.462 7.344 12.706.407.724.829 1.441 1.191 2.189.164.366.365.821.095 1.188-.479.285-1.066.247-1.594.368H2.166c-.737-.103-1.611.01-2.166-.592v-.362c.423-.706.782-1.449 1.199-2.157A1285.235 1285.235 0 0 1 10.72 2.965c.273-.5.563-1.002.995-1.384m.206 2.983c-.7 1.324-1.579 2.558-2.2 3.919-2.347 3.987-4.638 8.006-6.989 11.99 3.234.004 6.468.003 9.703 0 2.946-.01 5.894.01 8.84-.01-1.497-2.643-3.077-5.238-4.564-7.887-1-1.766-2.1-3.479-3.034-5.28-.486-.953-1.069-1.851-1.588-2.785l-.168.053z"/><path fill="#fff" d="M11.921 4.564l.168-.053c.519.934 1.102 1.832 1.588 2.785.934 1.801 2.034 3.514 3.034 5.28 1.487 2.649 3.067 5.244 4.564 7.887-2.946.02-5.894 0-8.84.01-.355-.458-.77-.891-.974-1.446.052-.461-.057-.943.154-1.377.338-.658-.312-1.306-.165-1.98.23-.927.467-1.929 1.186-2.614l-.361-.203.023-.378-.315-.004c.004.108.013.322.016.43-1.015.02-2.031.036-3.045-.014-.007-.742-.01-1.487.075-2.225.175-.743.503-1.439.693-2.179.621-1.361 1.5-2.595 2.2-3.919m1.703 7.621c-.102.059-.305.175-.405.234.126.339.336.384.632.135.016.17.023.339.02.51l.091-.052c.187.112.375.221.563.329.259.161.516.325.783.473.007.085.019.256.024.341l.496-.066-.282.297c.168-.148.375-.233.598-.254.045-.308.056-.632-.27-.785a13.96 13.96 0 0 1-.029-.5 9.925 9.925 0 0 0-1.311-.782c-.299.07-.604.122-.911.119z"/><path fill="#fff" d="M14.044 12.333c.573-.252 1.003.273 1.502.453.069.101.208.299.279.398-.277.001-.517-.125-.74-.276-.352-.184-.7-.374-1.04-.575zM15.416 14.038c-.172-.295.41-.368.332-.042l-.332.042z"/><path fill="#050505" d="M2.732 20.473c2.351-3.984 4.642-8.003 6.989-11.99-.19.74-.517 1.436-.693 2.179-.085.737-.082 1.483-.075 2.225 1.015.05 2.031.034 3.045.014-.003-.108-.012-.322-.016-.43l.315.004-.023.378.361.203c-.719.686-.956 1.687-1.186 2.614-.147.674.503 1.322.165 1.98-.211.434-.102.915-.154 1.377.204.555.619.987.974 1.446-3.235.003-6.47.004-9.703 0zM13.625 12.185a3.84 3.84 0 0 0 .911-.119c.454.228.895.484 1.311.782.007.167.016.333.029.5.326.152.315.477.27.785a1.05 1.05 0 0 0-.598.254l.282-.297-.496.066c-.006-.085-.017-.256-.024-.341-.267-.148-.525-.312-.783-.473a31.762 31.762 0 0 1-.563-.329l-.091.052a4.558 4.558 0 0 0-.02-.51c-.296.249-.506.204-.632-.135l.405-.234m.418.147c.341.201.688.391 1.04.575.223.151.463.277.74.276-.07-.099-.21-.297-.279-.398-.499-.18-.928-.704-1.502-.453m1.373 1.705l.332-.042c.078-.326-.504-.253-.332.042z"/></symbol><symbol viewBox="0 0 24 24" id="warning--cliff--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fcec38" d="M11.512 1.534c.263-.124.561-.079.843-.088.297.332.683.603.851 1.029.134.232.291.448.412.687.109.196.243.375.357.567l.186.403c.116.193.251.372.371.564l.117.286c.19.32.419.619.56.968.126.234.281.451.418.68.163.383.408.723.612 1.086.132.233.291.451.414.69.108.196.24.375.349.571.145.277.334.53.477.808.109.196.243.375.357.568l.188.401c.208.306.407.622.554.964.113.193.247.372.363.564l.186.404c.116.19.25.37.364.56.062.135.124.269.188.404.141.228.297.444.429.677.063.15.132.299.196.45.19.32.418.618.559.966.126.236.283.451.423.677l.13.28c.066.132.131.265.196.4.114.19.247.37.363.56.062.135.124.269.188.404.207.308.406.622.554.964.112.193.246.372.361.564.062.134.124.268.188.401.178.277.361.552.517.844.127.303.098.644.014.954-.163.222-.35.422-.537.623-.919.003-1.837-.012-2.756.01-.219.194-.516.112-.778.13-6.163-.006-12.326-.003-18.487-.001a1.852 1.852 0 0 1-.48-.066 1.879 1.879 0 0 1-.557-.559c-.088-.354-.119-.745.014-1.092.154-.291.339-.567.52-.843.032-.07.095-.21.128-.279.066-.132.131-.266.196-.399.114-.193.248-.374.366-.566l.128-.277c.095-.185.188-.372.273-.563.128-.233.284-.451.423-.677.109-.225.218-.45.324-.676.116-.192.25-.372.366-.564l.186-.401c.141-.228.298-.446.43-.679l.117-.287c.119-.192.255-.371.372-.564l.131-.28.128-.281c.215-.354.454-.695.618-1.079.113-.194.246-.377.354-.572.203-.361.448-.699.611-1.083.112-.193.244-.375.356-.568.252-.404.428-.846.692-1.241l.328-.674c.114-.193.248-.374.363-.568.148-.341.346-.655.553-.964l.189-.394c.135-.299.323-.571.498-.847.149-.342.349-.654.548-.968.121-.241.28-.459.425-.687l.119-.286c.236-.414.534-.789.764-1.206.137-.367.348-.785.788-.829m.126.256c-.508.141-.716.674-.971 1.081a218.666 218.666 0 0 0-4.004 7.033 591.562 591.562 0 0 0-5.76 10.217c-.183.342-.433.663-.517 1.05-.094.579.412 1.159 1.003 1.12 7.036-.026 14.072-.022 21.108-.063.458.014.905-.292 1.011-.749.131-.378-.07-.757-.257-1.077-1.778-3.017-3.414-6.114-5.201-9.127-1.782-2.975-3.474-6.004-5.232-8.994a1.044 1.044 0 0 0-1.179-.49z"/><path fill="#fcec38" d="M11.917 4.354c1.283 2.076 2.448 4.223 3.674 6.332 1.844 3.243 3.81 6.418 5.549 9.719-6.137.023-12.273.022-18.408.073a696.512 696.512 0 0 1 3.91-6.887c1.694-3.114 3.472-6.185 5.274-9.237M9.921 8.343a247.228 247.228 0 0 0-3.268 5.982 551.56 551.56 0 0 0-3.166 5.735c5.65-.048 11.301-.041 16.95-.07l-.31-.603c-1.055-.09-2.113-.068-3.167.004-.695.048-1.168-.583-1.274-1.207a94.019 94.019 0 0 1-.43-.102c-.07-.566-.739-.735-.801-1.295-.363-.92-.128-1.916-.237-2.869l-.262-.123c.003-.276.004-.553.003-.83-.56.003-.295.56-.295.908-.731-.003-1.459.023-2.19.022.066-1.081-.055-2.153-.211-3.219.048-.648.19-1.308.488-1.891a10.933 10.933 0 0 1-.026-1.008c-.27-.299-.549-.589-.834-.873-.462.374-.673.943-.968 1.44z"/><path fill="#1d2725" d="M11.636 1.79c.446-.128.959.081 1.179.49 1.757 2.99 3.45 6.019 5.232 8.994 1.788 3.012 3.423 6.11 5.201 9.127.186.32.388.699.257 1.077-.106.457-.553.763-1.011.749-7.036.041-14.072.037-21.108.063-.59.039-1.097-.541-1.003-1.12.084-.386.334-.708.517-1.05A595.334 595.334 0 0 1 6.66 9.903a220.586 220.586 0 0 1 4.004-7.033c.255-.407.463-.941.971-1.081m.282 2.565c-1.803 3.052-3.581 6.123-5.274 9.237a666.25 666.25 0 0 0-3.91 6.887c6.135-.051 12.272-.05 18.408-.073-1.739-3.301-3.705-6.476-5.549-9.719-1.226-2.109-2.392-4.257-3.674-6.332z"/><path fill="#1d2725" d="M9.921 8.343c.295-.497.506-1.066.968-1.44.286.284.564.574.834.873-.008.337.003.673.026 1.008-.298.583-.44 1.243-.488 1.891.156 1.066.277 2.138.211 3.219.731.001 1.459-.025 2.19-.022 0-.348-.265-.905.295-.908.001.277 0 .554-.003.83l.262.123c.109.953-.126 1.949.237 2.869.062.56.731.73.801 1.295l.43.102c.106.623.579 1.255 1.274 1.207 1.054-.072 2.112-.094 3.167-.004l.31.603c-5.65.029-11.301.022-16.95.07a524.102 524.102 0 0 1 3.166-5.735 245.35 245.35 0 0 1 3.268-5.982z"/></symbol><symbol viewBox="0 0 24 24" id="warning--cliff--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fce837" d="M11.723 1.31h.633c.356.212.683.491.854.879.11.197.233.388.348.582.177.374.4.721.619 1.07.065.152.132.302.197.452.163.265.331.524.487.792.171.283.348.564.491.862.13.233.274.458.41.687.132.234.277.459.415.691.153.268.32.526.472.793.157.337.367.643.55.964.142.301.32.581.502.859.061.13.123.261.186.39.179.279.359.557.501.859.152.266.317.524.468.79.141.301.321.579.501.857.062.13.123.259.183.39.12.192.25.378.367.572.226.535.561 1.011.825 1.527.131.233.276.458.411.688.132.232.277.458.414.688.152.268.321.526.472.793.141.301.32.578.492.861.186.323.399.63.554.97.153.268.321.526.479.79l.13.284c.106.207.214.414.317.622v.45c-.106.199-.21.399-.31.601a6.355 6.355 0 0 0-.474.338c-.85.008-1.699-.021-2.549.022a1.52 1.52 0 0 1-.659.12c-5.706-.008-11.412-.001-17.119-.004-.705-.011-1.412.034-2.114-.043-.207-.171-.404-.352-.601-.531-.057-.182-.113-.363-.172-.543v-.148c.08-.199.152-.399.233-.596.119-.189.246-.372.366-.56a24.418 24.418 0 0 0 .261-.57c.139-.229.286-.452.428-.677.109-.223.214-.447.321-.669.142-.228.291-.45.43-.677l.117-.291c.123-.19.252-.375.375-.566l.128-.283.19-.39c.12-.193.25-.379.371-.572l.178-.394c.123-.192.254-.377.375-.568l.12-.29c.196-.316.403-.626.561-.963.185-.321.393-.63.552-.967.131-.233.274-.457.41-.688.132-.233.283-.455.426-.683.029-.072.09-.214.12-.284.218-.349.439-.698.623-1.066l.123-.284c.145-.225.294-.448.433-.677l.199-.455c.138-.229.286-.454.423-.684.182-.323.39-.63.56-.96l.121-.286c.194-.317.404-.628.56-.967.131-.232.279-.455.419-.681l.185-.39c.141-.228.29-.451.419-.686.114-.197.243-.386.361-.579l.183-.39c.12-.197.25-.388.366-.588.135-.146.272-.29.408-.434l.375-.16m-.218.472c-.207.112-.332.317-.451.512a641.938 641.938 0 0 0-3.163 5.532c-2.444 4.31-4.983 8.568-7.363 12.914-.378.611.101 1.517.83 1.501 6.994-.01 13.99-.103 20.986-.123.302-.012.634-.011.884-.207.458-.31.526-.989.228-1.432-1.414-2.412-2.828-4.823-4.199-7.259-2.092-3.688-4.233-7.35-6.354-11.022-.247-.502-.917-.706-1.399-.417z"/><path fill="#fce837" d="M11.727 4.756c.086-.15.186-.292.305-.419 3.112 5.291 6.148 10.628 9.189 15.959-6.153.037-12.306.066-18.458.12 3.001-5.212 5.956-10.451 8.964-15.659m1.291 2.075c-.272.281-.537.571-.806.855.007.35.006.702-.028 1.051.404.767.6 1.684.412 2.542-.177.839-.138 1.695-.138 2.546-.716-.033-1.433-.019-2.149-.036-.006-.348.19-.836-.303-.916-.004.299-.003.599 0 .898l-.319.023c-.01.756.04 1.516-.021 2.27-.113.549-.194 1.219-.778 1.469l-.166.492c-.159.044-.317.088-.474.134-.061.614-.548 1.199-1.196 1.194-1.069-.054-2.141-.074-3.21.017-.11.206-.222.411-.331.618 5.647-.032 11.295-.068 16.943-.102-2.292-4.211-4.652-8.383-6.999-12.564-.114-.19-.28-.339-.44-.492z"/><path fill="#1e2927" d="M11.505 1.781c.481-.29 1.152-.086 1.399.417 2.121 3.672 4.262 7.334 6.354 11.022 1.371 2.436 2.785 4.847 4.199 7.259.298.443.23 1.121-.228 1.432-.25.196-.582.194-.884.207-6.996.019-13.992.113-20.986.123-.73.017-1.208-.89-.83-1.501 2.379-4.346 4.919-8.604 7.363-12.914a641.938 641.938 0 0 1 3.163-5.532c.119-.194.244-.4.451-.512m.221 2.974C8.719 9.964 5.764 15.203 2.763 20.415c6.152-.054 12.305-.083 18.458-.12-3.041-5.331-6.077-10.668-9.189-15.959a2.234 2.234 0 0 0-.305.419z"/><path fill="#1e2927" d="M13.018 6.832c.16.153.326.302.44.492 2.346 4.181 4.706 8.353 6.999 12.564-5.648.034-11.297.07-16.943.102.109-.207.221-.412.331-.618 1.069-.091 2.141-.07 3.21-.017.648.004 1.135-.581 1.196-1.194.157-.046.316-.09.474-.134.055-.166.11-.33.166-.492.583-.25.665-.92.778-1.469.061-.754.011-1.514.021-2.27l.319-.023a38.402 38.402 0 0 1 0-.898c.494.08.298.568.303.916.716.017 1.433.003 2.149.036 0-.851-.039-1.708.138-2.546.188-.858-.008-1.775-.412-2.542.033-.349.034-.701.028-1.051.269-.284.534-.574.806-.855z"/></symbol><symbol viewBox="0 0 24 24" id="warning--closed-lane-in-triple-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.499 2.197c.55-.492 1.353-.704 2.066-.497.748.198 1.312.804 1.677 1.461 3.164 5.295 6.28 10.617 9.357 15.961.607.959.476 2.503-.572 3.108-.816.584-1.912.278-2.833.372l.752.079H4.819c-1.073-.075-2.155-.033-3.223-.162C.927 22.315.264 21.814.13 21.09c-.136-.625-.137-1.329.222-1.883C3.312 14.055 6.32 8.932 9.357 3.825c.357-.556.634-1.185 1.142-1.627m-8.21 18.17c6.473.003 12.947.001 19.42 0A3780.542 3780.542 0 0 0 12 3.892a3626.939 3626.939 0 0 0-9.711 16.476z"/><path fill="#c0111e" d="M7.859 14.105c1.015-.001 2.029-.003 3.045 0 .001.281 0 .56-.003.841-1.014-.001-2.028.001-3.042-.001a117.6 117.6 0 0 1 0-.84z"/><path fill="#fff" d="M2.289 20.368A3626.939 3626.939 0 0 1 12 3.892a3588.776 3588.776 0 0 1 9.709 16.476c-6.473.001-12.947.003-19.42 0m8.829-7.566c.007.417.003.833.005 1.25.195-.183.384-.375.559-.578-.024 2.111-.004 4.222-.009 6.332h1.298c-.003-2.105.007-4.211-.005-6.315.179.193.365.38.555.562.001-.423.003-.847-.001-1.271-.402-.398-.796-.804-1.196-1.205-.404.407-.814.807-1.205 1.225m2.622-.007c.001.422-.001.843.004 1.265.191-.19.378-.384.563-.579-.033 2.107-.007 4.217-.013 6.326h1.295c0-2.102.004-4.204-.001-6.307.178.189.363.371.551.549.004-.418.001-.837.001-1.255-.394-.409-.798-.81-1.195-1.216-.406.402-.808.807-1.205 1.218m-5.882 1.309v.84c1.014.003 2.028 0 3.042.001.003-.281.004-.56.003-.841-1.015-.003-2.029-.001-3.045 0m.744 1.229c-.003 1.491-.001 2.982-.001 4.473h1.557v-4.474c-.52 0-1.038-.001-1.556.001z"/><path fill="#040404" d="M11.118 12.802c.392-.418.802-.818 1.205-1.225.4.401.794.807 1.196 1.205.004.425.003.848.001 1.271-.19-.182-.376-.369-.555-.562.012 2.105.003 4.211.005 6.315h-1.298c.005-2.11-.015-4.221.009-6.332a7.818 7.818 0 0 1-.559.578c-.003-.417.001-.833-.005-1.25zM13.741 12.795c.397-.411.799-.816 1.205-1.218.397.406.8.807 1.195 1.216 0 .418.003.837-.001 1.255-.189-.178-.373-.36-.551-.549.005 2.103.001 4.205.001 6.307h-1.295c.007-2.109-.02-4.218.013-6.326a27.92 27.92 0 0 1-.563.579c-.005-.422-.003-.843-.004-1.265zM8.603 15.334c.518-.003 1.036-.001 1.556-.001v4.474H8.602c0-1.491-.001-2.982.001-4.473z"/></symbol><symbol viewBox="0 0 24 24" id="warning--closed-lane-in-triple-lanes--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M9.959 2.005c.666-.585 1.286-1.23 2.013-1.738.518.2.88.68 1.317 1.017 1.768 1.642 3.453 3.372 5.161 5.076 1.559 1.58 3.136 3.142 4.656 4.762.256.267.484.564.688.874-.446.6-.961 1.145-1.48 1.683a450.356 450.356 0 0 1-8.283 8.304c-.661.615-1.265 1.305-2.037 1.785-.711-.392-1.228-1.034-1.824-1.571-2.969-2.92-5.923-5.857-8.823-8.848-.399-.422-.832-.825-1.114-1.342.564-.867 1.339-1.561 2.035-2.316C4.807 7.102 7.354 4.523 9.96 2.004m1.036-.582l-9.584 9.576c-.268.276-.57.527-.793.847-.054.218.071.395.22.537 3.623 3.642 7.292 7.239 10.894 10.901.209.004.465.066.611-.131 3.515-3.507 7.023-7.019 10.542-10.522a9.28 9.28 0 0 0 .545-.609c-.1-.164-.19-.334-.316-.48-3.556-3.549-7.11-7.1-10.664-10.65-.163-.159-.349-.34-.601-.268-.321.227-.574.53-.855.801z"/><path fill="#030303" d="M8.142 7.2l.227-.005c.382.542.79 1.065 1.165 1.613.101.131.097.302.127.457-.278.007-.556.009-.835.011-.007 2.273.001 4.547-.004 6.82l-1.184-.001c-.004-2.272.004-4.545-.004-6.818a39.5 39.5 0 0 1-.771-.015c.032-.2.058-.411.196-.572.36-.498.728-.988 1.084-1.489zM15.298 7.749c.19-.194.283-.6.613-.551.403.485.75 1.015 1.133 1.516.14.154.152.361.179.557-.249 0-.499-.003-.747-.005-.085.593-.043 1.192-.05 1.789-.003 1.677.004 3.355-.004 5.032h-1.161c-.038-2.272.059-4.551-.051-6.82-.266.003-.53.003-.796-.001.04-.618.588-1.013.883-1.516zM11.413 9.379h1.193c0 2.236.004 4.471-.001 6.707l-1.191-.001c-.005-2.236-.003-4.47-.001-6.705z"/><path fill="#ffdb03" d="M10.996 1.422c.28-.271.534-.574.855-.801.252-.071.438.109.601.268 3.554 3.55 7.108 7.102 10.664 10.65.125.146.216.316.316.48-.174.21-.353.417-.545.609-3.519 3.503-7.027 7.015-10.542 10.522-.146.197-.402.135-.611.131C8.131 19.619 4.463 16.022.84 12.38c-.148-.142-.274-.318-.22-.537.222-.32.524-.57.793-.847 3.196-3.191 6.39-6.384 9.584-9.576M8.142 7.2c-.356.5-.724.991-1.084 1.489-.138.16-.163.372-.196.572.258.008.514.012.771.015.008 2.273 0 4.547.004 6.818l1.184.001c.005-2.273-.003-4.547.004-6.82.279-.001.557-.004.835-.011-.03-.155-.026-.326-.127-.457-.375-.547-.783-1.071-1.165-1.613l-.227.005m7.157.55c-.295.503-.843.898-.883 1.516.266.004.53.004.796.001.111 2.269.013 4.548.051 6.82h1.161c.008-1.677.001-3.355.004-5.032.007-.597-.035-1.196.05-1.789.248.003.498.005.747.005-.027-.196-.039-.403-.179-.557-.383-.5-.729-1.03-1.133-1.516-.33-.049-.423.357-.613.551m-5.026-.354c-.007.659-.039 1.319-.044 1.979.395.004.79.007 1.185.005-.001 2.236-.004 4.47.001 6.705l1.191.001c.005-2.236.001-4.471.001-6.707.388.001.778-.001 1.166-.005-.043-.663.009-1.329-.053-1.991-1.15.024-2.299.007-3.448.012z"/><path fill="#c0111e" d="M10.273 7.394c1.149-.005 2.298.012 3.448-.012.062.662.009 1.328.053 1.991-.388.004-.778.007-1.166.005h-1.193c-.395.001-.79-.001-1.185-.005.005-.661.038-1.32.044-1.979z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.527 1.38h.878c.452.168.878.445 1.111.881 1.246 2.149 2.489 4.3 3.725 6.455l.007.132c-1.178-1.916-2.257-3.896-3.4-5.836-.293-.493-.529-1.076-1.064-1.36-.689-.422-1.652-.174-2.105.482-.586.881-1.015 1.864-1.642 2.717.396-.874.942-1.673 1.403-2.515.226-.451.648-.737 1.086-.956zM8.044 6.638c.198-.655.642-1.206.966-1.805l.043.101c-.346.563-.652 1.148-1.009 1.704zM7.453 7.512c.167-.28.294-.589.539-.814a58.089 58.089 0 0 1-2.046 3.547c.042-.164.106-.318.192-.463.445-.752.876-1.514 1.315-2.27zM17.298 8.968c.317.252.444.649.658.979.257.498.624.946.788 1.487-.526-.794-.973-1.639-1.446-2.466zM11.184 14.071c.034-1.312.017-2.624.059-3.936.57.006 1.139.014 1.709.013-.014 1.314-.03 2.629-.043 3.943 1.298.002 2.598.03 3.896.034-.006.578-.011 1.157-.019 1.736-1.3-.005-2.598-.031-3.896-.034-.016 1.309-.028 2.618-.043 3.928-.572.005-1.145-.012-1.718-.008l.043-3.942a422.594 422.594 0 0 1-3.902-.049c.013-.572.02-1.146.019-1.718 1.298-.017 2.598.029 3.896.034zM5.744 10.463a.21.21 0 0 1 .18-.151c-.648 1.189-1.351 2.35-2.02 3.528-.196.32-.347.671-.6.954.048-.157.114-.307.198-.448a514.456 514.456 0 0 0 2.242-3.883zM18.833 11.584c.372.373.545.898.838 1.332.293.556.677 1.069.908 1.655-.275-.276-.414-.649-.619-.973-.37-.674-.8-1.316-1.127-2.014z"/><path d="M20.639 14.7c.126.116.224.257.304.408 1.006 1.793 2.081 3.548 3.058 5.357v.859c-.179.6-.65 1.033-1.201 1.296H1.29c-.562-.193-1.064-.612-1.226-1.202l-.062.077v-1.159l.049.126c.109-.299.244-.589.434-.845l.03.091c-.322.481-.53 1.03-.426 1.616.24.662.845 1.265 1.59 1.225 6.92-.004 13.841.002 20.76-.002 1.08-.037 1.864-1.356 1.337-2.316-.97-1.747-1.997-3.462-2.984-5.198a6.16 6.16 0 0 1-.151-.332zM3.016 15.188c.08-.115.122-.292.282-.318-.376.697-.79 1.373-1.18 2.062-.21.332-.353.712-.638.991.456-.941 1.04-1.814 1.536-2.735z"/><path d="M1.172 18.382c.096-.152.16-.349.341-.421-.301.563-.632 1.108-.949 1.662l.005-.169c.184-.367.414-.708.604-1.072z"/><path fill="#fff" d="M10.68 2.135c.452-.656 1.416-.905 2.105-.482.535.283.772.866 1.064 1.36 1.142 1.939 2.221 3.919 3.4 5.836l.049.12c.473.827.92 1.672 1.446 2.466l.089.15c.326.697.757 1.339 1.127 2.014.205.324.344.697.619.973l.013.078.047.052c.047.112.097.223.151.332.988 1.736 2.015 3.451 2.984 5.198.527.96-.257 2.279-1.337 2.316-6.919.005-13.84-.001-20.76.002-.745.04-1.35-.563-1.59-1.225-.104-.587.104-1.135.426-1.616.013-.02.038-.064.05-.085.317-.554.648-1.099.949-1.662a.596.596 0 0 0-.034-.037c.286-.28.428-.659.638-.991.39-.689.804-1.364 1.18-2.062l.007-.077c.253-.283.404-.634.6-.954.668-1.178 1.372-2.339 2.02-3.528a1.7 1.7 0 0 0 .022-.066A58.089 58.089 0 0 0 7.991 6.7c-.005-.029-.016-.086-.02-.115l.072.055c.358-.556.664-1.141 1.009-1.704a2.05 2.05 0 0 1-.014-.083C9.664 4 10.094 3.017 10.68 2.136m.907-.311c-.462.132-.731.552-.941.952-3.32 5.759-6.647 11.514-9.968 17.27-.161.274-.314.57-.298.898.002.679.604 1.314 1.292 1.298h20.652c.948.035 1.631-1.139 1.135-1.949-3.414-5.946-6.853-11.879-10.279-17.819-.286-.563-.995-.86-1.594-.65z"/><path fill="#fff" d="M11.813 4.091c.226-.146.49.023.58.244 3.014 5.228 6.04 10.452 9.049 15.683.2.244-.005.655-.325.617-6.077.002-12.155.005-18.232-.001-.317.04-.524-.37-.325-.61 2.993-5.204 6.005-10.398 9-15.601.078-.114.13-.258.253-.331m-.629 9.979c-1.298-.005-2.598-.05-3.896-.034a70.29 70.29 0 0 1-.019 1.718c1.301.024 2.602.037 3.902.049l-.043 3.942c.574-.004 1.146.013 1.718.008.016-1.309.028-2.618.043-3.928 1.298.002 2.597.029 3.896.034.008-.58.013-1.158.019-1.736-1.298-.004-2.598-.031-3.896-.034.013-1.314.029-2.629.043-3.943-.57.001-1.139-.007-1.709-.013-.042 1.312-.025 2.624-.059 3.936z"/><path fill="red" d="M11.587 1.825c.599-.21 1.308.088 1.594.65 3.426 5.94 6.865 11.873 10.279 17.819.496.81-.187 1.984-1.135 1.949H1.673c-.689.016-1.29-.619-1.292-1.298-.017-.328.137-.624.298-.898 3.322-5.756 6.648-11.512 9.968-17.27.21-.4.479-.82.941-.952m.225 2.266c-.124.073-.175.217-.253.331-2.995 5.203-6.007 10.397-9 15.601-.199.24.008.649.325.61 6.077.006 12.155.004 18.232.001.32.038.526-.373.325-.617-3.01-5.231-6.035-10.454-9.049-15.683-.09-.221-.354-.39-.58-.244z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.354.205c.481-.344 1.166-.209 1.55.216 3.542 3.536 7.079 7.079 10.62 10.616.334.302.548.766.432 1.218-.078.402-.416.664-.685.941-3.485 3.479-6.962 6.966-10.447 10.445-.43.451-1.218.454-1.649.005C7.568 20.042 3.963 16.438.361 12.83c-.494-.456-.446-1.296.05-1.732C3.83 7.673 7.255 4.254 10.673.831c.22-.216.426-.45.68-.626m.328.091c-.293.115-.496.368-.718.58C7.507 4.34 4.041 7.796.585 11.26c-.232.22-.385.535-.334.86.043.396.385.647.642.913 3.484 3.476 6.959 6.961 10.441 10.438a.924.924 0 0 0 1.326-.001l10.806-10.806c.402-.367.359-1.046-.047-1.393C19.856 7.706 16.293 4.142 12.727.58c-.259-.287-.678-.418-1.048-.283z"/><path fill="#fee011" d="M11.804.756c.247-.11.496.034.656.22 3.522 3.522 7.043 7.044 10.566 10.565.181.162.328.409.211.654-.161.236-.384.421-.583.624-3.421 3.421-6.844 6.841-10.262 10.265-.173.22-.532.276-.727.055-3.586-3.58-7.164-7.166-10.75-10.746a.501.501 0 0 1-.005-.787C4.329 8.18 7.756 4.76 11.176 1.335c.203-.2.39-.419.628-.578M8.676 8.082c-.247.3.049.797.428.73.538-.055 1.066-.174 1.6-.25v3.436H5.998l.001 1.883h4.704l.001 5.53h2.588v-5.53h4.705l.001-1.882-4.706-.001V8.561c.533.077 1.06.197 1.596.251.377.068.674-.424.434-.726-1.093-1.648-2.216-3.277-3.325-4.915-1.106 1.637-2.23 3.264-3.322 4.912z"/><path d="M11.681.296c.37-.134.788-.004 1.048.283 3.566 3.562 7.129 7.126 10.692 10.691.406.347.449 1.026.047 1.393L12.662 23.469a.923.923 0 0 1-1.326.001C7.854 19.994 4.378 16.509.895 13.032c-.257-.266-.599-.517-.642-.913-.052-.325.102-.641.334-.86C4.043 7.796 7.509 4.34 10.965.875c.222-.211.425-.464.718-.58m.121.461c-.238.16-.425.378-.628.578C7.756 4.759 4.329 8.179.91 11.605a.501.501 0 0 0 .005.787c3.586 3.58 7.164 7.166 10.75 10.746.196.221.554.164.727-.055 3.419-3.424 6.841-6.844 10.262-10.265.199-.203.422-.388.583-.624.116-.245-.03-.492-.211-.654C19.503 8.019 15.982 4.497 12.46.975c-.161-.186-.409-.33-.656-.22z"/><path d="M8.676 8.082c1.092-1.648 2.215-3.275 3.322-4.912 1.109 1.638 2.232 3.268 3.325 4.915.24.302-.058.794-.434.726-.536-.054-1.063-.174-1.596-.251v3.437l4.706.001-.001 1.882h-4.705v5.53h-2.588l-.001-5.53H6l-.001-1.883h4.706V8.561c-.534.076-1.062.194-1.6.25-.379.067-.676-.43-.428-.73z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.023.461c.246-.266.593-.475.97-.41.39.035.65.355.913.608 3.481 3.478 6.962 6.954 10.442 10.435.24.235.418.564.365.911-.043.478-.474.766-.776 1.087-3.443 3.443-6.893 6.881-10.332 10.328-.314.342-.877.431-1.267.169-.323-.234-.578-.545-.862-.822-3.38-3.384-6.768-6.76-10.148-10.142-.181-.174-.276-.41-.328-.652v-.157c.049-.284.191-.544.4-.743C3.94 7.534 7.482 3.998 11.024.46m.635.26c-.119.083-.222.186-.325.288C7.84 4.518 4.321 8.005.828 11.516c-.214.16-.294.488-.068.677 3.581 3.583 7.171 7.158 10.75 10.745.128.151.354.269.542.142.224-.169.404-.389.606-.583 3.442-3.437 6.883-6.875 10.321-10.314.218-.186.132-.499-.07-.658-3.533-3.548-7.082-7.08-10.624-10.622-.155-.163-.407-.362-.626-.182z"/><path fill="#231f20" d="M10.877 5.79h1.973l.001 5.118h5.12l.001 1.968c-1.706.002-3.413.002-5.12 0-.005 1.706 0 3.414-.002 5.12h-1.97v-5.119H5.761v-1.969c1.708-.002 3.414.002 5.12-.001-.004-1.705.002-3.412-.004-5.117z"/><path fill="#fd0" d="M11.659.72c.22-.18.472.019.626.182 3.541 3.542 7.091 7.074 10.624 10.622.202.158.288.472.07.658-3.438 3.439-6.88 6.877-10.321 10.314-.202.194-.382.414-.606.583-.188.127-.414.01-.542-.142C7.932 19.35 4.341 15.775.76 12.192c-.226-.188-.145-.517.068-.677C4.321 8.004 7.84 4.517 11.334 1.007c.103-.102.206-.205.325-.288m-.782 5.071c.006 1.705 0 3.412.004 5.117-1.706.004-3.413-.001-5.12.001v1.969h5.119v5.119h1.97c.002-1.706-.002-3.414.002-5.12 1.708.002 3.414.002 5.12 0l-.001-1.968h-5.12L12.85 5.79h-1.973z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.731 2.082c.662-.46 1.58-.531 2.289-.137.654.34 1.071.975 1.425 1.597 3.079 5.163 6.116 10.35 9.113 15.56.489.745.517 1.749.128 2.541-.357.556-.989.961-1.659.986-1.428.088-2.859.09-4.29.117H4.774c-1.029-.071-2.064-.037-3.09-.15C.972 22.44.278 21.902.128 21.16c-.156-.659-.108-1.39.261-1.971C3.349 14.034 6.355 8.906 9.397 3.8c.38-.616.712-1.304 1.332-1.718m-3.007 9.099c-.17.305-.347.605-.524.906-1.646 2.777-3.274 5.565-4.911 8.347h19.424c-1.638-2.782-3.265-5.57-4.912-8.347-.177-.301-.353-.6-.522-.905-1.436-2.404-2.847-4.821-4.278-7.228-1.431 2.407-2.844 4.822-4.278 7.226z"/><path fill="#fff" d="M7.722 11.181C9.155 8.777 10.569 6.361 12 3.955c1.431 2.407 2.842 4.824 4.278 7.228a13.155 13.155 0 0 0-4.279.975 13.223 13.223 0 0 0-4.276-.976zM7.721 11.664a7.856 7.856 0 0 1 2.991.634.875.875 0 0 1 .406.32c-1.089-.422-2.218-.807-3.405-.791l.008-.164zM13.282 12.301a7.862 7.862 0 0 1 3-.637v.165c-1.185-.02-2.31.371-3.401.786a.885.885 0 0 1 .401-.314z"/><path fill="#fff" d="M2.288 20.434c1.636-2.782 3.265-5.57 4.911-8.347 1.102.138 2.18.438 3.204.864-2.01 1.237-3.732 2.951-4.9 5.006.909.642 1.825 1.275 2.739 1.913.377-2.411 1.706-4.684 3.757-6.041 2.052 1.357 3.38 3.63 3.76 6.041.913-.638 1.829-1.27 2.739-1.913-1.171-2.055-2.893-3.767-4.902-5.006a12.34 12.34 0 0 1 3.204-.864c1.647 2.777 3.274 5.565 4.912 8.347H2.288z"/><path fill="#fff" d="M9.233 14.589c.492-.439 1.025-.849 1.634-1.11l-.131.223c-1.805 1.034-3.082 2.772-4.019 4.592a.493.493 0 0 1-.256.228c.622-1.487 1.604-2.825 2.772-3.932zM13.131 13.48c1.714.815 2.93 2.384 3.886 3.976.194.351.43.695.491 1.101-.327-.313-.458-.762-.702-1.134-.864-1.414-1.931-2.772-3.385-3.613a.56.56 0 0 1-.29-.33z"/><path fill="#030303" d="M7.722 11.181c1.466.086 2.92.414 4.276.976a13.181 13.181 0 0 1 4.279-.975c.169.305.345.604.522.905a12.34 12.34 0 0 0-3.204.864c2.008 1.238 3.731 2.951 4.902 5.006-.91.644-1.826 1.275-2.739 1.913-.38-2.411-1.708-4.684-3.76-6.041-2.051 1.357-3.38 3.63-3.757 6.041-.914-.638-1.83-1.271-2.739-1.913 1.168-2.055 2.891-3.769 4.9-5.006a12.409 12.409 0 0 0-3.204-.864c.177-.301.353-.601.524-.906m-.001.483a4.499 4.499 0 0 1-.008.164c1.187-.016 2.316.369 3.405.791a.875.875 0 0 0-.406-.32 7.856 7.856 0 0 0-2.991-.634m5.561.636a.89.89 0 0 0-.401.314c1.091-.415 2.215-.806 3.401-.786v-.165a7.862 7.862 0 0 0-3 .637m-4.049 2.288c-1.168 1.108-2.149 2.445-2.772 3.932a.497.497 0 0 0 .256-.228c.938-1.82 2.214-3.558 4.019-4.592l.131-.223c-.609.261-1.142.671-1.634 1.11m3.898-1.108c.053.15.149.26.29.33 1.455.841 2.521 2.2 3.385 3.613.244.372.375.822.702 1.134-.061-.406-.297-.75-.491-1.101-.956-1.592-2.172-3.161-3.886-3.976z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g5" xmlns="http://www.w3.org/2000/svg"><path d="M11.784 0h.335c.391.064.73.281.994.569 3.342 3.337 6.677 6.683 10.021 10.018.302.307.662.612.754 1.055.131.497-.064 1.028-.432 1.374-3.323 3.317-6.643 6.637-9.962 9.958-.415.419-.84.962-1.49.95-.63.049-1.081-.437-1.472-.854-3.178-3.184-6.362-6.36-9.541-9.541-.413-.413-.928-.812-.989-1.439v-.282c.079-.594.557-.982.953-1.376C4.257 7.132 7.557 3.83 10.86.528c.247-.266.568-.454.926-.527m-.214.761c-.23.168-.42.383-.622.583C7.631 4.668 4.307 7.986.989 11.31c-.187.182-.371.412-.341.692.025.425.415.673.68.956 3.364 3.354 6.719 6.715 10.078 10.072.27.317.802.337 1.084.03 3.509-3.498 7.004-7.009 10.516-10.504.444-.365.289-1.031-.146-1.33-3.424-3.422-6.841-6.85-10.265-10.27-.247-.284-.692-.428-1.022-.196z"/><path d="M11.287 5.996l1.511.001-.001 2.348 5.743.001c.002.98.001 1.961.001 2.941-1.914.008-3.829.001-5.744.004l.001 1.354c1.914.001 3.829-.001 5.743.001v2.935c-1.915 0-3.829-.001-5.743 0l-.001 2.351h-1.51l-.001-2.351H5.389v-2.936h5.897l.001-1.354H5.389l-.001-2.945c1.967-.002 3.932.002 5.899-.002V5.996z"/><path fill="#f5ae14" d="M11.572.762c.33-.233.775-.089 1.022.196 3.424 3.42 6.841 6.847 10.265 10.27.436.299.59.965.146 1.33-3.511 3.494-7.007 7.006-10.516 10.504-.282.307-.814.287-1.084-.03-3.359-3.356-6.714-6.718-10.078-10.072-.265-.283-.655-.532-.68-.956-.03-.281.154-.51.341-.692C4.306 7.988 7.63 4.67 10.949 1.347c.202-.2.391-.415.622-.583m-.284 5.232v2.348c-1.967.005-3.932 0-5.899.002l.001 2.945h5.898l-.001 1.354H5.389v2.936h5.897l.001 2.351h1.51l.001-2.351c1.914-.001 3.828 0 5.743 0v-2.935c-1.914-.002-3.829 0-5.743-.001l-.001-1.354c1.915-.002 3.83.005 5.744-.004 0-.98.001-1.961-.001-2.941l-5.743-.001.001-2.348-1.511-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads-with-priority-to-the-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.89 1.5h.197c.426.131.596.569.808.916 3.504 6.09 7.019 12.174 10.525 18.263.218.365.445.73.581 1.136v.172c-.064.29-.307.449-.581.514H.603c-.272-.054-.511-.202-.602-.474v-.199c.109-.358.299-.682.493-.998C4.108 14.561 7.72 8.292 11.336 2.025c.122-.232.308-.424.554-.523M3.86 19.996c5.426.001 10.853 0 16.279 0-2.714-4.705-5.423-9.414-8.141-14.117-2.714 4.704-5.426 9.41-8.138 14.117z"/><path fill="#fff" d="M3.86 19.996c2.712-4.706 5.424-9.413 8.138-14.117 2.718 4.703 5.426 9.412 8.141 14.117-5.426 0-10.853.001-16.279 0m5.062-6.21c.647.653 1.296 1.302 1.944 1.952-.647.649-1.296 1.296-1.942 1.945.377.378.756.754 1.128 1.138.648-.652 1.297-1.301 1.946-1.95.649.648 1.301 1.295 1.943 1.949.377-.38.755-.758 1.133-1.136-.646-.649-1.295-1.296-1.942-1.945.649-.648 1.294-1.303 1.944-1.951-.377-.377-.754-.752-1.133-1.126-.653.642-1.297 1.295-1.946 1.942-.648-.647-1.294-1.297-1.944-1.942-.378.373-.755.75-1.132 1.124z"/><path d="M8.922 13.786c.377-.374.754-.751 1.132-1.124.65.644 1.296 1.295 1.944 1.942.649-.647 1.294-1.3 1.946-1.942.379.373.756.749 1.133 1.126-.65.648-1.295 1.303-1.944 1.951.647.649 1.296 1.296 1.942 1.945-.378.378-.756.756-1.133 1.136-.642-.654-1.294-1.301-1.943-1.949-.649.649-1.298 1.298-1.946 1.95-.372-.384-.751-.76-1.128-1.138.646-.649 1.295-1.296 1.942-1.945-.648-.65-1.297-1.3-1.944-1.952z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.896 1.5h.197c.424.127.587.569.798.911 3.494 6.065 6.994 12.126 10.488 18.191.222.396.491.773.622 1.213v.143c-.04.304-.302.48-.581.542H.613c-.276-.044-.53-.205-.612-.485v-.185c.052-.187.125-.37.221-.539C3.853 14.997 7.484 8.702 11.113 2.405c.208-.34.372-.768.784-.906M3.862 19.994c5.425.002 10.85.002 16.277 0-2.712-4.705-5.422-9.412-8.137-14.114-2.719 4.703-5.428 9.409-8.14 14.114z"/><path fill="#fff" d="M3.862 19.994c2.712-4.705 5.42-9.412 8.14-14.114 2.716 4.703 5.425 9.409 8.137 14.114-5.426.002-10.852.002-16.277 0m5.394-7.122c.268.305.53.614.798.922.446-.005.906.011 1.322.191.961.372 1.652 1.352 1.664 2.386.012.925 0 1.849.005 2.774.304-.257.613-.508.925-.755.312.246.62.498.925.754-.005-.961.011-1.922-.008-2.884a4.501 4.501 0 0 0-1.974-3.545c-.827-.583-1.853-.804-2.851-.779-.269.312-.541.62-.806.936z"/><path d="M9.256 12.872c.265-.316.538-.624.806-.936.998-.025 2.024.196 2.851.779a4.5 4.5 0 0 1 1.974 3.545c.019.961.004 1.922.008 2.884a38.997 38.997 0 0 0-.925-.754c-.312.247-.622.498-.925.755-.005-.925.007-1.849-.005-2.774-.012-1.033-.703-2.014-1.664-2.386-.416-.18-.876-.196-1.322-.191-.268-.307-.53-.617-.798-.922z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.444.176c.403-.21.91-.073 1.204.258 3.587 3.571 7.163 7.154 10.74 10.734.42.366.468 1.075.05 1.46-3.461 3.461-6.923 6.92-10.379 10.387-.336.324-.659.785-1.181.766-.523.024-.848-.437-1.184-.762C7.24 19.557 3.777 16.101.319 12.644c-.425-.395-.38-1.114.05-1.486C3.886 7.641 7.405 4.122 10.924.608c.162-.156.318-.326.52-.432m.232.578c-.253.185-.456.427-.678.644L.919 11.472c-.151.157-.368.354-.264.598.2.31.5.536.754.8 3.384 3.379 6.764 6.762 10.147 10.142a.41.41 0 0 0 .646-.006c3.401-3.402 6.799-6.808 10.204-10.206.234-.245.512-.454.694-.742.094-.241-.119-.431-.268-.586C19.315 7.954 15.796 4.436 12.278.92c-.15-.158-.392-.331-.601-.168z"/><path fill="#231f20" d="M8.4 6.006c1.262.647 2.513 1.316 3.769 1.976-.341.112-.679.23-1.019.346a835.568 835.568 0 0 0 2.407 3.794c.329.452.588.976.522 1.553-.006 1.734 0 3.469-.004 5.204H11.97c-.01-1.496.018-2.994-.014-4.492-.005-.529-.258-1.009-.532-1.447-.714-1.138-1.436-2.269-2.154-3.403a30.91 30.91 0 0 0-.689.714l-.182-4.246z"/><path fill="#fd0" d="M11.676.754c.209-.163.451.01.601.168 3.518 3.516 7.037 7.033 10.554 10.552.149.155.361.344.268.586-.181.288-.46.497-.694.742-3.404 3.398-6.803 6.804-10.204 10.206a.41.41 0 0 1-.646.006c-3.383-3.38-6.763-6.763-10.147-10.142-.253-.264-.553-.491-.754-.8-.104-.244.113-.44.264-.598L10.997 1.4c.222-.217.425-.46.678-.644M8.4 6.006l.182 4.246c.224-.242.456-.479.689-.714.718 1.134 1.44 2.266 2.154 3.403.274.438.527.918.532 1.447.032 1.498.005 2.995.014 4.492h2.105c.004-1.735-.002-3.47.004-5.204.066-.577-.193-1.1-.522-1.553a835.568 835.568 0 0 1-2.407-3.794c.34-.115.678-.234 1.019-.346-1.256-.66-2.507-1.33-3.769-1.976z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-left-with-junction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M10.906 1.666c.876-.626 2.236-.331 2.756.617 3.355 5.813 6.703 11.629 10.051 17.447a1.956 1.956 0 0 1-.247 2.3c-.372.428-.942.62-1.496.65H2.195c-.497-.011-1.018-.101-1.417-.416-.768-.565-1.002-1.717-.5-2.533C3.55 14.039 6.834 8.354 10.106 2.663c.21-.372.43-.763.8-.997M2.464 20.414c6.354.002 12.708.004 19.062-.001-3.172-5.516-6.347-11.032-9.529-16.542-3.185 5.51-6.358 11.028-9.533 16.543z"/><path fill="#ffd100" d="M2.464 20.414c3.175-5.515 6.348-11.033 9.533-16.543 3.182 5.51 6.358 11.026 9.529 16.542-6.354.005-12.708.004-19.062.001m10.135-9.549c-.002.798-.001 1.595 0 2.393-1.114-.538-2.374-.458-3.575-.458a233.03 233.03 0 0 0-1.793 1.792c.594.601 1.194 1.195 1.79 1.794.553.008 1.109-.025 1.662.02.676.07 1.254.656 1.298 1.337.032.541.005 1.084.014 1.626 1.192 0 2.383.001 3.575-.001-.018-.996.082-2.016-.222-2.982l2.38-.001V14.89c-1.042-.001-2.083.001-3.125-.002a9.03 9.03 0 0 0-.512-.593c-.01-1.142-.001-2.286-.005-3.428h-1.488z"/><path d="M12.599 10.865h1.488c.004 1.142-.005 2.286.005 3.428.179.191.352.386.512.593 1.042.004 2.083.001 3.125.002v1.495l-2.38.001c.304.966.204 1.986.222 2.982-1.192.002-2.383.001-3.575.001-.01-.542.018-1.085-.014-1.626-.044-.68-.623-1.267-1.298-1.337-.553-.046-1.109-.012-1.662-.02-.596-.599-1.196-1.193-1.79-1.794.595-.599 1.19-1.199 1.793-1.792 1.201 0 2.461-.079 3.575.458-.001-.798-.002-1.595 0-2.393z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-out-intersection-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.873 0h.187c.324.019.62.172.84.407 3.564 3.562 7.123 7.127 10.688 10.686.162.158.3.341.412.54v.774a1.84 1.84 0 0 1-.325.466c-3.342 3.338-6.68 6.68-10.021 10.02-.41.371-.739.848-1.24 1.108h-.77c-.15-.086-.3-.176-.425-.298-3.479-3.482-6.961-6.96-10.44-10.442-.32-.319-.714-.626-.779-1.106v-.203c.034-.293.168-.563.384-.763C3.962 7.606 7.546 4.029 11.124.445c.202-.218.46-.374.749-.444m-.199.389c-.127.068-.229.173-.332.271C7.779 4.221 4.219 7.785.656 11.346c-.217.198-.391.475-.343.781.034.349.338.563.562.797 3.521 3.52 7.042 7.039 10.56 10.562.203.209.515.329.803.238.332-.098.539-.401.781-.626 3.398-3.403 6.802-6.803 10.202-10.204.216-.224.503-.438.528-.775.041-.287-.109-.556-.313-.744C19.855 7.793 16.276 4.21 12.69.631c-.241-.292-.668-.418-1.015-.241z"/><path fill="#ffd033" d="M11.918.754c.216-.079.385.102.526.236l9.961 9.961c.295.314.631.595.894.94.118.313-.209.51-.388.707-3.443 3.434-6.88 6.876-10.318 10.315-.198.18-.391.503-.704.388-.214-.151-.38-.355-.568-.536-3.383-3.379-6.761-6.766-10.147-10.142-.175-.2-.505-.383-.424-.696.058-.136.175-.23.271-.337 3.518-3.523 7.042-7.04 10.56-10.564.106-.097.205-.208.336-.271M7.613 6.298c.848 1.72 1.697 3.439 2.548 5.158.13.361.718.416.87.047.187-.462.295-.952.449-1.426.611.294 1.193.66 1.697 1.115.564.508.904 1.252.904 2.012.02 1.522.005 3.044.01 4.566.787-.004 1.574 0 2.363-.002.004-1.442.004-2.884.007-4.326-.001-.821-.126-1.655-.494-2.396 1.357.697 2.74 1.346 4.098 2.04.174-.355.352-.709.524-1.066-2.585-1.289-5.191-2.536-7.757-3.86.343-.412.732-.786 1.068-1.204.178-.326-.142-.678-.476-.659-1.936-.014-3.872.007-5.809.001z"/><path d="M11.674.39c.347-.176.774-.05 1.015.241 3.586 3.578 7.165 7.162 10.746 10.744.204.188.354.457.313.744-.025.337-.312.551-.528.775-3.401 3.401-6.804 6.8-10.202 10.204-.242.226-.449.528-.781.626-.288.091-.6-.029-.803-.238-3.518-3.523-7.039-7.043-10.56-10.562-.223-.234-.528-.448-.562-.797-.048-.306.126-.583.343-.781C4.218 7.786 7.778 4.222 11.341.661c.103-.098.205-.203.332-.271m.245.364c-.131.064-.23.174-.336.271-3.518 3.523-7.042 7.04-10.56 10.564-.096.107-.214.202-.271.337-.082.313.248.496.424.696 3.386 3.377 6.764 6.763 10.147 10.142.187.181.354.385.568.536.313.115.506-.208.704-.388 3.438-3.439 6.875-6.881 10.318-10.315.179-.197.505-.394.388-.707-.263-.344-.599-.625-.894-.94-3.322-3.32-6.642-6.641-9.961-9.961-.14-.134-.31-.316-.526-.236z"/><path d="M7.613 6.298c1.937.006 3.874-.016 5.809-.001.335-.019.654.332.476.659-.336.418-.725.792-1.068 1.204 2.566 1.325 5.172 2.572 7.757 3.86-.173.356-.35.71-.524 1.066-1.358-.694-2.741-1.343-4.098-2.04.368.742.493 1.576.494 2.396-.004 1.442-.004 2.884-.007 4.326-.788.002-1.576-.001-2.363.002-.005-1.522.011-3.044-.01-4.566 0-.761-.34-1.505-.904-2.012a7.146 7.146 0 0 0-1.697-1.115c-.154.474-.262.964-.449 1.426-.152.37-.74.314-.87-.047-.851-1.718-1.699-3.438-2.548-5.158z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-out-intersection-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.873 0h.191c.324.02.62.176.841.412 3.563 3.562 7.124 7.127 10.69 10.687.16.157.294.338.406.533v.778c-.089.166-.19.326-.323.461-3.443 3.438-6.882 6.881-10.322 10.321-.294.289-.562.62-.938.809h-.77a2.28 2.28 0 0 1-.43-.299C7.743 20.223 4.264 16.747.788 13.269c-.322-.323-.718-.631-.786-1.114v-.203c.036-.52.47-.846.805-1.188C4.246 7.326 7.685 3.886 11.123.445c.203-.217.461-.374.751-.445m-.205.392c-.125.068-.224.17-.326.268C7.78 4.22 4.22 7.784.657 11.345c-.216.198-.391.474-.344.78.034.352.34.565.563.802 3.52 3.518 7.04 7.037 10.558 10.558.294.337.852.358 1.162.032 3.544-3.536 7.08-7.081 10.624-10.62.215-.223.5-.434.53-.769.046-.293-.11-.564-.317-.756-3.58-3.58-7.157-7.162-10.739-10.736C12.45.342 12.02.212 11.67.394z"/><path fill="#ffd033" d="M11.921.754c.216-.08.384.107.526.239 3.559 3.565 7.129 7.12 10.682 10.691.226.161.264.496.029.668-3.605 3.598-7.205 7.201-10.806 10.804-.146.197-.458.232-.612.025C8.116 19.562 4.498 15.938.874 12.319c-.196-.157-.163-.456.028-.601C4.435 8.165 7.988 4.632 11.526 1.084c.125-.118.24-.251.396-.329m-1.744 6.219c.332.414.718.782 1.06 1.188-2.574 1.315-5.179 2.567-7.763 3.862l.524 1.061c1.358-.692 2.736-1.346 4.096-2.035-.37.739-.492 1.573-.492 2.393.004 1.441.002 2.882.007 4.325h2.36c.024-1.644-.043-3.292.041-4.934.16-1.379 1.444-2.182 2.566-2.766.167.491.268 1.007.479 1.482.175.31.686.258.826-.061.863-1.726 1.711-3.461 2.567-5.191-1.926.007-3.853-.012-5.779-.001-.353-.038-.706.348-.491.679z"/><path d="M11.669.392c.349-.181.78-.052 1.024.242 3.582 3.575 7.159 7.157 10.739 10.736.206.192.362.463.317.756-.03.335-.316.546-.53.769-3.544 3.539-7.08 7.084-10.624 10.62-.31.325-.868.305-1.162-.032C7.916 19.962 4.395 16.444.875 12.925c-.223-.236-.529-.45-.563-.802-.047-.306.128-.582.344-.78C4.219 7.783 7.779 4.219 11.342.658c.102-.097.202-.199.326-.268m.253.364c-.156.078-.271.211-.396.329C7.987 4.631 4.434 8.164.901 11.717c-.191.145-.223.444-.028.601 3.624 3.619 7.242 7.243 10.866 10.862.154.206.466.172.612-.025 3.601-3.602 7.201-7.206 10.806-10.804.235-.173.197-.508-.029-.668C19.575 8.112 16.005 4.557 12.446.992c-.142-.132-.31-.319-.526-.239z"/><path d="M10.178 6.974c-.215-.331.138-.718.491-.679 1.926-.011 3.853.008 5.779.001-.856 1.73-1.704 3.466-2.567 5.191-.139.319-.65.371-.826.061-.211-.475-.312-.991-.479-1.482-1.122.584-2.406 1.387-2.566 2.766-.084 1.643-.017 3.29-.041 4.934h-2.36c-.005-1.442-.004-2.884-.007-4.325 0-.82.122-1.654.492-2.393-1.36.689-2.737 1.343-4.096 2.035l-.524-1.061c2.584-1.295 5.189-2.546 7.763-3.862-.342-.406-.727-.774-1.06-1.188z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.891 1.5h.197c.427.126.593.57.805.916C16.519 8.709 20.149 15 23.778 21.293c.091.167.164.344.222.527v.156c-.054.294-.307.461-.582.524H.607c-.275-.048-.521-.208-.607-.482v-.185c.053-.188.126-.372.222-.542C3.838 15.022 7.453 8.755 11.066 2.485c.226-.361.389-.826.824-.984M3.86 19.994c5.426.002 10.853.002 16.278.001-2.712-4.706-5.422-9.413-8.14-14.116-2.716 4.703-5.426 9.409-8.138 14.114z"/><path fill="#fff" d="M3.86 19.994c2.712-4.705 5.423-9.412 8.138-14.114 2.718 4.703 5.428 9.409 8.14 14.116-5.425.001-10.852.001-16.278-.001m6.952-7.082c-1.015.802-1.662 2.056-1.7 3.352-.019.959-.001 1.92-.008 2.88.301-.256.611-.502.913-.755.324.238.631.497.938.756.004-.924-.006-1.848.004-2.772a2.631 2.631 0 0 1 .91-1.928c.56-.512 1.338-.692 2.081-.653.265-.307.528-.616.796-.92-.265-.316-.538-.625-.808-.936-1.114-.038-2.252.266-3.125.977z"/><path d="M10.812 12.913c.872-.71 2.011-1.015 3.125-.977.27.311.542.62.808.936-.268.305-.53.613-.796.92-.743-.04-1.52.14-2.081.653a2.636 2.636 0 0 0-.91 1.928c-.01.924 0 1.848-.004 2.772-.307-.259-.614-.518-.938-.756-.302.253-.612.499-.913.755.007-.96-.011-1.921.008-2.88.038-1.296.685-2.55 1.7-3.352z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.443.175c.402-.208.906-.073 1.201.256 3.552 3.533 7.085 7.086 10.634 10.621.259.247.496.574.449.953-.019.457-.412.75-.704 1.049-3.325 3.322-6.649 6.643-9.97 9.968-.334.324-.658.78-1.177.76-.52.023-.844-.433-1.176-.756-3.316-3.328-6.643-6.642-9.96-9.968-.271-.286-.643-.536-.707-.955-.083-.382.119-.749.391-1.001C3.946 7.587 7.462 4.065 10.984.549c.142-.136.282-.28.458-.373m.235.576c-.229.167-.415.383-.616.581L.919 11.473c-.149.157-.366.348-.266.589.205.313.51.54.766.809 3.235 3.241 6.475 6.476 9.71 9.716.206.194.38.437.637.569.197.076.365-.082.496-.206 3.356-3.364 6.721-6.721 10.081-10.081.252-.264.554-.488.751-.8.102-.236-.103-.431-.252-.584L12.274.919c-.148-.155-.389-.325-.596-.166z"/><path fill="#231f20" d="M11.586 7.982c1.253-.662 2.503-1.332 3.766-1.976-.062 1.416-.121 2.832-.184 4.248a58.124 58.124 0 0 0-.686-.718c-.748 1.178-1.5 2.353-2.237 3.538-.278.427-.467.92-.457 1.435-.019 1.457-.002 2.914-.008 4.37H9.675c0-1.814-.002-3.629 0-5.442a1.66 1.66 0 0 1 .292-.958c.881-1.382 1.759-2.766 2.635-4.152-.338-.115-.674-.236-1.015-.346z"/><path fill="#fd0" d="M11.677.752c.208-.16.449.011.596.166l10.568 10.566c.149.154.354.348.252.584-.197.312-.499.536-.751.8-3.36 3.36-6.725 6.718-10.081 10.081-.131.125-.299.282-.496.206-.257-.132-.431-.374-.637-.569-3.235-3.24-6.475-6.475-9.71-9.716-.256-.269-.56-.496-.766-.809-.1-.241.118-.432.266-.589L11.06 1.332c.2-.198.386-.414.616-.581m-.09 7.231c.341.109.677.23 1.015.346-.876 1.386-1.754 2.77-2.635 4.152-.19.283-.3.616-.292.958-.002 1.813 0 3.628 0 5.442h2.105c.006-1.457-.011-2.914.008-4.37-.01-.515.179-1.008.457-1.435.737-1.184 1.489-2.359 2.237-3.538.232.236.46.476.686.718.062-1.416.121-2.832.184-4.248-1.262.644-2.513 1.314-3.766 1.976z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-right-with-junction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.044 1.58c.878-.518 2.125-.192 2.62.704 3.299 5.708 6.581 11.426 9.877 17.137.199.34.398.697.431 1.099.145 1.134-.86 2.179-1.991 2.159H2.282c-1.048.115-2.128-.625-2.251-1.694-.137-.725.296-1.356.643-1.948C3.832 13.554 6.992 8.073 10.148 2.59c.215-.401.484-.796.896-1.01m-8.58 18.834c6.354.002 12.708.004 19.062 0a9993.114 9993.114 0 0 0-9.53-16.544C8.814 9.382 5.64 14.898 2.464 20.414z"/><path fill="#ffd100" d="M2.464 20.414C5.639 14.898 8.813 9.381 11.996 3.87c3.182 5.512 6.359 11.027 9.53 16.544-6.354.004-12.708.002-19.062 0m7.441-9.549c-.004 1.142.004 2.284-.004 3.426-.18.191-.353.39-.516.596-1.04.002-2.082-.001-3.122.001 0 .499-.001.997.001 1.495h2.378c-.307.967-.204 1.987-.221 2.984h3.574c.074-.836-.238-1.847.419-2.519.664-.696 1.705-.403 2.557-.464.594-.601 1.199-1.192 1.788-1.798-.598-.595-1.189-1.198-1.793-1.788-1.2.001-2.461-.083-3.572.458-.001-.798.001-1.596-.001-2.394l-1.488.001z"/><path d="M9.905 10.865l1.488-.001c.002.798 0 1.596.001 2.394 1.111-.541 2.372-.457 3.572-.458.604.59 1.195 1.193 1.793 1.788-.589.606-1.194 1.196-1.788 1.798-.852.061-1.894-.232-2.557.464-.656.672-.344 1.682-.419 2.519H8.421c.017-.997-.086-2.017.221-2.984H6.264c-.002-.498-.001-.996-.001-1.495 1.04-.002 2.082.001 3.122-.001.163-.206.336-.406.516-.596.007-1.142 0-2.284.004-3.426z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-left--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.442.282a.732.732 0 0 1 1.115-.005c3.571 3.548 7.121 7.121 10.691 10.673.281.284.612.548.752.937v.235c-.175.433-.556.721-.872 1.048-3.344 3.334-6.683 6.676-10.024 10.013-.278.264-.522.582-.866.763-.32.131-.644-.05-.86-.281C7.713 20.01 4.059 16.343.39 12.691a2.82 2.82 0 0 1-.389-.52v-.296c.167-.404.512-.682.812-.983C4.361 7.36 7.893 3.811 11.443.282M.583 12.001c3.8 3.806 7.601 7.613 11.416 11.405 3.815-3.793 7.618-7.597 11.417-11.406C19.617 8.194 15.816 4.387 12 .596A4384.27 4384.27 0 0 0 .583 12.001z"/><path d="M10.267 6.295c.607-.197 1.148.221 1.597.572.701-.041 1.148.598 1.794.73.388.106.698.371 1.025.592.428.008.806.22 1.153.451.286.206.654.203.962.358.347.163.631.46 1.022.528.45.08.816.366 1.207.58.511.156 1.046.352 1.416.75.143.84-.274 1.693-.733 2.38-.23.402-.725.233-1.09.173-.329-.046-.612-.228-.917-.342-.488-.118-1.045-.12-1.434-.484-.536-.109-1.124-.128-1.565-.493-.491-.109-1.067-.097-1.44-.488-.462-.072-.958-.09-1.363-.35-.326-.216-.745-.119-1.104-.245-.262-.059-.425-.331-.703-.342-.445-.072-1.06-.028-1.278-.521-.428-.836-.935-1.636-1.303-2.501-.019.216-.031.432-.036.648.002 2.807.004 5.612 0 8.419l-.716.002c-.01-3.104-.005-6.209-.002-9.313.316-.012.644.053.949-.053.856-.343 1.7-.715 2.558-1.05M9.64 7.35c-.311.683-.598 1.392-.694 2.141-.018.294-.064.714.27.852.335.109.689.139 1.036.182-.097-.77.133-1.531.433-2.231.228-.512.502-1.03.956-1.376-.344-.274-.749-.59-1.219-.505-.397.164-.599.576-.782.937m-2.033.21c.389.702.757 1.415 1.156 2.112.094-1.082.563-2.082 1.058-3.032-.731.323-1.474.618-2.214.92m5.409.2c-.51.364-.703.998-.924 1.555-.196.589-.431 1.274-.106 1.861.385.107.775.188 1.17.245-.1-1.194.389-2.422 1.247-3.252-.415-.234-.884-.632-1.387-.409m2.186 2.154c-.264.618-.542 1.313-.356 1.988.25.446.875.348 1.3.499-.137-1.076.298-2.245 1.147-2.933-.38-.218-.77-.497-1.229-.49-.468.076-.68.554-.862.935m3.382.64a3.718 3.718 0 0 0-.731 2.017c0 .653.772.671 1.248.736-.044-.907.33-1.789.883-2.491l.019-.12c-.397-.252-1.039-.589-1.42-.142m1.195.833c-.33.601-.593 1.285-.508 1.982.355-.157.517-.526.682-.852.233-.533.437-1.106.355-1.698a1.432 1.432 0 0 0-.529.568z"/><path fill="#ff0" d="M.583 12.001C4.383 8.193 8.186 4.389 12 .596A3835.71 3835.71 0 0 1 23.416 12a3836.718 3836.718 0 0 1-11.417 11.406C8.184 19.614 4.384 15.808.583 12.001m9.684-5.706c-.858.335-1.703.707-2.558 1.05-.305.106-.634.041-.949.053-.002 3.104-.007 6.209.002 9.313l.716-.002c.004-2.807.002-5.612 0-8.419.005-.216.017-.432.036-.648.368.865.875 1.664 1.303 2.501.218.493.833.449 1.278.521.278.011.442.283.703.342.359.126.778.029 1.104.245.406.26.901.278 1.363.35.373.391.949.379 1.44.488.44.365 1.028.384 1.565.493.389.364.946.366 1.434.484.305.114.588.296.917.342.365.06.859.229 1.09-.173.46-.686.876-1.54.733-2.38-.37-.398-.905-.594-1.416-.75-.391-.214-.757-.499-1.207-.58-.391-.068-.676-.365-1.022-.528-.308-.155-.677-.151-.962-.358-.347-.232-.725-.443-1.153-.451-.326-.221-.637-.486-1.025-.592-.646-.132-1.093-.77-1.794-.73-.449-.352-.99-.769-1.597-.572z"/><path fill="#ff0" d="M9.64 7.35c.184-.361.385-.773.782-.937.47-.085.875.232 1.219.505-.455.347-.728.864-.956 1.376-.3.7-.53 1.46-.433 2.231-.347-.043-.701-.073-1.036-.182-.334-.138-.288-.558-.27-.852.096-.749.383-1.458.694-2.141z"/><path fill="#ff0" d="M7.607 7.56c.74-.302 1.483-.598 2.214-.92-.496.95-.965 1.95-1.058 3.032-.398-.697-.767-1.41-1.156-2.112zM13.016 7.76c.503-.223.972.175 1.387.409-.858.83-1.346 2.058-1.247 3.252a9.175 9.175 0 0 1-1.17-.245c-.325-.587-.09-1.272.106-1.861.221-.557.414-1.192.924-1.555zM15.202 9.914c.181-.38.394-.859.862-.935.458-.007.848.271 1.229.49-.85.688-1.284 1.856-1.147 2.933-.425-.151-1.05-.053-1.3-.499-.186-.676.092-1.37.356-1.988zM18.584 10.553c.38-.448 1.022-.11 1.42.142l-.019.12c-.553.702-.928 1.584-.883 2.491-.476-.065-1.248-.083-1.248-.736.034-.719.3-1.44.731-2.017z"/><path fill="#ff0" d="M19.778 11.386c.12-.236.305-.428.529-.568.082.592-.122 1.165-.355 1.698-.164.326-.326.695-.682.852-.085-.697.178-1.381.508-1.982z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f4df33" d="M11.608 1.774c.268-.113.563-.063.845-.072l.017.09c.316.089.551.358.687.645.073.185.185.349.321.493.066.142.132.283.197.426.136.261.245.543.458.754l.123.264.125.269c.115.185.244.361.355.548l.169.365c.114.188.241.366.355.553l.169.365c.113.186.243.363.35.553.073.186.186.349.323.494.064.144.13.287.191.434.126.222.277.426.408.644.127.333.334.62.525.919.058.122.118.243.178.365.168.422.497.751.648 1.183.134.218.287.424.408.649l.123.266.125.268c.135.215.285.42.407.643.097.249.209.496.422.666l.007.201.096.016.121.306c.031.067.096.201.129.268.198.291.395.585.526.914.11.189.243.362.354.55.119.269.235.546.445.758.109.231.224.459.328.694.139.257.328.485.452.751.105.191.237.366.349.553.1.209.201.418.3.628.134.216.283.422.408.645.063.146.132.289.199.434.311.418.31 1.003.075 1.456a6.772 6.772 0 0 0-.417.431h-.349c-7.083-.003-14.167.003-21.249-.001l-.156-.021-.243-.11-.093.025-.19-.29A2.076 2.076 0 0 1 .511 20.6c.108-.219.226-.434.316-.661l.089-.013.007-.203c.228-.174.334-.439.424-.703l.096-.012.005-.205c.125-.11.231-.24.307-.388l.111-.273c.188-.182.299-.417.405-.653l.122-.265c.262-.265.388-.622.529-.959l.094-.013.005-.203a.997.997 0 0 0 .296-.396c.11-.232.266-.437.404-.652.087-.188.172-.376.249-.568l.054-.024.085-.17.022-.038c.144-.202.262-.421.362-.648.1-.123.198-.248.282-.382l.106-.315.06-.02.084-.172.022-.038c.155-.209.278-.441.366-.686l.051-.022.088-.17.022-.039c.09-.135.17-.277.239-.425l.088-.016v-.248l.089-.018.088-.173.021-.038c.09-.135.169-.277.239-.425l.088-.016v-.252l.13-.007.004-.211a.743.743 0 0 0 .298-.435l.093-.012v-.25l.089-.017.087-.172c.005-.011.017-.029.022-.039.09-.135.17-.277.239-.425l.088-.016v-.248l.089-.018.087-.173.021-.037c.092-.136.17-.278.24-.426l.088-.016v-.248l.088-.018.089-.174.02-.037c.092-.135.172-.277.24-.425l.088-.016v-.249l.089-.017.085-.174.021-.038c.084-.126.167-.252.248-.379l.111-.308.059-.02.085-.172.022-.039c.083-.126.163-.253.241-.382.084-.176.168-.35.25-.527.102-.122.203-.247.277-.388.08-.178.164-.353.248-.53.102-.122.205-.247.275-.39.056-.122.111-.244.169-.366.081-.163.174-.332.345-.417a.52.52 0 0 0 .278-.286.963.963 0 0 1 .278-.223m.255.262c-.365.056-.609.355-.778.657-1.27 2.186-2.555 4.363-3.772 6.578-2.009 3.5-4.084 6.963-6.031 10.497-.211.428-.595.838-.484 1.352.097.464.561.783 1.027.754a2761.4 2761.4 0 0 1 19.941-.008c.35.003.745.004 1.019-.253.378-.304.413-.883.168-1.28a540.497 540.497 0 0 1-3.751-6.623c-2.07-3.698-4.186-7.368-6.231-11.078-.191-.413-.647-.712-1.108-.597z"/><path fill="#f4df33" d="M9.193 9.448c.961-1.622 1.906-3.255 2.851-4.885.679 1.137 1.304 2.306 1.955 3.46 2.245 4.039 4.56 8.041 6.787 12.092-4.57.009-9.141-.028-13.71.005-1.342-.017-2.683.038-4.025-.004 2.047-3.555 4.144-7.083 6.142-10.668m-.419 2.46c.008 2.43-.009 4.86-.025 7.29.237.001.475.004.712.004.007-2.207.016-4.416.02-6.623.584.498.915 1.35 1.719 1.532 1.367.456 2.716.964 4.072 1.449.38.127.809.348 1.201.134.51-.265.56-1.094.052-1.388a1786.157 1786.157 0 0 1-4.746-3.197 80.107 80.107 0 0 0-3.006.799z"/><path fill="#f4df33" d="M9.717 12.119c.245-.062.49-.125.733-.195-.092.241-.176.487-.254.732-.159-.18-.319-.358-.479-.536zM11.356 13.664a2.245 2.245 0 0 1 .826-1.705c.334.226.669.454.999.686a1.31 1.31 0 0 0-.626 1.399c-.399-.132-.8-.254-1.2-.38zM14.066 13.224c.249.161.501.321.758.473-.252.299-.429.652-.426 1.05a25.93 25.93 0 0 0-.759-.252c-.043-.471.146-.908.428-1.272zM15.658 14.593c.32-.354.855.218.504.519-.313.354-.845-.198-.504-.519z"/><path fill="#fcfcb9" d="M11.052 2.283c-.043-.226.05-.321.278-.286a.523.523 0 0 1-.278.286zM9.224 5.322l.022-.039c-.005.011-.017.03-.022.039zM8.699 6.239l.021-.038-.021.038zM8.177 7.157l.02-.037-.02.037zM7.651 8.076l.021-.037-.021.037zM7.127 8.995l.022-.039c-.005.011-.017.029-.022.039zM6.079 10.83l.021-.038-.021.038zM5.553 11.75l.022-.039c-.007.01-.017.03-.022.039zM5.026 12.666l.022-.038-.022.038zM4.109 14.24l.022-.038c-.007.009-.017.029-.022.038zM.392 20.589l.118.012c-.071.392-.035.796.118 1.166l-.06.003a25.566 25.566 0 0 1-.16-.336c-.014-.282-.014-.563-.016-.845zM.911 22.031l.243.11c-.056 0-.168.001-.224.003l-.018-.113zM1.31 22.163c7.082.004 14.165-.001 21.249.001l-.001.131H1.319l-.008-.132z"/><path fill="#1f2622" d="M11.862 2.035c.462-.115.917.184 1.108.597 2.045 3.71 4.161 7.38 6.231 11.078a540.497 540.497 0 0 0 3.751 6.623c.245.397.21.976-.168 1.28-.274.257-.669.256-1.019.253a2761.4 2761.4 0 0 0-19.941.008c-.466.029-.93-.29-1.027-.754-.111-.514.273-.925.484-1.352 1.948-3.534 4.022-6.997 6.031-10.497 1.217-2.215 2.502-4.392 3.772-6.578.169-.302.413-.601.778-.657M9.193 9.448c-1.997 3.584-4.094 7.112-6.142 10.668 1.342.042 2.683-.013 4.025.004 4.569-.033 9.14.004 13.71-.005-2.227-4.051-4.542-8.052-6.787-12.092-.652-1.154-1.276-2.323-1.955-3.46-.946 1.63-1.89 3.263-2.851 4.885z"/><path fill="#1f2622" d="M8.774 11.908a80.107 80.107 0 0 1 3.006-.799 1404.83 1404.83 0 0 0 4.746 3.197c.508.294.458 1.123-.052 1.388-.392.214-.821-.007-1.201-.134-1.356-.485-2.706-.993-4.072-1.449-.804-.182-1.136-1.033-1.719-1.532-.004 2.207-.013 4.416-.02 6.623-.237 0-.475-.003-.712-.004.016-2.43.033-4.86.025-7.29m.942.211l.479.536c.079-.245.163-.49.254-.732-.243.071-.488.134-.733.195m1.639 1.546c.4.126.801.248 1.2.38a1.31 1.31 0 0 1 .626-1.399c-.33-.232-.665-.46-.999-.686a2.245 2.245 0 0 0-.826 1.705m2.709-.44c-.282.365-.471.801-.428 1.272.254.08.508.164.759.252-.003-.399.174-.751.426-1.05a22.419 22.419 0 0 1-.758-.473m1.593 1.368c-.341.321.19.873.504.519.351-.302-.184-.873-.504-.519z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.901 1.527h.178c.409.102.575.52.772.847L23.56 20.901c.167.296.373.581.44.921v.136c-.041.316-.344.476-.63.515H.704c-.28-.02-.617-.134-.685-.443-.074-.353.157-.663.319-.956 3.67-6.342 7.335-12.687 11.003-19.03.123-.23.305-.431.559-.517M12 5.9L3.862 19.977h16.276C17.426 15.284 14.714 10.591 12 5.9z"/><path fill="#fff" d="M12 5.9c2.714 4.691 5.426 9.384 8.138 14.077H3.862L12 5.9m-.23 5.205c-1.523 1.39-3.048 2.777-4.568 4.17-.153.134-.053.355-.01.518.143.356.323.75.672.943 1.995-.437 3.977-.938 5.969-1.395.166-.038.39-.066.422-.274.157-.601.288-1.21.426-1.815-.01 2.068-.002 4.138-.004 6.207h.278c.007-2.449-.011-4.899.01-7.347-.925-.348-1.844-.714-2.769-1.064-.142-.065-.317-.074-.425.058z"/><path fill="#fff" d="M11.829 11.473c-.012-.13.051-.244.119-.35.399.1.663.441.909.746a7.546 7.546 0 0 1 1.167 2.272c.087.329.199.701.03 1.024-.319-.026-.543-.278-.745-.498-.469-.547-.828-1.18-1.116-1.838-.177-.433-.349-.882-.362-1.355z"/><path fill="#fff" d="M12.624 11.372l2.054.796c.016.784-.286 1.525-.424 2.288a7.082 7.082 0 0 0-1.629-3.084zM9.363 13.512c.388-.366.792-.717 1.178-1.085.004.621.285 1.191.56 1.733.287.522.597 1.067 1.102 1.409-.518.119-1.034.239-1.549.366-.697-.614-1.157-1.506-1.292-2.424zM7.587 15.13c.283-.258.57-.512.847-.778a3.05 3.05 0 0 0 .991 1.88c-.375.076-.746.172-1.119.257a2.54 2.54 0 0 1-.719-1.359z"/><path fill="#030303" d="M11.77 11.105c.108-.132.283-.122.425-.058.925.35 1.844.716 2.769 1.064-.021 2.449-.003 4.899-.01 7.347h-.278c.003-2.069-.006-4.138.004-6.207-.138.606-.269 1.214-.426 1.815-.032.208-.257.236-.422.274-1.992.456-3.974.957-5.969 1.395-.349-.194-.529-.587-.672-.943-.044-.162-.143-.383.01-.518 1.52-1.393 3.045-2.78 4.568-4.17m.06.369c.013.473.185.922.362 1.355.288.658.648 1.291 1.116 1.838.202.221.426.472.745.498.169-.323.058-.695-.03-1.024a7.535 7.535 0 0 0-1.167-2.272c-.245-.305-.51-.646-.909-.746-.068.106-.131.22-.119.35m.797-.1a7.087 7.087 0 0 1 1.629 3.084c.138-.764.44-1.505.424-2.288l-2.054-.796m-3.26 2.14c.134.917.594 1.809 1.292 2.424.515-.127 1.032-.247 1.549-.366-.505-.342-.815-.888-1.102-1.409-.276-.542-.556-1.112-.56-1.733-.387.368-.79.719-1.178 1.085M7.587 15.13c.091.512.347.995.719 1.359.373-.086.744-.182 1.119-.257a3.05 3.05 0 0 1-.991-1.88c-.277.266-.564.52-.847.778z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fce900" d="M11.435.142c.479-.254 1.104-.132 1.469.265 3.445 3.437 6.882 6.882 10.326 10.32.292.304.659.595.728 1.037.088.416-.078.851-.382 1.14L12.902 23.578c-.289.299-.718.468-1.133.383-.44-.076-.733-.438-1.034-.733C7.28 19.766 3.817 16.312.361 12.85c-.487-.467-.457-1.313.042-1.759C3.859 7.625 7.326 4.171 10.783.706c.205-.2.398-.422.652-.564m.131.266c-.12.077-.226.174-.328.272C7.703 4.222 4.159 7.758.624 11.301c-.396.325-.448.976-.054 1.325 3.6 3.605 7.207 7.204 10.811 10.805.28.298.781.35 1.108.1.246-.193.45-.432.673-.65 3.301-3.296 6.596-6.6 9.9-9.895.269-.278.642-.55.631-.979.022-.434-.348-.719-.62-1C19.612 7.545 16.154 4.081 12.689.622c-.274-.311-.757-.443-1.123-.214z"/><path fill="#fce900" d="M11.819.786c.234-.131.463.056.618.218 3.517 3.523 7.044 7.037 10.562 10.558.218.176.355.523.106.738-3.474 3.487-6.961 6.961-10.438 10.446-.204.184-.371.46-.665.499-.301-.024-.47-.308-.677-.491A6059.901 6059.901 0 0 0 1.187 12.61c-.181-.205-.5-.394-.432-.712.103-.265.349-.438.536-.641C4.716 7.838 8.136 4.416 11.557.995c.08-.079.167-.149.26-.21M6.125 10.813c-.138.086-.343.133-.388.313-.174.572.023 1.225.464 1.625.14.164.361.067.54.052a2160.9 2160.9 0 0 1 7.673-1.43c.594-.808 1.142-1.652 1.78-2.429-.031 2.168-.076 4.337-.112 6.505l.898-.001-.21-6.492a236.457 236.457 0 0 0-3.695-1.511c-2.322 1.111-4.631 2.252-6.95 3.368z"/><path fill="#fce900" d="M12 8.252c.324-.163.649-.326.976-.486.856.9 1.297 2.168 1.134 3.406-.354.062-.707.125-1.061.191A3.72 3.72 0 0 0 12 8.253z"/><path fill="#fce900" d="M13.523 7.888c.775.332 1.562.634 2.339.962-.463.653-.935 1.298-1.397 1.951a4.734 4.734 0 0 0-.942-2.914zM10.049 9.198c.326-.164.655-.325.98-.491a3.436 3.436 0 0 1 .936 2.874c-.355.054-.709.115-1.063.181a2.987 2.987 0 0 0-.853-2.564zM8.086 10.14c.328-.156.653-.316.979-.475.646.569.926 1.466.767 2.306-.358.059-.713.126-1.068.2a2.05 2.05 0 0 0-.678-2.032zM6.224 11.044c.301-.146.602-.295.902-.445.52.432.74 1.142.566 1.796-.356.061-.71.131-1.064.203a1.95 1.95 0 0 0-.404-1.554z"/><path d="M11.566.408c.366-.229.85-.097 1.123.214 3.464 3.458 6.923 6.923 10.384 10.385.272.281.642.565.62 1 .011.43-.362.701-.631.979-3.304 3.295-6.599 6.599-9.9 9.895-.223.218-.427.457-.673.65-.326.251-.828.198-1.108-.1C7.777 19.83 4.17 16.231.57 12.626c-.394-.349-.342-1 .054-1.325C4.159 7.757 7.703 4.222 11.238.68c.102-.098.208-.196.328-.272m.253.378c-.094.061-.18.131-.26.21C8.138 4.417 4.718 7.84 1.293 11.258c-.187.203-.433.376-.536.641-.068.318.251.506.432.712 3.384 3.376 6.762 6.76 10.138 10.144.206.182.376.467.677.491.294-.04.461-.316.665-.499 3.476-3.485 6.964-6.959 10.438-10.446.25-.215.113-.562-.106-.738-3.518-3.521-7.045-7.034-10.562-10.558-.155-.162-.384-.349-.618-.218z"/><path d="M6.125 10.813c2.32-1.116 4.628-2.257 6.95-3.368 1.236.493 2.467.997 3.695 1.511l.21 6.492-.898.001c.036-2.168.08-4.337.112-6.505-.637.776-1.186 1.621-1.78 2.429-2.558.473-5.117.949-7.673 1.43-.179.016-.4.113-.54-.052-.442-.4-.638-1.052-.464-1.625.044-.18.25-.227.388-.313M12 8.252a3.722 3.722 0 0 1 1.049 3.11c.354-.066.707-.128 1.061-.191.163-1.237-.278-2.506-1.134-3.406-.326.16-.652.323-.976.486m1.523-.363c.622.838.966 1.867.942 2.914.462-.653.934-1.298 1.397-1.951-.776-.329-1.564-.63-2.339-.962m-3.474 1.309c.673.661.997 1.631.853 2.564.354-.066.708-.127 1.063-.181a3.436 3.436 0 0 0-.936-2.874c-.325.166-.654.326-.98.491m-1.963.942a2.05 2.05 0 0 1 .678 2.032c.355-.074.71-.142 1.068-.2.16-.84-.121-1.738-.767-2.306-.326.16-.652.319-.979.475m-1.862.903c.352.437.499 1 .404 1.554.354-.072.708-.142 1.064-.203a1.76 1.76 0 0 0-.566-1.796c-.3.15-.601.299-.902.445z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.572 0h.596c.223.107.426.253.599.43 3.538 3.545 7.09 7.076 10.624 10.624.418.368.469 1.072.058 1.464-3.433 3.448-6.886 6.877-10.321 10.324-.359.342-.694.845-1.249.828-.52.019-.847-.437-1.18-.763C7.247 19.438 3.77 15.991.318 12.522c-.419-.392-.367-1.094.052-1.465C3.905 7.507 7.458 3.977 10.996.431c.17-.17.365-.316.577-.43m-.391 1.104C7.768 4.527 4.341 7.937.927 11.359c-.149.156-.361.34-.274.582.16.276.422.472.64.698 1.798 1.793 3.59 3.589 5.388 5.382.294-.322.624-.655.698-1.103.086-.427-.21-.792-.332-1.178-.607-1.686-.704-3.547-.326-5.296.078-.431.294-.816.448-1.22.228-.599-.336-1.242.013-1.812.289-.457.701-.833 1.152-1.127.331-.227.754-.133 1.126-.218.802-.175 1.597-.388 2.407-.521.517-.059 1.088-.156 1.56.128-1.084.292-2.25.192-3.304.607-.259.079-.217.383-.217.593.562.082.956-.455 1.504-.46.596-.014 1.193.05 1.789.068.442.05.934-.005 1.316.258-1.054.176-2.125-.047-3.185.049-.164.025-.443.07-.421.293.224.216.547.251.842.278.768.053 1.538.036 2.305.1.145.005.278.066.408.127-.892.192-1.804.004-2.705.017-.212-.024-.403.073-.568.197.193.398.655.486 1.045.58 1.162.268 2.387-.03 3.538.289-1.081.224-2.196.156-3.293.205-.481.042-.997-.094-1.448.119.211.335.599.407.967.388 1.584.049 3.204-.146 4.76.215-1.146.146-2.302-.091-3.448.055-1.352.124-2.682-.306-4.031-.241-.029.234-.006.526.252.62.737.27 1.553.152 2.303.378-.377.11-.773.077-1.158.13-.426.052-.869.116-1.288-.016-.54-.139-.98-.637-1.574-.529-.342.043-.529.386-.564.698-.12.833-.076 1.678.006 2.512.114.958.202 1.936.576 2.834.18.427.294.952.742 1.186.756.407 1.649.334 2.478.323.479-.016.886.281 1.309.461.432.234.941.176 1.398.328-.224.054-.455.08-.685.074-2.033-.032-4.064-.08-6.097-.088 1.529 1.518 3.047 3.046 4.572 4.567a.41.41 0 0 0 .655.002c3.583-3.582 7.169-7.163 10.753-10.744a.42.42 0 0 0-.005-.66C19.428 7.931 15.868 4.409 12.335.86c-.154-.144-.326-.338-.563-.271-.234.122-.404.334-.592.515z"/><path fill="#fd0" d="M11.182 1.105c.187-.181.358-.392.592-.515.236-.067.409.127.563.271 3.533 3.55 7.093 7.072 10.619 10.627a.42.42 0 0 1 .005.66c-3.584 3.581-7.17 7.162-10.753 10.744a.411.411 0 0 1-.655-.002c-1.525-1.522-3.043-3.049-4.572-4.567 2.033.007 4.064.055 6.097.088.23.006.461-.02.685-.074-.457-.151-.966-.094-1.398-.328-.424-.18-.83-.476-1.309-.461-.829.011-1.722.084-2.478-.323-.448-.234-.562-.758-.742-1.186-.374-.899-.462-1.877-.576-2.834-.082-.834-.126-1.679-.006-2.512.035-.312.222-.655.564-.698.594-.108 1.034.39 1.574.529.419.132.862.067 1.288.016.385-.053.781-.019 1.158-.13-.75-.226-1.566-.108-2.303-.378-.258-.095-.281-.386-.252-.62 1.349-.065 2.678.365 4.031.241 1.146-.146 2.302.091 3.448-.055-1.556-.361-3.176-.166-4.76-.215-.368.019-.756-.053-.967-.388.451-.212.967-.077 1.448-.119 1.097-.049 2.212.019 3.293-.205-1.151-.319-2.376-.022-3.538-.289-.39-.094-.852-.181-1.045-.58.164-.124.355-.221.568-.197.901-.013 1.813.175 2.705-.017-.13-.061-.263-.122-.408-.127-.767-.064-1.537-.047-2.305-.1-.295-.028-.618-.062-.842-.278-.022-.223.257-.268.421-.293 1.06-.096 2.131.127 3.185-.049-.383-.263-.875-.208-1.316-.258-.596-.018-1.193-.083-1.789-.068-.547.005-.942.541-1.504.46 0-.21-.042-.514.217-.593 1.054-.415 2.22-.316 3.304-.607-.472-.284-1.043-.187-1.56-.128-.81.133-1.606.346-2.407.521-.372.085-.794-.008-1.126.218-.451.294-.863.67-1.152 1.127-.349.57.215 1.213-.013 1.812-.154.404-.37.79-.448 1.22-.378 1.748-.281 3.61.326 5.296.122.386.419.751.332 1.178-.074.448-.404.781-.698 1.103-1.798-1.793-3.59-3.589-5.388-5.382-.217-.227-.48-.422-.64-.698-.088-.242.125-.426.274-.582C4.343 7.938 7.77 4.528 11.184 1.106z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dead-end--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M10.624 1.036c.49-.379.875-1.184 1.604-.996.463.22.756.671 1.14.996-.41.4-.798.826-1.236 1.196-.002.114-.004.228-.002.342.436.377.824.803 1.232 1.208.451-.455.911-.902 1.354-1.364l-.072-.11c.035.04.106.118.142.156.439.438.87.886 1.322 1.31l.014.013c-.487.389-.847.929-1.363 1.273-.164-.011-.265-.146-.376-.25-.338-.346-.673-.691-1.024-1.024-.454.454-.911.906-1.361 1.364.433.455.904.874 1.331 1.333-.362.532-.906.919-1.332 1.404.432.462.928.868 1.332 1.354-.382.512-.905.907-1.333 1.381-.43-.421-.83-.874-1.301-1.249-.001-.088 0-.173.001-.259.482-.354.868-.815 1.296-1.228-.436-.454-.898-.883-1.331-1.34.353-.535.911-.911 1.331-1.396-.449-.457-.905-.907-1.355-1.362-.472.442-.922.904-1.376 1.362.424.457.913.854 1.31 1.332-.287.51-.83.832-1.18 1.304-.097 0-.193-.001-.29-.004-.36-.461-.802-.848-1.212-1.262-.457.452-.912.907-1.366 1.363.416.41.806.851 1.264 1.216.001.097 0 .194-.001.293-.446.382-.844.816-1.264 1.226.421.407.81.847 1.246 1.238l.151.044c.506-.352.88-.869 1.338-1.28.457.455.914.91 1.367 1.369-.455.456-.908.912-1.367 1.364-.458-.406-.823-.931-1.338-1.262-.041.008-.122.028-.163.037-.431.389-.815.826-1.234 1.226.455.458.912.913 1.369 1.37.455-.458.911-.914 1.368-1.369.454.456.912.907 1.36 1.368.464-.451.922-.911 1.375-1.374-.458-.45-.911-.906-1.366-1.361.452-.46.91-.913 1.366-1.369.456.41.832.917 1.326 1.279.593-.226.871-.94 1.436-1.231.484.398.883.892 1.34 1.321l-1.364 1.366c-.425-.402-.81-.844-1.246-1.234l-.168-.029c-.504.343-.869.859-1.326 1.262.457.456.914.912 1.369 1.37l-1.369 1.368c.458.452.912.91 1.368 1.364.46-.451.912-.91 1.369-1.363.458.452.912.91 1.368 1.364.458-.455.913-.911 1.369-1.367-.463-.443-.892-.936-1.378-1.346-.464.434-.902.899-1.357 1.345-.458-.454-.913-.912-1.37-1.367.456-.456.913-.911 1.368-1.368.461.436.881.923 1.362 1.331.496-.39.911-.896 1.375-1.332L16.1 11.986c.452-.462.917-.91 1.362-1.378-.456-.45-.906-.906-1.363-1.355-.466.419-.858.918-1.344 1.31-.29-.126-.469-.415-.703-.622-.206-.236-.502-.413-.626-.708a8.673 8.673 0 0 1 1.328-1.326c.467.425.884.904 1.344 1.339.452-.439.883-.901 1.345-1.331.468.312.8.82 1.26 1.159.004.11.005.221.006.331-.437.379-.83.802-1.241 1.208.454.458.912.911 1.364 1.37l-1.364 1.364c.454.461.914.912 1.366 1.375-.46.451-.913.908-1.368 1.363.46.457.917.914 1.374 1.374-.466.448-.923.904-1.37 1.369-.454-.461-.912-.918-1.372-1.374-.462.409-.832.93-1.34 1.278-.162-.011-.262-.143-.37-.244-.341-.347-.679-.696-1.028-1.033-.455.455-.912.907-1.363 1.367.439.454.904.884 1.334 1.343-.382.512-.904.924-1.336 1.402.457.456.912.913 1.37 1.367-.492.378-.864 1.19-1.596 1.013-.47-.217-.757-.686-1.148-1.013.458-.454.914-.911 1.369-1.367-.44-.432-.846-.904-1.33-1.29.018-.085.037-.169.058-.253.474-.344.853-.796 1.272-1.201-.452-.461-.912-.914-1.367-1.372-.452.46-.912.912-1.363 1.372.419.406.797.859 1.274 1.2.005.092.011.185.014.277-.451.395-.868.827-1.277 1.262l.095.121a47.45 47.45 0 0 0-1.487-1.489c.46-.455.916-.913 1.373-1.37-.45-.461-.907-.913-1.363-1.368-.451.452-.917.893-1.354 1.36l.064.096c-.475-.494-.96-.978-1.454-1.453l1.374-1.372c.457.454.912.912 1.37 1.366.456-.456.91-.913 1.369-1.366-.457-.455-.913-.912-1.368-1.368-.458.452-.914.907-1.368 1.366-.46-.452-.912-.911-1.369-1.364.451-.461.911-.913 1.366-1.372l-1.366-1.366c.451-.457.906-.91 1.361-1.363-.252-.263-.508-.52-.763-.778l-.248-.232c-.113-.12-.227-.238-.33-.365.421-.478.899-.904 1.34-1.362-.442-.452-.878-.912-1.342-1.342l-.109.042c.498-.474.983-.961 1.458-1.458.445.472.908.925 1.369 1.381.455-.454.91-.908 1.363-1.363-.454-.462-.91-.924-1.378-1.373.503-.481.997-.972 1.476-1.478l-.077.118c.442.464.904.908 1.352 1.364.409-.409.8-.839 1.24-1.216.001-.109 0-.218-.001-.328-.443-.373-.832-.802-1.244-1.205m-.001 13.706c-.449.457-.908.906-1.356 1.364.457.454.901.922 1.375 1.357.451-.455.907-.904 1.356-1.361-.458-.454-.906-.919-1.375-1.361z"/><path fill="#ffd520" d="M17.471 5.138c.474.496.959.983 1.456 1.457l-.103-.052c-.462.41-.86.89-1.322 1.296-.528-.343-.92-.896-1.399-1.319-.466.41-.841.93-1.344 1.292-.305-.104-.479-.413-.718-.614-.203-.238-.506-.414-.613-.716.352-.428.775-.8 1.17-1.192.041-.008.122-.028.163-.037.516.329.878.856 1.337 1.26.464-.452.924-.908 1.374-1.375zM2.3 9.356c.506-.481 1-.976 1.482-1.482.452.467.916.922 1.373 1.381-.457.452-.911.911-1.37 1.362.451.463.916.912 1.367 1.375l-1.364 1.363c.452.46.912.912 1.366 1.372-.457.458-.917.913-1.37 1.375-.463-.48-.923-.965-1.43-1.399l-.022-.022.025-.016c.564-.33.949-.876 1.427-1.309-.416-.396-.797-.829-1.222-1.214l-.161-.049c-.532.316-.893.862-1.357 1.268-.348-.415-.862-.72-1.043-1.253v-.222c.179-.54.69-.852 1.042-1.27.467.412.835.949 1.358 1.283.545-.299.905-.871 1.379-1.274-.448-.451-.887-.91-1.349-1.346l-.13.077zM9.113 7.942c.086-.005.174-.006.262-.007.31.449.752.78 1.106 1.189l.08-.084c-.006.118-.013.235-.022.353-.47.362-.852.822-1.279 1.231-.418-.424-.847-.835-1.255-1.267l-.091.076c.011-.11.024-.22.038-.328a4.38 4.38 0 0 0 1.16-1.163zM20.208 7.877c.485.505.979 1.001 1.486 1.484l-.127-.088c-.467.436-.906.901-1.361 1.35.421.4.806.838 1.236 1.228l.157.049c.517-.34.887-.871 1.35-1.282.38.491 1.189.88 1.003 1.609-.224.461-.678.749-1.004 1.134-.466-.416-.836-.952-1.37-1.282-.538.319-.902.866-1.372 1.277.457.46.914.918 1.375 1.373l-.018.018c-.46.442-.912.893-1.354 1.354-.454-.461-.912-.916-1.37-1.373.451-.46.907-.912 1.364-1.366-.449-.463-.908-.914-1.363-1.37.449-.458.905-.91 1.358-1.363a18.735 18.735 0 0 0-1.23-1.211c0-.114.001-.227.005-.341.44-.37.83-.794 1.235-1.201zM14.138 19.418c.199-.167.342-.456.622-.485.52.331.884.863 1.348 1.268-.468.451-.928.91-1.376 1.379-.424-.482-.959-.884-1.324-1.402.208-.284.5-.494.731-.761z"/><path d="M9.354 2.302a27.57 27.57 0 0 1 1.27-1.266c.413.403.802.832 1.244 1.205.001.109.002.218.001.328-.439.377-.83.806-1.24 1.216-.449-.456-.911-.9-1.352-1.364l.077-.118zM12.132 2.232c.438-.371.826-.797 1.236-1.196.434.415.87.829 1.276 1.272l.072.11c-.443.462-.902.91-1.354 1.364-.408-.406-.797-.832-1.232-1.208-.001-.114 0-.228.002-.342zM6.523 5.135c.439-.462.893-.913 1.355-1.355.468.449.924.911 1.378 1.373-.454.455-.908.91-1.363 1.363-.461-.456-.924-.91-1.369-1.381z"/><path d="M9.262 5.152c.455-.458.905-.92 1.376-1.362.45.455.906.905 1.355 1.362-.42.485-.978.86-1.331 1.396.433.457.895.887 1.331 1.34-.428.413-.814.874-1.296 1.228a11.16 11.16 0 0 0-.001.259c.47.376.871.828 1.301 1.249.428-.474.952-.869 1.333-1.381-.404-.486-.9-.892-1.332-1.354.426-.485.97-.872 1.332-1.404-.427-.46-.898-.878-1.331-1.333.45-.458.907-.911 1.361-1.364.35.332.685.678 1.024 1.024.11.103.211.239.376.25.516-.344.876-.884 1.363-1.273.458.442.91.89 1.349 1.351-.45.467-.91.923-1.374 1.375-.458-.404-.821-.931-1.337-1.26-.041.01-.122.029-.163.037-.395.391-.818.763-1.17 1.192.107.302.41.479.613.716.239.202.413.51.718.614.503-.362.878-.882 1.344-1.292.479.422.871.976 1.399 1.319.462-.406.86-.886 1.322-1.296l.103.052c.443.41.863.846 1.282 1.282-.404.407-.794.832-1.235 1.201a9.694 9.694 0 0 0-.005.341c.434.378.833.794 1.23 1.211-.454.454-.91.905-1.358 1.363.455.456.914.907 1.363 1.37-.457.454-.913.906-1.364 1.366.458.457.917.912 1.37 1.373-.445.466-.901.922-1.367 1.367-.457-.46-.914-.917-1.374-1.374.455-.455.908-.912 1.368-1.363-.451-.463-.912-.914-1.366-1.375l1.364-1.364c-.452-.46-.911-.912-1.364-1.37.41-.407.804-.829 1.241-1.208-.001-.11-.002-.221-.006-.331-.46-.34-.792-.847-1.26-1.159-.462.43-.893.892-1.345 1.331-.46-.436-.877-.914-1.344-1.339a8.673 8.673 0 0 0-1.328 1.326c.125.295.42.472.626.708.234.206.413.496.703.622.486-.392.878-.892 1.344-1.31.457.449.907.905 1.363 1.355-.445.468-.91.916-1.362 1.378l1.366 1.366c-.464.436-.88.942-1.375 1.332-.481-.408-.901-.895-1.362-1.331-.455.457-.912.912-1.368 1.368.457.455.912.913 1.37 1.367.455-.446.893-.911 1.357-1.345.486.41.914.904 1.378 1.346-.456.456-.911.912-1.369 1.367-.456-.455-.91-.912-1.368-1.364-.457.454-.91.912-1.369 1.363-.456-.455-.91-.912-1.368-1.364l1.369-1.368c-.455-.458-.912-.914-1.369-1.37.457-.403.822-.919 1.326-1.262l.168.029c.436.39.821.832 1.246 1.234L16.099 12c-.457-.43-.857-.923-1.34-1.321-.565.292-.844 1.006-1.436 1.231-.494-.362-.87-.869-1.326-1.279-.456.456-.913.91-1.366 1.369.455.455.907.911 1.366 1.361-.454.463-.911.923-1.375 1.374-.448-.461-.906-.912-1.36-1.368-.457.455-.913.911-1.368 1.369-.457-.457-.914-.912-1.369-1.37.419-.401.803-.838 1.234-1.226.041-.01.122-.029.163-.037.515.331.88.857 1.338 1.262.458-.452.912-.908 1.367-1.364-.452-.46-.91-.914-1.367-1.369-.458.412-.832.929-1.338 1.28a5.027 5.027 0 0 0-.151-.044c-.436-.391-.824-.832-1.246-1.238.42-.41.817-.845 1.264-1.226.001-.098.002-.196.001-.293-.457-.365-.847-.805-1.264-1.216.454-.456.908-.911 1.366-1.363.41.414.852.802 1.212 1.262.097.002.193.004.29.004.349-.473.893-.794 1.18-1.304-.397-.478-.887-.875-1.31-1.332m-.151 2.78a4.41 4.41 0 0 1-1.16 1.163 8.416 8.416 0 0 0-.038.328l.091-.076c.408.432.838.844 1.255 1.267.427-.409.809-.869 1.279-1.231.008-.118.016-.235.022-.353l-.08.084c-.354-.409-.797-.74-1.106-1.189a5.69 5.69 0 0 0-.262.007z"/><path d="M3.782 7.874a33 33 0 0 1 1.283-1.282l.109-.042c.463.43.9.889 1.342 1.342-.442.458-.919.884-1.34 1.362.103.127.217.245.33.365l.248.232c.256.258.511.515.763.778-.455.454-.91.906-1.361 1.363l1.366 1.366c-.455.458-.914.911-1.366 1.372.457.454.91.912 1.369 1.364.454-.458.91-.913 1.368-1.366.455.456.911.913 1.368 1.368-.46.452-.913.91-1.369 1.366-.458-.454-.913-.912-1.37-1.366l-1.374 1.372a42.85 42.85 0 0 1-1.366-1.364c.454-.462.913-.917 1.37-1.375-.454-.46-.913-.912-1.366-1.372l1.364-1.363c-.451-.463-.916-.912-1.367-1.375.46-.451.913-.91 1.37-1.362-.457-.46-.92-.914-1.373-1.381zM1.042 10.618c.409-.431.822-.859 1.259-1.261l.13-.077c.462.437.901.895 1.349 1.346-.474.403-.834.976-1.379 1.274-.523-.334-.892-.871-1.358-1.283zM20.206 10.624c.455-.449.894-.914 1.361-1.35l.127.088c.436.401.847.828 1.255 1.258-.463.41-.833.942-1.35 1.282l-.157-.049c-.43-.39-.815-.828-1.236-1.228z"/><path d="M1.043 13.362c.464-.407.826-.953 1.357-1.268l.161.049c.425.385.805.818 1.222 1.214-.478.433-.863.979-1.427 1.309l-.025.016c-.424-.445-.865-.874-1.288-1.32zM20.206 13.357c.469-.41.834-.958 1.372-1.277.534.33.905.865 1.37 1.282-.443.467-.9.923-1.367 1.368-.461-.455-.918-.913-1.375-1.373zM10.619 14.731c.469.442.917.907 1.375 1.361-.449.457-.905.906-1.356 1.361-.474-.436-.918-.904-1.375-1.357.448-.458.907-.907 1.356-1.364zM6.539 18.824c.437-.467.902-.907 1.354-1.36.456.455.913.907 1.363 1.368-.457.457-.913.916-1.373 1.37-.434-.42-.87-.84-1.28-1.283l-.064-.096zM10.626 17.46c.455.457.914.911 1.367 1.372-.419.406-.798.857-1.272 1.201-.02.084-.04.168-.058.253.484.386.889.858 1.33 1.29-.455.456-.911.913-1.369 1.367a28.427 28.427 0 0 1-1.254-1.25l-.095-.121a18.1 18.1 0 0 1 1.277-1.262l-.014-.277c-.478-.341-.856-.794-1.274-1.2.451-.46.911-.912 1.363-1.372zM11.999 18.832c.451-.46.908-.912 1.363-1.367.349.337.688.686 1.028 1.033.108.101.208.233.37.244.509-.348.878-.869 1.34-1.278.46.456.918.913 1.372 1.374-.444.466-.899.92-1.364 1.364-.463-.406-.828-.937-1.348-1.268-.28.029-.422.318-.622.485-.23.266-.523.476-.731.761.365.517.9.919 1.324 1.402-.442.467-.896.922-1.363 1.362-.458-.454-.913-.911-1.37-1.367.432-.478.954-.889 1.336-1.402-.431-.458-.895-.889-1.334-1.343z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dead-end--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M10.624 1.036c.488-.378.872-1.18 1.6-.997.467.216.76.671 1.145.997-.415.404-.805.838-1.254 1.208-.004.106-.005.211-.006.317.446.373.836.808 1.249 1.217.458-.446.914-.898 1.358-1.36l-.074-.113c.487.515.988 1.019 1.512 1.496l-.194.083c-.386.4-.728.87-1.198 1.171-.193-.005-.301-.179-.431-.295-.314-.334-.642-.654-.966-.978-.457.456-.914.911-1.369 1.37-.454-.458-.907-.918-1.373-1.366-.414.422-.857.82-1.231 1.28-.104-.019-.209-.038-.312-.059-.37-.438-.79-.83-1.202-1.228a41.364 41.364 0 0 0 1.48-1.482l-.079.12c.442.464.902.908 1.352 1.363.42-.414.811-.859 1.27-1.231-.012-.104-.025-.21-.04-.314-.436-.376-.826-.799-1.236-1.201zM5.077 6.582c.493-.47.974-.954 1.445-1.446.446.47.91.923 1.37 1.379.398-.4.814-.785 1.181-1.214.11-.017.222-.032.332-.047.36.449.814.81 1.186 1.248-.384.511-.898.916-1.333 1.385-.454-.457-.908-.913-1.367-1.366-.46.454-.917.91-1.369 1.37.46.45.913.906 1.368 1.362-.455.458-.912.914-1.372 1.369-.394-.42-.828-.8-1.216-1.226l-.048-.157c.319-.526.859-.886 1.262-1.35-.442-.444-.872-.901-1.333-1.327l-.107.02zM17.471 5.138c.474.494.958.98 1.453 1.454l-.106-.046c-.44.402-.826.86-1.29 1.236.006.086.013.174.022.262.424.295.752.701 1.145 1.034.018.104.035.21.05.314-.461.374-.856.82-1.283 1.229-.449-.462-.907-.912-1.361-1.368.419-.408.8-.858 1.274-1.204l.017-.277c-.457-.39-.862-.835-1.291-1.253-.458.452-.913.908-1.368 1.366-.457-.457-.916-.912-1.369-1.372.472-.408.833-.958 1.373-1.273.529.329.896.863 1.362 1.274.461-.456.922-.911 1.372-1.378zM5.3 11.992a1625.37 1625.37 0 0 1 6.695-6.695c2.239 2.225 4.469 4.457 6.696 6.694-2.227 2.238-4.463 4.466-6.696 6.698-2.232-2.232-4.468-4.46-6.695-6.697m5.325-1.731c-.905.563-1.796 1.148-2.689 1.73.875.568 1.752 1.133 2.626 1.704.163.132.466.199.563-.046.049-.324-.175-.626-.266-.93h4.43v-1.464c-1.476.001-2.951-.001-4.427.001.097-.296.281-.582.276-.9-.085-.212-.352-.239-.512-.096zM2.299 9.358a40.664 40.664 0 0 0 1.483-1.483c.402.475.952.838 1.278 1.367-.292.548-.868.904-1.273 1.375.451.463.911.916 1.368 1.373-.456.458-.914.913-1.37 1.37.457.455.914.91 1.368 1.368-.457.458-.917.913-1.37 1.375-.479-.499-.966-.99-1.468-1.466l.1.084c.464-.446.912-.911 1.367-1.366-.412-.413-.841-.809-1.216-1.255-.108.006-.217.013-.325.022-.368.443-.796.829-1.198 1.241-.349-.415-.862-.72-1.043-1.254v-.21c.168-.548.69-.859 1.042-1.279.404.41.834.799 1.202 1.243.107.005.214.008.32.011.38-.442.811-.835 1.217-1.253-.454-.444-.89-.906-1.352-1.342l-.13.079zM20.209 7.877c.484.505.978 1.001 1.484 1.484l-.128-.086c-.467.437-.91.899-1.357 1.355.42.42.86.82 1.237 1.28l.314-.062c.368-.437.79-.823 1.19-1.229.38.491 1.189.881 1.002 1.612-.226.458-.678.748-1.004 1.13-.396-.403-.812-.787-1.181-1.217-.112-.02-.223-.04-.335-.056-.377.452-.812.851-1.226 1.27.449.449.886.912 1.373 1.321l-.026.046c-.416.487-.911.901-1.342 1.376-.455-.46-.913-.916-1.372-1.372.451-.458.907-.913 1.364-1.364-.449-.464-.91-.917-1.367-1.373.454-.457.91-.911 1.366-1.366-.413-.418-.812-.853-1.267-1.228.014-.107.029-.215.046-.322.433-.374.826-.793 1.229-1.2zM5.155 14.728c.454-.458.911-.913 1.368-1.368l1.369 1.367c-.456.455-.914.908-1.366 1.369-.46-.454-.913-.913-1.372-1.368zM16.099 14.726c.458-.455.912-.916 1.374-1.367.452.458.91.911 1.363 1.367l-1.368 1.369c.46.456.917.913 1.373 1.373-.464.448-.922.904-1.369 1.369-.454-.461-.912-.918-1.372-1.374a39.15 39.15 0 0 0-1.106 1.126c-.084.13-.256.148-.395.124-.414-.415-.814-.844-1.238-1.248l1.369-1.368c.458.451.913.91 1.37 1.363.457-.452.911-.908 1.367-1.363-.454-.46-.912-.914-1.368-1.37z"/><path fill="#ffd520" d="M5.148 17.467c.458-.456.914-.916 1.374-1.372.457.454.912.911 1.369 1.366.457-.455.911-.912 1.37-1.364.456.454.907.912 1.368 1.361-.454.461-.914.913-1.368 1.374.409.41.822.817 1.224 1.235l.061-.104c.007.116.016.233.022.349-.472.376-.877.824-1.294 1.259l.088.115a49.179 49.179 0 0 0-1.478-1.482c.458-.455.914-.913 1.372-1.37-.45-.46-.907-.913-1.362-1.368-.452.452-.918.893-1.356 1.361l.066.097c-.475-.494-.961-.98-1.456-1.456zM10.74 20.096c.412-.43.836-.846 1.258-1.265.425.407.802.87 1.289 1.206l.028.256c-.473.391-.882.851-1.315 1.283.456.456.911.913 1.369 1.367-.492.379-.864 1.189-1.595 1.013-.472-.217-.758-.685-1.15-1.013.458-.454.914-.911 1.37-1.368-.416-.424-.844-.836-1.244-1.274l-.067.079.007-.44.05.157zM14.587 18.982l.224-.065c.449.412.856.865 1.296 1.285-.468.45-.928.91-1.376 1.379-.424-.428-.832-.874-1.286-1.268a8.94 8.94 0 0 1 .022-.286c.422-.294.737-.707 1.121-1.045z"/><path d="M9.356 2.299c.404-.439.834-.853 1.267-1.264.41.402.8.826 1.236 1.201.014.104.028.21.04.314-.458.372-.85.817-1.27 1.231-.45-.455-.911-.899-1.352-1.363l.079-.12zM12.114 2.244c.449-.371.839-.804 1.254-1.208.434.413.866.829 1.273 1.27l.074.113c-.444.462-.9.913-1.358 1.36-.413-.409-.803-.844-1.249-1.217.001-.106.002-.211.006-.317zM6.522 5.136c.44-.463.893-.914 1.355-1.355.413.397.833.79 1.202 1.228l.312.059c.374-.461.817-.858 1.231-1.28.466.448.919.907 1.373 1.366.455-.46.912-.914 1.369-1.37.324.324.652.644.966.978.13.116.238.29.431.295.469-.301.811-.772 1.198-1.171l.194-.083c.438.446.887.883 1.318 1.337-.45.467-.911.922-1.372 1.378-.466-.412-.833-.946-1.362-1.274-.54.316-.901.865-1.373 1.273.454.46.912.914 1.369 1.372.455-.457.91-.913 1.368-1.366.43.418.834.863 1.291 1.253l-.017.277c-.474.346-.856.796-1.274 1.204.454.456.912.906 1.361 1.368.427-.409.822-.854 1.283-1.229-.016-.104-.032-.21-.05-.314-.392-.334-.721-.739-1.145-1.034-.008-.088-.016-.175-.022-.262.464-.376.85-.834 1.29-1.236l.106.046c.444.412.865.847 1.285 1.284-.403.407-.796.826-1.229 1.2-.017.107-.031.215-.046.322.455.374.854.81 1.267 1.228-.456.455-.912.908-1.366 1.366.457.456.918.908 1.367 1.373-.457.451-.913.906-1.364 1.364.458.456.917.912 1.372 1.372-.446.467-.902.923-1.369 1.368-.456-.46-.913-.917-1.373-1.373l1.368-1.369c-.454-.456-.911-.908-1.363-1.367-.462.451-.916.912-1.374 1.367.456.456.914.911 1.368 1.37-.456.455-.91.911-1.367 1.363-.457-.454-.912-.912-1.37-1.363l-1.369 1.368c.425.404.824.833 1.238 1.248.139.024.311.006.395-.124.362-.382.73-.758 1.106-1.126.46.456.918.913 1.372 1.374-.444.466-.899.92-1.364 1.364-.44-.42-.847-.874-1.296-1.285l-.224.065c-.384.338-.698.751-1.121 1.045-.008.095-.016.19-.022.286.455.395.863.84 1.286 1.268-.442.467-.896.92-1.363 1.362-.458-.454-.913-.911-1.369-1.367.433-.432.842-.892 1.315-1.283-.008-.085-.018-.17-.028-.256-.487-.336-.864-.799-1.289-1.206-.421.419-.846.835-1.258 1.265l-.05-.157-.007.44.067-.079c.401.438.828.851 1.244 1.274-.456.457-.912.914-1.37 1.368a27.2 27.2 0 0 1-1.261-1.258l-.088-.115c.416-.434.822-.883 1.294-1.259a20.422 20.422 0 0 0-.022-.349l-.061.104c-.402-.418-.815-.824-1.224-1.235.454-.461.914-.913 1.368-1.374-.461-.449-.912-.907-1.368-1.361-.46.452-.913.91-1.37 1.364-.457-.455-.912-.912-1.369-1.366-.46.456-.916.916-1.374 1.372a40.86 40.86 0 0 1-1.366-1.364c.454-.462.913-.917 1.37-1.375-.454-.458-.911-.913-1.368-1.368.456-.457.914-.912 1.37-1.37-.457-.457-.917-.91-1.368-1.373.406-.472.982-.827 1.273-1.375-.326-.529-.876-.892-1.278-1.367.424-.439.848-.877 1.295-1.292l.107-.02c.461.426.892.883 1.333 1.327-.403.464-.943.824-1.262 1.35l.048.157c.388.426.822.806 1.216 1.226.46-.455.917-.911 1.372-1.369-.455-.456-.908-.912-1.368-1.362.452-.461.91-.917 1.369-1.37.458.452.913.908 1.367 1.366.436-.469.949-.874 1.333-1.385-.372-.438-.826-.799-1.186-1.248-.11.014-.222.03-.332.047-.367.43-.782.815-1.181 1.214-.461-.456-.924-.908-1.37-1.379M5.3 11.992c2.227 2.237 4.463 4.465 6.695 6.697 2.233-2.232 4.469-4.46 6.696-6.698a1760.818 1760.818 0 0 0-6.696-6.694A1625.37 1625.37 0 0 0 5.3 11.992m-.145 2.736c.458.455.912.914 1.372 1.368.451-.461.91-.914 1.366-1.369L6.524 13.36c-.457.455-.914.91-1.368 1.368z"/><path d="M1.042 10.619c.409-.431.821-.859 1.258-1.261l.13-.079c.462.436.899.898 1.352 1.342-.406.418-.836.811-1.217 1.253a11.27 11.27 0 0 1-.32-.011c-.368-.444-.798-.833-1.202-1.243zM20.208 10.63c.448-.456.89-.918 1.357-1.355l.128.086c.436.401.847.828 1.256 1.258-.401.406-.822.792-1.19 1.229-.104.022-.21.042-.314.062-.377-.461-.817-.86-1.237-1.28zM10.625 10.261c.161-.143.427-.116.512.096.005.318-.179.604-.276.9 1.476-.002 2.951 0 4.427-.001v1.464h-4.43c.091.304.316.606.266.93-.097.245-.4.178-.563.046-.874-.571-1.751-1.136-2.626-1.704.893-.582 1.784-1.168 2.689-1.73zM2.24 12.121c.108-.008.217-.016.325-.022.374.446.804.842 1.216 1.255-.455.455-.902.919-1.367 1.366l-.1-.084c-.44-.408-.858-.84-1.272-1.274.402-.412.829-.798 1.198-1.241zM21.432 12.088c.112.017.223.036.335.056.368.43.785.814 1.181 1.217-.443.451-.86.936-1.369 1.318-.487-.409-.924-.872-1.373-1.321.414-.419.85-.817 1.226-1.27zM6.538 18.826c.438-.468.904-.908 1.356-1.361.455.455.912.908 1.362 1.368-.457.457-.913.916-1.372 1.37-.434-.42-.87-.839-1.28-1.28l-.066-.097z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dead-end--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M10.621 1.037c.493-.377.872-1.184 1.603-.998.468.215.757.676 1.146.998-.416.395-.797.829-1.24 1.196-.012.109-.023.218-.032.328.462.359.836.811 1.258 1.214.463-.438.907-.896 1.356-1.349l-.066-.116c.491.491.943 1.028 1.496 1.451l-.031.029c-.481.39-.84.931-1.354 1.272l-.163-.048c-.418-.403-.815-.827-1.23-1.232-.456.458-.914.912-1.369 1.372-.449-.457-.907-.904-1.354-1.363-.479.437-.924.908-1.384 1.364-.456-.462-.91-.926-1.381-1.373.503-.48.996-.97 1.471-1.476l-.065.125c.443.456.899.9 1.345 1.354.426-.408.803-.87 1.274-1.229a11.336 11.336 0 0 0-.046-.322c-.439-.37-.821-.802-1.236-1.196zM5.076 6.582a42.98 42.98 0 0 0 1.448-1.448c.445.473.902.936 1.38 1.376.446-.456.901-.905 1.351-1.356.462.448.913.907 1.37 1.362-.454.458-.91.916-1.37 1.369-.454-.458-.91-.913-1.367-1.367-.455.458-.913.914-1.37 1.37.462.45.916.908 1.372 1.364-.451.457-.912.907-1.361 1.368-.431-.401-.811-.853-1.274-1.218.013-.11.026-.22.042-.329.437-.368.829-.785 1.217-1.202-.45-.432-.875-.889-1.331-1.314l-.107.024zM17.47 5.137c.474.497.959.982 1.454 1.454l-.108-.043c-.458.436-.9.889-1.34 1.343.442.473.95.884 1.342 1.403-.467.427-.899.89-1.356 1.327-.448-.462-.907-.911-1.36-1.368.455-.456.908-.913 1.369-1.362-.455-.46-.911-.917-1.37-1.37-.458.452-.912.908-1.367 1.364-.457-.455-.916-.91-1.368-1.369.415-.403.809-.827 1.228-1.226l.167-.037c.515.33.878.86 1.339 1.264.46-.457.923-.91 1.37-1.379zM5.302 11.993c2.221-2.242 4.456-4.47 6.694-6.695 2.239 2.222 4.469 4.456 6.695 6.692-2.226 2.238-4.462 4.468-6.696 6.697-2.231-2.231-4.465-4.459-6.692-6.695m4.074-1.784c-.106.131-.191.352.011.444.27-.007.521-.122.776-.191.006.432-.005.865.006 1.297 0 .702.541 1.356 1.229 1.494.316.056.638.026.956.058.179.014.337.19.331.37.016.712-.002 1.424.006 2.136l1.127.001c.004-.713.005-1.424.004-2.136.017-.592-.365-1.153-.901-1.387-.361-.179-.775-.11-1.163-.139-.221.012-.466-.158-.456-.396-.024-.432-.001-.865-.001-1.298.229.067.454.156.691.192.186.025.28-.235.146-.352-.458-.715-.938-1.417-1.406-2.128-.46.673-.905 1.356-1.356 2.035zM2.302 9.353a38.226 38.226 0 0 0 1.481-1.478c.403.406.79.832 1.229 1.2.019.107.037.214.054.322-.469.362-.853.817-1.279 1.228.457.455.913.91 1.369 1.367-.456.454-.906.912-1.368 1.358.446.468.913.917 1.366 1.379-.456.458-.918.912-1.37 1.376-.478-.5-.966-.991-1.468-1.468l.107.079c.46-.446.904-.908 1.361-1.356-.403-.42-.846-.804-1.213-1.259-.11.006-.222.013-.332.022-.359.449-.799.824-1.193 1.241-.343-.425-.88-.72-1.044-1.266v-.191c.154-.558.695-.862 1.043-1.289.396.412.827.792 1.194 1.231.104.02.21.04.316.058.359-.473.821-.852 1.226-1.282-.445-.45-.887-.904-1.343-1.342l-.134.07zM20.209 7.877c.482.505.977 1 1.483 1.481l-.131-.082c-.462.436-.896.898-1.352 1.338.374.392.764.769 1.135 1.164.08.146.281.115.406.056.396-.409.794-.816 1.199-1.217.378.493 1.187.875 1.004 1.606-.217.466-.683.749-1.006 1.139-.371-.371-.743-.742-1.105-1.122-.09-.132-.268-.143-.41-.126-.404.42-.811.836-1.228 1.244.46.455.911.919 1.379 1.367-.467.45-.925.908-1.374 1.376-.454-.461-.913-.916-1.37-1.374.45-.455.9-.911 1.362-1.355-.438-.478-.911-.92-1.363-1.384.455-.458.917-.908 1.366-1.373-.427-.402-.806-.854-1.27-1.216.016-.109.031-.22.049-.329.438-.368.822-.793 1.226-1.195zM5.156 14.731c.449-.463.91-.914 1.366-1.372.458.455.913.912 1.37 1.367-.456.456-.914.908-1.364 1.369-.461-.451-.911-.912-1.372-1.364zM16.099 14.726c.457-.455.912-.913 1.37-1.367.456.455.913.91 1.367 1.367l-1.368 1.369c.46.456.917.914 1.374 1.372a49.16 49.16 0 0 0-1.37 1.37c-.455-.461-.912-.918-1.373-1.374-.392.407-.822.78-1.178 1.222l-.318.066c-.37-.469-.823-.859-1.241-1.282.452-.462.912-.916 1.367-1.373.461.45.913.91 1.372 1.363.457-.452.911-.908 1.366-1.363-.451-.461-.911-.914-1.367-1.37zM5.148 17.468c.458-.457.914-.917 1.374-1.372.46.451.911.912 1.37 1.363.457-.455.91-.912 1.369-1.363.456.457.916.911 1.368 1.372-.462.449-.916.906-1.368 1.363.43.394.785.874 1.276 1.195.005.096.008.192.011.289-.455.383-.856.823-1.271 1.248l.086.124a42.295 42.295 0 0 0-1.481-1.484c.46-.455.916-.912 1.372-1.37-.449-.462-.907-.913-1.362-1.369-.45.452-.913.893-1.352 1.358l.067.106a46.679 46.679 0 0 0-1.459-1.459zM10.706 20.03c.502-.313.853-.804 1.286-1.198.432.427.87.85 1.283 1.297l.047-.193.01.446-.076-.098c-.406.443-.839.86-1.259 1.291.457.456.911.913 1.37 1.367-.496.376-.864 1.195-1.598 1.012-.47-.216-.752-.689-1.146-1.012.458-.454.913-.911 1.37-1.367-.436-.422-.832-.887-1.303-1.271l.016-.275zM14.588 18.929c.113.018.227.037.34.058.36.437.785.812 1.18 1.217-.467.451-.934.904-1.373 1.384l-.005-.005c-.428-.421-.815-.89-1.294-1.258l-.001-.377.061.134c.358-.391.758-.74 1.092-1.153z"/><path d="M9.348 2.305c.409-.438.839-.857 1.273-1.268.415.395.797.827 1.236 1.196.017.107.031.214.046.322-.472.359-.848.821-1.274 1.229-.446-.454-.902-.898-1.345-1.354l.065-.125zM12.131 2.233c.443-.367.823-.802 1.24-1.196.434.414.866.833 1.276 1.273l.066.116c-.449.452-.893.911-1.356 1.349-.421-.403-.796-.856-1.258-1.214.01-.109.02-.218.032-.328z"/><path d="M6.524 5.134c.439-.462.892-.912 1.352-1.352.472.446.925.911 1.381 1.373.46-.456.905-.928 1.384-1.364.446.46.905.906 1.354 1.363.455-.46.913-.913 1.369-1.372.415.406.812.829 1.23 1.232l.163.048c.514-.341.872-.882 1.354-1.272.47.432.918.887 1.358 1.348-.448.469-.911.922-1.37 1.379-.461-.403-.824-.934-1.339-1.264l-.167.037c-.419.4-.812.823-1.228 1.226.452.46.911.914 1.368 1.369.455-.456.908-.912 1.367-1.364.46.454.916.911 1.37 1.37-.461.449-.914.906-1.369 1.362.452.457.912.906 1.36 1.368.457-.437.889-.9 1.356-1.327-.391-.518-.9-.93-1.342-1.403.44-.454.882-.907 1.34-1.343l.108.043c.443.414.865.848 1.285 1.285-.404.402-.788.827-1.226 1.195-.018.109-.034.22-.049.329.463.361.842.814 1.27 1.216-.449.464-.911.914-1.366 1.373.452.463.925.906 1.363 1.384-.462.444-.912.9-1.362 1.355.457.458.917.913 1.37 1.374-.445.466-.9.922-1.367 1.366-.457-.457-.914-.916-1.374-1.372l1.368-1.369c-.454-.457-.911-.912-1.367-1.367-.458.454-.913.912-1.37 1.367.456.456.916.91 1.367 1.37-.455.455-.908.911-1.366 1.363-.458-.454-.911-.913-1.372-1.363-.455.457-.914.911-1.367 1.373.418.422.871.812 1.241 1.282l.318-.066c.356-.442.786-.815 1.178-1.222.461.456.918.913 1.373 1.374-.444.466-.899.92-1.364 1.366-.395-.404-.82-.78-1.18-1.217-.113-.02-.227-.04-.34-.058-.334.413-.734.762-1.092 1.153l-.061-.134.001.377c.479.367.865.836 1.294 1.258-.442.466-.895.92-1.362 1.361-.46-.454-.913-.911-1.37-1.367.42-.431.853-.848 1.259-1.291l.076.098a32.81 32.81 0 0 0-.01-.446l-.047.193c-.413-.448-.851-.87-1.283-1.297-.433.394-.785.884-1.286 1.198l-.016.275c.472.384.868.848 1.303 1.271-.457.456-.912.913-1.37 1.367a29.24 29.24 0 0 1-1.26-1.255l-.086-.124c.415-.425.816-.865 1.271-1.248a9.184 9.184 0 0 0-.011-.289c-.491-.322-.846-.802-1.276-1.195.452-.457.906-.914 1.368-1.363-.452-.461-.912-.914-1.368-1.372-.46.451-.912.908-1.369 1.363-.46-.451-.911-.912-1.37-1.363-.46.455-.916.914-1.374 1.372-.466-.445-.92-.9-1.366-1.364.452-.464.914-.918 1.37-1.376-.452-.462-.919-.911-1.366-1.379.462-.446.912-.905 1.368-1.358a587.99 587.99 0 0 0-1.369-1.367c.426-.41.81-.865 1.279-1.228a16.621 16.621 0 0 0-.054-.322c-.439-.368-.826-.794-1.229-1.2.424-.439.85-.876 1.294-1.292l.107-.024c.456.425.881.882 1.331 1.314-.388.418-.78.834-1.217 1.202-.016.109-.029.218-.042.329.463.365.844.817 1.274 1.218.449-.461.91-.911 1.361-1.368-.456-.456-.91-.914-1.372-1.364.457-.456.916-.912 1.37-1.37.457.454.913.908 1.367 1.367.461-.454.917-.911 1.37-1.369-.457-.455-.908-.914-1.37-1.362-.45.451-.905.9-1.351 1.356-.478-.44-.935-.904-1.38-1.376m-1.22 6.855c2.227 2.236 4.462 4.464 6.692 6.695 2.234-2.23 4.47-4.459 6.696-6.697-2.226-2.237-4.456-4.47-6.695-6.692a1280.409 1280.409 0 0 0-6.694 6.695m-.145 2.737c.461.452.911.913 1.372 1.364.45-.461.908-.913 1.364-1.369-.457-.455-.912-.912-1.37-1.367-.456.457-.917.908-1.366 1.372z"/><path d="M9.377 10.208c.451-.679.896-1.362 1.356-2.035.468.71.948 1.412 1.406 2.128.133.116.04.377-.146.352-.238-.036-.462-.125-.691-.192 0 .433-.023.866.001 1.298-.01.238.235.408.456.396.388.029.802-.04 1.163.139.536.234.918.796.901 1.387.001.712 0 1.423-.004 2.136l-1.127-.001c-.008-.712.01-1.424-.006-2.136a.378.378 0 0 0-.331-.37c-.318-.031-.641-.001-.956-.058-.688-.138-1.229-.792-1.229-1.494-.011-.432 0-.865-.006-1.297-.256.068-.506.184-.776.191-.202-.092-.116-.313-.011-.444zM1.043 10.618c.409-.432.823-.859 1.259-1.265l.134-.07c.456.438.898.892 1.343 1.342-.406.43-.868.809-1.226 1.282a10.989 10.989 0 0 1-.316-.058c-.367-.439-.798-.82-1.194-1.231zM20.209 10.614c.456-.44.89-.902 1.352-1.338l.131.082c.433.404.848.829 1.256 1.26-.404.401-.803.808-1.199 1.217-.125.059-.325.09-.406-.056-.371-.395-.761-.772-1.135-1.164zM2.237 12.122c.11-.008.222-.016.332-.022.367.455.81.839 1.213 1.259-.457.448-.901.91-1.361 1.356l-.107-.079a30.516 30.516 0 0 1-1.271-1.273c.394-.416.834-.792 1.193-1.241zM21.432 12.114c.143-.017.32-.006.41.126.362.38.734.751 1.105 1.122-.442.467-.898.92-1.364 1.363-.468-.448-.919-.912-1.379-1.367.416-.408.823-.824 1.228-1.244zM6.54 18.822c.439-.466.902-.906 1.352-1.358.455.456.913.907 1.362 1.369-.456.458-.912.916-1.372 1.37a38.382 38.382 0 0 1-1.276-1.276l-.067-.106z"/></symbol><symbol viewBox="0 0 24 24" id="warning--descent-or-climbing-lanes-in-triple-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#facf00" d="M10.483.635c.787-.836 2.243-.836 3.032-.002 3.264 3.258 6.523 6.522 9.785 9.784.395.374.652.882.7 1.427v.294a2.2 2.2 0 0 1-.696 1.435c-3.266 3.259-6.527 6.526-9.788 9.788a2.21 2.21 0 0 1-1.331.64h-.365c-.5-.058-.98-.274-1.332-.637C7.205 20.08 3.923 16.795.64 13.513A2.177 2.177 0 0 1 0 12.155v-.287c.038-.554.3-1.072.702-1.452 3.26-3.259 6.517-6.523 9.781-9.78m1.186.118c-.39.056-.715.299-.984.572a6437.025 6437.025 0 0 0-9.424 9.418c-.487.464-.677 1.217-.432 1.849.144.422.502.71.804 1.019 3.038 3.04 6.079 6.076 9.114 9.118.438.464 1.136.677 1.75.474.546-.158.899-.631 1.291-1.008 2.996-3.006 6.004-6.002 9.001-9.007.473-.458.619-1.198.378-1.807-.14-.383-.449-.662-.73-.943-3.084-3.078-6.161-6.164-9.25-9.238-.386-.398-.982-.551-1.519-.446z"/><path fill="#facf00" d="M11.66 1.603c.38-.179.815-.005 1.076.295 3.119 3.124 6.246 6.24 9.361 9.367.245.217.419.539.35.875-.052.395-.404.629-.656.898-3.047 3.034-6.086 6.074-9.127 9.115-.223.245-.577.378-.901.281-.313-.089-.505-.373-.732-.584-2.942-2.94-5.879-5.886-8.83-8.818-.254-.271-.607-.511-.659-.908-.064-.332.122-.641.358-.857C4.936 8.22 7.984 5.184 11.021 2.14c.199-.192.383-.416.638-.536m-4.721 5.46v6.979c-.316-.049-.63-.12-.948-.145-.253.034-.162.3-.056.432a733.839 733.839 0 0 1 1.922 3.023c.629-1.014 1.26-2.028 1.892-3.04.092-.103.173-.396-.043-.403-.329.012-.65.085-.976.134-.001-2.327.001-4.654-.001-6.98h-1.79m7.103 3.012c-.096.126-.223.394.01.457.33-.018.655-.088.983-.138.002 2.327 0 4.654.001 6.98h1.792c.001-2.327-.001-4.654.001-6.98.341.037.683.167 1.027.125l.091-.199c-.617-1.094-1.294-2.156-1.937-3.236-.664.992-1.309 1.996-1.968 2.992m-4.235-.041c-.079.14-.262.355-.062.487.348.013.69-.084 1.034-.127-.008 2.327-.002 4.654-.004 6.979l1.792.001c0-2.327-.001-4.654.001-6.98.337.066.68.104 1.019.167.07-.131.138-.272.019-.4-.612-1.031-1.236-2.054-1.858-3.078-.653.98-1.291 1.969-1.942 2.951z"/><path d="M11.669.754c.538-.104 1.133.048 1.519.446 3.089 3.073 6.166 6.16 9.25 9.238.281.281.589.56.73.943.241.61.095 1.349-.378 1.807-2.998 3.005-6.005 6.001-9.001 9.007-.392.377-.745.85-1.291 1.008-.613.203-1.312-.01-1.75-.474-3.035-3.042-6.076-6.078-9.114-9.118-.302-.308-.66-.596-.804-1.019-.245-.632-.055-1.385.432-1.849 3.137-3.143 6.28-6.281 9.424-9.418.269-.274.594-.516.984-.572m-.01.85c-.256.12-.439.344-.638.536-3.037 3.044-6.085 6.08-9.121 9.127-.235.216-.421.524-.358.857.052.397.404.637.659.908 2.951 2.932 5.887 5.878 8.83 8.818.227.211.419.496.732.584.324.097.678-.036.901-.281 3.041-3.041 6.08-6.082 9.127-9.115.252-.269.605-.503.656-.898.068-.336-.106-.658-.35-.875-3.115-3.127-6.242-6.244-9.361-9.367-.262-.3-.696-.474-1.076-.295z"/><path d="M6.938 7.064h1.79c.002 2.327 0 4.654.001 6.98.325-.049.647-.122.976-.134.216.007.136.3.043.403a959.794 959.794 0 0 0-1.892 3.04 733.839 733.839 0 0 0-1.922-3.023c-.106-.132-.197-.398.056-.432.318.025.632.096.948.145V7.064zM14.041 10.076c.659-.996 1.304-1.999 1.968-2.992.643 1.08 1.32 2.142 1.937 3.236l-.091.199c-.344.042-.686-.088-1.027-.125-.002 2.327 0 4.654-.001 6.98h-1.792c-.001-2.327.001-4.654-.001-6.98-.328.05-.653.12-.983.138-.233-.064-.106-.331-.01-.457zM9.806 10.036c.65-.982 1.289-1.97 1.942-2.951.622 1.024 1.246 2.047 1.858 3.078.119.127.05.269-.019.4-.338-.062-.682-.101-1.019-.167-.002 2.327-.001 4.654-.001 6.98l-1.792-.001c.001-2.326-.005-4.652.004-6.979-.344.043-.686.14-1.034.127-.199-.132-.017-.347.062-.487z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dip--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.467 1.38h.93c.452.176.948.444 1.115.932-.247-.212-.424-.516-.727-.659-.625-.384-1.504-.224-1.978.332-.349.331-.443.853-.803 1.168.332-.66.686-1.52 1.496-1.682l-.034-.091zM13.488 2.386l.118.019c.524.931 1.08 1.844 1.591 2.782l-.107-.025c-.532-.926-1.069-1.85-1.602-2.776zM9.913 3.246l.119-.017c-.342.527-.584 1.128-.985 1.609.212-.563.589-1.056.866-1.592zM8.053 6.48c.306-.547.623-1.09.942-1.631l.064.078c-.341.557-.658 1.128-.989 1.691l-.017-.138zM15.173 5.291l.138.071 1.675 2.903c.112.203.265.391.296.629-.754-1.168-1.408-2.401-2.11-3.602zM7.681 7.115c.092-.14.138-.332.312-.401-.545 1.038-1.169 2.04-1.745 3.065l.005-.169c.46-.84.956-1.661 1.428-2.495zM17.323 9l.18.152c.43.768.882 1.522 1.31 2.288l-.12-.042c-.457-.799-.938-1.589-1.37-2.399zM4.453 12.719c.548-.937 1.057-1.909 1.651-2.814l-.038.19c-.534.926-1.067 1.853-1.604 2.777l-.008-.152zM18.858 11.572l.068-.019c.11.232.295.44.342.695-.239-.066-.385-.433-.41-.676zM19.241 12.337l.142.072c.402.721.833 1.427 1.23 2.15l-.118-.04c-.421-.726-.846-1.45-1.254-2.183zM4.253 13.051l.144-.041c-.409.566-.647 1.279-1.121 1.788.282-.604.658-1.162.977-1.747zM20.598 14.675c.266.03.367.464.463.688-.26-.076-.331-.463-.463-.688zM3.198 14.884l.121-.023c-.35.527-.587 1.14-.998 1.618.227-.56.59-1.061.877-1.595zM21.044 15.458l.146.076c.919 1.651 1.91 3.263 2.809 4.925v.854c-.18.545-.571 1.06-1.142 1.225l-.031.082H1.291c-.552-.202-1.135-.622-1.204-1.248l-.088.115v-1.025c.167-.262.281-.552.434-.82.022.017.065.053.085.071-.338.475-.535 1.03-.431 1.618.242.658.851 1.264 1.594 1.217 6.92-.001 13.841.002 20.76-.001 1.075-.04 1.861-1.357 1.332-2.315-.883-1.607-1.838-3.172-2.73-4.774zM1.495 17.915c.185-.503.521-.941.77-1.415l.08.062c-.312.432-.492.959-.851 1.352z"/><path d="M4.468 17.5c1.06.001 2.12.001 3.18-.001.863 1.141 2.41 1.426 3.757 1.417 1.426-.047 2.959-.383 4.008-1.415 1.372-.004 2.744.001 4.117-.001.455.823.919 1.642 1.361 2.472-.28.301-.722.204-1.087.23-5.401.005-10.802.001-16.204.001-.182 0-.426-.036-.498-.233.452-.826.906-1.65 1.366-2.471zM1.393 17.994l.098.026c-.331.52-.576 1.1-.961 1.579.202-.57.596-1.06.863-1.606z"/><path fill="#fff" d="M10.807 1.986c.474-.557 1.352-.716 1.978-.332.304.143.48.446.727.659l-.024.073c.533.925 1.07 1.849 1.602 2.776l.107.025-.024.104c.702 1.201 1.356 2.435 2.11 3.602l.041.107c.432.81.913 1.6 1.37 2.399l.12.042-.072.168.116-.037c.025.242.172.61.41.676l-.028.09c.408.733.833 1.457 1.254 2.183l.118.04-.059.118.044-.002c.132.224.203.612.463.688a3.218 3.218 0 0 1-.017.096c.892 1.602 1.847 3.167 2.73 4.774.529.958-.257 2.275-1.332 2.315-6.919.004-13.84 0-20.76.001-.743.047-1.351-.559-1.594-1.217-.104-.588.092-1.142.431-1.618l.011-.114c.385-.479.63-1.06.961-1.579l.004-.106c.359-.394.539-.92.851-1.352l-.025-.084c.412-.478.648-1.091.998-1.618l-.043-.062c.474-.509.712-1.222 1.121-1.788l-.046-.17.11.031c.538-.924 1.07-1.85 1.604-2.777l.038-.19.144-.126c.576-1.025 1.2-2.027 1.745-3.065l-.019-.109.096.013c.331-.563.648-1.134.989-1.691a1.357 1.357 0 0 1-.012-.089c.401-.481.643-1.082.985-1.609l-.028-.076c.36-.314.454-.836.803-1.168m.78-.159a1.336 1.336 0 0 0-.768.659C7.464 8.293 4.113 14.097.762 19.904c-.157.282-.353.563-.377.896-.083.73.55 1.463 1.291 1.445 6.924-.004 13.847.005 20.771-.004.898-.067 1.484-1.183 1.009-1.956-3.413-5.939-6.847-11.866-10.27-17.8-.283-.568-1-.874-1.602-.658z"/><path fill="#fff" d="M11.81 4.092c.186-.12.445-.029.535.167 3.035 5.251 6.068 10.502 9.097 15.757.203.246-.012.667-.336.619-6.076 0-12.151.004-18.226-.001-.318.036-.523-.379-.319-.619 2.996-5.202 6.005-10.398 9.002-15.599.073-.113.125-.253.246-.324M4.468 17.5c-.46.821-.913 1.645-1.366 2.471.072.197.316.233.498.233 5.401 0 10.802.004 16.204-.001.365-.026.808.071 1.087-.23-.442-.83-.906-1.649-1.361-2.472-1.373.002-2.746-.002-4.117.001-1.049 1.032-2.582 1.368-4.008 1.415-1.348.008-2.894-.276-3.757-1.417-1.06.002-2.12.002-3.18.001z"/><path fill="red" d="M11.585 1.828c.602-.216 1.319.09 1.602.658 3.422 5.934 6.857 11.861 10.27 17.8.475.773-.112 1.889-1.009 1.956-6.924.008-13.847 0-20.771.004-.742.018-1.374-.715-1.291-1.445.024-.334.22-.614.377-.896 3.35-5.807 6.702-11.611 10.055-17.417.162-.305.434-.556.768-.659m.224 2.263c-.121.071-.173.211-.246.324-2.998 5.201-6.006 10.397-9.002 15.599-.204.24.001.655.319.619 6.074.005 12.15.001 18.226.001.324.048.539-.373.336-.619-3.029-5.255-6.062-10.506-9.097-15.757-.09-.196-.349-.287-.535-.167z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dip--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.651 0h.452c.22.089.422.218.588.391l10.262 10.25c.334.344.798.692.766 1.229.001.499-.439.809-.751 1.134-3.221 3.218-6.445 6.436-9.665 9.655-.286.277-.542.584-.853.833-.373.301-.958.247-1.288-.095-3.456-3.46-6.92-6.916-10.38-10.373-.316-.32-.715-.62-.782-1.098v-.121c.036-.51.456-.84.787-1.176C4.19 7.233 7.59 3.833 10.991.436c.186-.191.401-.36.66-.437m.035.647c-.188.13-.341.3-.502.46C7.766 4.53 4.338 7.942.92 11.366c-.152.157-.371.344-.282.592.134.253.377.427.571.632 3.464 3.454 6.919 6.917 10.384 10.369.175.202.467.12.616-.067 3.58-3.584 7.169-7.16 10.751-10.744.248-.197.145-.542-.079-.708C19.37 7.912 15.837 4.406 12.321.882c-.161-.163-.394-.392-.635-.236z"/><path fill="#231f20" d="M4.164 10.937c.632-.001 1.265-.002 1.898 0 .418.562 1.127.757 1.772.922 1.248.286 2.534.342 3.81.358 1.408 0 2.83-.041 4.208-.348.653-.163 1.379-.354 1.795-.929.638-.007 1.277-.001 1.916-.004a540 540 0 0 1 0 1.8H4.162v-1.799z"/><path fill="#fd0" d="M11.686.646c.241-.156.474.073.635.236 3.516 3.523 7.049 7.03 10.56 10.558.224.166.328.511.079.708-3.582 3.583-7.171 7.159-10.751 10.744-.149.187-.44.269-.616.067-3.464-3.452-6.919-6.916-10.384-10.369-.194-.205-.437-.379-.571-.632-.089-.247.13-.434.282-.592C4.338 7.942 7.766 4.53 11.184 1.106c.161-.16.313-.33.502-.46M4.164 10.937v1.799h15.401a540 540 0 0 0 0-1.8c-.64.002-1.278-.004-1.916.004-.416.575-1.142.766-1.795.929-1.379.307-2.801.348-4.208.348-1.276-.016-2.562-.072-3.81-.358-.646-.164-1.355-.36-1.772-.922-.634-.002-1.266-.001-1.898 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--disabled-persons-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.828 0h.298c.298.047.569.194.776.412 3.419 3.421 6.838 6.842 10.26 10.259.337.348.788.685.811 1.214.054.415-.169.796-.458 1.074a13841.93 13841.93 0 0 0-10.139 10.136c-.288.278-.546.605-.912.785-.461.211-1.027.074-1.367-.294-3.401-3.398-6.798-6.8-10.2-10.199-.354-.362-.803-.697-.898-1.228v-.304c.04-.298.19-.565.403-.773C3.803 7.682 7.205 4.283 10.603.881c.361-.349.694-.8 1.224-.882m-.26.421c-.143.09-.264.208-.385.324C7.65 4.29 4.101 7.818.572 11.365c-.4.352-.352 1.003.048 1.334 3.416 3.422 6.84 6.838 10.256 10.26.328.299.628.76 1.124.742.368.019.624-.281.865-.512 3.475-3.486 6.959-6.964 10.44-10.442.198-.2.395-.445.382-.744.01-.427-.359-.702-.625-.982-3.444-3.437-6.884-6.88-10.324-10.322-.277-.332-.778-.538-1.171-.278z"/><path fill="#ffdb00" d="M11.812.785c.199-.106.419.007.553.162 3.558 3.562 7.122 7.12 10.68 10.682.146.132.238.307.175.508-.184.269-.437.478-.661.709-3.4 3.396-6.796 6.796-10.194 10.193-.126.138-.289.238-.485.194-.288-.164-.494-.434-.732-.661C7.746 19.169 4.344 15.767.941 12.366c-.154-.134-.264-.355-.158-.553.196-.276.462-.493.696-.736C4.838 7.718 8.2 4.362 11.554.998c.079-.079.164-.151.258-.214M9.133 6.601c-.002.33.187.628.186.96.131 1.658.235 3.319.367 4.978 1.25.055 2.503.006 3.755.028.51 1.286.988 2.587 1.54 3.857.694-.229 1.364-.52 2.038-.803a3.824 3.824 0 0 0-.203-.828c-.478-.022-.865.29-1.298.438a269.649 269.649 0 0 1-1.344-3.126c-.107-.2-.148-.466-.349-.596-1.094-.038-2.19.012-3.283-.024l-.018-.588c.84-.007 1.68.018 2.52-.017.011-.323.008-.644-.012-.967-.846-.013-1.692-.004-2.537-.006-.053-.69-.126-1.38-.119-2.072.378-.152.738-.434.792-.866.121-.522-.162-1.168-.708-1.312-.604-.232-1.34.304-1.326.946M7.536 11.61c-1.168 1.919-.151 4.835 2.048 5.461 1.705.54 3.652-.382 4.435-1.96.023-.313-.12-.607-.203-.902a9.372 9.372 0 0 0-.376-.034c-.444 1.14-1.488 2.096-2.744 2.178-1.658.072-3.028-1.664-2.752-3.259a2.931 2.931 0 0 1 1.226-2.01c.378-.197.296-.88-.048-1.061-.688.331-1.19.952-1.588 1.586z"/><path d="M11.567.42c.394-.259.894-.054 1.171.278A8372.35 8372.35 0 0 0 23.062 11.02c.266.28.635.554.625.982.013.299-.184.544-.382.744-3.481 3.479-6.965 6.956-10.44 10.442-.241.232-.497.532-.865.512-.497.018-.797-.443-1.124-.742C7.46 19.536 4.036 16.12.62 12.698c-.4-.331-.448-.983-.048-1.334C4.101 7.817 7.651 4.289 11.182.743c.121-.116.242-.234.385-.324m.245.366a1.603 1.603 0 0 0-.258.214C8.2 4.363 4.838 7.719 1.479 11.078c-.234.242-.5.46-.696.736-.106.198.005.419.158.553 3.403 3.401 6.805 6.803 10.207 10.206.238.227.444.497.732.661.196.043.359-.056.485-.194 3.398-3.397 6.794-6.797 10.194-10.193.224-.232.478-.44.661-.709.062-.2-.029-.376-.175-.508-3.558-3.563-7.122-7.121-10.68-10.682-.134-.155-.354-.268-.553-.162z"/><path d="M9.133 6.601c-.014-.642.722-1.177 1.326-.946.546.144.829.79.708 1.312-.054.432-.414.714-.792.866-.007.692.066 1.382.119 2.072.845.002 1.691-.007 2.537.006.02.323.023.644.012.967-.84.035-1.68.01-2.52.017l.018.588c1.093.036 2.189-.014 3.283.024.202.131.242.396.349.596.442 1.045.889 2.087 1.344 3.126.433-.148.821-.46 1.298-.438.092.27.172.544.203.828-.673.283-1.344.574-2.038.803-.552-1.27-1.03-2.57-1.54-3.857-1.252-.022-2.504.028-3.755-.028-.132-1.658-.236-3.319-.367-4.978.001-.332-.188-.63-.186-.96z"/><path d="M7.536 11.61c.397-.635.9-1.255 1.588-1.586.344.181.426.864.048 1.061a2.928 2.928 0 0 0-1.226 2.01c-.276 1.595 1.093 3.331 2.752 3.259 1.256-.082 2.3-1.038 2.744-2.178.126.008.251.019.376.034.083.295.226.589.203.902-.784 1.578-2.73 2.5-4.435 1.96-2.2-.626-3.216-3.542-2.048-5.461z"/></symbol><symbol viewBox="0 0 24 24" id="warning--disabled-persons-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f9e944" d="M11.74 1.983a.477.477 0 0 1 .518.005c.187.061.371.13.559.189.081.135.152.276.225.415.104.18.227.347.335.524l.169.368c.13.207.272.406.391.62.079.175.164.348.25.519l.119.255c.13.211.274.411.397.626l.108.263c.132.21.277.41.4.626l.107.264c.11.177.235.343.343.521l.169.367c.108.178.232.344.34.523l.169.371c.108.175.231.34.337.518.058.122.118.244.179.366l.119.258c.107.177.23.342.331.522.11.221.256.422.382.634.137.314.321.602.509.886.136.316.319.607.512.89l.171.366c.127.274.3.522.456.78.319.495.561 1.036.895 1.523.119.259.237.524.432.74.124.258.254.514.376.773.208.339.451.655.649.999l.107.264c.11.177.236.344.344.522l.169.367c.131.21.273.411.396.626l.105.264c.116.182.245.352.368.528.1.366.088.758.005 1.126a1.906 1.906 0 0 1-.519.521c-.353.084-.717.051-1.077.056-3.469-.004-6.938 0-10.406-.003a.71.71 0 0 0-.51.138l-.003-.149-.051.063c-1.81-.107-3.632-.036-5.446-.043l-.225.113c-1.015.015-2.03-.001-3.046.008-.211.027-.397-.072-.585-.15-.194-.104-.378-.231-.495-.423-.08-.425-.138-.905.104-1.289.03-.065.093-.192.124-.255.119-.217.264-.419.396-.627l.108-.263c.123-.213.267-.414.396-.622l.169-.367c.108-.178.232-.345.342-.522l.117-.26c.061-.119.119-.24.178-.361.107-.178.231-.345.338-.522l.169-.367c.13-.21.273-.411.397-.625l.108-.263c.108-.178.234-.345.335-.527.161-.305.378-.577.508-.898.114-.215.256-.411.382-.62a5.38 5.38 0 0 1 .512-.889l.249-.518c.168-.185.279-.41.386-.634.222-.263.354-.583.504-.889.194-.215.31-.481.43-.742a5.57 5.57 0 0 0 .508-.888c.105-.179.229-.347.337-.524.098-.207.198-.413.297-.618.107-.179.231-.348.331-.53.113-.221.258-.42.387-.63.083-.173.165-.345.243-.521.142-.248.311-.477.442-.731.102-.182.226-.349.335-.527l.108-.263c.123-.215.267-.415.396-.625l.169-.366c.108-.178.231-.345.333-.526.147-.333.4-.678.783-.735m-.025.347c-.51.194-.672.776-.944 1.197a358.876 358.876 0 0 0-3.224 5.663c-2.152 3.742-4.339 7.465-6.417 11.25-.328.599.221 1.407.902 1.338 3.045-.034 6.091-.025 9.138-.02 3.515-.01 7.03-.055 10.546-.036.287-.009.607.023.855-.154.396-.262.542-.836.309-1.252-3.355-5.843-6.712-11.688-10.014-17.562a.941.941 0 0 0-1.15-.425z"/><path fill="#f9e944" d="M7.933 11.992c1.324-2.424 2.763-4.785 4.107-7.199 1.502 2.589 2.926 5.223 4.428 7.812 1.415 2.446 2.796 4.91 4.204 7.359-4.86.014-9.719.093-14.579.041-.931.009-1.862.024-2.792.014 1.549-2.673 3.098-5.345 4.632-8.027m3.177-1.869c-.472.19-.629.884-.254 1.242.375.433 1.173.235 1.303-.325.202-.593-.488-1.203-1.049-.917m-.738 2.447c.118.933.334 1.853.483 2.781.05.288.089.7.455.747 1.011.062 2.025.008 3.039.032.352.857.575 1.765.952 2.612.303.45 1.123.065.916-.462-.272-.874-.626-1.721-.912-2.59-.109-.277-.197-.688-.565-.701-.785-.029-1.572.015-2.358-.014-.036-.298-.07-.596-.103-.894.477-.004.956.033 1.431-.01.377-.008.371-.66 0-.67-.535-.042-1.072-.01-1.608-.032-.146-.513-.038-1.232-.578-1.533-.504-.29-1.261.123-1.152.735m-1.929 3.438c-.105 1.14.55 2.29 1.564 2.808.987.536 2.279.367 3.143-.331.677-.527.98-1.379 1.057-2.208-.197 0-.392.001-.588.003-.07.927-.659 1.83-1.568 2.118-1.291.493-2.853-.512-2.99-1.874-.137-1.012.458-2.033 1.397-2.432-.038-.207-.076-.415-.116-.622-1.057.389-1.834 1.412-1.898 2.54z"/><path fill="#232723" d="M11.714 2.325a.942.942 0 0 1 1.15.425c3.302 5.874 6.659 11.719 10.014 17.562.234.417.088.99-.309 1.252-.248.177-.568.145-.855.154-3.516-.019-7.031.025-10.546.036-3.046-.005-6.093-.014-9.138.02-.681.069-1.229-.739-.902-1.338 2.077-3.784 4.264-7.507 6.417-11.25a354.43 354.43 0 0 1 3.224-5.663c.272-.422.433-1.003.944-1.197m-3.78 9.666c-1.534 2.682-3.083 5.354-4.632 8.027.931.01 1.862-.005 2.792-.014 4.86.052 9.719-.027 14.579-.041-1.408-2.448-2.79-4.913-4.204-7.359-1.502-2.589-2.926-5.223-4.428-7.812-1.343 2.414-2.782 4.775-4.107 7.199z"/><path fill="#232723" d="M11.11 10.123c.561-.286 1.251.324 1.049.917-.13.56-.928.758-1.303.325-.375-.358-.218-1.051.254-1.242zM10.372 12.57c-.109-.612.648-1.025 1.152-.735.54.301.432 1.02.578 1.533.536.022 1.073-.01 1.608.032.371.01.377.663 0 .67-.475.043-.954.006-1.431.01.033.298.067.596.103.894.786.029 1.573-.015 2.358.014.368.013.456.424.565.701.286.87.64 1.717.912 2.59.207.527-.612.912-.916.462-.377-.847-.601-1.755-.952-2.612-1.013-.024-2.028.03-3.039-.032-.366-.047-.405-.458-.455-.747-.149-.928-.364-1.848-.483-2.781z"/><path fill="#232723" d="M8.443 16.009c.065-1.128.842-2.151 1.898-2.54l.116.622c-.938.399-1.534 1.42-1.397 2.432.137 1.363 1.699 2.367 2.99 1.874.909-.288 1.498-1.191 1.568-2.118.196-.001.391-.003.588-.003-.076.829-.38 1.681-1.057 2.208-.863.698-2.156.867-3.143.331-1.015-.518-1.67-1.667-1.564-2.808z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.852 0h.254c.302.048.581.191.792.413 3.568 3.56 7.132 7.122 10.693 10.686.229.214.373.504.408.816v.2a1.326 1.326 0 0 1-.424.779c-3.582 3.583-7.159 7.171-10.742 10.753-.186.192-.44.289-.695.353h-.27a1.392 1.392 0 0 1-.781-.398C7.513 20.013 3.937 16.426.363 12.838c-.196-.186-.307-.437-.364-.696v-.257c.048-.529.485-.864.828-1.216C4.223 7.267 7.624 3.866 11.019.462c.223-.238.51-.406.833-.462m-.186.28c-.346.144-.569.467-.839.712C7.394 4.441 3.944 7.873.513 11.323c-.184.176-.311.421-.294.682-.011.389.313.647.562.895 3.539 3.546 7.086 7.085 10.622 10.633.314.323.88.312 1.193-.007l10.566-10.564c.236-.241.545-.469.594-.828.066-.332-.086-.665-.331-.884C19.866 7.693 16.31 4.134 12.749.578c-.264-.299-.701-.449-1.082-.298z"/><path fill="#fee011" d="M11.784.733c.224-.134.487-.007.636.176 3.438 3.438 6.882 6.871 10.32 10.309.263.275.785.631.462 1.052-3.611 3.635-7.248 7.244-10.868 10.868-.164.196-.514.193-.673-.007C8.039 19.518 4.407 15.914.79 12.295c-.228-.214-.122-.556.096-.731l10.339-10.3c.184-.18.354-.376.559-.533m-3.341 9.354c-.013.414.095.835.344 1.17.467.652.947 1.292 1.41 1.946.252.348.406.768.397 1.201.004 1.402 0 2.803.002 4.204.92.004 1.842.002 2.764.001.004-1.404-.001-2.807.002-4.211a1.955 1.955 0 0 1 .362-1.146c.479-.684.984-1.349 1.466-2.03.235-.328.33-.736.323-1.134-.001-1.576.001-3.15-.001-4.726h-2.353c-.007 1.45.008 2.9-.007 4.35-.022.907-.736 1.548-1.175 2.276-.433-.725-1.147-1.358-1.172-2.258-.022-1.456-.001-2.912-.008-4.368l-2.353-.001c-.004 1.576 0 3.15-.001 4.726z"/><path d="M11.666.28c.382-.151.818-.001 1.082.298 3.562 3.556 7.117 7.115 10.676 10.672.245.22.397.552.331.884-.049.359-.358.587-.594.828L12.595 23.526c-.313.319-.878.33-1.193.007C7.866 19.985 4.318 16.446.78 12.9c-.248-.248-.572-.506-.562-.895-.017-.26.11-.505.294-.682C3.943 7.873 7.393 4.441 10.826.992c.27-.245.493-.568.839-.712m.119.453c-.205.157-.376.353-.559.533C7.779 4.699 4.331 8.132.886 11.566c-.218.175-.324.517-.096.731 3.617 3.619 7.249 7.223 10.871 10.836.16.2.509.203.673.007 3.62-3.624 7.258-7.234 10.868-10.868.323-.421-.199-.778-.462-1.052C19.302 7.782 15.858 4.349 12.42.911c-.149-.184-.412-.311-.636-.176z"/><path d="M8.443 10.085c.001-1.576-.002-3.15.001-4.726l2.353.001c.007 1.456-.013 2.912.008 4.368.025.9.739 1.534 1.172 2.258.439-.728 1.153-1.369 1.175-2.276.016-1.45 0-2.9.007-4.35h2.353c.002 1.576 0 3.15.001 4.726.007.398-.088.806-.323 1.134-.482.682-.988 1.346-1.466 2.03-.234.334-.37.737-.362 1.146-.004 1.404.001 2.807-.002 4.211-.922.001-1.843.002-2.764-.001-.002-1.4.001-2.802-.002-4.204a2.001 2.001 0 0 0-.397-1.201c-.463-.654-.943-1.295-1.41-1.946a1.85 1.85 0 0 1-.344-1.17z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.438.162c.437-.264 1.004-.101 1.318.277 3.547 3.534 7.079 7.085 10.625 10.62.26.239.452.581.397.946-.035.434-.415.703-.692.994-3.323 3.322-6.648 6.642-9.968 9.967-.344.337-.688.814-1.23.772-.499-.006-.809-.449-1.135-.763C7.298 19.508 3.828 16.056.371 12.591c-.426-.394-.37-1.118.064-1.484 3.52-3.518 7.037-7.04 10.56-10.556.14-.138.278-.282.445-.388m.24.582c-.157.125-.296.27-.437.412C7.787 4.626 4.313 8.077.862 11.551a.418.418 0 0 0-.005.67c3.59 3.577 7.171 7.163 10.756 10.746.167.216.487.197.649-.013 3.404-3.401 6.805-6.804 10.208-10.205.217-.221.461-.42.647-.67.15-.206-.01-.442-.168-.582C19.432 7.971 15.905 4.455 12.39.927c-.173-.191-.475-.419-.71-.182z"/><path fill="#231f20" d="M10.686 4.168c.785-.001 1.57.002 2.354-.001.011 1.207-.004 2.416.007 3.624.034.674-.226 1.315-.444 1.939-.15.34-.286.738-.623.937-.294.08-.473-.229-.601-.439A7.28 7.28 0 0 1 10.7 8.27c-.035-1.366-.005-2.734-.014-4.102zM8.242 6.584h1.054c0 2.047.004 4.096-.001 6.143-.047 1.168 1.309 1.75 1.427 2.875.036.455.008.911.016 1.367.288-.1.578-.192.869-.283-.468 1.009-.929 2.022-1.394 3.032-.464-1.008-.926-2.017-1.392-3.024.271.086.544.172.815.264-.014-.49.038-.983-.036-1.469-.258-.978-1.36-1.573-1.356-2.645-.002-2.087-.001-4.174 0-6.26zM13.912 9.665c.466-1.009.925-2.021 1.394-3.029a833.63 833.63 0 0 1 1.396 3.038 17.806 17.806 0 0 0-.871-.293c-.012.49.031.982-.029 1.469-.184 1.006-1.3 1.556-1.408 2.581-.013 2.08-.001 4.16-.005 6.24h-1.056c.004-2.081-.006-4.162.004-6.241.053-1.037 1.12-1.621 1.363-2.587.065-.482.018-.971.029-1.456-.272.091-.545.184-.817.277z"/><path fill="#fd0" d="M11.68.745c.235-.236.538-.008.71.182 3.515 3.528 7.042 7.044 10.559 10.57.158.14.318.376.168.582-.186.25-.43.449-.647.67-3.403 3.401-6.804 6.804-10.208 10.205-.162.21-.482.229-.649.013C8.029 19.384 4.448 15.798.857 12.221a.417.417 0 0 1 .005-.67C4.313 8.077 7.787 4.626 11.243 1.157c.14-.142.28-.287.437-.412m-.994 3.423c.01 1.368-.02 2.736.014 4.102.137.677.355 1.346.679 1.958.128.21.307.52.601.439.337-.199.473-.598.623-.937.218-.624.478-1.265.444-1.939-.011-1.208.004-2.417-.007-3.624-.785.004-1.57 0-2.354.001M8.242 6.584c-.001 2.087-.002 4.174 0 6.26-.004 1.072 1.098 1.667 1.356 2.645.074.486.022.979.036 1.469-.271-.092-.544-.178-.815-.264.466 1.007.928 2.016 1.392 3.024.466-1.01.926-2.023 1.394-3.032-.29.091-.581.184-.869.283-.007-.456.02-.912-.016-1.367-.118-1.126-1.474-1.708-1.427-2.875.005-2.047.001-4.096.001-6.143H8.24m5.672 3.081c.272-.094.545-.186.817-.277-.011.485.036.973-.029 1.456-.244.966-1.31 1.55-1.363 2.587-.01 2.08 0 4.16-.004 6.241h1.056c.004-2.08-.008-4.16.005-6.24.108-1.025 1.224-1.576 1.408-2.581.06-.487.017-.979.029-1.469.293.091.583.187.871.293a642.883 642.883 0 0 0-1.396-3.038c-.469 1.008-.929 2.02-1.394 3.029z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#d42434" d="M11.843 1.62h.289c.484.053.91.355 1.133.786 3.374 5.737 6.751 11.473 10.127 17.21.23.406.524.793.608 1.262v.234a1.425 1.425 0 0 1-1.252 1.267H1.262A1.425 1.425 0 0 1 0 21.142v-.257c.041-.236.131-.461.252-.666 3.512-5.962 7.015-11.928 10.53-17.887.215-.395.622-.647 1.061-.713m.061 1.209c-.175.235-.31.497-.46.748l-9.83 16.715c-.144.247-.31.486-.41.755.083.199.314.115.48.137 6.965-.007 13.928.004 20.892-.006.238.035.239-.224.116-.353-3.476-5.923-6.964-11.838-10.442-17.759-.077-.137-.157-.301-.346-.236z"/><path fill="#fff" d="M11.904 2.828c.188-.065.269.1.346.236 3.479 5.921 6.966 11.836 10.442 17.759.122.128.121.388-.116.353-6.964.01-13.927-.001-20.892.006-.166-.022-.397.062-.48-.137.101-.269.266-.508.41-.755l9.83-16.715c.15-.251.284-.512.46-.748M8 10.397c.004 1.111-.008 2.222.005 3.334.005.678.304 1.321.77 1.805.349.487.928.901.917 1.559.011 1.096 0 2.19.005 3.286h1.439c-.004-1.093.005-2.186-.004-3.28-.005-.6-.19-1.213-.59-1.668-.404-.574-1.127-1.039-1.085-1.818-.002-1.073 0-2.146-.001-3.218L8 10.398m3.168.002c.022.942-.02 1.886.02 2.827.252.407.551.784.815 1.183.264-.428.62-.802.84-1.254.023-.917.001-1.835.008-2.752-.56.001-1.122.006-1.684-.005m3.376-.003c-.001 1.116.005 2.232-.001 3.347.03.682-.598 1.084-.967 1.57-.476.464-.709 1.132-.707 1.789-.007 1.093-.001 2.185-.004 3.278h1.439c.004-1.096-.005-2.191.004-3.287-.014-.667.587-1.069.953-1.548.482-.473.733-1.144.738-1.816.007-1.111.001-2.222.002-3.332l-1.457-.001z"/><path d="M8 10.397l1.456-.001c.001 1.073-.001 2.146.001 3.218-.042.779.68 1.244 1.085 1.818.401.455.586 1.068.59 1.668.008 1.093 0 2.186.004 3.28H9.697c-.005-1.096.006-2.19-.005-3.286.011-.658-.568-1.072-.917-1.559-.467-.484-.766-1.127-.77-1.805-.013-1.111-.001-2.222-.005-3.334zM11.168 10.4c.562.011 1.123.006 1.684.005-.007.917.014 1.835-.008 2.752-.22.452-.576.826-.84 1.254-.264-.4-.563-.776-.815-1.183-.041-.941.001-1.885-.02-2.827zM14.543 10.396l1.457.001c-.001 1.11.005 2.221-.002 3.332-.005.672-.256 1.343-.738 1.816-.366.479-.967.881-.953 1.548-.008 1.096 0 2.191-.004 3.287h-1.439c.002-1.093-.004-2.185.004-3.278-.002-.658.23-1.325.707-1.789.37-.486.997-.888.967-1.57.006-1.115 0-2.231.001-3.347z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fbef37" d="M11.736 1.93c.13-.105.264-.108.397-.008.357.042.609.341.758.645.132.265.308.504.458.759l.111.271c.113.182.243.354.354.538.058.127.115.254.174.38.135.216.283.425.409.647.028.068.084.205.113.271.136.216.287.424.404.65.104.188.229.361.333.548.169.311.39.594.525.923.191.365.451.687.662 1.04.139.327.329.624.518.923.117.226.266.433.397.65.153.366.388.687.581 1.031.104.188.231.359.341.543l.176.379c.11.184.239.354.346.539.139.327.328.626.527.918l.176.38c.11.182.24.354.353.538l.111.271c.126.222.275.429.409.647l.177.379c.109.184.237.355.341.542.135.264.311.504.46.759l.111.271c.136.216.286.424.413.647l.113.273c.113.182.241.355.346.543.115.227.265.434.396.653.139.367.418.662.536 1.036a.69.69 0 0 1-.007.665c-.058.379-.39.698-.763.766a.996.996 0 0 1-.456.085c-5.089-.001-10.178-.013-15.267.007l-.227.117a412.7 412.7 0 0 1-5.099-.001c-.273-.143-.555-.319-.73-.581-.117-.501-.147-1.066.243-1.456.142-.325.33-.624.525-.919.142-.324.327-.626.531-.914l.111-.274c.127-.222.277-.43.413-.647l.111-.271c.127-.222.277-.429.413-.645l.111-.271c.127-.222.275-.43.412-.647l.118-.266c.152-.319.34-.618.527-.917.117-.228.268-.437.403-.653l.119-.266c.152-.32.337-.62.531-.915.143-.324.333-.622.522-.921.117-.227.265-.435.399-.653.104-.212.207-.425.308-.639.11-.184.237-.355.346-.539.062-.126.123-.251.186-.375l.121-.266c.113-.184.241-.355.353-.539l.122-.266.185-.375c.109-.184.237-.355.349-.539l.122-.265c.063-.125.125-.25.185-.376.109-.185.237-.357.349-.54l.122-.265c.062-.125.125-.249.185-.374.132-.219.283-.426.399-.653.105-.188.232-.361.342-.544.085-.178.17-.355.25-.535.123-.222.271-.428.404-.644.104-.212.206-.426.304-.641a1.15 1.15 0 0 1 .511-.523c.129-.038.257-.075.387-.11m-.282.347c-.226.109-.376.317-.501.526-1.714 3.019-3.397 6.056-5.087 9.089a1626.43 1626.43 0 0 0-4.842 8.531c-.403.589.097 1.489.812 1.433 6.729-.062 13.461-.08 20.19-.146.74.025 1.203-.914.786-1.508-2.334-3.967-4.561-7.996-6.922-11.949-1.099-1.844-2.148-3.718-3.228-5.575-.218-.431-.776-.593-1.208-.401z"/><path fill="#fbef37" d="M6.222 14.744c1.871-3.344 3.7-6.713 5.634-10.022 2.889 5.123 5.923 10.163 8.829 15.276-5.841.079-11.684.076-17.525.136.997-1.81 2.052-3.587 3.062-5.39m4.683-6.303a11.698 11.698 0 0 0 .572 3.969c.072.403.71.41.808.02.412-1.285.534-2.645.534-3.99-.637.012-1.276.004-1.913.001m-2.73 4.992c-.056.404-.016.813-.024 1.22.273-.287.539-.582.807-.876.016.649-.016 1.298.014 1.948a.931.931 0 0 0 .594.816c.462.156.976-.066 1.423.142.173.622.059 1.284.079 1.921.548.018 1.096.016 1.645.017.016-.607-.03-1.216.024-1.82.21-.358.695-.178 1.032-.239.534.06 1.031-.403 1.027-.935.022-.627-.007-1.254.008-1.881.266.29.532.578.808.858.003-.407.001-.814.003-1.221a62.902 62.902 0 0 0-1.266-1.369c-.407.462-.813.921-1.226 1.374.003.412 0 .822-.004 1.233.285-.286.555-.588.825-.888-.021.61.08 1.237-.049 1.836-.46.337-1.099-.012-1.576.286-.203.117-.317.33-.45.514-.161-.327-.443-.674-.851-.63-.375-.071-.889.155-1.162-.177-.104-.585-.02-1.189-.046-1.782.269.283.534.569.81.842-.001-.409-.008-.818-.009-1.228-.413-.442-.83-.88-1.237-1.33-.388.467-.837.881-1.199 1.369z"/><path fill="#1f2521" d="M11.45 2.278c.431-.191.99-.03 1.208.401 1.079 1.857 2.129 3.731 3.228 5.575 2.361 3.953 4.588 7.982 6.922 11.949.417.594-.046 1.533-.786 1.508-6.729.066-13.461.084-20.19.146-.715.055-1.214-.845-.812-1.433 1.605-2.849 3.22-5.693 4.842-8.531 1.69-3.032 3.373-6.07 5.087-9.089.125-.209.275-.417.501-.526M6.222 14.744c-1.01 1.803-2.066 3.58-3.062 5.39 5.841-.06 11.684-.058 17.525-.136-2.906-5.113-5.94-10.153-8.829-15.276C9.922 8.031 8.093 11.4 6.222 14.744z"/><path fill="#1f2521" d="M10.905 8.441c.637.003 1.276.01 1.913-.001 0 1.344-.122 2.704-.534 3.99-.098.391-.736.383-.808-.02a11.72 11.72 0 0 1-.572-3.969z"/><path fill="#1f2521" d="M8.176 13.433c.362-.488.81-.902 1.199-1.369.407.45.824.888 1.237 1.33.001.409.008.818.009 1.228-.277-.273-.542-.559-.81-.842.026.593-.058 1.197.046 1.782.273.332.787.106 1.162.177.408-.045.69.303.851.63.132-.184.247-.397.45-.514.477-.298 1.116.051 1.576-.286.129-.599.028-1.226.049-1.836-.27.3-.54.602-.825.888.004-.41.007-.821.004-1.233.413-.454.82-.913 1.226-1.374.426.452.852.905 1.266 1.369-.001.407 0 .814-.003 1.221a32.856 32.856 0 0 1-.808-.858c-.014.627.014 1.254-.008 1.881.004.532-.493.995-1.027.935-.337.06-.822-.119-1.032.239-.054.605-.008 1.213-.024 1.82-.548-.001-1.096.001-1.645-.017-.02-.637.094-1.3-.079-1.921-.447-.207-.961.014-1.423-.142a.931.931 0 0 1-.594-.816c-.03-.649.001-1.298-.014-1.948-.268.294-.534.589-.807.876.008-.407-.033-.816.024-1.22z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#d02c2e" d="M11.9 1.38h.176a1.66 1.66 0 0 1 1.35.86c3.322 5.76 6.641 11.524 9.962 17.284.23.41.51.805.611 1.273v.436a1.631 1.631 0 0 1-1.384 1.387H1.399c-.755-.096-1.357-.756-1.4-1.512v-.134c.031-.296.121-.583.276-.838C3.714 14.173 7.149 8.207 10.588 2.244A1.672 1.672 0 0 1 11.9 1.38M2.519 20.498c6.326.002 12.653.001 18.979.001-1.896-3.3-3.803-6.592-5.698-9.893l-.244.109-.032-.198.294.085c-1.304-2.167-2.53-4.38-3.81-6.562C8.84 9.523 5.68 15.01 2.518 20.497z"/><path fill="#fff" d="M2.519 20.498c3.162-5.486 6.322-10.974 9.49-16.457 1.28 2.182 2.506 4.394 3.81 6.562l-.294-.085.032.198c.08-.037.162-.073.244-.109 1.895 3.301 3.802 6.593 5.698 9.893-6.326 0-12.653.001-18.979-.001M9.347 9.782c.028 1.553-.061 3.112.071 4.661.404 1.004 1.1 1.872 1.529 2.867.064.851.04 1.706.056 2.56h1.94c-.013-.725.044-1.448.038-2.173.016-.232-.006-.486.124-.69.367-.629.726-1.264 1.097-1.89.178-.324.391-.655.38-1.038.024-1.433.019-2.864.024-4.296-.58-.004-1.159-.002-1.739-.002-.011 1.332.007 2.664-.02 3.995-.013.574-.45.989-.709 1.465l-.388-.037c-.175-.408-.497-.743-.638-1.162-.025-1.418-.006-2.838-.011-4.256a85.461 85.461 0 0 0-1.754-.002z"/><path fill="#030303" d="M9.347 9.782c.584-.004 1.17-.006 1.754.002.005 1.418-.014 2.838.011 4.256.142.419.463.754.638 1.162l.388.037c.259-.476.696-.892.709-1.465.028-1.331.01-2.663.02-3.995.58 0 1.159-.001 1.739.002-.005 1.432 0 2.863-.024 4.296.011.383-.203.714-.38 1.038-.371.626-.73 1.261-1.097 1.89-.13.204-.108.458-.124.69.006.725-.052 1.448-.038 2.173h-1.94c-.017-.853.007-1.709-.056-2.56-.428-.995-1.124-1.862-1.529-2.867-.132-1.549-.043-3.108-.071-4.661z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.852 0h.27c.299.05.575.193.784.412 3.4 3.401 6.799 6.8 10.2 10.199.349.359.786.689.894 1.207v.349c-.059.251-.164.496-.353.677-3.602 3.6-7.205 7.201-10.804 10.804-.175.184-.413.282-.65.353h-.35c-.254-.058-.5-.164-.684-.353C7.737 20.228 4.32 16.802.898 13.382.549 13.02.092 12.697 0 12.165v-.294c.077-.546.536-.886.894-1.253L11.101.411c.2-.214.468-.344.751-.41m-.18.292c-.184.072-.325.215-.464.348-3.542 3.542-7.09 7.08-10.63 10.625-.415.349-.468 1.042-.054 1.412 3.599 3.601 7.202 7.199 10.799 10.802.305.329.864.397 1.22.114.266-.215.49-.478.733-.716l10.205-10.204c.416-.37.36-1.066-.059-1.41C19.88 7.725 16.344 4.177 12.8.639c-.272-.319-.718-.51-1.128-.347z"/><path fill="#fee011" d="M11.794.761c.244-.155.505.031.672.208 3.539 3.54 7.087 7.074 10.619 10.621.232.182.302.546.065.756-3.6 3.602-7.2 7.206-10.807 10.801-.202.239-.565.17-.744-.058-3.422-3.422-6.842-6.847-10.268-10.266-.21-.227-.49-.414-.61-.706-.084-.268.146-.469.31-.642 3.36-3.361 6.722-6.719 10.081-10.081.223-.216.425-.458.683-.634m-.498 3.52v4.704h-4.76V10.4h4.76v3.239H9.706c.074-.304.18-.601.216-.912.034-.142-.18-.284-.295-.198-.918.458-1.802.982-2.708 1.462-.173.114-.541.251-.331.506.895.529 1.83.991 2.729 1.516.185.1.49.316.613.018-.028-.336-.143-.656-.223-.983h1.591v4.312h1.414v-4.303h4.786l.001-1.416h-4.787v-3.24h1.614c-.083.328-.188.654-.221.992.115.245.38.094.544.002.893-.512 1.807-.984 2.701-1.493.128-.058.178-.156.149-.296-.33-.29-.755-.444-1.128-.667-.701-.366-1.369-.798-2.098-1.105-.367.288.031.779.054 1.158h-1.615V4.281h-1.414z"/><path d="M11.672.293c.41-.163.856.028 1.128.347 3.545 3.538 7.08 7.086 10.622 10.625.419.344.475 1.04.059 1.41L13.276 22.879c-.244.239-.467.502-.733.716-.356.283-.916.215-1.22-.114-3.596-3.604-7.2-7.201-10.799-10.802-.414-.371-.361-1.063.054-1.412C4.118 7.722 7.665 4.185 11.208.642c.139-.133.281-.276.464-.348m.122.467c-.258.175-.46.418-.683.634C7.752 4.757 4.39 8.115 1.03 11.476c-.163.173-.394.374-.31.642.12.292.4.479.61.706 3.426 3.419 6.846 6.844 10.268 10.266.179.228.542.296.744.058 3.607-3.595 7.207-7.199 10.807-10.801.238-.21.167-.574-.065-.756C19.552 8.044 16.004 4.51 12.465.97c-.167-.176-.428-.362-.672-.208z"/><path d="M11.297 4.28h1.414v4.711h1.615c-.023-.379-.421-.87-.054-1.158.728.307 1.397.739 2.098 1.105.373.223.798.377 1.128.667.029.14-.02.239-.149.296-.894.509-1.808.98-2.701 1.493-.163.091-.428.242-.544-.002.032-.338.138-.665.221-.992h-1.614v3.24h4.787l-.001 1.416h-4.786v4.303h-1.414v-4.312H9.706c.08.326.196.647.223.983-.124.298-.428.082-.613-.018-.899-.524-1.834-.986-2.729-1.516-.21-.256.158-.392.331-.506.906-.48 1.79-1.003 2.708-1.462.115-.086.329.056.295.198-.036.311-.142.608-.216.912h1.591v-3.239h-4.76V8.983h4.76V4.279z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.669 0h.372c.484.055.786.45 1.109.764 3.498 3.505 7.003 7.004 10.502 10.508.107.126.206.258.296.397l-.142.025c-.152-.164-.292-.34-.446-.502C19.776 7.615 16.2 4.027 12.613.451c-.289-.344-.847-.372-1.148-.028C7.834 4.033 4.225 7.666.598 11.279c-.193.2-.425.421-.42.724-.02.395.33.64.574.896 3.572 3.562 7.133 7.136 10.702 10.704.168.178.412.292.661.254.33-.035.541-.324.766-.535 3.414-3.431 6.841-6.848 10.262-10.272.296-.318.734-.59.716-1.08l.142-.235v-.208c.146.443-.002.924-.331 1.224-3.464 3.451-6.917 6.917-10.378 10.373-.317.306-.598.666-.995.874h-.545a2.242 2.242 0 0 1-.412-.289L.841 13.209c-.323-.337-.739-.628-.84-1.117l-.001.24v-.34c.06-.497.476-.792.796-1.123L10.688.976c.376-.36.701-.8 1.213-.977l-.232-.001z"/><path fill="#ffd520" d="M11.788.616c.212-.199.493-.026.65.152 3.638 3.643 7.288 7.278 10.92 10.927.234.184.187.532-.042.697-3.667 3.659-7.324 7.33-10.993 10.986-.162.198-.468.174-.622-.02C8.035 19.697 4.375 16.031.71 12.37c-.139-.12-.227-.304-.163-.487.182-.272.437-.482.662-.715L11.589.788c.049-.043.149-.128.198-.172M5.916 7.754c.857.631 1.714 1.262 2.581 1.879.156.166.472.078.486-.161-.056-.337-.168-.661-.251-.991.611.01 1.224-.029 1.834.018.348.041.578.39.546.726.001 2.064.002 4.128-.001 6.191-1.458-.002-2.916.001-4.374-.001v1.457h4.374c.005 1.192 0 2.383.002 3.575.602.002 1.204 0 1.806.002.011-.976-.008-1.95.007-2.926a.645.645 0 0 1 .642-.646c.577-.018 1.154 0 1.732-.005-.09.337-.2.672-.257 1.018.058.204.316.295.473.138.874-.619 1.74-1.248 2.6-1.886-.923-.632-1.799-1.337-2.744-1.934-.626.079-.104.834-.079 1.207h-2.371V8.48c1.457-.001 2.914-.001 4.37 0 .006-.485.004-.971.004-1.456-2.849-.001-5.698-.002-8.546 0 .035-.378.349-.796.138-1.147l-.256-.043c-.929.605-1.808 1.284-2.716 1.92m.82 3.119c0 .764-.001 1.53.001 2.296.541-.012 1.086.023 1.627-.019.625-.072 1.127-.56 1.32-1.144-.168-.541-.604-1.001-1.172-1.106-.589-.065-1.184-.011-1.776-.026m7.605 1.136c.175.476.526.908 1.022 1.068.624.179 1.285.053 1.925.091.008-.766.002-1.531.004-2.296-.557.008-1.115-.023-1.672.012-.616.055-1.102.552-1.279 1.124z"/><path d="M11.465.425c.301-.344.859-.317 1.148.028C16.2 4.029 19.776 7.617 23.36 11.194c.155.162.294.337.446.502.01.094.026.186.052.277.018.49-.42.762-.716 1.08-3.421 3.424-6.848 6.841-10.262 10.272-.224.211-.436.5-.766.535-.25.037-.493-.077-.661-.254C7.884 20.038 4.324 16.464.751 12.902c-.244-.257-.594-.502-.574-.896-.005-.302.227-.523.42-.724C4.225 7.669 7.833 4.035 11.464.426m.324.19c-.049.043-.149.128-.198.172L1.21 11.168c-.226.233-.48.443-.662.715-.064.184.024.367.163.487 3.665 3.661 7.325 7.327 10.991 10.988.154.194.46.218.622.02 3.67-3.656 7.326-7.327 10.993-10.986.229-.166.276-.514.042-.697-3.632-3.649-7.282-7.284-10.92-10.927-.157-.179-.438-.352-.65-.152z"/><path d="M5.916 7.754c.907-.636 1.787-1.315 2.716-1.92l.256.043c.211.352-.103.769-.138 1.147 2.849-.002 5.698-.001 8.546 0 0 .485.002.971-.004 1.456-1.457-.001-2.914-.001-4.37 0v6.935h2.371c-.025-.373-.547-1.128.079-1.207.946.598 1.822 1.302 2.744 1.934-.86.638-1.727 1.267-2.6 1.886-.157.157-.415.066-.473-.138.056-.346.167-.68.257-1.018-.577.005-1.154-.013-1.732.005a.644.644 0 0 0-.642.646c-.016.976.004 1.95-.007 2.926-.602-.002-1.204 0-1.806-.002-.002-1.192.002-2.383-.002-3.575H6.737v-1.457c1.458.002 2.916-.001 4.374.001.004-2.063.002-4.127.001-6.191.032-.336-.198-.685-.546-.726-.61-.047-1.223-.008-1.834-.018.083.33.194.654.251.991-.014.239-.33.326-.486.161-.868-.617-1.724-1.248-2.581-1.879z"/><path d="M6.736 10.873c.592.016 1.187-.038 1.776.026.569.106 1.004.565 1.172 1.106-.193.583-.695 1.072-1.32 1.144-.541.042-1.086.007-1.627.019-.002-.766-.001-1.531-.001-2.296zM14.341 12.01c.178-.572.664-1.069 1.279-1.124.557-.035 1.115-.004 1.672-.012-.001.764.005 1.53-.004 2.296-.64-.038-1.301.088-1.925-.091-.497-.16-.847-.592-1.022-1.068z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.662 0h.449c.296.067.539.247.74.467 3.673 3.686 7.369 7.351 11.032 11.05l.043.161-.122.024c-.102-.128-.196-.27-.319-.383-3.625-3.62-7.242-7.247-10.87-10.865-.283-.347-.852-.376-1.148-.03C7.799 4.078 4.142 7.744.481 11.405c-.348.275-.419.845-.074 1.151 3.688 3.679 7.367 7.367 11.048 11.052.277.335.846.341 1.129.011 3.695-3.704 7.397-7.403 11.095-11.104.136-.149.22-.355.169-.557.037-.053.114-.157.152-.209v.061c.173.42-.121.742-.388.995-3.641 3.64-7.28 7.28-10.92 10.922-.109.121-.258.194-.398.272h-.533a1.27 1.27 0 0 1-.422-.289C7.717 20.087 4.096 16.464.474 12.843c-.185-.19-.428-.371-.418-.67L0 12.34v-.461c.113-.168.139-.386.306-.515C3.944 7.715 7.592 4.076 11.233.43c.202-.17.376-.428.689-.376l-.26-.055z"/><path fill="#ffd520" d="M11.784.612c.214-.186.498-.034.65.152 3.641 3.643 7.288 7.28 10.922 10.928.197.154.217.47.023.636-3.684 3.678-7.362 7.363-11.046 11.042-.138.172-.418.204-.575.042C8.051 19.715 4.355 16.008.65 12.311c-.214-.192-.121-.517.086-.671C4.421 7.966 8.084 4.267 11.783.611M7.08 6.146c-.022 3.92-.007 7.844-.007 11.767.694.004 1.387.004 2.081 0-.001-3.923.014-7.848-.008-11.77-.689.004-1.378 0-2.065.002m5.689.035c-.84.595-1.687 1.183-2.506 1.807.822.571 1.624 1.171 2.435 1.757.145.15.42.07.462-.137-.04-.324-.196-.634-.22-.953 1.735.002 3.47.004 5.207-.001.004-.457.006-.914.001-1.372-1.718-.004-3.437-.001-5.155-.001l-.067-.031c.077-.259.148-.521.214-.784.086-.204-.2-.407-.371-.286m-2.518 5.832c.204.829 1.019 1.451 1.87 1.445.59-.007 1.186.018 1.775-.013-.001-.947.002-1.895-.002-2.842-.631.001-1.264-.007-1.895.006-.81.012-1.564.613-1.747 1.404m5.221 3.362c-1.742.013-3.486-.014-5.227.014.007.451 0 .904.005 1.355 1.739.023 3.504-.037 5.226.031-.079.286-.163.57-.228.859-.044.224.277.378.433.214.81-.596 1.631-1.178 2.441-1.775-.722-.564-1.487-1.081-2.233-1.616-.134-.084-.251-.222-.421-.226-.466.218-.008.779.005 1.144z"/><path d="M11.466.424c.296-.346.865-.317 1.148.03 3.628 3.618 7.244 7.244 10.87 10.865.124.113.217.254.319.383a.25.25 0 0 0 .044.257c.05.202-.034.408-.169.557-3.698 3.701-7.4 7.399-11.095 11.104-.283.33-.852.324-1.129-.011C7.772 19.924 4.093 16.236.406 12.557c-.344-.306-.274-.876.074-1.151C4.141 7.745 7.798 4.079 11.466.425m.318.187C8.084 4.268 4.422 7.967.737 11.641c-.208.154-.3.479-.086.671 3.706 3.697 7.402 7.404 11.108 11.101.157.162.437.13.575-.042 3.684-3.679 7.362-7.364 11.046-11.042.194-.166.174-.482-.023-.636C19.722 8.045 16.075 4.408 12.435.765c-.152-.186-.437-.338-.65-.152z"/><path d="M7.08 6.146c.688-.002 1.376.001 2.065-.002.023 3.922.007 7.847.008 11.77-.694.004-1.387.004-2.081 0 0-3.923-.014-7.847.007-11.767zM12.77 6.18c.17-.121.457.082.371.286a19.31 19.31 0 0 1-.214.784l.067.031c1.718 0 3.437-.002 5.155.001.005.457.002.914-.001 1.372-1.736.005-3.472.004-5.207.001.024.319.18.629.22.953-.042.206-.317.287-.462.137-.811-.586-1.613-1.186-2.435-1.757.818-.624 1.666-1.212 2.506-1.807zM10.252 12.011c.184-.791.937-1.392 1.747-1.404.631-.013 1.264-.005 1.895-.006.005.947.001 1.895.002 2.842-.589.031-1.184.006-1.775.013-.851.006-1.666-.616-1.87-1.445zM15.474 15.373c-.013-.365-.47-.925-.005-1.144.17.004.287.142.421.226.746.535 1.511 1.052 2.233 1.616-.81.596-1.631 1.178-2.441 1.775-.156.164-.478.011-.433-.214.065-.289.149-.574.228-.859-1.722-.068-3.487-.008-5.226-.031-.005-.451.002-.904-.005-1.355 1.741-.029 3.485-.001 5.227-.014z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g9" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.681 0h.371c.421.04.7.368.977.646l10.565 10.567c.118.145.314.258.335.462l-.128.024c-.102-.127-.197-.258-.31-.376C19.886 7.722 16.285 4.118 12.683.516c-.331-.457-1.019-.428-1.339.024C7.724 4.162 4.102 7.78.483 11.402c-.263.228-.401.619-.229.943.158.272.415.464.632.685 3.526 3.526 7.05 7.054 10.574 10.582.28.33.839.335 1.122.007 3.596-3.602 7.194-7.202 10.794-10.8.233-.23.552-.48.473-.853l.152-.221v-.164c.157.432-.012.89-.332 1.172-3.544 3.533-7.076 7.076-10.616 10.613-.238.232-.451.506-.768.634h-.515a1.274 1.274 0 0 1-.426-.286L.293 12.661a.875.875 0 0 1-.252-.494l-.04.174v-.414c.068-.235.178-.456.361-.62C3.984 7.682 7.608 4.061 11.228.436c.211-.208.451-.424.778-.404l-.324-.031z"/><path fill="#ffd520" d="M11.792.606c.215-.18.488-.023.641.157 3.642 3.646 7.291 7.283 10.928 10.934.196.155.21.472.013.632-3.68 3.68-7.36 7.363-11.042 11.041-.162.21-.49.184-.642-.023L.656 12.313c-.22-.186-.131-.512.074-.667C4.42 7.969 8.084 4.264 11.792.605M8.369 6.204c-.832.58-1.649 1.18-2.473 1.77.821.593 1.639 1.19 2.46 1.783.143.139.4.042.438-.146-.049-.317-.155-.623-.242-.93 1.74-.059 3.49-.007 5.233-.025.001-.458.002-.917 0-1.375H8.561c.072-.308.179-.608.229-.922-.038-.18-.277-.287-.421-.155m6.524-.059c-.002 3.924-.002 7.847-.001 11.77h2.084c0-3.924.008-7.848-.004-11.772-.694.006-1.387.001-2.08.002m-4.744 4.462c.007.949 0 1.898.004 2.848.616-.001 1.232.007 1.848-.002.83-.023 1.585-.641 1.801-1.439-.191-.738-.841-1.325-1.606-1.397-.682-.029-1.366-.018-2.047-.01m.981 4.734l-.059.03c-1.721.012-3.443.001-5.164.006-.001.455 0 .911.001 1.367l5.231.001c-.068.258-.142.516-.208.775-.109.185.05.366.222.414.916-.564 1.754-1.254 2.639-1.87-.88-.616-1.723-1.294-2.641-1.849-.492.192-.056.769-.022 1.126z"/><path d="M11.342.54c.32-.452 1.008-.481 1.339-.024 3.602 3.602 7.204 7.206 10.808 10.807.113.118.208.248.31.376a.567.567 0 0 0 .048.268c.079.373-.24.623-.473.853-3.6 3.598-7.198 7.198-10.794 10.8-.283.328-.842.323-1.122-.007C7.934 20.085 4.409 16.557.884 13.031c-.217-.221-.474-.413-.632-.685-.172-.324-.034-.715.229-.943C4.1 7.78 7.722 4.162 11.342.541m.45.065C8.084 4.265 4.42 7.97.73 11.647c-.205.155-.294.481-.074.667L11.69 23.348c.152.206.48.233.642.023 3.683-3.678 7.362-7.361 11.042-11.041.197-.161.182-.478-.013-.632C19.724 8.046 16.075 4.409 12.433.764c-.152-.18-.426-.337-.641-.157z"/><path d="M8.369 6.204c.144-.132.383-.025.421.155-.05.313-.157.613-.229.922h5.224c.002.458.001.917 0 1.375-1.744.018-3.493-.034-5.233.025.088.307.193.613.242.93-.038.188-.295.286-.438.146-.821-.593-1.639-1.19-2.46-1.783.824-.59 1.642-1.19 2.473-1.77zM14.893 6.145c.692-.001 1.386.004 2.08-.002.012 3.924.004 7.848.004 11.772h-2.084c-.001-3.923-.001-7.846.001-11.77zM10.148 10.607c.682-.008 1.366-.019 2.047.01.764.072 1.415.659 1.606 1.397-.216.798-.971 1.416-1.801 1.439-.616.01-1.232.001-1.848.002-.004-.949.004-1.898-.004-2.848zM11.129 15.341c-.035-.356-.47-.934.022-1.126.918.556 1.762 1.234 2.641 1.849-.884.616-1.723 1.306-2.639 1.87-.172-.048-.331-.229-.222-.414.066-.259.139-.517.208-.775l-5.231-.001c-.001-.456-.002-.912-.001-1.367 1.721-.005 3.443.006 5.164-.006l.059-.03z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-ends--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.855 0h.247c.307.049.589.193.804.42 3.56 3.553 7.12 7.11 10.676 10.669.233.217.382.509.418.827v.199a1.34 1.34 0 0 1-.426.781c-3.558 3.563-7.117 7.124-10.674 10.688-.202.22-.474.35-.762.415h-.27a1.41 1.41 0 0 1-.779-.397c-3.456-3.47-6.914-6.94-10.372-10.409-.308-.298-.652-.606-.718-1.055v-.254c.056-.56.533-.905.894-1.282C4.27 7.219 7.649 3.84 11.025.455c.222-.235.509-.398.829-.456m-.188.279c-.188.067-.332.215-.475.349C7.735 4.095 4.268 7.553.811 11.019c-.27.274-.628.558-.592.986-.005.421.364.684.625.956C4.36 16.484 7.883 20 11.397 23.525c.314.329.883.32 1.199-.001 3.524-3.521 7.044-7.045 10.568-10.565.235-.242.545-.47.592-.829.065-.33-.085-.658-.326-.877-3.56-3.558-7.118-7.12-10.68-10.675-.264-.299-.701-.45-1.084-.3z"/><path fill="#fee011" d="M11.788.732c.221-.132.479-.006.629.174 3.559 3.559 7.124 7.111 10.681 10.674.174.152.278.403.155.622-.169.23-.391.414-.589.618-3.442 3.444-6.888 6.882-10.333 10.322a.454.454 0 0 1-.667-.007C8.041 19.519 4.405 15.916.79 12.294c-.263-.251-.072-.606.161-.794C4.34 8.132 7.721 4.756 11.108 1.385c.226-.218.431-.461.682-.653m-1.196 8.872c.017.87-.676 1.483-1.116 2.159-.398.605-1.007 1.153-1.028 1.926-.014 1.639-.002 3.28-.006 4.92l2.353-.001c.007-1.442-.01-2.885.007-4.328.012-.914.731-1.565 1.176-2.296.445.736 1.165 1.388 1.174 2.308.014 1.439.001 2.878.006 4.316h2.354c0-1.601.004-3.203-.001-4.804a1.889 1.889 0 0 0-.362-1.114c-.463-.654-.944-1.296-1.409-1.948a1.943 1.943 0 0 1-.378-1.136c-.005-1.416.001-2.831-.001-4.246l-2.765-.001c-.005 1.415.004 2.83-.004 4.244z"/><path d="M11.666.278c.383-.15.82.001 1.084.3 3.562 3.556 7.12 7.117 10.68 10.675.241.22.391.547.326.877-.047.359-.356.587-.592.829-3.524 3.52-7.044 7.044-10.568 10.565-.316.322-.884.33-1.199.001C7.883 20.001 4.36 16.485.844 12.961c-.262-.272-.63-.535-.625-.956-.036-.428.322-.713.592-.986C4.268 7.553 7.735 4.095 11.191.627c.143-.134.287-.282.475-.349m.122.454c-.251.192-.456.434-.682.653C7.72 4.756 4.338 8.131.949 11.5c-.233.188-.424.544-.161.794 3.616 3.622 7.252 7.225 10.874 10.841a.454.454 0 0 0 .667.007c3.445-3.44 6.892-6.878 10.333-10.322.198-.204.42-.388.589-.618.124-.218.019-.469-.155-.622C19.539 8.017 15.974 4.465 12.415.906c-.15-.18-.408-.306-.629-.174z"/><path d="M10.594 9.604c.007-1.415-.001-2.83.004-4.244l2.765.001c.002 1.415-.004 2.83.001 4.246-.004.408.142.805.378 1.136.464.652.946 1.294 1.409 1.948.232.324.367.713.362 1.114.005 1.601.001 3.203.001 4.804H13.16c-.005-1.439.008-2.878-.006-4.316-.008-.919-.728-1.572-1.174-2.308-.445.731-1.164 1.381-1.176 2.296-.017 1.444 0 2.886-.007 4.328l-2.353.001c.004-1.64-.008-3.281.006-4.92.022-.773.63-1.321 1.028-1.926.44-.676 1.133-1.289 1.116-2.159z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-ends--g2" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.86.553c.706-.74 1.974-.606 2.642.118 3.313 3.322 6.613 6.655 9.926 9.978.221.221.419.466.571.739v1.639c-.257.389-.617.69-.941 1.019-3.211 3.194-6.427 6.385-9.636 9.583-.14.136-.294.257-.452.371h-1.63c-.455-.221-.775-.622-1.128-.97-3.194-3.209-6.385-6.42-9.58-9.628-.706-.678-.806-1.938-.061-2.626C3.997 7.366 7.424 3.954 10.859.552m.827 0c-.401.101-.689.413-.971.694-3.211 3.186-6.413 6.383-9.625 9.569-.73.569-.786 1.739-.115 2.374 3.13 3.149 6.262 6.295 9.386 9.448.408.394.773.9 1.352 1.042.522.15 1.116.01 1.495-.384 3.365-3.358 6.744-6.702 10.111-10.058.62-.606.509-1.682-.11-2.249a6155.569 6155.569 0 0 0-9.871-9.923c-.41-.448-1.057-.68-1.652-.511z"/><path fill="gold" d="M11.789 1.349c.379-.191.799.035 1.057.323 3.233 3.253 6.47 6.502 9.701 9.757.218.215.433.481.408.809-.018.386-.374.613-.613.871-3.235 3.202-6.454 6.419-9.684 9.625-.302.326-.846.268-1.135-.046-3.316-3.329-6.622-6.668-9.94-9.995-.347-.3-.426-.894-.052-1.206 3.218-3.22 6.458-6.419 9.682-9.635.184-.176.354-.373.576-.504M9.055 5.417c-.008.757-.028 1.537-.3 2.254-.164.481-.66.714-.926 1.128-.787 1.13-1.055 2.551-.998 3.91-.403-.176-.786-.401-1.205-.541-.284-.078-.544.3-.366.539.451.79.936 1.56 1.399 2.344.298.469.541.976.901 1.403.876-1.109 1.556-2.363 2.358-3.527.175-.202.293-.647-.071-.71-.486.05-.906.34-1.358.509-.058-.974.038-2.036.707-2.804.398-.421.761-.884.978-1.428.428-.965.368-2.044.469-3.072-.529-.004-1.058-.005-1.588-.002m3.737 2.685c-.269.504-.576.988-.821 1.505-.152.244.125.574.392.506.412-.161.79-.394 1.188-.583-.008 1.33.294 2.702 1.074 3.798.287.432.81.665 1.014 1.156.302.713.346 1.498.382 2.262l1.584-.065c-.136-1.154-.127-2.392-.76-3.415-.346-.668-1.049-1.075-1.319-1.789-.317-.625-.3-1.336-.316-2.017.354.132.701.287 1.06.409.16.05.376.103.497-.054.14-.217-.035-.45-.15-.632-.576-.824-1.15-1.649-1.723-2.474-.226-.33-.442-.671-.734-.946-.544.724-.904 1.565-1.368 2.34m-2.614 8.219c-.032 1.332-.004 2.666-.012 4h3.791c-.001-1.295.007-2.588-.002-3.883-.022-.733-.661-1.314-1.35-1.456-.972-.277-2.258.266-2.426 1.339z"/><path d="M11.686.552c.595-.169 1.242.064 1.652.511 3.295 3.304 6.584 6.612 9.871 9.923.619.566.731 1.643.11 2.249-3.367 3.356-6.746 6.701-10.111 10.058-.379.394-.973.534-1.495.384-.58-.142-.944-.648-1.352-1.042-3.125-3.152-6.257-6.299-9.386-9.448-.671-.635-.614-1.805.115-2.374 3.212-3.186 6.414-6.383 9.625-9.569.282-.281.57-.593.971-.694m.103.799c-.222.131-.392.328-.576.504C7.99 5.069 4.75 8.268 1.531 11.488c-.374.312-.295.906.052 1.206 3.318 3.326 6.624 6.666 9.94 9.995.289.313.833.372 1.135.046 3.23-3.206 6.449-6.424 9.684-9.625.239-.258.595-.485.613-.871.025-.328-.19-.594-.408-.809-3.23-3.256-6.468-6.504-9.701-9.757-.258-.288-.678-.514-1.057-.323z"/><path d="M9.055 5.417a168.16 168.16 0 0 1 1.588.002c-.101 1.028-.041 2.107-.469 3.072-.217.544-.58 1.007-.978 1.428-.668.768-.764 1.83-.707 2.804.452-.169.872-.458 1.358-.509.364.064.246.509.071.71-.802 1.164-1.482 2.418-2.358 3.527-.36-.427-.604-.934-.901-1.403-.463-.784-.948-1.554-1.399-2.344-.178-.239.082-.617.366-.539.419.14.802.365 1.205.541-.056-1.358.211-2.779.998-3.91.266-.414.762-.647.926-1.128.272-.716.292-1.496.3-2.254zM12.792 8.105c.464-.775.824-1.616 1.368-2.34.293.275.509.616.734.946.574.826 1.147 1.65 1.723 2.474.115.182.29.415.15.632-.121.157-.337.104-.497.054-.359-.122-.706-.277-1.06-.409.016.682-.001 1.392.316 2.017.27.714.973 1.121 1.319 1.789.632 1.024.624 2.261.76 3.415l-1.584.065c-.036-.764-.079-1.549-.382-2.262-.204-.491-.727-.724-1.014-1.156-.78-1.096-1.082-2.468-1.074-3.798-.398.19-.776.422-1.188.583-.268.067-.545-.263-.392-.506.245-.517.552-1.001.821-1.505zM10.178 16.325c.168-1.073 1.454-1.616 2.426-1.339.689.142 1.328.722 1.35 1.456.01 1.295.001 2.588.002 3.883h-3.791c.008-1.333-.02-2.668.012-4z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-ends--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.896 1.38h.185a1.66 1.66 0 0 1 1.345.858c3.44 5.964 6.875 11.932 10.315 17.894.118.208.205.431.259.662v.439a1.635 1.635 0 0 1-1.378 1.386H1.396c-.595-.088-1.134-.514-1.31-1.096-.162-.464-.065-.982.191-1.392C3.716 14.168 7.151 8.203 10.59 2.24a1.671 1.671 0 0 1 1.306-.862M2.516 20.5h18.983c-3.163-5.488-6.323-10.976-9.491-16.46C8.841 9.525 5.68 15.014 2.516 20.5z"/><path fill="#fff" d="M2.516 20.5C5.68 15.014 8.841 9.525 12.008 4.04c3.168 5.484 6.328 10.973 9.491 16.46H2.516m8.202-13.232c.001.878-.002 1.758.002 2.636.001.346-.016.71-.196 1.015-.504.895-1.016 1.786-1.522 2.678-.211.37-.282.8-.276 1.223.002 1.696 0 3.391.001 5.087h2.192c.002-1.662-.005-3.323.002-4.985-.012-.535.4-.932.62-1.387.118-.246.352-.616.666-.392.274.348.458.758.698 1.13.232.336.186.757.19 1.142-.002 1.498 0 2.995-.001 4.492h2.192v-5.096c.005-.414-.066-.836-.27-1.202-.494-.869-.986-1.739-1.484-2.606a1.677 1.677 0 0 1-.234-.871c-.006-.954.001-1.909-.001-2.863h-2.581z"/><path d="M10.718 7.268h2.581c.002.954-.005 1.909.001 2.863-.002.306.077.608.234.871.498.868.99 1.738 1.484 2.606.204.366.275.788.27 1.202v5.096h-2.192c.001-1.496-.001-2.994.001-4.492-.004-.385.042-.806-.19-1.142-.24-.372-.425-.782-.698-1.13-.314-.223-.548.146-.666.392-.221.455-.632.852-.62 1.387-.007 1.662 0 3.323-.002 4.985H8.729c-.001-1.696.001-3.391-.001-5.087-.006-.422.065-.853.276-1.223.505-.893 1.018-1.783 1.522-2.678.18-.305.197-.67.196-1.015-.005-.878-.001-1.758-.002-2.636z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-ends--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.851 0h.258c.332.053.629.227.86.467 3.52 3.523 7.043 7.043 10.562 10.566.324.298.515.751.416 1.192-.078.44-.442.731-.737 1.031-3.443 3.438-6.881 6.881-10.322 10.319-.457.512-1.328.523-1.792.012C7.533 20.028 3.975 16.464.411 12.906a1.436 1.436 0 0 1-.413-.775v-.246c.038-.335.208-.634.452-.86L11.021.453c.223-.232.51-.394.828-.451m-.281.416c-.238.15-.419.37-.62.563C7.606 4.322 4.266 7.665.924 11.005c-.179.184-.38.349-.518.566a.866.866 0 0 0 .152 1.058c3.652 3.632 7.273 7.296 10.937 10.914a.865.865 0 0 0 1.121-.116l10.448-10.446c.218-.23.505-.43.59-.752.097-.329-.04-.684-.288-.907C19.803 7.758 16.24 4.194 12.675.632c-.27-.306-.745-.428-1.108-.214z"/><path fill="#ffdb00" d="M11.813.782c.199-.103.421.012.557.164 3.563 3.562 7.13 7.117 10.686 10.685.205.162.247.491.041.672-3.599 3.6-7.199 7.2-10.8 10.798-.176.208-.51.166-.665-.044-3.5-3.5-7-7.003-10.505-10.501-.148-.166-.385-.308-.383-.557-.028-.188.138-.319.247-.445 3.421-3.419 6.841-6.839 10.261-10.26.181-.175.348-.372.56-.511m.172 1.573l-2.93 4.553c-.134.217-.296.422-.388.664-.086.341.232.702.583.646.479-.145.932-.362 1.403-.533.044 1.631-.275 3.278-.983 4.752-.695 1.225-1.411 2.438-2.107 3.664.774.431 1.537.88 2.305 1.322.707-1.222 1.41-2.446 2.119-3.667.712 1.219 1.412 2.444 2.119 3.666.77-.439 1.532-.892 2.308-1.322-.7-1.222-1.414-2.436-2.107-3.661-.713-1.471-1.028-3.121-.984-4.753.48.17.94.402 1.432.538.442.044.74-.526.452-.863a805.27 805.27 0 0 0-3.222-5.004z"/><path d="M11.568.418c.362-.215.838-.092 1.108.214 3.565 3.562 7.128 7.126 10.691 10.69.248.223.385.578.288.907-.085.323-.372.522-.59.752-3.484 3.481-6.966 6.965-10.448 10.446a.865.865 0 0 1-1.121.116C7.832 19.925 4.211 16.261.559 12.629a.865.865 0 0 1-.152-1.058c.138-.217.34-.383.518-.566C4.267 7.665 7.607 4.322 10.949.981c.202-.193.383-.413.62-.563m.244.364c-.212.139-.379.336-.56.511-3.42 3.421-6.84 6.841-10.261 10.26-.109.126-.275.257-.247.445-.002.248.235.391.383.557 3.505 3.498 7.004 7.001 10.505 10.501.155.21.488.252.665.044 3.601-3.598 7.201-7.198 10.8-10.798.206-.181.164-.51-.041-.672C19.501 8.062 15.934 4.507 12.371.945c-.136-.152-.358-.268-.557-.164z"/><path d="M11.984 2.356a805.27 805.27 0 0 1 3.222 5.004c.288.337-.011.907-.452.863-.492-.136-.952-.367-1.432-.538-.044 1.632.271 3.282.984 4.753.694 1.225 1.408 2.44 2.107 3.661-.775.431-1.537.883-2.308 1.322-.707-1.222-1.408-2.447-2.119-3.666-.709 1.222-1.412 2.446-2.119 3.667-.768-.443-1.531-.892-2.305-1.322.696-1.225 1.412-2.438 2.107-3.664.708-1.474 1.027-3.121.983-4.752-.47.17-.924.388-1.403.533-.352.056-.67-.305-.583-.646.091-.241.253-.446.388-.664.977-1.517 1.955-3.035 2.93-4.553z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-on-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.014 2.737c.598-1.176 2.387-1.412 3.347-.557.521.593.901 1.293 1.331 1.95 2.9 4.733 5.69 9.532 8.477 14.332.455.776.906 1.714.598 2.624-.193.691-.821 1.133-1.447 1.406H1.532C.773 22.18.129 21.548-.001 20.71v-.607c.151-.791.603-1.466.991-2.155a900.636 900.636 0 0 1 9.023-15.21m1.861 1.299a4210.942 4210.942 0 0 0-9.601 16.286l19.323.001a5005.455 5005.455 0 0 0-9.607-16.296l-.115.009z"/><path fill="#fff" d="M11.874 4.037l.115-.009a5193.179 5193.179 0 0 1 9.607 16.296l-19.323-.001a4425.107 4425.107 0 0 1 9.601-16.286m-.26 3.866c.007.529-.001 1.057.007 1.586-.797.488-1.802.982-1.993 1.996-.025 1.175-.001 2.351-.012 3.528-.001.63.097 1.311.511 1.811.521.424 1.053.837 1.591 1.243.039.582.008 1.166.018 1.75h1.235c-.005-.681.009-1.361-.005-2.042.005-.169-.089-.323-.209-.434-.56-.5-1.195-.913-1.757-1.407-.207-.496-.136-1.044-.147-1.566.008-.915-.016-1.832.01-2.748.247-.428.711-.654 1.116-.905.337-.188.814-.349.866-.793.012-.666.01-1.334.001-2-.155-.241-.4-.409-.585-.627a6.113 6.113 0 0 0-.648.609m.114 4.437c-.014.86-.007 1.719-.005 2.58.353.287.948.311 1.228-.059.01-.817.012-1.634 0-2.451-.274-.372-.868-.346-1.222-.07z"/><path fill="#030303" d="M11.614 7.903c.206-.214.413-.426.648-.609.185.218.43.386.585.627.009.666.011 1.334-.001 2-.051.445-.529.606-.866.793-.405.251-.87.477-1.116.905-.026.915-.003 1.832-.011 2.748.011.522-.06 1.07.147 1.566.563.494 1.197.908 1.757 1.407.119.111.214.265.209.434.014.681 0 1.361.005 2.042h-1.235c-.01-.584.021-1.167-.018-1.75-.538-.407-1.07-.82-1.591-1.243-.414-.5-.513-1.182-.511-1.811.011-1.176-.013-2.353.012-3.528.191-1.014 1.196-1.508 1.993-1.996-.008-.529 0-1.057-.007-1.586z"/><path fill="#030303" d="M11.727 12.341c.354-.277.948-.303 1.222.07.012.817.01 1.634 0 2.451-.279.37-.875.346-1.228.059-.001-.86-.009-1.719.005-2.58z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-on-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fbee39" d="M10.954 1.316c.264-.468.874-.552 1.348-.408.554.256.694.922 1.02 1.388 3.254 6.332 6.57 12.634 9.864 18.946.166.65-.028 1.578-.79 1.726-1.864.048-3.732-.014-5.598.022-.826.1-1.664.246-2.494.076-.696.06-1.394.09-2.092.072-3.656.002-7.312-.012-10.97.006-.322-.332-.602-.704-.746-1.148.304-.884.748-1.706 1.168-2.536 2.018-3.924 3.992-7.868 6.06-11.764C8.8 5.57 9.94 3.474 10.954 1.316m.106.354C7.75 8.154 4.382 14.608 1.09 21.1c-.36.574-.204 1.284.3 1.71 6.874-.016 13.748-.15 20.622-.178.776.004 1.096-.978.738-1.574-2.93-5.658-5.916-11.286-8.828-16.954-.566-.992-.962-2.094-1.73-2.956-.418.046-.958.048-1.132.522z"/><path fill="#fbee39" d="M3.084 20.98c2.87-5.706 5.85-11.354 8.738-17.052 2.8 5.116 5.388 10.344 8.134 15.488.248.454.46.926.658 1.404-5.842.098-11.688.018-17.53.16m7.834-12.878c-.04 1.554.164 3.112.63 4.596.22-.012.44-.024.66-.04.41-1.48.61-3.012.634-4.548-.64.004-1.282 0-1.924-.008M8.184 13.58c-.042.41-.018.824-.016 1.238.268-.29.52-.594.78-.89.084.852-.124 1.75.162 2.57.332.724 1.216.466 1.846.574.246.664.05 1.4.138 2.092.088.024.266.076.356.1.028-.814-.06-1.634.052-2.444.1.79.028 1.588.044 2.382l.332.056c-.056-.888.142-1.824-.114-2.68-.356-.696-1.224-.436-1.852-.476-.134-.71-.108-1.434-.088-2.152.26.292.518.586.786.872-.034-.446.014-.908-.102-1.342-.33-.506-.766-.93-1.14-1.4-.38.512-.85.956-1.184 1.5z"/><path fill="#222723" d="M11.06 1.67c.174-.474.714-.476 1.132-.522.768.862 1.164 1.964 1.73 2.956C16.834 9.772 19.82 15.4 22.75 21.058c.358.596.038 1.578-.738 1.574-6.874.028-13.748.162-20.622.178-.504-.426-.66-1.136-.3-1.71 3.292-6.492 6.66-12.946 9.97-19.43M3.084 20.98c5.842-.142 11.688-.062 17.53-.16a14.46 14.46 0 0 0-.658-1.404c-2.746-5.144-5.334-10.372-8.134-15.488C8.934 9.626 5.954 15.274 3.084 20.98z"/><path fill="#222723" d="M10.918 8.102c.642.008 1.284.012 1.924.008a18.094 18.094 0 0 1-.634 4.548 36.5 36.5 0 0 1-.66.04 14.139 14.139 0 0 1-.63-4.596zM8.184 13.58c.334-.544.804-.988 1.184-1.5.374.47.81.894 1.14 1.4.116.434.068.896.102 1.342-.268-.286-.526-.58-.786-.872-.02.718-.046 1.442.088 2.152.628.04 1.496-.22 1.852.476.256.856.058 1.792.114 2.68l-.332-.056c-.016-.794.056-1.592-.044-2.382-.112.81-.024 1.63-.052 2.444-.09-.024-.268-.076-.356-.1-.088-.692.108-1.428-.138-2.092-.63-.108-1.514.15-1.846-.574-.286-.82-.078-1.718-.162-2.57-.26.296-.512.6-.78.89-.002-.414-.026-.828.016-1.238z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.184 1.516h1.391a2.635 2.635 0 0 1 1.393 1.196c3.233 5.4 6.446 10.813 9.575 16.273.716 1.163.17 2.954-1.197 3.322-1.064.149-2.151.061-3.22.177H6.306a124.48 124.48 0 0 1-4.448-.14c-.418-.059-.877-.094-1.222-.364-.278-.273-.462-.626-.634-.971v-1.602c.248-.585.592-1.122.903-1.675A1198.11 1198.11 0 0 1 9.822 2.629c.287-.534.793-.92 1.364-1.113m-9.03 18.653c6.475.003 12.949.003 19.424 0a4678.843 4678.843 0 0 0-9.712-16.477 4256.718 4256.718 0 0 0-9.712 16.477z"/><path fill="#fff" d="M2.156 20.169c3.227-5.498 6.46-10.993 9.712-16.477a4529.13 4529.13 0 0 1 9.712 16.477c-6.475.003-12.949.003-19.424 0m8.786-12.49c.018.713-.026 1.431.024 2.142.436.761 1.559.803 1.979 1.607.025 1.089 0 2.18.012 3.27-.005.371.005.775-.189 1.105-.527.419-1.071.82-1.596 1.245-.167.141-.352.318-.343.556-.013.686-.001 1.371-.004 2.057h1.241c.003-.579-.003-1.158.004-1.735.513-.409 1.033-.808 1.547-1.213.426-.421.538-1.054.578-1.629-.001-1.262.015-2.525-.008-3.787-.185-1.025-1.195-1.528-2.002-2.015.003-.535 0-1.071.001-1.607-.206-.208-.417-.41-.634-.605-.208.198-.413.401-.611.609m-.083 4.454c-.033.849-.017 1.701-.011 2.552.29.369.874.338 1.232.058.009-.864.005-1.727.001-2.591-.363-.293-.845-.269-1.222-.018z"/><path fill="#030303" d="M10.942 7.679c.198-.208.402-.411.611-.609.218.195.429.397.634.605-.001.537.001 1.072-.001 1.607.807.487 1.817.99 2.002 2.015.022 1.262.007 2.525.008 3.787-.04.575-.152 1.208-.578 1.629-.514.405-1.034.804-1.547 1.213-.007.578-.001 1.156-.004 1.735h-1.241c.003-.686-.009-1.371.004-2.057-.009-.239.175-.415.343-.556.525-.425 1.068-.825 1.596-1.245.194-.33.183-.735.189-1.105-.012-1.091.013-2.181-.012-3.27-.421-.804-1.543-.847-1.979-1.607-.05-.711-.005-1.428-.024-2.142z"/><path fill="#030303" d="M10.858 12.133c.377-.251.86-.274 1.222.018.004.864.008 1.727-.001 2.591-.357.28-.942.311-1.232-.058-.007-.851-.022-1.702.011-2.552z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-on-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fbeb3a" d="M11.576 1.89c.163-.173.374-.118.564-.042.494.129.83.597 1.009 1.052.121.223.269.429.395.649.193.345.428.666.582 1.033.131.219.281.425.397.653.188.298.378.595.519.921.106.182.232.353.342.532l.181.39c.109.18.235.349.342.531.169.425.475.772.652 1.192.198.341.428.662.582 1.027.129.218.278.424.404.645l.114.274c.138.216.289.422.405.652.102.185.227.357.329.542.142.262.311.508.463.762l.115.271c.136.279.311.539.473.804.114.227.262.433.397.648l.181.39c.201.29.383.59.527.913.131.219.279.428.397.656.126.219.274.426.4.647.029.07.087.207.114.275.135.215.285.421.412.641l.113.277c.203.289.388.59.531.914.106.184.232.355.337.542.132.26.323.491.416.771a.791.791 0 0 1-.007.674c-.051.365-.378.58-.648.786a1.885 1.885 0 0 1-.449.056c-1.978.005-3.955-.011-5.933.008-.519.264-1.146.066-1.71.121-.202-.271-.455.096-.69-.064-.235.08-.484.07-.728.07-3.954-.013-7.91.012-11.864-.012-.252-.244-.578-.467-.643-.834a.732.732 0 0 1-.005-.647c.079-.142.157-.283.233-.426l.115-.266c.151-.256.32-.498.463-.758.121-.289.295-.546.469-.803l.18-.387c.199-.291.386-.591.526-.917.108-.184.233-.353.346-.531l.113-.277c.243-.382.494-.759.661-1.182.123-.223.271-.429.405-.645.085-.177.17-.355.249-.536.148-.253.316-.494.458-.75.155-.386.442-.698.595-1.085.118-.223.268-.428.404-.64l.114-.278c.126-.22.274-.426.41-.641l.114-.277c.151-.252.317-.496.468-.749.062-.144.127-.287.188-.433.126-.22.275-.426.41-.64l.114-.277c.126-.22.274-.425.408-.64l.122-.268c.064-.127.129-.256.191-.384.108-.181.232-.351.334-.535.117-.228.268-.437.403-.653.085-.178.17-.357.249-.538.148-.253.316-.494.459-.751.119-.289.296-.547.471-.804l.126-.269c.032-.067.093-.203.123-.271.223-.395.477-.774.801-1.095l.254-.013m-.236.321a1 1 0 0 0-.329.337C7.678 8.441 4.379 14.35 1.016 20.221c-.417.557-.049 1.511.686 1.507 6.645.004 13.29-.131 19.936-.138.303-.017.647.033.904-.165.393-.279.522-.868.266-1.281a941.224 941.224 0 0 0-3.62-6.223c-2.193-3.798-4.345-7.62-6.591-11.386-.244-.43-.843-.567-1.264-.323z"/><path fill="#fbeb3a" d="M3.137 20.014c2.917-5.117 5.794-10.257 8.681-15.391 1.309 2.315 2.7 4.581 4.008 6.896 1.601 2.792 3.199 5.587 4.828 8.362-5.839.017-11.676.132-17.516.134m7.724-11.66c.005 1.356.136 2.733.591 4.017.117.354.707.337.79-.037.416-1.284.542-2.643.54-3.987-.641.007-1.281.014-1.921.007m2.253 4.942c.004.41 0 .821-.003 1.233.273-.289.538-.584.804-.88-.008.584.041 1.17-.014 1.752-.286.338-.793.159-1.178.222-.502-.024-.917.467-.889.952-.007.645.003 1.289.009 1.934.285-.011.57-.017.856-.024.005-.619-.072-1.25.035-1.862.266-.27.698-.113 1.036-.173.475.046.972-.291 1.019-.78.041-.679.001-1.36.016-2.041.273.287.542.578.812.867-.013-.414.067-.849-.046-1.25-.365-.471-.809-.872-1.2-1.321-.428.45-.841.911-1.258 1.37z"/><path fill="#232925" d="M11.332 2.212c.421-.244 1.02-.108 1.264.323 2.247 3.767 4.399 7.588 6.591 11.386a941.224 941.224 0 0 1 3.62 6.223c.256.413.127 1.002-.266 1.281-.257.198-.601.148-.904.165-6.645.007-13.29.142-19.936.138-.734.004-1.103-.95-.686-1.507 3.363-5.871 6.662-11.78 9.987-17.672a1.01 1.01 0 0 1 .329-.337M3.137 20.014c5.84-.001 11.677-.117 17.516-.134-1.629-2.775-3.226-5.57-4.828-8.362-1.308-2.315-2.699-4.581-4.008-6.896C8.93 9.756 6.053 14.896 3.136 20.013z"/><path fill="#232925" d="M10.862 8.355c.64.008 1.28 0 1.921-.007.001 1.344-.125 2.703-.54 3.987-.083.374-.673.391-.79.037-.455-1.284-.586-2.661-.591-4.017zM13.115 13.297c.417-.459.83-.921 1.258-1.37.391.449.835.85 1.2 1.321.113.401.033.835.046 1.25-.27-.289-.539-.58-.812-.867-.014.681.025 1.361-.016 2.041-.047.489-.544.826-1.019.78-.338.06-.77-.097-1.036.173-.108.612-.03 1.243-.035 1.862-.286.007-.572.013-.856.024-.007-.645-.016-1.289-.009-1.934-.028-.485.387-.976.889-.952.384-.063.892.117 1.178-.222.055-.582.007-1.169.014-1.752-.266.296-.531.591-.804.88.003-.412.007-.822.003-1.233z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-to-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.156 2.523c.54-.741 1.553-1.026 2.424-.809.587.176.992.671 1.331 1.154.711 1.025 1.343 2.102 1.988 3.17 2.05 3.448 4.056 6.922 6.08 10.386.593 1.038 1.225 2.057 1.749 3.133.337.882.174 2.08-.679 2.62-.358.217-.731.496-1.173.452-6.717-.013-13.435.011-20.152-.012-.801-.219-1.557-.818-1.722-1.673v-.899c.29-.837.752-1.598 1.173-2.371 2.385-4.182 4.85-8.318 7.291-12.467.55-.903 1.063-1.832 1.691-2.685m1.725 1.407a4775.334 4775.334 0 0 0-9.714 16.484c6.51.003 13.021.004 19.532 0-3.227-5.5-6.465-10.995-9.714-16.483l-.103-.001z"/><path fill="#fff" d="M11.882 3.929l.103.001a4871.698 4871.698 0 0 1 9.714 16.483c-6.51.004-13.021.003-19.532 0a4775.334 4775.334 0 0 1 9.714-16.484M9.855 8.44a81.45 81.45 0 0 0 .012 3.165c.009.483.103.989.435 1.36.668.748 1.472 1.355 2.229 2.008.446.389.826.914.842 1.525.023 1.135.001 2.27.011 3.406l1.209-.001c-.004-1.134.013-2.267-.008-3.401-.024-.857-.439-1.669-1.055-2.253-.756-.7-1.61-1.297-2.298-2.069-.163-.204-.143-.48-.163-.725-.013-1.018-.004-2.038-.005-3.056a18.93 18.93 0 0 0-.591-.544c-.202.196-.476.339-.617.585m1.77-.585v3.247c.203.159.404.322.598.495.216-.164.432-.329.647-.495.003-1.083.001-2.165 0-3.247-.415-.001-.83-.001-1.245 0m-.094 8.547c0 1.164-.001 2.328.001 3.493.415 0 .831.001 1.248-.001-.004-1.168.007-2.335-.007-3.502-.203-.159-.402-.324-.605-.483-.216.16-.427.326-.638.493z"/><path fill="#030303" d="M9.855 8.44c.141-.245.415-.389.617-.585.202.176.398.358.591.544.001 1.018-.008 2.038.005 3.056.02.245 0 .521.163.725.688.772 1.542 1.368 2.298 2.069.617.583 1.032 1.396 1.055 2.253.021 1.134.004 2.267.008 3.401l-1.209.001c-.009-1.136.012-2.271-.011-3.406-.016-.611-.396-1.136-.842-1.525-.757-.652-1.561-1.26-2.229-2.008-.331-.371-.426-.878-.435-1.36a81.45 81.45 0 0 1-.012-3.165z"/><path fill="#030303" d="M11.626 7.855c.415-.001.83-.001 1.245 0 .001 1.082.003 2.164 0 3.247-.215.166-.431.33-.647.495a13.41 13.41 0 0 0-.598-.495V7.855zM11.532 16.402c.211-.167.422-.333.638-.493.203.159.402.324.605.483.013 1.167.003 2.334.007 3.502-.416.003-.833.001-1.248.001-.003-1.164-.001-2.328-.001-3.493z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-to-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.026 1.696h1.95c.494.296.917.71 1.195 1.217a1120.873 1120.873 0 0 1 9.351 15.955c.372.578.353 1.31.196 1.954-.166.672-.794 1.128-1.427 1.323-.72.111-1.458.048-2.181.16H4.904c-1.033-.065-2.073-.044-3.103-.143-.703-.167-1.4-.691-1.54-1.433-.133-.617-.133-1.307.215-1.856a1099.191 1099.191 0 0 1 9.26-15.8c.309-.554.707-1.089 1.291-1.376M2.393 20.015c6.404.003 12.809.003 19.213 0-3.1-5.288-6.218-10.565-9.333-15.845-.107-.112-.136-.403-.326-.372a5257.454 5257.454 0 0 0-9.554 16.217z"/><path fill="#fff" d="M2.393 20.015a5467.168 5467.168 0 0 1 9.554-16.217c.19-.031.219.26.326.372 3.115 5.28 6.232 10.557 9.333 15.845-6.404.003-12.809.003-19.213 0M11.078 7.66c-.001 1.067-.003 2.133 0 3.198.213.157.42.32.625.485.198-.166.398-.327.6-.487V7.659h-1.225m1.779.536c-.003 1.002.009 2.003-.007 3.005-.021.24-.001.51-.158.711-.712.813-1.627 1.411-2.39 2.169-.575.59-.923 1.398-.916 2.225-.008 1.07-.003 2.139-.003 3.209h1.19c.009-1.12-.013-2.242.01-3.361.017-.597.39-1.107.823-1.487.745-.643 1.539-1.239 2.197-1.977.325-.364.419-.862.428-1.336.03-1.036.025-2.073.013-3.108-.127-.248-.411-.387-.607-.583a16.33 16.33 0 0 0-.582.533m-1.686 7.871c-.005 1.147-.001 2.292-.001 3.438.408.003.817.001 1.226.001.003-1.145.001-2.29.001-3.436a22.315 22.315 0 0 0-.627-.485c-.202.158-.4.32-.599.481z"/><path fill="#040404" d="M11.078 7.66h1.225v3.197c-.202.159-.402.321-.6.487a16.294 16.294 0 0 0-.625-.485c-.003-1.066-.001-2.131 0-3.198z"/><path fill="#040404" d="M12.857 8.195c.189-.183.383-.36.582-.533.196.196.48.335.607.583a76.666 76.666 0 0 1-.013 3.108c-.009.473-.103.972-.428 1.336-.657.738-1.452 1.334-2.197 1.977-.433.38-.806.89-.823 1.487-.023 1.119-.001 2.241-.01 3.361h-1.19c0-1.07-.005-2.139.003-3.209a3.179 3.179 0 0 1 .916-2.225c.763-.758 1.677-1.357 2.39-2.169.157-.201.137-.471.158-.711.016-1.002.004-2.003.007-3.005z"/><path fill="#040404" d="M11.169 16.066c.198-.162.397-.323.599-.481.213.158.42.32.627.485 0 1.145.001 2.29-.001 3.436-.41 0-.818.001-1.226-.001 0-1.147-.004-2.292.001-3.438z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.873 1.38h.224c.697.035 1.225.556 1.505 1.157 3.374 5.868 6.757 11.73 10.138 17.594.115.206.199.43.26.659v.446a1.636 1.636 0 0 1-1.376 1.384H1.395c-.72-.101-1.331-.714-1.38-1.447-.074-.589.295-1.09.571-1.573C3.921 13.815 7.253 8.028 10.589 2.243a1.69 1.69 0 0 1 1.284-.863M2.519 20.498c6.326.002 12.654.002 18.98.001-3.162-5.488-6.323-10.975-9.491-16.459a16719.06 16719.06 0 0 0-9.49 16.458z"/><path fill="#fff" d="M2.519 20.498a16719.06 16719.06 0 0 1 9.49-16.458c3.168 5.484 6.329 10.972 9.491 16.459-6.326.001-12.654.001-18.98-.001m12.607-7.204c-.157-.08-.312-.164-.47-.242-.06.196.011.383.108.552-1.283.136-2.572.196-3.857.301-1.078.095-2.153-.056-3.228-.106-.46-.044-.872.332-.968.766a9.248 9.248 0 0 0-.2 1.877c-.485.335-.227.941-.158 1.408.275-.282.107-.7.341-1.009.012-.806.073-1.619.241-2.412.059.812-.028 1.633.113 2.438-.498.419-.11 1.024-.142 1.555.046.305-.137.686.137.919l-.046.308c.286.06.575.094.866.106-.57-.613-.558-1.554-.122-2.238.287.456.439.979.466 1.516.179.088.205.286.259.456.252.006.504.004.756 0-.385-.43-.828-.989-.594-1.603l.293.184c.148-.182.294-.172.438.031.034-.073.068-.144.106-.216a2.18 2.18 0 0 0 .522-.51c.685.044 1.376.064 2.059-.037.044.755.139 1.513.392 2.23.22.046.44.082.661.119-.431-.5-.499-1.236-.306-1.848.149.497.416.953.473 1.477.134.119.202.282.247.452.208.036.418.047.629.044-.186-.281-.433-.526-.547-.847-.192-.438-.076-.922-.041-1.378.295-.067.571-.239.665-.544.229-.691.481-1.465 1.112-1.895.55-.11 1.12-.115 1.672-.229l.276-.229c-.494-.466-1.016-.901-1.508-1.369.331.001.661-.085.892-.337-.359.037-.72.053-1.07-.048-.251-.095-.386.176-.464.359z"/><path d="M15.127 13.294c.078-.182.214-.454.464-.359.35.101.712.085 1.07.048-.23.252-.56.338-.892.337.492.468 1.014.904 1.508 1.369-.068.058-.206.172-.276.229-.552.114-1.122.119-1.672.229-.631.43-.883 1.204-1.112 1.895-.094.305-.37.476-.665.544-.035.456-.151.94.041 1.378.114.322.361.566.547.847a3.484 3.484 0 0 1-.629-.044c-.046-.17-.113-.334-.247-.452-.056-.524-.324-.98-.473-1.477-.193.612-.125 1.348.306 1.848-.221-.037-.442-.073-.661-.119-.253-.716-.348-1.475-.392-2.23-.683.101-1.374.082-2.059.037a2.18 2.18 0 0 1-.522.51 6.159 6.159 0 0 0-.106.216c-.144-.203-.29-.214-.438-.031l-.293-.184c-.234.614.209 1.174.594 1.603-.252.004-.504.006-.756 0-.054-.17-.08-.368-.259-.456a3.123 3.123 0 0 0-.466-1.516c-.436.684-.448 1.625.122 2.238a5.241 5.241 0 0 1-.866-.106l.046-.308c-.274-.233-.091-.614-.137-.919.031-.532-.356-1.136.142-1.555-.14-.805-.054-1.626-.113-2.438-.168.793-.229 1.606-.241 2.412-.234.31-.066.727-.341 1.009-.068-.467-.326-1.073.158-1.408a9.32 9.32 0 0 1 .2-1.877c.096-.433.509-.81.968-.766 1.075.049 2.15.2 3.228.106 1.285-.106 2.574-.166 3.857-.301-.097-.169-.168-.356-.108-.552.158.078.313.162.47.242z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.354.205c.479-.343 1.162-.21 1.547.211 3.562 3.559 7.122 7.118 10.68 10.68.304.288.478.725.379 1.142-.072.409-.415.677-.689.958-3.484 3.479-6.961 6.964-10.445 10.442a1.175 1.175 0 0 1-1.19.288c-.323-.092-.54-.361-.77-.586C7.368 19.834 3.859 16.336.361 12.829c-.497-.46-.445-1.302.055-1.738C3.834 7.669 7.256 4.251 10.675.83c.218-.216.425-.451.679-.626m.322.095c-.187.067-.334.21-.476.343L.635 11.207c-.25.233-.443.56-.383.914.05.425.43.682.701.97 3.442 3.44 6.883 6.881 10.321 10.324.216.23.53.386.852.331.391-.049.64-.386.904-.641 3.476-3.484 6.96-6.961 10.44-10.442.402-.37.354-1.051-.054-1.397-3.56-3.562-7.121-7.124-10.684-10.682-.26-.29-.683-.422-1.056-.284z"/><path fill="#fee011" d="M11.795.762c.248-.124.505.028.668.215 3.378 3.38 6.757 6.76 10.138 10.139.216.223.462.424.635.685.103.208.01.45-.156.594-3.564 3.562-7.128 7.126-10.69 10.69-.143.167-.38.253-.588.156-.236-.158-.416-.384-.618-.581-3.44-3.446-6.89-6.884-10.328-10.333-.216-.198-.158-.552.059-.725C4.432 8.076 7.96 4.56 11.476 1.034c.101-.096.199-.197.319-.271m4.219 7.835c-1.135.028-2.272.047-3.407.11-1.045.085-2.094-.017-3.139-.066-.847-.035-1.679-.335-2.53-.229-.517.068-.84.536-1.019.985-.24.772-.116 1.592-.229 2.382-.011.366-.448.467-.566.779-.221.508.236.985.152 1.506.224-.143.504-.319.494-.622-.007-.377.115-.728.214-1.086.018-.529.158-1.042.232-1.562-.065.697.253 1.595-.33 2.134.206.943.211 1.932.054 2.885l.198.032c-.028.197-.053.395-.077.593.436.062.877.124 1.316.079.116-.322-.31-.546-.374-.852-.154-.676-.049-1.39.121-2.054.145.614.349 1.211.5 1.823.004.157.14.223.257.294.072.174.094.378.22.526.245.08.505.112.761.107.336-.088.103-.44-.061-.577-.5-.451-.514-1.222-.379-1.83l.212.426.239-.32c.204.124.403.283.656.274l-.037-.334a.798.798 0 0 0 .55-.424c.894.09 1.8.061 2.681-.125-.013.852.22 1.692.103 2.545l.216.122.032.469c.29.043.893.306.949-.127-.362-.566-.54-1.247-.422-1.918.382.668.276 1.495.691 2.149.13.26.463.211.702.262l.17-.197c-.804-.773-.547-1.991-.498-2.983.352-.025.792-.043.954-.421.278-.67.256-1.465.691-2.072.685-.538 1.606-.203 2.363-.51.15-.038.304-.059.461-.061a4.39 4.39 0 0 0 .415-.6c-.301-.46-.792-.732-1.16-1.128-.199-.216-.425-.412-.709-.505.396-.03.974-.007 1.091-.497-.68.172-1.327-.185-2.008-.095l-.066.361c-.145-.115-.264-.344-.482-.284-.329.013-.173.425-.202.637z"/><path d="M11.676.299c.373-.138.796-.006 1.056.284 3.563 3.558 7.123 7.121 10.684 10.682.408.346.456 1.027.054 1.397-3.48 3.481-6.964 6.959-10.44 10.442-.264.254-.512.592-.904.641-.322.055-.636-.101-.852-.331C7.836 19.971 4.394 16.531.953 13.09c-.271-.288-.65-.545-.701-.97-.06-.354.133-.682.383-.914L11.2.641c.143-.133.289-.276.476-.343m.119.464c-.12.074-.218.175-.319.271C7.96 4.56 4.432 8.076.915 11.601c-.217.173-.275.527-.059.725 3.438 3.449 6.888 6.887 10.328 10.333.202.197.382.422.618.581.208.097.445.011.588-.156 3.562-3.564 7.126-7.128 10.69-10.69.166-.144.259-.386.156-.594-.173-.262-.419-.462-.635-.685-3.38-3.379-6.76-6.758-10.138-10.139-.163-.187-.42-.338-.668-.215z"/><path d="M16.014 8.598c.029-.212-.127-.624.202-.637.218-.06.337.169.482.284l.066-.361c.68-.09 1.327.266 2.008.095-.116.49-.695.467-1.091.497.284.094.51.289.709.505.368.396.859.668 1.16 1.128a4.39 4.39 0 0 1-.415.6 1.976 1.976 0 0 0-.461.061c-.757.307-1.678-.028-2.363.51-.436.607-.413 1.403-.691 2.072-.162.378-.602.396-.954.421-.049.992-.306 2.21.498 2.983l-.17.197c-.239-.05-.572-.001-.702-.262-.415-.654-.31-1.481-.691-2.149-.118.671.06 1.351.422 1.918-.056.433-.659.17-.949.127l-.032-.469a23.56 23.56 0 0 1-.216-.122c.116-.853-.116-1.693-.103-2.545a8.742 8.742 0 0 1-2.681.125.801.801 0 0 1-.55.424l.037.334c-.253.01-.452-.15-.656-.274l-.239.32c-.053-.106-.16-.319-.212-.426-.134.608-.121 1.379.379 1.83.164.137.397.49.061.577a2.287 2.287 0 0 1-.761-.107c-.126-.148-.148-.352-.22-.526-.116-.071-.253-.137-.257-.294-.151-.612-.355-1.208-.5-1.823-.17.665-.275 1.379-.121 2.054.065.306.491.53.374.852-.439.044-.881-.017-1.316-.079.024-.198.049-.396.077-.593l-.198-.032a7.711 7.711 0 0 0-.054-2.885c.583-.539.265-1.436.33-2.134-.073.521-.214 1.033-.232 1.562-.098.358-.221.709-.214 1.086.01.302-.27.479-.494.622.084-.521-.373-.998-.152-1.506.119-.312.556-.413.566-.779.113-.79-.011-1.61.229-2.382.179-.449.502-.917 1.019-.985.851-.106 1.682.194 2.53.229 1.045.049 2.094.151 3.139.066 1.135-.064 2.272-.083 3.407-.11z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.036.47c.223-.226.508-.427.84-.41.397-.01.695.284.954.547 3.516 3.526 7.05 7.033 10.562 10.562.41.372.439 1.063.034 1.45-3.452 3.468-6.931 6.913-10.381 10.385-.332.32-.656.77-1.169.76-.578.019-.923-.515-1.298-.866-3.214-3.222-6.439-6.433-9.656-9.653-.349-.367-.815-.684-.922-1.214v-.173c.042-.298.192-.563.408-.768C3.949 7.549 7.493 4.01 11.036.471m.632.265a1.926 1.926 0 0 0-.266.229C7.869 4.51 4.314 8.033.787 11.585c-.23.178-.203.515.019.684 3.59 3.578 7.172 7.166 10.762 10.747.161.193.461.169.614-.019 3.382-3.384 6.769-6.763 10.153-10.146.242-.247.515-.469.721-.75.161-.234-.056-.467-.216-.624C19.324 7.954 15.796 4.443 12.279.919c-.152-.157-.391-.344-.611-.184z"/><path fill="#231f20" d="M5.104 11.212c.36-.816 1.153-1.331 1.511-2.147l.208.35.421.018c.053-.15.109-.299.169-.445.132.158.244.334.372.497 2.605.032 5.213-.007 7.819.018.499.047 1.208.308 1.175.918.035 1.217.292 2.412.402 3.622a.381.381 0 0 1-.468.448c.072.62.038 1.256-.113 1.861-.126.125-.293.055-.44.031.037-.452.155-.918.04-1.367-.076-.3-.364-.449-.625-.557-.014.205-.013.41-.008.617-.307.412-.538.896-.911 1.252a41.208 41.208 0 0 0-.317-.122c.211-.427.563-.768.752-1.206-.079-.259-.242-.521-.503-.63-.464-.204-.934-.403-1.372-.664-.749.066-1.498.126-2.248.181-.061.629.2 1.218.296 1.826-.066.254-.138.671-.446.71-.233-.096-.127-.347-.052-.514.197-.383.002-.84-.239-1.157a.257.257 0 0 0-.227.206c-.15.407-.212.839-.275 1.267-.127.004-.322.116-.395-.046-.064-.736.052-1.475.091-2.209-.434-.338-.901-.656-1.231-1.105-.185-.247-.176-.592-.392-.818-.266-.266-.588-.468-.864-.724-.61.104-1.224.18-1.841.221-.187.047-.382-.155-.29-.334m11.043 1.744c-.04.464.167.991.655 1.12.04-.618.175-1.453-.38-1.882-.317.1-.253.502-.275.762z"/><path fill="#fd0" d="M11.668.736c.22-.161.458.026.611.184 3.517 3.523 7.045 7.034 10.561 10.558.16.157.377.39.216.624-.206.281-.479.503-.721.75-3.384 3.383-6.772 6.762-10.153 10.146-.154.188-.454.212-.614.019C7.979 19.436 4.397 15.848.806 12.27c-.222-.169-.25-.506-.019-.684C4.314 8.034 7.869 4.511 11.402.966a2.05 2.05 0 0 1 .266-.229M5.104 11.212c-.091.179.103.38.29.334a17.814 17.814 0 0 0 1.841-.221c.276.256.598.457.864.724.216.227.208.571.392.818.33.449.797.767 1.231 1.105-.04.734-.155 1.474-.091 2.209.073.162.268.049.395.046.062-.428.125-.86.275-1.267a.256.256 0 0 1 .227-.206c.241.317.436.774.239 1.157-.076.167-.181.418.052.514.308-.04.38-.456.446-.71-.096-.608-.358-1.198-.296-1.826.75-.055 1.499-.115 2.248-.181.438.26.907.46 1.372.664.26.109.424.371.503.63-.19.438-.541.779-.752 1.206l.317.122c.373-.355.604-.84.911-1.252a6.68 6.68 0 0 1 .008-.617c.262.108.55.257.625.557.115.449-.002.914-.04 1.367.148.024.314.094.44-.031a5.226 5.226 0 0 0 .113-1.861.381.381 0 0 0 .468-.448c-.11-1.21-.367-2.405-.402-3.622.034-.61-.676-.871-1.175-.918-2.606-.025-5.214.014-7.819-.018-.128-.163-.24-.338-.372-.497-.06.146-.116.295-.169.445a61.888 61.888 0 0 0-.421-.018l-.208-.35c-.358.816-1.151 1.331-1.511 2.147z"/><path fill="#fd0" d="M16.146 12.954c.022-.26-.042-.662.275-.762.556.428.42 1.264.38 1.882-.488-.128-.695-.655-.655-1.12z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.352.208c.476-.346 1.159-.214 1.546.206 3.562 3.558 7.122 7.118 10.681 10.681.502.436.551 1.28.052 1.738-3.476 3.484-6.96 6.96-10.436 10.442-.256.244-.486.548-.84.653-.442.15-.944-.008-1.25-.35C7.644 20.115 4.183 16.653.72 13.193c-.274-.281-.613-.548-.685-.958-.107-.449.11-.899.437-1.199C3.995 7.515 7.516 3.992 11.038.47c.098-.095.202-.187.316-.263m.32.093c-.21.082-.371.245-.532.396C7.626 4.224 4.097 7.74.578 11.267c-.407.349-.454 1.026-.05 1.397 3.478 3.485 6.965 6.96 10.44 10.446.288.284.586.664 1.034.644.476.012.774-.409 1.084-.706 3.318-3.323 6.638-6.643 9.961-9.961.269-.287.644-.544.696-.965.061-.353-.133-.679-.38-.913C19.815 7.668 16.275 4.118 12.727.578c-.263-.286-.684-.42-1.054-.278z"/><path fill="#fee011" d="M11.798.764c.244-.132.498.032.661.21 3.361 3.36 6.72 6.722 10.082 10.081.235.245.506.462.692.75.132.24-.04.491-.215.652-3.546 3.536-7.084 7.081-10.625 10.622-.146.161-.384.269-.592.157-.281-.192-.496-.462-.739-.696C7.68 19.155 4.295 15.773.912 12.388c-.161-.144-.264-.384-.151-.588.188-.283.456-.499.69-.742 3.2-3.199 6.4-6.398 9.598-9.6.245-.235.464-.504.748-.695m2.959 6.66c-.625.083-1.106.551-1.704.712-.63.073-1.264-.09-1.892.014-.638.096-1.276.205-1.92.254-1.096.116-2.143-.541-3.235-.323-.474.204-.97.35-1.451.534-.37.114-.371.551-.4.865-.024 1.019.166 2.044-.006 3.058a6.067 6.067 0 0 0-.011 1.967l.097-.728c.026.144.079.432.107.576.086-.542.251-1.088.167-1.643-.158-.908-.046-1.832-.072-2.748.128.197.198.421.265.644l.377.11c-.102.64-.097 1.304.168 1.906-.18.349-.602.628-.536 1.06.065.682.199 1.357.155 2.046.172.106.257.286.355.454.187.084.406-.01.601-.002a5.526 5.526 0 0 0-.479-.512c-.054-.571-.188-1.178.092-1.714.352.505.497 1.109.613 1.704l.108-.034c-.014.464.481.371.787.282-.143-.164-.3-.316-.433-.486-.276-.608-.563-1.248-.462-1.933.036.131.074.26.113.391a98.1 98.1 0 0 0 .19-.488c.05.192.094.384.14.577.06-.191.12-.382.178-.574l.03.38.136.002.022-.282c.3-.14.553-.358.722-.643.522.038 1.013.334 1.546.227.66-.11 1.308-.314 1.986-.283.062.874.173 1.78-.065 2.636.059.288.052.584.12.87.214.166.498.08.742.059-.144-.209-.317-.404-.408-.644a4.325 4.325 0 0 1 .23-1.514c.202.589-.062 1.217.148 1.811.236.024.475.017.709-.028a21.813 21.813 0 0 0-.344-.457c-.042-.578-.112-1.168.028-1.738.109-.457.193-.919.263-1.384.271-.208.563-.398.785-.661.216-.385.193-.858.391-1.252.343-.323.751-.569 1.072-.917.526-.041.976.334 1.499.338.132-.212.239-.439.275-.689-.278-.23-.649-.437-.715-.827-.059-.344-.308-.599-.521-.857.196-.074.388-.152.58-.234-.385-.032-.762.066-1.14.116m4.009 4.273c-.293.24-.366.653-.647.899-.55.126-1.124.104-1.686.137-.325.02-.71-.058-.965.199-.245.168-.371.438-.428.721.307.488.324 1.076.078 1.594.091.299.115.611.136.922l.181.266.16-.077c-.096-.348-.197-.724-.005-1.061.061.306.092.617.157.923l.281.01a2.597 2.597 0 0 1-.126-.866c.157-.203.293-.422.408-.652.431.072.869.083 1.303.034.126.472.234.956.143 1.446.114.12.239.228.409.251a1.72 1.72 0 0 1-.006-1.403c.192.424-.098 1.062.395 1.314-.204-.632-.076-1.301.097-1.922.277-.552.514-1.123.76-1.69.194-.036.39-.08.574-.161a23.46 23.46 0 0 0-.262-.496c-.03-.175-.065-.349-.101-.523-.29-.023-.606-.043-.856.136z"/><path d="M11.674.3c.37-.142.791-.007 1.054.278 3.547 3.54 7.087 7.09 10.636 10.631.247.234.442.56.38.913-.052.421-.427.678-.696.965a9354.696 9354.696 0 0 0-9.961 9.961c-.31.296-.607.718-1.084.706-.449.019-.746-.36-1.034-.644-3.475-3.486-6.962-6.961-10.44-10.446-.403-.371-.356-1.048.05-1.397C4.097 7.74 7.627 4.224 11.143.696c.161-.151.322-.314.532-.396m.123.464c-.283.191-.503.46-.748.695-3.198 3.202-6.397 6.401-9.598 9.6-.234.242-.502.458-.69.742-.113.204-.01.444.151.588 3.383 3.385 6.768 6.767 10.15 10.152.244.234.458.504.739.696.208.112.445.004.592-.157 3.541-3.541 7.079-7.086 10.625-10.622.175-.161.347-.412.215-.652-.186-.288-.457-.505-.692-.75C19.18 7.697 15.821 4.335 12.46.975c-.163-.178-.418-.342-.661-.21z"/><path d="M14.756 7.423c.378-.05.755-.149 1.14-.116-.192.082-.384.16-.58.234.212.258.462.512.521.857.066.39.437.596.715.827-.036.25-.143.476-.275.689-.523-.005-.973-.379-1.499-.338-.32.348-.728.594-1.072.917-.198.394-.175.866-.391 1.252-.222.263-.514.454-.785.661-.07.464-.154.926-.263 1.384-.139.57-.07 1.159-.028 1.738.118.151.232.304.344.457a2.48 2.48 0 0 1-.709.028c-.21-.594.054-1.222-.148-1.811a4.283 4.283 0 0 0-.23 1.514c.091.24.264.436.408.644-.244.022-.528.107-.742-.059-.068-.286-.061-.582-.12-.87.238-.857.127-1.763.065-2.636-.678-.031-1.326.173-1.986.283-.533.107-1.024-.188-1.546-.227a1.625 1.625 0 0 1-.722.643l-.022.282-.136-.002-.03-.38c-.058.192-.118.383-.178.574-.047-.193-.09-.385-.14-.577a98.1 98.1 0 0 1-.19.488c-.038-.131-.077-.26-.113-.391-.101.685.186 1.325.462 1.933.133.17.29.322.433.486-.306.089-.802.182-.787-.282a2.75 2.75 0 0 0-.108.034c-.116-.595-.262-1.199-.613-1.704-.281.535-.146 1.142-.092 1.714.167.163.332.329.479.512-.196-.007-.414.086-.601.002-.098-.168-.184-.348-.355-.454.044-.689-.09-1.364-.155-2.046-.066-.432.356-.71.536-1.06-.265-.601-.27-1.266-.168-1.906l-.377-.11c-.067-.223-.137-.448-.265-.644.026.916-.086 1.84.072 2.748.084.554-.08 1.1-.167 1.643-.028-.144-.08-.432-.107-.576l-.097.728a6.04 6.04 0 0 1 .011-1.967c.172-1.014-.018-2.039.006-3.058.029-.314.03-.751.4-.865.481-.184.977-.33 1.451-.534 1.092-.218 2.14.439 3.235.323.644-.049 1.282-.158 1.92-.254.629-.104 1.262.059 1.892-.014.598-.161 1.079-.629 1.704-.712zM18.768 11.694c.25-.179.565-.158.856-.136.036.174.071.348.101.523.089.164.176.329.262.496-.184.08-.379.125-.574.161-.246.566-.482 1.138-.76 1.69-.173.622-.301 1.29-.097 1.922-.493-.252-.203-.89-.395-1.314a1.72 1.72 0 0 0 .006 1.403c-.17-.023-.295-.131-.409-.251.091-.49-.017-.974-.143-1.446a4.702 4.702 0 0 1-1.303-.034 4.001 4.001 0 0 1-.408.652c-.012.295.04.586.126.866l-.281-.01c-.065-.306-.096-.617-.157-.923-.192.337-.091.713.005 1.061l-.16.077-.181-.266c-.02-.311-.044-.623-.136-.922a1.637 1.637 0 0 0-.078-1.594c.058-.283.184-.553.428-.721.254-.257.64-.179.965-.199.562-.032 1.136-.011 1.686-.137.281-.246.354-.659.647-.899z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2b2f" d="M11.514 1.6c.486-.059 1.126-.166 1.457.295.204.242.354.522.512.796 1.255 2.282 2.6 4.516 3.912 6.766 1.373 2.531 2.878 4.99 4.314 7.486.545 1.076 1.192 2.095 1.804 3.135.265.461.562 1.046.244 1.56-.24.56-.897.75-1.459.722-6.918-.011-13.838-.002-20.758-.01-.61.015-1.244-.43-1.307-1.061-.107-.659.356-1.202.651-1.741.81-1.253 1.448-2.606 2.229-3.874.872-1.423 1.667-2.89 2.531-4.316 1.524-2.829 3.255-5.539 4.794-8.36.307-.497.541-1.101 1.074-1.398M8.64 9.781c-.918 1.617-1.92 3.185-2.785 4.832-1.124 1.964-2.303 3.899-3.406 5.874 6.404.027 12.808.013 19.213.006-2.253-3.81-4.419-7.67-6.661-11.488-1.015-1.688-1.901-3.453-2.968-5.11-1.179 1.933-2.242 3.935-3.394 5.886z"/><path fill="#fff" d="M8.64 9.781c1.152-1.95 2.215-3.952 3.394-5.886 1.067 1.657 1.952 3.423 2.968 5.11 2.242 3.817 4.408 7.678 6.661 11.488-6.406.008-12.81.021-19.213-.006 1.103-1.975 2.282-3.91 3.406-5.874.865-1.648 1.867-3.215 2.785-4.832m.698 2.787c-.528.328-1.322.4-1.501 1.101.821.034 1.661-.861 2.423-.261-.507.526-1.118 1.17-.893 1.973.352 1.171 1.463 1.859 2.299 2.667.455.488 1.128.579 1.749.682l-.229.432c-.434.053-.888.053-1.284.261.41.067.827.084 1.242.095.274-.331.541-.669.859-.958-.07.358-.194.701-.337 1.034-.392.053-.789.084-1.166.211.423.141.869.128 1.307.12.183-.413.352-.832.518-1.251.731-.253 1.472-.491 2.16-.848.61-.368 1.36-.23 2-.516-.562-.301-1.229-.486-1.638-1.008-.345-.495-.935-.714-1.358-1.128-.926-.844-2.135-1.4-3.406-1.349.272-1.019-.331-2.541-1.573-2.392-.691-.042-.851.686-1.171 1.133z"/><path fill="#201e1c" d="M9.339 12.568c.32-.448.48-1.175 1.171-1.133 1.242-.149 1.846 1.373 1.573 2.392 1.27-.051 2.48.505 3.406 1.349.423.413 1.013.632 1.358 1.128.41.522 1.076.707 1.638 1.008-.64.286-1.39.149-2 .516-.688.356-1.429.594-2.16.848a33.95 33.95 0 0 1-.518 1.251c-.438.008-.884.021-1.307-.12.377-.128.773-.158 1.166-.211.143-.333.267-.676.337-1.034-.318.29-.585.627-.859.958a9.376 9.376 0 0 1-1.242-.095c.396-.208.85-.208 1.284-.261l.229-.432c-.621-.103-1.293-.194-1.749-.682-.836-.808-1.947-1.495-2.299-2.667-.225-.804.387-1.448.893-1.973-.762-.6-1.602.295-2.423.261.179-.701.973-.773 1.501-1.101z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.892 1.5h.443c.18.19.44.307.554.554 3.614 6.167 7.165 12.373 10.762 18.551.154.268.304.542.348.853l.001-.353v.325c.008.55-.425 1-.955 1.069H1.025c-.438-.018-.791-.312-.979-.691.1-.238.162-.517.024-.754.106-.154.205-.312.3-.473C3.93 14.426 7.494 8.274 11.056 2.12c.166-.328.479-.546.836-.622m-.218.53c-.138.096-.223.248-.312.388C7.76 8.657 4.137 14.888.538 21.13c-.287.394.049 1.002.54.943 7.28.006 14.562.006 21.842 0 .502.061.835-.568.535-.961-3.51-6.083-7.038-12.158-10.553-18.24-.146-.248-.275-.511-.456-.739-.18-.229-.535-.258-.773-.104z"/><path fill="#fff" d="M11.539 6.318c.152-.253.272-.532.48-.746 2.795 4.79 5.562 9.599 8.342 14.399-5.574.002-11.148.002-16.721.001 2.629-4.554 5.269-9.101 7.898-13.654M8.49 13.656c-.254.032-.51.06-.763.11.265.156.58.143.872.193.194.209.564.295.592.618-.036.444-.385.854-.204 1.31.152.752.796 1.229 1.4 1.621.164.114.331.222.499.331a9.617 9.617 0 0 1-.434.512c-.181-.08-.361-.163-.54-.246l-.206.304c.109.085.217.17.325.258.308-.078.623-.126.938-.172l-.24-.151c.091-.132.179-.265.265-.4l.022.194c.181.02.361.037.542.053l-.184-.268.172-.217c.528.313 1.081-.049 1.627-.092-.198-.169-.391-.344-.596-.506l.396-.047c-.378-.206-.798-.374-1.056-.738-.403-.558-1.074-.851-1.738-.956-.149-.036-.412-.091-.362-.302.056-.58-.05-1.234-.498-1.643-.282-.236-.656-.035-.829.233m6.492 2.871c.152.128.304.258.446.397-.269.404-.08.912.318 1.141l-.136.215-.346.054.071.186c.157-.054.314-.104.474-.15l-.006-.258.48.106c.138.194-.208.224-.304.322l.214.205a8.46 8.46 0 0 1 .26-.242.703.703 0 0 1-.029-.299c.14-.037.282-.072.425-.103-.067-.319-.218-.62-.587-.624l.509.007a1.15 1.15 0 0 0-.614-.239 20.287 20.287 0 0 0-.295-.217c.272-.226.212-.7-.24-.678l.106.418-.247.007.114-.212a.824.824 0 0 0-.356-.014l-.257-.02m-1.708.156c.155.106.302.222.442.348-.055.179-.137.353-.148.541.101.269.289.492.494.688.146.011.293.031.437.061l.082.149-.283.166.077.168.16.02.19-.209a4.694 4.694 0 0 1-.077-.288c.102-.07.559 0 .43-.252.002-.299-.211-.424-.472-.478.109.001.329.002.438.004a1.09 1.09 0 0 0-.564-.241 21.889 21.889 0 0 0-.328-.197c.13-.197.233-.407.064-.628-.101.061-.202.125-.301.188l.12.139-.251.041.114-.42-.623.199m3.5.526c.154.109.305.222.445.347a4.576 4.576 0 0 0-.156.508c.074.276.313.46.446.698-.084.167-.282.173-.438.233l.032.157c.138-.04.276-.077.415-.112l.115-.241a.505.505 0 0 1 .367.108c.028.148-.05.247-.234.3l.247.184.202-.292a12.21 12.21 0 0 0-.01-.191c.091-.096.224-.143.398-.142a6.784 6.784 0 0 0-.21-.757c-.252-.098-.518-.157-.749-.304l.188-.362c.001-.232-.245-.263-.407-.337-.196.133-.408.235-.654.203m-3.226 1.319c.089.184.43.056.545-.058-.03-.239-.46-.086-.545.058z"/><path fill="#fff" d="M8.825 13.504l.235.029c.103.101.026.353-.14.283-.12-.079-.151-.184-.095-.312z"/><path fill="#c1121c" d="M11.674 2.028c.238-.154.593-.125.773.104.181.228.31.491.456.739 3.515 6.082 7.043 12.157 10.553 18.24.3.394-.034 1.022-.535.961-7.28.006-14.562.006-21.842 0-.491.059-.827-.55-.54-.943C4.138 14.887 7.761 8.656 11.363 2.415c.089-.139.174-.292.312-.388m-.136 4.291c-2.629 4.553-5.269 9.1-7.898 13.654 5.573.001 11.147.001 16.721-.001-2.78-4.8-5.548-9.608-8.342-14.399-.208.215-.328.493-.48.746z"/><path fill="#c1121c" d="M17.294 17.224c.198-.062.263.004.196.198-.196.062-.262-.004-.196-.198zM0 21.12l.07-.065c.138.236.076.516-.024.754l-.046.03v-.719z"/><path d="M8.49 13.656c.173-.268.547-.469.829-.233.448.409.554 1.063.498 1.643-.049.211.214.266.362.302.664.106 1.334.398 1.738.956.258.364.678.532 1.056.738l-.396.047c.205.162.398.337.596.506-.546.043-1.099.406-1.627.092l-.172.217.184.268a19.867 19.867 0 0 1-.542-.053l-.022-.194c-.086.134-.174.268-.265.4l.24.151c-.316.046-.63.094-.938.172a19.317 19.317 0 0 0-.325-.258c.07-.101.138-.203.206-.304.179.083.359.166.54.246.151-.166.295-.337.434-.512-.168-.109-.335-.217-.499-.331-.605-.392-1.248-.869-1.4-1.621-.181-.456.168-.866.204-1.31-.028-.323-.397-.409-.592-.618-.293-.05-.607-.037-.872-.193.253-.05.509-.078.763-.11m.335-.153c-.056.128-.025.233.095.312.167.07.244-.182.14-.283l-.235-.029zM14.982 16.526l.257.02a.823.823 0 0 1 .356.014l-.114.212.247-.007a85.675 85.675 0 0 0-.106-.418c.452-.022.512.452.24.678.098.071.198.144.295.217.226.019.436.1.614.239a86.385 86.385 0 0 1-.509-.007c.368.004.52.305.587.624-.143.031-.284.066-.425.103a.703.703 0 0 0 .029.299c-.089.079-.175.16-.26.242l-.214-.205c.096-.097.442-.127.304-.322l-.48-.106.006.258c-.16.046-.317.096-.474.15l-.071-.186.346-.054c.044-.072.09-.143.136-.215-.398-.229-.587-.737-.318-1.141a8.372 8.372 0 0 0-.446-.397zM13.274 16.684l.623-.199-.114.42.251-.041-.12-.139c.1-.064.2-.127.301-.188.169.221.066.431-.064.628l.328.197c.209.025.401.108.564.241-.109-.001-.329-.002-.438-.004.26.054.474.179.472.478.13.252-.328.182-.43.252.023.097.048.193.077.288l-.19.209-.16-.02-.077-.168.283-.166-.082-.149c-.144-.03-.29-.05-.437-.061-.205-.196-.394-.419-.494-.688.011-.188.092-.362.148-.541a4.124 4.124 0 0 0-.442-.348zM16.775 17.209c.246.032.458-.07.654-.203.162.074.408.106.407.337-.047.09-.142.271-.188.362.23.146.497.205.749.304.088.247.151.502.21.757-.174-.001-.307.046-.398.142l.01.191-.202.292-.247-.184c.184-.053.262-.152.234-.3a.507.507 0 0 0-.367-.108l-.115.241c-.139.035-.277.072-.415.112l-.032-.157c.156-.06.354-.066.438-.233-.133-.239-.372-.422-.446-.698.042-.172.094-.341.156-.508a5.154 5.154 0 0 0-.445-.347m.516.015c-.066.194 0 .26.196.198.067-.194.002-.26-.196-.198z"/><path d="M13.546 18.528c.085-.144.515-.296.545-.058-.115.114-.456.241-.545.058z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#d20000" d="M11.137 2.072c.197-.395.649-.671 1.092-.533.47.131.655.628.888 1.004 3.548 6.169 7.111 12.33 10.664 18.497.138.254.275.559.139.846-.109.336-.438.518-.757.613H.868a1.043 1.043 0 0 1-.869-.767v-.241c.186-.492.479-.931.737-1.385 3.468-6.011 6.935-12.023 10.4-18.035m.841 3.588c-2.74 4.772-5.509 9.528-8.255 14.296 5.512.001 11.023.002 16.536 0-2.762-4.764-5.496-9.545-8.281-14.296z"/><path fill="#f8c800" d="M11.977 5.659c2.785 4.751 5.519 9.532 8.281 14.296-5.513.002-11.024.001-16.536 0 2.746-4.768 5.515-9.523 8.255-14.296m-.043 6.849c-.295-.084-.664-.23-.926.011-.312.247-.194.689-.209 1.03.128-.292.131-.743.499-.848.199-.084.37.073.517.182l-.53-.12c.047.222.131.449.07.678-.108.622-.037 1.259.006 1.885.152.766.342 1.682 1.106 2.072.277.625-.005 1.291-.016 1.937l.19-.191c.119-.509.173-1.03.266-1.542l.28.089c.292.53.122 1.129.119 1.698l.187-.178c.094-.451.083-.917.113-1.375a3.48 3.48 0 0 0 1.349-.013c.16.55-.025 1.102-.067 1.651l.172-.154c.156-.494.23-1.013.306-1.525.228-.013.457-.024.686-.035.259.511.289 1.078.272 1.639l.178-.169c.066-.523.012-1.055-.077-1.572.463-.755.232-1.658.186-2.485-.022-.544-.452-1.061-1.01-1.099-.67-.151-1.442-.028-2.011-.478-.224-.224-.546-.52-.38-.868l-.456.055c.154-.092.344-.23.526-.113.241.188.302.505.416.773.017-.409.002-1.021-.512-1.105-.418.028-.823.174-1.248.169m-5.104 3.649c-.014.311.36.179.557.214.109.516.312 1.031.697 1.404.186.202.462.372.479.674-.029.379-.131.75-.156 1.132.332-.386.253-.953.39-1.418.104.455.218.907.346 1.356l.152-.034c-.062-.311-.125-.62-.19-.93l.23-.49c.28.002.568-.044.842.028.174.107.317.263.426.437-.031.305-.188.578-.268.872.329-.265.371-.712.59-1.051-.014.343-.143.665-.217.996.274-.245.334-.623.46-.95l-.19-.341c.098-.384.317-.787.161-1.186-.084-.227-.19-.528-.467-.565-.714-.054-1.439.047-2.15-.058-.318-.162-.324-.688-.73-.743-.452-.102-.658.424-.964.653z"/><path d="M11.934 12.508c.425.005.83-.142 1.248-.169.515.084.529.696.512 1.105-.114-.268-.175-.584-.416-.773-.181-.118-.372.02-.526.113l.456-.055c-.166.348.156.643.38.868.569.45 1.342.326 2.011.478.558.038.989.556 1.01 1.099.046.827.277 1.73-.186 2.485.089.517.143 1.049.077 1.572l-.178.169c.017-.562-.013-1.128-.272-1.639a76.78 76.78 0 0 0-.686.035c-.076.512-.15 1.031-.306 1.525l-.172.154c.042-.55.227-1.102.067-1.651a3.46 3.46 0 0 1-1.349.013c-.03.458-.019.924-.113 1.375l-.187.178c.004-.569.173-1.168-.119-1.698l-.28-.089c-.094.512-.148 1.033-.266 1.542l-.19.191c.011-.646.293-1.312.016-1.937-.764-.39-.954-1.307-1.106-2.072-.043-.626-.114-1.264-.006-1.885.061-.229-.023-.456-.07-.678l.53.12c-.148-.109-.318-.266-.517-.182-.368.106-.371.557-.499.848.014-.341-.103-.782.209-1.03.263-.241.631-.095.926-.011zM6.832 16.156c.306-.229.511-.755.964-.653.406.055.412.581.73.743.712.104 1.436.004 2.15.058.277.037.383.338.467.565.156.398-.062.802-.161 1.186l.19.341c-.126.328-.186.706-.46.95.074-.331.203-.653.217-.996-.22.34-.262.786-.59 1.051.079-.294.236-.568.268-.872a1.348 1.348 0 0 0-.426-.437c-.275-.072-.563-.025-.842-.028l-.23.49c.065.31.127.619.19.93a8.287 8.287 0 0 0-.152.034 28.636 28.636 0 0 1-.346-1.356c-.137.466-.058 1.032-.39 1.418.025-.382.127-.752.156-1.132-.017-.302-.293-.473-.479-.674-.385-.373-.588-.888-.697-1.404-.197-.035-.571.097-.557-.214z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-curve-first-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.892 1.5h.188c.43.121.595.57.808.914 3.624 6.294 7.25 12.584 10.877 18.876.139.254.298.551.184.846-.088.204-.302.292-.496.364H.564c-.259-.055-.488-.217-.564-.48v-.19a2.47 2.47 0 0 1 .224-.536c3.629-6.295 7.258-12.59 10.883-18.887.209-.34.371-.772.785-.907M3.86 20.003c5.423.001 10.847.002 16.271 0-2.711-4.709-5.419-9.418-8.135-14.123C9.28 10.585 6.57 15.294 3.86 20.003z"/><path fill="#fff" d="M3.86 20.003c2.71-4.709 5.42-9.418 8.136-14.123 2.716 4.705 5.424 9.414 8.135 14.123-5.424.002-10.848.001-16.271 0m5.909-7.552c-.012 1.084-.014 2.17.001 3.254.026.883 1.109 1.475 1.866 1.014.551-.372 1.043-.824 1.576-1.222.001 1.178 0 2.357.002 3.535.257-.217.515-.432.781-.637.259.211.518.422.775.637-.008-1.406.014-2.813-.011-4.217-.026-.875-1.1-1.456-1.85-1.016-.554.382-1.061.826-1.59 1.24-.002-.874-.001-1.747-.001-2.621a23.933 23.933 0 0 0-.781-.676c-.252.238-.568.426-.768.708z"/><path d="M9.769 12.451c.2-.282.516-.47.768-.708.264.221.527.444.781.676 0 .874-.001 1.747.001 2.621.529-.414 1.036-.858 1.59-1.24.75-.439 1.824.142 1.85 1.016.025 1.404.002 2.81.011 4.217-.257-.215-.516-.426-.775-.637-.266.205-.524.42-.781.637-.002-1.178-.001-2.357-.002-3.535-.533.397-1.025.85-1.576 1.222-.757.461-1.84-.131-1.866-1.014a126.062 126.062 0 0 1-.001-3.254z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-curve-first-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M10.958.526c.222-.226.473-.466.808-.485.376-.052.709.17.953.434 3.563 3.562 7.135 7.116 10.691 10.687.404.373.413 1.067.01 1.445-3.601 3.606-7.216 7.199-10.812 10.81-.331.368-.949.442-1.338.125-3.662-3.62-7.292-7.279-10.942-10.914-.187-.173-.281-.414-.328-.66v-.142c.053-.514.49-.83.821-1.174C4.199 7.275 7.579 3.901 10.959.525m.693.197c-.163.12-.3.27-.443.413C7.753 4.599 4.28 8.047.828 11.515c-.156.134-.284.359-.162.56.218.29.505.52.756.781 3.382 3.38 6.767 6.758 10.148 10.139.151.185.449.173.598-.008 3.6-3.602 7.207-7.199 10.808-10.801.217-.182.14-.504-.065-.659C19.378 7.979 15.825 4.449 12.287.905c-.155-.169-.415-.366-.636-.182z"/><path fill="#231f20" d="M7.669 8.467c.7-1.235 1.411-2.462 2.123-3.69.698 1.229 1.416 2.447 2.108 3.679-.318-.076-.637-.15-.956-.228.038.985-.082 1.991.065 2.963.859.761 1.928 1.256 2.794 2.014.338.299.576.73.566 1.189.006 1.45 0 2.899.002 4.349-.786.002-1.572.001-2.358.001-.004-1.331.002-2.662-.002-3.992.007-.464-.488-.658-.814-.876-.604-.396-1.236-.751-1.818-1.18-.458-.365-.662-.968-.666-1.54-.007-.982.001-1.963-.004-2.945l-1.04.256z"/><path fill="#fd0" d="M11.652.722c.221-.184.481.013.636.182 3.538 3.545 7.091 7.074 10.624 10.622.205.155.282.476.065.659-3.601 3.602-7.208 7.199-10.808 10.801-.149.181-.446.193-.598.008-3.382-3.38-6.767-6.758-10.148-10.139-.251-.262-.538-.491-.756-.781-.122-.202.006-.426.162-.56C4.281 8.046 7.754 4.598 11.21 1.134c.143-.143.28-.293.443-.413M7.669 8.467l1.04-.256c.005.982-.004 1.963.004 2.945.004.571.208 1.175.666 1.54.582.428 1.214.784 1.818 1.18.325.218.821.412.814.876.005 1.331-.001 2.662.002 3.992.786 0 1.572.001 2.358-.001-.002-1.45.004-2.899-.002-4.349.01-.46-.228-.89-.566-1.189-.865-.757-1.934-1.253-2.794-2.014-.146-.972-.026-1.978-.065-2.963.319.078.638.152.956.228-.692-1.232-1.41-2.45-2.108-3.679a434.857 434.857 0 0 0-2.123 3.69z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-curve-first-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.892 1.5h.185c.433.116.595.569.81.912 3.624 6.294 7.25 12.587 10.878 18.88.138.251.296.544.184.836-.08.212-.301.301-.497.372H.526c-.205-.101-.373-.263-.526-.43v-.241c.054-.187.127-.367.224-.535C3.852 15.001 7.478 8.707 11.103 2.413c.21-.341.371-.778.788-.913m.008 4.538c-2.677 4.656-5.362 9.308-8.039 13.964 5.423.001 10.847.002 16.27 0-2.657-4.625-5.328-9.242-7.982-13.868-.034-.089-.193-.324-.248-.096z"/><path fill="#fff" d="M11.899 6.038c.055-.228.215.007.248.096 2.654 4.626 5.326 9.244 7.982 13.868-5.423.002-10.847.001-16.27 0 2.677-4.656 5.362-9.308 8.039-13.964m.774 6.38c.002.875-.001 1.748.002 2.623-.529-.413-1.037-.856-1.589-1.238-.75-.442-1.83.134-1.855 1.012-.024 1.405-.002 2.813-.01 4.218.262-.215.514-.444.798-.63.25.214.509.416.758.631 0-1.178 0-2.357.002-3.535.538.4 1.032.858 1.589 1.231.763.445 1.83-.154 1.853-1.033.016-1.079.012-2.159.001-3.236-.187-.288-.52-.476-.769-.716a27.95 27.95 0 0 0-.781.674z"/><path d="M12.672 12.418c.256-.23.517-.454.781-.674.25.24.582.428.769.716.011 1.078.014 2.158-.001 3.236-.023.88-1.09 1.478-1.853 1.033-.557-.373-1.051-.832-1.589-1.231-.002 1.178-.002 2.357-.002 3.535-.25-.215-.509-.418-.758-.631-.284.186-.536.415-.798.63.007-1.405-.014-2.813.01-4.218.025-.877 1.105-1.453 1.855-1.012.552.383 1.06.826 1.589 1.238-.004-.875 0-1.748-.002-2.623z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-curve-first-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M23.653 12.837L12.838 23.651a1.18 1.18 0 0 1-1.674 0L.349 12.837a1.184 1.184 0 0 1 0-1.675L11.164.348a1.182 1.182 0 0 1 1.674 0l10.815 10.814a1.184 1.184 0 0 1 0 1.675z"/><path d="M23.503 12.643L12.65 23.495a.92.92 0 0 1-1.301 0L.496 12.643a.923.923 0 0 1 0-1.302L11.349.489a.92.92 0 0 1 1.301 0l10.853 10.852a.923.923 0 0 1 0 1.302z"/><path fill="#fee011" d="M23.188 12.307L12.313 23.182a.433.433 0 0 1-.627 0L.811 12.307a.434.434 0 0 1 0-.629L11.686.803a.432.432 0 0 1 .627 0l10.875 10.875c.18.18.18.449 0 .629z"/><path d="M9.177 12.808l3.493-3.187c.209-.202.351-.493.351-.8l-1.646.516c-.224 0-.471-.232-.471-.493 0-.083.06-.21.105-.247l3.328-4.913 3.284 4.869a.563.563 0 0 1 .105.292.484.484 0 0 1-.472.493l-1.667-.516c0 1.01-.427 1.952-1.107 2.67l-4.046 3.575c-.21.225-.352.531-.352.86v2.199l-2.587.022v-2.221c0-1.294.659-2.438 1.683-3.118z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path d="M23.75 11.417L12.583.251a.827.827 0 0 0-1.167 0L.25 11.417a.827.827 0 0 0 0 1.167L11.416 23.75a.827.827 0 0 0 1.167 0L23.75 12.584a.827.827 0 0 0 0-1.167z"/><path fill="#f60" d="M22.94 11.747L12.253 1.06a.36.36 0 0 0-.507 0L1.06 11.747a.36.36 0 0 0 0 .506l10.686 10.686c.14.14.368.14.507 0L22.94 12.253a.357.357 0 0 0 0-.506z"/><path d="M7.293 9.462v.291c0 .777.366 1.545.99 2.016l2.437 1.839a.774.774 0 0 1 .313.618v1.779h1.796v-1.779c0-.466-.127-.932-.373-1.329a2.372 2.372 0 0 0-.574-.652l-2.479-1.874a.797.797 0 0 1-.268-.345.79.79 0 0 1-.052-.28v-.312l1.189.341c.019.005.038.007.056.01a.347.347 0 0 0 .379-.279.34.34 0 0 0-.057-.27L8.192 5.794l-2.238 3.45a.359.359 0 0 0-.057.191c0 .168.126.314.289.349.06.013.117.004.174-.015l.933-.306zM13.174 9.462v.291c0 .777.366 1.545.99 2.016l2.437 1.839a.774.774 0 0 1 .313.618v1.779h1.796v-1.779c0-.466-.127-.932-.373-1.329a2.372 2.372 0 0 0-.574-.652l-2.479-1.874a.797.797 0 0 1-.268-.345.79.79 0 0 1-.052-.28v-.312l1.189.341c.019.005.038.007.056.01a.347.347 0 0 0 .379-.279.34.34 0 0 0-.057-.27l-2.458-3.442-2.238 3.45a.359.359 0 0 0-.057.191c0 .168.126.314.289.349.06.013.117.004.174-.015l.933-.306z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path d="M.25 11.417L11.417.251a.827.827 0 0 1 1.167 0L23.75 11.417a.827.827 0 0 1 0 1.167L12.584 23.75a.827.827 0 0 1-1.167 0L.25 12.584a.827.827 0 0 1 0-1.167z"/><path fill="#f60" d="M1.06 11.747L11.747 1.06a.36.36 0 0 1 .507 0L22.94 11.747a.36.36 0 0 1 0 .506L12.254 22.939a.359.359 0 0 1-.507 0L1.06 12.253a.357.357 0 0 1 0-.506z"/><path d="M16.707 9.462v.291a2.55 2.55 0 0 1-.99 2.016l-2.437 1.839a.774.774 0 0 0-.313.618v1.779h-1.796v-1.779c0-.466.127-.932.373-1.329.152-.246.342-.477.574-.652l2.479-1.874a.797.797 0 0 0 .268-.345.79.79 0 0 0 .052-.28v-.312l-1.189.341c-.019.005-.038.007-.056.01a.347.347 0 0 1-.379-.279.34.34 0 0 1 .057-.27l2.458-3.442 2.238 3.45a.359.359 0 0 1 .057.191.365.365 0 0 1-.289.349.322.322 0 0 1-.174-.015l-.933-.306zM10.826 9.462v.291a2.55 2.55 0 0 1-.99 2.016l-2.437 1.839a.774.774 0 0 0-.313.618v1.779H5.29v-1.779c0-.466.127-.932.373-1.329.152-.246.342-.477.574-.652l2.479-1.874a.797.797 0 0 0 .268-.345.79.79 0 0 0 .052-.28v-.312l-1.189.341c-.019.005-.038.007-.056.01a.347.347 0 0 1-.379-.279.34.34 0 0 1 .057-.27l2.458-3.442 2.238 3.45a.359.359 0 0 1 .057.191.365.365 0 0 1-.289.349.322.322 0 0 1-.174-.015l-.933-.306z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-descent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f7df33" d="M11.336 1.924c.387-.11.808-.102 1.196-.005.151.117.297.237.443.359l.102.297c.141.217.293.427.419.654l.123.272.127.268c.137.219.288.428.4.66.078.139.171.268.268.395.089.178.178.355.26.537.134.219.286.427.414.65l.113.277c.139.219.289.428.419.654l.111.273c.138.217.289.428.416.652.03.069.091.206.123.273l.127.268c.137.219.286.43.406.66.127.223.276.434.403.656l.125.272.127.268c.137.22.288.43.404.66.107.191.236.366.35.552l.114.273c.151.257.321.504.475.761l.111.274c.138.219.29.428.419.654l.111.276c.139.217.289.428.419.652l.111.273c.138.219.289.43.419.655l.111.274c.139.219.29.428.419.654l.111.274c.139.219.29.428.419.654.028.069.084.206.11.274.21.292.394.598.54.927.133.22.282.431.402.66.129.221.276.431.398.656.088.18.178.359.269.538.233.358.203.809.101 1.207-.138.215-.32.395-.533.534a1.853 1.853 0 0 1-.463.064c-3.182-.005-6.366.003-9.548-.004-.208.009-.444-.04-.61.127-3.462.021-6.926-.003-10.389.012a1.975 1.975 0 0 1-.603-.068 1.716 1.716 0 0 1-.533-.533c-.084-.301-.125-.644.025-.932.037-.13.078-.26.121-.387.118-.187.252-.362.371-.548l.109-.277c.13-.223.28-.432.416-.651l.123-.27.184-.375c.113-.187.244-.362.358-.548l.113-.274c.127-.224.277-.434.412-.652.06-.127.119-.253.18-.379.135-.286.305-.553.484-.813.06-.127.119-.256.176-.385.113-.186.243-.361.354-.546l.176-.382c.114-.186.244-.361.358-.545l.113-.276c.129-.221.277-.431.404-.654.118-.231.27-.44.407-.659.084-.182.171-.363.253-.545.126-.223.273-.434.402-.655.117-.231.269-.442.41-.658l.11-.276c.191-.304.399-.598.541-.928.119-.228.27-.438.41-.654l.111-.274c.129-.224.278-.435.415-.655l.178-.383c.113-.184.241-.359.355-.544l.118-.268c.154-.324.342-.629.54-.927l.188-.378.122-.268c.114-.186.244-.359.359-.544l.111-.274c.131-.221.278-.434.406-.658.142-.263.314-.508.456-.77a.764.764 0 0 1 .37-.411m.231.232c-.313.111-.485.414-.644.683-.542.957-1.102 1.905-1.624 2.873-1.565 2.875-3.23 5.691-4.862 8.527-1.07 1.859-2.066 3.759-3.133 5.619-.172.313-.39.614-.465.969-.054.553.451 1.089 1.012 1.042 6.768-.06 13.538-.09 20.307-.148.692.017 1.159-.845.79-1.424-1.504-2.575-2.954-5.182-4.441-7.768-1.689-2.872-3.324-5.776-4.958-8.681-.268-.448-.512-.911-.8-1.347-.245-.386-.768-.489-1.181-.346z"/><path fill="#f7df33" d="M9.048 9.723c.926-1.714 1.933-3.383 2.891-5.078 1.843 3.043 3.516 6.184 5.318 9.25 1.151 2.034 2.363 4.034 3.459 6.097-5.861.016-11.722.069-17.582.095 1.928-3.479 3.998-6.878 5.914-10.364m3.642 5.816c-.936.062-1.878-.012-2.812.046-1.138 1.12-2.21 2.311-3.369 3.413 3.011-.015 6.021-.044 9.031-.04-.008-2.379-.012-4.759-.013-7.138-.926 1.254-1.888 2.481-2.836 3.718m-.37-1.269a55.587 55.587 0 0 1-.029-.569 18.66 18.66 0 0 0-.338.351c.027.317.056.632.089.949.443-.088.996-.034 1.248-.499l-.611.066c.625-.75 1.216-1.529 1.846-2.274a99.38 99.38 0 0 0-.335-.321c-.611.773-1.238 1.535-1.868 2.295m-3.394.746c-.664.732-1.38 1.415-2.062 2.13l.011-.597-.326.33a74.79 74.79 0 0 0-.021.947c.443-.05.969.062 1.278-.343a42.852 42.852 0 0 0-.621-.004c.683-.712 1.383-1.406 2.043-2.139a31.212 31.212 0 0 1-.302-.324z"/><path fill="#1f2924" d="M11.562 2.153c.414-.143.936-.04 1.181.346.288.436.532.899.8 1.347 1.634 2.905 3.268 5.809 4.958 8.681 1.486 2.586 2.937 5.192 4.441 7.768.369.579-.098 1.441-.79 1.424-6.769.058-13.539.089-20.307.148-.561.046-1.066-.489-1.012-1.042.076-.355.293-.656.465-.969 1.067-1.86 2.063-3.76 3.133-5.619 1.632-2.836 3.298-5.653 4.862-8.527.522-.968 1.082-1.916 1.624-2.873.159-.269.332-.571.644-.683M9.048 9.723c-1.916 3.486-3.986 6.884-5.914 10.364 5.861-.027 11.722-.08 17.582-.095-1.097-2.063-2.309-4.063-3.459-6.097-1.802-3.066-3.475-6.207-5.318-9.25-.957 1.696-1.965 3.364-2.891 5.078z"/><path fill="#1f2924" d="M12.69 15.539c.948-1.237 1.911-2.464 2.836-3.718.001 2.379.005 4.759.013 7.138-3.01-.004-6.02.025-9.031.04 1.159-1.102 2.232-2.293 3.369-3.413.935-.058 1.876.016 2.812-.046z"/><path fill="#1f2924" d="M12.321 14.269c.63-.76 1.257-1.522 1.868-2.295.111.106.224.213.335.321-.63.745-1.221 1.524-1.846 2.274l.611-.066c-.252.464-.805.411-1.248.499a50.696 50.696 0 0 1-.089-.949c.111-.118.224-.236.338-.351l.029.569zM8.929 15.013l.302.324c-.66.733-1.36 1.427-2.043 2.139.207 0 .414.001.621.004-.309.406-.835.293-1.278.343.005-.316.012-.631.021-.947l.326-.33-.011.597c.682-.715 1.398-1.398 2.062-2.13z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-reverse-curve--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f4911d" d="M23.656 11.167L12.833.343a1.182 1.182 0 0 0-1.666 0L.343 11.167a1.18 1.18 0 0 0 0 1.665l10.824 10.824a1.182 1.182 0 0 0 1.666 0l10.823-10.824a1.18 1.18 0 0 0 0-1.665z"/><path d="M23.395 11.339L12.661.604a.939.939 0 0 0-1.322 0L.604 11.339a.939.939 0 0 0 0 1.322l10.735 10.735a.939.939 0 0 0 1.322 0l10.734-10.735a.937.937 0 0 0 0-1.322z"/><path fill="#f4911d" d="M23.06 11.67L12.33.94a.467.467 0 0 0-.66 0L.94 11.67a.467.467 0 0 0 0 .66l10.73 10.73a.467.467 0 0 0 .66 0l10.73-10.73a.467.467 0 0 0 0-.66z"/><path d="M15.968 13.57a.592.592 0 0 1-.298.504l-1.993 1.376c-.398.275-.573.808-.573 1.298l-.001 1.363h1.178l.001-1.357c0-.186.089-.363.239-.474l1.754-1.193c.532-.31.87-.904.87-1.525v.001a800.81 800.81 0 0 1 0-2.192c0 .007 0 0 0 0 0-.621-.338-1.215-.87-1.525l-1.754-1.193a.592.592 0 0 1-.239-.474l-.001-.528.65.194c.09.025.156.035.226-.012a.217.217 0 0 0 .057-.302l-1.521-2.25-1.524 2.25a.217.217 0 0 0 .057.302c.066.045.135.037.217.016l.66-.199.001.535c0 .49.175 1.022.573 1.298l1.993 1.377a.592.592 0 0 1 .298.504v2.204z"/><path d="M11.772 13.57a.592.592 0 0 1-.298.504L9.481 15.45c-.398.275-.573.808-.573 1.298l-.001 1.363h1.178l.001-1.357c0-.186.089-.363.239-.474l1.754-1.193c.532-.31.87-.904.87-1.525v.001-2.192c0 .007 0 0 0 0 0-.621-.338-1.215-.87-1.525l-1.754-1.193a.592.592 0 0 1-.239-.474l-.001-.528.65.194c.09.025.156.035.226-.012a.217.217 0 0 0 .057-.302l-1.521-2.25-1.524 2.25a.217.217 0 0 0 .057.302c.067.045.135.037.217.016l.66-.199.001.535c0 .49.175 1.022.573 1.298l1.993 1.377a.592.592 0 0 1 .298.504v2.204z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-side-roads-left--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.832 0h.301c.292.062.568.19.776.407 3.544 3.54 7.082 7.086 10.627 10.625.235.223.392.514.463.829v.222c-.066.596-.563.971-.954 1.367l-9.654 9.654c-.361.37-.719.802-1.259.896h-.227a1.523 1.523 0 0 1-.877-.468C7.489 19.986 3.943 16.445.402 12.902c-.208-.199-.33-.463-.403-.738v-.302c.078-.542.523-.893.886-1.255C4.288 7.206 7.689 3.803 11.091.402c.2-.206.463-.332.74-.402m-.162.509c-.271.161-.472.41-.694.628-3.32 3.318-6.637 6.64-9.959 9.956-.248.257-.594.51-.58.908-.01.395.335.644.581.9 3.342 3.337 6.68 6.679 10.02 10.019.277.26.535.646.961.636.394.011.644-.331.901-.576 3.457-3.464 6.923-6.92 10.381-10.385a.799.799 0 0 0 .005-1.192c-3.56-3.566-7.124-7.129-10.69-10.691-.229-.252-.613-.36-.928-.204z"/><path d="M10.945 3.244h2.102V20.75h-2.102l.001-3.851H6.57v-1.051h4.376V8.146H6.57V7.095h4.376l-.001-3.851z"/><path fill="#ffeb00" d="M11.669.509c.314-.156.698-.048.928.204 3.565 3.562 7.129 7.124 10.69 10.691a.798.798 0 0 1-.005 1.192c-3.458 3.464-6.924 6.92-10.381 10.385-.257.245-.508.587-.901.576-.426.01-.684-.376-.961-.636-3.34-3.34-6.678-6.682-10.02-10.019-.246-.256-.59-.505-.581-.9-.014-.398.331-.652.58-.908 3.322-3.317 6.638-6.638 9.959-9.956.222-.217.422-.467.694-.628m-.726 2.734l.001 3.851H6.57v1.051h4.376v7.702H6.57v1.051h4.376l-.001 3.851h2.102V3.244h-2.102z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-side-roads-right--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.833 0h.3c.323.06.613.224.835.463 3.361 3.366 6.726 6.727 10.088 10.091.377.383.847.74.943 1.304v.235a1.521 1.521 0 0 1-.468.872c-3.364 3.358-6.721 6.72-10.081 10.079-.386.38-.745.856-1.314.955h-.239c-.304-.056-.593-.184-.806-.412C7.527 20.028 3.967 16.464.404 12.902A1.518 1.518 0 0 1 0 12.163v-.306c.058-.288.186-.562.402-.766C3.965 7.526 7.529 3.963 11.092.4a1.5 1.5 0 0 1 .742-.402m-.17.513c-.27.16-.467.412-.691.626-3.32 3.319-6.638 6.642-9.961 9.959-.247.258-.595.511-.575.911-.007.394.337.638.581.894 3.464 3.46 6.924 6.923 10.387 10.385.246.278.69.364 1.004.149.247-.185.45-.422.671-.637 3.38-3.379 6.758-6.761 10.14-10.138.178-.175.346-.392.335-.656.02-.367-.282-.616-.514-.852-3.485-3.475-6.96-6.961-10.444-10.438-.23-.256-.619-.361-.934-.203z"/><path d="M10.946 3.244h2.101v3.851h4.375v1.051h-4.375v7.702h4.375v1.051l-4.375.001v3.85a736.4 736.4 0 0 1-2.102 0l.001-17.506z"/><path fill="#ffeb00" d="M11.664.511c.314-.158.703-.053.934.203 3.484 3.476 6.959 6.962 10.444 10.438.232.236.534.485.514.852.011.264-.157.481-.335.656-3.382 3.377-6.76 6.758-10.14 10.138-.221.215-.424.452-.671.637-.314.215-.758.13-1.004-.149-3.463-3.462-6.923-6.925-10.387-10.385-.244-.256-.588-.5-.581-.894-.02-.4.328-.653.575-.911 3.323-3.317 6.641-6.64 9.961-9.959.224-.215.421-.467.691-.626m-.719 2.733l-.001 17.506a736.4 736.4 0 0 0 2.102 0V16.9l4.375-.001v-1.051h-4.375V8.146h4.375V7.095h-4.375V3.244a735.7 735.7 0 0 0-2.101 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-turn-first-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.087.4c.376-.45 1.121-.48 1.514-.038 3.593 3.569 7.166 7.158 10.75 10.736.444.373.503 1.11.065 1.512-3.438 3.443-6.886 6.878-10.324 10.322-.349.332-.673.815-1.208.812-.545.028-.881-.456-1.229-.794-3.256-3.265-6.526-6.518-9.784-9.781C.53 12.81.063 12.498 0 11.967v-.148c.048-.282.184-.542.392-.738C3.957 7.519 7.519 3.957 11.086.4m.566.324a2.266 2.266 0 0 0-.257.224C7.879 4.475 4.343 7.984.83 11.514c-.155.133-.286.356-.167.557.218.293.506.523.758.786 3.383 3.382 6.769 6.762 10.152 10.142.151.181.446.168.594-.011 3.602-3.601 7.207-7.2 10.807-10.802.221-.186.138-.504-.067-.661C19.377 7.98 15.832 4.447 12.294.911c-.157-.172-.419-.374-.643-.187z"/><path fill="#231f20" d="M6.438 8.915c.674-1.198 1.372-2.384 2.053-3.578.686 1.189 1.375 2.377 2.053 3.57a20.673 20.673 0 0 1-.914-.228c-.023.622-.035 1.246.002 1.866.052.516.498.886.966 1.032 1.41.45 2.976.306 4.318.99.784.384 1.271 1.22 1.312 2.081.042 1.052.008 2.107.018 3.161h-2.162c-.014-.976.017-1.951-.014-2.926-.013-.544-.504-.918-.997-1.027-1.346-.336-2.828-.193-4.069-.904-.725-.402-1.214-1.144-1.416-1.937-.228-.762-.107-1.564-.143-2.345-.335.08-.671.163-1.006.245z"/><path fill="#fd0" d="M11.652.724c.224-.187.486.016.643.187 3.538 3.536 7.082 7.069 10.613 10.614.205.157.288.475.067.661-3.6 3.602-7.205 7.201-10.807 10.802-.148.179-.443.192-.594.011L1.422 12.857c-.252-.263-.54-.493-.758-.786-.119-.2.012-.424.167-.557C4.343 7.984 7.88 4.475 11.396.948c.08-.082.166-.157.257-.224M6.438 8.915l1.006-.245c.036.781-.085 1.583.143 2.345.202.793.691 1.535 1.416 1.937 1.241.71 2.723.568 4.069.904.493.109.984.484.997 1.027.031.974 0 1.95.014 2.926h2.162c-.01-1.054.024-2.108-.018-3.161-.041-.86-.528-1.697-1.312-2.081-1.342-.684-2.908-.54-4.318-.99-.468-.146-.914-.516-.966-1.032a19.355 19.355 0 0 1-.002-1.866c.304.082.608.16.914.228-.678-1.193-1.367-2.381-2.053-3.57-.682 1.194-1.379 2.381-2.053 3.578z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-turn-first-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.09.396c.372-.446 1.117-.475 1.508-.037 3.59 3.57 7.166 7.156 10.748 10.735.27.252.439.631.352 1.003-.076.407-.438.654-.704.936-3.508 3.498-7.001 7.012-10.517 10.498-.384.318-1.003.268-1.34-.097C7.703 19.985 4.25 16.553.811 13.109c-.325-.336-.758-.641-.811-1.145v-.127c.04-.487.442-.799.758-1.121C4.202 7.276 7.642 3.833 11.09.396m.488.383C7.988 4.35 4.406 7.93.831 11.515c-.216.157-.3.492-.071.678 3.518 3.522 7.046 7.033 10.561 10.558.167.148.307.383.557.383.27-.03.414-.294.602-.457 3.5-3.498 7.001-6.995 10.5-10.494.211-.181.138-.5-.07-.649C19.354 7.969 15.793 4.411 12.231.852c-.156-.2-.47-.286-.654-.072z"/><path fill="#231f20" d="M13.186 8.906c.678-1.192 1.362-2.38 2.051-3.564a465.785 465.785 0 0 1 2.057 3.572l-1.01-.246c-.03.77.088 1.56-.132 2.311-.206.858-.755 1.657-1.562 2.046-1.235.64-2.674.498-3.988.845-.49.116-.947.518-.946 1.054-.016.961 0 1.922-.007 2.882-.72.002-1.441 0-2.162.001.006-1.054-.02-2.107.016-3.16.04-.839.5-1.661 1.258-2.052 1.297-.689 2.82-.578 4.205-.968.527-.128 1.068-.499 1.132-1.079.046-.62.011-1.243.019-1.865-.31.074-.619.149-.929.222z"/><path fill="#fd0" d="M11.578.779c.184-.214.498-.128.654.072 3.562 3.559 7.123 7.117 10.679 10.682.208.149.281.468.07.649-3.499 3.499-7 6.996-10.5 10.494-.188.163-.332.427-.602.457-.25 0-.39-.235-.557-.383C7.807 19.226 4.279 15.714.761 12.192c-.229-.186-.145-.521.071-.678C4.407 7.928 7.989 4.349 11.579.778m1.607 8.128c.31-.073.619-.148.929-.222-.008.622.026 1.244-.019 1.865-.064.58-.605.95-1.132 1.079-1.385.39-2.908.28-4.205.968-.757.391-1.218 1.213-1.258 2.052-.036 1.052-.01 2.106-.016 3.16.721-.001 1.442.001 2.162-.001.007-.96-.008-1.921.007-2.882-.001-.535.456-.937.946-1.054 1.314-.347 2.753-.205 3.988-.845.808-.389 1.356-1.188 1.562-2.046.22-.751.102-1.541.132-2.311l1.01.246a418.754 418.754 0 0 0-2.057-3.572 416.752 416.752 0 0 0-2.051 3.564z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-all-directions-on-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.663 0h.42c.434.066.712.416 1.004.704 3.2 3.203 6.403 6.403 9.604 9.606.404.418.84.806 1.217 1.252l.016.128-.158.001c-.096-.126-.174-.266-.286-.379-3.6-3.596-7.196-7.195-10.795-10.793-.18-.186-.404-.365-.68-.346-.304-.006-.521.226-.718.421C7.669 4.219 4.04 7.834.427 11.461c-.312.275-.338.814-.018 1.091 3.684 3.685 7.368 7.372 11.05 11.059.278.328.834.336 1.12.011a14376.9 14376.9 0 0 1 11.042-11.048c.16-.149.274-.368.233-.59l.148-.238v-.097c.14.407-.025.833-.326 1.097-3.545 3.536-7.081 7.081-10.624 10.621-.235.23-.449.499-.761.632h-.529a1.373 1.373 0 0 1-.416-.286L.594 12.96c-.218-.232-.522-.434-.541-.787l-.05.166v-.376c.05-.25.167-.481.356-.652C3.982 7.683 7.609 4.061 11.232.434c.198-.198.424-.401.724-.413l-.29-.023z"/><path fill="#ffd520" d="M11.783.614c.212-.191.496-.036.65.149 3.641 3.646 7.29 7.283 10.926 10.932.197.155.214.473.017.635-3.683 3.683-7.364 7.367-11.05 11.047-.16.199-.476.179-.626-.019-3.626-3.623-7.248-7.25-10.876-10.872-.126-.136-.32-.266-.294-.479-.01-.209.193-.332.312-.475C4.494 7.898 8.116 4.234 11.782.614m-1.156 4.784c-.492.77-1.07 1.486-1.541 2.268.084.49.676.048.961.035.004 1.373.001 2.746.001 4.118-.737-1.062-1.703-1.981-2.862-2.567.1-.304.704-.576.372-.904-.922.076-1.836.292-2.754.424.377.7.757 1.397 1.133 2.096.084.132.128.316.3.361.372-.1.252-.601.377-.88 2.002.924 3.331 3.088 3.424 5.278.02 1.022.001 2.045.01 3.068h1.229c.005-1.033-.001-2.066.002-3.1.088-2.191 1.434-4.301 3.41-5.263.102.274.055 1.064.524.811.443-.784.86-1.583 1.291-2.374-.785-.13-1.571-.258-2.356-.392-.172-.024-.49-.133-.512.146.055.296.367.461.496.726-1.152.581-2.135 1.486-2.848 2.558-.012-1.372-.01-2.744-.001-4.116.305.037.802.414.955-.026-.224-.432-.55-.8-.816-1.207-.277-.343-.474-.761-.796-1.062m6.019 7.186c-1.408.367-2.513 1.663-2.587 3.125-.023.996 0 1.992-.002 2.989l1.201-.001c.008-.953-.006-1.907.007-2.861.03-.943.726-1.799 1.626-2.062.041.293-.247.989.268.912.648-.638 1.259-1.316 1.888-1.974a76.76 76.76 0 0 0-2.496-1.098c-.51.114.022.679.096.97m-4.153 1.339c.001 1.592-.002 3.185.002 4.777l.343.001c.005-1.594.002-3.187.001-4.781l-.347.002z"/><path d="M11.286.595c.197-.196.414-.427.718-.421.276-.019.5.16.68.346 3.599 3.598 7.195 7.196 10.795 10.793.112.113.19.253.286.379.014.102.043.2.088.293.041.222-.073.442-.233.59-3.683 3.68-7.364 7.364-11.042 11.048-.286.325-.841.317-1.12-.011-3.682-3.688-7.366-7.374-11.05-11.059-.32-.277-.294-.816.018-1.091C4.039 7.834 7.668 4.22 11.286.595m.497.019C8.117 4.233 4.494 7.898.843 11.532c-.119.143-.322.266-.312.475-.026.212.168.343.294.479 3.628 3.622 7.249 7.249 10.876 10.872.15.198.467.218.626.019 3.685-3.68 7.367-7.364 11.05-11.047.197-.162.18-.48-.017-.635C19.724 8.046 16.075 4.409 12.434.763c-.155-.185-.438-.34-.65-.149z"/><path d="M10.626 5.398c.322.301.518.719.796 1.062.266.407.592.775.816 1.207-.154.44-.65.064-.955.026-.008 1.372-.011 2.744.001 4.116.713-1.073 1.696-1.978 2.848-2.558-.128-.265-.44-.43-.496-.726.023-.28.341-.17.512-.146.785.134 1.571.263 2.356.392-.431.791-.848 1.59-1.291 2.374-.469.253-.422-.538-.524-.811-1.976.962-3.323 3.072-3.41 5.263-.004 1.033.002 2.066-.002 3.1h-1.229c-.008-1.024.011-2.046-.01-3.068-.092-2.19-1.422-4.354-3.424-5.278-.125.278-.005.78-.377.88-.172-.046-.216-.229-.3-.361-.376-.7-.756-1.397-1.133-2.096.918-.132 1.832-.348 2.754-.424.332.328-.272.6-.372.904 1.159.586 2.125 1.505 2.862 2.567 0-1.373.002-2.746-.001-4.118-.286.013-.877.455-.961-.035.47-.782 1.049-1.498 1.541-2.268zM16.644 12.582c-.074-.29-.606-.856-.096-.97a76.76 76.76 0 0 1 2.496 1.098c-.629.658-1.24 1.336-1.888 1.974-.515.077-.227-.619-.268-.912-.9.263-1.596 1.118-1.626 2.062-.013.954.001 1.908-.007 2.861l-1.201.001c.002-.997-.02-1.993.002-2.989.074-1.462 1.18-2.758 2.587-3.125z"/><path d="M12.492 13.921l.347-.002c.001 1.594.004 3.187-.001 4.781l-.343-.001c-.005-1.592-.001-3.185-.002-4.777z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-all-directions-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.658 0h.553c.209.118.422.233.584.413 3.596 3.6 7.196 7.196 10.793 10.795.124.142.298.256.338.454-.031.01-.095.029-.126.037-.19-.281-.445-.504-.682-.744C19.619 7.458 16.124 3.957 12.623.462c-.308-.388-.924-.367-1.222.02C7.757 4.123 4.116 7.765.475 11.408c-.312.256-.412.751-.139 1.073l11.123 11.132c.278.326.833.334 1.116.011 3.677-3.683 7.356-7.364 11.036-11.042.169-.155.294-.388.227-.624l.161-.202v.284c.098.326-.156.514-.336.713-3.541 3.538-7.076 7.08-10.618 10.618-.23.228-.443.485-.742.629h-.551a1.518 1.518 0 0 1-.352-.228C7.757 20.132 4.117 16.487.474 12.847c-.169-.178-.403-.342-.39-.62l-.086.122v-.57c.126-.115.17-.29.295-.406C3.935 7.724 7.584 4.082 11.227.434c.182-.162.353-.389.637-.353l-.209-.082z"/><path fill="#ffd520" d="M11.772.622c.215-.202.51-.044.666.146 3.637 3.641 7.28 7.274 10.914 10.919.198.155.226.475.026.641-3.64 3.641-7.282 7.279-10.919 10.921-.155.211-.475.392-.698.166-3.71-3.697-7.409-7.406-11.114-11.108-.21-.19-.114-.511.089-.664C4.416 7.972 8.078 4.28 11.772.622m1.58 4.791c-.428.647-.893 1.27-1.336 1.908-.09.146-.298.33-.131.506.284.169.59-.124.889-.119-.008 1.344-.01 2.687.001 4.031-.184-.07-.226-.275-.35-.403-.617-.779-1.373-1.46-2.244-1.942-.138-.03-.337-.197-.145-.322.166-.188.618-.606.174-.739-.889.134-1.776.294-2.664.437.384.731.786 1.452 1.174 2.182.056.15.223.376.401.216.172-.235.143-.562.247-.83 1.973.966 3.316 3.077 3.402 5.268-.001 1.027.004 2.056-.004 3.084.413.011.824.007 1.237.001.013-1.15-.042-2.302.035-3.449.206-2.035 1.482-3.924 3.293-4.876h.108c.041.23.089.46.149.686.034.172.272.228.376.077.431-.784.852-1.572 1.279-2.359-.892-.143-1.781-.306-2.675-.434l-.144.043c-.181.376.344.564.439.876a7.16 7.16 0 0 0-2.74 2.431l-.136.054c.02-1.339.012-2.68.005-4.02.26.022.499.146.757.191.235-.017.26-.322.098-.45-.476-.68-.947-1.364-1.427-2.04l-.07-.008m-8.293 7.279l.002.089c.65.623 1.206 1.362 1.9 1.926.443-.07.136-.636.209-.931.904.265 1.585 1.127 1.618 2.072.011.948.002 1.897.004 2.845.396.005.792 0 1.189.004.037-.51.007-1.025.019-1.537-.016-.804.088-1.638-.21-2.406-.373-1.061-1.302-1.877-2.383-2.167.064-.308.566-.766.148-.979-.844.324-1.68.698-2.495 1.085m6.139 1.246c.019 1.584.007 3.169.006 4.753.086.002.259.007.344.011.014-1.595.005-3.19.005-4.784-.089.005-.266.016-.355.02z"/><path d="M11.402.482c.298-.388.913-.408 1.222-.02 3.502 3.494 6.996 6.996 10.495 10.493.236.24.492.463.682.744a.39.39 0 0 0 .038.259c.067.236-.058.469-.227.624-3.68 3.678-7.36 7.36-11.036 11.042-.283.323-.838.316-1.116-.011C7.753 19.901 4.045 16.192.337 12.481c-.272-.322-.173-.817.139-1.073C4.117 7.765 7.758 4.123 11.402.482m.37.14C8.077 4.28 4.416 7.972.736 11.643c-.203.152-.299.474-.089.664 3.706 3.702 7.404 7.411 11.114 11.108.223.227.544.046.698-.166 3.637-3.642 7.279-7.28 10.919-10.921.199-.166.172-.486-.026-.641C19.718 8.043 16.075 4.409 12.438.768c-.156-.191-.451-.348-.666-.146z"/><path d="M13.352 5.413l.07.008c.48.676.95 1.36 1.427 2.04.162.128.137.433-.098.45-.258-.044-.497-.169-.757-.191.007 1.34.016 2.681-.005 4.02l.136-.054c.673-1.032 1.643-1.873 2.74-2.431-.095-.312-.62-.5-.439-.876l.144-.043c.894.128 1.783.292 2.675.434-.427.787-.848 1.576-1.279 2.359-.103.151-.342.095-.376-.077a8.557 8.557 0 0 1-.149-.686h-.108c-1.811.952-3.086 2.84-3.293 4.876-.077 1.147-.022 2.299-.035 3.449-.413.006-.824.01-1.237-.001.007-1.028.002-2.057.004-3.084-.086-2.191-1.429-4.302-3.402-5.268-.104.269-.076.595-.247.83-.178.16-.344-.066-.401-.216-.388-.73-.79-1.451-1.174-2.182.888-.143 1.775-.302 2.664-.437.444.133-.008.551-.174.739-.192.125.007.292.145.322.871.481 1.627 1.163 2.244 1.942.125.128.167.334.35.403a270.82 270.82 0 0 1-.001-4.031c-.299-.005-.605.288-.889.119-.167-.176.041-.36.131-.506.443-.638.907-1.261 1.336-1.908zM5.057 12.692a36.075 36.075 0 0 1 2.495-1.085c.419.214-.084.671-.148.979 1.081.29 2.01 1.106 2.383 2.167.298.768.194 1.602.21 2.406-.012.512.018 1.027-.019 1.537-.397-.004-.793.001-1.189-.004-.001-.948.007-1.897-.004-2.845-.032-.946-.714-1.807-1.618-2.072-.073.295.234.862-.209.931-.694-.564-1.249-1.303-1.9-1.926l-.002-.089z"/><path d="M11.197 13.939c.089-.005.266-.016.355-.02 0 1.595.01 3.19-.005 4.784-.085-.004-.258-.008-.344-.011.001-1.584.013-3.169-.006-4.753z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-go-straight-or-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.668 0h.413c.462.082.756.46 1.07.767 3.338 3.342 6.679 6.682 10.019 10.022.274.28.583.533.775.881l-.14.024c-.354-.439-.772-.821-1.168-1.222-3.175-3.176-6.353-6.352-9.528-9.529-.247-.238-.468-.512-.763-.694-.325-.178-.712-.026-.943.232C7.76 4.122 4.118 7.764.477 11.407c-.361.293-.382.826-.078 1.168.133.046.268.092.4.145l-.133.091c3.598 3.595 7.19 7.194 10.786 10.793.283.336.841.347 1.132.013 3.679-3.684 7.361-7.366 11.041-11.048.167-.146.234-.361.234-.578l.143-.252v-.096c.158.42-.04.83-.33 1.109-3.426 3.414-6.839 6.84-10.261 10.256-.362.338-.666.756-1.112.992h-.544a1.952 1.952 0 0 1-.415-.292C7.676 20.046 4.018 16.381.352 12.722c-.168-.157-.266-.372-.342-.586l-.007.206v-.389c.085-.472.481-.757.792-1.08 3.479-3.48 6.96-6.958 10.436-10.44.196-.204.439-.358.714-.433l-.275-.001z"/><path fill="#ffd520" d="M11.783.619c.209-.202.494-.036.65.144 3.62 3.622 7.243 7.242 10.864 10.865.154.139.304.362.178.571-.128.187-.304.335-.462.496-3.563 3.557-7.118 7.124-10.684 10.679-.163.205-.478.18-.632-.02C8.015 19.672 4.33 15.993.653 12.308c-.221-.192-.116-.509.084-.666C4.354 8.023 7.974 4.406 11.591.787l.192-.167m2.897 5.926c-.616.925-1.282 1.817-1.896 2.743-.122.156.008.38.182.421.329-.053.643-.17.965-.257.002 3.085-.001 6.172-.001 9.258h1.537c.001-3.089 0-6.178.002-9.266.329.078.649.222.991.235.174-.077.25-.311.114-.457-.624-.896-1.248-1.796-1.895-2.677m-7.297 1.55c-1.031.432-2.053.886-3.074 1.34.732.805 1.493 1.583 2.238 2.375a.278.278 0 0 0 .491-.044c.017-.335-.034-.67-.022-1.004 1.099.362 1.967 1.388 2.012 2.564.022 1.794.002 3.589.008 5.383.503.002 1.007.001 1.511.001-.005-1.8.013-3.6-.005-5.4-.049-1.854-1.426-3.574-3.232-4.008.119-.308.282-.596.398-.906.073-.19-.155-.377-.326-.301m4.47 5.84v4.783l.35-.01c-.007-1.59-.001-3.181-.002-4.771l-.348-.002z"/><path d="M11.402.481c.232-.258.618-.409.943-.232.295.181.516.456.763.694 3.175 3.178 6.353 6.353 9.528 9.529.396.401.814.782 1.168 1.222.012.1.029.199.053.296 0 .217-.067.432-.234.578-3.68 3.683-7.362 7.364-11.041 11.048-.29.334-.848.323-1.132-.013C7.855 20.004 4.262 16.405.664 12.81l.133-.091a7.358 7.358 0 0 0-.4-.145c-.304-.342-.283-.875.078-1.168C4.116 7.763 7.758 4.121 11.401.48m.382.139l-.192.167C7.974 4.405 4.354 8.022.737 11.641c-.2.157-.305.474-.084.666 3.677 3.685 7.362 7.364 11.044 11.046.155.2.469.226.632.02 3.565-3.554 7.121-7.122 10.684-10.679.158-.161.334-.308.462-.496.126-.209-.024-.432-.178-.571-3.62-3.623-7.243-7.243-10.864-10.865-.156-.18-.442-.346-.65-.144z"/><path d="M14.68 6.546c.647.881 1.271 1.781 1.895 2.677.136.146.06.38-.114.457-.342-.013-.662-.157-.991-.235-.002 3.089-.001 6.178-.002 9.266h-1.537c0-3.086.004-6.173.001-9.258-.322.086-.636.204-.965.257-.174-.041-.305-.265-.182-.421.614-.926 1.28-1.818 1.896-2.743zM7.382 8.096c.172-.076.4.112.326.301-.116.31-.28.598-.398.906 1.806.434 3.182 2.154 3.232 4.008.018 1.8 0 3.6.005 5.4-.504 0-1.008.001-1.511-.001-.006-1.794.013-3.589-.008-5.383-.046-1.176-.913-2.202-2.012-2.564-.012.335.038.67.022 1.004a.278.278 0 0 1-.491.044c-.745-.792-1.506-1.57-2.238-2.375 1.021-.455 2.044-.908 3.074-1.34zM11.851 13.936l.348.002c.001 1.59-.005 3.181.002 4.771l-.35.01v-4.783z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-go-straight-or-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.674 0h.305c.518.013.835.44 1.171.766 3.277 3.282 6.559 6.56 9.838 9.841.284.299.611.56.848.899l-.05.182c-.146-.158-.272-.334-.421-.49C19.826 7.659 16.286 4.123 12.751.582c-.204-.199-.438-.431-.749-.407-.3-.004-.516.228-.715.419C7.67 4.222 4.038 7.832.427 11.464c-.379.331-.272.901.062 1.222l.101-.155c.089.17.154.359.292.499 3.529 3.521 7.049 7.052 10.574 10.578.239.274.683.348.982.128.25-.192.455-.432.678-.65 3.398-3.406 6.798-6.809 10.204-10.207.248-.26.642-.534.506-.953l.175-.176v.464a.997.997 0 0 1-.271.476c-3.661 3.656-7.319 7.318-10.976 10.979a1.96 1.96 0 0 1-.462.331h-.535a1.914 1.914 0 0 1-.416-.29C7.68 20.05 4.021 16.385.356 12.728c-.162-.151-.248-.361-.353-.552l-.001.164v-.228c-.013-.311.143-.587.353-.797C3.98 7.685 7.611 4.062 11.234.431c.199-.204.444-.37.728-.43L11.675 0z"/><path fill="#ffd520" d="M11.784.618c.211-.202.492-.034.65.146 3.6 3.6 7.199 7.201 10.801 10.8.143.152.352.33.268.568-.086.206-.282.341-.43.503-3.587 3.577-7.162 7.166-10.75 10.742-.164.205-.481.172-.634-.03-3.602-3.595-7.196-7.2-10.8-10.794-.175-.181-.444-.378-.344-.667.097-.158.232-.288.36-.419C4.539 7.859 8.134 4.208 11.783.618M7.405 9.349c.049.636.811.136 1.172.095.002 3.089.001 6.179.001 9.268h1.537c.002-3.086-.002-6.172 0-9.258.312.085.619.193.937.257.202-.02.344-.274.198-.438-.617-.914-1.259-1.814-1.891-2.718-.661.925-1.342 1.84-1.955 2.795m8.932-.96c.112.312.275.602.409.905-1.806.443-3.192 2.154-3.24 4.015-.019 1.798.006 3.595-.01 5.393.505.016 1.01.007 1.514.008.005-1.76-.005-3.52.004-5.28.002-1.214.887-2.315 2.035-2.665-.013.33-.054.661-.04.992.053.199.347.245.463.08.761-.788 1.505-1.594 2.266-2.382-1.004-.492-2.041-.919-3.07-1.357-.163-.104-.398.115-.332.29m-4.485 5.548a3809.66 3809.66 0 0 0 0 4.781l.348-.005c-.004-1.592 0-3.185-.002-4.777l-.346.001z"/><path d="M11.286.594c.199-.191.415-.422.715-.419.311-.024.545.208.749.407 3.535 3.541 7.075 7.078 10.614 10.616.149.156.275.331.421.49l.034.209.006.029c.136.419-.258.692-.506.953a7013.978 7013.978 0 0 0-10.204 10.207c-.223.218-.428.458-.678.65-.299.22-.743.145-.982-.128C7.929 20.082 4.41 16.551.881 13.03c-.138-.14-.203-.329-.292-.499l-.101.155c-.335-.32-.442-.89-.062-1.222C4.037 7.833 7.669 4.222 11.286.594m.498.024C8.135 4.208 4.54 7.859.906 11.467c-.128.131-.263.26-.36.419-.1.289.169.486.344.667 3.604 3.594 7.198 7.199 10.8 10.794.152.202.469.235.634.03 3.588-3.576 7.163-7.165 10.75-10.742.148-.162.343-.296.43-.503.084-.238-.125-.415-.268-.568-3.602-3.599-7.201-7.2-10.801-10.8-.158-.18-.439-.348-.65-.146z"/><path d="M7.405 9.349c.613-.955 1.294-1.87 1.955-2.795.632.904 1.274 1.804 1.891 2.718.146.164.004.418-.198.438-.318-.064-.625-.172-.937-.257-.002 3.086.002 6.172 0 9.258H8.579c0-3.089.001-6.179-.001-9.268-.361.041-1.123.541-1.172-.095zM16.336 8.39c-.066-.175.169-.395.332-.29 1.028.438 2.065.865 3.07 1.357-.761.788-1.505 1.594-2.266 2.382-.116.164-.41.119-.463-.08-.014-.331.026-.662.04-.992-1.148.35-2.033 1.451-2.035 2.665-.008 1.76.001 3.52-.004 5.28-.504-.001-1.009.007-1.514-.008.016-1.798-.01-3.595.01-5.393.048-1.861 1.434-3.572 3.24-4.015-.134-.302-.298-.593-.409-.905zM11.85 13.937l.346-.001c.002 1.592-.001 3.185.002 4.777l-.348.005a3809.66 3809.66 0 0 1 0-4.781z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.548.13c.39-.208.883-.082 1.17.242 3.638 3.641 7.28 7.278 10.915 10.924.4.36.379 1.038-.024 1.387-3.691 3.677-7.36 7.379-11.063 11.042-.356.302-.942.25-1.25-.097C7.637 19.967 3.971 16.312.314 12.649c-.312-.299-.386-.823-.132-1.181.17-.232.388-.424.588-.628C4.149 7.461 7.528 4.083 10.905.702c.206-.199.394-.425.643-.574m.121.16c-.223.115-.386.317-.565.488C7.566 4.321 4.019 7.857.483 11.404c-.316.272-.355.808-.038 1.094 3.661 3.666 7.327 7.327 10.988 10.993.263.296.769.317 1.05.035l11.04-11.04c.32-.305.247-.851-.084-1.117C19.817 7.746 16.197 4.122 12.574.502c-.22-.251-.595-.361-.905-.215z"/><path fill="#ffd520" d="M11.783.625c.214-.155.455.022.604.179 3.601 3.605 7.208 7.204 10.808 10.81.186.152.268.445.08.631-3.553 3.563-7.117 7.115-10.673 10.676-.187.167-.336.418-.601.464-.28-.001-.436-.274-.625-.438A9228.66 9228.66 0 0 0 .998 12.572c-.178-.198-.485-.382-.421-.691.106-.244.328-.407.505-.595 3.362-3.358 6.72-6.719 10.081-10.078.203-.198.388-.418.619-.583M10.715 4.46c-1.048.709-2.06 1.469-3.097 2.194 1.032.727 2.057 1.468 3.096 2.185.246.188.616-.017.624-.317-.079-.384-.266-.733-.388-1.104a4.929 4.929 0 0 1 3.802 1.82 4.907 4.907 0 0 1 1.091 3.115c.004 1.622-.002 3.246-.001 4.87h1.561c.005-1.541.007-3.082.011-4.622.02-1.031-.163-2.072-.606-3.007-1.02-2.24-3.4-3.772-5.866-3.743.13-.349.302-.684.392-1.048.014-.305-.37-.535-.619-.343M5.471 8.946c-1.028.712-2.038 1.451-3.056 2.178 1.018.713 2.022 1.445 3.042 2.153.251.236.698.024.673-.318-.09-.379-.31-.713-.452-1.074 1.244.013 2.449.754 2.983 1.883.541 1.073.263 2.305.33 3.456h1.631c-.001-.701.005-1.403-.001-2.104a4.949 4.949 0 0 0-1.595-3.51 4.991 4.991 0 0 0-3.287-1.297c.126-.358.319-.695.389-1.069-.002-.318-.413-.504-.656-.298m7.522 3.534l.002 4.745.353-.002.001-4.741-.356-.001z"/><path d="M11.669.288c.31-.146.685-.036.905.215 3.623 3.62 7.243 7.244 10.865 10.867.331.266.404.812.084 1.117l-11.04 11.04c-.281.282-.787.262-1.05-.035C7.772 19.826 4.106 16.165.445 12.499c-.317-.287-.277-.822.038-1.094C4.019 7.858 7.567 4.321 11.104.777c.179-.172.342-.373.565-.488m.114.336c-.232.166-.416.385-.619.583-3.361 3.359-6.719 6.72-10.081 10.078-.178.188-.4.352-.505.595-.064.31.244.493.421.691a9228.66 9228.66 0 0 1 10.378 10.375c.19.164.346.437.625.438.265-.047.414-.298.601-.464 3.556-3.562 7.12-7.114 10.673-10.676.187-.186.106-.479-.08-.631-3.6-3.606-7.207-7.205-10.808-10.81-.149-.157-.39-.334-.604-.179z"/><path d="M10.715 4.46c.25-.192.634.038.619.343-.09.364-.263.698-.392 1.048 2.466-.029 4.846 1.502 5.866 3.743.443.935.626 1.976.606 3.007-.004 1.541-.006 3.082-.011 4.622h-1.561c-.001-1.624.005-3.247.001-4.87a4.907 4.907 0 0 0-1.091-3.115 4.926 4.926 0 0 0-3.802-1.82c.121.371.308.72.388 1.104-.008.3-.378.505-.624.317-1.039-.718-2.064-1.458-3.096-2.185 1.037-.725 2.05-1.484 3.097-2.194zM5.471 8.946c.244-.206.654-.02.656.298-.07.374-.263.712-.389 1.069a4.991 4.991 0 0 1 3.287 1.297 4.953 4.953 0 0 1 1.595 3.51c.006.701 0 1.403.001 2.104H8.99c-.067-1.151.211-2.383-.33-3.456-.534-1.129-1.739-1.87-2.983-1.883.143.361.362.695.452 1.074.025.342-.422.554-.673.318-1.02-.708-2.024-1.44-3.042-2.153 1.019-.727 2.028-1.466 3.056-2.178z"/><path d="M12.994 12.48l.356.001-.001 4.741-.353.002-.002-4.745z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.552.125c.418-.22.92-.042 1.219.292 3.598 3.606 7.205 7.204 10.802 10.81.421.362.451 1.066.038 1.445-3.526 3.526-7.052 7.049-10.577 10.576-.292.288-.581.67-1.033.668-.499.035-.817-.394-1.133-.706-3.4-3.402-6.8-6.802-10.206-10.199-.284-.28-.641-.576-.635-1.015-.024-.342.186-.632.419-.858C3.891 7.698 7.332 4.254 10.774.811c.247-.239.47-.516.776-.685m.145.187c-.277.14-.474.395-.695.606C7.521 4.403 4.038 7.881.558 11.364c-.168.168-.324.38-.298.632.008.407.386.641.635.911 3.502 3.499 7.003 7.001 10.502 10.504.158.162.368.292.605.271.388-.014.62-.367.88-.607a10889.2 10889.2 0 0 1 10.195-10.196c.24-.257.593-.488.602-.878.03-.27-.15-.49-.326-.668-3.605-3.601-7.204-7.207-10.81-10.807-.21-.23-.553-.334-.848-.211z"/><path fill="#ffd520" d="M11.808.65c.244-.13.456.086.616.244 3.356 3.365 6.724 6.72 10.084 10.08.257.269.551.506.769.811.136.186-.001.407-.144.54-3.602 3.602-7.206 7.206-10.808 10.811-.131.142-.35.27-.536.14-.235-.172-.424-.397-.631-.6C7.701 19.208 4.233 15.75.772 12.285c-.223-.18-.188-.503.029-.672C4.359 8.045 7.929 4.49 11.488.922c.101-.097.203-.196.322-.272M4.332 9.41c.755.787 1.49 1.595 2.258 2.369.11.167.365.106.439-.064.031-.334-.016-.668-.03-1.001 1.126.344 1.993 1.418 2.009 2.609.016 1.751.001 3.502.006 5.252h1.494c-.007-1.788.013-3.575-.007-5.362-.053-1.84-1.427-3.509-3.203-3.961.146-.323.334-.631.42-.977-.04-.151-.209-.277-.361-.193-1.015.426-2.021.875-3.025 1.327m11.911-1.035c.1.308.264.59.397.884-1.772.44-3.143 2.111-3.202 3.938-.024 1.793-.001 3.587-.007 5.38h1.494c.004-1.753-.008-3.508.004-5.261.018-1.188.89-2.254 2.011-2.599-.011.342-.077.688-.02 1.028.101.175.354.164.464.007.746-.774 1.48-1.561 2.222-2.34-.991-.451-1.988-.892-2.99-1.314-.178-.139-.452.071-.373.276M11.8 13.847v4.727l.348-.001v-4.724l-.348-.001z"/><path d="M11.695.313c.295-.122.638-.019.848.211 3.606 3.6 7.205 7.206 10.81 10.807.176.179.356.398.326.668-.01.39-.362.622-.602.878-3.401 3.397-6.799 6.796-10.195 10.196-.259.24-.492.593-.88.607-.236.02-.446-.109-.605-.271C7.898 19.906 4.396 16.405.895 12.905c-.248-.27-.626-.504-.635-.911-.026-.252.13-.464.298-.632C4.038 7.88 7.522 4.401 11 .917c.221-.211.418-.466.695-.606m.113.339c-.119.077-.221.175-.322.272C7.927 4.49 4.357 8.045.799 11.613c-.217.169-.252.492-.029.672 3.461 3.464 6.929 6.923 10.386 10.391.208.203.396.428.631.6.186.13.406.001.536-.14 3.602-3.605 7.206-7.208 10.808-10.811.143-.133.28-.354.144-.54-.218-.305-.512-.542-.769-.811-3.36-3.36-6.727-6.715-10.084-10.08-.16-.157-.372-.373-.616-.244z"/><path d="M4.332 9.41c1.004-.452 2.01-.901 3.025-1.327.152-.084.322.042.361.193-.086.346-.274.654-.42.977 1.776.452 3.15 2.122 3.203 3.961.02 1.787 0 3.574.007 5.362H9.014c-.005-1.751.01-3.502-.006-5.252-.016-1.19-.883-2.264-2.009-2.609.014.332.061.667.03 1.001-.074.169-.329.23-.439.064-.768-.774-1.504-1.582-2.258-2.369zM16.243 8.374c-.079-.205.196-.415.373-.276 1.002.422 1.999.863 2.99 1.314-.743.779-1.476 1.566-2.222 2.34-.11.157-.364.168-.464-.007-.056-.341.01-.686.02-1.028-1.121.346-1.993 1.411-2.011 2.599-.012 1.753 0 3.508-.004 5.261h-1.494c.006-1.793-.017-3.587.007-5.38.059-1.828 1.429-3.498 3.202-3.938-.133-.294-.298-.576-.397-.884zM11.8 13.847l.348.001v4.724l-.348.001v-4.727z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left-or-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.57.152c.298-.229.734-.128.972.142 3.697 3.7 7.398 7.397 11.094 11.098.198.184.332.462.257.736-.062.296-.329.478-.524.686-3.625 3.618-7.246 7.241-10.868 10.862-.26.302-.773.318-1.04.018C7.724 19.952 3.978 16.22.242 12.479c-.299-.277-.274-.786.028-1.051C3.864 7.822 7.469 4.228 11.065.626c.163-.163.32-.335.506-.473m.229.131c-.245.142-.424.37-.626.562C7.632 4.387 4.09 7.93.547 11.468c-.143.149-.319.314-.288.542.025.271.286.421.452.608 3.623 3.618 7.24 7.241 10.859 10.864.184.245.574.274.772.028 3.722-3.724 7.445-7.447 11.168-11.168.251-.199.212-.589-.026-.78C19.81 7.873 16.117 4.202 12.439.518c-.158-.181-.391-.328-.638-.234z"/><path fill="#ffd520" d="M11.712.793c.091-.079.185-.154.282-.223 3.698 3.674 7.37 7.375 11.065 11.054.11.115.211.239.313.362-3.794 3.798-7.588 7.596-11.39 11.386-.336-.286-.632-.611-.947-.918A14737.13 14737.13 0 0 0 .571 11.998c.068-.1.142-.193.221-.284L11.712.793m-2.521 4.83c-.607.864-1.228 1.718-1.826 2.587-.182.163-.066.521.197.486.294-.059.578-.156.866-.236.002 1.21 0 2.419.002 3.629a4.558 4.558 0 0 0-1.794-.968c.134-.308.302-.604.413-.922 0-.155-.173-.352-.335-.248-1.014.412-2.012.866-3.013 1.313.73.797 1.482 1.574 2.227 2.357.112.166.366.101.445-.061.022-.33-.023-.659-.036-.989 1.23.373 2.148 1.63 2.094 2.918-.002 1.008-.001 2.016-.001 3.023l1.505.001c.001-3.348-.001-6.696.001-10.044.29.083.576.184.872.247.23.038.392-.25.244-.421-.605-.901-1.244-1.778-1.861-2.671m3.734 2.613c-.164.152-.085.472.157.481.317-.048.618-.163.925-.251.001 3.348-.001 6.696.001 10.044.502.001 1.002.001 1.504 0 .001-1.01.002-2.021 0-3.032-.056-1.286.869-2.539 2.095-2.908-.016.328-.056.655-.038.984a.27.27 0 0 0 .47.042c.74-.773 1.469-1.556 2.21-2.328-.988-.45-1.982-.887-2.983-1.309-.151-.112-.389.055-.368.232.103.323.271.619.407.93-.66.187-1.279.51-1.792.967.005-1.21-.001-2.419.002-3.629.312.085.618.199.941.244.192-.061.289-.308.14-.463-.604-.88-1.23-1.742-1.844-2.615-.61.87-1.226 1.735-1.828 2.611m-1.123 5.595c.001 1.562-.001 3.125.001 4.687l.34-.001v-4.685l-.341-.001z"/><path d="M11.8.284c.247-.094.48.053.638.234 3.678 3.684 7.37 7.355 11.045 11.044.239.191.277.581.026.78-3.724 3.721-7.446 7.445-11.168 11.168-.198.246-.588.217-.772-.028C7.95 19.859 4.333 16.236.71 12.618c-.167-.187-.427-.337-.452-.608-.031-.228.145-.394.288-.542C4.09 7.929 7.631 4.387 11.173.846c.203-.192.382-.42.626-.562m-.087.509L.792 11.714a3.373 3.373 0 0 0-.221.284c3.49 3.484 6.978 6.968 10.464 10.456.314.307.611.632.947.918 3.803-3.79 7.596-7.588 11.39-11.386-.102-.124-.203-.247-.313-.362C19.364 7.945 15.692 4.244 11.994.57c-.097.07-.191.144-.282.223z"/><path d="M9.191 5.623c.617.893 1.256 1.77 1.861 2.671.149.172-.013.46-.244.421-.296-.064-.582-.164-.872-.247-.002 3.348 0 6.696-.001 10.044l-1.505-.001c0-1.007-.001-2.015.001-3.023.054-1.289-.864-2.545-2.094-2.918.013.33.058.659.036.989-.079.162-.334.227-.445.061-.745-.782-1.498-1.56-2.227-2.357 1.001-.446 1.999-.901 3.013-1.313.162-.103.335.094.335.248-.11.318-.278.613-.413.922.66.19 1.28.509 1.794.968-.002-1.21 0-2.419-.002-3.629-.288.08-.572.178-.866.236-.263.035-.379-.323-.197-.486.599-.869 1.219-1.723 1.826-2.587zM12.925 8.237c.601-.876 1.218-1.741 1.828-2.611.614.872 1.241 1.735 1.844 2.615.149.155.052.402-.14.463-.323-.044-.629-.158-.941-.244-.004 1.21.002 2.419-.002 3.629a4.547 4.547 0 0 1 1.792-.967c-.136-.311-.304-.607-.407-.93-.02-.176.217-.343.368-.232 1.001.422 1.996.859 2.983 1.309-.742.772-1.47 1.555-2.21 2.328-.114.173-.388.152-.47-.042-.018-.329.023-.656.038-.984-1.226.368-2.152 1.621-2.095 2.908.002 1.012.001 2.022 0 3.032-.502.001-1.002.001-1.504 0-.002-3.348 0-6.696-.001-10.044-.307.088-.608.203-.925.251-.242-.01-.322-.329-.157-.481zM11.801 13.832l.341.001v4.685l-.34.001c-.002-1.562 0-3.125-.001-4.687z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left-or-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.672 0h.347c.331.041.605.234.827.469 3.614 3.629 7.242 7.246 10.856 10.874.352.302.352.844.298 1.264V12.3c-.133-.323-.22-.682-.48-.931-3.635-3.64-7.268-7.28-10.907-10.916-.316-.378-.907-.348-1.211.029C7.779 4.101 4.16 7.726.537 11.347c-.234.226-.446.548-.325.887.149.354.479.581.732.854 3.342 3.338 6.688 6.674 10.027 10.016.253.242.474.532.787.703.313.144.653-.019.869-.253 3.358-3.366 6.725-6.724 10.085-10.087.367-.376.775-.718 1.072-1.157l.152.15c-3.557 3.547-7.103 7.105-10.652 10.658-.322.314-.611.682-1.025.882h-.469c-.431-.192-.716-.576-1.048-.894-3.302-3.302-6.604-6.607-9.908-9.91-.325-.337-.74-.631-.833-1.127L0 12.323v-.318c.062-.526.514-.835.848-1.189C4.315 7.352 7.78 3.886 11.244.418c.176-.173.395-.293.606-.418l-.178-.001z"/><path fill="#ffd520" d="M11.789.61c.246-.229.526.025.702.209 3.614 3.636 7.253 7.248 10.862 10.889.226.184.17.51-.049.674-3.464 3.456-6.917 6.924-10.379 10.382-.242.232-.455.498-.731.691-.168.119-.374.012-.498-.118C8.038 19.682 4.383 16.023.723 12.369c-.128-.126-.247-.293-.172-.482.18-.275.434-.488.662-.722 3.34-3.337 6.674-6.679 10.01-10.021.184-.182.358-.377.564-.534M9.918 6.559C9.277 7.501 8.57 8.4 7.966 9.363l.065.246c.364.174.751-.112 1.116-.174.001 1.232-.002 2.464.001 3.696a4.588 4.588 0 0 0-1.825-.98c.15-.331.34-.649.427-1.006-.072-.133-.226-.263-.382-.17-1.022.427-2.04.87-3.052 1.322.752.79 1.494 1.59 2.254 2.372.118.161.38.168.467-.025.05-.34-.013-.685-.02-1.027 1.232.398 2.182 1.636 2.131 2.947 0 .713-.002 1.426-.001 2.14h1.541V9.459c.314.09.624.206.949.248.186-.034.328-.262.186-.422-.617-.92-1.258-1.826-1.904-2.726m6.414 1.834c.101.312.264.599.4.896-1.802.451-3.202 2.153-3.242 4.019-.016 1.798-.001 3.596-.007 5.395l1.514.001c.007-1.795-.012-3.59.008-5.386.043-1.178.925-2.2 2.024-2.558-.014.292-.042.583-.041.876-.065.211.257.422.403.245.798-.787 1.547-1.627 2.335-2.426-.984-.478-1.994-.9-2.998-1.334-.182-.118-.49.032-.397.272m-4.476 5.533v4.782l.336-.001v-4.78l-.336-.001z"/><path d="M11.402.481c.304-.377.895-.407 1.211-.029 3.638 3.636 7.272 7.277 10.907 10.916.26.25.347.608.48.931v.161l-.064-.001-.152-.15c-.296.439-.704.781-1.072 1.157-3.36 3.364-6.727 6.721-10.085 10.087-.216.234-.556.397-.869.253-.313-.172-.534-.461-.787-.703-3.34-3.342-6.685-6.678-10.027-10.016-.253-.274-.583-.5-.732-.854-.121-.338.091-.661.325-.887C4.16 7.726 7.779 4.1 11.402.481m.387.129c-.206.157-.38.352-.564.534-3.336 3.342-6.671 6.684-10.01 10.021-.228.234-.482.448-.662.722-.076.19.043.356.172.482 3.66 3.654 7.315 7.313 10.973 10.968.124.13.33.236.498.118.276-.193.488-.46.731-.691 3.462-3.458 6.914-6.926 10.379-10.382.22-.164.275-.491.049-.674-3.61-3.641-7.248-7.253-10.862-10.889-.176-.184-.456-.438-.702-.209z"/><path d="M9.918 6.559c.647.9 1.288 1.806 1.904 2.726.142.161 0 .389-.186.422-.325-.042-.635-.158-.949-.248v9.245H9.146c-.001-.714.001-1.427.001-2.14.05-1.312-.899-2.549-2.131-2.947.007.342.071.688.02 1.027-.086.193-.349.186-.467.025-.76-.782-1.501-1.583-2.254-2.372 1.012-.452 2.029-.895 3.052-1.322.156-.092.31.037.382.17-.088.356-.277.674-.427 1.006a4.594 4.594 0 0 1 1.825.98c-.004-1.232 0-2.464-.001-3.696-.365.062-.752.348-1.116.174l-.065-.246c.605-.964 1.312-1.862 1.952-2.804zM16.333 8.393c-.092-.24.215-.39.397-.272 1.003.434 2.014.857 2.998 1.334-.788.799-1.537 1.639-2.335 2.426-.146.178-.468-.034-.403-.245-.001-.293.026-.584.041-.876-1.099.359-1.981 1.38-2.024 2.558-.02 1.795-.001 3.59-.008 5.386l-1.514-.001c.006-1.799-.008-3.598.007-5.395.041-1.866 1.44-3.568 3.242-4.019-.136-.298-.299-.584-.4-.896zM11.856 13.926l.336.001v4.78l-.336.001v-4.782z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left-or-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.666 0h.412c.488.107.793.516 1.132.842 3.294 3.3 6.595 6.594 9.888 9.895.322.32.665.624.901 1.016l.001-.101v.726l-.001-.121-.29.418c-3.754 3.785-7.552 7.526-11.292 11.324h-.072c.065-.299.32-.487.522-.694 3.569-3.599 7.172-7.164 10.75-10.756.325-.29.289-.822-.031-1.102-3.552-3.57-7.123-7.122-10.678-10.691-.26-.245-.512-.593-.908-.584-.271-.008-.485.18-.666.356C7.739 4.13 4.142 7.733.542 11.33c-.175.186-.374.396-.368.67-.022.371.295.614.527.854 3.43 3.413 6.846 6.839 10.268 10.259.336.316.634.792 1.162.744.034.035.103.106.138.14h-.6c-.68-.527-1.232-1.193-1.837-1.801-3.162-3.154-6.31-6.324-9.473-9.476-.172-.16-.258-.384-.356-.589l-.001.203v-.394c.098-.464.486-.752.797-1.074 3.5-3.497 6.991-7.003 10.492-10.5.178-.175.403-.292.64-.367l-.262-.001z"/><path fill="#ffd520" d="M11.784.604c.212-.2.484-.007.643.162 3.616 3.628 7.24 7.246 10.855 10.872.146.138.299.353.169.556-.163.226-.382.404-.575.605-3.499 3.499-7.001 6.996-10.498 10.498-.126.128-.317.283-.506.179-.241-.13-.406-.362-.604-.546-3.52-3.521-7.039-7.043-10.56-10.562-.133-.122-.238-.301-.166-.486.167-.247.395-.444.602-.655C4.625 7.748 8.099 4.263 11.577.783l.205-.178m.445 8.641c-.142.154-.064.392.127.456.342-.011.66-.158.988-.241.002 3.08.001 6.162 0 9.242l1.541.001c.01-.839-.017-1.676.012-2.514.12-1.168 1.002-2.22 2.122-2.567-.016.334-.06.666-.037 1.001.064.2.348.217.466.061.76-.792 1.517-1.586 2.263-2.39a164.435 164.435 0 0 0-3.025-1.314c-.161-.102-.349.017-.4.181.083.35.28.659.425.986a4.497 4.497 0 0 0-1.826.986c.004-1.232 0-2.466.002-3.7.316.086.625.208.952.25.196-.049.295-.294.158-.454-.612-.896-1.259-1.77-1.874-2.665-.664.869-1.265 1.784-1.892 2.68M7.296 8.12a144.47 144.47 0 0 0-2.992 1.32c.794.838 1.57 1.698 2.401 2.498.601-.017.227-.806.294-1.175 1.144.362 2.033 1.458 2.029 2.677.007 1.754.001 3.508.002 5.262l1.514.001c-.006-1.798.011-3.595-.008-5.393-.04-1.86-1.43-3.569-3.232-4.015.121-.3.277-.587.386-.892.113-.234-.215-.413-.396-.284m4.544 5.807v4.782h.335c.002-1.594.001-3.187.001-4.781l-.336-.001z"/><path d="M11.333.53c.181-.176.395-.365.666-.356.396-.008.648.34.908.584 3.554 3.569 7.126 7.121 10.678 10.691.32.28.356.811.031 1.102-3.577 3.592-7.181 7.157-10.75 10.756-.202.206-.457.395-.522.694h-.077l-.138-.14c-.528.048-.826-.428-1.162-.744-3.422-3.42-6.839-6.846-10.268-10.259-.232-.24-.548-.484-.527-.854-.006-.274.193-.484.368-.67 3.6-3.598 7.196-7.2 10.792-10.802m.452.072l-.205.178C8.101 4.262 4.627 7.747 1.146 11.226c-.208.211-.436.408-.602.655-.072.185.032.364.166.486 3.521 3.52 7.04 7.042 10.56 10.562.198.184.362.416.604.546.19.104.38-.05.506-.179 3.497-3.502 6.998-6.998 10.498-10.498.193-.2.412-.379.575-.605.13-.203-.023-.418-.169-.556-3.616-3.626-7.24-7.244-10.855-10.872-.16-.169-.431-.362-.643-.162z"/><path d="M12.227 9.246c.628-.895 1.229-1.811 1.892-2.68.616.895 1.262 1.769 1.874 2.665.137.16.037.404-.158.454-.326-.042-.636-.163-.952-.25-.002 1.234.001 2.467-.002 3.7a4.51 4.51 0 0 1 1.826-.986c-.145-.328-.342-.636-.425-.986.05-.164.239-.283.4-.181 1.012.428 2.021.865 3.025 1.314a204.13 204.13 0 0 1-2.263 2.39c-.118.156-.402.139-.466-.061-.023-.335.022-.667.037-1.001-1.12.347-2.002 1.399-2.122 2.567-.029.838-.002 1.675-.012 2.514l-1.541-.001c.001-3.08.002-6.162 0-9.242-.328.083-.646.23-.988.241-.191-.064-.269-.302-.127-.456zM7.296 8.12c.181-.128.509.05.396.284-.109.305-.265.592-.386.892 1.801.446 3.192 2.155 3.232 4.015.019 1.798.002 3.595.008 5.393l-1.514-.001c-.001-1.754.005-3.508-.002-5.262.004-1.219-.886-2.315-2.029-2.677-.067.368.307 1.158-.294 1.175-.832-.8-1.607-1.661-2.401-2.498.992-.451 1.99-.892 2.992-1.32zM11.838 13.926l.336.001c0 1.594.001 3.187-.001 4.781h-.335v-4.782z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.545.131c.39-.209.883-.084 1.17.239 3.62 3.619 7.236 7.241 10.855 10.86.241.223.407.548.344.884-.053.408-.41.659-.674.936-3.521 3.518-7.039 7.039-10.56 10.558-.347.409-1.039.421-1.392.013-3.518-3.52-7.042-7.036-10.56-10.555-.295-.304-.704-.598-.7-1.067-.023-.316.162-.588.379-.797C3.906 7.703 7.405 4.205 10.903.703c.205-.199.394-.424.641-.572m.124.158c-.226.119-.391.32-.572.494C7.563 4.324 4.021 7.856.489 11.398c-.322.275-.364.815-.041 1.105 3.661 3.664 7.325 7.325 10.986 10.988.264.298.772.317 1.052.032 3.559-3.557 7.115-7.118 10.675-10.675.209-.227.509-.42.558-.748.06-.28-.084-.55-.284-.736C19.815 7.742 16.195 4.12 12.573.5c-.221-.251-.595-.362-.905-.214z"/><path fill="#ffd520" d="M11.79.622c.214-.149.45.029.599.185 3.599 3.602 7.205 7.2 10.804 10.805.222.17.26.512.029.694-3.644 3.638-7.284 7.282-10.926 10.922-.12.127-.313.209-.48.12-.257-.179-.454-.427-.678-.642C7.754 19.327 4.377 15.942.991 12.565c-.175-.194-.473-.377-.413-.68.121-.27.371-.449.568-.66 3.322-3.318 6.64-6.638 9.961-9.958.224-.217.427-.462.684-.644m.832 4.171c.078.368.262.703.39 1.055-1.602.002-3.197.611-4.368 1.708a6.442 6.442 0 0 0-2.1 4.69c-.007 1.658.006 3.318.006 4.978h1.561c.004-1.662-.008-3.325.001-4.987a4.87 4.87 0 0 1 1.632-3.566 4.913 4.913 0 0 1 3.265-1.253c-.121.336-.278.661-.374 1.006-.083.256.184.547.449.481.149-.042.271-.14.397-.224.949-.68 1.907-1.348 2.855-2.028-1.028-.716-2.033-1.466-3.067-2.174-.247-.214-.656 0-.647.317m5.201 4.443c.077.374.26.715.392 1.072-1.933.005-3.793 1.246-4.508 3.047-.547 1.217-.335 2.575-.374 3.866l1.63-.001c.018-.82-.034-1.643.026-2.461.19-1.603 1.681-2.881 3.288-2.879-.146.359-.354.695-.452 1.072-.03.313.372.55.624.349 1.044-.706 2.053-1.464 3.092-2.179-1.033-.734-2.052-1.492-3.102-2.203-.244-.172-.605.025-.616.318m-7.22 3.239l.001 4.745.353-.001.002-4.744h-.356z"/><path d="M11.668.289c.31-.149.684-.037.905.214 3.623 3.619 7.242 7.242 10.862 10.864.2.186.344.456.284.736-.049.328-.349.521-.558.748-3.56 3.557-7.116 7.118-10.675 10.675-.281.284-.788.265-1.052-.032C7.773 19.83 4.109 16.169.448 12.506c-.323-.29-.281-.83.041-1.105C4.021 7.859 7.563 4.327 11.096.786c.181-.174.347-.376.572-.494m.122.33c-.257.182-.46.427-.684.644-3.322 3.319-6.64 6.64-9.961 9.958-.197.211-.446.39-.568.66-.06.304.238.486.413.68 3.386 3.377 6.763 6.762 10.147 10.141.224.215.421.463.678.642.167.089.36.007.48-.12 3.642-3.641 7.282-7.284 10.926-10.922.232-.181.193-.523-.029-.694C19.593 8.006 15.987 4.409 12.388.806c-.149-.156-.385-.334-.599-.185z"/><path d="M12.623 4.794c-.01-.317.4-.53.647-.317 1.034.708 2.039 1.458 3.067 2.174-.948.68-1.906 1.348-2.855 2.028-.126.084-.248.182-.397.224-.265.066-.532-.226-.449-.481.096-.344.253-.67.374-1.006a4.913 4.913 0 0 0-3.265 1.253 4.87 4.87 0 0 0-1.632 3.566c-.01 1.662.002 3.325-.001 4.987H6.551c0-1.66-.013-3.319-.006-4.978a6.443 6.443 0 0 1 2.1-4.69c1.171-1.097 2.766-1.705 4.368-1.708-.128-.352-.312-.686-.39-1.055zM17.824 9.24c.011-.293.372-.49.616-.318 1.05.712 2.069 1.469 3.102 2.203-1.039.715-2.048 1.474-3.092 2.179-.252.2-.654-.036-.624-.349.098-.377.306-.713.452-1.072-1.607-.002-3.098 1.276-3.288 2.879-.06.818-.008 1.642-.026 2.461l-1.63.001c.04-1.291-.173-2.65.374-3.866.715-1.801 2.575-3.042 4.508-3.047-.132-.356-.316-.697-.392-1.072z"/><path d="M10.604 12.48h.356l-.002 4.744-.353.001-.001-4.745z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-path-cyclists-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.59.749c.268-.264.553-.544.932-.631.689-.192 1.448.065 1.931.58 3.311 3.331 6.624 6.659 9.934 9.99.292.287.504.647.613 1.042v.796c-.074.31-.224.6-.454.822-3.253 3.229-6.5 6.463-9.751 9.695-.382.382-.75.833-1.304.959h-.82a2.203 2.203 0 0 1-1.004-.583C7.318 20.046 3.964 16.679.613 13.307c-.677-.665-.781-1.88-.071-2.56C3.883 7.406 7.245 4.087 10.59.751m.976-.188c-.301.09-.541.305-.758.524-3.292 3.27-6.589 6.535-9.872 9.814-.629.596-.556 1.679.068 2.251 3.293 3.31 6.587 6.619 9.875 9.934.562.607 1.619.709 2.219.103 3.35-3.335 6.704-6.667 10.057-10.001.484-.454.574-1.226.263-1.801-.22-.406-.586-.7-.899-1.028-3.092-3.107-6.179-6.222-9.277-9.323-.419-.444-1.082-.673-1.675-.473z"/><path fill="gold" d="M11.678 1.368c.372-.223.816-.013 1.076.282 3.232 3.251 6.466 6.499 9.695 9.754.193.191.373.431.367.716.01.421-.383.666-.636.942-3.198 3.164-6.384 6.343-9.575 9.515-.305.353-.876.284-1.17-.044-3.154-3.168-6.3-6.344-9.46-9.506-.28-.3-.68-.576-.7-1.024-.032-.274.152-.494.335-.671 3.126-3.115 6.259-6.223 9.386-9.337.221-.215.424-.454.68-.626M15.16 6.78c-.56.144-.782.925-.365 1.333.394.449 1.223.252 1.363-.33.197-.578-.42-1.196-.998-1.003m-6.958.35c-.368.142-.488.668-.203.947.295.352.931.173 1.008-.277.116-.439-.394-.871-.805-.67m-.761 1.401c-.628.468-.692 1.337-.571 2.05l-.092.312.758.005c.007.16.014.319.024.478-.182-.088-.485-.22-.584.047-.071.83-.007 1.664.013 2.495l.652-.005c.001.341.004.682.02 1.022l.22-.078c.061-.553-.02-1.112.038-1.666.03-.239.293-.329.442-.479-.128.181-.286.368-.247.607-.001 1.001.002 2.003-.001 3.004.018.17-.036.401.137.511.197.166.499-.052.458-.29.013-1.164.007-2.328 0-3.491l-.175-.26c.173.112.44.174.476.41.066.728-.043 1.466.065 2.192l-.11.355c.268.002.534.002.802 0l-.126-.366c.054-.85.016-1.7.028-2.55.043-.324-.15-.592-.4-.77a64.966 64.966 0 0 1-.004-1.168l.839.001c-.259-.59.007-1.277-.316-1.847-.23-.406-.644-.805-1.148-.734-.402.024-.875-.1-1.196.215m6.496.722c-.235.626-.732 1.2-.643 1.907.013.36-.005.721.04 1.08.041.28.475.263.542.002.049-.412-.019-.827.029-1.238.114-.355.306-.679.46-1.019-.014.79-.013 1.579-.029 2.369-.066 1.165-.206 2.327-.264 3.492-.006.467.782.59.869.103.166-1.13.172-2.282.366-3.409.092 1.315.06 2.638.15 3.953.082.492.947.462.941-.06.012-2.072-.022-4.146-.025-6.22.145.7.21 1.412.349 2.112.101.322.625.254.62-.091.012-.775-.229-1.523-.385-2.275-.09-.365-.138-.782-.434-1.048-.402-.376-.995-.464-1.523-.385-.438.065-.907.281-1.062.727z"/><path fill="gold" d="M7.253 10.63c.034-.485-.043-1.015.268-1.432.028.467.019.934.022 1.399l-.289.032zM9.277 9.19c.287.427.244.95.264 1.439l-.281-.03c.001-.47-.01-.94.017-1.409zM7.53 13.742c.088-.523.034-1.055.082-1.582.215.13.427.266.636.407-.173.114-.384.192-.496.377-.104.257-.097.547-.222.798zM8.789 12.486c.158-.014.217.064.178.234-.16.014-.218-.064-.178-.234z"/><path d="M11.566.563c.593-.2 1.256.029 1.675.473 3.098 3.101 6.185 6.216 9.277 9.323.313.329.679.623.899 1.028.311.575.221 1.348-.263 1.801-3.353 3.334-6.707 6.666-10.057 10.001-.6.606-1.657.504-2.219-.103-3.288-3.314-6.582-6.624-9.875-9.934-.624-.572-.697-1.655-.068-2.251 3.283-3.278 6.581-6.544 9.872-9.814.217-.22.457-.434.758-.524m.113.805c-.257.173-.46.412-.68.626-3.127 3.114-6.26 6.222-9.386 9.337-.182.176-.367.397-.335.671.019.448.42.724.7 1.024 3.16 3.162 6.306 6.338 9.46 9.506.294.329.865.397 1.17.044 3.191-3.172 6.377-6.35 9.575-9.515.253-.276.646-.521.636-.942.006-.286-.174-.526-.367-.716-3.229-3.254-6.463-6.503-9.695-9.754-.26-.295-.704-.505-1.076-.282z"/><path d="M15.16 6.78c.578-.193 1.195.425.998 1.003-.14.582-.97.779-1.363.33-.418-.408-.196-1.189.365-1.333zM8.202 7.13c.412-.202.922.23.805.67-.077.45-.713.629-1.008.277-.286-.278-.166-.805.203-.947z"/><path d="M7.441 8.531c.322-.314.794-.191 1.196-.215.504-.071.918.329 1.148.734.323.57.056 1.256.316 1.847l-.839-.001c-.001.389-.002.779.004 1.168.25.179.443.446.4.77-.012.85.026 1.7-.028 2.55l.126.366c-.268.002-.534.002-.802 0l.11-.355c-.108-.726.001-1.464-.065-2.192-.036-.236-.304-.299-.476-.41l.175.26c.007 1.163.013 2.327 0 3.491.041.239-.262.456-.458.29-.173-.11-.119-.341-.137-.511.004-1.001 0-2.003.001-3.004-.038-.239.119-.426.247-.607-.149.15-.412.24-.442.479-.059.553.023 1.112-.038 1.666l-.22.078a21.802 21.802 0 0 1-.02-1.022c-.217.001-.434.002-.652.005-.02-.83-.084-1.664-.013-2.495.1-.266.402-.134.584-.047-.01-.158-.017-.318-.024-.478a95.767 95.767 0 0 1-.758-.005l.092-.312c-.121-.713-.056-1.582.571-2.05m-.186 2.099l.289-.032c-.002-.466.006-.932-.022-1.399-.311.416-.234.947-.268 1.432M9.277 9.19c-.026.469-.016.938-.017 1.409l.281.03c-.02-.488.023-1.012-.264-1.439M7.53 13.742c.125-.251.118-.541.222-.798.112-.185.323-.263.496-.377-.209-.14-.421-.277-.636-.407-.048.527.006 1.058-.082 1.582m1.259-1.256c-.041.17.018.248.178.234.04-.17-.019-.248-.178-.234zM13.939 9.253c.155-.446.624-.662 1.062-.727.528-.079 1.121.01 1.523.385.296.265.344.683.434 1.048.156.752.397 1.5.385 2.275.005.346-.52.413-.62.091-.139-.7-.204-1.412-.349-2.112.004 2.074.037 4.147.025 6.22.006.522-.859.552-.941.06-.09-1.315-.058-2.638-.15-3.953-.194 1.127-.2 2.279-.366 3.409-.086.487-.875.364-.869-.103.058-1.165.198-2.327.264-3.492.016-.79.014-1.579.029-2.369-.154.34-.346.664-.46 1.019-.048.412.02.827-.029 1.238-.067.26-.502.277-.542-.002-.044-.359-.026-.72-.04-1.08-.089-.707.408-1.28.643-1.907z"/></symbol><symbol viewBox="0 0 24 24" id="warning--electricity--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#de0029" d="M11.861 1.38h.254a1.682 1.682 0 0 1 1.313.863c3.439 5.964 6.874 11.929 10.313 17.892.113.204.197.422.259.648v.461a1.64 1.64 0 0 1-1.372 1.376H1.39c-.744-.103-1.334-.746-1.391-1.493v-.194c.041-.282.134-.553.277-.799C3.715 14.171 7.15 8.205 10.589 2.242c.253-.476.74-.79 1.271-.862M2.519 20.5h18.98c-3.161-5.488-6.325-10.974-9.488-16.46-3.17 5.483-6.33 10.973-9.492 16.46z"/><path fill="#fff" d="M2.519 20.5c3.162-5.488 6.322-10.978 9.492-16.46 3.163 5.486 6.328 10.973 9.488 16.46H2.519m9.026-14.169c-.053.253-.198.468-.448.56.16.043.314.101.464.174l-.468.138c.155.071.31.143.462.22l-.462.128c.156.074.314.144.472.216l-.475.145c.154.064.308.124.463.182-.138.07-.284.12-.431.172.144.074.288.148.433.22l-.46.138c.151.067.306.13.462.187-.16.059-.317.124-.464.209l.445.125c-.084.144-.169.288-.252.433l.354.016c.07.248.19.476.367.666.298-.217.234-.812.72-.691l-.253-.418.451-.138a9.906 9.906 0 0 0-.473-.204l.468-.163c-.157-.062-.316-.122-.475-.182.16-.059.318-.121.475-.185l-.473-.162c.158-.067.317-.136.475-.205a90.723 90.723 0 0 1-.485-.155c.164-.06.326-.125.486-.199l-.468-.14c.152-.073.31-.139.467-.203l-.486-.169c.16-.054.319-.104.48-.152-.248-.091-.391-.308-.44-.559-.311-.002-.622-.002-.932-.002m.461 4.132c-1.885 2.063-3.758 4.136-5.644 6.198a514.099 514.099 0 0 1 5.297-1.496c.28-.079.56-.181.857-.164-.034.175-.068.352-.13.521-.508 1.436-1.012 2.874-1.523 4.31 1.787-2.364 3.577-4.724 5.362-7.09-1.409.395-2.813.803-4.217 1.213-.395.103-.784.298-1.202.244.34-1.262.812-2.486 1.2-3.736z"/><path d="M11.545 6.331c.311 0 .622 0 .932.002.049.251.192.468.44.559-.161.048-.32.098-.48.152l.486.169c-.157.064-.314.13-.467.203.116.035.35.106.468.14-.16.074-.322.139-.486.199l.485.155c-.158.07-.317.138-.475.205l.473.162c-.157.064-.316.126-.475.185.16.06.318.12.475.182l-.468.163c.16.064.317.132.473.204l-.451.138.253.418c-.486-.121-.422.474-.72.691a1.584 1.584 0 0 1-.367-.666l-.354-.016c.083-.145.168-.289.252-.433l-.445-.125c.148-.085.305-.15.464-.209a8.105 8.105 0 0 1-.462-.187l.46-.138a25.142 25.142 0 0 1-.433-.22c.146-.052.293-.102.431-.172-.155-.059-.31-.119-.463-.182l.475-.145c-.157-.072-.316-.142-.472-.216l.462-.128a13.015 13.015 0 0 0-.462-.22l.468-.138a2.625 2.625 0 0 0-.464-.174c.25-.092.395-.307.448-.56zM12.005 10.465c-.388 1.249-.86 2.473-1.2 3.736.419.054.808-.14 1.202-.244 1.404-.41 2.808-.818 4.217-1.213-1.784 2.365-3.575 4.726-5.362 7.09.511-1.436 1.015-2.874 1.523-4.31.061-.169.096-.346.13-.521-.296-.017-.577.085-.857.164-1.768.49-3.534.989-5.297 1.496 1.885-2.062 3.758-4.135 5.644-6.198z"/></symbol><symbol viewBox="0 0 24 24" id="warning--electricity--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.768 1.294c.289-.28.548-.6.894-.816.366-.185.794-.018 1.056.269 3.336 3.335 6.671 6.672 10.008 10.007.275.284.589.54.808.876.167.332.103.778-.182 1.027-3.541 3.546-7.091 7.085-10.628 10.633-.194.211-.463.316-.724.418-.253-.11-.516-.221-.71-.424C7.871 19.86 4.45 16.438 1.025 13.02c-.275-.287-.662-.575-.629-1.019-.019-.281.175-.502.355-.69C4.092 7.973 7.43 4.634 10.769 1.293m.065.532C7.97 4.686 5.109 7.551 2.24 10.409c-.49.535-1.068.992-1.488 1.59.113.192.23.384.392.54 3.323 3.314 6.638 6.636 9.958 9.954.25.241.474.515.763.713.228.084.41-.062.558-.216 3.52-3.522 7.042-7.044 10.565-10.564.148-.145.295-.325.206-.546-.335-.466-.797-.821-1.182-1.242-3-3.001-6.004-5.998-9.002-9-.312-.319-.617-.654-1.009-.877-.443.292-.794.692-1.166 1.064z"/><path d="M10.637 3.965c.349-.188.745-.254 1.112-.396.172-.004.344-.005.516-.002.365.143.757.208 1.109.386-.172.154-.395.203-.608.263a19.84 19.84 0 0 0-.014.236c.204.076.611.008.503.346-.166.048-.334.084-.502.121l.01.241c.163.036.325.077.486.122.124.347-.374.272-.57.37.14.269.463.316.698.468-.202.082-.406.156-.612.226l-.042.169c.221.094.458.163.643.325a15.74 15.74 0 0 1-.623.214l.006.199c.21.114.419.229.624.35-.31.04-.623.043-.935.047-.11.275-.217.551-.32.828l-.227-.029c-.096-.27-.2-.538-.311-.802-.301-.004-.602-.006-.902-.022.232-.17.503-.299.668-.544-.229-.078-.458-.155-.683-.241.146-.162.358-.21.559-.262l.06-.226a10.283 10.283 0 0 1-.635-.235c.181-.118.384-.196.59-.258l.036-.216a6.564 6.564 0 0 1-.631-.241c.185-.125.403-.176.608-.257l.007-.229c-.198-.082-.613-.016-.493-.348.164-.043.331-.082.498-.116l-.016-.234a3.203 3.203 0 0 1-.611-.254zM7.492 16.259c1.499-2.25 3.014-4.487 4.488-6.752-.211 1.42-.564 2.814-.796 4.231.334.233.715.04 1.072-.02 1.7-.376 3.398-.762 5.105-1.11-1.781 2.524-3.538 5.065-5.346 7.57.588-1.535 1.128-3.089 1.71-4.627a1.9 1.9 0 0 0 .149-.74 2.2 2.2 0 0 0-.732.058c-1.882.472-3.768.922-5.65 1.392z"/><path fill="#ffef00" d="M10.834 1.825c.372-.372.724-.773 1.166-1.064.392.223.697.558 1.009.877 2.999 3.002 6.002 5.999 9.002 9 .385.421.847.776 1.182 1.242.089.221-.059.401-.206.546-3.523 3.52-7.045 7.042-10.565 10.564-.148.154-.33.3-.558.216-.289-.198-.514-.472-.763-.713-3.319-3.318-6.635-6.64-9.958-9.954a2.42 2.42 0 0 1-.392-.54c.42-.598.998-1.055 1.488-1.59 2.869-2.857 5.73-5.723 8.594-8.584m-.196 2.14c.193.108.4.188.611.254l.016.234c-.167.035-.334.073-.498.116-.12.332.295.266.493.348l-.007.229c-.205.08-.424.132-.608.257.205.092.416.17.631.241l-.036.216c-.206.062-.409.14-.59.258.209.086.421.163.635.235l-.06.226c-.202.052-.413.1-.559.262.224.086.454.163.683.241-.166.245-.437.373-.668.544.3.016.601.018.902.022.11.264.215.532.311.802l.227.029c.103-.277.21-.553.32-.828.312-.004.625-.007.935-.047a19.955 19.955 0 0 0-.624-.35 13.63 13.63 0 0 0-.006-.199c.21-.067.418-.138.623-.214-.185-.162-.422-.232-.643-.325l.042-.169c.206-.07.41-.144.612-.226-.235-.152-.558-.199-.698-.468.196-.097.694-.023.57-.37a8.218 8.218 0 0 0-.486-.122 19.41 19.41 0 0 0-.01-.241c.168-.037.336-.073.502-.121.108-.337-.299-.27-.503-.346l.014-.236c.214-.06.437-.109.608-.263-.352-.179-.744-.244-1.109-.386a17.752 17.752 0 0 0-.516.002c-.367.142-.763.208-1.112.396M7.492 16.259c1.882-.47 3.768-.92 5.65-1.392a2.2 2.2 0 0 1 .732-.058c.004.256-.053.505-.149.74-.582 1.538-1.122 3.092-1.71 4.627 1.808-2.504 3.565-5.046 5.346-7.57-1.706.348-3.404.734-5.105 1.11-.356.06-.738.253-1.072.02.232-1.417.584-2.812.796-4.231-1.474 2.266-2.989 4.502-4.488 6.752z"/></symbol><symbol viewBox="0 0 24 24" id="warning--elephant-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.92 1.5h.122c.514.054.706.572.934.955 3.599 6.24 7.202 12.478 10.802 18.718.078.14.154.282.222.428v.316a.812.812 0 0 1-.688.583H.812c-.598.052-1.034-.656-.674-1.147 3.625-6.304 7.272-12.595 10.9-18.896.223-.373.406-.854.882-.956M3.1 20.395h17.818c-2.969-5.143-5.938-10.288-8.91-15.43-2.97 5.142-5.941 10.285-8.908 15.43z"/><path fill="#fff" d="M3.1 20.395c2.966-5.144 5.938-10.288 8.908-15.43 2.972 5.142 5.941 10.286 8.91 15.43H3.1m9.987-8.785c-.073.136-.126.281-.184.424-.448.097-.804-.301-1.243-.294-.308-.012-.617-.013-.925-.016.115.384.422.744.33 1.165-.841.53-1.888.532-2.848.641-.658.505-1.165 1.207-1.386 2.009-.036.362.077.718.11 1.078.086.588-.05 1.176-.205 1.74.331-.43.437-.959.575-1.471-.101.943-.163 1.896-.067 2.843.391.018.785.024 1.176-.012-.09-.286-.355-.511-.36-.82.072-.308.176-.61.238-.92.376.532.577 1.157.745 1.778.32-.08.637-.172.954-.264l-.05-.316c-.587-.32-.668-1.106-.778-1.7.293-.103.598-.227.913-.199.352.269.433.754.539 1.159-.238.02-.475.017-.713.002.077.4.18.797.378 1.156.259-.18.446-.45.737-.584.181-.116.482-.188.458-.462.007-.516-.09-1.037.044-1.546.414.413.404 1.019.56 1.546.158.384-.012.781-.043 1.17.331.013.662.022.995.024-.095-.358-.302-.686-.299-1.068-.089-.642.191-1.27.085-1.912-.041-.394-.119-.796-.05-1.189.185-.3.481-.516.67-.817.229.059.46.119.698.116.073.131.145.264.216.396.035-.014.103-.046.137-.06.095.536.236 1.086.124 1.632-.076.587-.521 1.021-.73 1.559l.278.158c.314-.406.652-.793.947-1.213.418-.631.342-1.424.364-2.144.496-.025.946-.272 1.199-.707-.368.14-.817.572-1.208.335-.08-.611-.448-1.153-.412-1.78-.089-.322-.371-.548-.47-.868-.301-.121-.646-.145-.906-.353-.184-.11-.356-.334-.593-.216z"/><path d="M13.087 11.61c.236-.118.409.106.593.216.26.208.605.232.906.353.1.319.382.546.47.868-.036.626.331 1.169.412 1.78.391.238.84-.194 1.208-.335-.253.434-.703.682-1.199.707-.022.72.054 1.513-.364 2.144-.295.42-.632.808-.947 1.213l-.278-.158c.209-.538.654-.972.73-1.559.113-.546-.029-1.096-.124-1.632-.034.014-.102.046-.137.06a30.352 30.352 0 0 0-.216-.396c-.239.002-.469-.058-.698-.116-.188.301-.485.517-.67.817-.068.394.01.796.05 1.189.106.642-.174 1.27-.085 1.912-.004.382.204.71.299 1.068a29.963 29.963 0 0 1-.995-.024c.031-.389.202-.786.043-1.17-.156-.527-.146-1.133-.56-1.546-.134.509-.037 1.03-.044 1.546.024.274-.277.346-.458.462-.29.134-.478.404-.737.584-.198-.359-.301-.756-.378-1.156.238.014.475.018.713-.002-.106-.406-.187-.89-.539-1.159-.316-.028-.62.096-.913.199.109.594.191 1.38.778 1.7l.05.316c-.317.092-.634.184-.954.264-.168-.622-.37-1.247-.745-1.778-.061.311-.166.612-.238.92.005.308.27.534.36.82-.391.036-.785.03-1.176.012-.096-.947-.034-1.9.067-2.843-.138.512-.244 1.042-.575 1.471.155-.564.292-1.152.205-1.74-.034-.36-.146-.715-.11-1.078.221-.802.728-1.504 1.386-2.009.96-.109 2.006-.11 2.848-.641.092-.421-.215-.781-.33-1.165.308.002.617.004.925.016.439-.007.796.391 1.243.294.058-.143.11-.288.184-.424z"/></symbol><symbol viewBox="0 0 24 24" id="warning--emergency-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f1ba1b" d="M11.737 0h.235c.343.032.653.204.888.454 3.515 3.529 7.04 7.048 10.556 10.576.373.343.53.925.278 1.384-.25.42-.644.722-.978 1.072-3.232 3.245-6.478 6.475-9.704 9.726-.3.311-.662.65-1.13.608-.556-.002-.906-.485-1.268-.833C7.216 19.584 3.81 16.188.407 12.791A1.6 1.6 0 0 1 0 12.066v-.305c.115-.563.599-.913.974-1.303 3.162-3.16 6.328-6.314 9.487-9.476.383-.376.734-.832 1.276-.98m-.042.305c-.392.118-.65.46-.936.731C7.401 4.4 4.04 7.76.678 11.119c-.229.232-.439.538-.394.881.059.475.486.761.79 1.085 3.221 3.221 6.444 6.438 9.66 9.664.335.311.64.773 1.14.79.493.038.81-.396 1.127-.7 3.392-3.407 6.798-6.8 10.195-10.202.199-.2.368-.457.347-.752.006-.354-.259-.618-.482-.858C19.613 7.59 16.18 4.141 12.735.703c-.268-.268-.644-.518-1.039-.395z"/><path fill="#f1ba1b" d="M11.812.89c.154-.121.316.091.432.176 3.498 3.502 7.001 7.001 10.5 10.502.173.152.323.408.083.583-3.511 3.524-7.04 7.033-10.55 10.561-.126.09-.232.266-.408.245-.307-.169-.521-.46-.772-.698-3.178-3.178-6.353-6.356-9.533-9.532-.248-.268-.578-.486-.72-.834.086-.154.206-.286.328-.412l9.832-9.832c.265-.258.503-.55.809-.761M9.664 9.284c-.475.278-.533.844-.521 1.343-.235-.33-.487-1.013-1.001-.838-.539.108-.515.89-1.076.954-.007-.54-.004-1.08-.001-1.62l-.518.002c.002.522.001 1.045.002 1.567H3.59v1.997l-.518-.001-.002.692c.371-.001.742-.001 1.112.004.221.486.679.854 1.229.859.518-.067 1.012-.38 1.243-.857 2.305-.012 4.61-.007 6.916-.002.266.622.992 1.031 1.651.779.396-.101.634-.449.827-.781 1.295-.004 2.59-.001 3.884-.001.001-.23.002-.461.006-.691l-.698-.001c.001-.665-.001-1.331.001-1.996-2.987.001-5.974-.001-8.96.001.001-.582-.001-1.164.001-1.746l-.496-.008c-.042.114-.083.229-.121.344m.797-.338l.001.956c3.128-.004 6.257 0 9.385-.001v-.955h-9.386z"/><path fill="#f1ba1b" d="M10.718 9.114h.613v.62l-.614-.002.001-.618zM11.497 9.114h.702v.619l-.702.001v-.62zM12.372 9.115l.613-.001v.619h-.613v-.618zM13.238 9.114l.614-.001v.622l-.614-.001v-.619zM14.02 9.114h.613v.619h-.614l.001-.619zM14.892 9.114h.614v.619h-.614v-.619zM15.672 9.114h.703v.619h-.703v-.619zM16.541 9.114h.614l.014.619h-.63l.001-.619zM17.322 9.114h.707v.618l-.698.004c-.004-.208-.004-.415-.008-.622zM18.193 9.113l.614.001v.619l-.614.001v-.622zM19.062 9.114l.623.001.001.618h-.624v-.619z"/><path fill="#151210" d="M11.695.307c.395-.124.772.127 1.039.395 3.445 3.438 6.878 6.887 10.326 10.324.223.24.488.504.482.858.022.295-.148.552-.347.752-3.397 3.402-6.803 6.796-10.195 10.202-.317.304-.634.738-1.127.7-.5-.017-.805-.479-1.14-.79-3.216-3.226-6.439-6.443-9.66-9.664-.304-.324-.731-.61-.79-1.085-.046-.343.164-.649.394-.881C4.039 7.759 7.401 4.399 10.758 1.037c.286-.271.544-.613.936-.731m.118.584c-.306.211-.544.503-.809.761-3.277 3.277-6.554 6.556-9.832 9.832a2.107 2.107 0 0 0-.328.412c.142.348.472.566.72.834 3.18 3.175 6.355 6.354 9.533 9.532.251.239.464.529.772.698.176.022.282-.155.408-.245 3.51-3.528 7.039-7.037 10.55-10.561.24-.175.09-.431-.083-.583-3.499-3.502-7.002-7.001-10.5-10.502-.116-.085-.278-.298-.432-.176z"/><path fill="#151210" d="M9.664 9.284c.038-.115.079-.23.121-.344l.496.008c-.002.582 0 1.164-.001 1.746 2.987-.002 5.974 0 8.96-.001-.002.665 0 1.331-.001 1.996l.698.001c-.004.23-.005.461-.006.691-1.295 0-2.59-.002-3.884.001-.193.332-.431.68-.827.781-.659.252-1.385-.157-1.651-.779-2.305-.005-4.61-.01-6.916.002-.232.476-.725.79-1.243.857-.55-.005-1.008-.373-1.229-.859a68.74 68.74 0 0 0-1.112-.004l.002-.692.518.001v-1.997h2.959c-.001-.522 0-1.045-.002-1.567l.518-.002c-.002.54-.006 1.08.001 1.62.562-.064.538-.846 1.076-.954.514-.175.766.508 1.001.838-.012-.499.046-1.064.521-1.343z"/><path fill="#151210" d="M10.462 8.946h9.386v.955c-3.128.001-6.257-.002-9.385.001l-.001-.956m.256.168l-.001.618.614.002v-.62h-.613m.779 0v.62l.702-.001v-.619h-.702m.875.001v.618h.613v-.619l-.613.001m.866-.001v.619l.614.001v-.622l-.614.001m.782.001l-.001.619h.614v-.619h-.613m.872 0v.619h.614v-.619h-.614m.78 0v.619h.703v-.619h-.703m.869 0l-.001.619h.63l-.014-.619h-.614m.78 0c.005.206.005.414.008.622l.698-.004v-.618h-.707m.872-.001v.622l.614-.001v-.619l-.614-.001m.869 0v.619h.624l-.001-.618-.623-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--emergency-vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.845 0h.266c.329.059.625.227.856.466 3.502 3.503 7.003 7.006 10.507 10.506.312.293.553.701.49 1.144-.042.515-.47.852-.805 1.194-3.284 3.28-6.566 6.56-9.846 9.845-.362.361-.742.828-1.304.817-.575.036-.968-.434-1.333-.804-3.419-3.422-6.84-6.844-10.262-10.262a1.527 1.527 0 0 1-.413-.772v-.253c.046-.332.212-.632.455-.86C3.817 7.659 7.181 4.299 10.54.936c.382-.377.745-.84 1.307-.935m-.279.413c-.12.074-.224.17-.328.268C7.72 4.203 4.203 7.73.68 11.248c-.232.217-.432.514-.383.848.041.422.426.676.692.962 3.322 3.318 6.641 6.637 9.96 9.958.299.284.584.701 1.048.682.431.014.703-.362.982-.631 3.34-3.344 6.685-6.68 10.027-10.022.258-.276.619-.52.673-.922.061-.34-.137-.648-.373-.87L12.684.631c-.271-.308-.751-.436-1.116-.216z"/><path fill="#ffdb00" d="M11.822.792c.228-.12.458.046.612.206 3.522 3.521 7.044 7.044 10.567 10.564.215.176.358.521.107.734-3.577 3.589-7.165 7.17-10.745 10.757a.462.462 0 0 1-.734-.002c-3.539-3.541-7.076-7.085-10.62-10.62-.168-.149-.346-.38-.218-.612.167-.263.414-.461.628-.684l9.662-9.655c.244-.233.457-.504.742-.688M4.756 9.59l.284.175c-.018.323.214.902-.262.96.319.142.676.068 1.013.083v.304H4.638c-.162.653-.324 1.304-.481 1.958l-.388.002v.431h3.594c.054.472.413.925.923.904.505.014.857-.437.912-.904 2.459.001 4.918-.001 7.378.001.056.434.353.869.823.896.539.078.961-.395 1.012-.899.431.002.863.001 1.295.001v-.432h-.544c-.071-.671-.144-1.342-.216-2.012l-2.953-.287c-.09-.305.107-.846-.286-.942-.014.509.05 1.031-.113 1.524l-.469-.004c-.084-.34-.097-.721-.355-.986l.132-.149c-.044-.215.094-.319.292-.371l-.337.11-.014-.298c-.217.094-.412.24-.47.482a6.934 6.934 0 0 0-1.079-.185l-.101-.167c-.3-.006-.6-.005-.9-.005v1.328h-1.224c-.001-.076-.002-.227-.004-.302l.936-.002.006-.149-.21-.024c.001-.288.001-.575.007-.862.064-.052.191-.155.254-.208-2.178-.034-4.356-.001-6.534-.016a4.691 4.691 0 0 0-.768.041z"/><path fill="#ffdb00" d="M5.204 9.712l.587.001v.935h-.587v-.936zM5.936 9.712h.588v.936h-.588v-.936zM6.67 9.712h.588v.936H6.67v-.936zM7.402 9.713l.588-.001v.936h-.588v-.935zM8.135 9.712h.587l.001.937-.588-.001v-.936zM8.868 9.712h.587l.001.937-.588-.001v-.936zM9.6 9.712l.588.001v.935l-.587.001-.001-.937zM10.333 9.712h.588v.936l-.588.001v-.937zM11.066 9.712h.588v.936h-.588v-.936zM14.062 10.147c.154.017.307.029.461.038l-.073.103.14.064c-.313.185-.323.559-.424.866-.029-.358.024-.728-.104-1.072zM5.936 10.808h4.985v.304H5.936v-.304z"/><path d="M11.568.414c.365-.22.845-.092 1.116.216l10.622 10.622c.236.222.434.53.373.87-.054.402-.415.646-.673.922-3.342 3.342-6.688 6.678-10.027 10.022-.278.269-.551.646-.982.631-.463.019-.749-.397-1.048-.682-3.319-3.32-6.638-6.64-9.96-9.958-.266-.287-.652-.54-.692-.962-.049-.335.151-.631.383-.848C4.203 7.729 7.72 4.202 11.24.681c.103-.097.208-.193.328-.268m.254.379c-.284.184-.498.455-.742.688l-9.662 9.655c-.214.223-.461.421-.628.684-.127.232.05.463.218.612 3.544 3.535 7.081 7.079 10.62 10.62a.46.46 0 0 0 .734.002c3.58-3.587 7.168-7.168 10.745-10.757.251-.214.108-.558-.107-.734-3.523-3.52-7.045-7.043-10.567-10.564-.154-.161-.384-.326-.612-.206z"/><path d="M4.756 9.59c.254-.037.511-.046.768-.041 2.178.014 4.356-.018 6.534.016l-.254.208c-.006.287-.006.574-.007.862l.21.024-.006.149-.936.002c.001.076.002.227.004.302h1.224V9.784c.3 0 .6-.001.9.005l.101.167c.362.038.725.089 1.079.185.059-.242.253-.389.47-.482l.014.298.337-.11c-.198.052-.336.156-.292.371a8.823 8.823 0 0 1-.132.149c.258.265.271.647.355.986l.469.004c.163-.493.098-1.015.113-1.524.392.096.196.637.286.942l2.953.287.216 2.012h.544v.432c-.432 0-.864.001-1.295-.001-.05.504-.473.977-1.012.899-.47-.028-.767-.462-.823-.896-2.46-.002-4.919 0-7.378-.001-.055.467-.407.918-.912.904-.51.022-.869-.432-.923-.904H3.769v-.431l.388-.002c.157-.654.319-1.306.481-1.958h1.153v-.304c-.337-.014-.694.059-1.013-.083.475-.058.244-.637.262-.96l-.284-.175m.448.118v.936h.587v-.935l-.587-.001m.732 0v.936h.588v-.936h-.588m.734 0v.936h.588v-.936H6.67m.732.001v.935h.588v-.936l-.588.001m.733-.001v.936l.588.001-.001-.937h-.587m.733 0v.936l.588.001-.001-.937h-.587m.732 0l.001.937.587-.001v-.935L9.6 9.712m.733 0v.937l.588-.001v-.936h-.588m.733 0v.936h.588v-.936h-.588m2.996.435c.128.343.076.714.104 1.072.101-.307.11-.682.424-.866l-.14-.064.073-.103c-.154-.01-.307-.022-.461-.038m-8.126.66v.304h4.985v-.304H5.936z"/></symbol><symbol viewBox="0 0 24 24" id="warning--emu-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.354.209c.475-.346 1.157-.217 1.543.2 3.568 3.56 7.129 7.126 10.692 10.691.493.433.542 1.266.055 1.723-3.601 3.608-7.207 7.213-10.813 10.816-.43.454-1.222.457-1.652.005-3.605-3.6-7.205-7.202-10.806-10.806-.502-.456-.457-1.304.047-1.741 3.397-3.403 6.802-6.8 10.2-10.204.239-.233.46-.49.734-.684m.333.087c-.19.068-.338.21-.482.344C7.685 4.162 4.165 7.684.643 11.204c-.252.235-.451.568-.385.926.048.388.383.635.636.896 3.485 3.476 6.96 6.962 10.442 10.44a.923.923 0 0 0 1.325.008c3.606-3.601 7.208-7.206 10.812-10.811.403-.37.358-1.048-.049-1.397C19.886 7.72 16.34 4.182 12.802.638c-.272-.31-.709-.499-1.114-.343z"/><path fill="#fee011" d="M11.803.763c.248-.131.503.037.666.218l9.894 9.896c.275.284.578.544.827.852.174.203.08.506-.109.662-3.562 3.564-7.127 7.124-10.687 10.69-.144.163-.39.269-.594.149-.256-.174-.452-.416-.673-.63-3.4-3.406-6.804-6.805-10.205-10.208-.16-.143-.268-.384-.156-.588.187-.284.457-.502.691-.745 3.203-3.202 6.406-6.404 9.606-9.607.242-.234.461-.499.74-.689M9.458 4.828c-.289.371-.731.546-1.124.778.365.071.742.082 1.102.176.324.944-.506 1.692-.709 2.555-.402 1.586.379 3.254 1.58 4.283.572.443 1.259.841 2.006.804.166.176.329.355.49.536.101.424.325.839.226 1.286-.182.784-.5 1.526-.812 2.264-.118.236-.283.541-.586.54-.594.031-1.288-.106-1.733.394l.46.091.091.214c.76-.024 1.495-.23 2.242-.34.214.061.485.044.604.275.703-.073 1.386-.275 2.088-.37 0-1.288-.062-2.579.065-3.863a3.443 3.443 0 0 1-.442-.943c.414-.205.872-.286 1.309-.425l.274.21c.613.054 1.211.224 1.829.229.142-.872-.246-1.732-.664-2.477-.256-.49-.762-.752-1.147-1.126-.839-.701-1.926-1.188-3.037-1.096-.932.082-1.728.665-2.644.799-.39.073-.668-.284-.683-.641-.053-.895.049-1.798.239-2.674.061-.335.203-.678.12-1.02-.2-.424-.726-.493-1.142-.462z"/><path fill="#fee011" d="M13.704 15.27c.248-.505.012-1.082.206-1.602.365.378.469.904.677 1.369.263.937.268 1.944.116 2.9-.644.059-1.369-.038-1.91.395-.253-.468.048-.968.142-1.439.124-.599.504-1.086.769-1.624z"/><path fill="#030303" d="M11.687.296c.404-.156.841.034 1.114.343 3.539 3.545 7.085 7.082 10.622 10.628.407.349.452 1.027.049 1.397-3.604 3.605-7.206 7.21-10.812 10.811a.923.923 0 0 1-1.325-.008C7.853 19.989 4.377 16.503.893 13.027c-.253-.262-.588-.509-.636-.896-.066-.359.133-.691.385-.926C4.164 7.685 7.685 4.163 11.204.641c.144-.134.293-.276.482-.344m.117.466c-.28.19-.498.455-.74.689-3.2 3.203-6.403 6.406-9.606 9.607-.234.244-.504.461-.691.745-.112.204-.004.445.156.588 3.401 3.403 6.805 6.803 10.205 10.208.221.214.418.456.673.63.204.12.45.014.594-.149 3.56-3.565 7.126-7.126 10.687-10.69.19-.156.283-.46.109-.662-.248-.308-.552-.568-.827-.852L12.469.981c-.163-.181-.418-.349-.666-.218z"/><path fill="#030303" d="M9.458 4.828c.416-.031.942.038 1.142.462.083.342-.059.685-.12 1.02-.19.876-.292 1.778-.239 2.674.014.356.293.714.683.641.916-.134 1.711-.718 2.644-.799 1.111-.092 2.198.395 3.037 1.096.385.373.892.636 1.147 1.126.418.745.805 1.604.664 2.477-.618-.005-1.216-.175-1.829-.229l-.274-.21c-.437.139-.895.22-1.309.425.103.332.241.655.442.943-.127 1.284-.065 2.575-.065 3.863-.702.095-1.385.296-2.088.37-.119-.23-.39-.214-.604-.275-.746.109-1.482.316-2.242.34l-.091-.214-.46-.091c.445-.499 1.139-.362 1.733-.394.302.001.468-.304.586-.54.312-.738.63-1.481.812-2.264.1-.448-.125-.863-.226-1.286-.161-.181-.324-.36-.49-.536-.748.037-1.434-.361-2.006-.804-1.201-1.028-1.982-2.696-1.58-4.283.203-.863 1.033-1.61.709-2.555-.36-.095-.737-.106-1.102-.176.394-.232.835-.407 1.124-.778m4.248 10.439c-.265.538-.646 1.025-.769 1.624-.094.47-.395.971-.142 1.439.541-.433 1.266-.336 1.91-.395.151-.956.146-1.963-.116-2.9-.208-.466-.312-.991-.677-1.369-.194.52.042 1.097-.206 1.602z"/></symbol><symbol viewBox="0 0 24 24" id="warning--emu-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.353.205a1.151 1.151 0 0 1 1.291.002c.28.197.503.458.745.696l9.71 9.709c.253.265.547.502.742.818a1.174 1.174 0 0 1-.208 1.399c-3.478 3.482-6.961 6.961-10.44 10.444-.253.242-.48.547-.832.652-.442.154-.95-.002-1.258-.347-3.581-3.586-7.166-7.164-10.746-10.75-.493-.458-.443-1.301.058-1.735C3.83 7.672 7.251 4.257 10.667.837c.222-.217.428-.455.685-.632m.319.095c-.186.068-.33.209-.472.341C7.759 4.083 4.319 7.525.875 10.965c-.284.287-.652.588-.631 1.034-.017.48.404.779.704 1.088 3.442 3.442 6.886 6.881 10.324 10.326.216.23.53.388.853.332.391-.048.638-.385.901-.64 3.338-3.342 6.679-6.682 10.02-10.021.3-.308.72-.607.704-1.086.018-.479-.396-.785-.694-1.094C19.61 7.465 16.172 4.016 12.724.577 12.464.288 12.04.161 11.669.3z"/><path fill="#fee011" d="M11.796.76c.248-.116.503.028.665.216l9.899 9.899c.274.287.58.546.829.856.167.203.083.508-.108.664-3.48 3.48-6.965 6.958-10.44 10.444-.21.193-.415.511-.746.433-.276-.092-.442-.364-.653-.551C7.883 19.359 4.524 15.996 1.16 12.64c-.169-.193-.443-.355-.442-.642-.012-.192.133-.328.252-.455C4.354 8.163 7.734 4.78 11.116 1.397c.223-.215.424-.46.68-.636m1.584 4.872c.242 1.097.456 2.218.379 3.348-.014.353-.287.713-.674.644-.679-.085-1.282-.452-1.932-.644-.961-.336-2.038-.133-2.905.361-.646.322-1.14.854-1.699 1.295-.48.576-.781 1.292-.943 2.021-.056.286-.134.598.014.868.605-.011 1.187-.187 1.788-.229l.284-.216c.428.155.893.206 1.298.43-.094.334-.224.658-.438.934.131 1.286.062 2.579.068 3.868.413.134.858.089 1.268.234.272.102.564.131.854.137.066-.262.364-.215.565-.27.758.103 1.504.32 2.273.332l.035-.215c.156-.019.312-.043.467-.072-.406-.54-1.133-.362-1.712-.403-.304-.001-.473-.306-.588-.546-.311-.738-.63-1.478-.812-2.261-.113-.449.137-.853.222-1.279.161-.192.331-.377.505-.557.509.062.985-.167 1.422-.398.814-.45 1.408-1.206 1.834-2.016.499-1.027.606-2.297.061-3.328-.292-.575-.704-1.216-.445-1.88.346-.128.731-.088 1.086-.187-.374-.246-.834-.382-1.1-.767-.503-.092-1.3.151-1.175.798z"/><path fill="#fee011" d="M10.075 13.685c.174.372.074.781.101 1.175.096.622.588 1.073.775 1.661.19.594.344 1.201.46 1.814-.661-.324-1.39-.38-2.113-.402-.139-.565-.086-1.15-.084-1.726.036-.511.098-1.039.337-1.501.137-.36.233-.745.524-1.021z"/><path d="M11.671.3c.371-.139.794-.012 1.055.277 3.448 3.439 6.886 6.888 10.332 10.327.298.31.712.616.694 1.094.016.479-.404.778-.704 1.086-3.341 3.34-6.682 6.679-10.02 10.021-.263.254-.51.592-.901.64-.323.055-.637-.102-.853-.332C7.836 19.968 4.392 16.529.95 13.087c-.3-.31-.721-.608-.704-1.088-.02-.446.347-.748.631-1.034C4.321 7.526 7.76 4.083 11.201.641c.142-.132.286-.272.472-.341m.123.46c-.257.176-.457.421-.68.636C7.734 4.779 4.354 8.162.97 11.542c-.119.127-.264.263-.252.455-.001.287.272.449.442.642 3.365 3.356 6.724 6.719 10.082 10.081.211.187.377.458.653.551.331.078.536-.24.746-.433 3.475-3.486 6.96-6.964 10.44-10.444.191-.156.275-.461.108-.664-.25-.31-.556-.569-.829-.856L12.461.975c-.162-.188-.416-.332-.665-.216z"/><path d="M13.38 5.633c-.125-.647.672-.89 1.175-.798.266.385.726.521 1.1.767-.355.1-.74.059-1.086.187-.259.665.154 1.306.445 1.88.545 1.031.438 2.3-.061 3.328-.426.81-1.02 1.566-1.834 2.016-.437.232-.913.461-1.422.398-.174.18-.344.365-.505.557-.085.426-.335.83-.222 1.279.182.782.502 1.523.812 2.261.115.24.284.545.588.546.58.041 1.307-.137 1.712.403a7.418 7.418 0 0 1-.467.072l-.035.215c-.769-.012-1.514-.229-2.273-.332-.202.055-.499.008-.565.27-.29-.006-.582-.035-.854-.137-.41-.145-.856-.1-1.268-.234-.006-1.289.062-2.581-.068-3.868.214-.276.344-.6.438-.934-.406-.223-.87-.275-1.298-.43l-.284.216c-.601.042-1.183.218-1.788.229-.149-.27-.071-.582-.014-.868.162-.728.463-1.445.943-2.021.559-.44 1.054-.973 1.699-1.295.868-.494 1.944-.697 2.905-.361.65.192 1.253.559 1.932.644.388.068.66-.292.674-.644.077-1.13-.137-2.251-.379-3.348m-3.305 8.054c-.292.276-.388.661-.524 1.021-.239.462-.301.99-.337 1.501-.002.576-.055 1.16.084 1.726.724.022 1.452.078 2.113.402-.115-.613-.27-1.22-.46-1.814-.187-.588-.679-1.039-.775-1.661-.026-.394.073-.803-.101-1.175z"/></symbol><symbol viewBox="0 0 24 24" id="warning--entering-roadway-merge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.858 0h.254c.3.046.577.185.786.406 3.546 3.544 7.088 7.091 10.636 10.634.245.232.43.528.466.869v.196c-.048.275-.157.542-.362.737-3.478 3.482-6.96 6.96-10.438 10.442-.295.308-.606.647-1.051.716h-.275a1.352 1.352 0 0 1-.774-.415C7.522 20.001 3.937 16.421.358 12.838c-.197-.186-.302-.442-.358-.702v-.254c.056-.524.492-.859.834-1.21 3.281-3.278 6.56-6.56 9.84-9.84.343-.34.672-.761 1.184-.832m-.188.409c-.193.059-.343.2-.486.335C7.764 4.163 4.346 7.585.924 11.003c-.196.202-.426.395-.515.673-.13.374-.012.81.28 1.075 3.544 3.536 7.08 7.08 10.621 10.618.367.362 1.012.361 1.38 0 3.439-3.437 6.876-6.878 10.316-10.314.236-.244.536-.47.607-.823.102-.386-.071-.79-.359-1.049L12.815.745c-.277-.322-.736-.484-1.146-.336z"/><path fill="#fecf33" d="M11.78.877c.283-.112.596.024.786.242C16.024 4.581 19.49 8.035 22.944 11.5c.283.256.288.742.001.995-3.484 3.482-6.964 6.967-10.447 10.447-.216.232-.594.292-.86.11-.21-.154-.377-.355-.563-.535-3.34-3.34-6.678-6.682-10.019-10.021-.322-.28-.263-.81.061-1.062C4.533 8.01 7.959 4.599 11.375 1.174c.122-.113.24-.248.406-.298m-.86 6.918c-.434.005-.648.635-.268.87.478.288.983.527 1.463.81-2.094 2.093-4.186 4.187-6.282 6.276.618.628 1.243 1.248 1.859 1.877.955-.965 1.921-1.919 2.878-2.882-.416 1.99-.331 4.028-.331 6.048l1.726-.001c.022-1.976-.094-3.971.248-5.927.241-1.303.839-2.55 1.768-3.503.277.475.515.974.811 1.438.224.359.82.161.85-.241.382-1.962.757-3.924 1.134-5.887-1.955.356-3.905.744-5.855 1.123z"/><path d="M11.67.409c.41-.148.869.014 1.146.336l10.439 10.438c.288.259.461.662.359 1.049-.071.353-.371.58-.607.823-3.44 3.436-6.877 6.877-10.316 10.314-.368.361-1.013.362-1.38 0C7.77 19.831 4.233 16.288.69 12.751a1.027 1.027 0 0 1-.28-1.075c.089-.278.319-.472.515-.673 3.422-3.418 6.84-6.84 10.26-10.259.143-.134.293-.276.486-.335m.109.468c-.166.049-.283.185-.406.298C7.959 4.6 4.533 8.011 1.116 11.435c-.324.252-.383.782-.061 1.062 3.341 3.34 6.679 6.682 10.019 10.021.186.18.353.382.563.535.266.181.644.121.86-.11 3.484-3.48 6.964-6.965 10.447-10.447.287-.253.282-.739-.001-.995-3.454-3.466-6.919-6.919-10.378-10.381-.19-.218-.503-.354-.786-.242z"/><path d="M10.921 7.794c1.95-.379 3.9-.767 5.855-1.123-.377 1.963-.752 3.925-1.134 5.887-.03.402-.625.6-.85.241-.296-.463-.534-.962-.811-1.438-.929.953-1.526 2.2-1.768 3.503-.342 1.956-.227 3.95-.248 5.927l-1.726.001c0-2.02-.085-4.058.331-6.048-.956.964-1.922 1.918-2.878 2.882-.616-.629-1.241-1.249-1.859-1.877 2.096-2.089 4.188-4.183 6.282-6.276-.48-.283-.985-.522-1.463-.81-.38-.235-.167-.865.268-.87z"/></symbol><symbol viewBox="0 0 24 24" id="warning--equestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M12.832.352l10.816 10.816c.46.46.46 1.205 0 1.664L12.832 23.648c-.46.46-1.205.46-1.664 0L.352 12.832a1.176 1.176 0 0 1 0-1.664L11.168.352c.46-.46 1.205-.46 1.664 0z"/><path d="M12.666.518l10.816 10.816a.94.94 0 0 1 0 1.331L12.666 23.481a.94.94 0 0 1-1.331 0L.519 12.665a.94.94 0 0 1 0-1.331L11.335.518a.94.94 0 0 1 1.331 0z"/><path fill="#fee011" d="M12.333.851l10.816 10.816a.47.47 0 0 1 0 .666L12.333 23.149a.47.47 0 0 1-.666 0L.851 12.333a.47.47 0 0 1 0-.666L11.667.851a.47.47 0 0 1 .666 0z"/><path d="M10.684 9.895h.084l.09-.048.042-.042h.132l.042.042.042.048v.084l-.042.042v.048l-.264-.09-.174-.042.048-.042zm.48-.57l-.174.09-.132.084-.048.09-.348.084h-.084l-.222-.042-.126-.084-.264-.18-.132-.084-.348-.348-.306-.09-.174-.174-.264-.084-.216-.048-.264-.084-.216-.048-.174.048-.216.042h-.174l-.09-.042-.09-.048-.174-.042-.126-.042-.09.042-.042.09-.048.042-.084.09-.042.042.084.042.042.042.048.132.042.042v.132l-.042.132v.174l-.048.09v.348l.048.084.042.174-.042.09v.174l-.048.174-.042.132v.132l-.042.174.042.132.09.174.174.042.084.042h.174l.18-.042.042-.084.042-.18.042-.084v-.09l.048-.084.084-.09.042-.042.048-.042v-.048l.084-.042h.222l.042.042.084.222v.174l.09.174.084.174.048.09.042.126.09.222.084.084v.09l.042.174v.521l.048.174v.174l-.09.132-.174.174-.216.174-.09.222-.132.174-.132.216-.126.264-.174.258-.132.306-.042.222-.09.174-.09.132-.126.216.042.216.084.174.09.174.042.174.09.09.132.042.126-.042.09-.132.042-.132v-.258l-.084-.09-.09-.042v-.132l.042-.132.048-.174v-.126l.084-.18.042-.174.09-.126.09-.18.084-.084.132-.042.084-.09.09-.174.042-.09.09-.084.042-.09.174-.084.174-.174.132-.09.09-.042h.174l.126.084.048.132.042.222.132.216.042.174.042.132.132.216.132.174.132.222.132.216.042.174.132.174.042.222-.042.126-.09.132-.132.174-.042.132-.042.09.132.042.126.132h.396l.174-.048-.042-.126v-.264l.042-.132v-.258l-.09-.132-.084-.222-.042-.174-.09-.126v-.18l-.042-.174v-.174l-.042-.132v-.126l-.048-.048-.042-.084-.09-.222-.084-.126-.042-.132v-.348l.126-.132.09-.042h.612l.216.042.222.042h.39l.216-.042h.174l.222-.042.258-.048.222-.042.216-.042.132-.042.174-.048.084-.084.18-.048h.258l.042.132.09.222.042.126.09.264.042.306.042.132v.479l-.042.258v.437l-.042.216-.09.09-.174.084-.132.132-.126.132-.18.09-.084.174-.09.174-.126.084.174.132.258.09.222-.048.084-.042.174-.084v-.09l.048-.132.042-.132.174-.126.084-.048.09-.126v-.264l.042-.216.042-.174.048-.132.084-.174.09-.09.084-.174.09-.174.042-.132v-.084l-.042-.222-.042-.216-.09-.132.042-.09.132.048h.174l.174.084.132.132.132.09.084.042.048.174.042.174.132.09.084.084.048.222v.126l.042.264v.174l-.042.174.084.348.09.174.084.048.132.174.132.126.084.048.132-.132.042-.264.09-.126v-.132l.09-.048-.048-.126-.174-.09-.132-.042-.084-.09-.09-.126-.042-.132v-.222l-.084-.216v-.174l-.048-.216.048-.18v-.126l-.048-.132-.084-.174-.048-.048-.084-.126-.132-.174-.042-.174v-.18l.042-.258v-.09l.042-.258.09-.222.042-.216v-.611l-.042-.132-.09-.132-.042-.126.132-.09.132.09.174.174.042.216v.306l.042.264.09.306v.258l.084.174.09.222.306.306.174.126.216.048h.222l.174-.048.132-.084.084-.132-.132-.042-.132-.048-.126-.042-.09-.084-.084-.132-.09-.132-.042-.132-.09-.216-.042-.132-.042-.174-.048-.174-.084-.222-.042-.174-.048-.174-.042-.174-.09-.174-.126-.132-.09-.132-.132-.126-.216-.09-.216-.042h-.264l-.09.042h-.216l-.132-.042-.216-.09-.174-.042-.264-.042-.258-.048h-.528l-.258.048-.264.042-.306.042-.174.048-.174.042.042-.174.048-.264-.048-.132v-.258l.048-.174v-.701l-.09-.132-.042-.174-.042-.126-.048-.18-.126-.216-.09-.174-.132-.174-.084-.042-.048-.09v-.174l.09-.084.042-.132.042-.174v-.222l-.042-.174-.216-.216-.132-.09h-.264l-.126.09-.09.084-.042.048-.042.084-.09.09-.09.132-.126.042-.09.084h.132l.084.048.132.042.048.132.042.132.042.042.09.084.042.132v.132l-.042.09v.084l-.09.09-.042.084-.09.132-.042.174-.09.132v.39l-.042.132v.306l-.042.132v.132l-.042.084z"/></symbol><symbol viewBox="0 0 24 24" id="warning--equestrians-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M11.692 1.44h.593c.311.127.569.355.727.652l10.492 18.21c.182.307.36.618.497.948v.677L24 21.76a1.461 1.461 0 0 1-.71.8H.702a1.471 1.471 0 0 1-.701-.755v-.593c.266-.552.599-1.068.896-1.603 3.359-5.84 6.716-11.682 10.078-17.521.154-.295.421-.506.718-.648M3.642 19.999c5.568.002 11.136 0 16.704.001-2.778-4.837-5.566-9.67-8.352-14.502-2.786 4.832-5.573 9.665-8.352 14.501z"/><path fill="#fff" d="M3.642 19.999c2.779-4.836 5.566-9.668 8.352-14.501C14.78 10.33 17.568 15.163 20.346 20c-5.568-.001-11.136.001-16.704-.001m8.519-9.635c-.383.193-.365.782.007.976.371.24.877-.112.83-.535-.01-.402-.504-.653-.838-.44m-.006 1.624c-.004.274.097.533.151.798-.314.175-.626.356-.938.536-.458-.811-1.338-1.416-2.302-1.226-.155-.168-.37-.234-.588-.27.092.132.174.27.27.4-.143.648-.288 1.296-.421 1.945-.077.248.167.56.433.498.271.007.316-.284.392-.476.127-.211.314-.377.475-.563.139.491.41.955.404 1.478 0 .422.127.835.382 1.172-.398.1-.96-.037-1.222.349-.073.516-.036 1.05-.02 1.572.138.344.56.463.834.683.181-.331-.013-.636-.229-.886-.02-.336-.002-.672-.006-1.008h1.428c.263.697.52 1.396.779 2.093-.096.19-.19.383-.284.574.427.107.944-.205.848-.69-.192-.748-.52-1.453-.768-2.184.787.074 1.538-.196 2.305-.313l.334.953c-.346.317-.744.577-1.052.932.008.362.13.712.198 1.066a.644.644 0 0 0 .433-.854c.361-.316.756-.595 1.098-.932.026-.311-.13-.607-.185-.908.314.329.66.632.955.98.12.437.191.886.29 1.328a19.43 19.43 0 0 0-.323.626c.398.058.894-.127.932-.584-.005-.516-.185-1.012-.272-1.517-.052-.427-.568-.664-.502-1.117.002-.491.001-.982.004-1.472.149.034.36-.005.426.176.194.545-.164 1.153.116 1.685.083.199.276.306.461.396.022-.637.049-1.282-.018-1.915-.077-.504-.595-.757-1.066-.712-.689-.62-1.69-.51-2.524-.318.107-.139.233-.29.196-.481-.079-.52-.216-1.03-.314-1.546-.055-.226-.068-.505-.294-.636-.298-.228-.79-.007-.817.368z"/><path fill="#fff" d="M11.647 13.698c.248-.145.502-.283.757-.416l.104.529-.401.242a8.692 8.692 0 0 1-.461-.355z"/><path d="M12.161 10.364c.334-.212.828.038.838.44.047.424-.46.775-.83.535-.372-.193-.39-.782-.007-.976zM12.154 11.989c.028-.376.52-.596.817-.368.226.131.239.41.294.636.098.516.235 1.026.314 1.546.037.191-.089.342-.196.481.834-.192 1.835-.302 2.524.318.47-.046.989.208 1.066.712.067.634.04 1.278.018 1.915-.185-.09-.378-.197-.461-.396-.281-.532.078-1.14-.116-1.685-.066-.181-.277-.143-.426-.176-.002.491-.001.982-.004 1.472-.066.454.45.69.502 1.117.088.505.268 1.001.272 1.517-.038.457-.534.642-.932.584.104-.211.211-.42.323-.626-.1-.443-.17-.892-.29-1.328-.295-.348-.641-.652-.955-.98.055.301.211.598.185.908-.342.337-.737.617-1.098.932a.643.643 0 0 1-.433.854c-.068-.354-.19-.703-.198-1.066.308-.355.707-.616 1.052-.932l-.334-.953c-.767.118-1.518.388-2.305.313.248.731.576 1.436.768 2.184.096.485-.421.797-.848.69.095-.191.188-.384.284-.574-.259-.697-.516-1.396-.779-2.093H9.77c.004.336-.014.672.006 1.008.216.25.41.554.229.886-.274-.22-.696-.338-.834-.683-.016-.522-.053-1.056.02-1.572.262-.386.823-.25 1.222-.349a1.941 1.941 0 0 1-.382-1.172c.006-.523-.265-.988-.404-1.478-.161.186-.348.352-.475.563-.077.192-.121.484-.392.476-.266.062-.51-.25-.433-.498.133-.649.278-1.297.421-1.945-.096-.13-.178-.268-.27-.4.218.036.433.102.588.27.964-.19 1.843.415 2.302 1.226.312-.18.624-.361.938-.536-.054-.265-.155-.524-.151-.798m-.508 1.709c.149.125.305.241.461.355.133-.08.266-.162.401-.242a98.74 98.74 0 0 1-.104-.529 17.31 17.31 0 0 0-.757.416z"/></symbol><symbol viewBox="0 0 24 24" id="warning--equestrians-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.555.145c.413-.2.904-.03 1.198.298 3.568 3.554 7.127 7.121 10.69 10.682.455.384.491 1.134.038 1.534-3.422 3.421-6.846 6.841-10.266 10.265-.354.332-.672.817-1.206.839-.324.032-.62-.139-.841-.362C7.734 19.953 4.287 16.518.844 13.08c-.299-.313-.709-.605-.743-1.074-.049-.366.163-.691.414-.934C4.017 7.578 7.516 4.08 11.014.58c.167-.16.33-.332.541-.434m.141.636c-3.343 3.293-6.642 6.636-9.972 9.944-.325.35-.707.653-.984 1.044-.116.23.089.422.23.577 3.352 3.33 6.688 6.677 10.031 10.015.265.254.497.55.803.757.176.092.366-.017.488-.145 3.51-3.494 6.998-7.009 10.514-10.498.173-.194.484-.406.36-.706-.209-.311-.503-.548-.76-.818L12.862 1.41c-.222-.217-.43-.452-.674-.644-.139-.133-.359-.114-.493.016z"/><path fill="#231f20" d="M11.438 5.8c.576-.366 1.374.281 1.156.923-.109.583-.935.791-1.336.378-.395-.348-.302-1.076.18-1.301zM5.816 7.54c.114.134.227.27.34.406l.418-.38-.007.431c.582.122 1.205.114 1.748.383.574.294 1.16.625 1.538 1.165.804-.41 1.688-.979 1.814-1.957.221-.019.442-.042.664-.066.35.792.571 1.643.616 2.509.872-.074 1.854-.06 2.596.463.834.803 1.213 2.028 2.266 2.615-.198.112-.402.336-.649.223-.527-.21-.826-.734-1.176-1.15-.09.415-.176.832-.196 1.258.251.283.546.544.706.893.03.592-.018 1.189.102 1.775.094.425.05.888-.199 1.255-.304.205-.695.211-1.045.276.242-.292.583-.498.784-.822-.174-.986-.152-2.128-.906-2.888-.185-.23-.485-.289-.745-.391l-.125.374c.21.179.416.36.623.542-.377.562-.98.979-1.188 1.644-.091.208.04.396.124.578-.052.26-.127.515-.205.769-.21-.329-.455-.641-.611-1 .026-.798.812-1.271.995-2.02-.467-.247-.818-.643-1.148-1.046-.859.158-1.736.197-2.598.337-.319.03-.546.264-.767.47.182.528.557.942.965 1.309l.433.092c.065.254.131.509.192.764-.814-.07-1.256-.841-1.739-1.398-.238.848.067 1.764-.335 2.58-.245.083-.49.164-.742.222.128-.317.335-.6.432-.93.018-.293-.059-.577-.095-.865-.073-.599-.03-1.213-.175-1.802-.154-.613-.773-.977-.892-1.606-.112-.703.085-1.414-.03-2.118-.701.158-1.488.012-2.101.456a86.263 86.263 0 0 1-.415-.44c.257-.967.761-1.888.736-2.911m4.092 2.237c.485.352 1.045.62 1.662.58.066-.514.089-1.031.104-1.548-.497.474-1.162.678-1.766.968m-3.778.578c.469-.037.938-.08 1.402-.168-.118-.31-.222-.661-.553-.806-.288.319-.584.634-.848.974z"/><path fill="#fd0" d="M11.696.782c.134-.13.354-.149.493-.016.245.192.452.427.674.644l9.544 9.542c.257.27.551.508.76.818.124.3-.187.511-.36.706-3.516 3.488-7.004 7.003-10.514 10.498-.122.128-.312.238-.488.145-.306-.208-.538-.503-.803-.757C7.659 19.024 4.323 15.677.971 12.347c-.142-.155-.347-.347-.23-.577.277-.391.659-.694.984-1.044 3.33-3.308 6.629-6.652 9.972-9.944M11.438 5.8c-.482.224-.575.953-.18 1.301.401.413 1.226.205 1.336-.378.218-.642-.58-1.289-1.156-.923M5.816 7.54c.025 1.024-.479 1.944-.736 2.911.138.148.276.294.415.44.613-.444 1.4-.298 2.101-.456.115.704-.082 1.415.03 2.118.119.629.738.992.892 1.606.145.589.102 1.204.175 1.802.036.288.113.572.095.865-.097.33-.304.613-.432.93.252-.058.497-.139.742-.222.402-.816.097-1.732.335-2.58.482.557.925 1.328 1.739 1.398-.061-.256-.127-.51-.192-.764a66.776 66.776 0 0 0-.433-.092c-.408-.367-.782-.781-.965-1.309.221-.206.448-.44.767-.47.862-.14 1.739-.179 2.598-.337.33.403.682.799 1.148 1.046-.182.749-.968 1.222-.995 2.02.156.359.401.671.611 1 .078-.254.154-.509.205-.769-.084-.182-.215-.371-.124-.578.208-.665.811-1.082 1.188-1.644a40.279 40.279 0 0 0-.623-.542l.125-.374c.26.102.56.161.745.391.754.761.732 1.902.906 2.888-.2.324-.541.53-.784.822.35-.065.742-.071 1.045-.276.25-.367.293-.83.199-1.255-.12-.586-.072-1.183-.102-1.775-.16-.349-.455-.61-.706-.893.019-.426.106-.842.196-1.258.35.415.649.94 1.176 1.15.247.113.451-.112.649-.223-1.052-.587-1.432-1.812-2.266-2.615-.742-.523-1.723-.538-2.596-.463a7.105 7.105 0 0 0-.616-2.509c-.222.024-.443.047-.664.066-.126.978-1.01 1.547-1.814 1.957-.378-.54-.965-.871-1.538-1.165-.544-.269-1.166-.26-1.748-.383l.007-.431-.418.38a66.358 66.358 0 0 0-.34-.406z"/><path fill="#fd0" d="M9.911 9.776c.605-.29 1.27-.494 1.766-.968a16.028 16.028 0 0 1-.104 1.548c-.617.041-1.177-.228-1.662-.58zM6.133 10.354c.264-.341.56-.655.848-.974.331.145.436.497.553.806-.463.088-.932.131-1.402.168z"/></symbol><symbol viewBox="0 0 24 24" id="warning--expressway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.648 1.944c.64-.489 1.549-.6 2.277-.245.613.289 1.043.843 1.373 1.418a1291.015 1291.015 0 0 1 9.307 15.878c.456.725.448 1.689.083 2.449-.359.563-.996.965-1.671.989-1.369.087-2.743.087-4.114.117H6.239c-1.418-.028-2.836-.028-4.253-.117-.876-.037-1.758-.696-1.88-1.594-.131-.625-.061-1.302.289-1.846A1260.397 1260.397 0 0 1 9.609 3.272c.289-.481.578-.988 1.039-1.327m1.295 1.917c-3.24 5.444-6.447 10.911-9.655 16.374h19.424c-3.211-5.466-6.421-10.933-9.659-16.382a2.072 2.072 0 0 1-.109.008z"/><path fill="#fff" d="M11.943 3.862c.028-.001.082-.005.109-.008 3.239 5.449 6.448 10.916 9.659 16.382H2.287c3.208-5.463 6.415-10.931 9.655-16.374m-.94 6.123c.075.129.236.063.327.135-.339.828-.651 1.668-.973 2.504.418-.001.836.016 1.253-.007.136-.909.181-1.83.281-2.744-.297.022-.597.041-.887.112m1.108-.119c.084.919.175 1.838.26 2.756.425.001.849.005 1.274.001-.347-.872-.649-1.763-1.03-2.622.124.218.284.108.4 0a11.99 11.99 0 0 0-.903-.136m-1.276.658c-.285.742-.713 1.423-.96 2.181.324-.105.375-.475.513-.74.198-.533.491-1.033.679-1.565-.02-.214-.219.036-.232.124m2.346.559l.311.076c-.206-.28-.339-.603-.468-.922-.224.255.154.567.157.845m.204.382c.269.386.264 1.035.744 1.228-.157-.481-.439-.914-.567-1.407l-.177.179m-6.191 1.53c0 .111-.003.332-.004.443.55.007 1.189.045 1.513.564h.397c.261-.392.721-.56 1.179-.545 1.193-.004 2.388-.021 3.582.009.415-.005.8.195 1.036.535h.398c.323-.52.963-.559 1.513-.564l-.003-.443H7.195m1.739 1.578c-.397.839-.794 1.679-1.196 2.515-.211.38-.124.825-.137 1.24.591-1.338 1.192-2.673 1.747-4.026-.202.012-.34.102-.414.272m-.778 3.794h2.926c.129-1.34.253-2.68.382-4.018-.588.001-1.176 0-1.763-.004-.524 1.337-1.03 2.681-1.545 4.022m4.378-4.018c.129 1.338.253 2.678.382 4.018h2.927c-.516-1.34-1.023-2.684-1.545-4.022-.588.004-1.176.004-1.764.004m2.118-.043c.559 1.353 1.159 2.689 1.749 4.027-.015-.417.075-.868-.141-1.25-.434-.882-.832-1.783-1.276-2.658a21.913 21.913 0 0 1-.331-.119z"/><path fill="#030303" d="M11.002 9.985c.29-.071.591-.09.887-.112-.1.914-.145 1.836-.281 2.744-.417.022-.835.005-1.253.007.322-.836.634-1.676.973-2.504-.091-.071-.252-.005-.327-.135zM12.111 9.866c.302.034.604.079.903.136-.116.108-.276.218-.4 0 .381.858.683 1.75 1.03 2.622-.425.004-.849 0-1.274-.001-.084-.918-.175-1.837-.26-2.756z"/><path fill="#030303" d="M10.836 10.523c.013-.088.212-.338.232-.124-.189.533-.481 1.033-.679 1.565-.138.265-.189.634-.513.74.247-.758.675-1.439.96-2.181zM13.182 11.082c-.003-.278-.381-.591-.157-.845.129.319.262.642.468.922a35.171 35.171 0 0 0-.311-.076zM13.386 11.463c.058-.059.117-.12.177-.179.128.493.41.926.567 1.407-.48-.193-.475-.841-.744-1.228zM7.195 12.993h9.611l.003.443c-.55.005-1.189.045-1.513.564h-.398a1.236 1.236 0 0 0-1.036-.535c-1.193-.03-2.388-.013-3.582-.009-.458-.016-.918.153-1.179.545h-.397c-.323-.52-.963-.558-1.513-.564.001-.111.004-.332.004-.443zM8.934 14.57c.074-.17.212-.26.414-.272-.555 1.353-1.156 2.687-1.747 4.026.013-.414-.074-.86.137-1.24.402-.836.799-1.676 1.196-2.515zM8.156 18.365c.516-1.341 1.022-2.685 1.545-4.022.587.004 1.175.005 1.763.004-.129 1.338-.253 2.678-.382 4.018H8.156zM12.534 14.347c.588 0 1.176 0 1.764-.004.522 1.338 1.03 2.682 1.545 4.022h-2.927c-.129-1.34-.253-2.68-.382-4.018zM14.652 14.304l.331.119c.444.876.843 1.776 1.276 2.658.216.382.127.833.141 1.25-.589-1.338-1.189-2.674-1.749-4.027z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.844 1.38h.293a1.69 1.69 0 0 1 1.29.86c3.424 5.934 6.839 11.873 10.265 17.806.128.229.235.472.308.726v.484a1.647 1.647 0 0 1-1.364 1.364H1.38c-.713-.113-1.318-.718-1.367-1.448-.07-.587.294-1.086.569-1.568C3.92 13.818 7.253 8.026 10.591 2.24c.251-.472.731-.776 1.253-.859M2.519 20.5h18.98a24241.91 24241.91 0 0 0-9.49-16.46A14926.07 14926.07 0 0 0 2.518 20.5z"/><path fill="#fff" d="M2.519 20.5C5.68 15.011 8.842 9.524 12.01 4.04c3.166 5.485 6.328 10.973 9.49 16.46H2.52m1.158-.561c3.604-.001 7.207.006 10.81-.004-.377-1.019-1.11-1.858-1.882-2.6-.401-.342-.139-.937-.338-1.367-.227-.326-.518-.623-.604-1.025-.133-.586-.44-1.116-.563-1.705a2.283 2.283 0 0 0-.088-.918c-.096-.816-.229-1.646-.68-2.35l-.284-.17a11.38 11.38 0 0 0-.116-.689c-2.099 3.601-4.166 7.22-6.254 10.828m6.939-9.8c.073.218.242.619.539.472.311-.11.174-.488.084-.709-.203.068-.588-.062-.623.238m.708.629c-.107.253-.064.534-.067.802l.292.216c.293-.22.646-.481.582-.899-.254-.08-.553-.338-.806-.119m.779 2.249c.102.418.192.848.331 1.253.38.341 1.15.605 1.504.083.206-.287.512-.468.773-.698-.227-.409-.259-.88-.397-1.318-.386-.269-.876-.282-1.273-.524-.434.266-.774.724-.937 1.205m-.817-.953c-.167.236-.046.498.032.739.116-.086.253-.151.344-.268-.007-.15-.019-.3-.035-.449l-.342-.023m4.613 2.24c-.41.098-.751.424-.638.878-.05.733.858.852 1.392.697.664-.484.079-1.916-.754-1.576m-3.002.557c-.107.274-.191.554-.28.834.127.176.234.368.378.534.343.012.61-.247.862-.445-.005-.263.022-.552-.133-.78-.206-.238-.551-.2-.827-.143m3.329 1.429c-.674.266-1.044 1.066-.95 1.762.184.64.755 1.144 1.404 1.268.379-.06.76-.107 1.145-.119.293-.158.658-.379.656-.757.101-.73-.185-1.465-.685-1.987-.45-.299-1.068-.379-1.57-.167m-2.424.74c.013.228-.046.484.085.686.21.374.718.17 1.007 0-.013-.299-.156-.554-.35-.772l-.413-.132c-.109.073-.218.145-.329.217z"/><path d="M3.678 19.939c2.088-3.607 4.156-7.226 6.254-10.828.044.229.086.457.116.689l.284.17c.451.703.584 1.534.68 2.35.092.3.12.607.088.918.122.589.43 1.12.563 1.705.085.402.377.698.604 1.025.199.43-.062 1.025.338 1.367.772.743 1.505 1.582 1.882 2.6-3.602.01-7.206.002-10.81.004zM10.618 10.139c.035-.3.42-.169.623-.238.09.221.227.599-.084.709-.296.148-.466-.253-.539-.472zM11.326 10.769c.253-.22.552.038.806.119.064.418-.289.679-.582.899a36.97 36.97 0 0 0-.292-.216c.004-.268-.04-.548.067-.802zM12.106 13.018c.163-.481.503-.938.937-1.205.397.242.887.256 1.273.524.138.438.17.908.397 1.318-.26.23-.566.412-.773.698-.354.522-1.123.258-1.504-.083-.139-.404-.229-.835-.331-1.253z"/><path d="M11.29 12.066l.342.023c.016.149.028.299.035.449-.091.116-.228.181-.344.268-.078-.241-.199-.503-.032-.739zM15.902 14.305c.833-.341 1.417 1.092.754 1.576-.534.155-1.442.036-1.392-.697-.113-.455.228-.78.638-.878zM12.9 14.861c.276-.058.62-.095.827.143.155.228.128.517.133.78-.252.198-.518.457-.862.445-.144-.166-.251-.358-.378-.534.089-.28.173-.56.28-.834zM16.229 16.29c.502-.212 1.12-.132 1.57.167.5.522.786 1.258.685 1.987.001.378-.364.599-.656.757a9.143 9.143 0 0 0-1.145.119c-.649-.125-1.22-.629-1.404-1.268-.094-.696.276-1.495.95-1.762zM13.805 17.03l.329-.217.413.132c.194.217.337.473.35.772-.289.17-.797.374-1.007 0-.131-.203-.072-.458-.085-.686z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.158.345A1.17 1.17 0 0 1 11.99 0a1.166 1.166 0 0 1 .832.345l10.813 10.823a1.188 1.188 0 0 1 .345.833 1.174 1.174 0 0 1-.345.833L12.822 23.657l-.038.036-.04.035c-.014.011-.057.045-.087.066a1.194 1.194 0 0 1-.666.207 1.166 1.166 0 0 1-.832-.345L.346 12.833A1.188 1.188 0 0 1 .001 12a1.174 1.174 0 0 1 .345-.833L11.159.344z"/><path d="M.544 11.367c-.037.037-.073.079-.104.126s-.06.097-.084.152a.885.885 0 0 0 .188.987l10.813 10.823a.891.891 0 0 0 .987.188.914.914 0 0 0 .277-.188l10.813-10.823a.891.891 0 0 0 .188-.987.88.88 0 0 0-.188-.277L12.621.545a.882.882 0 0 0-.987-.189.899.899 0 0 0-.277.189L.544 11.368zm.399.4L11.756.944a.33.33 0 0 1 .466-.001l10.813 10.823a.33.33 0 0 1 0 .466L12.222 23.055a.33.33 0 0 1-.466.001L.943 12.233a.33.33 0 0 1 0-.466z"/><path d="M9.553 4.813v.298c0 .025.019.045.038.064l.019.021a.156.156 0 0 1 .017.025c.015.023.03.046.054.046h.198c.034 0 .063-.028.085-.057a.25.25 0 0 0 .042-.085l.028-.099.011-.033c.007-.022.015-.044.018-.066s.002-.044.001-.066l-.001-.033v-.199c0-.031-.012-.059-.024-.088l-.005-.011c-.013-.032-.026-.063-.057-.085s-.065-.028-.099-.028h-.297a.111.111 0 0 0-.085.042c-.026.03-.024.069-.014.099a.148.148 0 0 0 .02.037c.01.015.02.03.023.048l.028.17zM9.851 7.163l.043.085c.015.03.033.061.057.085l.142.142a.066.066 0 0 0 .02.014.176.176 0 0 0 .079.014h.198l.033.001c.022 0 .044.001.066-.001l.066-.009.033-.005.099-.014c.017-.002.034-.001.052 0 .016.001.032.002.047 0 .032-.003.059-.017.085-.043s.042-.053.042-.085v-.213a.37.37 0 0 0-.014-.099.188.188 0 0 0-.022-.045.214.214 0 0 1-.02-.04.857.857 0 0 1-.028-.099l-.002-.009a.463.463 0 0 1-.012-.091v-.199c0-.02-.015-.035-.03-.05-.011-.011-.022-.022-.027-.035s-.009-.029-.012-.044c-.004-.019-.008-.038-.017-.055s-.02-.032-.031-.048l-.025-.037c-.007-.012-.012-.024-.018-.037-.007-.017-.014-.033-.025-.048s-.03-.021-.048-.027c-.013-.004-.026-.008-.037-.016s-.019-.02-.028-.032c-.012-.017-.024-.034-.043-.039a.145.145 0 0 0-.055-.001c-.015.001-.029.003-.044.001a.761.761 0 0 1-.047-.007l-.053-.007a.365.365 0 0 0-.099 0 .142.142 0 0 0-.05.023c-.012.007-.023.015-.035.019-.013.005-.028.004-.043.004-.02-.001-.04-.001-.056.01s-.02.028-.025.046c-.004.014-.008.029-.017.039-.01.012-.022.022-.033.033-.013.012-.026.024-.038.038l-.006.007c-.02.024-.04.048-.051.078a.308.308 0 0 0-.014.099v.199c0 .017-.003.033-.007.05s-.007.033-.007.05v.099l-.001.033c-.001.022-.002.044.001.066s.011.044.018.066a.414.414 0 0 1 .01.033l.028.099zM9.735 8.469l.004.04a.419.419 0 0 1 .004.079c-.002.042-.011.083-.02.125l-.012.062.006.038c.005.038.048.048.092.059a.19.19 0 0 1 .075.029c.02.017.035.04.05.064.021.033.042.066.078.083.052.026.107.031.161.037l.025.003a.46.46 0 0 1 .051.01c.049.012.098.024.146-.02.091-.085.097-.176.088-.266a.6.6 0 0 0-.153-.37l-.044-.054a5.89 5.89 0 0 0-.128-.148 1.113 1.113 0 0 0-.138-.128.168.168 0 0 0-.199.002c-.055.042-.111.093-.105.155l.02.197zM10.663 10.971l.059.071c.01.012.021.022.032.032s.024.022.035.035a.1.1 0 0 1 .016.051.143.143 0 0 0 .01.042.327.327 0 0 0 .053.08c.011.012.025.019.04.026s.03.015.04.027c.011.012.019.027.028.041.008.013.016.027.026.039l.001.001c.02.024.039.048.065.065.014.01.031.015.047.02s.032.01.046.02l.16.107c.02.014.047.014.073.014h.447a.09.09 0 0 0 .08-.053.115.115 0 0 0 .002-.061c-.002-.015-.004-.03-.002-.045l.006-.045.007-.048.014-.094.003-.022c.003-.026.006-.054.024-.071l.133-.133c.011-.011.026-.019.04-.027s.029-.015.04-.027c.012-.012.02-.027.029-.042.007-.013.015-.026.024-.038s.022-.023.033-.033c.011-.011.023-.021.033-.033l.016-.017c.018-.019.037-.038.037-.063v-.64c0-.018-.01-.034-.02-.05-.009-.014-.018-.028-.02-.043l-.013-.093-.004-.031c-.002-.021-.005-.042-.009-.062s-.011-.042-.017-.062l-.009-.031-.027-.093a.4.4 0 0 0-.023-.057l-.017-.037c-.006-.016-.01-.033-.014-.05l-.012-.044c-.006-.018-.021-.031-.035-.044-.012-.011-.024-.022-.031-.036-.008-.015-.004-.035 0-.054s.007-.038 0-.052c-.006-.013-.023-.019-.039-.024-.018-.006-.037-.013-.041-.029s-.005-.032-.007-.049a.347.347 0 0 0-.006-.045.29.29 0 0 1-.004-.031c-.002-.025-.004-.05-.023-.062l-.08-.053-.08-.054c-.01-.007-.018-.019-.026-.031-.011-.018-.022-.036-.041-.036h-.213a.132.132 0 0 0-.07.025l-.023.015-.16.107c-.016.011-.037.005-.059-.001-.023-.007-.046-.013-.061.001l-.133.133c-.012.013-.028.021-.044.03a.22.22 0 0 0-.036.023.606.606 0 0 0-.067.067c-.01.011-.017.025-.025.038-.008.015-.017.03-.029.042s-.027.02-.042.029a.176.176 0 0 0-.068.055.306.306 0 0 1-.036.036c-.02.017-.043.03-.065.044l-.015.009c-.011.007-.026.009-.041.012-.025.004-.049.007-.052.028l-.026.186a.15.15 0 0 1-.013.041.139.139 0 0 0-.014.052v.533c0 .026.009.051.019.075a.142.142 0 0 0 .008.018l.08.186c.007.015.017.028.027.042.009.012.019.024.026.038.014.028.02.058.025.087l.001.006c.003.014-.001.03-.004.045-.005.023-.01.045.004.061l.008.009zM10.557 13.485l.04.12c.004.012.011.021.02.03s.02.016.031.022l.029.015a.23.23 0 0 0 .093.027h.213c.032 0 .063-.012.093-.027s.055-.032.08-.053l.035-.034.032-.032c.012-.01.025-.018.039-.026s.029-.016.041-.028c.025-.022.044-.048.053-.08s.012-.062.013-.093l.001-.024c.001-.028.003-.056-.001-.083l-.027-.187a.232.232 0 0 0-.033-.082l-.007-.011c-.008-.014-.021-.023-.033-.033s-.026-.02-.033-.034c-.008-.015-.011-.031-.014-.048s-.006-.031-.013-.045a.327.327 0 0 0-.053-.08c-.011-.012-.026-.02-.041-.028s-.028-.015-.039-.025c-.011-.011-.019-.025-.026-.039s-.015-.029-.027-.041l-.011-.011c-.02-.021-.042-.042-.069-.042h-.213c-.024 0-.042.018-.06.035l-.02.018c-.007.006-.014.01-.022.015-.021.014-.042.028-.045.051l-.007.047-.013.093-.007.047a.21.21 0 0 0 .001.05c.002.019.003.038-.001.057s-.013.035-.021.052a.213.213 0 0 0-.018.041c-.01.031-.019.061-.027.093a.434.434 0 0 0-.011.14.266.266 0 0 0 .031.092.286.286 0 0 1 .02.048l.027.093zM12.579 12.393l.12.107c.024.021.061.027.093.027h.213c.019 0 .037.007.055.014.013.005.025.01.039.013.017.003.034.001.052 0s.037-.004.055 0c.015.003.027.015.038.026s.025.025.041.027l.053.007.053.007.032.006c.02.004.041.008.061.008h.319c.008 0 .011-.006.012-.014s-.002-.02-.004-.031c-.004-.02-.007-.042.006-.048a.65.65 0 0 1 .094-.04l.186-.053c.019-.005.039-.003.059-.001a.193.193 0 0 0 .048.001l.007-.001a.196.196 0 0 0 .086-.026l.08-.054.08-.053a.286.286 0 0 1 .069-.031l.024-.009c.012-.005.025-.003.039-.002.019.002.039.004.054-.012.026-.026.027-.057.027-.088v-.219a.366.366 0 0 0-.013-.093c-.004-.016-.016-.028-.027-.04s-.022-.024-.026-.04l-.027-.093-.026-.094a.183.183 0 0 1-.002-.066c.001-.014.003-.027.002-.041v-.022c0-.024.001-.048-.013-.071-.013-.021-.031-.032-.049-.044-.011-.007-.022-.014-.031-.023l-.019-.017c-.018-.015-.035-.029-.047-.05-.01-.018-.01-.037-.011-.057 0-.012 0-.025-.003-.036l-.004-.02c-.005-.025-.009-.049-.023-.073-.017-.03-.048-.045-.08-.053a.507.507 0 0 0-.137-.011c-.021.002-.042.004-.063-.002-.018-.005-.032-.017-.046-.029-.011-.009-.022-.019-.034-.025l-.005-.002a.711.711 0 0 0-.274-.078h-.319a.226.226 0 0 0-.093.027c-.016.007-.029.018-.043.028-.012.009-.024.018-.037.025s-.028.009-.043.011c-.018.003-.036.005-.05.016a.247.247 0 0 0-.066.067l-.106.16a.26.26 0 0 1-.054.056l-.012.011c-.012.011-.029.015-.045.019-.018.004-.036.009-.048.021s-.016.029-.02.047c-.004.017-.008.035-.02.047l-.2.2c-.014.014-.013.035-.012.056a.112.112 0 0 1-.002.037.24.24 0 0 1-.012.038c-.006.018-.012.036-.015.055s-.001.038 0 .057c.001.017.002.033 0 .05l-.006.039a.25.25 0 0 0-.007.054v.107a.434.434 0 0 1-.002.036c-.002.024-.003.048.002.071s.015.042.025.062l.015.031.04.093zM12.098 13.691l-.013.016c-.009.01-.019.02-.023.032-.006.019-.004.041-.002.063a.365.365 0 0 1 .002.033v.096c0 .015.006.03.014.044a.218.218 0 0 0 .034.04l.144.144c.014.015.025.032.036.049a.271.271 0 0 0 .024.035l.003.004c.02.025.039.05.069.068s.063.022.096.024a.6.6 0 0 0 .06 0c.016 0 .032-.001.047 0 .013 0 .025.004.038.008.02.006.039.012.058.004.021-.008.026-.031.032-.054.004-.015.008-.031.016-.042l.009-.012c.019-.025.038-.051.063-.072s.054-.035.084-.048a.136.136 0 0 1 .041-.008c.02-.001.041-.003.054-.016l.156-.156a.604.604 0 0 1 .053-.046l.031-.026a.185.185 0 0 1 .027-.019c.022-.014.045-.029.045-.053v-.192c0-.017-.012-.031-.024-.045-.01-.012-.021-.024-.024-.039-.006-.032-.009-.064-.012-.096-.001-.012.002-.024.005-.037.005-.022.01-.044-.005-.059l-.144-.144a.219.219 0 0 0-.071-.042l-.013-.006a.212.212 0 0 0-.051-.013c-.015-.003-.031-.005-.045-.011s-.025-.017-.036-.029c-.014-.016-.029-.031-.048-.031h-.479a.297.297 0 0 0-.059.007.47.47 0 0 1-.037.005c-.016.002-.032.001-.048 0s-.032-.002-.048 0-.033.006-.048.013-.028.019-.036.035a.164.164 0 0 0-.012.081v.303c0 .017.009.033.018.048s.018.031.018.048v.096zM15.627 16.865h-2.01l-.014-.062c-.005-.024-.031-.034-.056-.044a.222.222 0 0 1-.031-.014.126.126 0 0 0-.034-.013c-.021-.007-.041-.013-.053-.03l-.116-.174c-.009-.013-.022-.023-.034-.033-.015-.012-.03-.023-.038-.04l-.044-.087-.021-.042-.022-.045a.182.182 0 0 1-.014-.081v-.326c0-.017-.004-.034-.007-.051s-.007-.034-.007-.051v-.814c0-.016.011-.03.022-.044s.022-.027.022-.044v-.203c0-.034.003-.068.014-.102.006-.018.025-.024.044-.031.018-.006.035-.012.043-.027l.087-.174a.166.166 0 0 1 .129-.09.24.24 0 0 0 .046-.012.592.592 0 0 0 .087-.044c.014-.009.024-.022.034-.035.011-.014.022-.029.038-.038a.23.23 0 0 1 .102-.029h.051a.598.598 0 0 0 .153-.015.106.106 0 0 0 .039-.021c.015-.011.03-.022.048-.022h.305c.033 0 .065-.007.097-.014l.005-.001.051-.015a.491.491 0 0 1 .051-.015h.002a.482.482 0 0 1 .1-.014h.203c.027 0 .053.005.08.01a.143.143 0 0 0 .022.004c.021.004.041.01.062.015l.054.014c.016.003.032.001.049-.001s.036-.004.053.001.031.014.046.023c.013.008.026.016.041.021l.047.013c.018.005.037.009.055.016a.452.452 0 0 1 .153.078l.036.025c.012.008.024.012.037.017.017.007.035.014.05.026.021.018.03.044.038.069l.006.018c.004.013.003.028.002.044-.002.024-.004.047.013.058l.044.029.131.087a.098.098 0 0 1 .035.053c.004.011.006.023.009.034.004.017.005.033.007.05l.007.052.005.022c.006.027.012.055.024.08l.044.087.016.029c.011.019.023.038.027.059s.003.045.002.067l-.002.034-.001.034c0 .011-.002.045.001.068.003.023.011.045.018.068a.338.338 0 0 1 .011.034l.029.102c.004.015.016.027.029.039.015.015.03.029.03.048v.203c0 .02.004.039.007.058s.007.039.007.058v.318c0 .03.001.06-.015.089-.011.02-.03.029-.05.037-.013.006-.027.012-.037.021l-.021.018a.178.178 0 0 0-.051.055l-.087.174c-.008.017-.008.035-.009.054 0 .016 0 .032-.006.048s-.014.032-.023.047-.021.028-.035.04a.133.133 0 0 1-.047.025c-.014.005-.028.01-.04.019s-.02.025-.028.04c-.011.022-.023.043-.044.047l-.095.018zM11.718 15.595l.066.083c.012.015.011.034.011.053 0 .016-.001.032.006.046l.003.006c.014.032.031.065.063.076.028.01.057.006.085.002l.014-.002.047-.008.052-.009c.015-.002.031-.001.047 0a.301.301 0 0 0 .052 0c.032-.005.058-.027.083-.05.012-.012.019-.027.026-.043s.013-.029.024-.04c.011-.011.025-.017.039-.023s.031-.014.043-.026c.012-.012.024-.025.033-.039s.016-.028.016-.044c.001-.017-.004-.034-.008-.052-.004-.016-.008-.031-.008-.047v-.397a.207.207 0 0 0-.029-.091l-.004-.008c-.016-.033-.031-.063-.066-.083a.16.16 0 0 0-.099-.017c-.014.001-.029.005-.043.008-.019.004-.037.009-.056.009h-.198c-.02 0-.036.014-.051.027a.126.126 0 0 1-.031.022c-.013.006-.027.009-.041.012a.121.121 0 0 0-.058.022.265.265 0 0 0-.053.063l-.013.019c-.005.008-.012.015-.018.022-.016.019-.032.037-.032.06v.099l-.001.033a.364.364 0 0 0 .001.066.299.299 0 0 0 .021.066l.012.033.01.034a.441.441 0 0 0 .023.066c.006.012.014.023.021.033l.012.016z"/><path d="M9.124 7.693a1.562 1.562 0 0 1 .072-.869.341.341 0 0 0 .191-.384.292.292 0 0 1 .162-.366l.076-.281a3.217 3.217 0 0 1-.688-1.192l-7.393 7.4 5.703 5.708h9.488v-.527h-4.209l-1.569-1.544a.526.526 0 0 1-.115-.389 4.522 4.522 0 0 0-.574-1.565 1.598 1.598 0 0 1-.222-1.122l-.019-1.231a6.759 6.759 0 0 0-.674-2.415 1.003 1.003 0 0 1-.167-.643 1.165 1.165 0 0 0-.061-.579z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-left--g3" xmlns="http://www.w3.org/2000/svg"><path d="M11.579.529c.364-.259.86-.097 1.136.215 3.534 3.535 7.072 7.068 10.603 10.606.383.325.418.977.029 1.31a35891.68 35891.68 0 0 1-10.686 10.687c-.329.389-.992.372-1.318-.011-3.522-3.52-7.038-7.044-10.564-10.56-.478-.355-.518-1.1-.03-1.465 3.322-3.318 6.641-6.638 9.96-9.959.286-.278.546-.587.869-.823m-.813 1.365c-3.2 3.197-6.396 6.398-9.598 9.594A4.43 4.43 0 0 0 .751 12c.217.431.601.733.931 1.074 3.139 3.139 6.28 6.278 9.418 9.419.251.242.476.515.764.714.232.082.414-.067.563-.223 3.358-3.36 6.718-6.719 10.078-10.078.239-.25.517-.469.704-.764.053-.226-.097-.401-.242-.548-3.264-3.258-6.522-6.522-9.785-9.781-.377-.368-.718-.787-1.182-1.051-.47.31-.836.742-1.235 1.133z"/><path d="M12.265 6.173c.098-.172.199-.342.306-.509l.358.212c.002.166.002.332.001.498-.239.166-.592.326-.545.677.142.264.5.379.595.668-.053.436-.086.894.16 1.284-.14.408-.396.788-.382 1.236-.149.133-.296.265-.442.401-.002.784-.14 1.574.001 2.353.097.08.199.154.305.222.053.492.116.984.283 1.453l.229.194c.005.174 0 .35.04.522.228.158.539.133.77.287.158.212.3.436.433.662l-.008.2c-2.2-.004-4.399.012-6.599-.007-.226-.216-.524-.263-.826-.25.04-.274.24-.461.422-.649.113-.397.312-.762.598-1.061.1-.259.22-.51.377-.739l.031-.64.209-.17c-.004-.079-.01-.24-.012-.319.229-.119.371-.332.51-.54l-.029-.449.476-.197c.022-.17.038-.342.054-.512.464-.461.407-1.164.589-1.75.228-.124.335-.343.36-.594.048-.158.089-.318.127-.479.167-.242.338-.484.545-.694.161-.521.605-.904.696-1.452l.366.139zM13.986 8.822c.412.064.809-.025 1.18-.204l.062.517-.214.214c.06.2.151.391.193.598.066.25-.228.352-.367.498l-.035.455-.312-.064a36.738 36.738 0 0 0-.163-.205l-.302-.05a2.004 2.004 0 0 0-.434-.724c.013-.178.036-.356.112-.52l.056-.308.224-.206z"/><path d="M13.357 11.236a1.52 1.52 0 0 1 .535-.278c.148.188.301.373.464.55-.01.09-.018.179-.026.269l-.662.056c-.101-.2-.205-.4-.311-.596zM14.722 12.301c.172-.006.343-.01.515-.01.499.559 1.098 1.316.745 2.102-.416-.034-.624-.433-.889-.698a1.477 1.477 0 0 1-.371-1.394zM15.487 15.385c.026-.152.053-.305.082-.455.262.014.518.071.768.152l.137.223-.014.528c-.35-.089-.648-.3-.972-.449z"/><path fill="#ffef00" d="M10.765 1.894c.398-.391.764-.823 1.235-1.133.464.264.805.683 1.182 1.051 3.263 3.259 6.521 6.523 9.785 9.781.145.148.295.323.242.548-.187.295-.466.515-.704.764-3.36 3.359-6.72 6.718-10.078 10.078-.149.156-.331.305-.563.223-.288-.199-.514-.472-.764-.714-3.138-3.14-6.278-6.28-9.418-9.419-.33-.341-.714-.643-.931-1.074.13-.178.262-.355.416-.512 3.202-3.196 6.397-6.397 9.598-9.594m1.5 4.28l-.366-.139c-.091.548-.535.931-.696 1.452-.206.21-.378.451-.545.694-.038.161-.079.32-.127.479-.025.251-.132.47-.36.594-.182.586-.125 1.289-.589 1.75-.016.17-.032.342-.054.512-.16.065-.318.131-.476.197l.029.449c-.139.208-.281.421-.51.54.002.079.008.24.012.319l-.209.17-.031.64c-.157.229-.277.48-.377.739a2.524 2.524 0 0 0-.598 1.061c-.182.188-.383.376-.422.649.301-.013.6.034.826.25 2.2.019 4.399.004 6.599.007l.008-.2a7.165 7.165 0 0 0-.433-.662c-.232-.154-.542-.128-.77-.287-.04-.172-.035-.348-.04-.522l-.229-.194c-.167-.469-.23-.961-.283-1.453a3.166 3.166 0 0 1-.305-.222c-.142-.779-.004-1.57-.001-2.353.145-.136.293-.268.442-.401-.014-.448.241-.828.382-1.236-.246-.39-.212-.848-.16-1.284-.095-.289-.454-.404-.595-.668-.047-.35.306-.511.545-.677.001-.166.001-.332-.001-.498-.089-.053-.268-.16-.358-.212-.107.167-.208.337-.306.509m1.719 2.646a41.94 41.94 0 0 1-.224.206l-.056.308a1.491 1.491 0 0 0-.112.52c.198.205.338.455.434.724l.302.05.163.205.312.064.035-.455c.139-.146.433-.248.367-.498-.042-.206-.133-.397-.193-.598l.214-.214-.062-.517c-.371.179-.768.268-1.18.204m-.629 2.415c.106.197.21.396.311.596l.662-.056.026-.269a8.378 8.378 0 0 1-.464-.55c-.196.06-.378.148-.535.278m1.365 1.066a1.477 1.477 0 0 0 .371 1.394c.265.265.473.665.889.698.353-.786-.246-1.543-.745-2.102-.172 0-.343.004-.515.01m.765 3.084c.324.149.622.36.972.449l.014-.528a43.619 43.619 0 0 1-.137-.223 2.972 2.972 0 0 0-.768-.152c-.029.15-.055.302-.082.455z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#facf03" d="M10.476.64c.79-.839 2.248-.845 3.04-.006 3.266 3.258 6.526 6.526 9.788 9.787.386.367.635.862.696 1.392v.358a2.211 2.211 0 0 1-.646 1.349c-3.281 3.277-6.559 6.558-9.838 9.839-.347.36-.818.574-1.312.642h-.409a2.248 2.248 0 0 1-1.313-.64c-3.28-3.283-6.56-6.565-9.842-9.845a2.232 2.232 0 0 1-.641-1.327v-.364c.05-.666.458-1.217.937-1.65C4.12 7.001 7.291 3.815 10.475.64m1.19.111a1.68 1.68 0 0 0-.917.509 7705.816 7705.816 0 0 0-9.485 9.479c-.691.623-.734 1.808-.05 2.453 3.094 3.104 6.204 6.192 9.29 9.301.389.426.898.812 1.506.787.632.018 1.144-.407 1.546-.847 3.052-3.071 6.121-6.125 9.18-9.188.784-.688.676-1.994-.119-2.629-3.124-3.116-6.24-6.242-9.368-9.354a1.72 1.72 0 0 0-1.583-.51z"/><path fill="#facf03" d="M11.668 1.601c.379-.174.808.006 1.069.299 3.137 3.145 6.287 6.278 9.419 9.427a.898.898 0 0 1 .002 1.343c-3.007 2.994-6.006 5.996-9.007 8.996-.244.233-.458.503-.739.692-.35.211-.812.085-1.076-.206-3.022-3.019-6.04-6.043-9.068-9.054-.296-.316-.734-.608-.726-1.091-.019-.299.163-.55.366-.746C4.901 8.257 7.907 5.266 10.9 2.262c.244-.234.462-.509.769-.661M9.614 4.568c-2.446 2.467-4.9 4.925-7.338 7.398 1.114 1.513 2.428 2.866 3.676 4.267 3.882-.002 7.764 0 11.646-.001l.245-.787c-2.46.028-4.919.062-7.379.092-.073-.204-.053-.516-.305-.599-.416-.151-.871-.121-1.303-.205.038-.463-.068-.914-.211-1.35.047-.18.121-.358.115-.546-.079-.245-.268-.43-.42-.629.025-.401-.077-.792-.13-1.187.581-.191.463-.851.604-1.321.174-.386-.361-.662-.202-1.048.254-.534.036-1.151.329-1.67l-.035-.001.268-.08.383.232c-.146-.15-.316-.271-.481-.397.149-.283.24-.589.33-.895.323-.288.68-.593.792-1.031a.324.324 0 0 0-.182-.419c-.164-.139-.282.094-.401.178m.718.907c-.024.343.319.416.588.436l-.192-.498a8.806 8.806 0 0 0-.396.062m-.685.244c.088.342.37.469.702.448-.082-.144-.154-.293-.252-.426-.149-.025-.3-.018-.45-.022m-.082.84c.161.1.329.187.497.272-.082-.233-.222-.402-.497-.272m.906.024l.002.326-.218-.012c-.292.319.276.467.518.446l-.18-.307c.166-.059.336-.095.508-.132-.113-.278-.335-.433-.63-.322m-.746.549c-.158.121.055.366.208.262.162-.118-.06-.36-.208-.262m.524 1.204a3.768 3.768 0 0 0-.54-.427c.023.278.122.718.499.498.137.032.272.077.415.084.088-.107.172-.216.25-.33-.106-.17-.208-.342-.331-.499-.292.097-.373.394-.293.674m-1.232.146c.262.248.434-.086.571-.28-.119-.176-.24-.35-.366-.522-.257.204-.367.497-.205.802m-.184.306c-.097.13.112.334.228.203.096-.128-.114-.332-.228-.203m1.59-.098c.005.253-.011.51.029.762.168.125.367.197.559.276.034-.198.091-.398.056-.6-.143-.232-.412-.326-.644-.438M9.386 9.766c.288.066.474-.11.608-.343-.127-.163-.248-.331-.388-.485-.334.161-.274.528-.221.828m.76-.242c.049.196.095.394.174.58.134-.04.258-.108.384-.168a3.686 3.686 0 0 0-.558-.412m2.819.639c-.622.026-.924.652-1.225 1.104-.427.844-.847 1.789-.668 2.756.054.322.025.649.086.97.143.373.638.354.954.253.35-.17.247-.618.287-.932a30.1 30.1 0 0 0 4.183.002c.032.256-.024.542.109.775.208.28.634.247.926.143.365-.228.21-.728.28-1.085.227-1.019-.212-2.035-.678-2.92-.29-.419-.565-1.003-1.136-1.057a16.322 16.322 0 0 0-3.118-.01m-3.808.026c-.264.192-.202.509-.18.79.278.077.492-.046.617-.304-.134-.168-.193-.449-.437-.486m.76.851c-.013.229.194.254.373.242a4.89 4.89 0 0 0 .245-.34c-.116-.18-.233-.358-.353-.534-.151.179-.394.367-.265.631m-.948.554c.036.194.073.39.112.586.142-.044.39.052.442-.14.178-.222-.037-.463-.16-.652-.16.001-.275.119-.394.206m.132 1.736c.289.145.416-.148.558-.337-.126-.168-.242-.346-.4-.487-.301.187-.314.535-.158.824z"/><path fill="#facf03" d="M12.755 10.487c.743-.115 1.501-.074 2.251-.086.414.022.846-.016 1.247.103.418.526.707 1.146 1.04 1.728-1.874-.043-3.75-.084-5.623.023.331-.604.63-1.249 1.085-1.768zM11.316 12.98a39.17 39.17 0 0 1 1.084 0l-.004.382a66.401 66.401 0 0 0-1.09-.031l.01-.35zM16.621 12.979a54.71 54.71 0 0 1 1.072-.001c.002.092.01.275.012.367-.367.001-.733-.01-1.1-.022l.017-.344z"/><path fill="#facf03" d="M13.742 13.091c.5-.005 1.001-.006 1.501.005l.008.571c.446-.002.893-.002 1.34 0l.043-.274c.371.005.74.012 1.11.035-.022.08-.065.241-.088.32-2.114.043-4.234.01-6.35.016l.004-.356c.389.05.946-.168 1.175.254.413.005.826.004 1.238.005l.018-.576z"/><path fill="#030303" d="M11.665.751a1.72 1.72 0 0 1 1.583.51c3.128 3.112 6.245 6.238 9.368 9.354.794.635.902 1.942.119 2.629-3.059 3.064-6.128 6.118-9.18 9.188-.402.44-.913.865-1.546.847-.608.025-1.117-.361-1.506-.787-3.086-3.109-6.197-6.197-9.29-9.301-.684-.644-.641-1.83.05-2.453 3.158-3.163 6.32-6.322 9.485-9.479a1.68 1.68 0 0 1 .917-.509m.003.851c-.307.152-.526.427-.769.661C7.906 5.266 4.9 8.257 1.907 11.261c-.203.197-.385.448-.366.746-.008.482.43.775.726 1.091 3.029 3.011 6.047 6.035 9.068 9.054.264.292.726.418 1.076.206.281-.19.496-.46.739-.692 3.001-3 6-6.002 9.007-8.996a.898.898 0 0 0-.002-1.343c-3.132-3.149-6.282-6.282-9.419-9.427-.262-.293-.69-.473-1.069-.299z"/><path fill="#030303" d="M9.614 4.568c.119-.084.236-.317.401-.178a.323.323 0 0 1 .182.419c-.112.438-.469.743-.792 1.031-.09.306-.181.612-.33.895.166.126.335.247.481.397L9.173 6.9l-.268.08.035.001c-.293.52-.074 1.136-.329 1.67-.16.385.376.661.202 1.048-.14.47-.023 1.13-.604 1.321.053.395.155.786.13 1.187.152.199.341.384.42.629.006.188-.068.366-.115.546.143.436.25.887.211 1.35.432.084.887.054 1.303.205.252.083.232.395.305.599 2.46-.03 4.919-.065 7.379-.092l-.245.787c-3.882.001-7.764-.001-11.646.001-1.248-1.402-2.562-2.754-3.676-4.267 2.438-2.473 4.892-4.931 7.338-7.398z"/><path fill="#030303" d="M10.333 5.476c.131-.024.264-.044.396-.062l.192.498c-.269-.019-.612-.092-.588-.436zM9.648 5.72c.15.004.301-.004.45.022.098.133.17.282.252.426-.332.022-.614-.106-.702-.448zM9.566 6.56c.275-.13.415.04.497.272a6.843 6.843 0 0 1-.497-.272zM10.472 6.584c.295-.112.517.043.63.322-.172.037-.342.073-.508.132l.18.307c-.242.02-.81-.127-.518-.446l.218.012-.002-.326zM9.726 7.132c.148-.098.37.144.208.262-.152.104-.366-.14-.208-.262zM10.25 8.336c-.08-.281.001-.577.293-.674.124.157.226.329.331.499a4.686 4.686 0 0 1-.25.33c-.143-.007-.278-.052-.415-.084-.377.22-.476-.22-.499-.498.193.125.373.269.54.427zM9.018 8.482c-.162-.305-.052-.598.205-.802.126.172.247.346.366.522-.137.193-.31.528-.571.28zM8.834 8.788c.114-.13.324.074.228.203-.116.131-.325-.073-.228-.203zM10.424 8.69c.233.112.502.206.644.438.035.202-.023.402-.056.6-.192-.079-.391-.151-.559-.276-.04-.252-.024-.509-.029-.762zM9.386 9.766c-.053-.3-.113-.667.221-.828.139.154.26.322.388.485-.134.233-.32.409-.608.343zM10.145 9.524c.199.119.385.258.558.412-.126.06-.25.128-.384.168-.079-.186-.125-.384-.174-.58zM12.964 10.163a16.322 16.322 0 0 1 3.118.01c.571.054.846.638 1.136 1.057.466.884.905 1.901.678 2.92-.07.356.085.857-.28 1.085-.293.104-.719.137-.926-.143-.133-.233-.077-.52-.109-.775a30.414 30.414 0 0 1-4.183-.002c-.04.314.064.762-.287.932-.316.101-.811.12-.954-.253-.061-.32-.032-.648-.086-.97-.179-.967.241-1.913.668-2.756.301-.452.604-1.078 1.225-1.104m-.209.323c-.455.518-.754 1.164-1.085 1.768 1.873-.107 3.749-.066 5.623-.023-.334-.582-.623-1.202-1.04-1.728-.401-.119-.833-.082-1.247-.103-.75.012-1.508-.029-2.251.086m-1.439 2.493l-.01.35c.362.008.726.017 1.09.031l.004-.382a39.17 39.17 0 0 0-1.084 0m5.305 0a39.59 39.59 0 0 1-.017.344c.367.012.733.023 1.1.022-.002-.092-.01-.275-.012-.367a76.599 76.599 0 0 0-1.072.001m-2.878.112l-.018.576c-.413-.001-.826 0-1.238-.005-.229-.422-.786-.204-1.175-.254-.001.09-.002.268-.004.356 2.117-.006 4.236.028 6.35-.016.023-.079.066-.24.088-.32-.37-.023-.739-.03-1.11-.035l-.043.274c-.448-.002-.894-.002-1.34 0-.004-.191-.006-.38-.008-.571-.5-.011-1.001-.01-1.501-.005zM9.156 10.188c.244.037.302.318.437.486-.125.258-.338.38-.617.304-.022-.281-.084-.598.18-.79zM9.916 11.039c-.128-.264.114-.452.265-.631.12.176.236.354.353.534a5.04 5.04 0 0 1-.245.34c-.179.012-.386-.013-.373-.242zM8.968 11.592c.119-.088.234-.205.394-.206.122.188.337.43.16.652-.052.192-.3.096-.442.14-.038-.196-.076-.391-.112-.586zM9.1 13.328c-.156-.289-.143-.637.158-.824.157.142.274.319.4.487-.142.19-.269.482-.558.337z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.866 1.38h.239a1.675 1.675 0 0 1 1.324.864c3.426 5.935 6.842 11.876 10.268 17.812.132.229.234.473.304.728v.457a1.64 1.64 0 0 1-1.373 1.379H1.392C.296 22.5-.371 21.145.235 20.214c3.448-5.992 6.902-11.98 10.354-17.969a1.697 1.697 0 0 1 1.278-.865M2.519 20.5h18.98c-3.162-5.488-6.323-10.975-9.491-16.459C8.841 9.525 5.679 15.013 2.518 20.5z"/><path fill="#fff" d="M2.519 20.5c3.161-5.488 6.323-10.975 9.49-16.459C15.177 9.525 18.338 15.013 21.5 20.5H2.52M14.084 9.114c-.046.227-.084.455-.115.684-.096.058-.192.116-.288.176-.558.842-.574 1.867-.781 2.822.112.756-.391 1.406-.54 2.123-.083.43-.406.738-.634 1.092-.098.355-.04.736-.132 1.093-.199.299-.49.52-.74.772-.511.638-1.06 1.27-1.324 2.06 3.602.007 7.206.002 10.81.002-2.09-3.606-4.154-7.226-6.256-10.825m-1.312.792c-.055.203-.215.494 0 .655.325.296.758-.313.553-.588-.182-.037-.368-.052-.553-.067m-.888.991c-.059.413.294.668.578.89l.298-.216c-.002-.269.038-.551-.068-.806-.262-.212-.552.044-.808.132m-1.605 1.162c-.199.086-.391.185-.584.284-.086.298-.131.607-.222.905-.034.157-.182.31-.107.475.245.197.522.361.704.626.181.281.553.377.859.254.292-.097.704-.19.736-.563.049-.353.199-.682.247-1.033-.114-.414-.428-.726-.698-1.044-.262-.306-.616.134-.935.095m2.104.043c-.089.308-.01.584.307.701l.161-.488a20.623 20.623 0 0 1-.181-.263l-.287.05m-4.865 2.215c-.406.392-.668 1.134-.17 1.56.438.094 1.051.126 1.326-.305.11-.31.136-.685-.025-.983-.325-.222-.733-.448-1.13-.272m2.808.655c-.209.212-.16.545-.168.817.244.217.524.39.84.481.137-.192.265-.389.4-.581-.092-.282-.19-.563-.277-.846-.268.001-.584-.09-.794.128m-3.544 1.257c-.667.056-.977.738-1.187 1.284-.086.493-.229 1.198.293 1.504.248.276.63.18.955.233.808.262 1.62-.396 1.879-1.135.128-.612-.154-1.267-.628-1.66a1.585 1.585 0 0 0-1.313-.226m2.342 1.487c.24.161.53.247.821.194.301-.188.289-.569.265-.88a49.319 49.319 0 0 1-.337-.223c-.443.068-.744.472-.749.908z"/><path d="M14.084 9.114c2.101 3.599 4.165 7.219 6.256 10.825-3.604 0-7.207.005-10.81-.002.264-.791.812-1.422 1.324-2.06.251-.252.541-.473.74-.772.092-.358.034-.738.132-1.093.228-.354.551-.662.634-1.092.149-.716.652-1.367.54-2.123.208-.955.223-1.98.781-2.822.096-.06.192-.119.288-.176.031-.229.07-.457.115-.684zM12.772 9.905c.185.016.371.03.553.067.205.275-.228.884-.553.588-.215-.161-.055-.452 0-.655zM11.884 10.896c.256-.088.546-.344.808-.132.107.256.066.538.068.806l-.298.216c-.284-.222-.637-.478-.578-.89zM10.279 12.058c.319.04.673-.401.935-.095.27.318.584.63.698 1.044-.048.352-.198.68-.247 1.033-.031.373-.444.466-.736.563-.306.122-.678.026-.859-.254-.182-.265-.46-.43-.704-.626-.076-.166.073-.318.107-.475.091-.298.136-.607.222-.905.193-.1.385-.198.584-.284z"/><path d="M12.383 12.1l.287-.05c.044.066.136.197.181.263l-.161.488c-.317-.116-.396-.392-.307-.701zM7.518 14.315c.397-.175.805.05 1.13.272.161.298.136.673.025.983-.275.431-.888.398-1.326.305-.498-.426-.235-1.168.17-1.56zM10.327 14.97c.21-.218.527-.127.794-.128.088.283.185.564.277.846-.134.192-.263.389-.4.581a2.18 2.18 0 0 1-.84-.481c.008-.272-.041-.605.168-.817zM6.784 16.226c.445-.13.932-.031 1.313.226.474.392.756 1.048.628 1.66-.259.739-1.072 1.397-1.879 1.135-.325-.053-.707.043-.955-.233-.522-.306-.379-1.01-.293-1.504.21-.546.52-1.228 1.187-1.284zM9.125 17.713c.005-.437.306-.84.749-.908l.337.223c.024.311.036.691-.265.88a1.125 1.125 0 0 1-.821-.194z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.55.949c.48-.515 1.226-.785 1.918-.6.446.094.768.438 1.082.742 3.27 3.211 6.55 6.413 9.818 9.625.74.653.678 1.89-.018 2.551-3.329 3.312-6.673 6.61-10.002 9.922a2.19 2.19 0 0 1-.995.571h-.794c-.578-.106-.954-.583-1.351-.97-3.234-3.17-6.47-6.338-9.703-9.509-.704-.691-.533-1.904.166-2.536 3.289-3.27 6.587-6.532 9.88-9.797m1.015-.164c-.316.078-.584.274-.809.503-3.197 3.157-6.384 6.325-9.578 9.486-.226.224-.455.462-.571.766-.222.53-.118 1.188.295 1.597 3.149 3.095 6.311 6.178 9.457 9.275.384.364.739.836 1.295.929.568.127 1.154-.119 1.546-.529 3.266-3.256 6.553-6.491 9.821-9.745.564-.565.604-1.579.008-2.136-3.31-3.254-6.626-6.502-9.944-9.745a1.512 1.512 0 0 0-1.519-.4z"/><path fill="gold" d="M11.57 1.615c.331-.229.787-.12 1.037.178 3.274 3.21 6.554 6.414 9.822 9.63.302.241.344.71.106 1.01-.247.316-.558.575-.839.859-3.035 3.006-6.068 6.013-9.102 9.02-.251.265-.683.388-1.006.184-.276-.2-.496-.466-.743-.698-2.994-2.928-5.978-5.868-8.978-8.79-.241-.258-.611-.49-.602-.886-.012-.304.198-.541.401-.738 3.049-3.031 6.106-6.055 9.157-9.085.241-.235.464-.497.748-.684m3.614 5.071c-.13.328.162.565.44.654.1-.169.199-.337.3-.505-.12-.16-.241-.317-.362-.475-.172.049-.389.092-.378.326m1.623.633c-.202.202-.498.401-.481.721-.07.334.353.509.287.839-.042.311-.284.54-.391.826-.05.299.217.57.121.865-.113.162-.258.3-.353.474-.107.389.212.818-.053 1.171-.27.361-.272.864-.614 1.175-.307.288-.444.689-.547 1.086-.172.091-.383.162-.428.38a166.45 166.45 0 0 0 5.335-.044c.91-.904 1.842-1.782 2.762-2.675-1.814-1.852-3.643-3.69-5.465-5.536-.054.24-.11.48-.173.718m-10.82.893c-.122.025-.328.016-.347.186-.187.608-.367 1.22-.509 1.842 1.168-.052 2.334-.168 3.504-.132 1.054-.034 2.099.132 3.15.134-.131-.566-.304-1.123-.46-1.682-.048-.115-.06-.311-.223-.314a23.46 23.46 0 0 0-5.116-.034m7.711.472c.246.533.875.814 1.44.796.152-.241.299-.487.437-.738l.008-.367c-.077-.056-.152-.113-.229-.168-.398.064-.793-.029-1.19-.024-.194.126-.312.335-.466.502m.883 1.597c.031.222.066.446.19.637.223-.02.448-.042.671-.064.154-.276.356-.641.04-.886l-.395.019c-.168.1-.337.196-.505.293m-9.192.032a.693.693 0 0 0-.682.497 3.521 3.521 0 0 0-.016 1.559c.167 1.328 4.168-.019.362.55-.439-.106-.307.538-.002.478 2.274.007 4.549.008 6.824-.001.355.098.419-.665-.032-.476l-1.274-.046c.205.067 1.54.232 1.637-.415.167-.584.181-1.237-.058-1.804-.146-.337-.556-.328-.865-.354a30.228 30.228 0 0 0-5.894.013m7.98.512a2.34 2.34 0 0 0-.161.936c.089.073.179.146.268.221l.433.001.222-.242c-.004-.223-.01-.446-.011-.67l-.211-.253c-.18.001-.36.004-.54.007m1.506 1.407l.364.174.341-.239c-.002-.17-.007-.341-.014-.51a20.847 20.847 0 0 0-.509-.107c-.122.208-.181.44-.181.682m-9.531 1.344c.035.365-.109.811.089 1.124.293.04.654.118.911-.064.044-.352.023-.707.02-1.06a115.6 115.6 0 0 0-1.02-.001m5.224.002c0 .349-.023.7.017 1.048.14.168.385.098.575.116.143-.019.354.032.418-.143.037-.338.012-.68.013-1.021a87.041 87.041 0 0 0-1.022 0z"/><path fill="gold" d="M6.032 8.741c1.589-.144 3.198-.208 4.783-.002.188.364.292.764.437 1.146a37.23 37.23 0 0 0-5.628 0c.133-.383.269-.763.408-1.144z"/><path d="M11.566.784a1.509 1.509 0 0 1 1.519.4c3.318 3.244 6.635 6.491 9.944 9.745.595.557.556 1.571-.008 2.136-3.268 3.254-6.554 6.49-9.821 9.745-.391.41-.978.656-1.546.529-.556-.092-.911-.565-1.295-.929-3.146-3.097-6.308-6.18-9.457-9.275-.413-.409-.517-1.067-.295-1.597.116-.304.346-.541.571-.766 3.194-3.161 6.382-6.329 9.578-9.486.224-.229.493-.425.809-.503m.005.832c-.283.187-.506.449-.748.684-3.052 3.03-6.108 6.054-9.157 9.085-.203.197-.413.434-.401.738-.008.396.361.628.602.886 3 2.922 5.984 5.862 8.978 8.79.247.233.467.498.743.698.323.204.755.082 1.006-.184 3.034-3.007 6.067-6.014 9.102-9.02.281-.284.592-.544.839-.859a.733.733 0 0 0-.106-1.01c-3.268-3.216-6.548-6.42-9.822-9.63-.25-.298-.706-.407-1.037-.178z"/><path d="M15.185 6.686c-.011-.234.206-.277.378-.326l.362.475c-.101.168-.2.336-.3.505-.278-.089-.57-.326-.44-.654zM16.808 7.319c.062-.238.119-.478.173-.718 1.822 1.846 3.65 3.684 5.465 5.536-.92.893-1.853 1.771-2.762 2.675a163.58 163.58 0 0 1-5.335.044c.046-.218.257-.289.428-.38.103-.397.24-.798.547-1.086.342-.311.344-.814.614-1.175.265-.353-.054-.782.053-1.171.095-.174.24-.312.353-.474.096-.295-.172-.566-.121-.865.107-.286.349-.515.391-.826.066-.33-.356-.505-.287-.839-.017-.32.28-.52.481-.721zM5.988 8.212a23.46 23.46 0 0 1 5.116.034c.163.004.175.199.223.314.156.559.329 1.116.46 1.682-1.051-.002-2.096-.168-3.15-.134-1.17-.036-2.336.08-3.504.132.142-.622.322-1.234.509-1.842.019-.17.224-.161.347-.186m.043.529c-.139.38-.275.761-.408 1.144a37.23 37.23 0 0 1 5.628 0c-.145-.382-.248-.782-.437-1.146-1.585-.205-3.194-.142-4.783.002zM13.698 8.684c.154-.167.271-.376.466-.502.397-.005.792.088 1.19.024.077.055.152.112.229.168l-.008.367c-.138.251-.284.497-.437.738-.565.018-1.194-.263-1.44-.796z"/><path d="M14.581 10.282c.168-.097.337-.193.505-.293l.395-.019c.317.245.114.61-.04.886l-.671.064c-.124-.191-.158-.415-.19-.637zM5.39 10.313a30.228 30.228 0 0 1 5.894-.013c.31.026.719.017.865.354.239.566.224 1.219.058 1.804-.097.647-1.432.482-1.637.415l1.274.046c.451-.188.388.575.032.476-2.275.01-4.55.008-6.824.001-.305.06-.437-.583.002-.478 3.805-.569-.196.779-.362-.55a3.492 3.492 0 0 1 .016-1.559c.08-.302.373-.5.682-.497zM13.37 10.826c.18-.004.36-.006.54-.007l.211.253c.001.223.007.446.011.67l-.222.242-.433-.001a52.133 52.133 0 0 0-.268-.221 2.34 2.34 0 0 1 .161-.936zM14.876 12.233c0-.241.059-.474.181-.682.17.034.34.068.509.107.007.169.012.34.014.51l-.341.239-.364-.174zM5.346 13.577c.34-.001.68-.001 1.02.001.002.353.024.708-.02 1.06-.257.181-.618.103-.911.064-.198-.313-.054-.76-.089-1.124zM10.57 13.578c.341-.002.682-.002 1.022 0-.001.341.024.683-.013 1.021-.064.175-.275.124-.418.143-.19-.018-.434.052-.575-.116-.04-.348-.017-.698-.017-1.048z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.672 0h.406c.35.037.635.25.875.491 3.539 3.542 7.081 7.081 10.621 10.621.221.212.377.485.426.788v.205a1.349 1.349 0 0 1-.368.713 49710.72 49710.72 0 0 0-10.27 10.268c-.361.353-.685.787-1.205.912l.196.001h-.42a1.269 1.269 0 0 1-.758-.374L.917 13.367c-.353-.368-.815-.694-.917-1.228v-.264c.082-.514.509-.841.848-1.19C4.089 7.449 7.327 4.21 10.566.971c.397-.379.743-.875 1.326-.971l-.22-.001m-.087.434c-.233.16-.42.374-.62.571C7.507 4.471 4.035 7.927.578 11.397c-.324.288-.367.838-.043 1.144 3.618 3.624 7.24 7.243 10.856 10.867.284.335.839.383 1.151.059 3.526-3.517 7.042-7.045 10.567-10.562.246-.257.592-.506.58-.902.014-.268-.151-.493-.33-.674C19.797 7.766 16.231 4.206 12.667.643c-.26-.302-.731-.456-1.081-.209z"/><path fill="#ffd520" d="M11.813.883c.194-.19.424.02.563.169 3.544 3.541 7.086 7.084 10.628 10.626.184.136.264.42.052.571-3.58 3.584-7.165 7.164-10.744 10.75-.11.121-.248.227-.424.17-.275-.208-.498-.475-.744-.714C7.73 19.029 4.3 15.62.891 12.189c-.21-.194.012-.432.163-.574C4.647 8.044 8.206 4.438 11.812.882m-.01 6.013c-.05.174.149.222.252.31a4.28 4.28 0 0 0 .37-.625c-.224.06-.498.086-.622.316m.997-.236c-.554.502-.592 1.306-.982 1.914-.301.649-.803 1.199-.997 1.896-.148.487-.509.889-.576 1.405-.043.571-.618.865-.805 1.372-.167.386-.035.84-.265 1.207-.214.366-.274.806-.053 1.186-.859.008-1.718.008-2.576.038l.174.191c3.551.041 7.105.025 10.657.035.073-1.465.04-2.972-.44-4.375-.366-1.008-.874-1.972-1.543-2.812-.56-.713-1.235-1.326-1.909-1.927-.188-.127-.48-.328-.684-.13m-1.972.725c-.073.289-.244.587-.14.89.086.112.202.196.308.286.226-.132.452-.262.677-.395.028-.218.054-.438.08-.656-.184-.096-.367-.193-.551-.288l-.374.163m.151 1.442c-.298.229-.502.53-.463.922.478.018.674-.445.77-.833a35.46 35.46 0 0 0-.307-.089m-1.831 1.03c.037.313-.005.631.046.943.055.324.458.358.718.44.23-.258.439-.539.601-.845-.038-.486-.557-.782-1.006-.827-.134.077-.244.186-.359.288m-.094 1.89c.022.078.065.235.085.313.22.012.394.103.463.328.193-.258.172-.578.086-.87a1.264 1.264 0 0 0-.635.229m-.918.838c.112.376.331.725.294 1.132l.215.079c.173-.24.426-.434.534-.716-.008-.254-.152-.485-.166-.742a62.835 62.835 0 0 0-.353-.199c-.172.148-.432.228-.524.446m-.719.603l.246.502c.086-.036.257-.11.343-.148-.078-.155-.16-.308-.241-.461l-.348.107m-.355 1.907c.288.143.548.356.866.431.262-.016.517-.084.773-.138-.059-.246-.091-.499-.176-.738-.12-.209-.338-.331-.517-.485-.53-.097-.99.426-.946.93z"/><path d="M11.585.433c.35-.247.821-.094 1.081.209 3.564 3.563 7.13 7.123 10.692 10.686.179.181.344.407.33.674.012.396-.334.646-.58.902-3.526 3.517-7.042 7.045-10.567 10.562-.312.324-.866.276-1.151-.059C7.773 19.783 4.152 16.164.534 12.54c-.324-.306-.281-.856.043-1.144C4.034 7.926 7.506 4.47 10.964 1.003c.2-.197.388-.412.62-.571m.229.451C8.207 4.439 4.648 8.045 1.055 11.616c-.151.142-.373.379-.163.574 3.409 3.431 6.839 6.84 10.253 10.266.246.239.469.506.744.714.175.056.313-.049.424-.17 3.578-3.586 7.164-7.165 10.744-10.75.212-.151.132-.436-.052-.571L12.377 1.053c-.139-.149-.368-.359-.563-.169z"/><path d="M11.802 6.895c.124-.229.397-.256.622-.316-.102.22-.232.426-.37.625-.103-.088-.302-.136-.252-.31zM12.799 6.66c.204-.198.496.002.684.13.674.601 1.349 1.214 1.909 1.927.67.84 1.177 1.804 1.543 2.812.48 1.403.514 2.91.44 4.375-3.552-.01-7.106.006-10.657-.035l-.174-.191c.858-.03 1.717-.03 2.576-.038-.221-.379-.161-.82.053-1.186.23-.367.098-.821.265-1.207.187-.506.762-.8.805-1.372.067-.516.428-.918.576-1.405.194-.697.696-1.247.997-1.896.39-.608.427-1.412.982-1.914z"/><path d="M10.828 7.385l.374-.163c.184.095.367.192.551.288l-.08.656c-.224.133-.451.263-.677.395-.107-.09-.222-.174-.308-.286-.103-.304.067-.601.14-.89zM10.979 8.827l.307.089c-.096.388-.293.851-.77.833-.038-.391.166-.692.463-.922zM9.148 9.857c.115-.102.224-.211.359-.288.449.044.967.341 1.006.827a4.322 4.322 0 0 1-.601.845c-.259-.083-.662-.116-.718-.44-.05-.312-.008-.63-.046-.943zM9.054 11.746c.186-.138.407-.206.635-.229.085.292.107.612-.086.87-.07-.224-.244-.316-.463-.328-.02-.078-.064-.235-.085-.313zM8.135 12.584c.092-.218.353-.299.524-.446l.353.199c.013.257.157.487.166.742-.108.282-.361.476-.534.716l-.215-.079c.037-.407-.182-.756-.294-1.132zM7.416 13.187l.348-.107c.082.152.163.306.241.461-.086.037-.257.112-.343.148l-.246-.502zM7.061 15.094c-.044-.504.415-1.027.946-.93.179.154.397.276.517.485.085.239.118.492.176.738-.256.054-.511.122-.773.138-.318-.074-.578-.288-.866-.431z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.354.205c.479-.343 1.16-.21 1.546.21 3.562 3.559 7.122 7.12 10.681 10.682.305.289.479.728.378 1.147-.067.377-.372.635-.629.893-3.505 3.498-7.001 7.006-10.506 10.502-.431.454-1.222.455-1.652.002C7.585 20.06 4.004 16.472.419 12.891c-.305-.28-.476-.707-.389-1.118.077-.443.445-.734.74-1.038 3.282-3.28 6.562-6.562 9.841-9.842.242-.235.464-.496.743-.689m.322.095c-.186.07-.332.209-.475.341C7.68 4.164 4.158 7.685.635 11.207c-.25.234-.444.563-.383.918.054.421.43.678.7.966 3.281 3.277 6.559 6.558 9.838 9.838.246.235.463.506.748.698.354.226.844.139 1.128-.16 3.601-3.601 7.201-7.204 10.804-10.804.323-.305.382-.847.109-1.204-.206-.27-.464-.494-.701-.736C19.494 7.344 16.116 3.957 12.731.579c-.26-.288-.683-.421-1.054-.282z"/><path fill="#fee011" d="M11.8.762c.246-.125.498.032.661.214l10.08 10.08c.234.244.503.461.692.744.11.204.01.446-.151.59l-10.69 10.692c-.145.164-.386.263-.594.154-.238-.16-.42-.385-.624-.583-3.416-3.422-6.838-6.84-10.258-10.26a.502.502 0 0 1-.001-.791C4.331 8.176 7.759 4.76 11.176 1.334c.202-.196.386-.415.623-.571m3.349 3.232c-.114.499-.178 1.024-.436 1.475-.142.259-.337.485-.47.749.11.385.391.703.473 1.096a12.47 12.47 0 0 1-.054 1.339c-.155.672-.474 1.292-.661 1.955-.192.997-.114 2.026-.295 3.025-.133.605-.551 1.103-.667 1.714-.088.276-.107.618-.368.796-.534.39-.946.917-1.476 1.312-.379.001-.76-.001-1.14.016.473-.168 1.048-.458 1.09-1.025a4.603 4.603 0 0 0-.317-1.484c-.378-.551-1.128-.508-1.711-.427-.606.079-.934.672-1.128 1.188-.185.466.035.941.289 1.328.206.186.475.278.716.409-.802-.005-1.603-.001-2.405-.002v.424h10.67c1.972-1.952 3.924-3.924 5.888-5.884-2.665-2.668-5.334-5.333-7.998-8.002m-1.205 1.105c.016.227.056.454.18.649l.362-.112a18.6 18.6 0 0 0 .028-.624c-.191.025-.38.053-.57.086m-.817 1.543c-.282.305-.108.746-.11 1.114.313.018.655.006.91-.205.097-.36.08-.852-.29-1.052-.167-.142-.378.037-.509.144m.215 2.447c.035.277.364.199.518.07.26-.145.18-.481.216-.725-.343.049-.686.294-.734.655m-1.901 1.601c-.211.572.239 1.1.58 1.51.545.098.922-.403 1.163-.815.197-.317.106-.694.007-1.025a2.235 2.235 0 0 1-.491-.46c-.162-.107-.317-.226-.488-.316-.479.132-.636.684-.77 1.105m-1.537.864c-.187.328-.344.672-.409 1.046l.328.359c.599.037 1.207.068 1.799-.067.145-.413 0-.875-.263-1.206-.403-.376-.977-.275-1.454-.132m2.537 1.631l-.056.448c.15.055.295.137.458.146.209.02.284-.211.409-.332l-.097-.514c-.26-.022-.572-.01-.714.252m-2.183.141c-.094.252-.143.545.007.788.274.277.698.203 1.026.078.037-.305.133-.623.025-.924-.323-.203-.748-.133-1.058.058m1.116 1.898c-.083.216-.055.452-.061.679.254.055.515.06.77.005.005-.197.005-.394.001-.59-.227-.092-.479-.278-.71-.094z"/><path d="M11.676.299c.371-.139.793-.006 1.054.282 3.385 3.378 6.763 6.764 10.147 10.144.236.241.494.466.701.736.272.356.214.899-.109 1.204-3.602 3.6-7.202 7.202-10.804 10.804-.284.299-.774.385-1.128.16-.284-.192-.502-.463-.748-.698-3.278-3.28-6.557-6.56-9.838-9.838-.27-.288-.646-.545-.7-.966-.061-.355.133-.684.383-.918C4.157 7.687 7.679 4.166 11.2.642c.143-.132.289-.271.475-.341m.125.461c-.236.156-.421.376-.623.571C7.759 4.759 4.332 8.175.916 11.601a.502.502 0 0 0 .001.791c3.42 3.42 6.841 6.838 10.258 10.26.204.198.386.424.624.583.208.109.449.011.594-.154l10.69-10.692c.161-.144.262-.386.151-.59-.19-.283-.458-.5-.692-.744L12.462.975c-.163-.181-.415-.338-.661-.214z"/><path d="M15.148 3.995c2.664 2.669 5.333 5.334 7.998 8.002-1.964 1.96-3.917 3.931-5.888 5.884H6.588v-.424c.802.001 1.603-.002 2.405.002-.241-.131-.51-.223-.716-.409-.254-.388-.474-.863-.289-1.328.194-.516.522-1.109 1.128-1.188.583-.08 1.333-.124 1.711.427.19.469.29.979.317 1.484-.042.566-.617.857-1.09 1.025.38-.017.761-.014 1.14-.016.53-.395.942-.922 1.476-1.312.262-.178.281-.52.368-.796.116-.611.534-1.109.667-1.714.181-1 .103-2.028.295-3.025.187-.662.506-1.283.661-1.955.049-.444.053-.893.054-1.339-.082-.392-.362-.71-.473-1.096.133-.264.329-.49.47-.749.258-.451.322-.976.436-1.475z"/><path d="M13.943 5.102c.19-.034.379-.061.57-.086-.006.208-.014.416-.028.624l-.362.112c-.124-.196-.164-.422-.18-.649zM13.126 6.644c.131-.107.342-.286.509-.144.371.2.388.692.29 1.052-.254.211-.596.223-.91.205.002-.367-.172-.809.11-1.114zM13.342 9.092c.048-.361.391-.606.734-.655-.036.244.044.58-.216.725-.155.13-.484.208-.518-.07zM11.441 10.693c.134-.421.292-.973.77-1.105.172.09.326.209.488.316.137.18.307.329.491.46.098.331.19.708-.007 1.025-.241.412-.618.913-1.163.815-.341-.409-.791-.937-.58-1.51zM9.905 11.556c.478-.143 1.051-.244 1.454.132.263.331.408.793.263 1.206-.592.136-1.2.104-1.799.067l-.328-.359c.065-.374.222-.719.409-1.046zM12.443 13.187c.142-.262.454-.274.714-.252l.097.514c-.125.121-.2.353-.409.332-.163-.01-.308-.091-.458-.146l.056-.448zM10.26 13.328c.311-.191.736-.26 1.058-.058.108.301.012.619-.025.924-.328.125-.752.199-1.026-.078-.15-.244-.101-.536-.007-.788zM11.376 15.226c.232-.185.484.001.71.094.004.197.004.394-.001.59-.256.055-.516.05-.77-.005.006-.227-.022-.463.061-.679z"/></symbol><symbol viewBox="0 0 24 24" id="warning--ferry--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.851 1.38h.276c.725.052 1.234.623 1.523 1.241 3.359 5.839 6.726 11.674 10.088 17.51.112.204.198.421.262.646v.474a1.644 1.644 0 0 1-1.368 1.369H1.384c-.713-.108-1.319-.714-1.369-1.442-.076-.592.294-1.093.57-1.579C3.921 13.816 7.252 8.031 10.587 2.247c.252-.476.736-.788 1.265-.866M2.52 20.498c6.326.004 12.653.002 18.979.001-3.163-5.486-6.323-10.975-9.491-16.459C8.841 9.524 5.679 15.01 2.52 20.498z"/><path fill="#fff" d="M2.52 20.498C5.68 15.01 8.842 9.524 12.008 4.04c3.168 5.484 6.328 10.973 9.491 16.459-6.326.001-12.653.002-18.979-.001m9.618-6.908c-.414.085-.858.077-1.253.229-.121.281-.083.643.053.919.138-.308.392-.728.799-.583.283.052.358.343.403.583.782.002 1.565.001 2.348.001.074-.332.368-.745.758-.584.27.071.362.347.416.589.21-.016.419-.042.629-.058.005-.293-.005-.584-.005-.877-.65-.156-.898-.922-1.529-1.109-.48-.073-.97-.038-1.454-.036-.6-.005-.548.971-1.166.925m-.977.859c-.198.305.052.654.366.726-1.528-.006-3.055 0-4.583-.002.119.51.175 1.045.439 1.507 3.079-.001 6.16-.011 9.24.005.29-.454.325-1.002.452-1.512-.642.008-1.284-.017-1.926.016.305-.078.55-.418.377-.72-.152-.37-.721-.372-.871-.001-.192.299.07.623.36.713-1.126-.016-2.252-.002-3.378-.007.263-.065.538-.305.406-.601-.036-.442-.716-.509-.882-.122m-5.364 3.104c-.055.116-.115.23-.179.341.359.019.704-.091.968-.338.27-.265.714-.229.97.038a1.07 1.07 0 0 0 1.462.005c.256-.263.701-.318.97-.044.325.318.836.442 1.252.224.292-.181.574-.517.959-.383.365.18.662.564 1.118.486.444.037.674-.432 1.076-.508.492-.08.739.517 1.22.505.451.089.776-.253 1.123-.468.348-.155.655.104.913.301.212.18.503.156.762.181a60.162 60.162 0 0 0-.199-.341c-.478-.082-.769-.619-1.294-.533-.523-.058-.785.613-1.31.498-.358-.073-.571-.475-.956-.488-.358-.072-.697.082-.954.322-.263.263-.704.217-.953-.038-.368-.37-1.02-.406-1.408-.049-.228.218-.586.37-.878.185-.292-.206-.581-.488-.973-.428-.527-.059-.791.618-1.322.497-.385-.102-.637-.55-1.082-.497-.522-.08-.804.464-1.284.533m.227.99c-.21.054-.324.236-.432.409.366.028.721-.072.99-.326.272-.264.718-.229.976.037.389.376 1.057.383 1.451.011.234-.23.635-.334.905-.103.278.239.619.443 1.003.368.469-.005.718-.596 1.21-.488.39.101.636.544 1.082.496.444.072.724-.31 1.081-.479.569-.187.864.562 1.426.479.409.05.689-.272 1.008-.46.344-.16.659.088.916.288.216.18.51.157.773.18a18.359 18.359 0 0 0-.203-.332c-.475-.086-.768-.622-1.29-.534-.523-.064-.786.61-1.313.498-.389-.102-.638-.548-1.082-.498-.446-.08-.722.312-1.08.481-.578.193-.872-.583-1.445-.482-.565-.086-.856.678-1.429.481-.359-.175-.644-.566-1.094-.48-.518-.055-.782.61-1.306.497-.388-.098-.635-.547-1.076-.497-.434-.076-.713.298-1.069.455z"/><path fill="#fff" d="M13.116 12.878c.294.001.587-.006.88-.002v.656l-1.31-.001c.145-.216.288-.434.431-.653zM14.107 12.876c.181.001.362.001.544-.001.214.212.431.421.625.653-.39.007-.78.004-1.17.005l.001-.656zM11.554 14.419c.332-.072.413.496.079.52-.338.104-.437-.511-.079-.52zM15.065 14.419c.341-.054.392.512.044.535-.336.032-.39-.532-.044-.535z"/><path d="M12.138 13.59c.618.046.566-.93 1.166-.925.485-.002.974-.037 1.454.036.631.187.878.953 1.529 1.109 0 .293.01.584.005.877-.21.016-.419.042-.629.058-.054-.242-.146-.518-.416-.589-.39-.161-.684.252-.758.584-.784 0-1.566.001-2.348-.001-.046-.24-.12-.532-.403-.583-.407-.145-.661.275-.799.583-.136-.276-.174-.638-.053-.919.395-.152.839-.144 1.253-.229m.977-.713c-.143.218-.286.437-.431.653l1.31.001v-.656c-.293-.004-.586.004-.88.002m.992-.002l-.001.656c.39-.001.78.002 1.17-.005-.194-.232-.412-.44-.625-.653-.181.002-.362.002-.544.001z"/><path d="M11.16 14.448c.166-.386.846-.319.882.122.132.296-.143.536-.406.601 1.126.005 2.252-.008 3.378.007-.29-.09-.552-.414-.36-.713.15-.371.719-.368.871.001.173.302-.072.642-.377.72.642-.032 1.284-.007 1.926-.016-.127.51-.162 1.058-.452 1.512-3.08-.016-6.161-.006-9.24-.005-.264-.462-.32-.997-.439-1.507 1.528.002 3.055-.004 4.583.002-.314-.072-.564-.421-.366-.726m.394-.027c-.358.008-.259.624.079.52.334-.024.253-.592-.079-.52m3.511 0c-.346.004-.292.568.044.535.348-.023.296-.589-.044-.535zM5.796 17.554c.48-.068.762-.613 1.284-.533.445-.053.697.395 1.082.497.532.121.796-.556 1.322-.497.392-.06.682.222.973.428.293.185.65.034.878-.185.388-.356 1.039-.32 1.408.049.248.256.69.301.953.038.257-.24.596-.394.954-.322.385.013.599.415.956.488.526.115.787-.556 1.31-.498.524-.086.816.451 1.294.533l.199.341c-.259-.025-.55-.001-.762-.181-.258-.197-.565-.456-.913-.301-.347.215-.672.557-1.123.468-.481.012-.728-.586-1.22-.505-.402.076-.632.545-1.076.508-.456.078-.754-.306-1.118-.486-.385-.134-.667.202-.959.383-.415.217-.926.094-1.252-.224-.269-.274-.714-.218-.97.044-.395.385-1.069.379-1.462-.005-.256-.268-.7-.304-.97-.038-.264.247-.61.358-.968.338.064-.11.124-.224.179-.341zM6.024 18.545c.356-.157.635-.53 1.069-.455.442-.05.689.398 1.076.497.523.113.787-.552 1.306-.497.45-.086.736.305 1.094.48.574.197.864-.568 1.429-.481.572-.101.866.676 1.445.482.358-.169.634-.562 1.08-.481.444-.05.694.396 1.082.498.527.112.79-.562 1.313-.498.522-.088.815.448 1.29.534l.203.332c-.263-.023-.557 0-.773-.18-.257-.2-.571-.448-.916-.288-.319.187-.599.51-1.008.46-.562.083-.857-.666-1.426-.479-.358.169-.637.551-1.081.479-.446.048-.692-.395-1.082-.496-.492-.108-.74.484-1.21.488-.384.074-.725-.13-1.003-.368-.27-.23-.671-.127-.905.103-.394.372-1.062.365-1.451-.011-.258-.266-.703-.301-.976-.037-.269.254-.624.354-.99.326.108-.173.222-.355.432-.409z"/></symbol><symbol viewBox="0 0 24 24" id="warning--flaggers-in-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f57a2b" d="M11.8.12h.278c.337.065.624.259.856.506 3.516 3.527 7.046 7.042 10.561 10.57.498.446.497 1.288-.004 1.73-3.299 3.3-6.596 6.599-9.896 9.898-.362.358-.704.74-1.106 1.056h-1.093c-.385-.29-.709-.652-1.049-.99-3.14-3.138-6.277-6.278-9.418-9.415-.361-.374-.826-.71-.929-1.255v-.254a1.42 1.42 0 0 1 .448-.842c3.36-3.36 6.722-6.719 10.08-10.08.376-.364.724-.828 1.272-.923m-.113.319c-.186.062-.337.197-.475.331C7.676 4.316 4.127 7.849.59 11.392c-.355.323-.391.92-.055 1.271 3.458 3.46 6.92 6.917 10.375 10.38.301.293.611.71 1.085.661.487-.035.769-.479 1.096-.782 3.278-3.278 6.55-6.565 9.833-9.84.268-.282.644-.541.668-.967.018-.336-.198-.618-.424-.841L12.661.766c-.247-.251-.614-.462-.973-.325z"/><path fill="#f57a2b" d="M11.701 1.126c.112-.139.241-.163.389-.072.26.197.473.445.704.672l9.481 9.48c.222.226.463.436.656.688.172.148-.005.362-.121.475-3.44 3.438-6.881 6.876-10.315 10.319-.19.166-.342.437-.623.442-.314-.228-.562-.53-.839-.798-3.324-3.319-6.635-6.65-9.962-9.965-.109-.113-.305-.318-.128-.464.144-.185.316-.347.482-.512 3.43-3.416 6.84-6.853 10.276-10.264m1.177 5.169c-.511.146-.9.617-.965 1.141-.133.808.584 1.621 1.405 1.571.799.016 1.477-.781 1.349-1.568-.079-.827-1.004-1.417-1.789-1.144m3.579 1.509c-.245.532-.415 1.093-.632 1.636-2.196.004-4.393-.01-6.589.006-.259-.031-.43.173-.592.337-1.214.028-2.43.011-3.644.017v2.767h2.159v-2.224c.516.002 1.032-.006 1.548.006.322.263.749.214 1.136.238.707.029 1.412.065 2.119.097-.002 2.279 0 4.556-.001 6.835-.019.259.07.552.328.66.356.181.818-.128.779-.528.014-1.286 0-2.573.006-3.859l.356-.001c.013 1.322-.024 2.647.017 3.968.042.604 1.039.614 1.079.004.038-2.372.005-4.747.016-7.121.709-.012 1.417-.036 2.125-.036.238-.707.474-1.414.714-2.119.073-.218.161-.476.016-.686-.185-.348-.764-.359-.938.004z"/><path d="M11.687.44c.359-.137.726.074.973.325l10.507 10.508c.226.223.442.505.424.841-.024.426-.401.685-.668.967-3.283 3.275-6.554 6.562-9.833 9.84-.326.304-.608.748-1.096.782-.474.049-.784-.368-1.085-.661-3.455-3.463-6.917-6.92-10.375-10.38-.336-.35-.3-.948.055-1.271C4.127 7.847 7.675 4.315 11.211.77c.138-.134.289-.269.475-.331m.015.687C8.265 4.536 4.855 7.973 1.425 11.39c-.167.166-.338.328-.482.512-.176.146.019.352.128.464 3.328 3.314 6.638 6.646 9.962 9.965.277.268.524.57.839.798.281-.005.433-.276.623-.442 3.434-3.443 6.875-6.881 10.315-10.319.116-.113.293-.328.121-.475-.193-.252-.434-.462-.656-.688l-9.481-9.48c-.232-.227-.444-.475-.704-.672-.148-.091-.277-.067-.389.072z"/><path d="M12.878 6.296c.785-.274 1.71.317 1.789 1.144.128.787-.55 1.584-1.349 1.568-.821.05-1.538-.763-1.405-1.571.065-.524.454-.995.965-1.141z"/><path d="M16.457 7.805c.174-.362.754-.352.938-.004.145.21.058.468-.016.686-.24.706-.476 1.412-.714 2.119-.708 0-1.416.024-2.125.036-.011 2.374.023 4.748-.016 7.121-.04.611-1.037.6-1.079-.004-.041-1.321-.004-2.646-.017-3.968l-.356.001c-.006 1.286.008 2.573-.006 3.859.04.4-.422.709-.779.528-.258-.108-.347-.401-.328-.66.001-2.279-.001-4.556.001-6.835-.707-.032-1.412-.068-2.119-.097-.388-.024-.815.025-1.136-.238-.516-.012-1.032-.004-1.548-.006v2.224H4.998V9.8c1.214-.006 2.43.011 3.644-.017.162-.164.332-.368.592-.337 2.196-.016 4.393-.002 6.589-.006.217-.542.388-1.104.632-1.636z"/></symbol><symbol viewBox="0 0 24 24" id="warning--flaggers-in-road--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.836 0h.292c.296.044.571.185.778.403 3.364 3.359 6.724 6.722 10.085 10.084.388.418.923.77 1.01 1.379v.214c-.053.278-.146.562-.356.762-3.577 3.587-7.163 7.165-10.742 10.75-.2.222-.479.346-.767.409h-.239c-.302-.049-.592-.175-.799-.404-3.4-3.403-6.804-6.803-10.201-10.21-.352-.366-.814-.689-.895-1.229v-.312c.058-.286.184-.558.401-.757C3.943 7.547 7.485 4.009 11.025.467a1.46 1.46 0 0 1 .812-.466m-.174.509c-.15.08-.268.206-.389.323C7.753 4.356 4.226 7.875.708 11.399c-.334.282-.368.844-.044 1.145 3.6 3.6 7.198 7.2 10.799 10.798a.781.781 0 0 0 1.073-.004c3.602-3.601 7.204-7.202 10.804-10.806.317-.305.27-.857-.056-1.138-3.559-3.559-7.118-7.12-10.681-10.675a.803.803 0 0 0-.938-.209z"/><path d="M10.601 5.221c.828-.226 1.747.394 1.836 1.249.137.83-.553 1.663-1.392 1.694-.81.066-1.571-.634-1.579-1.445-.035-.685.466-1.348 1.135-1.499z"/><path d="M5.516 8.005c.232-.048.464-.094.698-.136.145.409.284.821.426 1.232.905-.19 1.808-.402 2.724-.532 2.333-.005 4.664-.002 6.996-.001v.707c-1.361.254-2.722.514-4.078.794l-.072 9.353h-.661c-.295-1.796-.594-3.592-.89-5.387-.444 1.8-.886 3.601-1.325 5.402-.229.001-.46.002-.689 0 .199-3.131.403-6.262.602-9.392-1.061.056-2.117.162-3.175.235-.186-.758-.374-1.517-.557-2.276zM16.636 8.579c1.02-.01 2.041.002 3.061-.006.005 1.272.004 2.544.001 3.816-1.02.002-2.04.002-3.061 0-.004-1.27 0-2.54-.001-3.81z"/><path fill="#ff7f00" d="M11.663.51a.803.803 0 0 1 .938.209c3.563 3.556 7.122 7.116 10.681 10.675.326.281.373.833.056 1.138-3.6 3.604-7.201 7.205-10.804 10.806a.782.782 0 0 1-1.073.004C7.86 19.744 4.262 16.144.662 12.544c-.324-.301-.289-.863.044-1.145C4.224 7.875 7.751 4.356 11.272.833c.121-.116.239-.242.389-.323m-1.06 4.711c-.67.151-1.17.814-1.135 1.499.008.811.769 1.511 1.579 1.445.839-.031 1.529-.864 1.392-1.694-.089-.856-1.008-1.475-1.836-1.249M5.516 8.005c.182.76.371 1.518.557 2.276 1.058-.073 2.114-.179 3.175-.235-.199 3.131-.403 6.262-.602 9.392.229.002.46.001.689 0 .439-1.801.881-3.602 1.325-5.402.296 1.795.595 3.59.89 5.387h.661l.072-9.353c1.356-.281 2.717-.54 4.078-.794v-.707c-2.332-.001-4.663-.004-6.996.001-.916.13-1.819.342-2.724.532-.142-.412-.281-.823-.426-1.232-.234.042-.467.088-.698.136m11.119.573c.001 1.27-.002 2.54.001 3.81 1.021.002 2.041.002 3.061 0 .002-1.272.004-2.544-.001-3.816-1.02.008-2.041-.004-3.061.006z"/></symbol><symbol viewBox="0 0 24 24" id="warning--foggy-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c59fa1" opacity=".97" d="M11.81 1.451h.367c.324.08.61.286.761.586l10.558 18.295c.174.304.36.602.503.922v.476a1.112 1.112 0 0 1-.877.819H.815c-.388-.104-.716-.396-.816-.791v-.506c.206-.486.508-.923.76-1.385L11.046 2.041c.15-.304.437-.511.763-.591m.07.081c-.367.08-.686.335-.827.684C7.527 8.335 3.995 14.451.464 20.568c-.178.323-.44.643-.412 1.032.074.439.445.87.922.836 7.324.006 14.649.001 21.973.003.54.056.982-.434 1.001-.949-.049-.478-.415-.83-.615-1.248-3.437-5.969-6.894-11.931-10.325-17.905-.191-.445-.609-.878-1.129-.805z"/><path fill="#fff" d="M11.879 1.531c.52-.073.938.36 1.129.805 3.431 5.974 6.888 11.936 10.325 17.905.2.418.565.77.615 1.248-.019.514-.462 1.005-1.001.949-7.324-.002-14.649.004-21.973-.003-.477.034-.848-.397-.922-.836-.027-.389.235-.709.412-1.032C3.995 14.451 7.527 8.335 11.052 2.214c.142-.349.461-.604.827-.684m-.166.554c-.114.059-.188.168-.255.273C7.918 8.489 4.382 14.624.841 20.755c-.12.229-.316.454-.282.731a.571.571 0 0 0 .582.498c7.123.005 14.245-.002 21.368.004.24-.009.515.041.714-.127.251-.193.267-.571.09-.82L12.791 2.805c-.119-.201-.221-.413-.365-.597a.567.567 0 0 0-.712-.123z"/><path fill="#fff" d="M11.987 6.059c2.64 4.529 5.249 9.077 7.869 13.618H4.135c2.608-4.544 5.24-9.075 7.852-13.618M9.925 12.24v.54l4.508-.001-.001-.538-4.507-.001m.023 1.187l-.002.545c1.716.006 3.431-.006 5.147.006l.009-.551c-1.718.002-3.436.002-5.154 0m1.298 1.11v.549l4.484-.001-.001-.549-4.484.001m-1.496.437c-.315.281-.64.551-.947.841H7.253c-.054.457-.045.92.124 1.356.37.039.742.067 1.115.067.062.447.599.744 1.001.531.228-.087.36-.306.423-.53.474.003.948-.003 1.422.005.015-.477.012-.956-.002-1.433-.454.008-.909.004-1.364.004.205-.252.408-.505.605-.764l.447.002-.122-.224c-.296.004-.593-.008-.889.002-.113-.016-.187.081-.265.143m1.916.695v.54h4.719l-.001-.54h-4.718m-.002 1.128l.005.542c1.783-.005 3.567-.001 5.349-.002-.002-.18-.002-.36-.002-.541-1.785.003-3.568 0-5.353.001m.002 1.133l.001.541c1.575.004 3.151.002 4.726.001a49.323 49.323 0 0 1 0-.544c-1.576.001-3.152-.004-4.727.003z"/><path fill="#ce161e" d="M11.713 2.084a.567.567 0 0 1 .712.123c.144.184.246.396.365.597L23.312 21.04c.178.25.162.627-.09.82-.199.169-.474.119-.714.127-7.123-.005-14.245.002-21.368-.004a.571.571 0 0 1-.582-.498c-.034-.276.163-.501.282-.731C4.381 14.623 7.917 8.488 11.457 2.356c.067-.105.141-.215.255-.273m.275 3.976c-2.612 4.543-5.244 9.074-7.852 13.618h15.721c-2.62-4.542-5.229-9.089-7.869-13.618z"/><path fill="#231f20" d="M9.925 12.24l4.507.001.001.538-4.508.001v-.54zM9.948 13.427c1.718.002 3.436.002 5.154 0l-.009.551c-1.716-.012-3.431 0-5.147-.006l.002-.545zM11.246 14.537l4.484-.001.001.549-4.484.001v-.549zM9.749 14.974c.078-.062.152-.159.265-.143.296-.01.593.002.889-.002l.122.224a66.904 66.904 0 0 0-.447-.002c-.197.258-.4.512-.605.764.455-.001.909.004 1.364-.004.014.477.017.956.002 1.433-.475-.008-.949-.003-1.422-.005-.063.224-.195.443-.423.53-.403.213-.94-.084-1.001-.531-.373 0-.745-.028-1.115-.067-.169-.435-.178-.898-.124-1.356h1.549c.307-.29.632-.56.947-.841zM11.664 15.669h4.718l.001.54h-4.719v-.54zM11.662 16.797c1.785-.001 3.568.002 5.353-.001 0 .18 0 .36.002.541-1.783.001-3.567-.004-5.349.002l-.005-.542zM11.663 17.93c1.575-.006 3.151-.002 4.727-.003v.544c-1.575.001-3.151.003-4.726-.001l-.001-.541z"/></symbol><symbol viewBox="0 0 24 24" id="warning--foggy-road--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.907 1.451h.097c.577 0 1.116.344 1.381.852 3.458 5.979 6.919 11.956 10.375 17.936.302.506.293 1.182-.046 1.669-.206.323-.543.536-.906.642H1.179A1.585 1.585 0 0 1 0 21.172v-.257c.04-.418.273-.774.481-1.125 3.373-5.83 6.745-11.662 10.12-17.492a1.593 1.593 0 0 1 1.306-.847M2.411 20.556c6.387.002 12.774.002 19.16 0-3.19-5.522-6.387-11.041-9.58-16.562-3.194 5.52-6.389 11.04-9.581 16.562z"/><path fill="#fff" d="M2.411 20.556c3.192-5.522 6.387-11.042 9.581-16.562 3.193 5.521 6.389 11.04 9.58 16.562-6.387.002-12.774.002-19.16 0m7.81-11.706c-.336.142-.098.683.236.527.357-.128.104-.706-.236-.527m1.162 1.185c-.189.098-.191.397-.004.499.196.133.481-.064.434-.294-.026-.193-.265-.312-.431-.206m-1.595.867c-.124.11-.122.33.011.431.164.164.479.023.473-.207.028-.247-.311-.397-.484-.224m2.736.342c-.344.113-.156.671.185.551.37-.101.172-.69-.185-.551m.975 1.235c-.272.251.145.668.405.416.287-.253-.15-.698-.405-.416m-1.857.171c-.193.046-.285.302-.155.456.121.173.417.14.493-.061.109-.208-.12-.466-.338-.396m-2.115.193c-.185.09-.213.375-.038.491.159.134.434.018.454-.188.051-.222-.222-.418-.417-.302m-.421 1.494c-.2.507-.396 1.017-.593 1.525-.06.162-.233.247-.288.411-.161.41-.253.914.017 1.299-.08.181-.015.36.117.496.05.266-.104.627.107.833.322.033.66.047.979-.008.183-.265.048-.636.088-.943h3.902c.042.306-.096.678.087.941.322.054.68.06.999-.003.174-.225.047-.557.088-.824.133-.133.197-.315.114-.493.279-.389.177-.905.011-1.318-.058-.156-.227-.236-.28-.393-.201-.513-.396-1.029-.601-1.542-.055-.165-.215-.288-.393-.265-1.322 0-2.645-.003-3.967.001-.184-.024-.333.119-.387.283m6.569 1.569c-.32.217.082.719.364.448.286-.222-.088-.682-.364-.448m1.402 1.204c-.21.082-.22.422-.011.513.15.092.379-.002.414-.176.082-.228-.194-.449-.403-.337m-1.419 1.245c-.158.071-.224.292-.114.432.115.179.425.147.5-.054.114-.226-.16-.496-.386-.378z"/><path fill="#fff" d="M9.495 14.563c.934-.058 1.873-.009 2.81-.025.398.007.799-.022 1.196.026.154.375.315.747.469 1.122a.533.533 0 0 1 .046.338c-1.434-.272-2.909-.266-4.357-.119-.253.017-.501.137-.757.075.162-.484.345-.976.593-1.418zM10.516 16.695c.651-.002 1.301-.001 1.952-.001v.492h-1.951l-.001-.491z"/><path fill="#1c1d20" d="M10.222 8.85c.339-.179.593.398.236.527-.333.156-.571-.385-.236-.527zM11.384 10.035c.166-.106.404.012.431.206.047.229-.238.426-.434.294-.187-.102-.185-.401.004-.499zM9.788 10.901c.173-.173.513-.023.484.224.006.229-.309.37-.473.207-.134-.101-.135-.321-.011-.431zM12.524 11.243c.357-.139.555.45.185.551-.34.12-.528-.438-.185-.551zM13.499 12.478c.255-.282.692.163.405.416-.26.252-.677-.164-.405-.416zM11.642 12.649c.219-.07.447.187.338.396-.076.2-.372.234-.493.061-.13-.155-.039-.411.155-.456zM9.527 12.841c.195-.115.468.08.417.302-.02.206-.295.322-.454.188-.175-.116-.147-.401.038-.491zM9.105 14.336c.054-.164.203-.307.387-.283 1.321-.004 2.644-.001 3.967-.001.178-.023.338.1.393.265.205.513.4 1.029.601 1.542.053.157.222.237.28.393.166.413.268.928-.011 1.318.083.178.018.36-.114.493-.041.266.086.599-.088.824a2.914 2.914 0 0 1-.999.003c-.183-.263-.045-.635-.087-.941H9.532c-.04.308.095.678-.088.943a3.647 3.647 0 0 1-.979.008c-.211-.207-.057-.567-.107-.833-.132-.136-.197-.315-.117-.496-.27-.385-.178-.89-.017-1.299.055-.164.229-.249.288-.411.198-.508.393-1.018.593-1.525m.39.227c-.248.442-.431.934-.593 1.418.256.062.504-.058.757-.075 1.448-.148 2.923-.153 4.357.119a.533.533 0 0 0-.046-.338c-.155-.375-.316-.747-.469-1.122-.397-.048-.798-.019-1.196-.026-.936.016-1.876-.033-2.81.025m1.021 2.131l.001.491h1.951a40.344 40.344 0 0 1 0-.492c-.651 0-1.301-.001-1.952.001zM15.674 15.905c.276-.234.65.226.364.448-.282.271-.684-.231-.364-.448zM17.076 17.109c.208-.113.484.109.403.337-.035.174-.264.268-.414.176-.208-.091-.199-.431.011-.513zM15.657 18.354c.226-.118.5.152.386.378-.075.2-.385.233-.5.054-.11-.14-.044-.36.114-.432z"/></symbol><symbol viewBox="0 0 24 24" id="warning--ford--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.849 1.38h.224a1.66 1.66 0 0 1 1.356.865c3.334 5.78 6.665 11.564 9.998 17.346.216.382.47.752.572 1.187v.469a1.641 1.641 0 0 1-1.367 1.373H1.385c-.588-.095-1.12-.512-1.297-1.087-.163-.464-.071-.985.187-1.397C3.714 14.172 7.15 8.204 10.589 2.24c.25-.473.736-.784 1.259-.86M2.52 20.5c6.326.001 12.652.001 18.978-.001-3.161-5.486-6.32-10.974-9.488-16.457C8.841 9.525 5.68 15.012 2.52 20.5z"/><path fill="#fff" d="M2.52 20.5c3.16-5.488 6.32-10.975 9.49-16.458 3.168 5.483 6.328 10.97 9.488 16.457-6.326.002-12.652.002-18.978.001m13.844-5.624c0 .376-.002.751.004 1.127-.474-.302-1.193-.281-1.544.197-.379.536-.396 1.308-.064 1.871.336.514 1.081.55 1.58.268.134.238.485.064.71.112v-3.574h-.686m-9.465 3.581h.703v-1.496l1.442-.001.002-.668c-.481-.006-.962-.002-1.444-.004l-.001-.721 1.58-.001v-.671H6.897c-.001 1.188-.002 2.376 0 3.563m3.361-2.591c-.737.258-.886 1.205-.682 1.867.204.755 1.234 1.051 1.84.588.593-.434.666-1.327.331-1.943-.278-.514-.955-.712-1.489-.512m2.293.008v2.575h.686c.014-.503-.028-1.008.022-1.51.053-.379.466-.469.786-.44l-.001-.674c-.293.006-.588.078-.8.294l-.004-.244-.689-.001z"/><path fill="#fff" d="M15.643 16.435c.302-.103.686.092.71.428.031.366.084.96-.403 1.032-.824.184-.99-1.218-.307-1.46zM10.459 16.494c.274-.202.702-.035.744.31.078.384.091 1.015-.396 1.121-.71.032-.791-1.064-.348-1.43z"/><path d="M16.364 14.876h.686v3.574c-.226-.048-.576.126-.71-.112-.499.282-1.244.246-1.58-.268-.332-.563-.316-1.334.064-1.871.352-.478 1.07-.499 1.544-.197-.006-.376-.004-.751-.004-1.127m-.721 1.56c-.683.242-.517 1.644.307 1.46.487-.072.434-.666.403-1.032-.024-.336-.408-.532-.71-.428zM6.899 18.458c-.002-1.187-.001-2.375 0-3.563h2.284v.671l-1.58.001.001.721c.481.001.962-.002 1.444.004l-.002.668-1.442.001v1.496h-.703zM10.258 15.868c.534-.199 1.211-.001 1.489.512.335.616.262 1.508-.331 1.943-.606.463-1.636.167-1.84-.588-.204-.662-.055-1.609.682-1.867m.201.626c-.443.366-.362 1.463.348 1.43.487-.106.474-.737.396-1.121-.042-.344-.47-.511-.744-.31zM12.551 15.876l.689.001.004.244c.212-.216.508-.288.8-.294l.001.674c-.32-.029-.733.061-.786.44-.049.502-.007 1.007-.022 1.51h-.686v-2.575z"/></symbol><symbol viewBox="0 0 24 24" id="warning--forest--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M10.811.613c.311-.33.725-.6 1.195-.59.466-.018.888.238 1.2.563l10.266 10.265c.256.241.449.545.528.89v.548c-.077.34-.262.641-.511.88l-9.904 9.902c-.377.372-.738.828-1.29.929h-.551a1.661 1.661 0 0 1-.833-.475C7.433 20.043 3.95 16.566.472 13.084c-.604-.564-.589-1.603.023-2.155C3.927 7.485 7.376 4.057 10.81.614m.752-.211c-.293.127-.504.376-.727.593C7.458 4.381 4.072 7.756.696 11.143c-.497.444-.504 1.286-.013 1.739 3.359 3.361 6.72 6.721 10.082 10.08.296.287.572.654 1.002.738.412.1.848-.059 1.135-.361l10.082-10.081c.276-.278.608-.545.707-.944.118-.431-.047-.896-.368-1.194-3.46-3.461-6.914-6.925-10.376-10.382-.34-.38-.908-.536-1.385-.334z"/><path fill="#ffde00" d="M11.807.781c.301-.1.618.037.822.262 3.385 3.373 6.752 6.763 10.136 10.138.223.234.527.464.526.822.025.392-.318.637-.56.888-3.383 3.379-6.763 6.761-10.145 10.142-.229.265-.647.341-.947.151-.211-.154-.382-.354-.566-.535-3.262-3.259-6.521-6.522-9.784-9.78-.206-.22-.494-.418-.529-.742-.052-.284.103-.55.306-.733 3.4-3.406 6.805-6.804 10.202-10.212.163-.151.317-.336.539-.401m-.598 3.798l.367.01c-.187.724-.493 1.41-.851 2.065l.416.014c-.241.685-.526 1.358-.932 1.963a6.13 6.13 0 0 0 1.684.054c-.044.198-.089.396-.136.594l.632.001c-.048-.198-.094-.396-.14-.594a6.218 6.218 0 0 0 1.685-.055c-.404-.606-.691-1.278-.931-1.963l.415-.016c-.355-.655-.665-1.339-.848-2.064.094-.004.28-.008.372-.011a10.985 10.985 0 0 1-.87-1.692 11.928 11.928 0 0 1-.863 1.693M5.77 9.784l.371.011a8.666 8.666 0 0 1-.85 2.052c.103.01.31.026.413.035-.242.678-.524 1.345-.92 1.948a5.87 5.87 0 0 0 1.674.061c-.046.199-.091.4-.14.599.212-.001.425 0 .637.001-.049-.199-.094-.4-.136-.601a5.906 5.906 0 0 0 1.679-.06c-.409-.599-.683-1.273-.928-1.951l.414-.023c-.359-.653-.662-1.338-.852-2.06l.373-.012a10.853 10.853 0 0 1-.851-1.654c-.307.544-.53 1.135-.884 1.655M17.498 8.09a11.25 11.25 0 0 1-.866 1.693l.372.011a8.984 8.984 0 0 1-.853 2.06l.416.023c-.245.678-.522 1.351-.926 1.952a5.972 5.972 0 0 0 1.678.059c-.043.202-.088.402-.138.601.212-.001.425-.002.637-.001-.048-.199-.095-.4-.139-.599.56.054 1.127.043 1.681-.061-.409-.598-.683-1.272-.928-1.951l.413-.022c-.355-.655-.662-1.338-.851-2.062.094-.002.278-.01.372-.012a11.74 11.74 0 0 1-.868-1.692m-5.427 5.202c-.24.589-.529 1.158-.868 1.698l.371.005c-.181.726-.491 1.411-.847 2.065l.416.019c-.244.682-.526 1.354-.93 1.956.554.103 1.12.116 1.679.059-.043.199-.088.397-.136.595h.632a31.717 31.717 0 0 1-.138-.593 6.018 6.018 0 0 0 1.679-.061c-.4-.605-.686-1.274-.926-1.956l.415-.019c-.356-.655-.666-1.339-.846-2.064l.368-.006a11.764 11.764 0 0 1-.87-1.698z"/><path d="M11.562.403c.476-.203 1.045-.047 1.385.334 3.462 3.457 6.917 6.922 10.376 10.382.322.298.486.763.368 1.194-.098.4-.431.666-.707.944L12.902 23.338c-.287.302-.724.461-1.135.361-.43-.084-.706-.451-1.002-.738-3.362-3.359-6.724-6.719-10.082-10.08-.491-.452-.484-1.295.013-1.739C4.072 7.754 7.458 4.38 10.835.995c.223-.217.434-.466.727-.593m.245.379c-.222.065-.376.25-.539.401C7.871 4.59 4.465 7.988 1.066 11.394c-.203.184-.358.449-.306.733.035.324.323.522.529.742 3.263 3.258 6.522 6.521 9.784 9.78.185.181.355.382.566.535.3.19.718.114.947-.151 3.382-3.382 6.762-6.763 10.145-10.142.242-.251.586-.496.56-.888.001-.358-.302-.588-.526-.822-3.384-3.374-6.751-6.764-10.136-10.138-.204-.224-.521-.361-.822-.262z"/><path d="M11.209 4.579c.334-.54.619-1.108.863-1.693.247.586.526 1.158.87 1.692-.092.002-.278.007-.372.011.184.725.493 1.409.848 2.064l-.415.016c.24.685.527 1.357.931 1.963a6.178 6.178 0 0 1-1.685.055c.047.198.092.396.14.594l-.632-.001c.047-.198.091-.396.136-.594a6.13 6.13 0 0 1-1.684-.054c.407-.605.691-1.278.932-1.963a57.784 57.784 0 0 0-.416-.014c.358-.655.664-1.342.851-2.065a46.205 46.205 0 0 1-.367-.01zM5.77 9.784c.354-.52.577-1.111.884-1.655.241.572.516 1.13.851 1.654-.094.002-.28.008-.373.012.19.722.493 1.408.852 2.06l-.414.023c.245.678.518 1.352.928 1.951a5.906 5.906 0 0 1-1.679.06c.042.202.086.402.136.601a67.629 67.629 0 0 0-.637-.001c.049-.199.095-.4.14-.599a5.907 5.907 0 0 1-1.674-.061c.396-.602.678-1.27.92-1.948-.103-.008-.31-.025-.413-.035a8.75 8.75 0 0 0 .85-2.052l-.371-.011zM17.498 8.09c.247.584.528 1.154.868 1.692-.094.002-.278.01-.372.012.188.724.496 1.406.851 2.062l-.413.022c.245.679.518 1.354.928 1.951a5.995 5.995 0 0 1-1.681.061c.044.199.091.4.139.599-.212-.001-.425 0-.637.001.05-.199.095-.4.138-.601a5.937 5.937 0 0 1-1.678-.059c.404-.601.682-1.274.926-1.952l-.416-.023a8.958 8.958 0 0 0 .853-2.06l-.372-.011c.341-.536.622-1.108.866-1.693zM12.071 13.291c.246.587.532 1.158.87 1.698l-.368.006c.18.725.49 1.409.846 2.064l-.415.019c.24.682.527 1.351.926 1.956a6.018 6.018 0 0 1-1.679.061c.044.198.09.395.138.593a66.57 66.57 0 0 0-.632 0c.048-.198.092-.396.136-.595a5.872 5.872 0 0 1-1.679-.059c.404-.602.686-1.274.93-1.956l-.416-.019c.356-.654.666-1.339.847-2.065l-.371-.005c.338-.54.628-1.109.868-1.698z"/></symbol><symbol viewBox="0 0 24 24" id="warning--gate--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.924 1.5h.127c.509.058.696.576.924.956 3.482 6.034 6.965 12.066 10.446 18.1.198.344.407.684.578 1.043v.316a.808.808 0 0 1-.667.586H.719c-.568-.013-.918-.703-.577-1.158 3.714-6.45 7.441-12.892 11.159-19.34a.94.94 0 0 1 .623-.502M3.1 20.395c5.939.001 11.879.002 17.818-.001-2.969-5.143-5.938-10.286-8.91-15.428-2.97 5.142-5.941 10.284-8.908 15.43z"/><path fill="#fff" d="M3.1 20.395c2.966-5.146 5.938-10.288 8.908-15.43 2.972 5.142 5.941 10.285 8.91 15.428-5.939.004-11.879.002-17.818.001M7.015 14.5c-.018 1.698-.001 3.397-.007 5.096h.632v-1.16h.604c.013.258-.068.659.269.74 2.245.029 4.493.002 6.739.013.203.022.466-.038.504-.276.03-.646.002-1.294.012-1.94l.607-.001v2.624h.632c-.007-1.705.014-3.413-.01-5.118-.01-.33-.53-.376-.607-.056-.038.793-.002 1.589-.014 2.382l-.608.001c-.014-.662.029-1.327-.022-1.987-.089-.264-.4-.229-.619-.232-2.198.014-4.397-.018-6.594.016-.355.048-.277.48-.29.739l-.604-.001c-.006-.31.025-.622-.02-.929-.086-.323-.616-.247-.604.089z"/><path fill="#fff" d="M8.68 18.761c.001-1.248-.001-2.495.001-3.742 1.937 0 3.872.002 5.809-.001-1.938 1.246-3.88 2.485-5.81 3.743zM9.536 18.75c1.931-1.247 3.863-2.49 5.798-3.728.004 1.244 0 2.49.001 3.734-1.933-.004-3.866.007-5.8-.006zM7.64 15.508h.607v2.761c-.203-.001-.406-.002-.608-.001l.001-2.76z"/><path d="M7.015 14.5c-.012-.336.517-.412.604-.089.046.307.014.619.02.929l.604.001c.013-.259-.065-.691.29-.739 2.197-.034 4.396-.001 6.594-.016.22.002.53-.032.619.232.05.66.007 1.325.022 1.987l.608-.001c.012-.793-.024-1.589.014-2.382.077-.319.598-.274.607.056.024 1.705.002 3.413.01 5.118a66.57 66.57 0 0 0-.632 0v-2.624l-.607.001c-.01.647.018 1.295-.012 1.94-.038.238-.301.298-.504.276-2.246-.011-4.494.016-6.739-.013-.337-.082-.256-.482-.269-.74H7.64v1.16a66.57 66.57 0 0 0-.632 0c.006-1.699-.011-3.398.007-5.096m1.665 4.261c1.931-1.258 3.872-2.497 5.81-3.743-1.937.004-3.872.001-5.809.001-.002 1.247 0 2.494-.001 3.742m.856-.011c1.933.013 3.866.002 5.8.006-.001-1.244.002-2.49-.001-3.734a1587.951 1587.951 0 0 0-5.798 3.728M7.64 15.508l-.001 2.76c.203-.001.406 0 .608.001v-2.761H7.64z"/></symbol><symbol viewBox="0 0 24 24" id="warning--gate--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.869 1.38h.188c.71.016 1.261.541 1.542 1.156 3.376 5.866 6.757 11.728 10.136 17.591.118.208.203.431.264.662v.449a1.636 1.636 0 0 1-1.375 1.382H1.394c-1.097-.116-1.768-1.475-1.16-2.406C3.683 14.221 7.139 8.23 10.591 2.238a1.69 1.69 0 0 1 1.278-.858m-9.35 19.118c6.326.002 12.653.002 18.979 0-3.161-5.486-6.322-10.974-9.488-16.458-3.168 5.484-6.33 10.972-9.491 16.458z"/><path fill="#fff" d="M2.519 20.498C5.68 15.012 8.842 9.524 12.01 4.04c3.167 5.484 6.328 10.972 9.488 16.458-6.326.002-12.653.002-18.979 0m4.705-5.181c-.764.756-.727 2.171.077 2.886.518.474 1.366.511 1.913.064l-.006.21h.67l.001-2.04c-.532-.002-1.063.004-1.595-.005l-.01.628c.31 0 .618 0 .926.004-.047.238-.088.51-.301.661-.404.335-1.094.197-1.316-.288-.258-.542-.227-1.324.276-1.717.44-.318 1.079-.114 1.321.354.222-.115.444-.229.664-.35-.482-.925-1.876-1.112-2.62-.406m6.424-.197l.001.794-.413.001v.599l.413.001c.03.575-.068 1.166.056 1.73.275.516.94.298 1.39.212l-.15-.554a5.973 5.973 0 0 1-.551.024c-.036-.47-.02-.942-.022-1.412l.646-.001v-.599l-.672-.001c0-.336 0-.672-.002-1.008-.234.066-.466.138-.696.214m-3.13 1.102l.308.496c.353-.178 1.138-.511 1.198.127-.58.01-1.466.109-1.524.847-.092.858 1.064 1.106 1.614.637.191.121.401.204.624.244.084-.176.168-.353.253-.528-.139-.07-.332-.145-.293-.344-.028-.426.03-.857-.031-1.282-.086-.413-.548-.565-.922-.569-.443-.043-.863.137-1.228.372m5.456-.19c-.796.553-.715 2.003.194 2.402a1.46 1.46 0 0 0 1.565-.312l-.407-.434c-.367.376-1.123.343-1.25-.24.571-.011 1.142-.002 1.714-.006-.016-.344-.02-.708-.2-1.015-.29-.564-1.099-.757-1.615-.395z"/><path fill="#fff" d="M16.086 16.895c.092-.2.216-.439.469-.451.301-.055.497.21.61.449-.36.011-.72.01-1.079.002zM11.225 17.814c-.066-.455.521-.37.808-.449-.044.188.059.48-.162.584-.208.056-.532.097-.646-.136z"/><path d="M7.224 15.317c.744-.707 2.137-.52 2.62.406-.22.121-.442.235-.664.35-.242-.468-.881-.672-1.321-.354-.503.394-.534 1.175-.276 1.717.222.485.912.623 1.316.288.214-.151.254-.424.301-.661-.308-.004-.617-.004-.926-.004.002-.209.006-.419.01-.628.532.008 1.063.002 1.595.005l-.001 2.04a74.817 74.817 0 0 0-.67 0l.006-.21c-.547.448-1.394.41-1.913-.064-.804-.715-.841-2.13-.077-2.886zM13.648 15.121c.23-.076.462-.148.696-.214.002.336.002.672.002 1.008l.672.001v.599l-.646.001c.001.47-.014.942.022 1.412.184 0 .367-.007.551-.024.049.185.1.37.15.554-.45.085-1.115.304-1.39-.212-.125-.564-.026-1.156-.056-1.73l-.413-.001v-.599l.413-.001-.001-.794zM10.518 16.223c.365-.235.785-.415 1.228-.372.373.004.835.156.922.569.061.425.004.856.031 1.282-.04.199.154.275.293.344-.085.175-.169.352-.253.528a1.716 1.716 0 0 1-.624-.244c-.55.469-1.706.221-1.614-.637.058-.738.944-.838 1.524-.847-.06-.638-.845-.305-1.198-.127a82.514 82.514 0 0 0-.308-.496m.706 1.591c.114.233.438.192.646.136.221-.104.118-.396.162-.584-.287.079-.874-.006-.808.449zM15.973 16.033c.516-.362 1.325-.169 1.615.395.18.307.185.671.2 1.015-.571.004-1.142-.005-1.714.006.127.583.883.616 1.25.24l.407.434a1.46 1.46 0 0 1-1.565.312c-.91-.4-.99-1.849-.194-2.402m.114.862c.359.007.719.008 1.079-.002-.113-.239-.308-.504-.61-.449-.253.012-.377.251-.469.451z"/></symbol><symbol viewBox="0 0 24 24" id="warning--gate-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.472 1.991c.109-.202.274-.406.524-.412.252.008.415.215.524.418 3.776 6.541 7.567 13.074 11.339 19.618.215.295.071.688-.25.826H.399c-.184-.097-.389-.245-.376-.478.031-.335.26-.601.412-.888 3.679-6.361 7.36-12.721 11.036-19.084m.459 4.386c-2.585 4.492-5.185 8.974-7.766 13.466 5.22.007 10.441.01 15.662-.001-2.585-4.487-5.178-8.969-7.764-13.454a2.935 2.935 0 0 1-.132-.011z"/><path fill="#fff" d="M11.93 6.377c.034.004.098.008.132.011 2.586 4.486 5.179 8.968 7.764 13.454-5.221.011-10.442.008-15.662.001 2.581-4.493 5.182-8.975 7.766-13.466m-4.198 8.311c.114.17.241.336.329.523.02 1.133.004 2.267.008 3.4.026.277-.211.466-.332.689l.517.004c.107-.179.221-.355.358-.515.976.013 1.954.016 2.929 0 .14.158.253.336.364.516l.516-.001c-.122-.229-.371-.42-.332-.704.001-1.129-.012-2.26.007-3.388.086-.187.215-.352.329-.522-.17 0-.341-.001-.51-.004-.116.169-.233.337-.341.51-.996.012-1.992.008-2.987.001-.112-.173-.228-.341-.343-.51l-.511.001m5.417 2.056c-.11.088-.288.136-.324.289.656.392 1.273.856 1.94 1.228.433-.062.073-.521.036-.769.484.01.967.001 1.451.007.005-.336.004-.671.006-1.007-.49-.008-.978-.002-1.466-.004.073-.239.378-.666-.02-.772-.546.335-1.081.686-1.622 1.027z"/><path fill="#fff" d="M8.586 15.716h2.983l-.001.512H8.587l-.001-.512zM8.585 16.744h2.986c-.002.172-.004.342-.004.514a739.04 739.04 0 0 0-2.978 0c0-.172-.001-.342-.004-.514zM8.586 17.77h2.983a43.69 43.69 0 0 0 0 .512H8.586v-.512z"/><path d="M7.732 14.688l.511-.001c.115.169.232.337.343.51.995.007 1.991.011 2.987-.001.108-.173.224-.341.341-.51.169.002.34.004.51.004-.114.17-.242.335-.329.522-.019 1.128-.006 2.258-.007 3.388-.038.284.21.475.332.704l-.516.001a3.504 3.504 0 0 0-.364-.516c-.976.016-1.954.013-2.929 0-.137.16-.251.336-.358.515a87.746 87.746 0 0 1-.517-.004c.121-.223.359-.412.332-.689-.005-1.133.012-2.267-.008-3.4-.088-.187-.215-.353-.329-.523m.855 1.028l.001.512h2.981l.001-.512H8.586m-.001 1.028c.002.172.004.342.004.514.992-.002 1.985-.002 2.978 0 0-.172.001-.342.004-.514H8.585m.001 1.026v.512h2.983a43.69 43.69 0 0 1 0-.512H8.586zM13.15 16.744c.541-.341 1.076-.692 1.622-1.027.398.106.094.533.02.772.488.001.977-.005 1.466.004-.002.336-.001.671-.006 1.007-.484-.006-.967.002-1.451-.007.037.248.397.707-.036.769-.667-.372-1.284-.835-1.94-1.228.036-.154.214-.202.324-.289z"/></symbol><symbol viewBox="0 0 24 24" id="warning--gate-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.254 2.369c.16-.25.265-.558.52-.727.268-.161.58.031.701.283 3.785 6.534 7.562 13.072 11.344 19.608.244.307.162.776-.229.907H.466c-.444-.058-.553-.592-.294-.906C3.866 15.145 7.563 8.759 11.255 2.369M4.158 19.847c5.224.002 10.447.002 15.671 0-2.609-4.525-5.219-9.05-7.835-13.571-2.616 4.522-5.225 9.047-7.836 13.571z"/><path fill="#fff" d="M4.158 19.847c2.611-4.524 5.22-9.049 7.836-13.571 2.616 4.52 5.226 9.046 7.835 13.571-5.224.002-10.447.002-15.671 0m7.408-5.16c.12.21.336.395.335.653.007 1.093.001 2.186.002 3.278.019.272-.212.466-.335.684.173 0 .344 0 .517.002.107-.164.211-.33.316-.497.998-.026 1.997-.001 2.996-.012.118.167.233.336.343.509l.514-.001c-.109-.167-.22-.334-.33-.498a334.086 334.086 0 0 1-.002-3.468c-.002-.257.217-.439.336-.649l-.51-.001c-.118.169-.233.341-.347.511-.992.007-1.985.004-2.976.002l-.346-.511-.514-.002M9.062 15.79c-.16.224.091.473.136.698-.488 0-.977-.001-1.465.001l.001 1.007h1.465c-.074.199-.175.394-.199.608.04.188.292.175.404.064.604-.395 1.207-.787 1.812-1.176-.612-.396-1.224-.793-1.843-1.178-.098-.085-.202-.092-.311-.024z"/><path fill="#fff" d="M12.42 16.229a43.69 43.69 0 0 0 0-.512h2.983v.512H12.42zM12.42 16.744h2.983v.512H12.42v-.512zM12.42 17.77h2.983a43.69 43.69 0 0 0 0 .512H12.42v-.512z"/><path d="M11.566 14.687l.514.002.346.511c.991.001 1.984.005 2.976-.002.114-.17.229-.342.347-.511l.51.001c-.119.21-.338.392-.336.649-.004 1.156-.006 2.312.002 3.468.11.164.221.331.33.498l-.514.001c-.11-.173-.226-.342-.343-.509-1 .011-1.998-.014-2.996.012-.104.167-.209.332-.316.497-.173-.002-.344-.002-.517-.002.122-.218.354-.412.335-.684-.001-1.092.005-2.185-.002-3.278.001-.258-.215-.443-.335-.653m.853 1.542h2.983a43.69 43.69 0 0 1 0-.512H12.42v.512m0 .515v.512h2.983a43.69 43.69 0 0 1 0-.512H12.42m0 1.026v.512h2.983a43.69 43.69 0 0 1 0-.512H12.42zM9.062 15.79c.109-.068.212-.061.311.024.619.385 1.231.782 1.843 1.178-.605.389-1.208.781-1.812 1.176-.113.112-.365.125-.404-.064.024-.215.125-.409.199-.608H7.734l-.001-1.007c.488-.002.977-.001 1.465-.001-.044-.226-.295-.474-.136-.698z"/></symbol><symbol viewBox="0 0 24 24" id="warning--golf-carts-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.846 0h.269c.293.054.558.204.762.419l10.706 10.708c.287.269.475.664.393 1.062-.064.425-.423.699-.704.987-3.485 3.481-6.967 6.966-10.45 10.449a1.366 1.366 0 0 1-.702.375h-.216a1.294 1.294 0 0 1-.733-.373C7.722 20.175 4.27 16.725.819 13.274.492 12.94.076 12.632 0 12.137v-.249c.045-.297.196-.564.414-.768C3.984 7.553 7.552 3.984 11.119.415c.196-.207.45-.348.727-.415m-.109.35c-.164.053-.288.177-.411.292C7.748 4.223 4.165 7.801.587 11.383c-.342.29-.381.859-.05 1.173 3.634 3.639 7.272 7.275 10.91 10.911a.793.793 0 0 0 1.104-.006c3.521-3.516 7.037-7.038 10.558-10.554.222-.235.527-.449.567-.794.057-.299-.103-.579-.314-.776C19.778 7.756 16.199 4.172 12.614.592a.843.843 0 0 0-.877-.242z"/><path fill="#fecf33" d="M11.745.841c.182-.191.463-.085.608.094l10.711 10.711c.179.146.284.433.084.61-3.611 3.621-7.233 7.231-10.845 10.851a.386.386 0 0 1-.609.004C8.079 19.489 4.455 15.876.841 12.253c-.202-.183-.086-.473.097-.618C4.544 8.04 8.132 4.427 11.745.841M8.053 6.909c.167.3.574.148.85.186l-.734 4.545H7.03c-.548 1.003-1.087 2.01-1.633 3.013h-.386l.017.454c.261 0 .522-.002.783-.007.028-.506.224-1.027.644-1.335.618-.486 1.579-.39 2.121.169.325.305.476.743.516 1.179h4.582c.036-.471.221-.942.591-1.25.557-.508 1.467-.551 2.068-.093.437.304.671.821.708 1.343h1.701a35.114 35.114 0 0 1 0-.459l-.475-.001c.001-.681-.003-1.362.003-2.043a17.78 17.78 0 0 0-.228-.03c.005-.596.007-1.191.004-1.787.018-.163-.054-.278-.216-.345.024-.256.051-.512.077-.767.198.006.474.068.563-.171a39.72 39.72 0 0 0-.292-.146.849.849 0 0 1-.098-.373c-.17.026-.422-.059-.471.172-.171-.026-.372-.102-.518.034-.106.411-.106.842-.177 1.26l-.268.108c-.063.675-.007 1.357-.026 2.035h-.714c-.175-1.835-.351-3.67-.524-5.506.247 0 .494.012.74-.017.117-.008.321-.137.213-.276-.124-.167-.35-.136-.532-.149-2.403.003-4.806.001-7.208.001-.199.007-.516-.013-.542.256m-.947 6.91c-.607.147-1.046.764-.995 1.386.028.707.691 1.31 1.399 1.259.786-.004 1.431-.807 1.274-1.575-.109-.759-.944-1.289-1.678-1.07m7.724.029a1.35 1.35 0 0 0-.801 1.469c.108.712.857 1.252 1.568 1.101.765-.121 1.302-.981 1.051-1.72-.202-.747-1.115-1.175-1.818-.85z"/><path fill="#fecf33" d="M9.338 7.096c1.72-.008 3.44.003 5.159-.006.15.012.315-.023.456.034.147 1.835.267 3.673.403 5.509H13.68c-.02-.459.046-.926-.029-1.38-.135-.14-.385-.051-.565-.084-.015-.483.023-.968-.02-1.45-.094-.495-.891-.439-1.018.007-.111.376-.188.76-.287 1.139-.479.023-.966-.031-1.439.053-.064.122-.081.342.078.395.452.036.907.004 1.361.014l.002.771c-.364.003-.726.003-1.089 0-.29.406-.575.815-.861 1.224.101.093.201.187.3.282.262-.326.525-.65.788-.974-.002.552-.001 1.104-.001 1.655-.288.005-.576.006-.863.005-.343-.705-.698-1.405-1.049-2.106.267-.145.535-.288.804-.43.096.152.185.31.304.447.146.011.236-.055.27-.197a9.338 9.338 0 0 0-.66-1.232.324.324 0 0 0-.288.158c.047.166.129.319.202.475-.284.137-.564.282-.847.423-.108-.27-.025-.557.011-.832.187-1.3.372-2.6.554-3.9m3.002.656c-.465.149-.597.824-.22 1.136.364.362 1.057.119 1.117-.391.104-.486-.437-.939-.897-.745zM17.702 9.215l.333.039a14.6 14.6 0 0 1-.038.204l-.111-.092c-.105.357-.09.733-.168 1.095l-.155.07c.036-.44.1-.877.139-1.316zM17.106 9.44c.162.04.324.08.488.114-.041.312-.077.626-.113.939h-.488c.048-.349.088-.7.113-1.053z"/><path d="M11.737.35a.843.843 0 0 1 .877.242c3.585 3.58 7.164 7.164 10.748 10.745.211.197.371.477.314.776-.04.345-.345.559-.567.794-3.521 3.516-7.037 7.038-10.558 10.554a.793.793 0 0 1-1.104.006C7.809 19.831 4.171 16.195.537 12.556c-.331-.314-.292-.883.05-1.173C4.165 7.801 7.748 4.223 11.326.642c.123-.115.247-.239.411-.292m.008.491C8.132 4.427 4.544 8.04.938 11.635c-.183.145-.299.435-.097.618 3.614 3.623 7.238 7.236 10.853 10.858a.386.386 0 0 0 .609-.004c3.612-3.62 7.234-7.23 10.845-10.851.2-.177.095-.464-.084-.61L12.353.935c-.145-.179-.426-.285-.608-.094z"/><path d="M8.053 6.909c.026-.269.343-.249.542-.256 2.402 0 4.805.002 7.208-.001.182.013.408-.018.532.149.108.139-.096.268-.213.276-.246.029-.493.017-.74.017.173 1.836.349 3.671.524 5.506h.714c.019-.678-.037-1.36.026-2.035l.268-.108c.071-.418.071-.849.177-1.26.146-.136.347-.06.518-.034.049-.231.301-.146.471-.172a.849.849 0 0 0 .098.373l.292.146c-.089.239-.365.177-.563.171-.026.255-.053.511-.077.767.162.067.234.182.216.345.003.596.001 1.191-.004 1.787l.228.03c-.006.681-.002 1.362-.003 2.043l.475.001v.459h-1.701c-.037-.522-.271-1.039-.708-1.343-.601-.458-1.511-.415-2.068.093-.37.308-.555.779-.591 1.25H9.092c-.04-.436-.191-.874-.516-1.179-.542-.559-1.503-.655-2.121-.169-.42.308-.616.829-.644 1.335-.261.005-.522.007-.783.007a68.85 68.85 0 0 0-.017-.454h.386c.546-1.003 1.085-2.01 1.633-3.013h1.139l.734-4.545c-.276-.038-.683.114-.85-.186m1.285.187c-.182 1.3-.367 2.6-.554 3.9-.036.275-.119.562-.011.832.283-.141.563-.286.847-.423-.073-.156-.155-.309-.202-.475a.324.324 0 0 1 .288-.158c.252.391.469.807.66 1.232-.034.142-.124.208-.27.197-.119-.137-.208-.295-.304-.447-.269.142-.537.285-.804.43.351.701.706 1.401 1.049 2.106.287.001.575 0 .863-.005 0-.551-.001-1.103.001-1.655-.263.324-.526.648-.788.974a19.989 19.989 0 0 0-.3-.282c.286-.409.571-.818.861-1.224.363.003.725.003 1.089 0l-.002-.771c-.454-.01-.909.022-1.361-.014-.159-.053-.142-.273-.078-.395.473-.084.96-.03 1.439-.053.099-.379.176-.763.287-1.139.127-.446.924-.502 1.018-.007.043.482.005.967.02 1.45.18.033.43-.056.565.084.075.454.009.921.029 1.38h1.676c-.136-1.836-.256-3.674-.403-5.509-.141-.057-.306-.022-.456-.034-1.719.009-3.439-.002-5.159.006m8.364 2.119c-.039.439-.103.876-.139 1.316l.155-.07c.078-.362.063-.738.168-1.095l.111.092a14.6 14.6 0 0 0 .038-.204l-.333-.039m-.596.225c-.025.353-.065.704-.113 1.053h.488c.036-.313.072-.627.113-.939a13.294 13.294 0 0 1-.488-.114z"/><path d="M12.34 7.752c.46-.194 1.001.259.897.745-.06.51-.753.753-1.117.391-.377-.312-.245-.987.22-1.136zM7.106 13.819c.734-.219 1.569.311 1.678 1.07.157.768-.488 1.571-1.274 1.575-.708.051-1.371-.552-1.399-1.259-.051-.622.388-1.239.995-1.386zM14.83 13.848c.703-.325 1.616.103 1.818.85.251.739-.286 1.599-1.051 1.72-.711.151-1.46-.389-1.568-1.101a1.35 1.35 0 0 1 .801-1.469z"/></symbol><symbol viewBox="0 0 24 24" id="warning--gravel-road-surface--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.888 0h.253c.284.067.556.199.761.41 3.544 3.54 7.084 7.084 10.627 10.624.32.3.52.749.42 1.189-.088.464-.481.767-.791 1.088-3.283 3.278-6.564 6.559-9.844 9.842-.343.336-.68.768-1.199.81-.412.056-.806-.145-1.084-.437C7.672 20.165 4.311 16.804.95 13.444c-.371-.378-.828-.727-.952-1.272v-.336c.067-.312.226-.598.458-.816C3.98 7.5 7.502 3.978 11.022.455c.228-.246.532-.408.864-.456m-.317.419c-.119.074-.222.17-.323.266C7.706 4.23 4.16 7.771.618 11.314c-.215.206-.371.497-.32.803.046.38.376.623.62.882 3.466 3.457 6.923 6.922 10.386 10.381.325.394.968.433 1.316.047 3.586-3.575 7.163-7.159 10.744-10.739.389-.323.433-.958.055-1.306C19.845 7.795 16.259 4.22 12.68.637c-.269-.31-.746-.443-1.111-.22z"/><path fill="#ffdb00" d="M11.803.792c.197-.128.426.006.564.154 3.542 3.539 7.08 7.082 10.624 10.62.14.145.304.323.23.544-.162.292-.434.498-.66.737-3.382 3.38-6.763 6.761-10.144 10.144-.146.14-.317.299-.54.241-.292-.16-.497-.431-.734-.656-3.397-3.401-6.8-6.798-10.198-10.2a.469.469 0 0 1-.01-.756c3.397-3.403 6.802-6.8 10.2-10.204.217-.211.414-.45.667-.623M3.826 9.205v.246c1.198.004 2.41-.086 3.6.053.215.61.344 1.249.476 1.883-1.357-.001-2.716-.052-4.072.044-.01.929-.002 1.856-.005 2.784 1.223.01 2.446-.018 3.667.016.008.532-.016 1.064.035 1.594.278-.004.559.017.835-.025.203-.763-.067-1.595.173-2.363.138-.442-.03-.888-.133-1.318-.238-.872-.446-1.753-.701-2.62-.036-.245-.3-.293-.503-.293a64.289 64.289 0 0 0-3.373-.001m10.959.27c-.262.918-.454 1.855-.712 2.774-.079.276-.197.547-.202.839.026.364.197.704.179 1.074.031.534-.072 1.093.05 1.61.29.107.626.031.935.05.043-.377.037-.756.038-1.135h3.794l.001-1.19c-.998-.002-1.997-.005-2.995.001a98.013 98.013 0 0 1-.007-.938c1.003-.004 2.005.007 3.008-.007-.005-.186-.007-.373-.01-.559-1.451-.078-2.904-.066-4.355-.023.014-.493.224-.958.218-1.452.396.028.785.118 1.157.256-.395.236-.821.415-1.23.622.514-.094 1.02-.222 1.53-.335l-.076.602c.157-.216.31-.437.472-.649.068.252.133.506.202.758.074-.284.146-.57.217-.857.5.284.988.594 1.496.863-.358-.38-.736-.739-1.1-1.111.496-.148 1-.268 1.488-.438-.523-.024-1.049-.012-1.572-.016.078-.222.151-.446.228-.67-.227.2-.448.408-.68.601.017-.216-.065-.46.079-.646.648-.113 1.315.025 1.972.005a16.603 16.603 0 0 1-.084-.228c-1.15-.106-2.309-.1-3.462-.076-.212.008-.53.008-.581.274m-5.679.714l.248.433c.418-.07.828.046 1.242.088.011-.248.028-.497.026-.745.01-.281-.239-.46-.394-.66-.438.193-1.004.346-1.123.884m2.086.215c.26.43.392.919.524 1.4.385-.21.653-.569.991-.839.047-.3.08-.601.119-.902-.302-.085-.606-.188-.832-.419a4.162 4.162 0 0 0-.803.76m-1.311.779c-.446 1.362-.82 2.748-1.228 4.122.113.097.223.197.332.298.925-.115 1.856-.188 2.778-.325a4.41 4.41 0 0 0-.182-.18c-.84.042-1.667.241-2.51.235.374-.366.834-.624 1.256-.929.128-.112.352-.193.281-.418-.528.299-1 .69-1.543.962.139-.356.397-.644.624-.946.481-.637.958-1.278 1.444-1.912a.795.795 0 0 0 .21-.522c-.354.252-.571.638-.833.976-.446.58-.862 1.183-1.331 1.744.27-1.012.613-2.006.852-3.025l-.029-.101-.121.02m1.421 1.514c-.149.253-.444.442-.494.738.16.449.588.748.991.977.096-.373.276-.714.482-1.036.113-.138.102-.322.038-.479-.337-.082-.685-.101-1.018-.2m.608 1.865c.029.407-.024.828.157 1.208a3.81 3.81 0 0 1 1.583-.089c-.198-.396-.221-.836-.222-1.271-.508.041-1.01.116-1.518.151z"/><path fill="#ffdb00" d="M14.82 10.297c.115-.256.08-.629.298-.818.556-.036 1.13-.088 1.68.025a1.233 1.233 0 0 1-.35.56c-.24-.181-.448-.401-.665-.61.064.328.128.655.196.982-.328.001-.658-.005-.98.058-.06-.065-.12-.131-.178-.197zM14.422 12.618c.36-.12.965-.134 1.064.337.049.571-.684.62-1.072.467-.318-.158-.313-.65.007-.804z"/><path d="M11.569.418c.365-.223.842-.09 1.111.22 3.578 3.583 7.165 7.158 10.739 10.745.378.348.334.983-.055 1.306-3.581 3.58-7.158 7.164-10.744 10.739-.348.386-.991.347-1.316-.047C7.841 19.921 4.384 16.457.918 13c-.245-.259-.575-.502-.62-.882-.05-.306.106-.596.32-.803C4.16 7.773 7.706 4.231 11.246.685c.101-.096.204-.192.323-.266m.234.373c-.253.173-.45.412-.667.623-3.398 3.403-6.803 6.8-10.2 10.204a.468.468 0 0 0 .01.756c3.397 3.402 6.8 6.799 10.198 10.2.238.226.443.497.734.656.223.058.394-.101.54-.241 3.38-3.383 6.762-6.763 10.144-10.144.226-.239.498-.445.66-.737.073-.221-.09-.398-.23-.544-3.544-3.538-7.081-7.081-10.624-10.62-.138-.148-.367-.282-.564-.154z"/><path d="M3.826 9.205a64.289 64.289 0 0 1 3.373.001c.203 0 .467.048.503.293.254.866.463 1.747.701 2.62.103.43.271.876.133 1.318-.24.768.03 1.6-.173 2.363-.276.042-.557.022-.835.025-.05-.529-.026-1.062-.035-1.594-1.222-.034-2.444-.006-3.667-.016.002-.928-.005-1.855.005-2.784 1.356-.096 2.714-.046 4.072-.044-.132-.634-.262-1.273-.476-1.883-1.19-.139-2.402-.049-3.6-.053v-.246zM14.784 9.475c.05-.265.368-.265.581-.274 1.153-.024 2.312-.03 3.462.076l.084.228c-.656.02-1.324-.118-1.972-.005-.144.186-.062.43-.079.646.233-.193.454-.401.68-.601-.077.223-.15.448-.228.67.523.004 1.049-.008 1.572.016-.488.17-.992.29-1.488.438.365.372.743.731 1.1 1.111-.509-.269-.996-.578-1.496-.863-.071.287-.143.572-.217.857-.068-.252-.133-.506-.202-.758-.162.212-.314.433-.472.649l.076-.602c-.51.113-1.016.241-1.53.335.409-.206.835-.385 1.23-.622a4.178 4.178 0 0 0-1.157-.256c.006.494-.204.959-.218 1.452 1.451-.043 2.904-.055 4.355.023.002.186.005.373.01.559-1.003.014-2.005.004-3.008.007.001.312.004.625.007.938.998-.006 1.997-.004 2.995-.001l-.001 1.19h-3.794c-.001.379.005.758-.038 1.135-.308-.019-.644.056-.935-.05-.122-.517-.019-1.076-.05-1.61.018-.37-.152-.71-.179-1.074.005-.292.122-.563.202-.839.258-.919.45-1.856.712-2.774m.034.821c.058.066.118.132.178.197.323-.062.653-.056.98-.058-.067-.326-.132-.654-.196-.982.217.209.425.428.665.61.167-.148.286-.348.35-.56-.55-.113-1.124-.061-1.68-.025-.217.19-.182.563-.298.818m-.397 2.321c-.32.154-.325.646-.007.804.388.154 1.121.104 1.072-.467-.1-.472-.704-.457-1.064-.337zM9.103 10.188c.119-.539.685-.691 1.123-.884.155.2.403.379.394.66.001.248-.016.497-.026.745-.414-.042-.824-.157-1.242-.088a95.647 95.647 0 0 1-.248-.433zM11.188 10.403c.228-.294.508-.538.803-.76.226.23.529.334.832.419-.038.301-.072.602-.119.902-.338.27-.606.629-.991.839-.132-.481-.264-.971-.524-1.4zM9.876 11.182l.121-.02.029.101c-.239 1.019-.582 2.014-.852 3.025.469-.56.884-1.164 1.331-1.744.262-.337.479-.724.833-.976a.795.795 0 0 1-.21.522c-.486.634-.962 1.274-1.444 1.912-.227.301-.485.589-.624.946.544-.272 1.015-.664 1.543-.962.071.224-.152.306-.281.418-.422.305-.882.563-1.256.929.844.006 1.67-.193 2.51-.235.062.058.124.118.182.18-.922.137-1.853.21-2.778.325-.109-.101-.22-.2-.332-.298.408-1.374.781-2.76 1.228-4.122z"/><path d="M11.297 12.695c.332.1.68.119 1.018.2.064.157.074.341-.038.479-.206.322-.386.662-.482 1.036-.403-.229-.832-.528-.991-.977.05-.296.346-.485.494-.738zM11.904 14.56c.508-.035 1.01-.11 1.518-.151.001.434.024.875.222 1.271a3.81 3.81 0 0 0-1.583.089c-.181-.38-.128-.802-.157-1.208z"/></symbol><symbol viewBox="0 0 24 24" id="warning--hairpin-curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M.354 12.832l10.83 10.831a1.212 1.212 0 0 0 1.675 0l10.794-10.831c.471-.448.471-1.211 0-1.682L12.859.341c-.486-.456-1.203-.456-1.675 0L.354 11.15c-.471.471-.471 1.233 0 1.682z"/><path d="M.495 12.622l10.854 10.854c.388.395.941.395 1.308 0L23.51 12.622a.89.89 0 0 0 0-1.285L12.657.484c-.367-.352-.92-.352-1.308 0L.495 11.337a.916.916 0 0 0 0 1.285z"/><path fill="#fee011" d="M.824 12.316L11.693 23.17a.453.453 0 0 0 .621 0l10.891-10.854c.187-.201.187-.47 0-.65L12.314.812a.414.414 0 0 0-.621 0L.824 11.666c-.187.179-.187.448 0 .65z"/><path d="M16.005 8.698c0-2.645-2.063-4.709-4.589-4.709a4.596 4.596 0 0 0-4.59 4.59l-.007 1.032-1.653-.523c-.216 0-.456.224-.456.479 0 .097.06.216.098.262l3.334 4.918 3.296-4.881a.616.616 0 0 0 .098-.299.475.475 0 0 0-.464-.479l-1.666.523.015-1.032c-.007-1.106.89-2.003 1.996-2.003s2.003.897 2.003 2.122v9.875h2.586V8.698z"/></symbol><symbol viewBox="0 0 24 24" id="warning--hairpin-curve-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.872 1.38h.227a1.664 1.664 0 0 1 1.326.856C16.865 8.2 20.3 14.168 23.74 20.133c.119.205.205.427.26.658v.449a1.635 1.635 0 0 1-1.376 1.381H1.396c-.593-.089-1.128-.51-1.307-1.088-.164-.464-.071-.985.187-1.398C3.715 14.173 7.15 8.208 10.588 2.247c.252-.481.749-.799 1.284-.865M2.519 20.498c6.326.002 12.653.002 18.979.001-3.161-5.488-6.32-10.975-9.488-16.458-3.169 5.483-6.329 10.97-9.491 16.457z"/><path fill="#fff" d="M2.519 20.498C5.681 15.012 8.841 9.524 12.01 4.041c3.168 5.483 6.328 10.97 9.488 16.458-6.326.001-12.653.001-18.979-.001m8.039-9.544c-.624.424-1.206.971-1.484 1.687-.755 1.518-1.032 3.205-1.532 4.813l.404.119c-.534-.116-1.062-.258-1.597-.367.496.934 1 1.864 1.498 2.797.846-.619 1.697-1.234 2.544-1.854-.401-.09-.796-.21-1.202-.271.431-1.303.788-2.63 1.174-3.948.17-.474.348-.978.731-1.326.424-.394 1.156-.427 1.574-.011.276.222.469.535.548.88.462 1.981.768 3.994 1.058 6.006.594-.018 1.188-.042 1.782-.061-.246-1.615-.49-3.232-.718-4.849-.235-1.534-1.001-3.166-2.483-3.836-.752-.156-1.636-.263-2.297.222z"/><path d="M10.558 10.954c.661-.485 1.544-.378 2.297-.222 1.482.671 2.248 2.303 2.483 3.836.228 1.618.472 3.234.718 4.849-.594.019-1.188.043-1.782.061-.29-2.012-.596-4.025-1.058-6.006a1.59 1.59 0 0 0-.548-.88c-.419-.416-1.151-.383-1.574.011-.383.348-.56.852-.731 1.326-.385 1.318-.743 2.645-1.174 3.948.407.061.802.181 1.202.271-.847.62-1.698 1.235-2.544 1.854-.498-.934-1.002-1.864-1.498-2.797.535.109 1.063.251 1.597.367l-.404-.119c.5-1.608.778-3.295 1.532-4.813.278-.716.86-1.264 1.484-1.687z"/></symbol><symbol viewBox="0 0 24 24" id="warning--hairpin-curve-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.832 1.38h.302a1.654 1.654 0 0 1 1.273.869c3.438 5.963 6.875 11.927 10.314 17.888.372.588.343 1.43-.137 1.951-.252.294-.619.462-.995.532H1.39c-.719-.089-1.306-.695-1.391-1.411v-.341c.046-.26.133-.51.27-.736 3.454-5.988 6.9-11.98 10.355-17.966.246-.439.714-.718 1.207-.786m.159 2.662C8.827 9.53 5.665 15.018 2.505 20.507c6.325.002 12.65 0 18.977.001-3.162-5.49-6.325-10.979-9.492-16.466z"/><path fill="#fff" d="M11.99 4.042c3.167 5.488 6.33 10.976 9.492 16.466-6.326-.001-12.652.001-18.977-.001 3.16-5.489 6.322-10.978 9.485-16.465m-.708 4.533c-1.163.313-2.08 1.344-2.292 2.524-.104.473-.059.96-.077 1.44-.336-.098-.668-.214-1.007-.302-.264-.036-.451.302-.295.508.702 1.045 1.411 2.084 2.119 3.125.707-1.04 1.423-2.076 2.12-3.125.168-.215-.047-.581-.325-.499-.33.086-.652.2-.98.295.02-.51-.084-1.054.164-1.525.293-.66 1.074-1.058 1.778-.888.718.146 1.283.839 1.271 1.572.012 2.827.004 5.653.005 8.48.541.001 1.084.001 1.625-.001-.001-2.864.002-5.73-.011-8.596a3.281 3.281 0 0 0-1.415-2.566 3.205 3.205 0 0 0-2.681-.442z"/><path d="M11.282 8.575a3.201 3.201 0 0 1 2.681.442 3.281 3.281 0 0 1 1.415 2.566c.013 2.866.01 5.731.011 8.596-.541.002-1.084.002-1.625.001-.001-2.827.007-5.653-.005-8.48.012-.733-.553-1.426-1.271-1.572-.704-.17-1.486.228-1.778.888-.248.472-.144 1.015-.164 1.525.329-.095.65-.209.98-.295.278-.082.493.284.325.499-.697 1.049-1.414 2.084-2.12 3.125-.708-1.04-1.417-2.08-2.119-3.125-.156-.205.031-.544.295-.508.338.089.671.204 1.007.302.018-.48-.028-.967.077-1.44.212-1.18 1.129-2.21 2.292-2.524z"/></symbol><symbol viewBox="0 0 24 24" id="warning--hairpin-curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M23.652 12.832l-10.83 10.831a1.212 1.212 0 0 1-1.675 0L.353 12.832c-.471-.448-.471-1.211 0-1.682L11.147.341c.486-.456 1.203-.456 1.675 0l10.83 10.809c.471.471.471 1.233 0 1.682z"/><path d="M23.511 12.622L12.657 23.476c-.388.395-.941.395-1.308 0L.496 12.622a.89.89 0 0 1 0-1.285L11.349.484c.367-.352.92-.352 1.308 0l10.854 10.853a.916.916 0 0 1 0 1.285z"/><path fill="#fee011" d="M23.182 12.316L12.313 23.17a.453.453 0 0 1-.621 0L.801 12.316c-.187-.201-.187-.47 0-.65L11.692.812a.414.414 0 0 1 .621 0l10.869 10.854c.187.179.187.448 0 .65z"/><path d="M8.001 8.698c0-2.645 2.063-4.709 4.589-4.709a4.596 4.596 0 0 1 4.59 4.59l.007 1.032 1.653-.523c.216 0 .456.224.456.479 0 .097-.06.216-.098.262l-3.334 4.918-3.296-4.881a.616.616 0 0 1-.098-.299c0-.254.203-.479.464-.479l1.666.523-.015-1.032c.007-1.106-.89-2.003-1.996-2.003s-2.003.897-2.003 2.122v9.875H8V8.698z"/></symbol><symbol viewBox="0 0 24 24" id="warning--hairpin-curve-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.489 23.761a.724.724 0 0 0 1.023 0l11.25-11.25a.724.724 0 0 0 0-1.023L12.512.238a.723.723 0 0 0-1.022 0L.24 11.488a.723.723 0 0 0 0 1.023l11.25 11.25z"/><path d="M11.652 23.599c.096.096.212.144.348.144s.252-.048.348-.144l11.25-11.25c.096-.096.144-.212.144-.348s-.048-.252-.144-.348L12.348.403C12.252.307 12.136.259 12 .259s-.252.048-.348.144L.402 11.653c-.096.096-.144.212-.144.348s.048.252.144.348l11.25 11.25z"/><path fill="#ffd520" d="M11.898 23.353c.028.028.062.042.102.042s.074-.014.102-.042l11.25-11.25c.028-.028.042-.062.042-.102s-.014-.074-.043-.102L12.101.649c-.028-.028-.062-.042-.102-.042s-.074.014-.102.042L.647 11.899c-.028.028-.042.063-.043.102s.014.074.042.102l11.25 11.25z"/><path d="M12.849 10.679l2.713 3.895 2.761-3.873a.42.42 0 0 0-.484-.644l-1.195.379-.001-.128a4.649 4.649 0 1 0-9.299-.017v6.734h2.119v-6.728a2.523 2.523 0 0 1 5.047.01l-.001.121-1.198-.387a.417.417 0 0 0-.462.638z"/></symbol><symbol viewBox="0 0 24 24" id="warning--hairpin-curve-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.831 1.38h.313c.533.061 1.02.386 1.268.864 3.462 6.017 6.937 12.028 10.393 18.049.52.929-.13 2.207-1.189 2.327H1.418A1.646 1.646 0 0 1 0 21.214v-.32c.035-.24.106-.475.228-.685C3.679 14.219 7.135 8.231 10.586 2.24c.242-.472.724-.785 1.244-.859m.169 2.656c-3.162 5.491-6.329 10.98-9.493 16.47 6.326.002 12.653.001 18.979.001-3.161-5.491-6.326-10.98-9.486-16.471z"/><path fill="#fff" d="M11.999 4.037c3.16 5.491 6.325 10.98 9.486 16.471-6.326 0-12.653.001-18.979-.001 3.164-5.49 6.331-10.979 9.493-16.47m-1.59 4.755a3.254 3.254 0 0 0-1.69 2.08c-.169.581-.086 1.189-.11 1.784-.01 2.507-.001 5.015-.005 7.523.539.002 1.078.001 1.616 0 .001-2.864-.001-5.729.011-8.593.034-.476.301-.925.686-1.204.716-.539 1.846-.296 2.282.484.33.498.226 1.11.24 1.673-.324-.095-.642-.204-.967-.292-.288-.092-.512.29-.326.51.695 1.043 1.408 2.076 2.113 3.112.707-1.043 1.42-2.082 2.122-3.13.155-.204-.043-.548-.305-.502-.338.09-.67.204-1.006.304-.011-.439.032-.882-.05-1.315a3.273 3.273 0 0 0-1.805-2.459 3.195 3.195 0 0 0-2.807.025z"/><path d="M10.409 8.792a3.192 3.192 0 0 1 2.807-.025c.96.452 1.655 1.41 1.805 2.459.083.433.04.876.05 1.315.336-.1.667-.214 1.006-.304.262-.047.46.298.305.502-.702 1.048-1.415 2.087-2.122 3.13-.706-1.036-1.418-2.069-2.113-3.112-.186-.22.038-.602.326-.51.325.088.643.197.967.292-.014-.563.09-1.175-.24-1.673-.437-.78-1.566-1.022-2.282-.484a1.659 1.659 0 0 0-.686 1.204c-.012 2.864-.01 5.729-.011 8.593-.539.001-1.078.002-1.616 0 .004-2.508-.005-5.016.005-7.523.024-.595-.059-1.204.11-1.784a3.251 3.251 0 0 1 1.69-2.08z"/></symbol><symbol viewBox="0 0 24 24" id="warning--height-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M.527 10.717L10.783.52c.676-.672 1.824-.622 2.552.111L23.377 10.73c.728.733.772 1.881.097 2.553L13.217 23.481c-.675.671-1.823.621-2.552-.111L.623 13.27c-.728-.732-.772-1.881-.096-2.552z"/><path fill="gold" d="M1.188 11.153l10.027-9.968c.437-.435 1.18-.403 1.651.072l9.881 9.939c.471.474.5 1.218.063 1.652l-10.027 9.969c-.437.435-1.18.403-1.652-.071L1.25 12.807c-.471-.474-.499-1.218-.063-1.653z"/><path fill="none" stroke="#000" stroke-width=".779" stroke-miterlimit="2.613" d="M1.188 11.153l10.027-9.968c.437-.435 1.18-.403 1.651.072l9.881 9.939c.471.474.5 1.218.063 1.652l-10.027 9.969c-.437.435-1.18.403-1.652-.071L1.25 12.807c-.471-.474-.499-1.218-.063-1.653z"/><path d="M6.118 12.666v.1h1.015v-1.498h-.09l-.925 1.398zm-.947.049l2.077-2.913a.045.045 0 0 1 .036-.021h.75c.023 0 .043.014.044.043v2.923h.484c.023-.001.048.014.048.042v.739a.044.044 0 0 1-.041.046h-.561v.907c.002.026-.018.048-.04.048h-.77c-.028.001-.047-.018-.047-.043v-.882H5.202c-.025-.002-.042-.022-.042-.042l.001-.821.009-.026zM9.106 19.175l2.956-2.976c.019-.021.047-.021.067 0l2.714 2.97a.044.044 0 0 1-.025.078H9.135c-.041-.005-.051-.052-.03-.073zM9.106 4.911l2.956 2.976c.019.021.047.021.067 0l2.714-2.971c.033-.031.01-.074-.025-.078H9.135c-.041.005-.051.052-.03.073zM15.967 11.544h-.636c-.018.001-.038.011-.041.04v2.902c.001.023.016.042.042.043h.643a.042.042 0 0 0 .044-.042v-1.893c.286-.276.726-.244.934.002l.002 1.888a.042.042 0 0 0 .04.044h.717a.044.044 0 0 0 .041-.039l-.001-1.894c.29-.291.671-.258.887 0l.001 1.886c-.001.021.008.045.043.048h.712c.02 0 .042-.015.043-.042l-.001-2.204c-.099-.738-1.35-1.067-2.034-.497-.02.018-.039.024-.054.013-.343-.318-.773-.437-1.247-.031-.041.019-.079.028-.092-.032v-.15c.001-.021-.019-.041-.043-.042zM9.373 15.454c-.055.134-.204.103-.187-.046l.005-1.219c.191-.496.88-.249.789.212l-.607 1.052zM10.621 13.245l.895-.091a.759.759 0 0 0 .227.48.612.612 0 0 0 .434.178.608.608 0 0 0 .478-.228c.129-.153.195-.383.195-.69 0-.287-.065-.503-.194-.647s-.297-.216-.503-.216c-.257 0-.489.115-.693.343l-.729-.107.46-2.439h2.376v.84h-1.694l-.141.796c.201-.1.404-.15.614-.15.398 0 .736.145 1.013.434s.415.667.415 1.13c0 .385-.111.73-.334 1.032-.305.414-.728.619-1.27.619-.433 0-.786-.116-1.058-.347s-.437-.544-.489-.937z"/></symbol><symbol viewBox="0 0 24 24" id="warning--height-restriction--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.081.398c.377-.457 1.126-.49 1.523-.042 3.571 3.55 7.12 7.122 10.687 10.676.268.247.482.595.421.974-.038.445-.434.72-.719 1.019-3.461 3.463-6.93 6.918-10.387 10.385-.318.348-.884.44-1.277.168-.298-.217-.533-.505-.796-.761C7.137 19.414 3.729 16.021.332 12.621c-.184-.173-.283-.408-.332-.65v-.164c.049-.281.186-.538.396-.73C3.96 7.52 7.513 3.951 11.081.398m.492.381C8.019 4.305 4.488 7.857.947 11.395c-.154.167-.408.346-.31.608.128.248.366.415.553.616 3.464 3.456 6.925 6.914 10.386 10.375a.39.39 0 0 0 .593-.017c3.601-3.595 7.2-7.194 10.8-10.792.222-.181.152-.504-.058-.66A7173.346 7173.346 0 0 0 12.229.841c-.158-.202-.474-.287-.656-.064z"/><path fill="#231f20" d="M9.901 4.208h3.883c-.653 1.116-1.285 2.245-1.949 3.355-.64-1.122-1.288-2.238-1.934-3.355zM5.316 9.706c.325-.001.65-.002.976-.001.002.906 0 1.812.001 2.719l.482.001v.662c-.161 0-.323.001-.484.004v.956h-.857l-.001-.959-1.712-.001c.016-.322-.079-.684.132-.961.491-.805.977-1.612 1.463-2.42m-.962 2.716c.36.002.721.001 1.081.001l.018-1.877c-.372.622-.737 1.248-1.099 1.876zM9.607 9.707c.227-.002.452-.004.679-.002v4.343h-.857v-2.982c-.346 0-.69-.002-1.034-.001l-.001-.589c.523.042 1.134-.184 1.213-.768zM12.372 9.751c.535-.097 1.183.001 1.496.496.397.648.39 1.451.35 2.185-.055.596-.216 1.303-.803 1.596-.632.271-1.531.16-1.87-.508-.361-.728-.341-1.584-.25-2.372.068-.61.406-1.297 1.075-1.397m.046.751c-.276.256-.26.671-.293 1.016-.002.552-.054 1.133.145 1.658.164.45.896.377.98-.095.167-.728.154-1.504.018-2.237-.054-.386-.545-.588-.851-.343zM16.156 11.276c.347-.709 1.459-.767 1.848-.068a1.122 1.122 0 0 1 1.411-.389c.372.151.596.547.59.942.016.762.001 1.524.006 2.287l-.859-.001c-.005-.643.005-1.288-.002-1.931-.001-.227-.026-.508-.246-.635-.3-.158-.751.037-.775.397-.056.721-.01 1.446-.025 2.168h-.856c-.016-.748.029-1.499-.023-2.245-.061-.542-.99-.476-1.003.061-.052.727-.007 1.457-.023 2.185l-.854-.001v-3.254l.82-.001-.008.485zM6.995 14.029c.01-.289.012-.58.011-.87l.917.001c-.016.449.064.924-.11 1.35-.139.334-.492.487-.814.586-.044-.214.028-.362.215-.446.232-.106.266-.372.323-.59-.18-.007-.361-.019-.541-.03zM11.831 16.212c.683 1.093 1.286 2.234 1.956 3.337-1.295.024-2.59.005-3.884.01.641-1.116 1.292-2.227 1.928-3.347z"/><path fill="#fd0" d="M11.573.779c.182-.223.498-.138.656.064 3.564 3.558 7.126 7.117 10.682 10.684.21.156.28.479.058.66-3.6 3.598-7.199 7.196-10.8 10.792a.39.39 0 0 1-.593.017C8.115 19.535 4.654 16.077 1.19 12.621c-.187-.2-.425-.367-.553-.616-.098-.263.156-.442.31-.608C4.488 7.858 8.019 4.306 11.573.781M9.901 4.208c.647 1.117 1.295 2.233 1.934 3.355.664-1.11 1.296-2.239 1.949-3.355H9.901M5.316 9.706c-.486.809-.972 1.615-1.463 2.42-.211.277-.116.64-.132.961l1.712.001.001.959h.857v-.956c.161-.002.323-.004.484-.004v-.662l-.482-.001c-.001-.907.001-1.813-.001-2.719-.325-.001-.65 0-.976.001m4.291.001c-.079.584-.69.81-1.213.768l.001.589c.344-.001.689.001 1.034.001v2.982h.857V9.704c-.227-.001-.452 0-.679.002m2.765.045c-.67.1-1.007.787-1.075 1.397-.091.788-.112 1.644.25 2.372.338.667 1.237.779 1.87.508.587-.293.748-1 .803-1.596.04-.734.047-1.537-.35-2.185-.313-.494-.961-.593-1.496-.496m3.782 1.525c.004-.162.006-.323.008-.485l-.82.001v3.254l.854.001c.016-.728-.029-1.458.023-2.185.013-.538.942-.604 1.003-.061.052.746.007 1.498.023 2.245h.856c.016-.722-.031-1.447.025-2.168.024-.36.475-.556.775-.397.22.127.245.408.246.635.007.643-.002 1.288.002 1.931l.859.001c-.005-.763.01-1.525-.006-2.287.006-.395-.218-.791-.59-.942a1.12 1.12 0 0 0-1.411.389c-.389-.698-1.501-.641-1.848.068m-9.16 2.753c.18.011.361.023.541.03-.056.218-.091.485-.323.59-.187.084-.259.233-.215.446.322-.098.674-.252.814-.586.174-.426.095-.901.11-1.35l-.917-.001c.001.29-.001.581-.011.87m4.837 2.184c-.636 1.12-1.288 2.231-1.928 3.347 1.295-.005 2.59.014 3.884-.01-.67-1.103-1.273-2.244-1.956-3.337z"/><path fill="#fd0" d="M12.416 10.502c.306-.245.797-.043.851.343.136.733.149 1.508-.018 2.237-.084.472-.816.545-.98.095-.199-.526-.148-1.106-.145-1.658.032-.346.017-.761.293-1.016zM4.354 12.422c.362-.628.727-1.254 1.099-1.876l-.018 1.877c-.36 0-.721.001-1.081-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--height-restriction--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.863 1.38h.248a1.67 1.67 0 0 1 1.315.86c3.439 5.963 6.874 11.929 10.313 17.892.118.204.205.425.26.654v.456a1.638 1.638 0 0 1-1.374 1.378H1.392C.335 22.506-.349 21.224.19 20.296 3.646 14.273 7.122 8.262 10.588 2.244c.25-.479.743-.794 1.274-.864M2.519 20.5h18.98c-3.162-5.486-6.322-10.975-9.49-16.458C8.84 9.525 5.679 15.012 2.518 20.5z"/><path fill="#fff" d="M2.519 20.5C5.68 15.012 8.841 9.525 12.01 4.042c3.168 5.483 6.328 10.972 9.49 16.458H2.52M9.539 9.404c.821 1.426 1.646 2.849 2.472 4.273.818-1.428 1.648-2.849 2.471-4.273H9.539m-1.617 4.905c-.614.779-1.229 1.556-1.835 2.341v.625l2.022.001.001.614.727.001.001-.614.422-.002v-.678l-.422-.001c-.002-.763.001-1.525-.001-2.287h-.916m3.149 2.541l.001.529c.564.001 1.127-.001 1.691.002v.51l.61-.001v-.509l.354-.004v-.565l-.353-.001c-.002-.637 0-1.274-.001-1.912a98.049 98.049 0 0 0-.767 0c-.514.649-1.031 1.295-1.535 1.95m4.333-.966l-.102-.133-.52.008c0 .712-.001 1.422.001 2.134h.57c.02-.458-.04-.924.038-1.379.074-.319.622-.364.655-.002.044.458.007.92.02 1.381h.571c.028-.46-.056-.931.048-1.382.074-.323.614-.353.659-.001.056.458.01.923.025 1.384h.572c-.017-.542.036-1.09-.029-1.63-.145-.616-1.003-.742-1.394-.283-.275-.316-.8-.397-1.116-.096m-5.137 1.422c-.251.04-.348.402-.149.56.163.192.518.068.551-.178.048-.227-.18-.443-.402-.383m.889 2.739h1.712c-.281-.485-.569-.964-.856-1.444-.29.478-.576.96-.857 1.444z"/><path fill="#fff" d="M6.962 16.595c.377-.474.761-.943 1.147-1.409l.001 1.409c-.383.001-.766.002-1.148 0zM11.821 16.811c.308-.397.624-.788.94-1.18.002.392.001.786.001 1.18-.314.001-.628.002-.941 0z"/><path d="M9.539 9.404h4.943c-.823 1.424-1.652 2.845-2.471 4.273-.826-1.424-1.651-2.848-2.472-4.273zM7.922 14.309h.916c.002.762-.001 1.524.001 2.287l.422.001v.678l-.422.002-.001.614-.727-.001-.001-.614-2.022-.001v-.625c.606-.785 1.22-1.562 1.835-2.341m-.961 2.286c.383.002.766.001 1.148 0l-.001-1.409c-.386.466-.77.935-1.147 1.409zM11.07 16.85c.504-.655 1.021-1.301 1.535-1.95h.767c.001.637-.001 1.274.001 1.912l.353.001v.565l-.354.004v.509l-.61.001v-.51c-.564-.004-1.127-.001-1.691-.002l-.001-.529m.751-.04c.313.002.626.001.941 0 0-.394.001-.787-.001-1.18-.316.391-.631.782-.94 1.18zM15.403 15.883c.316-.301.841-.22 1.116.096.391-.458 1.249-.332 1.394.283.065.54.012 1.087.029 1.63h-.572c-.016-.461.031-.925-.025-1.384-.044-.352-.584-.322-.659.001-.104.451-.02.923-.048 1.382h-.571c-.013-.461.024-.923-.02-1.381-.034-.361-.581-.317-.655.002-.078.455-.018.92-.038 1.379h-.57c-.002-.712-.001-1.422-.001-2.134l.52-.008.102.133zM10.264 17.306c.222-.06.45.156.402.383-.032.246-.388.37-.551.178-.199-.158-.102-.521.149-.56zM11.153 20.044c.281-.484.566-.966.857-1.444.287.48.575.959.856 1.444h-1.712z"/></symbol><symbol viewBox="0 0 24 24" id="warning--height-restriction--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fd0" d="M11.862 0h.253c.266.052.518.169.707.368 3.584 3.581 7.164 7.168 10.75 10.747.214.2.364.457.428.744v.253a1.386 1.386 0 0 1-.428.77C20.17 16.28 16.77 19.684 13.37 23.084c-.362.349-.69.793-1.207.914h-.202c-.557-.025-.906-.491-1.268-.85-3.28-3.281-6.559-6.562-9.84-9.841-.336-.347-.766-.665-.852-1.172v-.245c.065-.524.51-.847.85-1.199L10.692.849c.346-.337.664-.763 1.171-.851m-.288.438c-.226.164-.407.378-.606.572C7.609 4.368 4.25 7.73.888 11.089c-.25.257-.592.511-.578.91-.014.398.328.654.576.911 3.506 3.5 7.007 7.007 10.512 10.508a.81.81 0 0 0 1.204-.002c3.605-3.601 7.207-7.204 10.81-10.807a.814.814 0 0 0 .004-1.212C19.815 7.793 16.211 4.191 12.608.589c-.252-.287-.71-.374-1.031-.152z"/><path fill="#fd0" d="M11.794.865c.173-.156.418-.037.547.115 3.56 3.559 7.118 7.122 10.681 10.68.137.133.305.318.209.524-.137.216-.34.38-.516.563-3.463 3.46-6.922 6.923-10.385 10.382a.404.404 0 0 1-.662.002c-3.44-3.438-6.877-6.878-10.316-10.316-.197-.204-.422-.388-.582-.624-.114-.244.115-.438.266-.594C4.63 8.028 8.186 4.417 11.794.864m-.238.608l-.001 2.116-.874-.872c.018.437-.042.882.025 1.314.416.448.866.865 1.294 1.303.439-.436.871-.877 1.315-1.308.007-.437.006-.872.004-1.308l-.874.871-.001-2.116h-.888M7.922 6.704c-.005 2.704-.001 5.408-.002 8.112h8.16c-.001-2.702.004-5.405-.002-8.106.042-.336-.248-.654-.592-.605-2.326-.002-4.65-.002-6.974 0-.34-.047-.631.266-.589.599m.067 8.33l.002.486h8.016l.002-.486a5361.37 5361.37 0 0 0-8.021 0m-.002.976c-.017.563-.029 1.13.007 1.693.1.264.422.178.641.198.205-.023.482.056.611-.158.048-.226.029-.458.031-.686.595.001 1.19-.006 1.787.004.48.512 1.39.514 1.87 0 .596-.01 1.193-.002 1.789-.004.004.23-.019.466.035.694.127.208.397.128.599.151.235-.006.632.059.658-.272.008-.565.04-1.136-.017-1.699-.217-.305-.672-.133-.99-.164-.43.046-.246.599-.283.89-.598-.001-1.195.005-1.793-.004-.476-.504-1.381-.516-1.855-.004-.6.016-1.2.004-1.8.007 0-.233.011-.466-.016-.697-.086-.262-.406-.186-.614-.205-.224.014-.629-.067-.659.257m2.697 3.964a63.39 63.39 0 0 0-.004 1.308l.874-.871c.001.706 0 1.41 0 2.116h.889l.001-2.116.874.871c.002-.434.002-.869-.002-1.304-.442-.433-.876-.875-1.316-1.312-.439.436-.871.877-1.315 1.308z"/><path d="M11.575.436c.32-.222.779-.134 1.031.152 3.604 3.602 7.207 7.205 10.808 10.808a.813.813 0 0 1-.004 1.212A18357.07 18357.07 0 0 1 12.6 23.415a.81.81 0 0 1-1.204.002C7.891 19.915 4.39 16.409.884 12.909c-.248-.257-.59-.512-.576-.911-.013-.398.329-.653.578-.91C4.248 7.729 7.607 4.367 10.967 1.007c.199-.194.38-.408.606-.572m.221.43C8.186 4.418 4.63 8.029 1.036 11.598c-.151.156-.38.35-.266.594.16.236.385.42.582.624 3.439 3.438 6.876 6.878 10.316 10.316a.405.405 0 0 0 .662-.002c3.463-3.46 6.922-6.923 10.385-10.382.176-.182.379-.347.516-.563.096-.206-.072-.391-.209-.524C19.459 8.103 15.901 4.54 12.341.981c-.13-.152-.374-.271-.547-.115z"/><path d="M11.556 1.472h.888l.001 2.116.874-.871c.002.436.004.871-.004 1.308-.444.431-.876.872-1.315 1.308-.427-.438-.877-.856-1.294-1.303-.067-.432-.007-.877-.025-1.314l.874.872.001-2.116zM7.922 6.704c-.042-.332.25-.646.589-.599 2.324-.002 4.649-.002 6.974 0 .343-.049.634.269.592.605.006 2.701.001 5.404.002 8.106h-8.16c.001-2.704-.002-5.408.002-8.112zM7.99 15.034c2.674-.002 5.347-.002 8.021 0l-.002.486H7.993a78.734 78.734 0 0 1-.002-.486zM7.987 16.01c.03-.324.434-.242.659-.257.209.019.528-.056.614.205.026.232.016.464.016.697.6-.004 1.2.008 1.8-.007.474-.512 1.379-.5 1.855.004.598.008 1.195.002 1.793.004.037-.292-.146-.845.283-.89.318.031.773-.14.99.164.056.563.025 1.134.017 1.699-.025.331-.422.266-.658.272-.202-.023-.472.056-.599-.151-.054-.228-.031-.463-.035-.694-.596.001-1.193-.006-1.789.004-.48.514-1.39.512-1.87 0-.596-.01-1.192-.002-1.787-.004-.002.228.017.461-.031.686-.128.215-.406.136-.611.158-.218-.02-.541.066-.641-.198a18.037 18.037 0 0 1-.007-1.693zM10.685 19.975c.444-.431.876-.872 1.315-1.308.44.437.875.878 1.316 1.312.005.436.005.87.002 1.304l-.874-.871-.001 2.116h-.889c0-.706.001-1.41 0-2.116l-.874.871c-.002-.436-.004-.871.004-1.308z"/></symbol><symbol viewBox="0 0 24 24" id="warning--height-restriction--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.446.156c.44-.271 1.038-.152 1.378.226 3.546 3.534 7.079 7.081 10.626 10.613.247.244.502.527.522.893.049.379-.149.736-.419.986-3.583 3.578-7.162 7.163-10.742 10.741-.337.372-.929.476-1.363.216-.239-.154-.425-.371-.625-.569-3.5-3.504-7.003-7.004-10.501-10.51-.436-.42-.4-1.175.043-1.576C3.843 7.689 7.332 4.212 10.811.728c.203-.2.396-.416.636-.572m.221.212c-.156.082-.282.206-.409.326C7.7 4.259 4.13 7.816.572 11.384c-.325.292-.368.844-.048 1.156 3.518 3.528 7.045 7.05 10.566 10.577.232.217.44.521.784.556a.813.813 0 0 0 .734-.269c3.498-3.499 6.996-7 10.496-10.496.221-.233.518-.444.57-.784.061-.304-.097-.593-.31-.796-3.563-3.562-7.128-7.12-10.688-10.682-.244-.284-.65-.446-1.008-.277z"/><path fill="#ffd033" d="M11.816.792c.19-.132.408.007.541.152 3.444 3.44 6.883 6.886 10.328 10.326.187.198.413.372.544.614.079.288-.208.466-.372.649-3.529 3.516-7.046 7.045-10.572 10.566a.377.377 0 0 1-.59-.005L.894 12.293c-.229-.174-.166-.499.044-.659 3.44-3.446 6.888-6.887 10.328-10.332.179-.175.344-.367.55-.511M3.817 9.349c2.695.006 5.39.001 8.086.002l.221.81c-.413.118-.839.196-1.235.365-.199.082-.263.317-.268.512-.02.377.002.755.002 1.133-.259.065-.515.144-.772.221.108.533.27 1.051.407 1.577l-.254.101.094.286c.312-.085.625-.167.938-.248.176.349.55.614.953.487.428-.078.601-.524.624-.911l.42-.113a35.537 35.537 0 0 0-.078-.312c.866-.233 1.733-.463 2.598-.698.089.47.503.886 1.009.805.587-.055.907-.73.69-1.252.337-.098.676-.19 1.014-.28l-1.001-3.733c-.749.136-1.496.278-2.243.43-.482.101-.979.168-1.43.382l-.348-.138-.311.284-.372-.367-.248.546a13.368 13.368 0 0 1-.18-.236l-.144.353c.01-2.729.002-5.456.004-8.184C9.267 3.896 6.538 6.619 3.817 9.35m-.001 5.283c2.723 2.73 5.456 5.447 8.178 8.178 2.72-2.73 5.452-5.449 8.174-8.178-5.45-.002-10.902-.001-16.352 0z"/><path fill="#ffd033" d="M10.981 10.793c.314-.098.631-.192.952-.27.097.358.193.715.286 1.074-.396.101-.786.234-1.194.283a17.949 17.949 0 0 1-.043-1.087z"/><path d="M11.668.368c.358-.169.764-.007 1.008.277 3.56 3.563 7.126 7.121 10.688 10.682.212.203.371.492.31.796-.052.34-.349.551-.57.784-3.5 3.497-6.998 6.997-10.496 10.496a.815.815 0 0 1-.734.269c-.343-.035-.552-.338-.784-.556C7.569 19.589 4.042 16.067.524 12.539c-.32-.312-.277-.864.048-1.156C4.13 7.815 7.7 4.259 11.259.693c.127-.12.253-.245.409-.326m.148.425c-.205.144-.371.336-.55.511C7.826 4.748 4.378 8.189.938 11.635c-.21.16-.274.485-.044.659l10.801 10.801c.149.19.44.194.59.005 3.526-3.521 7.043-7.05 10.572-10.566.164-.184.451-.361.372-.649-.131-.242-.356-.416-.544-.614C19.24 7.831 15.801 4.385 12.357.945c-.133-.145-.352-.284-.541-.152z"/><path d="M3.817 9.349c2.72-2.731 5.449-5.454 8.176-8.179-.001 2.728.006 5.455-.004 8.184l.144-.353c.044.06.134.178.18.236.083-.181.167-.364.248-.546l.372.367c.103-.095.206-.19.311-.284l.348.138c.451-.214.948-.281 1.43-.382.746-.151 1.494-.294 2.243-.43.332 1.244.667 2.489 1.001 3.733-.338.09-.677.181-1.014.28.217.522-.103 1.196-.69 1.252-.506.08-.92-.335-1.009-.805-.865.235-1.732.466-2.598.698l.078.312c-.14.037-.281.074-.42.113-.023.386-.196.833-.624.911-.403.127-.776-.138-.953-.487-.313.082-.626.163-.938.248a31.8 31.8 0 0 1-.094-.286l.254-.101c-.137-.526-.299-1.044-.407-1.577.257-.077.512-.156.772-.221 0-.378-.023-.756-.002-1.133.005-.196.068-.431.268-.512.396-.169.822-.247 1.235-.365l-.221-.81c-2.695-.001-5.39.004-8.086-.002m7.164 1.445c.002.362.019.725.043 1.087.408-.049.798-.182 1.194-.283a68 68 0 0 0-.286-1.074c-.32.078-.637.172-.952.27z"/><path d="M3.816 14.633c5.45-.001 10.902-.002 16.352 0-2.723 2.729-5.454 5.448-8.174 8.178-2.722-2.731-5.455-5.448-8.178-8.178z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horizontal-alignment-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.864 0h.266c.299.041.57.188.78.403 3.546 3.536 7.08 7.085 10.628 10.619.203.194.374.425.461.696v.577c-.113.419-.463.691-.754.988-3.322 3.32-6.643 6.643-9.965 9.965-.295.292-.569.644-.991.752h-.527c-.443-.096-.72-.469-1.027-.767C7.293 19.791 3.853 16.349.409 12.909a1.359 1.359 0 0 1-.41-.767v-.254c.068-.556.54-.899.901-1.272C4.162 7.36 7.42 4.1 10.679.842c.347-.338.674-.76 1.184-.842m-.191.402c-.191.07-.334.22-.478.356L1.054 10.899c-.197.2-.41.389-.577.617-.24.36-.17.881.146 1.174 3.48 3.48 6.966 6.954 10.444 10.436.209.199.397.454.69.53a.94.94 0 0 0 .953-.27c3.559-3.559 7.117-7.12 10.679-10.676a.944.944 0 0 0 .276-.942c-.073-.296-.324-.494-.524-.707C19.679 7.603 16.222 4.139 12.76.681c-.265-.298-.712-.446-1.087-.28z"/><path fill="#ffd033" d="M11.789.865c.216-.127.485-.034.637.148 3.54 3.54 7.082 7.078 10.618 10.621.226.18.244.553.016.739-3.558 3.563-7.126 7.115-10.684 10.679-.178.23-.564.214-.736-.017C8.086 19.472 4.518 15.921.961 12.36c-.21-.178-.198-.532.008-.707C4.406 8.205 7.853 4.77 11.293 1.325c.161-.157.311-.329.496-.46M7.604 6.281c.853 1.724 1.697 3.454 2.552 5.176.121.276.536.451.734.152.326-.455.39-1.038.58-1.555.8.41 1.61.898 2.135 1.649.39.534.474 1.211.47 1.854-.011 1.392.007 2.783-.012 4.174.788.03 1.578.006 2.368.014.002-1.434.008-2.867.004-4.301.001-.511-.025-1.028-.187-1.518-.028-.145-.121-.34.023-.455.827-.834 1.661-1.661 2.491-2.49-.353-.366-.718-.721-1.073-1.085-.767.743-1.519 1.502-2.272 2.26-.698-.864-1.621-1.525-2.628-1.985.358-.418.755-.803 1.099-1.231.185-.356-.211-.696-.556-.654-1.909-.013-3.82-.004-5.729-.005z"/><path d="M11.672.402c.376-.167.822-.018 1.087.28 3.462 3.458 6.919 6.922 10.381 10.38.2.212.451.41.524.707a.944.944 0 0 1-.276.942c-3.562 3.557-7.12 7.117-10.679 10.676a.94.94 0 0 1-.953.27c-.293-.077-.481-.331-.69-.53C7.588 19.645 4.102 16.171.622 12.691a.937.937 0 0 1-.146-1.174c.167-.228.38-.416.577-.617L11.193.759c.144-.137.287-.287.478-.356m.118.462c-.185.131-.335.302-.496.46C7.854 4.77 4.406 8.206.969 11.653c-.206.175-.218.529-.008.707 3.557 3.562 7.124 7.112 10.679 10.675.172.23.558.247.736.017 3.558-3.564 7.126-7.116 10.684-10.679.228-.186.21-.559-.016-.739-3.535-3.544-7.078-7.081-10.618-10.621-.152-.181-.421-.275-.637-.148z"/><path d="M7.604 6.281c1.909.001 3.82-.008 5.729.005.344-.042.74.298.556.654-.344.428-.742.814-1.099 1.231 1.007.46 1.93 1.121 2.628 1.985.752-.757 1.505-1.517 2.272-2.26.355.364.72.719 1.073 1.085-.83.829-1.664 1.656-2.491 2.49-.144.115-.05.31-.023.455.162.49.188 1.007.187 1.518.005 1.434-.001 2.867-.004 4.301-.79-.008-1.579.016-2.368-.014.019-1.391.001-2.782.012-4.174.004-.643-.08-1.32-.47-1.854-.524-.751-1.334-1.238-2.135-1.649-.19.517-.253 1.1-.58 1.555-.198.299-.613.124-.734-.152-.856-1.722-1.699-3.451-2.552-5.176z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horizontal-alignment-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.851 0h.248c.37.048.683.264.932.528 3.516 3.528 7.048 7.04 10.561 10.571.508.463.494 1.33-.013 1.787-3.443 3.444-6.888 6.886-10.33 10.331-.295.289-.581.646-1.01.725a1.23 1.23 0 0 1-1.146-.359c-3.562-3.558-7.12-7.122-10.682-10.68a1.428 1.428 0 0 1-.412-.773v-.245c.037-.334.205-.632.449-.858C3.849 7.623 7.253 4.223 10.654.819c.34-.346.686-.746 1.196-.818m-.281.417c-.24.15-.421.371-.623.565L.621 11.307c-.217.197-.364.485-.328.784.029.4.38.644.636.908l10.438 10.436a.858.858 0 0 0 1.118.102c3.542-3.498 7.045-7.038 10.573-10.553.217-.229.504-.426.593-.745.102-.332-.035-.694-.287-.919C19.802 7.757 16.24 4.194 12.676.633c-.27-.307-.745-.431-1.108-.215z"/><path fill="#ffdb00" d="M11.819.78c.27-.131.503.107.673.286 3.52 3.523 7.048 7.038 10.564 10.566.204.161.247.488.044.668-3.599 3.602-7.201 7.2-10.802 10.799-.173.205-.504.172-.659-.035C8.055 19.477 4.468 15.893.882 12.308c-.212-.186-.167-.524.047-.689C4.447 8.095 7.973 4.577 11.491 1.054c.103-.098.204-.202.328-.275M8.735 6.085c-.649 1.642-1.282 3.289-1.921 4.934 1.763-.101 3.527-.193 5.291-.299.391-.002.594-.54.301-.803-.347-.265-.733-.472-1.093-.718.882-.636 2.155-.668 3.052-.047.846.546 1.309 1.609 1.148 2.6-.106.748-.558 1.42-1.177 1.843-2.185 1.565-3.545 4.208-3.526 6.899h2.353c0-1.608.653-3.203 1.793-4.339.526-.559 1.231-.918 1.717-1.519 1.224-1.379 1.566-3.45.862-5.152-.647-1.634-2.209-2.875-3.959-3.09a4.957 4.957 0 0 0-3.641.904c-.121-.421-.205-.854-.35-1.267-.167-.344-.737-.323-.85.053z"/><path d="M11.569.418c.362-.216.838-.092 1.108.215 3.564 3.562 7.127 7.124 10.688 10.687.252.226.389.587.287.919-.089.319-.376.516-.593.745-3.528 3.515-7.031 7.055-10.573 10.553a.858.858 0 0 1-1.118-.102C7.889 19.956 4.41 16.476.93 12.999c-.256-.264-.607-.509-.636-.908-.036-.299.11-.587.328-.784C4.064 7.867 7.505 4.425 10.947.983c.202-.194.383-.415.623-.565m.249.362c-.124.073-.224.176-.328.275C7.973 4.578 4.447 8.095.929 11.62c-.214.164-.259.503-.047.689 3.586 3.584 7.172 7.169 10.757 10.756.155.206.486.24.659.035 3.601-3.599 7.204-7.196 10.802-10.799.203-.18.16-.508-.044-.668C19.54 8.105 16.012 4.59 12.492 1.067c-.17-.179-.403-.416-.673-.286z"/><path d="M8.735 6.085c.113-.376.683-.397.85-.053.145.413.229.846.35 1.267a4.966 4.966 0 0 1 3.641-.904c1.75.215 3.312 1.456 3.959 3.09.704 1.702.362 3.773-.862 5.152-.486.601-1.192.96-1.717 1.519a6.186 6.186 0 0 0-1.793 4.339H10.81c-.019-2.69 1.34-5.334 3.526-6.899.619-.424 1.072-1.096 1.177-1.843.161-.991-.302-2.054-1.148-2.6-.896-.622-2.17-.589-3.052.047.36.246.746.452 1.093.718.293.263.09.8-.301.803-1.764.106-3.528.198-5.291.299.64-1.645 1.272-3.293 1.921-4.934z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horizontal-alignment-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.864 0h.264c.328.042.613.223.838.458 3.527 3.522 7.048 7.05 10.578 10.568.202.193.368.422.456.69v.58c-.113.42-.467.694-.757.99l-9.956 9.955c-.298.294-.574.647-.997.758h-.527c-.445-.095-.724-.473-1.031-.772-3.444-3.443-6.886-6.888-10.331-10.33A1.346 1.346 0 0 1 0 12.14v-.254c.049-.301.197-.577.42-.786C3.979 7.54 7.54 3.98 11.1.422c.206-.215.47-.367.764-.424m-.288.445c-.146.077-.262.199-.379.312C7.818 4.137 4.436 7.517 1.056 10.897c-.199.204-.415.394-.582.626a.937.937 0 0 0 .151 1.168c3.584 3.58 7.162 7.166 10.75 10.742.352.366.995.336 1.325-.043 3.581-3.586 7.174-7.159 10.752-10.747.356-.364.313-1.002-.068-1.333C19.845 7.763 16.3 4.22 12.754.679c-.287-.325-.788-.457-1.177-.236z"/><path fill="#ffd033" d="M11.788.863c.215-.122.479-.031.632.146 3.544 3.541 7.09 7.082 10.628 10.63.223.18.235.55.011.734-3.563 3.563-7.13 7.12-10.691 10.684-.176.22-.553.21-.722-.013C8.09 19.478 4.519 15.927.962 12.362c-.214-.18-.199-.536.012-.713C4.428 8.183 7.894 4.73 11.35 1.265c.14-.139.275-.287.437-.402m-1.611 6.123c.346.403.718.785 1.068 1.184-1.007.458-1.931 1.12-2.629 1.984a268.769 268.769 0 0 0-2.269-2.261c-.356.36-.712.721-1.073 1.075.772.798 1.566 1.577 2.354 2.359.103.114.28.241.197.422-.115.434-.223.875-.221 1.328-.018 1.555 0 3.11-.004 4.664.788-.002 1.577.01 2.365-.007-.011-1.392 0-2.784-.01-4.177.002-.605.064-1.243.408-1.76.516-.808 1.367-1.316 2.198-1.745.143.437.246.888.427 1.312.085.186.224.397.452.408.211-.022.379-.188.466-.374.84-1.706 1.68-3.413 2.521-5.118-1.916.002-3.833-.01-5.749.006-.36-.048-.756.365-.503.7z"/><path d="M11.576.443c.389-.221.89-.089 1.177.236 3.546 3.541 7.091 7.084 10.63 10.631.382.331.425.97.068 1.333-3.578 3.588-7.171 7.162-10.752 10.747-.33.379-.973.409-1.325.043C7.786 19.857 4.209 16.27.624 12.691a.934.934 0 0 1-.151-1.168c.167-.233.383-.422.582-.626C4.435 7.517 7.817 4.136 11.196.755c.118-.113.233-.235.379-.312m.213.42c-.162.115-.296.263-.437.402C7.895 4.729 4.428 8.183.975 11.649c-.211.176-.226.533-.012.713 3.557 3.565 7.128 7.116 10.684 10.682.169.223.546.233.722.013 3.56-3.564 7.128-7.121 10.691-10.684.224-.185.212-.554-.011-.734-3.539-3.547-7.085-7.088-10.628-10.63-.154-.178-.418-.269-.632-.146z"/><path d="M10.176 6.986c-.253-.335.143-.748.503-.7 1.916-.016 3.833-.004 5.749-.006-.841 1.705-1.681 3.412-2.521 5.118-.086.186-.254.353-.466.374-.228-.011-.367-.222-.452-.408-.181-.424-.284-.875-.427-1.312-.832.428-1.682.937-2.198 1.745-.344.517-.406 1.156-.408 1.76.01 1.393-.001 2.785.01 4.177-.788.017-1.577.005-2.365.007.004-1.554-.014-3.109.004-4.664-.002-.454.106-.894.221-1.328.083-.181-.094-.308-.197-.422-.788-.782-1.583-1.561-2.354-2.359.361-.354.716-.715 1.073-1.075.762.749 1.517 1.504 2.269 2.261.698-.864 1.622-1.525 2.629-1.984-.35-.4-.722-.781-1.068-1.184z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horizontal-alignment-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.842 0h.276c.329.06.623.229.852.468 3.521 3.523 7.045 7.044 10.565 10.567.325.304.518.763.409 1.207-.091.457-.482.752-.788 1.069-3.424 3.419-6.841 6.844-10.265 10.261-.46.514-1.331.524-1.795.011C7.675 20.168 4.26 16.744.838 13.328c-.348-.342-.757-.68-.838-1.193v-.258c.053-.556.511-.908.874-1.277C4.257 7.22 7.637 3.837 11.019.455c.222-.232.509-.391.823-.456m-.274.42c-.281.184-.496.446-.736.678-3.323 3.32-6.643 6.646-9.968 9.965-.214.224-.487.433-.554.754a.873.873 0 0 0 .248.814c3.486 3.481 6.971 6.966 10.453 10.451.275.274.557.644.99.618.431.012.702-.366.979-.635 3.36-3.361 6.72-6.722 10.082-10.081.242-.251.568-.482.613-.857.06-.336-.127-.647-.367-.864-3.546-3.541-7.086-7.09-10.634-10.63-.27-.306-.744-.43-1.106-.212z"/><path fill="#ffdb00" d="M11.809.786c.234-.131.468.054.62.218 3.538 3.544 7.087 7.074 10.621 10.621.208.167.256.494.042.679-3.492 3.499-6.991 6.991-10.487 10.487-.211.199-.445.56-.784.414-.235-.155-.412-.379-.613-.571-3.42-3.419-6.836-6.841-10.261-10.256-.156-.137-.277-.367-.167-.569.176-.257.42-.456.635-.679 3.359-3.359 6.72-6.716 10.078-10.079.1-.095.198-.192.316-.265m2.598 5.215c-.167.416-.235.865-.37 1.292a4.982 4.982 0 0 0-3.485-.916c-1.379.13-2.676.886-3.492 2a5.004 5.004 0 0 0-.754 4.476c.328 1.074 1.042 2.01 1.958 2.652a6.24 6.24 0 0 1 2.549 4.991c.784-.002 1.567-.001 2.352-.001.016-2.706-1.358-5.359-3.562-6.926-.815-.551-1.286-1.565-1.152-2.543.119-1.102 1.007-2.06 2.094-2.267.73-.16 1.506.018 2.117.439-.355.245-.74.446-1.081.712-.318.257-.102.826.306.811 1.757.106 3.516.198 5.273.298-.638-1.638-1.266-3.281-1.914-4.914-.1-.376-.646-.428-.84-.104z"/><path d="M11.568.419c.362-.217.836-.094 1.106.212 3.548 3.54 7.088 7.088 10.634 10.63.24.217.427.528.367.864-.046.374-.371.606-.613.857-3.362 3.359-6.722 6.72-10.082 10.081-.277.269-.548.647-.979.635-.433.026-.715-.344-.99-.618C7.529 19.595 4.044 16.11.558 12.629a.87.87 0 0 1-.248-.814c.067-.32.341-.529.554-.754 3.325-3.319 6.646-6.644 9.968-9.965.24-.232.455-.494.736-.678m.241.368c-.118.073-.216.17-.316.265C8.135 4.413 4.774 7.771 1.415 11.13c-.215.223-.458.422-.635.679-.11.202.011.432.167.569 3.425 3.415 6.841 6.838 10.261 10.256.202.192.378.416.613.571.338.146.572-.215.784-.414 3.496-3.496 6.995-6.988 10.487-10.487.214-.185.166-.512-.042-.679-3.534-3.547-7.084-7.078-10.621-10.621-.152-.164-.386-.349-.62-.218z"/><path d="M14.407 6.001c.194-.324.74-.271.84.104.648 1.633 1.276 3.276 1.914 4.914-1.757-.1-3.516-.192-5.273-.298-.408.014-.624-.554-.306-.811.341-.265.726-.467 1.081-.712-.611-.421-1.387-.599-2.117-.439-1.087.206-1.975 1.165-2.094 2.267-.134.978.337 1.992 1.152 2.543 2.203 1.567 3.577 4.22 3.562 6.926-.785 0-1.568-.001-2.352.001a6.24 6.24 0 0 0-2.549-4.991c-.917-.642-1.631-1.578-1.958-2.652a5.001 5.001 0 0 1 .754-4.476c.816-1.115 2.113-1.871 3.492-2a4.972 4.972 0 0 1 3.485.916c.134-.427.203-.876.37-1.292z"/></symbol><symbol viewBox="0 0 24 24" id="warning--icy-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f8e53d" d="M11.609 2.35c.3-.079.619-.077.919.001.287.195.443.515.622.804.115.227.264.435.392.656.117.227.266.435.395.656.132.265.316.5.454.762.117.291.3.544.47.807l.18.39c.11.181.239.35.351.531l.111.27c.176.308.4.589.532.922.121.222.266.428.397.643.227.551.586 1.027.846 1.559l.129.262.123.27c.111.18.239.35.349.53.03.067.09.201.122.268.063.127.127.254.189.383.131.215.277.42.397.641.132.333.363.611.525.93.104.184.231.353.338.534.147.304.296.606.443.909.134.216.283.424.4.65.127.22.274.429.399.65l.122.268.127.265c.135.216.283.426.401.653.126.22.273.429.399.65l.121.268.131.264c.273.434.48.902.757 1.335.102.245.084.519.012.77-.156.21-.325.414-.526.584-1.774.022-3.55.004-5.325.008-.327.012-.671-.046-.984.081-.199-.125-.442-.093-.648-.004-.409-.146-.852-.058-1.276-.067-.18.151-.41.119-.624.125-3.452-.005-6.905-.003-10.357-.001-.333-.009-.679.041-.999-.075-.303-.055-.511-.291-.702-.513-.013-.446-.088-.926.142-1.332.214-.334.439-.662.597-1.028.194-.295.382-.594.525-.917.106-.184.232-.354.333-.54.119-.228.269-.438.407-.654l.111-.27c.127-.222.275-.43.413-.645l.113-.271c.239-.383.492-.761.66-1.183.123-.222.271-.429.403-.645.105-.215.209-.429.312-.644.134-.218.283-.425.4-.653.102-.185.228-.355.337-.536l.181-.384c.197-.294.386-.593.526-.918.108-.184.235-.353.348-.534l.113-.271c.146-.261.328-.498.464-.765.126-.22.274-.429.392-.654.102-.186.227-.357.334-.539.153-.369.393-.689.584-1.036.189-.299.38-.597.521-.923.108-.181.233-.349.341-.53l.18-.387c.134-.216.283-.424.409-.645l.111-.271c.136-.216.286-.425.416-.647l.1-.277c.126-.219.312-.391.517-.535m-4.046 9.833c.068.168.126.34.14.523-.083-.104-.167-.205-.251-.307-1.506 2.483-2.881 5.041-4.328 7.558 5.906.005 11.811-.02 17.717-.045-1.883-3.224-3.67-6.501-5.499-9.753-1.104-1.916-2.232-3.818-3.317-5.746a563.273 563.273 0 0 1-4.463 7.769z"/><path fill="#f8e53d" d="M11.452 12.526c.188-.265.274-.786.704-.64.126.197.21.416.329.616.258-.102.791-.502.809.021-.254.401-.681.661-.93 1.065-.042.518-.007 1.039-.025 1.559.525-.311 1.053-.616 1.572-.936.15-.437.172-.947.497-1.298.333.111.224.477.254.745.281-.029.678-.167.799.194-.085.206-.219.386-.341.572.177.173.551.269.473.574-.421.231-.896-.138-1.329-.191-.336.205-.671.408-1.006.614.34.177.652.437 1.031.522.392-.047.761-.21 1.154-.245.434.253-.147.531-.379.654.142.177.283.355.424.534-.195.295-.536.249-.841.282-.094.232.02.686-.359.622-.278-.324-.275-.8-.403-1.196l-1.548-.887c.007.519.005 1.04-.005 1.559.313.348.7.64.943 1.044-.035.517-.577.114-.814-.028-.15.25-.21.804-.622.64-.167-.189-.274-.417-.399-.632-.235.148-.725.484-.784-.003.248-.395.619-.689.938-1.023-.008-.521-.001-1.041.001-1.562-.504.299-1.002.605-1.504.905-.104.386-.201.774-.299 1.161l-.387.03c-.018-.215-.034-.43-.058-.645-.319.033-.648.041-.856-.241.14-.189.283-.378.426-.564a26.504 26.504 0 0 1-.599-.323c.072-.113.151-.222.236-.324.404.059.792.193 1.184.299.324-.189.647-.38.968-.574a100.7 100.7 0 0 0-.994-.599c-.349.1-.695.218-1.053.277-.201.072-.236-.21-.332-.315.18-.101.362-.199.543-.298-.104-.236-.355-.45-.294-.729.181-.262.519-.08.769-.07 0-.232-.001-.464.001-.696l.346.046c.229.338.211.799.401 1.165.468.357 1.01.605 1.5.929-.004-.521.03-1.043-.008-1.562-.256-.387-.686-.628-.918-1.036.07-.485.55-.178.782-.01z"/><path fill="#1e241d" d="M7.565 12.188a569.241 569.241 0 0 0 4.463-7.769c1.085 1.928 2.212 3.83 3.317 5.746 1.83 3.252 3.616 6.53 5.499 9.753-5.906.025-11.811.05-17.717.045 1.447-2.517 2.822-5.075 4.328-7.558.084.102.168.203.251.307a1.746 1.746 0 0 0-.14-.523m3.886.337c-.232-.168-.712-.475-.782.011.232.408.662.649.918 1.036.038.519.004 1.041.008 1.562-.491-.324-1.032-.572-1.5-.929-.19-.366-.172-.826-.401-1.165l-.346-.046c-.003.232-.001.464-.001.696-.249-.01-.588-.193-.769.07-.062.279.19.493.294.729-.181.098-.363.197-.543.298.096.105.131.387.332.315.358-.059.704-.177 1.053-.277.332.198.664.397.994.599-.321.194-.644.386-.968.574-.392-.106-.78-.24-1.184-.299a3.156 3.156 0 0 0-.236.324c.198.11.399.216.599.323a39.63 39.63 0 0 0-.426.564c.209.282.538.274.856.241.024.215.039.43.058.645l.387-.03c.098-.387.195-.775.299-1.161.502-.3 1.001-.606 1.504-.905-.003.521-.009 1.041-.001 1.562-.319.334-.69.628-.938 1.023.059.487.55.151.784.003.125.215.232.443.399.632.412.164.472-.39.622-.64.237.142.779.544.814.028-.243-.404-.63-.696-.943-1.044.01-.519.012-1.04.005-1.559.517.295 1.032.591 1.548.887.127.396.125.872.403 1.196.379.064.265-.39.359-.622.304-.033.645.013.841-.282-.14-.178-.282-.357-.424-.534.232-.123.813-.401.379-.654-.393.035-.762.198-1.154.245-.379-.085-.691-.345-1.031-.522.334-.206.67-.409 1.006-.614.433.054.908.422 1.329.191.077-.306-.296-.401-.473-.574.122-.186.256-.366.341-.572-.121-.361-.518-.223-.799-.194-.03-.268.079-.633-.254-.745-.325.351-.348.862-.497 1.298-.519.32-1.048.626-1.572.936.018-.521-.017-1.041.025-1.559.249-.404.675-.664.93-1.065-.018-.523-.551-.123-.809-.021-.119-.201-.203-.42-.329-.616-.43-.146-.517.375-.704.64z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-acute-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.224 23.677L.325 12.778C.12 12.573.001 12.29.001 12s.12-.573.324-.779L11.224.322a1.105 1.105 0 0 1 1.557 0l10.9 10.899c.204.204.322.49.322.779s-.118.574-.322.778l-10.9 10.899a1.124 1.124 0 0 1-1.025.297c-.214-.049-.363-.161-.531-.297z"/><path d="M12.585 23.484l10.901-10.901a.833.833 0 0 0 0-1.167L12.585.516c-.154-.153-.365-.239-.582-.239s-.432.086-.586.239L.518 11.416a.829.829 0 0 0 0 1.167l10.899 10.901a.833.833 0 0 0 1.168 0z"/><path fill="#fecf33" d="M12.261 23.159c-.067.066-.165.106-.259.107s-.192-.04-.259-.107L.842 12.26a.364.364 0 0 1-.105-.259c0-.097.036-.191.105-.259L11.743.843a.37.37 0 0 1 .518 0L23.16 11.742a.362.362 0 0 1 0 .518L12.261 23.159z"/><path d="M10.706 14.673l.008 3.747 2.571-.006v-9.13l1.423.44c.052.016.103.03.158.033a.518.518 0 0 0 .387-.153.526.526 0 0 0 .138-.449.49.49 0 0 0-.101-.218l-3.285-4.462-3.294 4.462a.513.513 0 0 0 .206.788.465.465 0 0 0 .305.025c.028-.006.056-.022.07-.025l1.456-.314c-.115.505-.229 1.011-.374 1.509a15.366 15.366 0 0 1-.814 2.15 15.327 15.327 0 0 1-1.099 1.988 26.51 26.51 0 0 1-.878 1.226l1.415 1.022a17.455 17.455 0 0 0 1.175-1.699c.187-.305.361-.618.534-.933z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-acute-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M11.705 1.5h.709l-.272.136c-.323-.061-.643.14-.778.43-.23.43-.523.832-.709 1.283l-.196.066c.263-.548.589-1.07.906-1.59.048-.184.364-.133.34-.324zM12.374 1.668l.214.049C16.411 8.301 20.198 14.912 24 21.506v.49c-.113.154-.346.302-.338.504H.41c-.09-.131-.232-.361-.409-.34v-.646c.902-1.657 1.908-3.259 2.794-4.924l.161-.03c-.86 1.65-1.868 3.235-2.761 4.874-.235.425.157 1 .637.946l22.34-.001c.528.047.889-.625.571-1.049-3.673-6.407-7.367-12.802-11.057-19.199-.078-.173-.232-.293-.311-.464zM9.326 5.286c.398-.589.709-1.235 1.093-1.834l.154.018c-.439.64-.761 1.358-1.201 1.994l-.046-.179zM9.163 5.574l.145-.038-.035.166c-.484.726-.842 1.555-1.357 2.243l-.03-.16c.448-.722.876-1.462 1.277-2.21zM7.53 8.432c.132-.116.088-.451.341-.376a25.556 25.556 0 0 1-1.256 2.165l-.046-.157c.346-.528.635-1.091.961-1.632z"/><path fill="#1f1917" d="M11.231 11.576a14.568 14.568 0 0 1 1.595-1.596c.505.51 1.013 1.019 1.519 1.528.055 2.538-.005 5.088.029 7.63l-.077-.014c-.504-.486-.986-.996-1.483-1.489-.515.457-.988.972-1.47 1.466a2.705 2.705 0 0 1-.125.02c.026-.631.01-1.265.01-1.897-1.02-1.114-2.148-2.14-3.181-3.236.346-.419.767-.799 1.162-1.181.691.661 1.339 1.368 2.041 2.015-.043-1.08-.006-2.164-.019-3.245zM6.394 10.351l.16-.016c-.384.746-.82 1.478-1.259 2.196l-.052-.18c.407-.652.802-1.316 1.151-2zM5.071 12.641l.157-.036c-.245.611-.673 1.144-.944 1.748l-.157.089c.198-.637.685-1.175.944-1.801zM4.018 14.49l.151.034c-.397.647-.743 1.328-1.156 1.964l-.05-.178c.379-.59.719-1.205 1.055-1.82z"/><path fill="#fff" d="M11.364 2.065c.134-.289.455-.491.778-.43a.588.588 0 0 0 .233.032c.079.172.233.292.311.464 3.69 6.397 7.384 12.792 11.057 19.199.318.424-.043 1.096-.571 1.049l-22.34.001c-.48.054-.872-.521-.637-.946.893-1.639 1.901-3.224 2.761-4.874.016-.018.044-.055.059-.073.413-.636.758-1.318 1.156-1.964l-.042-.082.157-.089c.271-.605.7-1.138.944-1.748l.066-.073c.439-.718.875-1.45 1.259-2.196l.016-.089.046-.025c.454-.689.872-1.432 1.256-2.165l.046-.113c.515-.688.874-1.517 1.357-2.243l.035-.166.064-.071c.44-.636.762-1.355 1.201-1.994l-.114-.056.196-.066c.186-.451.479-.853.709-1.283m.525-.059c-.138.06-.185.221-.265.336C7.943 8.731 4.251 15.116.562 21.504c-.19.197-.012.565.264.515 7.45-.002 14.899.013 22.35.01.222.025.419-.252.289-.446-3.695-6.456-7.414-12.9-11.126-19.346-.078-.17-.251-.318-.446-.23z"/><path fill="#fff" d="M3.146 20.318c2.962-5.104 5.906-10.217 8.858-15.326a8469.45 8469.45 0 0 1 8.591 14.915c.078.156.202.289.246.463-5.788-.014-11.576-.001-17.364-.007-.083-.011-.248-.034-.331-.044m8.085-8.743c.013 1.081-.024 2.165.019 3.245-.702-.647-1.35-1.354-2.041-2.015-.395.382-.816.762-1.162 1.181 1.033 1.097 2.161 2.123 3.181 3.236 0 .632.017 1.266-.01 1.897.031-.005.094-.014.125-.02.482-.494.955-1.009 1.47-1.466.497.493.979 1.003 1.483 1.489l.077.014c-.034-2.542.026-5.092-.029-7.63-.506-.509-1.014-1.018-1.519-1.528a14.568 14.568 0 0 0-1.595 1.596z"/><path fill="#da271d" d="M11.892 2.005c.196-.088.368.06.446.23 3.713 6.446 7.432 12.89 11.126 19.346.13.194-.067.472-.289.446-7.451.004-14.9-.012-22.35-.01-.276.05-.454-.318-.264-.515C4.25 15.114 7.942 8.729 11.626 2.339c.08-.115.127-.276.265-.336M3.146 20.318c.083.011.248.034.331.044 5.788.006 11.576-.007 17.364.007-.044-.174-.168-.307-.246-.463-2.86-4.974-5.72-9.947-8.591-14.915-2.952 5.11-5.897 10.223-8.858 15.326z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-acute-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.446.15a1.15 1.15 0 0 1 1.256.098c.269.209.496.467.737.704 3.282 3.281 6.562 6.564 9.846 9.844.34.325.728.698.702 1.212.013.443-.29.79-.595 1.07-3.528 3.517-7.044 7.045-10.57 10.565-.43.449-1.218.45-1.648.001C7.688 20.165 4.209 16.677.723 13.197c-.301-.301-.673-.607-.706-1.066-.065-.42.155-.816.452-1.096C3.852 7.656 7.231 4.273 10.611.893c.266-.258.508-.554.833-.744m.233.149c-.293.116-.497.372-.719.584C7.502 4.345 4.036 7.801.58 11.266c-.409.347-.456 1.028-.053 1.398 3.578 3.583 7.164 7.16 10.741 10.746.217.232.532.392.857.336.419-.056.674-.428.96-.698 3.458-3.462 6.919-6.922 10.379-10.381.404-.367.362-1.049-.046-1.396-3.563-3.566-7.126-7.13-10.692-10.692-.259-.288-.68-.416-1.05-.281z"/><path fill="#fee011" d="M11.796.76c.251-.118.503.03.667.217 3.318 3.322 6.64 6.638 9.958 9.96.272.289.593.54.821.87.155.354-.186.616-.406.834-3.324 3.313-6.637 6.637-9.959 9.954-.221.216-.419.458-.672.64-.212.108-.46.018-.605-.155-3.456-3.464-6.919-6.923-10.38-10.382-.187-.214-.496-.388-.503-.701-.013-.191.133-.325.25-.452C4.493 8.023 8.016 4.499 11.538.973c.08-.078.166-.149.258-.212m-2.15 18.583h2.647c.065-1.921-.208-3.893.347-5.765a9.235 9.235 0 0 1 3.554-5.003c.199-.604.397-1.207.592-1.812-.602-.185-1.194-.398-1.798-.58-1.494 1.001-2.8 2.303-3.721 3.854.002-1.8 0-3.599.001-5.399-.54 0-1.08 0-1.62-.002-.006 4.902-.002 9.804-.002 14.706z"/><path d="M11.677.298c.37-.136.791-.007 1.05.281 3.566 3.562 7.129 7.126 10.692 10.692.408.347.45 1.028.046 1.396-3.46 3.46-6.92 6.919-10.379 10.381-.286.27-.541.642-.96.698-.325.056-.64-.104-.857-.336C7.692 19.824 4.106 16.247.528 12.664c-.403-.37-.356-1.051.053-1.398C4.037 7.802 7.503 4.346 10.959.882c.222-.212.426-.468.719-.584m.118.462a2.02 2.02 0 0 0-.258.212C8.016 4.498 4.493 8.022.967 11.544c-.116.127-.263.262-.25.452.007.313.316.487.503.701 3.461 3.46 6.924 6.918 10.38 10.382.145.173.392.263.605.155.253-.181.451-.424.672-.64 3.322-3.317 6.635-6.641 9.959-9.954.22-.218.56-.48.406-.834-.228-.33-.548-.581-.821-.87-3.318-3.322-6.64-6.638-9.958-9.96-.164-.187-.416-.335-.667-.217z"/><path d="M9.646 19.344c0-4.902-.004-9.804.002-14.706.54.002 1.08.002 1.62.002-.001 1.8.001 3.599-.001 5.399.922-1.552 2.227-2.854 3.721-3.854.604.181 1.195.395 1.798.58-.194.605-.392 1.208-.592 1.812a9.232 9.232 0 0 0-3.554 5.003c-.554 1.872-.282 3.844-.347 5.765H9.646z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-acute-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M11.723 1.5h.472c.408.162.569.569.794.907l-.058.162c-.236-.28-.317-.708-.673-.874a.648.648 0 0 0-.826.218c-1.14 1.934-2.226 3.904-3.386 5.824l-.05-.176c1.139-1.874 2.194-3.803 3.313-5.689.101-.162.271-.254.414-.372zM12.949 2.596l.157.028C16.732 8.92 20.372 15.212 24 21.506V22c-.11.148-.362.304-.332.5H.414c-.079-.13-.247-.362-.414-.334v-.644c.133-.266.284-.526.422-.791l.156.028c-.156.27-.347.529-.438.83-.103.407.28.835.694.792l22.325-.001c.43.044.802-.414.68-.827-.121-.319-.322-.599-.484-.898-2.17-3.761-4.331-7.525-6.506-11.282-1.295-2.263-2.63-4.504-3.9-6.778zM7.83 7.835l.173-.038a49.633 49.633 0 0 1-1.762 3.059l-.043-.179c.57-.93 1.128-1.874 1.632-2.842z"/><path fill="#1f1917" d="M9.622 11.579c.458-.575 1.046-1.074 1.559-1.615.534.523 1.092 1.043 1.577 1.609-.013 1.079.013 2.159-.014 3.238.706-.631 1.345-1.351 2.038-2.005.389.385.81.762 1.157 1.177-1.019 1.081-2.124 2.112-3.152 3.196-.076.65-.006 1.328-.032 1.988-.554-.472-1.028-1.044-1.567-1.538-.535.502-1.016 1.066-1.57 1.548.012-2.532 0-5.065.006-7.597zM6.036 10.945l.16-.014c-.538 1.031-1.144 2.039-1.738 3.042l-.055-.176a50.293 50.293 0 0 0 1.633-2.851zM4.235 14.075l.166-.035c-.253.613-.689 1.147-.949 1.762l-.161.073c.209-.637.688-1.172.944-1.8zM3.18 15.936l.155.022c-.882 1.55-1.806 3.082-2.654 4.65l-.162.078c.007-.242.198-.404.295-.61.784-1.384 1.598-2.748 2.366-4.14z"/><path fill="#fff" d="M11.432 1.914a.647.647 0 0 1 .826-.218c.356.166.437.594.673.874l.018.026c1.27 2.274 2.605 4.514 3.9 6.778 2.176 3.757 4.337 7.522 6.506 11.282.162.299.362.578.484.898.121.413-.251.871-.68.827l-22.325.001c-.414.043-.797-.385-.694-.792.091-.301.282-.56.438-.83a1.926 1.926 0 0 0-.06-.073l.162-.078c.848-1.568 1.772-3.1 2.654-4.65-.012-.022-.034-.062-.044-.083l.161-.073c.26-.614.696-1.148.949-1.762l.058-.067c.594-1.003 1.2-2.011 1.738-3.042l.046-.076a49.633 49.633 0 0 0 1.762-3.059l.043-.059c1.16-1.92 2.246-3.889 3.386-5.824m.368.124c-.13.116-.197.282-.286.427C7.848 8.831 4.177 15.196.527 21.571c-.148.2.071.504.307.457 7.448.004 14.897-.013 22.345-.01.263.035.428-.319.248-.508L12.269 2.192c-.062-.184-.312-.283-.469-.156z"/><path fill="#fff" d="M3.146 20.333c2.941-5.116 5.876-10.234 8.839-15.336 2.898 5.021 5.794 10.043 8.7 15.059.025.103.208.212.114.318-5.771-.024-11.543-.002-17.315-.011l-.338-.03m6.476-8.754c-.006 2.532.006 5.065-.006 7.597.553-.482 1.034-1.046 1.57-1.548.539.494 1.013 1.067 1.567 1.538.026-.66-.043-1.338.032-1.988 1.028-1.084 2.134-2.114 3.152-3.196-.347-.415-.768-.792-1.157-1.177-.692.654-1.332 1.374-2.038 2.005.028-1.079.001-2.159.014-3.238-.485-.566-1.043-1.086-1.577-1.609-.512.541-1.1 1.04-1.559 1.615z"/><path fill="#da271d" d="M11.801 2.038c.157-.127.407-.028.469.156l11.158 19.318c.18.188.014.542-.248.508-7.448-.004-14.897.013-22.345.01-.236.047-.455-.257-.307-.457 3.65-6.376 7.321-12.74 10.988-19.106.089-.145.156-.311.286-.427M3.146 20.333l.338.03c5.772.008 11.544-.013 17.315.011.094-.106-.089-.215-.114-.318-2.906-5.016-5.802-10.038-8.7-15.059-2.963 5.102-5.898 10.22-8.839 15.336z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.904 1.5h.192c.302.079.479.344.623.601 3.569 6.19 7.145 12.374 10.715 18.563.197.349.422.686.566 1.064v.346c-.137.218-.374.34-.608.426H.838c-.344.001-.748-.121-.838-.497v-.174c.037-.163.096-.322.179-.468C3.834 15.02 7.499 8.683 11.155 2.342c.194-.322.356-.722.749-.842M3.863 19.987h16.286c-2.71-4.699-5.42-9.4-8.136-14.095-2.74 4.684-5.432 9.397-8.15 14.095z"/><path fill="#fff" d="M3.863 19.987c2.718-4.698 5.411-9.412 8.15-14.095 2.716 4.696 5.426 9.396 8.136 14.095H3.863m6.866-7.185c.002.643.001 1.286 0 1.93l-1.38.001v1.135c.46.001.92-.001 1.38.001.001.964.002 1.926 0 2.89.422-.415.846-.832 1.278-1.238.431.408.854.823 1.277 1.241-.002-1.988 0-3.977-.001-5.965-.425-.414-.848-.828-1.276-1.238-.428.412-.858.823-1.278 1.244z"/><path d="M10.729 12.802c.42-.421.85-.833 1.278-1.244.427.41.851.824 1.276 1.238.001 1.988-.001 3.977.001 5.965a78.622 78.622 0 0 0-1.277-1.241c-.432.407-.856.823-1.278 1.238.002-.964.001-1.926 0-2.89-.46-.002-.92 0-1.38-.001v-1.135l1.38-.001c.001-.643.002-1.286 0-1.93z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M12.832.352l10.816 10.816c.46.46.46 1.205 0 1.664L12.832 23.648c-.46.46-1.205.46-1.664 0L.352 12.832a1.176 1.176 0 0 1 0-1.664L11.168.352c.46-.46 1.205-.46 1.664 0z"/><path d="M12.666.518l10.816 10.816a.94.94 0 0 1 0 1.331L12.666 23.481a.94.94 0 0 1-1.331 0L.519 12.665a.94.94 0 0 1 0-1.331L11.335.518a.94.94 0 0 1 1.331 0z"/><path fill="#fee011" d="M12.333.851l10.816 10.816a.47.47 0 0 1 0 .666L12.333 23.149a.47.47 0 0 1-.666 0L.851 12.333a.47.47 0 0 1 0-.666L11.667.851a.47.47 0 0 1 .666 0z"/><path d="M10.706 7.646h2.589v11.767h-2.589v-5.53H5.999V12h4.707z"/><path d="M12 3.175l3.332 4.914a.471.471 0 0 1-.462.73L12 8.354l-2.87.465a.471.471 0 0 1-.462-.73z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.438.274c.408-.215.926-.08 1.223.258 3.586 3.575 7.164 7.158 10.742 10.741.421.372.448 1.086.026 1.468-3.625 3.623-7.247 7.249-10.876 10.867-.384.38-1.058.341-1.415-.059-3.455-3.468-6.926-6.92-10.386-10.385-.294-.306-.7-.588-.726-1.052-.042-.343.139-.664.38-.894C3.927 7.7 7.445 4.176 10.967.659c.146-.139.287-.293.469-.385m.234.579c-.187.137-.346.31-.508.473C7.726 4.77 4.279 8.202.847 11.648c-.208.154-.301.473-.083.66 3.599 3.607 7.212 7.202 10.813 10.808.184.23.512.155.672-.062 3.577-3.586 7.169-7.159 10.745-10.745.218-.187.13-.505-.078-.659-3.534-3.547-7.08-7.081-10.618-10.625-.155-.168-.414-.353-.629-.173z"/><path fill="#231f20" d="M11.575 5.921c.656-.001 1.314.001 1.97-.001.005 4.068.001 8.137.001 12.206h-1.97v-5.117c-1.706-.004-3.413 0-5.118-.001l-.001-1.969 5.118-.001V5.921z"/><path fill="#fd0" d="M11.67.853c.215-.18.474.005.629.173 3.538 3.544 7.084 7.078 10.618 10.625.208.154.296.472.078.659-3.576 3.586-7.168 7.159-10.745 10.745-.16.217-.488.293-.672.062C7.977 19.511 4.364 15.916.765 12.309c-.218-.187-.125-.506.083-.66C4.28 8.203 7.728 4.771 11.163 1.327c.162-.163.32-.336.508-.473m-.096 5.067v5.117l-5.118.001.001 1.969c1.705.001 3.412-.002 5.118.001v5.117h1.97c0-4.069.004-8.138-.001-12.206-.656.002-1.314 0-1.97.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.566 0h.551c.544.09.88.545 1.249.902 3.401 3.404 6.805 6.805 10.207 10.207.218.209.371.478.427.776v.246a1.43 1.43 0 0 1-.371.689c-3.4 3.4-6.8 6.799-10.199 10.2-.385.367-.716.835-1.26.978l.257.001h-.604c-.51-.132-.828-.568-1.187-.913-3.401-3.402-6.799-6.803-10.204-10.2a1.585 1.585 0 0 1-.433-.724v-.312c.11-.524.554-.857.906-1.22C4.287 7.25 7.669 3.87 11.047.488c.209-.22.473-.371.75-.487L11.564 0m.016.438c-.294.215-.53.496-.791.749C7.388 4.587 3.981 7.983.587 11.388c-.331.293-.378.85-.046 1.159 3.515 3.527 7.044 7.039 10.558 10.567.256.247.506.587.902.576.396.008.65-.331.908-.58 3.392-3.406 6.793-6.805 10.195-10.202.247-.259.596-.509.586-.908.013-.304-.199-.541-.397-.74C19.746 7.724 16.209 4.178 12.666.639c-.264-.3-.737-.454-1.086-.2z"/><path fill="#ffd520" d="M11.807.893c.13-.122.259-.122.386.002.286.232.528.511.792.767 3.323 3.319 6.64 6.642 9.965 9.959.108.11.205.233.269.376-.143.3-.421.5-.643.737-3.244 3.24-6.484 6.482-9.725 9.725-.244.235-.462.499-.734.702-.167.09-.316-.052-.426-.156a6709.09 6709.09 0 0 0-10.33-10.333c-.196-.217-.464-.39-.564-.674.097-.287.362-.468.56-.684 3.223-3.212 6.438-6.436 9.658-9.652.264-.256.504-.538.792-.768m.98 4.922c-.01.886-.01 1.771-.028 2.656-.421.145-.836.308-1.248.479l.004.622a45.371 45.371 0 0 1 1.758-.668c.002-1.03-.007-2.059-.01-3.089l-.476.001m3.573 12.155l.488.001V5.816l-.488-.001v12.157M14.586 7.015v2.506l.464.001V7.015h-.464M3.47 10.277c.56.019 1.128.044 1.682-.064-.138-.085-.262-.244-.445-.2-.424.017-.919-.096-1.237.264m1.731-.115c-.014.841-.104 1.68-.15 2.52.667-.002 1.334-.018 2.002-.017.187.25.391.586.756.548.29-.038.385-.346.517-.559.821.024 1.645-.04 2.464.029.493.167 1.016.095 1.526.101.143.226.325.51.64.446.392-.01.498-.469.808-.64-.144-.349-.073-.791-.304-1.093-.396-.146-.842-.082-1.259-.125-.046-.416-.098-.839-.01-1.254-.544-.07-1.091-.044-1.637-.047-1.645 0-3.29.002-4.936-.002-.148-.019-.286.036-.418.092m9.386.499v2.482h.464v-2.48l-.464-.001m-11.761.192l-.238.27c.487-.006.973-.017 1.46-.019l.307-.274c-.51.005-1.02.013-1.53.023m-.905.788l-.257.27c.604-.086 1.349.202 1.83-.28-.524-.011-1.049.007-1.573.01m9.596 2.645l-.001.583c.422.148.845.298 1.262.463l-.013 2.652a42 42 0 0 1 .502 0c.004-1.027.006-2.054.012-3.08a40.845 40.845 0 0 0-1.762-.618m3.071-.006c-.001.829.001 1.66-.001 2.489.154.002.31.006.464.01.002-.833.001-1.666.001-2.498h-.464z"/><path fill="#ffd520" d="M5.587 10.732l.508-.007.007.218-.502.001-.013-.212zM6.301 10.733c.169-.004.338-.006.508-.007.001.054.002.163.004.217l-.493.002a18.24 18.24 0 0 1-.018-.212zM6.984 10.7c.193.049.47-.028.553.227-.192.008-.384.016-.576.02l.023-.247zM7.579 10.926c.089-.253.364-.179.56-.226l.022.248a28.017 28.017 0 0 1-.582-.023zM8.383 10.728l.494-.001.006.217h-.499l-.001-.216zM9.025 10.73l.518-.001a7.89 7.89 0 0 0-.012.214c-.12.001-.361.002-.481.004l-.025-.216zM9.736 10.702c.206.029.452.001.563.223-.197.011-.392.019-.589.025l.026-.248zM10.476 10.73l.526-.001-.018.215-.484.001-.024-.215zM11.183 11.224c-.024-.215-.079-.492.184-.581-.046.187.163.688-.184.581zM11.594 10.628c.162.143.169.362.206.559l-.242.054c.007-.205.018-.409.036-.613zM5.455 11.161c.247-.035.584-.179.749.1-.253.005-.511.001-.749-.1zM6.188 11.215c.164-.107.684-.262.618.04-.205.038-.414-.017-.618-.04zM6.961 11.25c-.031-.24.456-.187.486-.073-.035.234-.361.005-.486.073zM7.68 11.16c.072-.169.323-.023.462-.083l.011.209c-.142-.058-.442.089-.473-.126zM8.248 11.155c.205-.038.413-.06.619-.078l.007.218c-.212-.031-.428-.049-.626-.14zM8.924 11.23a.6.6 0 0 1 .744-.01 2.941 2.941 0 0 1-.744.01z"/><path fill="#ffd520" d="M9.631 11.251c.178-.24.48-.137.725-.109-.214.155-.479.115-.725.109zM10.472 11.08c.214.017.426.037.637.073-.2.102-.426.113-.644.132l.007-.205z"/><path d="M11.58.438c.349-.253.822-.1 1.086.2 3.544 3.539 7.08 7.085 10.627 10.621.198.199.41.437.397.74.011.4-.338.649-.586.908a5447.63 5447.63 0 0 0-10.195 10.202c-.258.248-.512.588-.908.58-.396.011-.647-.329-.902-.576-3.514-3.528-7.043-7.04-10.558-10.567-.332-.31-.286-.866.046-1.159C3.982 7.981 7.389 4.585 10.789 1.186c.26-.253.497-.534.791-.749m.227.456c-.288.23-.528.512-.792.768-3.22 3.216-6.434 6.439-9.658 9.652-.198.216-.463.397-.56.684.1.284.368.457.564.674 3.445 3.442 6.89 6.884 10.33 10.333.11.104.259.246.426.156.272-.203.491-.467.734-.702 3.241-3.242 6.481-6.485 9.725-9.725.222-.236.5-.437.643-.737a1.32 1.32 0 0 0-.269-.376c-3.325-3.317-6.642-6.64-9.965-9.959-.264-.256-.506-.535-.792-.767-.127-.125-.257-.125-.386-.002z"/><path d="M12.787 5.816l.476-.001c.002 1.03.012 2.059.01 3.089-.592.21-1.176.434-1.758.668l-.004-.622c.412-.17.827-.334 1.248-.479.018-.884.018-1.77.028-2.656zM16.36 17.972V5.815l.488.001v12.157l-.488-.001zM14.586 7.015h.464v2.507l-.464-.001V7.015zM3.47 10.277c.318-.36.814-.247 1.237-.264.184-.043.307.115.445.2-.554.108-1.122.083-1.682.064zM5.201 10.162c.132-.056.27-.112.418-.092 1.645.005 3.29.002 4.936.002.546.002 1.093-.023 1.637.047-.089.415-.036.838.01 1.254.416.043.863-.022 1.259.125.23.302.16.744.304 1.093-.31.17-.415.63-.808.64-.314.064-.497-.221-.64-.446-.51-.006-1.033.066-1.526-.101-.818-.068-1.643-.005-2.464-.029-.132.214-.227.521-.517.559-.365.037-.569-.299-.756-.548-.667-.001-1.334.014-2.002.017.046-.84.136-1.679.15-2.52m.385.569l.013.212.502-.001-.007-.218-.508.007m.714.001l.018.212.493-.002c-.001-.054-.002-.163-.004-.217-.169.001-.338.004-.508.007m.684-.033l-.023.247c.192-.005.384-.012.576-.02-.083-.254-.36-.178-.553-.227m.595.226c.193.01.388.017.582.023a20.744 20.744 0 0 1-.022-.248c-.197.047-.472-.028-.56.226m.804-.199l.001.216h.499l-.006-.217-.494.001m.642.002l.025.216c.12-.001.361-.002.481-.004a7.89 7.89 0 0 1 .012-.214l-.518.001m.711-.027l-.026.248c.197-.006.392-.014.589-.025-.11-.222-.356-.194-.563-.223m.74.028l.024.215.484-.001.018-.215-.526.001m.707.494c.347.107.138-.394.184-.581-.263.089-.208.366-.184.581m.411-.596c-.018.204-.029.408-.036.613l.242-.054c-.037-.197-.044-.416-.206-.559m-6.139.533c.238.101.496.104.749.1-.164-.278-.502-.134-.749-.1m.733.054c.204.023.413.078.618.04.066-.301-.454-.146-.618-.04m.773.035c.125-.068.451.161.486-.073-.03-.114-.517-.167-.486.073m.719-.09c.031.215.331.068.473.126l-.011-.209c-.139.06-.39-.086-.462.083m.568-.005c.198.091.414.109.626.14a15.372 15.372 0 0 0-.007-.218c-.206.018-.414.04-.619.078m.676.075c.247.028.497.026.744-.01a.598.598 0 0 0-.744.01m.707.021c.246.006.511.046.725-.109-.245-.028-.547-.131-.725.109m.841-.171l-.007.205c.218-.019.444-.03.644-.132a7.177 7.177 0 0 0-.637-.073zM14.586 10.66l.464.001v2.48h-.464v-2.482zM2.825 10.853c.51-.01 1.02-.018 1.53-.023l-.307.274c-.487.002-.973.013-1.46.019l.238-.27zM1.919 11.641c.524-.002 1.049-.02 1.573-.01-.481.481-1.226.193-1.83.28l.257-.27zM11.515 14.286c.59.194 1.18.397 1.762.618-.006 1.026-.008 2.053-.012 3.08a42 42 0 0 0-.502 0l.013-2.652a31.35 31.35 0 0 0-1.262-.463l.001-.583zM14.586 14.28h.464c0 .833.001 1.666-.001 2.498l-.464-.01c.002-.829 0-1.66.001-2.489z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.893 1.5h.185c.404.103.569.515.766.838 3.655 6.344 7.322 12.682 10.979 19.026.076.14.133.29.178.445v.179c-.066.332-.396.486-.707.512H.625a1.303 1.303 0 0 1-.624-.407v-.348c.134-.389.368-.728.569-1.085C4.139 14.473 7.714 8.288 11.282 2.101c.142-.256.318-.512.612-.601m.099 4.382c-2.718 4.699-5.43 9.402-8.142 14.105h16.286c-2.713-4.703-5.423-9.407-8.144-14.105z"/><path fill="#fff" d="M11.993 5.882c2.722 4.698 5.431 9.402 8.144 14.105H3.851c2.712-4.703 5.424-9.406 8.142-14.105m-1.277 6.914c0 1.988.001 3.977-.001 5.965.425-.415.847-.832 1.278-1.24.432.407.854.823 1.279 1.237-.002-.962-.001-1.926-.001-2.888.461-.002.92 0 1.38-.001v-1.138l-1.38-.001c0-.643-.002-1.286.001-1.93-.421-.421-.851-.832-1.279-1.246-.427.412-.852.827-1.277 1.241z"/><path fill="#030303" d="M10.716 12.796c.425-.414.85-.829 1.277-1.241.428.414.858.824 1.279 1.246-.004.643-.001 1.286-.001 1.93l1.38.001v1.138c-.46.001-.919-.001-1.38.001 0 .962-.001 1.926.001 2.888-.425-.414-.847-.83-1.279-1.237-.431.408-.853.824-1.278 1.24.002-1.988.001-3.977.001-5.965z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M12.832.352l10.816 10.816c.46.46.46 1.205 0 1.664L12.832 23.648c-.46.46-1.205.46-1.664 0L.352 12.832a1.176 1.176 0 0 1 0-1.664L11.168.352c.46-.46 1.205-.46 1.664 0z"/><path d="M12.666.518l10.816 10.816a.94.94 0 0 1 0 1.331L12.666 23.481a.94.94 0 0 1-1.331 0L.519 12.665a.94.94 0 0 1 0-1.331L11.335.518a.94.94 0 0 1 1.331 0z"/><path fill="#fee011" d="M12.333.851l10.816 10.816a.47.47 0 0 1 0 .666L12.333 23.149a.47.47 0 0 1-.666 0L.851 12.333a.47.47 0 0 1 0-.666L11.667.851a.47.47 0 0 1 .666 0z"/><path d="M10.706 7.646h2.589V12h4.707v1.883h-4.707v5.53h-2.589z"/><path d="M12 3.175l3.332 4.914a.471.471 0 0 1-.462.73L12 8.354l-2.87.465a.471.471 0 0 1-.462-.73z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.423.28c.41-.222.935-.091 1.236.25 3.587 3.576 7.166 7.16 10.746 10.744.42.372.446 1.088.024 1.469L13.104 23.065c-.35.336-.68.824-1.223.81-.516.019-.841-.432-1.171-.756C7.259 19.655 3.792 16.207.337 12.747c-.426-.379-.404-1.094.016-1.469C3.871 7.752 7.395 4.232 10.917.711c.16-.154.311-.322.506-.431m.248.572c-.21.152-.382.348-.565.53C7.706 4.786 4.302 8.185.902 11.59c-.154.15-.352.354-.233.587.174.258.421.454.636.676 3.425 3.419 6.848 6.841 10.272 10.262.155.193.45.186.606-.001 3.384-3.377 6.764-6.757 10.146-10.136.251-.263.542-.49.755-.786.134-.238-.07-.455-.23-.607-3.518-3.522-7.042-7.04-10.56-10.564-.154-.164-.41-.347-.623-.169z"/><path fill="#231f20" d="M10.217 5.921h1.97l.001 5.117 5.117.001v1.969c-1.706.001-3.412-.002-5.118.001l.001 5.114c-.658.005-1.315.002-1.973.002 0-4.068-.001-8.137.001-12.205z"/><path fill="#fd0" d="M11.671.852c.212-.178.469.005.623.169 3.518 3.523 7.042 7.042 10.56 10.564.161.152.365.37.23.607-.212.296-.504.523-.755.786-3.382 3.379-6.762 6.76-10.146 10.136a.393.393 0 0 1-.606.001C8.153 19.694 4.73 16.271 1.305 12.853c-.215-.222-.462-.418-.636-.676-.119-.233.079-.437.233-.587 3.4-3.406 6.804-6.804 10.204-10.208.184-.182.355-.378.565-.53m-1.454 5.069c-.002 4.068-.001 8.137-.001 12.205.658 0 1.315.002 1.973-.002l-.001-5.114c1.706-.004 3.412 0 5.118-.001V11.04l-5.117-.001-.001-5.117h-1.97z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.634 0h.422c.322.04.611.194.833.426 3.56 3.563 7.123 7.124 10.685 10.686.222.211.378.486.426.79v.206c-.056.264-.168.52-.366.709L13.368 23.082c-.372.362-.703.821-1.253.917l.235.001h-.486a1.42 1.42 0 0 1-.686-.373L.366 12.816A1.43 1.43 0 0 1 0 12.142v-.268a1.46 1.46 0 0 1 .428-.764C3.969 7.568 7.514 4.029 11.052.484c.221-.229.498-.395.805-.482l-.223-.001m-.055.438c-.275.197-.493.458-.734.692C7.425 4.55 3.999 7.965.585 11.39c-.325.288-.376.838-.052 1.148 3.618 3.63 7.249 7.247 10.868 10.876.23.253.619.361.932.199.275-.156.472-.41.697-.626 3.355-3.362 6.712-6.722 10.074-10.079.247-.258.598-.509.586-.908.013-.269-.155-.494-.335-.676C19.792 7.764 16.231 4.201 12.668.64c-.265-.302-.739-.457-1.09-.202z"/><path fill="#ffd520" d="M11.814.882c.198-.19.427.028.566.175 3.542 3.541 7.085 7.082 10.626 10.625.188.138.266.42.046.572-3.58 3.582-7.164 7.16-10.741 10.746-.109.119-.248.227-.421.168-.296-.222-.534-.511-.799-.768-3.38-3.386-6.766-6.766-10.146-10.151-.253-.188-.08-.485.113-.636C4.65 8.042 8.21 4.437 11.815.881m-1.08 4.935l-.011 3.085c.592.212 1.178.437 1.76.671l.002-.623c-.413-.17-.829-.332-1.25-.481-.011-.884-.017-1.768-.025-2.652h-.476m-3.583 0v12.156l.488.001c0-4.052.001-8.105 0-12.158l-.488.001M8.95 7.015v2.506h.464V7.015H8.95m2.832 3.141c.152.394.05.812.014 1.216-.398.026-.802.012-1.193.09-.292.155-.199.551-.258.818-.048.11-.094.223-.137.336.37.038.359.541.715.595.33.115.632-.119.734-.424.433-.007.866.013 1.3-.006l.173-.107c.85-.048 1.705-.005 2.557-.018.113.226.218.533.515.556.355.03.562-.287.731-.545.672-.007 1.344.014 2.016.014-.059-.87-.116-1.74-.178-2.609-2.137-.004-4.274.004-6.412-.005a1.952 1.952 0 0 0-.578.088m6.951-.141c.451.491 1.18.188 1.762.283a66.229 66.229 0 0 1-.248-.27c-.505-.005-1.009-.023-1.513-.013m-9.783.647v2.48h.464v-2.482l-.464.001m10.696.17l.304.274c.488.005.976.013 1.464.017l-.245-.269c-.508-.007-1.015-.017-1.523-.022m.878.792l.294.271c.508.007 1.016.016 1.525.019-.088-.091-.176-.182-.266-.271-.517-.004-1.034-.014-1.553-.019M8.95 14.28v2.495l.464-.001V14.28H8.95m1.773.623l.012 3.08h.5c-.005-.883-.007-1.766-.013-2.651.418-.164.84-.317 1.264-.463v-.583c-.593.193-1.181.397-1.763.617z"/><path fill="#ffd520" d="M12.235 10.721l.204.005c0 .18-.002.36-.007.54-.277-.05-.176-.342-.197-.545zM12.617 10.726h.215l.001.491-.216.002v-.493zM13.003 10.729h.514l-.01.215-.493.001-.011-.216zM13.784 10.728h.497l.006.216h-.499a7.78 7.78 0 0 0-.004-.216zM14.46 10.728l.51.002a7.916 7.916 0 0 0-.013.214h-.49l-.007-.216zM15.119 10.72c.196.04.54-.102.529.223l-.53.001.001-.224zM15.838 10.728c.172 0 .344.001.516.004l-.011.211-.496.001a15.602 15.602 0 0 0-.01-.216zM16.505 10.728c.178 0 .355 0 .534.002l-.008.222c-.203-.029-.533.088-.526-.224zM17.179 10.73l.512-.002-.007.215c-.121.001-.362.004-.484.004l-.022-.216zM17.897 10.729c.17-.001.341 0 .512.001l-.008.214h-.497l-.007-.215zM12.889 11.159c.212-.048.43-.062.647-.074l.006.186c-.222-.002-.45-.008-.653-.112zM13.751 11.099c.179-.002.358-.004.536-.004l-.005.169-.523-.001-.008-.164zM14.436 11.098h.53l-.001.164h-.528l-.001-.164zM15.116 11.095c.176 0 .353.001.529.004l-.007.164-.518.001-.004-.169zM15.839 11.094c.197.004.392.006.588.017-.091.25-.391.116-.586.16l-.002-.176zM16.513 11.099c.181-.002.362-.004.544-.004a9.619 9.619 0 0 0-.014.169l-.518-.001-.011-.164zM17.174 11.096l.532.001-.001.166c-.179 0-.359-.001-.538-.004l.007-.163zM17.874 11.095c.179 0 .356.001.535.004l-.007.164-.521.001a9.545 9.545 0 0 1-.007-.169z"/><path d="M11.579.439c.35-.256.824-.101 1.09.202 3.563 3.56 7.124 7.123 10.687 10.684.18.181.348.407.335.676.012.4-.338.65-.586.908a6837.782 6837.782 0 0 0-10.074 10.079c-.226.216-.422.47-.697.626-.313.162-.702.054-.932-.199-3.619-3.629-7.25-7.246-10.868-10.876-.324-.311-.274-.86.052-1.148C4 7.966 7.426 4.551 10.846 1.132c.241-.234.46-.496.734-.692m.234.442C8.209 4.438 4.649 8.042 1.057 11.614c-.193.151-.366.448-.113.636 3.38 3.385 6.766 6.764 10.146 10.151.265.257.503.546.799.768.173.059.312-.049.421-.168 3.577-3.586 7.162-7.164 10.741-10.746.221-.152.143-.434-.046-.572A53222.16 53222.16 0 0 0 12.379 1.058c-.139-.148-.368-.365-.566-.175z"/><path d="M10.735 5.816h.476c.008.884.014 1.768.025 2.652.421.149.838.311 1.25.481l-.002.623a51.809 51.809 0 0 0-1.76-.671c.002-1.028.007-2.057.011-3.085zM7.152 5.816l.488-.001c.001 4.054 0 8.106 0 12.158l-.488-.001V5.816zM8.95 7.015h.464v2.506H8.95V7.015zM11.782 10.156a1.99 1.99 0 0 1 .578-.088c2.137.008 4.274.001 6.412.005.061.869.119 1.739.178 2.609-.672 0-1.344-.022-2.016-.014-.169.258-.376.575-.731.545-.296-.023-.402-.33-.515-.556-.852.013-1.708-.03-2.557.018l-.173.107c-.433.019-.866-.001-1.3.006-.102.305-.404.539-.734.424-.356-.054-.346-.557-.715-.595.043-.113.089-.226.137-.336.059-.268-.034-.664.258-.818.391-.078.794-.064 1.193-.09.036-.403.138-.822-.014-1.216m.452.564c.02.203-.08.494.197.545.005-.18.007-.36.007-.54l-.204-.005m.382.005v.493l.216-.002-.001-.491h-.215m.386.003l.011.216.493-.001.01-.215a44.033 44.033 0 0 0-.514 0m.781-.001l.004.216h.499l-.006-.216h-.497m.676 0l.007.216h.49c.002-.053.01-.16.013-.214l-.51-.002m.659-.008l-.001.224.53-.001c.011-.325-.334-.184-.529-.223m.719.008l.01.216.496-.001.011-.211a44.38 44.38 0 0 0-.516-.004m.666 0c-.007.312.323.196.526.224l.008-.222c-.179-.002-.356-.002-.534-.002m.674.002l.022.216.484-.004.007-.215-.512.002m.717 0l.007.215h.497l.008-.214c-.172-.001-.342-.002-.512-.001m-5.008.43c.203.103.431.109.653.112l-.006-.186a3.91 3.91 0 0 0-.647.074m.862-.06l.008.164.523.001.005-.169c-.179 0-.358.001-.536.004m.685-.001l.001.164h.528l.001-.164a46.817 46.817 0 0 0-.53 0m.68-.003c0 .042.002.127.004.169l.518-.001.007-.164a46.645 46.645 0 0 0-.529-.004m.723-.001l.002.176c.194-.043.494.09.586-.16-.196-.011-.391-.013-.588-.017m.674.006l.011.164.518.001.014-.169c-.181 0-.362.001-.544.004m.662-.003l-.007.163c.179.002.359.004.538.004l.001-.166-.532-.001m.7-.001l.007.169.521-.001.007-.164c-.179-.002-.356-.004-.535-.004zM18.732 10.014c.504-.01 1.008.008 1.513.013l.248.27c-.582-.095-1.31.208-1.762-.283zM8.95 10.661l.464-.001v2.482H8.95v-2.48zM19.646 10.83c.508.005 1.015.014 1.523.022l.245.269c-.488-.004-.976-.012-1.464-.017l-.304-.274zM20.524 11.622c.518.005 1.036.016 1.553.019.09.089.179.18.266.271-.509-.004-1.018-.012-1.525-.019l-.294-.271zM8.95 14.28h.464v2.494l-.464.001V14.28zM10.723 14.903c.582-.22 1.17-.424 1.763-.617v.583c-.424.146-.846.299-1.264.463.006.884.008 1.768.013 2.651h-.5l-.012-3.08z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-merge-from-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M11.718 1.5h.484c.373.197.683.584.748.992l-.011.011c-.27-.19-.301-.588-.595-.76a.653.653 0 0 0-.907.164c-1.136 1.932-2.226 3.894-3.378 5.816-.155-.206.113-.344.169-.521 1.009-1.756 2.022-3.508 3.036-5.26.1-.197.289-.312.455-.444zM12.967 2.626l.198.095C16.769 8.986 20.39 15.244 24 21.503v.498c-.109.146-.368.305-.329.499H.41c-.085-.128-.239-.366-.41-.335v-.647c.176-.247.252-.648.499-.796l.048.108c-.161.208-.277.448-.389.684-.158.42.227.911.671.866l22.343-.001c.472.043.852-.524.622-.943-3.578-6.287-7.244-12.529-10.826-18.811zM7.832 7.838l.164-.036c-.535 1.034-1.142 2.05-1.747 3.048l-.044-.178a56.842 56.842 0 0 0 1.627-2.834z"/><path fill="#1f1917" d="M10.451 11.465c.51-.517 1.022-1.032 1.538-1.542l.079-.008c.496.532 1.025 1.028 1.529 1.55-.005.642.04 1.258-.002 1.892.841.035 1.688.004 2.532.016 0 .559.005 1.12-.002 1.68-.841.02-1.7-.043-2.528.031.014 1.358-.005 2.718.01 4.076-.548-.496-1.044-1.05-1.583-1.558-.536.505-1.025 1.064-1.578 1.547-.013-1.079.042-2.173-.028-3.244-.826.859-1.696 1.676-2.513 2.542-.437-.301-.787-.782-1.206-1.139l.026-.074c1.237-1.243 2.489-2.476 3.718-3.728.014-.68-.002-1.361.008-2.041zM6.032 10.955l.157-.023c-.529 1.032-1.139 2.041-1.735 3.041-.156-.212.12-.35.176-.534.458-.833.974-1.636 1.402-2.484zM4.235 14.081l.162-.038c-.283.623-.667 1.21-1.012 1.804l-.049-.16c.295-.538.638-1.05.899-1.606zM3.175 15.941l.162.011c-.911 1.55-1.78 3.139-2.708 4.67-.001-.059-.004-.176-.004-.235.859-1.476 1.721-2.953 2.55-4.446z"/><path fill="#fff" d="M11.436 1.908a.653.653 0 0 1 .907-.164c.294.172.325.57.595.76l.011-.011.018.133c3.582 6.282 7.248 12.524 10.826 18.811.23.419-.15.986-.622.943l-22.343.001c-.444.044-.829-.446-.671-.866.112-.236.228-.476.389-.684l.082-.209c.929-1.531 1.798-3.12 2.708-4.67l-.073-.109.121.004c.344-.594.728-1.181 1.012-1.804l.058-.07c.596-1 1.206-2.009 1.735-3.041.016-.02.046-.061.06-.082.605-.998 1.212-2.014 1.747-3.048l.061-.078c1.152-1.922 2.242-3.884 3.378-5.816m.371.126c-.131.113-.197.278-.286.422C7.852 8.826 4.178 15.194.526 21.573c-.144.199.071.498.305.455 7.45.004 14.898-.012 22.346-.01.265.037.43-.318.251-.508-3.72-6.439-7.436-12.878-11.156-19.316-.062-.182-.307-.282-.466-.161z"/><path fill="#fff" d="M11.82 5.27l.185-.242c2.944 5.099 5.879 10.202 8.839 15.292l-.18.048c-5.821-.002-11.642-.016-17.464.007l-.048-.059C6.039 15.3 8.925 10.283 11.82 5.27m-1.369 6.195c-.011.68.006 1.361-.008 2.041-1.229 1.253-2.48 2.485-3.718 3.728l-.026.074c.419.356.769.838 1.206 1.139.817-.865 1.687-1.682 2.513-2.542.07 1.07.014 2.165.028 3.244.553-.482 1.042-1.042 1.578-1.547.539.508 1.034 1.062 1.583 1.558-.014-1.358.005-2.718-.01-4.076.828-.074 1.687-.011 2.528-.031.007-.56.002-1.121.002-1.68-.844-.012-1.691.019-2.532-.016.042-.635-.002-1.25.002-1.892-.504-.522-1.033-1.019-1.529-1.55l-.079.008c-.516.51-1.028 1.025-1.538 1.542z"/><path fill="#da271d" d="M11.806 2.034c.158-.121.403-.022.466.161 3.72 6.438 7.436 12.877 11.156 19.316.179.19.014.545-.251.508-7.448-.002-14.897.013-22.346.01-.234.043-.449-.256-.305-.455C4.179 15.195 7.852 8.826 11.52 2.457c.089-.144.155-.31.286-.422m.014 3.235C8.926 10.282 6.04 15.3 3.152 20.316l.048.059c5.821-.023 11.642-.01 17.464-.007l.18-.048c-2.96-5.089-5.896-10.193-8.839-15.292l-.185.242z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-merge-from-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M11.72 1.5h.696l-.275.134a.708.708 0 0 0-.728.352c-.287.473-.551.959-.836 1.432l-.05-.184c.402-.574.63-1.315 1.194-1.734zM12.371 1.669l.206.04C16.411 8.292 20.192 14.911 24 21.505v.481c-.108.164-.347.307-.34.514H.424c-.072-.163-.281-.227-.352-.403l-.073.056v-.64c.908-1.658 1.909-3.266 2.802-4.933l.17-.03c-.886 1.645-1.876 3.242-2.778 4.882-.238.422.154 1.002.634.949l22.339-.001c.53.05.893-.625.575-1.05-3.674-6.407-7.368-12.802-11.058-19.199-.082-.169-.223-.298-.313-.462zM9.342 5.284c.396-.664.794-1.327 1.152-2.012l.041.226c-.388.653-.748 1.325-1.151 1.967l-.042-.18zM9.176 5.554l.157-.046c-.407.828-.905 1.638-1.386 2.425l-.05-.15c.434-.738.878-1.472 1.279-2.23zM7.724 8.054l.164-.013a36.875 36.875 0 0 1-1.261 2.173l-.05-.15c.39-.666.798-1.322 1.147-2.01z"/><path fill="#1f1917" d="M10.404 11.45c.53-.508 1.022-1.091 1.58-1.546.516.524 1.046 1.038 1.554 1.571.007.677-.013 1.355.01 2.032 1.226 1.26 2.485 2.492 3.725 3.74l.002.067c-.368.383-.77.736-1.118 1.135l-.076-.017c-.824-.83-1.658-1.67-2.483-2.489l-.077.03c.04 1.063.005 2.13.018 3.196-.535-.511-1.04-1.052-1.573-1.565-.546.499-1.036 1.06-1.583 1.556.01-1.355-.007-2.711.008-4.064l-.054-.044c-.824-.001-1.65-.002-2.474.001-.011-.56-.005-1.121-.004-1.681.841-.002 1.681-.002 2.522 0-.006-.646-.018-1.273.022-1.922zM6.403 10.338l.167-.018c-.4.746-.83 1.484-1.272 2.209l-.048-.173c.396-.665.802-1.328 1.153-2.018zM5.082 12.629l.164-.035c-.275.611-.68 1.164-.976 1.77l-.151.086c.212-.644.691-1.19.962-1.822zM4.019 14.491l.155.03c-.409.649-.748 1.345-1.175 1.981l-.043-.176c.379-.596.724-1.216 1.063-1.835z"/><path fill="#fff" d="M11.413 1.986a.71.71 0 0 1 .728-.352c.073.025.15.037.229.035.09.164.232.293.313.462 3.69 6.397 7.384 12.792 11.058 19.199.318.425-.044 1.1-.575 1.05l-22.339.001c-.48.053-.871-.527-.634-.949.902-1.639 1.892-3.236 2.778-4.882l.026-.048c.427-.636.766-1.332 1.175-1.981l-.054-.071.151-.086c.295-.606.701-1.159.976-1.77l.052-.065c.442-.725.872-1.463 1.272-2.209a1.327 1.327 0 0 0-.012-.088l.07-.018c.445-.701.864-1.441 1.261-2.173l-.008-.088.067-.02c.481-.787.979-1.597 1.386-2.425a1.97 1.97 0 0 1 .05-.044c.403-.642.763-1.314 1.151-1.967l.042-.079c.286-.473.55-.959.836-1.432m.48.018c-.137.061-.182.218-.262.332C7.932 8.752 4.221 15.16.523 21.576c-.138.202.076.491.307.444 7.446-.005 14.891.013 22.337.007.221.035.421-.236.305-.434-3.7-6.46-7.418-12.908-11.134-19.358-.078-.168-.251-.317-.446-.23z"/><path fill="#fff" d="M3.142 20.333c2.959-5.108 5.904-10.225 8.862-15.334 2.906 5.01 5.786 10.034 8.677 15.054l.149.314c-5.875-.005-11.75-.011-17.624.004l-.064-.038m7.262-8.883c-.04.649-.028 1.277-.022 1.922-.841-.002-1.681-.002-2.522 0-.001.56-.007 1.121.004 1.681.824-.004 1.65-.002 2.474-.001l.054.044c-.016 1.354.001 2.71-.008 4.064.547-.497 1.037-1.057 1.583-1.556.533.512 1.038 1.054 1.573 1.565-.013-1.066.022-2.132-.018-3.196l.077-.03c.824.818 1.658 1.658 2.483 2.489l.076.017c.348-.4.75-.752 1.118-1.135l-.002-.067c-1.24-1.248-2.498-2.48-3.725-3.74-.023-.677-.002-1.355-.01-2.032-.508-.533-1.038-1.046-1.554-1.571-.558.455-1.05 1.038-1.58 1.546z"/><path fill="#da271d" d="M11.892 2.004c.196-.086.368.062.446.23 3.715 6.45 7.434 12.899 11.134 19.358.116.198-.084.469-.305.434-7.446.006-14.891-.012-22.337-.007-.232.047-.445-.242-.307-.444C4.221 15.16 7.932 8.752 11.63 2.335c.079-.114.125-.271.262-.332m-8.75 18.33l.064.038c5.874-.014 11.749-.008 17.624-.004l-.149-.314c-2.891-5.02-5.771-10.044-8.677-15.054-2.958 5.108-5.903 10.225-8.862 15.334z"/></symbol><symbol viewBox="0 0 24 24" id="warning--kangaloo-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.348.209c.481-.348 1.169-.216 1.555.21 3.563 3.56 7.126 7.122 10.685 10.686.496.436.536 1.276.042 1.729-3.478 3.482-6.96 6.959-10.438 10.441-.251.241-.478.542-.824.648-.445.158-.958 0-1.267-.348A33452.1 33452.1 0 0 0 .785 13.257c-.319-.325-.734-.641-.768-1.135-.06-.416.158-.809.454-1.086C3.854 7.656 7.233 4.274 10.615.892c.239-.234.461-.491.734-.684m.335.087c-.188.066-.336.208-.48.341C7.683 4.16 4.16 7.682.637 11.206c-.251.233-.446.56-.385.917.044.395.384.644.641.91 3.485 3.478 6.961 6.964 10.446 10.441.343.372.979.37 1.322-.004 3.604-3.601 7.206-7.206 10.808-10.808.4-.367.355-1.044-.049-1.39C19.858 7.707 16.294 4.143 12.729.58c-.259-.286-.676-.416-1.045-.284z"/><path fill="#fee011" d="M11.796.761c.248-.121.504.029.666.215 3.319 3.323 6.641 6.641 9.96 9.962.271.287.588.536.815.863.166.354-.18.62-.4.84-3.486 3.475-6.964 6.96-10.444 10.441a.501.501 0 0 1-.792-.001C8.025 19.492 4.433 15.917.857 12.328c-.217-.197-.162-.551.055-.725 3.42-3.426 6.846-6.846 10.267-10.272.199-.196.382-.413.616-.57M8.81 8.815c-.746.848-1.459 1.734-2.317 2.474-.608.515-1.339 1.042-2.18.953-.739-.078-1.224-.714-1.608-1.286.197.553.445 1.13.94 1.482.521.373 1.208.384 1.811.238 1.189-.287 2.225-.967 3.277-1.56.714.647 1.379 1.412 2.316 1.739.494.907.892 1.867 1.176 2.86.095.264.166.646.5.694.886.145 1.775.277 2.658.44.402.092.79.257 1.208.27.109-.09.218-.179.33-.265-.112-.085-.222-.172-.335-.254-.475.02-.925-.149-1.38-.259-.77-.197-1.519-.464-2.261-.749-.266-.816-.2-1.687-.282-2.531.191-.266.384-.532.577-.798.208.07.418.138.626.205-.094.576-.176 1.154-.28 1.729-.137-.11-.266-.228-.396-.346-.032.301.226.796.568.509.404-.499.676-1.093 1.046-1.618.26-.072.545-.119.754-.306.27-.25.388-.626.684-.852.269-.198.515-.426.722-.689.575-.082 1.157-.091 1.733-.15.016-.048.047-.144.061-.192-.533-.629-1.307-1.014-2.038-1.366-.374-.337-.847-.563-1.36-.57.208.472.672.732 1.127.92-.331.17-.6.554-1.012.482-.59-.067-1.006-.544-1.306-1.015-.558-.862-1.46-1.598-2.525-1.636-1.121-.05-2.132.626-2.837 1.446z"/><path d="M11.684.295c.37-.132.786-.001 1.045.284 3.565 3.563 7.129 7.127 10.691 10.692.404.346.449 1.022.049 1.39-3.602 3.602-7.205 7.207-10.808 10.808-.343.373-.979.376-1.322.004C7.854 19.995 4.378 16.509.893 13.032c-.257-.265-.596-.515-.641-.91-.061-.356.134-.684.385-.917C4.16 7.682 7.683 4.16 11.204.635c.144-.133.292-.275.48-.341m.112.467c-.234.157-.416.374-.616.57C7.759 4.757 4.333 8.177.913 11.603c-.217.174-.272.528-.055.725 3.576 3.589 7.168 7.164 10.744 10.753a.501.501 0 0 0 .792.001c3.48-3.481 6.958-6.966 10.444-10.441.22-.22.565-.486.4-.84-.227-.326-.544-.576-.815-.863-3.319-3.322-6.641-6.64-9.96-9.962-.162-.186-.418-.336-.666-.215z"/><path d="M8.81 8.815c.704-.82 1.716-1.496 2.837-1.446 1.064.037 1.967.774 2.525 1.636.3.472.715.948 1.306 1.015.412.072.68-.312 1.012-.482-.455-.188-.919-.449-1.127-.92.512.007.985.233 1.36.57.731.352 1.505.737 2.038 1.366-.014.048-.046.144-.061.192-.576.059-1.158.068-1.733.15a3.77 3.77 0 0 1-.722.689c-.296.226-.414.602-.684.852-.209.187-.493.234-.754.306-.371.524-.642 1.118-1.046 1.618-.342.287-.6-.208-.568-.509.13.118.259.235.396.346.103-.575.186-1.153.28-1.729a57.324 57.324 0 0 1-.626-.205c-.193.266-.386.532-.577.798.082.844.016 1.715.282 2.531.742.284 1.49.552 2.261.749.455.11.905.28 1.38.259.113.083.223.169.335.254a11.95 11.95 0 0 0-.33.265c-.419-.013-.806-.178-1.208-.27-.883-.163-1.772-.295-2.658-.44-.335-.048-.406-.43-.5-.694a14.136 14.136 0 0 0-1.176-2.86c-.937-.326-1.602-1.092-2.316-1.739-1.052.593-2.088 1.273-3.277 1.56-.602.146-1.29.136-1.811-.238-.494-.352-.743-.929-.94-1.482.384.572.869 1.208 1.608 1.286.841.089 1.572-.438 2.18-.953.858-.74 1.571-1.626 2.317-2.474z"/></symbol><symbol viewBox="0 0 24 24" id="warning--keep-distance--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f9e538" d="M11.063 1.724c.444-.364 1.033-.316 1.564-.222.15.124.287.263.394.426.114.175.223.354.327.535l.123.29c.211.305.403.623.566.959l.126.281c.274.388.494.808.694 1.239.2.313.404.625.552.968.113.19.246.368.359.557.063.137.127.273.192.41.113.189.246.367.359.557a18.042 18.042 0 0 1 .33.685c.204.31.407.622.557.963.197.314.4.625.55.966.112.193.243.372.349.568.126.237.283.455.421.684l.193.407c.139.225.292.44.422.672.084.19.177.379.266.568.175.276.361.545.503.84l.123.287c.131.23.286.447.425.672.063.137.127.273.192.41.113.189.244.368.357.56.168.383.406.727.615 1.087.192.319.397.629.548.97.137.232.294.451.415.691.083.146.179.283.28.418.087.183.178.364.268.548.207.309.394.629.567.957.259.439.208.988.011 1.44-.314.153-.559.509-.946.44-7.309-.007-14.618.001-21.927-.004-.283-.102-.47-.411-.688-.618-.04-.472-.063-.971.223-1.377.241-.356.396-.759.636-1.116l.13-.279c.16-.335.353-.652.563-.959l.126-.284a7.14 7.14 0 0 1 .566-.957l.123-.29c.131-.233.287-.45.423-.679.148-.342.353-.652.545-.968.127-.237.283-.457.418-.69.193-.437.492-.815.691-1.25.124-.234.279-.451.41-.681.124-.237.281-.455.419-.684l.193-.408c.114-.189.246-.368.353-.561.124-.239.28-.455.421-.683.063-.138.127-.274.192-.412.116-.188.247-.366.361-.554.091-.189.182-.379.265-.571.131-.23.286-.446.425-.67l.19-.411c.114-.19.248-.368.361-.56.134-.276.27-.549.406-.823.127-.168.241-.346.343-.531.121-.306.316-.572.487-.851.15-.342.35-.655.559-.964l.127-.288c.146-.277.342-.523.481-.804.109-.196.246-.377.366-.566l.114-.337m.547.022c-.28.126-.444.4-.594.654-1.272 2.226-2.572 4.436-3.792 6.691-2.234 3.926-4.577 7.79-6.714 11.77-.295.596.194 1.403.868 1.382 6.895-.04 13.792-.073 20.688-.043.404-.014.874.058 1.201-.237.4-.314.439-.919.185-1.337-.921-1.607-1.859-3.203-2.772-4.812-2.459-4.385-4.996-8.727-7.43-13.127-.204-.335-.364-.741-.727-.938a1.127 1.127 0 0 0-.912-.003z"/><path fill="#f9e538" d="M7.014 13.164a384.404 384.404 0 0 1 5.066-8.866c1.436 2.476 2.788 5 4.215 7.481a1393.84 1393.84 0 0 1 4.873 8.588c-6.119-.019-12.237.028-18.356.03 1.406-2.408 2.804-4.819 4.201-7.233m3.798-2.656c-.055.421-.226.806-.452 1.16.029.194.091.381.141.571.524.011 1.05-.003 1.572.039-.527.048-1.057.023-1.585.023l-.017.179.254.039-.039.459.422-.088.023-.404c.617.003 1.233-.018 1.85-.043l.007.432.367-.004c.15-.43.283-.866.426-1.299-.352-.35-.327-1.139-.932-1.146-.679-.019-1.366-.04-2.037.083m-.95 2.506c.132.132.383-.08.295-.236-.134-.131-.385.079-.295.236m4.007-.35c.239.33.437.749.859.877-.266-.312-.513-.65-.859-.877m-4.301.528c-.298.121-.062.468.163.241.295-.123.063-.461-.163-.241m5.066.411c.11.161.223.32.338.479l.366-.012a2.963 2.963 0 0 0-.703-.466m-5.753.507c.204.09.514-.189.448-.401-.207-.098-.508.192-.448.401m-.037 1.677c.432-.019.887.066 1.305-.054.646-.389 1.232-.868 1.868-1.27.654.428 1.303.861 1.941 1.312.381 0 .761.003 1.142.006a131.858 131.858 0 0 0-3.083-1.858c-1.052.632-2.127 1.225-3.172 1.865m-1.024-.649c.543.014.828-.462 1.116-.841-.512.047-.815.476-1.116.841m7.339-.81l.612.724.457.019c-.229-.246-.459-.488-.688-.734l-.381-.01m.91 1.104c.39.446.778.894 1.168 1.339.137.001.41.001.548.003a32.94 32.94 0 0 1-1.171-1.334l-.545-.008m-9.76 1.348c.139.001.419.007.559.01.382-.446.753-.898 1.132-1.345a47.25 47.25 0 0 0-.531.032c-.374.446-.76.88-1.16 1.303m-.542 3.432c.743.004 1.488.051 2.232.008.219-.003.39-.159.568-.266 1.141-.799 2.319-1.543 3.474-2.321 1.288.822 2.509 1.752 3.807 2.554.797.052 1.599.003 2.397.018-2.086-1.207-4.137-2.473-6.219-3.686-2.095 1.217-4.174 2.461-6.259 3.692m-.187-2.708c-.84.93-1.714 1.828-2.572 2.742.28-.004.56-.008.84-.014.792-.917 1.59-1.829 2.381-2.748-.217.007-.432.014-.648.019m12.283-.039c.771.916 1.559 1.819 2.316 2.746.272.006.542.01.814.014-.832-.916-1.672-1.826-2.498-2.748l-.632-.012z"/><path fill="#f9e538" d="M10.988 11.36c.103-.157.098-.457.338-.468a7.17 7.17 0 0 1 1.382-.014c.27-.018.343.273.458.454-.724.066-1.452.054-2.178.028z"/><path fill="#242a27" d="M11.614 1.749c.286-.13.626-.126.912.003.363.197.523.603.727.938 2.434 4.4 4.971 8.742 7.43 13.127.913 1.61 1.851 3.206 2.772 4.812.254.418.215 1.022-.185 1.337-.327.295-.797.223-1.201.237-6.897-.03-13.793.003-20.688.043-.673.021-1.163-.786-.868-1.382 2.138-3.979 4.48-7.844 6.714-11.77 1.219-2.255 2.52-4.465 3.792-6.691.15-.254.314-.528.594-.654M7.014 13.164a2348.298 2348.298 0 0 1-4.201 7.233c6.119-.003 12.237-.05 18.356-.03a1455.45 1455.45 0 0 0-4.873-8.588c-1.428-2.481-2.779-5.006-4.215-7.481a384.404 384.404 0 0 0-5.066 8.866z"/><path fill="#242a27" d="M10.811 10.508c.672-.123 1.359-.102 2.037-.083.606.007.581.796.932 1.146-.143.433-.276.869-.426 1.299l-.367.004-.007-.432c-.617.025-1.233.046-1.85.043l-.023.404-.422.088.039-.459-.254-.039.017-.179c.528 0 1.058.025 1.585-.023-.523-.041-1.048-.028-1.572-.039-.05-.19-.112-.377-.141-.571.226-.354.397-.739.452-1.16m.177.853c.726.026 1.454.039 2.178-.028-.114-.181-.188-.472-.458-.454a7.17 7.17 0 0 0-1.382.014c-.24.011-.234.31-.338.468zM9.861 13.015c-.09-.157.161-.367.295-.236.088.156-.163.368-.295.236zM13.868 12.665c.346.228.593.566.859.877-.422-.128-.621-.548-.859-.877zM9.567 13.193c.226-.219.458.119.163.241-.225.226-.461-.12-.163-.241zM14.633 13.604c.258.117.49.281.703.466l-.366.012c-.114-.159-.228-.317-.338-.479zM8.881 14.112c-.059-.21.241-.499.448-.401.066.212-.244.491-.448.401zM8.844 15.789c1.046-.64 2.12-1.233 3.172-1.865 1.039.601 2.061 1.229 3.083 1.858-.381-.003-.761-.006-1.142-.006a64.033 64.033 0 0 0-1.941-1.312c-.636.403-1.222.881-1.868 1.27-.418.12-.873.034-1.305.054zM7.821 15.141c.301-.366.604-.794 1.116-.841-.288.379-.572.855-1.116.841zM15.16 14.331l.381.01c.229.246.459.488.688.734a33.506 33.506 0 0 0-.457-.019c-.206-.241-.41-.483-.612-.724zM16.07 15.434l.545.008c.375.458.772.897 1.171 1.334-.138-.001-.411-.001-.548-.003-.39-.446-.778-.894-1.168-1.339zM6.31 16.782c.4-.423.786-.858 1.16-1.303l.531-.032c-.379.447-.75.899-1.132 1.345l-.559-.01zM5.768 20.214c2.086-1.232 4.164-2.476 6.259-3.692 2.083 1.212 4.134 2.479 6.219 3.686-.799-.015-1.6.034-2.397-.018-1.298-.803-2.519-1.732-3.807-2.554-1.156.778-2.334 1.523-3.474 2.321-.178.108-.349.263-.568.266-.743.043-1.488-.004-2.232-.008zM5.581 17.505l.648-.019c-.79.919-1.589 1.83-2.381 2.748-.28.006-.56.01-.84.014.858-.914 1.732-1.812 2.572-2.742zM17.865 17.465l.632.012c.826.921 1.666 1.832 2.498 2.748-.272-.004-.542-.008-.814-.014-.757-.927-1.545-1.83-2.316-2.746z"/></symbol><symbol viewBox="0 0 24 24" id="warning--keep-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0d1211" d="M11.468.587c.178-.161.375-.356.634-.347.329.027.563.29.79.499A559.415 559.415 0 0 1 23.51 11.356c.178.176.332.377.438.605v.163c-.438.826-1.163 1.442-1.787 2.123a525.28 525.28 0 0 1-9.171 9.112c-.221.204-.431.43-.701.571-.318.139-.621-.097-.839-.304-1.412-1.309-2.775-2.669-4.155-4.011C5.034 17.381 2.77 15.15.58 12.846c-.237-.242-.488-.613-.298-.953.299-.445.704-.807 1.067-1.199C4.665 7.269 8.065 3.926 11.467.586m.467.156c-.262.137-.446.377-.657.577C7.808 4.794 4.331 8.263.86 11.736c-.237.189-.26.551-.015.747 3.625 3.626 7.249 7.252 10.876 10.876.191.24.557.199.737-.031 3.608-3.605 7.209-7.216 10.817-10.822.269-.201.245-.593-.016-.789C19.687 8.142 16.108 4.571 12.538.994c-.159-.151-.365-.348-.604-.25z"/><path fill="#0d1211" d="M15.731 6.911c.25-.07.565-.062.724.175.347.412.99.915.657 1.51-1.97 1.937-3.914 3.903-5.871 5.854-.169.183-.521.345-.391.645.289.285.637.512.871.851-.719.343-1.503.499-2.263.719-.412.05-.827.083-1.226.206-.539.101-1.094.071-1.639.049.04-.398.18-.774.269-1.161.199-.712.329-1.442.555-2.148.109-.35.18-.732.411-1.028.132-.185.388-.201.585-.124.234.129.361.378.532.572.746-.437 1.23-1.188 1.932-1.68.531-.353.923-.861 1.403-1.273.473-.41.844-.922 1.345-1.302.676-.651 1.33-1.333 2.107-1.866z"/><path fill="#fecf33" d="M11.934.742c.239-.098.444.099.604.25 3.57 3.578 7.149 7.148 10.721 10.723.261.196.285.588.016.789-3.608 3.606-7.209 7.217-10.817 10.822-.181.23-.546.271-.737.031C8.094 19.734 4.47 16.107.845 12.481c-.245-.195-.222-.558.015-.747C4.331 8.261 7.808 4.792 11.277 1.317c.21-.2.394-.44.657-.577m3.797 6.171c-.777.533-1.431 1.215-2.107 1.866-.501.38-.872.893-1.345 1.302-.48.412-.872.919-1.403 1.273-.703.492-1.187 1.243-1.932 1.68-.172-.194-.298-.443-.532-.572-.197-.078-.453-.061-.585.124-.231.296-.301.678-.411 1.028-.226.706-.355 1.436-.555 2.148-.089.387-.229.763-.269 1.161.545.022 1.1.052 1.639-.049.398-.124.814-.156 1.226-.206.76-.22 1.544-.376 2.263-.719-.234-.339-.582-.566-.871-.851-.13-.3.223-.463.391-.645 1.958-1.951 3.901-3.917 5.871-5.854.333-.595-.309-1.099-.657-1.51-.159-.237-.474-.245-.724-.175z"/></symbol><symbol viewBox="0 0 24 24" id="warning--keep-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0d1111" d="M11.213.639c.195-.179.409-.382.687-.399.258-.009.454.187.633.347 3.402 3.34 6.801 6.682 10.117 10.108.364.391.767.753 1.066 1.199.178.31-.028.669-.249.898-1.203 1.282-2.445 2.527-3.686 3.772-2.352 2.345-4.711 4.685-7.124 6.966-.253.232-.572.559-.948.401-.431-.249-.752-.642-1.115-.975a422.415 422.415 0 0 1-5.756-5.682c-1.325-1.331-2.663-2.648-3.947-4.02-.322-.343-.626-.71-.839-1.132v-.162c.155-.279.359-.528.582-.756A572.661 572.661 0 0 1 11.213.64m.532.127a1.607 1.607 0 0 0-.282.226C7.893 4.571 4.314 8.141.741 11.716c-.26.197-.284.587-.015.789 3.607 3.606 7.209 7.217 10.817 10.822.148.169.418.277.617.128.27-.208.49-.471.733-.708 3.269-3.268 6.534-6.538 9.805-9.804.214-.229.484-.422.624-.71.068-.218-.09-.405-.23-.549-3.58-3.57-7.152-7.148-10.727-10.722-.154-.158-.396-.334-.62-.195z"/><path fill="#0d1111" d="M7.959 7.306c.152-.165.416-.144.612-.081.603.403 1.105.929 1.595 1.457.411.404.881.741 1.274 1.165.824.813 1.683 1.589 2.489 2.419.38.321.73.726 1.215.88.176-.182.354-.359.529-.542.211-.017.476-.026.585.199.367.635.437 1.386.666 2.073.129.688.369 1.351.484 2.041-.681.047-1.375.043-2.035-.145-.994-.149-1.985-.341-2.921-.717.081-.433.571-.636.854-.937-.033-.254-.237-.423-.395-.605-.58-.649-1.286-1.168-1.844-1.837-1.01-.961-1.984-1.96-2.98-2.937-.378-.393-.785-.759-1.138-1.177.252-.48.607-.899 1.011-1.258z"/><path fill="#fecf33" d="M11.745.767c.224-.139.466.037.62.195 3.575 3.574 7.148 7.152 10.727 10.722.14.144.298.332.23.549-.14.288-.41.481-.624.71-3.271 3.266-6.536 6.536-9.805 9.804-.243.237-.464.499-.733.708-.199.149-.469.041-.617-.128-3.608-3.605-7.21-7.216-10.817-10.822-.269-.202-.245-.592.015-.789C4.314 8.141 7.893 4.57 11.463.993c.088-.083.178-.164.282-.226M7.959 7.306a4.505 4.505 0 0 0-1.011 1.258c.352.418.76.783 1.138 1.177.996.977 1.97 1.976 2.98 2.937.559.669 1.264 1.189 1.844 1.837.158.182.363.35.395.605-.283.3-.773.503-.854.937.935.376 1.927.568 2.921.717.661.188 1.354.192 2.035.145-.115-.689-.355-1.352-.484-2.041-.229-.687-.299-1.438-.666-2.073-.109-.225-.374-.217-.585-.199-.175.183-.353.361-.529.542-.485-.154-.835-.56-1.215-.88-.806-.83-1.665-1.606-2.489-2.419-.392-.424-.863-.761-1.274-1.165-.49-.528-.993-1.054-1.595-1.457-.196-.063-.46-.085-.612.081z"/></symbol><symbol viewBox="0 0 24 24" id="warning--kiwi-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.982 0h.251c.334.048.623.233.851.474 3.515 3.524 7.043 7.036 10.553 10.564.468.434.461 1.226-.008 1.656A51439.15 51439.15 0 0 0 13.183 23.14c-.245.239-.467.508-.755.695-.434.269-1.036.174-1.382-.194C7.484 20.079 3.923 16.515.361 12.954c-.193-.185-.301-.436-.36-.692v-.242c.048-.337.24-.622.485-.85C4.044 7.607 7.607 4.05 11.165.486a1.61 1.61 0 0 1 .818-.485m-.189.282c-.185.077-.325.223-.468.359C7.745 4.225 4.161 7.806.58 11.389c-.236.216-.404.528-.353.858.036.371.348.61.589.857 3.46 3.462 6.923 6.922 10.381 10.385.294.308.809.38 1.162.133.296-.215.526-.505.788-.757 3.443-3.44 6.888-6.88 10.327-10.324.414-.37.376-1.058-.044-1.409-3.523-3.518-7.04-7.043-10.566-10.56-.26-.299-.692-.448-1.07-.289z"/><path fill="#ffd033" d="M11.806.642c.268-.204.634-.079.835.156 3.34 3.336 6.677 6.674 10.015 10.012.253.274.563.506.754.832.176.41-.205.724-.466.978-3.572 3.548-7.121 7.123-10.69 10.676-.226.227-.62.198-.829-.038-3.443-3.438-6.88-6.884-10.326-10.32-.221-.241-.564-.454-.56-.82-.004-.235.175-.406.325-.562C4.303 8.112 7.747 4.673 11.188 1.23c.203-.199.39-.416.618-.588m1.344 6.6c-1.278.43-2.377 1.248-3.418 2.084-.542-.074-1.14-.203-1.651.062-.596.398-.595 1.216-1.079 1.706-.736.865-1.433 1.772-1.888 2.822.535-.558 1.072-1.121 1.684-1.596.515-.4 1.034-.886 1.717-.943.71-.058 1.296.418 1.95.604.773.216 1.56.379 2.344.552.1.401-.002.798-.252 1.121-.518-.046-1.008.132-1.434.419l.587.006c-.362.115-.739.248-.941.599.535-.034 1.081-.024 1.583-.246.01.358-.126.683-.332.967.298-.164.678-.31.752-.685.164-.611.596-1.091.982-1.574.205.442.349.979.079 1.428-.151.344-.502.509-.838.62-.438.146-.712.55-.943.924.335-.202.676-.402 1.066-.475-.18.292-.354.596-.377.948.394-.26.733-.59 1.07-.918-.006.312.016.641.238.883.11-.552.074-1.127.234-1.668.196-.491.648-.806 1.025-1.152.508-.41.917-.924 1.303-1.447.583-.787.772-1.832.605-2.788-.158-.871-.782-1.61-1.576-1.982-.764-.359-1.67-.565-2.49-.271z"/><path d="M11.794.283c.378-.158.81-.01 1.07.289 3.526 3.517 7.043 7.042 10.566 10.56.42.35.458 1.039.044 1.409-3.439 3.444-6.884 6.883-10.327 10.324-.263.252-.492.542-.788.757-.353.247-.868.175-1.162-.133C7.739 20.026 4.275 16.566.816 13.104c-.241-.247-.553-.486-.589-.857-.052-.33.116-.642.353-.858C4.161 7.806 7.745 4.225 11.326.642c.143-.136.283-.282.468-.359m.012.359c-.228.172-.415.389-.618.588C7.748 4.673 4.304 8.112.864 11.556c-.15.156-.329.326-.325.562-.004.366.34.578.56.82 3.446 3.436 6.883 6.882 10.326 10.32.209.236.604.265.829.038 3.569-3.553 7.117-7.128 10.69-10.676.26-.254.642-.568.466-.978-.191-.325-.5-.558-.754-.832C19.318 7.473 15.98 4.134 12.641.798c-.202-.235-.568-.36-.835-.156z"/><path d="M13.15 7.242c.82-.294 1.726-.088 2.49.271.793.372 1.417 1.111 1.576 1.982.167.955-.022 2-.605 2.788-.386.523-.796 1.037-1.303 1.447-.377.346-.829.661-1.025 1.152-.16.541-.124 1.116-.234 1.668-.222-.242-.244-.571-.238-.883-.337.328-.677.658-1.07.918.023-.352.197-.656.377-.948-.39.073-.731.274-1.066.475.232-.374.505-.778.943-.924.336-.112.686-.276.838-.62.27-.449.126-.986-.079-1.428-.385.484-.817.964-.982 1.574-.074.376-.455.521-.752.685.206-.284.342-.61.332-.967-.502.222-1.048.212-1.583.246.202-.35.578-.484.941-.599l-.587-.006c.426-.287.916-.464 1.434-.419.25-.323.352-.72.252-1.121-.784-.173-1.571-.336-2.344-.552-.654-.186-1.24-.661-1.95-.604-.683.058-1.202.544-1.717.943-.612.475-1.148 1.038-1.684 1.596.455-1.05 1.152-1.957 1.888-2.822.484-.491.482-1.308 1.079-1.706.511-.265 1.109-.137 1.651-.062 1.04-.836 2.14-1.655 3.418-2.084z"/></symbol><symbol viewBox="0 0 24 24" id="warning--kiwi-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.976 0h.259c.301.05.576.197.788.416 3.502 3.499 6.998 7.003 10.501 10.501.292.277.522.664.456 1.08-.059.515-.505.839-.84 1.184-3.463 3.46-6.924 6.92-10.382 10.384-.254.268-.611.463-.991.418-.502-.022-.82-.448-1.15-.768A14826 14826 0 0 0 .905 13.5c-.353-.368-.815-.696-.906-1.234v-.248c.05-.341.245-.626.491-.857C4.047 7.601 7.607 4.046 11.163.485c.221-.233.497-.412.812-.485m-.192.288c-.204.092-.359.26-.518.413C7.688 4.288 4.097 7.864.521 11.452c-.391.344-.398 1.007-.004 1.351 3.397 3.404 6.803 6.802 10.199 10.206.221.218.424.462.684.636.362.228.86.133 1.147-.175 3.636-3.647 7.288-7.28 10.925-10.926.415-.371.379-1.06-.042-1.411C19.907 7.616 16.391 4.091 12.866.575c-.264-.301-.703-.454-1.084-.287z"/><path fill="#ffd033" d="M11.814.637c.266-.2.625-.068.827.16 3.481 3.48 6.961 6.961 10.444 10.44.202.202.448.456.348.77-.139.355-.481.575-.732.85-3.466 3.458-6.926 6.924-10.388 10.386-.184.206-.512.287-.749.122-.253-.186-.455-.43-.678-.648L.741 12.575a.601.601 0 0 1 .014-.902C4.243 8.162 7.756 4.672 11.25 1.166c.182-.181.355-.376.564-.528M6.932 7.296c-1.424.997-2.029 2.927-1.64 4.588.257.822 1.223 1.003 1.711 1.633a2.63 2.63 0 0 1 .229 2.459c.539.419.991.935 1.328 1.528.158-.341.004-.701-.085-1.037.372.155.764.247 1.164.294-.184-.29-.454-.499-.712-.718.246-.011.491.004.736.014-.368-.313-.865-.324-1.324-.347-.144-.518-.448-1.006-.454-1.553-.007-.337.515-.66.73-.318.24.37.161.833.175 1.249.476.372.99.694 1.519.983-.012-.32-.257-.534-.437-.772.469.018.93.14 1.316.412.049-.329-.275-.494-.451-.715l.414.044c-.302-.695-1.158-.257-1.693-.498-.652-.556-.365-1.73.422-2.004.354-.067.732-.012 1.072-.156.306-.125.596-.289.913-.39.425-.146.892-.091 1.315-.245.461-.155.86-.48 1.354-.538.618-.025 1.22.24 1.681.643.918.782 1.524 1.843 2.236 2.8a.503.503 0 0 0 .402.239c-.366-1.231-1.319-2.155-1.952-3.244-.288-.466-.241-1.048-.502-1.525-.236-.479-.584-.992-1.148-1.096-.481-.126-.966.113-1.446.035-.553-.226-.634-.917-1.048-1.296-.563-.506-1.224-.938-1.975-1.1-1.295-.29-2.747-.152-3.851.63z"/><path fill="#ffd033" d="M15.161 9.886c.241-.092.396.283.156.38-.245.088-.385-.27-.156-.38z"/><path d="M11.783.288c.38-.167.82-.014 1.084.287 3.524 3.516 7.04 7.04 10.564 10.558.421.352.457 1.04.042 1.411-3.637 3.646-7.289 7.279-10.925 10.926-.287.308-.785.403-1.147.175-.26-.174-.463-.418-.684-.636C7.321 19.605 3.915 16.207.518 12.803c-.395-.344-.388-1.007.004-1.351C4.098 7.864 7.688 4.288 11.266.701c.16-.152.314-.32.518-.413m.03.349c-.209.152-.382.347-.564.528C7.756 4.671 4.243 8.161.755 11.672a.6.6 0 0 0-.014.902l10.145 10.142c.223.218.425.462.678.648.236.164.565.084.749-.122 3.462-3.462 6.923-6.928 10.388-10.386.251-.275.593-.494.732-.85.1-.314-.146-.569-.348-.77-3.482-3.479-6.962-6.96-10.444-10.44-.202-.228-.56-.36-.827-.16z"/><path d="M6.932 7.296c1.104-.782 2.556-.92 3.851-.63.751.162 1.412.594 1.975 1.1.414.379.494 1.07 1.048 1.296.48.078.965-.161 1.446-.035.564.103.912.617 1.148 1.096.26.478.214 1.06.502 1.525.634 1.088 1.586 2.012 1.952 3.244a.503.503 0 0 1-.402-.239c-.712-.956-1.318-2.017-2.236-2.8-.461-.403-1.063-.668-1.681-.643-.493.058-.893.383-1.354.538-.424.154-.89.098-1.315.245-.317.101-.607.265-.913.39-.34.144-.718.089-1.072.156-.787.274-1.074 1.448-.422 2.004.535.241 1.391-.197 1.693.498l-.414-.044c.176.221.5.386.451.715-.386-.271-.847-.394-1.316-.412.18.238.425.451.437.772a11.1 11.1 0 0 1-1.519-.983c-.014-.416.065-.88-.175-1.249-.215-.342-.737-.019-.73.318.006.547.31 1.034.454 1.553.458.023.955.034 1.324.347-.245-.011-.49-.025-.736-.014.258.218.528.427.712.718a4.327 4.327 0 0 1-1.164-.294c.089.336.244.696.085 1.037a5.189 5.189 0 0 0-1.328-1.528c.337-.8.251-1.736-.229-2.459-.488-.63-1.454-.811-1.711-1.633-.389-1.661.216-3.59 1.64-4.588m8.228 2.589c-.229.11-.089.468.156.38.24-.097.085-.473-.156-.38z"/></symbol><symbol viewBox="0 0 24 24" id="warning--koala-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#282622" d="M10.912.21a.835.835 0 0 1 .725.152c.225.181.439.375.655.567 1.01.916 2.009 1.846 3.02 2.761.663.609 1.329 1.215 1.976 1.841.185.184.382.358.533.572.02.034.05.057.088.069.263.092.439.318.647.49 1.293 1.173 2.601 2.33 3.879 3.518.239.234.494.456.686.731.128.175.102.405.081.607-.065.204-.188.384-.301.563-.228.257-.515.454-.76.695-.114.134-.233.265-.349.398-.224.322-.506.596-.775.879-.437.531-.908 1.032-1.362 1.547a1024.415 1024.415 0 0 0-5.858 6.616c-.443.487-.86 1.002-1.354 1.44-.177.174-.441.166-.668.131-.169-.065-.299-.199-.445-.302-.515-.44-1-.914-1.497-1.374-2.344-2.207-4.701-4.399-7.045-6.606-.758-.724-1.527-1.437-2.272-2.175-.19-.183-.353-.426-.322-.703-.012-.305.213-.531.395-.746 1.928-2.253 3.903-4.466 5.832-6.718 1.088-1.259 2.181-2.514 3.266-3.776.25-.287.497-.579.761-.853.132-.134.273-.277.461-.325m.129.378c-.205.055-.332.237-.465.388C9.327 2.406 8.105 3.857 6.85 5.28c-.36.413-.706.838-1.083 1.236-.356.405-.69.829-1.065 1.217-.329.354-.637.727-.95 1.095-.444.487-.86 1-1.303 1.488-.404.463-.794.939-1.208 1.392-.174.205-.363.399-.531.609-.121.143-.134.349-.083.523.077.17.234.281.367.405.671.616 1.32 1.254 1.995 1.865 2.79 2.627 5.597 5.235 8.385 7.863.17.152.323.347.552.408.184.045.353-.074.472-.202.544-.572 1.046-1.182 1.573-1.769.271-.295.514-.615.783-.912.439-.506.888-1.001 1.327-1.507.49-.52.954-1.065 1.426-1.601.544-.66 1.137-1.277 1.71-1.913.665-.763 1.35-1.509 2.03-2.259.44-.491.882-.98 1.333-1.46.117-.13.255-.276.232-.466.013-.166-.103-.299-.217-.403-.441-.398-.888-.79-1.313-1.205-1.106-.979-2.188-1.984-3.295-2.962-.389-.372-.805-.715-1.188-1.093-.548-.515-1.117-1.007-1.669-1.517-1.126-1.038-2.249-2.079-3.382-3.11-.198-.183-.404-.47-.71-.414z"/><path fill="#282622" d="M14.453 6.359c.271-.04.556.028.796.158.177.092.225.302.264.48.026.162.122.318.083.485-.046.188-.071.397-.212.543-.124.158-.325.23-.445.393a1.111 1.111 0 0 0-.406.027c.001.219.026.44-.031.655-.063.247-.024.503-.056.753-.077.342-.135.687-.222 1.026-.036.151-.034.311-.098.454-.063.161-.182.288-.268.435-.101.166-.175.345-.26.519-.076.156-.19.287-.287.429.137-.163.255-.34.391-.505.179-.217.243-.508.454-.702.17.254.318.524.434.807.072.177.129.36.214.532.201.419.229.896.413 1.32.198.375.494.687.794.982.088.082.185.183.316.176.275.004.551-.01.826-.006.231.004.46-.046.69-.013-.203.08-.417.128-.628.181.002.161-.005.321-.011.482-.387.113-.788.18-1.192.179-.212-.003-.41.08-.61.135-.102-.266-.223-.528-.408-.748-.292-.378-.587-.754-.864-1.143-.301-.449-.582-.911-.881-1.362-.168-.243-.284-.534-.537-.704.084.178.205.333.318.493.371.565.655 1.186 1.073 1.721.249.329.486.665.74.99.196.265.407.539.47.871.028.119-.006.239-.033.355a1.599 1.599 0 0 0-.285-.388c-.074.098-.168.193-.188.32-.026.133-.041.269-.075.401a3.612 3.612 0 0 0-.278-.53c-.096.068-.206.121-.289.207-.09.123-.103.279-.12.426-.142-.281-.241-.58-.342-.877-.076-.21-.048-.454-.183-.642-.122-.179-.282-.329-.399-.511-.326-.476-.868-.718-1.338-1.019-.73-.445-1.24-1.163-1.635-1.905-.157-.285-.22-.615-.408-.884.118.395.233.792.369 1.182-.552-.146-1.185-.094-1.661.24-.263.194-.532.417-.65.733.198-.159.322-.391.527-.542.355-.26.797-.394 1.237-.39.27.009.554.088.747.288.2.205.346.455.482.705.104.194.189.409.174.634-.004.267-.101.57-.35.705-.131.077-.266.148-.389.237a.974.974 0 0 0 .847-.733c.082-.257-.019-.518-.092-.764.183.157.353.33.551.469.344.24.713.441 1.067.664.167.104.321.234.431.398.088.132.176.266.287.381a.732.732 0 0 1 .201.388c.043.233.084.466.13.698-.852.069-1.697.207-2.553.219-.275.031-.551.03-.826.044-.407.048-.814-.038-1.221-.041-.423.037-.848.039-1.27.082-.305.054-.609.122-.92.117-.023-.069-.043-.139-.064-.209-.133-.014-.263-.042-.394-.067.045-.109.083-.222.131-.33-.305-.052-.648-.011-.908-.209-.02-.123-.013-.249-.027-.373.134-.058.272-.112.42-.117.368-.015.737-.004 1.106.001.24.005.473-.057.71-.084.163-.018.323.032.477.079.225.077.467.105.703.101.151-.049.286-.134.432-.196-.309.048-.624.138-.938.067-.225-.039-.445-.163-.678-.112-.312.053-.629.134-.948.094-.271-.059-.455-.285-.649-.465-.205-.192-.369-.445-.389-.732-.068-.823.241-1.612.53-2.366.203-.55.557-1.023.918-1.479.172-.216.35-.434.584-.586.381-.245.786-.448 1.184-.663.441-.227.891-.447 1.285-.752a.368.368 0 0 1-.022-.21c-.089.006-.179.011-.268.015-.025-.065-.045-.132-.079-.192-.088-.097-.228-.136-.301-.248-.073-.176.048-.345.085-.514.022-.144.005-.301.09-.428.097-.152.137-.36.309-.448.432-.204.953-.131 1.358.102.092.035.099.142.122.224.061.249.002.502-.036.749.151-.273.159-.591.142-.894.249-.085.5-.18.766-.197.305-.02.601.071.899.12.242.032.443.191.598.371.153.205.131.476.175.716.121-.382-.041-.78-.283-1.076.165-.155.332-.327.552-.401m-1.046 2.359c.27 0 .522-.118.79-.142-.249-.153-.638-.142-.79.142m-2.918-.115l.061.476c.028.237.264.372.326.596.074.226.188.441.365.603-.116-.22-.253-.429-.337-.665-.058-.19-.308-.271-.301-.486-.009-.18-.028-.364-.114-.526m.903.227c.082.06.155.153.26.169.158-.035.275-.172.437-.197.095-.012.191-.01.287-.016-.11-.068-.226-.172-.365-.139-.212.04-.418.104-.618.183m2.393-.043c-.211-.019-.328.295-.148.408.164.09.483.058.477-.184.018-.176-.185-.251-.329-.224m-1.77.183c-.153.027-.194.192-.143.321.141.146.451.113.51-.094.042-.196-.217-.283-.367-.227m.675.096c-.085.064-.12.172-.122.275-.011.283.017.57.103.841.037.099.077.216.18.263.194.075.399-.004.598-.004-.057-.337.107-.661.066-.997-.036-.175-.144-.352-.32-.412-.16-.058-.363-.078-.504.034m-1.237 1.392c.17.223.397.397.562.626.391.516.815 1.008 1.176 1.546a2.127 2.127 0 0 0-.432-.758c-.216-.233-.405-.488-.605-.734-.216-.244-.407-.524-.702-.68m1.143.15c.145.151.367.14.557.107.12-.026.207-.12.291-.203-.282.043-.56.116-.848.095m.314.372c.22.027.523.069.648-.164-.224.017-.444.07-.648.164m2.259 3.989c-.144-.003-.256.095-.352.19.206-.056.417-.083.631-.082-.085-.052-.172-.125-.279-.108m-4.52.279c-.206.036-.306.246-.402.409.117.041.234.108.363.093.37-.048.746-.017 1.114-.082-.04-.12-.065-.263-.182-.334-.26-.186-.598-.139-.893-.087m2.114.309c-.314.027-.624.074-.936.117.128.005.258.013.386-.006.332-.039.677-.023.997-.133a1.761 1.761 0 0 0-.447.021m-2.544.425c-.008.14.126.222.219.303a1.758 1.758 0 0 1 .055-.521c-.108.046-.262.076-.274.218m.398-.225c.146.135.243.308.353.471.055-.135.076-.303.205-.391.137.011.155.194.227.286.035-.093.081-.187.076-.289-.262-.14-.576-.065-.86-.077z"/><path fill="#bd8603" d="M11.038.587c.306-.056.511.231.71.414 1.132 1.031 2.256 2.071 3.382 3.11.552.51 1.121 1.002 1.669 1.517.383.378.799.722 1.188 1.093 1.106.978 2.189 1.983 3.295 2.962.425.415.872.807 1.313 1.205.114.104.229.237.217.403.023.19-.115.336-.232.466-.451.481-.893.97-1.333 1.46-.68.75-1.364 1.496-2.03 2.259-.572.635-1.165 1.252-1.71 1.913-.472.536-.936 1.081-1.426 1.601-.438.506-.888 1.002-1.327 1.507-.268.297-.511.617-.783.912-.527.587-1.029 1.197-1.573 1.769-.119.128-.288.247-.472.202-.229-.061-.382-.256-.552-.408-2.788-2.628-5.595-5.236-8.385-7.863-.674-.612-1.324-1.25-1.995-1.865-.132-.124-.29-.235-.367-.405-.051-.174-.038-.38.083-.523.168-.211.356-.404.531-.609.415-.453.804-.929 1.208-1.392.443-.488.859-1 1.303-1.488.314-.367.621-.74.95-1.095.375-.388.709-.812 1.065-1.217.377-.398.724-.823 1.083-1.236C8.105 3.856 9.327 2.405 10.573.974c.132-.151.26-.333.465-.388m3.415 5.773c-.22.074-.387.246-.552.401.242.297.404.694.283 1.076-.045-.24-.022-.511-.175-.716-.155-.179-.356-.339-.598-.371-.298-.049-.594-.14-.899-.12-.266.017-.517.112-.766.197.017.304.009.621-.142.894.038-.247.097-.5.036-.749-.023-.082-.031-.189-.122-.224-.405-.232-.927-.305-1.358-.102-.173.089-.212.296-.309.448-.085.127-.067.284-.09.428-.037.169-.158.338-.085.514.072.112.213.151.301.248.034.061.054.127.079.192.089-.004.179-.009.268-.015a.368.368 0 0 0 .022.21c-.394.305-.844.525-1.285.752-.398.214-.803.417-1.184.663-.234.152-.412.37-.584.586-.36.455-.715.929-.918 1.479-.29.754-.599 1.542-.53 2.366.02.287.184.54.389.732.194.18.378.406.649.465.319.04.635-.041.948-.094.233-.051.453.073.678.112.314.072.629-.019.938-.067-.146.062-.281.146-.432.196a2.044 2.044 0 0 1-.703-.101c-.154-.047-.314-.097-.477-.079-.236.027-.47.089-.71.084-.369-.005-.738-.016-1.106-.001a1.166 1.166 0 0 0-.42.117c.014.124.007.25.027.373.26.198.604.157.908.209-.048.108-.085.22-.131.33.131.025.261.053.394.067.02.07.041.14.064.209.311.006.615-.063.92-.117.422-.043.847-.044 1.27-.082.407.003.814.089 1.221.041.275-.014.552-.013.826-.044.856-.012 1.701-.15 2.553-.219-.046-.233-.087-.465-.13-.698a.732.732 0 0 0-.201-.388c-.111-.115-.199-.249-.287-.381a1.402 1.402 0 0 0-.431-.398c-.355-.223-.723-.425-1.067-.664-.199-.138-.368-.312-.551-.469.073.246.174.507.092.764a.974.974 0 0 1-.847.733c.124-.089.258-.16.389-.237.249-.135.346-.438.35-.705.015-.225-.07-.44-.174-.634-.137-.25-.282-.5-.482-.705-.193-.2-.476-.279-.747-.288a2.078 2.078 0 0 0-1.237.39c-.205.151-.329.383-.527.542.117-.316.386-.539.65-.733.476-.334 1.109-.386 1.661-.24-.137-.39-.251-.786-.369-1.182.188.269.251.599.408.884.395.743.905 1.461 1.635 1.905.471.301 1.013.544 1.338 1.019.117.183.276.332.399.511.135.188.107.432.183.642.101.297.2.597.342.877.017-.146.03-.303.12-.426.083-.085.193-.138.289-.207.106.17.201.345.278.53.033-.132.049-.268.075-.401.02-.127.113-.222.188-.32.116.113.208.246.285.388.028-.116.061-.236.033-.355-.063-.332-.274-.606-.47-.871-.253-.325-.491-.662-.74-.99-.417-.535-.702-1.156-1.073-1.721-.113-.16-.234-.315-.318-.493.253.171.369.462.537.704.299.451.58.913.881 1.362.277.39.572.765.864 1.143.185.22.306.481.408.748.2-.055.398-.138.61-.135.404.001.805-.065 1.192-.179.006-.161.013-.321.011-.482.211-.053.425-.101.628-.181-.23-.033-.459.017-.69.013-.275-.004-.551.011-.826.006-.131.006-.228-.094-.316-.176-.3-.295-.596-.607-.794-.982-.184-.425-.212-.901-.413-1.32-.085-.172-.142-.355-.214-.532a4.608 4.608 0 0 0-.434-.807c-.211.194-.275.485-.454.702-.135.165-.254.342-.391.505.097-.142.211-.273.287-.429.085-.174.159-.353.26-.519.086-.147.206-.275.268-.435.063-.144.061-.304.098-.454.087-.339.145-.685.222-1.026.032-.25-.007-.506.056-.753.057-.214.032-.436.031-.655.133-.033.27-.044.406-.027.119-.163.32-.234.445-.393.141-.146.166-.355.212-.543.039-.168-.057-.323-.083-.485-.039-.178-.088-.388-.264-.48a1.309 1.309 0 0 0-.796-.158z"/><path fill="#bd8603" d="M13.404 8.719c.151-.283.541-.294.79-.142-.268.024-.52.141-.79.142zM10.486 8.604c.086.162.105.346.114.526-.007.215.243.295.301.486.084.236.221.445.337.665a1.389 1.389 0 0 1-.365-.603c-.062-.224-.298-.359-.326-.596-.02-.159-.039-.318-.061-.476zM11.389 8.829c.2-.079.406-.143.618-.183.139-.033.255.071.365.139-.096.006-.192.004-.287.016-.162.025-.279.162-.437.197-.105-.015-.178-.109-.26-.169zM13.783 8.786c.144-.026.347.048.329.224.006.242-.313.274-.477.184-.18-.114-.063-.428.148-.408zM12.013 8.969c.15-.056.41.031.367.227-.059.207-.369.24-.51.094-.05-.129-.01-.294.143-.321zM12.688 9.065c.142-.113.344-.092.504-.034.177.06.284.237.32.412.041.336-.123.66-.066.997-.199.001-.404.079-.598.004-.103-.048-.144-.164-.18-.263a2.467 2.467 0 0 1-.103-.841c.002-.103.037-.211.122-.275zM11.452 10.457c.295.155.486.436.702.68.2.246.389.501.605.734.202.215.333.482.432.758-.361-.538-.785-1.03-1.176-1.546-.166-.228-.392-.402-.562-.626zM12.594 10.607c.288.021.566-.052.848-.095-.084.083-.171.176-.291.203-.19.032-.412.044-.557-.107zM12.908 10.978c.204-.094.424-.148.648-.164-.125.234-.428.191-.648.164zM15.167 14.967c.107-.017.194.056.279.108a2.356 2.356 0 0 0-.631.082c.096-.095.209-.192.352-.19zM10.647 15.246c.295-.052.633-.1.893.087.117.071.142.214.182.334-.369.065-.744.034-1.114.082-.129.015-.246-.052-.363-.093.096-.163.196-.373.402-.409zM12.761 15.554c.148-.022.297-.037.447-.021-.32.11-.665.094-.997.133-.128.018-.257.01-.386.006.311-.043.622-.09.936-.117zM10.217 15.978c.011-.143.166-.172.274-.218-.049.17-.058.346-.055.521-.093-.081-.227-.163-.219-.303zM10.615 15.753c.284.013.599-.063.86.077.004.102-.041.196-.076.289-.072-.093-.089-.275-.227-.286-.129.088-.15.257-.205.391-.109-.163-.207-.336-.353-.471z"/></symbol><symbol viewBox="0 0 24 24" id="warning--koala-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.347.209c.48-.348 1.166-.215 1.554.208 3.56 3.557 7.12 7.117 10.676 10.678.305.288.481.724.383 1.141-.071.412-.415.68-.69.962-3.36 3.356-6.716 6.715-10.073 10.074-.256.244-.485.548-.838.654-.443.154-.95-.004-1.258-.349C7.523 19.994 3.938 16.418.362 12.833c-.496-.457-.451-1.296.048-1.734C3.828 7.674 7.252 4.257 10.672.832c.217-.214.422-.446.673-.623m.342.086c-.347.143-.58.452-.845.703-3.32 3.324-6.641 6.647-9.966 9.965-.252.264-.578.518-.623.906-.058.326.103.642.336.86 3.588 3.578 7.164 7.168 10.752 10.746.344.37.977.366 1.319-.005l10.812-10.812c.401-.371.348-1.048-.059-1.394C19.874 7.719 16.329 4.182 12.791.637c-.27-.307-.702-.492-1.104-.342z"/><path fill="#fee011" d="M11.794.767c.245-.138.504.029.668.21 3.536 3.54 7.081 7.075 10.614 10.619.256.2.264.594.006.794L12.396 23.078c-.146.163-.394.276-.601.154-.278-.194-.492-.463-.736-.697C7.68 19.153 4.298 15.774.918 12.394c-.164-.145-.271-.394-.151-.6.19-.28.456-.494.689-.737 3.2-3.199 6.402-6.4 9.601-9.602.241-.233.457-.498.737-.688m3.474 4.649c-.07.269-.097.576-.294.791-.221.208-.491.35-.738.524.443.092.961.079 1.318.403.248.23.145.613.1.905-.077.479-.655.523-1.038.596.234-.173.498-.3.767-.409.097-.334.308-.85-.08-1.067-.481-.264-1.056-.209-1.572-.367l.026.095c-.259.095-.589.113-.746.371-.125.148-.071.358-.098.534l-.215.326.288-.037c.418-.374.922-.871 1.532-.706.319.052.695.17.68.564-.35-.056-.684-.208-1.039-.222-.413-.007-.712.316-.978.584-.042.155-.09.307-.148.456l.382-.158-.298.426.427-.211-.274.514.332-.193-.125.475.397-.491.056.412.325-.438.18-.013c.025.308.067.616.127.919.16-.313.236-.655.323-.994.008.49-.085.977-.38 1.376-.046-.182-.09-.365-.134-.547l-.194.389c.03-.286.065-.572.1-.857l-.475.628-.052-.427-.359.428-.077-.427-.232.167.002-.552-.358.352.178-.616-.385.124.274-.418c-.094.031-.281.096-.374.128l.221-.479-.27-.014.241-.264-.101-.161a8.78 8.78 0 0 1 .156-.181l.011-.301c-.966-.106-1.859-.533-2.831-.586-.214-.059-.389-.206-.598-.274-.349.032-.691.112-1.039.146-.565.379-1.14.754-1.776.998-.215.275-.329.612-.539.89-.199.293-.494.563-.49.946a6.458 6.458 0 0 1-.241 1.301l.127.236c-.095.161-.229.316-.197.517.026.63-.522 1.078-.643 1.669.059.41.329.779.649 1.03.432.175.922.088 1.316-.143.444-.196.371-.794.35-1.19l.228.08-.134-.158c.187-.08.563-.038.487-.35-.499-.572-1.205-1.076-1.256-1.908.372.857.976 1.643 1.843 2.034.467.144.949.23 1.427.33.181.059.344-.067.508-.121.634.01 1.342.158 1.913-.192.072-.4.005-.818.151-1.205.1-.284.1-.587.074-.883a7.48 7.48 0 0 0 .157-.071c.127.812-.402 1.578-.162 2.382.125.466.257.93.386 1.394l.244-.12.061.205c.124.112.234.238.329.377.294.228.626.398.961.558.358.193.779.256 1.081.546.228.221.551.01.821-.012.086-.084.175-.167.265-.247.5.18.337.754.439 1.16.088-.118.168-.24.242-.366.022.196.04.388.06.586.173-.271.27-.575.11-.875l.317.136c.042-.512-.562-.461-.875-.66.452.002.923.052 1.218.436.275-.098.557-.312.758.042-.121-.21-.121-.589-.424-.624-.428-.072-.866-.073-1.295-.144.352-.182.768-.154 1.132-.308.085.056.172.112.26.163-.005-.265-.283-.428-.516-.473-.352.026-.65.268-.986.346a11.758 11.758 0 0 1-.11-.19 8.892 8.892 0 0 0-.793-.748l.216-.166c-.26-.142-.538-.252-.791-.408a5.677 5.677 0 0 1-.025-.452l-.191-.139-.001-.378c-.175-.152-.386-.272-.52-.466-.066-.21-.074-.432-.095-.648.061.205.109.414.175.619.403.042.625-.473.702-.808-.269-.116-.542-.226-.799-.367.512.113.996.356 1.325.776.014-.041.044-.122.06-.163l.31.154c.263-.074.534-.113.808-.127l.175-.152c.074.01.223.026.298.036.149-.266.418-.416.656-.588-.472-.185-.944-.066-1.368.168.403-.443 1.031-.353 1.55-.216.019-.062.058-.188.076-.251-.09-.266-.476-.376-.436-.712a.797.797 0 0 1 .547-.961c-.071-.745-.63-1.27-1.099-1.796-.262-.274-.368-.642-.512-.983a5.89 5.89 0 0 1-.292-.214l-.302-.24-.176.084-.023-.144c-.23-.006-.458-.05-.689-.056m3.106 4.886c.28-.053.536-.275.5-.582.06-.374-.251-.628-.484-.864-.666.218-.596 1.169-.017 1.446m-7.668 2.658c.101.232.206.461.318.688l.388-.286c-.186.344-.559.472-.858.688-.092.157-.094.35-.143.523.128-.168.257-.337.39-.502l.215.211c.391-.126.731-.378 1.135-.479-.065-.366-.17-.722-.264-1.081-.378.148-.781.191-1.181.238m-6.281 2.483c.14-.182.283-.364.42-.55.053-.074.108-.146.166-.217-.014.264-.274.419-.386.642.067.157.132.318.192.479.18-.39.506-.689.66-1.094-.121.301-.21.628.029.904.138-.406.377-.774.413-1.213a4.983 4.983 0 0 1-.943-.116c-.349.294-.665.67-.55 1.166m11.407.441a9.813 9.813 0 0 0-.152.559l.302-.112.142.319c-.073-.31.108-.512.326-.692l-.152-.295c-.156.073-.31.15-.466.221z"/><path d="M11.687.295c.402-.15.834.035 1.104.342 3.539 3.545 7.084 7.082 10.622 10.627.407.347.46 1.024.059 1.394L12.66 23.47a.922.922 0 0 1-1.319.005C7.753 19.897 4.177 16.307.589 12.729c-.233-.218-.394-.534-.336-.86.044-.388.371-.642.623-.906C4.201 7.645 7.522 4.322 10.842.998c.265-.251.498-.56.845-.703m.107.472c-.28.19-.496.455-.737.688-3.199 3.203-6.401 6.403-9.601 9.602-.233.242-.499.457-.689.737-.12.206-.013.455.151.6 3.38 3.38 6.762 6.76 10.141 10.141.244.234.457.503.736.697.208.122.455.01.601-.154L23.082 12.39a.505.505 0 0 0-.006-.794C19.543 8.052 15.998 4.517 12.462.977c-.164-.181-.424-.348-.668-.21z"/><path d="M15.268 5.416c.23.006.458.05.689.056l.023.144.176-.084.302.24c.095.074.193.145.292.214.144.341.251.709.512.983.469.527 1.028 1.051 1.099 1.796a.796.796 0 0 0-.547.961c-.041.336.346.445.436.712l-.076.251c-.52-.137-1.147-.227-1.55.216.424-.234.896-.353 1.368-.168-.239.172-.508.322-.656.588-.074-.01-.223-.026-.298-.036l-.175.152a3.668 3.668 0 0 0-.808.127l-.31-.154a5.358 5.358 0 0 0-.06.163c-.329-.42-.812-.664-1.325-.776.257.142.53.251.799.367-.077.335-.299.85-.702.808-.066-.205-.114-.414-.175-.619.02.216.029.438.095.648.133.193.344.313.52.466l.001.378.191.139c.002.151.011.302.025.452.253.156.53.266.791.408l-.216.166c.275.236.548.478.793.748l.11.19c.336-.078.635-.319.986-.346.233.044.511.208.516.473a5.694 5.694 0 0 1-.26-.163c-.364.155-.78.126-1.132.308.428.071.866.072 1.295.144.302.035.302.414.424.624-.202-.354-.484-.14-.758-.042-.295-.384-.766-.433-1.218-.436.313.199.917.148.875.66l-.317-.136c.16.3.062.604-.11.875-.02-.198-.038-.39-.06-.586a4.21 4.21 0 0 1-.242.366c-.102-.407.061-.98-.439-1.16-.09.08-.179.163-.265.247-.27.022-.593.233-.821.012-.302-.29-.724-.353-1.081-.546-.335-.16-.667-.33-.961-.558a2.115 2.115 0 0 0-.329-.377 22.649 22.649 0 0 1-.061-.205l-.244.12c-.13-.464-.262-.929-.386-1.394-.24-.804.289-1.57.162-2.382l-.157.071c.025.296.025.599-.074.883-.146.386-.079.805-.151 1.205-.571.35-1.279.202-1.913.192-.163.054-.326.18-.508.121-.478-.1-.96-.186-1.427-.33-.868-.391-1.471-1.177-1.843-2.034.052.832.757 1.336 1.256 1.908.076.312-.3.27-.487.35l.134.158-.228-.08c.02.396.094.995-.35 1.19-.395.23-.884.318-1.316.143-.32-.251-.59-.619-.649-1.03.121-.592.67-1.039.643-1.669-.032-.202.102-.356.197-.517l-.127-.236c.12-.425.21-.859.241-1.301-.005-.383.29-.653.49-.946.21-.278.324-.616.539-.89.636-.245 1.211-.619 1.776-.998.348-.035.69-.114 1.039-.146.209.067.384.215.598.274.972.053 1.865.48 2.831.586l-.011.301-.156.181.101.161-.241.264.27.014c-.073.16-.146.319-.221.479l.374-.128-.274.418.385-.124-.178.616.358-.352-.002.552.232-.167.077.427.359-.428.052.427.475-.628c-.035.284-.07.571-.1.857l.194-.389.134.547c.295-.4.389-.887.38-1.376-.086.338-.163.68-.323.994a8.153 8.153 0 0 1-.127-.919l-.18.013-.325.438-.056-.412-.397.491.125-.475-.332.193.274-.514-.427.211.298-.426-.382.158c.058-.149.106-.301.148-.456.266-.269.565-.592.978-.584.355.014.689.166 1.039.222.014-.394-.361-.512-.68-.564-.611-.166-1.115.331-1.532.706l-.288.037.215-.326c.028-.176-.026-.386.098-.534.157-.258.487-.276.746-.371l-.026-.095c.516.158 1.091.103 1.572.367.389.217.178.733.08 1.067a3.467 3.467 0 0 0-.767.409c.383-.073.961-.118 1.038-.596.046-.292.149-.674-.1-.905-.356-.324-.875-.311-1.318-.403.247-.174.517-.317.738-.524.197-.215.224-.522.294-.791z"/><path d="M18.371 10.301c-.58-.277-.649-1.228.017-1.446.233.236.544.49.484.864.036.307-.221.529-.5.582zM10.702 12.959c.4-.047.803-.09 1.181-.238.094.359.199.715.264 1.081-.404.101-.744.353-1.135.479l-.215-.211c-.133.164-.262.334-.39.502.049-.173.05-.366.143-.523.299-.216.672-.343.858-.688l-.388.286a15.85 15.85 0 0 1-.318-.688zM4.421 15.442c-.115-.497.2-.872.55-1.166.31.072.626.104.943.116-.036.439-.275.808-.413 1.213-.239-.276-.15-.602-.029-.904-.154.406-.48.704-.66 1.094-.06-.161-.125-.322-.192-.479.113-.223.372-.378.386-.642a4.295 4.295 0 0 0-.166.217c-.137.186-.28.367-.42.55zM15.829 15.884c.156-.071.31-.148.466-.221l.152.295c-.218.18-.4.383-.326.692l-.142-.319-.302.112c.046-.188.096-.374.152-.559z"/></symbol><symbol viewBox="0 0 24 24" id="warning--koala-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#403c09" opacity=".95" d="M11.719.041h.482l.031.028h-.544l.031-.029zM11.983 23.938c.052-.047.104-.048.158-.003l-.013.024h-.129l-.016-.021z"/><path fill="#030303" d="M5.483 6.27c2.065-2.071 4.114-4.158 6.206-6.2h.544A1712.38 1712.38 0 0 1 22.54 10.29c.41.42.838.823 1.219 1.269.084.111.209.226.186.379-.035.201-.173.364-.3.516-.237.259-.488.506-.731.76-3.1 3.145-6.211 6.279-9.338 9.398-.465.455-.91.935-1.435 1.323-.053-.045-.106-.044-.158.003a1.972 1.972 0 0 1-.507-.346c-.478-.433-.928-.897-1.391-1.346a1779.754 1779.754 0 0 1-8.604-8.557C1.03 13.228.56 12.784.15 12.285c-.062-.087-.151-.186-.122-.301.05-.192.191-.34.315-.488.435-.49.906-.946 1.362-1.416C2.96 8.806 4.221 7.539 5.482 6.271M11.67.525c-.161.095-.281.241-.412.371C9.929 2.233 8.609 3.58 7.274 4.912 6.145 6.049 5.005 7.175 3.887 8.323 2.841 9.377 1.798 10.434.746 11.482c-.149.139-.292.322-.273.539-.012.171.088.325.206.44.945.935 1.883 1.875 2.824 2.813 1.49 1.495 3.001 2.968 4.495 4.459 1.178 1.171 2.354 2.344 3.535 3.512.131.129.292.258.488.239.276.028.467-.201.641-.377 1.326-1.327 2.635-2.67 3.962-3.997l3.063-3.072a797.177 797.177 0 0 1 3.424-3.457c.131-.136.286-.258.361-.437.048-.223.037-.487-.151-.645-1.704-1.695-3.404-3.394-5.118-5.08-1.841-1.821-3.662-3.661-5.508-5.475-.174-.161-.322-.368-.548-.46-.157-.015-.333-.04-.476.042z"/><path fill="#030303" d="M10.959 7.315c.276-.207.56-.422.895-.525.461-.086.899.129 1.307.314.393.03.793-.04 1.185.025.27.051.487.267.584.519.085.204.06.43.056.645-.006.232-.187.412-.387.504-.139.071-.296.102-.429.187-.009.35.012.702-.019 1.052-.058.313-.338.507-.592.66-.092.063-.219.095-.267.204-.011.091-.006.183-.006.275.246.009.499.017.738-.053.301-.069.542-.277.772-.472.199-.187.41-.363.591-.569.073-.077.138-.164.228-.223.208-.099.446-.109.672-.091.115.013.194.118.23.221.024.194.017.39.006.585.003.094-.074.158-.129.223-.473.481-.95.962-1.479 1.381-.548.412-1.205.636-1.826.909-.067.19-.048.394-.043.592.231.187.524.314.681.58.119.156.157.361.268.517.394.02.789-.001 1.183.008.073.002.14.033.209.051-.003.27.124.525.099.796-.837.45-1.667.914-2.51 1.353-.177-.07-.323-.278-.532-.213-.54.204-1.09.401-1.662.49-.332.013-.668.036-.997-.01-.449-.16-.916-.314-1.289-.623-.539-.432-.818-1.1-.977-1.755-.124-.415-.085-.852-.077-1.278.051-.342.184-.666.33-.977.453-.893 1.144-1.636 1.873-2.311.133-.116.276-.223.389-.361-.269-.157-.564-.273-.803-.479a1.451 1.451 0 0 1-.491-.759c-.046-.328-.011-.679.166-.966.173-.31.519-.531.88-.516.265 0 .537-.019.79.075.124.029.274.12.385.015m2.44 1.023c-.195.092-.24.318-.187.51a.595.595 0 0 0 .214.203c.126.011.278.042.383-.049.237-.164.191-.591-.088-.687-.106-.01-.225-.031-.322.023m-1.941.095c-.245.129-.307.437-.226.683.07.141.2.286.371.281.161.001.354.033.479-.094.172-.144.205-.392.147-.598-.078-.176-.251-.34-.456-.322-.105.005-.224-.017-.314.049m1.28.571a.699.699 0 0 0-.24.322 3.164 3.164 0 0 0-.003.667.662.662 0 0 0 .308.383c.135.018.298.039.399-.074.256-.215.289-.583.228-.89a.73.73 0 0 0-.297-.428c-.127-.025-.28-.045-.396.02z"/><path fill="#f9e825" d="M11.67.525c.143-.082.319-.057.476-.042.226.092.374.299.548.46 1.847 1.815 3.668 3.655 5.508 5.475 1.714 1.686 3.413 3.385 5.118 5.08.188.159.199.422.151.645-.074.179-.23.301-.361.437-1.144 1.15-2.287 2.3-3.424 3.457l-3.063 3.072c-1.326 1.326-2.636 2.669-3.962 3.997-.174.176-.365.405-.641.377-.196.019-.357-.11-.488-.239-1.181-1.169-2.357-2.341-3.535-3.512-1.494-1.491-3.004-2.965-4.495-4.459-.941-.938-1.879-1.878-2.824-2.813-.118-.115-.217-.269-.206-.44-.019-.217.124-.4.273-.539 1.052-1.049 2.095-2.105 3.141-3.159 1.119-1.147 2.258-2.274 3.387-3.411C8.608 3.58 9.928 2.232 11.257.895c.131-.129.251-.276.412-.371m-.71 6.791c-.112.105-.262.015-.385-.015-.253-.094-.526-.075-.79-.075-.36-.015-.706.206-.88.516-.177.287-.212.638-.166.966.07.299.257.563.491.759.239.206.534.322.803.479-.113.138-.256.245-.389.361-.729.675-1.42 1.418-1.873 2.311-.146.311-.279.635-.33.977-.008.427-.047.864.077 1.278.159.655.438 1.323.977 1.755.373.309.84.463 1.289.623.329.046.665.023.997.01.572-.089 1.122-.286 1.662-.49.209-.065.355.142.532.213.843-.439 1.673-.903 2.51-1.353.024-.271-.103-.526-.099-.796-.069-.019-.136-.049-.209-.051-.394-.009-.789.012-1.183-.008-.111-.156-.148-.361-.268-.517-.158-.266-.45-.393-.681-.58-.005-.198-.024-.402.043-.592.621-.272 1.278-.497 1.826-.909.53-.419 1.007-.899 1.479-1.381.056-.065.132-.13.129-.223a3.265 3.265 0 0 0-.006-.585c-.036-.103-.115-.208-.23-.221-.226-.018-.463-.007-.672.091-.089.059-.155.146-.228.223-.181.206-.392.382-.591.569-.23.195-.471.402-.772.472-.239.07-.492.062-.738.053 0-.092-.005-.184.006-.275.048-.109.175-.142.267-.204.254-.153.535-.347.592-.66.032-.349.01-.701.019-1.052.132-.085.289-.116.429-.187.199-.092.381-.272.387-.504.004-.215.029-.441-.056-.645-.097-.251-.314-.468-.584-.519-.391-.065-.792.005-1.185-.025-.408-.185-.846-.4-1.307-.314-.334.103-.618.318-.895.525z"/><path fill="#ffff03" d="M13.401 8.338c.097-.054.216-.033.322-.023.279.096.325.523.088.687-.105.091-.257.06-.383.049a.579.579 0 0 1-.214-.203c-.053-.192-.008-.418.187-.51zM11.46 8.433c.09-.067.209-.044.314-.049.205-.018.378.146.456.322.058.206.025.453-.147.598-.125.127-.318.095-.479.094-.171.005-.3-.141-.371-.281-.08-.246-.018-.554.226-.683zM12.741 9.003c.116-.065.269-.045.396-.02.153.094.247.259.297.428.061.307.027.675-.228.89-.1.113-.264.092-.399.074a.655.655 0 0 1-.308-.383 3.164 3.164 0 0 1 .003-.667.699.699 0 0 1 .24-.322z"/></symbol><symbol viewBox="0 0 24 24" id="warning--koala-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M11.495.065h.983c1.516 1.342 2.928 2.797 4.367 4.22 2.075 2.078 4.154 4.15 6.199 6.257.344.366.732.708.956 1.166v.521a3.982 3.982 0 0 1-.475.599c-1.793 1.859-3.619 3.685-5.439 5.517-1.878 1.875-3.736 3.772-5.669 5.589h-.775c-.251-.114-.457-.299-.65-.492A679.106 679.106 0 0 1 .459 12.911C.28 12.732.106 12.54 0 12.307V11.5a84.694 84.694 0 0 1 1.993-2.073A788.434 788.434 0 0 1 10.795.686c.224-.217.443-.442.7-.622m.204.362c-.208.103-.352.293-.517.451C7.661 4.4 4.138 7.92.617 11.442c-.171.176-.321.444-.209.689.076.277.318.453.507.65l10.501 10.501a.88.88 0 0 0 .344.222c.266.134.568-.035.762-.221.88-.882 1.761-1.763 2.642-2.643.128-.136.311-.215.411-.378.107-.149.239-.277.373-.401 2.461-2.474 4.936-4.934 7.399-7.407.218-.189.197-.498.162-.757-.041-.116-.138-.202-.217-.292-3.6-3.597-7.197-7.196-10.795-10.793-.196-.216-.525-.318-.797-.186z"/><path fill="#040404" d="M15.767 4.484l.196.073c-.066.362-.232.692-.372 1.028-.096.206.059.412.093.614.03.257.026.518.005.777-.082.356-.336.644-.629.85-.133.082-.113.257-.138.391a2.215 2.215 0 0 1-.424 1.252c-.166.227-.415.365-.635.533-.003.176-.004.353.007.529.738-.094 1.462-.395 1.979-.943.227-.195.329-.502.57-.68.271-.12.568-.269.872-.198.187.092.287.302.303.503.014.195.08.389.05.585-.121.261-.369.427-.55.644-.73.847-1.578 1.612-2.57 2.137-.343.188-.722.29-1.097.393-.023.233-.069.463-.093.696.224.164.444.336.627.547.254.279.419.622.614.942.465.033.928-.125 1.39-.031.057.47-.104.944-.355 1.336-.465.517-1.143.772-1.79.976-.282.086-.546.239-.842.268-.262-.01-.499-.145-.725-.266-.298.16-.555.391-.862.537-.245.047-.497.016-.745.022l-.039.226c-1.02.112-2.076-.206-2.889-.827-.631-.493-1.157-1.165-1.347-1.955-.121-.419-.08-.86-.083-1.291-.008-.363.102-.712.2-1.058.323-1.05.937-1.983 1.625-2.828.385-.485.84-.907 1.274-1.346-.324-.13-.691-.153-.983-.358-.425-.26-.654-.768-.627-1.257-.02-.682.325-1.412.961-1.711.338-.191.737-.16 1.11-.15.291.007.563.121.84.197.385-.285.784-.579 1.267-.668.561-.137 1.129.081 1.602.371.15.106.314-.019.458-.072.242-.12.524-.108.784-.071.2.067.373.193.569.269.177-.31.245-.666.399-.987m-4.473 1.206c-.214.128-.378.425-.665.347-.262-.057-.508-.192-.782-.196-.305-.006-.631-.043-.91.105-.771.357-1.03 1.502-.458 2.138.397.369.968.43 1.486.429.164-.008.101.2.134.301-.232.241-.503.442-.741.676-.717.708-1.38 1.48-1.887 2.353-.483.835-.86 1.784-.794 2.765-.037.708.244 1.41.712 1.935a3.733 3.733 0 0 0 2.718 1.309c.768.055 1.466-.376 2.024-.863.247-.104.391.157.582.254.247.04.508.028.731-.094.558-.194 1.156-.335 1.629-.709.297-.215.438-.6.415-.957a6.674 6.674 0 0 1-1.156.07c-.325-.533-.56-1.201-1.158-1.492-.653-.052-1.33-.066-1.966.121-.168.033-.243-.162-.227-.301.219-.179.507-.173.772-.226.382-.1.781-.057 1.171-.073.059-.203.095-.412.088-.623-.38-.041-.787-.027-1.127-.224.006-.118.005-.241.09-.333.582.138 1.188.125 1.781.085.721-.238 1.35-.685 1.922-1.175a23.761 23.761 0 0 0 1.556-1.602c.061-.178.007-.372-.013-.555-.214.002-.453.03-.637.129-.513.776-1.317 1.377-2.237 1.56-.468.031-.954.076-1.409-.065a7.777 7.777 0 0 1-.014-.305c.175-.126.588.071.552-.251-.412-.091-.859.083-1.264-.075-.015-.134.016-.254.128-.336.382.001.782.042 1.139-.12.464-.163.836-.558.966-1.033.118-.293.048-.614.082-.921.082-.114.215-.173.325-.254.272-.179.483-.494.452-.83.014-.298-.002-.638-.24-.851-.293-.288-.781-.299-1.104-.056-.153.129-.392.16-.536.001-.592-.503-1.514-.521-2.133-.059z"/><path fill="#040404" d="M13.947 6.84c.203-.177.574-.117.692.137.006.139.055.315-.065.419-.175.238-.535.183-.715-.021.005-.177-.073-.405.088-.535zM10.863 6.976c.097-.053.177-.145.289-.162.271-.063.563.218.498.494-.042.357-.62.421-.788.13-.027-.153-.01-.308.002-.461zM12.625 7.347c.449-.27 1.072.161.989.674.072.4-.289.82-.704.757-.224.033-.397-.134-.525-.293-.149-.16-.095-.397-.101-.596-.021-.236.165-.413.34-.541z"/><path fill="#f5d030" d="M11.699.426c.272-.132.601-.03.797.186 3.599 3.597 7.195 7.197 10.795 10.793.079.091.175.176.217.292.035.26.057.568-.162.757-2.463 2.472-4.938 4.932-7.399 7.407a2.724 2.724 0 0 0-.373.401c-.1.163-.283.241-.411.378l-2.642 2.643c-.194.187-.496.355-.762.221a.888.888 0 0 1-.344-.222c-3.5-3.502-7-7.001-10.501-10.501-.189-.198-.43-.374-.507-.65-.112-.245.038-.513.209-.689C4.137 7.92 7.66 4.4 11.181.877c.165-.157.309-.348.517-.451m4.069 4.058c-.155.321-.222.676-.399.987-.196-.076-.369-.202-.569-.269-.26-.037-.542-.049-.784.071-.143.053-.308.178-.458.072-.473-.29-1.042-.508-1.602-.371-.483.089-.881.383-1.267.668-.277-.076-.549-.19-.84-.197-.373-.01-.772-.041-1.11.15-.636.299-.98 1.028-.961 1.711-.027.49.202.998.627 1.257.292.205.659.228.983.358-.434.439-.89.861-1.274 1.346-.689.845-1.302 1.778-1.625 2.828-.097.346-.207.695-.2 1.058.003.43-.038.871.083 1.291.19.789.717 1.462 1.347 1.955.813.621 1.869.939 2.889.827l.039-.226c.248-.006.5.025.745-.022.307-.146.563-.376.862-.537.226.121.463.256.725.266.296-.029.56-.182.842-.268.648-.204 1.325-.46 1.79-.976.251-.392.412-.866.355-1.336-.462-.094-.925.063-1.39.031-.196-.32-.36-.663-.614-.942a3.757 3.757 0 0 0-.627-.547c.024-.233.07-.462.093-.696.375-.103.754-.205 1.097-.393.993-.525 1.84-1.291 2.57-2.137.181-.217.428-.383.55-.644.03-.196-.036-.39-.05-.585-.016-.202-.116-.412-.303-.503-.304-.07-.601.078-.872.198-.241.178-.343.485-.57.68-.517.548-1.24.849-1.979.943a6.667 6.667 0 0 1-.007-.529c.219-.168.469-.306.635-.533a2.21 2.21 0 0 0 .424-1.252c.025-.134.005-.309.138-.391.293-.205.548-.494.629-.85a3.88 3.88 0 0 0-.005-.777c-.033-.203-.188-.408-.093-.614.14-.337.306-.667.372-1.028l-.196-.073z"/><path fill="#fefefe" d="M11.294 5.689c.62-.462 1.542-.444 2.133.059.144.158.383.128.536-.001.323-.243.811-.232 1.104.056.238.213.254.553.24.851.031.335-.18.65-.452.83-.11.082-.243.14-.325.254-.033.307.037.627-.082.921-.13.475-.502.87-.966 1.033-.357.162-.758.121-1.139.12-.112.082-.143.202-.128.336.405.158.852-.016 1.264.075.036.322-.377.125-.552.251.003.102.007.203.014.305.455.142.94.096 1.409.065.92-.183 1.724-.784 2.237-1.56.184-.099.423-.127.637-.129.02.183.074.377.013.555a23.527 23.527 0 0 1-1.556 1.602c-.572.49-1.201.937-1.922 1.175-.593.04-1.199.053-1.781-.085-.085.092-.084.215-.09.333.34.197.747.183 1.127.224.007.212-.029.42-.088.623-.391.016-.789-.027-1.171.073-.264.053-.552.048-.772.226-.016.138.059.334.227.301.635-.187 1.312-.173 1.966-.121.597.291.833.958 1.158 1.492.387.014.773-.017 1.156-.07.023.357-.119.742-.415.957-.473.374-1.071.515-1.629.709-.223.122-.484.134-.731.094-.191-.097-.336-.357-.582-.254-.558.487-1.255.918-2.024.863a3.733 3.733 0 0 1-2.718-1.309c-.468-.525-.749-1.227-.712-1.935-.067-.982.31-1.93.794-2.765.507-.873 1.171-1.645 1.887-2.353.238-.235.509-.435.741-.676-.033-.1.029-.309-.134-.301-.518.001-1.089-.06-1.486-.429-.572-.637-.313-1.782.458-2.138.279-.148.605-.111.91-.105.274.004.52.138.782.196.286.078.451-.218.665-.347m2.65 1.15c-.161.13-.083.358-.088.535.179.204.539.259.715.021.121-.104.071-.28.065-.419-.118-.254-.489-.314-.692-.137m-3.084.136c-.012.153-.029.308-.002.461.168.291.747.228.788-.13.065-.276-.226-.557-.498-.494-.112.017-.192.11-.289.162m1.763.372c-.175.128-.361.305-.34.541.006.199-.048.436.101.596.128.16.301.326.525.293.415.063.776-.357.704-.757.083-.513-.541-.944-.989-.674z"/></symbol><symbol viewBox="0 0 24 24" id="warning--lane-closed-in-dual-lanes-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M9.989 2.571c.676-1.334 2.891-1.481 3.693-.196 1.101 1.618 2.082 3.311 3.093 4.986 2.209 3.719 4.408 7.445 6.569 11.192.312.514.541 1.077.656 1.668v.557c-.138.953-.968 1.561-1.81 1.878-.411.045-.825.013-1.237.019-6.19.003-12.379-.005-18.568.004-.989.103-1.974-.568-2.385-1.452v-1.631c.233-.575.561-1.105.866-1.643A943.255 943.255 0 0 1 9.989 2.572m-7.82 17.775c6.509.004 13.02.003 19.529 0a4037.397 4037.397 0 0 0-9.764-16.564A3666.005 3666.005 0 0 0 2.17 20.347z"/><path fill="#c0111e" d="M8.936 13.135c0-.282 0-.565.003-.846 1.02.001 2.038-.001 3.058.001l.009.83c-1.022.034-2.046.009-3.07.015z"/><path fill="#fff" d="M2.169 20.347a3666.005 3666.005 0 0 1 9.764-16.564c3.27 5.512 6.521 11.036 9.764 16.564-6.509.003-13.02.004-19.529 0m10.356-9.383c-.005.353-.007.705-.001 1.058l.557-.314c-.013 2.604-.003 5.208-.005 7.813h1.305c-.003-2.603.007-5.207-.005-7.81l.554.312c.005-.354.005-.709-.003-1.063a89.495 89.495 0 0 1-1.184-1.203c-.427.381-.812.806-1.217 1.208m-3.589 2.17c1.024-.005 2.047.02 3.07-.015l-.009-.83c-1.02-.003-2.038 0-3.058-.001-.003.281-.003.564-.003.846m.749.391l-.001 5.995h1.567v-5.993c-.522-.003-1.044-.003-1.566-.001z"/><path fill="#030303" d="M12.524 10.964c.406-.402.79-.827 1.217-1.208.39.404.786.805 1.184 1.203.008.354.008.709.003 1.063l-.554-.312c.012 2.603.003 5.207.005 7.81h-1.305c.003-2.604-.008-5.208.005-7.813l-.557.314c-.005-.353-.004-.705.001-1.058zM9.685 13.526c.522-.001 1.044-.001 1.566.001v5.993H9.684l.001-5.995z"/></symbol><symbol viewBox="0 0 24 24" id="warning--lane-closed-in-dual-lanes-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.93 0h.011c.83.555 1.497 1.307 2.229 1.977a434.307 434.307 0 0 1 7.854 7.859c.628.679 1.318 1.31 1.841 2.08v.02c-.515.782-1.218 1.41-1.847 2.095a498.112 498.112 0 0 1-7.502 7.535c-.645.621-1.28 1.257-1.962 1.839-.237.175-.537.475-.847.277-.694-.445-1.243-1.073-1.851-1.623-2.858-2.808-5.7-5.633-8.477-8.519-.43-.452-.872-.894-1.242-1.397v-.403c.321-.382.647-.761.987-1.125a225.141 225.141 0 0 1 8.171-8.24c.865-.807 1.694-1.657 2.636-2.374m-.254.56C7.993 4.196 4.348 7.874.682 11.528c-.239.167-.287.53-.042.716 3.662 3.673 7.344 7.327 11.012 10.995.17.089.416.104.567-.03 3.599-3.597 7.199-7.195 10.804-10.785.233-.201.529-.556.206-.824C19.628 7.977 16.002 4.377 12.391.763c-.169-.197-.473-.42-.713-.202z"/><path fill="#030303" d="M14 7.371c.05.003.149.005.198.008.449.58.879 1.177 1.3 1.778l-.016.275a9.807 9.807 0 0 1-.804.02c-.011 2.263.008 4.527-.009 6.791-.399.008-.797.008-1.196.004-.005-2.264.001-4.529-.004-6.793a17.36 17.36 0 0 1-.758-.015l-.023-.282c.426-.603.852-1.209 1.313-1.786zM8.998 9.603h1.204c-.004 2.214.004 4.427-.004 6.641-.4.007-.8.007-1.201.001-.001-2.214-.001-4.428.001-6.643z"/><path fill="#ffdb03" d="M11.677.561c.24-.218.544.005.713.202 3.611 3.614 7.237 7.214 10.838 10.837.323.268.027.624-.206.824a9154.785 9154.785 0 0 0-10.804 10.785c-.151.134-.397.119-.567.03C7.983 19.571 4.302 15.917.639 12.244c-.245-.186-.197-.549.042-.716C4.347 7.874 7.992 4.196 11.676.561M14 7.371c-.461.576-.887 1.182-1.313 1.786l.023.282c.252.009.504.016.758.015.005 2.264-.001 4.529.004 6.793.399.004.797.004 1.196-.004.018-2.263-.001-4.527.009-6.791.268.005.536-.004.804-.02l.016-.275a49.319 49.319 0 0 0-1.3-1.778c-.049-.003-.148-.005-.198-.008m-6.044.576c-.003.55-.009 1.101.004 1.652.346.004.692.007 1.039.004-.003 2.214-.003 4.428-.001 6.643.401.005.801.005 1.201-.001.008-2.214 0-4.427.004-6.641.334.003.667 0 1.001-.003.003-.553.015-1.106-.008-1.66-1.079.005-2.16-.005-3.239.007z"/><path fill="#c0111e" d="M7.955 7.947c1.079-.012 2.16-.001 3.239-.007.023.553.011 1.106.008 1.66-.334.003-.667.005-1.001.003H8.997c-.347.003-.693 0-1.039-.004-.014-.551-.007-1.101-.004-1.652z"/></symbol><symbol viewBox="0 0 24 24" id="warning--lane-closed-in-dual-lanes-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.202 1.516h1.559l.32.16.036.029.044.021c.815.509 1.182 1.436 1.673 2.217l.015.02c.402.633.79 1.275 1.159 1.928l.02.04.026.033c.12.193.235.389.347.585l.021.04.025.033c.297.473.584.952.855 1.441-.036.262.042.62.368.626l.024.05c.237.533.551 1.027.882 1.505l.046.073c-.032.26.049.613.372.613l.026.057c.239.534.546 1.035.884 1.513l.036.058c-.03.261.055.609.376.617l.024.051c.236.535.549 1.034.882 1.513l.037.062c-.038.26.053.605.373.608l.034.075c.265.496.487 1.039.847 1.47l.053.067c-.008.262.057.622.385.637l.018.04c.26.592.644 1.12.922 1.704.051.595.187 1.232-.07 1.8l-.011.024-.015.025c-.272.455-.694.794-1.158 1.035-.015.009-.045.026-.059.036l-.082.05c-.203-.107-.444-.033-.604.113H2.108c-.154-.153-.398-.22-.597-.112l-.087-.051-.061-.037c-.464-.241-.886-.582-1.156-1.035l-.016-.025-.011-.024c-.253-.566-.124-1.199-.07-1.791.174-.335.355-.666.509-1.01l.04-.084c.327.013.394-.355.377-.608l.029-.032c.287-.082.406-.361.361-.64l.034-.055a8.98 8.98 0 0 0 .884-1.516l.022-.047c.315-.017.421-.349.375-.616l.036-.058c.33-.485.658-.978.89-1.52l.022-.049c.315-.013.409-.351.365-.612l.061-.092c.338-.465.632-.965.869-1.49l.024-.049c.328-.004.406-.368.369-.63.303-.538.609-1.076.947-1.593.31-.057.433-.359.376-.645.272-.487.558-.967.853-1.439l.028-.034.021-.041c.111-.196.225-.393.345-.584l.026-.034.021-.04c.369-.65.753-1.294 1.158-1.923l.015-.028c.55-.901 1.005-1.971 2.036-2.422m.744 2.262a4342.077 4342.077 0 0 0-9.659 16.39h19.424a4386.098 4386.098 0 0 0-9.647-16.367l-.117-.022z"/><path fill="#c0111e" d="M11.941 13.001a29.964 29.964 0 0 1 0-.848c1.01.005 2.022.005 3.032-.001.007.278.011.555.017.833-1.017.03-2.033.003-3.049.016z"/><path fill="#be8387" opacity=".95" d="M13.081 1.676l.045.021.034.029-.044-.021-.036-.029zM9.152 3.967l.015-.028-.015.028zM14.834 3.943l.015.02-.015-.02zM7.967 5.924l.026-.034-.021.04-.026.034.021-.04zM16.007 5.891l.025.034.021.038-.026-.033-.02-.04zM7.575 6.582l.026-.034-.021.041-.028.034.022-.041zM16.4 6.549l.025.034.021.038-.025-.033-.021-.04zM.179 21.199l.011.024.016.025a1.161 1.161 0 0 1-.026-.049zM23.809 21.224l.011-.024-.025.049.015-.025zM1.362 22.283l.061.037-.061-.037zM22.577 22.32c.015-.009.045-.026.059-.036-.015.009-.045.026-.059.036zM1.51 22.371c.199-.108.443-.041.597.112h-.531l-.066-.112zM21.891 22.484c.16-.146.401-.22.604-.113l-.065.113h-.539z"/><path fill="#fff" d="M11.947 3.781l.117.022a4330.26 4330.26 0 0 1 9.647 16.367H2.287c3.21-5.469 6.426-10.935 9.659-16.39m-1.739 5.854c-.378.406-.794.778-1.159 1.195-.065.348-.02.709-.025 1.063.183-.104.367-.207.55-.313-.009 2.59-.001 5.178-.004 7.768h1.298c-.001-2.59.005-5.181-.003-7.772.182.107.365.212.55.318-.009-.355.047-.721-.03-1.067-.367-.421-.777-.802-1.176-1.192m1.733 3.367c1.015-.013 2.032.015 3.049-.016-.007-.278-.011-.555-.017-.833-1.01.007-2.022.007-3.032.001-.004.282-.004.566 0 .848m.738.386v5.96h1.559v-5.96c-.52-.003-1.039-.003-1.559 0zM6.323 8.706c.069-.244.199-.463.376-.645.057.286-.066.588-.376.645zM17.301 8.062c.17.177.302.388.368.626-.326-.007-.404-.364-.368-.626zM17.693 8.739c.306.495.611.99.882 1.505-.331-.477-.645-.972-.882-1.505zM5.007 10.929c.074-.236.199-.451.369-.63.037.262-.041.626-.369.63zM18.621 10.316c.181.165.303.38.372.613-.323 0-.404-.353-.372-.613zM4.114 12.468a29.51 29.51 0 0 1 .869-1.49 8.464 8.464 0 0 1-.869 1.49zM19.019 10.986c.307.497.609.996.884 1.513a8.942 8.942 0 0 1-.884-1.513zM3.688 13.172c.061-.236.185-.448.365-.612.044.261-.05.599-.365.612zM19.938 12.556c.183.165.307.381.376.617-.32-.008-.406-.356-.376-.617zM2.776 14.742c.274-.52.584-1.019.89-1.52-.232.542-.56 1.035-.89 1.52zM20.338 13.225c.303.498.611.996.882 1.513-.334-.479-.646-.977-.882-1.513zM2.366 15.415c.071-.233.193-.451.375-.616.046.266-.059.599-.375.616zM21.257 14.8c.182.162.303.376.373.608-.32-.003-.411-.348-.373-.608zM1.46 16.979c.277-.516.579-1.018.884-1.516a8.94 8.94 0 0 1-.884 1.516zM21.665 15.483c.299.48.592.965.847 1.47-.36-.431-.582-.975-.847-1.47zM1.064 17.674c.038-.252.165-.479.361-.64.045.278-.074.558-.361.64zM22.564 17.02c.189.17.313.396.385.637-.328-.015-.393-.375-.385-.637zM.658 18.314c.075-.229.187-.452.377-.608.017.253-.05.621-.377.608zM22.967 17.697c.309.564.742 1.079.922 1.704-.278-.584-.662-1.112-.922-1.704zM.109 19.408c.063-.382.319-.686.509-1.01-.154.344-.335.675-.509 1.01z"/><path fill="#030303" d="M10.207 9.634c.4.39.81.771 1.176 1.192.078.345.021.712.03 1.067a41.615 41.615 0 0 1-.55-.318c.008 2.591.001 5.182.003 7.772H9.568c.003-2.59-.005-5.178.004-7.768l-.55.313c.005-.353-.04-.715.025-1.063.365-.417.781-.789 1.159-1.195zM12.679 13.387c.52-.003 1.039-.003 1.559 0v5.96h-1.559v-5.96z"/></symbol><symbol viewBox="0 0 24 24" id="warning--lane-closed-in-dual-lanes-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M9.865 1.546c.559-.499 1.102-1.021 1.72-1.45.705.476 1.319 1.075 1.943 1.649a432.592 432.592 0 0 1 8.911 8.959c.37.415.807.784 1.046 1.295-.39.76-1.083 1.298-1.64 1.928-3.236 3.27-6.472 6.544-9.821 9.698-.14.108-.319.355-.513.192-.574-.364-1.084-.821-1.578-1.286-2.58-2.515-5.111-5.078-7.64-7.643-.775-.8-1.56-1.594-2.292-2.434v-.945c.91-1.016 1.874-1.983 2.83-2.956 2.324-2.356 4.653-4.709 7.035-7.008m1.475-.968C7.682 4.181 4.071 7.837.426 11.456c-.143.162-.357.315-.348.558.087.265.326.434.51.629 3.574 3.563 7.144 7.13 10.714 10.698.15.135.408.127.575.025 3.67-3.66 7.34-7.32 11.006-10.983.225-.165.334-.524.085-.719C19.319 8.001 15.653 4.352 11.996.696c-.15-.198-.457-.315-.656-.119z"/><path fill="#030303" d="M9.32 7.421c.203-.09.319.139.417.271.349.51.753.986 1.08 1.51l.001.284a7.698 7.698 0 0 1-.775.019c-.004 2.277.003 4.556-.003 6.833-.4.007-.798 0-1.197.003-.05-2.281.037-4.57-.044-6.85-.258.02-.518.014-.776.001l-.022-.286c.431-.6.854-1.211 1.317-1.785zM13.331 9.657h1.211c.004 2.227.003 4.454 0 6.68a34.92 34.92 0 0 1-1.211-.004c.001-2.225.003-4.451 0-6.676z"/><path fill="#ffdb03" d="M11.341.577c.199-.196.506-.079.656.119 3.657 3.656 7.323 7.305 10.972 10.968.25.195.14.554-.085.719-3.665 3.663-7.336 7.323-11.006 10.983-.168.102-.425.11-.575-.025-3.57-3.567-7.14-7.135-10.714-10.698-.184-.195-.423-.364-.51-.629-.01-.243.205-.395.348-.558C4.072 7.837 7.683 4.181 11.342.577M9.32 7.421c-.464.574-.886 1.185-1.317 1.785l.022.286c.258.012.518.019.776-.001.08 2.28-.007 4.568.044 6.85.4-.003.798.004 1.197-.003.005-2.277-.001-4.556.003-6.833.259.007.517 0 .775-.019l-.001-.284c-.327-.524-.731-1-1.08-1.51-.098-.132-.214-.361-.417-.271m3 2.231c.335.005.672.008 1.009.005.003 2.225.001 4.451 0 6.676.404.01.807.01 1.211.004.003-2.227.004-4.454 0-6.68h1.043c.018-.555.008-1.11.004-1.666-1.08-.015-2.16.008-3.241-.012-.061.555-.012 1.115-.026 1.673z"/><path fill="#c0111e" d="M12.322 9.652c.014-.558-.035-1.118.026-1.673 1.081.02 2.161-.003 3.241.012.004.556.014 1.111-.004 1.666h-2.254c-.337.003-.674 0-1.009-.005z"/></symbol><symbol viewBox="0 0 24 24" id="warning--length-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.922 1.5h.125c.54.067.724.629.971 1.028 3.438 5.958 6.878 11.916 10.315 17.874.227.397.469.785.667 1.198v.318a.815.815 0 0 1-.679.582H.773c-.586.022-.985-.677-.63-1.156C3.855 14.893 7.585 8.45 11.302 2.001a.964.964 0 0 1 .62-.502M3.1 20.395h17.818c-2.969-5.143-5.938-10.288-8.91-15.43-2.97 5.142-5.941 10.284-8.908 15.43z"/><path fill="#fff" d="M3.1 20.395c2.966-5.146 5.938-10.288 8.908-15.43 2.972 5.142 5.941 10.286 8.91 15.43H3.1m4.738-7.13c-.014.82 0 1.639-.005 2.459l.656.001c.067-.358.36-.702.756-.647.343.024.545.336.61.644.96.004 1.92.001 2.881.001v-.659c.534-.066 1.307-.02 1.38.662l.264-.006c.064-.356.35-.695.744-.644.348.023.547.338.62.648h.454c-.062-.366-.079-.762-.304-1.073-.185-.263-.234-.625-.482-.835-.466-.074-.952-.046-1.421-.013-.2.284-.061.685-.097 1.016h-.122c-.016-.544.031-1.091-.02-1.633-.029-.194-.253-.262-.422-.247-1.688.001-3.376-.001-5.063.001-.198-.022-.446.092-.428.324m1.173 2.044c-.288.107-.389.512-.16.728.208.245.64.149.744-.148.163-.336-.252-.749-.584-.581m4.216.027c-.274.136-.318.546-.077.734.226.215.628.094.718-.197.154-.356-.314-.763-.641-.538m1.669-.026c-.288.109-.392.517-.157.731.205.241.632.149.739-.143.169-.337-.246-.754-.582-.588m-6.57 1.829l-.001.544c.112-.084.223-.168.336-.251v2.327h.504v-2.927l-.418-.002-.421.31m1.573-.309v1.573c.275.022.547-.014.791-.148.428-.074.346.499.316.761-.084.36-.544.295-.682.008a26.697 26.697 0 0 0-.49.001c.112.263.218.574.509.689.494.221 1.135-.14 1.172-.686.013-.368.014-.785-.223-1.088-.224-.26-.599-.206-.895-.138l.007-.468c.353.001.706 0 1.058 0l-.002-.504H9.9m-3.736 2.728c.553-.426 1.109-.848 1.664-1.272-.55-.428-1.103-.852-1.661-1.268-.005.846.001 1.693-.004 2.54m10.023-1.27c.556.422 1.112.845 1.666 1.273-.004-.848.001-1.696-.004-2.543a93.45 93.45 0 0 0-1.662 1.27m-3.412 1.47l.502.001c.01-.448-.023-.896.017-1.342.064-.352.601-.343.674 0 .032.445.002.894.012 1.34h.502c.01-.445-.023-.892.014-1.336.058-.336.57-.367.672-.044.061.457.011.92.026 1.38h.503c-.028-.528.061-1.069-.052-1.589-.184-.552-.937-.666-1.328-.265a.795.795 0 0 0-1.129-.023l.005-.211h-.418v2.088z"/><path fill="#fff" d="M14.128 13.981c.406 0 .811-.007 1.216.008.094.199.182.4.259.606-.502.041-1.006.031-1.508.008a4.478 4.478 0 0 1 .034-.623z"/><path d="M7.838 13.265c-.018-.232.23-.346.428-.324 1.687-.002 3.374 0 5.063-.001.169-.014.394.053.422.247.052.542.005 1.09.02 1.633h.122c.036-.331-.103-.732.097-1.016.469-.032.955-.061 1.421.013.248.21.298.572.482.835.224.311.241.707.304 1.073h-.454c-.073-.31-.272-.625-.62-.648-.394-.05-.68.288-.744.644l-.264.006c-.073-.683-.846-.728-1.38-.662v.659c-.961 0-1.921.002-2.881-.001-.065-.308-.266-.62-.61-.644-.396-.055-.689.289-.756.647l-.656-.001c.005-.82-.01-1.639.005-2.459m6.291.715a4.47 4.47 0 0 0-.034.623c.503.023 1.007.032 1.508-.008a8.293 8.293 0 0 0-.259-.606c-.404-.016-.81-.008-1.216-.008z"/><path d="M9.012 15.308c.332-.168.748.245.584.581-.104.296-.536.392-.744.148-.229-.216-.128-.622.16-.728zM13.228 15.334c.326-.226.794.181.641.538-.09.29-.492.412-.718.197-.241-.188-.197-.599.077-.734zM14.897 15.307c.336-.166.751.251.582.588-.107.292-.534.384-.739.143-.235-.214-.131-.622.157-.731zM8.327 17.136l.421-.31.418.002v2.927h-.504v-2.327c-.113.083-.224.167-.336.251l.001-.544zM9.9 16.828h1.561l.002.504c-.353 0-.706.001-1.058 0l-.007.468c.296-.068.671-.122.895.138.238.304.236.72.223 1.088-.037.546-.678.907-1.172.686-.29-.115-.397-.426-.509-.689.163-.002.326-.002.49-.001.138.287.598.352.682-.008.03-.262.113-.835-.316-.761a1.404 1.404 0 0 1-.791.148v-1.573zM6.164 19.556c.005-.847-.001-1.694.004-2.54.558.416 1.111.84 1.661 1.268-.556.424-1.111.846-1.664 1.272zM16.186 18.286a93.45 93.45 0 0 1 1.662-1.27c.005.847 0 1.694.004 2.543-.553-.428-1.11-.851-1.666-1.273zM12.774 19.756v-2.088h.418l-.005.211a.794.794 0 0 1 1.129.023c.391-.401 1.145-.287 1.328.265.113.52.024 1.061.052 1.589h-.503c-.016-.46.035-.923-.026-1.38-.102-.323-.614-.292-.672.044-.037.444-.005.89-.014 1.336h-.502c-.01-.446.02-.895-.012-1.34-.073-.343-.611-.352-.674 0-.04.445-.007.894-.017 1.342l-.502-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--length-restriction--g2" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.777.571c.706-.778 2.018-.62 2.683.13 3.311 3.328 6.623 6.656 9.932 9.984.287.283.499.636.607 1.024v.846a1.736 1.736 0 0 1-.445.796 44049.19 44049.19 0 0 0-9.695 9.638c-.397.389-.763.864-1.327 1.012h-.895c-.581-.144-1-.586-1.396-1.004-3.205-3.233-6.421-6.456-9.625-9.69-.68-.661-.788-1.882-.073-2.557C3.95 7.353 7.363 3.962 10.777.573m.808-.014c-.31.086-.554.305-.775.529-3.293 3.271-6.588 6.541-9.875 9.82-.604.574-.564 1.608.013 2.185 3.108 3.132 6.224 6.257 9.331 9.392.362.352.685.774 1.156.988a1.546 1.546 0 0 0 1.739-.347c3.322-3.317 6.654-6.624 9.982-9.935.413-.388.55-1.015.372-1.548-.126-.428-.462-.739-.764-1.046-3.178-3.184-6.342-6.382-9.522-9.563-.413-.443-1.069-.653-1.656-.475z"/><path fill="gold" d="M11.676 1.367c.365-.227.815-.018 1.078.269 3.211 3.233 6.426 6.463 9.635 9.697.216.215.448.467.437.793.007.419-.382.667-.636.942-3.036 3.002-6.056 6.019-9.088 9.025-.226.217-.426.466-.685.644-.326.185-.749.055-.992-.209-3.289-3.311-6.583-6.617-9.874-9.926-.346-.313-.383-.91-.001-1.208 3.144-3.138 6.3-6.263 9.448-9.397.221-.215.425-.452.679-.63m-.885 5.481c-.005 1.488-.002 2.976-.001 4.463 2.232.001 4.464.002 6.697-.001-.001-1.487.001-2.974-.001-4.46-2.232-.004-4.464-.002-6.695-.001M7.643 9.422c-.54.034-1.081-.016-1.621.029.005.623.001 1.246.004 1.868.238.007.476.02.713.001.274-.161.5-.422.833-.467.5-.121 1.007.104 1.348.468.544.01 1.087.013 1.631-.006.005-.983.005-1.966 0-2.948-.586-.02-1.184-.068-1.763.013-.408.317-.726.737-1.144 1.042m-.167 2.031c-.598.248-.703 1.144-.191 1.53.484.438 1.35.14 1.465-.5.205-.701-.631-1.379-1.274-1.03m5.772-.012c-.622.239-.739 1.168-.2 1.555.522.457 1.438.062 1.469-.63.097-.664-.667-1.211-1.268-.925m2.141-.01c-.616.215-.773 1.111-.271 1.525.478.475 1.386.179 1.499-.484.185-.682-.586-1.327-1.228-1.042m-9.3 4.567c.509.504 1.008 1.024 1.57 1.47.018-.983.023-1.966-.002-2.948-.571.438-1.038.994-1.567 1.478m4.718-1.457c-.449.086-.856.463-.872.938-.006.456-.073.937.082 1.375.392.851 1.856.797 2.142-.114.096-.448.072-.917.032-1.369-.089-.629-.799-.986-1.384-.83m5.528-.025a59.33 59.33 0 0 0-.006 2.953c.562-.439 1.036-.974 1.571-1.442-.503-.522-1.003-1.051-1.565-1.511m-7.769.413c-.001.179-.002.358-.005.536l.266.043c-.01.578-.004 1.158-.006 1.736l.565.006c.004-.89.002-1.782 0-2.672-.347-.082-.606.103-.821.35m4.015.289a487.67 487.67 0 0 0 0 2.095h.512c0-.46.004-.92-.002-1.381.206-.073.437-.151.636-.007.066.458.011.925.029 1.388h.563c.006-.41-.013-.82.002-1.229-.036-.349.659-.349.62.002.014.408-.002.817.004 1.226h.562c-.026-.569.061-1.152-.047-1.714-.287-.488-.971-.475-1.414-.218-.282-.198-.629-.217-.91-.007-.095-.232-.371-.116-.556-.156z"/><path fill="gold" d="M8.503 9.485c.148-.256.302-.506.464-.752.413.005.826.004 1.238.007l.001.748c-.568 0-1.135.002-1.704-.002zM10.84 15.157c.318-.173.749.066.773.425.022.344.072.714-.05 1.046-.215.43-.986.306-1.022-.186-.001-.425-.166-1.043.3-1.285z"/><path d="M11.585.559c.587-.178 1.243.032 1.656.475 3.18 3.181 6.344 6.379 9.522 9.563.302.307.638.618.764 1.046.178.533.041 1.16-.372 1.548-3.328 3.311-6.66 6.618-9.982 9.935-.432.468-1.16.61-1.739.347-.47-.214-.793-.636-1.156-.988-3.107-3.136-6.223-6.26-9.331-9.392-.577-.577-.617-1.612-.013-2.185 3.287-3.278 6.582-6.548 9.875-9.82.221-.224.466-.443.775-.529m.092.808c-.254.178-.458.415-.679.63-3.148 3.134-6.304 6.259-9.448 9.397-.382.299-.344.895.001 1.208 3.29 3.31 6.584 6.616 9.874 9.926.244.264.666.394.992.209.259-.179.46-.427.685-.644 3.031-3.006 6.052-6.023 9.088-9.025.254-.275.643-.523.636-.942.011-.326-.221-.578-.437-.793-3.209-3.234-6.424-6.464-9.635-9.697-.263-.287-.713-.496-1.078-.269z"/><path d="M10.792 6.848c2.231-.001 4.463-.002 6.695.001.002 1.487 0 2.974.001 4.46-2.233.004-4.465.002-6.697.001-.001-1.487-.004-2.975.001-4.463zM7.643 9.422c.418-.305.736-.725 1.144-1.042.578-.082 1.177-.034 1.763-.013.005.983.005 1.966 0 2.948-.544.019-1.087.016-1.631.006-.341-.364-.847-.589-1.348-.468-.332.044-.559.306-.833.467-.236.019-.475.006-.713-.001-.002-.623.001-1.246-.004-1.868.54-.044 1.081.005 1.621-.029m.861.063c.569.005 1.136.002 1.704.002l-.001-.748c-.413-.004-.826-.002-1.238-.007-.162.246-.317.497-.464.752z"/><path d="M7.477 11.453c.643-.349 1.48.329 1.274 1.03-.115.641-.982.938-1.465.5-.512-.386-.407-1.282.191-1.53zM13.249 11.441c.601-.286 1.366.262 1.268.925-.031.692-.947 1.087-1.469.63-.539-.388-.421-1.316.2-1.555zM15.391 11.431c.642-.286 1.412.36 1.228 1.042-.113.662-1.021.959-1.499.484-.502-.414-.344-1.31.271-1.525zM6.091 15.997c.529-.485.996-1.04 1.567-1.478.025.983.02 1.966.002 2.948-.562-.446-1.061-.966-1.57-1.47zM10.81 14.54c.584-.156 1.295.202 1.384.83.04.452.064.922-.032 1.369-.286.911-1.75.965-2.142.114-.155-.438-.088-.919-.082-1.375.017-.475.424-.852.872-.938m.03.617c-.466.242-.301.86-.3 1.285.036.492.808.616 1.022.186.122-.332.072-.702.05-1.046-.024-.359-.455-.598-.773-.425zM16.338 14.515c.562.46 1.062.989 1.565 1.511-.535.468-1.009 1.003-1.571 1.442a59.33 59.33 0 0 1 .006-2.953zM8.569 14.928c.215-.247.474-.432.821-.35.002.89.004 1.782 0 2.672l-.565-.006c.002-.578-.004-1.158.006-1.736l-.266-.043.005-.536zM12.583 15.216c.185.04.461-.076.556.156.281-.21.628-.191.91.007.443-.257 1.127-.27 1.414.218.108.562.02 1.145.047 1.714h-.562c-.006-.409.011-.818-.004-1.226.038-.352-.656-.352-.62-.002-.016.409.004.818-.002 1.229h-.563c-.018-.463.037-.93-.029-1.388-.199-.144-.43-.066-.636.007.006.461.002.922.002 1.381h-.512a487.67 487.67 0 0 1 0-2.095z"/></symbol><symbol viewBox="0 0 24 24" id="warning--limited-lighting-under-trees--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.89 1.44h.074c.242.079.487.158.715.274l.083.126a1.288 1.288 0 0 0-1.494-.025c.191-.15.406-.264.622-.374zM10.858 2.338c-.013-.2.136-.358.301-.444-.036.174-.095.408-.301.444zM10.513 2.939c.019-.187.114-.408.319-.445-.032.182-.139.374-.319.445zM13.164 2.484c.23.017.298.281.3.472-.136-.127-.275-.278-.3-.472zM9.062 5.45c.01-.192.109-.416.32-.45-.065.17-.128.384-.32.45zM8.723 6.066c.024-.185.094-.427.311-.456a.622.622 0 0 1-.311.456zM7.4 8.351a.503.503 0 0 1 .302-.468c-.047.178-.1.41-.302.468zM17.128 9.344c.218.023.295.263.307.449-.186-.07-.248-.278-.307-.449zM6.082 10.632c0-.205.119-.385.305-.469-.049.178-.101.412-.305.469zM11.804 10.774c.107-.19.192-.438.434-.49.374-.125.7.19.854.498.419-.113.788.18.854.59.25.12.444.312.524.583.187.071.415.097.544.27.176.217.09.51.077.762.193.15.431.307.454.576.059.308-.233.492-.431.664.007.226.09.491-.076.683-.14.169-.376.187-.571.253-.136.421-.58.584-.98.433l-.332.241.446 2.522h-.907c.011-.845.023-1.69.032-2.534-.106-.094-.211-.187-.313-.284a5.042 5.042 0 0 1-.661-.048c-.011-.485.024-.971-.018-1.453-.076-.18-.259-.314-.46-.293-.557-.014-1.115.007-1.672-.01-.02-.251.113-.454.282-.624-.122-.402.116-.733.475-.887-.124-.391.086-.74.458-.869.068-.182.083-.41.253-.533.216-.154.491-.064.732-.052zM4.282 13.747c0-.204.118-.384.304-.467-.047.176-.101.41-.304.467zM19.408 13.291c.22.023.294.265.308.452-.186-.073-.248-.281-.308-.452z"/><path d="M8.197 14.282a.303.303 0 0 1 .328-.317c.914-.01 1.83-.012 2.744.001.174-.01.318.156.306.326.016.996-.002 1.992.006 2.989a51.121 51.121 0 0 1-3.391.011c.005-1.003-.008-2.008.007-3.011zM20.734 15.559a.518.518 0 0 1 .305.47c-.204-.058-.257-.293-.305-.47zM2.48 16.866a.513.513 0 0 1 .305-.469c-.048.178-.101.412-.305.469zM8.2 17.364l.455.017c.004.373.004.746.001 1.12l-.46-.004a61.13 61.13 0 0 1 .004-1.133zM8.744 17.39h.482l.029.446c.211-.023.404-.109.601-.181.228.035.434.154.662.193.013-.152.025-.306.036-.458l.46-.006c.01.376.01.751.005 1.127l-.461-.013a5.29 5.29 0 0 0-.046-.416c-.24-.053-.432.149-.662.152-.196-.071-.39-.149-.598-.178-.005.11-.014.33-.02.439l-.49.006c-.004-.371-.004-.742.001-1.111zM11.107 17.377l.469-.024c.008.382.01.762.004 1.144l-.478.019c0-.379 0-.76.005-1.139z"/><path d="M7.487 18.517c1.584.013 3.17-.006 4.754.02.289-.043.583-.023.875-.012-.077.427-.594.104-.88.149a1.77 1.77 0 0 1-.595.083c-1.385-.006-2.77-.001-4.153-.002l-.001-.238zM13.658 18.535c.206-.068.28-.007.22.184-.204.066-.277.005-.22-.184zM13.985 18.506l.466.04c.235-.014.472-.01.708-.036l.154.08-.16.191c-.182-.144-.364-.144-.541-.001l-.144-.161c-.168.179-.479.206-.482-.113zM13.238 18.565c.379-.175-.002.414 0 0zM1.163 19.148a.51.51 0 0 1 .304-.468c-.048.176-.1.41-.304.468zM22.536 18.68a.515.515 0 0 1 .305.472c-.204-.06-.257-.294-.305-.472z"/><path fill="#fff" d="M11.268 1.814a1.288 1.288 0 0 1 1.494.025l.056.092c.048.16.112.385.314.395l.031.157c.025.193.164.344.3.472.169.337.379.654.539.996.05.204.156.388.313.528.512.854 1.02 1.714 1.489 2.592.049.203.154.386.311.526.355.571.689 1.157 1.012 1.747.059.17.121.379.307.449.594 1.199 1.343 2.317 1.973 3.498.06.172.122.379.308.452.282.635.678 1.211 1.018 1.816.048.178.101.413.305.47.438.914 1.001 1.766 1.498 2.651.048.178.101.412.305.472.264.649.731 1.195.985 1.848.178.355 0 .763-.217 1.056-.311.373-.838.396-1.285.4-1.16-.065-2.322-.02-3.484-.034-3.001.011-6.004-.023-9.004.017-2.156-.012-4.318-.043-6.474.012-.806-.083-1.624.107-2.424-.066-.305-.055-.518-.3-.696-.534-.272-.616.109-1.2.391-1.728.186-.319.397-.628.529-.974.204-.058.256-.292.304-.468.337-.605.736-1.18 1.014-1.814.204-.058.257-.292.305-.469.497-.883 1.058-1.735 1.496-2.65.203-.056.257-.29.304-.467.497-.883 1.057-1.735 1.496-2.648.204-.058.256-.292.305-.469.337-.604.734-1.178 1.014-1.812.203-.058.256-.29.302-.468.34-.605.734-1.183 1.02-1.817a.624.624 0 0 0 .311-.456l.029-.16c.192-.066.256-.28.32-.45.286-.548.626-1.067.912-1.616l.176-.241.042-.204c.18-.071.287-.263.319-.445l.025-.156c.206-.036.265-.27.301-.444.028-.019.083-.059.109-.079m.398.237c-.3.187-.424.542-.606.829-3.337 5.786-6.679 11.57-10.019 17.356-.18.331-.421.64-.511 1.012-.056.438.355.822.785.774 7.156-.002 14.314.006 21.469-.005.539.024.892-.655.575-1.091-3.463-6.022-6.948-12.031-10.415-18.052-.128-.222-.247-.452-.406-.655a.694.694 0 0 0-.872-.168z"/><path fill="#fff" d="M3.683 19.903c2.77-4.804 5.544-9.605 8.318-14.406 2.774 4.801 5.549 9.602 8.318 14.406H3.682m8.122-9.129c-.241-.012-.516-.102-.732.052-.17.122-.185.35-.253.533-.372.128-.582.478-.458.869-.359.154-.598.485-.475.887-.169.17-.302.373-.282.624.557.017 1.115-.005 1.672.01.2-.022.384.113.46.293.042.482.007.968.018 1.453.22.03.44.047.661.048.102.097.208.191.313.284l-.032 2.534h.907c-.149-.841-.299-1.681-.446-2.522.112-.08.222-.161.332-.241.401.151.845-.012.98-.433.196-.066.431-.084.571-.253.166-.192.083-.457.076-.683.198-.172.49-.355.431-.664-.023-.269-.26-.426-.454-.576.013-.252.1-.545-.077-.762-.128-.173-.356-.199-.544-.27-.08-.271-.275-.463-.524-.583-.066-.41-.436-.703-.854-.59-.155-.308-.48-.623-.854-.498-.242.052-.328.3-.434.49m-3.609 3.506c-.016 1.003-.002 2.008-.007 3.011 1.129.028 2.262.037 3.391-.011-.008-.997.01-1.993-.006-2.989.012-.17-.132-.336-.306-.326-.914-.013-1.83-.011-2.744-.001a.303.303 0 0 0-.328.317m.003 3.081a61.13 61.13 0 0 0-.004 1.133c.115.001.346.002.46.004.002-.373.002-.746-.001-1.12l-.455-.017m.544.026c-.005.37-.005.74-.001 1.111l.49-.006c.006-.109.016-.329.02-.439.208.029.402.107.598.178.23-.004.422-.205.662-.152.02.138.036.277.046.416l.461.013c.005-.376.005-.751-.005-1.127l-.46.006c-.011.152-.023.306-.036.458-.228-.04-.434-.158-.662-.193-.197.072-.39.158-.601.181l-.029-.446a38.72 38.72 0 0 0-.482 0m2.362-.013c-.005.379-.005.76-.005 1.139l.478-.019c.006-.382.005-.762-.004-1.144l-.469.024m-3.62 1.14l.001.238c1.384.001 2.768-.004 4.153.002.202.01.402-.024.595-.083.286-.044.803.278.88-.149-.292-.011-.586-.031-.875.012-1.584-.026-3.17-.007-4.754-.02m6.171.018c-.058.188.016.25.22.184.06-.191-.013-.252-.22-.184m.327-.029c.004.319.314.292.482.113l.144.161c.178-.143.359-.143.541.001l.16-.191-.154-.08c-.236.026-.473.022-.708.036l-.466-.04m-.746.059c-.002.414.379-.175 0 0z"/><path fill="#c1121c" d="M12.818 1.932c.194.022.304.217.314.395-.203-.01-.266-.235-.314-.395zM11.664 2.053a.693.693 0 0 1 .872.168c.158.203.277.433.406.655 3.467 6.02 6.952 12.03 10.415 18.052.317.436-.036 1.115-.575 1.091-7.156.011-14.314.002-21.469.005-.43.048-.841-.336-.785-.774.09-.372.331-.68.511-1.012 3.34-5.785 6.682-11.569 10.019-17.356.182-.287.306-.642.606-.829m-7.981 17.85H20.32c-2.77-4.804-5.544-9.605-8.318-14.406-2.774 4.801-5.549 9.602-8.318 14.406zM10.295 3.384l.176-.241-.176.241zM14.003 3.952a.432.432 0 0 1 .313.528 1.03 1.03 0 0 1-.313-.528zM15.805 7.072c.226.052.38.3.311.526a1.015 1.015 0 0 1-.311-.526zM0 21.152c.218-.338.406-.697.634-1.03-.282.528-.664 1.112-.391 1.728a3.816 3.816 0 0 0-.242-.266v-.432z"/></symbol><symbol viewBox="0 0 24 24" id="warning--logging-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.554.128c.42-.24.937-.052 1.234.294 3.594 3.601 7.193 7.198 10.789 10.796.241.229.426.553.364.898-.054.408-.409.662-.673.941a12283.18 12283.18 0 0 0-10.21 10.208c-.226.215-.424.473-.708.611-.361.163-.799.048-1.063-.239C7.743 20.097 4.205 16.552.66 13.013c-.281-.282-.648-.575-.637-1.014-.022-.317.17-.587.385-.797C3.887 7.724 7.364 4.246 10.841.766c.23-.221.434-.476.714-.638m.117.16c-.25.139-.437.36-.638.557C7.522 4.369 3.995 7.877.486 11.405c-.324.276-.368.81-.048 1.106 3.556 3.568 7.128 7.12 10.682 10.69.251.239.502.578.889.552.407-.008.644-.383.916-.63 3.397-3.404 6.798-6.805 10.201-10.204.248-.272.629-.514.629-.924.017-.314-.223-.546-.424-.754C19.742 7.666 16.169 4.075 12.579.502c-.224-.245-.598-.386-.907-.215z"/><path fill="#ffd520" d="M11.788.625c.248-.19.506.072.678.239 3.575 3.586 7.162 7.158 10.736 10.742.227.18.282.518.036.709-3.458 3.463-6.923 6.92-10.381 10.382-.245.233-.457.509-.748.688-.229.101-.41-.114-.56-.248-3.356-3.366-6.724-6.722-10.084-10.086-.275-.286-.582-.542-.828-.854-.116-.137-.09-.354.036-.476.214-.265.472-.49.709-.732l9.667-9.667c.242-.235.463-.498.738-.696M9.792 9.514v.466c-1.397-.013-2.794-.078-4.19-.062.002.172.02.341.055.508.872.077 1.75.004 2.624.022.55.02 1.123-.092 1.654.098-1.475.115-2.958-.017-4.436.031.008.162.019.324.031.486 1.321.007 2.644-.03 3.966-.028.161-.023.293.066.408.164-.923.091-1.852.014-2.777.047.001.144.004.288.007.432.886.006 1.772-.022 2.658-.023.001.05.002.151.004.2-.923.004-1.844-.002-2.766.004l.001.442c.922.012 1.843-.017 2.765-.012l-.001.151c-.928.005-1.856-.006-2.784.007.01.154.018.308.026.464.918.008 1.835-.012 2.753-.007l.005.256-3.156.001v-1.912c-.475.01-.964-.055-1.426.086.424.059.852.041 1.278.041-.005.491.011.983-.002 1.474.024.167-.061.301-.176.41-.068-.54-.035-1.086-.041-1.628-.362.004-.728-.023-1.09.028-.156.204-.228.464-.407.65-.337.046-.689-.026-1.018.077-.097.439-.052.896-.144 1.338.238-.121.449-.299.704-.386.276-.068.488.156.686.306l.473.006v.534h1.22v-.502l.544-.005c.172-.138.33-.341.57-.344.282-.029.474.216.684.362.186-.152.36-.378.625-.366.25-.013.415.202.592.344.244.005.487.01.732.018-.031.166-.064.33-.098.494l.245.004a12.424 12.424 0 0 1-.096-.504c.718-.012 1.436-.002 2.154-.007.168-.133.322-.331.553-.344.292-.037.487.226.718.356.228-.132.425-.385.715-.359.242.035.409.24.612.36.227-.128.418-.377.702-.361.24.005.398.211.57.348l.601-.001c.028.186.079.366.155.539.029-.352.032-.703.032-1.056l-.391-.001.001-.295c1.006.004 2.011-.011 3.017-.011l.024-.355c-1.014 0-2.028-.014-3.042-.01l.001-.278c.836-.011 1.673-.01 2.509-.031.224.053.252-.162.306-.324-.938-.031-1.878-.007-2.816-.014v-.271c1.048-.012 2.095-.016 3.142-.04.2.066.172-.186.242-.292-1.127-.049-2.256-.01-3.383-.022l-.001-.263c1.115-.004 2.23-.024 3.344-.028l-.004-.235c-1.114-.006-2.227-.025-3.341-.028v-.271c1.147.002 2.294-.018 3.442-.017l.016-.18c-1.152-.022-2.304-.049-3.456-.07l-.002-.616-.246.002-.002.611c-1.08-.022-2.159-.049-3.238-.07l-.004-.546-.256.007-.001.536c-1.037-.018-2.074-.044-3.11-.062l-.004-.48-.262.005m-5.566 3.959c-.337.114-.433.6-.162.834.268.28.792.103.842-.278.085-.364-.34-.72-.68-.556m3.483-.018c-.329.082-.487.517-.271.785.206.31.727.252.865-.091.191-.366-.206-.823-.594-.694m1.306-.009c-.34.064-.528.5-.313.781.199.323.737.271.874-.082.185-.349-.186-.797-.56-.7m4.075.017c-.356.108-.467.62-.172.857.27.26.772.089.828-.281.09-.362-.311-.709-.656-.576m1.324.002c-.356.108-.463.613-.174.852.268.265.772.095.832-.275.091-.362-.312-.713-.658-.577m1.325.003c-.344.112-.45.606-.172.842.268.274.785.103.841-.275.084-.364-.326-.715-.67-.568z"/><path fill="#ffd520" d="M10.052 10.433c1.036.001 2.071-.019 3.107-.018l.005.21c-1.039-.002-2.077-.023-3.116-.026l.005-.166zM13.428 10.416c1.079.002 2.156-.018 3.234-.017l.005.256c-1.079.005-2.159-.018-3.238-.016l-.001-.223zM9.977 11.039c1.063-.031 2.126-.029 3.19-.041l.008.24c-1.01-.012-2.023.032-3.031-.018-.041-.046-.125-.136-.167-.181zM13.427 10.993c1.079-.002 2.158-.024 3.236-.026l-.001.265h-3.233l-.002-.239zM10.057 11.65c1.037-.004 2.074-.024 3.11-.026l.006.232c-1.038.002-2.077 0-3.116.001v-.206zM13.428 11.609c1.078-.002 2.154-.023 3.23-.026l.001.265h-3.232v-.239zM5.243 11.753h.674l-.001.569c-.31-.001-.619-.002-.929-.007.084-.188.168-.376.256-.562zM10.054 12.282c1.038-.007 2.076-.03 3.113-.035l.002.216c-1.038.007-2.076-.013-3.114-.007l-.001-.174zM13.424 12.241c1.076-.002 2.152-.024 3.228-.026l.001.265c-1.076.006-2.153-.013-3.229-.008v-.23zM9.986 12.913c1.06-.032 2.12-.02 3.18-.025l.001.272c-.91-.001-1.82 0-2.73.001-.176-.022-.451.059-.451-.248zM13.427 12.88c1.075.006 2.152-.013 3.227-.007l-.002.288h-3.223l-.001-.281z"/><path d="M11.672.288c.31-.172.683-.03.907.215 3.59 3.572 7.163 7.164 10.752 10.739.2.208.44.439.424.754 0 .41-.38.652-.629.924a7549.16 7549.16 0 0 0-10.201 10.204c-.271.247-.509.622-.916.63-.388.026-.638-.313-.889-.552-3.554-3.57-7.127-7.122-10.682-10.69-.32-.296-.276-.83.048-1.106C3.995 7.878 7.522 4.37 11.034.846c.202-.197.389-.418.638-.557m.116.336c-.275.198-.496.461-.738.696l-9.667 9.667c-.238.242-.496.467-.709.732-.126.122-.152.34-.036.476.246.312.553.569.828.854 3.36 3.364 6.727 6.72 10.084 10.086.15.134.331.349.56.248.29-.179.503-.455.748-.688 3.458-3.462 6.923-6.919 10.381-10.382.246-.191.191-.529-.036-.709C19.628 8.021 16.041 4.448 12.467.863c-.172-.167-.43-.428-.678-.239z"/><path d="M9.792 9.514l.262-.005.004.48c1.037.018 2.074.044 3.11.062l.001-.536.256-.007.004.546c1.079.02 2.158.048 3.238.07l.002-.611.246-.002.002.616c1.152.02 2.304.048 3.456.07l-.016.18c-1.147-.001-2.294.019-3.442.017v.271c1.114.002 2.227.022 3.341.028l.004.235c-1.115.004-2.23.024-3.344.028l.001.263c1.127.012 2.256-.028 3.383.022-.071.106-.042.358-.242.292-1.046.024-2.094.028-3.142.04v.271c.938.007 1.878-.017 2.816.014-.054.162-.082.377-.306.324-.836.022-1.673.02-2.509.031l-.001.278c1.014-.005 2.028.01 3.042.01l-.024.355c-1.006 0-2.011.014-3.017.011l-.001.295.391.001c0 .353-.004.704-.032 1.056a2.118 2.118 0 0 1-.155-.539l-.601.001c-.172-.137-.33-.343-.57-.348-.284-.016-.475.233-.702.361-.203-.12-.37-.325-.612-.36-.29-.026-.487.227-.715.359-.23-.131-.426-.394-.718-.356-.232.013-.385.211-.553.344-.718.005-1.436-.005-2.154.007.029.168.06.337.096.504a20.017 20.017 0 0 1-.245-.004c.035-.164.067-.329.098-.494a60.083 60.083 0 0 0-.732-.018c-.176-.143-.342-.358-.592-.344-.265-.012-.439.214-.625.366-.21-.146-.402-.391-.684-.362-.24.004-.398.206-.57.344-.181.001-.362.002-.544.005v.502h-1.22v-.534l-.473-.006c-.198-.15-.41-.374-.686-.306-.256.088-.467.265-.704.386.092-.442.047-.899.144-1.338.329-.103.68-.031 1.018-.077.179-.186.251-.446.407-.65.361-.05.727-.024 1.09-.028.006.542-.028 1.088.041 1.628.115-.109.2-.244.176-.41.013-.491-.002-.983.002-1.474-.426 0-.854.018-1.278-.041.462-.142.95-.077 1.426-.086v1.912l3.156-.001-.005-.256c-.918-.005-1.835.016-2.753.007a61.726 61.726 0 0 0-.026-.464c.928-.013 1.856-.002 2.784-.007l.001-.151c-.922-.005-1.843.024-2.765.012l-.001-.442c.922-.006 1.843 0 2.766-.004l-.004-.2c-.886.001-1.772.029-2.658.023a20.745 20.745 0 0 1-.007-.432c.925-.032 1.854.044 2.777-.047-.115-.098-.247-.187-.408-.164-1.322-.002-2.645.035-3.966.028a19.804 19.804 0 0 1-.031-.486c1.478-.048 2.962.084 4.436-.031-.53-.191-1.104-.078-1.654-.098-.875-.018-1.752.055-2.624-.022a2.616 2.616 0 0 1-.055-.508c1.397-.016 2.794.049 4.19.062v-.466m.259.917l-.005.166c1.039.004 2.077.024 3.116.026l-.005-.21c-1.036-.001-2.071.019-3.107.018m3.377-.017l.001.223c1.079-.002 2.159.02 3.238.016l-.005-.256c-1.078-.001-2.155.019-3.234.017m-3.451.623l.167.181c1.008.05 2.021.006 3.031.018l-.008-.24c-1.063.012-2.126.01-3.19.041m3.45-.046l.002.239h3.233l.001-.265c-1.079.002-2.158.024-3.236.026m-3.37.657v.206c1.039-.001 2.078.001 3.116-.001l-.006-.232c-1.037.002-2.074.023-3.11.026m3.371-.04v.239h3.232l-.001-.265c-1.076.004-2.153.024-3.23.026m-8.186.144c-.088.186-.172.373-.256.562.31.005.619.006.929.007l.001-.569h-.674m4.811.529l.001.174c1.038-.006 2.076.014 3.114.007l-.002-.216c-1.037.005-2.075.028-3.113.035m3.37-.041v.23c1.076-.005 2.153.014 3.229.008l-.001-.265c-1.076.002-2.152.024-3.228.026m-3.438.673c0 .307.275.227.451.248.91-.001 1.82-.002 2.73-.001l-.001-.272c-1.06.005-2.12-.007-3.18.025m3.441-.033l.001.281h3.223l.002-.288c-1.075-.006-2.152.013-3.227.007z"/><path d="M4.225 13.471c.341-.164.766.192.68.556-.05.382-.575.558-.842.278-.271-.234-.175-.72.162-.834zM7.708 13.453c.388-.13.785.328.594.694-.138.343-.659.401-.865.091-.216-.268-.058-.703.271-.785zM9.014 13.444c.374-.097.745.35.56.7-.137.353-.674.404-.874.082-.215-.281-.026-.718.313-.781zM13.09 13.46c.346-.133.746.214.656.576-.056.37-.558.541-.828.281-.295-.236-.185-.749.172-.857zM14.414 13.462c.346-.136.749.215.658.577-.06.37-.564.54-.832.275-.289-.239-.182-.744.174-.852zM15.739 13.465c.343-.148.754.204.67.568-.056.378-.574.548-.841.275-.278-.236-.173-.731.172-.842z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loop-270-degree--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.442.281a.731.731 0 0 1 1.115-.002c3.57 3.548 7.12 7.12 10.688 10.67.282.287.619.551.755.946v.232c-.176.43-.554.715-.868 1.038-3.348 3.338-6.69 6.683-10.036 10.025-.276.262-.517.577-.86.757-.319.131-.644-.049-.86-.281C7.891 20.19 4.415 16.705.929 13.228.6 12.897.234 12.59 0 12.178V11.9c.126-.397.468-.659.749-.946C4.319 7.402 7.871 3.831 11.442.281M.583 12c3.799 3.809 7.6 7.614 11.416 11.406 3.814-3.794 7.618-7.597 11.417-11.406C19.616 8.194 15.815 4.388 12 .596A4232.794 4232.794 0 0 0 .583 12z"/><path d="M7.536 8.147c2.035-1.972 5.549-2.05 7.72-.256 1.042.848 1.772 2.142 1.757 3.506-.002 1.646.007 3.293-.006 4.94-.61.001-1.219-.001-1.829.001-.017-1.607 0-3.212-.008-4.819.007-.882-.462-1.722-1.158-2.248-1.522-1.183-3.913-1.081-5.286.288-.692.685-1.027 1.756-.697 2.694.406 1.266 1.69 2.047 2.958 2.212-.113-.427-.288-.841-.344-1.282.097-.268.444-.272.64-.113 1.145.787 2.318 1.535 3.444 2.348-1.183.773-2.342 1.583-3.517 2.371-.131.078-.294.035-.438.046l-.138-.3c.112-.391.206-.787.354-1.166-1.121-.193-2.246-.548-3.133-1.29-1.046-.824-1.756-2.099-1.802-3.442-.061-1.31.529-2.609 1.486-3.492z"/><path fill="#ff0" d="M.583 12C4.383 8.194 8.185 4.388 12 .596A4232.43 4232.43 0 0 1 23.416 12a4092.498 4092.498 0 0 1-11.417 11.406A3720.078 3720.078 0 0 1 .583 12m6.953-3.853c-.956.883-1.547 2.182-1.486 3.492.047 1.343.756 2.617 1.802 3.442.887.742 2.012 1.097 3.133 1.29-.148.379-.242.775-.354 1.166l.138.3c.144-.011.307.032.438-.046 1.175-.788 2.334-1.598 3.517-2.371-1.126-.814-2.299-1.561-3.444-2.348-.196-.16-.542-.155-.64.113.056.44.232.854.344 1.282-1.268-.164-2.552-.946-2.958-2.212-.33-.938.005-2.009.697-2.694 1.373-1.369 3.764-1.471 5.286-.288.696.526 1.165 1.366 1.158 2.248.008 1.607-.008 3.212.008 4.819.61-.002 1.219 0 1.829-.001.013-1.648.004-3.294.006-4.94.016-1.364-.715-2.658-1.757-3.506-2.171-1.794-5.684-1.716-7.72.256z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loop-pretzel--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.908 0h.116c.467.006.816.34 1.112.661L23.295 10.82c.257.258.562.513.639.889.11.418-.048.872-.361 1.162L13.249 23.196c-.339.34-.687.77-1.213.771-.461.038-.841-.262-1.13-.585C7.395 19.866 3.878 16.356.368 12.84A1.24 1.24 0 0 1 0 12.022v-.111c.03-.309.169-.6.396-.811L11.103.393c.211-.225.498-.363.804-.394m-.109.353c-.31.053-.522.299-.732.51C7.583 4.349 4.094 7.831.612 11.319c-.377.353-.365 1.006.017 1.351 3.553 3.555 7.107 7.108 10.661 10.662a.952.952 0 0 0 .927.275c.288-.065.487-.299.687-.498 3.483-3.488 6.973-6.969 10.454-10.459.382-.36.361-1.021-.032-1.364C19.774 7.734 16.223 4.18 12.669.63a.947.947 0 0 0-.872-.278z"/><path fill="#ffd033" d="M11.742.874c.283-.195.586.037.766.256 3.426 3.429 6.855 6.857 10.283 10.284.148.161.365.305.376.544.023.252-.195.413-.349.574-3.489 3.483-6.973 6.971-10.459 10.456-.181.227-.549.241-.736.013C8.068 19.447 4.513 15.893.96 12.338c-.164-.147-.216-.412-.086-.598.119-.157.269-.286.406-.426 3.303-3.303 6.606-6.607 9.91-9.909.184-.176.349-.374.55-.53m-2.008 5.27c-.579.651-.886 1.517-.895 2.384-.008.932.001 1.862-.003 2.794H6.436c.079-.348.276-.681.252-1.044-.015-.313-.443-.414-.659-.235-1.182.817-2.365 1.632-3.548 2.448.076.065.144.141.231.193 1.11.754 2.211 1.521 3.32 2.276.223.182.638.089.656-.232.022-.385-.195-.734-.28-1.103.809.001 1.619-.006 2.428.004-.002 1.671-.002 3.342 0 5.013.782-.003 1.564.001 2.346-.002v-5.016h1.278c.92.032 1.827-.314 2.553-.866a4.307 4.307 0 0 0 1.662-2.9 4.315 4.315 0 0 0-.763-3.032c-.655-.927-1.684-1.564-2.785-1.811-1.227-.273-2.575.179-3.395 1.129z"/><path fill="#ffd033" d="M11.176 8.367c.031-.605.596-1.114 1.198-1.111.995.028 1.878.877 1.958 1.869.114.956-.539 1.924-1.462 2.188-.562.027-1.126.002-1.689.009-.003-.985.005-1.97-.005-2.955z"/><path d="M11.798.352a.95.95 0 0 1 .872.278c3.554 3.551 7.106 7.104 10.657 10.656.393.343.414 1.004.032 1.364-3.481 3.49-6.971 6.971-10.454 10.459-.201.2-.399.433-.687.498a.952.952 0 0 1-.927-.275C7.737 19.778 4.183 16.225.63 12.67c-.382-.345-.394-.998-.017-1.351C4.095 7.831 7.584 4.349 11.067.862c.21-.211.421-.457.732-.51m-.057.522c-.202.156-.366.354-.55.53-3.304 3.302-6.607 6.606-9.91 9.909-.137.14-.288.269-.406.426-.13.186-.078.451.086.598C4.515 15.892 8.07 19.446 11.625 23c.186.228.554.214.736-.013 3.486-3.485 6.97-6.973 10.459-10.456.154-.161.372-.322.349-.574-.012-.239-.228-.384-.376-.544-3.429-3.427-6.857-6.855-10.283-10.284-.18-.219-.483-.451-.766-.256z"/><path d="M9.732 6.145c.82-.95 2.168-1.402 3.395-1.129 1.1.248 2.13.884 2.785 1.811.621.869.899 1.973.763 3.032a4.311 4.311 0 0 1-1.662 2.9c-.726.553-1.633.898-2.553.866h-1.278v5.016c-.782.003-1.564-.001-2.346.002-.002-1.671-.002-3.342 0-5.013-.809-.01-1.619-.003-2.428-.004.085.369.302.717.28 1.103-.018.32-.433.414-.656.232-1.109-.755-2.21-1.522-3.32-2.276-.087-.052-.155-.128-.231-.193 1.183-.815 2.367-1.631 3.548-2.448.216-.179.644-.078.659.235.024.364-.172.697-.252 1.044h2.398c.004-.932-.004-1.862.003-2.794.009-.867.316-1.734.895-2.384m1.444 2.222c.01.985.003 1.97.005 2.955.563-.008 1.127.018 1.689-.009.922-.264 1.575-1.233 1.462-2.188-.079-.992-.963-1.841-1.958-1.869-.602-.003-1.167.506-1.198 1.111z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loose-road-surface--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M10.966 2.303c.18-.289.358-.624.692-.757.54-.182 1.175.09 1.438.592l10.681 18.411c.477.742-.101 1.902-1.003 1.886-7.154-.002-14.31.004-21.464-.003-.699.044-1.256-.581-1.31-1.246v-.195c.04-.447.329-.804.544-1.18C4.018 13.975 7.495 8.14 10.966 2.302m1.013 3.055c-2.769 4.79-5.537 9.582-8.303 14.374 5.536.001 11.072.002 16.608 0-2.769-4.791-5.533-9.585-8.305-14.374z"/><path fill="#fff" d="M11.979 5.357c2.772 4.789 5.537 9.582 8.305 14.374-5.537.002-11.072.001-16.608 0 2.766-4.792 5.534-9.583 8.303-14.374m1.337 4.591c.074.159.238.111.377.101.134-.174.25-.361.341-.562l-.24-.192c-.187.192-.424.378-.477.653m-4.036.576c.385.745.768 1.49 1.148 2.237l-2.357-.092c-.293.475-.588.95-.879 1.427h1.408v.17H7.132c-.138.211-.274.424-.411.636l2.82.001-.002.222H6.621c-.123.194-.245.389-.369.583H8.65v.239H6.133l-.391.642c1.223.002 2.445 0 3.667.001v1.676H5.173l-.003.215c4.538.001 9.075-.021 13.613-.023l-.002-.187h-8.394V16.63l.442-.001c.445-.978.438-2.081.321-3.128-.039-.275-.265-.462-.382-.702l-1.281-2.558c-.07.094-.14.187-.209.282m3.175.071l.169.172c.219-.063.388-.205.363-.455-.207.033-.423.086-.532.284m1.497-.217c-1.096 2.442-2.196 4.882-3.282 7.328 1.22-2.358 2.425-4.724 3.64-7.085l-.358-.243m.218 1.534l.332.187c.148-.083.406-.098.392-.321-.111-.166-.264-.365-.491-.314-.115.126-.164.295-.233.448m.182.875l-.001.221c.191-.021.371-.088.553-.15l-.167-.186-.385.115m.69.955a14.01 14.01 0 0 1-.301.422c.132.035.272.11.412.056.074-.074.111-.174.164-.264l-.274-.215m-4.294 4.108c1.274-1.259 2.534-2.532 3.802-3.796l-.243-.276a1248.915 1248.915 0 0 0-3.56 4.072m5.246-3.47l.025.282.206.165c.159-.073.33-.139.428-.294-.169-.087-.334-.177-.5-.267a6.475 6.475 0 0 1-.159.115m-5.224 3.59c1.372-.773 2.734-1.563 4.103-2.34l-.164-.248c-1.313.863-2.631 1.718-3.939 2.588m5.309-2.317c-.03.089-.058.18-.086.27l.371.044c.083-.058.167-.115.252-.172l-.017-.164-.204-.134-.317.156m-5.087 2.343c2.104-.542 4.203-1.103 6.308-1.645l-.111-.36c-2.067.664-4.137 1.319-6.197 2.005m6.393-1.378c-.123.113-.245.226-.372.334.025.045.078.132.103.176l.345.048c.066-.143.131-.286.194-.43a9.537 9.537 0 0 0-.271-.128z"/><path fill="#fff" d="M9.651 13.338c.416-.225.938.233.781.674-.099.404-.675.542-.949.23-.273-.259-.17-.754.167-.905z"/><path fill="#120c0e" d="M13.316 9.948c.053-.276.291-.462.477-.653l.24.192a2.8 2.8 0 0 1-.341.562c-.138.011-.302.058-.377-.101zM9.281 10.524c.069-.095.139-.188.209-.282.428.852.855 1.705 1.281 2.558.117.24.343.427.382.702.117 1.047.124 2.15-.321 3.128l-.442.001v1.641h8.394l.002.187c-4.538.002-9.075.024-13.613.023l.003-.215h4.236v-1.676c-1.223-.001-2.445.001-3.667-.001l.391-.642h2.517v-.239H6.255l.369-.583h2.918l.002-.222-2.82-.001c.137-.212.273-.425.411-.636h1.469v-.17H7.196c.291-.477.585-.952.879-1.427l2.357.092a427.59 427.59 0 0 0-1.148-2.237m.367 2.813c-.337.151-.441.646-.167.905.273.312.85.173.949-.23.157-.441-.365-.9-.781-.674zM12.453 10.594c.109-.198.325-.25.532-.284.025.251-.144.392-.363.455l-.169-.172z"/><path fill="#120c0e" d="M13.95 10.378c.12.081.239.161.358.243-1.215 2.361-2.42 4.727-3.64 7.085 1.086-2.446 2.186-4.886 3.282-7.328zM14.168 11.912c.069-.153.118-.322.233-.448.228-.051.38.148.491.314.013.223-.244.238-.392.321l-.332-.187zM14.35 12.787l.385-.115.167.186c-.181.062-.362.129-.553.15l.001-.221zM15.04 13.742l.274.215c-.053.089-.089.189-.164.264-.139.053-.279-.021-.412-.056.102-.139.204-.279.301-.422zM10.747 17.849c1.182-1.361 2.371-2.716 3.56-4.072l.243.276c-1.268 1.264-2.528 2.538-3.802 3.796zM15.992 14.379l.159-.115c.166.09.331.18.5.267-.098.155-.27.222-.428.294l-.206-.165-.025-.282zM10.768 17.97c1.308-.871 2.626-1.726 3.939-2.588l.164.248c-1.369.778-2.731 1.567-4.103 2.34zM16.077 15.653l.317-.156.204.134c.003.04.012.123.017.164-.085.057-.169.114-.252.172l-.371-.044c.028-.09.056-.18.086-.27zM10.989 17.996c2.06-.686 4.13-1.341 6.197-2.005l.111.36c-2.105.542-4.204 1.103-6.308 1.645zM17.382 16.618c.09.041.18.084.271.128l-.194.43-.345-.048c-.025-.044-.078-.131-.103-.176a11.8 11.8 0 0 0 .372-.334z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loose-road-surface--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.551.139c.414-.227.931-.072 1.234.265 3.552 3.532 7.082 7.085 10.631 10.619.232.228.45.516.436.859.019.535-.462.864-.791 1.212-3.45 3.434-6.888 6.881-10.331 10.322-.317.342-.88.436-1.267.16-.32-.234-.575-.545-.857-.821-3.245-3.238-6.481-6.484-9.728-9.719-.286-.302-.682-.58-.728-1.026-.059-.358.128-.692.379-.932C4.069 7.542 7.607 4.002 11.145.463c.126-.119.254-.24.407-.324m.022.759C8.074 4.4 4.573 7.901 1.072 11.4c-.154.17-.389.344-.306.606.228.346.56.6.845.896l10.018 10.012c.13.119.299.288.493.19.344-.229.601-.563.901-.845 2.134-2.122 4.243-4.265 6.39-6.372-4.51.02-9.022.005-13.531.008-.193.036-.383-.068-.336-.286.386-.161.822-.055 1.229-.082.001-.43.001-.859.004-1.289l.778.016.001 1.273h5.161v-1.271c.26-.005.521-.011.781-.018l.001 1.289 5.942.001c.178.012.359-.028.479-.168 1.004-.994 1.992-2.006 3.006-2.992.154-.169.382-.347.3-.605-.204-.298-.481-.532-.728-.79-3.238-3.24-6.48-6.476-9.715-9.719-.226-.211-.422-.475-.709-.605-.205-.049-.362.125-.5.246z"/><path fill="#231f20" d="M7.784 10.405c1.404-.072 2.815-.004 4.223-.032.232.029.571-.09.692.185.306.598.811 1.144.824 1.846.521.149.371.749.391 1.158-.018.248.02.714-.36.649-2.318.047-4.639.047-6.958-.002-.232.006-.245-.239-.262-.409-.02-.391-.044-.793.047-1.177.103-.151.323-.138.475-.212.008-.181.019-.364.03-.545-.269-.035-.539-.048-.806-.095-.144-.382.31-.347.545-.355l.341.358c.286-.448.494-.944.817-1.367m-.699 2.026l.406.012c.107-.31.29-.671.672-.666.402-.04.616.334.726.659 1.47 0 2.939.008 4.408-.004-.062-.684-.541-1.213-.833-1.808-1.518-.006-3.035-.001-4.552-.002-.288.596-.788 1.122-.827 1.81m.541-.006c.378.016.756.016 1.134-.007-.134-.224-.282-.544-.601-.497-.295-.01-.41.294-.533.504m-.839 1.514l1.016-.001v-.41l-1.016-.001v.413m2.513-.333a4.634 4.634 0 0 0 1.673.006 9.078 9.078 0 0 0-1.673-.006m3.18-.08v.412c.328 0 .658.012.985-.013.023-.133.042-.265.055-.398h-1.04m-3.187.345a6.7 6.7 0 0 0 1.686-.001 3.235 3.235 0 0 0-1.686.001zM17.671 11.915c.175-.006.174.292 0 .287-.176.001-.178-.289 0-.287zM17.17 12.288c.396-.001-.167.37 0 0zM18.624 12.492c.152-.152.449.107.298.269-.157.136-.457-.098-.298-.269zM17.516 12.589c.194-.062.263.004.206.198-.196.06-.265-.006-.206-.198zM18.149 12.643c.187.018.164.342-.016.355-.186-.019-.158-.338.016-.355zM16.814 12.896c.179-.128.356.185.187.3-.184.138-.354-.184-.187-.3zM19.073 12.88c.194-.056.262.012.204.205-.196.058-.263-.011-.204-.205zM17.21 12.973c.161-.12.332.162.186.275-.161.118-.328-.162-.186-.275zM18.419 13.404c.152-.139.299-.286.456-.421.116.114.167.27.222.42l-.222-.14c-.145.09-.284.352-.456.142zM16.21 13.523c.068-.173.14-.346.216-.515.031.151.06.304.088.457l-.304.058zM18.119 13.354c.229-.071.283.302.073.353-.245.089-.31-.314-.073-.353zM17.54 13.385l.284.152c-.066.127-.164.232-.259.337l-.025-.49zM16.696 13.986c.221-.04.391-.181.565-.313.008.078.028.233.037.311l-.353.109a3.782 3.782 0 0 1-.551.247c.097-.12.202-.235.301-.354zM16.471 13.819c.402.029-.197.355 0 0zM15.172 14.573c.152-.245.328-.49.596-.616.04.389-.244.583-.596.616zM17.693 14.317c.076-.286.337.083.19.204-.001.262-.418-.119-.19-.204zM17.171 14.402c.358-.186.018.4 0 0zM14.552 14.996c.084-.128.169-.257.256-.384.074.144.134.296.186.451-.148-.022-.295-.043-.442-.067zM16.584 14.621c.197-.064.264.002.204.196-.196.062-.264-.002-.204-.196zM15.989 14.821l.384-.097c.007.1.011.2.012.302a5.178 5.178 0 0 1-.352.062c-.011-.066-.034-.2-.044-.268zM17.476 14.809c.161.035.319.073.48.11l.277-.239.01.485a46.614 46.614 0 0 1-.163-.232c-.148.236-.404.17-.632.149l.029-.274z"/><path fill="#fd0" d="M11.574.898c.138-.121.295-.295.5-.246.287.13.484.394.709.605 3.235 3.242 6.478 6.479 9.715 9.719.247.258.524.492.728.79.082.258-.146.436-.3.605-1.014.985-2.002 1.998-3.006 2.992-.12.14-.301.18-.479.168l-5.942-.001-.001-1.289c-.26.007-.521.013-.781.018v1.271H7.556l-.001-1.273-.778-.016-.004 1.289c-.407.026-.842-.079-1.229.082-.047.217.143.322.336.286 4.51-.004 9.022.012 13.531-.008-2.147 2.107-4.256 4.25-6.39 6.372-.3.282-.557.616-.901.845-.194.098-.364-.071-.493-.19L1.609 12.905c-.284-.296-.617-.551-.845-.896-.083-.262.152-.436.306-.606C4.572 7.904 8.072 4.402 11.572.901m-3.788 9.504c-.323.422-.532.919-.817 1.367l-.341-.358c-.235.008-.689-.026-.545.355.268.047.538.06.806.095-.011.181-.022.364-.03.545-.152.074-.372.061-.475.212-.091.384-.067.786-.047 1.177.017.17.03.415.262.409 2.318.049 4.639.049 6.958.002.38.065.342-.401.36-.649-.02-.409.13-1.009-.391-1.158-.013-.702-.518-1.248-.824-1.846-.121-.275-.461-.156-.692-.185-1.408.029-2.819-.04-4.223.032m9.886 1.512c-.178-.002-.176.288 0 .287.174.005.175-.293 0-.287m-.501.373c-.167.37.396-.001 0 0m1.454.204c-.16.17.14.404.298.269.151-.162-.145-.421-.298-.269m-1.108.097c-.059.192.011.258.206.198.056-.194-.012-.26-.206-.198m.633.054c-.174.017-.202.336-.016.355.18-.013.203-.337.016-.355m-1.335.253c-.167.116.004.438.187.3.169-.115-.008-.428-.187-.3m2.259-.016c-.059.194.008.263.204.205.058-.193-.01-.262-.204-.205m-1.863.093c-.142.113.025.392.186.275.146-.113-.025-.395-.186-.275m1.209.431c.172.21.311-.052.456-.142.055.035.166.106.222.14-.055-.15-.106-.306-.222-.42-.157.136-.304.282-.456.421m-2.209.12l.304-.058a16.062 16.062 0 0 0-.088-.457 11.65 11.65 0 0 0-.216.515m1.909-.169c-.236.038-.172.442.073.353.21-.05.156-.424-.073-.353m-.579.031l.025.49c.095-.106.193-.21.259-.337a25.553 25.553 0 0 1-.284-.152m-.844.6c-.1.119-.204.234-.301.354a3.83 3.83 0 0 0 .551-.247l.353-.109c-.01-.078-.029-.233-.037-.311-.174.132-.344.274-.565.313m-.226-.167c-.197.355.402.029 0 0m-1.299.754c.353-.032.636-.227.596-.616-.269.126-.444.371-.596.616m2.521-.256c-.228.085.188.466.19.204.148-.121-.114-.49-.19-.204m-.522.085c.018.4.358-.186 0 0m-2.619.594c.146.024.294.046.442.067a3.238 3.238 0 0 0-.186-.451c-.086.127-.172.256-.256.384m2.032-.375c-.06.193.008.258.204.196.06-.193-.007-.259-.204-.196m-.595.2l.044.268c.118-.017.235-.038.352-.062a4.98 4.98 0 0 0-.012-.302l-.384.097m1.487-.013l-.029.274c.228.022.485.088.632-.149l.163.232a78.459 78.459 0 0 0-.01-.485l-.277.239c-.161-.037-.319-.076-.48-.11z"/><path fill="#fd0" d="M7.084 12.433c.038-.688.539-1.213.827-1.81 1.517.001 3.034-.004 4.552.002.292.595.77 1.124.833 1.808-1.469.012-2.938.004-4.408.004-.11-.325-.324-.698-.726-.659-.382-.005-.565.356-.672.666l-.406-.012z"/><path fill="#fd0" d="M7.625 12.428c.122-.21.238-.514.533-.504.319-.047.467.272.601.497-.378.023-.756.023-1.134.007zM6.786 13.942a28.428 28.428 0 0 1 0-.413l1.016.001v.41l-1.016.001zM9.299 13.61a9.078 9.078 0 0 1 1.673.006c-.551.097-1.124.1-1.673-.006zM12.479 13.53h1.04a5.434 5.434 0 0 1-.055.398c-.328.025-.658.013-.985.013v-.412zM9.292 13.876a3.235 3.235 0 0 1 1.686-.001 6.7 6.7 0 0 1-1.686.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loose-road-surface--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.863 1.38h.244c.37.054.744.18 1.008.455.304.313.485.716.707 1.086 3.127 5.431 6.258 10.86 9.386 16.29.286.511.634.998.792 1.568v.468c-.1.7-.672 1.267-1.368 1.373H1.386c-.754-.112-1.38-.782-1.379-1.555-.011-.672.457-1.204.752-1.769 3.187-5.533 6.379-11.063 9.563-16.597.302-.631.788-1.252 1.541-1.319M2.519 20.5h18.982c-3.164-5.488-6.325-10.976-9.492-16.462C8.843 9.524 5.68 15.011 2.519 20.5z"/><path fill="#fff" d="M2.519 20.5a22577.55 22577.55 0 0 1 9.49-16.462c3.167 5.485 6.328 10.974 9.492 16.462H2.519m11.095-10.114a85.88 85.88 0 0 1-.551 2.816c-.312.163-.659.392-.671.785-.032.878-.014 1.762-.01 2.641-.013.311.161.576.342.812.055.716.078 1.436.142 2.153.517.215 1.109.251 1.62-.004.013-.629.004-1.258.007-1.886 1.552.163 3.113.245 4.674.22-.172-.295-.346-.589-.517-.884a50.886 50.886 0 0 1-3.494-.15l-.004-.384a75.15 75.15 0 0 1 3.185-.046l-.241-.424h-2.941v-.439c.901-.006 1.802.008 2.705.017-.092-.157-.186-.313-.277-.47-.792-.016-1.583-.038-2.374-.054l.001-.374c.689-.08 1.381-.107 2.074-.114-.394-.682-.781-1.367-1.177-2.047-.527-.005-1.054.046-1.58.035-.29.016-.529-.244-.523-.527.085-.666.222-1.409.812-1.822l-.55-.958c-.287.32-.575.667-.652 1.104m-4.355 1.831l-.108.343.308.176c.124-.065.246-.132.37-.198a34.026 34.026 0 0 1-.197-.377l-.373.055m-1.583.436c.2.152.403.307.646.385.05-.218.09-.438.125-.659-.307-.118-.53.13-.77.274m.308 1.497c.174.337.598.198.757-.076l-.145-.414a52.241 52.241 0 0 1-.341-.16c-.088.218-.497.412-.271.649m1.331-.173c.989 1.591 1.961 3.193 2.959 4.778-.821-1.652-1.644-3.304-2.471-4.954l-.488.175m-3.218 1.972c.133.085.265.174.394.268.152-.143.31-.28.47-.413l-.236-.492-.408-.095c-.18.208-.352.45-.22.732m1.872-.628c.048.232.017.464.013.697.132.121.319.148.48.215.15-.112.307-.215.443-.344-.025-.175-.061-.348-.086-.523l-.371-.146c-.16.036-.319.07-.479.102m.573 1.489c1.16.626 2.317 1.261 3.481 1.883l-3.128-2.366-.353.484m-2.736 1.045c.241.053.486.09.732.124.064-.198.131-.394.197-.59a1.036 1.036 0 0 0-.644-.332c-.125.254-.22.523-.284.799m1.16.018l-.104.559c1.432.13 2.861.27 4.291.403.32.047.682-.018.956.192a.393.393 0 0 0-.328-.191c-1.61-.295-3.206-.659-4.816-.964m-2.427.302c-.108.217-.394.428-.199.68.18-.102.476.001.613-.17l-.019-.353c-.132-.05-.264-.103-.395-.157z"/><path fill="#fff" d="M13.501 13.835c.559-.284 1.301.242 1.16.87-.08.605-.893.878-1.345.485-.461-.344-.352-1.148.185-1.355z"/><path d="M13.614 10.386c.077-.437.365-.784.652-1.104l.55.958c-.59.413-.727 1.156-.812 1.822-.006.283.233.542.523.527.527.011 1.054-.04 1.58-.035.396.68.784 1.366 1.177 2.047a19.7 19.7 0 0 0-2.074.114l-.001.374c.791.016 1.582.038 2.374.054.091.157.185.313.277.47-.902-.008-1.804-.023-2.705-.017v.439h2.941l.241.424a73.517 73.517 0 0 0-3.185.046l.004.384c1.162.096 2.328.134 3.494.15.172.295.346.589.517.884a38.607 38.607 0 0 1-4.674-.22c-.004.629.006 1.258-.007 1.886-.511.254-1.103.218-1.62.004-.064-.716-.086-1.436-.142-2.153-.181-.236-.355-.502-.342-.812-.005-.88-.023-1.763.01-2.641.012-.392.359-.622.671-.785a86.4 86.4 0 0 0 .551-2.816m-.113 3.449c-.536.206-.646 1.01-.185 1.355.452.394 1.265.12 1.345-.485.14-.628-.601-1.154-1.16-.87zM9.259 12.217l.373-.055c.065.126.13.251.197.377-.124.066-.246.133-.37.198a30.744 30.744 0 0 1-.308-.176l.108-.343zM7.676 12.652c.24-.144.463-.391.77-.274-.035.221-.074.44-.125.659-.242-.078-.445-.233-.646-.385zM7.985 14.149c-.226-.238.184-.431.271-.649l.341.16.145.414c-.16.274-.583.413-.757.076zM9.316 13.975l.488-.175c.827 1.65 1.65 3.301 2.471 4.954-.998-1.585-1.97-3.187-2.959-4.778zM6.098 15.946c-.132-.282.04-.524.22-.732l.408.095.236.492c-.161.133-.318.27-.47.413a7.579 7.579 0 0 0-.394-.268zM7.97 15.318c.16-.032.319-.066.479-.102l.371.146c.025.175.061.348.086.523-.136.13-.293.233-.443.344-.161-.067-.348-.094-.48-.215.004-.233.035-.466-.013-.697zM8.543 16.808l.353-.484 3.128 2.366c-1.164-.622-2.321-1.256-3.481-1.883zM5.807 17.854c.065-.276.16-.545.284-.799.251.038.476.14.644.332-.066.197-.133.392-.197.59a9.393 9.393 0 0 1-.732-.124zM6.968 17.873c1.609.305 3.205.668 4.816.964a.393.393 0 0 1 .328.191c-.275-.21-.636-.145-.956-.192-1.43-.133-2.86-.274-4.291-.403l.104-.559zM4.54 18.174c.131.054.263.107.395.157l.019.353c-.137.172-.433.068-.613.17-.194-.252.091-.463.199-.68z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loose-road-surface--g4" xmlns="http://www.w3.org/2000/svg"><path d="M10.742.981c.333-.318.62-.7 1.029-.925.444-.179.794.226 1.076.504 3.516 3.548 7.055 7.074 10.581 10.612.133.146.241.312.335.485v.224a1.796 1.796 0 0 1-.356.573c-3.589 3.591-7.179 7.182-10.765 10.778-.182.161-.385.354-.645.352-.262.002-.465-.193-.647-.355-3.367-3.375-6.739-6.747-10.107-10.121C.881 12.727.425 12.4.234 11.89v-.225c.105-.207.239-.398.401-.564C4.01 7.734 7.374 4.356 10.741.982m.548.305C7.796 4.786 4.302 8.282.809 11.78c.629.701 1.322 1.341 1.98 2.015 2.816 2.829 5.642 5.649 8.46 8.478.219.215.419.453.665.639.185.067.3-.12.422-.221 3.606-3.649 7.271-7.24 10.855-10.911C19.54 8.125 15.889 4.471 12.24.813a2.494 2.494 0 0 0-.241-.206c-.261.201-.478.449-.711.68z"/><path d="M12.822 8.188a56.867 56.867 0 0 1 4.109.005c.256.025.581.022.728.279.36.526.609 1.118.871 1.696l.116-.401c.384.039.868.045.988.505a6.743 6.743 0 0 1-.804.176c.442.678.289 1.516.206 2.271-.056.789.012 1.582-.041 2.373-.34-.027-.724.084-1.035-.081-.028-.209-.026-.422-.033-.633-2.06.006-4.121 0-6.181.004-.011.238-.024.476-.042.714-.34-.001-.68-.005-1.019-.016l-.051-.274a109.445 109.445 0 0 0-4.411-.716c-.187-.028-.401-.052-.486-.26 1.679.108 3.313.576 4.981.751-1.713-.667-3.484-1.178-5.236-1.728a18.861 18.861 0 0 1-.014-.244c1.509.388 2.949 1.021 4.467 1.376-1.102-.536-2.204-1.072-3.314-1.591l.033-.266c1.381.618 2.7 1.368 4.075 1.994-.225-.368-.596-.602-.922-.869-.936-.754-1.869-1.512-2.807-2.262-.166-.116-.233-.309-.276-.498.489.215.853.616 1.261.946.891.742 1.762 1.506 2.664 2.234.158-1.069-.464-2.282.244-3.233a13.145 13.145 0 0 1-.739-.107l.025-.393c.287-.082.58-.172.882-.141l.1.368c.256-.575.509-1.156.855-1.686.159-.284.526-.265.806-.292m-.731.56a28.345 28.345 0 0 0-.675 1.691c.741-.041 1.484-.049 2.225-.074 1.547-.106 3.095.029 4.641.074a32.486 32.486 0 0 0-.687-1.696c-1.075-.122-2.158-.087-3.236-.092-.756 0-1.515.005-2.267.098m-.636 2.815c.001.152.002.304.005.455.578.104 1.156.219 1.748.204-.074-.2-.081-.449-.261-.592-.492-.093-.995-.075-1.492-.067m5.599.074c-.128.172-.159.392-.227.592.607.007 1.202-.113 1.796-.22l-.085-.462c-.494.018-.996-.007-1.485.091zM5.324 9.859c.245-.066.492-.127.74-.18.081.264.119.538.121.813l-.732.051a6.644 6.644 0 0 1-.129-.684z"/><path d="M5.332 11.316c.178-.246.498-.207.762-.232.032.235.055.471.076.707-.231.008-.469.094-.699.029-.225-.053-.155-.336-.14-.505zM3.702 11.598c.206-.012.411-.021.615-.031.198.275.227.611.219.939l-.722.039c-.166-.291-.155-.626-.112-.947zM4.271 13.349a1.64 1.64 0 0 1 .984.152c-.041.241-.12.473-.251.679-.215.011-.431.028-.646.02-.076-.276-.076-.566-.087-.851zM5.842 15.775c.385-.167.811-.1 1.218-.109 3.295.002 6.591.002 9.887 0 .415.006.845-.048 1.244.102-.218.052-.439.08-.661.081-3.685-.005-7.371-.002-11.056-.001a3.115 3.115 0 0 1-.631-.073z"/><path fill="#e46c0a" d="M11.289 1.287c.233-.231.449-.479.711-.68.085.064.165.132.241.206 3.648 3.658 7.3 7.312 10.951 10.967-3.585 3.671-7.249 7.261-10.855 10.911-.122.101-.238.288-.422.221-.246-.186-.446-.424-.665-.639-2.818-2.828-5.644-5.648-8.46-8.478-.658-.674-1.351-1.314-1.98-2.015C4.303 8.282 7.797 4.786 11.29 1.287m1.532 6.901c-.28.027-.647.008-.806.292-.346.529-.599 1.111-.855 1.686l-.1-.368c-.302-.031-.595.059-.882.141l-.025.393c.245.044.492.078.739.107-.707.951-.086 2.164-.244 3.233-.901-.728-1.773-1.492-2.664-2.234-.408-.329-.772-.731-1.261-.946.044.188.111.381.276.498.938.751 1.871 1.508 2.807 2.262.326.267.698.501.922.869-1.375-.626-2.694-1.376-4.075-1.994l-.033.266a223.87 223.87 0 0 1 3.314 1.591c-1.518-.355-2.958-.988-4.467-1.376l.014.244c1.753.551 3.524 1.061 5.236 1.728-1.668-.174-3.302-.642-4.981-.751.085.208.299.232.486.26 1.474.209 2.946.447 4.411.716l.051.274c.339.012.679.015 1.019.016.019-.238.032-.476.042-.714 2.06-.004 4.121.002 6.181-.004.007.211.005.424.033.633.312.165.695.054 1.035.081.053-.791-.015-1.584.041-2.373.084-.754.236-1.593-.206-2.271.271-.044.539-.1.804-.176-.12-.46-.605-.466-.988-.505l-.116.401c-.261-.579-.511-1.171-.871-1.696-.147-.256-.472-.254-.728-.279a57.447 57.447 0 0 0-4.109-.005M5.324 9.859c.031.229.075.458.129.684l.732-.051a2.839 2.839 0 0 0-.121-.813c-.248.053-.495.114-.74.18m.008 1.457c-.015.168-.085.452.14.505.229.065.468-.021.699-.029a16.773 16.773 0 0 0-.076-.707c-.265.025-.585-.014-.762.232m-1.631.281c-.044.321-.054.656.112.947l.722-.039c.008-.328-.021-.664-.219-.939-.205.009-.409.019-.615.031m.569 1.751c.011.285.011.574.087.851.215.008.431-.009.646-.02.131-.206.209-.438.251-.679a1.647 1.647 0 0 0-.984-.152m1.571 2.426c.207.045.419.071.631.073 3.686-.001 7.372-.004 11.056.001.222-.001.444-.029.661-.081-.399-.151-.828-.096-1.244-.102-3.296.002-6.592.002-9.887 0-.407.009-.833-.058-1.218.109z"/><path fill="#e46c0a" d="M12.091 8.749c.752-.093 1.511-.098 2.267-.098 1.079.005 2.161-.031 3.236.092.244.559.475 1.124.687 1.696-1.546-.045-3.094-.18-4.641-.074-.741.025-1.484.033-2.225.074.204-.573.436-1.133.675-1.691zM11.456 11.565c.496-.008 1-.026 1.492.067.18.142.187.392.261.592-.592.015-1.171-.1-1.748-.204l-.005-.455zM17.055 11.639c.488-.098.991-.073 1.485-.091l.085.462c-.594.107-1.189.227-1.796.22.068-.2.099-.42.227-.592z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.87 1.38h.234c.548.046 1.061.37 1.32.857 3.44 5.964 6.875 11.93 10.314 17.894.12.205.209.427.262.659v.446a1.633 1.633 0 0 1-1.379 1.384H1.394C.336 22.507-.348 21.222.192 20.293c3.456-6.022 6.93-12.032 10.397-18.048.25-.481.748-.799 1.282-.865M2.52 20.498c6.326.002 12.652.002 18.978 0-3.161-5.486-6.32-10.973-9.488-16.456-3.17 5.482-6.33 10.969-9.49 16.456z"/><path fill="#fff" d="M2.52 20.498c3.16-5.486 6.319-10.974 9.49-16.456 3.168 5.483 6.328 10.969 9.488 16.456-6.326.002-12.652.002-18.978 0m8.498-6.842c-.652-.359-1.284-.755-1.952-1.079-.361-.131-.823-.312-1.169-.062-.312.314.034.736.277.967.643.57 1.469.876 2.177 1.355.005 1.43.011 2.862.018 4.292-.04.329.329.445.559.572.2.108.373-.131.404-.305.204-.884.407-1.769.608-2.653.06-.29.254-.526.392-.781.688.326 1.276.924 2.062.994-.013.404-.059.809-.052 1.214.098.276.517.478.736.214.461-.788.911-1.586 1.362-2.382.232-.342-.27-.744-.588-.565-.323.196-.629.418-.946.624-.48-.623-1.262-.87-1.91-1.273.145-.233.244-.5.438-.7.678-.647 1.364-1.288 2.035-1.943.121-.112.204-.359.03-.467-.211-.128-.467-.361-.726-.226-1.253.733-2.504 1.468-3.756 2.203z"/><path d="M11.018 13.656c1.252-.736 2.503-1.47 3.756-2.203.259-.136.515.097.726.226.174.108.091.355-.03.467-.671.655-1.357 1.296-2.035 1.943-.194.199-.293.467-.438.7.648.403 1.43.65 1.91 1.273.317-.206.623-.428.946-.624.318-.179.82.223.588.565-.451.796-.901 1.594-1.362 2.382-.218.264-.637.062-.736-.214-.007-.406.038-.81.052-1.214-.786-.07-1.374-.667-2.062-.994-.138.256-.332.491-.392.781-.202.884-.404 1.769-.608 2.653-.031.174-.204.413-.404.305-.23-.127-.599-.244-.559-.572-.007-1.43-.013-2.862-.018-4.292-.708-.479-1.534-.785-2.177-1.355-.244-.232-.589-.653-.277-.967.346-.25.808-.068 1.169.062.668.324 1.301.72 1.952 1.079z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.01 2.673c.565-1.095 2.13-1.365 3.133-.734.384.27.619.691.879 1.071 1.313 2.038 2.536 4.131 3.777 6.214 1.853 3.14 3.709 6.278 5.523 9.44.424.755.761 1.696.382 2.538-.27.692-.978 1.02-1.587 1.355l.155.001H1.783C.949 22.21.134 21.599.001 20.642v-.602c.155-.788.597-1.468.989-2.153a950.013 950.013 0 0 1 9.022-15.213M2.275 20.256c6.439.003 12.879.003 19.318.001a4539.854 4539.854 0 0 0-9.659-16.388 4262.99 4262.99 0 0 0-9.659 16.387z"/><path fill="#fff" d="M2.275 20.256a4340.9 4340.9 0 0 1 9.659-16.387c3.231 5.454 6.45 10.919 9.659 16.388-6.439.001-12.879.001-19.318-.001m12.64-6.381l-.003.428a1673.76 1673.76 0 0 0-3.169 0l-.001.359H10.25c-.003-.081-.005-.244-.008-.325H6.971v-.383h-.286l.001.674h2.917l.004.393h1.174v.74c-.947-.18-1.995-.317-2.892.122-.664.33-.721 1.285-.282 1.822.325.424.862.574 1.356.698l.001.715-1.175.001v.32h4.845v-.32h-1.211c-.003-.324 0-.647.001-.971a4.21 4.21 0 0 0 .449-.504c1.204-.274 2.408-.548 3.611-.824.51-.122 1.039-.009 1.553-.087.283-.222.525-.496.795-.734.405-.466.076-1.279-.527-1.355-.552-.122-1.1.422-.991.974.035.361.418.538.513.877-1.777.085-3.536-.27-5.302-.405-.147-.353-.424-.664-.408-1.069.362-.003.724-.001 1.086-.001.003-.098.007-.295.008-.393H15.2l.001-.751c-.094-.001-.19-.003-.285-.001z"/><path fill="#fff" d="M16.926 14.969c.396-.202.901.201.788.632-.068.426-.656.605-.952.295-.291-.26-.199-.786.164-.927zM7.638 16.669c.08-.325.395-.619.741-.614.708-.009 1.418.003 2.126-.003-.028.513.109 1.249-.409 1.55-.691.037-1.385-.024-2.077-.013-.19-.271-.443-.564-.38-.921zM9.25 18.443c.636-.007 1.277-.033 1.894-.209-.005.294-.005.589-.007.884H9.252l-.003-.675z"/><path fill="#030303" d="M14.915 13.875c.094-.001.19 0 .285.001l-.001.751H12.21c-.001.098-.005.295-.008.393-.362 0-.724-.001-1.086.001-.016.405.261.716.408 1.069 1.767.135 3.525.49 5.302.405-.094-.34-.477-.517-.513-.877-.109-.552.439-1.096.991-.974.603.076.932.889.527 1.355-.27.239-.511.513-.795.734-.514.077-1.043-.035-1.553.087l-3.611.824c-.135.18-.286.348-.449.504-.001.324-.004.647-.001.971h1.211v.32H7.788v-.32l1.175-.001-.001-.715c-.494-.123-1.031-.274-1.356-.698-.439-.536-.382-1.491.282-1.822.897-.439 1.945-.302 2.892-.122v-.74H9.606l-.004-.393H6.685l-.001-.674h.286v.383h3.271c.003.081.005.244.008.325h1.492l.001-.359h3.169c0-.108.001-.321.003-.428m2.012 1.094c-.363.142-.455.668-.164.927.296.31.884.131.952-.295.113-.431-.392-.834-.788-.632m-9.288 1.7c-.063.357.19.649.38.921.692-.011 1.386.05 2.077.013.518-.302.382-1.037.409-1.55-.708.005-1.418-.007-2.126.003-.346-.005-.661.289-.741.614m1.613 1.773l.003.675h1.885c.001-.295.001-.59.007-.884-.616.176-1.258.202-1.894.209z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2b2f" d="M10.535 2.969c.314-.525.652-1.277 1.381-1.223.493-.077.956.191 1.175.631 1.202 2.135 2.504 4.214 3.657 6.378 1.168 1.933 2.279 3.902 3.396 5.866.707 1.245 1.493 2.445 2.143 3.721.403.788.949 1.497 1.302 2.309.382.722-.285 1.754-1.087 1.716-7.002-.002-14.005-.004-21.007.002-.552.066-.888-.459-1.247-.786-.038-1.02.661-1.812 1.111-2.665.796-1.506 1.712-2.944 2.557-4.424 1.02-1.861 2.113-3.681 3.19-5.511 1.062-2.05 2.347-3.974 3.428-6.015m1.441 1.14C8.8 9.569 5.663 15.055 2.5 20.524c6.331.006 12.661.006 18.99 0-2.515-4.316-4.978-8.663-7.497-12.975-.68-1.143-1.26-2.347-2.018-3.441z"/><path fill="#fff" d="M11.975 4.108c.758 1.094 1.338 2.298 2.018 3.441 2.519 4.312 4.981 8.659 7.497 12.975-6.329.006-12.66.006-18.99 0 3.163-5.469 6.3-10.955 9.475-16.416m.964 5.055c-.045 1.937.334 3.889-.072 5.805-1.064-.444-2.088-.975-3.116-1.493a39.149 39.149 0 0 1-.193-1.319 33.841 33.841 0 0 1-.697-.395c-.057.59-.119 1.179-.195 1.767-.488.325-.962.673-1.425 1.034.234.11.435.336.705.344.437-.11.845-.31 1.264-.467a49.18 49.18 0 0 0 2.831 1.941c-1.472 1.287-3.303 2.031-4.995 2.971.3.202.603.401.901.605 2.336-.584 4.654-1.243 6.988-1.827 1.039.389 1.871 1.298 3.022 1.389.467.053.888-.429.633-.867-.626-.998-1.882-1.266-2.75-1.996-.166-.299-.225-.643-.323-.968-.518-2.001-1.081-3.989-1.597-5.991a42.133 42.133 0 0 1-.983-.533z"/><path fill="#201e1c" d="M12.939 9.163c.325.181.652.359.983.533.516 2.001 1.079 3.989 1.597 5.991.098.325.157.669.323.968.867.729 2.124.998 2.75 1.996.255.438-.166.92-.633.867-1.151-.091-1.982-1-3.022-1.389-2.334.584-4.653 1.243-6.988 1.827-.299-.204-.601-.403-.901-.605 1.691-.939 3.523-1.684 4.995-2.971a49.18 49.18 0 0 1-2.831-1.941c-.42.157-.828.357-1.264.467-.27-.008-.471-.234-.705-.344.463-.361.937-.709 1.425-1.034.076-.588.138-1.177.195-1.767.231.134.463.266.697.395.057.44.121.881.193 1.319 1.028.518 2.052 1.049 3.116 1.493.406-1.916.026-3.868.072-5.805z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.568 1.44h.726l.149.102c-.526-.1-1.129-.001-1.41.502.066-.1.133-.198.2-.296l-.058-.058.392-.25zM11.668 1.949c.281-.151.666-.086.86.172.211.272.361.586.536.881 3.451 5.992 6.908 11.981 10.358 17.974.364.467-.019 1.224-.624 1.151-7.2.004-14.399.004-21.599.001-.564.073-.982-.613-.662-1.082C4.088 14.85 7.672 8.672 11.229 2.478c.121-.192.226-.42.438-.528M3.611 19.984c5.591 0 11.182.002 16.772-.001-2.797-4.844-5.576-9.698-8.387-14.536-2.808 4.838-5.591 9.691-8.386 14.537zM7.171 8.687c.036-.17.1-.392.301-.426-.01.179-.113.383-.301.426zM5.362 11.828a.606.606 0 0 1 .295-.463c-.023.181-.076.433-.295.463zM3.088 15.773c.036-.173.102-.392.302-.43-.01.18-.113.385-.302.43zM1.284 18.9a.57.57 0 0 1 .289-.449c-.02.176-.07.431-.289.449zM.08 21.851l.1.019.064.216-.163-.235zM1.094 22.534c.311-.04.625-.047.938-.044 7.013.019 14.028-.022 21.041.02l.262.05H.926l.168-.026z"/><path fill="#fff" d="M11.033 2.044c.281-.503.884-.601 1.41-.502.449.259.665.748.914 1.177 3.276 5.688 6.556 11.374 9.833 17.062.259.456.539.902.763 1.378-.014.324-.048.654-.21.943-.173.206-.421.322-.67.408-7.013-.042-14.028-.001-21.041-.02a7.16 7.16 0 0 0-.938.044c-.34-.019-.623-.212-.851-.448l-.064-.216-.1-.019c-.011-.304-.089-.632.067-.913.35-.695.805-1.333 1.136-2.038.22-.018.269-.272.289-.449.492-.9 1.051-1.764 1.514-2.678.19-.044.293-.25.302-.43l.019-.155c.204-.083.268-.319.329-.508.54-.95 1.122-1.88 1.624-2.852.22-.03.272-.282.295-.463.492-.899 1.051-1.763 1.514-2.678.188-.043.292-.247.301-.426l.019-.152c.203-.089.269-.325.331-.517 1.08-1.843 2.129-3.704 3.21-5.548m.639-.095c-.212.108-.317.336-.438.528C7.673 8.67 4.089 14.849.538 21.045c-.319.469.098 1.156.662 1.082 7.2.002 14.399.002 21.599-.001.605.073.988-.684.624-1.151-3.45-5.993-6.907-11.982-10.358-17.974-.175-.295-.325-.608-.536-.881-.194-.258-.58-.323-.86-.172z"/><path fill="#fff" d="M3.611 19.984c2.795-4.846 5.578-9.698 8.386-14.537 2.81 4.837 5.59 9.691 8.387 14.536-5.591.004-11.182.001-16.772.001m5.13-7.52c1.007.774 2.041 1.513 3.047 2.29-.718.464-1.438.924-2.159 1.385-.379-.176-.752-.367-1.14-.522-.163-.005-.288.142-.433.2.296.349.636.66.916 1.022.196.43.29.899.443 1.344l.395-.232.125-1.291c.756-.403 1.517-.797 2.281-1.184.148 1.266.299 2.532.446 3.797.215-.126.431-.25.65-.368.169-1.424.324-2.85.486-4.276.422-.258.868-.476 1.285-.742.244-.175.521-.433.48-.762-.136-.298-.544-.227-.792-.138-.514.214-.965.551-1.452.816-1.313-.569-2.617-1.158-3.932-1.723-.216.125-.432.253-.646.384z"/><path d="M7.492 8.108c-.001-.223.155-.402.331-.517-.062.192-.128.428-.331.517zM8.742 12.464c.214-.131.43-.259.646-.384 1.315.565 2.62 1.154 3.932 1.723.487-.265.938-.602 1.452-.816.248-.089.656-.16.792.138.041.329-.236.587-.48.762-.418.265-.863.484-1.285.742-.162 1.426-.317 2.851-.486 4.276-.22.119-.436.242-.65.368-.148-1.265-.299-2.531-.446-3.797-.764.388-1.525.781-2.281 1.184l-.125 1.291-.395.232c-.152-.445-.247-.914-.443-1.344-.28-.362-.619-.673-.916-1.022.145-.059.27-.205.433-.2.388.155.761.346 1.14.522.721-.461 1.441-.92 2.159-1.385-1.006-.776-2.04-1.516-3.047-2.29zM3.409 15.188c-.002-.221.151-.397.329-.508-.061.188-.125.425-.329.508zM23.953 21.158l.047-.214v.659l-.257.498c.162-.289.196-.619.21-.943z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.557 0h.598c.2.097.388.222.545.382 3.564 3.56 7.132 7.117 10.688 10.685.408.367.451 1.058.049 1.446-3.396 3.408-6.806 6.803-10.207 10.206-.283.276-.535.59-.863.815-.396.245-.943.149-1.252-.193C7.7 19.91 4.265 16.497.844 13.071c-.34-.353-.803-.673-.845-1.206v-.077c.034-.506.452-.834.781-1.169C4.182 7.222 7.584 3.826 10.982.426c.168-.17.361-.314.574-.426m.118.635c-.187.132-.34.305-.502.466C7.739 4.544 4.289 7.969.859 11.414c-.204.157-.349.473-.125.678 3.596 3.608 7.21 7.201 10.81 10.807.167.22.494.2.655-.014 3.36-3.359 6.724-6.715 10.082-10.075.263-.274.564-.514.788-.821.133-.244-.079-.457-.239-.616C19.315 7.85 15.79 4.336 12.271.817c-.149-.157-.383-.331-.599-.181z"/><path fill="#231f20" d="M11.557 4.585c.059-.113.146-.302.31-.245.354.048.476.443.554.739.204 1.007.097 2.041.126 3.061.502.428 1.008.852 1.511 1.279.02-.188-.007-.39.065-.57.122-.203.43-.194.595-.05.161.374.095.794.109 1.192.353.275.716.535 1.069.81.008-.197 0-.397.044-.59.128-.269.57-.216.652.065.121.344.052.722.072 1.08.509.389 1.033.762 1.504 1.199.161.164.374.386.275.637-.068.264-.376.547-.636.324a25.07 25.07 0 0 0-3.683-1.842c-.461-.164-.918-.438-1.416-.419-.115.142-.091.337-.114.508-.053 1.146-.028 2.3-.236 3.433.448.367.941.678 1.368 1.069.307.248.244.686.205 1.032-.727-.091-1.39-.422-2.062-.692-.677.258-1.343.558-2.056.702-.035-.326-.116-.732.156-.984.42-.434.942-.746 1.408-1.126-.185-1.016-.193-2.05-.215-3.078 0-.298-.034-.594-.118-.88-.472.011-.906.204-1.336.378-1.292.551-2.567 1.156-3.766 1.891-.41.325-.888-.39-.584-.727.476-.576 1.134-.965 1.715-1.426.01-.337-.025-.68.041-1.013.056-.234.332-.407.548-.25.233.156.15.473.179.709.35-.281.714-.542 1.068-.817.005-.35-.02-.708.05-1.055.059-.31.566-.316.672-.04.028.175.042.35.043.528.506-.422 1.008-.851 1.512-1.274.012-1.19-.096-2.432.37-3.559z"/><path fill="#fd0" d="M11.674.635c.216-.15.45.024.599.181 3.518 3.52 7.044 7.033 10.559 10.556.16.158.372.372.239.616-.224.307-.526.547-.788.821-3.359 3.36-6.722 6.716-10.082 10.075-.161.215-.488.234-.655.014-3.6-3.606-7.213-7.199-10.81-10.807-.224-.205-.079-.521.125-.678 3.43-3.445 6.88-6.87 10.313-10.313.162-.161.314-.334.502-.466m-.119 3.951c-.466 1.127-.358 2.369-.37 3.559-.504.424-1.006.852-1.512 1.274a3.581 3.581 0 0 0-.043-.528c-.106-.276-.613-.27-.672.04-.071.347-.046.704-.05 1.055-.354.275-.718.536-1.068.817-.029-.236.054-.553-.179-.709-.216-.157-.492.016-.548.25-.066.332-.031.676-.041 1.013-.581.461-1.238.85-1.715 1.426-.304.337.174 1.052.584.727 1.199-.736 2.473-1.34 3.766-1.891.43-.174.864-.367 1.336-.378.084.286.118.582.118.88.022 1.028.03 2.062.215 3.078-.466.379-.988.691-1.408 1.126-.272.252-.191.658-.156.984.713-.144 1.379-.444 2.056-.702.672.27 1.334.601 2.062.692.038-.346.102-.784-.205-1.032-.427-.391-.92-.702-1.368-1.069.209-1.133.184-2.287.236-3.433.023-.17-.001-.366.114-.508.498-.019.955.254 1.416.419a25.12 25.12 0 0 1 3.683 1.842c.26.223.568-.06.636-.324.1-.251-.114-.473-.275-.637-.47-.437-.995-.81-1.504-1.199-.02-.358.049-.736-.072-1.08-.082-.281-.523-.334-.652-.065-.044.193-.036.394-.044.59-.353-.275-.716-.535-1.069-.81-.014-.397.052-.817-.109-1.192-.166-.144-.473-.152-.595.05-.072.18-.044.382-.065.57-.503-.427-1.009-.851-1.511-1.279-.029-1.02.078-2.054-.126-3.061-.078-.296-.2-.691-.554-.739-.163-.058-.251.132-.31.245z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.946 0h.095c.366-.002.676.214.92.466 3.538 3.546 7.079 7.087 10.616 10.633.241.221.382.523.422.845v.1c-.043.293-.121.599-.349.805-3.335 3.347-6.676 6.688-10.012 10.033-.433.392-.779.925-1.357 1.118h-.553a1.66 1.66 0 0 1-.646-.396C7.526 20.036 3.965 16.472.408 12.906c-.233-.229-.359-.54-.409-.858v-.071c.044-.518.424-.9.78-1.237C4.219 7.301 7.655 3.856 11.094.415c.228-.23.518-.409.851-.415m-.378.416c-.144.09-.263.214-.383.331C7.685 4.246 4.181 7.743.68 11.242c-.278.248-.436.643-.33 1.012.082.318.361.521.577.748 3.322 3.32 6.643 6.64 9.962 9.961.226.218.431.46.679.652.347.181.817.125 1.086-.17 3.593-3.605 7.194-7.201 10.782-10.81.389-.362.322-.986-.054-1.328-3.536-3.551-7.08-7.092-10.621-10.638-.292-.325-.8-.511-1.195-.252z"/><path fill="#fde012" d="M11.801.974c.215-.209.451.02.602.18 3.515 3.527 7.04 7.043 10.552 10.572.241.166.166.479-.046.629-3.563 3.557-7.111 7.127-10.675 10.681-.137.181-.403.108-.523-.054-3.402-3.407-6.804-6.814-10.207-10.219-.199-.212-.444-.391-.592-.646-.097-.216.128-.371.251-.511C4.713 8.066 8.237 4.497 11.801.974M7.872 7.886c-.138.616.08 1.274.521 1.717.545.542 1.146 1.024 1.702 1.555-.349 1.964-.7 3.928-1.046 5.892.268.265.533.532.797.799.641-1.705 1.277-3.413 1.92-5.117.73.676 1.446 1.363 2.168 2.045-.108.676-.218 1.35-.323 2.026.206.204.414.407.622.61.404-.656.762-1.342 1.187-1.985.648-.42 1.322-.803 1.98-1.208a39.904 39.904 0 0 1-.62-.614c-.671.096-1.332.239-1.999.349-.673-.738-1.361-1.463-2.034-2.2 1.687-.644 3.38-1.272 5.075-1.895-.26-.27-.527-.535-.793-.799-1.962.335-3.92.695-5.879 1.045-.458-.509-.889-1.042-1.354-1.546-.474-.516-1.22-.872-1.922-.674z"/><path d="M11.567.416c.395-.259.904-.073 1.195.252 3.541 3.546 7.085 7.087 10.621 10.638.376.342.443.966.054 1.328-3.588 3.608-7.189 7.205-10.782 10.81-.269.295-.739.352-1.086.17-.248-.192-.454-.433-.679-.652-3.319-3.322-6.641-6.641-9.962-9.961-.216-.227-.496-.43-.577-.748-.106-.368.052-.763.33-1.012C4.181 7.742 7.685 4.245 11.185.746c.12-.118.239-.241.383-.331m.233.559C8.237 4.497 4.713 8.066 1.163 11.606c-.122.14-.348.295-.251.511.148.254.392.433.592.646l10.207 10.219c.12.162.386.235.523.054 3.564-3.554 7.112-7.124 10.675-10.681.211-.15.287-.463.046-.629-3.511-3.529-7.037-7.045-10.552-10.572-.151-.16-.388-.389-.602-.18z"/><path d="M7.872 7.886c.702-.198 1.448.158 1.922.674.464.504.895 1.037 1.354 1.546 1.958-.35 3.917-.71 5.879-1.045.266.264.533.529.793.799-1.694.623-3.388 1.25-5.075 1.895.673.737 1.361 1.462 2.034 2.2.667-.11 1.328-.253 1.999-.349.204.208.412.412.62.614-.658.406-1.332.788-1.98 1.208-.425.643-.782 1.328-1.187 1.985l-.622-.61c.104-.676.215-1.35.323-2.026-.722-.682-1.439-1.369-2.168-2.045-.643 1.704-1.279 3.412-1.92 5.117a85.755 85.755 0 0 0-.797-.799c.347-1.964.697-3.928 1.046-5.892-.556-.532-1.157-1.013-1.702-1.555-.44-.443-.659-1.102-.521-1.717z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.845 0h.272c.325.058.618.224.845.461 3.522 3.523 7.046 7.045 10.567 10.571.324.299.52.754.416 1.195-.085.468-.484.766-.794 1.087-3.299 3.299-6.599 6.595-9.895 9.895-.343.352-.721.781-1.26.762-.536.031-.92-.39-1.26-.743C7.297 19.785 3.855 16.344.412 12.903a1.474 1.474 0 0 1-.413-.768v-.258c.042-.332.21-.629.452-.856L11.021.453c.221-.233.508-.391.823-.454m-.286.42c-.211.136-.378.326-.556.5A50764.31 50764.31 0 0 1 .627 11.303c-.218.203-.373.492-.33.798.034.391.377.631.628.892 3.481 3.478 6.959 6.959 10.44 10.436.298.328.858.365 1.183.059 3.532-3.512 7.049-7.04 10.574-10.559.228-.234.521-.46.558-.81.058-.337-.136-.646-.373-.865L12.681.628c-.271-.314-.76-.431-1.123-.209z"/><path fill="#ffdb00" d="M11.812.796c.229-.125.469.034.622.202 3.54 3.541 7.084 7.079 10.621 10.622.206.164.269.502.049.685-3.578 3.582-7.16 7.162-10.738 10.746-.157.205-.487.264-.671.061-3.524-3.517-7.039-7.044-10.564-10.56-.172-.182-.448-.367-.371-.658.085-.24.308-.395.475-.577 3.301-3.299 6.602-6.599 9.905-9.898.221-.21.414-.455.671-.624M7.489 9.158c3.574.005 7.148 0 10.722.002.1-.134.199-.268.3-.401H8.022c-.254-.029-.366.26-.533.398m-3.6 1.644c-.023.736.658 1.394 1.392 1.343.474-.001.88-.304 1.139-.68.821.253 1.644.504 2.467.756.572.992.924 2.263 2.033 2.802.005.416.002.833.002 1.249-.527-.024-1.207.164-1.517-.4l-.263.197c.221.252.458.56.827.572 1.999-.001 4 .002 5.999-.002.5.023.858-.376 1.123-.748l-.254-.19c-.235.254-.49.575-.869.586-.45.011-.9-.013-1.35-.007v-1.238c.967-.007 1.934.01 2.902-.006.298.01.7-.154.671-.511.006-1.034.025-2.132-.463-3.076-.287-.571-.874-1-1.524-1.006-.81-.007-1.62-.001-2.43-.001a20.568 20.568 0 0 1-.515-.662c-.166 0-.332-.001-.498-.004-.155.229-.32.451-.488.67-1.913-.012-3.826.001-5.738-.007-.176-.535-.677-.968-1.254-.974-.732-.048-1.412.604-1.391 1.338z"/><path fill="#ffdb00" d="M9.836 10.97c1.631-.005 3.262-.001 4.892-.002l.001 2.215c-.871-.005-1.744.012-2.615-.007-.677-.013-1.398-.241-1.831-.787-.324-.397-.43-.918-.448-1.418zM15.169 10.968c.539.032 1.097-.073 1.624.064.713.439.817 1.39.774 2.153l-2.399-.001.001-2.215zM11.287 15.016l2.968.001-.001 1.255h-2.966v-1.256z"/><path d="M11.558.419c.364-.222.852-.106 1.123.209l10.626 10.626c.238.22.431.528.373.865-.037.35-.33.576-.558.81-3.526 3.518-7.043 7.046-10.574 10.559-.325.306-.886.269-1.183-.059C7.884 19.951 4.406 16.47.925 12.993c-.251-.26-.594-.5-.628-.892-.043-.306.112-.595.33-.798C4.087 7.842 7.545 4.38 11.002.919c.178-.174.344-.365.556-.5m.254.377c-.257.169-.45.414-.671.624l-9.905 9.898c-.167.182-.39.337-.475.577-.077.29.199.475.371.658 3.524 3.516 7.039 7.043 10.564 10.56.184.203.514.144.671-.061 3.577-3.584 7.159-7.164 10.738-10.746.22-.184.157-.521-.049-.685C19.518 8.077 15.975 4.54 12.435.999c-.152-.168-.392-.326-.622-.202z"/><path d="M7.489 9.158c.167-.138.278-.427.533-.398h10.489c-.101.133-.2.266-.3.401-3.574-.002-7.148.002-10.722-.002zM3.889 10.801c-.022-.734.659-1.386 1.391-1.338.577.006 1.078.439 1.254.974 1.913.008 3.826-.005 5.738.007.168-.218.334-.44.488-.67.166.002.332.004.498.004.166.226.34.444.515.662.81 0 1.62-.006 2.43.001.65.006 1.237.434 1.524 1.006.488.943.469 2.041.463 3.076.029.358-.373.521-.671.511-.967.016-1.934-.001-2.902.006v1.238c.45-.006.9.018 1.35.007.379-.011.634-.331.869-.586l.254.19c-.265.372-.623.77-1.123.748-1.999.005-4 .001-5.999.002-.368-.012-.606-.32-.827-.572l.263-.197c.31.564.99.376 1.517.4 0-.416.002-.833-.002-1.249-1.109-.539-1.46-1.81-2.033-2.802-.823-.252-1.646-.503-2.467-.756-.259.377-.665.679-1.139.68-.734.052-1.415-.607-1.392-1.343m5.948.17c.018.5.124 1.021.448 1.418.433.546 1.154.774 1.831.787.871.019 1.744.002 2.615.007l-.001-2.215c-1.631.001-3.262-.002-4.892.002m5.332-.001l-.001 2.215 2.399.001c.043-.763-.061-1.714-.774-2.153-.527-.137-1.085-.031-1.624-.064m-3.882 4.049v1.256h2.966l.001-1.255-2.968-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.333.176c.568-.304 1.298-.139 1.726.326 3.462 3.457 6.924 6.913 10.381 10.374.398.371.598.954.439 1.484-.106.438-.47.731-.77 1.037-3.359 3.356-6.715 6.715-10.073 10.074-.532.594-1.548.608-2.092.023C7.442 19.998 3.95 16.493.451 12.996c-.582-.541-.557-1.547.026-2.078C3.833 7.553 7.201 4.198 10.558.833c.24-.238.472-.497.774-.658m.356.132c-.287.065-.514.266-.718.467C7.534 4.218 4.087 7.65.654 11.096c-.484.439-.514 1.268-.031 1.72 3.5 3.502 6.997 7.007 10.499 10.506.449.492 1.292.48 1.73-.018 3.482-3.485 6.967-6.97 10.45-10.453.319-.299.466-.774.338-1.196-.102-.376-.412-.634-.672-.901L12.886.68c-.3-.32-.766-.488-1.198-.372z"/><path fill="#ffd520" d="M11.672.773c.31-.144.677-.03.898.216 3.328 3.313 6.642 6.638 9.966 9.956.199.203.415.392.583.623.215.296.143.733-.122.973-3.505 3.5-7.002 7.008-10.511 10.502a.73.73 0 0 1-.917.079c-.248-.192-.452-.433-.677-.652C7.59 19.169 4.29 15.864.984 12.565c-.266-.23-.368-.649-.175-.958.176-.259.42-.464.638-.688 3.179-3.179 6.359-6.356 9.538-9.536.221-.211.416-.462.688-.612M5.372 7.69l3.661 1.386c.445.162.768.524 1.139.802-.486.185-.971.374-1.458.558-.409-.292-.81-.595-1.217-.888-.191-.166-.439-.037-.656-.02.06.337.124.674.186 1.013-.541-.11-1.069-.29-1.618-.356-.11.079-.214.166-.31.262.503.406 1.075.716 1.584 1.115l-.002.251.464.03c.304.229.541.563.895.712.445.046.352-.496.372-.78 1.116-.192 2.22-.468 3.343-.614.311.114.583.306.872.466l.394 1.873c.228-.107.638-.03.708-.337.268-1.012.491-2.034.743-3.049 1.313-.311 2.566-.899 3.605-1.763.342-.251.102-.864-.31-.857-.367-.008-.73-.079-1.096-.107-.498-.019-.88.338-1.328.49-.625.223-1.243.463-1.867.689-2.458-.438-4.915-.866-7.374-1.297-.348-.128-.541.197-.731.425m-.361 8.11c1.008 1.012 2.022 2.017 3.026 3.031 1.346-.646 2.704-1.268 4.058-1.896l.58.395c-1.337.703-2.666 1.422-4.001 2.129 1.11 1.106 2.22 2.213 3.325 3.324 3.59-3.606 7.196-7.196 10.789-10.8a4287.875 4287.875 0 0 0-17.778 3.817z"/><path fill="#ffd520" d="M19.164 13.645c.142-.089.305-.061.46-.031-.547.324-1.116.607-1.674.911a52.484 52.484 0 0 0-.355-.142 55.93 55.93 0 0 1 1.57-.738zM16.056 15.1c.202-.143.397.05.586.116-.85.463-1.706.916-2.564 1.366l-.544-.312c.84-.391 1.676-.791 2.522-1.17z"/><path d="M11.688.307c.432-.116.898.052 1.198.372l10.082 10.074c.26.268.57.526.672.901a1.2 1.2 0 0 1-.338 1.196l-10.45 10.453c-.438.498-1.282.51-1.73.018C7.62 19.822 4.124 16.317.623 12.815c-.482-.451-.452-1.28.031-1.72C4.087 7.649 7.535 4.217 10.97.773c.204-.2.431-.402.718-.467m-.016.467c-.271.15-.467.401-.688.612-3.179 3.18-6.359 6.358-9.538 9.536-.218.223-.462.428-.638.688-.193.308-.091.727.175.958 3.306 3.299 6.606 6.604 9.908 9.905.224.218.428.46.677.652a.73.73 0 0 0 .917-.079c3.509-3.494 7.006-7.002 10.511-10.502.265-.24.337-.677.122-.973-.168-.23-.384-.42-.583-.623-3.324-3.318-6.638-6.643-9.966-9.956-.221-.246-.588-.36-.898-.216z"/><path d="M5.372 7.69c.19-.228.383-.553.731-.425 2.459.431 4.916.859 7.374 1.297.624-.226 1.242-.466 1.867-.689.449-.151.83-.509 1.328-.49.366.028.728.098 1.096.107.412-.007.652.606.31.857-1.039.864-2.292 1.452-3.605 1.763-.252 1.015-.475 2.038-.743 3.049-.07.307-.48.23-.708.337l-.394-1.873c-.289-.16-.562-.352-.872-.466-1.123.146-2.227.422-3.343.614-.02.284.073.826-.372.78-.354-.149-.592-.482-.895-.712l-.464-.03.002-.251c-.509-.398-1.081-.709-1.584-1.115.096-.096.199-.182.31-.262.548.066 1.076.246 1.618.356-.062-.338-.126-.676-.186-1.013.217-.017.466-.145.656.02.407.293.808.596 1.217.888.487-.184.972-.373 1.458-.558-.371-.277-.694-.64-1.139-.802L5.373 7.686zM5.01 15.804c5.922-1.289 11.85-2.554 17.778-3.817-3.593 3.604-7.199 7.194-10.789 10.8a1042.022 1042.022 0 0 0-3.325-3.324c1.334-.707 2.664-1.426 4.001-2.129l-.58-.395c-1.355.628-2.712 1.25-4.058 1.896-1.004-1.014-2.018-2.02-3.026-3.031m14.153-2.159a55.93 55.93 0 0 0-1.57.738l.355.142c.558-.304 1.127-.587 1.674-.911-.155-.03-.318-.058-.46.031M16.056 15.1c-.846.379-1.682.779-2.522 1.17l.544.312c.858-.45 1.715-.902 2.564-1.366-.188-.066-.384-.259-.586-.116z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-ground-clearance--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.672 0h.334c.311.022.58.188.786.409 3.62 3.619 7.237 7.243 10.861 10.859.112.101.236.265.128.415-.115-.144-.226-.29-.354-.422C19.841 7.68 16.261 4.095 12.676.513c-.18-.184-.406-.36-.679-.338-.305-.002-.521.234-.721.43C7.662 4.228 4.035 7.839.424 11.465c-.313.277-.335.814-.014 1.093 3.684 3.682 7.363 7.367 11.044 11.051.277.33.83.343 1.118.019 3.68-3.684 7.362-7.368 11.045-11.05a.657.657 0 0 0 .221-.629l.162-.17v.638L12.686 23.732a1.536 1.536 0 0 1-.397.269h-.53c-.322-.138-.54-.418-.784-.654L.655 13.026c-.269-.272-.602-.526-.653-.938L0 12.332v-.3a1.11 1.11 0 0 1 .348-.71C3.854 7.812 7.364 4.306 10.871.797c.314-.305.595-.674 1.04-.793l-.239-.001z"/><path fill="#ffd520" d="M11.786.613c.214-.192.494-.03.649.152 3.638 3.643 7.285 7.278 10.919 10.925.198.155.223.472.024.636-3.68 3.683-7.362 7.364-11.045 11.044-.161.206-.484.188-.637-.016C8.013 19.672 4.33 15.991.65 12.307c-.251-.223-.072-.557.143-.725C4.463 7.93 8.101 4.246 11.786.613M8.632 6.217c-.002.906-.004 1.812-.004 2.718.39.007.781-.008 1.171.004.306.24.533.572.816.841.271.068.562.011.84.022-.085-.094-.199-.167-.259-.281l.302.001a11.12 11.12 0 0 1-.332-.427c.198.1.391.208.584.316-.065-.27-.132-.539-.193-.81.17.229.312.479.479.71.095-.277.16-.566.289-.83.019.294.022.588.031.882.167-.14.335-.281.511-.408a5.862 5.862 0 0 1-.367.529c.156-.014.308-.005.46.031-.228.048-.336.278-.557.323.031.229.065.46.097.69-.296.001-.592.001-.887-.001l.1-.718c-.368-.048-.217.492-.332.718-.088.001-.262.002-.349.004-.048.178-.094.354-.139.533l.39.001c-.049.277-.1.554-.151.83l-.457.002a30.49 30.49 0 0 0-.192.719H11c-.058.325-.116.65-.178.976l-.598.001c-.073.269-.143.538-.211.808l.664.001c-.08.434-.158.869-.239 1.302H9.67c-.08.289-.156.581-.229.871l.84.002c-.084.458-.167.917-.252 1.375h-.95c-.098.359-.193.719-.286 1.079.346.002.692.001 1.039.001-.071.408-.149.815-.22 1.224.204 0 .409 0 .614-.002.058-.407.113-.815.175-1.222l3.311.001c.061.406.118.814.174 1.22.205.002.41.002.616.002-.071-.409-.149-.816-.22-1.224.347 0 .692.001 1.039-.001a52.02 52.02 0 0 0-.287-1.079h-.95c-.085-.458-.167-.917-.252-1.375l.841-.002a23.82 23.82 0 0 0-.233-.872c-.254.002-.51.002-.764.001-.082-.434-.16-.869-.239-1.302l.665-.001c-.07-.27-.14-.539-.212-.806l-.598-.002c-.061-.325-.127-.65-.169-.979l.508.005c-.061-.24-.124-.481-.191-.72l-.458-.002a60.106 60.106 0 0 1-.15-.829l.389-.002a23.116 23.116 0 0 0-.139-.533 39.91 39.91 0 0 0-.348-.002 65.54 65.54 0 0 1-.133-.726c.271.005.541.008.812.011.054-.362.349-.728.749-.685.39-.035.671.319.731.673.361-.014.727.03 1.086-.024-.013-1.186.01-2.372.007-3.559-2.452-.002-4.902-.001-7.354 0M5.674 7.604c-.07.349-.06.708-.126 1.058-.2.181-.623.031-.72.341.065.388.167.769.252 1.154-.151.072-.186.202-.103.388.13-.013.258-.029.386-.047-.028-.365.174-.772.563-.835.379-.1.75.179.856.538.457-.085.916-.169 1.373-.258.019-.245.038-.518.271-.668-.146-.042-.386-.016-.412-.215-.131-.613-.239-1.231-.362-1.846-.66.122-1.324.233-1.978.39m2.875 1.689c-.322.199-.394.708-.089.96.305.318.906.14.996-.289.163-.502-.473-.968-.907-.671m.636-.139a.846.846 0 0 1 .414.652c.251.004.503.004.754.002a45.485 45.485 0 0 0-.6-.647l-.568-.007m4.737.093c-.404.148-.512.737-.179 1.013.311.312.905.125.992-.304.137-.461-.378-.89-.814-.709m-8.168.58c-.389.223-.368.858.04 1.05.386.233.923-.114.886-.557.008-.451-.554-.748-.925-.493z"/><path fill="#ffd520" d="M5.905 7.832c.233-.115.5-.126.749-.187.046.26.088.521.127.782-.314.061-.624.152-.944.173.016-.254-.032-.528.068-.768zM11.536 11.064h1.043c.04.277.079.554.116.832h-1.276c.036-.277.076-.554.116-.832zM11.318 12.618c.496-.004.99-.004 1.486 0l.139.97c-.588.008-1.176.005-1.765.002l.14-.972zM11.059 14.402c.665-.004 1.331-.005 1.996 0 .059.434.125.868.184 1.301h-2.364c.06-.433.124-.868.185-1.301zM10.756 16.577c.871.001 1.742-.007 2.614.004.062.457.131.914.193 1.372-1.001 0-2.002-.001-3.002.001.062-.46.127-.918.196-1.376z"/><path d="M11.276.604c.2-.196.416-.432.721-.43.274-.022.499.155.679.338C16.26 4.094 19.841 7.68 23.427 11.26c.128.132.239.278.354.422.012.089.031.178.056.265a.655.655 0 0 1-.221.629c-3.683 3.682-7.364 7.366-11.045 11.05-.288.324-.841.311-1.118-.019-3.68-3.684-7.36-7.369-11.044-11.051-.32-.28-.299-.816.014-1.093C4.034 7.837 7.66 4.226 11.275.603m.511.01C8.101 4.247 4.462 7.931.793 11.582c-.215.168-.394.502-.143.725 3.68 3.684 7.363 7.366 11.046 11.047.154.204.476.222.637.016 3.683-3.679 7.364-7.361 11.045-11.044.199-.164.174-.481-.024-.636C19.72 8.043 16.074 4.408 12.435.765c-.155-.182-.436-.344-.649-.152z"/><path d="M8.632 6.217c2.452-.001 4.902-.002 7.354 0 .002 1.187-.02 2.374-.007 3.559-.359.054-.725.01-1.086.024-.06-.354-.341-.708-.731-.673-.4-.043-.695.323-.749.685a73.281 73.281 0 0 1-.812-.011c.043.241.088.484.133.726l.348.002c.048.176.095.354.139.533l-.389.002c.048.276.098.553.15.829l.458.002c.067.239.13.48.191.72l-.508-.005c.042.329.108.654.169.979l.598.002c.072.268.143.536.212.806l-.665.001c.079.433.157.868.239 1.302.254.001.51.001.764-.001.084.289.16.581.233.872l-.841.002c.085.458.167.917.252 1.375h.95c.1.359.194.719.287 1.079-.347.002-.692.001-1.039.001.071.408.149.815.22 1.224-.205 0-.41 0-.616-.002a96.751 96.751 0 0 0-.174-1.22l-3.311-.001c-.062.407-.118.815-.175 1.222-.205.002-.41.002-.614.002.071-.409.149-.816.22-1.224-.347 0-.694.001-1.039-.001.092-.36.187-.72.286-1.079h.95c.085-.458.168-.917.252-1.375l-.84-.002c.073-.29.149-.582.229-.871h.768c.08-.433.158-.868.239-1.302l-.664-.001c.068-.27.138-.539.211-.808l.598-.001c.061-.325.12-.65.178-.976h-.517c.061-.24.125-.48.192-.719l.457-.002c.052-.276.102-.553.151-.83l-.39-.001c.046-.179.091-.355.139-.533.088-.001.262-.002.349-.004.115-.226-.036-.766.332-.718-.032.239-.066.479-.1.718.295.002.59.002.887.001-.032-.23-.066-.461-.097-.69.221-.044.329-.275.557-.323a1.393 1.393 0 0 0-.46-.031 5.8 5.8 0 0 0 .367-.529c-.176.127-.344.268-.511.408-.01-.294-.012-.588-.031-.882-.13.264-.194.553-.289.83-.167-.232-.308-.481-.479-.71.061.271.128.54.193.81-.193-.108-.386-.216-.584-.316.107.144.218.287.332.427l-.302-.001c.06.114.174.187.259.281-.278-.011-.569.047-.84-.022-.283-.269-.51-.601-.816-.841-.39-.012-.781.004-1.171-.004 0-.906.001-1.812.004-2.718m2.904 4.85c-.041.277-.08.554-.116.832h1.276c-.037-.277-.077-.554-.116-.832h-1.043m-.219 1.554l-.14.972c.589.002 1.177.006 1.765-.002-.047-.323-.094-.647-.139-.97a92.01 92.01 0 0 0-1.486 0m-.259 1.784c-.061.433-.125.868-.185 1.301h2.364c-.059-.433-.125-.866-.184-1.301-.665-.005-1.331-.004-1.996 0m-.302 2.175c-.068.458-.133.917-.196 1.376 1.001-.002 2.002-.001 3.002-.001-.062-.457-.131-.914-.193-1.372-.871-.011-1.742-.002-2.614-.004zM5.674 7.604c.654-.157 1.318-.268 1.978-.39.124.614.232 1.232.362 1.846.025.199.265.173.412.215-.233.15-.252.424-.271.668-.457.089-.916.173-1.373.258-.106-.359-.476-.637-.856-.538-.389.064-.59.47-.563.835a9.914 9.914 0 0 1-.386.047c-.083-.186-.048-.316.103-.388-.085-.385-.187-.767-.252-1.154.097-.31.52-.16.72-.341.066-.35.056-.709.126-1.058m.231.228c-.101.24-.053.514-.068.768.32-.02.63-.112.944-.173-.04-.262-.082-.522-.127-.782-.248.061-.516.072-.749.187z"/><path d="M8.549 9.293c.434-.298 1.07.169.907.671-.09.43-.691.607-.996.289-.305-.252-.233-.761.089-.96z"/><path d="M9.185 9.154l.568.007c.203.214.402.43.6.647-.251.001-.503.001-.754-.002a.846.846 0 0 0-.414-.652zM13.922 9.247c.436-.181.95.248.814.709-.088.428-.682.616-.992.304-.334-.276-.226-.865.179-1.013zM5.753 9.827c.371-.254.934.042.925.493.037.443-.499.79-.886.557-.408-.192-.428-.827-.04-1.05z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-ground-clearance--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M10.598 2.287c.157-.297.402-.559.713-.693a67.88 67.88 0 0 1 1.427 0c.3.129.516.401.682.676.414.683.807 1.378 1.206 2.07a19.101 19.101 0 0 1 .209.364c.756 1.31 1.515 2.618 2.268 3.93a.06.06 0 0 1 .006.011c1.191 2.069 2.391 4.134 3.581 6.204a.131.131 0 0 1 .006.01c1.01 1.751 2.028 3.498 3.025 5.256.074.151.187.293.186.469l.052.001c-.056.071.003.16.042.223v.47c-.098.145-.097.33-.193.476a1.763 1.763 0 0 1-1.124.824l.043.03H1.174a.226.226 0 0 0-.112-.093 1.725 1.725 0 0 1-.966-.963.262.262 0 0 0-.095-.118v-.796l.096-.001c-.006-.18.099-.333.175-.488 1.127-1.94 2.243-3.885 3.367-5.827C5.962 10.311 8.264 6.288 10.6 2.284m1.382 1.789C8.84 9.546 5.669 15.002 2.527 20.474c3.587.015 7.174.002 10.761.007 2.727-.006 5.454.011 8.181-.009-3.105-5.392-6.218-10.78-9.326-16.171-.053-.076-.074-.182-.161-.228z"/><path fill="#fff" d="M11.982 4.073c.087.045.109.152.161.228 3.107 5.391 6.22 10.779 9.326 16.171-2.727.02-5.454.003-8.181.009-3.587-.005-7.174.009-10.761-.007 3.142-5.472 6.314-10.928 9.455-16.401m.782 8.869c-.104.135-.108.311-.132.472-.075.555-.158 1.109-.228 1.665l-.037-.024c-.132-.262-.247-.533-.389-.79-.728-.076-1.45-.208-2.178-.272-.02.281-.068.558-.098.838-.134.117-.307.185-.455.286-.306-.498-.607-.998-.911-1.498-.105-.178-.362-.252-.535-.127-.28.175-.561.349-.84.526a.564.564 0 0 0-.268.451c-.067.659-.124 1.32-.187 1.979-.012.104.01.21.062.301.198.349.4.696.591 1.049.099-.026.178-.094.269-.138-.055-.198-.105-.405-.056-.61a1.03 1.03 0 0 1 .713-.784.996.996 0 0 1 1.079.346c.092-.044.183-.09.268-.147a1.014 1.014 0 0 1 .053-.904c.182-.325.553-.538.927-.514.297.005.571.167.754.395l.213-.104c-.084-.104-.184-.193-.266-.299.104.008.207.021.31.034.231.497.452.999.687 1.494 1.389.193 2.773.428 4.162.614.016-.512.497-.95 1.006-.933.316-.011.623.15.814.399.189.23.227.538.207.826.17.014.339.05.508.074.178-.766-.348-1.595-1.103-1.79a1.564 1.564 0 0 0-1.545.414l-.282-.006c.118-.848.228-1.698.348-2.546.008-.169-.166-.258-.309-.283-.941-.149-1.885-.286-2.825-.435-.108-.017-.242-.052-.326.039m-2.638 2.321a.84.84 0 0 0-.602.829.832.832 0 0 0 .728.806c.491.086.982-.355.948-.853.007-.531-.57-.948-1.074-.782M8.2 16.415c-.471.082-.781.614-.635 1.067.126.462.687.733 1.125.532.44-.162.647-.728.434-1.142a.842.842 0 0 0-.924-.456m8.789.055a.838.838 0 0 0-.546.783c-.014.429.354.832.786.839a.835.835 0 0 0 .886-.741.843.843 0 0 0-.478-.854.863.863 0 0 0-.647-.027m-5.123.571c-.657.387-1.32.764-1.966 1.171-.512.312-1.121.422-1.714.415-1.068-.001-2.136.001-3.204-.001-.003.388-.002.776-.001 1.164 4.714.001 9.428-.005 14.142.003.017-.386.001-.772.008-1.157-.499-.002-.997.003-1.496-.002-.507-.034-.986-.23-1.438-.45-.605-.329-1.175-.718-1.774-1.054-.42-.236-.895-.411-1.383-.366-.404.003-.825.061-1.174.277z"/><path fill="#fff" d="M7.275 14.524c.236-.14.473-.279.714-.411.188.327.374.656.573.976-.506.304-1.021.593-1.531.89.006-.385.065-.765.081-1.149a.34.34 0 0 1 .163-.306zM10.242 15.823c.231-.136.506.19.339.395-.089.163-.354.16-.441-.002a.278.278 0 0 1 .102-.393zM8.184 17.05c.164-.179.461-.022.471.202-.032.147-.162.281-.324.247-.213-.013-.321-.315-.148-.449zM17.145 17.025c.199-.153.501.118.388.335-.057.153-.266.229-.399.126-.173-.095-.163-.371.012-.461zM23.958 20.586l.042.001v.222c-.039-.063-.098-.152-.042-.223z"/><path fill="#231f20" d="M14.625 4.34a.06.06 0 0 1 .006.011.06.06 0 0 1-.006-.011zM14.827 4.693zM17.101 8.634a.06.06 0 0 1 .006.011.06.06 0 0 1-.006-.011zM12.764 12.942c.085-.091.219-.056.326-.039.941.149 1.884.285 2.825.435.143.025.317.114.309.283-.12.848-.23 1.697-.348 2.546.093.003.188.006.282.006a1.565 1.565 0 0 1 1.545-.414c.755.195 1.281 1.023 1.103 1.79-.169-.024-.338-.06-.508-.074.02-.288-.018-.596-.207-.826a1.002 1.002 0 0 0-.814-.399c-.509-.017-.99.421-1.006.933-1.389-.186-2.773-.421-4.162-.614-.234-.495-.456-.997-.687-1.494a4.588 4.588 0 0 0-.31-.034c.081.106.181.195.266.299l-.213.104c-.183-.228-.458-.39-.754-.395a1.015 1.015 0 0 0-.927.514c-.156.27-.181.618-.053.904a2.112 2.112 0 0 1-.268.147.998.998 0 0 0-1.079-.346 1.028 1.028 0 0 0-.713.784c-.049.205.001.413.056.61-.091.043-.17.112-.269.138-.191-.353-.393-.7-.591-1.049a.494.494 0 0 1-.062-.301c.063-.659.121-1.32.187-1.979a.564.564 0 0 1 .268-.451c.279-.177.56-.351.84-.526.172-.124.429-.051.535.127.304.499.606.999.911 1.498.148-.101.321-.169.455-.286.03-.28.078-.557.098-.838.728.065 1.451.197 2.178.272.142.257.257.528.389.79l.037.024c.07-.556.153-1.11.228-1.665.024-.161.028-.337.132-.472m-5.488 1.58a.339.339 0 0 0-.163.306c-.017.383-.075.764-.081 1.149.511-.297 1.025-.586 1.531-.89-.199-.32-.385-.649-.573-.976-.241.132-.478.271-.714.411zM20.689 14.849z"/><path fill="#231f20" d="M10.127 15.261c.504-.166 1.08.251 1.074.782.034.498-.457.939-.948.853a.84.84 0 1 1-.126-1.635m.115.562a.277.277 0 0 0-.102.393c.087.162.352.165.441.002.167-.205-.108-.531-.339-.395zM8.2 16.415a.843.843 0 0 1 .924.456c.213.414.006.98-.434 1.142-.438.202-.999-.07-1.125-.532-.147-.453.163-.985.635-1.067m-.016.636c-.174.134-.065.436.148.449.162.034.292-.1.324-.247-.011-.224-.307-.381-.471-.202zM16.989 16.471a.863.863 0 0 1 .647.027c.32.144.523.505.478.854a.834.834 0 0 1-.886.741c-.432-.008-.8-.41-.786-.839a.837.837 0 0 1 .546-.783m.157.554c-.174.09-.185.366-.012.461.133.103.343.027.399-.126.113-.217-.188-.488-.388-.335z"/><path fill="#231f20" d="M11.867 17.042c.349-.216.77-.274 1.174-.277.489-.044.964.13 1.383.366.6.337 1.17.726 1.774 1.054.452.22.931.416 1.438.45.498.004.997-.001 1.496.002-.007.386.009.772-.008 1.157-4.714-.008-9.428-.003-14.142-.003-.001-.388-.003-.776.001-1.164 1.068.001 2.136-.001 3.204.001.593.007 1.202-.103 1.714-.415.646-.406 1.309-.784 1.966-1.171z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-ground-clearance--g3" xmlns="http://www.w3.org/2000/svg"><path d="M11.573.539c.356-.258.853-.113 1.126.2 3.542 3.538 7.081 7.08 10.622 10.619.295.254.376.683.235 1.038-.186.288-.457.506-.692.752-3.404 3.396-6.803 6.8-10.204 10.2-.248.306-.695.341-1.042.206-.31-.208-.546-.499-.811-.756C7.524 19.52 4.25 16.234.962 12.96c-.258-.263-.604-.544-.566-.954-.025-.318.22-.548.42-.757 3.326-3.312 6.641-6.636 9.961-9.954.262-.256.503-.536.796-.757m.044.511C8.844 3.838 6.041 6.595 3.276 9.391c-.839.863-1.744 1.666-2.521 2.585.082.148.143.312.26.436 3.527 3.52 7.05 7.044 10.572 10.57.149.155.328.299.558.233.289-.197.512-.47.762-.712 3.36-3.358 6.716-6.72 10.08-10.074.15-.146.299-.324.208-.548-.233-.335-.553-.594-.835-.886-3.115-3.125-6.239-6.241-9.361-9.359-.25-.241-.475-.51-.75-.726a.505.505 0 0 0-.631.139z"/><path d="M11.964 8.471c1.4.174 2.809.271 4.21.444-.082.934-.182 1.866-.281 2.8l.474.019c.305-.448.907-.742 1.429-.493.526.181.755.763.726 1.283l-.299-.005c.078-.512-.275-1.102-.836-1.078-.509-.04-.828.44-.901.889-1.535-.136-3.066-.316-4.602-.448-.198-.035-.413-.03-.596-.12-.151-.168-.239-.401-.433-.526-.245-.068-.505-.036-.757-.047.052.227.112.451.169.677-.377.031-.44-.41-.746-.516-.326-.103-.736-.067-.956.223-.222.212-.226.53-.218.816-.142.043-.283.088-.425.132-.194-.292-.458-.62-.85-.59-.568-.02-.935.584-.853 1.105-.198.03-.514.278-.614-.019-.173-.329-.353-.656-.488-1.003-.032-.68-.01-1.363-.002-2.045.794-.202 1.568-.478 2.357-.702.2.67.425 1.332.611 2.005.505-.14 1.032-.241 1.493-.504.654-.005 1.474-.164 1.902.472l.206.043c.109-.936.188-1.876.283-2.813m-6.421 1.96c-.011.499-.01.998-.004 1.498.655-.211 1.315-.407 1.973-.613-.144-.445-.28-.892-.418-1.338-.52.143-1.031.317-1.552.454z"/><path d="M8.79 11.551c.318-.218.832-.127 1.009.234.308.451-.136 1.142-.679 1.031-.641.004-.872-.942-.33-1.265m.262.701c.143.204.414-.07.272-.241-.137-.214-.415.072-.272.241zM17.046 11.659c.416-.248 1.038.085 1.027.581.066.511-.574.947-1.019.668-.275-.113-.337-.43-.436-.676.113-.21.206-.454.427-.574m.203.504c-.001.061-.002.184-.004.244l.242.004.016-.236a20.67 20.67 0 0 1-.254-.011zM6.745 12.162c.45-.293 1.111.151 1.022.679-.005.49-.622.822-1.033.554-.479-.22-.474-1.021.011-1.234m.274.467c-.23.05-.092.392.112.306.23-.05.092-.392-.112-.306z"/><path d="M9.122 13.726c1.29-1.139 3.113-1.658 4.804-1.309 1.002.176 1.918.673 2.698 1.315.81-.006 1.62-.001 2.43-.004l.001.271H4.96l-.002-.27c1.388-.002 2.777.004 4.165-.004z"/><path fill="#ffef00" d="M11.617 1.049a.505.505 0 0 1 .631-.139c.275.216.5.485.75.726 3.122 3.118 6.246 6.234 9.361 9.359.282.292.602.551.835.886.091.224-.058.402-.208.548-3.364 3.354-6.72 6.716-10.08 10.074-.25.241-.473.515-.762.712-.23.066-.409-.078-.558-.233-3.522-3.526-7.045-7.05-10.572-10.57-.118-.124-.179-.288-.26-.436.778-.919 1.682-1.722 2.521-2.585 2.765-2.796 5.568-5.554 8.341-8.342m.348 7.422c-.095.937-.174 1.877-.283 2.813l-.206-.043c-.428-.636-1.248-.476-1.902-.472-.461.263-.988.364-1.493.504-.186-.673-.41-1.336-.611-2.005-.788.224-1.562.5-2.357.702-.007.682-.03 1.364.002 2.045.136.347.316.674.488 1.003.101.298.416.049.614.019-.082-.521.286-1.126.853-1.105.391-.03.655.299.85.59.142-.044.283-.089.425-.132-.007-.286-.004-.604.218-.816.221-.29.63-.326.956-.223.306.106.37.547.746.516-.058-.226-.118-.45-.169-.677.252.011.512-.022.757.047.194.125.282.358.433.526.184.09.398.085.596.12 1.536.132 3.067.312 4.602.448.073-.449.392-.929.901-.889.562-.024.914.565.836 1.078l.299.005c.029-.52-.2-1.102-.726-1.283-.522-.248-1.124.046-1.429.493l-.474-.019c.098-.934.199-1.866.281-2.8-1.4-.173-2.809-.27-4.21-.444M8.79 11.551c-.542.323-.311 1.268.33 1.265.544.112.988-.58.679-1.031-.178-.361-.691-.452-1.009-.234m8.256.108c-.221.12-.314.364-.427.574.098.246.161.563.436.676.445.278 1.085-.157 1.019-.668.011-.496-.611-.829-1.027-.581m-10.302.502c-.485.212-.49 1.014-.011 1.234.412.268 1.028-.065 1.033-.554.089-.528-.572-.972-1.022-.679m2.377 1.563c-1.388.007-2.777.001-4.165.004l.002.27h14.095l-.001-.271c-.81.002-1.62-.002-2.43.004-.78-.642-1.696-1.139-2.698-1.315-1.691-.349-3.514.17-4.804 1.309z"/><path fill="#ffef00" d="M5.546 10.43c.521-.137 1.032-.311 1.552-.454.138.446.274.893.418 1.338-.658.206-1.318.402-1.973.613a44.01 44.01 0 0 1 .004-1.498zM9.052 12.252c-.143-.169.136-.455.272-.241.142.172-.13.445-.272.241zM17.248 12.162l.254.011-.016.236c-.061-.001-.182-.002-.242-.004l.004-.244zM7.019 12.628c.204-.086.342.256.112.306-.204.086-.342-.256-.112-.306z"/></symbol><symbol viewBox="0 0 24 24" id="warning--motorcycles-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.946 0h.074c.334.021.646.171.873.415 3.564 3.565 7.131 7.128 10.693 10.696.484.435.511 1.255.034 1.706-3.493 3.505-7.001 6.997-10.494 10.503-.316.346-.718.704-1.225.644-.542-.021-.885-.481-1.238-.828-3.262-3.27-6.53-6.533-9.795-9.799-.36-.366-.829-.716-.868-1.274v-.131c.027-.317.167-.616.399-.835L11.099.395c.22-.237.527-.371.847-.395m-.202.364c-.213.05-.381.2-.534.348C7.711 4.211 4.213 7.71.713 11.207c-.239.226-.423.542-.373.882.033.404.382.659.641.929 3.436 3.433 6.871 6.869 10.302 10.307.343.393 1.008.417 1.368.034 3.451-3.452 6.902-6.905 10.355-10.356.278-.28.642-.569.631-1.005.022-.465-.364-.775-.659-1.072-3.42-3.418-6.841-6.835-10.259-10.254-.242-.266-.621-.408-.975-.308z"/><path fill="#ffd033" d="M11.82.832c.238-.104.467.058.623.225l10.496 10.501c.159.148.296.372.199.594-.141.245-.376.417-.567.621-3.401 3.4-6.802 6.798-10.201 10.199-.14.165-.385.262-.586.146-.197-.133-.35-.318-.519-.483-3.281-3.286-6.569-6.565-9.853-9.848-.193-.204-.423-.379-.572-.62-.115-.232.037-.469.204-.623C4.546 8.043 8.047 4.542 11.547 1.04c.084-.077.167-.16.273-.208m1.02 2.819c-.36.09-.711.425-.71.81.175.159.457.212.532.464.119.255.225.611.559.639.355-.03.703-.266.815-.612.108-.333.03-.718-.192-.987a1.082 1.082 0 0 0-1.004-.314m.325 2.62c-.123.295-.254.586-.384.878-.727-.087-1.458-.173-2.191-.143-.28.003-.517.188-.666.413-.468.668-.929 1.341-1.396 2.01-.858-.564-2.036-.689-2.928-.131.184.326.54.121.813.066.653-.178 1.347-.022 1.923.313l-.418.632c-.467-.232-.989-.37-1.513-.32-1.276.089-2.368 1.228-2.396 2.508-.094 1.361 1.04 2.658 2.405 2.735 1.24.137 2.471-.746 2.77-1.95.28-1.002-.122-2.113-.931-2.751l.43-.603c.375.336.709.749.823 1.251.096.336.034.769.384.971.204-.907-.306-1.775-.979-2.342.052-.149.117-.295.287-.33.488 1.091.964 2.187 1.443 3.282.105.225.18.471.335.669.157.096.352.067.527.079.897-.008 1.795.032 2.692-.002.253.829.936 1.51 1.782 1.717a2.462 2.462 0 0 0 2.917-3.207c-.306-.887-1.159-1.56-2.098-1.628-.474-.054-.94.079-1.372.261l-.159-.224c.929-.496 2.079-.604 3.037-.125l.34-.186a4.395 4.395 0 0 0-1.668-.645c-.059-.171.003-.43-.177-.526-.313.019-.613.124-.918.193-.039-1.409-.372-3.014-1.591-3.882-.433.251-.967.498-1.123 1.017m-4.57 1.373c-.18.381-.272.984.1 1.261.639-.175.546-1.172-.1-1.261z"/><path fill="#ffd033" d="M10.749 7.763c.093-.086.174-.183.258-.277.679.124 1.327.37 1.997.529.189-.13.379-.258.57-.386.264.395.518.797.783 1.192-.622.097-1.238.222-1.848.375-.259.088-.489-.089-.706-.201-.422-.225-.823-.525-1.304-.609-.283-.056-.567.018-.844.073.218-.301.428-.609.648-.909.141.077.263.28.446.213zM9.881 10.081c.548-.027 1.096.011 1.644.004.09.136.177.275.263.414-.362.041-.809-.131-1.114.114-.107.433.076.896.043 1.342-.323-.603-.575-1.242-.836-1.874zM5.931 10.817c.515-.222 1.103-.157 1.607.062-.223.344-.445.688-.676 1.026-.262-.011-.563.001-.739.227-.323.332-.192.944.233 1.122.391.197.906-.067.989-.493.067-.229-.058-.443-.148-.645.217-.345.437-.689.662-1.029.305.29.572.639.667 1.058a1.932 1.932 0 0 1-.692 1.988 1.927 1.927 0 0 1-2.246.087 1.93 1.93 0 0 1 .343-3.403zM14.034 13.059c-.096-.857.184-1.767.831-2.355l.138.224c-.398.367-.717.837-.824 1.375-.055.25-.042.517-.145.756zM15.851 11.279c.373-.133.784-.207 1.172-.09.788.195 1.352 1.019 1.25 1.826-.071.866-.896 1.584-1.765 1.525-.7-.025-1.307-.528-1.562-1.165.27-.045.54-.086.81-.127.157.175.317.374.555.438a.92.92 0 0 0 1.108-.503c.204-.428-.001-.981-.425-1.186-.211-.124-.462-.075-.692-.062a36.299 36.299 0 0 1-.451-.656z"/><path fill="#ffd033" d="M14.846 12.856c.028-.495.24-.958.588-1.309.151.217.298.437.443.658-.081.174-.156.35-.225.529-.268.042-.537.084-.806.122zM12.709 12.02c-.161.124-.31-.235-.118-.267.131.051.17.14.118.267z"/><path d="M11.744.364c.354-.1.733.042.975.308 3.418 3.419 6.839 6.836 10.259 10.254.295.297.681.607.659 1.072.011.436-.353.725-.631 1.005-3.453 3.451-6.904 6.904-10.355 10.356-.36.383-1.025.359-1.368-.034C7.852 19.887 4.417 16.451.981 13.018c-.259-.27-.608-.525-.641-.929-.05-.34.134-.656.373-.882C4.213 7.71 7.711 4.211 11.21.712c.153-.148.321-.298.534-.348m.076.468c-.106.048-.189.131-.273.208-3.5 3.502-7.001 7.003-10.503 10.504-.167.154-.319.391-.204.623.149.241.379.416.572.62 3.284 3.283 6.572 6.562 9.853 9.848.169.165.322.35.519.483.201.116.446.019.586-.146 3.399-3.401 6.8-6.799 10.201-10.199.191-.204.426-.376.567-.621.097-.222-.04-.446-.199-.594L12.443 1.057c-.156-.167-.385-.329-.623-.225z"/><path d="M12.84 3.651c.356-.073.758.04 1.004.314.222.269.3.654.192.987-.112.346-.46.582-.815.612-.334-.028-.44-.384-.559-.639-.075-.252-.357-.305-.532-.464-.001-.385.35-.72.71-.81zM13.165 6.271c.156-.519.69-.766 1.123-1.017 1.219.868 1.552 2.473 1.591 3.882.305-.069.605-.174.918-.193.18.096.118.355.177.526a4.395 4.395 0 0 1 1.668.645l-.34.186c-.958-.479-2.108-.371-3.037.125l.159.224c.432-.182.898-.315 1.372-.261.939.068 1.792.741 2.098 1.628a2.462 2.462 0 0 1-2.917 3.207c-.846-.207-1.529-.888-1.782-1.717-.897.034-1.795-.006-2.692.002-.175-.012-.37.017-.527-.079-.155-.198-.23-.444-.335-.669-.479-1.095-.955-2.191-1.443-3.282-.17.035-.235.181-.287.33.673.567 1.183 1.435.979 2.342-.35-.202-.288-.635-.384-.971-.114-.502-.448-.915-.823-1.251l-.43.603c.809.638 1.211 1.749.931 2.751-.299 1.204-1.53 2.087-2.77 1.95-1.365-.077-2.499-1.374-2.405-2.735.028-1.28 1.12-2.419 2.396-2.508.524-.05 1.046.088 1.513.32l.418-.632c-.576-.335-1.27-.491-1.923-.313-.273.055-.629.26-.813-.066.892-.558 2.07-.433 2.928.131.467-.669.928-1.342 1.396-2.01.149-.225.386-.41.666-.413.733-.03 1.464.056 2.191.143.13-.292.261-.583.384-.878m-2.416 1.492c-.183.067-.305-.136-.446-.213-.22.3-.43.608-.648.909.277-.055.561-.129.844-.073.481.084.882.384 1.304.609.217.112.447.289.706.201.61-.153 1.226-.278 1.848-.375-.265-.395-.519-.797-.783-1.192-.191.128-.381.256-.57.386-.67-.159-1.318-.405-1.997-.529-.084.094-.165.191-.258.277m-.868 2.318c.261.632.513 1.271.836 1.874.033-.446-.15-.909-.043-1.342.305-.245.752-.073 1.114-.114a16.087 16.087 0 0 0-.263-.414c-.548.007-1.096-.031-1.644-.004m-3.95.736a1.93 1.93 0 1 0-.343 3.403c.664.457 1.619.42 2.246-.087.597-.449.88-1.265.692-1.988-.095-.419-.362-.768-.667-1.058-.225.34-.445.684-.662 1.029.09.202.215.416.148.645-.083.426-.598.69-.989.493-.425-.178-.556-.79-.233-1.122.176-.226.477-.238.739-.227.231-.338.453-.682.676-1.026-.504-.219-1.092-.284-1.607-.062m8.103 2.242c.103-.239.09-.506.145-.756.107-.538.426-1.008.824-1.375l-.138-.224c-.647.588-.927 1.498-.831 2.355m1.817-1.78c.148.22.298.439.451.656.23-.013.481-.062.692.062.424.205.629.758.425 1.186a.92.92 0 0 1-1.108.503c-.238-.064-.398-.263-.555-.438-.27.041-.54.082-.81.127.255.637.862 1.14 1.562 1.165.869.059 1.694-.659 1.765-1.525.102-.807-.462-1.631-1.25-1.826-.388-.117-.799-.043-1.172.09m-1.005 1.577c.269-.038.538-.08.806-.122.069-.179.144-.355.225-.529a29.087 29.087 0 0 0-.443-.658c-.348.351-.56.814-.588 1.309m-2.137-.836c.052-.127.013-.216-.118-.267-.192.032-.043.391.118.267z"/><path d="M8.595 7.644c.646.089.739 1.086.1 1.261-.372-.277-.28-.88-.1-1.261z"/></symbol><symbol viewBox="0 0 24 24" id="warning--narrow-bridge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.964 0h.028c.34.037.666.173.902.426 3.422 3.415 6.842 6.834 10.265 10.252.338.342.763.689.811 1.204.06.379-.109.754-.373 1.02-3.582 3.586-7.171 7.165-10.751 10.754a1.462 1.462 0 0 1-.523.344h-.667c-.416-.151-.684-.524-.994-.82-3.235-3.244-6.473-6.485-9.708-9.728-.353-.367-.788-.689-.954-1.19v-.324c.035-.546.491-.899.842-1.259C4.263 7.258 7.678 3.832 11.1.411c.228-.239.541-.365.864-.41m-.397.414c-.128.065-.232.166-.336.263C7.699 4.224 4.163 7.768.633 11.316c-.22.208-.384.498-.331.81.026.415.401.662.659.941 3.44 3.446 6.884 6.888 10.321 10.338.187.202.437.361.726.336.352.031.599-.248.826-.47 3.529-3.55 7.078-7.08 10.606-10.631.372-.356.302-1-.086-1.318A7678.824 7678.824 0 0 0 12.694.628a.955.955 0 0 0-1.126-.212z"/><path fill="#fde012" d="M11.804.974c.173-.2.39-.002.523.131 3.3 3.299 6.604 6.594 9.902 9.894.281.302.61.562.853.896.103.186-.061.334-.178.455-3.566 3.553-7.118 7.121-10.685 10.675-.134.184-.392.125-.511-.043-3.359-3.368-6.721-6.734-10.08-10.102-.245-.252-.517-.48-.73-.763-.052-.191.094-.334.211-.457C4.482 8.277 7.861 4.9 11.235 1.518c.186-.184.361-.382.568-.544M7.572 6.956c.264.622.523 1.246.793 1.865.073.167.137.343.128.529-.005 1.802-.002 3.606-.001 5.408.007.197-.08.378-.154.554-.264.596-.514 1.2-.77 1.799.55.222 1.099.44 1.644.673.317-.743.62-1.492.942-2.232.056-.136.11-.277.107-.427.001-2.041-.004-4.081.002-6.122.01-.187-.054-.366-.127-.535-.312-.726-.614-1.456-.919-2.184-.553.214-1.103.434-1.645.672m6.44 1.295c-.097.24-.226.481-.214.748.001 1.878.004 3.757 0 5.635.005.294-.038.605.091.881.316.754.62 1.511.931 2.266.548-.223 1.096-.45 1.645-.667-.27-.638-.539-1.277-.816-1.913-.149-.287-.102-.617-.107-.926.002-1.637.002-3.275 0-4.912-.011-.187.05-.366.125-.534.27-.622.532-1.247.796-1.871a39.84 39.84 0 0 0-1.643-.673c-.271.655-.535 1.313-.809 1.967z"/><path d="M11.567.415a.957.957 0 0 1 1.126.212c3.557 3.56 7.109 7.127 10.66 10.694.389.318.458.961.086 1.318-3.528 3.551-7.076 7.081-10.606 10.631-.227.222-.474.502-.826.47-.289.025-.539-.134-.726-.336C7.844 19.954 4.4 16.512.96 13.066c-.258-.278-.632-.526-.659-.941-.053-.312.112-.602.331-.81C4.162 7.767 7.699 4.223 11.23.677c.104-.097.208-.198.336-.263m.238.56c-.206.162-.382.36-.568.544C7.863 4.901 4.484 8.278 1.11 11.66c-.118.124-.263.266-.211.457.212.283.485.511.73.763 3.359 3.367 6.721 6.733 10.08 10.102.119.168.377.227.511.043 3.566-3.554 7.118-7.122 10.685-10.675.116-.121.281-.269.178-.455-.244-.335-.572-.594-.853-.896-3.299-3.3-6.602-6.595-9.902-9.894-.133-.133-.35-.331-.523-.131z"/><path d="M7.572 6.956a39.908 39.908 0 0 1 1.645-.672c.305.728.607 1.458.919 2.184.073.169.137.348.127.535-.006 2.041-.001 4.081-.002 6.122.004.15-.05.292-.107.427-.322.74-.625 1.489-.942 2.232-.545-.233-1.094-.451-1.644-.673.257-.599.506-1.202.77-1.799.073-.176.161-.358.154-.554-.001-1.802-.004-3.606.001-5.408.008-.186-.055-.362-.128-.529-.27-.619-.529-1.243-.793-1.865zM14.012 8.251c.274-.654.538-1.312.809-1.967.553.212 1.1.437 1.643.673-.264.624-.526 1.249-.796 1.871-.074.168-.136.347-.125.534.002 1.637.002 3.275 0 4.912.005.31-.042.64.107.926.277.636.546 1.274.816 1.913-.55.217-1.097.444-1.645.667-.311-.755-.616-1.512-.931-2.266-.13-.276-.086-.587-.091-.881.004-1.878.001-3.757 0-5.635-.012-.266.116-.508.214-.748z"/></symbol><symbol viewBox="0 0 24 24" id="warning--narrow-bridge--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fce900" d="M11.868 0h.214c.347.043.659.217.893.474 3.536 3.541 7.082 7.073 10.614 10.619.521.467.512 1.349-.011 1.81l-9.716 9.716c-.493.479-.941 1.013-1.529 1.381h-.067c-.193-.074-.404-.046-.605-.07-.416-.116-.685-.479-.985-.764-3.42-3.421-6.84-6.842-10.264-10.262-.222-.205-.346-.487-.412-.778v-.217c.043-.341.211-.65.463-.882L11.027.465c.222-.242.516-.406.841-.464m-.298.403c-.262.172-.463.416-.686.632l-9.847 9.848c-.198.202-.41.392-.584.617-.252.334-.192.84.113 1.12 3.48 3.484 6.965 6.961 10.447 10.442.277.27.547.649.984.626.4.02.666-.306.919-.562 3.361-3.364 6.725-6.726 10.088-10.088.197-.202.419-.384.577-.62.22-.364.098-.847-.215-1.116A9770.54 9770.54 0 0 0 12.692.623C12.42.31 11.938.181 11.57.403z"/><path fill="#fce900" d="M11.809.788c.233-.134.47.042.622.21 3.538 3.546 7.091 7.078 10.626 10.626.202.163.263.494.049.677-3.599 3.604-7.201 7.204-10.801 10.805-.185.206-.521.156-.679-.054C8.049 19.468 4.468 15.887.887 12.306c-.282-.244-.078-.623.163-.805C4.435 8.121 7.817 4.738 11.2 1.355c.199-.192.38-.408.61-.566M7.433 5.744c.004 1.01-.012 2.021.006 3.03.419.598.942 1.127 1.393 1.704-.005 1.009.001 2.018-.002 3.028-.403.476-.799.959-1.205 1.432-.095.119-.224.24-.193.41-.001.964.001 1.927.001 2.892h.403c.023-.895-.044-1.802.031-2.69.667-.804 1.373-1.577 2.042-2.381-.028-.794.034-1.597-.029-2.388-.661-.814-1.391-1.577-2.038-2.4-.019-.878 0-1.758-.007-2.636h-.403m4.342-.001c-.001.868-.002 1.735 0 2.603l.44.001V5.745l-.44-.001m4.379 0c-.018.89.034 1.786-.023 2.672-.661.796-1.358 1.564-2.021 2.359-.066.793-.002 1.598-.029 2.396.619.733 1.254 1.453 1.882 2.18.09.109.215.215.19.373.005.838-.001 1.676.001 2.514h.404c-.005-1.027.008-2.054-.007-3.08-.469-.546-.924-1.104-1.391-1.651-.004-1.012 0-2.023-.002-3.035.464-.562.942-1.114 1.405-1.678-.011-1.018-.002-2.034-.006-3.052h-.403m-4.38 4.951l.001 2.604.44-.001.001-2.602-.443-.001m.001 4.948l.001 2.603.44.001c.002-.868-.001-1.734.002-2.602l-.444-.002z"/><path d="M11.57.404c.368-.222.85-.094 1.122.22 3.56 3.558 7.12 7.117 10.674 10.68.313.269.434.752.215 1.116-.158.236-.38.419-.577.62-3.364 3.362-6.727 6.725-10.088 10.088-.253.256-.52.582-.919.562-.437.023-.707-.356-.984-.626C7.531 19.583 4.046 16.105.566 12.622c-.305-.28-.365-.786-.113-1.12.174-.224.386-.415.584-.617l9.847-9.848c.223-.216.425-.461.686-.632m.239.383c-.229.158-.41.374-.61.566C7.816 4.737 4.435 8.12 1.049 11.5c-.241.182-.445.562-.163.805 3.581 3.581 7.162 7.162 10.739 10.746.158.21.494.26.679.054 3.6-3.601 7.202-7.201 10.801-10.805.214-.182.152-.514-.049-.677C19.521 8.075 15.968 4.543 12.43.997c-.151-.168-.389-.344-.622-.21z"/><path d="M7.433 5.744h.403c.007.878-.012 1.758.007 2.636.647.823 1.376 1.586 2.038 2.4.062.791.001 1.594.029 2.388-.67.804-1.375 1.577-2.042 2.381-.076.888-.008 1.795-.031 2.69h-.403c0-.965-.002-1.928-.001-2.892-.031-.17.098-.292.193-.41.406-.473.802-.955 1.205-1.432.004-1.009-.002-2.018.002-3.028-.451-.577-.974-1.106-1.393-1.704-.018-1.009-.002-2.02-.006-3.03zM11.774 5.744l.44.001v2.603l-.44-.001c-.002-.868-.001-1.735 0-2.603zM16.153 5.744h.403c.004 1.018-.005 2.034.006 3.052-.463.564-.941 1.116-1.405 1.678.002 1.012-.001 2.023.002 3.035.467.547.922 1.105 1.391 1.651.016 1.026.002 2.053.007 3.08h-.404c-.002-.838.004-1.676-.001-2.514.025-.158-.1-.264-.19-.373-.628-.727-1.262-1.447-1.882-2.18.026-.798-.037-1.603.029-2.396.662-.796 1.36-1.564 2.021-2.359.056-.887.005-1.782.023-2.672zM11.773 10.693l.443.001-.001 2.602-.44.001-.001-2.604zM11.773 15.641l.444.002c-.004.868 0 1.734-.002 2.602l-.44-.001-.001-2.603z"/></symbol><symbol viewBox="0 0 24 24" id="warning--narrow-bridge--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.004 2.615c.625-1.11 2.235-1.477 3.274-.737.637.4.927 1.118 1.319 1.726a1242.17 1242.17 0 0 1 8.85 15.029c.268.439.468.92.554 1.429v.451c-.099.571-.356 1.121-.769 1.531-.339.269-.794.306-1.208.364-1.427.079-2.855.113-4.283.141H5.374c-1.135-.061-2.273-.071-3.409-.144-.41-.058-.861-.094-1.196-.361-.413-.41-.669-.959-.769-1.53v-.452c.108-.749.531-1.386.899-2.029 3-5.159 6.022-10.307 9.104-15.418m-7.715 17.62c6.475.003 12.949.003 19.424 0A4839.235 4839.235 0 0 0 12 3.757a4205.171 4205.171 0 0 0-9.712 16.478z"/><path fill="#fff" d="M2.288 20.235A4257.099 4257.099 0 0 1 12 3.757a4938.746 4938.746 0 0 1 9.712 16.478c-6.475.003-12.949.003-19.424 0m6.265-8.967c.322.553.653 1.098.977 1.648.113.157.075.356.084.537-.016 1.212.018 2.425-.016 3.637-.322.566-.699 1.098-1.035 1.656.497.299.981.618 1.472.927.411-.651.828-1.302 1.24-1.954.12-.166.062-.382.079-.572-.007-1.46-.001-2.918-.003-4.378.025-.216-.117-.39-.215-.566-.369-.604-.723-1.217-1.089-1.821-.5.291-.996.589-1.494.886m4.312.931c-.1.181-.245.357-.216.578.015 1.613-.028 3.231.021 4.841.417.695.865 1.37 1.295 2.057.488-.313.975-.628 1.472-.928-.274-.435-.549-.872-.828-1.303-.103-.175-.256-.344-.222-.562.009-1.269-.012-2.537.011-3.803.313-.622.709-1.203 1.05-1.811-.498-.297-.994-.595-1.494-.886-.367.603-.719 1.216-1.088 1.817z"/><path fill="#030303" d="M8.553 11.268c.498-.297.994-.595 1.494-.886.367.604.72 1.217 1.089 1.821.098.175.24.349.215.566.001 1.46-.004 2.918.003 4.378-.017.19.041.406-.079.572-.411.653-.828 1.303-1.24 1.954-.491-.309-.975-.628-1.472-.927.336-.558.713-1.091 1.035-1.656.034-1.212 0-2.425.016-3.637-.009-.181.029-.38-.084-.537-.324-.55-.655-1.096-.977-1.648zM12.865 12.199c.369-.601.721-1.215 1.088-1.817.5.291.996.589 1.494.886-.34.608-.737 1.188-1.05 1.811-.022 1.266-.001 2.535-.011 3.803-.034.218.119.386.222.562.28.431.554.868.828 1.303-.497.301-.984.616-1.472.928-.43-.687-.878-1.362-1.295-2.057-.049-1.61-.007-3.228-.021-4.841-.029-.22.116-.397.216-.578z"/></symbol><symbol viewBox="0 0 24 24" id="warning--occupied-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef1a21" d="M11.381 2.077c.158-.298.473-.617.842-.475.364.167.514.571.714.889 3.606 6.27 7.223 12.535 10.835 18.802.13.25.295.546.162.83-.097.247-.392.289-.608.377H.83c-.248-.06-.578-.101-.688-.376-.131-.264.016-.548.137-.786L11.381 2.077m.599 3.826c-2.701 4.676-5.396 9.358-8.095 14.035 5.404.001 10.807.011 16.211-.006-2.479-4.285-4.946-8.578-7.423-12.864-.223-.394-.444-.788-.692-1.165z"/><path fill="#ef1a21" d="M10.481 10.925c1.019-.016 2.038-.007 3.058-.005l.667.852c.181.022.364.04.542.079.133.458.042.952.043 1.424-.167.041-.335.079-.503.114-.006.161-.013.323-.023.485-.217-.001-.452.065-.653-.049a5.368 5.368 0 0 1-.074-.402c-1.027.002-2.054.005-3.08-.001l-.035.454c-.214-.012-.468.082-.652-.064a4.913 4.913 0 0 1-.06-.419c-.161-.038-.32-.082-.48-.127-.004-.442-.035-.886.01-1.326.103-.2.388-.114.57-.162.229-.28.45-.566.67-.853m-.351.865c1.256.007 2.512 0 3.767.004-.19-.224-.329-.515-.572-.678-.886-.035-1.774-.006-2.659-.016-.179.229-.358.46-.535.69m-.25.534c-.546.272-.001 1.13.467.736.43-.294-.016-.984-.467-.736m3.839.007c-.215.13-.311.448-.128.646.166.259.598.221.719-.061.239-.343-.24-.805-.59-.584zM11.08 15.097c.001-.346.002-.691.005-1.036.581 0 1.162-.002 1.742.002.001.344.001.69.005 1.034.523.001 1.046-.001 1.568.004-.804.588-1.643 1.128-2.444 1.72a120.015 120.015 0 0 1-2.431-1.722c.518-.002 1.037 0 1.555-.002z"/><path fill="#fff" d="M11.98 5.903c.248.377.469.772.692 1.165 2.477 4.286 4.944 8.579 7.423 12.864-5.404.017-10.807.007-16.211.006 2.699-4.678 5.394-9.359 8.095-14.035m-1.498 5.022c-.22.287-.44.574-.67.853-.182.048-.467-.038-.57.162-.044.44-.013.884-.01 1.326.16.046.319.089.48.127.014.14.034.28.06.419.184.145.438.052.652.064l.035-.454c1.026.006 2.053.004 3.08.001.02.136.044.269.074.402.2.114.436.048.653.049.01-.162.017-.324.023-.485.168-.035.336-.073.503-.114-.001-.473.09-.966-.043-1.424-.179-.04-.361-.058-.542-.079l-.667-.852c-1.02-.002-2.039-.011-3.058.005m.599 4.172c-.518.002-1.037 0-1.555.002.803.586 1.615 1.157 2.431 1.722.802-.592 1.64-1.132 2.444-1.72-.522-.005-1.045-.002-1.568-.004-.004-.344-.004-.69-.005-1.034-.581-.005-1.162-.002-1.742-.002l-.005 1.036m-4.1 2.407c-.158.019-.318.036-.473.078-.055.4-.03.805-.013 1.206.138.031.277.06.416.088l.02.432c.173.004.347 0 .52-.008.029-.128.053-.257.074-.386.857.006 1.714.002 2.57.001.008.14.043.271.103.394.164.004.329.001.493-.008l.018-.412a2.9 2.9 0 0 0 .41-.126 5.605 5.605 0 0 0-.002-1.151c-.136-.106-.323-.073-.482-.107-.186-.245-.372-.49-.559-.733H7.542c-.187.245-.373.49-.563.733m6.966-.734c-.19.244-.377.487-.563.734-.156.042-.368-.018-.48.118a5.561 5.561 0 0 0-.005 1.132c.126.074.274.094.413.134l.023.413c.185 0 .37 0 .554-.007.004-.095.01-.284.012-.379.872 0 1.744.001 2.616-.001l.023.392c.173.006.344.002.517-.01a4.28 4.28 0 0 0 .074-.404c.127-.036.253-.077.379-.121.05-.39.066-.796-.01-1.182-.151-.049-.31-.064-.462-.107-.208-.221-.377-.475-.564-.713-.844.004-1.686.001-2.528.001z"/><path fill="#fff" d="M10.13 11.79c.178-.23.356-.461.535-.69.886.01 1.774-.019 2.659.016.244.163.383.454.572.678-1.255-.004-2.51.004-3.767-.004zM9.881 12.324c.451-.248.896.442.467.736-.468.395-1.013-.463-.467-.736zM13.72 12.331c.35-.221.829.241.59.584-.121.282-.553.32-.719.061-.182-.198-.086-.516.128-.646zM7.675 16.932h2.273c.149.197.298.394.445.592-1.058.001-2.118.001-3.176-.001.154-.196.306-.394.458-.59zM14.071 16.934c.757-.005 1.516-.001 2.273-.002l.452.59a559.33 559.33 0 0 1-3.173 0l.448-.588z"/><path d="M6.98 17.504c.19-.244.376-.488.563-.733h2.533l.559.733c.16.034.347.001.482.107.043.382.038.769.002 1.151a2.9 2.9 0 0 1-.41.126l-.018.412c-.164.01-.329.012-.493.008a1.013 1.013 0 0 1-.103-.394c-.857.001-1.714.005-2.57-.001-.022.13-.046.258-.074.386-.173.008-.347.012-.52.008l-.02-.432c-.139-.028-.278-.056-.416-.088-.017-.401-.042-.806.013-1.206.155-.042.314-.059.473-.078m.694-.571c-.152.197-.305.395-.458.59 1.058.002 2.118.002 3.176.001l-.445-.592H7.675zM13.945 16.771c.842 0 1.685.002 2.528-.001.187.238.356.492.564.713.152.043.311.058.462.107.076.386.06.792.01 1.182a6.659 6.659 0 0 1-.379.121 4.222 4.222 0 0 1-.074.404 4.956 4.956 0 0 1-.517.01l-.023-.392c-.872.002-1.744.001-2.616.001-.002.095-.008.284-.012.379-.185.007-.37.007-.554.007l-.023-.413c-.139-.041-.287-.06-.413-.134a5.562 5.562 0 0 1 .005-1.132c.112-.136.324-.076.48-.118.186-.247.373-.491.563-.734m.125.163l-.448.588c1.057.002 2.116.004 3.173 0-.151-.198-.301-.395-.452-.59-.757.001-1.516-.002-2.273.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--offset-roads--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.854 1.38h.272c.54.056 1.043.376 1.3.858 3.35 5.81 6.697 11.623 10.048 17.434.203.354.437.702.527 1.106v.47a1.641 1.641 0 0 1-1.369 1.372H1.388C.331 22.501-.348 21.216.195 20.288c3.456-6.019 6.929-12.03 10.394-18.044.248-.476.738-.79 1.265-.864M2.52 20.5h18.978c-3.161-5.486-6.319-10.973-9.487-16.454C8.837 9.524 5.681 15.014 2.52 20.5z"/><path fill="#fff" d="M2.52 20.5c3.161-5.486 6.317-10.976 9.491-16.454 3.168 5.482 6.326 10.968 9.487 16.454H2.52m7.457-9.981c-.062 1.781-.008 3.576-.028 5.362H7.351l-.001 1.8h2.599c.008.714-.013 1.429.012 2.142 1.193-.007 2.387-.002 3.581-.002.002-1.909 0-3.82.001-5.729.869-.008 1.739.014 2.606-.012-.016-.595.002-1.19-.01-1.786-.865-.007-1.732-.001-2.597-.004-.002-.584.002-1.169-.002-1.752-.596-.599-1.188-1.204-1.794-1.794-.593.588-1.188 1.175-1.77 1.775z"/><path fill="#020202" d="M9.977 10.519c.582-.6 1.177-1.187 1.77-1.775.606.59 1.198 1.195 1.794 1.794.005.583 0 1.168.002 1.752.865.002 1.732-.004 2.597.004.012.595-.006 1.19.01 1.786-.868.026-1.738.004-2.606.012-.001 1.909.001 3.82-.001 5.729-1.194 0-2.388-.005-3.581.002-.025-.713-.004-1.428-.012-2.142H7.351l.001-1.8H9.95c.019-1.786-.035-3.581.028-5.362z"/></symbol><symbol viewBox="0 0 24 24" id="warning--offset-roads--g2" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.741.664c.665-.715 1.927-.852 2.628-.116 3.138 3.103 6.26 6.222 9.394 9.331.42.433.89.827 1.237 1.327v1.626a2.37 2.37 0 0 1-.452.629c-3.097 3.103-6.185 6.217-9.281 9.323-.448.416-.815.942-1.376 1.217h-1.62c-.404-.265-.718-.638-1.061-.973-3.23-3.21-6.458-6.422-9.69-9.631-.751-.744-.53-2.042.235-2.693C4.086 7.36 7.408 4.006 10.741.665m1.153-.148c-.421.054-.779.306-1.062.61a6068.76 6068.76 0 0 0-9.8 9.854c-.626.565-.74 1.65-.114 2.257 3.209 3.196 6.428 6.382 9.634 9.582.284.27.534.595.892.773.606.29 1.374.12 1.835-.36 3.329-3.353 6.66-6.703 9.991-10.054.604-.588.635-1.664-.004-2.239A5854.386 5854.386 0 0 0 13.271 1c-.347-.373-.868-.578-1.376-.484z"/><path fill="gold" d="M11.788 1.36a.777.777 0 0 1 .934.199c3.33 3.307 6.664 6.611 9.983 9.928.37.308.298.899-.044 1.199-3.317 3.329-6.628 6.666-9.941 9.998-.235.242-.619.355-.934.203-.266-.161-.46-.413-.684-.625-3.191-3.174-6.379-6.349-9.572-9.518-.371-.311-.292-.901.053-1.199 3.202-3.242 6.425-6.462 9.634-9.697.18-.173.348-.37.572-.487m-.798 3.578c-.004 2.948 0 5.896-.001 8.844-1.162.004-2.322 0-3.482.002v2.208h3.482v3.346h2.219l.001-8.4h3.214V8.733c-1.07-.002-2.142-.001-3.214-.001-.002-1.265.001-2.528-.001-3.793a819.92 819.92 0 0 0-2.218 0z"/><path d="M11.894.517c.509-.095 1.03.11 1.376.484 3.337 3.308 6.666 6.623 9.995 9.94.638.575.607 1.651.004 2.239-3.331 3.35-6.662 6.701-9.991 10.054-.461.48-1.229.65-1.835.36-.358-.178-.607-.503-.892-.773-3.205-3.2-6.425-6.386-9.634-9.582-.626-.607-.512-1.692.114-2.257 3.263-3.289 6.53-6.572 9.8-9.854.283-.304.641-.556 1.062-.61m-.105.842c-.224.118-.392.314-.572.487-3.209 3.235-6.432 6.455-9.634 9.697-.344.298-.424.888-.053 1.199 3.193 3.169 6.382 6.344 9.572 9.518.224.212.418.464.684.625.314.152.698.04.934-.203 3.313-3.332 6.624-6.67 9.941-9.998.342-.3.414-.89.044-1.199-3.319-3.317-6.653-6.62-9.983-9.928a.777.777 0 0 0-.934-.199z"/><path d="M10.991 4.939a819.92 819.92 0 0 1 2.218 0c.002 1.265-.001 2.528.001 3.793 1.072 0 2.143-.001 3.214.001v2.206H13.21l-.001 8.4H10.99v-3.346H7.508v-2.208c1.16-.002 2.321.001 3.482-.002.001-2.948-.002-5.896.001-8.844z"/></symbol><symbol viewBox="0 0 24 24" id="warning--offset-roads--g3" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.564.838c.31-.308.638-.646 1.085-.736.691-.167 1.43.107 1.908.619 3.311 3.329 6.619 6.66 9.931 9.989.2.202.373.43.512.677v1.637c-.224.349-.538.623-.829.912-3.266 3.251-6.539 6.496-9.803 9.748a4.183 4.183 0 0 1-.407.317h-1.618c-.407-.19-.703-.534-1.012-.85-3.233-3.247-6.463-6.498-9.697-9.745-.709-.679-.809-1.945-.058-2.633C3.9 7.457 7.237 4.154 10.562.838m1.23-.31c-.35.059-.643.278-.884.527A7721.107 7721.107 0 0 0 .97 10.939c-.643.58-.607 1.667.008 2.252 3.329 3.348 6.658 6.697 9.984 10.046.574.613 1.658.684 2.246.053 3.366-3.355 6.743-6.7 10.109-10.054.625-.608.51-1.687-.112-2.255-3.287-3.312-6.577-6.62-9.871-9.925-.385-.419-.978-.646-1.542-.529z"/><path fill="gold" d="M11.783 1.35c.382-.191.805.03 1.063.322 3.23 3.251 6.466 6.498 9.695 9.751.224.215.44.488.413.82-.018.382-.37.605-.605.859-3.238 3.204-6.46 6.424-9.691 9.632-.302.328-.848.266-1.136-.047-3.174-3.187-6.338-6.384-9.516-9.568-.304-.323-.754-.625-.726-1.124 0-.263.194-.455.366-.628 3.169-3.155 6.343-6.305 9.512-9.46.202-.193.384-.412.625-.558m-.756 3.59v3.793H7.812l.001 2.207h3.214v8.4c.74 0 1.48.001 2.219 0v-3.346l3.484-.001v-2.207l-3.484-.001V4.939a820.66 820.66 0 0 0-2.219 0z"/><path d="M11.792.528c.564-.116 1.157.11 1.542.529 3.294 3.305 6.584 6.613 9.871 9.925.622.568.737 1.646.112 2.255-3.366 3.354-6.743 6.698-10.109 10.054-.588.631-1.673.56-2.246-.053C7.636 19.889 4.307 16.54.978 13.192.362 12.606.326 11.519.97 10.94a7714.1 7714.1 0 0 1 9.938-9.884c.241-.248.534-.468.884-.527m-.009.821c-.241.146-.424.365-.625.558-3.169 3.155-6.343 6.305-9.512 9.46-.172.173-.366.365-.366.628-.028.499.422.802.726 1.124 3.178 3.184 6.342 6.38 9.516 9.568.288.313.834.374 1.136.047 3.232-3.209 6.454-6.428 9.691-9.632.235-.254.587-.478.605-.859.028-.331-.188-.605-.413-.82-3.229-3.253-6.464-6.5-9.695-9.751-.258-.292-.682-.512-1.063-.322z"/><path d="M11.027 4.939c.739-.001 1.48-.001 2.219 0v8.845l3.484.001v2.207l-3.484.001v3.346c-.739.001-1.478 0-2.219 0v-8.4H7.813l-.001-2.207h3.215V4.939z"/></symbol><symbol viewBox="0 0 24 24" id="warning--offset-roads--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.86 1.38h.256a1.668 1.668 0 0 1 1.309.857c3.44 5.964 6.875 11.93 10.314 17.894.12.203.209.424.262.655v.456c-.091.701-.676 1.279-1.374 1.378H1.393c-1.06-.115-1.742-1.404-1.198-2.333C3.651 14.27 7.123 8.261 10.587 2.249c.247-.481.743-.797 1.273-.869M2.52 20.5c6.326.001 12.652.001 18.978-.001-3.161-5.486-6.32-10.974-9.488-16.456C8.841 9.525 5.68 15.011 2.52 20.5z"/><path fill="#fff" d="M2.52 20.5c3.16-5.489 6.32-10.975 9.49-16.457a12757.1 12757.1 0 0 1 9.488 16.456c-6.326.002-12.652.002-18.978.001m7.957-9.963c-.006.584 0 1.169-.004 1.753-.866.002-1.733-.001-2.599.001a539.4 539.4 0 0 0 0 1.799c.866.002 1.733-.001 2.599.002.002 1.909 0 3.818.001 5.728 1.198-.002 2.395.002 3.594-.002-.002-.713-.001-1.424-.001-2.136.866-.002 1.733 0 2.599-.001v-1.799c-.866-.002-1.733.001-2.599-.001.004-1.774-.007-3.547.005-5.32-.583-.622-1.199-1.213-1.801-1.817-.606.59-1.195 1.198-1.794 1.793z"/><path fill="#020202" d="M10.477 10.537c.599-.595 1.188-1.202 1.794-1.793.602.604 1.218 1.195 1.801 1.817-.012 1.772-.001 3.546-.005 5.32.866.002 1.733-.001 2.599.001v1.799c-.866.001-1.733-.001-2.599.001 0 .712-.001 1.423.001 2.136-1.199.005-2.396 0-3.594.002-.001-1.909.001-3.818-.001-5.728-.866-.004-1.733 0-2.599-.002a539.4 539.4 0 0 1 0-1.799c.866-.002 1.733.001 2.599-.001.004-.584-.002-1.169.004-1.753z"/></symbol><symbol viewBox="0 0 24 24" id="warning--opening-or-swing-bridge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.894 1.5h.156c.448.02.857.283 1.064.679 3.556 6.127 7.12 12.248 10.67 18.378.491.78-.169 1.931-1.099 1.862-7.123.001-14.248-.001-21.371.001-.69.055-1.243-.568-1.315-1.217v-.217c.053-.474.356-.857.586-1.258 3.482-5.839 6.966-11.68 10.446-17.521.191-.328.455-.666.863-.708M3.678 19.723c5.534.002 11.069.001 16.604 0-2.764-4.787-5.532-9.572-8.303-14.356-2.77 4.783-5.538 9.569-8.302 14.356z"/><path fill="#fff" d="M3.678 19.723c2.764-4.787 5.532-9.572 8.302-14.356 2.771 4.783 5.539 9.569 8.303 14.356-5.536.001-11.07.002-16.604 0m4.306-4.55c.251.245.498.491.744.74-.545-.005-1.088-.002-1.633-.002-.569.956-1.11 1.928-1.68 2.885 4.373 0 8.746.001 13.12-.001-.563-.972-1.121-1.949-1.698-2.912-.556.004-1.11.001-1.666.002-.004.707.005 1.412-.005 2.118-.404-.126-.776-.466-1.225-.361-.268.08-.509.23-.778.307-.427.068-.755-.326-1.174-.325-.391-.011-.7.31-1.084.334-.354.014-.638-.227-.962-.325-.444-.072-.756.377-1.195.38.004-.63-.007-1.259.001-1.888-.025-.164.09-.286.196-.39 1.676-1.664 3.346-3.336 5.021-5.002-.252-.26-.509-.515-.769-.767-1.739 1.734-3.479 3.468-5.213 5.207z"/><path fill="#120c0e" d="M7.985 15.173c1.734-1.739 3.474-3.473 5.213-5.207.26.252.517.506.769.767-1.675 1.666-3.344 3.337-5.021 5.002-.106.104-.221.226-.196.39-.008.629.002 1.258-.001 1.888.439-.004.751-.452 1.195-.38.324.098.608.34.962.325.384-.024.692-.344 1.084-.334.419-.001.746.394 1.174.325.269-.077.51-.227.778-.307.449-.104.821.235 1.225.361.01-.706.001-1.411.005-2.118.556-.001 1.11.001 1.666-.002.577.964 1.135 1.94 1.698 2.912-4.374.002-8.747.001-13.12.001.57-.956 1.111-1.928 1.68-2.885.545 0 1.088-.002 1.633.002a47.18 47.18 0 0 0-.744-.74z"/></symbol><symbol viewBox="0 0 24 24" id="warning--opening-or-swing-bridge--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M10.954.517c.248-.246.546-.505.922-.484.342-.011.622.214.853.439 3.523 3.521 7.04 7.048 10.567 10.564.228.23.442.52.424.86.006.527-.467.853-.792 1.199a9122.405 9122.405 0 0 0-10.32 10.313c-.301.318-.809.44-1.199.215-.384-.244-.668-.608-.991-.922C7.082 19.359 3.739 16.024.397 12.688a1.492 1.492 0 0 1-.396-.71v-.163c.103-.586.616-.937.998-1.339C4.318 7.158 7.637 3.839 10.954.517m.626.258C8.099 4.215 4.655 7.695 1.189 11.15c-.192.202-.414.382-.557.624-.062.191.066.35.19.478a5081.57 5081.57 0 0 1 10.386 10.379c.202.178.366.449.648.499.296-.042.467-.329.678-.512 3.458-3.462 6.922-6.92 10.384-10.379.126-.128.244-.29.173-.48-.163-.247-.389-.442-.594-.653l-9.724-9.725c-.252-.245-.48-.521-.775-.715a.388.388 0 0 0-.418.109z"/><path fill="#231f20" d="M9.121 8.723c.65-.413 1.294-.835 1.944-1.248l.172.25c-.659.422-1.316.848-1.972 1.277l-.144-.278zM12.036 7.726l.169-.25c.653.415 1.304.829 1.95 1.254l-.148.269c-.659-.422-1.31-.856-1.972-1.273zM6.209 9.265c.844-.002 1.686 0 2.528-.001v3.768c-1.342-.001-2.684.001-4.026-.001.498-1.255.998-2.51 1.498-3.766zM14.537 9.264h2.525c.503 1.255 1.002 2.51 1.501 3.767-1.342.002-2.684 0-4.026.001V9.264zM8.629 13.895c.265-.139.448.242.66.356.318.26.472-.366.787-.388.372-.071.582.304.824.509.216-.203.4-.547.744-.512.316.011.48.325.697.51.214-.202.396-.54.736-.511.319.01.488.325.707.511.226-.209.422-.5.755-.534.018.038.052.116.068.155-.269.198-.497.478-.816.594-.349-.011-.455-.522-.818-.476-.218.14-.36.408-.62.474-.354.002-.452-.52-.817-.476-.217.144-.359.406-.618.476-.364.018-.456-.505-.818-.475-.252.184-.473.617-.842.428-.228-.176-.565-.355-.628-.641z"/><path fill="#231f20" d="M8.55 14.591c.416-.085.577.394.928.474.208-.149.348-.407.604-.478.37-.064.578.307.822.511.212-.204.398-.548.742-.516.316.016.481.328.696.515.215-.2.396-.538.733-.516.322.011.492.328.71.517.242-.211.52-.683.888-.412-.268.178-.503.401-.763.587-.323.146-.503-.263-.731-.412-.404-.154-.534.552-.946.432-.197-.102-.32-.298-.493-.433-.365-.137-.492.407-.822.446-.362.023-.457-.509-.822-.472-.238.162-.401.528-.736.466-.348-.122-.575-.445-.81-.71z"/><path fill="#231f20" d="M8.566 15.325c.359.01.559.316.818.509.298-.042.402-.425.697-.475.372-.064.581.306.827.512.208-.209.386-.55.731-.516.319.01.491.323.707.512.212-.208.395-.55.74-.512.314.004.473.318.673.509.269-.235.521-.566.925-.502-.244.245-.487.499-.78.686-.42.164-.54-.515-.942-.444-.179.139-.319.32-.505.451-.42.145-.53-.512-.931-.455-.178.139-.318.322-.504.454-.396.101-.578-.391-.918-.505-.22.233-.45.658-.836.49a1.97 1.97 0 0 1-.702-.714z"/><path fill="#231f20" d="M8.566 16.207c.378-.281.569.34.908.389.212-.15.352-.425.618-.482.367-.059.568.31.806.515.217-.204.402-.551.746-.518.314.016.481.329.696.514.215-.204.402-.545.745-.514.313.018.481.33.698.515.242-.218.517-.671.889-.425-.265.185-.497.413-.76.6-.41.187-.547-.482-.925-.443-.234.127-.361.415-.626.479-.36.014-.463-.518-.824-.48-.184.133-.324.316-.505.451-.418.167-.547-.45-.918-.457-.253.156-.412.545-.757.478-.322-.114-.528-.419-.792-.62z"/><path fill="#fd0" d="M11.58.775a.388.388 0 0 1 .418-.109c.295.194.523.47.775.715l9.724 9.725c.205.211.431.406.594.653.071.19-.047.352-.173.48-3.462 3.458-6.925 6.917-10.384 10.379-.211.184-.382.47-.678.512-.282-.05-.446-.322-.648-.499A5081.57 5081.57 0 0 0 .822 12.252c-.124-.127-.252-.287-.19-.478.143-.242.365-.422.557-.624C4.655 7.695 8.099 4.215 11.58.775M9.121 8.723l.144.278a288.78 288.78 0 0 1 1.972-1.277l-.172-.25c-.65.413-1.294.835-1.944 1.248m2.915-.996c.661.418 1.313.851 1.972 1.273l.148-.269c-.646-.425-1.297-.839-1.95-1.254l-.169.25M6.209 9.265c-.499 1.255-1 2.51-1.498 3.766 1.342.002 2.684 0 4.026.001V9.264c-.842.001-1.685-.001-2.528.001m8.328-.001v3.768c1.342-.001 2.684.001 4.026-.001-.499-1.256-.998-2.512-1.501-3.767h-2.525m-5.908 4.631c.062.286.4.464.628.641.37.188.59-.245.842-.428.362-.03.455.493.818.475.259-.071.401-.332.618-.476.365-.043.463.479.817.476.26-.066.402-.334.62-.474.364-.046.469.466.818.476.319-.116.547-.396.816-.594l-.068-.155c-.332.034-.529.325-.755.534-.218-.186-.388-.502-.707-.511-.34-.029-.522.31-.736.511-.217-.185-.382-.499-.697-.51-.344-.035-.528.31-.744.512-.242-.205-.452-.58-.824-.509-.316.022-.469.648-.787.388-.212-.114-.395-.496-.66-.356m-.078.696c.235.265.462.588.81.71.335.062.498-.304.736-.466.365-.037.46.494.822.472.33-.04.457-.583.822-.446.173.136.296.331.493.433.412.12.541-.586.946-.432.228.149.408.558.731.412.26-.186.496-.409.763-.587-.368-.271-.646.2-.888.412-.218-.19-.389-.506-.71-.517-.337-.022-.518.316-.733.516-.215-.187-.38-.499-.696-.515-.343-.032-.529.312-.742.516-.244-.204-.452-.575-.822-.511-.256.071-.396.329-.604.478-.35-.08-.511-.559-.928-.474m.016.733c.164.294.415.541.702.714.386.168.617-.257.836-.49.34.114.522.606.918.505.186-.132.326-.314.504-.454.401-.058.511.6.931.455.186-.131.326-.312.505-.451.402-.071.522.608.942.444.293-.187.536-.442.78-.686-.404-.065-.656.266-.925.502-.2-.191-.359-.505-.673-.509-.346-.037-.528.305-.74.512-.216-.19-.388-.503-.707-.512-.344-.034-.523.307-.731.516-.246-.206-.455-.576-.827-.512-.295.05-.4.433-.697.475-.259-.193-.46-.499-.818-.509m0 .882c.264.202.47.506.792.62.346.067.504-.322.757-.478.371.007.5.624.918.457.181-.136.322-.318.505-.451.361-.038.464.494.824.48.265-.064.392-.352.626-.479.378-.04.515.63.925.443.263-.187.494-.415.76-.6-.372-.246-.647.206-.889.425-.217-.185-.385-.497-.698-.515-.343-.031-.53.31-.745.514-.215-.185-.382-.498-.696-.514-.344-.032-.529.314-.746.518-.239-.205-.439-.574-.806-.515-.266.058-.406.332-.618.482-.34-.049-.53-.67-.908-.389z"/></symbol><symbol viewBox="0 0 24 24" id="warning--other-danger--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.897 1.5h.143c.329.054.522.331.672.601 3.553 6.172 7.112 12.338 10.668 18.509.222.392.482.769.62 1.204v.176c-.061.287-.308.449-.58.51H.601c-.268-.055-.521-.199-.601-.475v-.198a2.71 2.71 0 0 1 .224-.533C3.838 15.026 7.45 8.759 11.062 2.49c.227-.365.392-.835.834-.99m.016 4.528c-2.684 4.655-5.369 9.31-8.051 13.967 5.426.004 10.853 0 16.279.002-2.665-4.621-5.332-9.242-7.991-13.866-.043-.068-.185-.334-.238-.103z"/><path fill="#fff" d="M11.912 6.028c.053-.23.194.035.238.103 2.659 4.624 5.326 9.245 7.991 13.866-5.426-.002-10.853.001-16.279-.002 2.682-4.657 5.366-9.312 8.051-13.967m-.227 3.214c-.486.127-.821.629-.78 1.126.098 1.727.202 3.454.317 5.179.014.509.613.872 1.073.658.312-.116.496-.44.492-.766.101-1.692.214-3.383.306-5.075.074-.733-.708-1.363-1.408-1.122m-.022 7.743c-.502.157-.85.701-.745 1.223.079.6.719 1.034 1.306.893.571-.101.971-.713.851-1.276-.101-.624-.812-1.056-1.411-.84z"/><path d="M11.686 9.242c.7-.241 1.482.389 1.408 1.122-.092 1.692-.205 3.383-.306 5.075.004.325-.18.649-.492.766-.46.215-1.058-.149-1.073-.658a559.797 559.797 0 0 1-.317-5.179c-.041-.497.294-.998.78-1.126zM11.664 16.985c.599-.216 1.31.216 1.411.84.12.563-.28 1.175-.851 1.276-.587.142-1.226-.293-1.306-.893-.104-.522.244-1.066.745-1.223z"/></symbol><symbol viewBox="0 0 24 24" id="warning--other-danger--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M9.775 2.977c.4-.764 1.26-1.192 2.095-1.252.872-.072 1.663.519 2.067 1.256 2.671 4.299 5.205 8.68 7.724 13.069a115.258 115.258 0 0 1 2.34 4.215v1.019c-.16.639-.615 1.141-1.139 1.516H.905a4.622 4.622 0 0 1-.904-.896v-2.148a294.25 294.25 0 0 1 2.059-3.675l.016-.029c2.52-4.385 5.036-8.775 7.7-13.075m2.023 1.187C8.55 9.685 5.284 15.197 2.048 20.727c6.545.003 13.092.004 19.637 0-3.237-5.528-6.501-11.041-9.752-16.563h-.135z"/><path fill="#fff" d="M11.799 4.164h.135c3.251 5.521 6.515 11.035 9.752 16.563-6.545.004-13.092.003-19.637 0C5.285 15.198 8.55 9.686 11.8 4.164M5.375 15.932c-.039 1.392-.016 2.785-.012 4.179.533.019 1.257.168 1.589-.376.337-.605.389-1.331.368-2.011-.071-.605-.131-1.323-.668-1.713-.413-.123-.852-.075-1.277-.079m6.82.736a4.417 4.417 0 0 0-.001 2.724c.169.508.711.96 1.264.737.34-.176.763-.488.677-.925-.005-.441.003-.884-.005-1.325a15.26 15.26 0 0 0-1.048.007 11.96 11.96 0 0 0-.009.656l.661.003v.633c-.204.195-.483.447-.784.295-.441-.209-.509-.761-.549-1.195-.011-.601-.013-1.352.524-1.745.556-.156.767.427.832.859.125-.061.251-.125.373-.193-.104-.477-.197-1.072-.713-1.277-.54-.237-1.068.259-1.221.748m4.353-.751c-.071 1.401-.015 2.812-.028 4.217l.397-.012c.024-.593 0-1.187.013-1.78.184.017.451-.035.556.161.276.516.412 1.092.637 1.631l.476-.004c-.2-.637-.384-1.295-.723-1.875.651-.431.637-1.407.299-2.033-.377-.496-1.097-.216-1.628-.305m-9.215 4.202l.42.016c.116-.401.16-.819.268-1.223.276-.004.553-.001.829.011.083.397.167.795.248 1.192l.451.021c-.257-1.404-.641-2.783-.908-4.184l-.411-.036c-.321 1.395-.604 2.8-.897 4.203m2.494-4.193c.001 1.403-.008 2.805.004 4.208l.367-.007c.073-.931.027-1.872.021-2.805.391.865.672 1.777 1.012 2.665.039.228.301.131.455.117-.017-1.392.041-2.789-.028-4.177h-.372c.004.92-.02 1.839.015 2.757-.181-.197-.229-.471-.328-.711-.237-.675-.519-1.335-.728-2.02l-.417-.028m4.619 4.18c.584.06 1.175.011 1.761.027a3.32 3.32 0 0 0 .013-.676c-.453-.005-.907.011-1.36-.012.012-.391-.004-.781.015-1.172.408-.001.819.023 1.225-.017a43.293 43.293 0 0 0-.013-.624c-.407-.023-.813-.005-1.22-.02l-.001-1.011c.432-.015.863-.004 1.295-.008v-.663c-.564-.005-1.128.001-1.692-.005-.053 1.392-.009 2.788-.023 4.181z"/><path fill="#fff" d="M5.775 19.452c.016-.956-.02-1.913.019-2.868.269.024.572-.027.809.136.411.717.348 1.631.125 2.4-.137.409-.613.351-.953.332zM16.931 16.565c.299.028.649-.088.907.113a.787.787 0 0 1-.003.897c-.253.207-.605.087-.903.116a47.048 47.048 0 0 1-.001-1.127zM8.451 16.904c.051.461.185.907.244 1.367l-.568.003c.128-.452.172-.923.324-1.369z"/><path fill="#221f20" d="M5.375 15.932c.425.004.864-.044 1.277.079.537.391.597 1.108.668 1.713.021.68-.031 1.405-.368 2.011-.332.544-1.056.395-1.589.376-.004-1.393-.027-2.787.012-4.179m.4 3.52c.34.019.816.077.953-.332.223-.769.285-1.683-.125-2.4-.237-.163-.54-.112-.809-.136-.039.955-.003 1.912-.019 2.868zM12.195 16.668c.153-.489.681-.985 1.221-.748.516.205.609.8.713 1.277a8.24 8.24 0 0 1-.373.193c-.065-.432-.276-1.015-.832-.859-.537.393-.535 1.144-.524 1.745.04.433.108.985.549 1.195.301.152.58-.1.784-.295v-.633c-.221-.001-.441-.001-.661-.003-.003-.219 0-.437.009-.656a15.26 15.26 0 0 1 1.048-.007c.008.441 0 .884.005 1.325.085.437-.337.749-.677.925-.553.223-1.095-.229-1.264-.737a4.424 4.424 0 0 1 .001-2.724zM16.549 15.919c.531.089 1.251-.191 1.628.305.339.627.352 1.603-.299 2.033.339.58.523 1.237.723 1.875l-.476.004c-.225-.539-.361-1.115-.637-1.631-.105-.196-.372-.144-.556-.161-.013.593.011 1.187-.013 1.78l-.397.012c.013-1.405-.043-2.816.028-4.217m.381.646c-.004.375-.004.751.001 1.127.297-.029.649.091.903-.116a.789.789 0 0 0 .003-.897c-.257-.201-.608-.085-.907-.113zM2.059 16.081l.016-.029-.016.029zM7.333 20.121c.293-1.403.576-2.808.897-4.203l.411.036c.267 1.401.651 2.78.908 4.184l-.451-.021c-.081-.397-.165-.795-.248-1.192a14.324 14.324 0 0 0-.829-.011c-.108.404-.152.821-.268 1.223l-.42-.016m1.118-3.217c-.152.447-.196.917-.324 1.369.189 0 .379-.001.568-.003-.059-.46-.193-.905-.244-1.367zM9.827 15.928l.417.028c.209.685.491 1.345.728 2.02.099.24.147.513.328.711-.035-.919-.011-1.837-.015-2.757h.372c.069 1.388.011 2.785.028 4.177-.153.013-.416.111-.455-.117-.34-.888-.621-1.8-1.012-2.665.005.933.052 1.875-.021 2.805l-.367.007c-.012-1.403-.003-2.805-.004-4.208zM14.447 20.107c.013-1.393-.031-2.789.023-4.181.564.007 1.128 0 1.692.005v.663c-.432.004-.863-.007-1.295.008l.001 1.011c.407.015.813-.003 1.22.02.007.208.011.416.013.624-.407.04-.817.016-1.225.017-.019.391-.003.781-.015 1.172.453.023.907.007 1.36.012.015.225.017.452-.013.676-.587-.016-1.177.033-1.761-.027zM21.66 16.051z"/></symbol><symbol viewBox="0 0 24 24" id="warning--other-danger--g3" xmlns="http://www.w3.org/2000/svg"><path d="M11.832 0h.301c.326.054.613.226.838.464 3.359 3.364 6.721 6.724 10.082 10.085.377.386.856.742.947 1.312v.223c-.056.306-.18.601-.412.815L13.384 23.107c-.364.361-.707.805-1.246.893h-.246c-.3-.054-.587-.179-.797-.404-3.4-3.402-6.803-6.802-10.2-10.207-.356-.362-.806-.696-.896-1.232v-.295c.07-.547.526-.892.884-1.258C4.263 7.225 7.644 3.846 11.022.464a1.53 1.53 0 0 1 .809-.463m-.165.509c-.126.067-.23.166-.332.263L.77 11.332c-.182.178-.35.402-.334.671-.014.4.34.643.586.901 3.461 3.458 6.92 6.919 10.38 10.381a.796.796 0 0 0 .929.194c.222-.122.384-.324.563-.498 3.479-3.486 6.966-6.962 10.442-10.448.319-.305.272-.853-.052-1.136-3.56-3.56-7.121-7.121-10.685-10.679-.229-.258-.617-.362-.934-.208z"/><path d="M10.326 5.172a2.361 2.361 0 0 1 2.557-.523c1.021.391 1.661 1.58 1.367 2.645-.66 2.639-1.312 5.28-1.972 7.918-.19-.004-.379-.006-.569-.006-.653-2.638-1.308-5.274-1.967-7.91-.2-.746.041-1.579.583-2.123zM11.797 15.758c1.033-.14 2.048.732 2.081 1.771.079 1.033-.84 2.014-1.88 1.985-1.074.034-2.014-1.012-1.877-2.076.078-.858.814-1.607 1.676-1.68z"/><path fill="#ffeb00" d="M11.666.51c.317-.155.704-.05.934.208 3.564 3.558 7.124 7.118 10.685 10.679.324.283.371.832.052 1.136-3.476 3.486-6.964 6.962-10.442 10.448-.179.174-.341.376-.563.498a.797.797 0 0 1-.929-.194c-3.46-3.462-6.919-6.923-10.38-10.381-.246-.258-.6-.502-.586-.901-.017-.269.151-.493.334-.671C4.293 7.814 7.814 4.293 11.335.773c.102-.097.206-.196.332-.263m-1.341 4.662c-.542.544-.784 1.376-.583 2.123.659 2.636 1.314 5.273 1.967 7.91.19 0 .379.002.569.006.66-2.638 1.312-5.279 1.972-7.918.294-1.064-.346-2.254-1.367-2.645a2.36 2.36 0 0 0-2.557.523m1.47 10.587c-.863.073-1.598.822-1.676 1.68-.137 1.064.803 2.11 1.877 2.076 1.04.029 1.96-.952 1.88-1.985-.032-1.039-1.048-1.912-2.081-1.771z"/></symbol><symbol viewBox="0 0 24 24" id="warning--panda-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#232921" d="M11.368 1.689c.558-.291 1.44-.174 1.713.454.246.498.568.954.839 1.438 2.528 4.549 5.131 9.057 7.712 13.577.82 1.458 1.716 2.881 2.368 4.427v.178c-.154.314-.343.617-.601.856-2.359.175-4.738-.045-7.094.172H.764c-.362-.139-.672-.501-.555-.91.237-1.031.814-1.941 1.288-2.875 2.468-4.5 5.091-8.912 7.534-13.425.471-.731.88-1.5 1.186-2.315.469-.463.663-1.138 1.152-1.577m.628 2.661c-1.485 2.549-2.856 5.164-4.341 7.713-1.674 2.948-3.39 5.87-5.022 8.842 6.267-.045 12.537-.047 18.806-.119-2.059-3.706-4.231-7.348-6.29-11.054-1.042-1.799-2.045-3.624-3.153-5.383z"/><path fill="#232921" d="M11.164 12.891c.089.008.178.018.267.03 1.055.175 1.846 1.064 2.293 1.98-.08.445-.05.9-.003 1.348-.142.18-.318.346-.391.569-.19.962-.509 1.959-1.312 2.59-.558.498-1.594.883-2.142.187.272-.954 1.174-1.42 1.921-1.952l.109-.27c.522-.642.782-1.472.878-2.281.044-.598-.747-.951-.528-1.552-.349-.242-.721-.444-1.093-.651zM8.596 14.578l.337.02c.065.03.196.088.261.116-.13.275-.325.509-.592.658-.002-.264-.002-.53-.006-.794z"/><path fill="#232921" d="M11.093 15.188c.403-.107.888-.104 1.093.331a9.647 9.647 0 0 1-.395.578c-.22-.118-.524-.137-.666-.367l-.032-.542zM15.449 15.784c.157-.165.311-.331.468-.497.127.738.054 1.496-.341 2.145-.438.056-.88.065-1.322.054a39.244 39.244 0 0 0-.125-.46c.254-.534.614-1.005.986-1.463.083.056.251.166.335.22zM8.942 17.091c.086.008.257.023.343.029l-.012.465-.308.005-.023-.498zM10.006 17.506c.121-.171.27-.314.441-.43.158.177.32.352.483.527l-.149.296c-.303-.026-.551-.199-.774-.392zM9.422 18.619a.522.522 0 0 1 .543.005c.005.208-.536.201-.543-.005z"/><path fill="#f9e633" d="M11.997 4.35c1.108 1.758 2.112 3.583 3.153 5.383 2.059 3.706 4.231 7.348 6.29 11.054-6.269.072-12.539.074-18.806.119 1.632-2.972 3.348-5.894 5.022-8.842 1.485-2.549 2.856-5.164 4.341-7.713m-.566 8.57a4.844 4.844 0 0 0-.267-.03c-.88.374-1.62.977-2.231 1.707l-.337-.02-.002-.112c-.008.865-.334 1.71-.214 2.575.165.433.494.798.552 1.277.057.495.631.622 1.043.632a4.89 4.89 0 0 1-.237.811l.106-.089.032-.077c.548.696 1.583.311 2.142-.187.803-.631 1.122-1.629 1.312-2.59l-.06.193.094-.208c.154 0 .463-.003.617-.005.083.232.168.465.273.688.442.011.885.002 1.322-.054.395-.649.468-1.407.341-2.145a3.735 3.735 0 0 1-.113-.106c-.382-.783-.7-1.614-1.351-2.222-.468-.201-.945-.432-1.469-.389-.528.03-1.138-.054-1.553.35zM16.305 22.792c2.356-.217 4.735.003 7.094-.172l-.192.172h-6.903z"/><path fill="#fefefe" d="M11.431 12.921c.415-.405 1.025-.32 1.553-.35.524-.042 1.001.189 1.469.389.651.608.969 1.438 1.351 2.222l.113.106c-.157.166-.311.332-.468.497-.085-.054-.252-.165-.335-.22-.371.457-.732.928-.986 1.463.044.154.085.306.125.46a7.399 7.399 0 0 1-.273-.688c-.154.002-.463.005-.617.005l-.094.208.06-.193c.072-.223.249-.389.391-.569-.047-.448-.077-.903.003-1.348-.447-.916-1.238-1.805-2.293-1.98z"/><path fill="#fefefe" d="M8.933 14.598c.611-.731 1.351-1.333 2.231-1.707.371.207.744.409 1.093.651-.219.601.572.954.528 1.552-.097.809-.356 1.639-.878 2.281l-.109.27c-.747.531-1.65.998-1.921 1.952l-.032.077-.106.089c.104-.263.18-.534.237-.811-.412-.011-.986-.137-1.043-.632-.059-.479-.388-.844-.552-1.277-.119-.865.207-1.71.214-2.575l.002.112c.005.264.005.53.006.794.267-.149.462-.383.592-.658-.065-.029-.196-.086-.261-.116m2.159.588l.032.542c.142.229.445.249.666.367a9.2 9.2 0 0 0 .395-.578c-.205-.435-.69-.438-1.093-.331m-2.151 1.903l.023.498.308-.005.012-.465a19.82 19.82 0 0 1-.343-.029m1.064.416c.223.193.471.367.774.392l.149-.296c-.163-.175-.325-.35-.483-.527-.171.116-.32.26-.441.43m-.583 1.114c.008.205.548.213.543.005a.524.524 0 0 0-.543-.005z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pass-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.867.546c.704-.731 1.962-.596 2.628.118 3.317 3.324 6.619 6.661 9.935 9.986.221.22.416.466.57.737v1.639c-.26.391-.622.696-.949 1.028-3.209 3.191-6.42 6.378-9.625 9.572a4.008 4.008 0 0 1-.458.373h-1.626c-.43-.21-.74-.578-1.07-.911-3.212-3.232-6.43-6.46-9.641-9.692-.704-.682-.8-1.938-.053-2.624C4.006 7.362 7.432 3.948 10.868.546m.819.006c-.341.085-.607.328-.848.57-3.289 3.27-6.58 6.54-9.865 9.815-.643.577-.613 1.662 0 2.249 3.329 3.35 6.66 6.698 9.986 10.05.574.613 1.656.688 2.246.059 3.365-3.356 6.744-6.701 10.11-10.057.624-.606.514-1.684-.107-2.251a6605.077 6605.077 0 0 0-9.877-9.93c-.407-.448-1.055-.67-1.645-.504z"/><path fill="gold" d="M11.782 1.352c.379-.197.804.028 1.061.317 3.192 3.21 6.386 6.418 9.577 9.63.432.325.785 1.013.287 1.445-3.353 3.324-6.696 6.659-10.045 9.986-.305.334-.857.271-1.146-.05-3.312-3.326-6.616-6.661-9.931-9.985-.346-.3-.428-.892-.055-1.205 3.28-3.282 6.582-6.541 9.866-9.818.121-.114.24-.236.386-.319m-1.614 2.283c.001 1.309-.011 2.618.004 3.928.083 1.032 1.243 1.622 2.188 1.475.815-.07 1.627-.736 1.6-1.601 0-1.267.001-2.534-.002-3.802H10.17M6.827 8.164c-.588 1.09-1.214 2.158-1.792 3.253-.164.245.08.587.364.539.421-.155.804-.395 1.205-.592-.012 1.32.29 2.682 1.057 3.775.296.456.852.7 1.05 1.224.281.702.328 1.469.361 2.216l1.585-.055c-.136-1.139-.125-2.354-.73-3.371-.336-.691-1.057-1.1-1.342-1.822-.323-.631-.308-1.351-.325-2.04.444.152.863.415 1.336.461.286.018.344-.36.192-.541-.695-1.054-1.442-2.072-2.152-3.116-.131-.16-.223-.383-.433-.45-.179.126-.266.336-.377.518m9.705-.274c-.744 1.063-1.483 2.129-2.222 3.193-.142.182-.268.511-.007.654.521.052.976-.298 1.457-.444.026.959-.101 1.994-.768 2.737-.427.428-.828.894-1.069 1.456-.445.95-.432 2.02-.559 3.04l1.585.055c.032-.737.079-1.492.349-2.186.186-.541.756-.785 1.056-1.247.772-1.094 1.075-2.46 1.063-3.784.395.194.77.43 1.182.584.355.089.568-.374.342-.628-.662-1.182-1.294-2.384-1.988-3.547-.12-.25-.33-.026-.42.116z"/><path d="M11.687.552c.59-.166 1.238.056 1.645.504 3.296 3.306 6.588 6.617 9.877 9.93.62.568.731 1.645.107 2.251-3.366 3.356-6.745 6.701-10.11 10.057-.59.629-1.673.554-2.246-.059-3.326-3.352-6.658-6.7-9.986-10.05-.613-.587-.643-1.672 0-2.249C4.26 7.661 7.55 4.391 10.839 1.121c.241-.242.508-.485.848-.57m.095.801c-.146.083-.265.205-.386.319-3.284 3.277-6.587 6.536-9.866 9.818-.373.313-.29.905.055 1.205 3.316 3.324 6.619 6.659 9.931 9.985.289.322.841.384 1.146.05 3.349-3.328 6.692-6.662 10.045-9.986.498-.432.145-1.12-.287-1.445-3.191-3.212-6.385-6.42-9.577-9.63-.257-.289-.682-.514-1.061-.317z"/><path d="M10.168 3.636h3.788c.004 1.267.002 2.534.002 3.802.028.865-.785 1.531-1.6 1.601-.944.148-2.105-.443-2.188-1.475-.014-1.309-.002-2.618-.004-3.928zM6.827 8.164c.11-.182.198-.392.377-.518.21.067.302.29.433.45.709 1.044 1.457 2.063 2.152 3.116.152.181.094.559-.192.541-.473-.046-.892-.308-1.336-.461.017.689.002 1.409.325 2.04.284.721 1.006 1.13 1.342 1.822.605 1.016.594 2.232.73 3.371l-1.585.055c-.034-.748-.08-1.514-.361-2.216-.198-.524-.754-.768-1.05-1.224-.767-1.093-1.069-2.455-1.057-3.775-.401.197-.784.437-1.205.592-.283.048-.528-.294-.364-.539.577-1.096 1.204-2.164 1.792-3.253zM16.531 7.889c.09-.143.3-.366.42-.116.695 1.163 1.326 2.365 1.988 3.547.226.253.013.716-.342.628-.412-.155-.787-.39-1.182-.584.012 1.324-.292 2.689-1.063 3.784-.3.462-.87.706-1.056 1.247-.27.695-.317 1.45-.349 2.186l-1.585-.055c.127-1.02.114-2.089.559-3.04.241-.562.642-1.027 1.069-1.456.667-.743.794-1.778.768-2.737-.481.146-.936.496-1.457.444-.26-.143-.134-.472.007-.654.739-1.064 1.478-2.13 2.222-3.193z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pass-left-or-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.818 0h.331c.289.052.553.199.755.413 3.576 3.586 7.165 7.159 10.739 10.747.482.467.425 1.303-.072 1.739-3.458 3.461-6.92 6.917-10.376 10.38-.304.304-.626.672-1.09.692-.374.047-.745-.113-1.001-.382-3.524-3.52-7.043-7.046-10.57-10.565-.253-.228-.464-.511-.534-.852v-.336c.054-.48.446-.792.763-1.111 3.322-3.319 6.642-6.64 9.962-9.961.316-.313.623-.696 1.092-.764m-.254.42c-.214.137-.382.331-.562.508C7.543 4.388 4.083 7.845.626 11.304A.908.908 0 0 0 .618 12.7c3.562 3.562 7.122 7.123 10.685 10.684.289.332.833.442 1.187.151.307-.256.57-.557.858-.834 3.34-3.34 6.68-6.679 10.019-10.021.246-.226.402-.592.281-.92-.107-.338-.419-.545-.648-.796C19.538 7.506 16.082 4.04 12.616.584c-.259-.287-.722-.374-1.052-.163z"/><path fill="#ffdb00" d="M11.807.782c.168-.067.382-.037.499.109 3.582 3.575 7.156 7.158 10.738 10.733.216.157.277.505.052.68-3.512 3.523-7.038 7.036-10.552 10.558-.192.252-.57.558-.853.246C8.086 19.513 4.487 15.91.889 12.309c-.19-.152-.19-.474-.008-.631C4.459 8.094 8.044 4.518 11.622.933l.186-.151M9.071 8.106c-.497.671-1.002 1.334-1.494 2.008a.548.548 0 0 1-.227.205c-.23-.377-.42-.788-.727-1.111-.194-.176-.454-.119-.668-.018-.056.128-.132.257-.131.402-.124 1.801-.302 3.598-.394 5.401 1.615-.481 3.214-1.02 4.82-1.528.392-.136.248-.582.24-.894-.401-.23-.835-.397-1.264-.572.06-.265.258-.458.41-.672.51-.697 1.032-1.387 1.538-2.088.124-.125.074-.334-.062-.426-.496-.454-1.018-.878-1.526-1.319-.223.156-.354.4-.516.612m4.848-.187c-.361.388-.829.664-1.165 1.075 0 .336.32.551.476.822.504.737 1.111 1.41 1.548 2.186-.404.205-.853.332-1.228.592-.082.283-.185.755.178.886 1.421.48 2.855.923 4.276 1.404.179.064.368.086.557.108-.11-1.802-.259-3.601-.383-5.401.004-.145-.08-.266-.143-.39a19.251 19.251 0 0 1-.408-.127c-.497.241-.698.8-.974 1.242l-.126-.067c-.682-.883-1.318-1.802-2.017-2.671-.266-.064-.414.197-.59.342z"/><path d="M11.563.42c.33-.211.793-.124 1.052.163 3.466 3.456 6.922 6.922 10.384 10.38.229.251.541.457.648.796.121.329-.035.695-.281.92A18932.06 18932.06 0 0 1 13.347 22.7c-.288.277-.551.578-.858.834-.354.29-.898.181-1.187-.151-3.563-3.56-7.123-7.122-10.685-10.684a.908.908 0 0 1 .008-1.396C4.082 7.843 7.542 4.386 11 .927c.18-.176.348-.371.562-.508m.245.363l-.186.151C8.043 4.517 4.458 8.093.88 11.678c-.181.157-.181.479.008.631 3.599 3.601 7.198 7.204 10.802 10.799.283.312.661.006.853-.246 3.514-3.522 7.039-7.034 10.552-10.558.226-.175.164-.523-.052-.68C19.461 8.049 15.887 4.466 12.305.891c-.118-.146-.331-.176-.499-.109z"/><path d="M9.071 8.106c.162-.212.293-.456.516-.612.509.44 1.031.865 1.526 1.319.137.092.186.301.062.426-.506.701-1.028 1.391-1.538 2.088-.152.214-.35.407-.41.672.428.175.863.342 1.264.572.008.312.152.758-.24.894-1.607.508-3.205 1.046-4.82 1.528.091-1.804.27-3.6.394-5.401-.001-.145.074-.274.131-.402.215-.101.474-.158.668.018.307.323.497.734.727 1.111a.554.554 0 0 0 .227-.205c.492-.673.997-1.337 1.494-2.008zM13.918 7.919c.176-.145.324-.406.59-.342.7.869 1.336 1.788 2.017 2.671l.126.067c.276-.442.478-1.001.974-1.242.136.044.271.086.408.127.062.124.146.245.143.39.124 1.8.272 3.599.383 5.401-.188-.022-.378-.044-.557-.108-1.421-.481-2.855-.924-4.276-1.404-.362-.131-.259-.602-.178-.886.374-.259.823-.386 1.228-.592-.437-.776-1.044-1.45-1.548-2.186-.156-.271-.476-.486-.476-.822.336-.412.804-.688 1.165-1.075z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pass-left-or-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M11.342 1.944c.196-.253.536-.343.841-.261.408.042.597.453.803.752 1.573 2.64 3.131 5.289 4.616 7.98 1.614 2.852 3.254 5.688 4.894 8.523.437.778.983 1.495 1.349 2.312.283.536-.168 1.251-.763 1.271-1.083.083-2.175.005-3.255.138h-7.763c-3.663-.137-7.334-.044-11-.152-.331-.051-.779-.044-.94-.405-.198-.299-.023-.653.082-.952.405-.912.953-1.75 1.452-2.61 1.624-2.765 3.237-5.537 4.766-8.357 1.219-2.122 2.498-4.211 3.707-6.341.386-.642.724-1.323 1.211-1.899M9.416 8.875c-.865 1.503-1.742 2.999-2.601 4.505-.378.741-.865 1.425-1.172 2.202a173.058 173.058 0 0 1-2.954 5.028c6.193.004 12.385.003 18.578-.001-1.317-2.117-2.537-4.296-3.784-6.452-.193-.536-.481-1.027-.774-1.512-1.015-1.7-1.941-3.454-3.04-5.1-.528-1.019-1.14-1.994-1.712-2.987-.835 1.445-1.638 2.914-2.542 4.319z"/><path fill="#fff" d="M9.416 8.875c.904-1.405 1.707-2.873 2.542-4.319.573.994 1.184 1.968 1.712 2.987 1.098 1.646 2.025 3.4 3.04 5.1.292.485.581.976.774 1.512 1.247 2.156 2.467 4.335 3.784 6.452-6.193.004-12.385.005-18.578.001a173.058 173.058 0 0 0 2.954-5.028c.307-.776.794-1.46 1.172-2.202.859-1.506 1.736-3.002 2.601-4.505M7.578 16.6a36.823 36.823 0 0 0-.507-.292c.07.802.079 1.608.135 2.411.712-.375 1.435-.729 2.14-1.117-.169-.095-.337-.19-.504-.287.983-1.638 1.916-3.308 2.871-4.962-.424-.237-.846-.479-1.27-.716-.969 1.646-1.882 3.325-2.865 4.964m4.666-4.252c.949 1.66 1.888 3.326 2.869 4.969l-.371.208c.52.599 1.358.782 2.025 1.181.032-.8.066-1.6.102-2.4-.168.097-.337.193-.504.291-.959-1.65-1.899-3.312-2.85-4.966a60.82 60.82 0 0 1-1.27.717z"/><path fill="#030303" d="M7.578 16.6c.983-1.638 1.896-3.317 2.865-4.964.424.237.846.479 1.27.716-.955 1.655-1.888 3.324-2.871 4.962.168.097.335.192.504.287-.705.387-1.428.741-2.14 1.117-.056-.803-.066-1.609-.135-2.411.17.097.338.193.507.292zM12.244 12.349c.426-.233.849-.475 1.27-.717.952 1.655 1.892 3.316 2.85 4.966l.504-.291c-.036.8-.07 1.6-.102 2.4-.666-.4-1.504-.582-2.025-1.181l.371-.208c-.981-1.642-1.92-3.309-2.869-4.969z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pavement-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.908 1.5h.163c.521.095.706.632.949 1.03 3.583 6.215 7.172 12.427 10.757 18.641.078.142.154.284.223.431v.332a.876.876 0 0 1-.638.566H.71c-.554-.034-.905-.694-.568-1.153 3.697-6.431 7.42-12.848 11.119-19.278.134-.266.355-.482.647-.569M3.1 20.395h17.819c-2.971-5.143-5.939-10.288-8.911-15.431-2.97 5.143-5.941 10.285-8.908 15.431z"/><path fill="#fff" d="M3.1 20.395c2.966-5.146 5.938-10.288 8.908-15.431 2.972 5.143 5.94 10.288 8.911 15.431H3.1M9.736 9.997v4.961h4.544V9.997H9.736M9.724 15.4c.146.004.504-.084.313-.289-.184-.016-.263.14-.313.289m.556-.046c-.11.283.299.259.47.284.091-.142.18-.284.265-.428-.245-.072-.565-.079-.736.144m1.902.244c.137.031.265-.037.392-.076a16.497 16.497 0 0 0-.169-.324c-.125.098-.294.211-.223.4m.735-.405c-.173.175.15.28.256.143.187-.162-.158-.298-.256-.143m.82.075c-.26.115-.019.449.132.562.258.197.524-.162.38-.404-.002-.275-.336-.234-.512-.157m-2.277.113c-.174.004-.287.15-.356.292.15.356.866.341.844-.118-.103-.178-.302-.203-.487-.174m1.168.252c.088.385.859.652.925.13-.254-.248-.612-.236-.925-.13m-2.788.612l.28.058c.151-.178.281-.569-.054-.619-.338-.066-.317.356-.226.562m.709-.102c.06.39.581.175.583-.149-.197-.082-.655-.242-.583.149m1.416.05c-.001.257.389.449.485.136.184-.16.014-.338-.074-.492-.14.102-.449.12-.41.356m-.703.094c-.001.11-.006.221.001.331.173.233.605.028.5-.253-.1-.209-.335-.095-.502-.078m2.406-.024c-.19.204.127.482.353.432.256.038.275-.241.304-.421-.206-.077-.48-.233-.656-.011m-.999.231c.161.192.392.24.632.199-.013-.146.029-.335-.149-.394-.196-.074-.334.108-.484.194m-2.894-.035c-.133.192-.096.55.21.403-.006-.166.032-.434-.21-.403m.465.185a57.41 57.41 0 0 0-.062.371c.24.03.427-.101.571-.281-.14-.09-.359-.27-.509-.09m1.548.352c.228.115.452.241.696.324.34-.062.162-.554-.128-.541-.235-.08-.427.042-.568.217m-1.013.5c.277-.026.54-.133.7-.371-.113-.1-.226-.197-.34-.294-.278.116-.386.372-.36.665m2.159-.242c-.019.32.314.245.478.103-.029-.27-.409-.462-.478-.103m.716-.165c-.068.427.793.473.601.031-.174-.13-.407-.036-.601-.031m-3.784.274c-.228.293.233.487.466.515.077-.14.151-.282.223-.425-.19-.13-.502-.335-.689-.09m1.608.336c-.018.326.3.527.598.461.034-.216.186-.479.011-.671-.17-.25-.674-.121-.608.21m1.624.572c.184.005.367.006.551.002.078-.203.29-.667-.083-.677-.338.028-.404.409-.468.674m-2.424-.451c-.194.154.052.34.108.503a.656.656 0 0 0 .335-.578c-.148.01-.322-.038-.443.076m1.691.233c-.137.258.186.275.347.295.061-.136.122-.271.185-.407l-.127-.226c-.176.055-.414.097-.404.337m1.704-.089c-.21.12-.236.661.086.605.181-.128.262-.697-.086-.605m-4.275.187a.94.94 0 0 0 .084.59c.394.097.49-.444.332-.713-.14.035-.28.076-.416.122m1.392.5c.164.014.542-.142.302-.319-.248-.112-.253.152-.302.319m-.556-.157c-.088.061-.174.124-.26.185l.103.28.308.11c.031-.04.092-.119.124-.157a40.742 40.742 0 0 1-.062-.37l-.212-.048m1.203.427c.178-.029.541-.098.386-.368-.264-.094-.376.15-.386.368m.801-.237c.019.114.04.227.06.341l.355-.065c0-.137-.001-.274-.004-.409a11.63 11.63 0 0 0-.412.133m.779.289c.126-.06.253-.122.379-.184-.032-.198-.21-.257-.384-.298-.043.16-.066.325.005.481m-2.298.15c.125.224.265.475.562.446-.001-.214.016-.44-.092-.635-.173.014-.319.112-.469.188m2.604-.111c-.023.172-.043.343-.061.516a2.79 2.79 0 0 0 .602-.104c-.028-.145-.055-.29-.084-.434-.152.006-.305.012-.457.023m-3.916.196c-.091.214.229.274.337.379.056-.146.217-.312.062-.456-.079-.193-.379-.11-.4.077m2.496-.156a6.435 6.435 0 0 0-.379.378c.133.042.275.142.416.06.155-.136.022-.296-.037-.438m.7.138c-.425.193.268.558.328.176.122-.181-.22-.258-.328-.176m-2.478.432c.198-.066.455-.107.4-.385-.24.006-.368.156-.4.385z"/><path fill="#fff" d="M11.848 10.486h.32v1.332h-.319l-.001-1.332zM11.848 12.726l.32-.001v1.333h-.32v-1.332z"/><path d="M9.736 9.997h4.544v4.961H9.736V9.997m2.112.489l.001 1.332h.319v-1.332h-.32m0 2.24v1.332h.32v-1.333l-.32.001zM9.724 15.4c.05-.149.13-.305.313-.289.191.205-.167.293-.313.289zM10.28 15.354c.17-.223.491-.216.736-.144-.085.144-.174.287-.265.428-.172-.025-.581-.001-.47-.284zM12.181 15.598c-.071-.188.098-.301.223-.4.058.107.114.215.169.324-.127.038-.256.107-.392.076zM12.916 15.193c.097-.155.443-.019.256.143-.106.137-.428.032-.256-.143zM13.736 15.268c.176-.077.51-.118.512.157.144.242-.122.601-.38.404-.151-.113-.392-.446-.132-.562zM11.459 15.382c.185-.029.384-.004.487.174.023.458-.694.474-.844.118.07-.142.182-.288.356-.292zM12.628 15.634c.313-.107.671-.119.925.13-.066.522-.838.256-.925-.13zM9.84 16.246c-.091-.205-.113-.628.226-.562.335.05.205.442.054.619a23.057 23.057 0 0 1-.28-.058zM10.549 16.145c-.072-.391.386-.23.583-.149-.002.324-.523.539-.583.149zM11.965 16.195c-.038-.236.27-.254.41-.356.089.154.258.332.074.492-.096.313-.486.121-.485-.136zM11.263 16.289c.167-.017.402-.131.502.078.104.281-.328.486-.5.253-.007-.11-.002-.221-.001-.331zM13.668 16.265c.176-.222.45-.066.656.011-.029.18-.048.46-.304.421-.226.05-.542-.228-.353-.432zM12.67 16.496c.15-.086.288-.269.484-.194.178.059.136.247.149.394-.24.041-.472-.007-.632-.199zM9.775 16.46c.242-.031.204.238.21.403-.306.146-.343-.211-.21-.403zM10.24 16.645c.15-.18.368 0 .509.09-.144.18-.331.311-.571.281l.062-.371zM11.788 16.997c.14-.175.332-.298.568-.217.29-.013.468.479.128.541-.244-.083-.468-.209-.696-.324zM10.775 17.497c-.026-.293.082-.548.36-.665.114.097.227.194.34.294-.16.238-.422.344-.7.371zM12.934 17.255c.068-.359.449-.167.478.103-.163.142-.497.217-.478-.103zM13.65 17.09c.194-.005.427-.098.601.031.192.442-.67.396-.601-.031zM9.866 17.364c.187-.245.499-.04.689.09-.072.143-.146.284-.223.425-.233-.028-.694-.222-.466-.515zM11.474 17.7c-.066-.331.438-.46.608-.21.175.192.023.455-.011.671-.298.066-.616-.134-.598-.461zM13.099 18.272c.064-.265.13-.647.468-.674.373.01.161.474.083.677-.184.004-.367.002-.551-.002zM10.675 17.82c.121-.114.295-.066.443-.076.004.25-.125.449-.335.578-.056-.163-.302-.349-.108-.503zM12.366 18.054c-.01-.24.228-.282.404-.337l.127.226-.185.407c-.161-.02-.484-.037-.347-.295zM14.071 17.964c.348-.092.268.476.086.605-.323.056-.296-.485-.086-.605zM9.796 18.151c.137-.047.276-.088.416-.122.157.269.061.81-.332.713a.94.94 0 0 1-.084-.59zM11.188 18.65c.049-.167.054-.431.302-.319.24.178-.138.334-.302.319zM10.632 18.493l.212.048.062.37-.124.157-.308-.11c-.035-.094-.07-.186-.103-.28l.26-.185zM11.836 18.92c.011-.218.122-.462.386-.368.155.27-.209.34-.386.368zM12.637 18.683c.136-.047.274-.091.412-.133.002.136.004.272.004.409l-.355.065c-.02-.114-.041-.227-.06-.341zM13.415 18.972c-.071-.156-.048-.322-.005-.481.174.041.352.1.384.298-.126.061-.253.124-.379.184zM11.117 19.121c.15-.077.296-.174.469-.188.108.194.091.421.092.635-.296.029-.437-.222-.562-.446zM13.722 19.009c.152-.011.305-.017.457-.023.029.144.056.289.084.434-.196.062-.4.086-.602.104.018-.173.038-.344.061-.516zM9.806 19.206c.02-.187.32-.27.4-.077.155.144-.006.31-.062.456-.108-.106-.428-.166-.337-.379zM12.301 19.05c.059.142.192.302.037.438-.142.082-.283-.018-.416-.06.121-.131.247-.257.379-.378zM13.001 19.188c.108-.082.45-.005.328.176-.06.382-.752.017-.328-.176zM10.523 19.62c.031-.229.16-.379.4-.385.055.278-.202.319-.4.385z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pavement-ends--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0" d="M11.896 0h.083c.347.028.654.21.888.46 3.514 3.527 7.037 7.044 10.552 10.57.289.277.466.685.38 1.088-.091.485-.516.786-.834 1.123-3.402 3.402-6.8 6.808-10.2 10.211-.349.374-.952.484-1.396.22-.292-.182-.512-.452-.757-.69-3.218-3.222-6.445-6.436-9.666-9.655-.362-.373-.817-.707-.946-1.24v-.306c.086-.55.557-.892.918-1.267C4.279 7.156 7.643 3.802 11.002.442c.235-.25.547-.424.894-.442m-.202.308c-.226.064-.407.22-.572.378C7.743 4.064 4.367 7.446.986 10.82c-.256.265-.57.51-.673.88-.092.326.058.667.286.9 3.539 3.54 7.081 7.078 10.62 10.618.234.229.57.39.902.294.394-.114.646-.467.932-.737 3.276-3.281 6.554-6.56 9.836-9.835.259-.271.599-.53.647-.93.062-.431-.264-.766-.544-1.043C19.607 7.591 16.232 4.204 12.85.826c-.294-.312-.691-.655-1.156-.517z"/><path fill="#ff0" d="M11.809.88c.169-.104.319.084.437.182 3.499 3.504 7.006 7.003 10.504 10.508.181.149.325.404.09.582-3.536 3.544-7.081 7.08-10.618 10.622-.116.104-.301.294-.456.134-.27-.206-.487-.472-.731-.706-3.322-3.317-6.635-6.643-9.961-9.954-.092-.106-.212-.209-.224-.358.056-.164.194-.278.307-.403 3.301-3.306 6.608-6.608 9.91-9.914.245-.234.462-.503.743-.695M9.016 4.664v7.265c1.051-.005 2.104.016 3.154-.034-.014.646-.005 1.291-.007 1.938l-.491-.004c.001-.63.002-1.259-.001-1.888-.886.014-1.771.01-2.656.01.001 2.4-.002 4.8.001 7.201 1.932-.004 3.865.001 5.797-.004v-7.205c-.864.002-1.729.024-2.592-.007.863-.02 1.728-.001 2.592-.014-.002-2.419 0-4.84-.001-7.259H9.016z"/><path fill="#ff0" d="M9.704 5.164c.137.148.133.353.108.541.317.024.168-.457.461-.413.006.164-.055.359.154.431.078-.138.134-.283.172-.438l.054-.114c.01.199.064.379.162.539l.248-.182-.218-.302.468.007c-.364.186.056.701.19.292l-.08-.287.316-.014c-.184.224-.125.473.193.473-.396-.516.599-.503.142-.019l.329-.046a6.692 6.692 0 0 0-.079-.427l.377.04c-.3.144-.188.541.116.383l.016-.125.022-.124c-.094-.268.355-.078.172.049l-.032.077c.061.114.168.178.322.188-.259-.142.084-.56.214-.342l-.104.244c.169.088.325.061.468-.077l-.184-.085-.037-.131.356-.088c-.142.19-.132.356.026.499.138-.109.197-.263.179-.46l.053.025c-.048.331-.192.684-.01 1l-.336-.012a.712.712 0 0 0 .048.371l.299-.138c-.098.215-.181.438-.024.654-.211.002-.43.024-.361.3l.349.042c-.138.312.036.64-.035.961a.814.814 0 0 0 .056.576l-.33-.004c-.161.266.136.355.342.277-.121.194-.173.4-.016.599-.209.014-.448.034-.362.31l.36.041a.49.49 0 0 0 .016.601c-.191-.085-.499.025-.335.259l.394.158c-.964.095-1.938-.005-2.903.049l-.094.052-.017-.127c-.557.148-1.178.034-1.759.044l.036-.18c.168-.028.488.179.532-.084-.036-.365-.48.049-.653-.228.097-.05.289-.152.385-.203.182-.031.394.221.504-.035-.001-.254-.27-.143-.413-.132a11.975 11.975 0 0 1-.373-.055.862.862 0 0 0 .01-.554.366.366 0 0 0 .323-.205c-.134-.121-.27-.242-.407-.362h.397l.001.18c.164-.098.228-.233.19-.406-.205-.01-.412-.004-.618-.011.169-.106.34-.21.51-.314.186.478.605-.149.126-.258l.026.173-.384.03.103-.09-.37-.138c.2-.091.53.064.643-.15-.006-.26-.271-.136-.418-.11-.06-.042-.18-.126-.241-.167.239-.05.481-.065.724-.071.311.035.031-.325-.031-.431l-.019.216c-.187-.026-.374-.059-.56-.091a.936.936 0 0 0-.007-.594c.232-.046.472-.068.697.017.071-.139.084-.299-.084-.378-.138.066-.266.146-.395.226l.055-.196-.228.017-.076-.289c.16.059.319.121.474.194l.104-.256c-.107-.206-.36-.058-.529-.056l-.038-.198c.247-.083.804.181.788-.212l-.239-.202.029.172-.376.023.1-.132-.295.047.134-.632m.799.659c-.224.144.122.421.239.241.241-.103-.169-.494-.239-.241m.47-.016c-.121.115-.002.392.166.298.326-.028.047-.529-.166-.298m.412.197c.119.212.337.089.391-.104.155.318.536.14.806.206l-.022-.157c.155.104.329.179.521.16.082-.205.005-.344-.23-.416l.036.234c-.139-.046-.283-.077-.416-.137a5.938 5.938 0 0 1-.408.139l.067-.176a.739.739 0 0 1-.677-.011c-.017.066-.052.197-.068.263m1.878-.181c-.21.179.239.473.294.169.158-.151-.218-.34-.294-.169m.455-.013c-.158.168.102.442.252.252.196-.107-.104-.466-.252-.252m-3.469.474c-.106.193.095.401.288.268.08-.223-.059-.431-.288-.268m.471.009c-.214.089.12.458.251.241.214-.149-.137-.457-.251-.241m.487-.004c-.199.116.132.455.24.244.217-.12-.128-.473-.24-.244m.614.384l.008-.233c.137.035.272.07.407.113.134-.041.27-.074.408-.106l.018.23.168-.212c.244-.192-.4-.386-.336-.043l-.226-.167c-.168.005-.336.006-.504.006-.304-.037-.088.366.056.412m1.209-.365c-.163.215.227.419.294.166.155-.196-.263-.365-.294-.166m.444-.024c-.11.181.1.425.274.252.198-.178-.101-.433-.274-.252m-2.984.456c-.161.16.1.427.258.258.18-.158-.101-.452-.258-.258m.483-.003c-.164.158.097.428.257.26.181-.157-.098-.45-.257-.26m.456 0c-.168.163.108.432.263.254.17-.161-.108-.44-.263-.254m.401-.014c.035.113.071.226.108.337.188-.122.412-.103.612-.024.031-.104.064-.208.094-.311-.271.01-.542.01-.814-.002m.937.067c-.071.275.34.344.383.061-.116-.217-.244-.238-.383-.061m.491-.049c-.158.161.103.424.26.257.182-.16-.106-.452-.26-.257m.46-.004c-.167.161.103.431.26.258.175-.16-.104-.444-.26-.258m-2.872.408c-.224-.018-.24.376-.006.352.24.044.257-.376.006-.352m.47-.003c-.379.05.007.604.163.256.155-.097-.064-.244-.163-.256m2.28.013c-.232.01-.19.38.04.344.258.017.191-.418-.04-.344m-3.744.056c-.174.104.02.374.178.256.176-.104-.017-.382-.178-.256m.406-.001c-.157.161.104.419.262.256.187-.16-.106-.45-.262-.256m1.316.111c.114.216.26.229.439.038.166.187.311.178.436-.032-.108-.192-.253-.211-.436-.058-.179-.157-.325-.14-.439.052m.958-.069c-.182.086.208.382.28.191.22-.167-.175-.47-.28-.191m.498-.043c-.158.157.092.419.253.262.196-.154-.094-.456-.253-.262m-2.456.385c-.226.056-.126.431.098.358.227-.055.124-.43-.098-.358m.481-.001c-.226.054-.128.43.097.358.227-.053.125-.428-.097-.358m.467-.001c-.238.044-.14.436.091.358.22-.055.128-.418-.091-.358m.391.036c-.187.118.023.419.198.283.184-.119-.025-.415-.198-.283m.457.012c-.175.11.026.377.185.252.167-.11-.03-.379-.185-.252m.968-.043c-.222.059-.119.427.103.354.232-.056.12-.434-.103-.354m.473-.005c-.234.044-.145.432.086.359.223-.05.136-.419-.086-.359m-1.014.091c-.134.174.161.379.277.191.143-.175-.164-.388-.277-.191m-2.461.371c-.184.115-.132.364.085.394.235-.071.16-.445-.085-.394m.418.051c-.239.092-.011.407.157.298.263-.05.04-.503-.157-.298m.474.004c-.204.02.014.472.169.289.263-.054.019-.494-.169-.289m.649.302l.206-.092c.251.092.527.047.788.073a45.033 45.033 0 0 0-.098-.347 6.96 6.96 0 0 1-.475.176l.06-.164a.834.834 0 0 1-.676.014c-.143.187-.028.338.194.34m1.213-.356c-.234.13.022.558.193.306.23-.102-.047-.34-.193-.306m.488.008c-.232.047-.134.425.092.353.234-.048.132-.421-.092-.353m.388.03c-.178.116.013.436.192.29.167-.119-.016-.43-.192-.29m-3.473.495c-.148.062.031.377.168.28.325-.034.036-.556-.168-.28m.486-.012c-.139.118.002.37.167.289.306-.016.03-.56-.167-.289m.366.072c.064.115.15.212.257.29.046-.073.134-.222.179-.295.119.367.545.134.808.222l-.032-.146c.248.197.557.056.839.133.283.088.132-.262.055-.364-.216.215-.575-.084-.698.22l-.359-.238.024.149c-.12.005-.24.01-.36.013l.066-.154-.329.14c-.157-.07-.328-.152-.449.029m2.376-.081c-.2.179.094.424.27.26.114-.181-.083-.438-.27-.26m-3.479.499c-.092.179.108.368.28.247.162-.197-.112-.509-.28-.247m.485-.02c-.24.16.214.478.278.184.168-.106-.24-.416-.278-.184m.483-.001c-.21.119.13.454.24.245.222-.108-.152-.5-.24-.245m.601.393l.012-.212c.275.064.552.064.827.002l.023.21.223-.307c-.15-.208-.287-.188-.413.055l-.245-.224-.248.226-.215-.222c-.322.109-.11.306.036.473m1.214-.375c-.089.104.018.364.173.268.343-.028.014-.595-.173-.268m.451-.016a.187.187 0 0 0 .271.254c.175-.179-.095-.475-.271-.254m-3.399.45c-.166.106.022.382.179.258.164-.112-.016-.391-.179-.258m.356.087c-.056.214.305.31.36.092.083-.236-.307-.328-.36-.092m.539-.088c-.162.158.101.43.258.258.181-.158-.1-.448-.258-.258m.46-.002c-.17.16.102.433.258.258.174-.158-.1-.44-.258-.258m.477-.006c-.182.122.03.414.2.274.188-.12-.028-.421-.2-.274m.449-.003c-.18.124.036.413.205.277.184-.122-.035-.419-.205-.277m.404.064c-.041.278.328.338.392.059-.119-.215-.25-.235-.392-.059m.497-.053c-.161.157.096.425.256.262.187-.157-.097-.452-.256-.262m.459-.001c-.166.157.1.431.258.259.179-.157-.098-.445-.258-.259m-3.582.547l.245.266c.107-.088.22-.182.176-.34-.137-.15-.286.025-.421.073m.699-.142c-.164.046-.282.26-.059.334.263.188.354-.386.059-.334m.455-.007c-.229.048-.137.434.092.36.222-.055.128-.422-.092-.36m2.342-.047c-.066.067-.197.2-.262.268.136.091.282.203.442.084-.018-.137-.102-.245-.18-.352m-3.795.144c-.061.199.005.264.2.196.061-.199-.006-.264-.2-.196m1.737.093c.114.216.26.228.439.036.167.188.313.178.443-.032-.125-.211-.272-.227-.443-.047-.18-.182-.326-.169-.439.043m.964-.076c-.184.09.19.394.275.194.218-.163-.172-.481-.275-.194m.492-.043c-.158.154.085.427.248.266.186-.155-.083-.464-.248-.266m-2.452.388c-.227.047-.138.425.089.36.227-.049.137-.426-.089-.36m.478 0c-.228.053-.127.431.097.359.224-.056.125-.43-.097-.359m.41.026c-.232.09.016.503.172.305.229-.084.022-.442-.172-.305m.339.287c.289-.004.577-.002.866.002a3.867 3.867 0 0 0-.242-.431l.006.218c-.13-.001-.26-.001-.39-.004l-.018-.212c-.077.14-.151.282-.222.426m1.533-.309c-.222.056-.12.424.1.355.234-.054.126-.434-.1-.355m.47-.002c-.233.047-.136.433.092.358.221-.056.13-.422-.092-.358m-1.011.086c-.134.173.156.383.275.197.146-.175-.158-.39-.275-.197m-2.456.372c-.28.102-.001.564.17.313.194-.098-.018-.343-.17-.313m.391.049c-.205.166.107.458.263.264.126-.18-.085-.403-.263-.264m.485.006c-.179.106.017.428.178.294.265-.06.022-.511-.178-.294m.659.29l.086-.164c.262.205.601.137.91.16a15.502 15.502 0 0 0-.101-.352c-.151.07-.307.127-.463.184l.032-.182a3.978 3.978 0 0 1-.51.152l-.04-.229c-.206.149-.263.538.085.432m1.22-.341c-.246.12.017.56.186.306.222-.097-.032-.353-.186-.306m.498-.017c-.32.08-.036.587.154.32.197-.103-.035-.295-.154-.32zM11.672 16.334c.002-.737-.006-1.475.006-2.212.121.002.362.007.484.008v2.206l-.49-.002zM11.672 18.844c.002-.737-.005-1.472.005-2.208l.485.007v2.208l-.49-.007z"/><path d="M11.694.308c.464-.138.862.205 1.156.517 3.383 3.378 6.757 6.766 10.142 10.141.28.277.606.612.544 1.043-.048.4-.388.659-.647.93-3.282 3.275-6.56 6.554-9.836 9.835-.287.27-.539.623-.932.737-.332.096-.668-.065-.902-.294-3.539-3.54-7.081-7.078-10.62-10.618-.228-.233-.378-.574-.286-.9.103-.37.418-.614.673-.88C4.368 7.445 7.743 4.063 11.122.685c.166-.158.347-.314.572-.378m.115.573c-.281.192-.498.461-.743.695-3.301 3.306-6.608 6.608-9.91 9.914-.113.125-.251.239-.307.403.012.149.132.252.224.358 3.326 3.311 6.64 6.637 9.961 9.954.244.234.461.499.731.706.155.16.34-.03.456-.134 3.536-3.542 7.081-7.079 10.618-10.622.235-.178.091-.433-.09-.582-3.498-3.505-7.004-7.004-10.504-10.508-.118-.098-.268-.287-.437-.182z"/><path d="M9.016 4.664h5.796c.001 2.419-.001 4.84.001 7.259-.864.013-1.729-.006-2.592.014.863.031 1.728.01 2.592.007v7.205c-1.932.005-3.865 0-5.797.004-.004-2.401 0-4.801-.001-7.201.884 0 1.77.005 2.656-.01.004.629.002 1.258.001 1.888l.491.004c.002-.647-.007-1.292.007-1.938-1.05.049-2.102.029-3.154.034V4.665m.688.499c-.046.21-.09.421-.134.632l.295-.047-.1.132.376-.023-.029-.172.239.202c.016.394-.541.13-.788.212l.038.198c.169-.001.422-.15.529.056l-.104.256a5.545 5.545 0 0 0-.474-.194l.076.289.228-.017-.055.196c.128-.079.257-.16.395-.226.168.079.155.239.084.378-.226-.085-.466-.062-.697-.017a.93.93 0 0 1 .007.594c.186.032.373.065.56.091l.019-.216c.062.106.342.466.031.431-.242.006-.485.02-.724.071.061.041.181.125.241.167.146-.025.412-.15.418.11-.113.214-.443.059-.643.15l.37.138-.103.09.384-.03-.026-.173c.479.109.06.736-.126.258l-.51.314c.206.007.413.001.618.011.038.173-.025.307-.19.406l-.001-.18a26.268 26.268 0 0 0-.397 0c.137.12.272.241.407.362-.062.125-.17.194-.323.205a.855.855 0 0 1-.01.554c.125.02.248.04.373.055.143-.011.412-.122.413.132-.11.256-.322.004-.504.035l-.385.203c.173.277.617-.137.653.228-.043.263-.364.056-.532.084l-.036.18c.581-.011 1.202.103 1.759-.044l.017.127.094-.052c.965-.054 1.939.046 2.903-.049l-.394-.158c-.164-.234.144-.344.335-.259a.49.49 0 0 1-.016-.601l-.36-.041c-.085-.276.154-.295.362-.31-.157-.199-.106-.404.016-.599-.206.078-.503-.011-.342-.277l.33.004a.81.81 0 0 1-.056-.576c.071-.322-.103-.649.035-.961l-.349-.042c-.068-.276.15-.298.361-.3-.157-.216-.074-.439.024-.654l-.299.138a.71.71 0 0 1-.048-.371l.336.012c-.182-.316-.038-.668.01-1l-.053-.025c.018.197-.041.35-.179.46-.158-.143-.168-.31-.026-.499-.09.022-.268.065-.356.088l.037.131.184.085c-.143.138-.299.164-.468.077.026-.06.079-.182.104-.244-.13-.218-.473.2-.214.342-.154-.011-.26-.074-.322-.188l.032-.077c.184-.127-.265-.317-.172-.049l-.022.124-.016.125c-.305.158-.416-.239-.116-.383l-.377-.04c.031.142.058.283.079.427a43.18 43.18 0 0 1-.329.046c.457-.484-.538-.497-.142.019-.318 0-.377-.248-.193-.473l-.316.014.08.287c-.133.409-.553-.106-.19-.292l-.468-.007.218.302-.248.182a1.123 1.123 0 0 1-.162-.539l-.054.114c-.037.155-.094.3-.172.438-.209-.072-.148-.266-.154-.431-.293-.044-.144.437-.461.413.025-.188.029-.394-.108-.541m1.971 11.172l.49.002V14.13l-.484-.008c-.012.737-.004 1.475-.006 2.212m0 2.51l.49.007v-2.208l-.485-.007c-.01.736-.002 1.471-.005 2.208z"/><path d="M10.506 5.825c.07-.253.48.138.239.241-.116.18-.463-.097-.239-.241zM10.976 5.809c.212-.232.492.27.166.298-.168.095-.287-.182-.166-.298zM11.388 6.006c.017-.066.052-.197.068-.263.22.115.451.115.677.011l-.067.176a6.53 6.53 0 0 0 .408-.139c.133.06.277.091.416.137l-.036-.234c.235.072.312.211.23.416-.192.019-.366-.055-.521-.16l.022.157c-.27-.066-.652.112-.806-.206-.054.193-.272.317-.391.104zM13.266 5.826c.076-.17.452.018.294.169-.055.304-.504.01-.294-.169zM13.721 5.813c.148-.214.448.145.252.252-.15.19-.41-.084-.252-.252zM10.252 6.287c.229-.163.368.044.288.268-.193.133-.394-.074-.288-.268zM10.723 6.296c.114-.216.464.092.251.241-.131.217-.464-.152-.251-.241zM11.21 6.292c.112-.229.457.124.24.244-.108.211-.439-.127-.24-.244zM11.824 6.676c-.144-.046-.36-.449-.056-.412.168 0 .336-.001.504-.006l.226.167c-.064-.343.58-.149.336.043l-.168.212-.018-.23a5.546 5.546 0 0 0-.408.106 6.99 6.99 0 0 0-.407-.113l-.008.233zM13.032 6.311c.031-.199.449-.03.294.166-.067.253-.457.049-.294-.166zM13.476 6.287c.173-.181.472.074.274.252-.174.173-.384-.071-.274-.252zM10.492 6.743c.157-.194.438.1.258.258-.158.169-.419-.098-.258-.258zM10.975 6.74c.158-.19.438.103.257.26-.16.168-.421-.102-.257-.26zM11.431 6.74c.155-.186.433.094.263.254-.155.178-.431-.091-.263-.254zM11.832 6.726c.271.012.542.012.814.002-.03.103-.062.206-.094.311-.2-.079-.424-.098-.612.024a18.891 18.891 0 0 1-.108-.337zM12.769 6.793c.139-.176.266-.156.383.061-.043.283-.454.214-.383-.061zM13.26 6.744c.155-.196.443.097.26.257-.157.167-.419-.096-.26-.257zM13.72 6.74c.156-.186.436.098.26.258-.157.173-.427-.097-.26-.258zM10.848 7.148c.251-.024.234.396-.006.352-.234.024-.218-.37.006-.352zM11.318 7.145c.1.012.318.158.163.256-.156.348-.542-.205-.163-.256zM13.598 7.158c.23-.073.298.361.04.344-.229.036-.271-.335-.04-.344zM9.854 7.214c.161-.126.354.151.178.256-.157.119-.352-.151-.178-.256zM10.26 7.213c.156-.194.449.096.262.256-.157.163-.419-.095-.262-.256zM11.576 7.324c.114-.192.26-.209.439-.052.182-.154.328-.134.436.058-.125.21-.27.22-.436.032-.179.191-.325.178-.439-.038zM12.534 7.255c.104-.28.499.024.28.191-.072.191-.462-.104-.28-.191zM13.032 7.212c.16-.194.449.108.253.262-.161.157-.412-.104-.253-.262zM10.576 7.597c.222-.072.325.302.098.358-.224.073-.324-.301-.098-.358zM11.057 7.596c.222-.071.324.305.097.358-.226.072-.323-.304-.097-.358zM11.524 7.595c.22-.06.311.302.091.358-.232.078-.329-.313-.091-.358zM11.915 7.631c.173-.132.382.164.198.283-.175.136-.385-.166-.198-.283zM12.372 7.643c.155-.127.352.142.185.252-.158.125-.36-.142-.185-.252zM13.34 7.6c.223-.08.335.298.103.354-.222.073-.325-.295-.103-.354zM13.813 7.595c.222-.06.31.308.086.359-.232.073-.32-.314-.086-.359zM12.799 7.686c.113-.197.42.016.277.191-.116.188-.412-.017-.277-.191zM10.338 8.057c.245-.052.32.323.085.394-.217-.03-.269-.278-.085-.394zM10.756 8.108c.197-.205.42.247.157.298-.168.109-.396-.205-.157-.298zM11.23 8.112c.188-.205.432.235.169.289-.155.182-.373-.269-.169-.289zM11.879 8.414c-.222-.001-.337-.152-.194-.34.22.094.46.083.676-.014l-.06.164c.16-.054.319-.11.475-.176.034.115.066.232.098.347-.262-.026-.538.019-.788-.073l-.206.092zM13.091 8.058c.146-.034.424.204.193.306-.172.252-.427-.176-.193-.306z"/><path d="M13.579 8.066c.224-.068.326.305.092.353-.227.072-.324-.306-.092-.353zM13.967 8.096c.176-.139.359.172.192.29-.179.145-.37-.174-.192-.29zM10.494 8.591c.204-.276.493.246.168.28-.137.097-.316-.217-.168-.28zM10.98 8.579c.197-.271.473.274.167.289-.164.08-.306-.172-.167-.289zM11.346 8.651c.121-.181.292-.098.449-.029.083-.036.246-.106.329-.14l-.066.154.36-.013-.024-.149.359.238c.124-.304.482-.005.698-.22.077.102.228.451-.055.364-.282-.077-.59.064-.839-.133l.032.146c-.263-.088-.689.145-.808-.222-.044.073-.133.222-.179.295a.893.893 0 0 1-.257-.29zM13.723 8.569c.187-.178.384.079.27.26-.176.163-.47-.082-.27-.26zM10.244 9.068c.168-.262.442.05.28.247-.172.121-.372-.068-.28-.247zM10.729 9.048c.038-.233.446.078.278.184-.065.294-.518-.024-.278-.184zM11.212 9.047c.088-.256.462.137.24.245-.11.209-.45-.126-.24-.245zM11.813 9.44c-.146-.167-.358-.364-.036-.473l.215.222c.083-.074.166-.15.248-.226l.245.224c.126-.244.263-.263.413-.055l-.223.307-.023-.21a1.862 1.862 0 0 1-.827-.002l-.012.212z"/><path d="M13.027 9.066c.187-.328.516.24.173.268-.155.096-.262-.163-.173-.268zM13.478 9.05c.176-.221.446.076.271.254a.187.187 0 0 1-.271-.254zM10.079 9.5c.163-.133.343.146.179.258-.157.124-.344-.152-.179-.258zM10.435 9.587c.053-.235.443-.144.36.092-.055.217-.416.121-.36-.092zM10.974 9.499c.158-.19.439.1.258.258-.157.172-.42-.1-.258-.258zM11.434 9.497c.158-.182.432.1.258.258-.156.175-.428-.098-.258-.258zM11.911 9.491c.173-.148.389.154.2.274-.17.14-.383-.151-.2-.274zM12.36 9.488c.17-.142.389.155.205.277-.169.136-.385-.154-.205-.277zM12.764 9.552c.143-.176.274-.156.392.059-.065.28-.433.22-.392-.059zM13.261 9.499c.158-.191.443.104.256.262-.16.163-.416-.104-.256-.262zM13.72 9.498c.16-.186.437.102.258.259-.158.172-.424-.102-.258-.259zM10.138 10.045c.136-.048.284-.223.421-.073.043.157-.07.252-.176.34l-.245-.266zM10.837 9.902c.295-.053.204.522-.059.334-.223-.073-.106-.288.059-.334zM11.292 9.895c.221-.062.314.305.092.36-.229.074-.322-.312-.092-.36zM13.634 9.848c.078.107.162.215.18.352-.16.119-.306.007-.442-.084l.262-.268zM9.839 9.992c.194-.068.262-.004.2.196-.196.068-.262.004-.2-.196zM11.576 10.085c.113-.212.259-.226.439-.043.17-.18.318-.164.443.047-.13.21-.276.221-.443.032-.179.192-.325.18-.439-.036zM12.54 10.009c.103-.287.493.031.275.194-.085.199-.458-.104-.275-.194zM13.032 9.966c.166-.198.434.112.248.266-.163.161-.407-.113-.248-.266zM10.58 10.354c.226-.066.316.311.089.36-.227.065-.316-.313-.089-.36zM11.058 10.354c.222-.071.322.302.097.359-.224.072-.325-.306-.097-.359zM11.468 10.38c.193-.137.401.221.172.305-.156.198-.403-.215-.172-.305z"/><path d="M11.807 10.667c.071-.144.145-.286.222-.426l.018.212.39.004-.006-.218c.09.138.17.282.242.431a27.778 27.778 0 0 0-.866-.002zM13.34 10.357c.226-.079.334.301.1.355-.22.068-.322-.299-.1-.355zM13.81 10.355c.222-.065.313.301.092.358-.228.076-.325-.311-.092-.358zM12.799 10.441c.116-.193.421.022.275.197-.119.186-.409-.024-.275-.197zM10.343 10.813c.152-.03.365.215.17.313-.172.251-.45-.211-.17-.313zM10.734 10.862c.178-.139.389.084.263.264-.156.194-.468-.098-.263-.264zM11.219 10.868c.199-.217.443.234.178.294-.161.134-.356-.188-.178-.294zM11.878 11.158c-.348.106-.292-.283-.085-.432l.04.229c.173-.04.343-.09.51-.152l-.032.182c.156-.056.312-.114.463-.184.035.118.068.234.101.352-.308-.023-.648.046-.91-.16l-.086.164zM13.097 10.818c.154-.047.408.209.186.306-.169.254-.432-.186-.186-.306zM13.595 10.801c.119.025.35.217.154.32-.19.266-.474-.24-.154-.32z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pavement-ends--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.521 1.38h.857c.481.162.954.456 1.153.944-.38-.401-.811-.876-1.411-.868-.647-.078-1.258.328-1.572.872-.186.278-.288.622-.556.838.208-.437.437-.871.745-1.246.205-.254.524-.358.784-.541zM13.48 2.358c.173.037.216.232.307.358.452.835.982 1.632 1.4 2.485a15.728 15.728 0 0 1-.142-.124 222.363 222.363 0 0 1-1.566-2.719zM9.648 3.707c.121-.173.173-.432.391-.509-.322.548-.601 1.126-.976 1.64.101-.418.397-.751.584-1.132zM8.648 5.441c.131-.185.184-.457.403-.557a21.557 21.557 0 0 1-1.002 1.738c.084-.44.408-.784.599-1.181zM15.238 5.34c.186.146.271.376.391.572.48.832.956 1.666 1.442 2.494.094.168.204.337.212.536-.688-1.196-1.428-2.37-2.046-3.602zM7.676 7.115c.066-.107.113-.238.236-.293C7.409 7.84 6.804 8.81 6.225 9.787c.041-.282.214-.515.349-.756.368-.638.742-1.273 1.102-1.916zM11.192 7.052c.054-.13.113-.257.175-.382l.157.127c-.498 1.298-1.032 2.582-1.54 3.877l4.034.001c-.515-1.298-1.037-2.593-1.553-3.892.218-.266.268.128.343.26 1.717 4.31 3.448 8.616 5.165 12.926h-5.862c-.001-.391.004-.782-.006-1.174l-.21.001c-.008.39-.005.781-.006 1.172H6.027c1.717-4.308 3.446-8.611 5.164-12.919m.703 4.778c.001.384-.016.768.006 1.152l.196.034c.03-.396.017-.793.012-1.19l-.214.005m.032 2.314c-.079.382-.013.784-.034 1.172l.221.001c-.006-.398.02-.798-.023-1.195l-.164.022m-.03 2.352c-.007.392-.017.785.016 1.176l.166-.024c.086-.374.012-.78.036-1.165l-.217.013zM17.33 8.888c.42.666.788 1.363 1.195 2.036.109.181.221.366.238.583-.424-.695-.815-1.409-1.228-2.11-.08-.163-.229-.314-.205-.51zM5.089 11.609c.353-.559.618-1.18 1.026-1.7a2.281 2.281 0 0 1-.27.574c-.481.804-.92 1.632-1.418 2.424.106-.481.445-.864.662-1.297zM18.83 11.591l.121.017c.125.202.276.404.318.643-.26-.09-.359-.419-.439-.66zM19.24 12.314c.325.271.454.7.686 1.044.208.426.554.793.638 1.27a53.986 53.986 0 0 1-1.325-2.314zM3.271 14.806c.32-.606.632-1.231 1.044-1.78-.116.398-.38.728-.571 1.092-.148.235-.244.515-.473.688zM20.63 14.711l.121.017c.126.202.276.403.319.642-.262-.086-.359-.419-.44-.659zM3.012 15.197c.086-.131.138-.317.311-.359-.338.547-.593 1.157-1.01 1.65.181-.457.472-.857.7-1.291z"/><path d="M21.038 15.433c.294.221.402.596.601.893.78 1.391 1.633 2.743 2.36 4.162v1.036l-.037-.172c-.133.607-.64 1.002-1.164 1.268H1.311c-.6-.182-1.13-.649-1.268-1.278L0 21.493v-.948c.17-.293.216-.742.545-.905-.318.509-.578 1.068-.455 1.685.236.666.85 1.266 1.596 1.223 6.758 0 13.518-.001 20.276.001.359-.006.746.043 1.062-.167.809-.377 1.174-1.468.707-2.238-.88-1.58-1.825-3.125-2.693-4.711zM2.089 16.795c.066-.107.118-.248.259-.271-.294.464-.493 1.002-.876 1.402.172-.395.413-.754.617-1.13zM1.391 18.028l.131-.071c-.338.546-.592 1.153-1.006 1.646.238-.552.571-1.058.875-1.576z"/><path fill="#fff" d="M10.548 2.329c.314-.545.925-.95 1.572-.872.6-.008 1.031.467 1.411.868a.93.93 0 0 0-.052.034 215.09 215.09 0 0 0 1.566 2.719l.142.124-.013.077.064.062c.618 1.232 1.358 2.406 2.046 3.602l.04-.14.007.086c-.024.196.125.347.205.51.413.701.804 1.415 1.228 2.11l.067.083c.08.241.179.57.439.66a1.84 1.84 0 0 0-.03.064c.416.785.87 1.55 1.325 2.314l.066.083c.082.24.179.572.44.659l-.032.064c.868 1.586 1.813 3.131 2.693 4.711.467.77.102 1.861-.707 2.238-.316.21-.703.161-1.062.167-6.758-.002-13.518-.001-20.276-.001-.746.043-1.36-.557-1.596-1.223-.124-.617.137-1.176.455-1.685l-.029-.037c.414-.493.667-1.1 1.006-1.646-.012-.007-.036-.024-.049-.031.383-.4.582-.937.876-1.402-.01-.008-.028-.028-.036-.036.418-.493.672-1.103 1.01-1.65l-.052-.032c.229-.173.325-.452.473-.688.191-.364.455-.694.571-1.092l.112-.12c.498-.792.937-1.62 1.418-2.424a2.25 2.25 0 0 0 .27-.574l.11-.121c.58-.977 1.184-1.948 1.687-2.965l.082-.055-.043-.156.098.011c.36-.563.696-1.144 1.002-1.738.004-.011.008-.034.012-.046.374-.515.654-1.092.976-1.64l-.047-.031c.268-.216.37-.559.556-.838m1.037-.506c-.362.109-.636.396-.808.724C7.37 8.466 3.943 14.371.544 20.292c-.499.808.182 1.982 1.129 1.951h20.66c.944.028 1.62-1.144 1.126-1.951-3.415-5.945-6.853-11.878-10.279-17.816-.287-.565-.995-.858-1.595-.649z"/><path fill="#fff" d="M11.807 4.094c.227-.154.498.019.588.244 3.012 5.226 6.036 10.447 9.046 15.676.202.242 0 .658-.32.62-6.077.002-12.154.005-18.23-.001-.32.044-.533-.371-.329-.613 2.994-5.203 6.005-10.398 9.001-15.601.074-.112.127-.25.245-.324m-.616 2.957c-1.717 4.308-3.446 8.611-5.164 12.919h5.862c.001-.391-.002-.782.006-1.172l.21-.001c.01.391.005.782.006 1.174h5.862c-1.717-4.31-3.448-8.616-5.165-12.926-.076-.132-.125-.527-.343-.26.516 1.298 1.038 2.593 1.553 3.892l-4.034-.001c.508-1.295 1.042-2.579 1.54-3.877l-.157-.127a6.292 6.292 0 0 0-.175.382z"/><path fill="#fff" d="M11.894 11.827l.214-.005c.005.397.018.794-.012 1.19a16.197 16.197 0 0 1-.196-.034c-.022-.384-.005-.768-.006-1.152zM11.926 14.142a8.12 8.12 0 0 0 .164-.022c.043.397.017.797.023 1.195l-.221-.001c.02-.389-.046-.791.034-1.172zM11.896 16.494l.217-.013c-.024.385.05.791-.036 1.165l-.166.024c-.032-.391-.023-.784-.016-1.176z"/><path fill="red" d="M11.586 1.826c.6-.209 1.308.084 1.595.649 3.426 5.939 6.864 11.872 10.279 17.816.494.808-.181 1.979-1.126 1.951H1.674c-.947.031-1.628-1.144-1.129-1.951C3.943 14.37 7.371 8.465 10.779 2.549c.172-.328.445-.614.808-.724m.22 2.269c-.118.074-.17.212-.245.324-2.996 5.203-6.007 10.398-9.001 15.601-.204.242.008.658.329.613 6.077.006 12.154.004 18.23.001.32.037.522-.378.32-.62-3.01-5.228-6.034-10.45-9.046-15.676-.09-.224-.361-.397-.588-.244z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pavement-ends--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.663 1.44h.752l.046.049c.166.113.328.233.48.364.048.244.154.504.418.574l.044.022.019.138a.416.416 0 0 0 .263.421c.13.168.25.344.372.52.056.126.112.253.166.382l.034.144c.006.172.103.32.259.394l.044.032c.146.254.296.508.468.746.023.088.043.176.062.266.006.176.122.32.28.392.185.294.368.589.536.894l.031.155a.427.427 0 0 0 .258.391l.048.034c.138.252.293.494.433.745.116.204.252.397.383.594.072.169.148.336.2.512.011.174.11.328.271.401.185.292.37.584.538.888l.029.155a.436.436 0 0 0 .272.394c.164.252.31.516.473.77.143.289.307.568.475.842.116.202.242.398.365.598.143.289.307.568.474.844.115.199.242.391.37.584.037.085.074.172.109.258.143.239.301.469.433.714l.029.155c-.004.179.114.323.274.394.163.253.311.517.472.773.16.331.366.638.545.96l.031.152c0 .178.113.324.272.395.185.294.368.589.536.893l.031.152c0 .178.112.323.27.395.166.246.307.506.472.754v.335c.097.565-.264 1.151-.773 1.382l-.301.094c-1.718-.08-3.443-.026-5.162-.04-5.081.031-10.16-.001-15.24.008-.721.013-1.504.046-2.114-.408-.136-.142-.241-.307-.361-.461l-.048-.029v-.874l.084-.014c.088-.197.176-.392.271-.586.168-.248.313-.51.474-.763a.43.43 0 0 0 .274-.392l.03-.152c.179-.323.384-.63.547-.961.174-.276.337-.558.484-.85.174-.268.334-.545.474-.832.162-.254.31-.517.473-.772a.432.432 0 0 0 .272-.394l.03-.152c.18-.322.385-.629.547-.961.296-.47.547-.967.84-1.44.17-.274.332-.552.482-.836.037-.086.074-.173.113-.259.102-.156.208-.31.304-.469.185-.317.379-.626.54-.956.16-.256.31-.518.472-.773.16-.07.275-.214.272-.392l.029-.154c.181-.322.388-.629.55-.96.17-.274.334-.552.479-.839.151-.246.305-.492.43-.751l.03-.02c.169-.064.296-.212.289-.401l.025-.14.174-.372c.128-.197.26-.391.378-.594.166-.276.328-.554.472-.844.162-.256.31-.52.474-.773.157-.071.277-.212.27-.392l.026-.163c.186-.454.63-.701 1.055-.888m-.483 1.1C7.713 8.552 4.248 14.564.777 20.572c-.223.337-.215.835.097 1.116.334.35.857.217 1.286.245 6.679.017 13.361-.02 20.036.047.359 0 .787-.004 1.028-.317.258-.283.258-.713.053-1.026C19.761 14.595 16.25 8.551 12.731 2.51c-.144-.294-.462-.409-.744-.527-.32.095-.654.238-.806.559z"/><path fill="#fff" d="M11.141 5.624c.196-.334.352-.696.61-.99.191-.034.313.091.396.246 3.018 4.952 6.028 9.91 9.047 14.861.085.138.137.288.157.45-.286.179-.636.102-.954.119-5.605-.012-11.21-.006-16.816-.014-.209.025-.372-.113-.548-.197.202-.434.444-.847.679-1.264 2.476-4.404 4.954-8.806 7.429-13.211M3.44 19.991c2.65-.004 5.3.004 7.95.001.024-.349.032-.7.008-1.048-.062-1.252.073-2.503-.02-3.754.341-.006.683-.006 1.024-.006v4.81c2.832-.006 5.665.008 8.497-.007-2.404-3.947-4.8-7.898-7.222-11.834l-.23.268c.577.98 1.183 1.944 1.776 2.916-.941.006-1.882.001-2.821.002v2.798l-.989-.001c-.017-.932.001-1.865-.028-2.796-.871-.004-1.742.002-2.614-.004.552-.978 1.116-1.95 1.66-2.933a48.53 48.53 0 0 0-.283-.198c-2.25 3.92-4.465 7.86-6.708 11.785z"/><path fill="#a68f8e" d="M12.941 1.853c.199.137.401.316.418.574-.264-.07-.37-.33-.418-.574zM10.312 2.884c-.055-.18.089-.372.27-.392.007.18-.113.322-.27.392zM13.422 2.586c.151.078.334.227.263.421a.417.417 0 0 1-.263-.421zM14.256 4.052c.182.016.336.215.259.394a.446.446 0 0 1-.259-.394zM15.09 5.491c.185.017.335.209.28.392a.456.456 0 0 1-.28-.392zM8.5 6.007c-.001-.176.09-.383.289-.401.007.188-.12.337-.289.401zM15.937 6.932c.18.018.332.212.258.391a.428.428 0 0 1-.258-.391zM6.71 9.124c-.054-.181.09-.372.272-.392a.426.426 0 0 1-.272.392zM17.26 9.209c.184.022.332.217.271.401a.466.466 0 0 1-.271-.401zM18.097 10.652c.184.019.326.212.272.394-.158-.072-.274-.216-.272-.394zM3.11 15.365c-.055-.181.089-.373.272-.394a.434.434 0 0 1-.272.394zM21.097 15.811c.182.02.325.212.274.394-.16-.071-.277-.215-.274-.394zM22.418 18.09c.182.022.328.214.272.395a.434.434 0 0 1-.272-.395zM.829 19.324c-.054-.181.09-.372.274-.392a.43.43 0 0 1-.274.392zM23.258 19.53c.182.02.328.214.27.395a.437.437 0 0 1-.27-.395zM.409 22.05c.611.454 1.393.421 2.114.408 5.08-.01 10.159.023 15.24-.008 1.72.013 3.444-.041 5.162.04l.251.071H1.206a7.934 7.934 0 0 0-.46-.146c-.113-.121-.227-.241-.338-.364z"/><path fill="#da251d" d="M11.182 2.542c.152-.322.486-.464.806-.559.282.118.6.233.744.527 3.518 6.041 7.03 12.085 10.546 18.127.205.313.205.743-.053 1.026-.241.313-.67.317-1.028.317-6.676-.067-13.357-.03-20.036-.047-.43-.028-.953.106-1.286-.245-.312-.281-.32-.779-.097-1.116 3.472-6.008 6.936-12.02 10.405-18.03m-.042 3.082c-2.476 4.405-4.954 8.807-7.429 13.211-.235.416-.478.829-.679 1.264.176.084.34.222.548.197 5.605.008 11.21.002 16.816.014.318-.017.668.06.954-.119a1.106 1.106 0 0 0-.157-.45c-3.019-4.951-6.029-9.908-9.047-14.861-.083-.155-.205-.28-.396-.246-.258.294-.414.656-.61.99z"/><path d="M3.44 19.991c2.243-3.925 4.458-7.865 6.708-11.785l.283.198c-.544.983-1.108 1.955-1.66 2.933.871.006 1.742 0 2.614.004.029.931.011 1.864.028 2.796l.989.001V11.34c.94-.001 1.88.004 2.821-.002-.593-.972-1.199-1.936-1.776-2.916.058-.066.173-.2.23-.268 2.422 3.936 4.818 7.888 7.222 11.834-2.832.016-5.665.001-8.497.007v-4.81c-.341 0-.683 0-1.024.006.094 1.25-.042 2.502.02 3.754a7.64 7.64 0 0 1-.008 1.048c-2.65.002-5.3-.005-7.95-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pavement-ends--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.899 1.5h.167c.522.092.71.63.954 1.028 3.583 6.218 7.175 12.432 10.76 18.648.077.14.151.282.22.427v.337a.879.879 0 0 1-.659.559H.779c-.433-.006-.841-.373-.763-.827.116-.4.368-.739.566-1.1 3.456-5.986 6.913-11.971 10.366-17.96.257-.413.436-.959.952-1.112M3.098 20.395h17.82c-2.971-5.143-5.939-10.288-8.911-15.431-2.97 5.143-5.941 10.286-8.909 15.431z"/><path fill="#fff" d="M3.098 20.395c2.968-5.144 5.939-10.288 8.909-15.431 2.972 5.143 5.94 10.288 8.911 15.431H3.098m6.634-10.134a.714.714 0 0 0 .401.347.658.658 0 0 0 .077-.588 5.624 5.624 0 0 0-.478.241m.776-.288c.049.143.12.274.214.391.1-.061.197-.126.292-.196a7.744 7.744 0 0 0-.505-.196m.611.516c.157.028.353.27.497.113.058-.172.134-.404-.01-.554-.284-.079-.352.271-.487.442m.804-.35c.104.14.217.272.338.396.146-.108.138-.29.155-.451-.166.008-.33.024-.493.055m.851.127c.144.101.557.307.566.002-.054-.336-.426-.179-.566-.002m.864-.18c.025.162.059.323.103.482.15.024.3.04.452.046.013-.164.07-.338-.006-.496-.181-.035-.366-.03-.55-.032m-3.181.548l-.079.335c.149.054.299.138.462.097.032-.134.05-.27.056-.407-.088-.212-.288-.054-.439-.025m2.217-.058a21.63 21.63 0 0 0-.018.364c.133.032.266.064.402.09a49.95 49.95 0 0 1-.006-.39l-.378-.064m-.728.122c-.347.136.222.545.284.277.136-.184-.16-.25-.284-.277m1.423.242c.056.194.292.11.406.023.023-.208-.224-.248-.341-.362-.02.112-.148.228-.065.34m-3.601.501c.143.04.286.074.431.108.167-.274.091-.626-.223-.749-.229.133-.168.42-.208.641m1.436-.505l.068.376c.106-.038.211-.073.313-.119-.046-.186-.216-.228-.382-.257m2.723.111c-.025.264.016.524.254.678.188-.253.175-.805-.254-.678m-1.614.252c.06.23.083.586.412.554.293-.107.103-.449-.048-.594-.122.007-.244.02-.364.04m.785.02c.046.347.224.707.626.71.1-.25.024-.494-.089-.724-.179.002-.359.006-.538.013m-2.457.428a.49.49 0 0 0 .445.103c.073-.258-.102-.448-.299-.587-.064.152-.254.307-.146.484m.837.197c-.04.284.436.379.583.188.208-.187.048-.467.024-.694-.324-.076-.653.154-.607.505m-1.593.302c.22.242.523.01.695-.172-.095-.112-.181-.23-.289-.33-.248-.034-.65.263-.406.502m.886-.141c.038.204-.01.514.257.575.203.121.33-.149.462-.252-.203-.18-.442-.316-.719-.323m2.241.026c-.218.187.05.556.272.36.24-.145-.07-.512-.272-.36m.652.264c.097.222.404.113.593.128l-.005-.335c-.215-.011-.529-.079-.588.206m-1.844.199c.193.481 1.087.188.817-.348-.284.084-.568.184-.817.348m-1.542.012c-.233.132.024.569.275.397.312-.128-.065-.541-.275-.397m-.513.098c-.131.182.005.368.077.541.106-.161.292-.59-.077-.541m1.486.296c-.095.382.445.479.593.152-.112-.208-.414-.412-.593-.152m1.445.087l.25.239c.23-.025.398-.143.392-.395-.241-.059-.479-.05-.642.156m.856.175c.18.103.407.27.613.127.264-.077.139-.535-.124-.488-.258-.064-.379.181-.49.361m-1.585.15c-.029.214.238.272.395.314.082-.095.148-.202.217-.306a22.885 22.885 0 0 0-.323-.376c-.108.11-.282.192-.289.367m-2.159.504c.146-.024.331.024.44-.103.132-.215-.09-.401-.179-.58-.265.138-.331.408-.262.683m.81-.213c.212.06.385-.088.556-.186-.133-.11-.266-.373-.475-.254-.203.034-.169.312-.08.44m2.069.05c-.002.054-.01.164-.012.22.275.13.942.098.835-.318-.25-.258-.565-.001-.823.098m-1.403-.009c-.306.054-.095.461.128.457.238.067.443-.04.595-.214-.154-.266-.437-.407-.724-.244m2.286.51c.206.086.425.142.652.126.004-.215.155-.502-.076-.649-.328-.091-.466.294-.576.523m-3.356-.186c.102.354.491.404.806.35a2.417 2.417 0 0 0-.246-.42c-.19-.06-.379.025-.56.07m2.22.33l.14-.322a6.511 6.511 0 0 0-.36-.112c-.102.199.043.35.22.433m-2.658-.162c-.109.175.184.373.308.212.109-.173-.185-.373-.308-.212m3.098.072c.013.166.342.226.352.032-.03-.158-.343-.242-.352-.032m-3.134.335v4.96l4.544.001v-4.961H9.736z"/><path fill="#fff" d="M11.848 15.538h.32v1.331l-.32.001v-1.332zM11.848 17.777l.32.001v1.332h-.32v-1.333z"/><path d="M9.732 10.261c.155-.088.314-.169.478-.241a.654.654 0 0 1-.077.588.714.714 0 0 1-.401-.347zM10.508 9.973c.17.059.34.125.505.196-.095.07-.192.134-.292.196a1.318 1.318 0 0 1-.214-.391zM11.12 10.488c.136-.17.203-.521.487-.442.144.15.067.383.01.554-.144.157-.34-.085-.497-.113zM11.924 10.139c.163-.031.328-.047.493-.055-.017.161-.008.343-.155.451a3.88 3.88 0 0 1-.338-.396zM12.775 10.266c.14-.176.512-.334.566.002-.01.305-.422.098-.566-.002zM13.639 10.086c.184.002.368-.002.55.032.076.157.019.331.006.496a3.803 3.803 0 0 1-.452-.046 4.266 4.266 0 0 1-.103-.482zM10.457 10.634c.151-.029.352-.187.439.025a2.166 2.166 0 0 1-.056.407c-.163.041-.313-.043-.462-.097l.079-.335zM12.674 10.576c.126.02.252.042.378.064l.006.39c-.136-.026-.269-.058-.402-.09l.018-.364zM11.946 10.698c.125.028.42.094.284.277-.062.268-.631-.142-.284-.277zM13.369 10.94c-.083-.112.044-.228.065-.34.116.114.364.155.341.362-.114.088-.349.172-.406-.023zM9.768 11.442c.04-.221-.022-.508.208-.641.314.122.39.475.223.749a10.437 10.437 0 0 1-.431-.108zM11.204 10.937c.166.029.336.071.382.257-.102.046-.208.08-.313.119a27.187 27.187 0 0 1-.068-.376zM13.926 11.048c.43-.127.443.425.254.678-.239-.154-.28-.414-.254-.678zM12.312 11.3c.12-.019.241-.032.364-.04.151.145.341.487.048.594-.329.031-.352-.324-.412-.554zM13.097 11.32c.179-.007.359-.011.538-.013.113.229.188.474.089.724-.402-.004-.581-.364-.626-.71zM10.639 11.747c-.108-.176.083-.331.146-.484.197.139.372.329.299.587a.49.49 0 0 1-.445-.103zM11.476 11.944c-.046-.352.283-.581.607-.505.024.227.184.506-.024.694-.148.191-.623.096-.583-.188zM9.883 12.245c-.245-.239.157-.535.406-.502.108.1.194.218.289.33-.172.181-.475.414-.695.172zM10.769 12.104c.277.007.516.143.719.323-.132.103-.259.373-.462.252-.266-.061-.218-.371-.257-.575zM13.01 12.13c.203-.152.512.215.272.36-.222.196-.491-.173-.272-.36zM13.662 12.394c.059-.286.373-.217.588-.206l.005.335c-.188-.016-.496.094-.593-.128zM11.818 12.592c.25-.164.533-.264.817-.348.27.536-.624.829-.817.348zM10.276 12.604c.21-.144.587.269.275.397-.251.172-.508-.265-.275-.397zM9.763 12.702c.368-.049.182.38.077.541-.072-.173-.208-.359-.077-.541zM11.249 12.998c.179-.259.481-.055.593.152-.148.326-.688.229-.593-.152zM12.694 13.085c.163-.206.401-.215.642-.156.006.252-.162.37-.392.395l-.25-.239zM13.55 13.26c.11-.18.232-.425.49-.361.263-.047.388.412.124.488-.206.143-.433-.024-.613-.127zM11.964 13.41c.007-.175.181-.257.289-.367.109.124.217.25.323.376-.07.104-.136.211-.217.306-.157-.042-.424-.101-.395-.314zM9.805 13.913c-.07-.275-.004-.545.262-.683.089.179.311.365.179.58-.109.127-.294.079-.44.103zM10.614 13.7c-.089-.128-.122-.407.08-.44.209-.119.342.144.475.254-.17.098-.343.246-.556.186zM12.684 13.75c.258-.1.574-.356.823-.098.107.416-.56.448-.835.318l.012-.22zM11.281 13.741c.287-.163.57-.023.724.244-.152.174-.358.281-.595.214-.223.004-.434-.403-.128-.457zM13.566 14.25c.11-.229.248-.614.576-.523.23.148.079.434.076.649a1.434 1.434 0 0 1-.652-.126zM10.21 14.064c.181-.044.371-.13.56-.07.1.128.174.275.246.42-.316.054-.704.004-.806-.35zM12.43 14.394c-.176-.083-.322-.234-.22-.433.121.034.241.071.36.112-.036.08-.106.241-.14.322zM9.772 14.231c.124-.161.418.04.308.212-.125.161-.418-.037-.308-.212zM12.87 14.303c.008-.21.322-.126.352.032-.01.193-.338.133-.352-.032zM9.736 14.638h4.544v4.961l-4.544-.001v-4.96m2.112.9v1.332l.32-.001v-1.331h-.32m0 2.239v1.333h.32v-1.332l-.32-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pavement-ends--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ecd21c" d="M11.933 0h.283c.434.044.853.223 1.154.544 3.373 3.347 6.739 6.7 10.111 10.046.206.202.388.43.518.688v1.412a2.516 2.516 0 0 1-.498.72c-3.137 3.145-6.264 6.302-9.398 9.45-.416.41-.793.884-1.333 1.14h-1.448a2.517 2.517 0 0 1-.509-.37C7.365 20.194 3.909 16.765.458 13.333c-.257-.247-.372-.59-.458-.925v-.378c.055-.493.282-.958.638-1.303C3.967 7.374 7.298 4.025 10.629.675a2.25 2.25 0 0 1 1.303-.674m-.365.537c-.301.102-.553.307-.773.532-3.157 3.162-6.301 6.336-9.456 9.499-.28.288-.594.563-.755.94-.241.544-.155 1.236.27 1.664 3.391 3.376 6.786 6.746 10.177 10.12.598.588 1.634.492 2.194-.101 3.151-3.172 6.305-6.342 9.458-9.511.352-.361.778-.696.928-1.199a1.531 1.531 0 0 0-.403-1.6c-3.329-3.314-6.656-6.63-9.992-9.937a1.548 1.548 0 0 0-1.648-.407z"/><path fill="#ecd21c" d="M11.82 1.28c.331-.139.683.022.902.277 3.307 3.293 6.625 6.574 9.926 9.872.377.311.305.908-.04 1.214-3.314 3.328-6.625 6.66-9.937 9.989-.292.325-.857.384-1.158.038-3.348-3.329-6.696-6.658-10.046-9.984-.358-.316-.275-.896.065-1.193 3.24-3.28 6.503-6.536 9.748-9.811.161-.156.324-.326.54-.403m.803 3.675c.067.068.067.068 0 0m-2.134.21c.016.16.198.294.334.366.307-.114-.152-.506-.334-.366m2.29.147c.076.072.076.072 0 0m-2.317.118c.074.066.074.066 0 0m1.749.165c.181.055.362.109.546.155-.042-.122-.128-.172-.259-.148.018-.289-.269-.186-.287-.007m-.801-.042c-.065.194.001.26.199.199.064-.194-.002-.26-.199-.199m-.705.116c.065.068.065.068 0 0m2.179-.003l-.136.326c.16.017.271-.048.336-.193l.236.038-.437-.172m-2.405.155c-.158.086-.056.458.127.296.106-.094.055-.433-.127-.296m1.361.021c-.139.137.09.368.224.217.145-.139-.092-.355-.224-.217m.546.07c.061.071.061.071 0 0m-1.938.385c-.196.347.403.024 0 0m.365-.018c-.204.04-.043.3.11.235.212-.041.046-.306-.11-.235m.577-.012c-.06.35.352.362.535.169l.056.164.025-.226a18.81 18.81 0 0 1-.475.008l.095-.161-.236.044m.895-.003c-.124.149.124.361.244.198.131-.148-.125-.364-.244-.198m-1.099.137c.073.066.073.066 0 0m2.526.111c.053.077.053.077 0 0m-3.254.123c-.179.048-.274.42-.043.455.154-.066.174-.367.043-.455m2.027.131c-.182.128.044.412.211.268.182-.126-.044-.412-.211-.268m-1.064.108c-.227.035-.115.401.091.335.2-.056.104-.378-.091-.335m1.81-.012c-.181.353.404.016 0 0m-.964.258l-.139.179c.078.155.214.302.182.49l.236-.025.064.286c.236-.005.198-.262.202-.424-.131.054-.283.097-.42.035l-.097-.278.3.02-.328-.282m.594.013c-.221.157.109.474.259.252.138-.16-.103-.38-.259-.252m-2.641.225c.073.062.073.062 0 0m.593-.035c-.049.224.172.349.288.503.02-.224.067-.65-.288-.503m-.296.314c-.17.167-.095.467.173.427.01-.133.047-.481-.173-.427m2.523-.003c.059.12.142.223.223.328l-.223.018.181.246c.208-.062.176-.217.059-.36l.032-.229-.272-.002m-1.992.347c-.058.166-.001.226.168.18.055-.166-.001-.226-.168-.18m.391-.006c-.046.24.329.367.348.079-.088-.188-.204-.215-.348-.079m-.848.221c.067.065.067.065 0 0m1.572-.004c-.223.02-.2.445.046.352.21-.05.21-.426-.046-.352m1.41-.016c-.242.04-.143.438.086.366.198-.064.133-.42-.086-.366m-3.488.137l.05.288.343-.086c-.019-.235-.218-.209-.394-.202m.541.323c.336.134.366-.1.335-.35a4.1 4.1 0 0 0-.335.35m2.007-.328c-.137.166.156.35.258.172.115-.158-.152-.329-.258-.172m-1.322.1c.074.07.074.07 0 0m1.4.643c.058-.37-.391-.365-.484-.07-.203-.089-.413-.295-.575-.012l.223.136c.402-.07.816-.016 1.218-.091a23.859 23.859 0 0 1-.032-.467l.145-.053c-.311.023-.233.446-.496.557m-3.557-.416c.014.403.352-.191 0 0m4.195.259c.163.096.294.232.42.368-.534-.072-1.072.006-1.608-.007l.01.574-.323-.004.011-.574c-.259 0-.517-.013-.773-.046-.194.05-.392.035-.586-.008a28.21 28.21 0 0 1-.508.072c-.414 2.706-.838 5.411-1.253 8.117.997-.001 1.994.002 2.99-.002.016-.625.036-1.252.054-1.877l.449-.004c.022.626.04 1.253.055 1.879.996.007 1.993.001 2.99.004-.413-2.69-.832-5.381-1.247-8.071-.419-.106.038-.439.139-.644l-.335.011c.042.149.002.247-.119.295l-.103-.295a.387.387 0 0 0-.265.212m-3.776-.061l-.09.119c-.187.114.095.15.103.26-.186.046-.38.038-.57.048-.637 2.707-1.265 5.417-1.902 8.123.437.004.875.002 1.313.006.466-2.692.965-5.378 1.391-8.076-.092-.15-.382-.542.019-.523-.088.016-.176.029-.264.043m.394-.053l.142.185-.166.12.433.037c.034-.27-.224-.286-.409-.342m.752.02c-.186.114.013.419.191.286.184-.115-.014-.418-.191-.286m.582-.022c-.163.047-.16.318.004.362.24.037.241-.416-.004-.362m2.935.248c.016.433.08.862.162 1.286.412 2.357.822 4.715 1.232 7.074h1.312c-.628-2.718-1.261-5.435-1.906-8.149a3.195 3.195 0 0 0-.655.061 8.199 8.199 0 0 0-.024-.383l-.121.11M9.048 9.02c.056.398.331-.227 0 0z"/><path fill="#ecd21c" d="M11.84 10.328l.331-.004c.008.294.016.588.022.883h-.371c.005-.293.011-.587.018-.88zM11.839 12.24l.346.023c.002.448.016.894.037 1.34l-.422.019c.01-.461.023-.922.04-1.382z"/><path d="M11.567.538a1.548 1.548 0 0 1 1.648.407c3.336 3.307 6.664 6.623 9.992 9.937a1.53 1.53 0 0 1 .403 1.6c-.15.503-.576.838-.928 1.199-3.154 3.169-6.307 6.34-9.458 9.511-.559.593-1.596.689-2.194.101C7.639 19.92 4.244 16.549.853 13.173c-.425-.428-.511-1.121-.27-1.664.161-.377.475-.652.755-.94 3.155-3.163 6.299-6.337 9.456-9.499.22-.224.472-.43.773-.532m.253.742c-.216.077-.379.247-.54.403-3.245 3.275-6.508 6.532-9.748 9.811-.34.296-.422.877-.065 1.193 3.35 3.326 6.698 6.655 10.046 9.984.301.346.866.287 1.158-.038 3.312-3.329 6.623-6.661 9.937-9.989.344-.306.416-.904.04-1.214-3.301-3.299-6.619-6.58-9.926-9.872-.22-.256-.571-.416-.902-.277zM12.623 4.954c.067.068.067.068 0 0z"/><path d="M10.489 5.164c.181-.14.641.252.334.366-.136-.072-.318-.206-.334-.366zM12.779 5.311c.076.072.076.072 0 0zM10.462 5.429c.074.066.074.066 0 0zM12.211 5.594c.018-.179.305-.282.287.007.131-.024.217.025.259.148-.184-.046-.365-.1-.546-.155zM11.41 5.552c.197-.061.263.005.199.199-.198.061-.264-.005-.199-.199zM10.705 5.668c.065.068.065.068 0 0zM12.884 5.665l.437.172-.236-.038c-.065.145-.176.21-.336.193.044-.109.09-.217.136-.326zM10.478 5.819c.182-.137.233.203.127.296-.184.162-.286-.21-.127-.296zM11.839 5.84c.132-.138.37.078.224.217-.134.151-.364-.08-.224-.217zM12.385 5.91c.061.071.061.071 0 0zM10.447 6.295c.403.024-.196.347 0 0zM10.812 6.277c.156-.071.323.194.11.235-.154.065-.314-.196-.11-.235zM11.389 6.265l.236-.044-.095.161c.158-.001.317-.004.475-.008l-.025.226-.056-.164c-.184.193-.595.181-.535-.169zM12.284 6.26c.119-.166.374.05.244.198-.12.163-.367-.049-.244-.198zM11.185 6.397c.073.066.073.066 0 0zM13.711 6.508c.053.077.053.077 0 0zM10.457 6.631c.131.088.11.389-.043.455-.23-.035-.136-.407.043-.455zM12.484 6.762c.167-.144.394.142.211.268-.167.144-.394-.139-.211-.268zM11.42 6.87c.196-.043.292.278.091.335-.206.066-.318-.3-.091-.335zM13.23 6.858c.404.016-.181.353 0 0zM12.266 7.116l.328.282-.3-.02.097.278c.137.062.289.019.42-.035-.004.162.035.419-.202.424l-.064-.286-.236.025c.031-.187-.104-.335-.182-.49l.139-.179zM12.86 7.13c.156-.128.397.092.259.252-.15.222-.48-.095-.259-.252zM10.219 7.355c.073.062.073.062 0 0zM10.812 7.32c.355-.148.308.278.288.503-.116-.154-.337-.278-.288-.503zM10.516 7.634c.22-.054.182.294.173.427-.268.04-.343-.26-.173-.427zM13.039 7.631l.272.002-.032.229c.118.143.149.298-.059.36l-.181-.246.223-.018c-.082-.104-.164-.208-.223-.328zM11.047 7.979c.167-.046.223.014.168.18-.169.046-.226-.014-.168-.18zM11.438 7.973c.144-.136.26-.109.348.079-.019.288-.394.161-.348-.079zM10.59 8.194c.067.065.067.065 0 0zM12.162 8.19c.256-.074.256.301.046.352-.246.094-.269-.331-.046-.352zM13.572 8.174c.22-.054.284.302.086.366-.229.072-.329-.326-.086-.366zM10.084 8.311c.175-.007.374-.034.394.202l-.343.086-.05-.288zM10.624 8.634c.104-.124.216-.24.335-.35.031.251.001.485-.335.35zM12.631 8.306c.106-.157.373.013.258.172-.102.179-.395-.006-.258-.172zM11.309 8.406c.074.07.074.07 0 0z"/><path d="M12.709 9.049c.263-.11.185-.534.496-.557l-.145.053c.01.156.02.312.032.467-.402.076-.816.022-1.218.091l-.223-.136c.162-.283.372-.077.575.012.092-.295.541-.3.484.07zM9.151 8.633c.352-.191.014.403 0 0z"/><path d="M13.346 8.892a.384.384 0 0 1 .265-.212l.103.295c.121-.048.161-.146.119-.295l.335-.011c-.101.205-.558.539-.139.644.415 2.69.834 5.381 1.247 8.071-.997-.002-1.994.004-2.99-.004a235.68 235.68 0 0 0-.055-1.879l-.449.004c-.018.625-.038 1.252-.054 1.877-.996.005-1.993.001-2.99.002.415-2.706.839-5.411 1.253-8.117.169-.023.338-.046.508-.072.193.043.391.059.586.008.256.032.514.046.773.046l-.011.574.323.004a54.938 54.938 0 0 0-.01-.574c.536.013 1.074-.065 1.608.007a1.893 1.893 0 0 0-.42-.368m-1.508 1.436c-.007.293-.013.587-.018.88h.371a86 86 0 0 0-.022-.883l-.331.004m-.001 1.911c-.017.461-.03.922-.04 1.382l.422-.019a29.923 29.923 0 0 1-.037-1.34l-.346-.023zM9.568 8.831l.264-.043c-.401-.019-.112.373-.019.523-.426 2.698-.925 5.384-1.391 8.076-.438-.004-.876-.002-1.313-.006.637-2.706 1.265-5.416 1.902-8.123.19-.01.384-.002.57-.048-.008-.11-.29-.146-.103-.26l.09-.119zM9.962 8.778c.185.056.443.072.409.342l-.433-.037.166-.12-.142-.185z"/><path d="M10.714 8.798c.176-.132.374.17.191.286-.178.133-.377-.172-.191-.286zM11.296 8.776c.245-.054.244.4.004.362-.163-.044-.167-.316-.004-.362zM14.231 9.024l.121-.11c.011.127.019.256.024.383.216-.043.434-.064.655-.061.644 2.714 1.278 5.431 1.906 8.149h-1.312l-1.232-7.074a8.436 8.436 0 0 1-.162-1.286zM9.048 9.02c.331-.227.056.398 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.422 1.594c.26-.169.583-.138.878-.118l.107.067c-.301-.004-.631-.064-.906.092-.368.197-.529.61-.787.916.167-.359.341-.76.708-.958zM10.404 3.078a.502.502 0 0 1 .304-.468c-.047.178-.103.407-.304.468zM13.764 3.443c.18.065.284.197.311.396l-.012.091a.984.984 0 0 1-.299-.487zM9.452 4.763c.011-.192.067-.451.292-.491-.007.202-.155.359-.292.491zM8.12 6.943a.542.542 0 0 1 .31-.389c-.037.186-.131.388-.307.478l-.002-.089zM11.566 8.107c.553-.157 1.126.409.967.964-.113.589-.932.817-1.342.384-.454-.402-.218-1.236.374-1.348zM16.418 7.988c.196.09.316.29.293.506a.796.796 0 0 1-.293-.506zM6.8 9.308c.019-.192.096-.436.318-.469-.065.176-.132.385-.318.469zM11.318 10.368c.248-.42.803-.545 1.24-.373.446.308.848.678 1.278 1.009.199.169.448.347.48.628.018.396.023.794-.004 1.189-.096.325-.403.502-.708.588-.02-.545-.008-1.091-.012-1.636-.208-.186-.415-.373-.626-.556-.002.745-.001 1.492-.001 2.238h-1.626l.001-1.788c-.356.499-.691 1.014-1.044 1.516-.21.302-.656.342-.954.145.659-.986 1.313-1.976 1.976-2.96zM17.732 10.273c.2.085.323.287.3.505a.848.848 0 0 1-.3-.505zM5.47 11.592c-.038-.211.143-.372.308-.463-.058.172-.108.403-.308.463zM19.058 12.565c.222.032.269.293.287.476-.122-.13-.308-.282-.287-.476zM4.168 13.894a.486.486 0 0 1 .3-.504.859.859 0 0 1-.3.504zM9.167 17.766c.718-1.391 1.549-2.724 2.231-4.133.503-.002 1.007.002 1.51-.005.452.984 1.033 1.903 1.495 2.884.102-.113.32-.258.4-.04.332.928.647 1.861.972 2.791-.595.005-1.19-.011-1.786-.008-.116-.692-.251-1.382-.352-2.077.18.301.342.612.508.922.242-.187.532-.365.631-.673.104-.295-.025-.602-.139-.872a9.727 9.727 0 0 0-.126.222c.361.33-.01.839-.274 1.103-.708-1.249-1.378-2.521-2.072-3.779-.641 1.118-1.264 2.248-1.897 3.37-.21.384-.724.428-1.1.296zM20.369 14.827c.2.085.322.287.301.505a.84.84 0 0 1-.301-.505zM2.839 16.15c.017-.191.096-.433.316-.464-.062.175-.13.384-.316.464zM5.36 19.248l1.7-2.848 1.333-.001c-.419.95-.84 1.9-1.261 2.85-.59-.002-1.181 0-1.772-.001z"/><path d="M9.186 16.4l.541-.001c-.263.478-.529.953-.788 1.432.412.235.896.221 1.314.007-.097.47-.182.944-.271 1.418l-1.756-.001c.32-.952.638-1.903.96-2.855zM11.108 19.248c.082-.953.164-1.904.248-2.856h1.283l.271 2.856h-1.802zM15.602 16.392h1.307c.581.956 1.164 1.912 1.74 2.872h-1.757c-.427-.959-.86-1.914-1.29-2.872zM21.694 17.114c.223.038.28.296.292.488-.138-.131-.286-.288-.292-.488zM1.535 18.437c.014-.194.076-.451.3-.494-.011.203-.162.361-.3.494zM23.01 19.388a.563.563 0 0 1 .312.487c-.204-.07-.262-.304-.312-.487zM.19 20.724c0-.216.121-.409.319-.496a.744.744 0 0 1-.319.496zM23.942 21.028L24 20.79v.924c-.19.488-.66.863-1.199.823H1.197c-.464.035-.868-.252-1.118-.622l-.018-.178c.168.211.31.464.558.592.358.198.782.124 1.172.138 6.803-.004 13.604-.004 20.406 0 .48-.005 1.039.072 1.415-.3.33-.283.35-.739.33-1.14z"/><path fill="#fff" d="M11.501 1.636c.275-.156.605-.096.906-.092.503.281.744.823 1.014 1.302.017.198.114.388.305.468l.038.13c.042.191.16.354.299.487.172.324.372.634.532.965.064.211.155.425.336.563l.048.044c.445.826.937 1.627 1.397 2.444l.043.042a.794.794 0 0 0 .293.506l.05.097c.308.569.642 1.124.971 1.681.042.197.138.38.3.505.312.596.668 1.168 1.003 1.751l.023.036c-.022.194.164.347.287.476.318.608.677 1.194 1.024 1.786a.84.84 0 0 0 .301.505c.32.606.677 1.192 1.024 1.782.006.2.154.358.292.488l.055.107c.31.568.641 1.122.97 1.679.05.184.108.418.312.487.161.407.422.763.62 1.152.02.401 0 .857-.33 1.14-.376.372-.935.295-1.415.3-6.802-.004-13.603-.004-20.406 0-.39-.014-.815.06-1.172-.138-.248-.127-.39-.38-.558-.592a2.04 2.04 0 0 1 .128-1.014c.178-.109.278-.296.319-.496.346-.595.707-1.182 1.026-1.792.138-.133.289-.292.3-.494l.004-.02c.337-.588.725-1.152 1.001-1.772.186-.08.253-.289.316-.464l.037-.082c.318-.575.672-1.128.976-1.71a.859.859 0 0 0 .3-.504c.342-.569.662-1.15 1.006-1.717l-.004-.08c.2-.06.251-.292.308-.463.338-.608.737-1.186 1.022-1.82.186-.084.253-.293.318-.469.308-.617.722-1.177 1.004-1.807.176-.09.27-.292.307-.478l.008-.028c.346-.584.697-1.164 1.014-1.764.137-.132.284-.289.292-.491.228-.392.492-.77.66-1.194.2-.061.257-.29.304-.468l.122-.085a6.222 6.222 0 0 0-.116.026c.258-.306.419-.719.787-.916m.272.311c-.34.119-.481.484-.658.766C7.607 8.789 4.084 14.858.573 20.934c-.359.462.034 1.199.619 1.135 7.205.005 14.412.005 21.618 0 .569.062.971-.647.631-1.109-3.572-6.191-7.162-12.372-10.738-18.559-.163-.338-.547-.599-.93-.455z"/><path fill="#fff" d="M11.844 5.723c.04-.095.206-.322.263-.088l8.279 14.305c-5.59.007-11.179.004-16.769.002 2.741-4.741 5.489-9.478 8.227-14.22m-.278 2.385c-.593.112-.828.946-.374 1.348.409.433 1.229.205 1.342-.384.158-.554-.414-1.121-.967-.964m-.249 2.261c-.664.984-1.318 1.974-1.976 2.96.298.197.744.157.954-.145.353-.502.688-1.016 1.044-1.516l-.001 1.788h1.626c0-.746-.001-1.493.001-2.238.211.182.419.37.626.556.004.545-.008 1.091.012 1.636.305-.086.612-.263.708-.588.026-.395.022-.793.004-1.189-.032-.281-.281-.458-.48-.628-.43-.331-.832-.701-1.278-1.009-.437-.172-.991-.047-1.24.373m-2.151 7.398c.377.132.89.088 1.1-.296.634-1.122 1.256-2.251 1.897-3.37.695 1.258 1.364 2.53 2.072 3.779.264-.264.635-.773.274-1.103.041-.074.083-.149.126-.222.114.27.244.577.139.872-.1.308-.389.486-.631.673-.166-.31-.328-.62-.508-.922.101.695.235 1.385.352 2.077.595-.002 1.19.013 1.786.008-.325-.93-.64-1.864-.972-2.791-.079-.218-.298-.073-.4.04-.462-.98-1.043-1.9-1.495-2.884-.503.007-1.007.002-1.51.005-.682 1.409-1.513 2.742-2.231 4.133M5.36 19.248c.592.001 1.182-.001 1.772.001.421-.95.842-1.9 1.261-2.85L7.06 16.4c-.568.948-1.134 1.897-1.7 2.848M9.186 16.4c-.322.952-.64 1.903-.96 2.855l1.756.001c.089-.474.174-.948.271-1.418-.418.214-.902.228-1.314-.007.259-.479.526-.954.788-1.432l-.541.001m1.922 2.848h1.802l-.271-2.856h-1.283a890.79 890.79 0 0 0-.248 2.856m4.494-2.856c.43.958.863 1.913 1.29 2.872h1.757c-.576-.96-1.159-1.915-1.74-2.872h-1.307z"/><path fill="#c1121c" d="M11.774 1.946c.383-.144.767.116.93.455 3.576 6.187 7.165 12.368 10.738 18.559.34.462-.062 1.171-.631 1.109-7.206.005-14.413.005-21.618 0-.586.064-.978-.673-.619-1.135C4.085 14.858 7.608 8.789 11.117 2.712c.176-.282.318-.647.658-.766m.069 3.777c-2.738 4.742-5.486 9.479-8.227 14.22 5.59.001 11.179.005 16.769-.002L12.107 5.636c-.056-.234-.223-.007-.263.088zM13.421 2.845a.535.535 0 0 1 .305.468c-.191-.08-.288-.27-.305-.468zM14.594 4.895a.53.53 0 0 1 .336.563c-.181-.138-.272-.352-.336-.563z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g10" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.848 0h.26c.3.049.582.185.792.407 3.547 3.542 7.088 7.091 10.636 10.633.227.217.395.491.464.799v.299c-.06.289-.199.559-.416.763-3.403 3.398-6.803 6.8-10.204 10.202-.362.352-.69.802-1.222.896h-.298c-.258-.061-.514-.163-.7-.358C7.736 20.22 4.316 16.795.892 13.374c-.352-.362-.799-.694-.893-1.225v-.274a1.51 1.51 0 0 1 .47-.841C3.993 7.512 7.517 3.989 11.037.463c.217-.232.497-.396.809-.464m-.165.287c-.217.083-.382.256-.548.412C7.618 4.225 4.088 7.737.575 11.268c-.4.355-.451 1.014-.05 1.39 3.456 3.47 6.924 6.93 10.381 10.399.305.31.628.694 1.102.7.448.029.743-.355 1.03-.636 3.337-3.343 6.674-6.686 10.018-10.024.276-.286.634-.556.701-.973.062-.355-.148-.68-.386-.922C19.854 7.674 16.327 4.154 12.807.628c-.283-.293-.719-.504-1.124-.341z"/><path fill="#fee011" d="M11.815.782c.269-.149.529.071.709.254 3.479 3.484 6.96 6.965 10.442 10.444.156.174.367.37.319.628-.161.344-.481.574-.736.846-3.338 3.341-6.683 6.677-10.016 10.022-.172.17-.373.394-.646.314-.266-.119-.444-.367-.654-.562-3.42-3.427-6.846-6.848-10.27-10.272-.136-.152-.308-.34-.228-.56.15-.313.434-.529.668-.775 3.203-3.196 6.398-6.398 9.601-9.593.265-.252.497-.55.809-.746M9.32 5.602a.72.72 0 0 0-.277.51c.679-.064 1.336-.259 2.003-.388l.001 2.596h1.921l.001-2.596c.656.101 1.3.367 1.967.353.102-.217-.125-.346-.248-.482-.894-.815-1.784-1.634-2.68-2.448-.9.814-1.792 1.637-2.688 2.455m2.259 3.463a5.347 5.347 0 0 0-3.319 1.722A5.314 5.314 0 0 0 6.892 14.4a5.296 5.296 0 0 0 1.367 3.508 5.331 5.331 0 0 0 3.985 1.765 5.324 5.324 0 0 0 4.002-1.865 5.293 5.293 0 0 0 1.274-3.77 5.321 5.321 0 0 0-2.366-4.115 5.322 5.322 0 0 0-3.575-.858z"/><path fill="#fee011" d="M11.215 9.545c1.007-.198 2.08-.098 3.013.335a4.927 4.927 0 0 1 2.741 3.246 4.903 4.903 0 0 1-.347 3.385 4.993 4.993 0 0 1-3.062 2.562c-1.295.364-2.744.192-3.888-.528a4.926 4.926 0 0 1-2.209-2.947 4.904 4.904 0 0 1 .581-3.836 4.932 4.932 0 0 1 3.172-2.216m-.837 1.55c-.611 1.35-1.224 2.7-1.834 4.051l1.585.752c.566-1.228 1.134-2.455 1.704-3.68-.19-.376-.38-.75-.574-1.123h-.882m1.239 0c.769 1.663 1.543 3.324 2.312 4.987l1.584-.76c-.674-1.411-1.357-2.819-2.036-4.228h-1.86m-3.44 5.158c.245.089.497.293.766.152.342.289.672.655 1.148.698.184.043.481-.155.299-.341-.296-.26-.608-.522-.755-.904-.408-.062-.767-.264-1.074-.534-.263.241-.316.595-.384.928m5.82.031c.04.343.256.613.46.878.239-.121.521-.211.632-.48.491-.047 1.126-.09 1.384-.582l-.05-.228c-.414-.088-.877.119-1.303-.054-.325.257-.718.392-1.122.466z"/><path d="M11.681.286c.406-.163.841.048 1.124.341 3.52 3.527 7.046 7.046 10.564 10.574.239.241.449.566.386.922-.067.418-.425.688-.701.973-3.343 3.337-6.68 6.68-10.018 10.024-.287.281-.582.665-1.03.636-.474-.006-.797-.39-1.102-.7C7.447 19.587 3.979 16.127.523 12.657c-.401-.376-.349-1.034.05-1.39C4.085 7.737 7.616 4.224 11.131.697c.167-.156.331-.329.548-.412m.136.497c-.312.197-.544.494-.809.746-3.203 3.194-6.398 6.397-9.601 9.593-.234.246-.518.462-.668.775-.08.221.092.408.228.56 3.424 3.424 6.85 6.845 10.27 10.272.21.194.388.443.654.562.272.079.474-.144.646-.314 3.334-3.346 6.678-6.682 10.016-10.022.254-.272.575-.502.736-.846.048-.258-.163-.454-.319-.628-3.482-3.479-6.964-6.96-10.442-10.444-.18-.184-.44-.403-.709-.254z"/><path d="M9.32 5.602c.896-.818 1.788-1.642 2.688-2.455.895.814 1.786 1.633 2.68 2.448.124.137.35.265.248.482-.667.014-1.31-.252-1.967-.353l-.001 2.596h-1.921l-.001-2.596c-.667.128-1.324.324-2.003.388a.72.72 0 0 1 .277-.51zM11.579 9.065a5.322 5.322 0 0 1 3.575.858 5.321 5.321 0 0 1 2.366 4.115 5.296 5.296 0 0 1-1.274 3.77 5.324 5.324 0 0 1-4.002 1.865A5.331 5.331 0 0 1 6.892 14.4a5.314 5.314 0 0 1 1.368-3.613 5.35 5.35 0 0 1 3.319-1.722m-.364.48a4.934 4.934 0 0 0-3.172 2.216 4.906 4.906 0 0 0-.581 3.836 4.926 4.926 0 0 0 2.209 2.947c1.144.72 2.593.892 3.888.528a4.99 4.99 0 0 0 3.062-2.562 4.909 4.909 0 0 0 .347-3.385 4.927 4.927 0 0 0-2.741-3.246c-.934-.433-2.006-.533-3.013-.335z"/><path d="M10.379 11.096h.882c.193.373.384.748.574 1.123-.57 1.225-1.138 2.453-1.704 3.68l-1.585-.752c.61-1.351 1.223-2.701 1.834-4.051zM11.617 11.096h1.86c.679 1.409 1.362 2.816 2.036 4.228l-1.584.76c-.769-1.663-1.543-3.324-2.312-4.987zM8.177 16.253c.068-.332.121-.686.384-.928.307.27.666.472 1.074.534.146.382.458.643.755.904.182.186-.115.384-.299.341-.476-.043-.806-.409-1.148-.698-.269.14-.521-.064-.766-.152zM13.997 16.283c.404-.073.797-.209 1.122-.466.426.173.889-.034 1.303.054l.05.228c-.258.492-.893.535-1.384.582-.112.269-.394.359-.632.48-.204-.265-.42-.535-.46-.878z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g11" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.855 0h.256c.332.047.63.218.86.458l10.567 10.571c.254.233.43.545.462.892v.133c-.024.358-.209.676-.468.914-3.546 3.539-7.085 7.085-10.628 10.627a1.434 1.434 0 0 1-.76.404h-.248a1.371 1.371 0 0 1-.804-.407C7.532 20.029 3.972 16.468.41 12.907a1.406 1.406 0 0 1-.409-.77v-.253c.043-.337.218-.634.467-.86L11.033.456c.221-.232.508-.394.823-.456m-.048.314c-.23.046-.407.212-.57.371C7.699 4.225 4.158 7.761.62 11.301c-.222.202-.368.496-.323.8.037.391.38.634.631.895 3.38 3.378 6.761 6.756 10.139 10.136.254.259.527.592.929.571.403.023.678-.308.934-.568 3.38-3.383 6.762-6.763 10.145-10.144.25-.259.588-.503.628-.89.043-.302-.1-.596-.319-.797-3.559-3.562-7.12-7.122-10.682-10.68-.223-.242-.56-.395-.893-.312z"/><path fill="#ffdb00" d="M11.814.787c.233-.126.474.036.626.208l10.261 10.261c.176.181.373.347.515.559.104.196.002.425-.154.558-3.588 3.581-7.168 7.169-10.754 10.751a.432.432 0 0 1-.612.005C8.106 19.545 4.524 15.953.933 12.37c-.154-.132-.253-.356-.154-.55.14-.214.34-.38.516-.563 3.421-3.419 6.84-6.84 10.26-10.26.078-.08.164-.15.258-.21m-.108 4.726l-.145 13.558c.295.001.589.002.884.001-.052-4.52-.097-9.041-.151-13.56l-.588.001M4.129 9.049c-.396 1.572-.792 3.144-1.183 4.718h1.472c.328-1.573.66-3.145.986-4.72l-1.276.001m2.564.001l-.776 4.718H7.39c.187-1.573.376-3.145.564-4.718-.42-.002-.841-.002-1.261 0m2.588-.001l-.394 4.72h1.474c.065-1.573.133-3.146.196-4.721l-1.276.001m4.163-.001c.062 1.573.131 3.146.194 4.721h1.474c-.13-1.573-.26-3.146-.392-4.72l-1.276-.001m2.601.002c.188 1.573.377 3.145.564 4.718h1.474l-.775-4.718c-.421-.002-.841-.002-1.262 0m2.549-.001c.325 1.574.658 3.146.986 4.721.491-.001.982 0 1.472-.002-.392-1.573-.788-3.145-1.183-4.717l-1.276-.001z"/><path d="M11.808.314c.332-.083.67.07.893.312 3.563 3.558 7.123 7.118 10.682 10.68.22.2.362.494.319.797-.04.388-.378.631-.628.89-3.383 3.38-6.764 6.761-10.145 10.144-.256.259-.53.59-.934.568-.402.02-.674-.312-.929-.571-3.378-3.38-6.758-6.758-10.139-10.136-.251-.262-.594-.504-.631-.895-.046-.305.101-.599.323-.8C4.157 7.763 7.698 4.227 11.237.687c.163-.158.34-.325.57-.371m.007.471c-.094.06-.18.13-.258.21-3.42 3.42-6.839 6.841-10.26 10.26-.176.182-.376.349-.516.563-.1.193 0 .418.154.55 3.59 3.583 7.172 7.175 10.763 10.759a.431.431 0 0 0 .612-.005c3.587-3.582 7.166-7.17 10.754-10.751.156-.133.258-.362.154-.558-.142-.212-.338-.378-.515-.559L12.441.995c-.152-.172-.394-.334-.626-.208z"/><path d="M11.705 5.513l.588-.001c.054 4.519.1 9.04.151 13.56-.295.001-.589 0-.884-.001l.145-13.558zM4.129 9.049l1.276-.001c-.326 1.574-.659 3.146-.986 4.72H2.947c.391-1.574.787-3.146 1.183-4.718zM6.692 9.049c.42-.002.841-.002 1.261 0-.188 1.573-.377 3.145-.564 4.718H5.915l.776-4.718zM9.281 9.048l1.276-.001c-.062 1.574-.131 3.148-.196 4.721H8.887l.394-4.72zM13.444 9.047l1.276.001c.132 1.573.263 3.146.392 4.72h-1.474c-.064-1.574-.132-3.148-.194-4.721zM16.045 9.049c.421-.002.841-.002 1.262 0l.775 4.718h-1.474c-.187-1.573-.376-3.145-.564-4.718zM18.595 9.048l1.276.001c.395 1.572.791 3.144 1.183 4.717-.491.002-.982.001-1.472.002-.329-1.574-.661-3.146-.986-4.721z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#a2ff31" d="M12.832.352l10.816 10.816c.46.46.46 1.205 0 1.664L12.832 23.648c-.46.46-1.205.46-1.664 0L.352 12.832a1.176 1.176 0 0 1 0-1.664L11.168.352c.46-.46 1.205-.46 1.664 0z"/><path d="M12.666.518l10.816 10.816a.94.94 0 0 1 0 1.331L12.666 23.481a.94.94 0 0 1-1.331 0L.519 12.665a.94.94 0 0 1 0-1.331L11.335.518a.94.94 0 0 1 1.331 0z"/><path fill="#a2ff31" d="M12.333.851l10.816 10.816a.47.47 0 0 1 0 .666L12.333 23.149a.47.47 0 0 1-.666 0L.851 12.333a.47.47 0 0 1 0-.666L11.667.851a.47.47 0 0 1 .666 0z"/><path d="M13.574 10.067l.17-.401.143.995zM9.946 5.499a5.943 5.943 0 0 1-1.073.517L7.366 8.751l1.082 2.11-.228.741.058 2.65-1.426 2.793.715.486 1.851-2.967.429-1.312.478 1.057.228 3.194.97-.005.027-3.502-.854-2.909.514-1.999.282.486 1.4.486.823 1.593-.653 2.083.483.085-1.082 3.136.568.201 1.4-3.163.742-.031 1.167 3.422.599-.058-.854-3.533.425-.116-.796-2.819.085-.143.112.196 1.426.915.34-.285-1.167-1.2-.398-1.851-.599-.714a1.943 1.943 0 0 1-.885-.228l-.255.201-.769.428-.514 1.169-1.225-.571-.541-2.28c-.219-.183-.461-.384-.559-.691-.304-.027-.608-.125-.818-.308zM8.274 8.983l.456-.602-.143 1.196zm2.515-3.31c.621 0 1.131-.51 1.131-1.131s-.51-1.131-1.131-1.131-1.131.51-1.131 1.131.51 1.131 1.131 1.131zm4.482 1.93c.537 0 .981-.444.981-.981s-.444-.976-.981-.976a.979.979 0 0 0 0 1.957z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M23.984 12c0 6.619-5.365 11.984-11.984 11.984S.016 18.619.016 12 5.381.016 12 .016 23.984 5.381 23.984 12z"/><path d="M23.505 12c0 6.354-5.151 11.505-11.505 11.505S.495 18.354.495 12C.495 5.646 5.646.495 12 .495S23.505 5.646 23.505 12z"/><path fill="#fee011" d="M23.025 12c0 6.089-4.936 11.025-11.025 11.025S.975 18.089.975 12 5.911.975 12 .975 23.025 5.911 23.025 12z"/><path d="M8.036 4.969h1.921l1.234 2.406-3.682 7.96-3.431-1.614zM4.575 16.673l.172-.319c.436.203.583.313.902.724.288.374.921.651 1.381.798 1.197.381 1.332-.601.957-.81-.73-.405-1.436-1.191-1.485-1.86a2.926 2.926 0 0 1-2.234-1.049c-.669.233-.798.743-.828 1.467l-.172.436zM18.135 17.475l-.129-.339c.438-.197.618-.236 1.138-.208.472.027 1.094-.27 1.507-.521 1.071-.655.417-1.4.015-1.254-.784.287-1.84.306-2.378-.095a2.92 2.92 0 0 1-2.256 1.001c-.262.658.039 1.089.566 1.586l.217.415zM10.712 4.969h4.044l4.394 9.132-3.431 1.651z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.614.889C11.288.091 12.6.122 13.308.858c3.324 3.28 6.635 6.572 9.95 9.859.472.45.757 1.126.608 1.777-.085.568-.566.93-.947 1.308-3.23 3.167-6.464 6.33-9.691 9.499-.222.226-.51.368-.811.458h-.822c-.358-.106-.7-.281-.962-.547-3.11-3.09-6.227-6.174-9.34-9.26-.28-.284-.582-.547-.835-.857-.43-.524-.541-1.306-.227-1.914.182-.331.48-.576.743-.841C4.189 7.191 7.4 4.039 10.614.889m.841-.087c-.274.09-.49.288-.691.485-3.256 3.184-6.505 6.373-9.76 9.559-.391.349-.599.896-.484 1.416.083.524.493.896.856 1.247 3.133 3.104 6.271 6.206 9.398 9.318.403.424 1.021.653 1.598.496.505-.114.834-.544 1.193-.881 3.144-3.097 6.305-6.178 9.454-9.271.406-.38.544-.996.37-1.52-.128-.427-.467-.736-.774-1.039-3.154-3.116-6.295-6.246-9.452-9.36-.425-.456-1.112-.65-1.708-.449z"/><path fill="gold" d="M11.569 1.609c.361-.254.834-.061 1.105.235 3.193 3.164 6.388 6.328 9.578 9.494.212.212.448.457.438.781.006.415-.388.652-.638.923-3.058 2.983-6.106 5.976-9.155 8.968-.262.241-.504.596-.901.589-.458.005-.738-.403-1.038-.685a8241.648 8241.648 0 0 0-9.392-9.307c-.33-.282-.43-.845-.073-1.148 3.242-3.199 6.506-6.376 9.755-9.57.102-.098.205-.197.322-.28m-.475 2.917c-.642.194-.949 1.042-.548 1.59.431.731 1.687.589 1.924-.235.334-.802-.584-1.685-1.375-1.355m-.049 2.501c-.984.112-1.364 1.156-2.051 1.718-.702.33-1.549.348-2.156.865.001.251.01.547.293.644.422.112.845-.113 1.26-.182.45-.118.911-.192 1.355-.332.428-.144.564-.63.922-.869.228.802.469 1.603.634 2.419-.628 1.799-1.309 3.582-1.958 5.374-.131.388-.347.793-.25 1.213.054.335.406.59.743.511.378-.052.635-.38.764-.715a1562.2 1562.2 0 0 1 1.463-3.556c.157-.37.277-.761.506-1.094.353 1.415.673 2.839 1.004 4.259.09.349.12.762.434.994.294.266.817.251 1.048-.091.247-.349.167-.802.091-1.194-.553-2.758-1.034-5.531-1.619-8.282.848.49 1.694.983 2.549 1.463a.992.992 0 0 0 .97.026c.073-.589-.486-.884-.914-1.134-1.052-.599-2.017-1.333-3.005-2.03-.623-.46-1.398-.048-2.082-.006z"/><path d="M11.455.802c.595-.202 1.283-.007 1.708.449 3.157 3.114 6.299 6.244 9.452 9.36.307.304.646.612.774 1.039.174.524.036 1.14-.37 1.52-3.149 3.094-6.31 6.174-9.454 9.271-.359.337-.688.767-1.193.881-.577.157-1.195-.072-1.598-.496-3.127-3.112-6.265-6.214-9.398-9.318-.362-.35-.773-.722-.856-1.247-.115-.52.092-1.067.484-1.416 3.254-3.186 6.504-6.376 9.76-9.559.202-.197.418-.395.691-.485m.114.808c-.116.083-.22.181-.322.28-3.248 3.194-6.512 6.371-9.755 9.57-.356.304-.257.866.073 1.148 3.133 3.1 6.264 6.203 9.392 9.307.3.282.58.69 1.038.685.397.007.64-.348.901-.589 3.049-2.992 6.097-5.984 9.155-8.968.251-.271.644-.508.638-.923.01-.324-.226-.569-.438-.781-3.191-3.167-6.385-6.33-9.578-9.494-.271-.296-.744-.49-1.105-.235z"/><path d="M11.095 4.526c.791-.33 1.709.553 1.375 1.355-.236.824-1.493.966-1.924.235-.401-.548-.094-1.396.548-1.59zM11.047 7.027c.684-.042 1.459-.454 2.082.006.988.697 1.952 1.432 3.005 2.03.428.25.988.545.914 1.134a.994.994 0 0 1-.97-.026c-.854-.48-1.7-.973-2.549-1.463.584 2.752 1.066 5.525 1.619 8.282.076.392.156.845-.091 1.194-.23.342-.754.358-1.048.091-.314-.232-.344-.644-.434-.994-.331-1.42-.652-2.844-1.004-4.259-.229.334-.349.725-.506 1.094-.488 1.184-.977 2.37-1.463 3.556-.13.335-.386.664-.764.715-.337.079-.689-.176-.743-.511-.097-.42.119-.826.25-1.213.649-1.792 1.331-3.575 1.958-5.374-.164-.816-.406-1.618-.634-2.419-.358.239-.493.725-.922.869-.444.14-.905.215-1.355.332-.415.07-.838.294-1.26.182-.283-.097-.292-.394-.293-.644.607-.517 1.454-.535 2.156-.865.686-.563 1.067-1.607 2.051-1.718z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.595 2.191c.637-.484 1.542-.591 2.265-.237.606.287 1.036.833 1.359 1.405 2.93 4.909 5.818 9.843 8.679 14.792.265.483.578.943.797 1.451a2.69 2.69 0 0 1-.138 1.988c-.355.556-.985.957-1.652.981-1.422.09-2.847.09-4.271.118H4.791c-1.036-.07-2.077-.037-3.109-.15-.713-.153-1.405-.692-1.551-1.435-.156-.656-.11-1.384.268-1.959A1273.15 1273.15 0 0 1 9.511 3.591c.306-.505.599-1.044 1.086-1.399M2.275 20.388h19.318A4397.275 4397.275 0 0 0 11.934 4a4018.646 4018.646 0 0 0-9.659 16.388z"/><path fill="#fff" d="M2.275 20.388A4018.646 4018.646 0 0 1 11.934 4a4397.275 4397.275 0 0 1 9.659 16.388H2.275m8.859-13.045c-.08.425.4.732.287 1.137-.846.358-1.444 1.138-1.651 2.024-.168.53.028 1.069.139 1.587.113.371-.045.745-.096 1.111.212-.218.422-.451.544-.733-.016-.435-.173-.868-.083-1.306.09-.384.262-.749.517-1.052.012.91.161 1.9-.303 2.729-.584 1.298-1.011 2.675-1.816 3.862l-.661.001.007.303.442-.022c-.018.115-.055.346-.072.463.473.351.982.681 1.537.89-.144-.47-.429-.875-.584-1.339l1.003.001.001-.298c-.282 0-.565.001-.847.007.863-.921 1.353-2.1 2.012-3.158.413.652.696 1.374 1.052 2.056.185.341.285.716.361 1.094-.244.001-.487.001-.73.003v.295c.253.001.506.001.759.004.063.404.056.82.16 1.217.555.283 1.287.024 1.708-.401a18.1 18.1 0 0 0-.83-.106 8.505 8.505 0 0 1-.132-.709l.577-.004v-.295l-.567-.001c.055-1.626-.89-3.045-1.104-4.624-.049-.46-.033-.925-.009-1.385.29.334.509.727.817 1.045.428.328.927.544 1.38.837.176.087.367.289.577.156l-.049-.266c-.601-.622-1.414-1.043-1.92-1.76-.31-.668-.396-1.412-.678-2.089-.228-.156-.522-.13-.78-.182.258-.455.547-1.077.168-1.548-.363-.449-1.229-.151-1.134.458m-5.569 9.358v.296h.523v-.298l-.523.001m1.204.001l.001.296h.965v-.298l-.967.001m4.1 0V17h.889l-.001-.296-.888-.001m3.942-.001l-.001.298h.994v-.296l-.993-.001m1.428-.001l.001.298h.904v-.296l-.905-.001m1.279 0v.296h.633v-.296a66.782 66.782 0 0 0-.633 0M4.241 19.565l.051.268c.165-.001.33-.003.496-.003l.007-.303c-.185.01-.369.022-.553.038m.874-.029l-.001.294.965.001.005-.295h-.969m1.43 0v.295l.967-.001v-.294h-.967m1.458 0v.294l.967.001.001-.295h-.968m1.338 0l.001.295.967-.001.001-.294h-.969m1.371.295h.965v-.295h-.965v.295m1.396-.293l.005.292.967-.001-.001-.295c-.324 0-.648.001-.97.004m1.356.292l.967.001v-.295h-.965l-.001.294m1.43.001l.967-.001v-.294h-.969l.003.295m1.352-.295v.295l.965-.001v-.294h-.965m1.367 0l.001.294.967.001.003-.295a157.14 157.14 0 0 0-.971 0m1.415 0v.295l.564-.001v-.295l-.564.001z"/><path fill="#030303" d="M11.134 7.343c-.094-.609.771-.906 1.134-.458.379.471.09 1.092-.168 1.548.258.052.552.026.78.182.282.677.369 1.422.678 2.089.506.717 1.319 1.138 1.92 1.76l.049.266c-.21.132-.401-.07-.577-.156-.452-.292-.952-.509-1.38-.837-.308-.319-.527-.711-.817-1.045-.024.46-.039.925.009 1.385.214 1.579 1.159 2.998 1.104 4.624l.567.001v.295l-.577.004c.037.237.076.476.132.71.277.03.553.063.83.106-.421.425-1.153.685-1.708.401-.104-.397-.097-.813-.16-1.217-.253-.003-.506-.003-.759-.004v-.295l.731-.003c-.076-.378-.176-.753-.361-1.094-.355-.682-.639-1.405-1.052-2.056-.658 1.058-1.149 2.237-2.012 3.158.282-.005.565-.007.847-.007l-.001.298-1.003-.001c.155.464.439.87.584 1.339-.555-.21-1.064-.539-1.537-.89.017-.117.054-.348.072-.463l-.442.022a31.352 31.352 0 0 0-.007-.303l.661-.001c.805-1.187 1.233-2.564 1.816-3.862.464-.829.315-1.819.303-2.729a2.55 2.55 0 0 0-.517 1.052c-.09.438.067.871.083 1.306-.122.282-.332.515-.544.733.051-.366.209-.74.096-1.111-.111-.518-.307-1.057-.139-1.587.207-.885.805-1.666 1.651-2.024.113-.405-.367-.712-.287-1.137zM5.567 16.703l.523-.001V17h-.523v-.296zM6.771 16.703l.967-.001V17h-.965l-.001-.296z"/><path fill="#030303" d="M10.87 16.702l.888.001.001.296h-.889v-.298zM14.812 16.702l.993.001v.296h-.994l.001-.298zM16.24 16.702l.905.001v.296h-.904l-.001-.298zM17.519 16.703h.633v.296h-.633v-.296zM4.241 19.565c.185-.016.369-.028.553-.038l-.007.303-.496.003-.051-.268zM5.116 19.536h.969c-.003.098-.004.195-.005.295l-.965-.001.001-.294zM6.546 19.536h.967v.294l-.967.001v-.295zM8.004 19.536h.968l-.001.295-.967-.001v-.294zM9.342 19.536h.969l-.001.294-.967.001-.001-.295zM10.713 19.831v-.295h.965v.295h-.965zM12.109 19.538c.323-.003.647-.004.97-.004l.001.295-.967.001-.005-.292zM13.466 19.83l.001-.294h.965v.295l-.967-.001zM14.897 19.831l-.003-.295h.969v.294l-.967.001zM16.25 19.536h.965v.294l-.965.001v-.295zM17.617 19.536h.971c0 .073-.001.22-.003.295l-.967-.001-.001-.294zM19.032 19.536l.564-.001v.295l-.564.001v-.295z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g6" xmlns="http://www.w3.org/2000/svg"><path d="M11.588 1.44h.745c.271.168.574.325.72.625.606 1.034 1.201 2.076 1.801 3.114l-.017.188c-.684-1.092-1.285-2.234-1.955-3.335-.382-.617-1.379-.622-1.763-.006-.556.907-1.051 1.85-1.615 2.752l-.023-.167a84.33 84.33 0 0 1 1.555-2.686c.109-.246.436-.269.551-.486zM9.286 4.943l.139-.029a184.46 184.46 0 0 1-2.69 4.661c-.056-.197.085-.359.169-.52.802-1.366 1.579-2.747 2.382-4.112zM14.86 5.408l.161.052c2.898 5.035 5.808 10.064 8.712 15.097.097.121.09.356.268.39v.701c-.166.424-.505.728-.914.912H.935c-.174-.106-.431-.158-.478-.394.23.12.467.27.737.256 7.206.002 14.411.004 21.617 0 .563.008 1.073-.491 1.068-1.056.017-.382-.235-.692-.406-1.012-2.866-4.985-5.77-9.949-8.612-14.946zM5.678 11.183l.146-.03C4 14.382 2.114 17.578.274 20.8c-.266.408-.155.934.119 1.307-.221-.047-.293-.274-.394-.443v-.66c1.906-3.263 3.785-6.548 5.678-9.821z"/><path d="M13.524 11.365c.434-.386 1.178.061 1.04.626-.035.391-.457.496-.782.463-.034.522.253 1.015.5 1.462.342.59.87 1.027 1.391 1.45-.062.182-.272.275-.241.497-.173 1.05-.349 2.099-.523 3.149-.041.032-.12.1-.161.133.128-1.194.371-2.378.544-3.569-.142-.168-.294-.17-.457-.005l.025-.301c-.515-.402-.995-.864-1.357-1.41l-.145-.102c-.461.583-.732 1.348-.619 2.094.148.973.359 1.934.535 2.902.156.146.532.072.533.338a9.866 9.866 0 0 1-1.074 0 9.046 9.046 0 0 0-.568-1.926 9.159 9.159 0 0 1-.185 1.566c.121.155.413.128.443.356-.707.035-1.415.007-2.122.016-.2-.5-.331-1.03-.557-1.516l-.284.008c-.112.374-.205.754-.301 1.133.17.144.526.119.572.364-.341.018-.682.008-1.024.011.028-.504.055-1.008.085-1.512l-.479.001c-.035-1.808.636-3.656 2.006-4.871.295-.178.032-.534.187-.782.158-.401.744-.514 1.039-.2.349.28.271.925-.164 1.074-.401.067-.466.529-.534.86-.083.34.17.716.527.733a3.452 3.452 0 0 1 1.854-2.375c.09-.224.031-.535.295-.667m-3.087 3.387c-.379.889-.067 1.86.092 2.764-.259.343.073.804.065 1.194.202.065.388.236.61.203.172-.728.27-1.482.208-2.231-.038-.545-.191-1.076-.178-1.625-.173-.071-.355-.13-.493-.26-.074-.071-.244-.217-.304-.044z"/><path fill="#fff" d="M11.12 2.027c.384-.616 1.381-.611 1.763.006.67 1.1 1.271 2.243 1.955 3.335l.022.041c2.843 4.997 5.747 9.961 8.612 14.946.17.319.422.63.406 1.012.005.565-.505 1.064-1.068 1.056-7.206.004-14.411.002-21.617 0-.27.014-.506-.136-.737-.256-.016-.014-.047-.046-.062-.06-.274-.373-.385-.899-.119-1.307 1.84-3.222 3.726-6.418 5.55-9.647.293-.532.596-1.058.91-1.578a184.46 184.46 0 0 0 2.69-4.661l.08-.136c.564-.901 1.06-1.844 1.615-2.752m.568-.162c-.223.072-.366.272-.481.464C7.691 8.417 4.179 14.507.664 20.594c-.152.271-.359.558-.289.888.058.39.42.706.815.7 7.207.004 14.413.004 21.619 0 .637.024 1.062-.779.692-1.297-3.58-6.21-7.163-12.419-10.75-18.624-.192-.374-.672-.57-1.063-.397z"/><path fill="#fff" d="M3.908 19.784c2.692-4.679 5.384-9.356 8.094-14.023 2.696 4.674 5.405 9.341 8.084 14.023H3.908m9.616-8.419c-.264.132-.205.443-.295.667a3.45 3.45 0 0 0-1.854 2.375c-.356-.017-.61-.394-.527-.733.068-.331.133-.793.534-.86.436-.149.514-.794.164-1.074-.295-.313-.881-.2-1.039.2-.155.248.108.605-.187.782-1.37 1.214-2.041 3.062-2.006 4.871l.479-.001c-.03.504-.058 1.008-.085 1.512.342-.002.683.007 1.024-.011-.047-.245-.402-.22-.572-.364.096-.379.19-.758.301-1.133l.284-.008c.226.486.356 1.015.557 1.516.707-.008 1.415.019 2.122-.016-.03-.228-.322-.202-.443-.356.109-.515.166-1.04.185-1.566.252.622.458 1.262.568 1.926.358.023.716.016 1.074 0-.001-.266-.377-.192-.533-.338-.176-.967-.388-1.928-.535-2.902-.113-.746.158-1.511.619-2.094l.145.102c.362.546.842 1.008 1.357 1.41l-.025.301c.163-.166.316-.163.457.005-.173 1.19-.415 2.375-.544 3.569.041-.034.12-.101.161-.133.174-1.05.35-2.099.523-3.149-.031-.222.179-.314.241-.497-.521-.422-1.049-.859-1.391-1.45-.247-.446-.534-.94-.5-1.462.325.032.748-.072.782-.463.138-.565-.606-1.013-1.04-.626z"/><path fill="#fff" d="M10.436 14.752c.06-.173.229-.026.304.044.138.131.32.19.493.26-.013.548.139 1.08.178 1.625.062.749-.036 1.502-.208 2.231-.222.034-.408-.138-.61-.203.008-.39-.324-.851-.065-1.194-.16-.904-.472-1.874-.092-2.764z"/><path fill="#d40000" d="M11.688 1.864c.391-.173.871.023 1.063.397 3.587 6.205 7.17 12.414 10.75 18.624.37.518-.055 1.321-.692 1.297-7.206.004-14.412.004-21.619 0a.837.837 0 0 1-.815-.7c-.07-.33.137-.617.289-.888C4.179 14.506 7.691 8.416 11.207 2.328c.115-.192.258-.392.481-.464m-7.78 17.92h16.178c-2.68-4.682-5.388-9.349-8.084-14.023-2.71 4.667-5.402 9.344-8.094 14.023z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.87 1.38h.23c.696.037 1.223.558 1.501 1.158 3.376 5.867 6.758 11.73 10.138 17.594.116.206.2.428.26.658v.448a1.632 1.632 0 0 1-1.376 1.382H1.394c-.718-.1-1.328-.712-1.38-1.442-.073-.562.262-1.048.529-1.507C3.893 13.862 7.239 8.05 10.589 2.242a1.69 1.69 0 0 1 1.28-.862M2.519 20.5h18.979c-3.161-5.488-6.322-10.975-9.488-16.459C8.841 9.524 5.68 15.013 2.519 20.5z"/><path fill="#fff" d="M2.519 20.5C5.68 15.012 8.841 9.524 12.01 4.041c3.167 5.484 6.328 10.972 9.488 16.459H2.519m8.472-12.39c-.143.511.233.988.677 1.193-.102.268-.295.533-.215.835.143.707.26 1.424.252 2.148-.059.359-.113.749-.364 1.032-.294.36-.479.793-.761 1.162-1.3 1.58-2.602 3.161-3.896 4.746l.311.113c1.172-1.399 2.317-2.824 3.479-4.234.19-.208.326-.503.624-.569.527-.166.962-.516 1.375-.871.198 1.012.008 2.051.132 3.072.007.618.192 1.212.266 1.82-.234.366-.81.384-1.004.803.665.114 1.346.024 2.018.053.001-1.435-.002-2.87.001-4.306.538 1.174 1.124 2.327 1.626 3.514-.148.39-.817.305-.889.77.636.042 1.273.012 1.91.022-.002-.312.023-.629-.054-.934-.318-1.295-.631-2.592-.948-3.888-.269-1.325-.84-2.558-1.276-3.833-.246-.786-.847-1.458-1.655-1.68.325-.448.402-1.163-.107-1.51-.508-.424-1.391-.115-1.504.541z"/><path d="M10.991 8.11c.113-.656.996-.965 1.504-.541.509.347.432 1.062.107 1.51.808.222 1.409.894 1.655 1.68.436 1.274 1.007 2.508 1.276 3.833.317 1.296.63 2.593.948 3.888.077.305.052.622.054.934-.637-.01-1.274.02-1.91-.022.072-.466.742-.38.889-.77-.502-1.187-1.088-2.34-1.626-3.514-.004 1.435 0 2.87-.001 4.306-.672-.029-1.354.061-2.018-.053.194-.419.77-.437 1.004-.803-.074-.608-.259-1.202-.266-1.82-.124-1.021.066-2.06-.132-3.072-.413.355-.848.706-1.375.871-.298.066-.434.361-.624.569-1.162 1.41-2.306 2.834-3.479 4.234a38.831 38.831 0 0 1-.311-.113c1.295-1.585 2.597-3.166 3.896-4.746.282-.368.467-.802.761-1.162.251-.283.305-.673.364-1.032.008-.724-.109-1.441-.252-2.148-.08-.302.113-.568.215-.835-.444-.205-.82-.682-.677-1.193z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2b2f" d="M11.39 1.459h.801c.156.13.47.386.626.512 3.937 6.081 7.236 12.564 11.111 18.688l.071-.561v1.035c-.175.191-.525.581-.704.772-2.572.25-5.16.234-7.745.208-5.043-.065-10.09-.107-15.136-.159a6.866 6.866 0 0 1 .856-2.669C3.813 14.44 6.615 9.734 9.394 5.021c.665-1.184 1.554-2.261 1.995-3.561M2.452 20.578c6.389.032 12.775.013 19.164.01-3.149-5.556-6.412-11.046-9.545-16.612-3.279 5.491-6.438 11.056-9.619 16.602z"/><path fill="#fff" d="M12.191 1.459h.905l-.279.512a93.88 93.88 0 0 1-.626-.512zM2.452 20.578c3.182-5.546 6.341-11.111 9.619-16.602 3.133 5.565 6.396 11.056 9.545 16.612-6.389.003-12.775.023-19.164-.01M9.808 9.619c-.834.415-.379 1.579.457 1.657-.149 1.434-1.099 2.552-2.251 3.337.266 1.317.587 2.63 1.038 3.902.075-1.203-.337-2.364-.623-3.516a13.348 13.348 0 0 0 2.497-2.322c.224.688.606 1.333.723 2.053.071 1.31-.318 2.588-.328 3.898-.337.24-.678.477-1.015.714a65.432 65.432 0 0 0 1.596-.055c.555.016 1.109.026 1.667.036.055-1.699.123-3.415-.146-5.102.405-.146.811-.295 1.213-.448-.23 1.661-.428 3.302-.172 4.969-.188.146-.561.435-.749.577.292.006.879.019 1.171.023.266-.704-.023-1.914.966-2.043.062.714.211 1.489-.36 2.056l1.067-.013c.016-.603.032-1.206.039-1.813.136-.068.412-.211.551-.279-.512-2.218-.941-4.657-2.815-6.182-.029-.483-.208-1.323-.863-1.171-.658.285-.506.996-.538 1.573l.882.165c.058.581.117 1.161.169 1.742-.143.114-.425.334-.568.444-.451-1.255-1.174-2.494-2.419-3.097-.13-.412-.263-.824-.392-1.232-.201.029-.6.094-.798.126m-.687 9.128c-.532.95 1.067.091 0 0z"/><path fill="#fff" d="M11.916 19.177c.24-.889.428-1.787.662-2.672-.094.889.649 2.501-.662 2.672z"/><path fill="#201e1c" d="M9.808 9.619c.198-.032.597-.097.798-.126.13.409.263.821.392 1.232 1.245.603 1.969 1.842 2.419 3.097.143-.11.425-.331.568-.444a146.55 146.55 0 0 0-.169-1.742l-.882-.165c.032-.577-.12-1.288.538-1.573.655-.152.834.688.863 1.171 1.875 1.524 2.303 3.963 2.815 6.182-.139.068-.415.211-.551.279-.006.606-.023 1.21-.039 1.813l-1.067.013c.571-.568.422-1.343.36-2.056-.989.13-.701 1.339-.966 2.043-.292-.003-.879-.016-1.171-.023.188-.143.561-.431.749-.577-.256-1.667-.058-3.308.172-4.969-.402.152-.808.302-1.213.448.269 1.686.201 3.402.146 5.102-.558-.01-1.112-.019-1.667-.036-.532.026-1.064.042-1.596.055.337-.237.678-.474 1.015-.714.01-1.31.399-2.588.328-3.898-.117-.72-.499-1.365-.723-2.053A13.348 13.348 0 0 1 8.43 15c.285 1.151.697 2.312.623 3.516-.451-1.271-.772-2.585-1.038-3.902 1.151-.785 2.102-1.904 2.251-3.337-.837-.078-1.291-1.242-.457-1.657m2.107 9.557c1.31-.172.568-1.784.662-2.672-.234.885-.422 1.784-.662 2.672z"/><path fill="#201e1c" d="M9.12 18.746c1.067.091-.532.95 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g9" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M11.221.202c.61-.272 1.357-.154 1.879.252.268.209.498.461.739.698 3.094 3.113 6.187 6.226 9.283 9.335.265.269.524.56.658.92.253.634.121 1.423-.392 1.891-3.413 3.389-6.824 6.781-10.235 10.172-.503.486-1.312.55-1.93.258-.457-.206-.775-.61-1.124-.953-3.152-3.17-6.301-6.344-9.455-9.514-.539-.518-.756-1.364-.46-2.062.168-.395.512-.67.804-.97 3.17-3.15 6.337-6.304 9.506-9.454.221-.216.44-.445.726-.576m.244.372c-.3.101-.535.323-.754.542C7.462 4.341 4.212 7.568.968 10.801c-.656.578-.611 1.674.011 2.258 3.049 3.07 6.102 6.136 9.151 9.204.322.318.614.672.985.936.582.407 1.45.344 1.945-.174 3.328-3.317 6.664-6.626 9.994-9.942.444-.444.53-1.172.248-1.726-.209-.408-.568-.706-.881-1.03-3.074-3.086-6.14-6.181-9.218-9.264-.427-.475-1.124-.71-1.74-.493z"/><path fill="gold" d="M11.66 1.332c.355-.17.751.016.996.284 3.133 3.148 6.263 6.296 9.392 9.446.197.205.424.391.562.646a.751.751 0 0 1-.169.89c-3.19 3.17-6.383 6.338-9.566 9.515-.252.233-.485.582-.868.574-.455.014-.732-.391-1.026-.672a5576.506 5576.506 0 0 0-9.395-9.445c-.348-.299-.455-.888-.074-1.207C4.673 8.2 7.853 5.057 11.02 1.9c.205-.197.391-.424.641-.568m.758 2.554c-.704.238-.868 1.282-.268 1.721.571.518 1.592.082 1.628-.68.11-.721-.694-1.318-1.361-1.04m-.053 2.257a1.014 1.014 0 0 0-.773.493c-.253.506-.39 1.063-.648 1.567-.346.444-.804.786-1.17 1.212-.127.239.019.484.161.674.57.042.871-.5 1.279-.796.505-.372.764-.956 1.115-1.457.239.503.301 1.063.457 1.594.068.362.275.733.139 1.105-.496 1.656-.978 3.314-1.47 4.97-.096.352-.223.733-.094 1.093.076.218.275.437.524.415.323-.049.548-.331.659-.62.558-1.517 1.015-3.073 1.612-4.574l.23.024c.358 1.338.623 2.701.938 4.051.09.43.17.961.618 1.169.265.176.625.014.734-.266.23-.512-.004-1.069-.095-1.585-.493-2.383-1.046-4.754-1.5-7.145.611.554 1.07 1.253 1.679 1.81.188.17.564.307.728.038.206-.373-.046-.787-.307-1.057-.776-.868-1.531-1.756-2.312-2.62-.208-.23-.523-.376-.836-.319-.556.077-1.114.144-1.669.223M8.093 7.86c-.546.124-.827.857-.445 1.29.33.475 1.129.396 1.373-.126.341-.582-.29-1.362-.928-1.164m-1.041 2.551c-.35.504-.859.859-1.295 1.283-.036.288.173.517.467.394.424-.227.728-.62 1.13-.882-.215.773-.529 1.513-.793 2.27l.784.055c-.214.802-.401 1.61-.588 2.418-.013.232-.114.55.119.706.253.078.449-.181.504-.397.24-.892.368-1.813.629-2.699l.268-.05c.211 1.008.394 2.024.632 3.025.042.253.304.259.508.268.073-.228.128-.467.074-.706-.144-.851-.254-1.706-.408-2.555.241-.02.484-.042.725-.066-.178-.851-.352-1.704-.517-2.558.337.191.672.386 1.004.584l-.203.226c.196.169.39.341.587.51l.924-1.15c-.196-.167-.394-.331-.592-.497l-.316.377c-.647-.419-1.309-.812-1.967-1.214-.262-.188-.606-.14-.907-.109-.359.121-.53.502-.769.768m9.035 1.349c.359 1.556.721 3.112 1.078 4.668.146.48-.385.721-.732.892l.196.415c.398-.368.811-.719 1.208-1.088-.48-1.535-.958-3.07-1.434-4.604-.029-.175-.131-.289-.316-.282m-6.265.08c.139.623.307 1.24.443 1.864l-.798-.002c.138.817.306 1.628.467 2.441a.973.973 0 0 1-.185.805c-.223.217-.553.217-.842.242.001.785-.002 1.568-.017 2.353.542-.011 1.086-.006 1.63-.007.102-2.35.145-4.7.148-7.052a12.791 12.791 0 0 0-.845-.643m7.972.042c.476 1.097.946 2.197 1.415 3.296.33-.286.658-.575.98-.871-.455-.799-.898-1.604-1.354-2.402a40.245 40.245 0 0 1-1.042-.023m-12.316.243c-.647.636-1.294 1.271-1.933 1.912.343.307.695.607 1.04.913l1.78-2.575-.887-.25m.892 1.5c-.27.865-.53 1.733-.79 2.6.432.389.844.798 1.267 1.195l-.023-.358c-.209-.251-.42-.499-.64-.739.212-.878.458-1.747.683-2.623l-.498-.076m6.537 6.033c.577-.004 1.156-.001 1.733-.004-.34-1.873-.592-3.763-.946-5.633a10.39 10.39 0 0 0-.787 5.636z"/><path d="M11.464.571c.616-.217 1.313.018 1.74.493 3.078 3.083 6.144 6.178 9.218 9.264.313.324.672.622.881 1.03.282.553.196 1.282-.248 1.726-3.33 3.316-6.666 6.625-9.994 9.942-.496.518-1.363.581-1.945.174-.371-.264-.664-.618-.985-.936C7.082 19.196 4.029 16.13.98 13.06c-.622-.584-.667-1.68-.011-2.258 3.244-3.233 6.493-6.46 9.742-9.688.218-.22.454-.442.754-.542m.195.76c-.25.144-.436.371-.641.568-3.167 3.157-6.347 6.3-9.508 9.463-.38.319-.274.908.074 1.207 3.136 3.144 6.266 6.294 9.395 9.445.294.281.571.686 1.026.672.383.008.616-.341.868-.574 3.184-3.176 6.377-6.344 9.566-9.515a.75.75 0 0 0 .169-.89c-.138-.254-.365-.44-.562-.646-3.13-3.15-6.259-6.299-9.392-9.446-.245-.269-.641-.455-.996-.284z"/><path d="M12.419 3.886c.667-.277 1.471.319 1.361 1.04-.036.762-1.057 1.199-1.628.68-.6-.439-.437-1.483.268-1.721zM12.365 6.144c.556-.079 1.114-.146 1.669-.223.313-.056.629.089.836.319.781.864 1.536 1.752 2.312 2.62.262.27.514.684.307 1.057-.164.269-.54.132-.728-.038-.608-.557-1.068-1.255-1.679-1.81.454 2.39 1.007 4.762 1.5 7.145.091.516.325 1.073.095 1.585-.109.281-.469.443-.734.266-.448-.208-.528-.739-.618-1.169-.316-1.35-.581-2.713-.938-4.051l-.23-.024c-.596 1.501-1.054 3.058-1.612 4.574-.11.289-.336.571-.659.62-.25.022-.449-.197-.524-.415-.13-.36-.002-.742.094-1.093.492-1.656.974-3.314 1.47-4.97.136-.372-.071-.743-.139-1.105-.156-.53-.218-1.091-.457-1.594-.35.5-.61 1.085-1.115 1.457-.408.295-.709.838-1.279.796-.142-.191-.288-.436-.161-.674.366-.426.824-.768 1.17-1.212.258-.504.395-1.061.648-1.567.157-.276.457-.462.773-.493zM8.093 7.86c.637-.198 1.268.582.928 1.164-.244.522-1.043.601-1.373.126-.382-.433-.101-1.166.445-1.29z"/><path d="M7.052 10.411c.239-.266.41-.647.769-.768.301-.031.646-.079.907.109.658.402 1.32.796 1.967 1.214l.316-.377c.198.166.396.33.592.497l-.924 1.15c-.197-.169-.391-.341-.587-.51l.203-.226a47.693 47.693 0 0 0-1.004-.584c.166.854.34 1.708.517 2.558-.241.024-.484.046-.725.066.154.848.264 1.704.408 2.555.054.239-.001.478-.074.706-.204-.008-.466-.014-.508-.268-.239-1.001-.421-2.017-.632-3.025l-.268.05c-.26.886-.389 1.807-.629 2.699-.055.216-.251.475-.504.397-.233-.156-.132-.474-.119-.706.187-.808.374-1.616.588-2.418a192.87 192.87 0 0 1-.784-.055c.264-.757.578-1.498.793-2.27-.402.262-.707.655-1.13.882-.294.124-.503-.106-.467-.394.436-.424.944-.779 1.295-1.283zM16.087 11.761c.185-.007.287.107.316.282.476 1.535.954 3.07 1.434 4.604-.397.37-.81.72-1.208 1.088l-.196-.415c.347-.17.878-.412.732-.892-.356-1.556-.719-3.112-1.078-4.668z"/><path d="M9.822 11.842c.292.2.57.419.845.643a165.793 165.793 0 0 1-.148 7.052c-.544.001-1.087-.004-1.63.007.014-.785.018-1.568.017-2.353.289-.025.619-.025.842-.242a.973.973 0 0 0 .185-.805c-.161-.812-.329-1.624-.467-2.441l.798.002c-.136-.624-.304-1.241-.443-1.864zM17.795 11.885c.347.011.695.02 1.042.023.456.798.899 1.603 1.354 2.402-.323.296-.65.586-.98.871-.469-1.099-.938-2.2-1.415-3.296zM5.478 12.128l.887.25-1.78 2.575c-.346-.306-.697-.606-1.04-.913.64-.641 1.286-1.276 1.933-1.912zM6.37 13.628l.498.076c-.224.876-.47 1.745-.683 2.623.22.24.431.488.64.739l.023.358c-.424-.397-.835-.806-1.267-1.195.259-.868.52-1.735.79-2.6zM12.906 19.66a10.397 10.397 0 0 1 .787-5.636c.354 1.87.606 3.76.946 5.633-.577.002-1.156 0-1.733.004z"/></symbol><symbol viewBox="0 0 24 24" id="warning--playground--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M11.214.204c.758-.348 1.673-.061 2.215.54 3.288 3.306 6.58 6.608 9.862 9.92.698.649.859 1.874.152 2.575-3.43 3.413-6.864 6.824-10.296 10.236-.668.635-1.806.529-2.444-.097C7.353 20.005 4 16.634.646 13.263c-.485-.47-.718-1.202-.529-1.859.116-.497.532-.827.871-1.174C4.18 7.061 7.367 3.886 10.558.714c.198-.193.402-.392.656-.511m.349.336c-.342.085-.611.326-.851.572-3.25 3.229-6.499 6.457-9.744 9.69-.656.578-.611 1.673.011 2.258 3.049 3.072 6.106 6.138 9.156 9.21.346.337.653.726 1.068.983.578.353 1.393.264 1.862-.233 3.287-3.272 6.575-6.546 9.869-9.811.403-.354.618-.913.503-1.445-.086-.551-.52-.938-.892-1.313-3.138-3.144-6.259-6.304-9.4-9.443-.398-.418-1.019-.619-1.583-.469z"/><path fill="gold" d="M11.663 1.33c.355-.166.749.018.995.288 3.252 3.272 6.512 6.536 9.755 9.818.328.294.383.86.032 1.16-3.314 3.288-6.623 6.584-9.936 9.874-.289.318-.818.263-1.103-.032-3.179-3.184-6.338-6.386-9.522-9.564-.27-.28-.634-.563-.617-.994-.008-.266.188-.464.361-.64 3.13-3.116 6.264-6.227 9.394-9.343.205-.197.39-.425.641-.568m.734 3.267c-.785.292-.901 1.486-.21 1.943.644.496 1.706.052 1.765-.772.151-.826-.803-1.542-1.555-1.171m.321 2.48c-.448.049-.954-.068-1.344.215-.614.403-.808 1.171-1.309 1.675-.515.272-1.141.24-1.65.532-.224.119-.372.434-.222.664.2.242.56.302.847.197.523-.166 1.069-.263 1.579-.469.462-.299.712-.832 1.174-1.134.062.599.019 1.202.032 1.804-.006.356.043.728-.088 1.07l-.871 2.477c-.079.245-.17.499-.131.762.114.916.244 1.83.35 2.747.038.266.137.58.431.659.374.162.757-.26.707-.63-.049-.93-.139-1.86-.251-2.785.443-.742.866-1.495 1.309-2.237.436.686.864 1.379 1.298 2.066.17.277.425.54.77.557.601.047 1.207.006 1.81.022.319-.008.745.035.929-.293.181-.328-.107-.733-.455-.769-.572-.052-1.15-.061-1.717-.161-.359-.1-.462-.497-.596-.797-.254-.654-.566-1.285-.798-1.946-.053-.876-.023-1.757-.024-2.634.247.26.541.493.715.812.143.637-.104 1.366.298 1.937.205-.03.516 0 .556-.277.104-.67-.019-1.352-.002-2.027.025-.473-.386-.785-.671-1.102-.308-.29-.541-.674-.923-.876-.566-.184-1.17-.058-1.753-.058m-5.204 6.827c-.482.02-.922.331-1.129.761-.349.676-.013 1.601.703 1.873.812.401 1.9-.266 1.9-1.175.102-.809-.67-1.56-1.474-1.459z"/><path d="M11.563.539c.564-.15 1.184.052 1.583.469 3.14 3.139 6.262 6.299 9.4 9.443.372.374.805.762.892 1.313.115.532-.1 1.091-.503 1.445-3.294 3.265-6.582 6.539-9.869 9.811-.469.497-1.284.586-1.862.233-.415-.257-.722-.646-1.068-.983-3.05-3.072-6.107-6.138-9.156-9.21-.622-.586-.667-1.68-.011-2.258 3.245-3.233 6.494-6.461 9.744-9.69.24-.246.509-.487.851-.572m.099.79c-.251.143-.436.371-.641.568-3.13 3.116-6.264 6.227-9.394 9.343-.173.175-.37.373-.361.64-.017.431.347.714.617.994 3.184 3.178 6.343 6.38 9.522 9.564.284.295.814.35 1.103.032 3.313-3.289 6.622-6.586 9.936-9.874.35-.3.295-.866-.032-1.16-3.242-3.282-6.503-6.546-9.755-9.818-.246-.27-.64-.454-.995-.288z"/><path d="M12.397 4.596c.752-.371 1.706.346 1.555 1.171-.059.823-1.121 1.267-1.765.772-.691-.457-.575-1.651.21-1.943zM12.718 7.076c.583 0 1.187-.126 1.753.058.382.202.614.586.923.876.284.317.696.629.671 1.102-.017.674.107 1.357.002 2.027-.04.277-.35.247-.556.277-.402-.571-.155-1.3-.298-1.937-.174-.319-.468-.552-.715-.812.001.877-.029 1.758.024 2.634.232.661.544 1.292.798 1.946.134.3.238.697.596.797.568.1 1.145.109 1.717.161.348.036.636.442.455.769-.184.328-.61.284-.929.293-.602-.016-1.208.025-1.81-.022-.346-.017-.6-.28-.77-.557-.434-.688-.863-1.38-1.298-2.066-.443.742-.866 1.495-1.309 2.237.112.925.202 1.855.251 2.785.05.37-.332.792-.707.63-.294-.079-.392-.392-.431-.659-.107-.917-.236-1.831-.35-2.747-.04-.263.052-.517.131-.762l.871-2.477c.131-.342.082-.714.088-1.07-.013-.601.03-1.205-.032-1.804-.462.302-.712.835-1.174 1.134-.51.206-1.056.304-1.579.469-.287.106-.647.046-.847-.197-.15-.229-.002-.545.222-.664.509-.292 1.135-.259 1.65-.532.502-.504.695-1.272 1.309-1.675.39-.283.896-.166 1.344-.215zM7.514 13.904c.804-.101 1.576.65 1.474 1.459 0 .908-1.087 1.576-1.9 1.175-.716-.272-1.052-1.198-.703-1.873.208-.43.647-.74 1.129-.761z"/></symbol><symbol viewBox="0 0 24 24" id="warning--playground--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.223.322L.324 11.222C.119 11.426 0 11.71 0 12s.119.573.324.778l10.899 10.9a1.103 1.103 0 0 0 1.557 0l10.899-10.9c.204-.203.322-.49.322-.778s-.118-.575-.322-.778L12.78.322a1.126 1.126 0 0 0-1.026-.296c-.21.048-.366.163-.531.296z"/><path d="M12.562.54l10.899 10.899a.797.797 0 0 1 0 1.121L12.562 23.461a.8.8 0 0 1-1.12 0L.541 12.56a.802.802 0 0 1 0-1.121L11.442.54a.795.795 0 0 1 1.12 0z"/><path fill="#ffd520" d="M12.001 23.192a.301.301 0 0 0 .208-.083L23.11 12.208a.318.318 0 0 0 .092-.208.311.311 0 0 0-.092-.208L12.209.891a.302.302 0 0 0-.416 0L.892 11.792a.302.302 0 0 0 0 .416l10.901 10.901a.3.3 0 0 0 .208.083z"/><path d="M7.141 16.44l.404.36 8.988-.006.328-.347-9.72-.007zM8.943 8.254a.805.805 0 1 0 0-1.61.805.805 0 0 0 0 1.61zM7.463 12.984a.617.617 0 1 0 0-1.233.617.617 0 0 0 0 1.233zM13.116 10.05l-1.252-1.566.787-.095 1.859 1.054.322-.568-1.894-1.517-2.914.225-.319.738-.003 1.721-1.318 1.329.435.465 1.662-1.121.208-.759.913 1.093-2.26 1.802-1.331 2.49.866.5 1.299-2.089 2.41-1.683 2.181 1.939 2.807.816.237-1.035-2.407-.647-1.14-1.413-1.148-1.68z"/></symbol><symbol viewBox="0 0 24 24" id="warning--playground--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.96 0h.049c.337.012.66.155.888.405 3.567 3.567 7.134 7.133 10.7 10.702.233.218.376.518.403.837v.092a1.275 1.275 0 0 1-.359.809c-3.596 3.601-7.198 7.197-10.799 10.795a1.227 1.227 0 0 1-.782.36h-.114a1.218 1.218 0 0 1-.783-.354c-3.59-3.58-7.17-7.17-10.759-10.751A1.305 1.305 0 0 1 0 12.059v-.107c.021-.324.168-.627.404-.847C3.969 7.537 7.536 3.972 11.101.406c.222-.242.532-.386.859-.406m-.116.348c-.276.04-.493.226-.678.421C7.655 4.292 4.132 7.802.621 11.325c-.381.348-.378 1.002 0 1.351 3.568 3.567 7.135 7.136 10.704 10.702.346.382 1.002.382 1.348 0 3.572-3.566 7.139-7.137 10.708-10.705.372-.349.377-.996 0-1.344C19.835 7.77 16.277 4.223 12.728.667c-.221-.238-.558-.38-.884-.319z"/><path fill="#fecf33" d="M11.826.836c.205-.093.426.011.566.166 3.536 3.532 7.069 7.067 10.603 10.601.226.175.278.541.05.737-3.481 3.486-6.968 6.968-10.449 10.454-.175.16-.327.407-.593.404-.269.008-.423-.242-.598-.403-3.398-3.401-6.798-6.801-10.199-10.2-.16-.176-.406-.329-.404-.594-.007-.189.132-.327.252-.453 3.502-3.495 7-6.994 10.498-10.493.085-.08.169-.165.274-.219M7.825 7.541c-.425.187-.456.849-.048 1.074.378.264.948-.062.934-.516.024-.438-.499-.772-.886-.558M5.707 9.415c-.251.164-.15.49-.101.728-.245-.06-.492-.116-.738-.172-.057.237-.114.475-.169.713.708.154 1.419.294 2.122.47.201.393.407.784.612 1.175.239-.052.478-.105.716-.159l-.157-.766c2.626.567 5.25 1.141 7.877 1.699l-.47.628c.194.148.386.298.577.45.348-.268.704-.527 1.048-.802.716.128 1.422.311 2.133.464.051-.241.101-.482.149-.723-.249-.057-.5-.108-.752-.146.157-.205.398-.482.207-.743a81.954 81.954 0 0 0-.98-1.607c-.333.077-.709.056-.986.285-.288.208-.594.39-.872.61-.16.113-.091.319-.073.478l-.15.333c-2.412-.513-4.82-1.051-7.233-1.559 0-.123.001-.246.004-.368.075-.123.19-.243.166-.4-.155-.342-.379-.646-.559-.975-.155-.328-.502-.479-.778-.685-.53.358-1.074.698-1.593 1.072m11.326.036c-.414.109-.581.683-.281.992.293.371.952.213 1.054-.245.144-.442-.336-.902-.773-.747m-5.757 3.529c.003.8 0 1.6.002 2.4h1.47c.001-.801-.001-1.601.001-2.402a27.42 27.42 0 0 0-.744-.661c-.248.216-.491.437-.729.663z"/><path fill="#fecf33" d="M7.192 9.89c.162-.175.325-.348.49-.519.2.237.396.478.592.719l-.066.626-.411-.092a47.107 47.107 0 0 1-.605-.734zM16.149 11.816c.278-.151.566-.286.851-.425l.224.685c-.282.137-.566.272-.849.407l-.417-.093c.066-.191.13-.382.191-.574z"/><path d="M11.844.348c.326-.061.663.081.884.319 3.549 3.556 7.107 7.103 10.653 10.662.377.348.372.995 0 1.344-3.569 3.568-7.136 7.139-10.708 10.705-.346.382-1.002.382-1.348 0C7.756 19.812 4.189 16.243.621 12.676c-.378-.349-.381-1.003 0-1.351C4.132 7.802 7.655 4.292 11.166.769c.185-.195.402-.381.678-.421m-.018.488c-.105.054-.189.139-.274.219C8.054 4.554 4.556 8.053 1.054 11.548c-.12.126-.259.264-.252.453-.002.265.244.418.404.594 3.401 3.399 6.801 6.799 10.199 10.2.175.161.329.411.598.403.266.003.418-.244.593-.404 3.481-3.486 6.968-6.968 10.449-10.454.228-.196.176-.562-.05-.737-3.534-3.534-7.067-7.069-10.603-10.601-.14-.155-.361-.259-.566-.166z"/><path d="M7.825 7.541c.387-.214.91.12.886.558.014.454-.556.78-.934.516-.408-.225-.377-.887.048-1.074z"/><path d="M5.707 9.415c.519-.374 1.063-.714 1.593-1.072.276.206.623.357.778.685.18.329.404.633.559.975.024.157-.091.277-.166.4-.003.122-.004.245-.004.368 2.413.508 4.821 1.046 7.233 1.559l.15-.333c-.018-.159-.087-.365.073-.478.278-.22.584-.402.872-.61.277-.229.653-.208.986-.285.331.532.661 1.067.98 1.607.191.261-.05.538-.207.743.252.038.503.089.752.146a61.82 61.82 0 0 1-.149.723c-.711-.153-1.417-.336-2.133-.464-.344.275-.7.534-1.048.802a35.703 35.703 0 0 0-.577-.45l.47-.628c-2.627-.558-5.251-1.132-7.877-1.699l.157.766c-.238.054-.477.107-.716.159-.205-.391-.411-.782-.612-1.175-.703-.176-1.414-.316-2.122-.47.055-.238.112-.476.169-.713.246.056.493.112.738.172-.049-.238-.15-.564.101-.728m1.485.475c.199.247.401.491.605.734l.411.092.066-.626c-.196-.241-.392-.482-.592-.719-.165.171-.328.344-.49.519m8.957 1.926c-.061.192-.125.383-.191.574l.417.093c.283-.135.567-.27.849-.407L17 11.391c-.285.139-.573.274-.851.425z"/><path d="M17.033 9.451c.437-.155.917.305.773.747-.102.458-.761.616-1.054.245-.3-.309-.133-.883.281-.992zM11.276 12.98c.238-.226.481-.447.729-.663.251.217.501.435.744.661-.002.801 0 1.601-.001 2.402h-1.47c-.002-.8.001-1.6-.002-2.4z"/></symbol><symbol viewBox="0 0 24 24" id="warning--polar-bear-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cd1e00" d="M11.177 2.052c.167-.307.443-.601.821-.594.378-.018.668.268.835.578 3.462 6.019 6.929 12.036 10.392 18.055.265.47.566.925.775 1.426v.323c-.151.653-.871.738-1.434.72H1.798l-1.074-.07c-.62-.04-.898-.836-.551-1.31C3.834 14.801 7.515 8.431 11.177 2.052m-7.409 17.93c5.495.004 10.99.001 16.484 0-2.747-4.766-5.485-9.538-8.242-14.299-2.759 4.759-5.495 9.533-8.243 14.299z"/><path d="M3.768 19.982c2.748-4.766 5.484-9.54 8.243-14.299 2.756 4.762 5.495 9.533 8.242 14.299-5.495.001-10.99.004-16.484 0m3.985-6.409l.05.416c.438-.378.907.256.637.666l-.462.064c.349.095.785-.067 1.06.222.355.372.901.437 1.277.782.325.294.762.419 1.099.692.336.446.342 1.054.356 1.59.002.389-.407.497-.637.726.282.088.541.337.852.281.282-.37.751-.731.696-1.242-.196-.38-.491-.698-.702-1.069.151.074.336.114.428.27.262.392.574.788.647 1.267.113.394-.383.562-.392.934l.392-.295-.311.374.32-.144c.064.33.51.158.566-.074.13-.356.43-.647.457-1.038.05-.604.174-1.242-.106-1.811.491.197.343.778.371 1.193.476.157.96.307 1.463.356a8.74 8.74 0 0 0-.62-1.106c.476.106.52.654.817.96.246.269.487.562.522.941-.137.173-.258.366-.247.595l.251-.25.038.319.182-.313c.024.065.07.194.092.259.166-.071.348-.114.493-.226.299-.594-.019-1.25.066-1.876.064-.448-.128-.866-.313-1.261l.119-.139c-.332-.372-.654-.781-1.1-1.022-.613-.27-1.301-.235-1.955-.217-.607.03-1.188-.178-1.788-.227-.814-.072-1.655-.101-2.419-.421l.068-.115c-.094.049-.187.098-.281.149l.22.068c.154.343-.27.373-.442.191l.314-.072c-.157-.182-.246-.458-.504-.523-.523-.186-1.052.079-1.577.126m7.019 4.162c.017.205.032.412.042.618-.12.155-.234.313-.337.48l.295-.166.016.238.169-.169c.122.211.392.194.575.071.074-.301.161-.6.319-.87a18.117 18.117 0 0 1-1.079-.202z"/><path d="M8.585 13.562c.108-.136.418.016.268.175-.11.142-.402-.012-.268-.175z"/><path fill="#fff" d="M7.754 13.573c.524-.047 1.054-.312 1.577-.126.258.065.347.341.504.523l-.314.072c.172.182.595.152.442-.191l-.22-.068.281-.149-.068.115c.764.32 1.606.349 2.419.421.6.049 1.181.257 1.788.227.654-.018 1.342-.053 1.955.217.446.241.768.65 1.1 1.022l-.119.139c.185.395.377.814.313 1.261-.085.625.233 1.282-.066 1.876-.145.112-.328.155-.493.226l-.092-.259-.182.313-.038-.319-.251.25c-.011-.229.11-.422.247-.595-.035-.379-.276-.672-.522-.941-.298-.306-.341-.854-.817-.96.229.355.444.72.62 1.106-.503-.049-.986-.199-1.463-.356-.028-.415.12-.996-.371-1.193.28.569.156 1.207.106 1.811-.028.391-.328.682-.457 1.038-.056.233-.503.404-.566.074l-.32.144.311-.374-.392.295c.01-.372.505-.54.392-.934-.073-.479-.385-.875-.647-1.267-.092-.156-.277-.196-.428-.27.211.371.506.689.702 1.069.055.511-.414.872-.696 1.242-.311.056-.57-.193-.852-.281.23-.229.64-.337.637-.726-.014-.536-.02-1.144-.356-1.59-.337-.274-.774-.398-1.099-.692-.376-.346-.922-.41-1.277-.782-.275-.289-.71-.127-1.06-.222l.462-.064c.27-.41-.199-1.044-.637-.666a66.992 66.992 0 0 1-.05-.416m.828-.011c-.134.163.157.317.268.175.15-.16-.16-.311-.268-.175z"/><path fill="#fff" d="M14.77 17.735c.358.078.718.145 1.079.202-.158.27-.245.569-.319.87-.182.124-.452.14-.575-.071l-.169.169-.016-.238-.295.166c.103-.167.217-.325.337-.48-.01-.206-.025-.413-.042-.618z"/></symbol><symbol viewBox="0 0 24 24" id="warning--quay-or-river-bank--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.891 1.5h.16c.443.024.85.277 1.058.67 3.413 5.873 6.821 11.748 10.235 17.621.191.341.424.665.553 1.037.22.677-.266 1.488-.982 1.574-.436.043-.874.013-1.309.018l-20.288.001C.626 22.476.08 21.858 0 21.21v-.233c.038-.224.11-.443.226-.641C3.825 14.293 7.43 8.251 11.027 2.206c.191-.33.458-.659.864-.707M3.677 19.723h16.606c-2.765-4.787-5.531-9.572-8.303-14.356a12739.27 12739.27 0 0 0-8.303 14.356z"/><path fill="#fff" d="M3.677 19.723c2.765-4.787 5.532-9.572 8.303-14.356 2.772 4.783 5.538 9.569 8.303 14.356H3.677m7.351-6.439l-.077.335.34.262c.254-.086.568-.212.794.006.258.187.21.526.121.787.647.492 1.28 1.001 1.933 1.487.257-.092.582-.194.803.036.26.203.108.564.122.838a.795.795 0 0 0 .682-.648c-.251-.278-.55-.505-.821-.761-.424-.294-.032-.954-.422-1.262a167.36 167.36 0 0 0-1.331-1.063c-.33-.277-.774.005-1.154-.061-.239-.12-.452-.283-.677-.428-.102.16-.206.317-.313.474m.314.642c-.107.272-.17.648.148.808.431.264.949-.35.602-.725-.184-.253-.5-.144-.75-.083m-2.472.195c-.524 1.498-1.056 2.994-1.572 4.495 3.139-.002 6.278-.002 9.418 0 .001-.498.004-.995-.004-1.493-.353-.017-.682.104-1.009.216-.332.122-.631-.132-.943-.204-.344-.054-.643.168-.966.245-.347.037-.62-.263-.961-.258-.342-.013-.625.222-.958.263-.26-.025-.472-.2-.72-.266-.362-.049-.68.161-1.004.28a447.449 447.449 0 0 1 0-3.277c-.427.002-.854.001-1.28 0m5.349 2.082c-.089.232-.229.518-.011.728.254.325.876.115.808-.318.064-.451-.475-.547-.797-.41z"/><path fill="#fff" d="M12.329 13.525c.25-.068.499-.137.749-.203.216.162.427.329.64.496l-.419.485c-.322-.262-.647-.518-.97-.778zM13.829 13.918c.239.179.473.364.703.553.001.278-.006.556-.012.834-.362-.305-.733-.601-1.103-.898.137-.163.274-.328.412-.49zM11.587 14.167c.263-.222.522.374.149.328-.197.104-.248-.223-.149-.328zM14.437 16.504c.137-.167.427.067.26.226-.14.158-.421-.066-.26-.226z"/><path fill="#120c0e" d="M11.028 13.284c.107-.157.211-.314.313-.474.224.145.438.308.677.428.38.066.824-.216 1.154.061.445.352.889.707 1.331 1.063.39.308-.001.968.422 1.262.271.256.57.482.821.761a.793.793 0 0 1-.682.648c-.014-.274.138-.635-.122-.838-.221-.23-.546-.128-.803-.036-.653-.486-1.286-.995-1.933-1.487.089-.262.137-.6-.121-.787-.227-.218-.54-.092-.794-.006l-.34-.262.077-.335m1.301.243c.323.259.648.516.97.778.139-.162.278-.324.419-.485-.212-.167-.424-.334-.64-.496-.25.066-.499.134-.749.203m1.5.393a66.56 66.56 0 0 0-.412.49c.37.296.74.593 1.103.898.006-.278.013-.556.012-.834a18.77 18.77 0 0 0-.703-.553z"/><path fill="#120c0e" d="M11.342 13.928c.25-.061.566-.17.75.083.347.374-.172.989-.602.725-.318-.16-.254-.535-.148-.808m.245.239c-.1.104-.048.432.149.328.373.047.114-.55-.149-.328z"/><path fill="#120c0e" d="M8.87 14.123c.426.001.853.002 1.28 0a447.449 447.449 0 0 0 0 3.277c.324-.119.642-.329 1.004-.28.248.066.46.241.72.266.332-.041.616-.276.958-.263.341-.005.614.295.961.258.323-.077.622-.299.966-.245.312.072.611.326.943.204.328-.112.656-.233 1.009-.216.007.498.005.995.004 1.493-3.139-.002-6.278-.002-9.418 0 .516-1.501 1.048-2.998 1.572-4.495z"/><path fill="#120c0e" d="M14.22 16.206c.322-.137.86-.041.797.41.068.433-.553.643-.808.318-.218-.21-.078-.497.011-.728m.217.298c-.161.16.12.384.26.226.167-.158-.124-.392-.26-.226z"/></symbol><symbol viewBox="0 0 24 24" id="warning--quay-or-river-bank--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f7e237" d="M11.686 1.31h.673c.308.204.652.401.782.771.146.273.33.526.483.796.123.354.377.637.546.967.131.234.284.455.421.686.08.192.168.378.261.563.145.226.294.448.429.68.105.317.323.572.483.859.143.276.33.526.476.8.112.196.236.383.356.575l.19.396c.142.226.29.45.428.68l.12.288c.121.19.25.375.368.567.154.386.4.723.615 1.077l.119.287c.149.222.301.443.425.681.112.196.237.385.359.577.199.43.411.854.69 1.24.152.388.403.72.612 1.076.121.357.374.64.553.966.108.314.317.574.483.858.146.276.326.531.484.799l.12.287c.123.188.25.374.36.571.127.236.276.458.419.686l.19.396c.141.228.29.451.429.681.063.149.13.297.196.444.086.141.167.284.246.429v.676c-.088.123-.171.25-.25.381-.023.225-.164.36-.382.404-.192.077-.385.153-.574.237H.755c-.254-.139-.492-.32-.582-.607l-.171-.32v-.526c.127-.157.163-.359.225-.545.123-.189.254-.372.372-.564l.13-.284c.156-.338.352-.654.561-.96.09-.186.179-.371.259-.561.183-.323.429-.61.553-.966.153-.269.334-.523.49-.79.08-.19.168-.377.259-.56.121-.192.247-.379.371-.568l.119-.288c.182-.323.43-.608.554-.963.15-.272.334-.524.49-.793.106-.314.313-.577.488-.855.061-.131.124-.263.188-.394.143-.228.292-.451.421-.687.11-.196.237-.382.36-.571.03-.072.091-.215.12-.287.159-.269.335-.526.491-.794.033-.07.097-.211.128-.281.148-.343.372-.64.566-.957.063-.15.128-.299.193-.45.161-.266.335-.526.494-.793l.12-.286c.121-.19.251-.377.372-.567.029-.072.088-.215.119-.286.141-.229.288-.454.428-.683l.189-.394c.175-.277.377-.542.49-.855.211-.353.457-.688.612-1.073.142-.228.292-.452.422-.688.114-.196.24-.386.349-.586.135-.148.276-.291.419-.43l.334-.166m-.073.586c-.255.084-.441.292-.571.519-.724 1.261-1.441 2.523-2.161 3.785-2.59 4.658-5.301 9.247-7.897 13.901-.211.399-.488.771-.614 1.21-.132.596.372 1.252.997 1.203 7.037-.036 14.076-.097 21.113-.124.503.05 1.018-.302 1.095-.814.128-.497-.254-.906-.469-1.314-3.484-5.956-6.839-11.988-10.313-17.948-.23-.404-.749-.575-1.181-.417z"/><path fill="#f7e237" d="M11.928 4.516c.244.29.408.634.599.96 2.848 4.931 5.666 9.88 8.483 14.829l.121.273c-6.134 0-12.269.074-18.404.098 3.109-5.363 6.127-10.778 9.201-16.16m-.945 6.114c-.654.263-1.379.385-1.968.79-.458.261-.128.817-.124 1.219.098.364-.146.687-.316.986.175.346.429.639.679.931 1.688-.601 3.364-1.236 5.062-1.804-.021-.408.028-.825-.074-1.223-.157-.143-.379-.182-.543-.317-.35-.299-.537-.768-.943-1.003-.625-.12-1.19.257-1.771.421m-1.738 4.058c.041.145.083.288.121.434l.331-.254c.094.27.186.542.272.817.229-.088.452-.19.668-.308a57.207 57.207 0 0 1-.201-.673c.993-.397 1.988-.794 2.983-1.189a8.6 8.6 0 0 1 .259.705c.246-.083.491-.166.738-.243-.077-.217-.16-.432-.246-.646l.28-.218-.103-.302a510.101 510.101 0 0 0-5.102 1.876m3.027.317c.001.899.003 1.799.001 2.698-.317.208-.615.459-.975.59-.546-.007-.967-.477-1.526-.472-.666-.113-1.138.512-1.777.537-.552.07-.977-.406-1.516-.428-.652-.003-1.183.483-1.819.601a8.89 8.89 0 0 0-.323.701c.648.181 1.174-.287 1.728-.52.601-.157 1.068.364 1.644.408.706.137 1.215-.575 1.91-.527.579-.059.999.448 1.557.494a2.83 2.83 0 0 0 1.099-.545c.001.108.001.321.003.428-.338.368-.88.629-1.367.389-.647-.319-1.422-.446-2.097-.142a2.018 2.018 0 0 1-.797.392 6.706 6.706 0 0 1-.868-.357c-.626-.32-1.419-.201-1.959.237-.297.221-.687.142-.975-.051a2.943 2.943 0 0 0-.375.579c.441.281 1.069.579 1.534.181.472-.437 1.292-.588 1.79-.112.306.27.721.257 1.105.243.444-.317.939-.703 1.52-.626.502.043.887.441 1.386.499.385-.08.745-.247 1.103-.407l-.001.45c2.742-.003 5.486-.046 8.228-.039-.942-1.753-1.879-3.51-2.855-5.244-1.793.026-3.588.021-5.381.043z"/><path fill="#f7e237" d="M10.575 11.611c.571-.166 1.112-.448 1.703-.532.308-.052.623.218.648.521-.098.161-.29.206-.452.27-.92.327-1.834.668-2.756.994-.091-.199-.201-.407-.177-.633.16-.429.662-.476 1.033-.621z"/><path fill="#1e2826" d="M11.615 1.899c.432-.159.95.012 1.181.417 3.474 5.96 6.829 11.992 10.313 17.948.215.408.597.818.469 1.314-.077.512-.592.863-1.095.814-7.037.028-14.076.088-21.113.124-.625.05-1.13-.607-.997-1.203.126-.439.403-.811.614-1.21 2.596-4.654 5.306-9.243 7.897-13.901.72-1.262 1.437-2.524 2.161-3.785.13-.226.316-.434.571-.519m.312 2.618c-3.074 5.382-6.092 10.797-9.201 16.16 6.135-.023 12.27-.098 18.404-.098l-.121-.273a2649.852 2649.852 0 0 0-8.483-14.829c-.19-.326-.354-.67-.599-.96z"/><path fill="#1e2826" d="M10.983 10.63c.581-.164 1.146-.541 1.771-.421.407.234.593.703.943 1.003.164.135.386.174.543.317.102.399.054.815.074 1.223-1.698.568-3.374 1.203-5.062 1.804-.25-.292-.503-.585-.679-.931.17-.299.414-.622.316-.986-.004-.403-.334-.959.124-1.219.589-.406 1.314-.527 1.968-.79m-.406.981c-.371.145-.873.192-1.033.621-.025.226.086.434.177.633.921-.327 1.836-.668 2.756-.994.163-.065.354-.109.452-.27-.025-.303-.341-.574-.648-.521-.592.084-1.132.367-1.703.532zM9.247 14.688a510.101 510.101 0 0 1 5.102-1.876l.103.302-.28.218c.086.214.168.429.246.646-.247.077-.492.16-.738.243a9.135 9.135 0 0 0-.259-.705c-.996.394-1.99.792-2.983 1.189.066.225.132.448.201.673a5.77 5.77 0 0 1-.668.308 28.95 28.95 0 0 0-.272-.817l-.331.254c-.039-.146-.08-.29-.121-.434zM12.274 15.004c1.793-.022 3.588-.017 5.381-.043.977 1.734 1.913 3.491 2.855 5.244-2.742-.007-5.486.036-8.228.039l.001-.45c-.359.16-.719.327-1.103.407-.499-.058-.884-.457-1.386-.499-.581-.077-1.076.309-1.52.626-.383.014-.799.028-1.105-.243-.498-.476-1.319-.326-1.79.112-.465.399-1.092.101-1.534-.181.101-.208.229-.401.375-.579.288.193.679.272.975.051.539-.439 1.332-.557 1.959-.237.28.139.57.258.868.357.295-.068.561-.206.797-.392.674-.303 1.45-.177 2.097.142.487.24 1.029-.021 1.367-.389-.001-.106-.001-.32-.003-.428-.319.265-.701.44-1.099.545-.559-.046-.978-.553-1.557-.494-.695-.048-1.204.663-1.91.527-.577-.044-1.043-.566-1.644-.408-.554.233-1.08.701-1.728.52a8.89 8.89 0 0 1 .323-.701c.636-.119 1.167-.604 1.819-.601.539.022.964.498 1.516.428.639-.025 1.11-.65 1.777-.537.559-.006.979.465 1.526.472.36-.131.658-.382.975-.59.001-.899 0-1.799-.001-2.698z"/></symbol><symbol viewBox="0 0 24 24" id="warning--quay-or-river-bank--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.915 0h.138c.355.022.67.211.91.466 3.522 3.524 7.04 7.055 10.566 10.577.246.23.41.533.472.865v.176c-.054.307-.188.6-.418.815-3.355 3.365-6.708 6.734-10.061 10.102-.379.37-.719.817-1.237 1h-.582c-.481-.184-.808-.593-1.163-.944L.357 12.832c-.162-.16-.266-.364-.356-.57v-.366c.038-.5.455-.822.779-1.153C4.223 7.305 7.655 3.856 11.099.418c.218-.224.5-.389.817-.416m-.344.394c-.098.065-.19.137-.274.218C7.736 4.176 4.176 7.74.618 11.305c-.39.328-.448.983-.053 1.331 3.451 3.467 6.913 6.923 10.363 10.39.305.292.6.715 1.073.69.438.023.716-.368 1.002-.637 3.311-3.325 6.636-6.635 9.955-9.953.301-.322.746-.623.728-1.117.016-.337-.198-.616-.427-.836C19.733 7.664 16.222 4.14 12.698.63c-.272-.319-.751-.445-1.127-.233z"/><path fill="#fde012" d="M11.815.976l.182-.109c.382.19.642.541.946.829 3.281 3.281 6.556 6.569 9.839 9.847.136.139.271.284.358.461a1.525 1.525 0 0 1-.244.337c-3.539 3.542-7.064 7.098-10.603 10.639-.145.198-.436.209-.578.004-3.358-3.368-6.712-6.74-10.069-10.108-.272-.281-.588-.53-.784-.876.083-.144.187-.274.301-.394 3.48-3.485 6.962-6.966 10.44-10.454l.212-.176m-4.209 5.83l-.752 1.477c.312.162.625.322.94.479.245-.259.593-.536.968-.368.504.121.647.698.522 1.145.254.118.509.238.773.335a1.032 1.032 0 0 1-.58.136c-2.021-.001-4.042-.002-6.062 0-.667.67-1.33 1.344-1.994 2.015 1.957 1.955 3.908 3.916 5.863 5.873.944-.005 1.889.006 2.833-.006.091.194.14.451.358.547.226.09.444-.044.637-.145.275.193.601.21.878.006.284.2.622.193.904-.006a.69.69 0 0 0 .862.004c.28.191.622.212.894-.01.269.226.611.199.889.007.208.109.467.263.691.101.215-.104.216-.365.25-.569-.168.156-.234.526-.518.491-.264.029-.32-.287-.433-.457-.108.168-.156.481-.419.458-.27.064-.335-.271-.456-.433-.127.173-.204.494-.48.433-.245.016-.299-.28-.412-.436-.107.174-.176.461-.434.438-.26.023-.335-.268-.444-.44-.122.152-.172.473-.414.437-.283.062-.352-.252-.47-.436-.119.167-.194.498-.468.436-.241.022-.295-.28-.416-.432-.128.158-.178.476-.439.433-.431-.014-.442-.582-.497-.9.161.092.312.211.496.256.151-.055.298-.122.438-.204a.68.68 0 0 0 .876.01c.293.202.624.223.908-.011.27.227.58.221.854.006.286.22.619.216.9-.008.276.226.606.228.888.006.199.085.415.288.635.136.256-.098.292-.384.314-.62-.155.198-.248.488-.522.551-.27-.055-.354-.329-.464-.541-.041.148-.083.294-.122.443-.124.032-.25.055-.376.071-.215-.071-.245-.322-.343-.492-.116.172-.166.43-.386.494a3.803 3.803 0 0 1-.364-.078 20.704 20.704 0 0 0-.118-.445c-.115.215-.193.5-.473.546-.244-.05-.338-.283-.436-.48-.114.176-.179.424-.412.475-.275.001-.362-.272-.475-.472-.1.338-.391.563-.733.378l-.109-.406c-.144.202-.263.564-.582.479-.324-.163-.326-.575-.413-.878.289.25.637.234.953.064a.843.843 0 0 0 .878.001.87.87 0 0 0 .902-.001c.289.162.58.16.872.002.281.155.606.174.881-.011.275.184.599.166.881.01.23.077.514.242.737.053.186-.102.174-.338.227-.515-.138.15-.242.335-.406.463-.29.079-.455-.188-.551-.412-.114.154-.182.424-.418.413-.263.059-.335-.253-.461-.408-.137.163-.223.454-.487.41-.25-.001-.299-.289-.41-.457-.092.193-.17.474-.442.461-.244.013-.319-.263-.431-.421-.124.14-.179.436-.409.413-.278.065-.353-.239-.479-.414-.128.158-.217.475-.476.416-.228.005-.294-.266-.412-.415-.112.172-.185.425-.432.426-.269-.004-.391-.28-.443-.502-.06-2.075.048-4.156-.054-6.229.87.452 1.742.9 2.612 1.352.299-.29.745-.551 1.153-.307.413.192.46.688.373 1.084.313.154.623.314.931.48.272-.382.164-.838.103-1.264-.67-.624-1.457-1.148-1.942-1.944-.353-.436-.583-1.024-1.134-1.25-.707-.366-1.424-.715-2.124-1.097-.43.132-.852.286-1.278.428a766.66 766.66 0 0 1-1.271-.655m.576 1.729c-.482.229-.45 1.013.037 1.219.427.27 1.051-.137 1.022-.628.019-.511-.632-.871-1.06-.592m5.155 2.534c-.509.154-.638.922-.185 1.214.371.306 1.016.068 1.088-.41.133-.5-.42-1-.904-.804z"/><path fill="#fde012" d="M9.176 7.609c.323-.083.638-.247.974-.26.757.352 1.499.742 2.231 1.145.434.359.691.886 1.054 1.313-1.422-.728-2.838-1.468-4.259-2.197zM8.207 8.813c.229-.258.69-.133.774.192.091.289-.144.658-.468.604-.391.018-.604-.545-.306-.796zM13.339 11.304c.316-.158.736.098.691.458-.008.37-.54.583-.791.293-.23-.21-.151-.595.1-.751z"/><path d="M11.572.396c.376-.212.854-.086 1.127.233 3.524 3.51 7.036 7.034 10.561 10.543.229.221.443.499.427.836.018.494-.427.796-.728 1.117-3.319 3.318-6.644 6.628-9.955 9.953-.286.269-.564.66-1.002.637-.473.025-.768-.398-1.073-.69-3.45-3.467-6.912-6.923-10.363-10.39-.395-.348-.337-1.003.053-1.331C4.177 7.739 7.737 4.175 11.299.613c.084-.082.175-.154.274-.218m.242.581l-.212.176c-3.478 3.488-6.96 6.97-10.44 10.454-.114.12-.218.25-.301.394.196.346.511.595.784.876 3.358 3.367 6.712 6.739 10.069 10.108.143.205.433.194.578-.004 3.539-3.541 7.064-7.097 10.603-10.639.092-.103.181-.212.244-.337-.086-.176-.222-.322-.358-.461-3.283-3.278-6.558-6.566-9.839-9.847-.304-.288-.564-.64-.946-.829-.046.026-.137.082-.182.109z"/><path d="M7.606 6.806c.424.22.847.437 1.271.655.426-.143.848-.296 1.278-.428.7.382 1.417.731 2.124 1.097.551.227.781.815 1.134 1.25.485.796 1.272 1.32 1.942 1.944.061.426.169.882-.103 1.264a28.228 28.228 0 0 0-.931-.48c.086-.396.04-.892-.373-1.084-.408-.244-.854.017-1.153.307-.87-.452-1.742-.9-2.612-1.352.102 2.074-.006 4.154.054 6.229.052.222.174.498.443.502.247-.001.32-.254.432-.426.118.149.184.42.412.415.259.059.348-.258.476-.416.126.175.2.479.479.414.23.023.286-.272.409-.413.112.158.187.434.431.421.271.013.349-.268.442-.461.112.168.161.456.41.457.264.043.35-.247.487-.41.126.155.198.467.461.408.235.011.304-.259.418-.413.096.223.26.491.551.412.163-.128.268-.313.406-.463-.053.176-.041.413-.227.515-.223.19-.506.024-.737-.053-.282.156-.606.174-.881-.01-.275.185-.6.166-.881.011a.854.854 0 0 1-.872-.002.87.87 0 0 1-.902.001.843.843 0 0 1-.878-.001c-.316.17-.664.186-.953-.064.086.304.089.715.413.878.319.085.438-.277.582-.479l.109.406c.342.185.634-.04.733-.378.113.199.2.473.475.472.233-.052.298-.299.412-.475.097.197.192.43.436.48.28-.046.358-.331.473-.546.041.148.079.296.118.445.12.032.241.058.364.078.221-.065.27-.323.386-.494.098.17.128.421.343.492.126-.016.252-.038.376-.071l.122-.443c.11.212.194.486.464.541.274-.062.367-.353.522-.551-.023.236-.059.522-.314.62-.22.152-.436-.05-.635-.136-.282.222-.612.22-.888-.006a.691.691 0 0 1-.9.008c-.275.215-.584.221-.854-.006-.284.234-.616.212-.908.011-.282.21-.599.208-.876-.01-.14.082-.287.149-.438.204-.184-.044-.335-.163-.496-.256.055.318.066.886.497.9.262.043.311-.275.439-.433.121.152.175.454.416.432.274.062.349-.269.468-.436.119.184.187.498.47.436.242.036.292-.284.414-.437.109.173.184.463.444.44.258.023.328-.264.434-.438.113.156.167.451.412.436.276.061.353-.26.48-.433.121.162.186.497.456.433.263.023.311-.29.419-.458.113.17.169.486.433.457.284.035.35-.335.518-.491-.034.204-.035.464-.25.569-.224.162-.484.008-.691-.101-.278.192-.62.218-.889-.007-.272.222-.614.2-.894.01a.69.69 0 0 1-.862-.004.758.758 0 0 1-.904.006c-.277.204-.604.187-.878-.006-.193.101-.412.235-.637.145-.217-.096-.266-.353-.358-.547-.944.012-1.889.001-2.833.006-1.955-1.957-3.906-3.918-5.863-5.873.665-.671 1.327-1.345 1.994-2.015 2.021-.002 4.042-.001 6.062 0 .205.018.401-.04.58-.136-.264-.097-.518-.217-.773-.335.125-.446-.018-1.024-.522-1.145-.376-.168-.724.109-.968.368a69.181 69.181 0 0 1-.94-.479c.251-.492.503-.984.752-1.477m1.568.806c1.421.73 2.837 1.469 4.259 2.197-.362-.427-.619-.954-1.054-1.313a36.922 36.922 0 0 0-2.231-1.145c-.336.013-.652.178-.974.26z"/><path d="M8.18 8.538c.427-.28 1.079.08 1.06.592.029.491-.595.898-1.022.628-.487-.206-.52-.99-.037-1.219m.026.274c-.298.251-.085.814.306.796.324.054.559-.314.468-.604-.084-.325-.545-.45-.774-.192zM13.334 11.071c.484-.196 1.037.304.904.804-.072.479-.718.716-1.088.41-.454-.293-.324-1.061.185-1.214m.004.233c-.251.156-.33.541-.1.751.251.29.782.077.791-.293.044-.36-.376-.617-.691-.458z"/></symbol><symbol viewBox="0 0 24 24" id="warning--quay-or-river-bank--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.92 0h.146c.323.02.612.186.834.414 3.443 3.437 6.875 6.886 10.316 10.322.326.334.745.656.784 1.16v.336c-.082.221-.188.438-.361.604-3.396 3.407-6.79 6.816-10.184 10.225-.353.349-.679.756-1.158.938h-.568c-.527-.17-.866-.628-1.249-.997-3.172-3.187-6.344-6.374-9.518-9.559-.385-.398-.89-.763-.961-1.357v-.168c.056-.34.226-.648.478-.881C3.861 7.658 7.236 4.271 10.615.89c.377-.367.736-.847 1.306-.89m-.354.41c-.28.197-.503.46-.746.696C7.437 4.48 4.06 7.863.676 11.238c-.434.356-.498 1.075-.062 1.457 3.581 3.584 7.169 7.163 10.752 10.746.328.371.954.367 1.286.002 3.595-3.602 7.193-7.204 10.787-10.808.394-.35.332-1.007-.059-1.333A26882.26 26882.26 0 0 0 12.706.617C12.43.3 11.932.18 11.567.411z"/><path fill="#fde012" d="M11.801.984c.21-.242.439.036.607.179 3.491 3.508 6.996 7.001 10.487 10.506.094.101.173.211.238.332a1.455 1.455 0 0 1-.239.334c-3.541 3.548-7.074 7.103-10.613 10.654-.139.198-.426.188-.568-.004-3.541-3.544-7.069-7.103-10.61-10.646-.09-.119-.263-.232-.208-.402.144-.246.37-.431.565-.635 3.182-3.178 6.355-6.365 9.536-9.544.268-.259.508-.547.804-.774m3.322 6.476c-.437-.121-.856-.364-1.307-.391-.812.398-1.626.803-2.414 1.247-.599.599-.935 1.428-1.588 1.982-.391.338-.775.685-1.166 1.022-.062.43-.175.887.106 1.266.308-.166.618-.326.93-.482-.116-.42-.007-.954.445-1.114.4-.194.792.076 1.072.343.842-.443 1.7-.857 2.527-1.327.048.139.07.284.058.432-.016 1.884.005 3.768-.01 5.652-.014.257-.146.613-.454.613-.254.012-.322-.259-.43-.428-.115.156-.18.426-.416.421-.268.056-.354-.262-.47-.432-.125.181-.196.491-.48.436-.238.001-.298-.272-.415-.428-.101.164-.176.454-.427.43-.275.022-.348-.268-.433-.464-.114.169-.166.457-.415.463-.27.044-.358-.251-.494-.42-.115.163-.188.474-.454.419-.244.007-.311-.263-.424-.426-.095.172-.17.443-.42.426-.276.042-.35-.32-.504-.466.011.186.002.41.194.514.222.196.508.038.731-.065.284.178.614.202.889-.008.278.21.61.192.893.001a.701.701 0 0 0 .865-.001c.28.204.593.156.899.046.304.114.61.145.89-.046.289.23.671.2.94-.058l-.191.66c.054.071.108.14.164.209-.046.305-.086.835-.498.835-.257.016-.32-.278-.433-.449-.108.162-.16.456-.408.445-.274.065-.361-.269-.469-.444-.118.187-.192.509-.479.445-.247.018-.293-.292-.406-.449-.108.178-.18.47-.443.45-.264.025-.336-.269-.443-.448-.103.167-.156.461-.409.446-.272.061-.356-.27-.479-.443-.118.17-.182.509-.462.443-.262.018-.306-.293-.407-.463-.113.176-.174.484-.439.464-.283.025-.354-.319-.503-.485.014.206.017.462.238.563.226.161.49.01.694-.108.272.205.618.223.886-.004.271.226.616.208.893.005a.658.658 0 0 0 .863-.005.723.723 0 0 0 .902.01c.272.215.61.194.88-.01.168.088.338.222.542.175.283-.031.358-.348.445-.568.946.008 1.89-.002 2.834.006 1.961-1.954 3.91-3.92 5.869-5.875-.665-.672-1.327-1.345-1.994-2.015-2.231-.03-4.464.052-6.692-.044.27-.158.546-.305.826-.444-.134-.443.028-1.012.524-1.128.374-.162.722.11.962.372.314-.158.628-.319.941-.481-.251-.492-.503-.984-.752-1.477-.425.217-.848.437-1.273.654m.01 1.069c-.45.205-.51.899-.084 1.163.416.38 1.158-.012 1.118-.563.032-.509-.61-.862-1.034-.6m-4.914 2.54c-.51.148-.65.918-.198 1.214.373.314 1.032.071 1.097-.416.127-.496-.421-.984-.899-.798m-2.475 6.487c.226.218.505.041.72-.089.277.23.618.233.889-.007.269.251.593.196.896.042.287.157.598.206.858-.037.278.234.619.229.904.008.275.224.608.217.883-.007.223.169.49.215.767.176a.885.885 0 0 0-.478-.149 7.605 7.605 0 0 1-.338-.463l-.1.391c-.12.036-.242.067-.365.094-.216-.061-.277-.298-.377-.469-.109.202-.199.5-.484.479-.234-.046-.296-.299-.398-.478-.101.198-.191.442-.44.486-.28-.037-.356-.32-.462-.535-.044.143-.089.283-.13.427-.12.036-.24.067-.362.092-.218-.073-.274-.326-.389-.502-.097.175-.127.425-.343.503a4.966 4.966 0 0 1-.378-.094c-.041-.143-.084-.284-.127-.426-.106.204-.175.493-.449.527-.276-.023-.36-.326-.504-.511.016.198 0 .436.206.541z"/><path fill="#fde012" d="M13.853 7.346c.335.02.647.178.97.263-1.421.728-2.834 1.468-4.255 2.195.44-.498.706-1.2 1.349-1.48.646-.324 1.277-.683 1.937-.978zM15.299 8.71c.338-.169.78.259.598.6-.097.352-.643.415-.817.098-.163-.235-.065-.61.22-.698zM10.223 11.303c.359-.191.793.197.65.568-.089.306-.512.433-.743.199-.269-.192-.184-.624.092-.767z"/><path fill="#030303" d="M11.567.41c.365-.23.863-.11 1.139.206 3.559 3.56 7.117 7.122 10.674 10.685.391.326.452.983.059 1.333-3.594 3.605-7.192 7.206-10.787 10.808-.332.365-.959.368-1.286-.002C7.783 19.857 4.195 16.278.614 12.694c-.436-.382-.372-1.1.062-1.457C4.06 7.863 7.437 4.48 10.821 1.105c.244-.236.467-.499.746-.696m.234.575c-.296.227-.536.515-.804.774-3.181 3.179-6.354 6.366-9.536 9.544-.196.204-.421.389-.565.635-.055.17.118.283.208.402 3.541 3.544 7.069 7.103 10.61 10.646a.349.349 0 0 0 .568.004c3.539-3.551 7.072-7.105 10.613-10.654.096-.1.175-.211.239-.334a1.56 1.56 0 0 0-.238-.332C19.405 8.164 15.9 4.671 12.409 1.163c-.168-.143-.397-.421-.607-.179z"/><path fill="#030303" d="M15.122 7.46c.425-.217.848-.437 1.273-.654l.752 1.477c-.313.162-.626.323-.941.481-.24-.262-.588-.534-.962-.372-.497.116-.659.685-.524 1.128-.28.139-.556.286-.826.444 2.228.096 4.462.014 6.692.044.667.67 1.33 1.343 1.994 2.015-1.96 1.955-3.908 3.922-5.869 5.875-.944-.008-1.889.002-2.834-.006-.088.22-.162.536-.445.568-.204.047-.374-.088-.542-.175-.27.204-.607.224-.88.01a.723.723 0 0 1-.902-.01.66.66 0 0 1-.863.005c-.277.203-.622.221-.893-.005-.268.227-.613.209-.886.004-.204.118-.468.269-.694.108-.221-.101-.223-.356-.238-.563.149.166.22.51.503.485.265.019.326-.288.439-.464.101.17.145.481.407.463.28.066.344-.272.462-.443.122.173.206.504.479.443.253.014.306-.28.409-.446.107.179.179.473.443.448.263.02.335-.272.443-.45.113.157.158.467.406.449.287.064.361-.258.479-.445.108.175.196.509.469.444.248.011.3-.283.408-.445.113.17.176.464.433.449.412 0 .452-.53.498-.835a6.869 6.869 0 0 1-.164-.209l.191-.66c-.269.258-.65.288-.94.058-.281.191-.587.16-.89.046-.306.11-.619.158-.899-.046a.701.701 0 0 1-.865.001c-.283.191-.614.209-.893-.001-.275.21-.605.186-.889.008-.223.103-.509.26-.731.065-.192-.103-.184-.328-.194-.514.154.145.228.508.504.466.25.017.325-.254.42-.426.113.163.18.433.424.426.265.055.338-.256.454-.419.137.169.224.464.494.42.25-.006.301-.294.415-.463.085.197.158.486.433.464.251.024.326-.265.427-.43.118.156.178.43.415.428.284.055.355-.254.48-.436.116.17.203.488.47.432.236.005.301-.265.416-.421.108.169.175.44.43.428.307 0 .439-.356.454-.613.014-1.884-.006-3.768.01-5.652a1.055 1.055 0 0 0-.058-.432c-.827.47-1.685.884-2.527 1.327-.28-.268-.672-.538-1.072-.343-.452.16-.562.694-.445 1.114-.312.156-.622.317-.93.482-.281-.379-.168-.836-.106-1.266.391-.337.775-.684 1.166-1.022.653-.554.989-1.384 1.588-1.982a48.265 48.265 0 0 1 2.414-1.247c.451.028.87.27 1.307.391m-1.268-.115c-.66.295-1.291.654-1.937.978-.643.28-.908.982-1.349 1.48 1.421-.727 2.834-1.466 4.255-2.195-.323-.085-.635-.242-.97-.263z"/><path fill="#030303" d="M15.133 8.528c.425-.262 1.067.091 1.034.6.04.551-.702.943-1.118.563-.426-.264-.366-.958.084-1.163m.166.182c-.284.089-.383.463-.22.698.174.317.72.253.817-.098.182-.341-.259-.769-.598-.6zM10.219 11.068c.478-.186 1.026.302.899.798-.065.487-.724.731-1.097.416-.452-.296-.312-1.067.198-1.214m.004.235c-.276.143-.361.575-.092.767.23.234.654.107.743-.199.143-.371-.292-.758-.65-.568zM7.744 17.555c-.206-.106-.191-.343-.206-.541.144.185.228.488.504.511.274-.034.343-.323.449-.527.043.142.086.283.127.426.125.036.251.067.378.094.216-.078.246-.328.343-.503.115.175.17.428.389.502.122-.025.242-.056.362-.092.041-.144.085-.284.13-.427.106.215.182.498.462.535.25-.044.34-.288.44-.486.102.179.164.432.398.478.284.022.374-.277.484-.479.1.172.161.408.377.469.122-.026.245-.058.365-.094.032-.131.066-.262.1-.391.108.157.218.314.338.463.169.011.34.047.478.149-.277.038-.544-.007-.767-.176-.275.224-.608.232-.883.007-.284.221-.625.226-.904-.008-.26.244-.571.194-.858.037-.304.154-.628.209-.896-.042-.271.24-.612.238-.889.007-.215.13-.494.307-.72.089z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M3.508 3.508c4.676-4.677 12.306-4.677 16.984 0s4.678 12.306 0 16.984c-4.677 4.677-12.307 4.677-16.984 0s-4.677-12.307 0-16.984z"/><path d="M3.708 3.709c4.567-4.566 12.016-4.566 16.583 0s4.566 12.016 0 16.582c-4.566 4.566-12.016 4.566-16.583 0s-4.566-12.015 0-16.582z"/><path fill="#ffd033" d="M3.136 4.821c-3.403 4.159-3.403 10.2 0 14.359l7.179-7.179-7.179-7.179zM4.821 3.137C8.98-.266 15.02-.266 19.18 3.137L12 10.317l-7.178-7.18zM19.179 20.864c-4.159 3.403-10.199 3.403-14.359 0l7.178-7.18 7.18 7.18zM20.862 19.18c3.404-4.159 3.404-10.2 0-14.359L13.683 12l7.179 7.179z"/><path d="M5.909 11.072c0 .351-.267.585-.685.585H3.872v-1.186h1.352c.418 0 .685.234.685.601zm.953 3.307l-.868-2.038c.484-.267.767-.735.767-1.269s-.284-1.001-.735-1.253c-.25-.149-.468-.2-.819-.2H3.02v4.76h.852v-1.871h1.269l.767 1.871h.953zM20.637 11.072c0 .351-.267.585-.685.585H18.6v-1.186h1.352c.418 0 .685.234.685.601zm.952 3.307l-.868-2.038c.485-.267.767-.735.767-1.269s-.283-1.001-.735-1.253c-.25-.149-.466-.2-.818-.2h-2.188v4.76h.852v-1.871h1.268l.768 1.871h.953z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.849 0h.275c.361.054.662.27.907.528 3.516 3.526 7.044 7.039 10.558 10.566.503.44.544 1.283.049 1.745-3.534 3.546-7.082 7.078-10.616 10.624-.245.276-.559.491-.932.538h-.151c-.289-.043-.577-.14-.782-.358C7.574 20.066 3.998 16.481.415 12.904a1.429 1.429 0 0 1-.413-.769v-.248c.042-.335.221-.628.462-.857C3.987 7.506 7.513 3.982 11.036.457c.221-.228.5-.396.815-.456m-.18.276c-.192.073-.337.223-.482.361C7.653 4.176 4.113 7.711.576 11.25c-.239.222-.406.544-.342.878.054.39.396.63.65.894 3.383 3.383 6.767 6.764 10.15 10.148.221.212.421.48.732.56.317.092.667-.023.893-.257 3.618-3.626 7.246-7.243 10.862-10.87.371-.373.296-1.02-.1-1.346C19.863 7.694 16.301 4.134 12.74.573c-.26-.293-.692-.466-1.069-.298z"/><path fill="#fee011" d="M11.782.73c.222-.146.481-.001.637.172 3.56 3.56 7.116 7.124 10.675 10.686.244.184.307.557.044.755-3.601 3.601-7.201 7.206-10.806 10.805a.441.441 0 0 1-.677-.001c-3.503-3.498-7-7.003-10.502-10.501-.158-.167-.35-.312-.456-.52-.074-.216.061-.403.206-.546C4.322 8.16 7.737 4.736 11.156 1.316c.205-.198.39-.421.625-.586m-1.267 2.446v6.613c.983.001 1.964.004 2.947-.002l-.001-6.611c-.982-.004-1.963-.002-2.946 0M4.2 10.231l-.002.673c-.346-.001-.692 0-1.038.001v.446l1.038.001v1.331l-1.038-.001v.45l1.038-.001.002.637.626-.002v-.634h.868v.635h.628l.001-.634.864-.002.004.637.643-.005-.002-.632.852.002v.634h.643l.001-.634c.278-.001.557-.002.835-.001l.002.635h.625l.001-.635h.851l.002.636.658-.002v-.634c.268-.001.536 0 .805.001l.001.634h.643v-.634c.283-.001.568-.002.851-.001l.001.634.642.001.002-.636.865.002.001.634.628-.001v-.634h.836v.635h.643v-.634l.851-.002.002.636h.641l.001-.635 1.099-.001v-.448l-1.099-.001c-.001-.444-.001-.887.001-1.331h1.091l-.001-.448-1.092-.001.001-.671-.642-.001-.002.673-.85-.001-.002-.672-.642.001v.672h-.836v-.673h-.629v.672l-.865.001-.002-.673h-.642l-.001.672-.85.001-.001-.673h-.643l-.001.672-.805.001v-.672l-.658-.001-.002.672a120.7 120.7 0 0 1-.851 0l-.001-.672h-.625l-.001.672h-.836l-.001-.672h-.643v.672h-.852l.001-.67-.643-.004-.001.674-.865-.001-.001-.672h-.628v.672h-.868v-.672h-.626m6.313 3.987v6.614h2.946v-6.614h-2.946z"/><path fill="#fee011" d="M4.828 11.353h.865l.001 1.328c-.289.001-.578.002-.866.001v-1.33zM6.323 11.353h.865v1.331l-.866-.002.001-1.328zM7.831 11.353h.852v1.328c-.283.001-.568.002-.851.001l-.001-1.33zM9.328 11.353h.836v1.33h-.836v-1.33zM10.793 11.353h.85v1.33h-.851c-.001-.443-.001-.887.001-1.33zM12.302 11.353h.805l.001 1.327c-.269.002-.538.004-.808.002l.001-1.33zM13.753 11.353l.848-.001c.002.444.001.887.001 1.331-.283.001-.568 0-.851-.002l.001-1.327zM15.248 11.353h.865v1.328l-.865.002a295.26 295.26 0 0 1 0-1.331zM16.744 11.353h.835v1.328l-.836.001.001-1.33zM18.223 11.353h.851l-.001 1.331-.85-.001v-1.33z"/><path d="M11.671.277c.377-.168.809.005 1.069.298 3.562 3.56 7.123 7.121 10.681 10.684.396.326.47.973.1 1.346-3.617 3.626-7.244 7.243-10.862 10.87-.226.234-.576.349-.893.257-.311-.08-.511-.348-.732-.56-3.383-3.384-6.767-6.766-10.15-10.148-.254-.264-.596-.504-.65-.894-.064-.335.103-.656.342-.878C4.112 7.713 7.652 4.178 11.189.64c.145-.138.29-.288.482-.361m.111.451c-.235.164-.42.388-.625.586C7.738 4.736 4.323 8.16.904 11.58c-.145.143-.281.33-.206.546.106.208.298.353.456.52 3.503 3.498 7 7.003 10.502 10.501a.441.441 0 0 0 .677.001c3.605-3.599 7.205-7.204 10.806-10.805.263-.198.199-.571-.044-.755C19.536 8.026 15.98 4.462 12.42.902c-.156-.173-.415-.318-.637-.172z"/><path d="M10.514 3.176c.983-.002 1.964-.004 2.946 0l.001 6.611c-.983.006-1.964.004-2.947.002V3.176zM4.2 10.231h.626v.672h.868v-.672h.628l.001.672.865.001.001-.674.643.004-.001.67h.852v-.672h.643l.001.672h.836l.001-.672h.625l.001.672h.851l.002-.672.658.001v.672l.805-.001.001-.672h.643l.001.673.85-.001.001-.672h.642l.002.673.865-.001v-.672h.629v.673h.836v-.672l.642-.001.002.672.85.001.002-.673.642.001-.001.671 1.092.001.001.448h-1.091c-.002.444-.002.887-.001 1.331l1.099.001v.448l-1.099.001-.001.635h-.641l-.002-.636-.851.002v.634h-.643v-.635h-.836v.634l-.628.001-.001-.634-.865-.002-.002.636-.642-.001-.001-.634c-.283-.001-.568 0-.851.001v.634h-.643l-.001-.634c-.269-.001-.538-.002-.805-.001v.634l-.658.002a135.26 135.26 0 0 1-.002-.636 120.7 120.7 0 0 0-.851 0l-.001.635h-.625l-.002-.635c-.278-.001-.557 0-.835.001l-.001.634h-.643v-.634l-.852-.002.002.632-.643.005-.004-.637-.864.002-.001.634h-.628v-.635a125.57 125.57 0 0 0-.868 0v.634l-.626.002-.002-.637-1.038.001v-.45l1.038.001v-1.331l-1.038-.001v-.446c.346-.001.692-.002 1.038-.001l.002-.673m.629 1.12v1.33c.288.001.577 0 .866-.001l-.001-1.328h-.865m1.495-.001l-.001 1.328.866.002v-1.331h-.865m1.508.001l.001 1.33c.283.001.568 0 .851-.001v-1.328h-.852m1.497-.001v1.33h.836v-1.33h-.836m1.465 0c-.002.443-.002.887-.001 1.33h.851v-1.33h-.85m1.509 0l-.001 1.33c.27.001.539 0 .808-.002l-.001-1.327h-.805m1.45-.001l-.001 1.327c.283.002.568.004.851.002 0-.444.001-.887-.001-1.331l-.848.001m1.494.001v1.331l.865-.002v-1.328h-.865m1.496-.001l-.001 1.33.836-.001v-1.328h-.835m1.479-.001v1.33l.85.001.001-1.331a120.7 120.7 0 0 0-.851 0zM10.514 14.216h2.946v6.614h-2.946v-6.614z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.58.331c.457-.178.979-.014 1.302.341 3.484 3.484 6.966 6.968 10.447 10.454.484.418.515 1.231.044 1.672-3.502 3.503-7.003 7.008-10.504 10.512-.278.3-.7.473-1.108.382-.462-.079-.745-.485-1.062-.787C7.359 19.561 4.014 16.222.673 12.88c-.547-.44-.545-1.333-.008-1.781C4.12 7.635 7.584 4.18 11.04.718c.16-.152.329-.306.539-.386m.107.206c-.191.064-.337.209-.48.344C7.745 4.346 4.28 7.806.82 11.272c-.403.346-.452 1.021-.046 1.384 3.379 3.385 6.768 6.76 10.145 10.148.302.298.611.701 1.084.678.468.014.762-.397 1.066-.688 3.172-3.186 6.353-6.362 9.532-9.542.257-.268.552-.505.766-.812.228-.372.115-.876-.203-1.16-3.482-3.482-6.96-6.97-10.45-10.446-.253-.281-.659-.431-1.027-.295z"/><path fill="#fee011" d="M11.524 1.202c.134-.119.272-.276.468-.272.234-.007.388.193.546.334 1.843 1.855 3.695 3.703 5.539 5.557-2.029 1.17-4.069 2.321-6.096 3.496-2.022-1.172-4.056-2.323-6.083-3.485 1.868-1.883 3.752-3.751 5.626-5.629M8.881 5.222V7.44h.341v-.976l.416-.001.354.976.37.001-.365-.998c.265-.226.442-.619.21-.935-.305-.418-.886-.25-1.326-.284m2.532.001l-.756 2.216h.366c.072-.214.148-.426.22-.641h.685c.072.214.148.426.221.64l.365.001c-.254-.738-.505-1.477-.76-2.216h-.341m1.386-.006v2.231h.368l-.001-2.233-.367.002m.949.006V7.44l1.342-.001-.001-.311h-.994V5.224h-.347z"/><path fill="#fee011" d="M9.224 5.557c.253.028.766-.085.744.314-.031.366-.499.223-.745.268l.001-.582zM11.586 5.789l.23.667h-.461c.077-.223.152-.445.23-.667zM1.148 11.587c.952-.967 1.918-1.922 2.878-2.882 1.8 1.02 3.599 2.045 5.393 3.076-1.88 1.072-3.769 2.129-5.64 3.215-.88-.898-1.786-1.769-2.665-2.665-.228-.198-.191-.56.035-.743zM14.572 11.796a812.59 812.59 0 0 1 5.356-3.121c.976.974 1.955 1.945 2.923 2.928.214.173.248.515.04.707-.889.907-1.805 1.792-2.692 2.702-1.867-1.086-3.751-2.144-5.627-3.216zM5.731 16.948c2.099-1.237 4.208-2.456 6.313-3.683 2.105 1.192 4.205 2.393 6.305 3.592-1.972 1.964-3.936 3.937-5.903 5.908-.158.168-.392.323-.63.217-.286-.187-.497-.463-.742-.696-1.782-1.778-3.558-3.563-5.344-5.338m2.495-.194c-.299.304-.305.872-.016 1.182.247.22.557.025.742-.17-.208-.037-.479.133-.649-.028-.182-.311-.115-.744.199-.942l.28.272.104-.274c-.209-.076-.466-.234-.66-.041m.885-.084v1.339h.199c.002-.212.006-.425.012-.636.406.038.289.619.677.689-.062-.212-.131-.422-.2-.634.08-.156.217-.318.149-.506-.142-.331-.554-.215-.836-.252m1.349.025c-.457.307-.378 1.466.33 1.319.554-.262.416-1.583-.33-1.319m.963.557c.175.121.384.18.568.287a.693.693 0 0 1-.188.348.752.752 0 0 0-.554-.236c.146.152.276.379.516.38.362.067.59-.478.293-.691-.176-.122-.382-.198-.57-.3.208-.209.476-.104.727-.079-.139-.108-.247-.34-.46-.301-.286-.004-.493.349-.331.593m1.042-.324c-.148.4.36.452.595.614.036.481-.492.14-.732.066.134.366.704.638.907.181.185-.442-.382-.601-.673-.75.196-.188.4-.192.613-.013.1-.44-.625-.493-.71-.098m1.026-.265v1.345l.221-.001v-1.342a16.283 16.283 0 0 0-.221-.002m.489-.041c-.014.462-.007.924-.008 1.387l.199-.002c.001-.302.001-.606.005-.908.209.332.328.749.671.974.022-.464.011-.929.012-1.393h-.205c.001.281-.001.562-.001.842-.208-.307-.295-.749-.672-.9m1.166.312c-.125.382-.106 1.136.455 1.096.354-.017.362-.414.4-.676-.154-.002-.307-.004-.46-.004l-.01.187.295.074-.235.214c-.384.02-.32-.523-.269-.774.083-.354.452-.084.654-.007-.053-.424-.7-.538-.83-.11z"/><path fill="#fee011" d="M9.314 17.249l-.001-.394c.222.028.538-.008.438.319-.144.035-.292.053-.437.074zM10.477 16.942c.089-.182.397-.096.396.103.07.263.11.836-.304.782-.246-.205-.205-.617-.092-.886z"/><path d="M11.686.538c.368-.136.774.014 1.027.295 3.49 3.476 6.967 6.964 10.45 10.446.318.284.431.788.203 1.16-.214.307-.509.545-.766.812-3.179 3.18-6.36 6.356-9.532 9.542-.304.29-.598.702-1.066.688-.473.023-.781-.38-1.084-.678C7.541 19.414 4.152 16.04.773 12.655c-.407-.362-.358-1.038.046-1.384C4.279 7.805 7.744 4.346 11.205.881c.143-.136.289-.281.48-.344m-.161.665C9.651 3.08 7.767 4.948 5.898 6.831c2.027 1.162 4.061 2.312 6.083 3.485 2.027-1.175 4.067-2.326 6.096-3.496-1.844-1.854-3.696-3.702-5.539-5.557-.158-.14-.312-.341-.546-.334-.196-.004-.334.154-.468.272M1.148 11.587c-.226.182-.263.545-.035.743.88.896 1.786 1.768 2.665 2.665 1.871-1.086 3.76-2.143 5.64-3.215a1025.629 1025.629 0 0 0-5.393-3.076c-.96.96-1.926 1.915-2.878 2.882m13.425.21c1.876 1.072 3.76 2.13 5.627 3.216.887-.911 1.802-1.795 2.692-2.702.209-.192.174-.534-.04-.707-.968-.983-1.948-1.954-2.923-2.928a839.4 839.4 0 0 0-5.356 3.121m-8.841 5.152c1.786 1.775 3.562 3.559 5.344 5.338.245.233.456.509.742.696.238.106.472-.049.63-.217 1.967-1.97 3.931-3.943 5.903-5.908-2.1-1.199-4.2-2.4-6.305-3.592-2.105 1.226-4.214 2.446-6.313 3.683z"/><path d="M8.881 5.222c.44.035 1.021-.133 1.326.284.232.316.055.709-.21.935.121.334.242.666.365.998l-.37-.001-.354-.976-.416.001v.976h-.341V5.221m.343.336l-.001.582c.246-.044.714.098.745-.268.022-.4-.491-.287-.744-.314zM11.413 5.224h.341c.254.739.505 1.478.76 2.216l-.365-.001c-.073-.214-.149-.426-.221-.64h-.685c-.072.215-.148.427-.22.641h-.366l.756-2.216m.173.565c-.078.222-.154.444-.23.667h.461l-.23-.667zM12.799 5.218l.367-.002.001 2.233h-.368V5.218zM13.748 5.224h.347v1.904h.994l.001.311-1.342.001V5.224zM8.225 16.754c.194-.193.451-.035.66.041l-.104.274-.28-.272c-.314.198-.382.631-.199.942.17.161.442-.01.649.028-.185.196-.494.39-.742.17-.289-.31-.283-.878.016-1.182zM9.11 16.669c.282.037.695-.079.836.252.068.188-.068.35-.149.506.07.211.138.421.2.634-.388-.07-.271-.65-.677-.689-.006.211-.01.424-.012.636h-.199v-1.339m.205.58c.145-.022.293-.04.437-.074.1-.328-.216-.292-.438-.319l.001.394zM10.46 16.694c.746-.264.884 1.057.33 1.319-.708.148-.787-1.012-.33-1.319m.017.248c-.113.269-.154.68.092.886.414.054.373-.52.304-.782.001-.199-.307-.286-.396-.103zM11.423 17.251c-.162-.244.046-.596.331-.593.212-.038.32.193.46.301-.251-.025-.52-.13-.727.079.188.102.394.178.57.3.298.214.07.758-.293.691-.24-.001-.37-.228-.516-.38a.75.75 0 0 1 .554.236.686.686 0 0 0 .188-.348c-.184-.107-.392-.166-.568-.287zM12.466 16.928c.085-.395.81-.342.71.098-.214-.179-.418-.175-.613.013.292.149.858.308.673.75-.203.457-.773.185-.907-.181.24.074.768.415.732-.066-.235-.162-.743-.215-.595-.614zM13.492 16.663l.221.002v1.342l-.221.001v-1.345zM13.981 16.622c.377.151.464.593.672.9 0-.281.002-.562.001-.842h.205c-.001.464.01.929-.012 1.393-.343-.226-.462-.642-.671-.974-.004.302-.004.606-.005.908l-.199.002c.001-.463-.006-.925.008-1.387zM15.148 16.934c.131-.427.778-.313.83.11-.202-.077-.571-.347-.654.007-.052.251-.115.794.269.774l.235-.214a25.414 25.414 0 0 1-.295-.074l.01-.187c.152 0 .306.001.46.004-.037.262-.046.659-.4.676-.56.041-.58-.714-.455-1.096z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.875 1.38h.22a1.66 1.66 0 0 1 1.328.854c3.35 5.809 6.696 11.62 10.046 17.429.205.362.449.714.53 1.13v.439c-.086.707-.677 1.292-1.379 1.387H1.396C.336 22.51-.35 21.221.191 20.291c3.457-6.02 6.931-12.032 10.397-18.048.251-.481.75-.8 1.286-.864M2.52 20.5c6.326 0 12.653.004 18.978-.002-3.163-5.485-6.319-10.974-9.49-16.454A9892.186 9892.186 0 0 0 2.52 20.501z"/><path fill="#fff" d="M2.52 20.5c3.158-5.489 6.32-10.975 9.488-16.457 3.17 5.48 6.326 10.969 9.49 16.454-6.325.006-12.652.002-18.978.002m8.839-5.896c-.001.162-.001.325-.004.487l-.821-.001-.002-.484c-.214-.275-.43-.548-.647-.82-.284.401-.796.744-.655 1.303h-.822a77.766 77.766 0 0 1-.002-.482 25.595 25.595 0 0 0-.654-.822c-.22.269-.431.544-.647.816l-.001.488-.361.002-.001.823h.361c.004.756.001 1.511.001 2.267l-.362.005v.822l.362.002.001.817c.434 0 .869.001 1.302-.001v-.817c.275-.001.548-.001.823.001l.001.817h1.302l.001-.817c.274-.001.548-.002.822-.001l.001.817c.433.002.868.002 1.302.001l.001-.817c.274-.002.548-.002.822 0l.001.817c.434 0 .869.001 1.303-.001-.001-.272-.001-.545 0-.817.274-.001.548 0 .823.001l.001.817 1.301.001.001-.818.361-.002.001-.823a43.926 43.926 0 0 0-.362-.002v-2.267l.361-.002v-.823l-.361-.001-.001-.484c-.215-.275-.43-.551-.652-.82-.221.268-.433.542-.649.814l-.002.49-.822.001c.148-.562-.376-.899-.652-1.306-.22.272-.439.544-.653.822v.482h-.821l-.004-.486c-.215-.274-.427-.55-.65-.815-.222.268-.436.541-.649.815z"/><path fill="#fff" d="M8.407 15.916h.823v2.267h-.823v-2.267zM10.534 15.916h.824l-.001 2.267h-.822c-.002-.755-.001-1.511-.001-2.267zM12.66 15.916h.823v2.267h-.822l-.001-2.267zM14.786 15.916h.824v2.267h-.823l-.001-2.267z"/><path d="M11.359 14.603c.214-.274.427-.547.649-.815.223.265.436.541.65.815.001.162.001.324.004.486h.821v-.482c.214-.278.433-.55.653-.822.276.407.799.744.652 1.306l.822-.001.002-.49c.216-.271.428-.546.649-.814.222.269.437.545.652.82l.001.484.361.001v.823l-.361.002v2.267l.362.002-.001.823-.361.002-.001.818-1.301-.001-.001-.817c-.275-.001-.55-.002-.823-.001-.001.272-.001.545 0 .817-.434.002-.869.001-1.303.001l-.001-.817a56.308 56.308 0 0 0-.822 0l-.001.817c-.434.001-.869.001-1.302-.001l-.001-.817c-.274-.001-.548 0-.822.001l-.001.817H9.233l-.001-.817a75.26 75.26 0 0 0-.823-.001v.817c-.433.002-.868.001-1.302.001l-.001-.817a43.684 43.684 0 0 0-.362-.002v-.822l.362-.005c0-.756.002-1.511-.001-2.267h-.361l.001-.823.361-.002.001-.488c.216-.272.427-.547.647-.816.223.27.443.544.654.822l.002.482h.822c-.14-.559.371-.902.655-1.303.217.271.433.545.647.82l.002.484.821.001.004-.487m-2.954 1.312v2.267h.823v-2.267h-.823m2.127 0c0 .756-.001 1.512.001 2.267h.822l.001-2.267h-.824m2.126 0l.001 2.267h.822v-2.267h-.823m2.126 0l.001 2.267h.823v-2.267h-.824z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.866 0h.266c.33.044.617.223.845.458 3.401 3.403 6.803 6.805 10.206 10.207.305.312.664.599.817 1.022v.66c-.149.419-.505.696-.805 1.002l-9.842 9.842c-.306.3-.586.658-1.003.808h-.648c-.408-.132-.679-.479-.974-.768-3.3-3.301-6.602-6.604-9.905-9.904-.338-.34-.755-.667-.822-1.176v-.259c.066-.526.497-.862.842-1.213C4.243 7.281 7.642 3.881 11.041.481c.224-.235.503-.419.826-.482m-.19.299c-.185.077-.331.217-.473.353L.945 10.912c-.248.258-.556.497-.664.854-.115.349.048.724.298.968l10.753 10.754c.359.371 1.014.413 1.372.019 3.577-3.583 7.163-7.158 10.742-10.738.234-.228.404-.554.349-.888-.064-.397-.388-.668-.654-.938A14354.92 14354.92 0 0 1 12.814.623c-.28-.306-.734-.509-1.138-.326z"/><path fill="#fee011" d="M11.813.79c.236-.138.494.002.655.186 3.54 3.539 7.085 7.072 10.622 10.613.134.145.276.329.229.541-.107.282-.359.463-.559.674-3.461 3.458-6.919 6.918-10.38 10.376-.181.235-.559.197-.734-.025C8.07 19.571 4.483 15.996.908 12.41c-.259-.211-.221-.582.026-.785 3.514-3.529 7.044-7.043 10.561-10.57.1-.095.194-.199.317-.266M6.96 7.645c1.214.708 2.44 1.4 3.655 2.11-1.24.704-2.466 1.433-3.7 2.147.26.386.523.772.784 1.158a322.426 322.426 0 0 1 3.77-2.095c.002 1.028.001 2.056.001 3.083-.907.01-1.814-.016-2.722.013-1.111.074-2.009 1.165-1.907 2.268.055 1.048.994 1.954 2.042 1.97 1.018.052 1.99-.737 2.161-1.738.14-.679-.116-1.388-.583-1.886.336.006.672.006 1.008.006l.001 5.462h1.093v-5.46c.336-.002.672-.004 1.009-.008-.433.475-.694 1.126-.596 1.774.112.997 1.02 1.828 2.024 1.85 1.064.059 2.077-.808 2.188-1.868.166-1.15-.779-2.321-1.945-2.374-.893-.023-1.786-.001-2.678-.01a1583.12 1583.12 0 0 1 0-3.082c1.265.689 2.524 1.387 3.778 2.094.257-.386.518-.77.776-1.157-1.231-.718-2.461-1.44-3.696-2.15 1.216-.706 2.436-1.403 3.653-2.105-.227-.415-.45-.832-.683-1.244-1.283.706-2.551 1.435-3.828 2.148l-.001-.383H11.47l.001.383c-1.278-.713-2.544-1.445-3.827-2.147l-.685 1.241z"/><path fill="#fee011" d="M8.77 15.142c.548-.132 1.146.271 1.225.83.116.552-.308 1.144-.872 1.202-.539.091-1.09-.322-1.159-.862-.094-.523.28-1.079.806-1.171zM14.687 15.187c.713-.312 1.562.39 1.388 1.15-.101.763-1.134 1.124-1.693.596-.588-.464-.407-1.507.305-1.746z"/><path d="M11.677.298c.403-.182.858.02 1.138.326 3.44 3.442 6.883 6.881 10.327 10.32.266.27.59.541.654.938.055.334-.115.66-.349.888-3.58 3.58-7.165 7.154-10.742 10.738-.358.394-1.013.352-1.372-.019L.58 12.735c-.25-.245-.413-.619-.298-.968.108-.358.415-.596.664-.854L11.205.652c.142-.136.288-.276.473-.353m.135.491c-.122.067-.217.172-.317.266C7.979 4.583 4.448 8.096.935 11.626c-.247.203-.286.574-.026.785 3.575 3.586 7.162 7.16 10.738 10.745.175.222.553.26.734.025 3.461-3.458 6.919-6.918 10.38-10.376.2-.211.452-.392.559-.674.047-.212-.095-.396-.229-.541C19.553 8.049 16.009 4.516 12.469.977c-.161-.184-.419-.324-.655-.186z"/><path d="M6.96 7.645l.685-1.241c1.283.702 2.549 1.434 3.827 2.147l-.001-.383h1.094l.001.383c1.277-.713 2.545-1.442 3.828-2.148.233.413.456.829.683 1.244-1.217.702-2.437 1.399-3.653 2.105 1.235.71 2.465 1.433 3.696 2.15-.258.386-.52.77-.776 1.157a295.096 295.096 0 0 0-3.778-2.094 1583.12 1583.12 0 0 0 0 3.082c.893.008 1.786-.013 2.678.01 1.166.053 2.111 1.224 1.945 2.374-.11 1.061-1.123 1.927-2.188 1.868-1.004-.023-1.913-.853-2.024-1.85-.097-.648.163-1.298.596-1.774-.337.005-.673.006-1.009.008v5.46h-1.093l-.001-5.462c-.336 0-.672 0-1.008-.006.467.498.724 1.207.583 1.886-.172 1.001-1.144 1.789-2.161 1.738-1.049-.017-1.987-.923-2.042-1.97-.102-1.103.796-2.194 1.907-2.268.907-.029 1.814-.004 2.722-.013 0-1.027.001-2.054-.001-3.083-1.261.69-2.519 1.388-3.77 2.095-.26-.386-.523-.772-.784-1.158 1.234-.714 2.46-1.442 3.7-2.147-1.216-.709-2.441-1.402-3.655-2.11m1.809 7.497c-.527.092-.9.648-.806 1.171.07.54.62.953 1.159.862.564-.059.989-.65.872-1.202-.079-.559-.677-.962-1.225-.83m5.917.044c-.712.239-.893 1.282-.305 1.746.559.528 1.592.167 1.693-.596.174-.76-.676-1.462-1.388-1.15z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.899 1.62h.23a1.47 1.47 0 0 1 1.132.78c3.362 5.717 6.727 11.434 10.091 17.149.24.42.535.818.648 1.297v.262a1.424 1.424 0 0 1-1.253 1.272H1.266C.634 22.324.112 21.818 0 21.198v-.312c.066-.412.307-.76.514-1.111C3.94 13.962 7.356 8.142 10.784 2.329A1.419 1.419 0 0 1 11.9 1.62m.009 1.21c-.144.188-.254.398-.374.602C8.128 9.229 4.714 15.022 1.31 20.82c-.122.128-.127.39.112.356 6.966.01 13.932-.002 20.897.006.164-.019.388.056.478-.131-.097-.274-.268-.512-.41-.763L12.251 3.052c-.076-.134-.158-.289-.34-.223z"/><path fill="#c0111e" d="M9.71 16.681c-.683-.166-.636-1.208-.001-1.418.263.029.5.151.649.374.217.449-.088 1.142-.648 1.044zM13.645 15.637a.885.885 0 0 1 .644-.374c.6.199.697 1.142.091 1.394-.584.202-.978-.542-.736-1.02z"/><path fill="#fff" d="M11.909 2.83c.181-.066.264.089.34.223l10.136 17.236c.143.251.313.49.41.763-.09.187-.313.112-.478.131-6.965-.008-13.931.004-20.897-.006-.239.034-.234-.228-.112-.356C4.712 15.023 8.126 9.23 11.533 3.433c.12-.204.23-.414.374-.602M9.024 9.852c.713.482 1.436.952 2.147 1.439-.722.49-1.451.972-2.17 1.468.154.263.306.527.458.791a148.46 148.46 0 0 1 2.089-1.348c.002 1.006.001 2.012.001 3.018-.613.025-1.232-.053-1.841.043-.635.21-.682 1.253.001 1.418.56.098.865-.595.648-1.044.397.011.794.007 1.192.007v3.736h.9v-3.736c.398 0 .797.004 1.195-.007-.242.478.151 1.222.736 1.02.606-.252.509-1.195-.091-1.394-.608-.094-1.228-.019-1.84-.043 0-1.006-.001-2.012.001-3.018.701.444 1.4.89 2.093 1.348l.454-.791c-.719-.496-1.446-.978-2.168-1.468.71-.487 1.435-.955 2.147-1.441-.133-.281-.268-.56-.402-.84-.715.446-1.411.923-2.124 1.372V9.085h-.9v1.297c-.712-.449-1.408-.925-2.12-1.372-.137.28-.271.56-.406.842z"/><path d="M9.024 9.852c.134-.282.269-.563.406-.842.713.446 1.409.923 2.12 1.372V9.085h.9v1.297c.713-.449 1.409-.925 2.124-1.372.134.28.269.559.402.84-.712.486-1.436.954-2.147 1.441.722.49 1.45.972 2.168 1.468l-.454.791c-.692-.457-1.392-.904-2.093-1.348-.002 1.006-.001 2.012-.001 3.018.612.024 1.231-.05 1.84.043a.886.886 0 0 0-.644.374c-.398.011-.797.007-1.195.007v3.736h-.9v-3.736c-.397 0-.794.004-1.192-.007a.87.87 0 0 0-.649-.374c.608-.096 1.228-.018 1.841-.043 0-1.006.001-2.012-.001-3.018-.701.442-1.396.894-2.089 1.348l-.458-.791c.719-.496 1.447-.978 2.17-1.468-.71-.487-1.434-.956-2.147-1.439z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g4" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M11.218.199c.757-.34 1.664-.062 2.206.538 3.292 3.308 6.587 6.614 9.871 9.931.695.648.856 1.872.15 2.57-3.269 3.253-6.541 6.503-9.811 9.754-.304.295-.58.653-.992.799-.655.252-1.439.067-1.939-.415-3.229-3.252-6.463-6.499-9.694-9.749-.322-.317-.677-.63-.828-1.068-.259-.641-.126-1.434.39-1.909L10.497.776c.22-.215.438-.444.721-.577m.342.341c-.311.08-.565.287-.786.512-3.272 3.25-6.542 6.502-9.811 9.755-.624.554-.612 1.602-.037 2.186 3.125 3.156 6.263 6.3 9.388 9.456.386.386.761.86 1.33.97a1.488 1.488 0 0 0 1.422-.4c3.326-3.311 6.655-6.619 9.983-9.928.61-.593.518-1.649-.084-2.213a4750.88 4750.88 0 0 0-9.756-9.812c-.406-.449-1.052-.694-1.648-.527z"/><path fill="gold" d="M11.659 1.327c.352-.161.752.012.997.282a8598.22 8598.22 0 0 1 9.52 9.574c.428.317.75.998.268 1.416-3.294 3.27-6.587 6.542-9.875 9.818-.176.19-.436.32-.701.258-.385-.06-.618-.407-.882-.656-3.013-3.03-6.02-6.064-9.041-9.086-.283-.3-.688-.587-.678-1.045-.011-.27.184-.475.361-.652C4.774 8.1 7.93 4.973 11.079 1.841c.185-.18.356-.382.58-.514M6.617 7.98c-.002.264-.004.529-.002.794-.097-.001-.29-.002-.386-.004-.005.51-.002 1.019-.002 1.529l.395.04c-.013 1.246-.005 2.491-.005 3.736l-.529-.001c-.029.527-.01 1.055-.014 1.583.182.001.365.01.547.013-.004.17-.007.342-.012.512a46.73 46.73 0 0 1 1.297-.001l-.01-.517 1.847.001-.011.517c.433-.006.865-.006 1.298 0l-.011-.517h1.874l.011.514h1.309c.002-.172.007-.343.011-.514h1.885l-.002.512 1.309.001.006-.51.322-.008c-.002-.527-.001-1.054-.001-1.58a33.85 33.85 0 0 0-.322-.007c.004-1.255-.007-2.51.005-3.766l.475.004c0-.514.001-1.027-.004-1.54-.158.001-.318.002-.476.005 0-.251-.001-.503.001-.754a17.345 17.345 0 0 0-.637-.744c-.222.248-.488.464-.666.75-.026.247-.012.498-.01.746-.63-.001-1.259-.002-1.889.001 0-.25 0-.498.002-.748a11.71 11.71 0 0 0-.656-.751c-.23.241-.454.488-.668.744l-.001.755c-.625-.005-1.249-.002-1.873-.001l-.002-.79c-.21-.233-.42-.467-.624-.706-.218.235-.439.467-.656.703-.004.264-.004.528-.004.792-.612-.001-1.224-.002-1.837 0 .001-.266-.001-.533-.008-.799a9.748 9.748 0 0 1-.601-.683c-.254.199-.454.455-.673.688z"/><path fill="gold" d="M7.9 10.308c.614.012 1.23-.024 1.843.023-.012 1.248-.005 2.497-.004 3.745H7.897c.005-1.256.001-2.512.002-3.768zM11.023 10.308c.624 0 1.247.002 1.871-.001.006 1.256.001 2.512.002 3.768l-1.876.001c.005-1.256.001-2.512.002-3.768zM14.224 10.307c.629.013 1.26-.022 1.888.023-.008 1.248-.002 2.497-.002 3.746l-1.888-.001c.001-1.256-.004-2.512.002-3.768z"/><path d="M11.56.54c.595-.167 1.242.078 1.648.527a4750.88 4750.88 0 0 1 9.756 9.812c.602.564.694 1.62.084 2.213-3.328 3.308-6.656 6.617-9.983 9.928a1.488 1.488 0 0 1-1.422.4c-.569-.109-.943-.583-1.33-.97-3.125-3.156-6.263-6.3-9.388-9.456-.575-.584-.587-1.632.037-2.186 3.269-3.253 6.539-6.505 9.811-9.755.221-.226.475-.432.786-.512m.1.786c-.223.132-.395.334-.58.514C7.93 4.973 4.774 8.1 1.628 11.236c-.178.176-.372.382-.361.652-.01.458.395.745.678 1.045 3.02 3.023 6.028 6.056 9.041 9.086.264.25.497.596.882.656.265.062.524-.068.701-.258 3.288-3.276 6.581-6.548 9.875-9.818.482-.418.161-1.099-.268-1.416a8588.5 8588.5 0 0 0-9.52-9.574c-.245-.27-.646-.443-.997-.282z"/><path d="M6.617 7.98c.22-.233.419-.488.673-.688.187.24.394.462.601.683.007.266.01.533.008.799.613-.002 1.225-.001 1.837 0 0-.264 0-.528.004-.792.217-.236.438-.468.656-.703.204.239.414.473.624.706l.002.79c.624-.001 1.248-.004 1.873.001l.001-.755c.215-.256.438-.503.668-.744.229.241.449.491.656.751-.002.25-.002.498-.002.748.63-.004 1.259-.002 1.889-.001-.002-.248-.017-.499.01-.746.178-.286.444-.502.666-.75.22.242.432.49.637.744-.002.251-.001.503-.001.754l.476-.005c.005.512.004 1.026.004 1.54l-.475-.004c-.012 1.255-.001 2.51-.005 3.766l.322.007c0 .527-.001 1.054.001 1.58l-.322.008-.006.51-1.309-.001.002-.512h-1.885l-.011.514a285.58 285.58 0 0 0-1.309 0l-.011-.514h-1.874l.011.517a46.802 46.802 0 0 0-1.298 0l.011-.517-1.847-.001.01.517a46.73 46.73 0 0 0-1.297.001c.005-.17.008-.342.012-.512-.182-.004-.365-.012-.547-.013.005-.528-.014-1.056.014-1.583l.529.001c0-1.244-.008-2.49.005-3.736-.098-.011-.296-.03-.395-.04 0-.51-.002-1.019.002-1.529l.386.004c-.001-.265 0-.53.002-.794M7.9 10.308c-.001 1.256.002 2.512-.002 3.768H9.74c-.001-1.248-.008-2.497.004-3.745-.613-.047-1.229-.011-1.843-.023m3.122 0c-.001 1.256.002 2.512-.002 3.768l1.876-.001c-.001-1.256.004-2.512-.002-3.768-.624.004-1.247.001-1.871.001m3.2-.001c-.006 1.256-.001 2.512-.002 3.768l1.888.001c0-1.249-.006-2.498.002-3.746-.628-.044-1.259-.01-1.888-.023z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g5" xmlns="http://www.w3.org/2000/svg"><path d="M11.812 0h.352c.31.071.59.232.806.464 3.359 3.362 6.721 6.721 10.081 10.082.376.38.838.736.949 1.291v.284c-.07.32-.227.617-.47.838-3.401 3.406-6.809 6.804-10.207 10.212-.332.342-.668.727-1.16.828h-.302c-.288-.066-.564-.193-.769-.41-3.379-3.382-6.761-6.76-10.136-10.144-.368-.38-.84-.719-.954-1.27v-.343c.1-.557.571-.906.941-1.286C4.304 7.186 7.667 3.826 11.024.464a1.63 1.63 0 0 1 .79-.464m-.418.714c-2.003 1.994-4 3.997-6 5.995l-.33.281c.139.06.274.155.434.127 1.692-.005 3.385-.001 5.077-.002.002 1.435.001 2.872.001 4.307H8.159v2.969c.486-.011.972.022 1.457-.012.449-.182.844-.479 1.272-.703-.211-.401-.424-.845-.343-1.31.067-.449.382-.806.73-1.074.066-.325.276-.622.612-.702.552-.149.972-.55 1.313-.989.281-.362.88-.35 1.152.017.116-.256.337-.496.642-.474.313-.018.522.236.715.442.162-.239.286-.569.614-.614.418-.104.678.3.832.618.245-.407.557-.851 1.063-.924.691-.124 1.268.401 1.618.937.15-.382.262-.794.55-1.103-2.473-2.474-4.95-4.946-7.423-7.423-.202-.194-.386-.416-.63-.562-.314-.16-.706-.058-.936.2M4.944 7.111C3.565 8.61 2.063 9.995.65 11.463a.772.772 0 0 0 .014 1.079c.612.622 1.234 1.234 1.85 1.85 1.668-.007 3.337 0 5.005-.004v-2.966L5.1 11.421c-.001-1.128-.004-2.257 0-3.386-.008-.314.065-.664-.157-.924m1.187.601c-.581.202-.665 1.084-.136 1.394.462.334 1.174-.019 1.211-.581.079-.563-.551-1.043-1.075-.814m2.792.018c-.532.229-.608 1.04-.12 1.358.458.364 1.204.013 1.238-.564.083-.583-.592-1.061-1.118-.794M7.487 9.562c-.509.229-.584 1.006-.127 1.326.419.356 1.14.097 1.244-.44.181-.614-.558-1.207-1.117-.886m4.025 1.654c.324.161.588.412.83.676.173-.146.355-.389.614-.317.19.024.294.209.426.324.257.005.514.005.77.004.055-.258.161-.618.488-.614.335-.014.446.355.505.614.305.002.611.001.916-.001.056-.252.167-.622.504-.57.265.056.282.36.34.571l.583.001.481-.575c.624-.008 1.249.013 1.873-.016-.265-.179-.538-.347-.796-.535-.349.31-.906.367-1.244.011-.516.451-1.303.422-1.825-.004-.349.329-.872.284-1.229-.006-.457.326-1.051.31-1.517.01-.3.23-.682.182-.967-.043a1.081 1.081 0 0 0-.754.47m8.385.051c-.158.373-.522.595-.786.889l-.004.66c.202.197.4.396.592.602-.006.324-.007.648-.006.972.283-.001.566 0 .85.001-.241-.814.335-1.633 1.063-1.951.41-.088.848.197 1.244-.026.36-.128.278-.646.674-.742a8.223 8.223 0 0 0-.606-.646c-.592-.005-1.291.211-1.772-.248-.312.35-.761.637-1.249.488M18 11.64v1.232h.83l.001-1.232h-.832M3.034 14.93c.173.156.338.319.491.496a19.903 19.903 0 0 1-.026-.481l-.464-.014m1.103.01v.607l-.496-.012a323.001 323.001 0 0 1 3.883 3.882c-.013-1.291 0-2.581-.006-3.872l-.274-.001v-.604l-.613-.001-.001.606h-.632v-.606l-.613.001v.604l-.634.001-.001-.605h-.613m4.026-.005c-.01 1.702 0 3.402-.005 5.102 1.099 1.097 2.192 2.198 3.294 3.292.305.322.862.282 1.142-.052 2.573-2.579 5.155-5.149 7.724-7.73l-.592-.004-.001-.604-.604-.001-.001.606h-.642v-.605h-.613l-.001.604-.632.001-.001-.606-.612.001-.002.605h-.631l-.001-.605h-.614v.605h-.631l-.002-.606-.612.001-.002.605h-.631v-.605l-.613-.001c-.001.202-.002.403-.001.606l-.634-.001v-.604h-.613v.604l-.642.001-.001-.606-.605.001v.604l-.641.001-.002-.604-.604-.004-.001.607a68.48 68.48 0 0 0-.641 0l-.001-.604-.329-.006m12.21.004a7.817 7.817 0 0 1-.037.649 5.16 5.16 0 0 1 .575-.635c-.18-.006-.359-.01-.538-.014z"/><path fill="#ffeb00" d="M11.396.714c.23-.258.622-.36.936-.2.244.145.428.367.63.562 2.473 2.477 4.95 4.949 7.423 7.423-.288.308-.4.721-.55 1.103-.349-.536-.926-1.061-1.618-.937-.506.073-.818.517-1.063.924-.154-.318-.414-.722-.832-.618-.329.046-.452.376-.614.614-.193-.205-.402-.46-.715-.442-.305-.022-.526.218-.642.474-.272-.367-.871-.379-1.152-.017-.341.439-.761.84-1.313.989-.336.08-.546.377-.612.702-.348.268-.662.625-.73 1.074-.08.466.132.91.343 1.31-.428.224-.823.521-1.272.703-.485.034-.971.001-1.457.012v-2.969h2.419c0-1.435.001-2.872-.001-4.307-1.692.001-3.385-.002-5.077.002-.161.028-.295-.067-.434-.127l.33-.281c2-1.998 3.997-4.001 6-5.995z"/><path fill="#ffeb00" d="M4.944 7.111c.222.26.149.61.157.924-.004 1.129-.001 2.258 0 3.386l2.419.001v2.966c-1.668.004-3.337-.004-5.005.004-.617-.617-1.238-1.229-1.85-1.85a.77.77 0 0 1-.014-1.079c1.412-1.469 2.915-2.854 4.294-4.352zM7.487 9.562c.559-.322 1.298.271 1.117.886-.104.538-.826.797-1.244.44-.457-.32-.382-1.097.127-1.326zM11.512 11.216c.173-.263.443-.422.754-.47.286.226.667.274.967.043.466.3 1.06.317 1.517-.01.356.29.88.335 1.229.006.522.426 1.309.455 1.825.004.338.356.895.299 1.244-.011.258.188.53.356.796.535-.624.029-1.249.007-1.873.016-.161.192-.322.383-.481.575l-.583-.001c-.058-.211-.074-.515-.34-.571-.337-.052-.448.318-.504.57-.305.002-.611.004-.916.001-.059-.259-.17-.629-.505-.614-.328-.004-.433.356-.488.614-.257.001-.514.001-.77-.004-.132-.115-.236-.3-.426-.324-.259-.072-.442.17-.614.317-.242-.264-.506-.515-.83-.676zM19.895 11.267c.488.149.937-.138 1.249-.488.481.46 1.181.244 1.772.248.214.204.415.42.606.646-.396.096-.314.613-.674.742-.396.223-.834-.061-1.244.026-.728.318-1.304 1.138-1.063 1.951-.283-.001-.566-.002-.85-.001-.001-.324 0-.648.006-.972-.192-.206-.39-.406-.592-.602l.004-.66c.264-.294.628-.516.786-.889z"/><path fill="#ffeb00" d="M18 11.64h.832l-.001 1.232h-.83V11.64zM3.034 14.93l.464.014c.007.16.016.32.026.481a5.605 5.605 0 0 0-.491-.496zM4.138 14.941h.613l.001.605.634-.001v-.604l.613-.001v.606h.632l.001-.606.613.001v.604l.274.001c.006 1.291-.007 2.581.006 3.872a323.001 323.001 0 0 0-3.883-3.882l.496.012v-.607zM8.164 14.936l.329.006.001.604h.641l.001-.607.604.004.002.604.641-.001v-.604l.605-.001.001.606.642-.001v-.604h.613v.604l.634.001c-.001-.203 0-.404.001-.606l.613.001v.605h.631l.002-.605.612-.001.002.606h.631v-.605h.614l.001.605h.631l.002-.605.612-.001.001.606.632-.001.001-.604h.613v.605h.642l.001-.606.604.001.001.604c.197.001.394.001.592.004-2.569 2.581-5.152 5.152-7.724 7.73-.281.334-.838.373-1.142.052-1.102-1.093-2.195-2.195-3.294-3.292.005-1.7-.005-3.401.005-5.102zM20.376 14.938c.179.005.358.008.538.014-.204.2-.407.403-.575.635.023-.216.032-.432.037-.649z"/><path fill="#ce191f" d="M6.13 7.712c.524-.229 1.154.251 1.075.814-.037.562-.749.914-1.211.581-.529-.311-.445-1.193.136-1.394zM8.922 7.729c.527-.266 1.201.211 1.118.794-.035.577-.78.928-1.238.564-.488-.318-.412-1.129.12-1.358z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.193 0h1.352c1.291 1.072 2.449 2.287 3.664 3.442 2.2 2.128 4.33 4.325 6.455 6.525.431.52.933.986 1.271 1.575v.751c-.562.929-1.352 1.694-2.107 2.466a543.053 543.053 0 0 1-7.86 7.841c-.564.48-1.079 1.03-1.729 1.4h-.681c-.61-.284-1.075-.781-1.587-1.205-2.953-2.845-5.831-5.765-8.702-8.693a50.97 50.97 0 0 1-1.204-1.379v-1.611c.337-.379.651-.781 1.003-1.148a926.139 926.139 0 0 1 8.698-8.696c.461-.438.948-.848 1.427-1.267m.319.69c-.198.084-.352.241-.503.388C7.64 4.458 4.255 7.824.89 11.208c-.235.218-.38.541-.322.864.045.398.392.646.647.916 3.341 3.32 6.666 6.655 9.997 9.984.339.374.976.353 1.317-.005 3.442-3.434 6.876-6.877 10.323-10.306.428-.363.431-1.088 0-1.45-3.387-3.408-6.793-6.795-10.186-10.197-.279-.324-.745-.506-1.153-.323z"/><path fill="#030303" d="M9.115 9.337c.453-.663.848-1.59 1.734-1.723 1.6-.126 3.216-.167 4.81.022.554.088.822.612 1.179.974l.406-.019-.008.695c.087.174.17.35.252.527.328-.143 1.038-.222.987.32-.035.367-.464.283-.725.292.256.691.499 1.408.481 2.155-.029.234.099.544-.13.708-.035.441.053.896-.061 1.327-.221.553-.977.559-1.437.35-.464-.271-.332-.877-.348-1.321-2.041.15-4.088.127-6.128 0-.026.414.106.922-.241 1.239-.327.272-.832.239-1.209.106-.605-.34-.335-1.131-.385-1.69l-.154-.161a6.236 6.236 0 0 1 .49-2.713 4.926 4.926 0 0 1-.898-.082c.008-.292.01-.585.01-.878l1.374-.13m1.6-1.272c-.438.265-.558.83-.867 1.218.254-.027.509-.052.763-.075l.001.822c-.426.056-.854.097-1.279.145l.053.152c.825.051 1.655-.092 2.484-.073 1.727-.045 3.453.018 5.178.095.014-.401-.327-.695-.493-1.035-.715.054-1.422.169-2.133.249l-.003-.708a40.073 40.073 0 0 1 1.762-.171c-.169-.259-.313-.641-.677-.653-1.593-.102-3.203-.14-4.79.034m-1.78 3.644c-.413.223-.419.885-.012 1.116.387.276.99-.025 1.009-.496.075-.514-.571-.916-.998-.62m7.773-.018c-.449.201-.468.915-.032 1.142.385.259.966-.034.994-.496.077-.498-.529-.909-.961-.646z"/><path fill="#030303" d="M17.786 8.532c.363-.036.726-.071 1.09-.105l-.001.601-1.088.126v-.621zM11.154 9.155c.908-.088 1.815-.176 2.723-.259v.734c-.907.112-1.815.221-2.722.33l-.001-.804zM4.664 9.771c.843-.086 1.689-.166 2.534-.244.004.306.005.614-.014.92-.458.042-.913.104-1.37.162.245 1.5.494 2.999.741 4.499-.876.003-1.75.003-2.626.001.236-1.781.449-3.565.736-5.338z"/><path fill="#facf03" d="M11.512.691c.409-.183.874-.001 1.153.323 3.394 3.402 6.799 6.789 10.186 10.197.431.362.428 1.087 0 1.45-3.447 3.429-6.881 6.872-10.323 10.306-.341.358-.978.379-1.317.005-3.331-3.329-6.656-6.664-9.997-9.984-.256-.27-.602-.518-.647-.916-.058-.323.087-.646.322-.864 3.365-3.385 6.75-6.75 10.119-10.129.152-.147.305-.304.503-.388M9.115 9.337l-1.374.13c0 .293-.003.586-.01.878.297.052.597.084.898.082a6.233 6.233 0 0 0-.49 2.713l.154.161c.051.559-.219 1.35.385 1.69.378.132.882.166 1.209-.106.348-.317.215-.825.241-1.239 2.041.127 4.088.15 6.128 0 .016.444-.117 1.05.348 1.321.461.209 1.217.202 1.437-.35.114-.431.026-.886.061-1.327.228-.165.101-.475.13-.708.018-.747-.226-1.463-.481-2.155.261-.009.69.075.725-.292.051-.542-.659-.463-.987-.32a21.168 21.168 0 0 0-.252-.527l.008-.695-.406.019c-.357-.362-.625-.886-1.179-.974-1.594-.189-3.211-.148-4.81-.022-.886.132-1.282 1.06-1.734 1.723m8.67-.807v.621l1.088-.126.001-.601-1.09.105M4.664 9.771c-.287 1.773-.499 3.557-.736 5.338.876.001 1.75.001 2.626-.001-.246-1.5-.496-2.999-.741-4.499.457-.058.912-.121 1.37-.162.019-.306.018-.614.014-.92-.845.078-1.69.158-2.534.244z"/><path fill="#facf03" d="M10.714 8.063c1.587-.174 3.197-.136 4.79-.034.365.012.509.393.677.653-.588.045-1.175.1-1.762.171l.003.708c.711-.08 1.418-.195 2.133-.249.166.34.507.634.493 1.035-1.724-.077-3.451-.14-5.178-.095-.829-.019-1.659.123-2.484.073l-.053-.152c.426-.048.854-.09 1.279-.145l-.001-.822a49.22 49.22 0 0 0-.763.075c.309-.388.428-.954.867-1.218m.439 1.092l.001.804c.907-.109 1.815-.218 2.722-.33v-.734c-.908.083-1.815.171-2.723.259zM8.933 11.707c.427-.296 1.073.106.998.62-.019.471-.623.772-1.009.496-.407-.231-.401-.893.012-1.116zM16.705 11.689c.432-.263 1.038.148.961.646-.027.462-.608.755-.994.496-.436-.227-.416-.941.032-1.142z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-without-barriers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.005 2.112c.203-.343.566-.637.986-.605.425-.038.802.252 1.006.604.425.714.824 1.441 1.254 2.152.054.185.11.42.313.493.282.625.674 1.196 1.01 1.794.06.179.107.415.306.49.292.618.672 1.19 1.01 1.783.053.185.11.42.313.493.282.626.674 1.196 1.01 1.794.06.179.108.415.307.491.284.625.692 1.186 1.002 1.798.064.176.131.386.317.473.284.625.674 1.196 1.012 1.794.053.182.108.419.312.488.28.625.672 1.195 1.008 1.792.053.184.109.419.313.491.272.63.69 1.186.996 1.799.066.176.133.397.33.468l.104.324c.082.359-.029.704-.164 1.033l-.114.144c-.264.124-.529.278-.83.264-7.204.004-14.406.004-21.608 0-.756.056-1.318-.73-1.114-1.439.024-.079.074-.239.1-.318.214-.054.271-.302.326-.485.336-.596.721-1.166 1.009-1.788.2-.072.247-.311.31-.488.334-.599.727-1.168 1.007-1.794.205-.071.262-.308.316-.492.337-.596.72-1.169 1.013-1.789.184-.086.241-.301.313-.474.306-.616.725-1.172.998-1.804.204-.072.262-.308.316-.493.334-.595.725-1.163 1.004-1.787.204-.072.26-.308.314-.492.338-.595.72-1.169 1.013-1.787.184-.088.241-.302.312-.475.308-.617.727-1.175 1.002-1.808.204-.072.262-.308.316-.493.428-.709.827-1.436 1.252-2.149m.683-.133c-.314.172-.434.538-.619.824C7.643 8.725 4.217 14.645.786 20.564c-.167.311-.449.649-.313 1.025.108.362.5.524.851.491 7.163-.004 14.326.007 21.488-.005.44.032.839-.4.742-.838-.1-.323-.304-.599-.466-.892-3.479-6.005-6.953-12.013-10.432-18.017-.169-.35-.614-.534-.968-.348z"/><path fill="#fff" d="M11.957 5.546l.089-.001c2.786 4.794 5.56 9.596 8.336 14.396-5.588.006-11.177.001-16.765.002 2.78-4.799 5.552-9.602 8.34-14.398m-2.596 5.88c-.034.364.404.178.622.247.409.061.593.503.924.667.025-.14.029-.283.011-.426l-.082.056a7.867 7.867 0 0 0-.286-.32c.31.008.622.007.932-.001-.194.182-.416.416-.401.697.218.066.287-.247.433-.35.284-.344.742-.37 1.153-.352a18.065 18.065 0 0 1-.07-.216 97.087 97.087 0 0 0-3.238-.002m-.523 1.129c-.282.48-.446 1.019-.629 1.542-.329.944-.236 1.957-.266 2.939-.029.626.508 1.325 1.181 1.238 2.935-.011 5.87.013 8.806-.012.028-.517.02-1.037-.011-1.553a9.59 9.59 0 0 0-.209.194c.02.223.035.448.043.672l-.314-.048a68.915 68.915 0 0 0-.005-.643l.329-.194c-2.02-.268-3.868-1.65-4.636-3.55-.152-.462-.652-.75-1.124-.71-1.001.023-2.003-.024-3.004.017l-.161.108m-.126 5.91l.002.38-.769.004-.011.544c1.674.002 3.349-.004 5.024.002.167-.005.34.008.502-.042 1.445-.482 2.993-.408 4.493-.51l-.018-.38a2234.5 2234.5 0 0 1-6.342 0l-.012.378c-.568 0-1.136.001-1.705-.001l.002-.374H8.71z"/><path fill="#fff" d="M8.466 14.396c-.038-.538.311-1.008.518-1.483 1.092-.001 2.185-.002 3.277 0 .224.462.454.947.461 1.471-1.418.034-2.838.01-4.256.012zM13.415 14.604c.227.228.454.457.691.676-.004.443-.001.886-.005 1.33l-.622-.288a21.875 21.875 0 0 1-.065-1.717zM14.456 15.578c.192.14.386.281.582.418.004.347.004.692.01 1.038a105.06 105.06 0 0 1-.592-.25 32.324 32.324 0 0 1 0-1.206zM8.695 16.044c.212-.184.599-.011.587.274.042.265-.288.481-.522.355-.245-.107-.284-.476-.065-.629zM11.803 16.02c.384-.252.782.37.404.618-.4.312-.841-.384-.404-.618zM15.347 16.182l.574.227c.005.29.005.582.001.872-.184-.047-.368-.09-.546-.157-.058-.311-.024-.629-.029-.942zM16.165 16.53l.46.118c-.002.263-.002.526-.007.788l-.454-.092.001-.814zM16.856 16.726l.382.074c0 .235-.001.472-.004.707-.126-.014-.251-.03-.377-.046l-.001-.736z"/><path fill="#c00" d="M11.688 1.981c.354-.186.799-.002.968.348 3.479 6.004 6.953 12.012 10.432 18.017.162.293.366.569.466.892.097.438-.301.87-.742.838-7.163.012-14.326.001-21.488.005-.35.034-.743-.128-.851-.491-.136-.376.146-.714.313-1.025C4.217 14.647 7.643 8.726 11.069 2.806c.185-.287.305-.653.619-.824m.269 3.564c-2.788 4.795-5.56 9.599-8.34 14.398 5.588-.001 11.177.004 16.765-.002-2.777-4.8-5.55-9.602-8.336-14.396l-.089.001z"/><path d="M9.438 4.754a.573.573 0 0 1 .316-.493c-.054.185-.112.421-.316.493zM14.251 4.262a.572.572 0 0 1 .313.493c-.203-.073-.259-.308-.313-.493zM8.117 6.947a.496.496 0 0 1 .319-.384c-.071.173-.128.388-.312.475l-.007-.091zM15.575 6.55a.685.685 0 0 1 .317.397l-.011.092c-.199-.074-.246-.311-.306-.49zM6.797 9.317a.572.572 0 0 1 .314-.492c-.054.184-.11.42-.314.492zM16.891 8.822a.572.572 0 0 1 .313.493c-.203-.073-.26-.308-.313-.493zM5.477 11.597a.573.573 0 0 1 .316-.493c-.054.185-.112.421-.316.493zM18.215 11.11a.687.687 0 0 1 .317.397l-.01.094c-.199-.076-.247-.312-.307-.491zM9.361 11.425a97.087 97.087 0 0 1 3.238.002l.07.216c-.412-.018-.869.007-1.153.352-.146.103-.215.416-.433.35-.016-.281.206-.515.401-.697-.311.008-.623.01-.932.001.097.104.193.211.286.32l.082-.056c.018.143.014.286-.011.426-.331-.164-.515-.606-.924-.667-.217-.07-.655.116-.622-.247zM8.836 12.554l.161-.108c1.001-.041 2.003.006 3.004-.017.473-.04.972.248 1.124.71.768 1.9 2.616 3.282 4.636 3.55-.109.065-.218.131-.329.194l.005.643.314.048a12.556 12.556 0 0 0-.043-.672c.068-.066.138-.131.209-.194.031.516.038 1.036.011 1.553-2.935.025-5.87.001-8.806.012-.673.086-1.21-.612-1.181-1.238.03-.982-.062-1.994.266-2.939.182-.523.347-1.062.629-1.542m-.37 1.842c1.418-.002 2.838.022 4.256-.012-.007-.524-.236-1.009-.461-1.471-1.092-.002-2.185-.001-3.277 0-.208.475-.557.946-.518 1.483m4.949.208a21.4 21.4 0 0 0 .065 1.717l.622.288c.004-.444.001-.887.005-1.33-.238-.218-.464-.448-.691-.676m1.04.975c-.008.402-.007.804 0 1.206l.592.25c-.006-.346-.006-.691-.01-1.038a30.66 30.66 0 0 1-.582-.418m-5.761.466c-.22.152-.18.522.065.629.234.126.564-.09.522-.355.012-.284-.374-.457-.587-.274m3.108-.024c-.437.234.005.93.404.618.378-.248-.02-.87-.404-.618m3.544.162c.005.313-.029.631.029.942.178.067.362.11.546.157.004-.29.004-.582-.001-.872l-.574-.227m.818.348l-.001.814.454.092c.005-.263.005-.526.007-.788l-.46-.118m.691.196l.001.736.377.046c.002-.235.004-.472.004-.707l-.382-.074zM4.158 13.784a.494.494 0 0 1 .32-.384c-.072.173-.13.388-.313.474l-.007-.09zM19.524 13.398c.222.032.296.281.317.473-.186-.086-.253-.296-.317-.473zM2.837 16.156a.574.574 0 0 1 .316-.492c-.054.184-.11.421-.316.492zM20.852 15.665c.187.092.305.28.312.488-.204-.07-.259-.306-.312-.488zM1.512 18.344a.68.68 0 0 1 .318-.395c-.062.178-.109.416-.31.488l-.008-.094zM22.172 17.945a.566.566 0 0 1 .313.491c-.204-.072-.26-.307-.313-.491zM8.71 18.464h1.166l-.002.374c.569.002 1.138.001 1.705.001l.012-.378c2.114.002 4.229.004 6.342 0l.018.38c-1.5.102-3.048.028-4.493.51-.162.05-.335.037-.502.042-1.675-.006-3.35 0-5.024-.002l.011-.544c.257-.001.512-.001.769-.004l-.002-.38zM.185 20.711a.619.619 0 0 1 .326-.485c-.055.182-.113.431-.326.485zM23.482 20.234c.217.038.298.277.33.468-.197-.071-.264-.292-.33-.468zM0 20.804l.085.224c-.204.709.358 1.495 1.114 1.439 7.202.004 14.405.004 21.608 0 .301.014.566-.14.83-.264l-.062.083c-.224.166-.493.26-.773.248-7.201-.002-14.402-.002-21.604 0-.516.048-.914-.324-1.199-.708v-1.022zM23.916 21.026L24 20.82v1.028l-.248.211c.136-.329.246-.674.164-1.033z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-without-barriers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M10.873.919c.298-.289.564-.618.908-.856.28-.157.569.044.757.246 3.512 3.526 7.036 7.039 10.552 10.56.314.32.662.614.91.992v.276a2.032 2.032 0 0 1-.301.401c-3.284 3.275-6.56 6.558-9.841 9.836-.582.532-1.068 1.176-1.718 1.625h-.264c-.368-.217-.64-.557-.942-.851C7.392 19.609 3.856 16.064.31 12.53a1.556 1.556 0 0 1-.31-.445v-.115c.122-.389.47-.631.738-.916C4.118 7.677 7.494 4.297 10.873.918M.586 12.01C4.4 15.808 8.198 19.623 12.01 23.422c3.809-3.803 7.609-7.614 11.422-11.412C19.627 8.2 15.814 4.396 12.01.584 8.202 4.393 4.392 8.2.586 12.01z"/><path fill="#fcdc0f" d="M11.55 1.836c.478-.235 1.045-.034 1.382.348 2.998 3 6.002 5.994 8.994 9 .457.422.466 1.206.01 1.632-3.018 3.023-6.041 6.04-9.059 9.061-.271.29-.679.469-1.079.383-.442-.079-.725-.458-1.028-.751a16159.37 16159.37 0 0 0-8.28-8.28c-.283-.295-.653-.565-.728-.992-.096-.404.076-.823.371-1.1 2.879-2.885 5.764-5.761 8.642-8.646.242-.234.466-.505.775-.654m-.871 5.412c-.403-.017-.854-.073-1.19.205-.245.132-.31.421-.436.647-.122.307-.521.35-.676.632-.101.202-.109.436-.204.64-.133.228-.376.414-.378.698.012.247.079.487.12.731-.128.422-.055.868-.07 1.301l-.917.001c-.136.63-.454 1.27-.293 1.925.13.359.178.761.434 1.061-.154.059-.312.11-.47.155a5.204 5.204 0 0 0-.025.482 59.46 59.46 0 0 1 1.267-.007c.017.283.032.589.227.817.376.528 1.252.54 1.648.029.211-.23.234-.55.252-.846h.449c-.062.63.437 1.273 1.099 1.223.637.008 1.086-.619 1.028-1.223h.952c-.042.551.311 1.141.892 1.208.606.132 1.147-.365 1.248-.938.379.002.757.001 1.136.002.209-.182.474-.353.488-.66-.053-.046-.156-.136-.209-.18.011-.448-.03-.898.035-1.342.107-.479.416-.916.356-1.426-.288-.001-.575-.001-.862-.007-.005-.332-.011-.665-.006-.997.175-.144.354-.302.348-.551a244.966 244.966 0 0 0-3.637-.001.803.803 0 0 0 .19.437c.014.281.01.563-.019.844a52.012 52.012 0 0 0-.79-.005c.002-.264-.138-.394-.4-.344l-.043.349a40.854 40.854 0 0 0-.782-.004c-.037-.221-.019-.499-.236-.632-.26-.149-.593-.121-.872-.05-.282.102-.301.428-.322.683-.384-.002-.767-.001-1.15-.002-.004-.467.046-.941-.091-1.396.284-.251.576-.492.839-.766.258-.06.548-.01.784-.151.146-.128.26-.289.408-.415.473-.146.966-.176 1.433.004.48-.016.965-.299 1.249-.692.278-.37.635-.758.606-1.255-.016-.349-.287-.614-.572-.78-.373-.277-.834.143-1.216-.118-.619-.325-1.343.148-1.622.715z"/><path fill="#fcdc0f" d="M14.526 11.382c.572-.05 1.148-.041 1.721-.007.014.287.036.576.001.862-.155.066-.325.084-.475.16-.058.586.022 1.176-.036 1.762-.126.138-.38.102-.539.038-.106-.605-.001-1.234-.055-1.847-.21-.024-.419-.049-.628-.08.001-.296.002-.592.011-.887z"/><path d="M.586 12.01C4.392 8.2 8.202 4.392 12.01.584 15.814 4.396 19.626 8.2 23.432 12.01c-3.812 3.798-7.613 7.609-11.422 11.412C8.198 19.623 4.4 15.808.586 12.01M11.55 1.836c-.31.149-.533.42-.775.654-2.879 2.885-5.764 5.761-8.642 8.646-.295.277-.467.696-.371 1.1.076.427.445.697.728.992 2.761 2.759 5.521 5.519 8.28 8.28.304.293.587.672 1.028.751.4.086.808-.092 1.079-.383 3.018-3.022 6.041-6.038 9.059-9.061.456-.426.448-1.21-.01-1.632-2.992-3.006-5.996-6-8.994-9-.337-.382-.905-.583-1.382-.348z"/><path d="M10.679 7.249c.28-.568 1.003-1.04 1.622-.715.382.26.842-.16 1.216.118.286.166.557.431.572.78.029.497-.328.886-.606 1.255-.284.394-.769.677-1.249.692-.467-.18-.96-.15-1.433-.004-.148.126-.262.287-.408.415-.235.142-.526.091-.784.151-.263.274-.554.515-.839.766.137.455.088.929.091 1.396.383.001.766 0 1.15.002.02-.254.04-.581.322-.683.28-.071.612-.098.872.05.217.133.199.412.236.632.26-.001.521 0 .782.004l.043-.349c.262-.049.402.08.4.344.263 0 .527.001.79.005.029-.281.034-.563.019-.844a.803.803 0 0 1-.19-.437c1.212-.007 2.424-.01 3.637.001.006.248-.173.407-.348.551-.005.332.001.665.006.997.287.006.574.006.862.007.06.51-.25.947-.356 1.426-.065.444-.024.894-.035 1.342.053.044.156.134.209.18-.014.307-.28.478-.488.66-.379-.001-.757 0-1.136-.002-.101.574-.642 1.07-1.248.938-.581-.067-.934-.658-.892-1.208h-.952c.058.604-.391 1.231-1.028 1.223-.662.05-1.162-.593-1.099-1.223h-.449c-.018.296-.041.616-.252.846-.396.511-1.272.499-1.648-.029-.194-.228-.21-.534-.227-.817a59.46 59.46 0 0 0-1.267.007c.001-.161.01-.322.025-.482.158-.044.317-.096.47-.155-.257-.3-.305-.702-.434-1.061-.161-.655.157-1.295.293-1.925l.917-.001c.014-.433-.059-.878.07-1.301-.041-.244-.108-.484-.12-.731.002-.284.245-.47.378-.698.095-.204.103-.438.204-.64.155-.282.553-.325.676-.632.126-.226.191-.515.436-.647.336-.278.787-.222 1.19-.205m3.847 4.134c-.008.295-.01.59-.011.887.209.031.418.056.628.08.054.613-.05 1.242.055 1.847.158.064.413.1.539-.038.058-.586-.022-1.176.036-1.762.15-.076.32-.094.475-.16.035-.286.013-.575-.001-.862a11.77 11.77 0 0 0-1.721.007z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-without-barriers--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.098 2.149c.21-.361.562-.721 1.021-.643.655.002 1.022.599 1.288 1.112 3.295 5.701 6.602 11.396 9.901 17.096.244.43.529.842.692 1.313v.452a1.435 1.435 0 0 1-.822 1.02H.991c-.565-.139-.942-.67-.991-1.234v-.18c.052-.469.354-.848.581-1.246 3.508-5.897 7.01-11.795 10.517-17.692M3.683 19.811h16.654c-2.773-4.81-5.546-9.62-8.324-14.426-2.78 4.806-5.557 9.616-8.329 14.426z"/><path fill="#fff" d="M3.683 19.811C6.455 15 9.232 10.191 12.012 5.385c2.778 4.806 5.551 9.617 8.324 14.426H3.682m7.363-11.199c-.193.206-.149.504-.144.762a1.44 1.44 0 0 0-.571 1.102c-.456.271-.737.72-1.04 1.136-.302.276-.628.553-.722.974-.184.082-.389.16-.485.352-.056.278-.025.564-.029.846-.059.09-.116.181-.174.274.104.17.151.358.14.562l-.8-.002a9.168 9.168 0 0 0-.47 1.418c.13.066.26.132.392.194l-.144.364-.29.005-.002.359a66.606 66.606 0 0 0-.446-.002 70.2 70.2 0 0 1 0 .649c.259 0 .517 0 .776.004.112.391.44.764.882.722.463.068.793-.319.938-.712l.499.001c.085.445.496.792.96.715.426.029.71-.34.836-.702a41.5 41.5 0 0 1 .499 0c.12.416.486.779.949.702.424.043.748-.302.851-.683l.486-.004c.136.349.395.722.82.69.464.092.88-.247.988-.686.264-.006.527-.005.791-.004 0-.22.002-.44.006-.66l-.395.016v-2.719l.392.007.002-.388c-.786.007-1.571.002-2.357.002-.094.238-.196.472-.278.714-.334.013-.668.011-1.003.011l.005-.274-1.105.001.017.257a77.976 77.976 0 0 0-.684 0c-.004-.33-.202-.707-.566-.725-.413-.073-.739.336-.706.725-.305-.002-.611-.001-.917 0a.681.681 0 0 1 .173-.526l-.208-.248-.013-.343c.337-.222.598-.54.626-.956.455.008.79-.32 1.081-.625.461-.127.872-.418 1.052-.875.606-.229.524-.982.569-1.508.096-.288.198-.648-.029-.902-.258-.372-.882-.377-1.152-.019m-5.016 9.745v.254h10.744l-.001-.254c-3.581-.004-7.162-.004-10.742 0z"/><path fill="#fff" d="M14.216 15.091l.145-.871.697.001c.012.29.025.581.04.87h-.882zM15.214 14.228h.606v.856h-.606v-.856z"/><path d="M11.045 8.612c.27-.358.894-.353 1.152.019.227.254.125.614.029.902-.044.527.037 1.279-.569 1.508-.18.457-.592.748-1.052.875-.292.305-.626.634-1.081.625-.029.416-.289.734-.626.956l.013.343.208.248a.685.685 0 0 0-.173.526c.306-.001.612-.002.917 0-.034-.389.293-.798.706-.725.365.018.563.395.566.725h.684l-.017-.257 1.105-.001-.005.274c.335 0 .67.002 1.003-.011.083-.242.185-.476.278-.714.786 0 1.571.005 2.357-.002l-.002.388-.392-.007v2.719c.098-.005.296-.012.395-.016-.004.22-.006.44-.006.66-.264-.001-.527-.002-.791.004-.108.439-.523.779-.988.686-.425.032-.684-.341-.82-.69-.162.001-.324.001-.486.004-.103.38-.427.726-.851.683-.463.077-.829-.286-.949-.702a41.5 41.5 0 0 0-.499 0c-.126.362-.41.731-.836.702-.464.077-.875-.27-.96-.715l-.499-.001c-.145.392-.475.78-.938.712-.442.042-.77-.331-.882-.722-.259-.004-.517-.004-.776-.004a70.2 70.2 0 0 0 0-.649l.446.002.002-.359.29-.005.144-.364a12.973 12.973 0 0 1-.392-.194c.126-.482.268-.962.47-1.418l.8.002a.958.958 0 0 0-.14-.562c.058-.092.115-.184.174-.274.004-.282-.028-.568.029-.846.096-.192.301-.27.485-.352.095-.421.42-.698.722-.974.304-.416.584-.865 1.04-1.136a1.44 1.44 0 0 1 .571-1.102c-.005-.258-.049-.556.144-.762m3.171 6.48h.882c-.014-.289-.028-.58-.04-.87l-.697-.001-.145.871m.998-.863v.856h.606v-.856a61.206 61.206 0 0 0-.606 0z"/><path d="M6.029 18.358c3.581-.004 7.162-.004 10.742 0l.001.254H6.028v-.254z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-without-barriers--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M12.832.352l10.816 10.816c.46.46.46 1.205 0 1.664L12.832 23.648c-.46.46-1.205.46-1.664 0L.352 12.832a1.176 1.176 0 0 1 0-1.664L11.168.352c.46-.46 1.205-.46 1.664 0z"/><path d="M12.666.518l10.816 10.816a.94.94 0 0 1 0 1.331L12.666 23.481a.94.94 0 0 1-1.331 0L.519 12.665a.94.94 0 0 1 0-1.331L11.335.518a.94.94 0 0 1 1.331 0z"/><path fill="#fee011" d="M12.333.851l10.816 10.816a.47.47 0 0 1 0 .666L12.333 23.149a.47.47 0 0 1-.666 0L.851 12.333a.47.47 0 0 1 0-.666L11.667.851a.47.47 0 0 1 .666 0z"/><path d="M16.822 8.355c-.643-.747-1.375-1.136-1.853-1.494-1.345-.09-1.061-.344-1.868-.882-.702.045-1.614-.418-1.808-.986-.209-.613-.239-.717-.09-1.121.164-.433.463-.687 1.001-.717 1.106-.09 1.345.538 1.509 1.106.792-.09 1.524.388 1.928 1.061.194.299.239.568.239.912.822.433 1.48.986 1.39 2.122zM5.764 14.437v-2.659c1.076-.374 1.091-1.585 0-2.212V8.385h2.524v1.166l2.915.029c.448-.971 1.868-1.181 2.406 0h2.792v-.968h1.647v1.044h.494l.165 3.704.588.285v.791z"/><path d="M9.947 15.206a1.472 1.472 0 1 1-2.943-.001 1.472 1.472 0 0 1 2.943.001zM13.368 15.206a1.472 1.472 0 1 1-2.943-.001 1.472 1.472 0 0 1 2.943.001zM16.295 15.648a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0zM18.76 15.648a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-without-barriers--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.917 1.5h.158c.272.06.5.235.628.484l10.676 18.498c.21.37.436.732.62 1.115v.334c-.092.278-.316.473-.587.57H.692c-.398-.053-.746-.404-.68-.824.095-.349.314-.646.486-.959C4.01 14.633 7.525 8.549 11.035 2.461c.222-.374.407-.856.881-.96M3.101 20.395c5.939.001 11.878.002 17.816-.001-2.97-5.143-5.938-10.286-8.91-15.428-2.969 5.142-5.942 10.283-8.906 15.43z"/><path fill="#e20a16" d="M5.28 18.794c.145.038.292.077.442.082.516.112 1.044.06 1.565.066l-.016.038-.052.077-.076.104c-.556-.097-1.127-.059-1.681-.173l-.182-.194z"/><path fill="#fff" d="M3.101 20.395c2.964-5.147 5.938-10.288 8.906-15.43 2.972 5.142 5.94 10.285 8.91 15.428-5.939.004-11.878.002-17.816.001m7.884-7.658c-.443.806-.948 1.586-1.604 2.237-.064.965-.007 1.938-.026 2.905.433-.122.857-.396 1.307-.388.229.371.216.857.342 1.274.517-.001 1.034.006 1.55-.008.01.097.013.196.013.294-1.759-.01-3.521-.001-5.278-.096l-.018.026.016-.038c-.521-.006-1.049.046-1.565-.066.372-.18.802-.174 1.198-.274.005-.626.001-1.253.002-1.878-.588.263-1.183.516-1.811.671-.299.523-.6 1.045-.902 1.568.419-.004.838-.012 1.254.025.554.114 1.126.076 1.681.173l.076-.104-.037.068c.893.007 1.721.362 2.512.737 2.593.031 5.188.006 7.781.012-.277-.276-.554-.552-.83-.83-.7 0-1.399-.001-2.099.001l.001-.282 1.406.001c.04-.438.078-.877.121-1.315l.167-.175c-.053-1.519-.065-3.041-.119-4.559-.263-.674-1.049-.959-1.722-1.015a10.175 10.175 0 0 0-2.274.077 1.885 1.885 0 0 0-1.141.959m-3.805 3.867l.001 1.926c.653-.131 1.278-.361 1.912-.56-.001-.906.002-1.811-.001-2.716-.622.472-1.224.973-1.912 1.35z"/><path fill="#fff" d="M13.234 12.088c.226.029.566-.11.715.085.14.467-.446.292-.708.317a7.72 7.72 0 0 1-.007-.402zM11.503 12.802h1.454v1.56h-1.454v-1.56zM14.195 12.802c.482-.001.965.005 1.447-.006.013.522.006 1.044.007 1.566-.482.001-.964-.004-1.445.006-.019-.522-.007-1.044-.01-1.566zM13.306 12.996h.564v1.172h-.564v-1.172zM10.98 13.384c.002.367.002.733.002 1.1-.116.078-.232.157-.349.234l.001-.883c.115-.15.229-.301.346-.451zM9.589 15.488c-.005-.302-.058-.644.256-.816.005.215.008.431.01.646l-.265.17zM11.354 14.903c.744.235 1.474.518 2.224.738.76-.204 1.492-.509 2.245-.738l.005.365c-.703.227-1.399.478-2.101.71-.143.067-.288-.01-.426-.049-.648-.222-1.295-.448-1.946-.658v-.368zM13.776 17.417a3.4 3.4 0 0 1 .286-.012c-.002.266-.002.534-.002.8h-.278c-.001-.263-.001-.526-.005-.788zM11.524 17.406h.281v.799h-.281v-.799zM12.088 17.406h.281v.8l-.281-.001v-.799zM12.653 17.404c.07.001.21.004.281.004l-.001.798-.28.001v-.803zM13.214 17.407l.281-.002v.802l-.28-.001-.001-.798zM14.345 17.405l.281.002-.001.798-.281.001.001-.802zM14.908 18.205c.078-.276-.218-.902.278-.816.002.272.002.545.001.817l-.28-.001zM15.472 17.406h.28l.001.799h-.281v-.799zM12.893 19.048a2.495 2.495 0 0 1 .012-.287c.436.005.871.005 1.307 0 .008.095.012.191.011.287a49.138 49.138 0 0 0-1.33 0z"/><path d="M10.985 12.736a1.885 1.885 0 0 1 1.141-.959c.75-.115 1.517-.132 2.274-.077.673.056 1.459.341 1.722 1.015.054 1.518.066 3.04.119 4.559l-.167.175c-.043.438-.082.877-.121 1.315l-1.406-.001-.001.282c.7-.002 1.399-.001 2.099-.001.276.278.553.554.83.83-2.593-.006-5.188.019-7.781-.012-.791-.374-1.619-.73-2.512-.737l.037-.068.052-.077.018-.026c1.757.095 3.518.086 5.278.096 0-.098-.004-.197-.013-.294-.516.014-1.033.007-1.55.008-.126-.418-.113-.904-.342-1.274-.45-.008-.874.265-1.307.388.019-.967-.037-1.94.026-2.905.656-.65 1.162-1.43 1.604-2.237m2.249-.648a7.72 7.72 0 0 0 .007.402c.262-.025.848.15.708-.317-.149-.196-.49-.056-.715-.085m-1.731.714v1.56h1.454v-1.56h-1.454m2.692 0c.002.522-.01 1.044.01 1.566.481-.01.962-.005 1.445-.006-.001-.522.006-1.044-.007-1.566-.482.011-.965.005-1.447.006m-.89.194v1.172h.564v-1.172h-.564m-2.326.388l-.346.451-.001.883c.118-.077.233-.156.349-.234 0-.367 0-.733-.002-1.1m-1.391 2.104l.265-.17a34.79 34.79 0 0 0-.01-.646c-.313.172-.26.514-.256.816m1.766-.585v.368c.652.21 1.298.436 1.946.658.138.04.283.116.426.049.702-.233 1.398-.484 2.101-.71l-.005-.365c-.754.229-1.486.534-2.245.738-.75-.22-1.48-.503-2.224-.738m2.423 2.514c.004.263.004.526.005.788h.278c0-.266 0-.534.002-.8a3.4 3.4 0 0 0-.286.012m-2.251-.011v.799h.281v-.799h-.281m.564 0v.799l.281.001v-.8h-.281m.565-.002v.803l.28-.001.001-.798c-.071 0-.211-.002-.281-.004m.561.003l.001.798.28.001v-.802l-.281.002m1.131-.001l-.001.802.281-.001.001-.798a26.511 26.511 0 0 0-.281-.002m.563.799l.28.001c.001-.272.001-.545-.001-.817-.497-.086-.2.54-.278.816m.563-.799v.799h.281l-.001-.799h-.28m-2.579 1.642c.443-.006.887-.006 1.33 0a2.743 2.743 0 0 0-.011-.287c-.436.005-.871.005-1.307 0-.01.095-.013.191-.012.287z"/><path d="M7.181 16.603c.688-.377 1.29-.878 1.912-1.35.004.905 0 1.81.001 2.716-.634.199-1.259.43-1.912.56l-.001-1.926zM5.111 17.395c.628-.155 1.223-.408 1.811-.671-.001.625.002 1.252-.002 1.878-.396.1-.826.094-1.198.274a1.978 1.978 0 0 1-.442-.082l.182.194c-.416-.037-.835-.029-1.254-.025.302-.523.604-1.045.902-1.568z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.828 0h.272c.331.055.616.244.844.482 3.52 3.524 7.046 7.043 10.565 10.568.322.298.499.757.383 1.189-.089.415-.444.682-.724.97-3.464 3.462-6.925 6.928-10.391 10.388-.442.451-1.241.431-1.664-.035-3.419-3.421-6.84-6.84-10.26-10.261-.344-.352-.782-.677-.853-1.202v-.226c.036-.338.212-.637.458-.865L11.017.449c.22-.227.497-.396.811-.45m-.26.42c-.152.076-.274.199-.396.314-3.499 3.5-7 6.998-10.499 10.499-.246.226-.398.565-.325.901.055.362.371.588.607.834 3.461 3.458 6.918 6.919 10.379 10.378.32.323.898.337 1.23.025 3.467-3.454 6.922-6.92 10.385-10.379.18-.182.378-.349.522-.564.224-.366.134-.868-.179-1.154-3.539-3.546-7.08-7.088-10.626-10.627a.952.952 0 0 0-1.098-.227z"/><path fill="#ffd033" d="M11.69.895c.191-.152.493-.098.647.085 3.523 3.518 7.043 7.04 10.564 10.561.234.173.313.547.082.756-3.56 3.563-7.123 7.124-10.684 10.687a.476.476 0 0 1-.694-.024C8.046 19.396 4.482 15.838.925 12.272c-.233-.234-.095-.593.138-.768C4.609 7.971 8.132 4.414 11.69.895M6.097 7.564v2.935c1.468.002 2.934-.001 4.402.001.001.978-.001 1.956.001 2.934h2.934c.002-.978-.001-1.956.002-2.934l4.399-.001c.002-.978 0-1.956.001-2.934-3.913-.004-7.826-.001-11.74-.001m.775 6.277l.007.791-.792.001v.383l.793.001v1.166l-.793.001v.391l.784.001.001.784h.784l.001-.792h.784v.791l.775.001.001-.792h.792l.001.791.774.001.002-.792h.784v.791l.784.001.001-.784h.793l-.001.782h.785l.001-.782h.767v.782h.784l.001-.784.792.001v.782l.784.001.002-.784.764-.001.001-.4h-.766a223.88 223.88 0 0 1 0-1.159l.764-.001.001-.383-.767-.001v-.791h-.785v.791h-.792l-.001-.791h-.784v.791h-.767l-.001-.791h-.785l.001.79-.793.001-.001-.792-.784.001v.791h-.784l-.002-.792-.774.001-.001.791h-.792l-.001-.792-.775.001v.791h-.784l-.001-.792-.784.001m3.63 6.921c.978.002 1.957.001 2.936 0l-.001-2.934H10.5c-.002.978 0 1.956-.001 2.934z"/><path fill="#ffd033" d="M7.656 15.017h.784v1.166h-.784v-1.166zM9.216 15.017h.792v1.166h-.792v-1.166zM10.786 15.017h.784v1.166h-.784c-.002-.389-.002-.778 0-1.166zM12.354 15.017h.793v1.166h-.793v-1.166zM13.932 15.017h.767l-.001 1.166-.766.001v-1.168zM15.484 15.016l.792.001v1.166l-.792.001v-1.169z"/><path d="M11.568.419a.952.952 0 0 1 1.098.227c3.546 3.539 7.087 7.081 10.626 10.627.313.287.403.788.179 1.154-.144.215-.342.382-.522.564-3.463 3.458-6.918 6.925-10.385 10.379-.332.312-.91.298-1.23-.025C7.873 19.887 4.416 16.426.955 12.967c-.236-.246-.552-.472-.607-.834-.073-.336.079-.676.325-.901 3.499-3.5 7-6.998 10.499-10.499.122-.115.244-.239.396-.314m.122.476C8.132 4.415 4.609 7.971 1.063 11.504c-.233.175-.371.534-.138.768 3.557 3.566 7.121 7.124 10.68 10.688.17.205.51.22.694.024 3.56-3.563 7.123-7.124 10.684-10.687.232-.209.152-.583-.082-.756C19.38 8.02 15.861 4.498 12.337.98c-.154-.184-.456-.238-.647-.085z"/><path d="M6.097 7.564c3.913 0 7.826-.002 11.74.001-.001.978.001 1.956-.001 2.934l-4.399.001c-.004.978 0 1.956-.002 2.934h-2.934c-.002-.978 0-1.956-.001-2.934-1.468-.002-2.934.001-4.402-.001V7.564zM6.871 13.841l.784-.001.001.792h.784v-.791l.775-.001.001.792h.792l.001-.791.774-.001.002.792h.784v-.791l.784-.001.001.792.793-.001-.001-.79h.785l.001.791h.767v-.791h.784l.001.791h.792v-.791h.785v.791l.767.001-.001.383-.764.001v1.159h.766l-.001.4-.764.001-.002.784-.784-.001v-.782l-.792-.001-.001.784h-.784v-.782a98.048 98.048 0 0 0-.767 0l-.001.782h-.785l.001-.782h-.793l-.001.784-.784-.001v-.791h-.784l-.002.792-.774-.001-.001-.791h-.792l-.001.792-.775-.001v-.791h-.784l-.001.792h-.784l-.001-.784-.784-.001v-.391l.793-.001V15.02l-.793-.001v-.383l.792-.001-.007-.791m.783 1.173v1.166h.784v-1.166h-.784m1.56 0v1.166h.792v-1.166h-.792m1.57 0c-.002.389-.002.778 0 1.166h.784v-1.166h-.784m1.568 0v1.166h.793v-1.166h-.793m1.578 0v1.168l.766-.001.001-1.166a98.048 98.048 0 0 0-.767 0m1.552-.002v1.169l.792-.001v-1.166l-.792-.001zM10.499 20.759c.001-.978-.001-1.956.001-2.934h2.934l.001 2.934c-.979.001-1.958.002-2.936 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M.343 11.168L11.167.345a1.179 1.179 0 0 1 1.665 0l10.823 10.823a1.18 1.18 0 0 1 0 1.665L12.832 23.657a1.18 1.18 0 0 1-1.665 0L.343 12.833a1.182 1.182 0 0 1 0-1.665z"/><path d="M.604 11.339L11.339.604a.937.937 0 0 1 1.321 0l10.735 10.735a.939.939 0 0 1 0 1.322L12.66 23.396a.937.937 0 0 1-1.321 0L.604 12.661a.939.939 0 0 1 0-1.322z"/><path fill="#ffd033" d="M.94 11.67L11.669.94a.467.467 0 0 1 .66 0l10.73 10.73a.467.467 0 0 1 0 .66l-10.73 10.73a.467.467 0 0 1-.66 0L.94 12.33a.467.467 0 0 1 0-.66z"/><path d="M10.529 16.704l.003 3.771h2.943v-6.684l-2.946 2.913zM14.362 7.16l-.553.553.553.562-.553.562-.562-.562-.562.562.562.553-.545.545-.553-.553-.562.553.562.562-.562.562-.562-.562-.562.562.562.562-.553.553-.562-.562-.545.553.553.553-.562.562-.553-.553-.553.545.562.562-.553.553-.562-.562-.553.553.562.562-.562.562.268.268.562-.562.83.83-.562.562.277.277.553-.562.562.562.553-.553-.562-.562.553-.553.562.562.553-.553-.562-.562.562-.562.562.562.553-.553-.562-.562.553-.553.562.562.562-.562-.562-.562.562-.553.553.562.562-.562-.562-.562.545-.545.562.562.553-.553-.562-.562.562-.562.562.562.562-.562-.562-.562.545-.536-.277-.277-.545.536-.83-.821.545-.545-.268-.268-.545.545-.562-.562zm.277 1.383l.83.83-.562.571-.839-.839.571-.562zm-1.124 1.116l.839.839-.545.545-.839-.839.545-.545zm-1.098 1.106l.83.83-.562.562-.83-.83.562-.562zm-1.124 1.124l.83.83-.545.553-.839-.839.553-.545zm-1.107 1.098l.839.839-.562.553-.83-.83.553-.562zM9.08 14.103l.83.83-.553.553-.83-.83.553-.553zM13.475 7.289l-.002-3.771h-2.944v6.684l2.946-2.912z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.852 0h.271c.328.046.614.226.84.46l10.57 10.571c.256.236.436.551.467.902v.134c-.04.287-.148.569-.359.773-3.6 3.604-7.204 7.205-10.805 10.806-.196.21-.474.302-.748.354h-.146c-.288-.041-.577-.139-.78-.356-3.601-3.6-7.202-7.2-10.802-10.802-.196-.19-.305-.444-.36-.707v-.25c.04-.334.224-.623.463-.85C3.986 7.511 7.511 3.989 11.033.464c.221-.232.502-.407.82-.464m-.187.28c-.188.068-.329.217-.47.352C7.733 4.092 4.277 7.56.814 11.019c-.158.161-.328.312-.454.5a.907.907 0 0 0 .112 1.085c3.644 3.64 7.278 7.289 10.924 10.926.349.331.946.296 1.266-.058 3.617-3.624 7.242-7.242 10.864-10.862.372-.376.302-1.024-.097-1.352-3.563-3.56-7.124-7.122-10.687-10.681-.26-.296-.697-.468-1.074-.296z"/><path fill="#fee011" d="M11.782.733c.22-.15.487-.012.643.166 3.554 3.563 7.115 7.12 10.669 10.684.205.163.317.486.108.695-3.551 3.569-7.118 7.122-10.675 10.687-.151.145-.294.337-.524.35-.169-.007-.299-.118-.41-.233C8.017 19.501 4.44 15.919.859 12.342a.445.445 0 0 1-.001-.704C4.285 8.193 7.727 4.76 11.16 1.32c.204-.198.386-.424.623-.587m1.691 5.387l-.001 4.415c-.982.002-1.963-.001-2.944.002-.002.98-.002 1.962 0 2.944.982.004 1.963-.002 2.945.002v4.408h2.945v-4.408c1.47-.005 2.939 0 4.409-.002.004-.982.004-1.963 0-2.945-1.469-.001-2.939.001-4.408-.001-.002-1.471 0-2.944-.001-4.416-.982-.001-1.963-.002-2.945.001m-6.084.32c-.001.251-.002.502-.001.752l-.829.002v.642l.829.001-.001.865-.828.001-.001.612c.276.001.552.002.828.001.002.274.002.547.001.822l-.828.001v.642h.824c.005.278.006.557.005.835l-.829.002v.626l.829.002-.001.834-.828.002v.626l.829.001c0 .283 0 .568-.002.851-.276-.001-.552 0-.828.002v.638c.276.002.552.004.828.002.002.28.002.558.002.838l-.829.001v.626l.828.002.002.887h.402l.001-.887c.346-.002.692-.002 1.038 0l.001.895h.448l.001-.895.806-.002v-.626l-.806-.001c-.001-.28-.001-.558.001-.838h.804v-.642h-.804a80.688 80.688 0 0 1-.001-.852l.806-.001v-.626l-.806-.001-.001-.835.808-.002v-.626l-.808-.002.001-.834.805-.001v-.643l-.804.001c-.004-.275-.002-.55 0-.824l.804.001.001-.612a72.063 72.063 0 0 0-.805-.001 83.361 83.361 0 0 1-.001-.866l.806-.001v-.642l-.808-.001v-.746h-.448v.745c-.347.002-.692.002-1.039.001l-.001-.754h-.402m-4.214 7.043h2.928v-2.944c-.977-.002-1.952-.001-2.928-.001-.004.982-.004 1.963 0 2.945z"/><path fill="#fee011" d="M7.794 7.838h1.037c.001.289.001.577-.001.866l-1.037-.001c-.001-.289-.001-.577.001-.865zM7.794 9.319l1.036-.001c.002.275.002.548 0 .822-.343 0-.686-.001-1.028.001a14.074 14.074 0 0 1-.007-.822zM7.794 10.784l1.034-.001c.004.278.004.557.002.835-.346.002-.691.001-1.038 0-.001-.277-.001-.556.001-.834zM7.793 12.248c.347-.001.692-.001 1.038.001v.834c-.346.002-.692.002-1.038.001v-.836zM7.793 13.714h1.038c.001.283.001.568-.001.851-.346 0-.691.001-1.036-.001a80.247 80.247 0 0 1-.001-.85zM7.794 15.209l1.034-.001c.004.28.004.558.002.838H7.792c-.001-.28-.001-.558.001-.836z"/><path d="M11.666.28c.377-.172.814 0 1.074.296 3.563 3.559 7.124 7.121 10.687 10.681.4.329.469.977.097 1.352-3.622 3.62-7.247 7.238-10.864 10.862-.32.354-.917.389-1.266.058C7.748 19.892 4.115 16.243.47 12.603a.908.908 0 0 1-.112-1.085c.126-.188.295-.34.454-.5C4.275 7.558 7.731 4.09 11.194.631c.142-.134.282-.283.47-.352m.118.454c-.236.163-.419.389-.623.587C7.726 4.759 4.284 8.192.857 11.638a.445.445 0 0 0 .001.704c3.581 3.577 7.158 7.159 10.734 10.74.112.115.241.226.41.233.23-.013.373-.205.524-.35 3.557-3.565 7.124-7.118 10.675-10.687.209-.209.097-.532-.108-.695C19.539 8.019 15.978 4.462 12.424.899 12.268.721 12 .583 11.781.733z"/><path d="M13.474 6.12c.982-.004 1.963-.002 2.945-.001.001 1.472-.001 2.945.001 4.416 1.469.002 2.939 0 4.408.001.004.982.004 1.963 0 2.945-1.47.002-2.939-.002-4.409.002v4.408h-2.945v-4.408c-.982-.005-1.963.001-2.945-.002-.002-.982-.002-1.963 0-2.944.98-.004 1.962 0 2.944-.002l.001-4.415zM7.39 6.44h.402l.001.754c.347.001.692.001 1.039-.001a92.505 92.505 0 0 1 0-.745h.448v.746l.808.001v.642l-.806.001c-.001.288-.001.577.001.866.268-.001.536-.001.805.001l-.001.612-.804-.001c-.002.275-.004.55 0 .824l.804-.001v.643l-.805.001-.001.834.808.002v.626l-.808.002.001.835.806.001v.626l-.806.001c-.001.283-.001.568.001.852h.804v.642h-.804c-.002.28-.002.558-.001.838l.806.001v.626l-.806.002-.001.895h-.448l-.001-.895a89.788 89.788 0 0 0-1.038 0l-.001.887h-.402l-.002-.887-.828-.002a65.313 65.313 0 0 1 0-.626l.829-.001c0-.28 0-.558-.002-.838-.276.001-.552 0-.828-.002v-.638c.276-.002.552-.004.828-.002.002-.283.002-.568.002-.851l-.829-.001a65.313 65.313 0 0 1 0-.626l.828-.002.001-.834-.829-.002a65.313 65.313 0 0 1 0-.626l.829-.002c.001-.278 0-.557-.005-.835h-.824a68.694 68.694 0 0 1 0-.642l.828-.001c.001-.275.001-.548-.001-.822-.276.001-.552 0-.828-.001l.001-.612.828-.001.001-.865-.829-.001a68.694 68.694 0 0 1 0-.642l.829-.002c-.001-.251 0-.502.001-.752m.403 1.396c-.002.288-.002.576-.001.865l1.037.001c.002-.289.002-.577.001-.866H7.794m0 1.481c-.005.275-.004.548.007.822.342-.002.685-.001 1.028-.001.002-.274.002-.547 0-.822l-1.036.001m.001 1.465c-.002.278-.002.557-.001.834.347.001.692.002 1.038 0 .001-.278.001-.557-.002-.835l-1.034.001m-.002 1.464v.836c.346.001.692.001 1.038-.001v-.834c-.346-.002-.691-.002-1.038-.001m0 1.466c-.001.283-.001.566.001.85.344.002.69.001 1.036.001.002-.283.002-.568.001-.851H7.793m.001 1.495c-.002.278-.002.557-.001.836h1.038c.001-.28.001-.558-.002-.838l-1.034.001zM3.175 13.481c-.004-.982-.004-1.963 0-2.945.976 0 1.951-.001 2.928.001v2.944H3.175z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.854 0h.27c.326.05.616.226.842.462L23.533 11.03c.256.238.434.553.467.905v.124a1.352 1.352 0 0 1-.418.844c-3.583 3.578-7.163 7.163-10.745 10.742-.199.211-.481.306-.761.355h-.125c-.292-.04-.584-.138-.791-.358C7.576 20.061 3.996 16.476.412 12.896a1.426 1.426 0 0 1-.413-.762v-.25c.055-.524.481-.865.826-1.214C4.228 7.27 7.63 3.867 11.031.465c.222-.233.504-.404.822-.466m-.184.279c-.188.071-.331.218-.474.354C7.637 4.192 4.077 7.75.522 11.316c-.361.325-.395.937-.049 1.286l10.856 10.866c.341.384.989.385 1.332.004 3.602-3.606 7.206-7.21 10.813-10.81.414-.365.378-1.054-.042-1.4L12.741.576c-.262-.294-.695-.467-1.073-.298z"/><path fill="#fee011" d="M11.774.739c.252-.182.535.024.708.216 3.534 3.547 7.08 7.082 10.614 10.63.24.181.305.556.049.754-3.6 3.605-7.201 7.21-10.807 10.81a.446.446 0 0 1-.683-.006C8.093 19.587 4.545 16.02.98 12.468c-.16-.155-.355-.335-.293-.584.151-.288.421-.487.64-.721 3.254-3.262 6.512-6.52 9.769-9.779.223-.216.422-.462.678-.643M7.6 6.12l.001 11.771c.979.002 1.957.001 2.936 0l.001-4.409c.982-.002 1.963.001 2.945-.001v-2.944c-.982-.002-1.963 0-2.945-.001l-.001-4.416c-.979-.002-1.958-.002-2.938 0m7.156.342l-.002.868h-.828l-.001.628.829-.001.001.853h-.829v.629h.829l-.001.852h-.829v.642h.83v.822l-.83.001v.626l.83.001v.852h-.829v.628h.829v.822h-.829l-.001.613h.829v.868a114.54 114.54 0 0 0-.829 0v.642l.83.001.001.746.432.001.001-.748h1.037l.001.739h.433l.001-.739.799-.001-.001-.642-.798-.001V15.3l.799-.002v-.612l-.799-.002v-.82l.798-.002.001-.625-.799-.002a120.7 120.7 0 0 1 0-.851l.798-.001.001-.626-.799-.001a112.34 112.34 0 0 1 0-.821l.799-.001-.001-.642-.798-.001a120.7 120.7 0 0 1 0-.851l.799-.001v-.626l-.799-.002a120.7 120.7 0 0 1 0-.851h.798l.001-.626-.799-.002-.001-.874h-.433l-.001.874h-1.037l-.001-.868-.432.001m3.145 4.071v2.945h2.938c.002-.982.002-1.963 0-2.945H17.9z"/><path fill="#fee011" d="M15.187 7.958c.347-.002.692-.002 1.038 0v.85h-1.037l-.001-.85zM15.188 9.438h1.037v.852l-1.038-.001.001-.851zM15.188 10.932l1.037.001v.821h-1.037v-.822zM15.188 12.382l1.037.001v.852h-1.037v-.853zM15.188 13.862l1.037.001v.82l-1.037.001v-.822zM15.188 15.3c.346-.002.691-.002 1.037 0 .001.288 0 .576-.002.865l-1.034-.001V15.3z"/><path d="M11.669.278c.378-.169.811.004 1.073.298l10.691 10.686c.42.347.456 1.036.042 1.4-3.607 3.6-7.211 7.204-10.813 10.81a.916.916 0 0 1-1.332-.004L.474 12.602c-.346-.349-.312-.961.049-1.286C4.077 7.751 7.638 4.193 11.196.632c.143-.136.286-.283.474-.354m.104.461c-.256.181-.455.427-.678.643-3.257 3.259-6.515 6.517-9.769 9.779-.218.234-.488.433-.64.721-.062.25.133.43.293.584 3.565 3.552 7.114 7.12 10.675 10.675a.446.446 0 0 0 .683.006c3.606-3.6 7.207-7.205 10.807-10.81.256-.198.191-.572-.049-.754-3.534-3.547-7.08-7.082-10.614-10.63-.173-.192-.456-.398-.708-.216z"/><path d="M7.6 6.12c.979-.002 1.958-.002 2.938 0l.001 4.416c.982.001 1.963-.001 2.945.001v2.944c-.982.002-1.963-.001-2.945.001l-.001 4.409c-.979.001-1.957.002-2.936 0L7.601 6.12zM14.755 6.462l.432-.001.001.868h1.037l.001-.874h.433l.001.874.799.002-.001.626h-.798a120.7 120.7 0 0 0 0 .851l.799.002v.626l-.799.001a120.7 120.7 0 0 0 0 .851l.798.001.001.642-.799.001v.821l.799.001-.001.626-.798.001a120.7 120.7 0 0 0 0 .851l.799.002-.001.625-.798.002v.82l.799.002v.612l-.799.002v.864l.798.001.001.642-.799.001-.001.739h-.433l-.001-.739h-1.037l-.001.748-.432-.001-.001-.746-.83-.001v-.642h.829v-.868h-.829l.001-.613h.829v-.822h-.829v-.628h.829v-.852l-.83-.001v-.626l.83-.001v-.822h-.83v-.642h.829l.001-.852h-.829v-.629h.829l-.001-.853-.829.001.001-.628h.828l.002-.868m.432 1.499l.001.85h1.037v-.85a89.788 89.788 0 0 0-1.038 0m.001 1.48l-.001.851 1.038.001v-.852h-1.037m0 1.494v.822h1.037v-.821l-1.037-.001m0 1.45v.853h1.037v-.852l-1.037-.001m0 1.48v.822l1.037-.001v-.82l-1.037-.001m0 1.438v.864l1.034.001c.002-.289.004-.577.002-.865a89.615 89.615 0 0 0-1.037 0zM17.9 10.536h2.938c.002.982.002 1.963 0 2.945H17.9v-2.945z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M23.656 11.167L12.833.343a1.182 1.182 0 0 0-1.666 0L.343 11.167a1.18 1.18 0 0 0 0 1.665l10.824 10.824a1.182 1.182 0 0 0 1.666 0l10.823-10.824a1.18 1.18 0 0 0 0-1.665z"/><path d="M23.396 11.339L12.661.604a.937.937 0 0 0-1.321 0L.605 11.339a.937.937 0 0 0 0 1.321L11.34 23.395a.937.937 0 0 0 1.321 0L23.396 12.66a.937.937 0 0 0 0-1.321z"/><path fill="#ffd033" d="M23.06 11.67L12.33.94a.468.468 0 0 0-.661 0L.94 11.67a.467.467 0 0 0 0 .66l10.729 10.73a.468.468 0 0 0 .661 0l10.73-10.73a.467.467 0 0 0 0-.66z"/><path d="M16.414 6.111H13.47v4.416h-2.943v2.944h2.943v4.416h2.944V6.112zM6.122 10.526H3.179v2.944h2.943v-2.944zM9.322 6.123v.761h.787v.795h-.787v.787h.787v.787h-.787v.769h.787v.795h-.787l-.009.787h.795v.795h-.795l.009.787h.787v.778h-.795l.009.795h.787v.778h-.795l.009.787h.787v.778h-.795l.009.795-.38-.009v-.787H7.769l-.009.795-.38-.009V17.1h-.795v-.778l.795-.009v-.778h-.795v-.778h.795v-.795h-.795v-.778l.795-.009v-.778h-.795v-.795h.795v-.787h-.795v-.795h.795v-.769h-.795v-.787h.795v-.787h-.795v-.795h.795v-.761h.389v.761h1.167v-.761h.389zm-.38 1.556H7.766v.795h1.176v-.795zm0 1.574H7.766v.769h1.176v-.769zm0 1.565H7.766v.787h1.176v-.787zm0 1.582H7.766v.778h1.176V12.4zm0 1.565H7.766v.795h1.176v-.795zm0 1.573H7.766v.778h1.176v-.778z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.846 0h.264c.301.049.582.187.792.41 3.563 3.562 7.127 7.123 10.687 10.687.33.317.472.817.326 1.255-.115.378-.439.629-.702.902-3.32 3.318-6.641 6.638-9.959 9.959-.299.29-.583.652-1.018.731-.439.103-.898-.084-1.195-.409C7.496 19.988 3.949 16.444.404 12.897a1.457 1.457 0 0 1-.406-.757v-.26a1.35 1.35 0 0 1 .4-.797C3.957 7.521 7.519 3.961 11.079.403c.204-.217.476-.348.766-.403m-.032.307c-.323.06-.53.332-.752.547C7.682 4.236 4.3 7.616.919 10.995c-.178.185-.38.35-.517.569-.2.337-.119.794.166 1.058 3.578 3.586 7.164 7.164 10.745 10.748.204.22.508.358.811.301.341-.042.56-.33.792-.552 3.4-3.401 6.799-6.8 10.201-10.199.224-.234.516-.456.558-.802.055-.3-.078-.601-.296-.803C19.797 7.733 16.216 4.15 12.633.571a.881.881 0 0 0-.818-.266z"/><path fill="#ffdb00" d="M11.804.782c.202-.112.433.004.568.162 3.56 3.563 7.123 7.121 10.682 10.684.246.182.228.556-.013.732L12.363 23.038c-.178.241-.551.263-.733.017C8.044 19.471 4.456 15.89.877 12.299c-.21-.184-.16-.52.053-.68 3.46-3.461 6.922-6.92 10.381-10.382.161-.155.305-.331.493-.454m-.996 2.961c0 1.178-.005 2.356.001 3.534.788.778 1.562 1.57 2.353 2.345.004-1.96.001-3.919.002-5.878-.786-.002-1.572 0-2.357-.001M6.509 7.025c.349.349.7.697 1.048 1.049l-.798.798c.172.173.343.346.517.516.265-.265.53-.533.797-.797.352.347.701.697 1.05 1.048-.265.268-.533.532-.798.799.17.173.343.344.516.516l.798-.798c.352.348.701.698 1.049 1.049-.264.268-.533.532-.797.799.17.172.342.344.514.515.269-.263.533-.532.8-.797.352.349.702.697 1.049 1.051-.266.264-.533.529-.797.797.17.173.342.344.515.515l.798-.797c.353.346.7.697 1.05 1.046-.264.27-.533.533-.797.802.17.172.342.343.514.515.275-.263.527-.546.816-.792.336.355.692.692 1.032 1.045-.265.265-.532.53-.796.797.17.173.342.344.515.516l.798-.798c.353.347.698.7 1.051 1.048l.515-.516c-.347-.353-.706-.695-1.045-1.056.266-.262.532-.527.796-.792-.172-.173-.343-.346-.515-.516-.268.265-.533.532-.798.798-.353-.347-.702-.697-1.05-1.049.265-.268.533-.533.797-.8-.17-.172-.342-.343-.515-.515-.268.265-.533.532-.798.798-.353-.347-.701-.698-1.05-1.048.262-.266.526-.532.794-.793a13.274 13.274 0 0 0-.512-.522c-.268.264-.532.533-.8.797-.35-.349-.701-.697-1.048-1.049l.797-.798c-.17-.173-.342-.346-.515-.516-.268.264-.532.533-.8.797l-1.048-1.046c.264-.269.532-.533.798-.8-.172-.173-.343-.346-.516-.516l-.797.798c-.353-.347-.702-.698-1.05-1.049.263-.266.528-.532.794-.794-.167-.176-.338-.35-.514-.521-.268.265-.532.534-.8.798L7.027 6.509c-.174.17-.347.343-.517.517m4.304 7.328c0 1.958-.001 3.918.001 5.878h2.348c.002-1.177-.001-2.354.001-3.53-.781-.785-1.56-1.572-2.351-2.347z"/><path d="M11.813.307a.884.884 0 0 1 .818.266c3.583 3.578 7.164 7.162 10.746 10.744.218.202.352.503.296.803-.042.346-.334.568-.558.802a16348.31 16348.31 0 0 0-10.201 10.199c-.232.222-.451.51-.792.552-.304.056-.607-.082-.811-.301C7.73 19.788 4.145 16.209.566 12.624.282 12.36.2 11.903.4 11.566c.137-.218.34-.384.517-.569C4.299 7.618 7.68 4.237 11.059.856c.222-.215.43-.487.752-.547m-.007.473c-.188.122-.332.299-.493.454C7.851 4.698 4.389 8.158.93 11.618c-.212.161-.263.497-.053.68 3.58 3.59 7.168 7.171 10.753 10.756.182.246.556.224.733-.017l10.678-10.678c.241-.176.259-.55.013-.732C19.495 8.064 15.932 4.506 12.372.943c-.134-.158-.366-.274-.568-.162z"/><path d="M10.808 3.744c.785.001 1.571-.001 2.357.001-.001 1.958.001 3.918-.002 5.878-.791-.775-1.565-1.567-2.353-2.345-.006-1.178-.001-2.356-.001-3.534zM6.509 7.025c.17-.174.343-.347.517-.517l1.046 1.048c.269-.264.533-.533.8-.798.175.17.347.344.514.521-.266.263-.532.528-.794.794.348.35.697.702 1.05 1.049.265-.266.53-.533.797-.798.173.17.344.343.516.516-.266.268-.534.532-.798.8l1.048 1.046c.269-.264.533-.533.8-.797.173.17.344.343.515.516l-.797.798c.347.352.697.7 1.048 1.049.269-.264.533-.533.8-.797.175.169.347.343.512.522-.269.262-.533.527-.794.793.349.349.697.701 1.05 1.048.265-.266.53-.533.798-.798l.515.515c-.264.268-.532.533-.797.8.348.352.697.702 1.05 1.049.265-.266.53-.533.798-.798.172.17.343.343.515.516-.264.265-.529.53-.796.792.34.361.698.703 1.045 1.056l-.515.516c-.353-.348-.698-.701-1.051-1.048l-.798.798a83.488 83.488 0 0 1-.515-.516c.264-.266.53-.532.796-.797-.34-.353-.696-.69-1.032-1.045-.289.246-.541.529-.816.792l-.514-.515c.264-.269.533-.532.797-.802-.35-.349-.697-.701-1.05-1.046l-.798.797c-.173-.17-.344-.342-.515-.515.264-.268.53-.533.797-.797-.347-.354-.697-.702-1.049-1.051-.268.265-.532.534-.8.797-.172-.17-.343-.343-.514-.515.264-.268.533-.532.797-.799-.348-.35-.697-.701-1.049-1.049l-.798.798c-.173-.172-.346-.343-.516-.516.265-.268.533-.532.798-.799-.349-.35-.698-.701-1.05-1.048-.266.264-.532.532-.797.797a41.92 41.92 0 0 1-.517-.516l.798-.798c-.348-.352-.698-.7-1.048-1.049zM10.814 14.354c.791.775 1.57 1.562 2.351 2.347-.002 1.176.001 2.353-.001 3.53h-2.348c-.002-1.96-.001-3.919-.001-5.878z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.822 0h.283c.305.054.576.216.791.436 3.498 3.494 6.992 6.995 10.492 10.489.604.443.742 1.403.151 1.915-3.426 3.421-6.847 6.846-10.271 10.268-.246.232-.456.511-.751.682a1.182 1.182 0 0 1-1.404-.228L.371 12.82c-.198-.185-.305-.438-.371-.696v-.259c.037-.331.21-.625.452-.85L11.018.449c.218-.224.492-.395.804-.449m-.261.421c-.173.09-.307.236-.446.368C7.777 4.13 4.435 7.469 1.096 10.81c-.199.204-.416.394-.592.619-.26.342-.22.87.086 1.171 3.583 3.583 7.165 7.168 10.751 10.748.342.342.961.322 1.286-.036 3.562-3.563 7.124-7.127 10.688-10.687.389-.355.362-1.02-.03-1.362-3.539-3.542-7.078-7.084-10.622-10.62A.953.953 0 0 0 11.56.42z"/><path fill="#ffd033" d="M11.689.896c.226-.18.551-.067.712.144 3.516 3.527 7.051 7.036 10.562 10.566.235.197.199.584-.044.758-3.54 3.534-7.075 7.074-10.612 10.613a.477.477 0 0 1-.701-.016L.931 12.279c-.203-.198-.145-.545.071-.709C4.564 8.011 8.112 4.438 11.689.896m-3.929 5.2l.008.751-.793.001.001.784.78-.001c.006.266.01.533.012.8l-.792.001v.784c.259 0 .518 0 .778-.002.007.257.007.514.004.77h-.781v.792l.782.001.01.782h-.792v.792l.792.001v.782h-.791a66.91 66.91 0 0 0-.001.776l.792.001c.001.262 0 .523-.002.785l-.788-.002c-.002.262-.002.522-.002.784l.793.002v.774h-.791c-.002.262-.002.522-.002.784.262 0 .523.001.785.004l.008.78c.126 0 .251.002.377.004l.012-.785c.388-.002.775-.002 1.163 0v.782h.379l.001-.782.792-.001v-.784c-.264 0-.528 0-.793-.002l.001-.773.792-.001v-.775l-.793-.002.001-.79.792-.001v-.775c-.264 0-.529 0-.793-.002l.001-.781.792-.001.001-.79-.793-.004v-.781l.791-.001c.002-.264.002-.528 0-.792l-.791-.001a97.793 97.793 0 0 1 0-.766l.791-.001c.002-.262.002-.523-.001-.785h-.79c-.001-.266-.001-.533 0-.798l.793-.002-.001-.782-.792-.001-.001-.751h-.378l-.001.75c-.388.004-.775.002-1.163.001l-.001-.751h-.396M4.543 9.029c-.002.978-.004 1.956 0 2.934h2.033c.002-.978.002-1.956 0-2.934H4.543m6.412 0c-.002.978-.001 1.956-.001 2.934.673.001 1.346-.001 2.018.001.004 1.957-.001 3.913.002 5.87l2.934-.001c.002-1.956-.001-3.913.001-5.869 1.163-.002 2.327.001 3.49-.001V9.029h-8.444z"/><path fill="#ffd033" d="M8.149 7.633c.39-.002.779-.001 1.169-.002.004.27.004.54 0 .81L8.149 8.44v-.806zM8.149 9.217c.389-.002.778-.001 1.166-.002.007.257.007.514 0 .77-.389-.002-.778 0-1.166-.002a97.793 97.793 0 0 1 0-.766zM8.149 10.777c.386-.002.772.002 1.158-.007.019.263.017.527.01.791-.389-.001-.779 0-1.168-.002v-.781zM8.149 12.353c.39-.001.78-.002 1.171.001.001.258 0 .516-.002.775l-1.169-.002a99.846 99.846 0 0 1 0-.774zM8.149 13.913c.39-.001.78-.002 1.171.001.001.26 0 .522-.002.782l-1.169-.001a101.92 101.92 0 0 1 0-.782zM8.149 15.481c.39-.002.781-.002 1.171 0 .001.258 0 .517-.002.775l-1.169-.001a99.846 99.846 0 0 1 0-.774z"/><path d="M11.561.421a.953.953 0 0 1 1.103.223c3.545 3.536 7.084 7.078 10.622 10.62.392.342.419 1.007.03 1.362-3.564 3.56-7.127 7.124-10.688 10.687-.325.358-.944.378-1.286.036C7.756 19.768 4.174 16.184.591 12.601a.915.915 0 0 1-.086-1.171c.175-.226.392-.415.592-.619C4.435 7.47 7.777 4.131 11.116.79c.139-.132.274-.278.446-.368m.127.474C8.112 4.438 4.563 8.011 1.002 11.57c-.216.164-.274.511-.071.709l10.675 10.682c.173.208.52.217.701.016 3.536-3.539 7.072-7.079 10.612-10.613.244-.174.28-.562.044-.758-3.511-3.53-7.046-7.039-10.562-10.566-.161-.211-.486-.324-.712-.144z"/><path d="M7.76 6.096h.396l.001.751c.388.001.775.002 1.163-.001l.001-.75h.378l.001.751.792.001.001.782-.793.002c-.001.265-.001.532 0 .798h.79c.004.262.004.523.001.785l-.791.001v.766l.791.001c.002.264.002.528 0 .792l-.791.001v.781c.264.001.528.001.793.004l-.001.79-.792.001-.001.781c.264.002.529.002.793.002v.775l-.792.001-.001.79.793.002v.775l-.792.001-.001.773c.265.002.529.002.793.002v.784l-.792.001-.001.782H9.32v-.782c-.388-.002-.775-.002-1.163 0l-.012.785c-.126-.001-.251-.004-.377-.004-.004-.26-.006-.521-.008-.78-.262-.002-.523-.004-.785-.004 0-.262 0-.522.002-.784h.791v-.774l-.793-.002c0-.262 0-.522.002-.784l.788.002c.002-.262.004-.523.002-.785l-.792-.001a66.91 66.91 0 0 1 .001-.776h.791v-.782l-.792-.001v-.792h.792c-.002-.262-.006-.522-.01-.782l-.782-.001v-.792h.781c.004-.257.004-.514-.004-.77-.259.002-.518.002-.778.002V8.43l.792-.001a52.955 52.955 0 0 0-.012-.8l-.78.001-.001-.784.793-.001c-.004-.251-.006-.5-.008-.751m.391 1.539v.806l1.169.001c.004-.27.004-.54 0-.81-.39.001-.779 0-1.169.002m0 1.585v.766c.389.002.778 0 1.166.002a14.12 14.12 0 0 0 0-.77c-.389.001-.778 0-1.166.002m0 1.56v.781c.389.002.779.001 1.168.002.007-.264.01-.528-.01-.791-.386.01-.772.005-1.158.007m0 1.577v.774l1.169.002c.002-.259.004-.517.002-.775-.391-.004-.781-.002-1.171-.001m0 1.56v.782l1.169.001c.002-.26.004-.522.002-.782-.391-.004-.781-.002-1.171-.001m0 1.568v.774l1.169.001c.002-.258.004-.517.002-.775-.39-.002-.781-.002-1.171 0zM4.543 9.029h2.033c.002.978.002 1.956 0 2.934H4.543c-.004-.978-.002-1.956 0-2.934zM10.955 9.029h8.444v2.934c-1.163.002-2.327-.001-3.49.001-.002 1.956.001 3.913-.001 5.869l-2.934.001c-.004-1.957.001-3.913-.002-5.87-.672-.002-1.345 0-2.018-.001 0-.978-.001-1.956.001-2.934z"/></symbol><symbol viewBox="0 0 24 24" id="warning--reduced-maximum-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M10.918.713c.305-.296.611-.692 1.078-.691.478-.02.797.38 1.104.683 3.336 3.344 6.678 6.683 10.018 10.022.325.34.732.638.883 1.105v.325a1.275 1.275 0 0 1-.335.581 10235.41 10235.41 0 0 0-10.926 10.93 1.37 1.37 0 0 1-.552.332h-.34c-.456-.124-.733-.522-1.058-.832-3.36-3.36-6.718-6.724-10.081-10.081-.271-.284-.637-.545-.682-.967-.056-.352.149-.667.39-.901C3.917 7.717 7.42 4.217 10.918.713m.774-.423c-.266.163-.468.406-.689.62C7.504 4.413 3.997 7.911.499 11.416c-.325.272-.392.81-.067 1.11 3.678 3.684 7.357 7.367 11.039 11.048.274.302.792.312 1.072.011 3.68-3.679 7.362-7.36 11.038-11.044.34-.305.272-.858-.064-1.136-3.618-3.622-7.24-7.24-10.859-10.859-.234-.27-.629-.444-.966-.257z"/><path fill="#ffd520" d="M11.795.636c.204-.167.462-.019.612.148l10.802 10.804c.204.169.377.494.125.706-3.589 3.61-7.201 7.198-10.792 10.806-.194.232-.548.545-.821.228-3.55-3.534-7.082-7.086-10.63-10.624-.181-.186-.389-.355-.518-.583-.066-.247.14-.419.288-.581C4.444 7.962 8.023 4.378 11.603.798l.191-.161M8.892 5.056c-.163.151-.342.292-.468.476-.018.166.149.346.318.262.851-.197 1.686-.45 2.533-.658.004.672.004 1.344.005 2.016h1.465c.002-.672.002-1.344.006-2.016.877.208 1.738.488 2.62.672.229.011.308-.318.113-.422-1.148-1.066-2.311-2.116-3.47-3.167-1.045.941-2.078 1.894-3.121 2.837M8.098 7.76c-.29.125-.432.451-.412.756-.004 2.998.004 5.998-.004 8.996.006.262-.011.568.2.763.186.218.49.227.755.224 2.323-.012 4.648.004 6.971-.007a.698.698 0 0 0 .716-.722c.017-3-.002-6.001.01-9.001-.012-.248.022-.522-.116-.743-.148-.263-.462-.349-.745-.337-2.236-.006-4.471.004-6.707-.005-.223.008-.456-.008-.668.076z"/><path d="M11.692.29c.337-.187.732-.013.966.257 3.619 3.619 7.241 7.237 10.859 10.859.336.278.403.832.064 1.136-3.676 3.684-7.357 7.364-11.038 11.044-.28.301-.798.292-1.072-.011C7.789 19.893 4.11 16.211.432 12.527c-.325-.3-.258-.838.067-1.11C3.997 7.912 7.503 4.414 11.003.911c.221-.215.422-.457.689-.62m.103.345l-.191.161C8.023 4.378 4.445 7.961.862 11.539c-.148.162-.354.334-.288.581.13.228.337.397.518.583 3.547 3.538 7.08 7.09 10.63 10.624.272.317.626.004.821-.228 3.59-3.608 7.202-7.196 10.792-10.806.252-.211.079-.536-.125-.706L12.408.783c-.15-.167-.408-.314-.612-.148z"/><path d="M8.892 5.056c1.043-.943 2.076-1.896 3.121-2.837 1.159 1.051 2.322 2.101 3.47 3.167.196.104.116.433-.113.422-.882-.184-1.742-.464-2.62-.672-.004.672-.004 1.344-.006 2.016h-1.465c-.001-.672-.001-1.344-.005-2.016-.847.208-1.682.461-2.533.658-.169.084-.336-.096-.318-.262.126-.185.305-.325.468-.476zM8.312 7.846c2.428-.03 4.858-.011 7.286-.01.359-.023.632.33.588.673-.001 3.088.006 6.175-.004 9.264a.561.561 0 0 1-.572.582c-2.365.011-4.73.001-7.096.005-.349.049-.712-.228-.684-.594-.007-3.085-.001-6.17-.002-9.254-.035-.301.166-.635.484-.666m-.02.225c-.253.065-.262.36-.253.572.008 3.041-.008 6.084.008 9.125-.025.253.232.409.46.374 2.285.005 4.568-.002 6.853.004.173-.012.378.024.516-.11.126-.144.089-.35.102-.526-.006-2.995.001-5.992-.004-8.987.056-.295-.208-.529-.493-.482-2.201-.005-4.4.004-6.601-.004-.196.004-.395-.011-.588.034z"/><path d="M10.054 8.953l.174-.002c.136.391.27.782.403 1.174l-.196-.007-.112-.334c-.085 0-.256.002-.341.004a.49.49 0 0 1-.33.376c.114-.409.263-.808.401-1.21m.051.392c-.113.145-.086.229.079.253.106-.139.079-.223-.079-.253zM10.817 8.884c.179.071.269.238.358.396.061-.2.187-.319.377-.358-.085.205-.179.407-.272.608.101.205.199.413.287.624-.246.008-.286-.248-.391-.403-.115.137-.144.442-.391.38.091-.204.19-.404.284-.605a3.93 3.93 0 0 1-.251-.643zM11.801 8.981l.156-.07c.012.418.013.835-.001 1.254l-.149-.073a5.428 5.428 0 0 1-.006-1.111zM12.282 8.894c.289.126.298.491.431.737.143-.235.131-.637.446-.724.014.406.008.811.006 1.217l-.181-.001a69.506 69.506 0 0 0-.005-.647c-.09.214-.178.428-.269.642l-.265-.672-.002.685a10.945 10.945 0 0 1-.18-.017c.002-.407-.01-.815.019-1.22zM13.464 9.731c.047-.263-.163-.709.166-.826.014.31-.007.622.025.931.059.173.328.186.394.005.029-.296.014-.594.017-.892h.179c-.022.338.067.704-.067 1.024-.193.337-.769.149-.713-.242zM14.522 8.958l.172-.017c.095.23.19.461.282.692.127-.252.14-.619.439-.733.018.407.011.815.01 1.222l-.18-.002-.001-.654-.268.656-.272-.667-.001.666-.18-.001a225.04 225.04 0 0 1 0-1.162zM8.604 8.905c.3.11.314.479.444.728.139-.236.128-.638.445-.719.008.401.005.803.005 1.204l-.181.004v-.66l-.268.661-.271-.667c-.002.221-.002.442-.002.662l-.181.004c0-.406-.007-.811.01-1.217zM13.38 11.596c.599-.235 1.342.079 1.585.676.282.713.32 1.5.266 2.258-.055.56-.103 1.146-.366 1.656-.314.562-1.088.752-1.655.473-.389-.166-.617-.564-.703-.961-.22-1.015-.17-2.072.028-3.088.089-.452.397-.865.845-1.014m.308.655c-.353.07-.455.473-.516.775-.16.895-.191 1.85.108 2.72.12.344.601.438.859.194.217-.21.268-.522.322-.806.126-.798.144-1.632-.078-2.414-.079-.295-.374-.557-.695-.469zM8.932 11.632h2.354v.713H9.62l-.036 1.091c.618-.246 1.406-.032 1.717.582.382.769.198 1.799-.422 2.394-.576.552-1.567.52-2.131-.036.157-.163.316-.325.474-.486.406.326 1.069.308 1.352-.164.257-.467.394-1.164-.035-1.571-.318-.274-.757-.084-.995.197-.235-.023-.47-.049-.704-.074l.091-2.645z"/><path fill="#fff" d="M8.098 7.76c.212-.084.445-.067.668-.076 2.236.008 4.471-.001 6.707.005.283-.012.598.074.745.337.138.221.104.494.116.743-.012 3 .007 6.001-.01 9.001a.698.698 0 0 1-.716.722c-2.323.011-4.648-.005-6.971.007-.265.002-.569-.006-.755-.224-.211-.196-.194-.502-.2-.763.007-2.999 0-5.999.004-8.996-.02-.305.121-.631.412-.756m.214.086c-.318.031-.518.365-.484.666.001 3.084-.005 6.169.002 9.254-.028.366.335.643.684.594 2.365-.004 4.73.006 7.096-.005a.56.56 0 0 0 .572-.582c.01-3.089.002-6.176.004-9.264.044-.343-.229-.696-.588-.673-2.429-.001-4.859-.02-7.286.01z"/><path fill="#fff" d="M8.292 8.071c.193-.044.392-.03.588-.034 2.201.007 4.4-.001 6.601.004.286-.047.55.187.493.482.005 2.995-.002 5.992.004 8.987-.013.175.024.382-.102.526-.138.134-.343.098-.516.11-2.285-.006-4.568.001-6.853-.004-.228.035-.485-.121-.46-.374-.017-3.041 0-6.084-.008-9.125-.008-.212 0-.508.253-.572m1.762.882c-.138.402-.287.8-.401 1.21a.49.49 0 0 0 .33-.376l.341-.004.112.334.196.007c-.133-.391-.268-.782-.403-1.174l-.174.002m.762-.068c.06.223.152.434.251.643-.095.2-.193.401-.284.605.247.061.276-.244.391-.38.106.155.145.412.391.403a10.985 10.985 0 0 0-.287-.624c.094-.202.187-.403.272-.608-.19.038-.316.157-.377.358-.089-.158-.179-.325-.358-.396m.985.096c-.032.368-.038.744.006 1.111l.149.073c.014-.419.013-.836.001-1.254l-.156.07m.481-.087c-.029.406-.017.814-.019 1.22l.18.017.002-.685.265.672c.091-.214.179-.428.269-.642l.005.647.181.001c.002-.406.008-.811-.006-1.217-.316.086-.304.488-.446.724-.133-.246-.142-.611-.431-.737m1.182.837c-.056.391.52.58.713.242.134-.319.046-.685.067-1.024h-.179c-.002.298.012.595-.017.892-.066.181-.335.168-.394-.005-.032-.31-.011-.622-.025-.931-.329.116-.119.563-.166.826m1.059-.773v1.162l.18.001.001-.666.272.667.268-.656.001.654.18.002c.001-.407.008-.815-.01-1.222-.299.114-.312.481-.439.733-.092-.232-.187-.462-.282-.692l-.172.017m-5.917-.053c-.017.406-.01.811-.01 1.217l.181-.004c0-.221 0-.442.002-.662l.271.667c.089-.221.178-.442.268-.661v.66l.181-.004c0-.401.004-.803-.005-1.204-.317.08-.306.482-.445.719-.13-.25-.144-.618-.444-.728m4.777 2.691c-.448.149-.756.562-.845 1.014-.198 1.015-.247 2.072-.028 3.088.086.397.314.796.703.961.566.28 1.34.089 1.655-.473.263-.51.311-1.096.366-1.656.054-.758.016-1.546-.266-2.258-.244-.596-.986-.911-1.585-.676m-4.448.036l-.091 2.645c.234.025.469.052.704.074.238-.281.677-.47.995-.197.428.407.292 1.104.035 1.571-.283.473-.947.491-1.352.164-.158.161-.317.323-.474.486.564.556 1.555.588 2.131.036.62-.595.804-1.625.422-2.394-.311-.614-1.099-.828-1.717-.582l.036-1.091h1.666v-.713H8.933z"/><path fill="#fff" d="M10.104 9.346c.158.03.185.114.079.253-.166-.024-.192-.108-.079-.253zM13.688 12.251c.32-.088.616.174.695.469.222.782.204 1.616.078 2.414-.054.284-.104.596-.322.806-.258.244-.739.15-.859-.194-.299-.87-.268-1.825-.108-2.72.061-.302.163-.706.516-.775z"/></symbol><symbol viewBox="0 0 24 24" id="warning--reserved-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M10.91.821c.275-.263.516-.577.858-.758.311-.139.628.056.838.278 3.446 3.44 6.887 6.884 10.331 10.326.346.346.678.707 1.063 1.009v.061c-.016.026-.046.08-.061.108a.69.69 0 0 1-.228.702c-3.581 3.58-7.16 7.162-10.744 10.74-.274.27-.526.588-.906.713h-.031c-.716-.209-1.103-.929-1.656-1.385-3.22-3.216-6.439-6.432-9.664-9.644-.226-.239-.502-.445-.65-.745-.131-.311.058-.625.278-.835C3.862 7.869 7.387 4.346 10.91.821m.777-.516C7.906 4.037 4.171 7.821.406 11.569c-.246.193-.313.582-.056.798 3.738 3.744 7.483 7.481 11.221 11.225.19.244.57.32.787.066 3.767-3.758 7.529-7.525 11.29-11.29.251-.21.198-.594-.042-.787C19.882 7.856 16.155 4.133 12.434.407c-.181-.212-.526-.318-.746-.102z"/><path fill="#ffd520" d="M11.143 1.307c.28-.283.558-.566.859-.829.389.335.737.712 1.1 1.073l9.415 9.416c.337.338.685.667.998 1.03-.935.952-1.878 1.896-2.822 2.837-.132.163-.362.083-.54.106a3397 3397 0 0 0-9.577-.001c-.767-.034-1.484.618-1.489 1.392-.02 1.426-.005 2.854-.006 4.279-2.856-2.88-5.743-5.728-8.596-8.612.13-.146.26-.29.397-.43 3.421-3.419 6.84-6.84 10.26-10.26m-.648 4.624l.004.344c.715-.002 1.43-.001 2.146-.001l.002-.342c-.718-.004-1.434-.002-2.152-.001m4.044-.002c-.001.085-.004.257-.004.343.719.002 1.438.001 2.156.001l-.023-.349c-.71.011-1.421.004-2.13.005m-6.289.909c.04.368.23.696.36 1.038-1.78.017-3.49 1.144-4.158 2.8-.515 1.13-.317 2.394-.355 3.595h1.508c.06-1.068-.194-2.215.31-3.21.5-1.036 1.607-1.715 2.753-1.724-.142.326-.322.641-.42.985-.029.3.359.515.593.316.955-.652 1.886-1.338 2.834-2-.886-.644-1.776-1.28-2.67-1.914-.221-.238-.666-.252-.755.115m2.25 4.169c-.001.086-.004.257-.004.343 3.754.002 7.506.004 11.26-.001l-.005-.342H10.498m.019 2.163c.886.456 1.787.883 2.67 1.344.89-.461 1.795-.894 2.689-1.348-.889-.46-1.788-.9-2.687-1.343-.892.448-1.798.868-2.672 1.346z"/><path fill="#ffd520" d="M11.363 13.169a67.38 67.38 0 0 1 1.826-.908c.611.296 1.22.594 1.824.906-.606.308-1.22.602-1.824.913-.606-.31-1.217-.608-1.826-.911z"/><path d="M11.687.305c.221-.216.565-.11.746.102 3.721 3.726 7.448 7.45 11.172 11.174.24.193.293.577.042.787-3.761 3.764-7.523 7.531-11.29 11.29-.217.254-.598.178-.787-.066C7.832 19.848 4.087 16.111.349 12.367c-.257-.216-.19-.605.056-.798C4.171 7.82 7.905 4.037 11.686.305m-.543 1.002c-3.42 3.42-6.839 6.841-10.26 10.26-.137.139-.268.283-.397.43 2.852 2.885 5.74 5.732 8.596 8.612.001-1.426-.014-2.854.006-4.279.005-.774.722-1.426 1.489-1.392 3.192-.002 6.385-.005 9.577.001.178-.023.408.058.54-.106a359.49 359.49 0 0 0 2.822-2.837c-.313-.362-.661-.691-.998-1.03a83577.13 83577.13 0 0 1-9.415-9.416c-.364-.361-.712-.738-1.1-1.073-.301.263-.58.546-.859.829z"/><path d="M10.494 5.932c.718-.001 1.434-.002 2.152.001a38.99 38.99 0 0 0-.002.342c-.715 0-1.43-.001-2.146.001a39.454 39.454 0 0 0-.004-.344zM14.538 5.93c.709-.001 1.42.006 2.13-.005l.023.349c-.719 0-1.438.001-2.156-.001 0-.086.002-.258.004-.343zM8.248 6.839c.089-.367.534-.353.755-.115.894.634 1.784 1.27 2.67 1.914-.948.662-1.879 1.349-2.834 2-.234.199-.622-.016-.593-.316.098-.344.278-.659.42-.985-1.146.01-2.252.689-2.753 1.724-.504.995-.25 2.142-.31 3.21H4.095c.038-1.201-.16-2.465.355-3.595.668-1.656 2.378-2.783 4.158-2.8-.13-.342-.32-.67-.36-1.038zM10.498 11.009h11.251l.005.342c-3.754.005-7.506.004-11.26.001 0-.086.002-.257.004-.343zM10.517 13.172c.875-.479 1.781-.899 2.672-1.346.899.443 1.798.883 2.687 1.343-.894.454-1.799.887-2.689 1.348-.883-.461-1.784-.888-2.67-1.344m.846-.004c.61.302 1.22.601 1.826.911.604-.311 1.218-.605 1.824-.913a79.265 79.265 0 0 0-1.824-.906c-.613.293-1.222.598-1.826.908z"/></symbol><symbol viewBox="0 0 24 24" id="warning--restricted-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#db0000" d="M10.817 1.81a2.192 2.192 0 0 1 2.381-.002c.49.305.829.787 1.109 1.28 3.077 5.243 6.158 10.483 9.236 15.725.236.396.401.836.457 1.296v.448c-.082 1.138-1.152 1.954-2.244 2.004H2.245c-.826-.068-1.662-.508-2.023-1.28-.384-.786-.197-1.726.244-2.447C3.573 13.542 6.684 8.252 9.791 2.96c.257-.449.586-.869 1.026-1.15M2.309 20.254c6.468.004 12.936.005 19.404 0A4185.127 4185.127 0 0 0 12.01 3.765a3951.069 3951.069 0 0 0-9.701 16.489z"/><path fill="#db0000" d="M9.139 10.961c1.152.008 2.308-.035 3.458.064.742.085 1.529.277 2.075.823.542.552.672 1.409.48 2.137-.182.643-.748 1.091-1.344 1.336.55.257.934.77 1.081 1.352.271 1.013.485 2.041.722 3.062h-1.939c-.18-.764-.354-1.531-.542-2.293-.11-.424-.247-.892-.631-1.148-.425-.277-.959-.274-1.448-.27-.004 1.237 0 2.474-.002 3.712H9.143c-.001-2.924-.006-5.85-.004-8.774m1.912 1.23c-.001.869-.004 1.738.001 2.606.691.014 1.504-.001 2.01-.545.37-.497.384-1.343-.124-1.753-.56-.35-1.255-.283-1.888-.308z"/><path fill="#fff" d="M2.309 20.254A3783.332 3783.332 0 0 1 12.01 3.765c3.25 5.488 6.479 10.987 9.703 16.489-6.468.005-12.936.004-19.404 0m6.83-9.293c-.002 2.924.002 5.85.004 8.774h1.906c.002-1.237-.001-2.474.002-3.712.49-.004 1.024-.007 1.448.27.384.257.521.725.631 1.148.188.762.362 1.529.542 2.293h1.939c-.238-1.021-.451-2.05-.722-3.062-.148-.582-.532-1.096-1.081-1.352.596-.245 1.162-.692 1.344-1.336.192-.728.062-1.585-.48-2.137-.546-.546-1.333-.738-2.075-.823-1.151-.098-2.306-.055-3.458-.064z"/><path fill="#fff" d="M11.051 12.192c.632.025 1.327-.042 1.888.308.508.41.493 1.256.124 1.753-.506.544-1.319.559-2.01.545-.005-.869-.002-1.738-.001-2.606z"/></symbol><symbol viewBox="0 0 24 24" id="warning--reversible-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f9e83b" d="M11.558 2.261c.334-.024.68-.045 1.005.049.276.188.535.419.652.741.121.21.265.406.375.624.099.179.221.342.326.517l.169.361c.126.207.269.404.387.616l.116.256.12.254c.126.205.269.401.387.612.076.171.158.341.236.513.106.175.229.339.335.514l.291.609c.126.206.27.402.384.618.126.315.333.584.505.874.151.405.4.758.62 1.126.126.315.333.586.507.875l.106.26c.13.206.274.402.394.615l.106.259c.129.205.274.4.386.616.126.315.334.585.506.876l.116.255.117.254c.191.276.371.561.503.871.186.281.369.564.501.875.102.177.225.341.331.518l.291.609c.128.206.27.402.384.618.125.316.34.581.499.88.12.21.26.406.376.618.08.171.164.34.252.507.215.337.198.764.094 1.136a1.544 1.544 0 0 1-.501.503c-.144.044-.29.065-.439.064-6.79-.008-13.58.004-20.369-.005-.254-.076-.402-.363-.57-.56-.081-.321-.121-.684.019-.993a8.74 8.74 0 0 1 .586-1.02c.132-.309.311-.592.501-.87l.166-.364c.108-.174.23-.337.336-.51l.106-.261c.121-.211.265-.409.394-.615l.108-.26c.12-.211.264-.409.39-.616.055-.12.111-.241.168-.361.127-.206.27-.401.387-.614.076-.171.157-.34.235-.51.106-.175.229-.338.335-.511.056-.123.111-.244.168-.365.105-.174.228-.336.325-.514.181-.33.409-.633.552-.984.101-.176.224-.34.322-.519.132-.25.299-.479.431-.73.158-.252.33-.498.442-.776.115-.213.256-.409.376-.618.132-.249.296-.479.434-.725.126-.316.34-.582.499-.881.098-.179.22-.341.327-.514l.106-.263c.175-.288.381-.56.509-.875.111-.215.255-.41.384-.615.079-.17.16-.339.236-.511.117-.213.26-.409.39-.614l.108-.259c.12-.213.263-.41.391-.616l.162-.365c.151-.265.375-.48.603-.679m.239.423c-.325.105-.494.421-.649.699a438.977 438.977 0 0 1-4.788 8.348c-1.411 2.391-2.724 4.839-4.135 7.23-.21.376-.453.736-.62 1.135-.228.514.203 1.18.769 1.173 1.336.06 2.674-.016 4.01.014 5.084-.012 10.169-.012 15.252.005.599.057 1.072-.595.894-1.152-.176-.47-.474-.881-.708-1.324-1.719-3.067-3.47-6.117-5.194-9.183-1.206-2.161-2.399-4.33-3.655-6.462-.21-.423-.729-.654-1.177-.481z"/><path fill="#f9e83b" d="M9.048 10.424c1.047-1.766 1.973-3.606 3.076-5.339.818 1.329 1.571 2.697 2.354 4.046a946.62 946.62 0 0 0 5.911 10.496c-5.549.001-11.097-.01-16.646.006 1.711-3.102 3.555-6.129 5.305-9.21m1.806 2.817c-.346.297-.171.798-.219 1.194.389-.372.741-.781 1.12-1.164.014 1.496.001 2.992-.005 4.489-.368-.406-.732-.815-1.113-1.209.015.333-.056.689.042 1.009.455.564.987 1.061 1.459 1.612a50.537 50.537 0 0 0 1.534-1.641l.004-.949c-.387.386-.749.798-1.136 1.184.01-1.506.008-3.012.01-4.52.383.387.747.79 1.126 1.18a60.1 60.1 0 0 1 .018-.951c-.495-.55-1.019-1.075-1.505-1.634-.46.453-.897.926-1.335 1.4m-2.833-.475c-.005.515-.004 1.03-.015 1.545.09 0 .27-.001.36-.003-.008-.511-.004-1.023-.005-1.533a38.584 38.584 0 0 0-.34-.01m.818.012c-.005.513-.003 1.025-.012 1.539l.324-.003c-.004-.514 0-1.026-.001-1.539-.078 0-.232.001-.31.003m6.246-.005c-.003.506 0 1.013-.008 1.519l.281.06c.048-.524.037-1.05.031-1.574l-.305-.005m.791-.006c-.009.525-.012 1.051.01 1.578l.288-.056c0-.506 0-1.014-.003-1.52l-.295-.001m-.786 2.454c-.034.491-.004.984-.015 1.475.079-.001.234-.005.312-.008-.005-.529 0-1.059-.004-1.587l-.294.12m.789-.076c-.012.511-.011 1.024-.02 1.536.104.001.206.003.31.003-.003-.509-.003-1.017-.003-1.527a26.69 26.69 0 0 0-.288-.011m-7.867.036c.005.511 0 1.023.003 1.533l.341-.01c-.004-.507.003-1.016.011-1.525l-.355.003m.815-.006c.007.507.005 1.016-.005 1.525l.319.033c.004-.515.005-1.03.006-1.545l-.32-.012m-.812 2.344a33.635 33.635 0 0 0-.004 1.556l.34-.019c-.001-.511.001-1.021.001-1.533l-.337-.005m.826-.041c-.021.529-.018 1.058-.021 1.585l.316.008c-.012-.503.034-1.008-.027-1.506l-.267-.086m6.232.069c.003.51-.005 1.02-.009 1.53l.319-.018c.004-.515.006-1.03-.018-1.545l-.293.033m.824.017c-.074.506-.04 1.023-.006 1.531l.271-.051c-.004-.522.001-1.046-.009-1.569l-.256.089z"/><path fill="#222823" d="M11.791 2.684c.449-.172.968.059 1.177.481 1.256 2.133 2.449 4.301 3.655 6.462 1.724 3.065 3.475 6.115 5.194 9.183.234.442.531.854.708 1.324.179.558-.295 1.21-.894 1.152a2501.36 2501.36 0 0 0-15.252-.005c-1.336-.03-2.674.046-4.01-.014-.566.008-.996-.659-.769-1.173.168-.399.41-.759.62-1.135 1.411-2.391 2.724-4.839 4.135-7.23a450.08 450.08 0 0 0 4.788-8.348c.155-.278.324-.594.649-.699m-2.744 7.742c-1.75 3.081-3.594 6.108-5.305 9.21 5.549-.016 11.097-.005 16.646-.006a965.158 965.158 0 0 1-5.911-10.496c-.783-1.349-1.536-2.718-2.354-4.046-1.104 1.733-2.029 3.573-3.076 5.339z"/><path fill="#222823" d="M10.854 13.24c.438-.474.875-.948 1.335-1.4.486.559 1.01 1.084 1.505 1.634-.009.318-.014.634-.018.951-.379-.39-.744-.792-1.126-1.18-.003 1.507 0 3.014-.01 4.52.387-.386.749-.798 1.136-1.184l-.004.949c-.5.558-1.009 1.106-1.534 1.641-.471-.551-1.004-1.049-1.459-1.613-.099-.32-.027-.676-.042-1.009.38.394.745.803 1.113 1.209.006-1.496.019-2.993.005-4.489-.379.383-.731.791-1.12 1.164.048-.396-.128-.896.219-1.194zM8.021 12.765l.34.01c.001.51-.003 1.021.005 1.533l-.36.003c.011-.515.01-1.03.015-1.545zM8.839 12.776l.31-.003c.001.513-.003 1.025.001 1.539l-.324.003c.01-.514.008-1.026.012-1.539zM15.086 12.771l.305.005c.006.524.016 1.05-.031 1.574l-.281-.06c.008-.506.005-1.013.008-1.519zM15.876 12.765l.295.001c.003.506.003 1.014.003 1.52l-.288.056a25.951 25.951 0 0 1-.01-1.578zM15.09 15.22l.294-.12c.004.529-.001 1.059.004 1.587l-.312.008c.011-.491-.019-.984.015-1.475zM15.878 15.144l.288.011c0 .51 0 1.019.003 1.527-.104 0-.206-.001-.31-.003.009-.513.008-1.025.02-1.536zM8.01 15.181c.089 0 .266-.001.355-.003a59.672 59.672 0 0 0-.011 1.525 38.81 38.81 0 0 1-.341.01c-.003-.51.003-1.021-.003-1.533zM8.825 15.176l.32.012-.006 1.545-.319-.033c.01-.509.012-1.017.005-1.525zM8.013 17.521l.337.005c0 .511-.003 1.021-.001 1.533l-.34.019c-.01-.519-.01-1.038.004-1.556zM8.839 17.479l.267.086c.061.499.015 1.004.027 1.506l-.316-.008c.004-.528 0-1.056.021-1.585zM15.072 17.549l.293-.033c.024.515.021 1.03.018 1.545-.08.004-.239.012-.319.018.004-.51.011-1.02.009-1.53zM15.895 17.566l.256-.089c.01.522.005 1.046.009 1.569l-.271.051c-.034-.509-.067-1.025.006-1.531z"/></symbol><symbol viewBox="0 0 24 24" id="warning--reversible-lanes--g1_1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.452.284a.71.71 0 0 1 1.093 0c3.432 3.415 6.85 6.847 10.278 10.267.385.383.751.786 1.177 1.124v.064a6.125 6.125 0 0 1-.07.101c.095.27-.026.53-.224.713a31143.72 31143.72 0 0 0-9.956 9.954c-.512.497-.998 1.024-1.538 1.493h-.42c-3.54-3.468-7.019-6.998-10.537-10.489-.42-.466-.966-.833-1.254-1.404v-.074c.029-.256.17-.475.347-.652C4.052 7.685 7.747 3.979 11.453.285m.236.015C7.908 4.038 4.17 7.822.402 11.574c-.241.191-.314.581-.055.791 3.62 3.625 7.248 7.244 10.868 10.868.283.27.654.826 1.085.473 3.696-3.668 7.366-7.366 11.057-11.039.181-.2.451-.373.468-.67-.023-.294-.289-.469-.47-.67A11254.09 11254.09 0 0 1 12.43.401c-.179-.211-.521-.317-.74-.102z"/><path fill="#ffd520" d="M10.55 1.906c.484-.474.947-.968 1.448-1.424 3.089 3.031 6.125 6.116 9.193 9.169.773.786 1.574 1.543 2.326 2.35-3.829 3.85-7.668 7.69-11.518 11.518A2978.29 2978.29 0 0 1 .48 12.001C3.812 8.612 7.198 5.275 10.549 1.907m-.577 2.204c.025.992-.09 2.003.16 2.976a5.603 5.603 0 0 0 1.885 2.966c1.067.84 2.454 1.211 3.8 1.126-.121.432-.299.853-.347 1.302.056.312.462.412.682.202 1.21-.856 2.434-1.692 3.643-2.548-1.226-.83-2.45-1.666-3.682-2.489-.232-.214-.64-.043-.654.27.07.431.227.842.336 1.264-.548.059-1.118.064-1.639-.145-1.231-.424-2.089-1.638-2.195-2.92-.042-.666-.008-1.336-.018-2.003l-1.972-.001m-2.056 7.151c-1.253.834-2.471 1.723-3.716 2.57 1.24.828 2.459 1.686 3.7 2.512.229.192.618.037.641-.265-.066-.437-.226-.851-.336-1.277.71-.101 1.462-.014 2.092.342 1.079.569 1.735 1.778 1.758 2.981.011.58-.001 1.159.004 1.739l1.97.001c-.022-1.008.092-2.038-.174-3.024-.298-1.128-.947-2.173-1.859-2.905-1.064-.852-2.462-1.218-3.812-1.127.116-.428.292-.844.347-1.286-.03-.281-.39-.448-.613-.26z"/><path d="M11.689.3c.22-.215.562-.109.74.102 3.64 3.644 7.28 7.288 10.925 10.926.181.2.448.376.47.67-.017.296-.287.469-.468.67-3.691 3.673-7.361 7.37-11.057 11.039-.431.353-.802-.203-1.085-.473C7.594 19.61 3.966 15.991.346 12.366c-.259-.21-.186-.6.055-.791C4.169 7.823 7.907 4.039 11.688.301M10.55 1.906C7.198 5.274 3.813 8.612.481 12 4.31 15.848 8.15 19.69 12 23.518 15.85 19.69 19.688 15.85 23.518 12c-.751-.806-1.553-1.564-2.326-2.35-3.068-3.053-6.104-6.138-9.193-9.169-.502.456-.965.95-1.448 1.424z"/><path d="M9.972 4.111l1.972.001c.01.667-.024 1.337.018 2.003.106 1.282.964 2.496 2.195 2.92.521.209 1.091.204 1.639.145-.109-.421-.266-.833-.336-1.264.014-.313.422-.484.654-.27 1.231.823 2.455 1.658 3.682 2.489-1.21.856-2.434 1.692-3.643 2.548-.22.21-.625.11-.682-.202.048-.449.226-.87.347-1.302-1.346.085-2.734-.286-3.8-1.126a5.603 5.603 0 0 1-1.885-2.966c-.25-.973-.134-1.984-.16-2.976zM7.915 11.262c.223-.187.583-.02.613.26-.055.443-.23.858-.347 1.286 1.35-.091 2.748.275 3.812 1.127.912.732 1.561 1.777 1.859 2.905.266.986.152 2.016.174 3.024l-1.97-.001c-.005-.58.007-1.159-.004-1.739-.023-1.202-.679-2.412-1.758-2.981-.63-.356-1.381-.443-2.092-.342.11.426.27.84.336 1.277-.023.302-.412.457-.641.265-1.241-.826-2.46-1.684-3.7-2.512 1.246-.847 2.464-1.736 3.716-2.57z"/></symbol><symbol viewBox="0 0 24 24" id="warning--rickshaws-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.872 1.38h.223c.662.036 1.193.508 1.466 1.086 3.388 5.891 6.785 11.777 10.177 17.665.115.206.2.43.262.658v.448a1.636 1.636 0 0 1-1.375 1.384H1.393c-.718-.102-1.328-.712-1.379-1.444-.076-.592.295-1.093.571-1.579 3.337-5.786 6.67-11.574 10.007-17.36.256-.478.746-.79 1.279-.857M2.519 20.5h18.98c-3.163-5.486-6.323-10.975-9.491-16.459C8.841 9.525 5.679 15.013 2.518 20.5z"/><path fill="#fff" d="M2.519 20.5c3.161-5.488 6.323-10.975 9.49-16.459C15.177 9.525 18.337 15.014 21.5 20.5H2.52m10.013-8.61c.229.853.418 1.721.725 2.551.193.389.161.834.149 1.255-.14.425-.367.817-.634 1.176a3.906 3.906 0 0 0-1.177.274c-.264-.493-.521-.99-.766-1.493l.085-.275c.138-.046.277-.091.416-.134.073-.131.146-.26.217-.392a33.2 33.2 0 0 0-1.578-.008c-.011.334.443.27.654.412l-.145.332c-.878.002-1.756-.004-2.633.004.059-.27.12-.54.188-.808h.497l.035-.384-.835.024c-.176.736-.332 1.477-.515 2.212-.914-.347-1.938.48-1.916 1.423-.056.824.695 1.64 1.54 1.548 1.038.032 1.73-1.242 1.28-2.137-.102-.362-.532-.523-.568-.908.593.382 1.142.827 1.699 1.259-.012.28.007.61.271.775.205.055.416.084.616.162-.196.043-.287.168-.275.374.234.002.467.001.7-.001l-.048-.322-.227.022-.071-.241c.072-.12.146-.239.222-.358.725-.005 1.451-.002 2.176-.001.103.358.216.738.512.988.568.55 1.585.5 2.083-.119.732-.772.343-2.346-.77-2.485.212-.047.421-.106.631-.166.066-.578-.022-1.168.082-1.741.326-.912.622-1.834.925-2.753-.632-.121-1.271-.262-1.919-.227-.547-.002-1.084.118-1.627.163z"/><path fill="#fff" d="M7.678 16.246l.1-.322c.864.004 1.729.004 2.593.028-.21.491-.349 1.01-.583 1.492l-.202-.062.216-.358c-.23-.007-.46-.01-.69-.011l.042.271.223-.022.13.359c-.611-.457-1.219-.916-1.829-1.375zM10.165 17.452c.172-.47.356-.937.511-1.414.325.631.647 1.265.997 1.882-.406-.006-.812-.002-1.219-.007a7.892 7.892 0 0 0-.289-.461zM6.078 17.434c.223-.361.659-.406 1.043-.361-.048.216-.097.432-.149.647-.14.112-.278.224-.416.338l.259.274c.269-.316.625-.604.626-1.057.162.276.355.57.307.907-.03.517-.492 1.016-1.037.937-.761-.07-1.151-1.124-.634-1.685zM13.153 17.912c.155-.385.415-.865.89-.86.679-.121 1.21.672 1.009 1.28-.091.455-.532.829-1.006.761-.47-.014-.737-.473-.887-.863a36.6 36.6 0 0 1 .994.001l.052-.316c-.352.001-.702.001-1.052-.004zM11.771 17.5c.338-.046.678-.078 1.016-.119-.058.178-.114.355-.169.533L12 17.92c-.079-.139-.154-.28-.229-.42zM9.634 17.732c.176-.137.425-.053.538.122.218.298-.233.76-.524.511-.224-.12-.244-.512-.013-.634z"/><path d="M12.533 11.89c.544-.046 1.08-.166 1.627-.163.648-.035 1.286.106 1.919.227-.304.919-.599 1.841-.925 2.753-.103.574-.016 1.163-.082 1.741-.21.06-.419.119-.631.166 1.114.139 1.502 1.714.77 2.485-.498.619-1.516.668-2.083.119-.296-.25-.409-.63-.512-.988-.725-.001-1.451-.004-2.176.001-.076.119-.15.238-.222.358l.071.241.227-.022.048.322c-.233.002-.466.004-.7.001-.012-.206.079-.331.275-.374-.199-.078-.41-.107-.616-.162-.264-.166-.283-.496-.271-.775-.557-.432-1.106-.877-1.699-1.259.036.385.466.546.568.908.45.895-.242 2.17-1.28 2.137-.845.092-1.596-.724-1.54-1.548-.022-.943 1.002-1.77 1.916-1.423.182-.734.338-1.476.515-2.212l.835-.024-.035.384h-.497c-.068.268-.13.538-.188.808.877-.007 1.754-.001 2.633-.004l.145-.332c-.211-.142-.665-.078-.654-.412a33.2 33.2 0 0 1 1.578.008c-.071.132-.144.262-.217.392-.139.043-.278.089-.416.134-.022.07-.065.206-.085.275.245.503.502 1 .766 1.493a3.974 3.974 0 0 1 1.177-.274c.266-.359.493-.751.634-1.176.012-.421.044-.866-.149-1.255-.307-.83-.496-1.698-.725-2.551m-4.856 4.357c.61.46 1.218.918 1.829 1.375l-.13-.359a16.82 16.82 0 0 0-.223.022l-.042-.271c.23.001.46.004.69.011a112.8 112.8 0 0 0-.216.358l.202.062c.234-.481.373-1.001.583-1.492-.864-.024-1.729-.024-2.593-.028l-.1.322m2.487 1.206c.101.151.199.304.289.461.407.005.814.001 1.219.007-.35-.617-.672-1.25-.997-1.882-.155.476-.34.943-.511 1.414m-4.087-.018c-.517.56-.127 1.615.634 1.685.545.079 1.007-.42 1.037-.937.048-.337-.145-.631-.307-.907-.001.454-.358.742-.626 1.057l-.259-.274c.138-.114.276-.227.416-.338.052-.215.101-.431.149-.647-.384-.044-.82 0-1.043.361m7.074.478c.35.005.701.005 1.052.004-.013.079-.038.238-.052.316a36.592 36.592 0 0 0-.994-.001c.15.39.416.848.887.863.474.068.914-.306 1.006-.761.2-.608-.33-1.402-1.009-1.28-.475-.005-.736.475-.89.86m-1.382-.413c.076.14.15.281.229.42l.618-.006c.055-.178.112-.355.169-.533-.338.041-.678.073-1.016.119m-2.137.232c-.23.121-.211.514.013.634.292.248.743-.214.524-.511-.113-.175-.361-.259-.538-.122z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-blocks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#201b18" d="M11.74 1.5h.46c.19.092.388.202.494.392C16.472 8.431 20.247 14.972 24 21.523v.463c-.1.168-.358.308-.334.514H.448c-.128-.107-.271-.36-.449-.329v-.641c.893-1.669 1.908-3.272 2.8-4.942l.166-.043C2.1 18.197 1.093 19.787.197 21.428c-.241.424.149 1.007.63.952h22.344c.38.032.731-.336.685-.714-.026-.242-.181-.444-.294-.652A7334.68 7334.68 0 0 0 12.587 1.971c-.223-.464-.947-.44-1.171.011-1.606 2.741-3.17 5.512-4.786 8.243l-.065-.155c1.61-2.708 3.156-5.455 4.75-8.174.079-.198.319-.227.425-.396z"/><path fill="#201b18" d="M6.401 10.345l.167-.019a48.89 48.89 0 0 1-1.278 2.221l-.049-.187a29.36 29.36 0 0 0 1.16-2.015zM5.081 12.636l.161-.047c-.268.623-.682 1.183-.985 1.794l-.163.082c.252-.641.7-1.198.988-1.829zM4.024 14.491l.168.017c-.422.649-.768 1.346-1.183 2l-.052-.191c.386-.589.719-1.213 1.067-1.826zM8.545 14.507c.26 0 .52.004.78-.002.124.162.001.421.046.617 1.818.007 3.637-.001 5.455.005.017-.205-.002-.41.011-.616.275-.005.55-.006.826.001.01.203-.004.407.005.61.485.006.971.004 1.457 0 .041.661.008 1.336.016 2.003-.491.004-.983-.006-1.474.004.002.492-.002.984.002 1.476.222.005.443-.005.665.002l.002.318c.463.002.925-.004 1.388.002.004.226-.001.451.005.678-3.749.018-7.498.004-11.245.007-.002-.23-.007-.461.005-.691.461.005.922.007 1.382 0l.002-.316c.223-.028.463.043.677-.029-.024-.484 0-.968-.012-1.452-.455.001-.91-.004-1.364.004-.068-.652-.013-1.338-.025-2.002.463-.005.926 0 1.39-.002.01-.205-.005-.412.007-.617m-1.257.761c-.011.57.007 1.14-.011 1.711.401.001.802.004 1.201-.002.413.007.824.004 1.237.001.395.005.79.004 1.184.001.42 0 .84.007 1.259-.004.394.008.787.007 1.18.001.418.005.836.008 1.254-.001.397.008.794.01 1.192 0 .404-.001.815.025 1.217-.012-.013-.572.005-1.146-.008-1.717-.395.036-.791.006-1.186.017-.422.013-.846-.002-1.268.008-.386-.019-.774-.005-1.162-.008-.43.011-.859.002-1.289.005-.385-.002-.781-.017-1.16.002-.422-.005-.845-.001-1.267-.002-.388-.008-.776-.006-1.164-.004-.403.008-.806.002-1.208.004m2.089 1.856c-.005.493-.002.988.005 1.481.21.004.42-.008.631.004l.025.318c1.382-.007 2.765.001 4.148-.004l.002-.316c.21-.012.421.004.631-.006.004-.491.002-.983.004-1.474-1.814-.008-3.631-.001-5.447-.004z"/><path fill="#fff" d="M11.416 1.982c.224-.451.948-.475 1.171-.011a7056.215 7056.215 0 0 1 10.975 19.043c.113.208.268.409.294.652.046.378-.305.746-.685.714H.827c-.481.055-.871-.528-.63-.952.896-1.64 1.903-3.23 2.768-4.883l.043-.037c.415-.654.761-1.351 1.183-2l-.098-.043.163-.082c.304-.611.718-1.171.985-1.794l.048-.042c.442-.73.875-1.47 1.278-2.221l-.029-.114.091.013c1.615-2.731 3.18-5.502 4.786-8.243m.482.027c-.146.047-.187.223-.271.335C7.93 8.757 4.221 15.162.525 21.574c-.137.2.068.487.3.446 7.451-.006 14.902.014 22.352.007.266.031.431-.326.251-.518-3.69-6.43-7.388-12.853-11.092-19.277-.071-.161-.253-.323-.439-.223z"/><path fill="#fff" d="M3.148 20.321c2.957-5.11 5.912-10.22 8.857-15.336 2.933 5.09 5.864 10.182 8.796 15.274l.032.112c-5.879-.006-11.759-.018-17.636.006l-.049-.055m5.397-5.815c-.012.205.002.412-.007.617-.463.002-.926-.002-1.39.002.012.664-.043 1.35.025 2.002.455-.007.91-.002 1.364-.004.012.484-.012.968.012 1.452-.214.072-.454.001-.677.029l-.002.316c-.461.007-.922.005-1.382 0-.012.23-.007.461-.005.691 3.748-.004 7.496.011 11.245-.007-.006-.227-.001-.452-.005-.678-.463-.006-.925 0-1.388-.002l-.002-.318c-.222-.007-.443.002-.665-.002-.005-.492 0-.984-.002-1.476.491-.01.983 0 1.474-.004-.007-.667.025-1.342-.016-2.003-.486.004-.972.006-1.457 0-.008-.203.005-.407-.005-.61a18.956 18.956 0 0 0-.826-.001c-.013.205.006.41-.011.616-1.818-.006-3.637.002-5.455-.005-.044-.196.078-.455-.046-.617-.26.006-.52.002-.78.002z"/><path fill="#fff" d="M7.289 15.268c.402-.001.805.005 1.208-.004-.428.554-.809 1.145-1.219 1.715.018-.571 0-1.141.011-1.711zM9.661 15.268c.422.001.845-.002 1.267.002-.426.552-.802 1.144-1.212 1.708-.413.002-.824.006-1.237-.001.389-.574.8-1.13 1.182-1.709zM12.089 15.268c.43-.002.859.006 1.289-.005-.437.546-.814 1.141-1.218 1.712-.419.011-.839.004-1.259.004.406-.564.812-1.128 1.188-1.711zM14.539 15.271c.422-.011.846.005 1.268-.008-.432.551-.809 1.142-1.214 1.712-.418.01-.836.006-1.254.001.412-.56.797-1.139 1.2-1.705zM16.993 15.246c.013.571-.005 1.145.008 1.717-.402.037-.812.011-1.217.012.403-.576.8-1.156 1.208-1.729zM9.379 17.124c1.816.002 3.632-.005 5.447.004-.001.491 0 .983-.004 1.474-.21.01-.421-.006-.631.006l-.002.316c-1.384.005-2.766-.004-4.148.004l-.025-.318c-.211-.012-.421 0-.631-.004a60.93 60.93 0 0 1-.005-1.481z"/><path fill="#da271d" d="M11.897 2.009c.186-.1.368.062.439.223 3.703 6.424 7.402 12.847 11.092 19.277.18.192.016.55-.251.518-7.451.007-14.902-.013-22.352-.007-.232.041-.437-.246-.3-.446C4.221 15.162 7.93 8.757 11.626 2.344c.084-.112.125-.288.271-.335M3.148 20.321l.049.055c5.878-.024 11.758-.012 17.636-.006l-.032-.112c-2.932-5.092-5.863-10.183-8.796-15.274C9.06 10.1 6.105 15.21 3.148 20.32z"/><path fill="#da271d" d="M8.497 15.264c.388-.002.776-.005 1.164.004-.382.578-.793 1.135-1.182 1.709-.4.006-.8.004-1.201.002.41-.57.791-1.16 1.219-1.715zM10.928 15.27c.379-.019.775-.005 1.16-.002-.376.583-.782 1.147-1.188 1.711-.395.002-.79.004-1.184-.001.41-.564.786-1.156 1.212-1.708zM13.378 15.263c.388.004.775-.011 1.162.008-.403.566-.788 1.145-1.2 1.705-.392.006-.786.007-1.18-.001.404-.571.781-1.166 1.218-1.712zM15.808 15.263c.395-.011.791.019 1.186-.017-.408.574-.805 1.153-1.208 1.729-.397.01-.794.008-1.192 0 .406-.57.782-1.162 1.214-1.712z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-bump--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M12.026 1.489h.076a1.674 1.674 0 0 1 1.374.873c3.427 5.893 6.85 11.788 10.275 17.68.106.179.197.368.248.57v.493a1.734 1.734 0 0 1-1.246 1.405H1.059c-.55-.302-.993-.841-1.061-1.479v-.24c.028-.493.362-.875.586-1.29L10.588 2.269c.296-.494.87-.774 1.437-.78M3.296 19.852c5.646.005 11.293 0 16.94.003-2.821-4.859-5.65-9.714-8.475-14.571-2.827 4.853-5.643 9.712-8.465 14.568z"/><path fill="#fff" d="M3.296 19.852c2.821-4.856 5.637-9.716 8.465-14.568 2.826 4.857 5.654 9.712 8.475 14.571-5.647-.003-11.294.003-16.94-.003m6.864-4.262c-.663.371-1.011 1.119-1.703 1.45-.762.454-1.675.264-2.514.304v1.039c4.045.005 8.089-.01 12.134-.005.005-.37.01-.74.013-1.11-.512-.001-1.026.003-1.538-.001-.585-.001-1.154-.231-1.605-.597-.309-.245-.523-.587-.831-.832-1.094-.9-2.758-1.002-3.957-.247z"/><path fill="#120c0e" d="M10.16 15.59c1.198-.755 2.862-.653 3.957.247.308.245.522.587.831.832.451.366 1.02.597 1.605.597.512.003 1.026 0 1.538.001-.003.37-.008.74-.013 1.11-4.045-.004-8.089.01-12.134.005v-1.039c.839-.04 1.752.15 2.514-.304.692-.331 1.04-1.078 1.703-1.45z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-bump--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.651 0h.448c.253.089.467.254.649.448 3.523 3.521 7.049 7.039 10.571 10.561.263.247.456.599.391.97-.049.42-.413.685-.685.968-3.481 3.48-6.968 6.954-10.445 10.439-.364.392-1.037.406-1.41.02C7.728 19.961 4.278 16.524.838 13.079c-.326-.342-.766-.642-.838-1.146v-.128c.029-.319.196-.599.427-.814C3.949 7.469 7.473 3.948 10.999.429c.182-.188.394-.356.652-.428m.033.643c-.142.097-.262.222-.384.342C7.806 4.491 4.291 7.977.801 11.488c-.222.164-.242.504-.018.677 3.605 3.595 7.202 7.198 10.807 10.793.146.166.412.152.556-.01 3.527-3.516 7.043-7.044 10.574-10.556.186-.194.509-.426.346-.733-.451-.523-.966-.989-1.446-1.484-3.1-3.098-6.204-6.193-9.301-9.294-.16-.164-.392-.389-.635-.236z"/><path fill="#231f20" d="M7.675 10.696c1.218-.307 2.482-.371 3.732-.397 1.465-.01 2.944.023 4.381.329.679.166 1.436.355 1.876.947.634.006 1.266 0 1.9.002.004.6.002 1.2.001 1.799h-15.4c-.002-.599-.001-1.199-.001-1.798.632-.004 1.265-.001 1.896 0 .384-.514 1.021-.724 1.615-.882z"/><path fill="#fd0" d="M11.684.644c.242-.152.475.072.635.236 3.097 3.101 6.202 6.196 9.301 9.294.48.496.995.961 1.446 1.484.163.307-.16.539-.346.733-3.532 3.512-7.048 7.04-10.574 10.556-.144.162-.409.175-.556.01C7.985 19.362 4.388 15.759.783 12.164c-.224-.173-.204-.512.018-.677C4.291 7.976 7.805 4.49 11.3.985c.122-.12.242-.245.384-.342M7.675 10.696c-.594.158-1.231.368-1.615.882-.631-.001-1.264-.004-1.896 0 0 .599-.001 1.199.001 1.798h15.4c.001-.599.002-1.199-.001-1.799-.634-.002-1.266.004-1.9-.002-.439-.592-1.196-.781-1.876-.947-1.438-.306-2.916-.338-4.381-.329-1.25.026-2.514.09-3.732.397z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-bump--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.867 0h.214c.316.036.605.187.822.418 3.547 3.535 7.091 7.074 10.636 10.61.233.218.407.497.462.815v.292c-.05.263-.16.517-.356.703-3.461 3.463-6.926 6.922-10.39 10.382-.323.326-.637.718-1.124.78h-.254a1.335 1.335 0 0 1-.786-.403C7.553 20.05 4.018 16.499.477 12.955a1.423 1.423 0 0 1-.475-.827v-.227c.037-.342.218-.641.467-.871C3.987 7.503 7.509 3.979 11.029.453c.223-.239.515-.403.84-.454m-.194.278c-.194.066-.337.22-.482.356-3.54 3.541-7.081 7.08-10.62 10.622-.204.192-.371.452-.349.745-.011.39.302.655.557.901 3.541 3.536 7.076 7.078 10.616 10.614.391.43 1.074.259 1.391-.172 3.455-3.466 6.917-6.925 10.376-10.385.24-.246.558-.474.599-.842.06-.326-.095-.648-.334-.864C19.867 7.695 16.317 4.13 12.754.574c-.264-.295-.698-.446-1.079-.299z"/><path fill="#fee011" d="M11.792.731c.224-.15.478.005.629.18 3.574 3.581 7.162 7.147 10.734 10.729.222.176.203.526-.008.702-3.581 3.586-7.172 7.16-10.752 10.747-.167.222-.529.277-.721.056-3.613-3.599-7.225-7.199-10.835-10.8-.217-.178-.234-.53-.008-.708 3.502-3.502 7.014-6.992 10.518-10.49.144-.143.282-.293.444-.416M9.218 5.384c-.16.08-.229.372.017.392.613-.104 1.218-.26 1.829-.38l.001 2.579 1.874.001c.001-.86-.001-1.72.001-2.579.611.12 1.216.274 1.829.379l.173-.148-.03-.11C13.964 4.6 12.97 3.728 12 2.834c-.932.844-1.858 1.697-2.782 2.55m.93 5.453c-1.331.478-2.436 1.507-3.061 2.771-.74.002-1.482-.001-2.224.001v1.222c4.764.002 9.527.001 14.291.001v-1.224c-.744-.001-1.488.001-2.233-.001-.57-1.182-1.561-2.17-2.78-2.672a5.425 5.425 0 0 0-3.992-.097z"/><path d="M11.675.277c.38-.148.815.004 1.079.299 3.563 3.556 7.114 7.121 10.675 10.678.239.216.394.538.334.864-.041.368-.359.596-.599.842-3.46 3.46-6.922 6.919-10.376 10.385-.317.431-1 .601-1.391.172-3.54-3.536-7.075-7.078-10.616-10.614-.254-.246-.568-.511-.557-.901-.022-.293.145-.553.349-.745C4.112 7.715 7.653 4.176 11.193.635c.145-.137.288-.29.482-.356m.117.452c-.162.124-.3.274-.444.416C7.844 4.645 4.332 8.136.83 11.637c-.226.178-.209.53.008.708 3.61 3.601 7.222 7.201 10.835 10.8.192.221.554.166.721-.056 3.58-3.587 7.171-7.162 10.752-10.747.211-.176.23-.526.008-.702C19.582 8.058 15.994 4.492 12.42.911c-.151-.175-.404-.33-.629-.18z"/><path d="M9.218 5.384c.924-.853 1.849-1.706 2.782-2.55.971.894 1.964 1.766 2.912 2.684l.03.11-.173.148c-.613-.106-1.218-.259-1.829-.379-.002.859 0 1.718-.001 2.579l-1.874-.001-.001-2.579c-.611.12-1.216.276-1.829.38-.246-.02-.176-.312-.017-.392zM10.148 10.837a5.435 5.435 0 0 1 3.992.097c1.219.503 2.21 1.49 2.78 2.672.745.002 1.489 0 2.233.001v1.224c-4.764 0-9.527.001-14.291-.001v-1.222c.742-.002 1.483.001 2.224-.001.625-1.264 1.73-2.293 3.061-2.771z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-bump-with-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.856 0h.245c.337.043.635.221.865.464 3.521 3.526 7.046 7.046 10.568 10.571.295.278.51.672.452 1.088-.042.492-.448.814-.768 1.139-3.32 3.317-6.638 6.636-9.956 9.956-.304.295-.592.667-1.033.75-.413.094-.842-.079-1.128-.379-3.566-3.565-7.13-7.132-10.698-10.697A1.44 1.44 0 0 1 0 12.134v-.248c.055-.56.524-.91.887-1.283C4.267 7.224 7.647 3.845 11.025.464c.222-.238.509-.406.832-.464m-.186.277c-.187.073-.331.22-.475.354C7.655 4.175 4.11 7.715.569 11.258c-.398.329-.473.98-.094 1.352 3.595 3.602 7.201 7.196 10.796 10.8.216.236.534.402.863.341.388-.055.628-.392.89-.644 3.48-3.484 6.961-6.965 10.444-10.445.31-.284.398-.786.166-1.144-.23-.323-.539-.577-.811-.862C19.461 7.294 16.101 3.931 12.737.57c-.262-.289-.69-.461-1.066-.294z"/><path fill="#fee011" d="M11.777.733c.217-.152.48-.007.636.162 3.562 3.562 7.118 7.127 10.679 10.69.244.185.311.554.047.756-3.577 3.582-7.16 7.159-10.736 10.742-.112.108-.238.217-.4.232-.258-.017-.414-.245-.588-.404-3.516-3.527-7.043-7.044-10.56-10.568-.265-.204-.192-.58.053-.766C4.443 8.037 7.98 4.498 11.514.957a2.01 2.01 0 0 1 .264-.223M10.2 5.87c-1.378.461-2.525 1.504-3.176 2.795-.842-.002-1.685-.001-2.527 0l.001 1.231H19.5c0-.41 0-.82.002-1.23-.844-.006-1.687 0-2.532-.004-.389-.754-.928-1.434-1.607-1.946-1.435-1.126-3.444-1.442-5.164-.846m-1.955 5.787c.158.184.318.366.478.548.451-.382 1.087-.563 1.663-.408.235.08.541.256.492.548-.048.392-.522.396-.811.511-1.067.302-1.798 1.369-1.806 2.462l3.371.001v-.752c-.827-.002-1.654.007-2.479-.006.139-.289.318-.571.596-.745.438-.349 1.085-.263 1.483-.676.4-.348.498-.982.216-1.432-.312-.496-.925-.71-1.488-.704-.632-.013-1.228.27-1.715.652m5.124-.554c-.598.204-.958.797-1.067 1.393-.138.749-.096 1.586.326 2.244.63.954 2.294.88 2.807-.157a3.2 3.2 0 0 0-.014-2.767c-.37-.726-1.315-.985-2.052-.713m.908 4.49c-.516.887-1.031 1.775-1.544 2.664l.454.001 1.546-2.664-.455-.001m-7.159.306v2.358h.485c.001-.185.001-.368.004-.552l.241-.32c.118.296.238.59.368.881.121-.002.365-.008.486-.012a153.24 153.24 0 0 1-.518-1.268c.173-.215.347-.428.522-.641-.206.001-.413.001-.619.004l-.484.593v-1.235l-.485.193m8.151.006c-.002.784-.001 1.567-.001 2.351h.481c.013-.424-.038-.854.035-1.273.118-.26.566-.174.583.116.041.384.01.772.017 1.157h.487c-.012-.467.035-.938-.028-1.403-.106-.484-.707-.661-1.099-.396.005-.252.005-.504.005-.756-.161.066-.32.134-.48.204m-5.788.432v1.919h.481c.007-.407-.022-.815.014-1.22.049-.33.57-.328.624.002.04.404.011.812.018 1.219l.442-.001c.007-.398-.022-.798.016-1.195.01-.334.587-.35.612-.018.035.403.007.809.014 1.213l.492.001c-.023-.494.061-1.004-.047-1.489-.193-.49-.829-.541-1.208-.24-.259-.227-.6-.212-.913-.122-.174-.068-.361-.066-.545-.068z"/><path fill="#fee011" d="M13.699 11.788a.923.923 0 0 1 1.128.526c.242.588.245 1.3-.042 1.872-.247.503-.977.638-1.391.266-.409-.378-.452-.989-.415-1.511.035-.463.238-.998.72-1.153z"/><path d="M11.671.277c.376-.167.804.005 1.066.294 3.364 3.361 6.724 6.724 10.086 10.086.272.284.581.539.811.862.233.358.144.859-.166 1.144-3.482 3.48-6.964 6.961-10.444 10.445-.263.252-.503.589-.89.644-.329.061-.647-.104-.863-.341-3.595-3.604-7.201-7.198-10.796-10.8-.379-.372-.305-1.024.094-1.352C4.11 7.715 7.655 4.175 11.196.632c.144-.134.288-.281.475-.354m.106.455a2.09 2.09 0 0 0-.264.223C7.979 4.497 4.443 8.036.907 11.576c-.245.186-.318.562-.053.766 3.517 3.524 7.044 7.042 10.56 10.568.174.16.33.388.588.404.162-.014.288-.124.4-.232 3.576-3.583 7.159-7.16 10.736-10.742.264-.202.197-.571-.047-.756-3.56-3.563-7.117-7.128-10.679-10.69-.156-.169-.419-.314-.636-.162z"/><path d="M10.2 5.87c1.72-.596 3.728-.28 5.164.846.679.512 1.218 1.193 1.607 1.946.845.004 1.688-.002 2.532.004-.002.41-.002.82-.002 1.23H4.499l-.001-1.231c.842-.001 1.685-.002 2.527 0 .652-1.291 1.799-2.334 3.176-2.795zM8.244 11.657c.487-.382 1.082-.665 1.715-.652.563-.006 1.176.209 1.488.704.282.45.184 1.084-.216 1.432-.398.413-1.045.326-1.483.676-.278.174-.457.456-.596.745.826.013 1.652.004 2.479.006v.752l-3.371-.001c.008-1.093.739-2.16 1.806-2.462.289-.115.763-.119.811-.511.049-.293-.257-.468-.492-.548-.576-.155-1.212.026-1.663.408l-.478-.548zM13.368 11.102c.737-.272 1.682-.013 2.052.713a3.2 3.2 0 0 1 .014 2.767c-.512 1.037-2.177 1.111-2.807.157-.422-.658-.464-1.495-.326-2.244.109-.596.469-1.189 1.067-1.393m.331.686c-.482.155-.685.69-.72 1.153-.037.522.006 1.133.415 1.511.414.372 1.144.236 1.391-.266.287-.572.284-1.284.042-1.872a.923.923 0 0 0-1.128-.526zM14.276 15.592l.455.001-1.546 2.664-.454-.001c.514-.889 1.028-1.777 1.544-2.664zM7.118 15.898c.162-.065.323-.13.485-.193v1.235l.484-.593.619-.004c-.175.212-.349.426-.522.641.17.424.344.846.518 1.268-.121.004-.365.01-.486.012a19.46 19.46 0 0 1-.368-.881l-.241.32-.004.552h-.485v-2.358zM15.269 15.905c.16-.07.319-.138.48-.204 0 .252 0 .504-.005.756.392-.265.994-.088 1.099.396.062.464.016.936.028 1.403h-.487c-.007-.385.024-.773-.017-1.157-.017-.29-.466-.377-.583-.116-.073.419-.022.85-.035 1.273h-.481c0-.784-.001-1.567.001-2.351zM9.481 16.337c.184.002.371 0 .545.068.313-.09.654-.104.913.122.379-.301 1.015-.25 1.208.24.108.485.024.995.047 1.489l-.492-.001c-.007-.404.02-.81-.014-1.213-.025-.332-.602-.316-.612.018-.037.397-.008.797-.016 1.195l-.442.001c-.007-.407.022-.815-.018-1.219-.054-.33-.575-.332-.624-.002-.036.406-.007.814-.014 1.22h-.481a613.76 613.76 0 0 1 0-1.919z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.711 1.5h.593c.348.114.659.34.832.666 3.553 6.128 7.117 12.25 10.666 18.38.523.805-.206 2.014-1.176 1.908l-1.076-.072.737.118H2.549l-.775-.059c-.79.224-1.577-.3-1.772-1.052v-.616c.124-.355.341-.665.528-.986C4.024 13.923 7.521 8.058 11.014 2.194c.167-.288.38-.566.698-.694m.258 3.871c-2.754 4.789-5.537 9.562-8.288 14.353 5.533-.002 11.065.004 16.598-.004-2.767-4.784-5.52-9.578-8.31-14.35z"/><path fill="#fff" d="M11.97 5.371c2.79 4.771 5.543 9.565 8.31 14.35-5.533.007-11.065.001-16.598.004 2.752-4.792 5.534-9.564 8.288-14.353m-1.888 4.776c-.002.78.001 1.559-.002 2.339-.42.586-.836 1.174-1.256 1.759-.004 1.354-.001 2.707-.001 4.061h1.278c.002-1.225-.002-2.449.002-3.674.426-.581.839-1.17 1.26-1.754-.005-.91-.001-1.819-.002-2.73h-1.278m2.589.047c-.005.912-.001 1.825-.002 2.737.424.586.844 1.172 1.26 1.762 0 1.22-.002 2.441.001 3.661h1.276c-.001-1.342.01-2.683-.005-4.024-.365-.625-.853-1.183-1.246-1.795-.018-.78-.001-1.561-.007-2.34a181.24 181.24 0 0 0-1.277-.001z"/><path fill="#120c0e" d="M10.082 10.148h1.278c.001.911-.002 1.82.002 2.73-.421.584-.834 1.174-1.26 1.754-.005 1.225 0 2.449-.002 3.674H8.822c0-1.354-.002-2.707.001-4.061.42-.586.836-1.174 1.256-1.759.004-.78 0-1.559.002-2.339zM12.672 10.196c.425-.001.851-.001 1.277.001.006.779-.011 1.56.007 2.34.392.612.881 1.17 1.246 1.795.014 1.34.004 2.682.005 4.024h-1.276c-.004-1.22-.001-2.441-.001-3.661-.416-.589-.836-1.176-1.26-1.762.001-.912-.002-1.825.002-2.737z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M10.958.523c.247-.246.542-.508.917-.487.498-.002.822.426 1.15.739 3.424 3.416 6.839 6.841 10.265 10.255.224.232.449.515.43.857.018.533-.455.866-.786 1.21-3.443 3.437-6.883 6.876-10.321 10.316-.318.344-.886.446-1.277.17-.347-.251-.62-.583-.923-.881-3.341-3.341-6.68-6.683-10.027-10.016-.2-.193-.33-.445-.385-.718v-.151c.082-.524.521-.859.869-1.214C4.236 7.247 7.598 3.885 10.96.523m.698.202c-.211.15-.384.346-.566.528C7.676 4.679 4.244 8.089.83 11.518c-.21.163-.296.484-.068.673 3.536 3.544 7.088 7.072 10.619 10.621.162.15.353.398.606.299.222-.116.378-.322.554-.492 3.263-3.26 6.523-6.522 9.787-9.781.259-.275.578-.503.768-.836.079-.217-.108-.386-.238-.533C19.34 7.949 15.819 4.43 12.297.913c-.158-.164-.418-.378-.638-.187z"/><path fill="#231f20" d="M9.116 5.952c.51.001 1.02 0 1.53-.001-.013 1.375.034 2.756-.022 4.128-.504.859-1.126 1.654-1.66 2.497-.091.152-.072.336-.078.506.011 1.231.002 2.462.005 3.694H7.38c-.002-1.151.005-2.302-.004-3.452.005-.299-.048-.631.157-.878.484-.716.96-1.438 1.448-2.15.128-.162.143-.373.138-.571-.011-1.258-.002-2.514-.005-3.772zM13.007 9.725c.012-1.258.002-2.515.006-3.773h1.53c0 1.298.002 2.597-.002 3.896-.017.193.072.367.182.518.473.683.922 1.381 1.393 2.065.115.15.175.332.162.522-.004 1.273-.002 2.548-.002 3.822h-1.507c-.016-1.356.03-2.716-.02-4.069-.494-.875-1.129-1.67-1.667-2.521-.084-.138-.068-.306-.074-.461z"/><path fill="#fd0" d="M11.658.725c.221-.191.48.023.638.187 3.522 3.517 7.043 7.037 10.561 10.556.13.146.317.316.238.533-.19.334-.509.562-.768.836-3.264 3.259-6.524 6.521-9.787 9.781-.176.17-.332.376-.554.492-.253.1-.444-.149-.606-.299C7.85 19.261 4.298 15.733.761 12.19c-.228-.19-.142-.51.068-.673C4.243 8.089 7.675 4.678 11.091 1.252c.182-.182.355-.378.566-.528M9.116 5.952c.002 1.258-.006 2.514.005 3.772.005.198-.01.409-.138.571-.488.713-.965 1.434-1.448 2.15-.205.247-.152.58-.157.878.008 1.151.001 2.302.004 3.452h1.511c-.002-1.231.006-2.462-.005-3.694.006-.17-.013-.354.078-.506.534-.844 1.156-1.638 1.66-2.497.055-1.372.008-2.753.022-4.128-.51.001-1.02.002-1.53.001m3.889 3.774c.006.155-.01.323.074.461.538.851 1.172 1.646 1.667 2.521.05 1.354.005 2.713.02 4.069h1.507c0-1.274-.001-2.549.002-3.822a.768.768 0 0 0-.162-.522c-.472-.684-.92-1.382-1.393-2.065-.11-.151-.199-.325-.182-.518.005-1.3.002-2.598.002-3.896h-1.53c-.004 1.258.006 2.515-.006 3.773z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.89 1.5h.2c.295.092.481.344.623.604 3.552 6.169 7.111 12.335 10.666 18.504.226.392.481.773.622 1.207v.176c-.065.283-.307.444-.576.509H.597c-.268-.056-.512-.203-.596-.476v-.199c.058-.184.132-.36.223-.529C3.84 15.027 7.454 8.757 11.066 2.487c.223-.365.392-.823.824-.986M3.86 19.994c5.426.001 10.852.004 16.278-.001-2.713-4.704-5.423-9.412-8.14-14.114-2.716 4.704-5.426 9.41-8.138 14.116z"/><path fill="#fff" d="M3.86 19.994c2.712-4.705 5.423-9.412 8.138-14.116 2.717 4.703 5.426 9.41 8.14 14.114-5.426.005-10.852.002-16.278.001m6.177-9.212c-.012.974.023 1.952-.014 2.926-.241.518-.898.821-.922 1.456-.004 1.358.001 2.716-.001 4.074h1.48c.013-1.379-.025-2.761.018-4.139.018-.62.834-.845.774-1.472-.005-.948-.002-1.897-.004-2.845l-1.331.001m2.538-.001v8.455h1.38l.001-8.455a317.86 317.86 0 0 0-1.381 0z"/><path d="M10.037 10.781l1.331-.001c.001.948-.001 1.897.004 2.845.06.628-.756.852-.774 1.472-.043 1.378-.005 2.76-.018 4.139H9.1c.002-1.358-.002-2.716.001-4.074.024-.635.68-.937.922-1.456.037-.973.002-1.951.014-2.926zM12.575 10.781h1.381l-.001 8.455h-1.38v-8.455z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.599 0h.487c.256.094.476.257.664.451 3.541 3.54 7.084 7.079 10.621 10.622.438.384.46 1.115.018 1.505-3.384 3.378-6.766 6.76-10.147 10.141-.306.294-.572.641-.938.863-.396.218-.902.09-1.201-.234A5733.928 5733.928 0 0 0 .351 12.601a1.328 1.328 0 0 1-.35-.637v-.244a1.43 1.43 0 0 1 .433-.737C3.956 7.468 7.471 3.945 10.992.43c.175-.179.384-.32.608-.431m.084.645a2.234 2.234 0 0 0-.324.275C7.845 4.446 4.314 7.957.802 11.489a.422.422 0 0 0-.018.683c3.544 3.535 7.086 7.072 10.621 10.616.172.215.499.43.732.162 3.595-3.568 7.162-7.168 10.757-10.735.148-.142.295-.36.158-.563-.232-.294-.521-.538-.778-.81-3.317-3.323-6.64-6.64-9.958-9.962-.162-.157-.394-.389-.634-.235z"/><path fill="#231f20" d="M9.108 5.897h1.534c0 1.376-.002 2.754 0 4.132-.571.874-1.196 1.714-1.736 2.604-.046 1.36-.005 2.725-.019 4.087h-1.51c0-1.294.001-2.588-.001-3.882a.612.612 0 0 1 .125-.404c.5-.746 1.002-1.492 1.501-2.239.104-.132.114-.3.11-.46-.007-1.279-.002-2.558-.004-3.838zM13.007 5.9l1.53-.001v10.829h-1.53V5.9z"/><path fill="#fd0" d="M11.684.644c.24-.154.472.078.634.235 3.318 3.323 6.641 6.64 9.958 9.962.257.272.546.516.778.81.137.203-.011.421-.158.563-3.595 3.568-7.162 7.168-10.757 10.735-.233.268-.56.053-.732-.162A5905.633 5905.633 0 0 0 .786 12.171a.422.422 0 0 1 .018-.683C4.315 7.956 7.847 4.445 11.362.918c.102-.098.205-.197.324-.275M9.108 5.897c.001 1.279-.004 2.558.004 3.838.004.16-.006.328-.11.46-.499.748-1.001 1.493-1.501 2.239a.615.615 0 0 0-.125.404c.002 1.294.001 2.588.001 3.882h1.51c.014-1.362-.026-2.728.019-4.087.54-.89 1.165-1.73 1.736-2.604-.002-1.378 0-2.755 0-4.132H9.108m3.899.003v10.828h1.53V5.899l-1.53.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.897 1.5h.2c.258.091.446.293.572.529 3.527 6.118 7.054 12.234 10.578 18.352.259.47.577.913.752 1.426v.211c-.078.266-.31.41-.564.482H.593c-.271-.055-.508-.211-.594-.484v-.19a3.32 3.32 0 0 1 .224-.533C3.837 15.027 7.451 8.76 11.061 2.491c.226-.366.395-.832.834-.992m.008 4.544L3.861 19.995h16.28c-2.68-4.65-5.362-9.298-8.039-13.948-.067-.122-.133-.124-.199-.005z"/><path fill="#fff" d="M11.903 6.043c.066-.119.132-.118.199.005 2.677 4.65 5.359 9.298 8.039 13.948H3.861c2.681-4.651 5.363-9.301 8.042-13.952m-1.859 4.736v8.458h1.381l.001-8.458a318.32 318.32 0 0 0-1.382 0m2.587 0c.002.985-.004 1.97 0 2.957-.018.313.271.504.449.72.254.25.355.617.343.965-.005 1.272-.001 2.544-.002 3.816h1.48c.002-1.312-.004-2.624.004-3.937.025-.421-.236-.786-.522-1.068-.164-.187-.41-.355-.418-.629-.005-.941.002-1.883 0-2.824h-1.333z"/><path fill="#030303" d="M10.044 10.78h1.382l-.001 8.458h-1.381V10.78zM12.631 10.78h1.333c.002.941-.005 1.883 0 2.824.007.274.253.442.418.629.286.282.547.647.522 1.068-.007 1.313-.001 2.626-.004 3.937h-1.48c.001-1.272-.002-2.544.002-3.816.012-.348-.089-.715-.343-.965-.178-.216-.467-.407-.449-.72-.004-.986.002-1.972 0-2.957z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.603 0h.479c.348.103.595.379.842.629l10.444 10.444c.338.305.461.834.228 1.238-.184.288-.455.505-.691.748l-9.782 9.78c-.263.253-.493.551-.81.74-.398.217-.912.1-1.212-.23-3.434-3.45-6.884-6.884-10.327-10.326-.306-.312-.695-.6-.773-1.06v-.251c.055-.283.217-.524.425-.72C3.95 7.474 7.468 3.948 10.992.43c.175-.181.38-.33.612-.43m.077.643c-.118.077-.218.178-.319.275C7.865 4.423 4.359 7.919.862 11.424c-.145.138-.316.322-.229.54.14.247.373.42.566.623 3.446 3.436 6.887 6.877 10.328 10.318.148.191.451.239.616.041 3.43-3.41 6.844-6.839 10.268-10.255.222-.23.481-.43.66-.697.108-.209-.047-.412-.194-.545-3.541-3.546-7.086-7.09-10.631-10.632-.139-.15-.361-.304-.565-.173z"/><path fill="#231f20" d="M9.181 5.899h1.529v10.829H9.181c-.001-3.61-.002-7.219 0-10.829zM13.078 5.896l1.532.001c-.001 1.322 0 2.646-.002 3.968-.02.17.097.306.18.44.487.712.959 1.434 1.444 2.148a.538.538 0 0 1 .113.38c-.002 1.295-.001 2.591-.002 3.886h-1.508c-.001-1.296-.004-2.592.001-3.888a.56.56 0 0 0-.13-.401c-.509-.742-1.008-1.489-1.517-2.231a.5.5 0 0 1-.11-.349V5.895z"/><path fill="#fd0" d="M11.681.643c.204-.131.426.023.565.173 3.545 3.542 7.09 7.086 10.631 10.632.148.133.302.336.194.545-.179.268-.438.467-.66.697-3.425 3.416-6.839 6.845-10.268 10.255-.164.198-.468.15-.616-.041-3.442-3.44-6.882-6.882-10.328-10.318-.193-.203-.426-.376-.566-.623-.086-.218.084-.402.229-.54C4.359 7.918 7.865 4.422 11.362.917c.101-.097.202-.198.319-.275m-2.5 5.257c-.002 3.61-.001 7.219 0 10.829h1.529V5.899H9.181m3.897-.003v3.955a.504.504 0 0 0 .11.349c.509.742 1.008 1.489 1.517 2.231a.563.563 0 0 1 .13.401c-.005 1.296-.002 2.592-.001 3.888h1.508c.001-1.295 0-2.591.002-3.886a.53.53 0 0 0-.113-.38c-.485-.714-.956-1.436-1.444-2.148-.083-.134-.2-.27-.18-.44.002-1.322.001-2.646.002-3.968l-1.532-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-toll-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#db0000" d="M10.746 1.858a2.194 2.194 0 0 1 2.374-.098c.478.276.832.718 1.104 1.189 3.078 5.24 6.155 10.481 9.236 15.719.269.439.48.922.54 1.438v.456c-.085 1.133-1.148 1.944-2.236 1.999H2.234c-.851-.073-1.711-.545-2.048-1.36-.353-.803-.125-1.729.324-2.446 3.079-5.24 6.16-10.48 9.236-15.721.256-.45.566-.882 1-1.176m-8.44 18.399c6.469-.004 12.938.002 19.406-.004A4113.356 4113.356 0 0 0 12.01 3.764a3631.143 3631.143 0 0 0-9.704 16.493z"/><path fill="#fff" d="M2.306 20.257A3726.693 3726.693 0 0 1 12.01 3.764a4184.907 4184.907 0 0 1 9.702 16.489c-6.468.006-12.937 0-19.406.004m7.025-5.327v4.808h.677l.001-4.808h-.678m4.782 0l.001 4.808h.677V14.93h-.678m-7.823.574v3.656H8.6v-.536H7.134l.001-1.079 1.343-.001.001-.576H7.134v-.943l1.42-.001-.001-.52H6.291m4.449 0l-.001 3.655.844.001c0-.508 0-1.015.002-1.523.226.014.534-.007.644.242.175.404.212.852.307 1.28l.846-.001c-.204-.619-.096-1.468-.721-1.848.727-.248.764-1.421.043-1.692-.624-.234-1.314-.064-1.964-.115m4.782.001v3.656l.844-.001c-.001-.5.001-1.002-.002-1.502.392-.02.812-.023 1.157-.238.674-.412.589-1.664-.226-1.866-.581-.11-1.183-.022-1.772-.049z"/><path fill="#fff" d="M11.582 15.995c.232.018.51-.03.686.157.167.199.146.512.025.73-.16.224-.468.196-.709.226a68.719 68.719 0 0 1-.002-1.112zM16.367 15.992c.248.016.604-.018.716.265.089.283.059.718-.283.815l-.433.042c-.002-.374-.002-.748 0-1.122z"/><path fill="#010101" d="M9.331 14.93h.678l-.001 4.808h-.677V14.93zM14.113 14.93h.678v4.808h-.677l-.001-4.808zM6.29 15.504h2.262l.001.52-1.42.001v.943h1.345l-.001.576-1.343.001-.001 1.079h1.466v.536h-2.31v-3.656zM10.74 15.504c.65.052 1.34-.119 1.964.115.721.271.684 1.444-.043 1.692.625.38.517 1.229.721 1.848l-.846.001c-.095-.428-.132-.876-.307-1.28-.11-.25-.419-.228-.644-.242-.002.508-.002 1.015-.002 1.523l-.844-.001.001-3.655m.842.49a103 103 0 0 0 .002 1.112c.241-.03.55-.001.709-.226.121-.217.142-.53-.025-.73-.176-.187-.455-.139-.686-.157zM15.522 15.504c.589.028 1.192-.061 1.772.049.815.202.9 1.454.226 1.866-.344.215-.764.217-1.157.238.004.5.001 1.002.002 1.502l-.844.001v-3.656m.846.488c-.002.374-.002.748 0 1.122l.433-.042c.342-.097.372-.532.283-.815-.113-.283-.468-.25-.716-.265z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-widens--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.965 0h.025c.338.036.666.17.9.424 3.446 3.438 6.889 6.88 10.333 10.319.352.341.764.725.752 1.256.043.51-.349.893-.688 1.214-3.505 3.497-7.002 7.001-10.504 10.5a1.256 1.256 0 0 1-.466.287h-.664c-.394-.134-.646-.485-.936-.76C7.263 19.773 3.804 16.312.349 12.847c-.163-.164-.268-.373-.352-.587v-.325c.023-.354.232-.653.479-.893C4.018 7.5 7.556 3.952 11.097.41c.228-.239.541-.367.865-.41m-.389.412c-.204.109-.36.286-.522.446C7.56 4.367 4.059 7.865.574 11.38c-.36.324-.376.942-.02 1.276 3.592 3.605 7.192 7.202 10.786 10.804.326.382.983.38 1.306-.005 3.5-3.503 6.998-7.009 10.499-10.512.227-.233.522-.462.535-.817.059-.341-.144-.638-.38-.858-3.535-3.547-7.067-7.097-10.606-10.64a.962.962 0 0 0-1.12-.215z"/><path fill="#fde012" d="M11.804.971c.271-.242.511.151.702.311 3.36 3.365 6.731 6.72 10.09 10.085.269.25.781.664.311.991-3.565 3.553-7.121 7.116-10.686 10.669-.136.184-.395.125-.512-.044C8.351 19.617 4.99 16.255 1.63 12.89c-.244-.254-.521-.48-.727-.767-.065-.222.133-.379.266-.521C4.717 8.062 8.241 4.494 11.805.971M8.489 4.937c-.001 2.114.001 4.229-.002 6.342-.006.341.15.653.244.973.29.917.604 1.828.882 2.748.056.96.006 1.925.024 2.887h1.295c-.008-1.009.018-2.018-.012-3.026-.256-.912-.58-1.804-.859-2.708-.104-.368-.293-.725-.277-1.116.005-2.033 0-4.066.002-6.1H8.49m5.706 0c-.007 2.12.016 4.242-.011 6.362-.346 1.196-.786 2.368-1.126 3.568-.025 1.006-.002 2.014-.01 3.02h1.296V15.24c-.006-.192.056-.374.114-.554.329-.997.646-1.999.972-2.996.085-.247.059-.512.062-.769-.005-1.994 0-3.989-.002-5.983h-1.296z"/><path d="M11.573.412a.961.961 0 0 1 1.12.215c3.539 3.544 7.07 7.093 10.606 10.64.236.22.439.517.38.858-.013.355-.308.584-.535.817-3.5 3.503-6.998 7.009-10.499 10.512-.323.385-.979.386-1.306.005C7.745 19.858 4.145 16.26.553 12.655c-.355-.334-.34-.952.02-1.276C4.058 7.864 7.559 4.366 11.05.857c.162-.161.318-.337.522-.446m.232.56C8.24 4.494 4.717 8.062 1.168 11.602c-.133.142-.331.299-.266.521.206.287.484.512.727.767 3.36 3.365 6.721 6.727 10.079 10.093.118.169.377.228.512.044 3.565-3.553 7.121-7.116 10.686-10.669.47-.328-.042-.742-.311-.991-3.359-3.365-6.73-6.72-10.09-10.085-.191-.16-.431-.553-.702-.311z"/><path d="M8.489 4.937h1.296c-.002 2.034.002 4.067-.002 6.1-.016.391.173.748.277 1.116.28.905.604 1.796.859 2.708.03 1.008.004 2.017.012 3.026H9.636c-.018-.962.032-1.927-.024-2.887-.278-.92-.592-1.831-.882-2.748-.094-.32-.25-.632-.244-.973.004-2.113.001-4.228.002-6.342zM14.196 4.937h1.296c.002 1.994-.002 3.989.002 5.983-.004.257.023.522-.062.769-.326.997-.643 1.999-.972 2.996-.058.18-.12.362-.114.554v2.647H13.05c.007-1.007-.016-2.015.01-3.02.34-1.2.78-2.371 1.126-3.568.026-2.12.004-4.242.011-6.362z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-widens-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M11.215.205c.724-.332 1.612-.091 2.148.475 3.16 3.162 6.304 6.34 9.46 9.505.338.349.724.679.922 1.135.282.623.196 1.428-.3 1.919-3.428 3.412-6.862 6.82-10.291 10.231-.667.64-1.811.535-2.45-.094C7.337 19.984 3.96 16.597.593 13.204c-.678-.671-.746-1.902-.016-2.56L10.503.769c.216-.211.433-.437.713-.565m.458.31c-.358.06-.658.283-.902.54C7.502 4.301 4.233 7.55.969 10.802c-.63.556-.619 1.606-.046 2.196 3.142 3.176 6.302 6.334 9.445 9.51.413.432.869.935 1.514.955.533.055 1.024-.226 1.364-.617 3.258-3.262 6.536-6.503 9.804-9.757.605-.594.515-1.646-.086-2.209a5307.169 5307.169 0 0 0-9.754-9.809c-.382-.422-.97-.664-1.537-.557z"/><path fill="gold" d="M11.663 1.328c.361-.166.76.022 1.004.299 3.23 3.247 6.462 6.492 9.686 9.744.283.247.446.682.247 1.03-.214.3-.504.533-.76.796-3.115 3.09-6.223 6.188-9.338 9.281-.29.314-.821.252-1.102-.043-3.274-3.287-6.54-6.582-9.816-9.866-.353-.298-.451-.895-.068-1.21 3.22-3.22 6.457-6.42 9.68-9.636.146-.139.283-.298.466-.394m-4.066 9.929c.617.574 1.231 1.15 1.846 1.726v5.128h1.981v-6.113c-.608-.629-1.234-1.242-1.846-1.867.002-1.508.001-3.016.001-4.523l-1.981-.001c-.002 1.884.001 3.768-.001 5.651m5.742-5.648l-.001 12.505c.661 0 1.322.001 1.984-.001-.001-4.168.001-8.336-.001-12.504h-1.981z"/><path d="M11.674.514c.568-.107 1.156.134 1.537.557a6017.18 6017.18 0 0 1 9.754 9.809c.601.563.691 1.615.086 2.209-3.268 3.254-6.546 6.496-9.804 9.757-.341.391-.832.672-1.364.617-.646-.02-1.102-.523-1.514-.955-3.143-3.176-6.304-6.334-9.445-9.51-.574-.59-.584-1.64.046-2.196 3.264-3.252 6.533-6.5 9.803-9.748.245-.257.545-.48.902-.54m-.012.814c-.182.096-.319.254-.466.394-3.223 3.216-6.461 6.416-9.68 9.636-.383.314-.284.912.068 1.21 3.276 3.284 6.542 6.58 9.816 9.866.281.295.811.358 1.102.043 3.115-3.092 6.223-6.191 9.338-9.281.256-.263.546-.496.76-.796.199-.348.036-.782-.247-1.03-3.224-3.252-6.456-6.497-9.686-9.744-.245-.277-.643-.464-1.004-.299z"/><path d="M7.596 11.258c.002-1.883-.001-3.767.001-5.651l1.981.001c0 1.507.001 3.014-.001 4.523.612.625 1.237 1.238 1.846 1.867v6.113H9.442v-5.128a606.568 606.568 0 0 0-1.846-1.726zM13.338 5.611h1.981c.002 4.168 0 8.336.001 12.504-.661.002-1.322.001-1.984.001l.001-12.505z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-widens-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M11.428.151c.65-.23 1.415-.049 1.874.47 3.371 3.35 6.743 6.701 10.109 10.057.719.679.608 1.916-.089 2.57-3.348 3.371-6.701 6.737-10.049 10.109-.649.66-1.844.761-2.51.073-3.426-3.412-6.86-6.815-10.284-10.228-.66-.694-.508-1.866.155-2.506 3.079-3.114 6.173-6.212 9.259-9.318.472-.451.889-1.02 1.535-1.229m.138.402c-.338.088-.619.31-.858.556-3.235 3.25-6.47 6.5-9.7 9.756-.62.568-.716 1.649-.084 2.244l9.992 9.936c.588.612 1.639.532 2.206-.07 3.114-3.132 6.226-6.265 9.342-9.395.384-.39.856-.768.964-1.337.133-.533-.067-1.106-.469-1.471-3.293-3.272-6.58-6.551-9.878-9.817a1.505 1.505 0 0 0-1.514-.402z"/><path fill="gold" d="M11.66 1.342c.323-.167.712-.038.938.224 3.287 3.274 6.587 6.534 9.863 9.817.35.306.258.871-.067 1.16-3.277 3.287-6.546 6.582-9.821 9.871-.298.332-.876.378-1.17.017-3.306-3.295-6.62-6.582-9.929-9.875-.337-.317-.229-.874.098-1.154 3.121-3.155 6.259-6.294 9.383-9.445.223-.217.426-.468.704-.616m-3.021 4.27v12.505h1.981V5.611H8.638m5.74-.002c-.001 1.51.001 3.02-.001 4.531-.551.539-1.084 1.097-1.634 1.636-.089.103-.224.197-.206.352-.007 1.994.001 3.989-.002 5.984h1.981v-5.128c.616-.574 1.223-1.156 1.844-1.722l.001-5.653h-1.982z"/><path d="M11.566.551a1.503 1.503 0 0 1 1.514.402c3.299 3.266 6.586 6.545 9.878 9.817.402.365.602.938.469 1.471-.108.569-.58.947-.964 1.337-3.116 3.13-6.228 6.263-9.342 9.395-.566.601-1.618.682-2.206.07L.923 13.107c-.632-.595-.536-1.676.084-2.244 3.229-3.256 6.464-6.506 9.7-9.756.239-.246.52-.468.858-.556m.095.791c-.278.148-.481.398-.704.616-3.124 3.151-6.262 6.29-9.383 9.445-.328.281-.436.838-.098 1.154 3.308 3.293 6.623 6.58 9.929 9.875.294.361.872.316 1.17-.017 3.275-3.289 6.544-6.584 9.821-9.871.325-.289.418-.854.067-1.16-3.276-3.283-6.576-6.544-9.863-9.817-.227-.263-.616-.391-.938-.224z"/><path d="M8.638 5.611h1.981v12.505H8.638V5.611zM14.378 5.609h1.982l-.001 5.653c-.622.566-1.229 1.148-1.844 1.722v5.128h-1.981c.004-1.996-.005-3.99.002-5.984-.018-.155.118-.248.206-.352.551-.539 1.084-1.097 1.634-1.636.002-1.511 0-3.022.001-4.531z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.894 1.5h.149c.448.018.859.278 1.068.674 3.558 6.13 7.123 12.254 10.675 18.386.406.667.004 1.632-.742 1.834-.359.049-.722.023-1.084.026-6.884-.004-13.769.002-20.653-.002-.688.043-1.237-.563-1.308-1.213v-.22c.061-.502.389-.904.63-1.33C4.021 13.963 7.417 8.273 10.807 2.579c.268-.432.514-1.01 1.086-1.08M3.678 19.723h16.604c-2.765-4.787-5.531-9.572-8.303-14.354-2.771 4.782-5.538 9.568-8.302 14.354z"/><path fill="#fff" d="M3.678 19.723c2.764-4.787 5.531-9.572 8.302-14.354 2.772 4.782 5.538 9.568 8.303 14.354H3.679m8.694-10.64l-.119.269c0 .166.094.366-.036.506-.121.244-.422.124-.623.239-.245.124-.52.058-.778.031-.428.436-1.07.512-1.543.868-.104.628-.44 1.234-.289 1.885.136.104.287.187.434.274-.109.308-.194.63-.167.96.071.562-.018 1.127.061 1.69-.112.611-.151 1.237.011 1.846l-.048.428-.418-.006c-.306-.332-.68-.598-.936-.976-.205-.271-.584-.616-.914-.31-.391.367-.71.804-1.078 1.195l-.876-.012-.001.602h13.781l.001-.458a34.955 34.955 0 0 1-.178-.098c-.084-.545-.424-.996-.529-1.535-.181-.647-.613-1.163-1.009-1.69-.744-.292-1.062.766-1.723.754-.582-.33-1.198-.593-1.804-.875-.248-.132-.58-.248-.624-.569-.169-.851.079-1.703.274-2.526-.11-.32-.394-.551-.56-.844.359-.055.557-.454.913-.452.01-.162.024-.325.064-.482-.268-.444-.758-.75-1.286-.714z"/><path fill="#fff" d="M9.864 11.594c.239-.103.48-.2.72-.301-.228.482-.475.968-.845 1.358-.142-.349.095-.704.125-1.057zM11.467 13.242c-.05-.244.144-.433.254-.629.006.383.044.762.089 1.141-.118-.166-.296-.306-.343-.512zM10.801 14.429c.317.269.632.54.946.814-.265.57-.522 1.174-.481 1.817-.094.11-.188.221-.284.33.14.122.286.246.47.293.134.132.266.268.4.403-.484-.001-.965-.002-1.447 0 .083-.194.116-.395.1-.602l-.362.11c.185-1.063.162-2.179.66-3.164zM13.064 14.578c.766.344 1.564.636 2.276 1.086l.258.03c-.247.138-.414.365-.558.602-.132.235-.404.316-.604.478-.263.293-.434.682-.792.88-.317.158-.553.446-.895.557l.092-.27c-.403-.154-.377-.683-.794-.829.428-.052.498-.512.698-.812.298-.514.73-1.139.318-1.721z"/><path fill="#120c0e" d="M12.373 9.083c.528-.036 1.019.27 1.286.714-.04.157-.054.32-.064.482-.356-.001-.554.397-.913.452.167.293.45.523.56.844-.194.823-.443 1.675-.274 2.526.044.32.376.437.624.569.606.282 1.222.545 1.804.875.661.012.979-1.045 1.723-.754.396.527.828 1.043 1.009 1.69.106.539.445.99.529 1.535l.178.098-.001.458H5.053l.001-.602.876.012c.367-.391.686-.828 1.078-1.195.33-.306.709.038.914.31.256.378.63.643.936.976l.418.006.048-.428c-.162-.608-.122-1.235-.011-1.846-.079-.563.01-1.128-.061-1.69-.028-.33.058-.652.167-.96-.148-.086-.299-.169-.434-.274-.151-.652.185-1.258.289-1.885.473-.355 1.115-.432 1.543-.868.258.026.533.092.778-.031.2-.115.502.005.623-.239.13-.14.036-.341.036-.506l.119-.269m-2.509 2.511c-.03.353-.266.708-.125 1.057.37-.39.617-.876.845-1.358-.24.101-.481.198-.72.301m1.603 1.648c.047.206.226.347.343.512a11.438 11.438 0 0 1-.089-1.141c-.11.196-.305.385-.254.629m-.666 1.187c-.498.985-.475 2.101-.66 3.164l.362-.11c.017.208-.017.408-.1.602.482-.002.964-.001 1.447 0-.133-.136-.265-.271-.4-.403-.185-.047-.33-.17-.47-.293.096-.109.191-.22.284-.33-.041-.643.216-1.247.481-1.817a81.134 81.134 0 0 0-.946-.814m2.265.15c.412.582-.02 1.207-.318 1.721-.2.3-.27.761-.698.812.418.146.391.676.794.829l-.092.27c.342-.11.578-.398.895-.557.358-.198.529-.587.792-.88.199-.162.472-.242.604-.478.144-.238.311-.464.558-.602l-.258-.03c-.713-.45-1.511-.742-2.276-1.086z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M11.538.254a.583.583 0 0 1 .93-.008c3.582 3.578 7.159 7.162 10.74 10.74.278.276.571.544.792.87v.283c-.196.347-.512.599-.787.881l-9.899 9.898c-.389.361-.716.8-1.172 1.082h-.269c-.366-.221-.64-.557-.942-.853-3.401-3.398-6.798-6.8-10.2-10.198-.263-.271-.58-.51-.731-.866v-.101c.1-.37.426-.6.674-.865C4.299 7.499 7.916 3.874 11.538.255M.586 12.008c3.814 3.799 7.612 7.614 11.425 11.413 3.808-3.803 7.608-7.613 11.42-11.412-3.805-3.81-7.618-7.614-11.422-11.426L.585 12.008z"/><path fill="#fcdc0f" d="M11.557 1.831c.478-.227 1.04-.026 1.375.353 2.981 2.981 5.963 5.96 8.942 8.942.296.28.476.701.379 1.109-.071.404-.408.667-.677.944-2.923 2.915-5.837 5.838-8.759 8.754-.422.454-1.198.456-1.619.001-3.044-3.042-6.088-6.084-9.128-9.128-.445-.42-.438-1.192.006-1.609 2.911-2.932 5.843-5.843 8.759-8.77.223-.217.434-.461.721-.596M9.407 7.514c.131.256.336.469.481.719.145.187.557.222.497.52-.288.306-.716.607-.599 1.094.24 1.022.941 1.939.838 3.036-.3.15-.599.302-.896.455l-.262-.275c-.382.163-.673.468-.886.818-.295-.101-.691-.109-.862.203-.499.846-1.004 1.735-1.111 2.73 3.598.004 7.194.001 10.792.001a6.084 6.084 0 0 0-.001-.448c-.36-.002-.721.002-1.081 0-.24-.463-.444-.944-.668-1.415-.18-.401-.509-.72-.637-1.146-.296-.87-.602-1.739-.847-2.624.409-.352.893-.66 1.152-1.148.143-.242-.032-.494-.242-.619-.87-.606-1.88-.962-2.864-1.337-.389-.179-.844.077-1.218-.119-.118-.356.064-.797-.208-1.105-.463-.533-1.524-.047-1.376.66z"/><path fill="#fcdc0f" d="M12.906 9.239c.516.118 1.038.326 1.397.732-.133.202-.306.474-.586.432-.295-.366-.64-.72-.811-1.164zM10.835 10.398c.504.233.947.6 1.261 1.057.114.124.128.258.041.403-.212.312-.566.474-.875.672-.053-.448-.068-.912-.276-1.322-.128-.251-.157-.533-.151-.81zM12.559 12.928c.278-.119.725-.4.911-.007.617.956 1.096 1.994 1.691 2.965a6.8 6.8 0 0 1-.336.274l-.106.223c-1.133.002-2.267.001-3.401.001.02-.781-.082-1.57.047-2.345.088-.604.72-.858 1.194-1.111zM9.797 13.454c.311-.156.619-.316.93-.473-.187.904-.112 1.829-.164 2.742-.065.433-.654.322-.869.652-.331-.007-.536-.287-.659-.562-.252-.534-.271-1.134-.364-1.706.356-.005.732-.001 1.057-.169.202-.086.083-.328.068-.484z"/><path d="M.586 12.008C4.394 8.199 8.201 4.39 12.01.583c3.804 3.812 7.616 7.616 11.422 11.426-3.812 3.799-7.613 7.609-11.42 11.412C8.198 19.622 4.4 15.807.587 12.008m10.97-10.177c-.287.136-.498.379-.721.596-2.916 2.927-5.848 5.838-8.759 8.77-.444.418-.451 1.189-.006 1.609 3.041 3.044 6.084 6.086 9.128 9.128.421.455 1.196.452 1.619-.001 2.922-2.916 5.836-5.839 8.759-8.754.269-.277.606-.54.677-.944.097-.408-.083-.829-.379-1.109-2.98-2.982-5.962-5.962-8.942-8.942-.335-.379-.898-.58-1.375-.353z"/><path d="M9.407 7.514c-.148-.707.913-1.193 1.376-.66.271.308.09.749.208 1.105.374.196.829-.06 1.218.119.984.374 1.994.731 2.864 1.337.21.125.385.377.242.619-.259.488-.743.797-1.152 1.148.245.886.551 1.754.847 2.624.128.426.457.745.637 1.146.224.47.428.952.668 1.415.36.002.721-.002 1.081 0 .006.149.006.299.001.448-3.598 0-7.194.002-10.792-.001.107-.995.612-1.884 1.111-2.73.17-.312.566-.304.862-.203.212-.35.504-.655.886-.818l.262.275c.298-.152.596-.305.896-.455.103-1.097-.598-2.014-.838-3.036-.118-.487.311-.788.599-1.094.06-.298-.352-.332-.497-.52-.145-.25-.35-.463-.481-.719m3.501 1.725c.172.444.516.798.811 1.164.28.042.452-.23.586-.432-.359-.406-.881-.614-1.397-.732m-2.071 1.159c-.006.277.023.559.151.81.208.41.223.875.276 1.322.308-.198.662-.36.875-.672.088-.145.073-.28-.041-.403a3.128 3.128 0 0 0-1.261-1.057m1.724 2.53c-.474.253-1.106.508-1.194 1.111-.128.775-.026 1.564-.047 2.345 1.134 0 2.268.001 3.401-.001l.106-.223a6.8 6.8 0 0 0 .336-.274c-.595-.971-1.074-2.009-1.691-2.965-.186-.392-.632-.112-.911.007m-2.762.526c.014.156.133.397-.068.484-.325.168-.701.164-1.057.169.092.572.112 1.172.364 1.706.122.275.328.554.659.562.215-.33.804-.218.869-.652.053-.913-.023-1.838.164-2.742-.311.157-.619.317-.93.473z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.869 1.38h.232c.552.048 1.06.37 1.324.858 3.294 5.708 6.581 11.42 9.874 17.129.26.458.568.901.702 1.417v.46a1.641 1.641 0 0 1-1.372 1.376H1.39c-.552-.095-1.062-.456-1.265-.988-.211-.488-.122-1.055.152-1.5 3.44-5.964 6.875-11.933 10.316-17.897a1.698 1.698 0 0 1 1.276-.856M2.519 20.5h18.98c-3.163-5.488-6.324-10.976-9.491-16.46-3.166 5.485-6.329 10.972-9.49 16.46z"/><path fill="#fff" d="M2.519 20.5c3.161-5.489 6.324-10.975 9.49-16.46 3.167 5.484 6.328 10.973 9.491 16.46H2.52m6.954-9.638c.257.46.816.414 1.266.416-.025.408-.486.602-.54 1.001-.035.364.048.724.092 1.082.029.308.214.65.002.934a3.706 3.706 0 0 0-.533 1.697c-.28.162-.559.322-.83.497-.148-.247-.409-.35-.654-.469-.204-.193-.304-.481-.533-.652-.383-.127-.797-.148-1.198-.145-.839 1.543-1.736 3.053-2.555 4.607 1.964-.005 3.929-.001 5.893-.001-.184-1.004-.413-2.011-.887-2.924.415-.239.804-.571 1.307-.583.238-.007.366-.206.439-.407.307-.223.63-.424.953-.624-.13.317-.34.619-.338.973a74.269 74.269 0 0 0-.142 3.019c-.358.116-.746.196-1.019.475.691.146 1.406.036 2.108.072.164-1.06.504-2.098.511-3.175.264-.572.636-1.085.917-1.649.077.443.179.887.395 1.286.469 1.152 1.668 1.712 2.515 2.544.038.436-.382.691-.617.997.335-.002.68.022.996-.118.258-.497.554-.971.846-1.447-.806-.374-1.25-1.198-1.853-1.811-.193-.187-.468-.283-.613-.52-.115-.356-.077-.738-.137-1.103-.098-.511-.36-.974-.463-1.483.385.116.68-.173.894-.449-.36-.308-.462-.772-.482-1.225-.265-.625-.492-1.361-1.164-1.667-.97-.28-1.886.258-2.74.641.013-.548-.166-1.213-.778-1.351-.859-.288-1.619.862-1.061 1.561z"/><path fill="#fff" d="M13.396 11.057c.306-.029.74-.085.889.264.169.493.42.97.468 1.496l-.102.211a91.336 91.336 0 0 1-1.255-1.972zM11.327 13.032c.32.305.634.618.894.978l-.277.626c-.451.247-.895.505-1.34.763.236-.361.478-.721.722-1.078 0-.43-.001-.86.001-1.29z"/><path d="M9.474 10.862c-.558-.7.202-1.849 1.061-1.561.612.138.791.803.778 1.351.853-.383 1.77-.92 2.74-.641.672.306.899 1.042 1.164 1.667.02.454.122.917.482 1.225-.214.276-.509.565-.894.449.103.509.365.972.463 1.483.06.365.022.746.137 1.103.145.236.42.332.613.52.602.613 1.046 1.436 1.853 1.811-.292.476-.588.95-.846 1.447-.316.139-.661.115-.996.118.235-.306.655-.562.617-.997-.847-.832-2.046-1.392-2.515-2.544-.216-.4-.318-.844-.395-1.286-.281.564-.653 1.076-.917 1.649-.007 1.078-.347 2.116-.511 3.175-.702-.036-1.417.074-2.108-.072.272-.28.661-.359 1.019-.475.023-1.007.078-2.014.142-3.019-.001-.354.209-.656.338-.973-.323.2-.646.401-.953.624-.073.2-.202.4-.439.407-.503.012-.892.344-1.307.583.474.913.703 1.92.887 2.924-1.964 0-3.929-.004-5.893.001.818-1.554 1.716-3.064 2.555-4.607.401-.002.815.018 1.198.145.229.17.329.458.533.652.245.119.506.222.654.469.271-.175.551-.335.83-.497a3.706 3.706 0 0 1 .533-1.697c.211-.283.026-.625-.002-.934-.044-.359-.127-.719-.092-1.082.054-.398.515-.593.54-1.001-.45-.002-1.009.043-1.266-.416m3.919.194c.41.664.829 1.32 1.255 1.972l.102-.211c-.048-.527-.299-1.003-.468-1.496-.149-.349-.583-.293-.889-.264m-2.069 1.974c-.002.43-.001.86-.001 1.29-.245.356-.486.716-.722 1.078.445-.258.889-.516 1.34-.763l.277-.626c-.26-.36-.574-.673-.894-.978z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M10.55.95c.457-.479 1.136-.762 1.8-.626.586.088.978.564 1.38.952 3.19 3.126 6.379 6.253 9.571 9.378.826.661.762 1.994-.007 2.672-3.317 3.29-6.637 6.575-9.95 9.868a2.237 2.237 0 0 1-.986.566h-.8c-.604-.12-.99-.624-1.408-1.027C7.1 19.745 4.053 16.755 1 13.769c-.347-.347-.775-.674-.889-1.178-.199-.694.103-1.43.619-1.904C4.001 7.44 7.275 4.195 10.551.951m1.016-.169c-.343.084-.623.311-.865.557-3.216 3.182-6.431 6.368-9.643 9.554-.428.394-.672 1.004-.524 1.58.107.488.52.808.856 1.141 3.172 3.107 6.343 6.214 9.511 9.323.6.619 1.668.541 2.242-.074 3.27-3.25 6.548-6.49 9.821-9.738.61-.559.688-1.616.066-2.196-3.31-3.256-6.626-6.503-9.946-9.748a1.513 1.513 0 0 0-1.517-.4z"/><path fill="#ef7c23" d="M11.569 1.616c.331-.232.785-.12 1.036.174 3.234 3.167 6.467 6.336 9.698 9.504.191.191.419.407.388.704-.02.442-.42.713-.697 1.006-2.999 2.957-5.986 5.926-8.977 8.891-.3.278-.57.679-1.019.703-.432.03-.692-.366-.976-.624-3.049-2.99-6.096-5.983-9.152-8.965-.244-.259-.614-.493-.605-.892-.01-.332.24-.58.457-.798 3.012-2.989 6.029-5.975 9.042-8.963.262-.253.5-.536.805-.74m-.951 3.864c-.85.22-1.136 1.439-.458 2.003.638.655 1.886.251 2.016-.655.193-.854-.743-1.646-1.558-1.348m2.07 2.06c-.565.306-1.112.648-1.673.964-.248.16-.57.305-.644.622-.176.656-.318 1.321-.479 1.98-.151.703-.47 1.351-.72 2.022-.463.154-.908.36-1.381.482-.418-.03-.839-.23-1.255-.082-.469.145-.674.643-.817 1.068 1.148-.379 2.269-.842 3.42-1.211.298.032.607.031.756-.278.58-.23 1.171-.428 1.758-.641-.278.844-.562 1.685-.846 2.526-.139.389-.085.808-.094 1.212.014.796-.022 1.594.014 2.389.012.281.24.611.556.546.298-.127.397-.474.415-.77.048-1.003.007-2.012.079-3.014.252-.566.616-1.078.912-1.622.422 1.284.622 2.656 1.309 3.836.269.446.383 1.058.878 1.316.323.139.601-.217.53-.52-.234-1.109-.89-2.116-.92-3.269-.11-1.169-.13-2.356-.443-3.496 1.037-.37 2.07-.75 3.108-1.115l-.091-.203c-.49.18-.984.347-1.471.533.041-.593.036-1.187.041-1.78-.72-.461-1.438-.924-2.159-1.384-.226-.144-.53-.283-.784-.113z"/><path fill="#ef7c23" d="M13.393 8.622c.48.211.958.426 1.441.63.041.594-.115 1.224.136 1.786-.325.113-.65.23-.976.348-.197-.922-.402-1.842-.601-2.764zM9.936 12.854c.431-.9.69-1.862.93-2.826.235.743.467 1.488.702 2.232-.544.199-1.09.392-1.632.594z"/><path d="M11.567.782a1.513 1.513 0 0 1 1.517.4c3.319 3.245 6.636 6.492 9.946 9.748.622.58.544 1.637-.066 2.196-3.272 3.248-6.551 6.488-9.821 9.738-.574.616-1.642.694-2.242.074-3.168-3.109-6.34-6.216-9.511-9.323-.336-.334-.749-.653-.856-1.141-.148-.576.096-1.187.524-1.58C4.27 7.708 7.485 4.522 10.701 1.34c.242-.246.522-.473.865-.557m.003.833c-.305.204-.544.487-.805.74-3.013 2.988-6.03 5.974-9.042 8.963-.217.218-.467.466-.457.798-.01.398.361.632.605.892 3.056 2.982 6.103 5.975 9.152 8.965.283.258.544.654.976.624.449-.024.719-.425 1.019-.703 2.992-2.965 5.978-5.934 8.977-8.891.277-.293.677-.564.697-1.006.031-.298-.197-.514-.388-.704-3.232-3.168-6.464-6.337-9.698-9.504-.251-.294-.704-.406-1.036-.174z"/><path d="M10.618 5.48c.815-.299 1.751.493 1.558 1.348-.13.906-1.378 1.31-2.016.655-.678-.564-.391-1.783.458-2.003zM12.688 7.54c.253-.17.558-.031.784.113.721.46 1.439.923 2.159 1.384-.005.593 0 1.187-.041 1.78.487-.186.982-.353 1.471-.533l.091.203c-1.038.365-2.071.745-3.108 1.115.313 1.14.332 2.327.443 3.496.03 1.153.686 2.16.92 3.269.071.302-.208.659-.53.52-.496-.258-.61-.87-.878-1.316-.688-1.181-.887-2.552-1.309-3.836-.296.545-.66 1.056-.912 1.622-.072 1.002-.031 2.011-.079 3.014-.018.296-.118.643-.415.77-.316.065-.544-.265-.556-.546-.036-.796 0-1.594-.014-2.389.008-.404-.046-.823.094-1.212.284-.841.568-1.682.846-2.526-.587.212-1.178.41-1.758.641-.149.31-.458.311-.756.278-1.151.368-2.272.832-3.42 1.211.143-.425.348-.923.817-1.068.416-.149.838.052 1.255.082.473-.122.918-.329 1.381-.482.25-.671.569-1.319.72-2.022.161-.659.302-1.324.479-1.98.074-.317.396-.462.644-.622.56-.316 1.108-.658 1.673-.964m.704 1.08c.199.922.404 1.842.601 2.764.325-.118.65-.235.976-.348-.251-.562-.095-1.192-.136-1.786-.484-.204-.961-.419-1.441-.63m-3.457 4.232c.542-.202 1.088-.395 1.632-.594-.235-.744-.467-1.489-.702-2.232-.24.964-.499 1.926-.93 2.826z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.935 0h.084c.336.024.647.181.872.43 3.557 3.559 7.117 7.117 10.676 10.675.216.203.37.461.432.752v.252c-.054.265-.163.522-.366.708-3.464 3.461-6.926 6.925-10.39 10.388-.329.325-.635.727-1.13.793l.242.001h-.488a1.324 1.324 0 0 1-.692-.374C7.718 20.164 4.257 16.708.799 13.249c-.322-.324-.719-.63-.799-1.11v-.262c.052-.299.21-.562.428-.767C3.968 7.569 7.51 4.03 11.049.486c.24-.245.532-.461.886-.487m-.357.438a1.82 1.82 0 0 0-.247.209C7.749 4.227 4.162 7.803.585 11.39c-.329.288-.374.846-.049 1.154 3.619 3.625 7.246 7.243 10.864 10.87.204.227.536.341.832.241.262-.08.432-.306.62-.487 3.436-3.445 6.877-6.884 10.318-10.324.204-.214.475-.41.512-.725.059-.306-.108-.592-.324-.792-3.562-3.56-7.123-7.123-10.686-10.685-.263-.307-.74-.455-1.093-.205z"/><path fill="#ef7c23" d="M11.806.887c.166-.179.4-.028.521.12 3.563 3.553 7.117 7.114 10.676 10.669.145.12.292.358.107.515-3.614 3.626-7.24 7.243-10.858 10.866-.121.175-.394.166-.512-.007C8.127 19.428 4.502 15.818.891 12.192c-.199-.192.007-.437.163-.575C4.643 8.046 8.206 4.446 11.806.887m-.834 3.854c-.694.292-.836 1.338-.233 1.794.587.558 1.663.142 1.751-.654.168-.811-.785-1.528-1.518-1.14M6.726 8.076c.268.538.558 1.064.823 1.603-.109.21-.292.406-.29.655l-.209 6.408.787.001c.379-1.386.75-2.774 1.13-4.16.425.541.9 1.048 1.286 1.614.078.847.115 1.698.184 2.546.247.005.494.001.74-.011.029-.93.142-1.861.134-2.789-.281-.586-.599-1.154-.888-1.736.977.648 1.954 1.294 2.927 1.943-.6.755-.886 1.693-1.193 2.592 1.613-.002 3.228.01 4.841-.005.677-.694 1.264-1.499 1.9-2.24-.778-.559-1.553-1.122-2.34-1.669-.434-.298-.971-.528-1.506-.403-.421.091-.743.408-.98.75.148.416.29.833.432 1.252-1.003-.709-2.022-1.396-3.028-2.1-.127-1.646-.263-3.293-.395-4.939a57.968 57.968 0 0 0-1.288-.721c-1.03.455-2.042.947-3.068 1.41z"/><path fill="#ef7c23" d="M7.536 8.354c.353-.162.71-.314 1.068-.47-.209.377-.427.748-.641 1.122a40.579 40.579 0 0 1-.427-.652zM10.024 11.365c.205-.548.395-1.1.594-1.65l.144 2.152a39.943 39.943 0 0 1-.738-.502z"/><path d="M11.578.437c.353-.25.83-.102 1.093.205l10.686 10.685c.216.2.383.486.324.792-.037.314-.308.511-.512.725-3.44 3.439-6.882 6.878-10.318 10.324-.188.181-.359.407-.62.487-.295.1-.628-.014-.832-.241C7.781 19.788 4.155 16.17.535 12.544c-.325-.308-.28-.866.049-1.154C4.161 7.803 7.748 4.227 11.33.646c.077-.077.158-.146.247-.209m.229.45c-3.6 3.559-7.163 7.159-10.752 10.73-.156.138-.362.383-.163.575 3.611 3.625 7.236 7.236 10.849 10.858.119.173.391.182.512.007 3.618-3.623 7.243-7.24 10.858-10.866.185-.157.038-.395-.107-.515C19.444 8.12 15.889 4.56 12.327 1.007c-.121-.148-.355-.299-.521-.12z"/><path d="M10.972 4.741c.733-.388 1.686.329 1.518 1.14-.088.796-1.164 1.212-1.751.654-.604-.456-.461-1.502.233-1.794zM6.726 8.076c1.026-.463 2.039-.955 3.068-1.41.432.236.862.474 1.288.721.132 1.646.268 3.293.395 4.939 1.006.704 2.024 1.391 3.028 2.1a92.457 92.457 0 0 0-.432-1.252c.238-.342.559-.659.98-.75.535-.125 1.072.106 1.506.403.787.547 1.562 1.11 2.34 1.669-.636.742-1.223 1.547-1.9 2.24-1.613.014-3.228.002-4.841.005.307-.899.593-1.837 1.193-2.592-.973-.649-1.95-1.295-2.927-1.943.289.582.607 1.151.888 1.736.007.928-.106 1.859-.134 2.789-.246.012-.493.016-.74.011-.068-.848-.106-1.699-.184-2.546-.386-.566-.862-1.073-1.286-1.614-.38 1.386-.751 2.774-1.13 4.16l-.787-.001c.068-2.136.139-4.272.209-6.408-.001-.25.181-.445.29-.655-.265-.539-.556-1.066-.823-1.603m.809.279c.14.218.283.436.427.652.214-.374.432-.745.641-1.122-.358.156-.715.308-1.068.47m2.488 3.011c.245.169.49.337.738.502l-.144-2.152c-.199.55-.389 1.102-.594 1.65z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.896 1.5h.176c.408.101.577.512.772.838 3.656 6.347 7.319 12.689 10.975 19.034.078.143.136.296.181.452v.167c-.058.292-.319.448-.588.509H.619c-.277-.043-.544-.199-.619-.485v-.187c.091-.366.312-.676.494-1 3.539-6.139 7.08-12.276 10.618-18.416.206-.342.373-.77.784-.912m.067 4.45c-2.702 4.68-5.401 9.362-8.099 14.046 5.424 0 10.849.002 16.273-.001a21339.47 21339.47 0 0 0-8.092-14.03 2.05 2.05 0 0 0-.083-.014z"/><path fill="#fff" d="M11.963 5.95l.083.014c2.699 4.675 5.395 9.353 8.092 14.03-5.424.004-10.849.001-16.273.001 2.698-4.684 5.396-9.366 8.099-14.046m-1.328 6.731c.482.34.967.677 1.451 1.015a94.94 94.94 0 0 1-.108-.743c1.337-.03 2.537 1.098 2.611 2.429.348-.01.696-.016 1.044-.028-.062-.829-.383-1.65-.956-2.26a3.652 3.652 0 0 0-2.851-1.182 45.02 45.02 0 0 1-.113-.736c-.36.502-.72 1.002-1.078 1.504m-2.213 2.247c-.162.89.042 1.826.52 2.591l-.577.463 1.837.182c.052-.588.102-1.177.152-1.766-.196.156-.392.312-.59.466-.688-1.144-.32-2.747.797-3.475l-.541-.894c-.83.551-1.444 1.442-1.597 2.434m5.134 1.622c.232.091.464.182.697.276-.646 1.165-2.215 1.655-3.406 1.05-.169.305-.336.61-.502.916.762.374 1.651.5 2.479.294 1.028-.232 1.915-.946 2.406-1.872l.688.27c-.252-.563-.505-1.124-.758-1.686-.535.251-1.072.499-1.604.752z"/><path d="M10.636 12.68c.358-.502.718-1.002 1.078-1.504.036.246.073.491.113.736a3.65 3.65 0 0 1 2.851 1.182c.574.61.894 1.43.956 2.26-.348.012-.696.018-1.044.028-.074-1.331-1.274-2.459-2.611-2.429.035.247.071.496.108.743l-1.451-1.015zM8.423 14.926c.154-.991.767-1.883 1.597-2.434l.541.894c-1.117.728-1.484 2.332-.797 3.475.198-.154.395-.31.59-.466l-.152 1.766-1.837-.182.577-.463c-.478-.764-.682-1.7-.52-2.591zM13.558 16.549c.533-.253 1.069-.502 1.604-.752.253.562.506 1.123.758 1.686-.229-.09-.458-.181-.688-.27-.491.926-1.378 1.64-2.406 1.872-.828.206-1.717.08-2.479-.294.166-.306.332-.611.502-.916 1.19.605 2.76.115 3.406-1.05-.233-.094-.466-.185-.697-.276z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.082.398c.374-.456 1.123-.49 1.518-.042 3.592 3.568 7.159 7.157 10.744 10.732.247.233.419.565.37.912-.037.451-.437.727-.724 1.03-3.258 3.259-6.522 6.511-9.78 9.772-.263.257-.5.545-.797.767-.383.278-.953.202-1.272-.14C7.547 19.823 3.937 16.231.339 12.63a1.187 1.187 0 0 1-.338-.661v-.154c.046-.282.182-.539.392-.733C3.958 7.524 7.513 3.954 11.083.4m.491.376C8.022 4.3 4.494 7.85.953 11.388c-.154.167-.409.346-.317.611.14.272.406.454.611.676 3.341 3.338 6.685 6.673 10.022 10.015.181.161.325.409.586.44.247-.013.391-.244.558-.394 3.337-3.344 6.685-6.678 10.025-10.019.221-.236.497-.431.656-.716.088-.253-.144-.43-.295-.592-3.518-3.52-7.037-7.04-10.559-10.558-.16-.203-.478-.302-.666-.076z"/><path fill="#231f20" d="M8.696 6.842c2.046-1.116 4.686-.972 6.594.371-.265.503-.533 1.003-.799 1.506-1.29-.984-3.094-1.22-4.588-.581.18.125.36.247.541.37-1.039.228-2.083.428-3.118.672.331-1.013.659-2.027.995-3.038l.374.701zM15.012 12.76c.362-.998.713-1.999 1.075-2.996.688.81 1.375 1.622 2.057 2.437l-.794-.05c-.126 2.322-1.637 4.511-3.793 5.4-.287-.486-.568-.974-.852-1.46 1.517-.58 2.663-1.986 2.909-3.593-.202.085-.402.172-.601.263zM5.582 11.188c.565-.036 1.132-.074 1.697-.112-.167 1.614.594 3.269 1.921 4.199l.03-.644c.743.76 1.474 1.53 2.214 2.293-1.038.241-2.074.491-3.107.749.133-.228.264-.458.396-.688-2.023-1.148-3.304-3.47-3.151-5.797z"/><path fill="#fd0" d="M11.574.776c.188-.227.506-.127.666.076 3.522 3.517 7.04 7.038 10.559 10.558.151.162.383.338.295.592-.16.286-.436.48-.656.716-3.34 3.341-6.688 6.674-10.025 10.019-.167.15-.311.38-.558.394-.26-.031-.404-.28-.586-.44-3.337-3.342-6.682-6.677-10.022-10.015-.205-.222-.47-.403-.611-.676-.092-.265.163-.444.317-.611C4.494 7.851 8.022 4.302 11.574.777M8.696 6.842l-.374-.701c-.336 1.012-.664 2.026-.995 3.038 1.034-.244 2.078-.444 3.118-.672a47.092 47.092 0 0 1-.541-.37c1.494-.64 3.298-.403 4.588.581.266-.503.534-1.003.799-1.506-1.908-1.343-4.548-1.487-6.594-.371m6.315 5.919c.199-.091.4-.178.601-.263-.246 1.607-1.392 3.013-2.909 3.593.284.486.565.974.852 1.46 2.156-.889 3.667-3.078 3.793-5.4.264.017.529.035.794.05a434.064 434.064 0 0 0-2.057-2.437c-.362.997-.713 1.998-1.075 2.996m-9.429-1.571c-.152 2.327 1.128 4.649 3.151 5.797-.132.229-.263.46-.396.688 1.033-.258 2.069-.508 3.107-.749-.74-.763-1.471-1.534-2.214-2.293-.01.215-.019.43-.03.644-1.327-.93-2.088-2.585-1.921-4.199-.565.037-1.132.076-1.697.112z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.77 1.56h.456c.241.246.424.54.586.842 3.72 6.472 7.481 12.92 11.189 19.399v.44c-.148-.031-.221.035-.22.198H.209c.008-.166-.061-.233-.209-.202v-.436c3.695-6.448 7.434-12.87 11.141-19.312.176-.331.372-.655.629-.931m.226 3.622A12203.05 12203.05 0 0 0 3.21 20.39c5.861.002 11.722.002 17.582.001-2.93-5.072-5.86-10.144-8.796-15.211z"/><path fill="#fff" d="M11.996 5.18c2.936 5.068 5.866 10.139 8.796 15.211-5.861.001-11.722.001-17.582-.001a15359.17 15359.17 0 0 1 8.786-15.21m.692 5.124l.44-.001c.029.895-.064 1.796.058 2.687-.898-.545-2.09-.524-3.016-.061-.886.468-1.261 1.504-1.277 2.456l-.404-.002c.202.594.401 1.189.602 1.783.202-.594.401-1.189.602-1.782h-.472c.046-.528.122-1.079.43-1.528.323-.514.904-.826 1.498-.896.683-.096 1.448-.035 1.998.424.61.499.815 1.34.772 2.099.01.892-.73 1.548-.82 2.42-.046.654-.004 1.313-.018 1.968l.335.002c.007-.586-.01-1.172.004-1.758.026-.634.389-1.176.655-1.729a3.325 3.325 0 0 0-.203-2.666c-.185-.39-.406-.787-.408-1.23-.007-.728.002-1.457-.001-2.185l.427-.001c-.2-.593-.398-1.187-.601-1.778-.204.592-.402 1.186-.601 1.78m-1.304-1.402v.607l.334.002.001-.61h-.335m0 1.273l-.001.672h.336a75.264 75.264 0 0 1 0-.672h-.335m0 1.344v.664l.334.001.001-.665h-.335m-.315 2.663a1.223 1.223 0 0 0-.726 1.193c.024.648.641 1.194 1.29 1.135.733-.019 1.307-.799 1.106-1.505-.154-.713-1.009-1.133-1.67-.823m.315 3.657v.671l.335.001a75.489 75.489 0 0 1 0-.673l-.335.001m0 1.344l-.001.664h.336a73.483 73.483 0 0 1 0-.664h-.335z"/><path d="M12.688 10.304c.199-.594.397-1.188.601-1.78.203.592.401 1.186.601 1.778l-.427.001c.004.728-.006 1.457.001 2.185.002.443.223.84.408 1.23.439.806.51 1.804.203 2.666-.266.553-.629 1.096-.655 1.729-.013.586.004 1.172-.004 1.758l-.335-.002c.014-.655-.028-1.314.018-1.968.09-.872.829-1.529.82-2.42.043-.758-.162-1.6-.772-2.099-.55-.458-1.315-.52-1.998-.424-.594.071-1.175.383-1.498.896-.307.449-.384 1-.43 1.528h.472c-.202.593-.401 1.188-.602 1.782-.202-.594-.401-1.189-.602-1.783l.404.002c.016-.953.391-1.988 1.277-2.456.925-.463 2.118-.484 3.016.061-.121-.89-.029-1.792-.058-2.687l-.44.001zM11.384 8.904h.335l-.001.61a37.411 37.411 0 0 0-.334-.002 61.409 61.409 0 0 1 0-.607z"/><path d="M11.384 10.176h.335v.672h-.336l.001-.672zM11.384 11.52h.335l-.001.665-.334-.001v-.664zM11.069 14.183c.661-.31 1.517.11 1.67.823.2.706-.373 1.486-1.106 1.505-.649.059-1.266-.487-1.29-1.135-.04-.498.268-1 .726-1.193zM11.384 17.84l.335-.001v.673l-.335-.001v-.671zM11.384 19.184h.335v.664h-.336l.001-.664z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g4" xmlns="http://www.w3.org/2000/svg"><path d="M11.842 0h.277c.336.041.625.224.853.467 3.539 3.542 7.081 7.081 10.621 10.622.222.206.342.49.407.781v.209c-.054.28-.148.563-.36.764-3.575 3.587-7.16 7.164-10.739 10.747-.203.221-.481.348-.772.409h-.228a1.363 1.363 0 0 1-.81-.408C7.511 20.008 3.929 16.427.352 12.843c-.193-.185-.292-.438-.353-.692v-.281c.053-.524.48-.86.826-1.207C4.226 7.262 7.627 3.863 11.026.461A1.46 1.46 0 0 1 11.841 0m-.182.512c-.22.128-.386.326-.568.502C7.633 4.476 4.169 7.932.711 11.394c-.335.282-.376.845-.048 1.148 3.576 3.581 7.158 7.157 10.734 10.738.278.334.835.371 1.141.054 3.5-3.497 6.996-6.998 10.496-10.495.198-.21.467-.398.509-.707.066-.306-.098-.596-.317-.797C19.68 7.799 16.142 4.251 12.595.715c-.228-.26-.622-.359-.937-.203z"/><path d="M13.56 5.31l.197-.398c.258.632.544 1.254.791 1.891-.696-.048-1.392-.101-2.088-.151l.367-.39c-.905-.288-1.921-.044-2.623.586-.176-.356-.346-.716-.518-1.074a3.872 3.872 0 0 1 3.875-.463zM11.575 10.031c1.075-.264 2.25.533 2.406 1.628.215 1.088-.635 2.227-1.739 2.334-1.062.16-2.135-.677-2.243-1.745-.152-1.002.58-2.033 1.576-2.218zM4.94 14.125c.414-.546.823-1.094 1.244-1.636.3.637.612 1.267.91 1.906l-.526-.133c.2.935.922 1.699 1.823 2.002-.226.328-.448.658-.673.985a3.948 3.948 0 0 1-2.351-3.152l-.427.029zM17.446 13.123l1.19.09c.182 1.367-.432 2.774-1.536 3.592l.242.366c-.677-.104-1.36-.161-2.039-.256.391-.58.784-1.158 1.18-1.734l.155.515a2.758 2.758 0 0 0 .808-2.573z"/><path fill="#ffeb00" d="M11.659.512c.316-.156.709-.058.937.203 3.547 3.536 7.085 7.084 10.631 10.62.218.2.383.491.317.797-.042.308-.311.497-.509.707-3.5 3.497-6.996 6.998-10.496 10.495-.306.317-.863.28-1.141-.054C7.822 19.699 4.24 16.123.664 12.542c-.328-.304-.287-.866.048-1.148 3.458-3.462 6.922-6.918 10.38-10.38.181-.175.348-.373.568-.502m1.9 4.798a3.875 3.875 0 0 0-3.875.463c.173.358.342.718.518 1.074.702-.63 1.718-.874 2.623-.586l-.367.39c.696.05 1.392.103 2.088.151-.247-.637-.533-1.259-.791-1.891l-.197.398m-1.984 4.722c-.996.185-1.728 1.216-1.576 2.218.108 1.068 1.181 1.904 2.243 1.745 1.104-.107 1.954-1.246 1.739-2.334-.156-1.096-1.331-1.892-2.406-1.628M4.94 14.125l.427-.029a3.947 3.947 0 0 0 2.351 3.152c.226-.328.448-.658.673-.985-.901-.302-1.622-1.067-1.823-2.002l.526.133c-.298-.638-.61-1.268-.91-1.906-.421.541-.83 1.09-1.244 1.636m12.506-1.001a2.758 2.758 0 0 1-.808 2.573l-.155-.515c-.396.576-.788 1.154-1.18 1.734.679.095 1.362.151 2.039.256a38.467 38.467 0 0 1-.242-.366c1.104-.817 1.718-2.225 1.536-3.592l-1.19-.09z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.333.187c.624-.16 1.309.053 1.758.509 3.125 2.971 6.235 5.959 9.355 8.935.349.354.761.661 1.022 1.091.394.67.245 1.577-.298 2.12-3.223 3.22-6.443 6.443-9.664 9.664-.68.686-1.897.719-2.586.028-3.386-3.245-6.782-6.48-10.169-9.725-.694-.667-.628-1.873.066-2.516 3.132-3.146 6.278-6.28 9.415-9.421.304-.313.662-.596 1.099-.684m-.146.324c-.355.132-.623.409-.886.671-3.072 3.086-6.16 6.156-9.232 9.242-.427.39-.652 1.007-.485 1.573.126.499.564.814.913 1.154 3.209 3.065 6.415 6.133 9.625 9.197a1.56 1.56 0 0 0 1.597.33c.475-.156.788-.566 1.135-.901 3.043-3.038 6.078-6.088 9.122-9.125.396-.401.553-1.021.367-1.556-.139-.418-.496-.7-.798-.998-3.215-3.072-6.428-6.145-9.648-9.212a1.591 1.591 0 0 0-1.712-.374z"/><path fill="#231f20" d="M11.206.913c.551-.181 1.195-.092 1.65.277.33.268.625.576.937.865 2.881 2.758 5.767 5.51 8.646 8.27.704.617.724 1.802.061 2.458-3.017 3.018-6.037 6.034-9.052 9.054-.648.653-1.8.697-2.47.054-3.168-3.029-6.341-6.054-9.506-9.085-.689-.635-.658-1.812.012-2.449 2.85-2.87 5.718-5.722 8.576-8.585.34-.335.671-.718 1.145-.859m.117.359c-.358.115-.624.391-.882.649-2.876 2.885-5.767 5.755-8.636 8.647-.535.479-.635 1.388-.115 1.915 3.162 3.031 6.334 6.055 9.498 9.085.518.539 1.456.536 1.982.011 3.007-2.994 6.001-6.002 9.007-8.999.563-.511.582-1.489-.008-1.987-3.101-2.983-6.218-5.951-9.328-8.924-.383-.4-.988-.584-1.518-.397z"/><path fill="#231f20" d="M11.174 5.497h1.519c.001 3.502.004 7.004-.001 10.506 2.255-.257 3.956-2.644 3.593-4.86-.162-1.082-.764-2.047-1.519-2.818l-.418.314c-.005-.419-.01-.839-.012-1.259.418.01.834.02 1.252.028l-.326.325c.914.926 1.616 2.112 1.772 3.42.196 1.463-.324 2.993-1.352 4.049-.788.83-1.865 1.368-2.99 1.559.004.306.004.612.002.919h-1.519c0-3.439-.004-6.877.002-10.315-2.065.2-3.647 2.254-3.588 4.279.017 1.303.703 2.497 1.595 3.408.138-.112.276-.222.414-.332.008.425.012.848.014 1.273a88.561 88.561 0 0 1-1.262-.031l.337-.324c-1.237-1.214-2.028-2.97-1.763-4.723.277-2.176 2.098-4.01 4.252-4.368-.002-.35-.002-.7-.001-1.05z"/><path fill="#231f20" d="M8.73 11.286c.083-1.043.7-1.972 1.504-2.611-.014 1.97-.036 3.942-.055 5.912-.95-.802-1.576-2.04-1.448-3.301zM13.72 8.681c.835.65 1.456 1.63 1.51 2.705.089 1.228-.532 2.419-1.453 3.202-.022-1.969-.04-3.938-.056-5.906z"/><path fill="#fff100" d="M11.185.512a1.591 1.591 0 0 1 1.712.374c3.22 3.067 6.433 6.14 9.648 9.212.302.299.659.581.798.998.186.535.029 1.156-.367 1.556-3.044 3.037-6.079 6.086-9.122 9.125-.347.335-.66.745-1.135.901a1.56 1.56 0 0 1-1.597-.33c-3.21-3.064-6.416-6.132-9.625-9.197-.349-.341-.787-.655-.913-1.154-.167-.566.058-1.183.485-1.573 3.072-3.086 6.16-6.156 9.232-9.242.263-.262.53-.539.886-.671m.019.402c-.474.142-.805.524-1.145.859-2.858 2.863-5.726 5.714-8.576 8.585-.67.637-.701 1.814-.012 2.449 3.166 3.031 6.338 6.056 9.506 9.085.67.643 1.822.599 2.47-.054 3.014-3.02 6.035-6.036 9.052-9.054.662-.655.643-1.841-.061-2.458-2.879-2.76-5.765-5.513-8.646-8.27-.312-.289-.607-.598-.937-.865-.455-.37-1.099-.458-1.65-.277z"/><path fill="#fff100" d="M11.322 1.272c.53-.187 1.135-.002 1.518.397 3.109 2.974 6.227 5.941 9.328 8.924.59.498.571 1.476.008 1.987-3.006 2.996-6 6.005-9.007 8.999-.527.526-1.464.528-1.982-.011-3.164-3.03-6.336-6.054-9.498-9.085-.52-.527-.42-1.436.115-1.915 2.869-2.892 5.76-5.762 8.636-8.647.258-.258.524-.534.882-.649m-.148 4.225c-.001.35-.001.7.001 1.05-2.154.358-3.974 2.192-4.252 4.368-.265 1.753.526 3.509 1.763 4.723l-.337.324c.421.013.841.024 1.262.031a90.047 90.047 0 0 0-.014-1.273l-.414.332c-.892-.911-1.578-2.105-1.595-3.408-.059-2.026 1.523-4.079 3.588-4.279-.006 3.438-.002 6.876-.002 10.315h1.519c.001-.307.001-.613-.002-.919 1.126-.191 2.202-.728 2.99-1.559 1.028-1.056 1.548-2.586 1.352-4.049-.156-1.308-.858-2.494-1.772-3.42l.326-.325c-.418-.007-.834-.018-1.252-.028.002.42.007.84.012 1.259l.418-.314c.755.77 1.357 1.735 1.519 2.818.364 2.216-1.338 4.603-3.593 4.86.005-3.502.002-7.004.001-10.506h-1.519M8.73 11.286c-.127 1.261.498 2.5 1.448 3.301.019-1.97.041-3.942.055-5.912-.804.64-1.421 1.568-1.504 2.611m4.991-2.605c.017 1.968.035 3.937.056 5.906.922-.782 1.542-1.974 1.453-3.202-.054-1.075-.674-2.054-1.51-2.705z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.356.202c.35-.238.834-.259 1.202-.048.271.157.478.398.7.617 3.44 3.444 6.886 6.883 10.325 10.328.5.433.545 1.278.052 1.733-3.599 3.599-7.196 7.199-10.796 10.796-.428.469-1.246.472-1.676.005C7.564 20.037 3.968 16.439.371 12.84c-.5-.454-.461-1.303.041-1.741C3.953 7.553 7.499 4.013 11.04.468c.1-.096.203-.188.317-.266m.332.092c-.221.073-.383.247-.546.404C7.626 4.22 4.101 7.736.585 11.259c-.416.346-.462 1.037-.056 1.408 3.601 3.599 7.2 7.2 10.8 10.8a.93.93 0 0 0 1.337 0c3.617-3.624 7.242-7.24 10.859-10.864.347-.378.276-1.009-.107-1.334C19.859 7.706 16.297 4.145 12.734.585c-.256-.29-.676-.422-1.045-.292z"/><path fill="#fee011" d="M11.789.763a.517.517 0 0 1 .613.156 17906.4 17906.4 0 0 1 10.675 10.675c.223.173.28.536.062.737-3.52 3.526-7.048 7.044-10.566 10.572-.168.152-.314.386-.57.377-.293.012-.45-.272-.643-.443-3.498-3.502-7-7-10.498-10.5-.224-.197-.17-.571.058-.744 3.479-3.48 6.959-6.958 10.436-10.439.139-.134.268-.286.432-.391m-2.02 4.444c-.192.431-.466.829-.593 1.285.076.308.378.164.575.092-.008.427.034.865-.085 1.283-.108.401-.446.668-.659 1.009-.916 1.302-1.214 2.993-.852 4.537a5.27 5.27 0 0 0-1.495-.396c.073-.175.174-.348.17-.544-.064-.16-.262-.253-.416-.161-.72.356-1.444.707-2.155 1.079-.172.049-.212.304-.028.367.745.386 1.495.767 2.255 1.124.46.061.34-.467.17-.701.576.022 1.12.265 1.613.547.661.335 1.159.971 1.231 1.721.034.824.005 1.651.014 2.477h1.132v-2.125c.016-.737-.199-1.49-.656-2.075-1.049-1.414-1.135-3.452-.221-4.956.258-.486.728-.835.906-1.368.236-.582.211-1.223.203-1.84.197.09.584.257.638-.083-.119-.468-.414-.874-.605-1.315-.19-.311-.264-.714-.572-.936-.283.262-.383.65-.57.977m3.118-.837a44.676 44.676 0 0 0-.989 1.984c-.136.382.338.368.556.25-.013.715-.004 1.43-.005 2.146-1.01.402-1.848 1.238-2.16 2.29-.373 1.182-.07 2.554.79 3.451.263.262.478.612.456.995-.012 1.158-.001 2.317-.006 3.476l1.133.001c.004-1.118-.005-2.238.004-3.356.049-.689-.25-1.379-.734-1.862a2.395 2.395 0 0 1-.646-1.984c.103-.82.667-1.56 1.426-1.884.762-.335 1.698-.244 2.368.256.391.256.595.715 1.012.94.636.397 1.417.194 2.123.222-.019.166.041.404.263.326.413-.186.808-.413 1.218-.606.16-.089.364-.14.443-.325-.467-.307-.99-.514-1.481-.776a.559.559 0 0 0-.406-.065l-.036.335a13.75 13.75 0 0 0-1.3.006c-.277-.011-.432-.27-.6-.452-.676-.782-1.705-1.213-2.735-1.196-.002-.654.005-1.308-.004-1.962.204.043.554.241.631-.085-.096-.397-.342-.739-.505-1.111-.211-.38-.343-.811-.632-1.144l-.182.133m.35 6.367c-.545.167-.954.69-.978 1.26-.071.78.623 1.525 1.409 1.499.83.032 1.543-.797 1.403-1.613-.091-.84-1.037-1.432-1.834-1.146z"/><path d="M11.689.294c.37-.131.79.001 1.045.292 3.563 3.559 7.124 7.121 10.684 10.684.383.325.454.956.107 1.334-3.617 3.624-7.242 7.24-10.859 10.864a.93.93 0 0 1-1.337 0c-3.6-3.6-7.199-7.201-10.8-10.8-.406-.371-.36-1.062.056-1.408C4.101 7.737 7.625 4.221 11.143.699c.163-.157.325-.331.546-.404m.1.468c-.164.106-.293.257-.432.391C7.879 4.635 4.399 8.113.921 11.593c-.228.173-.282.547-.058.744 3.498 3.5 7 6.998 10.498 10.5.193.17.35.455.643.443.256.01.402-.224.57-.377 3.518-3.528 7.046-7.046 10.566-10.572.217-.2.161-.564-.062-.737-3.557-3.559-7.115-7.12-10.675-10.675-.145-.178-.4-.258-.613-.156z"/><path d="M9.768 5.207c.187-.326.287-.715.57-.977.308.222.383.625.572.936.191.442.486.847.605 1.315-.054.34-.442.173-.638.083.008.617.034 1.258-.203 1.84-.178.533-.648.882-.906 1.368-.914 1.504-.828 3.542.221 4.956.457.584.672 1.338.656 2.075v2.125H9.513c-.01-.826.019-1.652-.014-2.477-.072-.75-.57-1.386-1.231-1.721-.493-.282-1.037-.526-1.613-.547.169.234.289.762-.17.701-.76-.358-1.51-.738-2.255-1.124-.185-.064-.144-.318.028-.367.712-.372 1.435-.722 2.155-1.079.155-.092.353.001.416.161.004.196-.097.368-.17.544a5.262 5.262 0 0 1 1.495.396c-.362-1.544-.064-3.235.852-4.537.212-.341.551-.608.659-1.009.119-.418.077-.856.085-1.283-.197.072-.499.216-.575-.092.127-.456.401-.854.593-1.285z"/><path d="M12.886 4.368l.182-.133c.289.332.421.763.632 1.144.163.372.409.714.505 1.111-.077.326-.427.128-.631.085.008.654.001 1.308.004 1.962 1.03-.017 2.059.414 2.735 1.196.168.182.323.442.6.452.433-.018.866-.029 1.3-.006l.036-.335a.559.559 0 0 1 .406.065c.491.263 1.014.469 1.481.776-.079.185-.283.236-.443.325-.41.193-.805.42-1.218.606-.222.078-.282-.161-.263-.326-.706-.028-1.487.175-2.123-.222-.416-.224-.62-.684-1.012-.94-.67-.499-1.606-.59-2.368-.256a2.421 2.421 0 0 0-1.426 1.884c-.101.713.139 1.47.646 1.984.485.484.784 1.174.734 1.862-.008 1.118 0 2.238-.004 3.356l-1.133-.001c.005-1.159-.006-2.318.006-3.476.022-.383-.193-.733-.456-.995-.859-.898-1.163-2.269-.79-3.451.312-1.051 1.15-1.888 2.16-2.29.001-.715-.008-1.43.005-2.146-.217.119-.691.132-.556-.25.314-.667.641-1.332.989-1.984z"/><path d="M13.238 10.738c.797-.286 1.742.306 1.834 1.146.14.816-.572 1.645-1.403 1.613-.786.026-1.48-.719-1.409-1.499.024-.57.433-1.093.978-1.26z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.352.206c.478-.344 1.16-.214 1.546.208 3.563 3.558 7.123 7.12 10.682 10.681.498.432.55 1.273.059 1.73-3.479 3.485-6.965 6.964-10.444 10.448-.253.24-.479.544-.827.649-.444.157-.958.001-1.266-.347-3.458-3.461-6.918-6.922-10.38-10.38-.276-.283-.62-.553-.69-.967-.094-.413.079-.841.377-1.128C3.828 7.675 7.253 4.256 10.673.832c.22-.215.425-.45.679-.626m.331.089c-.187.066-.334.205-.475.338L.64 11.201c-.253.234-.449.564-.388.922.053.424.43.679.701.967 3.44 3.44 6.883 6.88 10.322 10.325.216.23.532.386.854.33.389-.05.635-.386.898-.64 3.337-3.342 6.678-6.68 10.019-10.02.272-.288.652-.545.698-.972.056-.352-.136-.677-.385-.907C19.813 7.665 16.274 4.118 12.727.578c-.258-.286-.674-.415-1.044-.283z"/><path fill="#fee011" d="M11.798.76c.251-.119.504.032.667.22 3.377 3.379 6.756 6.757 10.134 10.135.215.223.46.422.634.682.104.206.017.452-.151.594-3.479 3.482-6.965 6.959-10.44 10.446-.21.193-.416.514-.749.433-.275-.094-.44-.361-.649-.548-3.44-3.444-6.882-6.884-10.325-10.325-.173-.144-.263-.392-.157-.602.158-.234.379-.416.575-.618 3.401-3.4 6.8-6.799 10.2-10.201.08-.08.167-.152.262-.215m-.049 5.373c-.122.169.029.331.118.468.202-.066.403-.134.605-.204-.01.714-.002 1.428-.005 2.142a4.363 4.363 0 0 0-1.814 3.45c-.581-.316-1.224-.485-1.874-.578.06-.166.113-.332.157-.502.012-.193-.241-.331-.402-.222-.619.275-1.214.604-1.828.892a1.719 1.719 0 0 0-.588.408c.491.391 1.099.588 1.643.893.329.137.631.4.996.404.346-.158.06-.512.008-.768.763.156 1.532.426 2.126.944.314.444.532.967.967 1.316.395.302.456.833.461 1.295.002.917-.001 1.834 0 2.75l1.11.001.001-2.632c0-.545-.059-1.106-.31-1.598-.232-.503-.775-.766-1.007-1.271-.667-1.156-.306-2.686.63-3.581.232-.217.535-.366.707-.642.15-.244.124-.541.131-.816-.007-.625.002-1.25-.008-1.876.252.122.786.32.763-.156-.216-.545-.515-1.051-.763-1.582-.174-.318-.272-.708-.599-.911-.478.752-.828 1.578-1.225 2.374m2.314 4.204c-.743.164-1.292.916-1.213 1.674.042.877.911 1.602 1.783 1.475.878-.085 1.566-.989 1.396-1.86-.119-.895-1.098-1.529-1.966-1.289M5.086 13.74c-.17.116-.48.173-.485.421.414.366.974.51 1.445.79.383.154.736.467 1.158.466.316-.172.036-.511-.014-.76a4.828 4.828 0 0 1 3.214 2.072c.175.68.11 1.398.142 2.094h1.109c-.036-.846.041-1.724-.22-2.542-.908-1.477-2.507-2.524-4.234-2.732.054-.152.115-.304.151-.462.082-.198-.229-.374-.385-.265-.637.283-1.25.618-1.88.918z"/><path d="M11.683.295c.37-.132.786-.002 1.044.283 3.547 3.54 7.086 7.087 10.632 10.628.25.23.442.556.385.907-.047.427-.426.684-.698.972-3.341 3.34-6.682 6.678-10.019 10.02-.263.253-.509.589-.898.64-.323.056-.638-.1-.854-.33C7.836 19.97 4.393 16.531.953 13.09c-.271-.288-.648-.544-.701-.967-.061-.358.134-.688.388-.922L11.208.633c.142-.133.288-.272.475-.338m.115.465a1.629 1.629 0 0 0-.262.215c-3.4 3.402-6.799 6.802-10.2 10.201-.196.202-.416.384-.575.618-.106.21-.016.458.157.602 3.443 3.44 6.884 6.881 10.325 10.325.209.187.374.455.649.548.332.08.539-.24.749-.433 3.475-3.487 6.961-6.964 10.44-10.446.168-.142.256-.388.151-.594-.174-.259-.419-.458-.634-.682C19.22 7.736 15.841 4.358 12.464.979c-.163-.187-.416-.338-.667-.22z"/><path d="M11.75 6.134c.397-.796.748-1.621 1.225-2.374.326.203.425.593.599.911.248.53.547 1.037.763 1.582.023.476-.511.278-.763.156.011.625.001 1.25.008 1.876-.007.275.019.572-.131.816-.172.276-.475.425-.707.642-.936.895-1.297 2.425-.63 3.581.232.505.775.768 1.007 1.271.251.492.31 1.054.31 1.598l-.001 2.632-1.11-.001c-.001-.917.002-1.834 0-2.75-.005-.462-.066-.992-.461-1.295-.436-.349-.653-.872-.967-1.316-.594-.518-1.363-.788-2.126-.944.052.256.337.61-.008.768-.365-.005-.667-.268-.996-.404-.544-.305-1.152-.502-1.643-.893.163-.179.367-.311.588-.408.613-.288 1.208-.617 1.828-.892.161-.109.414.029.402.222a5.707 5.707 0 0 1-.157.502c.65.094 1.294.263 1.874.578a4.366 4.366 0 0 1 1.814-3.45c.002-.714-.005-1.428.005-2.142-.202.07-.403.138-.605.204-.089-.137-.24-.299-.118-.468z"/><path d="M14.064 10.336c.868-.24 1.847.394 1.966 1.289.17.871-.517 1.775-1.396 1.86-.872.127-1.741-.598-1.783-1.475-.079-.758.47-1.51 1.213-1.674zM5.086 13.74c.63-.3 1.243-.635 1.88-.918.156-.109.467.067.385.265-.036.158-.097.31-.151.462 1.727.209 3.325 1.255 4.234 2.732.26.817.184 1.696.22 2.542h-1.109c-.031-.696.034-1.414-.142-2.094a4.822 4.822 0 0 0-3.214-2.072c.05.248.33.588.014.76-.422.001-.775-.312-1.158-.466-.47-.28-1.031-.424-1.445-.79.005-.248.314-.305.485-.421z"/></symbol><symbol viewBox="0 0 24 24" id="warning--ruts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fc0" d="M10.452 2.45c.18-.438.578-.713.943-.986a5.174 5.174 0 0 1 1.193.012c.17.11.343.216.521.314a.435.435 0 0 0 .362.439l.029.175a.491.491 0 0 0 .334.424l.058.23c.052.247.157.527.427.6l.042.232c.014.175.133.359.319.384l.035.224.007.053c.077.222.182.464.422.548l.064.233c.053.251.161.522.422.617l.056.234c.028.172.126.373.318.395l.028.202.006.054c.073.227.186.466.422.558l.07.168c.235.563.545 1.093.907 1.583.013.04.04.116.052.155.036.164.116.376.314.388l.03.216.006.053c.074.228.187.468.425.563l.068.168c.238.562.545 1.092.907 1.582l.049.146c.036.164.115.378.314.39l.03.222.006.054c.077.223.187.461.422.554l.065.16c.232.57.56 1.091.91 1.595l.055.143c.037.166.11.383.311.4l.043.211c.025.271.2.488.422.634l.05.196c.029.2.126.426.347.47l.042.114c.115.35.307.668.544.949l.043.096c.253.631.689 1.168.946 1.796.193.467.047.978-.167 1.409l-.041.068c-.185.08-.306.25-.38.432l-.197.061.12.062a8.63 8.63 0 0 1-.221.044c-.517.154-1.061.095-1.591.102H1.925a14.317 14.317 0 0 1-.853-.04c-.326-.265-.706-.51-.889-.904-.216-.394-.126-.857-.086-1.28a4.79 4.79 0 0 0 .241-.467c.234-.106.349-.343.424-.575l.006-.053.029-.204c.191-.022.292-.22.317-.391l.058-.233c.236-.091.343-.332.418-.557l.01-.052.05-.226c.242-.088.348-.332.416-.56l.012-.048.059-.217a.99.99 0 0 0 .426-.569l.006-.053.031-.218c.192-.024.294-.223.318-.396l.052-.216c.235-.097.346-.337.421-.563l.01-.05.047-.22c.254-.101.38-.36.422-.614l.048-.216c.198-.02.281-.23.313-.4l.046-.145c.235-.283.404-.612.545-.95l.049-.085c.173-.116.318-.287.336-.502l.052-.227c.235-.09.346-.328.422-.55l.007-.054c.008-.059.025-.178.035-.238.194-.004.282-.208.312-.371l.047-.146c.36-.497.683-1.025.916-1.594l.062-.168c.24-.085.349-.326.422-.552l.007-.054.034-.227c.19-.019.298-.209.318-.382.013-.055.038-.167.052-.222.258-.096.367-.365.42-.614l.061-.228c.24-.084.346-.325.419-.548l.01-.052.05-.227c.236-.097.35-.335.426-.563l.007-.052.04-.235c.184-.022.307-.199.318-.374l.04-.228c.265-.083.388-.355.428-.611l.041-.2c.205-.012.27-.24.301-.407m1.232-.65c-.413.086-.72.406-.916.763C7.394 8.422 4.006 14.277.628 20.136c-.161.283-.29.604-.236.937.066.677.716 1.235 1.4 1.174 6.846-.006 13.692.002 20.539-.004.984.03 1.645-1.212 1.091-2.022-3.406-5.918-6.824-11.83-10.238-17.742-.277-.532-.913-.834-1.498-.682z"/><path fill="#fc0" d="M11.81 4.092c.232-.157.481.035.582.246 3.004 5.2 6.007 10.399 9.006 15.601.137.194.186.499-.053.641-.384.11-.793.044-1.188.058-5.678.001-11.358-.005-17.036.002-.209-.007-.468.013-.596-.19-.092-.175-.007-.354.079-.509C5.47 14.968 8.344 10 11.21 5.029c.194-.314.335-.673.6-.937m-2.479 7.566c-.419.538-.702 1.168-1.073 1.738-.172.089-.433.108-.463.343a13.065 13.065 0 0 0-.312 1.566c-.043.224.175.366.367.398 1.549.317 3.103.611 4.649.947.349.065.697.173 1.056.168.217-.031.256-.266.302-.439.092-.481.226-.956.268-1.445.006-.181-.191-.264-.289-.389-.13-.666-.14-1.351-.307-2.009-.064-.186-.293-.186-.448-.239-.998-.2-1.993-.414-2.992-.61-.247-.026-.524-.163-.758-.03m-1.598 4.231c-.062.319-.158.641-.146.97.06.44.676.55.97.276.208-.299.206-.68.289-1.024-.371-.074-.74-.156-1.112-.222m4.484.911c-.073.422-.256.871-.019 1.276-.313-.193-.635-.46-1.026-.421-.295.02-.499.253-.694.448-.374.396-.738.803-1.123 1.188-.01-.658-.004-1.315-.005-1.972-1.554-.014-3.107.001-4.66.001-.479.818-1.002 1.613-1.472 2.436-.187.26.079.593.373.545 5.4.01 10.801-.001 16.202.006.304-.005.611.019.913-.029.322-.194.01-.511-.161-.684-.347-.328-.626-.781-1.096-.94-.668.022-1.278.361-1.864.654-.529-.41-.988-.906-1.535-1.29l-.215-.032c-.57.385-1.044.894-1.579 1.324-.605-.348-1.182-.745-1.8-1.068.235-.031.523-.044.649-.284.131-.293.157-.619.222-.93-.37-.083-.74-.158-1.112-.227z"/><path fill="#fc0" d="M9.498 12.026c.182-.096.392.022.583.036 1.049.236 2.113.403 3.154.676.076.595.154 1.189.24 1.782a387.798 387.798 0 0 0-4.888-.988c.314-.496.571-1.027.911-1.506z"/><path fill="red" d="M11.686 1.798c.584-.152 1.22.15 1.498.682 3.414 5.912 6.833 11.824 10.238 17.742.554.81-.107 2.052-1.091 2.022-6.847.006-13.693-.002-20.539.004-.684.061-1.334-.497-1.4-1.174-.054-.334.076-.654.236-.937C4.006 14.277 7.395 8.423 10.77 2.562c.196-.358.503-.677.916-.763m.124 2.293c-.265.264-.406.623-.6.937-2.867 4.972-5.741 9.94-8.606 14.912-.086.155-.172.334-.079.509.128.203.388.182.596.19 5.678-.007 11.358-.001 17.036-.002.395-.013.804.053 1.188-.058.239-.142.19-.446.053-.641-2.999-5.202-6.002-10.402-9.006-15.601-.101-.211-.35-.403-.582-.246z"/><path fill="#090908" d="M13.109 1.79c.185.074.358.226.362.439a.436.436 0 0 1-.362-.439zM13.5 2.405c.247-.064.298.25.334.424a.49.49 0 0 1-.334-.424zM10.151 2.857c.014-.176.112-.371.301-.407-.031.167-.096.395-.301.407zM9.689 3.618c.068-.229.175-.478.421-.56-.041.256-.163.528-.428.611l.007-.05zM13.891 3.059c.25.072.356.322.419.55l.008.05c-.27-.073-.376-.353-.427-.6zM9.324 4.271c.012-.173.131-.361.318-.374-.011.175-.134.353-.318.374zM14.36 3.89c.187.02.308.208.319.384-.186-.025-.305-.209-.319-.384zM8.851 5.12c.043-.256.155-.545.433-.614l-.007.052c-.076.228-.19.466-.426.563zM14.714 4.499c.284.058.378.353.43.601-.24-.084-.346-.326-.422-.548l-.007-.053zM8.372 5.947c.052-.247.143-.546.428-.6l-.01.052c-.073.223-.179.464-.419.548zM15.208 5.333c.27.083.378.362.422.617-.262-.095-.37-.366-.422-.617zM7.891 6.79c.04-.256.149-.534.42-.614-.053.25-.162.518-.42.614zM15.686 6.184c.186.029.311.215.318.395-.192-.022-.29-.223-.318-.395zM16.032 6.78c.292.055.364.368.428.612-.236-.092-.349-.331-.422-.558l-.006-.054zM7.522 7.393c.008-.176.131-.362.318-.382-.02.173-.128.362-.318.382zM7.073 8.183c.049-.235.149-.509.415-.563l-.007.054c-.073.226-.182.467-.422.552l.014-.043zM16.53 7.56c.347.5.688 1.012.907 1.583a7.602 7.602 0 0 1-.907-1.583zM6.08 9.988c.227-.572.554-1.098.916-1.594a7.745 7.745 0 0 1-.916 1.594zM17.489 9.298c.187.023.311.209.314.388-.198-.012-.278-.223-.314-.388zM17.833 9.901c.29.059.365.37.431.616-.238-.095-.35-.335-.425-.563l-.006-.053zM5.722 10.505c.002-.175.125-.36.312-.371-.03.163-.118.367-.312.371zM5.257 11.346c.044-.251.149-.542.43-.604l-.007.054c-.077.222-.187.46-.422.55zM18.332 10.685c.347.499.689 1.009.907 1.582a7.711 7.711 0 0 1-.907-1.582zM4.87 12.074c.011-.21.09-.476.336-.502-.018.215-.163.385-.336.502zM9.331 11.658c.234-.133.511.004.758.03.998.196 1.993.409 2.992.61.155.053.384.053.448.239.167.658.178 1.343.307 2.009.098.125.295.208.289.389-.042.488-.175.964-.268 1.445-.047.173-.085.408-.302.439-.359.005-.707-.103-1.056-.168-1.546-.336-3.1-.63-4.649-.947-.192-.032-.41-.174-.367-.398.064-.528.184-1.05.312-1.566.03-.235.292-.254.463-.343.371-.57.654-1.2 1.073-1.738m.167.367c-.34.479-.596 1.01-.911 1.506 1.631.319 3.26.647 4.888.988-.086-.593-.164-1.187-.24-1.782-1.04-.272-2.105-.439-3.154-.676-.191-.014-.401-.132-.583-.036zM4.276 13.11c.115-.352.325-.658.545-.95-.14.338-.31.667-.545.95zM19.289 12.413c.186.025.31.211.314.39-.199-.012-.278-.226-.314-.39zM19.633 13.025c.295.047.364.366.428.608-.235-.094-.346-.331-.422-.554l-.006-.054zM3.917 13.655c.019-.175.118-.378.313-.4-.032.169-.115.379-.313.4zM3.446 14.485c.04-.256.157-.529.422-.614-.042.254-.168.514-.422.614zM20.126 13.793l.094.139c.328.451.612.935.816 1.456-.349-.504-.678-1.025-.91-1.595zM2.969 15.318c.044-.254.145-.552.431-.613l-.01.05c-.076.226-.186.466-.421.563zM2.599 15.93c.008-.18.133-.365.318-.396-.024.173-.126.372-.318.396zM21.091 15.53c.193.023.295.223.311.4-.2-.017-.274-.234-.311-.4zM7.733 15.888c.372.066.742.148 1.112.222-.083.343-.082.725-.289 1.024-.294.274-.91.164-.97-.276-.012-.329.084-.65.146-.97zM2.136 16.77c.049-.254.133-.572.432-.622l-.006.053a.994.994 0 0 1-.426.569zM21.445 16.141c.287.073.374.378.422.634-.222-.145-.397-.362-.422-.634z"/><path fill="#090908" d="M12.218 16.799c.372.068.743.144 1.112.227-.065.311-.091.637-.222.93-.126.24-.414.253-.649.284.618.323 1.195.72 1.8 1.068.535-.43 1.009-.938 1.579-1.324l.215.032c.547.384 1.006.88 1.535 1.29.586-.293 1.195-.632 1.864-.654.469.158.749.612 1.096.94.17.173.482.49.161.684-.302.048-.61.024-.913.029-5.401-.007-10.802.004-16.202-.006-.294.048-.56-.284-.373-.545.47-.823.994-1.618 1.472-2.436 1.553 0 3.106-.016 4.66-.001.001.656-.005 1.314.005 1.972.385-.385.749-.792 1.123-1.188.194-.194.398-.427.694-.448.391-.038.713.228 1.026.421-.236-.404-.054-.853.019-1.276zM1.649 17.596c.042-.253.15-.54.428-.608l-.012.048c-.068.228-.174.473-.416.56zM21.918 16.97c.227.037.31.272.347.47-.221-.044-.318-.27-.347-.47zM22.307 17.555c.211.298.407.608.544.949a2.907 2.907 0 0 1-.544-.949zM1.171 18.43c.046-.252.143-.548.427-.608l-.01.052c-.074.224-.181.466-.418.557zM.797 19.054c.007-.179.131-.365.317-.391-.025.172-.126.37-.317.391zM22.894 18.6c.443.577.775 1.228 1.106 1.872v1.08l-.001-.104-.326.358c.214-.431.36-.942.167-1.409-.257-.629-.692-1.165-.946-1.796zM.338 19.885c.061-.25.138-.563.43-.628l-.006.053c-.074.232-.19.469-.424.575zM23.251 22.306c.074-.182.196-.352.38-.432.065.24-.17.404-.38.432z"/></symbol><symbol viewBox="0 0 24 24" id="warning--sand--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.821 1.38h.335c.529.07 1.01.389 1.258.865l10.312 17.893c.227.378.33.84.217 1.274-.142.625-.694 1.108-1.322 1.207H1.429c-.731-.076-1.331-.684-1.428-1.406v-.332c.042-.265.133-.52.268-.751C3.708 14.168 7.143 8.204 10.582 2.244c.247-.468.72-.786 1.241-.864m-1.659 5.837c-2.548 4.429-5.111 8.85-7.652 13.283h18.967c-3.15-5.488-6.316-10.966-9.473-16.45-.64 1.04-1.224 2.113-1.842 3.167z"/><path fill="#fff" d="M10.164 7.217c.618-1.054 1.202-2.126 1.842-3.167 3.157 5.484 6.323 10.962 9.473 16.45H2.512c2.542-4.433 5.105-8.854 7.652-13.283M5.662 16.95c.337.752 1.351.817 1.744 1.522.253.541-.392 1.134-.919.898-.314-.098-.425-.439-.462-.733l-.702.001c-.01.751.638 1.451 1.408 1.408.836.059 1.609-.786 1.382-1.616-.19-.772-.978-1.112-1.594-1.488-.372-.178-.295-.76.084-.874a.625.625 0 0 1 .877.466l.676-.002c-.014-.816-.916-1.362-1.663-1.115-.653.143-1.115.904-.83 1.535m3.956-1.515c-.42 1.511-.841 3.022-1.258 4.534l.727.001c.109-.414.221-.827.336-1.24h1.08c.121.412.238.824.353 1.238l.727.001c-.416-1.512-.836-3.024-1.258-4.536l-.708.001m2.413.001v4.535h.727v-3.036c.521 1.01 1.042 2.022 1.558 3.035l.552.001v-4.536l-.726.001-.001 2.718c-.454-.902-.925-1.796-1.367-2.705a8.77 8.77 0 0 0-.743-.013m3.689-.001v4.536c.523-.006 1.046.016 1.568-.01.544-.038.947-.511 1.1-1.003.241-.794.198-1.651.016-2.452-.11-.475-.439-.959-.953-1.038-.575-.064-1.154-.02-1.732-.034z"/><path fill="#fff" d="M16.447 16.076c.396.02.941-.109 1.18.305.25.478.211 1.043.212 1.565-.036.431.008.961-.367 1.26-.302.202-.684.104-1.024.126-.002-1.085-.001-2.171-.001-3.256zM9.604 18.092c.12-.419.205-.847.358-1.255.134.414.246.835.365 1.254l-.722.001z"/><path d="M5.662 16.95c-.284-.631.178-1.392.83-1.535.748-.247 1.649.299 1.663 1.115l-.676.002a.626.626 0 0 0-.877-.466c-.379.114-.456.696-.084.874.616.376 1.404.716 1.594 1.488.227.83-.546 1.675-1.382 1.616-.769.043-1.417-.656-1.408-1.408l.702-.001c.037.294.148.635.462.733.527.236 1.172-.356.919-.898-.392-.704-1.406-.769-1.744-1.522zM9.619 15.437l.708-.001c.421 1.512.841 3.024 1.258 4.536l-.727-.001a83.794 83.794 0 0 0-.353-1.238h-1.08c-.115.413-.227.826-.336 1.24l-.727-.001c.416-1.512.838-3.023 1.258-4.534m-.016 2.654l.722-.001c-.119-.419-.23-.84-.365-1.254-.152.408-.238.836-.358 1.255zM12.031 15.437c.247-.005.496-.002.743.013.442.908.913 1.802 1.367 2.705l.001-2.718.726-.001v4.536l-.552-.001a723.59 723.59 0 0 0-1.558-3.035v3.036h-.727v-4.535zM15.72 15.436c.577.013 1.157-.03 1.732.034.514.079.842.563.953 1.038.182.8.226 1.657-.016 2.452-.154.492-.557.965-1.1 1.003-.522.025-1.045.004-1.568.01v-4.536m.726.639c0 1.085-.001 2.171.001 3.256.34-.022.721.076 1.024-.126.376-.299.331-.829.367-1.26-.001-.522.037-1.087-.212-1.565-.239-.414-.784-.284-1.18-.305z"/></symbol><symbol viewBox="0 0 24 24" id="warning--sand-drift--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.862 1.38h.25a1.678 1.678 0 0 1 1.315.859c3.32 5.759 6.638 11.52 9.959 17.279.23.408.506.803.614 1.267v.455a1.637 1.637 0 0 1-1.374 1.38H1.392c-.716-.101-1.326-.713-1.378-1.442-.074-.562.262-1.045.528-1.506 3.35-5.808 6.696-11.618 10.045-17.428.252-.478.743-.793 1.274-.864M2.519 20.5h18.98c-3.162-5.486-6.323-10.973-9.487-16.456C8.837 9.522 5.682 15.013 2.519 20.5z"/><path fill="#fff" d="M2.519 20.5c3.163-5.486 6.318-10.978 9.493-16.456 3.164 5.483 6.325 10.969 9.487 16.456H2.519m2.823-3.896v1.207h2.239c.391.485.839.932 1.372 1.26 1.32.833 2.984 1.001 4.489.667 1.19-.253 2.254-.967 2.993-1.927h2.24c-.001-.404.005-.809-.007-1.212-.703.011-1.405-.001-2.107.005-.502-.006-.946.3-1.278.649-.228.21-.425.522-.769.532-.288.005-.416-.275-.546-.484l-.137.319a.84.84 0 0 1-1.013.001l-.146-.372c-.103.329-.418.611-.78.527-.288-.029-.45-.292-.559-.528-.047.718-1.151.712-1.306.058-.09.38-.539.643-.872.355-.444-.404-.846-.937-1.478-1.043-.778-.036-1.556-.005-2.334-.014z"/><path fill="#fff" d="M9.277 17.99a.989.989 0 0 0 .746-.204c.367.398 1.022.379 1.35-.058.283.503 1.006.428 1.321-.001.264.47.956.442 1.285.06.228.143.479.256.756.205-.434.324-.793.767-1.304.977-.294.107-.536-.12-.743-.292-.18.199-.389.454-.689.418-.295.029-.494-.223-.672-.418-.208.174-.456.403-.752.288-.508-.212-.864-.654-1.298-.976z"/><path d="M5.342 16.604c.778.01 1.556-.022 2.334.014.632.106 1.034.638 1.478 1.043.334.288.782.025.872-.355.155.654 1.259.66 1.306-.058.109.236.271.499.559.528.362.084.677-.198.78-.527l.146.372a.842.842 0 0 0 1.013-.001l.137-.319c.13.209.258.488.546.484.344-.01.541-.322.769-.532.332-.349.776-.655 1.278-.649.702-.006 1.404.006 2.107-.005.012.403.006.808.007 1.212h-2.24c-.739.96-1.802 1.674-2.993 1.927-1.505.334-3.169.166-4.489-.667-.533-.328-.98-.775-1.372-1.26H5.341v-1.207m3.936 1.386c.434.322.791.763 1.298.976.296.115.545-.114.752-.288.178.194.377.446.672.418.3.036.509-.218.689-.418.206.172.449.398.743.292.511-.21.87-.653 1.304-.977-.277.05-.528-.062-.756-.205-.329.382-1.021.41-1.285-.06-.316.43-1.038.504-1.321.001-.328.437-.983.456-1.35.058a.989.989 0 0 1-.746.204z"/></symbol><symbol viewBox="0 0 24 24" id="warning--school-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M.527 10.717L10.783.52c.675-.671 1.824-.622 2.552.111l10.04 10.099c.729.732.772 1.882.097 2.553L13.217 23.48c-.676.672-1.824.622-2.552-.111L.624 13.271c-.728-.732-.772-1.882-.097-2.553z"/><path fill="gold" d="M1.189 11.153l10.026-9.969c.437-.435 1.18-.402 1.651.072l9.882 9.938c.471.474.499 1.217.063 1.652l-10.027 9.969c-.437.435-1.18.402-1.652-.072l-9.881-9.939c-.471-.474-.5-1.217-.063-1.652z"/><path fill="none" stroke="#000" stroke-width=".779" stroke-miterlimit="2.613" d="M1.189 11.153l10.026-9.969c.437-.435 1.18-.402 1.651.072l9.882 9.938c.471.474.499 1.217.063 1.652l-10.027 9.969c-.437.435-1.18.402-1.652-.072l-9.881-9.939c-.471-.474-.5-1.217-.063-1.652z"/><path d="M12.99 10.707l-1.57 5.321c-.411 1.36.628 1.697 1.046.705l1.483-4.31c.103-.339.401-.319.459-.047l.962 4.255c.161.979 1.385 1.209 1.252-.209l-1.639-7.685c-.051-.205.029-.247.215-.096l1.387 1.57c.748.646 1.059-.101.653-.652l-2.412-2.74a.865.865 0 0 0-.847-.369l-1.676.222c-.322.02-.596.267-.721.463l-.627 1.592-.957.95c-.589.37-.019 1.189.527.596l1.037-.927.546-.841c.073-.21.169-.255.29-.137l.591 2.339zM12.737 4.375a.953.953 0 1 1 0 1.906.953.953 0 0 1 0-1.906zM8.309 8.338a.766.766 0 1 1 0 1.532.766.766 0 0 1 0-1.532z"/><path d="M8.53 10.107h-.598a.554.554 0 0 0-.441.286l-.728.911-.779.676c-.325.327-.038.69.442.39l.649-.572c.176-.19.411-.288.26.155l-.676 1.873.754.038-.624 2.615c-.069.603.378.664.587.13l.609-2.744.338.013.546 2.627c.061.885.806.778.571-.104-.13-.832-.26-1.689-.39-2.522.234-.026.468-.027.701-.053l-.519-2.576 1.117.651a49.18 49.18 0 0 0-.208.234l.52.442.857-1.066-.52-.442-.312.364-2.156-1.326z"/></symbol><symbol viewBox="0 0 24 24" id="warning--school-zone--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#a2ff31" d="M11.936.06h.108c.45.026.876.234 1.183.563 3.178 3.306 6.352 6.614 9.529 9.92.414.452.88.86 1.242 1.36l.001-.179V23.94h-24V11.824C3.532 8.112 7.097 4.433 10.639.73c.331-.374.784-.656 1.296-.67m-.859.877C7.607 4.545 4.144 8.16.672 11.766c-.095.116-.253.226-.216.4L.457 23.5h23.059c-.005-3.84.012-7.681-.007-11.521-3.424-3.547-6.832-7.11-10.249-10.664-.298-.294-.566-.678-1.002-.766a1.21 1.21 0 0 0-1.182.389z"/><path fill="#a2ff31" d="M11.44 1.295c.203-.248.57-.354.86-.193.233.156.41.379.606.577 3.366 3.509 6.739 7.01 10.104 10.52-.002 3.599 0 7.198-.001 10.796H.967v-10.8C4.457 8.56 7.949 4.927 11.439 1.294m1.545 4.435c-.764.235-.967 1.356-.34 1.848.608.594 1.758.156 1.82-.691.133-.788-.751-1.465-1.481-1.157M8.798 7.313c-.613.239-.724 1.163-.188 1.543.481.404 1.316.128 1.445-.492.222-.701-.605-1.386-1.256-1.051m4.129 1.551c-.245.619-.437 1.259-.667 1.883-.346.169-.69.338-1.032.512-.314-.532-.612-1.072-.922-1.606-.115-.215-.347-.32-.538-.454-.278.086-.575.132-.834.271-.272.259-.556.535-.684.898-.257.647-.521 1.292-.782 1.937a.676.676 0 0 1-.262.342c-.397.308-.796.618-1.187.934l.325.617c.448-.306.89-.62 1.34-.926.427-.256.553-.775.824-1.165-.094.73-.101 1.475-.295 2.189-.211.864-.416 1.729-.623 2.596l.458.001c-.079.218-.21.434-.174.674l.284 3.289.931-.065c-.122-1.036-.241-2.071-.362-3.107-.055-.301.145-.564.246-.833l.592.001c.485 1.283.968 2.567 1.45 3.851l.733-.224-1.262-3.626.866-.001c-.206-.902-.412-1.805-.622-2.707.454-.128.917-.22 1.374-.337l-.245-1.238-.397.07.056-.558c.577-.169 1.142-.389 1.594-.803.137.553.283 1.104.414 1.658.05.158-.028.314-.064.467-.262.833-.508 1.67-.77 2.503a1.862 1.862 0 0 0-.098.596c-.018 1.499-.048 2.998-.066 4.498l.925-.024c.086-1.333.148-2.67.248-4.002.202-.686.509-1.339.755-2.011.172.736.262 1.492.472 2.218.571 1.229 1.166 2.448 1.742 3.674.26-.119.518-.239.778-.361-.499-1.094-.992-2.191-1.496-3.282-.098-.182-.09-.392-.09-.593.008-.9 0-1.8.006-2.7.694-.29 1.384-.594 2.083-.871-.193-.498-.386-.997-.583-1.495l-.654.222c.13-.296.26-.593.394-.888-.402-.67-.752-1.375-1.19-2.02-.542-.37-1.121-.684-1.675-1.034-.594.101-.977.58-1.316 1.032z"/><path fill="#a2ff31" d="M15.295 9.809c.281.346.563.689.838 1.039-.127.331-.25.665-.374.997-.166-.676-.311-1.357-.463-2.036z"/><path d="M11.076.937a1.213 1.213 0 0 1 1.182-.389c.436.088.704.472 1.002.766 3.418 3.554 6.826 7.117 10.249 10.664.019 3.84.002 7.681.007 11.521H.457L.456 12.165c-.037-.174.121-.283.216-.4C4.144 8.159 7.607 4.545 11.076.936m.364.359C7.949 4.927 4.457 8.561.968 12.196v10.8H23.01c.001-3.599-.001-7.198.001-10.796-3.365-3.51-6.738-7.012-10.104-10.52-.196-.198-.373-.421-.606-.577-.29-.161-.658-.055-.86.193z"/><path d="M12.984 5.729c.73-.308 1.614.368 1.481 1.157-.062.847-1.212 1.285-1.82.691-.628-.492-.425-1.613.34-1.848zM8.798 7.313c.652-.335 1.478.35 1.256 1.051-.128.62-.964.896-1.445.492-.535-.38-.425-1.304.188-1.543z"/><path d="M12.928 8.864c.34-.452.722-.931 1.316-1.032.554.35 1.133.665 1.675 1.034.438.644.788 1.35 1.19 2.02-.133.295-.264.592-.394.888l.654-.222c.197.498.39.997.583 1.495-.7.277-1.39.581-2.083.871-.006.9.002 1.8-.006 2.7 0 .2-.008.41.09.593.504 1.091.997 2.188 1.496 3.282-.259.122-.517.242-.778.361-.576-1.226-1.171-2.446-1.742-3.674-.21-.726-.3-1.482-.472-2.218-.246.672-.553 1.325-.755 2.011-.101 1.332-.162 2.669-.248 4.002l-.925.024c.018-1.5.048-2.999.066-4.498 0-.203.034-.404.098-.596.263-.833.509-1.67.77-2.503.036-.152.114-.308.064-.467-.131-.554-.277-1.105-.414-1.658-.451.414-1.016.634-1.594.803l-.056.558.397-.07.245 1.238c-.457.118-.92.209-1.374.337.21.902.415 1.805.622 2.707l-.866.001 1.262 3.626-.733.224c-.481-1.284-.965-2.568-1.45-3.851l-.592-.001c-.101.269-.301.532-.246.833.121 1.036.24 2.071.362 3.107l-.931.065c-.095-1.097-.191-2.192-.284-3.289-.036-.24.095-.456.174-.674l-.458-.001c.206-.866.412-1.732.623-2.596.194-.714.202-1.459.295-2.189-.271.39-.397.91-.824 1.165-.45.306-.893.62-1.34.926l-.325-.617c.391-.316.79-.625 1.187-.934a.676.676 0 0 0 .262-.342c.262-.644.526-1.29.782-1.937.128-.362.412-.638.684-.898.259-.139.556-.185.834-.271.191.133.422.239.538.454.31.534.607 1.074.922 1.606.342-.174.686-.343 1.032-.512.23-.624.422-1.264.667-1.883m2.367.947c.152.679.298 1.361.463 2.036.125-.332.247-.666.374-.997-.275-.35-.557-.694-.838-1.039z"/></symbol><symbol viewBox="0 0 24 24" id="warning--severe-weather--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f6e23d" d="M11.609 2.353c.303-.085.626-.081.929.001.312.23.489.588.675.918.127.222.279.429.39.661.081.136.176.265.271.392l.117.273c.084.131.178.256.274.379.083.177.167.353.252.529.108.178.231.345.34.521l.189.405c.108.176.231.341.336.519.308.577.614 1.161.982 1.701.063.136.131.271.195.409.15.317.334.616.531.908.104.215.207.431.313.647.193.408.479.762.658 1.178.123.285.3.539.47.797l.184.391c.134.216.285.424.401.65.125.22.273.428.397.648l.117.269c.13.279.306.534.475.793.06.131.123.262.185.395.198.291.384.591.527.914.129.216.275.42.393.641.118.29.298.544.468.804l.129.269.123.27c.123.222.271.428.405.644.087.18.173.358.256.539l.164.266c.096.247.08.518.007.77a2.658 2.658 0 0 1-.674.668c-.15.033-.3.051-.452.052l-19.79-.001c-.27-.098-.452-.391-.657-.593-.022-.344-.038-.696.054-1.031.125-.18.257-.353.372-.538l.181-.397c.109-.18.235-.346.342-.525l.184-.392c.132-.214.278-.417.397-.639.118-.291.3-.544.46-.81.169-.312.386-.597.535-.919l.115-.269c.18-.306.4-.589.532-.921.118-.224.268-.428.403-.641l.114-.275c.273-.413.525-.838.72-1.292.109-.182.235-.353.338-.538.114-.226.264-.43.397-.645.031-.068.096-.203.129-.271l.123-.27c.147-.258.324-.5.462-.765.104-.184.228-.355.329-.54.169-.313.392-.594.527-.925.142-.262.319-.502.454-.767.104-.181.227-.348.336-.525l.184-.4c.11-.177.235-.344.345-.521l.119-.268c.17-.195.291-.425.401-.657.088-.174.172-.349.254-.526a4.93 4.93 0 0 0 .278-.38l.11-.285c.211-.338.443-.665.59-1.039.144-.275.383-.48.633-.657m-8.501 17.64c5.879.008 11.759-.034 17.638-.037-.67-1.159-1.314-2.333-2.008-3.478-2.312-3.953-4.473-7.99-6.786-11.941-2.909 5.175-5.919 10.291-8.845 15.456z"/><path fill="#f6e23d" d="M10.635 11.062c.315-.483.609-1.167 1.302-1.087.345.152.58.489.835.759a1.235 1.235 0 0 1 1.112-.045c.108.218.138.462.195.695.174.088.42.125.452.357.121.405.49.648.727.981-.026.191-.05.384-.072.576l-.37.369c-.462-.142-.91-.329-1.389-.414-.01.295.428.721.031.906-.079-.29-.189-.569-.27-.859l-.252-.108a12.36 12.36 0 0 0-.235.071c-.231-.021-.464-.033-.696-.047-.21.058-.422.108-.633.163-.087-.016-.261-.049-.349-.064l-.405.27-.068-.371c-.219-.052-.439-.098-.658-.146-.104.049-.206.097-.308.147l-.195-.132c-.202.072-.407.139-.61.21-.215-.114-.614-.059-.648-.366.134-.628.721-1.3 1.431-1.077.115-.189.215-.391.363-.557.207-.144.472-.161.71-.229zM8.31 13.456c.249-.079.358.332.102.386-.243.077-.35-.333-.102-.386z"/><path fill="#f6e23d" d="M10.725 13.696c.127-.181.412.043.271.211-.126.177-.412-.046-.271-.211zM8.353 13.993c.131-.199.459.029.303.218-.132.197-.455-.03-.303-.218zM12.024 14.538c-.09-.131-.076-.243.043-.333l.342.186-.306.085c.111.1.223.195.336.294l.005.477.239-.129c-.081.286-.275.329-.509.243.079-.127.157-.256.237-.383-.34.135-.308-.257-.388-.441zM14.894 14.275c.122-.207.455.012.308.206-.125.206-.456-.012-.308-.206zM8.546 14.393c.186-.152.424.167.226.302-.185.148-.425-.167-.226-.302zM15.134 14.645c.247-.081.35.33.108.396-.24.072-.348-.333-.108-.396zM15.231 15.169c.214-.07.286.003.216.218-.214.068-.286-.004-.216-.218zM10.94 15.701c.168-.199.476.105.286.278-.17.193-.472-.101-.286-.278zM13.533 15.845c.344-.169.353.184.412.43l.08.313a10.544 10.544 0 0 1-.458-.113l.254-.098c-.108-.17-.222-.341-.289-.532zM7.492 16.084c.184-.058.308.016.332.201-.156.219-.48.066-.332-.201zM11.073 16.19c.127-.205.458.024.302.212-.13.201-.456-.022-.302-.212zM9.197 16.271c.152.071.304.146.454.223l-.286.066c.092.106.185.21.277.317.033.147.084.285.156.416l.058.093c-.148.203-.287.235-.376-.026l.016-.07c.039-.106.009-.194-.089-.265-.077-.249-.143-.502-.209-.754zM7.511 16.702l.291-.17c.253.054.15.374.216.559l.203-.096c-.117.206-.264.397-.498.233l.223-.271c-.144-.087-.291-.169-.435-.254zM11.235 16.603c.177-.199.487.114.269.279-.178.181-.467-.11-.269-.279zM13.868 17.027c-.08-.265.132-.333.358-.359-.039.209-.109.418-.358.359zM16.214 17.576c-.03-.311-.365-.673-.055-.94.005.296.468.753.055.94zM12.795 18.216c-.001-.312-.422-.678-.046-.915-.007.29.49.774.046.915zM16.275 17.651c.17-.189.472.102.296.283-.169.185-.477-.105-.296-.283zM14.946 17.951c.249-.088.348.319.097.374-.254.096-.358-.327-.097-.374zM10.766 18.071c.17-.194.47.106.287.281-.169.195-.473-.105-.287-.281zM12.858 18.313l.296-.034c-.025.105.075.31-.09.334-.169.077-.268-.161-.206-.3zM15.002 18.452c.18-.189.471.118.273.287-.176.185-.475-.123-.273-.287zM10.908 18.55c.13-.205.454.024.302.214-.127.203-.454-.026-.302-.214z"/><path fill="#202620" d="M3.106 19.992c2.926-5.165 5.936-10.281 8.845-15.456 2.312 3.951 4.473 7.988 6.786 11.941.694 1.145 1.338 2.319 2.008 3.478-5.879.003-11.759.045-17.638.037m7.528-8.93c-.237.068-.502.085-.71.229-.148.167-.248.369-.363.557-.71-.223-1.297.449-1.431 1.077.034.307.433.252.648.366.203-.071.408-.138.61-.21.049.033.147.098.195.132.102-.05.205-.098.308-.147.219.047.439.093.658.146l.068.371.405-.27.349.064c.211-.055.424-.105.633-.163.232.014.466.026.696.047l.235-.071.252.108c.081.29.191.569.27.859.396-.185-.042-.611-.031-.906.479.085.927.273 1.389.414l.37-.369c.022-.191.046-.384.072-.576-.236-.333-.606-.576-.727-.981-.033-.232-.278-.269-.452-.357-.058-.233-.088-.477-.195-.695a1.229 1.229 0 0 0-1.112.045c-.256-.27-.491-.607-.835-.759-.694-.08-.988.605-1.302 1.087M8.31 13.456c-.248.052-.14.463.102.386.256-.054.147-.464-.102-.386m2.415.24c-.14.165.146.388.271.211.14-.168-.144-.392-.271-.211m-2.372.297c-.152.188.17.414.303.218.156-.189-.172-.417-.303-.218m3.671.545c.08.184.049.576.388.441-.08.127-.159.256-.237.383.233.087.428.043.509-.243l-.239.129-.005-.477c-.113-.098-.224-.194-.336-.294l.306-.085-.342-.186c-.119.09-.134.202-.043.333m2.869-.264c-.148.194.184.412.308.206.147-.194-.186-.413-.308-.206m-6.348.118c-.199.135.041.45.226.302.198-.135-.039-.454-.226-.302m6.588.252c-.24.063-.132.468.108.396.243-.066.139-.477-.108-.396m.097.524c-.07.214.003.286.216.218.07-.215-.003-.287-.216-.218m-4.291.532c-.186.177.115.471.286.278.19-.173-.118-.477-.286-.278m2.593.144c.067.191.181.362.289.532l-.254.098c.152.041.304.079.458.113l-.08-.313c-.059-.247-.068-.599-.412-.43m-6.042.239c-.148.266.176.42.332.201-.024-.185-.148-.258-.332-.201m3.581.106c-.155.19.172.413.302.212.156-.189-.174-.417-.302-.212m-1.876.081c.066.252.131.505.209.754.098.071.129.159.089.265l-.016.07c.089.261.228.23.376.026l-.058-.093a1.57 1.57 0 0 1-.156-.416c-.092-.108-.185-.211-.277-.317l.286-.066c-.15-.077-.302-.152-.454-.223m-1.685.431c.144.085.291.168.435.254l-.223.271c.235.164.382-.028.498-.233l-.203.096c-.067-.185.037-.505-.216-.559l-.291.17m3.724-.098c-.198.169.09.46.269.279.218-.165-.092-.479-.269-.279m2.633.424c.249.059.319-.151.358-.359-.226.026-.438.094-.358.359m2.346.549c.413-.188-.05-.644-.055-.94-.31.268.025.63.055.94m-3.419.64c.445-.142-.052-.626-.046-.915-.376.237.045.603.046.915m3.48-.565c-.181.178.127.468.296.283.176-.181-.126-.472-.296-.283m-1.329.3c-.261.047-.157.47.097.374.25-.055.152-.462-.097-.374m-4.18.12c-.186.176.118.476.287.281.182-.174-.117-.475-.287-.281m2.092.242c-.062.139.037.378.206.3.165-.025.066-.229.09-.334l-.296.034m2.144.139c-.202.164.097.472.273.287.198-.169-.093-.476-.273-.287m-4.094.098c-.152.188.174.417.302.214.152-.19-.172-.418-.302-.214z"/></symbol><symbol viewBox="0 0 24 24" id="warning--shared-lane-motorcycles-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.349.513c.199-.164.387-.385.653-.434.209.03.363.192.52.318 1.36 1.25 2.644 2.579 3.956 3.878a595.072 595.072 0 0 1 6.796 6.872c.218.241.499.448.612.763.094.273-.13.49-.292.678a205.66 205.66 0 0 1-3.741 3.848c-2.008 2.018-4.012 4.042-6.037 6.044-.54.524-1.059 1.076-1.669 1.52h-.286c-.49-.316-.89-.746-1.31-1.144-3.207-3.177-6.404-6.367-9.547-9.609-.311-.33-.645-.642-.922-1.003v-.385c.279-.39.632-.719.959-1.068 2.083-2.165 4.224-4.273 6.348-6.398C8.7 3.091 9.999 1.777 11.348.515m.634-.09c-.153.081-.318.149-.44.277C8.005 4.251 4.469 7.801.929 11.348c-.188.203-.443.38-.505.666-.01.195.147.33.268.459 3.636 3.641 7.263 7.29 10.897 10.932.167.206.515.27.703.059 3.68-3.683 7.351-7.376 11.028-11.063.096-.112.228-.237.206-.398-.072-.266-.303-.436-.483-.627-3.387-3.393-6.771-6.79-10.155-10.185-.284-.276-.533-.606-.906-.767z"/><path fill="#030303" d="M16.529 6.467c.473-.18 1.036.282.903.783-.028.503-.743.786-1.103.425-.46-.299-.288-1.034.2-1.208zM15.943 8.04c.552-.03 1.107-.003 1.661-.009.436.325.808.722 1.174 1.122.119.138.067.333.086.5-.145.143-.293.281-.442.419.138.16.154.393.067.579-.231.11-.504.043-.753.073-.014 1.141.009 2.283-.012 3.423-.228.042-.48.007-.689.118-.044.41.008.823-.044 1.233.833.003 1.667.001 2.5.002v.25H4.407v-.25h1.038l-.228-.046a37.597 37.597 0 0 1-.004-1.062l-.439-.002c-.128-.798-.292-1.59-.393-2.39.348-.985.759-1.947 1.123-2.928.07-.166.122-.405.336-.433a20.25 20.25 0 0 1 1.741-.14c1.714-.179 3.437-.009 5.146.138.266.297.358.692.502 1.053.272.771.607 1.522.843 2.303-.067.804-.261 1.595-.377 2.394l-.438.004c-.018.369.072.767-.103 1.111 1.132-.008 2.263-.001 3.395-.003-.042-.802.013-1.608-.028-2.41-.124-.295-.599.018-.698-.303-.038-.675.018-1.353-.023-2.028-.265-.087-.561-.02-.829-.113-.003-.198-.012-.408.114-.575-.181-.194-.426-.382-.44-.67.048-.25.279-.39.432-.572.275-.274.522-.603.867-.789m-.884 1.47c.172.166.348.327.524.489l.228-.053c-.001-.362.008-.723-.012-1.085a5.695 5.695 0 0 0-.739.649m2.677-.644c-.008.359-.005.718-.006 1.077l.194.05c.177-.161.352-.324.529-.486-.239-.214-.465-.443-.717-.642m-11.96.563c-.267.759-.589 1.501-.823 2.272.178.143.377.299.619.29 2.393.004 4.788-.002 7.182.003.223.011.457-.041.63-.189.174-.237-.02-.518-.097-.755-.291-.677-.502-1.389-.847-2.041-2.069-.033-4.139-.011-6.208-.012-.256-.022-.391.224-.456.432m10.776 1.502c-.016.192-.019.385-.022.578l.171-.001c-.019-.199.052-.447-.149-.577m.258.081c.001.182.003.363.011.544.277-.053.175-.345.197-.546l-.207.002M6.458 15.387l-.122.105c1.92.02 3.84-.002 5.76.011-.138-.354-.065-.741-.079-1.111-1.854-.003-3.708-.001-5.562-.001 0 .332-.001.664.003.996z"/><path fill="#030303" d="M6.532 10.171c.214-.629 1.235-.621 1.447.006.168.307-.022.633-.227.865.226.124.45.25.671.383-.768.008-1.538.008-2.306 0 .222-.128.449-.249.681-.361-.202-.243-.452-.569-.266-.893z"/><path fill="#ffd93d" d="M11.982.425c.372.161.622.491.906.767 3.384 3.395 6.768 6.792 10.155 10.185.181.191.412.361.483.627.023.162-.11.287-.206.398-3.677 3.687-7.347 7.38-11.028 11.063-.188.211-.537.147-.703-.059C7.956 19.764 4.328 16.114.692 12.474c-.121-.129-.278-.264-.268-.459.062-.286.318-.462.505-.666C4.468 7.802 8.005 4.252 11.541.703c.122-.128.287-.197.44-.277m4.548 6.041c-.488.174-.66.909-.2 1.208.36.361 1.075.078 1.103-.425.132-.501-.431-.963-.903-.783m-.586 1.573c-.345.187-.592.515-.867.789-.153.182-.385.322-.432.572.014.288.259.476.44.67-.127.167-.117.377-.114.575.268.093.564.025.829.113.041.675-.014 1.353.023 2.028.099.322.574.008.698.303.042.802-.014 1.608.028 2.41-1.132.003-2.263-.004-3.395.003.176-.344.085-.742.103-1.111l.438-.004c.116-.799.309-1.59.377-2.394-.235-.781-.571-1.532-.843-2.303-.143-.362-.236-.756-.502-1.053-1.709-.147-3.432-.318-5.146-.138-.582.014-1.163.076-1.741.14-.214.028-.266.267-.336.433-.364.98-.776 1.942-1.123 2.928.101.8.265 1.593.393 2.39l.439.002c-.002.353-.004.708.004 1.062l.228.046H4.406v.25H19.49v-.25c-.833-.001-1.667.002-2.5-.002.052-.409 0-.822.044-1.233.209-.112.461-.076.689-.118.021-1.141-.003-2.283.012-3.423.248-.03.522.037.753-.073a.542.542 0 0 0-.067-.579c.149-.138.297-.276.442-.419-.019-.167.033-.362-.086-.5-.366-.4-.738-.797-1.174-1.122-.554.007-1.108-.021-1.661.009z"/><path fill="#ffd93d" d="M15.06 9.509c.232-.232.47-.46.739-.649.02.362.012.723.012 1.085l-.228.053c-.176-.162-.352-.323-.524-.489zM17.738 8.865c.252.198.478.428.717.642-.177.162-.352.325-.529.486a18.613 18.613 0 0 1-.194-.05c.001-.359-.003-.718.006-1.077zM5.778 9.427c.065-.207.2-.453.456-.432 2.069.001 4.139-.021 6.208.012.345.652.556 1.364.847 2.041.077.237.271.518.097.755-.172.148-.407.2-.63.189-2.394-.005-4.788.001-7.182-.003-.243.009-.441-.147-.619-.29.234-.771.556-1.512.823-2.272m.754.744c-.186.324.064.65.266.893-.232.112-.458.233-.681.361.768.008 1.537.008 2.306 0a19.33 19.33 0 0 0-.671-.383c.205-.232.395-.558.227-.865-.212-.627-1.233-.635-1.447-.006zM16.554 10.929c.202.13.13.378.149.577l-.171.001c.003-.193.006-.387.022-.578zM16.812 11.01l.207-.002c-.022.201.081.492-.197.546-.008-.181-.01-.363-.011-.544zM6.458 15.387c-.003-.332-.003-.664-.003-.996 1.854 0 3.708-.003 5.562.001.014.37-.059.757.079 1.111-1.92-.012-3.84.009-5.76-.011l.122-.105z"/></symbol><symbol viewBox="0 0 24 24" id="warning--single-reverse-curve--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.926 0h.11c.328.031.63.185.853.426 3.559 3.563 7.122 7.123 10.684 10.684.211.2.361.455.427.739v.266c-.066.491-.467.803-.793 1.129-3.322 3.319-6.642 6.641-9.962 9.961-.325.324-.635.724-1.121.794h-.25a1.31 1.31 0 0 1-.697-.373C7.578 20.025 3.976 16.425.375 12.825a1.367 1.367 0 0 1-.374-.68v-.272c.055-.295.21-.556.425-.76C3.967 7.571 7.511 4.032 11.051.488c.238-.244.527-.456.876-.488m-.357.442a1.98 1.98 0 0 0-.242.206L.883 11.086c-.25.258-.589.515-.571.914-.018.372.292.616.527.851 3.54 3.535 7.074 7.076 10.613 10.61.311.331.876.284 1.162-.056 3.613-3.624 7.237-7.24 10.852-10.862.328-.308.28-.866-.05-1.153C19.84 7.806 16.257 4.228 12.676.648c-.265-.312-.75-.463-1.104-.205z"/><path fill="#ef7c23" d="M11.806.887c.162-.178.395-.03.515.114 3.446 3.434 6.882 6.88 10.325 10.318.179.181.374.35.523.559.104.176-.065.324-.174.438-3.606 3.594-7.195 7.206-10.805 10.796-.365.245-.614-.287-.869-.479C7.849 19.147 4.36 15.678.891 12.191c-.199-.196.01-.436.164-.575C4.644 8.045 8.206 4.445 11.806.887M8.161 6.119c-.151.203-.301.455-.223.719.068.282.401.413.66.311.582-.203 1.15-.442 1.728-.654-.007.875-.05 1.775.21 2.622.089.319.353.538.583.757.762.65 1.562 1.254 2.396 1.807.458.324.865.953.532 1.504-.48.737-1.302 1.156-2.059 1.558a3.381 3.381 0 0 0-1.874 2.767 33.998 33.998 0 0 0-.014 3.626h2.728c.002-.805 0-1.612.001-2.417.02-.445.047-.913.244-1.32.57-.77 1.523-1.103 2.203-1.757.828-.678 1.296-1.733 1.309-2.798.072-1.031-.482-1.974-1.135-2.726-.554-.683-1.381-1.039-2.101-1.51-.632-.461-.522-1.315-.553-2 .548.156 1.058.431 1.616.552.49.096.707-.551.421-.88-1.117-1.554-2.258-3.091-3.383-4.64-1.105 1.486-2.188 2.989-3.288 4.48z"/><path d="M11.57.442c.354-.258.839-.107 1.104.205 3.581 3.581 7.164 7.158 10.74 10.742.33.287.378.845.05 1.153-3.614 3.623-7.238 7.238-10.852 10.862-.286.341-.851.388-1.162.056C7.911 19.926 4.377 16.385.837 12.85c-.235-.235-.545-.479-.527-.851-.018-.4.322-.656.571-.914C4.362 7.606 7.843 4.126 11.326.647c.076-.076.156-.144.242-.206m.238.446c-3.6 3.558-7.162 7.158-10.751 10.729-.155.139-.364.379-.164.575 3.469 3.487 6.959 6.956 10.43 10.442.254.192.504.724.869.479 3.61-3.59 7.199-7.202 10.805-10.796.109-.114.278-.262.174-.438-.149-.209-.344-.378-.523-.559-3.443-3.438-6.878-6.883-10.325-10.318-.12-.144-.353-.292-.515-.114z"/><path d="M8.161 6.119c1.1-1.49 2.183-2.994 3.288-4.48 1.124 1.549 2.266 3.086 3.383 4.64.286.329.068.976-.421.88-.558-.121-1.068-.396-1.616-.552.031.685-.079 1.54.553 2 .72.47 1.547.827 2.101 1.51.653.752 1.207 1.696 1.135 2.726-.013 1.066-.481 2.12-1.309 2.798-.68.654-1.633.986-2.203 1.757-.197.407-.223.875-.244 1.32-.001.805.001 1.612-.001 2.417h-2.728a34.263 34.263 0 0 1 .014-3.626 3.382 3.382 0 0 1 1.874-2.767c.757-.402 1.579-.821 2.059-1.558.334-.551-.073-1.18-.532-1.504a24.874 24.874 0 0 1-2.396-1.807c-.23-.22-.494-.438-.583-.757-.26-.847-.217-1.747-.21-2.622-.578.212-1.146.451-1.728.654-.259.102-.592-.029-.66-.311-.078-.264.072-.516.223-.719z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.028 2.812c.452-.85 1.474-1.335 2.417-1.165.727.102 1.356.607 1.705 1.241 3.011 5.01 5.975 10.049 8.911 15.102.374.661.818 1.308.939 2.075v.476a2.866 2.866 0 0 1-.762 1.515c-.321.265-.755.277-1.142.371H2.034c-.412-.102-.894-.108-1.207-.434-.454-.523-.771-1.217-.683-1.921.076-.677.45-1.256.782-1.831a1140.27 1140.27 0 0 1 9.102-15.428m1.984 1.141a5900.577 5900.577 0 0 0-9.609 16.303l19.325.001a5654.454 5654.454 0 0 0-9.604-16.296c-.028-.003-.084-.005-.111-.008z"/><path fill="#fff" d="M12.012 3.954c.028.003.084.005.111.008 3.21 5.427 6.41 10.859 9.604 16.296l-19.325-.001a5900.577 5900.577 0 0 1 9.609-16.303m-6.69 12.072c.687.67 1.363 1.353 2.041 2.033.835-.866 1.717-1.687 2.542-2.561-.028 1.226-.005 2.454-.012 3.681h2.88v-6.323c-.042-.212.14-.345.268-.48.748-.738 1.485-1.486 2.232-2.224-.677-.683-1.357-1.361-2.038-2.041-2.64 2.635-5.27 5.281-7.912 7.915z"/><path fill="#030303" d="M5.321 16.026c2.643-2.633 5.272-5.28 7.912-7.915.681.679 1.361 1.357 2.038 2.041-.748.738-1.485 1.486-2.232 2.224-.127.135-.31.268-.268.48v6.323h-2.88c.007-1.228-.016-2.455.012-3.681-.825.875-1.706 1.696-2.542 2.561-.678-.679-1.353-1.363-2.041-2.033z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M12.266 0h.052c.737.548 1.318 1.272 1.973 1.91 2.982 2.977 5.959 5.962 8.941 8.939.286.272.569.553.767.899l.001-.24v.809c-.247.4-.608.703-.935 1.034-3.317 3.319-6.637 6.636-9.953 9.958-.347.311-.654.822-1.206.691h-.168l.154-.132a.872.872 0 0 0 .746-.304c3.481-3.485 6.965-6.967 10.448-10.45.253-.265.558-.494.732-.822.142-.332-.029-.685-.278-.91C19.941 7.778 16.335 4.183 12.742.575 12.54.379 12.306.155 12 .178c-.269-.004-.476.188-.659.36C7.724 4.162 4.104 7.784.485 11.404c-.262.233-.413.622-.23.949.181.284.45.498.683.739 3.083 3.08 6.164 6.164 9.247 9.246.492.474.944.99 1.471 1.427l-.07.167C7.856 20.266 4.189 16.534.475 12.851c-.198-.176-.336-.404-.47-.629l-.006.136v-.522c.12-.218.253-.433.434-.606C4.055 7.613 7.671 3.989 11.293.371c.262-.299.656-.401 1.043-.331a2.588 2.588 0 0 0-.071-.041z"/><path fill="#ffd520" d="M11.783.622c.206-.205.488-.038.647.138 3.602 3.601 7.202 7.206 10.807 10.805.16.161.382.389.239.632-.182.252-.425.451-.64.673-3.48 3.481-6.962 6.961-10.441 10.442-.131.132-.322.284-.516.178-.236-.149-.41-.372-.61-.563L.713 12.373c-.132-.122-.235-.3-.164-.485.178-.277.434-.487.661-.721C4.668 7.71 8.126 4.253 11.582.794l.202-.173M4.928 11.543c.443.563 1.014 1.05 1.524 1.566.923-.949 1.874-1.868 2.797-2.819.389.332.738.706 1.1 1.067.916.923 1.427 2.219 1.422 3.517l-.001 4.805c.757.002 1.513.001 2.27.001l-.008-4.796c-.019-2.032-.892-4.04-2.381-5.425-.233-.271-.581-.481-.727-.803.864-.902 1.764-1.771 2.645-2.658-.523-.512-1.033-1.036-1.558-1.546-2.362 2.362-4.741 4.71-7.084 7.091z"/><path d="M11.342.539c.182-.172.39-.364.659-.36.306-.023.54.202.742.397 3.593 3.608 7.199 7.204 10.798 10.807.25.224.42.577.278.91-.174.328-.479.557-.732.822-3.484 3.482-6.967 6.965-10.448 10.45a.876.876 0 0 1-.746.304c-.038.034-.115.1-.154.132h-.15l-.001-.067.07-.167c-.527-.437-.979-.953-1.471-1.427-3.083-3.082-6.164-6.166-9.247-9.246-.233-.241-.502-.455-.683-.739-.182-.328-.031-.716.23-.949C4.106 7.786 7.727 4.164 11.343.54m.44.082l-.202.173C8.125 4.253 4.668 7.711 1.209 11.168c-.227.234-.484.444-.661.721-.071.185.032.362.164.485 3.52 3.517 7.038 7.036 10.556 10.554.199.191.373.414.61.563.194.107.385-.046.516-.178 3.479-3.481 6.961-6.961 10.441-10.442.215-.222.457-.421.64-.673.143-.244-.079-.472-.239-.632C19.631 7.967 16.031 4.362 12.429.761c-.158-.176-.44-.343-.647-.138z"/><path d="M4.928 11.543C7.27 9.162 9.65 6.814 12.012 4.452c.524.51 1.034 1.033 1.558 1.546-.881.887-1.781 1.756-2.645 2.658.146.322.494.532.727.803 1.489 1.385 2.362 3.394 2.381 5.425.004 1.598.006 3.197.008 4.796-.757 0-1.513.001-2.27-.001l.001-4.805c.005-1.298-.506-2.594-1.422-3.517-.362-.361-.712-.734-1.1-1.067-.923.95-1.874 1.87-2.797 2.819-.51-.516-1.081-1.003-1.524-1.566z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.682 0h.05l-.066.07a.807.807 0 0 1 .878.21c3.668 3.658 7.326 7.328 10.994 10.987.193.198.421.427.38.732.016.335-.281.544-.484.762-3.642 3.635-7.278 7.276-10.915 10.913-.265.314-.787.331-1.061.02C7.84 20.075 4.223 16.456.603 12.84c-.229-.248-.568-.469-.577-.842-.025-.25.13-.461.295-.628C4.105 7.577 7.904 3.8 11.68 0m.111.282c-.196.108-.337.288-.498.439C7.693 4.326 4.089 7.925.489 11.528c-.24.178-.33.562-.089.778 3.74 3.744 7.483 7.486 11.226 11.228.185.223.552.2.731-.019 3.736-3.746 7.483-7.482 11.219-11.228.218-.211.132-.566-.088-.74-3.658-3.662-7.32-7.318-10.976-10.98-.18-.196-.437-.424-.721-.284z"/><path fill="#ffd520" d="M11.357 1.151c.203-.206.404-.419.64-.59 3.468 3.427 6.899 6.892 10.352 10.334.344.366.74.688 1.04 1.096-3.803 3.793-7.59 7.601-11.398 11.387a8.122 8.122 0 0 1-.602-.571C7.785 19.201 4.187 15.591.576 11.995c.067-.098.14-.193.221-.283l10.56-10.56M7.5 5.648c-.001 3.304.001 6.606-.001 9.91.721.004 1.441.002 2.162 0-.001-1.279-.002-2.558 0-3.838 1.138.002 2.274-.006 3.41.002.482-.03.937.395.908.884.005 1.984-.006 3.968-.006 5.952h2.231c0-2.027.013-4.055-.001-6.083-.035-1.531-1.361-2.879-2.89-2.946-1.217-.024-2.435-.004-3.653-.011-.002-1.29 0-2.581-.001-3.871h-2.16z"/><path d="M11.791.282c.284-.139.541.089.721.284 3.656 3.662 7.319 7.318 10.976 10.98.22.174.306.529.088.74-3.736 3.746-7.483 7.482-11.219 11.228-.179.22-.546.242-.731.019C7.883 19.79 4.14 16.049.4 12.305c-.241-.216-.151-.6.089-.778C4.089 7.923 7.693 4.325 11.293.72c.161-.151.302-.331.498-.439m-.434.87L.797 11.711c-.08.09-.154.185-.221.283 3.611 3.596 7.21 7.206 10.813 10.812.192.199.39.392.602.571 3.808-3.786 7.595-7.594 11.398-11.387-.3-.408-.696-.73-1.04-1.096C18.895 7.451 15.465 3.987 11.997.56c-.235.172-.437.384-.64.59z"/><path d="M7.5 5.648h2.16c.001 1.29-.001 2.581.001 3.871 1.218.007 2.436-.013 3.653.011 1.529.067 2.855 1.415 2.89 2.946.014 2.028.001 4.056.001 6.083h-2.231c0-1.984.011-3.968.006-5.952.029-.49-.426-.914-.908-.884-1.136-.008-2.273 0-3.41-.002-.002 1.279-.001 2.558 0 3.838-.721.002-1.441.004-2.162 0 .002-3.304 0-6.606.001-9.91z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.873 1.38h.224a1.658 1.658 0 0 1 1.326.856c3.442 5.965 6.878 11.935 10.319 17.902.12.203.206.424.258.654v.444a1.632 1.632 0 0 1-1.378 1.385H1.395c-1.06-.11-1.745-1.398-1.204-2.327 3.456-6.02 6.93-12.031 10.396-18.047.25-.482.75-.802 1.285-.866M2.52 20.498c6.325.002 12.652.002 18.978 0-3.161-5.486-6.32-10.973-9.488-16.456-3.17 5.482-6.33 10.969-9.49 16.456z"/><path fill="#fff" d="M2.52 20.498c3.16-5.486 6.319-10.974 9.49-16.456 3.168 5.483 6.328 10.969 9.488 16.456-6.326.002-12.653.002-18.978 0m7.962-9.745c-.512.503-1.019 1.01-1.522 1.524.767.774 1.547 1.535 2.305 2.316 0 1.744-.001 3.486.001 5.228h2.152c.002-1.027.001-2.054 0-3.082.71.719 1.43 1.428 2.14 2.148.502-.516 1.013-1.021 1.522-1.529-2.192-2.209-4.396-4.406-6.598-6.606z"/><path fill="#030303" d="M10.482 10.753c2.202 2.2 4.405 4.397 6.598 6.606-.509.508-1.02 1.013-1.522 1.529-.709-.72-1.429-1.429-2.14-2.148.001 1.027.002 2.054 0 3.082h-2.152c-.002-1.742-.001-3.485-.001-5.228-.758-.781-1.538-1.542-2.305-2.316.503-.514 1.009-1.021 1.522-1.524z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M12.269 0h.064c.298.271.602.534.877.827l10.082 10.084c.258.263.551.506.707.851L24 11.55v.713c-.13.353-.437.582-.688.844-3.521 3.521-7.044 7.04-10.561 10.566a1.11 1.11 0 0 1-1.138.329h.118l.193-.138a.748.748 0 0 0 .653-.24c3.582-3.577 7.159-7.16 10.741-10.738.215-.228.515-.437.544-.775.046-.282-.12-.536-.318-.721C19.902 7.746 16.26 4.101 12.617.459c-.312-.378-.916-.353-1.216.026C7.759 4.126 4.122 7.77.481 11.411c-.346.271-.42.83-.083 1.14 3.54 3.546 7.086 7.087 10.628 10.632.208.204.396.434.652.581l-.096.169C7.836 20.238 4.14 16.491.406 12.783a1.288 1.288 0 0 1-.403-.683l-.004.234v-.322c.029-.312.208-.57.43-.775C4.075 7.599 7.709 3.949 11.357.315c.227-.293.601-.217.911-.313z"/><path fill="#ffd520" d="M11.788.612c.215-.191.494-.026.65.155 3.617 3.619 7.236 7.236 10.854 10.855.217.163.326.508.088.703-3.682 3.684-7.364 7.367-11.048 11.047-.164.208-.485.181-.64-.023C8.013 19.669 4.331 15.992.654 12.31c-.221-.187-.12-.509.079-.665C4.269 8.104 7.812 4.567 11.348 1.027c.143-.143.28-.292.439-.416m.247 3.842c-.522.512-1.04 1.03-1.558 1.547.901.892 1.792 1.793 2.692 2.686-.389.386-.774.774-1.159 1.164-1.259 1.351-1.974 3.187-1.994 5.03-.005 1.6-.005 3.198-.01 4.798.757.005 1.513.002 2.27.001l.001-4.805a5.023 5.023 0 0 1 .712-2.6c.452-.78 1.172-1.345 1.786-1.992.964.928 1.866 1.925 2.861 2.816.493-.524 1.013-1.022 1.517-1.536-2.37-2.371-4.738-4.746-7.117-7.109z"/><path d="M11.401.484c.3-.379.904-.404 1.216-.026C16.26 4.1 19.902 7.744 23.544 11.389c.198.185.364.439.318.721-.029.338-.329.547-.544.775-3.582 3.577-7.159 7.16-10.741 10.738a.747.747 0 0 1-.653.24l-.193.138h-.152l.004-.068.096-.169c-.256-.146-.444-.377-.652-.581C7.485 19.638 3.939 16.097.399 12.551c-.337-.31-.263-.869.083-1.14C4.123 7.77 7.76 4.126 11.402.485m.386.127c-.16.125-.296.274-.439.416C7.813 4.568 4.27 8.104.734 11.646c-.199.156-.3.478-.079.665 3.677 3.682 7.358 7.358 11.038 11.039.155.204.475.23.64.023 3.684-3.68 7.367-7.363 11.048-11.047.239-.196.13-.54-.088-.703C19.675 8.004 16.056 4.387 12.439.768c-.156-.181-.436-.346-.65-.155z"/><path d="M12.034 4.453c2.38 2.363 4.747 4.738 7.117 7.109-.504.514-1.024 1.012-1.517 1.536-.995-.892-1.897-1.889-2.861-2.816-.613.647-1.333 1.212-1.786 1.992a5.045 5.045 0 0 0-.712 2.6l-.001 4.805c-.757.001-1.513.004-2.27-.001.005-1.6.005-3.198.01-4.798.02-1.843.736-3.679 1.994-5.03.385-.39.77-.778 1.159-1.164-.9-.893-1.79-1.794-2.692-2.686.517-.517 1.036-1.034 1.558-1.547z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.552.151c.301-.238.752-.137.99.145 3.682 3.678 7.358 7.36 11.04 11.038.18.176.356.396.331.666-.01.361-.331.576-.556.814-3.64 3.637-7.276 7.279-10.916 10.914a.702.702 0 0 1-.986-.02C7.716 19.965 3.971 16.226.233 12.482c-.305-.274-.276-.796.026-1.061C3.852 7.815 7.458 4.221 11.054.619c.161-.161.316-.33.498-.467m.226.125c-.125.066-.223.168-.324.263L.838 11.158c-.193.2-.413.38-.564.617-.162.366.197.624.419.85 3.643 3.636 7.278 7.282 10.921 10.916.191.222.554.187.731-.034 3.737-3.744 7.486-7.476 11.216-11.226.299-.31-.002-.695-.258-.906-3.646-3.637-7.28-7.284-10.926-10.921-.15-.163-.38-.271-.599-.176z"/><path fill="#ffd520" d="M11.34 1.148c.204-.209.404-.425.648-.588 3.694 3.685 7.379 7.381 11.072 11.068.108.114.208.234.311.353-3.792 3.802-7.596 7.589-11.384 11.393l-.245-.198C8.008 19.451 4.286 15.713.55 11.991a4.33 4.33 0 0 1 .536-.588L11.34 1.149m2.941 4.499v3.871c-1.237.01-2.473-.018-3.709.014-1.502.094-2.796 1.423-2.833 2.93-.017 2.032 0 4.064-.004 6.096h2.231c.004-1.992-.013-3.984-.004-5.976-.019-.454.391-.86.841-.857 1.158-.019 2.318-.002 3.476-.007v3.84l2.161-.001V5.647h-2.16z"/><path d="M11.778.277c.218-.095.449.013.599.176 3.646 3.637 7.28 7.284 10.926 10.921.256.211.557.596.258.906-3.731 3.75-7.48 7.482-11.216 11.226-.176.221-.54.256-.731.034C7.971 19.905 4.336 16.26.693 12.624c-.222-.226-.581-.484-.419-.85.151-.236.371-.416.564-.617C4.377 7.618 7.917 4.079 11.454.539c.101-.095.199-.197.324-.263m-.438.872L1.086 11.402a4.33 4.33 0 0 0-.536.588c3.737 3.722 7.458 7.46 11.192 11.185l.245.198c3.788-3.804 7.592-7.591 11.384-11.393-.103-.119-.203-.239-.311-.353C19.366 7.941 15.681 4.245 11.988.559c-.244.163-.444.379-.648.588z"/><path d="M14.281 5.648h2.16v9.911l-2.161.001v-3.84c-1.158.005-2.318-.012-3.476.007-.45-.004-.86.403-.841.857-.01 1.992.007 3.984.004 5.976H7.736c.004-2.032-.013-4.064.004-6.096.037-1.507 1.331-2.837 2.833-2.93 1.236-.032 2.472-.005 3.709-.014V5.649z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skiers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2b2f" d="M11.754 1.536h.989c.956.82 1.361 2.049 2.022 3.084 1.908 3.17 3.688 6.413 5.572 9.598 1.254 2.077 2.379 4.228 3.663 6.286v1.676c-.205-.129-.572.004-.499.284H.96c-.303-.434-.793-.931-.584-1.507.278-.77.77-1.436 1.164-2.15 1.336-2.413 2.786-4.764 4.155-7.16 1.041-1.945 2.22-3.813 3.312-5.729.935-1.448 1.536-3.124 2.748-4.381M9.564 8.619c-1.812 3.059-3.579 6.144-5.349 9.228-.518.939-1.179 1.805-1.561 2.815 6.419.006 12.839.01 19.26-.002-.568-1.225-1.357-2.327-2.001-3.51-1.605-2.701-3.11-5.457-4.723-8.152-1.014-1.649-1.864-3.391-2.92-5.013A81.147 81.147 0 0 0 9.565 8.62z"/><path fill="#fff" d="M9.564 8.619a82.095 82.095 0 0 1 2.705-4.635c1.056 1.622 1.907 3.364 2.92 5.013 1.613 2.696 3.118 5.451 4.723 8.152.643 1.183 1.432 2.285 2.001 3.51-6.42.012-12.841.008-19.26.002.382-1.01 1.043-1.876 1.561-2.815 1.77-3.084 3.537-6.169 5.349-9.228m.638.953c.227.3.618.384.947.526-.186.338-.505.645-.499 1.054-.04.338.129.768-.202 1.006-.478.468-1.202.77-1.338 1.494l.486.132c.447-.311.96-.382 1.488-.244-.19.444-.605.876-.484 1.394.265.593.791 1.023 1.077 1.605-.071.455-.415.818-.655 1.198a28.39 28.39 0 0 1-3.158 1.192c-.34-.188-.685-.367-1.027-.553.002.472.221 1.198.829 1.054 2.156-.708 4.255-1.58 6.39-2.348a9.78 9.78 0 0 1-.511 1.056c-1.029.543-2.133.931-3.183 1.434-.33-.182-.66-.361-.985-.551.065.365.027.854.436 1.031.298.081.589-.04.86-.156 2.634-1.208 5.311-2.331 7.908-3.621.006-.29.006-.578-.008-.868-.388-.123-.829-.109-1.164-.371-.839-.589-1.653-1.213-2.492-1.803-.015-.676.227-1.446-.202-2.039a12.32 12.32 0 0 0-1.066-1.229c-.403-.42-1.033-.311-1.555-.38-.163-.549-.138-1.277-.71-1.588-.851-.367-1.724.858-1.183 1.572z"/><path fill="#fff" d="M13.45 11.124c.559.334.885.897.922 1.546-.678-.102-.657-1.037-.922-1.546zM10.322 13.114c.445-.447.945-.837 1.394-1.281.152.202.294.411.43.624-.278.259-.53.559-.858.755-.324-.006-.645-.058-.966-.098zM14.089 13.018c1.073.764 2.143 1.538 3.204 2.317.351.184.292.62.38.948-.774.349-1.548.699-2.327 1.041-.108-.213-.211-.43-.307-.647.465-.252 1.175-.242 1.373-.814-.568-.111-1.056.374-1.592.317-.253-.422-.524-.833-.774-1.258-.035-.634.06-1.269.042-1.905zM11.737 14.763c.067-.513.756-.712 1.156-.97.013.493-.046.995.052 1.482.365.424.762.822 1.079 1.288a13.21 13.21 0 0 1-1.187.505c-.234-.829-.659-1.576-1.1-2.306zM18.104 15.54c.492-.156.369.691-.069.561-.334-.058-.169-.493.069-.561z"/><path fill="#201e1c" d="M10.201 9.571c-.541-.714.332-1.939 1.183-1.572.572.311.547 1.039.71 1.588.522.069 1.152-.04 1.555.38.38.386.739.797 1.066 1.229.428.593.186 1.363.202 2.039.839.589 1.653 1.213 2.492 1.803.334.261.776.248 1.164.371.013.29.013.578.008.868-2.598 1.29-5.274 2.413-7.908 3.621-.271.115-.563.236-.86.156-.409-.177-.371-.666-.436-1.031.324.19.655.369.985.551 1.05-.503 2.154-.891 3.183-1.434a9.78 9.78 0 0 0 .511-1.056c-2.135.768-4.234 1.64-6.39 2.348-.609.144-.828-.582-.829-1.054.342.186.687.365 1.027.553a28.39 28.39 0 0 0 3.158-1.192c.24-.38.584-.743.655-1.198-.286-.582-.812-1.012-1.077-1.605-.121-.518.294-.95.484-1.394-.528-.138-1.041-.067-1.488.244-.121-.033-.363-.1-.486-.132.136-.724.86-1.025 1.338-1.494.33-.238.161-.668.202-1.006-.006-.409.313-.716.499-1.054-.328-.142-.72-.227-.947-.526m3.248 1.55c.265.509.244 1.444.922 1.546a1.884 1.884 0 0 0-.922-1.546m-3.128 1.99c.321.04.641.092.966.098.328-.196.58-.495.858-.755a9.863 9.863 0 0 0-.43-.624c-.449.444-.948.833-1.394 1.281m3.767-.096c.017.636-.077 1.271-.042 1.905.25.424.52.835.774 1.258.536.058 1.023-.428 1.592-.317-.198.572-.908.563-1.373.814.096.217.2.434.307.647.78-.342 1.553-.691 2.327-1.041-.088-.328-.029-.764-.38-.948a268.479 268.479 0 0 0-3.204-2.317m-2.353 1.744c.442.73.866 1.476 1.1 2.306.403-.15.801-.317 1.187-.505-.317-.467-.714-.864-1.079-1.288-.098-.488-.038-.989-.052-1.482-.399.257-1.089.457-1.156.97m6.367.776c-.238.067-.403.503-.069.561.438.131.561-.716.069-.561z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skiers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#cd1e00" d="M11.216 1.987c.142-.253.366-.481.667-.52.38-.07.74.175.91.504 3.538 6.142 7.072 12.286 10.608 18.427.212.367.442.726.599 1.122v.31c-.13.634-.836.754-1.385.73H1.903c-.539-.131-1.28.151-1.687-.341-.29-.317-.226-.791 0-1.123 3.668-6.368 7.333-12.739 11-19.109M4.258 19.129a9.358 9.358 0 0 1-.518.85c5.504.011 11.009.004 16.514.004-2.748-4.769-5.492-9.54-8.243-14.306-2.59 4.482-5.167 8.97-7.753 13.453z"/><path fill="#fff" d="M4.258 19.129c2.586-4.483 5.164-8.971 7.753-13.453 2.75 4.766 5.495 9.538 8.243 14.306-5.506 0-11.01.007-16.514-.004a9.09 9.09 0 0 0 .518-.85m6.565-8.444a.686.686 0 0 0-.498.724c.062.51.449.986.954 1.11.43.09.826-.343.719-.764-.065-.556-.552-1.214-1.175-1.069M8.368 13.08c-.016.223.229.284.396.33.648.884 1.181 1.855 1.879 2.7l-.12-.041c-.095.754-.042 1.519-.041 2.276.002.42.649.51.781.118.073-.558.013-1.126.029-1.686.628-.444 1.262-.878 1.889-1.324.344.515.689 1.028 1.036 1.541.097.139.22.308.414.289.686.006 1.374.014 2.06-.005.444.008.508-.722.067-.791-.556-.058-1.117-.008-1.674-.024a3308.61 3308.61 0 0 1-2.071-3.08l.827.001c.325.456.606.944.949 1.387.209.175.475.019.578-.191.416-.011.832 0 1.247-.011a17.103 17.103 0 0 0-.155-.218c-.382-.042-.768-.005-1.152-.014-.343-.497-.661-1.013-1.024-1.495-.107-.157-.312-.128-.474-.139-1.688.005-3.377-.007-5.064.006-.203-.026-.426.156-.378.371m7.105 5.863c-.208.229-.53.15-.803.175-.101.152-.065.256.107.311.36.148.788.031 1.045-.254.718-.74 1.435-1.481 2.159-2.214l-.211-.366c-.77.778-1.523 1.573-2.297 2.348m-7.3-.23a.913.913 0 0 0 .934.733c1.488.006 2.975 0 4.463.002v-.473c-1.525-.002-3.05.005-4.574-.002-.346.019-.512-.319-.643-.578-.22-.088-.216.174-.179.318z"/><path fill="#fff" d="M9.044 13.384l2.082.001c.349.512.691 1.031 1.036 1.547-.462.33-.96.617-1.381 1.001-.606-.832-1.157-1.7-1.736-2.549z"/><path d="M10.823 10.684c.623-.145 1.11.514 1.175 1.069.107.421-.289.854-.719.764-.505-.124-.892-.6-.954-1.11a.687.687 0 0 1 .498-.724zM8.368 13.08c-.048-.215.175-.397.378-.371 1.687-.013 3.376-.001 5.064-.006.162.011.367-.018.474.139.362.482.68.998 1.024 1.495.384.01.77-.028 1.152.014l.155.218c-.415.011-.83 0-1.247.011-.103.21-.37.366-.578.191-.343-.443-.624-.931-.949-1.387l-.827-.001 2.071 3.08c.557.016 1.118-.034 1.674.024.44.068.377.799-.067.791-.686.019-1.374.011-2.06.005-.194.019-.317-.15-.414-.289-.347-.512-.691-1.026-1.036-1.541-.626.445-1.261.88-1.889 1.324-.016.56.044 1.128-.029 1.686-.132.392-.779.302-.781-.118-.001-.757-.054-1.523.041-2.276l.12.041c-.698-.845-1.231-1.816-1.879-2.7-.167-.046-.412-.107-.396-.33m.675.304c.58.848 1.13 1.717 1.736 2.549.421-.384.919-.671 1.381-1.001-.344-.516-.686-1.034-1.036-1.547l-2.082-.001zM15.472 18.943c.774-.775 1.526-1.571 2.297-2.348l.211.366c-.724.733-1.441 1.474-2.159 2.214a.948.948 0 0 1-1.045.254c-.172-.055-.208-.158-.107-.311.272-.025.595.054.803-.175z"/><path d="M8.172 18.713c-.037-.144-.041-.406.179-.318.131.259.298.598.643.578 1.524.007 3.049 0 4.574.002v.473c-1.488-.002-2.975.004-4.463-.002a.915.915 0 0 1-.934-.733z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skiers--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M10.507.916c.364-.361.73-.792 1.267-.872.538-.108 1.069.156 1.432.542l9.782 9.78c.397.407.887.785 1.012 1.372v.557a1.822 1.822 0 0 1-.509.874c-3.284 3.281-6.565 6.564-9.848 9.846-.397.389-.769.874-1.348.986h-.553c-.559-.11-.923-.574-1.306-.952-3.3-3.301-6.6-6.602-9.905-9.899-.368-.353-.59-.878-.485-1.39.076-.532.505-.89.86-1.249 3.2-3.198 6.404-6.394 9.6-9.595m1.05-.51c-.289.131-.502.377-.725.594C7.457 4.384 4.069 7.757.697 11.144c-.498.444-.506 1.285-.014 1.739 3.317 3.323 6.642 6.638 9.962 9.959.263.254.497.545.809.74.466.272 1.088.15 1.447-.242 3.361-3.358 6.719-6.72 10.081-10.078.298-.298.66-.594.727-1.034.091-.444-.126-.882-.45-1.175C19.817 7.617 16.387 4.17 12.944.735 12.601.356 12.032.2 11.556.406z"/><path fill="#ffde00" d="M11.8.784c.305-.104.624.035.832.262 3.446 3.436 6.878 6.886 10.322 10.324.204.194.384.456.33.754-.038.334-.336.536-.548.764-3.384 3.377-6.763 6.761-10.145 10.141-.232.266-.653.352-.953.152-.252-.186-.456-.427-.679-.646-3.324-3.324-6.65-6.647-9.972-9.972-.323-.288-.3-.829.022-1.108 3.394-3.41 6.808-6.803 10.2-10.214.181-.169.35-.374.592-.457M8.674 5.92c-.56.101-.859.828-.518 1.29.323.541 1.235.468 1.463-.124.307-.589-.304-1.338-.944-1.166m.567 2.01c-.204.094-.437.18-.539.397-.301.524-.586 1.057-.878 1.584-.608.011-1.217-.016-1.825.01-.349-.025-.59.409-.413.7.083.168.284.198.436.275.916 1.568 1.807 3.151 2.708 4.729-.672-.006-1.344.011-2.015-.004-.485-.006-.89-.304-1.217-.634.037.294.074.611.286.838.28.348.745.451 1.17.448 3.74-.001 7.48.001 11.22-.001l-.001-.638c-1.22.004-2.442-.01-3.662.006.178-.234.259-.554.067-.808-1.199-2.05-2.407-4.094-3.604-6.144.449.152.892.319 1.333.491.319.479.623.968.935 1.452.095.119.166.287.329.325 1.74-.072 3.487-.017 5.23-.036 0-.078-.002-.234-.004-.311-1.52.001-3.042-.001-4.562.001-.096-.445-.398-.797-.629-1.177-.232-.336-.402-.72-.69-1.013-.802-.376-1.637-.684-2.462-1.007-.404.17-.81.34-1.212.517z"/><path fill="#ffde00" d="M8.5 10.667c.281-.444.5-.922.764-1.375.346.63.684 1.265 1.032 1.894-.356.625-.762 1.225-1.091 1.866-.07.87.008 1.75-.036 2.623a1.097 1.097 0 0 1-.277-.319c-.845-1.501-1.704-2.994-2.557-4.49.57-.007 1.14.007 1.709-.002.169-.001.37-.029.456-.196zM10.378 13.385c.313-.58.68-1.128 1.016-1.693a855.98 855.98 0 0 1 2.262 3.948h-3.304c.019-.751-.038-1.507.025-2.255z"/><path d="M11.556.406c.476-.206 1.045-.05 1.388.329 3.443 3.434 6.874 6.882 10.315 10.318.324.293.541.731.45 1.175-.067.44-.43.737-.727 1.034-3.362 3.358-6.72 6.72-10.081 10.078-.359.392-.982.515-1.447.242-.312-.196-.546-.486-.809-.74-3.32-3.32-6.646-6.636-9.962-9.959-.492-.454-.484-1.295.014-1.739C4.069 7.758 7.457 4.384 10.831 1c.223-.217.436-.463.725-.594m.244.378c-.241.083-.41.288-.592.457-3.392 3.412-6.806 6.804-10.2 10.214-.322.278-.344.82-.022 1.108 3.322 3.325 6.648 6.648 9.972 9.972.223.218.427.46.679.646.3.199.721.114.953-.152 3.382-3.38 6.761-6.764 10.145-10.141.212-.228.51-.431.548-.764.054-.298-.126-.559-.33-.754-3.444-3.438-6.876-6.888-10.322-10.324-.208-.227-.527-.366-.832-.262z"/><path d="M8.674 5.92c.641-.172 1.252.577.944 1.166-.228.592-1.14.665-1.463.124-.341-.462-.042-1.189.518-1.29zM9.242 7.93c.402-.178.808-.347 1.212-.517.826.323 1.661.631 2.462 1.007.288.293.458.677.69 1.013.23.38.533.732.629 1.177 1.52-.002 3.042 0 4.562-.001.001.077.004.233.004.311-1.742.019-3.49-.036-5.23.036-.163-.038-.234-.206-.329-.325-.312-.484-.616-.973-.935-1.452a33.224 33.224 0 0 0-1.333-.491c1.196 2.05 2.405 4.094 3.604 6.144.192.253.11.574-.067.808 1.22-.016 2.442-.002 3.662-.006l.001.638c-3.74.002-7.48 0-11.22.001-.425.004-.89-.1-1.17-.448-.211-.227-.248-.544-.286-.838.326.33.732.628 1.217.634.671.014 1.343-.002 2.015.004-.901-1.578-1.793-3.161-2.708-4.729-.151-.077-.353-.107-.436-.275-.178-.29.064-.725.413-.7.608-.025 1.217.001 1.825-.01.293-.527.577-1.06.878-1.584.102-.217.335-.304.539-.397M8.5 10.667c-.086.167-.287.194-.456.196-.569.01-1.139-.005-1.709.002.853 1.496 1.712 2.989 2.557 4.49.071.124.163.23.277.319.044-.874-.034-1.753.036-2.623.329-.641.734-1.241 1.091-1.866-.348-.629-.686-1.264-1.032-1.894-.264.454-.484.931-.764 1.375m1.878 2.719c-.064.748-.006 1.504-.025 2.255h3.304a855.98 855.98 0 0 0-2.262-3.948c-.336.565-.703 1.114-1.016 1.693z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slippery-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.837.06h.294c.323.062.606.239.828.478 3.542 3.54 7.097 7.07 10.639 10.613.491.439.503 1.268.012 1.711L13.336 23.105c-.317.312-.608.679-1.04.835h-.602a1.706 1.706 0 0 1-.614-.395A9698.737 9698.737 0 0 0 .923 13.417c-.365-.377-.84-.718-.922-1.274v-.228c.059-.548.516-.899.874-1.265C4.284 7.258 7.687 3.859 11.094.464c.2-.208.466-.336.744-.404m-.162.29c-.242.09-.419.287-.601.461C7.569 4.309 4.061 7.805.557 11.306c-.41.35-.427 1.04-.014 1.398 3.589 3.576 7.18 7.152 10.764 10.732.328.367.954.395 1.308.05 3.611-3.593 7.219-7.193 10.829-10.788.398-.358.388-1.024-.007-1.38C19.891 7.774 16.339 4.236 12.788.697 12.518.39 12.08.181 11.677.35z"/><path fill="#fee011" d="M11.784.816c.25-.166.508.047.678.22 3.504 3.496 7.013 6.989 10.516 10.486.167.163.376.384.27.64-.178.324-.491.544-.739.809-3.366 3.352-6.73 6.706-10.091 10.061-.157.176-.427.329-.649.17-.25-.185-.449-.426-.671-.64C7.707 19.189 4.325 15.806.929 12.438c-.385-.28-.181-.76.142-.989C4.438 8.096 7.803 4.742 11.168 1.388c.2-.196.385-.412.617-.571m-.846 3.495c-.053.247-.104.496-.156.743l.311.216-.073.648c-.3.287-.605.569-.908.851-.248-.132-.497-.266-.766-.352-1.168-.286-2.467.581-2.6 1.789-.284 1.16.684 2.441 1.892 2.423.775.053 1.476-.407 1.915-1.016.116-.264.264.084.33.181.15.376.613.612.994.432.35-.102.422-.514.668-.724.655-.292 1.309-.595 1.992-.818-.06.292-.378.37-.584.534-.984.625-1.211 2.134-.479 3.034.445.628 1.271.918 2.016.757 1.288-.226 2.068-1.804 1.546-2.981a2.121 2.121 0 0 0-1.879-1.252c-.04-.545-.131-1.086-.14-1.633.127-.371.667-.384.828-.743.166-.274.017-.665-.28-.773-.396-.182-.816-.31-1.223-.466l-.269.67c.307.1.629.186.884.395-.284.115-.601.178-.828.398a59.494 59.494 0 0 1-2.302-.93c.359-.2.761-.295 1.15-.421-.065-.104-.086-.262-.217-.306-.598-.245-1.214-.439-1.822-.656m-5.196 7.74c-.367.166-.835.246-1.046.631-.27.421.04 1.013.512 1.103.694.157 1.397.275 2.089.438.262-.157.523-.314.778-.48-.814-.084-1.621-.236-2.383-.539.002-.173-.088-.406.09-.523.286-.205.644-.252.973-.352a14.105 14.105 0 0 1 4.27-.553c.498.028.995.092 1.495.066-.172-.096-.34-.205-.532-.258-2.07-.427-4.266-.286-6.246.467m6.348.588c-1.216.431-2.442.83-3.649 1.286-.41.128-.667.64-.424 1.022.377.474.998.654 1.422 1.08l-.118.169c-.974.229-1.968.368-2.945.589.39.178.79.331 1.182.5.686-.188 1.384-.332 2.07-.518.433-.114.666-.676.372-1.039-.372-.42-.922-.618-1.344-.978-.16-.206.094-.3.248-.372 1.405-.546 2.838-1.024 4.231-1.598-.33-.113-.698-.311-1.046-.142m-2.299 1.937c2.654.46 5.335.775 7.987 1.248-.803.401-1.723.482-2.558.803.37.234.769.415 1.166.599.547-.242 1.103-.463 1.654-.695.235-.102.508-.217.604-.478.152-.359-.149-.78-.529-.802-2.557-.395-5.123-.734-7.682-1.108a6.474 6.474 0 0 0-.641.432z"/><path fill="#fee011" d="M11.946 6.584c.8.299 1.603.587 2.402.887.014.164.026.33.037.496-.736.306-1.462.637-2.2.94-.214-.752-.145-1.55-.24-2.322zM7.3 8.935c-.29-.961.575-2.092 1.591-1.994.295-.001.558.145.823.257-.394.397-.836.744-1.21 1.16l-.061.342c.539.234 1.098.415 1.646.626-.32.413-.787.76-1.336.734-.684.053-1.28-.496-1.454-1.126zM10.609 7.41l.564-.534c.041.605.073 1.21.12 1.814-.133.054-.257.174-.412.136-.028-.484-.067-.97-.272-1.416z"/><path fill="#fee011" d="M9.584 8.32c.198-.178.4-.35.601-.524.062.271.121.542.163.817-.256-.095-.51-.193-.764-.293zM13.723 10.734c.053-.516.432-.911.853-1.172.095.564.166 1.133.316 1.686.172-.028.377 0 .502-.151.062-.558-.116-1.109-.154-1.664.445.13.937.328 1.141.78.484.856-.173 2.072-1.147 2.152-.871.13-1.693-.772-1.511-1.63z"/><path d="M11.676.35c.403-.169.841.04 1.111.347 3.551 3.539 7.103 7.078 10.649 10.621.395.356.406 1.022.007 1.38-3.61 3.595-7.218 7.195-10.829 10.788-.354.344-.98.317-1.308-.05C7.722 19.856 4.131 16.28.542 12.704c-.413-.358-.396-1.048.014-1.398C4.06 7.804 7.568 4.309 11.074.811c.182-.174.359-.371.601-.461m.109.466c-.232.16-.416.376-.617.571C7.802 4.741 4.437 8.095 1.07 11.448c-.323.229-.527.709-.142.989 3.396 3.368 6.778 6.751 10.169 10.124.222.214.421.455.671.64.222.158.492.006.649-.17 3.361-3.355 6.725-6.709 10.091-10.061.248-.265.562-.485.739-.809.106-.256-.103-.476-.27-.64-3.503-3.497-7.012-6.99-10.516-10.486-.17-.173-.428-.385-.678-.22z"/><path d="M10.939 4.312c.607.217 1.224.412 1.822.656.131.044.152.202.217.306-.389.126-.791.221-1.15.421.758.331 1.53.631 2.302.93.227-.221.544-.283.828-.398-.256-.209-.577-.295-.884-.395l.269-.67c.407.156.827.283 1.223.466.296.108.445.499.28.773-.161.359-.701.372-.828.743.01.547.101 1.088.14 1.633.805.01 1.555.52 1.879 1.252.522 1.177-.258 2.755-1.546 2.981-.745.161-1.571-.13-2.016-.757-.732-.9-.505-2.408.479-3.034.206-.164.524-.242.584-.534-.683.223-1.337.527-1.992.818-.246.21-.318.622-.668.724-.38.18-.844-.056-.994-.432-.066-.097-.214-.445-.33-.181-.439.61-1.14 1.069-1.915 1.016-1.208.018-2.177-1.262-1.892-2.423.133-1.208 1.433-2.075 2.6-1.789.269.085.517.22.766.352.304-.282.608-.564.908-.851l.073-.648-.311-.216c.052-.247.103-.496.156-.743m1.007 2.272c.095.772.026 1.57.24 2.322.738-.302 1.464-.634 2.2-.94a26.895 26.895 0 0 0-.037-.496c-.799-.3-1.602-.588-2.402-.887M7.3 8.935c.174.63.77 1.178 1.454 1.126.548.025 1.015-.322 1.336-.734-.548-.211-1.108-.392-1.646-.626l.061-.342c.373-.416.816-.763 1.21-1.16-.265-.112-.528-.258-.823-.257-1.016-.097-1.882 1.033-1.591 1.994m3.308-1.526c.205.446.245.932.272 1.416.155.038.278-.082.412-.136-.047-.605-.079-1.21-.12-1.814l-.564.534m-1.025.91c.254.1.509.198.764.293a11.347 11.347 0 0 0-.163-.817c-.202.174-.403.347-.601.524m4.139 2.414c-.182.858.64 1.759 1.511 1.63.974-.079 1.631-1.296 1.147-2.152-.204-.452-.696-.65-1.141-.78.037.556.216 1.106.154 1.664-.125.151-.33.124-.502.151-.15-.553-.221-1.122-.316-1.686-.421.262-.8.656-.853 1.172z"/><path d="M5.743 12.052c1.98-.752 4.176-.894 6.246-.467.192.053.36.162.532.258-.5.026-.997-.038-1.495-.066a14.109 14.109 0 0 0-4.27.553c-.329.1-.688.146-.973.352-.178.118-.088.35-.09.523.762.302 1.57.455 2.383.539a23.49 23.49 0 0 1-.778.48c-.692-.163-1.396-.281-2.089-.438-.473-.09-.782-.682-.512-1.103.211-.385.679-.466 1.046-.631zM12.091 12.64c.348-.169.716.029 1.046.142-1.393.575-2.826 1.052-4.231 1.598-.155.072-.408.166-.248.372.422.36.972.558 1.344.978.294.364.061.925-.372 1.039-.686.186-1.384.33-2.07.518-.392-.169-.792-.323-1.182-.5.977-.221 1.97-.36 2.945-.589l.118-.169c-.424-.426-1.045-.606-1.422-1.08-.244-.383.013-.894.424-1.022 1.207-.456 2.434-.856 3.649-1.286z"/><path d="M9.791 14.576c.203-.158.42-.299.641-.432 2.56.373 5.125.713 7.682 1.108.38.022.682.443.529.802-.096.26-.368.376-.604.478-.551.232-1.106.452-1.654.695-.397-.184-.797-.365-1.166-.599.835-.32 1.756-.402 2.558-.803-2.652-.473-5.333-.788-7.987-1.248z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slippery-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.346.21c.479-.349 1.168-.218 1.554.206 3.562 3.558 7.123 7.118 10.681 10.681.3.283.473.71.383 1.121-.065.42-.414.692-.691.977-3.361 3.358-6.719 6.718-10.076 10.078-.259.245-.487.557-.847.656-.439.146-.943-.008-1.247-.353C7.527 19.995 3.945 16.419.369 12.838c-.5-.456-.457-1.304.044-1.742C3.832 7.674 7.255 4.255 10.673.832c.217-.214.422-.445.673-.623m.337.086c-.32.128-.538.413-.782.644C7.563 4.281 4.223 7.621.881 10.959c-.286.289-.658.594-.637 1.044-.012.481.414.78.713 1.091 3.439 3.439 6.881 6.877 10.316 10.32.22.234.54.39.866.33.385-.055.629-.389.89-.641 3.479-3.484 6.964-6.965 10.445-10.446.396-.37.348-1.043-.055-1.387C19.86 7.707 16.298 4.144 12.735.585c-.26-.289-.679-.425-1.052-.29z"/><path fill="#fee011" d="M11.795.762c.25-.125.508.029.671.218 3.479 3.476 6.953 6.958 10.435 10.432.151.174.39.334.376.593.005.254-.229.406-.379.576a5833.524 5833.524 0 0 0-10.256 10.256c-.212.196-.422.52-.76.431-.266-.102-.431-.361-.637-.547C7.806 19.278 4.365 15.839.924 12.4c-.174-.143-.268-.392-.161-.605.157-.233.377-.415.571-.617 3.262-3.259 6.521-6.52 9.781-9.78.222-.216.424-.458.68-.636m-.507 4.08c.439.062.886-.047 1.328-.038.125-.344.074-.715-.082-1.04-.048.269.043.526.126.778-.512-.008-.626-.727-.344-1.063-.221-.25-.61-.323-.918-.208-.649.199-.727 1.296-.11 1.572m-.345.449c-.354.307-.539.754-.737 1.166-.217.005-.497-.114-.671.072-.173.296.227.416.422.526-.008.193-.072.407.054.58.145.252.233.65.607.574.08.115.157.233.232.352-.293.473-.401 1.088-.125 1.594.148.401.6.587.714 1.002.121.428.518.673.766 1.021-.092-.737-.212-1.472-.277-2.213.12-.516.932-.628 1.169-.148.143.736.18 1.49.324 2.227l.119-.421c.148-.134.326-.248.418-.433.096-.229.082-.504.258-.696.39-.492.664-1.112.635-1.747-.13-.544-.655-.84-1.055-1.171.21-.172.492-.241.667-.455-.13-.199-.175-.431-.205-.664.086-.143.27-.266.238-.454-.068-.198-.3-.17-.462-.137-.383-.47-.923-.88-1.555-.874-.521.018-1.055.086-1.535.299m1.177 4.656c.166 1.144.29 2.294.455 3.438.067.446.914.283.774-.166-.152-1.112-.283-2.23-.464-3.336-.196-.288-.571-.158-.764.064m-5.248 3.994c-.445.222-.54.878-.193 1.229.517.494 1.277.626 1.967.536l.104-.334c-.438-.032-.899-.043-1.298-.248-.306-.184-.328-.658-.046-.87.901-.491 1.883-.853 2.905-.979l-.113-.257c-1.152.115-2.27.457-3.326.923m2.337 1.384c-.294.13-.49.526-.253.797.401.323.937.404 1.375.668l-.026.241c-.544.42-1.127.787-1.676 1.201.332.017.665.034.997.053.361-.329.737-.641 1.094-.972.278-.216.17-.654-.047-.874-.348-.281-.802-.378-1.172-.623a15.63 15.63 0 0 1-.013-.228c.659-.503 1.38-.923 2.064-1.391.203-.161.528-.242.568-.535-1.008.48-1.937 1.114-2.91 1.662m.945.525c1.938.18 3.877.334 5.815.504.163-.02.264.096.37.198-.383.302-.768.601-1.151.904.245.065.491.128.736.198.245-.289.536-.544.73-.872.169-.374-.162-.827-.564-.81-1.854-.162-3.709-.306-5.563-.451-.126.108-.25.218-.372.33z"/><path fill="#fee011" d="M13.042 6.05c.287.252.737.803.274 1.103-.096-.366-.194-.732-.274-1.103zM10.712 7.499c.013-.24.146-.45.246-.664.043.29.082.581.124.871-.204.059-.326-.01-.37-.208zM13.726 8.938c.146-.026.193.144.283.222l-.192.499c-.046-.238-.148-.478-.091-.721z"/><path d="M11.683.295c.373-.134.792.001 1.052.29 3.563 3.559 7.124 7.122 10.684 10.685.403.344.451 1.018.055 1.387-3.481 3.481-6.966 6.962-10.445 10.446-.262.252-.505.586-.89.641-.326.06-.647-.096-.866-.33-3.436-3.443-6.877-6.881-10.316-10.32-.299-.311-.725-.61-.713-1.091-.02-.45.352-.755.637-1.044C4.223 7.621 7.563 4.281 10.901.939c.245-.232.462-.516.782-.644m.112.467c-.257.178-.458.42-.68.636-3.26 3.26-6.52 6.521-9.781 9.78-.194.202-.414.384-.571.617-.107.212-.013.462.161.605 3.442 3.439 6.882 6.878 10.321 10.321.206.186.371.445.637.547.337.089.547-.235.76-.431a6198.12 6198.12 0 0 1 10.256-10.256c.15-.17.384-.322.379-.576.014-.259-.224-.419-.376-.593C19.419 7.938 15.945 4.457 12.466.98c-.163-.19-.421-.343-.671-.218z"/><path d="M11.288 4.842c-.617-.276-.539-1.373.11-1.572.308-.115.697-.042.918.208-.282.336-.168 1.055.344 1.063-.083-.252-.174-.509-.126-.778.156.325.206.696.082 1.04-.443-.008-.889.101-1.328.038zM10.943 5.292c.48-.212 1.014-.281 1.535-.299.632-.006 1.172.403 1.555.874.162-.034.394-.061.462.137.032.187-.151.311-.238.454.03.233.076.464.205.664-.175.214-.457.283-.667.455.4.331.925.628 1.055 1.171.029.635-.245 1.255-.635 1.747-.176.192-.162.467-.258.696-.091.185-.27.299-.418.433l-.119.421c-.144-.737-.181-1.492-.324-2.227-.236-.48-1.049-.368-1.169.148.065.74.185 1.476.277 2.213-.247-.348-.644-.593-.766-1.021-.114-.415-.566-.601-.714-1.002-.276-.505-.168-1.121.125-1.594a7.905 7.905 0 0 0-.232-.352c-.374.077-.462-.322-.607-.574-.126-.173-.062-.386-.054-.58-.196-.109-.595-.229-.422-.526.174-.186.454-.067.671-.072.198-.413.383-.859.737-1.166m2.1.758c.079.371.178.737.274 1.103.463-.3.013-.851-.274-1.103m-2.33 1.449c.043.198.166.266.37.208-.042-.29-.08-.581-.124-.871-.1.214-.233.424-.246.664m3.014 1.438c-.056.244.046.484.091.721l.192-.499c-.09-.078-.137-.248-.283-.222z"/><path d="M12.121 9.948c.193-.222.569-.352.764-.064.181 1.106.312 2.224.464 3.336.14.449-.707.612-.774.166-.164-1.144-.289-2.294-.455-3.438zM6.874 13.942c1.056-.466 2.174-.808 3.326-.923l.113.257c-1.022.126-2.004.488-2.905.979-.282.212-.26.686.046.87.4.205.86.216 1.298.248l-.104.334c-.69.09-1.45-.042-1.967-.536-.347-.35-.252-1.007.193-1.229zM9.211 15.326c.973-.548 1.902-1.182 2.91-1.662-.04.293-.365.374-.568.535-.684.468-1.405.888-2.064 1.391l.013.228c.371.245.824.342 1.172.623.217.22.325.658.047.874-.358.331-.733.643-1.094.972-.332-.019-.665-.036-.997-.053.55-.414 1.133-.781 1.676-1.201l.026-.241c-.438-.264-.974-.346-1.375-.668-.236-.271-.041-.667.253-.797z"/><path d="M10.157 15.85c.122-.112.246-.222.372-.33 1.854.145 3.709.289 5.563.451.402-.017.733.436.564.81-.193.329-.485.583-.73.872-.245-.07-.491-.133-.736-.198.383-.302.768-.601 1.151-.904-.106-.102-.206-.218-.37-.198-1.938-.17-3.877-.324-5.815-.504z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slippery-road-surface--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.884 1.5h.212c.254.096.445.293.572.529l10.625 18.424c.25.445.546.87.707 1.36v.163c-.06.289-.305.452-.574.524H.594c-.263-.056-.49-.211-.594-.463v-.211c.14-.47.425-.876.664-1.3L11.332 2.027c.125-.229.311-.42.552-.527M3.86 19.996c5.426.001 10.853.001 16.279 0-2.713-4.705-5.423-9.413-8.141-14.116-2.716 4.703-5.426 9.409-8.138 14.116z"/><path fill="#fff" d="M3.86 19.996c2.712-4.706 5.423-9.413 8.138-14.116 2.718 4.703 5.428 9.41 8.141 14.116-5.426.001-10.853.001-16.279 0m7.466-9.188c-.326.13-.468.475-.65.749-.214.029-.478.03-.593.25-.232.364-.464.73-.658 1.116-.122.205.017.419.091.612-.056.144-.142.282-.16.438.018.259.328.438.556.304.122-.094.203-.229.301-.346.754.45 1.516.884 2.263 1.343-.118.234-.284.594.024.761.284.186.512-.11.648-.325.209-.028.468-.012.593-.22.25-.372.48-.76.686-1.158.12-.197-.029-.401-.086-.587.158-.3.412-.606.342-.968-.042-.349-.346-.563-.626-.721-.661-.382-1.312-.784-1.972-1.169a.859.859 0 0 0-.76-.078m-3.795 4.46c-.268.216-.202.65.038.86.364.33.868.422 1.326.547-.025.161-.136.362.01.5.39.52 1.15.494 1.554.992-.11.116-.202.292-.38.307-.577.076-1.124-.176-1.675-.307.228.374.679.506 1.08.602.482.065.997.085 1.457-.097.234-.089.349-.384.21-.6-.331-.66-1.357-.503-1.591-1.249 1.582.263 3.175.493 4.726.917.424.127.874.244 1.219.533.22.176.07.534-.158.628-.379.173-.802.044-1.195.014.19.348.623.355.972.362.424.001.908-.026 1.228-.343.359-.401.032-1.042-.413-1.217-.601-.247-1.252-.338-1.88-.49a71.633 71.633 0 0 0-4.198-.679c.38-.168.762-.348 1.174-.422.347-.088.718-.038 1.054-.173-.988-.124-2.09-.156-2.945.437-.424-.084-1.01-.308-.96-.84.33-.469.992-.44 1.494-.582-.23-.179-.534-.08-.799-.079-.46.058-.965.085-1.345.378z"/><path fill="#fff" d="M11.177 11.872c.149-.178.208-.478.461-.536.784.403 1.522.89 2.282 1.336.38.178.018.54-.095.78a577.73 577.73 0 0 1-2.648-1.579z"/><path d="M11.326 10.808a.859.859 0 0 1 .76.078c.66.385 1.31.787 1.972 1.169.281.158.584.372.626.721.07.362-.184.668-.342.968.058.186.206.39.086.587-.206.398-.437.786-.686 1.158-.125.208-.384.192-.593.22-.136.215-.364.511-.648.325-.308-.167-.142-.527-.024-.761-.748-.458-1.51-.893-2.263-1.343-.098.116-.179.252-.301.346-.228.134-.538-.044-.556-.304.018-.156.103-.294.16-.438-.074-.193-.214-.407-.091-.612.193-.386.426-.752.658-1.116.115-.22.379-.221.593-.25.182-.274.324-.619.65-.749m-.15 1.065a637.24 637.24 0 0 0 2.648 1.579c.113-.24.475-.602.095-.78-.761-.445-1.499-.932-2.282-1.336-.253.059-.312.359-.461.536zM7.53 15.269c.38-.293.886-.32 1.345-.378.265-.001.569-.1.799.079-.502.142-1.164.113-1.494.582-.05.532.536.756.96.84.854-.593 1.957-.56 2.945-.437-.336.134-.707.085-1.054.173-.412.074-.793.254-1.174.422a71.77 71.77 0 0 1 4.198.679c.629.151 1.279.242 1.88.49.445.175.772.816.413 1.217-.319.317-.804.344-1.228.343-.349-.007-.782-.014-.972-.362.394.03.816.158 1.195-.014.228-.094.378-.451.158-.628-.346-.289-.796-.406-1.219-.533-1.55-.424-3.144-.654-4.726-.917.234.746 1.26.589 1.591 1.249.139.216.024.511-.21.6-.46.182-.974.162-1.457.097-.401-.096-.852-.228-1.08-.602.551.131 1.098.383 1.675.307.179-.016.27-.191.38-.307-.404-.498-1.164-.473-1.554-.992-.145-.138-.035-.34-.01-.5-.458-.125-.962-.217-1.326-.547-.24-.21-.306-.644-.038-.86z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slippery-road-surface--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.008.444c.23-.233.528-.442.874-.409.336-.004.605.223.829.446 3.542 3.54 7.082 7.082 10.624 10.624.434.37.493 1.088.064 1.487-3.593 3.608-7.21 7.195-10.802 10.805-.37.425-1.076.46-1.466.042-3.38-3.382-6.767-6.76-10.146-10.142-.349-.359-.762-.677-.983-1.139v-.503c.086-.22.212-.421.379-.588C3.927 7.529 7.465 3.983 11.009.445m.563.316C7.97 4.323 4.401 7.921.816 11.501c-.223.164-.313.5-.072.695 3.425 3.422 6.85 6.846 10.276 10.267.223.211.413.463.673.63.199.11.394-.053.528-.187 3.377-3.388 6.767-6.761 10.147-10.145.239-.25.527-.462.704-.764.078-.25-.146-.42-.293-.581-3.517-3.517-7.032-7.037-10.55-10.55-.158-.193-.462-.324-.658-.104z"/><path fill="#231f20" d="M10.207 6.012c1.153.295 2.305.598 3.448.934.092.535.403 1.066.252 1.618l.221.179c-.137.388-.053 1.109-.6 1.151l-.264.983a21.913 21.913 0 0 1-.557-.155l.278-1.013c-1.283-.373-2.581-.692-3.866-1.057l.16.136c-.053.317-.154.623-.236.932l-.556-.14c.086-.319.154-.646.274-.955l.296-.024c-.186-.034-.407-.034-.538-.193a2.49 2.49 0 0 1 .331-1.16l.336.042.104-.438c-.22-.083-.581-.059-.551-.388.15.008.3.026.449.054l.185.317c.281-.271.556-.547.834-.821m-.885 1.343c.392.223.492-.403.878-.29.304.041.386.359.412.616 1.038.284 2.078.562 3.116.853.124-.494-.138-.967-.227-1.446a236.5 236.5 0 0 0-3.228-.884c-.335.366-.797.655-.952 1.152m.4.082c.263.076.528.142.794.203-.053-.182-.092-.427-.318-.47-.215-.052-.347.136-.476.268m-.816.611l-.079.288.73.19.074-.286c-.241-.064-.484-.127-.725-.192m1.753.761c.329.089.658.274 1.002.083l-.229.192.319.001-.067-.248c-.331-.044-.738-.313-1.025-.028m2.303.356l-.101.266c.246.064.491.127.734.194l.083-.282c-.236-.068-.473-.142-.716-.179zM8.296 12.355c-.33-.574-.197-1.259-.042-1.864.178.029.355.059.533.09-.061.611-.266 1.374.266 1.842.869.634 1.876 1.154 2.498 2.065.317.443.373 1.046.125 1.536-.332.664-.868 1.206-1.411 1.699-.852.071-1.715 0-2.57.034.854-.5 1.648-1.165 2.149-2.032.324-.556.449-1.3.058-1.855-.391-.655-1.25-.829-1.606-1.516zM12.421 11.292c.176.028.353.056.529.089.022.53.071 1.192.616 1.458 1.027.486 2.182 1.03 2.663 2.134.439 1.04-.258 2.174-1.097 2.767-.838.04-1.678-.012-2.516.023a4.373 4.373 0 0 0 1.844-1.872c.269-.527.384-1.202.052-1.728-.39-.665-1.231-.826-1.699-1.418-.372-.383-.47-.938-.391-1.452z"/><path fill="#fd0" d="M11.572.761c.196-.22.499-.089.658.104 3.518 3.514 7.033 7.033 10.55 10.55.146.161.371.331.293.581-.178.302-.466.515-.704.764-3.38 3.384-6.77 6.757-10.147 10.145-.134.134-.329.298-.528.187-.26-.167-.45-.419-.673-.63C7.595 19.041 4.17 15.617.745 12.195c-.241-.194-.151-.53.072-.695C4.401 7.92 7.97 4.322 11.573.76m-1.366 5.252c-.278.274-.553.55-.834.821l-.185-.317a3.416 3.416 0 0 0-.449-.054c-.03.329.331.305.551.388l-.104.438a38.518 38.518 0 0 0-.336-.042 2.496 2.496 0 0 0-.331 1.16c.131.16.352.16.538.193l-.296.024c-.12.31-.187.636-.274.955.185.047.37.095.556.14.083-.31.184-.616.236-.932l-.16-.136c1.285.365 2.584.684 3.866 1.057l-.278 1.013c.185.054.371.106.557.155l.264-.983c.547-.042.463-.763.6-1.151a34.695 34.695 0 0 1-.221-.179c.151-.552-.16-1.082-.252-1.618a101.902 101.902 0 0 0-3.448-.934m-1.911 6.345c.355.686 1.214.86 1.606 1.516.391.556.266 1.3-.058 1.855-.502.866-1.295 1.531-2.149 2.032.856-.034 1.718.037 2.57-.034.544-.493 1.079-1.036 1.411-1.699a1.503 1.503 0 0 0-.125-1.536c-.623-.911-1.63-1.432-2.498-2.065-.533-.468-.328-1.231-.266-1.842a49.388 49.388 0 0 0-.533-.09c-.155.605-.288 1.29.042 1.864m4.125-1.064c-.079.514.019 1.069.391 1.452.468.593 1.309.754 1.699 1.418.332.526.217 1.201-.052 1.728a4.378 4.378 0 0 1-1.844 1.872c.839-.035 1.679.017 2.516-.023.839-.593 1.536-1.727 1.097-2.767-.481-1.104-1.636-1.648-2.663-2.134-.545-.266-.594-.928-.616-1.458a24.318 24.318 0 0 0-.529-.089z"/><path fill="#fd0" d="M9.322 7.357c.155-.497.617-.786.952-1.152 1.078.289 2.155.581 3.228.884.089.479.35.952.227 1.446-1.038-.292-2.078-.569-3.116-.853-.025-.257-.108-.575-.412-.616-.386-.113-.486.514-.878.29z"/><path fill="#fd0" d="M9.721 7.44c.13-.132.262-.319.476-.268.226.043.265.288.318.47a14.425 14.425 0 0 1-.794-.203zM8.905 8.052c.241.065.484.128.725.192l-.074.286-.73-.19.079-.288zM10.658 8.813c.287-.286.694-.017 1.025.028l.067.248-.319-.001.229-.192c-.344.191-.673.006-1.002-.083zM12.961 9.169c.244.037.48.11.716.179l-.083.282a43.884 43.884 0 0 0-.734-.194l.101-.266z"/></symbol><symbol viewBox="0 0 24 24" id="warning--snow-tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M10.808.607c.314-.322.725-.59 1.192-.584.469-.018.895.239 1.214.563 3.254 3.264 6.516 6.521 9.775 9.78.397.404.88.786 1.01 1.368v.564a1.863 1.863 0 0 1-.514.875c-3.281 3.278-6.56 6.559-9.841 9.839-.394.392-.77.866-1.343.989h-.566a1.742 1.742 0 0 1-.823-.475C7.432 20.041 3.946 16.565.468 13.079c-.599-.564-.583-1.592.023-2.144C3.924 7.487 7.372 4.053 10.807.609m.749-.202c-.364.173-.618.498-.904.772-3.196 3.198-6.391 6.397-9.592 9.593-.341.338-.762.703-.746 1.231-.032.563.427.948.791 1.306 3.199 3.194 6.395 6.394 9.595 9.589.325.313.625.724 1.097.81.404.086.822-.076 1.103-.368 3.362-3.355 6.716-6.718 10.079-10.073.32-.319.716-.654.744-1.141.05-.413-.169-.796-.461-1.07C19.819 7.622 16.39 4.174 12.947.738c-.343-.38-.913-.539-1.391-.33z"/><path fill="#ffde00" d="M11.807.781c.305-.103.62.046.829.268 3.306 3.296 6.596 6.607 9.901 9.905.22.223.458.43.642.685.203.3.113.719-.15.952-3.481 3.479-6.96 6.961-10.442 10.439-.232.264-.65.35-.948.15-.276-.204-.498-.468-.743-.707l-9.36-9.359c-.239-.246-.512-.466-.702-.754-.187-.33-.038-.736.233-.968C4.425 8.028 7.793 4.674 11.145 1.304c.204-.191.391-.425.662-.522M6.662 8.083c-.612 1.478-1.208 2.963-1.812 4.444-.166.586-.044 1.208-.078 1.81h.455c.152-.691.754-1.289 1.492-1.259 3.043-.016 6.086.001 9.128-.007.804-.002 1.604-.125 2.408-.102.527.037.898.487 1.012.974.372.004.744-.001 1.116.001a12.29 12.29 0 0 1 0-.576c-.228.002-.456-.002-.684-.002-.307-.511-.83-.943-1.456-.932-1.77-.004-3.54 0-5.31-.001-.23-.546-.473-1.086-.706-1.631-.085-.187-.085-.396-.085-.598.006-.865.002-1.73.004-2.596-1.571.004-3.142-.006-4.712.004-.326-.023-.664.151-.772.472m9.933 5.295c-3.289.071-6.582.002-9.872.035-.559-.01-1.08.438-1.134.998-.103.647.463 1.3 1.121 1.272 2.962.011 5.923-.001 8.884.006.348.001.715.031 1.034-.136.637-.286 1.301-.515 1.922-.833.52-.284.454-1.162-.116-1.35-.599-.156-1.228.01-1.838.007z"/><path fill="#ffde00" d="M7.133 8.687c.08-.19.17-.46.427-.442.864-.036 1.73-.001 2.596-.013l.001 2.288-3.724-.001.7-1.832zM6.346 10.816h3.802l.001 1.121-4.225-.001c.139-.373.281-.746.422-1.12zM7.278 13.742c.402.013.804.014 1.207 0-.197.222-.413.469-.398.787-.029.33.186.598.385.833a15.555 15.555 0 0 0-1.183 0c.197-.24.415-.506.383-.839.012-.314-.202-.559-.394-.781zM11.951 13.734c.407.013.812.014 1.218 0-.196.224-.415.469-.406.79-.03.331.181.601.382.839a15.372 15.372 0 0 0-1.176 0c.196-.241.414-.51.38-.842.01-.316-.209-.559-.398-.786zM16.576 13.71c.35-.006.7-.025 1.049-.05-.198.364-.096.774.233 1.019-.317.122-.63.257-.94.398a1.12 1.12 0 0 0-.342-1.367zM9.624 13.74c.395.016.79.017 1.184.001-.18.227-.391.468-.384.778-.037.334.187.6.379.844a15.398 15.398 0 0 0-1.177 0c.494-.424.499-1.2-.002-1.622zM14.296 13.741c.4.014.8.014 1.2.001-.185.228-.401.47-.395.785-.035.331.18.6.378.838a32.987 32.987 0 0 0-1.177 0c.202-.235.42-.504.386-.836.008-.314-.209-.559-.392-.787z"/><path d="M11.556.407c.478-.209 1.048-.05 1.391.33 3.443 3.436 6.872 6.883 10.315 10.318.292.275.511.658.461 1.07-.028.487-.424.822-.744 1.141-3.362 3.355-6.716 6.718-10.079 10.073-.281.293-.698.455-1.103.368-.472-.086-.772-.497-1.097-.81-3.2-3.196-6.396-6.395-9.595-9.589-.364-.358-.823-.743-.791-1.306-.016-.528.406-.893.746-1.231 3.2-3.196 6.396-6.395 9.592-9.593.286-.274.54-.599.904-.772m.251.375c-.271.097-.458.331-.662.522-3.352 3.371-6.72 6.725-10.078 10.088-.271.233-.42.638-.233.968.19.288.463.508.702.754l9.36 9.359c.245.239.467.503.743.707.298.2.716.114.948-.15 3.482-3.478 6.961-6.96 10.442-10.439.263-.233.353-.652.15-.952-.184-.256-.422-.462-.642-.685-3.305-3.298-6.595-6.608-9.901-9.905-.209-.222-.524-.371-.829-.268z"/><path d="M6.662 8.083c.108-.32.445-.494.772-.472 1.571-.01 3.142 0 4.712-.004-.001.865.002 1.73-.004 2.596 0 .202 0 .41.085.598.233.545.475 1.085.706 1.631 1.77.001 3.54-.002 5.31.001.625-.011 1.148.421 1.456.932.228 0 .456.005.684.002a12.29 12.29 0 0 0 0 .576c-.372-.002-.744.002-1.116-.001-.114-.487-.485-.937-1.012-.974-.804-.023-1.604.1-2.408.102-3.042.008-6.085-.008-9.128.007-.738-.03-1.339.568-1.492 1.259h-.455c.034-.601-.088-1.224.078-1.81.604-1.481 1.2-2.965 1.812-4.444m.471.605a993.04 993.04 0 0 1-.7 1.832l3.724.001-.001-2.288c-.865.012-1.732-.023-2.596.013-.257-.018-.347.252-.427.442m-.787 2.129c-.142.373-.283.746-.422 1.12l4.225.001-.001-1.121H6.346z"/><path d="M16.595 13.379c.611.002 1.24-.163 1.838-.007.57.188.636 1.066.116 1.35-.622.318-1.285.547-1.922.833-.319.167-.686.137-1.034.136-2.96-.007-5.922.005-8.884-.006-.658.028-1.224-.625-1.121-1.272.054-.56.575-1.008 1.134-.998 3.29-.032 6.583.036 9.872-.035m-9.316.362c.192.222.406.467.394.781.032.332-.186.599-.383.839.395-.014.79-.016 1.183 0-.199-.235-.414-.503-.385-.833-.014-.318.202-.565.398-.787a17.99 17.99 0 0 1-1.207 0m4.673-.008c.19.227.408.47.398.786.034.332-.185.601-.38.842.392-.014.784-.016 1.176 0-.2-.238-.412-.508-.382-.839-.01-.32.21-.565.406-.79a18.32 18.32 0 0 1-1.218 0m4.625-.023c.421.325.566.881.342 1.367.31-.142.623-.276.94-.398-.329-.245-.431-.655-.233-1.019-.349.025-.698.044-1.049.05m-6.952.03c.502.422.497 1.199.002 1.622.392-.016.785-.014 1.177 0-.192-.244-.416-.51-.379-.844-.007-.31.204-.551.384-.778-.395.016-.79.014-1.184-.001m4.672.002c.184.228.401.473.392.787.034.332-.185.601-.386.836.392-.007.785-.007 1.177 0-.198-.238-.413-.506-.378-.838-.006-.314.21-.557.395-.785-.4.013-.8.013-1.2-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--snowmobiles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M10.973 1.621c.881-.571 2.182-.259 2.689.664 3.342 5.782 6.668 11.574 10.004 17.359.452.702.412 1.679-.138 2.316-.355.45-.922.667-1.478.72H2.12c-.443-.029-.906-.098-1.272-.366-.823-.547-1.09-1.747-.568-2.59 3.228-5.616 6.468-11.225 9.696-16.84.27-.463.515-.984.996-1.264M2.464 20.414c6.354.002 12.708.002 19.062 0-3.172-5.518-6.349-11.033-9.53-16.546-3.181 5.513-6.358 11.029-9.532 16.546z"/><path fill="#ffd100" d="M2.464 20.414c3.174-5.516 6.35-11.033 9.532-16.546 3.181 5.513 6.359 11.028 9.53 16.546-6.354.002-12.708.002-19.062 0m10.496-9.603c-.083.358-.068.755.085 1.093.167.058.346.06.52.085-.12.431-.308.836-.481 1.248a3.761 3.761 0 0 0-.734-.044c-.233.16-.533.247-.679.508-.299.438-.59.881-.893 1.316.202-.578.395-1.159.599-1.738.19-.44.181-.943-.041-1.37-.442.78-.85 1.578-1.28 2.364-.06.2-.29.167-.45.215-.967.15-1.811.8-2.286 1.644.53.574 1.25.916 1.985 1.147-.208.236-.328.634-.682.683-.73.132-1.411-.331-1.856-.869-.168-.252-.556-.097-.553.191.14.64.743 1.007 1.309 1.23 1.042.44 2.191.226 3.287.282.18.004.563.026.451-.263-.378-.548-1.121-.604-1.727-.647l.311-.486c1.003.138 2.02.028 3.029.04-.116.21-.26.432-.214.684.031.433.488.691.888.668 1.085-.005 2.17.008 3.254-.006.462-.001.922-.407.832-.894-.037-.368-.379-.586-.709-.664-.01-.547.019-1.094-.011-1.642a.496.496 0 0 0-.461-.455c-.458-.03-.919-.006-1.379-.01.157-.414.208-.883.024-1.297-.256-.584-.412-1.214-.769-1.751-.244-.356-.274-.793-.379-1.199-.134-.414-.815-.488-.989-.065z"/><path fill="#ffd100" d="M12.001 13.794c.482-.442 1.1.419 1.579-.036l.116.32c-.367.028-.767-.07-1.112.076-.432.515-.725 1.133-1.108 1.685a6.101 6.101 0 0 1-.552-.5c.36-.514.68-1.058 1.076-1.544zM12.85 14.971c.274.03.545.079.817.119-.455.167-.305.698-.325 1.074-.38.025-.763.014-1.135-.073.234-.362.452-.733.643-1.12z"/><path d="M12.96 10.811c.174-.424.854-.349.989.065.106.406.136.842.379 1.199.358.536.514 1.166.769 1.751.184.414.133.883-.024 1.297.46.004.92-.02 1.379.01a.497.497 0 0 1 .461.455c.03.547.001 1.094.011 1.642.33.078.672.295.709.664.09.487-.37.893-.832.894-1.085.014-2.17.001-3.254.006-.4.023-.857-.235-.888-.668-.047-.252.097-.474.214-.684-1.009-.012-2.026.098-3.029-.04-.103.162-.206.324-.311.486.606.043 1.349.098 1.727.647.112.289-.271.266-.451.263-1.096-.056-2.245.158-3.287-.282-.566-.223-1.169-.59-1.309-1.23-.002-.288.385-.443.553-.191.445.538 1.127 1.001 1.856.869.354-.049.474-.446.682-.683-.734-.232-1.454-.574-1.985-1.147.475-.844 1.319-1.494 2.286-1.644.16-.048.39-.014.45-.215.431-.786.839-1.584 1.28-2.364.222.427.23.93.041 1.37-.204.578-.397 1.159-.599 1.738.302-.436.594-.878.893-1.316.146-.26.446-.348.679-.508.246-.011.491.007.734.044.173-.412.361-.817.481-1.248-.174-.025-.353-.028-.52-.085-.154-.338-.168-.736-.085-1.093m-.958 2.981c-.396.486-.716 1.031-1.076 1.544.174.176.356.346.552.5.383-.552.676-1.17 1.108-1.685.346-.145.745-.048 1.112-.076l-.116-.32c-.479.455-1.097-.406-1.579.036m.848 1.178c-.191.386-.409.757-.643 1.12.372.088.755.098 1.135.073.02-.376-.13-.907.325-1.074-.272-.04-.544-.089-.817-.119z"/></symbol><symbol viewBox="0 0 24 24" id="warning--snowmobiles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.55.126c.39-.215.888-.086 1.177.239 3.602 3.595 7.192 7.204 10.796 10.798.227.222.449.498.426.836.007.466-.395.763-.688 1.063-3.404 3.4-6.804 6.802-10.205 10.202-.3.292-.593.697-1.06.682-.473.031-.773-.377-1.073-.672C7.405 19.752 3.88 16.236.361 12.716c-.224-.215-.38-.517-.336-.834.031-.395.364-.652.617-.917C4.166 7.445 7.686 3.921 11.208.398c.106-.1.214-.198.341-.272m.132.155a1.671 1.671 0 0 0-.335.262C7.744 4.145 4.142 7.749.538 11.349c-.174.174-.342.39-.323.653-.001.39.353.622.592.876 3.396 3.4 6.794 6.797 10.192 10.195.204.2.39.424.628.587.3.179.702.091.928-.167 3.523-3.527 7.048-7.052 10.573-10.576.248-.27.626-.506.628-.914.019-.257-.14-.473-.312-.646L12.643.556c-.234-.265-.618-.451-.96-.275z"/><path fill="#ffd520" d="M11.791.622c.21-.163.451.019.601.173 3.586 3.584 7.169 7.171 10.756 10.753.134.145.325.328.241.546-.127.263-.376.437-.571.644-3.482 3.481-6.967 6.961-10.445 10.446-.14.146-.359.311-.564.175-.234-.168-.422-.389-.625-.59C7.704 19.287 4.22 15.808.74 12.327c-.259-.197-.198-.554.042-.737C4.221 8.146 7.665 4.707 11.107 1.265c.223-.22.427-.462.684-.643M9.082 7.758c-1.273.812-2.552 1.618-3.823 2.434-.702.42-.365 1.344-.442 2.009 2.527-.001 5.054.001 7.582-.001-.75-1.405-1.508-2.807-2.254-4.214-.107-.178-.197-.404-.419-.463-.244-.055-.445.127-.644.236m8.214 2.548c-1.447 0-2.896-.011-4.343.002-.392-.04-.715.438-.516.784.178.383.4.743.586 1.122 2.101.002 4.202-.001 6.305.004.169.006.426-.006.43-.234.04-.658.001-1.319.019-1.979-.316-.312-.768-.25-1.172-.239-.5.004-.802.563-1.308.54M3.869 12.488c-.002 1.046.924 2.056 1.998 2.002 1.328-.005 2.657-.001 3.985-.002a50.053 50.053 0 0 1 0-.775h-4.1c-.803.036-1.483-.618-1.672-1.366-.044-.311-.287-.016-.211.142m6.277.206c.091.466.396.846.595 1.268.152.342.508.58.888.55 2.248-.004 4.495.002 6.743-.002a.983.983 0 0 0 .958-.716c.067-.365.035-.738.037-1.106-3.074.005-6.148-.008-9.221.007z"/><path d="M11.681.281c.342-.176.726.01.96.275l10.801 10.801c.172.173.331.389.312.646-.001.408-.379.644-.628.914-3.526 3.523-7.05 7.049-10.573 10.576-.226.258-.628.346-.928.167-.238-.163-.424-.386-.628-.587C7.6 19.675 4.201 16.277.805 12.878c-.239-.254-.593-.486-.592-.876-.019-.263.149-.479.323-.653C4.141 7.749 7.742 4.145 11.344.543c.103-.096.209-.193.335-.262m.112.341c-.257.181-.461.424-.684.643C7.665 4.707 4.221 8.146.782 11.59c-.24.182-.301.54-.042.737 3.48 3.481 6.964 6.96 10.444 10.442.203.202.391.422.625.59.205.136.424-.029.564-.175 3.478-3.485 6.962-6.965 10.445-10.446.196-.208.444-.382.571-.644.084-.218-.107-.401-.241-.546-3.587-3.582-7.17-7.169-10.756-10.753-.15-.154-.391-.336-.601-.173z"/><path d="M9.082 7.758c.199-.109.401-.292.644-.236.222.059.312.286.419.463.745 1.408 1.504 2.809 2.254 4.214-2.527.002-5.054 0-7.582.001.077-.665-.26-1.589.442-2.009 1.271-.816 2.55-1.621 3.823-2.434zM17.296 10.307c.506.023.808-.536 1.308-.54.404-.011.857-.073 1.172.239-.018.66.02 1.321-.019 1.979-.004.228-.26.24-.43.234-2.102-.005-4.204-.001-6.305-.004-.186-.379-.408-.739-.586-1.122-.199-.346.124-.823.516-.784 1.447-.013 2.896-.002 4.343-.002zM3.869 12.488c-.076-.157.167-.452.211-.142.188.748.869 1.402 1.672 1.366h4.1c-.002.258-.002.517 0 .775-1.328.001-2.657-.002-3.985.002-1.074.054-2-.955-1.998-2.002zM10.146 12.695c3.073-.016 6.146-.002 9.221-.007-.002.368.03.742-.037 1.106a.98.98 0 0 1-.958.716c-2.248.005-4.495-.001-6.743.002-.38.03-.736-.208-.888-.55-.199-.422-.504-.803-.595-1.268z"/></symbol><symbol viewBox="0 0 24 24" id="warning--snowmobiles-and-others--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.164.482c.223-.227.497-.449.834-.442.341-.019.63.19.856.421 3.58 3.584 7.163 7.165 10.745 10.746.185.18.313.404.402.646v.272c-.1.506-.54.812-.872 1.164a9133.46 9133.46 0 0 0-10.321 10.325 1.533 1.533 0 0 1-.647.385h-.221c-.504-.068-.805-.499-1.145-.826C7.314 19.685 3.824 16.205.343 12.717c-.41-.377-.391-1.068.025-1.432C3.961 7.678 7.569 4.086 11.164.48m.645-.179c-.194.056-.338.205-.481.338-3.596 3.607-7.207 7.2-10.8 10.811-.322.281-.352.821-.02 1.105 3.643 3.646 7.288 7.289 10.931 10.933.281.354.846.371 1.136.02 3.545-3.542 7.082-7.09 10.631-10.627.238-.251.582-.493.56-.881.005-.286-.205-.499-.389-.691-3.584-3.576-7.16-7.16-10.744-10.739-.205-.223-.522-.372-.824-.27z"/><path fill="#ffd520" d="M11.819.682c.222-.173.466.028.623.186 3.562 3.562 7.121 7.126 10.686 10.684.138.156.34.322.286.558-.15.286-.415.484-.634.714-3.482 3.475-6.954 6.961-10.439 10.434a.416.416 0 0 1-.655-.006c-3.606-3.6-7.2-7.212-10.81-10.807-.14-.146-.33-.326-.24-.551.157-.266.406-.462.617-.683 3.282-3.277 6.559-6.558 9.838-9.838.241-.233.457-.493.728-.691M9.833 5.513c-.803.522-1.625 1.015-2.42 1.548-.424.294-.221.881-.266 1.315 1.676 0 3.354.001 5.03-.001-.479-.893-.96-1.786-1.433-2.682-.089-.152-.166-.323-.312-.428-.227-.02-.41.148-.599.248m5.523 1.607c-.923.012-1.846-.013-2.768.005-.232-.031-.476.187-.41.428.112.293.275.563.419.84 1.478-.02 2.958.037 4.434-.029.086-.467.034-.947.046-1.42l-.217-.188c-.221.004-.442-.007-.659.025-.288.097-.524.352-.844.338m-8.836 1.19c-.108.722.401 1.514 1.156 1.571.936.024 1.872 0 2.807.008v-.504c-.972-.014-1.946.029-2.917-.019-.563-.065-.806-.62-1.045-1.056m4.129.415c.168.33.323.67.533.976.15.229.451.212.69.215a698.37 698.37 0 0 1 4.094 0c.215-.004.462.006.622-.166.302-.258.193-.697.226-1.044-2.054.012-4.11-.028-6.164.019m-.796 2.758c-.2.588-.384 1.182-.572 1.774l-.418.001v1.028a31.08 31.08 0 0 0-1.148.358l.06.238c.674-.084 1.334-.31 2.015-.312.683.708 1.243 1.529 1.877 2.281l.721-.002v-.222l-.634-.002c-.607-.816-1.193-1.648-1.822-2.446-.14-.233-.427-.046-.636-.053.268-.794.4-1.634.72-2.407.404-.079.878.109 1.21-.202-.454-.071-.916-.062-1.373-.034m.307 1.257c-.104.295-.209.59-.312.887.244.319.485.638.726.959a498.24 498.24 0 0 1 1.729 0c.001-.21.002-.42.005-.629-.38-.34-.738-.704-1.128-1.033-.272-.262-.679-.157-1.02-.184m2.313 1.138v.683l.882.001c-.137.505-.301 1.004-.396 1.52.433-.385.61-.968 1.013-1.376.478-.152 1.009-.041 1.508-.072.47.342.892.751 1.391 1.054-.198-.529-.694-.862-1.039-1.291-.197-.284-.546-.301-.859-.312-.054-.19.02-.455-.169-.58-.78.097-1.556.235-2.33.373m-1.689.996c.348.475.7.947 1.044 1.426.252-.042.638.085.757-.22.155-.39.236-.805.354-1.207l-2.155.001m-2.724.903c-.121.167-.23.341-.346.511l-.085.384.005.365c.022.1.064.296.084.395l.143.126c.014.06.046.178.06.238.344.32.767.565 1.25.56.282-.023.569-.086.796-.265l.102.034c.04-.068.118-.208.156-.276l.167-.072a1.871 1.871 0 0 0 .092-1.711 29.915 29.915 0 0 1-.306-.312c-.151-.122-.312-.233-.464-.352a1.663 1.663 0 0 0-1.654.376m6.234-.347c-.119.078-.241.154-.364.228-.125.148-.256.29-.385.433-.062.187-.12.376-.176.564.004.14.001.281-.005.422l.077.124c.034.134.068.268.104.402.216.276.484.506.791.678.193.02.386.052.58.074l.398-.047c.138-.066.27-.143.401-.222l.097.028.145-.208c.089-.097.178-.193.264-.292.05-.131.101-.263.148-.395.018-.199.025-.398.037-.598a12.112 12.112 0 0 1-.109-.416 1.545 1.545 0 0 0-.457-.461l.067-.114a2.233 2.233 0 0 1-.455-.194l-.353-.133a5.369 5.369 0 0 0-.805.126z"/><path fill="#ffd520" d="M8.818 16.048c.611-.301 1.367.344 1.164.995-.125.607-.965.856-1.403.419-.455-.385-.317-1.2.239-1.414m.108.216c-.383.134-.509.67-.236.967.28.352.916.238 1.045-.197.198-.473-.352-.985-.809-.77zM14.579 16.04c.606-.281 1.339.352 1.148.992-.119.604-.946.865-1.391.442-.479-.383-.336-1.23.242-1.434m.105.218c-.397.127-.53.679-.246.98.286.347.92.224 1.043-.214.185-.464-.344-.964-.797-.767z"/><path d="M11.809.301c.302-.102.619.047.824.27 3.583 3.578 7.159 7.163 10.744 10.739.184.192.394.406.389.691.022.388-.323.63-.56.881-3.548 3.538-7.086 7.085-10.631 10.627-.29.35-.856.334-1.136-.02L.508 12.556c-.331-.284-.301-.824.02-1.105C4.121 7.84 7.732 4.247 11.328.64c.143-.133.287-.282.481-.338m.01.38c-.271.198-.487.458-.728.691-3.278 3.28-6.556 6.56-9.838 9.838-.211.221-.46.416-.617.683-.09.224.1.404.24.551 3.61 3.595 7.204 7.207 10.81 10.807.166.21.487.221.655.006 3.485-3.473 6.956-6.959 10.439-10.434.218-.23.484-.428.634-.714.054-.236-.148-.402-.286-.558C19.563 7.994 16.004 4.43 12.442.868c-.157-.158-.401-.359-.623-.186z"/><path d="M9.833 5.513c.188-.101.372-.269.599-.248.146.106.223.276.312.428.473.896.954 1.789 1.433 2.682-1.676.002-3.354.001-5.03.001.046-.434-.157-1.021.266-1.315.796-.533 1.618-1.026 2.42-1.548zM15.356 7.12c.319.013.556-.241.844-.338.217-.032.438-.022.659-.025l.217.188c-.012.473.041.953-.046 1.42-1.476.066-2.956.008-4.434.029-.144-.277-.307-.547-.419-.84-.066-.241.179-.46.41-.428.923-.018 1.846.007 2.768-.005zM6.521 8.309c.239.436.482.991 1.045 1.056.971.048 1.945.005 2.917.019v.504c-.935-.008-1.871.016-2.807-.008-.755-.056-1.264-.848-1.156-1.571zM10.651 8.724c2.054-.047 4.11-.007 6.164-.019-.032.347.077.786-.226 1.044-.16.172-.407.162-.622.166a698.37 698.37 0 0 0-4.094 0c-.239-.002-.54.014-.69-.215-.21-.306-.365-.646-.533-.976zM9.856 11.482c.457-.029.919-.037 1.373.034-.331.311-.805.122-1.21.202-.32.773-.452 1.613-.72 2.407.209.007.496-.18.636.053.629.798 1.214 1.63 1.822 2.446l.634.002v.222l-.721.002c-.634-.752-1.194-1.573-1.877-2.281-.68.002-1.34.228-2.015.312a11.848 11.848 0 0 0-.06-.238c.38-.128.764-.244 1.148-.358v-1.028l.418-.001c.188-.592.372-1.186.572-1.774z"/><path d="M10.163 12.739c.341.026.748-.078 1.02.184.39.329.748.694 1.128 1.033l-.005.629a498.24 498.24 0 0 0-1.729 0c-.241-.32-.482-.64-.726-.959.103-.296.208-.592.312-.887zM12.476 13.877c.774-.138 1.55-.276 2.33-.373.19.125.115.39.169.58.313.011.662.028.859.312.346.43.841.762 1.039 1.291-.499-.302-.92-.712-1.391-1.054-.499.031-1.031-.08-1.508.072-.403.408-.58.991-1.013 1.376.095-.516.259-1.015.396-1.52l-.882-.001v-.683z"/><path d="M10.788 14.873l2.155-.001c-.118.402-.199.817-.354 1.207-.119.305-.505.178-.757.22-.344-.479-.696-.95-1.044-1.426zM8.064 15.776a1.663 1.663 0 0 1 1.654-.376c.152.119.313.229.464.352.101.104.203.209.306.312a1.871 1.871 0 0 1-.092 1.711l-.167.072c-.038.068-.116.208-.156.276l-.102-.034c-.227.179-.514.242-.796.265-.484.005-.906-.24-1.25-.56-.014-.06-.046-.178-.06-.238a16.138 16.138 0 0 1-.143-.126l-.084-.395-.005-.365c.029-.127.058-.256.085-.384.115-.17.224-.344.346-.511m.754.273c-.556.214-.694 1.028-.239 1.414.438.437 1.278.188 1.403-.419.203-.65-.553-1.296-1.164-.995zM14.298 15.43c.266-.059.534-.108.805-.126l.353.133c.144.08.295.148.455.194l-.067.114c.19.113.332.282.457.461.034.139.071.278.109.416-.012.199-.019.398-.037.598-.047.132-.097.264-.148.395-.086.098-.175.194-.264.292l-.145.208-.097-.028a4.746 4.746 0 0 1-.401.222l-.398.047c-.193-.023-.386-.054-.58-.074a2.644 2.644 0 0 1-.791-.678 19.789 19.789 0 0 1-.104-.402l-.077-.124c.006-.142.008-.282.005-.422.056-.188.114-.377.176-.564.13-.143.26-.286.385-.433.122-.074.245-.15.364-.228m.281.609c-.578.204-.721 1.051-.242 1.434.445.424 1.272.162 1.391-.442.191-.641-.542-1.273-1.148-.992z"/><path d="M8.926 16.264c.457-.215 1.007.298.809.77-.13.434-.766.548-1.045.197-.272-.298-.146-.833.236-.967zM14.683 16.258c.452-.197.982.302.797.767-.122.438-.757.56-1.043.214-.284-.301-.151-.853.246-.98z"/></symbol><symbol viewBox="0 0 24 24" id="warning--soft-shoulder--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.935 0h.092c.365.013.696.197.946.455C16.487 3.982 20 7.509 23.515 11.034c.262.238.438.554.485.906v.106c-.042.324-.18.634-.424.856-3.556 3.568-7.108 7.138-10.661 10.705-.18.187-.413.307-.655.394h-.534a1.722 1.722 0 0 1-.642-.395C7.632 20.136 4.177 16.668.723 13.2c-.316-.313-.716-.629-.724-1.115v-.156a1.14 1.14 0 0 1 .365-.769C3.915 7.594 7.469 4.031 11.021.464c.244-.248.557-.445.913-.463m-.37.395c-.122.078-.228.18-.332.28C7.814 4.098 4.397 7.522.978 10.943c-.292.3-.68.601-.684 1.061-.004.426.352.718.626.994 3.479 3.482 6.955 6.968 10.433 10.452.33.36.96.359 1.283-.011 3.497-3.503 6.992-7.008 10.489-10.51.158-.161.328-.312.456-.499a.909.909 0 0 0-.211-1.112C19.817 7.753 16.258 4.192 12.7.632c-.27-.329-.756-.442-1.135-.235z"/><path fill="#fde012" d="M11.916.874c.178-.04.318.092.434.205 3.314 3.326 6.629 6.654 9.944 9.979.263.281.564.528.794.839.098.181-.089.322-.193.443-3.542 3.538-7.073 7.086-10.612 10.627-.119.16-.367.26-.502.06-3.582-3.58-7.156-7.169-10.735-10.752-.203-.137-.196-.403-.002-.545 3.407-3.433 6.829-6.853 10.24-10.283.204-.197.384-.428.631-.574M9.779 8.808c-.118.251-.409.325-.626.464-.146.556-.307 1.106-.436 1.666.041.22.206.396.307.593a70.26 70.26 0 0 0-.226.85c.292.076.584.149.877.22.071-.284.144-.568.22-.85 1.422.361 2.843.731 4.262 1.105-.077.283-.15.568-.224.853.281.066.562.134.84.212-.928.018-1.855.004-2.783.007l-.001-1.322H4.337v1.298c2.26.001 4.519-.002 6.78.001l.001.748h8.075v-.724c-1.463 0-2.926-.002-4.388.001.067-.292.133-.582.196-.875.182-.098.364-.198.548-.294.156-.575.302-1.152.454-1.727-.108-.185-.228-.365-.312-.563-.032-.606-.001-1.213-.013-1.82-1.715-.416-3.419-.878-5.136-1.286-.258.479-.505.962-.762 1.442z"/><path fill="#fde012" d="M10.12 9.06l.646-1.199c1.492.367 2.98.758 4.464 1.154.008.457.017.914.024 1.372-1.706-.46-3.421-.889-5.134-1.327z"/><path d="M11.564.396a.923.923 0 0 1 1.135.235c3.558 3.56 7.117 7.121 10.67 10.686a.908.908 0 0 1 .211 1.112c-.128.187-.298.338-.456.499-3.497 3.502-6.992 7.007-10.489 10.51-.323.37-.953.371-1.283.011-3.478-3.484-6.954-6.97-10.433-10.452-.275-.276-.63-.568-.626-.994.004-.46.392-.761.684-1.061C4.396 7.521 7.813 4.097 11.231.675c.104-.1.21-.202.332-.28m.353.479c-.247.145-.427.377-.631.574-3.41 3.43-6.833 6.85-10.24 10.283-.193.142-.2.408.002.545 3.58 3.583 7.153 7.172 10.735 10.752.134.2.383.1.502-.06 3.539-3.541 7.069-7.09 10.612-10.627.104-.121.292-.262.193-.443-.23-.311-.532-.558-.794-.839-3.316-3.325-6.63-6.653-9.944-9.979-.116-.113-.257-.245-.434-.205z"/><path d="M9.779 8.808c.257-.48.504-.964.762-1.442 1.717.408 3.421.87 5.136 1.286.012.607-.019 1.214.013 1.82.084.198.204.378.312.563-.151.575-.298 1.152-.454 1.727-.185.096-.366.196-.548.294a44.13 44.13 0 0 1-.196.875c1.463-.004 2.926-.001 4.388-.001v.724h-8.075l-.001-.748c-2.261-.004-4.52 0-6.78-.001v-1.298h7.652l.001 1.322c.928-.004 1.855.011 2.783-.007a20.228 20.228 0 0 0-.84-.212c.074-.286.148-.57.224-.853-1.42-.374-2.84-.744-4.262-1.105-.076.282-.149.565-.22.85a51.067 51.067 0 0 1-.877-.22c.073-.284.149-.568.226-.85-.101-.197-.266-.373-.307-.593.128-.559.289-1.11.436-1.666.217-.139.509-.214.626-.464m.342.251c1.712.438 3.427.868 5.134 1.327l-.024-1.372a235.594 235.594 0 0 0-4.464-1.154L10.12 9.06z"/></symbol><symbol viewBox="0 0 24 24" id="warning--soft-shoulder--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.653 1.489h.575c.368.148.639.444.808.796 3.568 6.182 7.142 12.361 10.714 18.541.08.148.144.303.211.458l.039-.083v.569l-.027-.108c-.112.375-.378.688-.756.814l.079.034H.811c-.371-.135-.639-.428-.811-.775v-.45c.173-.31.273-.702.583-.907-.162.384-.495.72-.472 1.161a.924.924 0 0 0 .936.86h21.904c.674.032 1.158-.794.798-1.366-3.615-6.281-7.253-12.55-10.873-18.828-.119-.205-.261-.414-.486-.512-.398-.202-.935-.059-1.169.324-.307.482-.557.999-.875 1.473.01-.295.218-.52.349-.769.278-.448.475-1.031 1.034-1.197l-.075-.035z"/><path d="M10.194 3.623l.109-.067a81.25 81.25 0 0 1-1.882 3.266c.004-.25.166-.448.282-.656.506-.843.963-1.716 1.492-2.543zM8.265 6.958l.117-.078c-.158.335-.356.649-.539.971-.574.971-1.112 1.964-1.707 2.922.015-.272.192-.489.32-.718.611-1.027 1.177-2.083 1.81-3.096zM5.719 11.327c.108-.178.186-.394.382-.495-.281.556-.617 1.083-.921 1.627-.59 1.004-1.149 2.028-1.761 3.018.02-.288.209-.516.342-.759.653-1.13 1.309-2.258 1.959-3.391zM10.747 13.705c.363-.272.576-.732.993-.932.755.141 1.486.406 2.233.595.234.099.564.08.702.327.112.364.149.747.243 1.117.064.225.38.342.319.609-.091.395-.21.786-.328 1.175-.066.201-.294.195-.463.153-.054.151-.06.329-.186.443-.193.139.213.041.166.208-.146.144-.377.018-.249-.184l-.309-.095c-.139.075-.273.249-.441.139.058-.103.196-.194.156-.328-.129.041-.348.124-.284-.119.134.016.269.032.404.045a1.111 1.111 0 0 1 .026-.33c-.95-.263-1.897-.54-2.849-.794-.068.15-.04.385-.193.478-.204-.032-.42-.067-.597-.178-.03-.167.051-.328.077-.491-.125-.059-.287-.129-.282-.294.076-.408.208-.804.323-1.202.059-.249.349-.257.54-.342m.853-.529c-.207.223-.42.448-.581.707 1.211.328 2.421.667 3.626 1.016-.054-.311-.083-.627-.16-.933-.066-.16-.252-.189-.398-.233-.696-.187-1.384-.404-2.081-.589-.129-.039-.3-.08-.406.032zM3.216 15.658a.239.239 0 0 1 .173-.132 196.822 196.822 0 0 1-2.772 4.796.84.84 0 0 1 .099-.34 1241.48 1241.48 0 0 0 2.5-4.323z"/><path d="M6.724 16.339c1.667-.016 3.334 0 5.001-.008.003.221.003.441.003.662-1.667.003-3.334 0-5.001.001 0-.219 0-.437-.003-.655zM12.211 16.845c.074-.109.307-.008.203.117-.074.101-.294.003-.203-.117zM12.519 17.192c-.216-.374.519-.435.596-.104a.575.575 0 0 1-.575.092 7.763 7.763 0 0 1-.018.151c-.241.124-.304-.222-.003-.138zM14.628 17.001c.074-.095.304-.009.211.115-.074.098-.316.014-.211-.115zM13.156 17.076c.152-.046.204-.002.155.135-.148.045-.2 0-.155-.135zM15.203 17.136c.088-.056.319-.01.266.122-.048.208-.514.043-.266-.122zM13.851 17.289c.114-.046.273.111.147.203-.145.154-.366-.146-.147-.203zM15.691 17.42c.154-.241.54-.239.684.011a.554.554 0 0 1-.511.154c.05.083.122.133.216.149.018.254-.392.224-.359-.026l.152.011c-.028-.116-.027-.27-.183-.299zM12.647 17.472l.144-.083.157.081c-.098.108-.208.124-.3.003zM13.274 17.403a.253.253 0 0 1 .282.053c.058.28-.557.143-.282-.053zM14.569 17.401c.166-.089.444-.08.528.115-.092.241-.532.249-.633.003l.105-.118zM15.429 17.473c.117-.095.312.092.157.181-.117.094-.314-.091-.157-.181zM13.945 17.638c.088-.077.279-.014.241.121-.054.19-.413.027-.241-.121zM15.161 17.651c.15-.044.203.001.159.134-.154.045-.208 0-.159-.134zM16.415 17.694c.109-.032.215-.021.3.058l-.206.098-.095-.156zM16.954 17.643c.105-.028.35-.042.3.135-.181.027-.399.381-.543.137.142-.025.179-.168.243-.272z"/><path fill="#fff" d="M11.221 2.017c.234-.383.772-.526 1.169-.324.225.098.367.307.486.512 3.62 6.278 7.258 12.547 10.873 18.828.36.573-.124 1.398-.798 1.366H1.047a.924.924 0 0 1-.936-.86c-.023-.441.31-.777.472-1.161l.034-.058c.947-1.585 1.87-3.185 2.772-4.796l.018-.032.01-.016c.612-.991 1.171-2.015 1.761-3.018.305-.544.64-1.07.921-1.627l.035-.06c.596-.958 1.133-1.951 1.707-2.922.183-.321.381-.635.539-.971l.039-.059a82.665 82.665 0 0 0 1.882-3.266l.044-.065c.318-.475.568-.992.875-1.473m.556-.032c-.243.095-.349.353-.476.561C7.722 8.745 4.135 14.942.557 21.144c-.272.367.025.943.487.914 7.274.007 14.547.001 21.821.003.279.023.581-.147.642-.434.081-.278-.11-.524-.236-.752C19.686 14.679 16.11 8.476 12.524 2.28c-.134-.266-.466-.418-.749-.297z"/><path fill="#fff" d="M11.919 6.127c.056-.159.149-.003.182.071 2.597 4.512 5.22 9.011 7.808 13.528-5.281.01-10.562.006-15.843.002 2.608-4.54 5.24-9.065 7.853-13.601m-1.172 7.578c-.192.085-.482.093-.54.342-.116.398-.247.794-.323 1.202-.005.166.157.236.282.294-.026.163-.107.324-.077.491.178.11.393.146.597.178.152-.094.124-.328.193-.478.952.254 1.899.531 2.849.794-.025.11-.034.219-.026.33-.135-.012-.27-.029-.404-.045-.064.243.155.16.284.119.04.133-.098.224-.156.328.168.11.302-.064.441-.139.077.025.232.072.309.095-.128.202.102.328.249.184.046-.167-.359-.069-.166-.208.125-.114.131-.293.186-.443.169.042.398.047.463-.153.118-.389.237-.78.328-1.175.061-.266-.255-.384-.319-.609-.094-.37-.13-.752-.243-1.117-.138-.247-.468-.228-.702-.327-.746-.189-1.478-.454-2.233-.595-.417.2-.631.66-.993.932m-4.022 2.634c.003.218.003.436.003.655 1.668-.001 3.335.002 5.001-.001 0-.221 0-.441-.003-.662-1.667.008-3.334-.008-5.001.008m5.487.506c-.091.12.129.218.203.117.104-.125-.129-.226-.203-.117m.308.347c-.3-.083-.237.263.003.138l.018-.151a.576.576 0 0 0 .575-.092c-.076-.331-.812-.27-.596.104m2.109-.19c-.105.129.137.213.211.115.093-.123-.137-.209-.211-.115m-1.472.075c-.045.135.007.18.155.135.049-.137-.003-.181-.155-.135m2.047.06c-.248.165.218.33.266.122.053-.131-.179-.178-.266-.122m-1.352.153c-.219.057.002.357.147.203.126-.092-.033-.249-.147-.203m1.84.131c.156.029.155.183.183.299l-.152-.011c-.033.25.377.28.359.026a.3.3 0 0 1-.216-.149.557.557 0 0 0 .511-.154c-.144-.25-.53-.252-.684-.011m-3.045.052c.093.122.202.105.3-.003l-.157-.081-.144.083m.628-.068c-.275.196.34.334.282.053a.252.252 0 0 0-.282-.053m1.295-.002l-.105.118c.102.245.541.237.633-.003-.084-.194-.363-.204-.528-.115m.86.072c-.158.09.039.275.157.181.155-.089-.04-.276-.157-.181m-1.484.165c-.173.148.187.311.241.121.039-.135-.152-.198-.241-.121m1.216.013c-.048.134.005.179.159.134.044-.133-.01-.178-.159-.134m1.254.043l.095.156.206-.098c-.086-.079-.192-.09-.3-.058m.538-.051c-.065.103-.102.247-.243.272.144.244.362-.11.543-.137.051-.177-.194-.163-.3-.135z"/><path fill="#fff" d="M11.601 13.176c.106-.111.278-.07.406-.032.697.185 1.385.401 2.081.589.145.044.332.073.398.233.077.306.106.622.16.933a216.428 216.428 0 0 0-3.626-1.016c.161-.259.374-.483.581-.707z"/><path fill="#cf181f" d="M11.776 1.983c.283-.121.615.031.749.297 3.586 6.196 7.161 12.399 10.747 18.595.126.229.317.475.236.752-.061.287-.363.457-.642.434-7.274-.003-14.547.003-21.821-.003-.462.029-.759-.547-.487-.914 3.578-6.202 7.165-12.399 10.743-18.6.127-.208.232-.466.476-.561m.142 4.144c-2.613 4.536-5.245 9.061-7.853 13.601 5.281.004 10.562.008 15.843-.002-2.587-4.518-5.211-9.017-7.808-13.528-.033-.074-.126-.23-.182-.071z"/></symbol><symbol viewBox="0 0 24 24" id="warning--soft-shoulder--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.357 2.314c.699-.633 1.784-.764 2.607-.298l.058.034c.365.232.673.549.895.919.397.65.796 1.299 1.176 1.958l.009.016.008.015c.128.207.255.415.378.624.005.011.017.029.022.038.124.204.247.41.368.617.008.011.021.034.028.046.124.203.245.407.367.612l.03.049c.433.727.88 1.445 1.286 2.185l.034.071.037.088c.005.262.067.609.392.63l.022.066c-.032.261.058.596.377.599l.021.066c-.009.256.058.612.381.617l.021.044c.135.313.31.605.51.881l.018.03c-.046.265.054.596.371.607l.017.059c-.009.257.062.611.384.622l.02.042c.132.311.307.603.506.876l.022.037c-.07.278.058.57.361.613l.028.057c-.049.284.071.592.386.634l.045.08c.012.017.033.054.044.073.31.495.599 1.002.885 1.513l.034.059c.121.207.244.414.361.624l.049.087.063.112.05.088c.487.804 1.044 1.738.774 2.714-.166.75-.803 1.266-1.474 1.563H1.399a3.505 3.505 0 0 1-1.371-1.11l-.03-.041v-1.828c.165-.338.355-.663.509-1.006l.018-.038c.319-.007.396-.36.373-.616l.034-.037c.29-.08.401-.365.364-.644l.02-.032c.345-.483.638-1.001.903-1.531l.024-.038c.297-.069.41-.357.371-.637l.02-.032c.34-.489.653-1 .902-1.543l.021-.045c.318-.015.397-.365.377-.624l.02-.032c.328-.492.666-.99.901-1.535l.029-.058c.31-.024.389-.356.377-.613l.017-.061c.315-.009.413-.342.371-.604l.02-.033c.195-.265.355-.553.498-.849l.045-.071c.303-.054.393-.351.371-.621l.017-.058c.319-.005.421-.343.36-.607.146-.266.297-.531.46-.787l.024-.034.021-.04c.115-.196.228-.393.349-.585l.024-.034.021-.038a20.427 20.427 0 0 1 .385-.644 29.632 29.632 0 0 1 .397-.661c.123-.208.249-.415.377-.621l.008-.012.008-.015c.421-.661.742-1.41 1.321-1.954m1.451 1.81a4713.05 4713.05 0 0 0-9.649 16.377c6.473.003 12.948.004 19.422 0a4980.596 4980.596 0 0 0-9.65-16.378l-.123.001z"/><path fill="#b17a7e" opacity=".95" d="M12.964 2.016zM9.02 4.295a.593.593 0 0 1 .016-.026l-.008.015-.008.012zM8.616 4.96a.636.636 0 0 0 .026-.044l-.026.044zM15.094 4.928l.017.03-.008-.015-.009-.016zM8.222 5.618zM15.489 5.582c.005.011.017.029.022.038l-.022-.038zM7.838 6.255l.022-.034-.021.038-.024.034.022-.038zM15.88 6.237c.008.011.021.034.028.046-.007-.012-.02-.036-.028-.046zM7.444 6.914l.022-.036-.021.04-.024.034.022-.038zM16.274 6.895l.03.049-.03-.049zM6.601 8.346c.05-.237.199-.431.36-.607.061.264-.041.601-.36.607zM17.59 9.129l.034.071-.034-.071zM17.661 9.289c.206.153.326.388.392.63-.324-.021-.386-.368-.392-.63zM5.28 10.582a1.15 1.15 0 0 1 .371-.604c.042.262-.055.595-.371.604zM18.075 9.985c.186.156.322.361.377.599-.319-.003-.409-.338-.377-.599zM19.404 12.222c.175.165.318.368.371.607-.316-.011-.417-.342-.371-.607zM20.724 14.465c.186.16.303.376.361.613-.303-.044-.431-.335-.361-.613zM21.113 15.135c.189.171.31.394.386.634-.315-.042-.435-.351-.386-.634zM21.545 15.849l.022.034.021.038-.044-.073zM22.473 17.434l.017.028.017.032-.034-.059zM22.869 18.117l.049.087-.049-.087zM22.981 18.316zM0 21.53c.008.011.024.03.03.041L0 21.542v-.012z"/><path fill="#fff" d="M11.806 4.122l.123-.001a4980.596 4980.596 0 0 1 9.65 16.378c-6.473.004-12.948.003-19.422 0a4559.328 4559.328 0 0 1 9.649-16.377m-3.095 9.223c-.282.041-.359.389-.331.629.053.467.157.924.24 1.386-.281.082-.684.107-.765.455.009.33.044.659.103.984l.225.067c.004.392.003.783.003 1.176-.719-.038-1.522-.051-2.114.427-.442.335-.645.874-.757 1.399.294.047.647.138.903-.069.193-.328.323-.725.67-.93.258-.191.595-.149.897-.167 2.678-.008 5.356.007 8.035.001.345.018.732-.049 1.03.17.343.204.473.599.666.924.247.207.593.102.884.105-.058-.886-.735-1.705-1.633-1.824-.864-.098-1.741-.026-2.608-.025.273-.556-.028-1.178.119-1.759.111-.495.195-1.12-.182-1.523-.284-.042-.593.08-.858-.033-.132-.556-.096-1.139-.231-1.695-.065-.199-.29-.285-.483-.225-1.271.174-2.544.336-3.812.525zM6.214 9.025c.05-.243.164-.476.371-.621.022.27-.067.567-.371.621zM5.67 9.945c.148-.293.311-.579.498-.849a5.377 5.377 0 0 1-.498.849zM4.886 11.256c.036-.249.19-.452.377-.613.012.257-.067.589-.377.613zM18.473 10.65c.196.154.311.381.381.617-.323-.005-.39-.361-.381-.617zM3.956 12.849c.28-.524.585-1.031.901-1.535-.235.545-.572 1.043-.901 1.535zM18.876 11.31c.182.287.353.579.51.881a4.58 4.58 0 0 1-.51-.881zM3.559 13.505c.069-.237.185-.463.377-.624.02.258-.059.609-.377.624zM19.792 12.887c.198.156.311.385.384.622-.322-.012-.393-.365-.384-.622z"/><path fill="#fff" d="M8.975 13.851c1.176-.161 2.351-.338 3.529-.487.062.464.138.927.208 1.391-1.183.128-2.362.316-3.549.409a53.18 53.18 0 0 0-.189-1.313zM2.636 15.092c.284-.524.589-1.035.902-1.543a10.083 10.083 0 0 1-.902 1.543zM20.196 13.552c.179.285.349.576.506.876a4.367 4.367 0 0 1-.506-.876zM2.246 15.761c.055-.245.17-.477.371-.637.04.28-.074.568-.371.637zM1.319 17.33c.286-.518.579-1.035.903-1.531-.265.53-.558 1.048-.903 1.531zM9.587 16.884c1.089-.137 2.175-.301 3.269-.4.029.52-.062 1.059.117 1.561-1.127-.021-2.255-.003-3.381-.005-.007-.385-.007-.77-.005-1.156zM.935 18.005c.042-.252.164-.484.364-.644.037.278-.074.563-.364.644zM.527 18.658c.069-.235.181-.46.373-.616.022.256-.054.609-.373.616zM7.633 18.231c1.32-.011 2.643-.012 3.964.001l.041.28a905.86 905.86 0 0 1-4.038 0l.033-.281zM5.549 19.762c.104-.878.907-1.547 1.784-1.534.088.327-.255.311-.429.426-.443.182-.63.65-.851 1.038l-.505.07zM16.327 18.222c.899-.03 1.753.628 1.861 1.54l-.51-.075c-.248-.556-.642-1.098-1.291-1.192l-.059-.273zM0 19.526c.167-.278.34-.553.509-.829-.154.343-.344.669-.509 1.006v-.177z"/><path fill="#030303" d="M8.711 13.345c1.269-.189 2.541-.351 3.812-.525.193-.059.418.026.483.225.135.555.099 1.138.231 1.695.265.113.575-.009.858.033.377.404.293 1.029.182 1.523-.146.582.154 1.203-.119 1.759.868-.001 1.745-.073 2.608.025.898.119 1.575.938 1.633 1.824-.29-.004-.637.102-.884-.105-.193-.326-.323-.72-.666-.924-.298-.219-.684-.152-1.03-.17-2.678.005-5.356-.009-8.035-.001-.302.018-.638-.024-.897.167-.347.204-.477.601-.67.93-.256.207-.609.116-.903.069.112-.525.315-1.064.757-1.399.592-.479 1.395-.465 2.114-.427 0-.393.001-.785-.003-1.176l-.225-.067a6.49 6.49 0 0 1-.103-.984c.08-.348.484-.373.765-.455-.083-.462-.187-.919-.24-1.386-.028-.24.049-.588.331-.629m.265.504c.067.438.132.876.189 1.313 1.187-.092 2.366-.281 3.549-.409-.07-.464-.146-.927-.208-1.391-1.178.149-2.353.326-3.529.487m.611 3.033c-.001.386-.001.771.005 1.156 1.126.003 2.254-.016 3.381.005-.179-.502-.088-1.042-.117-1.561-1.095.099-2.18.262-3.269.4m-1.954 1.347l-.033.281c1.345.003 2.691.003 4.038 0l-.041-.28a218.247 218.247 0 0 0-3.964-.001m-2.084 1.531l.505-.07c.22-.388.407-.856.851-1.038.174-.115.517-.099.429-.426-.877-.013-1.68.655-1.784 1.534m10.777-1.54l.059.273c.649.094 1.043.636 1.291 1.192l.51.075c-.108-.913-.961-1.571-1.861-1.54z"/></symbol><symbol viewBox="0 0 24 24" id="warning--speed-camera--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.428.146c.48-.264 1.112-.138 1.478.262 3.464 3.457 6.92 6.922 10.384 10.379.278.283.608.569.67.984.086.416-.084.85-.388 1.139-3.556 3.554-7.111 7.111-10.668 10.667-.265.266-.635.444-1.016.4-.462-.023-.79-.379-1.091-.686C7.321 19.806 3.833 16.33.356 12.845c-.481-.469-.449-1.309.048-1.754C3.92 7.567 7.446 4.052 10.962.529c.145-.138.288-.286.467-.38m.139.261c-.284.188-.506.454-.75.691C7.422 4.504 4.018 7.899.623 11.303c-.392.326-.445.968-.055 1.318 3.478 3.488 6.97 6.961 10.448 10.45.254.24.487.566.862.612.306.052.599-.102.803-.32 3.58-3.584 7.166-7.163 10.746-10.748.38-.344.331-.976-.05-1.3-3.557-3.568-7.12-7.128-10.684-10.69-.275-.307-.758-.45-1.124-.215z"/><path fill="#ffdb00" d="M11.816.791c.224-.14.458.049.612.205 3.522 3.528 7.054 7.045 10.576 10.572.214.178.352.52.098.731-3.571 3.59-7.16 7.164-10.738 10.748a.458.458 0 0 1-.73.011C8.069 19.495 4.51 15.924.941 12.364c-.145-.133-.268-.352-.152-.544.202-.308.496-.541.749-.806 3.16-3.158 6.32-6.316 9.478-9.476.263-.252.497-.541.8-.746m-.639 4.631C9.178 5.65 7.33 6.867 6.309 8.598c-1.068 1.753-1.229 4.015-.44 5.909a6.664 6.664 0 0 0 2.965 3.304c1.433.781 3.162 1.016 4.745.607 1.871-.44 3.502-1.764 4.348-3.486a6.639 6.639 0 0 0 .487-4.57 6.64 6.64 0 0 0-3.464-4.297c-1.157-.587-2.486-.793-3.772-.642z"/><path fill="#ffdb00" d="M11.436 7.64l1.04-.001.004.2h-.798l.001.562c.274.038.642-.101.817.184-.271.028-.545.032-.817.037l-.001.642c.332.01.671-.01.995.088-.382.211-.827.109-1.242.127l.001-1.838zM8.672 8.147c-.049-.445.554-.69.875-.418.12.138.152.326.217.492-.264-.145-.622-.634-.868-.188.077.487.902.403.878.962.014.498-.695.667-1.003.35-.086-.127-.133-.275-.194-.414l.223-.058c.108.163.17.481.436.419.29.028.414-.438.132-.539-.234-.192-.658-.253-.696-.607zM10.048 7.632c.282.014.574-.018.847.066.382.185.38.841-.014 1.008-.192.054-.392.055-.588.077l.002.697h-.248l.001-1.848m.249.174a50.41 50.41 0 0 0-.002.778c.269-.044.718-.017.628-.421.041-.358-.4-.278-.625-.356zM12.812 7.64h1.043l.002.199h-.798v.569c.245 0 .49 0 .734.002l.001.203-.736.002v.655l.853.002v.204c-.367.002-.733.001-1.1.002v-1.84zM14.158 7.626c.353.028.83-.035 1.024.341.158.377.169.84-.02 1.207-.209.346-.658.296-1.003.32V7.626m.263.166a18.013 18.013 0 0 0-.005 1.524c.161-.058.346-.073.485-.179.184-.286.161-.66.085-.978-.055-.263-.36-.284-.565-.367zM7.939 12.128c-.016-.384.058-.9.479-1.045.36-.121.671.203.703.545-.238-.09-.51-.544-.769-.262-.215.35-.197.832-.059 1.208.22.372.596-.036.874-.113-.133.24-.319.542-.647.482-.403-.024-.593-.46-.581-.816zM9.79 11.056l.212.001c.179.623.361 1.243.538 1.867l-.259-.007-.146-.564-.474-.002-.149.566-.259.007c.176-.624.359-1.246.538-1.868m-.078 1.088h.366l-.182-.686-.184.686zM10.693 11.08l.332.001c.08.419.161.839.248 1.256.085-.418.166-.838.247-1.256l.332-.001v1.842l-.21.001a27.2 27.2 0 0 0-.03-1.37c-.092.493-.154.996-.312 1.475-.259-.445-.259-.979-.388-1.466-.011.454-.006.907-.008 1.362l-.211-.001c-.002-.614-.001-1.228-.001-1.842zM13.471 11.07c.348.04.799-.076 1.048.239.184.313-.012.642-.257.846l.377.772a11.85 11.85 0 0 0-.26-.012l-.383-.785c-.07-.001-.209-.002-.278-.004l-.001.791-.246.007c-.001-.618-.004-1.236.001-1.854m.249.184c-.004.23-.004.462-.001.692.216-.042.625.018.614-.311.05-.355-.378-.335-.613-.382zM15.302 11.051l.211.01c.178.62.359 1.241.535 1.862l-.258-.005c-.049-.19-.1-.378-.15-.568l-.472.002-.149.564-.258.007c.176-.625.358-1.249.54-1.873m.105.408l-.184.686h.367l-.184-.686zM12.124 11.08l1.048.001-.007.208h-.793v.565c.27.001.539.005.809.019-.151.318-.541.149-.81.198l.002.647c.308 0 .618.001.926.025-.28.343-.793.115-1.175.176v-1.84zM9.26 16.436c.15-.688.353-1.363.58-2.029.113.128.222.263.26.434.155.528.319 1.055.431 1.594-.329-.053-.314-.407-.414-.643h-.443c-.098.236-.085.59-.414.644m.635-1.53l-.181.685h.365c-.061-.228-.121-.457-.184-.685zM10.716 14.519c.349.043.826-.092 1.057.25.173.313-.031.618-.265.822.136.276.268.556.377.844-.406-.102-.463-.558-.647-.866h-.276l-.001.799-.246.002c0-.617-.002-1.234.001-1.85m.253.172c-.006.232-.008.464-.007.697.193-.062.605.032.612-.268.092-.377-.361-.378-.605-.43zM12.124 14.527c.349.001.698.001 1.048.004l-.001.196-.798.001-.001.569.737.001-.008.206h-.727v.656h.848l.001.208h-1.097l-.001-1.841zM13.94 14.506h.176c.22.631.396 1.279.554 1.928-.319-.056-.331-.4-.425-.643l-.439.002c-.091.246-.106.581-.42.642.157-.649.33-1.3.553-1.93m.089.4l-.182.686.366.001-.184-.688z"/><path d="M11.568.41c.366-.235.85-.092 1.124.215 3.564 3.562 7.127 7.122 10.684 10.69.382.324.431.955.05 1.3-3.58 3.586-7.166 7.164-10.746 10.748-.204.218-.497.372-.803.32-.374-.046-.607-.372-.862-.612C7.536 19.583 4.044 16.11.567 12.621c-.39-.349-.337-.991.055-1.318C4.017 7.899 7.421 4.504 10.817 1.101c.244-.238.466-.503.75-.691m.249.381c-.304.205-.538.494-.8.746-3.157 3.161-6.318 6.318-9.478 9.476-.253.265-.547.498-.749.806-.115.192.007.41.152.544 3.569 3.56 7.128 7.132 10.693 10.694a.458.458 0 0 0 .73-.011c3.577-3.584 7.166-7.158 10.738-10.748.253-.211.115-.553-.098-.731C19.482 8.04 15.95 4.523 12.428.995c-.154-.156-.388-.346-.612-.205z"/><path d="M11.177 5.423c1.285-.151 2.615.055 3.772.642a6.643 6.643 0 0 1 3.464 4.297 6.64 6.64 0 0 1-.487 4.57c-.846 1.722-2.477 3.046-4.348 3.486-1.583.409-3.312.174-4.745-.607a6.664 6.664 0 0 1-2.965-3.304c-.788-1.894-.628-4.156.44-5.909 1.021-1.732 2.869-2.948 4.868-3.175m.26 2.217l-.001 1.838c.415-.018.86.084 1.242-.127-.324-.097-.662-.078-.995-.088l.001-.642c.272-.005.546-.01.817-.037-.175-.284-.544-.145-.817-.184l-.001-.562h.798l-.004-.2-1.04.001m-2.764.508c.038.354.462.415.696.607.282.101.158.566-.132.539-.265.062-.328-.256-.436-.419l-.223.058c.061.139.108.287.194.414.308.317 1.018.148 1.003-.35.024-.559-.802-.475-.878-.962.246-.445.604.043.868.188-.065-.166-.097-.354-.217-.492-.32-.272-.924-.028-.875.418m1.376-.516l-.001 1.848h.248l-.002-.697c.196-.022.396-.023.588-.077.395-.167.396-.823.014-1.008-.274-.084-.565-.052-.847-.066m2.764.008v1.84c.367-.001.733 0 1.1-.002v-.204l-.853-.002v-.655l.736-.002-.001-.203c-.245-.002-.49-.002-.734-.002v-.569h.798l-.002-.199h-1.043m1.345-.016v1.868c.346-.024.794.025 1.003-.32.19-.367.179-.83.02-1.207-.193-.376-.671-.313-1.024-.341m-6.218 4.502c-.012.356.178.792.581.816.328.06.514-.242.647-.482-.277.077-.654.485-.874.113-.138-.377-.156-.858.059-1.208.259-.282.532.172.769.262-.032-.342-.343-.666-.703-.545-.421.145-.494.661-.479 1.045m1.851-1.073c-.179.623-.361 1.244-.538 1.868l.259-.007c.049-.19.098-.378.149-.566l.474.002.146.564.259.007c-.176-.624-.359-1.244-.538-1.867l-.212-.001m.904.024c0 .614-.001 1.228.001 1.842l.211.001c.002-.455-.002-.908.008-1.362.128.487.128 1.021.388 1.466.158-.479.22-.982.312-1.475.025.456.028.913.03 1.37l.21-.001v-1.842l-.332.001c-.082.419-.162.839-.247 1.256-.088-.418-.168-.838-.248-1.256l-.332-.001m2.777-.009c-.005.618-.002 1.236-.001 1.854l.246-.007.001-.791c.07.001.209.002.278.004l.383.785.26.012-.377-.772c.245-.204.44-.533.257-.846-.248-.314-.7-.199-1.048-.239m1.832-.019c-.182.624-.364 1.248-.54 1.873l.258-.007.149-.564.472-.002c.05.19.101.378.15.568l.258.005c-.176-.622-.358-1.242-.535-1.862a14.89 14.89 0 0 1-.211-.01m-3.179.028v1.84c.382-.061.895.167 1.175-.176a11.927 11.927 0 0 0-.926-.025l-.002-.647c.269-.049.659.12.81-.198-.27-.014-.539-.018-.809-.019v-.565h.793l.007-.208-1.048-.001M9.26 16.436c.329-.054.316-.408.414-.644h.443c.1.236.085.59.414.643-.112-.539-.276-1.066-.431-1.594-.038-.172-.148-.306-.26-.434-.227.666-.43 1.342-.58 2.029m1.456-1.917c-.004.617-.001 1.234-.001 1.85l.246-.002.001-.799h.276c.184.308.241.764.647.866a9.645 9.645 0 0 0-.377-.844c.234-.204.438-.509.265-.822-.232-.342-.708-.206-1.057-.25m1.408.009l.001 1.841h1.097l-.001-.208h-.848v-.656h.727l.008-.206-.737-.001.001-.569.798-.001.001-.196-1.048-.004m1.817-.021c-.223.63-.396 1.28-.553 1.93.314-.061.329-.396.42-.642l.439-.002c.094.244.106.587.425.643a21.103 21.103 0 0 0-.554-1.928h-.176z"/><path d="M14.422 7.792c.205.083.51.104.565.367.076.318.098.692-.085.978-.139.106-.324.121-.485.179-.018-.508-.02-1.016.005-1.524zM10.297 7.806c.226.078.666-.001.625.356.09.404-.359.377-.628.421-.001-.259 0-.518.002-.778zM13.721 11.254c.235.047.664.026.613.382.011.329-.398.269-.614.311-.002-.23-.002-.462.001-.692zM9.713 12.144l.184-.686.182.686h-.366zM15.406 11.458l.184.686h-.367c.061-.229.121-.458.184-.686zM10.969 14.692c.244.052.697.053.605.43-.007.3-.419.205-.612.268-.001-.233.001-.466.007-.697zM9.895 14.906l.184.685h-.365l.181-.685zM14.028 14.905l.184.688-.366-.001.182-.686z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-ascent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M1.566 22.667a1.566 1.566 0 0 1-1.362-2.339L10.717 2.12a1.566 1.566 0 0 1 2.716 0l10.513 18.208a1.565 1.565 0 0 1-1.361 2.339H1.565z"/><path fill="#fff" d="M2.426 20.612l9.65-16.708 9.65 16.708H2.427z"/><path fill="#1c1d20" d="M23.147 21.394H1.129l16.147-9.395 5.872 9.395zM8.568 14.462c.268.475.531.921.796 1.38a9.56 9.56 0 0 1-.546.311c-.312-.523-.6-1.067-.926-1.586-.141.06-.258.181-.412.223-.087-.156-.179-.304-.257-.455.083-.082.198-.098.286-.189.127-.139.051-.313-.043-.437.174-.076.324-.214.511-.271.19.346.39.674.588 1.024zM9.883 12.247a1.408 1.408 0 0 0-.452.293c-.459.467-.35 1.179-.024 1.698.236.376.552.72 1.001.802a1.204 1.204 0 0 0 1.268-.684c.16-.38.102-.791-.081-1.168-.176-.349-.387-.66-.709-.858a1.11 1.11 0 0 0-1.003-.083zm.889.892c.142.224.308.427.347.708.026.262-.176.489-.431.542a.463.463 0 0 1-.432-.132 2.397 2.397 0 0 1-.447-.718.627.627 0 0 1-.039-.259.537.537 0 0 1 .199-.345.54.54 0 0 1 .517-.079c.135.052.215.159.285.283zM13.916 12.191c.077.301.152.596.23.889-.119.084-.252.15-.375.22-.237-.94-.478-1.87-.724-2.814.119-.084.243-.155.375-.22.158.646.326 1.275.493 1.926zM14.675 10.859a.728.728 0 0 0-.523.395c-.116.263-.024.559.112.808.103.189.241.34.423.433.347.177.785-.031.93-.384.099-.274.01-.549-.127-.781-.175-.29-.458-.536-.814-.47zm.45.649c.054.122.148.215.153.348.014.22-.243.38-.425.286-.205-.095-.27-.309-.368-.508-.024-.061-.011-.124.002-.188.055-.157.217-.252.373-.197.122.035.207.132.264.259zM12.163 11.037a.685.685 0 0 0-.625.572c-.044.423.196.845.564 1.046.23.132.512.095.723-.067a.65.65 0 0 0 .268-.565c-.044-.497-.388-1.03-.931-.986zm.329.533c.111.168.263.34.21.557-.057.18-.269.282-.428.189-.191-.099-.256-.313-.35-.498-.024-.06-.016-.116-.003-.179a.316.316 0 0 1 .284-.226c.124-.011.225.06.288.155z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-ascent--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.858 0h.242c.337.044.632.222.862.468 3.541 3.546 7.088 7.086 10.63 10.632.498.436.538 1.272.049 1.73-3.48 3.487-6.968 6.966-10.448 10.453-.199.193-.383.412-.623.557a1.178 1.178 0 0 1-1.408-.199C7.72 20.203 4.282 16.76.841 13.321c-.343-.344-.764-.672-.841-1.187v-.248c.054-.528.485-.868.83-1.218C4.254 7.249 7.671 3.826 11.094.408A1.42 1.42 0 0 1 11.858 0m-.18.278c-.218.08-.388.247-.552.403C7.71 4.107 4.291 7.529.871 10.952c-.289.29-.658.602-.636 1.054.012.439.372.737.66 1.021 3.461 3.456 6.913 6.922 10.374 10.38.265.262.679.419 1.043.278.322-.121.536-.404.776-.635 3.299-3.304 6.602-6.602 9.899-9.907.292-.307.688-.581.76-1.028.068-.355-.139-.684-.384-.922C19.846 7.67 16.326 4.148 12.808.626c-.282-.299-.722-.514-1.129-.348z"/><path fill="#fee011" d="M11.806.768c.241-.137.498.038.66.212l10.56 10.559c.142.151.306.342.246.568-.106.274-.355.449-.548.655-3.443 3.44-6.884 6.881-10.325 10.324-.143.17-.391.269-.599.154-.23-.164-.413-.384-.613-.58C7.785 19.258 4.381 15.858.975 12.461c-.143-.149-.313-.342-.244-.566.125-.294.391-.491.605-.718C4.716 7.8 8.102 4.426 11.477 1.043c.103-.098.206-.2.329-.275m-2.741 8.66c-.467.401-.692 1.049-.658 1.656-.466.571-.472 1.354-.278 2.033.254-.109.509-.218.761-.332-.192-.572.221-1.232.829-1.272.386-.049.668.244.866.533.917-.415 1.834-.832 2.752-1.244-.156-.424-.037-.952.394-1.158.468-.278 1.068-.048 1.31.419l.208-.121a6.654 6.654 0 0 0-.464-1.093.475.475 0 0 0-.619-.233c-.479.204-.949.425-1.421.644-.484-.253-.895-.755-1.463-.773-.756.265-1.489.607-2.216.942m-4.252 6.079c4.8.01 9.601.002 14.401.004 0-2.185.002-4.37-.001-6.557-4.796 2.194-9.602 4.364-14.4 6.553m9.125-5.79c-.476.167-.636.85-.259 1.198.368.415 1.136.196 1.236-.348.154-.546-.46-1.075-.977-.85m-4.441 1.959c-.503.14-.676.848-.298 1.207.352.407 1.117.234 1.236-.3.184-.539-.404-1.115-.938-.907z"/><path fill="#fee011" d="M10.411 9.175c.32-.137.643-.268.966-.402.338.204.673.416 1.004.632-.534.23-1.068.463-1.603.694a57.26 57.26 0 0 1-.367-.924zM9.149 9.746c.313-.206.685-.299 1.028-.445.119.304.235.607.352.911-.505.218-1.009.438-1.516.655-.002-.365-.251-.87.136-1.121z"/><path d="M11.678.278c.407-.166.847.049 1.129.348 3.518 3.522 7.038 7.044 10.555 10.567.245.238.452.566.384.922-.072.448-.468.721-.76 1.028-3.296 3.305-6.6 6.604-9.899 9.907-.24.23-.455.514-.776.635-.364.14-.778-.017-1.043-.278-3.461-3.458-6.913-6.924-10.374-10.38-.288-.284-.648-.582-.66-1.021-.022-.451.347-.763.636-1.054C4.29 7.53 7.709 4.107 11.125.681c.164-.156.334-.323.552-.403m.129.49c-.122.074-.226.176-.329.275C8.101 4.426 4.716 7.8 1.336 11.177c-.214.227-.48.424-.605.718-.07.224.101.418.244.566 3.406 3.397 6.81 6.797 10.212 10.199.2.196.383.415.613.58.208.115.456.017.599-.154 3.44-3.443 6.882-6.883 10.325-10.324.193-.206.443-.382.548-.655.06-.226-.104-.416-.246-.568L12.466.98c-.162-.174-.419-.349-.66-.212z"/><path d="M9.065 9.428c.727-.335 1.46-.677 2.216-.942.568.018.979.52 1.463.773.472-.22.942-.44 1.421-.644a.475.475 0 0 1 .619.233c.181.352.348.714.464 1.093l-.208.121c-.242-.467-.842-.697-1.31-.419-.431.206-.55.734-.394 1.158-.918.413-1.835.829-2.752 1.244-.198-.289-.48-.582-.866-.533-.608.04-1.021.7-.829 1.272-.252.114-.506.223-.761.332-.193-.679-.187-1.462.278-2.033-.035-.607.191-1.255.658-1.656m1.347-.252c.12.31.242.617.367.924.535-.23 1.069-.463 1.603-.694a33.792 33.792 0 0 0-1.004-.632c-.323.134-.646.265-.966.402m-1.262.571c-.386.251-.138.756-.136 1.121.506-.217 1.01-.437 1.516-.655-.116-.304-.233-.607-.352-.911-.343.146-.715.239-1.028.445zM4.814 15.508c4.798-2.189 9.604-4.36 14.4-6.553.004 2.186.001 4.372.001 6.557-4.8-.001-9.601.006-14.401-.004z"/><path d="M13.939 9.718c.517-.226 1.13.304.977.85-.1.544-.868.763-1.236.348-.377-.348-.217-1.031.259-1.198zM9.498 11.677c.534-.208 1.122.368.938.907-.119.534-.884.707-1.236.3-.378-.359-.205-1.067.298-1.207z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-ascent--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.568 0h.804c3.96 3.752 7.716 7.716 11.624 11.52l.004-.08v.976l-.14.224c-.164-.712-.496-1.376-1.028-1.876-3.216-3.192-6.42-6.396-9.608-9.608-.492-.476-1.252-1.288-1.876-.508-3.26 3.12-6.372 6.392-9.604 9.536-.56.52-1.064 1.108-1.376 1.82l-.368.38v-.912l.004.08C3.852 7.696 7.692 3.832 11.568 0z"/><path fill="#ffd520" d="M.692 12.02C4.4 8.18 8.216 4.44 12 .672 15.792 4.42 19.56 8.2 23.316 11.984c-3.72 3.828-7.524 7.576-11.312 11.336-3.8-3.732-7.56-7.512-11.312-11.3M12.56 6.788c-.604 1.256-1.568 2.42-1.476 3.892l.64-.292c-.176.24-.532.724-.712.964-1.008-.56-2.032-1.088-3.048-1.636.888-.68 1.764.528 2.676.6a15.84 15.84 0 0 1 1.092-2.456 157.44 157.44 0 0 1-1.424-.712l-.252.012c-.332.24-.664.48-.996.716-.504-.272-1.004-.556-1.536-.776-.528.028-.64.708-.964 1.032.368.372.648.796.844 1.28-.716-.324-1.412-.688-2.108-1.052.004 2.144.008 4.288 0 6.436 4.148-.024 8.3.076 12.448-.056-.432-.2-.864-.396-1.296-.596.42-.34.908-.56 1.432-.684.708-.916 1.104-2.02 1.648-3.032-2.32-1.216-4.644-2.428-6.968-3.64m-2.328 9.404l-.592.224c-.096.784-.66 1.944.152 2.516.6.56 1.628-.228 1.38-.968-.056-.628.036-1.924-.94-1.772m1.672.776c.664.176.956-.044.876-.664-.656-.184-.948.04-.876.664m1.776.168c.52.116.704-.124.56-.728-.536-.076-.724.164-.56.728m-1.58.352c.072 1.344 1.2-.624 0 0m1.24.24c.108.104.108.104 0 0m.772-.168c.092 1.376 1.148-.672 0 0m-1.588 1.504c.512.004.752-.288.72-.884-.52-.016-.76.276-.72.884m1.348-.804c-.044.632.264.876.928.728.036-.612-.272-.856-.928-.728z"/><path fill="#ffd520" d="M12.1 11.9l.592-.856c1.068.624 2.16 1.2 3.268 1.748-.108.208-.324.628-.428.84-1.14-.588-2.288-1.16-3.432-1.732zM10.016 16.76c1.244-.532.008 1.328 0 0zM9.984 17.88c.572-.168.784.016.632.564-.58.176-.792-.012-.632-.564z"/><path d="M11.348.648c.624-.78 1.384.032 1.876.508 3.188 3.212 6.392 6.416 9.608 9.608.532.5.864 1.164 1.028 1.876l.14-.224v.16c-3.9 3.572-7.46 7.508-11.316 11.132-.596.692-1.452.028-1.908-.468a5297.49 5297.49 0 0 0-8.208-8.216C1.724 14.208 1.02 13.216 0 12.608v-.224l.368-.38c.312-.712.816-1.3 1.376-1.82C4.976 7.04 8.088 3.768 11.348.648M.692 12.02c3.752 3.788 7.512 7.568 11.312 11.3 3.788-3.76 7.592-7.508 11.312-11.336A1676.201 1676.201 0 0 0 12 .672C8.216 4.44 4.4 8.18.692 12.02z"/><path d="M12.56 6.788c2.324 1.212 4.648 2.424 6.968 3.64-.544 1.012-.94 2.116-1.648 3.032a3.547 3.547 0 0 0-1.432.684c.432.2.864.396 1.296.596-4.148.132-8.3.032-12.448.056.008-2.148.004-4.292 0-6.436.696.364 1.392.728 2.108 1.052a3.856 3.856 0 0 0-.844-1.28c.324-.324.436-1.004.964-1.032.532.22 1.032.504 1.536.776.332-.236.664-.476.996-.716l.252-.012c.472.24.948.476 1.424.712a15.84 15.84 0 0 0-1.092 2.456c-.912-.072-1.788-1.28-2.676-.6 1.016.548 2.04 1.076 3.048 1.636.18-.24.536-.724.712-.964l-.64.292c-.092-1.472.872-2.636 1.476-3.892M12.1 11.9c1.144.572 2.292 1.144 3.432 1.732.104-.212.32-.632.428-.84a53.327 53.327 0 0 1-3.268-1.748l-.592.856zM10.232 16.192c.976-.152.884 1.144.94 1.772.248.74-.78 1.528-1.38.968-.812-.572-.248-1.732-.152-2.516l.592-.224m-.216.568c.008 1.328 1.244-.532 0 0m-.032 1.12c-.16.552.052.74.632.564.152-.548-.06-.732-.632-.564zM11.904 16.968c-.072-.624.22-.848.876-.664.08.62-.212.84-.876.664zM13.68 17.136c-.164-.564.024-.804.56-.728.144.604-.04.844-.56.728zM12.1 17.488c1.2-.624.072 1.344 0 0zM13.34 17.728c.108.104.108.104 0 0zM14.112 17.56c1.148-.672.092 1.376 0 0zM12.524 19.064c-.04-.608.2-.9.72-.884.032.596-.208.888-.72.884z"/><path d="M13.872 18.26c.656-.128.964.116.928.728-.664.148-.972-.096-.928-.728z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-ascent--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#f9e633" d="M11.471 1.927c.464-.17.985-.106 1.346.243.134.22.282.431.403.66.106.195.237.374.351.564.057.123.114.247.172.369.111.191.247.366.355.558.143.33.334.632.534.93l.172.369c.111.191.245.369.351.564.137.261.309.501.457.756.081.18.164.361.251.538.113.19.247.365.355.557.187.461.522.838.709 1.299.106.192.243.365.357.553l.115.278c.131.221.274.435.414.651.088.221.216.422.302.642.204.293.391.598.536.926.109.191.241.369.355.558l.171.37c.113.19.245.367.359.558.056.123.114.247.172.369.134.221.286.43.404.66.103.195.237.373.35.562.057.123.114.247.174.369.133.221.285.43.403.659.129.223.274.436.402.662.17.426.489.77.655 1.2.113.19.241.369.355.558l.172.369c.113.191.245.369.361.558.195.282.191.631.328.935-.137.141-.091.35-.139.524a4.387 4.387 0 0 1-.56.572c-1.351.04-2.706-.003-4.06.019-.16-.049-.346.232-.448.011l-.073-.019-.008.137c-5.432.003-10.866-.004-16.3.004a1.14 1.14 0 0 1-.467-.074 1.334 1.334 0 0 1-.528-.528C.6 21.025.6 20.564.823 20.206l.141-.267c.062-.121.122-.243.179-.366.134-.221.282-.432.412-.655l.117-.278c.109-.191.251-.359.361-.549l.114-.278c.247-.383.496-.765.67-1.188.133-.147.233-.318.326-.493.117-.298.306-.56.479-.827.088-.178.171-.357.256-.534.13-.15.233-.32.331-.492.062-.147.13-.293.196-.439.213-.213.325-.496.452-.764.11-.19.244-.366.353-.557.154-.365.382-.69.59-1.025.062-.148.13-.294.194-.442.149-.256.32-.496.468-.752l.117-.278c.113-.188.251-.361.355-.553.152-.366.389-.684.579-1.029.103-.195.239-.37.354-.558l.117-.277c.147-.256.318-.496.465-.752.081-.182.164-.362.252-.541.134-.219.286-.427.403-.656.126-.225.277-.435.407-.659l.117-.278c.137-.216.289-.424.404-.654.106-.195.239-.373.351-.562.058-.123.115-.247.174-.37.133-.22.285-.428.403-.658.082-.249.286-.416.507-.544m-.252.775c-2.221 3.847-4.482 7.672-6.622 11.565-1.131 1.969-2.273 3.933-3.357 5.927-.281.526.122 1.319.747 1.298 6.542-.008 13.086-.015 19.628-.061.428.04.952-.156 1.055-.618.062-.178-.005-.477.243-.503.054.224.068.453.099.682.004-.317.015-.634.034-.949l-.374.037.101-.273-.217.228c-.085-.256-.054-.568-.236-.786l.025-.219-.182.281c-.179-.451-.446-.859-.683-1.28a410.272 410.272 0 0 1-3.461-6.097.508.508 0 0 1-.07-.358l-.133.038c-.314-.678-.743-1.294-1.07-1.964l.028-.215a3.271 3.271 0 0 1-.145.073c-1.119-2.05-2.339-4.044-3.481-6.084-.164-.278-.302-.574-.5-.831-.355-.443-1.146-.383-1.431.107z"/><path fill="#f9e633" d="M8.655 10.512a824.424 824.424 0 0 0 3.328-5.752c2.176 3.938 4.512 7.783 6.678 11.727.609 1.093 1.241 2.173 1.842 3.27-5.715.004-11.43.045-17.145.046 1.774-3.092 3.491-6.217 5.297-9.291m-.82 1.613c-1.417 2.48-2.765 4.998-4.154 7.49 5.447-.027 10.895-.027 16.344-.072-1.411-.922-2.864-1.774-4.296-2.659-2.647-1.561-5.238-3.214-7.893-4.76z"/><path fill="#f9e633" d="M9.036 14.513c.52-.08 1.029-.243 1.553-.29.3.126.569.312.847.476-.329.074-.659.141-.99.203 1.305.839 2.659 1.606 3.951 2.46-.097.204-.223.394-.339.587-1.331-.801-2.648-1.627-3.973-2.438.107.338.216.676.322 1.014-.29-.163-.581-.328-.872-.489-.168-.507-.343-1.012-.499-1.522zM22.327 19.404c.036.036.036.036 0 0z"/><path fill="#192220" d="M11.215 2.706c.285-.491 1.075-.55 1.431-.107.198.257.335.553.5.831 1.142 2.039 2.362 4.034 3.481 6.084a3.93 3.93 0 0 0 .145-.073l-.028.215c.328.67.756 1.286 1.07 1.964l.133-.038a.513.513 0 0 0 .07.358 420.672 420.672 0 0 0 3.461 6.097c.237.42.504.829.683 1.28l.182-.281-.025.219c.182.219.151.53.236.786l.217-.228-.101.273.374-.037c-.02.316-.03.632-.034.949-.032-.228-.045-.457-.099-.682-.248.025-.18.325-.243.503-.103.461-.627.658-1.055.618-6.542.046-13.086.053-19.628.061-.625.021-1.028-.772-.747-1.298 1.085-1.994 2.226-3.958 3.357-5.927 2.14-3.893 4.401-7.718 6.622-11.565m-2.562 7.804c-1.806 3.074-3.523 6.199-5.297 9.291 5.715-.001 11.43-.042 17.145-.046-.601-1.097-1.233-2.177-1.842-3.27-2.165-3.943-4.502-7.789-6.678-11.727a824.424 824.424 0 0 1-3.328 5.752m13.672 8.892c.036.036.036.036 0 0z"/><path fill="#192220" d="M7.835 12.125c2.656 1.546 5.247 3.2 7.893 4.76 1.432.884 2.885 1.737 4.296 2.659-5.448.045-10.897.045-16.344.072 1.39-2.493 2.737-5.011 4.154-7.49m1.202 2.387c.155.51.33 1.016.499 1.522.292.162.582.326.872.489-.106-.338-.215-.676-.322-1.014 1.325.812 2.641 1.638 3.973 2.438.117-.194.243-.383.339-.587-1.293-.854-2.647-1.62-3.951-2.46.332-.062.662-.129.99-.203-.278-.164-.548-.35-.847-.476-.524.048-1.033.211-1.553.29z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-ascent-and-descent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.58.209c.294-.217.722-.131.958.131 3.697 3.674 7.394 7.35 11.087 11.028.331.271.413.812.077 1.114-3.607 3.596-7.222 7.183-10.826 10.781-.256.239-.49.581-.874.592-.397.02-.642-.328-.896-.571L.272 12.508c-.248-.22-.33-.617-.14-.899.163-.238.385-.427.586-.632C4.127 7.588 7.538 4.202 10.944.812c.21-.204.404-.425.637-.601m.226.131c-.318.197-.554.496-.822.75C7.617 4.441 4.253 7.793.881 11.137c-.211.224-.47.419-.607.7-.076.218.065.419.214.563 3.696 3.672 7.388 7.349 11.083 11.022.192.244.566.287.774.036 3.72-3.685 7.422-7.39 11.14-11.078.179-.154.295-.431.14-.643-.257-.346-.596-.618-.893-.928-3.407-3.396-6.82-6.785-10.224-10.182-.182-.181-.422-.408-.701-.284z"/><path fill="#ffd520" d="M11.35 1.207c.204-.205.414-.404.632-.593a2179.2 2179.2 0 0 1 11.406 11.348c-3.781 3.806-7.596 7.582-11.404 11.362-.23-.2-.45-.413-.665-.63-3.58-3.581-7.183-7.138-10.754-10.728C4.145 8.364 7.76 4.798 11.349 1.207m2.125 7.609a20.534 20.534 0 0 0-1.733-.386c-.154.325-.308.652-.428.991.277.095.554.187.83.283.209-.239.467-.546.827-.44.438.053.604.509.59.895.846.275 1.686.57 2.531.848.215-.307.594-.593.98-.402.358.128.426.533.428.865.436.131.869.27 1.298.418.002-.39.023-.78.061-1.169-.4-.18-.797-.362-1.201-.526-.181-.367-.356-.738-.535-1.106-.816-.262-1.626-.538-2.442-.799-.403.176-.808.347-1.207.528M5.976 10.1l-.33.07-.008-.22.342-.158a2.828 2.828 0 0 0-.936 0l.484.206c-.274.368-.666.613-1.024.889-.166-.101-.332-.199-.49-.314l.228.462c-.149.163-.29.334-.422.511.349.308.696.62 1.062.91.061.208.067.475.287.587.344.217.833-.107.772-.506-.007-.286-.316-.376-.504-.521.19-.055.398-.073.566-.188.247-.139.486-.474.779-.226.194.038.391.071.588.095.198-.089.4-.17.599-.259.102-.128.21-.252.322-.373.106-.353.103-.719.053-1.08a6.301 6.301 0 0 0-.575-.592l-.085-.046c-.288-.061-.582-.085-.864.018.061-.149.121-.298.176-.448-.388.35-.906.629-1.019 1.183m6.646-.654c-.38.16-.398.776-.012.938.342.21.822-.096.782-.492-.008-.366-.449-.619-.77-.446m5.132-.006c.234.346.674.373 1.031.515.848.258 1.67.608 2.538.794-.158-.313-.524-.349-.818-.457-.918-.28-1.811-.652-2.75-.852m-8.098.876c-1.999 1.39-3.988 2.795-5.982 4.189.3.299.602.596.9.899l14.808-.001c.678-.682 1.362-1.358 2.045-2.036a1574.606 1574.606 0 0 0-9.979-3.31 1.925 1.925 0 0 0-1.792.259m6.915.438a.533.533 0 0 0-.208.786c.22.32.782.286.925-.092.223-.424-.302-.929-.718-.694m2.549.292c.734.221 1.445.518 2.192.696-.106-.122-.191-.281-.361-.319-.604-.217-1.22-.398-1.826-.61l-.005.233m-.108.716a.85.85 0 0 0 .475.343c.611.184 1.2.443 1.83.556-.102-.121-.193-.268-.36-.302-.644-.21-1.279-.46-1.945-.596z"/><path fill="#ffd520" d="M13.729 8.885c.316-.142.631-.284.949-.421.343.113.684.23 1.024.353l-.222.655c-.584-.192-1.168-.391-1.751-.587zM15.918 8.869c.264.085.528.173.79.264l.035.755-1.048-.352.223-.667zM6.979 10.044c.316-.163.738.101.708.46 0 .366-.466.594-.761.386-.313-.182-.277-.702.053-.846zM5.198 12.564c.108-.173.307-.112.474-.092l-.203.384c-.09-.097-.184-.192-.271-.292z"/><path d="M11.807.342c.278-.124.518.103.701.284 3.404 3.397 6.817 6.786 10.224 10.182.296.31.636.582.893.928.155.212.038.49-.14.643-3.718 3.689-7.42 7.393-11.14 11.078-.208.251-.582.208-.774-.036-3.695-3.673-7.387-7.35-11.083-11.022-.149-.144-.289-.344-.214-.563.137-.281.396-.475.607-.7C4.253 7.792 7.617 4.44 10.985 1.091c.268-.254.504-.553.822-.75m-.457.866C7.761 4.799 4.145 8.364.566 11.966c3.571 3.59 7.175 7.147 10.754 10.728.215.217.434.43.665.63 3.808-3.78 7.622-7.555 11.404-11.362-3.79-3.794-7.588-7.583-11.406-11.348-.218.188-.428.388-.632.593z"/><path d="M13.474 8.816c.4-.181.804-.352 1.207-.528.816.262 1.626.538 2.442.799.179.368.354.739.535 1.106.404.163.802.346 1.201.526-.038.389-.059.779-.061 1.169-.43-.148-.863-.287-1.298-.418-.002-.332-.071-.737-.428-.865-.386-.191-.766.095-.98.402-.845-.278-1.685-.574-2.531-.848.013-.386-.152-.842-.59-.895-.36-.106-.618.202-.827.44-.276-.096-.553-.188-.83-.283.12-.34.275-.666.428-.991.583.102 1.16.234 1.733.386m.254.069c.583.196 1.166.395 1.751.587l.222-.655c-.34-.122-.68-.24-1.024-.353-.318.137-.634.28-.949.421m2.189-.016l-.223.667c.349.116.698.234 1.048.352l-.035-.755a36.567 36.567 0 0 0-.79-.264zM5.976 10.1c.113-.554.631-.833 1.019-1.183-.055.15-.115.299-.176.448.282-.103.576-.079.864-.018l.085.046c.205.184.396.383.575.592.05.361.053.727-.053 1.08-.112.121-.22.245-.322.373-.199.089-.401.17-.599.259a7.739 7.739 0 0 1-.588-.095c-.293-.248-.532.086-.779.226-.168.115-.377.133-.566.188.188.145.497.235.504.521.061.4-.427.724-.772.506-.22-.112-.226-.379-.287-.587-.366-.289-.713-.601-1.062-.91.132-.178.274-.348.422-.511l-.228-.462c.157.115.324.214.49.314.358-.276.75-.521 1.024-.889l-.484-.206c.31-.049.626-.055.936 0l-.342.158.008.22.33-.07m1.004-.056c-.33.144-.366.664-.053.846.295.208.761-.02.761-.386.03-.359-.392-.623-.708-.46m-1.781 2.52c.088.1.181.194.271.292l.203-.384c-.167-.019-.366-.08-.474.092z"/><path d="M12.623 9.446c.322-.173.762.08.77.446.04.396-.44.702-.782.492-.386-.162-.368-.779.012-.938zM17.755 9.44c.94.2 1.832.572 2.75.852.294.108.66.144.818.457-.868-.186-1.69-.536-2.538-.794-.356-.142-.797-.169-1.031-.515z"/><path d="M9.658 10.316a1.924 1.924 0 0 1 1.792-.259 1493.91 1493.91 0 0 1 9.979 3.31c-.683.678-1.367 1.355-2.045 2.036l-14.808.001c-.298-.302-.6-.6-.9-.899 1.994-1.394 3.983-2.8 5.982-4.189z"/><path d="M16.573 10.754c.415-.235.941.27.718.694-.143.378-.706.413-.925.092a.533.533 0 0 1 .208-.786zM19.121 11.046l.005-.233c.606.211 1.223.392 1.826.61.17.038.256.197.361.319-.748-.178-1.458-.475-2.192-.696zM19.013 11.762c.666.137 1.301.386 1.945.596.167.035.258.181.36.302-.63-.113-1.219-.372-1.83-.556a.85.85 0 0 1-.475-.343z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-descent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M1.566 22.667a1.566 1.566 0 0 1-1.362-2.339L10.717 2.12a1.566 1.566 0 0 1 2.716 0l10.513 18.208a1.565 1.565 0 0 1-1.361 2.339H1.565z"/><path fill="#fff" d="M2.426 20.612l9.65-16.708 9.65 16.708H2.427z"/><path fill="#1c1d20" d="M1.018 21.394h22.018L6.89 11.999l-5.872 9.395zM10.324 11.403c-.276.47-.532.92-.797 1.38-.184-.102-.368-.204-.542-.316.297-.532.624-1.053.91-1.595-.123-.092-.286-.133-.399-.245.092-.154.174-.307.266-.45.112.03.184.123.307.154.184.041.297-.112.358-.256.154.113.348.174.491.307-.204.337-.388.675-.593 1.022zM12.9 11.433a1.437 1.437 0 0 0-.48-.245c-.634-.164-1.196.286-1.483.828-.207.393-.348.838-.195 1.268.184.491.706.807 1.227.756.409-.051.736-.307.972-.654.214-.327.379-.665.388-1.043a1.114 1.114 0 0 0-.429-.91zm-.328 1.217c-.123.235-.215.481-.44.654-.214.153-.511.092-.684-.102a.462.462 0 0 1-.102-.44c.082-.276.225-.511.399-.746a.63.63 0 0 1 .204-.164.54.54 0 0 1 .399 0 .538.538 0 0 1 .327.409c.022.143-.031.266-.102.388zM14.964 14.899c-.222.218-.439.429-.654.644-.133-.061-.256-.143-.379-.214.695-.675 1.38-1.349 2.076-2.035.132.061.256.133.378.215-.481.46-.94.92-1.421 1.39zM16.499 14.889a.736.736 0 0 0-.603-.256c-.286.03-.496.259-.644.501a1.025 1.025 0 0 0-.164.582c.02.388.42.665.797.613.286-.051.481-.266.613-.501.164-.296.236-.664 0-.94zm-.338.715c-.078.108-.112.235-.225.307-.184.123-.45-.02-.46-.225-.02-.225.133-.388.256-.572.041-.052.102-.072.164-.092.164-.03.327.061.358.225.03.123-.011.245-.092.357zM15.087 12.803a.683.683 0 0 0-.808-.255 1.092 1.092 0 0 0-.623 1.012c0 .266.174.491.419.593a.648.648 0 0 0 .624-.051c.409-.286.699-.851.388-1.299zm-.296.552c-.09.18-.164.398-.378.46-.184.041-.379-.092-.379-.276-.011-.215.143-.378.256-.552a.295.295 0 0 1 .153-.092.317.317 0 0 1 .338.133c.071.102.061.225.01.327z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-descent--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.448.164c.401-.242.936-.125 1.242.216 3.571 3.554 7.129 7.123 10.698 10.681.452.366.552 1.102.121 1.523-3.437 3.444-6.887 6.875-10.322 10.321-.242.239-.462.506-.746.7-.404.247-.962.146-1.272-.209C7.573 19.79 3.964 16.194.367 12.589c-.416-.394-.36-1.106.065-1.471C3.952 7.595 7.471 4.074 10.997.557c.142-.139.282-.286.452-.392m.239.584C8.119 4.263 4.597 7.828 1.048 11.363c-.157.179-.419.353-.35.629.167.307.461.516.697.767 3.406 3.4 6.805 6.805 10.211 10.204a.415.415 0 0 0 .661-.001c3.402-3.403 6.804-6.806 10.211-10.204.218-.223.462-.425.648-.677.163-.248-.068-.487-.236-.65-3.52-3.52-7.043-7.037-10.562-10.556-.152-.178-.44-.326-.638-.125z"/><path fill="#231f20" d="M9.968 7.53c.376.198.74.415 1.104.631.548-.233 1.112-.425 1.668-.641.772.431 1.519.904 2.29 1.338.098.082.274.114.296.258.047.526.016 1.055.037 1.58.72.433 1.457.838 2.16 1.296-.259.432-.494.88-.778 1.297a23.215 23.215 0 0 1-.692-.422c.06.37-.191.666-.527.774.72.361 1.4.798 2.088 1.217-3.358-.007-6.716-.004-10.074-.002-.001-1.993-.002-3.988 0-5.981.658.391 1.322.768 1.97 1.176-.092-.35.056-.653.344-.845l-.644-.373c.232-.446.497-.874.757-1.303m1.308.745c.665.414 1.349.797 2.021 1.2.208-.349.414-.7.619-1.05-.395-.234-.784-.475-1.181-.704-.491.173-.973.368-1.459.554m2.803.238l-.622 1.057c.575.341 1.153.676 1.724 1.022-.011-.476-.018-.953-.024-1.429a79.09 79.09 0 0 0-1.079-.65m-3.411 1.169c.053.373-.223.672-.575.745.167.066.329.144.481.239 1.435.875 2.904 1.694 4.326 2.591-.077-.359.052-.71.42-.833-1.564-.892-3.107-1.819-4.652-2.742z"/><path fill="#fd0" d="M11.688.749c.198-.202.486-.053.638.125 3.52 3.52 7.043 7.037 10.562 10.556.168.163.4.402.236.65-.186.252-.43.454-.648.677-3.407 3.397-6.809 6.8-10.211 10.204a.415.415 0 0 1-.661.001c-3.406-3.398-6.805-6.804-10.211-10.204-.236-.251-.53-.46-.697-.767-.068-.276.193-.45.35-.629 3.55-3.535 7.072-7.1 10.64-10.614M9.968 7.53c-.26.43-.526.857-.757 1.303.215.125.428.25.644.373-.288.192-.437.494-.344.845-.648-.408-1.313-.785-1.97-1.176-.002 1.993-.001 3.988 0 5.981 3.358-.001 6.716-.005 10.074.002-.688-.419-1.368-.856-2.088-1.217.336-.108.587-.404.527-.774.228.146.46.284.692.422.283-.418.518-.865.778-1.297-.703-.458-1.44-.863-2.16-1.296-.022-.526.01-1.055-.037-1.58-.023-.144-.198-.176-.296-.258-.77-.434-1.518-.907-2.29-1.338-.556.216-1.12.408-1.668.641-.364-.216-.728-.433-1.104-.631z"/><path fill="#fd0" d="M11.275 8.275c.486-.186.968-.382 1.459-.554.397.229.786.47 1.181.704-.205.35-.412.701-.619 1.05-.672-.403-1.356-.786-2.021-1.2zM14.078 8.513c.361.215.721.431 1.079.65.006.476.013.953.024 1.429-.571-.347-1.15-.682-1.724-1.022.208-.353.414-.706.622-1.057zM10.666 9.682c1.546.923 3.089 1.85 4.652 2.742-.368.122-.497.474-.42.833-1.422-.896-2.891-1.716-4.326-2.591a2.952 2.952 0 0 0-.481-.239c.352-.073.628-.372.575-.745z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-descent--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#facf00" d="M10.486.632c.788-.834 2.239-.833 3.029-.001 3.265 3.258 6.524 6.524 9.787 9.786.391.372.646.875.698 1.415v.316a2.18 2.18 0 0 1-.641 1.367c-3.282 3.281-6.563 6.563-9.844 9.846-.35.364-.829.578-1.328.64h-.374a2.216 2.216 0 0 1-1.33-.642c-3.281-3.282-6.562-6.565-9.845-9.846A2.188 2.188 0 0 1 0 12.162v-.306a2.236 2.236 0 0 1 .695-1.433c3.264-3.263 6.523-6.53 9.791-9.79m1.182.121c-.391.059-.716.302-.986.576-3.14 3.134-6.281 6.268-9.415 9.408-.685.625-.733 1.807-.052 2.454 3.134 3.143 6.283 6.272 9.412 9.421.402.449 1.002.752 1.615.649.608-.068 1.034-.541 1.435-.954 3.031-3.046 6.077-6.076 9.11-9.119.682-.642.64-1.824-.048-2.447a5050.748 5050.748 0 0 0-9.547-9.539c-.388-.401-.984-.554-1.524-.45z"/><path fill="#facf00" d="M11.669 1.6c.382-.174.811.005 1.072.302 3.116 3.121 6.24 6.235 9.354 9.36.244.22.424.539.354.877-.053.392-.402.629-.653.896a3809.02 3809.02 0 0 0-8.767 8.756c-.294.281-.574.676-1.026.673-.428.024-.698-.35-.973-.617-2.94-2.94-5.875-5.884-8.825-8.813-.282-.294-.682-.578-.67-1.032-.017-.298.169-.545.37-.74 3.012-3.023 6.035-6.034 9.048-9.055.226-.216.428-.472.716-.608M8.298 8.707c.446.92.9 1.84 1.346 2.761l-.308.151c-.262-.532-.517-1.067-.779-1.597-.523.27-1.099.454-1.574.804-.074.39-.029.791-.038 1.186-.503.298-1.121.433-1.549.834-.091.504.341.93.5 1.388l.326-.149c.227.272.552.424.91.366-.533.157-1.01.449-1.511.683 4.169.01 8.339-.013 12.508-.006.012-2.032.026-4.062.037-6.092-.636.307-1.282.596-1.901.936.413-.394.254-1.051-.241-1.285.336-.154.667-.318 1.001-.476l-1.478-3.03a1009.21 1009.21 0 0 0-7.248 3.527z"/><path fill="#facf00" d="M11.31 10.981c1.26-.604 2.525-1.2 3.77-1.835.006.24-.032.512.145.706.175.246.494.268.769.29-.49.144-.93.402-1.388.618-1.019.506-2.056.976-3.06 1.507.158-.214.313-.473.22-.749-.049-.25-.28-.384-.456-.538zM9.48 11.917c.3-.143.598-.292.88-.468a.796.796 0 0 0 .954.968c-.491.146-.934.407-1.394.623-.847.426-1.717.806-2.549 1.261.223-.246.271-.563.211-.882.708-.346 1.412-.7 2.124-1.039-.076-.155-.15-.31-.226-.463z"/><path d="M11.668.754c.54-.104 1.136.049 1.524.45 3.188 3.174 6.368 6.356 9.547 9.539.688.623.73 1.805.048 2.447-3.034 3.043-6.079 6.073-9.11 9.119-.401.413-.827.886-1.435.954-.613.103-1.213-.2-1.615-.649-3.128-3.149-6.277-6.278-9.412-9.421-.682-.647-.634-1.829.052-2.454 3.134-3.14 6.275-6.274 9.415-9.408.27-.274.595-.517.986-.576m.001.845c-.288.137-.491.392-.716.608C7.94 5.23 4.917 8.24 1.905 11.263c-.2.196-.386.443-.37.74-.012.454.388.738.67 1.032 2.95 2.929 5.885 5.873 8.825 8.813.275.266.545.641.973.617.452.002.732-.392 1.026-.673 2.92-2.922 5.839-5.844 8.767-8.756.251-.268.6-.504.653-.896.07-.338-.11-.658-.354-.877-3.114-3.125-6.238-6.239-9.354-9.36-.26-.298-.69-.476-1.072-.302z"/><path d="M8.298 8.707a1009.21 1009.21 0 0 1 7.248-3.527l1.478 3.03c-.334.158-.665.323-1.001.476.496.234.654.892.241 1.285.619-.34 1.265-.629 1.901-.936-.011 2.03-.025 4.061-.037 6.092-4.169-.007-8.339.016-12.508.006.5-.234.978-.526 1.511-.683-.358.058-.683-.094-.91-.366l-.326.149c-.16-.458-.592-.884-.5-1.388.428-.401 1.046-.536 1.549-.834.01-.395-.036-.796.038-1.186.475-.35 1.051-.534 1.574-.804.262.53.517 1.066.779 1.597l.308-.151c-.446-.922-.9-1.841-1.346-2.761m3.013 2.275c.176.154.407.288.456.538.094.276-.061.535-.22.749 1.004-.532 2.041-1.001 3.06-1.507.458-.216.899-.474 1.388-.618-.275-.023-.594-.044-.769-.29-.178-.193-.139-.466-.145-.706-1.246.635-2.51 1.231-3.77 1.835m-1.83.935l.226.463c-.712.34-1.416.694-2.124 1.039.06.319.012.636-.211.882.832-.455 1.702-.835 2.549-1.261.461-.216.904-.476 1.394-.623a.796.796 0 0 1-.954-.968c-.282.176-.58.325-.88.468z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-descent--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#f8e236" d="M11.471 1.931c.46-.182.984-.105 1.347.237.135.223.285.436.406.668.127.224.276.436.407.659l.111.274c.141.217.29.428.418.652l.114.274c.138.217.288.43.418.654l.111.274c.141.216.292.427.41.658.126.225.276.436.404.66.03.068.093.202.125.269l.123.269c.202.294.4.594.533.928.199.296.398.594.532.927.134.22.285.431.412.656l.113.274c.139.216.29.426.415.651.08.182.166.361.251.54.137.22.286.431.416.656l.11.273c.206.293.402.594.537.927.134.221.285.431.414.655l.113.274c.139.216.29.427.408.658.126.225.276.436.407.659l.111.274c.141.217.292.427.408.658.126.225.276.436.408.658.028.07.084.212.11.282.208.289.403.589.536.922.198.296.396.594.532.927.133.221.282.432.419.651.058.298.343.675.175.949.074.452-.321.712-.609.983-1.351.04-2.706-.003-4.057.019-.156-.07-.414.293-.414-.021a.445.445 0 0 1-.375.151c-5.35 0-10.699-.005-16.05.003a.943.943 0 0 1-.46-.08 1.184 1.184 0 0 1-.524-.521c-.139-.39-.13-.855.092-1.215l.137-.257c.143-.329.337-.63.537-.926.133-.334.33-.635.534-.928l.111-.274c.129-.224.278-.435.418-.652l.114-.276c.129-.224.278-.436.416-.654l.114-.274c.129-.224.278-.436.416-.654l.113-.273c.129-.225.278-.436.419-.655.028-.068.084-.206.113-.273.127-.225.277-.436.415-.655.084-.182.17-.361.256-.541.101-.122.198-.249.28-.385l.109-.277c.13-.223.278-.435.416-.654l.122-.269c.149-.325.339-.628.54-.924.133-.334.333-.632.53-.93.13-.334.339-.626.524-.931.115-.232.268-.442.408-.659.028-.069.084-.206.113-.273.129-.225.277-.438.415-.656.085-.179.17-.358.251-.54.127-.224.277-.434.404-.658.117-.231.268-.439.403-.659.133-.334.339-.627.525-.932.115-.231.268-.439.403-.659.133-.333.335-.628.528-.93a1.1 1.1 0 0 1 .558-.642m-.255.933C9.55 5.833 7.811 8.765 6.15 11.74l-.26.089c.062.138.074.289-.027.416-1.498 2.645-3.03 5.273-4.541 7.911-.386.533-.024 1.416.662 1.429 6.278.011 12.557-.065 18.835-.09.469-.016.949.042 1.411-.061.532-.21.712-.92.411-1.387-.826-1.469-1.669-2.928-2.511-4.388-2.503-4.24-4.845-8.574-7.329-12.825-.324-.589-1.284-.575-1.586.025z"/><path fill="#f8e236" d="M12.005 4.87c2.916 4.95 5.654 10.003 8.559 14.96-5.718.036-11.434.069-17.151.078 2.033-3.52 4.014-7.07 6.066-10.579.843-1.486 1.691-2.969 2.526-4.459M3.913 19.684c5.443.05 10.888-.072 16.332-.06-1.421-2.472-2.803-4.964-4.19-7.453-4.031 2.53-8.094 5.011-12.142 7.513z"/><path fill="#f8e236" d="M10.213 17.003c1.339-.796 2.67-1.603 3.996-2.42l.379.589c-1.333.8-2.667 1.598-3.981 2.427.333.053.667.102.998.164-.272.199-.532.443-.862.538-.505-.044-1.002-.15-1.5-.245.164-.488.252-1.001.444-1.478.231-.247.548-.389.827-.57-.098.333-.202.664-.304.996z"/><path fill="#1c2524" d="M11.215 2.86c.302-.601 1.262-.614 1.586-.025 2.484 4.251 4.825 8.584 7.329 12.825.842 1.46 1.685 2.918 2.511 4.388.301.467.121 1.177-.411 1.387-.461.103-.941.045-1.411.061-6.278.025-12.557.101-18.835.09-.686-.013-1.048-.896-.662-1.429 1.512-2.637 3.043-5.265 4.541-7.911.101-.127.089-.278.027-.416l.26-.089c1.661-2.975 3.4-5.907 5.065-8.88m.79 2.009c-.835 1.49-1.683 2.973-2.526 4.459-2.053 3.509-4.034 7.058-6.066 10.579 5.718-.009 11.434-.042 17.151-.078-2.905-4.956-5.643-10.01-8.559-14.96z"/><path fill="#1c2524" d="M3.913 19.684c4.048-2.502 8.111-4.983 12.142-7.513 1.387 2.489 2.769 4.982 4.19 7.453-5.444-.012-10.889.11-16.332.06m6.3-2.681c.102-.331.206-.663.304-.996-.28.182-.597.324-.827.57-.192.477-.28.99-.444 1.478.497.095.994.202 1.5.245.33-.095.59-.339.862-.538-.332-.062-.666-.111-.998-.164 1.314-.829 2.648-1.627 3.981-2.427l-.379-.589a294.567 294.567 0 0 1-3.996 2.42z"/></symbol><symbol viewBox="0 0 24 24" id="warning--stop-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.432.156c.476-.284 1.104-.136 1.469.26 3.562 3.559 7.122 7.118 10.68 10.681.34.313.503.817.347 1.261-.095.324-.368.542-.594.775-3.504 3.498-7.002 7.006-10.507 10.504-.428.458-1.232.457-1.661-.001-3.504-3.497-7-7.002-10.504-10.5-.259-.26-.568-.522-.63-.906-.094-.415.079-.847.382-1.134C3.95 7.554 7.492 4.017 11.029.476a2.1 2.1 0 0 1 .403-.32m.245.142c-.186.067-.332.205-.472.338C7.666 4.178 4.123 7.716.585 11.26c-.414.347-.463 1.036-.056 1.406 3.48 3.482 6.964 6.962 10.444 10.446.284.286.581.662 1.03.642.445.014.737-.36 1.021-.644 3.36-3.364 6.722-6.726 10.086-10.086.253-.26.588-.508.634-.896.062-.359-.132-.692-.388-.925-3.542-3.536-7.079-7.08-10.62-10.616-.26-.293-.685-.426-1.058-.288z"/><path fill="#fee011" d="M11.795.76c.25-.119.506.026.667.216C16 4.518 19.543 8.054 23.078 11.597c.222.175.278.538.056.736-3.572 3.586-7.159 7.159-10.734 10.742-.146.178-.398.269-.613.16-.206-.146-.368-.342-.546-.517C7.78 19.254 4.313 15.795.856 12.33c-.218-.198-.16-.56.061-.733C4.356 8.155 7.799 4.716 11.238 1.273c.18-.175.346-.371.556-.512M9.222 5.854a.367.367 0 0 0-.145.403c.667-.048 1.309-.254 1.966-.372.006.863-.013 1.726.011 2.588.631-.018 1.264-.008 1.896-.006.01-.862.002-1.722.005-2.582.606.114 1.204.28 1.813.37.264.017.174-.318.016-.391C13.86 5.011 12.926 4.17 12 3.319c-.926.844-1.853 1.688-2.777 2.536m.853 5.175c-.679.689-1.367 1.369-2.05 2.054-.187.142-.136.394-.145.598.017.968-.011 1.937.011 2.905.619.767 1.397 1.409 2.069 2.135.145.119.258.343.472.33 1.085.008 2.171-.007 3.256.007.74-.731 1.468-1.475 2.21-2.204.108-.114.251-.24.212-.419-.024-1.073.041-2.154-.031-3.223-.791-.804-1.572-1.627-2.405-2.386-1.081-.025-2.164-.006-3.245-.008-.156-.025-.248.127-.354.211z"/><path d="M11.677.298c.373-.138.798-.005 1.058.288 3.541 3.536 7.078 7.08 10.62 10.616.256.233.45.566.388.925-.046.389-.38.636-.634.896-3.364 3.36-6.726 6.722-10.086 10.086-.284.284-.576.659-1.021.644-.449.02-.745-.356-1.03-.642-3.48-3.484-6.964-6.964-10.444-10.446-.407-.371-.358-1.06.056-1.406C4.122 7.715 7.665 4.178 11.204.635c.139-.133.286-.271.472-.338m.119.463c-.21.142-.376.337-.556.512C7.8 4.715 4.357 8.154.918 11.596c-.221.173-.28.535-.061.733 3.457 3.466 6.924 6.924 10.385 10.388.178.175.34.371.546.517.215.109.467.018.613-.16 3.575-3.583 7.162-7.157 10.734-10.742.222-.198.166-.56-.056-.736C19.544 8.052 16 4.517 12.463.975c-.161-.19-.418-.335-.667-.216z"/><path d="M9.222 5.854c.924-.847 1.85-1.692 2.777-2.536.926.851 1.86 1.692 2.784 2.545.158.073.248.408-.016.391-.61-.09-1.207-.256-1.813-.37-.002.86.005 1.721-.005 2.582-.632-.002-1.265-.012-1.896.006-.024-.863-.005-1.726-.011-2.588-.656.118-1.298.324-1.966.372a.367.367 0 0 1 .145-.403z"/><path fill="#c0111e" d="M10.076 11.03c.106-.084.198-.236.354-.211 1.081.002 2.164-.017 3.245.008.833.758 1.614 1.582 2.405 2.386.072 1.069.007 2.15.031 3.223.038.179-.104.305-.212.419-.743.73-1.47 1.474-2.21 2.204-1.085-.014-2.171.001-3.256-.007-.214.013-.326-.211-.472-.33-.672-.726-1.45-1.368-2.069-2.135-.022-.968.006-1.937-.011-2.905.01-.204-.042-.456.145-.598.683-.685 1.37-1.366 2.05-2.054z"/></symbol><symbol viewBox="0 0 24 24" id="warning--stop-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M23.472 10.717L13.216.52c-.675-.671-1.824-.621-2.552.111L.623 10.73c-.728.732-.771 1.881-.096 2.552l10.256 10.197c.675.672 1.824.622 2.552-.111L23.376 13.27c.728-.733.771-1.882.096-2.553z"/><path fill="gold" d="M22.808 11.154L12.782 1.185c-.437-.434-1.18-.402-1.652.072l-9.881 9.938c-.471.474-.5 1.218-.062 1.652l10.026 9.969c.437.434 1.18.403 1.652-.071l9.881-9.938c.471-.474.499-1.218.062-1.653z"/><path fill="none" stroke="#000" stroke-width=".774" stroke-miterlimit="2.613" d="M22.808 11.154L12.781 1.185c-.437-.434-1.18-.402-1.652.072l-9.881 9.939c-.472.474-.5 1.218-.063 1.652l10.027 9.969c.437.434 1.18.403 1.652-.072l9.881-9.938c.471-.474.5-1.218.063-1.653z"/><path d="M4.78 10.204h1.016c.584.046.707 1.03 0 1.163H4.78v-1.162zm-.744-.707v4.489c0 .013.012.028.028.028h.69a.027.027 0 0 0 .027-.027v-1.875h.987c1.643-.077 1.696-2.543-.001-2.652l-1.696.008c-.018-.001-.034.007-.034.03zM13.016 10.204h1.017c.584.046.706 1.03 0 1.163h-1.017v-1.162zm-.745-.709v4.491c0 .013.011.028.028.028h.687a.027.027 0 0 0 .029-.028l.008-1.874h.72l.731 1.885a.028.028 0 0 0 .027.018h.728c.025 0 .032-.025.025-.041l-.751-1.972c1.396-.8.656-2.518-.492-2.541l-1.709.007c-.016.001-.029.012-.029.028zM9.01 11.944h.784l-.397-1.191-.387 1.191zm-1.408 2.07c-.038-.001-.037-.023-.03-.049l1.46-4.479c.006-.012.017-.019.029-.018h.681c.015-.001.028.007.031.018l1.463 4.49c.007.019-.008.039-.026.039h-.721c-.014-.001-.024-.008-.028-.02l-.432-1.315H8.774l-.426 1.302c-.007.023-.018.033-.041.032h-.705zM16.481 9.467h2.541c.02.001.029.019.028.027v.683c-.003.016-.012.028-.04.026l-1.811-.001-.002 1.163 1.25.004a.028.028 0 0 1 .025.028v.691c0 .014-.014.027-.025.026l-1.248.001v1.159l1.949-.002a.03.03 0 0 1 .027.028v.685a.028.028 0 0 1-.028.031l-2.667.001a.029.029 0 0 1-.025-.028V9.496c.001-.016.012-.026.028-.027z"/></symbol><symbol viewBox="0 0 24 24" id="warning--stop-ahead--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.819 1.38h.341a1.68 1.68 0 0 1 1.252.86c3.336 5.786 6.668 11.575 10.007 17.36.278.484.632.99.563 1.578-.049.725-.649 1.327-1.357 1.441H1.426c-.73-.08-1.32-.682-1.424-1.402v-.342c.089-.53.402-.978.664-1.434 3.308-5.734 6.611-11.471 9.92-17.204.25-.464.716-.776 1.235-.858M2.512 20.5h18.967c-3.154-5.49-6.318-10.975-9.48-16.46C8.833 9.525 5.668 15.009 2.512 20.5z"/><path fill="#fff" d="M2.512 20.5c3.156-5.491 6.322-10.975 9.487-16.46 3.162 5.485 6.326 10.97 9.48 16.46H2.512m5.095-7.174c-.01 1.226 0 2.453-.004 3.679.86.863 1.718 1.729 2.572 2.599l3.646-.001c.851-.87 1.708-1.733 2.568-2.594.001-1.226.001-2.453-.001-3.678-.857-.868-1.714-1.735-2.573-2.599h-3.637c-.86.862-1.714 1.73-2.57 2.594z"/><path fill="#fff" d="M10.256 10.922c.94-.055 1.884-.004 2.826-.025.29.013.644-.06.857.194.656.656 1.31 1.318 1.966 1.975.146.156.338.318.319.556.005 1.039.006 2.078-.008 3.116.01.23-.196.372-.334.524-.67.653-1.316 1.327-1.987 1.978-.235.272-.625.142-.937.173-.913-.035-1.838.064-2.742-.05-.78-.696-1.475-1.486-2.227-2.213-.35-.272-.218-.748-.242-1.129.035-.877-.055-1.766.052-2.634.478-.598 1.072-1.093 1.598-1.648.289-.27.534-.59.86-.817m.326.801c-.673.66-1.334 1.333-2 2.002-.005.946-.005 1.892-.006 2.839.67.671 1.338 1.342 2.003 2.016.935.001 1.87-.002 2.804.002.67-.668 1.337-1.338 2.009-2.002.004-.946.005-1.891.007-2.837-.665-.676-1.326-1.354-1.999-2.021-.94.001-1.878.002-2.818 0z"/><path fill="#fff" d="M11.657 12.371c.131-.024.328-.12.394.064.035.211.037.427.064.641.019-.232.166-.635.431-.365.104.743.053 1.501.161 2.245l.149.277c.221-.472.127-1.362.832-1.399-.23.678-.036 1.39-.14 2.078-.065.49-.529.73-.816 1.074-.116.27-.067.571-.074.857l-1.546.001c-.019-.378.04-.766-.044-1.138-.158-.342-.481-.634-.437-1.045.048-.845.023-1.703.161-2.537.187-.221.282.176.346.301.012-.263-.109-.836.335-.727.052.151.098.305.139.461.02-.263.028-.527.048-.788z"/><path d="M7.607 13.326c.857-.864 1.71-1.733 2.57-2.594h3.637c.859.864 1.716 1.732 2.573 2.599.002 1.225.002 2.452.001 3.678-.86.862-1.717 1.724-2.568 2.594l-3.646.001a420.04 420.04 0 0 0-2.572-2.599c.004-1.226-.006-2.453.004-3.679m2.65-2.404c-.326.227-.571.547-.86.817-.527.554-1.121 1.05-1.598 1.648-.107.868-.017 1.757-.052 2.634.024.382-.108.857.242 1.129.752.727 1.447 1.517 2.227 2.213.904.114 1.829.016 2.742.05.312-.031.702.1.937-.173.671-.65 1.318-1.325 1.987-1.978.138-.152.343-.294.334-.524.014-1.038.013-2.077.008-3.116.019-.238-.173-.4-.319-.556-.655-.658-1.309-1.319-1.966-1.975-.212-.254-.566-.181-.857-.194-.942.022-1.886-.03-2.826.025z"/><path d="M10.583 11.723c.94.002 1.878.001 2.818 0 .673.667 1.334 1.345 1.999 2.021l-.007 2.837c-.672.664-1.339 1.333-2.009 2.002-.935-.005-1.87-.001-2.804-.002a475.517 475.517 0 0 0-2.003-2.016c.001-.947.001-1.894.006-2.839.666-.668 1.327-1.342 2-2.002m1.074.647c-.02.262-.028.526-.048.788a7.016 7.016 0 0 0-.139-.461c-.444-.109-.323.464-.335.727-.064-.125-.158-.522-.346-.301-.138.834-.113 1.692-.161 2.537-.044.412.278.703.437 1.045.084.372.025.76.044 1.138l1.546-.001c.007-.286-.042-.587.074-.857.287-.344.751-.584.816-1.074.104-.689-.09-1.4.14-2.078-.704.037-.611.928-.832 1.399l-.149-.277c-.108-.744-.056-1.502-.161-2.245-.265-.27-.412.133-.431.365-.026-.214-.029-.43-.064-.641-.066-.184-.263-.088-.394-.064z"/></symbol><symbol viewBox="0 0 24 24" id="warning--stop-ahead--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M11.828 1.62h.322c.469.067.882.352 1.105.77l10.008 17.009c.271.474.607.925.737 1.465v.269a1.44 1.44 0 0 1-1.238 1.247H1.247C.625 22.309.124 21.822 0 21.215v-.348c.118-.514.433-.944.691-1.393 3.352-5.693 6.702-11.387 10.052-17.08a1.496 1.496 0 0 1 1.085-.774m.083 1.213l-.154.218C8.425 8.72 5.089 14.387 1.755 20.056c-.187.329-.408.641-.548.992.088.187.314.112.478.133 6.88-.004 13.759-.005 20.639 0 .163-.017.373.041.475-.127-.142-.353-.361-.666-.548-.994-3.214-5.467-6.431-10.933-9.644-16.4-.168-.28-.314-.575-.516-.833l-.179.005z"/><path fill="#c31926" d="M10.411 13.535c.965-.226 1.975-.054 2.959-.1.136.11.275.216.408.33.2.233.412.457.644.659.131.157.262.317.386.479l.263.079c.022.073.065.22.085.293l.194-.032c.016.979.005 1.958.007 2.938-.649.636-1.294 1.277-1.936 1.92-.948.007-1.896.006-2.844.001a292.364 292.364 0 0 0-1.938-1.92c-.001-.923-.004-1.844.004-2.767.109-.121.212-.247.314-.374a6.33 6.33 0 0 0 .264-.254c.126-.113.247-.23.359-.358.306-.268.632-.528.829-.893m-1.254 2.707c.055.487.654.572.869.96a.401.401 0 0 1-.314.492c-.238-.013-.302-.26-.403-.43L9 17.291c.09.269.174.604.486.692.467.168.962-.292.865-.768-.083-.479-.582-.679-.922-.955a.54.54 0 0 1 .394-.391c.146.184.317.348.575.325-.088-.228-.166-.521-.434-.596-.406-.17-.876.216-.808.644m3.139-.622c-.306.175-.392.559-.419.884-.026.445-.026.938.247 1.316.246.306.805.241.959-.128.246-.535.23-1.183.038-1.734a.593.593 0 0 0-.826-.338m-1.825.287l.44.013-.001 2.056c.086-.004.259-.011.344-.013-.005-.683-.001-1.364-.002-2.046l.432-.001.002-.311c-.402-.001-.803 0-1.204-.002a15.24 15.24 0 0 1-.012.305m3.166-.306v2.369l.341.001v-1.028c.271-.032.602.047.818-.167.305-.336.215-1.033-.274-1.146-.293-.046-.59-.026-.886-.029z"/><path fill="#c31926" d="M12.397 15.952c.174-.14.408-.005.443.197.13.449.143.96-.047 1.392-.11.244-.475.148-.509-.101-.116-.476-.18-1.063.113-1.488zM13.978 15.914c.25.02.668-.012.654.354.038.384-.403.332-.655.349-.001-.234-.001-.469.001-.703z"/><path fill="#fff" d="M11.911 2.833l.179-.005c.202.258.348.553.516.833 3.214 5.467 6.431 10.933 9.644 16.4.187.328.407.641.548.994-.102.168-.312.11-.475.127-6.88-.005-13.759-.004-20.639 0-.163-.022-.39.054-.478-.133.14-.352.361-.664.548-.992 3.334-5.669 6.67-11.336 10.002-17.005l.154-.218m-2.921 7.559c.204.2.407.403.607.607.659-.673 1.344-1.322 1.99-2.01-.019 1.021 0 2.041-.011 3.062h.864c-.013-1.014.007-2.029-.011-3.043.646.677 1.321 1.324 1.976 1.992.199-.205.402-.408.606-.61a268.761 268.761 0 0 1-3.012-3.029c-.994 1.019-2 2.027-3.01 3.03m1.501 2.784c-.718.649-1.392 1.356-2.075 2.045.038 1.045.018 2.093.012 3.139.664.629 1.292 1.292 1.948 1.928.168.196.445.128.671.146.763-.018 1.526.012 2.29-.012.181.014.294-.145.416-.251.602-.608 1.205-1.218 1.82-1.813.019-1.038-.065-2.083.046-3.116-.415-.412-.832-.822-1.235-1.244l-.066-.055c-.292-.26-.523-.625-.887-.781-.978-.019-1.964-.046-2.94.014z"/><path fill="#fff" d="M9.155 16.243c-.068-.428.402-.815.808-.644.269.076.347.368.434.596-.258.023-.428-.142-.575-.325-.204.05-.332.194-.394.391.34.276.839.476.922.955.097.476-.398.936-.865.768-.312-.089-.396-.424-.486-.692l.307-.026c.101.169.166.416.403.43a.4.4 0 0 0 .314-.492c-.215-.388-.814-.473-.869-.96zM12.295 15.62a.594.594 0 0 1 .826.338c.192.551.208 1.199-.038 1.734-.154.37-.713.434-.959.128-.274-.378-.274-.871-.247-1.316.026-.325.113-.709.419-.884m.101.332c-.293.425-.229 1.012-.113 1.488.034.248.398.344.509.101.19-.432.176-.943.047-1.392-.035-.202-.269-.337-.443-.197zM10.469 15.907c.004-.076.01-.228.012-.305.401.002.802.001 1.204.002l-.002.311-.432.001c.001.682-.002 1.363.002 2.046-.085.002-.258.01-.344.013l.001-2.056-.44-.013zM13.634 15.602c.295.002.593-.017.886.029.488.113.578.81.274 1.146-.216.214-.547.134-.818.167v1.028l-.341-.001a935.36 935.36 0 0 1 0-2.369m.343.312c-.002.234-.002.469-.001.703.252-.017.694.035.655-.349.014-.366-.404-.334-.654-.354z"/><path d="M8.989 10.393a277.419 277.419 0 0 0 3.01-3.03 277.404 277.404 0 0 0 3.012 3.029c-.204.202-.407.404-.606.61-.655-.668-1.331-1.315-1.976-1.992.018 1.014-.002 2.029.011 3.043h-.864c.011-1.021-.008-2.041.011-3.062-.646.688-1.331 1.337-1.99 2.01-.2-.204-.403-.407-.607-.607z"/><path fill="#bc888c" d="M10.489 13.176c.976-.06 1.962-.034 2.94-.014.364.156.595.521.887.781l.066.055c.403.422.82.833 1.235 1.244-.11 1.033-.026 2.078-.046 3.116-.616.595-1.218 1.205-1.82 1.813-.122.106-.235.265-.416.251-.763.024-1.526-.006-2.29.012-.226-.018-.503.049-.671-.146-.655-.636-1.284-1.3-1.948-1.928.006-1.046.026-2.094-.012-3.139.683-.689 1.357-1.396 2.075-2.045m-.078.359c-.197.365-.523.625-.829.893a4.331 4.331 0 0 1-.359.358 5.258 5.258 0 0 1-.264.254 8.624 8.624 0 0 1-.314.374c-.007.923-.005 1.844-.004 2.767.649.637 1.295 1.277 1.938 1.92.948.005 1.896.006 2.844-.001.642-.643 1.286-1.284 1.936-1.92-.002-.979.008-1.958-.007-2.938l-.194.032c-.02-.073-.064-.22-.085-.293l-.263-.079a17.944 17.944 0 0 0-.386-.479 6.26 6.26 0 0 1-.644-.659c-.133-.114-.272-.22-.408-.33-.984.046-1.994-.126-2.959.1z"/></symbol><symbol viewBox="0 0 24 24" id="warning--stop-ahead--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.92 1.5h.119c.29.042.532.221.662.481l10.55 18.28c.252.445.527.878.749 1.339v.316c-.09.328-.366.541-.698.584H.845c-.324-.011-.688-.144-.791-.482-.158-.39.138-.746.311-1.072C3.912 14.812 7.451 8.674 10.993 2.537c.242-.394.419-.924.926-1.037M3.1 20.395h17.818c-2.97-5.143-5.938-10.288-8.91-15.43-2.97 5.142-5.941 10.285-8.908 15.43z"/><path fill="#e20a16" d="M7.852 13.709c.815-.805 1.62-1.621 2.435-2.425 1.147 0 2.294.001 3.44-.001.749.733 1.481 1.483 2.23 2.216.09.101.224.198.21.353.007 1.103-.002 2.207.002 3.311-.809.815-1.627 1.62-2.431 2.44-1.154.002-2.309.005-3.462-.001-.803-.818-1.618-1.625-2.428-2.435.002-1.152-.005-2.305.004-3.457m.865 1.532c.179.304.553.331.847.457.186.276.162.968-.306.893-.221-.059-.217-.302-.245-.484h-.482c.022.312.09.674.391.839.42.26 1.033.022 1.154-.461.112-.452.026-1.13-.506-1.267-.181-.089-.482-.078-.524-.324-.047-.232-.008-.635.314-.602.26-.011.287.294.322.482l.443-.007c.036-.491-.355-1.014-.884-.928-.648.047-.835.931-.523 1.402m1.559-1.38v.451l.536.001.001 2.714h.452v-2.714l.538-.001-.001-.452-1.526.001m2.235.029a.745.745 0 0 0-.474.683 31.42 31.42 0 0 0 .005 1.79c.02.476.582.818 1.018.631a.75.75 0 0 0 .496-.721c.01-.569.014-1.14-.002-1.709.007-.506-.584-.886-1.042-.674m1.501-.033v3.17h.452c-.001-.403.001-.806-.001-1.21.364-.004.81-.072.956-.462.11-.391.137-.866-.094-1.222-.318-.378-.876-.282-1.314-.277z"/><path fill="#e20a16" d="M12.626 14.342c.172-.139.482 0 .47.23.019.6.031 1.204-.007 1.802-.079.336-.64.244-.598-.103-.006-.592-.034-1.189.016-1.78l.119-.15zM14.467 14.291c.178.048.449-.029.539.182.05.227.066.469.001.695-.072.229-.362.151-.54.197-.002-.358-.001-.716 0-1.074z"/><path fill="#fff" d="M3.1 20.395c2.966-5.144 5.938-10.288 8.908-15.43 2.972 5.142 5.94 10.286 8.91 15.43H3.1m4.752-6.686c-.008 1.152-.001 2.305-.004 3.457.81.81 1.625 1.616 2.428 2.435 1.153.006 2.308.004 3.462.001.804-.82 1.622-1.625 2.431-2.44-.005-1.104.005-2.208-.002-3.311.014-.155-.12-.252-.21-.353-.749-.733-1.481-1.483-2.23-2.216-1.146.002-2.293.001-3.44.001-.815.804-1.62 1.62-2.435 2.425z"/><path fill="#fff" d="M8.717 15.242c-.312-.47-.125-1.355.523-1.402.529-.086.92.437.884.928l-.443.007c-.035-.188-.061-.493-.322-.482-.323-.032-.361.371-.314.602.042.246.343.235.524.324.533.137.618.815.506 1.267-.121.482-.734.721-1.154.461-.301-.164-.37-.527-.391-.839h.482c.028.181.024.425.245.484.468.076.492-.617.306-.893-.294-.126-.668-.154-.847-.457zM10.277 13.862l1.526-.001.001.452-.538.001v2.714h-.452l-.001-2.714-.536-.001a33.9 33.9 0 0 1 0-.451zM12.512 13.891c.457-.211 1.049.168 1.042.674.017.569.012 1.14.002 1.709a.749.749 0 0 1-.496.721c-.436.187-.997-.155-1.018-.631a31.42 31.42 0 0 1-.005-1.79.745.745 0 0 1 .474-.683m.115.451l-.119.15c-.049.59-.022 1.188-.016 1.78-.042.347.518.439.598.103a19 19 0 0 0 .007-1.802c.012-.23-.299-.37-.47-.23zM14.014 13.858c.438-.005.996-.101 1.314.277.23.355.204.83.094 1.222-.146.39-.593.458-.956.462.002.403 0 .806.001 1.21h-.452v-3.17m.452.432c-.001.358-.002.716 0 1.074.178-.046.468.032.54-.197a1.422 1.422 0 0 0-.001-.695c-.09-.211-.361-.134-.539-.182z"/></symbol><symbol viewBox="0 0 24 24" id="warning--stop-ahead--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#ffb71a" d="M10.745 2.165c.348-.672 1.254-.982 1.925-.607.461.22.676.707.919 1.123 3.382 5.86 6.762 11.72 10.146 17.579.112.197.203.404.265.623v.508c-.13.672-.749 1.207-1.441 1.188-7.036.002-14.072.005-21.109-.001-.752.014-1.426-.649-1.429-1.4-.029-.48.268-.884.491-1.282 3.413-5.91 6.82-11.822 10.234-17.73m.83-.47a1.32 1.32 0 0 0-.674.62C7.421 8.352 3.937 14.388.455 20.424c-.182.293-.277.652-.186.994.12.577.706.988 1.288.94 7.037-.007 14.075.007 21.112-.007.882-.018 1.442-1.127.949-1.855-3.496-6.07-6.998-12.134-10.499-18.202-.275-.546-.97-.835-1.542-.598z"/><path fill="#ffb71a" d="M2.774 20.371c3.078-5.339 6.161-10.676 9.242-16.014 3.083 5.336 6.164 10.675 9.244 16.014H2.774m7.15-8.498c-.337 1.159-.764 2.314-1.463 3.307.132.319.256.641.371.965.185-.274.365-.553.534-.838.001 1.342-.002 2.683.001 4.025h.785c.005-1.765-.007-3.53.005-5.294l.181-.185-.239-.086c.157-.413.316-.826.448-1.247a.401.401 0 0 1 .286-.296c-.306-.109-.606-.232-.908-.35m2.376-.017c-.022.22.052.474-.031.677-.556.018-1.111 0-1.667.005l-.001.808c1.429.007 2.86-.006 4.289.006.011-.27.014-.541.01-.811-.596-.002-1.193 0-1.788-.002-.005-.235-.054-.508.217-.617-.343-.02-.685-.046-1.028-.065m-1.262 1.786c-.002.565-.001 1.13-.001 1.696h3.418v-1.696h-3.416m-.6 1.992c-.001.517-.001 1.034.001 1.553l.703-.001.001-.815h3.102l.001.806.737.001v-1.544H10.44m.935 1.064a94 94 0 0 0 0 .751l.924.001c.006.338.007.678-.011 1.018-.376.024-.752.011-1.128-.007.101.282.19.569.257.862.512-.031 1.16.094 1.552-.318.241-.476.102-1.04.139-1.554l.946-.001a94 94 0 0 0 0-.751h-2.678z"/><path fill="#ffb71a" d="M11.806 14.268h1.838l.001.431c-.614.002-1.229.002-1.842-.001l.002-.43z"/><path d="M11.576 1.696c.572-.238 1.267.052 1.542.598 3.5 6.067 7.003 12.132 10.499 18.202.493.728-.067 1.837-.949 1.855-7.037.014-14.075 0-21.112.007-.582.048-1.168-.362-1.288-.94-.091-.342.004-.701.186-.994C3.936 14.388 7.42 8.352 10.901 2.316c.149-.274.378-.509.674-.62M2.774 20.371H21.26c-3.079-5.339-6.161-10.678-9.244-16.014-3.082 5.338-6.164 10.675-9.242 16.014z"/><path d="M9.924 11.873c.302.119.602.241.908.35a.406.406 0 0 0-.286.296c-.132.421-.29.834-.448 1.247l.239.086a15.79 15.79 0 0 0-.181.185c-.012 1.764 0 3.529-.005 5.294h-.785c-.004-1.342 0-2.683-.001-4.025-.169.284-.349.564-.534.838a20.176 20.176 0 0 0-.371-.965c.698-.994 1.126-2.148 1.463-3.307z"/><path d="M12.301 11.857c.343.019.685.044 1.028.065-.271.109-.222.382-.217.617.595.002 1.192 0 1.788.002.005.27.001.541-.01.811-1.429-.012-2.86.001-4.289-.006l.001-.808c.556-.005 1.111.013 1.667-.005.083-.203.01-.457.031-.677zM11.04 13.644h3.416v1.696h-3.418c0-.565-.001-1.13.001-1.696m.767.624l-.002.43c.613.004 1.228.004 1.842.001l-.001-.431h-1.838zM10.441 15.636h4.546v1.544l-.737-.001-.001-.806h-3.102l-.001.815-.703.001c-.002-.518-.002-1.036-.001-1.553z"/><path d="M11.375 16.7h2.678a94 94 0 0 1 0 .751l-.946.001c-.037.514.102 1.078-.139 1.554-.391.412-1.039.287-1.552.318a7.556 7.556 0 0 0-.257-.862c.376.018.752.031 1.128.007.018-.34.017-.679.011-1.018l-.924-.001a94 94 0 0 1 0-.751z"/></symbol><symbol viewBox="0 0 24 24" id="warning--t-roads--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.507 1.38h.875c.46.168.96.442 1.124.935-.341-.379-.724-.792-1.258-.853-.294-.006-.611-.047-.872.115-.996.445-1.164 1.684-1.856 2.422.305-.656.697-1.272 1.069-1.892.203-.359.601-.508.918-.726zM13.501 2.406c.026-.001.079-.004.106-.004.517.935 1.086 1.842 1.585 2.788l-.101-.035c-.535-.913-1.06-1.832-1.59-2.749zM9.428 4.087l.122-.029c-.1.186-.208.366-.329.538-.367.701-.78 1.376-1.18 2.059l.014-.163c.434-.814.919-1.601 1.372-2.405zM15.17 5.287l.132.065c.568.97 1.122 1.949 1.688 2.92.115.198.25.391.294.622-.76-1.166-1.411-2.404-2.114-3.606zM6.256 9.602c.545-.94 1.052-1.913 1.651-2.814a.77.77 0 0 1-.12.326c-.517.872-1.004 1.762-1.526 2.632l-.005-.144zM17.324 9.004l.217.098c.005.232.178.407.276.604.322.576.677 1.134.977 1.721l-.101-.032c-.474-.787-.908-1.598-1.392-2.381l.023-.01zM6.055 9.937l.133-.06c-.581 1.007-1.153 2.02-1.747 3.018l.016-.164c.509-.943 1.067-1.864 1.598-2.794zM8.576 10.765c2.249-.002 4.496-.001 6.745 0-.012.68.023 1.364-.017 2.045-.775-.013-1.549-.002-2.324-.006-.002 2.394 0 4.789-.002 7.183h-2.036c-.001-2.394.001-4.788-.001-7.183-.786 0-1.572-.001-2.359.001-.011-.68 0-1.36-.005-2.04zM18.773 11.52c.277.066.374.475.488.716-.257-.095-.36-.482-.488-.716zM19.242 12.332l.138.078c.398.716.84 1.41 1.214 2.14l-.1-.037a95.997 95.997 0 0 1-1.253-2.18zM3.256 14.83c.325-.612.647-1.243 1.054-1.801-.079.347-.32.629-.48.942-.2.281-.29.644-.574.859zM20.575 14.652c.282-.008.376.427.43.653-.223-.143-.34-.416-.43-.653zM3.089 14.891a.38.38 0 0 1 .178.037c-.306.516-.56 1.084-.938 1.544.161-.568.68-.997.761-1.582z"/><path d="M21.102 15.451c.088.104.164.216.23.336.88 1.564 1.817 3.095 2.668 4.674v.931c-.235.496-.583.98-1.133 1.151l-.046.077H1.294c-.56-.197-1.127-.623-1.216-1.248l-.079.119v-.965c.13-.306.277-.604.446-.889l.012.071c-.215.518-.506 1.027-.367 1.621.227.624.774 1.198 1.469 1.218 6.922.004 13.843 0 20.765.001 1.061.049 1.914-1.171 1.523-2.158-.294-.65-.718-1.232-1.027-1.876-.413-.631-.76-1.306-1.148-1.954-.187-.371-.474-.698-.57-1.11zM1.441 17.944c.271-.498.553-.991.852-1.475l.038.106c-.316.443-.481 1.007-.89 1.369zM.479 19.612c.302-.554.622-1.1.942-1.644l.01.109c-.226.49-.527.942-.791 1.411l-.161.124z"/><path fill="#fff" d="M11.376 1.577c.262-.162.578-.121.872-.115.534.061.917.474 1.258.853l-.005.091c.53.917 1.055 1.836 1.59 2.749l.101.035-.022.097c.703 1.202 1.355 2.44 2.114 3.606l.04.11-.023.01c.484.782.918 1.594 1.392 2.381l.101.032-.022.094c.128.234.232.622.488.716l-.019.096c.408.732.826 1.459 1.253 2.18l.1.037-.019.102c.09.236.206.51.43.653l.097.146c.096.412.383.739.57 1.11.389.648.736 1.322 1.148 1.954.31.643.733 1.225 1.027 1.876.391.986-.462 2.207-1.523 2.158-6.922-.001-13.843.002-20.765-.001-.695-.02-1.242-.594-1.469-1.218-.139-.594.152-1.103.367-1.621l.205-.108a5.74 5.74 0 0 0-.185.012l.161-.124c.264-.469.565-.922.791-1.411l.158-.179-.148.046c.409-.362.575-.926.89-1.369l-.004-.102c.378-.461.632-1.028.938-1.544.022.001.064.002.085.004l-.096-.102c.283-.215.373-.578.574-.859.16-.313.401-.595.48-.942.032-.034.1-.1.132-.133.594-.998 1.166-2.011 1.747-3.018l-.028-.155.1.024c.522-.87 1.009-1.759 1.526-2.632a.78.78 0 0 0 .12-.326l.136-.133c.4-.683.812-1.358 1.18-2.059.121-.172.229-.352.329-.538L9.517 4c.692-.738.86-1.976 1.856-2.422m.315.221a1.336 1.336 0 0 0-.866.679C7.466 8.288 4.113 14.099.759 19.909c-.158.284-.354.566-.373.901-.078.726.553 1.452 1.292 1.434 6.922-.004 13.843.005 20.766-.004.898-.061 1.487-1.177 1.015-1.951-3.415-5.945-6.852-11.875-10.277-17.814-.272-.529-.916-.834-1.494-.677z"/><path fill="#fff" d="M11.806 4.097c.182-.13.452-.032.542.163 3.032 5.25 6.065 10.501 9.094 15.754.204.241-.002.661-.324.62-6.079.004-12.16.002-18.239 0-.317.035-.518-.38-.316-.62 2.995-5.2 6.002-10.394 8.999-15.594.072-.112.126-.248.244-.323m-3.23 6.668c.005.68-.006 1.36.005 2.04.787-.002 1.573-.001 2.359-.001.002 2.395 0 4.789.001 7.183h2.036c.002-2.394 0-4.789.002-7.183.775.004 1.549-.007 2.324.006.04-.68.005-1.364.017-2.045-2.249-.001-4.496-.002-6.745 0z"/><path fill="red" d="M11.688 1.799c.578-.157 1.222.148 1.494.677 3.425 5.939 6.862 11.869 10.277 17.814.472.774-.118 1.89-1.015 1.951-6.923.008-13.844 0-20.766.004-.739.018-1.37-.708-1.292-1.434.019-.335.215-.617.373-.901C4.113 14.1 7.466 8.289 10.822 2.479c.179-.335.493-.593.866-.679m.118 2.297c-.118.074-.172.211-.244.323-2.996 5.2-6.004 10.394-8.999 15.594-.203.24-.001.655.316.62 6.079.002 12.16.004 18.239 0 .322.041.528-.379.324-.62-3.029-5.252-6.061-10.504-9.094-15.754-.09-.196-.36-.293-.542-.163z"/></symbol><symbol viewBox="0 0 24 24" id="warning--t-roads--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.159.367c.372-.403 1.066-.404 1.44-.002 3.605 3.595 7.207 7.193 10.805 10.796.392.35.448 1.008.09 1.402-3.618 3.625-7.247 7.241-10.861 10.87a1.03 1.03 0 0 1-.98.307c-.433-.1-.689-.499-1-.782-3.475-3.486-6.96-6.97-10.444-10.445-.218-.253.001-.65-.209-.902v-.067c.179-.103.268-.307.416-.444C3.996 7.52 7.574 3.942 11.158.368m.501.375C8.024 4.343 4.411 7.967.799 11.589c-.191.143-.226.449-.04.608 3.546 3.539 7.085 7.084 10.626 10.625.143.136.27.337.492.334.227.006.355-.203.503-.34 3.539-3.539 7.074-7.082 10.619-10.616.182-.158.152-.461-.032-.606-3.571-3.589-7.162-7.159-10.741-10.74-.134-.162-.385-.248-.566-.11z"/><path fill="#231f20" d="M5.784 10.246c4.064.006 8.129.005 12.194.001.014.658.007 1.315.002 1.973-1.705.007-3.412-.013-5.116.01-.002 1.703.002 3.404-.002 5.107-.656.002-1.314.006-1.97-.002-.002-1.699.001-3.4-.001-5.1-1.702-.035-3.41-.002-5.114-.016.001-.658-.012-1.315.007-1.973z"/><path fill="#fd0" d="M11.659.743c.181-.138.432-.052.566.11 3.58 3.581 7.17 7.151 10.741 10.74.185.145.215.448.032.606-3.545 3.534-7.08 7.078-10.619 10.616-.148.137-.276.346-.503.34-.222.004-.349-.198-.492-.334C7.843 19.28 4.304 15.735.758 12.196c-.186-.16-.151-.466.04-.608C4.41 7.966 8.023 4.342 11.658.742m-5.874 9.504c-.019.658-.006 1.315-.007 1.973 1.704.013 3.413-.019 5.114.016.002 1.7-.001 3.401.001 5.1.656.008 1.314.005 1.97.002.005-1.703 0-3.404.002-5.107 1.704-.023 3.41-.002 5.116-.01.005-.658.012-1.315-.002-1.973-4.066.004-8.13.005-12.194-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tanks-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.156 1.835c.461-.419 1.229-.418 1.69.001a1.737 1.737 0 0 0-1.69-.001zM9.616 4.244c-.139-.143.05-.451.24-.388-.055.142-.116.29-.24.388zM14.143 3.853c.196-.066.386.254.234.395a1.263 1.263 0 0 1-.234-.395zM9.179 4.909c-.121-.19.14-.487.329-.467-.07.169-.131.354-.265.486l-.064-.019zM14.51 4.469l.114.004.072.109-.062.107a11.472 11.472 0 0 1-.124-.22zM14.704 4.777c.268.332.466.718.736 1.049l.043.301.002.022a14.508 14.508 0 0 1-.781-1.372zM8.274 6.52c-.122-.149.071-.438.256-.371-.059.138-.114.296-.256.371zM6.989 8.794c-.152-.14.031-.468.23-.395a1.372 1.372 0 0 1-.23.395zM16.783 8.402c.197-.072.38.257.23.397a1.317 1.317 0 0 1-.23-.397zM6.344 9.822l.036.054a1.034 1.034 0 0 1-.222.36l-.044-.094.116-.28.114-.041zM17.622 9.848c.198-.074.378.254.229.396a1.321 1.321 0 0 1-.229-.396zM6.013 10.427l.012.049a2.416 2.416 0 0 1-.276.461l-.098-.035c.007-.203.149-.444.362-.475zM4.831 12.517c-.149-.142.031-.47.23-.4-.053.145-.132.28-.23.4zM18.961 12.145l.172.022.073.125-.053.227c-.08-.112-.188-.227-.192-.373zM11.276 14.308c1.415-.145 2.831-.269 4.247-.397v1.319c-.485.097-.972.17-1.452.286l.065.145a55.65 55.65 0 0 1-2.123.008c-.27-.055-.492-.236-.737-.355v-1.006zM20.262 14.436l.037-.054.115.046.112.281-.05.094a1.226 1.226 0 0 1-.214-.366zM7.062 14.504h4.072l-.001.554c-1.357-.043-2.713-.091-4.07-.134v-.42z"/><path d="M14.155 15.868c.93-.184 1.853-.415 2.784-.599l.001 1.804c-3.246-.002-6.492 0-9.737-.019-.229.066-.155-.395.013-.392.629-.206 1.277-.348 1.914-.528.39-.092.773-.245 1.178-.252 1.282-.012 2.564.018 3.846-.013zM2.808 15.844l.073.046c-.035.061-.106.181-.14.242l-.076-.037.038-.214.104-.037zM21.104 15.85c.198-.068.38.256.229.397a1.293 1.293 0 0 1-.229-.397zM7.418 17.646c-.056-.248.079-.392.317-.439.012.265-.101.62.176.791.412.254.851.498 1.316.629 1.85.017 3.702-.002 5.552.008.593.044 1.094-.346 1.601-.598.302-.156.236-.514.21-.792.083.02.247.062.329.084.025.337-.044.709-.354.902-.451.283-.917.6-1.448.698-1.88.016-3.762 0-5.644.007-.482.03-.9-.248-1.31-.46-.325-.182-.715-.418-.745-.832z"/><path d="M8.057 17.302c.396-.234.749.445.324.628-.388.253-.745-.443-.324-.628zM9.043 17.328c.394-.241.954.092.934.552.022.481-.595.808-.979.516-.382-.238-.35-.863.046-1.068zM10.394 17.366c.346-.271.911-.042.98.388.128.486-.458.931-.894.685-.413-.188-.464-.82-.086-1.073zM11.903 17.298c.437-.205.978.233.859.703-.068.442-.666.666-1.003.367-.371-.268-.283-.91.144-1.07zM13.332 17.293c.437-.197.968.245.848.712-.071.439-.664.661-1.001.365-.376-.27-.283-.919.152-1.076zM14.689 17.35c.425-.236.992.163.907.643-.038.46-.654.718-1.004.412-.36-.257-.301-.869.097-1.055zM15.887 17.346c.182-.168.51-.071.566.174.101.26-.224.565-.474.424-.251-.073-.294-.449-.092-.598zM1.34 18.521c-.143-.143.042-.46.235-.392a.994.994 0 0 1-.235.392zM22.426 18.13c.198-.07.383.257.229.397a1.348 1.348 0 0 1-.229-.397zM.512 19.957c-.145-.144.035-.47.233-.398-.052.146-.133.28-.233.398zM23.225 19.48c.481.542.944 1.386.503 2.084.311-.752-.149-1.453-.503-2.084z"/><path fill="#fff" d="M11.156 1.835a1.737 1.737 0 0 1 1.69.001c.584.554.888 1.336 1.297 2.017.053.145.133.278.234.395l.133.221c.03.055.092.166.124.22l.07.089c.228.474.503.925.781 1.372l-.002-.022c.422.764.893 1.502 1.301 2.275.052.145.132.278.23.397.223.337.428.686.608 1.049.052.144.131.277.229.396.402.613.736 1.271 1.11 1.901.004.146.112.262.192.373l.054.076c.377.599.748 1.204 1.055 1.842.044.136.126.254.214.366l.197.29c.152.247.31.493.432.757.05.145.131.278.229.397.383.614.75 1.243 1.092 1.883.054.144.13.278.229.397.203.283.356.599.539.895l.031.058c.354.631.814 1.332.503 2.084-.259.523-.812.872-1.402.844-6.92.004-13.842.005-20.762 0-.743.005-1.412-.667-1.406-1.41-.016-.377.138-.74.355-1.04.1-.119.181-.252.233-.398.158-.34.374-.648.542-.983l.053-.055c.114-.106.181-.25.235-.392.366-.677.748-1.35 1.165-1.997.035-.061.106-.181.14-.242a85.49 85.49 0 0 1 1.95-3.372c.098-.12.178-.254.23-.4.203-.407.437-.8.688-1.181.11-.142.2-.298.276-.461l.133-.24c.094-.107.178-.223.222-.36.181-.372.372-.742.608-1.082.1-.116.175-.252.23-.395.317-.617.694-1.201 1.032-1.807l.023-.072c.142-.074.197-.233.256-.371.208-.421.44-.836.713-1.22.134-.132.196-.317.265-.486l.056-.149.052-.049c.124-.097.185-.246.24-.388.409-.684.713-1.469 1.301-2.022m.628.11c-.392.058-.671.368-.853.697C7.523 8.521 4.113 14.397.705 20.273c-.205.328-.288.749-.128 1.112.175.436.64.712 1.104.692 6.884-.001 13.769.007 20.653-.004.875.064 1.498-.99 1.006-1.721-3.433-5.93-6.875-11.856-10.314-17.783-.228-.448-.738-.737-1.241-.625z"/><path fill="#fff" d="M3.547 19.84C6.365 14.984 9.181 10.126 12 5.27l8.452 14.57H3.548m7.728-5.532v1.006c.245.119.467.3.737.355a57.79 57.79 0 0 0 2.123-.008l-.065-.145c.48-.115.967-.188 1.452-.286v-1.319c-1.416.128-2.832.252-4.247.397m-4.214.196v.42c1.357.043 2.713.091 4.07.134l.001-.554H7.061m7.094 1.364c-1.282.031-2.564.001-3.846.013-.406.007-.788.16-1.178.252-.637.18-1.285.322-1.914.528-.168-.002-.242.458-.013.392 3.245.019 6.491.017 9.737.019l-.001-1.804c-.931.184-1.854.415-2.784.599m-6.738 1.779c.03.414.42.649.745.832.41.211.828.49 1.31.46 1.882-.007 3.763.008 5.644-.007.532-.098.997-.415 1.448-.698.31-.193.379-.565.354-.902a17.588 17.588 0 0 0-.329-.084c.026.278.092.636-.21.792-.506.252-1.008.642-1.601.598-1.85-.011-3.702.008-5.552-.008-.466-.131-.905-.374-1.316-.629-.277-.17-.164-.526-.176-.791-.238.047-.373.191-.317.439m.639-.346c-.421.185-.064.881.324.628.425-.182.072-.862-.324-.628m.986.026c-.396.205-.427.83-.046 1.068.384.292 1.001-.035.979-.516.02-.46-.54-.793-.934-.552m1.352.038c-.378.253-.326.884.086 1.073.436.246 1.022-.199.894-.685-.07-.43-.635-.659-.98-.388m1.509-.068c-.427.161-.515.803-.144 1.07.337.299.935.074 1.003-.367.119-.47-.422-.908-.859-.703m1.429-.005c-.436.157-.528.806-.152 1.076.337.296.93.074 1.001-.365.12-.467-.412-.908-.848-.712m1.356.058c-.398.186-.457.798-.097 1.055.35.306.966.048 1.004-.412.085-.48-.482-.88-.907-.643m1.198-.004c-.202.149-.158.524.092.598.25.142.575-.163.474-.424-.056-.245-.384-.342-.566-.174z"/><path fill="#c00" d="M11.784 1.946c.503-.112 1.013.178 1.241.625 3.439 5.927 6.881 11.852 10.314 17.783.492.731-.131 1.784-1.006 1.721-6.884.011-13.769.002-20.653.004-.464.019-.929-.257-1.104-.692-.16-.364-.077-.785.128-1.112L10.93 2.645c.182-.329.461-.64.853-.697M3.547 19.84h16.904c-2.816-4.858-5.634-9.714-8.452-14.57-2.819 4.856-5.635 9.714-8.453 14.57z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tanks-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.875 1.38h.175a1.656 1.656 0 0 1 1.373.854c3.176 5.507 6.348 11.015 9.523 16.523.35.678.848 1.29 1.054 2.035v.442a1.633 1.633 0 0 1-1.376 1.386H1.395c-.719-.101-1.328-.713-1.38-1.444-.073-.556.256-1.036.521-1.49C3.889 13.873 7.237 8.057 10.59 2.244c.254-.481.75-.799 1.286-.864M2.519 20.498c6.326.002 12.653.002 18.979 0-3.161-5.486-6.322-10.974-9.488-16.458-3.168 5.484-6.33 10.972-9.491 16.458z"/><path fill="#fff" d="M2.519 20.498C5.68 15.012 8.842 9.524 12.01 4.04c3.167 5.484 6.328 10.972 9.488 16.458-6.326.002-12.653.002-18.979 0m5.077-5.43c-.022.348-.025.698.002 1.046.048.203.272.271.416.391-.774.343-1.848-.227-2.531.45-.344.476-.594 1.018-.893 1.524-.349.593.12 1.458.815 1.462 3.802.014 7.604.002 11.406.007a1.06 1.06 0 0 0 .986-.54c.258-.46.534-.91.776-1.378.308-.624-.222-1.457-.925-1.412-1.805-.019-3.608.004-5.412-.011L12 16.506c.268-.122.498-.33.468-.65 1.296-.209 2.597-.378 3.896-.568a53.14 53.14 0 0 1-.05-.418c-1.28.086-2.561.178-3.841.262-.068-.275-.274-.556-.586-.54-1.244-.01-2.49-.008-3.734 0-.269-.012-.538.202-.558.475z"/><path d="M7.596 15.068c.02-.274.289-.487.558-.475 1.244-.008 2.49-.01 3.734 0 .312-.016.517.265.586.54 1.28-.084 2.561-.175 3.841-.262l.05.418c-1.3.19-2.6.359-3.896.568.03.32-.2.528-.468.65l.236.101c1.804.014 3.607-.008 5.412.011.703-.044 1.234.788.925 1.412-.242.468-.518.918-.776 1.378a1.06 1.06 0 0 1-.986.54c-3.802-.005-7.604.007-11.406-.007-.695-.004-1.164-.869-.815-1.462.299-.506.548-1.048.893-1.524.683-.677 1.757-.107 2.531-.45-.144-.12-.368-.188-.416-.391a7.304 7.304 0 0 1-.002-1.046z"/></symbol><symbol viewBox="0 0 24 24" id="warning--texts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.351.208c.478-.346 1.162-.215 1.548.206 3.563 3.56 7.124 7.122 10.685 10.685.304.289.476.727.376 1.145-.073.408-.416.673-.689.954-3.361 3.358-6.719 6.716-10.076 10.076-.256.244-.484.551-.839.653-.439.151-.944-.005-1.25-.348C7.525 19.993 3.938 16.414.359 12.827c-.491-.458-.442-1.295.055-1.729C3.833 7.673 7.258 4.254 10.678.83c.218-.214.421-.446.674-.622m.334.087c-.191.066-.34.209-.484.344C7.662 4.183 4.117 7.721.578 11.266c-.408.347-.452 1.027-.052 1.396 3.479 3.484 6.965 6.962 10.442 10.447.287.284.581.662 1.03.644.449.017.744-.365 1.031-.65 3.479-3.484 6.961-6.962 10.441-10.444.401-.37.353-1.05-.056-1.394-3.56-3.564-7.122-7.127-10.686-10.687-.258-.286-.674-.415-1.043-.283z"/><path fill="#fee011" d="M11.792.762c.252-.124.511.029.676.22 3.356 3.359 6.716 6.716 10.074 10.075.235.246.505.463.696.748.097.206.01.446-.157.588-3.442 3.44-6.884 6.881-10.322 10.325-.21.188-.378.452-.65.551-.336.086-.542-.239-.755-.434C7.879 19.349 4.395 15.873.915 12.393c-.17-.143-.256-.388-.152-.596.158-.234.377-.416.572-.617 3.263-3.26 6.523-6.523 9.784-9.785.221-.214.421-.455.674-.631m-5.745 9.857c-.415.143-.515.638-.548 1.022-.025.494-.043 1.034.22 1.474.256.434.985.368 1.163-.102.236-.582.216-1.25.078-1.854-.077-.407-.511-.7-.912-.54m13.078.756c.053.562.823.575.93 1.102.094.24-.072.613-.367.552-.26.02-.272-.288-.37-.454l-.361-.026c.02.406.264.865.725.857.551.064.917-.556.746-1.043-.09-.443-.512-.649-.842-.89-.236-.197.008-.576.284-.511.167.194.337.382.628.319-.068-.248-.148-.545-.419-.643-.461-.228-1.08.224-.954.738M3.528 13.352h.373V12.04l.557-.001.001-.383-.558-.001v-.647l.985-.001-.001-.376H3.528v2.72m4.18-2.718v2.719l.37-.001.001-1.264.353.001c.119.42.238.841.355 1.264h.403c-.124-.427-.251-.854-.374-1.28.467-.302.516-1.06.029-1.366-.358-.14-.76-.055-1.136-.073m2.142-.001v2.72l.379-.001c-.017-.451-.052-.929.253-1.302.156.432.3.869.451 1.303l.397-.001c-.198-.582-.398-1.164-.598-1.746l.529-.973h-.44l-.593 1.082-.001-1.082H9.85m2.062 2.72h1.357l.001-.36h-.974c-.001-.787.001-1.573-.001-2.359a48.644 48.644 0 0 0-.383-.002c-.002.907 0 1.814 0 2.722m1.942-.001h.377v-2.72h-.377c-.002.906-.002 1.813 0 2.72m1.219-2.72l.001 2.719.372.001.001-1.312.557-.001.002-.382-.559-.004.001-.646.984-.001v-.376h-1.36m1.957.002v.36h.48v2.36h.403l.001-2.36.475-.001-.001-.359h-1.358z"/><path fill="#fee011" d="M6.05 11.08c.096-.179.392-.151.469.028.212.416.168.91.131 1.361-.036.236-.116.58-.424.552-.283-.071-.312-.406-.341-.643-.018-.431-.065-.911.164-1.297zM8.077 11.017c.292.005.802-.068.722.385 0 .401-.462.288-.722.307v-.692z"/><path d="M11.686.295c.368-.132.785-.002 1.043.283 3.564 3.56 7.126 7.123 10.686 10.687.409.344.457 1.025.056 1.394-3.48 3.481-6.962 6.96-10.441 10.444-.287.286-.582.667-1.031.65-.449.018-.743-.36-1.03-.644C7.491 19.624 4.005 16.145.527 12.662c-.401-.368-.356-1.049.052-1.396C4.118 7.721 7.663 4.182 11.203.639c.144-.136.293-.278.484-.344m.105.467c-.253.176-.454.418-.674.631-3.26 3.262-6.521 6.524-9.784 9.785-.196.2-.414.383-.572.617-.103.209-.018.454.152.596 3.48 3.48 6.964 6.956 10.439 10.442.212.196.419.521.755.434.272-.098.44-.362.65-.551 3.438-3.444 6.881-6.884 10.322-10.325.167-.142.254-.382.157-.588-.191-.284-.461-.502-.696-.748C19.183 7.696 15.823 4.339 12.467.98c-.164-.191-.424-.343-.676-.22z"/><path d="M6.048 10.621c.401-.16.835.133.912.54.138.604.158 1.272-.078 1.854-.178.47-.907.536-1.163.102-.263-.439-.245-.979-.22-1.474.034-.384.133-.88.548-1.022m.003.459c-.229.386-.182.866-.164 1.297.029.238.058.572.341.643.307.028.388-.316.424-.552.037-.451.082-.944-.131-1.361-.077-.179-.373-.206-.469-.028zM19.127 11.377c-.126-.514.493-.966.954-.738.271.098.35.395.419.643-.29.062-.461-.125-.628-.319-.276-.065-.521.314-.284.511.33.241.752.448.842.89.17.487-.196 1.106-.746 1.043-.461.008-.704-.451-.725-.857l.361.026c.097.166.109.474.37.454.295.061.461-.312.367-.552-.107-.527-.877-.54-.93-1.102zM3.528 13.352v-2.72h1.357l.001.376-.985.001v.647l.558.001-.001.383-.557.001v1.312h-.373zM7.708 10.633c.377.018.779-.067 1.136.073.487.306.438 1.063-.029 1.366.124.426.251.853.374 1.28h-.403c-.118-.422-.236-.844-.355-1.264l-.353-.001-.001 1.264-.37.001v-2.719m.37.384v.692c.26-.019.722.094.722-.307.079-.454-.431-.38-.722-.385zM9.851 10.632h.378l.001 1.082.593-1.082h.44l-.529.973c.199.582.4 1.164.598 1.746l-.397.001c-.151-.434-.295-.871-.451-1.303-.305.373-.27.851-.253 1.302l-.379.001v-2.72zM11.912 13.352c0-.907-.002-1.814 0-2.722l.383.002c.002.786 0 1.572.001 2.359h.974l-.001.36h-1.357zM13.854 13.352c-.002-.907-.002-1.814 0-2.72h.377v2.72h-.377zM15.073 10.632h1.36v.376l-.984.001-.001.646.559.004-.002.382-.557.001-.001 1.312-.372-.001-.001-2.719zM17.029 10.632h1.358l.001.359-.475.001-.001 2.36h-.403v-2.36h-.48v-.36z"/></symbol><symbol viewBox="0 0 24 24" id="warning--texts--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.35.208a1.15 1.15 0 0 1 1.228-.042c.289.176.509.439.749.673 3.418 3.422 6.842 6.839 10.259 10.262.3.286.47.716.377 1.128-.068.413-.413.683-.688.965-3.36 3.356-6.718 6.716-10.075 10.075-.253.241-.479.545-.827.653-.445.16-.961.002-1.271-.347-3.578-3.583-7.164-7.16-10.741-10.746-.491-.456-.446-1.292.049-1.728C3.83 7.675 7.256 4.255 10.676.83c.218-.214.422-.448.674-.623m.328.091c-.186.068-.332.206-.475.34C7.683 4.16 4.163 7.682.641 11.203c-.252.234-.45.563-.389.92.052.424.428.68.7.968 3.44 3.438 6.881 6.877 10.318 10.319.218.234.536.394.864.335.389-.052.635-.388.898-.641 3.336-3.342 6.676-6.679 10.015-10.018.27-.287.647-.542.697-.965.061-.354-.133-.682-.384-.914-3.546-3.541-7.086-7.09-10.634-10.631-.259-.286-.678-.414-1.046-.278z"/><path fill="#fee011" d="M11.8.76c.251-.121.504.036.667.222 3.52 3.52 7.039 7.04 10.56 10.559.181.163.335.418.205.661-.176.256-.421.454-.636.676-3.401 3.401-6.803 6.802-10.202 10.204-.144.167-.385.262-.595.157-.277-.196-.491-.466-.734-.7L.921 12.397a.504.504 0 0 1-.002-.798c3.515-3.523 7.04-7.037 10.554-10.561.103-.098.205-.202.328-.277m-6.483 7.61l-.001 1.948.276.001c.001-.27 0-.54-.001-.81.436.072.917-.278.763-.751-.094-.488-.676-.374-1.037-.388M8.3 8.366c-.005.654-.002 1.308-.002 1.962.316-.025.76.07.922-.29.191-.427.198-.956.005-1.384-.173-.344-.608-.263-.924-.288m9.49.01v1.944h.27c0-.421-.001-.842.002-1.265.169.354.318.718.492 1.07a.37.37 0 0 0 .295.239c.01-.662.002-1.326.004-1.988h-.27l-.001 1.12c-.174-.373-.347-.748-.522-1.12h-.27m-10.946.005v1.94h.971l-.001-.276h-.689v-.64l.388-.001.005-.252a50.208 50.208 0 0 1-.391-.006c-.001-.158-.002-.317-.001-.474l.655-.001v-.29h-.936m2.98 0v1.94c.324 0 .649 0 .973-.002l-.005-.274h-.688l-.001-.64.39-.001.001-.253c-.098-.001-.293-.002-.39-.004l-.001-.475.656-.001v-.29h-.936m1.409.489c.011.308.332.421.53.595.245.143.193.608-.121.612-.212-.086-.257-.397-.535-.377.048.246.12.562.416.607.368.112.721-.214.671-.586.028-.476-.642-.524-.692-.954l.27-.173.192.264.275-.042c-.085-.128-.14-.284-.266-.379-.299-.174-.787.055-.739.432m1.231-.488v.253l.34.008v1.679h.276c0-.559.001-1.118-.001-1.678l.362-.013-.008-.25a156.17 156.17 0 0 0-.968 0m1.398-.01v1.95h.276c0-.313-.002-.626.004-.94.547.049.17 1.033.787.967-.089-.308-.185-.613-.28-.919.194-.204.382-.493.205-.773-.166-.394-.661-.253-.992-.286m1.527.012v1.94h.3v-1.94h-.3m1.205-.034c-.161.666-.326 1.332-.479 2 .367.064.352-.318.434-.563h.372c.082.235.055.613.41.565-.162-.647-.281-1.308-.482-1.944l-.256-.059m-10.104 3.03v2.352h.358v-1.032l.442.001.376 1.031h.406c-.134-.358-.271-.714-.408-1.072.256-.248.463-.641.224-.976-.305-.462-.935-.265-1.397-.305m1.998.006v2.352h1.433l.001-.37H8.838v-.661l.701-.002-.002-.388h-.698v-.578h1.009v-.353c-.452-.001-.904-.001-1.356 0m1.869 0v2.353l.388-.001v-1.008l.676-.001v-.386l-.673-.002-.008-.571c.35-.014.701-.016 1.052-.012l-.001-.371h-1.433m1.82-.006c.018.605-.043 1.214.032 1.816.167.691 1.284.714 1.496.042.115-.611.026-1.241.052-1.859l-.374.002c-.018.58.037 1.164-.026 1.741-.142.362-.769.302-.815-.089-.035-.551-.002-1.103-.012-1.654h-.353m2.234.281c-.305.474-.311 1.118-.097 1.63.191.481.89.598 1.247.233.263-.251.174-.649.202-.973l-.779-.001.001.365.452.014c-.074.203-.169.487-.44.467-.374-.035-.455-.481-.454-.785.001-.295.001-.724.344-.836.221-.094.382.104.539.222l.318-.122c-.22-.511-.983-.672-1.333-.212m1.773-.277v2.352h1.434l-.001-.37h-1.087l.001-.662.7-.001-.002-.388-.697-.001a55.489 55.489 0 0 1 0-.577l1.009-.001-.001-.352H16.19m-9.396 3.414c.002.784 0 1.567.001 2.351l.365-.001v-2.353l-.366.004m1.247.079c-.458.18-.546.967-.025 1.126.281.125.89.09.756.557-.203.385-.697.176-.893-.103l-.324.122c.221.318.548.654.978.557.497-.037.817-.688.502-1.087-.206-.31-.61-.282-.923-.398-.186-.162-.035-.466.185-.494.187-.034.32.125.467.21l.34-.07c-.161-.424-.655-.632-1.062-.419m1.517-.081l.001 2.351 1.434-.001v-.343c-.356-.002-.713-.004-1.069-.004l-.001-2.008-.365.005m2.47-.005c-.265.784-.527 1.568-.79 2.353l.406.001.197-.664.752-.001.206.661c.138.002.275.004.413.004-.265-.784-.538-1.565-.802-2.35l-.383-.005m1.597-.023c-.007.792-.002 1.585-.004 2.377l.37.001c.001-.504 0-1.008.002-1.511.302.5.598 1.007.894 1.511h.317l-.001-2.354-.377.005c.001.508.001 1.014 0 1.522-.284-.462-.535-.946-.828-1.402-.065-.15-.247-.112-.373-.149m2.117.023v2.357c.398-.028.878.101 1.198-.208.494-.491.493-1.362.05-1.884-.317-.355-.828-.245-1.248-.265z"/><path fill="#fee011" d="M5.594 8.632c.233-.008.613.036.517.367-.024.269-.332.174-.517.218v-.586zM8.58 8.62c.612.008.535.745.457 1.168-.026.24-.271.253-.458.281-.007-.484-.007-.966.001-1.448zM14.14 8.658c.163.008.326.018.49.03-.001.136-.008.27-.023.404-.139.08-.311.053-.464.074l-.002-.509zM6.856 11.734c.269.035.684-.079.787.266-.023.422-.5.317-.786.336l-.001-.602zM16.128 15.128c.8-.115 1.061.986.6 1.486-.152.168-.398.132-.601.166-.005-.551-.005-1.1.001-1.651zM12.233 15.415c.08.229.152.463.23.694l-.474.008c.073-.238.167-.467.244-.702z"/><path d="M11.678.298c.368-.136.787-.007 1.046.278 3.548 3.541 7.088 7.09 10.634 10.631.251.233.445.56.384.914-.05.422-.427.678-.697.965-3.34 3.338-6.679 6.676-10.015 10.018-.263.253-.509.589-.898.641-.328.059-.646-.101-.864-.335A12547.78 12547.78 0 0 0 .95 13.091c-.271-.288-.648-.545-.7-.968-.061-.358.137-.686.389-.92C4.161 7.682 7.682 4.16 11.201.638c.143-.133.289-.271.475-.34M11.8.76c-.122.076-.224.179-.328.277C7.958 4.561 4.433 8.075.918 11.598a.505.505 0 0 0 .002.798l10.144 10.142c.244.234.457.504.734.7.21.104.451.01.595-.157l10.202-10.204c.215-.222.46-.42.636-.676.13-.244-.024-.498-.205-.661-3.521-3.518-7.04-7.039-10.56-10.559-.163-.186-.416-.343-.667-.222z"/><path d="M5.318 8.371c.361.013.943-.101 1.037.388.154.473-.328.823-.763.751.001.27.002.54.001.81l-.276-.001.001-1.948m.276.261v.586c.185-.044.493.05.517-.218.096-.331-.284-.376-.517-.367zM8.3 8.366c.316.025.751-.056.924.288.193.427.186.956-.005 1.384-.162.36-.606.265-.922.29 0-.654-.002-1.308.002-1.962m.281.254c-.008.482-.008.965-.001 1.448.187-.028.432-.041.458-.281.078-.422.155-1.159-.457-1.168zM17.791 8.376h.27c.175.372.348.746.522 1.12l.001-1.12h.27c-.001.662.006 1.326-.004 1.988a.37.37 0 0 1-.295-.239c-.174-.353-.323-.716-.492-1.07-.004.422-.002.844-.002 1.265h-.27V8.376zM6.845 8.381h.936v.29l-.655.001c-.001.157 0 .316.001.474l.391.006-.005.252-.388.001v.64h.689l.001.276h-.971v-1.94zM9.826 8.381h.936v.29l-.656.001.001.475.39.004-.001.253-.39.001.001.64h.688l.005.274c-.324.002-.649.002-.973.002v-1.94zM11.234 8.87c-.048-.377.44-.606.739-.432.126.095.181.251.266.379l-.275.042-.192-.264-.27.173c.05.43.72.478.692.954.05.372-.302.697-.671.586-.296-.046-.368-.361-.416-.607.278-.02.323.29.535.377.314-.004.366-.469.121-.612-.198-.174-.52-.287-.53-.595zM12.466 8.381h.968l.008.25-.362.013c.002.559.001 1.118.001 1.678h-.276V8.643l-.34-.008v-.253zM13.865 8.37c.331.032.827-.108.992.286.176.28-.011.569-.205.773.095.306.191.611.28.919-.617.066-.24-.918-.787-.967-.006.313-.004.626-.004.94h-.276v-1.95m.275.287l.002.509c.154-.022.325.006.464-.074a4.19 4.19 0 0 0 .023-.404 19.818 19.818 0 0 0-.49-.03zM15.392 8.381h.3v1.94h-.3v-1.94zM16.597 8.347l.256.059c.202.636.32 1.297.482 1.944-.355.048-.329-.33-.41-.565h-.372c-.083.245-.067.626-.434.563.152-.668.318-1.334.479-2zM6.492 11.376c.462.04 1.092-.157 1.397.305.239.335.031.727-.224.976.137.358.274.714.408 1.072h-.406l-.376-1.031-.442-.001v1.032h-.358v-2.352m.365.357l.001.602c.286-.019.763.086.786-.336-.103-.346-.518-.232-.787-.266zM8.491 11.381c.452-.001.904-.001 1.356 0v.353H8.838v.578h.698l.002.388-.701.002v.661h1.087l-.001.37H8.49v-2.352zM10.361 11.381h1.433l.001.371a20.476 20.476 0 0 0-1.052.012c.004.19.006.38.008.571l.673.002v.386l-.676.001v1.008l-.388.001V11.38zM12.182 11.376h.353c.01.551-.023 1.103.012 1.654.046.391.673.451.815.089.064-.577.008-1.162.026-1.741l.374-.002c-.025.618.064 1.248-.052 1.859-.212.672-1.33.649-1.496-.042-.076-.601-.014-1.211-.032-1.816zM14.416 11.656c.35-.46 1.114-.299 1.333.212l-.318.122c-.157-.118-.318-.316-.539-.222-.343.113-.343.541-.344.836-.001.304.079.75.454.785.271.02.366-.264.44-.467l-.452-.014-.001-.365.779.001c-.028.324.061.722-.202.973-.356.365-1.056.248-1.247-.233-.214-.511-.208-1.156.097-1.63zM16.189 11.381h1.355l.001.352-1.009.001v.577l.697.001.002.388-.7.001-.001.662h1.087l.001.37h-1.434v-2.352zM6.794 14.795l.366-.004v2.353l-.365.001c-.001-.784.001-1.567-.001-2.351zM8.041 14.875c.407-.214.901-.005 1.062.419l-.34.07c-.146-.085-.28-.244-.467-.21-.22.029-.371.332-.185.494.313.116.716.089.923.398.316.4-.005 1.05-.502 1.087-.43.097-.757-.239-.978-.557l.324-.122c.196.28.69.488.893.103.134-.467-.475-.432-.756-.557-.521-.158-.433-.946.025-1.126zM9.559 14.795l.365-.005.001 2.008c.356 0 .713.001 1.069.004v.343l-1.434.001-.001-2.351zM12.029 14.79l.383.005c.264.785.536 1.566.802 2.35-.138 0-.275-.001-.413-.004l-.206-.661-.752.001-.197.664-.406-.001c.263-.785.524-1.57.79-2.353m.203.624c-.077.235-.17.464-.244.702.158-.004.316-.006.474-.008-.078-.23-.15-.464-.23-.694zM13.625 14.766c.126.037.308-.001.373.149.293.456.544.94.828 1.402.001-.508.001-1.014 0-1.522l.377-.005.001 2.354h-.317c-.296-.504-.592-1.01-.894-1.511-.002.503-.001 1.007-.002 1.511l-.37-.001c.001-.792-.004-1.585.004-2.377zM15.742 14.789c.42.02.931-.09 1.248.265.443.522.444 1.393-.05 1.884-.319.308-.799.18-1.198.208v-2.357m.386.339c-.006.551-.006 1.1-.001 1.651.203-.034.449.002.601-.166.461-.499.2-1.601-.6-1.486z"/></symbol><symbol viewBox="0 0 24 24" id="warning--texts--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.354.205c.48-.344 1.164-.209 1.548.214 3.542 3.536 7.08 7.08 10.621 10.618.328.298.545.75.438 1.196-.078.442-.458.718-.749 1.022-3.34 3.337-6.679 6.677-10.016 10.016-.253.242-.48.545-.829.652a1.17 1.17 0 0 1-1.2-.286C7.682 20.159 4.206 16.673.721 13.195c-.276-.282-.619-.552-.689-.966-.095-.415.082-.845.382-1.134C3.832 7.673 7.255 4.255 10.674.831c.22-.216.426-.451.68-.626m.33.09c-.32.128-.54.412-.784.644-3.257 3.263-6.52 6.52-9.778 9.78-.239.244-.497.469-.706.739-.271.355-.215.898.108 1.202 3.48 3.486 6.968 6.965 10.447 10.453.286.284.582.658 1.028.641.479.011.778-.412 1.087-.71 3.317-3.32 6.635-6.638 9.955-9.956.272-.288.652-.545.7-.971.06-.352-.133-.677-.38-.907C19.814 7.668 16.273 4.118 12.725.577c-.259-.284-.674-.414-1.043-.282z"/><path fill="#fee011" d="M11.798.761c.248-.122.503.032.667.218 3.52 3.521 7.039 7.042 10.561 10.561.18.163.334.415.206.659-.176.257-.421.454-.635.676-3.402 3.402-6.804 6.802-10.204 10.206-.145.167-.389.263-.599.155-.254-.176-.45-.421-.67-.634C7.721 19.199 4.32 15.796.916 12.395a.507.507 0 0 1 .002-.8C4.434 8.072 7.96 4.558 11.473 1.034c.102-.097.202-.198.323-.272m-8.18 9.055v2.942h.448v-1.295l.552-.001.473 1.298c.126-.001.379-.002.505-.004-.173-.455-.348-.91-.518-1.367.354-.268.566-.773.296-1.176-.364-.608-1.175-.347-1.756-.398m2.335 2.944l.508.001c.083-.277.164-.554.246-.832l.942-.001c.086.277.174.554.262.833l.515-.001c-.337-.98-.672-1.962-1.008-2.944h-.478c-.329.98-.656 1.962-.986 2.944M8.93 9.822v2.941l.455-.001v-2.94H8.93m1.142 0l.001 2.941h1.79l.001-.433h-1.337V9.822h-.456m2.098-.006c.139.982.28 1.962.418 2.944l.41.001c.155-.619.31-1.238.463-1.856l.456 1.855.418.001c.138-.982.274-1.963.41-2.945h-.462l-.217 1.552-.38-1.552-.418-.001c-.14.509-.278 1.019-.419 1.529a702.2 702.2 0 0 0-.217-1.528h-.462m3.912 0c-.329.982-.658 1.962-.985 2.944h.506l.248-.832h.938l.263.833.514-.001-1.007-2.944h-.478m1.814-.001c.322.552.684 1.081.986 1.644.085.425.017.869.035 1.301l.466.001c.007-.418-.028-.838.017-1.253.284-.587.664-1.124.983-1.692l-.548.001c-.229.382-.461.761-.691 1.141-.236-.38-.473-.76-.706-1.141l-.541-.002M7.47 15.588c-.067.536-.046 1.151.32 1.583.42.488 1.348.355 1.571-.263.085-.302.052-.622.059-.932h-.966l-.001.458c.186.005.371.013.557.026-.04.33-.326.692-.694.541-.426-.199-.415-.756-.409-1.158.01-.326.097-.792.49-.847.252-.066.432.138.587.299l.406-.149c-.185-.427-.643-.71-1.112-.6-.5.067-.758.587-.806 1.042m3.201-1.068c-.33.98-.659 1.961-.985 2.944l.505.001c.083-.275.164-.551.248-.826l.94.001c.086.275.174.548.262.823h.514c-.336-.982-.671-1.963-1.008-2.944h-.475m1.786.008v.432l.656.002v2.507h.455l.001-2.508h.678l.001-.432c-.596-.002-1.194-.001-1.792-.001m2.277 0v2.941h1.792v-.462l-1.36-.001.001-.828h.874a39.204 39.204 0 0 1 0-.485l-.875-.001.001-.724h1.261l.001-.44h-1.696z"/><path fill="#fee011" d="M4.072 10.276c.325.032.824-.114.97.288.034.553-.611.449-.97.448v-.736zM7.198 10.598c.097.29.191.581.284.872h-.598l.313-.872zM16.028 11.471c.104-.292.208-.583.314-.874.095.292.19.582.283.875l-.598-.001zM10.62 16.183c.103-.295.206-.589.313-.883.095.294.188.589.282.883h-.595z"/><path d="M11.684.295c.368-.132.784-.002 1.043.282 3.547 3.541 7.088 7.091 10.636 10.633.247.23.44.556.38.907-.048.426-.427.683-.7.971-3.32 3.318-6.638 6.636-9.955 9.956-.31.299-.608.721-1.087.71-.446.017-.743-.356-1.028-.641C7.494 19.625 4.006 16.146.526 12.66c-.323-.305-.379-.847-.108-1.202.209-.27.467-.496.706-.739 3.258-3.26 6.521-6.517 9.778-9.78.244-.233.463-.516.784-.644m.112.466c-.121.074-.221.175-.323.272C7.961 4.557 4.436 8.071.92 11.594a.507.507 0 0 0-.002.8c3.404 3.401 6.805 6.804 10.208 10.207.22.212.415.457.67.634.21.108.454.012.599-.155 3.4-3.404 6.802-6.804 10.204-10.206.214-.222.458-.419.635-.676.127-.244-.026-.496-.206-.659-3.522-3.52-7.042-7.04-10.561-10.561-.164-.186-.419-.341-.667-.218z"/><path d="M3.616 9.817c.581.052 1.392-.21 1.756.398.27.403.058.908-.296 1.176.17.457.346.912.518 1.367-.126.001-.379.002-.505.004l-.473-1.298-.552.001v1.295h-.448V9.818m.456.458v.736c.359.001 1.003.106.97-.448-.145-.402-.644-.256-.97-.288zM5.951 12.76c.33-.982.658-1.963.986-2.944h.478c.336.982.671 1.963 1.008 2.944l-.515.001-.262-.833-.942.001-.246.832-.508-.001m1.248-2.162c-.106.29-.209.582-.313.872h.598c-.094-.292-.187-.582-.284-.872zM8.93 9.822h.455v2.94l-.455.001V9.822zM10.072 9.822h.456v2.508h1.337l-.001.433h-1.79l-.001-2.941zM12.169 9.816h.462l.217 1.528c.14-.51.278-1.02.419-1.529l.418.001.38 1.552.217-1.552h.462c-.137.982-.272 1.963-.41 2.945l-.418-.001-.456-1.855-.463 1.856-.41-.001c-.138-.982-.278-1.962-.418-2.944zM16.081 9.816h.478l1.007 2.944-.514.001-.263-.833h-.938l-.248.832h-.506l.985-2.944m-.054 1.655l.598.001-.283-.875c-.107.29-.21.582-.314.874zM17.894 9.815l.541.002c.233.382.469.761.706 1.141.23-.38.462-.76.691-1.141l.548-.001c-.319.568-.698 1.105-.983 1.692-.044.415-.01.835-.017 1.253l-.466-.001c-.018-.432.05-.876-.035-1.301-.302-.563-.665-1.092-.986-1.644zM7.47 15.588c.048-.455.306-.974.806-1.042.469-.11.928.173 1.112.6l-.406.149c-.155-.161-.335-.365-.587-.299-.392.055-.48.521-.49.847-.006.402-.017.959.409 1.158.367.151.654-.211.694-.541a11.53 11.53 0 0 0-.557-.026l.001-.458h.966c-.007.311.026.63-.059.932-.223.618-1.151.751-1.571.263-.366-.432-.388-1.046-.32-1.583zM10.673 14.52h.475c.337.98.672 1.962 1.008 2.944h-.514l-.262-.823-.94-.001c-.084.275-.166.551-.248.826l-.505-.001c.326-.983.655-1.963.985-2.944m-.052 1.662h.595c-.094-.294-.187-.589-.282-.883-.107.294-.21.588-.313.883zM12.46 14.527c.598 0 1.195-.001 1.792.001l-.001.432h-.678l-.001 2.508h-.455v-2.507l-.656-.002v-.432zM14.736 14.527h1.696l-.001.44H15.17l-.001.724.875.001v.485h-.874l-.001.828 1.36.001v.462h-1.792v-2.941z"/></symbol><symbol viewBox="0 0 24 24" id="warning--towing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.83 0h.296c.298.048.569.194.776.412 3.56 3.565 7.127 7.127 10.688 10.691.522.463.504 1.336-.016 1.793-3.418 3.422-6.842 6.838-10.259 10.261-.289.281-.556.614-.943.763-.446.15-.952.012-1.271-.33C7.695 20.189 4.295 16.782.889 13.38c-.353-.361-.799-.695-.89-1.225v-.299c.061-.548.532-.888.886-1.256C4.125 7.364 7.364 4.126 10.6.886c.362-.35.696-.803 1.229-.886m-.257.418c-.259.169-.464.406-.683.622C7.453 4.486 4.002 7.917.57 11.367c-.4.352-.349 1.003.05 1.334 3.538 3.541 7.08 7.078 10.616 10.62.206.198.455.408.762.38.431.012.703-.37.986-.634 3.456-3.466 6.922-6.92 10.379-10.385.386-.323.438-.953.053-1.297-3.413-3.428-6.842-6.842-10.26-10.266C12.753.7 12.22.027 11.571.417z"/><path fill="#ffdb00" d="M11.82.78c.238-.116.457.062.61.228 3.552 3.57 7.128 7.117 10.676 10.691.257.215.092.559-.126.728-3.544 3.535-7.08 7.079-10.621 10.616a.448.448 0 0 1-.728.008C8.068 19.494 4.511 15.93.949 12.372c-.155-.136-.271-.352-.169-.553.194-.278.46-.496.695-.738 3.202-3.2 6.402-6.401 9.602-9.602.245-.236.462-.505.744-.7m-.759 10.556c-1.456.002-2.911-.012-4.367.008 0 .353.018.706.078 1.055-.306-.007-.612-.008-.918-.011a26.95 26.95 0 0 0-.048-2.256c-.63-.014-1.261-.029-1.89.022-.145.492-.222 1.002-.295 1.508l-.252.229c.11.505.246 1.004.34 1.513.379.22.422-.274.576-.502.19-.329.619-.293.941-.246.342.109.468.487.534.805 1.484.001 2.969.005 4.453.002.067-.46.432-.955.954-.833.476-.041.667.472.787.839l.722-.004c.004-.71-.014-1.42-.001-2.13-.088-.001-.263-.002-.35-.004.418-.822.764-1.684 1.236-2.477.216.679.45 1.351.672 2.028.126.36.175.786.523 1.013.216-.268.608-.394.916-.209.13.178.085.415.12.62.886.383 1.766.78 2.669 1.124.262-.19.587-.206.894-.137.127.191.115.436.152.654l.426.049c.233-.199.287-.532.42-.798-.144-.094-.289-.188-.432-.283a.769.769 0 0 1-.661-.454l.011-.348c-.568-.254-1.136-.51-1.714-.743-.413-.156-.852.068-1.264.091.618-.076 1.235-.037 1.782.272-.07.168-.139.337-.206.508-.479-.209-1.072-.295-1.429-.694-.521.004-.938-.355-1.429-.469-.275-.094-.419.164-.534.364-.265-.87-.588-1.721-.844-2.592-.068-.19.082-.364.131-.538-.862 1.04-1.808 2.008-2.702 3.019m3.93.374a81.86 81.86 0 0 1-.17.448c.095.126.175.271.308.362.19.046.368-.061.545-.112-.006-.211.047-.446-.096-.624-.173-.131-.388-.074-.587-.074m-4.624 1.45c-.05.422.191.929.665.941.421.058.652-.341.793-.668a4.63 4.63 0 0 0-.359-.66c-.175-.01-.35-.029-.527-.017-.262-.004-.398.252-.572.404m-5.9-.279c-.364.293-.308.943.126 1.14.466.288 1.122-.181 1.002-.716-.042-.526-.752-.737-1.128-.424m14.1.506l-.041.466c.203.336.606.322.882.086a1.964 1.964 0 0 0-.101-.474c-.199-.209-.493-.098-.74-.078z"/><path fill="#ffdb00" d="M11.24 11.332c.632-.769 1.327-1.486 1.998-2.219-.274.764-.714 1.453-1.007 2.21-.33.012-.661.012-.991.008zM4.182 10.486c.314-.011.63-.013.944-.017-.001.319-.002.638-.01.958-.37 0-.74-.002-1.109-.041.034-.305.095-.605.174-.9zM15.07 11.921c.163.004.328.012.492.024-.03.298-.196.443-.481.366-.005-.131-.008-.26-.011-.39zM18.005 12.342c.064-.184.132-.365.202-.546l.71.31c.007.204.011.409.013.614-.311-.121-.617-.253-.925-.378zM4.483 13.412c.126-.2.271-.487.562-.37.319.096.184.454.174.694-.18.008-.36.012-.54.011l-.196-.335zM10.838 13.12c.268-.276.788.098.575.433-.089.301-.59.299-.686.001-.047-.144-.034-.352.112-.434zM18.793 13.466c.181.012.368.036.458.221-.067.245-.295.215-.494.204.011-.143.023-.284.036-.425z"/><path d="M11.572.418c.649-.39 1.182.283 1.585.702 3.418 3.424 6.847 6.838 10.26 10.266.385.344.334.974-.053 1.297-3.457 3.464-6.923 6.919-10.379 10.385-.283.264-.556.646-.986.634-.307.028-.556-.182-.762-.38C7.701 19.78 4.158 16.243.621 12.702c-.4-.331-.45-.983-.05-1.334C4.003 7.918 7.454 4.487 10.89 1.041c.218-.216.424-.452.683-.622m.247.361c-.282.194-.499.463-.744.7-3.2 3.202-6.401 6.402-9.602 9.602-.235.242-.5.46-.695.738-.102.202.014.418.169.553 3.563 3.558 7.12 7.122 10.682 10.679a.448.448 0 0 0 .728-.008c3.541-3.538 7.078-7.081 10.621-10.616.218-.169.383-.514.126-.728-3.548-3.574-7.124-7.121-10.676-10.691-.152-.166-.372-.344-.61-.228z"/><path d="M11.062 11.335c.894-1.012 1.841-1.979 2.702-3.019-.049.174-.199.348-.131.538.256.871.578 1.722.844 2.592.115-.199.259-.457.534-.364.491.114.908.473 1.429.469.358.398.95.485 1.429.694.067-.17.137-.34.206-.508-.547-.31-1.164-.348-1.782-.272.412-.023.851-.247 1.264-.091.577.233 1.146.488 1.714.743l-.011.348a.77.77 0 0 0 .661.454c.143.095.288.19.432.283-.133.266-.187.599-.42.798l-.426-.049c-.037-.218-.025-.463-.152-.654-.307-.07-.632-.053-.894.137-.902-.344-1.783-.742-2.669-1.124-.035-.205.01-.443-.12-.62-.307-.185-.7-.059-.916.209-.348-.227-.397-.653-.523-1.013-.222-.677-.456-1.349-.672-2.028-.472.793-.818 1.655-1.236 2.477.088.001.263.002.35.004-.013.71.005 1.42.001 2.13-.241.001-.482.001-.722.004-.12-.367-.311-.88-.787-.839-.522-.122-.887.373-.954.833-1.484.002-2.969-.001-4.453-.002-.066-.318-.192-.696-.534-.805-.322-.047-.751-.083-.941.246-.154.228-.197.721-.576.502-.094-.509-.229-1.008-.34-1.513l.252-.229c.073-.506.15-1.016.295-1.508.629-.05 1.26-.036 1.89-.022.053.751.058 1.504.048 2.256.306.002.612.004.918.011a6.215 6.215 0 0 1-.078-1.055c1.456-.02 2.911-.006 4.367-.008m.179-.008c.33.004.661.004.991-.008.293-.757.733-1.446 1.007-2.21-.671.733-1.366 1.45-1.998 2.219m-7.058-.847c-.079.295-.14.595-.174.9.368.038.739.041 1.109.041.007-.319.008-.638.01-.958-.314.004-.63.006-.944.017m13.822 1.856c.308.125.614.257.925.378-.002-.205-.006-.41-.013-.614l-.71-.31c-.07.181-.138.362-.202.546z"/><path d="M14.993 11.704c.199 0 .414-.056.587.074.143.178.09.413.096.624-.176.05-.355.157-.545.112-.133-.091-.214-.236-.308-.362.058-.149.114-.299.17-.448m.077.217c.002.13.006.259.011.39.286.077.451-.068.481-.366-.164-.012-.329-.02-.492-.024zM10.369 13.154c.174-.152.311-.408.572-.404.176-.012.352.007.527.017.139.209.256.432.359.66-.142.328-.372.726-.793.668-.474-.012-.715-.518-.665-.941m.469-.034c-.145.083-.158.29-.112.434.096.298.598.3.686-.001.214-.335-.307-.709-.575-.433zM4.469 12.875c.376-.313 1.086-.102 1.128.424.12.535-.536 1.004-1.002.716-.434-.197-.49-.847-.126-1.14m.014.537l.196.335c.18.001.36-.002.54-.011.01-.24.145-.598-.174-.694-.29-.118-.436.169-.562.37zM18.569 13.381c.247-.02.541-.131.74.078.053.154.086.311.101.474-.276.235-.679.25-.882-.086l.041-.466m.224.085c-.013.14-.025.282-.036.425.199.011.427.041.494-.204-.09-.185-.277-.209-.458-.221z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.071 2.135c.15-.233.317-.484.587-.589.542-.186 1.181.09 1.444.594 3.472 5.985 6.942 11.971 10.416 17.955.178.32.421.632.432 1.013.04.556-.33 1.102-.85 1.29-.309.074-.63.034-.944.042-6.743-.002-13.486-.002-20.229 0-.419-.01-.872.053-1.254-.159-.389-.218-.61-.645-.673-1.076v-.221c.041-.423.308-.766.515-1.122L11.071 2.133M3.676 19.737h16.612c-2.765-4.796-5.535-9.588-8.305-14.38-2.771 4.791-5.538 9.586-8.306 14.38z"/><path fill="#fdfefd" d="M3.676 19.737c2.768-4.794 5.535-9.589 8.306-14.38 2.771 4.792 5.54 9.584 8.305 14.38H3.675m5.384-7.869c-.005.794-.006 1.589.001 2.382l-.103-.032.044.117-.114-.032.011.107-.099-.009.006.067a2.353 2.353 0 0 1-.528.526c.006.091.014.181.021.272l.293.045c.22-.286.568-.415.901-.518.698-.146 1.472-.035 2.034.427l-.007.141.144-.001c.124.159.249.318.365.483.042.137.089.272.13.41l.07-.02-.004.295.081-.04c.003.301 0 .604.035.905.029-.126.042-.256.057-.385.526.005 1.053.002 1.579.002l-.001.319.283-.047a18.238 18.238 0 0 1-.067-.155l.091.004c.124-.191.308-.326.503-.437.3-.119.624-.111.942-.091l.003.11.111-.023a1 1 0 0 0 .726.258l.112-.106a78.352 78.352 0 0 1-.002-1.999l-.032-.011c-.137-.214-.4-.144-.613-.156-1.028-.007-2.058.025-3.086-.017l-.023-.443-.073.018-.029-.315a8.3 8.3 0 0 1-.104-.441 7.218 7.218 0 0 1-.084-.434c-.031-.116-.06-.23-.088-.346-.074-.272-.05-.554-.041-.831-1.147.003-2.295.002-3.443.001m-.107 3.351l.046.032a2.087 2.087 0 0 0-.668.664l-.071-.01.026.116-.177.351c-.019.416-.08.851.069 1.251l.003.067c.183.36.477.639.762.917l.118-.01.007.085.314.14c.576.191 1.2.116 1.739-.15a8.71 8.71 0 0 1 .425-.413l.032.013.123-.12-.016-.065.11-.01-.023-.149.071-.023c.058-.157.119-.313.185-.466.032-.379.056-.766-.035-1.138a15.323 15.323 0 0 1-.246-.538 9.502 9.502 0 0 0-.558-.502l-.068-.108c-.686-.314-1.512-.329-2.17.066m5.462 1.945l-.007.083a7.431 7.431 0 0 0-.117.326l-.065-.035c.003.243.008.486.019.728l.111-.038-.033.088c.124.155.249.31.376.464.267.088.549.212.836.13.28-.034.494-.231.675-.431l.118-.164a1.64 1.64 0 0 0 .082-.709 6.486 6.486 0 0 1-.108-.305h-.078l.05-.111-.119.02.001-.128c-.251-.159-.513-.346-.827-.316-.353-.025-.667.164-.914.397z"/><path fill="#fdfefd" d="M9.514 12.388a83.976 83.976 0 0 1 2.608 0l.025.443.081-.018.007.374.088-.031-.017.288.074-.006c.017.134.038.268.067.4.022.113.042.227.063.341.043.164.067.332.088.501-.205-.002-.41-.004-.615-.008a15.86 15.86 0 0 1-.194-.331.47.47 0 0 0-.307-.11c-.656-.009-1.312.007-1.968-.008.001-.611.002-1.224 0-1.836zM9.592 15.822c.334-.012.705-.11 1.011.067l.059.035c.089.074.183.145.28.209l.134.148c.057.147.111.294.166.442l.003.363c-.074.254-.148.532-.389.679a3.938 3.938 0 0 1-.507.321 2.51 2.51 0 0 1-.776-.092l.007-.097-.117.032c-.173-.191-.37-.376-.439-.633l-.053.023a7.76 7.76 0 0 1 .018-.902l.108.034-.043-.086c.156-.19.333-.363.54-.498l-.002-.045m-.184.521c-.238.273-.2.667-.117.994.082.098.163.197.243.297.446.213 1.113.199 1.319-.333l.086-.008a8.207 8.207 0 0 1-.067-.166l.116.006a69.017 69.017 0 0 1-.004-.455l-.121.003.082-.165-.088.003c-.109-.206-.298-.341-.499-.446-.331-.024-.713.003-.948.269zM14.917 17.578c.173-.141.387-.258.605-.13l.074.011.136.132c.054.189.036.38-.015.568a.708.708 0 0 1-.789-.005 11.11 11.11 0 0 1-.011-.576z"/><path fill="#2a2d2f" d="M9.059 11.868c1.148.001 2.296.003 3.443-.001-.009.278-.033.56.041.831.028.116.058.23.088.346.025.145.051.291.084.434.032.148.065.295.104.441l.029.315.073-.018.023.443c1.027.041 2.058.01 3.086.017.213.012.477-.058.613.156l.032.011a74 74 0 0 0 .002 1.999l-.112.106a1 1 0 0 1-.726-.258 3.624 3.624 0 0 0-.111.023l-.003-.11c-.318-.02-.641-.028-.942.091-.194.111-.378.246-.503.437l-.091-.004.067.155-.283.047.001-.319c-.526 0-1.053.003-1.579-.002-.015.129-.028.258-.057.385-.035-.3-.032-.603-.035-.905l-.081.04.004-.295-.07.02c-.04-.138-.088-.273-.13-.41a11.74 11.74 0 0 0-.365-.483l-.144.001.007-.141c-.562-.462-1.336-.573-2.034-.427-.333.102-.681.231-.901.518l-.293-.045c-.007-.091-.015-.181-.021-.272.208-.141.376-.328.528-.526l-.006-.067.099.009-.011-.107.114.032-.044-.117.103.032c-.007-.794-.006-1.588-.001-2.382m.457.52c.002.612.001 1.225 0 1.836.656.015 1.312-.001 1.968.008.114 0 .216.037.307.11.063.111.129.221.194.331l.615.008a3.832 3.832 0 0 0-.088-.501c-.021-.114-.041-.228-.063-.341a3.88 3.88 0 0 1-.067-.4l-.074.006.017-.288-.088.031-.007-.374-.081.018-.025-.443a83.976 83.976 0 0 0-2.608 0z"/><path fill="#2a2d2f" d="M8.954 15.219c.658-.395 1.484-.38 2.17-.066l.068.108c.194.159.378.328.558.502.079.18.16.36.246.538.091.372.067.759.035 1.138a9.405 9.405 0 0 0-.185.466l-.071.023.023.149-.11.01.016.065-.123.12-.032-.013a9.75 9.75 0 0 0-.425.413c-.539.265-1.162.341-1.739.15-.104-.047-.209-.095-.314-.14l-.007-.085-.118.01c-.286-.279-.579-.557-.762-.917l-.003-.067c-.149-.4-.088-.835-.069-1.251.059-.117.117-.235.177-.351a4.828 4.828 0 0 1-.026-.116l.071.011c.173-.265.394-.501.668-.664l-.046-.032m.636.602l.002.045a2.412 2.412 0 0 0-.54.498l.043.086-.108-.034c-.025.3-.03.602-.018.902l.053-.023c.068.258.265.442.439.633l.117-.032-.007.097c.253.071.513.102.776.092.178-.092.345-.202.507-.321.241-.147.315-.425.389-.679a21.964 21.964 0 0 1-.003-.363l-.166-.442-.134-.148a3.394 3.394 0 0 1-.28-.209l-.059-.035c-.306-.178-.677-.08-1.011-.067z"/><path fill="#2a2d2f" d="M9.408 16.343c.235-.265.617-.293.948-.269.201.105.391.24.499.446l.088-.003-.082.165.121-.003.004.455-.116-.006.067.166-.086.008c-.206.532-.873.546-1.319.333-.08-.1-.16-.199-.243-.297-.082-.327-.121-.721.117-.994zM14.414 17.164c.247-.233.561-.422.914-.397.314-.03.575.158.827.316l-.001.128.119-.02-.05.111h.078c.033.102.069.204.108.305.022.24 0 .482-.082.709l-.118.164c-.181.2-.395.397-.675.431-.286.082-.568-.041-.836-.13-.127-.154-.251-.309-.376-.464l.033-.088-.111.038a19.594 19.594 0 0 1-.019-.728l.065.035c.037-.11.076-.218.117-.326l.007-.083m.503.413c-.001.192.003.384.011.576.24.167.545.159.789.005.051-.187.069-.378.015-.568l-.136-.132-.074-.011c-.218-.129-.433-.011-.605.13z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.806 0h.244c.354.034.654.238.894.487 3.517 3.523 7.04 7.039 10.556 10.564.493.428.552 1.256.077 1.721-3.474 3.485-6.96 6.96-10.435 10.444-.284.287-.578.632-1.007.68-.396.067-.798-.095-1.067-.384-3.563-3.568-7.129-7.13-10.692-10.696-.203-.192-.316-.452-.376-.72v-.221c.032-.336.205-.636.449-.864L11.011.446c.215-.223.487-.386.794-.446m-.142.269c-.222.073-.385.251-.551.406C7.714 4.075 4.315 7.472.917 10.87c-.202.208-.43.396-.58.647-.208.367-.106.857.21 1.129 3.484 3.481 6.966 6.962 10.446 10.446.228.217.437.498.764.563.33.08.676-.055.899-.301 3.583-3.584 7.168-7.166 10.75-10.751.402-.366.344-1.043-.062-1.384C19.803 7.678 16.262 4.135 12.719.594c-.259-.29-.672-.468-1.056-.325z"/><path fill="#fee011" d="M11.689.767c.196-.178.49-.085.647.095C15.882 4.4 19.42 7.947 22.964 11.486c.131.14.299.295.265.509-.025.234-.244.367-.388.528-3.524 3.517-7.042 7.04-10.564 10.561a.441.441 0 0 1-.656-.011c-3.5-3.502-7.001-7.004-10.505-10.504-.16-.176-.391-.322-.437-.57-.032-.275.218-.445.379-.626C4.608 7.844 8.122 4.28 11.688.767M7.097 7.392c.043 1.056-.365 2.062-.572 3.084-.306.352-.656.662-.978.998l.341.341c.34-.289.677-.582 1.014-.874.806-.012 1.613-.004 2.419-.005.364.28.752.533 1.082.854.578.618.869 1.492.796 2.334 1.313-.013 2.624 0 3.936-.007.504-1.285 2.432-1.508 3.229-.385-.007-.361-.005-.724-.005-1.085-.341.001-.68 0-1.02 0 .126-.77.251-1.541.378-2.311-.516-.002-1.032 0-1.549-.001l-.001-.743-.227-.018-.001-.631h-.3c.001.204.002.408.005.612l-.235.065c.002.239.004.476.004.715h-3.062c.198-1.068-.857-1.873-.642-2.944h-4.61m.514 3.854c-1.108.206-2.004 1.199-2.108 2.32a2.675 2.675 0 0 0 1.207 2.531 2.657 2.657 0 0 0 2.822.038 2.676 2.676 0 0 0 1.28-2.102 2.666 2.666 0 0 0-.922-2.197c-.61-.542-1.484-.752-2.28-.589m8.754 2.148c-.706.226-1.165 1.01-1.016 1.736.125.77.901 1.363 1.679 1.26.887-.065 1.57-1.007 1.348-1.871-.167-.876-1.175-1.439-2.01-1.126z"/><path fill="#fee011" d="M7.702 8.113c.452-.002.906-.001 1.36-.001.002.616 0 1.231.001 1.847-.605.002-1.21.001-1.814.001.151-.616.301-1.231.454-1.847zM9.667 8.112h1.32c.232.614.454 1.231.682 1.848H9.666l.001-1.848zM9.662 10.51c.682.004 1.363.001 2.044.002l.001.6c-.403 0-.806.001-1.21-.002a30.933 30.933 0 0 0-.835-.6zM7.73 12.422c.802-.264 1.745.299 1.888 1.132.186.793-.401 1.654-1.205 1.774-.772.158-1.588-.406-1.723-1.178-.168-.734.316-1.53 1.04-1.727zM16.586 14.303c.4-.221.943.125.9.582.001.456-.581.766-.953.492-.401-.23-.365-.882.053-1.074z"/><path d="M11.663.269c.384-.143.797.035 1.056.325l10.625 10.625c.407.341.464 1.018.062 1.384-3.582 3.584-7.166 7.166-10.75 10.751-.223.246-.569.382-.899.301-.328-.065-.536-.346-.764-.563-3.48-3.484-6.962-6.965-10.446-10.446-.316-.272-.418-.762-.21-1.129.15-.251.378-.439.58-.647L11.112.675c.166-.155.329-.332.551-.406m.026.498c-3.565 3.512-7.08 7.076-10.63 10.606-.161.181-.412.352-.379.626.046.248.277.394.437.57 3.504 3.499 7.004 7.002 10.505 10.504.162.197.49.204.656.011 3.522-3.521 7.039-7.044 10.564-10.561.144-.161.362-.294.388-.528.034-.214-.134-.368-.265-.509C19.42 7.947 15.883 4.4 12.337.862c-.157-.18-.451-.272-.647-.095z"/><path d="M7.097 7.392h4.61c-.215 1.07.84 1.876.642 2.944h3.062c0-.239-.001-.476-.004-.715l.235-.065a124.86 124.86 0 0 1-.005-.612h.3l.001.631.227.018.001.743c.517.001 1.033-.001 1.549.001-.127.77-.252 1.541-.378 2.311.34 0 .679.001 1.02 0 0 .361-.002.724.005 1.085-.797-1.123-2.725-.9-3.229.385-1.312.007-2.623-.006-3.936.007a3.07 3.07 0 0 0-.796-2.334c-.33-.322-.719-.575-1.082-.854-.806.001-1.613-.007-2.419.005-.337.292-.674.584-1.014.874l-.341-.341c.322-.336.672-.647.978-.998.208-1.022.616-2.028.572-3.084m.607.72L7.248 9.96c.605 0 1.21.001 1.814-.001-.001-.616.001-1.231-.001-1.847-.454 0-.907-.001-1.36.001m1.966-.001L9.666 9.96h2.003c-.228-.617-.45-1.234-.682-1.848h-1.32m-.005 2.398c.282.196.56.395.835.6.403.004.806.002 1.21.002l-.001-.6c-.68-.001-1.362.001-2.044-.002z"/><path d="M7.613 11.245c.796-.163 1.67.047 2.28.589.63.533.983 1.374.922 2.197a2.679 2.679 0 0 1-1.28 2.102 2.659 2.659 0 0 1-2.822-.038 2.675 2.675 0 0 1-1.207-2.531c.104-1.121 1.001-2.113 2.108-2.32m.116 1.178c-.725.197-1.208.992-1.04 1.727.136.773.952 1.337 1.723 1.178.804-.12 1.391-.98 1.205-1.774-.143-.833-1.086-1.396-1.888-1.132zM16.366 13.394c.835-.313 1.843.25 2.01 1.126.222.864-.461 1.806-1.348 1.871-.778.103-1.554-.49-1.679-1.26-.149-.726.311-1.511 1.016-1.736m.221.908c-.418.192-.454.844-.053 1.074.372.274.954-.036.953-.492.043-.457-.5-.803-.9-.582z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.654 0h.607c.224.116.43.268.606.448 3.503 3.499 7.001 7.003 10.506 10.5.251.245.482.563.443.935-.019.486-.445.786-.751 1.106a7171.552 7171.552 0 0 0-10.32 10.319c-.226.235-.541.4-.875.358-.472-.029-.766-.444-1.078-.744-3.451-3.469-6.925-6.917-10.38-10.381-.434-.398-.385-1.126.052-1.502C3.962 7.534 7.472 4.041 10.97.535c.203-.209.426-.4.684-.534m.131.627c-.119.076-.22.176-.32.274-3.496 3.509-7.01 7-10.506 10.507-.215.168-.352.502-.106.708 3.496 3.505 7.009 6.995 10.504 10.502.217.238.577.65.894.306 3.608-3.586 7.196-7.195 10.8-10.787.128-.12.218-.326.11-.49-.218-.301-.509-.539-.763-.808C19.057 7.497 15.713 4.158 12.373.815c-.149-.151-.372-.326-.588-.188z"/><path fill="#231f20" d="M15.025 6.379c.458-.214 1.039.197.972.703-.019.54-.734.851-1.139.491-.413-.299-.318-1.025.167-1.194zM15.668 7.998c.206-.047.412-.092.617-.137.232.81.457 1.622.69 2.431l.317.08c.209-.184.245-.452.298-.709.202-.275.748-.04.684.293-.097.187-.328.216-.499.299-.077.112-.152.224-.227.337.064.131.127.264.188.398-.43-.041-.782-.316-1.198-.41-.541-.139-1.18-.109-1.63.253-.206.156-.186.434-.234.661.84-.5 1.963-.444 2.767.104a2.652 2.652 0 0 1 1.152 1.828c.132.84-.18 1.732-.803 2.31-.739.725-1.922.941-2.869.52-.684-.275-1.192-.868-1.477-1.535-1.412-.005-2.825 0-4.237-.002.008-.739-.172-1.547-.764-2.041-.864-.746-2.23-.682-3.104.014.012-1.02.001-2.04.006-3.06.366 0 .732.001 1.098-.004.167-.172.344-.394.617-.35.364-.011.457.438.775.522.416.126.857.142 1.289.161a28.207 28.207 0 0 0 3.377-.131c.086.355.191.707.311 1.054.256-.28.496-.578.654-.925a17.227 17.227 0 0 1-.196-.383c.461-.263 1.015-.186 1.511-.332.349-.371.583-.839.888-1.246m-.578 1.622c-.385.052-.77.1-1.156.142-.298.457-.499 1.076-1.05 1.283.209.455.497.948 1.033 1.054.186-.196.388-.374.604-.535l-.224.054c.004-.298-.04-.637.176-.88.383-.468 1.04-.498 1.596-.55-.089-.502-.172-1.003-.26-1.504-.242.31-.481.623-.719.936m-9.348.468v.271l1.877.001.008-.27c-.628-.005-1.256-.002-1.885-.002m0 .441v.352l1.883-.001c-.001-.088-.002-.263-.004-.35a588.44 588.44 0 0 0-1.879 0m9.769 2.22c-.803.298-.948 1.511-.235 1.987.67.557 1.8.037 1.836-.826.109-.828-.847-1.529-1.601-1.162z"/><path fill="#231f20" d="M6.413 12.784c.99-.323 2.138.356 2.345 1.372.278 1.057-.58 2.201-1.661 2.266-1.015.114-1.996-.767-2.011-1.784-.047-.828.538-1.62 1.327-1.853m.234.846c-.707.186-.92 1.208-.354 1.667.52.522 1.502.179 1.614-.539.176-.7-.584-1.378-1.26-1.128z"/><path fill="#fd0" d="M11.785.628c.216-.138.439.037.588.188 3.34 3.343 6.684 6.682 10.025 10.025.254.269.545.506.763.808.108.163.018.37-.11.49-3.604 3.592-7.192 7.201-10.8 10.787-.317.344-.677-.068-.894-.306C7.863 19.112 4.349 15.623.853 12.118c-.246-.206-.109-.54.106-.708C4.455 7.902 7.969 4.412 11.465.903c.101-.097.202-.198.32-.274m3.24 5.75c-.485.169-.58.895-.167 1.194.404.36 1.12.049 1.139-.491.067-.506-.514-.917-.972-.703m.643 1.619c-.305.407-.539.875-.888 1.246-.496.146-1.05.07-1.511.332.064.128.128.256.196.383-.158.347-.398.646-.654.925-.12-.347-.224-.698-.311-1.054-1.122.103-2.25.163-3.377.131-.432-.019-.872-.035-1.289-.161-.318-.084-.412-.533-.775-.522-.272-.043-.45.179-.617.35-.366.005-.732.004-1.098.004-.005 1.02.006 2.04-.006 3.06.875-.696 2.24-.761 3.104-.014.593.494.773 1.302.764 2.041 1.412.002 2.825-.002 4.237.002.286.667.793 1.26 1.477 1.535.947.421 2.13.205 2.869-.52.623-.578.935-1.47.803-2.31a2.654 2.654 0 0 0-1.152-1.828c-.804-.548-1.927-.605-2.767-.104.048-.227.028-.505.234-.661.45-.362 1.088-.392 1.63-.253.415.095.768.37 1.198.41a18.364 18.364 0 0 0-.188-.398c.074-.113.15-.226.227-.337.172-.083.402-.112.499-.299.064-.332-.482-.568-.684-.293-.053.257-.089.526-.298.709l-.317-.08c-.233-.809-.458-1.621-.69-2.431-.205.044-.41.09-.617.137m-9.254 4.786c-.79.233-1.374 1.025-1.327 1.853.016 1.018.996 1.898 2.011 1.784 1.081-.065 1.939-1.208 1.661-2.266-.206-1.015-1.355-1.694-2.345-1.372z"/><path fill="#fd0" d="M15.091 9.62c.238-.313.476-.626.719-.936.089.5.172 1.002.26 1.504-.556.052-1.213.082-1.596.55-.216.242-.173.582-.176.88l.224-.054c-.216.161-.418.34-.604.535-.536-.106-.824-.599-1.033-1.054.551-.206.752-.826 1.05-1.283.385-.042.77-.09 1.156-.142zM5.743 10.088c.629 0 1.258-.002 1.885.002l-.008.27-1.877-.001v-.271zM5.743 10.529a588.44 588.44 0 0 1 1.879 0c.001.088.002.263.004.35l-1.883.001v-.352zM15.512 12.75c.754-.367 1.71.334 1.601 1.162-.036.863-1.166 1.382-1.836.826-.713-.476-.568-1.69.235-1.987zM6.647 13.631c.676-.25 1.436.428 1.26 1.128-.112.718-1.094 1.061-1.614.539-.566-.458-.353-1.481.354-1.667z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M11.023.487c.219-.209.47-.436.79-.447.288-.008.631-.011.837.226 2.361 2.28 4.678 4.605 7 6.924 1.195 1.201 2.4 2.394 3.56 3.629.181.202.373.396.54.61.176.221.183.526.142.793-.1.307-.352.528-.557.766-1.1 1.157-2.227 2.288-3.353 3.42-2.327 2.33-4.649 4.665-7.009 6.962-.251.252-.552.5-.922.533-.39.034-.736-.204-1.002-.465-1.397-1.35-2.768-2.726-4.146-4.095-2.068-2.07-4.148-4.129-6.176-6.239-.249-.283-.55-.543-.682-.906v-.456c.048-.145.118-.283.216-.401.257-.319.551-.605.835-.899C2.794 8.705 4.516 6.991 6.23 5.27 7.825 3.674 9.418 2.076 11.022.488m.688-.302c-.311.063-.529.306-.74.524L.686 10.993c-.229.212-.446.463-.51.777-.082.365.092.737.344.994 3.517 3.518 7.036 7.035 10.553 10.554.172.186.373.364.627.422.19.033.387.033.576-.003.243-.062.438-.232.605-.412 3.518-3.521 7.039-7.039 10.558-10.559.219-.227.382-.533.364-.856-.021-.311-.195-.591-.415-.802-3.56-3.556-7.115-7.116-10.674-10.673-.262-.251-.654-.329-1.002-.248z"/><path fill="#1a1919" d="M11.848.411a.925.925 0 0 1 .776.248c3.534 3.534 7.068 7.069 10.603 10.602.194.194.341.458.326.74-.014.262-.159.497-.34.679L12.631 23.262a.93.93 0 0 1-.818.251c-.282-.032-.491-.243-.676-.438L.763 12.701c-.19-.186-.347-.429-.36-.702-.014-.281.132-.543.326-.737L11.333.658a.877.877 0 0 1 .515-.247m.113.465c-.222-.01-.363.176-.504.316l-10.24 10.24c-.126.13-.283.25-.329.434-.045.169.041.341.161.457l10.373 10.373c.093.091.179.189.279.271a.467.467 0 0 0 .6-.038c3.483-3.481 6.963-6.964 10.446-10.445.124-.128.281-.247.323-.43.047-.174-.049-.346-.171-.464L12.317 1.01a.46.46 0 0 0-.356-.135z"/><path fill="#1a1919" d="M15.389 6.608h.69c.031.663.064 1.326.094 1.989.152.011.305.017.456.04.214.099.41.233.616.348.027.825.041 1.652.077 2.476.266.056.536.096.799.168.479.303.672.884.728 1.421a2.343 2.343 0 0 1-.391 1.56c-.181.234-.435.438-.74.463-.351.039-.675-.176-.881-.444a2.328 2.328 0 0 1-.401-1.589c-.132-.116-.259-.241-.407-.338-.157.044-.303.119-.458.169.12.726.174 1.479-.007 2.199a4.956 4.956 0 0 1-.696 1.573c-.358.443-.852.848-1.445.88a1.719 1.719 0 0 1-1.188-.355c-.316-.202-.53-.517-.728-.827a3.553 3.553 0 0 1-.529-1.391c-.521-.132-1.041-.272-1.565-.392-.123.367-.355.686-.624.96-.32.341-.763.58-1.234.607-.633.072-1.249-.261-1.653-.731-.346-.457-.605-.993-.68-1.565a3.49 3.49 0 0 1 .25-1.766c.154-.411.452-.746.777-1.031l-.017-.213h-.304a.652.652 0 0 1 .415-.664c.128-.045.226-.145.347-.2.243-.017.486-.029.729-.028l.594-3.114c.81-.016 1.62-.008 2.429-.046 1.046 0 2.092-.033 3.137-.048.001.689-.001 1.379.001 2.068.572-.09 1.143-.185 1.713-.286.03-.632.063-1.264.094-1.896m-3.9 1.025c-.016.846-.033 1.692-.047 2.538.517-.125 1.029-.267 1.544-.399.003-.762.001-1.523.001-2.285-.499.048-.999.093-1.498.145m-2.689-.095c-.091.809-.197 1.616-.28 2.426.713.066 1.423.156 2.137.203l.094-2.531c-.651-.03-1.301-.069-1.952-.098m4.285 4.73c-.153.162-.269.36-.337.573a4.135 4.135 0 0 0 .003 2.62c.069.216.187.418.346.58.082.055.181.076.273.109.122-.045.27-.067.344-.188.244-.29.335-.669.414-1.031.134-.757.086-1.56-.211-2.274-.103-.187-.213-.42-.441-.473-.134-.049-.281.007-.392.084m4.512.385c-.141.276-.161.601-.114.904.031.157.073.322.182.443.087.097.256.06.312-.053.153-.252.18-.563.153-.851-.029-.232-.089-.498-.313-.618-.083.044-.18.083-.221.175M7.254 13.852c-.044.308-.002.654.219.89a.37.37 0 0 0 .494.049c.188-.144.258-.386.298-.61-.333-.121-.675-.215-1.011-.329z"/><path fill="#f9cc5f" d="M11.71.186c.348-.081.739-.002 1.002.248 3.559 3.557 7.115 7.117 10.674 10.673.221.211.395.491.415.802.018.323-.145.629-.364.856-3.519 3.52-7.039 7.038-10.558 10.559-.166.18-.361.35-.605.412-.19.036-.386.037-.576.003-.254-.058-.455-.235-.627-.422L.518 12.763c-.252-.257-.426-.63-.344-.994.064-.314.281-.565.51-.777L10.968.709c.211-.218.429-.461.74-.524m.14.226a.883.883 0 0 0-.515.247L.729 11.261c-.193.194-.34.456-.326.737.013.273.17.515.36.702 3.459 3.457 6.917 6.916 10.374 10.374.185.195.393.406.676.438a.93.93 0 0 0 .818-.251l10.582-10.582c.18-.182.326-.417.34-.679.015-.282-.132-.546-.326-.74C19.693 7.726 16.159 4.191 12.624.658a.925.925 0 0 0-.776-.248z"/><path fill="#f9cc5f" d="M11.961.876a.458.458 0 0 1 .356.135c3.528 3.526 7.053 7.054 10.582 10.58.122.118.218.289.171.464-.042.183-.199.302-.323.43-3.482 3.481-6.963 6.964-10.446 10.445a.467.467 0 0 1-.6.038c-.101-.082-.186-.18-.279-.271L1.049 12.324c-.12-.116-.206-.288-.161-.457.046-.184.203-.305.329-.434l10.24-10.24c.141-.14.283-.326.504-.316m3.428 5.731c-.032.632-.065 1.264-.094 1.896-.57.101-1.141.196-1.713.286-.003-.689 0-1.379-.001-2.068-1.045.015-2.091.048-3.137.048-.809.038-1.62.03-2.429.046L7.421 9.93c-.243-.001-.486.012-.729.028-.121.055-.219.155-.347.2a.65.65 0 0 0-.415.664h.304l.017.213c-.326.285-.623.62-.777 1.031a3.5 3.5 0 0 0-.25 1.766c.075.572.334 1.108.68 1.565.403.47 1.019.803 1.653.731.471-.027.914-.266 1.234-.607.269-.274.501-.593.624-.96.524.12 1.044.26 1.565.392.069.496.263.969.529 1.391.198.31.413.624.728.827.337.257.764.395 1.188.355.593-.032 1.087-.437 1.445-.88a4.956 4.956 0 0 0 .696-1.573c.181-.72.128-1.474.007-2.199.155-.051.301-.125.458-.169.148.097.275.222.407.338a2.33 2.33 0 0 0 .401 1.589c.207.267.53.483.881.444.305-.025.559-.229.74-.463a2.35 2.35 0 0 0 .391-1.56c-.056-.537-.25-1.118-.728-1.421-.262-.072-.533-.112-.799-.168-.036-.825-.049-1.651-.077-2.476-.206-.115-.402-.249-.616-.348-.151-.023-.304-.029-.456-.04-.03-.663-.063-1.326-.094-1.989h-.69z"/><path fill="#f9cc5f" d="M11.487 7.63c.499-.052.999-.098 1.498-.145 0 .762.002 1.523-.001 2.285-.515.132-1.027.274-1.544.399.013-.846.031-1.692.047-2.538zM8.798 7.534c.651.029 1.301.068 1.952.098l-.094 2.531c-.714-.048-1.424-.138-2.137-.203.083-.81.189-1.617.28-2.426zM13.082 12.264c.111-.077.258-.132.392-.084.228.053.338.285.441.473.297.714.345 1.517.211 2.274-.079.362-.17.74-.414 1.031-.074.12-.222.142-.344.188-.092-.033-.191-.053-.273-.109a1.468 1.468 0 0 1-.346-.58 4.149 4.149 0 0 1-.003-2.62c.068-.213.184-.411.337-.573zM17.593 12.649c.042-.092.138-.131.221-.175.224.12.284.386.313.618.027.288 0 .599-.153.851-.057.113-.225.15-.312.053-.109-.122-.151-.287-.182-.443-.047-.302-.027-.627.114-.904zM7.254 13.852c.336.114.678.208 1.011.329-.04.223-.11.465-.298.61a.37.37 0 0 1-.494-.049c-.221-.236-.263-.582-.219-.89z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#d20000" d="M11.14 2.069c.167-.316.481-.575.853-.56.384-.014.694.264.862.586 3.653 6.343 7.32 12.679 10.968 19.026.402.546-.052 1.307-.68 1.38H.883a1.011 1.011 0 0 1-.882-.785v-.217c.144-.414.385-.781.602-1.158L11.14 2.07M3.722 19.955c5.512.001 11.023.002 16.535 0-2.753-4.768-5.507-9.535-8.267-14.298-2.76 4.764-5.515 9.53-8.268 14.298z"/><path fill="#f8c800" d="M3.722 19.955c2.753-4.768 5.508-9.534 8.268-14.298 2.76 4.763 5.514 9.53 8.267 14.298-5.512.002-11.023.001-16.535 0m6.952-7.182c.234.856.544 1.694.701 2.57-1.595.342-3.215.545-4.808.89-.25.02-.3.193-.19.409.312.073.643-.008.95.095.365.086.668.314.961.536.242-.142.383-.395.6-.563.824-.091 1.661-.059 2.489-.049.263.133.482.34.742.481.503-.443 1.297-.625 1.891-.254.332.162.523.49.742.772.298-.33.558-.732 1-.881.468-.23.974-.025 1.441.094-.16-.662-.281-1.336-.466-1.991-.281-.131-.605-.09-.906-.122l.06-1.195a49.686 49.686 0 0 0-.546 0v1.252c-.31-.017-.618-.035-.926-.054-.038-.644-.079-1.289-.124-1.933-1.201-.082-2.407-.049-3.611-.056m2.328 4.268c-.797.164-1.152 1.243-.666 1.876.358.506 1.126.631 1.625.264.499-.317.662-1.018.383-1.532-.23-.492-.828-.714-1.342-.607m3.011.009c-.929.222-1.159 1.639-.342 2.14.74.558 1.931-.092 1.858-1.018.008-.763-.796-1.327-1.516-1.122m-9.607.095c-.935.413-.737 1.955.226 2.2.868.301 1.813-.696 1.462-1.543-.206-.686-1.074-.967-1.687-.656m3.017.23c.103.368.092.77-.266.989.623.283 1.196.782 1.896.828.473-.229.558-1.058.041-1.298-.532-.242-1.12-.325-1.67-.518z"/><path fill="#f8c800" d="M11.447 13.376c.629-.005 1.261-.019 1.889.037.182.004.378.115.377.319.06.53.019 1.067.031 1.598-.566-.01-1.139.04-1.7-.06a68.263 68.263 0 0 1-.596-1.895zM6.656 17.75c.32-.3.828.023.812.425.104.526-.67.674-.938.312-.211-.221-.109-.58.126-.737zM13.002 17.729c.331-.256.815.059.796.454.086.468-.576.713-.875.388-.286-.215-.22-.672.079-.841zM16.008 17.761c.318-.304.857-.005.838.413.095.451-.536.719-.844.42-.289-.193-.282-.642.006-.833z"/><path d="M10.674 12.773c1.204.007 2.41-.025 3.611.056.044.644.085 1.289.124 1.933.308.019.617.037.926.054v-1.252h.546l-.06 1.195c.301.032.625-.008.906.122.185.655.306 1.328.466 1.991-.467-.119-.973-.324-1.441-.094-.442.149-.702.551-1 .881-.218-.282-.409-.61-.742-.772-.594-.371-1.388-.188-1.891.254-.259-.142-.479-.348-.742-.481-.828-.01-1.664-.042-2.489.049-.217.168-.358.421-.6.563-.293-.222-.596-.45-.961-.536-.307-.103-.638-.022-.95-.095-.11-.216-.06-.389.19-.409 1.594-.346 3.214-.548 4.808-.89-.157-.876-.467-1.715-.701-2.57m.773.604c.187.636.391 1.266.596 1.895.562.1 1.134.05 1.7.06-.012-.532.029-1.068-.031-1.598.001-.204-.194-.316-.377-.319-.628-.056-1.26-.042-1.889-.037z"/><path d="M13.002 17.042c.514-.107 1.111.115 1.342.607.28.515.116 1.216-.383 1.532-.499.367-1.267.242-1.625-.264-.486-.632-.131-1.711.666-1.876m0 .688c-.299.169-.365.626-.079.841.299.325.961.08.875-.388.019-.395-.464-.709-.796-.454zM16.013 17.052c.72-.205 1.524.359 1.516 1.122.073.925-1.117 1.576-1.858 1.018-.817-.5-.587-1.918.342-2.14m-.005.709c-.288.191-.295.64-.006.833.307.299.938.031.844-.42.019-.418-.52-.716-.838-.413zM6.406 17.147c.613-.311 1.481-.03 1.687.656.352.847-.594 1.844-1.462 1.543-.962-.245-1.16-1.787-.226-2.2m.251.604c-.235.157-.337.516-.126.737.269.362 1.043.214.938-.312.016-.402-.492-.725-.812-.425zM9.424 17.378c.551.193 1.139.276 1.67.518.517.24.432 1.069-.041 1.298-.7-.046-1.273-.545-1.896-.828.359-.218.37-.62.266-.989z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#fc0303" d="M11.762 1.5h.557c.37.083.614.379.875.628.108.162.203.331.305.498l.013.023c.158.257.318.514.456.782l.043.077a46.34 46.34 0 0 1 .355.624l.058.101.067.13.037.09c-.028.235.064.564.348.577.056.11.118.22.184.324l.022.071.059.103a.634.634 0 0 0 .371.659l.022.04.013.025a33.203 33.203 0 0 1 .616 1.087l.056.107a.58.58 0 0 0 .353.64l.036.055.03.049.049.079c.022.038.064.115.084.155.144.265.306.52.445.788l.025.048.056.104c-.044.235.061.574.342.588l.05.101.047.091.061.112.054.09c.151.252.29.511.426.772l.066.119.056.103.052.089c.199.35.385.707.574 1.063l.034.064.048.089a.757.757 0 0 0 .035.062c.196.358.398.71.594 1.068l.024.043.06.112a.56.56 0 0 0 .354.632l.035.059.02.032c.163.258.313.523.462.788l.035.058c.112.184.227.365.329.556l.019.035.066.113c-.047.241.064.57.344.592l.05.09.02.076.09.14.048.097.031.097c-.008.235.07.562.358.574l.052.109.024.053.085.154.049.096.04.084c-.03.236.062.564.344.583a9.294 9.294 0 0 0 .216.402c.155.252.286.518.449.767l.022.073.053.098c-.04.235.059.569.344.577.066.155.121.313.163.478.014.253-.032.499-.132.732a.717.717 0 0 1-.74.328 7.775 7.775 0 0 0-.85-.019c-3.32.052-6.641.029-9.961.034-3.44-.005-6.881.018-10.32-.037-.274-.008-.547.013-.82.03l-.209-.018c-.028-.205-.278-.277-.451-.221a8.569 8.569 0 0 0-.235-.232c.054-.174-.022-.391-.204-.452v-.347c.252-.148.331-.451.35-.724l.035-.1.04-.088c.156-.259.307-.522.467-.779a31.091 31.091 0 0 1 .744-1.254c.149-.264.304-.524.458-.785.002-.005.01-.016.012-.022a38.68 38.68 0 0 1 .369-.634c.27-.463.536-.93.816-1.387a.1.1 0 0 0 .012-.019c.154-.274.307-.548.47-.817a.105.105 0 0 0 .013-.023l.344-.578c.002-.006.01-.017.013-.023.109-.197.23-.386.346-.58a42.599 42.599 0 0 1 .841-1.437c.002-.006.01-.017.013-.023.108-.197.229-.386.344-.578l.013-.023c.151-.276.305-.55.469-.816l.013-.022c.11-.196.228-.386.343-.578l.016-.025c.109-.196.229-.385.346-.576a.283.283 0 0 0 .013-.024c.11-.194.23-.385.347-.576l.013-.023c.11-.196.23-.385.347-.577a.298.298 0 0 0 .014-.024c.112-.194.232-.383.346-.576a.283.283 0 0 0 .014-.023c.112-.194.232-.385.347-.577.002-.006.01-.017.012-.022.109-.197.229-.386.347-.578.002-.006.01-.018.013-.023.107-.192.223-.377.336-.565l.029-.048c.505-.874 1.03-1.736 1.546-2.603a.253.253 0 0 0 .013-.022c.338-.522.605-1.13 1.138-1.488M8.664 11.605c-1.48 2.453-2.896 4.945-4.352 7.412-.164.298-.365.58-.473.906 2.081.042 4.163.018 6.245.032 3.361-.019 6.724.043 10.084-.038-.211-.541-.538-1.027-.806-1.541a7637.253 7637.253 0 0 1-6.904-12.18c-.092-.172-.206-.331-.316-.492-1.129 1.984-2.317 3.935-3.478 5.9z"/><path fill="#b45454" opacity=".85" d="M12.319 1.5h.235c.277.134.48.37.64.628-.26-.248-.505-.545-.875-.628zM13.499 2.626zM10.612 3.01zM13.968 3.431l.043.077-.043-.077zM14.316 4.043zM14.424 4.232l.067.13-.067-.13zM14.528 4.452c.191.137.262.371.348.577-.284-.013-.376-.342-.348-.577zM15.06 5.353zM9.037 5.66l.029-.048-.029.048zM15.14 5.527c.186.176.292.418.371.659a.634.634 0 0 1-.371-.659zM8.688 6.248c.002-.006.01-.018.013-.023a.105.105 0 0 0-.013.023zM15.533 6.226l.013.025-.013-.025zM8.329 6.848c.002-.006.01-.017.012-.022-.002.005-.01.016-.012.022zM16.134 7.288zM7.968 7.448zM16.218 7.445c.172.176.293.401.353.64a.58.58 0 0 1-.353-.64zM7.608 8.048zM16.607 8.14l.03.049-.03-.049zM16.686 8.268zM7.248 8.648l.013-.023c-.004.005-.01.017-.013.023zM6.888 9.248zM17.215 9.211l.025.048-.025-.048zM17.297 9.364c.172.156.26.376.342.588-.281-.014-.386-.353-.342-.588zM6.527 9.85l.016-.025-.016.025zM17.689 10.052l.047.091-.047-.091zM17.797 10.255l.054.09-.054-.09zM6.17 10.45l.013-.022a.16.16 0 0 0-.013.022zM18.277 11.117l.05.041.016.078-.066-.119zM5.688 11.288l.013-.023c-.004.005-.01.017-.013.023zM18.4 11.339l.052.089a2.59 2.59 0 0 0-.052-.089zM5.33 11.89c.002-.006.01-.017.013-.023a.134.134 0 0 0-.013.023zM19.025 12.491l.034.064-.034-.064zM19.106 12.643a.757.757 0 0 0 .035.062l-.035-.062zM4.489 13.327zM19.735 13.774l.024.043-.024-.043zM4.13 13.93c.002-.006.01-.017.013-.023a.134.134 0 0 0-.013.023zM19.819 13.928c.172.173.288.397.354.632a.56.56 0 0 1-.354-.632zM3.773 14.531a.105.105 0 0 0 .013-.023c-.002.006-.01.018-.013.023zM20.208 14.62l.02.032a.28.28 0 0 1-.02-.032zM3.29 15.367zM20.69 15.44l.035.058-.035-.058zM21.054 16.054l.019.035-.019-.035zM21.139 16.201c.172.158.262.378.344.592-.281-.022-.391-.35-.344-.592zM2.431 16.83zM21.534 16.883l.02.076c-.005-.018-.016-.056-.02-.076zM21.644 17.099l.048.097-.048-.097zM2.093 17.41c.002-.005.01-.016.012-.022-.002.006-.01.017-.012.022zM21.724 17.293c.216.102.247.383.358.574-.288-.012-.366-.338-.358-.574zM22.133 17.976l.024.053-.024-.053zM1.589 18.271zM22.242 18.182l.049.096-.049-.096zM22.331 18.362c.193.137.256.377.344.583-.282-.019-.374-.347-.344-.583zM1.226 18.877zM22.848 19.272l.043.076-.043-.076zM.892 19.448zM23.34 20.114zM.385 20.315l.04-.088-.04.088zM23.414 20.286c.182.144.254.372.344.577-.286-.008-.384-.342-.344-.577zM0 20.982c.11-.186.146-.46.35-.568-.019.272-.098.576-.35.724v-.156zM23.922 21.341l.078-.145v.514l-.21.364c.1-.233.146-.479.132-.732zM0 21.485c.182.061.258.278.204.452A21.57 21.57 0 0 0 0 21.699v-.215zM.439 22.169c.173-.056.424.016.451.221-.181.013-.341-.088-.451-.221zM1.099 22.408c.272-.017.546-.038.82-.03 3.439.055 6.88.032 10.32.037 3.32-.005 6.641.018 9.961-.034.283-.006.566-.006.85.019l.118.1H1.2l-.1-.092z"/><path fill="#fff" d="M8.664 11.605c1.16-1.966 2.348-3.917 3.478-5.9.109.161.223.32.316.492 2.297 4.063 4.6 8.122 6.904 12.18.269.514.595 1 .806 1.541-3.36.082-6.722.019-10.084.038-2.082-.014-4.164.01-6.245-.032.108-.326.308-.608.473-.906 1.457-2.467 2.873-4.96 4.352-7.412m6.004.948c-.276.157-.264.607.024.748.281.193.694-.086.658-.413-.02-.314-.421-.539-.682-.335m-1.212 1.838c-.218.055-.446.383-.132.499.389-.145.734-.384 1.108-.56l.002.518c-.365.19-.822.274-1.09.602-.2.506-.388 1.02-.556 1.538-.053.204.23.29.356.17.287-.45.414-.996.732-1.424.461-.179.984-.163 1.472-.235.038-.604.007-1.211.017-1.816-.73-.126-1.286.434-1.91.707m-1.22.051c-.146.203.145.313.236.457-.097.074-.196.149-.295.221l-.048-.259-3.859-.001c.132.637.276 1.272.409 1.909.305-.047.619-.101.924-.022.4.088.695.398.95.697l2.093-.001c-.139-.679-.265-1.361-.413-2.038.132-.119.264-.236.409-.338.128.122.443.547.498.154-.296-.263-.55-.598-.905-.779m2.887 1.224a1.733 1.733 0 0 0-1.296.757c-.629.865-.206 2.226.799 2.586.92.414 2.084-.197 2.321-1.164.349-1.105-.678-2.323-1.824-2.179m-6.315 1.376c-.787.35-.8 1.583-.031 1.963.685.416 1.644-.155 1.637-.946.056-.802-.902-1.415-1.606-1.018z"/><path fill="#060606" d="M14.668 12.554c.26-.204.661.02.682.335.036.326-.377.606-.658.413-.288-.14-.3-.59-.024-.748zM13.456 14.392c.624-.272 1.181-.833 1.91-.707-.01.605.022 1.212-.017 1.816-.488.072-1.012.056-1.472.235-.318.428-.445.974-.732 1.424-.126.12-.409.034-.356-.17.168-.518.355-1.032.556-1.538.268-.329.725-.413 1.09-.602l-.002-.518c-.373.176-.719.415-1.108.56-.314-.116-.086-.444.132-.499z"/><path fill="#060606" d="M12.235 14.442c.355.181.608.516.905.779-.055.394-.37-.031-.498-.154-.145.102-.277.22-.409.338.148.677.274 1.358.413 2.038l-2.093.001c-.256-.299-.551-.61-.95-.697-.305-.079-.619-.025-.924.022-.133-.637-.277-1.272-.409-1.909l3.859.001.048.259c.1-.072.198-.146.295-.221-.091-.144-.383-.254-.236-.457zM15.121 15.666c1.146-.144 2.173 1.074 1.824 2.179-.236.967-1.4 1.578-2.321 1.164-1.006-.36-1.428-1.721-.799-2.586.288-.431.779-.72 1.296-.757z"/><path fill="#060606" d="M8.806 17.042c.703-.397 1.662.216 1.606 1.018.007.791-.952 1.362-1.637.946-.769-.38-.756-1.613.031-1.963z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M10.53 2.008c.527-.653 1.506-.852 2.262-.506.428.179.743.544.967.94 3.139 5.459 6.286 10.914 9.428 16.37.247.446.55.869.71 1.358.24.746-.055 1.614-.676 2.086-.332.269-.761.37-1.175.425H2.035c-.966.012-1.884-.712-2.005-1.684-.136-.725.29-1.366.64-1.958C3.7 13.789 6.723 8.535 9.748 3.283c.256-.427.47-.883.781-1.274M2.462 20.414c6.355.002 12.71.002 19.064 0a13074.74 13074.74 0 0 0-9.532-16.546c-3.181 5.513-6.356 11.03-9.533 16.546z"/><path fill="#ffd100" d="M2.462 20.414c3.176-5.515 6.352-11.033 9.533-16.546 3.182 5.513 6.358 11.029 9.532 16.546-6.354.002-12.709.002-19.064 0m5.577-6.861c-.138.829-.238 1.664-.366 2.496a26.415 26.415 0 0 0-.563 0v-.527l-.329-.004v-.806h-.364v.806c-.083.001-.247.002-.329.004l.001.479c-.274.026-.674.024-.746.364-.055.534-.002 1.074-.032 1.609.313-.298.721-.551 1.174-.47.493.042.848.428 1.057.847.295.001.589.001.884.004.038-.408.098-.835.359-1.166.511-.719 1.586-.949 2.333-.466.581.323.862.988.874 1.631.658-.001 1.315-.002 1.973.001.296-.284.557-.613.895-.851 1.43-.038 2.863-.002 4.295-.016-.484-.833-.962-1.668-1.441-2.503h-3.982a34.809 34.809 0 0 1-.001-.457l-.354.001c.002 1.085 0 2.171.001 3.256l-.942-.001c-.113-.39-.343-.726-.49-1.099-.18-1.042-.289-2.095-.462-3.137a.601.601 0 0 0-.574-.544A47.47 47.47 0 0 0 8.647 13a.602.602 0 0 0-.607.553m1.608 3.2c-.5.18-.88.635-.985 1.153-.193.82.382 1.7 1.201 1.873.989.257 2.034-.646 1.922-1.661-.031-1.021-1.198-1.768-2.138-1.366m-3.601.96c-.767.18-1.051 1.249-.48 1.788.529.584 1.615.307 1.792-.463.253-.761-.55-1.57-1.312-1.325m10.679-.013c-.775.14-1.116 1.201-.563 1.766.503.613 1.612.373 1.812-.396.277-.745-.485-1.572-1.249-1.37m1.576.703c-.256.661.306 1.44 1.01 1.417.371.03.661-.222.912-.457-.114-.211-.229-.421-.335-.635-.092.254-.248.569-.57.545-.43.034-.703-.542-.414-.858.166-.242.47-.18.718-.149-.137-.204-.263-.414-.392-.622-.398.11-.808.332-.929.758m.821-.01c-.265.133-.283.558-.018.701.257.185.655-.062.608-.374 0-.284-.352-.466-.59-.326z"/><path fill="#ffd100" d="M8.49 13.741c.29-.314.8-.122 1.182-.174l.223 2.329H8.131c.134-.715.157-1.456.359-2.155zM10.027 13.562c.337.055.902-.146 1.051.281.142.677.204 1.369.318 2.053H10.25c-.073-.778-.149-1.556-.223-2.334zM10.139 17.371c.658-.084 1.175.713.827 1.277-.276.552-1.132.599-1.462.078-.394-.509-.005-1.327.635-1.355m-.156.175c-.534.156-.671.948-.203 1.261.395.332 1.066.062 1.138-.443.121-.514-.442-1.008-.935-.818zM6.05 18.296c.362-.257.906.12.802.548-.053.365-.526.564-.821.341-.316-.193-.302-.71.019-.889m.1.088c-.28.128-.301.575-.018.713.253.179.644-.074.598-.379-.005-.276-.338-.463-.58-.334zM16.718 18.275c.353-.208.834.138.766.536-.029.37-.497.601-.804.388-.352-.19-.328-.764.038-.924m.088.095c-.242.095-.337.433-.162.632.161.22.538.194.659-.053.208-.305-.161-.736-.497-.58z"/><path d="M8.04 13.553A.603.603 0 0 1 8.647 13a47.465 47.465 0 0 1 2.264.004.602.602 0 0 1 .574.544c.173 1.042.282 2.095.462 3.137.146.373.377.709.49 1.099l.942.001c-.001-1.085.001-2.171-.001-3.256l.354-.001c-.001.152 0 .305.001.457h3.982c.479.835.958 1.67 1.441 2.503-1.432.013-2.864-.023-4.295.016-.338.238-.599.566-.895.851-.658-.004-1.315-.002-1.973-.001-.012-.643-.293-1.308-.874-1.631-.746-.484-1.822-.253-2.333.466-.26.331-.32.758-.359 1.166l-.884-.004c-.209-.419-.564-.805-1.057-.847-.452-.08-.86.173-1.174.47.03-.535-.023-1.075.032-1.609.072-.34.473-.337.746-.364l-.001-.479.329-.004v-.806h.364v.806c.083.001.247.002.329.004v.527c.187-.002.376-.002.563 0 .128-.832.228-1.667.366-2.496m.45.188c-.202.7-.224 1.44-.359 2.155h1.764l-.223-2.329c-.382.052-.892-.14-1.182.174m1.537-.179c.074.778.15 1.556.223 2.334h1.146c-.114-.684-.176-1.376-.318-2.053-.149-.427-.714-.226-1.051-.281z"/><path d="M9.648 16.753c.941-.402 2.107.344 2.138 1.366.112 1.015-.934 1.918-1.922 1.661-.82-.173-1.394-1.054-1.201-1.873.106-.518.485-.973.985-1.153m.491.617c-.64.028-1.028.846-.635 1.355.33.521 1.186.474 1.462-.078.348-.564-.169-1.361-.827-1.277z"/><path d="M9.983 17.546c.493-.19 1.056.305.935.818-.072.505-.743.775-1.138.443-.468-.313-.331-1.105.203-1.261zM6.047 17.712c.762-.245 1.565.564 1.312 1.325-.176.77-1.262 1.048-1.792.463-.571-.539-.287-1.608.48-1.788m.003.584c-.322.179-.335.696-.019.889.295.223.768.024.821-.341.104-.428-.439-.805-.802-.548zM16.726 17.699c.764-.202 1.526.625 1.249 1.37-.2.769-1.309 1.009-1.812.396-.553-.565-.212-1.626.563-1.766m-.008.576c-.366.16-.39.734-.038.924.307.214.775-.018.804-.388.068-.398-.413-.744-.766-.536zM18.302 18.402c.121-.426.53-.648.929-.758.13.208.256.418.392.622-.247-.031-.552-.094-.718.149-.289.316-.016.892.414.858.322.024.478-.29.57-.545.106.214.221.424.335.635-.251.235-.541.487-.912.457-.704.023-1.266-.756-1.01-1.417z"/><path d="M6.15 18.384c.241-.13.575.058.58.334.047.305-.344.558-.598.379-.283-.138-.262-.584.018-.713zM16.806 18.37c.336-.156.704.275.497.58-.121.247-.498.272-.659.053-.175-.199-.08-.538.162-.632zM19.123 18.391c.239-.139.59.042.59.326.047.312-.352.559-.608.374-.265-.143-.247-.568.018-.701z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-at-signalized-intersections--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#090506" d="M12.013.071h.1c1.423 1.341 2.796 2.735 4.189 4.107 1.96 1.946 3.932 3.879 5.907 5.81.536.535 1.084 1.058 1.602 1.611.203.202.176.536-.017.734-.503.567-1.039 1.105-1.559 1.656-.716.733-1.423 1.476-2.162 2.186-2.584 2.573-5.13 5.184-7.717 7.754h-.416c-.371-.247-.673-.578-.993-.883-1.583-1.534-3.14-3.096-4.713-4.641-1.129-1.107-2.243-2.23-3.404-3.304-.74-.709-1.481-1.417-2.199-2.148-.231-.239-.482-.469-.63-.772v-.233c.237-.345.534-.643.817-.95C2.668 9.1 4.542 7.226 6.413 5.349 8.065 3.694 9.716 2.037 11.378.392c.17-.175.396-.284.636-.32m-.096.389c-.099.004-.167.086-.24.143-.309.286-.604.588-.907.882a49.485 49.485 0 0 0-2.43 2.44c-.211.259-.453.491-.689.726a4506.13 4506.13 0 0 0-3.09 3.097c-.158.141-.33.267-.471.426-.422.443-.867.863-1.28 1.314-.558.576-1.131 1.138-1.677 1.725-.244.258-.518.491-.737.772-.119.172.058.344.179.455.477.42.907.89 1.381 1.311.507.485.988.998 1.514 1.465.242.229.477.467.711.705.17.18.401.286.565.474.831.854 1.654 1.716 2.528 2.528 1.432 1.418 2.853 2.846 4.289 4.261.138.13.266.275.423.382.127.062.269-.001.354-.102 1.495-1.56 3.057-3.054 4.556-4.609.542-.56 1.094-1.111 1.64-1.668.278-.289.551-.583.837-.864.149-.153.346-.248.49-.406a90.954 90.954 0 0 1 1.562-1.605c.582-.583 1.139-1.191 1.719-1.776.154-.168.336-.317.448-.519.054-.139-.063-.243-.15-.332-.883-.865-1.751-1.745-2.651-2.592-.384-.373-.753-.76-1.144-1.124-.312-.236-.573-.53-.852-.803-.65-.641-1.277-1.305-1.942-1.932-.475-.486-.983-.939-1.434-1.448a20.649 20.649 0 0 0-.716-.703c-.611-.569-1.178-1.183-1.79-1.75-.257-.265-.493-.551-.767-.8a.261.261 0 0 0-.228-.073z"/><path fill="#090506" d="M11.825 1.403c.042-.096.139-.014.171.047.523.762 1.103 1.481 1.639 2.233.255.388.535.759.811 1.131.075.105.149.225.132.359a.385.385 0 0 1-.404.36c-.422-.01-.796-.247-1.207-.319-.008.428.006.855.005 1.282-.004.407.059.821.233 1.191.288.607.69 1.148 1.02 1.731.44.702.821 1.451 1.02 2.259.061.305.129.61.155.921.035.326.018.657.058.983.034 1.071-.018 2.144.051 3.214-.006.348.011.696-.003 1.044-.513 0-1.025.008-1.538.01-.012-.714-.004-1.428-.017-2.142-.07-.953-.011-1.912-.099-2.865-.068-.438-.103-.889-.275-1.303-.336-1.008-.974-1.872-1.46-2.808h-.097c-.192.37-.351.756-.548 1.123-.16.361-.391.689-.506 1.07-.129.433-.343.84-.417 1.289-.055.406-.142.815-.116 1.227.054.518.019 1.04.064 1.559.014.551.008 1.103.022 1.654-.013.42.057.839.023 1.259-.496.059-.996.022-1.493.045-.072-.796-.029-1.595-.086-2.391-.016-.388.003-.778-.044-1.165a23.722 23.722 0 0 1-.006-1.578c.091-1.054.339-2.111.857-3.04.136-.266.265-.537.415-.796.244-.438.517-.866.686-1.341.085-.298.176-.601.169-.914-.001-.488-.006-.976-.012-1.464-.388.08-.736.287-1.12.379-.312.116-.666-.294-.477-.581.179-.29.38-.566.562-.855.58-.956 1.213-1.879 1.833-2.81zM16.605 8.501c.251-.001.503 0 .755.008.002 1.093-.013 2.186-.011 3.279-.034.503-.02 1.007-.027 1.511-.013 1.071-.01 2.142-.02 3.213-.036.444-.017.89-.029 1.335-.228.004-.458.02-.686-.004-.122-.067-.055-.226-.072-.338-.014-.473.047-.944.036-1.417 0-1.717.015-3.434.015-5.15.058-.81.022-1.624.038-2.436zM6.731 8.655c.254.004.507.003.762-.004 0 .369.038.736.031 1.105.003 1.37.012 2.74.019 4.11-.003.221.039.44.033.661-.003 1.153.024 2.307.011 3.461-.24.003-.481.008-.722.002.011-.415-.034-.829-.03-1.244l-.017-1.604c-.075-1.242.003-2.49-.079-3.732.003-.918-.015-1.836-.007-2.755z"/><path fill="#090506" d="M11.645 10.961c.24 0 .48.002.72.004.009.51-.01 1.02-.008 1.53a4.078 4.078 0 0 1-.716.011c0-.515-.006-1.03.004-1.545zM11.688 13.742a3.38 3.38 0 0 1 .718-.03c-.002.497.013.993 0 1.489-.24.006-.48.005-.719-.007-.003-.484-.002-.968 0-1.452zM11.692 16.348c.238.002.476.001.715-.001.054.486.023.977.03 1.465-.25.01-.501.01-.751.009-.002-.491-.009-.982.006-1.473zM11.956 21.067c.071-.021.142-.04.214-.058-.004.071-.01.143-.018.215a.352.352 0 0 1-.196-.157z"/><path fill="#cea643" d="M11.918.461a.256.256 0 0 1 .228.073c.274.249.509.535.767.8.612.567 1.179 1.181 1.79 1.75.243.229.484.462.716.703.451.509.959.962 1.434 1.448.664.627 1.292 1.291 1.942 1.932.279.273.54.566.852.803.391.365.76.752 1.144 1.124.9.847 1.767 1.727 2.651 2.592.087.089.204.193.15.332-.111.202-.294.351-.448.519-.58.585-1.137 1.192-1.719 1.776a90.954 90.954 0 0 0-1.562 1.605c-.144.158-.341.254-.49.406-.286.282-.559.575-.837.864-.546.557-1.097 1.108-1.64 1.668-1.5 1.555-3.061 3.049-4.556 4.609-.085.101-.227.164-.354.102-.158-.107-.285-.252-.423-.382-1.436-1.414-2.857-2.843-4.289-4.261-.873-.812-1.697-1.673-2.528-2.528-.163-.188-.394-.295-.565-.474a27.796 27.796 0 0 0-.711-.705c-.526-.466-1.007-.979-1.514-1.465-.475-.422-.905-.891-1.381-1.311-.12-.111-.298-.283-.179-.455.219-.281.493-.514.737-.772.546-.588 1.119-1.149 1.677-1.725.413-.451.858-.872 1.28-1.314.141-.159.313-.285.471-.426C5.59 6.716 6.62 5.684 7.651 4.652c.237-.235.478-.467.689-.726.788-.835 1.586-1.662 2.43-2.44.303-.293.597-.595.907-.882.073-.057.141-.139.24-.143m-.092.942c-.62.93-1.253 1.853-1.833 2.81-.182.289-.383.565-.562.855-.189.287.165.697.477.581.385-.093.732-.3 1.12-.379.007.488.011.976.012 1.464.007.313-.084.617-.169.914-.168.475-.441.903-.686 1.341-.15.259-.279.53-.415.796-.517.929-.766 1.987-.857 3.04a24.42 24.42 0 0 0 .006 1.578c.047.386.028.776.044 1.165.057.796.014 1.596.086 2.391.497-.024.997.013 1.493-.045.034-.42-.036-.839-.023-1.259-.014-.551-.008-1.103-.022-1.654-.045-.519-.01-1.041-.064-1.559-.026-.412.061-.821.116-1.227.074-.449.289-.856.417-1.289.115-.381.346-.709.506-1.07.197-.368.356-.754.548-1.123h.097c.486.936 1.124 1.8 1.46 2.808.171.414.207.865.275 1.303.088.952.028 1.911.099 2.865.013.714.004 1.428.017 2.142.513-.003 1.025-.01 1.538-.01.014-.348-.003-.696.003-1.044-.069-1.07-.017-2.143-.051-3.214-.04-.326-.022-.657-.058-.983-.026-.311-.094-.616-.155-.921-.199-.808-.58-1.557-1.02-2.259-.33-.583-.732-1.125-1.02-1.731-.174-.37-.237-.785-.233-1.191.001-.428-.012-.855-.005-1.282.411.073.784.309 1.207.319.203.017.4-.155.404-.36.017-.134-.058-.254-.132-.359-.276-.373-.556-.744-.811-1.131-.537-.752-1.116-1.471-1.639-2.233-.031-.061-.129-.143-.171-.047m4.781 7.096c-.016.812.02 1.626-.038 2.436 0 1.716-.015 3.433-.015 5.15.01.473-.05.944-.036 1.417.017.112-.05.272.072.338.227.025.457.008.686.004.012-.445-.008-.891.029-1.335.009-1.071.007-2.142.02-3.213.008-.504-.007-1.008.027-1.511-.002-1.093.013-2.186.011-3.279a23.788 23.788 0 0 0-.755-.008m-9.875.155c-.008.918.01 1.836.007 2.755.083 1.242.004 2.49.079 3.732.005.535.01 1.07.017 1.604-.004.415.041.829.03 1.244.241.006.482.001.722-.002.013-1.154-.014-2.307-.011-3.461.006-.222-.036-.44-.033-.661-.007-1.37-.016-2.74-.019-4.11.008-.369-.031-.736-.031-1.105-.254.007-.508.008-.762.004m4.915 2.306c-.01.515-.004 1.03-.004 1.545.239.01.479.02.716-.011-.003-.51.017-1.02.008-1.53-.24-.002-.48-.004-.72-.004m.043 2.781c-.002.484-.004.968 0 1.452.24.012.48.013.719.007.013-.497-.002-.993 0-1.489a3.447 3.447 0 0 0-.718.03m.003 2.606c-.015.491-.009.982-.006 1.473.25.001.501.001.751-.009-.008-.489.024-.979-.03-1.465-.239.002-.477.003-.715.001m.264 4.719c.045.075.112.13.196.157.009-.072.015-.144.018-.215a3.976 3.976 0 0 0-.214.058z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.866.546c.703-.731 1.962-.598 2.628.115 3.316 3.326 6.622 6.662 9.936 9.989.223.22.424.462.57.74v1.628a2.39 2.39 0 0 1-.341.434c-3.274 3.247-6.54 6.502-9.811 9.749-.281.282-.546.586-.887.798h-1.613a2.046 2.046 0 0 1-.541-.37C7.417 20.216 4.02 16.808.629 13.395c-.698-.677-.802-1.927-.061-2.615C3.998 7.366 7.428 3.951 10.866.544m.814.014c-.31.076-.562.282-.779.505-3.194 3.167-6.378 6.344-9.57 9.512-.276.282-.598.55-.739.931-.216.571-.047 1.253.383 1.681 3.331 3.349 6.662 6.701 9.991 10.054.44.454 1.158.625 1.748.385.377-.149.63-.481.916-.752 3.223-3.217 6.461-6.421 9.688-9.635.62-.604.514-1.68-.103-2.248a4870.028 4870.028 0 0 0-9.88-9.932c-.41-.448-1.062-.682-1.655-.502z"/><path fill="gold" d="M11.784 1.349c.382-.188.805.029 1.061.323 3.252 3.271 6.508 6.538 9.756 9.812.208.198.376.466.353.764-.019.383-.376.601-.61.858-3.233 3.203-6.455 6.416-9.682 9.625-.301.33-.852.271-1.141-.044-3.174-3.187-6.341-6.382-9.52-9.564-.277-.298-.665-.563-.718-.998-.043-.27.103-.518.298-.691 3.247-3.239 6.506-6.467 9.756-9.703.143-.134.274-.286.446-.382m.415 3.275c-.004 1.348.006 2.696-.005 4.044-2.036 2.068-4.056 4.153-6.084 6.23.493.51.986 1.02 1.471 1.538 1.535-1.592 3.074-3.18 4.615-4.766.005 2.67.001 5.34.002 8.009h2.22c.001-5.018.002-10.037 0-15.055-.74-.001-1.48-.002-2.22 0z"/><path d="M11.68.558c.593-.18 1.244.054 1.655.502a5443.06 5443.06 0 0 1 9.88 9.932c.617.568.724 1.644.103 2.248-3.227 3.214-6.464 6.418-9.688 9.635-.286.271-.539.604-.916.752-.59.24-1.308.068-1.748-.385-3.329-3.353-6.66-6.704-9.991-10.054-.43-.428-.599-1.11-.383-1.681.142-.382.463-.649.739-.931 3.192-3.168 6.376-6.346 9.57-9.512.217-.223.469-.43.779-.505m.104.79c-.173.096-.304.247-.446.382-3.25 3.236-6.509 6.464-9.756 9.703-.194.173-.341.421-.298.691.053.436.44.701.718.998 3.179 3.182 6.346 6.377 9.52 9.564.289.316.84.374 1.141.044 3.227-3.209 6.449-6.422 9.682-9.625.234-.257.59-.475.61-.858.023-.299-.145-.566-.353-.764-3.248-3.275-6.504-6.541-9.756-9.812-.256-.294-.679-.511-1.061-.323z"/><path d="M12.198 4.624c.74-.002 1.48-.001 2.22 0 .002 5.018.001 10.037 0 15.055a821.4 821.4 0 0 1-2.22 0c-.001-2.669.002-5.339-.002-8.009-1.541 1.586-3.08 3.174-4.615 4.766-.485-.518-.978-1.028-1.471-1.538 2.028-2.077 4.048-4.163 6.084-6.23.011-1.348.001-2.696.005-4.044z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.89 1.38h.203c.739.029 1.266.611 1.554 1.238 3.362 5.838 6.726 11.675 10.092 17.509.118.209.206.433.262.667v.438c-.086.708-.676 1.291-1.38 1.387H1.4C.339 22.511-.35 21.222.194 20.292 3.649 14.269 7.126 8.257 10.591 2.239a1.674 1.674 0 0 1 1.3-.86M2.52 20.498c6.326.004 12.653.001 18.979.001-3.163-5.486-6.32-10.975-9.491-16.458C8.84 9.524 5.679 15.01 2.52 20.498z"/><path fill="#fff" d="M2.52 20.498C5.68 15.01 8.84 9.524 12.008 4.041c3.17 5.483 6.328 10.972 9.491 16.458-6.326 0-12.653.002-18.979-.001m8.946-10.027c.001 1.079-.005 2.158.002 3.236-1.202 1.271-2.472 2.477-3.694 3.73.508.509 1.019 1.014 1.519 1.529.719-.743 1.474-1.451 2.179-2.207-.018 1.02-.004 2.041-.007 3.062h2.153v-9.352l-2.153.001z"/><path fill="#030303" d="M11.466 10.471l2.153-.001v9.352h-2.153c.004-1.021-.011-2.042.007-3.062-.706.756-1.46 1.464-2.179 2.207-.5-.515-1.012-1.02-1.519-1.529 1.222-1.253 2.491-2.459 3.694-3.73-.007-1.079-.001-2.158-.002-3.236z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.475 2.126c.703-.686 1.846-.855 2.7-.355l.044.027c.83.499 1.192 1.44 1.692 2.221l.027.044c.404.634.79 1.28 1.163 1.933l.019.034.02.029c.123.198.243.398.358.601l.02.034.021.03c.164.257.32.521.465.79-.062.264.034.609.359.606l.02.064c-.011.257.058.622.386.621l.02.041c.252.549.564 1.07.915 1.561l.016.024c-.027.264.056.621.381.631l.015.03c.249.554.565 1.078.918 1.571l.013.021c-.024.263.056.617.381.63l.012.028a9.55 9.55 0 0 0 .919 1.573l.013.021c-.024.264.058.622.385.63l.015.034c.2.579.536 1.091.916 1.567l.015.023c-.03.264.052.619.377.63l.015.033c.176.403.43.769.602 1.176.072.168.145.353.308.456v1.905l-.029.036c-.332.416-.711.808-1.197 1.041l-.073.042-.098.057a.482.482 0 0 0-.593.107H2.127c-.158-.152-.402-.22-.603-.113l-.088-.052a1.695 1.695 0 0 1-.062-.037C.91 22.227.482 21.892.22 21.429a2.777 2.777 0 0 1-.049-.094l-.058-.137-.107.019v-.785c.042-.289.068-.579.118-.867.179-.347.371-.688.529-1.046l.015-.032c.316-.013.402-.354.394-.613l.012-.052c.312-.032.39-.366.366-.629l.017-.027c.35-.496.668-1.018.918-1.573l.013-.029c.324-.015.404-.369.383-.632l.009-.016c.351-.497.671-1.02.92-1.575l.015-.032c.324-.009.404-.365.379-.627l.011-.019c.354-.495.671-1.02.92-1.574l.015-.033c.326-.008.406-.366.381-.628l.016-.025a9.756 9.756 0 0 0 .918-1.563l.015-.033c.328-.005.399-.363.389-.625l.017-.06c.325-.001.423-.343.361-.609.149-.27.304-.536.469-.796l.02-.029.02-.036c.115-.202.233-.402.358-.598l.02-.029.019-.036c.373-.652.758-1.297 1.162-1.931l.028-.044c.399-.64.721-1.346 1.252-1.892m1.52 1.759a4382.255 4382.255 0 0 0-9.703 16.466c6.51.004 13.02.004 19.529 0A4439.645 4439.645 0 0 0 12.126 3.88l-.121.001z"/><path fill="#bc7e82" opacity=".94" d="M13.175 1.77l.044.027-.044-.027zM9.196 4.061l.028-.044-.028.044zM14.91 4.018l.027.044-.027-.044zM8.015 6.024l.019-.032-.019.036-.02.029.02-.033zM16.1 5.995l.019.03.02.033-.02-.029-.019-.034zM7.618 6.687l.02-.032-.02.036-.02.029.02-.033zM16.496 6.659l.02.03.021.034-.021-.03-.02-.034zM6.768 8.124c.052-.237.203-.432.361-.609.062.265-.036.607-.361.609zM17.003 7.514c.158.176.309.369.359.606-.325.003-.422-.342-.359-.606zM.166 21.336c.012.024.036.072.049.094a2.777 2.777 0 0 1-.049-.094zM23.971 21.426A.457.457 0 0 0 24 21.39v.036h-.029zM1.368 22.472l.062.037a1.695 1.695 0 0 1-.062-.037zM22.701 22.51l.073-.042-.073.042zM1.518 22.561c.202-.107.446-.04.603.113h-.537l-.066-.113zM22.01 22.674a.48.48 0 0 1 .593-.107l-.07.107h-.522z"/><path fill="#fff" d="M12.005 3.881l.121-.001a4672.899 4672.899 0 0 1 9.705 16.467c-6.509.004-13.018.004-19.529 0a4382.255 4382.255 0 0 1 9.703-16.466m2.229 7.239c-.704.647-1.425 1.277-2.131 1.923.001.615 0 1.23-.001 1.846.44-.392.855-.81 1.281-1.22.034 1.866.005 3.733.015 5.6.566.001 1.131.003 1.696-.003-.001-1.867-.003-3.734 0-5.6.436.398.842.831 1.295 1.211-.003-.61-.004-1.221-.001-1.831-.715-.646-1.423-1.297-2.153-1.925m-6.216 1.274c-.301.534-.614 1.061-.915 1.595.583-.146 1.17-.285 1.753-.436-.952 1.612-1.876 3.242-2.814 4.864.487.285.977.562 1.465.843.933-1.61 1.851-3.23 2.8-4.83.17.552.324 1.11.485 1.664.345-.487.625-1.016.915-1.535-.208-.939-.59-1.848-.862-2.777-.944.196-1.891.386-2.828.613zM6.362 8.808c.073-.239.195-.461.389-.625.011.261-.061.619-.389.625zM17.382 8.184c.192.16.314.383.386.621-.328.001-.396-.363-.386-.621zM5.43 10.405c.289-.532.601-1.049.918-1.563a9.61 9.61 0 0 1-.918 1.563zM17.788 8.846c.317.513.627 1.03.915 1.561a9.533 9.533 0 0 1-.915-1.561zM5.033 11.059c.074-.237.195-.459.381-.629.025.263-.054.621-.381.629zM18.719 10.43c.184.17.308.392.381.631-.325-.011-.407-.367-.381-.631zM4.099 12.666c.289-.534.603-1.057.92-1.574a9.223 9.223 0 0 1-.92 1.574zM19.114 11.092c.317.517.63 1.037.918 1.571a9.242 9.242 0 0 1-.918-1.571zM3.709 13.311c.072-.239.192-.46.379-.627.025.263-.056.618-.379.627zM20.045 12.684c.187.167.309.39.381.63-.325-.013-.404-.367-.381-.63zM2.774 14.918a32.51 32.51 0 0 1 .92-1.575 9.434 9.434 0 0 1-.92 1.575zM20.437 13.342c.317.517.63 1.038.919 1.573a9.509 9.509 0 0 1-.919-1.573zM2.381 15.567c.073-.24.194-.464.383-.632.021.264-.06.618-.383.632zM21.369 14.936c.186.171.309.391.385.63-.326-.008-.408-.366-.385-.63zM1.451 17.169c.288-.536.601-1.055.918-1.573a9.515 9.515 0 0 1-.918 1.573zM21.768 15.6c.329.509.638 1.03.916 1.567-.381-.476-.716-.988-.916-1.567zM1.067 17.824c.029-.252.191-.456.366-.628.024.263-.054.597-.366.628zM22.699 17.19c.182.171.305.391.377.63-.325-.011-.407-.366-.377-.63zM.662 18.488c.073-.236.186-.468.394-.613.008.259-.078.599-.394.613zM23.09 17.853c.314.472.541 1.002.91 1.437v.195c-.163-.103-.236-.288-.308-.456-.172-.407-.426-.773-.602-1.176zM.118 19.566c.066-.395.335-.708.529-1.046-.158.358-.35.699-.529 1.046z"/><path fill="#030303" d="M14.234 11.12c.731.628 1.439 1.28 2.153 1.925-.003.61-.001 1.221.001 1.831-.453-.379-.859-.813-1.295-1.211-.003 1.866-.001 3.733 0 5.6-.565.005-1.13.004-1.696.003-.009-1.867.02-3.734-.015-5.6-.426.41-.841.827-1.281 1.22.001-.615.003-1.23.001-1.846.705-.646 1.427-1.276 2.131-1.923zM8.019 12.395c.937-.227 1.884-.416 2.828-.613.272.928.654 1.838.862 2.777-.29.52-.57 1.049-.915 1.535-.162-.554-.316-1.112-.485-1.664-.949 1.6-1.867 3.221-2.8 4.83-.488-.281-.979-.558-1.465-.843.937-1.622 1.862-3.251 2.814-4.864-.583.151-1.17.29-1.753.436.301-.534.614-1.061.915-1.595z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-left-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M10.91.72c.286-.272.553-.63.971-.69.35-.06.679.128.914.372 3.599 3.601 7.198 7.204 10.8 10.801.178.174.31.388.404.617v.34c-.11.458-.51.739-.818 1.062-3.301 3.299-6.601 6.6-9.9 9.901-.338.32-.626.737-1.093.877h-.336c-.187-.067-.374-.146-.517-.287C7.791 20.172 4.253 16.625.707 13.087c-.27-.284-.635-.545-.679-.965-.059-.353.148-.67.389-.904 3.498-3.499 7-6.996 10.494-10.499m.767-.421c-.306.198-.538.486-.798.737C7.437 4.477 3.997 7.918.553 11.359c-.169.175-.347.383-.338.643-.013.424.38.672.635.95 3.42 3.419 6.838 6.84 10.255 10.261.258.242.497.59.888.596.401.02.654-.334.912-.581 3.438-3.444 6.877-6.883 10.32-10.322.245-.258.599-.505.584-.904.007-.3-.217-.522-.409-.721-3.606-3.592-7.198-7.198-10.802-10.79-.227-.251-.613-.371-.919-.193z"/><path fill="#ffd520" d="M11.795.637c.203-.169.463-.019.612.146 3.62 3.623 7.247 7.241 10.861 10.868.239.18.254.529.006.708-3.498 3.5-7 6.996-10.493 10.5-.211.202-.396.442-.654.589-.19.07-.352-.062-.476-.186-3.618-3.62-7.237-7.243-10.86-10.86-.137-.138-.287-.307-.21-.518.205-.317.504-.556.763-.827C4.741 7.659 8.143 4.263 11.537.859c.08-.08.167-.155.258-.223m1.932 9.017c-.222.221-.031.656.289.614.431-.077.846-.22 1.27-.328-.016.431.054.872-.047 1.295-.503 1.376-1.291 2.664-2.387 3.648.23.214.46.43.686.646a9.993 9.993 0 0 0 1.748-2.195c.001 1.217-.004 2.435-.001 3.652l2-.001.002-7.051c.442.112.875.26 1.324.34.3.012.482-.377.288-.601-.851-1.217-1.735-2.408-2.603-3.612-.857 1.198-1.727 2.387-2.57 3.594m-10.604 1.15c.037.347-.062.691-.228.994-.311.467-.16 1.054-.188 1.578.689.001 1.378-.001 2.065.002.041-.245-.001-.536.184-.732.27-.326.824-.305 1.084.023.172.193.142.47.179.708h3.638c.032-.264.008-.578.228-.772.271-.29.793-.262 1.033.055.167.19.142.46.184.692h1.241c.002-.571.023-1.145-.064-1.711a2.388 2.388 0 0 1 .031-.907 4.379 4.379 0 0 0-.868-.096c-2.479.005-4.958 0-7.438.002a3.736 3.736 0 0 0-1.081.163m2.069 1.803c-.379.21-.343.826.052.996.36.19.836-.115.815-.522.01-.42-.518-.715-.866-.474m5.046.036c-.348.238-.264.833.131.972.392.184.868-.205.774-.625-.058-.402-.593-.619-.905-.347z"/><path fill="#ffd520" d="M3.257 11.846c.092-.23.203-.451.32-.668.613.001 1.225-.014 1.838.013a3.81 3.81 0 0 1-.349.674c-.602-.008-1.207.014-1.81-.019zM5.749 11.177c.612.004 1.226-.014 1.838.016-.098.232-.184.488-.378.659-.592.032-1.186.012-1.778 0a4.41 4.41 0 0 1 .318-.674zM7.712 11.189c.283-.011.568-.012.852-.01.005.228.005.456-.001.685-.284 0-.569-.001-.853-.01-.002-.222-.001-.444.002-.666zM9.016 11.183c.613.011 1.235-.059 1.843.038-.079.227-.212.431-.332.638-.605.005-1.21.012-1.814-.006.084-.23.19-.452.304-.671zM10.973 11.879c.096-.218.254-.401.395-.592.007.313.007.626-.002.94-.163-.067-.43-.11-.392-.348zM11.538 11.287l.749.001.113.895-.86.001-.001-.898z"/><path d="M11.678.298c.306-.178.692-.058.919.193 3.605 3.593 7.196 7.199 10.802 10.79.192.199.416.421.409.721.014.398-.34.646-.584.904a10043.09 10043.09 0 0 0-10.32 10.322c-.258.247-.511.601-.912.581-.391-.006-.63-.354-.888-.596C7.686 19.792 4.269 16.371.849 12.952c-.254-.278-.648-.527-.635-.95-.008-.26.169-.468.338-.643 3.444-3.44 6.884-6.882 10.327-10.324.26-.251.492-.539.798-.737m.118.339a2.385 2.385 0 0 0-.258.223C8.143 4.263 4.741 7.659 1.344 11.058c-.259.271-.558.51-.763.827-.077.211.073.38.21.518 3.623 3.617 7.242 7.24 10.86 10.86.125.124.287.256.476.186.258-.148.443-.388.654-.589 3.493-3.504 6.995-7 10.493-10.5.248-.179.233-.528-.006-.708C19.654 8.024 16.027 4.406 12.407.784c-.149-.166-.409-.316-.612-.146z"/><path d="M13.727 9.653c.844-1.207 1.714-2.396 2.57-3.594.868 1.204 1.752 2.395 2.603 3.612.194.224.012.613-.288.601-.449-.079-.882-.228-1.324-.34l-.002 7.051-2 .001c-.002-1.217.002-2.435.001-3.652a10.046 10.046 0 0 1-1.748 2.195 84.258 84.258 0 0 0-.686-.646c1.096-.984 1.884-2.272 2.387-3.648.101-.422.031-.864.047-1.295-.424.108-.839.251-1.27.328-.32.042-.511-.394-.289-.614zM3.122 10.804a3.741 3.741 0 0 1 1.081-.163c2.479-.002 4.958.002 7.438-.002.292-.005.581.043.868.096a2.388 2.388 0 0 0-.031.907c.086.566.066 1.14.064 1.711h-1.241c-.042-.233-.017-.503-.184-.692-.24-.317-.762-.346-1.033-.055-.22.193-.196.508-.228.772H6.218c-.037-.238-.007-.515-.179-.708-.259-.328-.814-.349-1.084-.023-.185.196-.143.487-.184.732-.688-.004-1.376-.001-2.065-.002.029-.524-.122-1.111.188-1.578.166-.302.265-.647.228-.994m.135 1.041c.602.034 1.207.011 1.81.019.137-.214.257-.438.349-.674-.613-.028-1.225-.012-1.838-.013a6.297 6.297 0 0 0-.32.668m2.491-.669a4.41 4.41 0 0 0-.318.674c.593.012 1.187.032 1.778 0 .194-.17.28-.427.378-.659-.612-.03-1.226-.012-1.838-.016m1.963.013c-.004.222-.005.444-.002.666.284.008.569.01.853.01.006-.229.006-.457.001-.685a18.602 18.602 0 0 0-.852.01m1.304-.007a5.54 5.54 0 0 0-.304.671c.605.018 1.21.011 1.814.006.12-.208.253-.412.332-.638-.608-.097-1.23-.028-1.843-.038m1.958.695c-.037.238.229.281.392.348.01-.313.01-.626.002-.94-.14.191-.299.373-.395.592m.566-.592l.001.898.86-.001-.113-.895-.749-.001z"/><path d="M5.191 12.606c.348-.241.876.054.866.474.022.407-.455.712-.815.522-.395-.17-.431-.786-.052-.996zM10.238 12.642c.312-.272.847-.055.905.347.094.42-.382.809-.774.625-.395-.139-.479-.734-.131-.972z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.016.462c.226-.238.518-.451.865-.428.374-.014.664.248.905.499 3.541 3.541 7.085 7.079 10.621 10.624.404.372.419 1.073.008 1.446-3.439 3.444-6.888 6.88-10.327 10.324-.348.332-.671.817-1.206.812-.51.028-.84-.41-1.163-.733-3.456-3.467-6.925-6.92-10.386-10.384a1.177 1.177 0 0 1-.334-.655v-.145c.048-.48.443-.787.757-1.104C4.177 7.3 7.591 3.878 11.015.463m.557.317C7.98 4.346 4.407 7.932.831 11.514c-.221.156-.296.492-.066.677 3.607 3.6 7.212 7.204 10.816 10.807a.388.388 0 0 0 .588-.018c3.602-3.602 7.21-7.201 10.811-10.805.214-.182.137-.502-.071-.652C19.357 7.96 15.798 4.405 12.239.849c-.158-.205-.48-.296-.666-.07z"/><path fill="#231f20" d="M9.29 7.517c.823-1.44 1.652-2.878 2.484-4.313.828 1.434 1.655 2.868 2.477 4.304-.373-.1-.75-.188-1.127-.27-.001.934.001 1.866-.001 2.8 1.579 1.858 3.162 3.713 4.739 5.573-.682.559-1.356 1.126-2.033 1.691-.904-1.075-1.799-2.158-2.704-3.232-.004 1.776 0 3.552-.001 5.328-.871.004-1.742.002-2.614 0V7.223c-.409.09-.817.182-1.22.294z"/><path fill="#fd0" d="M11.572.78c.186-.227.508-.136.666.07 3.559 3.556 7.118 7.111 10.67 10.674.208.15.284.469.071.652-3.601 3.604-7.208 7.202-10.811 10.805a.388.388 0 0 1-.588.018A13775.45 13775.45 0 0 0 .764 12.192c-.23-.185-.155-.521.066-.677C4.406 7.933 7.98 4.347 11.571.781M9.29 7.517c.403-.112.811-.204 1.22-.294v12.175c.871.002 1.742.004 2.614 0 .001-1.776-.002-3.552.001-5.328.905 1.074 1.8 2.156 2.704 3.232.677-.565 1.351-1.132 2.033-1.691-1.577-1.86-3.16-3.715-4.739-5.573.002-.934 0-1.866.001-2.8.377.082.754.17 1.127.27-.822-1.436-1.649-2.87-2.477-4.304A802.128 802.128 0 0 0 9.29 7.517z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M9.953 2.823c.454-.851 1.476-1.333 2.421-1.168.733.102 1.369.611 1.721 1.25 2.979 4.957 5.91 9.942 8.819 14.939.411.754.949 1.468 1.085 2.338v.467a2.887 2.887 0 0 1-.764 1.526c-.323.268-.764.28-1.155.375H1.902c-.385-.096-.82-.109-1.138-.375a2.883 2.883 0 0 1-.765-1.524v-.462c.125-.841.637-1.535 1.036-2.262A1191.152 1191.152 0 0 1 9.952 2.823M2.289 20.367c6.473.004 12.948.004 19.422 0A4040.468 4040.468 0 0 0 12 3.893a3822.189 3822.189 0 0 0-9.711 16.474z"/><path fill="#fff" d="M2.289 20.367A3664.842 3664.842 0 0 1 12 3.893a4181.224 4181.224 0 0 1 9.711 16.474c-6.473.004-12.948.004-19.422 0m8.225-12.245v11.163h2.895c.001-1.332.005-2.665-.003-3.998.845.86 1.706 1.704 2.554 2.561.679-.684 1.365-1.364 2.044-2.049-1.514-1.54-3.062-3.045-4.569-4.592-.063-1.026 0-2.058-.032-3.088-.963.007-1.925 0-2.889.004z"/><path fill="#030303" d="M10.514 8.122c.964-.004 1.927.003 2.889-.004.032 1.03-.032 2.062.032 3.088 1.507 1.547 3.055 3.051 4.569 4.592-.679.686-1.365 1.365-2.044 2.049-.848-.857-1.709-1.701-2.554-2.561.008 1.333.004 2.666.003 3.998h-2.895V8.121z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-right-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M10.914.716c.284-.271.552-.626.967-.686.349-.06.677.127.912.37 3.44 3.443 6.881 6.886 10.324 10.326.326.34.728.641.883 1.105v.33c-.113.457-.511.739-.82 1.062-3.482 3.48-6.964 6.96-10.441 10.445a1.43 1.43 0 0 1-.55.332h-.334c-.461-.119-.743-.522-1.069-.833C7.428 19.807 4.072 16.446.71 13.091c-.271-.286-.638-.547-.684-.97-.058-.354.151-.67.391-.905C3.916 7.717 7.418 4.219 10.913.716m.768-.418c-.287.181-.505.448-.746.682-3.299 3.301-6.6 6.6-9.901 9.9-.251.26-.54.492-.736.8-.172.3-.064.683.185.904 3.542 3.544 7.085 7.087 10.625 10.633.257.242.5.589.89.593.397.016.65-.335.907-.581 3.438-3.444 6.878-6.884 10.32-10.322.245-.259.6-.506.584-.906.006-.299-.22-.522-.412-.721C19.81 7.706 16.233 4.122 12.652.542 12.417.273 12.015.1 11.68.298z"/><path fill="#ffd520" d="M11.804.631c.203-.161.452-.01.601.151 3.602 3.6 7.202 7.204 10.804 10.805.137.145.301.308.245.529-.167.282-.433.486-.656.721-3.481 3.48-6.961 6.962-10.442 10.444-.124.126-.298.241-.481.158-.289-.197-.51-.474-.761-.715-3.44-3.44-6.878-6.883-10.321-10.321-.137-.139-.29-.308-.21-.52.186-.292.458-.514.696-.76C4.541 7.863 7.8 4.602 11.06 1.341c.246-.239.469-.504.745-.71M7.728 6.058c-.856 1.183-1.717 2.36-2.563 3.55-.227.221-.104.655.232.666.456-.074.893-.229 1.34-.341l.004 7.051 2 .001c.001-1.217-.002-2.434-.001-3.65a10.175 10.175 0 0 0 1.746 2.195c.228-.217.458-.431.688-.646-1.072-.96-1.843-2.215-2.354-3.552-.151-.446-.058-.93-.079-1.392.448.11.883.274 1.342.332.288-.037.415-.418.215-.623-.841-1.207-1.712-2.394-2.568-3.592m3.792 4.676c.137.869-.128 1.742-.038 2.62l1.243-.001c.04-.232.016-.499.18-.689.238-.317.76-.35 1.032-.06.222.192.194.511.238.774 1.211 0 2.42-.001 3.631.001.036-.256.008-.559.217-.751.265-.283.767-.292 1.028.001.197.197.163.496.2.75.689-.004 1.376-.001 2.065-.001-.026-.52.121-1.097-.179-1.562a1.792 1.792 0 0 1-.24-1.014 4.018 4.018 0 0 0-1.105-.161c-2.477 0-4.952.002-7.429-.001a4.528 4.528 0 0 0-.844.095m1.608 1.88c-.39.228-.31.881.121 1.009.353.142.774-.158.758-.538.017-.431-.53-.728-.88-.472m5.132-.019c-.365.185-.385.752-.041.968.319.227.814.023.875-.365.11-.449-.443-.853-.834-.604z"/><path fill="#ffd520" d="M13.138 11.222c.618-.09 1.244-.032 1.867-.043.12.217.223.443.304.679-.601.011-1.202.007-1.804.001-.126-.21-.25-.422-.367-.637zM15.456 11.184c.284-.006.569-.007.853 0 .007.224.007.448.007.672-.286.007-.572.007-.858.004-.005-.226-.004-.45-.002-.676zM16.414 11.215c.62-.046 1.256-.085 1.872 0 .134.191.228.404.335.611-.61.068-1.223.031-1.835.036-.127-.214-.251-.43-.372-.647zM18.583 11.218c.62-.074 1.247-.038 1.87-.032.114.212.226.427.334.643-.608.062-1.222.03-1.832.034a26.067 26.067 0 0 1-.371-.644zM11.738 11.288h.749v.895l-.856.001c.034-.299.07-.598.107-.896zM12.656 11.286c.146.197.308.39.406.618-.012.22-.234.265-.4.328a17.558 17.558 0 0 1-.006-.946z"/><path d="M11.681.298c.335-.198.737-.025.972.244 3.581 3.58 7.158 7.164 10.745 10.738.192.199.418.422.412.721.016.4-.34.647-.584.906-3.442 3.438-6.882 6.878-10.32 10.322-.257.246-.51.596-.907.581-.39-.004-.634-.35-.89-.593-3.54-3.546-7.082-7.09-10.625-10.633-.248-.221-.356-.604-.185-.904.196-.308.485-.54.736-.8 3.301-3.3 6.602-6.599 9.901-9.9.241-.234.46-.5.746-.682m.122.333c-.276.206-.499.472-.745.71-3.26 3.262-6.52 6.522-9.781 9.782-.238.246-.51.468-.696.76-.08.211.073.38.21.52 3.443 3.438 6.881 6.881 10.321 10.321.251.241.472.518.761.715.184.083.358-.032.481-.158 3.481-3.481 6.961-6.964 10.442-10.444.223-.235.49-.439.656-.721.056-.221-.108-.384-.245-.529C19.607 7.986 16.007 4.382 12.404.782c-.149-.161-.398-.312-.601-.151z"/><path d="M7.728 6.058c.856 1.198 1.727 2.384 2.568 3.592.2.205.073.586-.215.623-.458-.059-.894-.222-1.342-.332.022.462-.072.946.079 1.392.511 1.337 1.283 2.592 2.354 3.552-.229.215-.46.428-.688.646a10.175 10.175 0 0 1-1.746-2.195c-.001 1.217.002 2.434.001 3.65l-2-.001-.004-7.051c-.448.112-.884.266-1.34.341-.336-.011-.458-.445-.232-.666.846-1.189 1.708-2.366 2.563-3.55zM11.522 10.733c.278-.05.559-.097.844-.095 2.477.004 4.952.001 7.429.001a3.98 3.98 0 0 1 1.105.161c-.029.355.068.706.24 1.014.3.466.152 1.043.179 1.562-.689 0-1.376-.002-2.065.001-.037-.254-.004-.553-.2-.75-.262-.293-.763-.284-1.028-.001-.209.192-.181.496-.217.751-1.211-.002-2.42-.001-3.631-.001-.043-.263-.016-.582-.238-.774-.272-.29-.794-.257-1.032.06-.164.19-.14.457-.18.689l-1.243.001c-.09-.877.175-1.751.038-2.62m1.615.49c.118.215.241.427.367.637.601.006 1.202.01 1.804-.001a4.175 4.175 0 0 0-.304-.679c-.623.011-1.249-.047-1.867.043m2.318-.038c-.001.226-.002.45.002.676.286.004.572.004.858-.004 0-.224 0-.448-.007-.672a18.66 18.66 0 0 0-.853 0m.958.031c.121.217.245.433.372.647.612-.005 1.225.032 1.835-.036-.107-.206-.2-.42-.335-.611-.616-.085-1.252-.046-1.872 0m2.169.003c.12.216.244.431.371.644.611-.004 1.224.029 1.832-.034-.108-.216-.22-.431-.334-.643-.623-.006-1.249-.042-1.87.032m-6.844.071c-.037.299-.073.598-.107.896l.856-.001v-.895h-.749m.918-.002c-.006.314-.005.63.006.946.166-.062.388-.108.4-.328-.097-.228-.259-.421-.406-.618z"/><path d="M13.129 12.614c.349-.257.896.041.88.472.016.379-.406.679-.758.538-.431-.128-.511-.781-.121-1.009zM18.26 12.594c.391-.25.944.155.834.604-.061.388-.556.592-.875.365-.344-.216-.324-.784.041-.968z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-queues-likely--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M11.669 1.44h.648c.284.156.54.37.697.656 3.454 5.994 6.907 11.989 10.362 17.983.222.383.452.762.624 1.171v.677l-.001-.11c-.175.283-.389.54-.655.743H.653A2.091 2.091 0 0 1 0 21.827v-.613c.074-.155.154-.308.236-.458 3.563-6.198 7.13-12.392 10.691-18.592.166-.312.433-.554.742-.724M3.641 19.999h16.706c-2.782-4.836-5.568-9.668-8.353-14.502-2.785 4.834-5.573 9.666-8.353 14.502z"/><path fill="#fff" d="M3.641 19.999c2.78-4.836 5.568-9.668 8.353-14.502 2.785 4.834 5.572 9.666 8.353 14.502H3.641m4.992-7.986c-.18.29-.278.619-.42.928-.426.216-.256.725-.278 1.109-.026.185.162.281.257.407l.02.457c.187.006.374.004.562-.006l.016-.54h1.255c.151-.354.251-.755.569-1.004-.192.436-.376.874-.547 1.318-.11.066-.211.144-.301.234-.05.385-.031.779-.02 1.166-.025.202.173.3.295.418.004.196.01.39.02.586.236.008.474.008.712-.004.014-.218.02-.438.028-.656l1.538-.001c.163-.359.265-.755.498-1.078.655-.11 1.328-.036 1.991-.077-.017-.268-.131-.49-.389-.59-.157-.39-.272-.8-.482-1.168-.62-.126-1.272-.023-1.904-.053a.94.94 0 0 0-.326-.526c-.15-.305-.224-.659-.45-.922a34.203 34.203 0 0 0-2.641.002m4.325 3.339c-.212.486-.407.98-.61 1.471-.113.107-.352.151-.344.342-.035.48-.029.964-.007 1.444-.016.221.221.305.36.419a24.44 24.44 0 0 0-.005.716c.275.031.556.054.83.007.095-.253.052-.528.065-.791h3.66c.019.262-.037.542.072.79.25.042.508.04.758.007.154-.206.065-.487.088-.726.137-.131.383-.217.374-.442.018-.468.029-.938-.008-1.404.004-.218-.245-.265-.388-.367-.221-.497-.373-1.026-.65-1.495-1.392-.089-2.801-.048-4.195.029z"/><path fill="#fff" d="M8.816 12.275c.77-.004 1.542-.006 2.312.002.1.247.196.497.292.746H8.498c.104-.251.209-.5.318-.749zM10.818 13.824c.961-.016 1.922-.008 2.882-.004.131.302.253.608.376.916-1.21 0-2.419.001-3.629-.001.122-.305.244-.608.371-.911zM13.313 15.742c1.188-.029 2.377-.014 3.565-.005.164.374.311.755.463 1.135h-4.52c.164-.376.266-.785.492-1.13z"/><path d="M8.633 12.013a33.708 33.708 0 0 1 2.641-.002c.226.263.3.617.45.922a.925.925 0 0 1 .326.526c.632.03 1.284-.073 1.904.053.21.367.325.778.482 1.168.258.101.372.323.389.59-.662.041-1.336-.034-1.991.077-.233.323-.335.719-.498 1.078l-1.538.001c-.007.218-.013.438-.028.656a8.456 8.456 0 0 1-.712.004c-.011-.196-.017-.39-.02-.586-.122-.118-.32-.216-.295-.418-.011-.388-.03-.781.02-1.166.09-.09.191-.168.301-.234.172-.444.355-.882.547-1.318-.318.25-.418.65-.569 1.004H8.787l-.016.54a6.58 6.58 0 0 1-.562.006 69.817 69.817 0 0 1-.02-.457c-.095-.126-.283-.222-.257-.407.023-.384-.148-.893.278-1.109.142-.308.24-.637.42-.928m.186.262a38.22 38.22 0 0 0-.318.749h2.922a44.4 44.4 0 0 0-.292-.746c-.77-.008-1.542-.006-2.312-.002m2.002 1.548c-.127.302-.248.606-.371.911 1.21.002 2.419.001 3.629.001a33.198 33.198 0 0 0-.376-.916c-.96-.005-1.921-.012-2.882.004z"/><path d="M12.961 15.352c1.394-.077 2.803-.118 4.195-.029.277.469.43.998.65 1.495.143.102.391.149.388.367.037.466.026.936.008 1.404.008.224-.238.311-.374.442-.023.239.066.52-.088.726a2.602 2.602 0 0 1-.758-.007c-.109-.247-.053-.528-.072-.79h-3.66c-.013.263.03.538-.065.791-.275.047-.556.024-.83-.007a24.39 24.39 0 0 1 .005-.716c-.139-.114-.376-.198-.36-.419-.022-.48-.028-.964.007-1.444-.007-.191.232-.235.344-.342.203-.491.397-.985.61-1.471m.352.39c-.226.346-.328.755-.492 1.13h4.52c-.152-.38-.299-.761-.463-1.135-1.188-.01-2.377-.024-3.565.005z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-queues-likely--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.834 1.44h.308a1.66 1.66 0 0 1 1.272.859l10.325 17.779c.116.215.2.446.26.684v.294c-.031.782-.683 1.464-1.47 1.504H1.474c-.776-.049-1.433-.707-1.475-1.484v-.227c.067-.482.346-.89.587-1.3C3.938 13.778 7.287 8.006 10.64 2.237c.241-.444.702-.72 1.194-.797M2.516 20.456l18.985-.001-9.502-16.367C8.837 9.543 5.675 15 2.515 20.456z"/><path fill="#fafafb" d="M2.516 20.456C5.676 15 8.838 9.543 12 4.088l9.502 16.367-18.985.001m8.26-9.931c-.118.461-.14.94-.233 1.406-.258.083-.385.304-.408.564-.502.055-1.193-.188-1.52.324-.18.485-.182 1.016-.294 1.518a.625.625 0 0 0-.412.574c-.51.052-1.214-.187-1.541.346-.182.475-.167 1.001-.275 1.495-.215.096-.42.268-.382.532.034.474-.139 1.031.188 1.432.013.301-.023.606.036.904.215.178.606.205.77-.049.026-.27.016-.542.011-.812 1.085.055 2.171.055 3.257 0 .005.289-.042.59.038.874.139.098.32.16.49.108.468-.092.212-.685.282-1.016.328-.402.155-.961.188-1.436.043-.268-.169-.432-.38-.536l-.047-.354 1.65-.071c.001.282.004.565-.007.848a.674.674 0 0 0 .828-.001 11.614 11.614 0 0 1-.001-.895c.254-.239.18-.604.196-.916-.008-.362.084-.877-.365-1.013l-.077-.367 1.657-.073c.001.284.004.568-.005.852.253.184.56.175.816 0 .001-.386-.091-.812.158-1.147.074-.407.029-.832.026-1.244.026-.229-.192-.341-.355-.444-.09-.45-.127-.908-.234-1.356a.662.662 0 0 0-.666-.5c-.882-.01-1.765-.002-2.647-.004-.313-.029-.653.146-.744.461z"/><path fill="#fafafb" d="M11.412 10.547c.794-.106 1.601-.085 2.4-.044.26.023.572.028.738.265.144.234.136.523.202.782-.126.121-.286.202-.466.169a27.82 27.82 0 0 0-2.888-.002c-.181.004-.448.042-.505-.193-.01-.374.06-.912.52-.977zM10.001 12.896c.665-.017 1.334-.026 1.993.071.416.104.484.594.505.953-.067.288-.407.206-.622.215a22.761 22.761 0 0 0-2.638.001c-.205-.001-.529.056-.592-.214.02-.329.06-.755.397-.918.306-.104.637-.09.955-.108zM6.877 15.412c.862-.136 1.742-.103 2.61-.05.298-.002.642.139.698.464.049.226.206.601-.097.718-.564.028-1.127-.042-1.69-.035-.6-.012-1.198.064-1.796.034-.199-.052-.212-.296-.16-.458.036-.272.138-.589.434-.672z"/><path fill="#231f20" d="M10.777 10.525c.091-.314.431-.49.744-.461.882.001 1.765-.006 2.647.004.304-.014.6.203.666.5.107.448.144.906.234 1.356.163.103.382.215.355.444.002.413.048.838-.026 1.244-.25.335-.157.761-.158 1.147a.686.686 0 0 1-.816 0c.008-.284.006-.568.005-.852l-1.657.073.077.367c.449.136.356.65.365 1.013-.016.312.059.677-.196.916-.01.298-.012.596.001.895a.674.674 0 0 1-.828.001c.011-.283.008-.566.007-.848l-1.65.071.047.354c.211.104.424.269.38.536-.034.475.139 1.034-.188 1.436-.07.331.186.924-.282 1.016-.169.052-.35-.01-.49-.108-.08-.283-.034-.584-.038-.874a32.166 32.166 0 0 1-3.257 0c.005.27.016.542-.011.812-.164.254-.556.227-.77.049-.059-.298-.023-.602-.036-.904-.328-.401-.155-.958-.188-1.432-.038-.264.167-.436.382-.532.108-.494.092-1.02.275-1.495.326-.533 1.031-.294 1.541-.346a.624.624 0 0 1 .412-.574c.112-.502.114-1.033.294-1.518.328-.512 1.019-.269 1.52-.324.023-.26.15-.481.408-.564.092-.467.115-.946.233-1.406m.633.026c-.46.065-.529.602-.52.977.058.235.324.197.505.193a27.82 27.82 0 0 1 2.888.002c.18.032.34-.048.466-.169-.066-.259-.058-.548-.202-.782-.166-.238-.478-.242-.738-.265-.799-.041-1.606-.061-2.4.044m-1.41 2.349c-.318.018-.649.004-.955.108-.337.163-.377.589-.397.918.062.27.386.212.592.214a22.761 22.761 0 0 1 2.638-.001c.215-.008.554.073.622-.215-.022-.359-.089-.848-.505-.953-.659-.097-1.328-.088-1.993-.071m-3.126 2.516c-.296.083-.398.4-.434.672-.053.162-.04.407.16.458.599.03 1.196-.046 1.796-.034.563-.007 1.126.062 1.69.035.304-.116.146-.492.097-.718-.056-.325-.401-.467-.698-.464-.868-.053-1.748-.085-2.61.05z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-queues-likely--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0" d="M11.964 1.527h.186c.334.077.608.311.774.607 3.519 6.086 7.034 12.174 10.553 18.259.188.332.406.651.523 1.017v.393c-.12.406-.521.625-.919.67H.691A.94.94 0 0 1 0 21.746v-.209c.062-.358.28-.656.455-.966 3.54-6.12 7.078-12.242 10.617-18.363.188-.337.497-.626.893-.68m-.149.478c-.179.105-.305.275-.412.448C7.783 8.725 4.16 14.996.537 21.266c-.109.177-.163.427-.015.599.194.23.524.168.789.181 7.185-.006 14.37-.003 21.555-.002.227-.003.511-.018.642-.237.106-.216-.002-.457-.108-.649-3.519-6.086-7.034-12.175-10.55-18.262-.182-.301-.325-.648-.614-.865a.361.361 0 0 0-.421-.024z"/><path fill="#ff0" d="M11.81 5.135c.065-.056.149-.365.218-.134 2.945 5.135 5.878 10.278 8.816 15.418-5.931-.002-11.861.015-17.792.011C5.97 15.332 8.889 10.233 11.81 5.135m-.63 2.932c-.136.216-.194.468-.277.707a7.917 7.917 0 0 0-.162.071c-.004.245-.003.49-.001.735l.159.09-.002.533h.352v-.552h1.542v.552h.313v-.564l.172-.056c.009-.249.011-.497.015-.746l-.17-.06c-.069-.227-.102-.47-.223-.676-.15-.091-.337-.052-.504-.064-.404.014-.813-.03-1.214.031m-1.953 2.427c-.144.206-.191.461-.289.69-.305.184-.14.579-.176.868l.168.135-.001.538h.368v-.576h1.619v.576h.33l-.001-.59.176-.046c.013-.269.017-.537.019-.806l-.175-.04c-.117-.262-.066-.768-.448-.782-.529.007-1.066-.047-1.59.032m2.986.97c-.145.298-.223.624-.344.933-.074.07-.233.091-.24.213-.024.339-.033.682.006 1.02.072.06.147.118.224.173-.003.264-.003.528-.002.792h.532v-.838h2.339v.838h.476c0-.278 0-.556.002-.833.08-.038.16-.079.237-.122.061-.354.05-.723.027-1.08-.506-.21-.251-.944-.683-1.213-.676-.076-1.364-.01-2.045-.034-.177.016-.43-.04-.529.153M7.471 13.82c-.164.375-.27.772-.413 1.156-.095.04-.188.087-.276.141-.07.409-.032.832-.03 1.245-.02.184.173.237.298.309-.004.336-.003.672-.002 1.008h.661l-.001-1.036h2.904v1.036h.59c0-.349-.001-.698.002-1.047.123-.068.342-.067.323-.26.028-.381.024-.765.019-1.147.031-.188-.194-.175-.309-.23-.123-.38-.193-.778-.343-1.148-.078-.203-.318-.245-.509-.241-.819 0-1.637-.001-2.455.001-.172-.003-.387.031-.459.213m5.314 1.358c-.182.437-.308.895-.474 1.339-.127.074-.353.087-.346.281-.025.463-.028.932.002 1.396.006.176.216.195.333.274.001.393 0 .785.002 1.177h.765v-1.198h3.366v1.198h.683c-.001-.409.003-.819-.004-1.228.143-.05.372-.05.38-.25.036-.455.024-.914.024-1.369.038-.211-.219-.203-.355-.251-.143-.437-.226-.893-.39-1.323-.082-.216-.319-.308-.537-.295-.96-.004-1.921 0-2.881-.003-.209-.003-.477.033-.568.252z"/><path fill="#ff0" d="M11.37 8.288c.436-.017.879-.036 1.313.014.231.048.16.332.188.502-.579.003-1.157.003-1.736 0 .036-.177-.016-.489.235-.516zM9.446 10.718c.448-.013.902-.031 1.348.014.253.043.181.348.204.532-.605.003-1.21.005-1.814-.001.021-.199-.017-.525.262-.545zM12.477 11.715c.339-.089.699-.023 1.046-.041.376.02.768-.055 1.132.06.272.143.149.497.18.742h-2.592c.018-.26-.067-.633.235-.761zM7.646 14.231c.13-.169.362-.182.559-.179.638.005 1.276-.003 1.913.004.232-.002.525.05.604.305.031.228.015.458.017.687-1.07 0-2.139.001-3.209-.001.019-.271-.059-.582.116-.817zM12.901 15.819c.071-.234.312-.369.547-.372.725-.01 1.45.002 2.175-.004.247.004.511-.007.737.108.353.231.182.703.219 1.052l-3.716-.001c.009-.26-.032-.529.038-.783z"/><path fill="#e3001b" d="M11.816 2.006a.363.363 0 0 1 .421.024c.289.217.431.564.614.865 3.516 6.087 7.032 12.175 10.55 18.262.106.192.215.434.108.649-.132.218-.415.234-.642.237-7.185-.001-14.37-.004-21.555.002-.265-.012-.595.05-.789-.181-.148-.172-.094-.422.015-.599 3.624-6.27 7.246-12.54 10.867-18.812.106-.173.233-.343.412-.448m-.007 3.13C8.889 10.233 5.971 15.331 3.052 20.43c5.931.003 11.861-.013 17.792-.011-2.938-5.139-5.872-10.282-8.816-15.418-.069-.23-.154.079-.218.134z"/><path fill="#e3001b" d="M10.865 9.143l.263-.145c.053.098.11.195.151.299-.047.032-.141.099-.189.131-.151-.019-.176-.168-.224-.285zM12.859 9.056c.199-.072.313.143.23.311-.219.185-.508-.179-.23-.311zM9.066 11.983c-.03-.134-.258-.313-.068-.415.119-.141.336.01.326.175a2.17 2.17 0 0 1-.258.24zM11.091 11.984c-.2-.113-.334-.46 0-.482.275.091.131.329 0 .482zM11.978 12.878c.154-.086.4-.014.42.179.068.223-.222.444-.411.301-.171-.098-.18-.378-.009-.48zM14.775 12.894c.15-.109.405-.041.437.154.09.233-.237.467-.424.298a.282.282 0 0 1-.013-.451zM7.27 15.519c.306-.132.622.309.377.55-.164.224-.548.12-.598-.143-.047-.17.063-.346.221-.407zM10.763 15.52c.182-.078.401.05.451.235.106.278-.274.57-.513.382-.25-.131-.198-.53.062-.617zM12.504 17.166c.246-.128.583.049.591.333.032.312-.37.557-.625.359-.253-.15-.227-.563.034-.691zM16.529 17.185c.244-.164.614.018.619.318.03.298-.334.536-.591.374-.267-.129-.282-.541-.028-.692z"/><path d="M11.18 8.067c.401-.06.81-.017 1.214-.031.167.011.353-.027.504.064.121.206.154.449.223.676l.17.06c-.003.249-.006.497-.015.746l-.172.056v.564h-.313V9.65h-1.542v.552h-.352l.002-.533-.159-.09c-.003-.245-.003-.49.001-.735l.162-.071c.083-.239.141-.491.277-.707m.19.222c-.25.027-.199.339-.235.516.579.003 1.157.003 1.736 0-.028-.17.044-.454-.188-.502-.435-.05-.877-.031-1.313-.014m-.505.855c.048.117.073.266.224.285.048-.032.142-.099.189-.131-.041-.105-.098-.202-.151-.299a22.13 22.13 0 0 1-.263.145m1.995-.087c-.278.132.01.496.23.311.084-.168-.031-.382-.23-.311zM9.227 10.495c.524-.079 1.061-.025 1.59-.032.381.014.331.52.448.782l.175.04c-.002.269-.006.537-.019.806a7.487 7.487 0 0 0-.176.046l.001.59h-.33v-.576H9.297v.576h-.368l.001-.538-.168-.135c.037-.29-.128-.684.176-.868.098-.23.145-.484.289-.69m.219.222c-.278.02-.241.346-.262.545.605.006 1.21.004 1.814.001-.024-.184.049-.49-.204-.532-.447-.045-.901-.027-1.348-.014m-.38 1.265c.093-.073.179-.153.258-.24.01-.164-.208-.316-.326-.175-.19.101.038.28.068.415m2.025.001c.131-.153.275-.391 0-.482-.334.022-.2.369 0 .482zM12.213 11.464c.099-.193.352-.137.529-.153.681.024 1.368-.042 2.045.034.432.269.177 1.003.683 1.213.023.358.034.726-.027 1.08a2.942 2.942 0 0 1-.237.122c-.002.278-.002.556-.002.833h-.476v-.838h-2.339v.838h-.532c-.001-.264-.002-.528.002-.792a3.809 3.809 0 0 1-.224-.173 5.431 5.431 0 0 1-.006-1.02c.007-.122.166-.143.24-.213.121-.309.199-.634.344-.933m.264.253c-.302.128-.216.501-.235.761h2.592c-.031-.245.093-.599-.18-.742-.364-.115-.756-.04-1.132-.06-.346.018-.706-.048-1.046.041m-.498 1.163c-.171.102-.162.382.009.48.189.143.479-.078.411-.301-.02-.193-.265-.264-.42-.179m2.797.016a.282.282 0 0 0 .013.451c.187.169.514-.065.424-.298-.032-.195-.287-.263-.437-.154zM7.471 13.82c.072-.182.287-.216.459-.213.818-.002 1.636-.001 2.455-.001.191-.004.431.038.509.241.15.37.22.768.343 1.148.115.056.339.043.309.23.005.382.009.766-.019 1.147.019.193-.2.192-.323.26-.003.349-.002.698-.002 1.047a58.017 58.017 0 0 0-.59 0v-1.036H7.708l.001 1.036h-.661c-.001-.336-.003-.672.002-1.008-.125-.072-.318-.125-.298-.309-.003-.414-.04-.836.03-1.245.088-.053.181-.1.276-.141.143-.384.249-.781.413-1.156m.175.411c-.175.235-.097.546-.116.817 1.07.002 2.139.001 3.209.001-.003-.229.014-.459-.017-.687-.079-.256-.372-.307-.604-.305-.637-.008-1.275.001-1.913-.004-.196-.003-.429.01-.559.179m-.376 1.287c-.158.061-.268.237-.221.407.05.264.434.367.598.143.245-.241-.071-.682-.377-.55m3.493.001c-.26.087-.312.486-.062.617.239.188.62-.104.513-.382-.051-.185-.269-.312-.451-.235zM12.785 15.178c.092-.219.359-.256.568-.252.96.003 1.921-.002 2.881.003.217-.013.455.079.537.295.164.43.247.886.39 1.323.136.048.394.04.355.251 0 .456.011.915-.024 1.369-.008.201-.237.201-.38.25.008.409.003.819.004 1.228h-.683v-1.198h-3.366v1.198h-.765c-.002-.393-.001-.785-.002-1.177-.117-.079-.327-.098-.333-.274-.03-.464-.027-.933-.002-1.396-.008-.194.219-.207.346-.281.166-.443.292-.902.474-1.339m.116.641c-.071.254-.03.523-.038.783l3.716.001c-.037-.349.134-.82-.219-1.052-.225-.115-.49-.104-.737-.108-.725.006-1.45-.005-2.175.004-.235.003-.477.138-.547.372m-.397 1.347c-.261.128-.287.541-.034.691.255.198.657-.046.625-.359-.008-.284-.345-.461-.591-.333m4.025.02c-.254.151-.239.563.028.692.257.161.621-.077.591-.374-.004-.299-.374-.482-.619-.318z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-queues-likely--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#faeb40" d="M11.04 2.843c.401-.769 1.65-.767 2.051 0 2.897 5.068 5.722 10.174 8.635 15.233.439.831 1.005 1.595 1.356 2.472.038.544-.296 1.273-.921 1.288H1.474a2.209 2.209 0 0 1-.485-.809c.058-.41.021-.852.278-1.205.978-1.54 1.773-3.184 2.744-4.729 1.486-2.656 3.032-5.277 4.539-7.92.818-1.449 1.63-2.902 2.49-4.329m-.391 4.197A2236.109 2236.109 0 0 1 3.058 20.22c5.932.001 11.864-.028 17.795-.025-1.35-2.422-2.741-4.821-4.098-7.238-1.604-2.757-3.099-5.574-4.702-8.33-.5.786-.931 1.612-1.405 2.414z"/><path fill="#faeb40" d="M8.809 12.921a58.696 58.696 0 0 1 2.687.012c.164.341.33.681.485 1.026.46.024.919.024 1.38.024.211.375.395.765.569 1.159.472.007.944.009 1.418-.001.236.425.433.871.658 1.301.216.346.117.769.083 1.149-1.343.054-2.687.035-4.03.005a5.499 5.499 0 0 1-.014-1.14c-.679-.008-1.36.031-2.038-.03a14.42 14.42 0 0 1-.05-1.039c-.606-.017-1.212-.003-1.816-.017-.269-.896.383-1.651.669-2.449m.124.14a6.513 6.513 0 0 0-.464 1.169c.662-.008 1.331.051 1.991-.018.408-.258.887-.24 1.351-.24a23.85 23.85 0 0 0-.447-.89c-.809-.02-1.62-.014-2.43-.02m1.893 1.107c-.17.372-.316.755-.452 1.141.835-.017 1.689.094 2.508-.126.285-.05.576-.038.864-.049a71.331 71.331 0 0 0-.464-.963c-.817-.062-1.637-.02-2.455-.004m2.06 1.167a7.647 7.647 0 0 0-.462 1.116c1.11.014 2.219.004 3.33.003a19.42 19.42 0 0 0-.509-1.096c-.786-.046-1.572-.014-2.359-.022z"/><path fill="#faeb40" d="M8.383 15.557l.425.001c-.012.203-.026.405-.043.609-.088 0-.261.003-.348.004a25.25 25.25 0 0 1-.034-.614zM10.278 16.668l.442-.037c-.004.191-.011.384-.018.577l-.358.066c-.028-.202-.05-.404-.066-.606zM12.319 17.791l.413.009c-.008.198-.018.396-.03.594l-.359.012a25.078 25.078 0 0 1-.024-.615zM15.427 17.781l.429.031c-.026.247.017.793-.383.586-.072-.198-.045-.412-.046-.618z"/><path fill="#20251e" d="M10.649 7.041c.473-.803.905-1.629 1.405-2.414 1.603 2.757 3.098 5.574 4.702 8.33 1.357 2.417 2.749 4.816 4.098 7.238-5.932-.003-11.864.026-17.795.025 2.547-4.384 5.074-8.778 7.591-13.179m-1.841 5.88c-.286.797-.938 1.553-.669 2.449.605.014 1.21 0 1.816.017.008.346.017.692.05 1.039.678.062 1.359.022 2.038.03-.031.379-.033.762.014 1.14 1.343.03 2.687.049 4.03-.005.034-.38.134-.803-.083-1.149-.226-.43-.422-.876-.658-1.301a37.24 37.24 0 0 1-1.418.001 13.23 13.23 0 0 0-.569-1.159c-.46 0-.919 0-1.38-.024-.155-.345-.321-.685-.485-1.026a60.162 60.162 0 0 0-2.687-.012m-.425 2.636c.009.205.02.409.034.614.087-.001.26-.004.348-.004.017-.203.031-.405.043-.609l-.425-.001m1.895 1.111c.016.202.038.404.066.606l.358-.066c.008-.193.014-.386.018-.577l-.442.037m2.041 1.123c.005.206.013.41.024.615l.359-.012c.012-.198.022-.396.03-.594l-.413-.009m3.108-.01c.001.206-.026.42.046.618.4.207.357-.34.383-.586l-.429-.031z"/><path fill="#20251e" d="M8.934 13.061c.81.005 1.621 0 2.43.02.155.294.304.59.447.89-.464 0-.943-.018-1.351.24-.66.07-1.329.011-1.991.018a6.65 6.65 0 0 1 .464-1.169zM10.828 14.169c.818-.016 1.638-.058 2.455.004.157.319.311.64.464.963-.289.01-.58-.001-.864.049-.818.22-1.672.109-2.508.126.136-.386.282-.769.452-1.141zM12.889 15.335c.787.008 1.574-.024 2.359.022.178.362.353.724.509 1.096-1.111.001-2.22.012-3.33-.003.129-.382.274-.758.462-1.116z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-queues-likely--g4_1" xmlns="http://www.w3.org/2000/svg"><path d="M11.831 0h.203c.391.036.749.228 1.019.509l10.376 10.378c.33.318.551.769.482 1.237-.042.529-.458.904-.812 1.253-3.385 3.373-6.755 6.764-10.145 10.133-.528.551-1.478.541-1.998-.016C7.468 20.019 3.991 16.529.506 13.05A1.84 1.84 0 0 1 0 12.144v-.276c.046-.362.214-.698.473-.953C3.869 7.512 7.275 4.118 10.668.714c.312-.341.69-.648 1.163-.714m-.263.76c-.208.155-.378.35-.562.53C7.629 4.673 4.243 8.048.868 11.434c-.314.287-.288.822.03 1.094 3.503 3.506 7.006 7.012 10.513 10.513.298.343.869.308 1.148-.041 3.498-3.502 7.002-6.996 10.496-10.501.311-.283.298-.818-.019-1.092C19.538 7.905 16.038 4.406 12.537.908c-.236-.271-.667-.356-.971-.149z"/><path d="M12.036 7.07c.042-.388.425-.664.805-.635 1.039-.008 2.078-.018 3.118-.02.354-.031.731.19.804.551.15.608.353 1.202.533 1.802.172.594.442 1.186.361 1.82-.155.025-.308.05-.463.073.059.341-.073.838-.511.774-.382-.05-.408-.479-.403-.781-.5.001-1 .011-1.5.01.206.812.594 1.59.64 2.435.061.294-.278.307-.474.32.036.311-.029.752-.425.775-.431.025-.522-.458-.492-.788-.716.007-1.433.018-2.149.019.215.886.662 1.73.685 2.652.028.264-.306.224-.472.264-.019.214.038.472-.138.637a.436.436 0 0 1-.624.005c-.184-.168-.126-.437-.154-.656-1.121.011-2.242.018-3.362.034.035.373.054 1.013-.484.977-.475-.047-.422-.6-.415-.948-.252-.007-.539-.116-.484-.425.044-1.05.346-2.074.479-3.115.022-.352.28-.69.643-.726.61-.043 1.223-.012 1.834-.03.136-.748.266-1.496.391-2.246a.731.731 0 0 1 .665-.647c.407-.035.816-.011 1.224-.017.128-.703.248-1.409.368-2.113m.845.055c-.283.211-.16.618-.176.919-.041.289.188.566.492.522.919-.011 1.841.01 2.758-.035.342-.06.336-.463.33-.73.002-.271.024-.678-.32-.75-.841-.04-1.685.01-2.526-.004-.184.022-.396-.034-.557.077m3.414 2.609c.162.142.404.278.593.09.22-.222-.042-.6-.325-.504-.212.029-.222.252-.268.414m-5.69.148c-.284.206-.188.618-.2.922-.032.27.166.524.444.526.823.048 1.646-.055 2.471.002.332.049.79-.138.694-.546-.074-.308.028-.792-.364-.9-.71-.084-1.432.025-2.143-.062-.298-.011-.623-.073-.901.059m3.582 2.247c-.158.074-.202.296-.094.433.142.199.512.157.575-.094.098-.264-.263-.502-.481-.34m-6.354.61c-.346.193-.26.625-.258.954-.022.264.162.564.455.544.721.005 1.447.034 2.162-.073.312-.006.744.187.941-.167.074-.33.059-.68-.008-1.009-.13-.318-.523-.265-.8-.27-.83.02-1.663-.026-2.491.022m3.497 2.318c-.392.101-.186.708.188.581.432-.078.198-.749-.188-.581m-3.964.123c-.188.138-.133.458.096.517.204.096.497-.097.438-.33-.036-.238-.355-.334-.534-.187z"/><path fill="#f39400" d="M11.568.76c.304-.208.734-.122.971.149 3.5 3.498 7.001 6.997 10.499 10.499.317.274.33.809.019 1.092-3.494 3.505-6.998 7-10.496 10.501-.28.349-.851.384-1.148.041C7.905 19.54 4.403 16.035.9 12.529c-.318-.272-.344-.808-.03-1.094C4.244 8.05 7.631 4.674 11.008 1.291c.184-.18.354-.376.562-.53m.466 6.309c-.12.704-.24 1.41-.368 2.113-.408.006-.817-.018-1.224.017a.731.731 0 0 0-.665.647c-.125.75-.256 1.499-.391 2.246-.611.018-1.224-.013-1.834.03-.364.036-.622.374-.643.726-.133 1.042-.434 2.065-.479 3.115-.055.308.232.418.484.425-.007.348-.06.901.415.948.538.036.518-.604.484-.977 1.121-.016 2.242-.023 3.362-.034.028.22-.03.488.154.656a.436.436 0 0 0 .624-.005c.176-.166.119-.424.138-.637.166-.04.499 0 .472-.264-.023-.922-.47-1.766-.685-2.652.716-.001 1.433-.012 2.149-.019-.03.33.061.814.492.788.396-.023.461-.464.425-.775.196-.013.535-.026.474-.32-.046-.845-.433-1.622-.64-2.435.5.001 1-.008 1.5-.01-.005.302.022.731.403.781.438.064.57-.433.511-.774.155-.023.308-.048.463-.073.08-.635-.19-1.226-.361-1.82-.18-.6-.383-1.194-.533-1.802-.073-.361-.45-.582-.804-.551-1.039.002-2.078.012-3.118.02-.38-.029-.763.247-.805.635z"/><path fill="#f39400" d="M12.881 7.126c.161-.11.373-.055.557-.077.841.013 1.685-.036 2.526.004.344.072.323.479.32.75.006.266.012.67-.33.73-.917.044-1.838.024-2.758.035-.304.044-.533-.233-.492-.522.017-.301-.107-.708.176-.919zM16.296 9.734c.046-.162.055-.385.268-.414.283-.096.545.282.325.504-.188.188-.431.052-.593-.09zM10.606 9.882c.278-.132.604-.07.901-.059.712.088 1.433-.022 2.143.062.391.108.289.592.364.9.096.408-.361.595-.694.546-.824-.058-1.648.046-2.471-.002-.278-.001-.476-.256-.444-.526.012-.304-.084-.715.2-.922zM14.189 12.13c.218-.162.58.076.481.34-.062.251-.433.293-.575.094-.108-.137-.065-.359.094-.433zM7.835 12.739c.828-.048 1.661-.001 2.491-.022.277.005.671-.048.8.27.067.329.083.679.008 1.009-.197.354-.629.161-.941.167-.715.107-1.441.078-2.162.073-.293.02-.476-.28-.455-.544-.002-.329-.088-.761.258-.954zM11.333 15.058c.386-.168.62.503.188.581-.374.127-.581-.48-.188-.581zM7.369 15.181c.179-.146.498-.05.534.187.059.233-.234.426-.438.33-.229-.059-.284-.379-.096-.517z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-signals--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.893 1.38h.193a1.66 1.66 0 0 1 1.339.858c3.439 5.964 6.874 11.93 10.315 17.894.118.206.205.43.259.662v.438c-.086.708-.677 1.292-1.38 1.387H1.396c-1.06-.11-1.746-1.397-1.204-2.327C3.647 14.269 7.123 8.26 10.588 2.243a1.67 1.67 0 0 1 1.304-.864M2.519 20.5h18.98c-3.162-5.488-6.322-10.975-9.491-16.458C8.84 9.525 5.679 15.012 2.518 20.5z"/><path fill="#ff3319" d="M11.57 8.051c1.02-.31 2.156.547 2.13 1.613.047 1.004-.953 1.884-1.944 1.7-.86-.113-1.534-.966-1.434-1.83a1.696 1.696 0 0 1 1.248-1.483z"/><path fill="#fff" d="M2.519 20.5c3.161-5.488 6.322-10.975 9.49-16.458 3.169 5.483 6.329 10.97 9.491 16.458H2.52m8.927-12.81c-.865.232-1.52 1.073-1.511 1.973-.001 2.801-.008 5.603.002 8.404.02 1.072.997 2 2.065 1.982 1.079.022 2.063-.918 2.076-2 .005-2.836.013-5.671-.005-8.507-.041-1.266-1.421-2.236-2.628-1.852z"/><path d="M11.447 7.69c1.207-.384 2.587.586 2.628 1.852.018 2.836.01 5.671.005 8.507-.013 1.082-.997 2.022-2.076 2-1.068.018-2.045-.911-2.065-1.982-.011-2.801-.004-5.603-.002-8.404-.01-.9.646-1.741 1.511-1.973m.122.361a1.696 1.696 0 0 0-1.248 1.483c-.1.864.574 1.717 1.434 1.83.991.184 1.991-.696 1.944-1.7.026-1.066-1.11-1.922-2.13-1.613m-.133 4.182c-.677.221-1.141.919-1.12 1.625-.006.889.792 1.69 1.686 1.664 1.031.042 1.898-1.025 1.663-2.027-.161-.985-1.302-1.633-2.23-1.262m.139 4.097c-.673.168-1.2.788-1.252 1.481-.116.953.72 1.882 1.681 1.848 1.012.041 1.874-.985 1.672-1.975-.131-.955-1.177-1.624-2.101-1.354z"/><path fill="#f2a53f" d="M11.437 12.233c.928-.371 2.069.277 2.23 1.262.235 1.002-.632 2.069-1.663 2.027-.894.025-1.692-.775-1.686-1.664-.022-.706.443-1.404 1.12-1.625z"/><path fill="#5cf500" d="M11.575 16.33c.924-.27 1.97.398 2.101 1.354.203.99-.66 2.016-1.672 1.975-.961.034-1.798-.895-1.681-1.848a1.694 1.694 0 0 1 1.252-1.481z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-signals--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.344.211c.38-.269.923-.27 1.303-.002.296.215.536.494.797.749 3.359 3.359 6.718 6.719 10.078 10.076.296.275.516.668.457 1.085-.031.494-.448.811-.767 1.136-3.341 3.34-6.682 6.68-10.021 10.022-.251.24-.476.54-.822.646-.443.158-.953.001-1.262-.342-3.58-3.587-7.168-7.165-10.746-10.752-.492-.457-.445-1.295.052-1.73C3.831 7.675 7.254 4.258 10.673.834c.216-.215.422-.444.672-.623m.336.087c-.343.143-.576.451-.839.701C7.441 4.405 4.037 7.805.635 11.207c-.214.211-.406.479-.39.793-.014.479.407.781.706 1.09 3.442 3.439 6.883 6.88 10.321 10.322.22.233.538.392.864.332.383-.055.63-.383.889-.635 3.478-3.486 6.962-6.962 10.441-10.446.404-.367.359-1.045-.047-1.393C19.88 7.724 16.333 4.185 12.793.639c-.272-.31-.708-.497-1.112-.342z"/><path fill="#fee011" d="M11.795.766c.246-.136.503.032.67.212 3.338 3.341 6.679 6.68 10.02 10.02.253.266.548.5.752.81.107.208-.001.443-.161.588L12.394 23.08a.501.501 0 0 1-.793-.001C8.043 19.515 4.48 15.956.919 12.394a.505.505 0 0 1 .001-.796c3.395-3.404 6.8-6.8 10.196-10.204.221-.215.422-.455.679-.629m-.414 3.436c-.02.158-.037.318-.052.478-.326.037-.652.08-.978.116.002.431-.002.862 0 1.292-1.099.055-2.196.157-3.294.235.149.611.283 1.224.432 1.834.055.23.17.509.436.551.805.127 1.639.055 2.429.284-.001.287-.006.574-.004.86-1.098.08-2.197.146-3.295.221.157.641.293 1.286.455 1.925.054.208.182.438.414.473.803.142 1.633.078 2.428.28 0 .287-.002.575-.001.863-1.098.076-2.196.144-3.293.24.162.646.292 1.298.466 1.94.054.254.264.462.529.475.767.092 1.534.187 2.299.288v1.292c.274-.004.548.001.823-.001v2.057h1.648v-2.057c.274.002.548-.002.823.001-.002-.431 0-.862-.001-1.292.77-.102 1.542-.194 2.314-.29a.566.566 0 0 0 .503-.44c.188-.65.31-1.318.479-1.972-1.097-.098-2.196-.164-3.294-.241v-.864c.793-.199 1.624-.138 2.428-.277.23-.036.36-.269.414-.475.162-.638.298-1.284.454-1.924-1.098-.074-2.197-.14-3.295-.22.002-.288-.002-.576-.002-.863.79-.226 1.624-.157 2.43-.283.264-.043.377-.32.433-.551.149-.61.284-1.223.433-1.832-1.098-.079-2.195-.182-3.294-.236.001-.431-.002-.862 0-1.292-.326-.036-.652-.079-.978-.116-.016-.16-.034-.32-.053-.481-.156-.172-.412-.103-.616-.125-.205.023-.467-.049-.618.128z"/><path fill="#fee011" d="M11.452 6.08c.754-.338 1.722.131 1.908.937.241.806-.395 1.717-1.235 1.763-.725.089-1.44-.486-1.522-1.208a1.409 1.409 0 0 1 .848-1.492zM11.574 9.918c.826-.292 1.792.367 1.826 1.238.088.829-.686 1.609-1.519 1.51-.796-.04-1.422-.854-1.272-1.633.076-.516.47-.958.965-1.115zM11.443 13.849c.792-.367 1.813.179 1.94 1.042.176.828-.539 1.684-1.382 1.658-.758.02-1.445-.666-1.41-1.428a1.401 1.401 0 0 1 .852-1.272z"/><path d="M11.681.298c.404-.155.84.032 1.112.342 3.54 3.546 7.087 7.085 10.626 10.631.406.348.451 1.026.047 1.393-3.479 3.484-6.964 6.96-10.441 10.446-.259.252-.506.58-.889.635-.326.06-.644-.1-.864-.332C7.834 19.97 4.392 16.53.951 13.091c-.299-.308-.72-.611-.706-1.09-.016-.314.176-.582.39-.793C4.037 7.806 7.441 4.405 10.842 1c.263-.25.496-.558.839-.701m.114.467c-.257.174-.458.414-.679.629C7.72 4.798 4.314 8.194.92 11.599a.505.505 0 0 0-.001.796c3.562 3.562 7.124 7.121 10.682 10.685.199.26.594.26.793.001l10.682-10.684c.16-.145.268-.38.161-.588-.204-.31-.499-.544-.752-.81-3.341-3.34-6.682-6.679-10.02-10.02-.167-.18-.424-.348-.67-.212z"/><path d="M11.381 4.201c.151-.178.413-.106.618-.128.204.022.46-.047.616.125.019.161.037.322.053.481.326.037.652.08.978.116-.002.431.001.862 0 1.292 1.099.054 2.196.157 3.294.236-.149.61-.284 1.223-.433 1.832-.056.23-.169.508-.433.551-.806.126-1.64.058-2.43.283 0 .287.005.575.002.863 1.098.079 2.197.145 3.295.22-.156.64-.292 1.285-.454 1.924-.054.206-.184.439-.414.475-.804.139-1.634.078-2.428.277v.864c1.098.077 2.197.143 3.294.241-.169.654-.29 1.321-.479 1.972a.565.565 0 0 1-.503.44c-.772.096-1.543.188-2.314.29.001.431-.001.862.001 1.292-.275-.004-.55.001-.823-.001v2.057h-1.648v-2.057c-.275.002-.55-.002-.823.001v-1.292c-.766-.101-1.532-.196-2.299-.288-.265-.013-.475-.221-.529-.475-.174-.642-.304-1.295-.466-1.94 1.097-.096 2.195-.164 3.293-.24-.001-.288.001-.576.001-.863-.794-.202-1.625-.138-2.428-.28-.232-.035-.36-.265-.414-.473-.162-.638-.298-1.284-.455-1.925 1.098-.074 2.197-.14 3.295-.221-.002-.287.002-.574.004-.86-.79-.229-1.624-.157-2.429-.284-.265-.042-.38-.32-.436-.551-.149-.61-.283-1.223-.432-1.834 1.098-.078 2.195-.18 3.294-.235-.002-.431.002-.862 0-1.292.326-.036.652-.079.978-.116.014-.16.031-.319.052-.478m.073 1.88c-.58.229-.946.877-.848 1.492.082.722.797 1.297 1.522 1.208.84-.046 1.476-.956 1.235-1.763-.186-.806-1.154-1.276-1.908-.937m.121 3.838a1.419 1.419 0 0 0-.965 1.115c-.15.779.476 1.594 1.272 1.633.833.1 1.607-.68 1.519-1.51-.035-.871-1.001-1.53-1.826-1.238m-.131 3.931a1.401 1.401 0 0 0-.852 1.272c-.035.762.652 1.448 1.41 1.428.844.025 1.559-.83 1.382-1.658-.127-.863-1.148-1.409-1.94-1.042z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-signals--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.56 0h.588c.206.089.391.217.548.378 3.545 3.54 7.088 7.08 10.63 10.622.265.248.454.607.382.979-.064.446-.466.713-.752 1.02-3.28 3.281-6.565 6.557-9.844 9.839-.358.338-.683.841-1.235.83-.526.032-.853-.43-1.187-.756-3.274-3.286-6.563-6.554-9.839-9.838-.341-.358-.816-.677-.851-1.217v-.068c.029-.506.45-.833.776-1.165C4.179 7.222 7.585 3.824 10.987.422c.167-.17.356-.319.572-.422m.111.636c-.114.079-.212.179-.311.276C7.844 4.44 4.307 7.944.798 11.478a.426.426 0 0 0-.004.682c3.586 3.577 7.168 7.159 10.751 10.739.163.218.491.203.65-.01 3.38-3.382 6.764-6.758 10.146-10.14.242-.251.516-.474.726-.754.139-.247-.076-.466-.239-.625C19.312 7.843 15.782 4.331 12.262.808c-.144-.161-.382-.319-.593-.172z"/><path fill="#231f20" d="M9.15 5.146c1.81.001 3.618-.001 5.426.001V18.36c-1.808 0-3.618.001-5.426-.001V5.146m2.306.687c-.96.197-1.608 1.282-1.312 2.218.235.908 1.265 1.516 2.172 1.247.917-.224 1.541-1.253 1.278-2.168-.214-.914-1.229-1.54-2.138-1.296m-.126 4.196c-.92.257-1.488 1.343-1.166 2.244.268.898 1.31 1.462 2.206 1.17.936-.259 1.531-1.361 1.187-2.28-.277-.895-1.338-1.45-2.226-1.134m-.127 4.202c-.893.325-1.381 1.442-.998 2.317.347.944 1.574 1.428 2.46.93.799-.382 1.208-1.408.863-2.23-.32-.904-1.44-1.405-2.324-1.018z"/><path fill="#fd0" d="M11.67.636c.211-.148.449.011.593.172 3.52 3.523 7.05 7.036 10.566 10.562.163.16.378.378.239.625-.21.28-.484.503-.726.754-3.382 3.382-6.766 6.758-10.146 10.14-.16.212-.487.228-.65.01C7.963 19.319 4.381 15.737.795 12.16a.426.426 0 0 1 .004-.682C4.308 7.944 7.845 4.44 11.36.912c.098-.097.197-.197.311-.276M9.15 5.146v13.213c1.808.002 3.618.001 5.426.001V5.147c-1.808-.002-3.617 0-5.426-.001z"/><path fill="#fd0" d="M11.33 10.03c.888-.316 1.949.239 2.226 1.134.344.919-.251 2.021-1.187 2.28-.895.292-1.938-.272-2.206-1.17-.322-.901.246-1.987 1.166-2.244z"/><path fill="#d71920" d="M11.456 5.833c.91-.244 1.925.382 2.138 1.296.263.916-.361 1.944-1.278 2.168-.907.269-1.937-.338-2.172-1.247-.296-.936.352-2.021 1.312-2.218z"/><path fill="#00a650" d="M11.204 14.232c.884-.388 2.004.114 2.324 1.018.346.822-.064 1.848-.863 2.23-.886.498-2.113.014-2.46-.93-.383-.875.106-1.992.998-2.317z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-signals--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M10.878.914c.295-.286.557-.61.894-.847.242-.142.529-.01.701.181 3.6 3.601 7.199 7.202 10.8 10.802.256.256.528.5.727.804v.278c-.151.307-.427.521-.661.762-3.462 3.46-6.922 6.922-10.384 10.381-.262.253-.492.552-.82.724h-.257a1.755 1.755 0 0 1-.344-.247C7.914 20.128 4.29 16.506.667 12.885c-.241-.252-.542-.469-.667-.808v-.094c.041-.205.175-.367.319-.51C3.841 7.955 7.358 4.433 10.878.913M.586 12.01C4.4 15.808 8.198 19.623 12.01 23.422c3.809-3.803 7.609-7.614 11.422-11.412C19.627 8.199 15.814 4.396 12.01.584 8.201 4.393 4.392 8.2.586 12.01z"/><path fill="#fcdc0f" d="M11.551 1.835c.446-.215.991-.061 1.319.29 3.006 2.996 6.005 6 9.005 9.002.3.278.476.704.378 1.112-.071.403-.407.664-.677.938-2.899 2.898-5.798 5.796-8.696 8.696-.27.292-.677.47-1.076.385-.414-.067-.689-.41-.971-.689-2.917-2.922-5.842-5.84-8.76-8.762-.473-.442-.426-1.255.058-1.67 2.959-2.966 5.927-5.924 8.886-8.89.162-.157.326-.322.535-.414M7.111 9.03a2.993 2.993 0 0 0-2.243 4.459 3.007 3.007 0 0 0 2.569 1.518c3.04.001 6.079.002 9.119 0 1.224-.004 2.393-.833 2.804-1.985a2.984 2.984 0 0 0-.364-2.737 3.016 3.016 0 0 0-2.551-1.277c-3.112.013-6.224-.029-9.335.022z"/><path fill="#fcdc0f" d="M11.449 9.924c1.171-.352 2.502.497 2.683 1.703.228 1.104-.565 2.278-1.669 2.491-1.156.286-2.416-.575-2.584-1.75-.209-1.062.522-2.188 1.57-2.444z"/><path d="M.586 12.01C4.392 8.2 8.201 4.392 12.01.584c3.804 3.812 7.616 7.615 11.422 11.426-3.812 3.798-7.613 7.609-11.422 11.412C8.198 19.623 4.4 15.808.586 12.01M11.551 1.835c-.209.092-.373.257-.535.414-2.959 2.965-5.927 5.923-8.886 8.89-.484.415-.53 1.229-.058 1.67 2.918 2.922 5.843 5.84 8.76 8.762.282.278.557.622.971.689.4.085.806-.094 1.076-.385 2.898-2.9 5.797-5.798 8.696-8.696.27-.275.606-.535.677-.938.098-.408-.078-.834-.378-1.112-3-3.002-5.999-6.006-9.005-9.002-.328-.352-.872-.505-1.319-.29z"/><path d="M7.111 9.03c3.11-.05 6.223-.008 9.335-.022a3.016 3.016 0 0 1 2.551 1.277c.557.781.702 1.838.364 2.737-.412 1.152-1.58 1.981-2.804 1.985-3.04.002-6.079.001-9.119 0a3.006 3.006 0 0 1-2.569-1.518A2.993 2.993 0 0 1 7.112 9.03m-.109.871a2.178 2.178 0 0 0-1.546 1.324 2.167 2.167 0 0 0 .302 2.096c.52.697 1.487 1.016 2.318.757a2.167 2.167 0 0 0 1.52-1.706 2.145 2.145 0 0 0-.622-1.909 2.169 2.169 0 0 0-1.974-.562m4.448.023c-1.048.257-1.778 1.382-1.57 2.444.168 1.175 1.428 2.035 2.584 1.75 1.104-.214 1.897-1.387 1.669-2.491-.181-1.206-1.512-2.054-2.683-1.703m4.565-.008c-1.06.245-1.807 1.374-1.6 2.446.164 1.19 1.451 2.058 2.616 1.75 1.112-.232 1.888-1.44 1.626-2.548-.215-1.165-1.5-1.97-2.642-1.648z"/><path fill="#0ca64d" d="M7.003 9.901a2.166 2.166 0 0 1 1.974.562c.505.482.748 1.22.622 1.909a2.165 2.165 0 0 1-1.52 1.706c-.832.259-1.799-.06-2.318-.757a2.165 2.165 0 0 1-.302-2.096 2.176 2.176 0 0 1 1.546-1.324z"/><path fill="#ed1c23" d="M16.014 9.916c1.142-.323 2.428.482 2.642 1.648.262 1.108-.514 2.316-1.626 2.548-1.165.308-2.452-.559-2.616-1.75-.208-1.072.54-2.201 1.6-2.446z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-signals--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#08842c" d="M11.591 1.412h.649c.262.111.552.207.739.436.19.232.318.506.47.761 1.12 1.939 2.234 3.881 3.358 5.817.064.109.096.234.135.355a3.397 3.397 0 0 1-.196-.283c-1.172-2.037-2.351-4.071-3.521-6.109-.181-.335-.414-.686-.799-.805a1.207 1.207 0 0 0-1.294.285c-.263.274-.394.641-.623.941.182-.572.538-1.226 1.19-1.336l-.109-.061zM10.23 3.16a.977.977 0 0 1 .241-.291 28.55 28.55 0 0 1-1.289 2.24 1.3 1.3 0 0 1 .145-.382c.305-.52.608-1.041.904-1.567zM8.779 5.683c.104-.184.194-.383.365-.516a8.896 8.896 0 0 1-.761 1.318c.066-.296.252-.541.396-.802zM7.553 7.808c.107-.173.174-.385.357-.495a11.792 11.792 0 0 1-.852 1.469c.086-.36.328-.65.495-.974zM6.229 10.105c.107-.174.175-.386.359-.498a11.888 11.888 0 0 1-.85 1.466c.083-.359.326-.646.491-.968zM5.386 11.564c.101-.14.144-.356.319-.423-.252.501-.528.994-.846 1.458.087-.385.356-.688.527-1.035zM4.585 12.95a.785.785 0 0 1 .229-.27 27.553 27.553 0 0 1-1.276 2.218c.034-.13.067-.262.141-.377.306-.521.61-1.045.906-1.571zM3.131 15.478c.106-.184.195-.388.37-.521a9.184 9.184 0 0 1-.765 1.321c.067-.296.251-.54.395-.8zM15.565 15.749c.929-.222 1.939.583 1.91 1.544.071.963-.905 1.808-1.848 1.624-.768-.103-1.4-.836-1.35-1.616-.022-.742.566-1.419 1.287-1.553zM1.905 17.603c.109-.173.173-.388.359-.496a11.894 11.894 0 0 1-.852 1.467c.086-.359.327-.649.493-.971z"/><path fill="#fff" d="M11.133 1.868c.326-.337.857-.464 1.294-.285.385.118.618.469.799.805 1.17 2.038 2.349 4.072 3.521 6.109.06.098.126.191.196.283 2.267 3.954 4.559 7.893 6.822 11.848.49.753-.109 1.838-.983 1.893-7.155.005-14.311-.001-21.466.003-.443.017-.821-.272-1.077-.607-.198-.378-.254-.84-.033-1.221.38-.719.814-1.408 1.206-2.121.324-.463.598-.963.852-1.467.152-.279.322-.548.471-.829.294-.415.544-.863.765-1.321l.037-.059c.455-.72.889-1.459 1.276-2.218l.046-.081c.319-.463.594-.956.846-1.458l.033-.069c.321-.464.598-.961.85-1.466.152-.278.32-.546.47-.825.324-.464.599-.964.852-1.469.153-.279.322-.547.472-.828.292-.415.544-.86.761-1.318l.038-.058c.461-.726.896-1.474 1.289-2.24l.039-.06c.229-.299.36-.666.623-.941m.459.12c-.328.175-.441.556-.635.849C7.506 8.825 4.047 14.808.601 20.798c-.359.534.073 1.35.724 1.314 7.119.001 14.239.003 21.357 0 .649.032 1.076-.781.721-1.313-3.49-6.064-6.991-12.123-10.484-18.185-.098-.165-.183-.341-.313-.485a.879.879 0 0 0-1.015-.14z"/><path fill="#fff" d="M3.835 19.804c2.719-4.722 5.441-9.444 8.166-14.164 2.723 4.721 5.448 9.441 8.166 14.164-5.444.002-10.888.002-16.332 0m3.97-4.048c-.71.137-1.29.805-1.273 1.536-.056.799.609 1.547 1.398 1.63.927.144 1.855-.681 1.794-1.624.026-.966-.984-1.77-1.918-1.541m3.911.005c-.72.108-1.331.791-1.291 1.529-.07.705.457 1.383 1.126 1.569.628.202 1.368-.06 1.743-.6.453-.615.372-1.556-.183-2.084-.37-.333-.9-.537-1.395-.414m3.848-.013c-.722.134-1.309.811-1.287 1.553-.05.78.582 1.512 1.35 1.616.942.184 1.918-.662 1.848-1.624.028-.961-.981-1.766-1.91-1.544z"/><path fill="#d50b00" d="M11.591 1.988a.879.879 0 0 1 1.015.14c.131.144.215.32.313.485 3.493 6.063 6.994 12.121 10.484 18.185.356.532-.072 1.345-.721 1.313-7.119.003-14.239.001-21.357 0-.651.036-1.084-.78-.724-1.314 3.446-5.99 6.905-11.974 10.355-17.961.194-.293.307-.674.635-.849M3.835 19.804c5.444.002 10.888.002 16.332 0-2.719-4.723-5.443-9.444-8.166-14.164-2.725 4.721-5.447 9.442-8.166 14.164z"/><path fill="#d50b00" d="M7.805 15.756c.934-.229 1.944.575 1.918 1.541.061.943-.866 1.768-1.794 1.624-.789-.083-1.453-.83-1.398-1.63-.017-.731.563-1.399 1.273-1.536zM11.741 15.79c.883-.225 1.87.582 1.812 1.501.101.988-.965 1.843-1.909 1.573a1.588 1.588 0 0 1-1.183-1.201c-.02-.357-.056-.746.147-1.061.169-.319.45-.668.842-.674.101-.037.194-.091.291-.138z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-slow--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e7112d" d="M11.9 1.456c.493-.048 1.006.157 1.355.505.264.319.454.691.672 1.04 2.14 3.595 4.216 7.228 6.31 10.849 1.123 1.957 2.267 3.904 3.361 5.878.269.419.18.938.168 1.408-.035.731-.728 1.319-1.445 1.314-2.398.107-4.798.097-7.196.107-4.483-.017-8.969.06-13.448-.107-.748.013-1.358-.642-1.488-1.343-.167-.623.121-1.242.433-1.765a1813.17 1813.17 0 0 1 9.749-16.897c.286-.583.907-.907 1.53-.989m.068 2.504c-.232.329-.413.69-.614 1.038-2.964 5.143-5.924 10.289-8.89 15.431 6.356.004 12.713.002 19.07.001-3.025-5.245-6.05-10.49-9.068-15.74-.16-.242-.256-.559-.498-.73z"/><path fill="#fbd116" d="M11.969 3.96c.242.17.338.487.498.73 3.018 5.25 6.043 10.495 9.068 15.74-6.358.001-12.714.002-19.07-.001 2.965-5.142 5.926-10.288 8.89-15.431.202-.348.383-.709.614-1.038m-3.113 6.275c.062 1.306.023 2.614.034 3.922-.01 1.674.028 3.348-.034 5.022.265-.088.527-.182.787-.283-.124-2.194-.06-4.392-.066-6.589.234.276.438.575.604.896l.424.067c.124-.263.247-.575.124-.859-.25-.394-.752-.463-1.157-.61v-.646c.134-.136.268-.271.4-.408-.317-.272-.719-.403-1.115-.512m2.281.085c.067 1.04.07 2.087-.001 3.127.299-.097.702-.112.805-.475.838-.002 1.675.007 2.513-.007.01.084.029.254.037.338.236-.072.47-.149.704-.227a13.929 13.929 0 0 1-.032-1.672c.004-.184.196-.29.274-.439-.2-.206-.384-.455-.662-.559-.209.112-.354.374-.617.349-.64.01-1.278.001-1.916.004-.421.034-.727-.313-1.104-.439M8.17 12.318c-.08.455-.163.922-.397 1.327-.097.205-.306.545.008.664.329.082.75-.054.829-.419.119-.522-.005-1.06-.044-1.584a26.99 26.99 0 0 0-.396.012m6.982 1.211c-1.253-.001-2.506 0-3.76.001-.329.026-.611-.238-.934-.191l-.067.137c.01.796.041 1.592-.03 2.387l.251.008c.115.185.245.359.38.528l.514-.156c.311.554.725 1.037 1.124 1.528-.84.563-1.852.781-2.834.944l.01.39c1.199-.103 2.393-.362 3.474-.906.725.431 1.524.712 2.344.899.199-.325.514-.533.872-.647l-.082-.271a5.634 5.634 0 0 1-2.574-.424c.431-.437.866-.871 1.259-1.344l.439-.109c-.211-.308-.455-.612-.784-.802-.216.029-.336.234-.491.362-1.217.007-2.435.001-3.652.005.161-.061.323-.122.485-.181l.005-.295c1.39.008 2.779.001 4.169 0l.02.373c.239-.066.476-.139.712-.218a38.675 38.675 0 0 1-.022-1.523l.293-.263c-.205-.22-.418-.442-.678-.596-.191.059-.305.234-.444.364z"/><path fill="#fbd116" d="M11.86 11.125l2.612-.001a84.68 84.68 0 0 1-.004.504c-.87-.008-1.739-.004-2.609-.004v-.499zM11.86 11.992c.87-.002 1.739-.001 2.608-.001l.004.589c-.871-.007-1.741-.004-2.611-.004v-.584zM11.099 15.037v-1.156l.95-.001v1.158l-.95-.001zM12.671 13.88l.99.001c-.002.385-.002.77-.001 1.156l-.989.001V13.88zM14.29 13.883l.988-.001v1.157l-.988-.001c.002-.385.002-.77 0-1.154zM12.025 16.234c.72.002 1.44-.001 2.159.002a9.336 9.336 0 0 1-.985 1.118 9.64 9.64 0 0 1-1.174-1.121z"/><path fill="#040403" d="M8.856 10.235c.396.109.798.24 1.115.512-.132.137-.265.272-.4.408v.646c.404.146.907.216 1.157.61.124.284 0 .596-.124.859l-.424-.067a4.756 4.756 0 0 0-.604-.896c.006 2.197-.058 4.396.066 6.589-.26.101-.522.196-.787.283.061-1.674.024-3.348.034-5.022-.011-1.308.029-2.616-.034-3.922zM11.138 10.32c.377.126.683.473 1.104.439.638-.002 1.277.006 1.916-.004.263.025.408-.238.617-.349.278.104.462.353.662.559-.078.149-.27.256-.274.439-.029.557-.006 1.115.032 1.672a28.84 28.84 0 0 1-.704.227c-.008-.084-.028-.254-.037-.338-.838.014-1.675.005-2.513.007-.103.364-.506.378-.805.475.071-1.04.068-2.087.001-3.127m.723.805v.499c.87 0 1.739-.005 2.609.004l.004-.504-2.612.001m-.001.867v.584c.87 0 1.74-.004 2.611.004l-.004-.589c-.869 0-1.738-.001-2.608.001zM8.17 12.318l.396-.012c.04.524.163 1.062.044 1.584-.079.365-.5.5-.829.419-.314-.119-.106-.458-.008-.664.234-.406.317-.872.397-1.327z"/><path fill="#040403" d="M15.152 13.529c.139-.13.253-.305.444-.364.26.155.473.377.678.596l-.293.263c0 .508.001 1.015.022 1.523-.235.079-.473.152-.712.218l-.02-.373c-1.39.001-2.779.008-4.169 0l-.005.295c-.162.059-.324.12-.485.181 1.217-.004 2.435.002 3.652-.005.155-.128.275-.334.491-.362.329.19.572.493.784.802l-.439.109c-.392.473-.828.907-1.259 1.344a5.66 5.66 0 0 0 2.574.424l.082.271c-.359.114-.673.322-.872.647-.82-.187-1.619-.468-2.344-.899-1.081.544-2.275.803-3.474.906a50.75 50.75 0 0 0-.01-.39c.983-.163 1.994-.382 2.834-.944-.4-.491-.814-.973-1.124-1.528l-.514.156a5.35 5.35 0 0 1-.38-.528l-.251-.008c.071-.794.04-1.591.03-2.387l.067-.137c.323-.047.605.217.934.191 1.254-.001 2.507-.002 3.76-.001m-4.054 1.508l.95.001V13.88l-.95.001v1.156m1.572-1.157v1.158l.989-.001c-.001-.385-.001-.77.001-1.156l-.99-.001m1.619.003c.002.384.002.769 0 1.154l.988.001v-1.157l-.988.001m-2.265 2.352c.355.41.756.776 1.174 1.121.354-.35.691-.716.985-1.118-.719-.004-1.439 0-2.159-.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.91 0h.162c.344.052.64.246.874.496 3.515 3.524 7.04 7.038 10.555 10.562.494.425.551 1.25.072 1.709-3.452 3.467-6.92 6.919-10.374 10.385-.332.33-.679.76-1.194.754-.596.056-.99-.455-1.368-.829-3.234-3.242-6.474-6.479-9.713-9.718-.36-.372-.82-.708-.924-1.248v-.251c.059-.582.558-.937.931-1.326C4.291 7.176 7.65 3.816 11.007.456A1.36 1.36 0 0 1 11.909 0m-.241.275c-.221.073-.388.245-.553.4-3.496 3.504-7.001 7-10.496 10.504-.414.347-.524 1.015-.114 1.409 3.445 3.469 6.911 6.919 10.363 10.382.288.289.577.647 1.013.691.331.06.628-.143.847-.367 3.535-3.551 7.085-7.09 10.625-10.636.426-.378.409-1.067-.013-1.44-3.492-3.51-7.004-7-10.495-10.51-.294-.314-.731-.594-1.176-.433z"/><path fill="#fee011" d="M11.791.764c.247-.126.482.068.647.235 3.322 3.32 6.64 6.644 9.966 9.96.253.265.55.499.745.814.167.256-.064.517-.236.692-3.526 3.512-7.042 7.036-10.562 10.553-.144.167-.368.253-.578.157-.287-.196-.508-.47-.756-.709C7.675 19.125 4.338 15.781.993 12.442c-.138-.151-.318-.329-.272-.554.122-.299.388-.503.604-.731C4.705 7.78 8.083 4.4 11.461 1.021c.102-.095.205-.194.331-.257m.616 1.934c-.515.092-.7.824-.3 1.154.36.368 1.052.133 1.128-.371.109-.464-.372-.914-.828-.784m-1.217 1.778c-.307.466-.59.946-.893 1.414l.686 1.201c-.192.648-.152 1.328-.115 1.994-.344.565-.691 1.13-1.033 1.699.181.128.361.258.54.389.511-.842 1.268-1.56 1.512-2.54.152.26.362.518.35.838.024.556.031 1.111.053 1.667h.697c.005-.706.068-1.411.042-2.116-.138-.607-.367-1.189-.536-1.788.136-.319.245-.648.299-.99.373.138.748.274 1.117.422l.175-.43c-.254-.106-.511-.21-.769-.308-.134-.436-.214-.889-.38-1.315-.167-.382-.599-.472-.936-.641-.276.152-.636.216-.809.504m1.265 8.142l-.014.515c.239.004.48-.005.719.02.01.239-.379.348-.509.547-.64.005-1.28.018-1.92-.012.254-.215.526-.409.772-.634-.553-.254-1.192-.079-1.782-.116.022.194.044.389.068.582l.232.084.197.394-.479 1.274c-.518-.122-1.099-.086-1.535.242-.683.476-.912 1.476-.491 2.197.424.818 1.566 1.126 2.342.629.454-.251.682-.737.84-1.206.313.058.493.473.853.364.424-.079.565-.539.57-.917.385-.49.786-.967 1.181-1.448l.104.505c-.628.584-.748 1.622-.205 2.302.559.773 1.793.877 2.477.215.692-.606.719-1.774.065-2.417-.451-.512-1.198-.586-1.825-.425-.179-.508-.416-.996-.563-1.513.157-.311.644-.67.302-1.026-.397-.29-.942-.108-1.399-.156z"/><path fill="#fee011" d="M11.08 6.212c-.226-.046-.132-.528.085-.44.058.133.065.368-.085.44zM11.059 14.28h2.048l.187.384c-.486.539-.952 1.096-1.45 1.622-.362-.624-.512-1.343-.786-2.006zM10.517 14.72c.209.576.463 1.136.643 1.723a.296.296 0 0 1-.282.119c-.151-.367-.337-.722-.623-1.006.086-.28.173-.558.262-.836zM8.059 16.576c.156-.622.832-.943 1.435-.845-.191.419-.406.827-.607 1.241.436.296.984.132 1.474.175-.186.474-.586.91-1.129.916-.758.049-1.408-.757-1.172-1.487zM14.398 15.767c.566-.114 1.214.136 1.427.703.31.674-.198 1.541-.936 1.601-.618.097-1.246-.394-1.302-1.015-.064-.359.118-.688.3-.979.257.377.497.762.752 1.139.14-.091.292-.172.404-.3-.154-.414-.437-.762-.646-1.148z"/><path fill="#fee011" d="M10.013 16.042c.109.168.217.337.322.509l-.618.012.296-.521z"/><path d="M11.668.275c.445-.161.882.119 1.176.433 3.491 3.51 7.003 7 10.495 10.51.422.373.439 1.062.013 1.44-3.54 3.546-7.09 7.085-10.625 10.636-.22.224-.516.427-.847.367-.436-.044-.725-.402-1.013-.691C7.415 19.507 3.949 16.057.504 12.588c-.41-.394-.3-1.062.114-1.409 3.496-3.504 7.001-7 10.496-10.504.166-.155.332-.326.553-.4m.124.489c-.126.062-.229.162-.331.257C8.082 4.4 4.704 7.781 1.324 11.157c-.216.228-.481.432-.604.731-.046.226.134.403.272.554 3.344 3.338 6.682 6.683 10.024 10.024.248.239.469.514.756.709.21.096.434.01.578-.157 3.521-3.517 7.037-7.04 10.562-10.553.173-.175.403-.437.236-.692-.196-.314-.492-.548-.745-.814-3.326-3.316-6.644-6.64-9.966-9.96-.164-.167-.4-.361-.647-.235z"/><path d="M12.408 2.698c.456-.131.937.319.828.784-.076.504-.768.739-1.128.371-.4-.33-.215-1.062.3-1.154zM11.191 4.475c.173-.288.533-.352.809-.504.337.169.769.259.936.641.167.426.246.88.38 1.315.258.098.515.203.769.308l-.175.43c-.37-.149-.744-.284-1.117-.422a4.203 4.203 0 0 1-.299.99c.169.599.398 1.181.536 1.788.026.704-.037 1.41-.042 2.116h-.697c-.022-.556-.029-1.111-.053-1.667.012-.319-.198-.577-.35-.838-.244.98-1.001 1.698-1.512 2.54-.179-.131-.359-.26-.54-.389.342-.569.689-1.134 1.033-1.699-.037-.666-.077-1.346.115-1.994l-.686-1.201c.302-.468.586-.948.893-1.414m-.111 1.737c.15-.072.143-.307.085-.44-.217-.088-.311.395-.085.44zM12.456 12.617c.457.048 1.002-.134 1.399.156.342.356-.145.715-.302 1.026.146.517.384 1.006.563 1.513.628-.161 1.374-.088 1.825.425.654.643.628 1.811-.065 2.417-.684.662-1.918.558-2.477-.215-.542-.679-.422-1.717.205-2.302l-.104-.505c-.395.481-.796.959-1.181 1.448-.005.378-.146.838-.57.917-.36.109-.54-.306-.853-.364-.158.469-.386.955-.84 1.206-.776.497-1.919.19-2.342-.629-.421-.721-.192-1.721.491-2.197.436-.329 1.016-.365 1.535-.242.158-.425.319-.85.479-1.274l-.197-.394-.232-.084a36.97 36.97 0 0 1-.068-.582c.59.037 1.229-.138 1.782.116-.246.224-.517.419-.772.634.64.03 1.28.017 1.92.012.13-.199.518-.308.509-.547-.239-.025-.48-.017-.719-.02l.014-.515m-1.397 1.663c.274.664.424 1.382.786 2.006.498-.527.964-1.084 1.45-1.622l-.187-.384H11.06m-.543.44c-.089.278-.175.557-.262.836.286.283.472.638.623 1.006a.294.294 0 0 0 .282-.119c-.18-.587-.434-1.147-.643-1.723m-2.458 1.856c-.235.73.414 1.536 1.172 1.487.544-.006.943-.442 1.129-.916-.49-.043-1.038.121-1.474-.175.202-.414.416-.822.607-1.241-.604-.098-1.279.223-1.435.845m6.34-.809c.209.386.492.734.646 1.148-.113.128-.264.209-.404.3-.256-.377-.496-.762-.752-1.139-.182.292-.364.62-.3.979.056.622.684 1.112 1.302 1.015.738-.06 1.246-.926.936-1.601-.212-.568-.86-.817-1.427-.703m-4.386.276a53.6 53.6 0 0 0-.296.521l.618-.012a16.775 16.775 0 0 0-.322-.509z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 .524h24v22.952H0V.524m12.634 1.845c-.281.017-.522.187-.707.389-3.116 3.12-6.235 6.236-9.353 9.355-.201.208-.356.48-.355.776.002.297.16.57.364.777 3.154 3.152 6.306 6.307 9.46 9.459.288.291.752.357 1.125.209.235-.098.4-.298.576-.472l9.198-9.199c.201-.206.359-.477.36-.772.003-.297-.155-.571-.356-.779-3.152-3.154-6.306-6.307-9.46-9.46a1.022 1.022 0 0 0-.852-.282z"/><path fill="#1a1919" d="M12.634 2.369c.308-.039.632.059.852.282l9.46 9.46c.201.208.359.482.356.779-.001.295-.159.566-.36.772l-9.198 9.199c-.176.174-.341.374-.576.472-.373.149-.837.082-1.125-.209-3.154-3.152-6.306-6.307-9.46-9.459-.203-.208-.362-.48-.364-.777-.001-.296.155-.568.355-.776 3.117-3.119 6.237-6.235 9.353-9.355.184-.202.426-.372.707-.389m-.143.176a.9.9 0 0 0-.383.237c-3.143 3.145-6.287 6.288-9.431 9.432-.213.215-.367.524-.295.832.064.302.298.52.511.727l8.987 8.987c.179.173.343.388.593.46.321.107.7.024.934-.225 3.073-3.075 6.148-6.149 9.222-9.223.223-.215.47-.449.518-.771.057-.337-.145-.648-.381-.867-3.129-3.125-6.254-6.254-9.382-9.38a.898.898 0 0 0-.892-.21z"/><path fill="#1a1919" d="M12.747 2.688a.73.73 0 0 1 .56.247c3.134 3.137 6.27 6.272 9.406 9.408.144.146.26.337.258.548-.002.21-.12.397-.263.542l-9.43 9.43a.717.717 0 0 1-1.03.004l-9.435-9.436c-.181-.177-.314-.439-.242-.696.066-.264.289-.44.471-.626l9.199-9.199a.706.706 0 0 1 .507-.223m-.151.429c-.133.091-.234.219-.348.33-3.005 3.004-6.008 6.009-9.014 9.012-.116.127-.29.242-.296.431.012.188.183.301.3.428 3.095 3.091 6.188 6.187 9.282 9.279a.333.333 0 0 0 .425.046c.118-.09.214-.205.32-.308 2.987-2.987 5.974-5.975 8.962-8.961.118-.125.264-.232.339-.39.057-.136-.027-.274-.122-.367-3.092-3.093-6.187-6.184-9.277-9.279-.138-.158-.348-.36-.569-.22z"/><path fill="#1a1919" d="M11.03 6.86l.33-.358h.706l.009.204c-.248.033-.566-.1-.749.125.043.095.121.182.136.287-.037.215-.116.42-.17.632.839-.007 1.681.015 2.519-.01l.073-.099c-.256-.072-.537-.111-.736-.303.209-.114.452-.081.681-.099.34-.007.68-.057 1.019-.015-.104.257-.369.366-.626.407l-.097.255.596.739a2.015 2.015 0 0 1 1.426-.194c.879.218 1.502 1.176 1.326 2.07-.132.638-.608 1.205-1.234 1.406-.525.143-1.115.089-1.567-.228-.348-.256-.638-.612-.751-1.035-.241.053-.528.031-.688.255.035.153.067.307.097.461l.128.004.009.124-.394.02-.006-.128.1-.014c-.039-.149-.077-.298-.119-.446a.334.334 0 0 1-.237-.366c-.592-.675-1.188-1.346-1.783-2.019l-.079.216c.374.358.716.821.702 1.364.034.57-.263 1.118-.688 1.482-.685.562-1.792.507-2.405-.137-.308-.339-.546-.773-.537-1.242-.03-.55.26-1.073.658-1.433.546-.465 1.36-.528 1.997-.218.17-.476.345-.951.516-1.426l-.165-.28m.2 1.406c.552.613 1.092 1.238 1.651 1.845-.019-.097-.012-.215-.114-.267a2.906 2.906 0 0 0-.013-.092c.122 0 .243.001.365.004a6.475 6.475 0 0 1-.083.191l.019.15c.227-.678.449-1.358.673-2.037-.848-.001-1.696.005-2.544.001-.006.073-.022.153.045.204m2.081 2.136l.573-.058c-.014-.222-.023-.45.043-.666.097-.344.315-.636.552-.898l-.457-.547-.711 2.168m-4.26-1.455c-.248.149-.425.392-.553.648a1.41 1.41 0 0 0 .188 1.477c.448.635 1.433.75 2.038.278.367-.292.619-.759.586-1.236.004-.388-.22-.727-.466-1.007a2.045 2.045 0 0 1-.322.57c-.166.22-.41.368-.549.61-.133.171-.414-.066-.282-.232.416-.263.771-.658.893-1.145-.47-.254-1.082-.265-1.532.037m5.859-.052c.246.328.49.657.739.982.078.115.316.162.231.339-.05.159-.247.105-.372.135-.414.065-.825.158-1.238.233.101.34.334.629.625.827.364.242.834.282 1.248.164.639-.205 1.094-.891 1.006-1.562a1.523 1.523 0 0 0-.976-1.22 1.753 1.753 0 0 0-1.263.102m-.556.598c-.105.245-.121.515-.133.777.415-.066.83-.134 1.245-.202l-.784-1.019c-.124.136-.256.271-.328.444zM12.166 12.637c.217-.016.45.089.528.304.183.347-.139.819-.532.75-.296-.005-.528-.301-.487-.588a.523.523 0 0 1 .491-.465zM12.181 14.067c.135-.285.536-.369.802-.226.561.276 1.125.548 1.687.822l.059 1.851-.399-.1a738.76 738.76 0 0 1-.211-1.466l-.409-.046c.131.454.35.907.296 1.392-.01.158-.077.321-.019.477.333 1.038.661 2.078.991 3.116l-.533.418-1.204-2.779c-.178.228-.456.399-.519.699-.181.664-.372 1.326-.557 1.989l-.675-.193.43-1.782c.052-.212.088-.431.187-.628.214-.427.424-.856.637-1.283-.151-.276-.29-.558-.418-.846-.116.173-.202.368-.339.526-.403.187-.827.33-1.238.501l-.206-.34c.389-.277.78-.552 1.169-.83a3.12 3.12 0 0 1 .469-1.273z"/><path fill="#f9cc5f" d="M12.491 2.544a.898.898 0 0 1 .892.21c3.128 3.126 6.253 6.255 9.382 9.38.236.22.439.53.381.867-.048.322-.295.555-.518.771-3.074 3.074-6.149 6.148-9.222 9.223a.908.908 0 0 1-.934.225c-.25-.071-.414-.286-.593-.46l-8.987-8.987c-.213-.206-.447-.424-.511-.727-.072-.308.082-.617.295-.832C5.82 9.07 8.964 5.927 12.107 2.782a.9.9 0 0 1 .383-.237m.257.143a.71.71 0 0 0-.507.223L3.041 12.11c-.181.186-.405.362-.471.626-.072.257.061.519.242.696l9.435 9.436a.717.717 0 0 0 1.03-.004l9.43-9.43c.143-.145.261-.332.263-.542.002-.211-.114-.402-.258-.548-3.135-3.136-6.272-6.27-9.406-9.408a.732.732 0 0 0-.56-.247z"/><path fill="#f9cc5f" d="M12.597 3.116c.221-.14.431.062.569.22 3.09 3.095 6.185 6.186 9.277 9.279.095.093.179.231.122.367-.075.158-.221.266-.339.39-2.988 2.986-5.974 5.974-8.962 8.961-.105.103-.201.219-.32.308a.332.332 0 0 1-.425-.046c-3.094-3.093-6.187-6.188-9.282-9.279-.116-.127-.288-.241-.3-.428.006-.189.18-.303.296-.431 3.006-3.002 6.009-6.008 9.014-9.012.115-.111.216-.238.348-.33M11.03 6.86l.165.28c-.171.476-.346.95-.516 1.426-.637-.31-1.452-.247-1.997.218-.398.36-.688.883-.658 1.433-.009.469.228.903.537 1.242.613.644 1.72.7 2.405.137.424-.364.721-.912.688-1.482.014-.543-.329-1.006-.702-1.364l.079-.216c.594.673 1.191 1.344 1.783 2.019a.334.334 0 0 0 .237.366c.042.148.08.297.119.446l-.1.014.006.128.394-.02-.009-.124-.128-.004c-.03-.154-.063-.308-.097-.461.16-.224.448-.202.688-.255.114.423.403.779.751 1.035.453.316 1.043.371 1.567.228.625-.202 1.101-.768 1.234-1.406.177-.894-.446-1.852-1.326-2.07a2.014 2.014 0 0 0-1.426.194l-.596-.739.097-.255c.256-.04.522-.149.626-.407-.339-.042-.679.008-1.019.015-.228.018-.472-.015-.681.099.199.192.48.232.736.303l-.073.099c-.838.025-1.68.003-2.519.01.053-.212.133-.417.17-.632-.015-.105-.092-.192-.136-.287.183-.224.5-.092.749-.125a6.957 6.957 0 0 1-.009-.204h-.706l-.33.358m1.133 5.778a.523.523 0 0 0-.491.465c-.041.288.191.583.487.588.394.069.716-.402.532-.75-.078-.215-.311-.32-.528-.304m.015 1.431a3.12 3.12 0 0 0-.469 1.273c-.389.278-.779.553-1.169.83l.206.34c.411-.171.834-.314 1.238-.501.136-.158.223-.353.339-.526.128.288.267.57.418.846-.213.427-.423.856-.637 1.283-.1.197-.135.416-.187.628l-.43 1.782.675.193c.185-.663.376-1.325.557-1.989.062-.3.341-.471.519-.699l1.204 2.779.533-.418c-.33-1.039-.659-2.078-.991-3.116-.057-.157.009-.319.019-.477.054-.485-.165-.938-.296-1.392l.409.046.211 1.466.399.1-.059-1.851c-.562-.274-1.126-.546-1.687-.822-.266-.143-.667-.058-.802.226z"/><path fill="#f9cc5f" d="M11.227 8.267c-.067-.051-.051-.132-.045-.204.848.004 1.696-.002 2.544-.001-.225.679-.446 1.359-.673 2.037l-.019-.15a4.59 4.59 0 0 0 .083-.191 14.86 14.86 0 0 0-.365-.004l.013.092c.102.052.094.17.114.267-.559-.607-1.098-1.232-1.651-1.845zM13.307 10.402l.711-2.168.457.547c-.236.262-.455.553-.552.898-.066.215-.057.443-.043.666l-.573.058zM9.047 8.946c.45-.302 1.063-.291 1.532-.037-.123.487-.477.882-.893 1.145-.132.166.149.402.282.232.139-.242.384-.39.549-.61a2.02 2.02 0 0 0 .322-.57c.247.28.471.618.466 1.007.033.477-.219.944-.586 1.236-.605.473-1.59.357-2.038-.278-.332-.406-.418-1.002-.188-1.477.128-.256.304-.498.553-.648zM14.907 8.894c.39-.189.848-.227 1.263-.102.516.184.909.676.976 1.22.088.671-.367 1.356-1.006 1.562-.414.118-.884.078-1.248-.164a1.555 1.555 0 0 1-.625-.827c.413-.075.824-.168 1.238-.233.125-.03.322.024.372-.135.085-.177-.153-.223-.231-.339-.249-.325-.493-.654-.739-.982z"/><path fill="#f9cc5f" d="M14.351 9.492c.071-.172.203-.308.328-.444l.784 1.019c-.415.068-.83.136-1.245.202.012-.263.027-.532.133-.777z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#1e181a" d="M11.679.033h.648c2.679 2.664 5.346 5.34 8.015 8.016.994 1 1.992 1.997 2.965 3.019.236.251.487.491.693.768v.328c-.253.339-.566.627-.853.937-1.551 1.613-3.143 3.187-4.721 4.773-2.034 2.03-4.059 4.07-6.099 6.094h-.5c-.431-.295-.785-.682-1.161-1.04C7.182 19.496 3.737 16.025.268 12.579a5.441 5.441 0 0 1-.268-.28v-.604C2.128 9.546 4.28 7.42 6.418 5.279c1.755-1.748 3.5-3.506 5.262-5.247m.178.397c-.196.129-.345.315-.513.477L.581 11.672c-.198.153-.237.457-.03.62 3.692 3.702 7.394 7.394 11.088 11.094.12.109.269.26.447.21.245-.12.41-.349.605-.531 3.49-3.491 6.98-6.982 10.472-10.471.19-.206.509-.397.419-.725-.13-.221-.341-.377-.516-.561C19.491 7.729 15.91 4.155 12.336.576c-.12-.127-.304-.258-.477-.146z"/><path fill="#1e181a" d="M14.842 6.446c.265-.057.553.113.663.353.031.21.065.472-.108.633-.215.256-.662.259-.869-.008-.174-.158-.143-.415-.113-.624.075-.178.247-.296.426-.353zM6.386 7.567c.202-.055.446-.05.607.101.329.254.269.839-.109 1.02-.231.086-.546.084-.715-.126-.312-.284-.179-.86.217-.996zM15.02 7.898c.26-.181.689-.165.896.097.263.299.405.682.534 1.053.254.764.265 1.577.226 2.372-.245.146-.503.283-.686.509.181.306.395.593.643.849.369-.18.772-.33 1.192-.276a1.993 1.993 0 0 1 1.426.852c.213.308.315.683.352 1.052-.02.482-.179.976-.515 1.333a1.95 1.95 0 0 1-1.328.65 1.982 1.982 0 0 1-1.456-.531c-.269-.252-.423-.593-.573-.924-.16.016-.325.016-.476.079-.128.274-.079.608.085.859-.155-.004-.31-.005-.465-.012.029-.103.055-.207.075-.312-.339-.177-.209-.627-.444-.881-.478-.521-.948-1.048-1.43-1.566-.118-.111-.217-.282-.398-.286.053.253.276.402.413.606.306.451.429 1.039.266 1.566-.152.565-.563 1.061-1.112 1.277-.347.17-.744.155-1.119.124a1.979 1.979 0 0 1-1.404-1.121c-.184-.366-.153-.792-.121-1.188.146-.672.667-1.268 1.335-1.456.479-.165.99-.051 1.454.107.184-.45.293-.926.453-1.383.075-.178-.098-.318-.124-.484a.788.788 0 0 1 .686-.347c.256-.424.655-.736.941-1.135.231-.49.32-1.061.674-1.486m-.515 2.222c-.185.187-.422.316-.587.524-.172.29-.558.116-.829.174.038.125.092.244.146.362a2.49 2.49 0 0 0-.162.646l.364.028c.005-.22-.041-.444.007-.661.103-.114.248-.18.387-.24.433-.18.886-.309 1.318-.493a2.114 2.114 0 0 0-.243-.757c-.137.136-.265.281-.401.418m-.152 1.514c.018.07.038.14.058.211.124-.001.248-.005.373-.009.012-.067.023-.135.031-.202a35.42 35.42 0 0 0-.461 0m-1.505.546c.01.117-.003.252.097.338.293.313.607.607.885.935.204.22.387.472.653.624a.87.87 0 0 0-.088-.33c-.274-.511-.474-1.055-.717-1.58a4.696 4.696 0 0 0-.83.014m2.233.605c-.047.265.003.535.066.793.173-.388.33-.795.373-1.22-.17.111-.356.233-.439.427m.446.783c-.102.365-.261.714-.315 1.091a1.79 1.79 0 0 0 .497-.088c-.032-.475.106-.967.423-1.329.068-.101.205-.192.17-.33-.091-.19-.245-.339-.382-.495-.179.366-.267.766-.393 1.151m-5.427.134c-.219.339-.221.758-.171 1.144.137.602.648 1.113 1.264 1.211.323.026.666.036.962-.117.586-.256.959-.896.942-1.528-.049-.414-.214-.837-.552-1.1-.217.529-.634.926-.993 1.357-.169.018-.406-.135-.211-.292.459-.291.756-.763.937-1.266-.724-.47-1.779-.161-2.179.591m6.75-.61c.29.451.728.816.907 1.331-.539.213-1.132.23-1.675.432.183.555.634 1.019 1.211 1.155.746.197 1.568-.28 1.839-.988.118-.273.111-.579.082-.868-.103-.61-.613-1.11-1.205-1.256-.395-.061-.821-.043-1.159.194m-.773 1.412c.42-.051.838-.137 1.24-.267a8.842 8.842 0 0 0-.735-.955 1.46 1.46 0 0 0-.505 1.223zM6.623 9.13c.19-.284.591-.298.873-.156.375.183.729.405 1.097.6.298.167.611.312.885.519-.072.691-.064 1.385-.079 2.08-.14-.016-.371.026-.392-.17-.081-.545-.148-1.093-.225-1.638-.147-.084-.315-.116-.475-.166-.012.478.219.928.187 1.41.046.395-.148.79-.018 1.177.241.898.451 1.804.68 2.705.058.233.144.468.125.712-.132.179-.341.283-.518.411-.17-.329-.267-.687-.397-1.033-.173-.478-.345-.956-.519-1.433-.105-.287-.18-.591-.349-.851-.234.308-.562.558-.686.937-.251.706-.488 1.417-.749 2.12a2.443 2.443 0 0 1-.736-.297c.205-.722.429-1.438.632-2.161.145-.591.543-1.069.84-1.588.088-.17.256-.341.189-.547-.085-.288-.206-.564-.313-.844l-.118.021c-.129.177-.234.401-.453.482-.272.111-.555.186-.829.291-.172.059-.341.148-.527.144-.097-.076-.178-.169-.262-.257.436-.402.983-.658 1.45-1.02a.492.492 0 0 0 .129-.174c.186-.425.303-.886.559-1.277z"/><path fill="#f7d017" d="M11.858.429c.173-.112.358.02.477.146 3.575 3.58 7.155 7.154 10.73 10.732.174.184.386.34.516.561.09.328-.229.519-.419.725-3.492 3.489-6.981 6.98-10.472 10.471-.195.183-.36.412-.605.531-.178.049-.327-.101-.447-.21-3.694-3.7-7.396-7.392-11.088-11.094-.207-.164-.168-.468.03-.62C4.168 8.082 7.757 4.495 11.344.905c.168-.161.317-.347.513-.477m2.985 6.018c-.179.057-.351.176-.426.353-.031.209-.061.466.113.624.207.267.654.263.869.008.173-.161.139-.423.108-.633-.111-.239-.399-.41-.663-.353M6.386 7.567c-.395.135-.528.712-.217.996.168.21.484.212.715.126.378-.181.438-.767.109-1.02-.161-.152-.405-.156-.607-.101m8.634.33c-.354.425-.444.996-.674 1.486-.286.399-.685.711-.941 1.135a.788.788 0 0 0-.686.347c.025.166.198.306.124.484-.16.458-.269.933-.453 1.383-.464-.159-.974-.272-1.454-.107-.668.189-1.19.784-1.335 1.456-.032.395-.063.821.121 1.188a1.98 1.98 0 0 0 1.404 1.121c.375.031.772.046 1.119-.124.55-.216.96-.712 1.112-1.277.163-.527.04-1.115-.266-1.566-.137-.204-.36-.353-.413-.606.181.004.28.174.398.286.481.518.952 1.045 1.43 1.566.235.254.105.704.444.881-.02.105-.046.209-.075.312.155.007.31.008.465.012-.165-.25-.213-.585-.085-.859.151-.063.316-.063.476-.079.15.33.304.671.573.924.389.359.925.568 1.456.531a1.954 1.954 0 0 0 1.328-.65c.336-.356.495-.851.515-1.333-.037-.369-.139-.744-.352-1.052a1.993 1.993 0 0 0-1.426-.852c-.42-.055-.822.096-1.192.276a4.538 4.538 0 0 1-.643-.849c.183-.226.441-.363.686-.509.039-.795.027-1.608-.226-2.372-.129-.371-.271-.754-.534-1.053-.206-.262-.636-.278-.896-.097M6.623 9.13c-.256.391-.373.851-.559 1.277a.5.5 0 0 1-.129.174c-.467.362-1.013.618-1.45 1.02.085.088.165.181.262.257.186.003.355-.086.527-.144.273-.105.557-.181.829-.291.219-.081.324-.305.453-.482l.118-.021c.108.28.229.555.313.844.067.206-.101.377-.189.547-.297.519-.695.996-.84 1.588-.203.723-.427 1.439-.632 2.161.228.137.475.241.736.297.26-.703.498-1.414.749-2.12.124-.379.452-.629.686-.937.169.26.244.563.349.851.174.477.346.955.519 1.433.129.345.227.704.397 1.033.178-.128.386-.232.518-.411.019-.244-.067-.479-.125-.712-.23-.901-.44-1.807-.68-2.705-.13-.387.064-.782.018-1.177.032-.482-.2-.932-.187-1.41.16.049.328.082.475.166.077.545.144 1.093.225 1.638.02.196.252.155.392.17.015-.695.007-1.389.079-2.08-.274-.207-.587-.352-.885-.519-.368-.196-.723-.418-1.097-.6-.282-.142-.683-.127-.873.156z"/><path fill="#f7d017" d="M14.505 10.117c.137-.137.264-.282.401-.418.12.237.217.49.243.757-.432.184-.885.314-1.318.493-.139.06-.284.126-.387.24-.047.217-.002.441-.007.661a41.375 41.375 0 0 1-.364-.028 2.49 2.49 0 0 1 .162-.646c-.054-.118-.109-.237-.146-.362.271-.058.658.116.829-.174.165-.207.402-.336.587-.524zM14.353 11.632h.461a2.818 2.818 0 0 1-.031.202 15.35 15.35 0 0 1-.373.009c-.02-.07-.04-.14-.058-.211zM12.849 12.178c.275-.034.553-.029.83-.014.243.525.443 1.069.717 1.58a.861.861 0 0 1 .088.33c-.266-.152-.449-.403-.653-.624-.278-.327-.592-.622-.885-.935-.1-.085-.087-.22-.097-.338zM15.082 12.784c.083-.194.269-.316.439-.427-.043.425-.2.833-.373 1.22-.064-.258-.114-.528-.066-.793zM15.528 13.567c.127-.385.215-.784.393-1.151.137.156.291.305.382.495.034.139-.103.229-.17.33-.317.362-.455.853-.423 1.329-.16.055-.328.08-.497.088.053-.377.213-.727.315-1.091zM10.101 13.701c.4-.751 1.455-1.06 2.179-.591-.181.503-.477.975-.937 1.266-.194.157.042.31.211.292.358-.431.776-.827.993-1.357.338.263.503.686.552 1.1.017.632-.356 1.272-.942 1.528-.296.153-.639.143-.962.117-.616-.098-1.128-.609-1.264-1.211-.05-.386-.047-.805.171-1.144zM16.85 13.091c.338-.237.764-.255 1.159-.194.593.146 1.102.646 1.205 1.256.029.289.036.595-.082.868-.271.708-1.093 1.185-1.839.988-.577-.137-1.028-.6-1.211-1.155.543-.202 1.136-.219 1.675-.432-.179-.516-.617-.88-.907-1.331z"/><path fill="#f7d017" d="M16.077 14.503c-.037-.463.15-.921.505-1.223.267.3.511.622.735.955-.402.131-.82.216-1.24.267z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0e0c" d="M11.462 1.757c.338-.137.733-.108 1.079-.013.145.097.289.202.394.344.091.17.198.331.296.499.114.204.239.402.361.601.113.203.239.4.36.6.13.239.287.461.416.701.119.2.245.395.367.593l.103.25c.104.164.216.326.319.492l.164.344a20.785 20.785 0 0 0 .244.407l.115.192c.074.128.16.248.25.366l.101.239.008.019c.101.206.232.396.354.589l.011.019c.065.116.127.233.188.35a6.396 6.396 0 0 0 .29.491c.114.199.232.396.353.592l.011.019c.083.143.161.289.239.436.119.2.246.397.37.596l.103.248c.104.164.216.325.313.496.13.239.283.463.424.696l.102.248c.128.194.257.39.378.589l.102.253c.131.192.26.386.37.592.116.2.246.392.364.593.101.271.27.508.431.745.106.247.229.487.388.706l.011.019c.068.118.132.239.192.362.084.156.176.306.272.456l.011.019c.154.278.335.54.497.814a3.266 3.266 0 0 0 .356.65c.064.112.124.224.182.34.115.202.244.396.361.596.082.167.179.323.3.463l.104.254.006.012c.095.209.226.397.373.572l.083.217.013.037.088.239c.133.293.131.661.002.955l-.122.239c-.082.16-.197.298-.317.43-7.495-.008-14.992-.008-22.487 0a3.532 3.532 0 0 1-.326-.426 10.423 10.423 0 0 0-.109-.355c-.139-.337-.118-.737-.013-1.082.198-.28.388-.565.576-.852l.101-.248c.122-.199.25-.395.368-.596.151-.287.365-.536.476-.844.118-.2.244-.395.364-.592l.126-.209a7.369 7.369 0 0 1 .488-.858c.077-.125.152-.25.228-.376.076-.154.156-.306.245-.452l.016-.024c.133-.19.244-.394.332-.608.182-.31.4-.601.534-.937.122-.198.254-.39.37-.593.126-.359.41-.629.538-.988.114-.203.244-.397.372-.592.076-.163.152-.326.226-.492.12-.199.248-.394.367-.593a12.907 12.907 0 0 1 .25-.457c.125-.197.245-.397.352-.606l.01-.017.12-.222a.15.15 0 0 0 .012-.02l.216-.361a7.76 7.76 0 0 1 .253-.459c.098-.155.193-.312.277-.476a16.321 16.321 0 0 1 .2-.361c.1-.156.197-.313.281-.479a8.045 8.045 0 0 1 .198-.359c.134-.198.252-.407.35-.625.055-.114.112-.227.169-.34.102-.167.211-.329.314-.496l.164-.344c.103-.166.212-.328.31-.497.13-.24.283-.464.425-.696l.102-.25c.131-.193.258-.39.371-.595.097-.168.205-.329.304-.496.101-.247.251-.475.514-.57l.236-.125m.28 2.795C8.681 9.885 5.586 15.202 2.548 20.551c6.301.011 12.602 0 18.904.006-3.097-5.51-6.223-11.004-9.329-16.51-.19.114-.28.317-.38.503z"/><path fill="#fff" d="M11.742 4.55c.101-.186.191-.389.38-.503 3.106 5.506 6.232 10.999 9.329 16.51-6.301-.006-12.602.005-18.904-.006C5.585 15.203 8.68 9.885 11.741 4.55m-.003 2.141c-.368.058-.487.563-.289.846.241.422 1.044.146.973-.343.026-.34-.378-.565-.684-.503m-.274 1.521c-.452.643-.949 1.256-1.364 1.925.727.054 1.032-.688 1.471-1.117.008.341.005.682.005 1.022.348.001.695.001 1.043-.004.014-.456.038-.916-.034-1.368l.539.323c0 .367-.002.734.008 1.102.55-.05.702-.732.479-1.147-.352-.366-.701-.756-1.142-1.015-.343-.214-.796-.037-1.004.28m.147 2.023c-.446.948-1.052 1.812-1.516 2.753a11.139 11.139 0 0 1-.089-.143c.175-.343.344-.689.5-1.042l-.418.038a33.302 33.302 0 0 1-.679 1.909c.433.013.868.017 1.301-.002.038-.283.089-.565.173-.839l-.426.018.328-.174c.462-.659.834-1.382 1.224-2.088.246.108.33.383.468.592.192.373.472.701.628 1.091.053.469.132.936.164 1.406.424.007.846.008 1.268 0-.218-.646-.419-1.303-.709-1.92.017.227.076.446.139.662-.14.238-.346.426-.584.562.128-.19.373-.326.395-.57-.276-.804-.918-1.429-1.192-2.237-.325-.017-.65-.016-.976-.017m-2.886 1.572c-.419.65-.83 1.303-1.241 1.958.431-.004.862 0 1.292-.013.254-.656.594-1.278.835-1.94a32.785 32.785 0 0 0-.887-.005m5.816 0c.22.666.607 1.262.81 1.934.37.028.74.024 1.111.013-.293-.656-.714-1.248-.979-1.918a6.582 6.582 0 0 0-.942-.03m-3.039.134c-.007.61-.119 1.21-.156 1.817.432.008.864.008 1.297-.006-.155-.641-.068-1.309-.215-1.951-.294.065-.736-.137-.926.14m-.597 3.162c-.202.409-.266.869-.408 1.3-.227-.002-.452-.002-.679-.005-.317.161-.626.38-.743.734-.319.611-.065 1.426.522 1.771.658.15 1.408-.114 1.762-.7.27-.64-.036-1.421-.63-1.758l.083-.21.232.293.199-.208a16.77 16.77 0 0 1-.383-.418 69.073 69.073 0 0 1 2.23 0c-.211.584-.394 1.189-.703 1.728-.31-.403-.68-.751-.989-1.154-.067.068-.134.137-.203.205.348.377.697.751 1.025 1.146.14.005.422.016.564.02.02-.154-.047-.322.038-.463.235-.451.314-.959.468-1.44.136.204.252.42.358.641-.214.124-.448.239-.581.458-.186.277-.128.625-.133.94.152.253.269.547.522.721.301.235.701.25 1.064.227.444.008.712-.426.858-.79.126-.479.13-1.087-.308-1.414-.319-.353-.81-.352-1.248-.334a56.6 56.6 0 0 1-.383-.962c.17-.056.347-.11.491-.222-.404-.062-.815-.022-1.222-.026.173.046.666.096.415.35-.721.056-1.45.024-2.173.011.068-.133.138-.266.21-.397.182.005.366.012.548.02l-.002-.337c-.274.029-.65-.023-.8.271m-6.239 4.09c-.156.182-.294.383-.349.622.58.014 1.16-.005 1.74.017.265-.338.377-.761.589-1.129-.499.016-1-.012-1.499.008-.274-.005-.338.311-.481.482m3.556-.08l-.209.222-.018.424c.588.122 1.192.037 1.787.065l.002-.63c-.288-.108-.515-.32-.776-.473-.259-.028-.52-.016-.78-.02-.004.137-.005.275-.006.413m3.366.708c.514-.008 1.028.024 1.541-.031-.004-.3-.005-.6-.004-.9l-.234-.191c-.433.01-.866.008-1.3.002-.01.373-.011.746-.004 1.12m3.096-.654c.08.224.179.442.289.654.512-.007 1.03.034 1.536-.062a1.787 1.787 0 0 0-.382-.727l-.012-.325-.767-.002c-.21.17-.43.329-.665.463m2.892-.464c.133.352.392.63.547.97l.211.15c.484-.006.968-.004 1.453-.004-.218-.36-.503-.678-.694-1.055-.498-.114-1.012-.041-1.518-.061zM15.548 6.544zM8.191 6.809zM16.032 7.372l.008.019-.008-.019zM7.712 7.646zM16.394 7.98l.011.019-.011-.019zM7.235 8.485zM16.871 8.821zM6.766 9.306zM17.237 9.432l.011.019-.011-.019zM6.636 9.545l.01-.017a.095.095 0 0 1-.01.017zM6.27 10.174a.176.176 0 0 0 .014-.023l-.014.023zM3.28 15.434l.016-.024-.016.024zM20.83 15.649l.011.019-.011-.019zM2.796 16.28a.087.087 0 0 1 .011-.018l-.011.018zM21.305 16.487l.011.019-.011-.019z"/><path fill="#fff" d="M9.326 17.146c.197-.349.604-.51.986-.54-.025.413-.198.81-.178 1.224l.106-.022c.19-.323.296-.686.442-1.031.28.155.58.394.565.748.145.827-.979 1.379-1.624.94-.409-.28-.568-.892-.298-1.319zM14.018 16.619c.427-.004.923.119 1.136.528.276.452.088 1.108-.376 1.356-.401.106-.9.18-1.25-.1-.176-.134-.17-.372-.205-.57.374 0 .75.001 1.124-.01a11.663 11.663 0 0 1-.43-1.205z"/><path fill="#fff" d="M13.327 17.674a1.325 1.325 0 0 1 .335-.894c.178.288.349.581.494.887-.276.006-.553.007-.829.007zM2.318 17.12zM22.157 17.95zM23.117 19.624l.006.012-.006-.012zM23.579 20.425l.013.037a.418.418 0 0 1-.013-.037z"/><path fill="#26252c" d="M11.738 6.691c.306-.062.71.163.684.503.071.49-.732.766-.973.343-.198-.283-.079-.788.289-.846z"/><path fill="#26252c" d="M11.464 8.212c.209-.317.661-.493 1.004-.28.442.259.791.649 1.142 1.015.223.415.071 1.097-.479 1.147-.011-.367-.008-.734-.008-1.102l-.539-.323c.072.452.048.912.034 1.368-.348.005-.695.005-1.043.004 0-.341.004-.682-.005-1.022-.439.43-.744 1.171-1.471 1.117.415-.668.912-1.282 1.364-1.925zM11.612 10.236c.325.001.65 0 .976.017.274.808.916 1.433 1.192 2.237-.022.244-.266.38-.395.57.239-.136.444-.324.584-.562a3.183 3.183 0 0 1-.139-.662c.29.617.491 1.274.709 1.92-.422.008-.845.007-1.268 0-.032-.47-.112-.937-.164-1.406-.156-.39-.436-.718-.628-1.091-.138-.209-.222-.484-.468-.592-.39.706-.762 1.429-1.224 2.088l-.328.174.426-.018a5.34 5.34 0 0 0-.173.839c-.433.019-.868.016-1.301.002.244-.63.475-1.266.679-1.909l.418-.038c-.156.353-.325.698-.5 1.042l.089.143c.463-.941 1.069-1.805 1.516-2.753zM8.725 11.807c.295-.001.592-.002.887.005-.241.662-.581 1.284-.835 1.94-.431.013-.862.01-1.292.013.41-.655.822-1.308 1.241-1.958zM14.54 11.807c.314-.007.63-.008.942.03.265.67.686 1.261.979 1.918a10.83 10.83 0 0 1-1.111-.013c-.203-.672-.59-1.268-.81-1.934z"/><path fill="#26252c" d="M11.501 11.94c.191-.277.632-.076.926-.14.146.642.06 1.31.215 1.951-.433.014-.865.014-1.297.006.037-.607.149-1.207.156-1.817zM10.904 15.102c.15-.294.527-.242.8-.271l.002.337a25.076 25.076 0 0 0-.548-.02 15.04 15.04 0 0 0-.21.397c.724.013 1.452.046 2.173-.011.251-.254-.242-.305-.415-.35.407.005.817-.036 1.222.026-.144.112-.32.166-.491.222.125.322.252.643.383.962.438-.018.929-.019 1.248.334.438.326.434.935.308 1.414-.146.364-.414.798-.858.79-.364.023-.763.008-1.064-.227-.253-.174-.37-.468-.522-.721.005-.314-.053-.662.133-.94.133-.22.367-.335.581-.458a5.217 5.217 0 0 0-.358-.641c-.154.481-.233.989-.468 1.44-.085.142-.018.31-.038.463l-.564-.02c-.328-.395-.677-.769-1.025-1.146l.203-.205c.308.403.679.751.989 1.154.31-.539.492-1.144.703-1.728a69.073 69.073 0 0 0-2.23 0c.125.142.253.28.383.418-.067.068-.133.138-.199.208l-.232-.293-.083.21c.594.337.9 1.118.63 1.758-.354.586-1.104.85-1.762.7-.587-.346-.841-1.16-.522-1.771.116-.354.426-.574.743-.734.227.002.452.002.679.005.142-.431.206-.89.408-1.3m-1.577 2.042c-.27.427-.112 1.039.298 1.319.644.439 1.769-.113 1.624-.94.014-.354-.286-.593-.565-.748-.145.344-.252.708-.442 1.031l-.106.022c-.02-.414.152-.811.178-1.224-.383.03-.79.191-.986.54m4.691-.527c.125.408.26.812.43 1.205-.374.011-.75.01-1.124.01.035.198.029.436.205.57.35.28.85.205 1.25.1.463-.248.652-.904.376-1.356-.214-.409-.709-.532-1.136-.528m-.692 1.054c.276 0 .553-.001.829-.007a9.366 9.366 0 0 0-.494-.887 1.325 1.325 0 0 0-.335.894zM4.666 19.19c.143-.172.208-.487.481-.482.499-.02 1 .007 1.499-.008-.212.368-.324.791-.589 1.129-.58-.022-1.16-.002-1.74-.017.055-.239.193-.439.349-.622zM8.222 19.11c.001-.138.002-.276.006-.413.26.005.521-.007.78.02.262.152.488.365.776.473l-.002.63c-.595-.028-1.199.058-1.787-.065l.018-.424.209-.222z"/><path fill="#26252c" d="M11.588 19.819c-.007-.373-.006-.746.004-1.12.433.006.866.007 1.3-.002.078.062.156.127.234.191-.001.3 0 .6.004.9-.512.055-1.027.023-1.541.031zM14.683 19.165c.235-.134.455-.293.665-.463l.767.002c.002.082.008.244.012.325.185.208.308.46.382.727-.506.096-1.024.055-1.536.062a5.284 5.284 0 0 1-.289-.654zM17.574 18.702c.506.02 1.02-.053 1.518.061.191.377.475.695.694 1.055-.485 0-.97-.002-1.453.004l-.211-.15c-.155-.34-.414-.618-.547-.97z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g4_1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.84 0h.328c.277.068.54.202.74.408C16.305 3.814 19.7 7.219 23.1 10.622c.34.353.769.667.9 1.166v.452c-.072.191-.142.39-.287.54-3.449 3.433-6.883 6.882-10.326 10.321-.336.317-.613.724-1.058.898h-.638c-.43-.151-.696-.536-1.012-.839-3.247-3.236-6.487-6.479-9.736-9.713-.367-.378-.838-.719-.943-1.27v-.314c.089-.541.552-.874.907-1.242 3.24-3.239 6.479-6.478 9.716-9.718.365-.349.685-.808 1.217-.905m-.159.295c-.262.112-.458.328-.662.52C7.539 4.299 4.052 7.778.578 11.269c-.403.353-.469 1.028-.068 1.408 3.548 3.575 7.115 7.132 10.663 10.706.248.248.58.463.948.406.463-.054.739-.478 1.055-.772 3.296-3.302 6.592-6.606 9.893-9.904.271-.292.656-.552.701-.98.067-.4-.196-.739-.464-.997-3.548-3.53-7.08-7.078-10.628-10.607a.917.917 0 0 0-.995-.235z"/><path fill="#fee011" d="M11.794.763c.248-.164.506.032.676.211 3.504 3.499 7.008 6.998 10.51 10.499.191.19.442.464.272.749-.186.286-.461.498-.694.742-3.379 3.378-6.757 6.756-10.134 10.136-.139.148-.332.274-.545.212-.263-.13-.443-.371-.652-.568-3.257-3.268-6.515-6.532-9.772-9.798-.234-.242-.502-.455-.7-.728-.155-.251.047-.505.223-.673C4.314 8.203 7.651 4.861 10.99 1.521c.265-.254.502-.545.803-.758m.729 2.747l-.025.559c.252.002.505.005.758.013-.169.188-.349.367-.515.559-.637-.022-1.277-.014-1.913-.066.19-.264.671-.39.676-.732-.554-.115-1.129-.026-1.692-.049l.092.593.3.067c.21.493-.114.928-.326 1.352-.402-.061-.836-.097-1.206.108-.841.392-1.17 1.531-.719 2.33.361.743 1.348 1.1 2.088.712.53-.233.791-.779.956-1.3.258.169.509.486.857.352.366-.097.458-.494.467-.824.402-.385.817-.758 1.225-1.139l.065.13c-.666.605-.82 1.703-.234 2.413.517.707 1.634.82 2.276.22.768-.644.758-1.964-.023-2.596-.427-.389-1.044-.433-1.583-.295a18.675 18.675 0 0 1-.553-1.235c.287-.262.7-.725.288-1.074-.385-.174-.846-.053-1.26-.098m-4.819 6.698c-.419.204-.367.93.097 1.044.377.09.659-.35.558-.684-.048-.284-.385-.514-.655-.36m5.894.632c.114.158.224.319.33.484-.293.329-.258.779-.342 1.182-.139.13-.316.241-.512.244-.325-.144-.566-.421-.886-.577-.412-.234-.901-.17-1.355-.21.102.526.041 1.06-.01 1.586.071.181.265.151.424.167.06-.228.154-.449.365-.575.196.491.457.976.432 1.52-.472.452-.7 1.074-.97 1.652.078.194.157.389.246.578.318-.259-.004-.652.182-.962.21-.4.521-.769.942-.954.179.503.468.953.69 1.436-.077.15-.152.301-.226.452.163.028.328.053.493.077.005-.146.012-.293.019-.439-.17-.448-.258-.92-.416-1.372-.078-.27.264-.248.436-.228.625.103 1.244-.06 1.834-.256.188.48.298 1.014.144 1.52-.192.246-.433.448-.629.691.19.029.38.038.57.012.27-.574.649-1.183.528-1.838l.443.211c.169.295.306.607.277.958-.028.251.198.408.332.586.076-.173.149-.346.22-.52l-.326-.182c-.032-.454-.084-.907-.312-1.309.055-.482.14-.964.056-1.448.433.337.13 1.002.528 1.373.163.235.457.17.691.108-.686-.329-.43-1.295-1.027-1.693-.716-.059-1.432-.298-2.144-.058.065-.625.056-1.302-.383-1.802.053-.233.191-.586-.089-.726-.253-.118-.385.184-.556.312m-6.569.632l-.607 1.4c.13.352.316.686.394 1.054-.053.554-.006 1.111-.034 1.666-.154.488-.401.942-.594 1.416l.326.229c.377-.704.797-1.394.986-2.18.258.69.217 1.435.288 2.156l.425.023c-.001-.466.005-.931.002-1.397.014-.616-.26-1.187-.337-1.789.03-.343.122-.678.169-1.019.198.302.528.458.824.644l.142-.337a60.414 60.414 0 0 0-.611-.421c-.086-.404-.169-.809-.262-1.212-.101-.115-.2-.23-.299-.347a21.88 21.88 0 0 0-.317-.14c-.166.086-.331.172-.497.254z"/><path fill="#fee011" d="M11.158 5.19c.667.004 1.336.017 2.003.02l.144.35c-.472.419-.906.883-1.415 1.26-.252-.54-.49-1.086-.732-1.631zM10.658 5.612l.583 1.298-.259.22a3.06 3.06 0 0 0-.575-1.007l.251-.511zM8.266 6.952c.206-.576.852-.846 1.43-.745-.166.49-.695.936-.511 1.483.455-.013.911-.016 1.366.001-.167.515-.601 1.002-1.184.978-.85.037-1.444-.967-1.1-1.717zM14.293 6.383c.414-.047.878.02 1.148.372.496.548.298 1.531-.389 1.823-.605.294-1.376-.131-1.502-.776-.12-.408.068-.809.286-1.144.218.355.384.745.636 1.078.158.137.378-.006.412-.187-.142-.414-.408-.769-.59-1.165z"/><path fill="#fee011" d="M10.196 6.527c.115.184.223.372.329.562l-.622-.019c.097-.181.194-.362.293-.542zM6.894 13.182c-.199-.036-.124-.481.076-.402.062.12.06.334-.076.402zM13.462 12.823c.196-.065.268 0 .215.193-.196.062-.268-.001-.215-.193z"/><path d="M11.681.293a.92.92 0 0 1 .995.235c3.548 3.529 7.08 7.076 10.628 10.607.269.258.532.598.464.997-.044.428-.43.689-.701.98-3.301 3.298-6.596 6.601-9.893 9.904-.316.294-.592.718-1.055.772-.368.058-.7-.157-.948-.406C7.623 19.807 4.056 16.25.508 12.676c-.401-.379-.335-1.055.068-1.408C4.05 7.777 7.537 4.298 11.017.812c.204-.192.401-.408.662-.52m.115.471c-.301.214-.538.504-.803.758C7.653 4.861 4.315 8.203.979 11.545c-.176.168-.378.422-.223.673.198.274.466.486.7.728 3.257 3.266 6.515 6.53 9.772 9.798.209.197.389.438.652.568.212.061.406-.065.545-.212 3.377-3.38 6.755-6.758 10.134-10.136.233-.244.508-.456.694-.742.169-.284-.082-.559-.272-.749-3.502-3.5-7.006-7-10.51-10.499-.169-.179-.427-.376-.676-.211z"/><path d="M12.522 3.51c.414.046.875-.076 1.26.098.412.349-.001.812-.288 1.074.167.419.356.829.553 1.235.539-.138 1.156-.094 1.583.295.781.631.791 1.951.023 2.596-.642.6-1.759.487-2.276-.22-.586-.71-.432-1.808.234-2.413l-.065-.13c-.408.38-.823.754-1.225 1.139-.008.33-.101.727-.467.824-.348.134-.599-.182-.857-.352-.166.521-.426 1.067-.956 1.3-.74.389-1.727.031-2.088-.712-.451-.799-.122-1.938.719-2.33.37-.205.804-.169 1.206-.108.212-.425.536-.859.326-1.352l-.3-.067a143.78 143.78 0 0 1-.092-.593c.563.023 1.138-.066 1.692.049-.005.342-.486.468-.676.732.636.052 1.276.044 1.913.066.166-.192.346-.371.515-.559a32.027 32.027 0 0 0-.758-.013l.025-.559m-1.365 1.68c.242.545.48 1.091.732 1.631.509-.377.943-.841 1.415-1.26l-.144-.35c-.667-.004-1.336-.017-2.003-.02m-.5.421l-.251.511c.259.293.444.64.575 1.007.086-.072.173-.145.259-.22-.196-.432-.389-.865-.583-1.298m-2.392 1.34c-.343.75.251 1.754 1.1 1.717.583.024 1.018-.463 1.184-.978a20.738 20.738 0 0 0-1.366-.001c-.184-.547.346-.994.511-1.483-.578-.101-1.224.169-1.43.745m6.028-.569c.182.396.449.751.59 1.165-.034.181-.253.324-.412.187-.252-.332-.418-.722-.636-1.078-.217.335-.406.736-.286 1.144.126.646.898 1.07 1.502.776.686-.292.884-1.274.389-1.823-.27-.352-.734-.419-1.148-.372m-4.096.145l-.293.542.622.019c-.106-.19-.214-.378-.329-.562zM7.702 10.208c.27-.154.607.076.655.36.101.334-.181.774-.558.684-.464-.114-.516-.84-.097-1.044zM13.596 10.84c.17-.128.302-.43.556-.312.28.14.142.493.089.726.439.5.448 1.177.383 1.802.713-.24 1.428-.001 2.144.058.598.398.341 1.364 1.027 1.693-.234.062-.528.127-.691-.108-.398-.371-.095-1.036-.528-1.373.084.485-.001.966-.056 1.448.228.402.28.856.312 1.309l.326.182c-.071.174-.144.347-.22.52-.134-.178-.36-.335-.332-.586.029-.35-.108-.662-.277-.958l-.443-.211c.121.655-.258 1.265-.528 1.838a1.98 1.98 0 0 1-.57-.012c.196-.244.437-.445.629-.691.154-.506.044-1.04-.144-1.52-.589.196-1.208.359-1.834.256-.172-.02-.514-.042-.436.228.158.451.246.924.416 1.372a32.21 32.21 0 0 0-.019.439c-.166-.024-.33-.049-.493-.077.073-.151.149-.302.226-.452-.222-.484-.511-.934-.69-1.436-.421.185-.732.554-.942.954-.186.311.136.703-.182.962-.089-.19-.168-.384-.246-.578.27-.578.498-1.2.97-1.652.025-.545-.236-1.03-.432-1.52-.211.126-.305.347-.365.575-.158-.016-.353.014-.424-.167.05-.527.112-1.061.01-1.586.454.04.943-.024 1.355.21.319.156.56.433.886.577.197-.002.373-.114.512-.244.084-.403.049-.853.342-1.182a12.136 12.136 0 0 0-.33-.484m-.135 1.983c-.053.192.019.256.215.193.053-.193-.019-.258-.215-.193zM7.026 11.472c.166-.083.331-.168.497-.254.079.035.238.104.317.14.098.116.198.232.299.347.092.403.175.808.262 1.212.204.139.408.28.611.421l-.142.337c-.296-.186-.626-.342-.824-.644-.047.341-.139.676-.169 1.019.077.602.352 1.174.337 1.789.002.466-.004.931-.002 1.397l-.425-.023c-.071-.721-.03-1.466-.288-2.156-.19.786-.61 1.476-.986 2.18-.082-.056-.245-.172-.326-.229.193-.474.44-.928.594-1.416.028-.554-.019-1.111.034-1.666-.078-.367-.264-.702-.394-1.054l.607-1.4m-.134 1.71c.136-.068.138-.282.076-.402-.199-.079-.275.366-.076.402z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trams-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.585 1.44h.656c.878.216 1.118 1.156 1.571 1.814l.043.206c-.379-.485-.59-1.085-.985-1.561-.421-.433-1.099-.452-1.606-.163l.058-.13.307-.053-.044-.114zM10.394 2.992c.122-.439.409-.833.684-1.196l.156-.037c-.365.352-.526.847-.84 1.234zM13.895 3.566c.2.01.312.301.317.478-.175-.089-.245-.307-.317-.478zM14.243 4.176c.203-.005.312.302.324.475-.179-.084-.244-.308-.324-.475zM9.066 5.251c.018-.175.128-.551.349-.521-.083.182-.152.434-.349.521zM15.078 5.608c.21-.011.288.302.31.47-.179-.078-.239-.305-.31-.47zM8.309 6.474l.138-.079A29.834 29.834 0 0 1 7.444 8.14c.152-.602.6-1.1.865-1.666zM16.031 7.258l.133.068c.209.439.54.826.678 1.292-.326-.414-.556-.9-.811-1.361zM16.879 8.731c.204-.012.292.294.311.46-.184-.062-.238-.3-.311-.46zM17.207 9.3l.137.074c.257.517.635.982.817 1.528-.373-.493-.648-1.063-.954-1.602zM5.945 10.657a.74.74 0 0 1 .331-.569l.022.06c-.097.174-.16.421-.353.509zM18.194 11.004c.202.001.316.307.298.481-.154-.113-.236-.306-.298-.481zM4.987 12.318c.005-.176.115-.464.314-.475-.077.167-.133.395-.314.475zM4.657 12.808c.102-.128.109-.372.318-.378-.275.452-.494.944-.822 1.36.072-.366.35-.647.504-.982zM7.252 12.83c.043-.152.142-.216.298-.19 2.885-.002 5.77.001 8.656-.002.172.023.382-.052.527.07.113.276-.257.215-.407.221-1.715-.008-3.43.011-5.144-.01.433.641.847 1.295 1.265 1.946-.217.342-.504.646-.679 1.012.208.023.422.05.388.317 1.628-.006 3.256.001 4.884-.004.175-.016.343.034.508.09.316.596.57 1.224.859 1.832-.002.256-.017.511-.002.766-.05.046-.152.134-.203.18-.432.016-.863.001-1.294.005l-.196.293c1.321-.024 2.644-.011 3.965-.007l.119.248c-.248.066-.508.04-.762.043H3.605c-.18.061-.473-.106-.236-.278 1.313-.041 2.629-.008 3.943-.016a71.045 71.045 0 0 0-.216-.286c-.499-.031-1.022.08-1.505-.064-.006-.394-.146-.824.089-1.178.282-.538.486-1.12.821-1.628 1.205.001 2.411.005 3.617-.001l.012-.206c.22-.008.439-.02.659-.035.436-.37.884-.722 1.326-1.086-.44-.643-.888-1.282-1.331-1.924-.991-.024-1.985-.005-2.977-.01-.181-.025-.416.067-.552-.098m-.726 3.849c-.151.442-.308.881-.445 1.327.26.325.709.14 1.066.184.192-.502.131-1.098.042-1.619-.218-.032-.492-.059-.662.108m1.096.475c.043.343-.109.743.133 1.032 1.008-.004 2.015.002 3.022-.02.15-.277.08-.595.095-.893-.01-.245.044-.505-.084-.728-.998.012-1.997.005-2.995.008-.246.096-.151.401-.17.601m3.628-.467c-.019.433-.017.869-.001 1.303l.15.175c.407.008.815-.004 1.223.006l.106-.175c-.044-.479.13-1.021-.112-1.456-.409.008-.818-.001-1.229.004l-.137.143m1.85.598c.035.287-.086.612.092.865a92.48 92.48 0 0 0 3.116-.011c.019-.047.056-.139.076-.185-.034-.47.103-.978-.097-1.421-.997.005-1.996-.001-2.993.008-.292.121-.17.497-.194.743m3.745-.664c-.194.403-.042.917-.085 1.362l.144.16c.337-.067.851.168 1.067-.16-.168-.481-.379-.95-.6-1.411-.158-.054-.404-.098-.526.049m-8.953 2.779c.275-.043.547-.047.818.005-.038-.155-.209-.241-.305-.36-.224.018-.342.238-.514.355m1.495-.035c1.787-.038 3.58-.026 5.368-.005l-.242-.295c-1.643.001-3.286-.004-4.927.002l-.198.298m6.002.035c.217-.071.428-.032.637 0-.047-.127-.254-.185-.284-.355-.18.025-.238.236-.353.355zM19.148 12.658l.138.061c.196.45.544.832.676 1.304-.323-.419-.559-.902-.814-1.366zM3.804 14.363c.013-.172.115-.47.316-.47-.074.164-.133.398-.316.47zM19.997 14.128c.208-.014.293.3.307.467-.174-.082-.238-.301-.307-.467zM2.524 16.657c.07-.422.379-.769.581-1.144l.079.005c-.206.388-.422.77-.66 1.139zM20.951 15.779l.134.062c.202.45.551.836.684 1.31-.326-.42-.56-.908-.818-1.373zM21.797 17.245c.206-.013.29.299.313.463-.185-.065-.239-.301-.313-.463zM22.145 17.838l.125.062c.251.509.619.965.806 1.5-.374-.47-.64-1.033-.931-1.562zM1.03 19.175c.001-.168.166-.599.35-.52-.086.184-.163.416-.35.52zM23.114 19.529c.205-.007.293.296.313.464-.185-.066-.236-.304-.313-.464zM23.443 20.105c.329.162.355.606.557.887v.394c-.15.232-.148.623-.444.731.065-.209.241-.36.281-.58.205-.517-.169-.995-.394-1.432zM0 20.964c.158-.199.13-.57.408-.65-.206.364-.385.755-.295 1.183L0 21.601v-.637zM23.348 22.244l.094-.076.04.064-.08.073-.053-.061z"/><path fill="#fff" d="M11.264 1.736c.506-.289 1.184-.27 1.606.163.395.476.606 1.076.985 1.561l.04.106c.072.17.142.389.317.478l.031.132c.08.167.145.391.324.475a3.3 3.3 0 0 1 .014.098c.168.284.341.568.497.858.071.166.131.392.31.47.16.416.448.778.643 1.18.256.461.485.947.811 1.361l.037.113c.073.16.127.397.311.46l.017.109c.306.539.581 1.109.954 1.602l.034.102c.061.175.144.368.298.481.199.402.445.778.656 1.172.254.463.491.947.814 1.366.01.026.026.078.035.104.07.166.133.385.307.467.164.418.451.779.647 1.184.258.464.492.953.818 1.373.007.023.02.071.028.094.074.162.128.398.313.463l.035.13c.292.529.557 1.092.931 1.562a6.2 6.2 0 0 1 .038.128c.077.161.128.398.313.464l.016.112c.224.437.599.914.394 1.432-.04.22-.216.371-.281.58l-.114.053-.094.076c-.103.134-.293.114-.41.227-7.248.013-14.497.002-21.745.005-.511-.061-.976-.464-1.08-.979-.09-.428.089-.82.295-1.183.19-.355.401-.698.606-1.044l.016-.095c.187-.103.264-.336.35-.52.352-.679.756-1.337 1.144-1.998.238-.368.454-.751.66-1.139.173-.402.484-.744.62-1.156.182-.072.241-.306.316-.47a4.13 4.13 0 0 1 .034-.103c.328-.415.547-.907.822-1.36l.012-.112c.181-.08.238-.308.314-.475.197-.372.416-.732.634-1.091l.01-.095c.193-.088.256-.335.353-.509.346-.685.76-1.344 1.146-2.009.35-.571.692-1.151 1.003-1.745.192-.355.402-.702.611-1.048l.008-.096c.197-.086.266-.338.349-.521.299-.594.682-1.144.979-1.739.314-.386.475-.882.84-1.234a.33.33 0 0 1 .03-.022m.31.395c-.168.097-.257.278-.355.438C7.707 8.655 4.185 14.737.677 20.827c-.312.472.084 1.175.646 1.154 7.118.002 14.237.005 21.354 0 .59.005.947-.752.593-1.218-3.426-5.935-6.856-11.868-10.283-17.802-.134-.223-.247-.458-.402-.667-.228-.302-.692-.372-1.008-.166z"/><path fill="#fff" d="M11.94 4.406l.059-.067c2.897 5 5.777 10.01 8.676 15.01-1.321-.004-2.644-.017-3.965.007l.196-.293c.431-.004.862.011 1.294-.005.05-.046.152-.134.203-.18-.014-.254 0-.51.002-.766-.289-.608-.544-1.236-.859-1.832-.164-.056-.332-.106-.508-.09-1.628.005-3.256-.002-4.884.004.035-.266-.18-.294-.388-.317.175-.366.462-.67.679-1.012-.418-.652-.832-1.306-1.265-1.946 1.715.02 3.43.001 5.144.01.15-.006.52.055.407-.221-.145-.121-.355-.047-.527-.07-2.886.004-5.771 0-8.656.002-.156-.026-.254.037-.298.19.136.166.371.073.552.098.992.005 1.986-.014 2.977.01.443.642.89 1.28 1.331 1.924-.442.364-.89.716-1.326 1.086-.22.014-.439.026-.659.035a6.908 6.908 0 0 1-.012.206c-1.206.006-2.412.002-3.617.001-.335.509-.539 1.091-.821 1.628-.235.354-.095.785-.089 1.178.482.144 1.006.032 1.505.064l.216.286c-1.314.007-2.63-.025-3.943.016-.236.173.056.34.236.278h16.429c.254-.004.514.023.762-.043l.034-.007c.137.295.317.566.474.851-6.21-.001-12.42-.004-18.63.001 3.1-5.339 6.178-10.691 9.269-16.036z"/><path fill="#fff" d="M6.529 16.679c.17-.167.444-.14.662-.108.089.521.15 1.117-.042 1.619-.356-.043-.805.142-1.066-.184.137-.446.294-.886.445-1.327zM7.626 17.154c.019-.2-.076-.505.17-.601.998-.004 1.997.004 2.995-.008.128.223.074.484.084.728-.014.298.055.616-.095.893-1.007.023-2.014.017-3.022.02-.242-.289-.09-.689-.133-1.032zM11.255 16.687l.137-.143c.41-.005.82.005 1.229-.004.241.434.067.977.112 1.456l-.106.175c-.408-.01-.816.002-1.223-.006l-.15-.175c-.016-.434-.018-.87.001-1.303zM13.105 17.285c.024-.246-.097-.622.194-.743.997-.01 1.996-.004 2.993-.008.2.443.064.95.097 1.421l-.076.185a92.48 92.48 0 0 1-3.116.011c-.179-.253-.058-.578-.092-.865zM16.85 16.62c.121-.148.367-.103.526-.049.221.461.432.93.6 1.411-.216.328-.73.092-1.067.16l-.144-.16c.043-.445-.109-.959.085-1.362zM7.897 19.399c.172-.118.289-.337.514-.355.096.119.266.205.305.36a2.365 2.365 0 0 0-.818-.005zM9.391 19.364l.198-.298c1.642-.006 3.284-.001 4.927-.002l.242.295a157.47 157.47 0 0 0-5.368.005zM15.394 19.399c.115-.119.173-.33.353-.355.03.17.238.228.284.355-.209-.032-.42-.071-.637 0z"/><path fill="#f91a0e" d="M11.576 2.129c.316-.206.78-.137 1.008.166.155.209.268.444.402.667 3.427 5.934 6.857 11.867 10.283 17.802.354.466-.002 1.223-.593 1.218-7.117.005-14.236.002-21.354 0-.562.02-.958-.683-.646-1.154 3.509-6.09 7.031-12.173 10.544-18.26.098-.16.187-.341.355-.438m.365 2.276C8.849 9.751 5.771 15.103 2.671 20.442c6.21-.005 12.42-.002 18.63-.001-.157-.284-.337-.556-.474-.851l-.034.007-.119-.248c-2.899-4.999-5.779-10.009-8.676-15.01l-.059.067z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trams-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.602 0h.62c.44.223.756.612 1.103.95 3.343 3.338 6.685 6.678 10.027 10.018.245.242.464.558.422.92-.025.5-.473.804-.786 1.136-3.444 3.44-6.89 6.878-10.33 10.324-.372.414-1.074.428-1.456.02-3.6-3.607-7.212-7.205-10.814-10.811-.324-.301-.433-.818-.204-1.208.23-.361.568-.634.863-.94 3.32-3.32 6.648-6.635 9.966-9.959.175-.175.373-.326.588-.451m.089.666c-.199.154-.368.341-.546.518C7.749 4.586 4.34 7.976.944 11.381c-.233.178-.395.533-.116.755 3.582 3.581 7.169 7.158 10.75 10.74.156.21.473.25.646.037 3.588-3.577 7.168-7.164 10.756-10.741.132-.125.253-.324.151-.505-.19-.281-.458-.497-.689-.742C19.063 7.542 15.68 4.164 12.297.786c-.148-.166-.414-.299-.606-.121z"/><path fill="#231f20" d="M13.385 8.8c1.284-.4 2.629-.576 3.97-.65l-.062.226c-1.522.185-3.126.254-4.518.965.214.19.408.41.665.541 1.078.047 2.16-.01 3.238.023.364-.011.707.286.725.653.035.721-.001 1.445.016 2.166-.01.3.035.655-.202.887-.332.352-.862.203-1.29.228-.032.301-.21.643-.562.616-.35.008-.493-.34-.542-.628l-.214.019c-.03.304-.22.643-.572.608-.34.001-.482-.334-.526-.618-1.04.01-2.081.006-3.121.002-.036.295-.204.635-.553.617-.348.014-.51-.325-.547-.619l-.215.001c-.036.294-.202.635-.55.617-.349.018-.514-.324-.55-.617-.438-.028-.966.127-1.322-.2-.265-.228-.221-.604-.228-.917.017-.721-.018-1.444.016-2.165a.701.701 0 0 1 .656-.644c1.07-.048 2.144.024 3.215-.031.271-.188.434-.496.706-.683.409-.038.82.001 1.229-.008.42.026.752-.276 1.14-.388M7.07 10.48v2.753h.947l.001-2.753H7.07m1.593 0v1.376h.886V10.48h-.886m1.437 0v1.376h.886v-1.375l-.886-.001m1.408 0v1.376h.887l-.001-1.375-.886-.001m1.469 0v1.376h.887v-1.375l-.887-.001m1.407-.003v1.379h.886v-1.374c-.295-.002-.59-.002-.886-.005m1.532.004v2.752h.948V10.48l-.948.001z"/><path fill="#fd0" d="M11.69.665c.192-.178.458-.044.606.121 3.383 3.378 6.766 6.756 10.145 10.139.23.245.499.461.689.742.102.181-.019.38-.151.505-3.588 3.577-7.168 7.164-10.756 10.741-.173.212-.49.173-.646-.037-3.581-3.582-7.168-7.159-10.75-10.74-.278-.222-.116-.577.116-.755 3.396-3.404 6.805-6.794 10.2-10.198.178-.178.347-.365.546-.518M13.385 8.8c-.388.112-.72.414-1.14.388-.409.01-.82-.03-1.229.008-.271.187-.434.494-.706.683-1.07.055-2.144-.017-3.215.031a.7.7 0 0 0-.656.644c-.034.721.001 1.444-.016 2.165.007.313-.037.689.228.917.356.328.884.173 1.322.2.036.293.2.635.55.617.348.018.514-.323.55-.617l.215-.001c.037.294.199.634.547.619.349.018.517-.322.553-.617 1.04.004 2.081.007 3.121-.002.043.284.186.619.526.618.353.035.542-.305.572-.608l.214-.019c.049.288.192.636.542.628.352.028.529-.314.562-.616.428-.025.958.124 1.29-.228.236-.232.192-.587.202-.887-.017-.721.019-1.445-.016-2.166-.018-.367-.361-.664-.725-.653-1.078-.032-2.16.024-3.238-.023-.257-.131-.451-.352-.665-.541 1.392-.71 2.996-.78 4.518-.965l.062-.226c-1.34.074-2.686.251-3.97.65z"/><path fill="#fd0" d="M7.07 10.48h.948l-.001 2.753H7.07V10.48zM8.663 10.48h.886v1.376h-.886V10.48zM10.1 10.48l.886.001v1.375H10.1V10.48zM11.508 10.48l.886.001.001 1.375h-.887V10.48zM12.977 10.48l.887.001v1.375h-.887V10.48zM14.384 10.477c.295.002.59.002.886.005v1.374h-.886v-1.379zM15.916 10.481l.948-.001v2.753h-.948v-2.752z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path d="M.25 11.417L11.417.251a.827.827 0 0 1 1.167 0L23.75 11.417a.827.827 0 0 1 0 1.167L12.584 23.75a.827.827 0 0 1-1.167 0L.25 12.584a.827.827 0 0 1 0-1.167z"/><path fill="#f60" d="M1.06 11.747L11.747 1.06a.36.36 0 0 1 .507 0L22.94 11.747a.36.36 0 0 1 0 .506L12.254 22.939a.359.359 0 0 1-.507 0L1.06 12.253a.357.357 0 0 1 0-.506z"/><path d="M10.117 11.254v.212c0 .565.266 1.124.719 1.466l1.769 1.337a.563.563 0 0 1 .227.449v1.294h1.303v-1.294c0-.339-.092-.678-.271-.966a1.72 1.72 0 0 0-.417-.474l-1.8-1.363a.578.578 0 0 1-.194-.251.568.568 0 0 1-.038-.204v-.227l.863.248c.014.004.027.005.041.007a.243.243 0 0 0 .171-.043.256.256 0 0 0 .064-.356L10.77 8.586l-1.624 2.509a.254.254 0 0 0-.041.139c0 .122.091.229.21.254a.235.235 0 0 0 .126-.011l.677-.223zM5.668 11.254v.212c0 .565.266 1.124.719 1.466l1.769 1.337a.563.563 0 0 1 .227.449v1.294h1.303v-1.294c0-.339-.092-.678-.271-.966a1.72 1.72 0 0 0-.417-.474l-1.8-1.363a.578.578 0 0 1-.194-.251.568.568 0 0 1-.038-.204v-.227l.863.248c.014.004.027.005.041.007a.243.243 0 0 0 .171-.043.256.256 0 0 0 .064-.356L6.321 8.586l-1.624 2.509a.254.254 0 0 0-.041.139c0 .122.091.229.21.254a.235.235 0 0 0 .126-.011l.677-.223zM14.386 11.254v.212c0 .565.266 1.124.719 1.466l1.769 1.337a.563.563 0 0 1 .227.449v1.294h1.303v-1.294c0-.339-.092-.678-.271-.966a1.72 1.72 0 0 0-.417-.474l-1.8-1.363a.578.578 0 0 1-.194-.251.568.568 0 0 1-.038-.204v-.227l.863.248c.014.004.027.005.041.007a.243.243 0 0 0 .171-.043.256.256 0 0 0 .064-.356l-1.784-2.503-1.624 2.509a.254.254 0 0 0-.041.139c0 .122.091.229.21.254a.235.235 0 0 0 .126-.011l.677-.223z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path d="M.25 11.417L11.417.251a.827.827 0 0 1 1.167 0L23.75 11.417a.827.827 0 0 1 0 1.167L12.584 23.75a.827.827 0 0 1-1.167 0L.25 12.584a.827.827 0 0 1 0-1.167z"/><path fill="#f60" d="M1.06 11.747L11.747 1.06a.36.36 0 0 1 .507 0L22.94 11.747a.36.36 0 0 1 0 .506L12.254 22.939a.359.359 0 0 1-.507 0L1.06 12.253a.357.357 0 0 1 0-.506z"/><path d="M13.987 11.254v.212c0 .565-.266 1.124-.719 1.466l-1.769 1.337a.563.563 0 0 0-.227.449v1.294H9.969v-1.294c0-.339.092-.678.271-.966a1.72 1.72 0 0 1 .417-.474l1.8-1.363a.578.578 0 0 0 .194-.251.568.568 0 0 0 .038-.204v-.227l-.863.248c-.014.004-.027.005-.041.007a.243.243 0 0 1-.171-.043.256.256 0 0 1-.064-.356l1.784-2.503 1.624 2.509c.026.04.042.091.041.139a.265.265 0 0 1-.21.254.235.235 0 0 1-.126-.011l-.677-.223zM18.435 11.254v.212c0 .565-.266 1.124-.719 1.466l-1.769 1.337a.563.563 0 0 0-.227.449v1.294h-1.303v-1.294c0-.339.092-.678.271-.966a1.72 1.72 0 0 1 .417-.474l1.8-1.363a.578.578 0 0 0 .194-.251.568.568 0 0 0 .038-.204v-.227l-.863.248c-.014.004-.027.005-.041.007a.243.243 0 0 1-.171-.043.256.256 0 0 1-.064-.356l1.784-2.503 1.624 2.509c.026.04.042.091.041.139a.265.265 0 0 1-.21.254.235.235 0 0 1-.126-.011l-.677-.223zM9.718 11.254v.212c0 .565-.266 1.124-.719 1.466L7.23 14.269a.563.563 0 0 0-.227.449v1.294H5.7v-1.294c0-.339.092-.678.271-.966a1.72 1.72 0 0 1 .417-.474l1.8-1.363a.578.578 0 0 0 .194-.251.568.568 0 0 0 .038-.204v-.227l-.863.248c-.014.004-.027.005-.041.007a.243.243 0 0 1-.171-.043.256.256 0 0 1-.064-.356l1.784-2.503 1.624 2.509c.026.04.042.091.041.139a.265.265 0 0 1-.21.254.235.235 0 0 1-.126-.011l-.677-.223z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-lanes-with-directions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.57.154c.329-.258.787-.095 1.034.197 3.676 3.683 7.355 7.361 11.033 11.041.248.221.365.601.194.905-.17.269-.426.467-.643.695-3.565 3.562-7.127 7.126-10.691 10.686-.26.299-.763.317-1.032.022-3.738-3.739-7.482-7.474-11.22-11.214-.334-.305-.257-.85.08-1.12C3.843 7.846 7.364 4.327 10.883.807c.226-.221.433-.463.686-.653m.237.129c-.247.145-.432.371-.637.568-3.54 3.54-7.08 7.08-10.622 10.619-.168.166-.359.383-.27.638.115.253.358.419.542.619 3.583 3.58 7.164 7.163 10.745 10.746.152.184.434.295.648.14.228-.17.412-.39.616-.588 3.56-3.563 7.122-7.123 10.682-10.686.182-.157.245-.456.079-.647-.274-.328-.598-.61-.894-.916C19.277 7.356 15.857 3.938 12.44.518c-.16-.174-.386-.33-.634-.236z"/><path fill="#ffd520" d="M11.597.91c.125-.121.257-.235.389-.347 3.626 3.592 7.216 7.222 10.834 10.822.194.192.38.39.557.599-3.796 3.799-7.591 7.601-11.398 11.39C8.153 19.6 4.373 15.779.565 11.987c.271-.332.582-.629.887-.93L11.598.91M7.28 8.545c.251.262.581.05.871-.007-.001.851-.006 1.702.002 2.552a3.743 3.743 0 0 0-1.266-.68c.055-.263.505-.697.104-.842-.743.281-1.462.624-2.188.946.431.463.871.916 1.3 1.38.15.146.28.344.508.368.163-.25.05-.563.067-.84.828.301 1.484 1.108 1.47 2.009.002 1.763-.002 3.526-.001 5.29h1.068L9.213 8.545c.269.031.703.342.842-.014-.409-.695-.917-1.328-1.367-1.999-.474.668-.959 1.33-1.409 2.015m4.691-2.015c-.454.67-.956 1.309-1.374 2.002.169.362.572.03.851.012-.002 3.392.001 6.784 0 10.175h1.067c-.001-3.395-.001-6.788-.004-10.183.272.022.686.344.828-.02-.401-.696-.916-1.321-1.368-1.985m5.026 1.885c-1.265.342-2.248 1.537-2.248 2.862-.01 2.479-.001 4.96-.004 7.44h1.064c.005-2.478-.01-4.956.007-7.433.005-.84.616-1.567 1.39-1.838.053.263-.193.774.199.824.596-.541 1.109-1.17 1.678-1.74-.721-.325-1.44-.665-2.18-.942-.41.102.029.588.094.827M10.235 18.72h.347l-.001-4.372-.344-.001c-.002 1.458 0 2.915-.001 4.373m3.138-.01l.352.013c-.002-1.458 0-2.916-.001-4.375l-.346-.001c-.005 1.454.005 2.909-.005 4.363z"/><path d="M11.806.283c.247-.094.474.062.634.236 3.418 3.42 6.838 6.838 10.255 10.258.296.306.62.588.894.916.166.191.103.49-.079.647-3.56 3.563-7.122 7.123-10.682 10.686-.204.198-.388.418-.616.588-.214.155-.496.043-.648-.14C7.983 19.891 4.402 16.308.819 12.728c-.185-.2-.427-.366-.542-.619-.089-.256.102-.473.27-.638C4.089 7.932 7.629 4.392 11.169.852c.205-.197.39-.422.637-.568m-.209.626L1.451 11.057c-.305.301-.616.598-.887.93 3.809 3.792 7.589 7.613 11.414 11.387 3.806-3.79 7.602-7.591 11.398-11.39a8.754 8.754 0 0 0-.557-.599c-3.618-3.6-7.207-7.23-10.834-10.822a7.964 7.964 0 0 0-.389.347z"/><path d="M7.28 8.545c.45-.685.935-1.346 1.409-2.015.45.671.958 1.304 1.367 1.999-.139.356-.574.046-.842.014l.002 10.176H8.148c-.001-1.764.004-3.527.001-5.29.014-.901-.642-1.708-1.47-2.009-.017.277.096.59-.067.84-.228-.024-.358-.222-.508-.368-.428-.464-.869-.917-1.3-1.38.726-.322 1.445-.665 2.188-.946.401.145-.049.58-.104.842.463.142.89.376 1.266.68-.008-.851-.004-1.702-.002-2.552-.29.058-.62.269-.871.007zM11.97 6.532c.452.664.967 1.289 1.368 1.985-.142.365-.556.042-.828.02l.004 10.183h-1.067c.001-3.391-.002-6.782 0-10.175-.278.018-.682.35-.851-.012.418-.692.92-1.332 1.374-2.002zM16.996 8.418c-.065-.239-.504-.725-.094-.827.74.277 1.459.617 2.18.942-.569.57-1.081 1.199-1.678 1.74-.392-.05-.146-.562-.199-.824-.774.271-1.385.998-1.39 1.838-.017 2.477-.002 4.955-.007 7.433h-1.064c.002-2.48-.006-4.961.004-7.44 0-1.325.983-2.52 2.248-2.862zM10.235 18.72c.001-1.458-.001-2.915.001-4.373l.344.001.001 4.372h-.347zM13.374 18.71c.01-1.454 0-2.909.005-4.363l.346.001c.001 1.459-.001 2.917.001 4.375l-.352-.013z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-reverse-curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.941 0h.076c.37.016.682.227.93.484 3.54 3.545 7.085 7.086 10.627 10.628.206.199.352.452.426.731v.281a1.387 1.387 0 0 1-.368.695c-3.422 3.424-6.847 6.845-10.27 10.268-.362.35-.686.797-1.207.913h-.248a1.35 1.35 0 0 1-.731-.373c-3.42-3.42-6.838-6.841-10.26-10.259-.354-.367-.809-.696-.916-1.228v-.262c.06-.295.21-.562.427-.768C3.827 7.709 7.229 4.311 10.628.908c.38-.372.739-.854 1.313-.908m-.362.437a2.36 2.36 0 0 0-.314.266C7.727 4.245 4.185 7.783.645 11.324c-.18.181-.348.404-.335.674-.011.427.378.683.638.962 3.462 3.46 6.924 6.92 10.379 10.387.179.182.403.353.673.342.428.007.688-.38.968-.643 3.356-3.361 6.715-6.72 10.075-10.078.262-.281.653-.536.646-.965.018-.302-.191-.541-.39-.74C19.733 7.706 16.177 4.139 12.607.584c-.257-.277-.708-.378-1.028-.149z"/><path fill="#ef7c23" d="M11.816.883c.197-.188.427.028.568.175C15.92 4.6 19.463 8.136 23 11.676c.188.138.265.424.05.577-3.596 3.6-7.196 7.199-10.795 10.799a.32.32 0 0 1-.509 0C8.144 19.453 4.545 15.851.944 12.25c-.295-.222-.023-.527.175-.698C4.693 8.005 8.228 4.417 11.816.884M6.569 8.123c-.078.182-.263.371-.16.578.34.17.719-.042 1.061-.103-.012.403.064.822-.042 1.217-.653.323-1.351.622-1.816 1.212-.683.772-.721 1.94-.295 2.845.286.467.694.845 1.102 1.204.396.348.929.626 1.08 1.171.108.462.053.941.052 1.409h1.127c-.031-.673.076-1.36-.067-2.023-.365-1.007-1.657-1.148-2.141-2.065-.342-.551-.305-1.307.137-1.793.502-.653 1.482-.74 1.889-1.481.168-.536.078-1.114.127-1.667.361.092.73.179 1.105.144a1.26 1.26 0 0 0-.186-.655c-.481-.848-.911-1.73-1.478-2.526-.571.798-1.004 1.684-1.494 2.533m5.483-2.536a28.26 28.26 0 0 0-1.673 2.929l.054.218c.348.095.692-.062 1.027-.138-.013.404.096.85-.053 1.23-.653.314-1.345.623-1.805 1.211-.668.763-.707 1.909-.302 2.806.292.491.72.884 1.146 1.259.388.332.895.608 1.045 1.132.113.466.058.949.054 1.422.377.001.754.001 1.129-.001-.026-.653.061-1.316-.05-1.963-.328-1.064-1.692-1.195-2.172-2.15-.324-.539-.288-1.267.133-1.745.496-.662 1.468-.754 1.896-1.478.186-.54.085-1.13.134-1.692.364.092.733.178 1.111.149.011-.409-.246-.742-.426-1.086-.4-.709-.763-1.445-1.249-2.101m4.005.134c-.59.847-1.056 1.772-1.562 2.67-.05.139-.211.329-.064.462.342.132.701-.056 1.04-.119-.002.398.03.8-.024 1.196-.634.337-1.336.611-1.801 1.188-.718.78-.768 1.991-.316 2.915.288.454.686.824 1.086 1.177.383.338.894.602 1.062 1.117.137.472.067.971.068 1.454h1.128c-.022-.644.054-1.295-.044-1.934-.227-.82-1.115-1.106-1.709-1.602-.652-.512-.948-1.549-.395-2.237.485-.75 1.577-.809 1.982-1.622.133-.532.068-1.091.108-1.634.373.085.76.235 1.141.101a2.545 2.545 0 0 0-.3-.749c-.457-.8-.863-1.633-1.402-2.383z"/><path fill="#030303" d="M11.579.437c.32-.229.772-.128 1.028.149 3.57 3.554 7.126 7.122 10.692 10.679.199.199.408.438.39.74.007.428-.384.684-.646.965-3.36 3.358-6.719 6.716-10.075 10.078-.281.263-.54.65-.968.643-.27.011-.494-.16-.673-.342A6776.252 6776.252 0 0 0 .948 12.962c-.26-.28-.649-.535-.638-.962-.013-.27.155-.493.335-.674C4.185 7.785 7.727 4.247 11.265.705a2.22 2.22 0 0 1 .314-.266m.237.444C8.228 4.416 4.693 8.004 1.119 11.551c-.198.172-.47.476-.175.698 3.601 3.601 7.2 7.204 10.802 10.802a.32.32 0 0 0 .509 0c3.599-3.6 7.199-7.199 10.795-10.799.215-.154.138-.439-.05-.577-3.538-3.54-7.08-7.075-10.616-10.618-.14-.148-.371-.364-.568-.175z"/><path fill="#030303" d="M6.569 8.123c.49-.85.923-1.735 1.494-2.533.568.796.997 1.678 1.478 2.526.124.197.182.424.186.655-.376.035-.744-.052-1.105-.144-.049.553.041 1.13-.127 1.667-.407.74-1.387.828-1.889 1.481-.442.486-.479 1.242-.137 1.793.484.917 1.776 1.058 2.141 2.065.143.664.036 1.35.067 2.023H7.55c.001-.468.056-.947-.052-1.409-.151-.545-.684-.823-1.08-1.171-.408-.359-.816-.737-1.102-1.204-.426-.905-.388-2.074.295-2.845.464-.59 1.163-.889 1.816-1.212.106-.395.03-.814.042-1.217-.342.061-.721.274-1.061.103-.103-.208.082-.396.16-.578z"/><path fill="#030303" d="M12.053 5.587c.486.656.85 1.392 1.249 2.101.18.344.437.677.426 1.086-.378.029-.748-.056-1.111-.149-.049.562.052 1.152-.134 1.692-.428.725-1.4.816-1.896 1.478-.421.478-.457 1.206-.133 1.745.48.955 1.844 1.086 2.172 2.15.112.647.024 1.31.05 1.963-.376.002-.752.002-1.129.001.004-.473.059-.956-.054-1.422-.15-.523-.658-.799-1.045-1.132-.426-.374-.854-.768-1.146-1.259-.404-.896-.366-2.042.302-2.806.46-.588 1.152-.896 1.805-1.211.149-.38.04-.826.053-1.23-.335.076-.679.233-1.027.138a13.883 13.883 0 0 1-.054-.218 28.26 28.26 0 0 1 1.673-2.929z"/><path fill="#030303" d="M16.057 5.723c.539.75.944 1.583 1.402 2.383.138.233.242.485.3.749-.382.134-.768-.016-1.141-.101-.04.544.025 1.103-.108 1.634-.406.814-1.498.872-1.982 1.622-.553.688-.257 1.724.395 2.237.594.496 1.482.782 1.709 1.602.098.64.023 1.29.044 1.934h-1.128c-.001-.484.068-.983-.068-1.454-.168-.515-.679-.779-1.062-1.117-.4-.353-.798-.724-1.086-1.177-.452-.924-.402-2.135.316-2.915.466-.577 1.168-.851 1.801-1.188.054-.396.022-.798.024-1.196-.34.062-.698.251-1.04.119-.148-.133.013-.323.064-.462.506-.898.972-1.823 1.562-2.67z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-reverse-curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f4911d" d="M.344 11.167L11.167.343a1.182 1.182 0 0 1 1.666 0l10.824 10.824a1.18 1.18 0 0 1 0 1.665L12.833 23.656a1.182 1.182 0 0 1-1.666 0L.344 12.832a1.18 1.18 0 0 1 0-1.665z"/><path d="M.605 11.339L11.339.604a.939.939 0 0 1 1.322 0l10.735 10.735a.939.939 0 0 1 0 1.322L12.661 23.396a.939.939 0 0 1-1.322 0L.605 12.661a.937.937 0 0 1 0-1.322z"/><path fill="#f4911d" d="M.94 11.67L11.67.94a.467.467 0 0 1 .66 0l10.73 10.73a.467.467 0 0 1 0 .66L12.33 23.06a.467.467 0 0 1-.66 0L.94 12.33a.467.467 0 0 1 0-.66z"/><path d="M17.094 13.44a.505.505 0 0 1-.254.429l-1.694 1.17c-.339.234-.487.687-.487 1.103l-.001 1.158h1.002l.001-1.152c0-.159.076-.309.203-.403l1.491-1.014c.452-.264.74-.768.74-1.296 0 0 0-.006 0 0v-1.863.001c0-.528-.288-1.033-.74-1.297l-1.491-1.014a.504.504 0 0 1-.203-.403l-.001-.449.552.165c.076.022.133.03.192-.01a.186.186 0 0 0 .049-.257l-1.294-1.912-1.296 1.912a.185.185 0 0 0 .05.257c.056.038.115.031.184.014l.561-.169.001.455c0 .417.148.869.487 1.103l1.694 1.171a.503.503 0 0 1 .254.429v1.873z"/><path d="M13.527 13.44a.504.504 0 0 1-.253.429l-1.694 1.17c-.339.234-.487.687-.487 1.103l-.001 1.158h1.002l.001-1.152c0-.159.076-.309.203-.403l1.491-1.014c.452-.264.74-.768.74-1.296 0 0 0-.006 0 0v-1.863.001c0-.528-.288-1.033-.74-1.297l-1.491-1.014a.504.504 0 0 1-.203-.403l-.001-.449.552.165c.076.022.133.03.192-.01a.186.186 0 0 0 .049-.257l-1.294-1.912-1.296 1.912a.185.185 0 0 0 .05.257c.056.038.114.031.183.014l.561-.169.001.455c0 .417.148.869.487 1.103l1.694 1.171a.5.5 0 0 1 .253.429v1.873z"/><path d="M9.963 13.44a.505.505 0 0 1-.254.429l-1.694 1.17c-.339.234-.487.687-.487 1.103L7.527 17.3h1.002l.001-1.152c0-.159.076-.309.203-.403l1.491-1.014c.452-.264.739-.768.739-1.296 0 0 0-.006 0 0v-1.863.001a1.52 1.52 0 0 0-.739-1.297L8.733 9.262a.504.504 0 0 1-.203-.403l-.001-.449.552.165c.076.022.133.03.192-.01a.186.186 0 0 0 .049-.257L8.029 6.396 6.733 8.308a.186.186 0 0 0 .049.257c.056.038.115.031.184.014l.561-.169.001.455c0 .417.148.869.487 1.103l1.694 1.171a.506.506 0 0 1 .254.429v1.873z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.858 0h.221c.317.043.606.188.827.419 3.563 3.556 7.122 7.115 10.681 10.674.229.218.376.508.413.823v.194a1.35 1.35 0 0 1-.421.78c-3.4 3.403-6.797 6.809-10.198 10.21-.364.361-.704.812-1.244.9h-.266c-.294-.056-.575-.179-.782-.398C7.635 20.134 4.181 16.666.725 13.2c-.312-.299-.656-.612-.724-1.064v-.244c.054-.562.527-.91.889-1.284C4.126 7.366 7.366 4.126 10.603.881c.362-.361.714-.805 1.256-.881m-.189.277c-.218.08-.379.258-.542.413C7.595 4.242 4.042 7.774.51 11.326c-.368.32-.394.944-.024 1.273 3.631 3.648 7.278 7.282 10.912 10.926.313.331.888.322 1.2-.004 3.625-3.617 7.242-7.242 10.866-10.859.394-.337.406-.998.023-1.348C19.911 7.73 16.327 4.151 12.745.572 12.481.278 12.05.13 11.671.277z"/><path fill="#fee011" d="M11.786.734c.22-.136.478-.008.628.169 3.559 3.562 7.129 7.114 10.686 10.679.236.184.282.557.041.757-3.598 3.605-7.206 7.202-10.811 10.801a.453.453 0 0 1-.662-.001C8.06 19.543 4.448 15.95.842 12.351c-.266-.208-.209-.592.043-.784C4.31 8.152 7.738 4.739 11.164 1.326c.204-.2.394-.42.623-.593m2.83 9.108c-.072.767-.011 1.541-.031 2.311a96.267 96.267 0 0 0-.76 0c.004-.925 0-1.85.002-2.776h-9.46l.001 4.351c.472 0 .943.001 1.416-.001.274-.672.775-1.34 1.531-1.48.965-.21 2.044.502 2.117 1.512 1.715 0 3.431.002 5.146-.001.23-1.078 1.502-1.789 2.525-1.318.73.302 1.042 1.135.998 1.88.448-.013.896.024 1.342-.013.206-.006.174-.248.184-.388-.026-.95-.024-1.902-.074-2.85-.145-.05-.286-.115-.426-.176-.241-.569-.484-1.138-.715-1.71-.065-.244-.334-.305-.547-.347-.71-.116-1.436-.112-2.152-.053-.553.062-1.034.493-1.097 1.057m-7.484 2.834a1.389 1.389 0 0 0-.762.767c-.313.721.127 1.62.874 1.844.858.312 1.848-.454 1.796-1.355.022-.936-1.056-1.646-1.908-1.256m8.856-.057c-.406.1-.756.395-.926.775-.349.72.08 1.646.833 1.884.864.337 1.882-.437 1.823-1.352.012-.858-.905-1.555-1.729-1.307z"/><path fill="#fee011" d="M16.027 9.48c.625-.001 1.252.001 1.878-.001.167.457.338.913.511 1.368-.797.002-1.592.001-2.389.001V9.48z"/><path d="M11.67.277c.379-.146.81.001 1.074.295 3.582 3.58 7.166 7.158 10.742 10.742.383.349.371 1.01-.023 1.348-3.624 3.617-7.241 7.242-10.866 10.859-.312.325-.887.335-1.2.004-3.634-3.644-7.28-7.278-10.912-10.926-.37-.329-.344-.953.024-1.273C4.041 7.774 7.594 4.242 11.127.69c.163-.155.324-.332.542-.413m.117.457c-.229.173-.419.392-.623.593C7.737 4.74 4.309 8.153.884 11.568c-.252.192-.31.576-.043.784 3.606 3.599 7.218 7.192 10.826 10.788.162.192.5.192.662.001 3.605-3.599 7.213-7.196 10.811-10.801.241-.2.196-.574-.041-.757C19.542 8.018 15.972 4.466 12.413.904c-.15-.178-.408-.305-.628-.169z"/><path d="M14.617 9.841c.062-.564.544-.995 1.097-1.057.715-.059 1.441-.064 2.152.053.214.042.482.103.547.347.232.572.474 1.141.715 1.71.14.061.281.126.426.176.05.948.048 1.9.074 2.85-.01.139.023.382-.184.388-.445.037-.894 0-1.342.013.043-.745-.269-1.578-.998-1.88-1.022-.472-2.294.24-2.525 1.318-1.715.004-3.431.001-5.146.001-.073-1.01-1.152-1.722-2.117-1.512-.756.139-1.258.808-1.531 1.48-.473.002-.944.001-1.416.001l-.001-4.351h9.46c-.002.925.001 1.85-.002 2.776h.76c.02-.77-.041-1.544.031-2.311m1.41-.363v1.368c.797 0 1.592.001 2.389-.001-.173-.455-.344-.911-.511-1.368-.626.002-1.253 0-1.878.001z"/><path d="M7.133 12.673c.852-.39 1.93.32 1.908 1.256.052.901-.938 1.667-1.796 1.355-.746-.224-1.187-1.123-.874-1.844.137-.344.418-.628.762-.767zM15.989 12.616c.824-.248 1.741.449 1.729 1.307.059.916-.959 1.69-1.823 1.352-.752-.238-1.182-1.164-.833-1.884.17-.38.521-.676.926-.775z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.318.754c.365-.48 1.09-.425 1.441.042 3.517 3.526 7.044 7.042 10.562 10.567.293.253.38.685.228 1.038-.184.283-.449.499-.682.74-3.402 3.4-6.804 6.802-10.205 10.204-.176.191-.43.264-.664.355-.232-.096-.479-.181-.658-.365C7.879 19.877 4.424 16.412.96 12.959c-.256-.263-.601-.54-.568-.948-.024-.286.178-.506.361-.696C4.276 7.797 7.796 4.275 11.315.754m.305.295C8.1 4.575 4.562 8.08 1.055 11.616c-.106.116-.202.241-.299.364.084.146.145.312.264.436 3.54 3.544 7.084 7.085 10.628 10.622.127.142.299.221.492.179.313-.214.554-.512.827-.773 3.18-3.179 6.364-6.355 9.54-9.536.238-.25.516-.467.702-.76.042-.197-.054-.365-.192-.494-3.53-3.545-7.076-7.076-10.615-10.614a.498.498 0 0 0-.782.01z"/><path d="M8.854 10.615c.001-.398-.026-.804.079-1.193 3.076.01 6.151-.023 9.227.017.042 1.475.007 2.951.019 4.427-.733-.004-1.466.006-2.198-.008.307.229.575.538.584.941-.19-.292-.304-.678-.65-.824-.335-.191-.722-.094-1.062.023l-.287.274.18.193c.342-.655 1.411-.412 1.513.292.156.62-.548 1.224-1.132.955-.376-.133-.587-.535-.545-.923l-.182-.239-.152.254c.064-.372.314-.659.548-.936-1.908-.005-3.816.001-5.724-.004.005-1.04-.004-2.081.005-3.121a25.263 25.263 0 0 0-.223-.127m4.762-.249c-.077.401-.121.805-.164 1.211.124.025.245.059.365.098.228-.125.538-.347.763-.096.241.192.068.518-.026.742-.284.059-.533-.047-.724-.258l-.422.125a.984.984 0 0 0 1.123.587c.682-.108.912-1.099.414-1.54-.259-.25-.643-.167-.966-.142l.03-.27c.352-.006.703-.006 1.054-.004l.014-.452c-.486 0-.973.001-1.46-.001m2.163.107l.008.522c-.065.001-.194.004-.259.004a43.58 43.58 0 0 0-.005.364l.259.006c.005.378-.017.756.018 1.133.181.352.641.242.947.15-.046-.109-.09-.22-.134-.33l-.36-.028c-.012-.31-.014-.618-.012-.928h.409l-.007-.371-.403.005v-.664c-.154.044-.308.089-.461.137m-5.31-.106l.011.457c.382-.001.762-.002 1.142.004-.275.637-.548 1.274-.81 1.916l.506.007c.29-.638.545-1.291.839-1.928l.006-.455c-.565-.002-1.129-.001-1.694-.001m2.076 1.966a4.61 4.61 0 0 0-.019.44l.329.038.174-.197-.161-.31-.323.028zM6.192 11.003c.635-.209 1.314-.077 1.969-.114.27-.022.698.038.685.395.026 1.177 0 2.358.011 3.536-.272-.001-.546-.001-.818-.005-.096-.308-.23-.634-.528-.799-.463-.31-1.138-.142-1.43.323-.182.245-.156.56-.186.847l-.266-.161a1.867 1.867 0 0 1 .456-2.057c.052-.654-.064-1.322.108-1.966m.364.349a16.3 16.3 0 0 0-.005 1.308c.478.049.961.047 1.441.008a9.93 9.93 0 0 0-.008-1.325 12.148 12.148 0 0 0-1.428.008z"/><path d="M6.138 14.874c-.022-.578.679-.982 1.181-.719.307.12.421.448.539.726-.085.326-.222.689-.569.816-.528.272-1.243-.23-1.151-.823z"/><path fill="#ffef00" d="M11.62 1.049a.498.498 0 0 1 .782-.01c3.539 3.538 7.085 7.069 10.615 10.614.138.13.234.298.192.494-.186.293-.464.51-.702.76-3.176 3.181-6.36 6.358-9.54 9.536-.272.26-.514.559-.827.773-.193.042-.365-.037-.492-.179C8.103 19.499 4.56 15.958 1.02 12.415c-.119-.124-.18-.289-.264-.436.097-.122.193-.247.299-.364C4.561 8.079 8.1 4.573 11.62 1.048m-2.766 9.567l.223.127c-.008 1.04 0 2.081-.005 3.121 1.908.005 3.816-.001 5.724.004-.234.277-.485.564-.548.936l.152-.254.182.239c-.042.388.169.79.545.923.583.269 1.288-.335 1.132-.955-.102-.703-1.171-.947-1.513-.292l-.18-.193.287-.274c.34-.116.727-.214 1.062-.023.347.146.461.533.65.824-.01-.403-.277-.712-.584-.941.732.014 1.465.005 2.198.008-.012-1.476.023-2.952-.019-4.427-3.076-.04-6.151-.007-9.227-.017-.106.389-.078.794-.079 1.193m-2.662.389c-.172.643-.056 1.312-.108 1.966a1.867 1.867 0 0 0-.456 2.057l.266.161c.03-.287.004-.602.186-.847.293-.464.967-.632 1.43-.323.298.166.432.491.528.799.272.004.546.004.818.005-.011-1.178.016-2.359-.011-3.536.013-.356-.415-.416-.685-.395-.655.037-1.334-.095-1.969.114m-.053 3.87c-.092.593.623 1.096 1.151.823.347-.127.484-.49.569-.816-.118-.278-.232-.606-.539-.726-.502-.263-1.202.14-1.181.719z"/><path fill="#ffef00" d="M6.557 11.351c.475-.034.952-.031 1.428-.008.035.44.034.883.008 1.325-.48.038-.964.041-1.441-.008a15.42 15.42 0 0 1 .005-1.308z"/><path fill="#fefefe" d="M13.616 10.367c.487.002.974.001 1.46.001l-.014.452c-.35-.002-.702-.002-1.054.004l-.03.27c.323-.025.707-.108.966.142.498.44.268 1.432-.414 1.54a.983.983 0 0 1-1.123-.587l.422-.125c.191.211.439.317.724.258.095-.223.268-.55.026-.742-.226-.251-.535-.029-.763.096a3.07 3.07 0 0 0-.365-.098c.043-.406.088-.81.164-1.211zM15.78 10.474c.152-.048.307-.092.461-.137v.664l.403-.005.007.371h-.409c-.002.31 0 .618.012.928l.36.028.134.33c-.306.092-.766.202-.947-.15-.035-.377-.013-.755-.018-1.133l-.259-.006c.001-.121.002-.242.005-.364.065 0 .194-.002.259-.004l-.008-.522zM10.47 10.368c.565 0 1.129-.001 1.694.001l-.006.455c-.294.637-.548 1.29-.839 1.928l-.506-.007c.262-.642.535-1.279.81-1.916-.38-.006-.761-.005-1.142-.004a69.677 69.677 0 0 0-.011-.457zM12.546 12.334l.323-.028.161.31-.174.197a41.61 41.61 0 0 0-.329-.038 4.597 4.597 0 0 1 .019-.44z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-rollover--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.861 0h.246c.302.05.583.19.796.414l10.691 10.69c.214.204.343.475.407.762v.233c-.049.305-.188.59-.414.804-3.4 3.401-6.802 6.8-10.201 10.202-.365.359-.707.808-1.247.895h-.245a1.4 1.4 0 0 1-.792-.409L.898 13.387c-.359-.366-.81-.707-.898-1.248v-.247c.061-.557.529-.902.892-1.274C4.296 7.217 7.698 3.813 11.102.41c.203-.214.473-.347.76-.409m-.193.393c-.162.061-.293.18-.416.296C7.714 4.234 4.168 7.77.632 11.316c-.39.35-.394 1.008-.006 1.361 3.562 3.57 7.128 7.135 10.696 10.697.352.385 1.007.385 1.357 0 3.568-3.56 7.133-7.124 10.693-10.692.386-.353.389-1.01 0-1.362C19.834 7.772 16.286 4.234 12.746.688c-.264-.296-.697-.451-1.076-.294z"/><path fill="#ffd033" d="M11.79.857c.218-.12.472-.01.622.164 3.522 3.523 7.044 7.045 10.567 10.566.172.151.288.408.16.625-.181.256-.426.457-.642.682-3.361 3.36-6.722 6.722-10.082 10.084-.152.176-.414.289-.634.16-.251-.181-.45-.422-.671-.636-3.362-3.364-6.725-6.726-10.088-10.088-.175-.151-.288-.41-.161-.63.184-.253.427-.455.643-.678l9.602-9.601c.224-.217.427-.463.684-.647m-.624 4.021C9.364 5.095 7.687 6.127 6.66 7.62c-.914 1.274-1.242 2.875-1.154 4.423-.314-.03-.788-.418-.982-.032.442.846 1.06 1.595 1.57 2.402.487-.724.985-1.441 1.469-2.168.125-.14.127-.378-.094-.416-.268.049-.526.136-.785.215-.006-.698-.017-1.409.174-2.087a5.326 5.326 0 0 1 2.899-3.461 5.28 5.28 0 0 1 4.477.017 5.339 5.339 0 0 1 2.831 3.32c.319 1.066.186 2.191.215 3.287h1.172c-.01-.751.018-1.502-.018-2.254-.107-1.777-1.006-3.482-2.392-4.595a6.449 6.449 0 0 0-4.877-1.392m-2.149 7.564c1.36.784 2.718 1.571 4.079 2.353.904-1.562 1.805-3.127 2.71-4.69-1.36-.786-2.719-1.572-4.08-2.354-.904 1.562-1.806 3.127-2.708 4.691m-.112.29c-.25.283-.431.625-.583.97-.062.274.277.331.454.427.239.085.414.408.697.305.185-.199.31-.445.442-.68.064-.15.216-.317.095-.479-.152-.161-.398-.181-.57-.32-.162-.101-.319-.3-.534-.222m2.488 2.136c-.089.215-.338.438-.196.68.158.146.396.158.562.296.162.113.347.341.564.209.232-.284.41-.612.559-.947.046-.314-.332-.372-.554-.44-.134-.128-.26-.281-.45-.323-.271.025-.347.337-.485.524m-4.717 1.475l.001.592H17.28a58.411 58.411 0 0 1 0-.592H6.677z"/><path d="M11.669.394c.379-.157.812-.002 1.076.294 3.54 3.546 7.088 7.084 10.626 10.632.389.352.386 1.009 0 1.362-3.56 3.568-7.126 7.132-10.693 10.692-.35.385-1.006.385-1.357 0A7705.168 7705.168 0 0 1 .625 12.677c-.388-.353-.384-1.01.006-1.361C4.167 7.77 7.713 4.234 11.252.69c.124-.116.254-.235.416-.296m.122.463c-.257.184-.46.43-.684.647-3.2 3.202-6.402 6.401-9.602 9.601-.216.223-.46.425-.643.678-.127.22-.014.479.161.63 3.364 3.362 6.726 6.725 10.088 10.088.221.214.42.455.671.636.22.13.481.017.634-.16 3.36-3.361 6.721-6.724 10.082-10.084.216-.224.461-.426.642-.682.128-.217.012-.474-.16-.625-3.523-3.521-7.045-7.043-10.567-10.566-.15-.174-.403-.284-.622-.164z"/><path d="M11.166 4.879a6.449 6.449 0 0 1 4.877 1.392c1.386 1.112 2.285 2.818 2.392 4.595.036.751.008 1.502.018 2.254h-1.172c-.029-1.096.104-2.221-.215-3.287a5.333 5.333 0 0 0-2.831-3.32 5.284 5.284 0 0 0-4.477-.017 5.32 5.32 0 0 0-2.899 3.461c-.191.678-.18 1.388-.174 2.087.259-.079.517-.166.785-.215.221.038.218.276.094.416-.484.727-.982 1.445-1.469 2.168-.51-.808-1.128-1.556-1.57-2.402.193-.385.667.002.982.032-.088-1.548.24-3.149 1.154-4.423 1.027-1.493 2.704-2.525 4.506-2.741z"/><path d="M9.016 12.443l2.708-4.691c1.361.782 2.72 1.568 4.08 2.354-.905 1.562-1.806 3.127-2.71 4.69-1.361-.782-2.719-1.57-4.079-2.353zM8.905 12.733c.215-.078.372.121.534.222.172.139.418.16.57.32.121.162-.031.329-.095.479-.132.235-.257.481-.442.68-.283.103-.458-.22-.697-.305-.176-.096-.516-.154-.454-.427.152-.344.334-.686.583-.97zM11.394 14.87c.138-.187.214-.499.485-.524.19.042.316.194.45.323.222.068.6.126.554.44a4.216 4.216 0 0 1-.559.947c-.217.132-.402-.096-.564-.209-.166-.138-.403-.15-.562-.296-.143-.242.107-.466.196-.68zM6.677 16.344H17.28v.592H6.678l-.001-.592z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-rollover--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.674 0h.362c.329.03.623.187.85.422 3.56 3.563 7.123 7.123 10.685 10.685.223.214.383.487.43.794v.202c-.054.266-.166.524-.366.714-3.365 3.362-6.727 6.728-10.092 10.091-.448.404-.799.98-1.439 1.091l.206.001h-.442a1.392 1.392 0 0 1-.691-.374C7.756 20.205 4.336 16.784.913 13.365c-.352-.367-.812-.692-.913-1.226v-.262c.082-.514.51-.841.85-1.19C4.271 7.271 7.689 3.849 11.109.432c.209-.211.472-.353.758-.43l-.193-.001m-.093.436c-.298.216-.533.502-.797.755C7.402 4.569 4.023 7.948.643 11.326c-.18.18-.346.407-.332.677-.013.397.334.646.581.902 3.524 3.516 7.04 7.043 10.565 10.561.312.325.868.277 1.153-.058 3.497-3.503 6.994-7.004 10.496-10.501.22-.236.526-.445.575-.788.06-.305-.109-.588-.322-.791-3.564-3.56-7.124-7.124-10.688-10.685-.263-.304-.738-.458-1.09-.206z"/><path fill="#ffd520" d="M11.81.884c.198-.194.431.024.57.173l10.622 10.619c.192.139.272.427.047.581-3.599 3.598-7.195 7.198-10.794 10.794a.317.317 0 0 1-.512.001C8.144 19.451 4.542 15.852.944 12.25c-.253-.184-.085-.481.108-.631C4.644 8.047 8.205 4.443 11.81.885M6.841 6.794c1.021 2.816 2.048 5.63 3.068 8.447.674-.224 1.331-.494 2.006-.715l.18.496c1.066-.384 2.124-.785 3.192-1.162l-.191-.498a84.717 84.717 0 0 1 2.032-.734c-1.018-2.821-2.034-5.644-3.054-8.465A992.285 992.285 0 0 0 6.84 6.795m9.538 6.521c.107.292.234.58.302.884l-.232.126c-.113-.304-.222-.61-.336-.913-.209.076-.416.151-.624.229l.324.898c-.451.161-.901.326-1.35.493a.587.587 0 0 0-.95.335c-.449.18-.906.338-1.36.508l-.326-.895-.617.223.325.895-.265.096-.326-.894c-.206.073-.412.148-.616.222.266.739.539 1.477.805 2.216.208-.071.414-.14.62-.214-.11-.307-.222-.612-.331-.919l.265-.088c.112.3.22.601.33.901.206-.074.413-.146.619-.217-.109-.304-.222-.607-.332-.911.458-.168.912-.348 1.378-.493.355.24.792.068.907-.335.455-.18.916-.341 1.375-.505.112.301.22.605.332.907l.626-.221c-.109-.308-.222-.616-.33-.924l.277-.091.331.91.617-.224c-.268-.742-.539-1.481-.806-2.221l-.634.222m-8.844 4.433l-.001.491h8.938v-.491H7.533z"/><path fill="#ffd520" d="M11.534 5.158c.364-.215.683.403.306.582-.383.244-.728-.424-.306-.582zM7.494 7.404a524.55 524.55 0 0 1 6.427-2.341c.823 2.258 1.643 4.518 2.466 6.776-2.144.778-4.286 1.559-6.427 2.344-.823-2.258-1.643-4.519-2.466-6.779m3.448-.994c.764 2.105 1.531 4.208 2.293 6.314.931-.336 1.859-.68 2.791-1.013-.767-2.107-1.531-4.214-2.298-6.322-.93.34-1.861.671-2.786 1.02M7.878 7.532l2.294 6.307c.923-.344 1.853-.671 2.776-1.013l-2.293-6.31c-.93.325-1.854.667-2.777 1.015zM10.463 5.54c.394-.178.644.515.222.619-.397.185-.631-.503-.222-.619z"/><path fill="#ffd520" d="M9.257 6.002c.296-.288.762.176.482.48-.317.341-.82-.182-.482-.48zM15.746 12.256c.397-.236.748.443.325.635-.404.238-.742-.454-.325-.635zM10.584 14.144c.373-.313.829.336.419.582-.365.264-.776-.32-.419-.582z"/><path d="M11.581.437c.352-.252.827-.097 1.09.206 3.564 3.56 7.124 7.124 10.688 10.685.212.203.382.486.322.791-.049.343-.355.552-.575.788-3.503 3.497-7 6.998-10.496 10.501-.286.335-.841.383-1.153.058-3.524-3.518-7.04-7.045-10.565-10.561-.247-.257-.594-.505-.581-.902-.013-.27.152-.497.332-.677 3.38-3.378 6.76-6.757 10.141-10.134.264-.253.499-.539.797-.755m.229.447C8.205 4.442 4.644 8.046 1.052 11.618c-.193.15-.361.448-.108.631 3.598 3.602 7.2 7.201 10.799 10.802a.317.317 0 0 0 .512-.001c3.599-3.596 7.195-7.196 10.794-10.794.226-.154.145-.442-.047-.581L12.38 1.056c-.139-.149-.372-.367-.57-.173z"/><path d="M6.841 6.794a959.33 959.33 0 0 1 7.234-2.632c1.02 2.821 2.036 5.644 3.054 8.465a87.97 87.97 0 0 0-2.032.734l.191.498c-1.068.377-2.126.778-3.192 1.162l-.18-.496c-.676.221-1.332.491-2.006.715-1.02-2.816-2.047-5.63-3.068-8.447m4.692-1.635c-.422.158-.077.826.306.582.377-.179.058-.797-.306-.582m-4.04 2.246c.823 2.26 1.643 4.52 2.466 6.779 2.141-.785 4.283-1.566 6.427-2.344-.823-2.258-1.643-4.518-2.466-6.776a524.55 524.55 0 0 0-6.427 2.341m2.969-1.864c-.409.116-.175.804.222.619.422-.104.172-.797-.222-.619m-1.206.462c-.337.298.166.821.482.48.28-.304-.186-.768-.482-.48m6.489 6.254c-.416.181-.079.872.325.635.422-.192.072-.871-.325-.635m-5.162 1.888c-.358.262.054.846.419.582.41-.246-.046-.895-.419-.582z"/><path d="M10.942 6.41c.925-.349 1.856-.68 2.786-1.02.767 2.107 1.531 4.214 2.298 6.322-.932.332-1.86.677-2.791 1.013-.762-2.106-1.529-4.21-2.293-6.314zM7.878 7.532c.923-.348 1.847-.69 2.777-1.015.766 2.102 1.529 4.206 2.293 6.31-.923.342-1.853.668-2.776 1.013L7.878 7.533zM16.378 13.316c.211-.074.422-.149.634-.222.268.74.539 1.48.806 2.221l-.617.224c-.112-.304-.221-.607-.331-.91l-.277.091c.108.308.221.616.33.924l-.626.221c-.113-.302-.221-.606-.332-.907-.46.164-.92.325-1.375.505-.115.403-.552.575-.907.335-.466.145-.919.325-1.378.493.11.304.223.607.332.911-.206.071-.413.143-.619.217-.11-.3-.218-.601-.33-.901l-.265.088c.109.307.221.612.331.919-.206.073-.413.143-.62.214-.266-.739-.539-1.477-.805-2.216.204-.074.409-.149.616-.222l.326.894.265-.096-.325-.895.617-.223.326.895c.454-.169.911-.328 1.36-.508a.587.587 0 0 1 .95-.335c.449-.167.899-.332 1.35-.493l-.324-.898c.208-.078.415-.154.624-.229.114.304.223.61.336.913l.232-.126c-.068-.305-.196-.593-.302-.884zM7.532 17.749h8.936v.491H7.53l.001-.491z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-rollover--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.35.209A1.147 1.147 0 0 1 12.617.19c.268.179.48.424.708.648 3.42 3.425 6.846 6.842 10.265 10.268.494.436.535 1.273.042 1.727-3.601 3.604-7.202 7.207-10.807 10.807-.43.454-1.223.455-1.652.001-3.604-3.598-7.202-7.199-10.801-10.8-.502-.455-.461-1.302.041-1.742C3.831 7.675 7.255 4.257 10.674.833c.218-.215.424-.448.677-.624m.324.09c-.341.146-.572.454-.835.702C7.442 4.404 4.04 7.804.638 11.205c-.25.235-.448.564-.385.922.054.42.428.677.698.964 3.444 3.442 6.887 6.883 10.327 10.328.217.228.53.384.852.328.386-.052.635-.384.896-.637 3.478-3.485 6.961-6.962 10.441-10.445.404-.371.356-1.052-.054-1.399-3.559-3.563-7.12-7.124-10.682-10.684C12.468.295 12.047.16 11.675.3z"/><path fill="#fee011" d="M11.794.766c.246-.133.505.029.67.212 3.538 3.541 7.082 7.076 10.618 10.621a.51.51 0 0 1-.011.803c-3.558 3.559-7.118 7.117-10.675 10.678-.145.163-.383.265-.592.158-.283-.194-.498-.468-.745-.704l-9.596-9.596c-.235-.245-.504-.462-.7-.74-.13-.245.031-.496.21-.658C4.337 8.18 7.697 4.818 11.057 1.456c.242-.233.458-.499.738-.69m.233 3.663a7810.17 7810.17 0 0 0-3.901 6.757c1.807 1.028 3.601 2.08 5.404 3.115 1.296-2.25 2.596-4.498 3.893-6.746-1.792-1.054-3.599-2.081-5.395-3.126M6.778 13.57c.258.166.529.313.815.428.232.158.476.444.78.39.154-.192.265-.412.39-.622.738.424 1.474.853 2.215 1.271-.132.235-.266.469-.389.709.245.184.512.334.796.45.239.191.504.356.808.418.29-.498.577-.997.868-1.494.046-.146.256-.304.133-.458-.203-.186-.468-.282-.713-.398a6.802 6.802 0 0 0-.743-.466c-.161.226-.302.463-.448.698L9.077 13.22c.122-.241.316-.463.346-.74-.216-.186-.482-.298-.744-.404a4.186 4.186 0 0 0-.766-.479 24.876 24.876 0 0 0-1.135 1.973m.044 3.048a65.73 65.73 0 0 0 0 .628h10.352v-.628H6.822z"/><path d="M11.675.299c.372-.14.793-.005 1.056.282 3.563 3.559 7.123 7.121 10.682 10.684.41.347.458 1.028.054 1.399-3.48 3.482-6.964 6.96-10.441 10.445-.262.253-.51.586-.896.637-.322.056-.635-.1-.852-.328C7.838 19.973 4.395 16.531.951 13.09c-.27-.287-.644-.544-.698-.964-.062-.358.136-.686.385-.922C4.04 7.803 7.442 4.404 10.84 1c.263-.248.494-.556.835-.702m.119.468c-.28.191-.496.457-.738.69C7.696 4.817 4.336 8.18.972 11.54c-.179.162-.34.413-.21.658.196.278.464.496.7.74l9.596 9.596c.247.236.462.51.745.704.209.107.446.005.592-.158 3.557-3.56 7.117-7.118 10.675-10.678a.51.51 0 0 0 .011-.803c-3.535-3.545-7.08-7.08-10.618-10.621-.164-.184-.424-.346-.67-.212z"/><path d="M12.028 4.429c1.796 1.045 3.604 2.072 5.395 3.126-1.297 2.249-2.597 4.496-3.893 6.746-1.802-1.036-3.596-2.087-5.404-3.115 1.3-2.252 2.599-4.505 3.901-6.757zM6.778 13.57c.341-.678.734-1.33 1.135-1.973.27.136.53.288.766.479.262.107.528.218.744.404-.03.277-.223.499-.346.74l2.213 1.276c.145-.235.287-.473.448-.698.256.142.506.292.743.466.245.116.51.212.713.398.122.155-.088.312-.133.458-.29.497-.577.996-.868 1.494-.304-.061-.569-.227-.808-.418a3.593 3.593 0 0 1-.796-.45c.122-.24.257-.474.389-.709-.742-.418-1.477-.847-2.215-1.271-.125.21-.236.43-.39.622-.304.054-.548-.232-.78-.39a4.942 4.942 0 0 1-.815-.428zM6.822 16.618h10.352v.628H6.822a65.73 65.73 0 0 1 0-.628z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tunnel--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.567 1.492c.74-.211 1.585.146 1.957.818 3.394 5.887 6.79 11.773 10.178 17.662.634 1.019-.185 2.497-1.38 2.506-6.842.005-13.685.006-20.527-.001-.955.029-1.77-.917-1.66-1.853.061-.486.354-.894.588-1.31 3.266-5.656 6.535-11.31 9.8-16.967.233-.395.596-.727 1.043-.854m.091.194a1.58 1.58 0 0 0-.944.749C7.343 8.263 3.976 14.093.608 19.92c-.215.378-.34.839-.204 1.266.163.672.838 1.118 1.512 1.104 6.762-.006 13.525.001 20.287-.004.733.02 1.362-.598 1.495-1.291.067-.39-.076-.775-.274-1.104-3.371-5.83-6.738-11.662-10.109-17.491-.306-.576-1.033-.864-1.658-.713z"/><path d="M9.377 12.097c1.74.026 3.481-.018 5.224-.001l1.529 2.362a.59.59 0 0 1 .124.42c-.002 1.212-.004 2.423-.001 3.635h.434l-.001.232c-3.137.001-6.275-.002-9.412.001-.113-.324.265-.216.456-.24.002-1.252-.004-2.502.001-3.754-.012-.148.098-.26.164-.38.499-.755.988-1.517 1.482-2.274m.2.092c.344.624.691 1.248 1.027 1.877a3.256 3.256 0 0 1 1.019-.374c-.193-.498-.364-1.006-.547-1.507-.499.038-1 .002-1.499.005m1.632.001c.169.494.346.988.518 1.481l.59-.002c.175-.487.352-.973.524-1.462a80.9 80.9 0 0 1-1.633-.017m1.744.018c-.167.494-.334.99-.524 1.477.356.07.712.163 1.034.334.341-.608.682-1.217 1.014-1.83-.508.004-1.016.017-1.524.019m-5.024 2.353c.542.314 1.102.596 1.637.92a2.613 2.613 0 0 1 .934-1.352c-.34-.626-.684-1.25-1.027-1.876-.524.762-1.031 1.537-1.543 2.308m5.639-.469c.473.308.817.778.977 1.319.504-.274 1.009-.546 1.506-.834-.505-.761-.998-1.53-1.486-2.302-.338.601-.667 1.21-.997 1.817m-5.674.566v1.528c.557.265 1.112.535 1.667.808a21.846 21.846 0 0 1-.004-1.402c-.554-.31-1.11-.62-1.663-.934m6.673.851c.008.47.026.941.014 1.412.509-.244 1.016-.491 1.524-.736v-1.511c-.514.276-1.013.581-1.538.834m.015 1.526a326.2 326.2 0 0 0 0 1.399c.506-.252 1.015-.498 1.524-.746l-.001-1.397c-.511.241-1.013.502-1.523.744m-6.688-.727l-.001 1.38c.396.2.804.377 1.199.578l-.056.138c-.335-.276-.766-.394-1.141-.601l-.001.731c.473.006.944-.012 1.417.01l.128.18-.19-.378.32.122c-.013-.445-.008-.89-.007-1.336-.557-.274-1.114-.548-1.668-.824m6.702 2.226h1.511l-.001-.731c-.503.244-1.008.485-1.51.731z"/><path fill="#fff" d="M11.657 1.687c.625-.151 1.352.137 1.658.713 3.371 5.83 6.738 11.662 10.109 17.491.198.329.341.714.274 1.104-.133.694-.762 1.312-1.495 1.291-6.762.005-13.525-.002-20.287.004-.674.014-1.349-.432-1.512-1.104-.136-.427-.011-.888.204-1.266C3.976 14.093 7.344 8.263 10.713 2.436c.205-.356.544-.643.944-.749m.037.439a1.078 1.078 0 0 0-.635.538C7.709 8.473 4.357 14.282 1.003 20.09c-.16.269-.288.584-.206.902.102.51.602.892 1.122.863 6.6.002 13.201-.002 19.802.002.377-.008.809.055 1.117-.214.45-.319.578-.979.27-1.44-3.376-5.86-6.76-11.714-10.139-17.572-.242-.432-.796-.704-1.276-.506z"/><path fill="#fff" d="M4.213 19.412c2.616-4.506 5.207-9.028 7.841-13.523 2.598 4.51 5.206 9.014 7.802 13.525-5.214.001-10.429.005-15.643-.002m5.164-7.315c-.494.757-.983 1.519-1.482 2.274-.066.12-.176.233-.164.38-.005 1.252.001 2.502-.001 3.754-.191.024-.569-.084-.456.24 3.137-.004 6.275 0 9.412-.001l.001-.232h-.434c-.002-1.212-.001-2.423.001-3.635a.59.59 0 0 0-.124-.42l-1.529-2.362c-1.742-.017-3.484.028-5.224.001z"/><path fill="#fff" d="M9.577 12.19c.499-.002 1 .034 1.499-.005.184.502.354 1.009.547 1.507a3.306 3.306 0 0 0-1.019.374c-.336-.629-.683-1.253-1.027-1.877zM11.209 12.192c.545.01 1.09.018 1.633.017-.173.488-.349.974-.524 1.462l-.59.002c-.173-.493-.349-.986-.518-1.481zM12.952 12.21c.508-.002 1.016-.016 1.524-.019-.332.613-.673 1.222-1.014 1.83-.323-.17-.678-.264-1.034-.334.191-.487.358-.983.524-1.477zM7.928 14.563c.512-.77 1.019-1.546 1.543-2.308.343.625.688 1.249 1.027 1.876-.452.336-.77.815-.934 1.352-.535-.324-1.094-.606-1.637-.92zM13.568 14.094c.33-.607.659-1.216.997-1.817.487.772.98 1.541 1.486 2.302-.497.288-1.002.56-1.506.834a2.378 2.378 0 0 0-.977-1.319zM7.894 14.66c.553.313 1.109.624 1.663.934-.018.467-.008.935.004 1.402a170.54 170.54 0 0 0-1.667-.808 389.13 389.13 0 0 1 0-1.528zM14.567 15.511c.526-.253 1.025-.558 1.538-.834v1.511c-.508.245-1.015.492-1.524.736.012-.472-.006-.942-.014-1.412zM14.582 17.036c.51-.242 1.012-.503 1.523-.744l.001 1.397c-.509.248-1.018.494-1.524.746a326.2 326.2 0 0 1 0-1.399zM7.894 16.309c.554.276 1.111.551 1.668.824-.001.445-.006.89.007 1.336l-.32-.122.19.378-.128-.18c-.473-.022-.944-.004-1.417-.01l.001-.731c.376.208.806.325 1.141.601l.056-.138c-.395-.202-.803-.378-1.199-.578l.001-1.38zM14.596 18.535c.502-.246 1.007-.487 1.51-.731l.001.731h-1.511z"/><path fill="#d9261c" d="M11.694 2.126c.48-.198 1.033.074 1.276.506 3.379 5.857 6.763 11.712 10.139 17.572.308.461.18 1.121-.27 1.44-.308.269-.74.205-1.117.214-6.601-.005-13.202 0-19.802-.002a1.107 1.107 0 0 1-1.122-.863c-.082-.318.047-.634.206-.902C4.358 14.283 7.71 8.474 11.06 2.665c.133-.254.359-.454.635-.538M4.213 19.412c5.214.007 10.429.004 15.643.002-2.597-4.511-5.204-9.016-7.802-13.525-2.634 4.495-5.225 9.017-7.841 13.523z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tunnel--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.966 0h.023c.372.035.709.218.966.485 3.518 3.526 7.039 7.048 10.556 10.573.251.254.443.587.46.952.004.364-.2.694-.449.946-3.38 3.383-6.758 6.769-10.135 10.156-.328.32-.624.691-1.049.889h-.714a2.01 2.01 0 0 1-.556-.384c-3.355-3.37-6.719-6.732-10.076-10.1-.371-.384-.826-.725-.992-1.255v-.318c.037-.577.512-.958.889-1.336C4.247 7.246 7.607 3.887 10.961.521a1.61 1.61 0 0 1 1.006-.52m-.395.414c-.144.091-.266.212-.388.332C7.649 4.293 4.103 7.828.572 11.38c-.359.323-.374.94-.02 1.273 3.592 3.606 7.193 7.204 10.788 10.806.329.389.988.372 1.312-.013 3.478-3.481 6.953-6.964 10.43-10.444.245-.244.545-.494.569-.866.054-.332-.118-.647-.352-.87-3.54-3.542-7.076-7.09-10.619-10.63-.266-.313-.744-.42-1.109-.222z"/><path fill="#fde012" d="M11.791.965c.223-.204.443.053.601.203 3.332 3.346 6.674 6.68 10.007 10.025.218.232.472.436.656.697.101.179-.042.33-.161.448-3.563 3.559-7.114 7.133-10.678 10.692-.133.178-.395.124-.518-.036-3.563-3.565-7.122-7.135-10.682-10.702-.211-.139-.173-.426.013-.57C4.48 8.249 7.949 4.796 11.403 1.325c.125-.125.246-.253.388-.36m-.903 6.293l.011.286c-1.117-.017-2.234-.004-3.35-.007-.308.517-.654 1.014-.929 1.548a580.211 580.211 0 0 0-.304 7.579c3.775.005 7.55.012 11.324-.005a858.003 858.003 0 0 0-.3-7.523c-.227-.564-.613-1.06-.905-1.597-1.134-.006-2.268-.002-3.402-.001l.054-.284c-.732-.014-1.468-.032-2.2.005z"/><path fill="#fde012" d="M11.039 7.384l1.878.001-.156.594a3.902 3.902 0 0 0-1.571.006l-.151-.601zM7.774 7.681c.486-.002.973-.001 1.46-.001.22.304.439.607.662.908l-.468.485c-.552-.463-1.105-.925-1.655-1.392zM9.409 7.681c.518-.002 1.037-.001 1.556-.001l.09.336a4.766 4.766 0 0 0-1.04.506l-.606-.841zM12.986 7.681c.527-.002 1.054-.001 1.58-.001-.21.282-.419.563-.63.844a4.67 4.67 0 0 0-1.04-.51l.09-.332zM14.057 8.593c.232-.302.461-.608.691-.913.486 0 .971-.001 1.457.001-.554.46-1.108.92-1.664 1.379l-.484-.467zM7.595 7.723c.58.486 1.16.972 1.738 1.46-.173.23-.326.474-.457.731-.698-.284-1.391-.586-2.092-.862l.811-1.33zM14.632 9.174c.584-.485 1.166-.971 1.753-1.451.258.445.523.887.786 1.33-.701.28-1.393.581-2.088.872a5.998 5.998 0 0 0-.451-.751z"/><path fill="#fde012" d="M10.082 8.656c.959-.703 2.321-.817 3.371-.253 1.049.517 1.747 1.645 1.774 2.809.077 1.772.136 3.545.205 5.316h-.803c-.068-1.742-.128-3.485-.198-5.227a2.6 2.6 0 0 0-.608-1.606c-.635-.737-1.739-1.066-2.657-.701-.916.298-1.577 1.196-1.607 2.158-.092 1.792-.152 3.584-.234 5.376l-.8.001c.068-1.788.125-3.577.205-5.365.023-.991.57-1.92 1.352-2.508zM15.146 10.049c.686-.287 1.369-.583 2.058-.862.019.43.036.859.052 1.289-.64.092-1.278.186-1.916.277l-.193-.704zM6.749 9.192c.688.281 1.374.565 2.062.848-.067.236-.132.473-.196.709l-1.919-.282c.017-.425.032-.851.053-1.276zM6.691 10.615a420.7 420.7 0 0 1 1.915.281c-.028.362-.044.725-.056 1.087l-1.914.001c.017-.457.036-.913.055-1.369zM15.347 10.9a401.57 401.57 0 0 1 1.916-.284l.053 1.368h-1.913a26.31 26.31 0 0 0-.056-1.084zM6.63 12.128h1.915l-.052 1.351H6.575l.054-1.351zM15.409 12.128h1.913c.019.45.037.901.054 1.351H15.46c-.018-.451-.035-.901-.05-1.351zM6.57 13.625h1.919L8.437 15H6.516l.054-1.375zM15.466 13.625h1.916L17.437 15h-1.92a315.78 315.78 0 0 1-.052-1.375zM6.51 15.144h1.922l-.052 1.385-1.926-.001.055-1.384zM15.522 15.144l1.921.001.054 1.382h-1.922a616.29 616.29 0 0 1-.053-1.384z"/><path d="M11.572.415c.365-.198.842-.091 1.109.222 3.542 3.54 7.079 7.087 10.619 10.63.234.223.406.538.352.87-.024.372-.324.623-.569.866-3.478 3.48-6.953 6.962-10.43 10.444-.324.385-.983.402-1.312.013-3.595-3.602-7.196-7.2-10.788-10.806-.354-.334-.338-.95.02-1.273C4.103 7.829 7.649 4.294 11.185.748c.121-.12.244-.241.388-.332m.218.549c-.142.107-.263.235-.388.36C7.949 4.795 4.48 8.249 1.029 11.722c-.186.144-.224.431-.013.57 3.56 3.566 7.12 7.136 10.682 10.702.124.16.385.214.518.036 3.564-3.559 7.115-7.133 10.678-10.692.119-.118.262-.269.161-.448-.185-.262-.438-.466-.656-.697-3.332-3.344-6.674-6.679-10.007-10.025-.158-.15-.378-.407-.601-.203z"/><path d="M10.888 7.258c.732-.037 1.468-.019 2.2-.005l-.054.284c1.134-.001 2.268-.005 3.402.001.292.538.678 1.033.905 1.597.113 2.507.209 5.015.3 7.523-3.774.017-7.549.01-11.324.005.088-2.527.182-5.054.304-7.579.275-.534.62-1.031.929-1.548 1.116.004 2.233-.01 3.35.007a27.326 27.326 0 0 0-.011-.286m.15.127l.151.601a3.902 3.902 0 0 1 1.571-.006l.156-.594-1.878-.001m-3.265.297c.55.467 1.103.929 1.655 1.392l.468-.485a95.435 95.435 0 0 1-.662-.908c-.487 0-.974-.001-1.46.001m1.634 0l.606.841a4.766 4.766 0 0 1 1.04-.506l-.09-.336c-.52 0-1.038-.001-1.556.001m3.577 0l-.09.332a4.67 4.67 0 0 1 1.04.51c.211-.281.42-.562.63-.844-.527 0-1.054-.001-1.58.001m1.071.913l.484.467c.557-.458 1.11-.919 1.664-1.379-.486-.002-.971-.001-1.457-.001-.23.305-.46.611-.691.913m-6.462-.87l-.811 1.33c.701.276 1.393.577 2.092.862.131-.257.284-.5.457-.731-.577-.488-1.158-.974-1.738-1.46m7.037 1.45c.168.239.319.49.451.751.695-.292 1.387-.593 2.088-.872-.263-.443-.528-.884-.786-1.33-.587.48-1.169.966-1.753 1.451m-4.55-.518c-.782.588-1.33 1.517-1.352 2.508-.08 1.788-.137 3.577-.205 5.365l.8-.001c.082-1.792.142-3.584.234-5.376.03-.961.691-1.86 1.607-2.158.918-.365 2.022-.036 2.657.701a2.59 2.59 0 0 1 .608 1.606c.07 1.742.13 3.485.198 5.227h.803c-.07-1.771-.128-3.544-.205-5.316-.026-1.164-.725-2.292-1.774-2.809-1.05-.564-2.412-.45-3.371.253m5.064 1.393c.065.234.13.469.193.704.638-.091 1.277-.185 1.916-.277-.016-.43-.032-.859-.052-1.289-.689.278-1.372.575-2.058.862m-8.396-.857c-.02.425-.036.851-.053 1.276l1.919.282c.064-.236.128-.473.196-.709-.688-.283-1.374-.568-2.062-.848m-.058 1.422c-.019.456-.038.912-.055 1.369l1.914-.001c.012-.362.029-.725.056-1.087-.638-.095-1.277-.188-1.915-.281m8.656.285c.028.361.044.722.056 1.084h1.913l-.053-1.368c-.64.094-1.278.188-1.916.284M6.63 12.128l-.054 1.351h1.918l.052-1.351H6.631m8.778 0c.016.45.032.9.05 1.351h1.916c-.017-.45-.035-.901-.054-1.351h-1.913M6.57 13.625L6.516 15h1.921l.052-1.375a613.76 613.76 0 0 0-1.919 0m8.896 0c.016.458.034.917.052 1.375h1.92l-.055-1.375h-1.916M6.51 15.144l-.055 1.384 1.926.001.052-1.385H6.511m9.011 0l.053 1.384h1.922c-.017-.461-.036-.922-.054-1.382l-1.921-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tunnel--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M11.737 1.373h.703c.593.347.824 1.025 1.155 1.587 2.99 5.332 6.093 10.602 9.084 15.934.451.817.908 1.631 1.321 2.468v.625c-.149.168-.295.337-.44.507-1.836.038-3.674.055-5.508.132H.74c-.288-.279-.557-.581-.74-.941v-.009c1.213-2.465 2.672-4.797 4.002-7.199 2.049-3.866 4.301-7.622 6.544-11.38.372-.591.69-1.227 1.191-1.725M4.696 17.208c-.531 1.175-1.248 2.254-1.875 3.379 6.188 0 12.377.007 18.565-.004-2.494-4.255-4.907-8.559-7.392-12.82-.533-1.19-1.256-2.28-1.888-3.418-2.493 4.275-4.949 8.571-7.41 12.863z"/><path fill="#fff" d="M4.696 17.208c2.461-4.293 4.917-8.588 7.41-12.863.632 1.138 1.355 2.228 1.888 3.418 2.485 4.261 4.898 8.565 7.392 12.82-6.188.012-12.377.004-18.565.004.627-1.125 1.345-2.203 1.875-3.379m6.69-8.228c-1.943 3.296-3.794 6.646-5.744 9.94 1.872.003 3.745.001 5.617.001-.006-1.184-.004-2.367-.003-3.549-.009-.37.129-.807.513-.941.529-.283 1.232.224 1.164.815.014 1.226 0 2.452.006 3.678 1.839-.006 3.68-.001 5.519-.001-1.543-2.618-3.032-5.268-4.537-7.908a12.347 12.347 0 0 0-.789-1.508c-.198-.315-.347-.726-.724-.866-.36-.182-.828-.003-1.021.34z"/><path fill="#030303" d="M11.386 8.98c.192-.343.661-.522 1.021-.34.377.14.526.551.724.866.293.486.565.985.789 1.508 1.505 2.64 2.994 5.29 4.537 7.908-1.839 0-3.68-.004-5.519.001-.006-1.226.009-2.452-.006-3.678.068-.591-.635-1.099-1.164-.815-.385.134-.522.571-.513.941-.001 1.183-.003 2.365.003 3.549-1.872 0-3.745.001-5.617-.001 1.95-3.293 3.801-6.643 5.744-9.94z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tunnel--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#faea3d" d="M11.547 2.25c.338.011.687-.049 1.013.065.471.284.664.835.984 1.257.055.119.11.236.168.354.121.275.294.52.456.771l.165.355c.125.209.273.404.389.618.027.065.085.194.112.259.125.273.296.519.459.77l.165.354c.1.18.235.339.335.52.184.43.423.831.68 1.22.026.066.081.196.108.262.128.205.275.399.39.614.146.366.348.706.576 1.027l.106.26c.119.213.267.406.389.618.14.348.367.646.547.972.117.214.261.409.381.621.074.173.157.341.237.513.1.179.235.336.337.516l.108.26c.117.214.266.406.393.614l.106.261c.174.288.379.558.511.869.18.434.496.791.672 1.227.099.181.232.34.333.521l.164.351c.101.181.235.34.339.52.027.065.083.196.109.261.117.213.265.406.39.615l.114.254.14.244c.13.309.113.676.01.991-.117.21-.288.38-.496.498-.296.116-.621.055-.931.069-6.588-.003-13.174-.001-19.761 0-.331.027-.492-.348-.678-.565-.099-.316-.121-.685.011-.994l.14-.241.114-.255c.125-.207.273-.401.384-.616.126-.315.334-.585.507-.874l.106-.261c.105-.179.237-.339.342-.517l.106-.26c.198-.318.414-.622.556-.969.099-.183.232-.342.334-.524l.164-.351c.162-.251.335-.498.46-.77l.112-.26c.116-.214.265-.408.389-.616l.165-.355c.125-.207.274-.401.379-.621.157-.256.338-.5.446-.783.135-.245.304-.469.431-.717.12-.211.264-.409.374-.625.156-.258.336-.501.446-.783.134-.245.301-.469.429-.716.156-.256.333-.501.446-.781.113-.215.258-.41.378-.621.106-.22.255-.415.381-.624.055-.117.11-.235.164-.354.101-.18.235-.34.339-.519l.109-.26c.116-.214.265-.408.389-.618.096-.201.195-.401.289-.604.166-.251.34-.498.453-.78.132-.245.297-.47.439-.71l.102-.265c.154-.267.391-.469.597-.693m.251.311c-.337.09-.536.395-.691.684-1.424 2.52-2.847 5.04-4.325 7.529-1.72 2.85-3.29 5.785-4.981 8.651-.219.441-.637.875-.498 1.406a.915.915 0 0 0 .944.702c6.21.042 12.42-.035 18.63.016.372 0 .749.027 1.119-.034.533-.084.886-.711.694-1.212-.164-.398-.415-.75-.619-1.128-1.351-2.391-2.699-4.788-4.065-7.171-1.709-2.973-3.325-5.999-5.069-8.951-.206-.399-.702-.638-1.139-.492z"/><path fill="#faea3d" d="M12.061 4.998c1.077 1.79 2.12 3.6 3.132 5.427 1.739 3.157 3.554 6.271 5.316 9.415-5.661-.03-11.324-.003-16.986.005 1.443-2.639 3.001-5.21 4.506-7.811 1.38-2.325 2.658-4.709 4.031-7.036m.031 7.848a2.338 2.338 0 0 0-.829 1.775c-.012.938.011 1.876-.019 2.814 1.004-.381 2.04-.678 3.03-1.096-.393-.01-.784 0-1.176.012.036-.605-.063-1.224.064-1.819.186-.528 1.009-.555 1.21-.024.125.591.019 1.206.056 1.808.38-.135.761-.267 1.14-.406-.023.776-.005 1.552-.019 2.33-1.424-.245-2.874-.316-4.293-.578l.001.672c1.64-.055 3.284.004 4.926-.029-.006-1.225.005-2.449 0-3.672 0-.756-.351-1.525-.989-1.95-.921-.635-2.246-.54-3.104.162m-4.998 4.007a2.088 2.088 0 0 1-.897.285 6.92 6.92 0 0 1-.206.625c.151.114.322.19.51.224.046-.396.445-.552.786-.417.072.172.165.334.293.471.631-.024 1.266-.039 1.896.029.089-.089.17-.184.243-.286l.155.134.131-.157c.319.078.213.349-.018.475l-.115-.318a8.545 8.545 0 0 0-.2.27c.184.159.477.258.635.01.281-.264-.115-.596-.389-.644.154-.015.307-.014.461-.011.04.164.102.32.188.468.378-.012.361-.521.081-.661-.379-.166-.828-.091-1.196-.293-.345-.157-.664-.456-1.069-.405-.432.033-.899-.024-1.289.203m-.454 1.266c.141.309.58.235.734-.034-.181-.079-.365.019-.54.063a.663.663 0 0 1 .042-.414c.109.07.226.109.353.115a.295.295 0 0 0-.217-.244c-.282-.101-.567.273-.371.514z"/><path fill="#faea3d" d="M8.209 16.744c.414-.004.73.27 1.046.495-.33-.011-.661-.024-.991-.031-.02-.155-.038-.309-.055-.464zM7.109 17.172c.18-.321.563-.384.9-.367.021.093.063.28.082.374-.327.004-.655 0-.983-.006z"/><path fill="#232a26" d="M11.799 2.56c.436-.145.933.094 1.139.492 1.744 2.952 3.36 5.979 5.069 8.951 1.366 2.384 2.714 4.78 4.065 7.171.204.378.455.73.619 1.128.192.501-.161 1.129-.694 1.212-.37.061-.746.034-1.119.034-6.21-.051-12.42.026-18.63-.016a.915.915 0 0 1-.944-.702c-.14-.531.279-.965.498-1.406 1.691-2.866 3.261-5.801 4.981-8.651 1.478-2.489 2.901-5.009 4.325-7.529.155-.289.354-.594.691-.684m.262 2.438C10.687 7.326 9.41 9.709 8.03 12.034c-1.505 2.601-3.064 5.172-4.506 7.811 5.662-.008 11.325-.035 16.986-.005-1.763-3.144-3.578-6.258-5.316-9.415a177.047 177.047 0 0 0-3.132-5.427z"/><path fill="#232a26" d="M12.091 12.846c.858-.702 2.183-.798 3.104-.162.638.425.989 1.194.989 1.95.005 1.224-.006 2.448 0 3.672-1.643.033-3.286-.026-4.926.029l-.001-.672c1.419.261 2.869.333 4.293.578.014-.777-.004-1.554.019-2.33-.379.139-.76.271-1.14.406-.037-.601.069-1.216-.056-1.807-.201-.531-1.024-.504-1.21.024-.126.595-.027 1.214-.064 1.819a20.06 20.06 0 0 1 1.176-.012c-.99.419-2.026.715-3.03 1.096.03-.938.006-1.876.019-2.814 0-.675.31-1.344.829-1.775zM7.091 16.852c.39-.226.856-.17 1.289-.203.405-.051.724.247 1.069.405.369.201.817.126 1.196.293.28.14.296.649-.081.661a1.807 1.807 0 0 1-.188-.468 3.937 3.937 0 0 0-.461.011c.274.048.67.38.389.644-.158.247-.451.149-.635-.01.065-.091.131-.181.2-.27l.115.318c.23-.126.336-.398.018-.475l-.131.158-.155-.134a2.136 2.136 0 0 1-.243.286c-.63-.067-1.265-.053-1.896-.029a1.62 1.62 0 0 1-.293-.471c-.341-.135-.74.021-.786.417a1.19 1.19 0 0 1-.51-.224 6.92 6.92 0 0 0 .206-.625c.32-.02.62-.127.897-.285m1.118-.107c.018.155.035.309.055.464.33.008.661.02.991.031-.316-.225-.633-.499-1.046-.495m-1.1.428c.327.006.655.01.982.006l-.082-.374c-.337-.016-.72.046-.9.367z"/><path fill="#232a26" d="M6.637 18.12c-.196-.241.089-.615.371-.514.123.039.195.12.217.244a.707.707 0 0 1-.353-.115.648.648 0 0 0-.042.414c.175-.044.359-.141.54-.063-.154.269-.592.342-.734.034z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tunnel--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#f9e635" d="M11.723 1.31h.639c.252.17.49.363.705.579.127.243.28.472.419.709l.121.283c.143.228.292.452.425.687.135.23.283.454.421.683.029.073.09.217.119.288.153.294.332.571.51.85l.183.39c.142.228.291.451.423.683.193.319.388.634.55.97.171.283.352.561.492.861.13.232.276.454.411.683.161.337.354.654.559.967l.186.388c.203.312.397.63.557.967.138.229.284.452.414.686.137.23.284.454.421.684.032.07.097.212.128.284l.132.28c.121.192.251.378.371.57l.182.392c.204.31.4.629.557.967.116.194.246.381.364.574l.182.39c.142.228.29.452.421.687.137.23.284.455.422.687.029.07.09.212.119.284.121.193.25.381.366.577.13.234.276.458.412.688.178.372.4.719.615 1.07.087.188.178.374.273.557l.177.349v.582a9.623 9.623 0 0 0-.181.527 22.35 22.35 0 0 1-.426.335c-.214.074-.429.145-.64.223H.742c-.331-.181-.545-.491-.743-.8v-.756c.131-.234.252-.473.37-.713.119-.192.247-.378.366-.568l.134-.281.13-.284c.193-.317.401-.626.56-.964.149-.268.32-.524.476-.788.086-.189.172-.377.261-.563.121-.193.254-.379.378-.57l.114-.29c.139-.229.288-.451.432-.677.061-.131.121-.262.183-.392.177-.279.357-.556.506-.85l.182-.392c.141-.226.288-.45.419-.681.139-.303.321-.581.499-.861l.185-.389c.119-.194.246-.383.361-.579.13-.233.276-.458.414-.687.177-.374.4-.723.619-1.072.066-.152.134-.302.199-.454.16-.265.332-.521.491-.786l.119-.286c.121-.192.25-.381.368-.575.159-.337.352-.652.548-.968.161-.335.356-.652.561-.961l.123-.286c.194-.317.404-.628.561-.966.13-.232.274-.454.411-.681.223-.472.542-.891.742-1.375.183-.266.412-.497.636-.728.094-.04.281-.119.375-.157m-.097.477c-.352.134-.543.477-.716.79C9.386 5.363 7.795 8.11 6.24 10.879c-1.851 3.13-3.57 6.337-5.399 9.48-.203.383-.503.775-.429 1.237a.93.93 0 0 0 .96.826c7.036.008 14.069-.135 21.103-.124.514.055 1.051-.303 1.116-.83.099-.545-.313-.974-.546-1.422-2.139-3.743-4.295-7.477-6.417-11.229a395.188 395.188 0 0 0-3.763-6.583c-.237-.422-.788-.65-1.241-.446z"/><path fill="#f9e635" d="M9.862 8.132a115.99 115.99 0 0 1 2.127-3.723c2.134 3.534 4.117 7.156 6.174 10.735 1.022 1.789 2.047 3.578 3.07 5.367-6.157-.029-12.313.105-18.47.117 2.323-4.19 4.76-8.314 7.099-12.497m-.684 3.31c-.65.681-.977 1.623-.974 2.557l.015 5.648c.279-.006.559-.008.837-.011.003-1.508-.011-3.015-.008-4.521.007-.764-.086-1.577.269-2.284.443-.99 1.44-1.735 2.545-1.742 1.534-.131 3.174 1.236 2.999 2.83-.097-.437-.134-.901-.378-1.288-.603-1.087-2-1.542-3.172-1.254-1.21.223-2.127 1.407-2.092 2.629-.001 1.608.012 3.218.006 4.826.006.287-.014.593.154.846l.048-.408c.571-.836 1.036-1.742 1.517-2.629.17-.948-.081-1.942.121-2.887.299-.818 1.596-.829 1.902-.012.226.941-.004 1.926.126 2.879.353.793.905 1.481 1.274 2.268-.548-.726-.97-1.537-1.422-2.321a58.558 58.558 0 0 0-1.873.023c-.524.928-1.004 1.886-1.61 2.763.063.092.13.183.196.274 1.75-.057 3.505.025 5.251-.102.302.022.603.052.903.077.011-1.818 0-3.637-.006-5.455.001-.912-.226-1.855-.823-2.566-1.394-1.714-4.327-1.777-5.806-.139z"/><path fill="#1e2722" d="M11.625 1.788c.454-.204 1.004.023 1.241.446a395.188 395.188 0 0 1 3.763 6.583c2.121 3.752 4.277 7.486 6.417 11.229.233.448.646.877.546 1.422-.065.527-.601.886-1.116.83-7.034-.011-14.068.132-21.103.124a.93.93 0 0 1-.96-.826c-.074-.462.226-.854.429-1.237 1.829-3.143 3.548-6.35 5.399-9.48 1.554-2.768 3.146-5.516 4.669-8.301.172-.313.364-.657.716-.79M9.862 8.132c-2.339 4.182-4.777 8.306-7.099 12.497 6.157-.012 12.313-.146 18.47-.117-1.023-1.789-2.048-3.578-3.07-5.367-2.057-3.579-4.04-7.201-6.174-10.735a114.912 114.912 0 0 0-2.127 3.723z"/><path fill="#1e2722" d="M9.178 11.441c1.479-1.637 4.411-1.575 5.806.139.597.71.825 1.654.823 2.566.006 1.818.017 3.637.006 5.455-.301-.025-.601-.055-.903-.077-1.746.127-3.501.046-5.251.102-.066-.091-.132-.182-.196-.274.606-.877 1.086-1.834 1.61-2.763.625-.017 1.25-.028 1.873-.023.452.785.874 1.596 1.422 2.321-.37-.786-.921-1.474-1.274-2.268-.13-.953.101-1.938-.126-2.879-.306-.817-1.603-.806-1.902.012-.203.945.048 1.939-.121 2.887-.481.887-.946 1.793-1.517 2.629l-.048.408c-.168-.252-.149-.559-.154-.846.007-1.608-.007-3.218-.006-4.826-.034-1.222.883-2.406 2.092-2.629 1.172-.288 2.57.167 3.172 1.254.244.388.281.851.378 1.288.175-1.594-1.465-2.961-2.999-2.83-1.105.007-2.102.752-2.545 1.742-.354.708-.262 1.52-.269 2.284-.003 1.506.011 3.014.008 4.521-.279.003-.559.006-.837.011-.004-1.883-.01-3.766-.015-5.648-.003-.934.324-1.876.974-2.557z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tunnel--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.052 2.622c.757-1.411 3.112-1.398 3.889-.012a886.587 886.587 0 0 1 9.574 16.267c.497.773.599 1.813.174 2.639-.367.55-.994.965-1.668.984-1.465.088-2.934.086-4.402.116H6.212c-1.501-.063-3.004-.034-4.502-.141-.977-.131-1.619-1.071-1.71-2v-.169a3.606 3.606 0 0 1 .531-1.513 890.127 890.127 0 0 1 9.521-16.171M2.288 20.301c6.475.004 12.949.003 19.424 0A4678.843 4678.843 0 0 0 12 3.824a4309.934 4309.934 0 0 0-9.712 16.477z"/><path fill="#fff" d="M2.288 20.301A4445.29 4445.29 0 0 1 12 3.824a4529.13 4529.13 0 0 1 9.712 16.477c-6.475.003-12.949.004-19.424 0m4.499-5.693c-.388.556-.778 1.112-1.159 1.673v3.459h12.744c-.008-1.151.018-2.304-.012-3.455-.355-.578-.77-1.116-1.149-1.677-3.475-.005-6.949-.004-10.424 0z"/><path fill="#fff" d="M6.546 16.547c.28-.411.56-.822.848-1.228 3.071.001 6.144-.001 9.215.001.276.413.583.803.833 1.232.03.81.003 1.621.011 2.432H6.548l-.001-2.437m3.981-.021c-1.139.69-2.302 1.338-3.43 2.045l.378-.033a250.17 250.17 0 0 0 3.601-2.13c-.19.005-.393-.012-.55.117m.708.048c-1.065.674-2.189 1.262-3.225 1.979 2.685.022 5.371.007 8.056.008-1.184-.709-2.36-1.433-3.553-2.124-.421-.026-.911-.131-1.278.137m1.67-.171c1.101.666 2.215 1.308 3.32 1.969.206.112.413.273.671.195-1.124-.702-2.281-1.346-3.414-2.035-.165-.135-.378-.119-.578-.129z"/><path fill="#030303" d="M6.787 14.608c3.475-.004 6.949-.005 10.424 0 .378.562.794 1.1 1.149 1.677.03 1.151.004 2.304.012 3.455H5.628v-3.459c.381-.562.771-1.117 1.159-1.673m-.241 1.939l.001 2.437h10.905c-.008-.811.02-1.622-.011-2.432-.251-.429-.558-.819-.833-1.232-3.071-.003-6.144 0-9.215-.001-.287.406-.568.816-.848 1.228z"/><path fill="#030303" d="M10.528 16.526c.157-.129.36-.112.55-.117a259.755 259.755 0 0 1-3.601 2.13l-.378.033c1.127-.707 2.291-1.356 3.43-2.045zM11.235 16.573c.367-.268.857-.164 1.278-.137 1.192.691 2.368 1.415 3.553 2.124-2.685-.001-5.371.015-8.056-.008 1.036-.717 2.16-1.305 3.225-1.979zM12.905 16.402c.199.011.413-.005.578.129 1.133.688 2.291 1.333 3.414 2.035-.258.078-.465-.083-.671-.195-1.105-.661-2.219-1.303-3.32-1.969z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tunnel--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M11.741 1.489h.503c.298.104.569.3.721.582l10.833 18.717c.08.143.143.293.202.446v.413c-.106.392-.381.739-.778.865H.751c-.368-.128-.63-.438-.752-.801v-.507c.175-.42.432-.798.652-1.196C4.106 14.032 7.557 8.053 11.015 2.077c.149-.289.428-.473.725-.587M3.641 19.959c5.568.001 11.137.001 16.705-.001-2.781-4.811-5.566-9.621-8.352-14.43-2.789 4.808-5.572 9.619-8.354 14.431z"/><path fill="#fff" d="M3.641 19.959c2.782-4.811 5.565-9.623 8.354-14.431 2.786 4.809 5.571 9.618 8.352 14.43-5.568.002-11.137.002-16.705.001m5.439-7.043c.349.597.698 1.194 1.04 1.794a5.728 5.728 0 0 1 3.681.002c.338-.6.68-1.197 1.02-1.796H9.081m-.36.204c-.516.877-1.034 1.753-1.556 2.625.507.135 1.011.281 1.517.417.18-.54.574-.993 1.072-1.267-.35-.589-.655-1.205-1.034-1.775m6.467-.037c-.347.593-.691 1.189-1.038 1.782.494.293.913.731 1.109 1.278.493-.121.98-.264 1.472-.389-.522-.886-1.02-1.786-1.543-2.672m-5.322 2.39c-.48.347-.733.94-.738 1.523-.009.795-.002 1.591-.003 2.385h5.677c-.002-.799.007-1.598-.004-2.397-.01-.54-.221-1.092-.643-1.443-.568-.481-1.338-.627-2.063-.639-.771-.012-1.592.099-2.226.571m5.46 1.009c.14.95.036 1.918.068 2.877h1.429v-3.293c-.5.134-1.001.269-1.498.417m-8.246-.432c.004 1.102.001 2.205.002 3.307l1.491-.001c.018-.961-.04-1.925.037-2.883-.507-.15-1.022-.272-1.529-.423z"/><path d="M9.081 12.916h5.741c-.341.598-.682 1.196-1.02 1.796a5.728 5.728 0 0 0-3.681-.002c-.342-.6-.691-1.197-1.04-1.794zM8.721 13.12c.378.57.684 1.187 1.034 1.775a2.286 2.286 0 0 0-1.072 1.267c-.506-.136-1.01-.282-1.517-.417.522-.872 1.04-1.748 1.556-2.625zM15.187 13.083c.523.886 1.021 1.785 1.543 2.672-.492.125-.979.268-1.472.389-.196-.547-.615-.985-1.109-1.278.347-.594.691-1.189 1.038-1.782zM9.865 15.472c.634-.472 1.455-.583 2.226-.571.725.012 1.495.159 2.063.639.422.351.633.903.643 1.443.011.799.003 1.598.004 2.397H9.124c.002-.794-.005-1.59.003-2.385.004-.583.258-1.176.738-1.523zM15.325 16.481c.497-.148.998-.283 1.498-.417v3.293h-1.43c-.032-.958.072-1.926-.068-2.877zM7.078 16.05c.507.151 1.022.273 1.529.423-.077.958-.018 1.923-.037 2.883l-1.491.001c-.001-1.103.003-2.206-.002-3.307z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M23.653 12.837L12.838 23.651a1.18 1.18 0 0 1-1.674 0L.349 12.837a1.184 1.184 0 0 1 0-1.675L11.164.348a1.182 1.182 0 0 1 1.674 0l10.815 10.814a1.184 1.184 0 0 1 0 1.675z"/><path d="M23.503 12.643L12.65 23.495a.92.92 0 0 1-1.301 0L.496 12.643a.923.923 0 0 1 0-1.302L11.349.489a.92.92 0 0 1 1.301 0l10.853 10.852a.923.923 0 0 1 0 1.302z"/><path fill="#fee011" d="M23.188 12.307L12.313 23.182a.433.433 0 0 1-.627 0L.811 12.307a.434.434 0 0 1 0-.629L11.686.803a.432.432 0 0 1 .627 0l10.875 10.875c.18.18.18.449 0 .629z"/><path d="M15.987 10.107v8.002h-2.588v-6.38c-.015-.179-.157-.337-.284-.321l-3.718-.016.516 1.676a.49.49 0 0 1-.486.471.482.482 0 0 1-.299-.112l-4.883-3.291 4.913-3.321a.482.482 0 0 1 .269-.098c.262 0 .472.21.486.449l-.516 1.638h5.281a1.295 1.295 0 0 1 1.309 1.302z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f9eb3a" d="M11.665 1.341h.705c.194.106.391.209.59.31.115.193.239.379.35.574.127.227.272.442.409.664l.182.385c.137.22.279.436.406.661.154.329.354.631.546.939.064.146.13.292.193.44.134.223.278.441.41.665.127.228.271.445.409.668l.314.652c.138.22.284.436.42.658l.113.279c.117.185.241.366.357.554.169.366.385.707.601 1.046l.117.28c.147.282.319.551.487.822.173.361.389.699.593 1.043.156.327.354.632.548.939l.115.28c.168.316.363.617.543.926.138.291.31.563.485.833l.182.385c.114.186.237.367.349.556.146.263.314.515.471.774.063.146.129.292.192.44.134.224.279.441.412.666.126.227.268.444.401.666.156.327.343.638.546.939.086.181.17.363.253.547.133.223.278.438.416.658l.223.452v.764c-.168.248-.358.48-.559.701l-.381.154H.779c-.153-.107-.306-.216-.461-.319-.102-.161-.212-.316-.315-.475v-.866l.237-.405.117-.278c.118-.184.243-.363.359-.548.062-.129.125-.257.186-.386l.129-.268c.201-.302.387-.613.542-.94.113-.188.236-.367.351-.554l.18-.386c.139-.22.284-.436.418-.66.062-.146.127-.292.19-.438.156-.259.323-.51.479-.768l.117-.276a7.39 7.39 0 0 0 .547-.939c.169-.272.341-.542.477-.831.127-.225.267-.442.398-.666.185-.311.383-.617.54-.944.147-.261.311-.512.468-.768l.115-.279c.141-.22.287-.436.422-.658l.114-.28c.141-.219.286-.434.418-.657.083-.184.168-.365.255-.547.201-.3.387-.611.544-.939.193-.304.379-.613.535-.939.111-.189.233-.371.345-.56.205-.345.421-.685.595-1.048.133-.223.275-.44.404-.666.192-.307.377-.617.535-.944.133-.221.275-.438.404-.664.131-.228.272-.449.393-.684.137-.209.304-.397.471-.585l.379-.153m-.072.47a.908.908 0 0 0-.345.318C9.066 5.822 7.009 9.588 4.846 13.292c-1.262 2.266-2.577 4.502-3.831 6.772-.239.471-.696.955-.501 1.519.121.477.637.732 1.102.672 7.016-.009 14.033.028 21.049.023.514.024.971-.446.949-.956.03-.405-.24-.737-.418-1.075-1.795-3.132-3.497-6.316-5.303-9.44-1.632-2.812-3.218-5.647-4.821-8.474-.241-.554-.943-.817-1.478-.519z"/><path fill="#f9eb3a" d="M6.414 14.191c1.874-3.309 3.754-6.617 5.702-9.883 3.022 5.413 6.169 10.754 9.148 16.191-6.152.017-12.303-.021-18.455-.031a414.18 414.18 0 0 1 3.604-6.278m2.346-2.82c.464.929.885 1.881 1.388 2.79.682.362 1.448.555 2.164.849-.279-.638-.578-1.267-.861-1.903 1.035.386 2.072.77 3.108 1.152-1.558 1.471-3.187 2.863-4.779 4.296.377.434.747.874 1.113 1.318 1.849-1.587 3.632-3.25 5.438-4.884.59-.522.444-1.613-.291-1.923-1.337-.577-2.724-1.028-4.067-1.591a72.9 72.9 0 0 0 1.87-.723c-.727-.283-1.439-.618-2.188-.834-.98.45-1.92.994-2.896 1.453z"/><path fill="#252a23" d="M11.595 1.813c.535-.298 1.236-.035 1.478.519 1.604 2.826 3.19 5.662 4.821 8.474 1.806 3.124 3.507 6.308 5.303 9.44.178.338.448.67.418 1.075.021.51-.436.98-.949.956-7.016.005-14.033-.032-21.049-.023-.465.06-.981-.194-1.102-.672-.194-.564.263-1.048.501-1.519 1.254-2.27 2.569-4.506 3.831-6.772C7.01 9.588 9.066 5.821 11.251 2.13a.894.894 0 0 1 .345-.318M6.414 14.191a409.348 409.348 0 0 0-3.604 6.278c6.151.009 12.303.048 18.455.031-2.979-5.437-6.126-10.779-9.148-16.191-1.948 3.266-3.828 6.574-5.702 9.883z"/><path fill="#252a23" d="M8.759 11.37c.976-.46 1.916-1.003 2.896-1.453.75.216 1.461.551 2.188.834-.621.249-1.243.489-1.87.723 1.342.563 2.73 1.015 4.067 1.592.735.31.881 1.401.291 1.923-1.806 1.634-3.589 3.297-5.438 4.884a66.774 66.774 0 0 0-1.113-1.318c1.591-1.433 3.221-2.825 4.779-4.296a893.627 893.627 0 0 1-3.108-1.152c.283.636.582 1.264.861 1.903-.716-.294-1.482-.487-2.164-.849-.503-.909-.924-1.861-1.388-2.79z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-left--g2_1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M12.266 0h.067c.187.178.385.342.571.521 3.581 3.584 7.165 7.168 10.747 10.751.13.146.245.304.347.472l.001-.288v.77c-.115.404-.478.648-.75.941-3.497 3.502-7.003 6.995-10.493 10.504-.28.354-.803.403-1.217.33h.187l.205-.128c.24 0 .481-.059.643-.248 3.683-3.68 7.364-7.362 11.045-11.045.334-.288.32-.842-.014-1.124C19.991 7.825 16.357 4.213 12.744.58c-.202-.2-.439-.425-.748-.4-.27-.004-.478.188-.658.362C7.738 4.146 4.142 7.752.537 11.35c-.173.178-.366.379-.361.647-.029.408.335.66.584.922 3.323 3.317 6.64 6.64 9.96 9.958.316.298.589.646.954.889l-.095.167c-3.542-3.496-7.042-7.034-10.566-10.548-.353-.382-.805-.694-1.015-1.186v-.068c-.043-.506.361-.82.673-1.138 3.401-3.4 6.802-6.8 10.201-10.202.254-.244.482-.526.792-.702.199-.034.406-.025.6-.088z"/><path fill="#ffd520" d="M11.788.614c.211-.194.49-.03.647.15 3.618 3.619 7.238 7.237 10.856 10.858.221.164.326.512.083.708a11492.15 11492.15 0 0 1-11.041 11.04c-.163.209-.484.185-.638-.019-3.68-3.68-7.364-7.358-11.041-11.042-.218-.186-.118-.503.078-.66 3.517-3.523 7.042-7.04 10.56-10.562.162-.161.316-.331.497-.472M7.726 8.317c-1.687 1.223-3.361 2.464-5.053 3.68 1.828 1.273 3.604 2.624 5.416 3.92.4.3 1.026-.067.968-.562-.131-.635-.347-1.249-.514-1.876 3.935-.002 7.871.001 11.806-.001-.002-.995 0-1.99-.001-2.983H8.558c.16-.624.37-1.235.51-1.864.062-.379-.31-.752-.689-.684-.256.037-.445.232-.653.368z"/><path d="M11.34.541c.18-.174.388-.366.658-.362.308-.025.546.199.748.4 3.613 3.632 7.247 7.244 10.861 10.876.335.282.348.836.014 1.124-3.68 3.683-7.362 7.364-11.045 11.045-.162.19-.403.248-.643.248l-.205.128h-.151l.005-.068.095-.167c-.365-.244-.638-.592-.954-.889-3.32-3.318-6.637-6.641-9.96-9.958-.25-.262-.613-.514-.584-.922-.005-.268.188-.469.361-.647C4.145 7.75 7.741 4.144 11.341.541m.447.073c-.181.14-.335.311-.497.472C7.773 4.608 4.248 8.125.731 11.648c-.196.157-.296.474-.078.66C4.33 15.992 8.014 19.67 11.694 23.35c.155.204.475.228.638.019 3.683-3.677 7.363-7.358 11.041-11.04.244-.196.138-.544-.083-.708L12.434.763c-.157-.18-.436-.344-.647-.15z"/><path d="M7.726 8.317c.208-.137.397-.331.653-.368.379-.068.751.305.689.684-.14.629-.35 1.24-.51 1.864h11.79c.001.994-.001 1.988.001 2.983-3.935.002-7.871-.001-11.806.001.167.626.383 1.241.514 1.876.058.494-.569.862-.968.562-1.812-1.296-3.588-2.647-5.416-3.92 1.692-1.217 3.366-2.458 5.053-3.68z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M10.919.712c.286-.274.556-.634.977-.683.346-.054.67.132.9.373 3.6 3.604 7.2 7.206 10.804 10.806.184.174.323.389.401.63v.316c-.091.436-.467.704-.758 1.007L13.222 23.183c-.318.304-.592.7-1.039.817h-.318c-.442-.096-.709-.48-1.016-.774C7.47 19.846 4.092 16.464.71 13.086c-.274-.286-.647-.55-.683-.978-.052-.348.151-.659.39-.888C3.919 7.717 7.421 4.217 10.921.712m.754-.414c-.259.166-.458.407-.678.619L.981 10.932c-.22.224-.462.432-.648.686a.724.724 0 0 0 .098.91c3.678 3.684 7.357 7.367 11.04 11.047a.748.748 0 0 0 1.073.01c3.586-3.578 7.16-7.166 10.746-10.744.23-.234.54-.475.52-.841.007-.302-.221-.526-.416-.726C19.79 7.685 16.2 4.081 12.598.488c-.226-.252-.614-.366-.922-.191z"/><path fill="#ffd520" d="M11.796.634c.206-.164.468-.016.617.155l10.256 10.259c.26.276.565.515.775.834.062.184-.032.354-.164.475-3.665 3.658-7.32 7.325-10.986 10.981-.179.211-.487.128-.638-.067C8.021 19.629 4.38 15.991.742 12.352c-.132-.121-.224-.293-.16-.474.173-.266.42-.47.64-.696C4.682 7.721 8.142 4.262 11.601.8c.049-.041.148-.124.196-.166M7.195 8.507A743.953 743.953 0 0 0 2.4 12.012c1.764 1.273 3.52 2.56 5.274 3.845.17.125.384.229.6.169.347-.068.565-.468.446-.8-.15-.583-.337-1.157-.499-1.738h7.578c-.161.625-.39 1.235-.511 1.868-.065.498.581.851.973.54 1.789-1.297 3.562-2.618 5.351-3.917a578.066 578.066 0 0 0-5.366-3.866c-.391-.324-1.058.023-.997.532.139.636.359 1.253.526 1.882-2.522.002-5.044.002-7.565 0 .158-.595.36-1.178.5-1.778.109-.437-.361-.859-.787-.72-.272.109-.491.312-.727.479z"/><path d="M11.675.298c.307-.175.696-.061.922.191 3.602 3.593 7.193 7.196 10.796 10.786.196.2.424.424.416.726.02.366-.289.607-.52.841-3.586 3.577-7.16 7.165-10.746 10.744a.748.748 0 0 1-1.073-.01C7.787 19.896 4.108 16.213.43 12.529a.724.724 0 0 1-.098-.91c.186-.254.428-.462.648-.686C4.32 7.595 7.658 4.256 10.996.918c.22-.212.419-.454.678-.619m.122.335c-.048.042-.146.125-.196.166C8.142 4.262 4.681 7.722 1.221 11.182c-.22.226-.467.43-.64.696-.065.181.028.353.16.474 3.638 3.638 7.279 7.277 10.914 10.919.151.196.46.278.638.067 3.666-3.656 7.321-7.324 10.986-10.981.132-.121.227-.292.164-.475-.21-.319-.515-.558-.775-.834L12.412.789c-.149-.17-.41-.319-.617-.155z"/><path d="M7.195 8.507c.236-.167.455-.37.727-.479.426-.139.896.283.787.72-.14.6-.342 1.183-.5 1.778 2.521.002 5.042.002 7.565 0-.167-.629-.386-1.246-.526-1.882-.061-.509.606-.856.997-.532a583.31 583.31 0 0 1 5.366 3.866c-1.789 1.298-3.562 2.62-5.351 3.917-.392.311-1.038-.042-.973-.54.121-.634.35-1.243.511-1.868H8.22c.162.581.349 1.154.499 1.738.119.332-.1.732-.446.8-.216.06-.43-.044-.6-.169-1.754-1.285-3.51-2.572-5.274-3.845a772.806 772.806 0 0 1 4.795-3.505z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M.348 12.837l10.815 10.814a1.18 1.18 0 0 0 1.674 0l10.815-10.814a1.184 1.184 0 0 0 0-1.675L12.837.348a1.182 1.182 0 0 0-1.674 0L.348 11.162a1.184 1.184 0 0 0 0 1.675z"/><path d="M.497 12.643L11.35 23.495a.92.92 0 0 0 1.301 0l10.853-10.852a.923.923 0 0 0 0-1.302L12.651.489a.92.92 0 0 0-1.301 0L.497 11.341a.923.923 0 0 0 0 1.302z"/><path fill="#fee011" d="M.812 12.307l10.875 10.875a.433.433 0 0 0 .627 0l10.875-10.875a.434.434 0 0 0 0-.629L12.314.803a.432.432 0 0 0-.627 0L.812 11.678a.434.434 0 0 0 0 .629z"/><path d="M8.013 10.107v8.002h2.588v-6.38c.015-.179.157-.337.284-.321l3.718-.016-.516 1.676a.49.49 0 0 0 .486.471c.119 0 .246-.06.299-.112l4.883-3.291-4.913-3.321a.482.482 0 0 0-.269-.098.489.489 0 0 0-.486.449l.516 1.638H9.322a1.295 1.295 0 0 0-1.309 1.302z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f9e93f" d="M11.617 1.341h.898c.282.198.602.381.727.723.127.225.27.44.397.665.133.294.307.563.479.834.169.365.385.704.602 1.04l.117.282c.146.284.319.552.488.823.153.327.341.636.54.937.204.459.459.889.724 1.314.133.224.275.441.405.666.18.426.422.821.676 1.205.03.07.087.21.115.282.141.219.287.434.422.657l.114.283c.119.185.245.366.362.554l.186.378.125.271c.178.268.355.539.487.833.146.261.312.511.468.767l.117.28c.141.217.286.433.416.658.176.428.429.817.666 1.212.111.192.236.374.351.563l.177.379c.117.188.243.37.361.558l.177.382c.138.22.284.437.418.661l.114.279c.119.186.245.367.363.555.059.126.118.253.176.381.117.188.243.37.358.558l.188.377.17.322v.767c-.147.272-.355.501-.573.719l-.339.154H.76a14.912 14.912 0 0 0-.44-.32c-.103-.153-.213-.303-.319-.453v-.963l.097-.016.129-.319.133-.267c.174-.268.35-.536.485-.827.21-.456.516-.859.725-1.317.134-.223.279-.44.413-.664.03-.068.087-.208.115-.278.118-.186.244-.367.361-.554.105-.217.209-.434.312-.652.117-.188.243-.37.359-.558l.178-.379c.176-.268.351-.539.484-.833.204-.345.425-.68.594-1.044.133-.223.275-.44.404-.665.168-.275.343-.546.477-.839.126-.227.271-.444.409-.664l.178-.381c.115-.186.24-.369.354-.556.15-.33.339-.64.542-.939.086-.182.172-.363.253-.546.133-.224.278-.44.418-.658l.115-.282c.134-.224.28-.44.418-.661l.178-.379c.115-.188.239-.371.351-.562.126-.228.271-.446.408-.668l.181-.379c.137-.221.282-.438.408-.666.111-.192.235-.375.35-.563l.181-.379c.114-.189.239-.371.35-.562.127-.228.268-.446.397-.673.166-.383.481-.677.858-.853m.372.34c-.692.154-.861.943-1.224 1.449C7.377 9.028 3.961 14.909.59 20.814c-.314.618.154 1.494.881 1.437 6.969.008 13.94-.009 20.91-.003.335-.001.717.027.981-.221.44-.343.465-1.004.138-1.435-3.537-6.09-6.917-12.27-10.408-18.385a.99.99 0 0 0-1.103-.527z"/><path fill="#f9e93f" d="M2.889 20.43C5.988 15.056 9.082 9.678 12.19 4.31c3.062 5.364 6.058 10.766 9.123 16.13-4.47.055-8.942-.039-13.412.013-1.671-.008-3.341.039-5.012-.023m7.584-9.773c.56.339 1.224.449 1.781.798-1.329.507-2.668.988-3.985 1.524-.766.306-.929 1.457-.3 1.98 1.778 1.621 3.558 3.239 5.343 4.854.369-.441.739-.881 1.113-1.317-1.55-1.447-3.148-2.841-4.712-4.274 1.015-.41 2.046-.778 3.072-1.153-.255.627-.563 1.234-.804 1.868.692-.255 1.382-.514 2.077-.763.503-.94.941-1.911 1.443-2.85-.953-.514-1.931-.984-2.892-1.483-.712.272-1.415.569-2.135.817z"/><path fill="#2c3027" d="M11.988 1.681a.99.99 0 0 1 1.103.527c3.491 6.115 6.871 12.295 10.408 18.385.327.43.302 1.091-.138 1.435-.264.248-.646.22-.981.221-6.969-.007-13.94.011-20.91.003-.727.056-1.195-.819-.881-1.437C3.96 14.91 7.376 9.03 10.763 3.131c.363-.507.532-1.295 1.224-1.449M2.889 20.43c1.671.062 3.341.015 5.012.023 4.47-.052 8.942.042 13.412-.013-3.065-5.363-6.06-10.765-9.123-16.13-3.108 5.369-6.202 10.746-9.301 16.12z"/><path fill="#2c3027" d="M10.473 10.657c.72-.248 1.423-.544 2.135-.817.961.499 1.939.969 2.892 1.483-.501.94-.94 1.911-1.443 2.85-.695.249-1.385.508-2.077.763.241-.634.55-1.24.804-1.868-1.026.375-2.057.743-3.072 1.153 1.563 1.433 3.162 2.828 4.712 4.274-.374.436-.744.876-1.113 1.317a1756.618 1756.618 0 0 1-5.343-4.854c-.629-.523-.465-1.675.3-1.98 1.317-.536 2.656-1.018 3.985-1.524-.556-.349-1.22-.459-1.781-.798z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-right--g2_1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M12.265 0h.067c.366.323.721.659 1.061 1.01 3.398 3.4 6.796 6.802 10.199 10.198.161.161.284.354.407.547l.001-.198v.69c-.094.245-.262.446-.448.624-3.694 3.665-7.346 7.372-11.05 11.024l-.337.103-.797.001h.348c.311-.136.686-.164.922-.436 3.658-3.666 7.327-7.322 10.984-10.99.335-.29.317-.839-.018-1.122C19.991 7.82 16.357 4.209 12.745.577c-.203-.197-.437-.421-.743-.4-.271-.005-.48.19-.664.364C7.74 4.142 4.145 7.747.543 11.342c-.172.181-.37.383-.366.652-.026.407.335.661.583.924 3.326 3.316 6.642 6.642 9.966 9.96.3.308.599.619.936.888l-.082.166C7.84 20.238 4.146 16.497.416 12.792A1.302 1.302 0 0 1 0 12.047l-.001.28v-.229c-.008-.552.461-.876.799-1.232C4.277 7.388 7.757 3.911 11.233.428c.16-.164.355-.283.559-.385.158.011.322.019.472-.043z"/><path fill="#ffd520" d="M11.791.614c.21-.197.485-.025.643.149 3.62 3.624 7.246 7.244 10.866 10.868.21.166.313.5.077.692-3.656 3.668-7.326 7.326-10.987 10.992-.164.227-.509.28-.689.041C8.037 19.698 4.38 16.035.717 12.377c-.133-.122-.247-.308-.166-.493.175-.277.433-.486.659-.72 3.299-3.295 6.595-6.595 9.894-9.892.227-.221.436-.463.686-.659m3.194 8.031c.132.628.348 1.234.51 1.853-3.932 0-7.864-.004-11.796.002.002.994 0 1.987.001 2.981h11.803c-.16.628-.388 1.238-.509 1.874-.071.523.624.883 1.018.529 1.78-1.295 3.557-2.597 5.339-3.89-1.798-1.316-3.589-2.642-5.405-3.935-.404-.325-1.072.074-.961.586z"/><path d="M11.339.542c.184-.174.392-.368.664-.364.306-.022.54.203.743.4 3.612 3.632 7.246 7.243 10.859 10.874.335.283.353.832.018 1.122-3.656 3.667-7.326 7.324-10.984 10.99-.235.271-.611.3-.922.436h-.146l.011-.067.082-.166c-.337-.269-.636-.58-.936-.888-3.324-3.318-6.64-6.644-9.966-9.96-.248-.263-.61-.517-.583-.924-.004-.269.194-.47.366-.652C4.147 7.748 7.743 4.143 11.34.542m.451.072c-.251.196-.46.438-.686.659-3.299 3.296-6.595 6.596-9.894 9.892-.226.234-.484.443-.659.72-.082.185.032.371.166.493 3.662 3.658 7.32 7.321 10.984 10.979.18.239.524.186.689-.041 3.661-3.666 7.331-7.324 10.987-10.992.236-.192.133-.527-.077-.692-3.62-3.624-7.246-7.244-10.866-10.868-.158-.174-.433-.346-.643-.149z"/><path d="M14.984 8.644c-.11-.511.557-.911.961-.586 1.816 1.292 3.607 2.618 5.405 3.935-1.782 1.294-3.559 2.596-5.339 3.89-.394.354-1.088-.006-1.018-.529.121-.636.349-1.247.509-1.874H3.699c-.001-.994.001-1.987-.001-2.981 3.932-.006 7.864-.002 11.796-.002-.162-.619-.378-1.225-.51-1.853z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.89 1.5h.2c.26.089.449.292.577.528l10.715 18.578c.228.391.479.774.618 1.208v.178c-.068.277-.305.434-.566.508H.593c-.266-.055-.494-.212-.593-.472v-.21c.06-.182.133-.359.222-.528 3.6-6.244 7.202-12.486 10.801-18.731.241-.385.409-.881.866-1.06M3.86 19.996c5.426.001 10.853.001 16.279 0-2.714-4.705-5.423-9.413-8.141-14.116-2.716 4.703-5.426 9.409-8.138 14.116z"/><path fill="#fff" d="M3.86 19.996c2.712-4.706 5.423-9.413 8.138-14.116 2.718 4.703 5.426 9.41 8.141 14.116-5.426.001-10.853.001-16.279 0m9.878-8.051c-.532.624-1.061 1.252-1.586 1.882.311 0 .623.002.934.001v4.889h1.307v-4.889c.312.001.623 0 .935-.001-.528-.63-1.055-1.259-1.589-1.882m-4.283.123l.001 4.888h-.935c.527.632 1.063 1.258 1.588 1.892.524-.636 1.06-1.26 1.588-1.892h-.935c0-1.63-.001-3.258.001-4.888H9.456z"/><path d="M13.738 11.945c.534.623 1.061 1.252 1.589 1.882-.312.001-.623.002-.935.001v4.889h-1.307v-4.889c-.311.001-.623-.001-.934-.001.526-.63 1.055-1.258 1.586-1.882zM9.456 12.068h1.308c-.002 1.63-.001 3.258-.001 4.888h.935c-.528.632-1.063 1.256-1.588 1.892-.524-.635-1.061-1.26-1.588-1.892h.935l-.001-4.888z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.017.571c.245-.271.607-.462.98-.388.32.038.552.276.769.492 3.521 3.516 7.038 7.037 10.558 10.555.274.253.443.638.347 1.013-.082.39-.428.629-.686.902-3.24 3.24-6.485 6.476-9.725 9.718-.283.275-.538.581-.848.826-.384.294-.971.224-1.296-.126C7.684 20.119 4.236 16.691.801 13.25c-.289-.301-.644-.563-.8-.965v-.511c.127-.368.432-.619.697-.887C4.14 7.45 7.575 4.006 11.018.571m.552.322C8.013 4.417 4.483 7.971.942 11.512c-.114.118-.239.228-.326.368-.115.337.238.542.427.756 3.508 3.494 7.008 6.995 10.508 10.495.162.193.464.158.612-.034 3.595-3.605 7.207-7.194 10.802-10.799.199-.178.125-.482-.07-.628-3.556-3.566-7.12-7.124-10.681-10.685-.152-.188-.455-.298-.644-.094z"/><path fill="#231f20" d="M8.144 5.84a983.34 983.34 0 0 1 2.429 0c.002 2.813-.001 5.624.002 8.436.347-.09.692-.188 1.044-.263-.763 1.338-1.535 2.671-2.303 4.007a755.99 755.99 0 0 1-2.306-4.008c.38.082.755.188 1.133.278.001-2.816-.001-5.633.001-8.45zM14.364 6.023c.781 1.331 1.544 2.672 2.31 4.013a22.279 22.279 0 0 0-1.048-.262c-.013 2.81.02 5.622-.017 8.432-.805-.016-1.61-.002-2.416-.007-.005-2.813-.002-5.627-.001-8.44-.38.082-.761.173-1.136.277.763-1.342 1.538-2.676 2.308-4.014z"/><path fill="#fd0" d="M11.57.893c.19-.204.492-.095.644.094 3.562 3.56 7.126 7.118 10.681 10.685.194.145.269.45.07.628-3.595 3.605-7.207 7.194-10.802 10.799-.148.192-.45.227-.612.034-3.5-3.5-7.001-7.001-10.508-10.495-.19-.214-.542-.419-.427-.756.088-.14.212-.251.326-.368C4.483 7.973 8.014 4.42 11.57.895M8.144 5.84c-.002 2.818 0 5.634-.001 8.45-.378-.09-.752-.197-1.133-.278a832.533 832.533 0 0 0 2.306 4.008c.768-1.336 1.54-2.669 2.303-4.007-.352.074-.697.173-1.044.263-.004-2.812 0-5.623-.002-8.436H8.144m6.22.183c-.769 1.338-1.544 2.672-2.308 4.014a19.57 19.57 0 0 1 1.136-.277c-.001 2.813-.004 5.627.001 8.44.805.005 1.61-.008 2.416.007.037-2.81.004-5.622.017-8.432.352.078.7.167 1.048.262-.766-1.34-1.529-2.682-2.31-4.013z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.599 0h.456c.325.037.62.192.84.433l10.673 10.672c.227.212.389.488.432.798v.204c-.053.271-.169.53-.374.72-3.443 3.438-6.88 6.88-10.321 10.319-.353.34-.67.787-1.194.854h-.241a1.344 1.344 0 0 1-.692-.373c-3.438-3.442-6.88-6.88-10.32-10.32-.336-.347-.769-.66-.857-1.168v-.263c.053-.3.214-.564.432-.77L11.108.433c.209-.206.464-.367.755-.432L11.6 0m-.03.442c-.266.198-.482.455-.72.685C7.446 4.524 4.045 7.925.644 11.326c-.22.202-.384.492-.324.799.05.344.358.548.577.785 3.4 3.397 6.799 6.797 10.196 10.196.234.223.443.527.788.575.306.058.592-.113.79-.332 3.59-3.606 7.194-7.199 10.788-10.8.33-.306.288-.866-.041-1.156C19.841 7.807 16.256 4.23 12.676.648c-.265-.312-.751-.464-1.106-.206z"/><path fill="#ffd520" d="M11.802.89c.162-.181.395-.038.517.109 3.448 3.437 6.886 6.883 10.331 10.322.179.181.372.35.522.559.097.176-.068.324-.18.437-3.581 3.574-7.154 7.154-10.732 10.73a.32.32 0 0 1-.517.005c-3.538-3.54-7.074-7.08-10.615-10.615-.14-.158-.388-.304-.302-.554.101-.143.228-.266.352-.39C4.725 7.965 8.245 4.407 11.803.89m-.126 3.243c-.002.995-.001 1.99-.001 2.984l.647.001c.002-.996.001-1.992 0-2.988l-.646.002m1.827 6.612c-.104.13.007.316.155.35.286-.062.563-.154.844-.234.001 1.41-.001 2.819.001 4.228.425.001.851.001 1.277-.002-.002-1.409-.002-2.816 0-4.225.296.076.583.214.893.227.192-.082.162-.326.037-.45a697.187 697.187 0 0 0-1.571-2.252c-.542.788-1.103 1.564-1.636 2.359M8.221 8.88c-.001 1.412.002 2.824-.001 4.236-.262-.074-.52-.163-.787-.216-.203-.076-.337.236-.184.366.53.778 1.078 1.543 1.609 2.32.566-.839 1.174-1.65 1.716-2.504-.262-.402-.722-.014-1.076.035-.002-1.412 0-2.824-.001-4.236H8.221m3.456 4.611h.646c.002-.996.002-1.992 0-2.987h-.646c-.002.996-.002 1.991 0 2.987m-.001 3.387c0 .996-.002 1.991.001 2.987h.646c.002-.996.002-1.992 0-2.988l-.647.001z"/><path d="M11.57.442c.355-.258.841-.106 1.106.206 3.581 3.582 7.165 7.159 10.742 10.745.329.289.371.85.041 1.156-3.594 3.601-7.198 7.194-10.788 10.8-.198.22-.484.39-.79.332-.346-.048-.554-.352-.788-.575-3.397-3.4-6.797-6.799-10.196-10.196-.22-.236-.527-.44-.577-.785-.06-.307.104-.598.324-.799C4.045 7.925 7.446 4.524 10.85 1.127c.238-.23.454-.487.72-.685m.232.448C8.244 4.407 4.724 7.965 1.177 11.493c-.124.124-.251.247-.352.39-.085.251.162.396.302.554 3.541 3.535 7.078 7.075 10.615 10.615a.32.32 0 0 0 .517-.005c3.577-3.576 7.151-7.157 10.732-10.73.112-.113.277-.26.18-.437-.15-.209-.343-.378-.522-.559C19.204 7.882 15.766 4.435 12.318.999c-.122-.148-.355-.29-.517-.109z"/><path d="M11.677 4.133l.646-.002c.001.996.002 1.992 0 2.988l-.647-.001c0-.995-.001-1.99.001-2.984zM13.504 10.744c.533-.796 1.093-1.571 1.636-2.359.526.75 1.048 1.5 1.571 2.252.125.124.155.368-.037.45-.31-.013-.596-.151-.893-.227-.002 1.409-.002 2.816 0 4.225-.426.004-.852.004-1.277.002-.002-1.409 0-2.818-.001-4.228-.281.08-.558.172-.844.234-.148-.035-.259-.221-.155-.35zM8.221 8.88h1.276c.001 1.412-.001 2.824.001 4.236.354-.049.815-.437 1.076-.035-.542.854-1.15 1.666-1.716 2.504-.532-.776-1.079-1.542-1.609-2.32-.154-.13-.019-.442.184-.366.268.053.526.142.787.216.004-1.412 0-2.824.001-4.236zM11.677 13.492c-.002-.996-.002-1.991 0-2.987h.646c.002.995.002 1.991 0 2.987h-.646zM11.676 16.879l.647-.001c.002.996.002 1.992 0 2.988a69.553 69.553 0 0 0-.646 0c-.004-.996-.001-1.991-.001-2.987z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.88 1.38h.205a1.66 1.66 0 0 1 1.342.86c3.438 5.962 6.871 11.926 10.31 17.886.12.209.209.433.263.668v.439c-.086.706-.676 1.291-1.379 1.386H1.397C.336 22.509-.35 21.22.193 20.29 3.649 14.268 7.124 8.258 10.59 2.241c.253-.481.752-.8 1.29-.862M2.519 20.5h18.979c-3.161-5.488-6.322-10.974-9.488-16.458C8.841 9.525 5.68 15.012 2.519 20.5z"/><path fill="#fff" d="M2.519 20.5C5.68 15.012 8.841 9.525 12.01 4.042c3.167 5.484 6.328 10.97 9.488 16.458H2.519m11.067-7.874c.371.368.737.74 1.109 1.105H8.719v1.133c1.996-.002 3.991.007 5.986-.005-.392.346-.746.732-1.115 1.103.542.004 1.086 0 1.628.002.554-.558 1.108-1.117 1.663-1.674-.552-.557-1.106-1.109-1.661-1.662-.545-.001-1.09 0-1.634-.002m-6.524 3.641c-.562.554-1.12 1.112-1.672 1.676a83.152 83.152 0 0 1 1.651 1.656c.547.008 1.096.005 1.644.001-.365-.371-.73-.739-1.103-1.1 1.991.018 3.983.004 5.974.008v-1.135c-1.994.004-3.988-.008-5.981.007.376-.368.743-.745 1.118-1.115-.545.002-1.088.002-1.632.001z"/><path d="M13.586 12.626c.545.002 1.09.001 1.634.002.554.553 1.109 1.105 1.661 1.662-.556.557-1.109 1.116-1.663 1.674-.542-.002-1.086.001-1.628-.002.368-.371.722-.757 1.115-1.103-1.994.012-3.99.002-5.986.005v-1.133h5.976c-.372-.365-.738-.737-1.109-1.105zM7.062 16.267c.544.001 1.087.001 1.632-.001-.376.37-.743.746-1.118 1.115 1.993-.016 3.986-.004 5.981-.007v1.135c-1.991-.005-3.983.01-5.974-.008.373.361.738.73 1.103 1.1-.548.004-1.097.007-1.644-.001a85.928 85.928 0 0 0-1.651-1.656c.552-.564 1.11-1.122 1.672-1.676z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#fae935" d="M11.374 1.514a2.56 2.56 0 0 1 1.254 0c.164.108.302.244.388.422.194.246.328.53.459.812.113.193.248.374.364.566.194.432.411.854.69 1.239l.127.284c.175.377.407.721.626 1.072l.12.292c.142.226.299.441.432.673l.121.294c.142.223.298.437.423.672.137.353.378.646.553.978.13.23.287.446.412.679.121.308.314.577.492.852.161.382.396.724.615 1.073.065.154.137.306.201.462.218.349.452.69.619 1.069.146.343.379.639.554.967.13.232.286.446.418.674.065.154.137.306.201.462.132.229.287.444.426.669l.189.407c.139.226.297.44.421.674.156.408.466.731.625 1.139.124.236.283.451.414.683.143.277.327.53.484.797l.121.294c.119.189.252.368.367.56.352.543.534 1.219.219 1.828-.313.159-.56.516-.949.447-7.309-.008-14.617.003-21.926-.006-.284-.099-.472-.411-.69-.618-.019-.423-.083-.88.16-1.254.099-.185.194-.372.28-.563.127-.233.281-.447.418-.672.066-.135.132-.269.2-.403l.13-.28c.114-.189.247-.367.361-.557.065-.135.131-.27.199-.404l.13-.281c.211-.303.407-.618.553-.96.138-.228.294-.444.421-.68.121-.306.316-.574.487-.852.143-.277.328-.531.479-.804.139-.346.368-.64.552-.961.119-.309.31-.578.497-.85l.12-.292c.132-.232.29-.447.419-.679.201-.364.454-.701.612-1.088.177-.277.372-.543.491-.852.126-.234.281-.448.419-.674.066-.135.132-.27.2-.404.033-.07.097-.211.128-.281.183-.272.374-.541.495-.848.149-.27.331-.52.479-.79.121-.308.313-.575.494-.848l.189-.41c.181-.273.372-.541.492-.848.211-.356.451-.694.614-1.076.137-.23.295-.448.419-.688.13-.233.292-.448.408-.69a.904.904 0 0 1 .381-.425m-.167.787c-2.179 3.72-4.357 7.444-6.44 11.219-1.32 2.279-2.608 4.575-3.909 6.866-.268.401-.263 1.006.12 1.335.411.375 1.004.246 1.509.262 6.619-.01 13.237-.051 19.857-.102.753.074 1.306-.841.898-1.477-1.626-2.873-3.294-5.723-4.89-8.612-1.41-2.574-2.975-5.058-4.388-7.629-.517-.775-.865-1.661-1.498-2.356-.454.032-1.018.028-1.259.494z"/><path fill="#fae935" d="M12.039 4.451c1.794 3.159 3.634 6.291 5.455 9.434 1.177 2.066 2.317 4.154 3.501 6.218-5.996.018-11.992.084-17.988.08 2-3.441 3.901-6.938 5.926-10.364 1.029-1.792 2.106-3.557 3.106-5.368M7.966 14.935c-.477.244-.901.581-1.36.857.474.287.903.659 1.411.887.419.048.844.014 1.266.012-.223-.175-.45-.346-.674-.517 1.156-.039 2.313-.011 3.469-.025.006.458.003.916.001 1.372-.888.021-1.778-.007-2.666.021.008.228.017.454.023.681.874-.003 1.75.007 2.626.001l-.011.422 1.021-.021a56.824 56.824 0 0 1-.022-.412c1.161-.008 2.323-.008 3.484-.036-.237.192-.476.381-.713.572.423-.012.85.018 1.27-.037.498-.228.92-.59 1.383-.88-.477-.28-.906-.647-1.408-.879-.417-.047-.836-.021-1.254-.029.219.182.443.36.665.539-1.03-.008-2.063.069-3.091-.006-.545-.185-.25-.887-.328-1.316.881-.014 1.763.004 2.644-.026-.004-.237-.008-.474-.01-.712-.877.015-1.754.021-2.632.011l.015-.477c-.312 0-.623.004-.937.011-.145.207-.266.499-.568.474-.99.032-1.983-.003-2.975.014.232-.188.465-.372.695-.563-.441.022-.891-.028-1.326.059z"/><path fill="#202621" d="M11.204 2.303c.241-.466.806-.462 1.259-.494.633.695.981 1.581 1.498 2.356 1.412 2.571 2.978 5.055 4.388 7.629 1.596 2.89 3.263 5.739 4.89 8.612.408.636-.145 1.552-.898 1.477-6.619.051-13.237.092-19.857.102-.505-.017-1.098.113-1.509-.262-.383-.33-.388-.934-.12-1.335 1.301-2.291 2.589-4.588 3.909-6.866 2.083-3.775 4.261-7.499 6.44-11.219m.835 2.148c-1 1.811-2.077 3.577-3.106 5.368-2.025 3.426-3.926 6.923-5.926 10.364 5.996.004 11.992-.062 17.988-.08-1.183-2.063-2.324-4.152-3.501-6.218-1.821-3.143-3.661-6.276-5.455-9.434z"/><path fill="#202621" d="M7.966 14.935c.434-.087.884-.037 1.326-.059-.23.19-.463.375-.695.563.992-.017 1.985.018 2.975-.014.302.025.423-.268.568-.474.313-.007.625-.011.937-.011l-.015.477c.877.01 1.754.004 2.632-.011.001.237.006.474.01.712-.881.03-1.763.012-2.644.026.079.429-.217 1.131.328 1.316 1.028.074 2.061-.003 3.091.006-.222-.179-.446-.357-.665-.539.418.008.837-.018 1.254.029.502.232.931.599 1.408.879-.463.29-.886.652-1.383.88-.421.055-.847.025-1.27.037.237-.192.476-.381.713-.572-1.161.028-2.323.028-3.484.036l.022.412-1.021.021.011-.422c-.876.006-1.752-.004-2.626-.001l-.023-.681c.888-.028 1.778 0 2.666-.021.001-.457.004-.914-.001-1.372-1.156.014-2.313-.014-3.469.025.225.171.451.342.674.517-.422.001-.847.036-1.266-.012-.508-.228-.937-.6-1.411-.887.459-.276.883-.612 1.36-.857z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g5_1" xmlns="http://www.w3.org/2000/svg"><path d="M11.827 0h.311c.328.052.614.229.838.47 3.535 3.539 7.075 7.075 10.613 10.614.22.205.342.485.412.773v.242c-.06.3-.182.592-.413.8L13.327 23.165c-.341.344-.673.752-1.181.834h-.263c-.298-.055-.582-.182-.79-.408-3.4-3.403-6.803-6.802-10.199-10.207-.353-.362-.805-.689-.894-1.223v-.308c.056-.319.218-.607.457-.824C4.002 7.49 7.541 3.944 11.084.405a1.44 1.44 0 0 1 .743-.406m-.169.513c-.221.131-.388.33-.57.505C7.631 4.478 4.169 7.931.713 11.392c-.334.281-.377.84-.053 1.145 3.577 3.583 7.16 7.159 10.738 10.742.181.2.456.313.727.264.34-.048.54-.352.773-.568 3.379-3.38 6.757-6.76 10.138-10.138.232-.233.538-.47.52-.838.02-.331-.23-.574-.445-.787C19.624 7.739 16.147 4.256 12.666.777c-.239-.289-.655-.445-1.007-.266z"/><path d="M15.098 7.36c1.158.67 2.316 1.337 3.473 2.01-1.166.662-2.322 1.342-3.48 2.018.191-.356.33-.74.358-1.146-2.538-.006-5.077 0-7.615-.002V8.496c2.538-.004 5.077.006 7.616-.004-.029-.402-.168-.779-.352-1.133zM5.432 14.614c1.148-.677 2.308-1.332 3.457-2.006-.179.356-.322.734-.342 1.135 2.537.002 5.074.001 7.61.001.004.584.004 1.169 0 1.752l-7.612.001c.025.407.168.791.358 1.148-1.152-.685-2.317-1.348-3.472-2.032z"/><path fill="#ffeb00" d="M11.658.512c.352-.179.768-.023 1.007.266 3.481 3.479 6.958 6.962 10.445 10.435.215.214.466.456.445.787.018.367-.288.605-.52.838-3.38 3.378-6.758 6.757-10.138 10.138-.233.216-.433.52-.773.568a.803.803 0 0 1-.727-.264C7.82 19.697 4.237 16.121.659 12.538c-.324-.305-.281-.864.053-1.145C4.168 7.932 7.63 4.479 11.087 1.018c.182-.175.349-.374.57-.505m3.441 6.847c.184.354.323.731.352 1.133-2.539.01-5.078 0-7.616.004v1.744c2.538.002 5.077-.004 7.615.002-.028.406-.167.79-.358 1.146 1.158-.677 2.314-1.356 3.48-2.018-1.157-.673-2.315-1.34-3.473-2.01m-9.666 7.253c1.154.684 2.32 1.346 3.472 2.032-.19-.358-.332-.742-.358-1.148l7.612-.001c.004-.583.004-1.168 0-1.752-2.537 0-5.074.001-7.61-.001.02-.401.163-.779.342-1.135-1.15.674-2.309 1.33-3.457 2.006z"/></symbol><symbol viewBox="0 0 24 24" id="warning--u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.963 1.459h.207c.322.098.674.101.967.282l.13.073c.781.512 1.135 1.408 1.627 2.163l.069.121c.385.607.754 1.227 1.111 1.851l-.003.103.085.052c.133.151.22.333.313.509l-.005.106.091.052c.302.446.575.918.83 1.392.038.252.137.593.4.672l.003.007a9.24 9.24 0 0 0 .914 1.563l.003.008c.058.247.141.593.408.674l.003.004a9.17 9.17 0 0 0 .915 1.574l.004.007c.056.24.143.595.406.667l.005.009c.235.548.568 1.079.91 1.569l.003.007c.058.247.142.591.408.672l.001.003c.241.546.568 1.083.912 1.571l.004.009c.06.245.142.591.41.671l.001.003c.231.595.662 1.105.906 1.704v1.769a4.528 4.528 0 0 0-.098.098c-.22.45-.656.83-1.123 1.017a3.647 3.647 0 0 1-.115.102H1.477l-.122-.101c-.464-.175-.851-.556-1.116-.967l-.095-.159-.033-.302-.109.163v-.754c.123-.265.054-.569.102-.851.184-.346.412-.683.542-1.05v-.001c.257-.082.365-.415.396-.664l.011-.007c.26-.093.342-.423.396-.67l.005-.011c.342-.485.667-1.02.908-1.561l.009-.02c.265-.07.346-.423.404-.664l.003-.005c.338-.487.671-1.018.906-1.561l.012-.025c.26-.061.346-.427.404-.662l.004-.008a9.063 9.063 0 0 0 .914-1.574c.256-.078.355-.432.407-.675.267-.542.605-1.051.91-1.574.272-.073.375-.419.41-.674.259-.473.53-.945.831-1.392l.091-.053-.005-.103c.094-.179.182-.361.314-.513l.086-.053-.003-.102c.358-.629.733-1.248 1.116-1.862l.064-.111c.301-.504.603-1.01.927-1.5.411-.593 1.094-.928 1.797-1.017m.029 2.418C8.77 9.373 5.517 14.85 2.299 20.349c6.512-.003 13.024.003 19.535-.003-3.223-5.496-6.472-10.978-9.697-16.471-.037 0-.11.001-.146.003z"/><path fill="#c18388" opacity=".94" d="M13.136 1.741zM9.176 4.087zM14.893 3.977l.069.121-.069-.121zM7.982 6.004l.077-.056.003.102-.086.053.007-.099zM16.073 5.948l.077.056.005.099-.085-.052.003-.103zM7.585 6.675l.077-.058.005.103-.091.053.009-.098zM16.468 6.613l.078.058.008.099-.091-.052.005-.106zM.142 21.315l.095.159-.095-.159zM23.902 21.422l.098-.098v.081l-.098.017zM1.354 22.441l.122.101h-.099l-.023-.101zM22.663 22.541c.029-.025.088-.076.115-.102l-.021.102h-.094z"/><path fill="#fff" d="M11.992 3.878l.146-.003c3.225 5.493 6.473 10.975 9.697 16.471-6.512.005-13.024 0-19.535.003C5.518 14.85 8.771 9.373 11.993 3.878m-1.555 6.836c-1.158.56-1.964 1.783-1.99 3.072-.021 1.986.013 3.975-.017 5.962.53-.337.93-.879 1.463-1.209.455.414.908.83 1.378 1.227.02-1.952 0-3.905.011-5.858a.783.783 0 0 1 .786-.736.787.787 0 0 1 .784.737c.012 1.541-.011 3.083.011 4.624.464.403.922.813 1.378 1.225.51-.359 1.02-.833 1.459-1.29-.021-1.557.005-3.115-.013-4.671-.027-1.326-.875-2.584-2.082-3.125a3.645 3.645 0 0 0-3.165.044zM6.334 8.839c.174-.208.221-.488.41-.674-.034.255-.138.601-.41.674zM17.385 8.163c.188.183.244.457.4.672-.264-.08-.362-.42-.4-.672zM17.788 8.842c.312.513.634 1.032.914 1.563a9.308 9.308 0 0 1-.914-1.563zM5.017 11.088c.158-.212.211-.507.407-.675-.052.243-.151.597-.407.675zM18.704 10.413c.202.163.248.463.408.674-.268-.081-.35-.427-.408-.674zM4.104 12.662c.278-.536.603-1.055.914-1.574a9.063 9.063 0 0 1-.914 1.574zM19.115 11.09c.313.516.635 1.037.915 1.574a9.17 9.17 0 0 1-.915-1.574zM3.695 13.331c.162-.204.203-.51.404-.662-.058.235-.145.601-.404.662zM20.034 12.671c.2.154.244.46.406.667-.263-.072-.35-.427-.406-.667zM2.778 14.917c.274-.533.598-1.049.906-1.561-.235.542-.568 1.074-.906 1.561zM20.445 13.347c.306.517.632 1.033.91 1.569-.342-.489-.675-1.021-.91-1.569zM2.371 15.587c.16-.206.202-.51.404-.664-.058.241-.139.594-.404.664zM21.357 14.922c.203.158.247.463.408.672-.267-.081-.35-.426-.408-.672zM1.453 17.167c.276-.532.597-1.052.908-1.561a9.478 9.478 0 0 1-.908 1.561zM21.767 15.597c.31.516.635 1.036.912 1.571a9.26 9.26 0 0 1-.912-1.571zM1.051 17.848c.146-.213.198-.514.396-.67-.054.247-.137.577-.396.67zM22.683 17.178c.206.155.245.464.41.671-.268-.08-.35-.426-.41-.671zM.644 18.518c.155-.21.208-.496.396-.664-.032.249-.139.582-.396.664zM23.094 17.852c.318.464.556 1.048.906 1.451v.253c-.244-.599-.675-1.108-.906-1.704zM.102 19.57c.064-.387.361-.705.542-1.05-.13.367-.358.704-.542 1.05z"/><path fill="#030303" d="M10.438 10.714a3.645 3.645 0 0 1 3.165-.044c1.207.541 2.055 1.799 2.082 3.125.019 1.557-.008 3.115.013 4.671-.439.457-.948.931-1.459 1.29a94.107 94.107 0 0 0-1.378-1.225c-.021-1.541.001-3.083-.011-4.624a.787.787 0 0 0-.784-.737c-.403-.013-.776.331-.786.736-.011 1.953.009 3.906-.011 5.858-.469-.396-.923-.813-1.378-1.227-.533.33-.932.872-1.463 1.209.03-1.986-.004-3.975.017-5.962.027-1.289.833-2.513 1.99-3.072z"/></symbol><symbol viewBox="0 0 24 24" id="warning--u-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.073 2.614c.604-1.178 2.397-1.412 3.363-.554.525.595.907 1.3 1.34 1.961 2.784 4.542 5.457 9.149 8.139 13.75.439.765.94 1.522 1.085 2.411v.541c-.128.93-.923 1.539-1.749 1.846l.133.047H1.782c-.456-.26-.971-.459-1.304-.882-.266-.291-.382-.676-.479-1.05v-.596c.169-.886.704-1.627 1.13-2.403a947.493 947.493 0 0 1 8.943-15.071M2.288 20.301c6.475.004 12.949.003 19.424.001-3.225-5.5-6.465-10.993-9.711-16.482a4618.097 4618.097 0 0 0-9.713 16.481z"/><path fill="#fff" d="M2.288 20.301A4773.79 4773.79 0 0 1 12.001 3.82c3.245 5.49 6.485 10.982 9.711 16.482-6.475.001-12.949.003-19.424-.001m7.518-9.969c-.468.417-.935.835-1.404 1.249a408.555 408.555 0 0 0-.001 4.697c.021 1.424.998 2.752 2.331 3.233 1.258.481 2.765.179 3.741-.746a3.572 3.572 0 0 0 1.13-2.608c.004-1.94.001-3.881.001-5.822-.476.414-.943.837-1.415 1.257a93.021 93.021 0 0 0-1.404-1.255c-.007 1.944.007 3.889-.007 5.833 0 .407-.371.762-.777.752-.405.013-.779-.339-.779-.746-.018-1.532.009-3.065-.013-4.597-.472-.41-.934-.832-1.403-1.245z"/><path fill="#030303" d="M9.806 10.332c.469.413.931.835 1.403 1.245.022 1.532-.005 3.065.013 4.597 0 .407.375.76.779.746a.777.777 0 0 0 .777-.752c.013-1.944 0-3.889.007-5.833.472.414.942.832 1.404 1.255.472-.419.939-.843 1.415-1.257 0 1.941.003 3.882-.001 5.822a3.572 3.572 0 0 1-1.13 2.608c-.976.926-2.483 1.228-3.741.746-1.333-.481-2.31-1.809-2.331-3.233-.007-1.565-.009-3.132.001-4.697.469-.414.936-.832 1.404-1.249z"/></symbol><symbol viewBox="0 0 24 24" id="warning--uneven-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M11.902 1.5h.161c.439.026.842.282 1.05.671 3.443 5.924 6.881 11.852 10.324 17.778.164.287.354.563.463.878.187.61-.172 1.307-.758 1.54-.386.094-.788.046-1.181.054-6.878-.002-13.758 0-20.636-.001-.689.05-1.247-.552-1.324-1.205v-.239c.058-.467.354-.847.583-1.242C4.05 13.916 7.52 8.102 10.982 2.282c.206-.354.472-.746.92-.782M3.678 19.723c5.534.002 11.07.001 16.604 0-2.765-4.787-5.532-9.572-8.303-14.356-2.771 4.783-5.537 9.569-8.302 14.356z"/><path fill="#fff" d="M3.678 19.723c2.765-4.787 5.531-9.572 8.302-14.356 2.771 4.783 5.538 9.569 8.303 14.356-5.534.001-11.07.002-16.604 0m4.324-5.179c-.392.318-.498.846-.834 1.212-.011.458-.004.917-.006 1.376h9.624c-.002-.469.007-.937-.008-1.406-.34-.295-.434-.773-.785-1.057-.61-.548-1.621-.564-2.234-.013-.397.308-.473.875-.893 1.162a1.476 1.476 0 0 1-1.8-.061c-.401-.311-.451-.886-.856-1.196-.596-.557-1.601-.556-2.208-.016z"/><path fill="#120c0e" d="M8.003 14.544c.607-.54 1.612-.541 2.208.016.404.311.455.886.856 1.196.493.426 1.28.452 1.8.061.42-.287.496-.853.893-1.162.613-.551 1.625-.535 2.234.013.35.284.445.762.785 1.057.016.469.006.937.008 1.406H7.163c.002-.46-.005-.918.006-1.376.336-.366.442-.894.834-1.212z"/></symbol><symbol viewBox="0 0 24 24" id="warning--uneven-road--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.65 0h.45c.364.13.628.415.889.685 3.462 3.464 6.928 6.925 10.387 10.391.44.382.458 1.117.016 1.504-3.403 3.401-6.805 6.804-10.21 10.204-.282.275-.529.596-.871.8-.401.218-.911.088-1.21-.241-3.391-3.409-6.802-6.798-10.2-10.2-.341-.355-.778-.664-.901-1.168v-.16c.028-.326.202-.608.436-.827C3.958 7.473 7.473 3.95 10.994.434c.185-.19.401-.353.656-.434m.027.653a2.291 2.291 0 0 0-.317.274C7.846 4.454 4.317 7.964.806 11.492a.42.42 0 0 0-.018.677c3.584 3.578 7.169 7.158 10.75 10.741.15.186.438.236.605.042 3.594-3.569 7.162-7.164 10.754-10.734.15-.143.293-.36.163-.564-.254-.316-.565-.578-.842-.872-3.32-3.32-6.64-6.643-9.96-9.962-.144-.151-.378-.317-.581-.166z"/><path fill="#231f20" d="M4.168 10.53c.708.149.913.991 1.559 1.247.289.106.646.092.889-.113.302-.265.46-.661.776-.912.462-.34 1.184-.226 1.513.248.288.34.533.878 1.06.841.51-.007.719-.542 1.013-.868.386-.512 1.23-.559 1.682-.113.244.244.402.556.646.798.26.254.725.24.976-.02.284-.281.457-.665.788-.899.504-.337 1.256-.197 1.592.313.282.372.608.935 1.168.762.691-.265.902-1.252 1.734-1.278.004.858.001 1.716.001 2.575L4.164 13.11c.001-.86-.004-1.721.004-2.581z"/><path fill="#fd0" d="M11.677.653c.203-.151.437.014.581.166 3.32 3.319 6.64 6.642 9.96 9.962.277.294.588.557.842.872.13.204-.013.421-.163.564-3.593 3.57-7.16 7.165-10.754 10.734-.167.194-.455.144-.605-.042-3.581-3.583-7.165-7.163-10.75-10.741a.42.42 0 0 1 .018-.677C4.317 7.963 7.846 4.453 11.36.926c.1-.097.2-.196.317-.274M4.168 10.53c-.007.86-.002 1.721-.004 2.581l15.401.001c0-.859.002-1.717-.001-2.575-.832.026-1.043 1.013-1.734 1.278-.559.173-.886-.39-1.168-.762-.336-.51-1.088-.65-1.592-.313-.331.234-.504.618-.788.899-.251.26-.715.275-.976.02-.244-.242-.402-.554-.646-.798-.452-.446-1.296-.4-1.682.113-.294.325-.503.86-1.013.868-.527.037-.772-.502-1.06-.841-.329-.474-1.051-.588-1.513-.248-.317.251-.474.647-.776.912-.244.205-.6.218-.889.113-.646-.256-.851-1.098-1.559-1.247z"/></symbol><symbol viewBox="0 0 24 24" id="warning--vehicles-and-others--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.543.131c.388-.22.889-.096 1.178.228 3.623 3.617 7.236 7.243 10.858 10.861.244.228.425.553.361.899-.054.41-.414.665-.679.944-3.523 3.518-7.043 7.04-10.562 10.561-.206.221-.506.359-.812.317-.394-.02-.642-.355-.901-.606C7.43 19.771 3.862 16.22.307 12.656c-.396-.367-.366-1.038.038-1.386C3.859 7.746 7.384 4.232 10.899.708c.206-.2.397-.426.644-.577m.128.146c-.293.176-.511.446-.756.682C7.557 4.318 4.199 7.678.837 11.034c-.214.226-.478.426-.594.724-.104.298.031.616.254.817 3.623 3.618 7.246 7.238 10.864 10.862.17.172.383.338.641.316.378-.002.606-.343.857-.574 3.416-3.424 6.836-6.841 10.259-10.259.25-.271.629-.515.632-.924.022-.284-.18-.511-.365-.701-3.605-3.596-7.2-7.201-10.804-10.798-.223-.251-.598-.379-.911-.221z"/><path fill="#ffd520" d="M11.783.618c.215-.163.464.018.614.179 3.582 3.583 7.163 7.168 10.747 10.748.137.146.33.334.239.556-.152.275-.416.464-.629.691-3.462 3.462-6.925 6.923-10.384 10.388-.131.132-.287.266-.488.215-.233-.114-.395-.328-.58-.503C7.768 19.344 4.215 15.814.687 12.261c-.298-.264-.007-.606.215-.8L11.1 1.261c.224-.217.427-.461.683-.643m-2.67 6.7c-.136.113-.265.268-.458.262-.85.084-1.702.134-2.544.281-.044.553-.198 1.103-.12 1.66.462 0 .923.008 1.385.01.056-.535.456-1.052 1.027-1.064.611-.06 1.108.466 1.163 1.048 1.41-.001 2.82.001 4.23-.002.052-.557.492-1.092 1.085-1.073.602-.035 1.048.506 1.114 1.067.719.004 1.438-.011 2.155-.01a12.01 12.01 0 0 1-.48-1.754c-.676-.059-1.352-.116-2.029-.176-.455-.444-.846-.96-1.34-1.36-1.318-.031-2.638-.002-3.956-.012-.413.372-.822.748-1.23 1.126m5.575 1.384c-.544.127-.796.852-.444 1.288.342.512 1.223.397 1.422-.187.276-.593-.359-1.298-.978-1.1m-6.614.083c-.526.274-.542 1.104-.035 1.405.487.34 1.231-.023 1.264-.614.09-.631-.688-1.146-1.229-.791m1.342 3.264c-.215.383.354.552.372.889-.083.358-.234.695-.355 1.039-1.097-.302-2.322.485-2.466 1.618-.203 1.087.686 2.196 1.784 2.258 1.08.118 2.125-.812 2.129-1.901.042-.791-.46-1.511-1.142-1.872l.11-.256c.796.67 1.586 1.344 2.386 2.009.25.252.619.164.937.18.089.554.335 1.104.8 1.442.77.616 1.988.506 2.636-.236.688-.708.688-1.936.011-2.65-.541-.63-1.465-.792-2.228-.515-.182-.325-.382-.642-.542-.979.18-.274.583-.356.698-.706a16.14 16.14 0 0 0-1.704.01c.222.185.482.311.743.432l-.116.264h-3.32c.001-.376-.205-.679-.472-.924.275.019.551.043.826.067l.112-.308c-.383.018-.958-.295-1.198.138z"/><path fill="#ffd520" d="M9.247 7.55c.395-.362.792-.722 1.193-1.079l1.662.001v1.079c-.952 0-1.903.002-2.855-.001zM12.437 6.456h1.295c.139.359.276.719.414 1.079-.57.002-1.14.001-1.71.001l.001-1.08zM9.934 13.433c1.139-.019 2.278-.004 3.416-.008-.299.726-.596 1.452-.893 2.179-.833-.733-1.704-1.422-2.524-2.171zM13.674 13.498l.431.719a2.265 2.265 0 0 0-.917 1.454l-.424.001c.304-.725.605-1.451.91-2.174zM7.427 15.482c.198-.808 1.085-1.285 1.88-1.112-.175.53-.43 1.036-.563 1.579l.037.088.215.055c.262-.512.402-1.076.619-1.608.557.317.959.935.857 1.592-.078.868-.984 1.548-1.84 1.354-.869-.139-1.481-1.104-1.206-1.948zM14.615 14.434c.798-.286 1.775.134 2.029.961.354.934-.403 2.054-1.405 2.059-.832.064-1.54-.628-1.646-1.426.57-.02 1.142.025 1.711-.022l.106-.144c-.226-.497-.54-.947-.794-1.429z"/><path fill="#ffd520" d="M13.59 15.665c.119-.43.364-.805.703-1.092.221.365.437.731.653 1.098-.451.001-.904.005-1.356-.006z"/><path d="M11.671.277c.313-.158.688-.03.911.221 3.604 3.596 7.199 7.201 10.804 10.798.185.19.386.416.365.701-.004.409-.383.653-.632.924A9020.72 9020.72 0 0 0 12.86 23.18c-.251.23-.479.571-.857.574-.258.023-.47-.144-.641-.316C7.744 19.814 4.121 16.194.498 12.576c-.223-.202-.359-.52-.254-.817.116-.298.38-.498.594-.724C4.199 7.679 7.558 4.319 10.916.96c.245-.235.463-.505.756-.682m.111.34c-.256.182-.458.426-.683.643L.902 11.461c-.222.194-.512.536-.215.8 3.528 3.553 7.081 7.082 10.615 10.631.185.175.347.389.58.503.202.052.358-.083.488-.215 3.458-3.466 6.922-6.926 10.384-10.388.212-.227.476-.416.629-.691.091-.222-.102-.409-.239-.556C19.56 7.964 15.979 4.38 12.397.797c-.15-.161-.4-.342-.614-.179z"/><path d="M9.113 7.318c.408-.378.817-.754 1.23-1.126 1.319.01 2.639-.019 3.956.012.494.4.886.916 1.34 1.36.677.06 1.354.118 2.029.176.109.599.282 1.18.48 1.754-.718-.001-1.436.013-2.155.01-.066-.56-.511-1.102-1.114-1.067-.593-.019-1.033.516-1.085 1.073-1.41.004-2.82.001-4.23.002-.055-.582-.552-1.108-1.163-1.048-.571.012-.971.529-1.027 1.064-.462-.001-.923-.01-1.385-.01-.078-.557.076-1.106.12-1.66.842-.146 1.694-.197 2.544-.281.193.006.323-.149.458-.262m.136.235c.952.004 1.903.001 2.855.001V6.472l-1.662-.001c-.401.356-.798.716-1.193 1.079m3.19-1.094l-.001 1.08c.57 0 1.14.001 1.71-.001-.138-.36-.275-.72-.414-1.079h-1.295z"/><path d="M14.69 8.705c.619-.198 1.254.508.978 1.1-.199.584-1.08.7-1.422.187-.352-.436-.1-1.16.444-1.288zM8.076 8.789c.541-.355 1.319.16 1.229.791-.032.592-.776.954-1.264.614-.508-.301-.491-1.132.035-1.405zM9.418 12.053c.24-.433.815-.12 1.198-.138l-.112.308a45.936 45.936 0 0 0-.826-.067c.266.245.473.548.472.924h3.32l.116-.264c-.26-.121-.521-.247-.743-.432a16.14 16.14 0 0 1 1.704-.01c-.115.349-.518.432-.698.706.161.337.36.654.542.979.763-.277 1.687-.115 2.228.515.677.714.677 1.942-.011 2.65-.648.743-1.866.852-2.636.236-.466-.338-.712-.888-.8-1.442-.318-.016-.688.072-.937-.18-.799-.665-1.59-1.339-2.386-2.009l-.11.256c.683.361 1.184 1.081 1.142 1.872-.004 1.088-1.049 2.018-2.129 1.901-1.098-.062-1.987-1.171-1.784-2.258.144-1.133 1.369-1.92 2.466-1.618.121-.344.272-.682.355-1.039-.018-.337-.587-.506-.372-.889m.517 1.379c.82.749 1.691 1.438 2.524 2.171.296-.727.594-1.453.893-2.179-1.139.005-2.278-.011-3.416.008m3.739.065c-.305.724-.606 1.45-.91 2.174l.424-.001a2.263 2.263 0 0 1 .917-1.454l-.431-.719m-6.247 1.984c-.275.844.337 1.808 1.206 1.948.856.194 1.762-.486 1.84-1.354.102-.658-.3-1.276-.857-1.592-.217.532-.358 1.096-.619 1.608l-.215-.055-.037-.088c.133-.544.388-1.049.563-1.579-.796-.173-1.682.305-1.88 1.112m7.187-1.048c.254.482.569.932.794 1.429l-.106.144c-.569.047-1.141.001-1.711.022.107.798.815 1.489 1.646 1.426 1.002-.005 1.759-1.126 1.405-2.059-.254-.827-1.231-1.247-2.029-.961m-1.024 1.23c.452.011.905.007 1.356.006-.216-.367-.432-.733-.653-1.098-.34.287-.584.662-.703 1.092z"/></symbol><symbol viewBox="0 0 24 24" id="warning--vehicles-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M10.944.499c.554-.599 1.572-.607 2.128-.005 3.503 3.494 7.001 6.995 10.498 10.495.282.253.4.623.431.991v.025c-.054.361-.15.744-.428 1.002-3.384 3.379-6.76 6.767-10.142 10.148-.289.282-.552.632-.965.736-.498.185-1.092.032-1.469-.332C7.623 20.177 4.24 16.803.865 13.42c-.276-.283-.616-.545-.736-.94a1.399 1.399 0 0 1 .373-1.54C3.981 7.458 7.462 3.976 10.944.498m.743-.179c-.278.076-.488.28-.684.48C7.547 4.263 4.072 7.709.622 11.179c-.457.428-.462 1.216 0 1.643 3.395 3.402 6.799 6.796 10.195 10.196.28.272.544.614.949.695.415.106.848-.076 1.133-.378 3.497-3.499 6.991-7.002 10.49-10.498.479-.43.476-1.242.001-1.674-3.473-3.48-6.953-6.954-10.429-10.43-.31-.356-.809-.56-1.274-.414z"/><path fill="#ffde00" d="M11.686.787c.304-.116.685-.072.896.194 3.499 3.503 7.009 6.996 10.505 10.504.26.239.289.709.056.973-3.563 3.564-7.13 7.126-10.696 10.688-.223.186-.588.176-.829.036C8.052 19.625 4.494 16.059.924 12.504c-.302-.286-.246-.826.071-1.081L11.319 1.11c.118-.112.222-.246.367-.324M9.727 8.662c-.686.607-1.346 1.244-2.021 1.866-1.232.094-2.474.167-3.689.413-.056.546-.071 1.099-.211 1.632.017.2.062.397.098.595h1.873c.019-.398.157-.784.449-1.064.498-.42 1.291-.504 1.826-.102.392.236.548.708.613 1.138 1.918-.006 3.836 0 5.754-.004-.013-.751.653-1.464 1.421-1.418.776-.062 1.47.656 1.456 1.42.97-.001 1.939-.023 2.908-.026-.221-.78-.457-1.555-.617-2.353-.768-.064-1.532-.154-2.302-.199-.163-.034-.377.03-.496-.119-.57-.592-1.135-1.189-1.712-1.775-1.783-.002-3.568.004-5.351-.002m5.921 3.403c-.894.107-1.211 1.42-.472 1.925.602.574 1.691.124 1.794-.674.15-.736-.599-1.434-1.322-1.25m-8.907.083c-.542.245-.802.988-.492 1.506.199.322.545.595.94.588.708.053 1.343-.725 1.104-1.408-.161-.652-.962-.983-1.552-.686z"/><path fill="#ffde00" d="M9.876 9.047c.74.002 1.482.001 2.222.001v1.472c-1.29-.002-2.58.002-3.87-.002a95.553 95.553 0 0 1 1.648-1.471zM12.553 9.024h1.753c.184.484.361.97.541 1.456h-2.294c-.002-.485-.002-.971 0-1.456z"/><path d="M11.687.319c.466-.146.965.058 1.274.414 3.476 3.476 6.956 6.95 10.429 10.43.475.432.478 1.244-.001 1.674-3.499 3.496-6.994 6.998-10.49 10.498-.284.302-.718.484-1.133.378-.406-.08-.67-.422-.949-.695-3.396-3.401-6.8-6.794-10.195-10.196-.462-.427-.457-1.214 0-1.643 3.45-3.47 6.925-6.916 10.381-10.38.196-.2.406-.404.684-.48m-.001.468c-.145.078-.25.212-.367.324C7.879 4.549 4.437 7.987.995 11.424c-.317.256-.373.796-.071 1.081 3.57 3.554 7.128 7.121 10.694 10.678.241.14.606.15.829-.036 3.565-3.563 7.133-7.124 10.696-10.688.233-.264.204-.734-.056-.973C19.591 7.978 16.081 4.485 12.582.982c-.211-.266-.593-.311-.896-.194z"/><path d="M9.727 8.662c1.783.006 3.568 0 5.351.002.577.586 1.142 1.183 1.712 1.775.119.149.332.085.496.119.769.046 1.534.136 2.302.199.16.798.396 1.573.617 2.353-.968.004-1.938.025-2.908.026.014-.763-.679-1.482-1.456-1.42-.768-.046-1.434.667-1.421 1.418-1.918.004-3.836-.002-5.754.004-.065-.43-.221-.901-.613-1.138-.535-.402-1.328-.318-1.826.102-.292.281-.43.666-.449 1.064H3.905c-.036-.198-.082-.395-.098-.595.14-.533.155-1.086.211-1.632 1.214-.246 2.456-.319 3.689-.413.674-.622 1.334-1.259 2.021-1.866m.148.387c-.556.484-1.103.976-1.648 1.471 1.29.005 2.58 0 3.87.002V9.048c-.74 0-1.482.001-2.222-.001m2.677-.023c-.002.485-.002.971 0 1.456h2.294c-.18-.486-.358-.972-.541-1.456h-1.753z"/><path d="M15.647 12.067c.724-.184 1.472.515 1.322 1.25-.103.798-1.192 1.248-1.794.674-.739-.505-.422-1.818.472-1.925zM6.74 12.151c.589-.296 1.391.035 1.552.686.239.683-.396 1.46-1.104 1.408-.395.007-.74-.266-.94-.588-.31-.518-.05-1.261.492-1.506z"/></symbol><symbol viewBox="0 0 24 24" id="warning--village--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0da34" d="M11.692 1.31h.662c.266.161.523.343.712.596.128.237.283.461.423.692l.117.287c.123.189.251.375.368.567l.189.397c.141.228.291.448.426.679.105.317.319.575.49.857.154.386.401.721.614 1.076.116.359.377.636.545.968.192.317.401.626.546.97.139.229.291.451.426.683.161.451.513.796.676 1.248.142.229.29.454.43.684l.119.286c.123.189.251.375.36.572.13.234.28.457.418.686.066.131.132.262.2.392l.127.281c.12.19.248.377.367.568.156.386.4.724.617 1.077l.117.284c.145.226.297.447.433.679.112.361.381.636.543.972.131.233.286.452.421.686.121.356.375.639.545.97.193.316.401.625.546.968.139.229.29.451.428.683.077.19.164.378.269.556l.174.324v.669c-.247.248-.236.714-.63.79-.193.076-.386.15-.575.233H.758c-.268-.128-.491-.313-.586-.604l-.171-.323v-.67c.141-.166.228-.364.306-.564.137-.232.287-.454.428-.681.108-.223.217-.446.323-.669.12-.192.248-.379.37-.568l.119-.287c.186-.321.425-.612.56-.961l.197-.389c.168-.283.381-.542.487-.858.214-.353.458-.688.615-1.073.119-.193.243-.381.364-.572.094-.183.182-.37.261-.561.135-.23.287-.452.433-.677.029-.072.088-.215.119-.287.179-.326.434-.608.552-.967.138-.23.29-.452.422-.687.126-.236.279-.457.425-.68l.117-.287c.138-.23.288-.452.432-.679l.131-.279c.033-.071.097-.212.128-.284.137-.232.287-.454.433-.68l.117-.286c.219-.35.455-.691.617-1.074.117-.193.246-.381.368-.571l.12-.286c.138-.23.287-.454.433-.68l.117-.287c.141-.229.288-.452.429-.681l.188-.393c.171-.281.386-.539.49-.857.137-.23.287-.452.428-.68l.186-.396c.142-.302.41-.509.644-.734.084-.043.251-.126.335-.167m-.026.38c-.366.091-.589.415-.76.724a341.96 341.96 0 0 1-2.982 5.317C5.41 12.071 2.948 16.442.49 20.815a.979.979 0 0 0 .023 1.091c.277.425.829.439 1.284.428 6.891-.054 13.783-.108 20.676-.112.745.061 1.335-.796.974-1.458-2.559-4.556-5.197-9.065-7.756-13.621-.91-1.658-1.874-3.284-2.815-4.924-.228-.421-.738-.677-1.207-.528z"/><path fill="#f0da34" d="M9.298 8.963c.894-1.549 1.719-3.138 2.67-4.654 2.229 3.749 4.331 7.568 6.502 11.35.905 1.579 1.832 3.148 2.702 4.746-6.153-.025-12.305.065-18.458.098 2.139-3.879 4.423-7.674 6.583-11.541m4.001 1.22c-.603 1.472-1.332 2.89-1.921 4.367l.404-.037c-.15.288-.302.575-.458.859l.47.001c-.188.368-.371.738-.55 1.11a73.805 73.805 0 0 1 1.63-.003c.004.841.006 1.681.006 2.521-.743-.003-1.488.012-2.233-.003.026-1.938-.008-3.877.006-5.815.272 0 .543-.001.817-.004-.978-.77-1.938-1.559-2.921-2.321-1.766 3.116-3.571 6.207-5.299 9.343 3.19-.014 6.379-.069 9.57-.081 2.571-.054 5.145.017 7.714-.058-.248-.354-.472-.724-.708-1.087-2.109.01-4.219.008-6.328.012.008-.841-.003-1.683.003-2.524.577-.001 1.153-.001 1.728.007a37.47 37.47 0 0 0-.474-1.112l.436.004c-.159-.27-.312-.542-.465-.815.101.001.301.007.401.01-.582-1.469-1.174-2.937-1.826-4.375z"/><path fill="#f0da34" d="M6.746 16.35l.714-.017.004.839h-.721l.003-.822zM7.815 16.339c.272-.008.543-.007.814.017-.006.268-.003.534.008.801-.272.011-.543.017-.815.017l-.007-.834zM6.748 17.554l.713-.023c-.003.55.034 1.101-.018 1.651-.226.003-.454.01-.68.018-.036-.548-.012-1.097-.015-1.646zM7.822 17.537c.262-.001.524-.004.786-.007.023.549.032 1.099.008 1.647a106.68 106.68 0 0 0-.8-.007c-.001-.543-.003-1.088.006-1.633z"/><path fill="#1b2421" d="M11.669 1.691c.469-.149.979.108 1.207.528.941 1.64 1.905 3.266 2.815 4.924 2.559 4.556 5.197 9.065 7.756 13.621.361.662-.229 1.519-.974 1.458-6.892.004-13.785.058-20.676.112-.455.011-1.007-.003-1.284-.428a.979.979 0 0 1-.023-1.091c2.458-4.372 4.92-8.743 7.437-13.083a341.96 341.96 0 0 0 2.982-5.317c.171-.309.394-.633.76-.724M9.298 8.963c-2.16 3.866-4.444 7.662-6.583 11.541 6.153-.033 12.305-.123 18.458-.098-.87-1.599-1.797-3.167-2.702-4.746-2.171-3.782-4.273-7.601-6.502-11.35-.952 1.516-1.777 3.105-2.67 4.654z"/><path fill="#1b2421" d="M13.298 10.182c.652 1.439 1.244 2.906 1.826 4.375a55.022 55.022 0 0 0-.401-.01c.153.273.306.545.465.815l-.436-.004c.166.367.321.739.474 1.112-.575-.008-1.152-.008-1.728-.007-.006.841.006 1.683-.003 2.524 2.109-.004 4.219-.003 6.328-.012.236.363.459.732.708 1.087-2.57.074-5.143.004-7.714.058-3.19.012-6.379.068-9.57.081 1.728-3.137 3.534-6.228 5.299-9.343.983.763 1.943 1.552 2.921 2.321a74.29 74.29 0 0 1-.817.004c-.014 1.938.021 3.877-.006 5.815.745.015 1.49 0 2.233.003 0-.84-.001-1.68-.006-2.521a68.128 68.128 0 0 0-1.63.003c.179-.372.363-.742.55-1.11l-.47-.001c.156-.284.308-.571.458-.859l-.404.037c.589-1.477 1.319-2.895 1.921-4.367m-6.55 6.167l-.003.822h.721l-.004-.839-.714.017m1.069-.011l.007.834c.272 0 .543-.006.815-.017a12.593 12.593 0 0 1-.008-.801 7.126 7.126 0 0 0-.814-.017m-1.067 1.216c.003.549-.021 1.098.015 1.646.226-.008.454-.015.68-.018.052-.55.015-1.101.018-1.651l-.713.023m1.074-.017a98.85 98.85 0 0 0-.006 1.633c.266.001.534.004.8.007.023-.548.015-1.098-.008-1.647-.262.003-.524.006-.786.007z"/></symbol><symbol viewBox="0 0 24 24" id="warning--weight-limit-per-tandem-axle--g2" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.864.548c.704-.734 1.968-.6 2.635.118 3.334 3.346 6.66 6.7 9.991 10.048.202.2.372.428.51.678v1.63c-.203.329-.496.583-.767.852-3.289 3.271-6.58 6.539-9.866 9.811a4.206 4.206 0 0 1-.4.316h-1.621c-.436-.199-.739-.578-1.072-.907-3.215-3.229-6.426-6.462-9.642-9.69-.708-.679-.804-1.945-.055-2.632C4.004 7.363 7.429 3.952 10.863.549m.826-.001c-.311.082-.568.289-.788.515-3.313 3.288-6.622 6.58-9.928 9.874-.643.577-.611 1.662-.001 2.249 3.334 3.35 6.665 6.703 9.995 10.056.46.474 1.225.64 1.826.35.359-.179.608-.505.894-.775 3.205-3.2 6.425-6.385 9.632-9.582.412-.409.521-1.061.317-1.597-.156-.438-.524-.746-.839-1.07-3.174-3.187-6.341-6.383-9.521-9.565a1.656 1.656 0 0 0-1.588-.454z"/><path fill="gold" d="M11.782 1.351c.383-.196.81.031 1.072.322 3.248 3.268 6.499 6.533 9.743 9.806.295.258.484.712.264 1.075-.216.294-.503.526-.756.786-3.151 3.13-6.298 6.263-9.446 9.395a.74.74 0 0 1-.773.179c-.282-.09-.467-.335-.67-.533-3.227-3.252-6.46-6.498-9.688-9.749-.34-.326-.324-.918.059-1.204 3.265-3.257 6.542-6.503 9.81-9.756.121-.115.238-.239.385-.322m1.392 4.03v.874l-.298.007v.665l.334.005c.028.466-.065.947.06 1.4.152.427.692.528 1.052.305.047-.257.1-.514.156-.768-.179.064-.443.271-.611.084-.047-.343-.012-.694-.017-1.039h.392l-.001-.661-.374-.005c-.001-.395 0-.791-.002-1.186a17.28 17.28 0 0 0-.691.319m-3.879.405c.178.179.361.352.546.523.356-.35.924-.532 1.376-.25.186.065.248.324.104.463-.367.088-.763.113-1.078.346-.665.406-.973 1.224-.857 1.979.934.004 1.867.001 2.801.001.002-.287.001-.575.001-.862-.631-.01-1.262.013-1.892-.017.281-.713 1.196-.43 1.62-.977.377-.364.372-1.028-.029-1.373-.709-.704-1.948-.551-2.593.166m.944 4.88c.571.628 1.192 1.211 1.777 1.825.578-.61 1.176-1.2 1.734-1.828a53.379 53.379 0 0 0-3.511.002m-3.544 2.889c.006.926-.004 1.853.004 2.779-.029.163.076.361.266.33.472.004.946.019 1.417-.01l.126-.109c.058-.394.017-.793.026-1.189.767 0 1.532-.004 2.299.002.24.407.672.726 1.165.685.456-.001.832-.314 1.058-.685.85-.006 1.699-.002 2.549-.002.066.418-.154.959.137 1.296a15.97 15.97 0 0 0 1.516.005c.226-.035.17-.293.186-.455-.001-.882-.002-1.764.001-2.645-.019-.168.048-.425-.161-.499a12.412 12.412 0 0 0-1.555.006c-.263.344-.064.851-.124 1.259-.848-.001-1.696.004-2.544-.002-.187-.304-.456-.578-.817-.655-.559-.161-1.152.157-1.416.655-.764.006-1.53.002-2.294.002-.067-.407.155-.938-.142-1.262a13.358 13.358 0 0 0-1.55-.001c-.193.09-.132.328-.148.496z"/><path d="M11.689.548a1.653 1.653 0 0 1 1.588.454c3.18 3.182 6.347 6.378 9.521 9.565.314.324.683.632.839 1.07.204.536.095 1.188-.317 1.597-3.208 3.197-6.427 6.382-9.632 9.582-.286.27-.535.596-.894.775-.601.289-1.367.124-1.826-.35-3.33-3.353-6.661-6.706-9.995-10.056-.61-.587-.642-1.672.001-2.249C4.28 7.642 7.588 4.35 10.902 1.062c.221-.226.478-.433.788-.515m.092.804c-.148.083-.264.206-.385.322-3.268 3.253-6.545 6.499-9.81 9.756-.383.286-.398.877-.059 1.204 3.228 3.251 6.461 6.497 9.688 9.749.203.198.388.443.67.533a.74.74 0 0 0 .773-.179c3.149-3.132 6.295-6.265 9.446-9.395.253-.26.54-.492.756-.786.22-.364.031-.817-.264-1.075-3.244-3.274-6.494-6.539-9.743-9.806-.262-.29-.689-.517-1.072-.322z"/><path d="M13.174 5.38c.228-.112.458-.218.691-.319.002.395.001.791.002 1.186l.374.005.001.661h-.392c.005.346-.03.696.017 1.039.168.187.432-.02.611-.084-.056.254-.109.511-.156.768-.36.223-.9.122-1.052-.305-.125-.454-.032-.935-.06-1.4l-.334-.005v-.665l.298-.007V5.38zM9.295 5.785c.646-.716 1.884-.87 2.593-.166.401.344.406 1.009.029 1.373-.424.547-1.339.264-1.62.977.63.03 1.261.007 1.892.017 0 .287.001.575-.001.862-.934 0-1.867.002-2.801-.001-.116-.755.192-1.573.857-1.979.314-.233.71-.258 1.078-.346.144-.139.082-.398-.104-.463-.452-.282-1.02-.101-1.376.25a19.255 19.255 0 0 1-.546-.523zM10.238 10.664a53.379 53.379 0 0 1 3.511-.002c-.558.628-1.156 1.218-1.734 1.828-.586-.614-1.206-1.198-1.777-1.825zM6.694 13.552c.016-.168-.046-.406.148-.496.516-.029 1.036-.03 1.55.001.296.324.074.856.142 1.262.764 0 1.53.004 2.294-.002.264-.498.857-.816 1.416-.655.361.077.63.352.817.655.848.006 1.696.001 2.544.002.06-.408-.139-.914.124-1.259.516-.04 1.038-.031 1.555-.006.209.074.142.331.161.499-.004.881-.002 1.763-.001 2.645-.016.162.04.42-.186.455a15.97 15.97 0 0 1-1.516-.005c-.29-.337-.071-.878-.137-1.296-.85 0-1.699-.004-2.549.002-.227.371-.602.684-1.058.685-.493.041-.925-.278-1.165-.685-.767-.006-1.532-.002-2.299-.002-.01.396.031.796-.026 1.189l-.126.109c-.472.029-.946.013-1.417.01-.191.031-.295-.167-.266-.33-.007-.926.002-1.853-.004-2.779z"/></symbol><symbol viewBox="0 0 24 24" id="warning--width-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.922 1.5h.131c.287.048.52.23.652.487L23.2 20.169c.268.476.562.938.8 1.43v.318a.822.822 0 0 1-.667.582H.748c-.576.001-.954-.686-.605-1.157C3.856 14.89 7.587 8.447 11.303 1.998a.96.96 0 0 1 .619-.499M3.1 20.395h17.819c-2.971-5.143-5.939-10.288-8.911-15.43-2.97 5.142-5.941 10.284-8.908 15.43z"/><path fill="#fff" d="M3.1 20.395c2.966-5.146 5.938-10.288 8.908-15.43 2.972 5.142 5.94 10.286 8.911 15.43H3.1m6.834-6.725c.149.004.299.006.448.008.082-.179.169-.432.41-.432.348-.05.662.364.425.662-.361.511-.786.976-1.159 1.48-.14.146-.082.361-.106.544h1.777a34.809 34.809 0 0 1 0-.457c-.392.002-.785 0-1.177 0 .289-.372.583-.739.875-1.108.163-.216.353-.462.301-.751-.013-.553-.642-.973-1.156-.77-.348.134-.57.468-.638.824m3.238-.529l-.001.473c.154-.108.306-.217.458-.328.002.882.001 1.764.001 2.646h.425v-3.124c-.342-.048-.634.118-.883.332m-6.123 1.356c-.002 1.832 0 3.666 0 5.498.949-.917 1.895-1.837 2.85-2.749-.949-.917-1.895-1.838-2.85-2.749m7.067 2.747c.953.914 1.903 1.834 2.852 2.752-.001-1.832.001-3.666-.001-5.5-.954.912-1.898 1.835-2.851 2.748m-1.83-1.045l.457-.263v-.458l-.455-.001c0 .241 0 .481-.002.722m-1.814 3.206h.443c.019-.511-.046-1.03.038-1.536.12-.383.78-.341.839.066.047.488.008.98.02 1.47h.443c.018-.505-.041-1.015.034-1.516.095-.388.748-.376.834.013.067.497.011 1.002.029 1.502h.44c-.018-.566.04-1.138-.032-1.7-.151-.62-1.006-.692-1.41-.276-.343-.326-.9-.36-1.242-.014l.006-.241h-.442v2.232z"/><path d="M9.934 13.67c.068-.356.29-.69.638-.824.514-.203 1.142.217 1.156.77.052.289-.138.535-.301.751-.292.368-.586.736-.875 1.108.392 0 .785.002 1.177 0v.457H9.952c.024-.182-.035-.397.106-.544.373-.504.798-.968 1.159-1.48.238-.299-.077-.713-.425-.662-.241 0-.329.253-.41.432a66.934 66.934 0 0 1-.448-.008zM13.172 13.141c.25-.215.541-.38.883-.332v3.124h-.425c0-.882.001-1.764-.001-2.646-.152.11-.305.22-.458.328l.001-.473zM7.049 14.496c.955.911 1.901 1.832 2.85 2.749-.955.912-1.901 1.832-2.85 2.749 0-1.832-.002-3.666 0-5.498zM14.116 17.243c.953-.913 1.897-1.836 2.851-2.748.002 1.834 0 3.667.001 5.5-.949-.918-1.9-1.837-2.852-2.752zM12.286 16.198c.002-.241.002-.481.002-.722l.455.001v.458l-.457.263zM10.472 19.404v-2.232h.442l-.006.241c.342-.346.899-.312 1.242.014.404-.416 1.259-.344 1.41.276.072.563.014 1.134.032 1.7h-.44c-.018-.5.038-1.006-.029-1.502-.086-.389-.739-.401-.834-.013-.074.5-.016 1.01-.034 1.516h-.443c-.012-.49.026-.982-.02-1.47-.059-.407-.719-.449-.839-.066-.084.506-.019 1.025-.038 1.536h-.443z"/></symbol><symbol viewBox="0 0 24 24" id="warning--width-restriction--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.92 1.5h.131c.504.062.697.57.923.95 3.6 6.244 7.206 12.484 10.807 18.726.077.139.151.28.22.424v.319a.82.82 0 0 1-.671.581H.76c-.58.011-.97-.68-.618-1.154 3.625-6.301 7.27-12.592 10.897-18.892.222-.373.407-.851.881-.954M3.1 20.394c5.94.004 11.879.002 17.819.001-2.971-5.143-5.939-10.288-8.911-15.431-2.97 5.143-5.941 10.285-8.908 15.43z"/><path fill="#fff" d="M3.1 20.394c2.966-5.144 5.938-10.286 8.908-15.43 2.972 5.143 5.94 10.288 8.911 15.431-5.94.001-11.879.002-17.819-.001m5.863-8.096a59.836 59.836 0 0 0 .12 5.586h5.849c.13-1.853.166-3.71.124-5.567-.016-.266-.283-.455-.539-.43-1.68-.005-3.36-.007-5.04.001-.241-.017-.493.16-.514.409m-3.666 6.01c-.108.415-.025.862-.048 1.289h3.004v-3.92c-.48 0-.959.001-1.438-.001-.508.877-1.025 1.748-1.518 2.633m10.467-2.631v3.919h3.002c-.022-.425.056-.866-.043-1.28-.49-.886-1.018-1.751-1.512-2.634-.482-.008-.965-.006-1.447-.005M8.66 17.114c-.05.497.038.997.043 1.495.044.046.134.136.18.181-.001.236-.008.474.014.71.202.175.529.101.772.06.156-.223.04-.558.076-.822h4.525c0 .254-.008.509.017.763.228.193.576.08.845.036-.002-.254.001-.508 0-.761l.176-.146c.019-.437.055-.872.068-1.309.044-.178-.098-.289-.216-.385-.035.377-.05.754-.071 1.132-2.054-.001-4.11.001-6.164-.001-.022-.377-.037-.754-.068-1.13l-.197.178z"/><path fill="#fff" d="M9.287 12.31c-.026-.248.284-.169.431-.187 1.638.014 3.278-.022 4.916.017l.083.061c.023.732.054 1.476-.016 2.204-1.025.112-2.082.016-3.119.046-.155-.298-.42-.574-.781-.568-.388-.036-.697.244-.858.57-.208-.026-.46.062-.637-.066-.058-.689-.019-1.386-.019-2.077zM9.379 15.464c1.765-.03 3.534-.004 5.3-.012.04.362.037.727.004 1.09-1.789-.011-3.58.012-5.369-.012.034-.346-.094-.76.065-1.066zM9.223 16.985a6.013 6.013 0 0 1 1.09.005c.004.148.001.295-.007.443-.358.016-.715.014-1.073.004a16.87 16.87 0 0 0-.01-.451zM13.702 16.99a5.591 5.591 0 0 1 1.09-.001c.001.15-.002.299-.011.448-.359.011-.718.012-1.076-.005a5.431 5.431 0 0 1-.002-.442z"/><path d="M8.963 12.298c.02-.25.272-.426.514-.409 1.68-.008 3.36-.006 5.04-.001.256-.025.523.163.539.43a60.115 60.115 0 0 1-.124 5.567H9.083a59.836 59.836 0 0 1-.12-5.586m.324.011c0 .691-.038 1.388.019 2.077.178.128.43.04.637.066.161-.326.47-.606.858-.57.361-.006.626.27.781.568 1.037-.03 2.094.066 3.119-.046.07-.728.038-1.472.016-2.204l-.083-.061c-1.638-.038-3.278-.002-4.916-.017-.146.018-.457-.061-.431.187m.092 3.154c-.158.306-.031.72-.065 1.066 1.789.024 3.58.001 5.369.012a5.366 5.366 0 0 0-.004-1.09c-1.766.008-3.535-.018-5.3.012m-.156 1.521c.005.15.008.3.01.451.358.011.715.012 1.073-.004.008-.148.011-.295.007-.443a6.013 6.013 0 0 0-1.09-.005m4.479.006c-.005.146-.005.294.002.442.359.017.718.016 1.076.005.008-.149.012-.298.011-.448a5.591 5.591 0 0 0-1.09.001zM5.297 18.307c.493-.884 1.01-1.756 1.518-2.633.479.002.958.001 1.438.001v3.92H5.249c.023-.427-.06-.874.048-1.289zM15.764 15.677c.482-.001.965-.004 1.447.005.494.883 1.022 1.748 1.512 2.634.1.414.022.856.043 1.28h-3.002v-3.919z"/><path d="M8.66 17.114l.197-.178c.031.377.047.754.068 1.13 2.054.002 4.11 0 6.164.001.02-.378.036-.755.071-1.132.118.096.26.208.216.385-.013.437-.049.872-.068 1.309l-.176.146c.001.253-.002.506 0 .761-.269.044-.617.157-.845-.036-.025-.254-.017-.509-.017-.763H9.745c-.036.264.08.599-.076.822-.242.041-.57.115-.772-.06-.023-.236-.016-.474-.014-.71a30.463 30.463 0 0 1-.18-.181c-.005-.498-.094-.998-.043-1.495z"/></symbol><symbol viewBox="0 0 24 24" id="warning--width-restriction--g3" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.802.566c.665-.74 1.909-.632 2.562.069 3.266 3.319 6.521 6.648 9.782 9.972.299.292.518.661.618 1.068v.782a1.737 1.737 0 0 1-.464.834 17345.75 17345.75 0 0 0-9.555 9.635c-.371.368-.721.833-1.268.931-.671.171-1.382-.119-1.834-.62-3.08-3.154-6.171-6.298-9.254-9.448-.348-.367-.766-.698-.956-1.182-.276-.641-.165-1.453.354-1.941C4.123 7.298 7.46 3.928 10.802.566m.786-.01c-.382.111-.653.418-.922.692-3.052 3.066-6.094 6.142-9.145 9.209-.274.281-.587.553-.719.935-.206.568-.032 1.233.392 1.658 3.239 3.308 6.484 6.613 9.722 9.921.548.587 1.571.675 2.153.092 3.3-3.327 6.6-6.655 9.899-9.984.402-.401.505-1.04.311-1.565-.131-.404-.458-.693-.744-.988-3.109-3.165-6.206-6.341-9.321-9.5-.405-.435-1.048-.649-1.626-.471z"/><path fill="gold" d="M11.693 1.351c.358-.212.789-.008 1.035.278 3.146 3.207 6.289 6.414 9.433 9.622.405.308.636.961.204 1.347-3.262 3.285-6.52 6.574-9.78 9.861-.287.336-.834.28-1.118-.032-3.225-3.285-6.444-6.576-9.669-9.86-.341-.296-.44-.881-.075-1.2 3.134-3.181 6.288-6.342 9.427-9.519.175-.172.339-.36.544-.498M7.602 9.601c.221.209.445.418.665.628.285-.305.734-.536 1.145-.342.244.111.295.414.168.634-.187-.005-.374 0-.56-.004-.001.305-.002.611-.001.916.204-.002.407.004.611.002.151.189.336.428.221.686-.136.358-.569.468-.916.432-.339-.009-.565-.298-.781-.52l-.721.547c.331.384.741.735 1.258.819.792.184 1.766-.178 2.048-.986.198-.516-.046-1.052-.374-1.449.144-.304.281-.639.199-.981-.074-.46-.485-.775-.906-.907a1.965 1.965 0 0 0-2.054.525m6.328-.589c-.729.135-1.349.807-1.306 1.571.047.66-.141 1.385.195 1.992.581 1.026 2.268 1.072 2.915.092.296-.395.267-.913.266-1.381-.008-.541.067-1.139-.261-1.609-.372-.593-1.149-.811-1.809-.664m-9.473.16c-.001 1.422.015 2.845.031 4.267.738-.744 1.466-1.496 2.199-2.244-.74-.679-1.475-1.362-2.229-2.024m12.708 2.007c.735.742 1.455 1.499 2.192 2.24.025-1.42.029-2.842.036-4.264-.754.661-1.491 1.345-2.228 2.024m-5.783 1.768a6.6 6.6 0 0 0 .015 1.46c.3-.369.521-.798.732-1.222.074-.42-.562-.612-.747-.238m-1.5 3.031c-.002 1.038-.001 2.074-.001 3.111l.751.001c0-.678.008-1.355-.007-2.033.276-.207.733-.291.961.031.029.666 0 1.334.012 2.001.273.001.546.002.819.001.004-.68.006-1.36-.001-2.041.273-.229.649-.242.921-.002-.007.681-.005 1.362.001 2.045l.816-.002c-.002-.753.009-1.506-.002-2.259-.002-.515-.534-.828-.993-.881-.405-.084-.804.071-1.139.287-.193-.116-.378-.284-.615-.291-.285-.034-.521.149-.744.299.012-.44-.504-.215-.779-.266z"/><path fill="gold" d="M14.024 9.915c.454-.208 1.012.116 1.08.604.053.468.055.948.004 1.418-.112.581-.904.775-1.322.396-.38-.309-.255-.847-.285-1.275-.039-.434.049-.985.524-1.142z"/><path d="M11.588.556c.578-.179 1.221.035 1.626.471 3.115 3.159 6.212 6.335 9.321 9.5.286.295.613.585.744.988.194.525.092 1.164-.311 1.565l-9.899 9.984c-.582.584-1.605.495-2.153-.092-3.239-3.308-6.484-6.613-9.722-9.921-.424-.425-.598-1.089-.392-1.658.132-.382.445-.654.719-.935 3.051-3.067 6.093-6.144 9.145-9.209.269-.274.54-.581.922-.692m.105.794c-.205.138-.368.326-.544.498-3.139 3.176-6.293 6.338-9.427 9.519-.365.319-.266.904.075 1.2 3.226 3.284 6.445 6.575 9.669 9.86.284.312.831.368 1.118.032 3.26-3.287 6.518-6.576 9.78-9.861.433-.386.201-1.039-.204-1.347-3.144-3.208-6.287-6.415-9.433-9.622-.246-.286-.678-.489-1.035-.278z"/><path d="M7.602 9.601a1.969 1.969 0 0 1 2.054-.525c.421.132.832.447.906.907.082.342-.055.678-.199.981.328.398.572.933.374 1.449-.282.808-1.256 1.169-2.048.986-.516-.084-.927-.435-1.258-.819.24-.184.481-.365.721-.547.216.222.442.511.781.52.347.036.78-.074.916-.432.115-.258-.071-.496-.221-.686-.204.001-.407-.005-.611-.002-.001-.306 0-.612.001-.916.186.004.373-.001.56.004.127-.22.075-.524-.168-.634-.411-.194-.86.038-1.145.342-.22-.211-.444-.419-.665-.628zM13.932 9.012c.66-.147 1.438.071 1.809.664.328.471.253 1.068.261 1.609.001.468.031.986-.266 1.381-.647.98-2.334.934-2.915-.092-.336-.607-.148-1.332-.195-1.992-.044-.764.576-1.435 1.306-1.571m.092.904c-.474.158-.562.708-.524 1.142.029.428-.095.966.285 1.275.419.379 1.211.185 1.322-.396a6.403 6.403 0 0 0-.004-1.418c-.068-.487-.626-.812-1.08-.604zM4.459 9.173c.754.661 1.489 1.345 2.229 2.024-.733.747-1.461 1.5-2.199 2.244-.015-1.422-.032-2.845-.031-4.267zM17.168 11.179c.738-.679 1.474-1.362 2.228-2.024-.007 1.421-.012 2.844-.036 4.264-.736-.741-1.456-1.498-2.192-2.24zM11.385 12.947c.185-.374.821-.182.747.238-.211.425-.432.853-.732 1.222a6.6 6.6 0 0 1-.015-1.46zM9.885 15.978c.275.051.791-.174.779.266.222-.149.459-.333.744-.299.238.007.422.174.615.291.335-.216.734-.371 1.139-.287.459.053.991.366.993.881.012.753 0 1.506.002 2.259l-.816.002c-.006-.682-.008-1.364-.001-2.045-.272-.24-.648-.227-.921.002.007.681.005 1.361.001 2.041-.273.001-.546 0-.819-.001-.012-.667.018-1.335-.012-2.001-.228-.321-.685-.238-.961-.031.015.678.007 1.355.007 2.033l-.751-.001c0-1.036-.001-2.073.001-3.111z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M11.888 1.5h.204c.449.15.617.626.846.994 3.449 5.988 6.905 11.972 10.355 17.96.25.446.551.87.707 1.362v.173c-.066.28-.306.44-.569.511H.595c-.268-.054-.494-.212-.595-.469v-.206c.139-.472.427-.876.666-1.301C4.13 14.508 7.603 8.499 11.068 2.483c.221-.364.392-.817.821-.983M3.86 19.994c5.426.002 10.853.002 16.278 0-2.712-4.705-5.423-9.413-8.14-14.116-2.714 4.704-5.426 9.41-8.138 14.116z"/><path fill="#fff" d="M3.86 19.994c2.712-4.705 5.424-9.412 8.138-14.116 2.717 4.703 5.428 9.41 8.14 14.116-5.425.002-10.852.002-16.278 0m6.377-7.932c-.046-.229-.079-.461-.121-.69a1.63 1.63 0 0 0-.012.941c-.108.128-.186.32-.382.326-.374.06-.679.307-1.042.406l.164.275c.322.106.714.078.974.322.515.668.39 1.538.463 2.323-.52-.029-1.066-.082-1.541.185.322.476.666.947 1.078 1.349.262.174.547.434.886.294a31.681 31.681 0 0 0-.144-.191c-.637-.06-.952-.68-1.163-1.206.427.054.839.217 1.274.2.412-.008.806.157 1.22.119.47.004.872-.322 1.35-.269.182.458.636 0 .938.247.372.229.685.558 1.104.713.48.244 1.042.274 1.507.546.404.332.658.806.859 1.282.175.037.352.071.529.098-.006-.235-.218-.304-.389-.383a2.892 2.892 0 0 0-.409-.499 7.106 7.106 0 0 0-.523-.948c-.312-.004-.643-.091-.827-.365-.331-.42-.094-1.015-.394-1.45l.124-.073c-.343-.265-.716-.498-1.129-.64-.35-.136-.706.106-1.06.019-.562-.109-1.135-.035-1.703-.064-.282-.175-.524-.412-.769-.636-.293-.463-.728-.89-.731-1.474.185.002.368.001.552-.002l.144-.312c-.262.06-.523.121-.786.178-.09-.391.276-.647.382-.994.106-.335.503-.385.758-.569l-.523-.016c.108-.18.221-.356.328-.538-.463.407-.589 1.044-.989 1.494z"/><path d="M10.237 12.062c.4-.45.526-1.087.989-1.494-.107.181-.22.358-.328.538l.523.016c-.256.184-.653.234-.758.569-.106.347-.472.602-.382.994.263-.056.524-.118.786-.178l-.144.312c-.184.004-.367.005-.552.002.002.583.438 1.01.731 1.474.245.224.487.461.769.636.568.029 1.141-.046 1.703.064.354.086.709-.155 1.06-.019.413.142.786.374 1.129.64l-.124.073c.3.434.062 1.03.394 1.45.184.274.515.361.827.365.2.301.371.62.523.948.158.146.287.322.409.499.17.079.383.148.389.383a10.27 10.27 0 0 1-.529-.098c-.202-.475-.455-.949-.859-1.282-.466-.272-1.027-.302-1.507-.546-.419-.155-.732-.484-1.104-.713-.302-.247-.756.211-.938-.247-.478-.053-.88.272-1.35.269-.414.038-.809-.127-1.22-.119-.436.017-.847-.146-1.274-.2.211.526.526 1.146 1.163 1.206l.144.191c-.338.14-.624-.12-.886-.294-.412-.402-.756-.872-1.078-1.349.475-.266 1.021-.214 1.541-.185-.073-.785.052-1.655-.463-2.323-.26-.244-.653-.216-.974-.322a15.325 15.325 0 0 1-.164-.275c.362-.098.667-.346 1.042-.406.196-.006.274-.198.382-.326a1.63 1.63 0 0 1 .012-.941c.042.229.076.461.121.69z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.869 1.38h.188c.358.037.72.145.991.392.344.312.53.75.768 1.141C17.11 8.629 20.4 14.347 23.699 20.06c.13.228.23.472.3.725v.455a1.642 1.642 0 0 1-1.373 1.38H1.39c-.552-.094-1.061-.454-1.264-.984-.212-.488-.126-1.057.149-1.501C3.714 14.172 7.149 8.207 10.587 2.244c.256-.48.745-.793 1.282-.864M2.519 20.5h18.98c-3.162-5.488-6.323-10.975-9.491-16.46-3.167 5.485-6.329 10.972-9.49 16.46z"/><path fill="#fff" d="M2.519 20.5c3.161-5.489 6.323-10.975 9.49-16.46 3.168 5.485 6.329 10.973 9.491 16.46H2.52m9.54-12.084c-.08.372-.007.755.032 1.128-.251.038-.502.07-.752.092-.044-.301-.071-.605-.098-.908-.266.179-.131.541-.176.805-.157-.145-.314-.295-.521-.365.12.358.51.55.576.928-.493-.023-.698-.512-1.067-.732l-.088.138c.173.305.389.631.73.762.474.161.691.661 1.062.965.458.488 1.13.748 1.801.658-.204.378-.401.762-.626 1.128-.396-.047-.78.066-1.171.094-1.066-.056-2.13-.572-3.198-.265-.592.21-1.345.647-1.24 1.384-.018.259.16.438.403.487.151.294.292.604.534.836.158.166.367.334.358.588.019.31-.378.503-.271.824.152.166.4.186.564.335.403.506.738 1.061 1.135 1.568l.006.305c.212.122.427.286.686.191-.208-.616-.683-1.072-.98-1.634.282.145.553.311.826.472l.086.19c.142.038.276.092.404.163-.043.163-.112.317-.175.473.192.236.319.511.379.81.092-.019.276-.056.367-.076-.28-.817-.048-1.723.395-2.438.828.004 1.392-.664 2.123-.937.242-.064.526-.32.317-.576-.32-.208-.689-.319-1.032-.482.154-.246.463-.364.562-.643.174-.521.652-.888.716-1.456a3.2 3.2 0 0 1 1.118-.223c.187-.128.256-.36.35-.554-.275-.122-.554-.245-.786-.442-.265-.246-.666-.246-.923-.503.352-.167.736-.391.792-.818l-.33.24-.055-.476c-.062.194-.121.39-.176.587-.068-.239-.022-.566-.282-.696.001.259.119.607-.175.756-.172.142-.377.005-.552-.047.119-.21.342-.402.317-.667-.001-.377-.233-.695-.503-.937-.118.304.263.514.248.817.046.256-.248.584-.499.395-.79-.49-1-1.494-1.046-2.358l-.164.118z"/><path fill="#fff" d="M11.428 9.946c.234-.017.469-.066.704-.041.175.144.286.346.427.518.28.372.665.641.99.968-.308.019-.764.149-.946-.185-.124-.433-.251-.892-.63-1.176-.055.344.3.59.239.925-.523.029-.619-.637-.785-1.01zM9.81 16.216c.096-.214.144-.446.214-.67.548.224 1.136.323 1.727.349-.04.286-.084.57-.149.851-.115.067-.233.132-.35.197l.005.384.203.006c-.079.259-.156.521-.229.782-.649-.518-1.511-.73-2.064-1.372.224-.16.511-.27.644-.528zM12.139 16.811c.122-.364.282-.866.706-.961.341.074.676.178 1.022.227-.528.35-1.133.54-1.728.734z"/><path d="M12.06 8.416l.164-.118c.047.864.257 1.868 1.046 2.358.251.19.545-.139.499-.395.014-.304-.366-.514-.248-.817.27.242.502.56.503.937.025.265-.198.457-.317.667.175.052.38.188.552.047.294-.149.176-.497.175-.756.26.13.214.457.282.696.055-.197.114-.392.176-.587l.055.476.33-.24c-.056.427-.44.652-.792.818.257.257.658.257.923.503.232.197.511.319.786.442-.095.194-.163.426-.35.554a3.195 3.195 0 0 0-1.118.223c-.065.568-.542.935-.716 1.456-.098.28-.408.397-.562.643.343.163.712.275 1.032.482.209.256-.074.512-.317.576-.731.274-1.295.941-2.123.937-.443.715-.674 1.621-.395 2.438l-.367.076a1.85 1.85 0 0 0-.379-.81c.064-.156.132-.31.175-.473a1.79 1.79 0 0 0-.404-.163 10.956 10.956 0 0 1-.086-.19c-.272-.161-.544-.326-.826-.472.298.563.773 1.019.98 1.634-.259.095-.474-.068-.686-.191l-.006-.305c-.397-.508-.732-1.062-1.135-1.568-.164-.149-.412-.169-.564-.335-.107-.322.29-.515.271-.824.01-.254-.199-.422-.358-.588-.242-.233-.383-.542-.534-.836-.244-.049-.421-.228-.403-.487-.106-.737.648-1.174 1.24-1.384 1.068-.307 2.132.209 3.198.265.391-.028.775-.14 1.171-.094.226-.366.422-.75.626-1.128a2.102 2.102 0 0 1-1.801-.658c-.371-.304-.588-.804-1.062-.965-.341-.131-.557-.457-.73-.762l.088-.138c.368.22.574.709 1.067.732-.066-.378-.456-.57-.576-.928.206.07.364.22.521.365.046-.264-.09-.626.176-.805.028.304.054.607.098.908.251-.023.502-.054.752-.092-.04-.373-.113-.756-.032-1.128m-.631 1.534c.166.373.262 1.039.785 1.01.061-.335-.294-.581-.239-.925.379.284.506.743.63 1.176.181.334.637.204.946.185-.325-.328-.71-.596-.99-.968-.142-.173-.252-.374-.427-.518-.235-.025-.47.024-.704.041M9.81 16.216c-.133.258-.42.368-.644.528.553.642 1.415.853 2.064 1.372.073-.262.15-.523.229-.782l-.203-.006-.005-.384c.118-.065.235-.13.35-.197.065-.281.109-.565.149-.851-.59-.026-1.178-.125-1.727-.349-.07.223-.118.456-.214.67m2.33.594c.595-.194 1.2-.384 1.728-.734-.347-.049-.682-.152-1.022-.227-.424.095-.583.598-.706.961z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.344.212c.478-.352 1.168-.221 1.555.202 3.542 3.538 7.079 7.081 10.621 10.619.331.3.55.755.44 1.206-.073.409-.415.677-.689.958-3.485 3.478-6.961 6.965-10.447 10.444-.43.455-1.224.455-1.655 0-3.607-3.604-7.214-7.21-10.816-10.818-.488-.458-.436-1.291.059-1.724C3.929 7.575 7.455 4.059 10.972.534c.116-.114.235-.228.371-.32m.334.085c-.342.145-.575.452-.838.701C7.441 4.404 4.037 7.805.635 11.206c-.216.212-.409.484-.391.803-.012.443.362.736.644 1.021 3.486 3.476 6.961 6.964 10.446 10.441a.924.924 0 0 0 1.321.004c3.485-3.48 6.962-6.968 10.45-10.446.259-.266.6-.522.64-.922.053-.348-.14-.668-.384-.898-3.546-3.541-7.086-7.09-10.633-10.631-.262-.284-.682-.42-1.051-.28z"/><path fill="#fee011" d="M11.798.764c.282-.152.545.083.728.275 3.515 3.526 7.044 7.037 10.556 10.565a.504.504 0 0 1-.008.792c-3.538 3.544-7.084 7.079-10.618 10.625-.161.175-.408.347-.652.217-.304-.21-.536-.505-.803-.758C7.659 19.138 4.319 15.794.975 12.455c-.154-.148-.311-.338-.248-.569.11-.266.354-.444.545-.65C4.517 8 7.753 4.757 10.993 1.517c.264-.254.5-.545.804-.752m.881 5.516c-.295.008-.59.007-.886-.005-.071-.407-.134-.82-.305-1.2-.121.341-.074.703-.066 1.056a28.905 28.905 0 0 0-.584-.426c-.215.428.318.656.589.866l-.023.443c-.623-.142-.96-.714-1.316-1.184-.185.772.649 1.37 1.309 1.559.401.644.947 1.217 1.64 1.543.538.23 1.138.122 1.704.15-.332.524-.583 1.098-.931 1.612-1.164.206-2.378.253-3.521-.103-.811-.17-1.715-.3-2.482.1-.773.388-1.325 1.271-1.172 2.148.187.24.44.434.553.728.23.535.635.955 1.009 1.387.38.529-.643.924-.26 1.446.281.298.793.307.973.712.27.484.577.947.942 1.364.208.216.259.521.409.772.154.166.409.09.607.124-.031-.836-.809-1.325-1.094-2.06.536.36 1.048.764 1.651 1.01-.244.508.107 1.012.162 1.52.226.011.451.013.677.01-.181-.383-.496-.786-.346-1.235.211-.625.488-1.226.69-1.856.863-.071 1.54-.659 2.294-1.019.422-.222 1.028-.517.949-1.091-.272-.434-.822-.554-1.258-.764.313-.57.73-1.08.978-1.685.202-.414.281-.878.5-1.283.317-.397.884-.295 1.331-.36.401 0 .7-.684.274-.869-.625-.336-1.247-.695-1.926-.912.234-.172.506-.278.75-.433.23-.148.29-.43.378-.668-.161.186-.311.379-.464.57-.008-.382-.004-.775-.163-1.13-.034.304-.031.613-.1.913-.078-.323-.12-.661-.305-.947-.059.348.06.75-.126 1.067-.274.224-.757.203-.98-.089.158-.312.432-.601.372-.98.035-.421-.206-.828-.623-.944.124.415.397.854.22 1.297-.067.209-.324.391-.534.252-.44-.275-.779-.701-1.003-1.165-.256-.643-.247-1.348-.344-2.023-.409.497-.161 1.202-.15 1.784z"/><path fill="#fee011" d="M11.816 6.648c.313.007.626.008.94-.001.246.324.482.658.734.978.336.428.839.67 1.235 1.033-.554.035-1.152.082-1.65-.212-.011-.566.067-1.342-.571-1.61.103.464.287.914.293 1.397-.388-.258-.709-.596-.997-.959l.017-.625zM9.839 15.232c.127-.272.166-.586.348-.832.521.114 1.03.313 1.572.29.214.032.529-.09.626.178-.034.382-.134.754-.223 1.126a2.15 2.15 0 0 0-.518.688c.074.038.221.116.294.156-.084.34-.173.678-.28 1.012-.847-.565-1.721-1.091-2.58-1.638.282-.301.598-.59.761-.979zM13.482 14.704c.481-.047.964.102 1.438.176-.566.526-1.238.965-1.997 1.153.15-.45.236-.968.559-1.33z"/><path d="M11.677.299c.37-.14.79-.005 1.051.28 3.547 3.541 7.087 7.09 10.633 10.631.244.229.437.55.384.898-.04.4-.38.655-.64.922-3.487 3.478-6.965 6.966-10.45 10.446a.923.923 0 0 1-1.321-.004C7.849 19.994 4.374 16.507.888 13.031c-.282-.286-.656-.578-.644-1.021-.018-.319.175-.59.391-.803C4.037 7.806 7.44 4.405 10.839 1.001c.263-.248.496-.556.838-.701m.121.464c-.304.208-.54.498-.804.752-3.24 3.24-6.476 6.482-9.721 9.719-.191.206-.434.384-.545.65-.062.23.095.421.248.569 3.344 3.338 6.684 6.683 10.026 10.025.266.253.499.548.803.758.244.13.491-.042.652-.217 3.534-3.546 7.08-7.081 10.618-10.625a.504.504 0 0 0 .008-.792c-3.512-3.528-7.042-7.039-10.556-10.565-.184-.192-.446-.427-.728-.275z"/><path d="M12.678 6.281c-.011-.582-.259-1.288.15-1.784.097.676.089 1.38.344 2.023.224.464.563.89 1.003 1.165.21.139.467-.043.534-.252.178-.443-.096-.882-.22-1.297.416.116.658.523.623.944.06.379-.214.668-.372.98.223.292.707.313.98.089.186-.317.067-.719.126-1.067.185.286.227.624.305.947.068-.3.066-.61.1-.913.16.355.155.749.163 1.13.154-.191.304-.384.464-.57-.088.239-.148.521-.378.668-.244.155-.516.262-.75.433.679.217 1.301.576 1.926.912.426.185.127.869-.274.869-.446.065-1.014-.037-1.331.36-.22.404-.299.869-.5 1.283-.248.605-.665 1.115-.978 1.685.436.21.985.33 1.258.764.079.574-.527.869-.949 1.091-.755.36-1.432.948-2.294 1.019-.202.63-.479 1.231-.69 1.856-.15.449.164.852.346 1.235-.226.004-.451.001-.677-.01-.055-.509-.406-1.013-.162-1.52-.604-.246-1.115-.65-1.651-1.01.286.736 1.063 1.224 1.094 2.06-.198-.034-.454.042-.607-.124-.15-.251-.202-.556-.409-.772a7.979 7.979 0 0 1-.942-1.364c-.18-.404-.692-.414-.973-.712-.383-.522.641-.917.26-1.446-.374-.432-.779-.852-1.009-1.387-.113-.294-.366-.488-.553-.728-.152-.877.4-1.76 1.172-2.148.767-.4 1.67-.27 2.482-.1 1.142.356 2.357.31 3.521.103.348-.514.599-1.087.931-1.612-.566-.028-1.166.08-1.704-.15-.694-.326-1.24-.899-1.64-1.543-.66-.188-1.494-.787-1.309-1.559.356.47.694 1.043 1.316 1.184l.023-.443c-.271-.21-.804-.438-.589-.866.197.138.39.282.584.426-.008-.353-.055-.715.066-1.056.17.38.234.793.305 1.2.295.012.59.013.886.005m-.863.369l-.017.625c.288.362.61.701.997.959-.006-.482-.19-.932-.293-1.397.638.269.56 1.044.571 1.61.498.294 1.096.247 1.65.212-.396-.364-.899-.605-1.235-1.033-.252-.32-.488-.654-.734-.978-.313.01-.626.008-.94.001m-1.976 8.585c-.163.389-.479.678-.761.979.859.547 1.733 1.073 2.58 1.638.107-.334.196-.672.28-1.012-.073-.04-.22-.118-.294-.156.125-.264.302-.494.518-.688.089-.372.19-.744.223-1.126-.097-.268-.413-.145-.626-.178-.542.023-1.051-.176-1.572-.29-.182.246-.221.559-.348.832m3.643-.527c-.323.361-.409.88-.559 1.33.758-.188 1.43-.628 1.997-1.153-.474-.074-.956-.223-1.438-.176z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M10.975.529c.242-.245.54-.492.908-.469.332-.006.605.209.828.43 3.421 3.418 6.841 6.836 10.265 10.253.311.324.739.646.743 1.139.031.569-.482.918-.832 1.284-3.26 3.26-6.529 6.512-9.784 9.779-.353.334-.68.821-1.219.82-.551.028-.892-.467-1.248-.805C7.223 19.532 3.794 16.119.372 12.7a1.3 1.3 0 0 1-.373-.716v-.158c.091-.526.538-.854.886-1.213 3.364-3.36 6.73-6.718 10.09-10.081m.685.211a1.952 1.952 0 0 0-.254.217C7.91 4.468 4.398 7.957.901 11.464c-.152.157-.372.365-.247.606.209.306.506.538.762.804 3.359 3.36 6.726 6.713 10.081 10.078.126.127.292.256.482.186.275-.155.466-.419.694-.631 3.319-3.316 6.634-6.636 9.96-9.944.194-.223.576-.446.446-.792-.164-.247-.391-.44-.596-.652C19.085 7.717 15.677 4.322 12.278.92c-.154-.16-.401-.352-.618-.176z"/><path fill="#231f20" d="M9.318 7.249c.137.018.234.131.346.203.16-.146.328-.283.493-.422-.011.524-.52.792-.689 1.247-.161.622.15 1.229.407 1.778.264.503.654 1.085 1.285 1.105 1.08.084 2.166.044 3.247.014.324.036.503-.313.799-.343.017.41-.29.72-.578.966-.001.388.024.775.037 1.163.5.434 1.247.53 1.627 1.108.238.365.614.64.798 1.033l-.16.248c-.191-.317-.362-.668-.677-.882-.64-.446-1.478-.444-2.122-.883-.229-.162-.37-.41-.564-.606-.484-.113-.961.083-1.441.104-.565.044-1.122-.108-1.687-.084-.889.017-1.787-.042-2.668.096-.144.17.019.353.126.485.299.343.661.623.985.941l-.232.24c-.442-.4-.91-.797-1.206-1.321-.121-.196-.168-.518.083-.636.434-.192.926-.16 1.375-.304.275-.122.335-.466.33-.736-.022-.934-.424-1.82-.38-2.76-.5-.023-1.01-.047-1.478-.244.305-.442.872-.544 1.36-.655a.818.818 0 0 1 .038-.385c.155-.018.31-.03.466-.038.025-.144.052-.288.079-.432z"/><path fill="#fd0" d="M11.66.743c.217-.175.464.017.618.176 3.398 3.402 6.806 6.797 10.205 10.199.205.211.432.404.596.652.13.346-.252.569-.446.792-3.326 3.308-6.641 6.629-9.96 9.944-.228.212-.419.476-.694.631-.191.07-.356-.059-.482-.186-3.355-3.365-6.722-6.718-10.081-10.078-.256-.266-.553-.498-.762-.804-.125-.241.095-.449.247-.606C4.398 7.957 7.91 4.467 11.406.959c.078-.079.163-.152.254-.217M9.318 7.249c-.028.144-.054.288-.079.432-.156.008-.311.02-.466.038a.818.818 0 0 0-.038.385c-.487.112-1.055.214-1.36.655.468.197.978.221 1.478.244-.043.94.359 1.826.38 2.76.005.27-.055.613-.33.736-.449.144-.941.112-1.375.304-.251.118-.204.44-.083.636.296.524.764.922 1.206 1.321l.232-.24c-.324-.318-.686-.598-.985-.941-.107-.132-.27-.314-.126-.485.881-.138 1.778-.079 2.668-.096.565-.024 1.122.128 1.687.084.48-.022.958-.217 1.441-.104.194.196.335.444.564.606.643.439 1.482.437 2.122.883.314.214.486.565.677.882l.16-.248c-.184-.394-.56-.668-.798-1.033-.38-.577-1.127-.673-1.627-1.108-.013-.388-.038-.775-.037-1.163.288-.246.595-.556.578-.966-.296.03-.475.379-.799.343-1.081.03-2.167.07-3.247-.014-.631-.02-1.021-.602-1.285-1.105-.257-.55-.568-1.157-.407-1.778.169-.455.678-.722.689-1.247-.166.139-.334.276-.493.422-.112-.072-.209-.185-.346-.203z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g5" xmlns="http://www.w3.org/2000/svg"><path d="M11.442.282A.733.733 0 0 1 12.56.28c3.55 3.529 7.079 7.079 10.626 10.61.301.306.66.584.814 1.001v.24c-.1.204-.223.397-.385.557-3.694 3.667-7.362 7.362-11.054 11.032a.735.735 0 0 1-1.12.004C7.907 20.213 4.396 16.679.865 13.165c-.314-.306-.643-.605-.865-.989v-.271c.14-.426.512-.703.814-1.013C4.362 7.36 7.893 3.812 11.442.283m.462.226c-.226.173-.412.39-.614.588C7.788 4.589 4.298 8.093.792 11.581c-.096.132-.312.234-.244.432.175.232.395.425.599.631 3.547 3.542 7.092 7.088 10.64 10.631a.265.265 0 0 0 .428-.008c3.547-3.539 7.091-7.082 10.637-10.624.203-.205.422-.397.598-.629.071-.194-.143-.296-.236-.428C19.543 7.933 15.889 4.261 12.22.606c-.084-.097-.19-.13-.316-.097z"/><path d="M13.451 5.111a3.74 3.74 0 0 1 .212-.858c.17.286.224.61.245.936.085-.199.169-.4.253-.601l.192.19c-.01.252-.016.541-.229.715-.234.173-.533.235-.756.425-.184.146-.252.382-.36.581.172.455.658.426 1.058.437.372.158.761.239 1.165.17a1.083 1.083 0 0 1-.917 1.016c.043.37.037.742.022 1.114.166.484.509.906.553 1.434a9.412 9.412 0 0 0 1.246-.289c.096.137.197.274.27.425.018.306-.259.532-.293.829-.019.21.018.419.037.626-.209.218-.415.439-.611.67l-.2.013-.007-.348c.394-.311.316-.818.335-1.261-.456.288-.85.686-1.376.85-.457.222-.928.415-1.436.481-.57.209-1.128.457-1.693.679-.388.158-.245.736-.618.911-.637.404-1.362.781-1.73 1.474-.157.545.024 1.192-.413 1.645-.088-.148-.276-.266-.253-.455.043-.479-.016-.958-.018-1.435.356-.467.827-.914.91-1.523-.174-.552-.353-1.122-.204-1.705-.234-.092-.548-.116-.685-.36-.04-.314-.092-.708.251-.878.032.263.101.518.217.756.204.047.427.152.608-.012.5-.378 1.184-.262 1.697-.606.643-.41 1.363-.785 1.748-1.477.397-.685.152-1.492.118-2.231-.188-.173-.287-.409-.389-.637l.454-.042c-.218-.505-.718-1.013-.416-1.591l.173.06c.025.205.049.41.079.614.449-.221.306-.797.349-1.2.228.052.328.265.414.46z"/><path fill="#ff0" d="M11.904.509a.294.294 0 0 1 .316.097c3.67 3.655 7.324 7.327 10.994 10.98.094.132.307.234.236.428-.175.232-.395.424-.598.629-3.546 3.541-7.09 7.085-10.637 10.624a.265.265 0 0 1-.428.008c-3.548-3.542-7.093-7.088-10.64-10.631-.204-.206-.424-.4-.599-.631-.068-.198.148-.3.244-.432C4.297 8.093 7.788 4.589 11.29 1.097c.203-.198.389-.415.614-.588m1.547 4.602c-.086-.194-.186-.408-.414-.46-.043.403.1.979-.349 1.2-.03-.204-.054-.409-.079-.614l-.173-.06c-.301.578.198 1.086.416 1.591l-.454.042c.102.228.2.464.389.637.035.739.28 1.546-.118 2.231-.385.692-1.105 1.067-1.748 1.477-.512.344-1.196.228-1.697.606-.181.164-.404.059-.608.012a2.37 2.37 0 0 1-.217-.756c-.343.17-.29.564-.251.878.137.244.451.268.685.36-.149.583.03 1.153.204 1.705-.083.608-.553 1.056-.91 1.523.002.478.061.956.018 1.435-.023.188.166.307.253.455.437-.454.256-1.1.413-1.645.368-.692 1.093-1.069 1.73-1.474.373-.175.23-.752.618-.911.565-.222 1.123-.47 1.693-.679.509-.066.979-.259 1.436-.481.527-.163.92-.562 1.376-.85-.019.443.059.95-.335 1.261l.007.348.2-.013c.196-.23.402-.451.611-.67-.019-.208-.056-.416-.037-.626.034-.298.311-.523.293-.829-.073-.151-.174-.288-.27-.425a9.186 9.186 0 0 1-1.246.289c-.044-.528-.388-.95-.553-1.434a6.905 6.905 0 0 0-.022-1.114c.51-.082.889-.5.917-1.016-.404.068-.793-.012-1.165-.17-.401-.011-.887.018-1.058-.437.108-.199.176-.434.36-.581.223-.19.522-.252.756-.425.214-.174.22-.463.229-.715l-.192-.19c-.084.202-.168.402-.253.601-.02-.326-.074-.65-.245-.936a3.69 3.69 0 0 0-.212.858z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.56 1.44h.716l.066.048c-.216.145-.508.095-.744.03l-.038-.078zM11.67 1.948c.373-.218.839.011 1.006.38l10.393 18.031c.161.29.355.565.472.877.143.457-.276.947-.748.892H1.204c-.563.076-.986-.614-.668-1.082C4.107 14.823 7.704 8.613 11.281 2.392c.103-.167.204-.356.39-.444M3.612 19.984c5.59 0 11.18.002 16.77-.001-2.795-4.848-5.584-9.7-8.384-14.544-2.802 4.844-5.593 9.695-8.386 14.545zM7.163 8.746c.03-.203.1-.445.316-.522-.017.214-.16.389-.316.522zM5.363 11.864c.022-.203.098-.442.312-.514-.041.202-.137.395-.312.514zM19.282 13.024c.214.076.283.317.314.52-.157-.132-.299-.307-.314-.52zM3.088 15.811c.031-.197.096-.439.311-.508-.012.21-.152.383-.311.508zM21.09 16.141a.656.656 0 0 1 .312.538.778.778 0 0 1-.312-.538zM1.28 18.952a.672.672 0 0 1 .316-.54.787.787 0 0 1-.316.54zM23.36 20.102c.214.078.281.319.324.52-.166-.126-.308-.305-.324-.52zM23.74 20.761l.173.234-.173-.234zM.084 21.832l.163.259-.163-.259zM1.088 22.513c.157-.014.314-.022.472-.022 7.163.005 14.327-.005 21.491.005l.29.064H.949l.139-.047z"/><path fill="#fff" d="M10.987 2.11c.133-.263.365-.443.611-.592.236.065.528.115.744-.03.258.166.526.34.666.624.913 1.586 1.834 3.17 2.738 4.762.09.25.223.481.4.679.923 1.603 1.841 3.211 2.774 4.807.07.214.152.445.348.577l.013.086c.016.212.157.388.314.52.494.868 1.001 1.729 1.494 2.598.03.214.133.412.312.538.536.92 1.057 1.85 1.601 2.766.068.212.152.443.346.575l.012.083c.016.215.158.394.324.52l.055.139.173.234v.012c.047.39.038.799-.203 1.129-.169.198-.412.3-.659.36-7.164-.01-14.328 0-21.491-.005-.157 0-.314.007-.472.022-.341.02-.617-.194-.841-.422l-.163-.259c-.018-.296-.094-.62.062-.893.361-.672.762-1.322 1.134-1.987a.79.79 0 0 0 .316-.54c.492-.87 1.002-1.729 1.492-2.6.158-.125.299-.298.311-.508l.013-.086c.196-.13.276-.364.346-.575.545-.92 1.072-1.852 1.606-2.778.175-.119.271-.312.312-.514.474-.881.997-1.734 1.488-2.605.156-.133.299-.308.316-.522.002-.022.01-.065.013-.086.194-.128.275-.361.344-.571 1.06-1.813 2.098-3.64 3.151-5.456m.683-.164c-.186.088-.287.277-.39.444C7.703 8.613 4.106 14.823.535 21.046c-.318.468.106 1.158.668 1.082h21.589c.472.055.89-.434.748-.892-.116-.312-.311-.587-.472-.877L12.675 2.328c-.167-.37-.632-.599-1.006-.38z"/><path fill="#fff" d="M3.612 19.984c2.792-4.85 5.584-9.701 8.386-14.545 2.801 4.844 5.59 9.696 8.384 14.544-5.59.004-11.18.001-16.77.001m7.811-10.016c-.052.856.906 1.096 1.477 1.475-.269.016-.538.032-.806.056.172.197.401.312.656.35-.23.619-.26 1.351-.732 1.853-.443.473-1.132.504-1.706.72-.823.294-1.75.403-2.442.98-.233.342.131.776-.044 1.153-.124.677-.986.744-1.177 1.374-.257.364-.316.992-.836 1.07-.029.19-.056.38-.084.571.617-.209.91-.808 1.298-1.273.449-.518 1.214-.481 1.732-.895.326-.241.544-.595.692-.966a8.193 8.193 0 0 0 2.957-.592l.052.194c.539-.138 1.074-.293 1.613-.434-.131.365-.39.821-.858.648-.106.172-.209.344-.312.518.362-.035.774-.035 1.051-.31.242-.252.368-.587.548-.882.078-.181.258-.354.172-.568-.544.043-1.078.162-1.615.247.115-.19.242-.383.264-.611.114-.773.204-1.549.311-2.323a18.4 18.4 0 0 1 1.031-.299l-.008-.314c-.444-.223-.977-.238-1.394-.516-.263-.282-.328-.692-.587-.979-.019.266.074.521.124.779-.488-.065-.458-.668-.785-.935.028.206.054.414.079.62-.362-.107-.433-.48-.668-.714z"/><path d="M15.746 6.874c.262.115.365.416.4.679a2.09 2.09 0 0 1-.4-.679zM7.492 8.137c.008-.236.158-.438.344-.571-.07.21-.15.443-.344.571zM11.423 9.968c.235.234.306.607.668.714a65.634 65.634 0 0 0-.079-.62c.326.266.296.87.785.935-.049-.258-.143-.512-.124-.779.259.287.324.697.587.979.418.278.95.293 1.394.516l.008.314a18.4 18.4 0 0 0-1.031.299c-.107.774-.197 1.55-.311 2.323-.022.228-.149.421-.264.611.538-.085 1.072-.204 1.615-.247.086.214-.094.386-.172.568-.18.295-.306.63-.548.882-.277.275-.689.275-1.051.31.103-.174.206-.347.312-.518.468.173.727-.283.858-.648-.539.142-1.074.296-1.613.434l-.052-.194a8.188 8.188 0 0 1-2.957.592c-.149.371-.366.725-.692.966-.517.414-1.283.377-1.732.895-.389.466-.682 1.064-1.298 1.273.028-.191.055-.382.084-.571.521-.078.58-.707.836-1.07.191-.63 1.054-.697 1.177-1.374.175-.377-.188-.811.044-1.153.692-.577 1.619-.686 2.442-.98.575-.216 1.264-.247 1.706-.72.472-.502.502-1.234.732-1.853a1.06 1.06 0 0 1-.656-.35c.269-.024.538-.041.806-.056-.571-.379-1.529-.619-1.477-1.475zM18.92 12.36c.186.137.337.338.348.577-.196-.132-.278-.364-.348-.577zM3.412 15.217c.008-.238.161-.439.346-.575-.07.211-.15.445-.346.575zM23.003 19.445c.186.134.337.336.346.575-.193-.132-.277-.362-.346-.575zM23.912 21.007l.088.138v.419l-.29.572c.241-.33.25-.739.203-1.129z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2b2f" d="M11.618 1.688c.601-.351 1.376.03 1.652.624 3.156 5.477 6.291 10.963 9.46 16.431.442.82 1.202 1.633 1.011 2.636-.104.567-.69.913-1.24.888-6.875.009-13.75 0-20.627.006-.644.057-1.372-.374-1.432-1.056-.102-.601.295-1.106.569-1.599a61.72 61.72 0 0 0 2.069-3.613c1.807-2.997 3.47-6.079 5.278-9.075.779-1.521 1.691-2.965 2.542-4.447.187-.304.389-.627.718-.796m-3.261 8.841c-1.945 3.277-3.802 6.605-5.722 9.895 6.321.021 12.641.015 18.96.004-.937-1.638-1.837-3.298-2.81-4.913-.841-1.329-1.506-2.755-2.345-4.084-1.472-2.479-2.831-5.027-4.339-7.485-1.181 2.232-2.568 4.348-3.744 6.584z"/><path fill="#fff" d="M8.357 10.528c1.175-2.236 2.563-4.352 3.744-6.584 1.508 2.459 2.867 5.006 4.339 7.485.839 1.329 1.504 2.755 2.345 4.084.973 1.616 1.873 3.275 2.81 4.913-6.319.011-12.639.017-18.96-.004 1.92-3.29 3.778-6.618 5.722-9.895m2.615 1.93c-.548-.106-1.113-.265-1.338-.843.083.461.136.93.034 1.393-.406-.289-.697-.694-1-1.083.119.348.27.68.42 1.015-.291-.057-.584-.115-.879-.157.293.187.605.344.911.505-.652.314-1.44.518-1.85 1.168.193.561.867.437 1.264.181.166.283.355.552.576.796.038-.272.068-.544.091-.816.442.251.917.442 1.414.557.057.476.163.945.367 1.383a18.285 18.285 0 0 0-1.079 1.754c-.306.622-.935.975-1.385 1.48.202.019.603.059.805.077.336-.554.716-1.079 1.124-1.58.531-.639.881-1.415 1.493-1.988.113.557.127 1.128.229 1.688.333.387.828.582 1.255.847a18.18 18.18 0 0 1-.856.985l.784.062c.189-.274.378-.548.569-.818.37.136.75.257 1.14.329a3.827 3.827 0 0 0-.898-.72 24.22 24.22 0 0 1 1.13-1.068c-.017-.344-.03-.686-.028-1.03.365.193.754.334 1.172.244.391.023.969-.208 1.196.236.489.735.571 1.803 1.54 2.118-.437-1.019-1.183-1.945-1.119-3.118-.397-.017-.799.004-1.192-.055-.503-.501-.102-1.189.011-1.759-.414-.191-.801-.609-1.296-.474-1.257.257-2.559-.059-3.664-.675-.711.484-1.57.609-2.404.397.576-.401 1.323-.302 1.926-.624.248-.414.41-.871.62-1.304-.193.198-.376.404-.569.605l.023-.752c-.163.355-.302.728-.535 1.045z"/><path fill="#fff" d="M12.675 16.475a5.252 5.252 0 0 0 1.735-.323c.03.452.121.896.231 1.336-.302.376-.609.752-.907 1.132-.334-.221-.673-.44-1.013-.652-.023-.499-.03-.996-.045-1.493zM.408 22.05h.125v.123l-.123.002-.002-.125z"/><path fill="#201e1c" d="M10.972 12.457c.232-.317.372-.69.535-1.045l-.023.752c.193-.2.376-.406.569-.605-.21.433-.372.89-.62 1.304-.603.321-1.349.223-1.926.624.833.212 1.693.087 2.404-.397 1.106.616 2.408.932 3.664.675.495-.134.883.283 1.296.474-.113.571-.514 1.259-.011 1.759.393.059.796.038 1.192.055-.064 1.174.682 2.1 1.119 3.118-.969-.316-1.051-1.383-1.54-2.118-.227-.444-.805-.214-1.196-.236-.418.091-.807-.051-1.172-.244-.002.344.011.686.028 1.03-.391.34-.762.703-1.13 1.068.336.191.633.438.898.72a7.071 7.071 0 0 1-1.14-.329c-.191.27-.38.544-.569.818l-.784-.062c.3-.316.58-.648.856-.985-.427-.265-.922-.459-1.255-.847-.102-.559-.115-1.13-.229-1.688-.612.573-.962 1.349-1.493 1.988a14.037 14.037 0 0 0-1.124 1.58c-.202-.019-.603-.059-.805-.077.45-.505 1.079-.858 1.385-1.48.321-.609.694-1.187 1.079-1.754-.204-.438-.31-.907-.367-1.383a5.289 5.289 0 0 1-1.414-.557c-.023.272-.053.544-.091.816a4.745 4.745 0 0 1-.576-.796c-.397.255-1.071.38-1.264-.181.41-.65 1.198-.854 1.85-1.168-.306-.161-.618-.317-.911-.505.295.042.588.1.879.157-.149-.334-.3-.667-.42-1.015.302.389.593.794 1 1.083.102-.463.049-.932-.034-1.393.225.578.79.737 1.338.843m1.705 4.019c.015.497.023.994.045 1.493.34.212.678.431 1.013.652.299-.38.605-.756.907-1.132-.11-.44-.2-.884-.231-1.336a5.242 5.242 0 0 1-1.735.323z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.356.209c.476-.347 1.159-.216 1.546.203 3.506 3.497 7.001 7.004 10.506 10.501.242.24.5.502.562.853.091.415-.083.848-.391 1.129L13.321 23.154c-.221.214-.422.451-.671.635-.446.31-1.102.24-1.476-.151-3.605-3.601-7.207-7.205-10.808-10.81-.493-.456-.445-1.296.053-1.729C3.837 7.675 7.261 4.258 10.679.835c.22-.216.424-.451.678-.626m.321.091c-.317.132-.535.413-.779.644C7.463 4.388 4.018 7.824.581 11.266c-.407.349-.454 1.027-.05 1.397 3.601 3.601 7.202 7.204 10.804 10.804.342.374.976.382 1.324.011 3.487-3.479 6.964-6.968 10.451-10.446.254-.264.588-.512.638-.902.065-.36-.136-.691-.388-.929L12.796.637C12.522.326 12.082.139 11.678.3z"/><path fill="#fee011" d="M11.796.769c.242-.142.502.025.666.205 3.521 3.522 7.042 7.045 10.565 10.566.179.163.344.418.206.66-.194.278-.463.493-.696.737-3.199 3.199-6.4 6.397-9.598 9.598-.244.234-.458.504-.738.698-.206.119-.449.008-.594-.152C8.065 19.539 4.527 15.994.98 12.456c-.176-.16-.35-.416-.211-.655.187-.286.458-.503.694-.748 3.199-3.198 6.397-6.396 9.594-9.595.242-.234.46-.498.739-.689m-.628 3.739c-.068.492-.083.991-.186 1.478-.119.696-.574 1.316-1.159 1.697-.21.138-.469-.046-.534-.256-.173-.438.092-.872.221-1.282-.427.091-.653.521-.624.934-.055.412.248.722.401 1.073-.326.107-.786.27-1.042-.052-.125-.323-.048-.683-.086-1.021-.191.282-.226.624-.342.936-.037-.295-.034-.594-.055-.89-.192.341-.16.738-.176 1.114-.156-.186-.302-.378-.454-.568.06.191.097.403.238.557.234.266.624.304.865.565-.679.194-1.286.568-1.908.894-.434.18-.132.874.275.874.444.06 1.012-.036 1.326.359.221.406.298.871.502 1.285.244.607.672 1.11.972 1.686-.436.203-.974.326-1.25.751-.079.389.246.715.56.884.59.328 1.182.654 1.775.978.276.158.594.206.904.253.203.628.476 1.229.69 1.852.16.455-.164.856-.348 1.242.228.005.457.001.686-.013.043-.509.412-1.01.152-1.514.604-.244 1.114-.646 1.648-1.007-.276.736-1.06 1.216-1.086 2.051.197-.034.458.053.607-.12.149-.22.178-.505.358-.706.314-.373.614-.76.851-1.188.136-.212.233-.486.487-.583.26-.155.667-.23.715-.587.031-.431-.596-.701-.392-1.159.298-.416.713-.749.932-1.222.151-.373.401-.677.677-.961.182-1.064-.647-2.098-1.662-2.339-.875-.194-1.769.028-2.62.236-.935.215-1.895.094-2.832-.026-.139-.034-.173-.212-.253-.313-.24-.443-.48-.884-.739-1.316.569-.028 1.17.08 1.709-.152.692-.328 1.237-.901 1.638-1.546.704-.185 1.37-.764 1.388-1.536-.488.355-.73 1.054-1.398 1.158l-.023-.439c.276-.178.566-.367.702-.679-.226-.304-.472.14-.698.234.004-.344.076-.707-.074-1.034-.163.376-.229.782-.294 1.183a9.09 9.09 0 0 1-.889.004c.004-.571.28-1.297-.152-1.768z"/><path fill="#fee011" d="M11.236 6.65c.314.008.63.004.946-.005l.019.624c-.287.361-.604.704-.994.955-.002-.476.186-.918.294-1.374-.653.236-.564 1.036-.575 1.591-.493.298-1.088.251-1.64.214.385-.371.892-.599 1.223-1.027.252-.319.486-.652.727-.978zM11.719 14.714a6.933 6.933 0 0 0 2.081-.311c.182.174.199.443.294.665.146.461.5.804.828 1.142-.859.546-1.732 1.07-2.578 1.636-.101-.323-.216-.644-.254-.982l.245-.223a1.892 1.892 0 0 0-.496-.644c-.041-.415-.355-.9-.12-1.283zM9.086 14.881c.476-.062.982-.259 1.453-.158.296.37.392.86.534 1.304-.755-.18-1.426-.622-1.987-1.146z"/><path fill="#030303" d="M11.678.3c.404-.161.845.026 1.118.337L23.36 11.201c.252.238.452.569.388.929-.05.39-.384.638-.638.902-3.487 3.478-6.964 6.967-10.451 10.446a.923.923 0 0 1-1.324-.011L.531 12.663c-.403-.37-.356-1.048.05-1.397C4.018 7.823 7.463 4.388 10.899.944c.244-.232.462-.512.779-.644m.118.469c-.28.191-.497.455-.739.689-3.197 3.199-6.395 6.397-9.594 9.595-.235.245-.506.462-.694.748-.139.239.035.496.211.655 3.547 3.538 7.085 7.082 10.627 10.625.145.161.388.271.594.152.28-.194.494-.464.738-.698 3.198-3.2 6.398-6.398 9.598-9.598.233-.244.502-.458.696-.737.138-.242-.028-.497-.206-.66C19.504 8.019 15.983 4.496 12.462.974c-.164-.18-.424-.347-.666-.205z"/><path fill="#030303" d="M11.168 4.508c.432.47.156 1.196.152 1.768.296.013.593.012.889-.004.065-.401.131-.808.294-1.183.15.328.078.69.074 1.034.227-.094.473-.538.698-.234-.136.312-.426.502-.702.679l.023.439c.668-.104.91-.803 1.398-1.158-.018.772-.684 1.351-1.388 1.536-.401.644-.946 1.218-1.638 1.546-.539.233-1.14.125-1.709.152.259.432.499.874.739 1.316.08.101.114.28.253.313.937.12 1.897.241 2.832.026.851-.209 1.745-.431 2.62-.236 1.015.241 1.844 1.274 1.662 2.339-.276.284-.526.588-.677.961-.22.473-.635.805-.932 1.222-.204.458.424.728.392 1.159-.048.356-.455.432-.715.587-.254.097-.352.371-.487.583-.236.428-.536.815-.851 1.188-.18.2-.209.486-.358.706-.149.173-.41.086-.607.12.026-.835.81-1.315 1.086-2.051-.534.361-1.044.763-1.648 1.007.259.504-.109 1.006-.152 1.514a8.272 8.272 0 0 1-.686.013c.184-.386.508-.787.348-1.242-.214-.623-.487-1.224-.69-1.852-.31-.047-.628-.095-.904-.253-.593-.324-1.184-.65-1.775-.978-.314-.169-.64-.496-.56-.884.276-.425.815-.548 1.25-.751-.3-.576-.728-1.079-.972-1.686-.204-.414-.281-.88-.502-1.285-.314-.395-.882-.299-1.326-.359-.407 0-.709-.694-.275-.874.622-.326 1.229-.7 1.908-.894-.241-.262-.631-.299-.865-.565-.14-.154-.178-.366-.238-.557.151.19.298.382.454.568.017-.376-.016-.773.176-1.114.022.296.018.595.055.89.116-.312.151-.654.342-.936.038.338-.038.698.086 1.021.256.322.715.158 1.042.052-.152-.35-.456-.661-.401-1.073-.029-.413.197-.842.624-.934-.128.409-.394.844-.221 1.282.065.21.324.394.534.256.586-.38 1.04-1.001 1.159-1.697.103-.487.118-.986.186-1.478m.071 2.143c-.241.326-.475.659-.727.978-.331.428-.838.656-1.223 1.027.552.037 1.147.084 1.64-.214.011-.556-.078-1.355.575-1.591-.108.456-.296.898-.294 1.374.39-.251.707-.594.994-.955l-.019-.624c-.316.008-.631.013-.946.005m.483 8.064c-.235.383.079.868.12 1.283.206.181.383.392.496.644l-.245.223c.038.337.154.659.254.982.846-.565 1.718-1.09 2.578-1.636-.328-.338-.682-.682-.828-1.142-.095-.222-.112-.491-.294-.665a6.933 6.933 0 0 1-2.081.311m-2.633.167c.562.524 1.232.966 1.987 1.146-.142-.444-.238-.935-.534-1.304-.472-.101-.977.096-1.453.158z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wind--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.825 1.38h.329a1.656 1.656 0 0 1 1.258.862 63712.1 63712.1 0 0 1 10.314 17.896c.251.413.341.928.185 1.391-.179.572-.704 1-1.292 1.092H1.431C.7 22.548.098 21.936.002 21.212v-.324c.054-.45.31-.833.532-1.216 3.352-5.81 6.7-11.623 10.051-17.432a1.683 1.683 0 0 1 1.242-.859m.171 2.662A8657.059 8657.059 0 0 0 2.513 20.5h18.966a8655.247 8655.247 0 0 0-9.481-16.457z"/><path fill="#fff" d="M11.998 4.043A8655.247 8655.247 0 0 1 21.479 20.5H2.513c3.154-5.49 6.319-10.974 9.485-16.457M5.995 15.74c.252 1.418.508 2.837.761 4.255l.61.001c.154-.74.299-1.481.454-2.22.154.739.306 1.48.458 2.219h.588c.26-1.417.518-2.837.776-4.255h-.673c-.144.754-.283 1.508-.425 2.263-.152-.755-.301-1.51-.454-2.264l-.544.001c-.158.751-.31 1.506-.468 2.257-.139-.752-.27-1.506-.41-2.257h-.673m4.308.006a3013.25 3013.25 0 0 0 0 4.252h.674v-4.252h-.674m1.739 4.251l.688-.001c.002-.947-.002-1.895.001-2.842.502.946.988 1.9 1.49 2.844l.518-.002v-4.255a79.12 79.12 0 0 0-.689 0v2.555c-.439-.853-.88-1.705-1.322-2.555l-.686-.001c-.002 1.42-.004 2.838 0 4.258m3.746-4.258v4.255c.752-.079 1.723.258 2.268-.438.524-.733.472-1.709.343-2.557-.067-.506-.341-1.067-.872-1.208-.574-.097-1.159-.034-1.739-.052z"/><path fill="#fff" d="M16.478 19.394c.001-1.019-.002-2.036.001-3.055.403.006.984-.091 1.17.38.218.577.166 1.216.126 1.82-.01.334-.151.726-.503.83-.262.055-.53.016-.794.024z"/><path d="M5.995 15.74h.673c.14.751.271 1.505.41 2.257.158-.751.31-1.506.468-2.257l.544-.001c.152.755.301 1.51.454 2.264.142-.755.281-1.51.425-2.263h.673c-.258 1.418-.516 2.838-.776 4.255h-.588l-.458-2.219c-.155.739-.3 1.48-.454 2.22l-.61-.001c-.253-1.418-.509-2.837-.761-4.255zM10.303 15.746h.674v4.252h-.674a3013.25 3013.25 0 0 1 0-4.252zM12.042 19.997c-.004-1.42-.002-2.838 0-4.258l.686.001c.443.85.883 1.702 1.322 2.555V15.74h.689v4.255a89.1 89.1 0 0 0-.518.002c-.503-.944-.989-1.898-1.49-2.844-.004.947.001 1.895-.001 2.842l-.688.001zM15.788 15.74c.58.018 1.165-.046 1.739.052.532.142.805.702.872 1.208.128.848.181 1.824-.343 2.557-.545.696-1.516.359-2.268.438V15.74m.69 3.654c.264-.008.533.031.794-.024.352-.104.493-.497.503-.83.04-.605.092-1.243-.126-1.82-.186-.472-.767-.374-1.17-.38-.004 1.019 0 2.036-.001 3.055z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fae936" d="M11.471 1.915c.475-.134.981-.105 1.347.255.13.225.288.434.404.667.106.19.235.366.343.553.176.426.477.781.66 1.203.119.227.269.434.403.652l.178.381c.111.187.241.361.347.55.137.265.312.507.46.765.08.182.167.361.253.541.134.22.286.428.414.654l.111.276c.115.184.248.359.363.545l.113.276c.21.338.435.666.594 1.032.194.301.383.603.537.926l.119.269c.203.296.392.599.537.928.194.3.386.601.53.928.13.221.281.431.408.655l.114.273c.138.219.292.428.408.66.105.191.236.365.346.552.058.127.118.253.179.381.133.22.285.428.403.658.126.225.278.435.406.659l.114.28c.114.183.245.355.358.54l.176.383c.2.296.39.599.533.928.133.223.284.434.42.654.11.263.166.541.233.817-.016.479-.308.831-.672 1.114-1.354.033-2.71-.004-4.065.015a.718.718 0 0 0-.322.09c-.195-.078-.39.069-.589.041-5.307-.003-10.613-.001-15.92 0a2.09 2.09 0 0 1-.459-.058 2.003 2.003 0 0 1-.538-.54c-.09-.4-.129-.849.105-1.208.117-.21.219-.427.325-.642.11-.187.239-.362.353-.548l.175-.382c.111-.186.241-.359.354-.545l.176-.382c.113-.186.241-.361.351-.548.142-.33.333-.635.537-.93l.114-.273c.127-.224.278-.434.408-.655.143-.328.335-.629.53-.928.145-.329.334-.632.538-.928l.113-.273c.149-.257.324-.497.464-.758.123-.296.306-.557.479-.823.129-.268.263-.533.391-.801.098-.126.192-.253.276-.39.058-.127.115-.256.174-.383.134-.217.285-.426.404-.652.138-.334.362-.619.53-.936.106-.191.237-.365.351-.552l.113-.272c.183-.308.395-.597.545-.924l.179-.377c.11-.187.241-.361.346-.552.117-.232.27-.44.407-.66l.115-.272c.15-.259.325-.501.464-.766.105-.191.235-.366.345-.553.086-.178.174-.354.26-.533a2.59 2.59 0 0 0 .32-.504c.093-.243.297-.408.507-.55m.115.393c-.293.198-.434.54-.61.834-1.294 2.36-2.668 4.675-3.996 7.017-1.655 2.786-3.185 5.642-4.819 8.44-.321.613-.717 1.188-.983 1.828-.261.61.286 1.335.943 1.269 3.536-.004 7.073-.065 10.61-.037 3.096-.02 6.194-.064 9.291-.065.448.027.903-.267 1.005-.715.145-.487-.195-.919-.412-1.322-2.233-3.946-4.539-7.85-6.747-11.809-.91-1.607-1.844-3.197-2.757-4.8-.233-.585-.936-1.005-1.526-.64z"/><path fill="#fae936" d="M10.854 6.88c.418-.719.801-1.459 1.252-2.156 2.945 5.006 5.753 10.089 8.672 15.109-5.789.119-11.581.007-17.37.111 2.411-4.396 5.015-8.681 7.447-13.065m-.661 6.232a.428.428 0 0 0-.227.524c.335.367.814.56 1.223.833-.404.27-.862.48-1.203.833-.052.163-.069.366.106.463.337.272.729.464 1.095.693-.383.272-.768.541-1.151.814.281.507.552 1.02.83 1.528 1.028-.654 2.09-1.253 3.109-1.92.204-.111.418-.375.243-.601-.341-.355-.814-.545-1.217-.819.374-.223.76-.428 1.106-.693.191-.119.11-.365.119-.546a33.913 33.913 0 0 1-1.221-.754c.408-.233.811-.476 1.217-.713-.316-.538-.613-1.085-.924-1.623-1.028.672-2.096 1.284-3.105 1.984z"/><path fill="#282b23" d="M11.581 2.311c.59-.365 1.293.056 1.526.64.912 1.603 1.847 3.193 2.757 4.8 2.208 3.959 4.514 7.863 6.747 11.809.217.403.557.835.412 1.322-.102.448-.557.741-1.005.715-3.097.001-6.195.045-9.291.065-3.538-.028-7.074.033-10.61.037-.656.066-1.204-.659-.943-1.269.265-.64.662-1.216.983-1.828 1.634-2.798 3.164-5.654 4.819-8.44 1.329-2.342 2.702-4.657 3.996-7.017.176-.294.317-.636.61-.834m-.728 4.569c-2.432 4.384-5.036 8.669-7.447 13.065 5.789-.105 11.581.008 17.37-.111-2.918-5.02-5.727-10.104-8.672-15.109-.451.697-.834 1.437-1.252 2.156z"/><path fill="#282b23" d="M10.194 13.111c1.009-.7 2.078-1.311 3.105-1.984.312.538.609 1.085.924 1.623-.406.237-.809.48-1.217.713.403.259.808.513 1.221.754-.009.182.072.427-.119.546-.346.265-.732.471-1.106.693.403.274.876.464 1.217.819.175.225-.038.489-.243.601-1.02.667-2.082 1.266-3.109 1.92-.278-.508-.549-1.021-.83-1.528.383-.273.768-.542 1.151-.814-.366-.229-.758-.422-1.095-.693-.175-.097-.158-.3-.106-.463.341-.353.798-.562 1.203-.833-.408-.273-.887-.465-1.223-.833-.068-.219.027-.42.227-.524z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.024.46c.226-.234.515-.443.856-.424.371-.01.658.251.9.498 3.521 3.523 7.05 7.039 10.571 10.565.443.373.504 1.108.066 1.508-3.6 3.608-7.216 7.201-10.812 10.812-.374.419-1.088.43-1.468.013C7.721 20.005 4.289 16.591.869 13.166c-.341-.355-.798-.67-.869-1.195v-.158a1.31 1.31 0 0 1 .395-.733C3.936 7.538 7.481 4 11.025.46m.553.321A3397.39 3397.39 0 0 0 .833 11.513c-.216.158-.302.492-.073.68 3.539 3.545 7.093 7.076 10.627 10.626.169.206.482.457.731.21 3.624-3.608 7.241-7.228 10.858-10.844.222-.184.137-.502-.067-.658-3.528-3.55-7.081-7.074-10.615-10.618-.169-.212-.499-.38-.715-.128z"/><path fill="#231f20" d="M9.712 7.412a611.492 611.492 0 0 1 2.165-3.768 702.097 702.097 0 0 1 2.161 3.76 24.054 24.054 0 0 0-.979-.239c-.026.536-.05 1.12.271 1.582.62.938 1.757 1.352 2.432 2.243.755.949.679 2.384.002 3.352-.647.863-1.708 1.256-2.699 1.57-.547.2-1.141.329-1.612.685-.398.287-.308.853-.112 1.234.344.63.998 1.006 1.38 1.609.348.499.47 1.114.49 1.712-.712.001-1.422.001-2.134 0-.028-.942-.871-1.489-1.387-2.173-.859-1.067-.868-2.868.235-3.772.944-.761 2.185-.924 3.266-1.409.415-.19.859-.474.96-.954.128-.458-.101-.929-.434-1.237-.72-.689-1.643-1.159-2.239-1.975-.546-.701-.745-1.607-.704-2.48-.358.077-.712.166-1.063.262z"/><path fill="#fd0" d="M11.578.781c.216-.252.546-.084.715.128 3.534 3.544 7.087 7.068 10.615 10.618.204.156.289.474.067.658-3.617 3.617-7.234 7.236-10.858 10.844-.248.247-.562-.004-.731-.21-3.534-3.55-7.088-7.081-10.627-10.626-.229-.188-.143-.522.073-.68C4.407 7.929 7.986 4.349 11.577.781M9.712 7.412c.352-.096.706-.185 1.063-.262-.041.874.158 1.78.704 2.48.596.816 1.519 1.286 2.239 1.975.334.308.563.779.434 1.237-.101.48-.545.764-.96.954-1.081.485-2.322.648-3.266 1.409-1.103.904-1.094 2.705-.235 3.772.516.684 1.36 1.231 1.387 2.173.712.001 1.422.001 2.134 0-.019-.599-.142-1.213-.49-1.712-.382-.604-1.036-.979-1.38-1.609-.197-.38-.287-.947.112-1.234.47-.356 1.064-.485 1.612-.685.991-.313 2.052-.707 2.699-1.57.677-.967.752-2.402-.002-3.352-.676-.89-1.812-1.304-2.432-2.243-.322-.462-.298-1.045-.271-1.582.328.072.654.152.979.239a828.826 828.826 0 0 0-2.161-3.76A611.492 611.492 0 0 0 9.713 7.41z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#faea30" d="M11.602 1.921c.216-.078.463-.109.667.023.529.06.688.646.961 1.017.061.147.129.292.192.439.15.257.321.501.472.758l.113.273c.139.217.289.428.408.658.187.304.382.603.526.931.13.223.282.432.41.658l.114.273c.139.217.29.428.408.658.127.224.276.434.402.658.082.18.17.359.253.54.134.22.286.428.406.659.188.302.383.602.526.932.109.188.239.365.353.55l.122.269c.064.123.126.249.187.374.133.221.284.431.411.656l.114.273c.202.296.391.597.542.922.084.179.171.357.257.536.133.22.285.43.412.654l.114.276c.204.293.392.597.537.926.131.223.282.432.41.658l.115.273c.113.187.243.362.35.552.115.232.269.44.404.662.057.126.117.252.176.378.261.373.477.774.662 1.191.111.188.244.365.358.552.198.316.306.692.152 1.053a2.34 2.34 0 0 1-.664.666 1.774 1.774 0 0 1-.464.065c-4.549-.003-9.1-.001-13.651 0a.55.55 0 0 0-.358.115c-.134-.188-.385-.092-.575-.118-.636.007-1.273-.009-1.909.012-.349.2-.874.199-1.223 0a15.58 15.58 0 0 0-1.164-.001c-.203.194-.493.105-.74.129-.29-.013-.599.042-.871-.09-.371-.038-.587-.371-.793-.644a1.325 1.325 0 0 1 .093-1.082c.155-.256.328-.5.476-.757l.114-.276c.206-.293.395-.597.537-.926.11-.188.24-.363.353-.549l.126-.269.125-.272c.126-.225.277-.434.411-.654.06-.127.118-.253.175-.381.114-.186.245-.361.359-.548l.111-.274c.191-.304.4-.597.541-.93.119-.228.27-.436.41-.652l.111-.277c.212-.334.438-.663.593-1.029.107-.188.24-.362.353-.548.084-.182.17-.362.252-.544.126-.225.276-.435.414-.652l.113-.273c.127-.225.281-.435.415-.655.057-.127.115-.253.175-.379.178-.264.357-.528.477-.823.18-.309.394-.598.53-.93.18-.308.394-.597.532-.928.202-.339.428-.666.586-1.029.107-.19.237-.366.345-.556.117-.229.269-.438.395-.662.119-.231.272-.44.41-.659l.114-.276c.127-.223.278-.432.406-.656.158-.394.492-.674.825-.916m-.015.372c-.241.103-.382.333-.514.546-3.307 5.61-6.473 11.301-9.695 16.959-.195.343-.468.721-.346 1.136.078.447.509.776.957.757 6.631-.037 13.264.003 19.893-.086.443.024.896-.256.997-.703.149-.416-.121-.806-.313-1.156a628.456 628.456 0 0 1-4.951-8.72c-1.591-2.781-3.215-5.543-4.796-8.328-.213-.446-.797-.618-1.232-.406z"/><path fill="#faea30" d="M11.984 4.738c2.884 5.053 5.813 10.081 8.647 15.162-5.785.04-11.57.052-17.357.065 2.222-3.916 4.413-7.848 6.687-11.735.682-1.16 1.37-2.316 2.023-3.493m-.85 6.254c.65.796 1.303 1.588 1.936 2.399-1.529.03-3.059 0-4.588.024-.385-.038-.756.257-.782.646-.046.284.142.52.302.729 1.168 1.46 2.346 2.912 3.511 4.374.488-.414.964-.842 1.448-1.258-.63-.819-1.278-1.624-1.886-2.46 1.528-.05 3.055 0 4.583-.037.395.046.756-.302.765-.691.023-.284-.188-.504-.347-.711-1.181-1.394-2.327-2.818-3.49-4.226-.484.404-.963.813-1.452 1.211z"/><path fill="#262b20" d="M11.586 2.297c.435-.212 1.018-.04 1.232.406 1.581 2.786 3.205 5.548 4.796 8.328a634.328 634.328 0 0 0 4.951 8.72c.192.35.461.74.313 1.156-.101.447-.554.727-.997.703-6.63.089-13.262.049-19.893.086-.448.019-.879-.31-.957-.757-.122-.415.151-.793.346-1.136 3.222-5.658 6.389-11.349 9.695-16.959.133-.213.273-.443.514-.546m.398 2.44c-.654 1.176-1.342 2.332-2.023 3.493-2.274 3.886-4.465 7.819-6.687 11.735 5.787-.013 11.572-.025 17.357-.065-2.834-5.081-5.763-10.109-8.647-15.162z"/><path fill="#262b20" d="M11.134 10.991c.489-.398.968-.806 1.452-1.211 1.163 1.408 2.308 2.832 3.49 4.226.159.207.37.427.347.711-.009.389-.37.737-.765.691-1.528.037-3.055-.013-4.583.037.607.835 1.256 1.64 1.886 2.46-.484.416-.96.845-1.448 1.258-1.166-1.463-2.343-2.914-3.511-4.374-.16-.21-.349-.446-.302-.729.027-.389.398-.684.782-.646 1.529-.024 3.059.007 4.588-.024-.632-.81-1.286-1.603-1.936-2.399z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M10.574 2.528c.223-.407.493-.848.968-.986.641-.252 1.399.091 1.705.691 3.419 5.902 6.824 11.812 10.242 17.714.247.428.559.886.476 1.406-.071.636-.624 1.148-1.256 1.206H1.314c-.99-.029-1.642-1.24-1.108-2.078C3.652 14.492 7.12 8.515 10.573 2.528m1.153.432C8.286 8.92 4.84 14.877 1.398 20.836c-.052.145-.294.374-.076.492 1.237.037 2.477.004 3.715.016 5.88-.01 11.761.019 17.64-.014l.085-.092c-.245-.677-.704-1.273-1.039-1.915-3.215-5.552-6.408-11.118-9.638-16.661-.184.002-.282.155-.359.299z"/><path fill="#fff" d="M11.726 2.96c.077-.144.175-.296.359-.299 3.23 5.543 6.424 11.108 9.638 16.661.335.642.794 1.238 1.039 1.915l-.085.092c-5.879.034-11.76.005-17.64.014-1.238-.012-2.478.022-3.715-.016-.218-.118.024-.347.076-.492C4.841 14.876 8.286 8.919 11.726 2.959m-.812 3.376c.023.646-.04 1.296.034 1.939.304.836 1.272 1.267 1.463 2.168.102.344-.128.655-.367.876-.858.75-1.898 1.288-2.652 2.155-.526.563-.776 1.368-.576 2.122.194 1.031 1.088 1.667 1.738 2.41.595.654.287 1.6.362 2.392.356-.366.721-.725 1.082-1.086.36.362.73.716 1.084 1.085-.025-.752.055-1.513-.044-2.261-.343-1.096-1.446-1.69-1.99-2.663-.118-.238-.196-.539-.047-.78.251-.448.682-.751 1.063-1.08.799-.664 1.71-1.25 2.276-2.143.448-.68.253-1.588-.174-2.228-.307-.49-.82-.835-1.045-1.375-.086-.504-.019-1.021-.037-1.53-.354-.371-.722-.726-1.086-1.087-.364.361-.727.719-1.084 1.087z"/><path d="M10.914 6.335c.356-.368.72-.726 1.084-1.087.364.361.732.716 1.086 1.087.018.509-.049 1.026.037 1.53.226.54.738.886 1.045 1.375.427.641.622 1.548.174 2.228-.566.893-1.477 1.48-2.276 2.143-.382.329-.812.632-1.063 1.08-.149.241-.071.542.047.78.544.973 1.646 1.567 1.99 2.663.1.748.019 1.508.044 2.261-.354-.368-.724-.722-1.084-1.085-.361.361-.726.72-1.082 1.086-.076-.792.233-1.738-.362-2.392-.649-.743-1.543-1.379-1.738-2.41-.2-.754.05-1.559.576-2.122.754-.868 1.794-1.405 2.652-2.155.239-.221.469-.532.367-.876-.191-.901-1.159-1.332-1.463-2.168-.073-.643-.011-1.294-.034-1.939z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.088.4c.376-.454 1.118-.486 1.512-.038 3.592 3.57 7.166 7.154 10.748 10.734.449.373.504 1.114.066 1.517-3.622 3.622-7.246 7.242-10.868 10.861-.38.377-1.054.349-1.411-.046-3.599-3.606-7.207-7.204-10.81-10.805-.185-.175-.28-.416-.325-.662v-.14c.044-.317.224-.586.454-.8C4.001 7.485 7.539 3.937 11.088.401m.569.319c-.119.084-.22.187-.323.288C7.84 4.517 4.326 8.005.832 11.514c-.211.156-.302.486-.076.672 3.606 3.607 7.216 7.212 10.823 10.817.152.179.442.162.588-.014 3.604-3.602 7.211-7.202 10.813-10.807.216-.184.132-.5-.071-.655C19.358 7.962 15.794 4.41 12.234.854c-.138-.158-.388-.288-.577-.133z"/><path fill="#231f20" d="M9.691 7.404a702.542 702.542 0 0 1 2.162-3.761c.724 1.255 1.446 2.51 2.164 3.768a24.499 24.499 0 0 0-1.061-.262c.05.982-.23 1.999-.911 2.729-.649.767-1.603 1.195-2.245 1.966-.433.505-.298 1.355.275 1.696 1.165.737 2.664.784 3.745 1.681.972.809 1.051 2.326.469 3.385-.482.893-1.598 1.435-1.637 2.546-.712-.001-1.423.001-2.134-.001.002-.75.236-1.517.764-2.065.475-.557 1.206-1.015 1.264-1.814.089-.446-.313-.772-.679-.924-1.121-.481-2.386-.674-3.364-1.45-.928-.691-1.262-1.985-.972-3.077.205-.698.736-1.236 1.306-1.658.572-.468 1.256-.852 1.624-1.519.271-.444.221-.983.21-1.48-.329.072-.655.152-.98.24z"/><path fill="#fd0" d="M11.657.72c.19-.155.439-.025.577.133 3.56 3.556 7.124 7.108 10.675 10.673.203.155.287.472.071.655-3.602 3.605-7.21 7.205-10.813 10.807-.146.176-.436.193-.588.014-3.607-3.605-7.217-7.21-10.823-10.817-.227-.186-.136-.516.076-.672C4.326 8.004 7.84 4.516 11.334 1.007c.103-.101.204-.204.323-.288M9.691 7.404c.325-.088.652-.168.98-.24.011.497.061 1.036-.21 1.48-.367.667-1.051 1.051-1.624 1.519-.57.422-1.1.96-1.306 1.658-.29 1.092.044 2.386.972 3.077.978.775 2.243.968 3.364 1.45.366.152.768.478.679.924-.058.799-.788 1.258-1.264 1.814-.528.548-.762 1.315-.764 2.065.71.002 1.422 0 2.134.001.038-1.111 1.154-1.654 1.637-2.546.582-1.06.503-2.576-.469-3.385-1.081-.898-2.58-.944-3.745-1.681-.572-.341-.708-1.19-.275-1.696.642-.77 1.596-1.199 2.245-1.966.68-.73.961-1.747.911-2.729.355.078.709.168 1.061.262a939.754 939.754 0 0 0-2.164-3.768 609.366 609.366 0 0 0-2.162 3.761z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f7e535" d="M11.61 1.948c.233-.152.54-.122.786-.017.428.228.662.664.907 1.061.137.332.334.631.53.93l.186.374.122.269c.139.217.289.427.407.656.127.225.274.438.407.659l.111.276c.208.29.398.594.536.926.199.296.391.598.532.928.111.188.239.366.353.552l.175.378c.202.294.392.597.533.927.133.22.282.431.412.655l.113.274c.115.186.245.362.358.55.105.213.204.43.308.643.202.294.392.597.532.927.134.22.284.432.414.655l.111.276c.207.29.398.594.536.927.175.264.354.526.483.819l.182.374c.137.217.282.43.403.658.129.223.277.435.396.663.188.304.389.601.526.932.133.221.282.432.412.655l.111.276c.208.292.39.599.548.92.219.359.228.821.09 1.211a1.227 1.227 0 0 1-.524.524c-.272.122-.575.065-.862.076-1.612 0-3.225-.008-4.837.005-.143.176-.278.171-.404-.017-.151.053-.29.156-.456.143H1.724c-.18.017-.326-.103-.484-.167l-.27-.131a.97.97 0 0 0-.304-.419c-.005-.371-.062-.766.162-1.091.114-.208.221-.42.322-.636.111-.188.24-.363.351-.552.139-.33.333-.631.532-.928.138-.33.328-.635.536-.926l.111-.276c.131-.223.277-.435.414-.655l.176-.377c.114-.187.241-.365.354-.552.06-.126.118-.251.176-.377.113-.187.241-.363.353-.552.141-.33.329-.635.537-.926l.111-.276c.13-.223.28-.434.412-.655.141-.33.33-.632.534-.926l.251-.542c.127-.224.274-.435.41-.652l.176-.377c.114-.187.241-.366.354-.553l.176-.375c.115-.187.241-.366.347-.557.119-.229.269-.439.403-.659.141-.33.33-.634.536-.927l.249-.541c.129-.223.276-.434.403-.658.118-.229.269-.439.403-.659.138-.332.338-.628.526-.931.135-.265.312-.507.463-.764l.111-.276c.203-.325.447-.626.623-.967.145-.066.286-.137.43-.207m-.031.345c-.2.109-.326.305-.442.495-3.31 5.793-6.647 11.57-9.946 17.369-.435.614.029 1.588.814 1.517 6.626.003 13.253-.044 19.879-.078.477.025.994-.278 1.074-.774.123-.557-.312-1.001-.541-1.463-3.234-5.543-6.365-11.145-9.566-16.705-.235-.439-.843-.607-1.273-.361z"/><path fill="#f7e535" d="M3.314 19.954c2.905-5.08 5.788-10.171 8.729-15.231 2.904 5.035 5.716 10.122 8.643 15.145-5.79.04-11.581.068-17.371.086m4.488-5.782c-.415.382-.184 1.216.411 1.22 1.567.032 3.136-.004 4.703.013-.564.87-1.252 1.651-1.868 2.484.473.423.973.815 1.44 1.248 1.127-1.402 2.212-2.836 3.336-4.239.183-.252.436-.507.419-.842.013-.382-.33-.745-.724-.686-1.533.012-3.067-.019-4.6.019.643-.826 1.321-1.626 1.958-2.454-.48-.382-.971-.754-1.421-1.172-1.246 1.445-2.448 2.932-3.654 4.41z"/><path fill="#262c25" d="M11.577 2.291c.43-.247 1.038-.078 1.273.361 3.201 5.56 6.331 11.162 9.566 16.705.229.461.664.906.541 1.463-.08.496-.597.8-1.074.774-6.626.034-13.253.081-19.879.078-.785.072-1.249-.903-.814-1.517 3.299-5.798 6.636-11.576 9.946-17.369.115-.19.241-.386.442-.495M3.314 19.954c5.79-.019 11.581-.046 17.372-.086-2.926-5.023-5.739-10.11-8.643-15.145-2.941 5.06-5.824 10.152-8.729 15.231z"/><path fill="#262c25" d="M7.803 14.172c1.207-1.478 2.408-2.965 3.654-4.41.451.418.941.79 1.421 1.172-.638.829-1.315 1.628-1.958 2.454 1.533-.037 3.067-.007 4.6-.019.394-.06.737.304.724.686.017.335-.236.59-.419.842-1.124 1.403-2.209 2.838-3.336 4.239-.467-.432-.967-.825-1.44-1.248.617-.833 1.305-1.614 1.868-2.484-1.567-.017-3.136.019-4.703-.013-.595-.004-.826-.838-.411-1.22z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M10.574 2.528c.223-.403.49-.844.96-.984.644-.257 1.408.088 1.716.692 3.516 6.08 7.037 12.16 10.541 18.247.524.832-.106 2.018-1.08 2.076H1.316c-.644-.04-1.216-.56-1.285-1.206-.086-.583.296-1.076.564-1.555a42807.45 42807.45 0 0 0 9.979-17.27m1.344.123c-3.464 5.948-6.89 11.918-10.34 17.874-.142.24-.272.487-.389.74.158.054.322.082.488.082 6.961-.01 13.924.006 20.885-.008.278.043.2-.277.09-.404-3.457-5.995-6.926-11.983-10.384-17.978-.072-.148-.185-.268-.35-.305z"/><path fill="#fff" d="M11.918 2.651c.166.037.278.157.35.305 3.457 5.995 6.926 11.983 10.384 17.978.11.127.188.448-.09.404-6.961.014-13.924-.001-20.885.008-.167 0-.33-.028-.488-.082.116-.253.247-.5.389-.74 3.45-5.956 6.876-11.926 10.34-17.874m-1.004 3.684c-.018.506.048 1.021-.037 1.524-.235.568-.782.926-1.091 1.451-.394.631-.562 1.504-.131 2.159.812 1.268 2.264 1.908 3.223 3.038.269.289.235.724.031 1.038-.469.754-1.213 1.286-1.697 2.029-.173.266-.295.575-.294.896-.012.643.002 1.285-.004 1.927.356-.366.721-.725 1.082-1.086.361.362.731.718 1.085 1.087.028-.622-.065-1.255.056-1.868.329-.808 1.158-1.248 1.619-1.968.536-.768.691-1.874.149-2.681-.725-1.118-1.975-1.702-2.952-2.561-.242-.222-.472-.538-.366-.884.192-.9 1.165-1.328 1.463-2.17.071-.64.011-1.288.032-1.931-.355-.371-.722-.726-1.086-1.087-.364.36-.727.719-1.084 1.086z"/><path d="M10.914 6.334c.356-.367.72-.726 1.084-1.086.364.361.731.716 1.086 1.087-.022.643.038 1.291-.032 1.931-.298.841-1.271 1.27-1.463 2.17-.106.347.124.662.366.884.977.859 2.227 1.442 2.952 2.561.542.806.388 1.913-.149 2.681-.461.72-1.29 1.16-1.619 1.968-.121.613-.029 1.247-.056 1.868-.354-.37-.724-.725-1.085-1.087-.361.361-.726.72-1.082 1.086.006-.642-.008-1.284.004-1.927-.001-.322.121-.63.294-.896.484-.743 1.228-1.276 1.697-2.029.204-.314.238-.749-.031-1.038-.959-1.13-2.411-1.77-3.223-3.038-.431-.655-.263-1.528.131-2.159.308-.524.856-.883 1.091-1.451.085-.503.019-1.018.037-1.524z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#030204" d="M11.135.926a3.49 3.49 0 0 1 .863-.596c.316.158.612.354.866.599 1.39 1.292 2.723 2.642 4.068 3.98 1.794 1.8 3.604 3.584 5.369 5.413.487.532 1.05 1.015 1.369 1.675a3.356 3.356 0 0 1-.594.864c-1.562 1.679-3.203 3.284-4.819 4.91-1.765 1.756-3.506 3.536-5.323 5.238a3.601 3.601 0 0 1-.932.66 3.424 3.424 0 0 1-.803-.539c-1.355-1.249-2.648-2.562-3.956-3.86-1.876-1.884-3.772-3.748-5.616-5.663-.464-.509-1.004-.972-1.297-1.61.181-.368.427-.698.715-.99C3.006 8.925 5.055 6.929 7.071 4.9 8.415 3.564 9.747 2.214 11.135.926m.486.009C8.082 4.475 4.54 8.014 1 11.554c-.194.168-.384.464-.161.692.349.385.722.754 1.114 1.097l.014.053c3.07 3.044 6.113 6.114 9.175 9.166l.036.01c.268.269.613.874 1.056.583 1.019-.962 1.982-1.982 2.984-2.963l.024-.15.089-.032c.239-.112.391-.334.576-.511 2.383-2.376 4.762-4.758 7.14-7.139.235-.176.247-.551.008-.73-1.301-1.256-2.536-2.586-3.864-3.812l-.011-.097-.065.002a176.12 176.12 0 0 0-3.793-3.792l-.006-.042c-.46-.419-.88-.877-1.322-1.312a10.516 10.516 0 0 0-.6-.575l-.001-.049c-.102-.079-.191-.182-.31-.236-.223-.307-.5-.568-.78-.821-.184-.226-.512-.172-.683.04z"/><path fill="#030204" d="M13.775 6.324c.247-.083.52-.02.776-.024-.494.534-.937 1.187-1.658 1.426l-.011.353c.229.074.565.065.665.332-.004.427-.467.653-.569 1.042.492.45 1.025.852 1.558 1.252.151.179-.053.404-.098.592-.402.334-.733.74-1.123 1.087a1.232 1.232 0 0 0-.362.511c.269.194.517.422.809.586.485.1.989-.023 1.476.07.162.04.199.228.292.346-.932 1.022-1.897 2.015-2.792 3.07-1.339-.017-2.678.03-4.018-.014.283-.532.85-.798 1.278-1.193.368-.342.785-.635 1.135-.996-.036-.32-.365-.547-.598-.75-.512-.104-1.042-.04-1.561-.05l-.187-.292c.944-1.021 1.964-1.972 2.942-2.962-.538-.293-1.166-.283-1.758-.35.038-.158.068-.329.193-.445.366-.41.761-.797 1.18-1.154-.104-.21-.226-.444-.143-.684.839-.611 1.788-1.069 2.575-1.75z"/><path fill="#f1e041" d="M11.621.935c.17-.211.499-.265.683-.04.28.253.557.514.78.821-.461-.004-.692-.402-.956-.709-.34.139-.694.294-.907.608-.449.626-1.116 1.04-1.614 1.622-1.699 1.898-3.628 3.576-5.366 5.437-.83.691-1.478 1.572-2.31 2.262-.332.354-.827.662-.872 1.188.253.437.841.66.895 1.218A13.893 13.893 0 0 1 .84 12.245c-.223-.228-.034-.524.161-.692C4.541 8.013 8.083 4.474 11.622.934zM13.394 2.002c.209.182.407.377.6.575l-.434.164c-.097-.235-.182-.48-.166-.739zM15.323 3.93a173.862 173.862 0 0 1 3.793 3.792c-.24.029-.469-.042-.686-.136l-.004-.324c-.635-.463-1.073-1.147-1.747-1.56-.342-.581-.928-.958-1.318-1.502l-.038-.27zM13.312 6.474c.233-.34.64-.538 1.05-.425.314.024.257.412.24.632-.27.25-.512.528-.77.79-.139.139-.613.179-.408.452.066.182.313.127.461.194-.007.196-.002.392-.037.586-.23.253-.546.476-.498.865.581.043.785.649 1.24.919.276.157.371.618.014.749.005-.157.01-.313.017-.47l-.084-.062c-.533-.4-1.066-.802-1.558-1.252.102-.389.565-.614.569-1.042-.1-.268-.436-.258-.665-.332l.011-.353c.721-.239 1.164-.892 1.658-1.426-.257.004-.529-.059-.776.024-.787.68-1.736 1.139-2.575 1.75-.083.24.038.474.143.684-.419.358-.814.744-1.18 1.154-.125.116-.155.287-.193.445.592.067 1.22.058 1.758.35-.978.99-1.998 1.94-2.942 2.962l.187.292c.52.011 1.049-.054 1.561.05.233.203.562.43.598.75-.35.361-.767.654-1.135.996-.428.395-.995.661-1.278 1.193 1.339.044 2.678-.002 4.018.014.895-1.055 1.86-2.047 2.792-3.07-.092-.118-.13-.306-.292-.346-.487-.092-.991.03-1.476-.07-.292-.163-.54-.391-.809-.586.068-.204.205-.368.362-.511.092.194.068.432.178.617.193.121.378.256.562.392.329.102.637-.103.956-.144.253-.03.46.149.676.247.05.428-.104.869-.455 1.13-.67.493-1.085 1.232-1.703 1.778a1.896 1.896 0 0 1-1.276.845c-.288.019-.559-.176-.848-.098-.275.06-.554.119-.835.062-.568-.083-1.144.074-1.708-.031-.268-.035-.347-.392-.238-.6.624-.68 1.469-1.114 2.08-1.805.174-.211-.124-.389-.262-.511-.516-.283-1.19.113-1.691-.212-.412-.361.085-.833.344-1.114.624-.421 1.057-1.063 1.66-1.5.146-.212.322-.401.518-.566-.347-.269-.796-.23-1.205-.298-.299-.01-.409-.407-.245-.622.318-.476.856-.778 1.12-1.294.066-.325-.008-.757.338-.946.689-.394 1.26-1.001 2.03-1.241zM19.192 7.817c1.328 1.226 2.563 2.556 3.864 3.812.239.179.227.553-.008.73a4805.731 4805.731 0 0 1-7.14 7.139c-.185.178-.337.4-.576.511.055-.17.095-.355.235-.478 1.181-1.22 2.426-2.378 3.587-3.617a21 21 0 0 0 1.399-1.368c.557-.642 1.241-1.159 1.775-1.822.186-.246.444-.416.709-.565-.314-.665-.918-1.108-1.398-1.643a5.553 5.553 0 0 0-1.256-1.018l-.07-.284c-.378-.347-.74-.712-1.085-1.091-.01-.077-.028-.23-.036-.307zM14.982 20.138l.26-.097-.024.15c-1.002.98-1.966 2-2.984 2.963-.443.29-.788-.314-1.056-.583.334.025.565.276.841.43.275.012.32-.358.514-.498.877-.725 1.59-1.62 2.449-2.364z"/><path fill="#fedd02" d="M11.22 1.615c.214-.314.568-.469.907-.608.264.307.496.706.956.709.119.054.208.157.31.236l.001.049c-.017.259.068.504.166.739l.434-.164c.443.434.863.893 1.322 1.312l.006.042.038.27c.39.545.976.922 1.318 1.502.674.413 1.112 1.097 1.747 1.56l.004.324c.217.094.446.164.686.136l.065-.002.011.097c.008.077.026.23.036.307.344.379.707.744 1.085 1.091l.07.284c.462.281.894.614 1.256 1.018.48.535 1.084.978 1.398 1.643-.265.149-.523.319-.709.565-.534.662-1.218 1.18-1.775 1.822a21 21 0 0 1-1.399 1.368c-1.16 1.238-2.406 2.396-3.587 3.617-.14.122-.18.307-.235.478l-.089.032-.26.097c-.859.744-1.572 1.639-2.449 2.364-.193.14-.239.51-.514.498-.276-.154-.508-.404-.841-.43l-.036-.01c-3.062-3.052-6.106-6.121-9.175-9.166l-.014-.053c-.054-.558-.642-.781-.895-1.218.046-.526.54-.834.872-1.188.832-.69 1.48-1.571 2.31-2.262 1.739-1.861 3.667-3.539 5.366-5.437.498-.582 1.165-.996 1.614-1.622m2.092 4.859c-.77.24-1.342.847-2.03 1.241-.347.188-.272.62-.338.946-.264.516-.802.817-1.12 1.294-.164.215-.054.612.245.622.409.067.858.029 1.205.298a2.87 2.87 0 0 0-.518.566c-.602.437-1.036 1.079-1.66 1.5-.259.281-.756.752-.344 1.114.5.325 1.175-.071 1.691.212.138.122.436.3.262.511-.611.691-1.456 1.124-2.08 1.805-.109.208-.03.565.238.6.564.106 1.14-.052 1.708.031.281.056.56-.002.835-.062.289-.078.56.118.848.098a1.9 1.9 0 0 0 1.276-.845c.618-.546 1.033-1.285 1.703-1.778.35-.262.505-.702.455-1.13-.216-.098-.422-.277-.676-.247-.319.041-.628.246-.956.144a8.309 8.309 0 0 0-.562-.392c-.109-.185-.085-.422-.178-.617.39-.347.721-.754 1.123-1.087.046-.187.25-.413.098-.592l.084.062a36.89 36.89 0 0 0-.017.47c.356-.131.262-.592-.014-.749-.455-.27-.659-.876-1.24-.919-.048-.389.268-.612.498-.865.035-.193.03-.39.037-.586-.148-.067-.395-.012-.461-.194-.205-.274.269-.313.408-.452.258-.262.5-.54.77-.79.017-.221.074-.608-.24-.632-.41-.113-.817.085-1.05.425z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-to-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.117 1.574h1.59l.273.153.059.071.089.001c.766.508 1.113 1.39 1.597 2.132l.073.13c.119.163.215.34.313.515l.009.088.07.054c.126.159.218.337.313.513l.003.097.08.054c.129.152.215.332.31.505l-.001.101.085.052c.127.151.212.329.307.501l-.003.104.089.051c.296.449.569.915.826 1.389.024.252.142.556.383.652l.003.005c.123.313.298.623.513.883l.009.021c-.034.244.123.59.388.633l.008.025c.042.243.15.569.393.658l.001.004a8.85 8.85 0 0 0 .909 1.55l.008.017c.049.244.146.569.396.658l.001.004c.244.542.563 1.074.906 1.558l.005.008c.056.24.147.573.399.657l.003.007c.24.542.561 1.07.904 1.554l.005.013c.062.237.148.573.401.656l.001.005c.271.677.797 1.26.977 1.974-.038.489.125 1.002-.09 1.471l-.089.05v.1a2.625 2.625 0 0 1-1.475 1.077c-.152.037-.344-.014-.463.101H2.128c-.144-.059-.336-.193-.48-.132-.565-.148-1.096-.551-1.415-1.048l.001-.098-.09-.051c-.229-.561-.05-1.166-.042-1.747.191-.338.403-.674.544-1.035l.001-.004c.25-.093.35-.41.392-.66.245-.102.344-.409.39-.66l.007-.012c.349-.48.666-1.015.909-1.557l.001-.003c.252-.089.34-.417.401-.658l.007-.016c.341-.483.662-1.01.901-1.55l.001-.001c.248-.092.353-.416.393-.661l.007-.011a9.15 9.15 0 0 0 .917-1.558c.257-.088.35-.416.391-.666.273-.538.602-1.048.91-1.566.258-.064.369-.403.393-.649.26-.472.53-.943.831-1.391l.089-.052-.004-.104c.092-.17.176-.346.303-.496l.085-.052v-.1c.093-.174.181-.351.307-.505l.08-.054.004-.096c.094-.176.186-.353.311-.51l.072-.054.008-.09c.1-.181.202-.361.32-.53l.067-.117c.476-.708.796-1.566 1.516-2.072.127-.146.386-.097.46-.287m.746 2.26C8.675 9.268 5.458 14.687 2.274 20.124c6.439.004 12.879.001 19.319.001-3.182-5.44-6.401-10.858-9.588-16.294a6.817 6.817 0 0 1-.143.001z"/><path fill="#bd7e83" opacity=".94" d="M12.98 1.727l.087.008.062.064-.089-.001-.059-.071zM9.074 4.05l.067-.117-.067.117zM14.725 3.932l.073.13-.073-.13zM8.674 4.724l.08-.144-.008.09-.072.054zM15.112 4.577l.079.142-.07-.054-.009-.088zM8.279 5.384l.084-.15-.004.096-.08.054zM15.504 5.231l.083.151-.08-.054-.003-.097zM7.887 6.041l.085-.152v.1l-.085.052zM15.896 5.887l.084.153-.085-.052.001-.101zM7.499 6.692l.085-.156.004.104-.089.052zM16.287 6.542c.022.039.064.117.087.155l-.089-.051.003-.104zM18.108 9.646c.186.143.285.421.388.633-.265-.043-.422-.39-.388-.633zM.144 21.096l.09.051-.001.098-.089-.15zM23.634 21.149l.089-.05-.089.15v-.1z"/><path fill="#fff" d="M11.862 3.833l.143-.001c3.187 5.436 6.407 10.854 9.588 16.294-6.441 0-12.88.003-19.319-.001 3.184-5.437 6.401-10.856 9.588-16.291m-.322 6.001c-1.208.72-2.416 1.437-3.626 2.152l-.039.075c.342.561.648 1.193 1.039 1.697.829-.445 1.618-.977 2.449-1.422-.308.553-.588 1.124-.876 1.689-.212.458-.466.926-.466 1.444.017.502.443.905.926.977.972.177 1.969.123 2.953.152-.809.51-1.651.965-2.459 1.478.345.582.691 1.163 1.04 1.743 1.36-.82 2.733-1.617 4.092-2.439.526-.285 1.062-.653 1.304-1.225.169-.382.122-.881-.202-1.167-.417-.37-.994-.437-1.524-.506-1.086-.089-2.178-.097-3.267-.125l-.05-.056c.407-.749.779-1.517 1.17-2.275.286-.649.639-1.315.616-2.045-.021-.56-.577-.967-1.113-.942-.737-.007-1.353.447-1.966.795zM6.274 8.733c.159-.206.219-.462.393-.649-.025.247-.135.585-.393.649zM17.2 8.085c.168.189.253.434.383.652-.241-.096-.359-.4-.383-.652zM17.586 8.742c.185.281.366.578.513.883a3.279 3.279 0 0 1-.513-.883zM4.973 10.965c.138-.218.212-.483.391-.666-.041.25-.134.578-.391.666zM18.504 10.304c.182.173.257.443.393.658-.244-.089-.351-.416-.393-.658zM4.056 12.523a29.16 29.16 0 0 1 .917-1.558 9.085 9.085 0 0 1-.917 1.558zM18.898 10.967c.315.505.624 1.026.909 1.55a8.85 8.85 0 0 1-.909-1.55zM3.656 13.195c.139-.214.212-.492.393-.661-.041.245-.146.569-.393.661zM19.815 12.534c.184.163.257.446.396.658-.25-.089-.348-.414-.396-.658zM2.754 14.746c.274-.529.594-1.043.901-1.55a9.154 9.154 0 0 1-.901 1.55zM20.212 13.196c.311.509.63 1.028.906 1.558a9.388 9.388 0 0 1-.906-1.558zM2.346 15.42c.143-.209.209-.51.401-.658-.062.241-.15.569-.401.658zM21.124 14.762c.189.153.254.45.399.657-.252-.084-.342-.417-.399-.657zM1.436 16.98c.282-.529.598-1.048.909-1.557a8.846 8.846 0 0 1-.909 1.557zM21.525 15.426c.308.509.63 1.024.904 1.554a9.204 9.204 0 0 1-.904-1.554zM1.04 17.651c.13-.215.206-.498.39-.66-.046.251-.144.557-.39.66zM22.434 16.993c.191.147.257.449.401.656-.253-.083-.34-.418-.401-.656zM.648 18.311c.135-.216.21-.485.392-.66-.042.249-.142.567-.392.66zM22.837 17.654c.306.487.59.997.887 1.494.041.156.119.315.09.48-.18-.713-.706-1.297-.977-1.974zM.102 19.35c.072-.376.354-.704.544-1.035-.142.361-.353.696-.544 1.035zM1.649 22.294c.144-.06.336.073.48.132h-.443l-.037-.132zM21.696 22.426c.119-.115.311-.064.463-.101l.121.101h-.584z"/><path fill="#030303" d="M11.54 9.835c.612-.348 1.229-.801 1.966-.795.536-.025 1.092.382 1.113.942.022.729-.33 1.395-.616 2.045-.391.758-.763 1.527-1.17 2.275l.05.056c1.089.028 2.181.035 3.267.125.53.07 1.107.136 1.524.506.324.286.371.786.202 1.167-.241.572-.778.94-1.304 1.225-1.359.822-2.732 1.62-4.092 2.439-.349-.58-.695-1.161-1.04-1.743.808-.513 1.65-.968 2.459-1.478-.985-.029-1.982.025-2.953-.152-.483-.072-.909-.475-.926-.977 0-.518.253-.986.466-1.444.289-.565.568-1.136.876-1.689-.83.445-1.62.977-2.449 1.422-.391-.504-.696-1.136-1.039-1.697l.039-.075a1016.37 1016.37 0 0 0 3.626-2.152z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-to-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.297 2.258c.826-.755 2.236-.855 3.092-.099.495.554.854 1.213 1.26 1.832 2.754 4.472 5.386 9.015 8.038 13.547.448.817.988 1.59 1.313 2.468v1.621c-.189.429-.523.775-.912 1.032H.776a2.998 2.998 0 0 1-.776-.78V19.62c.449-.853.945-1.679 1.427-2.514a1027.72 1027.72 0 0 1 8.14-13.714c.247-.375.444-.787.731-1.134m1.573 1.791c-3.276 5.55-6.555 11.099-9.812 16.659 6.582.004 13.165.004 19.748 0a6165.031 6165.031 0 0 0-9.819-16.666c-.03.001-.088.004-.118.007z"/><path fill="#fff" d="M11.871 4.049c.03-.003.088-.005.118-.007a6739.034 6739.034 0 0 1 9.819 16.666c-6.583.004-13.166.004-19.748 0 3.257-5.56 6.536-11.11 9.812-16.659m-2.685 6.286c-.032.569.202 1.106.414 1.621.44.968.953 1.9 1.429 2.85-1.309.06-2.629.007-3.927.209-.53.094-1.181.326-1.315.916-.157.724.404 1.353.971 1.714 1.534.928 3.081 1.83 4.618 2.753.355-.594.709-1.189 1.063-1.785-.835-.512-1.683-1.004-2.527-1.5 1.039-.054 2.1.038 3.123-.188.601-.11 1-.771.813-1.354-.292-1.011-.878-1.903-1.329-2.846.837.51 1.684 1.003 2.526 1.506.355-.595.708-1.193 1.062-1.79-1.334-.819-2.691-1.598-4.033-2.405-.538-.315-1.103-.666-1.75-.66-.546-.024-1.111.389-1.137.96z"/><path fill="#030303" d="M9.187 10.335c.025-.571.591-.984 1.137-.96.646-.007 1.212.345 1.75.66 1.342.807 2.699 1.586 4.033 2.405-.354.597-.707 1.195-1.062 1.79-.842-.503-1.689-.996-2.526-1.506.45.944 1.036 1.836 1.329 2.846.188.583-.212 1.244-.813 1.354-1.023.225-2.084.134-3.123.188.845.496 1.692.988 2.527 1.5-.354.595-.708 1.191-1.063 1.785-1.537-.922-3.084-1.825-4.618-2.753-.567-.361-1.128-.99-.971-1.714.134-.59.786-.822 1.315-.916 1.298-.202 2.619-.149 3.927-.209-.476-.951-.99-1.882-1.429-2.85-.212-.515-.446-1.053-.414-1.621z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wombat-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.354.205a1.148 1.148 0 0 1 1.272-.008c.284.193.51.458.755.697 3.4 3.403 6.804 6.802 10.202 10.206.497.434.545 1.274.05 1.729-3.602 3.606-7.206 7.211-10.812 10.813-.431.452-1.222.451-1.651-.001C7.564 20.039 3.96 16.435.359 12.829c-.492-.456-.445-1.295.052-1.73C3.829 7.675 7.253 4.257 10.672.833c.22-.216.426-.452.682-.628m.324.093c-.343.144-.574.454-.838.702C7.518 4.324 4.198 7.648.872 10.967c-.252.264-.581.52-.62.912-.052.318.102.63.331.844 3.443 3.439 6.883 6.88 10.322 10.324.311.298.611.721 1.09.708.45.018.745-.362 1.033-.648 3.476-3.485 6.961-6.962 10.44-10.444.401-.368.356-1.044-.048-1.392-3.563-3.565-7.127-7.13-10.693-10.692-.259-.286-.679-.418-1.049-.281z"/><path fill="#fee011" d="M11.802.761c.246-.122.497.035.66.215l10.564 10.565c.179.163.338.416.205.66-.193.277-.461.493-.694.736-3.384 3.382-6.766 6.766-10.147 10.148-.144.162-.378.257-.586.155-.236-.157-.419-.382-.622-.578-3.438-3.45-6.893-6.884-10.328-10.338-.216-.199-.154-.548.061-.722C4.311 8.198 7.715 4.803 11.113 1.4c.224-.218.427-.463.689-.637M7.258 8.336c-.466.379-.954.787-1.158 1.374-.392.853-.283 1.812-.125 2.707.137.767-.126 1.524-.446 2.21.391.226.77.48 1.043.85l-.089-.48.488.386c-.011-.12-.034-.362-.044-.484l.296.306c-.067-.253-.264-.492-.245-.758.186-.24.409-.449.588-.695.47.421.995.802 1.366 1.32.133.17.152.494.424.504.313.036.607.148.865.331l-.092-.27.48.076a80.632 80.632 0 0 1-.208-.305l.438.161-.248-.3.184-.053c-.269-.164-.556-.3-.81-.486-.436-.443-.079-1.397.587-1.292.53.13 1.022.442 1.59.374.034.362.173.712.388 1.004.312.414.82.604 1.162.988l.13-.371.326.27.186-.139.301.199a41.782 41.782 0 0 1-.134-.377l.328.113a2.04 2.04 0 0 0-.868-.62c.025-.317.24-.545.445-.766.103.258.088.623.372.763.394.214.824.342 1.234.522l-.191-.337c.17.079.34.161.509.244-.023-.107-.066-.322-.088-.43l.334.047c-.133-.358-.467-.534-.773-.722-.245-.125-.116-.473.097-.559.779-.216 1.614.071 2.195.61.287-.061.6-.065.86-.205.131-.182.25-.394.283-.618-.11-.595-.124-1.201-.182-1.801-.031-.389-.334-.664-.569-.944-.434-.472-.491-1.144-.768-1.7a76.49 76.49 0 0 0-.312.274 14.221 14.221 0 0 1-.575-.577c-.032.073-.098.22-.132.293-.535-.174-1.096-.284-1.6-.544-.916-.397-1.757-.978-2.742-1.202-.479-.103-.954-.245-1.447-.259a6.03 6.03 0 0 0-3.652 1.37z"/><path d="M11.678.298c.37-.137.79-.005 1.049.281 3.566 3.562 7.13 7.127 10.693 10.692.404.348.449 1.024.048 1.392-3.479 3.481-6.964 6.959-10.44 10.444-.288.286-.583.666-1.033.648-.479.013-.779-.41-1.09-.708-3.439-3.444-6.88-6.884-10.322-10.324-.229-.214-.383-.526-.331-.844.04-.392.368-.648.62-.912C4.198 7.648 7.519 4.324 10.84 1c.264-.248.494-.558.838-.702m.124.463c-.262.174-.464.419-.689.637C7.716 4.801 4.311 8.196.915 11.6c-.215.174-.277.523-.061.722 3.436 3.454 6.89 6.888 10.328 10.338.203.197.385.421.622.578.208.102.442.007.586-.155 3.382-3.383 6.763-6.767 10.147-10.148.233-.242.5-.458.694-.736.133-.244-.026-.497-.205-.66L12.462.974c-.163-.18-.414-.337-.66-.215z"/><path d="M7.258 8.336a6.018 6.018 0 0 1 3.652-1.37c.493.014.968.156 1.447.259.985.224 1.826.805 2.742 1.202.504.259 1.064.37 1.6.544.034-.073.1-.22.132-.293.186.198.378.39.575.577l.312-.274c.277.557.334 1.229.768 1.7.235.281.538.556.569.944.059.6.072 1.206.182 1.801-.034.224-.152.436-.283.618-.26.14-.574.144-.86.205-.581-.539-1.416-.826-2.195-.61-.214.086-.342.434-.097.559.306.188.64.365.773.722l-.334-.047c.022.108.065.323.088.43a29.752 29.752 0 0 0-.509-.244l.191.337c-.409-.18-.84-.308-1.234-.522-.284-.14-.269-.505-.372-.763-.205.221-.42.449-.445.766.336.134.642.332.868.62l-.328-.113.134.377a31.321 31.321 0 0 1-.301-.199l-.186.139-.326-.27-.13.371c-.342-.384-.85-.574-1.162-.988a2.03 2.03 0 0 1-.388-1.004c-.568.067-1.06-.245-1.59-.374-.666-.104-1.022.85-.587 1.292.254.186.541.322.81.486l-.184.053c.083.1.166.199.248.3l-.438-.161.208.305-.48-.076.092.27a1.84 1.84 0 0 0-.865-.331c-.271-.01-.29-.334-.424-.504-.371-.518-.895-.899-1.366-1.32-.179.246-.402.455-.588.695-.019.266.178.505.245.758l-.296-.306.044.484-.488-.386.089.48c-.272-.37-.652-.624-1.043-.85.32-.686.583-1.444.446-2.21-.158-.895-.268-1.854.125-2.707.204-.587.692-.995 1.158-1.374z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wombat-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M12.832 23.648l10.816-10.816c.46-.46.46-1.205 0-1.664L12.832.352a1.176 1.176 0 0 0-1.664 0L.352 11.168c-.46.46-.46 1.205 0 1.664l10.816 10.816c.46.46 1.205.46 1.664 0z"/><path d="M12.666 23.482l10.816-10.816a.94.94 0 0 0 0-1.331L12.666.519a.94.94 0 0 0-1.331 0L.519 11.335a.94.94 0 0 0 0 1.331l10.816 10.816a.94.94 0 0 0 1.331 0z"/><path fill="#fee011" d="M12.333 23.149l10.816-10.816a.47.47 0 0 0 0-.666L12.333.851a.47.47 0 0 0-.666 0L.851 11.667a.47.47 0 0 0 0 .666l10.816 10.816a.47.47 0 0 0 .666 0z"/><path d="M12.858 15.169l-.39-.408-.246-.534-.072-.162.036-.282-.036.018-.462.018-.432-.144-.672-.234h-.216l-.318.126-.216.306-.072.354.036.198.144.318.318.18.072.018.288.192.174.09-.21.018.246.336-.426-.174.216.354-.18-.09h-.318l.102.252-.072-.036-.354-.234-.57-.072-.174-.192-.036-.288v.054l-.144-.18-.534-.546-.786-.678-.066.018v.108l-.144.192-.36.324-.03.192.102.198H7.02l.144.18.036.282-.072-.144-.246-.192.072.138v.342l-.468-.39.072.498-.354-.432-.498-.318-.072-.018-.108-.162.108-.174.282-.732.108-.816-.108-.822-.066-.39-.036-.84.174-.834.36-.768.57-.57.851-.672.959-.516 1.067-.342 1.103-.138.534.072 1.247.282 1.139.48.498.288 1.169.546 1.211.36.144-.306.246.306.036.018.288.264.282-.264.216.372.072.444.138.18.108.39.036.036.36.444.21.198.216.444.036.516v.054l.036.336.036.642.102.342-.036.192-.174.27-.036.156-.252.144-.246-.036-.144.108-.288.018-.21-.162-.216-.174-.606-.27-.636-.072-.498.054-.216.18-.036.264.18.216.174.054.36.228.174.36-.354-.036.108.174-.036.27-.144-.144-.318-.108.21.324-1.103-.444v.012l-.03-.012-.288-.198-.108-.318-.072-.324-.354.372-.072.126v.288l.036.018.462.21.324.396-.324-.144.144.372-.426-.246v.246l-.39-.318-.144.39-.216-.27-.39-.246-.216-.144z"/></symbol><symbol viewBox="0 0 24 24" id="warning--y-roads--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.1.412c.372-.433 1.086-.47 1.478-.046 3.58 3.548 7.132 7.124 10.702 10.681.253.247.484.57.437.944-.029.49-.469.788-.778 1.114-3.442 3.44-6.884 6.877-10.319 10.324-.306.334-.836.446-1.234.214-.356-.234-.624-.574-.928-.868C7.079 19.391 3.696 16.011.314 12.63c-.162-.162-.252-.376-.316-.59v-.196c.059-.48.448-.796.767-1.115C4.211 7.292 7.651 3.847 11.098.411m.568.326c-.209.151-.379.346-.56.526C7.708 4.669 4.296 8.061.899 11.468c-.156.156-.373.368-.242.607.196.275.463.487.697.73 3.262 3.259 6.522 6.521 9.782 9.782.264.235.587.785.984.464 3.632-3.616 7.252-7.247 10.876-10.87.208-.191.095-.486-.094-.64C19.369 7.994 15.82 4.462 12.281.92c-.152-.161-.396-.349-.614-.184z"/><path fill="#231f20" d="M6.631 9.025c.488-.487.974-.978 1.466-1.463 1.261 1.249 2.509 2.512 3.769 3.761 1.259-1.25 2.506-2.513 3.768-3.76.492.482.977.972 1.464 1.459-1.303 1.309-2.622 2.603-3.912 3.925-.12.143-.31.272-.286.485-.007 1.842 0 3.684-.002 5.527h-2.07c.002-1.8-.002-3.6.004-5.4.005-.174-.017-.36-.162-.474-1.32-1.38-2.696-2.704-4.039-4.061z"/><path fill="#fd0" d="M11.666.737c.218-.166.462.023.614.184 3.539 3.542 7.088 7.074 10.621 10.621.188.154.301.449.094.64-3.624 3.623-7.243 7.254-10.876 10.87-.397.32-.72-.229-.984-.464-3.26-3.262-6.521-6.523-9.782-9.782-.234-.242-.502-.455-.697-.73-.131-.239.086-.451.242-.607C4.295 8.062 7.707 4.67 11.105 1.264c.181-.18.352-.374.56-.526M6.631 9.025c1.343 1.357 2.719 2.681 4.039 4.061.145.114.167.3.162.474-.006 1.8-.001 3.6-.004 5.4h2.07c.002-1.843-.005-3.685.002-5.527-.024-.212.166-.342.286-.485 1.29-1.322 2.609-2.616 3.912-3.925-.487-.487-.972-.977-1.464-1.459-1.262 1.247-2.509 2.509-3.768 3.76-1.26-1.249-2.508-2.512-3.769-3.761-.492.485-.978.976-1.466 1.463z"/></symbol><symbol viewBox="0 0 24 24" id="warning--y-roads--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.498 1.38h.898c.448.176.946.442 1.106.929-.366-.407-.799-.862-1.39-.853-.712-.089-1.356.413-1.655 1.028-.314.499-.546 1.058-.924 1.511.278-.659.689-1.266 1.051-1.885.199-.362.607-.504.913-.73zM13.501 2.401l.106.004c.517.934 1.091 1.84 1.582 2.788l-.096-.038a236.372 236.372 0 0 1-1.591-2.753zM9.428 4.087l.113-.022c-.493.865-.988 1.733-1.499 2.588l.019-.169c.432-.811.917-1.596 1.367-2.398zM15.186 5.303c.2.067.242.296.352.451.575.984 1.127 1.982 1.718 2.956l-.002.145c-.73-1.156-1.392-2.362-2.068-3.552zM7.633 7.196c.084-.142.15-.299.278-.408-.03.151-.095.292-.179.42-.502.85-.973 1.716-1.49 2.556l.016-.16c.437-.814.924-1.602 1.375-2.408zM17.317 9.03l.224.053.016.156c.39.742.86 1.441 1.234 2.192l-.097-.041c-.475-.733-.83-1.553-1.355-2.248l-.022-.113zM5.875 10.241c.088-.144.151-.317.312-.397-.544 1.021-1.14 2.015-1.724 3.014l-.004-.14c.454-.835.952-1.646 1.416-2.477zM14.33 10.267c.479.4.919.844 1.392 1.253-.91 1.068-1.892 2.081-2.83 3.127-.013 1.77 0 3.54-.007 5.309h-1.89c-.005-1.768.004-3.535-.004-5.304-.926-1.003-1.829-2.029-2.772-3.016.432-.464.926-.87 1.392-1.301.776.846 1.556 1.69 2.321 2.546.806-.865 1.597-1.745 2.398-2.615zM18.781 11.537c.27.054.388.462.468.7-.244-.109-.348-.467-.468-.7zM19.247 12.336l.131.078c.404.712.842 1.405 1.213 2.134l-.098-.038c-.422-.719-.848-1.439-1.246-2.173zM3.988 13.514c.125-.184.181-.439.4-.541-.352.611-.652 1.273-1.093 1.819.166-.457.47-.848.694-1.278zM20.578 14.648c.269.064.392.466.473.708-.245-.115-.352-.473-.473-.708zM3.19 14.897l.115-.035c-.32.54-.587 1.124-.974 1.62.205-.563.581-1.054.859-1.585z"/><path d="M21.046 15.45l.137.083c.936 1.64 1.907 3.264 2.818 4.919v.888c-.194.53-.574 1.018-1.126 1.202l-.053.078H1.282C.747 22.418.208 22.027.09 21.433l-.09.043v-1.014c.217-.227.218-.704.534-.802-.15.296-.332.578-.442.893a5.376 5.376 0 0 0-.001.772c.234.667.852 1.268 1.596 1.224 6.918-.002 13.835.001 20.753-.002 1.076-.038 1.862-1.356 1.334-2.315-.881-1.61-1.847-3.173-2.729-4.782zM2.227 16.556l.108-.001c-.293.446-.482.973-.851 1.36.198-.478.502-.901.743-1.358zM.534 19.6c.21-.587.604-1.096.894-1.648l.086.049c-.353.516-.59 1.109-.98 1.598z"/><path fill="#fff" d="M10.458 2.484c.299-.616.943-1.117 1.655-1.028.59-.008 1.024.446 1.39.853l-.001.092c.526.919 1.054 1.84 1.591 2.753l.096.038-.002.11c.676 1.19 1.338 2.396 2.068 3.552l.064.175.022.113c.524.695.88 1.514 1.355 2.248l.097.041a4.19 4.19 0 0 1-.01.106c.12.233.224.59.468.7l-.002.1c.397.734.823 1.454 1.246 2.173l.098.038-.013.101c.121.235.228.593.473.708l-.005.094c.882 1.609 1.848 3.172 2.729 4.782.528.959-.258 2.276-1.334 2.315-6.918.004-13.835 0-20.753.002-.744.044-1.362-.557-1.596-1.224a5.376 5.376 0 0 1 .001-.772c.109-.314.292-.596.442-.893V19.6c.39-.49.628-1.082.98-1.598l-.03-.086c.368-.386.558-.913.851-1.36l-.005-.073c.388-.496.654-1.08.974-1.62a1.464 1.464 0 0 0-.011-.07c.442-.546.742-1.208 1.093-1.819a23.94 23.94 0 0 1-.016-.131l.091.016c.584-1 1.181-1.993 1.724-3.014l.055-.079c.517-.84.989-1.706 1.49-2.556.084-.128.149-.269.179-.42l.131-.134c.511-.856 1.006-1.723 1.499-2.588l-.007-.071c.378-.452.61-1.012.924-1.511m1.229-.687c-.408.09-.728.395-.914.76C7.367 8.474 3.941 14.378.543 20.297c-.493.806.185 1.973 1.126 1.948 6.926-.004 13.853.005 20.778-.005.899-.064 1.486-1.183 1.009-1.956-3.414-5.942-6.85-11.872-10.273-17.808-.272-.528-.916-.835-1.494-.677z"/><path fill="#fff" d="M11.812 4.092c.181-.121.442-.028.533.162 3.035 5.252 6.067 10.505 9.097 15.761.205.242-.005.664-.329.619-6.076.004-12.151.002-18.226.001-.317.04-.528-.373-.326-.616 2.995-5.202 6.004-10.397 9-15.598.074-.115.128-.256.251-.33m2.518 6.176c-.8.87-1.591 1.75-2.398 2.615-.764-.857-1.544-1.7-2.321-2.546-.466.431-.96.836-1.392 1.301.943.986 1.846 2.012 2.772 3.016.007 1.769-.001 3.536.004 5.304h1.89c.007-1.769-.006-3.539.007-5.309.937-1.046 1.92-2.059 2.83-3.127-.473-.409-.913-.853-1.392-1.253z"/><path fill="red" d="M11.688 1.799c.578-.158 1.222.149 1.494.677 3.424 5.936 6.859 11.866 10.273 17.808.476.773-.11 1.892-1.009 1.956-6.925.01-13.852.001-20.778.005-.941.025-1.619-1.141-1.126-1.948C3.94 14.377 7.366 8.473 10.773 2.559c.186-.365.506-.67.914-.76m.125 2.293c-.122.074-.176.215-.251.33-2.996 5.201-6.005 10.396-9 15.598-.202.242.01.655.326.616 6.074.001 12.15.002 18.226-.001.324.044.534-.377.329-.619-3.03-5.256-6.062-10.508-9.097-15.761-.091-.19-.352-.283-.533-.162z"/></symbol><symbol viewBox="0 0 24 24" id="warning--yield-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fee011" d="M11.35.208c.348-.242.83-.266 1.201-.059.276.161.488.406.714.628 3.439 3.445 6.884 6.883 10.324 10.328.335.312.494.814.34 1.255-.095.324-.368.542-.595.774-3.504 3.502-7.004 7.007-10.51 10.508-.43.454-1.226.451-1.655-.002C7.666 20.141 4.168 16.638.667 13.139c-.259-.259-.568-.518-.631-.901-.097-.416.074-.853.378-1.141C3.85 7.657 7.291 4.221 10.728.781c.2-.198.39-.412.623-.572m.326.089c-.188.065-.334.209-.475.343C7.663 4.182 4.12 7.72.583 11.262c-.263.24-.408.614-.311.965.086.344.388.562.622.804l10.44 10.441a.927.927 0 0 0 1.322.004c3.606-3.606 7.211-7.213 10.818-10.817.397-.372.348-1.054-.062-1.397C19.852 7.699 16.29 4.136 12.726.577a.98.98 0 0 0-1.049-.28z"/><path fill="#fee011" d="M11.796.757a.526.526 0 0 1 .6.156c3.546 3.539 7.084 7.085 10.628 10.625.19.161.33.416.211.664-.142.212-.346.373-.522.557-3.438 3.44-6.88 6.877-10.315 10.32-.144.176-.395.262-.608.158-.208-.144-.367-.344-.547-.518C7.781 19.256 4.317 15.795.857 12.331c-.215-.197-.163-.557.056-.728C4.371 8.14 7.835 4.681 11.294 1.218c.162-.158.311-.334.502-.46M5.668 8.803c-.383.14-.562.642-.329.986 2.016 3.502 4.039 6.998 6.06 10.498.221.486.979.484 1.199-.002 1.951-3.374 3.898-6.751 5.85-10.126.152-.277.395-.575.287-.911-.083-.319-.409-.515-.728-.486-3.924-.007-7.848.002-11.772-.005-.188.007-.384-.012-.566.046z"/><path d="M11.677.298a.98.98 0 0 1 1.049.28C16.29 4.137 19.852 7.7 23.412 11.263c.41.343.46 1.025.062 1.397-3.607 3.604-7.212 7.211-10.818 10.817a.927.927 0 0 1-1.322-.004L.894 13.032c-.234-.242-.535-.46-.622-.804-.097-.35.048-.725.311-.965C4.119 7.721 7.663 4.183 11.202.642c.142-.134.287-.278.475-.343m.119.458c-.191.126-.34.301-.502.46C7.834 4.68 4.371 8.139.913 11.602c-.22.172-.271.532-.056.728 3.46 3.464 6.924 6.925 10.386 10.388.18.174.34.374.547.518.214.103.464.018.608-.158 3.436-3.443 6.877-6.88 10.315-10.32.176-.184.38-.344.522-.557.119-.247-.022-.503-.211-.664-3.545-3.54-7.082-7.086-10.628-10.625a.526.526 0 0 0-.6-.156z"/><path fill="#fff" d="M5.668 8.803c.182-.058.378-.038.566-.046 3.924.007 7.848-.002 11.772.005.319-.029.646.167.728.486.108.336-.134.634-.287.911-1.952 3.374-3.899 6.751-5.85 10.126-.22.486-.978.488-1.199.002-2.021-3.499-4.044-6.996-6.06-10.498-.233-.344-.054-.846.329-.986m.02.376c-.169.116-.138.362-.024.506 1.946 3.374 3.899 6.745 5.843 10.121.131.198.211.505.494.522.176-.006.28-.146.354-.287 2.003-3.487 4.03-6.961 6.026-10.451.167-.245-.107-.55-.374-.492-3.922-.007-7.843.002-11.765-.005-.182.019-.402-.041-.554.085z"/><path fill="#fff" d="M8.579 10.976h6.838a4330.797 4330.797 0 0 0-3.419 5.921 4330.797 4330.797 0 0 0-3.419-5.921z"/><path fill="#c0111e" d="M5.687 9.179c.152-.126.372-.066.554-.085 3.922.007 7.843-.002 11.765.005.268-.058.541.247.374.492-1.997 3.49-4.024 6.964-6.026 10.451-.074.14-.178.281-.354.287-.283-.017-.364-.324-.494-.522-1.944-3.376-3.896-6.746-5.843-10.121-.114-.144-.145-.39.024-.506m2.892 1.796c1.141 1.973 2.281 3.946 3.419 5.921 1.138-1.975 2.278-3.948 3.419-5.921H8.579z"/></symbol><symbol viewBox="0 0 24 24" id="warning--yield-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M11.832 1.62h.312c.474.062.89.353 1.112.774L23.75 20.226c.114.202.197.42.25.647v.248a1.434 1.434 0 0 1-1.243 1.259H1.253C.629 22.314.121 21.821 0 21.211v-.34c.052-.228.136-.446.251-.649L10.746 2.388a1.487 1.487 0 0 1 1.086-.768m.083 1.17C8.391 8.772 4.873 14.76 1.351 20.743c-.056.1-.106.202-.146.308.095.179.31.114.474.131 6.967-.01 13.934.006 20.902-.007.236.032.234-.227.113-.354-3.415-5.827-6.85-11.644-10.267-17.47-.14-.209-.228-.512-.511-.562z"/><path fill="#c31926" d="M7.993 13.368l.263-.138h7.488l.263.139.007.386c-.204.258-.358.551-.509.841-.442.716-.848 1.453-1.267 2.182-.445.76-.888 1.519-1.321 2.285-.223.404-.493.782-.673 1.21h-.487c-.18-.428-.452-.806-.676-1.212-.431-.764-.874-1.524-1.319-2.281a99.22 99.22 0 0 0-1.322-2.279 4.324 4.324 0 0 0-.454-.745l.007-.388m1.552 1.159c.664 1.165 1.346 2.321 2.011 3.486.124.229.264.451.443.643.286-.296.454-.676.662-1.025.572-.984 1.136-1.97 1.712-2.952.07-.15.252-.353.02-.456-1.558-.041-3.12-.017-4.679-.013-.179-.042-.3.193-.17.317z"/><path fill="#fff" d="M11.915 2.79c.283.049.371.353.511.562 3.418 5.826 6.852 11.642 10.267 17.47.121.127.124.386-.113.354-6.967.013-13.934-.002-20.902.007-.164-.017-.379.048-.474-.131.041-.107.09-.209.146-.308C4.872 14.761 8.389 8.773 11.914 2.791m-2.925 7.601c.205.199.407.402.606.607.66-.674 1.344-1.325 1.991-2.012-.02 1.021.001 2.044-.012 3.065.288-.001.576-.001.865.001-.013-1.019.01-2.036-.013-3.055.641.685 1.324 1.33 1.978 2.002.199-.206.402-.408.608-.607C13.999 9.392 13 8.376 12 7.363c-1 1.014-1.999 2.028-3.011 3.03m-.996 2.975l-.007.388c.182.228.32.486.454.745.451.754.892 1.513 1.322 2.279.445.757.888 1.517 1.319 2.281.223.406.496.784.676 1.212h.487c.18-.427.45-.805.673-1.21.433-.766.876-1.525 1.321-2.285.419-.728.826-1.465 1.267-2.182.151-.29.305-.583.509-.841a49.69 49.69 0 0 0-.007-.386l-.263-.139H8.256l-.263.138z"/><path fill="#fff" d="M9.545 14.527c-.13-.124-.008-.359.17-.317 1.559-.004 3.121-.028 4.679.013.232.103.049.306-.02.456-.576.982-1.14 1.968-1.712 2.952-.209.349-.377.728-.662 1.025a3.079 3.079 0 0 1-.443-.643c-.665-1.165-1.348-2.321-2.011-3.486z"/><path d="M8.989 10.392C10.001 9.39 11 8.376 12 7.362c1 1.013 1.999 2.029 3.012 3.03-.206.199-.409.401-.608.607-.654-.672-1.337-1.316-1.978-2.002.023 1.019 0 2.036.013 3.055a83.169 83.169 0 0 0-.865-.001c.013-1.021-.008-2.044.012-3.065-.647.688-1.331 1.338-1.991 2.012a28.902 28.902 0 0 0-.606-.607z"/></symbol><symbol viewBox="0 0 24 24" id="warning--yield-ahead--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.926 1.5h.121c.48.044.677.517.886.881l10.534 18.252c.182.319.377.632.534.967v.312a.783.783 0 0 1-.716.588H.76c-.578.017-.97-.688-.617-1.157C3.859 14.892 7.588 8.445 11.307 1.995a.921.921 0 0 1 .62-.496M3.1 20.396c5.939-.001 11.878.001 17.818-.001-2.969-5.144-5.939-10.288-8.91-15.431C9.039 10.108 6.066 15.249 3.1 20.396z"/><path fill="#e20a16" d="M8.162 12.9c.193-.054.397-.028.595-.034 2.322.008 4.645-.008 6.966.008.176-.029.335.211.221.352-1.222 2.137-2.465 4.262-3.69 6.398-.048.194-.342.275-.442.08-1.241-2.131-2.466-4.272-3.704-6.406-.102-.121-.1-.32.054-.4m1.755 1.161c.7 1.204 1.392 2.411 2.092 3.614l2.089-3.614H9.917z"/><path fill="#fff" d="M3.1 20.396c2.965-5.147 5.939-10.288 8.908-15.432 2.971 5.143 5.941 10.286 8.91 15.431-5.94.002-11.879 0-17.818.001M8.162 12.9c-.154.079-.156.278-.054.4 1.238 2.134 2.464 4.274 3.704 6.406.1.194.394.114.442-.08 1.225-2.136 2.468-4.261 3.69-6.398.114-.14-.044-.38-.221-.352-2.321-.017-4.644 0-6.966-.008-.198.006-.402-.02-.595.034z"/><path fill="#fff" d="M9.917 14.059h4.181l-2.089 3.614c-.7-1.204-1.392-2.411-2.092-3.614z"/></symbol></svg>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 49 24" id="complementary--accident-area--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#92908f" d="M2.162 0h44.593l.407.225C32.049.247 16.934.276 1.822.21l.34-.211z"/><path fill="#fff" d="M.416 1.491A7.22 7.22 0 0 1 1.822.21c15.113.066 30.228.037 45.34.015l.299.098c.242.524.715.872 1.176 1.195.073.162.223.48.299.642-.047 6.556-.047 13.117 0 19.673-.073.162-.22.48-.294.642-.48.309-.889.71-1.202 1.188-.154.071-.463.216-.617.289-14.721-.137-29.449-.017-44.172-.061-.539.029-1.007-.262-1.435-.549a6.92 6.92 0 0 1-.798-.835c-.443-.911-.267-1.942-.291-2.914.007-5.062.007-10.122 0-15.184.022-.972-.152-2.006.291-2.917M2.055.845C1.149 1.229.6 2.204.659 3.174c.01 5.968-.017 11.939.012 17.907-.007 1.305 1.224 2.376 2.505 2.295 14.209.005 28.418 0 42.624.002 1.305.118 2.616-.977 2.584-2.317.012-6.039.012-12.081 0-18.122.032-1.34-1.276-2.434-2.584-2.317C31.677.62 17.551.627 3.428.617c-.465.01-.948.02-1.374.228z"/><path fill="#fff" d="M2.554 1.384c14.329-.169 28.675-.017 43.011-.076.997-.157 2.167.527 2.121 1.624.017 6.044.017 12.091.002 18.135.042.977-.945 1.722-1.876 1.621-14.216-.002-28.433.005-42.649-.002-1.019.091-1.94-.84-1.815-1.861V3.178c-.078-.789.436-1.584 1.205-1.793m26.058 4.578c-.152 1.484-.049 2.98-.073 4.472l.446-.012c-.206-1.457.446-3.179-.372-4.46M24.926 6.97c.595 1.469 1.46 2.824 2.371 4.114-.235-1.516-1.22-3.105-2.371-4.114m6.227 1.873c-.345.715-1.051 1.362-.901 2.221.906-1.276 1.731-2.63 2.366-4.063-.796.306-1.021 1.195-1.464 1.842M5.268 10.406c-.389 1.357-.267 2.939.01 4.337l.857.294c.495-1.56 2.184-2.792 3.833-2.209 1.43.367 2.099 1.854 2.231 3.206 2.797-.002 5.596.01 8.393-.005-.086-1.42.749-2.941 2.214-3.245 1.66-.487 3.196.816 3.725 2.314 1.1-.475.823-1.785.74-2.745-1.553-1.44-3.894-1.19-5.809-1.761-1.597-.852-2.642-2.537-4.291-3.287-2.537-.037-5.087-.091-7.619.029-1.562.791-2.829 2.094-4.283 3.071m31.556-1.834c.637.193 1.3.193 1.959.211.039.135.118.404.159.536-.198.186-.409.355-.607.536l-.069.627c-1.768-.137-3.612.438-5.317-.203.541-.181 1.097-.323 1.643-.497-.798-.524-1.952-.549-2.762-.049.277.147.556.291.838.433.069.164.208.49.279.651-.269.443-.541.884-.813 1.325-1.484-.627-3.375.049-3.926 1.607-.774 1.741.759 3.913 2.647 3.823 1.455.073 2.579-1.146 2.895-2.478 2.207.282 3.384-2.011 5.062-3.02.512.463-.235.889-.407 1.335-1.092 1.665.311 4.114 2.263 4.161 2.04.25 3.769-2.167 2.78-4.004-.642-1.54-2.557-1.986-4.009-1.379-.301-.647-.607-1.291-.896-1.944.269-.279.539-.558.811-.835a36.152 36.152 0 0 0-.306-.967c-.742-.039-1.501-.088-2.224.132m-28.408 5.03c-1.464.473-1.815 2.616-.576 3.529 1.198 1.051 3.343.132 3.338-1.479.176-1.462-1.428-2.557-2.762-2.05m14.444-.015c-1.42.426-1.876 2.493-.713 3.448 1.092 1.104 3.162.409 3.421-1.109.358-1.516-1.271-2.863-2.709-2.339M3.98 18.556l-.017 1.438c13.643-.01 27.284.01 40.927-.01-.007-.475-.01-.95-.015-1.425-13.633-.005-27.264 0-40.896-.002z"/><path fill="#fff" d="M9.002 8.758c.767-1.166 2.219-.776 3.394-.793.296.857.193 1.773.186 2.662-1.587-.027-3.181.054-4.763-.071-.367-.688.835-1.224 1.183-1.798zM13.367 7.979c1.288-.012 2.598-.14 3.877.042 1.063.757 1.979 1.704 2.931 2.591-2.3.054-4.602.012-6.904.02-.115-.884-.125-1.783.096-2.652zM33.553 11.077c1.609.257 3.84-.754 5.042.436-1.073 1.016-2.275 1.881-3.377 2.863-.588-1.082-1.117-2.197-1.665-3.299zM32.603 12.429c.179-.311.36-.62.546-.928.568.984 1.036 2.02 1.531 3.042-.228.005-.683.017-.911.024a4.523 4.523 0 0 0-1.166-2.138zM28.477 14.273c.235-1.577 2.008-2.256 3.414-1.832-.458.86-1.026 1.663-1.401 2.567.95.056 1.9.047 2.848.083-.287.884-.847 1.766-1.807 2.006-1.651.576-3.475-1.127-3.054-2.824zM39.644 12.6c1.469-.781 3.556.147 3.644 1.886.318 1.856-1.976 3.421-3.573 2.4-1.482-.744-1.636-2.895-.468-3.987.531.82.845 2.055 2.001 2.155-.585-.786-1.232-1.533-1.604-2.454z"/><path fill="#fff" d="M31.288 14.547c.35-.602.718-1.193 1.1-1.773.453.509.776 1.112.975 1.763-.691.02-1.384.02-2.074.01zM8.89 14.522c.673-.196 1.398.404 1.288 1.104-.02.82-1.171 1.261-1.736.671-.602-.49-.35-1.656.448-1.776zM22.362 15.424c.345-1.256 2.378-1.195 2.238.255-.291 1.347-2.096.984-2.238-.255z"/><path fill="#1b1613" d="M47.461.323c.632.088 1.051.593 1.176 1.195-.46-.323-.933-.671-1.176-1.195zM2.055.845c.426-.208.909-.218 1.374-.228 14.123.01 28.249.002 42.372.005 1.308-.118 2.616.977 2.584 2.317.012 6.042.012 12.083 0 18.122.032 1.34-1.278 2.434-2.584 2.317-14.207-.002-28.416.002-42.624-.002-1.281.081-2.513-.989-2.505-2.295C.643 15.113.67 9.142.66 3.174c-.059-.97.49-1.944 1.396-2.329m.498.539c-.769.208-1.283 1.004-1.205 1.793v17.647c-.125 1.021.796 1.952 1.815 1.861 14.216.007 28.433 0 42.649.002.931.1 1.918-.644 1.876-1.621.015-6.044.015-12.091-.002-18.135.047-1.097-1.124-1.78-2.121-1.624-14.336.059-28.682-.093-43.011.076zM0 2.089c.132-.203.272-.402.416-.598-.443.911-.269 1.944-.291 2.917.007 5.062.007 10.122 0 15.184.024.972-.152 2.003.291 2.914A8.904 8.904 0 0 1 0 21.894V2.089zM48.936 2.16l.044-.38v20.427l-.044-.375c-.047-6.556-.047-13.117 0-19.673zM47.439 23.662a4.052 4.052 0 0 1 1.202-1.188 1.38 1.38 0 0 1-1.202 1.188z"/><path fill="#1b1613" d="M1.215 23.341c.429.287.896.578 1.435.549 14.723.044 29.451-.076 44.172.061l.38.049H2.067a9.253 9.253 0 0 1-.852-.659z"/><path fill="#09090a" d="M28.611 5.963c.818 1.281.167 3.002.372 4.46l-.446.012c.024-1.491-.078-2.988.073-4.472z"/><path d="M24.926 6.97c1.151 1.009 2.136 2.598 2.371 4.114-.911-1.291-1.776-2.645-2.371-4.114zM31.153 8.843c.443-.647.669-1.536 1.464-1.842-.634 1.433-1.46 2.787-2.366 4.063-.149-.86.556-1.506.901-2.221zM5.268 10.406c1.455-.977 2.721-2.28 4.283-3.071 2.532-.12 5.082-.066 7.619-.029 1.648.749 2.694 2.434 4.291 3.287 1.915.571 4.256.321 5.809 1.761.083.96.36 2.27-.74 2.745-.529-1.499-2.064-2.802-3.725-2.314-1.464.304-2.3 1.824-2.214 3.245-2.797.015-5.596.002-8.393.005-.132-1.352-.801-2.838-2.231-3.206-1.648-.583-3.338.649-3.833 2.209l-.857-.294c-.277-1.398-.399-2.98-.01-4.337m3.735-1.649c-.348.573-1.55 1.109-1.183 1.798 1.582.125 3.176.044 4.763.071.007-.889.11-1.805-.186-2.662-1.176.017-2.628-.372-3.394.793m4.365-.779c-.22.869-.211 1.768-.096 2.652 2.302-.007 4.604.034 6.904-.02-.953-.887-1.869-1.834-2.931-2.591-1.278-.181-2.589-.054-3.877-.042zM36.825 8.571c.722-.22 1.482-.171 2.224-.132.105.321.211.644.306.967-.272.277-.541.556-.811.835.289.654.595 1.298.896 1.944 1.452-.607 3.367-.162 4.009 1.379.989 1.837-.74 4.254-2.78 4.004-1.952-.047-3.355-2.496-2.263-4.161.171-.446.918-.872.407-1.335-1.678 1.009-2.856 3.301-5.062 3.02-.316 1.332-1.44 2.552-2.895 2.478-1.888.091-3.421-2.082-2.647-3.823.551-1.558 2.442-2.233 3.926-1.607.272-.441.544-.882.813-1.325a47.166 47.166 0 0 1-.279-.651 50.708 50.708 0 0 1-.838-.433c.811-.5 1.964-.475 2.762.049-.546.174-1.102.316-1.643.497 1.704.642 3.549.066 5.317.203l.069-.627c.198-.181.409-.35.607-.536-.042-.132-.12-.402-.159-.536-.659-.017-1.322-.017-1.959-.211m-3.272 2.507c.549 1.102 1.078 2.216 1.665 3.299 1.102-.982 2.304-1.847 3.377-2.863-1.202-1.19-3.433-.179-5.042-.436m-.95 1.352c.583.593.972 1.33 1.166 2.138.228-.007.683-.02.911-.024-.495-1.021-.962-2.057-1.531-3.042-.186.309-.367.617-.546.928m-4.126 1.844c-.421 1.697 1.403 3.399 3.054 2.824.96-.24 1.521-1.122 1.807-2.006-.948-.037-1.898-.027-2.848-.083.375-.904.943-1.707 1.401-2.567-1.406-.424-3.179.255-3.414 1.832M39.644 12.6c.372.921 1.019 1.668 1.604 2.454-1.156-.1-1.469-1.335-2.001-2.155-1.168 1.092-1.014 3.242.468 3.987 1.597 1.021 3.891-.544 3.573-2.4-.088-1.739-2.175-2.667-3.644-1.886m-8.356 1.947c.691.01 1.384.01 2.074-.01a4.69 4.69 0 0 0-.975-1.763c-.382.58-.749 1.171-1.1 1.773z"/><path d="M8.417 13.602c1.335-.507 2.939.588 2.762 2.05.005 1.611-2.14 2.53-3.338 1.479-1.239-.913-.889-3.056.576-3.529m.473.92c-.798.12-1.051 1.286-.448 1.776.566.59 1.717.149 1.736-.671.11-.7-.615-1.3-1.288-1.104zM22.861 13.587c1.438-.524 3.066.823 2.709 2.339-.26 1.518-2.329 2.214-3.421 1.109-1.163-.955-.708-3.022.713-3.448m-.5 1.837c.142 1.239 1.947 1.602 2.238.255.14-1.45-1.893-1.511-2.238-.255zM3.98 18.556c13.631.002 27.262-.002 40.896.002.005.475.007.95.015 1.425-13.643.02-27.284 0-40.927.01l.017-1.438z"/></symbol><symbol viewBox="0 0 49 24" id="complementary--accident-area--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#93918f" d="M2.136 0h44.655l.38.252C33.898.237 20.622.247 7.348.245 5.386.267 3.415.137 1.468.426c.218-.149.441-.291.669-.426z"/><path fill="#fff" d="M1.467.426C3.414.137 5.385.267 7.347.245 20.62.247 33.896.238 47.17.252c.069.017.203.056.272.076.272.509.74.864 1.198 1.2l.291.627c-.037 6.561-.042 13.124.002 19.685l-.289.622a4.479 4.479 0 0 0-1.212 1.2l-.605.284c-13.893-.122-27.791-.017-41.684-.051-1.215-.064-2.515.228-3.656-.313-.561-.478-1.029-1.051-1.452-1.648C.197 15.322.202 8.683.033 2.07.454 1.475.937.924 1.468.427m.584.423C1.146 1.227.6 2.209.656 3.174c.01 5.971-.01 11.939.012 17.907-.01 1.308 1.229 2.373 2.508 2.295 14.209.007 28.416 0 42.624.002 1.3.11 2.618-.975 2.584-2.317.01-6.042.01-12.081 0-18.122C48.416 1.597 47.106.507 45.8.62 31.677.62 17.551.627 3.428.618c-.468.005-.95.024-1.376.233z"/><path fill="#fff" d="M2.554 1.384c14.327-.171 28.675-.015 43.011-.076.997-.157 2.17.527 2.121 1.626.017 6.042.015 12.088.002 18.132.044.977-.945 1.724-1.876 1.621-14.216-.002-28.433.005-42.649-.005-1.016.093-1.944-.838-1.815-1.859V3.176c-.083-.789.436-1.584 1.205-1.793m21.55 7.678c.13.708-.345 1.763.421 2.177a72.117 72.117 0 0 0-.005-4.604c-.789.504-.269 1.641-.416 2.427m3.671-1.369c-.72 1.298-1.565 2.53-2.187 3.884 1.332-.769 1.719-2.54 2.584-3.769-.098-.027-.296-.086-.397-.115m-7.32.027c.85 1.229 1.244 3.127 2.606 3.793-.847-1.234-1.283-3.108-2.606-3.793M3.86 11.466c.103 1.347-.762 3.453.801 4.156.522-1.418 2.038-2.642 3.598-2.06 1.288.355 1.849 1.697 1.971 2.917 2.515.002 5.03 0 7.545.002.044-1.288.703-2.713 2.084-2.98 1.536-.431 2.863.811 3.407 2.136.926-.517.673-1.678.598-2.549-1.158-1.019-2.811-1.09-4.266-1.34-2.079-.203-3.061-2.442-4.864-3.216-2.295-.039-4.602-.081-6.894.022-1.442.774-2.669 1.935-3.98 2.912m26.233.037c-1.704.509-3.659.355-5.162 1.438-.49.673-.176 1.57-.078 2.322l.615.291c.49-1.352 1.915-2.508 3.404-2.03 1.308.306 2.02 1.68 1.957 2.953 2.542.002 5.082.012 7.624-.007-.042-1.665 1.425-3.362 3.176-3.005 1.205.152 1.898 1.202 2.424 2.18.654-.323.953-.965.833-1.68-.127-1.007.421-2.459-.715-3.027-1.217-.722-2.153-1.93-3.495-2.407-2.282-.034-4.577-.078-6.86.02-1.389.779-2.356 2.145-3.722 2.953M6.696 14.3c-1.114.453-1.487 2.04-.654 2.924.948 1.22 3.269.536 3.233-1.07.235-1.354-1.379-2.493-2.579-1.854m12.996.029c-1.117.48-1.406 2.158-.507 2.976.864.97 2.713.588 3.083-.676.627-1.464-1.188-3.113-2.576-2.3m7.604.022c-1.082.507-1.367 2.099-.5 2.931.926 1.065 2.931.551 3.176-.867.402-1.45-1.374-2.87-2.677-2.064m13.177-.066c-1.215.47-1.543 2.238-.549 3.093 1.048 1.024 3.108.284 3.113-1.227.201-1.325-1.369-2.473-2.564-1.866M3.855 18.558c-.005.473-.01.948-.012 1.42 13.641.039 27.282 0 40.922.02-.002-.482-.007-.965-.015-1.447-13.631.007-27.262-.002-40.896.007z"/><path fill="#fff" d="M8.016 9.223c.786-.186 1.614-.066 2.417-.076.218.789.179 1.609.152 2.417-1.474-.049-2.966.125-4.428-.113.198-.962 1.195-1.56 1.859-2.229zM11.209 9.311c1.131-.358 2.424-.174 3.605-.115.967.673 1.788 1.54 2.63 2.358-2.094.034-4.188.015-6.282.012-.007-.752-.064-1.509.047-2.256zM33.889 9.179c1.151-.115 2.312-.029 3.468-.027.211.789.191 1.607.157 2.412-2.106.005-4.212.022-6.321-.007.894-.793 1.685-1.736 2.696-2.378zM38.116 9.203c.975.012 2.216-.433 2.958.407.568.549 1.09 1.141 1.592 1.749-1.491.397-3.047.13-4.567.216a17.868 17.868 0 0 1 .017-2.371zM7.393 15.056c1.168-.127 1.379 1.741.206 1.922-1.259.198-1.487-1.915-.206-1.922zM40.322 15.6c.433-.931 1.594-.536 1.922.257-.108.289-.213.583-.316.874-.798.602-2.033-.144-1.607-1.131zM19.462 15.872c.316-.828 1.526-1.193 1.942-.24.358.972-.83 1.692-1.619 1.109l-.323-.869zM28.173 17.079c-1.176-.135-1.3-2.057-.01-2.023 1.259.022 1.131 1.815.01 2.023z"/><path fill="#1b1613" d="M47.442.328c.642.066 1.07.598 1.198 1.2-.458-.336-.926-.691-1.198-1.2zM2.052.85c.426-.208.909-.228 1.376-.233C17.551.627 31.677.619 45.8.619c1.305-.113 2.616.977 2.584 2.319.01 6.042.01 12.081 0 18.122.034 1.342-1.283 2.427-2.584 2.317-14.209-.002-28.416.005-42.624-.002-1.278.078-2.518-.987-2.508-2.295C.646 15.112.666 9.144.656 3.173.6 2.208 1.146 1.226 2.052.849m.502.535c-.769.208-1.288 1.004-1.205 1.793v17.647c-.13 1.021.798 1.952 1.815 1.859 14.216.01 28.433.002 42.649.005.931.103 1.92-.644 1.876-1.621.012-6.044.015-12.091-.002-18.132.049-1.1-1.124-1.783-2.121-1.626-14.336.061-28.685-.096-43.011.076zM0 1.793l.032.277c.169 6.612.164 13.251.002 19.864L0 22.223V1.794zM48.931 2.155l.049-.375v20.427l-.047-.367c-.044-6.561-.039-13.124-.002-19.685zM47.432 23.662a4.493 4.493 0 0 1 1.212-1.2 1.388 1.388 0 0 1-1.212 1.2zM1.487 23.581c1.141.541 2.442.25 3.656.313 13.893.034 27.791-.071 41.684.051l.375.054H2.089a9.647 9.647 0 0 1-.602-.419z"/><path d="M24.103 9.061c.147-.786-.372-1.922.416-2.427.056 1.533.047 3.071.005 4.604-.767-.414-.291-1.469-.421-2.177zM27.774 7.692c.1.029.299.088.397.115-.864 1.229-1.251 3-2.584 3.769.622-1.354 1.467-2.586 2.187-3.884zM20.454 7.719c1.322.686 1.758 2.559 2.606 3.793-1.362-.666-1.756-2.564-2.606-3.793zM3.86 11.466c1.31-.977 2.537-2.138 3.98-2.912 2.292-.103 4.599-.061 6.894-.022 1.802.774 2.784 3.012 4.864 3.216 1.455.25 3.108.321 4.266 1.34.076.872.328 2.033-.598 2.549-.544-1.325-1.871-2.567-3.407-2.136-1.381.267-2.04 1.692-2.084 2.98-2.515-.002-5.03 0-7.545-.002-.122-1.22-.683-2.562-1.971-2.917-1.56-.583-3.076.642-3.598 2.06-1.562-.703-.698-2.809-.801-4.156m4.156-2.243c-.664.669-1.66 1.266-1.859 2.229 1.462.238 2.953.064 4.428.113.027-.808.066-1.629-.152-2.417-.803.01-1.631-.11-2.417.076m3.193.087c-.11.747-.054 1.504-.047 2.256 2.094.002 4.188.022 6.282-.012-.842-.818-1.663-1.685-2.63-2.358-1.18-.059-2.473-.242-3.605.115zM30.093 11.503c1.367-.808 2.334-2.175 3.722-2.953 2.282-.098 4.577-.054 6.86-.02 1.342.478 2.278 1.685 3.495 2.407 1.136.568.588 2.02.715 3.027.12.715-.179 1.357-.833 1.68-.527-.977-1.22-2.028-2.424-2.18-1.751-.358-3.218 1.34-3.176 3.005-2.542.02-5.082.01-7.624.007.064-1.273-.649-2.647-1.957-2.953-1.489-.478-2.914.678-3.404 2.03l-.615-.291c-.098-.752-.411-1.648.078-2.322 1.504-1.082 3.458-.928 5.162-1.438m3.797-2.323c-1.011.642-1.802 1.584-2.696 2.378 2.109.029 4.215.012 6.321.007.034-.806.054-1.624-.157-2.412-1.156-.002-2.317-.088-3.468.027m4.227.024a17.868 17.868 0 0 0-.017 2.371c1.521-.086 3.076.181 4.567-.216a21.24 21.24 0 0 0-1.592-1.749c-.742-.84-1.984-.394-2.958-.407z"/><path d="M6.696 14.3c1.2-.639 2.814.5 2.579 1.854.037 1.607-2.285 2.29-3.233 1.07-.833-.884-.46-2.471.654-2.924m.697.756c-1.281.007-1.053 2.121.206 1.922 1.173-.181.962-2.05-.206-1.922zM19.692 14.329c1.389-.813 3.203.835 2.576 2.3-.37 1.264-2.219 1.646-3.083.676-.899-.818-.61-2.496.507-2.976m-.23 1.543c.108.289.216.578.323.869.789.583 1.976-.137 1.619-1.109-.416-.953-1.626-.588-1.942.24zM27.296 14.351c1.303-.806 3.078.615 2.677 2.064-.245 1.418-2.251 1.932-3.176.867-.867-.833-.583-2.424.5-2.931m.876 2.728c1.122-.208 1.249-2.001-.01-2.023-1.291-.034-1.166 1.888.01 2.023zM40.472 14.285c1.195-.607 2.765.541 2.564 1.866-.005 1.511-2.064 2.251-3.113 1.227-.994-.855-.666-2.623.549-3.093m-.15 1.315c-.426.987.808 1.734 1.607 1.131.103-.291.208-.585.316-.874-.328-.793-1.489-1.188-1.922-.257zM3.855 18.558c13.633-.01 27.264 0 40.896-.007.007.482.012.965.015 1.447-13.641-.02-27.282.02-40.922-.02.002-.473.007-.948.012-1.42z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--accident-area--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h24v24H0V0m.48.48v23.04h23.032V.48H.48z"/><path fill="#1f1917" d="M7.798 4.13c.25-.019.498-.04.748-.06.071 1.513.146 3.026.208 4.541l-.353.02c-.204-1.5-.403-3-.602-4.501zM9.754 4.102l.739.125c-.319 1.472-.644 2.944-.962 4.417a21.596 21.596 0 0 0-.354-.02c.176-1.51.385-3.014.577-4.522zM5.98 4.655c.233-.09.466-.178.701-.262.46 1.446.93 2.888 1.373 4.339l-.335.116C7.143 7.449 6.557 6.052 5.98 4.654z"/><path fill="#1f1917" d="M1.718 8.618a22.35 22.35 0 0 1 3.965-2.086c1.28 1.734 2.159 3.709 3.186 5.594.263.536.616 1.036.774 1.618.125-.79-.44-1.549-.418-2.345.166-.708.371-1.408.55-2.112 3.252-.336 6.521-.209 9.784-.234.871-.013 1.733.127 2.594.233a24.01 24.01 0 0 1 0 4.486c-2.69.353-5.408.151-8.113.204-1.441.047-2.874-.151-4.313-.205.674 1.187 1.16 2.466 1.728 3.704-.571.503-1.11 1.043-1.692 1.534-.739.242-1.519.365-2.276.552-1.854-2.812-3.319-5.846-4.908-8.808-.338-.69-.571-1.424-.86-2.135m1.309 1.959c.272.222.546.442.818.662.842-.598 1.771-1.063 2.73-1.442l-.052-1.086a8.473 8.473 0 0 0-3.497 1.866m10.225-1.263c.845.565 1.858.54 2.83.5l-.001-.534c-.942.016-1.888-.04-2.828.034m3.216-.033l-.001.534c.653.001 1.306.005 1.96-.004.182-.178.368-.353.553-.53-.838-.002-1.674-.001-2.512 0m-9.305.065c-.084.252-.168.504-.254.755.3.581.606 1.157.91 1.735l.516-.281c-.386-.738-.776-1.476-1.171-2.209m5.693.18a9.69 9.69 0 0 0-.006 3.988c.416-.163.835-.318 1.25-.484-.17-1.016-.188-2.058-.001-3.072-.412-.15-.824-.3-1.243-.432m5.984.426c.13 1.025.128 2.063.001 3.089.332.146.664.298.992.454a8.65 8.65 0 0 0-.022-3.962c-.328.132-.65.274-.972.42M3.203 11.434c.385.74.78 1.477 1.166 2.216l.468-.253c-.3-.575-.6-1.15-.911-1.718l-.724-.245M8 12.163c.408.9.884 1.789 1.793 2.273-.336-.886-.854-1.69-1.278-2.534-.172.086-.343.174-.515.262m5.253 1.57c.941.072 1.885.018 2.828.034l-.001-.582c-.976-.044-2.004-.067-2.827.548m3.216-.548l-.001.582h2.503c-.516-.925-1.643-.491-2.502-.582m-11.914.8c.438.844.856 1.7 1.348 2.514.108-1.02-.397-1.903-.882-2.752-.156.078-.311.157-.466.238m1.506 1.45c.066.433.133.865.205 1.298a9.801 9.801 0 0 0 3.526-1.86c-.332-.296-.668-.59-1.008-.878a9.13 9.13 0 0 1-2.723 1.44z"/><path fill="#1f1917" d="M12.518 14.893l.199-.296c1.3.774 2.61 1.53 3.901 2.32-.136.209-.27.418-.406.625-1.231-.883-2.466-1.762-3.695-2.648zM11.969 15.42l.271-.222c1.057 1.08 2.116 2.156 3.167 3.241l-.558.506c-.954-1.181-1.933-2.34-2.88-3.526zM11.354 15.81l.308-.19c.754 1.316 1.49 2.644 2.234 3.965l-.667.337c-.629-1.369-1.236-2.748-1.876-4.112z"/><path fill="#fff" d="M.48.48h23.032v23.04H.48V.48m7.318 3.65c.199 1.501.398 3.001.602 4.501.088-.005.264-.016.353-.02-.061-1.514-.137-3.028-.208-4.541-.25.02-.498.041-.748.06m1.957-.028c-.192 1.507-.401 3.012-.577 4.522l.354.02c.318-1.474.643-2.945.962-4.417l-.739-.125m-3.774.553c.577 1.398 1.163 2.795 1.739 4.194l.335-.116c-.443-1.451-.913-2.893-1.373-4.339-.235.084-.468.172-.701.262M1.718 8.618c.289.71.522 1.445.86 2.135 1.589 2.962 3.054 5.996 4.908 8.808.757-.187 1.537-.31 2.276-.552.582-.491 1.121-1.031 1.692-1.534-.568-1.238-1.054-2.518-1.728-3.704 1.439.054 2.872.252 4.313.205 2.705-.053 5.423.149 8.113-.204a24.01 24.01 0 0 0 0-4.486c-.862-.106-1.723-.246-2.594-.233-3.263.025-6.532-.102-9.784.234-.179.704-.384 1.404-.55 2.112-.023.796.542 1.555.418 2.345-.158-.582-.511-1.081-.774-1.618-1.027-1.885-1.906-3.86-3.186-5.594a22.284 22.284 0 0 0-3.965 2.086m10.801 6.275c1.229.887 2.464 1.765 3.695 2.648l.406-.625c-1.291-.79-2.602-1.546-3.901-2.32l-.199.296m-.55.528c.947 1.186 1.926 2.345 2.88 3.526l.558-.506c-1.051-1.085-2.11-2.161-3.167-3.241l-.271.222m-.615.389c.64 1.364 1.247 2.743 1.876 4.112.222-.113.444-.226.667-.337-.744-1.321-1.481-2.648-2.234-3.965l-.308.19z"/><path fill="#fff" d="M3.028 10.577a8.467 8.467 0 0 1 3.497-1.866l.052 1.086c-.959.379-1.888.845-2.73 1.442-.272-.221-.546-.44-.818-.662zM13.252 9.314c.941-.073 1.886-.018 2.828-.034l.001.534c-.972.04-1.985.065-2.83-.5zM16.469 9.281c.838-.001 1.674-.002 2.512 0-.185.178-.371.353-.553.53-.654.008-1.307.005-1.96.004l.001-.534zM7.164 9.346c.395.733.785 1.471 1.171 2.209l-.516.281c-.304-.578-.61-1.154-.91-1.735.086-.251.17-.503.254-.755zM12.858 9.526c.419.132.832.282 1.243.432-.187 1.014-.169 2.056.001 3.072-.415.166-.834.32-1.25.484a9.69 9.69 0 0 1 .006-3.988zM18.842 9.952c.322-.146.644-.288.972-.42a8.65 8.65 0 0 1 .022 3.962c-.329-.156-.66-.307-.992-.454a12.472 12.472 0 0 0-.001-3.089zM3.203 11.434l.724.245c.311.569.611 1.144.911 1.718l-.468.253c-.386-.739-.781-1.476-1.166-2.216zM8 12.163l.515-.262c.424.845.942 1.649 1.278 2.534-.908-.484-1.385-1.373-1.793-2.273zM13.253 13.734c.823-.616 1.852-.593 2.827-.548l.001.582c-.943-.016-1.888.038-2.828-.034zM16.469 13.186c.859.091 1.986-.343 2.502.582h-2.503l.001-.582zM4.555 13.986c.155-.08.31-.16.466-.238.485.848.99 1.732.882 2.752-.492-.814-.91-1.67-1.348-2.514zM6.061 15.436a9.13 9.13 0 0 0 2.723-1.44c.34.288.676.582 1.008.878a9.793 9.793 0 0 1-3.526 1.86 97.125 97.125 0 0 1-.205-1.298z"/></symbol><symbol viewBox="0 0 49 24" id="complementary--accident-area--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#92918f" d="M2.133 0h44.709l.323.267C33.811.216 20.456.26 7.102.245 5.226.274 3.335.125 1.474.431 1.69.279 1.907.137 2.133 0z"/><path fill="#fff" d="M1.474.431C3.335.125 5.226.274 7.102.245 20.456.26 33.811.216 47.165.267c.069.02.208.054.277.073.289.49.742.847 1.19 1.185l.289.622c-.02 6.566-.024 13.134.002 19.7l-.289.622c-.468.323-.874.72-1.198 1.185l-.605.284c-14.807-.113-29.623.002-44.432-.059-.451-.017-.825-.306-1.188-.541a6.778 6.778 0 0 1-.786-.83c-.167-.37-.326-.757-.306-1.173C.134 15.112.136 8.887.117 2.662c-.022-.416.14-.803.311-1.173.318-.38.678-.725 1.046-1.058m.576.414C1.149 1.232.6 2.207.657 3.174c.01 5.971-.007 11.939.01 17.907-.002 1.305 1.229 2.376 2.513 2.297 14.207.002 28.413-.002 42.62.002 1.305.115 2.623-.98 2.589-2.319.005-6.042.007-12.083 0-18.122C48.421 1.599 47.106.502 45.8.62 31.593.625 17.387.62 3.18.622c-.384.01-.779.049-1.129.223z"/><path fill="#fff" d="M2.554 1.381c14.41-.159 28.839-.022 43.256-.069.931-.108 1.922.644 1.878 1.621.012 6.044.012 12.088 0 18.132.047.977-.948 1.729-1.878 1.621-14.216-.002-28.433.002-42.647-.002-.909.081-1.832-.681-1.805-1.614-.022-5.966 0-11.929-.012-17.895A1.71 1.71 0 0 1 2.553 1.38m17.538 1.319c-.353.573-.522 1.234-.744 1.866.703.306 1.418.583 2.148.82.235-.749.833-1.491.637-2.309-.411-.627-1.474-1.024-2.04-.377m-2.518 3.597c-.313 1.21-1.646 2.677-.348 3.708.245 1.704-1.202 4.56 1.033 5.297 2.496.933 4.922 2.082 7.455 2.902 1.68-.355 2.278-2.339 3.456-3.426 1.719.093 1.766-1.9 2.378-3.044.475-.725.051-1.643-.757-1.864-3.85-1.533-7.692-3.093-11.554-4.587-.784-.331-1.509.25-1.663 1.014m12.507.262a27.817 27.817 0 0 0-.808 1.971c.72.299 1.445.578 2.189.808.644-1.087 1.151-2.811-.605-3.069-.26.098-.519.193-.776.289M3.989 18.544l-.007 1.445c13.599-.002 27.201 0 40.8 0-.005-.482-.007-.965-.012-1.445-13.594-.002-27.189-.002-40.78 0z"/><path fill="#fff" d="M18.059 10.251c3.468 1.227 6.847 2.699 10.286 4.009-.7.972-1.401 1.949-2.175 2.865-.304.36-.82.164-1.183.022a745.797 745.797 0 0 0-6.132-2.454c-1.979-.531-.551-3.007-.796-4.442z"/><path fill="#1b1613" d="M47.442.34c.656.037 1.078.573 1.19 1.185-.448-.338-.901-.696-1.19-1.185zM2.05.845C2.4.671 2.794.632 3.179.622 17.386.62 31.592.624 45.799.62c1.305-.118 2.62.98 2.589 2.319.007 6.039.005 12.081 0 18.122.034 1.34-1.283 2.434-2.589 2.319-14.207-.005-28.413 0-42.62-.002-1.283.078-2.515-.992-2.513-2.297-.017-5.968 0-11.936-.01-17.907C.6 2.207 1.148 1.232 2.049.845m.505.536c-.764.218-1.296 1.002-1.207 1.795.012 5.966-.01 11.929.012 17.895-.027.933.896 1.695 1.805 1.614 14.214.005 28.43 0 42.647.002.931.108 1.925-.644 1.878-1.621.012-6.044.012-12.088 0-18.132.044-.977-.948-1.729-1.878-1.621-14.417.047-28.847-.091-43.256.069zM0 2.084c.137-.203.279-.402.429-.595-.171.37-.333.757-.311 1.173.02 6.225.017 12.451.002 18.673-.02.416.14.803.306 1.173A10.777 10.777 0 0 1 0 21.896V2.084zM48.921 2.148l.059-.365v20.422l-.056-.358a2752.42 2752.42 0 0 1-.002-19.7zM47.437 23.655c.323-.465.73-.862 1.198-1.185a1.323 1.323 0 0 1-1.198 1.185z"/><path fill="#1b1613" d="M1.212 23.339c.362.235.737.524 1.188.541 14.809.061 29.625-.054 44.432.059l.362.061H2.067a11.188 11.188 0 0 1-.855-.661z"/><path d="M20.091 2.699c.566-.647 1.629-.25 2.04.377.196.818-.402 1.56-.637 2.309a24.1 24.1 0 0 1-2.148-.82c.223-.632.392-1.293.744-1.866zM17.574 6.296c.154-.764.879-1.344 1.663-1.014 3.862 1.494 7.704 3.054 11.554 4.587.808.22 1.232 1.139.757 1.864-.612 1.144-.659 3.137-2.378 3.044-1.178 1.087-1.776 3.071-3.456 3.426-2.532-.82-4.959-1.969-7.455-2.902-2.236-.737-.789-3.593-1.033-5.297-1.298-1.031.034-2.498.348-3.708m.485 3.955c.245 1.435-1.183 3.911.796 4.442 2.047.806 4.09 1.629 6.132 2.454.362.142.879.338 1.183-.022.774-.916 1.474-1.893 2.175-2.865-3.438-1.31-6.818-2.782-10.286-4.009zM30.081 6.558c.257-.096.517-.191.776-.289 1.756.257 1.249 1.981.605 3.069a24.86 24.86 0 0 1-2.189-.808c.245-.666.512-1.325.808-1.971zM3.989 18.544c13.592-.002 27.186-.002 40.78 0 .005.48.007.962.012 1.445-13.599 0-27.201-.002-40.8 0l.007-1.445z"/></symbol><symbol viewBox="0 0 14 24" id="complementary--advisory-exit-or-ramp-speed--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#97999b" d="M.965 0h11.806v.047C8.833.049 4.896.046.958.048L.964 0z"/><path fill="#2b2e34" d="M.048.961C.088.506.504.088.959.048c3.937-.003 7.875 0 11.813-.001.422.003.761.345.937.704-.041.058-.037.112.015.162l.017.026c-.01 7.189 0 14.378-.005 21.567a4.51 4.51 0 0 0 .019.615 1.235 1.235 0 0 1-.85.85c-3.98-.039-7.962-.003-11.944-.018-.462-.038-.878-.449-.912-.912V.962M1.077.166C.529.223.112.756.151 1.3.152 8.449.15 15.599.152 22.749c-.033.597.503 1.138 1.101 1.108 3.776.001 7.552.003 11.328-.001.584.009 1.093-.526 1.06-1.109.001-7.165.002-14.33 0-21.495.027-.599-.511-1.129-1.108-1.1C8.715.159 4.894.131 1.077.166z"/><path fill="#2b2e34" d="M1.08.318C4.88.286 8.682.315 12.483.304c.347-.02.709.15.874.464.148.249.118.547.119.824l-.001 21.159c.026.493-.403.943-.898.935-3.774.004-7.549.001-11.323.002-.506.024-.967-.432-.937-.941V1.254C.294.809.635.375 1.081.318m.046.338C.846.695.639.973.66 1.253c0 1.301-.001 2.602.001 3.904a.563.563 0 0 0 .588.574c3.761.002 7.523.001 11.284 0a.568.568 0 0 0 .598-.575c.001-1.317.002-2.634 0-3.951.011-.318-.288-.579-.599-.56C8.731.652 4.927.63 1.127.656m-.1 5.431a.565.565 0 0 0-.368.563v16.096a.57.57 0 0 0 .594.599H12.53a.57.57 0 0 0 .602-.6V6.649a.572.572 0 0 0-.602-.599c-3.743-.002-7.486.001-11.228-.002-.093.002-.187.004-.274.037z"/><path fill="#2b2e34" d="M5.268 2.045c.133.002.266.003.4.003.322.755.637 1.512.951 2.27l-.436.001a15.77 15.77 0 0 1-.22-.518c-.332-.008-.664-.003-.996-.003l-.217.52c-.147.001-.294 0-.44-.003.322-.756.621-1.522.959-2.27m.195.577c-.114.252-.217.509-.322.765.215.002.431.002.647 0-.107-.255-.208-.513-.324-.765zM7.011 2.05l.401-.003c.231.441.442.892.663 1.339.23-.441.436-.895.663-1.338h.404v2.271h-.405c-.007-.434.007-.867-.008-1.301-.233.425-.435.865-.65 1.298-.224-.435-.43-.88-.658-1.312-.011.439-.001.878-.006 1.316l-.405-.001c0-.757-.002-1.513.001-2.269zM2.22 2.05c.468.026.955-.068 1.409.063.524.212.525 1.01.029 1.258.127.318.268.63.399.947l-.438.003c-.135-.291-.254-.588-.376-.885a18.07 18.07 0 0 0-.616-.001c0 .294.001.589-.001.883h-.405V2.05m.405.41v.563c.27-.01.545.03.811-.023.242-.071.236-.432.004-.514-.266-.063-.545-.015-.816-.027zM9.733 2.05c.386 0 .771-.007 1.157.002.346 0 .668.296.679.645a.683.683 0 0 1-.578.725c-.282.027-.566.005-.85.013 0 .294.002.589-.001.883h-.408c0-.757-.002-1.513.001-2.269m.408.411v.563c.274-.009.552.026.824-.02.233-.067.258-.409.034-.506-.276-.083-.573-.023-.858-.038zM4.578 7.468c1.793-1.365 4.602-1.158 6.115.537.604.662.966 1.551.942 2.452-.014.944-.45 1.856-1.127 2.507-.727.709-1.712 1.128-2.718 1.224.066.321.195.627.24.952.017.214-.271.33-.427.196-.92-.623-1.843-1.24-2.757-1.871.914-.627 1.837-1.241 2.753-1.865.16-.137.446-.018.43.199-.055.317-.175.617-.25.929.864-.111 1.712-.582 2.145-1.356.429-.732.301-1.71-.256-2.338-1.081-1.266-3.214-1.345-4.429-.229-.448.406-.743.992-.735 1.603-.002 1.26 0 2.521-.005 3.781-.484 0-.968.003-1.452-.002v-3.778c-.02-1.159.608-2.263 1.53-2.941zM3.414 16.736a2.547 2.547 0 0 1 2.305-.523c.281.081.549.241.714.488.271.403.229.985-.097 1.346-.265.319-.696.387-1.067.517-.438.139-.792.479-.989.889.778.007 1.556 0 2.334.004.002.236.002.472 0 .708-1.067.002-2.134.002-3.2 0-.02-.923.56-1.82 1.409-2.18.319-.161.711-.173.986-.415.203-.218.062-.59-.222-.651-.572-.158-1.235-.04-1.684.361-.168-.177-.329-.36-.488-.544zM7.423 16.196h2.645c-.003.232-.007.464-.015.695-.654.002-1.307-.002-1.961.002-.015.188-.029.377-.04.565.611-.143 1.324-.155 1.829.274.646.512.655 1.612-.004 2.117-.781.603-1.909.427-2.702-.062.123-.2.247-.399.377-.594.534.288 1.219.452 1.788.171.449-.227.413-.944-.019-1.167-.418-.197-.895-.089-1.319.032-.238-.035-.466-.117-.7-.167.033-.623.082-1.244.121-1.867zM4.296 21.297l.266.004c.143.293.28.588.427.879.155-.281.276-.58.435-.859.078-.045.178-.016.265-.027.001.498.002.996 0 1.494H5.43c-.004-.295.001-.591-.004-.886-.156.286-.287.586-.432.878-.155-.297-.293-.603-.436-.906-.001.305.001.61-.002.915l-.26-.002v-1.491zM6.467 21.3c.292.009.59-.032.878.029.3.081.413.498.198.721-.203.227-.537.132-.804.152v.588l-.271-.002a369.52 369.52 0 0 1 0-1.489m.27.269l.001.367c.176-.001.355.018.529-.016.156-.043.163-.293.002-.334-.175-.035-.355-.015-.533-.016zM8.296 21.297l.265.003c-.001.19 0 .381.001.572h.666c.002-.19.002-.381.001-.571l.267-.005c.001.497.002.995 0 1.492l-.266.001a47.525 47.525 0 0 1-.001-.654c-.224.001-.447.001-.67.008l.001.644-.264.001c-.002-.497-.001-.995 0-1.492z"/><path fill="#ffcf59" d="M1.077.166C4.894.131 8.715.159 12.533.152c.597-.029 1.135.502 1.108 1.1.002 7.165.001 14.33 0 21.495.033.583-.476 1.118-1.06 1.109-3.776.005-7.552.002-11.328.001-.598.03-1.133-.511-1.101-1.108-.002-7.15 0-14.3-.001-21.449C.112.756.529.223 1.077.166m.003.152C.634.375.293.809.316 1.254v21.493c-.03.508.431.965.937.941 3.774-.001 7.549.002 11.323-.002.495.008.924-.442.898-.935l.001-21.159c-.001-.277.029-.575-.119-.824-.165-.314-.527-.483-.874-.464C8.681.315 4.879.287 1.079.318z"/><path fill="#ffcf59" d="M1.127.656C4.927.63 8.731.652 12.532.645c.311-.019.61.242.599.56.003 1.317.002 2.635 0 3.951.016.321-.28.6-.598.575H1.249a.563.563 0 0 1-.588-.574C.659 3.856.66 2.555.66 1.253.64.973.846.694 1.127.656m4.141 1.389c-.338.748-.637 1.515-.959 2.27.147.004.293.004.44.003l.217-.52c.332 0 .664-.004.996.003.07.174.144.346.22.518l.436-.001a226.25 226.25 0 0 0-.951-2.27c-.133 0-.267 0-.4-.003m1.744.005c-.003.757-.001 1.513-.001 2.269l.405.001c.005-.439-.005-.878.006-1.316.228.433.435.877.658 1.312.215-.433.417-.874.65-1.298.015.433.001.867.008 1.301h.405V2.048h-.404c-.227.442-.433.896-.663 1.338-.22-.447-.431-.898-.663-1.339l-.401.003m-4.791 0v2.268h.405c.002-.294 0-.589.001-.883.205-.003.411-.003.616.001.122.296.241.594.376.885l.438-.003c-.131-.317-.271-.629-.399-.947.496-.248.495-1.046-.029-1.258-.454-.131-.941-.037-1.409-.063m7.514 0c-.003.756-.001 1.512-.001 2.269h.408c.003-.294 0-.589.001-.883.283-.008.567.014.85-.013a.682.682 0 0 0 .578-.725c-.011-.349-.333-.645-.679-.645-.386-.009-.771-.001-1.157-.002z"/><path fill="#ffcf59" d="M2.626 2.46c.271.011.55-.036.816.027.232.082.238.442-.004.514-.266.053-.541.013-.811.023v-.563zM10.141 2.46c.284.014.582-.045.858.038.224.097.2.439-.034.506-.271.045-.549.011-.824.02v-.563zM5.464 2.622c.116.252.217.51.324.765-.215.002-.431.002-.647 0 .106-.256.208-.513.322-.765zM1.027 6.087c.087-.033.182-.035.274-.037 3.743.003 7.486 0 11.228.002a.572.572 0 0 1 .602.599v16.096a.571.571 0 0 1-.602.6H1.252c-.328.026-.618-.274-.594-.599V6.652a.561.561 0 0 1 .368-.563m3.552 1.379c-.921.678-1.55 1.782-1.53 2.941v3.778c.484.005.968.002 1.452.002.004-1.26.003-2.521.005-3.781-.008-.611.288-1.197.735-1.603 1.215-1.116 3.348-1.037 4.429.229.557.628.685 1.606.256 2.338-.433.774-1.281 1.245-2.145 1.356.075-.312.195-.613.25-.929.016-.217-.271-.336-.43-.199-.916.624-1.84 1.238-2.753 1.865.914.631 1.838 1.248 2.757 1.871.156.134.444.019.427-.196-.045-.325-.174-.631-.24-.952 1.006-.095 1.991-.514 2.718-1.224.677-.65 1.113-1.562 1.127-2.507.025-.901-.338-1.79-.942-2.452-1.512-1.694-4.321-1.902-6.115-.537m-1.165 9.268c.16.184.32.367.488.544.449-.401 1.112-.52 1.684-.361.283.06.425.433.222.651-.275.243-.667.254-.986.415a2.362 2.362 0 0 0-1.409 2.18c1.066.002 2.133.002 3.2 0 .002-.236.002-.472 0-.708-.778-.004-1.556.003-2.334-.004.198-.41.552-.75.989-.889.371-.13.802-.198 1.067-.517.327-.36.369-.943.097-1.346-.165-.246-.433-.407-.714-.488a2.547 2.547 0 0 0-2.305.523m4.01-.54c-.039.622-.088 1.244-.121 1.867.234.051.462.133.7.167.423-.121.9-.229 1.319-.032.432.224.468.94.019 1.167-.569.281-1.254.117-1.788-.171a17.49 17.49 0 0 0-.377.594c.793.489 1.921.665 2.702.062.659-.506.651-1.605.004-2.117-.505-.429-1.218-.417-1.829-.274.011-.188.025-.377.04-.565.654-.004 1.307 0 1.961-.002.008-.232.012-.464.015-.695H7.423m-3.127 5.1v1.491c.086 0 .173 0 .26.002.003-.305 0-.61.002-.915.143.303.281.609.436.906.145-.293.276-.592.432-.878.005.295 0 .59.004.886h.259c.002-.498.001-.996 0-1.494-.087.011-.187-.018-.265.027-.159.279-.28.578-.435.859-.147-.291-.285-.586-.427-.879a23.594 23.594 0 0 0-.266-.004m2.171.002v1.489l.271.002v-.588c.267-.02.601.075.804-.152.216-.224.103-.64-.198-.721-.288-.062-.586-.02-.878-.029m1.83-.004v1.492l.264-.001-.001-.644c.223-.007.446-.007.67-.008-.001.218-.001.436.001.654l.266-.001c.002-.497.001-.994 0-1.492l-.267.005c.001.19.001.381-.001.571h-.666a36.376 36.376 0 0 1-.001-.572l-.265-.003z"/><path fill="#ffcf59" d="M6.738 21.568c.177.001.357-.018.533.016.16.041.153.292-.002.334-.174.034-.353.015-.529.016l-.001-.367z"/><path fill="#b4b5b7" d="M13.708.75c.043.051.048.105.015.162-.052-.05-.057-.105-.015-.162z"/><path fill="#898a8e" d="M0 .964L.048.962v22.079L0 23.036V.964z"/><path fill="#626469" d="M13.741.939l.042.061v22.051l-.029.071a4.51 4.51 0 0 1-.019-.615c.006-7.189-.005-14.378.005-21.567z"/><path fill="#63656a" d="M.96 23.953c3.981.015 7.964-.021 11.944.018l-.076.029H.964l-.003-.047z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.764 0H46.21A3.145 3.145 0 0 1 48 1.733v20.525c-.319.725-.898 1.274-1.517 1.742H1.749a3.205 3.205 0 0 1-1.75-1.762V1.8A3.156 3.156 0 0 1 1.763 0m-.239.79c-.708.312-.97 1.123-.919 1.843.01 6.326-.007 12.653.01 18.977-.096 1.003.797 1.872 1.788 1.795 14.398.007 28.798.005 43.195 0 1.006.084 1.896-.799 1.807-1.807.005-6.398.007-12.797-.002-19.193.084-.996-.794-1.877-1.793-1.788C31.366.595 17.122.619 2.878.603 2.424.617 1.947.596 1.524.79z"/><path d="M23.974 2.794c1.565-1.327 3.49-.334 5.21 0 .214.634.427 1.265.638 1.901l-.828.77c.641 1.584 1.274 3.17 1.908 4.757 2.402-1.414 5.705-1.145 7.706.85 2.239 2.052 2.616 5.75.828 8.208-2.035 3.137-6.917 3.65-9.557.994-2.724-2.424-2.58-7.078.173-9.427-.074-.185-.226-.552-.302-.737-1.606 1.57-3.218 3.132-4.814 4.711.787 1.546-.509 3.353-2.23 3.082-.106.49-.216.979-.326 1.469-.617-.017-1.236-.041-1.843-.163.437-.298.948-.398 1.464-.444.077-.355.156-.708.235-1.063-.346-.37-.662-.766-.965-1.171l-1.171-.002c-.473 3.53-4.164 6.194-7.661 5.335-3.758-.694-6.113-5.174-4.507-8.659 1.296-3.336 5.549-4.843 8.714-3.238.518-.852 1.046-1.702 1.57-2.554-.178-.382-.358-.766-.54-1.147l-1.438-.254-.002-.936c1.85.098 3.746-.223 5.566.192-.972.434-2.004.703-3.014 1.037.098.18.295.542.396.722 3.108-.002 6.216 0 9.324-.002-.506-.948-1.025-2.234.468-2.52-.144-.35-.257-.718-.456-1.042-1.361-.41-2.83-.871-4.174-.156-.094-.127-.278-.384-.372-.511m-4.323 5.237c.96 2.026 1.93 4.046 2.897 6.067l.528-.113c.125-.552.25-1.104.377-1.656.614.002 1.229.007 1.843.024.041.132.127.391.17.523 1.279-1.279 2.585-2.532 3.876-3.799-.137-.348-.276-.696-.413-1.046-3.094-.002-6.185 0-9.278 0m-2.138 2.455c1.505 1.171 2.486 2.935 2.635 4.841h1.2c.115-.214.23-.425.348-.636-.984-2.062-1.966-4.123-2.952-6.18-.415.655-.818 1.318-1.231 1.975m-7.395 1.308c-1.884 1.716-2.21 4.819-.718 6.888 1.37 2.071 4.286 2.894 6.54 1.841 1.637-.701 2.755-2.278 3.125-3.994-1.649.142-3.456-.398-4.966.473-.888.346-1.822-.677-1.524-1.548.175-.826 1.255-.806 1.603-1.512.658-1.032 1.282-2.086 1.92-3.13-1.978-.838-4.423-.557-5.981.982m21.15-.59c.715 1.934 2.501 3.161 3.547 4.889.014.557-.725.77-.994.269-1.164-1.471-2.616-2.76-3.413-4.483-2.681 2.664-1.534 7.766 2.146 8.83 3.614 1.382 7.735-2.16 6.929-5.935-.485-3.698-5.17-5.693-8.215-3.569m-16.363 4.067c1.404.125 2.818.034 4.224.041a6.056 6.056 0 0 0-2.134-3.948c-.636 1.306-1.963 2.486-2.09 3.907m8.971-2.482c-.096.413-.19.828-.283 1.243l.528.127c.396-.372.794-.742 1.21-1.094-.468-.173-.962-.226-1.454-.276m-1.138 4.596c1.186.173 2.227-.857 1.865-2.05-.84.422-1.538 1.164-1.865 2.05m-.699-.854c-.194 1.102 1.111-.264 0 0z"/><path fill="#fff" d="M1.524.79c.422-.194.9-.173 1.354-.187C17.122.62 31.366.596 45.61.617c.998-.089 1.877.792 1.793 1.788.01 6.396.007 12.794.002 19.193.089 1.008-.802 1.891-1.807 1.807-14.398.005-28.798.007-43.195 0-.991.077-1.884-.792-1.788-1.795-.017-6.324 0-12.65-.01-18.977-.05-.72.211-1.531.919-1.843m22.45 2.004c.094.127.278.384.372.511 1.344-.715 2.813-.254 4.174.156.199.324.312.691.456 1.042-1.493.286-.974 1.572-.468 2.52-3.108.002-6.216 0-9.324.002-.101-.18-.298-.542-.396-.722 1.01-.334 2.042-.602 3.014-1.037-1.819-.415-3.715-.094-5.566-.192l.002.936 1.438.254c.182.382.362.766.54 1.147-.523.852-1.051 1.702-1.57 2.554-3.166-1.606-7.418-.098-8.714 3.238-1.606 3.485.749 7.966 4.507 8.659 3.497.859 7.188-1.805 7.661-5.335l1.171.002c.302.406.619.802.965 1.171-.079.355-.158.708-.235 1.063-.516.046-1.027.146-1.464.444.607.122 1.226.146 1.843.163.11-.49.221-.979.326-1.469 1.721.271 3.017-1.536 2.23-3.082 1.596-1.579 3.209-3.142 4.814-4.711.077.185.228.552.302.737-2.753 2.35-2.897 7.003-.173 9.427 2.64 2.657 7.522 2.143 9.557-.994 1.788-2.458 1.411-6.156-.828-8.208-2.002-1.994-5.304-2.263-7.706-.85-.634-1.586-1.267-3.173-1.908-4.757l.828-.77c-.211-.636-.425-1.267-.638-1.901-1.721-.334-3.646-1.327-5.21 0z"/><path fill="#fff" d="M19.651 8.033c3.094 0 6.185-.002 9.278 0 .137.35.276.698.413 1.046-1.291 1.267-2.597 2.52-3.876 3.799-.043-.132-.13-.391-.17-.523a75.503 75.503 0 0 0-1.843-.024c-.127.552-.252 1.104-.377 1.656l-.528.113c-.967-2.021-1.937-4.042-2.897-6.067zM17.513 10.488c.413-.658.816-1.32 1.231-1.975.986 2.057 1.968 4.118 2.952 6.18-.118.211-.233.422-.348.636h-1.2c-.149-1.906-1.13-3.67-2.635-4.841zM10.118 11.796c1.558-1.538 4.003-1.819 5.981-.982-.638 1.044-1.262 2.098-1.92 3.13-.348.706-1.428.686-1.603 1.512-.298.871.636 1.894 1.524 1.548 1.51-.871 3.317-.331 4.966-.473-.37 1.716-1.488 3.293-3.125 3.994-2.254 1.054-5.17.23-6.54-1.841-1.493-2.069-1.166-5.172.718-6.888zM31.267 11.206c3.046-2.124 7.73-.13 8.215 3.569.806 3.775-3.314 7.318-6.929 5.935-3.679-1.063-4.826-6.166-2.146-8.83.797 1.723 2.249 3.012 3.413 4.483.269.502 1.008.288.994-.269-1.046-1.728-2.832-2.954-3.547-4.889z"/><path fill="#fff" d="M14.904 15.274c.127-1.421 1.454-2.602 2.09-3.907a6.06 6.06 0 0 1 2.134 3.948c-1.406-.007-2.82.084-4.224-.041zM23.875 12.792c.492.05.986.103 1.454.276-.415.353-.814.722-1.21 1.094l-.528-.127c.094-.415.187-.83.283-1.243zM22.738 17.388c.326-.886 1.025-1.627 1.865-2.05.362 1.193-.679 2.222-1.865 2.05zM22.039 16.534c1.111-.264-.194 1.102 0 0z"/></symbol><symbol viewBox="0 0 30 24" id="complementary--bicycles-and-pedestrians-detour--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.064 0h28.427c.283.298.569.596.792.942V23.19c-.276.275-.547.557-.843.809H.944A3.395 3.395 0 0 1 0 22.761V1.358C.194.804.537.284 1.064-.002m.743.173C1.015.315.358 1.066.373 1.879c.006 6.748.006 13.495 0 20.243-.015.919.837 1.772 1.757 1.755 8.717-.004 17.433-.005 26.149 0 1.089-.001 1.941-1.076 1.877-2.132-.003-6.537.01-13.074-.006-19.612.035-1.13-.996-2.111-2.125-2.01-8.738.04-17.485-.06-26.218.049z"/><path fill="#231f20" d="M1.934.422c.147-.029.297-.045.447-.046 8.632.005 17.266-.003 25.9.004 1.003.049 1.683 1.045 1.623 2.002-.004 6.411.014 12.823-.008 19.234.025.945-.558 2.029-1.62 2.005-8.674.009-17.348-.004-26.022.006-.794.008-1.684-.655-1.631-1.505C.631 15.416.628 8.71.624 2.005.596 1.249 1.177.532 1.932.423m-.169.827c-.173.268-.4.538-.381.878 0 6.581-.001 13.162.001 19.743-.054.627.55 1.028 1.125.994 8.421.013 16.843-.008 25.264.01.499.079.92-.201 1.258-.533-.01-6.885.001-13.77-.005-20.656a57.884 57.884 0 0 1-.43-.428c-8.944-.008-17.888.008-26.832-.008z"/><path fill="#231f20" d="M21.293 1.886l.514-.001.325.313c-.021.266-.047.533-.082.799a5.524 5.524 0 0 1 1.827 1.047c-.005.578-.004 1.157-.005 1.737l-.493.001c-.006-.168-.011-.337-.018-.505h-.124c-.093 1.248.421 2.415.637 3.624a48.06 48.06 0 0 1-.588.417c-.332-.866-.643-1.739-.994-2.596-.539.687-.657 1.577-.978 2.369a20.533 20.533 0 0 1-.739-.192c.283-1.117.475-2.286 1.176-3.237a31.489 31.489 0 0 1-.157-.604c-.462.256-.97.41-1.469.576l-.332-.367c.382-.256.803-.466 1.135-.788.249-.505.361-1.096.816-1.476l-.633.024a12.596 12.596 0 0 1-.16-.819l.341-.319m1.854 2.593c-.332.524.491.211 0 0zM9.293 3.004c.295.008.591.011.885.015v.369l-.603.004a14.47 14.47 0 0 1-.099.881c.719-.003 1.437 0 2.157-.001l-.476-.294.196-.209a17.08 17.08 0 0 1 1.568.035c-.19.191-.395.364-.603.535l-.005.254.412.408c.68-.129 1.465-.248 2.059.196.738.508.837 1.552.534 2.333-.456.868-1.655 1.321-2.526.794-.451-.216-.704-.661-.952-1.071-.181.045-.363.09-.543.138.104.211.209.425.31.638l-.54.014-.023-.539a21.214 21.214 0 0 0-1.463-1.787c.426.883.216 2.063-.682 2.558-.935.637-2.279.082-2.7-.91-.16-.759-.07-1.699.627-2.17.56-.427 1.298-.314 1.95-.239.111-.387.235-.77.349-1.157-.098-.29-.015-.564.167-.798m-.045 1.648c.488.467.926.979 1.342 1.509h.563c.178-.501.344-1.008.523-1.509H9.247m2.831.327c-.229.597-.417 1.209-.631 1.811l.319-.001c.033-.56.259-1.077.576-1.533a35.172 35.172 0 0 0-.264-.276M6.572 6.586c-.126 1.121 1.445 1.989 2.262 1.121.643-.466.525-1.326.194-1.943A5.568 5.568 0 0 1 7.91 6.965l-.299-.305a3.87 3.87 0 0 0 1.004-1.211c-.866-.459-1.905.22-2.042 1.137m6.462-1.163c.298.431.614.851.95 1.253l-.191.207c-.401.053-.799.127-1.2.181l-.216.235c.309.314.626.677 1.092.73.805.158 1.552-.573 1.588-1.351-.093-.941-1.122-1.683-2.023-1.255m-.777 1.276c.337-.057.67-.132 1.001-.212-.202-.269-.41-.534-.616-.8-.197.308-.33.651-.386 1.013zM16.255 10.093c.647-.151 1.463-.025 1.838.581.679 1.145.636 2.607.167 3.821-.43 1.005-1.823 1.086-2.637.534-.794-.896-.744-2.178-.623-3.293.114-.695.501-1.488 1.255-1.642m-.071 1.183c-.547 1.003-.515 2.4.336 3.231.359-.092.799-.181.914-.597.391-.974.396-2.401-.626-2.991-.21.112-.462.172-.623.357zM3.141 10.178h2.468a2.866 2.866 0 0 1 1.061 2.386c.099.989-.235 2.12-1.147 2.629-.763.268-1.591.09-2.381.136v-5.151m.879.881v3.264c.369.001.739.003 1.108.006.881-.848.852-2.424 0-3.277-.369.004-.739.005-1.108.006zM7.665 10.178h3.016v.88H8.545v1.131h1.508v.88H8.545v1.257h2.387v1.005H7.665v-5.152zM11.183 10.179h3.267v.751l-1.257.001v4.398h-.88v-4.397l-1.131-.003v-.751zM19.602 10.178h.88c.021 1.167-.04 2.337.021 3.503.073.692 1.125 1.091 1.489.401.476-1.24.156-2.609.25-3.904h.878c-.058 1.302.124 2.627-.098 3.915-.251 1.669-3.046 1.698-3.376.059-.109-1.318-.013-2.65-.044-3.974zM24.126 10.178c.863.03 1.737-.067 2.593.044 1.126.42 1.147 2.135.153 2.732.26.794.624 1.553.826 2.366-.338.008-.675.011-1.012.013-.214-.774-.526-1.515-.802-2.268l-.754.005v2.261h-1.005v-5.152m1.006.871v1.15c.461 0 .925-.016 1.376-.122.062-.255.122-.51.176-.765-.471-.279-1.022-.28-1.552-.263zM8.002 18.908c1.489-.885 2.82-2.061 4.398-2.774.524.494.044 1.145-.072 1.709h9.913v2.136h-9.949c.155.477.351.954.39 1.458-.155.28-.48.405-.739.175-1.319-.891-2.684-1.723-3.941-2.703z"/><path fill="#f4901e" d="M1.807.171C10.54.062 19.287.162 28.025.122c1.128-.101 2.16.881 2.125 2.01.016 6.538.004 13.076.006 19.612.064 1.057-.788 2.131-1.877 2.132-8.715-.005-17.432-.004-26.149 0-.92.016-1.772-.837-1.757-1.755.006-6.748.006-13.495 0-20.243C.358 1.065 1.015.315 1.807.17m.127.252C1.179.531.598 1.248.626 2.004.63 8.709.632 15.415.625 22.121c-.053.851.837 1.513 1.631 1.505 8.674-.01 17.348.003 26.022-.006 1.062.024 1.645-1.061 1.62-2.005.021-6.411.004-12.823.008-19.234.059-.956-.621-1.953-1.623-2.002C19.649.373 11.016.38 2.383.375c-.151.001-.3.018-.447.047z"/><path fill="#f4901e" d="M1.763 1.25c8.944.015 17.888 0 26.832.008.142.143.285.286.43.428.006 6.886-.005 13.772.005 20.656-.338.332-.759.612-1.258.533-8.421-.018-16.843.003-25.264-.01-.574.034-1.179-.367-1.125-.994-.003-6.581-.001-13.162-.001-19.743-.019-.341.207-.611.381-.878m19.53.636c-.113.107-.227.214-.341.319.044.275.098.548.16.819L21.745 3c-.455.381-.567.971-.816 1.476-.332.322-.753.532-1.135.788l.332.367c.499-.166 1.006-.319 1.469-.576.05.202.103.403.157.604-.701.951-.893 2.12-1.176 3.237.245.068.491.133.739.192.32-.792.439-1.681.978-2.369.351.857.662 1.73.994 2.596.197-.138.393-.276.588-.417-.216-1.209-.73-2.376-.637-3.624h.124c.006.168.011.337.018.505l.493-.001c.001-.579 0-1.159.005-1.737a5.524 5.524 0 0 0-1.827-1.047c.035-.266.06-.533.082-.799l-.325-.313-.514.001M9.293 3.004c-.182.234-.265.508-.167.798-.114.387-.239.77-.349 1.157-.652-.075-1.39-.188-1.95.239-.697.471-.787 1.411-.627 2.17.421.991 1.765 1.547 2.7.91.898-.495 1.108-1.675.682-2.558a21.214 21.214 0 0 1 1.463 1.787l.023.539.54-.014a53.928 53.928 0 0 0-.31-.638c.18-.048.362-.093.543-.138.249.41.501.854.952 1.071.871.527 2.07.074 2.526-.794.303-.782.204-1.826-.534-2.333-.594-.444-1.38-.325-2.059-.196a52.745 52.745 0 0 0-.412-.408l.005-.254c.209-.171.413-.344.603-.535a17.08 17.08 0 0 0-1.568-.035l-.196.209.476.294c-.72.001-1.439-.001-2.157.001.044-.292.073-.587.099-.881l.603-.004v-.369c-.294-.004-.589-.008-.885-.015m6.961 7.086c-.754.155-1.141.947-1.255 1.642-.121 1.116-.171 2.397.623 3.293.814.552 2.208.471 2.637-.534.469-1.214.511-2.676-.167-3.821-.376-.606-1.191-.731-1.838-.581m-13.114.086v5.151c.79-.045 1.618.132 2.381-.136.912-.509 1.247-1.64 1.147-2.629a2.863 2.863 0 0 0-1.061-2.386H3.14m4.525 0v5.152h3.267v-1.005H8.545v-1.257h1.508v-.88H8.545v-1.131h2.136v-.88H7.665m3.518.002v.751l1.131.003v4.397h.88v-4.398l1.257-.001v-.751h-3.267m8.418-.002c.031 1.324-.065 2.656.044 3.974.33 1.639 3.125 1.61 3.376-.059.222-1.288.04-2.614.098-3.915h-.878c-.094 1.296.226 2.664-.25 3.904-.364.69-1.416.292-1.489-.401-.062-1.166 0-2.336-.021-3.503h-.88m4.524 0v5.152h1.005v-2.261l.754-.005c.275.753.588 1.494.802 2.268.337-.001.674-.005 1.012-.013-.201-.813-.565-1.572-.826-2.366.994-.597.973-2.312-.153-2.732-.857-.111-1.73-.014-2.593-.044M8.002 18.908c1.257.98 2.621 1.812 3.941 2.703.259.23.584.106.739-.175-.039-.504-.235-.98-.39-1.458h9.949v-2.136h-9.913c.116-.564.596-1.215.072-1.709-1.578.714-2.909 1.89-4.398 2.774z"/><path fill="#f4901e" d="M23.146 4.482c.491.211-.332.524 0 0zM9.247 4.649h2.428c-.178.501-.344 1.008-.523 1.509h-.563a14.227 14.227 0 0 0-1.342-1.509zM12.078 4.976l.264.276c-.317.456-.543.973-.576 1.533l-.319.001c.214-.602.402-1.214.631-1.811zM6.572 6.586c.137-.917 1.176-1.596 2.042-1.137A3.848 3.848 0 0 1 7.61 6.66l.299.305a5.567 5.567 0 0 0 1.118-1.201c.332.617.45 1.476-.193 1.943-.817.868-2.387 0-2.262-1.121zM13.035 5.423c.901-.427 1.93.314 2.023 1.255-.036.778-.783 1.509-1.588 1.351-.466-.053-.783-.416-1.092-.73l.216-.235c.401-.054.799-.128 1.2-.181l.191-.207a17.25 17.25 0 0 1-.95-1.253z"/><path fill="#f4901e" d="M12.258 6.699c.055-.362.188-.705.386-1.013.206.266.413.532.616.8-.332.08-.665.156-1.001.212zM16.184 11.277c.161-.185.413-.245.623-.357 1.022.589 1.017 2.017.626 2.991-.114.416-.554.505-.913.597-.851-.831-.882-2.228-.336-3.231zM4.021 11.059c.369-.001.739-.003 1.108-.006.852.853.881 2.429 0 3.277-.369-.004-.739-.005-1.108-.006V11.06zM25.131 11.05c.53-.018 1.081-.016 1.552.263-.054.255-.114.51-.176.765-.451.106-.915.122-1.376.122v-1.15z"/></symbol><symbol viewBox="0 0 30 24" id="complementary--bicycles-or-pedestrians-detour--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.604 0h27.145c.512.209.965.568 1.22 1.067v22.114c-.226.325-.499.621-.844.819H1.069c-.474-.398-.924-.868-1.068-1.491V1.736C.194.915.774.221 1.605 0m.056.418C.869.641.439 1.464.374 2.235.369 8.787.378 15.339.369 21.891c-.039 1.062.928 2.027 1.99 1.987 8.542-.007 17.084.001 25.624-.004.918-.047 1.854-.761 1.86-1.736.001-6.676.004-13.353-.001-20.029-.009-.868-.735-1.684-1.608-1.737-8.458.001-16.916.002-25.374 0-.399.011-.807-.045-1.199.046z"/><path fill="#231f20" d="M1.786.667C10.511.561 19.253.656 27.983.62c.844-.085 1.567.685 1.614 1.488-.002 6.635 0 13.272-.001 19.908-.007.856-.757 1.605-1.613 1.612-8.542 0-17.084.002-25.625-.001-.925-.004-1.731-.81-1.735-1.735C.621 15.34.621 8.788.623 2.236c.009-.709.47-1.377 1.163-1.568m-.295 1.564c.006 6.701-.005 13.403.005 20.104.142.137.281.275.417.417 8.691.009 17.382.001 26.072.004.203-.002.394-.076.586-.134.111-.279.287-.545.281-.856-.004-6.428.001-12.857-.002-19.285.02-.516-.293-1.099-.865-1.109-8.542-.012-17.085 0-25.627-.006a.791.791 0 0 0-.865.865z"/><path fill="#231f20" d="M13.574 1.985c.238.004.476.004.715.001.288.341.306.752.02 1.102.689.051 1.255.489 1.837.815.23.679.132 1.4.137 2.103-.458.05-.482-.41-.619-.725.143 1.225.551 2.405.873 3.593-.221.174-.46.325-.678.502-.224-.843-.654-1.613-.874-2.457-.603.611-.497 1.537-.722 2.308a3.99 3.99 0 0 1-.797-.143c.25-.982.276-2.037.749-2.952.112-.216.081-.469.098-.704-.555.133-1.043.438-1.539.706-.604-.624.597-1.092.899-1.579-.002-.295.019-.589.019-.883.138-.158.275-.317.41-.479a2.479 2.479 0 0 1-.698-.357c.019-.29.072-.577.172-.851m1.999 2.545c-.303.578.43.285 0 0zM16.086 10.612c.732-.225 1.597.247 1.77 1.004.312.703.144 1.51-.241 2.146-.558.74-1.835.732-2.349-.058-.66-.982-.46-2.727.821-3.091m.523 3.048c.768-.51.678-1.615.271-2.33-1.418-.683-1.61 2.415-.271 2.33zM4.851 10.696c.658.015 1.317-.037 1.973.016 1.185.415 1.313 2.084.664 2.996-.68.736-1.758.397-2.638.468-.002-1.16-.002-2.32 0-3.479m.871.618c-.002.75-.004 1.5.001 2.25 1.328.337 1.829-1.571.833-2.25h-.834zM8.83 10.696c.787-.002 1.576-.004 2.363.001-.002.205-.002.412 0 .617l-1.618.004v.744c.456 0 .913.001 1.369.004-.002.205-.002.412 0 .617-.456.001-.913.004-1.369.004v.868c.54.001 1.078 0 1.618.004-.002.205-.002.412 0 .617-.787.005-1.576.004-2.363.001-.002-1.16-.002-2.319 0-3.479zM11.812 10.697c.872-.004 1.742-.005 2.614 0-.002.204-.002.409.001.614-.291.005-.582.004-.872.009-.004.953.002 1.904-.002 2.856h-.868c-.005-.953.001-1.904-.002-2.856-.29-.005-.581-.004-.872-.009.004-.205.004-.41.001-.614zM18.903 10.694h.742c.08.953-.201 1.978.252 2.866.245-.004.49-.005.735-.002.516-.858.148-1.919.261-2.865.205.002.412.002.617 0-.022.895.058 1.799-.037 2.691-.18 1.241-2.352 1.241-2.532 0-.096-.892-.015-1.794-.039-2.69zM22.26 10.696c.731.025 1.47-.06 2.195.037.889.277.888 1.61.071 1.988.211.48.4.969.591 1.456-.279-.002-.555.001-.832 0a24.18 24.18 0 0 0-.542-1.374c-.245.002-.49.005-.736.006l-.002 1.367h-.744c-.004-1.16-.002-2.32 0-3.481m.744.624v.869c.408.012.829.031 1.212-.139.032-.072.099-.215.133-.287a14.838 14.838 0 0 1-.242-.448c-.368.004-.736-.001-1.103.005zM11.387 15.986c.427-.228.808-.611 1.324-.589-.081.591-.254 1.164-.298 1.761 3.239.01 6.48-.001 9.721.005.002.787.002 1.573 0 2.36-3.239.006-6.48-.005-9.719.005.057.64.211 1.266.292 1.903-.611-.103-1.089-.519-1.615-.811-1.082-.673-2.238-1.23-3.261-1.995.001-.145.002-.292.001-.438 1.178-.746 2.373-1.464 3.555-2.201z"/><path fill="#f4901e" d="M1.661.418c.392-.091.8-.035 1.199-.046 8.458.002 16.916.001 25.374 0 .873.053 1.599.869 1.608 1.737.005 6.676.002 13.353.001 20.029-.006.975-.943 1.689-1.86 1.736-8.541.005-17.082-.004-25.624.004-1.062.04-2.028-.925-1.99-1.987.009-6.552 0-13.104.005-19.656C.439 1.464.869.641 1.661.418m.125.249C1.093.859.632 1.526.623 2.235c-.002 6.552-.002 13.104 0 19.656.004.925.81 1.731 1.735 1.735 8.542.004 17.084.001 25.625.001.856-.006 1.605-.756 1.613-1.612.001-6.635-.001-13.272.001-19.908-.047-.803-.77-1.573-1.614-1.488C19.252.655 10.51.561 1.786.666z"/><path fill="#f4901e" d="M1.491 2.232a.793.793 0 0 1 .866-.866c8.542.006 17.085-.006 25.627.006.572.01.885.593.865 1.109.004 6.428-.001 12.857.002 19.285.006.311-.17.577-.281.856-.192.058-.383.132-.586.134-8.69-.002-17.381.005-26.072-.004-.136-.142-.275-.28-.417-.417-.01-6.701.001-13.403-.005-20.104m12.084-.246a3.095 3.095 0 0 0-.172.851c.213.154.446.277.698.357a32.16 32.16 0 0 1-.41.479c0 .293-.021.588-.019.883-.302.487-1.503.955-.899 1.579.496-.269.985-.573 1.539-.706-.017.235.014.487-.098.704-.473.915-.499 1.97-.749 2.952.26.076.527.121.797.143.225-.771.119-1.697.722-2.308.22.844.65 1.614.874 2.457.218-.178.456-.328.678-.502-.322-1.188-.73-2.368-.873-3.593.137.315.162.775.619.725-.005-.703.093-1.424-.137-2.103-.582-.326-1.148-.764-1.837-.815.286-.349.269-.761-.02-1.102-.239.002-.478.002-.715-.001m2.514 8.627c-1.281.364-1.481 2.109-.821 3.091.514.791 1.791.798 2.349.058.386-.637.553-1.444.241-2.146-.173-.756-1.037-1.229-1.77-1.004m-11.234.085a1008.62 1008.62 0 0 0 0 3.479c.879-.071 1.957.269 2.638-.468.649-.912.521-2.58-.664-2.996-.657-.053-1.316-.001-1.973-.016m3.978.001c-.002 1.16-.002 2.319 0 3.479.787.002 1.576.004 2.363-.001a31.725 31.725 0 0 1 0-.617c-.54-.004-1.078-.002-1.618-.004v-.868c.456 0 .913-.002 1.369-.004a31.725 31.725 0 0 1 0-.617c-.456-.002-.913-.004-1.369-.004v-.744c.54-.001 1.078-.001 1.618-.004a31.725 31.725 0 0 1 0-.617c-.787-.005-1.576-.004-2.363-.001m2.982.003c.002.204.002.409-.001.614.291.005.582.004.872.009.004.953-.002 1.904.002 2.856h.868c.005-.953-.001-1.904.002-2.856.29-.005.581-.004.872-.009-.004-.205-.004-.41-.001-.614-.872-.005-1.742-.004-2.614 0m7.091-.003c.024.895-.057 1.798.039 2.69.18 1.241 2.352 1.241 2.532 0 .096-.892.015-1.796.037-2.691-.205.002-.412.002-.617 0-.113.946.255 2.007-.261 2.865-.245-.002-.49-.001-.735.002-.454-.888-.173-1.914-.252-2.866h-.742m3.356.002c-.002 1.16-.004 2.32 0 3.481h.744l.002-1.367c.246-.001.491-.004.736-.006.193.453.377.91.542 1.374.277.001.553-.002.832 0-.19-.487-.379-.976-.591-1.456.817-.378.818-1.711-.071-1.988-.725-.097-1.464-.012-2.195-.037m-10.872 5.289c-1.183.737-2.378 1.455-3.555 2.201.001.145 0 .292-.001.438 1.022.765 2.179 1.322 3.261 1.995.526.292 1.005.708 1.615.811-.081-.637-.235-1.262-.292-1.903 3.239-.01 6.48.001 9.719-.005.002-.787.002-1.573 0-2.36-3.241-.006-6.481.005-9.721-.005.045-.597.218-1.17.298-1.761-.516-.021-.898.362-1.324.589z"/><path fill="#f4901e" d="M15.575 4.53c.43.285-.303.578 0 0zM16.61 13.661c-1.339.085-1.147-3.013.271-2.33.407.715.497 1.821-.271 2.33zM5.721 11.315h.834c.996.679.495 2.587-.833 2.25-.005-.75-.004-1.5-.001-2.25zM23.005 11.319c.367-.006.735-.001 1.103-.005.078.15.159.3.242.448a18.38 18.38 0 0 0-.133.287c-.383.17-.805.152-1.212.139v-.869z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--bicycles-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2b2309" opacity=".9" d="M.661.395C1.043.274 1.447.32 1.84.313c4.348.001 8.695.002 13.043-.001a.788.788 0 0 1 .658.264 1.632 1.632 0 0 0-.82-.182C10.073.412 5.425.38.777.41L.66.394z"/><path fill="#fc3" d="M.778.411c4.648-.03 9.296.002 13.944-.016.285-.013.567.05.82.182.056.054.106.113.15.176.135.485.088.99.093 1.487 0 6.774-.001 13.546.001 20.32a6.397 6.397 0 0 1-.036.603 1.125 1.125 0 0 1-.451.425c-4.865.038-9.733.031-14.598.003a1.19 1.19 0 0 1-.45-.427c-.07-.733-.022-1.47-.036-2.205C.224 14.251.18 7.541.221.834L.335.73A.727.727 0 0 0 .564.494L.606.427.779.411m.049.187c-.342.117-.5.496-.484.835 0 7.044-.002 14.088.001 21.131-.036.441.294.907.767.872 4.59.005 9.181.022 13.771.016.483.038.811-.442.773-.886V1.434c.042-.447-.295-.917-.773-.886C10.376.535 5.868.55 1.361.541 1.183.546.999.54.828.598z"/><path fill="#fc3" d="M.991 1.005C5.565.938 10.148.996 14.725.975c.293-.058.546.157.496.462.006 7.014-.001 14.03.003 21.044.013.223-.042.572-.342.534-4.562.01-9.126-.01-13.689-.009-.271.051-.447-.191-.414-.443C.772 15.549.78 8.533.775 1.519c.007-.182-.003-.454.216-.514m7.876 1.729l.01.433c.31.01.634-.038.934.066.207.188.22.498.31.749-1.235-.006-2.471.018-3.705-.01-.101-.112-.129-.27-.189-.405.348-.099.782-.068 1.028-.38-.658-.076-1.322-.018-1.983-.037l-.033.418.525.021c.299.605-.306 1.149-.463 1.712-1.109-.366-2.426.293-2.73 1.433-.386 1.167.455 2.525 1.669 2.706 1.11.23 2.246-.577 2.481-1.669.468-.036 1.06.136 1.395-.294.753-.858 1.497-1.726 2.286-2.551l.154.474c-.946.414-1.518 1.532-1.219 2.536.274 1.117 1.55 1.84 2.649 1.49 1.122-.294 1.825-1.596 1.443-2.694-.296-1.014-1.402-1.646-2.43-1.466-.233-.707-.386-1.447-.703-2.125-.264-.531-.948-.377-1.43-.406m-1.249 9.583c.583.595 1.183 1.176 1.768 1.77-.804.032-1.618-.057-2.414.082-1.414.256-2.432 1.702-2.343 3.11.005 1.358 0 2.716.002 4.074.418 0 .835.001 1.253-.001.001-1.464-.007-2.929.002-4.393.029-.886.839-1.618 1.709-1.637.604-.006 1.209-.001 1.813.002-.591.606-1.199 1.195-1.794 1.797.518-.014 1.042.042 1.557-.024.823-.766 1.594-1.59 2.398-2.378-.795-.802-1.598-1.597-2.392-2.402-.52-.008-1.04-.006-1.559-.002z"/><path fill="#fc3" d="M6.571 4.437c1.219 0 2.438.002 3.657 0-.868.943-1.734 1.89-2.602 2.832-.35-.944-.703-1.887-1.054-2.832zM6.124 4.611c.359.902.694 1.813 1.042 2.718l-.401.007a2.3 2.3 0 0 0-1.041-1.838l.4-.888zM3.042 6.808c.262-.842 1.226-1.308 2.061-1.074-.214.666-.746 1.286-.745 1.985.616.13 1.254.014 1.879.056-.239.798-1.082 1.374-1.915 1.2-.969-.144-1.623-1.248-1.28-2.167zM11.149 5.714c.848-.103 1.726.475 1.875 1.333.219.935-.537 1.942-1.498 1.982-.908.102-1.781-.679-1.79-1.59-.045-.67.381-1.275.949-1.591.201.52.314 1.071.534 1.583.071.268.484.096.394-.15-.11-.534-.324-1.041-.464-1.568z"/><path fill="#fc3" d="M4.897 7.334c.21-.466.417-.934.634-1.398.451.325.73.838.767 1.392-.467.01-.934.004-1.401.006z"/><path fill="#241d07" opacity=".75" d="M.334.73C.24.607.437.408.563.494A.727.727 0 0 1 .334.73z"/><path d="M.828.598c.171-.058.354-.052.533-.057C5.868.55 10.376.535 14.883.548c.478-.031.815.438.773.886v21.132c.038.445-.29.925-.773.886-4.59.006-9.181-.011-13.771-.016-.474.035-.803-.431-.767-.872C.343 15.521.344 8.477.344 1.433.328 1.094.486.715.828.598m.163.407c-.219.061-.209.332-.216.514.005 7.014-.003 14.03.004 21.044-.033.252.143.494.414.443 4.563-.002 9.126.018 13.689.009.301.038.355-.311.342-.534-.004-7.014.002-14.03-.003-21.044.05-.305-.203-.52-.496-.462-4.578.021-9.16-.038-13.734.03zM15.692.753c.087.133.155.281.143.444-.002 6.987-.002 13.975-.001 20.962-.011.334.054.687-.085 1.004.021-.201.034-.402.036-.603-.002-6.774-.001-13.546-.001-20.32-.005-.497.042-1.002-.093-1.487zM.133 2.32C.155 1.826.06 1.314.22.834.179 7.541.223 14.251.214 20.959c.014.735-.034 1.472.036 2.205a1.201 1.201 0 0 1-.089-.523C.19 15.867.113 9.095.132 2.32z"/><path d="M8.867 2.734c.482.029 1.166-.126 1.43.406.317.678.47 1.418.703 2.125 1.028-.179 2.134.452 2.43 1.466.382 1.098-.322 2.401-1.443 2.694-1.098.35-2.374-.373-2.649-1.49-.298-1.004.273-2.122 1.219-2.536l-.154-.474c-.79.826-1.534 1.693-2.286 2.551-.335.43-.927.258-1.395.294-.234 1.092-1.37 1.898-2.481 1.669-1.214-.181-2.055-1.538-1.669-2.706.303-1.14 1.621-1.799 2.73-1.433.158-.563.762-1.107.463-1.712l-.525-.021.033-.418c.661.018 1.326-.039 1.983.037-.246.312-.68.281-1.028.38.06.134.088.293.189.405 1.234.027 2.47.004 3.705.01-.09-.25-.102-.561-.31-.749-.299-.105-.623-.057-.934-.066a61.134 61.134 0 0 1-.01-.433M6.571 4.437c.351.945.704 1.888 1.054 2.832.869-.942 1.734-1.889 2.602-2.832-1.219.002-2.438 0-3.657 0m-.446.174l-.4.888a2.3 2.3 0 0 1 1.041 1.838l.401-.007c-.347-.906-.682-1.817-1.042-2.718M3.042 6.808c-.343.919.311 2.023 1.28 2.167.834.174 1.676-.402 1.915-1.2-.625-.042-1.263.074-1.879-.056-.002-.699.531-1.318.745-1.985-.835-.234-1.799.232-2.061 1.074m8.107-1.094c.14.527.354 1.034.464 1.568.09.246-.322.418-.394.15-.221-.512-.334-1.063-.534-1.583-.568.316-.994.922-.949 1.591.01.91.882 1.692 1.79 1.59.961-.041 1.717-1.047 1.498-1.982-.15-.858-1.027-1.436-1.875-1.333M4.897 7.334c.467-.002.934.004 1.401-.006a1.872 1.872 0 0 0-.767-1.392c-.217.463-.423.931-.634 1.398zM7.617 12.318a67.523 67.523 0 0 1 1.559.002c.794.805 1.597 1.599 2.392 2.402-.804.788-1.575 1.612-2.398 2.378-.515.066-1.038.01-1.557.024.595-.602 1.203-1.19 1.794-1.797-.604-.002-1.209-.007-1.813-.002-.87.019-1.68.751-1.709 1.637-.01 1.464-.002 2.929-.002 4.393-.418.002-.835.001-1.253.001-.002-1.358.002-2.716-.002-4.074-.089-1.408.929-2.854 2.343-3.11.796-.139 1.61-.05 2.414-.082-.585-.594-1.185-1.175-1.768-1.77zM.7 23.591c4.866.028 9.734.034 14.598-.003-.306.143-.653.074-.978.086-4.214-.002-8.426-.001-12.64 0-.326-.012-.672.056-.98-.083z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--bike-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.437.144C1.711.033 2.01.035 2.3.033c9.2.003 18.399-.002 27.599.003 1.098-.03 2.095.968 2.065 2.065.002 6.599.002 13.198 0 19.797.03 1.098-.968 2.095-2.066 2.066-9.265.003-18.531.003-27.796 0-1.097.029-2.097-.968-2.066-2.065-.002-6.6-.002-13.199 0-19.798C.015 1.235.628.423 1.437.144m.403.418C1.079.686.493 1.424.534 2.192.536 8.763.53 15.334.537 21.905c-.006.862.8 1.608 1.655 1.562 9.238-.002 18.476.004 27.714-.003.861.003 1.609-.798 1.561-1.656-.002-6.571.004-13.143-.003-19.714.001-.86-.797-1.611-1.656-1.561C20.486.552 11.16.496 1.84.562z"/><path fill="#fff" d="M1.939 1.36c9.254-.063 18.514-.007 27.769-.028.502-.075 1.004.342.958.861.002 6.538.002 13.076 0 19.614a.815.815 0 0 1-.859.859H2.193c-.472.04-.9-.386-.859-.859V2.193c-.026-.376.233-.751.605-.833m10.97 1.044c-.496.159-.692.695-.859 1.138-.317.942-.592 1.898-.881 2.848-1.805-.365-3.726.943-4.014 2.767-.381 1.801.947 3.718 2.762 4.004 1.706.355 3.533-.811 3.942-2.501.461-1.598-.439-3.411-1.967-4.048.077-.261.159-.521.244-.779 1.288 1.328 2.479 2.744 3.701 4.131.545.691 1.498.368 2.249.457.368 1.931 2.549 3.233 4.418 2.579 1.799-.52 2.874-2.66 2.205-4.414-.561-1.74-2.623-2.735-4.344-2.133-.323-.712-.645-1.423-.963-2.137.077-.215.155-.43.235-.644l.809-.017-.029-.674c-.975-.001-1.949-.004-2.924.001-.176-.04-.249.255-.076.303.459.188.96.235 1.438.357a37.25 37.25 0 0 1-.238.663c-2.007.002-4.013.01-6.02.014.152-.405.138-.932.501-1.218.474-.182 1.002-.082 1.499-.107l.015-.693c-.567.017-1.15-.048-1.703.103m7.406 11.803c-.747.723-1.505 1.436-2.245 2.167.003.403-.001.805.003 1.208.597-.554 1.179-1.125 1.775-1.681-.02 1.805-.049 3.61-.069 5.415.354.01.707.017 1.061.022-.005-1.814-.016-3.627-.023-5.441l1.689 1.81c.002-.423.007-.846-.004-1.269-.73-.743-1.455-1.49-2.187-2.231m-8.902.383c.02 1.805.049 3.61.07 5.416-.594-.56-1.181-1.126-1.775-1.684a41.9 41.9 0 0 0 .003 1.228c.751.711 1.491 1.434 2.239 2.149.73-.739 1.45-1.488 2.183-2.223.017-.426.008-.852.008-1.278-.564.602-1.125 1.206-1.688 1.808.004-1.813.017-3.626.021-5.439-.354.005-.707.012-1.061.023z"/><path fill="#fff" d="M12.425 5.047c1.963-.01 3.926-.006 5.889-.012-.563 1.527-1.132 3.051-1.702 4.576-1.397-1.52-2.793-3.041-4.187-4.564zM19.028 5.321c.221.481.436.965.656 1.448-1.005.621-1.658 1.753-1.665 2.938l-.661-.002a1277.98 1277.98 0 0 1 1.67-4.384zM8.223 8.428c.53-.937 1.651-1.459 2.711-1.307-.239.831-.549 1.643-.751 2.485-.151.377.465.701.628.301.345-.832.555-1.716.851-2.568 1.477.646 2.038 2.691 1.062 3.984-.896 1.366-3.059 1.516-4.138.291-.806-.83-.962-2.197-.363-3.186zM20.681 7.152c.98-.29 2.108.011 2.781.786.766.834.9 2.165.314 3.135-.537.947-1.689 1.487-2.76 1.29-1.018-.159-1.876-.96-2.148-1.948.91-.013 1.822.047 2.73-.005.265.023.432-.262.311-.49-.383-.934-.824-1.843-1.228-2.768z"/><path fill="#fff" d="M18.779 9.711a2.752 2.752 0 0 1 1.219-2.238c.342.747.679 1.495 1.013 2.245-.744.001-1.488-.007-2.232-.007z"/><path d="M1.84.562C11.16.496 20.486.552 29.808.533c.859-.05 1.657.701 1.656 1.561.007 6.571.001 13.143.003 19.714.048.858-.7 1.659-1.561 1.656-9.238.007-18.476.001-27.714.003-.855.046-1.661-.7-1.655-1.562C.53 15.334.536 8.763.534 2.192.493 1.424 1.079.686 1.84.562m.099.798c-.372.082-.631.457-.605.833v19.614c-.041.473.387.899.859.859h27.614a.815.815 0 0 0 .859-.859c.002-6.538.002-13.076 0-19.614.046-.519-.456-.936-.958-.861-9.255.021-18.515-.035-27.769.028z"/><path d="M12.909 2.404c.553-.151 1.136-.086 1.703-.103l-.015.693c-.497.025-1.025-.075-1.499.107-.363.286-.349.813-.501 1.218 2.007-.004 4.013-.012 6.02-.014.082-.22.16-.441.238-.663-.478-.122-.979-.169-1.438-.357-.173-.048-.1-.343.076-.303.975-.005 1.949-.002 2.924-.001l.029.674-.809.017c-.08.214-.158.429-.235.644.318.714.64 1.425.963 2.137 1.721-.602 3.783.393 4.344 2.133.669 1.754-.406 3.894-2.205 4.414-1.869.654-4.05-.648-4.418-2.579-.751-.089-1.704.234-2.249-.457-1.222-1.387-2.413-2.803-3.701-4.131a26.04 26.04 0 0 0-.244.779c1.528.637 2.428 2.45 1.967 4.048-.409 1.69-2.236 2.856-3.942 2.501-1.815-.286-3.143-2.203-2.762-4.004.288-1.824 2.209-3.132 4.014-2.767.289-.95.564-1.906.881-2.848.167-.443.363-.979.859-1.138m-.484 2.643c1.394 1.523 2.79 3.044 4.187 4.564.57-1.525 1.139-3.049 1.702-4.576-1.963.006-3.926.002-5.889.012m6.603.274a1277.98 1277.98 0 0 0-1.67 4.384l.661.002c.007-1.185.66-2.317 1.665-2.938-.22-.483-.435-.967-.656-1.448M8.223 8.428c-.599.989-.443 2.356.363 3.186 1.079 1.225 3.242 1.075 4.138-.291.976-1.293.415-3.338-1.062-3.984-.296.852-.506 1.736-.851 2.568-.163.4-.779.076-.628-.301.202-.842.512-1.654.751-2.485-1.06-.152-2.181.37-2.711 1.307m12.458-1.276c.404.925.845 1.834 1.228 2.768.121.228-.046.513-.311.49-.908.052-1.82-.008-2.73.005.272.988 1.13 1.789 2.148 1.948 1.071.197 2.223-.343 2.76-1.29.586-.97.452-2.301-.314-3.135-.673-.775-1.801-1.076-2.781-.786m-1.902 2.559c.744 0 1.488.008 2.232.007-.334-.75-.671-1.498-1.013-2.245a2.752 2.752 0 0 0-1.219 2.238zM20.315 14.207c.732.741 1.457 1.488 2.187 2.231.011.423.006.846.004 1.269l-1.689-1.81c.007 1.814.018 3.627.023 5.441a75.097 75.097 0 0 1-1.061-.022c.02-1.805.049-3.61.069-5.415-.596.556-1.178 1.127-1.775 1.681-.004-.403 0-.805-.003-1.208.74-.731 1.498-1.444 2.245-2.167zM11.413 14.59c.354-.011.707-.018 1.061-.023-.004 1.813-.017 3.626-.021 5.439.563-.602 1.124-1.206 1.688-1.808 0 .426.009.852-.008 1.278-.733.735-1.453 1.484-2.183 2.223-.748-.715-1.488-1.438-2.239-2.149-.009-.41-.006-.819-.003-1.228.594.558 1.181 1.124 1.775 1.684-.021-1.806-.05-3.611-.07-5.416z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--bike-route--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#201b18" d="M3.058 0h30.164c1.507.315 2.695 1.518 3.04 3.011-.122 5.987-.147 11.993.011 17.98-.278 1.378-1.264 2.556-2.605 3.009H2.599C1.286 23.558.303 22.425.001 21.08V3.091C.279 1.544 1.526.313 3.059 0m-.094.802C1.68 1.066.703 2.309.729 3.62.724 9.267.716 14.916.733 20.564c-.011 1.524 1.371 2.865 2.893 2.816 9.704 0 19.409.009 29.115-.004 1.489-.002 2.804-1.342 2.789-2.831.015-5.636.009-11.275.004-16.911.051-1.593-1.391-2.989-2.975-2.915-9.216-.011-18.435 0-27.651-.007-.647.007-1.302-.04-1.942.089z"/><path fill="#201b18" d="M3.896 2.147c.744-.004 1.487-.002 2.233 0 .004 5.409-.004 10.816.004 16.225.795-.731 1.575-1.48 2.355-2.227.002.825.007 1.653-.007 2.48-1.169 1.093-2.316 2.207-3.469 3.315-1.093-1.105-2.18-2.215-3.284-3.309a193.19 193.19 0 0 1 .002-2.525c.724.753 1.436 1.52 2.164 2.271.007-5.409 0-10.82.004-16.229zM31.176 2.169c1.162 1.113 2.331 2.218 3.48 3.344-.002.818-.002 1.636 0 2.455A415.635 415.635 0 0 0 32.3 5.717c-.011 5.411-.002 10.824-.005 16.235h-2.233c-.002-5.411.005-10.822-.004-16.233a294.86 294.86 0 0 0-2.167 2.296c0-.836.002-1.673-.002-2.509 1.082-1.125 2.191-2.225 3.287-3.336zM14.602 6.591c.96-.12 1.94-.069 2.905.005-.618.825-1.895.071-2.742.542.367.098.74.176 1.113.255-.209.496-.444.982-.675 1.467 1.744-.004 3.487.013 5.231-.009.031-.102.095-.307.125-.409-.342-.071-.687-.138-1.029-.215.564-.605 2.269-.793 2.453.171l-.945.14c.033.845.731 1.427 1.131 2.115.729-.298 1.52-.565 2.316-.4 1.776.333 3.065 2.364 2.422 4.096-.536 1.68-2.629 2.724-4.253 1.929-1.122-.438-1.822-1.542-1.987-2.704a48.535 48.535 0 0 0-.935.002c-.293.545-.74.993-1.351 1.155-.005.109-.016.325-.02.435l.578.344a3.16 3.16 0 0 1-1.345.007c.14-.091.424-.273.564-.365l-.045-.444c-.851-.351-1.236-1.267-.858-2.115-.769-1.071-1.533-2.147-2.304-3.218-.2.395-.396.791-.591 1.187.833.662 1.549 1.596 1.527 2.713.12 1.669-1.353 3.129-2.973 3.253-2.029.164-3.911-2.018-3.275-4 .458-1.804 2.524-2.755 4.245-2.182.385-.838.787-1.667 1.187-2.498-.76.015-1.056-.773-.471-1.256m1.047 2.715c.731 1.015 1.416 2.062 2.175 3.056.164-.227.295-.476.393-.74a82.388 82.388 0 0 1-.616-.411c.444-.058.893-.06 1.335.002-.145.093-.436.282-.584.375.033.222.065.444.102.664.884-.74 1.104-1.989 1.709-2.944-1.505 0-3.009.002-4.513-.002m5.025.248c-.482.942-.953 1.887-1.433 2.829.129.236.258.471.393.705.344.002.689.004 1.036.002a4.846 4.846 0 0 1 1.016-2.084c-.336-.485-.671-.971-1.013-1.453m-10.217 2.553c-.847 1.316-.007 3.184 1.411 3.682 1.469.565 3.296-.569 3.427-2.145.164-1.004-.416-1.927-1.182-2.518-.445.887-.998 1.753-1.122 2.758-.296.024-.796.004-.76-.413.564-.805.978-1.695 1.371-2.593-1.185-.353-2.542.125-3.145 1.229m12.023-.954c.529.784.958 1.678 1.769 2.22-.145.195-.231.618-.56.447-.773-.327-1.616-.253-2.435-.238.218 1.231 1.26 2.369 2.562 2.376 1.722.045 3.233-1.893 2.464-3.524-.531-1.515-2.455-2.091-3.8-1.282m-1.213 1.923c.6.02 1.2.016 1.8.016-.351-.525-.702-1.049-1.062-1.567a4.957 4.957 0 0 0-.738 1.551z"/><path fill="#fff" d="M2.965.802C3.605.673 4.26.72 4.907.713 14.123.72 23.342.709 32.558.72c1.584-.075 3.025 1.322 2.975 2.915.005 5.636.011 11.275-.004 16.911.015 1.489-1.3 2.829-2.789 2.831-9.705.013-19.411.004-29.115.004-1.522.049-2.904-1.293-2.893-2.816C.716 14.918.723 9.269.728 3.621.703 2.31 1.679 1.066 2.964.803m.932 1.344c-.004 5.409.004 10.82-.004 16.229-.727-.751-1.44-1.518-2.164-2.271a212.54 212.54 0 0 0-.002 2.525c1.104 1.095 2.191 2.204 3.284 3.309 1.153-1.107 2.3-2.222 3.469-3.315.015-.827.009-1.655.007-2.48-.78.747-1.56 1.496-2.355 2.227-.007-5.409 0-10.816-.004-16.225-.745-.002-1.489-.004-2.233 0m27.282.023C30.08 3.28 28.971 4.38 27.889 5.505c.004.836.002 1.673.002 2.509a277.93 277.93 0 0 1 2.167-2.296c.009 5.411.002 10.822.004 16.233h2.233c.004-5.411-.005-10.824.005-16.235.789.745 1.573 1.498 2.356 2.251-.002-.818-.002-1.636 0-2.455-1.149-1.125-2.318-2.231-3.48-3.344M14.602 6.591c-.585.484-.289 1.271.471 1.256-.4.831-.802 1.66-1.187 2.498-1.722-.573-3.787.378-4.245 2.182-.636 1.982 1.245 4.164 3.275 4 1.62-.124 3.093-1.584 2.973-3.253.022-1.116-.695-2.051-1.527-2.713.195-.396.391-.793.591-1.187.771 1.071 1.535 2.147 2.304 3.218-.378.847.007 1.764.858 2.115.016.147.031.296.045.444-.14.093-.424.275-.564.365a3.16 3.16 0 0 0 1.345-.007l-.578-.344c.004-.109.015-.325.02-.435.611-.162 1.058-.609 1.351-1.155.311-.004.622-.004.935-.002.165 1.162.865 2.265 1.987 2.704 1.624.795 3.716-.249 4.253-1.929.644-1.733-.645-3.764-2.422-4.096-.796-.165-1.587.102-2.316.4-.4-.687-1.098-1.269-1.131-2.115l.945-.14c-.184-.964-1.889-.776-2.453-.171.342.076.687.144 1.029.215-.031.102-.095.307-.125.409-1.744.022-3.487.005-5.231.009.231-.485.465-.971.675-1.467a20.137 20.137 0 0 1-1.113-.255c.847-.471 2.124.284 2.742-.542-.965-.075-1.945-.125-2.905-.005z"/><path fill="#fff" d="M15.647 9.307c1.504.004 3.007.002 4.513.002-.605.955-.825 2.204-1.709 2.944a46.02 46.02 0 0 1-.102-.664c.147-.093.438-.282.584-.375a4.973 4.973 0 0 0-1.335-.002l.616.411a3.108 3.108 0 0 1-.393.74c-.758-.995-1.444-2.042-2.175-3.056zM20.673 9.555c.342.482.676.967 1.013 1.453a4.823 4.823 0 0 0-1.016 2.084c-.347.002-.693 0-1.036-.002a37.915 37.915 0 0 1-.393-.705c.48-.942.951-1.887 1.433-2.829zM10.455 12.107c.604-1.104 1.96-1.582 3.145-1.229-.393.898-.807 1.787-1.371 2.593-.036.416.464.436.76.413.124-1.005.676-1.871 1.122-2.758.765.591 1.345 1.515 1.182 2.518-.131 1.576-1.958 2.711-3.427 2.145-1.418-.498-2.258-2.365-1.411-3.682zM22.478 11.153c1.345-.809 3.269-.233 3.8 1.282.769 1.631-.742 3.569-2.464 3.524-1.302-.007-2.344-1.145-2.562-2.376.818-.015 1.662-.089 2.435.238.329.171.415-.253.56-.447-.811-.542-1.24-1.436-1.769-2.22z"/><path fill="#fff" d="M21.265 13.075a4.957 4.957 0 0 1 .738-1.551c.36.518.711 1.042 1.062 1.567-.6 0-1.2.004-1.8-.016z"/><path fill="#0e0b0b" opacity=".44" d="M36.262 3.011l.102.305v17.373l-.091.302c-.158-5.987-.133-11.993-.011-17.98z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--both-directions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M1.492 0h44.607c.703.24 1.212.806 1.426 1.514v20.645a1.964 1.964 0 0 1-2.108 1.602c-14.433 0-28.869.014-43.302-.007-1.041.062-2.039-.784-1.939-1.868a4765.72 4765.72 0 0 1 0-20.008C.09.996.739.329 1.492.001m.236.56C.93.734.58 1.618.652 2.362c.012 6.425-.01 12.853.01 19.278-.067.817.625 1.644 1.471 1.585 14.424.01 28.85 0 43.274.005.891.109 1.663-.73 1.602-1.597.01-6.501.012-13.003-.002-19.502.069-.986-.863-1.823-1.834-1.663C30.695.542 16.2.359 1.731.561z"/><path fill="#edae15" d="M1.725 1.428c.675-.19 1.385-.112 2.077-.124 13.863.021 27.728-.019 41.591.019.632-.086.886.506.817 1.043-.01 6.421.019 12.844-.014 19.262.102.637-.509.879-1.038.825-14.184.002-28.37-.002-42.556.002-.523.069-1.229-.19-1.133-.829-.026-6.342.005-12.687-.017-19.029.029-.397-.052-.867.273-1.169m14.362 2.277c-3.966 2.688-7.891 5.444-11.829 8.177 3.888 2.771 7.749 5.579 11.672 8.298.943.81 2.602.128 2.512-1.16-.195-1.331-.784-2.564-1.117-3.861a1942.9 1942.9 0 0 1 13.442.002c-.33 1.371-1.031 2.666-1.114 4.085.109 1.245 1.72 1.659 2.595.882 3.883-2.718 7.73-5.489 11.584-8.246-3.8-2.654-7.621-5.282-11.425-7.93-.718-.539-1.965-.924-2.573-.026-.946 1.535.637 3.156.958 4.679-4.496.014-8.992.014-13.488 0 .392-1.293 1.181-2.488 1.295-3.847-.057-1.255-1.571-1.758-2.512-1.053z"/><path fill="#231f20" d="M1.728.561C16.197.359 30.692.542 45.17.468c.972-.159 1.903.677 1.834 1.663.014 6.499.012 13 .002 19.502.062.867-.71 1.706-1.602 1.597-14.424-.005-28.85.005-43.274-.005-.846.059-1.537-.768-1.471-1.585C.64 15.215.661 8.787.649 2.362.578 1.618.927.734 1.725.561m0 .867c-.326.302-.245.772-.273 1.169.021 6.342-.01 12.687.017 19.029-.095.639.611.898 1.133.829 14.186-.005 28.372 0 42.556-.002.53.055 1.141-.188 1.038-.825.033-6.418.005-12.841.014-19.262.069-.537-.185-1.129-.817-1.043-13.863-.038-27.728.002-41.591-.019-.691.012-1.402-.067-2.077.124z"/><path fill="#231f20" d="M16.087 3.705c.941-.706 2.455-.202 2.512 1.053-.114 1.359-.903 2.554-1.295 3.847 4.496.014 8.992.014 13.488 0-.321-1.523-1.903-3.144-.958-4.679.608-.898 1.856-.513 2.573.026 3.804 2.647 7.625 5.275 11.425 7.93-3.854 2.756-7.701 5.527-11.584 8.246-.874.777-2.486.364-2.595-.882.083-1.419.784-2.714 1.114-4.085-4.482-.019-8.963-.014-13.442-.002.333 1.297.922 2.531 1.117 3.861.09 1.288-1.568 1.97-2.512 1.16-3.923-2.718-7.785-5.527-11.672-8.298 3.937-2.733 7.863-5.489 11.829-8.177z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--both-directions--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.882 0h27.914l-.029.064C30.219.022 29.669.039 29.12.036L3.458.035c-.205 0-.41.023-.615.03l.04-.066zM2.506.116c.062-.065.14-.08.231-.044-.068.071-.146.086-.231.044zM30.822.067a.759.759 0 0 1 .528.142c-.178-.039-.353-.092-.528-.142zM2.891.312c.474-.068.953-.039 1.431-.045 8.667.003 17.334-.007 26 .005 1.53-.02 2.891 1.283 3.014 2.789.003 5.894-.001 11.788.002 17.682.053 1.641-1.444 3.131-3.089 3.073-8.996-.001-17.991.005-26.987-.003-1.52.004-2.867-1.3-2.985-2.799 0-5.987-.004-11.974.002-17.961C.413 1.705 1.528.477 2.892.313m.126.518C1.87.952.893 1.974.8 3.12.793 8.927.797 14.735.794 20.543c-.064 1.063.59 2.125 1.562 2.558.414.152.86.214 1.3.193 8.863.001 17.727.005 26.59.002 1.282-.001 2.478-1.06 2.566-2.349.005-5.92.005-11.841.005-17.761-.082-1.272-1.211-2.392-2.5-2.395C21.564.777 12.81.789 4.056.785 3.71.791 3.36.76 3.018.83zM31.938.455l.14.092-.14-.092zM1.419.626l.147-.099-.147.099zM32.68 1.005l.095.158-.095-.158zM.799 1.231zM.607 1.514zM.459 1.701l.094-.148-.094.148z"/><path fill="#fffffe" d="M3.149 1.756c.102-.019.205-.018.308-.018 8.933.003 17.866-.005 26.799.001.873-.025 1.659.78 1.61 1.651-.001 5.805.001 11.611.002 17.417-.02.808-.738 1.519-1.548 1.535-8.71.003-17.42.001-26.131.003-.441-.005-.888.029-1.322-.071-.661-.216-1.167-.896-1.12-1.6L1.744 3.388c-.039-.794.611-1.556 1.405-1.633m9.526 4.943c-2.635 1.778-5.27 3.559-7.901 5.345 2.623 1.791 5.257 3.567 7.887 5.348.519.289 1.221-.17 1.103-.773-.225-.844-.505-1.675-.741-2.517 2.485-.004 4.97-.003 7.455-.001-.239.842-.523 1.673-.748 2.518-.119.608.596 1.068 1.114.766 2.621-1.77 5.235-3.549 7.857-5.318l.004-.033c-2.609-1.778-5.231-3.538-7.844-5.313-.506-.314-1.229.122-1.132.727.221.854.502 1.694.739 2.544-2.482.004-4.964.005-7.445-.001.23-.792.465-1.582.708-2.37.243-.621-.472-1.242-1.056-.923zM33.135 1.65c.118.144.225.322.248.51-.1-.16-.21-.324-.248-.51zM.146 2.459c-.042-.087-.03-.161.035-.222.047.08.035.154-.035.222zM33.458 2.313l.049.023v.187c-.088-.055-.104-.124-.049-.209zM.07 2.725c-.037-.092-.019-.166.053-.222.035.085.018.159-.053.222zM.07 21.399c.07.064.088.139.056.226-.074-.055-.092-.13-.056-.226zM33.452 21.744c-.049-.083-.03-.15.055-.201v.189l-.055.012zM33.317 22.109c-.031-.126.034-.261.121-.35.038.131-.053.247-.121.35zM.198 21.835c.116.209.227.423.324.642a1.196 1.196 0 0 1-.324-.642zM33.163 22.367l.088-.14-.088.14zM.54 22.494zM32.952 22.717l.093-.152-.093.152zM.671 22.692zM32.747 22.993l.094-.159-.094.159zM.975 23.077a.282.282 0 0 1 .213.215.218.218 0 0 1-.213-.215zM1.492 23.515zM31.412 23.864c.213-.104.414-.244.644-.303-.188.132-.41.287-.644.303zM30.93 24c.134-.1.312-.13.477-.136-.058.106-.195.078-.286.136h-.191zM2.45 23.948c.085-.05.154-.033.208.052h-.19l-.018-.052z"/><path fill="#1a1919" d="M2.737.072l.105-.007c.205-.007.41-.03.615-.03l25.662.001c.549.003 1.099-.014 1.647.028l.055.003c.175.051.35.103.528.142l.031.01.152.025c.14.06.277.127.405.211l.14.092c.229.108.445.255.602.457l.095.158c.159.13.268.306.36.487.038.186.148.35.248.51.027.05.052.101.076.153-.056.085-.039.155.049.209v19.02c-.084.051-.103.118-.055.201l-.014.015c-.087.088-.152.224-.121.35l-.067.118-.088.14a3.025 3.025 0 0 1-.117.198l-.093.152-.111.118-.094.159c-.195.227-.414.442-.691.568-.229.059-.431.199-.644.303h-.005c-.164.005-.343.036-.477.136H2.658c-.054-.084-.123-.102-.208-.052a.598.598 0 0 1-.259-.086 6.65 6.65 0 0 0-.151-.043 2.11 2.11 0 0 1-.406-.21 11.682 11.682 0 0 0-.143-.094.654.654 0 0 1-.304-.223.28.28 0 0 0-.213-.215c-.08-.069-.151-.148-.224-.223l-.08-.162-.057-.047a10.596 10.596 0 0 1-.074-.152l-.019-.017a7.564 7.564 0 0 0-.324-.642l-.003-.02-.058-.143-.011-.047c.033-.087.014-.162-.056-.226l-.003-.114c0-6.167-.003-12.334.001-18.5l.003-.06c.071-.063.088-.137.053-.222l.022-.044c.07-.068.082-.142.035-.222.08-.185.165-.37.279-.537l.094-.148.054-.039.056-.146c.044-.047.09-.092.136-.137l.094-.158c.147-.18.321-.336.526-.447l.147-.099c.292-.178.601-.346.94-.41.086.042.163.027.231-.044m.155.242C1.527.476.413 1.703.278 3.052.272 9.039.276 15.027.276 21.013c.118 1.498 1.465 2.803 2.985 2.799 8.996.008 17.991.002 26.987.003 1.645.058 3.143-1.432 3.089-3.073-.003-5.894.001-11.788-.002-17.682C33.211 1.554 31.85.251 30.321.271c-8.666-.013-17.333-.002-26-.005-.477.006-.957-.023-1.431.045z"/><path fill="#1a1919" d="M3.018.831c.342-.07.691-.039 1.038-.045C12.81.79 21.564.778 30.317.792c1.289.003 2.419 1.123 2.5 2.395.001 5.92 0 11.84-.005 17.761-.087 1.289-1.283 2.348-2.566 2.349-8.863.003-17.727-.001-26.59-.002a3.324 3.324 0 0 1-1.3-.193c-.972-.433-1.627-1.495-1.562-2.558C.797 14.736.793 8.928.8 3.121.892 1.976 1.87.953 3.018.832m.131.924c-.794.077-1.444.84-1.405 1.633l.003 17.286c-.047.704.459 1.383 1.12 1.6.434.1.88.066 1.322.071 8.71-.002 17.42-.001 26.131-.003.81-.016 1.528-.727 1.548-1.535-.001-5.806-.003-11.612-.002-17.417.05-.872-.737-1.676-1.61-1.651-8.933-.007-17.866.001-26.799-.001-.103 0-.206-.001-.308.018z"/><path fill="#1a1919" d="M12.675 6.698c.584-.318 1.299.302 1.056.923-.243.788-.478 1.578-.708 2.37 2.482.006 4.964.005 7.445.001-.237-.85-.518-1.691-.739-2.544-.098-.604.626-1.041 1.132-.727 2.612 1.774 5.234 3.534 7.844 5.313l-.004.033c-2.621 1.768-5.236 3.548-7.857 5.318-.518.302-1.233-.158-1.114-.766.225-.846.509-1.676.748-2.518-2.485-.002-4.97-.003-7.455.001.236.842.517 1.673.741 2.517.118.604-.584 1.062-1.103.773-2.63-1.781-5.264-3.557-7.887-5.348 2.631-1.786 5.265-3.567 7.901-5.345z"/><path fill="#c5c5c5" d="M31.381.219l.152.025-.152-.025z"/><path fill="#b4b3b3" d="M0 2.794l.068-.008C.064 8.952.067 15.119.067 21.286l-.066-.018V2.794z"/><path fill="#c9c9c9" d="M.137 21.672l.058.143-.058-.143z"/><path fill="#bebebe" d="M2.04 23.819z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--buses--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.798 0h44.376A2.859 2.859 0 0 1 48 1.764v20.453c-.271.797-.888 1.38-1.606 1.783H1.785c-.85-.283-1.483-.962-1.786-1.795V1.836A2.882 2.882 0 0 1 1.797 0m-.273.79c-.605.281-.943.948-.912 1.601-.007 6.406-.007 12.811 0 19.217-.096 1.003.802 1.877 1.793 1.798 14.398.005 28.795.005 43.19 0 1.006.089 1.903-.802 1.81-1.812.005-6.394.005-12.792 0-19.186.086-.996-.799-1.882-1.795-1.793C31.284.598 16.959.615 2.633.608c-.372.014-.766.014-1.109.182z"/><path d="M4.14 9.665c1.56-2.736 4.596-4.934 7.862-4.706 9.521.002 19.042.002 28.565 0 .744-.026 1.656.187 1.946.97.545 1.272 1.308 2.506 1.488 3.9-.012 2.232.065 4.471-.038 6.698-.35.533-1.258.154-1.834.226-.163-1.824-2.098-3.182-3.864-2.669-1.258.247-2.112 1.406-2.201 2.652-6.139.005-12.278-.005-18.418.005-.178-1.814-2.098-3.168-3.862-2.657-1.26.245-2.114 1.406-2.206 2.652-2.021-.01-4.042.024-6.062-.012-.828 0-1.625-.722-1.51-1.586.038-1.822-.067-3.66.132-5.472m4.286-2.2c-.912.809-2.304 1.615-1.915 3.055 1.606.072 3.216.041 4.824.017.086-1.174.103-2.354-.012-3.528-.972.034-2.146-.36-2.897.456m4.313-.451c-.118 1.166-.082 2.34-.031 3.506 1.289.06 2.58.062 3.866 0 .053-1.169.091-2.342-.029-3.506a38.963 38.963 0 0 0-3.806 0m5.22-.009c-.118 1.174-.098 2.359-.012 3.535 1.282.019 2.563.058 3.842-.026.014-1.147.158-2.321-.058-3.451-1.243-.197-2.518-.058-3.773-.058m5.214.1a16.147 16.147 0 0 0 .026 3.454c1.258-.002 2.513.005 3.768-.005.125-1.142.139-2.306.026-3.449a11.044 11.044 0 0 0-3.821 0m5.254-.048c-.221 1.133-.077 2.311-.055 3.461 1.279.074 2.563.043 3.842.019.086-1.176.106-2.359-.014-3.533-1.255-.002-2.527-.132-3.773.053m5.189-.043c-.115 1.166-.077 2.338-.029 3.506 1.286.06 2.578.062 3.864 0 .005-1.152.187-2.35-.077-3.475-1.243-.154-2.508-.062-3.758-.031m5.222-.007c-.118 1.174-.101 2.357-.01 3.533 1.265.029 2.532.031 3.797 0-.341-1.162-.689-2.347-1.255-3.418-.787-.314-1.699-.091-2.532-.115z"/><path d="M8.304 8.498c.598-.806 1.529-.982 2.47-.842l.048.835a44.04 44.04 0 0 1-2.518.007zM13.279 7.661a64.858 64.858 0 0 1 2.719 0l.038.826c-.931.038-1.862.038-2.794 0 .007-.206.026-.619.036-.826zM18.506 7.661a68.46 68.46 0 0 1 2.719-.002c0 .281.005.562.012.842a57.01 57.01 0 0 1-2.774-.007c.01-.209.034-.624.043-.833zM23.707 7.661a65.911 65.911 0 0 1 2.741 0c.005.209.012.629.014.84a75.23 75.23 0 0 1-2.77 0c.002-.211.01-.631.014-.84zM28.93 7.658a63.338 63.338 0 0 1 2.722.005l.046.828c-.929.029-1.858.029-2.786.01.01-.281.017-.562.019-.842zM34.152 7.661a65.096 65.096 0 0 1 2.724 0c.007.209.024.622.034.83-.931.031-1.862.034-2.794-.002.01-.206.026-.622.036-.828zM39.382 7.654c.533-.005 1.066.005 1.598.024.055.204.161.617.216.821-.622.012-1.241.012-1.86 0l.046-.845zM13.759 14.724c1.577-.737 3.499.871 3.043 2.551-.274 1.603-2.443 2.338-3.641 1.238-1.27-.994-.924-3.24.598-3.79zM38.242 14.726c1.574-.739 3.499.866 3.046 2.549-.276 1.606-2.448 2.34-3.643 1.236-1.267-.994-.922-3.235.598-3.785z"/><path fill="#fff" d="M1.524.79c.343-.168.737-.168 1.109-.182C16.959.615 31.284.598 45.61.615c.996-.089 1.882.797 1.795 1.793.005 6.394.005 12.792 0 19.186.094 1.01-.804 1.901-1.81 1.812-14.395.005-28.793.005-43.19 0-.991.079-1.889-.794-1.793-1.798-.007-6.406-.007-12.811 0-19.217-.031-.653.307-1.32.912-1.601M4.14 9.665c-.199 1.812-.094 3.65-.132 5.472-.115.864.682 1.586 1.51 1.586 2.021.036 4.042.002 6.062.012.091-1.246.946-2.407 2.206-2.652 1.764-.511 3.684.842 3.862 2.657 6.139-.01 12.278 0 18.418-.005.089-1.246.943-2.405 2.201-2.652 1.766-.514 3.701.845 3.864 2.669.576-.072 1.483.307 1.834-.226.103-2.227.026-4.466.038-6.698-.18-1.394-.943-2.628-1.488-3.9-.29-.782-1.202-.996-1.946-.97-9.523.002-19.044.002-28.565 0-3.266-.228-6.302 1.97-7.862 4.706m9.617 5.06c-1.522.55-1.867 2.796-.598 3.79 1.198 1.099 3.367.365 3.641-1.238.456-1.68-1.466-3.288-3.043-2.551m24.483.001c-1.519.55-1.865 2.791-.598 3.785 1.195 1.104 3.367.37 3.643-1.236.454-1.682-1.471-3.288-3.046-2.549z"/><path fill="#fff" d="M8.424 7.466c.751-.816 1.925-.422 2.897-.456.115 1.174.098 2.354.012 3.528-1.608.024-3.218.055-4.824-.017-.389-1.44 1.003-2.246 1.915-3.055m-.12 1.032c.84.019 1.678.022 2.518-.007l-.048-.835c-.941-.139-1.872.036-2.47.842zM12.737 7.015a38.963 38.963 0 0 1 3.806 0c.12 1.164.082 2.338.029 3.506-1.286.062-2.578.06-3.866 0-.05-1.166-.086-2.34.031-3.506m.542.646c-.01.206-.029.619-.036.826.931.038 1.862.038 2.794 0l-.038-.826a64.858 64.858 0 0 0-2.719 0zM17.957 7.006c1.255 0 2.53-.139 3.773.058.216 1.13.072 2.304.058 3.451-1.279.084-2.561.046-3.842.026-.086-1.176-.106-2.362.012-3.535m.548.655c-.01.209-.034.624-.043.833.924.026 1.85.026 2.774.007a33.84 33.84 0 0 1-.012-.842 68.46 68.46 0 0 0-2.719.002zM23.17 7.106a11.044 11.044 0 0 1 3.821 0 16.777 16.777 0 0 1-.026 3.449c-1.255.01-2.51.002-3.768.005a16.082 16.082 0 0 1-.026-3.454m.536.555c-.005.209-.012.629-.014.84a75.23 75.23 0 0 0 2.77 0c-.002-.211-.01-.631-.014-.84a65.911 65.911 0 0 0-2.741 0zM28.423 7.058c1.246-.185 2.518-.055 3.773-.053.12 1.174.101 2.357.014 3.533-1.279.024-2.563.055-3.842-.019-.022-1.15-.166-2.328.055-3.461m.507.6c-.002.281-.01.562-.019.842.929.019 1.858.019 2.786-.01l-.046-.828a63.332 63.332 0 0 0-2.722-.005zM33.612 7.015c1.25-.031 2.515-.122 3.758.031.264 1.126.082 2.323.077 3.475-1.286.062-2.578.06-3.864 0-.048-1.169-.086-2.34.029-3.506m.54.646c-.01.206-.026.622-.036.828a38.28 38.28 0 0 0 2.794.002c-.01-.209-.026-.622-.034-.83a65.096 65.096 0 0 0-2.724 0zM38.834 7.008c.833.024 1.745-.199 2.532.115.566 1.07.914 2.256 1.255 3.418a80.107 80.107 0 0 1-3.797 0c-.091-1.176-.108-2.359.01-3.533m.548.646l-.046.845c.619.012 1.238.012 1.86 0-.055-.204-.161-.617-.216-.821a35.505 35.505 0 0 0-1.598-.024z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--buses-and-trucks--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".05" d="M0 0h.774A5.443 5.443 0 0 0 0 .81V0z"/><path d="M.774 0h34.225c.29.231.559.489.822.75v22.299c-.26.453-.672.876-1.241.824-11.053.02-22.105 0-33.158.011-.613.073-1.128-.285-1.422-.797V.81C.229.514.489.242.774 0m.005.414C.39.588.288 1.037.312 1.426.317 8.476.31 15.527.316 22.578c-.066.534.376 1.055.93.989 11.11.007 22.22.007 33.328-.002.552.064.994-.455.928-.987 0-7.11.009-14.223-.005-21.335.061-.607-.539-1.014-1.098-.931C23.47.307 12.539.316 1.61.307 1.334.323 1.037.289.781.414z"/><path d="M1.499.819C12.222.717 22.954.808 33.682.774c.702-.116 1.411.45 1.309 1.189 0 6.691.009 13.383-.004 20.074.047.609-.523 1.119-1.119 1.064-10.639.007-21.278.002-31.916.004-.62.082-1.261-.412-1.209-1.066C.73 15.346.739 8.649.738 1.956.691 1.458.994.932 1.499.819m.183.349c-.478.159-.707.675-.657 1.153.005 6.453-.004 12.906.004 19.359-.073.621.493 1.177 1.112 1.101 10.515-.004 21.03.007 31.546-.005.586.039 1.075-.516 1.016-1.089.004-6.514.009-13.028-.002-19.542.05-.643-.584-1.119-1.191-1.057-10.336-.009-20.674.005-31.01-.005-.272.007-.553-.004-.817.084z"/><path d="M8.624 3.104c5.842.004 11.685-.005 17.527.004 1.008-.041.99 1.202 1.284 1.881.598 1.453.534 3.05.401 4.583-.996.073-1.995.029-2.993.041-.041-1.051-1.023-1.891-2.072-1.694-.881.066-1.472.861-1.54 1.698-2.377-.009-4.752-.002-7.128-.004-.054-.983-.901-1.845-1.916-1.719-.946-.007-1.623.831-1.696 1.723-.831-.029-1.667.048-2.497-.043-.407-1.906.068-3.838.922-5.561l-.301-.235c.004-.224.007-.448.009-.673m.706.783c-.344.894-.772 1.762-.99 2.699 1.021.023 2.045.027 3.066-.002.034-.897.023-1.795.009-2.692a14.366 14.366 0 0 0-2.085-.005m2.534.004c-.016.897-.023 1.796.007 2.694.937.021 1.877.048 2.814-.025-.247-.901-.441-1.854-.892-2.672-.641-.072-1.288-.032-1.929.004m2.486.01c.235.881.475 1.768.804 2.62.835.165 1.732.104 2.581-.004-.269-.888-.53-1.782-.863-2.651-.842-.014-1.684-.041-2.522.034m3.068-.005c.231.915.505 1.82.833 2.704.842-.004 1.684.027 2.525-.036-.238-.904-.437-1.864-.894-2.679-.82-.068-1.644-.039-2.464.011m3.088-.009c.213.915.512 1.809.806 2.701.849.02 1.7.032 2.547-.018a17.31 17.31 0 0 0-.813-2.617c-.811-.22-1.7-.061-2.54-.066m3.139.013c.219.904.521 1.787.799 2.676.829-.048 1.798.226 2.545-.129-.206-.874-.523-1.719-.81-2.572-.844-.027-1.691-.047-2.534.025z"/><path d="M11.884 8.31c.931-.342 1.984.566 1.77 1.539-.134 1.021-1.522 1.513-2.26.79-.793-.639-.501-2.07.491-2.328zM22.63 8.31c.93-.34 1.983.566 1.768 1.539-.134 1.021-1.522 1.513-2.26.79-.795-.639-.501-2.072.493-2.328zM14.045 17.862c0-1.974-.004-3.947 0-5.921 4.37-.002 8.74 0 13.11 0 .004 1.974-.004 3.947-.005 5.921-.478 0-.955 0-1.431-.004-.029.084-.084.254-.113.34.267.018.536.036.804.052l.011.706c-.27.263-.541.527-.817.784-.15-.792-.552-1.635-1.402-1.852-1.211-.455-2.59.471-2.678 1.752-2.61.005-5.219-.005-7.827.005-.064-1.282-1.444-2.192-2.647-1.768-.817.195-1.273.981-1.395 1.761l-.935.004c.021-1.171-.052-2.348.025-3.516.421-.969.981-1.87 1.472-2.803 1.143.004 2.287 0 3.432.002.005 1.628 0 3.256.004 4.884 2.606-.002 5.212.004 7.82-.004l-.007-.342c-2.473-.004-4.947 0-7.42-.002m-3.658-4.142c-.405.81-.813 1.619-1.211 2.434.536.002 1.073.002 1.61.002.244-.811.491-1.623.731-2.434-.376-.002-.752-.002-1.13-.002m.817 2.434c.573.002 1.148.002 1.721 0 .002-.811 0-1.621-.004-2.432-.333-.002-.666-.002-.998-.002-.245.81-.485 1.621-.72 2.434z"/><path d="M11.167 18.172c1.107-.401 2.439.693 2.06 1.866-.324 1.261-2.214 1.528-2.918.455-.632-.808-.115-2.088.858-2.321zM23.156 18.145c1.096-.324 2.328.788 1.947 1.911-.342 1.268-2.26 1.503-2.937.398-.625-.847-.018-2.139.99-2.309z"/><path fill="#fff" d="M.779.414c.256-.125.553-.091.829-.107 10.929.009 21.86 0 32.789.005.559-.082 1.159.324 1.098.931.014 7.112.005 14.224.005 21.335.066.532-.376 1.051-.928.987-11.108.009-22.218.009-33.328.002-.553.066-.996-.455-.93-.989C.309 15.527.316 8.475.31 1.426.287 1.037.389.588.777.414m.722.405C.994.932.691 1.458.738 1.956.74 8.649.731 15.346.743 22.039c-.052.654.589 1.148 1.209 1.066 10.639-.002 21.278.004 31.916-.004.596.056 1.166-.455 1.119-1.064.013-6.691.004-13.383.004-20.074.102-.74-.607-1.306-1.309-1.189C22.954.808 12.222.717 1.499.819z"/><path fill="#fff" d="M1.682 1.168c.263-.088.544-.077.817-.084 10.336.011 20.674-.004 31.01.005.607-.063 1.241.414 1.191 1.057.011 6.514.005 13.028.002 19.542.059.573-.43 1.128-1.016 1.089-10.515.013-21.03.002-31.546.005-.62.075-1.186-.48-1.112-1.101-.007-6.453.002-12.906-.004-19.359-.05-.478.179-.994.657-1.153m6.943 1.935c-.002.226-.005.45-.009.673l.301.235c-.854 1.723-1.329 3.656-.922 5.561.829.091 1.666.014 2.497.043.073-.892.75-1.73 1.696-1.723 1.016-.125 1.863.736 1.916 1.719 2.377.002 4.752-.005 7.128.004.068-.836.659-1.632 1.54-1.698 1.05-.197 2.031.643 2.072 1.694.998-.013 1.997.032 2.993-.041.133-1.533.197-3.131-.401-4.583-.294-.679-.276-1.922-1.284-1.881-5.842-.009-11.685 0-17.527-.004m3.26 5.207c-.992.258-1.284 1.689-.491 2.328.738.724 2.126.231 2.26-.79.215-.973-.838-1.881-1.77-1.539m10.747.001c-.994.256-1.288 1.689-.493 2.328.738.724 2.126.231 2.26-.79.215-.973-.838-1.879-1.768-1.539m-8.584 9.553c2.473.002 4.947-.002 7.42.002l.007.342c-2.608.007-5.214.002-7.82.004-.004-1.628.002-3.256-.004-4.884-1.144-.002-2.289.002-3.432-.002-.491.933-1.051 1.834-1.472 2.803-.077 1.168-.004 2.344-.025 3.516l.935-.004c.122-.779.579-1.565 1.395-1.761 1.204-.424 2.583.485 2.647 1.768 2.608-.011 5.217 0 7.827-.005.088-1.281 1.467-2.207 2.678-1.752.851.217 1.252 1.06 1.402 1.852.276-.258.546-.521.817-.784l-.011-.706c-.269-.016-.537-.034-.804-.052.029-.086.084-.256.113-.34.476.004.953.004 1.431.004.002-1.974.009-3.947.005-5.921-4.37 0-8.74-.002-13.11 0-.004 1.974 0 3.947 0 5.921m-2.877.309c-.973.233-1.49 1.513-.858 2.321.704 1.073 2.593.806 2.918-.455.38-1.173-.953-2.267-2.06-1.866m11.989-.027c-1.008.17-1.616 1.461-.99 2.309.677 1.105 2.595.87 2.937-.398.381-1.123-.851-2.235-1.947-1.911z"/><path fill="#fff" d="M9.33 3.888a14.51 14.51 0 0 1 2.085.005c.014.897.025 1.795-.009 2.692a60.268 60.268 0 0 1-3.066.002c.219-.937.647-1.805.99-2.699zM11.864 3.892c.641-.036 1.288-.075 1.929-.004.451.819.645 1.771.892 2.672-.937.073-1.877.047-2.814.025a52.598 52.598 0 0 1-.007-2.694zM14.35 3.903c.838-.075 1.68-.048 2.522-.034.333.869.595 1.762.863 2.651-.849.107-1.746.168-2.581.004-.33-.853-.57-1.739-.804-2.62zM17.418 3.897c.82-.05 1.644-.079 2.464-.011.457.815.656 1.775.894 2.679-.842.063-1.684.032-2.525.036a26.301 26.301 0 0 1-.833-2.704zM20.506 3.888c.84.005 1.728-.154 2.54.066.344.845.607 1.727.813 2.617-.847.05-1.698.038-2.547.018-.294-.892-.593-1.786-.806-2.701zM23.645 3.901c.844-.072 1.691-.052 2.534-.025.287.853.604 1.698.81 2.572-.747.355-1.716.081-2.545.129-.278-.888-.58-1.771-.799-2.676zM10.388 13.719c.378 0 .754 0 1.13.002-.24.811-.487 1.623-.731 2.434-.537 0-1.075 0-1.61-.002.398-.815.806-1.624 1.211-2.434zM11.205 16.153c.235-.813.475-1.624.72-2.434.331 0 .664 0 .998.002.004.811.005 1.621.004 2.432-.573.002-1.148.002-1.721 0z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--camera--g1" xmlns="http://www.w3.org/2000/svg"><path d="M2.911 0h42.142C46.488.372 47.597 1.493 48 2.911V21.05A4.227 4.227 0 0 1 45.098 24H2.94C1.514 23.621.41 22.5 0 21.091V2.94A4.162 4.162 0 0 1 2.911 0m.07.878C1.644 1.137.703 2.479.802 3.818.807 9.352.788 14.884.809 20.416c-.026 1.478 1.289 2.81 2.774 2.774 13.531.022 27.065.002 40.598.01 1.562.132 3.038-1.207 3.007-2.784.019-5.611.019-11.225 0-16.836.048-1.697-1.62-2.99-3.254-2.798C30.285.849 16.62.657 2.98.878z"/><path d="M33.763 2.04c.614.754 1.02 1.639 1.471 2.494.696-.278 1.387-.571 2.11-.787-.235.583-.504 1.15-.775 1.716.67.166 1.339.336 1.999.547-.506.286-1.027.542-1.548.799.228.571.446 1.147.631 1.735-.737-.305-1.43-.696-2.107-1.111-.343.583-.689 1.164-1.032 1.747.593.401 1.198.787 1.788 1.195-.01 3.185.022 6.374-.012 9.559.036.919-.792 1.706-1.704 1.656-7.615.019-15.233.01-22.848.005-.682.091-1.315-.482-1.229-1.181-.014-3.29-.012-6.581-.002-9.871-.062-.854.6-1.716 1.483-1.738 4.301-.091 8.609.094 12.905-.034 1.267-.754 2.64-1.37 4.14-1.421-.005-.449-.01-.9-.01-1.351h2.446c.062.487-.067 1.049.274 1.459.557-.367 1.003-.869 1.464-1.342-.706-.322-1.421-.631-2.074-1.049.83-.223 1.697-.163 2.549-.156.005-.958-.041-1.92.082-2.873m.302 1.116c-.007.71-.007 1.423-.029 2.134-.564.007-1.128.01-1.692.012.492.23.984.458 1.471.698-.398.432-.806.854-1.212 1.279.629-.101 1.26-.204 1.891-.293.024.463.036.926.053 1.392.286-.475.574-.95.869-1.421.538.295 1.07.598 1.606.898-.158-.41-.322-.818-.48-1.226.348-.18.698-.353 1.051-.526a43.844 43.844 0 0 1-1.546-.401c.199-.454.41-.902.622-1.349l-1.598.65c-.341-.614-.667-1.234-1.006-1.848m-1.762 4.553c.619.415 1.236.83 1.858 1.241.002-.516-.002-1.03-.007-1.546-.617.098-1.234.202-1.85.305m-3.407.072c-2.563.062-4.973 1.81-5.856 4.214-1.423 3.439.744 7.726 4.344 8.642 3.79 1.222 8.107-1.793 8.321-5.753.446-3.792-3.002-7.392-6.809-7.104m-15.621 2.639c-.713.089-1.603.991-.787 1.579 1.145.768 3.293.847 4.003-.511-.266-1.339-2.155-1.325-3.216-1.068z"/><path d="M27.686 8.513c3.223-.919 6.85 1.394 7.38 4.697.734 3.331-1.922 6.85-5.316 7.085-3.19.391-6.331-2.21-6.545-5.414-.331-2.849 1.697-5.71 4.481-6.367m.231 1.177c-2.318.581-3.929 3.077-3.473 5.429.35 2.458 2.856 4.322 5.309 3.967 2.657-.262 4.711-3.022 4.135-5.647-.425-2.669-3.374-4.536-5.971-3.749z"/><path d="M28.152 10.406c2.662-.811 5.53 1.74 5.03 4.476-.24 2.083-2.299 3.715-4.382 3.478-1.908-.151-3.547-1.8-3.66-3.713-.197-1.901 1.159-3.797 3.012-4.241m0 1.184c-1.855.607-2.522 3.218-1.186 4.644 1.375 1.742 4.466 1.07 5.004-1.078.761-2.186-1.678-4.486-3.818-3.566zM12.581 11.484c.936-.826 2.568-.864 3.48.017a3.811 3.811 0 0 1-3.48-.017z"/><path d="M28.387 12.298c1.368-.583 3.031.576 2.957 2.057.046 1.55-1.829 2.676-3.17 1.891-1.634-.744-1.483-3.379.214-3.948z"/><path fill="#fff" d="M2.981.878C16.62.657 30.286.849 43.935.782c1.634-.192 3.302 1.102 3.254 2.798.019 5.611.019 11.225 0 16.836.031 1.577-1.445 2.916-3.007 2.784-13.534-.007-27.067.012-40.598-.01-1.486.036-2.801-1.296-2.774-2.774C.788 14.884.808 9.352.803 3.818c-.098-1.339.842-2.681 2.179-2.94M33.763 2.04c-.122.953-.077 1.915-.082 2.873-.852-.007-1.718-.067-2.549.156.653.418 1.368.727 2.074 1.049-.461.473-.907.974-1.464 1.342-.341-.41-.211-.972-.274-1.459h-2.446c0 .451.005.902.01 1.351-1.5.05-2.873.667-4.14 1.421-4.296.127-8.604-.058-12.905.034-.883.022-1.546.883-1.483 1.738-.01 3.29-.012 6.581.002 9.871-.086.698.547 1.272 1.229 1.181 7.615.005 15.233.014 22.848-.005.912.05 1.74-.737 1.704-1.656.034-3.185.002-6.374.012-9.559-.59-.408-1.195-.794-1.788-1.195.343-.583.689-1.164 1.032-1.747.677.415 1.37.806 2.107 1.111a24.59 24.59 0 0 0-.631-1.735c.521-.257 1.042-.514 1.548-.799-.66-.211-1.33-.382-1.999-.547.271-.566.54-1.133.775-1.716-.722.216-1.414.509-2.11.787-.451-.854-.857-1.74-1.471-2.494z"/><path fill="#fff" d="M34.066 3.154c.338.614.665 1.234 1.006 1.848l1.598-.65c-.211.446-.422.895-.622 1.349.514.144 1.027.276 1.546.401-.353.173-.703.346-1.051.526.158.408.322.816.48 1.226-.535-.3-1.068-.602-1.606-.898-.295.47-.583.946-.869 1.421-.017-.466-.029-.929-.053-1.392-.631.089-1.262.192-1.891.293.406-.425.814-.847 1.212-1.279-.487-.24-.979-.468-1.471-.698.564-.002 1.128-.005 1.692-.012.022-.71.022-1.423.029-2.134z"/><path fill="#fff" d="M32.304 7.706a309.68 309.68 0 0 1 1.85-.305c.005.516.01 1.03.007 1.546-.622-.41-1.238-.826-1.858-1.241zM28.898 7.778c3.806-.288 7.255 3.312 6.809 7.104-.214 3.96-4.531 6.974-8.321 5.753-3.6-.917-5.767-5.203-4.344-8.642.883-2.405 3.293-4.152 5.856-4.214m-1.212.734c-2.784.658-4.812 3.518-4.481 6.367.214 3.204 3.355 5.806 6.545 5.414 3.394-.235 6.05-3.754 5.316-7.085-.53-3.302-4.157-5.616-7.38-4.697z"/><path fill="#fff" d="M27.917 9.691c2.597-.787 5.546 1.08 5.971 3.749.576 2.626-1.478 5.386-4.135 5.647-2.453.355-4.958-1.51-5.309-3.967-.456-2.352 1.154-4.848 3.473-5.429m.235.715c-1.853.444-3.209 2.34-3.012 4.241.113 1.913 1.752 3.562 3.66 3.713 2.083.238 4.142-1.394 4.382-3.478.499-2.736-2.369-5.287-5.03-4.476zM13.277 10.416c1.061-.257 2.95-.271 3.216 1.068-.71 1.358-2.858 1.279-4.003.511-.816-.588.074-1.49.787-1.579m-.696 1.068a3.814 3.814 0 0 0 3.48.017c-.912-.881-2.544-.842-3.48-.017z"/><path fill="#fff" d="M28.152 11.59c2.141-.919 4.579 1.38 3.818 3.566-.538 2.148-3.629 2.82-5.004 1.078-1.337-1.426-.67-4.037 1.186-4.644m.235.708c-1.697.569-1.848 3.204-.214 3.948 1.342.785 3.216-.341 3.17-1.891.074-1.481-1.589-2.64-2.957-2.057z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--camera--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.294 0h33.675c.414.167.818.413 1.031.82v22.554a4.532 4.532 0 0 1-.564.626H.735a2.006 2.006 0 0 1-.736-1.222V1.39C.128.717.615.156 1.293 0m.03.293C.652.47.25 1.14.259 1.81c.002 6.851.002 13.702 0 20.554-.007.699.442 1.5 1.201 1.551h33.255c.63-.06 1.178-.654 1.199-1.29.003-6.967-.002-13.934.003-20.902.008-.716-.546-1.437-1.292-1.463C23.629.258 12.633.263 1.637.257a.967.967 0 0 0-.313.036z"/><path fill="#231f20" d="M.515 1.464C.468.869 1.093.448 1.635.432 12.632.43 23.63.432 34.627.431c.603.038 1.104.603 1.113 1.203.003 6.908-.002 13.817.003 20.726.008.249-.058.49-.102.734-.195.337-.515.644-.927.646-11.114-.002-22.229.004-33.342-.003a1.17 1.17 0 0 1-.851-.851C.512 15.746.524 8.604.516 1.463m.692.256c.002 7.011 0 14.022.001 21.033.1.098.2.199.299.299h33.158c.098-.1.198-.2.299-.299.002-7.12-.003-14.239.003-21.357-.178-.129-.362-.299-.599-.273-10.854.002-21.709.001-32.563 0a.548.548 0 0 0-.597.597z"/><path fill="#231f20" d="M17.957 2.072h.259v2.331h-.259V2.072zM15.15 2.841c.597.444 1.162.931 1.771 1.357l-.001.173-.171.15c-.62-.469-1.249-.928-1.826-1.449.076-.076.151-.153.226-.231zM19.212 4.302c.578-.523 1.221-.969 1.827-1.458l.224.272c-.571.458-1.172.882-1.716 1.374l-.177.002-.158-.189zM16.874 4.662c.872.047 1.766-.102 2.624.086.113.505.218 1.092-.074 1.556-.919-.054-1.861.108-2.763-.093.003-.445.002-.891.002-1.336l.212-.212zM14.197 4.73c.737.222 1.501.338 2.236.562-.033.102-.066.205-.103.306-.76-.179-1.518-.371-2.282-.534l.149-.333zM19.746 5.282c.786-.174 1.561-.398 2.35-.557l.005.344c-.751.14-1.481.377-2.233.519a48.604 48.604 0 0 0-.123-.306zM14.159 6.473c2.605.004 5.21.001 7.816.002l.212.212c.001 1.339-.003 2.678.002 4.017-.162.078-.323.188-.511.174-2.162.001-4.323-.002-6.483.001-.37-.005-.753.039-1.109-.087-.21-.99-.049-2.017-.099-3.022.022-.435-.096-.914.174-1.297m3.564.723c-.581.121-.978.654-1.12 1.205-.213 1.026.941 2.069 1.934 1.689.824-.237 1.302-1.247.944-2.029-.313-.637-1.041-1.083-1.758-.866zM6.561 13.036h1.64v.518h-.518v2.59h-.518v-2.59h-.604v-.518zM8.547 13.037c.591.012 1.38-.144 1.727.477-.004.406.105.963-.37 1.153.123.494.326.966.393 1.474l-.515.004c-.13-.462-.268-.921-.399-1.382h-.319v1.381h-.518v-3.107m.519.517l.001.704a2.52 2.52 0 0 0 .691-.104l-.002-.388-.212-.212h-.478zM11.245 13.036l.483-.001c.294 1.031.511 2.082.803 3.114-.17-.003-.339.003-.509-.016-.203-.234-.1-.609-.305-.841-.16-.019-.32-.016-.48-.021a6.226 6.226 0 0 0-.212.872c-.171 0-.343-.001-.514-.003.164-1.051.498-2.069.733-3.105m.172 1.408a4.673 4.673 0 0 1-.087.407l.331-.002a5.476 5.476 0 0 1-.118-.549c-.032.035-.094.107-.125.143zM12.863 13.036h1.554v.518h-1.036v.691h.604v.518h-.604v1.381h-.518v-3.108zM14.763 13.036h1.64v.518h-1.122v.691h.604v.518h-.604v1.381h-.518v-3.108zM16.748 13.036h.518v3.108h-.518v-3.108zM18.336 13.035h.71c.276.245.532.553.482.949l-.506.002a16.473 16.473 0 0 0-.13-.432l-.415-.003c-.281.41-.147.923-.175 1.387-.018.336.101.681.439.805.084-.079.167-.159.252-.237l.003-.226c.177 0 .355 0 .532.002.115.717-.751 1.207-1.32.776-.534-.468-.419-1.263-.425-1.904-.021-.445.225-.841.553-1.12zM21.583 13.036h.518v2.59h1.036v.518h-1.554v-3.108zM23.939 13.029c.177.038.453-.083.546.123.247.996.495 1.993.746 2.988-.175.003-.35.003-.525.005-.087-.289-.157-.584-.267-.867l-.502.002c-.071.288-.148.576-.218.864l-.519-.004c.206-1.046.534-2.065.739-3.111m.118 1.814l.296.008a11.829 11.829 0 0 1-.143-.584c-.064.188-.117.38-.153.576zM25.278 13.038l.516-.003c.071.432.166.86.205 1.296h.06c.039-.436.134-.864.205-1.295l.407-.001c.094.368.151.746.196 1.123h.143c-.004-.378.095-.746.112-1.122l.513.001c-.071 1.044-.325 2.069-.459 3.107h-.486a4.942 4.942 0 0 0-.238-1.275c-.066.426-.125.855-.224 1.275h-.488c-.099-1.042-.314-2.07-.463-3.106zM28.437 13.035h.699c.303.184.483.508.503.859l-.517.007c-.047-.117-.097-.232-.143-.348l-.276.001-.213.212-.001.197c.421.286.973.538 1.096 1.083.218.656-.521 1.434-1.173 1.093-.455-.091-.529-.577-.627-.951.289-.022.658-.04.654.351l.326.197.329-.324.001-.269c-.334-.463-1.054-.603-1.125-1.241-.078-.372.237-.633.467-.869zM3.54 18.044c.527.033 1.132-.136 1.574.24.312.384.266.941.001 1.335-.303.22-.693.254-1.057.245v1.287H3.54v-3.107m.518.503v.805c.224-.009.449-.029.663-.098.033-.12.068-.24.107-.357a13.714 13.714 0 0 1-.108-.253 2.511 2.511 0 0 0-.662-.097zM5.612 18.043h.518v1.209h.777v-1.209h.518v3.108h-.518V19.77H6.13v1.381h-.518v-3.108zM8.083 18.536c.108-.521.704-.572 1.13-.464.351.113.426.535.527.843.015.699.142 1.484-.311 2.083-.306.251-.753.171-1.104.069-.504-.723-.489-1.721-.242-2.531m.763-.04l-.194.089a2.427 2.427 0 0 0 0 2.025l.194.089c.066-.029.131-.058.198-.086a2.419 2.419 0 0 0 0-2.031l-.198-.086zM10.101 18.043h1.554v.518h-.518v2.59h-.518v-2.59h-.518v-.518zM12.458 18.041c.27.002.541.002.812 0 .761.807.761 2.304 0 3.111a43.957 43.957 0 0 0-.812 0c-.454-.383-.484-1.01-.545-1.556.06-.546.091-1.172.545-1.556m.233 2.597c.102-.002.205-.003.307-.003.066-.068.13-.135.197-.202.148-.657.221-1.437-.267-1.976-.709.442-.575 1.526-.237 2.182zM15.799 18.043h1.468v.518h-.95v.691h.604v.518h-.604v.863h1.122v.518h-1.64v-3.108zM17.871 18.043h.483c.266.5.442 1.041.724 1.532.006-.51-.001-1.021.002-1.532h.518v3.108l-.403.001c-.231-.614-.554-1.184-.804-1.788-.005.596 0 1.191-.002 1.787h-.518v-3.108zM20.201 18.043h1.554v.518h-1.036v.691h.604v.518h-.604v1.381h-.518v-3.108zM22.558 18.041c.321.029.689-.085.97.116.503.667.464 1.588.268 2.359-.04.273-.256.451-.435.637-.352-.014-.863.098-1.032-.313-.354-.493-.198-1.114-.231-1.677-.03-.423.148-.839.46-1.122m.226 2.594l.342.003c.413-.616.442-1.633-.108-2.177-.715.453-.492 1.502-.234 2.175zM24.432 18.044c.54.033 1.182-.145 1.613.28.193.414.245 1.109-.243 1.343.103.501.345.968.377 1.481l-.515.003c-.11-.466-.251-.925-.383-1.384l-.331.003v1.38h-.518v-3.107m.519.504v.718a2.53 2.53 0 0 0 .691-.104 43.18 43.18 0 0 1 0-.509 2.456 2.456 0 0 0-.691-.104zM26.818 18.352c.157-.384.645-.327.981-.3.387.074.491.517.546.849l-.517.007-.135-.319-.214-.111c-.185.111-.369.271-.368.506.015.559-.113 1.164.204 1.664.264.032.514-.054.524-.361.168.001.337.002.506.005a1.478 1.478 0 0 1-.268.707c-.251.229-.616.136-.924.155-.404-.252-.582-.749-.565-1.209.006-.537-.072-1.113.231-1.592zM28.835 18.043h1.554v.518h-1.036v.691h.604v.518h-.604v.863h1.122v.518h-1.64v-3.108zM30.906 18.044c.483.043 1.096-.165 1.45.276.35.46.268 1.08.28 1.623.023.479-.187 1.058-.693 1.197-.344.028-.691.005-1.037.009v-3.106m.518.52v2.069l.418.005c.129-.178.299-.363.274-.6-.028-.501.138-1.09-.274-1.479l-.418.005z"/><path fill="#fff" d="M1.323.293a.97.97 0 0 1 .313-.036C12.632.263 23.628.258 34.624.26c.745.027 1.299.748 1.292 1.463-.004 6.968.001 13.935-.003 20.902-.021.635-.569 1.23-1.199 1.29H1.459C.7 23.865.251 23.064.258 22.364.26 15.513.26 8.662.258 1.81.249 1.14.652.47 1.322.293M.515 1.464C.523 8.605.512 15.747.52 22.887c.083.397.454.768.851.851 11.113.007 22.228.001 33.342.003.412-.002.732-.309.927-.646.044-.243.11-.485.102-.734-.004-6.909.001-13.818-.003-20.726-.009-.6-.509-1.165-1.113-1.203C23.628.433 12.631.431 1.634.433 1.093.449.467.87.514 1.465z"/><path fill="#fff" d="M1.208 1.719a.547.547 0 0 1 .597-.597c10.854.001 21.709.002 32.563 0 .237-.026.421.144.599.273-.006 7.119-.001 14.238-.003 21.357-.101.098-.2.199-.299.299H1.507c-.098-.1-.199-.2-.299-.299-.001-7.011.001-14.022-.001-21.033m16.75.353v2.331h.259V2.072h-.259m-2.807.769c-.075.078-.15.155-.226.231.577.521 1.206.981 1.826 1.449l.171-.15.001-.173c-.609-.426-1.175-.913-1.771-1.357m4.061 1.461l.158.189.177-.002c.544-.491 1.146-.915 1.716-1.374l-.224-.272c-.606.489-1.249.935-1.827 1.458m-2.338.361l-.212.212c0 .445.001.891-.002 1.336.902.201 1.845.039 2.763.093.292-.464.187-1.051.074-1.556-.857-.188-1.752-.039-2.624-.086m-2.676.069c-.049.111-.098.223-.148.333.764.163 1.522.356 2.282.534.036-.101.07-.204.103-.306-.735-.224-1.499-.34-2.236-.562m5.548.553l.123.306c.752-.142 1.481-.379 2.233-.519l-.005-.344c-.789.159-1.564.382-2.35.557m-5.588 1.191c-.269.382-.152.862-.174 1.297.05 1.005-.111 2.031.099 3.022.357.126.739.082 1.109.087 2.161-.003 4.322 0 6.483-.001.188.015.349-.096.511-.174-.004-1.339-.001-2.678-.002-4.017l-.212-.212c-2.605-.001-5.21.003-7.816-.002m-7.596 6.563v.518h.604v2.59h.518v-2.59h.518v-.518h-1.64m1.986.001v3.107h.518v-1.381h.319c.131.461.269.92.399 1.382l.515-.004c-.066-.508-.27-.98-.393-1.474.476-.19.366-.748.37-1.153-.347-.621-1.137-.464-1.727-.477m2.697-.001c-.235 1.037-.569 2.055-.733 3.105.171.002.343.003.514.003.047-.296.123-.586.212-.872.16.004.32.002.48.021.205.232.102.607.305.841.169.018.338.013.509.016-.292-1.032-.509-2.083-.803-3.114l-.483.001m1.617-.001v3.108h.518v-1.381h.604v-.518h-.604v-.691h1.036v-.518h-1.554m1.9 0v3.108h.518v-1.381h.604v-.518h-.604v-.691h1.122v-.518h-1.64m1.985 0v3.108h.518v-3.108h-.518m1.588-.001c-.328.279-.574.675-.553 1.12.006.641-.109 1.436.425 1.904.569.431 1.435-.059 1.32-.776-.177-.002-.355-.002-.532-.002l-.003.226-.252.237c-.338-.124-.458-.47-.439-.805.029-.464-.105-.977.175-1.387l.415.003c.045.143.09.287.13.432l.506-.002c.05-.396-.205-.704-.482-.949h-.71m3.247 0v3.108h1.554v-.518h-1.036v-2.59h-.518m2.356-.007c-.205 1.046-.533 2.065-.739 3.111l.519.004c.07-.288.147-.576.218-.864l.502-.002c.11.282.18.578.267.867l.525-.005a766.79 766.79 0 0 1-.746-2.988c-.092-.206-.369-.085-.546-.123m1.339.009c.149 1.036.363 2.064.463 3.106h.488c.098-.42.158-.849.224-1.275.128.414.224.841.238 1.275h.486c.135-1.038.389-2.063.459-3.107l-.513-.001c-.017.376-.117.744-.112 1.122h-.143a8.705 8.705 0 0 0-.196-1.123l-.407.001c-.071.431-.166.859-.205 1.295H26c-.039-.436-.134-.864-.205-1.296l-.516.003m3.158-.003c-.231.237-.545.497-.467.869.071.637.791.778 1.125 1.241l-.001.269-.329.324c-.109-.066-.218-.13-.326-.197.003-.391-.365-.374-.654-.351.098.374.172.86.627.951.653.341 1.392-.437 1.173-1.093-.123-.546-.674-.798-1.096-1.083l.001-.197.213-.212.276-.001.143.348c.173-.002.344-.003.517-.007a1.07 1.07 0 0 0-.503-.859h-.699M3.54 18.044v3.107h.518v-1.287c.363.009.754-.025 1.057-.245.265-.394.311-.951-.001-1.335-.442-.376-1.046-.207-1.574-.24m2.072-.001v3.108h.518V19.77h.777v1.381h.518v-3.108h-.518v1.209H6.13v-1.209h-.518m2.471.493c-.248.81-.262 1.808.242 2.531.351.102.799.182 1.104-.069.452-.599.325-1.384.311-2.083-.101-.308-.176-.73-.527-.843-.426-.108-1.022-.057-1.13.464m2.018-.493v.518h.518v2.59h.518v-2.59h.518v-.518h-1.554m2.357-.002c-.454.383-.484 1.01-.545 1.556.06.546.091 1.172.545 1.556.271-.003.541-.002.812 0 .761-.807.761-2.304 0-3.111-.271.002-.542.002-.812 0m3.341.001v3.108h1.64v-.518h-1.122v-.863h.604v-.518h-.604v-.691h.95v-.518h-1.468m2.072 0v3.108h.518c.002-.596-.003-1.191.002-1.787.249.604.573 1.174.804 1.788l.403-.001v-3.108h-.518c-.003.511.004 1.022-.002 1.532-.282-.491-.458-1.033-.724-1.532h-.483m2.33 0v3.108h.518V19.77h.604v-.518h-.604v-.691h1.036v-.518h-1.554m2.357-.002c-.313.283-.49.699-.46 1.122.034.564-.123 1.184.231 1.677.168.411.679.299 1.032.313.18-.186.395-.364.435-.637.196-.772.236-1.692-.268-2.359-.281-.201-.649-.087-.97-.116m1.874.003v3.107h.518v-1.38l.331-.003c.132.459.274.918.383 1.384l.515-.003c-.032-.514-.275-.981-.377-1.481.489-.235.436-.93.243-1.343-.431-.425-1.072-.247-1.613-.28m2.386.307c-.302.479-.224 1.055-.231 1.592-.016.46.161.957.565 1.209.308-.019.673.074.924-.155.156-.204.235-.455.268-.707-.169-.003-.338-.004-.506-.005-.01.306-.26.393-.524.361-.317-.501-.189-1.106-.204-1.664-.002-.235.183-.395.368-.506l.214.111.135.319c.173-.002.344-.003.517-.007-.055-.331-.16-.774-.546-.849-.336-.028-.824-.085-.981.3m2.018-.308v3.108h1.64v-.518h-1.122v-.863h.604v-.518h-.604v-.691h1.036v-.518h-1.554m2.071.001v3.106c.345-.004.692.019 1.037-.009.506-.14.717-.718.693-1.197-.011-.543.07-1.163-.28-1.623-.354-.441-.967-.233-1.45-.276z"/><path fill="#fff" d="M17.725 7.196c.717-.218 1.445.229 1.758.866.358.781-.12 1.792-.944 2.029-.993.38-2.147-.664-1.934-1.689.142-.551.539-1.084 1.12-1.205zM9.065 13.554h.478l.212.212.002.388a2.456 2.456 0 0 1-.691.104l-.001-.704zM11.416 14.443c.031-.036.093-.108.125-.143.03.184.069.368.118.549l-.331.002c.035-.135.064-.27.087-.407zM24.057 14.843c.036-.196.089-.388.153-.576.044.195.089.391.143.584l-.296-.008zM8.846 18.496c.066.029.131.058.198.086a2.419 2.419 0 0 1 0 2.031l-.198.086a11.453 11.453 0 0 1-.194-.089 2.427 2.427 0 0 1 0-2.025l.194-.089zM12.691 20.637c-.338-.655-.471-1.74.237-2.182.488.54.414 1.319.267 1.976l-.197.202-.307.003zM22.784 20.635c-.258-.673-.481-1.721.234-2.175.55.545.521 1.562.108 2.177a19.497 19.497 0 0 0-.342-.003zM4.058 18.547c.224.009.448.029.662.097.035.085.071.168.108.253a7.007 7.007 0 0 0-.107.357 2.473 2.473 0 0 1-.663.098v-.805zM24.951 18.547c.233.007.467.033.691.104a43.18 43.18 0 0 0 0 .509 2.456 2.456 0 0 1-.691.104 85.921 85.921 0 0 1 0-.718zM31.424 18.563l.418-.005c.412.389.245.978.274 1.479.025.237-.145.422-.274.6-.14-.003-.279-.004-.418-.005v-2.069z"/></symbol><symbol viewBox="0 0 28 24" id="complementary--camera--g3" xmlns="http://www.w3.org/2000/svg"><path opacity=".86" d="M2.422 0h22.946l.139.037c-.633.078-1.271.074-1.907.059C17.2.095 10.8.097 4.4.095 3.786.099 3.165.144 2.558.023L2.422 0z"/><path d="M.01 3.5C-.209 1.888.942.277 2.558.023 3.165.144 3.786.099 4.4.095c6.4.002 12.8 0 19.2.001.636.015 1.274.019 1.907-.059 1.25.22 2.25 1.249 2.493 2.486v18.938c-.232 1.298-1.313 2.338-2.613 2.539H2.641c-1.566-.219-2.793-1.712-2.632-3.3C.013 14.967.012 9.234.01 3.5m2.725-1.957c-.716.126-1.261.825-1.22 1.55.002 5.971-.003 11.943.002 17.915-.009.824.756 1.534 1.575 1.485 7.306-.001 14.612.004 21.917-.002.794.012 1.503-.69 1.496-1.484.004-6.005.005-12.01-.001-18.015.007-.832-.771-1.54-1.597-1.479-7.39.021-14.785-.039-22.172.03z"/><path d="M5.637 4.049c2.953-.082 5.915-.013 8.871-.035 1.063-.03 2.02.919 2 1.982.004 4.002.004 8.005 0 12.007.021 1.028-.87 1.963-1.899 1.986-2.872.01-5.745.003-8.618.003-1.054.017-1.997-.929-1.975-1.984-.003-4.005-.003-8.011 0-12.017-.011-.925.711-1.784 1.621-1.942m6.897 1.096c-.832.193-1.466 1-1.448 1.855-.014.827.581 1.609 1.376 1.83.773.237 1.668-.089 2.113-.762a1.913 1.913 0 0 0-.043-2.202 1.916 1.916 0 0 0-1.998-.721m-4.299 6.7c-1.626.363-2.762 2.111-2.418 3.745.275 1.71 2.083 2.961 3.781 2.602 1.75-.272 3.013-2.156 2.59-3.88-.33-1.738-2.242-2.94-3.953-2.467z"/><path d="M12.734 6.044c.714-.247 1.481.514 1.235 1.23-.172.708-1.175.962-1.662.418-.528-.49-.272-1.475.427-1.648zM17.304 6.674c.27-.002.54-.002.81.001.002 3.026.003 6.051 0 9.077-.27.002-.54.002-.809.001-.004-3.026-.003-6.052-.001-9.079zM18.909 7.261c.27-.002.54-.002.811.001-.002 2.83.01 5.661-.006 8.492l-.804-.001c-.003-2.831-.002-5.661-.001-8.492z"/><path d="M20.513 8.501c.278-.002.555-.002.833 0 .002.499-.001.998 0 1.497.887.006 1.774-.001 2.661.003.002 1.666.002 3.332 0 4.998-.887.004-1.774-.003-2.661.003-.001.832.002 1.665 0 2.497-1.348.002-2.695.001-4.043 0a166 166 0 0 1 0-.998c1.07-.003 2.14.001 3.209-.002.003-2.666 0-5.332.001-7.998zM8.632 12.737c1.679-.363 3.223 1.538 2.513 3.106-.549 1.587-2.895 1.955-3.904.613-1.139-1.259-.293-3.515 1.391-3.719z"/><path fill="#fff" d="M2.735 1.543c7.387-.069 14.782-.009 22.172-.03.826-.061 1.604.647 1.597 1.479.006 6.005.005 12.01.001 18.015.007.794-.702 1.496-1.496 1.484-7.305.006-14.611.001-21.917.002-.819.049-1.584-.661-1.575-1.485-.005-5.972 0-11.944-.002-17.915-.041-.725.504-1.424 1.22-1.55m2.902 2.506c-.91.158-1.632 1.017-1.621 1.942-.003 4.006-.003 8.012 0 12.017-.022 1.055.921 2.001 1.975 1.984 2.873 0 5.746.007 8.618-.003 1.029-.023 1.92-.958 1.899-1.986.004-4.002.004-8.005 0-12.007.02-1.063-.937-2.012-2-1.982-2.956.022-5.918-.047-8.871.035m11.667 2.625c-.002 3.027-.003 6.053.001 9.079.269.001.539.001.809-.001.003-3.026.002-6.051 0-9.077-.27-.003-.54-.003-.81-.001m1.605.587c-.001 2.831-.002 5.661.001 8.492l.804.001c.016-2.831.004-5.662.006-8.492a43.86 43.86 0 0 0-.811-.001m1.604 1.24c-.001 2.666.002 5.332-.001 7.998-1.069.003-2.139-.001-3.209.002a166 166 0 0 0 0 .998c1.348.001 2.695.002 4.043 0 .002-.832-.001-1.665 0-2.497.887-.006 1.774.001 2.661-.003.002-1.666.002-3.332 0-4.998-.887-.004-1.774.003-2.661-.003-.001-.499.002-.998 0-1.497a57.825 57.825 0 0 0-.833 0z"/><path fill="#fff" d="M12.534 5.145a1.916 1.916 0 0 1 1.998.721c.478.628.495 1.556.043 2.202-.445.673-1.34.999-2.113.762-.795-.221-1.39-1.003-1.376-1.83-.018-.855.616-1.662 1.448-1.855m.2.899c-.699.173-.955 1.158-.427 1.648.487.544 1.49.29 1.662-.418.246-.716-.521-1.477-1.235-1.23zM8.235 11.845c1.711-.473 3.623.729 3.953 2.467.423 1.724-.84 3.608-2.59 3.88-1.698.359-3.506-.892-3.781-2.602-.344-1.634.792-3.382 2.418-3.745m.397.892c-1.684.204-2.53 2.46-1.391 3.719 1.009 1.342 3.355.974 3.904-.613.71-1.568-.834-3.469-2.513-3.106z"/></symbol><symbol viewBox="0 0 22 24" id="complementary--camera--g4" xmlns="http://www.w3.org/2000/svg"><path d="M1.4 0h19.487A1.865 1.865 0 0 1 22.3 1.364v21.263A1.871 1.871 0 0 1 20.921 24H1.404A1.903 1.903 0 0 1 0 22.605V1.42C.155.72.708.172 1.4 0m.141.866c-.443.053-.745.496-.702.928.002 6.835-.005 13.67.003 20.505-.021.463.394.882.86.853 6.299.002 12.598.002 18.896.001.509.035.924-.452.87-.947-.003-6.835.005-13.671-.004-20.506.026-.51-.467-.906-.958-.854C14.184.86 7.861.821 1.541.866z"/><path d="M6.444 2.271c1.651-.069 3.308-.016 4.962-.027.623-.03 1.179.527 1.148 1.15.004 2.204.004 4.408 0 6.612.031.621-.524 1.189-1.148 1.153-1.571.001-3.142.002-4.713 0-.621.03-1.17-.539-1.136-1.157-.003-2.201-.003-4.403 0-6.603-.022-.525.365-1.036.887-1.128m3.696.671c-.523.23-.772.914-.511 1.424.234.524.925.762 1.432.494.487-.224.73-.847.52-1.341-.2-.56-.91-.837-1.441-.577M7.834 6.64c-1.039.279-1.613 1.577-1.105 2.531.411.895 1.603 1.287 2.466.814.854-.412 1.24-1.543.808-2.389-.361-.796-1.337-1.225-2.169-.956z"/><path d="M10.33 3.419c.65-.387 1.176.747.474.999-.617.298-1.097-.712-.474-.999zM13 3.728l.441-.005c.006 1.69.001 3.38.002 5.07L13 8.794V3.728zM13.898 4.053l.443.001v4.739h-.443v-4.74z"/><path d="M14.785 4.747l.465-.001v.834l1.501.001v2.792l-1.5.001v1.393H13v-.554h1.784c.001-1.489-.001-2.977.001-4.466zM8.03 7.138c.676-.196 1.438.281 1.562.971.169.701-.368 1.471-1.091 1.534-.649.097-1.299-.399-1.399-1.043-.13-.633.301-1.31.928-1.462zM5.365 13.679c.646-.253 1.39-.059 1.927.352-.138.146-.279.29-.419.434-.324-.184-.687-.347-1.068-.295-.227.064-.283.382-.109.533.417.214.964.133 1.314.487.459.424.313 1.301-.278 1.527-.72.263-1.53-.011-2.102-.479.15-.144.301-.287.453-.429.376.212.776.435 1.221.429.281-.035.408-.453.17-.622-.379-.194-.841-.154-1.208-.38-.545-.337-.503-1.303.099-1.557zM17.092 13.634l.579-.001c-.001 1.039.003 2.077-.002 3.116-.56-.137-1.152.273-1.667-.059-.763-.456-.716-1.813.132-2.151.32-.16.667-.025.964.115-.007-.34-.007-.68-.006-1.02m-.663 1.395c-.456.156-.464.817-.208 1.149.283.356.938.094.873-.369.12-.425-.178-.94-.665-.78zM7.897 14.5c.406.056.805.007 1.203-.067.885.029 1.297 1.205.818 1.884-.268.533-.975.609-1.446.307.004.254.005.508.005.763a56.067 56.067 0 0 0-.58 0V14.5m.94.444c-.602.163-.495 1.414.21 1.304.716-.119.572-1.504-.21-1.304zM10.762 14.858c.3-.51 1.11-.564 1.485-.111.261.3.316.708.356 1.089-.517.01-1.034-.005-1.551.015.147.498.721.54 1.098.271.114.117.228.234.341.353-.382.31-.935.478-1.391.224-.613-.367-.742-1.272-.338-1.841m.29.529c.331.017.663.017.995-.001a.508.508 0 0 0-.995.001zM13.232 14.836c.315-.504 1.138-.534 1.494-.061.244.298.294.693.342 1.062-.521.01-1.043-.012-1.564.02.157.496.73.533 1.102.262.118.115.235.231.351.349-.39.325-.973.493-1.433.212-.595-.387-.706-1.284-.292-1.844m.293.552c.33.016.661.017.991-.006-.143-.522-.87-.547-.991.006zM2.959 19.049c.547-.357 1.265-.041 1.543.505-.172.066-.345.13-.517.193-.155-.161-.311-.415-.574-.344-.603.171-.606 1.238-.004 1.411.272.067.431-.199.584-.371.187.039.374.078.56.119-.23.535-.832.946-1.417.697-.909-.318-1.005-1.742-.175-2.21zM4.879 19.175c.54-.274 1.356-.468 1.805.053.116.487.026.999.058 1.496l.244.117-.257.472c-.167-.07-.333-.144-.498-.22-.53.42-1.566.061-1.449-.692.13-.636.929-.573 1.422-.686-.156-.515-.735-.212-1.082-.103l-.243-.437m.485 1.325c.057.37.513.262.774.237.005-.187.008-.374.01-.561-.263.059-.709-.027-.784.324zM9.113 19.123c.458-.321 1.225-.267 1.449.308.113.584.024 1.189.051 1.782h-.58c-.014-.5.036-1.004-.026-1.5-.096-.32-.584-.291-.676.016-.08.489-.018.99-.036 1.484h-.58c-.015-.5.037-1.004-.027-1.501-.097-.362-.667-.258-.694.09-.043.469-.007.941-.017 1.411h-.58v-2.257c.217.018.434.042.649.081.357-.115.74-.121 1.067.086zM11.74 21.164c-.873-.496-.701-2.144.364-2.254.776-.101 1.146.749 1.142 1.396-.515.005-1.03-.013-1.544.018.148.501.723.529 1.091.256l.351.342c-.378.327-.943.503-1.404.242m-.042-1.326c.332.02.664.02.996.001a.509.509 0 0 0-.996-.001zM14.367 19.09a3.47 3.47 0 0 1 .701-.194l.02.554c-.942.064-.791 1.086-.769 1.756l-.591.001v-2.231l.494-.009.145.123zM15.597 19.177c.537-.277 1.331-.462 1.792.035.147.481.031 1.006.068 1.504l.247.128-.26.472a14.01 14.01 0 0 1-.498-.226c-.528.426-1.565.061-1.445-.689.122-.62.899-.581 1.383-.674l-.069-.283c-.336-.052-.665.043-.974.169l-.244-.436m.476 1.323c.058.372.523.268.787.224l.004-.546c-.267.056-.718-.032-.791.322zM18.341 19.147c.492-.327 1.154-.215 1.615.115l-.36.401c-.259-.215-.823-.428-.897.065.299.097.621.129.906.266.439.235.41.968-.046 1.171-.551.287-1.208.076-1.667-.289.139-.131.281-.26.423-.388.274.177.758.534.987.114-.099-.303-.522-.218-.762-.353-.482-.115-.605-.826-.199-1.102z"/><path fill="#fff" d="M1.541.866C7.861.821 14.184.86 20.506.846c.491-.052.984.344.958.854.009 6.835.001 13.671.004 20.506.054.495-.361.982-.87.947-6.298.001-12.597.001-18.896-.001-.466.029-.881-.39-.86-.853C.834 15.464.841 8.629.839 1.794c-.043-.432.259-.875.702-.928m4.903 1.405c-.522.092-.909.603-.887 1.128-.003 2.2-.003 4.402 0 6.603-.034.618.515 1.187 1.136 1.157 1.571.002 3.142.001 4.713 0 .624.036 1.179-.532 1.148-1.153.004-2.204.004-4.408 0-6.612.031-.623-.525-1.18-1.148-1.15-1.654.011-3.311-.042-4.962.027M13 3.728v5.066l.443-.001c-.001-1.69.004-3.38-.002-5.07L13 3.728m.898.325v4.74h.443V4.054l-.443-.001m.887.694c-.002 1.489 0 2.977-.001 4.466H13v.554h2.251V8.374l1.5-.001V5.581L15.25 5.58v-.834l-.465.001m-9.42 8.932c-.602.254-.644 1.22-.099 1.557.367.226.829.186 1.208.38.238.169.111.587-.17.622-.445.006-.845-.217-1.221-.429-.152.142-.303.285-.453.429.572.468 1.382.742 2.102.479.591-.226.737-1.103.278-1.527-.35-.354-.897-.273-1.314-.487-.174-.151-.118-.469.109-.533.381-.052.744.111 1.068.295.14-.144.281-.288.419-.434-.537-.411-1.281-.605-1.927-.352m11.727-.045c-.001.34-.001.68.006 1.02-.297-.14-.644-.275-.964-.115-.848.338-.895 1.695-.132 2.151.515.332 1.107-.078 1.667.059.005-1.039.001-2.077.002-3.116l-.579.001m-9.195.866v2.887h.58c0-.255-.001-.509-.005-.763.471.302 1.178.226 1.446-.307.479-.679.067-1.855-.818-1.884-.398.074-.797.123-1.203.067m2.865.358c-.404.569-.275 1.474.338 1.841.456.254 1.009.086 1.391-.224a38.078 38.078 0 0 0-.341-.353c-.377.269-.951.227-1.098-.271.517-.02 1.034-.005 1.551-.015-.04-.381-.095-.789-.356-1.089-.375-.453-1.185-.399-1.485.111m2.47-.022c-.414.56-.303 1.457.292 1.844.46.281 1.043.113 1.433-.212a23.087 23.087 0 0 0-.351-.349c-.372.271-.945.234-1.102-.262.521-.032 1.043-.01 1.564-.02-.048-.369-.098-.764-.342-1.062-.356-.473-1.179-.443-1.494.061M2.959 19.049c-.83.468-.734 1.892.175 2.21.585.249 1.187-.162 1.417-.697-.186-.041-.373-.08-.56-.119-.153.172-.312.438-.584.371-.602-.173-.599-1.24.004-1.411.263-.071.419.183.574.344.172-.063.345-.127.517-.193-.278-.546-.996-.862-1.543-.505m1.92.126l.243.437c.347-.109.926-.412 1.082.103-.493.113-1.292.05-1.422.686-.117.753.919 1.112 1.449.692.165.076.331.15.498.22l.257-.472-.244-.117c-.032-.497.058-1.009-.058-1.496-.449-.521-1.265-.327-1.805-.053m4.234-.052c-.327-.207-.71-.201-1.067-.086a6.766 6.766 0 0 0-.649-.081v2.257h.58c.01-.47-.026-.942.017-1.411.027-.348.597-.452.694-.09.064.497.012 1.001.027 1.501h.58c.018-.494-.044-.995.036-1.484.092-.307.58-.336.676-.016.062.496.012 1 .026 1.5h.58c-.027-.593.062-1.198-.051-1.782-.224-.575-.991-.629-1.449-.308m2.627 2.041c.461.261 1.026.085 1.404-.242l-.351-.342c-.368.273-.943.245-1.091-.256.514-.031 1.029-.013 1.544-.018.004-.647-.366-1.497-1.142-1.396-1.065.11-1.237 1.758-.364 2.254m2.627-2.074l-.145-.123-.494.009v2.231l.591-.001c-.022-.67-.173-1.692.769-1.756l-.02-.554a3.47 3.47 0 0 0-.701.194m1.23.087l.244.436c.309-.126.638-.221.974-.169l.069.283c-.484.093-1.261.054-1.383.674-.12.75.917 1.115 1.445.689.164.078.33.154.498.226l.26-.472a56.069 56.069 0 0 1-.247-.128c-.037-.498.079-1.023-.068-1.504-.461-.497-1.255-.312-1.792-.035m2.744-.03c-.406.276-.283.987.199 1.102.24.135.663.05.762.353-.229.42-.713.063-.987-.114a25.91 25.91 0 0 0-.423.388c.459.365 1.116.576 1.667.289.456-.203.485-.936.046-1.171-.285-.137-.607-.169-.906-.266.074-.493.638-.28.897-.065l.36-.401c-.461-.33-1.123-.442-1.615-.115z"/><path fill="#fff" d="M10.14 2.942c.531-.26 1.241.017 1.441.577.21.494-.033 1.117-.52 1.341-.507.268-1.198.03-1.432-.494-.261-.51-.012-1.194.511-1.424m.19.477c-.623.287-.143 1.297.474.999.702-.252.176-1.386-.474-.999zM7.834 6.64c.832-.269 1.808.16 2.169.956.432.846.046 1.977-.808 2.389-.863.473-2.055.081-2.466-.814-.508-.954.066-2.252 1.105-2.531m.196.498c-.627.152-1.058.829-.928 1.462.1.644.75 1.14 1.399 1.043.723-.063 1.26-.833 1.091-1.534-.124-.69-.886-1.167-1.562-.971zM8.837 14.944c.782-.2.926 1.185.21 1.304-.705.11-.812-1.141-.21-1.304zM11.052 15.387a.508.508 0 0 1 .995-.001 9.436 9.436 0 0 1-.995.001zM13.525 15.388c.121-.553.848-.528.991-.006-.33.023-.661.022-.991.006zM16.429 15.029c.487-.16.785.355.665.78.065.463-.59.725-.873.369-.256-.332-.248-.993.208-1.149zM11.698 19.838a.509.509 0 0 1 .996.001 8.486 8.486 0 0 1-.996-.001zM5.364 20.5c.075-.351.521-.265.784-.324-.002.187-.005.374-.01.561-.261.025-.717.133-.774-.237zM16.073 20.5c.073-.354.524-.266.791-.322l-.004.546c-.264.044-.729.148-.787-.224z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--camera--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.471 0h43.066c.944.27 1.784.854 2.287 1.706v20.972A3.523 3.523 0 0 1 46.492 24H1.497C.743 23.601.262 22.858.001 22.068V2.257C.465 1.205 1.328.286 2.472 0m.226.595C1.53.858.457 1.915.524 3.171.54 9.358.517 15.545.536 21.732c.252 1.11 1.292 2.052 2.455 2.091h42.203c1.481-.094 2.404-1.613 2.446-2.989.019-5.532-.004-11.065.011-16.599.187-1.747-.893-3.695-2.818-3.704C31.419.526 18.004.531 4.589.527 3.961.546 3.32.463 2.699.594z"/><path fill="#231f20" d="M2.7.946C3.261.824 3.842.895 4.412.881 17.886.886 31.361.879 44.834.885c.999.039 2.1.704 2.278 1.742.018 6.244-.005 12.489.011 18.732.076 1.135-1.009 2.116-2.114 2.112H2.99c-.979.004-1.902-.806-2.102-1.742C.872 15.542.893 9.355.877 3.17.829 2.113 1.652 1.112 2.7.946m-.761 2.389c.004 6.095 0 12.192.002 18.288.265.261.528.524.789.789 14.174.002 28.35-.004 42.526.004.326-.284.821-.54.798-1.043.016-6.222-.005-12.445.011-18.665-.394-.356-.815-.826-1.399-.768-13.775.004-27.552.004-41.328 0-.755-.051-1.449.641-1.398 1.396z"/><path fill="#231f20" d="M16.316 12.176h15.367c.143.145.289.289.434.434v7.955c-.145.145-.291.289-.434.434-4.92 0-9.84-.002-14.76.002-.39.034-.713-.206-1.048-.362.016-2.675.002-5.352.007-8.029l.434-.434m7.029 1.474c-.858.175-1.502.835-1.991 1.521-.812 1.346-.131 3.185 1.154 3.967 1.08.787 2.721.542 3.575-.466 1.195-.997 1.246-3.035.088-4.078a2.822 2.822 0 0 0-2.827-.944z"/><path fill="#fff" d="M2.698.595C3.319.464 3.96.547 4.588.528 18.003.532 31.419.526 44.832.532c1.925.009 3.005 1.957 2.818 3.704-.014 5.534.009 11.066-.011 16.599-.042 1.376-.965 2.896-2.446 2.989H2.99c-1.163-.039-2.202-.981-2.455-2.091C.516 15.546.539 9.359.523 3.172.456 1.916 1.529.858 2.697.596m.003.35C1.652 1.112.829 2.112.877 3.17.893 9.355.872 15.542.888 21.729c.199.935 1.122 1.745 2.102 1.742h42.019c1.105.004 2.19-.978 2.114-2.112-.016-6.244.007-12.489-.011-18.732-.178-1.038-1.279-1.703-2.278-1.742C31.36.88 17.885.887 4.412.881 3.842.895 3.261.825 2.7.946z"/><path fill="#fff" d="M1.939 3.335c-.051-.755.642-1.447 1.398-1.396 13.775.004 27.552.004 41.328 0 .584-.058 1.006.411 1.399.768-.016 6.221.005 12.443-.011 18.665.023.503-.471.759-.798 1.043-14.176-.007-28.352-.002-42.526-.004a73.366 73.366 0 0 0-.789-.789c-.002-6.095.002-12.192-.002-18.288m21.709.195v4.588h.706V3.529h-.706m-5.915 1.956c1.165 1.016 2.366 2.001 3.642 2.875l.424-.432c-1.165-1.016-2.366-2.001-3.642-2.875l-.424.432m8.479 2.43l.326.383c.09-.002.272-.004.364-.004 1.046-1.024 2.358-1.74 3.362-2.815l-.422-.432c-1.232.925-2.464 1.862-3.63 2.868m-5.038.931c.146.96-.3 2.148.244 2.954 1.738.064 3.482-.004 5.222.03.551-.942.551-2.248 0-3.191-1.816.125-3.692-.235-5.465.206m-5.108-.071c-.004.235-.007.469-.009.704 1.451.288 2.884.651 4.325.979l.328-.409-.286-.302c-1.463-.281-2.901-.676-4.359-.972m11.512.964l-.286.311c.081.104.245.309.326.411 1.445-.312 2.878-.679 4.325-.979l-.009-.704c-1.463.268-2.88.752-4.357.962m-11.26 2.437l-.434.434c-.005 2.677.009 5.354-.007 8.029.335.155.658.395 1.048.362 4.92-.004 9.84-.002 14.76-.002.143-.145.289-.289.434-.434V12.61c-.145-.145-.291-.289-.434-.434H16.316z"/><path fill="#fff" d="M23.345 13.65a2.822 2.822 0 0 1 2.827.944c1.158 1.043 1.106 3.081-.088 4.078-.854 1.008-2.495 1.253-3.575.466-1.285-.782-1.966-2.621-1.154-3.967.489-.686 1.133-1.346 1.991-1.521z"/><path fill="#060606" d="M23.647 3.529h.706v4.588h-.706V3.529zM17.732 5.485c.141-.145.282-.289.424-.432 1.276.874 2.478 1.858 3.642 2.875-.141.145-.282.289-.424.432-1.276-.874-2.478-1.858-3.642-2.875zM26.211 7.915c1.166-1.006 2.398-1.943 3.63-2.868l.422.432c-1.004 1.075-2.315 1.791-3.362 2.815-.092 0-.274.002-.364.004l-.326-.383zM21.173 8.846c1.774-.441 3.649-.081 5.465-.206.551.942.551 2.248 0 3.191-1.74-.034-3.484.034-5.222-.03-.544-.806-.097-1.994-.244-2.954zM16.066 8.774c1.458.296 2.896.692 4.359.972l.286.302-.328.409c-1.442-.328-2.875-.692-4.325-.979.002-.235.005-.469.009-.704zM27.577 9.738c1.477-.21 2.894-.694 4.357-.962l.009.704c-1.447.3-2.88.667-4.325.979-.081-.102-.245-.307-.326-.411l.286-.311z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--caravan-trailers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#2d2d2d" opacity=".61" d="M4.025.26C9.766.1 15.51.153 21.253.144c6.129.01 12.259-.046 18.385.116-11.87.049-23.743.046-35.613 0z"/><path d="M0 1.527C.711-.076 2.615.297 4.025.26c11.87.046 23.743.049 35.613 0 .911.014 1.823.004 2.734.023.943-.017 1.611.805 2.014 1.566v20.572A3.29 3.29 0 0 1 42.835 24H1.423C.837 23.731.373 23.274 0 22.757V1.527m1.793-.133c-.538.114-.908.658-.87 1.199C.92 8.962.92 15.33.923 21.699c-.061.681.555 1.293 1.235 1.235 13.308.003 26.617.003 39.925 0 .681.058 1.293-.554 1.236-1.235.004-6.369.003-12.739 0-19.107.067-.75-.659-1.346-1.382-1.239-13.381.032-26.767-.052-40.144.042z"/><path d="M12.593 5.361c.02-.361.361-.588.706-.547 7.038.003 14.079-.01 21.117.007.429-.038.607.406.636.759.337 2.092.785 4.171 1.066 6.27-.324 2.086-.729 4.162-1.081 6.244-.025.334-.234.714-.619.677-2.435.02-4.871 0-7.307.009-.01-1.491-1.31-2.84-2.821-2.786-1.504-.038-2.783 1.307-2.796 2.787-4.462-.007-8.923 0-13.385-.003l.001-1.116c1.524-.003 3.048.003 4.572-.003-.379-1.825-.76-3.651-1.148-5.474-.078-.305-.049-.622.012-.925.361-1.965.688-3.935 1.048-5.9m2.559 1.713c-.14 3.276-.013 6.567-.064 9.847.006.279-.068.813.374.734 1.525-.027 3.072.1 4.583-.065.155-3.247.016-6.525.069-9.784-.038-.253.101-.765-.302-.736a185.694 185.694 0 0 0-4.661.003m11.18.044c-.152 1.084-.046 2.205-.055 3.304-.038.26.286.253.457.257 2.075-.007 4.149.014 6.224-.01.356-.004.26-.451.28-.687-.052-.97.098-1.959-.091-2.918-2.27.032-4.553-.077-6.815.053z"/><path d="M23.474 16.702c1.196-.528 2.696.262 2.994 1.518.366 1.249-.601 2.65-1.888 2.777-1.171.179-2.352-.745-2.494-1.913-.16-.992.463-2.017 1.388-2.383z"/><path fill="#fff" d="M1.793 1.394c13.376-.094 26.763-.01 40.144-.042.723-.107 1.449.489 1.382 1.239.003 6.369.004 12.739 0 19.107.056.681-.555 1.293-1.236 1.235-13.308.003-26.617.003-39.925 0-.68.058-1.295-.554-1.235-1.235C.92 15.329.92 8.961.923 2.592c-.038-.541.333-1.084.87-1.199m10.8 3.968c-.36 1.965-.687 3.935-1.048 5.9-.061.304-.09.62-.012.925.387 1.823.769 3.649 1.148 5.474-1.524.006-3.048 0-4.572.003l-.001 1.116c4.462.003 8.923-.004 13.385.003.013-1.48 1.293-2.825 2.796-2.787 1.511-.053 2.811 1.295 2.821 2.786 2.436-.009 4.872.012 7.307-.009.385.038.594-.343.619-.677.353-2.082.758-4.158 1.081-6.244-.28-2.099-.729-4.178-1.066-6.27-.029-.353-.207-.797-.636-.759-7.038-.017-14.079-.004-21.117-.007-.344-.042-.685.185-.706.547m10.882 11.34c-.925.366-1.548 1.391-1.388 2.383.142 1.168 1.323 2.092 2.494 1.913 1.287-.127 2.254-1.528 1.888-2.777-.298-1.256-1.799-2.046-2.994-1.518z"/><path fill="#fff" d="M15.153 7.073c1.554-.02 3.108-.022 4.661-.003.403-.029.265.483.302.736-.053 3.259.085 6.536-.069 9.784-1.511.165-3.058.038-4.583.065-.442.078-.369-.455-.374-.734.051-3.28-.077-6.571.064-9.847zM26.332 7.116c2.263-.13 4.546-.022 6.815-.053.189.959.039 1.947.091 2.918-.02.236.075.682-.28.687-2.075.025-4.149.003-6.224.01-.171-.004-.494.003-.457-.257.009-1.099-.097-2.219.055-3.304z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--caravan-trailers--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h48v24H0V0m.957 23.043c15.357-.003 30.713.003 46.07-.003-.005-7.354-.002-14.709-.003-22.063C31.67.975 16.316.979.961.974.955 8.331.963 15.687.958 23.043z"/><path fill="#1f1917" d="M26.758 6.461c.02-.356.347-.588.69-.54 5.343.006 10.687-.013 16.03.009.441-.024.561.466.594.813.149 1.303.378 2.601.491 3.909-.105 1.456-.343 2.904-.487 4.359-.038.343-.102.885-.567.858-1.742.035-3.484-.006-5.227.017-.041-1.514-1.332-2.894-2.881-2.848-1.55-.046-2.846 1.335-2.888 2.85-2.544-.016-5.087-.001-7.631-.008-.055.135-.11.268-.16.405-.798.045-1.595.104-2.393.157-.061-1.227-1.293-2.255-2.514-1.87-.857.206-1.374 1.037-1.462 1.872-2.757-.005-5.514-.006-8.27 0-.093-1.017-.906-1.974-1.983-1.943-1.084-.046-1.925.917-2.005 1.949-.543-.068-1.089-.12-1.635-.176-.309-.681-.763-1.297-.993-2.01.107-.507.304-.987.46-1.479 1.473-.169 2.967-.149 4.433-.366 1.231-.843 2.292-1.928 3.525-2.769 2.529-.074 5.066-.005 7.598-.031.771.778 1.552 1.548 2.311 2.338.696.915 1.991.332 2.966.494.192.869.642 1.752.304 2.645.55-.006 1.099-.006 1.65-.005-.155-1.481-.384-2.955-.497-4.437.137-1.401.348-2.798.542-4.192m1.787 1.531c-.098 2.361-.012 4.732-.041 7.098 1.052-.003 2.103-.002 3.155 0-.008-2.283.021-4.566-.012-6.848-.002-.696-.9-.435-1.349-.489-.561.091-1.341-.213-1.753.238m8.264-.122c-.357.474-.113 1.168-.186 1.73.05.409-.176 1.175.421 1.245 1.651.03 3.306.022 4.958.003.714-.003.443-.933.501-1.398-.068-.576.282-1.743-.649-1.686-1.674.058-3.401-.146-5.044.106m-24.772 2.366c-.97.675-1.847 1.483-2.781 2.21 1.671.01 3.344.001 5.015.005v-2.249c-.744.023-1.494-.057-2.234.035m2.748-.037v2.25c1.56-.001 3.12.003 4.682-.001-.559-.726-.98-1.582-1.62-2.228-1.02-.059-2.042-.002-3.062-.021z"/><path fill="#1f1917" d="M34.701 13.863c1.125-.418 2.468.307 2.773 1.457.375 1.154-.453 2.482-1.63 2.712-1.184.295-2.461-.63-2.593-1.831-.157-.999.498-2.025 1.45-2.337zM7.546 14.909c.849-.332 1.873.216 2.111 1.086.298.914-.411 1.972-1.362 2.068-.864.141-1.722-.55-1.83-1.407-.111-.742.377-1.509 1.082-1.747zM19.843 14.902c1.245-.503 2.608.951 2.029 2.157-.402 1.11-2.044 1.383-2.757.428-.761-.813-.327-2.275.727-2.585z"/><path fill="#fff" d="M.957 23.043C.961 15.687.954 8.331.96.974c15.355.004 30.709.002 46.063.003.002 7.354-.002 14.709.003 22.064-15.357.006-30.713 0-46.07.003M26.758 6.461c-.194 1.395-.405 2.792-.541 4.192.112 1.482.342 2.957.496 4.437-.55-.001-1.099-.001-1.65.005.338-.893-.113-1.776-.305-2.644-.975-.162-2.269.421-2.965-.493-.759-.791-1.54-1.56-2.312-2.338-2.532.027-5.068-.042-7.597.031-1.233.841-2.293 1.926-3.525 2.769-1.466.217-2.96.197-4.433.366-.156.492-.354.972-.46 1.479.229.712.684 1.329.993 2.01.546.056 1.092.108 1.635.176.081-1.032.921-1.995 2.005-1.948 1.077-.032 1.89.926 1.983 1.942 2.755-.006 5.512-.005 8.269 0 .088-.835.606-1.666 1.463-1.872 1.221-.384 2.452.644 2.514 1.871.798-.054 1.595-.113 2.392-.158.051-.136.105-.27.16-.405 2.544.006 5.086-.009 7.63.008.042-1.515 1.338-2.896 2.888-2.85 1.55-.045 2.841 1.335 2.882 2.849 1.743-.023 3.486.018 5.227-.016.465.027.53-.514.567-.858.144-1.455.382-2.902.487-4.359-.112-1.308-.342-2.605-.491-3.909-.033-.346-.153-.837-.594-.813-5.343-.022-10.688-.003-16.03-.009-.343-.048-.67.184-.69.54m7.945 7.399c-.953.312-1.608 1.338-1.45 2.337.132 1.201 1.41 2.127 2.593 1.831 1.178-.23 2.005-1.558 1.63-2.712-.306-1.149-1.648-1.875-2.773-1.457M7.546 14.909c-.705.239-1.193 1.005-1.082 1.747.108.857.966 1.548 1.83 1.407.951-.096 1.661-1.155 1.362-2.068-.237-.87-1.262-1.418-2.111-1.086m12.298-.007c-1.054.309-1.488 1.771-.727 2.585.712.956 2.355.683 2.757-.428.579-1.206-.784-2.659-2.029-2.157z"/><path fill="#fff" d="M28.546 7.993c.412-.451 1.193-.147 1.753-.238.449.054 1.347-.207 1.349.489.033 2.281.005 4.564.012 6.848a663.603 663.603 0 0 0-3.155 0c.028-2.366-.057-4.737.041-7.098zM36.81 7.87c1.644-.252 3.37-.048 5.044-.106.931-.057.582 1.11.649 1.686-.059.465.213 1.395-.501 1.398-1.651.019-3.306.027-4.958-.003-.597-.07-.372-.836-.421-1.245.073-.561-.171-1.255.186-1.729zM12.039 10.236c.74-.091 1.49-.012 2.234-.035v2.249c-1.671-.003-3.344.006-5.014-.005.934-.726 1.81-1.534 2.781-2.21zM14.787 10.2c1.02.02 2.042-.037 3.062.021.64.645 1.061 1.502 1.62 2.227-1.562.005-3.122 0-4.682.002V10.2z"/></symbol><symbol viewBox="0 0 46 24" id="complementary--caravans--g2" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h46.154v24H0V0m.999.992c0 7.35.002 14.702 0 22.052 14.725.002 29.448.002 44.174 0-.002-7.35 0-14.702 0-22.052H.999z"/><path d="M10.408 8.735c-.284-2.448 1.763-4.645 4.124-4.911 2.155.002 4.311.007 6.466 0 1.352-.044 2.564.768 3.916.702 4.235-.009 8.472-.005 12.706-.005.482-.044 1.124.192 1.043.78.035 4.082-.002 8.167.016 12.249.016.425-.028 1.124-.614 1.089-1.182.062-2.365-.007-3.547.028-.081-1.518-1.322-2.947-2.905-2.892-1.597-.104-2.931 1.332-2.965 2.885-4.175-.002-8.349-.002-12.524 0-.058-1.318-.981-2.594-2.315-2.834-1.779-.436-3.503 1.062-3.556 2.841-.801-.012-1.604-.009-2.405-.009-.556-1.355-.48-2.845-.367-4.272 1.02-.974 2.499-1.281 3.642-2.091.708-1.142 1.244-2.384 1.897-3.558-.872-.007-1.742-.005-2.612-.002m2.317-2.975c-.222.415-.445.831-.665 1.248 2.005.025 4.013.014 6.018.007-.005-.413-.007-.828-.016-1.242-1.779-.035-3.558-.014-5.338-.014m8.435 1.815c-.081 1.426-.039 2.855-.032 4.283 1.052.111 2.121.118 3.173-.009-.055-1.394.155-2.827-.102-4.195-.985-.247-2.031-.069-3.039-.078m5.859 4.312c3.182.023 6.365.044 9.547-.009.048-1.417.037-2.834.009-4.248-3.106-.162-6.231-.081-9.342-.046-.628 1.202-.185 2.912-.215 4.304M14.37 9.141c-.524 1.096-1.115 2.16-1.645 3.254 1.458-.042 2.901-.252 4.355-.335 1.638.127.771-1.952.981-2.931-1.23.002-2.46-.009-3.69.012z"/><path d="M12.545 16.502c1.648-.572 3.369 1.158 2.804 2.804-.427 1.643-2.804 2.16-3.847.803-1.075-1.135-.457-3.212 1.043-3.607zM30.995 16.482c1.059-.286 2.266.286 2.649 1.327.531 1.14-.185 2.598-1.364 2.972-1.35.528-3-.635-2.935-2.086-.072-1.008.674-1.982 1.65-2.213z"/><path fill="#fff" d="M.999.992h44.174c0 7.35-.002 14.702 0 22.052-14.725.002-29.448.002-44.174 0 .002-7.35 0-14.702 0-22.052m9.409 7.743c.87-.002 1.74-.005 2.612.002-.653 1.175-1.188 2.416-1.897 3.558-1.142.81-2.622 1.117-3.642 2.091-.113 1.426-.189 2.917.367 4.272.801 0 1.604-.002 2.405.009.053-1.779 1.777-3.277 3.556-2.841 1.334.24 2.257 1.516 2.315 2.834 4.175-.002 8.349-.002 12.524 0 .035-1.553 1.368-2.988 2.965-2.885 1.583-.055 2.825 1.373 2.905 2.892 1.182-.035 2.365.035 3.547-.028.586.035.63-.665.614-1.089-.018-4.082.018-8.167-.016-12.249.081-.588-.561-.824-1.043-.78-4.235 0-8.472-.005-12.706.005-1.352.067-2.564-.745-3.916-.702-2.155.007-4.311.002-6.466 0-2.361.265-4.408 2.462-4.124 4.911m2.137 7.767c-1.5.395-2.118 2.472-1.043 3.607 1.043 1.357 3.42.84 3.847-.803.565-1.645-1.156-3.376-2.804-2.804m18.45-.02c-.976.231-1.722 1.205-1.65 2.213-.065 1.452 1.585 2.615 2.935 2.086 1.179-.374 1.895-1.832 1.364-2.972-.383-1.041-1.59-1.613-2.649-1.327z"/><path fill="#fff" d="M12.725 5.76c1.779 0 3.558-.021 5.338.014.009.413.012.828.016 1.242-2.005.007-4.013.018-6.018-.007.219-.418.443-.833.665-1.248zM21.159 7.574c1.008.009 2.054-.168 3.039.078.256 1.368.046 2.802.102 4.195-1.052.127-2.121.12-3.173.009-.007-1.428-.048-2.857.032-4.283zM27.018 11.887c.03-1.392-.413-3.102.215-4.304 3.111-.035 6.235-.115 9.342.046a79.164 79.164 0 0 1-.009 4.248c-3.182.053-6.365.032-9.547.009zM14.37 9.141c1.23-.021 2.46-.009 3.69-.012-.21.978.658 3.058-.981 2.931-1.454.083-2.896.293-4.355.335.531-1.094 1.122-2.158 1.645-3.254z"/></symbol><symbol viewBox="0 0 49 24" id="complementary--carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.061 3.191C.014 1.526 1.527.013 3.192.059c14.075-.002 28.15-.002 42.225 0 1.665-.046 3.176 1.467 3.132 3.132-.005 6.289.012 12.577-.008 18.864-.273.246-.506.539-.629.889-.216-.014-.345.094-.389.324-.369.252-.734.51-1.123.732H2.387c-.922-.687-1.911-1.478-2.323-2.576C.049 15.348.062 9.269.059 3.192M2.796.842C1.634 1.035.741 2.16.799 3.333c.005 5.88-.006 11.762.006 17.642-.002 1.312 1.224 2.446 2.528 2.379h41.942c1.308.07 2.526-1.065 2.529-2.379.009-5.932.008-11.865 0-17.796C47.798 1.868 46.584.726 45.275.8 31.117.83 16.95.742 2.797.843z"/><path fill="#fff" d="M2.948 2.075c14.054-.096 28.116-.011 42.173-.043.759-.115 1.522.51 1.451 1.299.003 5.83.003 11.66 0 17.49.059.714-.58 1.356-1.294 1.294-13.982.005-27.966.005-41.948 0-.712.061-1.356-.579-1.293-1.293-.005-5.831-.005-11.661-.002-17.493-.038-.565.349-1.135.913-1.255m28.39 1.637c-.846.269-.905 1.593-.09 1.94.703.396 1.65-.278 1.521-1.068-.058-.664-.811-1.135-1.431-.872m-.17 2.543c-.608.442-.337 1.285-.393 1.923-.585.017-1.171-.033-1.753.029-.422.096-.396.779.026.857.574.055 1.153-.003 1.73.036-.003.258-.005.516-.005.775-.611.084-1.429-.229-1.862.349-.58.831-1.123 1.688-1.694 2.523-.27-.199-.541-.401-.811-.602-.163.219-.328.436-.492.655.433.336.884.649 1.305 1.001-.009.366-.011.732-.014 1.097.883-.814 2.228-1.138 3.342-.618.482.155.796.709 1.346.636 1.066-.02 2.133.02 3.197-.02 1.06-.957 2.768-1.205 3.931-.284.289.293.684.343 1.078.304.002-1.464.003-2.93-.002-4.394-2.481 0-4.963.003-7.443-.002-.021-1.226.03-2.455-.023-3.679-.076-.659-.954-1.006-1.464-.586m-20.727.042c-.003.317-.005.636-.002.955-.632.772-1.294 1.516-1.938 2.277.166.163.33.327.492.492.75-.158 1.501-.31 2.248-.483.314.562.633 1.123.927 1.695-.226.778-.108 1.604.232 2.33-.81.536-1.624 1.068-2.441 1.593-.021 1.138-.009 2.275-.006 3.413.276-.163.55-.328.82-.497.002-.75-.002-1.499.002-2.248.693-.418 1.39-.829 2.086-1.241a660.484 660.484 0 0 0 1.802 4.159c.201.352.027.749-.032 1.115.272-.002.544-.002.816.002.052-.349.228-.715.082-1.063-.48-1.39-.952-2.781-1.432-4.171 1.457.313 2.976.313 4.426-.035.478.843.966 1.68 1.423 2.534-.489.908-.975 1.817-1.446 2.733.333.006.665.005.998-.015.447-.919.974-1.797 1.411-2.719-.026-.756-.193-1.504-.269-2.257.756.595 1.534 1.168 2.271 1.789a103.72 103.72 0 0 0-.483 3.038l.917-.308c.17-1.025.327-2.052.489-3.077-.407-.688-.843-1.358-1.236-2.052.219-.93.087-1.934-.539-2.681.351-.377.901-.679 1.405-.401.808.424.611 1.484.846 2.228.412-.204.816-.422 1.215-.649-.223-.763-.301-1.672-.996-2.18-.936-.772-2.303-.339-2.974.568-.594-.328-1.29-.504-1.964-.351-1.376.279-2.799.362-4.191.144-1.051-1.432-1.701-3.598-3.702-3.922-.55.043-.921-.342-1.256-.715m12.648 7.228v.418c1.246.325 2.487.664 3.738.968a55.787 55.787 0 0 1-.006-.412c-1.243-.328-2.488-.65-3.732-.974m6.129.65a2.866 2.866 0 0 0-2.453 1.665c-.577 1.202-.14 2.772.971 3.507.983.711 2.418.67 3.362-.093.934-.709 1.341-2.029.951-3.138-.377-1.177-1.593-2.022-2.83-1.941m7.899 0a2.87 2.87 0 0 0-2.488 1.774c-.504 1.183-.061 2.672 1.006 3.39 1.012.741 2.508.674 3.453-.15.917-.746 1.265-2.095.829-3.191-.418-1.121-1.603-1.905-2.799-1.823z"/><path fill="#fff" d="M28.621 12.788c.316-.486.629-.974.969-1.442.336.005.671.006 1.009.009-.313.483-.632.962-.958 1.435-.34-.002-.679-.003-1.019-.003zM29.061 14.935c1.511-.281 2.878 1.435 2.242 2.844-.501 1.469-2.684 1.797-3.594.538-1.018-1.18-.202-3.231 1.352-3.381zM36.958 14.938c1.056-.184 2.145.585 2.356 1.631.278 1.119-.557 2.347-1.697 2.508-1.17.24-2.4-.718-2.438-1.914-.112-1.062.726-2.092 1.779-2.225z"/><path d="M2.796.842C16.95.742 31.116.83 45.274.799c1.309-.074 2.523 1.068 2.529 2.379.008 5.932.009 11.865 0 17.796-.003 1.314-1.221 2.449-2.529 2.379H3.332C2.029 23.42.803 22.287.804 20.974.792 15.094.802 9.212.798 3.332.74 2.159 1.633 1.034 2.795.841m.153 1.234c-.564.12-.951.69-.913 1.255-.003 5.831-.003 11.661.002 17.493-.064.714.58 1.353 1.293 1.293 13.982.005 27.966.005 41.948 0 .714.062 1.353-.58 1.294-1.294.003-5.83.003-11.66 0-17.49.071-.788-.691-1.414-1.451-1.299-14.057.032-28.119-.053-42.173.043z"/><path d="M31.338 3.711c.62-.263 1.373.208 1.431.872.129.79-.817 1.464-1.521 1.068-.816-.346-.756-1.671.09-1.94zM31.168 6.254c.51-.419 1.388-.073 1.464.586.053 1.224.002 2.453.023 3.679 2.481.005 4.963.002 7.443.002.005 1.464.003 2.93.002 4.394-.395.039-.79-.011-1.078-.304-1.164-.921-2.871-.673-3.931.284-1.065.039-2.131 0-3.197.02-.55.073-.864-.482-1.346-.636-1.113-.519-2.459-.196-3.342.618.003-.365.005-.731.014-1.097-.421-.352-.872-.665-1.305-1.001.164-.219.33-.436.492-.655.27.201.541.403.811.602.571-.835 1.113-1.692 1.694-2.523.433-.579 1.252-.266 1.862-.349 0-.258.002-.516.005-.775-.577-.039-1.156.018-1.73-.036-.422-.077-.448-.761-.026-.857.582-.062 1.168-.012 1.753-.029.056-.638-.214-1.481.393-1.923m-2.548 6.534c.34 0 .679.002 1.019.003.327-.474.646-.952.958-1.435-.337-.003-.673-.005-1.009-.009-.34.468-.653.955-.969 1.442zM10.44 6.296c.336.374.706.758 1.256.715 2.001.324 2.651 2.49 3.702 3.922 1.391.217 2.815.135 4.191-.144.674-.153 1.37.023 1.964.351.671-.907 2.038-1.34 2.974-.568.696.507.773 1.417.996 2.18-.399.226-.804.445-1.215.649-.235-.744-.038-1.805-.846-2.228-.504-.278-1.054.024-1.405.401.626.747.758 1.751.539 2.681.393.694.829 1.364 1.236 2.052-.163 1.025-.319 2.052-.489 3.077-.305.103-.612.207-.917.308.149-1.015.304-2.028.483-3.038-.737-.621-1.514-1.194-2.271-1.789.076.753.243 1.501.269 2.257-.437.922-.965 1.8-1.411 2.719-.333.02-.665.021-.998.015.471-.916.957-1.824 1.446-2.733-.457-.854-.945-1.691-1.423-2.534-1.451.348-2.97.348-4.426.035.48 1.39.952 2.781 1.432 4.171.146.348-.03.714-.082 1.063a55.49 55.49 0 0 0-.816-.002c.059-.366.232-.763.032-1.115a724.609 724.609 0 0 1-1.802-4.159c-.696.412-1.393.823-2.086 1.241-.003.749 0 1.498-.002 2.248-.27.169-.544.334-.82.497-.003-1.138-.015-2.275.006-3.413.817-.526 1.631-1.057 2.441-1.593-.34-.726-.459-1.552-.232-2.33-.293-.573-.612-1.133-.927-1.695-.747.173-1.498.325-2.248.483-.163-.166-.327-.33-.492-.492.644-.761 1.306-1.505 1.938-2.277-.003-.319-.002-.638.002-.955z"/><path d="M23.089 13.524c1.244.324 2.49.646 3.732.974l.006.412c-1.252-.304-2.493-.643-3.738-.968v-.418zM29.218 14.174c1.236-.081 2.453.764 2.83 1.941.39 1.109-.017 2.429-.951 3.138-.943.763-2.379.804-3.362.093-1.11-.735-1.548-2.306-.971-3.507a2.868 2.868 0 0 1 2.453-1.665m-.156.761c-1.554.15-2.37 2.201-1.352 3.381.91 1.259 3.093.931 3.594-.538.636-1.408-.731-3.125-2.242-2.844zM37.118 14.174c1.197-.082 2.382.702 2.799 1.823.436 1.097.088 2.446-.829 3.191-.945.825-2.441.892-3.453.15-1.066-.718-1.51-2.207-1.006-3.39a2.867 2.867 0 0 1 2.488-1.774m-.159.764c-1.053.134-1.891 1.164-1.779 2.225.038 1.195 1.268 2.154 2.438 1.914 1.139-.161 1.975-1.388 1.697-2.508-.211-1.047-1.3-1.815-2.356-1.631z"/><path fill="#4f4f4f" opacity=".84" d="M47.523 23.268c.044-.229.173-.337.389-.324-.05.201-.179.308-.389.324z"/></symbol><symbol viewBox="0 0 18 24" id="complementary--chevron-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M.265.829C.211.433.545.071.948.121 6.112.117 11.275.122 16.439.119c.482-.008.971-.026 1.441.101v23.513a1.803 1.803 0 0 1-.708.15c-5.407-.01-10.817.007-16.225-.008-.392.029-.743-.302-.682-.703V.83m8.896.015C6.405 4.657 3.633 8.458.879 12.27c2.717 3.653 5.423 7.313 8.156 10.952 2.731-.006 5.464.004 8.195-.005-2.63-3.659-5.297-7.292-7.933-10.946 2.735-3.816 5.497-7.614 8.233-11.43-2.79.001-5.579-.007-8.369.004z"/><path fill="#231f20" d="M9.161.845C11.951.834 14.74.843 17.53.841c-2.736 3.816-5.498 7.614-8.233 11.43 2.636 3.654 5.303 7.288 7.933 10.946-2.731.008-5.464-.001-8.195.005-2.734-3.64-5.44-7.3-8.156-10.952C3.633 8.458 6.405 4.657 9.161.845z"/></symbol><symbol viewBox="0 0 18 24" id="complementary--chevron-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f3fbff" d="M1.333 0H16.44c.335.138.667.286.989.453.143.181.267.378.394.571v21.437c-.135.34-.281.675-.441 1.003l-.108.109c-.302.157-.611.299-.926.425H1.194l-.293-.079c-.285-.227-.571-.453-.852-.686l-.051-.115V1.615C.033.822.551.168 1.331-.002m-.81 1.957C.473 8.651.469 15.35.449 22.048c-.031.807.71 1.527 1.519 1.464 4.584.025 9.166-.014 13.75-.004.942.073 1.618-.872 1.579-1.747.018-6.422.029-12.848.066-19.27.163-.932-.47-2.031-1.503-1.985C11.627.5 7.393.528 3.161.551 2.1.326.625.669.521 1.956z"/><path fill="#939799" opacity=".89" d="M16.441 0h.611c.131.147.257.299.379.453A12.228 12.228 0 0 0 16.442 0z"/><path fill="#223eae" d="M.521 1.955C.625.668 2.1.326 3.161.55c1.9.546 3.987-.233 5.822.578-2.702 3.579-5.185 7.318-7.855 10.921 2.643 3.573 5.105 7.274 7.709 10.874 2.584-.001 5.168-.006 7.752-.02-2.581-3.608-5.137-7.239-7.715-10.851C11.085 8.94 13.24 5.79 15.535 2.74c.591-.185 1.211-.243 1.829-.251-.036 6.422-.048 12.848-.066 19.27.039.876-.637 1.82-1.579 1.747-4.584-.01-9.166.029-13.75.004-.808.063-1.549-.657-1.519-1.464C.47 15.348.474 8.65.522 1.953z"/><path fill="#3349ac" d="M3.161.55C7.393.528 11.627.499 15.86.505c1.033-.046 1.666 1.053 1.503 1.985-.618.008-1.238.066-1.829.251.39-.522.766-1.054 1.147-1.583-2.566-.025-5.135.069-7.698-.029C7.149.318 5.062 1.097 3.161.551z"/><path fill="#fff" d="M1.127 12.049C3.798 8.446 6.281 4.707 8.982 1.128c2.563.098 5.133.004 7.698.029-.38.529-.756 1.061-1.147 1.583-2.295 3.05-4.451 6.201-6.661 9.312 2.578 3.611 5.134 7.242 7.715 10.851-2.584.014-5.168.018-7.752.02-2.605-3.6-5.067-7.301-7.709-10.874z"/><path fill="#808487" opacity=".89" d="M17.384 23.465c.16-.328.306-.664.441-1.003v.609c-.145.133-.295.261-.441.394z"/><path fill="#90929a" opacity=".9" d="M.051 23.235c.281.233.567.459.852.686-.394-.062-.761-.268-.852-.686z"/><path fill="#9696a4" opacity=".89" d="M16.349 24c.316-.126.625-.268.926-.425-.131.14-.257.285-.389.425h-.538z"/></symbol><symbol viewBox="0 0 30 24" id="complementary--chevron-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.354 0h27.521l.012.004a4.01 4.01 0 0 1 1.213 1.02v22.305a6.98 6.98 0 0 1-.434.671h-.746c.697-.195.968-.938.98-1.596.001-6.836-.002-13.672.002-20.508.019-.595-.348-1.159-.869-1.429C28.485.236 27.879.307 27.3.3H1.796C1.048.266.199.783.201 1.598.198 8.699.202 15.802.199 22.904c-.01.513.474.826.842 1.096H.439A2.726 2.726 0 0 1 0 23.447V.916A2.91 2.91 0 0 1 1.354 0z"/><path fill="#231f20" d="M8.022 1.2h7.096c-2.016 3.249-4.095 6.458-6.125 9.697-.256.468-.667.865-.801 1.391 2.331 3.623 4.621 7.273 6.929 10.912H8.024c-2.307-3.672-4.67-7.31-6.94-11.004C3.373 8.515 5.729 4.878 8.022 1.2z"/><path fill="#231f20" d="M21.917 1.197c2.339.01 4.678-.006 7.017.009-.152.397-.394.746-.635 1.093-2.047 3.256-4.12 6.495-6.165 9.752-.142.379.269.677.427.988 2.106 3.397 4.321 6.729 6.379 10.154-2.34.018-4.68.001-7.019.008-2.326-3.561-4.549-7.193-6.857-10.767-.189-.245.041-.494.164-.703 2.242-3.504 4.44-7.035 6.689-10.534z"/><path fill="#fff" d="M28.875 0h.005l.007.004L28.875 0zM.201 1.598C.199.783 1.048.266 1.796.3H27.3c.579.007 1.185-.064 1.733.167.521.27.888.834.869 1.429-.004 6.836-.001 13.672-.002 20.508-.012.658-.283 1.401-.98 1.596H1.041c-.368-.27-.852-.583-.842-1.096C.202 15.802.198 8.699.201 1.598M8.022 1.2C5.729 4.878 3.373 8.515 1.084 12.196c2.27 3.694 4.633 7.332 6.94 11.004h7.097c-2.308-3.639-4.598-7.289-6.929-10.912.134-.526.545-.923.801-1.391 2.03-3.239 4.109-6.448 6.125-9.697H8.022m13.895-.003c-2.249 3.499-4.447 7.03-6.689 10.534-.123.209-.353.458-.164.703 2.308 3.574 4.531 7.206 6.857 10.767 2.339-.007 4.679.01 7.019-.008-2.058-3.425-4.273-6.757-6.379-10.154-.158-.311-.569-.609-.427-.988 2.045-3.257 4.118-6.496 6.165-9.752.241-.347.483-.696.635-1.093-2.339-.015-4.678.001-7.017-.009zM29.666 24a6.98 6.98 0 0 0 .434-.671V24h-.434zM0 23.447c.121.203.27.388.439.553H0v-.553z"/></symbol><symbol viewBox="0 0 50 24" id="complementary--chevron-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#f4fcff" d="M0 0h1.796l-.34.146C.623.456.186 1.268.245 2.139a4037.21 4037.21 0 0 0-.073 18.086C.194 21.49-.019 22.849.633 24h-.634V0z"/><path fill="#97a4d4" d="M1.796 0h48.092v.507C48.03.084 46.113.305 44.225.283c-8.68-.078-17.364.008-26.044.005C14.727.245 11.272.277 7.818.272 5.698.256 3.571.369 1.457.145l.34-.146z"/><path fill="#2540b1" d="M.245 2.138C.186 1.267.623.455 1.456.145 3.57.369 5.698.256 7.817.272c.294.329.588.658.884.982C6.172 4.946 3.48 8.524.886 12.17c2.594 3.897 5.374 7.661 8.098 11.469 2.662.04 5.323-.003 7.985-.003-2.605-3.837-5.369-7.569-7.912-11.45 2.745-3.719 5.277-7.591 8.012-11.315.369-.2.736-.399 1.111-.582C26.86.292 35.544.205 44.224.284c1.888.022 3.805-.2 5.663.224v23.493H.633C-.02 22.85.193 21.49.172 20.226.18 14.196.21 8.167.245 2.14m24.041.052c-2.327 3.36-4.749 6.655-7.122 9.983 2.589 3.867 5.377 7.594 7.993 11.442 2.702 0 5.407.062 8.109-.024-2.594-3.886-5.533-7.534-8.079-11.45 2.667-3.818 5.614-7.448 8.114-11.377a529.9 529.9 0 0 0-7.459-.038c-.825-.011-1.127.917-1.556 1.464m16.932-.914c-2.627 3.589-5.064 7.319-7.734 10.878 2.651 3.818 5.299 7.637 7.974 11.439 2.71.057 5.426.062 8.136-.008-2.632-3.845-5.404-7.596-8.058-11.426C44.3 8.448 46.97 4.67 49.642.892c-2.06-.305-4.15-.089-6.227-.162-.744.054-1.739-.232-2.198.547z"/><path fill="#4a537c" d="M7.818.272c3.454.005 6.909-.027 10.363.016-.375.183-.742.383-1.111.582C14.7.851 12.327.848 9.954.857c-.456-.027-.903.092-1.251.396a92.106 92.106 0 0 1-.884-.982z"/><path fill="#fdfdfc" d="M8.702 1.254C9.05.949 9.498.831 9.953.858a649.07 649.07 0 0 1 7.116.013c-2.734 3.724-5.267 7.596-8.012 11.315 2.543 3.88 5.307 7.613 7.912 11.45-2.662 0-5.323.043-7.985.003C6.26 19.831 3.48 16.067.886 12.17 3.48 8.524 6.171 4.946 8.701 1.254zM24.286 2.192c.429-.547.731-1.475 1.556-1.464 2.486 0 4.973.003 7.459.038-2.5 3.929-5.447 7.559-8.114 11.377 2.546 3.916 5.485 7.564 8.079 11.45-2.702.086-5.407.024-8.109.024-2.616-3.848-5.404-7.575-7.993-11.442 2.373-3.328 4.795-6.623 7.122-9.983zM41.218 1.278c.458-.779 1.453-.493 2.198-.547 2.076.073 4.166-.143 6.227.162-2.672 3.778-5.342 7.556-8.106 11.269 2.653 3.829 5.426 7.58 8.058 11.426-2.71.07-5.426.065-8.136.008-2.675-3.802-5.323-7.621-7.974-11.439 2.67-3.56 5.107-7.289 7.734-10.878z"/></symbol><symbol viewBox="0 0 19 24" id="complementary--chevron-left--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M0 1.34C.134.613.772-.01 1.536.022a8669.34 8669.34 0 0 1 16.127 0c.813-.029 1.54.702 1.506 1.514.002 6.976.001 13.953 0 20.928.036.739-.545 1.362-1.236 1.536H1.281c-.644-.139-1.133-.66-1.282-1.294V1.34m.375 10.666A9410.61 9410.61 0 0 0 9.598 23.64c2.69.003 5.379.002 8.068 0 .329.017.62-.155.867-.354-2.949-3.781-5.964-7.515-8.938-11.28 2.96-3.778 5.937-7.543 8.892-11.324a1.345 1.345 0 0 0-.917-.31c-2.656 0-5.312-.003-7.967.001C6.517 4.243 3.448 8.127.375 12.006z"/><path fill="#fff" d="M.374 12.006C3.448 8.127 6.516 4.242 9.602.373c2.655-.004 5.311-.001 7.967-.001.335-.02.658.102.917.31-2.955 3.781-5.932 7.547-8.892 11.324 2.973 3.765 5.988 7.499 8.938 11.28-.247.2-.538.372-.867.354-2.689.002-5.378.003-8.068 0-3.078-3.876-6.152-7.754-9.224-11.634z"/></symbol><symbol viewBox="0 0 18 24" id="complementary--chevron-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M.145.833C.087.437.43.067.832.12 6.346.121 11.861.118 17.375.122c.385-.035.687.34.638.709v22.456c.049.329-.181.567-.447.712H.619c-.291-.122-.525-.376-.474-.71V.833m.623.015c2.747 3.834 5.521 7.649 8.269 11.484-2.645 3.676-5.328 7.325-7.973 11.003 2.75 0 5.501.016 8.252-.008 2.732-3.66 5.466-7.322 8.179-10.997A2542.096 2542.096 0 0 0 9.16.849a1956.27 1956.27 0 0 0-8.392 0z"/><path fill="#231f20" d="M.768.848C3.565.842 6.363.842 9.16.848c2.792 3.817 5.563 7.649 8.335 11.481-2.714 3.675-5.448 7.336-8.179 10.997-2.751.024-5.502.008-8.252.008 2.645-3.677 5.328-7.327 7.973-11.003C6.29 8.496 3.516 4.681.768.847z"/></symbol><symbol viewBox="0 0 17 24" id="complementary--chevron-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f5faf8" d="M0 0h17.415v1.283C17.111.518 16.331.096 15.523.178 10.729.225 5.929.118 1.141.239.597.4.254.899.001 1.375V-.001z"/><path fill="#2440ae" d="M1.14.24C5.928.119 10.728.225 15.522.179c.808-.082 1.588.34 1.892 1.105v7.234c-.417 2.65-.086 5.349-.164 8.02-.089 2.311.105 4.635-.233 6.932-.173.26-.473.388-.738.531H8.576c.357-.464.632-.986.768-1.559 2.479-3.435 4.933-6.888 7.422-10.316-2.68-3.754-5.371-7.504-7.993-11.298-.189-.288-.552-.26-.852-.312.258-.057.514-.121.768-.189C6.176.184 3.653.296 1.138.239z"/><path fill="#364caa" d="M0 1.376C.253.9.596.401 1.14.24 3.656.297 6.179.184 8.691.328c-.255.067-.511.132-.768.189.3.051.663.023.852.312C6.147.838 3.518.795.89.849l-.135.154a1.88 1.88 0 0 0-.5 1.4C.15 8.333.153 14.265.175 20.195c.025.764-.012 1.529-.174 2.277V1.375z"/><path fill="#fff" d="M.89.849C3.518.795 6.147.837 8.775.829c2.622 3.793 5.314 7.544 7.993 11.298-2.489 3.427-4.943 6.881-7.422 10.316-.239.315-.487.623-.73.935-2.666.009-5.331.006-7.996.004.029-.047.089-.143.12-.19 2.656-3.672 5.264-7.381 7.916-11.059-2.602-3.73-5.204-7.465-7.9-11.129L.891.85z"/><path fill="#223eac" d="M.255 2.403a1.884 1.884 0 0 1 .5-1.4c2.696 3.664 5.298 7.399 7.9 11.129-2.652 3.678-5.26 7.387-7.916 11.059-.247-.186-.493-.375-.739-.562v-.157c.162-.748.199-1.513.174-2.277-.022-5.93-.025-11.862.08-17.792z"/><path fill="#3e5189" d="M17.251 16.537c.078-2.671-.253-5.369.164-8.02V22.74c-.117.25-.246.496-.397.729.338-2.298.143-4.621.233-6.932z"/><path fill="#384c9c" d="M8.615 23.377c.243-.312.492-.62.73-.935a4.14 4.14 0 0 1-.768 1.559H1.08A1.837 1.837 0 0 1 0 23.069v-.439c.246.187.492.376.739.562a9.955 9.955 0 0 0-.12.19c2.665.001 5.33.004 7.996-.004z"/><path fill="#f2fcf8" d="M17.018 23.469c.151-.233.28-.479.397-.729V24h-1.134c.265-.143.565-.271.738-.531z"/><path fill="#f1fcfb" d="M0 23.068c.224.443.606.781 1.08.932H0v-.932z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--chevron-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.86 0h46.369c.269.163.522.366.671.65v22.709a4.518 4.518 0 0 1-.741.64H.937A2.17 2.17 0 0 1 0 22.825V1.178C.124.687.479.312.86-.001m.369.23C.748.424.407.892.302 1.388.296 8.395.301 15.403.299 22.409c.005.742.649 1.386 1.39 1.391 14.974-.002 29.948.004 44.922-.003.593-.126 1.196-.639 1.19-1.289V1.49c-.02-.634-.527-1.282-1.192-1.293C31.77.2 16.931.198 2.091.198c-.287.011-.583-.037-.862.03z"/><path fill="#231f20" d="M1.184.996C3.539.994 5.894.998 8.25.994c2.14 3.492 4.385 6.921 6.55 10.399.12.209.322.395.346.644-2.307 3.62-4.583 7.261-6.902 10.872-2.356-.007-4.711-.006-7.068 0 2.256-3.504 4.458-7.043 6.703-10.554.06-.149.267-.294.163-.467C5.776 8.245 3.421 4.656 1.185.996zM17.096 1.002C19.422.988 21.75 1 24.077.996c2.311 3.589 4.57 7.212 6.866 10.811.104.17-.022.355-.111.502-2.211 3.542-4.487 7.043-6.681 10.596-2.355-.005-4.709.01-7.064-.008 2.266-3.656 4.589-7.278 6.899-10.905-1.833-2.89-3.661-5.784-5.495-8.673-.456-.778-1.027-1.493-1.396-2.317zM32.922 1.004c2.354-.018 4.708-.003 7.064-.008a856.472 856.472 0 0 0 6.938 10.952c-2.28 3.668-4.628 7.293-6.913 10.956h-7.067c2.275-3.671 4.643-7.285 6.905-10.961a864.293 864.293 0 0 1-6.927-10.939z"/><path fill="#fff" d="M1.229.229c.28-.067.576-.019.862-.03 14.839 0 29.678.002 44.518-.001.665.011 1.172.658 1.192 1.293v21.018c.006.649-.598 1.162-1.19 1.289-14.974.007-29.948.001-44.922.003-.741-.005-1.385-.649-1.39-1.391C.301 15.403.296 8.395.302 1.389.408.893.748.425 1.229.23m-.045.766c2.237 3.66 4.592 7.249 6.857 10.892.104.173-.104.318-.163.467-2.245 3.511-4.447 7.05-6.703 10.554 2.356-.006 4.711-.007 7.068 0 2.319-3.611 4.595-7.252 6.902-10.872-.024-.249-.226-.435-.346-.644-2.165-3.478-4.41-6.906-6.55-10.399-2.355.004-4.71 0-7.066.002m15.913.006c.369.825.94 1.54 1.396 2.317 1.834 2.889 3.662 5.783 5.495 8.673-2.31 3.627-4.634 7.249-6.899 10.905 2.354.018 4.708.003 7.064.008 2.194-3.553 4.47-7.054 6.681-10.596.089-.147.214-.332.111-.502-2.296-3.599-4.555-7.222-6.866-10.811-2.327.004-4.655-.008-6.981.006m15.825.002a861.294 861.294 0 0 0 6.927 10.939c-2.263 3.677-4.631 7.291-6.905 10.961h7.067c2.285-3.664 4.634-7.289 6.913-10.956A870.717 870.717 0 0 1 39.986.996c-2.355.005-4.709-.01-7.064.008z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--chevron-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#3b4050" opacity=".4" d="M11.051 0h30.382v.256c-3.144.111-6.29.032-9.436.05-7.121-.237-14.26.28-21.378-.148L11.052 0z"/><path fill="#15171d" opacity=".14" d="M41.433 0h6.831v.683C46.117-.15 43.693.422 41.433.256V0z"/><path fill="#2440b1" d="M.058.538c3.489-.543 7.044-.203 10.56-.38 7.118.427 14.258-.09 21.378.148.055.105.169.314.224.417 2.358 3.866 5.095 7.495 7.714 11.19-2.426 3.866-5.378 7.395-7.675 11.341-5.233.625-10.491-.332-15.742.018-.079-.113-.235-.338-.314-.448l-.277.533c-2.566-.053-5.193.375-7.712-.229 2.619-3.74 5.225-7.485 7.836-11.23-2.532-3.381-4.858-6.907-7.327-10.331-.28-.343-.556-.791-1.052-.796C5.208.584 2.731.855.268.673L.057.538m16.192.214c2.403 3.864 5.327 7.387 7.907 11.138-2.471 3.674-5.106 7.24-7.741 10.8 2.411.934 5.246.208 7.828.388 2.49-3.79 5.259-7.39 7.775-11.161-2.571-3.56-5.143-7.124-7.643-10.734C24.016.595 23.267.721 22.682.7c-2.144.037-4.288.008-6.433.053z"/><path fill="#2541ae" d="M31.996.306c3.146-.018 6.293.061 9.436-.05 2.26.166 4.684-.406 6.831.427v22.742c-.512.04-1.021.082-1.532.105-2.273-.24-4.589.272-6.825-.298 2.706-3.75 5.444-7.482 8.02-11.322-2.347-3.27-4.713-6.527-7.05-9.803-.427-.527-.77-1.358-1.561-1.348-2.363-.037-4.729.016-7.095-.037-.055-.103-.169-.311-.224-.417z"/><path fill="#2442b0" d="M0 .549L.058.538l.211.135C2.635 4.587 5.52 8.166 8.168 11.892c-2.12 3.112-4.389 6.119-6.535 9.212-.543.483-1.113.931-1.633 1.44V.548z"/><path fill="#fefefd" d="M.269.673c2.463.182 4.94-.09 7.403.098.496.005.773.454 1.052.796 2.469 3.423 4.795 6.949 7.327 10.331-2.611 3.745-5.217 7.49-7.836 11.23-2.595-.055-5.19-.003-7.785-.026a31.06 31.06 0 0 1 1.203-1.996c2.147-3.094 4.415-6.1 6.535-9.212C5.52 8.167 2.635 4.589.269.675zM16.249.752c2.144-.045 4.288-.016 6.433-.053.585.021 1.335-.105 1.693.483 2.5 3.611 5.072 7.174 7.643 10.734-2.516 3.771-5.285 7.371-7.775 11.161-2.582-.179-5.417.546-7.828-.388 2.635-3.56 5.269-7.126 7.741-10.8-2.579-3.75-5.504-7.274-7.907-11.138z"/><path fill="#fefefc" d="M32.221.723c2.366.053 4.731 0 7.095.037.791-.011 1.134.82 1.561 1.348 2.337 3.276 4.702 6.533 7.05 9.803-2.577 3.84-5.314 7.572-8.02 11.322-2.537-.161-5.109-.208-7.646.021 2.297-3.945 5.248-7.474 7.675-11.341-2.619-3.695-5.356-7.324-7.714-11.19z"/><path fill="#4a5583" opacity=".98" d="M0 22.544c.52-.509 1.089-.957 1.633-1.44-.43.649-.823 1.319-1.203 1.996 2.595.024 5.19-.029 7.785.026 2.519.604 5.145.177 7.712.229l.277-.533.314.448c5.251-.351 10.51.607 15.742-.018 2.537-.229 5.109-.182 7.646-.021 2.236.57 4.552.058 6.825.298-2.387.171-4.779.216-7.171.208-11.694.003-23.385-.003-35.08-.003-1.493-.008-2.999.092-4.481-.15v-1.042z"/></symbol><symbol viewBox="0 0 19 24" id="complementary--chevron-right--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M0 1.362C.118.624.766-.01 1.537.022a8669.34 8669.34 0 0 1 16.127 0c.812-.029 1.538.702 1.505 1.513.003 6.976.001 13.954.001 20.93.036.739-.547 1.365-1.241 1.535H1.292A1.677 1.677 0 0 1 0 22.673V1.362M.705.683c2.956 3.781 5.934 7.545 8.891 11.325-2.974 3.761-5.983 7.499-8.938 11.274.249.202.541.378.875.358 2.687.002 5.375.003 8.062 0 3.078-3.875 6.149-7.755 9.224-11.632C15.746 8.127 12.677 4.244 9.591.373 6.905.372 4.218.368 1.533.375 1.226.363.944.5.706.683z"/><path fill="#fff" d="M.705.683c.237-.183.519-.32.827-.308C4.217.368 6.904.372 9.59.373c3.086 3.871 6.156 7.754 9.228 11.635-3.075 3.877-6.146 7.758-9.224 11.632-2.687.003-5.375.002-8.062 0-.333.02-.626-.156-.875-.358 2.955-3.776 5.964-7.513 8.938-11.274C6.638 8.228 3.66 4.464.704.683z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--dangerous-or-pollutant-good--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.436.144c.243-.097.507-.109.765-.111 9.232.003 18.464-.001 27.696.002 1.099-.03 2.098.968 2.067 2.067.002 6.598.002 13.197 0 19.795.03 1.099-.968 2.097-2.066 2.067-9.265.003-18.531.003-27.796 0-1.097.029-2.097-.968-2.066-2.066-.002-6.599-.002-13.197 0-19.796C.014 1.236.628.424 1.436.144m.404.417C1.079.684.493 1.424.534 2.193.536 8.764.529 15.335.537 21.906c-.006.862.8 1.607 1.656 1.561h27.614c.898.052 1.712-.762 1.66-1.66-.002-6.571.005-13.142-.003-19.713 0-.86-.797-1.612-1.657-1.561C20.485.552 11.16.496 1.84.561z"/><path fill="#fff" d="M1.94 1.36c9.252-.063 18.511-.007 27.767-.028.502-.075 1.005.341.959.861.002 6.538.002 13.076 0 19.614.039.472-.387.899-.859.859H2.193a.814.814 0 0 1-.859-.86V2.193c-.025-.376.233-.752.606-.833m13.21 2.011c-2.187.196-4.691 1.101-5.625 3.261-.667 1.638.465 3.367 1.877 4.166 2.743 1.602 6.377 1.609 9.136.04 1.081-.649 2.065-1.714 2.124-3.034.074-1.326-.839-2.48-1.901-3.168-1.644-1.071-3.677-1.414-5.611-1.265m-5.817 7.63c.001.666.001 1.332 0 1.998 4.445.002 8.89.002 13.334 0v-1.998c-.758.074-1.622-.219-2.272.291-2.871 1.488-6.526 1.38-9.302-.279-.586-.035-1.173-.003-1.76-.012m.906 2.352c-.245.056-.246.341-.241.541.012 1.037-.011 2.075.01 3.112.014.41.513.322.792.331.3-.015.854.101.86-.35-.002-1.147.038-2.299-.02-3.444-.307-.404-.957-.152-1.401-.19m2 0c-.323.094-.223.496-.241.748.035 1.018-.058 2.05.046 3.06.364.332.98.14 1.439.137.42-.351-.002-1.018.276-1.442.235-.182.567-.083.844-.102.508-.03.713.581 1.195.639.386.095.762-.099 1.022-.374.316-.371.844-.269 1.273-.249.618.282-.185 1.445.603 1.558.407-.063 1.056.207 1.285-.238.025-1.185.049-2.38-.012-3.563-.338-.376-.972-.146-1.426-.168-.504.331.065 1.138-.378 1.512-.458.088-1.043.144-1.379-.253-.377-.45-1.118-.495-1.515-.049-.344.431-.95.405-1.436.303-.418-.373.075-1.095-.318-1.481-.407-.115-.857-.056-1.278-.038m8.304.006c-.26.099-.202.418-.212.637.017 1.023-.02 2.047.018 3.068.081.385.568.243.851.273.279-.009.779.079.793-.331-.002-1.158.045-2.325-.024-3.479-.338-.376-.972-.146-1.426-.168M9.334 18.331c.001.22-.001.441-.002.662.835-.417 1.838-.43 2.668.007a2.928 2.928 0 0 0 2.695-.01c.839-.442 1.857-.406 2.69.031.841.436 1.856.385 2.686-.049.812-.421 1.787-.377 2.598.021a73.264 73.264 0 0 1-.003-.663c-.463-.206-.962-.364-1.475-.325-.879.022-1.6.687-2.489.659-.749.045-1.386-.403-2.083-.589-.721-.196-1.464.014-2.117.328-.799.387-1.749.319-2.529-.081a2.894 2.894 0 0 0-2.639.009m.003 1.33l-.004.667c.547-.243 1.151-.405 1.753-.294.761.126 1.418.655 2.212.63.964.058 1.742-.702 2.702-.662.96-.041 1.739.72 2.702.662.889.028 1.61-.637 2.49-.659.514-.042 1.01.126 1.476.323l-.004-.667c-.816-.413-1.805-.435-2.621-.012-.84.443-1.867.46-2.71.018a2.896 2.896 0 0 0-2.665 0 2.895 2.895 0 0 1-2.641.011 2.93 2.93 0 0 0-2.69-.017z"/><path d="M1.84.561C11.16.496 20.485.552 29.807.533c.86-.051 1.657.701 1.657 1.561.008 6.571.001 13.142.003 19.713.052.898-.762 1.712-1.66 1.66H2.193c-.856.046-1.662-.699-1.656-1.561C.529 15.335.536 8.764.534 2.193.493 1.424 1.079.684 1.84.561m.1.799c-.373.081-.631.457-.606.833v19.613c-.041.473.386.9.859.86h27.614c.472.04.898-.387.859-.859.002-6.538.002-13.076 0-19.614.046-.52-.457-.936-.959-.861-9.256.021-18.515-.035-27.767.028z"/><path d="M15.15 3.371c1.934-.149 3.967.194 5.611 1.265 1.062.688 1.975 1.842 1.901 3.168-.059 1.32-1.043 2.385-2.124 3.034-2.759 1.569-6.393 1.562-9.136-.04C9.99 9.999 8.858 8.27 9.525 6.632c.934-2.16 3.438-3.065 5.625-3.261m-.314.871c-1.381.187-2.8.678-3.777 1.714-.637.66-.928 1.681-.559 2.547.472 1.124 1.594 1.807 2.697 2.202 2.105.707 4.518.624 6.509-.393.989-.518 1.94-1.437 1.957-2.626.011-1.078-.783-1.965-1.659-2.494-1.536-.925-3.409-1.161-5.168-.95z"/><path d="M9.333 11.001c.587.009 1.174-.023 1.76.012 2.776 1.659 6.431 1.767 9.302.279.65-.51 1.514-.217 2.272-.291v1.998c-4.444.002-8.889.002-13.334 0 .001-.666.001-1.332 0-1.998zM10.239 13.353c.444.038 1.094-.214 1.401.19.058 1.145.018 2.297.02 3.444-.006.451-.56.335-.86.35-.279-.009-.778.079-.792-.331-.021-1.037.002-2.075-.01-3.112-.005-.2-.004-.485.241-.541zM12.239 13.353c.421-.018.871-.077 1.278.038.393.386-.1 1.108.318 1.481.486.102 1.092.128 1.436-.303.397-.446 1.138-.401 1.515.049.336.397.921.341 1.379.253.443-.374-.126-1.181.378-1.512.454.022 1.088-.208 1.426.168.061 1.183.037 2.378.012 3.563-.229.445-.878.175-1.285.238-.788-.113.015-1.276-.603-1.558-.429-.02-.957-.122-1.273.249-.26.275-.636.469-1.022.374-.482-.058-.687-.669-1.195-.639-.277.019-.609-.08-.844.102-.278.424.144 1.091-.276 1.442-.459.003-1.075.195-1.439-.137-.104-1.01-.011-2.042-.046-3.06.018-.252-.082-.654.241-.748zM20.543 13.359c.454.022 1.088-.208 1.426.168.069 1.154.022 2.321.024 3.479-.014.41-.514.322-.793.331-.283-.03-.77.112-.851-.273-.038-1.021-.001-2.045-.018-3.068.01-.219-.048-.538.212-.637z"/><path fill="#ec7c25" d="M14.836 4.242c1.759-.211 3.632.025 5.168.95.876.529 1.67 1.416 1.659 2.494-.017 1.189-.968 2.108-1.957 2.626-1.991 1.017-4.404 1.1-6.509.393-1.103-.395-2.225-1.078-2.697-2.202-.369-.866-.078-1.887.559-2.547.977-1.036 2.396-1.527 3.777-1.714z"/><path fill="#154889" d="M9.334 18.331a2.894 2.894 0 0 1 2.639-.009c.78.4 1.73.468 2.529.081.653-.314 1.396-.524 2.117-.328.697.186 1.334.634 2.083.589.889.028 1.61-.637 2.489-.659.513-.039 1.012.119 1.475.325l.003.663c-.811-.398-1.786-.442-2.598-.021-.83.434-1.845.485-2.686.049-.833-.437-1.851-.473-2.69-.031A2.928 2.928 0 0 1 12 19c-.83-.437-1.833-.424-2.668-.007.001-.221.003-.442.002-.662z"/><path fill="#154889" d="M9.337 19.661a2.93 2.93 0 0 1 2.69.017 2.895 2.895 0 0 0 2.641-.011 2.896 2.896 0 0 1 2.665 0c.843.442 1.87.425 2.71-.018.816-.423 1.805-.401 2.621.012l.004.667c-.466-.197-.962-.365-1.476-.323-.88.022-1.601.687-2.49.659-.963.058-1.742-.703-2.702-.662-.96-.04-1.738.72-2.702.662-.794.025-1.451-.504-2.212-.63-.602-.111-1.206.051-1.753.294l.004-.667z"/></symbol><symbol viewBox="0 0 106 24" id="complementary--dead-end--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M3.45 0h99.165c1.287.348 2.574.981 3.123 2.282v19.843A77.376 77.376 0 0 1 104.274 24H2.257C.977 23.433.34 22.153 0 20.866V3.812C.438 2.062 1.607.421 3.45 0M2.202 1.864c2.623-.223 5.256-.094 7.885-.125h93.057c.4.403.8.803 1.203 1.203.024 6.431-.049 12.866.035 19.301.386-.748.755-1.537.675-2.4-.031-5.117 0-10.23-.014-15.346.028-1.868-1.586-3.485-3.457-3.454-32.243 0-64.487-.003-96.734 0-.95-.014-1.805.456-2.65.821m-.821 3.701c.028 4.998-.003 9.993.007 14.991-.101 1.489 1.263 2.852 2.751 2.751 32.483-.003 64.967-.007 97.447.003.8.021 1.558-.233 2.31-.477-33.078.289-66.268.028-99.388.132-1.384.195-2.939-.943-2.772-2.428.063-6.108-.122-12.219.108-18.323-.605 1.019-.459 2.219-.463 3.35M3.976 3.13l-.845.845c-.014 5.635.024 11.266-.017 16.901.786.303 1.576.685 2.438.685 31.781.01 63.565 0 95.346.007.762.049 1.416-.393 2.073-.713-.038-5.558.003-11.113-.014-16.671A.898.898 0 0 0 101.9 3.13H3.977z"/><path fill="#231f20" d="M9.391 6.268c1.809.181 4.007-.595 5.492.765 1.534 1.823 1.057 4.351 1.13 6.539.111 1.708-.598 3.381-1.857 4.525-1.59-.017-3.176-.007-4.765-.01V6.268m1.743 2.08c-.003 2.668-.007 5.336 0 8.003.529-.003 1.061-.003 1.59-.003l1.117-1.158c.49-1.997.49-4.035 0-6.028-.254-.271-.508-.543-.758-.814h-1.948zM18.087 6.261c1.972-.003 3.941-.003 5.913.003v2.08c-1.277.003-2.55.003-3.826.003v2.431c.81.003 1.624.003 2.435.007v2.08c-.81.003-1.624.003-2.435.007v3.475c1.391 0 2.783 0 4.174.003v1.732c-2.087.007-4.174.003-6.261.003V6.259zM27.92 6.261l1.93-.01c1.064 3.917 2.094 7.854 2.932 11.823-.692.01-1.384.014-2.077.021a17.806 17.806 0 0 0-.776-3.162c-.671.01-1.339.021-2.007.024a54.153 54.153 0 0 1-.856 3.141c-.689-.007-1.377-.01-2.066-.01 1.085-3.913 1.837-7.91 2.918-11.826m.604 5.369v1.224c.24.007.717.028.957.035a50.34 50.34 0 0 1-.362-1.882l-.595.623zM34.087 6.261c1.579-.003 3.155.003 4.734-.003 2.435 1.979 2.442 5.583 2 8.431-.059 1.419-1.002 2.494-2 3.402-1.579-.003-3.155 0-4.734-.003V6.262m2.087 2.089c.003 2.696-.014 5.395.01 8.094 1.061-.09 2.49-.376 2.584-1.69.32-2.125.529-4.494-.63-6.417-.654.007-1.308.01-1.965.014zM48.696 6.261c1.972-.003 3.941-.003 5.913.003v2.08c-1.277.003-2.55.003-3.826.003v2.431c.81.003 1.624.003 2.435.007v2.08c-.81.003-1.624.003-2.435.007v3.475c1.391 0 2.783 0 4.174.003v1.732c-2.087.007-4.174.003-6.261.003V6.259zM56.699 6.261c.647 0 1.297-.003 1.944-.007 1.009 2.042 1.746 4.205 2.911 6.167.028-2.052 0-4.108.01-6.16h2.083c.003 3.941.007 7.882 0 11.823-.563.003-1.127.01-1.687.014-1.238-2.087-2.063-4.376-3.151-6.536-.063 2.174-.01 4.351-.031 6.525h-2.08c-.003-3.941-.003-7.882 0-11.826zM65.739 6.261c1.579-.003 3.158.003 4.737-.003.623.703 1.499 1.301 1.666 2.292.699 3.183.991 7.127-1.638 9.548-1.586-.014-3.176-.007-4.765-.01V6.262m2.091 2.093c0 2.699-.017 5.398.01 8.097.675-.136 1.35-.289 2.017-.463.95-2.4 1.384-5.52-.348-7.666l-1.68.031zM88.31 7.2c.33-.348.657-.692.991-1.037 3.19 1.704 6.017 3.993 8.981 6.049-2.87 2.25-5.805 4.47-8.957 6.313-.327-.31-.657-.619-.984-.925.292-.984.546-1.979.79-2.977-2.929-.031-5.854-.003-8.783-.014-.003-1.506-.003-3.016 0-4.522 3.009-.003 6.017 0 9.026 0-.358-.96-.692-1.93-1.064-2.887z"/><path fill="#fed14e" d="M2.202 1.864c.845-.365 1.701-.835 2.65-.821 32.247-.003 64.49 0 96.734 0 1.871-.031 3.485 1.586 3.457 3.454.014 5.117-.017 10.23.014 15.346.08.863-.289 1.652-.675 2.4-.083-6.435-.01-12.87-.035-19.301-.403-.4-.803-.8-1.203-1.203H10.087c-2.63.031-5.263-.097-7.885.125z"/><path fill="#fdd04d" d="M1.381 5.565c.003-1.13-.143-2.33.463-3.35-.23 6.104-.045 12.216-.108 18.323-.167 1.485 1.388 2.623 2.772 2.428 33.12-.104 66.31.157 99.388-.132-.751.243-1.51.497-2.31.477-32.48-.01-64.963-.007-97.447-.003-1.489.101-2.852-1.263-2.751-2.751-.01-4.998.021-9.993-.007-14.991z"/><path fill="#ffd24e" d="M3.976 3.13h97.923a.898.898 0 0 1 1.057 1.054c.017 5.558-.024 11.113.014 16.671-.657.32-1.311.762-2.073.713-31.781-.007-63.565.003-95.346-.007-.863 0-1.652-.383-2.438-.685.042-5.635.003-11.266.017-16.901l.845-.845m5.416 3.138v11.819c1.59.003 3.176-.007 4.765.01 1.259-1.144 1.969-2.817 1.857-4.525-.073-2.188.403-4.717-1.13-6.539-1.485-1.36-3.683-.584-5.492-.765m8.696-.007v11.826c2.087 0 4.174.003 6.261-.003v-1.732c-1.391-.003-2.783-.003-4.174-.003v-3.475c.81-.003 1.624-.003 2.435-.007v-2.08c-.81-.003-1.624-.003-2.435-.007V8.349c1.277 0 2.55 0 3.826-.003v-2.08c-1.972-.007-3.941-.007-5.913-.003m9.833-.002c-1.082 3.917-1.833 7.913-2.918 11.826.689 0 1.377.003 2.066.01.32-1.037.598-2.087.856-3.141.668-.003 1.336-.014 2.007-.024.351 1.026.616 2.083.776 3.162.692-.007 1.384-.01 2.077-.021-.838-3.969-1.868-7.906-2.932-11.823l-1.93.01m6.165.001v11.826c1.579.003 3.155 0 4.734.003.998-.908 1.941-1.983 2-3.402.442-2.849.435-6.452-2-8.431-1.579.007-3.155 0-4.734.003m14.609.001v11.826c2.087 0 4.174.003 6.261-.003v-1.732c-1.391-.003-2.783-.003-4.174-.003v-3.475c.81-.003 1.624-.003 2.435-.007v-2.08c-.81-.003-1.624-.003-2.435-.007V8.349c1.277 0 2.55 0 3.826-.003v-2.08c-1.972-.007-3.941-.007-5.913-.003m8.003-.002c-.003 3.944-.003 7.885 0 11.826h2.08c.021-2.174-.031-4.351.031-6.525 1.089 2.16 1.913 4.449 3.151 6.536.56-.003 1.123-.01 1.687-.014.007-3.941.003-7.882 0-11.823h-2.083c-.01 2.052.017 4.108-.01 6.16-1.165-1.962-1.903-4.125-2.911-6.167-.647.003-1.297.007-1.944.007m9.039 0v11.826c1.59.003 3.179-.003 4.765.01 2.63-2.421 2.337-6.365 1.638-9.548-.167-.991-1.043-1.59-1.666-2.292-1.579.007-3.158 0-4.737.003m22.571.94c.372.957.706 1.927 1.064 2.887-3.009 0-6.017-.003-9.026 0-.003 1.506-.003 3.016 0 4.522 2.929.01 5.854-.017 8.783.014a60.917 60.917 0 0 1-.79 2.977c.327.306.657.616.984.925 3.151-1.843 6.087-4.063 8.957-6.313-2.963-2.056-5.791-4.344-8.981-6.049-.334.344-.661.689-.991 1.037z"/><path fill="#ffd24e" d="M11.134 8.348h1.948c.25.271.504.543.758.814.49 1.993.49 4.031 0 6.028l-1.117 1.158c-.529 0-1.061 0-1.59.003-.007-2.668-.003-5.336 0-8.003zM36.174 8.351c.657-.003 1.311-.007 1.965-.014 1.158 1.923.95 4.292.63 6.417-.094 1.315-1.523 1.6-2.584 1.69-.024-2.699-.007-5.398-.01-8.094zM67.83 8.355l1.68-.031c1.732 2.146 1.297 5.266.348 7.666-.668.174-1.343.327-2.017.463-.028-2.699-.01-5.398-.01-8.097zM28.522 11.631l.595-.623c.111.63.226 1.256.362 1.882-.24-.007-.717-.028-.957-.035v-1.224z"/></symbol><symbol viewBox="0 0 30 24" id="complementary--detour--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.062 0h28.417c.327.195.583.479.804.784v22.434c-.222.304-.479.588-.807.782H1.06a2.715 2.715 0 0 1-1.061-1.485V1.479C.16.867.612.416 1.061 0m.87.17C1.041.356.345 1.219.374 2.133c.004 6.578.004 13.157 0 19.735-.009.97.726 1.998 1.758 2.004 8.756.003 17.514.006 26.271-.001.935 0 1.749-.816 1.75-1.75.01-6.705-.003-13.41.006-20.115C30.204.944 29.2.022 28.149.121 19.411.162 10.664.063 1.931.17z"/><path fill="#231f20" d="M1.93.421C10.664.317 19.411.41 28.15.375c.864-.052 1.734.608 1.754 1.505.005 6.704-.005 13.409.005 20.113.039.873-.76 1.672-1.633 1.634-8.673-.011-17.347.004-26.018-.008-.892.029-1.611-.76-1.628-1.625C.625 15.415.633 8.837.626 2.257.623 1.465 1.102.583 1.93.42m.001.842c-.138.141-.278.281-.418.418-.011 6.393-.001 12.785-.005 19.179-.001.579-.052 1.171.122 1.734.323.129.646.298 1.005.28 8.463-.01 16.927.003 25.39-.006.597.044 1.146-.379 1.116-1.005.028-6.493 0-12.985.014-19.478.021-.485-.151-1.143-.755-1.12-8.822-.015-17.646-.009-26.468-.003z"/><path fill="#231f20" d="M3.016 3.897c.905.059 1.902-.2 2.722.295.721.592.849 1.591.807 2.468.06.902-.307 1.959-1.185 2.346-.774.104-1.563.013-2.343.041V3.896m.878 1.005v3.267c.368.001.736-.001 1.106.003.885-.846.827-2.32.15-3.276-.418.006-.837.006-1.255.006zM7.539 3.895c1.048-.001 2.095-.001 3.141.001V4.9H8.418v1.13l1.508.003v.877l-1.508.003v1.255c.795.001 1.592-.001 2.387.001v.877c-1.089.003-2.178.001-3.267.001V3.895zM11.058 3.897c1.089-.003 2.178-.003 3.267 0v.877c-.418.001-.837.001-1.255.003-.004 1.424.001 2.847-.003 4.271h-.877c-.004-1.424 0-2.847-.001-4.272-.377.004-.754-.004-1.131-.001v-.877zM16.002 3.937c.702-.136 1.576-.123 1.997.563.618 1.097.618 2.484.21 3.657-.358 1.233-2.325 1.439-2.955.341-.501-.849-.481-1.87-.396-2.82.093-.704.451-1.458 1.145-1.74m.503.868c-.989.533-.932 2.037-.515 2.948.131.583 1.079.646 1.274.084.351-.731.425-1.597.131-2.361-.072-.391-.484-.779-.89-.671zM19.478 3.895h.877c.034 1.199-.062 2.405.044 3.599.021.483.464.689.858.831.397-.236.813-.549.834-1.057.064-1.122.001-2.249.025-3.373h.877c-.028 1.282.063 2.57-.043 3.848-.101 1.262-1.738 1.837-2.725 1.182-.529-.295-.748-.931-.751-1.508 0-1.174.004-2.348.004-3.522zM24 3.897c1.01.064 2.21-.244 3.053.465.743.67.516 1.884-.283 2.404.253.775.573 1.524.872 2.282-.361.003-.721-.001-1.081.001a19.02 19.02 0 0 0-.802-2.142c-.251.003-.504.005-.755.006v2.135H24c-.003-1.716-.001-3.434-.001-5.151m1.006 1.002v1.146c.535.02 1.093-.044 1.52-.398-.008-.151-.015-.3-.02-.45l-.288-.293c-.405-.004-.808-.004-1.213-.005zM14.877 10.049c.449-.036.908.018 1.262.324 2.73 1.941 5.595 3.707 8.282 5.697-2.835 2.018-5.76 3.91-8.626 5.883-.447.343-.984.097-1.355-.227-.089-1.182.48-2.259.748-3.381-3.009.003-6.02.001-9.03.001-.003-1.549-.001-3.099-.001-4.648 3.009-.001 6.019-.003 9.028 0-.274-1.064-.804-2.093-.739-3.218.146-.142.29-.285.431-.431z"/><path fill="#f4901e" d="M1.931.17C10.664.063 19.411.162 28.149.121c1.052-.099 2.056.823 2.01 1.885-.009 6.705.004 13.41-.006 20.115-.001.935-.816 1.75-1.75 1.75-8.757.008-17.515.004-26.271.001C1.1 23.866.365 22.838.374 21.868c.004-6.578.004-13.157 0-19.735C.345 1.22 1.041.356 1.931.17M1.93.421C1.102.584.623 1.466.626 2.258.632 8.837.625 15.415.63 21.995c.018.864.736 1.654 1.628 1.625 8.671.011 17.345-.004 26.018.008.873.039 1.672-.76 1.633-1.634-.01-6.705 0-13.41-.005-20.114-.02-.897-.89-1.557-1.754-1.505C19.411.41 10.664.317 1.93.422z"/><path fill="#f4901e" d="M1.931 1.262c8.822-.006 17.646-.013 26.468.003.604-.024.777.635.755 1.12-.014 6.493.014 12.985-.014 19.478.03.626-.519 1.049-1.116 1.005-8.463.009-16.927-.004-25.39.006-.359.018-.682-.151-1.005-.28-.173-.563-.123-1.155-.122-1.734.004-6.393-.006-12.785.005-19.179.141-.137.28-.278.418-.418m1.086 2.634v5.151c.78-.029 1.569.063 2.343-.041.878-.387 1.245-1.444 1.185-2.346.043-.877-.085-1.876-.807-2.468-.819-.495-1.817-.236-2.722-.295m4.524-.003v5.152c1.089 0 2.178.001 3.267-.001v-.877c-.795-.003-1.592 0-2.387-.001V6.913l1.508-.003v-.877L8.419 6.03V4.9h2.262V3.896a657.685 657.685 0 0 0-3.141-.001m3.518.002v.877c.377-.003.754.005 1.131.001.001 1.425-.003 2.849.001 4.272h.877c.004-1.424-.001-2.847.003-4.271.418-.001.837-.001 1.255-.003v-.877a592.962 592.962 0 0 0-3.267 0m4.944.041c-.694.283-1.052 1.037-1.145 1.74-.085.95-.106 1.97.396 2.82.631 1.098 2.597.892 2.955-.341.408-1.172.408-2.56-.21-3.657-.421-.686-1.294-.699-1.997-.563m3.477-.041c0 1.174-.004 2.348-.004 3.522.004.577.222 1.213.751 1.508.988.655 2.625.079 2.725-1.182.106-1.278.015-2.566.043-3.848h-.877c-.024 1.123.039 2.25-.025 3.373-.021.508-.437.821-.834 1.057-.395-.142-.837-.348-.858-.831-.106-1.194-.01-2.4-.044-3.599h-.877M24 3.897c0 1.716-.001 3.434.001 5.151h1.004V6.913l.755-.006c.313.696.574 1.415.802 2.142.359-.003.72.001 1.081-.001-.299-.758-.619-1.507-.872-2.282.799-.52 1.025-1.734.283-2.404-.843-.709-2.043-.401-3.053-.465m-9.124 6.152a19.46 19.46 0 0 1-.431.431c-.065 1.125.465 2.154.739 3.218-3.009-.003-6.019-.001-9.028 0 0 1.549-.001 3.099.001 4.648 3.009 0 6.02.001 9.03-.001-.268 1.122-.837 2.199-.748 3.381.371.324.907.57 1.355.227 2.866-1.973 5.791-3.865 8.626-5.883-2.686-1.99-5.551-3.756-8.282-5.697-.353-.307-.813-.361-1.262-.324z"/><path fill="#f4901e" d="M16.506 4.806c.406-.108.818.28.89.671.294.764.22 1.63-.131 2.361-.195.562-1.143.499-1.274-.084-.417-.911-.474-2.415.515-2.948zM3.895 4.901c.418 0 .837 0 1.255-.006.677.956.735 2.43-.15 3.276-.369-.004-.738-.001-1.106-.003V4.901zM25.005 4.899c.405.001.808.001 1.213.005l.288.293c.005.15.013.299.02.45-.427.354-.985.418-1.52.398V4.899z"/></symbol><symbol viewBox="0 0 38 24" id="complementary--disabled-persons--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#373737" opacity=".89" d="M.836 0h35.522l.257.189C24.769.159 12.921.236 1.078.15L.836 0z"/><path fill="#fff" d="M1.078.15C12.92.236 24.769.159 36.615.189c.238.187.471.384.703.579-.009 7.491-.009 14.983 0 22.476a3.852 3.852 0 0 1-.881.602c-11.848-.079-23.7-.011-35.55-.034-.242-.188-.473-.39-.709-.585C.191 15.748.199 8.266.174.785.425.511.75.316 1.078.149m.304.517C.789.833.39 1.438.418 2.046.414 8.678.41 15.312.42 21.944c-.036.771.664 1.472 1.44 1.406 11.259.002 22.521 0 33.78 0 .778.067 1.477-.634 1.446-1.404.011-6.634.008-13.268.002-19.899.06-.877-.788-1.573-1.637-1.448C24.096.648 12.728.513 1.382.667z"/><path fill="#fff" d="M1.399 1.584c.206-.238.57-.137.846-.176 11.068.009 22.134.002 33.201.004.409-.064.885.167.823.643.019 6.566.004 13.134.007 19.703.064.394-.195.847-.643.763-11.254.008-22.511.008-33.765 0-.448.081-.701-.373-.638-.763-.002-6.443.006-12.883-.004-19.324.032-.281-.058-.634.172-.849m19.628 2.561c-1.134.399-1.374 1.984-.649 2.85.293.349.786.441 1.087.771.105.521-.006 1.056-.032 1.581-1.731.009-3.461-.004-5.192.006-.004.561-.004 1.123 0 1.684 1.337.002 2.676-.002 4.014.026.386.041.9-.06 1.095.375-2.07.36-4.192.051-6.283.143-.789 1.204-1.59 2.402-2.389 3.6-.452-.36-.913-.707-1.418-.988-.383.399-1.185 1.037-.611 1.59a13.273 13.273 0 0 0 2.391 1.841c1.039-1.207 1.858-2.58 2.721-3.913.137-.174.246-.48.527-.42 2.214-.009 4.431.006 6.645-.006.197-2.492.499-4.976.602-7.474.223-1.275-1.421-2.31-2.509-1.665m2.821 6.469c-.398.953-.336 2.006.116 2.925.984 2.533-1.38 5.554-4.086 5.126-2.293-.217-3.671-2.533-3.555-4.691-.615.789-1.678 1.746-1.065 2.828 1.181 3.231 5.696 4.523 8.368 2.316 2.719-1.965 2.758-6.382.221-8.503z"/><path d="M1.382.666C12.728.512 24.096.647 35.451.599c.849-.126 1.697.57 1.637 1.448.006 6.632.009 13.266-.002 19.899.032.771-.668 1.472-1.446 1.404-11.259 0-22.521.002-33.78 0-.776.066-1.476-.636-1.44-1.406C.411 15.312.414 8.678.418 2.046.39 1.439.789.833 1.382.666m.017.918c-.231.216-.141.568-.172.849.009 6.441.002 12.881.004 19.324-.064.39.189.844.637.763 11.254.008 22.511.008 33.765 0 .448.084.707-.369.643-.763-.004-6.568.011-13.136-.008-19.703.062-.476-.414-.707-.823-.643-11.066-.002-22.133.006-33.201-.004-.276.039-.639-.062-.846.176z"/><path d="M21.026 4.146c1.087-.645 2.732.39 2.509 1.665-.103 2.498-.405 4.982-.602 7.474-2.214.011-4.431-.004-6.645.006-.281-.06-.39.246-.527.42-.862 1.333-1.682 2.706-2.721 3.913a13.4 13.4 0 0 1-2.391-1.841c-.574-.553.229-1.191.611-1.59.504.281.966.628 1.417.988.799-1.198 1.599-2.396 2.389-3.6 2.091-.092 4.213.218 6.283-.142-.195-.435-.709-.334-1.095-.375-1.339-.028-2.678-.024-4.014-.026-.004-.561-.004-1.123 0-1.684 1.731-.009 3.461.004 5.192-.006.026-.525.137-1.059.032-1.581-.302-.33-.795-.422-1.087-.771-.726-.866-.486-2.451.649-2.85z"/><path d="M23.846 10.616c2.537 2.121 2.497 6.538-.221 8.503-2.672 2.207-7.187.915-8.368-2.316-.613-1.082.45-2.038 1.065-2.828-.116 2.158 1.262 4.474 3.555 4.691 2.706.427 5.07-2.593 4.086-5.126-.452-.919-.514-1.972-.116-2.925z"/><path fill="#2c2c2c" opacity=".9" d="M0 .969L.174.785c.024 7.481.017 14.962.004 22.442L0 23.058V.969z"/><path fill="#353535" opacity=".9" d="M37.318.769L37.5.94v22.129l-.182.176c-.009-7.492-.009-14.985 0-22.476z"/><path fill="#2c2c2c" opacity=".91" d="M.887 23.813c11.85.023 23.702-.045 35.55.034l.255.154H1.138l-.251-.188z"/></symbol><symbol viewBox="0 0 73 24" id="complementary--distance--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#373737" opacity=".89" d="M2.269 0h68.189l.422.378C47.869.349 24.862.353 1.851.378L2.269 0z"/><path fill="#fff" d="M.353 2.065C.775 1.436 1.295.887 1.851.378 24.862.353 47.869.349 70.88.378c.52.476 1.015.978 1.444 1.538.105 6.647.004 13.295.055 19.938a6.006 6.006 0 0 1-1.855 1.767c-21.811-.029-43.622.004-65.429-.018-.844.004-1.684.055-2.52.156-1.044-.44-1.858-1.244-2.356-2.258.335-6.465.055-12.96.135-19.436m3.384-.832c-1.709.36-2.771 2.156-2.665 3.836.004 4.622-.025 9.247.015 13.869-.069 1.949 1.618 3.8 3.618 3.647 21.105.015 42.211.011 63.313.004 2.007.153 3.702-1.698 3.636-3.655.025-4.745.04-9.491-.004-14.236.047-2.095-1.913-3.847-3.989-3.585-21.305.084-42.629-.156-63.924.12z"/><path fill="#fff" d="M3.738 2.324c.553-.164 1.138-.156 1.709-.171 20.862.025 41.724-.025 62.582.022 1.578-.131 2.72 1.425 2.582 2.902 0 4.618.036 9.236-.015 13.855.051 1.393-1.127 2.735-2.571 2.589-21.105.011-42.215.011-63.32 0-1.44.142-2.618-1.2-2.56-2.589-.047-4.618-.015-9.24-.018-13.858-.055-1.12.491-2.36 1.611-2.749m4.953.78c-1.429 2.698-2.716 5.473-3.942 8.269.756-.425 1.509-.851 2.265-1.273.025 3.138.033 6.276.047 9.415h3.425c0-3.145-.015-6.291-.007-9.436.771.465 1.531.942 2.298 1.407-1.295-2.825-2.585-5.658-4.087-8.382m52.448 8.27c.756-.422 1.509-.851 2.269-1.269.022 3.138.029 6.273.044 9.411 1.142-.004 2.284 0 3.425 0 0-3.142-.011-6.284-.007-9.425.771.462 1.531.931 2.298 1.393-1.28-2.785-2.564-5.575-4.007-8.276-1.665 2.538-2.727 5.429-4.022 8.167M39.895 9.291c-.793.753-1.589 1.498-2.385 2.247-.004-.753-.007-1.502-.007-2.255-.527 0-1.051.004-1.575.004a960.84 960.84 0 0 0 .004 6.575l1.571-.011c-.007-.767.011-1.535.015-2.302.16-.142.48-.429.64-.575.695.96 1.4 1.913 2.098 2.869l1.887.018a280.059 280.059 0 0 0-2.884-3.935c.924-.88 1.844-1.756 2.76-2.644-.709 0-1.418.004-2.124.007m-18.171 5.609c1.418.018 2.833.011 4.251.011.004.291.015.873.018 1.164.487 0 .978.004 1.465.004.055-.731.305-1.324 1.145-1.345a71.242 71.242 0 0 1-.04-.938c-1.931-.316-.589-3.08-.978-4.484-.684 0-1.371 0-2.058.007-1.207 1.887-3.658 3.193-3.804 5.582m21.241-3.732c.004 1.564 0 3.131.007 4.695.498-.004.996-.011 1.495-.015.182-1.211-.705-3.789 1.331-3.567.673 1.055.273 2.393.375 3.575.487 0 .975 0 1.462.004.2-1.211-.669-3.411 1.102-3.644 1.16.742.393 2.476.615 3.633.498.007.993.011 1.491.015-.033-1.215.156-2.465-.156-3.651-.636-1.295-2.327-1.382-3.462-.724-1.327-.709-2.836-.2-4.258-.32z"/><path fill="#fff" d="M23.604 13.64c.782-.92 1.575-1.833 2.375-2.738.004.916.007 1.833.007 2.749-.793-.004-1.589-.004-2.382-.011z"/><path d="M3.738 1.233c21.295-.276 42.618-.036 63.924-.12 2.076-.262 4.036 1.491 3.989 3.585.044 4.745.029 9.491.004 14.236.065 1.956-1.629 3.807-3.636 3.655-21.102.007-42.207.011-63.313-.004-2 .153-3.687-1.698-3.618-3.647-.04-4.622-.011-9.247-.015-13.869-.105-1.68.956-3.476 2.665-3.836m0 1.091c-1.12.389-1.665 1.629-1.611 2.749.004 4.618-.029 9.24.018 13.858-.058 1.389 1.12 2.731 2.56 2.589 21.105.011 42.215.011 63.32 0 1.444.145 2.622-1.196 2.571-2.589.051-4.618.015-9.236.015-13.855.138-1.476-1.004-3.033-2.582-2.902-20.858-.047-41.72.004-62.582-.022-.571.015-1.156.007-1.709.171z"/><path d="M8.691 3.105c1.502 2.724 2.793 5.556 4.087 8.382-.767-.465-1.527-.942-2.298-1.407-.007 3.145.007 6.291.007 9.436H7.062c-.015-3.138-.022-6.276-.047-9.415-.756.422-1.509.847-2.265 1.273 1.225-2.796 2.513-5.571 3.942-8.269zM61.138 11.375c1.295-2.738 2.356-5.629 4.022-8.167 1.444 2.702 2.727 5.491 4.007 8.276-.767-.462-1.527-.931-2.298-1.393-.004 3.142.007 6.284.007 9.425-1.142 0-2.284-.004-3.425 0-.015-3.138-.022-6.273-.044-9.411-.76.418-1.513.847-2.269 1.269zM39.895 9.291a374.72 374.72 0 0 1 2.124-.007c-.916.887-1.836 1.764-2.76 2.644a288.265 288.265 0 0 1 2.884 3.935l-1.887-.018c-.698-.956-1.404-1.909-2.098-2.869-.16.145-.48.433-.64.575-.004.767-.022 1.535-.015 2.302l-1.571.011c-.011-2.193-.007-4.385-.004-6.575.524 0 1.047-.004 1.575-.004 0 .753.004 1.502.007 2.255.796-.749 1.593-1.495 2.385-2.247zM21.724 14.898c.145-2.389 2.596-3.695 3.804-5.582.687-.007 1.375-.007 2.058-.007.389 1.404-.953 4.167.978 4.484.007.236.029.705.04.938-.84.022-1.091.615-1.145 1.345-.487 0-.978-.004-1.465-.004-.004-.291-.015-.873-.018-1.164-1.418 0-2.833.007-4.251-.011m1.879-1.257c.793.007 1.589.007 2.382.011 0-.916-.004-1.833-.007-2.749-.8.905-1.593 1.818-2.375 2.738zM42.964 11.167c1.422.12 2.931-.389 4.258.32 1.135-.658 2.825-.571 3.462.724.313 1.185.124 2.436.156 3.651-.498-.004-.993-.007-1.491-.015-.222-1.156.545-2.891-.615-3.633-1.771.233-.902 2.433-1.102 3.644-.487-.004-.975-.004-1.462-.004-.102-1.182.298-2.52-.375-3.575-2.036-.222-1.149 2.356-1.331 3.567-.498.004-.996.011-1.495.015-.007-1.564-.004-3.131-.007-4.695z"/><path fill="#2b2b2b" opacity=".89" d="M0 2.56l.353-.495c-.08 6.476.2 12.971-.135 19.436L0 22.126V2.559z"/><path fill="#333" opacity=".89" d="M72.324 1.916l.404.509v18.953l-.349.476c-.051-6.644.051-13.291-.055-19.938z"/><path fill="#1a1a1a" opacity=".71" d="M2.575 23.76a21.416 21.416 0 0 1 2.52-.156c21.807.022 43.618-.011 65.429.018l-.575.378H1.938l.636-.24z"/></symbol><symbol viewBox="0 0 73 24" id="complementary--distance--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#373737" opacity=".89" d="M2.255 0H70.48l.407.382C47.872.346 24.858.349 1.843.382L2.254 0z"/><path fill="#fff" d="M.356 2.047c.429-.611.942-1.16 1.487-1.665 23.015-.033 46.029-.036 69.044 0 .502.48.993.971 1.44 1.505.102 6.662-.004 13.327.055 19.989a7.377 7.377 0 0 1-1.815 1.745c-22.665.036-45.338-.131-68 .084C1.494 23.341.683 22.53.262 21.487c.233-6.473.036-12.96.095-19.44m3.385-.818c-1.709.364-2.778 2.156-2.669 3.84.004 4.622-.022 9.247.011 13.869-.065 1.949 1.622 3.8 3.625 3.651 21.102.007 42.207.007 63.309 0 2.007.156 3.702-1.702 3.636-3.655.025-4.742.036-9.491-.004-14.236.047-2.087-1.909-3.851-3.989-3.585-21.305.084-42.629-.153-63.92.116z"/><path fill="#fff" d="M3.738 2.324c.553-.171 1.138-.156 1.709-.175 20.862.029 41.724-.018 62.582.025 1.578-.135 2.72 1.425 2.585 2.902-.004 4.618.029 9.236-.015 13.855.051 1.389-1.135 2.738-2.578 2.589-21.105.011-42.211.011-63.316 0-1.44.142-2.622-1.204-2.564-2.589-.044-4.618-.011-9.24-.015-13.858-.062-1.124.495-2.356 1.611-2.749m6.899 8.96c.6.007 1.196.011 1.793.011-.098-1.971 3.436-2.244 3.105-.145-.756 1.855-3.036 2.4-4.575 3.484.004.473.007.942.015 1.415 2.076.004 4.156.004 6.233-.004.007-.484.011-.967.015-1.447-.985-.004-1.971-.004-2.956.004 1.585-.84 3.52-2.236 3.076-4.302-.796-3.32-6.96-2.636-6.705.985m10.556-2.86c-2.229.938-2.524 3.92-1.705 5.92 1.073 2.135 4.251 2.364 5.996.953 1.251-1.356 1.433-3.495.764-5.167-.807-1.869-3.291-2.36-5.055-1.705m9.094.043c-1.956.891-2.32 3.436-1.8 5.309.76 3.084 5.975 3.265 6.982.273.556-1.498.531-3.36-.484-4.665-1.135-1.28-3.156-1.531-4.698-.916m17.982.992c-.011 2.131-.007 4.262-.004 6.393h2.022c.029-1.364-.095-2.735.069-4.087.335-.793 1.629-1.065 2.073-.218.309 1.407.084 2.873.145 4.305h1.996c.029-1.378-.098-2.764.076-4.131.415-.771 1.785-1.044 2.142-.073.16 1.396.044 2.804.069 4.204.673 0 1.345 0 2.018.004-.055-1.582.175-3.193-.153-4.749-.749-1.829-3.273-2.225-4.76-1.04-.985-.811-2.251-.815-3.404-.393-.756-.131-1.524-.182-2.291-.215z"/><path fill="#fff" d="M22.633 9.618c2.135-.211 2.458 2.484 1.884 3.989-.465 1.575-3.127 1.462-3.404-.178-.284-1.389-.305-3.564 1.52-3.811zM31.775 9.629c2.065-.295 2.513 2.28 2.007 3.782-.291 1.636-2.935 1.789-3.415.207-.338-1.404-.451-3.665 1.407-3.989z"/><path d="M3.742 1.229c21.291-.269 42.615-.033 63.92-.116 2.08-.265 4.036 1.498 3.989 3.585.04 4.745.029 9.495.004 14.236.065 1.953-1.629 3.811-3.636 3.655-21.102.007-42.207.007-63.309 0-2.004.149-3.691-1.702-3.625-3.651-.033-4.622-.007-9.247-.011-13.869-.109-1.684.96-3.476 2.669-3.84m-.005 1.095c-1.116.393-1.673 1.625-1.611 2.749.004 4.618-.029 9.24.015 13.858-.058 1.385 1.124 2.731 2.564 2.589 21.105.011 42.211.011 63.316 0 1.444.149 2.629-1.2 2.578-2.589.044-4.618.011-9.236.015-13.855.135-1.476-1.007-3.036-2.585-2.902-20.858-.044-41.72.004-62.582-.025-.571.018-1.156.004-1.709.175z"/><path d="M10.636 11.284c-.255-3.622 5.909-4.305 6.705-.985.444 2.065-1.491 3.462-3.076 4.302.985-.007 1.971-.007 2.956-.004-.004.48-.007.964-.015 1.447-2.076.007-4.156.007-6.233.004-.007-.473-.011-.942-.015-1.415 1.538-1.084 3.818-1.629 4.575-3.484.331-2.098-3.204-1.825-3.105.145-.596 0-1.193-.004-1.793-.011zM21.193 8.425c1.764-.655 4.247-.164 5.055 1.705.669 1.673.487 3.811-.764 5.167-1.745 1.411-4.924 1.182-5.996-.953-.818-2-.524-4.982 1.705-5.92m1.44 1.194c-1.825.247-1.804 2.422-1.52 3.811.276 1.64 2.938 1.753 3.404.178.575-1.505.251-4.2-1.884-3.989zM30.287 8.469c1.542-.615 3.564-.364 4.698.916 1.015 1.305 1.04 3.167.484 4.665-1.007 2.993-6.222 2.811-6.982-.273-.52-1.873-.156-4.418 1.8-5.309m1.488 1.161c-1.858.324-1.745 2.585-1.407 3.989.48 1.582 3.124 1.429 3.415-.207.505-1.502.058-4.076-2.007-3.782zM48.269 9.462c.767.033 1.535.084 2.291.215 1.153-.422 2.418-.418 3.404.393 1.487-1.185 4.011-.789 4.76 1.04.327 1.556.098 3.167.153 4.749-.673-.004-1.345-.004-2.018-.004-.025-1.4.091-2.807-.069-4.204-.356-.971-1.727-.698-2.142.073-.175 1.367-.047 2.753-.076 4.131h-1.996c-.062-1.433.164-2.898-.145-4.305-.444-.847-1.738-.575-2.073.218-.164 1.353-.04 2.724-.069 4.087h-2.022c-.004-2.131-.007-4.262.004-6.393z"/><path fill="#2b2b2b" opacity=".89" d="M0 2.531l.356-.484c-.058 6.48.138 12.967-.095 19.44l-.262.545V2.53z"/><path fill="#333" opacity=".89" d="M72.327 1.887l.4.462v19.087l-.345.44c-.058-6.662.047-13.327-.055-19.989z"/><path fill="#1a1a1a" opacity=".71" d="M2.567 23.705c22.662-.215 45.335-.047 68-.084l-.513.378H2.025l.542-.295z"/></symbol><symbol viewBox="0 0 63 24" id="complementary--distance--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#810c10" opacity=".55" d="M0 0h63.158v24h-.253v-.316c-.035-7.781.022-15.565-.028-23.349C41.918.303 20.959.303 0 .335V0z"/><path fill="#ed171f" d="M0 .335c20.959-.032 41.918-.032 62.877 0 .051 7.784-.006 15.568.028 23.349-20.968.013-41.937-.025-62.905.019V.335m1.851 1.636a2647.99 2647.99 0 0 0-.003 20.128c19.794.041 39.587.025 59.381.009.013-6.714.016-13.431-.003-20.144-19.791-.006-39.584-.016-59.375.006z"/><path fill="#feb82f" d="M1.851 1.971c19.791-.022 39.584-.013 59.375-.006.019 6.714.016 13.431.003 20.144-19.794.016-39.587.032-59.381-.009-.019-6.707-.028-13.418.003-20.128m15.322 3.873c-5.22 1.083-5.949 9.123-1.626 11.773 1.813 1.112 4.32.837 5.858-.625 2.501-2.435 2.687-6.799.417-9.448-1.093-1.358-2.937-2.027-4.648-1.699m12.633.006c-5.188 1.112-5.915 9.092-1.62 11.751 1.803 1.124 4.32.868 5.858-.6 2.504-2.444 2.684-6.805.429-9.471-1.096-1.364-2.956-2.018-4.667-1.68m-21.211.066c-.875 1.02-2.138 1.964-1.942 3.474.477.019.951.054 1.427.069.006 2.896-.003 5.788.006 8.684.748 0 1.5 0 2.252.003.003-4.08.003-8.157 0-12.237-.581.009-1.162.009-1.743.006M44.16 9.199c-.006 2.984-.006 5.965 0 8.946l2.217.003c.051-1.939-.095-3.884.06-5.817.129-1.273 2.252-1.235 2.356.032.129 1.923.003 3.853.047 5.779l2.242.009c.054-1.939-.098-3.887.066-5.82.148-1.146 1.967-1.285 2.305-.183.227 1.986.022 3.998.095 5.994.748.003 1.5.006 2.252.006-.073-2.318.171-4.661-.123-6.966-.575-2.296-3.685-2.691-5.166-1.017-1.74-1.727-4.222-.543-6.351-.966z"/><path fill="#feb82f" d="M17.804 8.024c4.352-.123 4.494 7.851.212 8.037-3.969-.344-4.105-7.421-.212-8.037zM30.436 8.027c4.386-.193 4.519 7.898.212 8.034-3.938-.379-4.074-7.383-.212-8.034z"/><path d="M17.173 5.845c1.712-.328 3.556.341 4.648 1.699 2.271 2.649 2.084 7.014-.417 9.448-1.538 1.462-4.045 1.737-5.858.625-4.323-2.649-3.594-10.689 1.626-11.773m.632 2.18c-3.894.616-3.758 7.693.212 8.037 4.282-.186 4.14-8.16-.212-8.037zM29.807 5.852c1.712-.338 3.572.316 4.667 1.68 2.255 2.665 2.075 7.026-.429 9.471-1.538 1.468-4.055 1.724-5.858.6-4.295-2.659-3.568-10.639 1.62-11.751m.629 2.175c-3.862.651-3.726 7.655.212 8.034 4.307-.136 4.175-8.226-.212-8.034zM8.596 5.918c.581.003 1.162.003 1.743-.006.003 4.08.003 8.157 0 12.237-.752-.003-1.503-.003-2.252-.003-.009-2.896 0-5.788-.006-8.684-.477-.016-.951-.051-1.427-.069-.196-1.509 1.067-2.454 1.942-3.474zM44.16 9.199c2.128.423 4.611-.761 6.351.966 1.481-1.674 4.592-1.279 5.166 1.017.294 2.305.051 4.648.123 6.966-.752 0-1.503-.003-2.252-.006-.073-1.996.133-4.007-.095-5.994-.338-1.102-2.157-.963-2.305.183-.164 1.933-.013 3.881-.066 5.82l-2.242-.009c-.044-1.926.082-3.856-.047-5.779-.104-1.266-2.226-1.304-2.356-.032-.155 1.933-.009 3.878-.06 5.817l-2.217-.003c-.006-2.981-.006-5.962 0-8.946z"/><path fill="#ae1016" opacity=".74" d="M0 23.703c20.968-.044 41.937-.006 62.905-.019V24H0v-.297z"/></symbol><symbol viewBox="0 0 33 24" id="complementary--end-of-road-works--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h3.699c3.515 2.508 6.978 5.088 10.476 7.619-.541-.738-.797-1.636-.533-2.53-.991-.115-1.1-1.207-1.542-1.899-.768-1.353 1.698-2.5 2.453-1.307.355.658.289 1.562.932 2.047 1.262.265 2.43-.73 3.689-.409.948.205 1.876.549 2.702 1.062.815.485.542 1.578.761 2.362.064.715.815 1.013 1.11 1.601-.123.386-.528.546-.824.774.105 1.583.094 3.169.087 4.756 3.291 2.4 6.598 4.782 9.866 7.213V24h-3.7c-.848-.452-1.489-1.45-2.541-1.376-8.471.01-16.943.01-25.415 0 .557-2.295 1.93-4.32 3.488-6.059.298-.363.546-.878 1.067-.935.745-.069 1.358.442 1.943.822 1.059-.475 1.996-1.198 3.123-1.502.888-.881 2.068-1.332 3.041-2.088C9.269 9.456 4.612 6.107 0 2.7V.001m19.631 5.623c.894.717 1.157 2.155 2.273 2.517-.148-.837-.562-1.59-.924-2.347-.362-.298-.912-.169-1.35-.169m-3.384 3.518c.278.194.554.391.833.584.087-.406.321-.924-.146-1.185-.411-.444-.623.278-.687.602m-5.042 6.172c-.856.878-2.07 1.256-3.24 1.493 1.258 1.29 1.66 3.209 3.051 4.392 1.368.779 2.88-.261 4.32.059.345-.378.98-.615 1.042-1.174.01-.748-1.088-.376-1.17-1.073-.418-1.765-.842-3.539-1.53-5.224-.856.452-1.787.819-2.472 1.527m5.485-.395c.117 1.203.766 2.278.856 3.488-.002.745.513 1.312.782 1.964-.648.35-1.358.584-1.94 1.049 1.22.299 2.489.546 3.736.248l.192-.523c.256-.077.511-.169.769-.248a4.95 4.95 0 0 0 .099-1.1c-.117-.041-.35-.127-.467-.169a16.37 16.37 0 0 1-.302-2.004c-1.241-.902-2.461-1.838-3.727-2.706m6.296 4.582c.038.682-.237 1.465.192 2.065.192-.14.383-.281.572-.426.035-.317.104-.63.227-.924-.329-.24-.659-.478-.991-.715z"/><path fill="#f9cc00" opacity=".98" d="M3.699 0h29.178v21.289c-3.268-2.431-6.575-4.813-9.866-7.213.007-1.586.018-3.173-.087-4.756.296-.228.7-.388.824-.774-.294-.588-1.045-.886-1.11-1.601-.219-.784.054-1.877-.761-2.362-.827-.513-1.754-.856-2.702-1.062-1.259-.321-2.426.674-3.689.409-.643-.485-.577-1.389-.932-2.047-.755-1.193-3.22-.046-2.453 1.307.442.692.551 1.784 1.542 1.899-.265.894-.008 1.792.533 2.53C10.678 5.087 7.214 2.508 3.7 0zM0 2.699c4.613 3.408 9.27 6.756 13.882 10.162-.973.756-2.153 1.207-3.041 2.088-1.128.304-2.065 1.027-3.123 1.502-.585-.38-1.198-.891-1.943-.822-.521.058-.769.572-1.067.935-1.558 1.739-2.931 3.764-3.488 6.059 8.472.01 16.945.01 25.415 0 1.052-.074 1.693.924 2.541 1.376H0V2.698z"/><path fill="#f9cc00" opacity=".98" d="M22.984 19.502c.332.237.662.475.991.715a3.335 3.335 0 0 0-.227.924c-.189.145-.38.286-.572.426-.429-.6-.155-1.382-.192-2.065z"/><path fill="#fccf00" d="M19.631 5.624c.437 0 .988-.128 1.35.169.362.758.776 1.511.924 2.347-1.116-.362-1.379-1.8-2.273-2.517zM16.246 9.143c.064-.324.276-1.045.687-.602.467.261.233.779.146 1.185-.279-.192-.556-.39-.833-.584zM11.204 15.316c.685-.708 1.616-1.075 2.472-1.527.689 1.685 1.113 3.459 1.53 5.224.082.697 1.18.325 1.17 1.073-.062.559-.697.796-1.042 1.174-1.44-.321-2.952.72-4.32-.059-1.391-1.184-1.793-3.102-3.051-4.392 1.17-.237 2.384-.615 3.24-1.493zM16.69 14.921c1.266.868 2.485 1.803 3.727 2.706.061.672.159 1.343.302 2.004.117.043.35.128.467.169.007.37-.023.738-.099 1.1-.258.079-.513.171-.769.248l-.192.523c-1.248.298-2.517.051-3.736-.248.582-.465 1.292-.699 1.94-1.049-.27-.653-.784-1.22-.782-1.964-.09-1.21-.74-2.285-.856-3.488z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.437.143c.243-.096.506-.108.764-.11 9.233.003 18.465-.001 27.698.002 1.098-.029 2.095.969 2.065 2.067.002 6.599.002 13.198 0 19.797.029 1.098-.967 2.094-2.065 2.065-9.266.003-18.532.003-27.797 0-1.097.028-2.096-.967-2.066-2.065C.034 15.3.034 8.7.036 2.101.014 1.235.628.423 1.437.143m.403.418C1.079.684.494 1.423.534 2.192.536 8.763.529 15.335.537 21.906c-.006.862.799 1.606 1.655 1.561h27.616c.858.048 1.66-.699 1.655-1.561.009-6.571.002-13.143.004-19.714.049-.894-.761-1.714-1.659-1.659C20.486.552 11.16.496 1.84.561z"/><path fill="#fff" d="M1.94 1.36c9.253-.064 18.513-.007 27.768-.028.502-.075 1.003.341.958.861.002 6.538.002 13.076 0 19.614a.814.814 0 0 1-.859.858c-9.205.002-18.41.002-27.614 0a.813.813 0 0 1-.859-.858V2.193c-.025-.376.232-.753.606-.833m10.491 3.071c-.424 1.098-.71 2.249-1.079 3.368-1.105-.206-2.305.151-3.073.982-.936.965-1.18 2.516-.579 3.72.605 1.312 2.138 2.1 3.558 1.83 1.428-.226 2.603-1.485 2.73-2.925.173-1.418-.694-2.851-2.001-3.405.084-.283.171-.565.261-.846 1.263 1.402 2.528 2.802 3.789 4.207.475.628 1.351.272 2.016.365.253 1.2 1.192 2.227 2.385 2.536 1.346.389 2.894-.198 3.646-1.38.799-1.176.703-2.86-.221-3.94-.837-1.038-2.317-1.452-3.581-1.044-.323-.71-.634-1.426-.961-2.135.079-.227.164-.453.25-.677l.745-.001v-.658c-.938.003-1.877-.01-2.814.004-.192-.035-.241.284-.05.31.464.136.941.22 1.407.348-.083.222-.166.443-.252.664-1.975-.002-3.949.001-5.924-.002.182-.44.164-1.09.679-1.29.431-.078.874-.018 1.31-.036l.001-.665c-.776-.001-1.81-.157-2.242.67m-.365 11.534c-.312.292-.247.752-.256 1.137l-.362.01v.476l.364.01c.003.876-.001 1.752.002 2.628h.638c.002-.877-.002-1.754.001-2.631l.633-.003v-.484l-.637-.003c-.091-.46.078-.968.64-.84l-.006-.537c-.345.011-.753-.036-1.017.237m7.807-.215l.003.673.676-.001-.001-.677a76.62 76.62 0 0 0-.678.005m-5.476 1.605l-.003-.302-.623.001a838.466 838.466 0 0 0 0 3.172h.638c.027-.729-.052-1.467.041-2.191.123-.486.75-.57 1.093-.259.156-.158.313-.315.468-.474-.455-.413-1.177-.357-1.614.053m2.139.376c-.282.692-.291 1.615.246 2.188.617.531 1.637.443 2.195-.138l-.4-.381c-.533.586-1.67.311-1.609-.57.695-.008 1.39 0 2.085-.005-.004-.462-.027-.967-.332-1.342-.536-.718-1.838-.599-2.185.248m3.359-.681c-.003 1.06-.002 2.119 0 3.179h.637c.002-1.059.001-2.119 0-3.178l-.637-.001z"/><path fill="#fff" d="M12.476 6.414h5.886a3634.11 3634.11 0 0 1-1.73 4.61c-1.389-1.533-2.771-3.073-4.156-4.61zM18.989 6.643c.232.507.457 1.018.685 1.527a3.418 3.418 0 0 0-1.689 2.898l-.657-.003c.553-1.474 1.104-2.949 1.661-4.422zM8.159 10.26c.37-1.243 1.721-2.045 2.992-1.821-.249.858-.545 1.704-.779 2.566-.108.365.499.547.613.186.293-.842.526-1.705.804-2.553 1.228.547 1.889 2.077 1.392 3.337-.448 1.322-2.037 2.085-3.348 1.6C8.5 13.157 7.7 11.582 8.159 10.26zM20.555 8.508c1.366-.423 2.954.438 3.31 1.829.437 1.388-.501 2.996-1.922 3.304-1.366.373-2.867-.55-3.213-1.91.924-.018 1.848.013 2.771-.014.233.004.381-.281.267-.475-.392-.917-.817-1.819-1.213-2.734z"/><path fill="#fff" d="M18.647 11.064a2.75 2.75 0 0 1 1.299-2.283c.342.761.681 1.523 1.019 2.285-.773 0-1.545.004-2.318-.002zM16.968 18.377c.01-.407.276-.855.732-.832.454-.02.709.431.728.832-.487.005-.974.005-1.46 0z"/><path d="M1.84.561C11.16.496 20.486.552 29.808.533c.898-.055 1.708.765 1.659 1.659-.002 6.571.005 13.143-.004 19.714.005.862-.797 1.609-1.655 1.561H2.192c-.856.045-1.661-.699-1.655-1.561C.529 15.335.536 8.763.534 2.192.494 1.423 1.079.684 1.84.561m.1.799c-.374.08-.631.457-.606.833v19.614a.813.813 0 0 0 .859.858c9.204.002 18.409.002 27.614 0a.814.814 0 0 0 .859-.858c.002-6.538.002-13.076 0-19.614.045-.52-.456-.936-.958-.861-9.255.021-18.515-.036-27.768.028z"/><path d="M12.431 4.431c.432-.827 1.466-.671 2.242-.67l-.001.665c-.436.018-.879-.042-1.31.036-.515.2-.497.85-.679 1.29 1.975.003 3.949 0 5.924.002.086-.221.169-.442.252-.664-.466-.128-.943-.212-1.407-.348-.191-.026-.142-.345.05-.31.937-.014 1.876-.001 2.814-.004v.658l-.745.001c-.086.224-.171.45-.25.677.327.709.638 1.425.961 2.135 1.264-.408 2.744.006 3.581 1.044.924 1.08 1.02 2.764.221 3.94-.752 1.182-2.3 1.769-3.646 1.38-1.193-.309-2.132-1.336-2.385-2.536-.665-.093-1.541.263-2.016-.365-1.261-1.405-2.526-2.805-3.789-4.207-.09.281-.177.563-.261.846 1.307.554 2.174 1.987 2.001 3.405-.127 1.44-1.302 2.699-2.73 2.925-1.42.27-2.953-.518-3.558-1.83-.601-1.204-.357-2.755.579-3.72.768-.831 1.968-1.188 3.073-.982.369-1.119.655-2.27 1.079-3.368m.045 1.983c1.385 1.537 2.767 3.077 4.156 4.61.578-1.536 1.154-3.073 1.73-4.61h-5.886m6.513.229c-.557 1.473-1.108 2.948-1.661 4.422l.657.003a3.418 3.418 0 0 1 1.689-2.898c-.228-.509-.453-1.02-.685-1.527M8.159 10.26c-.459 1.322.341 2.897 1.674 3.315 1.311.485 2.9-.278 3.348-1.6.497-1.26-.164-2.79-1.392-3.337-.278.848-.511 1.711-.804 2.553-.114.361-.721.179-.613-.186.234-.862.53-1.708.779-2.566-1.271-.224-2.622.578-2.992 1.821m12.396-1.752c.396.915.821 1.817 1.213 2.734.114.194-.034.479-.267.475-.923.027-1.847-.004-2.771.014.346 1.36 1.847 2.283 3.213 1.91 1.421-.308 2.359-1.916 1.922-3.304-.356-1.391-1.944-2.252-3.31-1.829m-1.908 2.556c.773.006 1.545.002 2.318.002-.338-.762-.677-1.524-1.019-2.285a2.75 2.75 0 0 0-1.299 2.283zM12.066 15.965c.264-.273.672-.226 1.017-.237l.006.537c-.562-.128-.731.38-.64.84l.637.003v.484l-.633.003c-.003.877.001 1.754-.001 2.631h-.638c-.003-.876.001-1.752-.002-2.628l-.364-.01v-.476l.362-.01c.009-.385-.056-.845.256-1.137zM19.873 15.75c.226-.003.452-.004.678-.005l.001.677-.676.001-.003-.673zM14.397 17.355c.437-.41 1.159-.466 1.614-.053-.155.159-.312.316-.468.474-.343-.311-.97-.227-1.093.259-.093.724-.014 1.462-.041 2.191h-.638a838.466 838.466 0 0 1 0-3.172l.623-.001.003.302zM16.536 17.731c.347-.847 1.649-.966 2.185-.248.305.375.328.88.332 1.342-.695.005-1.39-.003-2.085.005-.061.881 1.076 1.156 1.609.57l.4.381c-.558.581-1.578.669-2.195.138-.537-.573-.528-1.496-.246-2.188m.432.646c.486.005.973.005 1.46 0-.019-.401-.274-.852-.728-.832-.456-.023-.722.425-.732.832zM19.895 17.05l.637.001c.001 1.059.002 2.119 0 3.178h-.637c-.002-1.06-.003-2.119 0-3.179z"/></symbol><symbol viewBox="0 0 40 24" id="complementary--except-bicycles--g2" xmlns="http://www.w3.org/2000/svg"><path opacity=".07" d="M0 0h.839A5.465 5.465 0 0 0 0 .887V0z"/><path d="M.839 0h37.916c.278.218.543.452.783.714a830.777 830.777 0 0 0 .004 22.548c-.206.262-.434.51-.678.738H.791A7.198 7.198 0 0 1 0 23.163V.887C.246.562.528.262.839 0m.226.69c-.383.107-.434.549-.419.883C.652 8.587.642 15.6.65 22.614c-.061.426.284.841.73.764 12.301 0 24.607.006 36.908-.004.438.069.746-.359.692-.764.004-7.073.008-14.148-.002-21.221.073-.51-.42-.823-.881-.742C25.754.679 13.403.589 1.064.691z"/><path d="M2.212 2.069c.266.008.532.012.797.016.712 1.087 1.434 2.166 2.154 3.249.008-1.087 0-2.174.006-3.261l.787.004c.006 1.565.004 3.128 0 4.693l-.795.002c-.724-1.085-1.434-2.176-2.16-3.259-.004 1.085 0 2.172-.004 3.257h-.789c0-1.567-.006-3.134.004-4.701zM7.077 2.085c.266 0 .53 0 .793-.004-.002.266-.002.532 0 .797-.264-.004-.528-.004-.793-.004v-.789zM17.268 2.075c.262 0 .524 0 .787.002.006 1.569.004 3.14 0 4.709-.591-.105-1.188-.083-1.783-.044-1.137-.077-1.767-1.559-1.077-2.452.446-.696 1.349-.74 2.071-.532-.002-.561.002-1.123.002-1.684m-.946 2.361c-1.021.143-.68 1.805.315 1.531.96-.192.639-1.74-.315-1.531zM23.423 2.824l.766-.74c.004.506.004 1.01.006 1.515.151.004.452.014.603.02l-.004.76-.607.02c.002.506.016 1.012.046 1.515.252.036.504.073.754.115-.145.262-.288.528-.43.791-1.202-.159-1.224-1.482-1.148-2.422a59.502 59.502 0 0 1-.597-.02c-.002-.254-.004-.506-.004-.76.149-.004.444-.014.591-.02.01-.258.018-.518.026-.776zM7.085 3.626h.78c.002 1.049.002 2.099 0 3.148h-.78a412.914 412.914 0 0 1 0-3.148zM25.351 3.638c.258-.002.518-.002.778-.002l.595 1.9c.2-.633.397-1.265.595-1.896l.778-.006a980.036 980.036 0 0 1-1.464 4.697h-.803c.96-1.555-.089-3.144-.478-4.693zM31.968 3.638c.738-.002 1.476-.008 2.212.018-.296.819-.766 1.557-1.162 2.329.361.004.722.008 1.083.01l-.006.776c-.732.002-1.464.006-2.196-.008.226-.849.744-1.569 1.14-2.342l-1.071-.006a50.182 50.182 0 0 1 0-.776zM34.677 3.638c.26-.002.518-.002.778-.002.2.633.397 1.267.595 1.9.2-.633.397-1.265.595-1.896l.78-.006a914.294 914.294 0 0 1-1.468 4.697c-.268 0-.534 0-.801-.002.96-1.553-.089-3.142-.478-4.691zM8.979 4.996c.131-1.367 2.007-1.779 2.826-.742v1.232c-.706 0-1.414-.006-2.122.026.464.657 1.265.516 1.952.452-.133.252-.262.506-.391.76-1.107.331-2.477-.474-2.265-1.728m.7-.111c.565.042 1.135.04 1.7 0-.444-.609-1.26-.619-1.7 0zM19.89 3.796c1.849-.966 3.183 2.162 1.258 2.85-1.799.865-3.082-2.122-1.258-2.85m.599.645c-.976.071-.837 1.64.133 1.549 1.029-.042.873-1.688-.133-1.549zM28.707 5.359c-.173-1.287 1.355-2.112 2.43-1.511-.069.23-.141.458-.208.688-.579-.28-1.492-.135-1.492.655-.03.805.944 1.039 1.505.605l.327.664c-.952.694-2.489.129-2.563-1.101zM15.743 10.187c.315-.666 1.162-.532 1.765-.557-.004.143-.01.43-.012.573-1.24-.345-1.539.815-1.716 1.763 2.172.006 4.344-.01 6.514.01.069-.208.143-.415.22-.619-.662-.19-1.325-.379-1.983-.581a50.958 50.958 0 0 1-.022-.563c1.323-.04 2.648-.012 3.973-.02v1.222c-.458.002-.914 0-1.371.004-.107.331-.214.664-.317.996.462.738.914 1.482 1.365 2.227 1.293-.549 2.908-.504 4.032.405 1.297.962 1.843 2.799 1.254 4.306-.551 1.565-2.212 2.652-3.87 2.471-1.775-.099-3.269-1.622-3.459-3.372-.315.847-1.353 1.355-2.164.853-.716-.389-.815-1.285-.585-1.993-1.382-1.144-2.751-2.307-4.128-3.457l-.173.617c1.105.488 2.047 1.416 2.331 2.616.504 1.708-.442 3.673-2.059 4.399-1.674.823-3.896.165-4.828-1.458-1.053-1.632-.551-4.017 1.069-5.088.831-.641 1.916-.714 2.922-.623.434-1.371.718-2.793 1.242-4.132m-.143 2.363c-.06.232-.119.462-.177.694 1.428 1.212 2.87 2.406 4.298 3.616.373-.111.748-.216 1.127-.307.446-1.333.859-2.678 1.293-4.017-2.18.008-4.362-.018-6.541.014m6.958.576c-.373 1.202-.77 2.398-1.142 3.602.258.292.498.597.704.926.115-1.085.734-2.015 1.549-2.709-.373-.605-.744-1.212-1.111-1.819m-11.774 6.041c.716 2.128 3.794 2.761 5.26 1.043 1.545-1.527.857-4.36-1.146-5.121-.256 1.033-.803 2.053-.593 3.144-.169.702-1.373.407-1.146-.311.76-.819.827-1.978 1.168-2.995-2.309-.488-4.473 2.047-3.542 4.241m13.713-3.987c.599.861.932 1.964 1.86 2.547.371.325-.056 1.081-.545.873-.978-.45-2.075-.206-3.112-.248.23 1.718 1.89 3.144 3.65 2.824 1.97-.216 3.299-2.543 2.452-4.344-.645-1.656-2.717-2.382-4.304-1.652m-1.798 2.568c.891.018 1.783.01 2.676.008-.454-.756-.914-1.507-1.379-2.259-.694.571-1.127 1.377-1.297 2.251z"/><path fill="#fff" d="M1.065.69C13.404.589 25.755.678 38.098.646c.46-.081.954.232.881.742.01 7.073.006 14.148.002 21.221.054.405-.254.833-.692.764-12.301.01-24.607.004-36.908.004-.446.077-.791-.337-.73-.764C.643 15.599.653 8.586.647 1.572c-.016-.333.036-.776.419-.883m1.146 1.38c-.01 1.567-.004 3.134-.004 4.701h.789c.004-1.085 0-2.172.004-3.257.726 1.083 1.436 2.174 2.16 3.259l.795-.002c.004-1.565.006-3.128 0-4.693l-.787-.004c-.006 1.087.002 2.174-.006 3.261-.72-1.083-1.442-2.162-2.154-3.249-.266-.004-.532-.008-.797-.016m4.865.016v.789c.266 0 .53 0 .793.004a52.935 52.935 0 0 1 0-.797c-.264.004-.528.004-.793.004m10.191-.01c0 .561-.004 1.123-.002 1.684-.722-.208-1.624-.165-2.071.532-.69.893-.06 2.374 1.077 2.452.595-.04 1.192-.061 1.783.044.004-1.569.006-3.14 0-4.709-.264-.002-.526-.002-.787-.002m6.155.748c-.008.258-.016.518-.026.776-.147.006-.442.016-.591.02 0 .254.002.506.004.76.149.006.448.016.597.02-.075.94-.054 2.263 1.148 2.422.143-.264.286-.53.43-.791-.25-.042-.502-.079-.754-.115-.03-.504-.044-1.01-.046-1.515l.607-.02.004-.76a60.702 60.702 0 0 0-.603-.02c-.002-.506-.002-1.01-.006-1.515l-.766.74m-16.336.8a412.914 412.914 0 0 0 0 3.148h.78c.002-1.049.002-2.099 0-3.148h-.78m18.266.012c.389 1.549 1.438 3.138.478 4.693h.803c.492-1.565.98-3.13 1.464-4.697l-.778.006c-.198.631-.395 1.263-.595 1.896l-.595-1.9c-.26 0-.52 0-.778.002m6.618 0c-.002.258-.002.518 0 .776l1.071.006c-.397.774-.914 1.494-1.14 2.342.732.014 1.464.01 2.196.008l.006-.776c-.361-.002-.722-.006-1.083-.01.397-.772.867-1.509 1.162-2.329-.736-.026-1.474-.02-2.212-.018m2.709.001c.389 1.549 1.438 3.138.478 4.691.268.002.534.002.801.002.494-1.563.982-3.13 1.468-4.697l-.78.006c-.198.631-.395 1.263-.595 1.896-.198-.633-.395-1.267-.595-1.9-.26 0-.518 0-.778.002M8.979 4.996c-.212 1.254 1.158 2.059 2.265 1.728.129-.254.258-.508.391-.76-.686.063-1.488.204-1.952-.452.708-.032 1.416-.026 2.122-.026V4.254c-.819-1.037-2.696-.625-2.826.742m10.911-1.2c-1.825.728-.541 3.715 1.258 2.85 1.926-.688.591-3.816-1.258-2.85m8.817 1.563c.073 1.23 1.611 1.795 2.563 1.101l-.327-.664c-.561.434-1.535.2-1.505-.605 0-.789.912-.934 1.492-.655.067-.23.139-.458.208-.688-1.075-.601-2.602.224-2.43 1.511m-12.965 4.828c-.524 1.339-.807 2.761-1.242 4.132-1.006-.091-2.091-.018-2.922.623-1.62 1.071-2.122 3.455-1.069 5.088.932 1.622 3.154 2.281 4.828 1.458 1.617-.726 2.563-2.692 2.059-4.399-.284-1.2-1.226-2.128-2.331-2.616l.173-.617c1.377 1.15 2.745 2.313 4.128 3.457-.23.708-.131 1.605.585 1.993.811.502 1.849-.006 2.164-.853.19 1.749 1.684 3.273 3.459 3.372 1.658.18 3.318-.906 3.87-2.471.589-1.507.044-3.344-1.254-4.306-1.125-.908-2.739-.954-4.032-.405-.45-.746-.902-1.49-1.365-2.227.103-.331.21-.664.317-.996.456-.004.912-.002 1.371-.004v-1.222c-1.325.008-2.65-.02-3.973.02.006.188.014.377.022.563.659.202 1.321.391 1.983.581-.077.204-.151.411-.22.619-2.17-.02-4.342-.004-6.514-.01.177-.948.476-2.108 1.716-1.763.002-.143.008-.43.012-.573-.603.026-1.45-.109-1.765.557z"/><path fill="#fff" d="M9.679 4.885c.44-.619 1.256-.609 1.7 0-.565.04-1.135.042-1.7 0zM16.322 4.435c.954-.208 1.275 1.339.315 1.531-.996.274-1.337-1.388-.315-1.531zM20.489 4.441c1.006-.139 1.162 1.507.133 1.549-.97.091-1.109-1.478-.133-1.549zM15.6 12.549c2.18-.032 4.362-.006 6.541-.014-.434 1.339-.847 2.684-1.293 4.017-.379.091-.754.196-1.127.307-1.428-1.21-2.87-2.404-4.298-3.616.058-.232.117-.462.177-.694zM22.558 13.125c.367.607.738 1.214 1.111 1.819-.815.694-1.434 1.624-1.549 2.709a7.016 7.016 0 0 0-.704-.926c.373-1.204.77-2.4 1.142-3.602zM10.784 19.166c-.93-2.194 1.234-4.729 3.542-4.241-.341 1.018-.409 2.176-1.168 2.995-.226.718.978 1.014 1.146.311-.21-1.091.337-2.11.593-3.144 2.003.762 2.692 3.594 1.146 5.121-1.466 1.718-4.544 1.085-5.26-1.043zM24.498 15.18c1.587-.73 3.66-.004 4.304 1.652.847 1.801-.482 4.128-2.452 4.344-1.759.319-3.42-1.107-3.65-2.824 1.037.042 2.134-.202 3.112.248.49.208.916-.547.545-.873-.928-.583-1.261-1.686-1.86-2.547z"/><path fill="#fff" d="M22.701 17.748c.171-.875.603-1.68 1.297-2.251.464.752.924 1.503 1.379 2.259-.893.002-1.785.01-2.676-.008z"/><path opacity=".8" d="M39.539.714l.131.2v22.138l-.127.21A830.777 830.777 0 0 1 39.539.714z"/><path opacity=".12" d="M0 23.163c.242.3.506.581.791.837H0v-.837z"/><path opacity=".07" d="M39.542 23.262l.127-.21V24h-.805c.244-.228.472-.476.678-.738z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.435.144c.244-.095.508-.108.766-.11 9.232.002 18.465-.002 27.697.002 1.099-.03 2.096.967 2.066 2.066.002 6.598.002 13.197 0 19.796.029 1.099-.967 2.095-2.066 2.066-9.265.003-18.53.003-27.795 0-1.098.028-2.097-.967-2.067-2.066V2.102C.015 1.236.627.425 1.435.144m.407.417C1.079.683.494 1.424.534 2.193.536 8.764.529 15.336.537 21.907c-.005.862.801 1.605 1.656 1.56h27.614c.858.048 1.66-.697 1.656-1.56.009-6.571.002-13.143.004-19.714.049-.896-.761-1.715-1.66-1.66C20.486.552 11.161.496 1.842.561z"/><path fill="#fff" d="M1.94 1.361c9.252-.066 18.511-.007 27.766-.029.503-.074 1.005.34.959.861.003 6.538.003 13.076 0 19.614a.813.813 0 0 1-.858.858c-9.205.003-18.409.003-27.614 0a.812.812 0 0 1-.858-.859c-.003-6.537-.003-13.075 0-19.613-.025-.375.23-.753.605-.832m2.986 4.231c-.006.256.46.298.339.571-.381 1.166-.843 2.306-1.217 3.474-.107.816-.02 1.646-.05 2.467-.037.28.078.652.413.66.935.024 1.872.005 2.808.006.005-1.102.966-2.095 2.079-2.069 1.124-.037 2.089.964 2.102 2.072l8.508.001c.012-1.105.971-2.106 2.092-2.073 1.122-.032 2.079.968 2.093 2.073 1.002-.006 2.005.008 3.008-.005.55.009.965-.535.9-1.064-.064-1.127.171-2.299-.218-3.386-.265-.903-.511-1.812-.78-2.715-.112-.435-.557-.715-.997-.672-6.936.006-13.874-.006-20.81.006-.358-.028-.276.425-.27.654m3.903 5.641c-.7.211-1.207.939-1.13 1.673.046.811.789 1.5 1.601 1.484.82.025 1.568-.67 1.617-1.486.133-1.091-1.052-2.039-2.088-1.671m12.7-.002c-.704.209-1.215.938-1.138 1.674.049.813.792 1.506 1.609 1.485.817.021 1.56-.672 1.609-1.485.133-1.088-1.045-2.036-2.08-1.674m-9.455 4.944c-.287.266-.227.688-.24 1.04l-.318.011c.004.17.005.341.004.511l.32.007c0 .89.002 1.781-.001 2.671l.641.007c.001-.894-.004-1.789.003-2.683l.638.001a18.028 18.028 0 0 1 0-.52l-.649-.001c-.112-.486.142-.818.652-.689a16.977 16.977 0 0 1-.007-.597c-.354.014-.777-.048-1.043.242m7.766-.235c.001.213 0 .426-.001.64h.641a68.48 68.48 0 0 1 0-.641l-.64.001m-6.001 1.281a680.11 680.11 0 0 1 0 3.194l.641.007c.017-.705-.034-1.413.024-2.116.096-.489.694-.591 1.069-.352l.438-.554a1.22 1.22 0 0 0-1.53.135l-.005-.318-.637.004m2.625 2.513c.446.918 1.78.936 2.431.231a15.865 15.865 0 0 0-.471-.426c-.485.515-1.486.314-1.497-.473.679-.012 1.357-.004 2.036-.006.212-.948-.505-2.084-1.564-1.856-1.144.197-1.29 1.64-.935 2.53m3.376-2.514c0 1.065.002 2.13-.001 3.195l.641.007V17.22h-.64z"/><path fill="#fff" d="M5.918 5.897c.62-.097 1.258-.022 1.884-.044.22-.028.496.083.481.342.019.836.012 1.674.004 2.51a.35.35 0 0 1-.383.376c-.929.002-1.862.027-2.789-.013-.463-.115-.192-.646-.086-.934.323-.731.45-1.577.889-2.237zM9.037 5.923c.597-.151 1.249-.041 1.867-.064.256-.036.375.214.421.421.213.781.454 1.555.658 2.338.1.244-.127.499-.379.465-.769.007-1.539.009-2.309-.001-.216.022-.422-.152-.396-.377-.02-.736.002-1.472-.009-2.207.019-.192-.04-.448.147-.575zM12.038 5.937c.619-.189 1.314-.032 1.962-.086.298.037.773-.125.906.245.258.825.483 1.661.718 2.493.097.226-.072.509-.329.49-.766.014-1.534.015-2.299 0-.19.014-.322-.14-.36-.311-.225-.75-.428-1.507-.651-2.258-.048-.186-.134-.432.053-.573zM15.729 5.906c.643-.123 1.316-.017 1.971-.055.293.026.768-.109.866.279.245.827.486 1.657.71 2.49.096.24-.124.494-.372.462-.766.005-1.533.018-2.297-.007-.231.006-.31-.235-.36-.415-.206-.727-.415-1.453-.623-2.179-.06-.192-.116-.461.105-.575zM19.341 5.928c.624-.17 1.311-.028 1.959-.077.297.036.773-.123.9.249.255.83.489 1.667.719 2.504.098.221-.082.488-.323.475-.7.022-1.402.001-2.102.009-.201.003-.48-.001-.538-.245-.24-.741-.426-1.499-.654-2.243-.051-.217-.187-.507.039-.672zM23.025 5.904c.813-.112 1.656-.03 2.48-.044.253-.031.358.225.406.425.213.781.455 1.555.659 2.338.092.235-.121.487-.366.459-.736.011-1.473.007-2.209.001-.183.015-.367-.081-.404-.271-.235-.744-.427-1.501-.652-2.247-.06-.216-.172-.528.086-.661zM16.929 18.491c.06-.864 1.363-.86 1.421.002-.474.01-.948.012-1.421-.002z"/><path d="M1.842.561C11.161.496 20.486.552 29.807.533c.899-.055 1.709.764 1.66 1.66-.002 6.571.005 13.143-.004 19.714.004.863-.798 1.608-1.656 1.56H2.193c-.855.045-1.661-.698-1.656-1.56C.529 15.336.536 8.764.534 2.193c-.04-.769.545-1.51 1.308-1.632m.098.8c-.375.079-.63.457-.605.832-.003 6.538-.003 13.076 0 19.613a.812.812 0 0 0 .858.859c9.205.003 18.409.003 27.614 0a.813.813 0 0 0 .858-.858c.003-6.538.003-13.076 0-19.614.046-.521-.456-.935-.959-.861-9.255.022-18.514-.037-27.766.029z"/><path d="M4.926 5.592c-.006-.229-.088-.682.27-.654 6.936-.012 13.874 0 20.81-.006.44-.043.885.237.997.672.269.903.515 1.812.78 2.715.389 1.087.154 2.259.218 3.386.065.529-.35 1.073-.9 1.064-1.003.013-2.006-.001-3.008.005-.014-1.105-.971-2.105-2.093-2.073-1.121-.033-2.08.968-2.092 2.073l-8.508-.001c-.013-1.108-.978-2.109-2.102-2.072-1.113-.026-2.074.967-2.079 2.069-.936-.001-1.873.018-2.808-.006-.335-.008-.45-.38-.413-.66.03-.821-.057-1.651.05-2.467.374-1.168.836-2.308 1.217-3.474.121-.273-.345-.315-.339-.571m.992.305c-.439.66-.566 1.506-.889 2.237-.106.288-.377.819.086.934.927.04 1.86.015 2.789.013a.35.35 0 0 0 .383-.376c.008-.836.015-1.674-.004-2.51.015-.259-.261-.37-.481-.342-.626.022-1.264-.053-1.884.044m3.119.026c-.187.127-.128.383-.147.575.011.735-.011 1.471.009 2.207-.026.225.18.399.396.377.77.01 1.54.008 2.309.001.252.034.479-.221.379-.465-.204-.783-.445-1.557-.658-2.338-.046-.207-.165-.457-.421-.421-.618.023-1.27-.087-1.867.064m3.001.014c-.187.141-.101.387-.053.573.223.751.426 1.508.651 2.258.038.171.17.325.36.311.765.015 1.533.014 2.299 0 .257.019.426-.264.329-.49-.235-.832-.46-1.668-.718-2.493-.133-.37-.608-.208-.906-.245-.648.054-1.343-.103-1.962.086m3.691-.031c-.221.114-.165.383-.105.575.208.726.417 1.452.623 2.179.05.18.129.421.36.415.764.025 1.531.012 2.297.007.248.032.468-.222.372-.462-.224-.833-.465-1.663-.71-2.49-.098-.388-.573-.253-.866-.279-.655.038-1.328-.068-1.971.055m3.612.022c-.226.165-.09.455-.039.672.228.744.414 1.502.654 2.243.058.244.337.248.538.245.7-.008 1.402.013 2.102-.009.241.013.421-.254.323-.475A87.148 87.148 0 0 0 22.2 6.1c-.127-.372-.603-.213-.9-.249-.648.049-1.335-.093-1.959.077m3.684-.024c-.258.133-.146.445-.086.661.225.746.417 1.503.652 2.247.037.19.221.286.404.271.736.006 1.473.01 2.209-.001.245.028.458-.224.366-.459-.204-.783-.446-1.557-.659-2.338-.048-.2-.153-.456-.406-.425-.824.014-1.667-.068-2.48.044z"/><path d="M8.829 11.233c1.036-.368 2.221.58 2.088 1.671-.049.816-.797 1.511-1.617 1.486-.812.016-1.555-.673-1.601-1.484-.077-.734.43-1.462 1.13-1.673zM21.529 11.231c1.035-.362 2.213.586 2.08 1.674-.049.813-.792 1.506-1.609 1.485-.817.021-1.56-.672-1.609-1.485-.077-.736.434-1.465 1.138-1.674zM12.074 16.175c.266-.29.689-.228 1.043-.242-.001.199.001.398.007.597-.51-.129-.764.203-.652.689l.649.001c-.003.173-.002.346 0 .52l-.638-.001c-.007.894-.002 1.789-.003 2.683l-.641-.007c.003-.89.001-1.781.001-2.671l-.32-.007c.001-.17 0-.341-.004-.511l.318-.011c.013-.352-.047-.774.24-1.04zM19.84 15.94l.64-.001a68.48 68.48 0 0 0 0 .641 68.48 68.48 0 0 0-.641 0c.001-.214.002-.427.001-.64zM13.839 17.221l.637-.004.005.318a1.22 1.22 0 0 1 1.53-.135l-.438.554c-.375-.239-.973-.137-1.069.352-.058.703-.007 1.411-.024 2.116l-.641-.007a680.11 680.11 0 0 0 0-3.194zM16.464 19.734c-.355-.89-.209-2.333.935-2.53 1.059-.228 1.776.908 1.564 1.856-.679.002-1.357-.006-2.036.006.011.787 1.012.988 1.497.473.16.139.317.281.471.426-.651.705-1.985.687-2.431-.231m.465-1.243c.473.014.947.012 1.421.002-.058-.862-1.361-.866-1.421-.002zM19.84 17.22h.64v3.202l-.641-.007c.003-1.065.001-2.13.001-3.195z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.436.144c.243-.095.507-.109.765-.111 9.232.003 18.465-.001 27.697.002 1.099-.029 2.096.968 2.066 2.067.002 6.598.002 13.197 0 19.796.029 1.099-.968 2.095-2.066 2.066-9.265.003-18.531.003-27.796 0-1.097.029-2.097-.967-2.066-2.066-.002-6.599-.002-13.197 0-19.796C.014 1.236.627.424 1.436.144m.405.418C1.078.683.494 1.424.534 2.193.536 8.764.529 15.335.537 21.906c-.006.862.8 1.606 1.656 1.561h27.614c.858.048 1.66-.698 1.656-1.56.009-6.571.002-13.143.004-19.714.049-.896-.761-1.715-1.659-1.66C20.486.552 11.16.496 1.841.562z"/><path fill="#fff" d="M1.94 1.361c9.252-.066 18.512-.007 27.767-.029.502-.074 1.004.34.959.861.002 6.538.002 13.076-.001 19.614a.814.814 0 0 1-.858.858c-9.204.003-18.409.003-27.614 0a.812.812 0 0 1-.858-.858c-.003-6.538-.003-13.076 0-19.615-.025-.375.231-.752.605-.831m18.695 1.086c-.498.16-.604.9-.176 1.198.395.33 1.066.048 1.108-.465.079-.493-.469-.935-.932-.733m-.115 1.675c-.395.293-.218.847-.254 1.265-.386.007-.774-.026-1.158.02-.275.058-.258.52.023.55.377.039.757.01 1.135.016-.002.178-.002.356-.001.534-.424.04-1.006-.157-1.272.286-.363.532-.713 1.073-1.074 1.608-.175-.136-.357-.264-.533-.4-.106.142-.213.283-.318.425.286.213.57.431.855.648-.003.241-.005.482-.01.723.616-.571 1.585-.762 2.331-.334.796.664 1.915.225 2.864.35.678-.659 1.818-.798 2.58-.2.194.185.451.226.711.211V6.933h-4.905c-.014-.808.025-1.618-.017-2.425-.045-.434-.622-.663-.957-.386m-13.645.034l.001.627c-.421.499-.848.993-1.274 1.489.107.105.212.211.316.319.496-.104.993-.204 1.487-.317.205.37.413.738.608 1.114a2.258 2.258 0 0 0 .156 1.546L6.555 9.989c.002.742-.001 1.485.002 2.227l.531-.319c-.002-.494.001-.989-.001-1.483.46-.273.919-.548 1.38-.82.396.917.795 1.833 1.192 2.75.127.229.013.485-.018.724l.53-.002c.036-.245.137-.503.028-.744-.31-.9-.618-1.801-.927-2.701a6.692 6.692 0 0 0 2.927-.02c.314.554.627 1.108.939 1.663-.319.6-.639 1.201-.954 1.803l.638-.002c.301-.597.641-1.175.928-1.779.003-.506-.124-1.006-.167-1.51.502.387 1 .779 1.5 1.168-.106.672-.214 1.343-.317 2.015l.6-.203.319-2.02c-.277-.453-.549-.91-.829-1.361a1.926 1.926 0 0 0-.344-1.764c.244-.235.598-.446.935-.261.531.278.414.977.557 1.47.266-.139.53-.282.794-.425-.149-.523-.213-1.156-.715-1.476-.623-.454-1.461-.146-1.894.419-.391-.21-.843-.332-1.286-.231a8.08 8.08 0 0 1-2.765.102c-.684-.924-1.089-2.305-2.354-2.57-.378-.001-.683-.191-.909-.483M15.2 8.908v.267l2.453.639v-.267c-.818-.214-1.635-.427-2.453-.639m4.121.426a1.882 1.882 0 0 0-1.696 1.095c-.368.766-.11 1.763.578 2.26a1.863 1.863 0 0 0 2.89-2.077c-.239-.745-.987-1.291-1.772-1.278m5.2 0c-.715 0-1.4.445-1.689 1.099a1.865 1.865 0 1 0 2.784 2.284 1.876 1.876 0 0 0 .685-2.109c-.242-.747-.994-1.291-1.78-1.274m-12.454 6.631c-.312.292-.247.753-.258 1.138l-.361.008v.477l.365.01v2.628h.639v-2.631l.635-.003a19.522 19.522 0 0 1 0-.484l-.64-.003c-.086-.461.079-.965.643-.842l-.007-.537c-.345.016-.753-.035-1.016.239m7.805-.215l.004.675c.225 0 .451-.005.677-.004l-.002-.676c-.226-.003-.453.008-.679.005m-5.476 1.604l-.002-.301-.624.001v3.172h.639c.027-.729-.053-1.467.042-2.191.122-.489.748-.565 1.095-.261l.468-.475c-.462-.406-1.176-.354-1.618.055m2.139.378c-.28.691-.29 1.614.247 2.187.618.533 1.634.439 2.197-.136l-.4-.382c-.54.583-1.665.311-1.616-.571.697-.007 1.395-.001 2.092-.004-.009-.463-.028-.969-.334-1.344-.537-.717-1.839-.598-2.186.25m3.359-.682a1684.34 1684.34 0 0 0 0 3.179h.638l.001-3.178c-.213.001-.426-.001-.639-.001z"/><path fill="#fff" d="M18.829 8.425c.21-.322.425-.641.641-.96l.687.003c-.211.322-.425.64-.639.959l-.689-.002zM19.035 9.845c.721-.174 1.505.34 1.643 1.066.181.736-.363 1.539-1.111 1.651-.741.156-1.526-.41-1.613-1.162-.122-.7.388-1.422 1.081-1.555zM24.235 9.846c1.002-.269 1.99.835 1.609 1.802-.288.982-1.717 1.266-2.354.463-.7-.732-.251-2.091.745-2.265zM16.963 18.377c.022-.405.277-.856.737-.832.457-.021.702.433.732.832-.489.005-.979.005-1.469 0z"/><path d="M1.841.562C11.16.496 20.486.552 29.808.533c.898-.055 1.708.764 1.659 1.66-.002 6.571.005 13.143-.004 19.714.004.862-.798 1.608-1.656 1.56H2.193c-.856.045-1.662-.699-1.656-1.561C.529 15.335.536 8.764.534 2.193c-.04-.769.544-1.51 1.307-1.631m.099.799c-.374.079-.63.456-.605.831-.003 6.539-.003 13.077 0 19.615a.812.812 0 0 0 .858.858c9.205.003 18.41.003 27.614 0a.814.814 0 0 0 .858-.858c.003-6.538.003-13.076.001-19.614.045-.521-.457-.935-.959-.861-9.255.022-18.515-.037-27.767.029z"/><path d="M20.635 2.447c.463-.202 1.011.24.932.733-.042.513-.713.795-1.108.465-.428-.298-.322-1.038.176-1.198zM20.52 4.122c.335-.277.912-.048.957.386.042.807.003 1.617.017 2.425h4.905v2.891c-.26.015-.517-.026-.711-.211-.762-.598-1.902-.459-2.58.2-.949-.125-2.068.314-2.864-.35-.746-.428-1.715-.237-2.331.334.005-.241.007-.482.01-.723-.285-.217-.569-.435-.855-.648.105-.142.212-.283.318-.425.176.136.358.264.533.4.361-.535.711-1.076 1.074-1.608.266-.443.848-.246 1.272-.286-.001-.178-.001-.356.001-.534-.378-.006-.758.023-1.135-.016-.281-.03-.298-.492-.023-.55.384-.046.772-.013 1.158-.02.036-.418-.141-.972.254-1.265m-1.691 4.303l.689.002c.214-.319.428-.637.639-.959l-.687-.003c-.216.319-.431.638-.641.96zM6.875 4.156c.226.292.531.482.909.483 1.265.265 1.67 1.646 2.354 2.57a8.08 8.08 0 0 0 2.765-.102c.443-.101.895.021 1.286.231.433-.565 1.271-.873 1.894-.419.502.32.566.953.715 1.476-.264.143-.528.286-.794.425-.143-.493-.026-1.192-.557-1.47-.337-.185-.691.026-.935.261.398.494.528 1.155.344 1.764.28.451.552.908.829 1.361l-.319 2.02-.6.203c.103-.672.211-1.343.317-2.015-.5-.389-.998-.781-1.5-1.168.043.504.17 1.004.167 1.51-.287.604-.627 1.182-.928 1.779l-.638.002c.315-.602.635-1.203.954-1.803-.312-.555-.625-1.109-.939-1.663a6.692 6.692 0 0 1-2.927.02c.309.9.617 1.801.927 2.701.109.241.008.499-.028.744l-.53.002c.031-.239.145-.495.018-.724-.397-.917-.796-1.833-1.192-2.75-.461.272-.92.547-1.38.82.002.494-.001.989.001 1.483l-.531.319c-.003-.742 0-1.485-.002-2.227l1.614-1.055a2.258 2.258 0 0 1-.156-1.546c-.195-.376-.403-.744-.608-1.114-.494.113-.991.213-1.487.317a15.841 15.841 0 0 0-.316-.319c.426-.496.853-.99 1.274-1.489l-.001-.627z"/><path d="M15.2 8.908c.818.212 1.635.425 2.453.639v.267L15.2 9.175v-.267zM19.321 9.334c.785-.013 1.533.533 1.772 1.278a1.863 1.863 0 0 1-2.89 2.077c-.688-.497-.946-1.494-.578-2.26a1.882 1.882 0 0 1 1.696-1.095m-.286.511c-.693.133-1.203.855-1.081 1.555.087.752.872 1.318 1.613 1.162.748-.112 1.292-.915 1.111-1.651-.138-.726-.922-1.24-1.643-1.066zM24.521 9.334c.786-.017 1.538.527 1.78 1.274a1.876 1.876 0 0 1-.685 2.109 1.865 1.865 0 0 1-2.784-2.284 1.88 1.88 0 0 1 1.689-1.099m-.286.512c-.996.174-1.445 1.533-.745 2.265.637.803 2.066.519 2.354-.463.381-.967-.607-2.071-1.609-1.802zM12.067 15.965c.263-.274.671-.223 1.016-.239l.007.537c-.564-.123-.729.381-.643.842l.64.003c-.002.161-.002.323 0 .484l-.635.003v2.631h-.639v-2.628l-.365-.01v-.477l.361-.008c.011-.385-.054-.846.258-1.138zM19.872 15.75c.226.003.453-.008.679-.005l.002.676c-.226-.001-.452.004-.677.004l-.004-.675zM14.396 17.354c.442-.409 1.156-.461 1.618-.055l-.468.475c-.347-.304-.973-.228-1.095.261-.095.724-.015 1.462-.042 2.191h-.639v-3.172l.624-.001.002.301zM16.535 17.732c.347-.848 1.649-.967 2.186-.25.306.375.325.881.334 1.344-.697.003-1.395-.003-2.092.004-.049.882 1.076 1.154 1.616.571l.4.382c-.563.575-1.579.669-2.197.136-.537-.573-.527-1.496-.247-2.187m.428.645c.49.005.98.005 1.469 0-.03-.399-.275-.853-.732-.832-.46-.024-.715.427-.737.832zM19.894 17.05c.213 0 .426.002.639.001l-.001 3.178h-.638V17.05z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.036 2.1C.005 1.001.999-.004 2.099.025H29.9c1.104-.031 2.092.972 2.062 2.072v19.804c.027 1.041-.835 1.935-1.837 2.099H2.02C.948 23.945-.001 22.987.035 21.9L.036 2.1M1.631.634C.979.844.507 1.505.534 2.192c0 6.572-.004 13.144.002 19.715-.016.869.791 1.632 1.657 1.58 9.205-.002 18.411.002 27.616-.002.848.025 1.618-.73 1.602-1.58.008-6.569.003-13.139.003-19.708.04-.873-.736-1.678-1.616-1.642C20.599.551 11.4.554 2.201.553c-.192.005-.387.02-.57.081z"/><path fill="#fff" d="M1.828 1.415c.149-.059.313-.057.471-.063 9.134.003 18.269.001 27.403.001.481-.057.947.347.911.84.007 6.537.002 13.075.002 19.612.052.503-.407.943-.906.882-9.173-.002-18.345.001-27.517-.002-.484.044-.908-.398-.86-.878-.002-6.505.001-13.01-.002-19.514-.031-.36.146-.746.498-.878m12.68 2.607c.329-.04.658-.083.985-.136v.685c-.32.047-.639.098-.959.139 0 .276.002.553.004.83.349-.016.665-.148.923-.381.463-.387 1.126-.362 1.64-.092.435-.727.136-1.787-.685-2.079-.794-.34-1.724.216-1.908 1.034m1.119 1.305c-.932.691-1.849 1.4-2.781 2.09.015-.17.032-.34.049-.509-.827.294-1.751.547-2.336 1.247-.401.496-.141 1.15.114 1.648 1.079-.09 2.189.48 2.681 1.455.279.468.227 1.076.593 1.498.389.427 1 .51 1.544.566.988.073 1.98.062 2.97.09-.42-1.243.158-2.724 1.343-3.306.67-.385 1.457-.28 2.193-.322.36-.189.291-.979-.191-.917-.717-.004-1.434.001-2.151.001-.199-.433-.51-.798-.795-1.176-.535.377-1.026.823-1.586 1.161-.79.051-1.585-.029-2.374.034-.267.039-.371.311-.479.52A2.3 2.3 0 0 1 13.097 8.4c.824-.616 1.64-1.243 2.465-1.856.531.713 1.069 1.421 1.603 2.132l1.555-1.172c-.494-.65-.975-1.309-1.475-1.954-.366-.497-1.132-.604-1.618-.223m-5.393 4.815c-.988.283-1.737 1.231-1.772 2.26-.07 1.021.567 2.031 1.509 2.422 1.495.709 3.41-.478 3.456-2.125.181-1.662-1.607-3.102-3.193-2.557m10.1.001c-1.019.292-1.777 1.295-1.771 2.358-.029 1.013.635 1.991 1.58 2.351 1.489.65 3.342-.536 3.389-2.154.18-1.664-1.611-3.103-3.198-2.555m-8.71 6.08c-.273.269-.211.679-.225 1.027l-.314.008c.001.17.001.341-.001.512l.321.007v2.677c.213-.002.425-.002.638-.001l.001-2.68c.213-.001.426.001.639.001-.001-.174-.001-.347.001-.52-.216.001-.432-.003-.648-.002-.11-.483.137-.814.649-.689a29.467 29.467 0 0 1-.003-.595c-.36.011-.795-.051-1.058.255m7.769-.25v.641c.213-.002.426-.002.639-.001a68.267 68.267 0 0 1 0-.64h-.639m-5.364 1.608l.015-.328h-.642v3.201c.213 0 .426-.002.639-.001.017-.704-.034-1.412.023-2.114.096-.484.691-.593 1.066-.354.149-.185.295-.371.438-.56a1.225 1.225 0 0 0-1.539.156m2.031 2.257c.484.858 1.765.845 2.39.152-.157-.138-.311-.279-.469-.416-.489.511-1.468.314-1.502-.464.679-.032 1.359-.011 2.038-.017.202-.924-.463-2.041-1.502-1.865-1.208.155-1.381 1.705-.955 2.61m3.334-2.585v3.201c.212-.001.425-.002.638-.001v-3.2a67.84 67.84 0 0 1-.638 0z"/><path fill="#fff" d="M10.636 10.948c.908-.208 1.862.53 1.915 1.453.097.884-.665 1.732-1.551 1.741-.855.052-1.649-.687-1.662-1.542-.053-.773.539-1.515 1.298-1.652zM20.736 10.948c1.165-.285 2.287 1.007 1.832 2.121-.348 1.141-2.014 1.451-2.745.506-.807-.867-.253-2.445.913-2.627zM16.481 18.527c.071-.861 1.359-.864 1.429 0-.477.01-.953.01-1.429 0z"/><path d="M1.631.634c.183-.061.378-.076.57-.081C11.4.554 20.599.551 29.798.555c.88-.036 1.656.769 1.616 1.642 0 6.569.005 13.139-.003 19.708.016.85-.754 1.605-1.602 1.58-9.205.004-18.411 0-27.616.002-.866.052-1.673-.711-1.657-1.58C.53 15.336.534 8.764.534 2.192.507 1.505.979.844 1.631.634m.197.781c-.352.132-.529.518-.498.878.003 6.504 0 13.009.002 19.514-.048.48.376.922.86.878 9.172.003 18.344 0 27.517.002.499.061.958-.379.906-.882 0-6.537.005-13.075-.002-19.612.036-.493-.43-.897-.911-.84-9.134 0-18.269.002-27.403-.001-.158.006-.322.004-.471.063z"/><path d="M14.508 4.022c.184-.818 1.114-1.374 1.908-1.034.821.292 1.12 1.352.685 2.079-.514-.27-1.177-.295-1.64.092a1.457 1.457 0 0 1-.923.381c-.002-.277-.004-.554-.004-.83.32-.041.639-.092.959-.139v-.685c-.327.053-.656.096-.985.136z"/><path d="M15.627 5.327c.486-.381 1.252-.274 1.618.223.5.645.981 1.304 1.475 1.954l-1.555 1.172c-.534-.711-1.072-1.419-1.603-2.132-.825.613-1.641 1.24-2.465 1.856a2.3 2.3 0 0 0 1.324 1.007c.108-.209.212-.481.479-.52.789-.063 1.584.017 2.374-.034.56-.338 1.051-.784 1.586-1.161.285.378.596.743.795 1.176.717 0 1.434-.005 2.151-.001.482-.062.551.728.191.917-.736.042-1.523-.063-2.193.322-1.185.582-1.763 2.063-1.343 3.306-.99-.028-1.982-.017-2.97-.09-.544-.056-1.155-.139-1.544-.566-.366-.422-.314-1.03-.593-1.498-.492-.975-1.602-1.545-2.681-1.455-.255-.498-.515-1.152-.114-1.648.585-.7 1.509-.953 2.336-1.247-.017.169-.034.339-.049.509.932-.69 1.849-1.399 2.781-2.09z"/><path d="M10.234 10.142c1.586-.545 3.374.895 3.193 2.557-.046 1.647-1.961 2.834-3.456 2.125-.942-.391-1.579-1.401-1.509-2.422.035-1.029.784-1.977 1.772-2.26m.402.806c-.759.137-1.351.879-1.298 1.652.013.855.807 1.594 1.662 1.542.886-.009 1.648-.857 1.551-1.741-.053-.923-1.007-1.661-1.915-1.453zM20.334 10.143c1.587-.548 3.378.891 3.198 2.555-.047 1.618-1.9 2.804-3.389 2.154-.945-.36-1.609-1.338-1.58-2.351-.006-1.063.752-2.066 1.771-2.358m.402.805c-1.166.182-1.72 1.76-.913 2.627.731.945 2.397.635 2.745-.506.455-1.114-.667-2.406-1.832-2.121zM11.624 16.223c.263-.306.698-.244 1.058-.255-.001.199 0 .397.003.595-.512-.125-.759.206-.649.689.216-.001.432.003.648.002-.002.173-.002.346-.001.52-.213 0-.426-.002-.639-.001l-.001 2.68a45.228 45.228 0 0 0-.638.001v-2.677l-.321-.007c.002-.171.002-.342.001-.512l.314-.008c.014-.348-.048-.758.225-1.027zM19.393 15.973h.639v.64a45.37 45.37 0 0 0-.639.001 68.48 68.48 0 0 0 0-.641zM14.029 17.581a1.225 1.225 0 0 1 1.539-.156c-.143.189-.289.375-.438.56-.375-.239-.97-.13-1.066.354-.057.702-.006 1.41-.023 2.114-.213-.001-.426.001-.639.001v-3.201h.642l-.015.328zM16.06 19.838c-.426-.905-.253-2.455.955-2.61 1.039-.176 1.704.941 1.502 1.865-.679.006-1.359-.015-2.038.017.034.778 1.013.975 1.502.464.158.137.312.278.469.416-.625.693-1.906.706-2.39-.152m.421-1.311c.476.01.952.01 1.429 0-.07-.864-1.358-.861-1.429 0zM19.394 17.253h.638v3.2c-.213-.001-.426 0-.638.001v-3.201z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--except-motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h24v24H0V0m.48.48v23.04h23.032V.48H.48z"/><path fill="#1f1917" d="M13.111 2.63l.002-.907.613.005-.001.902h-.614zM3.126 2.952l.617.001c.004.698-.002 1.397.004 2.095.562-.695 1.109-1.4 1.67-2.095.26-.002.52 0 .78-.001-.478.593-.967 1.176-1.448 1.765.479.863.972 1.716 1.451 2.578l-.78.002c-.354-.673-.703-1.348-1.054-2.022-.631.508-.712 1.26-.622 2.02a126.9 126.9 0 0 1-.618.002V2.952zM6.784 2.964c.203-.004.407-.007.61-.012.02 1.448.004 2.897.008 4.345l-.617.001c-.004-1.445-.002-2.89-.001-4.334zM8.125 2.953l.642-.001c.372 1.087.672 2.2 1.087 3.271.367-1.084.691-2.182 1.045-3.271h.626c-.454 1.448-.913 2.896-1.369 4.344-.211.001-.421 0-.631-.001-.466-1.447-.938-2.893-1.4-4.342zM12.16 2.963c.82-.007 1.639-.002 2.459-.004v.619l-1.84.001v1.229c.468.002.936.001 1.404.002.001.211 0 .422-.001.634-.467.002-.935.001-1.403.002v1.231l1.84.001v.618H12.16V2.962zM15.044 2.952l.644.001c.36 1.11.715 2.22 1.075 3.328.359-1.108.7-2.221 1.057-3.33l.626.002c-.454 1.447-.914 2.892-1.368 4.339-.209.004-.419.005-.629.005-.474-1.446-.94-2.896-1.406-4.345zM19.081 2.96c.818-.001 1.638-.002 2.458 0v.618l-1.84.001v1.229c.468.002.937.001 1.405.002l-.001.634c-.468.002-.936.001-1.404.001v1.234c.613-.001 1.226-.001 1.84.001v.617l-2.458.001c-.001-1.446-.002-2.892 0-4.338zM10.633 10.939c.005-1.085 1.585-1.351 2.143-.556.196.431.083.926.108 1.385-.788-.367-1.512.143-2.111.613a5.914 5.914 0 0 1-.193-.725l.74-.28.017-.431a165.23 165.23 0 0 1-.704-.007z"/><path fill="#1f1917" d="M11.496 12.22c.367-.258.953-.448 1.302-.06.473.55.886 1.15 1.331 1.723-.442.312-.883.62-1.327.926-.407-.546-.802-1.1-1.205-1.649-.694.535-1.4 1.052-2.081 1.604.088.502.52.827.998.918.208-.883 1.189-.521 1.848-.59.799.125 1.313-.614 1.95-.958.246.318.488.64.733.96.666.005 1.333-.005 2 .01.083.238.121.486.106.739-.883.071-1.853.178-2.52.829-.629.577-.736 1.492-.638 2.297-.977-.031-1.954-.055-2.929-.094-.556-.007-.997-.487-1.08-1.016-.239-1.102-1.322-1.871-2.423-1.907-.517.017-.62-.66-.446-1.032.299-.87 1.292-1.108 2.08-1.318.024.098.07.296.092.396.734-.595 1.438-1.232 2.209-1.78z"/><path fill="#1f1917" d="M7.122 16.374c1.092-.295 2.304.475 2.526 1.578.257 1.045-.438 2.188-1.475 2.461-1.123.355-2.417-.452-2.612-1.608-.239-1.061.506-2.197 1.561-2.431m.24.71c-.964.133-1.444 1.421-.805 2.154.576.796 1.949.606 2.29-.313.446-.928-.481-2.08-1.484-1.841zM15.882 16.38c1.524-.464 3.08 1.224 2.484 2.705-.436 1.453-2.525 1.895-3.505.733-1.085-1.072-.467-3.127 1.021-3.438m.241.709c-.763.13-1.271 1.004-1.006 1.733.203.674.992 1.086 1.662.868.704-.193 1.141-1.021.888-1.711-.197-.631-.899-1.036-1.544-.889z"/><path fill="#fff" d="M.48.48h23.032v23.04H.48V.48m12.631 2.15h.614l.001-.902a62.38 62.38 0 0 1-.613-.005l-.002.907m-9.985.322v4.345l.618-.002c-.09-.76-.01-1.512.622-2.02.35.674.7 1.349 1.054 2.022l.78-.002c-.479-.862-.972-1.715-1.451-2.578.481-.589.971-1.172 1.448-1.765-.26.001-.52-.001-.78.001-.562.695-1.109 1.4-1.67 2.095-.006-.698 0-1.397-.004-2.095l-.617-.001m3.658.012c-.001 1.445-.002 2.89.001 4.334l.617-.001c-.005-1.448.012-2.897-.008-4.345-.203.005-.407.008-.61.012m1.341-.011c.462 1.448.935 2.894 1.4 4.342.21.001.42.002.631.001.456-1.448.916-2.896 1.369-4.344h-.626c-.354 1.09-.678 2.188-1.045 3.271-.415-1.072-.715-2.184-1.087-3.271l-.642.001m4.035.01v4.334h2.459v-.618l-1.84-.001V5.447c.468-.001.936 0 1.403-.002.001-.211.002-.422.001-.634-.468-.001-.936 0-1.404-.002V3.58l1.84-.001V2.96c-.82.001-1.639-.004-2.459.004m2.884-.012c.467 1.45.932 2.899 1.406 4.345.21 0 .42-.001.629-.005.454-1.447.914-2.892 1.368-4.339l-.626-.002c-.358 1.109-.698 2.222-1.057 3.33-.36-1.108-.715-2.218-1.075-3.328l-.644-.001m4.036.008c-.002 1.446-.001 2.892 0 4.338l2.458-.001V6.68a376.11 376.11 0 0 0-1.84-.001V5.445c.468 0 .936.001 1.404-.001l.001-.634c-.468-.001-.937 0-1.405-.002V3.579l1.84-.001V2.96c-.82-.002-1.639-.001-2.458 0m-8.448 7.979c.235.004.469.005.704.007l-.017.431c-.247.092-.493.186-.74.28.049.245.113.487.193.725.599-.47 1.322-.98 2.111-.613-.025-.458.088-.954-.108-1.385-.558-.796-2.138-.529-2.143.556m.863 1.28c-.772.547-1.475 1.184-2.209 1.78-.023-.1-.068-.298-.092-.396-.787.21-1.781.448-2.08 1.318-.174.372-.071 1.049.446 1.032 1.1.036 2.184.805 2.423 1.907.083.529.524 1.009 1.08 1.016.976.038 1.952.062 2.929.094-.097-.805.01-1.72.638-2.297.667-.652 1.637-.758 2.52-.829a1.872 1.872 0 0 0-.106-.739c-.667-.014-1.334-.005-2-.01-.245-.32-.487-.642-.733-.96-.637.343-1.151 1.082-1.95.958-.659.07-1.64-.293-1.848.59-.479-.091-.911-.416-.998-.918.68-.552 1.387-1.069 2.081-1.604.403.548.798 1.103 1.205 1.649.444-.306.886-.614 1.327-.926-.445-.574-.858-1.174-1.331-1.723-.349-.388-.935-.198-1.302.06m-4.374 4.152c-1.055.234-1.8 1.37-1.561 2.431.196 1.156 1.489 1.963 2.612 1.608 1.037-.274 1.732-1.416 1.475-2.461-.222-1.103-1.434-1.873-2.526-1.578m8.76.006c-1.488.311-2.106 2.366-1.021 3.438.98 1.162 3.07.72 3.505-.733.596-1.481-.96-3.169-2.484-2.705z"/><path fill="#fff" d="M7.362 17.084c1.003-.239 1.931.913 1.484 1.841-.341.919-1.714 1.109-2.29.313-.638-.733-.158-2.021.805-2.154zM16.123 17.089c.646-.146 1.348.258 1.544.889.253.69-.184 1.518-.888 1.711-.67.218-1.459-.193-1.662-.868-.265-.728.242-1.603 1.006-1.733z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-polluting-level-green--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.529.124c.183-.066.38-.072.572-.075h27.798c1.091-.033 2.078.964 2.051 2.052v19.798c.023 1.089-.963 2.07-2.051 2.049H2.1c-1.087.024-2.082-.959-2.052-2.049V2.102C.022 1.207.682.374 1.529.124m.312.437C1.079.684.493 1.424.533 2.193.536 8.764.528 15.336.537 21.907c-.002.86.803 1.596 1.655 1.553 9.205 0 18.411.001 27.616-.001.892.048 1.703-.758 1.654-1.651.001-6.539 0-13.077 0-19.616.05-.893-.758-1.712-1.655-1.659C20.486.552 11.16.496 1.841.561z"/><path fill="#fff" d="M1.939 1.36c9.253-.063 18.513-.007 27.768-.028.502-.075 1.001.343.954.861.002 6.538.003 13.076 0 19.614a.813.813 0 0 1-.854.851c-9.205.003-18.409.003-27.614.001-.469.038-.897-.381-.858-.852-.003-6.538-.002-13.076-.001-19.614-.026-.376.232-.753.605-.833m13.607 2.506c-1.695.166-3.176 1.539-3.474 3.216-.332 1.604.452 3.354 1.867 4.179 1.46.911 3.5.71 4.753-.472 1.289-1.141 1.677-3.149.906-4.688-.7-1.505-2.405-2.446-4.052-2.235m-3.71 13.078l-.318.018-.001.505.32.014c.003.891 0 1.781.002 2.672.213-.001.426 0 .638.001.003-.893-.001-1.786.003-2.679.212-.001.425-.003.638-.003a44.548 44.548 0 0 1 0-.517l-.639-.002c-.123-.475.131-.825.639-.686a59.005 59.005 0 0 1 0-.595c-.802-.214-1.495.467-1.282 1.272m8-.631h.641c-.001-.212-.001-.425.001-.637a32.53 32.53 0 0 1-.626-.011c-.015.216-.015.432-.016.648m-5.997.64v3.2c.213-.001.425 0 .638.001.021-.714-.039-1.434.03-2.145.122-.464.697-.555 1.062-.317.146-.185.293-.37.434-.559a1.18 1.18 0 0 0-1.525.158l-.003-.339c-.212.001-.424.002-.636.001m2.609 2.488c.427.934 1.809.992 2.444.243a60.813 60.813 0 0 0-.477-.41c-.473.516-1.501.313-1.477-.478.673-.006 1.347 0 2.021-.004.212-.939-.493-2.065-1.542-1.855-1.149.177-1.307 1.609-.969 2.504m3.391-2.488c-.002 1.067-.002 2.134-.001 3.2.213-.001.425 0 .638.001.002-1.067.002-2.134 0-3.201h-.637z"/><path fill="#fff" d="M13.001 8.024h5.995c.003.666.003 1.332 0 1.998-1.998.003-3.996.002-5.995 0-.005-.666-.004-1.332 0-1.998zM16.935 18.228c.034-.866 1.371-.862 1.405.001-.468.007-.937.008-1.405-.001z"/><path d="M1.841.561C11.16.496 20.486.552 29.807.533c.897-.053 1.705.766 1.655 1.659 0 6.539.001 13.077 0 19.616.049.893-.762 1.699-1.654 1.651-9.205.002-18.411.001-27.616.001-.852.043-1.657-.693-1.655-1.553C.528 15.336.536 8.764.533 2.193.493 1.424 1.079.684 1.841.561m.098.799c-.373.08-.631.457-.605.833-.001 6.538-.002 13.076.001 19.614-.039.471.389.89.858.852 9.205.002 18.409.002 27.614-.001a.813.813 0 0 0 .854-.851c.003-6.538.002-13.076 0-19.614.047-.518-.452-.936-.954-.861-9.255.021-18.515-.035-27.768.028z"/><path d="M15.546 3.866c1.647-.211 3.352.73 4.052 2.235.771 1.539.383 3.547-.906 4.688-1.253 1.182-3.293 1.383-4.753.472-1.415-.825-2.199-2.575-1.867-4.179.298-1.677 1.779-3.05 3.474-3.216m-.015.163c-1.509.168-2.846 1.317-3.233 2.787-.436 1.506.172 3.234 1.457 4.132 1.351 1.007 3.366.955 4.659-.129 1.302-1.026 1.787-2.935 1.126-4.456-.621-1.559-2.344-2.568-4.009-2.334zM11.836 16.944c-.213-.805.48-1.486 1.282-1.272v.595c-.508-.139-.762.211-.639.686l.639.002v.517c-.213 0-.426.002-.638.003-.004.893 0 1.786-.003 2.679a67.788 67.788 0 0 0-.638-.001c-.002-.891.001-1.781-.002-2.672l-.32-.014.001-.505.318-.018zM19.836 16.313c.001-.216.001-.432.016-.648.208.006.417.009.626.011-.002.212-.002.425-.001.637a68.48 68.48 0 0 0-.641 0zM13.839 16.953c.212.001.424 0 .636-.001l.003.339a1.18 1.18 0 0 1 1.525-.158c-.141.189-.288.374-.434.559-.365-.238-.94-.147-1.062.317-.069.711-.009 1.431-.03 2.145-.213-.001-.425-.002-.638-.001v-3.2zM16.448 19.441c-.338-.895-.18-2.327.969-2.504 1.049-.21 1.754.916 1.542 1.855-.674.004-1.348-.002-2.021.004-.024.791 1.004.994 1.477.478.16.136.318.272.477.41-.635.749-2.017.691-2.444-.243m.487-1.213c.468.009.937.008 1.405.001-.034-.863-1.371-.867-1.405-.001zM19.839 16.953h.637c.002 1.067.002 2.134 0 3.201-.213-.001-.425-.002-.638-.001-.001-1.066-.001-2.133.001-3.2z"/><path fill="#008c49" d="M15.531 4.029c1.665-.234 3.388.775 4.009 2.334.661 1.521.176 3.43-1.126 4.456-1.293 1.084-3.308 1.136-4.659.129-1.285-.898-1.893-2.626-1.457-4.132.387-1.47 1.724-2.619 3.233-2.787m-2.53 3.995c-.004.666-.005 1.332 0 1.998 1.999.002 3.997.003 5.995 0 .003-.666.003-1.332 0-1.998h-5.995z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-polluting-level-green-yellow--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.53.124c.182-.067.378-.072.57-.075h27.799c1.091-.033 2.078.964 2.051 2.052v19.798c.023 1.089-.963 2.07-2.05 2.048l-27.8.001c-1.087.024-2.082-.959-2.052-2.049V2.101C.022 1.207.682.374 1.53.124m.311.437C1.079.684.493 1.423.533 2.192.536 8.764.528 15.335.537 21.906c-.002.86.803 1.597 1.655 1.553 9.205.001 18.411.002 27.616 0 .892.048 1.703-.758 1.654-1.651.001-6.539 0-13.077 0-19.616.05-.893-.758-1.712-1.655-1.659C20.486.552 11.16.496 1.841.561z"/><path fill="#fff" d="M1.94 1.36c9.252-.063 18.512-.007 27.767-.028.502-.075 1 .343.954.861.002 6.538.003 13.076 0 19.614a.813.813 0 0 1-.853.851c-9.205.003-18.41.003-27.615.001-.469.037-.896-.381-.858-.851-.003-6.539-.002-13.077-.001-19.615-.025-.376.232-.753.606-.833m9.107 2.512c-1.361.157-2.596 1.076-3.149 2.327-.586 1.278-.424 2.86.415 3.989.803 1.12 2.214 1.766 3.587 1.629 1.383-.107 2.663-1.001 3.251-2.256.639-1.306.48-2.956-.402-4.114-.833-1.141-2.303-1.763-3.702-1.575m8.9.001c-1.334.156-2.549 1.045-3.114 2.262-.608 1.264-.475 2.847.341 3.99.814 1.185 2.301 1.862 3.73 1.682 1.502-.151 2.85-1.24 3.326-2.67.491-1.384.132-3.022-.898-4.07a4 4 0 0 0-3.385-1.194m-8.111 13.07l-.318.018-.001.506.321.013c.002.891-.001 1.782.001 2.673l.638.001c.004-.894-.001-1.786.002-2.679l.638-.003.001-.517-.642-.003c-.116-.473.131-.824.64-.685l.002-.596c-.802-.212-1.495.467-1.282 1.272m8-.629l.641-.003v-.634l-.63-.009c-.007.215-.01.431-.011.646m-5.996.64a852.801 852.801 0 0 0-.001 3.199l.638.001c.022-.715-.039-1.434.03-2.144.121-.465.697-.555 1.063-.318.146-.185.293-.37.433-.559a1.178 1.178 0 0 0-1.525.159l-.004-.339-.634.001m2.608 2.487c.427.934 1.808.991 2.444.243a36.769 36.769 0 0 0-.477-.409c-.475.513-1.5.313-1.478-.479.674-.007 1.348 0 2.022-.004.211-.939-.492-2.064-1.541-1.855-1.149.176-1.308 1.608-.97 2.504m3.391-2.488a853.334 853.334 0 0 0 0 3.2l.637.001c.002-1.067.002-2.134 0-3.201h-.637z"/><path fill="#fff" d="M8.547 8.027c1.999-.005 3.998-.006 5.997 0 .003.664.003 1.327 0 1.99-1.999.014-3.998.005-5.996.005-.005-.665-.004-1.33-.001-1.995zM17.452 8.026c1.999-.004 3.998-.004 5.998 0v1.99c-1.999.012-3.999.013-5.999-.001.001-.663-.001-1.326.001-1.989zM16.934 18.228c.036-.866 1.371-.862 1.407.001-.469.007-.938.008-1.407-.001z"/><path d="M1.841.561C11.16.496 20.486.552 29.807.533c.897-.053 1.705.766 1.655 1.659 0 6.539.001 13.077 0 19.616.049.893-.762 1.699-1.654 1.651-9.205.002-18.411.001-27.616 0-.852.044-1.657-.693-1.655-1.553C.528 15.335.536 8.764.533 2.192.493 1.423 1.079.684 1.841.561m.099.799c-.374.08-.631.457-.606.833-.001 6.538-.002 13.076.001 19.615-.038.47.389.888.858.851 9.205.002 18.41.002 27.615-.001a.813.813 0 0 0 .853-.851c.003-6.538.002-13.076 0-19.614.046-.518-.452-.936-.954-.861-9.255.021-18.515-.035-27.767.028z"/><path d="M11.047 3.872c1.399-.188 2.869.434 3.702 1.575.882 1.158 1.041 2.808.402 4.114-.588 1.255-1.868 2.149-3.251 2.256-1.373.137-2.784-.509-3.587-1.629-.839-1.129-1.001-2.711-.415-3.989.553-1.251 1.788-2.17 3.149-2.327m-.014.163c-1.528.187-2.865 1.384-3.214 2.884-.375 1.446.198 3.074 1.397 3.965 1.323 1.047 3.344 1.048 4.666-.004 1.349-1.002 1.875-2.936 1.219-4.484-.615-1.591-2.378-2.62-4.068-2.361zM19.947 3.873a4 4 0 0 1 3.385 1.194c1.03 1.048 1.389 2.686.898 4.07-.476 1.43-1.824 2.519-3.326 2.67-1.429.18-2.916-.497-3.73-1.682-.816-1.143-.949-2.726-.341-3.99.565-1.217 1.78-2.106 3.114-2.262m-.013.162c-1.502.19-2.823 1.347-3.192 2.818-.407 1.459.16 3.124 1.376 4.028 1.283 1.014 3.225 1.057 4.547.09 1.41-.962 2.006-2.92 1.369-4.505-.592-1.63-2.384-2.696-4.1-2.431zM11.836 16.943c-.213-.805.48-1.484 1.282-1.272l-.002.596c-.509-.139-.756.212-.64.685l.642.003-.001.517-.638.003c-.003.893.002 1.785-.002 2.679l-.638-.001c-.002-.891.001-1.782-.001-2.673l-.321-.013.001-.506.318-.018zM19.836 16.314c.001-.215.004-.431.011-.646l.63.009v.634l-.641.003zM13.84 16.954l.634-.001.004.339a1.178 1.178 0 0 1 1.525-.159c-.14.189-.287.374-.433.559-.366-.237-.942-.147-1.063.318-.069.71-.008 1.429-.03 2.144l-.638-.001c-.001-1.066-.002-2.133.001-3.199zM16.448 19.441c-.338-.896-.179-2.328.97-2.504 1.049-.209 1.752.916 1.541 1.855-.674.004-1.348-.003-2.022.004-.022.792 1.003.992 1.478.479.16.135.319.271.477.409-.636.748-2.017.691-2.444-.243m.486-1.213c.469.009.938.008 1.407.001-.036-.863-1.371-.867-1.407-.001zM19.839 16.953h.637c.002 1.067.002 2.134 0 3.201l-.637-.001a853.334 853.334 0 0 1 0-3.2z"/><path fill="#ffed00" d="M11.033 4.035c1.69-.259 3.453.77 4.068 2.361.656 1.548.13 3.482-1.219 4.484-1.322 1.052-3.343 1.051-4.666.004-1.199-.891-1.772-2.519-1.397-3.965.349-1.5 1.686-2.697 3.214-2.884M8.547 8.027c-.003.665-.004 1.33.001 1.995 1.998 0 3.997.009 5.996-.005.003-.663.003-1.326 0-1.99a1089.82 1089.82 0 0 0-5.997 0z"/><path fill="#008c49" d="M19.934 4.035c1.716-.265 3.508.801 4.1 2.431.637 1.585.041 3.543-1.369 4.505-1.322.967-3.264.924-4.547-.09-1.216-.904-1.783-2.569-1.376-4.028.369-1.471 1.69-2.628 3.192-2.818m-2.482 3.991c-.002.663 0 1.326-.001 1.989 2 .014 4 .013 5.999.001v-1.99c-2-.004-3.999-.004-5.998 0z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-polluting-level-green-yellow-red--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.531.13c.182-.066.378-.078.571-.081h27.797c1.09-.026 2.081.963 2.057 2.054.003 6.598.003 13.196 0 19.795.025 1.091-.967 2.08-2.058 2.055-9.265.002-18.53.002-27.796 0-1.089.023-2.077-.965-2.054-2.055V2.102C.034 1.211.685.382 1.531.13m.103.512C.992.862.526 1.517.556 2.201v19.598c-.048.888.758 1.693 1.646 1.647h27.597c.89.046 1.695-.756 1.65-1.647V2.201c.047-.891-.762-1.694-1.652-1.646-9.165-.004-18.331 0-27.496-.002a2.144 2.144 0 0 0-.667.089z"/><path fill="#fff" d="M1.826 1.426c.278-.107.583-.065.874-.074 9.033.005 18.067-.003 27.1.004.466-.037.881.38.849.845.002 6.532.002 13.066 0 19.599.032.464-.382.883-.849.845-9.2.003-18.4.003-27.6 0a.806.806 0 0 1-.843-.845c-.005-6.5.001-13-.003-19.5-.031-.352.133-.731.472-.874m4.412 2.528a4.012 4.012 0 0 0-2.874 2.507c-.485 1.278-.248 2.797.612 3.861.842 1.082 2.267 1.67 3.627 1.485 1.395-.158 2.657-1.121 3.188-2.419.583-1.357.321-3.024-.652-4.135-.929-1.111-2.491-1.625-3.901-1.299m8.9-.001a4.012 4.012 0 0 0-2.879 2.507c-.485 1.279-.247 2.801.614 3.865.823 1.051 2.195 1.639 3.524 1.494 1.408-.123 2.699-1.065 3.259-2.361.609-1.344.379-3.016-.571-4.146-.924-1.147-2.512-1.69-3.947-1.359m8.899-.001a4.008 4.008 0 0 0-2.882 2.507c-.487 1.28-.248 2.805.616 3.87.845 1.08 2.272 1.665 3.633 1.477 1.445-.166 2.741-1.201 3.235-2.567a4.001 4.001 0 0 0-.703-3.978c-.927-1.113-2.488-1.632-3.899-1.309M12.098 15.895c-.302.263-.245.696-.255 1.054l-.314.009-.003.509.322.012c.002.89-.001 1.779.002 2.668l.638-.001v-2.672l.638-.001.001-.519-.643-.001c-.11-.48.128-.82.643-.689l-.001-.596c-.347.013-.759-.047-1.028.227m7.737.418h.642v-.641c-.196 0-.392-.007-.587.009-.114.175-.027.428-.055.632m-5.989.641v3.192l.638.001c.021-.712-.04-1.429.03-2.138.117-.471.695-.551 1.065-.323.144-.187.291-.374.432-.564a1.216 1.216 0 0 0-1.525.157 35.88 35.88 0 0 1-.006-.328l-.634.003m2.609 2.486c.432.933 1.799.976 2.441.241a36.599 36.599 0 0 0-.474-.41c-.489.507-1.488.309-1.49-.481.677-.008 1.353-.001 2.03-.004.208-.941-.498-2.066-1.548-1.851-1.145.182-1.299 1.613-.959 2.505m3.383-2.487v3.194h.638v-3.194h-.638z"/><path fill="#fff" d="M4.113 8.035c1.995 0 3.991.001 5.986-.001.009.666.004 1.331.004 1.997-1.997.001-3.994.002-5.991-.001-.001-.665-.002-1.33.001-1.995zM13.01 8.034c1.995.002 3.99.003 5.985 0 .009.665.005 1.33.003 1.996-1.997.003-3.994.004-5.991-.001-.001-.665-.004-1.33.003-1.995zM21.904 8.034c1.996.002 3.992.002 5.988 0 .004.666.003 1.331.002 1.997-1.997.002-3.994.001-5.992 0-.001-.666-.003-1.331.002-1.997zM16.932 18.221c.058-.86 1.358-.856 1.418 0-.473.009-.946.009-1.418 0z"/><path d="M1.634.642c.214-.073.442-.086.667-.089 9.165.002 18.331-.002 27.496.002.89-.048 1.699.755 1.652 1.646v19.598c.045.891-.76 1.693-1.65 1.647H2.202c-.888.046-1.694-.759-1.646-1.647V2.201C.526 1.517.992.862 1.634.642m.192.784c-.339.143-.503.522-.472.874.004 6.5-.002 13 .003 19.5-.036.462.38.88.843.845 9.2.003 18.4.003 27.6 0 .467.038.881-.381.849-.845.002-6.533.002-13.067 0-19.599.032-.465-.383-.882-.849-.845-9.033-.007-18.067.001-27.1-.004-.291.009-.596-.033-.874.074z"/><path d="M6.238 3.954c1.41-.326 2.972.188 3.901 1.299.973 1.111 1.235 2.778.652 4.135-.531 1.298-1.793 2.261-3.188 2.419-1.36.185-2.785-.403-3.627-1.485-.86-1.064-1.097-2.583-.612-3.861a4.012 4.012 0 0 1 2.874-2.507m.495.083c-2.108.15-3.785 2.281-3.417 4.367.213 1.649 1.622 3.037 3.27 3.24 1.442.215 2.964-.484 3.741-1.717.828-1.247.812-2.983-.038-4.214-.76-1.157-2.18-1.825-3.556-1.676zM15.138 3.953c1.435-.331 3.023.212 3.947 1.359.95 1.13 1.18 2.802.571 4.146-.56 1.296-1.851 2.238-3.259 2.361-1.329.145-2.701-.443-3.524-1.494-.861-1.064-1.099-2.586-.614-3.865a4.012 4.012 0 0 1 2.879-2.507m.495.083c-2.11.149-3.791 2.28-3.422 4.368.213 1.65 1.625 3.04 3.275 3.24 1.442.214 2.962-.487 3.738-1.72.811-1.226.811-2.923.001-4.149-.75-1.192-2.193-1.889-3.592-1.739zM24.037 3.952c1.411-.323 2.972.196 3.899 1.309a4.001 4.001 0 0 1 .703 3.978c-.494 1.366-1.79 2.401-3.235 2.567-1.361.188-2.788-.397-3.633-1.477-.864-1.065-1.103-2.59-.616-3.87a4.008 4.008 0 0 1 2.882-2.507m.495.084c-2.11.147-3.795 2.277-3.426 4.367.213 1.653 1.628 3.043 3.28 3.242 1.416.205 2.909-.466 3.694-1.662.847-1.229.864-2.96.041-4.206-.748-1.191-2.19-1.889-3.589-1.741zM12.098 15.895c.269-.274.681-.214 1.028-.227l.001.596c-.515-.131-.753.209-.643.689l.643.001-.001.519-.638.001v2.672l-.638.001c-.003-.889 0-1.778-.002-2.668l-.322-.012.003-.509.314-.009c.01-.358-.047-.791.255-1.054zM19.835 16.313c.028-.204-.059-.457.055-.632.195-.016.391-.009.587-.009v.641h-.642zM13.846 16.954l.634-.003.006.328a1.216 1.216 0 0 1 1.525-.157c-.141.19-.288.377-.432.564-.37-.228-.948-.148-1.065.323-.07.709-.009 1.426-.03 2.138l-.638-.001v-3.192zM16.455 19.44c-.34-.892-.186-2.323.959-2.505 1.05-.215 1.756.91 1.548 1.851-.677.003-1.353-.004-2.03.004.002.79 1.001.988 1.49.481.159.135.317.272.474.41-.642.735-2.009.692-2.441-.241m.477-1.219c.472.009.945.009 1.418 0-.06-.856-1.36-.86-1.418 0zM19.838 16.953h.638v3.194h-.638v-3.194z"/><path fill="#e30613" d="M6.733 4.037c1.376-.149 2.796.519 3.556 1.676.85 1.231.866 2.967.038 4.214-.777 1.233-2.299 1.932-3.741 1.717-1.648-.203-3.057-1.591-3.27-3.24-.368-2.086 1.309-4.217 3.417-4.367m-2.62 3.998c-.003.665-.002 1.33-.001 1.995 1.997.003 3.994.002 5.991.001 0-.666.005-1.331-.004-1.997-1.995.002-3.991.001-5.986.001z"/><path fill="#ffed00" d="M15.633 4.036c1.399-.15 2.842.547 3.592 1.739.81 1.226.81 2.923-.001 4.149-.776 1.233-2.296 1.934-3.738 1.72-1.65-.2-3.062-1.59-3.275-3.24-.369-2.088 1.312-4.219 3.422-4.368M13.01 8.034c-.007.665-.004 1.33-.003 1.995 1.997.005 3.994.004 5.991.001.002-.666.006-1.331-.003-1.996-1.995.003-3.99.002-5.985 0z"/><path fill="#008c49" d="M24.532 4.036c1.399-.148 2.841.55 3.589 1.741.823 1.246.806 2.977-.041 4.206-.785 1.196-2.278 1.867-3.694 1.662-1.652-.199-3.067-1.589-3.28-3.242-.369-2.09 1.316-4.22 3.426-4.367m-2.628 3.998c-.005.666-.003 1.331-.002 1.997 1.998.001 3.995.002 5.992 0 .001-.666.002-1.331-.002-1.997-1.996.002-3.992.002-5.988 0z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.436.143c.243-.095.507-.107.765-.11 9.232.003 18.465-.001 27.697.002 1.099-.03 2.096.968 2.066 2.067.002 6.598.002 13.197 0 19.796.029 1.097-.968 2.095-2.066 2.064H2.101c-1.097.031-2.095-.967-2.065-2.064-.002-6.599-.002-13.197 0-19.796C.014 1.235.628.424 1.436.143m.405.419C1.078.683.493 1.424.534 2.193.536 8.764.529 15.335.537 21.906c-.006.863.8 1.605 1.656 1.56h27.615c.857.047 1.659-.697 1.655-1.56.009-6.571.002-13.142.004-19.713.05-.896-.761-1.715-1.659-1.66C20.486.552 11.16.496 1.841.562z"/><path fill="#fff" d="M1.94 1.361c9.253-.065 18.512-.007 27.767-.029.503-.074 1.005.339.959.861.002 6.538.002 13.076-.001 19.614a.814.814 0 0 1-.858.858c-9.204.003-18.409.003-27.614 0-.473.038-.899-.384-.858-.858-.003-6.538-.002-13.076 0-19.614-.025-.375.23-.755.605-.832m14.844 2.431c-.18 1.028-.343 2.059-.516 3.088-2.225.005-4.451-.009-6.675.006a.517.517 0 0 0-.514.608c.16 1.131.349 2.258.522 3.387l.452-.002c.82-1.051 2.543-1.048 3.364.001.947.001 1.894-.002 2.842.002.004-1.418.934-2.778 2.275-3.254 1.34-.518 2.949-.073 3.866 1.025V2.88c-1.535.005-3.07-.01-4.605.006-.502.002-.946.412-1.011.906m2.348 3.946c-1.668.277-2.884 2.033-2.55 3.693.255 1.706 2.062 2.958 3.75 2.589 1.674-.275 2.893-2.044 2.549-3.708-.262-1.702-2.064-2.944-3.749-2.574m-7.995 2.706c-.738.239-1.277.978-1.269 1.755-.021.809.555 1.581 1.332 1.802a1.879 1.879 0 0 0 2.073-.734 1.875 1.875 0 0 0-.053-2.182 1.876 1.876 0 0 0-2.083-.641m.93 5.425c-.279.266-.221.678-.231 1.026l-.321.022.007.502.32.018c-.004.889-.001 1.779-.002 2.669l.64.001v-2.679c.213-.002.427-.001.64-.002-.001-.173-.001-.346.001-.518-.216-.002-.433-.001-.649-.002-.109-.484.139-.816.648-.69v-.594c-.357.01-.786-.05-1.053.247m7.773-.242v.64h.64v-.641l-.64.001m-6 1.281v3.198l.639.001c.016-.7-.03-1.403.021-2.101.085-.496.694-.612 1.073-.367.144-.184.29-.366.436-.548a1.203 1.203 0 0 0-1.531.138l.001-.324-.639.003m2.525.955c-.084.661-.159 1.489.416 1.963.61.531 1.579.385 2.113-.186a36.763 36.763 0 0 0-.473-.413c-.484.515-1.482.312-1.496-.473.679-.016 1.359-.003 2.038-.008.038-.588-.019-1.287-.566-1.637-.705-.539-1.852-.116-2.032.754m3.475-.956v3.199l.64.001v-3.201l-.64.001z"/><path fill="#fff" d="M17.435 3.916c.006-.186.2-.25.358-.235 1.091-.004 2.183.001 3.274 0V6.88h-4.134c.172-.987.318-1.979.502-2.964zM19.329 9.332c.869-.257 1.84.382 1.979 1.269.175.849-.472 1.741-1.326 1.858-.855.158-1.747-.515-1.835-1.379-.116-.772.424-1.567 1.182-1.748zM11.429 11.332c.638-.254 1.372.379 1.22 1.045-.09.67-.982 1.01-1.494.565-.573-.412-.405-1.411.274-1.61zM16.929 18.178c.061-.864 1.363-.86 1.421.002-.474.01-.948.012-1.421-.002z"/><path d="M1.841.562C11.16.496 20.486.552 29.808.533c.898-.055 1.709.764 1.659 1.66-.002 6.571.005 13.142-.004 19.713.004.863-.798 1.607-1.655 1.56H2.193c-.856.045-1.662-.697-1.656-1.56C.529 15.335.536 8.764.534 2.193.493 1.424 1.078.683 1.841.562m.099.799c-.375.077-.63.457-.605.832-.002 6.538-.003 13.076 0 19.614-.041.474.385.896.858.858 9.205.003 18.41.003 27.614 0a.814.814 0 0 0 .858-.858c.003-6.538.003-13.076.001-19.614.046-.522-.456-.935-.959-.861-9.255.022-18.514-.036-27.767.029z"/><path d="M16.784 3.792c.065-.494.509-.904 1.011-.906 1.535-.016 3.07-.001 4.605-.006v5.773c-.917-1.098-2.526-1.543-3.866-1.025-1.341.476-2.271 1.836-2.275 3.254-.948-.004-1.895-.001-2.842-.002-.821-1.049-2.544-1.052-3.364-.001l-.452.002c-.173-1.129-.362-2.256-.522-3.387a.517.517 0 0 1 .514-.608c2.224-.015 4.45-.001 6.675-.006.173-1.029.336-2.06.516-3.088m.651.124c-.184.985-.33 1.977-.502 2.964h4.134V3.681c-1.091.001-2.183-.004-3.274 0-.158-.015-.352.049-.358.235z"/><path d="M19.132 7.738c1.685-.37 3.487.872 3.749 2.574.344 1.664-.875 3.433-2.549 3.708-1.688.369-3.495-.883-3.75-2.589-.334-1.66.882-3.416 2.55-3.693m.197 1.594c-.758.181-1.298.976-1.182 1.748.088.864.98 1.537 1.835 1.379.854-.117 1.501-1.009 1.326-1.858-.139-.887-1.11-1.526-1.979-1.269zM11.137 10.444a1.876 1.876 0 0 1 2.083.641c.482.617.505 1.542.053 2.182a1.879 1.879 0 0 1-2.073.734c-.777-.221-1.353-.993-1.332-1.802-.008-.777.531-1.516 1.269-1.755m.292.888c-.679.199-.847 1.198-.274 1.61.512.445 1.404.105 1.494-.565.152-.666-.582-1.299-1.22-1.045zM12.067 15.869c.267-.297.696-.237 1.053-.247v.594c-.509-.126-.757.206-.648.69.216.001.433 0 .649.002-.002.172-.002.345-.001.518-.213.001-.427 0-.64.002v2.679l-.64-.001c.001-.89-.002-1.78.002-2.669l-.32-.018a82.87 82.87 0 0 0-.007-.502l.321-.022c.01-.348-.048-.76.231-1.026zM19.84 15.627l.64-.001v.641a68.267 68.267 0 0 0-.64 0v-.64zM13.84 16.908l.639-.003-.001.324a1.203 1.203 0 0 1 1.531-.138c-.146.182-.292.364-.436.548-.379-.245-.988-.129-1.073.367-.051.698-.005 1.401-.021 2.101l-.639-.001v-3.198zM16.365 17.863c.18-.87 1.327-1.293 2.032-.754.547.35.604 1.049.566 1.637-.679.005-1.359-.008-2.038.008.014.785 1.012.988 1.496.473.159.136.316.274.473.413-.534.571-1.503.717-2.113.186-.575-.474-.5-1.302-.416-1.963m.564.315c.473.014.947.012 1.421.002-.058-.862-1.36-.866-1.421-.002zM19.84 16.907l.64-.001v3.201l-.64-.001v-3.199z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--except-tractors--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h24v24H0V0m.48.48v23.04h23.032V.48H.48z"/><path fill="#1f1917" d="M13.112 2.63c-.001-.302-.001-.604.002-.906l.611.004-.001.902h-.612zM3.127 2.951l.614.002c.006.698-.001 1.397.005 2.095.563-.695 1.109-1.402 1.672-2.095l.779-.001c-.476.594-.968 1.175-1.447 1.766.478.862.972 1.715 1.451 2.576l-.781.002c-.355-.672-.702-1.349-1.055-2.022-.634.51-.708 1.258-.622 2.02l-.616.002c-.004-1.448-.002-2.897 0-4.346zM6.785 2.958l.619.006c-.005 1.445.001 2.89-.002 4.333l-.617.001c-.004-1.447-.002-2.894 0-4.34zM8.125 2.953l.641-.001c.365 1.111.715 2.227 1.081 3.337.346-1.114.698-2.226 1.054-3.337h.625c-.452 1.45-.913 2.897-1.369 4.344h-.631c-.466-1.448-.94-2.893-1.4-4.343zM12.157 2.968c.82-.018 1.64-.006 2.461-.006v.616c-.612.004-1.225-.004-1.838.006-.002.408-.002.816 0 1.224l1.403.004v.634c-.468.001-.935.001-1.403.004-.002.409-.002.82 0 1.229.613.005 1.225-.001 1.838.004V7.3c-.82.001-1.639.002-2.459-.001-.002-1.442.001-2.885-.002-4.328zM15.044 2.952l.644.001c.36 1.109.714 2.22 1.075 3.328.36-1.108.698-2.221 1.058-3.329h.625c-.452 1.448-.914 2.893-1.368 4.342-.209.001-.419.002-.628.005-.476-1.446-.941-2.897-1.408-4.346zM19.081 2.96c.82-.001 1.638-.002 2.458.001v.616c-.613.004-1.225-.001-1.838.002-.004.409-.004.82 0 1.229l1.404.002-.001.634c-.467.001-.935.002-1.403.001-.004.412-.004.822 0 1.232.613.002 1.225-.001 1.838.002v.617c-.818.002-1.638.001-2.458.001-.002-1.446-.002-2.892 0-4.338zM12.553 10.745a.956.956 0 0 1 .998-.816c1.42-.002 2.838-.001 4.258.001.006 1.846-.004 3.69.005 5.536-.86-.923-2.257-1.33-3.449-.853-1.177.416-1.982 1.594-2.05 2.827-.854 0-1.709.004-2.563-.002-.764-.847-2.179-.86-2.944-.007l-.712.001c-.13-1.093-.302-2.184-.394-3.281-.053-.323.277-.449.539-.425 1.943-.017 3.886.004 5.828-.008.164-.99.316-1.982.482-2.972m.709.449c-.126.84-.238 1.682-.356 2.524 1.226.002 2.453.002 3.678 0 .004-1.018.002-2.035 0-3.053-.968.008-1.938-.025-2.905.014-.274 0-.39.286-.416.515z"/><path fill="#1f1917" d="M14.683 14.818c1.682-.529 3.587.832 3.649 2.588.151 1.554-1.172 3.049-2.732 3.086-1.453.118-2.851-1.048-3.018-2.491-.222-1.393.732-2.844 2.101-3.184m.487 1.438c-.672.128-1.175.814-1.085 1.494.058.686.703 1.266 1.396 1.228.798.011 1.472-.791 1.331-1.576-.092-.757-.898-1.324-1.642-1.146zM8.197 16.966c.925-.052 1.793.72 1.843 1.648.091.98-.778 1.908-1.76 1.886-.948.024-1.799-.833-1.772-1.78-.006-.911.78-1.721 1.69-1.754m-.243.951c-.602.206-.757 1.099-.246 1.487.492.461 1.391.103 1.44-.566.1-.634-.608-1.172-1.194-.92z"/><path fill="#fff" d="M.48.48h23.032v23.04H.48V.48m12.632 2.15h.612l.001-.902-.611-.004c-.004.302-.004.604-.002.906m-9.985.321c-.002 1.45-.004 2.898 0 4.346l.616-.002c-.086-.762-.012-1.51.622-2.02.353.673.7 1.35 1.055 2.022l.781-.002c-.479-.862-.973-1.715-1.451-2.576.479-.592.971-1.172 1.447-1.766l-.779.001c-.563.694-1.109 1.4-1.672 2.095-.006-.698.001-1.397-.005-2.095l-.614-.002m3.658.006c-.002 1.446-.004 2.893 0 4.34l.617-.001c.004-1.444-.002-2.888.002-4.333l-.619-.006m1.34-.005c.461 1.45.935 2.894 1.4 4.343h.631c.456-1.447.917-2.894 1.369-4.344H10.9a444.466 444.466 0 0 0-1.054 3.337c-.366-1.11-.716-2.226-1.081-3.337l-.641.001m4.033.015c.004 1.444 0 2.886.002 4.328.82.004 1.639.002 2.459.001V6.68c-.613-.005-1.225.001-1.838-.004-.002-.409-.002-.82 0-1.229l1.403-.004v-.634c-.467-.001-.935-.001-1.403-.004-.002-.408-.002-.816 0-1.224.613-.01 1.226-.002 1.838-.006v-.616c-.821 0-1.642-.012-2.461.006m2.887-.013c.467 1.45.931 2.9 1.408 4.346l.628-.005c.454-1.448.916-2.893 1.368-4.342h-.625c-.36 1.108-.698 2.221-1.058 3.329-.361-1.108-.715-2.219-1.075-3.328l-.644-.001m4.035.009c-.002 1.446-.002 2.892 0 4.338.82 0 1.639.001 2.458-.001V6.68c-.613-.004-1.225 0-1.838-.002-.004-.41-.004-.821 0-1.232.468.001.936 0 1.403-.001l.001-.634-1.404-.002c-.004-.409-.004-.82 0-1.229.613-.004 1.225.001 1.838-.002v-.616c-.82-.004-1.638-.002-2.458-.001m-6.528 7.784c-.167.99-.318 1.982-.482 2.972-1.943.012-3.886-.008-5.828.008-.262-.024-.592.102-.539.425.091 1.097.264 2.188.394 3.281l.712-.001c.764-.853 2.179-.84 2.944.007.854.006 1.709.002 2.563.002.067-1.234.872-2.411 2.05-2.827 1.192-.476 2.588-.07 3.449.853-.008-1.846.001-3.69-.005-5.536-1.42-.002-2.838-.004-4.258-.001a.955.955 0 0 0-.998.816m2.128 4.074c-1.369.34-2.323 1.79-2.101 3.184.167 1.444 1.565 2.609 3.018 2.491 1.56-.037 2.884-1.532 2.732-3.086-.062-1.757-1.967-3.118-3.649-2.588m-6.486 2.147c-.91.034-1.696.844-1.69 1.754-.026.947.824 1.804 1.772 1.78.983.022 1.852-.906 1.76-1.886-.05-.928-.918-1.699-1.843-1.648z"/><path fill="#fff" d="M13.26 11.195c.026-.229.143-.515.416-.515.967-.04 1.937-.006 2.905-.014.002 1.018.004 2.035 0 3.053-1.225.002-2.452.002-3.678 0 .119-.841.23-1.684.356-2.524zM15.17 16.255c.744-.178 1.549.389 1.642 1.146.142.785-.533 1.586-1.331 1.576-.692.038-1.338-.541-1.396-1.228-.09-.68.413-1.366 1.085-1.494zM7.955 17.917c.586-.252 1.294.287 1.194.92-.049.67-.948 1.027-1.44.566-.511-.388-.356-1.28.246-1.487z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.435.144c.243-.097.508-.108.766-.111 9.232.003 18.464-.001 27.697.002 1.098-.03 2.096.968 2.066 2.067.002 6.599.002 13.197 0 19.796.029 1.099-.968 2.095-2.067 2.066-9.265.003-18.53.003-27.795 0-1.097.028-2.097-.967-2.066-2.066V2.102C.014 1.236.627.425 1.435.144m.406.417C1.079.684.493 1.424.534 2.193.536 8.764.529 15.336.537 21.907c-.005.862.8 1.606 1.656 1.56h27.614c.858.048 1.661-.698 1.656-1.56.009-6.572.002-13.143.004-19.714.05-.896-.762-1.715-1.66-1.66C20.486.552 11.16.496 1.841.561z"/><path fill="#fff" d="M1.94 1.36c9.252-.064 18.512-.007 27.767-.028.502-.075 1.005.341.959.861.002 6.538.002 13.076 0 19.614a.815.815 0 0 1-.86.858c-9.204.002-18.409.003-27.613 0a.813.813 0 0 1-.859-.858V2.193c-.025-.376.233-.752.606-.833m8.04 4.81c-.768.729-1.479 1.521-2.265 2.229-1.616.316-3.258.525-4.873.849-.372.464-.089 1.189-.175 1.756-.039.644.768.401 1.164.442.02-.884.768-1.689 1.669-1.683.926-.046 1.722.774 1.741 1.684 2.857-.001 5.715.001 8.573-.001.02-.89.778-1.699 1.685-1.683.922-.038 1.705.781 1.725 1.685.318-.044.85.149.978-.258.04-.73.009-1.465.016-2.197.023-.17-.07-.314-.204-.408-.98-.788-1.963-1.573-2.943-2.36-.132-.114-.292-.196-.472-.178-2.035-.002-4.07.003-6.106-.003-.175.008-.383-.021-.513.126m11.932 1.224c-.012 1.015-.001 2.03-.004 3.046.786-.004 1.573.009 2.36-.008.643-.893 2.075-.869 2.724.007.781.002 1.561.001 2.341 0-.003-1.014.009-2.028-.004-3.042.015-.382-.345-.705-.722-.67-2.002 0-4.006-.003-6.008.002a.664.664 0 0 0-.687.665M5.23 10.138c-.682.142-1.162.872-1.019 1.555.114.713.87 1.234 1.577 1.079.703-.116 1.216-.857 1.074-1.556-.109-.739-.909-1.269-1.632-1.078m11.998-.004c-.987.171-1.409 1.533-.694 2.232.633.747 1.985.457 2.26-.482.372-.943-.591-2.013-1.566-1.75m8.1.001c-.691.136-1.18.876-1.03 1.565.116.716.882 1.232 1.589 1.069.695-.123 1.198-.856 1.06-1.55-.107-.735-.897-1.266-1.619-1.084m-3.411.638l-.022.34c-.446-.001-.892.001-1.338.001v.332h3.357c.039-.226.086-.451.14-.674-.712.002-1.425.001-2.137.001m5.274 0c.051.224.095.449.135.675.557-.002 1.113-.001 1.67-.001.113-.224.226-.447.336-.672-.714-.004-1.428-.001-2.141-.002m-15.133 4.786c-.27.268-.214.675-.22 1.021l-.317.014c-.001.165-.002.33-.005.496l.326.028c-.004.89 0 1.779-.002 2.669.213-.002.427-.002.64 0 0-.893-.001-1.786.001-2.679l.64-.003a29.7 29.7 0 0 1-.001-.517l-.643-.003c-.12-.477.132-.824.644-.684a29.702 29.702 0 0 1 0-.597c-.362.005-.797-.052-1.063.255m7.782-.253c.002.214.001.427 0 .641.213-.002.427-.002.64 0-.001-.214-.001-.427.001-.64-.214.001-.428 0-.641-.001m-5.999 1.281l-.001 3.2c.213-.002.426-.002.64 0 .013-.696-.027-1.394.018-2.088.076-.498.692-.633 1.07-.375l.438-.549c-.467-.344-1.125-.27-1.524.141a36.313 36.313 0 0 1-.005-.33c-.212.002-.424.002-.636.001m2.508 1.03c-.054.624-.132 1.383.386 1.847.599.574 1.62.452 2.158-.148l-.477-.413c-.471.525-1.481.315-1.487-.466a48.63 48.63 0 0 1 2.021-.004c.075-.612-.025-1.343-.609-1.682-.735-.503-1.862-.015-1.992.866m3.492-1.03l-.001 3.2c.213-.002.427-.002.64 0v-3.201c-.214.002-.426.002-.639.001z"/><path fill="#fff" d="M9.509 7.309c.267-.228.478-.641.886-.584.911.002 1.823.001 2.735.002.002.673.002 1.346.001 2.019-1.611-.022-3.227.048-4.835-.036.185-.594.834-.92 1.213-1.401zM13.637 6.727c.839.017 1.683-.036 2.519.025.51.415.944.92 1.416 1.378.247.171.145.614-.172.608-1.253.022-2.508.002-3.761.009-.003-.673-.001-1.347-.002-2.02zM16.931 17.857c.05-.866 1.376-.856 1.411.006-.47.005-.941.01-1.411-.006z"/><path d="M1.841.561C11.16.496 20.486.552 29.807.533c.898-.055 1.71.764 1.66 1.66-.002 6.571.005 13.142-.004 19.714.005.862-.798 1.608-1.656 1.56H2.193c-.856.046-1.661-.698-1.656-1.56C.529 15.336.536 8.764.534 2.193.493 1.424 1.079.684 1.841.561m.099.799c-.373.081-.631.457-.606.833v19.614a.813.813 0 0 0 .859.858c9.204.003 18.409.002 27.613 0a.815.815 0 0 0 .86-.858c.002-6.538.002-13.076 0-19.614.046-.52-.457-.936-.959-.861-9.255.021-18.515-.036-27.767.028z"/><path d="M9.98 6.17c.13-.147.338-.118.513-.126 2.036.006 4.071.001 6.106.003.18-.018.34.064.472.178.98.787 1.963 1.572 2.943 2.36.134.094.227.238.204.408-.007.732.024 1.467-.016 2.197-.128.407-.66.214-.978.258-.02-.904-.803-1.723-1.725-1.685-.907-.016-1.665.793-1.685 1.683-2.858.002-5.716 0-8.573.001-.019-.91-.815-1.73-1.741-1.684-.901-.006-1.649.799-1.669 1.683-.396-.041-1.203.202-1.164-.442.086-.567-.197-1.292.175-1.756 1.615-.324 3.257-.533 4.873-.849.786-.708 1.497-1.5 2.265-2.229m-.471 1.139c-.379.481-1.028.807-1.213 1.401 1.608.084 3.224.014 4.835.036.001-.673.001-1.346-.001-2.019-.912-.001-1.824 0-2.735-.002-.408-.057-.619.356-.886.584m4.128-.582c.001.673-.001 1.347.002 2.02 1.253-.007 2.508.013 3.761-.009.317.006.419-.437.172-.608-.472-.458-.906-.963-1.416-1.378-.836-.061-1.68-.008-2.519-.025zM21.912 7.394a.664.664 0 0 1 .687-.665c2.002-.005 4.006-.002 6.008-.002.377-.035.737.288.722.67.013 1.014.001 2.028.004 3.042-.78.001-1.56.002-2.341 0-.649-.876-2.081-.9-2.724-.007-.787.017-1.574.004-2.36.008.003-1.016-.008-2.031.004-3.046z"/><path d="M5.23 10.138c.723-.191 1.523.339 1.632 1.078.142.699-.371 1.44-1.074 1.556-.707.155-1.463-.366-1.577-1.079-.143-.683.337-1.413 1.019-1.555zM17.228 10.134c.975-.263 1.938.807 1.566 1.75-.275.939-1.627 1.229-2.26.482-.715-.699-.293-2.061.694-2.232zM25.328 10.135c.722-.182 1.512.349 1.619 1.084.138.694-.365 1.427-1.06 1.55-.707.163-1.473-.353-1.589-1.069-.15-.689.339-1.429 1.03-1.565zM21.917 10.773c.712 0 1.425.001 2.137-.001a10.33 10.33 0 0 0-.14.674h-3.357v-.332c.446 0 .892-.002 1.338-.001l.022-.34zM27.191 10.773c.713.001 1.427-.002 2.141.002-.11.225-.223.448-.336.672-.557 0-1.113-.001-1.67.001-.04-.226-.084-.451-.135-.675zM12.058 15.559c.266-.307.701-.25 1.063-.255-.002.199-.002.398 0 .597-.512-.14-.764.207-.644.684l.643.003a29.7 29.7 0 0 0 .001.517l-.64.003c-.002.893-.001 1.786-.001 2.679a34.134 34.134 0 0 0-.64 0c.002-.89-.002-1.779.002-2.669l-.326-.028c.003-.166.004-.331.005-.496l.317-.014c.006-.346-.05-.753.22-1.021zM19.84 15.306c.213.001.427.002.641.001-.002.213-.002.426-.001.64a34.134 34.134 0 0 0-.64 0c.001-.214.002-.427 0-.641zM13.841 16.587c.212.001.424.001.636-.001l.005.33c.399-.411 1.057-.485 1.524-.141l-.438.549c-.378-.258-.994-.123-1.07.375-.045.694-.005 1.392-.018 2.088a34.134 34.134 0 0 0-.64 0l.001-3.2zM16.349 17.617c.13-.881 1.257-1.369 1.992-.866.584.339.684 1.07.609 1.682a48.63 48.63 0 0 0-2.021.004c.006.781 1.016.991 1.487.466l.477.413c-.538.6-1.559.722-2.158.148-.518-.464-.44-1.223-.386-1.847m.582.24c.47.016.941.011 1.411.006-.035-.862-1.361-.872-1.411-.006zM19.841 16.587c.213.001.425.001.639-.001v3.201a34.134 34.134 0 0 0-.64 0l.001-3.2z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-trailers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.437.143C1.808.002 2.211.039 2.6.033c9.1.003 18.199-.001 27.299.002 1.098-.028 2.094.968 2.066 2.066v19.798c.027 1.098-.968 2.093-2.066 2.066-9.266.002-18.532.002-27.798 0-1.097.026-2.095-.968-2.065-2.066V2.101C.015 1.235.628.423 1.437.143m.403.419C1.078.684.495 1.424.534 2.191.536 8.763.529 15.334.537 21.905c-.006.862.799 1.607 1.655 1.561l27.616.001c.858.047 1.66-.698 1.655-1.561.009-6.571.002-13.143.004-19.714.049-.895-.761-1.713-1.659-1.659C20.486.552 11.16.495 1.84.562z"/><path fill="#fff" d="M1.94 1.361c9.252-.066 18.513-.007 27.768-.029.502-.073 1.003.34.957.86.003 6.538.003 13.077 0 19.615a.814.814 0 0 1-.858.858c-9.205.003-18.41.003-27.615 0a.812.812 0 0 1-.857-.858c-.003-6.538-.003-13.076 0-19.614-.024-.375.23-.754.605-.832m5.941 4.293C7.879 7.17 7.88 8.685 7.88 10.2c3.14.002 6.28.001 9.419.001V5.654H7.881m10.718 0v4.547h10.068V5.654H18.599M4.693 6.946c-.756-.079-.708.889-.986 1.366-.507.95-.375 2.038-.36 3.072.004.235.27.256.441.308.046-.786.69-1.523 1.511-1.488.793-.012 1.422.692 1.468 1.458 1.933-.002 3.867-.006 5.8.002.042-.434.233-.834.537-1.145-1.957.018-3.915.003-5.873.007V6.791c-.846.06-1.692.108-2.538.155m.35 3.609c-.838.139-1.197 1.297-.585 1.886.551.64 1.721.355 1.913-.468.263-.783-.532-1.627-1.328-1.418m8.799-.006c-.806.114-1.213 1.184-.689 1.806.483.685 1.664.53 1.946-.261.367-.784-.416-1.746-1.257-1.545m1.155-.03c.306.31.495.711.538 1.145.613.064 1.2-.101 1.763-.325l.002-.812c-.768-.004-1.536.009-2.303-.008m2.952.008v.812c.384.002.768.002 1.152-.001.114-.303.284-.58.502-.82-.552.016-1.103.006-1.654.009m2.392.021c-.603.094-1.04.736-.907 1.332.105.634.816 1.07 1.429.871.582-.151.951-.817.776-1.392-.139-.553-.74-.926-1.298-.811m1.151-.029c.218.238.386.517.501.82.876.002 1.753.001 2.63 0 .113-.303.282-.582.501-.819-1.211.011-2.422.013-3.632-.001m4.35.033c-.56.102-.979.674-.9 1.239.053.635.719 1.124 1.341.985.61-.102 1.044-.761.892-1.361-.117-.587-.75-.997-1.333-.863m1.167-.034c.221.238.391.517.507.821.383.001.767.002 1.15 0l.001-.812c-.553-.003-1.106.007-1.658-.009m-14.95 5.041c-.272.269-.212.677-.223 1.023l-.314.009a83.68 83.68 0 0 0-.005.501l.325.025c-.004.89 0 1.78-.002 2.67h.64v-2.68l.641-.001a44.894 44.894 0 0 1 0-.519l-.648-.002c-.114-.479.138-.816.648-.691a29.305 29.305 0 0 1 0-.593c-.362.011-.797-.049-1.062.258m7.781-.253v.641h.64c-.001-.214-.001-.427.001-.641-.214.002-.428.001-.641 0m-5.999 1.281l-.001 3.2h.639c.025-.723-.05-1.453.039-2.171.136-.453.693-.513 1.055-.297.144-.185.293-.366.437-.551a1.207 1.207 0 0 0-1.531.144v-.326l-.638.001m3.564 3.219c.546.13 1.102-.106 1.491-.486l-.475-.414c-.483.515-1.478.316-1.498-.469.679-.021 1.359-.006 2.039-.01.155-.836-.308-1.863-1.26-1.875-1.754-.096-1.934 2.962-.297 3.254m2.436-3.219l-.001 3.2h.64v-3.201l-.639.001z"/><path fill="#fff" d="M4.355 7.474c.579-.046 1.159-.078 1.739-.114v1.624c-.77.066-1.535.231-2.308.231.028-.607.385-1.163.569-1.741zM16.922 17.856c.077-.865 1.362-.852 1.431.004-.477.009-.954.014-1.431-.004z"/><path d="M1.84.562C11.16.495 20.486.552 29.808.533c.898-.054 1.708.764 1.659 1.659-.002 6.571.005 13.143-.004 19.714.005.863-.797 1.608-1.655 1.561l-27.616-.001c-.856.046-1.661-.699-1.655-1.561C.529 15.334.536 8.763.534 2.191.495 1.424 1.078.684 1.84.562m.1.799c-.375.078-.629.457-.605.832-.003 6.538-.003 13.076 0 19.614a.812.812 0 0 0 .857.858c9.205.003 18.41.003 27.615 0a.814.814 0 0 0 .858-.858c.003-6.538.003-13.077 0-19.615.046-.52-.455-.933-.957-.86-9.255.022-18.516-.037-27.768.029z"/><path d="M7.881 5.654h9.418v4.547c-3.139 0-6.279.001-9.419-.001 0-1.515-.001-3.03.001-4.546zM18.599 5.654h10.068v4.547H18.599V5.654z"/><path d="M4.693 6.946c.846-.047 1.692-.095 2.538-.155v3.735c1.958-.004 3.916.011 5.873-.007a1.896 1.896 0 0 0-.537 1.145c-1.933-.008-3.867-.004-5.8-.002-.046-.766-.675-1.47-1.468-1.458-.821-.035-1.465.702-1.511 1.488-.171-.052-.437-.073-.441-.308-.015-1.034-.147-2.122.36-3.072.278-.477.23-1.445.986-1.366m-.338.528c-.184.578-.541 1.134-.569 1.741.773 0 1.538-.165 2.308-.231V7.36c-.58.036-1.16.068-1.739.114z"/><path d="M5.043 10.555c.796-.209 1.591.635 1.328 1.418-.192.823-1.362 1.108-1.913.468-.612-.589-.253-1.747.585-1.886zM13.842 10.549c.841-.201 1.624.761 1.257 1.545-.282.791-1.463.946-1.946.261-.524-.622-.117-1.692.689-1.806zM14.997 10.519c.767.017 1.535.004 2.303.008l-.002.812c-.563.224-1.15.389-1.763.325a1.89 1.89 0 0 0-.538-1.145zM17.949 10.527c.551-.003 1.102.007 1.654-.009-.218.24-.388.517-.502.82-.384.003-.768.003-1.152.001v-.812zM20.341 10.548c.558-.115 1.159.258 1.298.811.175.575-.194 1.241-.776 1.392-.613.199-1.324-.237-1.429-.871-.133-.596.304-1.238.907-1.332zM21.492 10.519c1.21.014 2.421.012 3.632.001a2.484 2.484 0 0 0-.501.819c-.877.001-1.754.002-2.63 0a2.55 2.55 0 0 0-.501-.82zM25.842 10.552c.583-.134 1.216.276 1.333.863.152.6-.282 1.259-.892 1.361-.622.139-1.288-.35-1.341-.985-.079-.565.34-1.137.9-1.239zM27.009 10.518c.552.016 1.105.006 1.658.009l-.001.812c-.383.002-.767.001-1.15 0a2.526 2.526 0 0 0-.507-.821zM12.059 15.559c.265-.307.7-.247 1.062-.258-.002.197-.002.395 0 .593-.51-.125-.762.212-.648.691l.648.002v.519l-.641.001v2.68a68.267 68.267 0 0 0-.64 0c.002-.89-.002-1.78.002-2.67l-.325-.025.005-.501.314-.009c.011-.346-.049-.754.223-1.023zM19.84 15.306c.213.001.427.002.641 0-.002.214-.002.427-.001.641a68.267 68.267 0 0 0-.64 0 68.48 68.48 0 0 0 0-.641zM13.841 16.587l.638-.001v.326a1.207 1.207 0 0 1 1.531-.144c-.144.185-.293.366-.437.551-.362-.216-.919-.156-1.055.297-.089.718-.014 1.448-.039 2.171a68.054 68.054 0 0 0-.639 0l.001-3.2zM17.405 19.806c-1.637-.292-1.457-3.35.297-3.254.952.012 1.415 1.039 1.26 1.875-.68.004-1.36-.011-2.039.01.02.785 1.015.984 1.498.469l.475.414c-.389.38-.945.616-1.491.486m-.483-1.95c.477.018.954.013 1.431.004-.069-.856-1.354-.869-1.431-.004zM19.841 16.587l.639-.001v3.201a68.267 68.267 0 0 0-.64 0l.001-3.2z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-trains--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.435.144c.243-.096.507-.109.765-.111 9.233.003 18.465-.001 27.698.002 1.098-.03 2.096.968 2.066 2.066.002 6.599.002 13.198 0 19.797.03 1.098-.967 2.095-2.066 2.066-9.265.003-18.531.003-27.796 0-1.097.028-2.097-.967-2.066-2.066C.034 15.3.034 8.701.036 2.102.014 1.236.627.425 1.435.144m.407.417C1.079.683.493 1.424.534 2.193.536 8.765.529 15.336.537 21.907c-.006.862.801 1.604 1.656 1.559h27.614c.858.048 1.66-.697 1.656-1.56.009-6.57.002-13.142.004-19.713.05-.895-.761-1.715-1.66-1.66C20.486.552 11.161.496 1.842.561z"/><path fill="#fff" d="M1.94 1.36c9.252-.064 18.511-.007 27.766-.028.503-.075 1.006.34.96.861.002 6.538.002 13.076 0 19.614a.815.815 0 0 1-.86.858c-9.204.002-18.409.003-27.613 0a.812.812 0 0 1-.858-.858c-.003-6.538-.002-13.076-.001-19.614-.025-.376.232-.753.606-.833m8.385 1.622c.405.118.852-.043 1.248.133.507.188.862.64 1.03 1.141-.902.014-1.804-.007-2.706.009-.274-.013-.507.184-.595.434-.293.711-.575 1.427-.863 2.141-.555 1.563-.352 3.24-.415 4.865-.06 1.019.854 1.949 1.875 1.907 4.535.004 9.071-.001 13.606.003.206.021.5-.044.487-.307.015-.668.015-1.338 0-2.006.008-.238-.291-.21-.45-.252-2.96-.395-5.653-2.341-6.964-5.022-.309-.591-.494-1.354-1.174-1.631-.687-.262-1.443-.083-2.159-.14.257-1.008 1.344-1.396 2.286-1.236l.01-.35c-1.68-.021-3.361-.01-5.041-.007a.191.191 0 0 0-.175.318M9.232 13.92c-.002.204-.001.408-.002.612-.41.002-.819.001-1.229.001-.002.309-.002.618.001.928 2.701-.001 5.403-.003 8.104.001.438.005.827-.234 1.253-.307 2.174-.502 4.417-.597 6.64-.621L24 13.92c-3.384.001-6.769-.001-10.153.001-.001.204 0 .407-.002.611-.922.002-1.844.002-2.767 0-.002-.204-.001-.408-.002-.612H9.232m2.859 2.772c-.304.263-.247.696-.255 1.055l-.316.012-.003.507.323.015c.002.89-.001 1.781.001 2.672l.638.001c.003-.893-.001-1.786.002-2.679.213-.003.426-.001.639-.003l.001-.517c-.214-.003-.428-.001-.641-.002-.121-.477.13-.823.64-.687v-.595c-.348.008-.759-.055-1.029.221m7.746.42l.643.001v-.636a128.43 128.43 0 0 1-.626-.011c-.009.215-.016.43-.017.646m-5.996.642a1705.6 1705.6 0 0 0 0 3.199l.638.001c.021-.715-.04-1.434.03-2.145.12-.469.695-.553 1.063-.32.147-.185.292-.373.434-.561a1.197 1.197 0 0 0-1.526.152l-.004-.329-.635.003m2.644 2.553c.466.881 1.787.894 2.409.175a36.354 36.354 0 0 0-.474-.407c-.477.515-1.497.31-1.484-.479.676-.007 1.351 0 2.027-.004.212-.942-.496-2.07-1.547-1.857-1.169.187-1.323 1.677-.931 2.572m3.356-2.554v3.2l.638.001c.001-1.067.002-2.134 0-3.201h-.638z"/><path fill="#fff" d="M12.188 3.021c.491.009.981.007 1.472.002a2.52 2.52 0 0 0-.738 1.035 2.537 2.537 0 0 0-.734-1.037zM9.723 5.026c1.487-.078 2.985-.007 4.477-.035.26.017.646-.073.765.239.246.563.481 1.132.706 1.703.13.249-.095.557-.37.523-2.061.004-4.124.013-6.185-.005-.505-.073-.282-.658-.122-.953.264-.474.322-1.105.729-1.472zM16.74 7.681c.346.4.702.792 1.1 1.141.012.714.005 1.429.005 2.144-.317-.187-.703-.297-.96-.563-.069-.906-.093-1.815-.145-2.722zM18.4 9.292c.317.234.64.458.978.66.013.551.005 1.103.007 1.654-.333-.117-.66-.246-.985-.383V9.292zM9.434 9.93c.429-.095.836.368.692.781-.112.457-.778.593-1.061.216-.304-.336-.083-.942.369-.997zM14.335 9.934c.444-.115.876.374.708.8-.131.448-.791.562-1.063.183-.287-.333-.078-.912.355-.983zM19.879 10.243c.289.137.578.273.866.414-.01.454-.005.908-.007 1.361l-.86-.242c-.002-.511-.003-1.022.001-1.533zM21.171 10.814c.242.075.485.15.728.227.014.411.011.822.008 1.233-.246-.048-.492-.099-.737-.149 0-.437-.001-.874.001-1.311zM22.278 11.148l.614.131v1.141l-.615-.085c-.001-.396-.001-.792.001-1.187zM23.202 11.329l.489.067.001 1.098-.49-.04c-.003-.375-.003-.75 0-1.125zM16.933 19.027c.044-.867 1.37-.863 1.414.001-.472.008-.943.009-1.414-.001z"/><path d="M1.842.561C11.161.496 20.486.552 29.807.533c.899-.055 1.71.765 1.66 1.66-.002 6.571.005 13.143-.004 19.713.004.863-.798 1.608-1.656 1.56H2.193c-.855.045-1.662-.697-1.656-1.559C.529 15.336.536 8.765.534 2.193.493 1.424 1.079.683 1.842.561m.098.799c-.374.08-.631.457-.606.833-.001 6.538-.002 13.076.001 19.614a.812.812 0 0 0 .858.858c9.204.003 18.409.002 27.613 0a.815.815 0 0 0 .86-.858c.002-6.538.002-13.076 0-19.614.046-.521-.457-.936-.96-.861-9.255.021-18.514-.036-27.766.028z"/><path d="M10.325 2.982a.191.191 0 0 1 .175-.318c1.68-.003 3.361-.014 5.041.007l-.01.35c-.942-.16-2.029.228-2.286 1.236.716.057 1.472-.122 2.159.14.68.277.865 1.04 1.174 1.631 1.311 2.681 4.004 4.627 6.964 5.022.159.042.458.014.45.252.015.668.015 1.338 0 2.006.013.263-.281.328-.487.307-4.535-.004-9.071.001-13.606-.003-1.021.042-1.935-.888-1.875-1.907.063-1.625-.14-3.302.415-4.865.288-.714.57-1.43.863-2.141.088-.25.321-.447.595-.434.902-.016 1.804.005 2.706-.009-.168-.501-.523-.953-1.03-1.141-.396-.176-.843-.015-1.248-.133m1.863.039c.325.282.586.632.734 1.037a2.52 2.52 0 0 1 .738-1.035c-.491.005-.981.007-1.472-.002M9.723 5.026c-.407.367-.465.998-.729 1.472-.16.295-.383.88.122.953 2.061.018 4.124.009 6.185.005.275.034.5-.274.37-.523-.225-.571-.46-1.14-.706-1.703-.119-.312-.505-.222-.765-.239-1.492.028-2.99-.043-4.477.035m7.017 2.655c.052.907.076 1.816.145 2.722.257.266.643.376.96.563 0-.715.007-1.43-.005-2.144a11.51 11.51 0 0 1-1.1-1.141m1.66 1.611v1.931c.325.137.652.266.985.383-.002-.551.006-1.103-.007-1.654a12.132 12.132 0 0 1-.978-.66m-8.966.638c-.452.055-.673.661-.369.997.283.377.949.241 1.061-.216.144-.413-.263-.876-.692-.781m4.901.004c-.433.071-.642.65-.355.983.272.379.932.265 1.063-.183.168-.426-.264-.915-.708-.8m5.544.309c-.004.511-.003 1.022-.001 1.533l.86.242c.002-.453-.003-.907.007-1.361-.288-.141-.577-.277-.866-.414m1.292.571c-.002.437-.001.874-.001 1.311.245.05.491.101.737.149.003-.411.006-.822-.008-1.233-.243-.077-.486-.152-.728-.227m1.107.334c-.002.395-.002.791-.001 1.187l.615.085v-1.141l-.614-.131m.924.181c-.003.375-.003.75 0 1.125l.49.04-.001-1.098-.489-.067zM9.232 13.92h1.844c.001.204 0 .408.002.612.923.002 1.845.002 2.767 0 .002-.204.001-.407.002-.611 3.384-.002 6.769 0 10.153-.001l-.001.614c-2.223.024-4.466.119-6.64.621-.426.073-.815.312-1.253.307-2.701-.004-5.403-.002-8.104-.001-.003-.31-.003-.619-.001-.928.41 0 .819.001 1.229-.001.001-.204 0-.408.002-.612zM12.091 16.692c.27-.276.681-.213 1.029-.221v.595c-.51-.136-.761.21-.64.687.213.001.427-.001.641.002l-.001.517c-.213.002-.426 0-.639.003-.003.893.001 1.786-.002 2.679l-.638-.001c-.002-.891.001-1.782-.001-2.672l-.323-.015.003-.507.316-.012c.008-.359-.049-.792.255-1.055zM19.837 17.112c.001-.216.008-.431.017-.646l.626.011v.636l-.643-.001zM13.841 17.754l.635-.003.004.329a1.197 1.197 0 0 1 1.526-.152c-.142.188-.287.376-.434.561-.368-.233-.943-.149-1.063.32-.07.711-.009 1.43-.03 2.145l-.638-.001a1705.6 1705.6 0 0 1 0-3.199zM16.485 20.307c-.392-.895-.238-2.385.931-2.572 1.051-.213 1.759.915 1.547 1.857-.676.004-1.351-.003-2.027.004-.013.789 1.007.994 1.484.479.159.134.317.27.474.407-.622.719-1.943.706-2.409-.175m.448-1.28c.471.01.942.009 1.414.001-.044-.864-1.37-.868-1.414-.001zM19.841 17.753h.638c.002 1.067.001 2.134 0 3.201l-.638-.001v-3.2z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--except-trams--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.436.145C1.679.05 1.942.036 2.2.034c9.233.002 18.466-.002 27.698.002 1.099-.029 2.095.967 2.066 2.066.002 6.598.002 13.197 0 19.796.029 1.099-.967 2.094-2.066 2.066-9.265.003-18.531.003-27.796 0-1.098.028-2.097-.967-2.066-2.066C.034 15.299.034 8.7.036 2.101.015 1.236.628.425 1.436.145m.404.418C1.078.684.495 1.424.534 2.192.536 8.764.529 15.335.538 21.907c-.006.862.799 1.605 1.654 1.559h27.616c.897.052 1.711-.761 1.659-1.658V2.192c.049-.896-.761-1.712-1.66-1.658C20.486.553 11.16.494 1.84.563z"/><path fill="#fff" d="M1.94 1.362c9.252-.068 18.512-.008 27.767-.03.502-.073 1.003.339.958.86.003 6.539.003 13.077 0 19.616a.813.813 0 0 1-.857.857c-9.205.003-18.411.003-27.615 0a.812.812 0 0 1-.858-.857c-.003-6.539-.003-13.077 0-19.616-.023-.374.23-.753.605-.83m9.211 1.26c-1.009.679-2.022 1.351-3.035 2.025.879.584 1.759 1.169 2.635 1.758-.674.106-1.488-.233-2.059.223-1.308.012-2.617.001-3.925.006.002.22.002.439 0 .659l.441.001c-.494 1.011-1.027 2.003-1.497 3.025-.091.553-.04 1.125-.032 1.685.025.504.533.847 1.013.796 7.573-.003 15.146.005 22.718-.004.536.033.983-.466.924-.994-.039-.611.136-1.281-.2-1.835-.452-.888-.894-1.782-1.341-2.673l.44-.001a36.19 36.19 0 0 1 0-.659c-4.548-.001-9.096-.002-13.644.001l-.234-.228c-.597-.001-1.193.001-1.79-.002.875-.59 1.756-1.169 2.631-1.758-1.015-.676-2.025-1.358-3.045-2.025M5.839 13.247c.069.544.477 1.069 1.059 1.086.636.064 1.133-.488 1.202-1.085a68.165 68.165 0 0 0-2.261-.001m2.694-.012a9.519 9.519 0 0 1-.149.665h1.8a9.356 9.356 0 0 1-.152-.663c-.5.004-.999.006-1.499-.002m1.93.009c.069.573.523 1.116 1.137 1.091.613.02 1.051-.523 1.129-1.09-.755-.008-1.511-.007-2.266-.001m8.808.001c.079.53.454 1.052 1.027 1.085.648.086 1.172-.475 1.238-1.086-.755-.006-1.51-.008-2.265.001m2.697-.008a8.84 8.84 0 0 1-.153.663h1.8a9.519 9.519 0 0 1-.149-.665c-.5.008-.999.006-1.498.002m1.932.012c.071.558.499 1.091 1.099 1.086.62.039 1.095-.506 1.162-1.088a65.543 65.543 0 0 0-2.261.002m-11.832 2.62c-.28.268-.22.682-.234 1.031l-.318.014.006.51.319.006c-.002.892 0 1.785-.001 2.677h.64v-2.68h.64l.001-.52-.652-.001c-.103-.483.142-.812.652-.694l-.001-.593c-.357.015-.785-.045-1.052.25m7.772-.243v.641h.64v-.641h-.64m-6 1.281v3.2h.64c.015-.7-.033-1.403.022-2.102.086-.501.693-.598 1.077-.37.143-.184.289-.366.435-.548a1.24 1.24 0 0 0-1.539.137l.007-.318-.642.001m2.525.956c-.084.66-.159 1.486.413 1.961.612.537 1.574.383 2.117-.178-.154-.14-.311-.278-.467-.415-.501.504-1.47.312-1.514-.473.683-.024 1.367-.005 2.05-.012.026-.567-.006-1.235-.515-1.597-.695-.591-1.9-.182-2.084.714m3.475-.957v3.201h.64v-3.201h-.64z"/><path fill="#fff" d="M8.513 4.651c.882-.589 1.764-1.178 2.647-1.765.878.59 1.761 1.172 2.638 1.762-.88.587-1.76 1.172-2.638 1.76-.881-.588-1.765-1.171-2.647-1.757zM5.6 7.293h.929l.001 3.08c-.465-.011-.932.031-1.394-.024-.454-.08-.732-.629-.531-1.043.311-.681.67-1.339.995-2.013zM7.228 7.331c.472.001 1.36-.285 1.494.366.013 1.434.026 2.872-.007 4.305-.071.436-.596.348-.917.357-.294.004-.759.037-.811-.357-.043-1.299-.001-2.602-.02-3.902.006-.267-.046-.645.261-.769zM9.429 7.332c1.019-.09 2.052-.013 3.076-.04.27-.035.623.079.622.404.023.736.012 1.473.006 2.209.02.243-.182.473-.429.462-1.004.015-2.009.005-3.014.005-.229.022-.489-.119-.503-.37-.037-.667-.003-1.336-.017-2.004-.003-.24-.009-.562.259-.666zM13.83 7.333c1.019-.093 2.052-.013 3.076-.041.271-.035.628.076.626.405.022.735.011 1.472.005 2.207.022.246-.184.476-.434.463-1.004.015-2.009.006-3.013.004-.228.022-.483-.119-.497-.368-.039-.667-.003-1.337-.018-2.005-.002-.238-.01-.558.255-.665zM18.232 7.334c1.017-.096 2.05-.013 3.073-.042.272-.035.634.074.632.406.022.734.012 1.471.005 2.205a.43.43 0 0 1-.438.464c-1.002.014-2.005.005-3.007.005-.228.02-.487-.118-.5-.368-.039-.668-.004-1.338-.018-2.006 0-.237-.011-.556.253-.664zM22.632 7.336c.651-.09 1.318-.033 1.974-.034.264-.015.447.246.421.493.007 1.337.003 2.674.002 4.011.024.234-.102.516-.364.534-.616.029-1.235.016-1.851.007a.417.417 0 0 1-.42-.44c-.019-1.303.001-2.606-.01-3.909.002-.236-.012-.552.248-.662zM25.47 7.293h.93c.326.674.684 1.333.995 2.013.201.414-.078.963-.532 1.042-.462.057-.929.014-1.393.025v-3.08zM16.919 18.172c.094-.854 1.351-.849 1.44.004-.48.016-.96.018-1.44-.004z"/><path d="M1.84.563C11.16.494 20.486.553 29.807.534c.899-.054 1.709.762 1.66 1.658v19.616c.052.897-.762 1.71-1.659 1.658H2.192c-.855.046-1.66-.697-1.654-1.559C.529 15.335.536 8.764.534 2.192.495 1.424 1.078.684 1.84.563m.1.799c-.375.077-.628.456-.605.83-.003 6.539-.003 13.077 0 19.616a.812.812 0 0 0 .858.857c9.204.003 18.41.003 27.615 0a.813.813 0 0 0 .857-.857c.003-6.539.003-13.077 0-19.616.045-.521-.456-.933-.958-.86-9.255.022-18.515-.038-27.767.03z"/><path d="M11.151 2.622c1.02.667 2.03 1.349 3.045 2.025-.875.589-1.756 1.168-2.631 1.758.597.003 1.193.001 1.79.002l.234.228c4.548-.003 9.096-.002 13.644-.001-.002.22-.002.439 0 .659l-.44.001c.447.891.889 1.785 1.341 2.673.336.554.161 1.224.2 1.835.059.528-.388 1.027-.924.994-7.572.009-15.145.001-22.718.004-.48.051-.988-.292-1.013-.796-.008-.56-.059-1.132.032-1.685.47-1.022 1.003-2.014 1.497-3.025l-.441-.001c.002-.22.002-.439 0-.659 1.308-.005 2.617.006 3.925-.006.571-.456 1.385-.117 2.059-.223a574.254 574.254 0 0 0-2.635-1.758c1.013-.674 2.026-1.346 3.035-2.025M8.513 4.651c.882.586 1.766 1.169 2.647 1.757.878-.588 1.758-1.173 2.638-1.76-.877-.59-1.76-1.172-2.638-1.762-.883.587-1.765 1.176-2.647 1.765M5.6 7.293c-.325.674-.684 1.332-.995 2.013-.201.414.077.963.531 1.043.462.055.929.013 1.394.024l-.001-3.08H5.6m1.628.038c-.307.124-.255.502-.261.769.019 1.3-.023 2.603.02 3.902.052.394.517.361.811.357.321-.009.846.079.917-.357.033-1.433.02-2.871.007-4.305-.134-.651-1.022-.365-1.494-.366m2.201.001c-.268.104-.262.426-.259.666.014.668-.02 1.337.017 2.004.014.251.274.392.503.37 1.005 0 2.01.01 3.014-.005.247.011.449-.219.429-.462.006-.736.017-1.473-.006-2.209.001-.325-.352-.439-.622-.404-1.024.027-2.057-.05-3.076.04m4.401.001c-.265.107-.257.427-.255.665.015.668-.021 1.338.018 2.005.014.249.269.39.497.368 1.004.002 2.009.011 3.013-.004.25.013.456-.217.434-.463.006-.735.017-1.472-.005-2.207.002-.329-.355-.44-.626-.405-1.024.028-2.057-.052-3.076.041m4.402.001c-.264.108-.253.427-.253.664.014.668-.021 1.338.018 2.006.013.25.272.388.5.368 1.002 0 2.005.009 3.007-.005a.43.43 0 0 0 .438-.464c.007-.734.017-1.471-.005-2.205.002-.332-.36-.441-.632-.406-1.023.029-2.056-.054-3.073.042m4.4.002c-.26.11-.246.426-.248.662.011 1.303-.009 2.606.01 3.909a.417.417 0 0 0 .42.44c.616.009 1.235.022 1.851-.007.262-.018.388-.3.364-.534.001-1.337.005-2.674-.002-4.011.026-.247-.157-.508-.421-.493-.656.001-1.323-.056-1.974.034m2.838-.043v3.08c.464-.011.931.032 1.393-.025.454-.079.733-.628.532-1.042-.311-.68-.669-1.339-.995-2.013h-.93zM5.839 13.247a68.165 68.165 0 0 1 2.261.001c-.069.597-.566 1.149-1.202 1.085-.582-.017-.99-.542-1.059-1.086zM8.533 13.235c.5.008.999.006 1.499.002.043.223.093.444.152.663h-1.8c.058-.22.107-.442.149-.665zM10.463 13.244c.755-.006 1.511-.007 2.266.001-.078.567-.516 1.11-1.129 1.09-.614.025-1.068-.518-1.137-1.091zM19.271 13.245c.755-.009 1.51-.007 2.265-.001-.066.611-.59 1.172-1.238 1.086-.573-.033-.948-.555-1.027-1.085zM21.968 13.237c.499.004.998.006 1.498-.002.042.223.091.445.149.665h-1.8c.06-.219.11-.44.153-.663zM23.9 13.249a65.543 65.543 0 0 1 2.261-.002c-.067.582-.542 1.127-1.162 1.088-.6.005-1.028-.528-1.099-1.086zM12.068 15.869c.267-.295.695-.235 1.052-.25l.001.593c-.51-.118-.755.211-.652.694l.652.001-.001.52a68.267 68.267 0 0 0-.64 0v2.68a68.267 68.267 0 0 0-.64 0c.001-.892-.001-1.785.001-2.677l-.319-.006-.006-.51.318-.014c.014-.349-.046-.763.234-1.031zM19.84 15.626h.64v.641a68.267 68.267 0 0 0-.64 0v-.641zM13.84 16.907l.642-.001-.007.318a1.24 1.24 0 0 1 1.539-.137c-.146.182-.292.364-.435.548-.384-.228-.991-.131-1.077.37-.055.699-.007 1.402-.022 2.102a68.267 68.267 0 0 0-.64 0v-3.2zM16.365 17.863c.184-.896 1.389-1.305 2.084-.714.509.362.541 1.03.515 1.597-.683.007-1.367-.012-2.05.012.044.785 1.013.977 1.514.473.156.137.313.275.467.415-.543.561-1.505.715-2.117.178-.572-.475-.497-1.301-.413-1.961m.554.309c.48.022.96.02 1.44.004-.089-.853-1.346-.858-1.44-.004zM19.84 16.906h.64v3.201a68.267 68.267 0 0 0-.64 0v-3.201z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--except-trucks--g1" xmlns="http://www.w3.org/2000/svg"><path d="M2.236 0h31.597a3.02 3.02 0 0 1 2.257 2.238v19.503A3.07 3.07 0 0 1 33.856 24H2.252A3.07 3.07 0 0 1 0 21.766V2.252C.247 1.133 1.131.274 2.236 0m.005.66C1.23.851.529 1.86.601 2.871.606 9.015.592 15.16.608 21.304c-.025 1.115.971 2.115 2.086 2.088 10.176.016 20.351.002 30.525.007 1.175.099 2.288-.908 2.261-2.095.014-6.202.013-12.406 0-18.608.043-1.281-1.213-2.25-2.442-2.108C22.774.639 12.497.494 2.24.66z"/><path d="M14.294 2.882c-.023-.733.688-1.288 1.391-1.22 4.457 0 8.914-.011 13.371.005.66-.029 1.285.529 1.27 1.204.032 2.221 0 4.446.013 6.669-5.352 0-10.704-.002-16.055 0 .009-2.22-.018-4.439.009-6.659z"/><path d="M7.094 5.477c.442-.568.745-1.451 1.564-1.539 1.207-.06 2.418-.027 3.625-.018.695-.027 1.303.601 1.252 1.296.022 1.593-.002 3.189.007 4.782 3.569-.013 7.139.023 10.708-.018a3.02 3.02 0 0 0-1.482 2.232c-3.187 0-6.375-.004-9.564.002-.139-1.236-1.112-2.366-2.396-2.44-1.438-.173-2.734 1.027-2.844 2.438-.821.042-2.041.128-2.277-.908-.09-1.166-.069-2.348-.013-3.517.285-.863.958-1.536 1.418-2.31m1.461-.72c-.538.574-.937 1.265-1.355 1.927-.287.383.079.98.55.909 1.328.014 2.66.031 3.988-.009.729-.043.55-.949.581-1.447-.027-.505.146-1.406-.586-1.458-1.052 0-2.151-.137-3.178.078zM26.532 9.979c1.269.036 2.539.009 3.808.018-.002.738-.002 1.476 0 2.214-.771 0-1.539-.005-2.31.007a3.014 3.014 0 0 0-1.498-2.239z"/><path d="M9.979 10.342c1.512-.536 3.138 1.085 2.606 2.598-.384 1.527-2.579 2.014-3.571.79-1.025-1.052-.464-3.041.965-3.389m.224.961c-.805.242-.992 1.433-.307 1.915.605.512 1.642.13 1.768-.651.208-.805-.695-1.584-1.462-1.263zM24.778 10.347c1.46-.529 3.075.962 2.662 2.458-.274 1.509-2.349 2.169-3.443 1.09-1.205-.987-.733-3.165.781-3.548m.377.915c-.826.144-1.162 1.29-.549 1.86.532.581 1.61.343 1.837-.415.318-.778-.485-1.667-1.288-1.445zM4.06 16.132c.321.002.644.002.967-.004-.011.567.007 1.133.009 1.702 1.016-.339 1.433-1.501 2.463-1.826.078.263.161.525.253.785-.592.296-1.002.825-1.472 1.27.998.549 1.222 1.763 1.934 2.577-.393-.005-.785-.004-1.177-.005-.518-.834-.81-2.122-2.005-2.153-.009.718-.005 1.436-.007 2.155a77.603 77.603 0 0 0-.965 0v-4.5zM9.779 16.131c.263.005.527.004.79-.005.031.114.096.339.126.451.785-.989 2.443-.635 2.925.471.453 1.131.383 2.701-.733 3.425-.66.467-1.55.375-2.155-.141.018.742.011 1.483.013 2.225-.323-.002-.644-.004-.967.002v-6.428m1.984.736c-1.236.195-1.112 1.655-.958 2.584.417.59 1.458.792 1.833.052.527-.848.386-2.627-.875-2.636zM16.665 16.125c1.555-.673 3.1.917 2.837 2.463.025 1.299-1.213 2.512-2.537 2.156-2.057-.466-2.207-3.853-.3-4.62m.379.741c-1.104.615-1.034 2.848.301 3.125 1.774-.02 1.554-3.661-.301-3.125zM21.609 16.129c.325.007.648.005.971.007.374.751.751 1.5 1.124 2.25.372-.752.752-1.501 1.126-2.252.321 0 .644.002.965-.007.139 1.501.271 3.005.404 4.506a38.803 38.803 0 0 0-.965 0 545.077 545.077 0 0 0-.244-3.118c-.431.848-.857 1.7-1.288 2.548-.428-.85-.854-1.7-1.285-2.546-.087 1.039-.164 2.079-.244 3.118a38.984 38.984 0 0 0-.967-.002l.402-4.504zM27.885 18.042c-.004-1.164 1.099-2.153 2.25-2.046 1.269.096 2.205 1.496 1.853 2.71-1.034.004-2.068-.007-3.102.011.056 1.196 1.628 1.601 2.27.603.251.153.502.307.754.458-.505.547-1.149 1.119-1.956 1.007-1.343-.07-2.279-1.456-2.07-2.743m1.004-.148c.738.011 1.476.013 2.214-.005-.083-1.389-2.194-1.431-2.214.005z"/><path fill="#fff" d="M2.241.66C12.498.494 22.775.638 33.039.588c1.229-.143 2.485.826 2.442 2.108.013 6.202.014 12.406 0 18.608.027 1.187-1.086 2.194-2.261 2.095-10.174-.005-20.349.009-30.525-.007-1.115.027-2.111-.973-2.086-2.088C.593 15.16.607 9.015.602 2.871.53 1.86 1.232.852 2.242.66m12.052 2.222c-.027 2.22 0 4.439-.009 6.659 5.35-.002 10.703 0 16.055 0-.013-2.223.02-4.448-.013-6.669.014-.675-.61-1.232-1.27-1.204-4.457-.016-8.914-.005-13.371-.005-.704-.069-1.415.487-1.391 1.22M7.094 5.477c-.46.774-1.133 1.447-1.418 2.31-.056 1.169-.078 2.351.013 3.517.236 1.036 1.456.949 2.277.908.11-1.411 1.406-2.611 2.844-2.438 1.285.074 2.257 1.204 2.396 2.44 3.189-.005 6.377-.002 9.564-.002a3.015 3.015 0 0 1 1.482-2.232c-3.569.042-7.139.005-10.708.018-.009-1.593.014-3.189-.007-4.782.051-.695-.558-1.323-1.252-1.296-1.207-.009-2.418-.042-3.625.018-.819.088-1.122.971-1.565 1.539m19.437 4.502a3.02 3.02 0 0 1 1.498 2.239c.771-.013 1.539-.007 2.31-.007-.002-.738-.002-1.476 0-2.214-1.269-.009-2.539.018-3.808-.018m-16.553.363c-1.429.348-1.99 2.337-.965 3.389.992 1.223 3.187.736 3.571-.79.532-1.514-1.094-3.134-2.606-2.598m14.799.004c-1.514.383-1.987 2.561-.781 3.548 1.094 1.079 3.169.419 3.443-1.09.413-1.496-1.202-2.986-2.662-2.458M4.06 16.132v4.5c.321-.002.644-.002.965 0 .002-.718-.002-1.436.007-2.155 1.195.031 1.487 1.319 2.005 2.153.392.002.783 0 1.177.005-.713-.814-.937-2.028-1.934-2.577.471-.446.881-.974 1.472-1.27a15.92 15.92 0 0 1-.253-.785c-1.03.325-1.447 1.487-2.463 1.826-.002-.568-.02-1.135-.009-1.702-.323.005-.646.005-.967.004m5.719 0v6.428c.323-.005.644-.004.967-.002-.002-.742.005-1.483-.013-2.225.605.516 1.494.608 2.155.141 1.115-.724 1.186-2.294.733-3.425-.482-1.106-2.14-1.46-2.925-.471-.031-.112-.096-.337-.126-.451-.263.009-.527.011-.79.005m6.885-.006c-1.907.767-1.758 4.154.3 4.62 1.325.355 2.562-.857 2.537-2.156.263-1.546-1.281-3.136-2.837-2.463m4.944.003l-.402 4.504c.321-.004.644-.004.967.002.079-1.039.157-2.079.244-3.118.431.846.857 1.696 1.285 2.546.431-.848.857-1.7 1.288-2.548.085 1.039.164 2.079.244 3.118.321-.004.644-.004.965 0-.134-1.501-.265-3.005-.404-4.506-.321.009-.644.007-.965.007-.374.751-.754 1.5-1.126 2.252-.374-.751-.751-1.5-1.124-2.25-.323-.002-.646 0-.971-.007m6.275 1.913c-.209 1.287.727 2.672 2.07 2.743.807.112 1.451-.46 1.956-1.007-.253-.152-.503-.305-.754-.458-.642.998-2.214.594-2.27-.603 1.034-.018 2.068-.007 3.102-.011.352-1.214-.585-2.615-1.853-2.71-1.151-.106-2.254.882-2.25 2.046z"/><path fill="#fff" d="M8.553 4.757c1.027-.215 2.126-.078 3.178-.078.733.052.559.953.586 1.458-.031.498.148 1.404-.581 1.447-1.328.04-2.66.023-3.988.009-.471.07-.837-.527-.55-.909.419-.662.817-1.353 1.355-1.927zM10.203 11.302c.767-.321 1.669.458 1.462 1.263-.126.781-1.164 1.164-1.768.651-.686-.482-.498-1.673.307-1.915zM25.155 11.262c.803-.222 1.606.668 1.288 1.445-.227.758-1.305.996-1.837.415-.614-.57-.278-1.716.549-1.86zM11.762 16.867c1.261.009 1.402 1.788.875 2.636-.375.74-1.417.538-1.833-.052-.153-.929-.278-2.389.958-2.584zM17.044 16.865c1.855-.536 2.075 3.106.301 3.125-1.335-.278-1.406-2.51-.301-3.125zM28.888 17.894c.02-1.436 2.131-1.395 2.214-.005-.738.018-1.476.016-2.214.005z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--except-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path d="M2.191 0h31.676a3.1 3.1 0 0 1 2.223 2.192v19.583A3.156 3.156 0 0 1 33.901 24H2.217C1.14 23.72.304 22.872-.001 21.808V2.218C.264 1.132 1.121.3 2.19 0m.051.66C1.23.851.527 1.862.601 2.871.606 9.015.592 15.162.61 21.306c-.027 1.113.969 2.113 2.084 2.086 10.174.016 20.349.002 30.523.007 1.177.099 2.29-.906 2.263-2.093.014-6.204.013-12.408 0-18.612.042-1.283-1.216-2.248-2.445-2.106C22.771.639 12.498.494 2.241.66z"/><path d="M17.002 1.832c.357-.39.92-.337 1.397-.345 2.229.016 4.457-.009 6.686.011.366-.014.715.146.949.429 1.24 1.413 2.443 2.86 3.678 4.278 1 .964.097 2.369.034 3.526-.007.754-.518 1.319-1.269 1.411-.256-1.35-1.44-2.497-2.855-2.467-1.555-.054-2.862 1.324-2.925 2.844-3.367-.014-6.734-.005-10.102-.005-.051-1.559-1.442-2.958-3.032-2.835-1.325.025-2.396 1.074-2.725 2.312-1.195-.357-.756-1.777-.854-2.703-.094-.621.305-1.288.967-1.33 1.797-.256 3.595-.523 5.395-.752.365-.04.727-.17.973-.455C14.55 4.446 15.751 3.115 17 1.832m.58.597c-.92.826-1.736 1.776-2.562 2.696-.393.383-.052 1.124.491 1.086 3.374.013 6.752.02 10.125-.004.973-.045.823-1.187.653-1.846-.175-.707-.027-1.924-1.018-2.01-2.557.022-5.154-.132-7.689.078z"/><path d="M8.909 9.288c1.207-.46 2.678.269 3.039 1.507.408 1.168-.291 2.548-1.456 2.936-1.258.498-2.802-.346-3.086-1.662-.309-1.137.393-2.407 1.503-2.781m.359.889c-.998.263-1.314 1.698-.529 2.36.747.76 2.196.283 2.342-.772.229-.996-.852-1.945-1.814-1.588zM24.789 9.297c1.2-.471 2.672.236 3.051 1.465.433 1.18-.278 2.593-1.467 2.976-1.205.46-2.671-.294-3.026-1.525-.392-1.158.292-2.523 1.442-2.916m.36.888c-1.034.287-1.292 1.817-.415 2.432.798.68 2.178.114 2.261-.931.168-.985-.915-1.86-1.846-1.501zM4.06 16.132c.321.002.644.002.967-.004-.011.567.007 1.133.009 1.7 1.018-.337 1.435-1.503 2.469-1.826.069.267.152.531.249.789-.597.291-1.002.825-1.476 1.27 1 .547 1.223 1.761 1.934 2.575-.392-.005-.783-.005-1.175-.005-.518-.832-.808-2.122-2.005-2.153-.009.718-.005 1.436-.005 2.156a22.267 22.267 0 0 0-.967 0c-.002-1.501 0-3.003 0-4.502zM9.78 16.131c.263.004.527.002.79-.004l.124.449c.787-.987 2.44-.637 2.923.469.455 1.131.386 2.703-.731 3.427-.659.467-1.55.375-2.153-.141.014.742.011 1.483.011 2.225a38.964 38.964 0 0 0-.967.002c0-2.142 0-4.286.002-6.428m1.986.735c-1.238.193-1.117 1.658-.96 2.589.417.586 1.456.787 1.832.051.525-.848.388-2.626-.872-2.64zM16.663 16.127c1.177-.503 2.593.328 2.774 1.581.397 1.379-.518 3.221-2.118 3.08-2.33-.078-2.701-3.854-.655-4.661m.376.74c-1.099.619-1.03 2.844.305 3.124 1.777-.02 1.552-3.669-.305-3.124zM21.609 16.129l.98.014c.364.749.74 1.494 1.115 2.241.372-.752.752-1.5 1.124-2.25.323.002.644 0 .967-.005.139 1.501.271 3.003.404 4.504a25.87 25.87 0 0 0-.965.002c-.079-1.039-.157-2.079-.244-3.116-.435.845-.855 1.696-1.287 2.543-.431-.846-.854-1.698-1.288-2.543-.085 1.038-.162 2.077-.242 3.116a25.977 25.977 0 0 0-.967-.002l.402-4.504zM27.885 18.045c-.005-1.166 1.101-2.158 2.254-2.05 1.261.096 2.216 1.503 1.839 2.712-1.03 0-2.061-.007-3.091.009.052 1.195 1.629 1.601 2.266.603.253.155.505.307.76.458-.505.547-1.153 1.119-1.96 1.005-1.341-.07-2.277-1.454-2.068-2.737m1.003-.15c.738.007 1.476.011 2.214-.007-.085-1.389-2.196-1.429-2.214.007z"/><path fill="#fff" d="M2.241.66C12.498.494 22.771.638 33.035.588c1.229-.143 2.487.823 2.445 2.106.013 6.204.014 12.408 0 18.612.027 1.187-1.086 2.192-2.263 2.093-10.174-.005-20.349.009-30.523-.007-1.115.027-2.111-.973-2.084-2.086C.592 15.162.606 9.015.601 2.871.527 1.862 1.231.852 2.241.66m14.761 1.172c-1.249 1.283-2.451 2.615-3.681 3.919-.245.285-.608.415-.973.455-1.801.229-3.598.496-5.395.752-.662.042-1.061.709-.967 1.33.097.926-.341 2.346.854 2.703.328-1.238 1.4-2.286 2.725-2.312 1.59-.123 2.981 1.276 3.032 2.835 3.367 0 6.734-.009 10.102.005.063-1.519 1.37-2.898 2.925-2.844 1.415-.031 2.598 1.117 2.855 2.467.751-.092 1.261-.657 1.269-1.411.063-1.157.965-2.562-.034-3.526-1.234-1.418-2.438-2.866-3.678-4.278a1.172 1.172 0 0 0-.949-.429c-2.229-.02-4.457.005-6.686-.011-.476.007-1.039-.045-1.397.345M8.909 9.288c-1.11.374-1.812 1.644-1.503 2.781.283 1.316 1.828 2.16 3.086 1.662 1.166-.388 1.864-1.768 1.456-2.936-.361-1.238-1.832-1.967-3.039-1.507m15.88.009c-1.149.393-1.833 1.758-1.442 2.916.355 1.231 1.821 1.985 3.026 1.525 1.189-.383 1.9-1.796 1.467-2.976-.379-1.229-1.851-1.936-3.051-1.465M4.06 16.132c0 1.5-.002 3.001 0 4.502.323-.007.644-.007.967 0 0-.72-.004-1.438.005-2.156 1.196.031 1.487 1.321 2.005 2.153.392 0 .783 0 1.175.005-.711-.814-.935-2.028-1.934-2.575.475-.446.879-.98 1.476-1.27a7.764 7.764 0 0 1-.249-.789c-1.034.323-1.451 1.489-2.469 1.826-.002-.567-.02-1.133-.009-1.7-.323.005-.646.005-.967.004m5.72-.001c-.002 2.142-.002 4.286-.002 6.428.323-.004.644-.005.967-.002 0-.742.004-1.483-.011-2.225.603.516 1.494.608 2.153.141 1.117-.724 1.186-2.295.731-3.427-.484-1.106-2.137-1.456-2.923-.469a51.83 51.83 0 0 1-.124-.449c-.263.005-.527.007-.79.004m6.882-.005c-2.046.807-1.675 4.583.655 4.661 1.601.141 2.515-1.702 2.118-3.08-.18-1.252-1.597-2.084-2.774-1.581m4.947.002l-.402 4.504c.323-.005.644-.005.967.002.079-1.039.157-2.079.242-3.116.435.845.857 1.696 1.288 2.543.431-.846.852-1.698 1.287-2.543.087 1.038.164 2.077.244 3.116.321-.007.644-.007.965-.002-.134-1.501-.265-3.003-.404-4.504-.323.005-.644.007-.967.005-.372.751-.752 1.498-1.124 2.25-.375-.747-.751-1.492-1.115-2.241-.327-.005-.653-.011-.98-.014m6.275 1.916c-.209 1.283.727 2.667 2.068 2.737.807.114 1.454-.458 1.96-1.005-.254-.152-.507-.303-.76-.458-.637.998-2.214.592-2.266-.603 1.03-.016 2.061-.009 3.091-.009.377-1.209-.577-2.617-1.839-2.712-1.153-.108-2.259.884-2.254 2.05z"/><path fill="#fff" d="M17.58 2.429c2.535-.209 5.132-.056 7.689-.078.991.087.843 1.303 1.018 2.01.17.659.319 1.801-.653 1.846-3.373.023-6.751.016-10.125.004-.543.038-.884-.704-.491-1.086.826-.92 1.642-1.869 2.562-2.696zM9.268 10.177c.962-.357 2.043.592 1.814 1.588-.146 1.056-1.595 1.532-2.342.772-.785-.662-.469-2.097.529-2.36zM25.149 10.185c.931-.359 2.014.516 1.846 1.501-.083 1.045-1.463 1.611-2.261.931-.877-.615-.619-2.146.415-2.432zM11.765 16.865c1.26.014 1.397 1.792.872 2.64-.375.736-1.415.536-1.832-.051-.157-.931-.278-2.396.96-2.589zM17.04 16.867c1.857-.545 2.082 3.104.305 3.124-1.335-.28-1.404-2.505-.305-3.124zM28.888 17.895c.018-1.436 2.129-1.397 2.214-.007-.738.018-1.476.014-2.214.007z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--except-vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h24v24H0V0m.48.48v23.04c7.678.001 15.355.001 23.032-.001V.481C15.836.479 8.158.479.48.48z"/><path fill="#1f1917" d="M13.112 2.63c-.001-.302-.001-.604.002-.906l.611.004c0 .3.001.601-.001.902h-.612zM3.127 2.952l.614.001c.006.698-.001 1.397.005 2.095.563-.694 1.109-1.402 1.672-2.095l.78-.001c-.478.593-.968 1.175-1.448 1.766.476.863.973 1.714 1.45 2.576l-.78.002c-.356-.672-.702-1.349-1.055-2.022-.634.509-.708 1.258-.622 2.02l-.616.002c-.004-1.448-.002-2.897 0-4.345zM6.785 2.965l.599-.017c.042 1.448.008 2.899.018 4.349l-.617.001c-.004-1.445-.002-2.89 0-4.333zM8.125 2.953l.641-.001c.373 1.091.682 2.204 1.085 3.284.368-1.088.692-2.192 1.05-3.283l.625-.001c-.452 1.45-.913 2.897-1.369 4.344h-.631c-.466-1.448-.94-2.893-1.4-4.343zM12.16 7.296c.001-1.446-.008-2.892.005-4.338.818.004 1.636-.001 2.454.004v.616c-.612.004-1.225-.002-1.838.004-.002.409-.002.817 0 1.226.468.004.936.002 1.403.004v.634c-.468.002-.936.001-1.403.002-.002.41-.002.821 0 1.23.612.005 1.225-.001 1.838.004v.617c-.82.001-1.639.002-2.459-.001zM15.044 2.952l.643.001c.362 1.109.715 2.22 1.076 3.329.359-1.109.698-2.222 1.058-3.33h.625c-.452 1.448-.914 2.893-1.368 4.342-.209.001-.419.002-.628.005-.476-1.446-.941-2.897-1.408-4.346zM19.081 2.96c.82-.001 1.638-.004 2.458.001v.616c-.613.004-1.225-.001-1.838.002-.004.41-.004.82 0 1.229l1.404.002-.001.634c-.467.002-.935.002-1.403.001-.004.412-.004.822 0 1.232.613.002 1.225-.002 1.838.002v.617c-.82.002-1.638.001-2.458 0-.002-1.445-.002-2.891 0-4.337zM9.648 12.029c2.402-.062 4.814-.019 7.222-.02.869.871 1.726 1.758 2.608 2.617.773.095 1.567.01 2.348.038.131.769.626 1.543.319 2.327-.108.424-.209.851-.317 1.276-.768.058-1.536.107-2.303.16-.044-.978-.88-1.864-1.88-1.837-.991-.008-1.806.869-1.849 1.837-2.608-.004-5.216-.002-7.824 0-.046-.971-.863-1.849-1.856-1.837-1-.023-1.83.86-1.874 1.837-.517-.053-1.033-.103-1.55-.161-.326-.614-.654-1.229-.973-1.848.151-.48.307-.959.468-1.436 1.397-.128 2.802-.188 4.195-.332 1.11-.845 2.159-1.772 3.268-2.62m-2.43 2.632c1.572.004 3.145.004 4.717 0 .004-.706.004-1.41 0-2.116-.7.01-1.4-.026-2.098.013-.9.665-1.752 1.396-2.62 2.102m5.207-2.115c-.004.706-.004 1.411 0 2.116 1.469.004 2.936.005 4.405 0-.479-.712-.972-1.414-1.464-2.117-.98-.001-1.961-.002-2.941.001z"/><path fill="#1f1917" d="M5.674 16.952c.805-.264 1.732.284 1.927 1.099.253.878-.457 1.849-1.36 1.914-.808.091-1.585-.572-1.668-1.372-.092-.718.406-1.447 1.1-1.642zM17.203 16.968c.802-.295 1.75.234 1.964 1.05.272.862-.4 1.841-1.286 1.94-.781.122-1.566-.474-1.711-1.241-.162-.733.32-1.529 1.033-1.75z"/><path fill="#fff" d="M.48.48C8.158.479 15.835.479 23.512.481v23.038c-7.676.002-15.354.002-23.032.001V.48m12.632 2.15h.612c.002-.301.001-.602.001-.902l-.611-.004c-.004.302-.004.604-.002.906m-9.985.322c-.002 1.448-.004 2.897 0 4.345l.616-.002c-.086-.762-.012-1.511.622-2.02.353.673.698 1.35 1.055 2.022l.78-.002c-.476-.863-.973-1.714-1.45-2.576.48-.592.971-1.174 1.448-1.766l-.78.001c-.563.694-1.109 1.402-1.672 2.095-.006-.698.001-1.397-.005-2.095l-.614-.001m3.658.012a1043.05 1043.05 0 0 0 0 4.333l.617-.001c-.01-1.45.024-2.9-.018-4.349l-.599.017m1.34-.012c.461 1.45.935 2.894 1.4 4.343h.631c.456-1.447.917-2.894 1.369-4.344l-.625.001c-.358 1.091-.682 2.195-1.05 3.283-.403-1.08-.712-2.194-1.085-3.284l-.641.001m4.036 4.343c.82.004 1.639.002 2.459.001V6.68c-.613-.005-1.226.001-1.838-.004-.002-.409-.002-.82 0-1.23.467-.001.935 0 1.403-.002V4.81c-.467-.001-.935 0-1.403-.004-.002-.409-.002-.817 0-1.226.613-.006 1.226 0 1.838-.004V2.96c-.818-.005-1.636 0-2.454-.004-.013 1.446-.004 2.892-.005 4.338m2.884-4.342c.467 1.45.931 2.9 1.408 4.346l.628-.005c.454-1.448.916-2.893 1.368-4.342h-.625c-.36 1.108-.7 2.221-1.058 3.33-.361-1.109-.714-2.22-1.076-3.329l-.643-.001m4.035.009c-.002 1.446-.002 2.892 0 4.337.82.001 1.638.002 2.458 0V6.68c-.613-.005-1.225 0-1.838-.002-.004-.41-.004-.821 0-1.232.468.001.936.001 1.403-.001l.001-.634-1.404-.002a62.936 62.936 0 0 1 0-1.229c.613-.004 1.225.001 1.838-.002v-.616c-.82-.005-1.638-.002-2.458-.001m-9.433 9.068c-1.109.847-2.158 1.775-3.268 2.62-1.393.144-2.798.204-4.195.332-.161.478-.317.956-.468 1.436.319.619.647 1.234.973 1.848.517.058 1.033.108 1.55.161.044-.977.875-1.86 1.874-1.837.994-.012 1.811.866 1.856 1.837 2.608-.002 5.216-.004 7.824 0 .043-.968.858-1.846 1.849-1.837 1.001-.026 1.836.859 1.88 1.837.767-.053 1.535-.102 2.303-.16.108-.425.209-.852.317-1.276.307-.784-.188-1.558-.319-2.327-.781-.029-1.576.056-2.348-.038-.882-.859-1.739-1.746-2.608-2.617-2.407.001-4.819-.042-7.222.02m-3.972 4.924c-.695.194-1.193.924-1.1 1.642.083.799.86 1.463 1.668 1.372.902-.065 1.613-1.036 1.36-1.914-.196-.815-1.122-1.363-1.927-1.099m11.528.015c-.713.221-1.195 1.016-1.033 1.75.145.767.93 1.363 1.711 1.241.887-.1 1.559-1.079 1.286-1.94-.215-.816-1.163-1.345-1.964-1.05z"/><path fill="#fff" d="M7.22 14.662c.868-.707 1.72-1.438 2.62-2.102.697-.04 1.398-.004 2.098-.013.004.706.004 1.41 0 2.116-1.572.004-3.145.004-4.717 0zM12.426 12.546c.98-.004 1.961-.002 2.941-.001.492.703.985 1.405 1.464 2.117a718.67 718.67 0 0 1-4.405 0c-.004-.704-.004-1.41 0-2.116z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--go-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.593 0h.425l.032.019c-.148.056-.335.122-.476.013L2.593 0zM30.416 0h.421l.025.028c-.137.116-.328.046-.477-.006L30.416 0zM2.304.11a.192.192 0 0 1 .227-.033c-.064.072-.14.084-.227.033zM2.679.289C3.068.223 3.463.24 3.856.238h25.795c.458 0 .928-.017 1.371.124 1.313.378 2.308 1.72 2.214 3.095-.005 5.852.004 11.704-.005 17.557-.106 1.083-.842 2.1-1.849 2.524-.54.251-1.148.255-1.731.25-8.822-.005-17.643.007-26.464-.006-1.544.023-2.924-1.316-3.014-2.841.001-5.828.002-11.656 0-17.483C.063 1.977 1.217.535 2.679.291m.41.484C1.735.815.605 2.121.691 3.458.695 9.266.692 15.073.696 20.88c.053 1.067.89 2.034 1.919 2.292.581.14 1.181.088 1.772.097 8.622-.003 17.244.002 25.866-.007 1.35-.011 2.472-1.264 2.462-2.586-.004-5.851 0-11.702-.007-17.553-.076-1.33-1.338-2.411-2.657-2.366C21.063.768 12.074.734 3.088.774zM1.501.479l.136-.092-.136.092zM31.874.457zM1.149.688L1.293.6l-.144.088zM.473 1.498l.08-.147-.08.147zM32.887 1.417zM.328 1.695zM32.989 1.586c.164.181.272.407.324.644a5.702 5.702 0 0 1-.324-.644z"/><path fill="#fffffe" d="M2.881 1.757c.342-.07.693-.047 1.041-.049 8.753.002 17.506 0 26.259.004.826-.006 1.568.719 1.583 1.542-.001 5.853-.001 11.706-.004 17.559-.036.947-.995 1.637-1.91 1.505-8.865-.004-17.731-.001-26.597-.004-.846.021-1.613-.729-1.611-1.573.001-5.784.004-11.567.001-17.351-.05-.743.509-1.481 1.237-1.633m4.815 2.147c.788 3.058 1.584 6.112 2.377 9.169.103.436.629.671 1.029.491.231-.095.352-.33.456-.541.323-.709.65-1.415.972-2.124 3.624 3.169 7.225 6.365 10.851 9.532.899-1.028 1.806-2.048 2.703-3.077-3.609-3.186-7.234-6.353-10.837-9.545.673-.415 1.341-.837 2.011-1.257.243-.155.504-.384.482-.701a.762.762 0 0 0-.71-.755c-3.111-.401-6.223-.796-9.334-1.191zM.063 2.304c-.027-.13.047-.248.124-.346a.362.362 0 0 1-.124.346zM33.379 2.441c.076.057.096.132.057.224-.07-.062-.09-.136-.057-.224zM33.373 21.626a.193.193 0 0 1 .065-.225c.035.094.013.169-.065.225zM0 21.482c.092.053.108.121.048.206L0 21.661v-.18zM.397 22.441l.093.14-.093-.14zM.943 23.173l.146.086-.146-.086zM32.138 23.388l.152-.07-.152.07zM1.231 23.39l.144.081-.144-.081zM31.945 23.539l.14-.092-.14.092zM1.524 23.568c.225.082.448.176.645.314a1.906 1.906 0 0 1-.645-.314zM2.182 23.891c.08-.06.154-.05.219.031a.19.19 0 0 1-.219-.031zM30.979 23.926c.064-.071.14-.086.225-.045-.062.07-.138.086-.225.045zM2.444 23.965c.098-.111.253-.037.35.035H2.47l-.026-.035zM30.641 24c.069-.078.193-.122.283-.047l-.021.047h-.262z"/><path fill="#323131" d="M3.018 0l27.367.022c-.373.075-.755.043-1.133.045H4.188C3.808.066 3.425.095 3.049.02L3.017.001z"/><path fill="#1a1919" d="M2.53.077l.043-.045c.141.109.328.043.476-.013.376.075.759.047 1.139.047h25.064c.378-.001.76.031 1.133-.045.148.052.34.122.477.006l.043.049c.061.074.136.087.225.04l.04.035.161.025a4.916 4.916 0 0 1 .684.368c.356.211.64.535.872.874a17.82 17.82 0 0 1 .102.169c.095.221.202.437.324.644l.007.015.055.15.004.046c-.033.088-.013.162.057.224l.009.09c-.011 6.175.001 12.35-.006 18.525l-.001.122a.194.194 0 0 0-.065.225l-.009.041-.037.159c-.235.562-.571 1.093-1.038 1.493l-.152.07-.054.058-.14.092c-.174.108-.358.2-.544.285l-.16.025-.037.033c-.085-.041-.16-.026-.225.045l-.055.027c-.09-.075-.213-.031-.283.047H2.792c-.096-.072-.251-.146-.35-.035l-.043-.043c-.066-.08-.139-.09-.219-.031l-.013-.009a2.752 2.752 0 0 0-.645-.314l-.149-.096-.144-.081-.142-.132-.146-.086c-.157-.193-.318-.383-.453-.592l-.093-.14a4.739 4.739 0 0 1-.286-.547l-.027-.162-.037-.044c.06-.085.045-.154-.048-.206V2.457l.064-.128-.001-.023a.36.36 0 0 0 .124-.346c.045-.088.093-.176.141-.263l.094-.138.052-.059.08-.147A2.79 2.79 0 0 1 1.147.69l.144-.088c.068-.041.137-.082.207-.12L1.634.39c.088-.049.178-.095.267-.142l.157-.042c.08-.033.162-.064.243-.094.087.051.162.04.227-.033m.151.21C1.218.533.064 1.976.173 3.456c.002 5.828.001 11.656 0 17.483.09 1.525 1.469 2.865 3.014 2.841 8.822.013 17.643.001 26.464.006.583.005 1.191.001 1.731-.25 1.007-.424 1.742-1.441 1.849-2.524.009-5.852 0-11.705.005-17.557C33.33 2.08 32.335.738 31.022.36c-.443-.141-.913-.124-1.371-.124H3.856c-.393.002-.788-.015-1.177.051z"/><path fill="#1a1919" d="M3.089.775C12.075.734 21.064.768 30.052.758c1.32-.045 2.581 1.036 2.657 2.366.007 5.85.003 11.701.007 17.553.009 1.322-1.113 2.575-2.462 2.586-8.622.009-17.244.003-25.866.007-.591-.009-1.191.043-1.772-.097-1.03-.258-1.866-1.225-1.919-2.292C.693 15.074.696 9.267.692 3.459.606 2.122 1.736.816 3.09.776m-.209.981c-.728.152-1.287.891-1.237 1.633.003 5.784 0 11.567-.001 17.351-.002.844.765 1.594 1.611 1.573 8.865.003 17.731 0 26.597.004.915.132 1.874-.558 1.91-1.505.003-5.853.003-11.706.004-17.559-.015-.823-.757-1.548-1.583-1.542-8.753-.004-17.506-.002-26.259-.004-.348.003-.699-.021-1.041.049z"/><path fill="#1a1919" d="M7.695 3.904c3.111.394 6.223.79 9.334 1.191.392.031.715.356.71.755.022.317-.239.546-.482.701-.67.42-1.338.842-2.011 1.257 3.603 3.192 7.229 6.359 10.837 9.545-.898 1.028-1.804 2.049-2.703 3.077-3.626-3.167-7.227-6.362-10.851-9.532-.322.709-.649 1.415-.972 2.124-.104.211-.225.446-.456.541-.4.18-.926-.055-1.029-.491-.792-3.056-1.588-6.111-2.377-9.169z"/><path fill="#d0d0d0" d="M30.905.076c.086-.04.16-.027.225.04-.088.047-.164.034-.225-.04z"/><path fill="#dbdbdb" d="M31.169.151z"/><path fill="#c2c1c1" d="M1.903.245L2.06.203l-.157.042z"/><path fill="#c3c3c3" d="M33.32 2.245l.055.15-.055-.15z"/><path fill="#dadada" d="M0 2.334l.064-.007L0 2.455v-.12z"/><path fill="#aaa9a9" d="M33.445 2.754l.062.077v18.443l-.068.005c.007-6.175-.005-12.35.006-18.525z"/><path fill="#dcdbdb" d="M33.327 21.825l.037-.159-.037.159z"/><path fill="#c6c6c6" d="M.084 21.732l.027.162-.027-.162z"/><path fill="#c7c7c7" d="M31.241 23.848l.16-.025-.16.025z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--go-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.677 0h.404l.033.014c-.138.076-.332.131-.461.008L2.678 0zM30.49 0h.412l.024.025c-.136.116-.328.066-.469-.013L30.49 0zM2.167.176A.92.92 0 0 1 2.61.058a.402.402 0 0 1-.443.118zM30.975.074a.193.193 0 0 1 .226.037c-.087.051-.162.039-.226-.037zM2.75.297c.233-.045.471-.055.708-.058h26.193c.515.001 1.044-.026 1.54.14 1.29.392 2.241 1.727 2.143 3.078-.005 5.849.003 11.698-.004 17.547-.103 1.096-.852 2.125-1.875 2.544-.481.217-1.019.241-1.538.239-8.866-.005-17.731.005-26.597-.005-1.555.039-2.956-1.302-3.048-2.839C.271 15.115.274 9.285.271 3.456.17 1.987 1.311.566 2.749.295m.473.478C1.894.822.714 2.051.793 3.391c.002 5.717 0 11.435-.003 17.153-.052 1.094.656 2.195 1.69 2.574.38.118.78.164 1.177.149 8.576-.001 17.152.002 25.729.003.42-.004.844.025 1.26-.052 1.233-.162 2.252-1.358 2.167-2.607-.001-5.717 0-11.435.004-17.152.068-1.125-.713-2.226-1.776-2.577a4.377 4.377 0 0 0-1.123-.124C21.02.771 12.12.738 3.223.775zM31.863.385l.138.088-.138-.088zM1.495.538zM32.204.598l.144.083-.144-.083zM32.962 1.359l.072.148-.072-.148zM.531 1.564l.083-.14-.083.14zM33.094 1.565zM.192 2.224c.062-.227.158-.449.314-.628a4.183 4.183 0 0 1-.314.628z"/><path fill="#fffffe" d="M3.011 1.751c.3-.062.608-.037.911-.041l25.662-.003c.414.004.843-.033 1.242.104.603.233 1.056.859 1.036 1.512-.003 5.805 0 11.611.001 17.417.002.844-.765 1.594-1.611 1.572-8.956.001-17.912.005-26.867.001-.856.04-1.646-.715-1.641-1.57-.001-5.807-.001-11.614-.004-17.422-.017-.733.548-1.435 1.27-1.572m13.413 3.357c-.652.039-.903 1.003-.328 1.334.709.477 1.445.913 2.167 1.368-3.606 3.189-7.229 6.359-10.839 9.543.898 1.03 1.805 2.05 2.703 3.079 3.625-3.169 7.228-6.363 10.851-9.534.322.709.649 1.416.972 2.125.104.212.226.445.456.541.4.179.925-.054 1.028-.49.794-3.056 1.588-6.112 2.378-9.169-3.129.401-6.262.787-9.389 1.203zM33.331 1.96c.07.098.122.213.116.337-.099-.078-.179-.212-.116-.337zM.066 2.663c-.035-.094-.011-.168.069-.221a.189.189 0 0 1-.069.221zM.068 21.402a.192.192 0 0 1 .068.222c-.081-.054-.104-.128-.068-.222zM33.454 21.682c-.056-.085-.038-.152.053-.202v.183l-.053.019zM33.024 22.572l.092-.138-.092.138zM32.407 23.26l.147-.077-.147.077zM1.226 23.328l.153.062-.153-.062zM32.126 23.473l.146-.077-.146.077zM1.434 23.46l.14.086-.14-.086zM31.343 23.878c.195-.128.41-.225.63-.304a1.916 1.916 0 0 1-.63.304zM2.306 23.873c.088-.036.162-.017.223.058-.09.035-.164.016-.223-.058zM31.102 23.924c.062-.076.137-.088.224-.039a.187.187 0 0 1-.224.039zM2.587 23.952c.086-.076.211-.037.274.048h-.253l-.021-.048zM30.713 24c.092-.08.253-.145.347-.032l-.029.032h-.318z"/><path fill="#323131" d="M3.081 0l27.377.012c-.374.082-.759.057-1.139.055H4.255c-.381.002-.766.03-1.142-.053L3.08 0z"/><path fill="#1a1919" d="M2.61.058l.042-.036c.129.123.323.068.461-.008.376.082.761.055 1.141.053h25.064c.38.003.765.027 1.139-.055.14.079.332.128.469.013l.049.049c.064.076.139.088.226.037.082.03.164.06.245.093l.158.042.26.139.138.088.203.124.144.083c.236.195.448.42.614.678l.072.148.06.058.084.142c.051.084.101.169.153.253-.063.125.017.259.116.337l.003.032.057.144v19.007c-.09.05-.108.117-.053.202l-.03.051-.027.162c-.088.182-.18.364-.282.54l-.092.138a7.508 7.508 0 0 1-.47.611l-.147.077-.135.136-.146.077-.153.101a2.906 2.906 0 0 0-.63.304l-.017.007c-.087-.05-.162-.037-.224.039l-.042.044c-.094-.113-.255-.048-.347.032H2.861c-.062-.084-.188-.124-.274-.048l-.059-.021c-.06-.075-.134-.094-.223-.058l-.041-.018-.16-.031a7.047 7.047 0 0 1-.531-.278l-.14-.086-.055-.07-.153-.062c-.468-.404-.811-.934-1.046-1.502l-.043-.158-.001-.044c.027-.09.005-.164-.068-.222l-.013-.08C.08 15.144.057 8.966.065 2.787v-.125a.189.189 0 0 0 .069-.221l-.007-.045.056-.151.007-.021c.124-.199.227-.411.314-.628l.024-.033.083-.14c.237-.344.524-.663.882-.885l.142-.084c.174-.098.352-.188.531-.279.154.06.336.007.443-.118m.141.24C1.311.568.17 1.989.272 3.458c.003 5.829 0 11.658.001 17.487.091 1.537 1.493 2.878 3.048 2.839 8.865.011 17.731.001 26.597.005.519.002 1.057-.022 1.538-.239 1.022-.42 1.772-1.448 1.875-2.544.007-5.849-.001-11.698.004-17.547.098-1.351-.854-2.687-2.143-3.078-.496-.166-1.025-.14-1.54-.14H3.459a3.995 3.995 0 0 0-.708.058z"/><path fill="#1a1919" d="M3.222.773C12.119.736 21.019.77 29.917.756c.378-.007.756.035 1.123.124 1.063.351 1.845 1.452 1.776 2.577-.004 5.717-.005 11.435-.004 17.152.085 1.249-.934 2.446-2.167 2.607-.416.076-.84.048-1.26.052-8.576-.001-17.152-.004-25.729-.003a3.524 3.524 0 0 1-1.177-.149c-1.034-.378-1.742-1.479-1.69-2.574.003-5.718.005-11.436.003-17.153C.713 2.049 1.892.82 3.221.771m-.21.98c-.721.137-1.286.84-1.27 1.572.003 5.807.003 11.614.004 17.422-.005.855.786 1.61 1.641 1.57 8.955.005 17.911.001 26.867-.001.846.022 1.613-.728 1.611-1.572-.001-5.806-.004-11.612-.001-17.417.02-.654-.433-1.28-1.036-1.512-.399-.138-.828-.1-1.242-.104l-25.662.003c-.304.004-.612-.022-.911.041z"/><path fill="#1a1919" d="M16.423 5.106c3.127-.416 6.26-.802 9.389-1.203-.79 3.057-1.584 6.114-2.378 9.169-.103.436-.628.669-1.028.49-.23-.096-.352-.329-.456-.541-.323-.709-.65-1.415-.972-2.125-3.623 3.171-7.227 6.364-10.851 9.534-.898-1.028-1.806-2.049-2.703-3.079 3.61-3.184 7.233-6.354 10.839-9.543-.723-.455-1.459-.892-2.167-1.368-.575-.331-.324-1.294.328-1.334z"/><path fill="#c2c1c1" d="M31.446.204z"/><path fill="#c3c3c3" d="M.129 2.397l.056-.151-.056.151z"/><path fill="#dadada" d="M33.45 2.329l.057.023v.12l-.057-.144z"/><path fill="#aaa9a9" d="M0 2.792l.066-.005C.057 8.965.081 15.143.055 21.322L0 21.21V2.792z"/><path fill="#dcdbdb" d="M.137 21.668l.043.158-.043-.158z"/><path fill="#c6c6c6" d="M33.398 21.895l.027-.162-.027.162z"/><path fill="#c7c7c7" d="M2.105 23.824l.16.031-.16-.031z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--go-straight-or-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.834 0h27.784l.057.062C30.09.023 29.504.038 28.919.035H4.52C3.934.038 3.347.023 2.762.06L2.834 0zM2.437.125c.06-.076.135-.093.225-.053a.188.188 0 0 1-.225.053zM30.773.074c.086-.037.162-.025.227.038-.082.051-.158.039-.227-.038zM2.17.203c.052-.084.126-.106.221-.066a.203.203 0 0 1-.221.066zM31.041.147c.084-.042.16-.032.228.031-.085.051-.161.041-.228-.031zM2.948.295C3.294.253 3.642.27 3.989.268h25.729c.578-.004 1.183.015 1.711.276 1.12.507 1.912 1.74 1.812 2.98-.001 5.829.001 11.659-.001 17.488-.116 1.502-1.469 2.809-2.993 2.8-8.974.009-17.947.001-26.922.004-1.642.086-3.159-1.367-3.147-3.006C.185 14.894.177 8.978.182 3.061.302 1.65 1.512.374 2.949.294m-.004.53C1.639.93.599 2.233.697 3.524c.005 5.806 0 11.611.007 17.416.06.923.708 1.773 1.552 2.135.499.222 1.062.232 1.6.223 8.797-.002 17.594-.001 26.392-.005 1.341-.008 2.464-1.237 2.474-2.552-.003-5.872.001-11.744-.007-17.616-.093-1.297-1.308-2.355-2.6-2.338C21.407.784 12.697.786 3.989.786 3.641.791 3.29.765 2.945.824zM1.428.544l.139-.088-.139.088zM31.937.525zM32.131.673l.152.07-.152-.07zM1.009.827l.144-.095-.144.095zM.802 1.088l.09-.146-.09.146zM.396 1.627l.095-.139-.095.139z"/><path fill="#fffffe" d="M3.019 1.764c.233-.033.469-.029.704-.028 8.822.002 17.643.001 26.464.004.816-.007 1.549.701 1.583 1.512.002 5.807-.003 11.615-.001 17.423.049.789-.596 1.576-1.39 1.644-.22.032-.441.027-.662.026l-26.46-.002c-.832.017-1.588-.707-1.607-1.536-.001-5.806.003-11.612.001-17.418-.042-.777.59-1.542 1.368-1.626m15.369 7.785c-.315.414.126 1.076.629.962.73-.162 1.431-.439 2.158-.615.002 2.425.003 4.851-.001 7.276-2.843-1.922-5.677-3.86-8.51-5.796.584-.473 1.207-.901 1.774-1.395.388-.346.095-1.055-.418-1.05-2.697-.1-5.396-.162-8.094-.244.927 2.532 1.856 5.064 2.786 7.594.179.507.937.517 1.173.049.245-.7.484-1.403.725-2.105 3.282 2.198 6.549 4.42 9.823 6.63a.282.282 0 0 0 .174.064c1.353.003 2.706-.006 4.059.002.034-3.678.001-7.358.012-11.037.706.196 1.4.435 2.111.612.508.164.992-.507.681-.935-1.51-2.24-3.026-4.476-4.542-6.712-1.519 2.229-3.028 4.466-4.539 6.7zM0 2.405l.05-.024c.058.09.042.157-.05.201v-.177zM33.389 2.439c.069.062.084.139.043.227-.07-.066-.085-.143-.043-.227zM33.451 2.762l.056.073v18.483l-.063.046c.02-.206.033-.414.03-.62-.019-5.993.025-11.989-.023-17.981zM33.396 21.633c-.051-.084-.038-.16.037-.225a.187.187 0 0 1-.037.225zM.117 21.903c.114.156.201.329.253.515a1.328 1.328 0 0 1-.253-.515zM33.027 22.437l.092-.137-.092.137zM1.08 23.315l.152.077-.152-.077zM1.296 23.453l.142.087-.142-.087zM31.869 23.612l.138-.087-.138.087zM1.585 23.63c.181.059.36.133.515.247a1.114 1.114 0 0 1-.515-.247zM2.111 23.884c.082-.051.154-.035.215.049a.18.18 0 0 1-.215-.049zM31.108 23.922c.068-.071.144-.083.228-.035-.066.065-.143.077-.228.035zM30.853 24c.052-.09.12-.107.206-.051l-.024.051h-.182z"/><path fill="#1a1919" d="M2.663.072l.1-.012C3.348.023 3.935.039 4.521.035H28.92c.585.003 1.171-.013 1.756.027l.098.011c.07.076.146.088.227.038l.041.035c.067.072.143.082.228.031l.176.094.152.053a13.116 13.116 0 0 1 .482.288l.053.06.152.07c.378.32.67.732.897 1.169l.053.147.098.18.023.16.035.039c-.043.084-.028.161.043.227l.019.096c.048 5.993.004 11.988.023 17.981.003.207-.01.414-.03.62l-.011.045c-.075.065-.088.14-.037.225l-.09.242-.043.154c-.047.091-.095.181-.144.271l-.092.137c-.241.438-.563.858-1.019 1.088l-.138.087a4.26 4.26 0 0 1-.533.275c-.084-.048-.16-.036-.228.035l-.049.027c-.086-.056-.154-.039-.206.051H2.525l-.136-.06-.06-.007c-.06-.084-.132-.1-.215-.049l-.011-.007a1.826 1.826 0 0 0-.515-.247l-.146-.09-.142-.087-.064-.061-.152-.077c-.293-.248-.515-.568-.711-.896a1.557 1.557 0 0 0-.253-.515c-.039-.093-.079-.187-.117-.281V2.581c.092-.044.108-.11.05-.201l.033-.048.029-.16c.083-.188.174-.373.284-.547l.095-.139c.086-.146.187-.284.311-.4L.895.94l.117-.115.144-.095a1.39 1.39 0 0 1 .275-.187L1.57.455a3.34 3.34 0 0 1 .406-.213l.158-.036.039-.005a.2.2 0 0 0 .221-.066l.047-.012c.086.035.162.017.225-.053m.282.225C1.511.375.301 1.651.181 3.062.176 8.978.184 14.894.177 20.811c-.011 1.639 1.505 3.091 3.147 3.006 8.974-.003 17.948.005 26.922-.004 1.524.009 2.877-1.298 2.993-2.8.003-5.829 0-11.659.001-17.488.1-1.24-.691-2.473-1.812-2.98-.529-.261-1.134-.28-1.711-.276H3.988c-.347.003-.695-.015-1.041.027z"/><path fill="#1a1919" d="M2.945.824C3.29.765 3.64.791 3.989.786c8.708.001 17.418-.002 26.126.001 1.292-.017 2.507 1.04 2.6 2.338.008 5.872.003 11.745.007 17.616-.009 1.315-1.133 2.544-2.474 2.552-8.798.004-17.595.003-26.392.005-.538.009-1.102-.001-1.6-.223-.844-.362-1.492-1.212-1.552-2.135C.697 15.135.702 9.33.697 3.524.599 2.233 1.639.931 2.945.824m.074.94c-.778.084-1.409.849-1.368 1.626.002 5.806-.002 11.612-.001 17.418.019.829.775 1.553 1.607 1.536l26.46.002c.221.001.442.006.662-.026.794-.068 1.439-.855 1.39-1.644-.003-5.808.003-11.616.001-17.423-.034-.811-.767-1.519-1.583-1.512-8.822-.003-17.643-.002-26.464-.004-.235-.001-.471-.005-.704.028z"/><path fill="#1a1919" d="M18.388 9.548c1.511-2.234 3.02-4.471 4.539-6.7 1.516 2.236 3.032 4.472 4.542 6.712.311.428-.173 1.1-.681.935-.711-.178-1.405-.416-2.111-.612-.011 3.679.022 7.36-.012 11.037-1.354-.008-2.706.001-4.059-.002a.287.287 0 0 1-.174-.064c-3.274-2.21-6.541-4.432-9.823-6.63-.241.702-.48 1.405-.725 2.105-.236.467-.994.458-1.173-.049-.931-2.53-1.859-5.063-2.786-7.594 2.698.082 5.397.144 8.094.244.513-.005.805.705.418 1.05-.566.494-1.189.921-1.774 1.395 2.833 1.936 5.667 3.874 8.51 5.796.004-2.426.003-4.851.001-7.276-.727.176-1.428.453-2.158.615-.503.114-.944-.548-.629-.962z"/><path fill="#cdcdcd" d="M1.973.244z"/><path fill="#dadada" d="M31.445.272l.152.053-.152-.053z"/><path fill="#d9d9d9" d="M33.18 1.913l.053.024v.123a8.652 8.652 0 0 0-.053-.147z"/><path fill="#c9c8c8" d="M.082 2.334l.029-.16-.029.16z"/><path fill="#cfcfcf" d="M33.331 2.24l.023.16-.023-.16z"/><path fill="#c8c8c8" d="M33.263 22.029l.043-.154-.043.154z"/><path fill="#bfbfbf" d="M2.386 23.94l.136.06h-.118l-.018-.06z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--go-straight-or-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.904 0h27.772l.073.058C30.14.024 29.53.038 28.92.035H4.721C4.089.038 3.457.023 2.826.06L2.904 0zM2.506.11c.064-.062.14-.074.226-.036-.07.076-.145.088-.226.036zM30.845.072c.089-.04.164-.023.225.052a.183.183 0 0 1-.225-.052zM2.238.176c.068-.061.144-.07.227-.029-.068.072-.144.082-.227.029zM31.117.136c.091-.038.165-.018.221.06-.088.033-.162.012-.221-.06zM2.89.31a6.01 6.01 0 0 1 .9-.044l25.995.001c.582-.003 1.191.011 1.727.266 1.134.498 1.921 1.747 1.817 2.99-.001 5.827.001 11.654-.001 17.481-.112 1.512-1.481 2.826-3.014 2.808-8.708.007-17.416.001-26.125.003-.581-.007-1.177.043-1.742-.129-1.328-.382-2.302-1.762-2.18-3.144C.268 14.869.268 9.196.266 3.523.144 1.998 1.368.491 2.89.31m.126.518C1.844.952.838 2.014.789 3.191L.785 20.74c.009 1.314 1.133 2.545 2.474 2.552 8.819.005 17.638.003 26.458.005.516.009 1.056-.011 1.534-.223.862-.37 1.525-1.252 1.554-2.2l.004-17.616C32.772 1.936 31.582.763 30.248.79 21.561.781 12.874.789 4.188.786c-.391.008-.785-.027-1.172.043zM31.942.458l.14.087-.14-.087zM1.423.62l.14-.092-.14.092zM1.217.751zM32.359.733l.14.095-.14-.095zM32.612.941l.091.142-.091-.142zM33.016 1.486l.094.138-.094-.138z"/><path fill="#fffffe" d="M3.085 1.765c.211-.037.425-.025.638-.026 8.821.001 17.642-.004 26.462-.001.871-.052 1.685.715 1.669 1.586-.001 5.828.002 11.656.002 17.483-.019.83-.775 1.553-1.606 1.535l-26.462.003c-.329.005-.665.002-.984-.09-.636-.233-1.111-.896-1.068-1.58.001-5.785-.001-11.569-.002-17.354-.003-.75.604-1.459 1.35-1.557m7.496 1.082C9.065 5.083 7.547 7.32 6.037 9.56c-.311.428.172 1.099.68.935.711-.178 1.405-.416 2.111-.613.009 3.679-.017 7.359.009 11.038 1.332-.006 2.665-.001 3.998-.001.191.021.325-.139.476-.228 3.194-2.156 6.384-4.32 9.583-6.47.245.702.481 1.407.728 2.108.235.468.993.458 1.172-.049.931-2.531 1.858-5.064 2.787-7.596-2.698.084-5.398.145-8.094.245-.513-.005-.806.705-.418 1.051.568.493 1.19.923 1.776 1.395-2.837 1.933-5.67 3.873-8.513 5.796-.004-2.427-.002-4.855-.001-7.282.725.185 1.429.455 2.159.62.503.114.943-.548.628-.961-1.51-2.236-3.022-4.471-4.539-6.703zM33.46 2.379l.047.025v.172c-.096-.039-.112-.105-.047-.196zM.076 2.666c-.043-.088-.029-.164.042-.227.042.084.028.16-.042.227zM0 2.831l.053-.073C.011 8.752.05 14.748.033 20.743c-.002.209.012.418.027.626l-.06-.07V2.831zM.076 21.41c.073.065.085.14.035.223a.18.18 0 0 1-.035-.223zM33.135 22.422c.056-.187.14-.364.255-.521a1.408 1.408 0 0 1-.255.521zM.39 22.302l.091.138-.091-.138zM32.278 23.39l.151-.076-.151.076zM32.072 23.538l.141-.088-.141.088zM1.495 23.521l.139.088-.139-.088zM31.407 23.879c.154-.118.336-.189.518-.251a1.2 1.2 0 0 1-.518.251zM2.17 23.888c.083-.048.159-.037.229.032a.182.182 0 0 1-.229-.032zM31.181 23.929c.062-.083.134-.097.215-.042a.18.18 0 0 1-.215.042zM2.447 23.951c.085-.058.155-.043.209.049h-.183l-.027-.049zM30.923 24c.051-.091.118-.108.204-.052l-.025.052h-.18z"/><path fill="#1a1919" d="M2.732.074L2.825.06C3.456.023 4.088.038 4.72.035h24.199c.61.003 1.22-.011 1.829.023l.096.014c.063.07.138.088.225.052l.047.012c.06.072.134.093.221.06l.037.018.16.027c.139.066.276.136.408.216l.14.087c.096.055.188.119.277.188l.14.095.113.112.091.142c.122.12.225.257.312.403l.094.138c.109.176.201.36.287.549l.026.161.037.045c-.064.091-.049.157.047.196v19.05c-.038.092-.076.184-.116.276a1.674 1.674 0 0 0-.255.521c-.195.326-.416.642-.706.891l-.151.076-.066.06-.141.088c-.05.029-.098.06-.147.09a1.776 1.776 0 0 0-.518.251l-.011.008c-.08-.055-.152-.041-.215.042l-.054.019c-.086-.057-.154-.039-.204.052H2.655c-.055-.091-.124-.107-.209-.049l-.049-.032c-.07-.069-.146-.08-.229-.032a4.788 4.788 0 0 1-.537-.278l-.139-.088c-.454-.227-.773-.647-1.013-1.082l-.091-.138c-.05-.09-.098-.181-.146-.273l-.041-.156c-.032-.08-.062-.16-.092-.24.05-.084.038-.158-.035-.223l-.015-.04a7.728 7.728 0 0 1-.027-.626C.049 14.745.01 8.749.052 2.755l.023-.092c.07-.067.084-.143.042-.227l.035-.039.023-.16.097-.179.054-.152c.231-.431.514-.842.891-1.159l.15-.076.057-.055.14-.092c.114-.069.231-.136.346-.203l.153-.053c.058-.033.117-.064.176-.096.084.053.16.043.227-.029l.041-.037c.081.053.156.041.226-.036m.157.24C1.368.491.144 1.998.266 3.523l.001 17.019c-.122 1.382.852 2.762 2.18 3.144.564.172 1.161.122 1.742.129 8.708-.002 17.417.004 26.125-.003 1.533.019 2.902-1.295 3.014-2.808.002-5.827 0-11.654.001-17.481.104-1.243-.683-2.492-1.817-2.99-.536-.255-1.145-.269-1.727-.266L3.79.266c-.3-.007-.601.006-.9.044z"/><path fill="#1a1919" d="M3.016.828c.387-.07.781-.035 1.172-.043 8.687.003 17.374-.005 26.06.004 1.334-.027 2.524 1.146 2.561 2.468l-.004 17.616c-.029.948-.692 1.83-1.554 2.2-.478.212-1.018.233-1.534.223-8.82-.003-17.639 0-26.458-.005-1.342-.007-2.465-1.237-2.474-2.552L.789 3.19C.838 2.013 1.844.95 3.016.827m.069.938c-.747.098-1.353.807-1.35 1.557.001 5.785.003 11.569.002 17.354-.043.685.432 1.347 1.068 1.58.319.092.655.094.984.09l26.462-.003c.831.018 1.587-.705 1.606-1.535 0-5.828-.003-11.656-.002-17.483.015-.872-.798-1.638-1.669-1.586-8.821-.003-17.642.001-26.462.001-.213.001-.427-.011-.638.026z"/><path fill="#1a1919" d="M10.58 2.846a3422.31 3422.31 0 0 1 4.539 6.703c.314.413-.126 1.076-.628.961-.73-.164-1.433-.435-2.159-.62-.001 2.427-.003 4.855.001 7.282 2.843-1.923 5.676-3.863 8.513-5.796-.586-.472-1.209-.902-1.776-1.395-.388-.346-.095-1.056.418-1.051 2.697-.1 5.396-.161 8.094-.245-.929 2.532-1.856 5.065-2.787 7.596-.179.507-.937.517-1.172.049-.247-.701-.483-1.406-.728-2.108-3.198 2.15-6.388 4.314-9.583 6.47-.151.089-.285.249-.476.228-1.333-.001-2.666-.005-3.998.001-.025-3.679 0-7.359-.009-11.038-.706.197-1.401.435-2.111.613-.508.164-.991-.507-.68-.935 1.51-2.24 3.028-4.477 4.543-6.714z"/><path fill="#cdcdcd" d="M31.375.215l.16.027-.16-.027z"/><path fill="#dadada" d="M1.909.325l.153-.053a6.87 6.87 0 0 0-.153.053z"/><path fill="#d9d9d9" d="M.272 2.062l.054-.152-.054.152z"/><path fill="#c9c8c8" d="M33.397 2.173z"/><path fill="#cfcfcf" d="M.152 2.4l.023-.16-.023.16z"/><path fill="#c8c8c8" d="M.203 21.873l.041.156-.041-.156z"/></symbol><symbol viewBox="0 0 49 24" id="complementary--height-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M1.647 0h44.925c1.11.57 1.955 1.542 2.427 2.692v18.925a19.678 19.678 0 0 1-1.848 2.382H1.866a19.069 19.069 0 0 1-1.868-1.86V1.862C.52 1.22 1.093.617 1.645-.001m.923 1.296c-1.07.537-1.488 1.815-1.462 2.943-.018 5.178-.045 10.355-.052 15.532-.07 1.395.847 3.11 2.435 3.005 13.925.042 27.852.108 41.778.14 1.555.132 2.502-1.518 2.465-2.895.033-5.258.045-10.515.057-15.775.053-1.33-.765-2.965-2.262-2.982-13.84-.055-27.683-.097-41.525-.15-.48.015-.987-.027-1.433.183z"/><path fill="#030303" d="M21.19 1.785c2.617-.04 5.238-.042 7.855 0-1.355 1.343-2.707 2.688-4.07 4.023a51.196 51.196 0 0 1-3.785-4.023zM5.412 11.052a460.426 460.426 0 0 1 6.858-8.475c1.567.027 3.135.075 4.703.115-1.773 2.283-3.618 4.507-5.463 6.73 1.09.08 2.185.153 3.277.235-1.848 2.35-3.755 4.653-5.65 6.963 1.188.09 2.375.155 3.565.215-2.85 1.628-5.768 3.13-8.637 4.72a968.018 968.018 0 0 1 0-4.82c.79-.003 1.582-.003 2.373-.003 1.467-1.78 2.947-3.547 4.402-5.337-1.81-.123-3.62-.213-5.427-.342zM23.805 7.155c.393-.005.785-.008 1.18-.008.008 1.855-.003 3.71.005 5.565l.9.057c-.005.477-.005.955-.005 1.433l-.895.03a341.06 341.06 0 0 0-.005 1.752H23.64c-.003-.588-.003-1.175-.005-1.763-.987-.003-1.977-.005-2.965-.005-.113-2.678 2.137-4.698 3.135-7.062m-1.823 5.578c.552 0 1.105 0 1.658-.003-.003-1 0-2.002-.003-3.003-.555 1-1.11 2-1.655 3.005zM30.085 8.585c1.043-.005 2.088-.005 3.13-.003 0 .45 0 .9.003 1.353-.74 0-1.48 0-2.22.005-.07.4-.138.798-.213 1.197 3.08-1.107 3.683 4.383.963 4.953-1.29.31-2.31-.828-2.45-2.02.375-.048.747-.095 1.122-.138.213.54.727 1.398 1.4.88 1.218-1.028-.015-3.813-1.473-2.153l-.865-.153c.195-1.31.4-2.615.603-3.922zM37.205 9.618c.42-.003.84-.005 1.26-.01.005.198.018.59.025.788.735-1.11 2.497-1.252 3.132.033.657-1.17 2.648-1.317 3.112.087.39 1.785.105 3.65.19 5.47-.465 0-.93 0-1.395.003-.048-1.563.1-3.132-.095-4.685-.135-.855-1.375-.585-1.492.145-.348 1.482-.108 3.03-.18 4.54-.465-.003-.927-.003-1.392-.005-.07-1.635.165-3.308-.16-4.92-.458-.683-1.473-.082-1.515.61-.205 1.428-.053 2.877-.102 4.312h-1.39c-.003-2.122-.007-4.245.003-6.367zM26.825 14.298h1.39c.008 1.31.188 3.008-1.212 3.702-.087-.218-.177-.435-.265-.65.395-.345.687-.773.83-1.275-.19-.037-.57-.108-.76-.143.01-.545.015-1.09.018-1.635zM21.162 22.23c1.25-1.355 2.49-2.727 3.86-3.96 1.5 1.038 2.7 2.63 4.005 3.96-2.622.01-5.243.01-7.865 0z"/><path fill="#fff" d="M2.568 1.295c.445-.21.953-.168 1.433-.183 13.842.052 27.685.095 41.525.15 1.497.018 2.315 1.653 2.262 2.982-.012 5.26-.025 10.518-.057 15.775.037 1.377-.91 3.027-2.465 2.895-13.925-.033-27.852-.098-41.778-.14-1.587.105-2.505-1.61-2.435-3.005.008-5.178.035-10.355.052-15.533-.025-1.128.393-2.405 1.462-2.943m18.623.492a51.55 51.55 0 0 0 3.785 4.023c1.362-1.335 2.715-2.68 4.07-4.023-2.618-.042-5.238-.04-7.855 0M5.412 11.052c1.808.13 3.618.22 5.427.342-1.455 1.79-2.935 3.558-4.403 5.337-.79 0-1.582 0-2.373.003a968.018 968.018 0 0 0 0 4.82c2.87-1.59 5.787-3.093 8.637-4.72-1.19-.06-2.377-.125-3.565-.215 1.895-2.31 3.803-4.613 5.65-6.963-1.092-.082-2.187-.155-3.278-.235 1.845-2.223 3.69-4.447 5.463-6.73-1.567-.04-3.135-.087-4.702-.115a460.426 460.426 0 0 0-6.858 8.475m18.395-3.896c-.998 2.365-3.248 4.385-3.135 7.062.987 0 1.977.003 2.965.005.003.588.003 1.175.005 1.763h1.345c0-.585.003-1.167.005-1.752l.895-.03c0-.477 0-.955.005-1.433l-.9-.057c-.007-1.855.003-3.71-.005-5.565-.395 0-.787.003-1.18.007m6.28 1.43c-.203 1.308-.408 2.613-.603 3.923l.865.153c1.458-1.66 2.69 1.125 1.473 2.152-.672.518-1.188-.34-1.4-.88-.375.042-.747.09-1.122.138.14 1.193 1.16 2.33 2.45 2.02 2.72-.57 2.118-6.06-.963-4.953.075-.4.142-.798.213-1.197.74-.005 1.48-.005 2.22-.005-.003-.453-.003-.903-.003-1.353a362.85 362.85 0 0 0-3.13.003m7.12 1.032c-.01 2.123-.005 4.245-.003 6.368h1.39c.05-1.435-.102-2.885.102-4.313.042-.693 1.057-1.293 1.515-.61.325 1.612.09 3.285.16 4.92.465.003.927.003 1.392.005.072-1.51-.168-3.057.18-4.54.117-.73 1.358-1 1.492-.145.195 1.553.048 3.123.095 4.685.465-.003.93-.003 1.395-.003-.085-1.82.2-3.685-.19-5.47-.465-1.405-2.455-1.257-3.112-.087-.635-1.285-2.397-1.143-3.132-.033-.008-.198-.02-.59-.025-.788-.42.005-.84.008-1.26.01m-10.379 4.681c-.003.545-.007 1.09-.018 1.635.19.035.57.105.76.143-.142.503-.435.93-.83 1.275l.265.65c1.4-.695 1.22-2.393 1.212-3.702h-1.39m-5.662 7.931c2.622.01 5.242.01 7.865 0-1.305-1.33-2.505-2.922-4.005-3.96-1.37 1.233-2.61 2.605-3.86 3.96z"/><path fill="#fff" d="M21.982 12.732c.545-1.005 1.1-2.005 1.655-3.005.003 1 0 2.002.003 3.003-.552.003-1.105.003-1.658.003z"/></symbol><symbol viewBox="0 0 37 24" id="complementary--height-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#a2800b" opacity=".64" d="M0 0h2.03l.292.121c-.266.015-.532.033-.798.054-.447.02-.893.019-1.34.024-.009.452-.019.902-.048 1.353l-.039.404L0 1.653V.001z"/><path fill="#d54028" opacity=".84" d="M2.03 0h33.49l-.301.125c-8.51.143-17.029.02-25.544.061C7.225.145 4.769.272 2.322.121L2.03 0z"/><path fill="#a1820a" opacity=".63" d="M35.52 0h1.689v2.231l-.093-.292c-.017-.1-.05-.303-.065-.406-.02-.443-.02-.887-.022-1.332-.456-.006-.912-.011-1.366-.037l-.445-.039.301-.125zM37.111 22.048l.099.303v1.648h-1.827l-.305-.097.603-.069c.447-.028.895-.032 1.341-.035.009-.447.02-.891.05-1.336.011-.104.03-.311.039-.415z"/><path fill="#ffc613" d="M.184.199c.447-.006.893-.004 1.34-.024C.949.506.488.995.136 1.552c.03-.45.039-.9.048-1.353z"/><path fill="#ff163c" d="M1.524.175c.266-.02.532-.039.798-.054 2.446.151 4.902.024 7.353.065C18.19.145 26.709.268 35.219.125l.445.039a3.812 3.812 0 0 1 1.388 1.369c.015.102.048.305.065.406-.205 4.556-.03 9.127-.087 13.689.052 2.14-.112 4.288.082 6.42-.009.104-.028.311-.039.415a4.27 4.27 0 0 1-1.392 1.371l-.603.069c-8.523-.208-17.06-.03-25.589-.089-2.447.047-4.902-.097-7.345.074a65.947 65.947 0 0 1-.625-.058c-.553-.34-.98-.833-1.371-1.343l-.015-.233c.056-6.763.13-13.54-.035-20.3l.039-.404C.489.994.95.504 1.525.173m-.334 2.246c-.009 6.331-.017 12.662-.013 18.992-.076.722.478 1.453 1.243 1.38 3.661.017 7.325-.004 10.986.009 3.46.013 6.923.013 10.383 0 3.667-.011 7.332.006 10.997-.007.674.047 1.282-.526 1.235-1.209.024-6.327-.011-12.659 0-18.988.065-.649-.355-1.393-1.075-1.375-3.717-.046-7.436.004-11.153-.024-3.464-.009-6.927-.009-10.391 0-3.66.019-7.321-.004-10.98.009-.685-.065-1.299.523-1.232 1.213z"/><path fill="#ffc514" d="M35.663.164c.454.026.91.032 1.366.037.002.445.002.889.022 1.332A3.812 3.812 0 0 0 35.663.164zM35.68 23.834a4.28 4.28 0 0 0 1.392-1.371c-.03.445-.041.889-.05 1.336-.447.004-.895.007-1.341.035z"/><path fill="#ffd90f" d="M1.191 2.419c-.067-.69.547-1.278 1.232-1.213 3.66-.013 7.321.009 10.98-.009 1.738 1.73 3.459 3.477 5.196 5.207 1.743-1.725 3.451-3.483 5.194-5.207 3.717.028 7.436-.022 11.153.024.72-.019 1.14.726 1.075 1.375-.011 6.329.024 12.66 0 18.988.046.683-.562 1.256-1.235 1.209-3.665.013-7.33-.004-10.997.007-1.736-1.728-3.446-3.485-5.191-5.204-1.741 1.725-3.46 3.47-5.193 5.204-3.661-.013-7.325.007-10.986-.009-.765.073-1.319-.659-1.243-1.38-.004-6.329.004-12.66.013-18.992m6.668 1.352a1594.652 1594.652 0 0 0-4.463 8.98c1.727-.378 3.449-.765 5.183-1.105-.625 1.364-1.241 2.733-1.894 4.084-.486-.002-.971-.004-1.457-.002.007 1.486.017 2.971.03 4.458 1.524-1.485 3.046-2.971 4.566-4.456-.493-.004-.984-.004-1.477-.006.934-2.058 1.894-4.104 2.834-6.16-1.635.311-3.26.688-4.886 1.044 1.498-2.287 3.023-4.554 4.527-6.837a731.12 731.12 0 0 0-2.962 0m8.252 4.495c-.835 1.472-1.663 2.947-2.504 4.415-.309.456-.234 1.021-.242 1.542.915.004 1.831.002 2.748.004l.006 1.472c.368.002.737.006 1.105.006.004-.482.006-.966.007-1.447l.597-.058-.002-1.068-.595-.045c-.004-1.611.002-3.22-.004-4.83-.372.009-.744.002-1.116.009m5.11 1.41c-.104.999-.207 1.998-.303 2.997.48.14.979.218 1.457.028 1.2-.313 1.308 2.071.143 2.056-.443.007-.599-.467-.837-.753l-.817.033c.095 1.194 1.483 2.041 2.534 1.367 1.654-1.04.646-4.402-1.501-3.583.045-.413.087-.826.128-1.239.54 0 1.077-.004 1.617-.006-.017-.3-.032-.597-.047-.897-.793-.009-1.583-.007-2.374-.004m6.259.452c-.009 1.864-.002 3.728-.006 5.593.368.007.737.004 1.105.013.043-1.392-.052-2.791.06-4.177.177-.687 1.28-.647 1.392.056.104 1.366.007 2.742.041 4.112.368.004.737.002 1.105.007.039-1.394-.069-2.791.05-4.179.182-.681 1.299-.647 1.397.067.095 1.364.004 2.739.039 4.106.368.002.739.002 1.109.002-.035-1.52.071-3.047-.06-4.56-.367-1.273-1.976-1.155-2.943-.701-.638-.374-1.367-.368-2.05-.14-.391-.175-.819-.192-1.239-.199m-8.415 4.654c-.515.251-.29.949-.355 1.412.344-.182.713-.335 1.012-.59.327-.422-.175-1.036-.657-.822z"/><path fill="#ffd90f" d="M14.657 13.107c.48-.86.96-1.719 1.453-2.571.007.858.006 1.715.002 2.575-.486 0-.969-.002-1.455-.004z"/><path d="M13.403 1.196c3.464-.009 6.927-.009 10.391 0-1.743 1.725-3.451 3.483-5.194 5.207-1.738-1.73-3.459-3.477-5.196-5.207zM7.857 3.771a731.12 731.12 0 0 1 2.962 0C9.316 6.054 7.79 8.322 6.292 10.608c1.626-.355 3.25-.733 4.886-1.044-.94 2.056-1.9 4.102-2.834 6.16.493.002.984.002 1.477.006-1.52 1.485-3.042 2.971-4.566 4.456-.013-1.486-.022-2.971-.03-4.458.486-.002.971 0 1.457.002.653-1.351 1.269-2.72 1.894-4.084-1.734.34-3.457.727-5.183 1.105 1.479-2.997 2.966-5.993 4.463-8.98zM16.11 8.266c.372-.007.744 0 1.116-.009.006 1.609 0 3.219.004 4.83l.595.045.002 1.068c-.199.019-.398.037-.597.058l-.007 1.447c-.368 0-.737-.004-1.105-.006l-.006-1.472c-.917-.002-1.833 0-2.748-.004.007-.521-.067-1.087.242-1.542.841-1.468 1.669-2.943 2.504-4.415m-1.453 4.841c.486.002.969.004 1.455.004.004-.86.006-1.717-.002-2.575-.493.852-.973 1.712-1.453 2.571zM21.22 9.676c.791-.004 1.581-.006 2.374.004l.046.897c-.54.002-1.077.006-1.617.006-.041.413-.084.826-.128 1.239 2.147-.819 3.155 2.543 1.501 3.583-1.051.674-2.439-.173-2.534-1.367l.817-.033c.238.287.394.761.837.753 1.165.015 1.057-2.368-.143-2.056-.478.19-.977.112-1.457-.028.097-.999.199-1.998.303-2.997zM27.479 10.127c.42.007.848.024 1.239.199.683-.229 1.412-.234 2.05.14.967-.454 2.577-.571 2.943.701.13 1.513.024 3.04.06 4.56-.37 0-.74 0-1.109-.002-.035-1.367.056-2.742-.039-4.106-.099-.714-1.215-.748-1.397-.067-.119 1.388-.011 2.785-.05 4.179-.368-.006-.737-.004-1.105-.007-.033-1.369.063-2.746-.041-4.112-.112-.703-1.215-.742-1.392-.056-.112 1.386-.017 2.785-.06 4.177-.368-.009-.737-.006-1.105-.013.004-1.864-.004-3.728.006-5.593zM19.064 14.781c.482-.214.984.4.657.822-.3.255-.668.407-1.012.59.065-.463-.16-1.161.355-1.412zM13.407 22.8c1.732-1.734 3.451-3.479 5.193-5.204 1.745 1.719 3.455 3.475 5.191 5.204-3.46.013-6.923.013-10.383 0z"/><path fill="#e33f2a" opacity=".89" d="M0 1.652l.097.303c.166 6.759.091 13.537.035 20.3L0 21.991V1.652z"/><path fill="#e2402a" opacity=".89" d="M37.116 1.939l.093.292v20.121l-.099-.303c-.194-2.132-.03-4.281-.082-6.42.058-4.562-.117-9.133.087-13.689z"/><path fill="#a1830a" opacity=".63" d="M0 21.991l.132.264.015.233c.022.435.024.874.03 1.312.448.004.895.007 1.341.032.156.015.469.045.625.058l-.303.112H0v-2.009z"/><path fill="#ffc713" d="M.147 22.487c.391.51.819 1.003 1.371 1.343a29.965 29.965 0 0 0-1.341-.032c-.006-.437-.007-.876-.03-1.312z"/><path fill="#cf4823" opacity=".81" d="M2.143 23.888c2.443-.171 4.899-.028 7.345-.074 8.528.06 17.066-.119 25.589.089l.305.097H1.84l.303-.112z"/></symbol><symbol viewBox="0 0 13 24" id="complementary--including-bicycles-and-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.032.125C1.21.044 1.408.034 1.6.029a16670 16670 0 0 0 10.001 0c.837-.037 1.608.733 1.571 1.572.002 6.932.002 13.865 0 20.798.036.838-.733 1.61-1.572 1.571h-10c-.839.04-1.605-.735-1.572-1.571a72092.8 72092.8 0 0 1 0-20.798C0 .957.448.361 1.032.125m.295.311C.76.553.361 1.121.4 1.692v20.616c-.053.667.515 1.302 1.191 1.287 3.339.008 6.679.008 10.018 0 .678.017 1.243-.621 1.191-1.288V1.692C12.859.982 12.221.337 11.508.4 8.115.423 4.717.352 1.327.436z"/><path fill="#fff" d="M1.425 1.03c3.357-.069 6.724-.011 10.085-.029a.623.623 0 0 1 .689.689c.002 6.873.002 13.747 0 20.62a.624.624 0 0 1-.689.689c-3.273.002-6.547.002-9.82 0a.624.624 0 0 1-.689-.689V1.69c-.024-.283.134-.59.424-.66m7.496 2.33v2.8l.4.001c.012-.444-.028-.891.021-1.333.073-.371.667-.39.753-.016.06.446.014.899.026 1.348h.399c-.026-.539.068-1.095-.06-1.624-.187-.464-.797-.49-1.147-.195.01-.327.01-.654.008-.981h-.4M2.759 4.379l.26.22a2.21 2.21 0 0 1 .81-.045c.026.132.049.265.068.398-.29.017-.593-.029-.873.065-.358.151-.46.669-.189.946.253.277.671.218.991.111.146.046.295.084.443.122-.003-.549.057-1.108-.031-1.652-.237-.573-1.07-.516-1.479-.165m4.811-.204c-.842.235-.879 1.628-.08 1.941.362.168.752-.002 1.046-.226l-.272-.261c-.149.059-.293.139-.454.155-.632-.021-.672-1.125-.075-1.24.189-.028.359.085.531.144l.269-.265c-.278-.193-.62-.371-.965-.248m-2.7 1.558c.14.456.71.55 1.08.316.154.058.313.107.473.15.013-.679.003-1.358.006-2.036l-.399-.006c-.012.445.028.893-.023 1.336-.073.355-.623.387-.745.049-.076-.455-.016-.921-.032-1.38a53.08 53.08 0 0 1-.399-.005c.018.525-.052 1.058.039 1.576M4.733 8.53c-.222.561-.366 1.15-.549 1.725-.776-.122-1.617.266-1.93 1.005-.438.89.087 2.067 1.033 2.35.912.332 2.008-.271 2.219-1.216.232-.818-.249-1.689-.998-2.041l.137-.421c.653.722 1.304 1.447 1.955 2.17.245.335.702.18 1.054.21.203.888 1.12 1.552 2.032 1.356 1.036-.158 1.711-1.373 1.292-2.336-.31-.851-1.306-1.271-2.157-1.034-.161-.367-.326-.733-.489-1.099l.125-.343.393-.005v-.344c-.543.01-1.088-.033-1.628.039.244.202.57.23.866.306l-.121.344c-1.035.007-2.07.005-3.105.001.033-.585.51-.813 1.046-.695l-.001-.345c-.406.005-.967-.078-1.174.373m-.029 7.469c-.252.476-.412.995-.622 1.49-.665-.118-1.406.139-1.752.743-.494.76-.149 1.894.682 2.256.805.407 1.89-.045 2.171-.902.275-.714-.078-1.526-.695-1.935l.22-.539c.448.614.843 1.268 1.322 1.858.481.548 1.265.432 1.916.434.175.584.639 1.095 1.257 1.202.884.207 1.828-.505 1.889-1.406.107-.898-.685-1.772-1.592-1.736-.804-.015-1.484.66-1.588 1.437-.429 0-.878.127-1.295 0-.398-.19-.232-.656-.211-.993-.141-.313-.364-.581-.561-.859-.224-.343-.699-.153-1.035-.206.093-.218.166-.447.294-.648.281-.1.587-.043.878-.057l.001-.439c-.428.027-1-.126-1.279.3m3.007 1c.184.281.509.413.777.597.675-.437 1.501-.285 2.259-.309v-.44c-.817-.002-1.634.002-2.45-.003-.202.012-.457-.048-.586.155z"/><path fill="#fff" d="M3.047 5.499c.129-.346.581-.171.861-.213.156.559-.791.729-.861.213zM4.765 9.548c1.022-.002 2.043-.001 3.064-.001-.299.801-.598 1.601-.9 2.4-.723-.798-1.441-1.6-2.164-2.399zM8.158 9.663l.351.78a1.952 1.952 0 0 0-.889 1.524l-.325.001c.284-.77.574-1.537.863-2.305zM2.488 12.291c-.262-.938.645-1.861 1.589-1.709-.132.477-.318.939-.418 1.424.076.165.176.187.298.066.194-.444.291-.924.453-1.38.851.4 1.09 1.652.364 2.283-.709.729-2.093.314-2.286-.684zM8.971 10.619c.67-.153 1.435.171 1.68.836.343.777-.211 1.761-1.051 1.873-.703.143-1.374-.355-1.592-1.008.551-.028 1.109.045 1.654-.07-.188-.561-.468-1.084-.691-1.631z"/><path fill="#fff" d="M7.962 11.963c.043-.483.292-.915.682-1.201.188.398.364.802.544 1.204-.409.001-.817.003-1.226-.003zM2.554 19.2c-.127-.766.614-1.395 1.349-1.309-.143.419-.33.823-.466 1.245.614.417.631-.725.891-1.066.614.447.691 1.457.038 1.902-.651.527-1.741.062-1.812-.772zM8.353 18.869c.152-.736 1.026-1.22 1.702-.825.758.366.797 1.562.064 1.976-.616.415-1.457.055-1.724-.602.49-.02.98-.01 1.47-.011v-.62c-.504.028-1.007.064-1.512.082z"/><path d="M1.327.436C4.717.352 8.115.423 11.508.4c.713-.063 1.351.582 1.292 1.292v20.615c.052.667-.513 1.305-1.191 1.288-3.339.008-6.679.008-10.018 0-.676.015-1.244-.62-1.191-1.287V1.692C.361 1.121.76.553 1.327.436m.098.594c-.29.07-.448.377-.424.66v20.62a.624.624 0 0 0 .689.689c3.273.002 6.547.002 9.82 0 .391.05.74-.297.689-.689.002-6.873.002-13.747 0-20.62a.623.623 0 0 0-.689-.689c-3.361.018-6.728-.04-10.085.029z"/><path d="M8.921 3.36h.4c.002.327.002.654-.008.981.35-.295.96-.269 1.147.195.128.529.034 1.085.06 1.624h-.399c-.012-.449.034-.902-.026-1.348-.086-.374-.68-.355-.753.016-.049.442-.009.889-.021 1.333l-.4-.001v-2.8zM2.759 4.379c.409-.351 1.242-.408 1.479.165.088.544.028 1.103.031 1.652-.148-.038-.297-.076-.443-.122-.32.107-.738.166-.991-.111-.271-.277-.169-.795.189-.946.28-.094.583-.048.873-.065a7.69 7.69 0 0 0-.068-.398 2.21 2.21 0 0 0-.81.045l-.26-.22m.288 1.12c.07.516 1.017.346.861-.213-.28.042-.732-.133-.861.213zM7.57 4.175c.345-.123.687.055.965.248l-.269.265c-.172-.059-.342-.172-.531-.144-.597.115-.557 1.219.075 1.24.161-.016.305-.096.454-.155l.272.261c-.294.224-.684.394-1.046.226-.799-.313-.762-1.706.08-1.941zM4.87 5.733c-.091-.518-.021-1.051-.039-1.576l.399.005c.016.459-.044.925.032 1.38.122.338.672.306.745-.049.051-.443.011-.891.023-1.336l.399.006c-.003.678.007 1.357-.006 2.036a5.097 5.097 0 0 1-.473-.15c-.37.234-.94.14-1.08-.316zM4.733 8.53c.207-.451.768-.368 1.174-.373l.001.345c-.536-.118-1.013.11-1.046.695 1.035.004 2.07.006 3.105-.001l.121-.344c-.296-.076-.622-.104-.866-.306.54-.072 1.085-.029 1.628-.039v.344l-.393.005-.125.343c.163.366.328.732.489 1.099.851-.237 1.847.183 2.157 1.034.419.963-.256 2.178-1.292 2.336-.912.196-1.829-.468-2.032-1.356-.352-.03-.809.125-1.054-.21-.651-.723-1.302-1.448-1.955-2.17l-.137.421c.749.352 1.23 1.223.998 2.041-.211.945-1.307 1.548-2.219 1.216-.946-.283-1.471-1.46-1.033-2.35.313-.739 1.154-1.127 1.93-1.005.183-.575.327-1.164.549-1.725m.032 1.018c.723.799 1.441 1.601 2.164 2.399.302-.799.601-1.599.9-2.4-1.021 0-2.042-.001-3.064.001m3.393.115c-.289.768-.579 1.535-.863 2.305l.325-.001a1.952 1.952 0 0 1 .889-1.524l-.351-.78m-5.67 2.628c.193.998 1.577 1.413 2.286.684.726-.631.487-1.883-.364-2.283-.162.456-.259.936-.453 1.38-.122.121-.222.099-.298-.066.1-.485.286-.947.418-1.424-.944-.152-1.851.771-1.589 1.709m6.483-1.672c.223.547.503 1.07.691 1.631-.545.115-1.103.042-1.654.07.218.653.889 1.151 1.592 1.008.84-.112 1.394-1.096 1.051-1.873-.245-.665-1.01-.989-1.68-.836m-1.009 1.344c.409.006.817.004 1.226.003-.18-.402-.356-.806-.544-1.204-.39.286-.639.718-.682 1.201zM4.704 15.999c.279-.426.851-.273 1.279-.3l-.001.439c-.291.014-.597-.043-.878.057-.128.201-.201.43-.294.648.336.053.811-.137 1.035.206.197.278.42.546.561.859-.021.337-.187.803.211.993.417.127.866 0 1.295 0 .104-.777.784-1.452 1.588-1.437.907-.036 1.699.838 1.592 1.736-.061.901-1.005 1.613-1.889 1.406-.618-.107-1.082-.618-1.257-1.202-.651-.002-1.435.114-1.916-.434-.479-.59-.874-1.244-1.322-1.858l-.22.539c.617.409.97 1.221.695 1.935-.281.857-1.366 1.309-2.171.902-.831-.362-1.176-1.496-.682-2.256.346-.604 1.087-.861 1.752-.743.21-.495.37-1.014.622-1.49M2.554 19.2c.071.834 1.161 1.299 1.812.772.653-.445.576-1.455-.038-1.902-.26.341-.277 1.483-.891 1.066.136-.422.323-.826.466-1.245-.735-.086-1.476.543-1.349 1.309m5.799-.331c.505-.018 1.008-.054 1.512-.082v.62c-.49.001-.98-.009-1.47.011.267.657 1.108 1.017 1.724.602.733-.414.694-1.61-.064-1.976-.676-.395-1.55.089-1.702.825z"/><path d="M7.711 16.999c.129-.203.384-.143.586-.155.816.005 1.633.001 2.45.003v.44c-.758.024-1.584-.128-2.259.309-.268-.184-.593-.316-.777-.597z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--including-buses-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.264.06c.175-.042.357-.031.536-.033C8.683.029 15.566.026 22.449.029c.822.002 1.548.752 1.524 1.572 0 6.95.002 13.899-.001 20.848-.003.821-.752 1.547-1.572 1.524H1.601C.78 23.996.03 23.27.028 22.449.026 15.499.028 8.55.027 1.601.009.879.563.209 1.264.06m.155.363C.855.501.4 1.028.409 1.596c-.002 6.936-.002 13.871 0 20.806-.012.633.555 1.198 1.188 1.188 6.918.004 13.837.001 20.755.001.651.035 1.251-.537 1.239-1.189.003-6.936.002-13.871 0-20.806.012-.633-.555-1.2-1.188-1.188C15.552.403 8.701.408 1.85.405c-.144 0-.288-.003-.431.018z"/><path fill="#fff" d="M1.469 1.026c.075-.016.153-.018.23-.02 6.885.002 13.77 0 20.655.002a.61.61 0 0 1 .639.639v20.706a.612.612 0 0 1-.639.639H1.647a.611.611 0 0 1-.639-.639V1.647a.604.604 0 0 1 .462-.621m14.572 1.952V7.73c.226.002.453.002.679 0 .008-.74-.014-1.48.012-2.219.015-.399.432-.67.81-.586.31.033.538.321.54.625.018.726.002 1.454.008 2.181.226.002.453.002.679 0 0-.743.003-1.485-.001-2.228-.003-.401-.171-.831-.534-1.037-.479-.277-1.118-.184-1.513.198-.003-.562 0-1.124-.001-1.686a38.534 38.534 0 0 0-.68 0M5.361 4.79c.147.141.295.279.444.417.277-.37.818-.393 1.215-.231.291.141.279.508.272.783-.587.039-1.268-.135-1.764.27-.497.433-.36 1.383.263 1.631.494.183 1.123.165 1.513-.229v.297c.222.002.445.002.668 0-.003-.792.007-1.584-.005-2.376-.005-.404-.257-.796-.645-.928-.647-.207-1.494-.205-1.961.366m7.873-.206c-.411.3-.58.827-.595 1.318-.025.537.087 1.133.503 1.509.588.519 1.59.477 2.117-.115-.147-.158-.309-.3-.463-.45-.339.456-1.134.411-1.366-.126a2.043 2.043 0 0 1-.008-1.35c.223-.547 1.033-.606 1.373-.14.153-.156.323-.296.463-.465-.509-.549-1.423-.611-2.024-.181m-4.252-.237c-.001.734-.002 1.468 0 2.202-.003.357.114.738.402.967.483.384 1.245.321 1.673-.119l.002.333.666-.001c.002-1.125-.003-2.251.003-3.377-.228-.012-.455-.006-.682-.006-.002.668 0 1.336 0 2.004.003.202-.029.42-.163.579-.231.27-.675.303-.962.102-.196-.143-.258-.399-.255-.63-.004-.686 0-1.371-.002-2.055a38.42 38.42 0 0 0-.679 0M4.976 9.831c-.019.175-.001.352.004.528.075.051.231.087.192.208-.218.661-.455 1.316-.679 1.974-.219.489-.09 1.039-.135 1.557.022.25-.114.63.195.747.632.016 1.265.003 1.897.006.007-.343.11-.698.359-.945.51-.528 1.462-.517 1.956.029.229.246.322.585.331.915 1.829 0 3.657.003 5.485-.001.008-.324.101-.657.325-.898.518-.574 1.53-.581 2.054-.01.23.243.323.582.332.909.636.005 1.272.009 1.909.016.332.025.653-.284.629-.617-.012-.609.015-1.221-.014-1.829-.224-.693-.312-1.427-.584-2.106-.102-.225-.248-.514-.529-.523L5.3 9.799c-.106.011-.23-.027-.324.029m2.539 3.991a1.084 1.084 0 0 0-.807 1.136c.033.529.509.982 1.04.986.537.03 1.044-.404 1.101-.938.124-.723-.632-1.394-1.335-1.184m8.15-.004a1.082 1.082 0 0 0-.804 1.034c-.012.45.294.88.718 1.026.42.155.929.009 1.202-.346.297-.361.312-.917.036-1.294a1.082 1.082 0 0 0-1.152-.419M8.47 17.524c-.502.441-.945.954-1.438 1.407-.955.177-1.919.32-2.877.486-.12.028-.162.171-.149.28.014.307-.018.62.022.924.131.242.474.084.696.126.009-.244.071-.497.239-.683.389-.453 1.179-.448 1.564.007.165.185.224.436.236.678h5.172c.011-.254.078-.516.256-.706.383-.426 1.131-.425 1.514.002.178.189.243.451.255.705.162-.003.324.011.486-.009.188-.088.114-.327.126-.491-.019-.378.03-.765-.032-1.137-.582-.504-1.206-.963-1.803-1.451-.088-.061-.168-.165-.287-.15-1.327.009-2.655-.014-3.981.012m7.091.775c-.006.615 0 1.232-.003 1.848.474 0 .95.003 1.424-.001.294-.54 1.167-.603 1.529-.105.039.039.065.12.135.107h1.347c-.002-.616.003-1.232-.002-1.848 0-.188-.134-.395-.341-.381-1.233-.003-2.467-.001-3.7-.001a.372.372 0 0 0-.39.381M5.467 19.971a.83.83 0 0 0-.547.879.827.827 0 0 0 .83.723.828.828 0 0 0 .811-.773c.058-.564-.566-1.038-1.094-.83m7.2.001a.828.828 0 0 0-.544.879c.04.405.42.737.828.723a.828.828 0 0 0 .813-.774c.058-.564-.567-1.039-1.096-.829m4.849.001a.825.825 0 0 0 .234 1.603.83.83 0 0 0 .853-.721c.099-.579-.54-1.098-1.087-.882m-1.961.36a537 537 0 0 0-.003.213h-.804v.213h2.037c.011-.144.03-.285.063-.426h-1.293m3.13-.001c.043.136.074.277.091.42.338.017.677.005 1.014.006.068-.141.136-.282.201-.425-.436-.002-.872 0-1.307-.001z"/><path fill="#fff" d="M6.183 6.285c.36-.098.741-.033 1.109-.05-.009.256.038.555-.141.765-.246.246-.642.231-.957.156-.402-.1-.402-.756-.011-.872zM7.535 10.599a.166.166 0 0 1 .171-.178 58.61 58.61 0 0 1 1.186.002c.124 0 .163.141.194.236.144.508.294 1.014.437 1.522.039.109-.058.197-.123.27-.55 0-1.101.006-1.653.004-.113.012-.218-.092-.213-.204-.002-.551-.003-1.101.001-1.653zM9.498 10.7c-.029-.108.019-.293.159-.279.529-.002 1.058-.003 1.587.001.11-.002.15.122.179.207.149.517.301 1.035.447 1.554.036.108-.061.191-.122.265-.533.004-1.066 0-1.599.004-.137.014-.18-.141-.212-.243-.144-.504-.299-1.005-.439-1.509zM11.919 10.426c.544-.014 1.089-.004 1.633-.005.128-.014.172.128.203.224.144.504.292 1.008.435 1.513.051.11-.042.201-.099.284-.531.018-1.062.002-1.593.011-.117.024-.188-.087-.213-.184-.15-.501-.294-1.003-.443-1.503-.041-.114-.033-.268.078-.339zM14.268 10.425c.541-.012 1.083-.003 1.624-.004.13-.012.175.134.206.232.144.505.293 1.009.435 1.515.045.135-.081.307-.229.281-.503.002-1.005.001-1.508.002-.115.003-.153-.129-.183-.216-.146-.502-.295-1.003-.441-1.506-.033-.105-.012-.252.096-.304zM16.62 10.43c.543-.014 1.088-.004 1.632-.005.126-.015.174.124.203.22.145.504.293 1.008.435 1.513.049.12-.051.3-.188.291-.519.009-1.038.006-1.557.002-.097.002-.135-.108-.162-.183-.15-.501-.294-1.003-.442-1.503-.04-.112-.032-.266.079-.335zM5.484 10.633c.035-.096.087-.231.215-.207.434.004.869-.006 1.302.009.108 0 .129.13.123.214-.002.534 0 1.068-.004 1.602.002.092-.064.209-.168.204-.634.004-1.267-.008-1.902-.006-.063-.072-.167-.161-.122-.268.181-.518.371-1.032.554-1.548zM8.304 18.104c.084-.078.163-.197.295-.171.564.008 1.128-.01 1.691.01-.01.397-.002.794-.005 1.191-.909-.001-1.818.003-2.728-.002-.092.012-.183-.105-.105-.178.276-.291.572-.564.852-.85zM10.611 17.937a56.103 56.103 0 0 1 1.535 0c.349.394.798.709 1.064 1.17-.861.062-1.732.009-2.596.027-.002-.399.003-.798-.003-1.196z"/><path d="M1.419.423c.142-.021.287-.017.431-.018C8.701.408 15.552.403 22.403.408c.633-.011 1.2.555 1.188 1.188.002 6.936.002 13.871 0 20.806.012.653-.588 1.224-1.239 1.189-6.918 0-13.836.003-20.755-.002-.633.01-1.2-.555-1.188-1.188C.407 15.466.407 8.53.409 1.595A1.2 1.2 0 0 1 1.419.422m.05.604a.606.606 0 0 0-.462.621v20.706a.61.61 0 0 0 .639.639h20.707a.612.612 0 0 0 .639-.639V1.647a.61.61 0 0 0-.639-.639c-6.885-.002-13.77 0-20.655-.002-.077.002-.155.003-.23.02z"/><path d="M16.042 2.978h.679c.002.562-.001 1.124.002 1.686.395-.383 1.034-.476 1.513-.198.362.206.531.636.534 1.037.004.742.001 1.485.001 2.228a38.42 38.42 0 0 1-.679 0c-.006-.726.009-1.454-.008-2.181-.003-.304-.231-.593-.54-.625-.377-.084-.794.188-.81.586-.025.739-.003 1.479-.012 2.219a38.42 38.42 0 0 1-.679 0V2.978zM5.361 4.79c.466-.57 1.314-.572 1.96-.366.389.132.64.525.645.928.012.792.003 1.584.005 2.376-.222.002-.445.002-.668 0v-.297c-.39.394-1.019.413-1.513.229-.622-.248-.759-1.197-.263-1.631.495-.405 1.177-.231 1.764-.27.006-.274.018-.642-.272-.783-.397-.162-.938-.139-1.215.231a43.748 43.748 0 0 1-.444-.417m.823 1.495c-.392.116-.392.771.011.871.315.075.71.09.957-.156.179-.211.132-.51.141-.765-.369.017-.749-.048-1.109.05zM13.234 4.584c.6-.429 1.515-.368 2.023.181-.141.168-.31.309-.463.465-.34-.466-1.15-.407-1.373.14-.148.427-.15.925.008 1.35.232.536 1.027.582 1.366.126.153.151.315.293.463.45-.526.591-1.528.633-2.116.115-.416-.375-.528-.972-.503-1.509.015-.492.183-1.017.595-1.318zM8.982 4.347h.68c.003.685-.002 1.37.002 2.055-.002.231.06.486.255.63.286.2.731.168.961-.102.135-.159.167-.377.164-.579V4.347c.228 0 .455-.006.682.006-.006 1.125-.001 2.251-.003 3.377l-.666.001-.002-.333c-.428.441-1.189.503-1.672.119-.288-.229-.405-.609-.402-.967-.002-.734-.001-1.468 0-2.202zM4.976 9.831c.095-.057.219-.018.324-.029l13.403-.008c.282.009.427.298.529.523.271.678.36 1.412.583 2.106.029.608.002 1.22.014 1.829.024.333-.297.642-.629.617-.636-.006-1.272-.012-1.909-.016-.009-.328-.102-.666-.332-.909-.524-.57-1.536-.564-2.054.011-.225.241-.318.574-.325.898-1.828.004-3.657.002-5.485.001-.009-.33-.102-.669-.332-.915-.493-.546-1.445-.556-1.956-.029-.249.246-.351.601-.358.945-.632-.004-1.265.01-1.897-.006-.309-.117-.173-.497-.195-.747.044-.518-.084-1.068.135-1.557.225-.659.462-1.314.679-1.974.039-.12-.117-.156-.192-.208-.005-.176-.024-.353-.004-.528m2.56.764c-.004.551-.003 1.102-.001 1.653-.005.112.101.216.213.204.551.003 1.102-.005 1.653-.004.065-.073.162-.162.123-.27-.143-.508-.293-1.014-.437-1.522-.03-.096-.069-.236-.194-.236-.395-.006-.791-.003-1.186-.002a.165.165 0 0 0-.171.178m1.963.1c.14.505.295 1.005.439 1.509.032.102.075.257.212.243.533-.003 1.066 0 1.599-.004.06-.075.158-.158.122-.265-.146-.519-.297-1.036-.447-1.554-.029-.085-.069-.209-.179-.207-.529-.005-1.057-.003-1.587-.001-.139-.015-.188.171-.159.279m2.421-.274c-.111.071-.119.225-.078.339.15.501.293 1.003.443 1.503.026.098.096.207.213.184.531-.009 1.062.008 1.593-.01.057-.084.151-.174.099-.284-.143-.505-.291-1.009-.435-1.514-.03-.096-.075-.237-.203-.223-.544.001-1.089-.009-1.633.005m2.35-.001c-.108.052-.128.2-.096.304.145.502.294 1.003.441 1.506.03.088.068.219.183.216.503-.001 1.005 0 1.508-.002.148.026.274-.147.229-.281-.143-.505-.291-1.009-.435-1.515-.03-.099-.075-.245-.206-.233-.541 0-1.083-.008-1.624.004m2.352.006c-.111.069-.12.222-.079.335.149.501.293 1.003.442 1.503.027.075.065.184.162.183.519.005 1.038.006 1.557-.002.137.009.237-.171.188-.291-.143-.505-.291-1.009-.435-1.514-.029-.096-.078-.236-.203-.22-.543.001-1.088-.009-1.632.005m-11.136.204c-.183.516-.373 1.03-.554 1.548-.045.107.059.195.122.268.634-.002 1.268.011 1.902.006.104.005.17-.112.168-.204.005-.534.003-1.068.004-1.602.005-.084-.016-.215-.123-.215-.434-.015-.868-.006-1.302-.009-.129-.024-.18.111-.215.207z"/><path d="M7.515 13.819c.704-.21 1.459.461 1.335 1.184a1.082 1.082 0 0 1-1.101.938 1.08 1.08 0 0 1-1.04-.986 1.084 1.084 0 0 1 .807-1.136zM15.664 13.815c.423-.117.903.059 1.152.419.276.377.261.933-.036 1.294a1.082 1.082 0 0 1-1.202.346 1.08 1.08 0 0 1 .086-2.06zM8.47 17.524c1.326-.026 2.654-.003 3.981-.012.119-.016.199.088.287.15.597.488 1.221.947 1.803 1.451.062.372.012.759.032 1.137-.012.165.062.402-.126.491-.162.02-.324.006-.486.009-.012-.253-.077-.516-.255-.705-.383-.426-1.131-.428-1.514-.002-.178.189-.245.453-.256.706H6.764c-.012-.242-.07-.493-.236-.678-.385-.456-1.176-.46-1.564-.007-.168.186-.23.438-.239.683-.222-.042-.566.116-.696-.126-.041-.304-.009-.617-.022-.924-.013-.11.03-.252.149-.28.958-.167 1.921-.309 2.877-.486.493-.453.936-.965 1.438-1.407m-.167.58c-.281.287-.576.558-.852.85-.078.073.013.189.105.178.909.004 1.818 0 2.728.002.003-.397-.006-.794.005-1.191-.563-.021-1.127-.002-1.691-.01-.132-.025-.212.093-.296.171m2.308-.167c.005.399 0 .798.003 1.196.864-.018 1.736.036 2.597-.027-.265-.461-.715-.776-1.064-1.17a60.418 60.418 0 0 0-1.535 0zM15.56 18.299a.37.37 0 0 1 .39-.381c1.233 0 2.467-.002 3.7.001.207-.015.341.193.341.381.005.615 0 1.232.002 1.848-.449 0-.898.002-1.347 0-.071.013-.096-.068-.135-.107-.361-.498-1.235-.435-1.529.105-.474.003-.95.001-1.424.001.003-.616-.003-1.232.003-1.848z"/><path d="M5.467 19.971c.528-.208 1.152.266 1.094.83a.829.829 0 0 1-.811.773.829.829 0 0 1-.83-.723.827.827 0 0 1 .547-.879zM12.667 19.971c.528-.21 1.154.264 1.096.829a.83.83 0 0 1-.813.774.828.828 0 0 1-.828-.723.826.826 0 0 1 .544-.879zM17.517 19.971c.547-.216 1.185.303 1.087.882a.828.828 0 0 1-.853.721.826.826 0 1 1-.234-1.603z"/><path d="M15.556 20.331h1.293a3.06 3.06 0 0 0-.063.426h-2.037v-.213h.804l.003-.213zM18.686 20.33l1.307.001c-.066.142-.134.284-.201.425-.338-.002-.677.011-1.014-.006a2.312 2.312 0 0 0-.091-.42z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--keep-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M3.339 0h41.349c1.347.384 2.492 1.352 2.995 2.673v18.832A4.667 4.667 0 0 1 45.015 24H2.988c-1.595-.452-2.739-1.896-2.989-3.512V3.661C.253 1.902 1.592.388 3.338-.001m.036.53C1.666.962.466 2.676.475 4.415.472 8.943.473 13.472.473 18c.017 1.023-.112 2.079.251 3.063.45 1.525 1.956 2.599 3.532 2.623 12.739-.003 25.478-.002 38.217-.002.938.006 1.933.085 2.795-.365 1.236-.649 2.206-1.986 2.106-3.425-.013-5.318-.006-10.636-.003-15.954C47.302 2.132 45.74.49 43.899.469 30.95.475 18.001.472 5.052.471 4.493.484 3.926.417 3.374.528z"/><path fill="#231f20" d="M3.69 1.003C4.243.894 4.809.959 5.368.948 18.213.95 31.057.945 43.901.95c1.511.137 2.855 1.481 2.992 2.992.006 5.319-.005 10.641.005 15.96-.041 1.795-1.685 3.324-3.471 3.311-13.056-.005-26.114.002-39.171-.003-1.772-.15-3.237-1.688-3.305-3.467-.016-4.844.006-9.687-.009-14.531-.208-1.819.905-3.78 2.747-4.208m.475 1.105c-.932.18-1.77.878-1.947 1.832-.019 5.266.005 10.533-.011 15.801-.032 1.172 1.053 2.193 2.209 2.204 13.056.005 26.114-.002 39.172.003 1.183-.095 2.168-1.181 2.201-2.364.006-5.004-.005-10.007.005-15.013.047-1.29-1.077-2.485-2.365-2.518-12.581-.006-25.162.003-37.743-.003-.505.009-1.02-.047-1.521.058z"/><path fill="#231f20" d="M21.145 10.142c3.796-2.274 7.664-4.431 11.444-6.726.99 1.775 2.117 3.486 2.992 5.318-3.819 2.225-7.612 4.497-11.457 6.681.538.437 1.104.846 1.573 1.364.515.591 1.38.903 1.614 1.71.155.87-.777 1.723-1.633 1.483-4.418-.485-8.844-.894-13.263-1.38 1.839-4.08 3.791-8.117 5.689-12.175.341-.936 1.858-1.014 2.255-.095.352 1.252.42 2.569.786 3.821z"/><path fill="#ffd24e" d="M3.374.529C3.927.418 4.493.485 5.052.472 18.001.474 30.95.477 43.899.47c1.841.021 3.403 1.663 3.472 3.471-.003 5.318-.009 10.636.003 15.954.099 1.438-.87 2.776-2.106 3.425-.862.45-1.857.371-2.795.365-12.739 0-25.478-.002-38.217.002-1.576-.024-3.082-1.097-3.532-2.623-.363-.984-.234-2.04-.251-3.063 0-4.528-.002-9.057.002-13.585C.466 2.678 1.666.963 3.374.53m.316.473C1.847 1.431.734 3.392.943 5.211c.016 4.844-.006 9.687.009 14.531.068 1.779 1.533 3.317 3.305 3.467 13.056.005 26.114-.002 39.171.003 1.786.013 3.429-1.516 3.471-3.311-.009-5.319.002-10.641-.005-15.96-.137-1.511-1.481-2.855-2.992-2.992C31.059.944 18.214.949 5.369.947c-.559.011-1.126-.054-1.678.055z"/><path fill="#ffd24e" d="M4.164 2.109c.501-.106 1.015-.049 1.521-.058 12.581.006 25.162-.003 37.743.003 1.288.033 2.413 1.228 2.365 2.518-.009 5.005.002 10.009-.005 15.013-.033 1.183-1.018 2.269-2.201 2.364-13.058-.005-26.116.002-39.172-.003-1.156-.011-2.241-1.033-2.209-2.204.016-5.267-.008-10.535.011-15.801.177-.954 1.015-1.652 1.947-1.832m16.981 8.033c-.366-1.252-.434-2.569-.786-3.821-.396-.919-1.914-.842-2.255.095-1.898 4.058-3.849 8.095-5.689 12.175 4.419.486 8.845.895 13.263 1.38.856.24 1.787-.613 1.633-1.483-.234-.807-1.099-1.119-1.614-1.71-.469-.518-1.034-.927-1.573-1.364 3.845-2.184 7.637-4.456 11.457-6.681-.875-1.832-2.002-3.543-2.992-5.318-3.78 2.296-7.648 4.453-11.444 6.726z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--keep-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.978 0h41.405c1.716.418 3.038 1.896 3.302 3.638v16.89c-.27 1.593-1.399 3.005-2.967 3.472H2.633C1.479 23.544.505 22.656.001 21.515V2.648C.522 1.352 1.646.392 2.979 0m.24.535C1.61.826.386 2.332.312 3.942.314 9.258.323 14.576.307 19.894.201 21.86 1.982 23.68 3.94 23.683c13.214-.005 26.43.009 39.643-.008 1.977-.071 3.553-1.839 3.617-3.777.022-5.16.006-10.322.006-15.483.022-1.907-1.483-3.876-3.464-3.944-12.845.003-25.688.002-38.533 0-.663.013-1.334-.057-1.991.063z"/><path fill="#231f20" d="M3.374 1.004C4.032.886 4.705.961 5.368.947 18.053.947 30.74.95 43.425.944c1.855.039 3.321 1.83 3.309 3.628-.002 5.056.011 10.113-.006 15.169-.062 1.832-1.628 3.415-3.459 3.472-12.529-.005-25.056-.003-37.585-.002-.791-.016-1.604.081-2.375-.147-1.397-.377-2.481-1.713-2.523-3.166C.788 14.686.795 9.472.783 4.26.734 2.744 1.948 1.377 3.374 1.003m.474 1.106C2.73 2.34 1.855 3.426 1.892 4.572c.005 4.952.005 9.903 0 14.855-.043 1.29 1.056 2.529 2.367 2.525 13.003-.013 26.007.003 39.011-.009 1.157-.008 2.236-1.026 2.209-2.199-.011-5.215 0-10.432-.006-15.646-.085-1.238-1.35-2.059-2.52-2.046-12.369.003-24.739.002-37.11 0-.663.014-1.336-.057-1.994.058z"/><path fill="#231f20" d="M12.087 8.721c.905-1.814 2.024-3.513 2.981-5.301 3.813 2.266 7.669 4.464 11.484 6.725.316-1.221.433-2.481.737-3.701.278-1.036 1.939-1.012 2.293-.028A2862.56 2862.56 0 0 1 35.29 18.58c-4.506.518-9.025.916-13.533 1.418-.785.058-1.517-.726-1.383-1.505.205-.729.954-1.061 1.451-1.563a16.553 16.553 0 0 1 1.734-1.516c-3.846-2.192-7.65-4.457-11.471-6.693z"/><path fill="#ffd24e" d="M3.219.535C3.876.415 4.547.484 5.21.472c12.845.002 25.688.003 38.533 0 1.982.068 3.486 2.037 3.464 3.944 0 5.162.016 10.323-.006 15.483-.065 1.937-1.641 3.706-3.617 3.777-13.213.017-26.428.003-39.643.008C1.983 23.681.202 21.86.308 19.895.324 14.577.314 9.259.313 3.943.387 2.332 1.611.826 3.22.536m.154.468C1.948 1.378.734 2.746.783 4.261c.013 5.212.005 10.426.003 15.638.043 1.453 1.126 2.788 2.523 3.166.771.227 1.584.131 2.375.147 12.529-.002 25.056-.003 37.585.002 1.832-.057 3.398-1.641 3.459-3.472.017-5.056.005-10.113.006-15.169.011-1.798-1.454-3.589-3.309-3.628C30.74.951 18.053.948 5.368.948c-.663.014-1.336-.062-1.994.057z"/><path fill="#ffd24e" d="M3.848 2.109c.658-.115 1.331-.044 1.994-.058 12.371.002 24.741.003 37.11 0 1.17-.013 2.435.808 2.52 2.046.006 5.214-.005 10.431.006 15.646.027 1.173-1.052 2.192-2.209 2.199-13.004.013-26.008-.003-39.011.009-1.311.005-2.409-1.235-2.367-2.525.005-4.952.005-9.903 0-14.855-.036-1.146.838-2.233 1.956-2.463m8.24 6.613c3.821 2.236 7.625 4.502 11.471 6.693-.611.467-1.194.968-1.734 1.516-.497.502-1.246.834-1.451 1.563-.134.778.598 1.563 1.383 1.505 4.508-.502 9.027-.9 13.533-1.418a2862.56 2862.56 0 0 0-5.708-12.164c-.354-.984-2.015-1.007-2.293.028-.305 1.221-.422 2.481-.737 3.701-3.815-2.261-7.671-4.459-11.484-6.725-.957 1.787-2.076 3.486-2.981 5.301z"/></symbol><symbol viewBox="0 0 22 24" id="complementary--lane-control--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".81" d="M0 0h21.6v.049C14.4.056 7.2.04 0 .057V0z"/><path opacity=".06" d="M21.6 0h.05v24h-.049V0z"/><path d="M0 .057C7.2.04 14.4.056 21.6.049V23.95c-7.2-.001-14.4.001-21.6-.001V.057m.597.541c-.003 7.593-.004 15.184 0 22.777 6.804.003 13.607.001 20.411.001.012-7.593.004-15.186.003-22.778C14.206.595 7.401.595.596.598z"/><path d="M2.942 2.593c2.346-.003 4.693-.003 7.04 0 .003 1.722.003 3.444 0 5.166-2.346.004-4.693.003-7.039 0-.003-1.722-.003-3.444 0-5.166z"/><path d="M13.035 2.592c.468-.003.936-.003 1.405 0 .003 1.169.001 2.339.001 3.508.003 1.304-.528 2.613-1.471 3.518-1.338.963-2.681 1.92-4.02 2.883-.87.535-1.353 1.557-1.424 2.553-.018.698-.004 1.397-.008 2.096.82.006 1.641-.001 2.462.003-1.054 1.41-2.109 2.818-3.164 4.227-1.059-1.407-2.114-2.817-3.17-4.227.821-.003 1.641.003 2.462-.002.005-.649-.002-1.299.003-1.949a4.89 4.89 0 0 1 1.462-3.423c1.461-1.059 2.937-2.1 4.399-3.156.674-.629 1.05-1.551 1.059-2.469.004-1.186-.003-2.373.003-3.559zM12.686 14.568c1.053-1.409 2.106-2.817 3.163-4.222 1.058 1.406 2.114 2.813 3.166 4.222-.819.005-1.639 0-2.459.003-.006 2.269.003 4.539-.004 6.808-.469.003-.938.003-1.407 0-.006-2.269.002-4.539-.004-6.808-.819-.003-1.638.003-2.456-.003z"/><path fill="#f06000" d="M.597.598c6.805-.003 13.61-.003 20.415 0 0 7.593.008 15.186-.003 22.778-6.804 0-13.608.002-20.411-.001C.594 15.782.595 8.191.598.598m2.344 1.995c-.003 1.722-.003 3.444 0 5.166 2.346.003 4.693.003 7.04 0 .003-1.722.003-3.444 0-5.166-2.346-.004-4.693-.003-7.039 0m10.092-.001c-.006 1.187.001 2.373-.003 3.559-.009.918-.386 1.841-1.059 2.469-1.463 1.056-2.939 2.096-4.399 3.156a4.895 4.895 0 0 0-1.462 3.423c-.004.649.002 1.299-.003 1.949-.821.005-1.641 0-2.462.002 1.056 1.41 2.111 2.82 3.17 4.227 1.055-1.409 2.11-2.817 3.164-4.227-.821-.004-1.641.003-2.462-.003.003-.699-.01-1.398.007-2.096.072-.996.554-2.018 1.424-2.553 1.339-.962 2.682-1.92 4.02-2.883.943-.905 1.475-2.214 1.471-3.518 0-1.17.002-2.339-.001-3.508a109.67 109.67 0 0 0-1.405 0m-.349 11.979c.819.006 1.638 0 2.456.003.006 2.269-.003 4.539.004 6.808.469.003.938.003 1.407 0 .006-2.27-.002-4.539.004-6.808.819-.003 1.639.003 2.458-.003a1326.15 1326.15 0 0 0-3.166-4.222 1405.414 1405.414 0 0 0-3.163 4.222z"/><path opacity=".26" d="M0 23.949c7.2.002 14.4 0 21.6.001V24H0v-.051z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--lane-control--g2" xmlns="http://www.w3.org/2000/svg"><path opacity=".77" d="M0 0h31.799v.099C21.199.105 10.6.092 0 .106V0z"/><path opacity=".63" d="M31.799 0h.101v24h-.099c-.003-7.967.001-15.934-.002-23.901V0z"/><path d="M0 .106C10.6.092 21.199.105 31.799.099c.003 7.967-.001 15.934.002 23.901H0V.106m.597.508C.591 8.21.591 15.807.597 23.403c3.329.006 6.657.006 9.986 0 .008-.625-.003-1.25.006-1.876l.698-.001c.007.626-.003 1.252.005 1.878 3.172.004 6.344.004 9.516 0 .008-.626-.002-1.252.005-1.878l.702.001c.01.626-.002 1.251.006 1.876 3.25.006 6.501.006 9.751 0 .004-7.597.003-15.193.001-22.789-3.251-.004-6.502-.004-9.753 0-.006.547.004 1.093-.006 1.64l-.7.003c-.009-.548.003-1.095-.006-1.643C14.071.61 7.334.61.597.614z"/><path d="M1.537 1.549c3.131-.004 6.263-.004 9.394 0-3.129 3.919-6.265 7.832-9.397 11.749.002-3.916-.003-7.833.003-11.749zM23.287 6.717a877.88 877.88 0 0 1 3.17-4.227c1.057 1.408 2.115 2.814 3.165 4.226-.82.01-1.64-.002-2.46.006-.008 4.856 0 9.712-.004 14.568-.47.006-.94.006-1.409 0-.004-4.856.004-9.712-.004-14.568-.819-.007-1.638.004-2.458-.005zM13.06 6.83a482.858 482.858 0 0 1 3.167-4.217 713.02 713.02 0 0 1 3.166 4.217c-.819.009-1.638-.002-2.457.006-.007 4.855.003 9.711-.005 14.567a50.69 50.69 0 0 1-1.406 0c-.007-4.856.003-9.712-.005-14.568-.82-.007-1.64.005-2.46-.005zM20.812 3.902c.235-.001.469 0 .704.001.005.627.005 1.253 0 1.88l-.704.001c-.004-.627-.003-1.255 0-1.882zM20.813 7.426l.702.002c.007.626.006 1.252.001 1.878h-.703c-.005-.627-.005-1.253 0-1.88zM7.58 8.344c1.759-.041 3.518-.091 5.278-.123-.454 1.699-.903 3.398-1.362 5.094-.514-.636-1.009-1.287-1.525-1.922-.913.738-1.94 1.377-2.626 2.351A5.962 5.962 0 0 0 6.233 17.4c-.001 1.334.005 2.669-.002 4.003a50.69 50.69 0 0 1-1.406 0 772.21 772.21 0 0 1 0-4.305c.012-2.088.979-4.149 2.583-5.485.558-.453 1.128-.889 1.685-1.342-.498-.647-1.015-1.28-1.513-1.927zM20.814 10.95l.7.001c.009.626.007 1.253.001 1.879l-.702.001a98.285 98.285 0 0 1 .001-1.881z"/><path d="M10.589 14.479l.698.001c.004.625.006 1.25-.001 1.876l-.697-.002a90.147 90.147 0 0 1 0-1.875zM20.813 14.48h.703c.005.624.006 1.249-.001 1.874l-.701.002c-.007-.626-.005-1.251-.001-1.876zM10.588 18.003c.233-.002.466-.002.7-.002.003.627.004 1.255-.001 1.882l-.698-.001a98.076 98.076 0 0 1-.001-1.879zM20.812 18.001c.235 0 .469 0 .704.002.005.626.005 1.253 0 1.879l-.703.001c-.005-.627-.004-1.254-.001-1.882z"/><path fill="#f06000" d="M.597.614C7.334.61 14.071.61 20.808.614c.009.548-.003 1.095.006 1.643l.7-.003c.01-.547 0-1.093.006-1.64 3.251-.004 6.502-.004 9.753 0 .002 7.596.003 15.192-.001 22.789-3.25.006-6.501.006-9.751 0-.008-.625.004-1.25-.006-1.876l-.702-.001c-.007.626.003 1.252-.005 1.878-3.172.004-6.344.004-9.516 0-.008-.626.002-1.252-.005-1.878l-.698.001c-.009.626.002 1.251-.006 1.876-3.329.006-6.657.006-9.986 0C.591 15.807.591 8.21.597.614m.94.935c-.006 3.916-.001 7.833-.003 11.749 3.132-3.917 6.268-7.83 9.397-11.749a3676.97 3676.97 0 0 0-9.394 0m21.75 5.168c.82.009 1.639-.002 2.458.005.008 4.856 0 9.712.004 14.568.469.006.939.006 1.409 0 .004-4.856-.004-9.712.004-14.568.82-.008 1.64.004 2.46-.006-1.05-1.412-2.108-2.818-3.165-4.226a877.88 877.88 0 0 0-3.17 4.227M13.06 6.83c.82.01 1.64-.002 2.46.005.008 4.856-.002 9.712.005 14.568.469.007.937.006 1.406 0 .008-4.856-.002-9.712.005-14.567.819-.008 1.638.003 2.457-.006a713.02 713.02 0 0 0-3.166-4.217A482.858 482.858 0 0 0 13.06 6.83m7.752-2.928c-.003.627-.004 1.255 0 1.882l.704-.001c.005-.627.005-1.253 0-1.88-.235-.001-.469-.002-.704-.001m.001 3.524c-.005.627-.005 1.253 0 1.88h.703c.005-.626.006-1.252-.001-1.878l-.702-.002M7.58 8.344c.498.647 1.015 1.28 1.513 1.927-.557.453-1.127.889-1.685 1.342-1.604 1.336-2.571 3.397-2.583 5.485a772.21 772.21 0 0 0 0 4.305c.468.007.937.006 1.406 0 .007-1.334.001-2.669.002-4.003a5.962 5.962 0 0 1 1.112-3.656c.686-.974 1.713-1.613 2.626-2.351.516.635 1.011 1.286 1.525 1.922.459-1.696.908-3.395 1.362-5.094-1.76.032-3.519.082-5.278.123m13.234 2.606a98.285 98.285 0 0 0-.001 1.881l.702-.001c.006-.626.008-1.253-.001-1.879l-.7-.001m-10.225 3.529c-.006.625-.007 1.25 0 1.875l.697.002c.007-.626.005-1.251.001-1.876l-.698-.001m10.224.001c-.004.625-.006 1.25.001 1.876l.701-.002c.007-.625.006-1.25.001-1.874a82.368 82.368 0 0 0-.703 0m-10.225 3.523c-.005.626-.006 1.253.001 1.879l.698.001c.005-.627.004-1.255.001-1.882-.234 0-.467 0-.7.002m10.224-.002c-.003.628-.004 1.255.001 1.882l.703-.001c.005-.626.005-1.253 0-1.879-.235-.002-.469-.002-.704-.002z"/></symbol><symbol viewBox="0 0 22 24" id="complementary--lane-control--g3" xmlns="http://www.w3.org/2000/svg"><path opacity=".55" d="M0 0h21.6v.1H0V0z"/><path d="M0 .1h21.6v23.794c-7.2.013-14.4.002-21.6.006V.1m.593.534C.582 8.221.587 15.809.591 23.396c6.805.005 13.609.005 20.414 0 .003-7.587.011-15.175-.004-22.762C14.199.631 7.396.63.593.634z"/><path d="M5.288 2.629c.467-.005.934-.004 1.401-.002.013 4.848-.007 9.697.011 14.544.813.009 1.627-.006 2.44.007-1.039 1.415-2.101 2.814-3.154 4.219-1.051-1.407-2.114-2.805-3.156-4.22.817-.011 1.634.002 2.451-.005.01-4.848-.006-9.695.007-14.543zM11.632 2.631c2.346-.004 4.692-.004 7.038 0 .006 1.719.002 3.439.002 5.158-2.347.006-4.694.007-7.041 0-.001-1.719-.004-3.439.001-5.158zM11.99 13.891c1.054-1.407 2.09-2.828 3.173-4.212 1.047 1.406 2.11 2.801 3.151 4.212-.818.009-1.635-.005-2.453.006-.009 2.499-.001 4.998-.004 7.498-.469.009-.939.01-1.409-.001-.002-2.499.006-4.998-.003-7.497-.819-.011-1.637.003-2.455-.006z"/><path fill="#f06000" d="M.593.634C7.396.63 14.199.631 21.001.634c.015 7.587.007 15.175.004 22.762-6.805.005-13.609.005-20.414 0C.587 15.809.582 8.221.593.634m4.695 1.995c-.013 4.848.003 9.695-.007 14.543-.817.007-1.634-.006-2.451.005 1.042 1.415 2.105 2.813 3.156 4.22 1.053-1.405 2.115-2.804 3.154-4.219-.813-.013-1.627.002-2.44-.007-.018-4.847.002-9.696-.011-14.544a93.468 93.468 0 0 0-1.401.002m6.344.002c-.005 1.719-.002 3.439-.001 5.158 2.347.007 4.694.006 7.041 0 0-1.719.004-3.439-.002-5.158-2.346-.004-4.692-.004-7.038 0m.358 11.26c.818.009 1.636-.005 2.455.006.009 2.499.001 4.998.003 7.497.47.011.94.01 1.409.001.003-2.5-.005-4.999.004-7.498.818-.011 1.635.003 2.453-.006-1.041-1.411-2.104-2.806-3.151-4.212-1.083 1.384-2.119 2.805-3.173 4.212z"/><path opacity=".86" d="M0 23.9c7.2-.004 14.4.007 21.6-.006V24H0v-.1z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-10--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.716 0H22.27c.893.126 1.591.88 1.73 1.757v20.446c-.102.93-.893 1.684-1.811 1.798H1.827c-.916-.119-1.682-.834-1.828-1.751V1.762C.132.89.832.132 1.715 0m.254.328C.987.456.253 1.425.3 2.397.304 8.876.292 15.355.305 21.833c-.008 1.045.922 1.979 1.97 1.954 6.523.006 13.046.007 19.57-.001 1.193.024 2.108-1.154 1.958-2.306-.011-6.4.008-12.8-.01-19.201.011-1.082-.976-2.051-2.065-1.978C15.142.319 8.553.263 1.969.329z"/><path fill="#ffd033" d="M1.847 1.03C8.471.938 15.105 1.017 21.732.99c.666-.079 1.326.473 1.265 1.163.004 6.565.004 13.13 0 19.696.041.63-.522 1.184-1.148 1.158-6.565.006-13.132.006-19.698 0-.625.026-1.188-.528-1.147-1.158-.005-6.565-.004-13.13 0-19.696-.038-.517.33-1.025.844-1.123m6.054 3.235c-.178.569-.334 1.241-.892 1.561-.613.323-1.321.373-1.996.468-.006.341-.007.683-.005 1.024.84.007 1.68-.002 2.519.005.004 2.528-.004 5.057.004 7.584.479.007.958.007 1.436.001.002-3.55.004-7.098-.001-10.646-.355-.002-.71-.002-1.066.004m7.627-.002c-.977.144-1.795.836-2.231 1.704-.732 1.445-.823 3.115-.736 4.705.086 1.214.373 2.48 1.164 3.44 1.258 1.524 3.976 1.424 5.09-.22.944-1.343 1.108-3.059 1.086-4.655-.035-1.385-.239-2.88-1.163-3.976-.773-.912-2.07-1.195-3.211-1M6.602 17.19a546.42 546.42 0 0 0 0 3.841l.745-.002c.01-1.036-.004-2.071.005-3.108.251 1.034.463 2.077.708 3.112.254-.001.509-.004.763-.004.241-1.038.461-2.08.71-3.115.013 1.039-.002 2.077.008 3.116h.746c.004-1.279.002-2.56 0-3.839-.382-.002-.764-.004-1.146 0-.232.995-.455 1.992-.688 2.987-.247-.992-.463-1.991-.696-2.986A63.747 63.747 0 0 0 6.6 17.19m4.442 0c-.005 1.271-.004 2.54-.001 3.811l.809-.002c-.001-.448.001-.895.004-1.343.449-.011.907.02 1.349-.084 1.04-.24 1.027-2.045.001-2.303-.709-.152-1.442-.053-2.161-.079m3.508 0c-.002 1.28-.004 2.56 0 3.839l.806.002c.004-.57.001-1.14.004-1.71.488-.004.977-.004 1.466.001.004.569 0 1.138.004 1.706l.806.002c.004-1.282.005-2.562 0-3.842l-.808.002-.002 1.465c-.49.006-.978.006-1.466.001-.001-.49-.001-.979-.004-1.469l-.806.001z"/><path fill="#ffd033" d="M15.88 5.45c.772-.151 1.681.14 2.018.899.61 1.382.593 2.94.52 4.421-.091.955-.206 2.041-.966 2.722-.808.757-2.28.592-2.816-.409-.754-1.384-.688-3.042-.59-4.568.114-1.184.45-2.804 1.835-3.064zM11.854 17.85c.378.018.794-.061 1.142.125.293.25.238.874-.175.976-.317.072-.646.035-.967.038-.005-.38-.005-.76 0-1.139z"/><path fill="#050505" d="M1.969.328C8.553.262 15.143.318 21.728.3c1.09-.073 2.076.895 2.065 1.978.018 6.401-.001 12.802.01 19.201.15 1.152-.766 2.33-1.958 2.306-6.523.008-13.046.007-19.57.001-1.049.025-1.979-.908-1.97-1.954C.292 15.353.304 8.874.3 2.396.253 1.424.988.456 1.969.327m-.122.703c-.514.098-.882.606-.844 1.123-.004 6.565-.005 13.13 0 19.696-.041.63.522 1.184 1.147 1.158 6.566.006 13.133.006 19.698 0 .626.026 1.189-.528 1.148-1.158.004-6.565.004-13.13 0-19.696.061-.69-.599-1.242-1.265-1.163-6.628.026-13.261-.053-19.885.04z"/><path fill="#231f20" d="M7.902 4.265c.355-.006.71-.006 1.066-.004.005 3.548.004 7.097.001 10.646-.479.006-.958.006-1.436-.001-.007-2.527 0-5.056-.004-7.584-.839-.007-1.679.002-2.519-.005-.002-.341-.001-.683.005-1.024.674-.095 1.382-.145 1.996-.468.558-.32.714-.992.892-1.561zM15.528 4.264c1.141-.196 2.438.088 3.211 1 .924 1.096 1.128 2.591 1.163 3.976.022 1.596-.142 3.312-1.086 4.655-1.115 1.644-3.833 1.744-5.09.22-.791-.96-1.078-2.226-1.164-3.44-.088-1.59.004-3.26.736-4.705.436-.868 1.254-1.56 2.231-1.704m.351 1.184c-1.385.259-1.721 1.879-1.835 3.064-.097 1.526-.163 3.185.59 4.568.536 1.001 2.009 1.166 2.816.409.76-.68.875-1.766.966-2.722.073-1.481.09-3.038-.52-4.421-.337-.758-1.247-1.05-2.018-.899zM6.602 17.19c.385-.002.772-.001 1.157.002.233.995.449 1.993.696 2.986.233-.995.456-1.992.688-2.987.382-.004.764-.002 1.146 0 .002 1.279.004 2.56 0 3.839a92.753 92.753 0 0 0-.746 0c-.011-1.039.005-2.077-.008-3.116-.25 1.036-.469 2.077-.71 3.115-.254 0-.509.002-.763.004-.245-1.034-.457-2.077-.708-3.112-.008 1.037.005 2.072-.005 3.108l-.745.002a546.42 546.42 0 0 1 0-3.841zM11.042 17.19c.719.026 1.452-.073 2.161.079 1.026.258 1.039 2.063-.001 2.303-.442.104-.9.073-1.349.084-.002.448-.005.895-.004 1.343l-.809.002c-.002-1.271-.004-2.54.001-3.811m.813.66c-.005.379-.005.758 0 1.139.322-.004.65.034.967-.038.413-.102.468-.726.175-.976-.348-.186-.764-.107-1.142-.125zM14.551 17.19l.806-.001.004 1.469c.488.005.977.005 1.466-.001l.002-1.465.808-.002c.005 1.28.004 2.561 0 3.842l-.806-.002c-.004-.569 0-1.138-.004-1.706-.49-.005-.978-.005-1.466-.001-.002.57 0 1.14-.004 1.71l-.806-.002c-.004-1.279-.002-2.558 0-3.839z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-15--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.708 0h20.574C23.164.133 23.85.875 24 1.74v20.482c-.114.913-.886 1.65-1.787 1.778H1.809c-.902-.128-1.656-.833-1.81-1.736V1.748C.142.884.832.139 1.707.001m.263.328C.987.455.254 1.423.3 2.397.304 8.876.292 15.355.305 21.833c-.008 1.045.923 1.98 1.973 1.954a8507.3 8507.3 0 0 0 19.566-.001c1.25.028 2.144-1.241 1.96-2.425-.011-6.36.008-12.721-.01-19.081.012-1.084-.976-2.052-2.065-1.979C15.143.319 8.554.263 1.971.33z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.103 1.017 21.73.99c.667-.079 1.328.472 1.267 1.163.004 6.565.005 13.13 0 19.694.041.631-.522 1.186-1.147 1.159-6.566.006-13.133.006-19.699 0-.625.026-1.188-.528-1.147-1.159-.005-6.564-.004-13.129 0-19.694-.037-.518.33-1.026.844-1.123m6.054 3.235c-.176.564-.33 1.228-.876 1.553-.617.331-1.332.38-2.011.476-.006.341-.006.683-.005 1.024.84.007 1.68-.002 2.519.005.004 2.528-.004 5.057.004 7.585.479.006.958.005 1.436-.001.002-3.548.004-7.097-.001-10.645-.355-.002-.71-.002-1.066.004m5.849.115a503.824 503.824 0 0 0-.814 5.754c.446-.028 1.037.262 1.362-.163.983-1.148 3.084-1.013 3.853.31.558 1.038.325 2.449-.553 3.241-1.236.988-3.546.401-3.684-1.339a53.286 53.286 0 0 0-1.385 0c.083.793.355 1.618.996 2.132 1.321 1.073 3.335 1.111 4.783.276 1.602-1.103 2.132-3.605.983-5.204-1.11-1.532-3.48-1.868-4.996-.756.161-.985.3-1.974.463-2.959 1.51-.007 3.019.005 4.529-.005.004-.428.004-.857.001-1.284-1.847-.007-3.694-.002-5.539-.002M6.602 17.19c-.004 1.28-.004 2.561 0 3.84l.745-.001c.01-1.032-.004-2.064.005-3.096.256 1.03.464 2.071.708 3.104l.77-.02c.23-1.03.451-2.062.702-3.086.017 1.033-.002 2.066.01 3.1l.746-.001c.004-1.279.002-2.558 0-3.838-.382-.002-.764-.002-1.147 0-.23.992-.451 1.988-.686 2.98-.25-.989-.463-1.986-.695-2.978a74.52 74.52 0 0 0-1.158-.002m4.44-.002c-.005 1.271-.002 2.54-.001 3.811l.81-.002c-.001-.448-.001-.895.002-1.343.449-.011.906.02 1.348-.084 1.043-.238 1.03-2.047 0-2.303-.708-.152-1.44-.053-2.159-.079m3.509.001a818.348 818.348 0 0 0 0 3.838l.806.002c.004-.57.001-1.14.004-1.71a79.6 79.6 0 0 1 1.466.001c.002.569 0 1.138.004 1.706l.806.002c.004-1.282.005-2.562 0-3.842l-.808.002-.002 1.465c-.49.006-.978.006-1.466.001-.001-.49-.001-.979-.004-1.469l-.806.002z"/><path fill="#ffd033" d="M11.854 17.849c.323.004.652-.018.971.049.482.101.469.941-.004 1.051-.317.072-.646.037-.967.04-.005-.38-.005-.76 0-1.14z"/><path fill="#050505" d="M1.97.329C8.553.262 15.142.318 21.728.3c1.09-.073 2.077.895 2.065 1.979.018 6.36-.001 12.721.01 19.081.185 1.184-.709 2.453-1.96 2.425-6.522.01-13.044.007-19.566.001-1.05.026-1.981-.908-1.973-1.954C.291 15.353.303 8.874.299 2.396.253 1.423.987.454 1.969.328m-.122.702c-.514.097-.881.605-.844 1.123-.004 6.565-.005 13.13 0 19.694-.041.631.522 1.186 1.147 1.159 6.566.006 13.133.006 19.699 0 .625.026 1.188-.528 1.147-1.159.005-6.564.004-13.129 0-19.694.061-.691-.6-1.242-1.267-1.163-6.626.026-13.26-.053-19.883.04z"/><path fill="#231f20" d="M7.902 4.265c.355-.006.71-.006 1.066-.004.005 3.548.004 7.097.001 10.645-.479.006-.958.007-1.436.001-.007-2.528 0-5.057-.004-7.585-.839-.007-1.679.002-2.519-.005-.001-.341-.001-.683.005-1.024.679-.096 1.394-.145 2.011-.476.546-.325.7-.989.876-1.553zM13.751 4.381c1.846 0 3.692-.005 5.539.002.002.427.002.856-.001 1.284-1.51.01-3.019-.002-4.529.005-.163.985-.302 1.974-.463 2.959 1.516-1.112 3.886-.776 4.996.756 1.15 1.6.619 4.102-.983 5.204-1.448.835-3.462.797-4.783-.276-.641-.515-.913-1.339-.996-2.132.462-.006.924-.006 1.385 0 .138 1.74 2.448 2.327 3.684 1.339.878-.792 1.111-2.203.553-3.241-.769-1.322-2.87-1.458-3.853-.31-.325.425-.916.136-1.362.163.259-1.92.532-3.838.814-5.754zM6.602 17.19c.385-.001.772-.001 1.158.002.232.992.445 1.99.695 2.978.235-.991.456-1.987.686-2.98.383-.002.766-.002 1.147 0 .002 1.279.004 2.558 0 3.838l-.746.001c-.012-1.033.007-2.066-.01-3.1-.251 1.025-.472 2.057-.702 3.086l-.77.02c-.244-1.033-.452-2.075-.708-3.104-.008 1.032.005 2.064-.005 3.096l-.745.001c-.004-1.279-.004-2.56 0-3.84zM11.042 17.19c.719.026 1.451-.073 2.159.079 1.03.256 1.043 2.065 0 2.303-.442.104-.899.073-1.348.084-.004.448-.004.895-.002 1.343l-.81.002c-.001-1.271-.004-2.54.001-3.811m.812.659c-.005.38-.005.76 0 1.14.322-.002.65.032.967-.04.473-.11.486-.95.004-1.051-.319-.067-.648-.046-.971-.049zM14.551 17.191l.806-.002.004 1.469c.488.005.977.005 1.466-.001l.002-1.465.808-.002c.005 1.28.004 2.561 0 3.842l-.806-.002c-.004-.569-.001-1.138-.004-1.706a79.6 79.6 0 0 0-1.466-.001c-.002.57 0 1.14-.004 1.71l-.806-.002c-.004-1.279-.002-2.558 0-3.838z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.717 0h20.556c.889.128 1.585.88 1.727 1.754v20.452c-.107.934-.904 1.691-1.829 1.794H1.824C.911 23.879.146 23.166 0 22.252V1.758C.136.887.835.133 1.717 0m.252.329C.986.455.254 1.423.3 2.397.304 8.876.292 15.355.306 21.833c-.01 1.045.92 1.979 1.969 1.954 6.523.006 13.046.008 19.57-.001 1.373.029 2.19-1.421 1.958-2.665-.01-6.281.008-12.562-.01-18.842.011-1.082-.976-2.05-2.064-1.978C15.142.319 8.553.261 1.969.33z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.103 1.017 21.731.99c.667-.078 1.326.472 1.266 1.163.004 6.565.005 13.13 0 19.696.04.63-.522 1.183-1.147 1.158-6.566.006-13.133.006-19.699 0-.625.026-1.188-.528-1.147-1.158-.005-6.565-.004-13.13 0-19.694-.037-.518.329-1.027.844-1.124m3.58 3.913c-.877.751-1.122 1.962-1.148 3.064.452.005.906.005 1.358.001.058-.694.124-1.458.619-1.993.682-.72 1.862-.784 2.717-.355 1.126.604 1.262 2.327.346 3.176-1.211 1.129-2.897 1.595-4.079 2.762-.874.86-1.132 2.132-1.226 3.308 2.452.005 4.903.005 7.355 0 .004-.428.004-.858-.001-1.286-1.952-.007-3.906.008-5.858-.008.881-2.486 4.151-2.549 5.483-4.663 1.003-1.628.12-4.13-1.772-4.615-1.261-.31-2.754-.254-3.792.61m10.098-.681c-.976.144-1.795.836-2.23 1.703-.716 1.408-.817 3.034-.745 4.585.077 1.255.355 2.569 1.174 3.562 1.258 1.524 3.974 1.424 5.089-.22.966-1.379 1.118-3.143 1.082-4.778-.043-1.345-.262-2.79-1.158-3.852-.773-.912-2.071-1.195-3.212-1M6.602 17.19c-.004 1.28-.004 2.561 0 3.841l.745-.002c.008-1.034-.002-2.07.005-3.104.252 1.033.464 2.075.708 3.11l.764-.01c.239-1.036.46-2.075.709-3.108.014 1.037-.002 2.075.008 3.113l.746-.001c.004-1.279.002-2.558.001-3.838-.383-.002-.766-.002-1.148 0-.23.995-.454 1.993-.688 2.988-.244-.992-.463-1.992-.694-2.987A74.52 74.52 0 0 0 6.6 17.19m4.442 0c-.005 1.271-.002 2.54-.001 3.811l.809-.002.002-1.343c.628-.036 1.402.112 1.878-.404.396-.602.332-1.674-.437-1.951-.73-.206-1.504-.076-2.251-.11m3.509-.001c-.002 1.28-.004 2.56 0 3.839l.806.002c.004-.57.002-1.14.002-1.71.49-.004.979-.002 1.468.001.002.569.001 1.138.004 1.706l.806.002c.004-1.282.004-2.562 0-3.842l-.808.001-.002 1.468c-.49.005-.978.005-1.466.001 0-.491-.001-.98-.004-1.47l-.806.001z"/><path fill="#ffd033" d="M15.88 5.45c.772-.151 1.681.14 2.018.899.598 1.35.589 2.874.526 4.322-.082.912-.169 1.916-.793 2.64-.636.77-1.956.904-2.67.172-.588-.581-.775-1.432-.888-2.22-.148-1.415-.146-2.878.265-4.25.218-.724.745-1.45 1.542-1.562zM11.852 17.848c.379.02.796-.058 1.144.126.293.25.238.875-.175.976-.317.072-.646.037-.968.041-.002-.38-.002-.762 0-1.142z"/><path fill="#050505" d="M1.969.329C8.553.261 15.143.318 21.729.3c1.088-.072 2.075.895 2.064 1.978.018 6.281 0 12.562.01 18.842.232 1.244-.586 2.694-1.958 2.665-6.523.01-13.046.007-19.57.001-1.049.025-1.979-.908-1.969-1.954C.292 15.353.304 8.874.3 2.396.254 1.423.986.454 1.969.328m-.122.702c-.515.097-.881.606-.844 1.124-.004 6.564-.005 13.129 0 19.694-.041.63.522 1.184 1.147 1.158 6.566.006 13.133.006 19.699 0 .625.025 1.187-.528 1.147-1.158.005-6.565.004-13.13 0-19.696.06-.691-.599-1.241-1.266-1.163-6.628.026-13.261-.053-19.884.04z"/><path fill="#231f20" d="M5.428 4.944c1.038-.864 2.531-.919 3.792-.61 1.892.485 2.776 2.987 1.772 4.615-1.332 2.114-4.602 2.177-5.483 4.663 1.952.017 3.906.001 5.858.008.005.428.005.858.001 1.286-2.452.005-4.903.005-7.355 0 .095-1.176.353-2.448 1.226-3.308 1.182-1.168 2.868-1.633 4.079-2.762.917-.85.78-2.573-.346-3.176-.854-.428-2.035-.365-2.717.355-.496.535-.562 1.3-.619 1.993-.452.004-.906.004-1.358-.001.026-1.102.271-2.312 1.148-3.064zM15.528 4.264c1.141-.196 2.44.088 3.212 1 .896 1.062 1.115 2.507 1.158 3.852.036 1.636-.116 3.4-1.082 4.778-1.115 1.644-3.832 1.744-5.089.22-.818-.992-1.097-2.306-1.174-3.562-.072-1.552.029-3.178.745-4.585.434-.866 1.254-1.559 2.23-1.703m.352 1.186c-.797.113-1.324.839-1.542 1.562-.412 1.373-.413 2.836-.265 4.25.113.788.3 1.639.888 2.22.714.732 2.034.599 2.67-.172.624-.724.712-1.728.793-2.64.064-1.448.072-2.972-.526-4.322-.337-.758-1.247-1.05-2.018-.899zM6.602 17.19c.385-.001.772-.001 1.158.002.23.995.45 1.994.694 2.987.234-.995.457-1.993.688-2.988.383-.002.766-.002 1.148 0 .001 1.279.002 2.558-.001 3.838l-.746.001c-.011-1.038.006-2.076-.008-3.113-.25 1.033-.47 2.072-.709 3.108-.256.002-.51.006-.764.01-.244-1.036-.456-2.077-.708-3.11-.007 1.034.004 2.07-.005 3.104l-.745.002c-.004-1.28-.004-2.561 0-3.841zM11.042 17.19c.748.035 1.522-.096 2.251.11.769.277.833 1.349.437 1.951-.476.516-1.25.368-1.878.404l-.002 1.343-.809.002c-.001-1.271-.004-2.54.001-3.811m.81.659c-.002.38-.002.762 0 1.142.323-.004.652.031.968-.041.413-.101.468-.726.175-.976-.348-.184-.764-.106-1.144-.126zM14.551 17.19l.806-.001c.002.49.004.979.004 1.47.488.004.977.004 1.466-.001l.002-1.468.808-.001c.004 1.28.004 2.561 0 3.842l-.806-.002c-.002-.569-.001-1.138-.004-1.706a89.779 89.779 0 0 0-1.468-.001c0 .57.001 1.14-.002 1.71l-.806-.002c-.004-1.279-.002-2.558 0-3.839z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.703 0h20.585c.877.136 1.56.875 1.712 1.736v20.495c-.12.907-.888 1.64-1.784 1.769H1.804C.905 23.868.156 23.167 0 22.268V1.737C.148.88.833.139 1.703-.001m.267.329C.988.455.253 1.422.3 2.396c.004 6.48-.008 12.96.005 19.439-.008 1.045.924 1.98 1.974 1.952a9113.1 9113.1 0 0 0 19.564-.001c1.088.019 2.018-.986 1.957-2.065.002-6.439.001-12.88 0-19.319.067-1.124-.932-2.179-2.071-2.101C15.143.318 8.555.264 1.971.329z"/><path fill="#ffd033" d="M1.847 1.028C8.47.938 15.103 1.016 21.73.988c.667-.079 1.328.473 1.268 1.164.002 6.565.002 13.13-.001 19.696.041.63-.522 1.184-1.147 1.158-6.566.006-13.133.006-19.699 0-.625.028-1.189-.529-1.147-1.158C1 15.283 1 8.716 1.003 2.151c-.037-.517.331-1.024.845-1.123m3.646 3.861c-.924.742-1.195 1.99-1.211 3.118.451.007.904.007 1.356.001.05-.821.185-1.783.94-2.266.934-.578 2.382-.462 3.025.499.529.821.395 2.004-.344 2.657-1.194 1.061-2.795 1.54-3.958 2.642-.917.857-1.194 2.162-1.285 3.366 2.45.007 4.901.006 7.351 0 .006-.428.006-.857-.001-1.285-1.95-.007-3.901.008-5.851-.007.869-2.491 4.15-2.549 5.477-4.664 1.003-1.628.12-4.132-1.772-4.615-1.236-.304-2.686-.256-3.726.554m8.257-.508a507.052 507.052 0 0 0-.816 5.754c.446-.032 1.042.269 1.363-.163.983-1.148 3.084-1.013 3.853.31.558 1.038.325 2.449-.553 3.241-1.235.986-3.547.402-3.682-1.338a39.966 39.966 0 0 0-1.385 0c.076.821.38 1.673 1.06 2.185 1.325 1.019 3.293 1.044 4.718.221 1.601-1.103 2.131-3.604.982-5.203-1.11-1.531-3.48-1.87-4.996-.755.162-.985.299-1.975.463-2.959 1.51-.01 3.019.005 4.528-.007.005-.427.005-.854.001-1.282-1.846-.01-3.691-.004-5.537-.004m-7.147 12.81c-.006 1.279-.006 2.56-.001 3.839l.744-.001c.012-1.031-.004-2.062.007-3.091.256 1.027.462 2.068.708 3.097.257-.002.514-.008.77-.023.229-1.026.449-2.054.701-3.076.018 1.031-.004 2.063.011 3.094l.745-.001c.004-1.279.004-2.557 0-3.836a43.78 43.78 0 0 0-1.146 0c-.233.991-.452 1.987-.688 2.978-.251-.988-.462-1.985-.696-2.977-.385-.006-.77-.006-1.156-.002m4.441-.002c-.007 1.271-.004 2.54-.002 3.81.27 0 .54 0 .81-.002-.001-.448-.001-.894.002-1.342.449-.012.906.02 1.346-.084 1.043-.238 1.031-2.046.002-2.303-.708-.152-1.441-.053-2.159-.079m3.508.001c-.004 1.279-.004 2.558.001 3.836.268.002.536.002.805.002.006-.569 0-1.139.004-1.708a65.04 65.04 0 0 1 1.465.001c.006.568 0 1.136.005 1.704.269.002.538.002.806.002.005-1.28.005-2.561-.001-3.841l-.805.002c-.002.488-.001.977-.005 1.465-.488.007-.977.007-1.465.001-.001-.49 0-.979-.005-1.469l-.805.002z"/><path fill="#ffd033" d="M11.855 17.851c.323.001.652-.023.971.047.481.102.468.94-.004 1.051-.317.074-.646.036-.967.037a30.675 30.675 0 0 1 0-1.135z"/><path fill="#050505" d="M1.97.328C8.554.263 15.142.317 21.728.3c1.139-.078 2.138.977 2.071 2.101.001 6.439.002 12.88 0 19.319.061 1.079-.869 2.084-1.957 2.065a9113.1 9113.1 0 0 1-19.564.001c-1.05.028-1.982-.907-1.974-1.952C.291 15.355.303 8.875.299 2.395.252 1.422.988.455 1.969.327m-.122.701c-.514.1-.882.606-.845 1.123C1 8.716 1 15.283 1.003 21.848c-.042.629.522 1.186 1.147 1.158 6.566.006 13.133.006 19.699 0 .625.026 1.188-.528 1.147-1.158.004-6.565.004-13.13.001-19.696.06-.691-.601-1.243-1.268-1.164-6.626.028-13.26-.05-19.883.04z"/><path fill="#231f20" d="M5.494 4.889c1.04-.81 2.49-.858 3.726-.554 1.892.484 2.776 2.987 1.772 4.615-1.327 2.116-4.608 2.173-5.477 4.664 1.95.016 3.901 0 5.851.007.007.428.007.857.001 1.285-2.45.006-4.901.007-7.351 0 .091-1.204.368-2.509 1.285-3.366 1.163-1.103 2.764-1.582 3.958-2.642.739-.653.874-1.836.344-2.657-.643-.961-2.092-1.078-3.025-.499-.755.482-.889 1.445-.94 2.266-.452.006-.905.006-1.356-.001.016-1.128.287-2.376 1.211-3.118zM13.752 4.381c1.846 0 3.691-.006 5.537.004.004.427.004.854-.001 1.282-1.508.012-3.018-.002-4.528.007-.164.984-.301 1.974-.463 2.959 1.516-1.115 3.886-.776 4.996.755 1.15 1.6.619 4.1-.982 5.203-1.426.823-3.394.798-4.718-.221-.679-.512-.984-1.364-1.06-2.185.462-.008.923-.008 1.385 0 .134 1.74 2.447 2.324 3.682 1.338.878-.792 1.111-2.203.553-3.241-.769-1.322-2.87-1.458-3.853-.31-.322.432-.917.131-1.363.163.264-1.919.53-3.838.816-5.754zM6.604 17.191c.385-.004.77-.004 1.156.002.234.992.445 1.99.696 2.977.235-.991.455-1.987.688-2.978a43.78 43.78 0 0 1 1.146 0c.004 1.279.004 2.557 0 3.836l-.745.001c-.014-1.031.007-2.063-.011-3.094-.252 1.021-.472 2.05-.701 3.076-.257.014-.514.02-.77.023-.246-1.03-.452-2.07-.708-3.097-.011 1.03.005 2.06-.007 3.091l-.744.001c-.005-1.279-.005-2.56.001-3.839zM11.044 17.19c.718.026 1.451-.073 2.159.079 1.028.257 1.04 2.065-.002 2.303-.44.104-.898.072-1.346.084-.004.448-.004.894-.002 1.342-.27.002-.54.002-.81.002-.001-1.27-.005-2.539.002-3.81m.81.661c-.007.378-.007.757 0 1.135.322-.001.65.037.967-.037.472-.112.485-.949.004-1.051-.319-.07-.648-.046-.971-.047zM14.551 17.191l.805-.002c.005.49.004.979.005 1.469.488.006.977.006 1.465-.001.004-.488.002-.977.005-1.465l.805-.002c.006 1.28.006 2.561.001 3.841-.269 0-.538 0-.806-.002-.005-.568.001-1.136-.005-1.704a65.04 65.04 0 0 0-1.465-.001c-.004.569.002 1.139-.004 1.708-.269 0-.538 0-.805-.002a544.982 544.982 0 0 1-.001-3.836z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.744 0h20.579A2.123 2.123 0 0 1 24 1.383v21.308A2.126 2.126 0 0 1 22.695 24H1.396C.667 23.76.135 23.104 0 22.356V1.754C.126.864.859.139 1.744 0M1.63.43C.928.589.397 1.273.411 1.991.407 8.663.41 15.335.409 22.007c-.045.866.711 1.679 1.585 1.66 6.704.001 13.409.002 20.112-.001.869.01 1.619-.795 1.573-1.658-.001-6.673.003-13.345-.002-20.017.029-.891-.793-1.66-1.675-1.61C15.401.377 8.801.382 2.2.378a2.653 2.653 0 0 0-.57.052z"/><path fill="#ffd033" d="M1.839 1.059C8.526 1 15.218 1.051 21.907 1.033c.608-.072 1.211.432 1.165 1.06.003 6.638.002 13.276 0 19.914.041.582-.483 1.106-1.066 1.059-6.668-.002-13.337.005-20.005-.003-.555.011-1.023-.507-.986-1.056-.002-6.638-.002-13.276 0-19.914-.029-.489.338-.962.824-1.034M4.354 3.61c-.007.494-.01.988.005 1.482 1.244-.72 2.82-1.271 4.218-.672.824.35.975 1.518.392 2.147-.643.692-1.658.727-2.537.712-.005.38-.005.76 0 1.14.845.015 1.783-.076 2.515.433 1.253 1.048.436 3.41-1.21 3.479-1.294.21-2.574-.255-3.696-.864-.016.492-.01.985-.008 1.477 1.622.621 3.511.92 5.166.256 1.506-.603 2.396-2.488 1.695-3.996-.392-.863-1.326-1.248-2.198-1.428 1.04-.31 2.183-1.064 2.189-2.272.109-1.043-.695-1.943-1.648-2.238-1.593-.52-3.347-.25-4.883.344m11.483-.57c-.952.077-1.876.599-2.358 1.438-.849 1.485-.802 3.273-.73 4.928.106 1.435.541 3.118 1.946 3.803 1.336.587 3.095.515 4.204-.511 1-1.021 1.192-2.536 1.251-3.9.03-1.581-.034-3.318-1.009-4.642-.755-1.013-2.118-1.252-3.304-1.116M5.677 16.306a895.123 895.123 0 0 0 0 4.014h.703c.007-.807-.006-1.614.007-2.421.4.799.766 1.614 1.162 2.415.397-.809.78-1.625 1.179-2.433.005.813-.003 1.626.004 2.439l.701-.001c.004-1.338.003-2.676.001-4.014l-.704.001c-.398.791-.783 1.588-1.185 2.376-.388-.793-.773-1.588-1.168-2.377l-.7.001m5.136.001c-.001 1.337-.002 2.675.001 4.013h.731c.005-.526 0-1.052.004-1.578.484-.012.969.022 1.453-.018.658-.074 1.14-.781.998-1.423-.094-.56-.63-.986-1.191-.989-.665-.019-1.331-.003-1.996-.005m4.209-.001c-.001 1.338-.002 2.675.001 4.013l.717.001c.005-.581 0-1.161.002-1.741.599-.004 1.198-.015 1.797-.009.006.583 0 1.166.004 1.749h.718c.002-1.338.001-2.675 0-4.013a86.16 86.16 0 0 0-.719 0c-.001.514.001 1.029-.001 1.543-.599.007-1.198.004-1.797.002-.004-.515 0-1.03-.004-1.546l-.718.001z"/><path fill="#ffd033" d="M15.939 4.167c.68-.111 1.485-.025 1.929.566.633.842.649 1.957.697 2.966 0 1.248.061 2.558-.438 3.73-.537 1.302-2.653 1.378-3.318.157-.564-1-.467-2.182-.526-3.286.061-1.039-.017-2.128.414-3.103.219-.515.68-.935 1.242-1.03zM11.548 17.029c.468.012.943-.044 1.407.037.444.096.463.8.021.916-.47.089-.955.033-1.43.033l.002-.986z"/><path fill="#040404" d="M1.63.43c.186-.044.379-.049.57-.052C8.801.382 15.401.377 22.002.381c.882-.05 1.704.719 1.675 1.61.005 6.672.001 13.344.002 20.017.046.863-.704 1.668-1.573 1.658-6.703.003-13.408.002-20.112.001-.874.019-1.63-.794-1.585-1.66C.41 15.335.407 8.663.411 1.991.397 1.273.928.589 1.63.43m.209.629c-.486.072-.853.545-.824 1.034-.002 6.638-.002 13.276 0 19.914-.037.549.431 1.067.986 1.056 6.668.008 13.337.001 20.005.003.583.047 1.107-.477 1.066-1.059.002-6.638.003-13.276 0-19.914.046-.628-.557-1.132-1.165-1.06-6.689.018-13.381-.033-20.068.026z"/><path fill="#040404" d="M5.677 16.306l.7-.001c.395.789.78 1.584 1.168 2.377.402-.788.787-1.585 1.185-2.376l.704-.001c.002 1.338.003 2.676-.001 4.014l-.701.001c-.007-.813.001-1.626-.004-2.439-.399.808-.782 1.624-1.179 2.433-.396-.801-.762-1.616-1.162-2.415-.013.807 0 1.614-.007 2.421h-.703a895.123 895.123 0 0 1 0-4.014zM10.813 16.307c.665.002 1.331-.014 1.996.005.561.003 1.097.429 1.191.989.142.642-.34 1.349-.998 1.423-.484.04-.969.006-1.453.018-.004.526.001 1.052-.004 1.578h-.731c-.003-1.338-.002-2.676-.001-4.013m.735.722l-.002.986c.475 0 .96.056 1.43-.033.442-.116.423-.82-.021-.916-.464-.081-.939-.025-1.407-.037zM15.022 16.306l.718-.001c.004.516 0 1.031.004 1.546.599.002 1.198.005 1.797-.002.002-.514 0-1.029.001-1.543h.719c.001 1.338.002 2.675 0 4.013h-.718c-.004-.583.002-1.166-.004-1.749-.599-.006-1.198.005-1.797.009-.002.58.003 1.16-.002 1.741l-.717-.001c-.003-1.338-.002-2.675-.001-4.013z"/><path d="M4.354 3.61c1.536-.594 3.29-.864 4.883-.344.953.295 1.757 1.195 1.648 2.238-.006 1.208-1.149 1.962-2.189 2.272.872.18 1.806.565 2.198 1.428.701 1.508-.189 3.393-1.695 3.996-1.655.664-3.544.365-5.166-.256-.002-.492-.008-.985.008-1.477 1.122.609 2.402 1.074 3.696.864 1.646-.069 2.463-2.431 1.21-3.479-.732-.509-1.67-.418-2.515-.433-.005-.38-.005-.76 0-1.14.879.015 1.894-.02 2.537-.712.583-.629.432-1.797-.392-2.147-1.398-.599-2.974-.048-4.218.672a33.282 33.282 0 0 1-.005-1.482zM15.837 3.04c1.186-.136 2.549.103 3.304 1.116.975 1.324 1.039 3.061 1.009 4.642-.059 1.364-.251 2.879-1.251 3.9-1.109 1.026-2.868 1.098-4.204.511-1.405-.685-1.84-2.368-1.946-3.803-.072-1.655-.119-3.443.73-4.928.482-.839 1.406-1.361 2.358-1.438m.102 1.127c-.562.095-1.023.515-1.242 1.03-.431.975-.353 2.064-.414 3.103.059 1.104-.038 2.286.526 3.286.665 1.221 2.781 1.145 3.318-.157.499-1.172.438-2.482.438-3.73-.048-1.009-.064-2.124-.697-2.966-.444-.591-1.249-.677-1.929-.566z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.723 0h20.546c.895.127 1.596.883 1.73 1.765v20.431c-.1.936-.895 1.693-1.819 1.804H1.83c-.919-.118-1.69-.836-1.831-1.757V1.764C.132.888.834.131 1.722 0m.247.33C.985.455.254 1.426.3 2.398.3 8.84.298 15.281.301 21.724c-.058 1.081.88 2.09 1.974 2.062 6.481.011 12.965.004 19.447.005 1.484.106 2.347-1.469 2.08-2.79-.005-6.2.002-12.401-.004-18.601.066-1.124-.931-2.176-2.069-2.099C15.142.32 8.552.26 1.969.331z"/><path fill="#ffd033" d="M1.847 1.03C8.47.936 15.105 1.018 21.731.99c.667-.078 1.325.472 1.266 1.163.004 6.564.005 13.13-.001 19.694.041.631-.52 1.184-1.146 1.158-6.566.008-13.133.007-19.699 0-.626.028-1.188-.527-1.147-1.158-.005-6.564-.004-13.129 0-19.694-.036-.517.328-1.026.844-1.123m3.424 3.882c-.8.689-1.079 1.78-1.111 2.797.444.002.889.002 1.333-.001.056-.716.196-1.553.863-1.962.78-.449 1.848-.464 2.596.064.901.628.821 2.243-.18 2.734-.592.308-1.284.276-1.931.247L6.841 9.96c.899-.02 1.918-.022 2.634.607.761.866.569 2.423-.444 3.02-.823.486-1.922.506-2.771.076-.74-.397-.862-1.301-.959-2.051-.47-.002-.942-.002-1.412.002.014 1.385.702 2.946 2.129 3.362 1.592.445 3.628.27 4.699-1.138 1.132-1.42.865-4.062-1.078-4.62 1.44-.613 1.684-2.585.898-3.799-.517-.78-1.474-1.122-2.37-1.201-.997-.088-2.108.004-2.894.694m8.475-.532c-.281 1.918-.546 3.838-.816 5.756.449-.026 1.032.253 1.366-.163.838-.965 2.461-1.038 3.416-.211 1.423 1.204.7 4.117-1.273 4.207-1.169.212-2.413-.559-2.528-1.787a71.15 71.15 0 0 0-1.386.001c.092.791.355 1.618 1.001 2.132 1.32 1.074 3.336 1.111 4.783.275 1.74-1.188 2.215-4.072.644-5.587-1.196-1.214-3.282-1.37-4.66-.373.163-.985.304-1.974.462-2.959 1.511-.004 3.022.002 4.532-.002.001-.431.001-.86-.001-1.29-1.847.002-3.694.001-5.54.001M6.601 17.189c-.002 1.28-.002 2.561 0 3.842.25-.001.498-.002.748-.001.006-1.038-.002-2.076.004-3.114.248 1.037.466 2.081.707 3.119.256-.004.512-.007.768-.013.235-1.037.461-2.077.707-3.112.012 1.04 0 2.081.007 3.121.25-.001.499-.004.749-.002V17.19l-1.148-.001c-.229 1.001-.455 2.002-.691 3-.232-.998-.463-1.998-.69-2.999-.386.001-.773-.001-1.159-.001m4.438.001c-.002 1.27-.001 2.54-.001 3.81l.81-.001.002-1.343c.628-.034 1.4.109 1.877-.403.398-.601.334-1.676-.436-1.952-.731-.206-1.504-.076-2.252-.11m3.509-.001a2456.32 2456.32 0 0 0 0 3.839l.809.002.001-1.711 1.469.001.001 1.708.809.002c.002-1.28.002-2.562 0-3.842l-.809.001-.002 1.469c-.488.001-.978.002-1.466.001l-.002-1.471-.809.001z"/><path fill="#ffd033" d="M11.851 17.845c.324.007.653-.013.972.054.485.096.472.942-.004 1.05-.318.07-.646.036-.968.044v-1.148z"/><path fill="#050505" d="M1.969.33C8.552.259 15.143.319 21.729.3c1.138-.077 2.135.974 2.069 2.099.006 6.2-.001 12.401.004 18.601.268 1.321-.595 2.896-2.08 2.79-6.482-.001-12.966.006-19.447-.005-1.094.029-2.032-.98-1.974-2.062C.297 15.28.3 8.839.3 2.397.254 1.425.985.454 1.969.329m-.122.701c-.516.097-.88.606-.844 1.123-.004 6.565-.005 13.13 0 19.694-.041.631.521 1.186 1.147 1.158 6.566.007 13.133.008 19.699 0 .626.026 1.187-.527 1.146-1.158.006-6.564.005-13.13.001-19.694.059-.691-.599-1.241-1.266-1.163-6.626.028-13.261-.054-19.884.04z"/><path fill="#231f20" d="M5.272 4.912c.786-.69 1.897-.781 2.894-.694.896.079 1.853.421 2.37 1.201.786 1.214.542 3.186-.898 3.799 1.943.558 2.209 3.2 1.078 4.62-1.072 1.408-3.107 1.583-4.699 1.138-1.427-.416-2.114-1.978-2.129-3.362.47-.005.942-.005 1.412-.002.097.75.218 1.654.959 2.051.848.431 1.948.41 2.771-.076 1.013-.598 1.205-2.154.444-3.02-.716-.629-1.735-.628-2.634-.607l.001-1.169c.647.029 1.339.061 1.931-.247 1.001-.491 1.081-2.106.18-2.734-.748-.528-1.816-.512-2.596-.064-.667.409-.806 1.246-.863 1.962-.444.004-.889.004-1.333.001.032-1.018.311-2.108 1.111-2.797zM13.748 4.38c1.847 0 3.694.001 5.54-.001.002.43.002.859.001 1.29-1.511.005-3.022-.001-4.532.002-.158.985-.299 1.974-.462 2.959 1.378-.997 3.463-.841 4.66.373 1.571 1.516 1.096 4.399-.644 5.587-1.447.836-3.463.799-4.783-.275-.646-.515-.908-1.342-1.001-2.132a71.15 71.15 0 0 1 1.386-.001c.115 1.228 1.36 1.999 2.528 1.787 1.973-.09 2.696-3.004 1.273-4.207-.955-.827-2.579-.754-3.416.211-.334.416-.917.137-1.366.163.27-1.919.535-3.839.816-5.756zM6.601 17.189c.386 0 .773.002 1.159.001.227 1.001.458 2 .69 2.999.236-.998.462-1.999.691-3l1.148.001v3.839c-.25-.001-.499.001-.749.002-.007-1.04.005-2.081-.007-3.121-.246 1.034-.472 2.075-.707 3.112-.256.006-.512.01-.768.013-.241-1.038-.458-2.082-.707-3.119-.006 1.038.002 2.076-.004 3.114-.25-.001-.498 0-.748.001a1230.08 1230.08 0 0 1 0-3.842zM11.041 17.19c.749.035 1.522-.096 2.252.11.769.276.834 1.351.436 1.952-.476.512-1.249.37-1.877.403l-.002 1.343-.81.001c0-1.27-.001-2.54.001-3.81m.81.656v1.148c.323-.008.65.025.968-.044.475-.108.488-.954.004-1.05-.319-.067-.648-.047-.972-.054zM14.55 17.19l.809-.001.002 1.471c.488.001.978 0 1.466-.001l.002-1.469.809-.001c.002 1.28.002 2.562 0 3.842l-.809-.002-.001-1.708-1.469-.001-.001 1.711-.809-.002V17.19z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.739 0h20.533c.893.127 1.591.883 1.728 1.762v20.441c-.103.931-.896 1.687-1.817 1.798H1.832C.914 23.886.141 23.166 0 22.245V1.759C.137.883.845.117 1.739.001m.23.327C.986.455.254 1.425.3 2.398.304 8.876.292 15.354.305 21.833c-.008 1.045.922 1.979 1.972 1.954 6.522.006 13.046.008 19.568-.001 1.25.026 2.143-1.241 1.958-2.425-.011-6.36.008-12.721-.01-19.082.011-1.082-.976-2.051-2.065-1.978C15.142.319 8.553.263 1.969.329z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.103 1.017 21.731.99c.666-.079 1.326.472 1.266 1.163.004 6.565.004 13.13 0 19.694.041.63-.522 1.184-1.147 1.159-6.566.006-13.133.006-19.699 0-.625.026-1.188-.528-1.147-1.159-.005-6.564-.004-13.129 0-19.694-.038-.517.33-1.026.844-1.123m6.787 3.406c-1.489 2.07-2.975 4.141-4.476 6.203-.401.458-.178 1.109-.226 1.658 1.558.008 3.116-.001 4.674.004.006.869-.004 1.738.005 2.606.449.005.896.005 1.345.001.007-.869-.002-1.738.005-2.606.532-.001 1.063-.001 1.594-.004-.005-.4-.006-.798-.008-1.196-.529-.001-1.057-.004-1.585-.002-.007-2.309.002-4.618-.005-6.926-.438.059-1.055-.208-1.322.263m6.892-.175c-.976.145-1.795.838-2.231 1.705-.732 1.445-.823 3.114-.736 4.704.086 1.216.373 2.482 1.165 3.442 1.258 1.524 3.974 1.424 5.089-.22.944-1.343 1.108-3.059 1.086-4.655-.035-1.385-.239-2.88-1.162-3.976-.773-.912-2.071-1.195-3.212-1.001M6.602 17.19a546.42 546.42 0 0 0 0 3.841l.745-.002c.01-1.034-.002-2.069.005-3.103.253 1.033.463 2.077.709 3.113l.769-.022c.229-1.034.457-2.069.7-3.098.022 1.037 0 2.074.012 3.112h.746c.004-1.279.002-2.56.001-3.839-.383-.002-.766-.002-1.148 0-.232 1.001-.456 2.004-.691 3.004-.229-1.001-.462-2.002-.69-3.002a74.52 74.52 0 0 0-1.158-.002m4.44-.001c-.005 1.27-.002 2.539-.001 3.81.27-.002.539-.002.809-.002-.001-.448.001-.895.004-1.343.449-.011.907.02 1.348-.084 1.042-.239 1.028-2.045.002-2.303-.709-.152-1.442-.053-2.161-.078m3.508-.001c-.002 1.28-.004 2.56 0 3.84.269-.001.538 0 .806.001.002-.57.002-1.14.002-1.71.49-.004.979-.004 1.468.001.002.57.001 1.139.004 1.708.269-.001.538-.001.806.001.004-1.282.004-2.562 0-3.842l-.808.001c.001.488-.002.978-.004 1.466a65.04 65.04 0 0 1-1.465.001c0-.49-.002-.979-.004-1.469l-.806.001z"/><path fill="#ffd033" d="M15.88 5.45c.772-.151 1.681.14 2.018.899.599 1.351.589 2.874.527 4.322-.083.912-.17 1.916-.793 2.64-.637.77-1.958.904-2.671.172-.588-.581-.775-1.432-.888-2.221-.148-1.414-.145-2.876.265-4.249.218-.722.745-1.45 1.542-1.562zM5.183 11.096c1.14-1.616 2.284-3.23 3.426-4.846 0 1.616.004 3.232-.001 4.848-1.142.001-2.284.005-3.425-.002zM11.854 17.849c.378.019.794-.06 1.144.126.29.25.236.874-.176.974-.317.073-.646.037-.968.04-.004-.38-.004-.76.001-1.14z"/><path fill="#050505" d="M1.969.328C8.553.262 15.143.318 21.728.3c1.09-.073 2.076.895 2.065 1.978.018 6.361-.001 12.722.01 19.082.185 1.184-.708 2.452-1.958 2.425-6.522.01-13.046.007-19.568.001-1.05.025-1.98-.908-1.972-1.954C.292 15.353.304 8.874.3 2.397.254 1.424.986.454 1.969.327m-.122.703c-.514.097-.882.606-.844 1.123-.004 6.565-.005 13.13 0 19.694-.041.631.522 1.186 1.147 1.159 6.566.006 13.133.006 19.699 0 .625.025 1.188-.529 1.147-1.159.004-6.564.004-13.129 0-19.694.06-.691-.6-1.242-1.266-1.163-6.628.026-13.261-.053-19.884.04z"/><path fill="#231f20" d="M8.635 4.436c.268-.47.884-.204 1.322-.263.007 2.309-.002 4.618.005 6.926.528-.001 1.056.001 1.585.002.002.398.004.797.008 1.196l-1.594.004c-.007.869.002 1.738-.005 2.606-.449.004-.896.004-1.345-.001-.008-.869.001-1.738-.005-2.606-1.558-.005-3.116.005-4.674-.004.048-.55-.175-1.2.226-1.658 1.501-2.062 2.987-4.133 4.476-6.203m-3.451 6.661c1.141.007 2.282.004 3.425.002.005-1.616.001-3.232.001-4.848-1.142 1.615-2.286 3.229-3.426 4.846zM15.528 4.262c1.141-.194 2.44.089 3.212 1.001.923 1.096 1.127 2.591 1.162 3.976.022 1.596-.142 3.312-1.086 4.655-1.115 1.644-3.832 1.744-5.089.22-.792-.96-1.079-2.226-1.165-3.442-.088-1.59.004-3.259.736-4.704.436-.868 1.255-1.56 2.231-1.705m.351 1.187c-.797.113-1.324.84-1.542 1.562-.41 1.373-.413 2.836-.265 4.249.113.79.3 1.64.888 2.221.713.732 2.034.599 2.671-.172.623-.724.71-1.728.793-2.64.062-1.448.072-2.971-.527-4.322-.337-.758-1.247-1.05-2.018-.899zM6.602 17.19c.385-.001.772-.001 1.158.002.228 1.001.461 2.002.69 3.002.235-1 .46-2.003.691-3.004.383-.002.766-.002 1.148 0 .001 1.279.002 2.56-.001 3.839a92.753 92.753 0 0 0-.746 0c-.012-1.038.01-2.075-.012-3.112-.242 1.03-.47 2.064-.7 3.098l-.769.022c-.246-1.036-.456-2.08-.709-3.113-.007 1.034.005 2.069-.005 3.103l-.745.002a546.42 546.42 0 0 1 0-3.841zM11.042 17.191c.719.025 1.452-.074 2.161.078 1.026.258 1.039 2.064-.002 2.303-.44.104-.899.073-1.348.084-.002.448-.005.895-.004 1.343-.27 0-.539 0-.809.002-.001-1.271-.004-2.54.001-3.81m.813.658c-.005.38-.005.76-.001 1.14.323-.002.652.034.968-.04.413-.101.467-.725.176-.974-.349-.186-.766-.107-1.144-.126zM14.551 17.19l.806-.001c.001.49.004.979.004 1.469.488.005.977.005 1.465-.001.001-.488.005-.978.004-1.466l.808-.001c.004 1.28.004 2.561 0 3.842a72.212 72.212 0 0 0-.806-.001c-.002-.569-.001-1.138-.004-1.708a79.805 79.805 0 0 0-1.468-.001c0 .57 0 1.14-.002 1.71-.269-.001-.538-.002-.806-.001-.004-1.28-.002-2.56 0-3.84z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-45--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.726 0h20.533C23.16.119 23.867.882 24 1.769v20.413c-.09.944-.895 1.712-1.826 1.818H1.842C.917 23.89.139 23.165 0 22.24V1.779C.122.896.833.129 1.726.001m.242.328C.986.456.253 1.425.3 2.398.304 8.876.292 15.354.305 21.832c-.008 1.044.919 1.98 1.969 1.955 6.523.006 13.049.008 19.573-.001 1.085.017 2.011-.985 1.951-2.062.004-6.442.002-12.883.001-19.325.065-1.124-.932-2.176-2.071-2.099C15.142.318 8.552.26 1.968.329z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.105 1.017 21.732.99c.667-.078 1.325.473 1.265 1.163.004 6.565.005 13.13 0 19.696.04.63-.522 1.183-1.147 1.158-6.566.006-13.133.006-19.699 0-.625.026-1.188-.528-1.147-1.158-.005-6.565-.004-13.13 0-19.696-.037-.517.329-1.026.844-1.123m2.311 9.609c-.402.457-.176 1.109-.226 1.658 1.558.01 3.115-.001 4.673.005.008.868-.002 1.736.006 2.605.449.005.896.005 1.345.001.007-.869-.002-1.739.005-2.608l1.586-.002c.006-.398 0-.798-.002-1.196-.528-.004-1.056-.004-1.583-.002-.01-2.309.002-4.619-.006-6.928l-1.111-.005c-1.583 2.142-3.114 4.322-4.687 6.472m9.591-6.257c-.282 1.915-.548 3.832-.815 5.749.448-.026 1.038.27 1.362-.158.967-1.124 3.001-1.024 3.81.234.618 1.039.39 2.504-.506 3.314-1.236.99-3.547.402-3.685-1.338a45.677 45.677 0 0 0-1.385.001c.083.792.355 1.616.997 2.131 1.321 1.074 3.335 1.111 4.783.275 1.6-1.104 2.132-3.604.982-5.203-1.109-1.532-3.481-1.871-4.996-.755.163-.985.298-1.975.461-2.96 1.511-.007 3.02.004 4.531-.005.005-.427.004-.856-.002-1.284-1.846-.008-3.691-.004-5.537-.001M6.602 17.19c-.005 1.271-.004 2.54-.001 3.81l.748-.001c.006-1.03-.002-2.06.004-3.09.246 1.028.461 2.064.702 3.094l.779-.006c.234-1.028.457-2.058.701-3.084.013 1.03-.001 2.058.007 3.086h.749c.001-1.268.002-2.538-.001-3.808-.38-.002-.761-.002-1.142-.001-.236.996-.46 1.997-.688 2.995-.245-.995-.466-1.996-.7-2.993a63.763 63.763 0 0 0-1.157-.002m4.439.001a604.82 604.82 0 0 0-.001 3.81l.809-.002c0-.448 0-.895.004-1.343.45-.011.908.023 1.35-.084 1.039-.241 1.026-2.044 0-2.3-.709-.154-1.442-.056-2.161-.08m3.508-.002c-.004 1.28-.004 2.56 0 3.84h.806c.004-.569.002-1.139.002-1.709.49-.004.979-.004 1.468.001.002.569 0 1.138.004 1.708h.806c.005-1.28.004-2.561 0-3.841l-.808.001c0 .49-.001.978-.004 1.466-.488.006-.977.006-1.465.002-.001-.491-.001-.98-.004-1.47l-.806.001z"/><path fill="#ffd033" d="M5.184 11.096c1.139-1.615 2.28-3.229 3.424-4.842.002 1.615.005 3.229-.001 4.844-1.141.001-2.281.005-3.422-.002zM11.854 17.849c.378.019.793-.059 1.141.125.294.248.239.876-.175.976-.317.072-.644.037-.966.04-.004-.38-.004-.76 0-1.14z"/><path fill="#050505" d="M1.968.329C8.552.261 15.143.318 21.728.3c1.139-.077 2.136.974 2.071 2.099.001 6.442.002 12.883-.001 19.325.06 1.076-.866 2.078-1.951 2.062-6.524.01-13.05.007-19.573.001-1.05.025-1.978-.911-1.969-1.955C.292 15.354.304 8.876.3 2.398.253 1.425.986.456 1.968.329m-.121.701c-.515.097-.881.606-.844 1.123-.004 6.565-.005 13.13 0 19.696-.041.63.522 1.184 1.147 1.158 6.566.006 13.133.006 19.699 0 .625.025 1.187-.528 1.147-1.158.005-6.565.004-13.13 0-19.696.06-.69-.598-1.241-1.265-1.163-6.628.026-13.262-.053-19.885.04z"/><path fill="#231f20" d="M4.159 10.639c1.573-2.149 3.104-4.33 4.687-6.472.37.001.74.002 1.111.005.008 2.309-.004 4.619.006 6.928.527-.001 1.055-.001 1.583.002.002.398.008.798.002 1.196l-1.586.002c-.007.869.002 1.739-.005 2.608-.449.004-.896.004-1.345-.001-.008-.869.002-1.738-.006-2.605-1.558-.006-3.115.005-4.673-.005.049-.55-.176-1.201.226-1.658m1.025.457c1.141.007 2.281.004 3.422.002.006-1.615.004-3.229.001-4.844a2238.415 2238.415 0 0 0-3.424 4.842zM13.75 4.382c1.846-.002 3.691-.007 5.537.001.006.428.007.857.002 1.284-1.511.008-3.02-.002-4.531.005-.163.985-.298 1.975-.461 2.96 1.514-1.116 3.887-.778 4.996.755 1.151 1.6.618 4.099-.982 5.203-1.448.836-3.462.799-4.783-.275-.642-.515-.914-1.339-.997-2.131.462-.007.924-.008 1.385-.001.138 1.74 2.449 2.328 3.685 1.338.896-.81 1.124-2.275.506-3.314-.809-1.258-2.843-1.358-3.81-.234-.324.428-.914.132-1.362.158.266-1.918.533-3.834.815-5.749zM6.602 17.19c.385-.001.77-.002 1.157.002.234.997.455 1.998.7 2.993.228-.998.451-1.999.688-2.995.382-.001.762-.001 1.142.001.004 1.27.002 2.539.001 3.808h-.749c-.008-1.028.006-2.057-.007-3.086-.244 1.026-.467 2.056-.701 3.084l-.779.006c-.241-1.03-.456-2.065-.702-3.094-.006 1.03.002 2.06-.004 3.09L6.6 21c-.002-1.27-.004-2.539.001-3.81zM11.042 17.191c.719.024 1.452-.073 2.161.08 1.026.257 1.039 2.059 0 2.3-.442.107-.9.073-1.35.084-.004.448-.004.895-.004 1.343L11.04 21c-.002-1.271-.004-2.54.001-3.81m.813.659c-.004.38-.004.76 0 1.14.322-.002.649.032.966-.04.414-.1.469-.727.175-.976-.348-.184-.763-.106-1.141-.125zM14.551 17.19l.806-.001.004 1.47c.488.004.977.004 1.465-.002.002-.488.004-.977.004-1.466l.808-.001c.004 1.28.005 2.561 0 3.841h-.806c-.004-.57-.001-1.139-.004-1.708a79.805 79.805 0 0 0-1.468-.001c0 .57.001 1.14-.002 1.709h-.806c-.004-1.28-.004-2.56 0-3.84z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.708 0h20.575C23.164.137 23.85.874 24 1.741V22.22c-.115.916-.884 1.649-1.788 1.78H1.811C.907 23.87.156 23.168 0 22.265V1.747C.144.882.833.143 1.708 0m.262.33C.986.452.255 1.424.3 2.396.301 8.839.298 15.282.301 21.724c-.056 1.082.881 2.09 1.975 2.06 6.481.011 12.962.002 19.444.005.725.026 1.451-.35 1.808-.986.344-.58.265-1.279.274-1.924-.002-5.92-.004-11.84 0-17.76.006-.689.052-1.459-.414-2.026-.4-.568-1.102-.838-1.781-.797C15.061.321 8.513.255 1.97.328z"/><path fill="#ffd033" d="M1.847 1.031C8.47.936 15.103 1.018 21.73.99c.668-.077 1.326.47 1.267 1.163.004 6.565.005 13.13-.001 19.696.041.631-.52 1.183-1.146 1.157-6.527.012-13.054.001-19.58.006-.662.068-1.313-.479-1.265-1.163C.998 15.284.999 8.717 1.004 2.153c-.035-.517.329-1.027.844-1.122m13.68 3.231c-1.654.239-2.554 1.907-2.807 3.41-.319 2.027-.356 4.294.752 6.101 1.064 1.759 3.895 1.901 5.18.326.967-1.182 1.207-2.776 1.248-4.258.016-1.526-.102-3.188-1.056-4.451-.755-1.004-2.123-1.338-3.318-1.129M5.233 4.38c-.266 1.92-.545 3.838-.81 5.759.384.02.767.048 1.15.065.793-1.108 2.498-1.352 3.56-.499 1.168.92 1.022 2.882-.05 3.82-1.24.99-3.539.396-3.679-1.343-.462-.001-.924-.002-1.386.002.098.702.284 1.439.804 1.955 1.235 1.198 3.239 1.296 4.746.589 1.673-.926 2.311-3.298 1.446-4.978-.962-1.818-3.594-2.322-5.227-1.121.164-.984.302-1.973.46-2.959H10.8l.001-1.29H5.234M6.6 17.189c0 1.28-.001 2.561.001 3.841.25.001.498 0 .748-.001.006-1.033-.004-2.066.005-3.098.251 1.033.467 2.074.707 3.109.256-.012.512-.019.769-.018.23-1.033.455-2.068.703-3.095.014 1.033.001 2.068.008 3.102.25.002.499.001.749 0l.001-3.84c-.384.002-.767.002-1.15 0-.228.996-.452 1.992-.688 2.986-.244-.991-.466-1.988-.694-2.984-.386.001-.773.001-1.16-.001m4.442 0c-.002 1.271-.001 2.54-.001 3.811.27-.002.54-.002.811-.001-.001-.449 0-.896.001-1.344.449-.01.908.022 1.349-.086 1.043-.233 1.028-2.045.001-2.299-.709-.155-1.442-.054-2.161-.08m3.509-.001v3.84c.27-.001.54-.001.809.001-.002-.57.005-1.141 0-1.711l1.471.001c-.005.569.002 1.139 0 1.709.269-.001.539-.001.809.001.002-1.28.002-2.562 0-3.842l-.809.001c.001.49-.002.979-.001 1.469l-1.469.001c.002-.491-.002-.98-.001-1.471l-.809.001z"/><path fill="#ffd033" d="M15.88 5.45c.772-.152 1.681.14 2.017.899.6 1.35.59 2.875.527 4.324-.08.912-.17 1.915-.792 2.639-.656.794-2.034.905-2.732.11-.587-.641-.755-1.54-.85-2.376-.119-1.345-.106-2.731.289-4.033.217-.724.745-1.45 1.541-1.562zM11.85 17.843c.325.008.653-.007.973.056.484.097.472.941-.002 1.049-.319.067-.648.04-.971.047.002-.384.002-.768 0-1.152z"/><path fill="#050505" d="M1.97.33C8.512.257 15.061.323 21.607.298c.679-.041 1.381.229 1.781.797.466.566.42 1.337.414 2.026-.004 5.92-.002 11.84 0 17.76-.008.644.071 1.344-.274 1.924-.358.636-1.084 1.013-1.808.986-6.481-.002-12.962.006-19.444-.005-1.094.03-2.032-.978-1.975-2.06C.297 15.283.301 8.84.3 2.398.256 1.426.986.454 1.97.332m-.123.699c-.515.095-.878.605-.844 1.122-.005 6.564-.006 13.13.001 19.696-.048.684.602 1.231 1.265 1.163 6.527-.005 13.054.006 19.58-.006.626.026 1.187-.526 1.146-1.157.006-6.565.005-13.13.001-19.696.059-.692-.599-1.24-1.267-1.163-6.626.028-13.26-.054-19.883.041z"/><path fill="#231f20" d="M15.528 4.262c1.195-.209 2.563.125 3.318 1.129.954 1.262 1.072 2.924 1.056 4.451-.041 1.482-.281 3.076-1.248 4.258-1.285 1.574-4.116 1.433-5.18-.326-1.109-1.807-1.072-4.074-.752-6.101.253-1.504 1.153-3.172 2.807-3.41m.351 1.187c-.796.113-1.324.839-1.541 1.562-.395 1.302-.408 2.688-.289 4.033.095.836.263 1.735.85 2.376.698.794 2.076.684 2.732-.11.622-.724.712-1.727.792-2.639.064-1.448.073-2.974-.527-4.324-.336-.758-1.246-1.051-2.017-.899zM5.233 4.38H10.8l-.001 1.29H6.246c-.157.986-.295 1.975-.46 2.959 1.633-1.201 4.265-.697 5.227 1.121.865 1.68.227 4.051-1.446 4.978-1.507.707-3.511.608-4.746-.589-.52-.516-.706-1.253-.804-1.955.462-.005.924-.004 1.386-.002.14 1.739 2.44 2.333 3.679 1.343 1.073-.937 1.218-2.899.05-3.82-1.062-.853-2.767-.608-3.56.499-.383-.017-.766-.044-1.15-.065.265-1.921.544-3.839.81-5.759zM6.6 17.189c.388.002.774.002 1.16.001.228.996.45 1.993.694 2.984.235-.994.46-1.99.688-2.986.383.002.766.002 1.15 0l-.001 3.84c-.25.001-.499.002-.749 0-.007-1.034.006-2.069-.008-3.102-.248 1.027-.473 2.062-.703 3.095-.257-.001-.514.006-.769.018-.24-1.036-.456-2.076-.707-3.109-.008 1.032.001 2.065-.005 3.098-.25.001-.498.002-.748.001-.002-1.28-.001-2.561-.001-3.841zM11.041 17.19c.719.026 1.452-.074 2.161.08 1.027.254 1.042 2.066-.001 2.299-.44.108-.9.077-1.349.086-.001.448-.002.895-.001 1.344a73.05 73.05 0 0 0-.811.001c0-1.271-.001-2.54.001-3.811m.809.654c.002.384.002.768 0 1.152.323-.007.652.02.971-.047.474-.108.486-.952.002-1.049-.32-.064-.648-.048-.973-.056zM14.55 17.19l.809-.001c-.001.491.004.98.001 1.471l1.469-.001c-.001-.49.002-.979.001-1.469l.809-.001c.002 1.28.002 2.562 0 3.842a72.75 72.75 0 0 0-.809-.001c.002-.57-.005-1.14 0-1.709l-1.471-.001c.005.57-.002 1.141 0 1.711a72.69 72.69 0 0 0-.809-.001v-3.84z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-55--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.709 0h20.569c.888.131 1.583.882 1.722 1.757v20.459c-.112.924-.9 1.676-1.818 1.784H1.819C.908 23.876.144 23.162 0 22.249V1.751C.139.886.833.137 1.709 0m.26.328C.987.456.254 1.424.3 2.397.304 8.876.292 15.355.305 21.833c-.008 1.045.923 1.98 1.972 1.954 6.522.006 13.045.007 19.567-.001 1.087.018 2.016-.986 1.955-2.065.004-6.439.002-12.88.001-19.319.067-1.126-.932-2.179-2.071-2.101C15.143.319 8.554.263 1.97.329z"/><path fill="#ffd033" d="M1.847 1.028C8.47.937 15.103 1.016 21.73.99c.667-.079 1.328.472 1.267 1.163.004 6.565.004 13.13 0 19.696.041.629-.522 1.183-1.147 1.158-6.565.006-13.133.006-19.698 0-.626.028-1.189-.528-1.148-1.158-.005-6.565-.004-13.13 0-19.696-.038-.518.33-1.025.844-1.124m3.389 3.352c-.271 1.918-.55 3.834-.81 5.752.383.035.767.058 1.152.068.851-1.214 2.807-1.364 3.808-.264.87.989.688 2.64-.239 3.53-1.212 1.066-3.606.487-3.74-1.284a42.444 42.444 0 0 0-1.382.001c.078.677.266 1.376.737 1.891 1.223 1.256 3.275 1.369 4.805.653 1.697-.941 2.336-3.373 1.404-5.057-.995-1.757-3.581-2.231-5.183-1.037.162-.986.298-1.976.461-2.964 1.516-.005 3.032.004 4.549-.002.005-.43.005-.858 0-1.286-1.854-.004-3.708-.002-5.561-.001m8.513 0a527.185 527.185 0 0 0-.814 5.754c.446-.03 1.039.264 1.362-.163.983-1.148 3.084-1.013 3.853.31.558 1.038.325 2.449-.553 3.241-1.236.988-3.546.401-3.683-1.339a45.672 45.672 0 0 0-1.385.001c.08.792.354 1.616.996 2.131 1.321 1.074 3.335 1.111 4.782.275 1.602-1.102 2.132-3.604.983-5.203-1.11-1.531-3.48-1.87-4.996-.755.161-.985.3-1.975.463-2.96 1.51-.007 3.018.005 4.528-.005.005-.428.005-.857.001-1.285-1.846-.005-3.692-.002-5.538-.001M6.602 17.191a545.85 545.85 0 0 0 0 3.839l.745-.001c.01-1.033-.004-2.065.005-3.098.256 1.031.463 2.072.709 3.106l.767-.017c.234-1.032.455-2.066.704-3.094.017 1.034-.002 2.069.01 3.104l.746-.001c.004-1.279.002-2.558 0-3.836a48.643 48.643 0 0 0-1.146-.001c-.233.996-.455 1.994-.689 2.989-.244-.994-.462-1.992-.695-2.988a49.581 49.581 0 0 0-1.157-.001m4.441-.002c-.005 1.271-.002 2.54-.001 3.81l.809-.001c0-.448 0-.895.004-1.343.449-.012.907.02 1.348-.084 1.042-.239 1.028-2.046.001-2.303-.708-.152-1.441-.053-2.16-.079m3.508.001c-.002 1.279-.004 2.558.001 3.838l.805.001c.005-.569.001-1.139.004-1.709a71.65 71.65 0 0 1 1.466.002c.004.568 0 1.136.004 1.705l.806.001c.005-1.28.005-2.561 0-3.841l-.806.002c-.001.488-.001.977-.005 1.465a65.04 65.04 0 0 1-1.465.001c-.001-.49-.001-.979-.004-1.469l-.806.002z"/><path fill="#ffd033" d="M11.854 17.85c.324.002.652-.02.971.048.482.101.469.94-.004 1.051-.317.073-.646.036-.967.038a43.17 43.17 0 0 1 0-1.138z"/><path fill="#050505" d="M1.969.328C8.553.262 15.143.318 21.728.3c1.139-.078 2.138.976 2.071 2.101.001 6.439.002 12.88-.001 19.319.061 1.079-.868 2.083-1.955 2.065-6.522.008-13.045.007-19.567.001-1.049.026-1.98-.908-1.972-1.954C.291 15.353.303 8.874.299 2.396.253 1.423.987.456 1.968.327m-.121.701c-.514.1-.882.606-.844 1.124-.004 6.565-.005 13.13 0 19.696-.041.63.522 1.186 1.148 1.158 6.565.006 13.133.006 19.698 0 .625.025 1.188-.529 1.147-1.158.004-6.565.004-13.13 0-19.696.061-.691-.6-1.242-1.267-1.163-6.626.026-13.26-.053-19.883.038z"/><path fill="#231f20" d="M5.237 4.381c1.853-.001 3.707-.002 5.561.001.005.428.005.857 0 1.286-1.517.006-3.034-.002-4.549.002-.163.988-.299 1.978-.461 2.964 1.602-1.194 4.188-.72 5.183 1.037.932 1.684.293 4.116-1.404 5.057-1.53.716-3.582.604-4.805-.653-.47-.515-.659-1.214-.737-1.891.461-.008.922-.008 1.382-.001.134 1.771 2.528 2.35 3.74 1.284.926-.89 1.109-2.542.239-3.53-1.001-1.1-2.957-.95-3.808.264a19.24 19.24 0 0 1-1.152-.068c.26-1.918.539-3.834.81-5.752zM13.751 4.381c1.846-.001 3.692-.004 5.538.001.004.428.004.857-.001 1.285-1.51.01-3.018-.002-4.528.005-.163.985-.302 1.975-.463 2.96 1.516-1.115 3.886-.776 4.996.755 1.15 1.6.619 4.102-.983 5.203-1.447.836-3.461.799-4.782-.275-.642-.515-.916-1.339-.996-2.131.461-.007.923-.008 1.385-.001.137 1.74 2.447 2.327 3.683 1.339.878-.792 1.111-2.203.553-3.241-.769-1.322-2.87-1.458-3.853-.31-.323.427-.916.133-1.362.163.26-1.92.532-3.838.814-5.754zM6.602 17.191c.385-.004.772-.004 1.157.001.233.996.451 1.994.695 2.988.234-.995.456-1.993.689-2.989.382-.004.764-.004 1.146.001.002 1.278.004 2.557 0 3.836l-.746.001c-.012-1.036.007-2.07-.01-3.104-.25 1.027-.47 2.062-.704 3.094l-.767.017c-.246-1.033-.454-2.075-.709-3.106-.008 1.033.005 2.065-.005 3.098l-.745.001a545.85 545.85 0 0 1 0-3.839zM11.042 17.19c.719.026 1.452-.073 2.16.079 1.027.257 1.04 2.064-.001 2.303-.44.104-.899.072-1.348.084-.004.448-.004.895-.004 1.343L11.04 21c-.001-1.27-.004-2.539.001-3.81m.813.66a43.17 43.17 0 0 0 0 1.138c.322-.002.65.035.967-.038.473-.112.486-.95.004-1.051-.319-.068-.647-.046-.971-.048zM14.551 17.191l.806-.002.004 1.469c.488.005.977.005 1.465-.001.004-.488.004-.977.005-1.465l.806-.002c.005 1.28.005 2.561 0 3.841l-.806-.001c-.004-.569 0-1.138-.004-1.705a71.66 71.66 0 0 0-1.466-.002c-.002.57.001 1.14-.004 1.709l-.805-.001a613.742 613.742 0 0 1-.001-3.838z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.741 0H22.25c.91.113 1.627.889 1.75 1.784v20.382c-.079.956-.902 1.741-1.846 1.834H1.857c-.935-.1-1.728-.836-1.858-1.774V1.786C.117.896.837.114 1.74-.001m.228.327C.986.458.252 1.424.299 2.398.304 8.874.293 15.352.305 21.83c-.01 1.044.919 1.98 1.968 1.956 6.524.006 13.05.007 19.574-.001 1.085.017 2.011-.985 1.951-2.062.004-6.442.002-12.884.001-19.326.066-1.123-.932-2.176-2.07-2.098C15.142.316 8.552.262 1.967.325z"/><path fill="#ffd033" d="M1.847 1.028c6.624-.09 13.258-.012 19.885-.04.666-.078 1.326.475 1.266 1.164.002 6.565.002 13.13 0 19.696.04.629-.524 1.184-1.15 1.158-6.565.006-13.132.006-19.698 0-.624.028-1.189-.529-1.148-1.158C1 15.283 1 8.718 1.002 2.154c-.038-.52.331-1.026.845-1.126m3.234 4.768c-1.087 1.999-1.163 4.445-.713 6.636.389 1.915 2.495 3.152 4.366 2.648 2.474-.467 3.486-3.799 2.101-5.76-1.256-1.645-4.118-1.742-5.327.013.064-1.226.254-2.593 1.18-3.488 1.056-1.036 3.103-.418 3.206 1.13.444.025.889.019 1.333.01-.064-.95-.511-1.957-1.363-2.443-1.606-.784-3.884-.413-4.783 1.254m10.447-1.532c-1.655.238-2.552 1.906-2.807 3.408-.318 2.028-.358 4.296.752 6.103 1.097 1.813 4.063 1.898 5.29.188.992-1.346 1.159-3.102 1.139-4.723-.035-1.386-.239-2.881-1.163-3.977-.773-.912-2.07-1.195-3.211-1M6.602 17.192c-.004 1.279-.005 2.558.001 3.838l.742-.001c.013-1.042.001-2.083.006-3.126.25 1.042.461 2.092.713 3.131.253-.001.505-.004.758-.007.244-1.043.469-2.09.712-3.133.016 1.045-.004 2.09.01 3.136l.744.001c.005-1.279.004-2.558.001-3.838a43.78 43.78 0 0 0-1.146 0c-.234 1.002-.458 2.006-.694 3.008-.226-1.003-.46-2.005-.69-3.007a40.57 40.57 0 0 0-1.157-.001m4.44-.002c-.005 1.27-.004 2.539 0 3.809.269.001.538 0 .808-.001-.001-.448 0-.895.004-1.343.45-.012.908.02 1.35-.084 1.076-.252 1.013-2.152-.09-2.326-.684-.11-1.381-.037-2.071-.055m3.508 0c-.002 1.279-.005 2.558.001 3.838.268.002.536.002.804.001.008-.57 0-1.139.005-1.708a59.62 59.62 0 0 1 1.465.001c.007.569-.001 1.136.006 1.705.269.002.536.002.804.001.006-1.28.006-2.561 0-3.84-.269-.001-.536 0-.805.001-.002.488 0 .976-.005 1.464-.488.007-.976.007-1.463.002-.005-.49-.002-.979-.006-1.468-.269-.001-.538 0-.806.001z"/><path fill="#ffd033" d="M15.88 5.45c.772-.151 1.68.139 2.018.898.61 1.382.593 2.94.52 4.42-.091.956-.206 2.044-.966 2.724-.809.757-2.28.592-2.816-.409-.754-1.384-.686-3.042-.592-4.567.115-1.186.45-2.806 1.836-3.065zM7.732 9.281c.584-.026 1.241.084 1.662.524.832.986.852 2.575.02 3.566-.665.733-1.862.769-2.687.298-1.015-.641-1.273-2.047-.868-3.119.287-.757 1.081-1.236 1.872-1.27zM11.855 17.851c.378.016.793-.064 1.14.122.294.25.239.877-.176.977-.316.074-.643.035-.964.036a30.675 30.675 0 0 1 0-1.135z"/><path fill="#050505" d="M1.968.326C8.552.262 15.143.316 21.73.3c1.138-.078 2.136.974 2.07 2.098.001 6.442.002 12.884-.001 19.326.06 1.076-.866 2.078-1.951 2.062-6.524.008-13.05.007-19.574.001-1.049.024-1.978-.912-1.968-1.956C.294 15.353.305 8.876.3 2.399.253 1.425.988.459 1.969.327m-.122.701c-.514.1-.883.606-.845 1.126C1 8.718 1 15.283 1.002 21.848c-.041.629.524 1.186 1.148 1.158 6.566.006 13.133.006 19.698 0 .625.026 1.189-.529 1.15-1.158.002-6.565.002-13.13 0-19.696.06-.689-.6-1.242-1.266-1.164-6.628.028-13.261-.05-19.885.04z"/><path fill="#231f20" d="M5.081 5.796c.899-1.667 3.178-2.038 4.783-1.254.852.486 1.3 1.493 1.363 2.443-.444.01-.889.016-1.333-.01-.103-1.548-2.15-2.166-3.206-1.13-.925.895-1.116 2.262-1.18 3.488 1.208-1.756 4.07-1.658 5.327-.013 1.385 1.961.373 5.293-2.101 5.76-1.871.504-3.977-.733-4.366-2.648-.45-2.191-.374-4.637.713-6.636m2.651 3.485c-.791.034-1.585.512-1.872 1.27-.406 1.072-.148 2.478.868 3.119.824.472 2.022.436 2.687-.298.832-.991.811-2.58-.02-3.566-.421-.44-1.078-.551-1.662-.524zM15.528 4.264c1.141-.196 2.438.088 3.211 1 .924 1.096 1.128 2.591 1.163 3.977.02 1.621-.146 3.377-1.139 4.723-1.226 1.71-4.193 1.625-5.29-.188-1.11-1.807-1.07-4.075-.752-6.103.254-1.502 1.152-3.17 2.807-3.408m.352 1.185c-1.386.259-1.721 1.879-1.836 3.065-.095 1.525-.162 3.184.592 4.567.536 1.001 2.008 1.166 2.816.409.76-.68.875-1.768.966-2.724.073-1.48.09-3.037-.52-4.42-.338-.758-1.247-1.049-2.018-.898zM6.602 17.192c.385-.005.77-.005 1.157.001.23 1.002.464 2.004.69 3.007.235-1.002.46-2.006.694-3.008a43.78 43.78 0 0 1 1.146 0c.002 1.279.004 2.558-.001 3.838l-.744-.001c-.013-1.045.006-2.09-.01-3.136-.242 1.043-.468 2.09-.712 3.133a63.85 63.85 0 0 1-.758.007c-.252-1.039-.463-2.089-.713-3.131-.005 1.043.007 2.084-.006 3.126l-.742.001a490.997 490.997 0 0 1-.001-3.838zM11.042 17.191c.69.018 1.387-.055 2.071.055 1.103.174 1.166 2.074.09 2.326-.442.104-.9.072-1.35.084-.004.448-.005.895-.004 1.343-.27.001-.539.002-.808.001-.004-1.27-.005-2.539 0-3.809m.814.66c-.007.378-.007.757 0 1.135.32-.001.648.038.964-.036.415-.1.47-.727.176-.977-.347-.186-.762-.107-1.14-.122zM14.551 17.191c.269-.001.538-.002.806-.001.004.488.001.978.006 1.468.487.005.974.005 1.463-.002.005-.488.002-.976.005-1.464.269-.001.536-.002.805-.001.006 1.279.006 2.56 0 3.84-.268.001-.535.001-.804-.001-.007-.569.001-1.136-.006-1.705a59.62 59.62 0 0 0-1.465-.001c-.005.569.004 1.138-.005 1.708-.268.001-.536.001-.804-.001a545.55 545.55 0 0 1-.001-3.838z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-65--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.7 0h20.587c.877.137 1.561.875 1.712 1.738V22.23c-.12.908-.887 1.64-1.786 1.77H1.802c-.899-.132-1.649-.833-1.804-1.734V1.739C.146.882.83.142 1.698 0m.272.328C.988.455.254 1.422.3 2.396c.004 6.48-.008 12.96.005 19.439-.008 1.045.924 1.979 1.973 1.952 6.522.006 13.044.007 19.565-.001 1.194.025 2.111-1.153 1.961-2.305-.011-6.4.007-12.8-.01-19.2.012-1.084-.974-2.053-2.065-1.98C15.143.319 8.554.263 1.971.329z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.103 1.017 21.73.99c.667-.079 1.328.472 1.267 1.163.004 6.565.005 13.13 0 19.696.04.63-.522 1.184-1.147 1.158-6.566.006-13.133.006-19.699 0-.625.028-1.188-.528-1.147-1.159-.005-6.564-.004-13.129 0-19.694-.037-.518.33-1.025.844-1.123m5.01 3.303c-1.793.581-2.467 2.603-2.653 4.302-.149 1.781-.251 3.828.924 5.311 1.273 1.546 3.923 1.67 5.29.19 1.121-1.183 1.346-3.091.606-4.529-1.109-1.909-4.234-2.13-5.515-.282.07-1.339.299-2.948 1.526-3.734 1.122-.688 2.754.017 2.852 1.378.448.032.895.026 1.343.016-.073-.949-.511-1.957-1.367-2.443-.919-.458-2.028-.481-3.006-.208m6.893.046a462.765 462.765 0 0 0-.812 5.754c.445-.029 1.036.263 1.361-.163.983-1.148 3.084-1.013 3.853.31.558 1.038.325 2.449-.553 3.241-1.235.988-3.546.402-3.683-1.339a53.286 53.286 0 0 0-1.385 0c.08.793.354 1.618.995 2.132 1.321 1.074 3.336 1.111 4.783.276 1.602-1.103 2.132-3.605.983-5.204-1.11-1.532-3.48-1.87-4.996-.755.161-.986.3-1.975.463-2.96 1.51-.007 3.019.004 4.529-.005.004-.428.004-.856.001-1.284-1.847-.007-3.694-.002-5.539-.002M6.602 17.19c-.004 1.28-.004 2.561 0 3.841.248-.002.497-.002.745-.001.01-1.031-.005-2.06.006-3.091.256 1.028.463 2.066.707 3.097.257-.006.515-.011.772-.02.228-1.028.45-2.058.701-3.08.017 1.032-.002 2.064.01 3.095l.746-.001c.004-1.279.002-2.558 0-3.838-.382-.002-.764-.002-1.147 0-.23.992-.451 1.987-.686 2.98-.25-.989-.463-1.986-.695-2.978a63.857 63.857 0 0 0-1.158-.002m4.439-.002c-.005 1.271-.002 2.54-.001 3.811.27-.002.54-.002.81-.002-.002-.448 0-.895.002-1.343.449-.011.906.02 1.348-.084 1.043-.238 1.03-2.046.001-2.303-.708-.152-1.441-.052-2.16-.079m3.509 0c-.002 1.28-.004 2.56 0 3.839.269 0 .538 0 .806.002.004-.57.002-1.14.002-1.71.49-.004.979-.004 1.468.001.002.569.001 1.138.004 1.706.269 0 .538 0 .806.002.004-1.282.005-2.562 0-3.844-.27.002-.539.004-.808.002.001.488-.002.978-.002 1.466-.49.006-.978.006-1.466.001 0-.49-.002-.979-.004-1.469-.269.001-.538.002-.806.001z"/><path fill="#ffd033" d="M7.728 9.281c.586-.028 1.244.083 1.666.524.833.986.853 2.576.019 3.568-.665.733-1.864.768-2.687.295-1.015-.641-1.271-2.047-.866-3.119.287-.756 1.079-1.234 1.868-1.268zM11.854 17.849c.379.019.796-.06 1.144.126.29.25.236.872-.175.974-.317.073-.647.036-.968.04-.005-.38-.005-.76 0-1.14z"/><path fill="#050505" d="M1.97.328C8.553.262 15.142.318 21.728.3c1.091-.073 2.077.896 2.065 1.98.017 6.4-.001 12.8.01 19.2.15 1.152-.767 2.33-1.961 2.305-6.521.008-13.043.007-19.565.001-1.049.026-1.981-.907-1.973-1.952C.291 15.355.303 8.875.299 2.395.253 1.422.988.455 1.969.327m-.122.703c-.514.098-.881.605-.844 1.123-.004 6.565-.005 13.13 0 19.694-.041.631.522 1.187 1.147 1.159 6.566.006 13.133.006 19.699 0 .625.026 1.187-.528 1.147-1.158.005-6.565.004-13.13 0-19.696.061-.691-.6-1.242-1.267-1.163-6.626.026-13.26-.053-19.883.04z"/><path fill="#231f20" d="M6.858 4.334c.978-.274 2.087-.251 3.006.208.856.486 1.294 1.494 1.367 2.443-.448.011-.895.017-1.343-.016-.098-1.361-1.73-2.065-2.852-1.378-1.228.786-1.457 2.395-1.526 3.734 1.282-1.848 4.406-1.627 5.515.282.74 1.438.515 3.346-.606 4.529-1.367 1.481-4.016 1.356-5.29-.19-1.175-1.483-1.073-3.53-.924-5.311.186-1.699.86-3.721 2.653-4.302m.87 4.948c-.79.035-1.582.512-1.868 1.268-.404 1.072-.149 2.478.866 3.119.823.473 2.022.438 2.687-.295.834-.991.814-2.581-.019-3.568-.421-.442-1.08-.552-1.666-.524zM13.751 4.381c1.846 0 3.692-.005 5.539.002.002.428.002.856-.001 1.284-1.51.008-3.019-.002-4.529.005-.163.985-.302 1.974-.463 2.96 1.516-1.115 3.886-.778 4.996.755 1.15 1.6.619 4.102-.983 5.204-1.447.835-3.462.798-4.783-.276-.641-.515-.914-1.339-.995-2.132.461-.006.923-.006 1.385 0 .137 1.741 2.448 2.327 3.683 1.339.878-.792 1.111-2.203.553-3.241-.769-1.322-2.87-1.458-3.853-.31-.325.426-.916.134-1.361.163.258-1.92.53-3.838.812-5.754zM6.602 17.19c.386-.002.772-.001 1.158.002.232.992.445 1.99.695 2.978.235-.992.456-1.987.686-2.98.383-.002.766-.002 1.147 0 .002 1.279.004 2.558 0 3.838l-.746.001c-.012-1.031.007-2.063-.01-3.095-.251 1.022-.473 2.052-.701 3.08-.257.01-.515.014-.772.02-.244-1.031-.451-2.069-.707-3.097-.011 1.031.004 2.06-.006 3.091a61.67 61.67 0 0 0-.745.001c-.004-1.28-.004-2.561 0-3.841zM11.042 17.19c.719.028 1.452-.073 2.16.079 1.028.257 1.042 2.065-.001 2.303-.442.104-.899.073-1.348.084-.002.448-.005.895-.002 1.343-.27 0-.54 0-.81.002-.001-1.271-.004-2.54.001-3.811m.812.659c-.005.38-.005.76 0 1.14.322-.004.652.034.968-.04.412-.102.466-.725.175-.974-.348-.186-.764-.107-1.144-.126zM14.551 17.19c.269.001.538 0 .806-.001.001.49.004.979.004 1.469.488.005.977.005 1.466-.001 0-.488.004-.978.002-1.466.269.001.538 0 .808-.002.005 1.282.004 2.562 0 3.844-.269-.002-.538-.002-.806-.002-.002-.569-.001-1.138-.004-1.706a79.805 79.805 0 0 0-1.468-.001c0 .57.001 1.14-.002 1.71-.269-.002-.538-.002-.806-.002-.004-1.279-.002-2.558 0-3.839z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.686 0h20.612c.866.143 1.536.868 1.702 1.715v20.537c-.133.892-.884 1.609-1.768 1.748H1.785c-.884-.143-1.618-.829-1.786-1.714V1.723C.155.878.828.151 1.685 0m.287.328C.99.455.255 1.421.299 2.394.304 8.875.292 15.355.305 21.836c-.007 1.045.925 1.978 1.975 1.95 6.52.006 13.04.007 19.56-.001 1.09.02 2.022-.986 1.96-2.066.002-6.439.002-12.878 0-19.316.067-1.126-.931-2.182-2.071-2.102C15.143.318 8.555.263 1.972.329z"/><path fill="#ffd033" d="M1.847 1.028C8.47.938 15.103 1.016 21.73.99c.666-.079 1.327.472 1.267 1.163.004 6.565.004 13.13 0 19.696.04.629-.522 1.183-1.147 1.158-6.566.006-13.133.006-19.699 0-.625.026-1.188-.529-1.147-1.158-.005-6.565-.004-13.13 0-19.696-.037-.518.33-1.025.844-1.124M15.636 4.48c-1.699.428-2.664 2.178-2.894 3.806-.287 2.05-.017 4.459 1.646 5.887 1.33 1.14 3.545.94 4.685-.377 1.169-1.285 1.426-3.13 1.321-4.801-.076-1.42-.569-2.892-1.672-3.841-.828-.736-2.029-.925-3.086-.674m-11.148.146c-.001.544-.002 1.088.005 1.632 1.735.011 3.47-.004 5.207.006-1.26 1.884-2.604 3.712-3.792 5.641-.528.83-.889 1.772-.983 2.755.736.006 1.471.007 2.206-.001.31-3.224 2.396-5.888 4.21-8.437.043-.53.002-1.064.014-1.596-2.288-.002-4.577-.001-6.866 0M6.602 17.19a546.42 546.42 0 0 0 0 3.841c.248-.002.497-.002.745-.002.016-1.024-.016-2.048.016-3.072.244 1.024.457 2.053.696 3.078.259-.004.518-.007.776-.025.224-1.022.442-2.046.697-3.061.018 1.027-.004 2.054.01 3.082l.746-.001c.004-1.279.004-2.558 0-3.836a48.723 48.723 0 0 0-1.147-.001c-.23.989-.449 1.981-.684 2.969-.26-.983-.463-1.979-.697-2.966a63.858 63.858 0 0 0-1.158-.004m4.442-.002c-.007 1.27-.004 2.54-.002 3.811l.81-.004c-.002-.448 0-.894.002-1.342.449-.012.906.02 1.346-.084 1.044-.236 1.031-2.047.001-2.303-.708-.152-1.44-.052-2.158-.079m3.508.002a613.762 613.762 0 0 0 0 3.838l.806.001c.005-.569.001-1.139.004-1.709a71.65 71.65 0 0 1 1.466.002c.004.568 0 1.136.004 1.704l.806.002c.004-1.28.005-2.561-.001-3.841l-.806.002c0 .488-.001.977-.004 1.465-.488.007-.977.007-1.465.001 0-.491-.001-.98-.004-1.469l-.806.002z"/><path fill="#ffd033" d="M16.122 5.702c1.216-.39 1.918.955 2.021 1.958.188 1.73.341 3.624-.433 5.239-.397.908-1.812 1.014-2.292.127-.796-1.451-.628-3.191-.57-4.784.126-.924.286-2.148 1.274-2.54zM11.854 17.85c.379.018.796-.062 1.144.125.29.25.236.871-.174.974-.317.074-.647.036-.97.038a43.17 43.17 0 0 1 0-1.138z"/><path fill="#060606" d="M1.972.328C8.555.262 15.143.317 21.729.3c1.14-.079 2.138.977 2.071 2.102.002 6.438.002 12.877 0 19.316.062 1.08-.87 2.087-1.96 2.066-6.52.008-13.04.007-19.56.001-1.05.028-1.982-.905-1.975-1.95C.292 15.354.304 8.874.299 2.393.255 1.42.99.454 1.972.327m-.125.701c-.514.1-.881.606-.844 1.124-.004 6.565-.005 13.13 0 19.696-.041.629.522 1.184 1.147 1.158 6.566.006 13.133.006 19.699 0 .625.025 1.187-.529 1.147-1.158.004-6.565.004-13.13 0-19.696.06-.691-.601-1.242-1.267-1.163-6.626.026-13.26-.052-19.883.038z"/><path d="M15.636 4.48c1.057-.251 2.258-.061 3.086.674 1.103.949 1.596 2.422 1.672 3.841.104 1.672-.152 3.516-1.321 4.801-1.14 1.316-3.355 1.517-4.685.377-1.663-1.428-1.933-3.838-1.646-5.887.23-1.628 1.195-3.378 2.894-3.806m.486 1.222c-.989.392-1.148 1.616-1.274 2.54-.058 1.594-.226 3.334.57 4.784.48.887 1.895.781 2.292-.127.774-1.615.622-3.509.433-5.239-.103-1.003-.805-2.348-2.021-1.958zM4.488 4.626c2.29-.001 4.578-.002 6.866 0-.012.532.029 1.066-.014 1.596-1.813 2.549-3.9 5.213-4.21 8.437-.734.008-1.47.007-2.206.001.094-.983.455-1.925.983-2.755 1.188-1.93 2.532-3.757 3.792-5.641-1.736-.01-3.472.005-5.207-.006-.007-.544-.006-1.088-.005-1.632z"/><path fill="#231f20" d="M6.602 17.19c.386-.002.772-.001 1.158.004.234.988.437 1.984.697 2.966.235-.988.454-1.98.684-2.969.383-.004.766-.004 1.147.001.004 1.278.004 2.557 0 3.836l-.746.001c-.013-1.027.008-2.054-.01-3.082-.256 1.015-.473 2.039-.697 3.061-.258.018-.517.022-.776.025-.239-1.025-.452-2.054-.696-3.078-.031 1.024 0 2.048-.016 3.072-.248 0-.497 0-.745.002a546.42 546.42 0 0 1 0-3.841zM11.044 17.19c.718.028 1.45-.073 2.158.079 1.03.256 1.043 2.066-.001 2.303-.44.104-.898.072-1.346.084-.002.448-.005.894-.002 1.342l-.81.004c-.001-1.271-.005-2.542.002-3.811m.809.659a43.17 43.17 0 0 0 0 1.138c.323-.002.653.036.97-.038.41-.103.464-.725.174-.974-.348-.187-.764-.107-1.144-.125zM14.551 17.191l.806-.002c.002.488.004.978.004 1.469.488.006.977.006 1.465-.001.002-.488.004-.977.004-1.465l.806-.002c.006 1.28.005 2.561.001 3.841l-.806-.002c-.004-.568 0-1.136-.004-1.704a71.66 71.66 0 0 0-1.466-.002c-.002.57.001 1.14-.004 1.709l-.806-.001a613.762 613.762 0 0 1 0-3.838z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-75--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.716 0h20.551c.896.122 1.601.886 1.733 1.768v20.428c-.098.938-.902 1.705-1.831 1.805H1.84c-.923-.11-1.702-.836-1.84-1.76V1.767C.131.893.832.134 1.716.002m.252.326C.986.456.253 1.425.299 2.397.303 8.876.292 15.355.305 21.832c-.01 1.045.922 1.981 1.97 1.955 6.523.006 13.046.008 19.57-.001 1.086.018 2.015-.986 1.955-2.064.002-6.44.002-12.881 0-19.321.067-1.124-.932-2.178-2.07-2.1C15.143.318 8.553.263 1.968.329z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.103 1.017 21.731.99c.666-.079 1.326.473 1.266 1.163.004 6.564.004 13.13 0 19.694.04.63-.522 1.186-1.147 1.159-6.566.006-13.133.006-19.698 0-.625.028-1.189-.528-1.148-1.158C1 15.283 1 8.718 1.004 2.152c-.038-.518.33-1.025.844-1.123m2.334 2.654c-.005.577-.006 1.156.001 1.734 1.848.011 3.696-.008 5.544.01C8.4 7.375 7.015 9.286 5.766 11.285c-.618.906-.977 1.956-1.139 3.035.79.01 1.58.006 2.371.004.06-1.514.69-2.933 1.384-4.254.85-1.643 1.937-3.146 3.049-4.616.124-.57.014-1.18.052-1.765-2.434-.018-4.867-.007-7.301-.005m9.95-.002c-.004 1.781-.004 3.562 0 5.342 1.003-.133 2.069-.071 2.994.366 1.38.643 1.46 2.924.115 3.646-1.063.498-2.261.077-3.294-.299-.006.517-.006 1.034.004 1.552 1.676.384 3.575.545 5.102-.397 1.774-1.016 1.898-3.828.356-5.104-1.064-.892-2.495-1.091-3.835-1.144.053-.76.077-1.519.12-2.279 1.519-.005 3.04.002 4.559-.004.001-.56.001-1.121-.001-1.68-2.04-.004-4.08-.005-6.12 0m-7.53 13.51c-.004 1.28-.005 2.56 0 3.84l.744-.002c.013-1.036-.006-2.071.01-3.107.246 1.036.46 2.078.707 3.114.254-.004.509-.01.764-.016.235-1.036.461-2.074.704-3.107.019 1.038-.002 2.077.012 3.116h.744c.005-1.279.004-2.558.001-3.838a48.643 48.643 0 0 0-1.146-.001c-.234 1.001-.458 2.004-.692 3.005l-.691-3.002a44.624 44.624 0 0 0-1.157-.002m4.44 0c-.005 1.27-.004 2.539-.001 3.809l.809-.001c0-.448.001-.895.004-1.343.449-.012.907.02 1.348-.084 1.043-.24 1.028-2.045.001-2.303-.708-.151-1.441-.053-2.16-.078m3.508 0c-.004 1.279-.005 2.558.001 3.838l.804.001c.007-.569.001-1.139.005-1.708.488-.005.977-.005 1.466.001.005.569-.001 1.136.005 1.705l.804.001c.006-1.28.006-2.561.001-3.841l-.806.002c-.002.488-.001.977-.005 1.465-.488.006-.977.006-1.464.001-.002-.49-.001-.979-.005-1.469l-.806.002z"/><path fill="#ffd033" d="M11.855 17.851c.378.017.794-.064 1.141.124.293.248.238.874-.175.976-.317.073-.646.035-.967.037a33.09 33.09 0 0 1 .001-1.136z"/><path fill="#060606" d="M1.968.328C8.552.262 15.143.317 21.73.3c1.138-.078 2.137.976 2.07 2.1.002 6.44.002 12.881 0 19.321.06 1.078-.869 2.082-1.955 2.064-6.523.01-13.046.007-19.57.001-1.049.026-1.98-.91-1.97-1.955C.292 15.353.303 8.875.299 2.396.253 1.424.987.456 1.968.327m-.121.703c-.514.098-.882.605-.844 1.123-.004 6.565-.004 13.13 0 19.696-.041.63.523 1.186 1.148 1.158 6.565.006 13.132.006 19.698 0 .625.026 1.187-.529 1.147-1.159.004-6.564.004-13.13 0-19.694.06-.69-.6-1.242-1.266-1.163-6.628.026-13.261-.053-19.884.04z"/><path d="M4.182 3.683c2.434-.002 4.867-.013 7.301.005-.037.586.072 1.195-.052 1.765-1.112 1.47-2.2 2.974-3.049 4.616-.694 1.321-1.324 2.74-1.384 4.254-.791.002-1.582.006-2.371-.004.162-1.079.521-2.129 1.139-3.035C7.015 9.285 8.4 7.373 9.727 5.426c-1.848-.018-3.696.001-5.544-.01a83.527 83.527 0 0 1-.001-1.734zM14.132 3.682c2.04-.005 4.08-.004 6.12 0 .002.559.002 1.12.001 1.68-1.519.006-3.04-.001-4.559.004-.043.76-.067 1.519-.12 2.279 1.34.053 2.771.252 3.835 1.144 1.542 1.276 1.417 4.087-.356 5.104-1.528.942-3.426.781-5.102.397-.01-.517-.01-1.034-.004-1.552 1.033.376 2.231.797 3.294.299 1.345-.721 1.265-3.002-.115-3.646-.925-.437-1.991-.499-2.994-.366-.004-1.781-.004-3.562 0-5.342z"/><path fill="#231f20" d="M6.602 17.191c.385-.004.772-.004 1.157.002l.691 3.002c.234-1.001.458-2.004.692-3.005.382-.004.764-.004 1.146.001.002 1.279.004 2.558-.001 3.838a92.256 92.256 0 0 0-.744 0c-.014-1.039.007-2.078-.012-3.116-.244 1.033-.469 2.071-.704 3.107-.256.006-.51.012-.764.016-.247-1.036-.461-2.078-.707-3.114-.016 1.036.004 2.071-.01 3.107l-.744.002c-.005-1.28-.004-2.56 0-3.84zM11.042 17.191c.719.025 1.452-.073 2.16.078 1.027.258 1.042 2.063-.001 2.303-.44.104-.899.072-1.348.084-.002.448-.004.895-.004 1.343L11.04 21c-.002-1.27-.004-2.539.001-3.809m.814.66a33.09 33.09 0 0 0-.001 1.136c.322-.002.65.036.967-.037.413-.102.468-.727.175-.976-.347-.187-.763-.107-1.141-.124zM14.551 17.191l.806-.002c.004.49.002.979.005 1.469.487.005.976.005 1.464-.001.004-.488.002-.977.005-1.465l.806-.002c.005 1.28.005 2.561-.001 3.841l-.804-.001c-.006-.569 0-1.136-.005-1.705-.49-.006-.978-.006-1.466-.001-.004.569.002 1.139-.005 1.708l-.804-.001a490.997 490.997 0 0 1-.001-3.838z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.688 0h20.608c.87.143 1.546.871 1.704 1.727v20.519c-.13.898-.884 1.618-1.772 1.754H1.792c-.89-.14-1.63-.832-1.792-1.723V1.727C.155.879.829.151 1.688 0m.284.328C.989.454.255 1.422.299 2.396c.005 6.48-.007 12.96.006 19.44-.008 1.045.924 1.979 1.974 1.951 6.521.006 13.042.008 19.562-.001 1.252.029 2.148-1.24 1.962-2.425-.011-6.359.008-12.72-.008-19.079.012-1.085-.976-2.054-2.066-1.981C15.143.318 8.555.263 1.972.329z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.103 1.017 21.73.99c.667-.079 1.327.472 1.267 1.163.004 6.565.004 13.13 0 19.696.04.629-.522 1.183-1.147 1.158-6.566.006-13.133.006-19.699 0-.625.026-1.188-.528-1.147-1.158-.005-6.565-.004-13.13 0-19.696-.037-.518.33-1.026.844-1.123M4.237 6.4c-.587 1.27.214 2.705 1.464 3.162-.816.305-1.554.967-1.709 1.856-.257 1.138.419 2.323 1.444 2.825 1.674.824 4.154.604 5.182-1.116.766-1.331.038-3.145-1.444-3.565 1.213-.442 2.053-1.814 1.507-3.072C9.573 4.067 5.42 4.024 4.237 6.4m11.765-1.676c-.985.126-1.832.803-2.314 1.651-.695 1.182-.821 2.605-.742 3.948.071 1.224.436 2.486 1.291 3.398 1.295 1.367 3.77 1.301 4.978-.149 1.038-1.219 1.278-2.906 1.182-4.454-.053-1.256-.442-2.549-1.315-3.481-.779-.817-1.99-1.11-3.08-.913m-9.4 12.466c-.005 1.28-.004 2.561 0 3.84l.745-.001c.013-1.027-.013-2.054.014-3.082.242 1.028.46 2.062.698 3.09.257-.007.515-.014.773-.024.227-1.025.445-2.051.7-3.068.018 1.028-.002 2.057.01 3.085l.746-.001c.004-1.279.002-2.558 0-3.838-.382-.002-.764-.002-1.147 0-.23.99-.449 1.982-.685 2.971-.256-.984-.463-1.98-.696-2.97a63.857 63.857 0 0 0-1.158-.002m4.44 0c-.005 1.271-.002 2.54-.001 3.811l.81-.004c-.001-.446-.001-.894.002-1.342.449-.011.906.02 1.346-.084 1.044-.236 1.031-2.047.002-2.303-.709-.152-1.441-.053-2.16-.079m3.51.002a818.348 818.348 0 0 0 0 3.838l.806.002c.004-.57.001-1.14.004-1.71.488-.004.977-.004 1.466.001.004.569 0 1.138.004 1.706l.806.002c.004-1.282.005-2.562 0-3.842l-.808.002-.002 1.465c-.49.006-.978.006-1.466.001-.001-.49-.001-.979-.004-1.469l-.806.002z"/><path fill="#ffd033" d="M16.356 6.406c.775-.212 1.458.416 1.702 1.103.438 1.226.454 2.588.152 3.847-.162.712-.604 1.529-1.406 1.62-.688.091-1.264-.445-1.488-1.052-.475-1.163-.43-2.476-.252-3.696.157-.733.499-1.596 1.292-1.822zM11.854 17.849c.324.004.653-.018.972.049.481.102.468.938-.002 1.051-.318.073-.647.037-.97.04-.005-.38-.005-.76 0-1.14z"/><path fill="#060606" d="M1.972.328C8.555.262 15.143.317 21.729.3c1.091-.073 2.078.896 2.066 1.981.017 6.359-.002 12.72.008 19.079.186 1.186-.71 2.454-1.962 2.425-6.521.01-13.042.007-19.562.001-1.05.028-1.982-.906-1.974-1.951-.013-6.48-.001-12.96-.006-19.44C.255 1.422.989.453 1.972.327m-.125.703c-.514.097-.881.605-.844 1.123-.004 6.565-.005 13.13 0 19.696-.041.63.522 1.184 1.147 1.158 6.566.006 13.133.006 19.699 0 .625.025 1.187-.529 1.147-1.158.004-6.565.004-13.13 0-19.696.06-.691-.6-1.242-1.267-1.163-6.626.026-13.26-.053-19.883.04z"/><path d="M4.237 6.4c1.183-2.376 5.336-2.333 6.444.09.546 1.258-.294 2.63-1.507 3.072 1.482.42 2.209 2.234 1.444 3.565-1.027 1.72-3.508 1.94-5.182 1.116-1.025-.502-1.7-1.687-1.444-2.825.155-.889.893-1.552 1.709-1.856C4.451 9.105 3.65 7.67 4.237 6.4m2.645-.226c-.769.21-1.148 1.178-.76 1.866.594 1.11 2.671.866 2.765-.479.158-1.063-1.088-1.768-2.005-1.387m-.008 4.298c-.998.22-1.309 1.639-.58 2.31.833.858 2.695.408 2.672-.91.13-1.099-1.159-1.75-2.093-1.4zM16.002 4.724c1.091-.197 2.302.096 3.08.913.874.932 1.262 2.225 1.315 3.481.096 1.548-.144 3.235-1.182 4.454-1.207 1.45-3.683 1.516-4.978.149-.856-.912-1.22-2.174-1.291-3.398-.079-1.343.047-2.766.742-3.948.481-.848 1.328-1.525 2.314-1.651m.354 1.682c-.793.226-1.135 1.088-1.292 1.822-.178 1.22-.223 2.533.252 3.696.224.607.8 1.144 1.488 1.052.803-.091 1.244-.908 1.406-1.62.301-1.259.286-2.621-.152-3.847-.244-.686-.926-1.315-1.702-1.103z"/><path fill="#ffcf33" d="M6.882 6.174c.917-.38 2.164.324 2.005 1.387-.094 1.345-2.171 1.589-2.765.479-.389-.688-.01-1.656.76-1.866zM6.874 10.472c.934-.349 2.222.301 2.093 1.4.023 1.318-1.84 1.768-2.672.91-.73-.671-.419-2.09.58-2.31z"/><path fill="#231f20" d="M6.602 17.19c.386-.002.772-.001 1.158.002.233.99.44 1.986.696 2.97.236-.989.455-1.981.685-2.971.383-.002.766-.002 1.147 0 .002 1.279.004 2.558 0 3.838l-.746.001c-.012-1.028.008-2.057-.01-3.085-.254 1.018-.473 2.044-.7 3.068-.258.01-.516.017-.773.024-.239-1.028-.456-2.062-.698-3.09-.028 1.027-.001 2.054-.014 3.082l-.745.001c-.004-1.279-.005-2.56 0-3.84zM11.042 17.19c.719.026 1.451-.073 2.16.079 1.028.256 1.042 2.066-.002 2.303-.44.104-.898.073-1.346.084-.004.448-.004.895-.002 1.342l-.81.004c-.001-1.271-.004-2.54.001-3.811m.811.658c-.005.38-.005.76 0 1.14.323-.002.652.034.97-.04.47-.113.484-.949.002-1.051-.319-.067-.648-.046-.972-.049zM14.551 17.191l.806-.002.004 1.469c.488.005.977.005 1.466-.001l.002-1.465.808-.002c.005 1.28.004 2.561 0 3.842l-.806-.002c-.004-.569 0-1.138-.004-1.706-.49-.005-.978-.005-1.466-.001-.002.57 0 1.14-.004 1.71l-.806-.002c-.004-1.279-.002-2.558 0-3.838z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-85--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.7 0h20.592c.874.14 1.55.872 1.708 1.729v20.51c-.126.902-.886 1.627-1.778 1.76H1.797c-.893-.137-1.636-.83-1.796-1.726V1.73C.153.877.834.141 1.701-.002m.269.33C.987.455.254 1.422.298 2.396c.005 6.48-.007 12.96.006 19.44-.007 1.045.925 1.979 1.974 1.951 6.521.006 13.042.008 19.562-.001 1.312.031 2.174-1.33 1.962-2.545-.011-6.32.008-12.64-.01-18.959.013-1.085-.974-2.054-2.065-1.981C15.141.319 8.552.261 1.969.329z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.102 1.017 21.729.99c.667-.079 1.328.472 1.268 1.163.004 6.565.005 13.13 0 19.696.04.63-.522 1.183-1.147 1.157-6.566.007-13.133.007-19.699.001-.625.026-1.188-.528-1.147-1.158-.005-6.565-.004-13.13 0-19.696-.037-.517.33-1.025.844-1.123m3.743 1.788c-1.496.588-2.309 2.414-1.775 3.925.21.689.84 1.111 1.452 1.417-2.092.73-2.651 3.551-1.387 5.239 1.117 1.46 3.186 1.784 4.889 1.373 1.652-.38 2.786-2.063 2.705-3.728.042-1.277-.799-2.407-1.95-2.894 1.474-.689 2.018-2.695 1.133-4.048C9.645 2.421 7.291 2.13 5.592 2.818m8.538-.1c-.318 2.164-.599 4.332-.918 6.496.436.052.874.07 1.312.072.965-1.356 3.187-1.528 4.296-.264.953 1.153.733 3.049-.374 4.028-1.378 1.069-4.002.448-4.102-1.516-.523-.002-1.046-.002-1.57 0 .106.809.323 1.655.935 2.234 1.231 1.241 3.178 1.344 4.772.874 2.286-.821 3.272-3.96 2.041-6.005-1.135-1.931-3.989-2.422-5.77-1.112.181-1.105.348-2.21.491-3.32 1.708-.054 3.418-.006 5.126-.024V2.719c-2.08-.004-4.159-.002-6.24-.001M6.602 17.19c-.005 1.28-.004 2.56 0 3.84l.745-.001c.019-1.002-.02-2.005.014-3.005.283.978.445 2.015.698 3.013.257-.007.515-.014.773-.024.227-1.025.446-2.052.698-3.072.019 1.03-.001 2.059.011 3.089l.746-.001c.004-1.279.002-2.558.001-3.838-.383-.002-.766-.002-1.148 0-.23.991-.45 1.984-.685 2.974-.254-.985-.464-1.981-.696-2.972a74.5 74.5 0 0 0-1.158-.002m4.441-.001c-.005 1.271-.002 2.54-.001 3.811l.81-.002c-.001-.448-.001-.895.002-1.343.449-.011.906.02 1.346-.084 1.044-.236 1.031-2.047.001-2.303-.708-.152-1.44-.053-2.159-.079m3.51.001a818.348 818.348 0 0 0 0 3.838l.806.002c.004-.57.002-1.14.002-1.71.49-.004.979-.002 1.468.001.002.569.001 1.138.004 1.706l.806.002c.004-1.282.005-2.562 0-3.842l-.808.002-.002 1.465c-.49.006-.978.006-1.466.001-.001-.49-.001-.979-.004-1.469l-.806.002z"/><path fill="#ffd033" d="M11.854 17.849c.323.004.652-.018.972.05.481.101.468.937-.004 1.05-.317.072-.647.037-.97.041-.004-.38-.004-.762.001-1.141z"/><path fill="#060606" d="M1.97.328C8.553.261 15.142.318 21.728.3c1.091-.073 2.078.896 2.065 1.981.018 6.319-.001 12.638.01 18.959.212 1.216-.65 2.576-1.962 2.545-6.521.01-13.042.007-19.562.001-1.049.028-1.981-.906-1.974-1.951-.013-6.48-.001-12.96-.006-19.44C.255 1.422.988.455 1.971.327m-.124.703c-.514.098-.881.606-.844 1.123-.004 6.565-.005 13.13 0 19.696-.041.63.522 1.184 1.147 1.158 6.566.006 13.133.006 19.699-.001.625.026 1.187-.527 1.147-1.157.005-6.565.004-13.13 0-19.696.06-.691-.601-1.242-1.268-1.163-6.626.026-13.259-.053-19.882.04z"/><path d="M5.591 2.818c1.699-.688 4.054-.397 5.066 1.284.886 1.352.341 3.359-1.133 4.048 1.151.487 1.992 1.618 1.95 2.894.082 1.666-1.052 3.348-2.705 3.728-1.703.412-3.772.088-4.889-1.373-1.264-1.688-.704-4.51 1.387-5.239-.612-.306-1.242-.728-1.452-1.417-.534-1.511.278-3.337 1.775-3.925M6.768 3.91c-1.242.12-1.963 1.704-1.304 2.74.612.946 1.986 1.157 2.964.697.943-.421 1.355-1.74.743-2.596-.494-.803-1.537-.982-2.402-.841m0 5.049c-1.824.179-2.488 2.666-1.271 3.901.817.836 2.204.841 3.229.422 1.193-.528 1.416-2.134.875-3.203-.532-.992-1.793-1.301-2.833-1.121zM14.13 2.718c2.081-.001 4.16-.002 6.24.001v1.462c-1.709.018-3.419-.03-5.126.024a97.978 97.978 0 0 1-.491 3.32c1.781-1.309 4.634-.818 5.77 1.112 1.231 2.045.245 5.184-2.041 6.005-1.595.47-3.541.367-4.772-.874-.612-.58-.829-1.426-.935-2.234.523-.002 1.046-.002 1.57 0 .1 1.963 2.724 2.585 4.102 1.516 1.108-.979 1.327-2.875.374-4.028-1.109-1.264-3.331-1.092-4.296.264-.438-.002-.876-.02-1.312-.072.319-2.164.6-4.332.918-6.496z"/><path fill="#ffcf33" d="M6.768 3.91c.865-.14 1.908.038 2.402.841.612.856.2 2.174-.743 2.596-.978.46-2.352.248-2.964-.697-.659-1.036.062-2.62 1.304-2.74zM6.769 8.959c1.04-.18 2.302.128 2.833 1.121.541 1.069.318 2.675-.875 3.203-1.025.419-2.412.414-3.229-.422-1.217-1.235-.553-3.722 1.271-3.901z"/><path fill="#231f20" d="M6.602 17.19c.386-.001.772-.001 1.158.002.232.991.442 1.987.696 2.972.235-.99.455-1.982.685-2.974.383-.002.766-.002 1.148 0 .001 1.279.002 2.558-.001 3.838l-.746.001c-.012-1.03.008-2.059-.011-3.089-.252 1.02-.472 2.047-.698 3.072-.258.01-.516.017-.773.024-.253-.998-.415-2.035-.698-3.013-.035 1 .005 2.003-.014 3.005l-.745.001c-.004-1.28-.005-2.56 0-3.84zM11.042 17.19c.719.026 1.451-.073 2.159.079 1.03.256 1.043 2.066-.001 2.303-.44.104-.898.073-1.346.084-.004.448-.004.895-.002 1.343l-.81.002c-.001-1.271-.004-2.54.001-3.811m.811.659c-.005.379-.005.761-.001 1.141.323-.004.653.031.97-.041.472-.113.485-.949.004-1.05-.32-.068-.649-.047-.972-.05zM14.551 17.191l.806-.002.004 1.469c.488.005.977.005 1.466-.001l.002-1.465.808-.002c.005 1.28.004 2.561 0 3.842l-.806-.002c-.002-.569-.001-1.138-.004-1.706a89.779 89.779 0 0 0-1.468-.001c0 .57.001 1.14-.002 1.71l-.806-.002c-.004-1.279-.002-2.558 0-3.838z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-90--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.715 0h20.56c.889.13 1.583.878 1.726 1.752V22.21c-.108.926-.896 1.679-1.814 1.79H1.822c-.911-.124-1.673-.834-1.82-1.746V1.756C.139.886.836.135 1.717 0m.252.329C.986.455.254 1.423.299 2.397.304 8.876.292 15.355.305 21.833c-.008 1.045.922 1.98 1.972 1.954 6.481.01 12.962.002 19.445.004.754.031 1.508-.386 1.85-1.064.3-.566.221-1.229.23-1.846-.001-6.12-.002-12.24 0-18.359.108-1.116-.808-2.24-1.956-2.218C15.221.312 8.592.263 1.969.329z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.103 1.017 21.731.99c.666-.078 1.326.472 1.266 1.163.004 6.565.005 13.13 0 19.696.04.63-.522 1.183-1.147 1.157-6.566.007-13.133.007-19.699.001-.625.026-1.188-.528-1.147-1.158-.005-6.565-.004-13.13 0-19.696-.037-.517.329-1.026.844-1.123m2.848 2.709c-1.652 1.37-2.027 3.984-.926 5.806 1.252 2.044 4.736 2.246 6.083.214-.114 1.171-.29 2.374-.875 3.415-.617 1.049-2.075 1.559-3.158.928-.671-.308-.899-1.074-.982-1.748a30.768 30.768 0 0 0-1.549-.01c.018.899.314 1.834 1.008 2.44.918.89 2.299.973 3.5.812 1.21-.209 2.166-1.145 2.689-2.216.928-1.948 1.092-4.184.822-6.301a5.724 5.724 0 0 0-.988-2.635c-1.264-1.716-3.949-1.898-5.624-.703m11.666-.689c-1.261.157-2.299 1.098-2.788 2.24-.833 1.876-.862 3.991-.634 5.998.246 1.522.832 3.202 2.278 3.968 1.699.872 4.075.354 5.018-1.384 1.094-1.925 1.154-4.24.952-6.39-.175-1.326-.587-2.738-1.631-3.646-.878-.739-2.084-.929-3.196-.787M6.601 17.19a982.99 982.99 0 0 0 .001 3.84l.745-.001c.008-1.034-.002-2.07.005-3.104.251 1.033.466 2.076.708 3.11l.767-.013c.235-1.033.457-2.07.706-3.101.016 1.037-.001 2.072.01 3.109l.748-.001v-3.838c-.383-.002-.766-.002-1.148 0-.23.996-.454 1.993-.689 2.989-.241-.994-.463-1.992-.692-2.988a74.628 74.628 0 0 0-1.159-.002m4.439 0c-.005 1.271-.002 2.54-.001 3.811l.81-.002c-.001-.448 0-.895.001-1.343.628-.035 1.402.11 1.878-.403.397-.602.332-1.675-.437-1.952-.731-.206-1.504-.076-2.251-.11m3.508-.001c-.001 1.28-.002 2.56.001 3.839l.808.002.001-1.711c.49-.001.979-.001 1.469.002l.001 1.706.808.002c.004-1.282.004-2.562 0-3.842l-.808.002-.002 1.466c-.49.004-.978.004-1.466.001-.001-.49-.001-.98-.004-1.47l-.808.001z"/><path fill="#ffd033" d="M16.475 4.487c.907-.259 2.038.026 2.472.929.714 1.564.731 3.335.65 5.022-.104 1.11-.223 2.356-1.054 3.188-.892.914-2.621.812-3.276-.332-.883-1.584-.853-3.492-.716-5.249.144-1.333.451-3.094 1.924-3.558zM11.852 17.848c.324.005.653-.017.972.05.482.1.469.94-.002 1.051-.318.072-.647.036-.97.041-.002-.38-.002-.762 0-1.142z"/><path fill="#060606" d="M1.969.329C8.592.263 15.221.312 21.846.304c1.148-.023 2.064 1.102 1.956 2.218-.002 6.119-.001 12.239 0 18.359-.01.617.07 1.279-.23 1.846-.342.678-1.097 1.096-1.85 1.064-6.482-.001-12.964.006-19.445-.004-1.05.026-1.98-.908-1.972-1.954C.292 15.354.304 8.875.299 2.397.255 1.424.987.455 1.969.329m-.122.701c-.515.097-.881.606-.844 1.123-.004 6.565-.005 13.13 0 19.696-.041.63.522 1.184 1.147 1.158 6.566.006 13.133.006 19.699-.001.625.026 1.187-.527 1.147-1.157.005-6.565.004-13.13 0-19.696.06-.691-.6-1.241-1.266-1.163-6.628.026-13.261-.053-19.884.04z"/><path d="M4.696 3.739c1.675-1.195 4.361-1.013 5.624.703.545.774.881 1.696.988 2.635.27 2.117.106 4.354-.822 6.301-.523 1.072-1.48 2.008-2.689 2.216-1.201.161-2.582.078-3.5-.812-.694-.606-.99-1.541-1.008-2.44a30.768 30.768 0 0 1 1.549.01c.083.674.311 1.44.982 1.748 1.084.631 2.542.121 3.158-.928.584-1.042.761-2.244.875-3.415-1.346 2.033-4.831 1.83-6.083-.214-1.1-1.822-.726-4.435.926-5.806m1.819.743c-1.843.5-2.212 3.018-1.304 4.472 1.044 1.434 3.748 1.05 4.252-.694.274-.998.258-2.19-.402-3.038-.592-.755-1.649-.955-2.545-.74zM16.362 3.052c1.111-.142 2.317.048 3.196.787 1.044.907 1.456 2.32 1.631 3.646.203 2.15.143 4.465-.952 6.39-.943 1.738-3.319 2.256-5.018 1.384-1.446-.767-2.032-2.447-2.278-3.968-.228-2.006-.199-4.122.634-5.998.488-1.142 1.526-2.083 2.788-2.24m.112 1.434c-1.472.464-1.78 2.225-1.924 3.558-.137 1.757-.167 3.665.716 5.249.655 1.145 2.384 1.247 3.276.332.83-.833.949-2.078 1.054-3.188.08-1.687.064-3.458-.65-5.022-.434-.902-1.565-1.188-2.472-.929z"/><path fill="#ffcf33" d="M6.515 4.48c.896-.215 1.954-.014 2.545.74.66.848.676 2.04.402 3.038-.504 1.744-3.208 2.128-4.252.694-.907-1.454-.539-3.972 1.304-4.472z"/><path fill="#231f20" d="M6.601 17.19c.386-.001.773-.001 1.159.002.229.996.451 1.994.692 2.988.235-.996.458-1.993.689-2.989.383-.002.766-.002 1.148 0v3.838l-.748.001c-.011-1.037.006-2.072-.01-3.109-.248 1.031-.47 2.068-.706 3.101-.256.005-.511.01-.767.013-.242-1.034-.457-2.077-.708-3.11-.007 1.034.004 2.07-.005 3.104l-.745.001c-.004-1.279-.004-2.56-.001-3.84zM11.042 17.19c.748.035 1.52-.096 2.251.11.769.277.834 1.35.437 1.952-.476.514-1.25.368-1.878.403-.001.448-.002.895-.001 1.343l-.81.002c-.001-1.271-.004-2.54.001-3.811m.81.659c-.002.38-.002.762 0 1.142.323-.005.652.031.97-.041.472-.112.485-.952.002-1.051-.319-.067-.648-.046-.972-.05zM14.55 17.19l.808-.001.004 1.47c.488.002.977.002 1.466-.001l.002-1.466.808-.002c.004 1.28.004 2.561 0 3.842l-.808-.002-.001-1.706c-.49-.004-.979-.004-1.469-.002l-.001 1.711-.808-.002c-.004-1.279-.002-2.558-.001-3.839z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--maximum-speed-limit-95--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M1.7 0h20.588c.876.137 1.559.874 1.711 1.735v20.497c-.121.906-.887 1.638-1.784 1.768H1.802C.904 23.867.157 23.168 0 22.268V1.737C.148.881.832.141 1.7-.001m.27.329C.987.455.254 1.422.298 2.396c.005 6.48-.007 12.959.006 19.439-.008 1.045.924 1.98 1.974 1.952 6.521.006 13.042.008 19.562-.001 1.09.019 2.02-.986 1.958-2.066.002-6.439.002-12.878 0-19.318.067-1.126-.931-2.179-2.071-2.101C15.141.318 8.552.263 1.969.329z"/><path fill="#ffd033" d="M1.847 1.03C8.47.938 15.103 1.017 21.73.99c.666-.079 1.327.472 1.267 1.163.004 6.565.004 13.13 0 19.696.04.629-.522 1.183-1.147 1.158-6.566.006-13.133.006-19.698 0-.626.026-1.189-.528-1.148-1.158-.005-6.565-.004-13.13 0-19.696-.037-.518.33-1.025.844-1.123m4.076 2.259c-2.633 1.068-3.013 5.35-.552 6.814 1.453.792 3.646.638 4.585-.866-.215 1.452-.337 3.314-1.813 4.072-1.196.673-2.914-.188-2.844-1.632a62.316 62.316 0 0 0-1.434-.001c-.053 1.259.78 2.494 1.998 2.852 1.184.318 2.586.287 3.571-.529 1.12-.935 1.601-2.411 1.819-3.805.256-1.921.28-4.07-.827-5.748-.962-1.445-2.969-1.693-4.504-1.156m8.076-.075c-.302 2.05-.614 4.099-.86 6.156.412.014.823.028 1.235.031.97-1.396 3.35-1.429 4.264.04.658 1.096.401 2.641-.55 3.49-1.315 1.049-3.776.431-3.917-1.424a69.506 69.506 0 0 0-1.444 0c.026.923.438 1.856 1.195 2.407 1.168.877 2.768.949 4.127.541 2.07-.66 2.953-3.284 2.227-5.215-.884-2.138-3.869-2.852-5.696-1.494.143-1.052.318-2.1.496-3.146 1.607 0 3.212.005 4.819-.002 0-.46 0-.92-.007-1.381-1.963-.004-3.925 0-5.888-.001M6.602 17.19c-.005 1.28-.005 2.561 0 3.84l.745-.001c.012-.983-.005-1.967.001-2.951.032-.154.121.156.107.181.169.932.401 1.852.605 2.777.258-.004.516-.011.773-.024.227-1.026.449-2.054.7-3.076.018 1.031-.002 2.063.01 3.094l.746-.001c.004-1.279.002-2.558 0-3.836a48.723 48.723 0 0 0-1.147-.001c-.232.992-.451 1.987-.686 2.98-.251-.989-.462-1.986-.695-2.977a55.876 55.876 0 0 0-1.158-.004m4.439-.001c-.005 1.271-.002 2.54-.001 3.811l.81-.004c-.001-.446-.001-.894.002-1.342.449-.012.906.02 1.346-.084 1.044-.238 1.031-2.046.001-2.303-.708-.152-1.44-.053-2.159-.079m3.51.002a818.348 818.348 0 0 0 0 3.838l.806.001c.005-.569.001-1.139.004-1.709a71.65 71.65 0 0 1 1.466.002c.004.568 0 1.136.004 1.705l.806.001c.004-1.28.005-2.561-.001-3.841l-.806.002c0 .488 0 .977-.004 1.465a65.04 65.04 0 0 1-1.465.001c-.001-.49-.001-.979-.004-1.469l-.806.002z"/><path fill="#ffd033" d="M11.854 17.85c.324.002.653-.02.971.048.482.101.469.938-.002 1.051-.317.073-.646.036-.968.038a43.17 43.17 0 0 1 0-1.138z"/><path fill="#060606" d="M1.97.328C8.553.262 15.142.317 21.728.3c1.14-.078 2.138.976 2.071 2.101.002 6.439.002 12.878 0 19.318.061 1.08-.869 2.086-1.958 2.066-6.521.01-13.042.007-19.562.001-1.05.028-1.982-.907-1.974-1.952C.292 15.354.304 8.875.299 2.395.255 1.422.988.455 1.971.327m-.124.703c-.514.098-.881.605-.844 1.123-.004 6.565-.005 13.13 0 19.696-.041.63.522 1.184 1.148 1.158 6.565.006 13.132.006 19.698 0 .625.025 1.187-.529 1.147-1.158.004-6.565.004-13.13 0-19.696.06-.691-.601-1.242-1.267-1.163-6.626.026-13.26-.053-19.883.04z"/><path d="M5.924 3.289C7.459 2.751 9.465 3 10.428 4.445c1.106 1.678 1.082 3.827.827 5.748-.218 1.394-.7 2.87-1.819 3.805-.985.816-2.387.847-3.571.529-1.218-.359-2.051-1.594-1.998-2.852.478-.005.956-.005 1.434.001-.07 1.444 1.648 2.305 2.844 1.632 1.476-.757 1.598-2.62 1.813-4.072-.94 1.505-3.132 1.658-4.585.866-2.461-1.464-2.081-5.746.552-6.814M7 4.374c-1.742.294-2.172 2.543-1.496 3.928.805 1.537 3.456 1.3 4.04-.312a3.993 3.993 0 0 0 .008-2.302C9.214 4.65 8.018 4.159 7 4.374zM13.999 3.215c1.963.001 3.925-.002 5.888.001.007.461.007.922.007 1.381-1.607.007-3.212.002-4.819.002a95.23 95.23 0 0 0-.496 3.146c1.828-1.358 4.812-.644 5.696 1.494.726 1.931-.157 4.555-2.227 5.215-1.358.408-2.959.336-4.127-.541-.757-.551-1.169-1.484-1.195-2.407.481-.005.962-.005 1.444 0 .14 1.855 2.602 2.473 3.917 1.424.95-.848 1.207-2.394.55-3.49-.913-1.469-3.294-1.435-4.264-.04a50.89 50.89 0 0 1-1.235-.031c.246-2.057.558-4.106.86-6.156z"/><path fill="#ffcf33" d="M7 4.374c1.019-.215 2.214.276 2.552 1.314.223.737.22 1.566-.008 2.302-.584 1.612-3.235 1.849-4.04.312C4.828 6.917 5.258 4.668 7 4.374z"/><path fill="#231f20" d="M6.602 17.19c.386-.002.772-.002 1.158.004.233.991.444 1.988.695 2.977.235-.992.455-1.987.686-2.98.383-.004.766-.004 1.147.001.002 1.278.004 2.557 0 3.836l-.746.001c-.012-1.031.008-2.063-.01-3.094-.251 1.021-.473 2.05-.7 3.076-.257.013-.515.02-.773.024-.204-.925-.436-1.844-.605-2.777.014-.025-.074-.335-.107-.181-.006.984.011 1.968-.001 2.951l-.745.001c-.005-1.279-.005-2.56 0-3.84zM11.042 17.19c.719.026 1.451-.073 2.159.079 1.03.257 1.043 2.065-.001 2.303-.44.104-.898.072-1.346.084-.004.448-.004.895-.002 1.342l-.81.004c-.001-1.271-.004-2.54.001-3.811m.811.659a43.17 43.17 0 0 0 0 1.138c.323-.002.652.035.968-.038.472-.113.485-.95.002-1.051-.318-.068-.647-.046-.971-.048zM14.551 17.191l.806-.002.004 1.469c.488.005.977.005 1.465-.001.004-.488.004-.977.004-1.465l.806-.002c.006 1.28.005 2.561.001 3.841l-.806-.001c-.004-.569 0-1.138-.004-1.705a71.66 71.66 0 0 0-1.466-.002c-.002.57.001 1.14-.004 1.709l-.806-.001c-.004-1.279-.002-2.558 0-3.838z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M14.874 0h2.186l-.125.059-.093.04c4.383.021 8.767.007 13.15.012.407.117.807.304 1.12.594.306.321.528.719.668 1.139V22.23c-.189.553-.51 1.102-1.025 1.407-.284.153-.583.343-.92.302-6.202 0-12.404.007-18.606.012-2.997 0-5.994.008-8.99-.022-1.045.065-1.951-.849-2.124-1.835V1.979C.287 1.016 1.141.11 2.164.132 2.59.096 3.018.11 3.444.103c3.875.012 7.751.009 11.626.003-.05-.028-.099-.056-.15-.083L14.874 0M2.183.539C1.33.571.595 1.324.54 2.167.539 8.687.541 15.206.539 21.726c-.054.958.811 1.847 1.773 1.812 9.101.001 18.201.003 27.301 0 .89.016 1.688-.748 1.75-1.626.001-6.496-.001-12.993.001-19.489.068-.788-.479-1.572-1.23-1.806-.238-.082-.492-.086-.741-.085-9.07.006-18.142-.009-27.212.007z"/><path fill="#1a1919" d="M1.995.861c.152-.032.309-.033.463-.034C11.51.829 20.561.825 29.613.829c.745-.015 1.406.639 1.443 1.373V21.87c-.039.747-.722 1.404-1.479 1.373H2.312c-.751.025-1.425-.629-1.465-1.369V2.2C.883 1.571 1.372.988 1.994.861m.182.765c-.306.046-.542.343-.547.647V21.8c.006.303.242.6.548.645.166.027.335.015.502.017h26.568c.194-.002.393.015.582-.041a.69.69 0 0 0 .446-.621c.001-6.497-.001-12.993.001-19.49.012-.32-.233-.642-.555-.687-.157-.025-.316-.015-.473-.016H2.643c-.156.001-.313-.009-.466.018z"/><path fill="#1a1919" d="M18.393 2.919c.474.03.991.205 1.251.63.336.458.411 1.113.119 1.611-.206.416-.656.643-1.094.73-.222.009-.426-.125-.553-.299-.247-.281-.252-.691-.489-.978-.139-.149-.332-.226-.522-.286-.159-.048-.209-.253-.145-.393.225-.578.794-1.036 1.433-1.014zM20.07 5.573c.143-.143.365-.054.481.078.89.801 1.513 1.881 1.806 3.039.253.942.386 1.916.395 2.891.441-.103.879-.219 1.321-.319.142-.047.284.061.31.201.036.206.043.416.073.623.916.143 1.827.434 2.586.979a21.27 21.27 0 0 1-.472.25 4.778 4.778 0 0 0-2.205-.499c-.906.019-1.801.291-2.59.73.095.137.192.273.29.409 1.103-.561 2.489-.613 3.583-.003.851.422 1.511 1.2 1.831 2.09.456 1.226.213 2.685-.628 3.69-.582.749-1.475 1.239-2.407 1.384-1.134.162-2.343-.195-3.172-.994a3.825 3.825 0 0 1-1.094-1.809c-.157.022-.313.056-.472.055-1.408-.012-2.815-.018-4.223-.032-.194 0-.411-.072-.491-.265-.853-1.947-1.709-3.893-2.561-5.84-.056-.157-.286-.179-.417-.107-.138.121-.145.324-.161.494.491.45.947.954 1.24 1.557.292.608.411 1.313.265 1.976-.288-.087-.386-.429-.4-.698-.054-1.076-.626-2.085-1.479-2.734-.232.339-.469.675-.714 1.005.472.396.919.849 1.178 1.416a4.093 4.093 0 0 1 .109 3.451c-.588 1.402-2.015 2.414-3.538 2.47-1.733.133-3.458-.997-4.05-2.626-.544-1.381-.246-3.051.755-4.149a3.49 3.49 0 0 1 1.102-.881c1.207-.7 2.778-.67 3.985.015l.7-1.05c-.32-.221-.686-.362-1.051-.489-.872-.271-1.819-.163-2.668.14-.18.074-.458.018-.497-.201.029-.155.206-.203.331-.256.413-.142.837-.277 1.277-.29 1.009-.105 2.028.216 2.861.779.76-1.095 1.517-2.191 2.276-3.286.229-.323.597-.547.998-.557a22.57 22.57 0 0 1 3.416.246c.251-.583.547-1.151.749-1.753.305-.531.92-.747 1.37-1.128m-5.006 3.391c-.159.101-.185.345-.386.393-.199.043-.355-.128-.458-.274-.078-.121-.243-.043-.305.054-.328.473-.658.945-.985 1.418.692-.281 1.5-.268 2.169.072.618.334 1.229.679 1.847 1.013.317.137.657.014.965-.083.846-.208 1.701-.396 2.57-.469-.431-.659-.858-1.32-1.29-1.978-.269.179-.541.353-.804.541a.309.309 0 0 1-.291.037c-.837-.241-1.675-.475-2.512-.716-.168-.043-.354-.077-.52-.006m-1.692 4.05c.012.196.113.367.187.544l.97 2.222c.023.073.099.1.159.137.095-.065.057-.18.051-.276-.054-.508-.095-1.017-.154-1.525a.395.395 0 0 1 .346-.41c.45-.071.909.014 1.362-.012.161-.055.03-.22-.028-.307-.12-.149-.177-.406-.407-.409l-2.205-.039a.542.542 0 0 0-.28.075M6.02 14.936c-.75.814-.985 2.054-.594 3.088.405 1.159 1.567 2.001 2.796 2.018a3.054 3.054 0 0 0 2.502-1.172c.701-.86.86-2.119.4-3.128-.189-.481-.545-.872-.937-1.199-.366.559-.721 1.126-1.087 1.685.157.211.3.452.292.725.029.631-.591 1.198-1.221 1.084-.716-.054-1.191-.957-.804-1.572.231-.465.799-.662 1.286-.524.364-.562.736-1.119 1.102-1.68-1.205-.662-2.841-.376-3.733.674m14.075.648a5.806 5.806 0 0 0-.283 2.027l.251-.037c-.05-.719.13-1.441.455-2.08.237-.44.584-.808.953-1.141-.084-.137-.171-.271-.254-.409-.507.433-.937.99-1.123 1.639m2.598-.696c.244.355.484.713.735 1.063.187.012.381-.068.574-.039.726.031 1.337.725 1.292 1.447 0 .349-.181.67-.409.924-.416.434-1.122.533-1.648.245a1.544 1.544 0 0 1-.589-.592c-.454.069-.909.138-1.363.209.142.537.524.967.934 1.321.81.663 2.025.779 2.939.263.363-.179.668-.454.906-.779.75-.967.704-2.45-.108-3.367-.76-.947-2.183-1.234-3.264-.695m-1.532 2.517c.447-.065.894-.133 1.341-.201.02-.309.161-.593.352-.831-.245-.37-.493-.738-.739-1.107a2.727 2.727 0 0 0-.954 2.139m-3.602-1.946a20.6 20.6 0 0 0-.063.604c.154.012.307.026.461.036a28.41 28.41 0 0 0-.398-.641z"/><path fill="#1a1919" d="M11.426 9.302c.171-.059.322.087.446.186.465.404.405 1.279-.167 1.553-.098.061-.277.115-.339-.019-.249-.491-.299-1.113-.048-1.614.02-.05.055-.092.109-.106z"/><path fill="#393939" opacity=".22" d="M11.772.068C12.821.039 13.871.053 14.92.023c-.285.057-.576.034-.864.044-.761 0-1.523.012-2.284.001z"/><path fill="#626161" opacity=".84" d="M14.92.023c.051.026.1.054.15.083-3.875.006-7.75.01-11.626-.003C6.22.067 8.996.076 11.772.068c.761.011 1.523-.001 2.284-.001.288-.01.579.013.864-.044z"/><path fill="#454444" opacity=".59" d="M16.842.098l.093-.04c.372.027.746.01 1.12.015 3.78-.007 7.559.012 11.339.022.199.005.4-.021.598.014-4.383-.005-8.767.01-13.15-.012z"/><path fill="#f9cc5f" d="M2.183.539C11.253.522 20.324.537 29.395.532c.248-.001.503.003.741.085.751.233 1.298 1.018 1.23 1.806l-.001 19.489c-.063.878-.861 1.642-1.75 1.626-9.1.003-18.201.002-27.301 0-.962.035-1.827-.855-1.773-1.812.003-6.52 0-13.039.001-19.559.055-.843.789-1.595 1.643-1.628m-.19.322C1.373.988.884 1.57.848 2.2v19.674c.04.74.713 1.394 1.465 1.369 9.088.002 18.177.001 27.265 0 .757.031 1.44-.626 1.479-1.373V2.202c-.037-.734-.698-1.388-1.443-1.373-9.052-.004-18.103 0-27.155-.002-.155.001-.312.001-.463.034z"/><path fill="#f9cc5f" d="M2.176 1.626c.154-.026.311-.017.466-.018h26.605c.157.001.316-.009.473.016.323.044.568.366.555.687-.002 6.497 0 12.993-.001 19.49a.69.69 0 0 1-.446.621c-.188.057-.388.039-.582.041H2.678c-.167-.002-.336.01-.502-.017-.306-.045-.542-.342-.548-.645V2.274c.005-.304.241-.601.547-.647m16.218 1.292c-.639-.022-1.208.436-1.433 1.014-.064.14-.014.345.145.393.19.061.383.138.522.286.237.288.242.697.489.978.128.174.331.308.553.299.437-.087.888-.314 1.094-.73.292-.498.217-1.153-.119-1.611-.26-.425-.777-.6-1.251-.63m1.677 2.655c-.45.382-1.065.597-1.37 1.128-.202.603-.498 1.17-.749 1.753a22.579 22.579 0 0 0-3.416-.246c-.4.011-.769.235-.998.557-.759 1.095-1.516 2.191-2.276 3.286-.833-.563-1.852-.883-2.861-.779-.44.013-.864.148-1.277.29-.126.054-.303.101-.331.256.039.219.317.275.497.201.848-.303 1.796-.411 2.668-.14.365.127.731.268 1.051.489l-.7 1.05c-1.207-.686-2.778-.715-3.985-.015a3.504 3.504 0 0 0-1.102.881c-1.001 1.098-1.299 2.768-.755 4.149.592 1.63 2.317 2.759 4.05 2.626 1.523-.057 2.95-1.069 3.538-2.47a4.093 4.093 0 0 0-.109-3.451c-.26-.567-.707-1.02-1.178-1.416.245-.33.482-.666.714-1.005.852.649 1.425 1.658 1.479 2.734.014.269.112.611.4.698.146-.663.028-1.368-.265-1.976-.293-.603-.749-1.108-1.24-1.557.016-.17.023-.373.161-.494.13-.072.36-.05.417.107.852 1.947 1.708 3.893 2.561 5.84.08.193.297.265.491.265 1.408.014 2.815.02 4.223.032.159.001.315-.032.472-.055a3.817 3.817 0 0 0 1.094 1.809c.829.799 2.038 1.156 3.172.994.932-.145 1.825-.635 2.407-1.384.84-1.004 1.083-2.463.628-3.69-.32-.89-.979-1.668-1.831-2.09-1.095-.61-2.48-.558-3.583.003l-.29-.409c.789-.439 1.684-.712 2.59-.73a4.778 4.778 0 0 1 2.205.499c.158-.081.316-.165.472-.25-.76-.545-1.67-.836-2.586-.979-.03-.207-.036-.418-.073-.623-.026-.14-.168-.247-.31-.201-.442.1-.88.216-1.321.319a11.572 11.572 0 0 0-.395-2.891c-.293-1.158-.916-2.237-1.806-3.039-.116-.132-.339-.221-.481-.078m-8.646 3.731c-.054.014-.089.057-.109.106-.251.501-.201 1.123.048 1.614.062.134.242.08.339.019.572-.274.632-1.149.167-1.553-.123-.099-.274-.245-.445-.186z"/><path fill="#f9cc5f" d="M15.062 8.966c.166-.07.352-.037.52.006.836.241 1.675.475 2.512.716a.309.309 0 0 0 .291-.037c.263-.188.535-.362.804-.541.432.658.859 1.32 1.29 1.978-.869.073-1.725.261-2.57.469-.308.097-.648.22-.965.083-.617-.334-1.229-.679-1.847-1.013-.669-.34-1.477-.352-2.169-.072.327-.473.657-.945.985-1.418.062-.097.227-.175.305-.054.103.146.26.317.458.274.201-.048.227-.292.386-.393zM13.37 13.018a.542.542 0 0 1 .28-.075l2.205.039c.23.003.288.26.407.409.058.087.189.252.028.307-.453.026-.912-.058-1.362.012a.395.395 0 0 0-.346.41c.058.508.1 1.017.154 1.525.006.096.045.211-.051.276-.06-.037-.135-.064-.159-.137l-.97-2.222c-.074-.177-.175-.348-.187-.544zM6.02 14.936c.892-1.05 2.528-1.336 3.733-.674-.366.561-.738 1.118-1.102 1.68-.487-.138-1.055.059-1.286.524-.386.614.088 1.518.804 1.572.63.114 1.25-.454 1.221-1.084.008-.272-.135-.514-.292-.725.366-.559.72-1.126 1.087-1.685.392.327.748.717.937 1.199.46 1.009.302 2.268-.4 3.128a3.054 3.054 0 0 1-2.502 1.172c-1.229-.016-2.391-.858-2.796-2.018-.391-1.034-.156-2.274.594-3.088zM20.097 15.583c.186-.649.616-1.206 1.123-1.639.082.138.17.272.254.409-.369.332-.716.7-.953 1.141-.326.639-.505 1.361-.455 2.08l-.251.037a5.806 5.806 0 0 1 .283-2.027zM22.694 14.886c1.081-.538 2.505-.251 3.264.695.812.917.858 2.399.108 3.367a2.52 2.52 0 0 1-.906.779c-.914.516-2.13.4-2.939-.263-.411-.354-.793-.785-.934-1.321.454-.071.909-.14 1.363-.209.134.249.346.451.589.592.526.288 1.232.189 1.648-.245.228-.254.409-.574.409-.924.045-.721-.566-1.415-1.292-1.447-.193-.029-.388.051-.574.039-.251-.35-.491-.708-.735-1.063z"/><path fill="#f9cc5f" d="M21.161 17.403a2.728 2.728 0 0 1 .954-2.139c.247.369.494.737.739 1.107-.191.239-.332.522-.352.831-.447.068-.894.136-1.341.201zM17.559 15.457c.135.212.268.426.398.641-.154-.01-.308-.024-.461-.036.018-.202.04-.403.063-.604z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path d="M1.798 0h44.371A2.862 2.862 0 0 1 48 1.764v20.453c-.266.797-.89 1.373-1.603 1.783H1.786C.936 23.717.305 23.038 0 22.205V1.841A2.885 2.885 0 0 1 1.798 0m-.274.79C.821 1.104.55 1.911.605 2.633.615 8.959.6 15.286.612 21.61c-.096 1.003.802 1.874 1.793 1.795 14.395.005 28.793.005 43.188 0 1.008.089 1.906-.802 1.812-1.812.005-6.394.007-12.792 0-19.186.086-.996-.797-1.882-1.793-1.793C31.368.595 17.122.619 2.878.602 2.424.619 1.944.59 1.524.789z"/><path d="M23.801 2.021c.706.115 1.61.442 1.716 1.26l-.49.449c-.055.852-.533 1.625-1.344 1.949.701.828.955 1.879 1.38 2.827.734.59 3.286 1.291 1.802 2.388-1.087-.406-2.071-1.058-3.024-1.714a9.262 9.262 0 0 0-1.085 2.148c.509.346 1.018.691 1.531 1.03 1.848-.53 3.85-.506 5.707-.022a148.93 148.93 0 0 1-.61-1.462c-.554-.007-1.951.175-1.466-.768.653-.235 1.37-.091 2.052-.122.653 1.562 1.298 3.125 1.951 4.687 1.92-.509 4.07.696 4.541 2.64.636 2.136-1.118 4.519-3.338 4.57-2.105.185-4.054-1.781-3.852-3.883.029-1.306.924-2.345 1.92-3.084-1.584-.751-3.559-.122-5.304-.319-.552.703-.984 1.488-1.414 2.27.746.456.78 1.342.902 2.112l.806-.792-.425-.437c.379-.667.691-1.37 1.094-2.023.468.259.931.528 1.387.809a23.029 23.029 0 0 0-1.001 1.961l-.622-.084c-.41.533-.907 1.138-1.651 1.121-1.978.055-3.958.005-5.935.017-.662 1.409-2.076 2.489-3.672 2.455-2.21.072-4.174-2.05-3.907-4.25.103-1.656 1.39-3.024 2.935-3.502-.007-.13-.022-.391-.026-.521a2.274 2.274 0 0 1-.588-1.111c1.908-.067 3.864-.094 5.647.415-.434-.665-.614-1.488-.17-2.203.948-1.906 1.505-4.188 3.317-5.491-1.339-1.051-.031-2.945 1.234-3.319M12.326 18.586c.466.005.934.007 1.402.01.293-.533.358-1.284.943-1.591 1.164-.173 2.35-.026 3.523-.089-.622-1.286-2.09-2.167-3.526-1.776-1.548.31-2.525 1.922-2.342 3.446m19.935-3.164c.312.871.612 1.778 1.313 2.424.499.782-.818 1.538-1.301.787-.089-1.001-.394-1.951-.854-2.849-.9.674-1.529 1.786-1.279 2.935.228 1.601 2.002 2.707 3.542 2.23 1.687-.403 2.604-2.537 1.733-4.042-.571-1.157-1.925-1.658-3.154-1.486m-10.085.107c-.446.413-.898.833-1.188 1.375.326.012.653.024.979.034.269-.439.535-.876.802-1.315l-.593-.094m-9.516 4.039c1.138 2.021 4.25 2.021 5.39 0a193.69 193.69 0 0 0-5.39 0z"/><path d="M31.277 11.75c.24-.9 1.147-1.238 1.999-1.102-.062 1.042-1.157 2.414-1.999 1.102z"/><path fill="#fff" d="M1.524.79c.42-.199.9-.17 1.354-.187C17.122.62 31.368.596 45.612.615c.996-.089 1.879.797 1.793 1.793.007 6.394.005 12.792 0 19.186.094 1.01-.804 1.901-1.812 1.812-14.395.005-28.793.005-43.188 0-.991.079-1.889-.792-1.793-1.795C.6 15.287.614 8.961.605 2.634.55 1.912.821 1.105 1.524.791m22.277 1.23c-1.265.374-2.573 2.268-1.234 3.319-1.812 1.303-2.369 3.586-3.317 5.491-.444.715-.264 1.538.17 2.203-1.783-.509-3.739-.482-5.647-.415.086.422.293.799.588 1.111.005.13.019.391.026.521-1.546.478-2.832 1.846-2.935 3.502-.266 2.201 1.697 4.322 3.907 4.25 1.596.034 3.01-1.046 3.672-2.455 1.978-.012 3.958.038 5.935-.017.744.017 1.241-.588 1.651-1.121l.622.084c.295-.672.643-1.32 1.001-1.961-.456-.281-.919-.55-1.387-.809-.403.653-.715 1.356-1.094 2.023l.425.437-.806.792c-.122-.77-.156-1.656-.902-2.112.43-.782.862-1.567 1.414-2.27 1.745.197 3.72-.432 5.304.319-.996.739-1.891 1.778-1.92 3.084-.202 2.102 1.747 4.068 3.852 3.883 2.22-.05 3.974-2.434 3.338-4.57-.47-1.944-2.621-3.149-4.541-2.64-.653-1.562-1.298-3.125-1.951-4.687-.682.031-1.399-.113-2.052.122-.485.943.912.761 1.466.768.202.49.403.977.61 1.462-1.858-.485-3.859-.509-5.707.022-.514-.338-1.022-.684-1.531-1.03a9.223 9.223 0 0 1 1.085-2.148c.953.655 1.937 1.308 3.024 1.714 1.483-1.097-1.068-1.798-1.802-2.388-.425-.948-.679-1.999-1.38-2.827.811-.324 1.289-1.097 1.344-1.949l.49-.449c-.106-.818-1.01-1.145-1.716-1.26m7.474 9.73c.842 1.313 1.937-.06 1.999-1.102-.852-.137-1.759.202-1.999 1.102z"/><path fill="#fff" d="M12.326 18.586c-.182-1.524.794-3.137 2.342-3.446 1.435-.391 2.904.49 3.526 1.776-1.174.062-2.359-.084-3.523.089-.586.307-.65 1.058-.943 1.591-.468-.002-.936-.005-1.402-.01zM32.261 15.422c1.229-.173 2.582.329 3.154 1.486.871 1.505-.046 3.638-1.733 4.042-1.541.478-3.314-.629-3.542-2.23-.25-1.15.379-2.261 1.279-2.935.461.898.766 1.848.854 2.849.482.751 1.8-.005 1.301-.787-.701-.646-1.001-1.553-1.313-2.424zM22.176 15.528l.593.094c-.266.439-.533.876-.802 1.315-.326-.01-.653-.022-.979-.034.29-.542.742-.962 1.188-1.375zM12.66 19.567a193.69 193.69 0 0 1 5.39 0c-1.14 2.021-4.253 2.021-5.39 0z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--motorcycles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h32v2.08C31.754.987 30.754.11 29.614.139 20.537.133 11.46.133 2.385.139 1.251.11.265.977-.001 2.054V0z"/><path fill="#fff" d="M1.974.712C11.129.6 20.294.698 29.454.664c1.053-.098 2.067.816 2.037 1.882.006 6.302.006 12.606 0 18.909.027 1.002-.874 1.904-1.877 1.877-9.075.006-18.152.006-27.229 0-1.003.029-1.904-.874-1.877-1.877-.006-6.302-.006-12.606 0-18.909C.489 1.69 1.138.887 1.974.712m11.42 2.192c-.355-.526-.91-.44-1.414-.194.05.288.106.574.163.861.339-.053.678-.112 1.018-.171-.486 1.026-.984 2.046-1.475 3.07-.67-.285-1.395-.379-2.118-.339l-.118.389c-1.349.328-2.499 1.491-2.59 2.91-.184 1.651 1.126 3.267 2.773 3.453 1.637.27 3.224-.95 3.589-2.528.115-.03.342-.094.458-.125.155-1.365-.482-2.722-1.595-3.512l.39-.789c.355 1.022 1.618.938 2.15 1.763-.026 1.027-.738 2.218-.03 3.147.781.504 1.805.163 2.686.25l-.15.51c.218-.002.435-.008.653-.019a46.569 46.569 0 0 0-.141-.499c.414.014.829.018 1.243.022.939 2.027 3.978 2.445 5.366.667 1.378-1.669.717-3.944.003-5.746a16.187 16.187 0 0 1-.526-.413c-1.326.002-2.654.002-3.981 0 .058-.214.114-.429.171-.643l.579-.242c.003-.248.003-.498.002-.746-1.053-.013-2.104-.027-3.155.01.344.779 1.363.582 2.045.808-.366.989-.741 1.974-1.11 2.962h-1.477v1.358H15.2c.003-.536-.037-1.082.114-1.603-.459-.766-1.235-1.39-1.355-2.318l-.474-.219c.176-.501.443-1.024.19-1.549.114-.442.194-.89.267-1.338l.56.005c.064-.147.13-.293.195-.438-.333-.094-.666-.194-.998-.288-.16.498-.23 1.016-.302 1.533m1.169 11.044a438.264 438.264 0 0 0 0 3.626c.802-.054 1.707.203 2.422-.262.536-.426.47-1.227.022-1.691.309-.442.378-1.13-.125-1.461-.709-.378-1.552-.168-2.32-.211m-9.712 5.151c-.906.41-.544 1.702-.554 2.502-.067 1.026 1.662 1.123 1.709.107.133-.926.354-2.947-1.155-2.61m7.817.299c-.31.795-.253 1.731-.067 2.554.296.712 1.154.336 1.733.355-.006-.571-.005-1.142-.003-1.714h-.947l-.006.422c.966.032.029 1.659-.309.674.051-.698-.474-2.171.578-2.216l.163.659.571-.048c.05-.912-1.146-1.4-1.712-.686m7.863-.293c-.883.429-.528 1.701-.538 2.499-.062.886 1.342 1.147 1.64.355.21-.758.192-1.586.03-2.352-.096-.509-.707-.626-1.133-.502m-13.847.006c-.002 1.078.002 2.158-.002 3.238.53-.045 1.184.117 1.597-.309.342-.426.182-1.002-.067-1.427.142-.406.322-.928-.018-1.288-.443-.283-1.011-.168-1.51-.214m2.4.021v3.219c.542 0 1.086 0 1.63-.002v-.506c-.36-.002-.72-.002-1.08-.002.002-.904 0-1.808.002-2.71h-.552m2.232.001c.002 1.072.002 2.146 0 3.219h.552v-3.219h-.552m3.626 3.21c.19-.002.382-.002.576-.002.059-.27.12-.541.182-.811h.651l.171.811c.194 0 .387.002.581.003-.226-1.074-.461-2.146-.685-3.219-.262-.002-.525-.002-.787-.002-.232 1.072-.459 2.146-.69 3.219m2.555-3.21l-.008.498.659.006c-.002.906 0 1.811-.002 2.718.179-.002.36 0 .539 0 .002-.906 0-1.813.002-2.718l.661-.008c-.002-.123-.006-.371-.01-.496-.614.002-1.227.002-1.842 0m4.885.001v3.219h.554a864.57 864.57 0 0 1 0-3.221l-.554.002m1.162-.016c-.003 1.075-.002 2.15-.002 3.226.182 0 .366-.002.549 0a55.181 55.181 0 0 1 .01-1.523c.912-.085.789.885.813 1.514l.565.016c-.082-.558.086-1.23-.386-1.653.334-.408.402-1.077-.064-1.414-.451-.246-.994-.133-1.485-.165m2.568.014v3.221h1.59l-.002-.507c-.347-.002-.693-.002-1.04-.002v-.925c.315-.002.63-.002.947-.002l-.008-.509h-.939c-.002-.259 0-.517 0-.774.347-.002.694-.002 1.042-.002l-.002-.499c-.53 0-1.059 0-1.589-.002z"/><path fill="#fff" d="M19.445 6.274l.493-.032c.09.206.182.411.277.616-.707.392-1.136 1.075-1.549 1.742.176-.802.52-1.552.779-2.326zM23.397 6.99c.166-.232.333-.466.501-.698.104.352.203.707.291 1.064l-.792-.366zM7.787 8.901c.451-1.36 2.134-1.973 3.406-1.381-.235.466-.475.926-.709 1.392-.606-.061-1.333.438-.989 1.106.323.648 1.17.392 1.461-.147.531-.003 1.061-.003 1.592.002-.142 1.224-1.205 2.301-2.47 2.267-1.605.067-2.901-1.739-2.291-3.238zM19.36 9.531a2.628 2.628 0 0 1 2.056-2.218c.058.514.102 1.027.154 1.541-.2.245-.384.499-.557.765-.55-.024-1.102-.05-1.653-.088z"/><path fill="#fff" d="M22.149 7.341c1.592.216 2.71 2.101 1.85 3.536-.838 1.59-3.259 1.694-4.318.275 1.227-.05 2.454-.072 3.682-.106v-.866c-.31.005-.619.011-.928.022.158-.445.106-.899-.235-1.243a36.368 36.368 0 0 1-.05-1.619zM11.598 7.787c.456.45.79 1.006.931 1.635a84.49 84.49 0 0 1-1.744.006c.267-.549.531-1.099.813-1.642zM18.422 9.536c.622.264-.419.672 0 0zM14.619 10.181c.315-.016.632-.026.949-.032l.166.574c-.458.016-.902-.102-1.115-.542z"/><path fill="#fff" d="M19.387 10.101c.699-.018 1.442-.258 2.109.043-.658.168-1.336.195-2.006.259a26.723 26.723 0 0 1-.102-.302zM15.299 14.626c.414.013.827.035 1.24.08.109.8-.699.675-1.245.669 0-.25.002-.499.005-.749zM15.294 15.987c.435.067 1.11-.166 1.328.355.075.742-.861.51-1.325.562l-.003-.917zM4.813 19.992c-.17-.472.603-.754.675-.235.098.747.051 1.51-.03 2.258-1.072.053-.542-1.342-.645-2.022zM7.258 19.466c.502.072.646.44.539.901l-.558.088c.002-.331.006-.661.019-.989zM20.494 20.474c-.085-.432.083-1.368.669-.85.134.786.077 1.597-.011 2.386-.922.136-.598-.981-.658-1.536zM24.102 19.56c.558-.008.794.307.686.838a54.74 54.74 0 0 1-.696.074c0-.304.003-.608.01-.912zM15.8 21.05c.072-.349.144-.696.221-1.043l.232 1.048-.453-.005zM7.258 20.774c.61.045.712.552.586 1.07-.202.03-.403.061-.605.09-.002-.387.003-.773.019-1.16z"/><path fill="#fff" d="M0 21.92c.259 1.242 1.478 2.062 2.72 1.971a4702.9 4702.9 0 0 0 26.56-.003c1.237.096 2.438-.717 2.72-1.942V24H0v-2.08z"/><path d="M0 2.054C.266.977 1.251.11 2.386.139c9.075-.006 18.152-.006 27.229 0 1.139-.029 2.139.848 2.386 1.941v19.866c-.282 1.226-1.483 2.038-2.72 1.942a4702.9 4702.9 0 0 1-26.56.003c-1.242.091-2.461-.73-2.72-1.971V2.054M1.974.712C1.139.886.489 1.69.508 2.546c-.006 6.302-.006 12.606 0 18.909-.027 1.003.874 1.906 1.877 1.877 9.077.006 18.154.006 27.229 0 1.003.027 1.904-.875 1.877-1.877.006-6.302.006-12.606 0-18.909.03-1.066-.984-1.979-2.037-1.882C20.294.698 11.129.6 1.974.712z"/><path fill="#030303" d="M13.394 2.904c.072-.517.142-1.035.302-1.533.333.094.666.194.998.288-.066.146-.131.291-.195.438l-.56-.005c-.074.448-.154.896-.267 1.338.253.525-.014 1.048-.19 1.549.157.074.315.146.474.219.12.928.896 1.552 1.355 2.318-.15.522-.11 1.067-.114 1.603H16.8V7.761h1.477c.37-.987.744-1.973 1.11-2.962-.682-.226-1.701-.029-2.045-.808 1.051-.037 2.102-.022 3.155-.01.002.248.002.498-.002.746-.194.08-.386.16-.579.242-.058.214-.114.429-.171.643 1.326.002 2.654.002 3.981 0 .173.141.349.278.526.413.714 1.802 1.374 4.077-.003 5.746-1.389 1.778-4.427 1.36-5.366-.667-.414-.005-.829-.008-1.243-.022.048.166.094.333.141.499-.218.011-.435.018-.653.019.05-.17.099-.341.15-.51-.882-.086-1.906.254-2.686-.25-.707-.93.005-2.12.03-3.147-.533-.826-1.795-.741-2.15-1.763-.131.262-.261.525-.39.789 1.114.79 1.75 2.147 1.595 3.512-.115.03-.342.094-.458.125-.365 1.578-1.952 2.798-3.589 2.528-1.646-.186-2.957-1.802-2.773-3.453.091-1.419 1.242-2.582 2.59-2.91.03-.098.09-.293.118-.389.723-.04 1.448.054 2.118.339.491-1.024.989-2.045 1.475-3.07-.339.059-.678.118-1.018.171a27.779 27.779 0 0 1-.163-.861c.504-.246 1.059-.333 1.414.194m6.054 3.369c-.259.774-.603 1.525-.779 2.326.413-.667.842-1.35 1.549-1.742a37.47 37.47 0 0 1-.277-.616l-.493.032m3.952.716c.262.122.526.245.792.366a24.214 24.214 0 0 0-.291-1.064c-.168.232-.334.466-.501.698M7.787 8.901c-.61 1.499.686 3.306 2.291 3.238 1.266.034 2.328-1.043 2.47-2.267-.531-.005-1.061-.005-1.592-.002-.291.539-1.138.795-1.461.147-.344-.667.382-1.166.989-1.106.234-.466.474-.926.709-1.392-1.272-.592-2.955.021-3.406 1.381m11.573.631c.55.038 1.102.064 1.653.088.173-.266.357-.52.557-.765-.051-.514-.096-1.027-.154-1.541a2.628 2.628 0 0 0-2.056 2.218m2.789-2.19c.005.541.021 1.08.05 1.619.341.344.394.798.235 1.243.309-.011.618-.018.928-.022v.866c-1.227.034-2.454.056-3.682.106 1.059 1.419 3.48 1.315 4.318-.275.861-1.435-.258-3.32-1.85-3.536m-10.55.445c-.282.542-.546 1.093-.813 1.642.581.002 1.163.003 1.744-.006a3.32 3.32 0 0 0-.931-1.635m6.824 1.748c-.419.672.622.264 0 0m-3.803.645c.213.44.658.558 1.115.542l-.166-.574c-.317.006-.634.016-.949.032m4.768-.08l.102.302c.67-.064 1.349-.091 2.006-.259-.667-.301-1.41-.061-2.109-.043m-1.727.187c-.19.251.259.45.406.229.189-.253-.261-.451-.406-.229zM14.566 13.947c.768.043 1.611-.166 2.32.211.502.331.434 1.019.125 1.461.448.464.514 1.266-.022 1.691-.715.466-1.621.208-2.422.262a438.264 438.264 0 0 1 0-3.626m.732.68c-.003.25-.005.499-.005.749.546.006 1.354.131 1.245-.669a16.09 16.09 0 0 0-1.24-.08m-.005 1.361l.003.917c.464-.051 1.4.181 1.325-.562-.218-.522-.893-.288-1.328-.355zM4.853 19.099c1.509-.338 1.288 1.683 1.155 2.61-.046 1.016-1.776.918-1.709-.107.01-.8-.352-2.093.554-2.502m-.04.892c.102.68-.427 2.075.645 2.022.082-.747.128-1.51.03-2.258-.072-.518-.845-.237-.675.235zM12.67 19.397c.566-.714 1.762-.226 1.712.686l-.571.048-.163-.659c-1.051.045-.526 1.518-.578 2.216.338.986 1.275-.642.309-.674l.006-.422h.947c-.002.571-.003 1.142.003 1.714-.579-.019-1.437.357-1.733-.355-.186-.822-.243-1.758.067-2.554zM20.534 19.104c.426-.123 1.037-.006 1.133.502.162.766.179 1.594-.03 2.352-.298.792-1.702.531-1.64-.355.01-.798-.346-2.07.538-2.499m-.041 1.37c.059.555-.264 1.672.658 1.536.088-.789.146-1.6.011-2.386-.586-.518-.754.418-.669.85zM6.686 19.11c.499.046 1.067-.069 1.51.214.339.36.16.882.018 1.288.25.426.41 1.002.067 1.427-.413.426-1.067.264-1.597.309.003-1.08 0-2.16.002-3.238m.572.356c-.013.328-.018.658-.019.989l.558-.088c.107-.461-.037-.829-.539-.901m0 1.308c-.016.387-.021.773-.019 1.16.202-.029.403-.059.605-.09.126-.518.024-1.026-.586-1.07zM9.086 19.131h.552c-.002.902 0 1.806-.002 2.71.36 0 .72 0 1.08.002v.506c-.544.002-1.088.002-1.63.002v-3.219zM11.318 19.131h.552v3.219h-.552c.002-1.074.002-2.147 0-3.219zM14.944 22.341c.23-1.074.458-2.147.69-3.219.262 0 .525 0 .787.002.224 1.074.459 2.146.685 3.219a56.263 56.263 0 0 0-.581-.003c-.058-.27-.115-.541-.171-.811h-.651c-.062.27-.123.541-.182.811-.194 0-.386 0-.576.002m.855-1.292l.453.005-.232-1.048a71.41 71.41 0 0 0-.221 1.043zM17.498 19.13c.614.002 1.227.002 1.842 0l.01.496-.661.008c-.002.906 0 1.813-.002 2.718-.179 0-.36-.002-.539 0 .002-.907 0-1.813.002-2.718l-.659-.006.008-.498zM22.382 19.131l.554-.002a864.57 864.57 0 0 0 0 3.221h-.554v-3.219zM23.544 19.115c.491.032 1.034-.082 1.485.165.466.338.398 1.006.064 1.414.472.422.304 1.094.386 1.653l-.565-.016c-.024-.629.099-1.598-.813-1.514a64.367 64.367 0 0 0-.01 1.523c-.182-.002-.366 0-.549 0 0-1.075-.002-2.15.002-3.226m.558.446c-.006.304-.01.608-.01.912.232-.022.464-.048.696-.074.107-.531-.128-.846-.686-.838zM26.112 19.13c.53.002 1.059.002 1.589.002l.002.499c-.347 0-.694 0-1.042.002 0 .258-.002.515 0 .774h.939l.008.509c-.317 0-.632 0-.947.002v.925c.347 0 .693 0 1.04.002l.002.507h-1.59v-3.221z"/><path fill="#9b9b9b" d="M17.659 10.288c.146-.222.595-.024.406.229-.147.221-.597.022-.406-.229z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--motorcycles--g4" xmlns="http://www.w3.org/2000/svg"><path d="M2.916 0h42.13C46.488.362 47.604 1.493 48 2.921v18.12A4.186 4.186 0 0 1 45.089 24H2.95C1.515 23.63.401 22.5 0 21.079V2.949a4.132 4.132 0 0 1 2.916-2.95m.067.877C1.742 1.126.787 2.321.809 3.583c-.014 5.611-.014 11.222 0 16.834-.026 1.478 1.291 2.81 2.774 2.774 13.61.014 27.223.014 40.834 0 1.483.036 2.796-1.298 2.772-2.774.019-5.611.019-11.222 0-16.834.048-1.697-1.622-2.995-3.254-2.801C30.286.847 16.623.66 2.984.876z"/><path d="M15.931 4.306c1.447-.01 2.978-.223 4.382.098.569.991-.926.905-1.526.871-.334.473-.662.948-.989 1.426 1.906.034 3.816-.053 5.719.038 1.061.094 1.205 1.771.182 2.064-1.243.178-2.51-.05-3.756.113-.895.334-.298 1.387-.17 2.028.305.715.223 1.728.91 2.196.826.055 1.697.144 2.503-.058.689-.799.989-1.87 1.522-2.777 1.846.125 3.778-.266 5.568.211-1.834 1.668-2.762 4.286-1.999 6.708-2.234-.024-4.466.005-6.701-.012a1.426 1.426 0 0 1-1.471-1.085c-.826-2.866-1.586-5.748-2.407-8.616-.475 1.171-.95 2.34-1.409 3.516 2.232 1.246 3.247 4.262 2.004 6.542-1.121 2.354-4.253 3.379-6.554 2.155-2.419-1.135-3.446-4.392-2.107-6.708 1.03-2.011 3.456-2.909 5.611-2.465.49-1.272.998-2.537 1.522-3.794-.276-.038-.552-.079-.83-.118a39.518 39.518 0 0 1-.002-2.335m-5.294 11.274c.053 2.35 2.969 3.902 4.951 2.638 2.136-1.147 2.146-4.43.132-5.714-.259.576-.494 1.162-.73 1.745.926 1.068-.026 2.957-1.476 2.482-1.558-.422-1.164-2.791.391-2.89.25-.583.482-1.174.706-1.766-2.062-.401-4.202 1.375-3.974 3.506z"/><path d="M25.428 9.437c.485-.684.583-2.064 1.668-2.009 2.17.007 4.346-.043 6.516.029.967.091 1.19 1.178 1.126 1.98-.802.005-1.603.002-2.407.005.142.37.281.739.42 1.111 2.218-.463 4.716.518 5.7 2.626 1.219 2.306.163 5.434-2.189 6.545-2.352 1.258-5.568.149-6.631-2.299-1.133-2.268-.101-5.177 2.078-6.396-.206-.528-.413-1.056-.624-1.584-1.884-.01-3.77.002-5.657-.007m7.958 2.634c.223.593.454 1.183.703 1.766 1.553.101 1.946 2.462.396 2.89-1.43.478-2.424-1.397-1.481-2.458a32.354 32.354 0 0 0-.727-1.769c-2.018 1.279-2.009 4.572.132 5.714 1.985 1.265 4.891-.29 4.949-2.638.223-2.129-1.913-3.907-3.972-3.506z"/><path fill="#fff" d="M2.983.876C16.622.66 30.285.847 43.934.782c1.632-.194 3.302 1.104 3.254 2.801.019 5.611.019 11.222 0 16.834.024 1.476-1.289 2.81-2.772 2.774-13.61.014-27.223.014-40.834 0-1.483.036-2.801-1.296-2.774-2.774-.014-5.611-.014-11.222 0-16.834-.022-1.262.934-2.458 2.174-2.707m12.949 3.43c-.022.778-.022 1.558.002 2.335.278.038.554.079.83.118a155.429 155.429 0 0 0-1.522 3.794c-2.155-.444-4.582.454-5.611 2.465-1.339 2.316-.312 5.573 2.107 6.708 2.302 1.224 5.434.199 6.554-2.155 1.243-2.28.228-5.297-2.004-6.542.458-1.176.934-2.345 1.409-3.516.821 2.868 1.582 5.75 2.407 8.616.151.66.794 1.135 1.471 1.085 2.234.017 4.466-.012 6.701.012-.763-2.422.166-5.04 1.999-6.708-1.79-.478-3.722-.086-5.568-.211-.533.907-.833 1.978-1.522 2.777-.806.202-1.678.113-2.503.058-.686-.468-.605-1.481-.91-2.196-.127-.641-.725-1.694.17-2.028 1.246-.163 2.513.065 3.756-.113 1.022-.293.878-1.97-.182-2.064-1.903-.091-3.814-.005-5.719-.038.326-.478.655-.953.989-1.426.6.034 2.095.12 1.526-.871-1.404-.322-2.935-.108-4.382-.098m9.499 5.129c1.886.01 3.773-.002 5.657.007.211.528.418 1.056.624 1.584-2.179 1.219-3.211 4.128-2.078 6.396 1.063 2.448 4.279 3.557 6.631 2.299 2.352-1.111 3.408-4.238 2.189-6.545-.984-2.107-3.482-3.089-5.7-2.626-.139-.372-.278-.742-.42-1.111.804-.002 1.606 0 2.407-.005.065-.802-.158-1.889-1.126-1.98-2.17-.072-4.346-.022-6.516-.029-1.085-.055-1.183 1.325-1.668 2.009z"/><path fill="#fff" d="M10.639 15.578c-.228-2.131 1.913-3.907 3.974-3.506a41.896 41.896 0 0 1-.706 1.766c-1.555.098-1.949 2.467-.391 2.89 1.45.475 2.402-1.414 1.476-2.482.235-.583.47-1.169.73-1.745 2.014 1.284 2.004 4.567-.132 5.714-1.982 1.265-4.898-.288-4.951-2.638zM33.386 12.072c2.059-.401 4.195 1.378 3.972 3.506-.058 2.347-2.964 3.902-4.949 2.638-2.141-1.142-2.15-4.435-.132-5.714.262.581.502 1.174.727 1.769-.943 1.061.05 2.935 1.481 2.458 1.55-.427 1.157-2.789-.396-2.89a42.39 42.39 0 0 1-.703-1.766z"/></symbol><symbol viewBox="0 0 8 24" id="complementary--obstacle-delineator--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.897 0h6.579c.261.119.503.281.705.484V24H5.876c-.597-.562-1.16-1.158-1.745-1.732-.573.581-1.144 1.165-1.731 1.732H.127c.137-.153-.028-.337-.128-.456V.889C.168.49.452.106.896.001m2.505.273A341.115 341.115 0 0 1 .275 3.399C.271 4.278.273 5.157.273 6.037c1.312-1.29 2.599-2.604 3.909-3.895C5.485 3.412 6.667 4.795 8 6.037c0-.91.003-1.82-.003-2.73A333.686 333.686 0 0 1 4.963.274C4.442.271 3.921.271 3.4.273m.734 4.902C2.818 6.465 1.621 7.863.276 9.125c-.005.88-.003 1.759-.003 2.639 1.312-1.29 2.599-2.604 3.909-3.895C5.461 9.13 6.718 10.414 8 11.674c0-.879.002-1.758-.002-2.637-1.295-1.28-2.578-2.572-3.865-3.861M.274 14.765c-.002.878-.001 1.757-.001 2.636a453.38 453.38 0 0 0 3.86-3.862C5.421 14.827 6.704 16.121 8 17.401c0-.909.001-1.818-.002-2.728-1.28-1.259-2.537-2.542-3.816-3.804-1.309 1.292-2.597 2.605-3.908 3.895m.001 5.726c-.004.879-.002 1.759-.002 2.638 1.312-1.29 2.599-2.604 3.909-3.895C5.461 20.494 6.718 21.778 8 23.038c0-.88.002-1.759-.002-2.638-1.281-1.259-2.537-2.542-3.816-3.803-1.309 1.291-2.596 2.605-3.907 3.894z"/><path fill="#ffd24e" d="M3.401.274C3.922.272 4.443.272 4.964.275a321.333 321.333 0 0 0 3.034 3.033c.005.91.003 1.82.003 2.73-1.333-1.243-2.515-2.625-3.818-3.895C2.873 3.435 1.586 4.748.274 6.038c0-.88-.002-1.759.002-2.638A354.237 354.237 0 0 0 3.402.275z"/><path fill="#ffd24e" d="M4.134 5.175c1.286 1.289 2.57 2.581 3.865 3.861.004.879.002 1.758.002 2.637-1.282-1.259-2.539-2.544-3.818-3.805-1.31 1.292-2.597 2.605-3.909 3.895 0-.88-.003-1.759.003-2.639 1.345-1.262 2.542-2.66 3.858-3.95z"/><path fill="#ffd24e" d="M.274 14.765c1.311-1.291 2.599-2.604 3.908-3.895 1.279 1.262 2.536 2.545 3.816 3.804.003.91.002 1.819.002 2.728-1.296-1.28-2.579-2.574-3.867-3.862a468.488 468.488 0 0 1-3.86 3.862c0-.879-.001-1.758.001-2.636z"/><path fill="#ffd24e" d="M.275 20.49c1.311-1.289 2.598-2.603 3.907-3.894 1.279 1.261 2.535 2.544 3.816 3.803.004.879.002 1.758.002 2.638-1.282-1.259-2.539-2.544-3.818-3.805-1.31 1.292-2.597 2.605-3.909 3.895 0-.879-.002-1.759.002-2.638z"/><path fill="#ffd24e" d="M4.132 22.268c.585.574 1.148 1.17 1.745 1.732H2.401c.587-.566 1.158-1.151 1.731-1.732z"/></symbol><symbol viewBox="0 0 8 24" id="complementary--obstacle-delineator--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.895 0h6.582c.262.119.509.276.705.489V24H5.037c.995-.973 1.967-1.968 2.957-2.945.012-.878.004-1.756.005-2.635-1.875 1.849-3.725 3.725-5.593 5.58H.15c.092-.136-.035-.296-.15-.367V.888C.171.493.448.1.895 0m2.501.278A398.521 398.521 0 0 1 .278 3.396C.266 4.275.274 5.154.274 6.034c1.927-1.912 3.848-3.833 5.76-5.76-.879 0-1.759-.008-2.638.004M.278 9.033c-.013.909-.004 1.819-.004 2.729 2.584-2.557 5.138-5.145 7.72-7.705.012-.909.005-1.818.004-2.728C5.414 3.886 2.861 6.474.278 9.033m0 5.727c-.012.879-.004 1.759-.004 2.638 2.584-2.557 5.139-5.145 7.721-7.705.01-.878.004-1.757.003-2.636-2.584 2.557-5.137 5.145-7.72 7.704m0 5.727c-.012.879-.005 1.758-.004 2.637 2.584-2.557 5.138-5.145 7.721-7.705.011-.909.003-1.818.004-2.727-2.5 2.661-5.146 5.198-7.721 7.795z"/><path fill="#ffd24e" d="M3.396.278C4.275.266 5.155.274 6.034.274a1042.675 1042.675 0 0 1-5.76 5.76c0-.88-.008-1.759.004-2.638A398.521 398.521 0 0 0 3.396.278zM.278 9.033c2.583-2.559 5.136-5.146 7.72-7.704.001.91.008 1.819-.004 2.728-2.582 2.56-5.136 5.147-7.72 7.705 0-.91-.009-1.82.004-2.729zM.278 14.76c2.583-2.559 5.136-5.146 7.72-7.704.001.879.007 1.758-.003 2.636-2.582 2.56-5.137 5.148-7.721 7.705 0-.879-.008-1.759.004-2.638zM.278 20.488c2.575-2.596 5.221-5.134 7.721-7.795-.001.909.007 1.818-.004 2.727-2.583 2.56-5.137 5.147-7.721 7.705-.001-.879-.008-1.758.004-2.637zM2.406 24c1.868-1.855 3.718-3.731 5.593-5.58-.001.878.007 1.756-.005 2.635-.99.977-1.963 1.973-2.957 2.945H2.406z"/></symbol><symbol viewBox="0 0 8 24" id="complementary--obstacle-delineator--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.819 0h6.468c.265.118.518.272.713.492V24H5.509c-1.235-1.208-2.44-2.446-3.673-3.657-.613-.451-1.094-1.048-1.653-1.559-.001.907-.008 1.815.004 2.724.834.829 1.662 1.664 2.496 2.493H-.001V.595C.228.344.467.071.818.001m1.783.274a983.096 983.096 0 0 0 5.306 5.306c.002-.878.005-1.756-.002-2.634A480.627 480.627 0 0 1 5.234.275C4.356.269 3.479.272 2.6.274m-2.416.872C.182 2.024.179 2.902.185 3.78c2.58 2.565 5.139 5.149 7.723 7.71.002-.878.005-1.756-.001-2.634-2.58-2.565-5.139-5.149-7.723-7.71m0 5.819C.182 7.873.179 8.781.185 9.69c2.58 2.565 5.139 5.15 7.723 7.71.002-.908.005-1.816-.002-2.725C5.327 12.11 2.768 9.526.184 6.965m0 5.909c-.002.878-.005 1.755.001 2.634 2.58 2.565 5.139 5.149 7.723 7.71.002-.878.005-1.756-.001-2.634-2.58-2.565-5.139-5.149-7.723-7.71z"/><path fill="#ffd24e" d="M2.601.275C3.479.273 4.356.27 5.235.276c.887.894 1.777 1.785 2.671 2.672.007.877.004 1.755.002 2.634A983.096 983.096 0 0 1 2.602.276zM.184 1.146c2.584 2.561 5.143 5.145 7.723 7.71.006.877.003 1.755.001 2.634C5.324 8.929 2.765 6.345.185 3.78.179 2.903.182 2.025.184 1.146zM.184 6.965c2.584 2.561 5.143 5.145 7.722 7.71.007.908.004 1.816.002 2.725-2.584-2.56-5.143-5.145-7.723-7.71C.179 8.782.182 7.874.184 6.965zM.184 12.874c2.584 2.561 5.143 5.145 7.723 7.71.006.877.003 1.755.001 2.634-2.584-2.561-5.143-5.145-7.723-7.71-.006-.878-.003-1.755-.001-2.634zM.184 18.784c.559.511 1.04 1.108 1.653 1.559C3.07 21.554 4.275 22.792 5.51 24H2.685c-.835-.829-1.663-1.664-2.496-2.493-.012-.908-.005-1.816-.004-2.724z"/></symbol><symbol viewBox="0 0 47 24" id="complementary--one-direction-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M2.429 0h42.242c1.632.202 2.614 1.78 2.554 3.336.069 5.304.005 10.608.033 15.914-.014 1.278-.026 2.761-1.031 3.705-1.069.946-2.602.822-3.93.867-12.832-.017-25.661.031-38.49-.021-1.713.131-3.571-.796-3.807-2.645V2.505C.216 1.253 1.169.233 2.429 0m.52.62C1.578.615.578 1.806.604 3.136.497 8.345.592 13.558.556 18.769c.021 1.143-.062 2.386.542 3.41.57.877 1.742.958 2.688.993 13-.01 25.998.002 38.996-.005 1.01-.045 2.162 0 2.982-.691.827-.753.827-1.965.853-2.996-.002-5.145.01-10.289-.005-15.434-.048-1.05-.057-2.4-1.069-3.023-1.138-.599-2.478-.461-3.721-.494C28.864.593 15.9.415 2.949.619z"/><path fill="#edae15" d="M2.445 1.504c.751-.192 1.535-.183 2.307-.197 12.672.005 25.345-.002 38.02.002.841.048 1.773-.019 2.512.454.604.677.516 1.668.563 2.512-.024 5.389.048 10.781-.036 16.17.093 1.176-.96 2.01-2.082 1.934-13.388.031-26.778.014-40.168.01-1.072.105-2.227-.504-2.167-1.709-.159-5.541-.024-11.092-.069-16.636.038-.908-.01-2.293 1.119-2.54m14.04 2.127c-3.952 2.747-7.944 5.437-11.881 8.2 3.883 2.759 7.737 5.56 11.646 8.279.929.803 2.576.178 2.533-1.105-.183-1.347-.779-2.597-1.126-3.907 8.5-.024 17.002.01 25.502-.017.017-2.155.012-4.31.005-6.463-8.509-.019-17.019.005-25.528-.012.402-1.283 1.136-2.481 1.309-3.826.012-1.245-1.507-1.891-2.459-1.15z"/><path fill="#231f20" d="M2.949.62C15.899.416 28.864.594 41.822.53c1.243.033 2.583-.105 3.721.494 1.012.623 1.022 1.972 1.069 3.023.014 5.145.002 10.289.005 15.434-.026 1.031-.026 2.243-.853 2.996-.82.691-1.972.646-2.982.691-12.998.007-25.996-.005-38.996.005-.946-.036-2.117-.116-2.688-.993-.604-1.024-.52-2.267-.542-3.41C.592 13.559.497 8.345.604 3.137.578 1.806 1.578.616 2.949.621m-.504.883c-1.129.247-1.081 1.632-1.119 2.54.045 5.544-.09 11.095.069 16.636-.059 1.205 1.095 1.813 2.167 1.709 13.39.005 26.78.021 40.168-.01 1.122.076 2.174-.758 2.082-1.934.083-5.389.012-10.781.036-16.17-.048-.844.04-1.834-.563-2.512-.739-.473-1.67-.406-2.512-.454-12.675-.005-25.347.002-38.02-.002-.772.014-1.556.005-2.307.197z"/><path fill="#231f20" d="M16.484 3.631c.953-.741 2.471-.095 2.459 1.15-.173 1.345-.908 2.543-1.309 3.826 8.509.017 17.019-.007 25.528.012.007 2.153.012 4.308-.005 6.463-8.5.026-17.002-.007-25.502.017.347 1.309.943 2.559 1.126 3.907.043 1.283-1.604 1.908-2.533 1.105-3.909-2.718-7.763-5.52-11.646-8.279 3.937-2.764 7.93-5.453 11.881-8.2z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--one-direction-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#edae15" d="M2.94 0H45.3c1.62.23 2.626 1.802 2.573 3.362.046 5.758.055 11.522-.005 17.28A3.263 3.263 0 0 1 45.046 24H3.372C1.68 23.921.233 22.618.271 20.875.165 15.113.233 9.343.237 3.581.143 1.915 1.175.192 2.939 0m.277.626C1.733.612.766 1.975.833 3.372.792 9.108.771 14.851.845 20.587c-.07 1.488 1.018 2.851 2.573 2.789 13.26.062 26.525.007 39.787.026 1.097-.043 2.354.046 3.257-.701.835-.761.838-1.985.862-3.026-.002-5.196.01-10.392-.005-15.586-.048-1.02-.05-2.268-.931-2.959-1.085-.691-2.441-.559-3.667-.595C29.555.6 16.379.42 3.217.626z"/><path fill="#edae15" d="M2.712 1.517c.758-.194 1.55-.182 2.326-.197 12.802.005 25.601-.002 38.4.002.852.048 1.79-.019 2.542.458.65.758.518 1.85.566 2.779-.041 5.429.074 10.865-.058 16.291.041 1.243-1.238 1.85-2.323 1.766-13.524-.01-27.053.026-40.577-.019-1.157.115-2.054-.804-1.968-1.951-.096-5.518-.014-11.042-.041-16.562.036-.917-.01-2.318 1.133-2.568m26.616 3.286c.168 1.366.924 2.582 1.325 3.888-8.592.024-17.184-.007-25.776.014-.012 2.177-.014 4.351.002 6.528 8.582.031 17.167-.014 25.75.022-.336 1.327-.958 2.587-1.133 3.95-.046 1.306 1.634 1.91 2.568 1.102C36 17.56 39.89 14.75 43.795 11.961c-3.941-2.832-7.992-5.508-11.969-8.29-.96-.742-2.477-.118-2.498 1.13z"/><path fill="#231f20" d="M3.216.626C16.378.42 29.554.6 42.72.535c1.226.036 2.582-.096 3.667.595.881.691.883 1.939.931 2.959.014 5.194.002 10.39.005 15.586-.024 1.042-.026 2.266-.862 3.026-.902.746-2.16.658-3.257.701-13.262-.019-26.527.036-39.787-.026-1.555.062-2.642-1.301-2.573-2.789C.77 14.851.791 9.108.832 3.372c-.067-1.397.9-2.76 2.383-2.746m-.503.891c-1.142.25-1.097 1.651-1.133 2.568.026 5.52-.055 11.045.041 16.562-.086 1.147.811 2.066 1.968 1.951 13.524.046 27.053.01 40.577.019 1.085.084 2.364-.523 2.323-1.766.132-5.426.017-10.862.058-16.291-.048-.929.084-2.021-.566-2.779-.751-.478-1.69-.41-2.542-.458-12.799-.005-25.598.002-38.4-.002-.775.014-1.567.002-2.326.197z"/><path fill="#231f20" d="M29.328 4.802c.022-1.248 1.538-1.872 2.498-1.13 3.977 2.782 8.028 5.458 11.969 8.29-3.905 2.789-7.795 5.599-11.731 8.345-.934.809-2.614.204-2.568-1.102.175-1.363.797-2.623 1.133-3.95-8.582-.036-17.167.01-25.75-.022a489.83 489.83 0 0 1-.002-6.528c8.592-.022 17.184.01 25.776-.014-.401-1.306-1.157-2.522-1.325-3.888z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--pass-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.667 0h.419l.032.02c-.147.059-.337.121-.475.007L2.667 0zM30.483 0h.421l.025.027c-.138.117-.33.051-.477-.009l.031-.017zM2.375.124c.061-.072.136-.089.223-.051-.059.074-.134.09-.223.051zM30.977.076a.194.194 0 0 1 .227.033c-.087.053-.163.042-.227-.033zM1.65.437a1.13 1.13 0 0 1 .517-.244 2.372 2.372 0 0 1-.517.244zM2.748.294c.234-.044.473-.052.709-.055h26.26c.477 0 .965-.019 1.426.127 1.312.375 2.288 1.725 2.187 3.091-.002 5.827 0 11.655-.001 17.482-.096 1.356-1.199 2.589-2.55 2.8-.507.073-1.019.042-1.529.048-8.643-.003-17.287.006-25.931-.004C1.648 23.83.158 22.271.267 20.61.27 14.893.269 9.175.268 3.458.159 1.987 1.298.551 2.747.295m.474.476C1.892.822.709 2.049.79 3.39.792 9.196.787 15.002.788 20.807c.044 1.304 1.21 2.472 2.53 2.454 8.933.016 17.866.002 26.798.007 1.383.064 2.716-1.12 2.692-2.526-.001-5.807.003-11.613.003-17.42C32.806 1.998 31.67.757 30.319.761 21.286.766 12.252.738 3.22.77zM31.873.389l.137.09-.137-.09zM1.353.622zM.87 1.084L.954.938l-.084.146zM32.756 1.078zM32.988 1.368l.038.144-.038-.144zM33.067 1.536c.125.059.155.209.199.326-.104-.076-.213-.186-.199-.326z"/><path fill="#fffffe" d="M3.011 1.75c.278-.06.563-.037.845-.04l25.729-.003c.397.003.804-.027 1.19.086.627.218 1.105.86 1.084 1.531-.001 5.805.001 11.611.003 17.417.002.843-.763 1.592-1.608 1.572-8.956.001-17.912.005-26.867.001-.856.04-1.65-.714-1.645-1.57-.001-5.807 0-11.614-.004-17.421-.017-.734.55-1.439 1.274-1.573m9.616 11.378c-.379-.786-.705-1.6-1.11-2.373-.279-.541-1.179-.424-1.336.156-.803 3.069-1.596 6.142-2.391 9.212 3.119-.398 6.238-.79 9.355-1.196a.756.756 0 0 0 .689-.777c.009-.307-.245-.522-.48-.673-.669-.423-1.343-.839-2.012-1.262 3.608-3.186 7.229-6.358 10.839-9.541-.903-1.026-1.806-2.054-2.71-3.079-3.616 3.177-7.225 6.36-10.843 9.534zM33.308 1.945c.082.142.144.295.199.449v.191c-.068-.213-.146-.423-.199-.64zM.072 2.658c-.039-.085-.025-.16.04-.224.049.085.035.16-.04.224zM.072 21.4c.072.064.088.14.047.227-.07-.062-.086-.138-.047-.227zM33.461 21.684c-.065-.091-.05-.158.046-.198v.172l-.046.026zM33.093 22.442a6.61 6.61 0 0 0 .088-.14l-.088.14zM1.217 23.32l.152.068-.152-.068zM1.423 23.448l.139.091-.139-.091zM2.304 23.872c.087-.035.162-.015.223.057-.091.038-.166.019-.223-.057zM30.657 24c.211-.043.423-.089.637-.122-.106.042-.211.082-.316.122h-.32zM2.584 23.952c.088-.076.213-.033.279.048h-.259l-.021-.048z"/><path fill="#323131" d="M3.085 0l27.367.017c-.374.076-.755.049-1.133.049H4.255C3.876.065 3.492.095 3.117.019l-.032-.02z"/><path fill="#1a1919" d="M2.599.073l.044-.047c.138.114.328.053.475-.007.375.076.759.046 1.138.047H29.32c.378 0 .759.027 1.133-.049.147.06.339.126.477.009l.048.049c.064.075.14.086.227.033l.243.094.157.041c.09.047.18.095.269.144l.137.09c.295.136.535.356.746.599l.064.15c.057.046.113.092.168.14l.038.144.041.023c-.014.14.096.25.199.326l.042.083c.053.217.13.427.199.64v18.901c-.096.041-.111.107-.046.198l-.041.045-.019.162c-.07.139-.142.277-.221.411l-.088.14a2.99 2.99 0 0 1-1.435 1.294l-.142.064a6.521 6.521 0 0 1-.222.078c-.214.033-.425.079-.637.122H2.864c-.066-.081-.191-.124-.279-.048l-.057-.023c-.062-.072-.136-.092-.223-.057l-.039-.019a11.07 11.07 0 0 1-.159-.031 4.836 4.836 0 0 1-.544-.283l-.139-.091-.053-.06-.152-.068a3.93 3.93 0 0 1-.892-1.167l-.051-.148-.101-.18-.021-.16-.034-.039c.041-.086.026-.162-.047-.227a18.185 18.185 0 0 1-.012-.086C.075 15.105.06 8.9.069 2.695l.004-.041c.074-.064.088-.139.04-.224.029-.081.059-.161.09-.241l.044-.156c.155-.348.359-.678.624-.953L.955.934c.118-.122.255-.225.399-.316a11.065 11.065 0 0 1 .297-.184c.181-.061.355-.141.517-.244l.014-.005.15-.055.045-.009c.09.039.164.023.223-.051m.148.224C1.299.55.16 1.986.269 3.457.27 9.174.271 14.892.268 20.609c-.109 1.661 1.381 3.22 3.052 3.173 8.644.01 17.288.001 25.931.004.51-.006 1.022.025 1.529-.048 1.351-.211 2.454-1.444 2.55-2.8.001-5.827-.001-11.655.001-17.482.1-1.367-.876-2.716-2.187-3.091-.461-.146-.949-.127-1.426-.127H3.458a4.108 4.108 0 0 0-.709.055z"/><path fill="#1a1919" d="M3.221.771C12.253.739 21.287.767 30.32.762c1.351-.004 2.487 1.237 2.492 2.561-.001 5.807-.004 11.614-.003 17.42.024 1.405-1.309 2.589-2.692 2.526-8.933-.005-17.866.009-26.798-.007-1.32.019-2.486-1.149-2.53-2.454C.788 15.003.793 9.197.791 3.391.71 2.049 1.893.822 3.222.772m-.211.978c-.723.134-1.29.839-1.274 1.573.004 5.807.003 11.614.004 17.421-.005.856.788 1.61 1.645 1.57 8.956.005 17.912 0 26.867-.001.844.019 1.61-.729 1.608-1.572-.002-5.806-.004-11.612-.003-17.417.021-.671-.457-1.313-1.084-1.531-.386-.113-.793-.083-1.19-.086L3.855 1.71c-.282.003-.567-.02-.845.04z"/><path fill="#1a1919" d="M12.628 13.128c3.618-3.174 7.227-6.358 10.843-9.534.905 1.025 1.807 2.053 2.71 3.079-3.61 3.183-7.231 6.356-10.839 9.541.669.423 1.342.84 2.012 1.262.235.152.489.366.48.673a.756.756 0 0 1-.689.777c-3.117.406-6.237.798-9.355 1.196.796-3.071 1.588-6.143 2.391-9.212.157-.58 1.056-.697 1.336-.156.406.773.731 1.586 1.11 2.373z"/><path fill="#cccbcb" d="M2.181.189l.15-.055-.15.055z"/><path fill="#c5c5c5" d="M31.447.203l.157.041-.157-.041z"/><path fill="#c3c2c2" d="M.202 2.193l.044-.156-.044.156z"/><path fill="#9f9f9f" d="M0 2.748l.068-.049C.059 8.904.074 15.109.06 21.314L0 21.231V2.748z"/><path fill="#d4d4d4" d="M.153 21.665l.021.16-.021-.16z"/><path fill="#dbdbdb" d="M33.402 21.891l.019-.162-.019.162z"/><path fill="#dcdcdc" d="M.275 22.005l.051.148-.053-.025.001-.124zM31.516 23.8l.142-.064-.019.055-.123.01z"/><path fill="#c4c4c4" d="M2.105 23.822z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--pass-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.599 0h.418l.032.021c-.149.052-.337.124-.475.008L2.599 0zM30.417 0h.423l.023.029c-.142.111-.328.043-.478-.007l.031-.023zM2.304.11a.198.198 0 0 1 .227-.035c-.064.075-.14.086-.227.035zM30.905.074c.088-.039.164-.023.226.049-.09.04-.166.023-.226-.049zM31.342.194c.191.029.363.122.513.243a2.234 2.234 0 0 1-.513-.243zM2.679.289a4.35 4.35 0 0 1 .712-.051h26.194c.498.001 1.009-.024 1.488.134 1.3.383 2.265 1.726 2.166 3.085-.004 5.852.004 11.704-.004 17.557-.107 1.084-.844 2.102-1.852 2.525-.499.231-1.059.253-1.599.249-8.843-.004-17.686.003-26.529-.004-1.562.042-2.976-1.302-3.078-2.845C.176 15.112.178 9.284.176 3.456.066 1.976 1.218.534 2.678.289m.346.485C1.713.852.668 2.105.694 3.391c.003 5.807.003 11.614.005 17.422.019 1.351 1.286 2.486 2.623 2.455 8.955-.001 17.911.009 26.866-.005 1.32.018 2.486-1.149 2.531-2.455-.002-5.894-.001-11.789-.006-17.684-.074-1.305-1.294-2.38-2.591-2.365C21.089.764 12.056.743 3.024.774zM1.5.478zM32.01.531l.14.09-.14-.09zM32.558.942l.068.148-.068-.148zM.685 1.231l.065-.148-.065.148zM.479 1.514l.039-.144-.039.144zM.241 1.861c.045-.116.072-.266.199-.324.015.14-.095.249-.199.324z"/><path fill="#fffffe" d="M2.881 1.757c.343-.069.694-.047 1.041-.049 8.731.001 17.462.003 26.193.002.85-.039 1.638.694 1.653 1.544l-.002 17.489c.005.857-.789 1.611-1.646 1.571-8.91.006-17.82-.003-26.73.001-.868.079-1.707-.636-1.742-1.508-.003-5.805.003-11.611.001-17.417-.051-.741.506-1.48 1.233-1.633m4.444 4.914c3.608 3.186 7.232 6.354 10.837 9.544-.732.475-1.494.907-2.209 1.407-.387.26-.35.859-.013 1.142.235.152.519.185.79.215 2.996.38 5.991.765 8.986 1.144-.795-3.071-1.589-6.143-2.391-9.212-.157-.58-1.056-.697-1.336-.156-.405.773-.731 1.586-1.11 2.373-3.618-3.174-7.227-6.358-10.843-9.534-.905 1.024-1.806 2.053-2.71 3.077zM0 2.384c.054-.152.12-.298.2-.437a7.636 7.636 0 0 1-.2.628v-.19zM33.395 2.435c.064.063.078.137.043.222-.078-.062-.092-.136-.043-.222zM33.388 21.627c-.043-.088-.026-.164.05-.227.035.088.019.164-.05.227zM0 21.488c.096.04.111.105.046.197L0 21.66v-.172zM.324 22.299l.088.139-.088-.139zM32.136 23.389l.152-.069-.152.069zM31.943 23.54zM30.98 23.931a.2.2 0 0 1 .223-.066c-.054.082-.128.105-.223.066zM2.447 23.958c.107-.093.253-.038.348.042h-.327l-.021-.042zM30.642 24c.067-.08.193-.124.281-.048l-.019.048h-.262z"/><path fill="#323131" d="M3.018 0l27.368.023c-.352.071-.711.045-1.066.044H4.123c-.358.001-.719.025-1.072-.046L3.019 0z"/><path fill="#1a1919" d="M2.531.075l.043-.047c.138.116.326.044.475-.008.354.071.715.047 1.072.046h25.197c.356.001.715.027 1.066-.044.15.05.336.118.478.007l.042.045c.06.072.136.088.226.049l.045.011.15.055.015.006c.158.104.333.181.513.243l.156.094.14.09c.149.089.287.196.408.321l.068.148c.287.255.475.603.634.947l.045.156.089.241c-.05.086-.035.16.043.222l.005.031c-.005 6.197.002 12.394-.004 18.592l-.001.12c-.076.063-.092.139-.05.227l-.033.039-.023.16-.096.179-.055.153c-.231.433-.519.843-.894 1.163l-.152.069-.055.06a4.207 4.207 0 0 1-.681.37l-.157.042-.041.003a.202.202 0 0 0-.223.066l-.057.021c-.088-.076-.214-.032-.281.048H2.791c-.095-.08-.241-.135-.348-.042l-.043-.041a9.063 9.063 0 0 0-.162-.025l-.251-.092a4.435 4.435 0 0 0-.142-.064 2.996 2.996 0 0 1-1.437-1.297L.32 22.3a5.502 5.502 0 0 1-.217-.408l-.021-.162-.04-.045c.065-.092.05-.157-.046-.197V2.575c.074-.207.144-.415.2-.628l.041-.086c.104-.075.214-.184.199-.324l.04-.023.039-.144c.055-.047.11-.094.166-.139l.065-.148c.21-.246.453-.469.75-.604l.136-.09C1.72.34 1.81.293 1.899.247l.157-.043.243-.093c.088.052.164.041.227-.035m.153.213C1.219.534.066 1.976.177 3.456c.002 5.828 0 11.656.001 17.483.102 1.543 1.516 2.887 3.078 2.845 8.843.007 17.686 0 26.529.004.54.003 1.1-.019 1.599-.249 1.008-.423 1.744-1.441 1.852-2.525.008-5.852 0-11.705.004-17.557.099-1.359-.866-2.702-2.166-3.085-.479-.158-.99-.133-1.488-.134H3.392a4.35 4.35 0 0 0-.712.051z"/><path fill="#1a1919" d="M3.024.774C12.056.743 21.089.764 30.122.759c1.297-.015 2.517 1.06 2.591 2.365.005 5.895.004 11.789.006 17.684-.045 1.305-1.211 2.472-2.531 2.455-8.955.014-17.911.004-26.866.005-1.337.031-2.604-1.104-2.623-2.455C.698 15.006.697 9.199.694 3.391.667 2.105 1.712.852 3.024.774m-.143.983c-.727.154-1.283.892-1.233 1.633.003 5.806-.003 11.612-.001 17.417.035.873.875 1.588 1.742 1.508 8.91-.004 17.82.005 26.73-.001.857.04 1.651-.714 1.646-1.571l.002-17.489c-.015-.85-.802-1.584-1.653-1.544-8.731.001-17.462-.001-26.193-.002-.347.003-.698-.02-1.041.049z"/><path fill="#1a1919" d="M7.326 6.671c.905-1.024 1.805-2.053 2.71-3.077 3.617 3.176 7.225 6.36 10.843 9.534.379-.786.705-1.6 1.11-2.373.28-.541 1.179-.424 1.336.156.802 3.069 1.596 6.141 2.391 9.212-2.995-.379-5.99-.765-8.986-1.144-.271-.029-.555-.062-.79-.215-.336-.283-.374-.882.013-1.142.715-.501 1.477-.932 2.209-1.407-3.605-3.19-7.229-6.358-10.837-9.544z"/><path fill="#cccbcb" d="M31.176.134l.15.055-.15-.055z"/><path fill="#c5c5c5" d="M1.903.245L2.06.202l-.157.043z"/><path fill="#c3c2c2" d="M33.26 2.037l.045.156-.045-.156z"/><path fill="#9f9f9f" d="M33.442 2.688l.064.075v18.511l-.068.006c.006-6.197-.001-12.395.004-18.592z"/><path fill="#d4d4d4" d="M33.331 21.825l.023-.16-.023.16z"/><path fill="#dbdbdb" d="M.086 21.729l.021.162-.021-.162z"/><path fill="#dcdcdc" d="M33.181 22.157l.055-.153-.055.153zM1.849 23.735l.142.064-.123-.01-.019-.055z"/><path fill="#c4c4c4" d="M31.244 23.862l.157-.042-.157.042z"/><path fill="#c3c3c3" d="M2.242 23.892l.162.025a9.063 9.063 0 0 0-.162-.025z"/></symbol><symbol viewBox="0 0 18 24" id="complementary--pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.509 0h15.016c.387.15.924.279 1.047.733-.383-.361-.871-.644-1.415-.617C11.583.112 7.01.117 2.436.114c-.449.004-.927-.041-1.343.169a1.719 1.719 0 0 0-.975 1.606C.12 8.66.113 15.43.121 22.201c-.008.891.787 1.687 1.679 1.673 4.815.001 9.63.002 14.445 0 .449.014.843-.227 1.204-.465-.169.364-.585.458-.925.592H1.529a2.04 2.04 0 0 1-1.53-1.511V1.518A2.023 2.023 0 0 1 1.508.001z"/><path d="M1.475.402c.197-.043.4-.041.6-.042 4.724.005 9.448-.005 14.173.005.759-.009 1.434.675 1.426 1.432.007 6.771.001 13.542.003 20.312.046.787-.636 1.528-1.429 1.52-4.817.005-9.634.005-14.451 0-.759.01-1.435-.67-1.431-1.426C.359 15.432.365 8.662.362 1.891A1.479 1.479 0 0 1 1.474.401m.002.628a.893.893 0 0 0-.521.866c-.001 6.736-.002 13.472 0 20.209-.042.512.426.983.94.934l14.254-.001c.513.047.974-.423.935-.933.003-6.736.002-13.472.001-20.209.044-.515-.422-.982-.937-.943-4.721-.005-9.442 0-14.163-.003-.171.005-.351.006-.51.079z"/><path d="M9.512 2.315c.567-.214 1.202.346 1.08.935-.074.613-.898.933-1.353.505-.503-.382-.333-1.269.273-1.44zM8.044 4.528c.196-.402.689-.458 1.048-.656.384.23.879.291 1.103.73.226.534.313 1.123.49 1.677.318.124.64.242.953.38-.071.177-.145.353-.222.528a28.359 28.359 0 0 0-1.398-.525c.032.434-.204.805-.326 1.204.193.753.479 1.482.663 2.238-.006.854-.047 1.709-.069 2.563-.288.003-.575.004-.863 0-.04-.78-.008-1.569-.086-2.344-.139-.2-.18-.607-.448-.632-.288 1.168-1.21 2.025-1.826 3.027-.217-.16-.438-.315-.658-.472.411-.694.848-1.371 1.251-2.07.022-.825-.107-1.677.168-2.478-.285-.488-.564-.979-.844-1.47.352-.568.714-1.131 1.065-1.699m-.302 1.805c.079.128.146.264.235.386.041-.247.075-.495.1-.744-.112.119-.225.238-.335.358zM6.607 14.459c.458-.465 1.199-.176 1.779-.259.008.213.014.426.018.639-.298-.002-.595 0-.892.008l-.006.171c.209.146.515.228.571.513.71.014 1.419.004 2.129.006.104.007.278-.005.228-.155-.295-.162-.585-.338-.81-.593l.117-.198c.632-.01 1.266-.003 1.898.007.238.154.012.485.006.714-.3.041-.382.348-.509.573.199.534.402 1.066.602 1.6.774-.267 1.687-.038 2.223.585.597.651.696 1.691.236 2.444-.429.76-1.373 1.178-2.224.98-.833-.173-1.496-.892-1.634-1.727l-.239-.006c-.243.505-.976.606-1.312.143-.285-.274-.088-.732-.36-1-.447-.531-.881-1.072-1.327-1.602a19.8 19.8 0 0 0-.135.623c.702.629.912 1.735.436 2.559-.468.894-1.632 1.309-2.565.933-.976-.355-1.563-1.504-1.253-2.5.296-1.148 1.649-1.815 2.748-1.39.249-.631.529-1.258.716-1.908-.214-.345-.743-.703-.44-1.159m.981 1.787c-.078.154-.154.31-.232.466.523.595 1.052 1.187 1.577 1.782.076.104.211.207.327.088.292-.774.561-1.557.844-2.336l-2.515.001m2.393 2.612l.124.192.244-.004c.128-.468.384-.893.75-1.214-.105-.337-.209-.675-.32-1.01-.3.664-.527 1.359-.798 2.035m-5.837.725c.026.965 1.164 1.642 2.026 1.206.89-.374 1.106-1.64.442-2.322-.286.437-.565.878-.848 1.317-.239.015-.513-.128-.55-.383.224-.451.531-.856.777-1.295-.92-.331-1.953.518-1.846 1.477m7.886-1.527c.231.488.489.963.734 1.445-.439.502-1.195.164-1.774.268.169.642.782 1.149 1.458 1.116.803.004 1.494-.777 1.394-1.574-.066-.853-.985-1.5-1.812-1.254m-1.009.989c.243.005.485.005.728.001a16.141 16.141 0 0 0-.346-.634c-.166.185-.3.397-.382.633z"/><path fill="#fff" d="M1.094.282C1.51.073 1.987.117 2.437.113c4.574.003 9.147-.002 13.721.002.544-.027 1.031.256 1.415.617.193.357.37.74.349 1.156v20.223c.024.477-.208.904-.463 1.288a.03.03 0 0 0-.008.008c-.362.237-.755.478-1.204.465-4.815.002-9.63.001-14.445 0-.892.014-1.687-.781-1.679-1.673C.116 15.428.122 8.658.12 1.887A1.72 1.72 0 0 1 1.095.281m.38.121a1.477 1.477 0 0 0-1.112 1.49C.366 8.663.359 15.433.367 22.204c-.004.756.672 1.436 1.431 1.426 4.816.005 9.633.005 14.451 0 .793.008 1.475-.734 1.429-1.52-.002-6.771.005-13.542-.003-20.312.007-.757-.668-1.441-1.426-1.432-4.724-.011-9.448 0-14.173-.005-.2.002-.403-.001-.6.042z"/><path fill="#fff" d="M1.476 1.029c.159-.073.338-.075.51-.079 4.721.003 9.442-.003 14.163.003.514-.039.981.428.937.943.001 6.736.002 13.472-.001 20.209.039.51-.421.98-.935.933l-14.254.001c-.514.049-.982-.421-.94-.934-.002-6.736-.001-13.472 0-20.209a.893.893 0 0 1 .521-.866m8.035 1.285c-.606.171-.777 1.058-.273 1.44.456.428 1.279.107 1.353-.505.122-.589-.513-1.149-1.08-.935M8.044 4.528c-.351.568-.713 1.131-1.065 1.699.281.491.559.982.845 1.47-.275.801-.146 1.654-.168 2.478-.402.698-.84 1.376-1.251 2.07.219.157.44.312.658.472.616-1.002 1.538-1.86 1.826-3.027.268.025.309.432.448.632.078.775.046 1.564.086 2.344.288.004.575.003.863 0 .022-.854.062-1.709.069-2.563-.184-.755-.47-1.484-.663-2.238.122-.399.357-.77.326-1.204.471.162.937.339 1.398.525.077-.175.151-.351.222-.528-.313-.138-.634-.256-.953-.38-.177-.554-.264-1.143-.49-1.677-.225-.439-.719-.5-1.103-.73-.358.198-.852.254-1.048.656m-1.437 9.932c-.302.457.226.815.44 1.159-.187.651-.466 1.278-.716 1.908-1.099-.425-2.452.243-2.748 1.39-.309.996.277 2.146 1.253 2.5.933.376 2.097-.039 2.565-.933.476-.824.266-1.93-.436-2.559.042-.208.088-.416.135-.623.447.531.881 1.072 1.327 1.602.272.268.075.725.36 1 .336.463 1.069.362 1.312-.143l.239.006c.138.835.801 1.554 1.634 1.727.851.198 1.796-.22 2.224-.98.46-.753.362-1.793-.236-2.444-.536-.623-1.449-.852-2.223-.585-.199-.534-.402-1.066-.602-1.6.127-.225.209-.532.509-.573.005-.229.232-.559-.006-.714a60.045 60.045 0 0 0-1.898-.007l-.117.198c.226.254.515.431.81.593.05.151-.125.162-.228.155-.71-.003-1.419.007-2.129-.006-.056-.285-.362-.367-.571-.513l.006-.171c.298-.008.595-.01.892-.008-.005-.213-.01-.426-.018-.639-.58.083-1.321-.206-1.779.259z"/><path fill="#fff" d="M7.743 6.334c.11-.12.223-.239.335-.358-.025.249-.06.497-.1.744-.088-.122-.155-.258-.235-.386zM7.589 16.247l2.516-.001c-.282.779-.551 1.562-.844 2.336-.115.119-.251.016-.327-.088-.525-.595-1.054-1.186-1.577-1.782.078-.155.153-.311.232-.466zM9.983 18.86c.271-.676.498-1.371.798-2.035.111.335.216.672.32 1.01-.365.32-.622.745-.75 1.214l-.244.004-.125-.192zM4.146 19.584c-.107-.959.926-1.808 1.846-1.477-.246.438-.553.844-.777 1.295.037.255.311.399.55.383.283-.439.562-.881.848-1.317.664.682.448 1.949-.442 2.322-.862.436-1.999-.242-2.026-1.206zM12.033 18.057c.826-.245 1.746.402 1.812 1.254.1.798-.591 1.578-1.394 1.574-.676.033-1.289-.475-1.458-1.116.578-.104 1.334.234 1.774-.268-.245-.482-.503-.956-.734-1.444z"/><path fill="#fff" d="M11.024 19.047c.082-.236.216-.448.382-.633.12.208.235.42.346.634a19.63 19.63 0 0 1-.728-.001z"/><path fill="#070707" opacity=".95" d="M17.571.733c.307.133.356.503.474.779v20.962c-.129.341-.223.76-.587.927.255-.384.487-.811.463-1.288V1.89c.021-.416-.156-.798-.349-1.156z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--pedestrians-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.955.198c.331-.131.693-.149 1.046-.151C15.59.05 28.181.044 40.77.05c1.499-.04 2.855 1.319 2.817 2.816v18.269c.038 1.497-1.32 2.855-2.817 2.817-12.634.004-25.27.004-37.904 0-1.496.038-2.86-1.319-2.817-2.816V2.866C.02 1.688.854.582 1.955.199m.557.567C1.472.932.671 1.943.727 2.993c.004 6.05-.005 12.102.005 18.154-.008 1.175 1.094 2.189 2.261 2.126h37.65c1.17.065 2.265-.95 2.261-2.126.012-6.052.001-12.104.005-18.154.068-1.225-1.04-2.341-2.268-2.265C27.932.753 15.217.675 2.511.766z"/><path fill="#fff" d="M2.645 1.856c12.615-.089 25.241-.011 37.86-.04.686-.102 1.373.462 1.31 1.174.004 6.005.004 12.012 0 18.019.055.644-.525 1.225-1.17 1.17-12.551.004-25.103.003-37.655 0-.645.055-1.227-.525-1.17-1.17-.004-6.007-.003-12.012-.001-18.019-.034-.511.316-1.025.826-1.135m26.028 1.457c-.862.29-1.122 1.533-.446 2.14.612.659 1.83.398 2.123-.45.45-.993-.682-2.134-1.677-1.69m-.922 3.718c-1.343 1.214-1.372 3.378-.476 4.859a6.573 6.573 0 0 0-1.515 3.458c2.238.008 4.475.022 6.713.037a6.257 6.257 0 0 0-2.345-4.327c.008-.944-.027-1.886.007-2.828.648.747.983 1.739 1.429 2.62.297.416-.199.941.165 1.33.806.795 1.665 1.537 2.491 2.313-.101 1.988-.232 3.975-.33 5.965-.049.416.491.284.742.274.135-1.005.202-2.015.308-3.023.205.005.409.012.615.02.149.871.304 1.74.462 2.61.296.078.605.059.867-.113-.175-.919-.314-1.844-.476-2.764l.712-.008c-.153-.829-.346-1.65-.469-2.485.502.543.956 1.128 1.435 1.691.372-.172.533-.682.26-1.006-.68-.832-1.364-1.661-2.055-2.483-.588.131-1.218.288-1.804.071-.824-.27-1.34-1.01-2.013-1.511.537-.551.071-1.302-.207-1.861-.46-.779-.802-1.624-1.295-2.384-.674-1.043-2.299-1.324-3.221-.453m-22.49 5.044c-.154.134.078.277.14.39 1.304 1.525 2.6 3.056 3.895 4.59.751.014 1.503.01 2.254.001-1.047-1.338-2.135-2.643-3.184-3.979 4.737-.018 9.475.004 14.213-.01-.004-.585-.015-1.17-.003-1.755-4.737-.055-9.477-.005-14.215-.026 1.04-1.338 2.138-2.633 3.176-3.974a94.087 94.087 0 0 0-2.254 0c-1.332 1.595-2.69 3.168-4.023 4.762m29.416-1.66c-.852.286-.991 1.578-.225 2.044.686.511 1.778-.014 1.807-.869.104-.821-.824-1.514-1.582-1.175m-6.734 5.286c.005 1.313.025 2.626.031 3.94a.925.925 0 0 0 .942.015c-.007-1.319.003-2.637-.005-3.956l-.968.001m1.345-.001c.011 1.542.011 3.086.038 4.628-.061.585.993.589.926-.001.016-1.542.001-3.085.005-4.627h-.97z"/><path fill="#fff" d="M27.732 8.332l.34.001c.031.862.023 1.725.014 2.588.027.218-.207.312-.34.435a5.865 5.865 0 0 1-.014-3.025z"/><path d="M2.512.766C15.218.675 27.933.752 40.642.728c1.227-.076 2.336 1.04 2.268 2.265-.004 6.05.007 12.102-.005 18.154.004 1.175-1.091 2.191-2.261 2.126H2.994c-1.167.063-2.269-.95-2.261-2.126C.722 15.095.732 9.043.728 2.993.672 1.943 1.473.933 2.513.766m.132 1.09c-.51.109-.86.623-.826 1.135-.001 6.007-.003 12.012.001 18.019-.057.645.525 1.225 1.17 1.17 12.552.003 25.105.004 37.655 0 .645.055 1.225-.526 1.17-1.17.004-6.007.004-12.014 0-18.019.063-.712-.625-1.276-1.31-1.174-12.619.029-25.245-.049-37.86.04z"/><path d="M28.673 3.312c.995-.445 2.127.697 1.677 1.69-.293.848-1.511 1.109-2.123.45-.676-.607-.416-1.849.446-2.14zM27.751 7.03c.922-.871 2.547-.59 3.221.453.494.76.836 1.605 1.295 2.384.278.559.745 1.31.207 1.861.672.5 1.189 1.241 2.013 1.511.586.217 1.216.06 1.804-.071.691.822 1.375 1.651 2.055 2.483.273.325.112.835-.26 1.006-.479-.563-.933-1.148-1.435-1.691.123.835.316 1.655.469 2.485l-.712.008c.162.92.301 1.845.476 2.764-.262.172-.571.191-.867.113a233.69 233.69 0 0 1-.462-2.61c-.206-.008-.41-.015-.615-.02-.106 1.008-.173 2.018-.308 3.023-.251.01-.791.142-.742-.274.098-1.99.229-3.976.33-5.965-.826-.776-1.685-1.518-2.491-2.313-.364-.389.132-.914-.165-1.33-.446-.881-.781-1.872-1.429-2.62-.034.942.001 1.885-.007 2.828a6.253 6.253 0 0 1 2.345 4.327c-2.238-.015-4.475-.029-6.713-.037a6.573 6.573 0 0 1 1.515-3.458c-.896-1.481-.867-3.645.476-4.859m-.019 1.304a5.865 5.865 0 0 0 .014 3.025c.132-.123.367-.217.34-.435a53.16 53.16 0 0 0-.014-2.588l-.34-.001zM5.261 12.076c1.332-1.594 2.69-3.166 4.023-4.762.751-.01 1.503-.008 2.254 0-1.038 1.34-2.135 2.636-3.176 3.974 4.737.02 9.477-.029 14.215.026-.012.585-.001 1.17.003 1.755-4.739.014-9.476-.008-14.213.01 1.049 1.336 2.137 2.641 3.184 3.979-.751.008-1.503.012-2.254-.001a898.262 898.262 0 0 0-3.895-4.59c-.063-.113-.295-.256-.14-.39z"/><path d="M34.676 10.415c.758-.338 1.685.355 1.582 1.175-.029.855-1.121 1.38-1.807.869-.766-.466-.627-1.758.225-2.044zM27.942 15.701l.968-.001c.008 1.319-.001 2.637.005 3.956a.925.925 0 0 1-.942-.015c-.007-1.313-.026-2.626-.031-3.94zM29.287 15.7h.97c-.004 1.542.011 3.085-.005 4.627.067.59-.987.586-.926.001-.027-1.542-.027-3.086-.038-4.628z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--pedestrians-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.958.198c.374-.147.781-.151 1.178-.153C15.68.05 28.226.042 40.77.049c1.499-.04 2.855 1.319 2.817 2.817v18.267c.038 1.497-1.32 2.855-2.817 2.817-12.634.004-25.268.004-37.902 0-1.497.038-2.861-1.319-2.819-2.817V2.866C.02 1.685.855.578 1.958.197m.552.571C1.471.933.673 1.941.726 2.989.73 9.041.719 15.093.731 21.144c-.008 1.177 1.091 2.189 2.257 2.129l37.658-.001c1.17.065 2.262-.95 2.257-2.127.012-6.05.001-12.104.005-18.155.065-1.22-1.038-2.335-2.262-2.261C27.934.754 15.217.674 2.509.769z"/><path fill="#fff" d="M2.645 1.857c12.616-.091 25.244-.011 37.864-.041.685-.1 1.368.464 1.306 1.174.004 6.005.004 12.014 0 18.019.053.645-.525 1.225-1.17 1.17-12.552.004-25.105.004-37.655 0-.645.055-1.226-.524-1.17-1.169-.004-6.007-.004-12.014 0-18.02-.034-.511.315-1.027.825-1.133m5.443 1.458c-.978.325-1.117 1.816-.215 2.317.769.529 1.945-.06 1.981-.993.121-.919-.918-1.698-1.766-1.324m-.923 3.719c-1.349 1.222-1.349 3.375-.476 4.872-.852.96-1.325 2.182-1.526 3.438 2.245.015 4.489.022 6.734.04a6.256 6.256 0 0 0-2.348-4.32c.008-.955-.035-1.909.015-2.862.477.554.717 1.261 1.072 1.891.199.476.586.964.4 1.505-.117.305.083.588.304.779.768.706 1.538 1.41 2.303 2.118-.106 1.99-.236 3.978-.333 5.967-.044.378.473.327.709.251.222-.983.207-2.01.341-3.01.203.011.406.016.61.014.158.878.308 1.756.472 2.633.292.056.586.02.859-.097l-.472-2.797c.237 0 .476-.004.713-.004-.165-.848-.337-1.695-.498-2.543.499.585.982 1.184 1.486 1.765.323-.225.518-.689.232-1.024-.671-.836-1.364-1.654-2.045-2.482-.585.128-1.212.286-1.799.075-.825-.27-1.347-1.008-2.02-1.512.451-.464.177-1.107-.075-1.597-.473-.852-.882-1.74-1.381-2.577-.65-1.098-2.329-1.422-3.277-.522m24.92.275c1.065 1.33 2.138 2.651 3.203 3.979-4.74.004-9.48-.001-14.22.003 0 .593-.007 1.186-.008 1.78 4.741.003 9.483-.001 14.224.003-1.068 1.331-2.141 2.658-3.21 3.987.753.004 1.505 0 2.258.001 1.38-1.625 2.76-3.254 4.139-4.88-1.372-1.627-2.75-3.25-4.128-4.874-.753.001-1.505-.001-2.258.001m-17.996 3.107c-.888.303-.979 1.676-.139 2.093.694.431 1.7-.106 1.728-.923.101-.822-.833-1.51-1.589-1.17M7.36 15.701c.01 1.316.025 2.633.034 3.95a1.1 1.1 0 0 0 .941.023c-.005-1.325 0-2.65-.003-3.974H7.36m1.343.001c.018 1.541.011 3.083.041 4.624-.065.588.995.593.926 0 .019-1.541 0-3.083.007-4.625l-.974.001z"/><path fill="#fff" d="M7.16 8.315l.327.026c.042.901.012 1.804.022 2.708-.112.116-.222.233-.331.353a5.787 5.787 0 0 1-.018-3.087z"/><path d="M2.51.768C15.218.674 27.935.753 40.647.728c1.225-.074 2.328 1.04 2.262 2.261-.004 6.052.007 12.105-.005 18.155.005 1.177-1.087 2.193-2.257 2.127l-37.658.001c-1.166.06-2.265-.952-2.257-2.129C.72 15.091.731 9.039.727 2.988.674 1.939 1.472.932 2.511.767m.134 1.09c-.51.106-.859.622-.825 1.133-.004 6.007-.004 12.014 0 18.02-.056.645.525 1.223 1.17 1.169 12.551.004 25.103.004 37.655 0 .645.055 1.223-.525 1.17-1.17.004-6.005.004-12.014 0-18.019.061-.71-.622-1.274-1.306-1.174-12.62.03-25.248-.05-37.864.041z"/><path d="M8.088 3.315c.848-.374 1.887.405 1.766 1.324-.037.933-1.212 1.522-1.981.993-.901-.5-.762-1.992.215-2.317zM7.165 7.034c.948-.9 2.626-.575 3.277.522.499.837.908 1.725 1.381 2.577.252.49.526 1.133.075 1.597.672.505 1.195 1.242 2.02 1.512.586.211 1.214.053 1.799-.075.682.828 1.375 1.646 2.045 2.482.286.335.091.799-.232 1.024-.505-.581-.987-1.18-1.486-1.765.161.848.333 1.695.498 2.543-.237 0-.476.004-.713.004l.472 2.797a1.464 1.464 0 0 1-.859.097c-.164-.877-.314-1.755-.472-2.633a8.884 8.884 0 0 1-.61-.014c-.134 1-.119 2.026-.341 3.01-.236.076-.753.127-.709-.251.097-1.99.226-3.978.333-5.967-.765-.708-1.535-1.411-2.303-2.118-.221-.191-.421-.473-.304-.779.187-.541-.2-1.03-.4-1.505-.355-.63-.595-1.338-1.072-1.891-.05.953-.007 1.908-.015 2.862a6.256 6.256 0 0 1 2.348 4.32c-2.245-.018-4.489-.025-6.734-.04.2-1.256.674-2.478 1.526-3.438-.873-1.497-.873-3.65.476-4.872M7.16 8.315a5.777 5.777 0 0 0 .018 3.087c.109-.12.22-.237.331-.353-.01-.904.02-1.807-.022-2.708l-.327-.026zM32.085 7.31c.753-.003 1.505 0 2.258-.001 1.377 1.624 2.756 3.247 4.128 4.874a6637.456 6637.456 0 0 1-4.139 4.88c-.753-.001-1.505.003-2.258-.001 1.069-1.33 2.142-2.656 3.21-3.987-4.741-.004-9.483 0-14.224-.003.001-.593.008-1.186.008-1.78 4.74-.004 9.48.001 14.22-.003-1.065-1.328-2.138-2.65-3.203-3.979z"/><path d="M14.089 10.417c.755-.34 1.69.348 1.589 1.17-.027.817-1.034 1.354-1.728.923-.84-.417-.749-1.79.139-2.093zM7.36 15.701h.972c.003 1.324-.003 2.648.003 3.974a1.1 1.1 0 0 1-.941-.023c-.01-1.317-.025-2.635-.034-3.95zM8.703 15.701l.974-.001c-.007 1.542.012 3.085-.007 4.625.07.593-.991.588-.926 0-.03-1.541-.023-3.083-.041-4.624z"/></symbol><symbol viewBox="0 0 47 24" id="complementary--photo-enforced--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.692 0h41.994a3.562 3.562 0 0 1 2.687 2.179v19.813A3.798 3.798 0 0 1 45.351 24H2.01c-.982-.372-1.653-1.238-2.009-2.198V2.342C.417 1.145 1.408.179 2.693 0m.19.525C1.663.69.503 1.687.472 2.974c-.003 6.069-.003 12.14 0 18.209.039 1.431 1.46 2.489 2.817 2.508 13.65-.013 27.302.003 40.952-.008 1.613-.039 2.85-1.564 2.819-3.128-.006-5.704.006-11.407-.006-17.109C47.037 1.92 45.769.56 44.243.472c-13.6-.005-27.2.002-40.798-.003-.19.003-.376.022-.562.056z"/><path fill="#231f20" d="M2.569.995C3.116.888 3.68.953 4.235.942c13.442 0 26.883 0 40.323-.002 1.137.078 2.144 1.203 2.036 2.353-.014 5.964-.003 11.928-.005 17.892-.067 1.027-1.004 1.964-2.031 2.033-13.915-.002-27.829-.002-41.743 0-1.181-.064-2.053-1.2-2.025-2.348C.774 15.061.79 9.254.782 3.446c-.03-1.087.645-2.267 1.787-2.45m.469.937c-.638.099-1.186.698-1.159 1.354.005 5.862.005 11.724 0 17.584-.033.825.783 1.44 1.565 1.402 13.544-.005 27.089.016 40.631-.011.976.011 1.569-.798 1.555-1.719.039-5.645.008-11.294.016-16.941.045-.999-.894-1.823-1.875-1.722-13.576.041-27.162-.066-40.733.053z"/><path fill="#231f20" d="M16.064 12.08c5.081-.003 10.163-.003 15.244 0 .124.125.249.251.376.376.008 2.689-.008 5.377.008 8.066-.304.104-.616.202-.943.188-4.896-.013-9.79.002-14.685-.006a33.323 33.323 0 0 0-.376-.376c-.003-2.624-.003-5.247 0-7.871l.376-.376m6.896 1.463c-1.195.289-2.053 1.44-2.253 2.618-.086 1.697 1.393 3.274 3.101 3.261.786-.129 1.576-.416 2.119-1.026 1.195-1.286.924-3.609-.637-4.477-.662-.519-1.54-.51-2.331-.376z"/><path fill="#ffd24e" d="M2.883.525c.185-.035.372-.053.562-.056C17.043.474 30.643.467 44.243.472c1.526.088 2.794 1.448 2.811 2.974.013 5.702 0 11.405.006 17.109.031 1.564-1.206 3.089-2.819 3.128-13.65.011-27.302-.005-40.952.008-1.357-.019-2.778-1.078-2.817-2.508-.003-6.069-.003-12.14 0-18.209C.503 1.688 1.663.69 2.883.525m-.314.47C1.427 1.179.753 2.358.782 3.445.79 9.254.774 15.061.79 20.869c-.028 1.148.844 2.284 2.025 2.348 13.914-.002 27.827-.002 41.743 0 1.027-.069 1.964-1.005 2.031-2.033.002-5.964-.009-11.928.005-17.892.108-1.15-.899-2.275-2.036-2.353-13.44.002-26.882.002-40.323.002C3.68.952 3.117.888 2.569.994z"/><path fill="#ffd24e" d="M3.038 1.933c13.57-.119 27.156-.013 40.733-.053.98-.1 1.92.723 1.875 1.722-.008 5.647.024 11.296-.016 16.941.014.921-.579 1.73-1.555 1.719-13.542.027-27.087.006-40.631.011-.783.038-1.598-.577-1.565-1.402.005-5.86.005-11.722 0-17.584-.027-.656.521-1.255 1.159-1.354m20.336 1.518c-.003 1.517-.003 3.032 0 4.549h.624c.003-1.517.003-3.032 0-4.549h-.624m-5.57 1.511l-.264.623c1.26.825 2.353 1.87 3.586 2.731l.436-.489c-1.261-.943-2.427-2.027-3.758-2.864m8.921 2.163c-.395.287-.951.711-.524 1.228 1.252-.852 2.397-1.848 3.609-2.755a46.404 46.404 0 0 1-.006-.37 34.162 34.162 0 0 1-.301-.256c-.949.687-1.818 1.478-2.778 2.152m-5.481 1.502l-.381.381v2.373l.381.383c1.751-.11 3.564.229 5.272-.187-.143-.952.27-2.11-.216-2.929-1.683-.056-3.371-.005-5.056-.022m-5.398.132l-.005.612c1.448.312 2.894.637 4.326 1.013l.265-.602c-1.523-.365-3.038-.803-4.587-1.023m11.284.999c.005.21.009.42.016.631 1.464-.331 2.916-.711 4.386-1.018l-.005-.612c-1.485.213-2.943.634-4.397.999M16.064 12.08l-.376.376c-.003 2.624-.003 5.247 0 7.871.125.124.251.249.376.376 4.896.008 9.79-.006 14.685.006.326.014.638-.085.943-.188-.016-2.689 0-5.377-.008-8.066a33.323 33.323 0 0 1-.376-.376c-5.081-.003-10.163-.003-15.244 0z"/><path fill="#ffd24e" d="M22.96 13.544c.791-.133 1.669-.143 2.331.376 1.561.867 1.832 3.191.637 4.477-.543.61-1.333.897-2.119 1.026-1.708.013-3.187-1.564-3.101-3.261.199-1.178 1.057-2.329 2.253-2.618z"/><path fill="#060606" d="M23.374 3.451h.624c.003 1.517.003 3.032 0 4.549h-.624c-.003-1.517-.003-3.032 0-4.549zM17.804 4.962c1.332.838 2.497 1.922 3.758 2.864l-.436.489c-1.233-.861-2.326-1.906-3.586-2.731l.264-.623zM26.725 7.126c.96-.675 1.829-1.465 2.778-2.152l.301.256.006.37c-1.213.907-2.358 1.903-3.609 2.755-.427-.518.129-.941.524-1.228zM21.244 8.627c1.685.017 3.373-.034 5.056.022.486.819.074 1.976.216 2.929-1.708.416-3.522.077-5.272.187l-.381-.383V9.009l.381-.381zM15.846 8.758c1.548.22 3.064.657 4.587 1.023l-.265.602a99.769 99.769 0 0 0-4.326-1.013l.005-.612zM27.129 9.757c1.454-.365 2.911-.786 4.397-.999l.005.612c-1.47.307-2.922.687-4.386 1.018l-.016-.631z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--playground--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.957.198c.375-.151.783-.15 1.18-.153C15.681.049 28.225.042 40.771.049c1.499-.042 2.857 1.32 2.817 2.817.003 6.089.003 12.179 0 18.267.04 1.497-1.32 2.857-2.817 2.819-12.634.003-25.268.003-37.902 0C1.372 23.99.007 22.631.05 21.133.049 15.043.047 8.954.05 2.866.02 1.685.856.579 1.958.197m.552.569C1.472.934.672 1.94.726 2.989.73 9.041.721 15.094.73 21.146c-.007 1.175 1.092 2.189 2.26 2.127h37.655c1.17.065 2.264-.952 2.258-2.127.008-6.097.008-12.195 0-18.292 0-1.173-1.087-2.195-2.258-2.127-12.71.026-25.428-.05-38.135.04z"/><path fill="#fff" d="M2.645 1.855c12.616-.086 25.244-.01 37.863-.038.685-.102 1.372.465 1.309 1.174V21.01c.053.644-.528 1.226-1.171 1.171H2.991c-.644.055-1.227-.526-1.171-1.171V2.991c-.035-.513.318-1.025.826-1.136m25.756 2.012c-.987.192-1.67 1.282-1.4 2.255.217.986 1.331 1.64 2.299 1.34.97-.241 1.585-1.355 1.28-2.306-.243-.915-1.26-1.515-2.179-1.29M27.71 8.26c-1.375 1.377-2.757 2.748-4.125 4.132.476.401 1.212.503 1.715.09.807-.638 1.585-1.316 2.384-1.964.154 3.229.278 6.46.439 9.687.629-.085 1.215-.58 1.226-1.246.035-1.33-.014-2.662.023-3.993.43-.116.858-.24 1.287-.36.352.374.488 1.147 1.107 1.113 1.375-.003 2.748.004 4.122-.004-.05-.607-.483-1.2-1.117-1.272-.871-.098-1.75-.132-2.624-.213a998.867 998.867 0 0 1-1.113-4.454c.432-.005.866-.004 1.298-.003.457.949 1.075 2.455 2.42 1.875-.49-.974-.944-1.97-1.48-2.921-.91-.372-1.94-.447-2.894-.719-.803.476-1.795.597-2.671.251m-11.308 8.278c-.855.228-1.466 1.121-1.34 2.002.089.959 1.027 1.733 1.987 1.632 1.006-.05 1.829-1.035 1.699-2.035-.074-1.11-1.285-1.935-2.345-1.6z"/><path d="M2.51.766C15.218.676 27.935.752 40.645.726c1.171-.068 2.258.955 2.258 2.127.008 6.097.008 12.195 0 18.292.005 1.175-1.088 2.193-2.258 2.127H2.99c-1.167.061-2.266-.952-2.26-2.127C.72 15.093.73 9.04.726 2.988.671 1.939 1.472.933 2.51.765m.135 1.09c-.509.11-.862.623-.826 1.136V21.01c-.056.645.528 1.226 1.171 1.171h37.655c.644.055 1.225-.528 1.171-1.171V2.991c.063-.709-.625-1.276-1.309-1.174-12.619.029-25.246-.048-37.863.038z"/><path d="M28.402 3.867c.919-.225 1.936.375 2.179 1.29.304.95-.311 2.065-1.28 2.306-.968.3-2.082-.355-2.299-1.34-.27-.974.413-2.063 1.4-2.255zM27.71 8.26c.877.346 1.868.225 2.671-.251.953.271 1.984.346 2.894.719.536.95.99 1.947 1.48 2.921-1.346.58-1.964-.926-2.42-1.875-.432-.001-.866-.003-1.298.003.367 1.485.739 2.97 1.113 4.454.874.08 1.752.115 2.624.213.634.072 1.066.665 1.117 1.272-1.375.008-2.748.001-4.122.004-.619.034-.755-.739-1.107-1.113-.43.12-.858.244-1.287.36-.037 1.331.012 2.663-.023 3.993-.011.667-.597 1.162-1.226 1.246-.161-3.228-.285-6.458-.439-9.687-.799.648-1.576 1.325-2.384 1.964-.503.413-1.24.311-1.715-.09 1.368-1.384 2.75-2.755 4.125-4.132zM16.399 16.537c1.061-.335 2.272.49 2.345 1.6.13 1-.693 1.984-1.699 2.035-.96.101-1.898-.674-1.987-1.632-.125-.881.485-1.774 1.34-2.002z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--priority-route-at-intersection--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#373737" opacity=".89" d="M.758 0h22.735l.128.125C15.953.12 8.285.115.619.127L.758 0z"/><path fill="#fff" d="M.095.882A2.26 2.26 0 0 1 .619.127C8.286.115 15.954.12 23.621.125c.175.195.35.392.497.61.021 7.458-.022 14.918.022 22.375-.116.321-.353.566-.623.762-7.598-.004-15.194-.001-22.792-.001a2.48 2.48 0 0 1-.613-.678C.117 15.757.151 8.318.095.883M.878.499c-.48.232-.617.822-.61 1.31.004 6.834-.005 13.669.005 20.503-.007.539.299 1.251.933 1.225 7.276.002 14.554.002 21.832 0 .636.033.939-.687.936-1.225.012-6.834.002-13.669.005-20.503.029-.579-.246-1.387-.943-1.37C15.842.429 8.648.441 1.454.433 1.261.439 1.06.426.878.498z"/><path fill="#fff" d="M1.022 1.029c.158-.11.371-.048.552-.07C8.689.967 15.806.958 22.922.963c.467-.063.533.52.53.856v20.365c.004.333-.075.907-.536.832H1.327c-.458.072-.536-.499-.53-.832L.796 1.819c.008-.273.022-.583.227-.789m10.456 1.062v6.267h2.583V2.092h-2.583M2.326 9.576v4.04c1.612.006 3.223-.011 4.834.008.976.017 2.018.261 2.719.983.672.682.899 1.673.904 2.604.007 1.538-.001 3.076.004 4.616l4.042-.001c-.147-2.704.465-5.596-.779-8.122-1.144-2.438-3.747-4.002-6.407-4.107-1.772-.045-3.544-.01-5.316-.021m13.794 1.373c-.002.842-.002 1.686 0 2.53l6.467-.001c.002-.842 0-1.685.002-2.527-2.156-.001-4.313.001-6.469-.001z"/><path d="M.878.499c.182-.073.383-.059.576-.065C8.648.442 15.842.43 23.036.44c.697-.017.972.79.943 1.37-.002 6.834.007 13.669-.005 20.503.004.538-.299 1.258-.936 1.225-7.278.002-14.555.002-21.832 0-.634.025-.941-.686-.933-1.225C.263 15.479.272 8.644.268 1.81.261 1.322.398.731.878.5m.144.529c-.205.206-.218.516-.227.789l.001 20.365c-.006.332.072.903.53.832h21.589c.461.075.539-.498.536-.832V1.818c.004-.336-.063-.919-.53-.856C15.805.957 8.688.967 1.573.958c-.181.022-.394-.04-.552.07z"/><path d="M11.479 2.092h2.583v6.267h-2.583V2.092zM2.326 9.576c1.772.011 3.544-.024 5.316.021 2.661.104 5.263 1.669 6.407 4.107 1.245 2.526.633 5.418.779 8.122l-4.042.001c-.005-1.539.004-3.078-.004-4.616-.005-.931-.233-1.921-.904-2.604-.701-.722-1.743-.966-2.719-.983-1.611-.019-3.222-.002-4.834-.008v-4.04zM16.121 10.949c2.156.002 4.313 0 6.469.001-.002.842 0 1.685-.002 2.527l-6.467.001c-.002-.844-.002-1.687 0-2.53z"/><path fill="#2c2c2c" opacity=".89" d="M0 .699l.095.183c.056 7.435.022 14.874.017 22.31L0 23.019V.699z"/><path fill="#343434" opacity=".89" d="M24.118.735l.125.16v22.387l-.103-.172c-.044-7.457-.001-14.916-.022-22.375z"/><path fill="#161616" opacity=".76" d="M.725 23.87c7.598 0 15.194-.002 22.792.001l-.168.128H.867l-.141-.13z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--priority-route-at-intersection--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#373737" opacity=".89" d="M.756 0h22.728l.138.127C15.952.119 8.283.11.612.132L.755 0z"/><path fill="#fff" d="M.095.882C.219.602.386.339.614.132 8.284.11 15.953.119 23.624.127c.185.183.338.394.493.601.027 7.458-.025 14.918.025 22.376a1.661 1.661 0 0 1-.622.764c-7.595.001-15.189.008-22.784-.004a2.044 2.044 0 0 1-.622-.673C.113 15.755.153 8.317.095.882M.878.499c-.48.232-.617.821-.61 1.31.004 6.834-.005 13.668.005 20.502-.007.541.299 1.252.932 1.227 7.278.002 14.555.002 21.833 0 .636.032.939-.687.936-1.225.012-6.835.002-13.669.005-20.504.029-.579-.245-1.385-.942-1.368C15.842.431 8.648.443 1.454.435 1.261.441 1.061.428.878.5z"/><path fill="#fff" d="M1.022 1.029c.159-.108.37-.05.55-.07 7.116.008 14.234-.001 21.35.004.465-.062.532.519.528.856v20.365c.002.333-.074.905-.535.832H1.323c-.457.07-.533-.499-.528-.832L.794 1.818c.008-.272.023-.582.227-.788m1.305 8.547v4.038c1.612.008 3.224-.011 4.835.01.975.017 2.017.262 2.718.983.672.682.899 1.673.904 2.604.008 1.538-.002 3.076.005 4.615 1.347.001 2.693.002 4.04 0-.145-2.704.467-5.596-.778-8.122-1.144-2.438-3.748-4.002-6.408-4.107-1.771-.045-3.544-.011-5.315-.019m13.794.668c-.002.842-.002 1.685 0 2.527 2.155 0 4.312.002 6.467 0 .002-.842.002-1.685 0-2.526-2.155-.002-4.312-.001-6.467-.001z"/><path d="M.878.499c.183-.073.383-.059.576-.065C8.648.442 15.842.43 23.037.44c.697-.017.971.789.942 1.368-.002 6.835.007 13.669-.005 20.504.004.538-.299 1.257-.936 1.225-7.278.002-14.555.002-21.833 0-.633.025-.939-.686-.932-1.227C.263 15.476.272 8.642.268 1.808c-.007-.49.13-1.079.61-1.31m.144.531c-.204.206-.218.516-.227.788l.001 20.366c-.005.332.072.902.528.832h21.592c.461.074.537-.498.535-.832V1.818c.004-.337-.063-.918-.528-.856C15.807.957 8.689.967 1.573.958c-.181.021-.392-.038-.55.07z"/><path d="M2.326 9.577c1.771.008 3.544-.025 5.315.019 2.661.104 5.264 1.669 6.408 4.107 1.245 2.526.633 5.418.778 8.122-1.347.002-2.693.001-4.04 0-.007-1.538.004-3.076-.005-4.615-.005-.931-.233-1.921-.904-2.604-.701-.721-1.743-.966-2.718-.983-1.611-.021-3.223-.001-4.835-.01V9.575zM16.121 10.247c2.155 0 4.312-.001 6.467.001.002.841.002 1.684 0 2.526-2.155.002-4.312 0-6.467 0-.002-.842-.002-1.685 0-2.527z"/><path fill="#2c2c2c" opacity=".89" d="M0 .692l.095.19c.058 7.435.018 14.873.019 22.309L0 23.014V.692z"/><path fill="#343434" opacity=".89" d="M24.116.728l.126.165v22.392l-.101-.181c-.051-7.458.001-14.918-.025-22.376z"/><path fill="#161616" opacity=".76" d="M.736 23.864c7.595.012 15.189.005 22.784.004l-.168.132H.837l-.101-.136z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--priority-route-at-intersection--g3" xmlns="http://www.w3.org/2000/svg"><path d="M1.435.451C1.819.376 2.212.404 2.6.399 9.067.401 15.534.4 22.001.4c.425-.008.9.065 1.19.409.37.437.396 1.045.409 1.591-.004 6.4-.006 12.801-.015 19.201-.016.583-.043 1.258-.503 1.682-.344.32-.843.319-1.283.319-6.703-.012-13.406.015-20.108-.014-.928.011-1.33-.992-1.286-1.783C.398 15.302.407 8.799.416 2.296.401 1.574.603.615 1.435.451M1.33.636C.663.878.571 1.69.564 2.302.556 8.8.545 15.299.552 21.797c-.037.713.292 1.661 1.149 1.641 6.866.013 13.733.017 20.598-.002.848.003 1.166-.932 1.133-1.64.016-6.531.02-13.062.015-19.593.039-.715-.294-1.654-1.149-1.642C15.633.527 8.966.558 2.3.545c-.324.006-.658-.014-.97.091z"/><path d="M1.634.942C8.456.89 15.283.935 22.107.92c.696-.068 1.082.678 1.038 1.283.003 6.532.003 13.063 0 19.595.03.565-.291 1.283-.942 1.277-6.802.009-13.604.007-20.406.001-.651.005-.976-.711-.942-1.278-.003-6.532-.003-13.064 0-19.596-.015-.513.213-1.153.779-1.26m.085.584c-.276.134-.266.504-.278.767.002 6.505-.003 13.009.002 19.514-.001.277.076.738.452.68h20.209c.375.056.452-.403.452-.68.005-6.538.005-13.076 0-19.613-.001-.278-.074-.736-.45-.686-6.795.01-13.593-.027-20.387.018z"/><path d="M9.954 3.155c1.319-.002 2.638-.003 3.957 0-.018 1.916.042 3.836-.032 5.75-.399 2.523-2.603 4.666-5.126 5.031-1.875.055-3.753.009-5.63.024-.009-1.32-.013-2.64-.019-3.959 1.667-.003 3.335.001 5.002-.002.894.009 1.728-.737 1.84-1.617.016-1.742 0-3.485.008-5.227zM10.954 14.919c.641.003 1.282-.001 1.923.002.007 1.972.013 3.945.018 5.918-.648.002-1.295.002-1.943 0-.001-1.974-.004-3.947.002-5.92z"/><path fill="#fff" d="M1.33.636c.312-.105.646-.085.97-.091C8.966.558 15.633.527 22.298.561c.855-.012 1.188.927 1.149 1.642.005 6.531.001 13.062-.015 19.593.033.708-.285 1.643-1.133 1.64-6.865.019-13.732.015-20.598.002-.857.02-1.186-.928-1.149-1.641C.545 15.299.556 8.8.564 2.302.571 1.69.663.878 1.33.636m.304.306c-.566.107-.794.747-.779 1.26-.003 6.532-.003 13.064 0 19.596-.034.567.291 1.283.942 1.278 6.802.006 13.604.008 20.406-.001.651.006.972-.712.942-1.277.003-6.532.003-13.063 0-19.595.044-.605-.342-1.351-1.038-1.283C15.283.935 8.456.89 1.634.942z"/><path fill="#fff" d="M1.719 1.526c6.794-.045 13.592-.008 20.387-.018.376-.05.449.408.45.686.005 6.537.005 13.075 0 19.613 0 .277-.077.736-.452.68H1.895c-.376.058-.453-.403-.452-.68-.005-6.505 0-13.009-.002-19.514.012-.263.002-.633.278-.767m8.235 1.629c-.008 1.742.008 3.485-.008 5.227-.112.88-.946 1.626-1.84 1.617-1.667.003-3.335-.001-5.002.002.006 1.319.01 2.639.019 3.959 1.877-.015 3.755.031 5.63-.024 2.523-.365 4.727-2.508 5.126-5.031.074-1.914.014-3.834.032-5.75-1.319-.003-2.638-.002-3.957 0m1 11.764c-.006 1.973-.003 3.946-.002 5.92.648.002 1.295.002 1.943 0-.005-1.973-.011-3.946-.018-5.918-.641-.003-1.282.001-1.923-.002z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--priority-route-at-intersection--g4" xmlns="http://www.w3.org/2000/svg"><path d="M1.436.45c.35-.072.71-.047 1.064-.051 6.501.002 13.002 0 19.503.001.424-.007.899.065 1.187.41.37.436.397 1.044.41 1.589-.004 6.401-.007 12.802-.015 19.203-.016.562-.041 1.199-.451 1.632-.289.306-.731.368-1.13.366H1.997c-.424.009-.9-.065-1.188-.409-.371-.436-.397-1.045-.409-1.59C.405 15.165.404 8.73.416 2.294.403 1.573.605.618 1.436.45m-.103.184C.664.877.571 1.689.564 2.303.556 8.801.546 15.298.552 21.796c-.038.715.292 1.657 1.148 1.644 6.699.031 13.4.003 20.1.015.423-.002.915.007 1.229-.326.402-.435.393-1.073.41-1.629 0-6.432.017-12.864.009-19.296.036-.714-.293-1.655-1.148-1.643C15.601.527 8.899.558 2.199.545c-.289.004-.588-.008-.866.089z"/><path d="M1.634.943C8.456.889 15.283.935 22.107.92c.693-.069 1.081.678 1.038 1.282.003 6.532.003 13.064-.001 19.596.031.566-.292 1.282-.943 1.277-6.801.009-13.602.007-20.403.001-.652.007-.975-.712-.943-1.278-.003-6.532-.003-13.064 0-19.596-.014-.512.213-1.154.779-1.259m.085.58c-.276.136-.266.505-.278.77.002 6.504-.003 13.009.002 19.513 0 .278.073.739.45.687 6.738 0 13.476.001 20.214-.001.375.049.449-.409.449-.686.005-6.537.004-13.075 0-19.611 0-.279-.071-.742-.45-.688-6.795.01-13.593-.021-20.387.016z"/><path d="M10.038 3.179c1.32-.025 2.639-.013 3.959-.026v4.952c-.032.998.888 1.964 1.9 1.897 1.649-.003 3.299-.004 4.949 0 .001 1.319.001 2.638-.001 3.956-1.548.004-3.097.001-4.645.002-2.973.229-5.748-2.296-6.139-5.184-.052-1.864-.008-3.731-.023-5.597zM11.029 14.928c.642-.002 1.283-.003 1.924.001.003 1.974.023 3.948.011 5.922-.647-.012-1.293.005-1.939-.01.009-1.971 0-3.942.004-5.913z"/><path fill="#fff" d="M1.333.634c.278-.097.577-.085.866-.089C8.899.558 15.601.527 22.3.561c.855-.012 1.184.929 1.148 1.643.008 6.432-.009 12.864-.009 19.296-.017.556-.008 1.194-.41 1.629-.314.333-.806.324-1.229.326-6.7-.012-13.401.016-20.1-.015-.856.013-1.186-.929-1.148-1.644C.546 15.298.556 8.801.564 2.303c.007-.614.1-1.426.769-1.669m.301.309c-.566.105-.793.747-.779 1.259-.003 6.532-.003 13.064 0 19.596-.032.566.291 1.285.943 1.278 6.801.006 13.602.008 20.403-.001.651.005.974-.711.943-1.277.004-6.532.004-13.064.001-19.596.043-.604-.345-1.351-1.038-1.282C15.283.935 8.456.889 1.634.943z"/><path fill="#fff" d="M1.719 1.523c6.794-.037 13.592-.006 20.387-.016.379-.054.45.409.45.688.004 6.536.005 13.074 0 19.611 0 .277-.074.735-.449.686-6.738.002-13.476.001-20.214.001-.377.052-.45-.409-.45-.687-.005-6.504 0-13.009-.002-19.513.012-.265.002-.634.278-.77m8.319 1.656c.015 1.866-.029 3.733.023 5.597.391 2.888 3.166 5.413 6.139 5.184 1.548-.001 3.097.002 4.645-.002.002-1.318.002-2.637.001-3.956-1.65-.004-3.3-.003-4.949 0-1.012.067-1.932-.899-1.9-1.897V3.153c-1.32.013-2.639.001-3.959.026m.991 11.749c-.004 1.971.005 3.942-.004 5.913.646.015 1.292-.002 1.939.01.012-1.974-.008-3.948-.011-5.922-.641-.004-1.282-.003-1.924-.001z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--priority-route-at-intersection--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h24v24H0V0m.488.481v23.038c7.676.004 15.354.004 23.03 0 .002-7.679.002-15.359 0-23.038C15.842.479 8.164.479.488.481z"/><path fill="#1f1917" d="M10.286 1.714c1.142-.002 2.285-.002 3.427 0 .004 2.868.006 5.735-.001 8.603a5.866 5.866 0 0 1-1.705 4.088c-2.616 2.629-5.245 5.244-7.86 7.874a462.98 462.98 0 0 1-2.429-2.426c2.617-2.628 5.239-5.251 7.86-7.877a2.438 2.438 0 0 0 .706-1.768c.002-2.831-.004-5.663.002-8.495zM11.149 16.157c.57-.005 1.14-.005 1.71 0 .005 2.042.005 4.084 0 6.126-.57.004-1.14.004-1.71 0-.005-2.042-.005-4.085 0-6.126z"/><path fill="#fff" d="M.488.481c7.676-.002 15.354-.002 23.03 0 .002 7.679.002 15.359 0 23.038-7.676.004-15.354.004-23.03 0V.481m9.798 1.233c-.006 2.832 0 5.664-.002 8.495a2.43 2.43 0 0 1-.706 1.768c-2.621 2.626-5.243 5.249-7.86 7.877.805.812 1.618 1.62 2.429 2.426 2.615-2.63 5.244-5.245 7.86-7.874a5.867 5.867 0 0 0 1.705-4.088c.007-2.868.005-5.735.001-8.603a978.695 978.695 0 0 0-3.427 0m.863 14.442c-.005 2.041-.005 4.084 0 6.126.57.004 1.14.004 1.71 0 .005-2.042.005-4.084 0-6.126-.57-.005-1.14-.005-1.71 0z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--priority-route-at-intersection--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h24v24H0V0m.48.48v23.04c7.678.001 15.355.002 23.032 0V.48H.48z"/><path fill="#1f1917" d="M12.047 9.529c2.603-2.606 5.2-5.219 7.813-7.813.808.809 1.624 1.608 2.423 2.424-2.606 2.6-5.202 5.213-7.804 7.818-.463.445-.76 1.068-.761 1.715-.01 2.869.007 5.738-.007 8.608-1.14 0-2.279-.002-3.418.002-.022-2.827-.005-5.654-.01-8.482a5.91 5.91 0 0 1 1.763-4.272zM1.717 11.158c2.042-.004 4.085-.005 6.127 0 .002.571.002 1.141 0 1.712-2.042.005-4.084 0-6.126.002-.005-.572-.004-1.144-.001-1.715z"/><path fill="#fff" d="M.48.48h23.032v23.04c-7.676.002-15.354.001-23.032 0V.48m11.567 9.049a5.914 5.914 0 0 0-1.763 4.272c.005 2.827-.012 5.654.01 8.482 1.139-.005 2.278-.002 3.418-.002.014-2.869-.002-5.738.007-8.608.001-.647.298-1.27.761-1.715 2.602-2.605 5.197-5.218 7.804-7.818-.799-.816-1.615-1.615-2.423-2.424-2.614 2.594-5.21 5.207-7.813 7.813M1.717 11.158c-.002.571-.004 1.142.001 1.715 2.042-.002 4.084.002 6.126-.002.002-.571.002-1.141 0-1.712-2.042-.005-4.085-.004-6.127 0z"/></symbol><symbol viewBox="0 0 35 24" id="complementary--railroad--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h35.037v24H0v-1.554l.091-.14c.235.604.799 1.077 1.472 1.034 10.637.007 21.274.009 31.911 0 .869.047 1.599-.757 1.508-1.613-.002-6.66.009-13.319-.007-19.978.053-.82-.704-1.505-1.503-1.468C23.366.267 13.259.283 3.153.274 2.407.285 1.646.206.919.405c-.506.121-.741.636-.92 1.072V0z"/><path fill="#fff" d="M1.317.543C12.08.66 22.85.54 33.614.603c.662.014 1.13.678 1.062 1.309-.003 6.61.002 13.218-.003 19.827.084.767-.638 1.372-1.377 1.274-10.578-.007-21.157.009-31.734-.007-.627.046-1.105-.455-1.235-1.032C.43 15.233.324 8.487.381 1.744c-.037-.589.482-.951.937-1.2m16.85 2.933c-1.643.252-2.747 1.606-3.118 3.167.103.389.082.792.028 1.188-.072.163-.142.328-.212.491-.343.003-.687.007-1.03.012-.38.848-.732 1.708-1.139 2.545.583.697 1.422 1.356 1.233 2.379-.273.009-.547.019-.82.03a96.726 96.726 0 0 0-.144-.648c-.307.506-.27 1.077-.018 1.594l.158-.655.666.039c.166.177.336.349.513.515-.152.496.014.953.368 1.316-.794 0-1.589-.012-2.382.035.065.258.23.434.512.384 5.084-.003 10.166.046 15.25.026.319.044.594-.079.753-.364-.979-.093-1.966-.058-2.948-.051.186-.392.263-.816.208-1.246.268.009.536.018.806.025l.021-.631.846-.039.168.559c.517-.452.392-1.032-.035-1.498l-.084.659-.907-.037c.035-1.403.018-2.806.025-4.21h-.869c.005-.433.009-.864.011-1.296.293 0 .583.005.876.01.002-.336.002-.671.002-1.007-1.463-.007-2.926.01-4.39-.005-.003.531-.005 1.062-.005 1.592a66.598 66.598 0 0 0-2.048-.01c-.221-1.356-2.139-1.368-2.358-.007-.797-.138-1.899.373-2.425-.438.068-.429.077-.865.175-1.291l-.203-.289c.75-2.048 3.325-.475 4.516-1.936 1.405.231 2.363-1.408 1.403-2.486-1.303-.925-3.104.116-3.402 1.578M9.272 14.446c.018-.68-.611-1.07-.906-1.617-1.78-2.656-1.612-6.445.506-8.862.18-.293.652-.589.356-.955-3.348 2.785-3.378 8.689.044 11.434m.675-.931l.384-.189c-2.573-2.33-2.605-6.787.002-9.108l-.326-.298c-2.665 2.5-2.607 7.032-.06 9.595m-.363-6.394c-.674 1.895-.159 4.462 1.594 5.571-.548-.963-1.38-1.822-1.479-2.983-.413-1.761.38-3.523 1.538-4.819-.981.259-1.337 1.382-1.654 2.232m2.478 4.769c-.454-.839-1.175-1.585-1.2-2.598-.235-1.323.506-2.484 1.116-3.581-1.824 1.531-1.831 4.723.084 6.179m-2.95 6.079c-.056.571-.815 1.202-.212 1.673.035.613-.124 1.281.175 1.848.667-.329.198-1.319.336-1.934l.392-.203-.025-.308-.492-.301c.208-.154.42-.303.634-.452l-.051-.373c-.254.014-.506.032-.759.051m4.037 1.329c.075.056.222.172.298.228-.002.653-.007 1.307.012 1.96.993-.061.468-1.281.587-1.941l.413-.254c-.356-.384-.624-.808.046-.986-.007-.1-.023-.301-.032-.401-.957-.196-1.002.764-1.324 1.394m3.773-1.312c-.007.214-.012.429-.018.643l.524.003-.019-.657-.487.011M6.198 21.402l.548-.005c.003-.436.005-.872.012-1.307.375-.005.748-.014 1.123-.021.603-.513.706-1.585-.018-2.041-.543-.112-1.104-.049-1.652-.068a207.857 207.857 0 0 0-.014 3.442m6.696-2.703c.01-.398-.035-.815-.548-.799-.095.454.014.802.548.799m12.118-.776c-.061 1.17-.046 2.344-.049 3.516l.515.005c-.002-1.105.046-2.214-.002-3.32a59.283 59.283 0 0 0-.464-.201m-14.495 3.449c.538.298 1.097-.098 1.394-.545l-.519-.201-.345.406a66.868 66.868 0 0 0-.41-.145l-.137-.489c.478-.007.957-.012 1.433-.028-.056-.701-.291-1.479-1.112-1.559-.999.375-1.125 1.96-.305 2.561m1.804-2.391c.01.815-.009 1.631-.007 2.446.184-.007.37-.014.555-.023 0-.811 0-1.622-.005-2.435-.18.005-.363.009-.543.012m2.295.652c-.107.771.897.79 1.394 1.023-.357.781-.923-.112-1.443.033-.012 1.137 2.041.957 1.859-.161-.095-.767-1.151-.517-1.449-1.144.485-.03.939.158 1.408.247-.058-.95-1.853-.978-1.769.002m2.303-.645c.019.78-.054 1.563.003 2.342.177.21.331.205.464-.012.074-.776.054-1.557.037-2.335l-.505.005m1.541-.003c-1.242.512-.534 3.16.885 2.221-.014.13-.039.392-.051.524-.088.047-.259.145-.345.193a4.608 4.608 0 0 0-1.133-.326c.165.846 1.293 1.055 1.864.54.28-1.016.096-2.093.158-3.136-.459.037-.918-.042-1.377-.016m1.914.014c-.002.808-.033 1.617-.023 2.426.142.003.427.014.571.018.131-.643-.35-2.058.627-2.027.24.645.079 1.356.117 2.027.137-.002.41-.005.548-.009-.002-.773.007-1.549-.032-2.321-.585-.214-1.205-.058-1.81-.114m2.493.798l.797-.455c.077.116.233.343.312.457-.527.17-1.414.263-1.312 1.025-.04.68.727.795 1.193.496 1.006.61.436-1.004.562-1.54.289-1.149-2.071-1.097-1.552.018m-18.951.462c-.003.42-.072.839-.426 1.114-.081-.478-.126-.962-.249-1.431-.068.512-.105 1.049.11 1.533l.723-.165c.051-.34-.147-.785.126-1.048.368.286.165.867.317 1.267.1-.683.117-1.373.194-2.057-.233.296-.44.629-.797.787m25.296.786c-.243.065-.483.14-.723.217l-.147-.576.194-.364c.226.056.454.11.681.163a21.19 21.19 0 0 0-.709-.487c-.382.45-.287 1.041-.119 1.557.238-.103.475-.214.708-.328.072.035.212.102.284.135.042-.354-.095-.948.384-1.046.177.396.168.844.284 1.26.084-.608.314-1.559-.604-1.538a46.125 46.125 0 0 1-.179-.524c-.037.51-.04 1.021-.053 1.531m1.275-1.427c-.131.585-.046 1.182-.035 1.775.088.026.261.082.347.109-.342-.608.121-1.312-.312-1.883m-28.653.822c.322-.056.643-.128.965-.187-.359.305-.82.545-.928 1.044.356.016.711.019 1.067.025-.03-.448-.056-.9-.182-1.335a1.73 1.73 0 0 0-.921.454m30.256-.253c.014.45.025.9.079 1.351.163-.454.046-1.039.515-1.326.082.452.131.909.217 1.361.145-.496.117-1.018.002-1.517-.272.042-.543.086-.813.131m-5.188.226c.258-.016.515-.053.773-.063.119.368-.433.338-.636.499.016.212.037.424.061.636l.825-.07.007-.387a3.737 3.737 0 0 1-.853.247c.196-.326.527-.42.888-.415.039-.816-.52-.946-1.065-.447m4.277.969c.305.272.596-.158.832-.314-.35.033-.799.294-.988-.158.321-.051.641-.098.963-.144a17.435 17.435 0 0 0-.433-.781c-.636.124-.928.997-.375 1.396z"/><path fill="#fff" d="M23.086 7.78c.794-.01 1.589-.005 2.384-.007-.007.422-.011.843-.011 1.265-.788.025-1.575.026-2.363.009a76.358 76.358 0 0 1-.011-1.267zM15.726 14.034l.624.019c.186.659.766 1.028 1.282 1.41-.748-.009-1.496-.018-2.242-.01.359-.403.611-.89.336-1.419zM18.718 21.052c-.305-.527-.429-1.214-.005-1.719.864.165.753 1.447.005 1.719zM31.233 20.349c.872-.28-.063.9 0 0zM2.29 20.855c.82-.21-.172.808 0 0z"/><path fill="#323232" d="M0 1.477C.179 1.041.413.526.92.405l.398.138c-.455.249-.974.611-.937 1.2C.323 8.486.43 15.232.327 21.973c-.058.084-.175.25-.235.333l-.091.14V1.477zM12.061 11.891c-1.915-1.456-1.908-4.648-.084-6.179-.61 1.097-1.351 2.258-1.116 3.581.025 1.013.746 1.759 1.2 2.598z"/><path d="M.92.405c.727-.2 1.487-.121 2.234-.131C13.26.283 23.367.267 33.473.281c.799-.037 1.556.648 1.503 1.468.016 6.659.005 13.317.007 19.978.091.857-.639 1.661-1.508 1.613-10.637.009-21.274.007-31.911 0-.673.044-1.237-.429-1.472-1.034.06-.082.177-.249.235-.333.13.576.608 1.077 1.235 1.032 10.578.016 21.157 0 31.734.007.739.098 1.461-.506 1.377-1.274.005-6.61 0-13.218.003-19.827.068-.631-.399-1.295-1.062-1.309C22.851.539 12.081.66 1.317.542L.919.404z"/><path d="M12.893 18.699c-.534.003-.643-.345-.548-.799.513-.016.559.401.548.799zM16.917 18.988l.505-.005c.018.778.037 1.559-.037 2.335-.133.217-.287.222-.464.012-.058-.78.016-1.563-.003-2.342z"/><path fill="#121212" d="M18.168 3.477c.298-1.463 2.099-2.503 3.402-1.578.96 1.077.002 2.717-1.403 2.486-1.191 1.461-3.766-.112-4.516 1.936l.203.289c-.098.426-.107.862-.175 1.291-.039.184-.084.364-.128.547-.159-.205-.317-.41-.473-.615.054-.396.075-.799-.028-1.188.371-1.561 1.475-2.915 3.118-3.167zM29.206 21.046c.012-.51.016-1.021.053-1.531l.179.524c.918-.021.688.93.604 1.538-.116-.415-.107-.864-.284-1.26-.478.098-.342.692-.384 1.046-.072-.033-.212-.1-.284-.135-.233.114-.469.224-.708.328-.168-.517-.263-1.107.119-1.557.24.158.477.319.709.487a48.312 48.312 0 0 1-.681-.163l-.194.364.147.576c.24-.077.48-.152.723-.217zM32.086 20.19c.27-.046.541-.089.813-.131.116.499.144 1.021-.002 1.517-.086-.452-.135-.909-.217-1.361-.469.287-.352.872-.515 1.326-.054-.45-.065-.9-.079-1.351zM31.175 21.385c-.554-.399-.261-1.272.375-1.396.151.258.294.517.433.781-.322.046-.643.093-.963.144.189.452.638.191.988.158-.237.156-.527.585-.832.314m.057-1.037c-.063.9.872-.28 0 0z"/><path fill="#0d0d0d" d="M9.272 14.446C5.851 11.701 5.88 5.797 9.228 3.012c.296.366-.175.662-.356.955-2.118 2.418-2.286 6.207-.506 8.862.294.547.923.937.906 1.617z"/><path fill="#030303" d="M9.947 13.515c-2.547-2.563-2.605-7.095.06-9.595.082.075.243.224.326.298-2.607 2.321-2.575 6.778-.002 9.108l-.384.189zM25.011 17.923c.116.049.349.151.464.201.047 1.105 0 2.214.002 3.32l-.515-.005c.003-1.172-.012-2.346.049-3.516zM10.516 21.372c-.82-.601-.694-2.186.305-2.561.822.081 1.056.858 1.112 1.559-.477.016-.955.021-1.433.028l.137.489.41.145c.114-.135.229-.272.345-.406l.519.201c-.298.447-.857.843-1.394.545m-.104-1.459c.349.011.695.011 1.042-.003-.228-.61-.857-.687-1.042.003zM12.319 18.981c.18-.003.363-.007.543-.012.005.813.005 1.624.005 2.435-.186.009-.371.016-.555.023-.002-.815.018-1.631.007-2.446z"/><path fill="#090909" d="M9.584 7.121c.317-.85.673-1.973 1.654-2.232C10.08 6.185 9.286 7.948 9.7 9.708c.098 1.161.93 2.02 1.479 2.983C9.425 11.582 8.91 9.016 9.585 7.12zM6.198 21.402c-.007-1.147.002-2.295.014-3.442.548.019 1.109-.044 1.652.068.723.455.62 1.528.018 2.041-.375.007-.748.016-1.123.021-.007.434-.009.871-.012 1.307l-.548.005m.556-2.827v.971l.869-.033c.07-.273.135-.548.193-.823a21.947 21.947 0 0 0-1.062-.114zM14.614 19.633c-.084-.979 1.712-.951 1.769-.002-.47-.089-.923-.277-1.408-.247.298.627 1.354.377 1.449 1.144.182 1.118-1.871 1.298-1.859.161.52-.145 1.086.748 1.443-.033-.498-.233-1.501-.252-1.394-1.023zM18.457 18.985c.459-.026.918.053 1.377.016-.061 1.042.123 2.12-.158 3.136-.571.515-1.699.307-1.864-.54.392.054.769.175 1.133.326l.345-.193c.012-.131.037-.394.051-.524-1.419.939-2.127-1.71-.885-2.221m.262 2.067c.748-.272.858-1.554-.005-1.719-.424.505-.3 1.191.005 1.719zM22.863 19.797c-.519-1.114 1.841-1.167 1.552-.018-.126.536.443 2.149-.562 1.54-.466.3-1.233.184-1.193-.496-.102-.762.785-.855 1.312-1.025a46.066 46.066 0 0 1-.312-.457c-.266.152-.531.305-.797.455m.31.744l.021.408c.126.03.382.088.508.116.102-.266.194-.536.275-.811-.27.093-.538.189-.804.287zM26.898 20.416c.545-.499 1.104-.37 1.065.447-.361-.005-.692.089-.888.415.294-.044.578-.135.853-.247l-.007.387-.825.07a13.672 13.672 0 0 1-.061-.636c.203-.161.755-.131.636-.499-.258.01-.515.047-.773.063z"/><path fill="#020202" d="M22.514 6.764c1.465.016 2.927-.002 4.39.005 0 .336 0 .671-.002 1.007-.293-.005-.583-.011-.876-.011-.002.433-.005.864-.011 1.296h.869c-.007 1.403.011 2.806-.025 4.21l.907.037.084-.659c.427.466.552 1.046.035 1.498l-.168-.559c-.284.012-.564.025-.846.039l-.021.631c-.27-.007-.538-.016-.806-.025.054.429-.023.853-.208 1.246.983-.007 1.969-.042 2.948.051-.159.286-.434.408-.753.364-5.084.019-10.166-.03-15.25-.026-.282.051-.447-.126-.512-.384.794-.047 1.589-.035 2.382-.035-.354-.363-.52-.82-.368-1.316a11.325 11.325 0 0 1-.513-.515l-.666-.039c-.039.163-.117.49-.158.655-.252-.517-.289-1.088.018-1.594l.144.648c.273-.011.547-.021.82-.03.189-1.023-.65-1.682-1.233-2.379.406-.837.759-1.698 1.139-2.545.343-.005.687-.009 1.03-.012.07-.163.14-.328.212-.49.156.205.314.41.473.615.044-.182.089-.363.128-.547.526.811 1.627.3 2.425.438.219-1.361 2.137-1.349 2.358.007a66.614 66.614 0 0 1 2.048.01c0-.531.002-1.062.005-1.592m.573 1.017c0 .422.003.844.011 1.267.788.018 1.575.016 2.363-.009 0-.422.003-.843.011-1.265-.795.002-1.591-.003-2.384.007m-3.258 5.208c.357 1.125-.345 2.114-1.391 2.493a96.46 96.46 0 0 1 3.272-.014c-.881-.494-1.44-1.491-.992-2.482-.296.003-.592.005-.89.003m-4.102 1.046c.275.529.023 1.016-.336 1.419.746-.007 1.494.002 2.242.01-.517-.382-1.097-.752-1.282-1.41l-.624-.019m8.481.18c-.321.501-.755.909-1.225 1.267.61-.019 1.219-.016 1.829-.002-.245-.375-.385-.79-.235-1.235l-.37-.03zM16.919 17.988l.487-.011.019.657-.524-.003c.005-.214.011-.429.018-.643z"/><path fill="#fefefe" d="M19.829 12.988c.298.002.594 0 .89-.003-.448.992.11 1.988.992 2.482a99.139 99.139 0 0 0-3.272.014c1.046-.378 1.748-1.368 1.391-2.493zM24.207 14.214l.37.03c-.151.445-.011.86.235 1.235a32.803 32.803 0 0 0-1.829.002c.47-.357.904-.766 1.225-1.267zM6.755 18.575c.356.03.709.067 1.062.114-.058.275-.123.55-.193.823-.289.011-.578.023-.869.033v-.97zM10.413 19.913c.186-.69.815-.613 1.042-.003a14.48 14.48 0 0 1-1.042.003zM23.173 20.54c.266-.098.534-.194.804-.287-.081.275-.173.545-.275.811a46.418 46.418 0 0 1-.508-.116l-.021-.408z"/><path fill="#050505" d="M9.111 17.97c.252-.019.505-.037.759-.051l.051.373c-.214.149-.426.298-.634.452l.492.301c.005.077.018.231.025.308l-.392.203c-.138.615.331 1.605-.336 1.934-.3-.568-.14-1.235-.175-1.848-.603-.471.156-1.102.212-1.673zM20.372 18.999c.604.056 1.225-.1 1.81.114.039.773.03 1.549.032 2.321l-.548.009c-.039-.671.123-1.382-.117-2.027-.978-.032-.496 1.384-.627 2.027-.144-.003-.429-.014-.571-.018-.011-.809.021-1.619.023-2.426zM30.482 19.619c.433.571-.03 1.275.312 1.883l-.347-.109c-.011-.592-.096-1.19.035-1.775zM1.829 20.442a1.74 1.74 0 0 1 .921-.454c.126.434.152.886.182 1.335-.356-.005-.711-.009-1.067-.025.109-.499.569-.739.928-1.044-.322.06-.643.131-.965.187m.462.414c-.172.808.82-.21 0 0z"/><path fill="#0b0b0b" d="M13.146 19.3c.322-.631.368-1.591 1.324-1.394.009.1.025.301.032.401-.669.179-.401.603-.046.986l-.413.254c-.119.66.406 1.88-.587 1.941-.019-.653-.014-1.307-.012-1.96-.075-.056-.222-.172-.298-.228zM3.912 20.26c.357-.158.564-.491.797-.787-.077.683-.095 1.373-.194 2.057-.152-.399.051-.981-.317-1.267-.273.263-.075.708-.126 1.048-.182.04-.543.123-.723.165-.215-.483-.179-1.021-.11-1.533.123.47.168.953.249 1.431.354-.275.422-.694.426-1.114z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--railroad--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.53.122c.216-.072.446-.079.671-.083 9.232.003 18.465-.001 27.698.002 1.094-.022 2.082.967 2.06 2.061.002 6.598.002 13.198 0 19.796.021 1.094-.967 2.081-2.06 2.061-9.266.002-18.532.002-27.797 0-1.093.02-2.085-.966-2.061-2.06C.039 15.3.039 8.7.041 2.101.025 1.206.68.372 1.53.122m.315.45C1.094.7.507 1.43.544 2.192v19.616c-.05.892.763 1.692 1.651 1.651 9.203.002 18.406.002 27.61 0 .855.04 1.651-.702 1.648-1.563.008-6.567.001-13.134.003-19.701.049-.889-.757-1.703-1.649-1.649-9.32.019-18.644-.034-27.962.026z"/><path fill="#fff" d="M1.942 1.372c.283-.053.573-.029.859-.033 9.002.004 18.004-.003 27.006.004.465-.033.884.384.848.85.003 6.538.003 13.076 0 19.614.035.466-.382.881-.847.85-9.205.005-18.41.005-27.615 0-.465.033-.886-.384-.848-.85-.003-6.538-.003-13.076-.001-19.613-.023-.371.232-.74.598-.822m7.361 4.714l.118.203c.356.027.714.003 1.07.029.744.11 1.331.716 1.547 1.418-1.046.013-2.091-.005-3.137.008a.715.715 0 0 0-.686.468c-.35.856-.692 1.715-1.036 2.573-.629 1.809-.396 3.743-.47 5.62-.068 1.153.935 2.223 2.091 2.222 5.335.014 10.67.002 16.005.007.216.021.5-.071.501-.331.025-.768.011-1.538.007-2.307.042-.319-.333-.314-.549-.351-3.48-.469-6.639-2.78-8.144-5.952-.323-.64-.538-1.44-1.252-1.759-.807-.36-1.722-.124-2.575-.198.181-.569.585-1.073 1.145-1.303.454-.22.968-.076 1.448-.146.179-.09.124-.413-.087-.398-1.867-.021-3.736-.003-5.604-.009-.172-.029-.311.06-.392.206M8.116 18.988l-.002.718-1.431.001c-.002.358-.002.715 0 1.072 3.24-.005 6.48.014 9.719-.009 2.867-.929 5.926-1.012 8.915-1.066v-.716c-3.942-.002-7.883-.002-11.825 0l-.002.718c-1.074.001-2.149.002-3.223-.001l-.002-.717c-.716-.003-1.432-.002-2.149 0z"/><path fill="#fff" d="M11.557 6.302c.573.007 1.147.008 1.72-.001a2.755 2.755 0 0 0-.86 1.201 2.811 2.811 0 0 0-.86-1.2zM8.721 8.626c1.756-.063 3.52-.005 5.279-.029.261.014.631-.061.77.23.305.674.578 1.363.856 2.049.133.28-.12.623-.426.588-2.366.006-4.733.002-7.1.002-.297.048-.597-.248-.484-.546.219-.601.492-1.182.724-1.779.09-.19.149-.451.381-.515zM16.861 11.717c.399.481.832.932 1.29 1.357-.003.826.002 1.651-.002 2.477a21.2 21.2 0 0 1-1.125-.598c-.058-1.078-.11-2.157-.163-3.236zM18.796 13.599c.369.28.754.538 1.146.785 0 .638.001 1.277-.001 1.916a24.767 24.767 0 0 1-1.142-.447c-.008-.751-.003-1.503-.003-2.254zM8.251 14.369c.49-.185 1.047.303.926.813-.076.522-.782.771-1.168.411-.424-.329-.275-1.082.242-1.224zM14.136 14.337c.497-.071.936.479.747.948-.152.502-.881.647-1.211.237-.392-.4-.096-1.158.464-1.185zM20.515 14.706c.332.163.665.322 1.003.471.001.534.001 1.068-.001 1.602-.335-.096-.669-.193-1.003-.292.002-.594.001-1.188.001-1.781zM22.022 15.373c.284.096.57.188.857.275.002.475.002.951.001 1.426l-.859-.178c0-.508-.001-1.015.001-1.523zM23.312 15.762l.715.153c.001.442.001.884-.001 1.326l-.713-.095c-.003-.461-.003-.923-.001-1.384zM24.387 15.976l.572.073v1.28l-.572-.049c-.002-.435-.002-.869 0-1.304z"/><path d="M1.845.572C11.163.512 20.487.565 29.807.546c.892-.054 1.698.76 1.649 1.649-.002 6.567.005 13.134-.003 19.701.003.861-.793 1.603-1.648 1.563-9.204.002-18.407.002-27.61 0C1.307 23.5.494 22.7.544 21.808V2.192C.507 1.43 1.094.7 1.845.572m.097.8c-.366.082-.621.451-.598.822-.002 6.537-.002 13.075.001 19.613-.038.466.383.883.848.85 9.205.005 18.41.005 27.615 0 .465.031.882-.384.847-.85.003-6.538.003-13.076 0-19.614.036-.466-.383-.883-.848-.85-9.002-.007-18.004 0-27.006-.004-.286.004-.576-.02-.859.033z"/><path d="M9.303 6.086c.081-.146.22-.235.392-.206 1.868.006 3.737-.012 5.604.009.211-.015.266.308.087.398-.48.07-.994-.074-1.448.146-.56.23-.964.734-1.145 1.303.853.074 1.768-.162 2.575.198.714.319.929 1.119 1.252 1.759 1.505 3.172 4.664 5.483 8.144 5.952.216.037.591.032.549.351.004.769.018 1.539-.007 2.307-.001.26-.285.352-.501.331-5.335-.005-10.67.007-16.005-.007-1.156.001-2.159-1.069-2.091-2.222.074-1.877-.159-3.811.47-5.62.344-.858.686-1.717 1.036-2.573a.715.715 0 0 1 .686-.468c1.046-.013 2.091.005 3.137-.008-.216-.702-.803-1.308-1.547-1.418-.356-.026-.714-.002-1.07-.029l-.118-.203m2.254.216c.387.318.687.729.86 1.2.168-.474.473-.883.86-1.201-.573.009-1.147.008-1.72.001M8.721 8.626c-.232.064-.291.325-.381.515-.232.597-.505 1.178-.724 1.779-.113.298.187.594.484.546 2.367 0 4.734.004 7.1-.002.306.035.559-.308.426-.588-.278-.686-.551-1.375-.856-2.049-.139-.291-.509-.216-.77-.23-1.759.024-3.523-.034-5.279.029m8.14 3.091c.053 1.079.105 2.158.163 3.236a21.2 21.2 0 0 0 1.125.598c.004-.826-.001-1.651.002-2.477a14.38 14.38 0 0 1-1.29-1.357m1.935 1.882c0 .751-.005 1.503.003 2.254.377.158.758.308 1.142.447.002-.639.001-1.278.001-1.916a15.998 15.998 0 0 1-1.146-.785m-10.545.77c-.517.142-.666.895-.242 1.224.386.36 1.092.111 1.168-.411.121-.51-.436-.998-.926-.813m5.885-.032c-.56.027-.856.785-.464 1.185.33.41 1.059.265 1.211-.237.189-.469-.25-1.019-.747-.948m6.379.369c0 .593.001 1.187-.001 1.781.334.099.668.196 1.003.292.002-.534.002-1.068.001-1.602a26.89 26.89 0 0 1-1.003-.471m1.507.667c-.002.508-.001 1.015-.001 1.523l.859.178c.001-.475.001-.951-.001-1.426a28.467 28.467 0 0 1-.857-.275m1.29.389c-.002.461-.002.923.001 1.384l.713.095c.002-.442.002-.884.001-1.326a102.04 102.04 0 0 0-.715-.153m1.075.214c-.002.435-.002.869 0 1.304l.572.049v-1.28l-.572-.073zM8.116 18.988c.717-.002 1.433-.003 2.149 0l.002.717c1.074.003 2.149.002 3.223.001l.002-.718c3.942-.002 7.883-.002 11.825 0v.716c-2.989.054-6.048.137-8.915 1.066-3.239.023-6.479.004-9.719.009a95.766 95.766 0 0 1 0-1.072l1.431-.001.002-.718z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--railroad--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#f9f9f9" d="M0 0h1.397C.699.195.13.741 0 1.469V0z"/><path fill="#212121" d="M1.397 0h21.042c.776.313 1.407 1.027 1.402 1.896 0 6.629.003 13.259-.002 19.888-.017 1.017-.815 2.082-1.901 2.057-6.626.003-13.254-.005-19.882.003-.908.029-1.831-.534-2.057-1.448V1.468C.129.74.698.195 1.396-.001m.103.959c-.173.175-.35.345-.526.517C.932 8.297.963 15.12.956 21.942c-.116.558.482.89.949.943 6.625.008 13.251 0 19.875.005.618.078 1.175-.494 1.108-1.108.01-6.575.01-13.151 0-19.726.041-.44-.24-.798-.526-1.095C15.408.948 8.453.953 1.499.959z"/><path fill="#f4f4f4" d="M22.439 0H24v24H0v-1.604c.226.914 1.149 1.477 2.057 1.448 6.628-.008 13.256 0 19.882-.003 1.086.025 1.883-1.039 1.901-2.057.005-6.629.002-13.259.002-19.888.005-.869-.626-1.583-1.402-1.896z"/><path fill="#fff" d="M1.499.958C8.453.952 15.408.947 22.362.96c.286.297.567.655.526 1.095.01 6.575.01 13.151 0 19.726.067.614-.49 1.186-1.108 1.108-6.625-.005-13.251.003-19.875-.005-.467-.052-1.065-.385-.949-.943C.964 15.119.932 8.296.973 1.474c.176-.172.353-.342.526-.517m8.049.804a412.801 412.801 0 0 0-.005 7.038c1.717-1.33 3.152-3.052 4.721-4.571.116-.804.008-1.65.035-2.47a183.52 183.52 0 0 0-4.751.003m7.681.9a8.145 8.145 0 0 1-.995 1.039 23.47 23.47 0 0 1-.358-.262c-.273.259-.54.521-.809.785.094.07.278.211.372.283-.531.529-1.052 1.066-1.597 1.581l-.35-.272c-.219.219-.437.439-.653.66.458.828-.966 1.289-1.329 1.966-.073-.092-.219-.277-.294-.369-.246.25-.494.501-.745.747.116.1.232.202.348.304-.548.587-1.151 1.119-1.696 1.709l-.297-.361c-.248.251-.499.499-.75.747l.362.294-1.577 1.564a64.691 64.691 0 0 1-.386-.256l-.652.672.261.364c-.525.525-1.046 1.054-1.566 1.583-.073-.091-.221-.269-.294-.359-.262.267-.526.531-.785.801l.262.362c-.367.356-.726.72-1.076 1.095.156.157.31.316.464.475.37-.383.755-.752 1.119-1.141.973.99 1.931 2.003 2.959 2.936-.378.385-.768.757-1.148 1.14.14.132.277.265.415.401.367-.38.744-.75 1.111-1.13l.402.405c.342-.319.931-.76.448-1.237.517-.517 1.036-1.03 1.54-1.559.129.138.257.277.386.413.242-.234.478-.472.715-.712l-.401-.405c.521-.491 1.036-.99 1.51-1.526.188.081.377.156.563.238.264-.232.558-.451.687-.792l-.38-.119c.342-.695 1.079-1.162 1.601-1.742l.42.372c.347-.296.795-.717.353-1.152.505-.529 1.032-1.038 1.539-1.562l.396.404c.238-.226.469-.461.691-.704-.124-.141-.25-.281-.373-.423.521-.49 1.019-1.006 1.537-1.5.507.582 1.667-.499.834-.863.381-.372.758-.75 1.152-1.111l-.435-.408c-.362.373-.734.736-1.086 1.119-1.008-.957-1.942-1.987-2.966-2.928.37-.393.761-.766 1.155-1.133a1.936 1.936 0 0 0-.606-.432M9.54 19.612c-.013.833-.019 1.667.017 2.502 1.58-.046 3.16-.005 4.74-.035.01-2.341.019-4.686-.005-7.027-1.736 1.302-3.133 3.087-4.752 4.56z"/><path fill="#202020" d="M9.548 1.761a179.15 179.15 0 0 1 4.751-.003c-.027.82.081 1.666-.035 2.47-1.569 1.519-3.004 3.241-4.721 4.571-.019-2.344-.016-4.692.005-7.038zM9.54 19.612c1.62-1.473 3.017-3.258 4.752-4.56.024 2.341.014 4.686.005 7.027-1.58.03-3.16-.011-4.74.035a41.751 41.751 0 0 1-.017-2.502z"/><path fill="#222" d="M17.229 2.661c.232.097.428.256.606.432-.394.367-.785.741-1.155 1.133 1.024.941 1.958 1.971 2.966 2.928.351-.383.723-.745 1.086-1.119l.435.408c-.394.361-.771.739-1.152 1.111.833.364-.327 1.445-.834.863-.518.494-1.016 1.011-1.537 1.5.124.141.25.281.373.423-.223.243-.453.478-.691.704l-.396-.404c-.507.525-1.033 1.033-1.539 1.562.442.435-.006.857-.353 1.152l-.42-.372c-.521.58-1.259 1.047-1.601 1.742l.38.119c-.129.34-.423.559-.687.792-.186-.083-.375-.157-.563-.238a23.625 23.625 0 0 1-1.51 1.526l.401.405c-.237.24-.474.478-.715.712l-.386-.413c-.504.529-1.024 1.043-1.54 1.559.483.477-.107.917-.448 1.237l-.402-.405c-.367.38-.744.75-1.111 1.13a31.296 31.296 0 0 0-.415-.401c.38-.383.769-.755 1.148-1.14-1.028-.933-1.987-1.945-2.959-2.936-.364.389-.749.758-1.119 1.141-.154-.159-.308-.318-.464-.475.35-.375.709-.739 1.076-1.095l-.262-.362c.259-.27.523-.534.785-.801.073.091.221.269.294.359.52-.529 1.041-1.059 1.566-1.583l-.261-.364c.216-.226.434-.448.652-.672l.386.256 1.577-1.564a33.21 33.21 0 0 1-.362-.294c.251-.248.502-.496.75-.747l.297.361c.545-.59 1.148-1.122 1.696-1.709a94.506 94.506 0 0 0-.348-.304c.251-.246.499-.497.745-.747.075.092.221.277.294.369.362-.677 1.787-1.138 1.329-1.966.216-.221.434-.44.653-.66l.35.272c.545-.515 1.066-1.052 1.597-1.581-.094-.072-.278-.213-.372-.283.269-.264.536-.526.809-.785.089.067.267.197.358.262.366-.313.69-.668.995-1.039m-2.939 3.968c1.02.928 1.979 1.925 2.939 2.913.526-.531 1.071-1.044 1.581-1.593a100.53 100.53 0 0 0-2.92-2.921c-.569.497-1.076 1.059-1.601 1.601m-.71.669c-.461.534-1.011.981-1.475 1.51-.126.192.148.323.246.453.876.842 1.713 1.725 2.589 2.568.528-.525 1.06-1.044 1.594-1.561-.968-1.006-1.977-1.972-2.955-2.971m-3.959 3.987c.985.974 1.944 1.977 2.94 2.94a78.868 78.868 0 0 1 1.599-1.57 750.67 750.67 0 0 1-2.958-2.961c-.502.555-1.071 1.043-1.581 1.591m-2.324 2.311c1.008.96 1.974 1.963 2.966 2.942.51-.542 1.074-1.032 1.554-1.601-.963-.96-1.89-2.009-2.926-2.867-.587.437-1.049 1.033-1.594 1.526m-2.273 2.298a114.09 114.09 0 0 0 2.936 2.926c.547-.507 1.054-1.055 1.589-1.575a341.92 341.92 0 0 1-2.955-2.945c-.517.539-1.081 1.03-1.57 1.594z"/><path fill="#fdfdfd" d="M14.292 6.628c.525-.542 1.032-1.103 1.601-1.601a100.53 100.53 0 0 1 2.92 2.921c-.51.548-1.055 1.062-1.581 1.593-.96-.989-1.918-1.985-2.939-2.913z"/><path fill="#fcfcfc" d="M13.581 7.297c.977.998 1.987 1.965 2.955 2.971-.534.517-1.067 1.036-1.594 1.561-.876-.844-1.713-1.726-2.589-2.568-.099-.13-.372-.261-.246-.453.464-.529 1.014-.976 1.475-1.51zM5.024 15.892c.49-.564 1.054-1.055 1.57-1.594a341.92 341.92 0 0 0 2.955 2.945c-.536.52-1.043 1.068-1.589 1.575a117.39 117.39 0 0 1-2.936-2.926z"/><path fill="#fbfbfb" d="M9.621 11.283c.51-.548 1.079-1.036 1.581-1.591a750.67 750.67 0 0 0 2.958 2.961 81.61 81.61 0 0 0-1.599 1.57c-.997-.963-1.955-1.966-2.94-2.94z"/><path fill="#fafafa" d="M7.297 13.594c.545-.493 1.008-1.089 1.594-1.526 1.036.858 1.963 1.907 2.926 2.867-.48.569-1.044 1.059-1.554 1.601-.992-.979-1.958-1.982-2.966-2.942z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--restriction-in-both-directions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#be9c0c" opacity=".75" d="M0 0h1.733l.15.005c-.167.038-.334.079-.5.12C.967.129.55.103.134.088.132.518.138.947.106 1.377l-.085.362-.02-.162V0z"/><path fill="#ffd90f" d="M1.733 0h22.124c.016.461.011.922.041 1.382-.353-.81-1.153-1.402-2.059-1.36C15.187.003 8.535.04 1.883.004l-.15-.005zM.133.088c.416.016.833.041 1.249.037A2.437 2.437 0 0 0 .105 1.377C.136.947.13.518.133.088z"/><path fill="#ffd90f" d="M1.609 1.132c.209-.095.443-.097.668-.104 6.521.019 13.043-.019 19.564.002.581-.058 1.128.408 1.11 1.002.016 6.605-.001 13.21.007 19.814.071.623-.491 1.188-1.114 1.121-6.564.01-13.127-.016-19.69-.005-.568.06-1.148-.403-1.118-.994-.012-6.563-.004-13.127-.014-19.688-.025-.451.125-.974.587-1.148m5.999 5.937c.994.007 1.987 0 2.981.005.004 1.247-.001 2.494.002 3.74.997.002 1.994.002 2.992 0 .004-1.247-.001-2.494.002-3.742.986-.004 1.974.004 2.962-.005-1.483-1.498-2.97-2.993-4.462-4.482a1113.05 1113.05 0 0 0-4.477 4.483m2.966 6.132c-.001 1.246.002 2.49-.001 3.734-.989.004-1.979.001-2.968.001 1.487 1.499 2.98 2.993 4.463 4.496 1.498-1.498 2.989-3 4.488-4.496h-2.988c-.002-1.246.001-2.49-.001-3.734-.997-.002-1.996-.001-2.993-.001zM.104 22.625a2.74 2.74 0 0 0 1.271 1.267c-.414-.019-.83-.008-1.246-.004 0-.421.006-.844-.025-1.264zM22.578 23.898c.595-.245 1.044-.73 1.325-1.3 0 .449.022.898.028 1.346a40.602 40.602 0 0 1-1.352-.047z"/><path fill="#8b7309" opacity=".55" d="M23.857 0H24v1.549l-.04.204a40.97 40.97 0 0 1-.062-.371C23.868.921 23.873.46 23.857 0z"/><path fill="#ff163c" d="M1.382.125c.167-.041.334-.082.5-.12C8.534.041 15.186.004 21.838.023c.906-.042 1.706.55 2.059 1.36l.062.371c-.133.81-.074 1.632-.08 2.448-.002 5.04.004 10.08.005 15.12.01 1.004-.041 2.012.071 3.013l-.053.264c-.281.57-.73 1.055-1.325 1.3-5.926.036-11.852.006-17.778.017-.984 0-1.97-.043-2.951.073-.157-.031-.316-.062-.474-.096a2.748 2.748 0 0 1-1.271-1.267l-.082-.356c.048-.382.097-.763.103-1.148-.014-5.44-.001-10.88-.007-16.32-.011-1.021.07-2.048-.098-3.061l.085-.362A2.444 2.444 0 0 1 1.381.127m.228 1.005c-.462.174-.612.697-.587 1.148.011 6.562.002 13.126.014 19.688-.03.59.551 1.054 1.118.994 6.563-.011 13.126.014 19.69.005.623.067 1.184-.498 1.114-1.121-.008-6.605.008-13.21-.007-19.814.018-.594-.529-1.06-1.11-1.002-6.521-.022-13.043.017-19.564-.002-.226.007-.46.01-.668.104z"/><path fill="#e53d2c" opacity=".9" d="M0 1.577l.02.162C.188 2.752.108 3.779.118 4.8c.006 5.44-.007 10.88.007 16.32-.006.385-.055.767-.103 1.148l-.023.172V1.577z"/><path fill="#d84127" opacity=".85" d="M23.96 1.753l.04-.204v20.58l-.044.205c-.112-1.001-.061-2.009-.071-3.013-.001-5.04-.007-10.08-.005-15.12.006-.816-.053-1.638.08-2.448z"/><path d="M7.608 7.069c1.489-1.498 2.98-2.994 4.477-4.483 1.492 1.489 2.978 2.984 4.462 4.482-.988.008-1.975.001-2.962.005-.004 1.248.001 2.495-.002 3.742-.997.002-1.994.002-2.992 0-.004-1.247.001-2.494-.002-3.74-.994-.005-1.987.002-2.981-.005zM10.574 13.2c.997 0 1.996-.001 2.993.001.002 1.244-.001 2.489.001 3.734h2.988c-1.499 1.496-2.99 2.999-4.488 4.496-1.483-1.504-2.976-2.998-4.463-4.496.989 0 1.979.002 2.968-.001.004-1.244 0-2.489.001-3.734z"/><path fill="#b6920c" opacity=".71" d="M0 22.44l.023-.172.082.356c.031.42.025.842.025 1.264.415-.005.832-.016 1.246.004.158.034.317.065.474.096L1.702 24H0v-1.56z"/><path fill="#e5462a" opacity=".9" d="M23.956 22.334l.044-.205V24l-22.151-.012c.98-.116 1.967-.073 2.951-.073 5.926-.011 11.852.019 17.778-.017.45.02.901.041 1.352.047-.006-.449-.028-.898-.028-1.346l.053-.264z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--roundabout-go-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.435.145c.243-.098.507-.109.766-.111 9.232.001 18.465-.002 27.698.001 1.098-.029 2.095.969 2.065 2.067.002 6.599.002 13.197 0 19.796.029 1.098-.968 2.095-2.066 2.066-9.265.003-18.53.003-27.795 0-1.098.029-2.098-.967-2.067-2.066C.034 15.3.035 8.701.036 2.102.014 1.237.627.425 1.435.145m.407.416C1.08.684.493 1.424.534 2.194.536 8.765.529 15.336.537 21.907c-.005.862.801 1.606 1.656 1.56 9.238-.002 18.476.004 27.714-.003.862.002 1.609-.799 1.56-1.657-.002-6.571.005-13.143-.003-19.714 0-.861-.799-1.61-1.657-1.56C20.485.552 11.16.496 1.842.561z"/><path fill="#fff" d="M1.94 1.36c9.252-.063 18.512-.007 27.766-.028.502-.075 1.006.34.96.86.002 6.538.002 13.077 0 19.615a.815.815 0 0 1-.858.859H2.193c-.472.04-.9-.386-.859-.859V2.193c-.026-.376.233-.752.606-.833m15.3 3.887c-1.454.805-2.464 2.33-2.667 3.978-1.792-.003-3.584.017-5.376-.029.747-.838 1.572-1.602 2.353-2.407-.545-.004-1.089-.003-1.633-.001-1.031 1.028-2.059 2.058-3.088 3.088a555.189 555.189 0 0 0 3.069 3.07c.538 0 1.076.003 1.614-.001-.773-.794-1.582-1.554-2.323-2.378 1.796-.031 3.593-.006 5.39-.006.072.431.178.857.337 1.266.391-.16.778-.329 1.168-.492-.424-1.125-.343-2.434.269-3.475.706-1.248 2.114-2.06 3.55-2.024 1.498-.003 2.942.918 3.584 2.268.673 1.347.499 3.064-.438 4.243-.875 1.158-2.401 1.753-3.831 1.521v5.578c.44.001.879.002 1.319-.001.004-1.431-.002-2.861.002-4.292 2.602-.294 4.729-2.731 4.631-5.354-.006-1.861-1.084-3.66-2.709-4.56-1.584-.906-3.64-.906-5.221.008z"/><path d="M1.842.561C11.16.496 20.485.552 29.807.533c.858-.05 1.657.699 1.657 1.56.008 6.571.001 13.143.003 19.714.049.858-.698 1.659-1.56 1.657-9.238.007-18.476.001-27.714.003-.855.046-1.661-.698-1.656-1.56C.529 15.336.536 8.765.534 2.194.493 1.424 1.08.684 1.842.561m.098.799c-.373.081-.632.457-.606.833v19.614c-.041.473.387.899.859.859h27.615a.815.815 0 0 0 .858-.859c.002-6.538.002-13.077 0-19.615.046-.52-.458-.935-.96-.86-9.254.021-18.514-.035-27.766.028z"/><path d="M17.24 5.247c1.581-.914 3.637-.914 5.221-.008 1.625.9 2.703 2.699 2.709 4.56.098 2.623-2.029 5.06-4.631 5.354-.004 1.431.002 2.861-.002 4.292-.44.003-.879.002-1.319.001v-5.578c1.43.232 2.956-.363 3.831-1.521.937-1.179 1.111-2.896.438-4.243-.642-1.35-2.086-2.271-3.584-2.268-1.436-.036-2.844.776-3.55 2.024-.612 1.041-.693 2.35-.269 3.475-.39.163-.777.332-1.168.492a6.393 6.393 0 0 1-.337-1.266c-1.797 0-3.594-.025-5.39.006.741.824 1.55 1.584 2.323 2.378-.538.004-1.076.001-1.614.001a555.189 555.189 0 0 1-3.069-3.07c1.029-1.03 2.057-2.06 3.088-3.088.544-.002 1.088-.003 1.633.001-.781.805-1.606 1.569-2.353 2.407 1.792.046 3.584.026 5.376.029.203-1.648 1.213-3.173 2.667-3.978z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--roundabout-go-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.955.199c.374-.153.784-.151 1.181-.154C15.68.049 28.224.042 40.77.049c1.497-.041 2.858 1.32 2.816 2.817.003 6.09.003 12.179 0 18.267.041 1.497-1.32 2.857-2.817 2.817-12.634.004-25.268.004-37.902 0-1.495.04-2.86-1.319-2.817-2.816V2.865C.02 1.685.855.578 1.956.198m.557.567C1.473.934.671 1.942.727 2.992.73 9.044.722 15.096.731 21.147c-.005 1.175 1.095 2.189 2.261 2.126h37.653c1.17.065 2.264-.95 2.26-2.126.008-6.098.008-12.196 0-18.295 0-1.173-1.088-2.194-2.26-2.126C27.935.752 15.22.676 2.514.764z"/><path fill="#fff" d="M2.645 1.855c12.616-.086 25.242-.011 37.861-.038.685-.104 1.373.465 1.31 1.174V21.01c.055.644-.528 1.226-1.171 1.171H2.99c-.644.055-1.229-.526-1.171-1.171V2.991c-.035-.513.319-1.025.826-1.136m21.553 1.939c1.058 1.1 2.185 2.137 3.195 3.281-2.356.059-4.714.046-7.07.035-.158-.86-.183-1.825-.558-2.665-.545.194-1.092.385-1.638.574.622 1.589.492 3.46-.412 4.916-.968 1.63-2.817 2.656-4.707 2.662-.004 2.532.001 5.066-.004 7.598.603.018 1.205.033 1.807-.008-.016-2.02.007-4.04-.012-6.061 2.495-.655 4.571-2.677 5.221-5.183 2.461-.026 4.924-.026 7.385.001-1.004 1.128-2.114 2.157-3.161 3.244.734.005 1.467.004 2.202.001 1.395-1.394 2.789-2.787 4.182-4.184-1.396-1.406-2.804-2.802-4.197-4.21-.745-.011-1.489-.007-2.234-.003z"/><path d="M2.513.765C15.219.676 27.934.753 40.644.727c1.171-.068 2.26.953 2.26 2.126.008 6.098.008 12.196 0 18.295.004 1.175-1.09 2.191-2.26 2.126H2.991c-1.166.063-2.266-.95-2.261-2.126C.72 15.096.729 9.044.726 2.993.67 1.943 1.472.935 2.512.766m.133 1.089c-.507.11-.862.623-.826 1.136V21.01c-.057.645.528 1.226 1.171 1.171h37.655c.644.055 1.226-.528 1.171-1.171V2.991c.063-.709-.626-1.278-1.31-1.174-12.619.027-25.245-.048-37.861.038z"/><path d="M24.198 3.794c.745-.004 1.489-.008 2.234.003 1.394 1.407 2.801 2.804 4.197 4.21a5499.37 5499.37 0 0 1-4.182 4.184c-.735.003-1.469.004-2.202-.001 1.047-1.087 2.157-2.116 3.161-3.244a343.018 343.018 0 0 0-7.385-.001c-.65 2.506-2.726 4.529-5.221 5.183.019 2.021-.004 4.042.012 6.061-.601.041-1.204.026-1.807.008.005-2.532 0-5.066.004-7.598 1.89-.005 3.739-1.032 4.707-2.662.904-1.456 1.034-3.327.412-4.916.545-.19 1.092-.38 1.638-.574.375.84.4 1.804.558 2.665 2.356.011 4.714.023 7.07-.035-1.01-1.144-2.137-2.18-3.195-3.281z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--roundabout-go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.036.142c.207-.1.441-.099.665-.103C8.6.041 15.499.039 22.399.04c.875-.039 1.649.792 1.579 1.661-.001 6.899.004 13.798-.002 20.696.029.842-.737 1.608-1.579 1.579-6.898.006-13.797.001-20.696.002-.868.07-1.698-.705-1.661-1.579 0-6.933-.001-13.865.001-20.798C.017.966.458.375 1.036.142m.302.308C.779.568.379 1.127.415 1.692.416 8.597.41 15.503.418 22.408c-.015.671.613 1.235 1.274 1.191 6.905-.001 13.811.006 20.717-.003.675.012 1.244-.622 1.19-1.289l-.001-20.615c.055-.705-.587-1.337-1.29-1.278C15.319.437 8.323.365 1.338.45z"/><path fill="#fff" d="M1.432 1.043c6.954-.069 13.918-.01 20.875-.03.384-.05.739.29.692.678v20.618c.052.39-.3.741-.69.691-6.873 0-13.745.001-20.618-.001a.622.622 0 0 1-.677-.691V1.692c-.025-.279.142-.57.418-.649m7.434 4.778c-.007.405-.006.811-.001 1.216.595-.579 1.166-1.182 1.78-1.741.016 1.346.011 2.693.004 4.039-.322.059-.64.138-.947.254.119.292.243.583.369.872 1.195-.462 2.656-.089 3.447.927.847 1.012.898 2.587.118 3.652-.649.947-1.858 1.428-2.984 1.247-.003 1.4-.003 2.799 0 4.198.328.003.657.003.986-.001l.024-3.228c2.151-.237 3.827-2.417 3.442-4.559-.23-1.732-1.722-3.165-3.451-3.368.005-1.342-.018-2.685.023-4.026.623.563 1.202 1.173 1.801 1.762.002-.409.003-.817-.001-1.226a629.683 629.683 0 0 0-2.312-2.311c-.767.763-1.529 1.532-2.298 2.293z"/><path d="M1.338.45C8.323.365 15.319.437 22.308.414c.703-.059 1.345.573 1.29 1.278l.001 20.615c.054.667-.515 1.301-1.19 1.289-6.906.009-13.812.002-20.717.003-.661.044-1.289-.52-1.274-1.191C.41 15.503.416 8.597.415 1.692.379 1.127.779.568 1.338.45m.094.593c-.276.079-.443.37-.418.649v20.616a.622.622 0 0 0 .677.691c6.873.002 13.745.001 20.618.001.39.05.742-.301.69-.691V1.691c.047-.388-.308-.728-.692-.678-6.957.02-13.921-.039-20.875.03z"/><path d="M8.866 5.821c.769-.761 1.531-1.53 2.298-2.293.773.768 1.543 1.539 2.312 2.311.004.409.003.817.001 1.226-.599-.589-1.178-1.199-1.801-1.762-.041 1.341-.018 2.684-.023 4.026 1.729.203 3.221 1.636 3.451 3.368.385 2.142-1.291 4.322-3.442 4.559l-.024 3.228c-.329.004-.658.004-.986.001a979.068 979.068 0 0 1 0-4.198c1.126.181 2.335-.3 2.984-1.247.78-1.065.729-2.64-.118-3.652-.791-1.016-2.252-1.389-3.447-.927-.126-.289-.25-.58-.369-.872.307-.116.625-.195.947-.254.007-1.346.012-2.693-.004-4.039-.614.559-1.185 1.162-1.78 1.741-.005-.405-.006-.811.001-1.216z"/></symbol><symbol viewBox="0 0 43 24" id="complementary--slippery-for-caravan-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#151515" opacity=".58" d="M3.831 0h4.812l-.26.033c-1.605.146-3.23.186-4.836.026L3.831 0z"/><path fill="#1f1f1f" opacity=".86" d="M8.643 0h30.75l.288.051c-1.497.195-3.008.095-4.512.107C26.766.114 18.364.12 9.961.163 9.433.158 8.907.091 8.382.033L8.642 0z"/><path fill="#030303" d="M0 1.325C.326-.353 2.341.271 3.547.059 5.153.219 6.779.18 8.383.033c.525.057 1.051.125 1.579.13A2491.95 2491.95 0 0 1 35.17.158c1.503-.012 3.014.088 4.512-.107 1.022.19 2.231-.192 3.109.48.548.732.343 1.733.5 2.587-.057.571-.134 1.14-.136 1.713.059 3.923.027 7.848.027 11.772.017 1.493-.139 2.996.11 4.48-.033 1.118-.024 2.897-1.576 2.883-.572-.038-1.143-.106-1.715-.119-12.328 0-24.657.011-36.984-.006-.543.014-1.082.097-1.624.145C.738 23.911.201 23.5 0 22.868V1.325m1.41-.202c-.482.145-.53.712-.522 1.135C.896 8.856.877 15.453.897 22.05c-.048.51.388.96.903.909 13.138.014 26.278 0 39.417.006.552.088 1.118-.325 1.057-.915.017-6.649.009-13.3.005-19.949.071-.537-.317-1.12-.909-1.017-13.319.026-26.645-.053-39.959.039z"/><path fill="#030303" d="M11.647 16.685l.392.005-.001 3.206-.389.008c-.002-1.073.002-2.145-.002-3.218zM4.097 17.654c-.089-1.122 1.659-1.254 2.133-.405l-.445.104-.376-.364c-.38.051-.999.101-.86.646.353.681 1.534.528 1.692 1.387.065 1.244-2.006 1.342-2.344.261l.421-.072c.116.162.234.323.352.485.475.075 1.221-.021 1.128-.676-.424-.625-1.573-.507-1.7-1.366zM9.114 19.908c0-1.075.003-2.151-.002-3.226l.421.018a34.25 34.25 0 0 1-.026 1.241c.424-.266 1.048-.51 1.434-.048.272.628.098 1.346.148 2.012l-.42-.015c-.009-.56.059-1.131-.051-1.683-.186-.415-.875-.245-1.014.143-.136.497-.06 1.022-.074 1.532l-.417.026zM19.414 16.691c.103-.002.308-.002.411-.003-.006 1.085.002 2.169-.005 3.254a39.288 39.288 0 0 1-.519-.139c-.288.083-.581.231-.886.165-1.011-.284-1.02-2.045 0-2.317.373-.124.708.133 1.022.293-.017-.418-.02-.836-.023-1.253m-.949 1.312c-.661.37-.515 1.843.4 1.686.943-.205.614-2.162-.4-1.686zM29.692 17.873c.451-.519.77-1.608 1.674-1.022-.459.106-.94.245-.937.805.315.038.629.078.942.145-.288.115-.593.177-.895.243a15.98 15.98 0 0 1-.003 1.857 48.152 48.152 0 0 0-.38-.006c-.002-.617-.005-1.233.006-1.851-.137-.057-.272-.113-.406-.171zM34.009 19.9c.002-1.072.003-2.145-.002-3.217.098.003.293.008.391.009l-.006 1.254c.424-.267 1.064-.524 1.446-.048.264.626.092 1.339.142 2.002a56.325 56.325 0 0 0-.411-.006c-.005-.527.036-1.057-.029-1.58-.065-.53-.892-.397-1.035.03-.155.503-.101 1.038-.116 1.558-.095-.002-.285-.002-.38-.002zM6.684 18.16c.383-.788 1.736-.706 1.977.165-.337-.104-.64-.285-.968-.411-.922.008-.999 1.605-.136 1.765.296.078.513-.162.737-.306l.37.056c-.329.424-.869.712-1.408.504-.729-.216-.85-1.167-.572-1.772zM12.682 19.301c-.341-.786.306-1.838 1.211-1.669.608.041.792.676.856 1.179-.61.027-1.22.018-1.829.032.136.491.472.927 1.037.865.234-.166.477-.317.735-.441-.134 1.011-1.746.919-2.009.035m.279-.718c.481.008.965.009 1.448-.002-.177-.851-1.235-.814-1.448.002zM15.208 17.698l.405-.008c.015.596-.063 1.205.068 1.79.323.383.955.119 1.042-.331.101-.48.053-.975.059-1.461l.391.008c-.005.765.017 1.532-.024 2.297a12.05 12.05 0 0 1-.471-.273c-.397.276-1.014.409-1.342-.036-.235-.631-.091-1.327-.127-1.986zM20.418 19.298c-.382-.826.395-1.929 1.321-1.641.549.097.67.694.746 1.155-.605.024-1.211.018-1.816.029.116.498.453.912 1.008.866.249-.201.53-.353.86-.346-.411.842-1.801.841-2.119-.063m.275-.714c.482.009.963.009 1.443 0-.157-.874-1.224-.797-1.443 0zM23.004 17.6c.157.086.311.175.463.269.275-.118.56-.213.847-.294l.03.373c-1.146-.118-1.004 1.189-.977 1.952-.097 0-.29.001-.386.003.005-.768-.018-1.535.023-2.302zM25.251 19.875c-.989-.299-.928-2.045.104-2.235.323-.089.611.118.895.235.139-.097.279-.19.423-.282.026.897.104 1.811-.048 2.7-.382.811-1.68.729-2.121.003l.403-.038c.581.74 1.595.177 1.484-.702-.343.204-.721.454-1.14.318m.418-.146c.789-.29.912-1.65-.012-1.817-.949.113-.898 1.65.012 1.817zM27.277 19.191c-.29-.833.506-1.826 1.398-1.525.533.113.62.702.7 1.149-.608.021-1.217.014-1.825.027.136.485.466.93 1.028.857.254-.163.519-.305.8-.415-.264 1.008-1.9.897-2.101-.094m.309-.606c.483.009.968.009 1.452-.002-.184-.862-1.224-.792-1.452.002zM31.422 18.344c.24-.765 1.283-.952 1.852-.453.201.679.072 1.405.146 2.103a14.98 14.98 0 0 1-.507-.254c-.454.293-1.262.402-1.426-.267-.033-.824 1.048-.774 1.597-1.02-.226-.978-1.091-.334-1.662-.109m.478 1.147c.491.598 1.185-.133 1.14-.714-.406.139-1.135.133-1.14.714zM36.635 17.589c.151.095.302.193.45.294.332-.192.708-.329 1.055-.085-.34.183-.874.162-1.051.562-.122.5-.059 1.022-.068 1.532l-.406.009c.006-.771-.017-1.543.02-2.312z"/><path fill="#fff" d="M1.41 1.123c13.315-.092 26.64-.014 39.959-.039.592-.103.98.48.909 1.017.005 6.649.012 13.3-.005 19.949.062.59-.504 1.002-1.057.915-13.14-.006-26.279.008-39.417-.006a.837.837 0 0 1-.903-.909C.876 15.454.894 8.856.887 2.258c-.008-.423.041-.99.522-1.135M23.2 8.761c.18 1.288.284 2.586.429 3.879-.454.002-.907.002-1.362.006.155-.798-.086-1.577-.361-2.318-.685.005-1.371-.003-2.056.009-.779-.731-1.502-1.518-2.267-2.263-.325-.356-.857-.208-1.283-.246-1.852.044-3.715-.068-5.561.054-1.126.687-2.009 1.736-3.143 2.417-1.282.119-2.563.237-3.848.337-.127.454-.367.904-.343 1.386.208.577.577 1.081.805 1.651.303.027.607.05.91.063.16.083.322.165.482.246.163-.231.322-.463.483-.694-.205.628-.038 1.446.587 1.774.78.584 1.926-.021 2.143-.897l.172-.269c2.488.097 4.981.065 7.469.023l-.094-.174c.03-.125.092-.376.124-.501-.05.509.149.998.414 1.422.563.717 1.654.833 2.287.139.285-.337.555-.712.634-1.156l.042.166c.663-.039 1.324-.094 1.988-.122.072-.121.146-.24.22-.359 2.217-.012 4.436.003 6.655-.008.002-1.38 1.256-2.626 2.666-2.417 1.327-.062 2.261 1.205 2.362 2.423 1.582-.029 3.167.042 4.746-.033.468-.646.303-1.535.494-2.282.296-1.709.184-3.438-.125-5.137-.107-.43-.02-1.298-.666-1.251-4.767-.011-9.534-.009-14.299 0-.578 1.292-.4 2.768-.705 4.133m7.187 2.901c-.645.325-1.114 1.029-1.038 1.769-.038 1.272 1.518 2.308 2.658 1.665 1.007-.454 1.496-1.857.794-2.768-.469-.83-1.586-.99-2.414-.666m-18.739 5.022c.003 1.073 0 2.145.002 3.218l.389-.008c.002-1.069 0-2.137.002-3.206l-.392-.005m-7.551.97c.127.859 1.275.741 1.7 1.366.094.655-.652.752-1.128.676l-.352-.485-.421.072c.338 1.081 2.409.983 2.344-.261-.158-.859-1.339-.706-1.692-1.387-.139-.545.48-.595.86-.646.125.121.251.241.376.364l.445-.104c-.474-.85-2.222-.717-2.133.405m5.018 2.254l.417-.026c.014-.51-.062-1.035.074-1.532.139-.388.829-.558 1.014-.143.11.552.042 1.123.051 1.683.106.005.315.012.42.015-.05-.666.124-1.384-.148-2.012-.386-.462-1.01-.217-1.434.048.018-.414.023-.827.026-1.241a59.243 59.243 0 0 0-.421-.018c.005 1.075.002 2.151.002 3.226m10.299-3.217c.003.417.006.835.023 1.253-.314-.16-.649-.417-1.022-.293-1.02.272-1.011 2.033 0 2.317.305.066.598-.082.886-.165.172.047.346.094.519.139.006-1.085-.002-2.169.005-3.254-.103.002-.308.002-.411.003m10.278 1.182l.406.171c-.011.617-.008 1.233-.006 1.851l.38.006c.036-.619.039-1.239.003-1.857.302-.066.607-.128.895-.243a10.711 10.711 0 0 0-.942-.145c-.003-.56.478-.699.937-.805-.904-.586-1.223.503-1.674 1.022m4.318 2.027c.095 0 .285 0 .38.002.015-.519-.039-1.055.116-1.558.143-.427.971-.56 1.035-.03.065.524.024 1.054.029 1.58l.411.006c-.05-.663.122-1.375-.142-2.002-.382-.475-1.022-.219-1.446.048l.006-1.254a25.5 25.5 0 0 1-.391-.009c.005 1.072.003 2.145.002 3.217M6.684 18.16c-.278.605-.157 1.556.572 1.772.539.208 1.079-.08 1.408-.504l-.37-.056c-.223.145-.441.385-.737.306-.863-.16-.786-1.757.136-1.765.328.125.631.306.968.411-.242-.871-1.594-.952-1.977-.165m5.998 1.142c.263.885 1.875.977 2.009-.035a5.073 5.073 0 0 0-.735.441c-.565.062-.901-.374-1.037-.865.61-.014 1.22-.005 1.829-.032-.063-.503-.248-1.138-.856-1.179-.904-.169-1.552.883-1.211 1.669m2.527-1.602c.036.66-.109 1.355.127 1.986.328.445.945.312 1.342.036.154.095.311.184.471.273.041-.765.02-1.532.024-2.297l-.391-.008c-.006.486.042.981-.059 1.461-.086.45-.718.714-1.042.331-.131-.586-.053-1.194-.068-1.79-.101.003-.303.006-.405.008m5.211 1.6c.318.904 1.709.906 2.119.063-.331-.008-.611.145-.86.346-.555.045-.892-.368-1.008-.866.605-.011 1.211-.005 1.816-.029-.075-.46-.196-1.058-.746-1.155-.925-.288-1.703.815-1.321 1.641m2.586-1.698c-.041.767-.018 1.534-.023 2.302.097-.002.29-.003.386-.003-.027-.762-.169-2.069.977-1.952a46.827 46.827 0 0 1-.03-.373 7.249 7.249 0 0 0-.847.294 10.138 10.138 0 0 0-.463-.269m2.247 2.276c.418.136.797-.115 1.14-.318.112.878-.903 1.441-1.484.702l-.403.038c.441.726 1.739.808 2.121-.003.152-.889.074-1.804.048-2.7-.143.092-.284.186-.423.282-.284-.118-.572-.325-.895-.235-1.032.19-1.093 1.937-.104 2.235m2.026-.685c.201.99 1.837 1.102 2.101.094-.281.11-.546.252-.8.415-.562.072-.892-.373-1.028-.857.608-.014 1.217-.006 1.825-.027-.08-.447-.168-1.035-.7-1.149-.892-.302-1.688.691-1.398 1.525m4.145-.848c.571-.225 1.435-.869 1.662.109-.549.246-1.63.196-1.597 1.02.165.669.972.56 1.426.267.168.088.337.172.507.254-.074-.697.054-1.423-.146-2.103-.569-.5-1.612-.312-1.852.453m5.213-.755c-.036.77-.014 1.541-.02 2.312.101-.003.303-.008.406-.009.009-.51-.054-1.032.068-1.532.177-.4.711-.379 1.051-.562-.347-.245-.723-.107-1.055.085a14.454 14.454 0 0 0-.45-.294z"/><path fill="#fff" d="M25.263 6.27c.865-.05 1.733-.047 2.599-.009.213 2.116.042 4.254.097 6.377-.907.008-1.813.003-2.718.003-.097-2.118-.13-4.255.023-6.371zM32.395 6.27c1.657-.042 3.324-.085 4.98.024.036.851.033 1.704.005 2.554-1.651.177-3.33.112-4.987.045a5.851 5.851 0 0 1 .003-2.623zM10.38 8.717c.634-.619 1.592-.257 2.379-.349.001.654.001 1.309-.005 1.962-1.428-.012-2.856.021-4.282-.02a70.896 70.896 0 0 1 1.908-1.594zM13.23 8.383c.91-.011 1.822-.006 2.734-.005.479.631.912 1.297 1.374 1.938-1.321.012-2.643.03-3.964 0-.322-.563-.068-1.303-.143-1.934zM12.962 18.584c.213-.815 1.271-.853 1.448-.002-.483.011-.966.009-1.448.002zM18.465 18.003c1.014-.475 1.343 1.481.4 1.686-.915.157-1.061-1.316-.4-1.686zM20.693 18.584c.219-.797 1.286-.874 1.443 0-.48.009-.962.009-1.443 0zM25.669 19.728c-.91-.168-.962-1.704-.012-1.817.924.168.802 1.528.012 1.817zM27.586 18.584c.228-.794 1.268-.863 1.452-.002-.485.011-.969.011-1.452.002zM31.9 19.491c.005-.581.734-.575 1.14-.714.045.581-.649 1.312-1.14.714z"/><path fill="#1d1d1d" opacity=".91" d="M43.291 3.119l.03.245v17.94l-.029-.219c-.249-1.484-.094-2.987-.11-4.48 0-3.925.032-7.849-.027-11.772.002-.574.078-1.143.136-1.713z"/><path fill="#1f1917" d="M23.2 8.761c.305-1.365.127-2.841.705-4.133 4.765-.009 9.532-.011 14.299 0 .646-.047.558.821.666 1.251.309 1.698.421 3.428.125 5.137-.19.747-.026 1.636-.494 2.282-1.579.075-3.164.005-4.746.033-.101-1.218-1.035-2.485-2.362-2.423-1.41-.21-2.664 1.037-2.666 2.417-2.219.011-4.438-.005-6.655.008-.074.119-.148.239-.22.359-.664.029-1.325.083-1.988.122l-.042-.166c-.089-1.755-2.895-2.124-3.334-.405-.032.125-.094.376-.124.501-2.35.074-4.703.006-7.054.038-.337-.759-.8-1.704-1.778-1.668-1.028-.154-1.728.744-1.962 1.638a21.389 21.389 0 0 1-1.358-.08c-.228-.571-.596-1.075-.805-1.651-.024-.482.216-.931.343-1.386 1.285-.1 2.566-.217 3.848-.337 1.134-.681 2.017-1.73 3.143-2.417 1.846-.122 3.709-.011 5.561-.054.426.038.959-.11 1.283.246.765.744 1.488 1.532 2.267 2.263.685-.012 1.371-.005 2.056-.009.275.741.516 1.52.361 2.318.454-.005.907-.005 1.362-.006-.145-1.294-.249-2.592-.429-3.879m2.061-2.49c-.152 2.116-.119 4.254-.023 6.371.906 0 1.811.005 2.718-.003-.054-2.124.116-4.261-.097-6.377a25.602 25.602 0 0 0-2.599.009m7.133 0a5.851 5.851 0 0 0-.003 2.623c1.657.066 3.336.131 4.987-.045.029-.85.032-1.703-.005-2.554-1.656-.109-3.322-.066-4.98-.024M10.38 8.717a70.896 70.896 0 0 0-1.908 1.594c1.426.041 2.854.008 4.282.02.006-.654.006-1.309.005-1.962-.786.092-1.745-.27-2.379.349m2.85-.335c.075.631-.178 1.371.143 1.934 1.321.03 2.643.012 3.964 0-.462-.642-.895-1.307-1.374-1.938-.912-.002-1.823-.006-2.734.005z"/><path fill="#1f1917" d="M30.386 11.663c.827-.325 1.944-.165 2.414.666.702.912.213 2.314-.794 2.768-1.14.643-2.696-.392-2.658-1.665-.075-.74.394-1.445 1.038-1.769zM6.086 13.288c.359-.637 1.155-1.072 1.864-.732.654.245.903.961.866 1.609-.217.875-1.363 1.481-2.143.897-.625-.328-.792-1.146-.587-1.774zM16.901 14.666c-.472-.927.075-2.264 1.215-2.225 1.191-.015 1.781 1.464 1.072 2.364-.632.694-1.724.578-2.287-.139z"/><path fill="#c2c2c0" d="M5.57 13.752c.234-.894.934-1.792 1.962-1.638.978-.036 1.441.909 1.778 1.668 2.35-.032 4.703.036 7.054-.038l.094.174c-2.488.042-4.981.074-7.469-.023l-.172.269c.036-.648-.213-1.365-.866-1.609-.709-.34-1.505.095-1.864.732-.162.231-.32.463-.483.694-.16-.082-.322-.163-.482-.246l.448.017z"/><path fill="#cac8c7" d="M16.488 13.244c.439-1.719 3.245-1.351 3.334.405-.078.444-.349.82-.634 1.156.709-.9.119-2.379-1.072-2.364-1.14-.039-1.688 1.298-1.215 2.225-.264-.424-.463-.913-.414-1.422z"/><path fill="#1b1b1b" d="M1.393 23.986c.542-.048 1.081-.131 1.624-.145 12.328.017 24.657.006 36.984.006.572.014 1.143.082 1.715.119l-.202.033-40.121-.014z"/></symbol><symbol viewBox="0 0 66 24" id="complementary--snow--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0a0c0f" d="M0 0h65.5v24H0V0m12.76 4.43c.45.76.895 1.515 1.34 2.275-.895.015-1.79.03-2.685.04-.015.395-.05 1.175-.065 1.57 1.22.005 2.435.005 3.655.015.34.595.685 1.195 1.03 1.79l-.975 1.65c-2.015.145-2.76-1.675-3.575-3.145L10.07 8.9c.315.89.655 1.775.97 2.67-.805.025-1.615.045-2.42.075.035.515.075 1.03.115 1.55.825.005 1.65.01 2.48.01-.42.78-.83 1.56-1.235 2.345.475.225.95.445 1.425.67a938.9 938.9 0 0 0 1.76-3.01c.74-.005 1.48-.01 2.225-.01.49 1.075.37 2.175-.28 3.15a457.57 457.57 0 0 0-3.705 0c-.005.385-.02 1.145-.025 1.525.865.07 1.725.14 2.59.215-.41.795-.82 1.59-1.215 2.395.48.165.965.335 1.445.5l1.285-2.11c.42.695.84 1.395 1.265 2.09.485-.165.975-.33 1.465-.495-.745-1.585-2.235-3.19-1.05-4.96 3.69-.69 2.665 3.17 1.21 5 .48.145.96.295 1.435.44.405-.695.8-1.395 1.195-2.095l1.395 2.15c.35-.14 1.045-.425 1.395-.57-.4-.785-.815-1.56-1.235-2.33.88-.075 1.76-.155 2.645-.23V16.39c-1.79-.015-3.98.385-4.73-1.695.285-.5.57-1.005.85-1.505.695.005 1.385.015 2.08.025.59.995 1.175 1.995 1.77 2.99l1.43-.69c-.41-.77-.83-1.53-1.255-2.295.84-.01 1.68-.025 2.52-.04.01-.39.025-1.17.035-1.555-.825-.02-1.645-.03-2.465-.045.315-.695.635-1.385.955-2.075-.68-.8-1.14-1.74-1.475-2.73-.82-.03-1.64-.06-2.46-.095l1.365-2.245c-.45-.295-.9-.595-1.35-.89-.485.755-.975 1.505-1.455 2.26-.465-.775-.94-1.55-1.42-2.315l-1.205.985c.56 1.01 1.125 2.015 1.69 3.02-.355.63-.715 1.255-1.07 1.885-.38-.01-1.135-.03-1.51-.035-.36-.615-.72-1.23-1.075-1.84.59-1.03 1.185-2.06 1.79-3.085-.45-.3-.895-.595-1.34-.895-.47.76-.935 1.52-1.395 2.28-.465-.76-.925-1.525-1.39-2.285-.445.305-.89.605-1.335.91m26.345-.02c.46.755.915 1.515 1.37 2.275-.81.03-1.625.055-2.435.085-.335.965-.82 1.855-1.5 2.62.32.73.655 1.45.975 2.18-.835.025-1.67.05-2.51.08.025.38.065 1.14.09 1.52.83.02 1.66.045 2.49.065-.41.745-.82 1.495-1.22 2.245.32.2.96.605 1.28.805.93-1.53 1.7-3.565 3.88-3.185.28.52.565 1.045.855 1.565-.325.555-.65 1.105-.975 1.655-1.205.02-2.405.03-3.605.05-.035.5-.07 1-.1 1.505.885.035 1.77.065 2.66.095-.41.83-.82 1.66-1.22 2.49.355.135 1.07.4 1.425.53.46-.715.925-1.43 1.395-2.145.36.685.725 1.365 1.085 2.05.375-.08 1.115-.235 1.49-.31-1.32-1.88-2.44-5.78 1.275-5.085 1.215 1.85-.4 3.52-1.16 5.165 1.51.635 2.285-.575 2.895-1.755.41.695.82 1.385 1.235 2.075.47-.175.945-.345 1.42-.52-.385-.795-.78-1.58-1.18-2.365.855-.075 1.705-.145 2.56-.22l-.02-1.525c-1.23-.01-2.465-.01-3.695 0-.58-.965-.78-2.04-.445-3.125.8-.01 1.605-.02 2.405-.025.58 1.005 1.16 2.015 1.745 3.02l1.42-.7a148 148 0 0 0-1.24-2.32c.835 0 1.67-.005 2.505-.01.03-.52.06-1.035.085-1.555-.855-.025-1.715-.05-2.57-.07.41-.855.82-1.715 1.19-2.59-.48-.135-.96-.27-1.44-.4-.66 2.18-3.18 4.53-4.75 1.695L48 8.325c1.205 0 2.415-.005 3.62-.015l-.08-1.565c-.885-.015-1.765-.025-2.645-.04.43-.755.855-1.515 1.285-2.27l-1.295-.905c-.465.76-.92 1.52-1.375 2.285-.48-.765-.965-1.53-1.445-2.295-.45.31-.9.615-1.35.92.64 1.04 1.265 2.085 1.895 3.135-.62 1.085-1.44 2.025-2.805 1.92-1.445-1.87.14-3.7.65-5.57-.33-.06-.995-.175-1.325-.235-.395.715-.79 1.425-1.18 2.14-.485-.755-.97-1.51-1.45-2.27-.465.28-.93.565-1.395.85z"/><path fill="#fdfdfd" d="M12.76 4.43c.445-.305.89-.605 1.335-.91.465.76.925 1.525 1.39 2.285.46-.76.925-1.52 1.395-2.28.445.3.89.595 1.34.895a273.87 273.87 0 0 0-1.79 3.085c.355.61.715 1.225 1.075 1.84.375.005 1.13.025 1.51.035.355-.63.715-1.255 1.07-1.885-.565-1.005-1.13-2.01-1.69-3.02L19.6 3.49c.48.765.955 1.54 1.42 2.315.48-.755.97-1.505 1.455-2.26.45.295.9.595 1.35.89L22.46 6.68c.82.035 1.64.065 2.46.095.335.99.795 1.93 1.475 2.73-.32.69-.64 1.38-.955 2.075.82.015 1.64.025 2.465.045-.01.385-.025 1.165-.035 1.555-.84.015-1.68.03-2.52.04.425.765.845 1.525 1.255 2.295l-1.43.69c-.595-.995-1.18-1.995-1.77-2.99-.695-.01-1.385-.02-2.08-.025-.28.5-.565 1.005-.85 1.505.75 2.08 2.94 1.68 4.73 1.695v1.485c-.885.075-1.765.155-2.645.23.42.77.835 1.545 1.235 2.33-.35.145-1.045.43-1.395.57l-1.395-2.15c-.395.7-.79 1.4-1.195 2.095-.475-.145-.955-.295-1.435-.44 1.455-1.83 2.48-5.69-1.21-5-1.185 1.77.305 3.375 1.05 4.96-.49.165-.98.33-1.465.495-.425-.695-.845-1.395-1.265-2.09l-1.285 2.11c-.48-.165-.965-.335-1.445-.5.395-.805.805-1.6 1.215-2.395-.865-.075-1.725-.145-2.59-.215.005-.38.02-1.14.025-1.525a457.57 457.57 0 0 1 3.705 0c.65-.975.77-2.075.28-3.15-.745 0-1.485.005-2.225.01a938.9 938.9 0 0 1-1.76 3.01c-.475-.225-.95-.445-1.425-.67.405-.785.815-1.565 1.235-2.345-.83 0-1.655-.005-2.48-.01-.04-.52-.08-1.035-.115-1.55.805-.03 1.615-.05 2.42-.075-.315-.895-.655-1.78-.97-2.67l1.415-.275c.815 1.47 1.56 3.29 3.575 3.145l.975-1.65c-.345-.595-.69-1.195-1.03-1.79-1.22-.01-2.435-.01-3.655-.015.015-.395.05-1.175.065-1.57.895-.01 1.79-.025 2.685-.04-.445-.76-.89-1.515-1.34-2.275m8.625 3.865c-.65 1.135-.97 2.39-.085 3.505 1.875.1 3.1-1.32 3.645-2.95-.69-1.095-2.46-.315-3.56-.555z"/><path fill="#fdfcfd" d="M39.105 4.41c.465-.285.93-.57 1.395-.85.48.76.965 1.515 1.45 2.27.39-.715.785-1.425 1.18-2.14.33.06.995.175 1.325.235-.51 1.87-2.095 3.7-.65 5.57 1.365.105 2.185-.835 2.805-1.92-.63-1.05-1.255-2.095-1.895-3.135.45-.305.9-.61 1.35-.92.48.765.965 1.53 1.445 2.295.455-.765.91-1.525 1.375-2.285l1.295.905c-.43.755-.855 1.515-1.285 2.27.88.015 1.76.025 2.645.04l.08 1.565c-1.205.01-2.415.015-3.62.015l-1.23 1.95c1.57 2.835 4.09.485 4.75-1.695.48.13.96.265 1.44.4-.37.875-.78 1.735-1.19 2.59.855.02 1.715.045 2.57.07-.025.52-.055 1.035-.085 1.555-.835.005-1.67.01-2.505.01a148 148 0 0 1 1.24 2.32l-1.42.7c-.585-1.005-1.165-2.015-1.745-3.02-.8.005-1.605.015-2.405.025-.335 1.085-.135 2.16.445 3.125 1.23-.01 2.465-.01 3.695 0l.02 1.525c-.855.075-1.705.145-2.56.22.4.785.795 1.57 1.18 2.365-.475.175-.95.345-1.42.52-.415-.69-.825-1.38-1.235-2.075-.61 1.18-1.385 2.39-2.895 1.755.76-1.645 2.375-3.315 1.16-5.165-3.715-.695-2.595 3.205-1.275 5.085-.375.075-1.115.23-1.49.31-.36-.685-.725-1.365-1.085-2.05-.47.715-.935 1.43-1.395 2.145-.355-.13-1.07-.395-1.425-.53.4-.83.81-1.66 1.22-2.49-.89-.03-1.775-.06-2.66-.095.03-.505.065-1.005.1-1.505 1.2-.02 2.4-.03 3.605-.05.325-.55.65-1.1.975-1.655-.29-.52-.575-1.045-.855-1.565-2.18-.38-2.95 1.655-3.88 3.185-.32-.2-.96-.605-1.28-.805.4-.75.81-1.5 1.22-2.245-.83-.02-1.66-.045-2.49-.065-.025-.38-.065-1.14-.09-1.52.84-.03 1.675-.055 2.51-.08-.32-.73-.655-1.45-.975-2.18.68-.765 1.165-1.655 1.5-2.62.81-.03 1.625-.055 2.435-.085-.455-.76-.91-1.52-1.37-2.275m-1.06 4.44c.44 1.635 1.76 3.01 3.575 2.94.8-1.13.665-2.365-.06-3.49-1.095.225-2.82-.53-3.515.55z"/><path fill="#0d0e11" d="M21.385 8.295c1.1.24 2.87-.54 3.56.555-.545 1.63-1.77 3.05-3.645 2.95-.885-1.115-.565-2.37.085-3.505zM38.045 8.85c.695-1.08 2.42-.325 3.515-.55.725 1.125.86 2.36.06 3.49-1.815.07-3.135-1.305-3.575-2.94z"/></symbol><symbol viewBox="0 0 64 24" id="complementary--snow--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.59.771C4.057.541 4.614.675 5.116.633 23.257.732 41.401.412 59.535.934c1.731-.112 3.427 1.136 3.418 2.96.275 4.771.112 9.562.112 14.342-.01 1.597-.128 3.629-1.77 4.429-1.933.547-3.958.342-5.936.403-15.357.067-30.714.314-46.067.125-2.352-.211-4.867.214-7.085-.755C.562 21.139.828 18.832.69 16.966.668 12.496.485 8 .994 3.548 1.183 2.156 2.485 1.407 3.589.77m.021.939c-1.322.358-2.179 1.738-2.064 3.078.006 4.918-.029 9.837.016 14.752-.026 1.667 1.59 2.982 3.21 2.838 18.15.003 36.304.01 54.454-.003 1.581.109 3.123-1.206 3.104-2.822.029-5.034.022-10.067.003-15.101.058-1.786-1.738-3.12-3.443-2.877-18.422.099-36.874-.176-55.28.134z"/><path fill="#fff" d="M13.123 4.589c.474-.256.944-.506 1.421-.752.349.627.707 1.251 1.069 1.872.176-.63.349-1.258.522-1.888.512.134 1.024.272 1.536.406-.259 1.152-.675 2.266-.87 3.427.381.97 1.005 1.821 1.51 2.73a81.656 81.656 0 0 0 1.562-2.704c-.298-1.155-.618-2.304-.915-3.456l1.536-.403c.173.624.342 1.251.518 1.875.374-.624.742-1.251 1.117-1.875.458.259.912.522 1.37.781-.355.64-.717 1.274-1.075 1.91l1.901-.486c.131.515.266 1.027.4 1.539-1.146.317-2.294.621-3.44.928a67.817 67.817 0 0 0-1.568 2.698c1.21-.173 2.803.512 3.706-.57.643-.656 1.283-1.318 1.946-1.955.374.378.752.752 1.126 1.13-.458.467-.918.934-1.376 1.398.733.006 1.462.01 2.195.013v1.587c-.733.003-1.462.006-2.195.013.458.464.918.931 1.376 1.398-.374.378-.752.752-1.126 1.13-.845-.781-1.59-1.664-2.458-2.416-1.027-.275-2.138-.061-3.194-.109.506.912 1.03 1.811 1.571 2.704 1.146.314 2.291.614 3.434.931-.131.509-.266 1.018-.397 1.53-.634-.163-1.267-.326-1.901-.486.358.637.72 1.27 1.078 1.91-.458.259-.915.522-1.373.781-.374-.624-.742-1.251-1.117-1.875-.176.624-.346 1.251-.518 1.875l-1.536-.394c.298-1.155.618-2.307.915-3.466a80.993 80.993 0 0 0-1.536-2.682c-.534.886-1.155 1.741-1.536 2.71.195 1.165.611 2.278.87 3.43l-1.536.403-.518-1.888c-.368.627-.736 1.254-1.101 1.885-.461-.259-.925-.515-1.386-.774.355-.64.717-1.277 1.075-1.914-.634.16-1.264.323-1.898.48-.134-.509-.269-1.021-.4-1.53 1.104-.33 2.243-.547 3.334-.925.72-.787 1.117-1.814 1.68-2.71-1.037-.013-2.077-.01-3.117-.003-.858.835-1.693 1.696-2.55 2.531-.371-.378-.742-.755-1.114-1.136.458-.464.918-.931 1.379-1.395l-2.205-.01v-1.587c.736-.003 1.469-.01 2.205-.01-.461-.464-.922-.931-1.379-1.395.371-.381.742-.758 1.114-1.136.858.835 1.693 1.696 2.554 2.531 1.037.006 2.077.01 3.114-.003-.762-1.002-.995-2.736-2.445-2.944-.858-.227-1.718-.442-2.573-.682l.403-1.539c.634.157 1.264.32 1.898.48-.362-.64-.723-1.28-1.082-1.92zM40.499 4.605c.458-.262.915-.525 1.373-.784.371.624.742 1.251 1.117 1.875l.518-1.875 1.536.403c-.298 1.152-.618 2.301-.915 3.456.502.912 1.024 1.814 1.546 2.717.506-.915 1.139-1.766 1.53-2.742-.198-1.162-.614-2.275-.874-3.427.512-.134 1.024-.272 1.539-.406.17.627.342 1.258.515 1.885.368-.627.733-1.254 1.101-1.885.461.259.925.515 1.386.774-.355.64-.717 1.277-1.075 1.914.63-.16 1.264-.323 1.898-.48l.403 1.539c-1.104.33-2.24.541-3.328.922-.746.758-1.12 1.814-1.69 2.704 1.034.013 2.07.01 3.107.003.858-.835 1.693-1.696 2.55-2.534.374.381.749.758 1.123 1.139-.461.467-.918.931-1.379 1.392.733.003 1.469.01 2.205.013v1.587c-.736.003-1.472.01-2.205.013.461.461.918.925 1.379 1.392-.374.381-.749.758-1.123 1.139-.858-.838-1.693-1.699-2.55-2.534-1.037-.006-2.074-.01-3.107.003.563.896.96 1.923 1.677 2.71 1.091.378 2.234.595 3.338.925-.131.509-.266 1.021-.4 1.53-.634-.157-1.267-.32-1.898-.48.362.64.723 1.277 1.078 1.92-.467.253-.938.509-1.405.758-.358-.627-.72-1.254-1.082-1.878-.176.63-.349 1.261-.522 1.888-.512-.131-1.024-.266-1.536-.4.259-1.152.675-2.269.87-3.434-.381-.97-1.005-1.821-1.51-2.73a78.69 78.69 0 0 0-1.562 2.704c.298 1.158.618 2.307.915 3.466l-1.536.394-.518-1.875c-.374.624-.746 1.251-1.117 1.875-.458-.259-.915-.522-1.37-.781.355-.64.714-1.274 1.075-1.91-.634.16-1.267.323-1.901.486a387.3 387.3 0 0 1-.397-1.53c1.142-.317 2.288-.618 3.434-.931a80.157 80.157 0 0 0 1.571-2.704c-1.283.154-2.982-.534-3.869.726a77.9 77.9 0 0 1-1.792 1.798c-.371-.378-.746-.752-1.114-1.13.454-.467.912-.934 1.373-1.398-.733-.006-1.462-.01-2.195-.013v-1.587c.733-.003 1.462-.006 2.195-.013-.461-.464-.918-.931-1.373-1.398.368-.378.742-.752 1.114-1.13.848.787 1.6 1.674 2.47 2.432 1.04.237 2.131.058 3.19.093a68.536 68.536 0 0 0-1.568-2.698c-1.146-.307-2.294-.611-3.44-.928.134-.512.269-1.024.4-1.539.634.163 1.267.326 1.901.486-.358-.637-.72-1.27-1.078-1.907z"/><path fill="#03408b" d="M3.61 1.709c18.406-.31 36.858-.035 55.28-.134 1.706-.243 3.501 1.091 3.443 2.877.019 5.034.026 10.067-.003 15.101.019 1.616-1.523 2.931-3.104 2.822-18.15.013-36.304.006-54.454.003-1.619.144-3.235-1.171-3.21-2.838-.045-4.915-.01-9.834-.016-14.752-.115-1.341.742-2.72 2.064-3.078m9.513 2.879c.358.64.72 1.28 1.082 1.92-.634-.16-1.264-.323-1.898-.48l-.403 1.539c.854.24 1.715.454 2.573.682 1.45.208 1.683 1.942 2.445 2.944-1.037.013-2.077.01-3.114.003-.861-.835-1.696-1.696-2.554-2.531-.371.378-.742.755-1.114 1.136.458.464.918.931 1.379 1.395-.736 0-1.469.006-2.205.01v1.587l2.205.01c-.461.464-.922.931-1.379 1.395.371.381.742.758 1.114 1.136.858-.835 1.693-1.696 2.55-2.531 1.04-.006 2.08-.01 3.117.003-.563.896-.96 1.923-1.68 2.71-1.091.378-2.23.595-3.334.925.131.509.266 1.021.4 1.53.634-.157 1.264-.32 1.898-.48-.358.637-.72 1.274-1.075 1.914.461.259.925.515 1.386.774.365-.63.733-1.258 1.101-1.885l.518 1.888 1.536-.403c-.259-1.152-.675-2.266-.87-3.43.381-.97 1.002-1.824 1.536-2.71.531.883 1.04 1.779 1.536 2.682-.298 1.158-.618 2.31-.915 3.466l1.536.394c.173-.624.342-1.251.518-1.875.374.624.742 1.251 1.117 1.875.458-.259.915-.522 1.373-.781-.358-.64-.72-1.274-1.078-1.91.634.16 1.267.323 1.901.486.131-.512.266-1.021.397-1.53-1.142-.317-2.288-.618-3.434-.931a80.157 80.157 0 0 1-1.571-2.704c1.056.048 2.166-.166 3.194.109.867.752 1.613 1.635 2.458 2.416.374-.378.752-.752 1.126-1.13-.458-.467-.918-.934-1.376-1.398.733-.006 1.462-.01 2.195-.013v-1.587c-.733-.003-1.462-.006-2.195-.013.458-.464.918-.931 1.376-1.398-.374-.378-.752-.752-1.126-1.13-.662.637-1.302 1.299-1.946 1.955-.902 1.082-2.496.397-3.706.57a68.536 68.536 0 0 1 1.568-2.698c1.146-.307 2.294-.611 3.44-.928-.134-.512-.269-1.024-.4-1.539l-1.901.486c.358-.637.72-1.27 1.075-1.91-.458-.259-.912-.522-1.37-.781-.374.624-.742 1.251-1.117 1.875-.176-.624-.346-1.251-.518-1.875l-1.536.403c.298 1.152.618 2.301.915 3.456a79.918 79.918 0 0 1-1.562 2.704c-.506-.909-1.13-1.76-1.51-2.73.195-1.162.611-2.275.87-3.427-.512-.134-1.024-.272-1.536-.406-.173.63-.346 1.258-.522 1.888-.362-.621-.72-1.245-1.069-1.872-.477.246-.947.496-1.421.752m27.376.014c.358.637.72 1.27 1.078 1.907-.634-.16-1.267-.323-1.901-.486-.131.515-.266 1.027-.4 1.539 1.146.317 2.294.621 3.44.928a67.817 67.817 0 0 1 1.568 2.698c-1.059-.035-2.15.144-3.19-.093-.87-.758-1.622-1.645-2.47-2.432-.371.378-.746.752-1.114 1.13.454.467.912.934 1.373 1.398-.733.006-1.462.01-2.195.013v1.587c.733.003 1.462.006 2.195.013-.461.464-.918.931-1.373 1.398.368.378.742.752 1.114 1.13a79.946 79.946 0 0 0 1.792-1.798c.886-1.261 2.586-.573 3.869-.726a81.898 81.898 0 0 1-1.571 2.704c-1.146.314-2.291.614-3.434.931.131.509.262 1.018.397 1.53.634-.163 1.267-.326 1.901-.486-.362.637-.72 1.27-1.075 1.91.454.259.912.522 1.37.781.371-.624.742-1.251 1.117-1.875l.518 1.875 1.536-.394c-.298-1.158-.618-2.307-.915-3.466a77.075 77.075 0 0 1 1.562-2.704c.506.909 1.13 1.76 1.51 2.73-.195 1.165-.611 2.282-.87 3.434.512.134 1.024.269 1.536.4.173-.627.346-1.258.522-1.888.362.624.723 1.251 1.082 1.878.467-.25.938-.506 1.405-.758-.355-.643-.717-1.28-1.078-1.92.63.16 1.264.323 1.898.48.134-.509.269-1.021.4-1.53-1.104-.33-2.246-.547-3.338-.925-.717-.787-1.114-1.814-1.677-2.71 1.034-.013 2.07-.01 3.107-.003.858.835 1.693 1.696 2.55 2.534.374-.381.749-.758 1.123-1.139-.461-.467-.918-.931-1.379-1.392.733-.003 1.469-.01 2.205-.013v-1.587c-.736-.003-1.472-.01-2.205-.013.461-.461.918-.925 1.379-1.392-.374-.381-.749-.758-1.123-1.139-.858.838-1.693 1.699-2.55 2.534-1.037.006-2.074.01-3.107-.003.57-.89.944-1.946 1.69-2.704 1.088-.381 2.224-.592 3.328-.922l-.403-1.539c-.634.157-1.267.32-1.898.48.358-.637.72-1.274 1.075-1.914-.461-.259-.925-.515-1.386-.774-.368.63-.733 1.258-1.101 1.885-.173-.627-.346-1.258-.515-1.885-.515.134-1.027.272-1.539.406.259 1.152.675 2.266.874 3.427-.39.976-1.024 1.827-1.53 2.742A151.798 151.798 0 0 1 44.13 7.68c.298-1.155.618-2.304.915-3.456l-1.536-.403-.518 1.875c-.374-.624-.746-1.251-1.117-1.875-.458.259-.915.522-1.373.784z"/></symbol><symbol viewBox="0 0 35 24" id="complementary--snow--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#0071b3" d="M1.783 0h31.373c1.004.289 1.664 1.2 1.88 2.188v19.505c-.203.988-.869 1.853-1.834 2.192-10.495-.11-20.999-.075-31.496-.019A3.011 3.011 0 0 1 0 21.888V2.021C.243 1.11.878.316 1.783.001m14.984 1.868c-.089.394-.051.806-.054 1.207-.424.105-1.063.378-.788.93.287.485.878.289 1.247.035-.03 1.556-.003 3.109-.016 4.665-.315.221-.608.473-.921.697.301.573.606 1.149.822 1.762-.464-.443-.851-.957-1.235-1.468-.41.135-.832.231-1.242.366-1.494-.727-2.952-1.535-4.471-2.213.382-.215.811-.653.492-1.109-.349-.455-.885-.082-1.151.254-.352-.175-.694-.38-1.07-.498-.643-.14-1.133.766-.695 1.246.307.256.685.406 1.034.596-.063.398-.173 1.07.408 1.107.634.06.801-.68.596-1.153 1.486.815 3.041 1.489 4.541 2.276.089.401.21.795.308 1.197.669.03 1.344.042 2.008.161-.667.161-1.356.201-2.039.235-.093.391-.163.794-.324 1.165-1.452.848-2.999 1.533-4.462 2.37.058-.477-.2-1.139-.79-.988-.517.131-.378.692-.279 1.074-.338.212-.699.396-.988.674-.422.487.074 1.335.704 1.237.399-.123.738-.378 1.09-.592.289.263.715.673 1.102.317.433-.464-.063-.976-.477-1.209 1.379-.695 2.717-1.466 4.089-2.176.501-.331 1.086.016 1.613.088.387-.499.773-1.006 1.247-1.426-.208.583-.52 1.121-.836 1.65.321.243.615.517.935.759.012 1.592-.003 3.183.011 4.774-.366-.266-.995-.385-1.205.137-.219.526.399.759.797.843.009.399-.016.801.049 1.195.222.601 1.191.625 1.447.04.089-.394.06-.804.072-1.205.368-.138 1-.377.752-.888-.242-.543-.886-.364-1.244-.056.014-1.456-.002-2.913.003-4.367-.06-.573.529-.86.858-1.23a18.6 18.6 0 0 1-.773-1.626c.426.455.823.935 1.195 1.437.517-.095 1.077-.468 1.589-.18 1.421.731 2.812 1.519 4.234 2.249-.41.189-.927.604-.601 1.098.328.519.895.109 1.177-.224.363.191.708.429 1.107.538.566.021 1.028-.68.723-1.179-.303-.338-.746-.494-1.132-.711.126-.396.228-.978-.31-1.107-.559-.079-.757.494-.778.942-1.461-.802-2.969-1.512-4.437-2.298-.072-.368-.158-.734-.233-1.102-.69-.061-1.382-.119-2.062-.261.666-.119 1.344-.147 2.018-.184.18-.499.13-1.223.718-1.445 1.345-.704 2.68-1.428 4.012-2.162.054.427.186 1.074.76.986.604-.06.45-.743.403-1.154.324-.215.683-.391.951-.678.347-.515-.179-1.324-.794-1.174-.384.145-.715.396-1.06.613-.298-.326-.874-.688-1.188-.175-.275.513.252.888.65 1.086-1.529.753-2.994 1.633-4.507 2.418-.368-.128-.739-.242-1.109-.364-.41.536-.82 1.074-1.279 1.571.217-.618.515-1.202.837-1.769-.338-.251-.655-.526-.995-.773-.009-1.538.009-3.078-.011-4.618.382.207.99.37 1.219-.142.226-.524-.382-.76-.769-.879-.003-.378.018-.76-.04-1.135-.182-.638-1.198-.673-1.456-.075z"/><path fill="#fff" d="M16.767 1.869c.258-.597 1.274-.562 1.456.075.058.375.037.757.04 1.135.387.119.995.356.769.879-.23.512-.837.349-1.219.142.019 1.54.002 3.08.01 4.618.34.247.657.522.995.773-.322.568-.62 1.151-.837 1.769.459-.498.869-1.035 1.279-1.571.37.123.741.237 1.109.364 1.514-.785 2.978-1.664 4.507-2.418-.398-.198-.925-.573-.65-1.086.314-.513.89-.151 1.188.175.345-.217.676-.468 1.06-.613.615-.151 1.14.659.794 1.174-.268.287-.627.462-.951.678.047.412.201 1.095-.403 1.154-.575.088-.706-.559-.76-.986a206.52 206.52 0 0 1-4.012 2.162c-.589.222-.538.946-.718 1.445-.674.037-1.352.065-2.018.184.68.142 1.372.2 2.062.261.075.368.161.734.233 1.102 1.468.787 2.976 1.496 4.437 2.298.021-.448.219-1.021.778-.942.538.13.436.711.31 1.107.385.217.829.373 1.132.711.305.499-.158 1.2-.723 1.179-.399-.109-.745-.347-1.107-.538-.282.333-.85.743-1.177.224-.326-.494.191-.909.601-1.098-1.422-.731-2.813-1.519-4.234-2.249-.512-.287-1.072.086-1.589.18a16.398 16.398 0 0 0-1.195-1.437c.228.557.492 1.095.773 1.626-.329.37-.918.657-.858 1.23-.005 1.454.01 2.912-.003 4.367.357-.308 1.002-.487 1.244.056.249.512-.384.75-.752.888-.012.401.018.811-.072 1.205-.256.585-1.225.561-1.447-.04-.065-.394-.04-.795-.049-1.195-.398-.084-1.016-.317-.797-.843.21-.522.839-.403 1.205-.137-.014-1.591.002-3.181-.011-4.774-.321-.242-.615-.515-.935-.759.315-.529.627-1.067.836-1.65-.475.42-.86.927-1.247 1.426-.527-.072-1.112-.419-1.613-.088-1.372.71-2.71 1.48-4.089 2.176.413.233.909.745.477 1.209-.387.356-.813-.054-1.102-.317-.352.214-.69.47-1.09.592-.631.098-1.126-.75-.704-1.237.289-.279.65-.462.988-.674-.1-.382-.238-.942.279-1.074.59-.151.848.512.79.988 1.463-.837 3.01-1.522 4.462-2.37.161-.371.231-.774.324-1.165.683-.033 1.372-.074 2.039-.235-.664-.119-1.338-.131-2.008-.161-.098-.401-.219-.795-.308-1.197-1.5-.787-3.055-1.461-4.541-2.276.205.473.039 1.212-.596 1.153-.582-.037-.471-.709-.408-1.107-.349-.189-.727-.34-1.034-.596-.438-.48.053-1.386.695-1.246.377.117.718.322 1.07.498.266-.336.802-.709 1.151-.254.319.455-.11.893-.492 1.109 1.519.678 2.976 1.486 4.471 2.213.41-.135.832-.231 1.242-.366.384.512.771 1.025 1.235 1.468-.215-.613-.52-1.19-.822-1.762.314-.224.606-.477.921-.697.012-1.556-.014-3.11.016-4.665-.37.254-.96.45-1.247-.035-.275-.552.364-.825.788-.93.003-.401-.035-.813.054-1.207z"/><path fill="#00263c" opacity=".33" d="M1.706 23.865c10.497-.056 21.001-.091 31.496.019l-.265.116H1.974l-.268-.135z"/></symbol><symbol viewBox="0 0 50 24" id="complementary--snowmobiles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M1.481 0h46.695c.776.506 1.307 1.294 1.611 2.157v19.361c-.493.945-1.21 1.736-1.958 2.482H11.676c-3.038-.186-6.089-.11-9.128-.286C1.2 23.653.498 22.315 0 21.24V2.525C.232 1.555.72.654 1.481 0m1.144.814c-1.088.546-1.519 1.849-1.496 3-.018 5.29-.049 10.578-.051 15.866-.069 1.422.863 3.169 2.479 3.069 14.224.041 28.45.112 42.674.143 1.586.13 2.553-1.547 2.515-2.954.036-5.372.049-10.744.059-16.116.051-1.356-.781-3.023-2.311-3.041C32.444.72 18.391.681 4.338.623c-.569.02-1.174-.046-1.713.191z"/><path fill="#030303" d="M26.62 5.089c-.585-1.256-.202-3.475 1.455-3.577 1.404.005 2.089 1.611 1.593 2.798 2.211 1.94 3.769 4.912 3.582 7.905 1.708.12 3.503-.049 5.066.794.909 1.443-.299 3.434.814 4.8.62.937.299 2.134.184 3.174-3.61.694-7.335.299-10.994.332-1.394.087-2.824-.383-3.682-1.529-2.071-.454-4.195-.723-6.268-1.195-.705.342.082.937.503 1.098 1.259.871 2.972.184 4.21 1.126-2.671.86-5.515.539-8.27.506-2.117-.273-5.004-.756-5.497-3.26 1.009.649 1.902 1.588 3.186 1.647 1.486.008 2.962-.271 4.448-.314-.061-.37-.125-.738-.207-1.1-1.667-.153-3.38-.401-4.82-1.325 1.172-3.756 4.662-6.414 8.308-7.432.513-1.534.523-3.322 1.619-4.621.465 1.833-.38 3.666.033 5.5.222-1.06.414-2.198 1.32-2.911 1.174-.232 2.254.14 3.347.495 1.093-.393 1.417-1.841 1.435-2.898-.454.003-.911-.003-1.366-.01M23.4 8.625c-.368 1.58-1.215 3.074-.934 4.754.319.207.633.419.945.636.454-.947.628-2.035 1.238-2.895 1.126-.957 2.745-.342 4.034-.878-.919-.914-2.403-.253-3.457-.996l-.475.421c-.46-.337-.911-.679-1.351-1.042m2.778 4.1c-.217.878-.814 1.568-1.22 2.354.026.643.843.59 1.294.477.628-.7.784-1.672.973-2.561-.35-.089-.697-.181-1.047-.271z"/><path fill="#fff" d="M2.625.814C3.164.577 3.769.643 4.338.623 18.391.682 32.444.72 46.494.781c1.529.018 2.362 1.685 2.311 3.041-.01 5.372-.023 10.744-.059 16.116.038 1.407-.929 3.084-2.515 2.954-14.224-.031-28.45-.102-42.674-.143-1.616.1-2.548-1.647-2.479-3.069.003-5.288.033-10.575.051-15.866-.023-1.151.409-2.454 1.496-3M26.62 5.089c.454.008.911.013 1.366.01-.018 1.057-.342 2.505-1.435 2.898-1.093-.355-2.173-.728-3.347-.495-.906.712-1.098 1.851-1.32 2.911-.414-1.833.431-3.666-.033-5.5-1.095 1.3-1.106 3.087-1.619 4.621-3.646 1.019-7.136 3.677-8.308 7.432 1.44.924 3.153 1.172 4.82 1.325.082.363.146.73.207 1.1-1.486.043-2.962.322-4.448.314-1.284-.059-2.178-.998-3.186-1.647.493 2.505 3.38 2.987 5.497 3.26 2.755.033 5.599.355 8.27-.506-1.238-.942-2.951-.255-4.21-1.126-.421-.161-1.208-.756-.503-1.098 2.073.472 4.197.74 6.268 1.195.858 1.146 2.288 1.616 3.682 1.529 3.659-.033 7.384.363 10.994-.332.115-1.039.437-2.237-.184-3.174-1.113-1.366.094-3.357-.814-4.8-1.563-.843-3.357-.674-5.066-.794.186-2.992-1.371-5.964-3.582-7.905.495-1.187-.189-2.793-1.593-2.798-1.657.102-2.04 2.321-1.455 3.577z"/><path fill="#fff" d="M23.4 8.625c.439.363.891.705 1.351 1.042l.475-.421c1.054.743 2.538.082 3.457.996-1.289.536-2.908-.079-4.034.878-.61.86-.784 1.948-1.238 2.895a33.89 33.89 0 0 0-.945-.636c-.281-1.68.567-3.174.934-4.754zM26.178 12.725c.35.089.697.181 1.047.271-.189.889-.345 1.861-.973 2.561-.452.112-1.269.166-1.294-.477.406-.786 1.003-1.476 1.22-2.354z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--soft-shoulder--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".4" d="M2.701.43C4.25.066 5.845.247 7.418.218 17.382.214 27.345.22 37.309.216 38.522.19 39.75.146 40.94.432 28.194.471 15.445.469 2.701.43z"/><path fill="#fff" d="M2.038.751c.249-.122.513-.19.792-.201C15.487.578 28.152.574 40.809.548c.973.009 1.879.855 1.846 1.85-.037 5.891-.011 11.782-.026 17.673.011.949.216 2.086-.532 2.825-.742.761-1.876.535-2.823.526-12.225.002-24.454-.007-36.674.007-.877-.1-1.656-.921-1.599-1.822C.99 15.57 1.023 9.533.994 3.496.889 2.499.987 1.212 2.039.751m.867.434c-.875.124-1.333 1.054-1.268 1.868.004 6.037-.015 12.076.009 18.113-.044.886.689 1.745 1.604 1.693 12.373.009 24.748.015 37.121-.004.925.059 1.663-.801 1.621-1.693.02-6.107.017-12.216.002-18.323.055-.991-.84-1.837-1.831-1.704-12.419.033-24.844-.065-37.259.05z"/><path fill="#fff" d="M2.939 2.101c12.172-.188 24.371-.02 36.552-.085.626-.009 1.665-.118 1.601.809.046 5.967.002 11.937.022 17.906.022.5-.059 1.311-.746 1.217a9975.07 9975.07 0 0 1-37.102.002c-.583.096-.748-.539-.731-.995-.011-5.895.004-11.791-.007-17.686.028-.388-.035-1.012.41-1.169M25.82 4.425c-1.03 1.139-1.42 2.738-2.38 3.951-.932.982-.679 2.411-.84 3.641-.179.89.908.932 1.514 1.01 4.185.338 8.361.805 12.545 1.126 1.8.223 1.163-2.158 1.414-3.257-.521-1.643-1.257-3.251-1.7-4.937-.299-1.132-1.691-.853-2.57-.995-2.66-.098-5.345-.746-7.983-.539m-2.442 8.849c-.061.805-.22 1.615-.118 2.422.572.375 1.355.375 2.005.231.236-.799.223-1.643.305-2.465-.731-.063-1.462-.127-2.193-.188m11.288 1.047c-.057.807-.216 1.623-.096 2.435.596.312 1.305.227 1.955.297.209-.829.271-1.682.34-2.531-.733-.065-1.466-.135-2.199-.201M5.542 16.669v1.54c7.479-.007 14.959.022 22.436-.013-.004-.504-.009-1.006-.011-1.508-7.475-.046-14.95-.009-22.425-.02m22.51-.032c.007.524.013 1.047.017 1.569h1.021c.007-.521.017-1.043.033-1.564l-1.071-.004m4.996.344c.013.493.022.986.031 1.481l1.128-.02v-1.464c-.386 0-.772 0-1.159.002m-3.842.125c.004.497.011.993.024 1.49l1.193.011c0-.508-.002-1.015 0-1.521-.406.004-.812.011-1.217.02m2.587.197c.007.517.011 1.036.017 1.553.384 0 .768 0 1.152-.002a99.68 99.68 0 0 0 .02-1.549c-.397-.002-.792-.002-1.189-.002m3.747.157c-.007.48-.007.96-.007 1.44.397.007.794.013 1.191.017.011-.5.022-1.001.031-1.501-.406.013-.812.026-1.215.044m-5.016.153c.033.504.052 1.008.068 1.514.362-.002.724-.004 1.087-.004l-.007-1.521-1.148.011m3.831.017c0 .493 0 .984-.002 1.477.362 0 .724.002 1.087.007-.011-.493-.017-.982-.024-1.473-.353-.004-.707-.009-1.06-.011m2.475.594c-.004.491-.004.984-.004 1.475h1.167v-1.475h-1.163z"/><path fill="#fff" d="M24.685 8.221c.615-.951.984-2.14 1.754-2.945 2.985.196 5.967.513 8.948.79.367 1.06.707 2.127 1.058 3.192-3.921-.34-7.839-.703-11.76-1.036z"/><path d="M2.906 1.185c12.415-.116 24.84-.017 37.259-.05.991-.133 1.885.713 1.831 1.704a3291.5 3291.5 0 0 1-.002 18.323c.041.892-.696 1.752-1.621 1.693-12.373.02-24.748.013-37.121.004-.914.052-1.647-.807-1.604-1.693-.024-6.037-.004-12.076-.009-18.113-.065-.814.393-1.743 1.268-1.868m.032.916c-.445.157-.382.781-.41 1.169.011 5.895-.004 11.791.007 17.686-.017.456.148 1.091.731.995 12.367.02 24.735.024 37.102-.002.687.094.768-.718.746-1.217-.02-5.969.024-11.939-.022-17.906.063-.927-.975-.818-1.601-.809-12.181.065-24.38-.103-36.552.085z"/><path d="M25.82 4.425c2.638-.207 5.324.441 7.983.539.879.142 2.271-.137 2.57.995.443 1.687 1.178 3.295 1.7 4.937-.251 1.1.386 3.48-1.414 3.257-4.185-.321-8.361-.788-12.545-1.126-.607-.079-1.693-.12-1.514-1.01.161-1.231-.092-2.66.84-3.641.96-1.213 1.351-2.812 2.38-3.951m-1.135 3.796c3.921.334 7.839.696 11.76 1.036-.351-1.065-.692-2.132-1.058-3.192-2.98-.277-5.963-.593-8.948-.79-.77.805-1.139 1.994-1.754 2.945zM23.378 13.274c.731.061 1.462.124 2.193.188-.083.823-.07 1.667-.305 2.465-.65.144-1.433.144-2.005-.231-.103-.807.057-1.617.118-2.422zM34.665 14.321c.733.065 1.466.135 2.199.201-.07.849-.131 1.702-.34 2.531-.65-.07-1.359.015-1.955-.297-.12-.812.039-1.628.096-2.435zM5.542 16.669c7.475.011 14.95-.026 22.425.02.002.502.007 1.004.011 1.508-7.477.035-14.956.007-22.436.013v-1.54zM28.052 16.636l1.071.004a101.99 101.99 0 0 0-.033 1.564h-1.021c-.004-.521-.011-1.045-.017-1.569zM33.048 16.981c.386-.002.772-.002 1.159-.002v1.464l-1.128.02c-.009-.495-.017-.988-.031-1.481zM29.206 17.105c.406-.009.812-.015 1.217-.02-.002.506 0 1.012 0 1.521l-1.193-.011a82.26 82.26 0 0 1-.024-1.49zM31.793 17.302c.397 0 .792 0 1.189.002a88.636 88.636 0 0 1-.02 1.549c-.384.002-.768.002-1.152.002-.007-.517-.011-1.036-.017-1.553zM35.54 17.459c.404-.017.809-.031 1.215-.044-.009.5-.02 1.001-.031 1.501-.397-.004-.794-.011-1.191-.017 0-.48 0-.96.007-1.44zM30.524 17.612l1.148-.011.007 1.521c-.362 0-.724.002-1.087.004a42.369 42.369 0 0 0-.068-1.514zM34.355 17.629c.353.002.707.007 1.06.011.007.491.013.98.024 1.473a98.313 98.313 0 0 0-1.087-.007c.002-.493.002-.984.002-1.477zM36.831 18.223h1.163v1.475h-1.167c0-.491 0-.984.004-1.475z"/><path fill="#020202" opacity=".4" d="M42.674 2.204l.275.002c.026 6.432.148 12.877-.124 19.298-.236-6.428.063-12.871-.151-19.3z"/><path fill="#020202" opacity=".41" d="M.809 2.494c.168 6.478.113 12.975.007 19.455-.345-2.21-.096-4.453-.168-6.676.081-4.259-.111-8.529.161-12.779z"/><path opacity=".33" d="M2.671 23.575c12.761-.044 25.527-.041 38.291 0-1.198.286-2.433.236-3.652.207H6.328c-1.222.028-2.459.081-3.657-.207z"/></symbol><symbol viewBox="0 0 47 24" id="complementary--soft-shoulder--g2" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h47.059v24H21.643c-7.202-.388-14.428-.169-21.642-.24V0m.507.393c.002.718 0 1.438 0 2.155.619-.805 1.318-1.546 2.132-2.16C1.929.393 1.219.393.508.393m44.266.033c.805.555 1.513 1.235 2.052 2.054-.005-.682 0-1.365-.002-2.047-.685 0-1.367 0-2.049-.007M2.887 2.184c-1.045.567-.972 1.908-1.066 2.927-.127 4.715-.049 9.433-.073 14.151 4.824.005 9.647-.002 14.471.005-.007-.605.033-1.207.054-1.809.414-.026.828-.054 1.24-.082-.635-.616-1.325-1.348-1.186-2.315-.144-1.993 2.652-3.169 4.052-1.8 1.226 1.031.908 2.944-.134 3.988 5.762.259 11.532.085 17.296.165-1.045-.718-1.732-2.108-1.115-3.327.621-1.626 3.134-1.932 4.136-.522.885 1.235.527 2.979-.701 3.84 1.991-.014 3.979-.002 5.967-.007-.096-4.438.045-8.889-.28-13.318.019-1.454-1.358-2.445-2.734-2.329-11.995-.212-23.995-.118-35.993-.064-1.306.108-2.739-.155-3.934.499m15.329 11.576c-1.819.588-.689 3.409 1.061 2.758 1.812-.574.706-3.544-1.061-2.758m20.003-.007c-2.127.565-.565 3.715 1.209 2.609 1.558-.831.362-3.179-1.209-2.609M.504 21.094l.007 2.311h2.315c-.958-.565-1.732-1.374-2.322-2.311m44.235 2.313c.689-.005 1.376-.002 2.068-.002 0-.689.007-1.379.016-2.068-.631.753-1.306 1.468-2.085 2.071z"/><path d="M27.941 4.395c.205-.202.466-.325.762-.287 3.388.007 6.776-.009 10.167.009a662.26 662.26 0 0 0 4.654 4.68c-.021 1.313.007 2.633.304 3.92-.026 1.052-.833 2.508-2.073 2.045-.532-1.191-1.372-2.673-2.918-2.442-1.534-.358-2.668.908-3.099 2.235-4.736.294-9.492.075-14.235.141-.292-1.456-1.659-2.515-3.158-2.256-1.369.087-2.092 1.372-2.609 2.473-1.056.045-1.88-1.045-1.459-2.031.548-.833.972-1.908 1.979-2.28 2.019-.831 4.264-.831 6.327-1.452 1.824-1.539 3.565-3.176 5.358-4.755m.365 1.029c-1.282 1.224-2.894 2.212-3.798 3.765 1.129.348 2.322.301 3.492.318 4.021-.005 8.042.007 12.064-.005-.144-1.824-1.927-2.92-3.113-4.111-2.878-.024-5.772-.087-8.645.033z"/><path fill="#fff" d="M.508.393c.711 0 1.421 0 2.132-.005-.814.614-1.513 1.355-2.132 2.16 0-.718.002-1.438 0-2.155zM44.774.426c.682.007 1.365.007 2.049.007.002.682-.002 1.365.002 2.047-.539-.819-1.247-1.499-2.052-2.054zM2.887 2.184c1.195-.654 2.628-.391 3.934-.499 11.998-.054 23.998-.148 35.993.064 1.376-.115 2.753.875 2.734 2.329.325 4.428.184 8.88.28 13.318-1.988.005-3.976-.007-5.967.007 1.228-.861 1.586-2.605.701-3.84-1.002-1.409-3.515-1.104-4.136.522-.616 1.219.071 2.609 1.115 3.327-5.765-.08-11.534.094-17.296-.165 1.042-1.045 1.36-2.958.134-3.988-1.4-1.369-4.195-.193-4.052 1.8-.139.967.551 1.699 1.186 2.315-.412.028-.826.056-1.24.082-.021.602-.061 1.205-.054 1.809-4.824-.007-9.647 0-14.471-.005.024-4.718-.054-9.435.073-14.151.094-1.019.021-2.36 1.066-2.927m25.054 2.213c-1.793 1.579-3.534 3.216-5.358 4.755-2.064.621-4.308.621-6.327 1.452-1.007.372-1.431 1.447-1.979 2.28-.421.986.402 2.075 1.459 2.031.518-1.101 1.24-2.386 2.609-2.473 1.499-.259 2.866.8 3.158 2.256 4.744-.066 9.499.153 14.235-.141.431-1.327 1.565-2.593 3.099-2.235 1.546-.231 2.386 1.252 2.918 2.442 1.24.464 2.047-.993 2.073-2.045-.296-1.287-.325-2.607-.304-3.92a662.26 662.26 0 0 1-4.654-4.68c-3.391-.019-6.779-.002-10.167-.009-.296-.038-.558.085-.762.287z"/><path fill="#fff" d="M28.306 5.424c2.873-.12 5.767-.056 8.645-.033 1.186 1.191 2.969 2.287 3.113 4.111-4.021.012-8.042 0-12.064.005-1.169-.016-2.362.031-3.492-.318.904-1.553 2.515-2.541 3.798-3.765zM18.216 13.762c1.767-.786 2.873 2.184 1.061 2.758-1.751.652-2.88-2.169-1.061-2.758zM38.219 13.755c1.572-.569 2.767 1.779 1.209 2.609-1.774 1.106-3.336-2.045-1.209-2.609zM.504 21.094c.591.936 1.365 1.746 2.322 2.311H.511l-.007-2.311zM44.739 23.407c.779-.602 1.454-1.318 2.085-2.071a158.41 158.41 0 0 0-.016 2.068c-.692 0-1.379-.002-2.068.002z"/><path fill="#060606" opacity=".63" d="M0 23.76c7.214.071 14.44-.148 21.642.24H0v-.24z"/></symbol><symbol viewBox="0 0 41 24" id="complementary--steep-ascent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#282828" opacity=".69" d="M1.311 0h38.457l.281.197C27.05.193 14.051.246 1.054.17L1.31 0z"/><path fill="#fff" d="M.105 1.225c.226-.423.539-.8.95-1.054C14.052.247 27.051.194 40.05.198c.306.199.566.459.794.743.014 7.321-.137 14.654.076 21.969-.238.338-.501.671-.855.896-13.024-.016-26.047-.014-39.069-.002-.338-.228-.605-.542-.827-.88C.187 15.693.317 8.448.105 1.226m17.854 4.376c1.095 2.607 2.203 5.208 3.305 7.813.453-.201.907-.4 1.362-.597-.156-1.897 2.449-3.276 3.639-1.565 1.682-.726 3.366-1.444 5.044-2.178-.195-1.908 2.367-3.278 3.625-1.647.459-.187.901-.429 1.192-.845-.56-.878-.784-2.078-1.797-2.566-.743-.693-.999-1.805-1.899-2.361-.708.295-1.413.599-2.119.898L29.419.585C25.6 2.257 21.778 3.927 17.961 5.602m-2.316 1.116c.987 1.319 1.922 2.677 2.95 3.963-.673-1.502-1.428-2.966-2.142-4.449-.271.16-.539.324-.808.486m16.121 2.496c.222.896 1.253 1.056 2.031.921-2.894 1.089-5.69 2.437-8.529 3.664 1.358-.808.923-3.346-.853-2.96-1.941.318-1.719 3.481.404 3.202-2.966 1.175-5.875 2.501-8.784 3.809.648-.761.326-2.267-.851-2.101-1.405.107-1.596 2.4-.047 2.488a252.335 252.335 0 0 0-7.561 3.305c.691-.751.404-2.31-.808-2.166-1.506.08-1.639 2.578.031 2.527-.683.263-1.489.445-1.938 1.073.016.533.626.439.968.285 10.041-4.394 20.084-8.79 30.133-13.169.33-.129.525-.439.747-.695-1.011-.601-2.027.414-2.974.73.913-.56 1.493-1.969.55-2.775-1.163-.989-2.999.49-2.517 1.863M14.451 7.879c-.197.25-.392.503-.589.753 1.446.907 2.853 1.871 4.31 2.757-1.229-1.182-2.484-2.336-3.721-3.51M13.128 9.92c-.096.302-.191.603-.285.905 1.627.326 3.239.718 4.872 1.015-1.51-.683-3.058-1.278-4.587-1.92m-7.889 6.736c-.386 1.001-.4 2.31-1.487 2.845.293.669.589 1.339.88 2.01.213-.088.427-.178.638-.269-.355-1.682 1.99-2.981 2.919-1.329 1.84-.812 3.67-1.649 5.506-2.472-.201-1.577 1.951-2.759 2.894-1.264.33-.228.665-.453.999-.677l-.035-.636-.761-.599c-1.143.312-2.271.673-3.409.997-.919-.379-1.836-.761-2.765-1.116-1.797.825-3.59 1.664-5.378 2.509z"/><path fill="#fff" d="M30.626 3.182c.544-.25 1.085-.503 1.629-.751a347.8 347.8 0 0 1 1.257 1.986c-.646.318-1.29.636-1.934.956a77.454 77.454 0 0 1-.952-2.191zM8.113 15.766c.845-.359 1.684-.732 2.535-1.079.589.265 1.177.525 1.77.784-1.268.546-2.523 1.12-3.797 1.653a249.57 249.57 0 0 0-.509-1.358zM5.733 16.796c.624-.291 1.257-.558 1.887-.833.174.457.343.917.511 1.376-.837.373-1.676.738-2.515 1.11.049-.55.086-1.102.117-1.653z"/><path d="M17.959 5.602c3.817-1.676 7.639-3.346 11.458-5.017l.892 1.969c.706-.299 1.411-.603 2.119-.898.901.556 1.157 1.668 1.899 2.361 1.013.488 1.237 1.688 1.797 2.566-.291.416-.732.658-1.192.845-1.257-1.631-3.819-.261-3.625 1.647-1.678.734-3.362 1.452-5.044 2.178-1.19-1.711-3.795-.332-3.639 1.565-.455.197-.909.396-1.362.597-1.102-2.605-2.209-5.206-3.305-7.813m12.669-2.42c.304.736.626 1.465.952 2.191.644-.32 1.288-.638 1.934-.956-.416-.663-.837-1.325-1.257-1.986-.544.248-1.085.501-1.629.751zM15.645 6.718c.269-.162.537-.326.808-.486.714 1.483 1.469 2.948 2.142 4.449-1.028-1.286-1.963-2.644-2.95-3.963z"/><path d="M31.766 9.214c-.482-1.372 1.354-2.851 2.517-1.863.944.806.363 2.215-.55 2.775.948-.316 1.963-1.331 2.974-.73-.222.256-.416.566-.747.695C25.911 14.47 15.868 18.866 5.827 23.26c-.343.154-.952.248-.968-.285.449-.628 1.255-.81 1.938-1.073-1.67.051-1.536-2.447-.031-2.527 1.212-.144 1.499 1.415.808 2.166a253.463 253.463 0 0 1 7.561-3.305c-1.549-.088-1.358-2.382.047-2.488 1.177-.166 1.499 1.339.851 2.101 2.909-1.309 5.817-2.634 8.784-3.809-2.123.279-2.345-2.884-.404-3.202 1.776-.386 2.211 2.152.853 2.96 2.839-1.227 5.635-2.574 8.529-3.664-.777.135-1.809-.025-2.031-.921zM14.451 7.879c1.237 1.173 2.492 2.328 3.721 3.51-1.456-.886-2.864-1.85-4.31-2.757.197-.25.392-.503.589-.753zM13.128 9.92c1.528.642 3.077 1.237 4.587 1.92-1.633-.297-3.245-.689-4.872-1.015.094-.302.189-.603.285-.905z"/><path d="M5.239 16.656a556.79 556.79 0 0 1 5.378-2.509c.929.355 1.846.736 2.765 1.116 1.138-.324 2.267-.685 3.409-.997l.761.599.035.636c-.334.224-.669.449-.999.677-.944-1.495-3.095-.314-2.894 1.264-1.836.823-3.666 1.659-5.506 2.472-.929-1.651-3.274-.353-2.919 1.329-.211.09-.425.181-.638.269-.291-.671-.587-1.342-.88-2.01 1.087-.535 1.102-1.844 1.487-2.845m2.875-.891c.17.453.341.905.509 1.358 1.274-.533 2.529-1.108 3.797-1.653a148.27 148.27 0 0 1-1.77-.784c-.851.347-1.69.72-2.535 1.079m-2.381 1.03a50.39 50.39 0 0 1-.117 1.653c.839-.371 1.678-.736 2.515-1.11-.168-.459-.336-.919-.511-1.376-.63.275-1.264.542-1.887.833z"/><path fill="#3a3a3a" opacity=".75" d="M40.843.939l.183.236v22.088l-.107-.355c-.213-7.315-.062-14.648-.076-21.969z"/><path fill="#272727" opacity=".67" d="M0 .874l.105.351c.211 7.223.082 14.468.064 21.698l-.168-.261V.873z"/><path fill="#202020" opacity=".66" d="M.995 23.803c13.022-.012 26.045-.014 39.069.002l-.277.195H1.262l-.267-.197z"/></symbol><symbol viewBox="0 0 40 24" id="complementary--steep-descent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#3f3f3f" opacity=".78" d="M1.109 0h38.122l.228.188C26.6.212 13.741.212.882.188L1.11 0z"/><path fill="#fff" d="M.192.859a7.06 7.06 0 0 1 .69-.672c12.859.024 25.718.024 38.577 0 .248.214.48.448.694.698-.03 7.414-.026 14.828-.002 22.241-.22.246-.456.476-.708.69-12.849-.03-25.7-.032-38.549.002a6.537 6.537 0 0 1-.71-.702c.034-7.42.02-14.84.008-22.257m4.86.994c-.357.649-.71 1.305-1.057 1.962.224.109.446.22.67.331C5.732 2.791 8.227 3.89 7.48 5.62c1.807.938 3.608 1.886 5.417 2.822 1.083-1.182 3.364-.194 2.779 1.478.389.127.778.252 1.172.369l.454-.448.002-.962c-.964-.704-1.956-1.369-2.918-2.075-.264-.95-.557-1.892-.821-2.84-1.755-.936-3.548-1.799-5.32-2.696-1.055.278-2.087 1.137-3.193.585M19.958 3.08c.161 1.68.268 3.366.482 5.04.186-1.678.309-3.36.47-5.04h-.952m-2.38.544c.756 1.517 1.46 3.059 2.247 4.562-.409-1.638-.897-3.257-1.351-4.883l-.895.321m4.991-.322c-.466 1.668-.948 3.332-1.392 5.006.778-1.553 1.527-3.122 2.289-4.683-.301-.107-.599-.216-.897-.323M4.921 4.338c-.325.428-.089.946.077 1.382-.704-.369-1.428-1.039-2.277-.728.139.292.242.649.565.793 9.721 5.211 19.464 10.381 29.179 15.6.333.204 1.059.401 1.065-.198-.49-.734-1.422-.974-2.164-1.377.984.161 2.289-.292 2.301-1.456.012-1.444-2.067-1.976-2.934-.932-.625.633-.333 1.613.25 2.162-2.62-1.46-5.292-2.826-7.92-4.272 1.47.472 3.074-1.434 1.69-2.541-1.468-1.371-3.909.902-2.192 2.327-2.902-1.628-5.861-3.156-8.797-4.721 1.103.452 2.317-1.021 1.325-1.868-.994-.966-2.749.252-2.013 1.517-2.42-1.331-4.838-2.67-7.315-3.888.72-.044 1.646-.424 1.573-1.297-.089-1.16-1.835-1.456-2.412-.502m19.963.106c-1.375 2.479-2.757 4.955-4.128 7.438.442.24.885.48 1.333.716 1.39-1.301 4.122-.129 3.501 1.898 1.628.871 3.247 1.761 4.879 2.626 1.351-1.335 4.072-.196 3.533 1.817.434.254.899.47 1.418.409.339-1 1.19-1.926.912-3.041.097-.998.825-1.874.698-2.916-.676-.379-1.355-.752-2.037-1.117.333-.643.67-1.283 1.002-1.922-3.705-1.966-7.392-3.965-11.111-5.907z"/><path fill="#fff" d="M7.014 2.662c.486-.307.974-.609 1.458-.918.591.327 1.184.651 1.777.976-.256.413-.512.829-.766 1.244-.827-.428-1.646-.869-2.469-1.303zM10.719 2.973c.801.438 1.601.881 2.406 1.313.169.631.335 1.261.492 1.894-1.224-.643-2.434-1.313-3.667-1.942.252-.424.51-.845.768-1.265zM34.695 12.906c.534.278 1.071.555 1.607.833-.264.74-.528 1.478-.797 2.216-.655-.309-1.307-.623-1.964-.928.377-.712.754-1.422 1.154-2.122z"/><path fill="#393939" opacity=".75" d="M0 1.077L.192.859C.204 8.277.218 15.697.184 23.116L0 22.892V1.076zM40.153.885l.184.226v21.8l-.186.216c-.024-7.414-.028-14.828.002-22.241z"/><path d="M5.052 1.853c1.105.553 2.138-.307 3.193-.585 1.773.897 3.566 1.761 5.32 2.696.264.948.557 1.89.821 2.84.962.706 1.954 1.371 2.918 2.075l-.002.962-.454.448a46.86 46.86 0 0 1-1.172-.369c.585-1.672-1.696-2.66-2.779-1.478-1.809-.936-3.61-1.884-5.417-2.822.746-1.73-1.749-2.83-2.815-1.474-.224-.111-.446-.222-.67-.331.347-.657.7-1.313 1.057-1.962m1.962.809c.823.434 1.642.875 2.469 1.303.254-.415.51-.831.766-1.244-.593-.325-1.186-.649-1.777-.976-.484.309-.972.611-1.458.918m3.705.31a94.52 94.52 0 0 0-.768 1.265c1.232.629 2.442 1.299 3.667 1.942-.157-.633-.323-1.263-.492-1.894-.805-.432-1.605-.875-2.406-1.313zM19.958 3.08h.952c-.161 1.68-.284 3.362-.47 5.04-.214-1.674-.321-3.36-.482-5.04zM17.578 3.624l.895-.321c.454 1.626.942 3.245 1.351 4.883-.787-1.503-1.49-3.045-2.247-4.562zM22.57 3.302l.897.323c-.762 1.561-1.511 3.13-2.289 4.683.444-1.674.926-3.338 1.392-5.006z"/><path d="M4.921 4.338c.577-.954 2.323-.657 2.412.502.073.873-.853 1.252-1.573 1.297 2.477 1.218 4.895 2.557 7.315 3.888-.736-1.265 1.018-2.483 2.013-1.517.992.847-.222 2.319-1.325 1.868 2.936 1.565 5.895 3.094 8.797 4.721-1.716-1.426.724-3.699 2.192-2.327 1.384 1.107-.22 3.013-1.69 2.541 2.628 1.446 5.3 2.811 7.92 4.272-.583-.549-.875-1.529-.25-2.162.867-1.045 2.947-.512 2.934.932-.012 1.164-1.317 1.617-2.301 1.456.742.403 1.674.643 2.164 1.377-.006.599-.732.401-1.065.198-9.715-5.219-19.458-10.389-29.179-15.6-.323-.143-.426-.5-.565-.793.849-.311 1.573.359 2.277.728-.165-.436-.401-.954-.077-1.382z"/><path d="M24.885 4.445c3.719 1.942 7.406 3.941 11.111 5.907-.333.639-.67 1.279-1.002 1.922.682.365 1.361.738 2.037 1.117.127 1.043-.601 1.918-.698 2.916.278 1.115-.573 2.041-.912 3.041-.518.061-.984-.155-1.418-.409.538-2.013-2.182-3.152-3.533-1.817-1.632-.865-3.251-1.755-4.879-2.626.621-2.027-2.112-3.199-3.501-1.898-.448-.236-.891-.476-1.333-.716 1.371-2.483 2.753-4.959 4.128-7.438m9.81 8.462c-.399.7-.776 1.41-1.154 2.122.657.305 1.309.619 1.964.928.268-.738.532-1.476.797-2.216-.536-.278-1.073-.555-1.607-.833z"/><path fill="#373737" opacity=".75" d="M.893 23.818c12.849-.034 25.7-.032 38.549-.002l-.224.184H1.116l-.224-.182z"/></symbol><symbol viewBox="0 0 49 24" id="complementary--time-restrictions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#93918f" d="M2.136 0h44.655l.384.255C33.899.233 20.623.25 7.345.245 5.386.265 3.414.137 1.467.426c.218-.149.441-.291.669-.426z"/><path fill="#fff" d="M1.467.426C3.414.137 5.385.264 7.345.245c13.278.005 26.554-.012 39.83.01l.287.081c.245.512.713.855 1.166 1.173l.304.642c-.039 6.563-.044 13.131 0 19.695-.073.159-.225.478-.299.639a3.872 3.872 0 0 0-1.18 1.166c-.157.076-.465.223-.622.296-14.721-.13-29.451-.015-44.175-.056-.544.032-1.019-.262-1.45-.553-.443-.419-.813-.911-1.171-1.401A389.39 389.39 0 0 0 .03 2.068 11.34 11.34 0 0 1 1.468.427m.584.42C1.148 1.229.597 2.206.659 3.174c.01 5.968-.012 11.939.01 17.904-.012 1.31 1.229 2.378 2.51 2.3 14.207.005 28.413-.002 42.62.002 1.305.113 2.62-.98 2.586-2.319.01-6.039.01-12.081 0-18.122.032-1.337-1.281-2.434-2.586-2.319-14.123 0-28.247.007-42.37-.002-.465.007-.95.02-1.376.23z"/><path fill="#fff" d="M2.554 1.386c14.327-.174 28.675-.017 43.009-.078.997-.159 2.17.527 2.126 1.626.012 6.042.012 12.088 0 18.132.047.98-.948 1.724-1.878 1.621-14.216-.002-28.43.005-42.647-.002-1.016.091-1.947-.84-1.815-1.864 0-5.88.002-11.762 0-17.645-.086-.791.436-1.58 1.205-1.79m21.703.862c.159 1.296.389 2.579.583 3.869-1.056-.771-2.096-1.562-3.137-2.353a58.1 58.1 0 0 0-1.477 2.346c1.188.478 2.388.933 3.561 1.45-1.207.443-2.415.887-3.629 1.308.465.813.953 1.614 1.489 2.385 1.024-.764 2.013-1.572 3.032-2.341-.149 1.261-.328 2.52-.519 3.776.923.012 1.847.015 2.77.012-.091-1.249-.252-2.488-.382-3.735 1.002.749 1.979 1.531 2.985 2.273.475-.747.955-1.494 1.423-2.246-1.097-.539-2.251-.945-3.37-1.438 1.114-.509 2.251-.97 3.38-1.445-.465-.774-.938-1.543-1.413-2.312-1.019.752-1.984 1.577-2.985 2.353.127-1.298.282-2.593.362-3.894-.891-.007-1.783-.012-2.672-.01M3.771 15.252c-.377.803.096 1.643.722 2.15-.813.558-1.237 1.575-.923 2.535.588 1.851 3.595 2.055 4.445.318.549-1.011.147-2.273-.816-2.86.453-.448.95-.984.811-1.68-.154-2.064-3.561-2.3-4.239-.463m23.256-1.21c-.502.84-1.266 1.464-2.148 1.873.002.424.007.85.017 1.273a13.444 13.444 0 0 0 1.763-.994c-.02 1.687-.002 3.377-.015 5.064.475.02.95.049 1.425.088.022-2.437.005-4.873.01-7.31-.35 0-.703.002-1.053.005m3.111.102c.024.448.024.899.007 1.349 1.024-.005 2.045-.002 3.066-.007-1.224 1.702-2.096 3.727-2.094 5.853.433-.002.867-.005 1.3-.01.142-2.042.793-4.073 2.082-5.684.404-.402.419-.967.421-1.496-1.594-.007-3.189 0-4.783-.005m-17.323 1.859c-1.352.911-1.092 2.912-.798 4.298.436 1.565 2.929 1.393 3.164-.218.566-1.633.069-5.018-2.366-4.08m4.176.017c-1.273.889-1.06 2.748-.828 4.087.223 1.318 2.14 1.79 2.9.671.651-1.085.551-2.469.306-3.664-.203-1.036-1.455-1.636-2.378-1.095m22.501-.036c-1.403.889-1.2 2.968-.82 4.369.482 1.54 2.939 1.293 3.142-.299.553-1.614.078-4.94-2.322-4.07m4.178.012c-1.357.845-1.063 2.78-.877 4.131.274 1.592 2.782 1.717 3.162.127.647-1.638.216-5.172-2.285-4.259m-22.737 2.036c.002.372.007.744.015 1.117.967.002 1.937.002 2.904 0 .007-.372.01-.744.012-1.114-.977-.002-1.954-.002-2.931-.002M9.402 19.9v1.376l1.435-.007c-.002-.456-.002-.909-.002-1.359-.478-.005-.955-.007-1.433-.01m26.645.003c-.002.458-.005.913-.005 1.371h1.384v-1.371h-1.379z"/><path fill="#fff" d="M5.006 16.114c-.132-.588.463-.852.872-1.1.465.274 1.08.744.747 1.362-.255.762-1.656.58-1.619-.262zM13.151 16.753c1.112-.247 1.087 1.112 1.097 1.859-.015.752.027 2.126-1.1 1.871a7.14 7.14 0 0 1 .002-3.73zM17.089 18.612c.012-.749-.015-2.118 1.102-1.854.338 1.217.321 2.498.007 3.718-1.127.277-1.107-1.109-1.109-1.864zM39.808 16.778c.245-.01.492-.017.74-.024.269 1.129.936 3.629-.735 3.759a6.365 6.365 0 0 1-.005-3.735zM44.006 16.734c1.119-.198 1.041 1.131 1.033 1.878.007.754.093 2.111-1.043 1.878a6.75 6.75 0 0 1 .01-3.757zM5.243 18.216c1.305-1.021 2.29 1.435 1.019 1.998-1.183.49-1.886-1.288-1.019-1.998z"/><path fill="#1f1a18" d="M47.461.336c.634.059 1.048.578 1.166 1.173-.453-.318-.921-.661-1.166-1.173zM0 1.783l.029.284a389.39 389.39 0 0 1 .005 19.869L0 22.235V1.784zM48.931 2.15l.049-.382v20.451l-.049-.375c-.044-6.563-.039-13.131 0-19.695zM12.813 16.002c2.434-.938 2.931 2.447 2.366 4.08-.235 1.611-2.728 1.783-3.164.218-.294-1.386-.553-3.387.798-4.298m.338.751a7.13 7.13 0 0 0-.002 3.73c1.127.255 1.085-1.119 1.1-1.871-.01-.747.015-2.106-1.097-1.859zM43.668 15.994c2.5-.913 2.931 2.62 2.285 4.259-.38 1.589-2.887 1.464-3.162-.127-.186-1.352-.48-3.287.877-4.131m.338.739a6.76 6.76 0 0 0-.01 3.757c1.136.233 1.051-1.124 1.043-1.878.007-.747.086-2.077-1.033-1.878zM20.931 18.029c.977 0 1.954 0 2.931.002-.002.37-.005.742-.012 1.114-.967.002-1.937.002-2.904 0-.007-.372-.012-.744-.015-1.117zM47.451 23.65c.304-.47.708-.864 1.18-1.166a1.317 1.317 0 0 1-1.18 1.166zM1.205 23.336c.431.291.906.585 1.45.553 14.723.042 29.454-.073 44.175.056l.382.054H2.068a9.099 9.099 0 0 1-.862-.664z"/><path fill="#1c1613" d="M2.052.847c.426-.211.911-.223 1.376-.23 14.123.01 28.247.002 42.37.002 1.305-.115 2.618.982 2.586 2.319.01 6.042.01 12.083 0 18.122.034 1.34-1.281 2.432-2.586 2.319-14.207-.005-28.413.002-42.62-.002-1.281.078-2.522-.989-2.51-2.3-.022-5.966 0-11.936-.01-17.904-.061-.967.49-1.944 1.393-2.327m.503.54c-.769.211-1.291.999-1.205 1.79.002 5.882 0 11.765 0 17.645-.132 1.024.798 1.954 1.815 1.864 14.216.007 28.43 0 42.647.002.931.103 1.925-.642 1.878-1.621.012-6.044.012-12.091 0-18.132.044-1.1-1.129-1.785-2.126-1.626-14.334.061-28.682-.096-43.009.078z"/><path fill="#1c1613" d="M9.402 19.9c.478.002.955.005 1.433.01 0 .451 0 .904.002 1.359l-1.435.007V19.9zM36.047 19.903h1.379v1.371h-1.384c0-.458.002-.913.005-1.371z"/><path fill="#db291b" d="M24.257 2.248c.889-.002 1.78.002 2.672.01-.081 1.3-.235 2.596-.362 3.894 1.002-.776 1.967-1.602 2.985-2.353.475.769.948 1.538 1.413 2.312-1.129.475-2.265.936-3.38 1.445 1.119.492 2.273.899 3.37 1.438-.468.752-.948 1.499-1.423 2.246-1.007-.742-1.984-1.523-2.985-2.273.13 1.247.291 2.486.382 3.735-.923.002-1.847 0-2.77-.012.191-1.256.37-2.515.519-3.776-1.019.769-2.008 1.577-3.032 2.341a31.968 31.968 0 0 1-1.489-2.385c1.215-.421 2.422-.864 3.629-1.308-1.173-.517-2.373-.972-3.561-1.45a58.1 58.1 0 0 1 1.477-2.346c1.041.791 2.082 1.582 3.137 2.353-.193-1.291-.424-2.574-.583-3.869z"/><path fill="#1e1916" d="M3.771 15.252c.678-1.837 4.085-1.602 4.239.463.14.696-.358 1.232-.811 1.68.962.588 1.364 1.849.816 2.86-.85 1.736-3.857 1.533-4.445-.318-.313-.96.11-1.976.923-2.535-.627-.507-1.1-1.347-.722-2.15m1.235.862c-.037.842 1.364 1.024 1.619.262.333-.617-.282-1.087-.747-1.362-.409.247-1.004.512-.872 1.1m.237 2.102c-.867.71-.164 2.488 1.019 1.998 1.271-.563.287-3.02-1.019-1.998z"/><path fill="#1f1a17" d="M27.027 14.042c.35-.002.703-.005 1.053-.005-.005 2.437.012 4.873-.01 7.31-.475-.039-.95-.069-1.425-.088.012-1.687-.005-3.377.015-5.064-.561.377-1.151.705-1.763.994-.01-.424-.015-.85-.017-1.273.882-.409 1.646-1.033 2.148-1.873zM30.137 14.143c1.594.005 3.189-.002 4.783.005-.002.529-.017 1.095-.421 1.496-1.288 1.611-1.94 3.642-2.082 5.684-.433.005-.867.007-1.3.01-.002-2.126.869-4.151 2.094-5.853-1.021.005-2.042.002-3.066.007.017-.451.017-.901-.007-1.349zM16.989 16.019c.923-.541 2.175.059 2.378 1.095.245 1.195.345 2.579-.306 3.664-.759 1.119-2.677.647-2.9-.671-.233-1.34-.446-3.198.828-4.087m.1 2.592c.002.754-.017 2.14 1.109 1.864.313-1.22.331-2.5-.007-3.718-1.117-.264-1.09 1.104-1.102 1.854zM39.49 15.982c2.4-.869 2.875 2.456 2.322 4.07-.203 1.592-2.66 1.839-3.142.299-.38-1.401-.583-3.48.82-4.369m.318.796a6.365 6.365 0 0 0 .005 3.735c1.67-.13 1.004-2.63.735-3.759a88.54 88.54 0 0 0-.74.024z"/></symbol><symbol viewBox="0 0 68 24" id="complementary--time-restrictions--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c2121a" opacity=".82" d="M0 0h67.606v24H0V0m.385.385C.317 8.193.361 16.005.365 23.814c22.3.017 44.603.027 66.906-.007.024-7.805.054-15.61-.017-23.415C44.968.328 22.675.338.385.385z"/><path fill="#ed171f" d="M.385.385C22.675.338 44.968.328 67.254.392c.071 7.805.041 15.61.017 23.415-22.303.034-44.606.024-66.906.007C.362 16.006.318 8.194.385.385m1.038.984c-.01 7.092-.01 14.187 0 21.279 21.603.041 43.207.027 64.814.007.017-7.095.01-14.194.003-21.289-21.607-.007-43.214-.02-64.817.003z"/><path fill="#ed171f" d="M10.266 5.243c2.745-.774 5.875.341 7.518 2.67 1.761 2.349 1.768 5.824.007 8.177-1.589 2.251-4.57 3.401-7.254 2.748-3.046-.649-5.452-3.532-5.459-6.663-.145-3.147 2.146-6.159 5.189-6.933m-1.641 2.59c2.603 2.542 5.138 5.152 7.748 7.683 1.369-1.954 1.656-4.732.149-6.693-1.724-2.528-5.598-3.012-7.896-.99m-.447 7.981c1.91 2.059 5.253 2.15 7.416.439-2.579-2.599-5.155-5.209-7.781-7.761-1.545 2.167-1.629 5.408.365 7.322z"/><path fill="#feb82f" d="M1.423 1.369c21.603-.024 43.21-.01 64.817-.003.007 7.095.014 14.194-.003 21.289-21.607.02-43.21.034-64.814-.007-.01-7.092-.01-14.187 0-21.279m8.843 3.874c-3.042.774-5.334 3.786-5.189 6.933.007 3.13 2.414 6.014 5.459 6.663 2.684.652 5.665-.497 7.254-2.748 1.761-2.353 1.754-5.828-.007-8.177-1.643-2.329-4.773-3.445-7.518-2.67m15.418 6.347c-.443.886-.984 1.883-.592 2.89.95 2.745 5.665 2.721 6.517-.081.368-.994-.139-1.967-.656-2.792 1.143-1.994-.561-4.438-2.829-4.063-2.143-.112-3.333 2.228-2.441 4.046m22.524-1.525c.287.034.862.095 1.146.125-.014 2.079-.017 4.161.003 6.24.531-.003 1.061-.003 1.592-.003-.003-2.978.02-5.953-.017-8.927-1.481-.112-2.535 1.207-2.725 2.566m4.967-.842c-.301.777.014 1.595.162 2.37-.466.875-1.001 1.886-.605 2.897.97 2.772 5.78 2.701 6.544-.183.325-.963-.186-1.89-.669-2.687.149-.703.439-1.42.274-2.146-.622-2.498-4.837-2.616-5.706-.25m-15.986 3.102c-.003.534-.003 1.068-.003 1.602 1.893.007 3.783.007 5.675-.003v-1.599h-5.672z"/><path fill="#feb82f" d="M27.512 9.255c.832-.429 2.512-.098 2.211 1.119-.777 1.247-4.087.193-2.211-1.119zM54.629 10.776c-.693-1.849 2.522-2.376 2.792-.663-.314 1.217-1.883.548-2.792.663zM27.167 12.646c1.031-.308 3.059-.395 2.954 1.166-.544 2.265-5.155.639-2.954-1.166zM54.852 12.625c1.065-.382 3.357-.216 2.816 1.433-.862 2.008-5.023.166-2.816-1.433z"/><path fill="#0c479d" d="M8.626 7.832c2.299-2.021 6.172-1.538 7.896.99 1.508 1.961 1.22 4.739-.149 6.693-2.61-2.532-5.145-5.141-7.748-7.683zM8.18 15.813c-1.994-1.913-1.91-5.155-.365-7.322 2.626 2.552 5.202 5.162 7.781 7.761-2.163 1.71-5.506 1.619-7.416-.439z"/><path d="M25.683 11.591c-.892-1.819.297-4.158 2.441-4.046 2.268-.375 3.972 2.069 2.829 4.063.517.825 1.024 1.798.656 2.792-.852 2.802-5.567 2.826-6.517.081-.392-1.007.149-2.005.592-2.89m1.828-2.336c-1.876 1.312 1.433 2.366 2.211 1.119.301-1.217-1.379-1.548-2.211-1.119m-.345 3.391c-2.201 1.805 2.41 3.431 2.954 1.166.105-1.562-1.923-1.474-2.954-1.166zM48.206 10.066c.189-1.359 1.244-2.677 2.725-2.566.037 2.975.014 5.949.017 8.927-.531 0-1.061 0-1.592.003-.02-2.079-.017-4.161-.003-6.24-.284-.03-.859-.091-1.146-.125zM53.172 9.225c.869-2.366 5.084-2.248 5.706.25.166.727-.125 1.443-.274 2.146.483.798.994 1.724.669 2.687-.764 2.883-5.574 2.954-6.544.183-.395-1.011.139-2.021.605-2.897-.149-.774-.463-1.592-.162-2.37m1.457 1.552c.909-.115 2.478.554 2.792-.663-.27-1.714-3.485-1.186-2.792.663m.223 1.849c-2.207 1.599 1.954 3.441 2.816 1.433.541-1.65-1.751-1.815-2.816-1.433zM37.186 12.328h5.672v1.599c-1.893.01-3.783.01-5.675.003 0-.534 0-1.068.003-1.602z"/></symbol><symbol viewBox="0 0 51 24" id="complementary--tow-away-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2c2829" opacity=".91" d="M0 0h.759C.566.261.318.48 0 .568V0z"/><path fill="#231f20" d="M3.479 0h35.417c2.909.101 5.822.053 8.73.193 1.5.076 2.726 1.173 3.497 2.386v19.37c-.603.847-1.434 1.487-2.297 2.051H2.623a5.522 5.522 0 0 1-2.622-2.599V3.019C.651 1.544 2.026.584 3.48 0M1.563 4.866c-.021.796.002 1.59.004 2.386 1.875-.32 3.764-.763 5.664-.798 1.502.829 2.823 1.969 4.244 2.937 1.592-.176 3.149-.634 4.7-1.026.539 1.342.935 2.736 1.413 4.1.566-.211 1.141-.4 1.711-.607.004.115.016.349.021.466 2.901-1.965 5.86-3.852 8.777-5.797v-.868c1.629.023 3.26-.045 4.89.027 3.719 1.98 7.43 3.994 11.167 5.941 1.85.193 3.739.023 5.602.08 0-2.279-.004-4.558.006-6.839.059-1.019-.679-1.871-1.438-2.455-.968-.634-2.16-.443-3.251-.462-13.465-.002-26.933.004-40.398-.004-1.594-.059-3.067 1.327-3.112 2.919m26.453 2.66c-2.566 1.739-5.163 3.428-7.727 5.171-1.284 1.143-3.114 1.116-4.658 1.707-.722-1.456-2.222-2.675-3.924-2.515-2.496-.205-4.521 2.279-4.304 4.667-1.934.414-3.904.63-5.844 1.009.018.845-.043 1.694.031 2.539.418 1.309 1.664 2.396 3.085 2.34 14.191-.016 28.382.014 42.572-.016 1.916-.379 2.9-2.46 2.507-4.281H44.73c-.115-1.058-.338-2.14-.905-3.058-1.063-1.467-3.175-2.273-4.882-1.512-1.842.661-3.007 2.644-2.864 4.57H30.83v-6.439h3.941c-.937-1.575-1.98-3.083-2.872-4.683-1.288.146-2.794-.406-3.883.501m4.841-.603c.993 1.694 2.109 3.315 3.155 4.98 1.84-.031 3.682.066 5.52-.057-2.728-1.885-5.789-3.282-8.675-4.923M1.701 7.951c-.34 1.099-.045 2.42-.137 3.604 2.507-.382 5.003-.849 7.5-1.29-.603-1.093-1.405-2.059-2.109-3.089-1.739.299-3.561.4-5.255.775z"/><path fill="#231f20" d="M10.985 12.751c1.288-.242 2.833.271 3.506 1.452.862 1.221.747 3.05-.213 4.189-1.348 1.567-4.15 1.553-5.342-.203-1.506-1.889-.382-5.052 2.049-5.438zM39.473 14.314c1.44-.373 3.05.215 3.844 1.481.741 1.454.56 3.458-.81 4.482-1.454 1.329-4.029.862-5.02-.804-1.128-1.842-.246-4.699 1.986-5.159z"/><path fill="#201d1d" opacity=".93" d="M50.798 0h.324v.324c-.275.059-.384-.049-.324-.324z"/><path fill="#fff" d="M1.563 4.866c.045-1.592 1.518-2.978 3.112-2.919 13.465.008 26.933.002 40.398.004 1.091.02 2.283-.172 3.251.462.759.583 1.497 1.436 1.438 2.455-.01 2.281-.006 4.56-.006 6.839-1.863-.057-3.752.113-5.602-.08-3.737-1.947-7.448-3.961-11.167-5.941-1.629-.072-3.26-.004-4.89-.027v.868c-2.917 1.945-5.875 3.832-8.777 5.797-.006-.117-.018-.351-.021-.466-.57.207-1.145.396-1.711.607-.478-1.364-.874-2.757-1.413-4.1-1.551.392-3.108.851-4.7 1.026-1.42-.968-2.741-2.107-4.244-2.937-1.9.035-3.789.478-5.664.798-.002-.796-.025-1.59-.004-2.386z"/><path fill="#fff" d="M28.016 7.526c1.089-.907 2.595-.355 3.883-.501.892 1.6 1.936 3.108 2.872 4.683H30.83v6.439h5.249c-.142-1.926 1.022-3.908 2.864-4.57 1.707-.761 3.819.045 4.882 1.512.568.917.79 2 .905 3.058h5.024c.392 1.82-.591 3.902-2.507 4.281-14.189.029-28.38 0-42.572.016-1.42.057-2.667-1.03-3.085-2.34-.074-.845-.014-1.694-.031-2.539 1.94-.379 3.91-.595 5.844-1.009-.217-2.388 1.809-4.872 4.304-4.667 1.701-.16 3.202 1.06 3.924 2.515 1.543-.591 3.374-.564 4.658-1.707 2.564-1.742 5.161-3.432 7.727-5.171m-17.031 5.225c-2.431.386-3.555 3.549-2.049 5.438 1.192 1.756 3.994 1.77 5.342.203.96-1.14 1.075-2.968.213-4.189-.673-1.18-2.219-1.694-3.506-1.452m28.488 1.563c-2.232.46-3.114 3.317-1.986 5.159.991 1.666 3.567 2.133 5.02.804 1.37-1.024 1.551-3.028.81-4.482-.794-1.266-2.404-1.854-3.844-1.481z"/><path fill="#fff" d="M32.857 6.923c2.886 1.641 5.947 3.038 8.675 4.923-1.838.123-3.68.025-5.52.057-1.046-1.664-2.162-3.286-3.155-4.98zM1.701 7.951c1.694-.375 3.516-.476 5.255-.775.704 1.03 1.506 1.996 2.109 3.089-2.498.441-4.993.907-7.5 1.29.092-1.184-.203-2.505.137-3.604z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--tow-away-zone--g3" xmlns="http://www.w3.org/2000/svg"><path d="M.738 0h22.636c.264.17.52.376.665.662-.099 6.45-.007 12.906-.033 19.358.04 1.081-.095 2.171.092 3.242-.18.291-.427.526-.691.738H.743A2.041 2.041 0 0 1 0 23.258V.741C.175.431.431.175.738-.001m.267.412C.555.599.316 1.098.336 1.57c-.001 6.953 0 13.907.004 20.859-.047.625.447 1.28 1.108 1.239 7.076.004 14.15.004 21.225 0 .663.042 1.158-.614 1.112-1.239.002-6.953 0-13.907-.002-20.861.047-.627-.45-1.276-1.111-1.243C15.678.314 8.683.327 1.688.318c-.229.006-.468 0-.683.093z"/><path d="M1.219.974C8.324.876 15.443.96 22.554.933c.379-.076.656.275.615.631.008 6.915.001 13.832.007 20.749.029.316-.094.785-.499.742-7.078.008-14.156.008-21.235 0-.341.042-.513-.33-.491-.619C.941 15.519.95 8.604.944 1.687c-.001-.258.023-.57.275-.713m.087.287c-.042 7.154-.083 14.316.002 21.47 7.167.011 14.337.01 21.506 0 .068-1.786.036-3.576.049-5.364-.06-5.368.042-10.74-.055-16.105-7.167-.013-14.335-.011-21.502 0z"/><path d="M6.624 3.748c.428.376.117 1.053.21 1.557-.064.394.18.941-.218 1.201a7.862 7.862 0 0 1-.046-.92c-.326-.004-.652-.007-.977-.048.262-.267.65-.168.982-.191a87.734 87.734 0 0 0-.005-.728c-.31-.01-.62-.031-.927-.08-.042.908-1.201 1.708-2.004 1.3.885-.059 1.96-.604 1.729-1.661-.557-.088-1.196.152-1.692-.182.628.028 1.773-.412 1.99.425.295-.024.592-.033.888-.039.021-.212.042-.425.071-.634zM9.197 3.922c.774-.034 1.202.919.845 1.547-.306.651-1.356.675-1.699.047-.411-.637.042-1.656.854-1.594m-.107.229c-.587.041-.791.808-.521 1.257.241.481 1.047.453 1.253-.046.288-.514-.084-1.329-.732-1.211zM15.367 3.869h.262c-.002 1.158 0 2.317-.001 3.476l-.259.001c-.001-1.159.002-2.318-.001-3.477zM16.993 4.695c.075-.954 1.491-1.061 1.925-.3.281-.01.563-.014.847-.018.004-.2.01-.4.018-.601.374.095.207.528.248.807-.049.423.129.93-.177 1.281a15.637 15.637 0 0 1-.112-.522c-.297.002-.601.008-.882-.101-.521.716-1.968.453-1.867-.545m.76-.562c-.929.197-.409 1.643.457 1.274.908-.215.399-1.619-.457-1.274m1.212.457c-.021.182-.043.364-.068.546.291-.012.583-.018.874-.023l-.007-.515a42.674 42.674 0 0 1-.8-.008zM12.568 3.979c.779-.06 1.567-.066 2.345.004-.268.3-.699.15-1.05.187-.007.68-.025 1.407.345 2.009.191.379.628.558.783.959-.674-.152-1.002-.816-1.266-1.387-.221.583-.569 1.183-1.198 1.389.077-.373.476-.52.66-.827.446-.62.443-1.412.432-2.142-.347-.046-.795.128-1.049-.192zM8.464 6.279L8.7 6.17c.021.291.021.584.064.872.876.166 1.885-.216 2.674.209-.873.075-1.756.047-2.632.027-.488-.051-.297-.667-.343-.999zM17.056 6.361c.708-.374 1.59-.077 2.367-.17.718-.186.835 1.005.364 1.249-.021-.336-.023-.674-.036-1.011-.897-.052-1.802.051-2.695-.069zM12.228 11.626c.453-.248.999-.158 1.492-.129.373.277-.011.696-.365.732.014 1.796-.002 3.592.007 5.386-.043.189.144.262.275.335-.177-.584-.41-1.372.014-1.886 1.328.101 2.621.507 3.946.662.952-.245 1.837-.71 2.787-.965.833.129 1.628.444 2.447.64a116.74 116.74 0 0 1-.001 3.501c-2.012-.455-4.016-.952-6.031-1.393l-.081-.473c-.008.634-.446 1.351-1.169 1.227-.762-.076-1.024-.996-.667-1.598-.201.227-.467.324-.759.222-.211.532-1.117.591-1.207-.031-.062-1.838-.001-3.681-.029-5.521a154.718 154.718 0 0 0-4.38 4.269c.643.71 1.746-.03 2.414.557.052.579.008 1.163.021 1.743.154.019.31.04.466.061-.008.282.005.568-.036.849-.88.024-1.761.005-2.641.005a18.945 18.945 0 0 0-.135-.481c.034.593-.304 1.33-.997 1.274-.702.065-1.079-.69-.971-1.303-.072.169-.134.345-.222.508-1.704.018-3.411.002-5.116.006a207.38 207.38 0 0 1 0-4.531l.903.001v2.457c.376-.002.754-.005 1.131-.014-.005-.532-.004-1.064-.005-1.594 2.943-1.559 5.934-3.021 8.909-4.515M6.73 15.175c-.519.227-.47.89-.31 1.337a269.5 269.5 0 0 0 5.294-3.974c-1.679.844-3.321 1.76-4.985 2.636m.584 1.282c.365-.033.833.137 1.096-.207.778-.804 1.579-1.587 2.331-2.416-1.199.794-2.306 1.725-3.428 2.623m11.1.514c.661.238 1.346.4 2.019.598a20.7 20.7 0 0 0 .379-1.313c-.862-.088-1.623.416-2.398.715m2.684-.573c-.13.423-.253.85-.369 1.278.478.124.95.265 1.424.403.115-.421.239-.839.362-1.258a27.087 27.087 0 0 0-1.417-.423m-5.866.891c.4.07.807.115 1.2.229-.323-.308-.791-.287-1.2-.229m.448 1.399c.279-.151.458-.675 0-.672-.452.005-.265.516 0 .672m-9.106.641a1.164 1.164 0 0 1 2.051.023c-.2-1.054-1.836-1.078-2.051-.023m.792.1c-.163.273.014.624.355.505.397-.216-.002-.773-.355-.505z"/><path fill="#fff" d="M1.005.411c.215-.093.453-.087.683-.093 6.995.01 13.99-.004 20.984.007.661-.033 1.158.616 1.111 1.243.002 6.954.005 13.908.002 20.861.046.625-.449 1.281-1.112 1.239-7.075.004-14.149.004-21.225 0-.661.041-1.155-.614-1.108-1.239C.336 15.476.335 8.522.336 1.57.317 1.098.555.599 1.005.411m.214.563c-.252.142-.276.455-.275.713C.95 8.604.942 15.519.951 22.436c-.022.288.15.661.491.619 7.078.008 14.156.008 21.235 0 .405.043.528-.426.499-.742-.006-6.917.001-13.833-.007-20.749.041-.356-.236-.707-.615-.631C15.443.96 8.324.876 1.219.974z"/><path fill="#fff" d="M1.306 1.261c7.167-.011 14.335-.013 21.502 0 .098 5.366-.005 10.737.055 16.105-.013 1.789.018 3.578-.049 5.364-7.169.01-14.338.011-21.506 0-.086-7.154-.045-14.316-.002-21.47m5.318 2.488c-.029.21-.051.422-.071.634a13.91 13.91 0 0 0-.888.039c-.217-.837-1.362-.397-1.99-.425.496.334 1.135.094 1.692.182.23 1.056-.844 1.602-1.729 1.661.803.408 1.962-.392 2.004-1.3.308.048.617.07.927.08l.005.728c-.332.023-.72-.076-.982.191.324.041.651.045.977.048.001.308.008.614.046.92.398-.261.154-.807.218-1.201-.093-.504.218-1.181-.21-1.557m2.574.174c-.812-.062-1.265.958-.854 1.594.344.628 1.393.604 1.699-.047.357-.628-.071-1.581-.845-1.547m1.8-.017c-.04.81-.043 1.631.002 2.44l.218.135c.027-.902.024-1.804.002-2.706a11.89 11.89 0 0 1-.223.131m4.371-.036c.004 1.159 0 2.318.001 3.477l.259-.001c.001-1.159-.001-2.318.001-3.476h-.262m1.627.826c-.101.999 1.346 1.261 1.867.545.281.11.585.104.882.101.035.175.071.349.112.522.306-.351.128-.857.177-1.281-.041-.279.125-.712-.248-.807-.008.2-.014.4-.018.601-.283.004-.566.008-.847.018-.434-.761-1.85-.654-1.925.3m-4.425-.715c.254.32.702.146 1.049.192.011.73.014 1.522-.432 2.142-.183.308-.583.455-.66.827.628-.206.977-.807 1.198-1.389.264.57.592 1.235 1.266 1.387-.154-.4-.592-.58-.783-.959-.37-.602-.352-1.329-.345-2.009.351-.037.783.113 1.05-.187a14.124 14.124 0 0 0-2.345-.004m-4.102 2.3c.046.332-.146.948.343.999.876.021 1.758.048 2.632-.027-.789-.425-1.798-.042-2.674-.209-.043-.288-.043-.581-.064-.872l-.236.109m8.591.082c.894.119 1.798.017 2.695.069.013.336.016.674.036 1.011.47-.245.353-1.435-.364-1.249-.778.093-1.659-.204-2.367.17M4.086 6.23c-.043.404-.136 1.159.498 1.061.788-.1 1.766.23 2.43-.181-.879-.1-1.768-.017-2.651-.048-.084-.256.14-.903-.277-.832m8.142 5.396c-2.975 1.494-5.966 2.956-8.909 4.515.001.531 0 1.063.005 1.594-.377.01-.755.012-1.131.014v-2.457l-.903-.001a207.38 207.38 0 0 0 0 4.531c1.705-.004 3.412.012 5.116-.006.088-.163.15-.339.222-.508-.109.613.269 1.368.971 1.303.693.057 1.031-.68.997-1.274.047.16.092.32.135.481.88 0 1.761.019 2.641-.005.041-.281.028-.567.036-.849a39.806 39.806 0 0 0-.466-.062c-.012-.58.031-1.164-.021-1.743-.668-.587-1.772.153-2.414-.557a156.069 156.069 0 0 1 4.38-4.269c.028 1.84-.033 3.683.029 5.521.09.622.996.563 1.207.031.292.103.557.005.759-.222-.357.602-.095 1.522.667 1.598.722.124 1.16-.592 1.169-1.227l.081.473c2.015.441 4.02.938 6.031 1.393.019-1.167.017-2.335.001-3.501-.819-.197-1.614-.511-2.447-.64-.95.254-1.836.72-2.787.965-1.325-.156-2.618-.561-3.946-.662-.425.514-.192 1.303-.014 1.886-.131-.074-.318-.146-.275-.335-.01-1.795.007-3.59-.007-5.386.355-.036.738-.455.365-.732-.493-.029-1.038-.119-1.492.129z"/><path fill="#fff" d="M9.09 4.151c.648-.118 1.02.697.732 1.211-.206.499-1.012.527-1.253.046-.27-.449-.066-1.216.521-1.257zM17.753 4.134c.856-.345 1.365 1.059.457 1.274-.866.369-1.386-1.077-.457-1.274zM18.965 4.591c.267.006.533.007.8.008l.007.515c-.292.005-.584.011-.874.023.024-.182.047-.364.068-.546zM6.73 15.175c1.663-.877 3.306-1.792 4.985-2.636a272.517 272.517 0 0 1-5.294 3.974c-.16-.447-.209-1.111.31-1.337zM7.313 16.456c1.122-.898 2.229-1.83 3.428-2.623-.753.829-1.553 1.611-2.331 2.416-.263.345-.731.175-1.096.207zM18.412 16.97c.774-.299 1.535-.803 2.398-.715-.107.443-.241.879-.379 1.313-.673-.198-1.358-.361-2.019-.598zM21.096 16.397c.475.13.949.268 1.417.423-.123.419-.247.837-.362 1.258-.474-.137-.947-.279-1.424-.403.116-.428.239-.855.369-1.278zM15.23 17.288c.409-.058.877-.078 1.2.229-.393-.115-.8-.159-1.2-.229zM15.678 18.687c-.265-.156-.452-.667 0-.672.458-.004.279.521 0 .672zM6.572 19.328c.216-1.055 1.851-1.031 2.051.023a1.164 1.164 0 0 0-2.051-.023z"/><path fill="#fff" d="M7.364 19.428c.352-.268.751.289.355.505-.34.118-.517-.233-.355-.505z"/><path opacity=".84" d="M24.039.662l.082.148v22.615l-.023-.164c-.187-1.071-.052-2.161-.092-3.242.025-6.452-.066-12.908.033-19.358z"/><path fill="#010101" d="M10.997 3.905l.223-.131a50.86 50.86 0 0 1-.002 2.706L11 6.345a23.092 23.092 0 0 1-.002-2.44z"/><path fill="#070707" d="M4.086 6.23c.417-.071.193.576.277.832.883.031 1.772-.052 2.651.048-.665.411-1.643.081-2.43.181-.634.098-.542-.657-.498-1.061z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--tractors--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.227 0h33.925a1.835 1.835 0 0 1 1.245 1.228V22.75A1.863 1.863 0 0 1 35.171 24H1.242a1.858 1.858 0 0 1-1.243-1.227V1.245A1.832 1.832 0 0 1 1.226.001m-.054.382a1.221 1.221 0 0 0-.844 1.203c-.003 6.942-.005 13.885 0 20.827-.038.681.574 1.305 1.259 1.259 11.075.001 22.151.005 33.226-.001.682.038 1.294-.576 1.257-1.258.006-6.942.005-13.885.001-20.827C36.112.9 35.494.287 34.81.322 23.814.311 12.818.323 1.822.315c-.217.005-.439.005-.649.067z"/><path d="M2.862 3.082c.266-.802 1.473-.962 1.876-.195.272.649.081 1.388.132 2.074-.413-.069-.822-.005-1.232.044-.601.059-1.07-.68-.739-1.192.314-.52.999-.334 1.499-.414-.165-.88-.995-.249-1.536-.317m.611.85c-.322.141-.135.622.191.573.428.096.804-.213.726-.662-.305.033-.617.023-.917.089zM5.443 2.422c.172.003.344.01.514.018.007.572-.048 1.15.023 1.72.113.432.797.454.944.034.094-.582.017-1.18.042-1.768h.506c0 .844.003 1.689-.001 2.533-.298-.022-.598-.047-.892.018-.538.117-1.095-.337-1.124-.879-.036-.557-.005-1.118-.013-1.677zM8.022 2.79c.444-.632 1.587-.511 1.834.247-.512.076-1.038-.353-1.497.04.176.405.67.275 1.007.421.411.143.679.669.422 1.058-.454.693-1.637.571-1.952-.197.549-.116 1.201.442 1.616-.15-.299-.44-.916-.21-1.28-.547-.259-.199-.351-.599-.15-.871zM10.777 2.582c.466-.381 1.082-.052 1.619-.159-.039.984.115 1.996-.086 2.961-.339.919-1.745.763-1.948-.172l.513.003c.341.543 1.067.227 1.065-.363-.57.243-1.33.035-1.517-.601-.09-.558-.164-1.29.356-1.67m.519.31c-.59.149-.556 1.125-.193 1.474.973.52 1.158-1.591.193-1.474zM13.191 4.557c-.375-.739-.254-2.112.797-2.167.841-.065 1.208.855 1.071 1.561-.523.001-1.045-.003-1.569.006.127.892.984.329 1.532.402-.303.736-1.404.907-1.832.199m.301-1.122c.366.009.734.009 1.1 0-.051-.696-1.053-.7-1.1 0zM15.498 2.417c.296.024.594.056.887-.01.541-.127 1.101.345 1.128.886.034.553.005 1.107.01 1.66a85.01 85.01 0 0 0-.505-.002c-.019-.57.039-1.145-.027-1.713-.106-.446-.811-.469-.954-.035-.08.579-.015 1.167-.035 1.751a42.673 42.673 0 0 0-.506 0c0-.845-.003-1.69.002-2.535zM18.802 2.431c1.545-.432 1.849 2.38.421 2.576-1.392.185-1.62-2.215-.421-2.576m.218.466c-.585.101-.458.834-.414 1.263.116.49.925.444.973-.064.069-.444.094-1.258-.558-1.199zM20.69 2.419c.601.115 1.282-.229 1.777.267.506-.499 1.454-.363 1.705.331.15.631.041 1.292.069 1.936l-.506-.005c-.018-.571.04-1.147-.027-1.715-.107-.442-.809-.464-.952-.033-.082.579-.015 1.168-.036 1.752a42.673 42.673 0 0 0-.506 0c-.022-.583.047-1.173-.038-1.752-.141-.432-.846-.408-.952.035-.065.568-.009 1.143-.026 1.714l-.506.002a427.74 427.74 0 0 1-.001-2.533zM24.889 2.418c.599.119 1.282-.23 1.776.27.506-.5 1.456-.364 1.705.333.148.63.042 1.29.068 1.933a42.633 42.633 0 0 0-.505-.003c-.018-.57.039-1.145-.027-1.712-.105-.446-.809-.47-.953-.038-.081.579-.015 1.168-.035 1.752a28.43 28.43 0 0 0-.506.001c-.024-.585.048-1.176-.04-1.756-.144-.425-.837-.406-.949.033-.068.57-.01 1.148-.03 1.721a42.673 42.673 0 0 0-.506 0c0-.844-.003-1.689.002-2.533zM28.954 3.204c.096-.704 1.025-1.082 1.582-.636.463.297.444.891.43 1.375-.522 0-1.045-.006-1.567.007.131.897.986.309 1.533.412-.273.551-1.001.849-1.537.48-.558-.341-.494-1.077-.441-1.638m.445.225c.365.008.73.008 1.095-.001-.044-.693-1.054-.702-1.095.001zM31.55 2.417c.29.023.582.057.87-.007.546-.139 1.118.333 1.148.882.034.549-.005 1.1.022 1.649-.175.002-.35.005-.524.005-.007-.571.047-1.148-.022-1.716-.115-.442-.818-.456-.953-.022-.08.577-.014 1.165-.035 1.746a28.468 28.468 0 0 0-.506-.001c0-.845-.003-1.69.001-2.535zM18.525 6.514h7.473c.001 2.524 0 5.049.003 7.573a6.747 6.747 0 0 0-.977-.775c-.003-1.943 0-3.885-.002-5.828-1.868 0-3.736-.001-5.604.001-.003 1.994.003 3.987-.002 5.981-1.547 1.074-2.425 3.027-2.136 4.896.229.052.275.266.332.462-1.746.011-3.492.001-5.238.006-.751-.652-1.928-.813-2.765-.231-.47.407-1.127.172-1.689.229-.03-.475-.064-.951-.082-1.426-.237.1-.48.188-.726.264-.006-.635-.006-1.269 0-1.904.213.071.424.146.634.227-.064-.944-.111-1.888-.181-2.831.465-.737 1.367-.428 2.089-.486l.001-1.986h1.164l.001 1.986h7.704c.001-2.052-.001-4.105.001-6.157z"/><path d="M21.202 9.078c.175-.547.879-.571 1.342-.748.466-.106.398.479.447.769.098.582-.333 1.293.162 1.766.477.523.466 1.278.388 1.937a5.652 5.652 0 0 0-2.717.092c.239-.974 1.491-1.424 1.319-2.541-.467-.033-.561-.518-.783-.838.109-.144.222-.288.334-.431-.124-.001-.37-.003-.493-.006z"/><path d="M21.311 13.018c1.699-.392 3.585.24 4.69 1.591 1.124 1.317 1.424 3.266.746 4.859-.83 2.097-3.276 3.366-5.469 2.815-2.116-.445-3.755-2.485-3.7-4.653-.031-2.161 1.614-4.191 3.733-4.612m.337 2.155c-1.343.336-2.208 1.865-1.79 3.189.363 1.406 2.045 2.258 3.391 1.703 1.3-.449 2.031-2.027 1.517-3.308-.427-1.231-1.872-1.956-3.118-1.584z"/><path d="M21.983 16.75c.639-.285 1.42.299 1.33.992-.033.742-1.015 1.158-1.574.675-.588-.42-.436-1.432.245-1.666zM27.464 17.652c.771.002 1.542 0 2.312.001v1.176c-.816 0-1.632-.002-2.448.001.071-.39.114-.784.135-1.178zM10.387 18.473c1.102-.265 2.3.541 2.467 1.661.233 1.132-.669 2.314-1.815 2.403-1.093.147-2.183-.729-2.275-1.827-.134-1.019.615-2.047 1.623-2.237m.112.565c-.934.174-1.478 1.337-.988 2.159.508 1.043 2.182 1.008 2.646-.056.586-1.05-.506-2.417-1.657-2.103z"/><path d="M10.504 19.835c.494-.26 1.137.205 1.034.756-.052.548-.791.823-1.191.449-.399-.312-.306-1.005.157-1.206z"/><path fill="#fff" d="M1.172.383c.21-.063.432-.063.649-.067C12.817.324 23.813.311 34.809.323c.685-.035 1.302.578 1.261 1.264.003 6.942.005 13.885-.001 20.827.038.682-.574 1.296-1.257 1.258-11.075.006-22.151.002-33.226.001-.685.045-1.297-.578-1.259-1.259-.005-6.942-.003-13.885 0-20.827A1.22 1.22 0 0 1 1.171.384m1.691 2.698c.54.068 1.371-.563 1.536.317-.5.08-1.185-.106-1.499.414-.331.512.139 1.251.739 1.192.409-.049.819-.114 1.232-.044-.051-.686.14-1.424-.132-2.074-.403-.768-1.609-.607-1.876.195m2.581-.66c.008.558-.024 1.119.013 1.677.028.543.586.996 1.124.879.293-.065.594-.04.892-.018.005-.844.001-1.689.001-2.533h-.506c-.025.588.052 1.185-.042 1.768-.147.42-.831.398-.944-.034-.071-.57-.016-1.148-.023-1.72a17.524 17.524 0 0 0-.514-.018m2.578.367c-.201.272-.109.672.15.871.364.337.98.107 1.28.547-.415.593-1.067.034-1.616.15.315.768 1.498.889 1.952.197.257-.389-.011-.915-.422-1.058-.337-.146-.83-.016-1.007-.421.458-.392.985.036 1.497-.04-.247-.758-1.39-.879-1.834-.247m2.755-.207c-.52.38-.446 1.111-.356 1.67.188.636.947.844 1.517.601.002.59-.723.905-1.065.363a43.993 43.993 0 0 0-.513-.003c.204.935 1.609 1.091 1.948.172.201-.965.048-1.977.086-2.961-.537.107-1.152-.222-1.619.159m2.416 1.974c.429.707 1.53.537 1.832-.199-.548-.073-1.405.49-1.532-.402.523-.009 1.045-.005 1.569-.006.136-.705-.231-1.625-1.071-1.561-1.051.055-1.173 1.427-.797 2.167m2.306-2.139c-.006.845-.002 1.69-.002 2.535h.506c.02-.583-.044-1.172.035-1.751.143-.433.849-.411.954.035.066.568.008 1.143.027 1.713l.505.002c-.006-.553.024-1.107-.01-1.66-.027-.541-.587-1.013-1.128-.886-.293.066-.591.034-.887.01m3.304.016c-1.199.362-.971 2.762.421 2.576 1.429-.197 1.124-3.009-.421-2.576m1.888-.012c-.002.844-.002 1.689.001 2.533l.506-.002c.017-.571-.039-1.147.026-1.714.106-.444.811-.467.952-.035.084.579.016 1.168.038 1.752h.506c.022-.583-.045-1.173.036-1.752.143-.431.845-.409.952.033.067.569.009 1.144.027 1.715.168.001.337.002.506.005-.028-.644.081-1.305-.069-1.936-.251-.694-1.199-.83-1.705-.331-.495-.496-1.176-.152-1.777-.267m4.2-.002c-.006.844-.002 1.689-.002 2.533h.506c.019-.573-.039-1.151.03-1.721.111-.439.804-.458.949-.033.088.58.016 1.172.04 1.756.168-.002.337-.002.506-.001.02-.583-.045-1.173.035-1.752.144-.432.849-.408.953.038.066.566.009 1.142.027 1.712l.505.003c-.026-.643.08-1.302-.068-1.933-.249-.697-1.199-.834-1.705-.333-.494-.499-1.176-.15-1.776-.27m4.065.787c-.052.561-.117 1.297.441 1.638.536.369 1.264.071 1.537-.48-.547-.102-1.402.486-1.533-.412.522-.013 1.045-.007 1.567-.007.014-.485.033-1.078-.43-1.375-.557-.446-1.487-.068-1.582.636m2.596-.787c-.005.845-.001 1.69-.001 2.535.168-.001.337-.001.506.001.022-.581-.044-1.169.035-1.746.135-.435.838-.421.953.022.068.569.015 1.145.022 1.716.174 0 .349-.002.524-.005-.026-.549.013-1.1-.022-1.649-.03-.548-.602-1.02-1.148-.882-.288.064-.58.03-.87.007M18.525 6.514c-.002 2.052 0 4.105-.001 6.157H10.82l-.001-1.986H9.655l-.001 1.986c-.722.058-1.624-.251-2.089.486.069.943.117 1.887.181 2.831a11.956 11.956 0 0 0-.634-.227c-.006.635-.006 1.269 0 1.904.246-.076.489-.164.726-.264.018.475.052.951.082 1.426.562-.057 1.219.179 1.689-.229.837-.582 2.014-.421 2.765.231 1.746-.005 3.492.006 5.238-.006-.057-.196-.104-.409-.332-.462-.289-1.869.589-3.822 2.136-4.896.006-1.994-.001-3.987.002-5.981 1.868-.002 3.736-.001 5.604-.001.002 1.943-.001 3.885.002 5.828.351.223.673.49.977.775-.003-2.524-.002-5.049-.003-7.573h-7.473m2.677 2.565l.493.006c-.113.143-.225.287-.334.431.222.321.315.805.783.838.172 1.117-1.081 1.567-1.319 2.541a5.653 5.653 0 0 1 2.717-.092c.078-.659.089-1.414-.388-1.937-.495-.473-.064-1.184-.162-1.766-.049-.29.019-.875-.447-.769-.463.177-1.167.201-1.342.748m.108 3.94c-2.119.421-3.764 2.451-3.733 4.612-.055 2.168 1.584 4.209 3.7 4.653 2.193.551 4.638-.718 5.469-2.815.678-1.594.378-3.542-.746-4.859-1.104-1.351-2.99-1.984-4.69-1.591m6.153 4.634a9.72 9.72 0 0 1-.135 1.178c.816-.003 1.632-.001 2.448-.001v-1.176c-.77-.001-1.541.001-2.312-.001m-17.078.821c-1.008.19-1.757 1.218-1.623 2.237.092 1.098 1.182 1.973 2.275 1.827 1.147-.09 2.049-1.272 1.815-2.403-.167-1.119-1.365-1.926-2.467-1.661z"/><path fill="#fff" d="M11.298 2.891c.965-.117.779 1.994-.193 1.474-.363-.349-.397-1.325.193-1.474zM13.491 3.436c.047-.7 1.049-.696 1.1 0a22.41 22.41 0 0 1-1.1 0zM19.02 2.897c.653-.059.628.755.558 1.199-.048.507-.857.554-.973.064-.044-.429-.171-1.161.414-1.263zM29.399 3.429c.041-.703 1.051-.694 1.095-.001-.365.009-.73.009-1.095.001zM3.473 3.932c.3-.066.612-.056.917-.089.078.449-.298.758-.726.662-.326.049-.513-.432-.191-.573zM21.648 15.173c1.245-.372 2.691.354 3.118 1.584.514 1.281-.217 2.858-1.517 3.308-1.346.555-3.028-.297-3.391-1.703-.417-1.324.447-2.854 1.79-3.189m.335 1.577c-.68.234-.833 1.247-.245 1.666.56.483 1.541.067 1.574-.675.09-.693-.69-1.277-1.33-.992zM10.499 19.038c1.151-.314 2.243 1.053 1.657 2.103-.464 1.064-2.137 1.099-2.646.056-.489-.822.055-1.985.988-2.159m.006.797c-.463.2-.556.894-.157 1.206.4.374 1.139.099 1.191-.449.104-.552-.54-1.017-1.034-.756z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--traffic-queues--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.957.196C2.288.062 2.648.049 3 .046 15.59.047 28.18.043 40.77.047c1.499-.041 2.857 1.321 2.817 2.817.003 6.09.003 12.18 0 18.269.038 1.496-1.32 2.858-2.817 2.815H2.865C1.369 23.99.008 22.629.049 21.133V2.866C.019 1.685.855.578 1.957.196m.553.569C1.471.933.67 1.942.726 2.992.73 9.042.721 15.094.731 21.146c-.007 1.175 1.092 2.187 2.258 2.126h37.655c1.17.065 2.262-.95 2.258-2.126.008-6.097.008-12.195 0-18.292.001-1.173-1.087-2.197-2.258-2.127C27.932.753 15.216.677 2.509.765z"/><path fill="#fff" d="M2.645 1.855c12.616-.086 25.242-.01 37.863-.038.685-.104 1.372.465 1.309 1.174.001 6.007.003 12.012-.001 18.019.055.644-.526 1.223-1.17 1.17-12.552.004-25.105.004-37.657 0-.642.053-1.226-.525-1.17-1.17V2.991c-.035-.513.318-1.027.826-1.136m8.915 2.071c-.428.815-.676 1.722-1.174 2.504-.431.537-.199 1.27-.252 1.9-.057.37.244.732.63.685 1.625.004 3.252.016 4.879-.007.379-.728.54-1.606 1.099-2.217.83-.344 1.79-.08 2.673-.161-.582-.847-.84-1.86-1.327-2.756-.158-.27-.502-.23-.768-.24-1.729.01-3.458-.003-5.187.007-.225-.014-.473.067-.573.286m5.131 3.213c-.514.967-.806 2.047-1.394 2.975-.524.597-.239 1.443-.311 2.161-.076.434.206.945.694.901 1.831-.001 3.664.022 5.495-.012.341-.802.679-1.605 1.043-2.396.158-.368.565-.567.953-.551.893-.005 1.788 0 2.682.003-.585-.953-.912-2.035-1.413-3.03-.119-.274-.425-.379-.704-.363-2.097-.005-4.196.001-6.293-.003-.278-.008-.612.037-.754.314m-6.008 2.13c.035.462-.045.938.061 1.394.316.239.852.203 1.192.045.218-.435.056-.987.1-1.467-.451-.004-.904-.026-1.353.029m12.28 1.17c-.559.079-.675.72-.885 1.144-.424.89-.715 1.852-1.253 2.682-.627.687-.284 1.675-.374 2.509-.095.518.224 1.141.814 1.1 3.779.014 7.556.004 11.335.004.479.059.945-.341.903-.833-.037-.776.102-1.583-.083-2.34-.863-1.193-1.242-2.643-1.919-3.937-.217-.385-.706-.359-1.087-.355-2.483.022-4.969-.03-7.451.025m-7.306 3.019c.019.545-.064 1.105.046 1.643.337.342 1.002.258 1.409.094.278-.511.068-1.17.128-1.737a83.532 83.532 0 0 0-1.583 0m15.21 4.734c.048.653-.116 1.353.091 1.979.431.314 1.195.281 1.651.031.255-.62.061-1.35.115-2.013-.619.001-1.238 0-1.857.003m-9.635.002c.068.668-.158 1.415.135 2.032.462.222 1.125.221 1.589.001.3-.614.068-1.365.138-2.033-.62-.005-1.241-.005-1.861 0z"/><path fill="#fff" d="M12.023 4.222a156.2 156.2 0 0 1 5.561-.004c.416.543.582 1.264.892 1.88-2.426.004-4.85.001-7.275.001.27-.629.537-1.257.822-1.878zM17.22 7.522c2.212-.063 4.428-.029 6.641-.018.363.731.664 1.492.993 2.238-2.868.007-5.735.004-8.603.001.318-.742.637-1.485.97-2.221zM23.099 11.243c2.385-.105 4.788-.01 7.18-.046.244.016.614-.074.7.244.363.791.698 1.595 1.045 2.393-3.364.003-6.727.005-10.09 0 .394-.86.708-1.763 1.166-2.591z"/><path d="M2.51.765C15.218.676 27.934.753 40.645.727c1.171-.07 2.26.955 2.258 2.127.008 6.097.008 12.195 0 18.292.004 1.175-1.088 2.191-2.258 2.126H2.99c-1.166.061-2.265-.95-2.258-2.126C.721 15.094.731 9.042.727 2.992.671 1.942 1.472.933 2.511.765m.134 1.09c-.509.109-.862.623-.826 1.136V21.01c-.056.645.528 1.223 1.17 1.17 12.552.004 25.105.004 37.657 0 .644.053 1.225-.526 1.17-1.17.004-6.007.003-12.012.001-18.019.063-.709-.625-1.278-1.309-1.174-12.62.029-25.246-.048-37.863.038z"/><path fill="#231f20" d="M11.56 3.926c.1-.22.348-.3.573-.286 1.729-.01 3.458.003 5.187-.007.266.01.61-.03.768.24.487.896.745 1.909 1.327 2.756-.882.08-1.842-.183-2.673.161-.559.611-.72 1.489-1.099 2.217-1.627.023-3.254.011-4.879.007-.386.048-.687-.315-.63-.685.053-.63-.179-1.362.252-1.9.498-.781.746-1.688 1.174-2.504m.463.297c-.285.62-.552 1.249-.822 1.878 2.425 0 4.849.003 7.275-.001-.31-.616-.476-1.338-.892-1.88a156.2 156.2 0 0 0-5.561.004z"/><path fill="#231f20" d="M16.691 7.14c.142-.277.476-.322.754-.314 2.097.004 4.196-.003 6.293.003.278-.016.585.089.704.363.5.995.828 2.077 1.413 3.03-.895-.003-1.789-.008-2.682-.003-.389-.016-.795.183-.953.551-.364.791-.702 1.594-1.043 2.396-1.831.034-3.664.011-5.495.012-.488.044-.77-.468-.694-.901.072-.719-.213-1.564.311-2.161.588-.929.88-2.009 1.394-2.975m.527.381c-.333.736-.652 1.48-.97 2.221 2.868.003 5.735.005 8.603-.001-.329-.746-.63-1.507-.993-2.238-2.213-.011-4.429-.045-6.641.018zM10.681 9.269c.449-.055.901-.033 1.353-.029-.044.48.119 1.032-.1 1.467-.34.158-.875.194-1.192-.045-.106-.455-.026-.931-.061-1.394z"/><path fill="#231f20" d="M22.961 10.44c2.482-.055 4.968-.003 7.451-.025.38-.004.87-.03 1.087.355.676 1.294 1.055 2.744 1.919 3.937.185.757.046 1.564.083 2.34.042.492-.424.892-.903.833-3.779 0-7.556.01-11.335-.004-.59.041-.91-.582-.814-1.1.09-.835-.254-1.822.374-2.509.539-.83.829-1.792 1.253-2.682.21-.424.326-1.065.885-1.144m.138.802c-.458.828-.772 1.73-1.166 2.591 3.363.005 6.725.003 10.09 0-.346-.798-.682-1.602-1.045-2.393-.086-.318-.455-.228-.7-.244-2.392.037-4.795-.059-7.18.046zM15.655 13.458a83.532 83.532 0 0 1 1.583 0c-.06.567.15 1.226-.128 1.737-.406.164-1.072.248-1.409-.094-.11-.539-.027-1.098-.046-1.643zM30.865 18.192c.619-.003 1.238-.001 1.857-.003-.053.663.14 1.392-.115 2.013-.457.25-1.22.282-1.651-.031-.207-.626-.044-1.325-.091-1.979zM21.23 18.194c.62-.005 1.241-.005 1.861 0-.07.668.162 1.42-.138 2.033-.464.22-1.126.221-1.589-.001-.293-.616-.067-1.364-.135-2.032z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#161616" opacity=".76" d="M0 0h28.649C35.088.334 41.551.187 48 .25V24H14.551c-3.751-.353-7.534-.11-11.297-.274l-.281-.096c5.803-.348 11.618.002 17.426.132 8.201.12 16.409.192 24.607.012.895.002 1.79.024 2.686.002.036-7.798-.062-15.595.062-23.388-.866-.01-1.733-.022-2.597.034-4.807.173-9.626.026-14.438.074C25.281.251 19.83.532 14.394.186 10.556.164 6.714.042 2.879.241 2.017.236 1.153.219.292.236.273 1.249.29 2.262.28 3.274c-.286 2.791.026 5.602-.281 8.39V-.002z"/><path fill="#060606" opacity=".45" d="M28.649 0H48v.25C41.551.188 35.088.334 28.649 0z"/><path fill="#fff" d="M.293.238c.862-.017 1.726 0 2.587.005C1.553.742.629 1.923.281 3.277.291 2.264.274 1.251.293.239zM45.158.422c.864-.055 1.73-.043 2.597-.034-.125 7.793-.026 15.59-.062 23.388-.895.022-1.79 0-2.686-.002 1.56-.6 2.621-2.184 2.604-3.852.019-5.28.019-10.562.026-15.842.002-1.594-1.049-3.017-2.479-3.658z"/><path fill="#fff" d="M2.942 1.726c.425-.214.917-.163 1.378-.18 13.289.048 26.578.094 39.866.144 1.435.022 2.222 1.594 2.172 2.87-.012 5.047-.024 10.094-.055 15.142.038 1.32-.878 2.906-2.366 2.779-13.37-.031-26.738-.098-40.109-.132-1.418.098-2.323-1.378-2.328-2.647-.019-5.052.031-10.104.041-15.156-.031-1.082.384-2.299 1.402-2.82m12.628 2.133c-.007 4.138.002 8.275-.005 12.413-2.395.005-4.793-.005-7.188.002-.005.559-.002 1.116 0 1.675 4.217.01 8.436-.007 12.653.01-.029-1.932 1.771-3.559 3.665-3.523 2.436-.048 4.891-.168 7.313.108 1.67.25 2.314 1.997 2.674 3.422 1.421-.017 2.842-.067 4.265-.108.007-4.63-.014-9.262.012-13.891-7.795-.077-15.593-.089-23.388-.108m7.334 11.614c-2.093 1.298-1.337 4.87.958 5.47 1.663.463 3.338-.641 3.977-2.162.65 1.541 2.4 2.7 4.078 2.095 2.414-.672 2.81-4.483.578-5.635-1.697-1.066-3.85.029-4.656 1.697-.828-1.798-3.29-2.868-4.934-1.464z"/><path fill="#fff" d="M24.334 16.428c1.042-.295 2.434.77 1.913 1.894-.302 1.051-1.752 1.517-2.532.694-.917-.734-.53-2.352.619-2.587zM30.578 16.435c1.195-.391 2.434 1.106 1.716 2.184-.574 1.099-2.35 1.056-2.789-.137-.547-.852.187-1.867 1.073-2.047zM.23 20.714c.379 1.111 1.025 2.177 2.122 2.702-.71.077-1.421.139-2.134.149-.005-.95.002-1.901.012-2.851z"/><path d="M2.88.242C6.715.043 10.558.165 14.395.187c5.436.346 10.886.065 16.325.31 4.812-.048 9.631.098 14.438-.074 1.43.641 2.482 2.064 2.479 3.658-.007 5.28-.007 10.562-.026 15.842.017 1.668-1.044 3.252-2.604 3.852-8.198.18-16.406.108-24.607-.012-5.808-.13-11.623-.48-17.426-.132a50.302 50.302 0 0 0-.622-.214C1.255 22.891.61 21.826.23 20.715c-.01.95-.017 1.901-.012 2.851l.002.192-.221-.002V11.667c.307-2.789-.005-5.599.281-8.39C.628 1.923 1.552.743 2.879.243m.063 1.483c-1.018.521-1.433 1.738-1.402 2.82-.01 5.052-.06 10.104-.041 15.156.005 1.27.91 2.746 2.328 2.647 13.37.034 26.738.101 40.109.132 1.488.127 2.405-1.459 2.366-2.779.031-5.047.043-10.094.055-15.142.05-1.277-.737-2.849-2.172-2.87-13.289-.05-26.578-.096-39.866-.144-.461.017-.953-.034-1.378.18z"/><path d="M15.571 3.859c7.795.019 15.593.031 23.388.108-.026 4.63-.005 9.262-.012 13.891-1.423.041-2.844.091-4.265.108-.36-1.426-1.003-3.173-2.674-3.422-2.422-.276-4.877-.156-7.313-.108-1.894-.036-3.694 1.591-3.665 3.523-4.217-.017-8.436 0-12.653-.01-.002-.559-.005-1.116 0-1.675 2.395-.007 4.793.002 7.188-.002.007-4.138-.002-8.275.005-12.413z"/><path d="M22.906 15.473c1.644-1.404 4.106-.334 4.934 1.464.806-1.668 2.959-2.762 4.656-1.697 2.232 1.152 1.836 4.963-.578 5.635-1.678.605-3.427-.554-4.078-2.095-.638 1.522-2.314 2.626-3.977 2.162-2.294-.6-3.05-4.171-.958-5.47m1.429.956c-1.15.235-1.536 1.853-.619 2.587.78.823 2.23.358 2.532-.694.521-1.123-.871-2.189-1.913-1.894m6.244.008c-.886.18-1.62 1.195-1.073 2.047.439 1.193 2.215 1.236 2.789.137.718-1.078-.521-2.575-1.716-2.184z"/><path fill="#939393" d="M2.352 23.417c.209.07.415.142.622.214l.281.096c-1.01.043-2.023.034-3.034.031l-.002-.192c.713-.01 1.423-.072 2.134-.149z"/><path fill="#0f0f0f" opacity=".59" d="M0 23.755l.221.002c1.01.002 2.023.012 3.034-.031 3.763.163 7.546-.079 11.297.274H.001v-.245z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--trailers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h48v24H0V0m.962.977c-.005 7.354-.005 14.707 0 22.061 15.353.005 30.708.005 46.061 0 .002-7.354.002-14.707 0-22.061C31.67.975 16.315.975.962.977z"/><path fill="#1f1917" d="M14.978 6.377c3.458-.06 6.919-.007 10.378-.024 1.294 1.265 2.558 2.556 3.828 3.847 1.13.022 2.258-.002 3.389.014.718 1.718.655 3.494-.005 5.218a308.26 308.26 0 0 1-3.319.233c-.084-1.526-1.478-2.863-3.036-2.63-1.334.134-2.29 1.334-2.39 2.628-3.77.002-7.538.002-11.309 0-.122-1.246-.996-2.429-2.285-2.611-1.584-.31-3.079 1.042-3.146 2.611a88.277 88.277 0 0 1-2.237-.235c-.475-.89-.955-1.776-1.411-2.676a56.34 56.34 0 0 1 .684-2.071c2.018-.202 4.051-.286 6.07-.492 1.63-1.224 3.139-2.616 4.79-3.811m-3.565 3.827c2.273.005 4.548.002 6.821.002.017-1.022.014-2.045.002-3.067-1.018.017-2.04-.058-3.055.029-1.294.962-2.525 2.009-3.768 3.036m7.539-3.065c-.01 1.022-.012 2.042.002 3.065 2.124.005 4.25.005 6.374 0-.686-1.032-1.404-2.045-2.112-3.062a303.16 303.16 0 0 0-4.265-.002zM35.03 8.393c3.18-.005 6.362-.01 9.545.002.005 1.786.005 3.574 0 5.359-3.182.01-6.362.007-9.545 0a563.75 563.75 0 0 1 0-5.362z"/><path fill="#1f1917" d="M9.199 13.524c1.577-.518 3.281 1.174 2.741 2.755-.389 1.591-2.64 2.196-3.737.95-1.212-1.116-.59-3.331.996-3.706zM25.994 13.519c1.562-.499 3.235 1.162 2.729 2.729-.365 1.603-2.618 2.237-3.73.996-1.236-1.116-.605-3.362 1.001-3.725zM33.235 14.119c1.745-.017 3.49-.002 5.234-.007-.264.322-.526.643-.782.972-1.486.005-2.971.01-4.457-.002 0-.322.002-.643.005-.962z"/><path fill="#1f1917" d="M39.194 14.234c2.318-.902 3.538 2.983 1.159 3.595-2.258.809-3.434-2.926-1.159-3.595zM41.114 14.107c1.154.012 2.306-.002 3.461.01 0 .322.002.643.005.965-.886.01-1.774.012-2.662 0-.262-.331-.53-.655-.804-.974z"/><path fill="#fff" d="M.962.977C16.315.975 31.67.975 47.023.977c.002 7.354.002 14.707 0 22.061-15.353.005-30.708.005-46.061 0C.957 15.684.957 8.331.962.977m14.016 5.4c-1.651 1.195-3.161 2.587-4.79 3.811-2.018.206-4.051.29-6.07.492a56.974 56.974 0 0 0-.684 2.071c.456.9.936 1.786 1.411 2.676.744.089 1.49.166 2.237.235.067-1.57 1.562-2.921 3.146-2.611 1.289.182 2.162 1.366 2.285 2.611 3.77.002 7.538.002 11.309 0 .101-1.294 1.056-2.494 2.39-2.628 1.558-.233 2.952 1.104 3.036 2.63a308.26 308.26 0 0 0 3.319-.233c.66-1.723.722-3.499.005-5.218-1.13-.017-2.258.007-3.389-.014-1.27-1.291-2.534-2.582-3.828-3.847-3.458.017-6.919-.036-10.378.024M35.03 8.393a563.75 563.75 0 0 0 0 5.362c3.182.007 6.362.01 9.545 0 .005-1.786.005-3.574 0-5.359a1786.46 1786.46 0 0 0-9.545-.002m-25.831 5.13c-1.586.374-2.208 2.59-.996 3.706 1.097 1.246 3.348.641 3.737-.95.54-1.582-1.164-3.274-2.741-2.755m16.795-.006c-1.606.362-2.237 2.609-1.001 3.725 1.111 1.241 3.365.607 3.73-.996.506-1.567-1.166-3.228-2.729-2.729m7.241.6c-.002.319-.005.641-.005.962 1.486.012 2.971.007 4.457.002.257-.329.518-.65.782-.972-1.745.005-3.49-.01-5.234.007m5.959.116c-2.275.67-1.099 4.404 1.159 3.595 2.378-.612 1.159-4.498-1.159-3.595m1.92-.127c.274.319.542.643.804.974.888.012 1.776.01 2.662 0-.002-.322-.005-.643-.005-.965-1.154-.012-2.306.002-3.461-.01z"/><path fill="#fff" d="M11.414 10.205c1.243-1.027 2.474-2.074 3.768-3.036 1.015-.086 2.038-.012 3.055-.029.012 1.022.014 2.045-.002 3.067-2.273 0-4.548.002-6.821-.002zM18.953 7.14c1.423-.007 2.844-.01 4.265.002.708 1.018 1.426 2.03 2.112 3.062-2.124.005-4.25.005-6.374 0a130.476 130.476 0 0 1-.002-3.065z"/></symbol><symbol viewBox="0 0 49 24" id="complementary--trailers--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#93918f" d="M2.133 0h44.579l.48.235c-13.2.024-26.4.002-39.6.01C5.552.26 3.505.147 1.474.424 1.69.275 1.907.135 2.133 0z"/><path fill="#fff" d="M1.474.424C3.504.147 5.552.26 7.592.245c13.2-.007 26.4.015 39.6-.01.073.022.218.071.289.096.203.534.691.862 1.146 1.163.081.167.238.5.318.666a941.889 941.889 0 0 0 .002 19.675c-.081.167-.238.495-.316.661a3.268 3.268 0 0 0-1.171 1.156c-.159.078-.478.23-.639.306-14.718-.162-29.447-.012-44.167-.071-.539.017-1.016-.26-1.447-.553-.446-.416-.813-.906-1.183-1.389.267-6.497.007-13.014.127-19.516.042-.323.157-.629.267-.936.321-.387.686-.735 1.056-1.07m.576.422C1.146 1.229.603 2.207.659 3.176c.01 5.966-.02 11.934.012 17.902-.015 1.313 1.224 2.38 2.51 2.3 14.204.007 28.411 0 42.617.002 1.308.11 2.62-.972 2.589-2.317.012-6.042.012-12.086 0-18.125.034-1.347-1.281-2.432-2.589-2.319C31.675.617 17.551.624 3.428.614c-.465.012-.95.024-1.379.23z"/><path fill="#fff" d="M1.308 3.73c-.157-1.156.527-2.53 1.856-2.41 14.214-.012 28.433-.002 42.649-.005.928-.096 1.915.642 1.871 1.619.017 6.044.017 12.088 0 18.132.044.98-.943 1.714-1.871 1.619-14.292-.012-28.587.027-42.879-.02-1.633-.047-1.717-1.947-1.589-3.171.879 0 1.761 0 2.64.005.066-1.2.6-2.282 1.428-3.137-1.347.01-2.696-.002-4.043.012l-.039-.872c4.396-.056 8.797.034 13.195-.105.012-3.429.091-6.855.093-10.281.054-.754-.632-1.435-1.386-1.374-3.975-.029-7.949.002-11.924-.012m18.214 6.688c.002 1.697.002 3.394.002 5.091h20.584c-.002-1.697 0-3.397.002-5.094-6.862 0-13.727-.005-20.589.002m5.401 5.861c.433.647.84 1.31 1.21 1.996 2.493-.007 4.986 0 7.479-.002.404-.654.813-1.3 1.224-1.949-3.304-.034-6.61-.024-9.913-.044m-18.227.242c-2.165.637-2.743 3.811-.977 5.194 1.668 1.604 4.812.431 5.003-1.876.431-2.17-1.979-4.163-4.026-3.318m3.257-.199c.931.874 1.296 2.106 1.499 3.331 1.102-.002 2.207-.002 3.311-.002.029-.465.059-.928.086-1.391 1.369.005 2.736-.01 4.104-.007.384-.637.771-1.273 1.158-1.91-3.387-.027-6.771.01-10.158-.02m11.674.181c-2.03.561-2.851 3.355-1.401 4.905 1.425 1.822 4.687 1.139 5.253-1.109.801-2.219-1.651-4.629-3.852-3.796m14.686-.025c-2.224.634-2.851 3.869-.987 5.26 1.761 1.611 4.952.247 4.991-2.14.247-2.072-2.047-3.874-4.004-3.12z"/><path fill="#fff" d="M7.445 17.99c1.095-.264 2.136 1.036 1.565 2.035-.416 1.002-1.959 1.112-2.505.171-.595-.806-.039-2.069.94-2.207zM22.364 17.988c.894-.157 1.758.698 1.594 1.597-.027 1.114-1.562 1.697-2.351.926-.936-.735-.456-2.444.757-2.522zM37.063 17.961c1.829-.372 2.278 2.721.399 2.826-1.832.384-2.241-2.677-.399-2.826z"/><path fill="#1f1a17" d="M47.481.331c.62.078 1.014.585 1.146 1.163-.456-.301-.943-.629-1.146-1.163zM2.05.845c.429-.206.913-.218 1.379-.23 14.123.01 28.247.002 42.37.005 1.308-.113 2.623.972 2.589 2.319.012 6.039.012 12.083 0 18.125.032 1.344-1.281 2.427-2.589 2.317-14.207-.002-28.413.005-42.617-.002-1.286.081-2.525-.987-2.51-2.3C.64 15.111.67 9.143.66 3.177c-.056-.97.487-1.947 1.391-2.331M1.308 3.73c3.975.015 7.949-.017 11.924.012.754-.061 1.44.62 1.386 1.374-.002 3.426-.081 6.852-.093 10.281-4.398.14-8.799.049-13.195.105l.039.872c1.347-.015 2.696-.002 4.043-.012-.828.855-1.362 1.937-1.428 3.137-.879-.005-1.761-.005-2.64-.005-.127 1.224-.044 3.125 1.589 3.171 14.292.047 28.587.007 42.879.02.928.096 1.915-.639 1.871-1.619.017-6.044.017-12.088 0-18.132.044-.977-.943-1.714-1.871-1.619-14.216.002-28.435-.007-42.649.005-1.33-.12-2.013 1.254-1.856 2.41zM0 2.084c.132-.201.272-.397.419-.59-.11.306-.225.612-.267.936-.12 6.502.14 13.019-.127 19.516l-.024.294V2.085zM48.945 2.16l.034-.407v20.478l-.032-.397a935.064 935.064 0 0 1-.002-19.675z"/><path fill="#1f1a17" d="M19.523 10.418c6.862-.007 13.727-.002 20.589-.002-.002 1.697-.005 3.397-.002 5.094H19.526c0-1.697 0-3.394-.002-5.091zM24.923 16.278c3.304.02 6.61.01 9.913.044-.411.649-.82 1.296-1.224 1.949-2.493.002-4.986-.005-7.479.002a24.245 24.245 0 0 0-1.21-1.996zM6.696 16.521c2.047-.845 4.457 1.149 4.026 3.318-.191 2.307-3.336 3.48-5.003 1.876-1.766-1.384-1.188-4.558.977-5.194m.749 1.469c-.98.137-1.536 1.401-.94 2.207.546.94 2.089.83 2.505-.171.571-.999-.47-2.3-1.565-2.035zM9.953 16.322c3.387.029 6.771-.007 10.158.02-.387.637-.774 1.273-1.158 1.91-1.369-.002-2.736.012-4.104.007-.027.463-.056.926-.086 1.391-1.104 0-2.209 0-3.311.002-.203-1.224-.568-2.456-1.499-3.331zM21.627 16.504c2.202-.833 4.653 1.577 3.852 3.796-.566 2.248-3.828 2.931-5.253 1.109-1.45-1.55-.629-4.344 1.401-4.905m.737 1.484c-1.212.078-1.692 1.788-.757 2.522.789.771 2.324.189 2.351-.926.164-.899-.7-1.753-1.594-1.597zM36.313 16.479c1.957-.754 4.251 1.048 4.004 3.12-.039 2.388-3.23 3.752-4.991 2.14-1.864-1.391-1.237-4.626.987-5.26m.75 1.482c-1.842.149-1.433 3.211.399 2.826 1.878-.105 1.43-3.198-.399-2.826zM47.461 23.652a3.268 3.268 0 0 1 1.171-1.156 1.334 1.334 0 0 1-1.171 1.156zM1.207 23.334c.431.294.909.571 1.447.553 14.721.059 29.449-.091 44.167.071l.404.042H2.063a8.393 8.393 0 0 1-.857-.666z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--trailers--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.957.196c.331-.134.691-.147 1.045-.15C15.591.047 28.18.043 40.771.047c1.499-.042 2.857 1.321 2.817 2.819.003 6.089.003 12.177 0 18.266.038 1.496-1.319 2.86-2.817 2.816H2.866C1.37 23.99.009 22.629.05 21.133V2.866C.02 1.685.856.579 1.958.196m.554.569C1.472.933.671 1.942.727 2.99.731 9.042.722 15.094.732 21.145c-.007 1.175 1.094 2.187 2.258 2.126h37.654c1.17.065 2.264-.95 2.26-2.126.008-6.097.008-12.195 0-18.292 0-1.173-1.087-2.197-2.26-2.127-12.71.026-25.426-.05-38.133.038z"/><path fill="#fff" d="M2.645 1.855c12.616-.086 25.242-.01 37.863-.038.685-.104 1.372.465 1.309 1.174.001 6.005.003 12.012-.001 18.019.055.644-.526 1.225-1.171 1.17-12.551.004-25.103.004-37.654 0-.644.053-1.227-.525-1.171-1.17V2.991c-.035-.513.318-1.025.826-1.136m8.102 6.002c-.004 2.065-.003 4.13 0 6.195 4.28.004 8.561.003 12.841.001.003-2.066.001-4.132 0-6.198-4.28-.001-8.561-.004-12.841.001m14.616 0c-.003 2.066-.005 4.132.001 6.198 4.575-.001 9.15.007 13.726-.004-.016-2.069.031-4.14-.025-6.207-4.567.029-9.136.003-13.703.014M6.057 9.648c-.356-.016-.455.367-.555.63-.425 1.275-1.16 2.508-.957 3.904.104.631-.368 1.889.64 1.89.034-1.021.851-1.977 1.902-2.007 1.122-.1 2.095.885 2.133 1.981 2.641.001 5.283-.005 7.924.004.044-.595.31-1.14.728-1.559-2.673.007-5.348.029-8.021-.011.019-1.691.007-3.383.008-5.074-1.267.095-2.536.143-3.802.241m.818 4.889c-.807.154-1.376 1.023-1.188 1.825.151.844 1.09 1.428 1.913 1.181.787-.19 1.312-1.065 1.106-1.849-.168-.799-1.038-1.349-1.831-1.156m12-.009c-1.175.161-1.69 1.79-.821 2.599.745.835 2.28.476 2.576-.603.398-1.06-.656-2.254-1.755-1.996m1.574-.037c.42.417.685.964.73 1.557.835.105 1.623-.151 2.396-.428a15 15 0 0 0 .012-1.122c-1.046-.001-2.092.011-3.138-.007m4.027.011c-.001.368-.001.738.005 1.107.524 0 1.047.001 1.572-.003.142-.419.375-.796.68-1.115-.753.016-1.505.004-2.258.011m3.263.026c-1.1.151-1.658 1.608-.948 2.46.634.904 2.182.753 2.618-.265.589-1.07-.483-2.478-1.67-2.195m1.565-.035c.305.319.537.697.68 1.115 1.199.003 2.397 0 3.597.001a3.05 3.05 0 0 1 .679-1.115c-1.651.008-3.304.011-4.957-.001m5.936.041c-.764.138-1.332.918-1.226 1.687.071.873.989 1.544 1.842 1.343.83-.147 1.413-1.051 1.199-1.868-.166-.794-1.024-1.345-1.815-1.162m1.587-.043c.315.319.543.706.702 1.124.521-.008 1.04-.005 1.561-.007.003-.37.003-.738.001-1.107-.755-.005-1.51.008-2.265-.01z"/><path fill="#fff" d="M5.974 10.347c.773-.102 1.557-.104 2.335-.166v2.213c-.862.102-1.725.2-2.587.308-.187-.015-.586.153-.595-.158.244-.742.485-1.505.847-2.197z"/><path d="M2.512.765C15.218.676 27.934.753 40.645.727c1.173-.07 2.26.955 2.26 2.127.008 6.097.008 12.195 0 18.292.004 1.175-1.09 2.191-2.26 2.126H2.991c-1.165.061-2.265-.95-2.258-2.126C.722 15.094.732 9.042.728 2.991.672 1.942 1.473.933 2.513.766m.132 1.089c-.509.11-.862.623-.826 1.136V21.01c-.056.645.528 1.223 1.171 1.17 12.551.004 25.103.004 37.654 0 .645.055 1.226-.526 1.171-1.17.004-6.007.003-12.014.001-18.019.063-.709-.625-1.278-1.309-1.174-12.62.029-25.246-.048-37.863.038z"/><path d="M10.748 7.857c4.28-.005 8.561-.003 12.841-.001.001 2.066.003 4.132 0 6.198-4.28.001-8.561.003-12.841-.001-.003-2.065-.004-4.13 0-6.195zM25.364 7.856c4.567-.011 9.136.015 13.703-.014.056 2.067.008 4.139.025 6.207-4.576.011-9.151.003-13.726.004-.007-2.066-.004-4.132-.001-6.198z"/><path d="M6.057 9.648c1.265-.098 2.535-.146 3.802-.241-.001 1.691.011 3.383-.008 5.074 2.673.04 5.348.018 8.021.011a2.455 2.455 0 0 0-.728 1.559c-2.641-.01-5.283-.003-7.924-.004-.038-1.096-1.01-2.081-2.133-1.981-1.051.03-1.868.986-1.902 2.007-1.008-.001-.536-1.259-.64-1.89-.203-1.396.532-2.629.957-3.904.1-.263.199-.646.555-.63m-.083.698c-.361.691-.603 1.455-.847 2.197.008.311.408.143.595.158.862-.108 1.725-.206 2.587-.308v-2.213c-.777.063-1.561.064-2.335.166z"/><path d="M6.875 14.536c.794-.192 1.664.357 1.831 1.156.206.784-.319 1.66-1.106 1.849-.824.247-1.762-.337-1.913-1.181-.188-.802.38-1.67 1.188-1.825zM18.875 14.528c1.099-.258 2.153.937 1.755 1.996-.296 1.079-1.831 1.437-2.576.603-.869-.809-.355-2.438.821-2.599zM20.449 14.491c1.046.018 2.092.005 3.138.007.008.374.008.749-.012 1.122-.773.277-1.561.533-2.396.428a2.457 2.457 0 0 0-.73-1.557zM24.476 14.502c.753-.007 1.505.005 2.258-.011a3.004 3.004 0 0 0-.68 1.115c-.525.004-1.049.003-1.572.003-.007-.37-.007-.739-.005-1.107zM27.738 14.528c1.188-.282 2.26 1.125 1.67 2.195-.436 1.017-1.984 1.169-2.618.265-.71-.852-.153-2.309.948-2.46zM29.303 14.493c1.653.012 3.305.01 4.957.001a3.05 3.05 0 0 0-.679 1.115c-1.2-.001-2.399.001-3.597-.001a3.022 3.022 0 0 0-.68-1.115zM35.238 14.534c.791-.183 1.649.368 1.815 1.162.214.817-.368 1.721-1.199 1.868-.854.2-1.771-.47-1.842-1.343-.106-.769.462-1.549 1.226-1.687zM36.825 14.491c.755.018 1.51.004 2.265.01.001.37.001.738-.001 1.107-.521.001-1.04-.001-1.561.007a3.227 3.227 0 0 0-.702-1.124z"/></symbol><symbol viewBox="0 0 25 24" id="complementary--trains--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.862 0h21.595a2.57 2.57 0 0 1 1.806 1.656v20.672A2.585 2.585 0 0 1 23.498 24H1.869C.938 23.811.207 23.064 0 22.142V1.876A2.442 2.442 0 0 1 1.862 0m.081 1.205c-.519.129-.844.664-.796 1.185.004 6.448-.006 12.898.005 19.348-.024.596.512 1.138 1.112 1.098 6.912.005 13.824.003 20.735.001.611.051 1.172-.489 1.138-1.101.008-6.49.008-12.98 0-19.47.04-.675-.62-1.187-1.264-1.104-6.975.032-13.959-.057-20.929.044z"/><path d="M10.225 3.269c1.172-.749 2.792-.373 3.634.697.913.011 1.912.267 2.462 1.065.301.507.952.539 1.396.873 1.669.983 2.457 3.013 2.314 4.89-.427.003-.854.003-1.28.001-.061-.452.183-1.062-.256-1.378-.298-.303-.653.071-.959.165-.784.364-1.705-.003-2.223-.645-1.004.45-2.223.2-2.979-.595-1.203.273-2.557-.27-3.124-1.387-.714-1.244-.234-2.981 1.014-3.686zM3.791 10.948h3.787c.003.429 0 .859.003 1.288 1.11.001 2.221-.004 3.332.003.019-.494.222-.951.586-1.286.421-.003.841-.029 1.261.011.465.244.609.793.658 1.277 1.683-.019 3.365.013 5.048-.016-.025-.278-.138-.524-.378-.678v-.581c.865-.003 1.729-.001 2.593 0l.01.599-.309.24c-.018.141-.034.284-.051.426.374.006.748.005 1.122.008.003 1.374-.001 2.749.003 4.124l.813.001v1.439h-6.061c.538 1.253-.427 2.823-1.806 2.828-1.435.105-2.524-1.523-1.953-2.829l-.568.001c.519 1.24-.405 2.8-1.772 2.826-1.444.136-2.579-1.513-1.981-2.826l-.611-.001c.566 1.307-.519 2.947-1.96 2.828-1.377-.008-2.327-1.579-1.791-2.827h-.789v-2.828c.754-.003 1.509 0 2.264-.001v-2.39c-.483-.003-.965 0-1.448-.001-.003-.544-.001-1.089 0-1.633z"/><path d="M17.607 17.995c.605-.148 1.295.179 1.521.769.313.693-.117 1.585-.85 1.78-.682.226-1.472-.232-1.637-.926-.207-.688.253-1.488.966-1.623zM20.51 17.99c.941-.251 1.885.754 1.544 1.676-.244.93-1.568 1.257-2.203.529-.715-.681-.327-2.046.659-2.205z"/><path fill="#fff" d="M1.943 1.205c6.97-.101 13.954-.013 20.929-.044.644-.083 1.305.429 1.264 1.104.008 6.49.008 12.98 0 19.47.034.613-.527 1.152-1.138 1.101-6.911.001-13.823.004-20.735-.001-.6.04-1.136-.501-1.112-1.098-.011-6.45-.001-12.899-.005-19.348-.048-.52.277-1.056.796-1.185m8.283 2.065c-1.248.705-1.728 2.442-1.014 3.686.567 1.117 1.921 1.66 3.124 1.387a2.66 2.66 0 0 0 2.979.595c.518.643 1.439 1.009 2.223.645.306-.095.661-.469.959-.165.44.316.196.926.256 1.378.426.001.853.001 1.28-.001.143-1.877-.645-3.907-2.314-4.89-.443-.333-1.095-.366-1.396-.873-.549-.798-1.549-1.053-2.462-1.065-.843-1.07-2.462-1.446-3.634-.697m-6.435 7.679c-.001.544-.003 1.089 0 1.633.483.001.965-.001 1.448.001v2.39c-.754.001-1.509-.001-2.264.001v2.828h.789c-.536 1.248.414 2.819 1.791 2.827 1.441.119 2.526-1.521 1.96-2.828l.611.001c-.599 1.312.537 2.962 1.981 2.826 1.367-.025 2.291-1.585 1.772-2.826l.568-.001c-.571 1.306.518 2.934 1.953 2.829 1.379-.005 2.344-1.575 1.806-2.828h6.061v-1.439l-.813-.001c-.004-1.376 0-2.75-.003-4.124-.374-.003-.748-.001-1.122-.008l.051-.426.309-.24c-.004-.2-.008-.399-.01-.599-.864-.001-1.728-.003-2.593 0v.581c.24.154.352.4.378.678-1.683.029-3.365-.003-5.048.016-.049-.484-.193-1.033-.658-1.277-.419-.04-.84-.014-1.261-.011a1.824 1.824 0 0 0-.586 1.286c-1.112-.006-2.222-.001-3.332-.003-.003-.429 0-.859-.003-1.288H3.789m13.818 7.049c-.714.135-1.173.935-.966 1.623.165.693.955 1.152 1.637.926.733-.195 1.163-1.086.85-1.78-.226-.59-.916-.917-1.521-.769m2.903-.005c-.987.159-1.374 1.525-.659 2.205.635.728 1.959.4 2.203-.529.341-.922-.603-1.928-1.544-1.676z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--trams--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.958.198C2.288.067 2.648.049 3 .047 15.589.05 28.18.044 40.77.05c1.499-.041 2.857 1.32 2.817 2.817v18.267c.038 1.497-1.32 2.855-2.817 2.817-12.634.004-25.27.004-37.904 0-1.496.038-2.86-1.319-2.817-2.817V2.867C.02 1.686.855.579 1.958.198m.554.568C1.472.932.672 1.941.727 2.99.731 9.042.722 15.094.732 21.145c-.008 1.175 1.091 2.189 2.258 2.127h37.655c1.17.064 2.264-.952 2.258-2.129.012-6.05.001-12.102.005-18.154.067-1.222-1.039-2.337-2.264-2.262C27.934.752 15.216.674 2.51.765z"/><path fill="#fff" d="M2.645 1.856c12.616-.09 25.244-.01 37.864-.04.685-.1 1.369.464 1.306 1.174.004 6.007.004 12.014 0 18.019.053.645-.525 1.225-1.17 1.17-12.552.004-25.105.004-37.655 0-.645.055-1.226-.524-1.17-1.17-.004-6.005-.003-12.012 0-18.019-.034-.511.315-1.027.825-1.135m8.377 4.854c1.234.791 2.449 1.613 3.682 2.407-.856.004-1.713.003-2.568.001l-.259.311c1.092.075 2.189.011 3.282.05-2.918.019-5.836-.07-8.756-.033l.007.961.601.004c-.675 1.366-1.402 2.711-2.036 4.095-.055.799-.014 1.604-.02 2.404-.026.555.499 1.045 1.046 1.024 10.501.005 21.004-.003 31.505.004.63.064 1.241-.524 1.178-1.158-.033-.796.065-1.608-.05-2.395-.657-1.335-1.353-2.652-2.035-3.976h.563l.007-.964c-6.207-.005-12.415.007-18.622-.005-.739-.67-1.895-.168-2.809-.32a378.543 378.543 0 0 0 3.605-2.429c-1.364-.933-2.744-1.842-4.11-2.771-1.409.923-2.828 1.831-4.212 2.789M9.689 20.066c.788-.064 1.317-.807 1.336-1.561-1.03-.015-2.059-.004-3.089-.03-.044.93.814 1.759 1.752 1.591m1.895-1.564c-.05.325-.119.646-.214.96.83-.012 1.662-.014 2.494.001a6.992 6.992 0 0 1-.168-.964c-.704.001-1.407-.001-2.112.003m2.657-.018c.035.695.457 1.409 1.181 1.549.972.286 1.942-.541 1.928-1.529-1.036-.01-2.073-.016-3.109-.02m12.015 0c.041.65.394 1.327 1.058 1.515.99.378 2.077-.454 2.05-1.495a459.591 459.591 0 0 0-3.108-.02m3.67.018a8.369 8.369 0 0 1-.207.965c.829-.005 1.66-.005 2.49 0a6.33 6.33 0 0 1-.17-.965 247.81 247.81 0 0 0-2.112 0m2.672-.017c-.001.923.832 1.747 1.773 1.58.788-.064 1.317-.807 1.336-1.561a402.77 402.77 0 0 0-3.109-.019z"/><path fill="#fff" d="M11.595 6.694c1.211-.795 2.419-1.595 3.631-2.389 1.181.795 2.365 1.585 3.54 2.386-1.17.806-2.356 1.587-3.532 2.386-1.22-.783-2.425-1.593-3.64-2.384zM7.597 10.421a32.15 32.15 0 0 1 1.28-.012c-.005 1.391-.004 2.782-.007 4.173-.635-.014-1.272.034-1.905-.022-.619-.12-.937-.888-.68-1.441.415-.91.888-1.792 1.312-2.697zM9.881 10.445c.637.014 1.55-.3 1.976.331.035 1.996.029 3.998 0 5.996-.136.7-.979.515-1.5.532-.405.076-.877-.221-.85-.66-.012-1.868-.004-3.736-.008-5.605-.048-.27.143-.498.382-.595zM12.885 10.455c1.377-.112 2.779-.011 4.166-.049.325-.038.787.106.802.492.014 1.006.007 2.014 0 3.02.026.353-.311.695-.664.663-1.323.001-2.645.003-3.968-.001-.412.023-.757-.4-.705-.8.005-.96-.005-1.92.012-2.879-.015-.215.196-.349.357-.446zM18.997 10.425c1.394-.04 2.791-.004 4.186-.016.353-.04.768.236.7.627-.003.961.005 1.924-.007 2.885.033.365-.326.702-.687.661h-3.974c-.365.04-.751-.289-.708-.667-.004-1.004-.011-2.009.003-3.011-.014-.263.259-.435.487-.48zM24.994 10.426c1.398-.042 2.8-.004 4.199-.019.363-.05.785.237.721.634.003.911.005 1.823.005 2.735.048.41-.305.844-.731.806H25.22c-.36.037-.732-.292-.69-.663-.004-1.006-.011-2.014.003-3.019-.01-.25.248-.417.461-.475zM31.001 10.43c.805-.052 1.613-.01 2.419-.022.36-.048.78.237.716.631-.004 1.868.004 3.736-.007 5.603.023.367-.342.71-.708.667-.734 0-1.467.004-2.201-.003-.348.027-.676-.32-.656-.664-.01-1.868-.004-3.738-.005-5.607-.052-.292.181-.528.442-.605zM34.756 10.409l1.234-.001c.465.897.938 1.793 1.369 2.707.308.7-.363 1.481-1.075 1.474-.507.004-1.013-.012-1.52-.008-.005-1.39.001-2.78-.008-4.171z"/><path d="M2.512.766C15.218.675 27.936.752 40.646.728c1.225-.075 2.33 1.04 2.264 2.262-.004 6.052.007 12.104-.005 18.154.005 1.177-1.088 2.193-2.258 2.129H2.992c-1.167.061-2.266-.952-2.258-2.127C.723 15.094.733 9.042.729 2.991.674 1.942 1.474.933 2.514.767m.131 1.089c-.51.108-.859.623-.825 1.135-.003 6.007-.004 12.014 0 18.019-.056.646.525 1.225 1.17 1.17 12.551.004 25.103.004 37.655 0 .645.055 1.223-.525 1.17-1.17.004-6.005.004-12.012 0-18.019.063-.71-.622-1.274-1.306-1.174-12.62.03-25.248-.05-37.864.04z"/><path d="M11.022 6.709c1.384-.957 2.804-1.865 4.212-2.789 1.366.929 2.746 1.838 4.11 2.771a428.702 428.702 0 0 1-3.605 2.429c.914.153 2.07-.349 2.809.32 6.207.012 12.415 0 18.622.005l-.007.964H36.6c.682 1.324 1.377 2.641 2.035 3.976.116.787.018 1.598.05 2.395.063.634-.548 1.222-1.178 1.158-10.501-.007-21.004.001-31.505-.004-.547.02-1.072-.469-1.046-1.024.007-.8-.034-1.605.02-2.404.634-1.384 1.361-2.729 2.036-4.095l-.601-.004c-.001-.32-.004-.641-.007-.961 2.92-.037 5.838.052 8.756.033-1.094-.04-2.19.025-3.282-.05l.259-.311c.855.001 1.711.003 2.568-.001-1.233-.794-2.448-1.616-3.682-2.407m.572-.016c1.215.791 2.419 1.601 3.64 2.384 1.175-.799 2.362-1.58 3.532-2.386-1.175-.802-2.359-1.591-3.54-2.386-1.212.794-2.42 1.594-3.631 2.389m-3.999 3.726c-.424.905-.897 1.788-1.312 2.697-.256.554.061 1.321.68 1.441.633.056 1.27.008 1.905.022.003-1.391.001-2.782.007-4.173-.427-.001-.854-.003-1.28.012m2.284.025c-.239.097-.43.325-.382.595.004 1.868-.004 3.736.008 5.605-.027.439.445.736.85.66.521-.016 1.364.168 1.5-.532.029-1.998.035-4 0-5.996-.425-.631-1.339-.318-1.976-.331m3.004.009c-.161.097-.372.23-.357.446-.018.959-.007 1.919-.012 2.879-.052.401.293.824.705.8 1.323.004 2.645.003 3.968.001.353.033.69-.31.664-.663.007-1.006.014-2.014 0-3.02-.015-.386-.477-.53-.802-.492-1.387.038-2.789-.063-4.166.049m6.112-.03c-.228.045-.5.217-.487.48-.014 1.002-.007 2.007-.003 3.011-.044.378.342.706.708.667h3.974c.361.041.72-.296.687-.661.012-.961.004-1.924.007-2.885.068-.391-.346-.667-.7-.627-1.395.012-2.793-.023-4.186.016m5.997 0c-.213.057-.47.225-.461.475-.014 1.005-.007 2.013-.003 3.019-.042.371.33.7.69.663h3.968c.425.038.779-.395.731-.806 0-.912-.003-1.825-.005-2.735.064-.397-.359-.685-.721-.634-1.399.015-2.801-.023-4.199.019m6.007.003c-.26.078-.494.314-.442.605.001 1.87-.004 3.739.005 5.607-.02.344.308.691.656.664.734.007 1.467.003 2.201.003.365.044.731-.3.708-.667.011-1.867.003-3.735.007-5.603.064-.394-.356-.679-.716-.631-.806.012-1.615-.03-2.419.022m3.755-.021c.01 1.391.003 2.782.008 4.171.507-.004 1.013.012 1.52.008.712.007 1.383-.775 1.075-1.474-.431-.914-.904-1.81-1.369-2.707l-1.234.001zM9.689 20.066c-.938.168-1.796-.661-1.752-1.591 1.03.026 2.059.015 3.089.03-.019.754-.548 1.497-1.336 1.561zM11.583 18.502c.705-.004 1.409-.001 2.112-.003.034.325.089.648.168.964a74.055 74.055 0 0 0-2.494-.001c.095-.314.164-.635.214-.96zM14.24 18.484c1.036.004 2.073.011 3.109.02.014.987-.956 1.815-1.928 1.529-.724-.14-1.145-.854-1.181-1.549zM26.255 18.484c1.036.004 2.071.01 3.108.02.027 1.04-1.06 1.872-2.05 1.495-.664-.188-1.017-.865-1.058-1.515zM29.925 18.502c.705-.003 1.409-.003 2.112 0 .035.325.086.649.17.965-.83-.005-1.661-.005-2.49 0a8.46 8.46 0 0 0 .207-.965zM32.598 18.485c1.036.003 2.073.008 3.109.019-.019.754-.548 1.497-1.336 1.561-.941.166-1.774-.657-1.773-1.58z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--trees--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1917" d="M0 0h24v24H0V0m.48.48v23.04h23.033V.48H.48z"/><path fill="#1f1917" d="M14.37 4.858c.702-.85 1.882-1.451 2.986-1.081.571.174.943.692 1.1 1.247 1.597-.254 2.417 1.667 2.023 2.975 1.573.61 1.94 3.02.583 4.039.259.877.548 1.949-.023 2.764-.371.475-1.03.302-1.494.084-.059.872-.238 1.92-1.08 2.378-.769.383-1.633.01-2.294-.42v2.596c2.039.005 4.078-.004 6.116.005-.002.145-.004.29-.004.436-3.259.002-6.518-.001-9.778.001l-.002.959H1.714l.001-.462 1.594-.002v-1.561l-.523-.011c.005-2.548-.007-5.096.005-7.645-.018-.379.292-.752.683-.75 1.868-.024 3.738.011 5.608.001.133.33.324.637.617.847-.828.992-.376 2.534.625 3.226-.47.835-.157 2.017.724 2.44.007.625.004 1.25.002 1.876l-.539.007c-.001.523-.001 1.048.001 1.572h1.478l.002-.935 1.768-.002c-.005-.919-.007-1.838-.01-2.758-.979.032-2.117.158-2.927-.506-.548-.547-.229-1.391.116-1.958-1.271-.146-1.844-2.315-.608-2.923-.583-.605-1.368-1.225-1.394-2.135.119-.958 1.098-1.421 1.832-1.871.115-.895.402-1.877 1.194-2.404.714-.485 1.661-.39 2.406-.026M4.502 20.375c1.6.002 3.198.001 4.798 0 .001-.522.001-1.045-.004-1.567-.577.001-1.156-.004-1.733.005-.257.642-1.22.596-1.501-.001-.518-.006-1.037-.002-1.555-.004-.007.522-.006 1.044-.005 1.567z"/><path fill="#fff" d="M.48.48h23.033v23.04H.48V.48m13.89 4.378c-.745-.364-1.692-.458-2.406.026-.792.527-1.079 1.508-1.194 2.404-.734.45-1.714.913-1.832 1.871.026.91.811 1.53 1.394 2.135-1.236.608-.662 2.777.608 2.923-.346.568-.665 1.411-.116 1.958.81.665 1.948.539 2.927.506.002.919.005 1.838.01 2.758l-1.768.002-.002.935h-1.478c-.002-.524-.002-1.049-.001-1.572l.539-.007c.001-.625.005-1.25-.002-1.876-.881-.422-1.194-1.604-.724-2.44-1.001-.691-1.453-2.233-.625-3.226-.293-.21-.484-.517-.617-.847-1.87.01-3.739-.025-5.608-.001-.391-.002-.701.371-.683.75-.012 2.549 0 5.098-.005 7.645l.523.011v1.561l-1.594.002-.001.462h10.789l.002-.959c3.259-.002 6.518.001 9.778-.001 0-.145.001-.29.004-.436-2.039-.008-4.078 0-6.116-.005v-2.596c.661.43 1.525.803 2.294.42.842-.458 1.021-1.506 1.08-2.378.464.218 1.123.391 1.494-.084.571-.815.282-1.886.023-2.764 1.357-1.019.99-3.43-.583-4.039.394-1.308-.426-3.229-2.023-2.975-.157-.554-.529-1.073-1.1-1.247-1.104-.37-2.284.232-2.986 1.081z"/><path fill="#fff" d="M4.502 20.375c-.001-.523-.002-1.045.005-1.567.518.001 1.037-.002 1.555.004.281.598 1.244.643 1.501.001.577-.008 1.156-.004 1.733-.005.005.522.005 1.045.004 1.567-1.6.001-3.198.002-4.798 0z"/></symbol><symbol viewBox="0 0 46 24" id="complementary--trucks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e4e4e4" d="M0 0h.808C.392.278.142.735 0 1.205V0z"/><path fill="#787878" d="M.808 0h.306a4.518 4.518 0 0 0-.259.175C.284.703.079 1.52.06 2.272.057 3.546.04 4.82.068 6.094.181 10.728.067 15.365.108 20c-.019.868.045 1.74-.041 2.605l-.068.176V1.204C.141.735.391.278.807-.001z"/><path fill="#272727" d="M1.115 0h18.682c-.385.055-.77.116-1.16.114-1.969-.02-3.939-.005-5.909-.009-.798.011-1.606-.064-2.394.108.613.073 1.231.075 1.848.073C21.331.257 30.48.415 39.629.328c1.338-.132 2.683-.026 4.023-.104-1.327-.13-2.68.098-3.988-.224h5.607c.172.134.329.286.469.454l-.004.257c-.204-.155-.381-.411-.657-.422-1.902.138-3.815-.029-5.716.153-9.394.046-18.788.002-28.182-.01-.583-.016-1.16-.128-1.745-.116C7.351.36 5.266.305 3.181.334 2.406.322 1.606.43.855.175.94.114 1.026.056 1.114 0zM24.264 7.534c.587-.658 1.81-.456 2.128.372.039.531.145 1.133-.17 1.603.05.152.102.304.153.455-.346-.504-1.022-.284-1.494-.565l-.041-.207c.253-.038.506-.078.757-.129.056-.331.151-.696-.024-1.009-.181-.175-.468-.08-.696-.107-.045.186-.092.373-.135.559-.27.005-.54.006-.809.005.002-.349.042-.736.33-.975z"/><path fill="#393939" d="M19.796 0h19.867c1.308.322 2.661.094 3.988.224-1.34.077-2.685-.028-4.023.104C30.479.415 21.33.257 12.181.286c-.617.003-1.235 0-1.848-.073.787-.172 1.595-.097 2.394-.108 1.97.004 3.94-.011 5.909.009.39.003.775-.059 1.16-.114z"/><path fill="#e1e1e1" d="M45.271 0H46v.966a6.015 6.015 0 0 0-.26-.513 3.098 3.098 0 0 0-.469-.454z"/><path fill="#101010" d="M.061 2.272C.079 1.519.285.703.856.175c.751.255 1.551.147 2.326.159C5.267.305 7.352.359 9.437.316c.585-.012 1.162.1 1.745.116 9.394.012 18.788.056 28.182.01C41.266.26 43.179.427 45.08.289c.276.011.454.267.657.422l.004-.257c.096.165.18.338.26.513v21.186a17.69 17.69 0 0 1-.325-.109l-.288.335c-.076-3.73-.053-7.466.008-11.197-.12-1.704.044-3.412-.08-5.115-.002-1.295.01-2.591.008-3.886.009-.264-.07-.519-.178-.756l-.006.408a2.464 2.464 0 0 0-.309-.865c-.341-.416-.905-.277-1.375-.296C29.551.664 15.646.677 1.741.668c-.392.045-.605.407-.795.709-.379.881-.036 1.877-.226 2.8-.132.513.038 1.025.027 1.536-.149.212-.454.263-.676.381C.043 4.82.06 3.546.063 2.272m45.53 12.321c-.005.701-.105 1.421.062 2.11.036-.001.108-.005.144-.005.185-.685.074-1.407.068-2.107a1.926 1.926 0 0 0-.274.003zM12.638 15.433c.768-.138 1.745-.305 2.328.35-.855.174-1.728.092-2.593.093l.265-.443z"/><path fill="#888" d="M.945 1.376c.191-.302.404-.664.795-.709-.265.358-.615.708-.61 1.186.017 6.655.016 13.312.009 19.967-.029.528.366 1.156.947 1.125 13.607-.005 27.215.004 40.823-.002.48-.011.966.048 1.441-.041.49-.147.698-.698.689-1.169.006-5.063-.005-10.126.006-15.189.185-1.564.093-3.142.094-4.712l.006-.408c.108.237.187.493.178.756.002 1.295-.01 2.591-.008 3.886-.001 1.797-.144 3.593-.008 5.387-.117 2.937-.045 5.879-.065 8.818-.016.757.092 1.54-.159 2.272a2.457 2.457 0 0 1-.414.527c-13.92-.006-27.841-.005-41.761-.01-.44-.003-.881-.005-1.321.031-.311-.326-.652-.692-.619-1.181C.966 15.065.986 8.219.943 1.375z"/><path fill="#e8e8e8" d="M1.74.667C15.645.675 29.55.662 43.455.671c.47.019 1.035-.12 1.375.296a5.305 5.305 0 0 1-.983.06c-1.795-.139-3.596-.005-5.394-.056C26.422.97 14.39.965 2.359.97c-.582-.038-.89.513-1.23.884-.005-.478.345-.828.61-1.186z"/><path fill="#fff" d="M1.13 1.854c.34-.371.648-.922 1.23-.884 12.031-.005 24.063 0 36.094.001 1.797.052 3.599-.083 5.394.056a5.31 5.31 0 0 0 .983-.06c.16.265.257.562.309.865-.001 1.57.092 3.148-.094 4.712-.012 5.063 0 10.126-.006 15.189.009.471-.199 1.022-.689 1.169-.475.089-.961.03-1.441.041-13.607.005-27.215-.004-40.823.002-.581.032-.976-.596-.947-1.125.007-6.655.008-13.312-.009-19.967m15.814 2.638c-.014 3.43-.013 6.861-.001 10.292 4.192.005 8.385.027 12.576-.015 2.363.018 4.731.038 7.093-.004.5.052 1.006.003 1.508.02l.292-.007c.005-3.425.013-6.852-.004-10.277l-.283-.009c-2.571-.005-5.142.004-7.713-.005s-5.142-.01-7.712.002c-1.919-.005-3.838-.011-5.757.004m-5.821 2.809c-.707 1.475-1.448 2.934-2.169 4.403-.397.145-.559.594-.554.985.061 1.559-.004 3.12.034 4.679.005.2.053.507.315.501.697.024 1.41.119 2.095-.062.266.881.69 1.8 1.557 2.23a3.696 3.696 0 0 0 2.475-.064c.765-.44 1.386-1.259 1.346-2.176.672.173 1.368.076 2.052.099 3.835-.006 7.67.014 11.504-.01.024-.333.049-.666.094-.996-.049.988.145 2.084.951 2.747.757.764 1.935.629 2.892.421.324-.124.547-.41.796-.638.65-.584.696-1.525.808-2.334.027.265.056.528.087.793.865.066 1.733.024 2.599.036.195-.018.545.015.538-.272.046-.667.013-1.339.023-2.008-.008-.255-.001-.691-.374-.65-1.217.015-2.435-.045-3.653-.014-.308-.047-.295.305-.32.513-.485-.197-.955-.48-1.49-.51-.634-.05-1.247.2-1.791.501.133-.389-.243-.541-.572-.503-4.647.1-9.304-.048-13.947.077.001-2.658.01-5.316-.005-7.974-1.499-.075-3.003-.004-4.504-.034-.269.015-.66-.054-.786.258z"/><path fill="#383838" d="M.718 4.176c.19-.923-.153-1.919.226-2.8.043 6.845.023 13.691.025 20.535-.033.489.308.855.619 1.181-.323-.066-.654-.065-.981-.064.202.233.407.463.609.695-.121-.014-.243-.026-.365-.038-.348-.288-.598-.673-.784-1.081.086-.865.022-1.737.041-2.605-.041-4.635.073-9.273-.04-13.906.223-.118.527-.169.676-.381C.755 5.2.585 4.688.717 4.176M.264 6.363C.221 7.364.421 8.362.388 9.364c-.048.804-.159 1.615-.052 2.418.155.573.31 1.169.21 1.766-.077.394-.268.766-.252 1.176.015 2.244.004 4.488.006 6.732-.001.247.06.488.125.725.128-.135.351-.232.334-.449.036-.879-.009-1.761.016-2.641.047-.684-.305-1.316-.264-2.001-.062-.602.289-1.144.268-1.74C.723 12.324.81 9.295.752 6.27c.03-.395-.537-.213-.489.092z"/><path fill="#2f2f2f" d="M16.945 4.491c1.919-.015 3.838-.008 5.757-.004-.147.282-.309.653-.698.576-1.551-.065-3.105-.002-4.655.069 1.078.17 2.203-.113 3.249.26.629.194 1.298.105 1.942.051-.446.131-.91.179-1.371.231 1.028.376 2.154-.091 3.157.357a5.275 5.275 0 0 0-1.238 1.639c-.519-.224-1.024-.95-1.625-.575-1.216.703-2.625.14-3.932.276-.263-.073-.405.131-.505.34 1.934.239 3.871.115 5.811.071.007.142.015.284.018.425-.153.522-.295 1.055-.273 1.604-.985.17-1.961-.185-2.948-.07-.805.089-1.616.078-2.424.016-.038.317-.369.945.152.969.796.061 1.604.019 2.373-.206.932-.076 1.924-.162 2.806.219.015-.285.035-.568.041-.852.144.588.248 1.195.505 1.746-.426-.375-1.021-.285-1.542-.285-1.457.034-2.915.058-4.373.06-.035.584-.18 1.23.06 1.781 1.106-.032 2.219-.023 3.328-.017-.45.053-.552.498-.776.797-.755.241-1.573.027-2.348.173 1.437.17 2.891-.084 4.323.121-1.582.11-3.175-.067-4.752.099.45.402 1.079.272 1.629.284 1.696-.001 3.394-.005 5.091.007.293 0 .58-.065.865-.127l-.304-.285c.527.279 1.13.555 1.724.285 1.156-.464 2.363.008 3.509.241-4.191.043-8.385.02-12.576.015-.012-3.431-.013-6.862.001-10.292m.193.929c.417.128.873.077 1.278.254.671.302 1.418.086 2.115.015-.215-.199-.461-.398-.775-.368-.873.003-1.755-.039-2.619.1m-.078.804c.077.095.156.189.235.284l-.253.539c.431.249.941.145 1.413.155.79-.025 1.58.04 2.369-.006.254.012.411-.202.573-.361.375-.029.793-.058 1.072.245.247.259.606.164.878.006a96.913 96.913 0 0 0-.143-.576c.322.045.602-.095.794-.352-.838-.17-1.699-.105-2.54-.004-.586.075-1.178-.101-1.76.002-.233.291.368.371.568.28.75-.239 1.544-.175 2.281.077-.856.46-1.857-.055-2.696.412-.441.129-.905.015-1.325-.134.102-.802-.973-.97-1.465-.566m.048 1.82c.004.194-.063.423.098.574.484-.037.918-.314 1.411-.311.649-.076 1.351.161 1.949-.186-1.137-.2-2.309-.141-3.458-.076zM31.728 7.724c.807.037 1.613.109 2.422.092.644.079 1.328-.157 1.93.167.484-.161 1.022-.192 1.465.099l.045-.244.529-.093c.095.665-.015 1.334-.005 2.002-.359.038-.72.065-1.08.038-1.523-.169-3.059.107-4.58-.058-.373.011-.255-.442-.299-.687l.447-.061c-.164-.09-.328-.18-.491-.272 1.108-.655 2.436-.172 3.612-.545-.203-.121-.423-.235-.666-.214-1.071.041-2.143 0-3.214-.011.016.184.032.367.056.551a41.43 41.43 0 0 1-.19-.251l-.044-.122c.018-.131.038-.263.061-.393z"/><path fill="#404040" d="M22.703 4.487a944.04 944.04 0 0 1 7.712-.002l.103.496c2.524.098 5.054-.006 7.579.069l.031-.561.283.009c.016 3.425.009 6.852.004 10.277l-.292.007-.032-.558c-1.18.087-2.364.049-3.545.055-1.037-.006-2.095-.131-3.113.127.966.181 1.954.073 2.931.103.753.029 1.561-.142 2.25.253-2.362.042-4.73.022-7.093.004-1.146-.233-2.353-.705-3.509-.241-.594.27-1.196-.005-1.724-.285-.843-.015-1.685.044-2.529.023-1.432-.205-2.885.049-4.323-.121.775-.145 1.593.068 2.348-.173.225-.299.326-.745.776-.797l.386-.131c.798-.22 1.586.016 2.323.32a13.47 13.47 0 0 0-1.13.177c.285.621.991.521 1.553.506.556-.015 1.166.135 1.663-.199.137.036.276.065.415.099l.041.015c1.085.525 2.388.311 3.469-.127.759.261 1.574.124 2.359.172.435.045.79-.223 1.095-.495-.717.14-1.465.123-2.142-.178 1.48-.101 2.99.025 4.45-.292 1.044-.415 1.992.539 3.064.219.071-.7.06-1.404-.005-2.103-.605.09-1.219.11-1.831.081-1.361-.073-2.721.171-4.08.003-.333-.088-.568.172-.737.418.452-1.077.615-2.291.258-3.421l.19.251c.213.734-.005 1.497.11 2.236.633.092 1.281.049 1.918.021 1.365-.31 2.843-.41 4.181.074.01-.357.011-.715.005-1.073-.01-.668.099-1.336.005-2.002l-.529.093-.045.244c-.444-.291-.982-.26-1.465-.099-.602-.325-1.286-.088-1.93-.167-.809.017-1.615-.055-2.422-.092-.023.13-.043.262-.061.393-.395-.88-.954-1.697-1.714-2.302l.259-.112c.056.095.114.189.171.284.207-.12.423-.336.681-.227.841.268 1.723.089 2.572-.025.828-.119 1.627.243 2.455.195.584-.034 1.172-.078 1.751.033-1.034.12-2.077.014-3.112.132-.536.078-1.3-.198-1.594.415.424.005.848.013 1.27.064.008.065.025.195.035.259-.466.085-.992.235-1.427-.033-.753-.402-1.535-1.113-2.44-.692.295.423.595.842.894 1.262a16.298 16.298 0 0 1 3.442-.054c.666.107 1.139-.7 1.816-.402.441.22.895.453 1.408.347-.023-.68.021-1.36-.025-2.04-.918.091-1.873-.118-2.757.207-.522.18-1.079.23-1.627.197-.626-.022-1.174-.446-1.814-.367-.868.102-1.766-.097-2.611.18-1.096-.416-2.393-.655-3.488-.115l-.043.015c-.151.03-.303.053-.455.074-.913-.136-1.873-.223-2.773.032-.644.055-1.313.143-1.942-.051-1.046-.373-2.171-.09-3.249-.26 1.55-.071 3.105-.135 4.655-.069.389.076.551-.295.698-.576m13.862 9.02c-.543.119-1.221-.045-1.632.405.946.207 1.927.081 2.888.115.411.062.275-.398.263-.648-.484.238-1.005.242-1.519.127z"/><path fill="#1c1c1c" d="M30.415 4.485c2.571.008 5.142-.001 7.713.005l-.031.561c-2.525-.075-5.055.029-7.579-.069l-.103-.496z"/><path fill="#9b9b9b" d="M25.811 5.323c1.095-.541 2.392-.302 3.488.115.232.1.455.221.655.377.76.605 1.319 1.422 1.714 2.302l.044.122c.356 1.13.194 2.344-.258 3.421-.47.925-1.225 1.734-2.173 2.175-1.081.438-2.384.653-3.469.127.761-.007 1.522.031 2.283.003 1.037-.047 1.889-.749 2.586-1.456-.413-.018-.857-.079-1.112-.445.333-1.06-.465-2.195.213-3.172a4.931 4.931 0 0 1-.265 1.021c.353.632.196 1.356.272 2.038.107.391.571.383.896.355-.384-.694-.872-1.865.073-2.331-.364-.307-.603-.735-.549-1.223-.126.011-.253.021-.378.029.138-.106.307-.156.472-.205-.008.507.217.946.517 1.335-.179.323-.517.594-.491.997-.015.555.356 1.002.614 1.461l.036-.16c.375-.907.879-1.83.795-2.846-.198-1.421-.955-2.814-2.217-3.555-1.099-.755-2.495-.522-3.745-.484z"/><path fill="#121212" d="M35.351 5.427c.885-.325 1.839-.116 2.757-.207.046.68.003 1.36.025 2.04-.513.105-.967-.127-1.408-.347-.677-.298-1.15.509-1.816.402-1.147-.095-2.3-.095-3.442.054-.299-.42-.599-.839-.894-1.262.905-.421 1.687.29 2.44.692.435.267.961.117 1.427.033l-.035-.259a11.975 11.975 0 0 0-1.27-.064c.294-.613 1.057-.336 1.594-.415 1.035-.118 2.078-.012 3.112-.132-.579-.111-1.167-.066-1.751-.033-.827.048-1.626-.314-2.455-.195-.849.114-1.731.293-2.572.025-.258-.109-.474.107-.681.227-.057-.095-.115-.189-.171-.284a66.87 66.87 0 0 0-.259.112 2.941 2.941 0 0 0-.655-.377c.845-.277 1.743-.078 2.611-.18.64-.079 1.187.345 1.814.367a4.213 4.213 0 0 0 1.627-.197m-.846 1.066c.567.328 1.3.265 1.883.006-.6-.232-1.29-.295-1.883-.006z"/><path fill="#0a0a0a" d="M17.139 5.419c.865-.139 1.746-.097 2.619-.1.314-.03.56.169.775.368-.697.072-1.445.287-2.115-.015-.405-.176-.861-.125-1.278-.254z"/><path fill="#090909" d="M22.54 5.444c.9-.255 1.86-.168 2.773-.032a3.222 3.222 0 0 0-.986.62c-1.004-.448-2.129.019-3.157-.357.461-.052.925-.1 1.371-.231z"/><path fill="#939393" d="M25.313 5.412c.153-.021.305-.044.455-.074-.598.422-1.31.705-1.777 1.29-.933 1.074-1.462 2.613-1.031 4.009.152.842.632 1.585 1.217 2.193.452.478 1.084.713 1.593 1.116-.138-.035-.277-.063-.415-.099-.482-.161-.876-.49-1.245-.828a4.354 4.354 0 0 1-1.024-1.385c-.257-.552-.362-1.158-.505-1.746v-.076c-.022-.548.12-1.082.273-1.604.068-.183.146-.362.234-.537a5.263 5.263 0 0 1 1.238-1.639c.292-.259.62-.481.986-.62z"/><path fill="#fafafa" d="M25.768 5.338l.043-.015c1.25-.038 2.645-.271 3.745.484 1.262.742 2.019 2.135 2.217 3.555.084 1.016-.42 1.939-.795 2.846-.194-.421-.546-.806-.5-1.301-.025-.404.356-.647.476-.999-.217-.435-.54-.84-.482-1.363-.341-.106-.658.035-.929.237-.49-.539-1.249-.35-1.892-.374-.222-.014-.538.032-.508.328.005.637-.101 1.311.104 1.924.323.219.718.019 1.058-.055.004.339.001.679-.02 1.018a10.198 10.198 0 0 1-.582-.664c-.217.008-.434.022-.65.035-.073.233-.154.462-.235.691-.041-.351-.027-.705-.044-1.058-.005-.443-.334-.83-.252-1.281.081-.61.178-1.282-.119-1.851-.425-.607-1.386-.855-1.99-.362-.409.32-.811.817-.723 1.369.407.516 1.312.282 1.332-.418.251.042.59.128.538.459.011.433-.505.466-.809.586-.007.337-.035.679.025 1.014.239.112.506.137.763.189-.012.367.168.931-.28 1.103-.368-.091-.411-.605-.736-.765-.294-.059-.592.013-.884.045.004.589.162 1.248.679 1.595.631.33 1.392.211 2.002-.109.047.253.076.515.189.751.419.079.604-.4.824-.664.301.12.598.285.928.3.479-.024.855-.365 1.121-.735.062.07.124.139.187.207.255.365.699.426 1.112.445-.697.707-1.549 1.409-2.586 1.456-.761.028-1.522-.01-2.283-.003l-.041-.015c-.509-.404-1.141-.638-1.593-1.116-.585-.608-1.065-1.351-1.217-2.193-.431-1.396.098-2.935 1.031-4.009.467-.585 1.179-.868 1.777-1.29z"/><path fill="#111" d="M17.06 6.224c.492-.404 1.566-.235 1.465.566.421.149.885.263 1.325.134.839-.466 1.84.048 2.696-.412-.737-.253-1.531-.316-2.281-.077-.2.091-.801.011-.568-.28.582-.103 1.174.073 1.76-.002.841-.102 1.702-.166 2.54.004-.192.256-.472.396-.794.352l.143.576c-.272.157-.631.253-.878-.006-.279-.303-.696-.274-1.072-.245-.162.159-.319.373-.573.361-.789.046-1.579-.019-2.369.006-.472-.009-.982.095-1.413-.155l.253-.539-.235-.284zM10.202 16.674c.108-.007.216-.015.325-.021.015.272.032.543.048.815l.014.225c-.505.083-1.018.059-1.527.055-.08-.366-.09-.747.039-1.105.32.216.325.597.309.944.659.295.721-.458.792-.913z"/><path fill="#040404" d="M.264 6.363c-.048-.305.519-.487.489-.092.058 3.025-.029 6.054.027 9.08.021.596-.33 1.138-.268 1.74-.041.685.311 1.317.264 2.001-.025.88.02 1.762-.016 2.641.017.217-.205.315-.334.449-.065-.237-.126-.478-.125-.725-.003-2.244.009-4.488-.006-6.732-.016-.41.175-.783.252-1.176.1-.597-.055-1.194-.21-1.766-.107-.803.004-1.615.052-2.418.034-1.002-.166-2-.124-3.001z"/><path fill="#2a2a2a" d="M45.315 6.067c.124 1.703-.04 3.411.08 5.115-.061 3.731-.085 7.467-.008 11.197l.288-.335c.107.037.215.074.325.109v.708a3.054 3.054 0 0 1-.726.85l-.285.015.386-.491a67.73 67.73 0 0 1-.292-.69c.251-.732.143-1.515.159-2.272.019-2.939-.053-5.881.065-8.818-.135-1.795.007-3.59.008-5.387zM15.873 15.662c.921.095 1.846-.03 2.77.021 3.861.123 7.725-.059 11.585.096-.088.102-.174.205-.258.309-.317-.085-.639-.162-.968-.177-2.062-.03-4.124.022-6.183.113-1.925-.178-3.861-.155-5.795-.175-.309-.025-.585.134-.853.263-.1-.149-.2-.299-.298-.449z"/><path fill="#3f3f3f" d="M34.503 6.493c.593-.288 1.283-.225 1.883.006-.583.259-1.315.322-1.883-.006z"/><path fill="#9d9d9d" d="M24.413 7.135c.604-.494 1.565-.245 1.99.362.297.569.2 1.241.119 1.851-.082.451.246.838.252 1.281.016.353.003.707.044 1.058.082-.229.163-.458.235-.691.216-.014.433-.027.65-.035.185.228.376.452.582.664.021-.339.024-.679.02-1.018-.34.074-.735.274-1.058.055-.205-.613-.098-1.286-.104-1.924-.03-.296.286-.342.508-.328.643.024 1.402-.165 1.892.374.271-.202.588-.344.929-.237-.058.523.265.927.482 1.363-.12.352-.501.595-.476.999-.046.495.306.88.5 1.301l-.036.16c-.257-.459-.629-.905-.614-1.461-.026-.404.312-.675.491-.997-.3-.389-.525-.828-.517-1.335-.165.049-.334.099-.472.205l-.048.111c-.678.976.12 2.112-.213 3.172-.064-.068-.125-.137-.187-.207-.265.371-.642.712-1.121.735-.33-.015-.627-.18-.928-.3-.22.264-.405.743-.824.664-.113-.235-.142-.498-.189-.751-.61.32-1.371.439-2.002.109-.517-.346-.675-1.005-.679-1.595.292-.033.59-.105.884-.045.325.159.368.674.736.765.448-.172.268-.735.28-1.103-.256-.052-.524-.077-.763-.189-.06-.335-.032-.676-.025-1.014.304-.12.82-.154.809-.586.052-.331-.287-.417-.538-.459-.02.7-.925.935-1.332.418-.088-.552.314-1.049.723-1.369m-.149.396c-.288.238-.328.625-.33.975.269.002.539 0 .809-.005.043-.186.089-.373.135-.559.228.027.515-.068.696.107.175.313.08.678.024 1.009-.251.051-.505.091-.757.129l.041.207c-.008.235-.005.471 0 .706l.729.037c.113.454.104.927.001 1.382-.614.287-.975-.244-1.149-.754a20.95 20.95 0 0 0-.619.045c-.093.803.58 1.657 1.432 1.523.469.078.783-.305 1.123-.553l.005.219c.052-.014.105-.025.158-.036l-.039.031c-.028.275.029.545.088.813.392-.165.396-.565.343-.935a.814.814 0 0 1 .071-.016c-.188-.003-.375-.006-.563-.007.023-.63.325-1.317-.085-1.889-.051-.151-.103-.303-.153-.455.315-.47.209-1.072.17-1.603-.318-.828-1.541-1.03-2.128-.372m3.051 1.058c.015.634-.067 1.275.036 1.903.355.058.861-.286 1.105.063.053.395.15.878-.077 1.23-.396.122-.558-.29-.686-.574-.175.035-.351.068-.526.097-.019.829.836 1.27 1.553.962.643-.325.395-1.151.423-1.73-.028-.648-.788-.784-1.298-.852.003-.183.007-.365.012-.548.42-.087.849-.099 1.277-.101a64.7 64.7 0 0 1-.005-.438c-.604-.033-1.207-.017-1.812-.012m.826.729l-.043.211c.496.098 1.105.264 1.242.827-.001-.455.088-.904.189-1.345-.436.203-.916.256-1.388.307z"/><path fill="#3e3e3e" d="M21.463 7.095c.602-.375 1.106.352 1.625.575a5.93 5.93 0 0 0-.234.537 19.844 19.844 0 0 0-.018-.425c-1.94.045-3.877.168-5.811-.071.1-.209.243-.413.505-.34 1.307-.136 2.715.426 3.932-.276z"/><path fill="#828282" d="M11.123 7.301c.126-.312.517-.243.786-.258 1.501.03 3.005-.041 4.504.034.015 2.657.006 5.315.005 7.974.555.068 1.115.061 1.673.052 3.545.002 7.091-.001 10.636.002.717-.008 1.444-.104 2.152.063-.263.415-.617.763-.883 1.175-.272.427-.248.951-.26 1.435a7.07 7.07 0 0 1-.918.084c-3.575-.013-7.152-.006-10.727-.005-.498-.012-1.012.062-1.497-.077-.138-.349-.172-.729-.295-1.084-.361-1.071-1.427-1.879-2.569-1.865-.903-.061-1.825.343-2.37 1.069-.423.559-.578 1.258-.739 1.926-.614.024-1.227.038-1.842.045-.235-1.12-.058-2.278-.109-3.415.07-.915-.209-1.915.285-2.751.721-1.469 1.462-2.927 2.169-4.403m.242-.055c-.763 1.595-1.582 3.163-2.355 4.752a1.823 1.823 0 0 0-.224 1.002c.052 1.561-.057 3.126.055 4.685l.22.061c.509.005 1.022.028 1.527-.055l-.014-.225c.16-1.005.695-1.952 1.6-2.458.565-.367 1.264-.238 1.899-.272.745-.041 1.304.444 1.798.925.098.15.198.3.298.449.085.18.173.359.267.535.087.368.219.725.275 1.102 3.914.007 7.827-.005 11.741.005.362-.002.727.025 1.085-.045.081-.379.103-.768.144-1.153.143-.111.195-.315.286-.468.085-.104.17-.207.258-.309.114-.138.49-.552.128-.545-4.605-.006-9.214-.001-13.819-.002-.211.055-.231-.165-.236-.317-.023-2.526.032-5.055-.03-7.58l.027-.113c-1.644.013-3.288-.027-4.931.025z"/><path fill="#2e2e2e" d="M11.366 7.247c1.643-.052 3.287-.012 4.931-.025l-.027.113c-.049.203-.1.405-.152.608-.265.008-.53.017-.795.029.129.285.344.52.678.514.063.339.11.68.127 1.025-.438.219-.66.638-.544 1.123.321-.092.797.081.554.485a3.212 3.212 0 0 1-1.891.513c.329-.065.696-.038.991-.215.168-.252.104-.585.122-.872-.039-.836.065-1.681-.094-2.509-.998-.005-1.997-.025-2.994.001-.425.006-.562.482-.733.788-.483 1.044-1.045 2.05-1.504 3.104-.034-.353-.168-.682-.336-.99-.434.685-.805 1.46-.694 2.295a60.37 60.37 0 0 1 3.098-.011c-.104.01-.206.023-.309.035-.188.325-.41.709-.815.776-.543.078-1.095.033-1.637.103.613.086 1.231.036 1.847.059.292-.029.435.256.601.442.623-.16 1.286-.072 1.892-.312.749-.279 1.558-.088 2.334-.191-.898-.072-1.8-.014-2.698-.072.052-.218.018-.487.182-.659.313-.135.685-.113.952-.355-.743-.175-1.455.167-2.195.165.685-.166 1.414-.521 2.113-.212.572.255 1.205.236 1.816.272a20.97 20.97 0 0 0-.114.355c-.856.143-1.748-.085-2.578.224.912.256 1.903-.085 2.779.307-.763.255-1.575.083-2.357.207.052.123.105.245.156.368-.635.034-1.334-.095-1.899.272-.905.506-1.44 1.454-1.6 2.458-.016-.272-.033-.543-.048-.815-.109.006-.217.014-.325.021-.071.455-.133 1.207-.792.913.015-.346.011-.727-.309-.944-.129.357-.119.738-.039 1.105l-.22-.061c-.112-1.559-.003-3.125-.055-4.685-.027-.35.058-.695.224-1.002.774-1.589 1.593-3.156 2.355-4.752z"/><path fill="#161616" d="M16.118 7.944c.052-.203.103-.405.152-.608.062 2.525.007 5.054.03 7.58.005.153.025.372.236.317 4.605.001 9.215-.005 13.819.002.362-.007-.015.406-.128.545-3.86-.155-7.724.026-11.585-.096-.924-.051-1.849.074-2.77-.021-.495-.481-1.053-.965-1.798-.925-.052-.123-.105-.245-.156-.368.783-.125 1.595.047 2.357-.207-.876-.393-1.867-.051-2.779-.307.83-.309 1.722-.081 2.578-.224.036-.119.075-.237.114-.355-.611-.035-1.245-.016-1.816-.272-.699-.309-1.428.045-2.113.212l-.154.008a60.37 60.37 0 0 0-3.098.011c-.112-.835.26-1.611.694-2.295.168.308.303.637.336.99-.037.144-.074.287-.109.431a8.235 8.235 0 0 0 1.265-.197c.192.076.463.129.565-.106l.515-.007c.17.035.342-.02.461-.145.516-.028 1.008-.195 1.515-.272a3.205 3.205 0 0 0 1.891-.513c.244-.405-.233-.577-.554-.485-.116-.485.105-.904.544-1.123a7.863 7.863 0 0 0-.127-1.025c-.335.006-.549-.229-.678-.514.265-.012.53-.021.795-.029z"/><path fill="#161616" d="M17.21 9.758a13 13 0 0 0 2.424-.016c.987-.115 1.963.24 2.948.07v.076c-.006.284-.025.567-.041.852-.883-.381-1.875-.295-2.806-.219-.769.225-1.576.267-2.373.206-.521-.025-.19-.652-.152-.969zM36.27 11.238a9.42 9.42 0 0 0 1.831-.081c.065.699.076 1.403.005 2.103-1.072.32-2.02-.634-3.064-.219-1.46.317-2.97.191-4.45.292.676.301 1.425.318 2.142.178-.305.272-.661.54-1.095.495-.785-.048-1.6.089-2.359-.172.947-.441 1.703-1.25 2.173-2.175.169-.246.405-.506.737-.418 1.359.168 2.719-.075 4.08-.003z"/><path fill="#181818" d="M31.845 7.938c1.071.011 2.143.052 3.214.011.244-.021.464.093.666.214-1.175.373-2.504-.111-3.612.545.163.092.327.182.491.272l-.447.061c.044.245-.074.698.299.687 1.521.165 3.057-.111 4.58.058.36.026.721 0 1.08-.038.005.357.005.715-.005 1.073-1.338-.484-2.816-.384-4.181-.074-.637.028-1.285.071-1.918-.021-.115-.739.103-1.503-.11-2.236-.025-.184-.04-.367-.056-.551z"/><path fill="#858585" d="M11.541 8.825c.171-.306.308-.782.733-.788.996-.026 1.995-.005 2.994-.001.159.828.055 1.673.094 2.509-.018.287.046.62-.122.872-.295.176-.662.149-.991.215-.507.076-.999.244-1.515.272a.466.466 0 0 0-.461.145l-.515.007a1.388 1.388 0 0 0-.565.106 8.197 8.197 0 0 1-1.265.197c.035-.144.072-.287.109-.431.458-1.054 1.021-2.06 1.504-3.104m.525-.566c-.395.413-.598.999-.767 1.54-.45.746-.743 1.574-1.171 2.333 1.255-.171 2.495-.423 3.745-.627.463-.019.934-.064 1.35-.285.032-1.004.075-2.013-.017-3.014-1.045.038-2.104-.064-3.14.053z"/><path fill="#0f0f0f" d="M17.109 8.045c1.149-.065 2.321-.124 3.458.076-.598.347-1.3.11-1.949.186-.493-.003-.927.274-1.411.311-.161-.151-.095-.38-.098-.574z"/><path fill="#c2c2c2" d="M12.066 8.258c1.036-.116 2.095-.015 3.14-.053.092 1.001.049 2.01.017 3.014-.059-.955-.007-1.911-.046-2.865-1.018-.005-2.052-.095-3.061.036-.371.4-.462.987-.817 1.408.169-.541.373-1.127.767-1.54z"/><path fill="#fefefe" d="M12.116 8.39c1.009-.132 2.043-.042 3.061-.036.039.955-.013 1.911.046 2.865-.416.221-.887.265-1.35.285-1.25.205-2.49.456-3.745.627.428-.759.721-1.586 1.171-2.333.355-.421.446-1.008.817-1.408z"/><path fill="#171717" d="M27.317 8.591c.605-.005 1.208-.021 1.812.012l.005.438c-.428.002-.857.014-1.277.101-.005.183-.009.365-.012.548.51.068 1.27.204 1.298.852-.028.579.22 1.405-.423 1.73-.716.308-1.572-.133-1.553-.962.175-.029.351-.063.526-.097.128.284.29.695.686.574.227-.352.13-.835.077-1.23-.244-.349-.75-.005-1.105-.063-.104-.628-.022-1.269-.036-1.903zM17.007 14.364c1.576-.166 3.17.011 4.752-.099.844.021 1.686-.037 2.529-.023l.304.285c-.285.063-.572.127-.865.127-1.697-.013-3.395-.008-5.091-.007-.55-.012-1.179.118-1.629-.284zM34.638 15.536c.643-.359 1.416-.255 2.07.015.489.226.939-.373 1.424-.151.075.797-.001 1.601.01 2.4-.873-.095-1.766.095-2.625-.111.066-.81-.328-1.583-.878-2.153m.782.471c.414.065.797.238 1.2.337.458-.108.908-.258 1.383-.287-.839-.335-1.718-.098-2.583-.05z"/><path fill="#151515" d="M29.829 8.78c.125-.008.252-.018.378-.029-.054.488.185.915.549 1.223-.945.466-.456 1.637-.073 2.331-.325.028-.789.036-.896-.355-.075-.682.081-1.406-.272-2.038.126-.33.213-.672.265-1.021l.048-.111zM34.545 14.281c1.181-.006 2.365.032 3.545-.055l.032.558c-.502-.017-1.008.032-1.508-.02-.689-.395-1.497-.224-2.25-.253-.977-.03-1.965.078-2.931-.103 1.018-.258 2.075-.134 3.113-.127zM14.206 17.165c.408-.403 1.002-.618 1.553-.381l-.037.687c-.514-.037-1.081.027-1.515-.306z"/><path fill="#f2f2f2" d="M28.145 9.32c.472-.051.952-.105 1.388-.307-.101.442-.19.89-.189 1.345-.136-.564-.745-.729-1.242-.827l.043-.211z"/><path fill="#141414" d="M24.881 9.397c.472.282 1.147.062 1.494.565.411.572.108 1.259.085 1.889.187.001.375.005.563.007a4.03 4.03 0 0 0-.621.143l-.005-.219c-.34.247-.654.631-1.123.553-.852.135-1.525-.72-1.432-1.523.205-.017.412-.033.619-.045.175.51.535 1.041 1.149.754a2.988 2.988 0 0 0-.001-1.382l-.729-.037a12.783 12.783 0 0 1 0-.706zM11.405 16.786l.092-.171c.54.063 1.08.116 1.62.179-.073.795-1.014.701-1.598.706-.035-.239-.075-.477-.114-.715z"/><path fill="#0e0e0e" d="M17.173 11.41c1.458-.002 2.915-.026 4.373-.06.521-.001 1.115-.09 1.542.285.251.522.588 1 1.024 1.385-.482.386-1.11.151-1.612-.062-.5-.225-1.07-.146-1.552.085l-.386.131c-1.109-.005-2.222-.015-3.328.017-.24-.551-.095-1.197-.06-1.781m.403 1.036c.485.624 1.425.728 2.075.312-.045-.094-.091-.187-.135-.281-.646-.056-1.294-.005-1.94-.031z"/><path fill="#dedede" d="M8.4 12.689c-.005-.392.156-.84.554-.985-.494.836-.215 1.835-.285 2.751.051 1.137-.125 2.295.109 3.415l-.03-.001c-.262.006-.309-.301-.315-.501-.037-1.559.027-3.12-.034-4.679z"/><path fill="#505050" d="M12.272 12.049a.463.463 0 0 1 .461-.145.493.493 0 0 1-.461.145z"/><path fill="#1a1a1a" d="M26.56 11.966c.13-.032.261-.062.392-.091.054.369.049.77-.343.935-.059-.267-.116-.538-.088-.813l.039-.031zM36.566 13.506c.515.115 1.035.111 1.519-.127.012.25.148.71-.263.648-.961-.035-1.942.092-2.888-.115.411-.45 1.089-.286 1.632-.405z"/><path fill="#535353" d="M11.193 12.163c.181-.067.37-.118.565-.106-.102.235-.373.183-.565.106z"/><path fill="#303030" d="M17.577 12.446c.646.026 1.294-.025 1.94.031l.135.281c-.65.416-1.59.312-2.075-.312zM45.593 14.593c.091-.008.182-.008.274-.003.005.7.117 1.423-.068 2.107-.035.001-.107.005-.144.005-.166-.689-.066-1.409-.062-2.11z"/><path fill="#252525" d="M20.947 13.043c.482-.232 1.052-.31 1.552-.085.502.213 1.13.448 1.612.062.368.338.763.667 1.245.828-.496.335-1.106.185-1.663.199-.562.015-1.268.115-1.553-.506.374-.075.751-.135 1.13-.177-.736-.304-1.525-.54-2.323-.32z"/><path fill="#474747" d="M12.259 13.215c.739.003 1.452-.339 2.195-.165-.267.242-.639.22-.952.355-.164.172-.13.441-.182.659.898.058 1.8 0 2.698.072-.775.103-1.585-.088-2.334.191-.605.24-1.269.152-1.892.312-.166-.185-.309-.471-.601-.442-.616-.023-1.235.027-1.847-.059.543-.07 1.095-.025 1.637-.103.405-.067.626-.452.815-.776.103-.013.205-.025.309-.035l.154-.008z"/><path fill="#cacaca" d="M11.359 15.899c.545-.726 1.467-1.13 2.37-1.069 1.142-.014 2.208.795 2.569 1.865.124.355.157.735.295 1.084.485.139.999.065 1.497.077 3.575-.002 7.152-.008 10.727.005.308-.005.614-.039.918-.084.012-.485-.012-1.008.26-1.435.265-.413.62-.76.883-1.175-.708-.166-1.435-.071-2.152-.063-3.545-.003-7.091 0-10.636-.002-.558.009-1.117.016-1.673-.052 4.644-.125 9.3.023 13.947-.077.329-.038.705.114.572.503.544-.301 1.157-.551 1.791-.501.535.03 1.005.313 1.49.51.025-.208.012-.56.32-.513 1.217-.032 2.435.028 3.653.014.373-.041.365.395.374.65-.01.669.024 1.341-.023 2.008.006.287-.343.254-.538.272-.866-.013-1.735.03-2.599-.036-.031-.265-.06-.528-.087-.793-.112.808-.158 1.75-.808 2.334-.249.228-.473.515-.796.638-.956.208-2.135.343-2.892-.421-.805-.664-1-1.759-.951-2.747-.045.33-.07.664-.094.996-3.834.024-7.669.004-11.504.01-.684-.023-1.38.074-2.052-.099.04.917-.581 1.736-1.346 2.176a3.702 3.702 0 0 1-2.475.064c-.867-.43-1.291-1.349-1.557-2.23-.685.181-1.397.085-2.095.062l.03.001a62.807 62.807 0 0 0 1.842-.045c.161-.668.316-1.367.739-1.926m1.858-.752c-1.161.189-2.181 1.281-2.099 2.488-.073 1.32 1.17 2.628 2.521 2.428 1.51.165 2.772-1.495 2.423-2.923-.235-1.265-1.567-2.239-2.845-1.994m18.489.221c-.235.045-.438.17-.619.32-.475.41-.802.954-.934 1.568-.243.506.119 1.002.233 1.49l.017-.06c.014.188.155.338.245.497.348.265.658.603 1.076.759.877.091 1.834.128 2.529-.509.115-.132.229-.265.343-.4.699-1.167.416-2.912-.875-3.535-.596-.38-1.39-.533-2.016-.131m2.664-.224c.06.145.122.29.185.435l.085-.041c.55.57.945 1.343.878 2.153.859.205 1.753.015 2.625.111.083-.077.264-.103.253-.245.029-.64.009-1.281.015-1.921.008-.203-.03-.526-.308-.488-1.244-.01-2.488-.035-3.733-.003z"/><path fill="#747474" d="M13.216 15.148c1.277-.245 2.609.728 2.845 1.994.349 1.427-.913 3.088-2.423 2.923-1.351.2-2.594-1.108-2.521-2.428-.082-1.207.938-2.299 2.099-2.488m-.578.284c-.479.277-.937.653-1.142 1.183l-.092.171a3.135 3.135 0 0 0-.18.852c.002.646.286 1.25.726 1.714.986.92 2.695.815 3.518-.275l.277-.385c.402-.977.225-2.422-.78-2.909-.584-.655-1.56-.488-2.328-.35z"/><path fill="#484848" d="M31.705 15.368c.626-.402 1.42-.249 2.016.131-.652-.06-1.306-.035-1.96-.06l-.056-.071zM34.368 15.143c1.245-.033 2.489-.007 3.733.003.278-.038.316.285.308.488-.005.64.015 1.281-.015 1.921.011.143-.17.168-.253.245-.011-.799.065-1.603-.01-2.4-.485-.222-.935.377-1.424.151-.654-.27-1.427-.374-2.07-.015l-.085.041a26.98 26.98 0 0 1-.185-.435zM21.137 17.398c.663-.21 1.364-.062 2.045-.097.684.028 1.386-.125 2.052.091-.541.31-1.188.132-1.779.172-.768-.069-1.595.175-2.317-.165z"/><path fill="#434343" d="M31.086 15.688c.181-.15.385-.275.619-.32l.056.071c.171.336.53.365.866.305.232.323.583.505.965.585-.075.357-.161.713-.264 1.064-.663.146-1.161.618-1.575 1.127.767.354 1.613.057 2.415.159.212.004.305.217.426.355-.114.135-.227.268-.343.4l.041-.466c-.419.072-.84.13-1.261.181l.075.494c-.957.096-1.865-.345-2.465-1.076.002.206.004.412.004.618-.091-.159-.232-.309-.245-.497.07-.251.162-.494.245-.74.63-.2 1.24-.5 1.558-1.113a6.262 6.262 0 0 1-.714-1.081 43.23 43.23 0 0 1-.406-.065zM35.421 16.007c.865-.048 1.744-.285 2.583.05-.475.029-.925.179-1.383.287-.403-.099-.786-.273-1.2-.337z"/><path fill="#333" d="M11.496 16.615c.205-.53.663-.905 1.142-1.183-.087.148-.176.295-.265.443.865-.001 1.738.081 2.593-.093 1.005.487 1.182 1.932.78 2.909-1.009-.085-2.07.225-3.038-.148.263-.329.443-.964.975-.845.632-.012 1.31.371 1.9.009-.747.044-1.376-.47-2.091-.489a3.87 3.87 0 0 1-2.267.42c.027-.29.074-.58.18-.852.039.237.078.475.114.715.585-.005 1.525.089 1.598-.706-.54-.063-1.08-.116-1.62-.179m2.709.549c.435.334 1.002.269 1.515.306l.037-.687c-.551-.237-1.145-.022-1.553.381z"/><path fill="#222122" d="M32.628 15.744c-.336.06-.695.032-.866-.305.654.025 1.308 0 1.96.06 1.291.623 1.574 2.367.875 3.535-.121-.138-.215-.352-.426-.355-.803-.102-1.648.195-2.415-.159.415-.509.913-.981 1.575-1.127.103-.351.189-.706.264-1.064-.383-.079-.734-.262-.965-.585z"/><path fill="#3a3a3a" d="M16.171 16.111c.268-.129.544-.288.853-.263 1.934.021 3.869-.003 5.795.175 2.059-.091 4.121-.143 6.183-.113.329.015.651.093.968.177-.092.154-.144.357-.286.468-1.16.171-2.339.06-3.506.111-.504.035-.935.369-1.446.365-.667.011-1.335-.001-2.004.004-.575.019-1.065-.375-1.64-.345-1.274.015-2.546-.078-3.82-.055-.354.046-.578-.25-.803-.467-.01.159-.022.318-.025.477a11.104 11.104 0 0 1-.267-.535z"/><path fill="#1e1e1e" d="M30.153 17.256a2.848 2.848 0 0 1 .934-1.568l.406.065c.2.384.438.746.714 1.081-.318.613-.928.913-1.558 1.113-.084.246-.175.489-.245.74l-.017.06c-.114-.488-.475-.984-.233-1.49z"/><path fill="#1d1d1d" d="M16.464 16.169c.225.217.449.514.803.467 1.274-.024 2.546.069 3.82.055.575-.029 1.065.365 1.64.345.668-.005 1.336.007 2.004-.004.512.004.943-.331 1.446-.365 1.167-.051 2.346.06 3.506-.111-.041.385-.063.774-.144 1.153-.357.069-.723.043-1.085.045-3.914-.011-7.827.002-11.741-.005-.056-.376-.188-.734-.275-1.102.004-.159.015-.318.025-.477m.277.649c-.004.232-.007.465-.013.697.473-.366 1.093-.132 1.637-.183 1.047-.049 2.125.132 3.145-.191.005-.099.011-.197.018-.295-1.596.041-3.194-.065-4.787-.028m8.17.334c1.467.324 2.975.072 4.455.235.017-.204.157-.578-.184-.543-1.426.003-2.894-.153-4.272.308m-3.772.245c.723.34 1.549.096 2.317.165.591-.04 1.238.138 1.779-.172-.665-.215-1.368-.063-2.052-.091-.681.035-1.382-.113-2.045.097z"/><path fill="#080808" d="M16.74 16.819c1.594-.036 3.191.069 4.787.028-.007.098-.013.196-.018.295-1.019.323-2.097.142-3.145.191-.545.051-1.165-.184-1.637.183l.013-.697z"/><path fill="#060606" d="M24.91 17.153c1.378-.461 2.845-.305 4.272-.308.341-.035.201.339.184.543-1.481-.163-2.988.089-4.455-.235zM45.084 22.545c.095.23.193.46.292.69l-.386.491c-2.23.255-4.477.108-6.716.145-.898-.041-1.836.145-2.695-.199.728-.355 1.556-.137 2.332-.184.864-.045 1.76.139 2.595-.158 1.355-.404 2.817.153 4.166-.258.161-.156.301-.334.414-.527z"/><path fill="#414141" d="M13.492 17.218c.715.019 1.344.533 2.091.489-.59.362-1.268-.021-1.9-.009-.532-.118-.712.516-.975.845.968.373 2.029.064 3.038.148-.093.127-.185.255-.277.385a9.6 9.6 0 0 0-.027-.179c-.447.176-.928.237-1.407.247l.082.505c-.75.079-1.388-.278-2.037-.583l-.128.285c-.44-.464-.725-1.067-.726-1.714a3.867 3.867 0 0 0 2.267-.42z"/><path fill="#242424" d="M30.645 18.565c.6.732 1.507 1.173 2.465 1.076a42.087 42.087 0 0 1-.075-.494c.421-.051.842-.109 1.261-.181l-.041.466c-.695.637-1.652.6-2.529.509-.418-.156-.728-.494-1.076-.759 0-.206-.002-.412-.004-.618z"/><path fill="#1f1f1f" d="M14.035 19.145c.479-.01.96-.071 1.407-.247l.027.179c-.823 1.09-2.532 1.195-3.518.275l.128-.285c.649.305 1.287.662 2.037.583l-.082-.505z"/><path fill="#ddd" d="M0 22.782l.068-.176c.185.408.435.793.784 1.081.207.124.425.227.651.314H.47a5.506 5.506 0 0 1-.47-.405v-.813z"/><path fill="#d9d9d9" d="M45.274 23.711c.293-.235.538-.525.726-.85V24h-1.408c.235-.074.465-.168.682-.289z"/><path fill="#030303" d="M.607 23.029c.327-.001.658-.003.981.064.224.067.446.148.681.159 3.667-.018 7.336.001 11.004-.008.779.013 1.579-.093 2.335.15-.872.355-1.828.035-2.726.245-.439.104-.882.211-1.335.205-2.365-.005-4.728-.002-7.092-.002-1.08-.009-2.165.043-3.238-.118-.202-.233-.407-.463-.609-.695z"/><path fill="#282828" d="M1.588 23.093c.44-.036.881-.034 1.321-.031 13.92.005 27.841.004 41.761.01-1.349.411-2.811-.145-4.166.258-.835.297-1.731.113-2.595.158-.775.046-1.604-.171-2.332.184.859.345 1.797.158 2.695.199 2.239-.037 4.486.109 6.716-.145l.285-.015a3.59 3.59 0 0 1-.682.289H1.502a4.15 4.15 0 0 1-.651-.314l.365.038c1.073.161 2.158.109 3.238.118 2.364 0 4.727-.003 7.092.002.454.005.896-.102 1.335-.205.898-.21 1.855.11 2.726-.245-.756-.243-1.556-.137-2.335-.15-3.667.009-7.336-.01-11.004.008-.235-.011-.457-.092-.681-.159m19.273.314c-.624.355-1.355.115-2.029.171-1.079.051-2.176-.12-3.241.095.186.086.38.169.59.163 6.213-.028 12.429.02 18.644-.009.298.039.373-.254.454-.473a4.737 4.737 0 0 0-1.095-.107c-3.97.036-7.94.009-11.91.015-.472.008-.975-.074-1.413.145z"/><path fill="#424242" d="M20.86 23.407c.438-.219.941-.137 1.413-.145 3.97-.005 7.94.022 11.91-.015.368-.01.735.033 1.095.107-.081.219-.155.512-.454.473-6.215.029-12.431-.019-18.644.009-.21.006-.404-.076-.59-.163 1.065-.215 2.162-.045 3.241-.095.675-.056 1.405.184 2.029-.171z"/><path fill="#6f6e6f" d="M0 23.595c.148.145.306.278.47.405H0v-.405z"/></symbol><symbol viewBox="0 0 37 24" id="complementary--trucks--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M0 0h36.97c.001 7.957.039 15.918-.019 23.874-.605.06-1.214.042-1.821.035-11.71-.007-23.42.007-35.13-.007V.001m1.95 1.941c-.016 6.698-.015 13.397 0 20.095 11.064.015 22.129.015 33.193.001.015-6.699.015-13.398 0-20.096-11.064-.015-22.129-.015-33.193 0z"/><path fill="#c31219" opacity=".83" d="M36.97 0h.131v24H0v-.099c11.71.014 23.42 0 35.13.007.608.007 1.216.026 1.821-.035.058-7.956.02-15.917.019-23.874z"/><path fill="#feb82f" d="M1.95 1.942c11.064-.015 22.129-.015 33.193 0 .015 6.698.015 13.397 0 20.096-11.064.014-22.129.014-33.193-.001-.015-6.698-.016-13.397 0-20.095m11 4.198c-.015 1.973.002 3.948-.008 5.921-.269.006-.539.006-.809.001-.014-.885.01-1.77-.009-2.655a.61.61 0 0 0-.635-.605 276.632 276.632 0 0 0-4.074-.001c-.659-.014-1.268.449-1.475 1.068-.415 1.129-.852 2.253-1.251 3.389-.07 1.183-.006 2.376-.03 3.562-.079.988 1.235.457 1.825.584-.319 1.413.864 2.928 2.332 2.855 1.44.027 2.577-1.463 2.262-2.852 2.944-.001 5.888.003 8.831-.002-.314 1.379.807 2.861 2.239 2.843 1.469.088 2.681-1.421 2.351-2.842l1.12.001c-.307 1.408.864 2.905 2.323 2.842 1.443.038 2.594-1.45 2.278-2.842.729-.108 1.949.357 2.237-.602.053-3.515.002-7.037.013-10.554.053-.466-.336-.919-.814-.89-5.955-.007-11.912-.005-17.868-.001-.436-.035-.852.337-.837.781z"/><path fill="#feb82f" d="M6.754 10.359c1.466-.002 2.93-.005 4.395.001.006.83.005 1.66 0 2.49-1.775.006-3.551.005-5.326.001.306-.832.613-1.665.931-2.493z"/><path d="M12.95 6.14c-.015-.444.401-.816.837-.781 5.956-.003 11.913-.006 17.868.001.478-.029.867.424.814.89-.01 3.518.041 7.039-.013 10.554-.288.959-1.507.494-2.237.602.315 1.391-.835 2.88-2.278 2.842-1.46.064-2.631-1.434-2.323-2.842l-1.12-.001c.329 1.42-.882 2.93-2.351 2.842-1.432.019-2.553-1.464-2.239-2.843-2.944.006-5.888.001-8.831.002.315 1.389-.822 2.879-2.262 2.852-1.468.073-2.65-1.441-2.332-2.855-.59-.128-1.904.403-1.825-.584.024-1.186-.039-2.379.03-3.562.399-1.136.836-2.26 1.251-3.389.206-.619.816-1.082 1.475-1.068 1.358-.008 2.717-.01 4.074.001a.61.61 0 0 1 .635.605c.02.885-.005 1.77.009 2.655.27.005.54.005.809-.001.01-1.973-.007-3.948.008-5.921m-6.195 4.22c-.318.828-.625 1.66-.931 2.493 1.775.003 3.551.005 5.326-.001.005-.83.006-1.66 0-2.49-1.466-.006-2.93-.003-4.395-.001z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--trucks--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.87 0h14.239A1.2 1.2 0 0 1 16 .837v22.308a1.205 1.205 0 0 1-.828.855H.85a1.203 1.203 0 0 1-.85-.868V.891C.096.451.439.114.87 0M.73.325C.39.466.224.844.254 1.198.258 8.433.251 15.669.257 22.904c-.036.466.383.878.846.847 4.598.004 9.196.003 13.794 0 .464.033.887-.378.851-.847.004-7.269.004-14.539-.001-21.808.033-.462-.382-.872-.843-.84C10.369.248 5.834.259 1.299.251 1.108.257.909.249.73.325z"/><path fill="#f0c900" d="M.838.719c.136-.084.306-.055.459-.068 4.536.008 9.072-.005 13.608.007.297-.034.49.266.445.537v21.609c.048.278-.149.579-.451.546-4.599.005-9.199.006-13.798 0a.407.407 0 0 1-.442-.445C.651 15.669.659 8.431.655 1.194.651 1.019.674.821.838.719m5.026 8.15c-.004 1.329-.001 2.659-.001 3.988 2.758.005 5.516.005 8.275 0 0-1.329.003-2.659-.002-3.988-2.757-.004-5.514-.004-8.272 0m-3.2 1.201c-.268.435-.372.95-.579 1.416-.345.725-.189 1.546-.213 2.319-.046.239.204.311.37.395.083-.62.484-1.255 1.156-1.324.764-.135 1.449.524 1.489 1.269 1.694.005 3.388-.002 5.082.003.054-.377.213-.727.474-1.005-1.716.008-3.433.004-5.149.002-.007-1.093.001-2.187-.004-3.28-.873.087-1.764.057-2.626.205m.867 3.078c-.731.001-1.21.915-.8 1.519.367.66 1.451.603 1.746-.093.344-.64-.223-1.493-.946-1.426m7.7 0c-.757.004-1.226.98-.757 1.574.396.609 1.421.522 1.707-.146.347-.642-.225-1.499-.95-1.428m.892-.008c.261.278.421.628.472 1.006.538.063 1.055-.092 1.546-.297l-.004-.7c-.671-.008-1.343.006-2.014-.009z"/><path fill="#f0c900" d="M2.768 10.464c.507-.041 1.015-.069 1.523-.099.003.475.003.95 0 1.425-.678.077-1.354.169-2.034.229.032-.55.337-1.04.511-1.555z"/><path d="M.73.325c.179-.076.378-.068.569-.074 4.535.008 9.07-.003 13.605.005.461-.032.876.378.843.84.005 7.269.005 14.539.001 21.808.036.469-.387.88-.851.847-4.598.003-9.196.004-13.794 0-.463.031-.882-.381-.846-.847C.251 15.669.258 8.433.254 1.198.224.844.39.466.73.325m.108.394c-.164.102-.187.3-.183.475.004 7.237-.004 14.475.004 21.711a.407.407 0 0 0 .442.445c4.599.006 9.199.005 13.798 0 .302.033.499-.268.451-.546V1.195c.045-.271-.148-.571-.445-.537C10.369.646 5.833.659 1.297.651 1.144.664.974.635.838.719z"/><path d="M5.864 8.869c2.758-.004 5.515-.004 8.272 0 .005 1.329.002 2.659.002 3.988-2.759.005-5.517.005-8.275 0 0-1.329-.003-2.659.001-3.988z"/><path d="M2.664 10.07c.862-.148 1.753-.118 2.626-.205.005 1.093-.003 2.187.004 3.28 1.716.002 3.433.006 5.149-.002-.261.278-.42.628-.474 1.005-1.694-.005-3.388.002-5.082-.003-.04-.745-.725-1.404-1.489-1.269-.672.069-1.073.704-1.156 1.324-.166-.084-.416-.156-.37-.395.024-.773-.132-1.594.213-2.319.207-.466.311-.981.579-1.416m.104.394c-.174.515-.479 1.005-.511 1.555.68-.06 1.356-.152 2.034-.229.003-.475.003-.95 0-1.425-.508.03-1.016.058-1.523.099z"/><path d="M3.531 13.148c.723-.067 1.29.786.946 1.426-.295.696-1.379.753-1.746.093-.41-.604.069-1.518.8-1.519zM11.231 13.148c.725-.071 1.297.786.95 1.428-.286.668-1.311.755-1.707.146-.469-.594 0-1.57.757-1.574zM12.123 13.14c.671.015 1.343.001 2.014.009l.004.7c-.491.205-1.008.36-1.546.297a1.813 1.813 0 0 0-.472-1.006z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--trucks-and-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.436.144c.243-.096.507-.109.765-.111 9.233.003 18.465-.001 27.697.002 1.099-.029 2.096.968 2.066 2.067.002 6.599.002 13.197 0 19.796.029 1.099-.967 2.095-2.066 2.066-9.265.003-18.531.003-27.796 0-1.097.028-2.097-.968-2.066-2.066-.001-6.599-.002-13.197 0-19.796C.014 1.236.627.424 1.436.144m.404.417C1.079.684.493 1.424.534 2.193.536 8.764.529 15.335.537 21.906c-.006.862.8 1.606 1.655 1.561h27.616c.858.048 1.66-.699 1.655-1.561.009-6.571.002-13.143.004-19.714.049-.895-.761-1.714-1.66-1.659C20.486.552 11.16.496 1.84.561z"/><path fill="#fff" d="M1.94 1.361c9.252-.065 18.512-.007 27.767-.029.502-.075 1.005.34.959.861.002 6.538.002 13.076 0 19.614a.814.814 0 0 1-.859.858c-9.204.003-18.409.003-27.614 0a.813.813 0 0 1-.859-.858V2.193c-.025-.376.232-.753.606-.832m9.704 2.94c.001 1.451-.001 2.901.001 4.352 4.562 0 9.125.002 13.688-.001V4.301c-4.563-.001-9.126-.002-13.689 0m-4.241 1.6c-.224.671-.536 1.315-.713 2.001-.05.864-.02 1.734-.018 2.6.018.463.598.305.905.334.047-.593.416-1.177 1.011-1.34.707-.241 1.482.199 1.749.872.611-.002 1.221-.002 1.832 0 .239-.555.797-.988 1.421-.931.736.02 1.306.685 1.339 1.398l.463-.005c-.017-.922-.752-1.787-1.69-1.851-1.1-.03-2.201-.004-3.301-.012-.003-1.193 0-2.387-.002-3.58-.868.007-1.736-.015-2.604.009-.266.002-.303.317-.392.505m11.694 4.929l.458.004c-.014-1.246 1.673-1.885 2.483-.937.12.001.241.001.361.003.808-.952 2.501-.316 2.483.934l.465-.003c-.012-.943-.786-1.82-1.744-1.857a84.669 84.669 0 0 0-2.806.003c-.941.059-1.687.926-1.7 1.853M8.541 9.845c-.746.307-.843 1.45-.159 1.878.647.496 1.691-.015 1.701-.829.082-.786-.839-1.415-1.542-1.049m4.502.005a1.091 1.091 0 0 0-.552 1.355c.187.541.837.853 1.375.652.585-.182.901-.909.64-1.463-.224-.55-.934-.814-1.463-.544m7.493-.012c-.572.235-.825.998-.503 1.527.271.505.964.706 1.462.42.504-.258.72-.938.455-1.438-.239-.51-.905-.75-1.414-.509m2.498-.004a1.09 1.09 0 0 0-.622 1.256c.128.583.792.969 1.362.782.596-.157.947-.875.703-1.442-.204-.557-.904-.847-1.443-.596M8.307 13.7l.001 4.306c2.974.001 5.948.002 8.922 0 .002-1.435.001-2.87.001-4.305-2.975-.002-5.949-.001-8.924-.001m10.154.001c0 1.435-.001 2.87.001 4.305h9.537c.002-1.435.001-2.871.001-4.306-3.18 0-6.359-.001-9.539.001M5.033 14.95c-.262-.001-.305.303-.391.49-.194.593-.479 1.159-.622 1.768-.039.629-.024 1.263-.01 1.893-.012.239.252.279.428.32.026-.726.612-1.407 1.363-1.408.77-.048 1.42.631 1.445 1.382 1.834-.002 3.669-.003 5.504 0 .035-.414.214-.798.513-1.088-1.857.014-3.714.003-5.57.006-.002-1.179.001-2.358-.002-3.536-.885.07-1.774.1-2.658.173m.602 3.389c-.743.116-1.126 1.091-.66 1.682.434.664 1.556.55 1.849-.187.386-.751-.374-1.7-1.189-1.495m8.3.001c-.767.123-1.13 1.155-.612 1.733.476.639 1.595.452 1.837-.307.321-.75-.439-1.627-1.225-1.426m1.109-.033c.297.29.476.673.512 1.087.583.07 1.139-.102 1.675-.311a98.56 98.56 0 0 1 0-.769c-.729-.005-1.458.007-2.187-.007m2.801.007v.772c.366.001.732.001 1.097 0 .102-.291.265-.554.474-.78-.523.013-1.047.005-1.571.008m2.194.037a1.078 1.078 0 0 0-.789 1.226c.084.561.667.98 1.227.876.6-.079 1.033-.73.874-1.315-.122-.566-.753-.946-1.312-.787m1.157-.045c.211.224.374.488.477.779.831.004 1.663-.001 2.495.003.106-.29.268-.556.481-.781-1.151.01-2.302.012-3.453-.001m4.138.031c-.75.112-1.137 1.096-.664 1.689.442.663 1.567.54 1.853-.204.371-.748-.381-1.682-1.189-1.485m1.092-.031c.212.224.373.489.478.779.366.002.731.002 1.096.002v-.774c-.525-.001-1.05.006-1.574-.007z"/><path fill="#fff" d="M7.679 6.006l1.631.001c.001.519.001 1.038-.001 1.557-.768.085-1.533.193-2.303.259.211-.61.448-1.211.673-1.817zM4.963 15.46c.535-.13 1.104-.083 1.652-.144 0 .513.001 1.026-.001 1.538-.747.03-1.503.292-2.246.176.19-.526.363-1.061.595-1.57z"/><path d="M1.84.561C11.16.496 20.486.552 29.807.533c.899-.055 1.709.764 1.66 1.659-.002 6.571.005 13.143-.004 19.714.005.862-.797 1.609-1.655 1.561H2.192c-.855.045-1.661-.699-1.655-1.561C.529 15.335.536 8.764.534 2.193.493 1.424 1.079.684 1.84.561m.1.8c-.374.079-.631.456-.606.832v19.614a.813.813 0 0 0 .859.858c9.205.003 18.41.003 27.614 0a.814.814 0 0 0 .859-.858c.002-6.538.002-13.076 0-19.614.046-.521-.457-.936-.959-.861-9.255.022-18.515-.036-27.767.029z"/><path d="M11.644 4.301c4.563-.002 9.126-.001 13.689 0v4.351c-4.563.003-9.126.001-13.688.001-.002-1.451 0-2.901-.001-4.352z"/><path d="M7.403 5.901c.089-.188.126-.503.392-.505.868-.024 1.736-.002 2.604-.009.002 1.193-.001 2.387.002 3.58 1.1.008 2.201-.018 3.301.012.938.064 1.673.929 1.69 1.851l-.463.005c-.033-.713-.603-1.378-1.339-1.398-.624-.057-1.182.376-1.421.931-.611-.002-1.221-.002-1.832 0-.267-.673-1.042-1.113-1.749-.872-.595.163-.964.747-1.011 1.34-.307-.029-.887.129-.905-.334-.002-.866-.032-1.736.018-2.6.177-.686.489-1.33.713-2.001m.276.105c-.225.606-.462 1.207-.673 1.817.77-.066 1.535-.174 2.303-.259.002-.519.002-1.038.001-1.557l-1.631-.001zM19.097 10.83c.013-.927.759-1.794 1.7-1.853.935-.02 1.871-.014 2.806-.003.958.037 1.732.914 1.744 1.857l-.465.003c.018-1.25-1.675-1.886-2.483-.934-.12-.002-.241-.002-.361-.003-.81-.948-2.497-.309-2.483.937l-.458-.004z"/><path d="M8.541 9.845c.703-.366 1.624.263 1.542 1.049-.01.814-1.054 1.325-1.701.829-.684-.428-.587-1.571.159-1.878zM13.043 9.85c.529-.27 1.239-.006 1.463.544.261.554-.055 1.281-.64 1.463-.538.201-1.188-.111-1.375-.652a1.091 1.091 0 0 1 .552-1.355zM20.536 9.838c.509-.241 1.175-.001 1.414.509.265.5.049 1.18-.455 1.438-.498.286-1.191.085-1.462-.42-.322-.529-.069-1.292.503-1.527zM23.034 9.834c.539-.251 1.239.039 1.443.596.244.567-.107 1.285-.703 1.442-.57.187-1.234-.199-1.362-.782a1.09 1.09 0 0 1 .622-1.256zM8.307 13.7c2.975 0 5.949-.001 8.924.001 0 1.435.001 2.87-.001 4.305-2.974.002-5.948.001-8.922 0L8.307 13.7zM18.461 13.701c3.18-.002 6.359-.001 9.539-.001 0 1.435.001 2.871-.001 4.306h-9.537c-.002-1.435-.001-2.87-.001-4.305z"/><path d="M5.033 14.95c.884-.073 1.773-.103 2.658-.173.003 1.178 0 2.357.002 3.536 1.856-.003 3.713.008 5.57-.006-.299.29-.478.674-.513 1.088-1.835-.003-3.67-.002-5.504 0-.025-.751-.675-1.43-1.445-1.382-.751.001-1.337.682-1.363 1.408-.176-.041-.44-.081-.428-.32-.014-.63-.029-1.264.01-1.893.143-.609.428-1.175.622-1.768.086-.187.129-.491.391-.49m-.07.51c-.232.509-.405 1.044-.595 1.57.743.116 1.499-.146 2.246-.176.002-.512.001-1.025.001-1.538-.548.061-1.117.014-1.652.144z"/><path d="M5.635 18.339c.815-.205 1.575.744 1.189 1.495-.293.737-1.415.851-1.849.187-.466-.591-.083-1.566.66-1.682zM13.935 18.34c.786-.201 1.546.676 1.225 1.426-.242.759-1.361.946-1.837.307-.518-.578-.155-1.61.612-1.733zM15.044 18.307c.729.014 1.458.002 2.187.007a98.56 98.56 0 0 0 0 .769c-.536.209-1.092.381-1.675.311a1.72 1.72 0 0 0-.512-1.087zM17.845 18.314c.524-.003 1.048.005 1.571-.008a2.242 2.242 0 0 0-.474.78c-.365.001-.731.001-1.097 0a99.33 99.33 0 0 0 0-.772zM20.039 18.351c.559-.159 1.19.221 1.312.787.159.585-.274 1.236-.874 1.315-.56.104-1.143-.315-1.227-.876a1.078 1.078 0 0 1 .789-1.226zM21.196 18.306c1.151.013 2.302.011 3.453.001a2.264 2.264 0 0 0-.481.781c-.832-.004-1.664.001-2.495-.003a2.212 2.212 0 0 0-.477-.779zM25.334 18.337c.808-.197 1.56.737 1.189 1.485-.286.744-1.411.867-1.853.204-.473-.593-.086-1.577.664-1.689zM26.426 18.306c.524.013 1.049.006 1.574.007v.774c-.365 0-.73 0-1.096-.002a2.238 2.238 0 0 0-.478-.779z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--trucks-buses-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.264.06c.175-.042.357-.032.536-.033C8.683.029 15.566.026 22.449.029c.822.002 1.548.752 1.524 1.572 0 6.95.002 13.899-.001 20.848-.003.822-.752 1.547-1.573 1.524H1.6c-.82.023-1.57-.703-1.572-1.524C.026 15.5.028 8.55.027 1.601.009.879.563.209 1.264.061m.155.362C.856.501.4 1.027.409 1.596c-.002 6.936-.002 13.872 0 20.807-.012.633.555 1.198 1.188 1.188 6.918.004 13.837.001 20.755.001.651.035 1.251-.536 1.239-1.189.003-6.936.002-13.872 0-20.807.011-.633-.555-1.199-1.188-1.188C15.552.403 8.701.408 1.85.405c-.144 0-.288-.003-.431.018z"/><path fill="#fff" d="M1.469 1.026c.075-.016.153-.018.229-.02 6.885.002 13.77 0 20.655.002a.61.61 0 0 1 .639.639v20.707a.612.612 0 0 1-.639.639c-6.903.001-13.805.002-20.707 0a.611.611 0 0 1-.639-.639V1.647a.604.604 0 0 1 .462-.621m8.49 1.398c-.002 1.299 0 2.599-.001 3.899 2.72.002 5.441.001 8.16 0 .003-1.299-.002-2.597.002-3.896-2.721-.009-5.441-.001-8.162-.004m-3.006 1.14c-.186.003-.221.222-.284.357-.181.537-.414 1.054-.603 1.587-.009.611-.01 1.226.005 1.837-.007.22.231.273.405.264.018-.345.135-.699.396-.936.468-.446 1.284-.441 1.746.012.255.24.366.591.384.933 1.674-.001 3.347.003 5.02.003.001-.392.178-.768.48-1.018-1.686-.003-3.373.003-5.059-.006V3.389c-.829.061-1.659.114-2.489.173m.564 3.06a.997.997 0 0 0-.773.926.999.999 0 0 0 .673.986.999.999 0 0 0 1.098-.321.997.997 0 0 0 .048-1.176.999.999 0 0 0-1.046-.415m7.55-.001a.996.996 0 1 0 .998 1.591.999.999 0 0 0 .048-1.174 1 1 0 0 0-1.045-.417m1.005-.02c.3.251.476.627.478 1.018.549.066 1.073-.077 1.569-.305-.01-.237-.005-.474-.008-.711-.679-.002-1.359.003-2.039-.002M4.976 9.831c-.019.175-.001.352.004.528.075.053.23.088.191.209-.252.771-.537 1.533-.789 2.304-.03.474-.013.951-.028 1.427-.013.198-.038.472.199.547.631.016 1.264.003 1.896.006.007-.343.11-.698.359-.945.51-.527 1.462-.516 1.955.03.229.246.322.585.331.915 1.829.001 3.657.002 5.484 0 .009-.324.101-.657.325-.9.519-.574 1.53-.581 2.054-.01.23.243.322.582.332.909.636.005 1.273.009 1.91.016.331.025.652-.284.629-.616-.012-.609.015-1.221-.014-1.83-.224-.693-.312-1.427-.584-2.106-.102-.224-.248-.513-.529-.522l-13.402.008c-.107.011-.23-.027-.325.029m2.541 3.989a1.082 1.082 0 0 0-.807 1.135c.032.53.509.982 1.04.987.537.03 1.044-.403 1.101-.938.124-.723-.631-1.395-1.335-1.184m8.15-.004a1.082 1.082 0 0 0-.804 1.034c-.012.45.294.881.718 1.026.42.155.929.009 1.202-.346.297-.361.312-.917.036-1.294a1.082 1.082 0 0 0-1.152-.419M8.47 17.524c-.502.441-.945.954-1.439 1.407-.956.177-1.918.32-2.877.487-.12.028-.162.171-.149.28.014.308-.018.62.022.924.131.241.473.084.695.128.012-.245.072-.498.24-.684.389-.453 1.179-.448 1.564.008.165.185.223.436.237.678h5.172c.012-.254.077-.516.256-.706.383-.426 1.131-.425 1.514.002.178.189.243.451.256.705.162-.003.324.011.485-.009.188-.088.115-.327.126-.491-.02-.378.03-.765-.032-1.137-.582-.505-1.206-.963-1.803-1.452-.088-.061-.168-.165-.288-.149-1.326.009-2.655-.014-3.981.012m7.092.771c-.006.616 0 1.233-.003 1.848.474 0 .948.001 1.423-.001.296-.54 1.167-.604 1.53-.107.04.039.066.12.136.107.449.003.898 0 1.347 0-.002-.616.003-1.233-.002-1.848 0-.188-.135-.395-.341-.38-1.233-.003-2.467-.001-3.7-.001a.371.371 0 0 0-.39.381M5.468 19.971a.828.828 0 0 0-.548.879.829.829 0 0 0 .83.724.827.827 0 0 0 .811-.773c.059-.564-.565-1.039-1.093-.831m7.2.001a.829.829 0 0 0-.546.879c.04.405.42.738.828.724a.829.829 0 0 0 .813-.773c.058-.564-.567-1.04-1.095-.83m4.849 0a.827.827 0 0 0-.549.88c.04.407.423.741.832.724a.83.83 0 0 0 .804-.722c.099-.579-.54-1.098-1.087-.882m-1.961.36l-.002.213h-.804v.213h2.036c.012-.144.031-.286.063-.426l-1.292.001m3.128-.002c.043.136.075.277.092.42.338.017.675.004 1.014.007.068-.141.136-.283.203-.426-.436-.002-.873 0-1.308-.001z"/><path fill="#fff" d="M6.945 4.042c.492-.101 1.008-.075 1.51-.124l-.02 1.362c-.663.041-1.335.234-1.993.171.111-.485.321-.948.504-1.41zM7.535 10.599a.166.166 0 0 1 .172-.178c.395-.002.791-.004 1.185.002.124 0 .162.141.194.236.144.508.294 1.014.437 1.522.039.11-.059.197-.122.271-.552-.002-1.103.006-1.654.003-.113.012-.218-.092-.213-.204-.002-.55-.003-1.101 0-1.653zM9.498 10.698c-.029-.108.02-.292.159-.277a139.57 139.57 0 0 1 1.585.001c.126.001.159.149.192.245.142.505.293 1.01.434 1.515.037.108-.061.191-.12.267-.533.003-1.067 0-1.599.003-.137.014-.18-.141-.211-.243-.144-.504-.3-1.005-.439-1.511zM11.919 10.426c.543-.014 1.089-.004 1.632-.005.127-.015.173.126.203.222.145.505.293 1.009.435 1.515.051.109-.043.2-.099.284-.531.017-1.062.002-1.594.01-.135.026-.197-.115-.225-.222-.143-.489-.286-.978-.431-1.466-.04-.114-.033-.268.078-.339zM14.268 10.425c.541-.012 1.083-.003 1.625-.004.13-.013.175.133.206.232.144.505.293 1.009.435 1.515.045.135-.081.306-.229.28-.503.003-1.005 0-1.508.002-.114.003-.153-.129-.183-.216-.144-.489-.286-.978-.431-1.467-.04-.114-.037-.281.085-.343zM16.621 10.43c.543-.014 1.087-.003 1.63-.005.126-.015.174.123.204.219.145.505.293 1.01.436 1.515.048.12-.052.299-.189.29-.502.011-1.005.003-1.506.005-.137.027-.195-.117-.224-.222a812.22 812.22 0 0 0-.431-1.467c-.04-.113-.032-.267.08-.335zM4.953 12.108c.231-.55.356-1.158.651-1.672.465-.021.932-.009 1.398-.001.108-.001.129.13.124.214 0 .517-.003 1.035-.002 1.552.01.106-.043.256-.17.254-.634.005-1.268-.008-1.902-.006-.096-.087-.177-.215-.098-.342zM7.474 18.927c.342-.327.661-.687 1.023-.989a59.337 59.337 0 0 1 1.79.001c-.008.398-.001.796-.003 1.194-.909-.001-1.819.003-2.729-.002-.115.014-.183-.138-.081-.205zM10.612 17.936a87.042 87.042 0 0 1 1.533.001c.35.394.8.71 1.065 1.172-.861.059-1.732.009-2.597.025-.001-.399.001-.799-.002-1.198z"/><path d="M1.419.423c.142-.021.288-.017.431-.018C8.702.408 15.553.403 22.403.408c.633-.01 1.198.555 1.188 1.188.002 6.936.002 13.872 0 20.807.012.654-.588 1.224-1.239 1.189-6.918 0-13.836.003-20.755-.001-.633.01-1.199-.555-1.188-1.188-.002-6.936-.002-13.872 0-20.807C.4 1.027.856.501 1.419.423m.05.603a.605.605 0 0 0-.462.621v20.707a.611.611 0 0 0 .639.639c6.903.002 13.805.001 20.707 0a.612.612 0 0 0 .639-.639V1.647a.61.61 0 0 0-.639-.639c-6.885-.002-13.77 0-20.655-.002-.076.002-.154.003-.23.019z"/><path d="M9.959 2.424c2.721.003 5.441-.005 8.161.004-.004 1.299 0 2.597-.002 3.895-2.72 0-5.441.002-8.16 0 .002-1.3-.001-2.6.001-3.899z"/><path d="M6.952 3.563c.83-.06 1.659-.111 2.489-.173v3.207c1.686.009 3.373.003 5.059.006a1.331 1.331 0 0 0-.48 1.018c-1.674 0-3.347-.005-5.02-.003-.019-.342-.129-.693-.384-.933-.462-.453-1.277-.457-1.746-.012-.261.237-.379.591-.396.936-.174.009-.412-.044-.405-.264a46.885 46.885 0 0 1-.005-1.837c.189-.532.422-1.05.603-1.587.063-.134.098-.353.284-.357m-.006.478c-.182.462-.393.925-.504 1.41.659.062 1.33-.131 1.994-.171l.02-1.362c-.501.049-1.018.023-1.51.124z"/><path d="M7.517 6.622a.999.999 0 0 1 1.046.415.999.999 0 0 1-.048 1.176.998.998 0 0 1-1.098.321.999.999 0 0 1-.673-.986.997.997 0 0 1 .773-.926zM15.067 6.621a.999.999 0 0 1 1.045.417c.24.348.219.847-.048 1.174a1 1 0 0 1-1.134.309.998.998 0 0 1-.638-.973.998.998 0 0 1 .774-.927zM16.073 6.601c.679.005 1.359 0 2.039.002.003.237-.003.474.008.711-.495.228-1.02.37-1.569.305a1.342 1.342 0 0 0-.478-1.018zM4.976 9.831c.095-.056.219-.018.325-.029l13.402-.008c.281.009.427.298.529.522.271.679.36 1.413.583 2.106.029.609.002 1.22.014 1.83.024.333-.297.641-.628.616-.636-.006-1.273-.012-1.91-.016-.01-.328-.102-.666-.332-.909-.523-.57-1.536-.564-2.054.01-.225.242-.317.576-.325.9-1.828.002-3.656.001-5.484 0-.009-.33-.102-.669-.332-.915-.493-.546-1.444-.556-1.955-.03-.249.247-.351.602-.359.945-.632-.004-1.265.01-1.896-.006-.237-.075-.213-.349-.199-.547.015-.476-.003-.953.028-1.427.252-.771.537-1.533.789-2.304.039-.12-.117-.156-.191-.209-.005-.176-.024-.353-.004-.528m2.558.767c-.004.551-.003 1.102 0 1.653a.2.2 0 0 0 .213.204c.552.003 1.103-.005 1.654-.003.063-.075.161-.162.122-.271-.143-.508-.293-1.014-.437-1.522-.031-.096-.069-.236-.194-.236-.395-.006-.79-.003-1.185-.002a.165.165 0 0 0-.172.178m1.962.098c.139.505.295 1.007.439 1.511.032.102.075.257.212.243.533-.003 1.067 0 1.599-.003.06-.075.157-.159.12-.267-.141-.506-.291-1.01-.434-1.515-.033-.096-.066-.243-.192-.245-.528-.005-1.057-.003-1.585-.001-.139-.015-.189.17-.159.277m2.421-.272c-.111.071-.118.225-.078.339l.431 1.466c.029.106.09.247.225.222.531-.009 1.063.007 1.594-.01.056-.084.15-.175.099-.284-.143-.506-.291-1.01-.435-1.515-.03-.096-.076-.237-.203-.222-.544 0-1.089-.009-1.632.005m2.348-.002c-.123.062-.126.228-.085.343.145.489.288.978.431 1.467.03.087.069.219.183.216.503-.002 1.005 0 1.508-.002.147.025.273-.146.229-.28-.142-.506-.291-1.01-.435-1.515-.03-.099-.075-.246-.206-.232-.541 0-1.084-.007-1.625.004m2.353.004c-.112.067-.12.222-.08.335l.431 1.467c.029.105.087.249.224.222.502-.003 1.005.006 1.506-.005.137.009.237-.169.189-.29-.144-.505-.291-1.01-.436-1.515-.03-.096-.078-.235-.204-.219-.543.002-1.087-.009-1.63.005M4.953 12.108c-.079.126.002.254.098.342.634-.003 1.268.01 1.902.006.127.003.18-.148.17-.254l.002-1.552c.005-.084-.016-.215-.124-.214-.465-.008-.933-.02-1.398.001-.295.513-.42 1.122-.651 1.672z"/><path d="M7.515 13.819c.704-.21 1.459.461 1.335 1.184a1.082 1.082 0 0 1-1.101.938 1.08 1.08 0 0 1-1.04-.987 1.082 1.082 0 0 1 .807-1.135zM15.664 13.815c.423-.117.903.059 1.152.419.276.377.261.933-.036 1.294a1.082 1.082 0 0 1-1.202.346 1.08 1.08 0 0 1 .086-2.06zM8.47 17.524c1.326-.026 2.654-.003 3.981-.012.119-.015.199.087.288.149.597.489 1.222.947 1.803 1.452.062.372.012.759.032 1.137-.012.164.061.402-.126.49-.161.02-.324.006-.485.009-.012-.253-.078-.516-.256-.705-.383-.426-1.131-.428-1.514-.002-.179.189-.245.453-.256.706H6.765c-.014-.241-.071-.492-.237-.678-.384-.456-1.176-.461-1.564-.008-.168.186-.229.439-.24.684-.222-.043-.564.114-.695-.128-.041-.304-.009-.617-.022-.924-.012-.11.03-.252.149-.28.958-.168 1.921-.309 2.877-.487.495-.452.937-.965 1.439-1.407m-.998 1.407c-.102.067-.033.219.081.205.909.005 1.819 0 2.729.002.003-.398-.004-.796.003-1.194a62.83 62.83 0 0 0-1.79-.001c-.363.302-.681.661-1.023.989m3.138-.992c.003.399 0 .798.002 1.198.865-.017 1.736.033 2.597-.025-.265-.462-.715-.777-1.065-1.172a87.042 87.042 0 0 0-1.533-.001zM15.56 18.298a.371.371 0 0 1 .39-.381c1.233 0 2.466-.002 3.7.001.207-.015.341.192.341.38.005.616 0 1.232.002 1.848-.449 0-.898.002-1.347 0-.071.014-.096-.069-.136-.107-.363-.498-1.234-.433-1.53.107-.474.003-.948 0-1.423.001.003-.616-.003-1.233.003-1.848z"/><path d="M5.468 19.971c.528-.208 1.152.267 1.093.831a.829.829 0 0 1-.811.773.829.829 0 0 1-.83-.724.826.826 0 0 1 .548-.879zM12.668 19.971c.528-.21 1.154.265 1.095.83a.829.829 0 0 1-.813.773.827.827 0 0 1-.828-.724.829.829 0 0 1 .546-.879zM17.517 19.971c.547-.216 1.185.303 1.087.882a.827.827 0 0 1-.804.721.827.827 0 0 1-.832-.724.827.827 0 0 1 .549-.88zM15.556 20.331l1.292-.001a3.083 3.083 0 0 0-.063.426h-2.036v-.213h.804l.002-.213zM18.685 20.33l1.308.001c-.066.142-.135.284-.203.426-.338-.003-.676.009-1.014-.007a2.315 2.315 0 0 0-.092-.42z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--trucks-go-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.872 0h14.235c.434.092.772.419.893.844v22.302a1.19 1.19 0 0 1-.839.854H.848A1.2 1.2 0 0 1 0 23.131V.893C.094.452.438.113.872 0M.73.325C.391.467.224.844.254 1.197.258 8.433.252 15.669.258 22.905c-.036.465.383.877.845.846 4.598.004 9.196.003 13.794 0 .464.033.887-.378.851-.846.003-7.27.004-14.54 0-21.809.033-.462-.383-.872-.843-.84C10.37.248 5.834.258 1.299.251 1.109.257.909.248.73.325z"/><path fill="#f0c900" d="M.838.719c.136-.084.306-.055.458-.068 4.536.008 9.073-.005 13.609.007.297-.034.491.266.445.536-.003 7.237.005 14.475-.004 21.711.03.252-.199.47-.447.446-4.599.004-9.199.005-13.798-.001a.407.407 0 0 1-.442-.444C.651 15.669.659 8.431.655 1.194.65 1.019.675.821.838.719m5.026 2.35c-.004 1.33-.002 2.659 0 3.989 2.757.003 5.515.004 8.273 0 .002-1.33.003-2.66-.001-3.989-2.757-.004-5.514-.004-8.272 0m-3.055 1.16c-.228.006-.262.276-.342.438-.18.549-.442 1.073-.577 1.637-.044.596-.029 1.197-.011 1.794-.007.204.241.229.387.274.044-.655.544-1.284 1.232-1.305.733-.07 1.346.571 1.388 1.278 1.694.005 3.389-.002 5.084.004a1.81 1.81 0 0 1 .477-1.007c-1.718.009-3.436.005-5.153.003-.007-1.093.001-2.186-.004-3.278-.826.065-1.656.091-2.481.162m.708 3.122c-.724.012-1.193.917-.785 1.516.339.607 1.308.627 1.672.035.478-.636-.096-1.641-.887-1.551m7.7 0c-.72.016-1.186.916-.783 1.514.339.607 1.309.63 1.674.038.481-.637-.098-1.646-.891-1.552m.903-.011c.263.277.424.627.475 1.005.538.066 1.056-.09 1.547-.295-.003-.234-.004-.468-.005-.701-.673-.008-1.345.006-2.017-.009m-6.289 7.243c-.825.821-1.648 1.645-2.471 2.469.819.828 1.647 1.648 2.47 2.472.532.005 1.064.004 1.596 0-.599-.611-1.212-1.208-1.812-1.819 2.346-.01 4.692-.001 7.038-.014.001-.416.001-.833-.002-1.249-2.355-.005-4.71.003-7.065-.011.609-.621 1.232-1.228 1.841-1.849a94.231 94.231 0 0 0-1.595.001z"/><path fill="#f0c900" d="M2.766 4.667c.508-.043 1.016-.07 1.525-.101.003.475.003.95 0 1.425-.677.078-1.354.17-2.034.229.03-.549.339-1.038.509-1.553z"/><path d="M.73.325c.179-.077.379-.068.569-.074C5.834.258 10.37.248 14.905.256c.46-.032.876.378.843.84.004 7.269.003 14.539 0 21.809.036.468-.387.879-.851.846-4.598.003-9.196.004-13.794 0-.462.031-.881-.381-.845-.846-.006-7.236 0-14.472-.004-21.708C.224.844.391.467.73.325m.108.394c-.163.102-.188.3-.183.475.004 7.237-.004 14.475.004 21.712a.407.407 0 0 0 .442.444c4.599.006 9.199.005 13.798.001.248.024.477-.194.447-.446.009-7.236.001-14.474.004-21.711.046-.27-.148-.57-.445-.536C10.369.646 5.832.659 1.296.651 1.144.664.974.635.838.719z"/><path d="M5.864 3.069c2.758-.004 5.515-.004 8.272 0 .004 1.329.003 2.659.001 3.989-2.758.004-5.516.003-8.273 0-.002-1.33-.004-2.659 0-3.989z"/><path d="M2.809 4.229c.825-.071 1.655-.097 2.481-.162.005 1.092-.003 2.185.004 3.278 1.717.002 3.435.006 5.153-.003a1.81 1.81 0 0 0-.477 1.007c-1.695-.006-3.39.001-5.084-.004-.042-.707-.655-1.348-1.388-1.278-.688.021-1.188.65-1.232 1.305-.146-.045-.394-.07-.387-.274-.018-.597-.033-1.198.011-1.794.135-.564.397-1.088.577-1.637.08-.162.114-.432.342-.438m-.043.438c-.17.515-.479 1.004-.509 1.553.68-.059 1.357-.151 2.034-.229.003-.475.003-.95 0-1.425-.509.031-1.017.058-1.525.101z"/><path d="M3.517 7.351c.791-.09 1.365.915.887 1.551-.364.592-1.333.572-1.672-.035-.408-.599.061-1.504.785-1.516zM11.217 7.351c.793-.094 1.372.915.891 1.552-.365.592-1.335.569-1.674-.038-.403-.598.063-1.498.783-1.514zM12.12 7.34c.672.015 1.344.001 2.017.009.001.233.002.467.005.701-.491.205-1.009.361-1.547.295a1.798 1.798 0 0 0-.475-1.005zM5.831 14.583a94.231 94.231 0 0 1 1.595-.001c-.609.621-1.232 1.228-1.841 1.849 2.355.014 4.71.006 7.065.011.003.416.003.833.002 1.249-2.346.013-4.692.004-7.038.014.6.611 1.213 1.208 1.812 1.819-.532.004-1.064.005-1.596 0-.823-.824-1.651-1.644-2.47-2.472.823-.824 1.646-1.648 2.471-2.469z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--trucks-go-left-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.868 0h14.245c.428.094.759.417.887.833v22.324a1.221 1.221 0 0 1-.824.843H.839A1.215 1.215 0 0 1 0 23.134V.888C.097.45.439.115.868 0M.729.325C.39.468.223.845.254 1.199.258 8.433.252 15.668.257 22.902c-.037.466.382.88.845.849 4.598.004 9.197.003 13.795 0 .465.033.889-.38.851-.849.003-7.268.004-14.536 0-21.804.034-.464-.384-.875-.846-.842-4.567-.007-9.135 0-13.703-.004-.158.007-.323.007-.47.073z"/><path fill="#f0c900" d="M.837.72c.136-.087.308-.055.461-.069 4.535.008 9.07-.005 13.605.006.299-.034.494.267.447.539-.003 7.236.005 14.472-.004 21.707.031.251-.197.472-.446.448-4.6.004-9.2.005-13.8-.001a.407.407 0 0 1-.441-.446C.651 15.668.659 8.431.655 1.195.65 1.02.674.823.837.72m5.028 2.349c-.006 1.329-.002 2.658-.002 3.987 2.758.007 5.517.007 8.275 0-.001-1.329.003-2.658-.002-3.987-2.757-.004-5.514-.004-8.271 0M2.991 4.208c-.147.017-.351.005-.405.181a27.556 27.556 0 0 0-.679 1.825c-.078.623-.038 1.258-.028 1.885-.005.206.24.234.391.267.035-.693.61-1.337 1.331-1.301.697-.01 1.241.611 1.284 1.28 1.696.005 3.391-.001 5.087.003.049-.379.212-.728.474-1.005-1.718.007-3.435.005-5.152.001-.007-1.092.002-2.184-.004-3.277-.766.052-1.532.099-2.299.141M3.52 7.35c-.756.009-1.219.984-.749 1.576.412.637 1.495.499 1.736-.22.282-.641-.292-1.426-.987-1.356m7.701 0c-.752.013-1.213.982-.748 1.573.411.638 1.495.505 1.738-.215.285-.642-.293-1.431-.99-1.358m.898-.01c.264.276.426.626.475 1.005.54.062 1.068-.081 1.553-.309-.007-.228-.01-.457-.01-.686-.673-.011-1.346.006-2.018-.01m-7.624 6.308c.012 1.17-.042 2.347.025 3.512.346.389.735.739 1.101 1.11.007-.871-.002-1.742.004-2.613 1.676 1.655 3.333 3.331 5.007 4.988.299-.288.592-.583.883-.879-1.645-1.669-3.312-3.316-4.959-4.983.855-.009 1.71.002 2.566-.005-.385-.373-.736-.789-1.157-1.121-1.155-.025-2.313-.004-3.47-.009z"/><path fill="#f0c900" d="M2.77 4.666c.506-.041 1.014-.07 1.521-.099.003.474.003.949 0 1.424-.676.078-1.35.169-2.028.229.016-.549.336-1.041.507-1.554z"/><path d="M.729.325c.147-.066.312-.066.47-.073 4.568.004 9.136-.003 13.703.004.462-.033.88.378.846.842.004 7.268.003 14.536 0 21.804.038.469-.386.882-.851.849-4.598.003-9.197.004-13.795 0-.463.031-.882-.383-.845-.849C.252 15.668.258 8.433.254 1.199.223.845.39.468.729.325M.837.72c-.163.103-.187.3-.182.475.004 7.236-.004 14.473.004 21.709a.407.407 0 0 0 .441.446c4.6.006 9.2.005 13.8.001.249.024.477-.197.446-.448.009-7.235.001-14.471.004-21.707.047-.272-.148-.573-.447-.539C10.368.646 5.833.659 1.298.651 1.145.665.973.633.837.72z"/><path d="M5.865 3.069c2.757-.004 5.514-.004 8.271 0 .005 1.329.001 2.658.002 3.987-2.758.007-5.517.007-8.275 0 0-1.329-.004-2.658.002-3.987z"/><path d="M2.991 4.208c.767-.042 1.533-.089 2.299-.141.006 1.093-.003 2.185.004 3.277 1.717.004 3.434.006 5.152-.001a1.787 1.787 0 0 0-.474 1.005c-1.696-.004-3.391.002-5.087-.003-.043-.669-.587-1.29-1.284-1.28-.721-.036-1.296.608-1.331 1.301-.151-.033-.396-.061-.391-.267-.01-.627-.05-1.262.028-1.885.2-.617.436-1.224.679-1.825.054-.176.258-.164.405-.181m-.221.458c-.171.513-.491 1.005-.507 1.554.678-.06 1.352-.151 2.028-.229.003-.475.003-.95 0-1.424-.507.029-1.015.058-1.521.099z"/><path d="M3.52 7.35c.695-.07 1.269.715.987 1.356-.241.719-1.324.857-1.736.22-.47-.592-.007-1.567.749-1.576zM11.221 7.35c.697-.073 1.275.716.99 1.358-.243.72-1.327.853-1.738.215-.465-.591-.004-1.56.748-1.573zM12.119 7.34c.672.016 1.345-.001 2.018.01 0 .229.003.458.01.686-.485.228-1.013.371-1.553.309a1.772 1.772 0 0 0-.475-1.005zM4.495 13.648c1.157.005 2.315-.016 3.47.009.421.332.772.748 1.157 1.121-.856.007-1.711-.004-2.566.005 1.647 1.667 3.314 3.314 4.959 4.983-.291.296-.584.591-.883.879-1.674-1.657-3.331-3.333-5.007-4.988-.006.871.003 1.742-.004 2.613-.366-.371-.755-.721-1.101-1.11-.067-1.165-.013-2.342-.025-3.512z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--trucks-go-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.868 0h14.243A1.2 1.2 0 0 1 16 .836v22.317c-.111.41-.423.725-.828.847H.842A1.213 1.213 0 0 1 0 23.134V.889C.097.451.438.115.868 0M.73.325c-.341.142-.505.52-.476.873.004 7.235-.003 14.471.003 21.706-.036.466.383.878.846.847 4.598.004 9.197.004 13.795 0 .464.032.886-.379.85-.848.004-7.268.004-14.538-.001-21.807.033-.463-.382-.872-.843-.84C10.369.248 5.834.259 1.299.251 1.108.257.909.249.73.325z"/><path fill="#f0c900" d="M.837.72c.137-.084.307-.056.46-.069C5.832.66 10.369.646 14.904.658c.298-.034.491.266.446.537-.003 7.236.006 14.473-.004 21.71.037.301-.267.491-.539.449-4.568-.004-9.138.005-13.706-.004a.408.408 0 0 1-.442-.445C.651 15.668.659 8.431.655 1.194.652 1.02.674.822.837.72m1.032 2.349c-.004 1.329-.002 2.659-.001 3.989 2.758.004 5.516.003 8.274 0 .001-1.33.004-2.66-.001-3.99-2.758-.002-5.515-.003-8.272.001m8.846.999c-.004 1.092.002 2.185-.003 3.277-1.718.002-3.435.005-5.153-.002.26.279.424.626.474 1.005 1.695-.003 3.39.001 5.086-.002.039-.744.72-1.401 1.483-1.269.672.067 1.079.702 1.16 1.324.168-.083.418-.156.371-.397-.022-.773.131-1.593-.214-2.318-.209-.466-.307-.987-.584-1.418-.861-.151-1.748-.124-2.62-.2M1.867 7.349c.025.231-.067.51.052.713.464.222.977.332 1.49.285.052-.378.212-.729.474-1.008-.671.016-1.344.002-2.016.01m2.851-.001c-.767-.035-1.283.94-.823 1.553.378.62 1.402.56 1.709-.095.362-.626-.166-1.49-.886-1.458m7.7.001c-.764-.033-1.275.939-.818 1.551.376.62 1.399.563 1.708-.092.364-.628-.166-1.497-.89-1.459m-3.836 7.234c.611.619 1.232 1.226 1.841 1.847-2.356.017-4.713.005-7.069.012-.003.417-.002.834 0 1.25 2.346.011 4.692.002 7.037.014-.595.613-1.21 1.207-1.807 1.817a77.19 77.19 0 0 0 1.596.001c.822-.825 1.649-1.645 2.468-2.472-.822-.824-1.645-1.647-2.469-2.469a85.015 85.015 0 0 0-1.597 0z"/><path fill="#f0c900" d="M11.714 4.567c.508.029 1.015.059 1.522.098.174.515.484 1.005.51 1.557-.679-.064-1.355-.152-2.032-.231-.003-.475-.003-.95 0-1.424z"/><path d="M.73.325c.179-.076.378-.068.569-.074 4.535.008 9.07-.003 13.605.005.461-.032.876.377.843.84.005 7.269.005 14.539.001 21.807.036.469-.386.88-.85.848-4.598.004-9.197.004-13.795 0-.463.031-.882-.381-.846-.847C.251 15.669.258 8.433.254 1.198.225.845.389.467.73.325M.837.72c-.163.102-.185.3-.182.474.004 7.237-.004 14.474.004 21.711a.408.408 0 0 0 .442.445c4.568.009 9.138 0 13.706.004.272.042.576-.148.539-.449.01-7.237.001-14.474.004-21.71.045-.271-.148-.571-.446-.537C10.369.646 5.832.66 1.297.651 1.144.664.974.636.837.72z"/><path d="M1.869 3.069c2.757-.004 5.514-.003 8.272-.001.005 1.33.002 2.66.001 3.99-2.758.003-5.516.004-8.274 0-.001-1.33-.003-2.66.001-3.989z"/><path d="M10.715 4.068c.872.076 1.759.049 2.62.2.277.431.375.952.584 1.418.345.725.192 1.545.214 2.318.047.241-.203.314-.371.397-.081-.622-.488-1.257-1.16-1.324-.763-.132-1.444.525-1.483 1.269-1.696.003-3.391-.001-5.086.002a1.813 1.813 0 0 0-.474-1.005c1.718.007 3.435.004 5.153.002.005-1.092-.001-2.185.003-3.277m.999.499c-.003.474-.003.949 0 1.424.677.079 1.353.167 2.032.231-.026-.552-.336-1.042-.51-1.557a77.202 77.202 0 0 0-1.522-.098zM1.867 7.349c.672-.008 1.345.006 2.016-.01-.262.279-.422.63-.474 1.008a2.857 2.857 0 0 1-1.49-.285c-.119-.203-.027-.482-.052-.713zM4.718 7.348c.72-.032 1.248.832.886 1.458-.307.655-1.331.715-1.709.095-.46-.613.056-1.588.823-1.553z"/><path d="M12.418 7.349c.724-.038 1.254.831.89 1.459-.309.655-1.332.712-1.708.092-.457-.612.054-1.584.818-1.551zM8.582 14.583a85.015 85.015 0 0 1 1.597 0c.824.822 1.647 1.645 2.469 2.469-.819.827-1.646 1.647-2.468 2.472a77.19 77.19 0 0 1-1.596-.001c.597-.61 1.212-1.204 1.807-1.817-2.345-.012-4.691-.003-7.037-.014-.002-.416-.003-.833 0-1.25 2.356-.007 4.713.005 7.069-.012-.609-.621-1.23-1.228-1.841-1.847z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--trucks-go-right-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.871 0h14.237c.433.092.769.418.892.84v22.308a1.199 1.199 0 0 1-.832.852H.846A1.204 1.204 0 0 1 0 23.131V.892C.094.451.439.113.871 0M.73.325C.391.467.224.844.254 1.197.258 8.433.252 15.669.257 22.904c-.036.466.384.879.847.847 4.597.004 9.195.003 13.793 0 .464.033.888-.379.851-.847.003-7.269.004-14.539 0-21.809.033-.461-.383-.871-.843-.839C10.37.248 5.834.258 1.299.251 1.109.257.909.247.73.325z"/><path fill="#f0c900" d="M.838.719c.135-.085.306-.055.458-.068 4.536.008 9.073-.005 13.608.006.298-.033.492.267.446.538-.003 7.237.005 14.474-.004 21.71.03.252-.2.47-.448.446-4.598.004-9.198.005-13.797-.001a.407.407 0 0 1-.442-.444C.651 15.669.659 8.431.655 1.194.65 1.019.675.822.838.719m1.031 2.35c-.003 1.331-.005 2.663.001 3.994 2.757-.009 5.515.002 8.272-.005.002-1.33.004-2.66-.001-3.99-2.757-.002-5.515-.003-8.272.001m8.846 1c-.005 1.092.003 2.184-.003 3.276-1.718.002-3.436.005-5.154-.002.263.277.426.625.474 1.005 1.696-.003 3.392.001 5.089-.002.03-.781.791-1.45 1.576-1.253.634.11.974.724 1.072 1.308.168-.081.411-.159.365-.397-.026-.773.133-1.593-.215-2.318-.209-.465-.306-.988-.585-1.418-.86-.15-1.747-.125-2.619-.199M1.87 7.349c-.001.229-.004.458-.014.686.487.224 1.015.372 1.555.31a1.78 1.78 0 0 1 .473-1.005c-.671.015-1.343 0-2.014.009m2.847 0c-.766-.036-1.282.939-.822 1.552.377.62 1.401.56 1.709-.095.362-.626-.166-1.491-.887-1.457m7.701 0c-.764-.033-1.275.94-.818 1.551.376.619 1.399.563 1.708-.091.365-.628-.166-1.498-.89-1.46m-4.391 6.295c-.392.367-.765.754-1.143 1.135.855.004 1.711-.004 2.567.004-1.646 1.667-3.311 3.316-4.96 4.98.292.297.586.592.884.882 1.673-1.658 3.333-3.329 5.005-4.988.006.871-.003 1.743.005 2.614.367-.369.756-.719 1.099-1.11.07-1.165.013-2.343.027-3.513-1.161-.005-2.323.003-3.484-.004z"/><path fill="#f0c900" d="M11.714 4.567c.508.03 1.016.057 1.523.099.166.514.497 1.006.501 1.555-.676-.063-1.35-.152-2.024-.23-.003-.475-.003-.95 0-1.424z"/><path d="M.73.325c.179-.078.379-.068.569-.074C5.834.258 10.37.248 14.905.256c.46-.032.876.378.843.839.004 7.27.003 14.54 0 21.809.037.468-.387.88-.851.847-4.598.003-9.196.004-13.793 0-.463.032-.883-.381-.847-.847C.252 15.669.258 8.433.254 1.197.224.844.391.467.73.325m.108.394c-.163.103-.188.3-.183.475.004 7.237-.004 14.475.004 21.712a.407.407 0 0 0 .442.444c4.599.006 9.199.005 13.797.001.248.024.478-.194.448-.446.009-7.236.001-14.473.004-21.71.046-.271-.148-.571-.446-.538C10.369.646 5.832.659 1.296.651 1.144.664.973.634.838.719z"/><path d="M1.869 3.069c2.757-.004 5.515-.003 8.272-.001.005 1.33.003 2.66.001 3.99-2.757.007-5.515-.004-8.272.005a590.818 590.818 0 0 1-.001-3.994z"/><path d="M10.715 4.069c.872.074 1.759.049 2.619.199.279.43.376.953.585 1.418.348.725.189 1.545.215 2.318.046.238-.197.316-.365.397-.098-.584-.438-1.198-1.072-1.308-.785-.197-1.546.472-1.576 1.253-1.697.003-3.393-.001-5.089.002a1.771 1.771 0 0 0-.474-1.005c1.718.007 3.436.004 5.154.002.006-1.092-.002-2.184.003-3.276m.999.498c-.003.474-.003.949 0 1.424.674.078 1.348.167 2.024.23-.004-.549-.335-1.041-.501-1.555-.507-.042-1.015-.069-1.523-.099zM1.87 7.349c.671-.009 1.343.006 2.014-.009a1.78 1.78 0 0 0-.473 1.005c-.54.062-1.068-.086-1.555-.31.01-.228.013-.457.014-.686zM4.717 7.349c.721-.034 1.249.831.887 1.457-.308.655-1.332.715-1.709.095-.46-.613.056-1.588.822-1.552z"/><path d="M12.418 7.349c.724-.038 1.255.832.89 1.46-.309.654-1.332.71-1.708.091-.457-.611.054-1.584.818-1.551zM8.027 13.644c1.161.007 2.323-.001 3.484.004-.014 1.17.043 2.348-.027 3.513-.343.391-.732.741-1.099 1.11-.008-.871.001-1.743-.005-2.614-1.672 1.659-3.332 3.33-5.005 4.988-.298-.29-.592-.585-.884-.882 1.649-1.664 3.314-3.313 4.96-4.98-.856-.008-1.712 0-2.567-.004.378-.381.751-.768 1.143-1.135z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--trucks-go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.871 0h14.237c.432.092.767.418.892.84v22.305a1.202 1.202 0 0 1-.831.855H.848A1.205 1.205 0 0 1 0 23.131V.892A1.19 1.19 0 0 1 .871 0M.73.325C.391.466.225.843.254 1.196c.004 7.236-.003 14.473.004 21.71-.036.465.383.876.845.845 4.598.004 9.196.004 13.794 0 .464.032.887-.377.851-.845.004-7.271.004-14.542-.001-21.812.033-.461-.382-.869-.841-.838C10.37.248 5.834.259 1.298.251 1.108.257.909.249.73.325z"/><path fill="#f0c900" d="M.838.719c.136-.084.306-.055.458-.068 4.536.008 9.073-.005 13.609.007.297-.033.49.265.445.536-.003 7.237.005 14.475-.004 21.712.036.301-.268.49-.539.448-4.568-.004-9.138.005-13.706-.004a.407.407 0 0 1-.442-.444C.651 15.669.659 8.431.655 1.193.651 1.019.675.821.838.719m5.026 2.35c-.004 1.329-.002 2.659-.001 3.989 2.758.004 5.516.004 8.274 0 .001-1.33.003-2.66-.001-3.989-2.757-.004-5.514-.004-8.272 0M2.809 4.23c-.227.006-.261.274-.342.436-.264.795-.718 1.565-.601 2.435.068.443-.226 1.148.371 1.302.094-.584.435-1.198 1.067-1.309.788-.2 1.545.47 1.583 1.251 1.694.005 3.388-.002 5.082.003.055-.377.214-.728.476-1.006-1.717.009-3.434.004-5.151.003-.007-1.093.001-2.185-.004-3.278-.826.066-1.656.09-2.481.163m.708 3.121c-.755.01-1.215.985-.746 1.576.397.608 1.422.516 1.706-.152.347-.645-.233-1.503-.96-1.424m7.7 0c-.75.015-1.208.983-.743 1.572.395.61 1.422.523 1.707-.147.35-.647-.234-1.508-.964-1.425m.904-.011c.262.278.423.628.474 1.006.538.064 1.054-.092 1.545-.294l-.003-.703c-.672-.008-1.344.006-2.016-.009m-6.59 7.416c-.008.534-.005 1.068-.002 1.602.623-.612 1.235-1.236 1.855-1.85.006 2.357.002 4.713.008 7.07.417.003.834.003 1.251.001.008-2.346.004-4.692.013-7.037.612.599 1.211 1.212 1.821 1.813.002-.534.006-1.068-.003-1.602-.825-.819-1.643-1.646-2.469-2.464-.828.819-1.645 1.649-2.474 2.467z"/><path fill="#f0c900" d="M2.766 4.667c.508-.043 1.016-.07 1.525-.1.003.475.003.949 0 1.424-.679.078-1.357.17-2.038.229.04-.549.34-1.038.513-1.553z"/><path d="M.73.325c.179-.076.378-.068.568-.074C5.834.259 10.37.248 14.906.256c.459-.031.874.377.841.838.005 7.27.005 14.541.001 21.812.036.468-.387.877-.851.845-4.598.004-9.196.004-13.794 0-.462.031-.881-.38-.845-.845-.007-7.237 0-14.474-.004-21.71C.225.843.391.466.73.325m.108.394c-.163.102-.187.3-.183.474.004 7.238-.004 14.476.004 21.713a.407.407 0 0 0 .442.444c4.568.009 9.138 0 13.706.004.271.042.575-.147.539-.448.009-7.237.001-14.475.004-21.712.045-.271-.148-.569-.445-.536C10.369.646 5.832.659 1.296.651 1.144.664.974.635.838.719z"/><path d="M5.864 3.069c2.758-.004 5.515-.004 8.272 0 .004 1.329.002 2.659.001 3.989-2.758.004-5.516.004-8.274 0-.001-1.33-.003-2.66.001-3.989z"/><path d="M2.809 4.23c.825-.073 1.655-.097 2.481-.163.005 1.093-.003 2.185.004 3.278 1.717.001 3.434.006 5.151-.003a1.842 1.842 0 0 0-.476 1.006c-1.694-.005-3.388.002-5.082-.003-.038-.781-.795-1.451-1.583-1.251-.632.111-.973.725-1.067 1.309-.597-.154-.303-.859-.371-1.302-.117-.87.337-1.64.601-2.435.081-.162.115-.43.342-.436m-.043.437c-.173.515-.473 1.004-.513 1.553.681-.059 1.359-.151 2.038-.229.003-.475.003-.949 0-1.424-.509.03-1.017.057-1.525.1z"/><path d="M3.517 7.351c.727-.079 1.307.779.96 1.424-.284.668-1.309.76-1.706.152-.469-.591-.009-1.566.746-1.576zM11.217 7.351c.73-.083 1.314.778.964 1.425-.285.67-1.312.757-1.707.147-.465-.589-.007-1.557.743-1.572zM12.121 7.34c.672.015 1.344.001 2.016.009l.003.703c-.491.202-1.007.358-1.545.294a1.81 1.81 0 0 0-.474-1.006zM5.531 14.756c.829-.818 1.646-1.648 2.474-2.467.826.818 1.644 1.645 2.469 2.464.009.534.005 1.068.003 1.602-.61-.601-1.209-1.214-1.821-1.813-.009 2.345-.005 4.691-.013 7.037-.417.002-.834.002-1.251-.001-.006-2.357-.002-4.713-.008-7.07-.62.614-1.232 1.238-1.855 1.85-.003-.534-.006-1.068.002-1.602z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--trucks-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.922 0h14.149c.461.062.843.431.928.886v22.223a1.111 1.111 0 0 1-.875.891H.883a1.11 1.11 0 0 1-.885-.918V.93A1.11 1.11 0 0 1 .921 0M.915.268a.81.81 0 0 0-.66.828C.256 8.382.254 15.668.256 22.954c-.01.442.402.828.842.798 4.619 0 9.238.003 13.857-.002.423.006.804-.373.795-.797.003-7.286 0-14.572.001-21.858.032-.459-.388-.875-.846-.843C10.243.261 5.578.232.916.267z"/><path fill="#f0c900" d="M.964.668C5.61.641 10.258.665 14.905.656a.41.41 0 0 1 .444.438v21.81a.415.415 0 0 1-.446.448H1.095a.412.412 0 0 1-.44-.447V1.096C.639.903.77.706.963.668m4.901 2.399c-.002 1.33-.002 2.661 0 3.991 2.758.003 5.516.003 8.274 0 .002-1.33.002-2.661 0-3.991-2.757-.002-5.515-.002-8.274 0M2.856 4.218c-.126 0-.249.072-.288.195-.178.459-.345.921-.521 1.381-.32.675-.128 1.44-.181 2.159-.055.255.18.443.421.396 0-.675.58-1.291 1.264-1.287.699-.036 1.32.586 1.318 1.281h5.125c.012-.381.184-.745.472-.996-1.725-.003-3.449.002-5.174-.002-.003-1.093.002-2.185-.002-3.279-.811.051-1.623.105-2.435.152m.511 3.152a1 1 0 0 0-.783.93c-.027.433.266.858.678.99a1 1 0 0 0 1.149-1.5 1.002 1.002 0 0 0-1.044-.421m7.7.002c-.429.09-.767.489-.779.929-.027.431.263.855.673.989.411.149.907-.015 1.148-.38a1.003 1.003 0 0 0-.016-1.151 1 1 0 0 0-1.026-.387m1.033-.024c.291.249.463.615.474.996.546.069 1.062-.087 1.564-.285.001-.237.002-.473 0-.709-.679-.003-1.359-.002-2.038-.002m-7.662 7.41c.825.828 1.649 1.655 2.479 2.477.531 0 1.062.001 1.593-.001-.615-.621-1.238-1.235-1.853-1.857.599-.006 1.197.001 1.797-.008.915-.007 1.79.747 1.833 1.679.004 1.509 0 3.019.002 4.529.429 0 .858.002 1.287-.001 0-1.574.005-3.148-.003-4.722a3.474 3.474 0 0 0-.965-1.91c-.54-.536-1.3-.809-2.053-.825-.621-.009-1.242-.003-1.863-.014.602-.609 1.213-1.21 1.815-1.82-.532-.002-1.065-.003-1.596 0-.825.823-1.65 1.646-2.472 2.472z"/><path fill="#f0c900" d="M2.897 4.653c.465-.024.93-.061 1.395-.087.002.475.002.95 0 1.425-.631.072-1.263.153-1.895.219-.107.021-.197-.106-.141-.201.149-.416.308-.828.465-1.242.019-.082.098-.12.177-.116z"/><path d="M.915.268C5.577.234 10.241.263 14.904.253c.459-.032.878.384.846.843-.001 7.286.002 14.572-.001 21.858a.806.806 0 0 1-.795.797c-4.619.004-9.237.001-13.857.002-.44.03-.852-.357-.842-.798-.003-7.286 0-14.572-.002-21.858a.81.81 0 0 1 .66-.828m.051.399a.406.406 0 0 0-.308.428v21.809a.412.412 0 0 0 .44.447c4.602.002 9.205.001 13.808 0 .249.026.473-.2.446-.448V1.094a.41.41 0 0 0-.444-.438C10.259.664 5.611.641.965.668z"/><path d="M5.864 3.067c2.758-.002 5.516-.002 8.274 0 .002 1.33.002 2.661 0 3.991-2.757.003-5.515.003-8.274 0-.002-1.33-.002-2.661 0-3.991z"/><path d="M2.856 4.218c.811-.047 1.623-.101 2.434-.151.003 1.093-.001 2.186.002 3.279 1.725.003 3.449-.001 5.173.002-.288.251-.46.615-.472.996H4.868c.003-.695-.618-1.317-1.318-1.281-.684-.004-1.263.612-1.264 1.287-.241.047-.476-.141-.421-.396.054-.719-.138-1.483.182-2.159.175-.459.342-.922.52-1.381.039-.123.162-.195.288-.195m.042.434c-.079-.004-.157.033-.177.115-.156.413-.315.826-.465 1.242-.055.094.034.221.141.201.633-.066 1.263-.147 1.895-.219.002-.475.002-.95 0-1.425-.465.026-.93.063-1.395.087z"/><path d="M3.366 7.37a.998.998 0 1 1-.783.93c.012-.441.352-.843.783-.93zM11.066 7.371a1 1 0 0 1 1.026.387c.247.33.254.814.016 1.151a1.002 1.002 0 0 1-1.148.38c-.41-.134-.7-.558-.673-.989a1 1 0 0 1 .779-.928zM12.099 7.347c.679 0 1.359-.002 2.038.002.002.236.001.473 0 .709-.502.198-1.018.354-1.564.285a1.376 1.376 0 0 0-.474-.996zM4.437 14.757c.822-.826 1.647-1.648 2.472-2.472.532-.003 1.065-.002 1.596 0-.602.609-1.213 1.21-1.815 1.819.621.011 1.242.005 1.863.014.753.016 1.514.289 2.053.825.513.512.855 1.195.965 1.91.008 1.574.003 3.148.003 4.722-.429.003-.858.001-1.287.001-.002-1.51.003-3.02-.002-4.529-.043-.932-.917-1.686-1.833-1.679-.599.009-1.197.001-1.797.008.615.621 1.238 1.235 1.853 1.857-.531.002-1.062 0-1.593.001-.831-.822-1.655-1.649-2.479-2.476z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--trucks-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.866 0h14.249c.426.095.756.417.885.831V23.16a1.22 1.22 0 0 1-.828.84H.836A1.222 1.222 0 0 1 0 23.136V.886A1.2 1.2 0 0 1 .866 0M.729.325C.39.468.224.845.254 1.198c.004 7.235-.002 14.47.004 21.704-.038.466.381.88.845.849 4.598.004 9.196.003 13.794 0 .465.033.889-.38.851-.849.003-7.268.004-14.537 0-21.805.033-.463-.384-.874-.846-.841C10.368.248 5.834.259 1.3.251 1.109.257.908.248.729.325z"/><path fill="#f0c900" d="M.837.72c.136-.086.308-.055.461-.069 4.535.008 9.071-.005 13.605.007.299-.035.493.266.447.538-.003 7.236.005 14.472-.004 21.707a.413.413 0 0 1-.446.448c-4.6.004-9.2.005-13.799-.001a.408.408 0 0 1-.442-.446C.651 15.668.659 8.431.655 1.196.651 1.02.674.822.837.72m1.032 2.349c-.007 1.326.004 2.653-.006 3.98 2.759.025 5.52.006 8.279.009 0-1.33.006-2.66-.002-3.991-2.757 0-5.514-.003-8.271.002m8.846 1c-.005 1.092.003 2.184-.003 3.276-1.718.003-3.435.004-5.152-.002.259.279.425.625.472 1.004 1.696-.001 3.391.001 5.087-.001.03-.816.863-1.495 1.667-1.23.596.145.879.739.989 1.29.162-.088.405-.168.359-.402-.024-.773.131-1.593-.215-2.317-.209-.466-.307-.989-.585-1.419-.861-.15-1.747-.126-2.619-.199M1.865 7.35a8.37 8.37 0 0 0 .021.726c.493.164.994.34 1.524.27.051-.378.211-.73.474-1.006-.673.015-1.346 0-2.019.01m2.854-.002c-.518-.01-.988.439-.994.958-.035.537.436 1.039.975 1.034.519.023 1-.419 1.015-.939.049-.554-.443-1.067-.996-1.053m7.7.001c-.517-.009-.983.441-.988.958-.034.535.432 1.034.968 1.033.522.026 1.005-.417 1.021-.939.049-.555-.446-1.071-1.001-1.052m-4.918 4.934c.598.612 1.212 1.209 1.812 1.82-.966.06-1.97-.121-2.902.21-1.09.383-1.84 1.464-1.975 2.589-.014 1.558-.002 3.118-.005 4.676.428.003.857.004 1.286 0 .007-1.495-.004-2.99.004-4.485.014-.928.863-1.706 1.776-1.719.616-.005 1.232-.001 1.849.003-.607.625-1.236 1.228-1.842 1.854.53.004 1.06.003 1.59.001.828-.821 1.65-1.649 2.476-2.473-.82-.832-1.65-1.654-2.478-2.478-.531-.002-1.061-.003-1.591.002z"/><path fill="#f0c900" d="M11.714 4.567c.506.028 1.012.06 1.518.096.175.514.496 1.008.508 1.559-.677-.065-1.351-.152-2.026-.231-.003-.475-.003-.949 0-1.424z"/><path d="M.729.325c.179-.077.38-.068.571-.074 4.534.008 9.068-.003 13.602.005.462-.033.879.378.846.841.004 7.268.003 14.537 0 21.805.038.469-.386.882-.851.849-4.598.003-9.196.004-13.794 0-.464.031-.883-.383-.845-.849-.006-7.234 0-14.469-.004-21.704C.224.845.39.468.729.325M.837.72c-.163.102-.186.3-.182.476.004 7.235-.004 14.472.004 21.708a.408.408 0 0 0 .442.446c4.599.006 9.199.005 13.799.001a.413.413 0 0 0 .446-.448c.009-7.235.001-14.471.004-21.707.046-.272-.148-.573-.447-.538C10.369.646 5.833.659 1.298.651 1.145.665.973.634.837.72z"/><path d="M1.869 3.069c2.757-.005 5.514-.002 8.271-.002.008 1.331.002 2.661.002 3.991-2.759-.003-5.52.016-8.279-.009.01-1.327-.001-2.654.006-3.98z"/><path d="M10.715 4.069c.872.073 1.758.049 2.619.199.278.43.376.953.585 1.419.346.724.191 1.544.215 2.317.046.234-.197.314-.359.402-.11-.551-.393-1.145-.989-1.29-.804-.265-1.637.414-1.667 1.23-1.696.002-3.391 0-5.087.001a1.794 1.794 0 0 0-.472-1.004c1.717.006 3.434.005 5.152.002.006-1.092-.002-2.184.003-3.276m.999.498c-.003.475-.003.949 0 1.424.675.079 1.349.166 2.026.231-.012-.551-.333-1.045-.508-1.559a96.592 96.592 0 0 0-1.518-.096zM1.865 7.35c.673-.01 1.346.005 2.019-.01a1.796 1.796 0 0 0-.474 1.006c-.53.07-1.031-.106-1.524-.27a8.37 8.37 0 0 1-.021-.726zM4.719 7.348c.553-.014 1.045.499.996 1.053-.015.52-.496.962-1.015.939-.539.005-1.01-.497-.975-1.034.006-.519.476-.968.994-.958z"/><path d="M12.419 7.349c.555-.019 1.05.497 1.001 1.052-.016.522-.499.965-1.021.939-.536.001-1.002-.498-.968-1.033.005-.517.471-.967.988-.958zM7.501 12.283c.53-.005 1.06-.004 1.591-.002.828.824 1.658 1.646 2.478 2.478-.826.824-1.648 1.652-2.476 2.473-.53.002-1.06.003-1.59-.001.606-.626 1.235-1.229 1.842-1.854-.617-.004-1.233-.008-1.849-.003-.913.013-1.762.791-1.776 1.719-.008 1.495.003 2.99-.004 4.485-.429.004-.858.003-1.286 0 .003-1.558-.009-3.118.005-4.676.135-1.125.885-2.206 1.975-2.589.932-.331 1.936-.15 2.902-.21-.6-.611-1.214-1.208-1.812-1.82z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.222 0h27.702c.983.269 1.826 1.015 2.111 2.007v19.99c-.272.923-.943 1.753-1.901 2.004H1.998C.853 23.674.138 22.575 0 21.434V2.673C.093 1.413.983.297 2.222.001m.037.352C1.338.622.52 1.451.424 2.427.421 8.844.425 15.261.422 21.679c.163 1.167 1.248 2.101 2.429 2.11 8.848-.005 17.697.005 26.545-.005 1.358-.064 2.436-1.3 2.412-2.644.039-6.024.006-12.052.016-18.077.017-1.278-.878-2.624-2.215-2.745C20.833.315 12.056.319 3.28.316c-.339.007-.684-.032-1.019.037z"/><path fill="#231f20" d="M2.471.671c.335-.07.68-.032 1.018-.038 8.636.003 17.272-.001 25.907.002 1.249.092 2.126 1.335 2.109 2.533-.002 5.923.008 11.846-.005 17.768.012 1.255-.939 2.425-2.21 2.533-8.743.003-17.486-.001-26.229.002a2.59 2.59 0 0 1-1.813-.825c-.492-.555-.568-1.323-.615-2.03.008-5.781-.011-11.562.01-17.343C.642 2.133 1.286.925 2.471.67m.317.74c-.753.149-1.368.88-1.312 1.655.014 6.099-.006 12.199.01 18.297.142.842.973 1.361 1.789 1.364 8.318.013 16.636 0 24.955.006 1 .156 2.235-.258 2.426-1.371.013-6.169.002-12.34.005-18.511-.006-.828-.802-1.434-1.582-1.475-8.424-.003-16.849.001-25.273-.002-.339.007-.684-.033-1.018.037z"/><path fill="#231f20" d="M11.467 3.737c.205-.072.432-.03.646-.038.119.123.241.243.364.364.102.89-.454 1.654-.658 2.49 4.239.004 8.477.001 12.715.002.683.063 1.34.576 1.472 1.264.007 4.019.001 8.037.002 12.056-1.162.001-2.325.002-3.487 0-.003-3.121.002-6.243-.003-9.364a25.483 25.483 0 0 1-.465-.465c-3.412-.003-6.823-.003-10.234 0 .244.867.733 1.696.666 2.622-.213.181-.474.281-.738.358-2.304-1.445-4.416-3.186-6.666-4.715l-.001-.13c2.131-1.477 4.261-2.96 6.388-4.444z"/><path fill="#ffd24e" d="M2.259.353c.335-.069.68-.03 1.019-.037 8.776.003 17.553-.001 26.329.002 1.337.121 2.232 1.466 2.215 2.745-.01 6.025.023 12.053-.016 18.077.024 1.344-1.054 2.58-2.412 2.644-8.848.011-17.697 0-26.545.005-1.181-.01-2.266-.943-2.429-2.11C.423 15.261.419 8.844.422 2.427.518 1.451 1.337.621 2.257.353m.214.318C1.286.926.642 2.134.643 3.274.623 9.055.642 14.836.633 20.617c.048.707.124 1.475.615 2.03a2.59 2.59 0 0 0 1.813.825c8.743-.003 17.486.001 26.229-.002 1.271-.108 2.221-1.278 2.21-2.533.014-5.923.003-11.846.005-17.768.017-1.198-.861-2.441-2.109-2.533C20.76.633 12.124.637 3.489.634 3.151.64 2.806.602 2.471.672z"/><path fill="#ffd24e" d="M2.788 1.41c.334-.07.679-.03 1.018-.037 8.424.003 16.849-.001 25.273.002.779.041 1.575.647 1.582 1.475-.003 6.17.007 12.342-.005 18.511-.191 1.113-1.426 1.528-2.426 1.371-8.319-.006-16.637.006-24.955-.006-.816-.003-1.647-.522-1.789-1.364-.016-6.098.004-12.198-.01-18.297-.056-.775.559-1.506 1.312-1.655m8.679 2.327a2799.738 2799.738 0 0 1-6.388 4.444l.001.13c2.25 1.53 4.362 3.27 6.666 4.715.264-.077.525-.178.738-.358.067-.926-.422-1.755-.666-2.622 3.412-.003 6.823-.003 10.234 0 .153.156.308.312.465.465.005 3.121 0 6.243.003 9.364 1.162.002 2.325.001 3.487 0-.001-4.019.005-8.037-.002-12.056-.132-.688-.789-1.201-1.472-1.264-4.238-.001-8.476.002-12.715-.002.204-.836.759-1.6.658-2.49a24.984 24.984 0 0 1-.364-.364c-.214.008-.441-.034-.646.038z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--turn-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.734 0h28.135c.065.06.17.038.229.106-.5-.118-1.018-.098-1.528-.099H3.375c-.297.013-.597.025-.886.103.062-.071.168-.062.244-.111zM2.286.164c.037-.071.095-.087.174-.047-.05.047-.108.062-.174.047zM31.131.114c.079-.036.136-.019.173.051a.175.175 0 0 1-.173-.051zM3.131.249C12.159.222 21.188.245 30.216.238a3.135 3.135 0 0 1 2.125.796c.588.607 1.052 1.416.996 2.288-.002 5.786-.001 11.572-.001 17.358.083 1.632-1.379 3.148-3.017 3.124-8.981.006-17.963.001-26.944.003a3.126 3.126 0 0 1-2.151-.816C.65 22.388.195 21.592.248 20.733c.002-5.75 0-11.5.001-17.251C.121 1.866 1.509.306 3.131.249m.049.525C1.955.831.863 1.881.773 3.103.768 8.979.77 14.856.768 20.732c.012 1.303 1.115 2.522 2.442 2.551 9.021.002 18.042.006 27.062.001 1.27-.012 2.442-1.061 2.54-2.334.005-5.931.004-11.862.004-17.794C32.735 1.867 31.574.747 30.27.758 21.359.753 12.447.758 3.536.755a2.119 2.119 0 0 0-.356.018zM31.471.213c.152.002.296.1.409.194-.148-.036-.28-.118-.409-.194zM1.469.551l.12-.076-.12.076zM1.321.635l.116-.04-.116.04zM32.328.696l.124.072-.124-.072zM1.081.824zM.913 1.046L.985.919l-.072.127zM32.871 1.247l.076.121-.076-.121zM.539 1.536zM.423 1.697l.073-.121-.073.121zM33.094 1.581z"/><path fill="#fffffe" d="M3.073 1.738c.152-.034.309-.026.463-.026l25.929-.003c.411.004.826-.024 1.232.059.647.186 1.162.82 1.167 1.499 0 5.859.003 11.718.002 17.576-.05.806-.782 1.5-1.595 1.49-8.984-.002-17.968.005-26.952-.001-.814.019-1.549-.685-1.595-1.49-.003-5.822-.001-11.645-.004-17.467-.044-.778.578-1.54 1.354-1.638m11.522.963c-2.341 1.617-4.713 3.204-7.034 4.838 2.357 1.61 4.709 3.227 7.064 4.838.498.278 1.189-.176 1.093-.749-.22-.754-.475-1.498-.705-2.249 1.478-.001 2.957-.006 4.435.002.972.007 1.929.526 2.427 1.368.649.918.606 2.214-.006 3.138-.573.73-1.154 1.454-1.724 2.186-.764 1.312-1.244 2.813-1.247 4.339.003.343-.003.687.003 1.03 1.231.004 2.462.005 3.693 0-.05-1.094.032-2.227.573-3.206.764-1.122 1.818-2.061 2.334-3.342 1.046-2.311.533-5.207-1.201-7.048-.629-.768-1.508-1.268-2.395-1.68a6.463 6.463 0 0 0-2.349-.476c-1.513-.022-3.027.001-4.541-.012.229-.752.486-1.496.706-2.251.096-.586-.632-1.043-1.124-.726zM.06 2.634c-.034-.079-.02-.14.042-.184.024.069.01.13-.042.184zM33.489 2.459l.047.011v.156c-.065-.043-.081-.099-.047-.167zM0 2.744l.05-.023c-.05.323-.028.65-.032.976C.017 9.465.019 15.232.017 20.999c.005.113.022.225.033.338L0 21.299V2.745zM.06 21.421a.17.17 0 0 1 .042.183c-.063-.044-.077-.105-.042-.183zM33.424 21.771c.003-.128.028-.27.111-.371v.149c-.056.066-.02.183-.111.222zM33.331 22.047c-.032-.099.028-.204.093-.275.036.103-.042.193-.093.275zM33.061 22.486c.034-.095.073-.21.176-.249-.056.076-.058.264-.176.249zM.422 22.36l.076.115-.076-.115zM32.982 22.641l.076-.108-.076.108zM.643 22.681l.071.125-.071-.125zM.858 22.956zM32.162 23.462l.124-.07-.124.07zM1.474 23.506zM32.001 23.579l.119-.074a4.753 4.753 0 0 1-.119.074zM2.287 23.888a.193.193 0 0 1 .182.053c-.083.034-.144.017-.182-.053zM31.119 23.941a.197.197 0 0 1 .183-.053c-.039.07-.1.087-.183.053zM2.513 23.955c.069-.036.124-.021.165.045h-.154l-.011-.045zM30.907 24c.044-.066.101-.08.17-.044l-.013.044h-.157z"/><path fill="#1a1919" d="M2.49.111c.288-.078.588-.09.886-.103h26.195c.51.001 1.027-.019 1.528.099l.032.008a.175.175 0 0 0 .173.051l.036-.004.112.05.018.002c.13.077.261.159.409.194.166.065.322.161.448.289l.124.072c.172.131.289.31.419.478l.076.121a.474.474 0 0 1 .147.213l.074.113c.09.136.159.284.223.434l.027.126.017.037.043.122.011.046c-.034.069-.019.124.047.167V21.4c-.083.101-.108.243-.111.371-.065.071-.125.177-.093.275a3.719 3.719 0 0 1-.094.19c-.103.039-.142.154-.176.249l-.003.047-.076.108c-.203.273-.386.586-.697.751l-.124.07-.042.043a3.772 3.772 0 0 1-.66.35l-.127.032h-.031a.197.197 0 0 0-.183.053l-.042.015c-.069-.036-.126-.021-.17.044H2.677c-.041-.066-.096-.081-.165-.045l-.043-.014a.193.193 0 0 0-.182-.052l-.032-.001a4.633 4.633 0 0 1-.126-.033 3.872 3.872 0 0 1-.655-.349 1.874 1.874 0 0 1-.542-.423 20 20 0 0 1-.074-.126c-.05-.049-.096-.1-.144-.151l-.071-.125a.395.395 0 0 1-.146-.206l-.076-.115a2.505 2.505 0 0 1-.223-.434l-.029-.126-.015-.038-.044-.118-.008-.04a.17.17 0 0 0-.042-.183l-.01-.085c-.011-.113-.028-.225-.033-.338.002-5.767.001-11.534.001-17.302.003-.325-.019-.652.032-.976l.01-.087a.168.168 0 0 0 .042-.184l.009-.039.044-.119.016-.037.027-.128c.066-.148.13-.298.225-.431l.073-.121.043-.04.07-.125a1.27 1.27 0 0 1 .304-.364L.985.916l.096-.095L1.21.75c.034-.042.071-.081.111-.118l.116-.04.033-.043.12-.076c.169-.11.354-.197.539-.275l.124-.034.034-.002c.066.016.124 0 .174-.047l.03-.007m.64.141C1.509.306.121 1.866.249 3.482c-.001 5.75.001 11.5-.001 17.251-.053.858.402 1.654.976 2.258a3.13 3.13 0 0 0 2.151.816c8.981-.002 17.963.004 26.944-.003 1.638.024 3.1-1.492 3.017-3.124-.001-5.786-.002-11.572.001-17.358.056-.871-.408-1.681-.996-2.287a3.137 3.137 0 0 0-2.125-.796C21.188.247 12.159.223 3.131.25z"/><path fill="#1a1919" d="M3.18.774a2.23 2.23 0 0 1 .356-.018C12.448.759 21.359.753 30.27.759c1.304-.011 2.464 1.108 2.546 2.398 0 5.931.001 11.862-.004 17.794-.098 1.273-1.27 2.322-2.54 2.334-9.02.005-18.041.001-27.062-.001-1.327-.029-2.43-1.248-2.442-2.551.003-5.877 0-11.753.005-17.629C.863 1.882 1.955.832 3.18.775m-.107.963c-.776.097-1.398.859-1.354 1.638.003 5.822.001 11.645.004 17.467.046.805.781 1.509 1.595 1.49 8.984.006 17.968-.001 26.952.001.813.01 1.545-.684 1.595-1.49.001-5.859-.002-11.717-.002-17.576-.005-.679-.52-1.313-1.167-1.499-.406-.083-.82-.055-1.232-.059l-25.929.003c-.154 0-.311-.007-.463.026z"/><path fill="#1a1919" d="M14.596 2.7c.493-.317 1.22.14 1.124.726-.22.755-.476 1.499-.706 2.251 1.514.012 3.028-.01 4.541.012a6.463 6.463 0 0 1 2.349.476c.887.412 1.766.912 2.395 1.68 1.734 1.842 2.247 4.738 1.201 7.048-.516 1.281-1.57 2.221-2.334 3.342-.541.978-.623 2.111-.573 3.206-1.231.005-2.462.004-3.693 0-.006-.343-.001-.687-.003-1.03.003-1.527.483-3.027 1.247-4.339.571-.732 1.151-1.457 1.724-2.186.612-.924.655-2.22.006-3.138-.498-.842-1.455-1.361-2.427-1.368-1.478-.009-2.957-.003-4.435-.002.23.751.485 1.495.705 2.249.095.573-.595 1.026-1.093.749-2.356-1.611-4.708-3.228-7.064-4.838 2.322-1.634 4.694-3.221 7.034-4.838z"/><path fill="#d1d1d1" d="M2.128.2l.124-.034L2.128.2zM.17 21.8l.029.126L.17 21.8z"/><path fill="#c4c3c3" d="M31.34.161l.113.05-.113-.05zM.11 21.643l.044.118-.044-.118z"/><path fill="#d8d7d7" d="M.171 2.255l.027-.127-.027.127z"/><path fill="#d2d2d2" d="M33.391 2.128l.027.126-.027-.126z"/><path fill="#cacaca" d="M.11 2.411l.044-.119-.044.119z"/><path fill="#c8c8c8" d="M33.436 2.292l.043.122-.043-.122z"/><path fill="#ddd" d="M2.129 23.855l.126.033a4.633 4.633 0 0 1-.126-.033z"/><path fill="#e1e0e0" d="M31.333 23.888l.127-.032-.127.032z"/></symbol><symbol viewBox="0 0 32 24" id="complementary--turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.117 0h27.699c1.24.3 2.13 1.418 2.219 2.68v18.756c-.141 1.141-.857 2.245-2.006 2.564H1.895c-.956-.257-1.629-1.084-1.896-2.009V2.001C.291 1.011 1.13.264 2.116 0m.038.354C.992.637.242 1.796.218 2.957.203 8.385.216 13.814.212 19.242c.014.986-.086 1.997.22 2.952.363.927 1.323 1.572 2.313 1.595 8.813-.002 17.627-.002 26.44 0 1.181-.01 2.266-.943 2.429-2.11-.002-6.417.001-12.834-.002-19.252-.114-1.051-1.058-1.995-2.109-2.109C20.727.315 11.95.319 3.173.316 2.835.322 2.49.284 2.155.354z"/><path fill="#231f20" d="M2.365.671c.335-.07.68-.032 1.018-.038C12.019.636 20.656.632 29.29.635c1.315.089 2.123 1.41 2.102 2.639.02 5.251.002 10.504.008 15.756-.015.985.087 1.997-.22 2.952-.329.897-1.274 1.466-2.208 1.49-8.743-.003-17.486.001-26.229-.002-1.271-.108-2.221-1.278-2.21-2.533C.519 15.014.529 9.09.528 3.167.522 2.057 1.245.925 2.363.671m.319.739c-.677.15-1.304.708-1.308 1.44-.001 6.135.001 12.271-.001 18.406.072.826.868 1.483 1.69 1.471 8.531.01 17.062.001 25.593.004.847.022 1.748-.483 1.894-1.37.014-6.17 0-12.342.006-18.512-.064-.792-.791-1.452-1.583-1.474-8.424-.003-16.849.001-25.273-.002-.339.007-.684-.032-1.018.037z"/><path fill="#231f20" d="M19.922 3.699c.214.008.44-.034.645.038 2.127 1.482 4.257 2.967 6.389 4.444.053.152-.111.205-.204.28-2.186 1.476-4.227 3.172-6.464 4.566-.264-.079-.524-.18-.738-.359-.064-.926.422-1.755.667-2.622-3.411-.003-6.823-.003-10.234 0-.153.156-.309.312-.465.466-.005 3.121 0 6.242-.003 9.363H6.028c.001-4.019-.005-8.037.002-12.056.132-.688.79-1.201 1.472-1.264 4.239-.001 8.477.002 12.715-.002-.204-.835-.759-1.599-.658-2.49.122-.119.243-.241.364-.364z"/><path fill="#ffd24e" d="M2.154.354c.335-.07.68-.032 1.018-.038 8.777.003 17.554-.001 26.33.002 1.051.114 1.995 1.058 2.109 2.109.003 6.418 0 12.835.002 19.252-.163 1.167-1.248 2.101-2.429 2.11-8.813-.002-17.627-.002-26.44 0-.991-.023-1.951-.668-2.313-1.595-.306-.955-.206-1.965-.22-2.952C.215 13.814.203 8.385.217 2.957.241 1.796.991.637 2.153.354m.212.317C1.246.925.523 2.057.53 3.167.531 9.09.522 15.014.535 20.937c-.012 1.255.939 2.425 2.21 2.533 8.743.003 17.486-.001 26.229.002.934-.023 1.879-.593 2.208-1.49.307-.955.205-1.967.22-2.952-.006-5.253.012-10.505-.008-15.756.021-1.229-.787-2.55-2.102-2.639C20.657.632 12.02.636 3.385.633c-.338.006-.683-.032-1.018.038z"/><path fill="#ffd24e" d="M2.682 1.41c.334-.069.679-.03 1.018-.037 8.424.003 16.849-.001 25.273.002.792.022 1.518.682 1.583 1.474-.006 6.17.007 12.342-.006 18.512-.146.887-1.047 1.392-1.894 1.37-8.531-.003-17.062.005-25.593-.004-.822.013-1.618-.645-1.69-1.471.002-6.135 0-12.271.001-18.406.004-.732.631-1.29 1.308-1.44m17.24 2.289a31.23 31.23 0 0 1-.364.364c-.102.891.454 1.655.658 2.49-4.238.004-8.476.001-12.715.002-.682.063-1.34.576-1.472 1.264-.007 4.019-.001 8.037-.002 12.056h3.487c.003-3.121-.002-6.242.003-9.363.156-.154.312-.31.465-.466 3.412-.003 6.824-.003 10.234 0-.245.867-.732 1.696-.667 2.622.214.18.474.28.738.359 2.237-1.395 4.278-3.09 6.464-4.566.093-.075.257-.128.204-.28a2417.402 2417.402 0 0 1-6.389-4.444c-.205-.072-.431-.03-.645-.038z"/></symbol><symbol viewBox="0 0 34 24" id="complementary--turn-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.68 0h28.136c.063.065.173.033.229.108-.553-.131-1.126-.096-1.689-.101L3.321.008c-.297.013-.596.028-.886.099.065-.065.168-.056.244-.106zM2.232.165c.036-.071.094-.087.173-.051a.176.176 0 0 1-.173.051zM31.076.117c.078-.04.136-.024.173.047a.174.174 0 0 1-.173-.047zM1.656.407c.113-.095.257-.192.409-.193-.13.076-.261.157-.409.193zM3.078.25C12.124.224 21.171.244 30.217.24c1.672-.041 3.178 1.521 3.07 3.19v17.196c.112 1.652-1.361 3.205-3.02 3.178-8.982.006-17.964.001-26.945.003a3.131 3.131 0 0 1-2.149-.817C.6 22.387.145 21.592.199 20.734.202 14.966.199 9.198.2 3.43.088 1.83 1.47.294 3.078.251m-.005.525C1.842.846.801 1.941.72 3.157c0 5.931-.001 11.862.004 17.794.097 1.272 1.27 2.322 2.539 2.334 9.021.005 18.042.001 27.063-.001 1.327-.029 2.429-1.248 2.442-2.551-.003-5.877 0-11.753-.005-17.629C32.671 1.826 31.493.77 30.219.76 21.36.754 12.501.759 3.643.758c-.19-.001-.381-.006-.57.019zM31.949.477l.121.075-.121-.075zM32.1.596l.112.041L32.1.596zM1.081.771a7.93 7.93 0 0 1 .123-.073l-.123.073zM32.327.754l.13.071-.13-.071zM32.549.919zM.59 1.367l.075-.121-.075.121zM32.928 1.411l.069.124-.069-.124zM.368 1.693l.075-.114-.075.114zM33.036 1.573l.075.119-.075-.119z"/><path fill="#fffffe" d="M3.02 1.741c.276-.048.558-.027.837-.032 8.804.002 17.609.001 26.413.004.797.014 1.501.706 1.546 1.497l-.003 17.633c-.047.827-.818 1.533-1.651 1.492-8.984-.001-17.968 0-26.952-.003-.792-.019-1.489-.703-1.539-1.489 0-5.877.001-11.755.003-17.632.04-.713.629-1.388 1.347-1.471m14.795 1.686c.22.754.476 1.499.706 2.251-1.514.013-3.028-.011-4.542.012a6.43 6.43 0 0 0-2.386.492c-.861.407-1.717.891-2.331 1.636-1.15 1.216-1.784 2.888-1.764 4.558-.017 1.294.439 2.558 1.137 3.634.541.692 1.087 1.379 1.632 2.068.634.996.725 2.212.674 3.363 1.231.008 2.462.005 3.693.002-.002-.648.029-1.298-.054-1.942-.149-1.21-.579-2.377-1.19-3.427-.577-.743-1.169-1.475-1.747-2.218-.453-.722-.591-1.655-.308-2.465.273-.692.748-1.345 1.433-1.673.479-.278 1.044-.342 1.588-.34 1.389.002 2.777-.002 4.165.002-.23.751-.485 1.495-.706 2.249-.095.573.596 1.026 1.094.749l7.058-4.835-.001-.027c-2.354-1.61-4.705-3.224-7.06-4.834-.498-.276-1.183.175-1.092.747zM0 2.47l.046-.01c.035.069.019.124-.046.165V2.47zM33.433 2.45c.062.043.076.104.043.183a.165.165 0 0 1-.043-.183zM33.486 2.717l.05.037v18.555l-.049.024c.052-.324.028-.651.032-.976V3.055c-.005-.113-.023-.226-.032-.338zM0 21.39c.08.107.104.25.11.381-.089-.043-.062-.158-.11-.229v-.152zM33.434 21.604a.161.161 0 0 1 .042-.182c.034.078.019.139-.042.182zM.111 21.772c.067.07.123.176.094.275-.054-.081-.13-.172-.094-.275zM.3 22.237a.298.298 0 0 1 .162.264c-.097-.052-.116-.173-.162-.264zM33.037 22.474l.077-.114-.077.114zM.486 22.518l.068.125-.068-.125zM32.823 22.806l.068-.123-.068.123zM32.602 23.082zM1.25 23.391l.123.071-.123-.071zM1.415 23.503l.118.073-.118-.073zM31.949 23.578l.114-.077-.114.077zM2.234 23.888a.193.193 0 0 1 .183.054c-.084.034-.145.016-.183-.054zM31.066 23.941a.192.192 0 0 1 .182-.053c-.038.069-.099.087-.182.053zM2.458 23.955c.07-.036.125-.021.166.045H2.47l-.012-.045zM30.856 24c.043-.066.099-.081.168-.045l-.013.045h-.155z"/><path fill="#1a1919" d="M2.436.106c.289-.071.588-.086.886-.099L29.357.006c.563.005 1.136-.03 1.689.101l.031.01a.174.174 0 0 0 .173.047l.034.002.124.033c.186.081.373.166.542.278l.121.075.03.043.112.041a.441.441 0 0 1 .115.117l.13.071.093.093a5.2 5.2 0 0 0 .074.126c.127.099.221.229.304.366l.069.124.04.038.075.119c.094.134.162.285.226.436l.027.126.017.037.043.119.009.039a.165.165 0 0 0 .043.183l.01.085c.01.112.027.225.032.338v17.302c-.004.325.02.652-.032.976l-.011.088a.165.165 0 0 0-.042.182l-.009.04a5.596 5.596 0 0 0-.043.118l-.016.038-.028.126c-.065.15-.133.299-.224.435l-.077.114a.397.397 0 0 1-.146.209l-.068.123-.145.151-.076.126c-.15.171-.336.32-.539.419l-.114.077a3.8 3.8 0 0 1-.543.277l-.126.033-.032.001a.192.192 0 0 0-.182.053l-.042.014c-.07-.036-.125-.021-.168.045H2.626c-.041-.066-.096-.081-.166-.045l-.042-.014a.195.195 0 0 0-.183-.054l-.032.001a5.797 5.797 0 0 0-.125-.034 3.19 3.19 0 0 1-.543-.277l-.118-.073-.042-.041-.123-.071c-.311-.163-.492-.476-.696-.748l-.068-.125a1.15 1.15 0 0 1-.025-.017.298.298 0 0 0-.162-.264 1.98 1.98 0 0 1-.095-.19c.028-.099-.027-.205-.094-.275l-.001-.001c-.006-.131-.03-.274-.11-.381V2.625c.065-.041.081-.096.046-.165l.011-.046.042-.122.018-.038.027-.126c.064-.15.133-.298.223-.435l.075-.114a.469.469 0 0 1 .147-.212l.075-.121C.794 1.079.91.9 1.081.771a7.93 7.93 0 0 1 .123-.073c.129-.127.284-.226.453-.291.147-.036.279-.118.409-.193l.017-.002.113-.05.036.004a.174.174 0 0 0 .173-.051l.032-.008m.641.143C1.47.293.088 1.829.2 3.429.199 9.197.202 14.965.199 20.733c-.054.858.401 1.653.974 2.256.58.53 1.361.833 2.149.817 8.981-.002 17.963.004 26.945-.003 1.659.027 3.132-1.526 3.02-3.178V3.429c.108-1.668-1.397-3.23-3.07-3.19C21.17.243 12.123.223 3.078.249z"/><path fill="#1a1919" d="M3.073.776c.189-.025.38-.019.57-.019 8.859.002 17.718-.004 26.576.002 1.273.01 2.452 1.066 2.544 2.344.005 5.876.003 11.752.005 17.629-.013 1.302-1.115 2.522-2.442 2.551-9.021.002-18.042.006-27.063.001C1.994 23.272.821 22.223.724 20.95.719 15.019.72 9.087.72 3.156.801 1.94 1.842.844 3.073.775m-.053.966c-.718.082-1.307.758-1.347 1.471-.002 5.877-.003 11.755-.003 17.632.05.786.747 1.47 1.539 1.489 8.984.003 17.968.002 26.952.003.833.041 1.603-.665 1.651-1.492.003-5.877.003-11.755.003-17.633-.045-.792-.748-1.483-1.546-1.497-8.804-.004-17.609-.002-26.413-.004-.279.004-.56-.017-.837.032z"/><path fill="#1a1919" d="M17.816 3.426c-.091-.572.595-1.023 1.092-.747 2.354 1.61 4.706 3.224 7.06 4.834l.001.027c-2.353 1.61-4.705 3.224-7.058 4.835-.498.278-1.189-.176-1.094-.749.221-.754.475-1.498.706-2.249-1.388-.004-2.776-.001-4.165-.002-.545-.003-1.109.062-1.588.34-.685.328-1.16.981-1.433 1.673-.283.811-.145 1.743.308 2.465.578.742 1.169 1.475 1.747 2.218.611 1.051 1.04 2.218 1.19 3.427.084.644.053 1.294.054 1.942-1.231.004-2.462.006-3.693-.002.051-1.151-.04-2.366-.674-3.363-.545-.689-1.092-1.376-1.632-2.068-.698-1.076-1.154-2.341-1.137-3.634-.021-1.67.614-3.342 1.764-4.558.614-.744 1.471-1.229 2.331-1.636a6.43 6.43 0 0 1 2.386-.492c1.513-.023 3.028.001 4.542-.012-.229-.752-.485-1.497-.706-2.251z"/><path fill="#c4c3c3" d="M2.082.212zM33.381 21.762z"/><path fill="#d1d1d1" d="M31.283.166l.124.033-.124-.033zM33.338 21.926l.028-.126-.028.126z"/><path fill="#d2d2d2" d="M.117 2.254l.027-.126-.027.126z"/><path fill="#d8d7d7" d="M33.338 2.128l.027.126-.027-.126z"/><path fill="#c8c8c8" d="M.057 2.413l.042-.122-.042.122z"/><path fill="#cacaca" d="M33.381 2.292l.043.119a4.168 4.168 0 0 1-.043-.119z"/><path fill="#e1e0e0" d="M2.077 23.854z"/><path fill="#ddd" d="M31.28 23.888l.126-.033-.126.033z"/></symbol><symbol viewBox="0 0 42 24" id="complementary--two-way-traffic--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.224 0h35.618c1.482.406 2.973 1.391 3.415 2.925-.011 5.819-.147 11.641-.144 17.463.289 1.873-1.703 3.4-3.462 3.239-11.609.316-23.225.074-34.836.155-1.081.127-2.013-.586-2.723-1.317-.837-.903-.652-2.226-.712-3.354C.21 14.012.187 8.91.083 3.813.162 2.014 1.529.495 3.224.001m-.189 1.745c-.845.299-1.41 1.172-1.372 2.067-.004 5.458-.013 10.919.004 16.377-.034 1.136.99 2.181 2.137 2.111 11.624 0 23.248.004 34.872-.004 1.162.081 2.207-.958 2.171-2.113.019-5.454.011-10.913.004-16.367.072-1.198-1-2.264-2.194-2.209-11.469-.021-22.938.002-34.409-.011-.406.011-.824.006-1.213.149z"/><path fill="#fff" d="M11.728 5.327a105.69 105.69 0 0 1 2.107.002c.013 2.829-.006 5.658.011 8.489 1.41.004 2.821 0 4.231-.002-1.765 1.769-3.521 3.543-5.293 5.305-1.769-1.765-3.526-3.543-5.303-5.301 1.415-.006 2.829.006 4.241-.006.013-2.829-.002-5.658.006-8.487zM23.369 10.617c1.765-1.761 3.517-3.536 5.295-5.282 1.78 1.744 3.528 3.524 5.295 5.282-1.412.008-2.825-.006-4.237.006-.013 2.833.004 5.667-.008 8.502-.701.006-1.4.006-2.101 0-.021-2.835 0-5.671-.011-8.504-1.41-.006-2.823.004-4.233-.004z"/><path fill="#0c479d" d="M3.035 1.746c.389-.142.807-.138 1.213-.149 11.471.013 22.94-.011 34.409.011 1.194-.055 2.266 1.011 2.194 2.209.006 5.454.015 10.913-.004 16.367.036 1.155-1.009 2.194-2.171 2.113-11.624.008-23.248.004-34.872.004-1.147.07-2.171-.975-2.137-2.111-.017-5.458-.008-10.919-.004-16.377-.038-.894.527-1.767 1.372-2.067m8.693 3.581c-.008 2.829.006 5.658-.006 8.487-1.412.013-2.827 0-4.241.006 1.778 1.759 3.534 3.536 5.303 5.301 1.771-1.763 3.528-3.536 5.293-5.305-1.41.002-2.821.006-4.231.002-.017-2.831.002-5.66-.011-8.489a105.69 105.69 0 0 0-2.107-.002m11.641 5.29c1.41.008 2.823-.002 4.233.004.011 2.833-.011 5.669.011 8.504.701.006 1.4.006 2.101 0 .013-2.835-.004-5.669.008-8.502 1.412-.013 2.825.002 4.237-.006-1.767-1.759-3.515-3.538-5.295-5.282-1.778 1.746-3.53 3.521-5.295 5.282z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--two-way-traffic--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h35.707v.427C25.984-.188 16.191.339 6.439.164 4.455.293 2.254-.304.457.808L0 1.265V.001zM1.428 1.305c11.221-.199 22.46-.17 33.688-.012.304 7.323.199 14.681.053 22.01-11.321.1-22.683.357-33.98-.129-.053-6.919.029-13.838-.041-20.751l.281-1.118M9.6 7.03c1.58 1.657 3.208 3.26 4.888 4.812a267.07 267.07 0 0 1 2.968-.053c-1.27-1.177-2.505-2.388-3.641-3.694 3.688-.047 7.376.018 11.063-.035-.006-.691-.006-1.376 0-2.066-3.717-.059-7.428.018-11.145-.041 1.259-1.218 2.511-2.447 3.711-3.723-.966 0-1.926-.012-2.886-.023-1.709 1.551-3.29 3.231-4.958 4.823m9.132 5.924c1.229 1.218 2.459 2.423 3.682 3.641-3.711.035-7.428.023-11.145.006 0 .679-.006 1.364-.012 2.043 3.7.018 7.405-.018 11.11.018-1.165 1.282-2.377 2.523-3.594 3.758.978-.006 1.955-.012 2.933-.006 1.662-1.551 3.255-3.173 4.859-4.782-1.551-1.51-3.097-3.02-4.578-4.595a152.698 152.698 0 0 0-3.255-.082z"/><path d="M.457.808C2.254-.304 4.455.293 6.439.164c9.752.176 19.545-.351 29.268.263V24H.462c.181-.205.544-.62.726-.825 11.298.486 22.66.228 33.98.129.146-7.329.252-14.687-.053-22.01-11.227-.158-22.466-.187-33.688.012l-.281 1.118C.976 2.02.631 1.212.455.808z"/><path d="M9.6 7.03c1.668-1.592 3.249-3.272 4.958-4.823.96.012 1.92.023 2.886.023-1.2 1.276-2.453 2.505-3.711 3.723 3.717.059 7.428-.018 11.145.041-.006.691-.006 1.376 0 2.066-3.688.053-7.376-.012-11.063.035 1.136 1.305 2.371 2.517 3.641 3.694-.989.012-1.979.029-2.968.053A108.19 108.19 0 0 1 9.6 7.03zM18.732 12.954c1.089.018 2.172.041 3.255.082 1.481 1.575 3.026 3.085 4.578 4.595-1.604 1.61-3.196 3.231-4.859 4.782-.978-.006-1.955 0-2.933.006a127.34 127.34 0 0 0 3.594-3.758c-3.705-.035-7.411 0-11.11-.018.006-.679.012-1.364.012-2.043 3.717.018 7.434.029 11.145-.006-1.223-1.218-2.453-2.423-3.682-3.641z"/><path fill="#414347" d="M0 1.264L.457.807c.176.404.521 1.212.691 1.616.07 6.913-.012 13.832.041 20.751-.181.205-.544.62-.726.825H.001V1.263z"/></symbol><symbol viewBox="0 0 42 24" id="complementary--two-way-traffic--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".96" d="M1.585 0h39.402l-.404.131C27.488.333 14.377.127 1.278.234L1.585 0z"/><path fill="#fff" d="M.322 1.505C.44.962.836.543 1.278.233 14.377.126 27.489.332 40.583.13c.438.255.937.497 1.179.971.177 7.28.139 14.577.084 21.859a6.474 6.474 0 0 1-.899.787c-13.291.029-26.585-.015-39.878-.103-.339-.149-.596-.429-.823-.714C.181 15.789.292 8.646.322 1.505M1.526.886c-.347.105-.697.385-.642.787C.861 8.49.876 15.309.876 22.126c-.126.697.606 1.091 1.211 1.029 12.644.004 25.288.004 37.935 0 .596.048 1.335-.333 1.206-1.029 0-6.817.017-13.636-.008-20.453.034-.735-.857-.914-1.427-.888H2.313a2.738 2.738 0 0 0-.785.101z"/><path fill="#fff" d="M1.56 1.375c.299-.135.642-.097.962-.116 12.427.011 24.855.002 37.284.004.4-.017 1.082.055.983.619.013 6.743.019 13.491-.002 20.234.091.562-.598.592-.985.583-12.568-.011-25.139.002-37.707-.008-.352.017-.872-.114-.777-.573-.029-6.604.002-13.206-.017-19.811.053-.309-.114-.779.259-.933m8.217 10.618c-1.383-.164-2.752-.459-4.145-.503 1.947 2.895 4.044 5.688 6.042 8.549 2.017-2.848 4.091-5.657 6.051-8.543-1.398.027-2.773.335-4.158.497 0-2.842.002-5.686-.002-8.528-1.261.011-2.524.038-3.787.051v8.478m20.643-8.14c-1.996 2.861-4.118 5.638-6.027 8.556 1.396-.034 2.762-.337 4.145-.499 0 2.842-.002 5.686 0 8.528 1.263-.011 2.526-.038 3.792-.048-.004-2.827-.002-5.653-.002-8.48 1.379.162 2.745.461 4.137.505-1.924-2.916-4.029-5.709-6.044-8.562z"/><path d="M1.526.886c.257-.072.518-.105.785-.101h37.48c.571-.025 1.461.154 1.427.888.025 6.817.008 13.636.008 20.453.128.697-.611 1.078-1.206 1.029-12.646.004-25.291.004-37.935 0-.604.061-1.337-.333-1.211-1.029 0-6.817-.015-13.636.008-20.453-.055-.402.295-.682.642-.787m.036.489c-.373.154-.206.623-.259.933.019 6.604-.013 13.206.017 19.811-.095.459.425.589.777.573 12.568.011 25.139-.002 37.707.008.387.008 1.076-.021.985-.583.021-6.743.015-13.491.002-20.234.099-.564-.583-.636-.983-.619-12.429-.002-24.857.006-37.284-.004-.32.019-.663-.019-.962.116z"/><path d="M9.777 11.992V3.514c1.263-.013 2.526-.04 3.787-.051.004 2.842.002 5.686.002 8.528 1.385-.162 2.76-.469 4.158-.497-1.96 2.886-4.034 5.695-6.051 8.543-1.998-2.861-4.095-5.655-6.042-8.549 1.394.044 2.762.339 4.145.503zM30.421 3.853c2.015 2.853 4.12 5.646 6.044 8.562-1.392-.044-2.758-.343-4.137-.505 0 2.827-.002 5.653.002 8.48-1.265.011-2.528.038-3.792.048-.002-2.842 0-5.686 0-8.528-1.383.162-2.749.465-4.145.499 1.909-2.918 4.032-5.695 6.027-8.556z"/><path fill="#121212" opacity=".82" d="M41.762 1.101c.122.208.236.419.343.636v20.952l-.259.272c.055-7.282.093-14.579-.084-21.859z"/><path fill="#111" opacity=".71" d="M0 6.427c.126-1.638-.139-3.324.322-4.922C.293 8.646.181 15.789.246 22.93L0 22.625V6.427z"/><path fill="#101010" opacity=".73" d="M1.069 23.644c13.293.088 26.587.133 39.878.103l-.322.253H14.646c-3.198-.084-6.396-.048-9.596-.08-1.324-.044-2.707.206-3.981-.276z"/></symbol><symbol viewBox="0 0 11 24" id="complementary--two-way-traffic--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M1.121 0h9.087c.467.155.902.431 1.183.842v22.214c-.453.743-1.358.939-2.165.944H2.052c-.764-.003-1.581-.211-2.051-.864V.745C.29.39.698.157 1.122-.001m.426.583C.996.641.372 1.029.363 1.639.359 8.505.361 15.37.359 22.235c-.01.691.732 1.103 1.347 1.111 2.639.005 5.278.005 7.916 0 .618-.004 1.36-.421 1.35-1.111.001-6.865.004-13.729.002-20.594C10.952.946 10.19.56 9.567.566 6.894.573 4.219.542 1.547.582z"/><path fill="#030303" d="M5.693 2.669a86.592 86.592 0 0 1 3.221 5.426c-.691.05-1.384.019-2.075.028v8.279c.69.005 1.382-.013 2.07.037a170.446 170.446 0 0 1-3.177 5.476c-.308-.294-.499-.68-.713-1.042-.845-1.479-1.721-2.94-2.539-4.434.688-.049 1.38-.032 2.07-.037V8.123c-.692-.007-1.385.019-2.075-.032a85.23 85.23 0 0 1 3.219-5.422z"/><path fill="#fff" d="M1.548.582C4.22.542 6.895.573 9.568.566c.623-.006 1.385.38 1.407 1.075.002 6.865-.001 13.729-.002 20.594.009.69-.732 1.107-1.35 1.111-2.638.005-5.277.005-7.916 0-.616-.009-1.358-.42-1.347-1.111.001-6.865 0-13.731.004-20.596.01-.611.633-.998 1.185-1.057m4.144 2.087a85.704 85.704 0 0 0-3.219 5.422c.69.051 1.383.025 2.075.032v8.279c-.69.005-1.382-.012-2.07.037.817 1.494 1.694 2.955 2.539 4.434.214.362.404.749.713 1.042a170.446 170.446 0 0 0 3.177-5.476c-.688-.049-1.38-.031-2.07-.037V8.123c.691-.009 1.385.022 2.075-.028a86.592 86.592 0 0 0-3.221-5.426z"/></symbol><symbol viewBox="0 0 16 24" id="complementary--two-way-traffic--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.931 0h12.446c.686.297 1.264.783 1.743 1.352v21.473c-.371.408-.776.786-1.168 1.175H1.525a3.014 3.014 0 0 1-1.524-1.947V2.119C.234 1.123.993.36 1.932 0m.282.602C1.249.892.484 1.834.53 2.862c.021 6.27-.009 12.543.016 18.813.184.987 1.035 2.07 2.137 1.974 3.584-.011 7.168-.014 10.75.002 1.264.161 2.499-1.073 2.337-2.337-.023-6.33.005-12.659-.014-18.989C15.559 1.299 14.504.45 13.438.534 9.698.586 5.942.448 2.214.602z"/><path fill="#231f20" d="M.892 2.5C.869 1.66 1.66.868 2.5.892c3.765.005 7.531.005 11.298 0 .691-.059 1.146.534 1.598.958.021 6.607-.007 13.216.014 19.825.106.865-.75 1.721-1.616 1.616-3.765-.016-7.53-.005-11.294-.004-.838.023-1.632-.768-1.608-1.608.005-6.392.005-12.786 0-19.179m1.096-.512c-.082.287-.201.568-.199.87.002 6.154.005 12.308-.002 18.462-.034.399.197.738.378 1.069 3.974-.013 7.949.014 11.921-.013.14-.134.276-.27.41-.41.027-6.6 0-13.202.014-19.802-.335-.181-.673-.412-1.073-.378-3.466.002-6.931.011-10.397-.004-.365-.02-.713.093-1.053.204z"/><path fill="#231f20" d="M4.479 3.227c.776-.007 1.549-.007 2.325 0 .004 4.35.004 8.703 0 13.055.575-.22 1.888-.793 1.974.174-.998 1.546-2.036 3.068-3.059 4.598-1.046-1.225-1.805-2.663-2.755-3.962-.294-.322-.303-.754-.296-1.166a3.872 3.872 0 0 1 1.811.355c-.004-4.35-.004-8.703 0-13.053zM10.642 3.176c1.123 1.54 2.276 3.073 3.206 4.744-.496.627-1.374.224-2.02.109-.018 4.307.002 8.615-.009 12.922-.776.007-1.549.007-2.325 0-.009-4.306.009-8.613-.009-12.921a5.958 5.958 0 0 1-1.802.219c.034-.313-.05-.67.156-.939.903-1.401 1.936-2.712 2.803-4.136z"/><path fill="#f4901e" d="M2.214.602C5.943.448 9.699.586 13.438.534c1.066-.084 2.121.765 2.318 1.791.02 6.33-.009 12.659.014 18.989.161 1.264-1.073 2.499-2.337 2.337-3.582-.016-7.166-.013-10.75-.002-1.101.097-1.952-.987-2.137-1.974C.521 15.405.551 9.132.53 2.862.483 1.834 1.248.892 2.214.602M.892 2.5c.005 6.392.005 12.786 0 19.179-.023.84.77 1.632 1.608 1.608 3.765-.002 7.53-.013 11.294.004.865.106 1.721-.75 1.616-1.616-.021-6.609.007-13.218-.014-19.825-.451-.424-.906-1.017-1.598-.958-3.767.005-7.533.005-11.298 0C1.66.869.868 1.66.892 2.5z"/><path fill="#f4901e" d="M1.988 1.988c.34-.111.688-.224 1.053-.204 3.466.014 6.931.005 10.397.004.399-.034.738.197 1.073.378-.014 6.6.013 13.202-.014 19.802-.134.14-.27.276-.41.41-3.973.027-7.947 0-11.921.013-.181-.331-.412-.67-.378-1.069.007-6.154.004-12.308.002-18.462-.002-.303.116-.584.199-.87m2.49 1.237c-.004 4.35-.004 8.703 0 13.053a3.884 3.884 0 0 0-1.811-.355c-.007.412.002.844.296 1.166.949 1.299 1.709 2.737 2.755 3.962 1.023-1.53 2.061-3.052 3.059-4.598-.086-.967-1.399-.394-1.974-.174.004-4.352.004-8.704 0-13.055-.776-.007-1.549-.007-2.325 0m6.163-.05c-.867 1.424-1.9 2.735-2.803 4.136-.206.269-.122.625-.156.939a5.927 5.927 0 0 0 1.802-.219c.018 4.307 0 8.615.009 12.921.776.007 1.549.007 2.325 0 .011-4.307-.009-8.615.009-12.922.647.115 1.524.518 2.02-.109-.93-1.671-2.083-3.204-3.206-4.744z"/></symbol><symbol viewBox="0 0 44 24" id="complementary--vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.955.198c.333-.132.693-.149 1.046-.151C15.59.05 28.181.044 40.77.05c1.499-.042 2.857 1.321 2.817 2.819.003 6.089.003 12.177 0 18.266.038 1.497-1.32 2.857-2.817 2.819-12.634.003-25.27.003-37.904 0-1.496.038-2.86-1.321-2.817-2.819V2.868C.019 1.688.855.581 1.955.199m.557.567C1.472.934.672 1.941.727 2.991c.004 6.05-.005 12.102.005 18.154-.008 1.175 1.092 2.189 2.26 2.127h37.653c1.17.065 2.265-.95 2.26-2.127.008-6.097.008-12.195 0-18.292 0-1.173-1.087-2.195-2.258-2.126C27.935.752 15.219.674 2.513.765z"/><path fill="#fff" d="M2.645 1.856c12.616-.089 25.242-.011 37.863-.04.685-.102 1.37.465 1.308 1.174.003 6.007.004 12.012 0 18.019.055.645-.525 1.226-1.17 1.171H2.991c-.644.055-1.227-.526-1.171-1.171V2.99c-.034-.511.318-1.027.826-1.135M19.077 6.66c-1.402 1.375-2.76 2.795-4.177 4.151-2.982.57-5.999.995-8.989 1.537-.323.072-.483.424-.455.732.015.994-.042 1.994.03 2.985.383.787 1.467.304 2.157.434-.005-1.665 1.448-3.169 3.128-3.139 1.702-.067 3.199 1.451 3.194 3.14h16.019c0-1.673 1.463-3.184 3.153-3.14 1.694-.053 3.177 1.459 3.172 3.14.599-.09 1.544.286 1.842-.436.072-1.4.015-2.81.029-4.214.035-.297-.161-.53-.383-.694-1.872-1.495-3.742-2.995-5.614-4.489a.902.902 0 0 0-.674-.23c-3.959.001-7.917-.003-11.877.001a.682.682 0 0 0-.554.222m-9.073 7.456c-1.05.335-1.796 1.422-1.713 2.524.04 1.136.949 2.161 2.07 2.34 1.017.198 2.118-.319 2.622-1.222.535-.901.416-2.13-.285-2.91-.644-.757-1.755-1.055-2.695-.732m22.363-.005c-1.773.492-2.337 3.033-.94 4.229 1.272 1.305 3.743.603 4.147-1.173.599-1.835-1.405-3.74-3.207-3.056z"/><path fill="#fff" d="M18.95 8.041c.18-.194.402-.379.686-.348 1.774-.007 3.55-.001 5.325-.003.007 1.26.003 2.52.001 3.78-2.868-.001-5.737.011-8.605-.004-.315.071-.532-.363-.267-.555.942-.967 1.915-1.906 2.86-2.87zM25.913 7.69c1.452.005 2.906-.003 4.358.003.397-.044.653.295.905.54.717.739 1.47 1.444 2.175 2.194.379.37.045 1.085-.481 1.039-2.32.018-4.64.003-6.96.007-.001-1.261-.004-2.521.003-3.783z"/><path d="M2.512.766C15.218.675 27.934.752 40.646.728c1.171-.07 2.258.953 2.258 2.126.008 6.097.008 12.195 0 18.292.005 1.177-1.09 2.193-2.26 2.127H2.991c-1.167.061-2.268-.952-2.26-2.127C.72 15.094.73 9.042.726 2.992.671 1.942 1.471.934 2.511.767m.134 1.089c-.509.108-.86.623-.826 1.135V21.01c-.056.645.528 1.226 1.171 1.171h37.655c.645.055 1.225-.526 1.17-1.171.004-6.007.003-12.012 0-18.019.063-.709-.623-1.276-1.308-1.174-12.62.029-25.246-.049-37.863.04z"/><path d="M19.077 6.66a.68.68 0 0 1 .554-.222c3.96-.004 7.919 0 11.877-.001a.91.91 0 0 1 .674.23c1.872 1.495 3.742 2.995 5.614 4.489.222.164.419.397.383.694-.014 1.403.044 2.813-.029 4.214-.299.723-1.244.346-1.842.436.005-1.681-1.478-3.194-3.172-3.14-1.69-.044-3.153 1.467-3.153 3.14H13.964c.005-1.69-1.492-3.207-3.194-3.14-1.68-.03-3.134 1.474-3.128 3.139-.69-.13-1.774.353-2.157-.434-.072-.991-.015-1.991-.03-2.985-.027-.308.132-.66.455-.732 2.99-.541 6.007-.967 8.989-1.537 1.417-1.355 2.775-2.776 4.177-4.151m-.126 1.381c-.945.964-1.917 1.904-2.86 2.87-.265.192-.048.626.267.555 2.868.015 5.737.003 8.605.004.001-1.26.005-2.52-.001-3.78-1.775.001-3.551-.004-5.325.003-.284-.031-.506.154-.686.348m6.963-.351c-.007 1.261-.004 2.521-.003 3.783 2.32-.004 4.64.011 6.96-.007.526.046.86-.67.481-1.039-.705-.75-1.458-1.455-2.175-2.194-.252-.245-.509-.584-.905-.54-1.452-.005-2.906.003-4.358-.003z"/><path d="M10.005 14.116c.94-.323 2.051-.025 2.695.732.701.78.82 2.009.285 2.91-.505.903-1.605 1.42-2.622 1.222-1.121-.179-2.03-1.204-2.07-2.34-.083-1.102.663-2.189 1.713-2.524zM32.367 14.111c1.803-.685 3.806 1.22 3.207 3.056-.404 1.775-2.875 2.478-4.147 1.173-1.398-1.196-.833-3.736.94-4.229z"/></symbol><symbol viewBox="0 0 50 24" id="complementary--vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#141414" d="M2.981.826C11.523.327 20.084.561 28.636.51c6.095.095 12.205-.153 18.289.305 1.323.041 2.403 1.045 2.711 2.305v17.746c-.445 1.647-2.062 3.016-3.813 2.88-14.092-.123-28.186.177-42.273-.213-1.587.125-3.199-.766-3.551-2.395V3.4C.334 2.017 1.51.853 2.98.825m.396.631C1.922 1.59.717 2.863.75 4.341a2542.28 2542.28 0 0 0-.03 15.865c.025 1.699 1.784 2.823 3.365 2.692a4859.5 4859.5 0 0 1 41.476-.005c1.675.087 3.297-1.244 3.305-2.97.123-5.095.063-10.195.109-15.289.06-1.595-1.148-3.316-2.866-3.226-13.462-.019-26.921-.057-40.383-.112-.785 0-1.582-.038-2.351.161z"/><path fill="#141414" d="M18.649 4.47c4.345-1.372 9.308-1.421 13.497.48 1.227 1.375.559 3.731 2.032 5.04 1.211.99.464 2.577.412 3.867-.338 1.255.142 3.112-1.238 3.794-.12.914-.194 1.838-.42 2.735-1.868.325-1.478-1.77-1.612-2.965-4.358.063-8.716-.139-13.072-.005-.079.944-.145 1.89-.256 2.831-1.822.641-1.849-1.336-1.759-2.629-.235-.136-.466-.275-.701-.412-.226-2.163-.728-4.295-.775-6.477 2.446-1.44.829-5.635 3.892-6.259m-.622 1.317a39.546 39.546 0 0 0-.698 3.376c4.939-.641 9.952-.663 14.894 0-.349-1.105-.355-2.392-.955-3.368-4.276-1.418-8.948-1.317-13.241-.008M16.195 10.5c-1.29.15-1.145 2.485.27 2.19 1.587.115 1.219-2.607-.27-2.19m2.642.685c-.573.093-.213.802-.125 1.145 4.17-.022 8.343.019 12.513.005-.03-.499-.063-1.113-.695-1.162-3.81-.908-7.898-1.02-11.692.011m14.249-.73c-.835.139-1.53 1.293-.734 1.92.641.723 1.882.232 2.021-.671-.115-.605-.603-1.295-1.287-1.249M18.84 13.145c-.03.185-.093.559-.125.745l.469.698c3.873-.014 7.748.041 11.624.003.049-.477.087-.955.125-1.432-4.031-.008-8.062-.027-12.093-.014z"/><path fill="#fff" d="M3.376 1.456c.769-.199 1.565-.161 2.351-.161 13.462.055 26.921.093 40.383.112 1.718-.09 2.926 1.631 2.866 3.226-.046 5.095.014 10.195-.109 15.289-.008 1.726-1.631 3.057-3.305 2.97a4943.278 4943.278 0 0 0-41.476.005c-1.582.131-3.341-.993-3.365-2.692C.71 14.917.729 9.629.751 4.34.718 2.862 1.924 1.588 3.377 1.455M18.649 4.47c-3.063.625-1.445 4.819-3.892 6.259.046 2.182.548 4.315.775 6.477.235.136.466.275.701.412-.09 1.293-.063 3.27 1.759 2.629.112-.941.177-1.887.256-2.831 4.355-.134 8.714.068 13.072.005.134 1.195-.256 3.289 1.612 2.965.226-.897.3-1.822.42-2.735 1.38-.682.9-2.539 1.238-3.794.052-1.29.799-2.877-.412-3.867-1.473-1.309-.805-3.665-2.032-5.04-4.189-1.901-9.153-1.852-13.497-.48z"/><path fill="#fff" d="M18.027 5.787c4.293-1.309 8.965-1.41 13.241.008.6.976.605 2.264.955 3.368-4.942-.663-9.955-.641-14.894 0 .188-1.135.412-2.264.698-3.376zM16.195 10.5c1.489-.417 1.857 2.305.27 2.19-1.415.295-1.56-2.04-.27-2.19zM18.837 11.185c3.794-1.031 7.882-.919 11.692-.011.633.049.665.663.695 1.162-4.17.014-8.343-.027-12.513-.005-.087-.344-.447-1.053.125-1.145z"/><path fill="#fbfbfb" d="M33.087 10.454c.685-.046 1.173.644 1.287 1.249-.139.903-1.38 1.394-2.021.671-.796-.627-.101-1.781.734-1.92z"/><path fill="#fdfdfd" d="M18.84 13.145c4.031-.014 8.062.005 12.093.014-.038.477-.076.955-.125 1.432-3.875.038-7.751-.016-11.624-.003l-.469-.698c.033-.185.095-.559.125-.745z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--vehicles-or-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#181818" opacity=".75" d="M2.254 0h18.611l.194.138C15.199.167 9.341.13 3.481.108a6.223 6.223 0 0 0-1.714.176C1.929.189 2.09.091 2.253 0z"/><path fill="#fff" d="M1.768.284A6.18 6.18 0 0 1 3.482.108C9.342.13 15.2.167 21.06.138c1.23.092 2.322.946 2.686 2.129a.523.523 0 0 0 .136.527c.092 5.986.01 11.977.042 17.965.041.878-.19 1.772-.731 2.474a.527.527 0 0 0-.437.328c-.482.19-.985.367-1.511.359-6.163-.002-12.326 0-18.49-.001-1.114.01-2.125-.754-2.483-1.798-.221-.878-.139-1.787-.151-2.682C.12 14.079.122 8.718.12 3.358.113 2.77.246 2.194.391 1.629l.178-.378A.57.57 0 0 0 .9.826L.926.755c.202.037.346-.144.437-.296.136-.056.271-.115.406-.174m.789.725c-1.19.278-1.69 1.6-1.61 2.711.01 5.681-.011 11.362.011 17.042-.06 1.141.817 2.317 2.03 2.244 6.126.01 12.252.036 18.377.014 1.104-.011 1.741-1.148 1.709-2.147.023-5.758.008-11.515.007-17.272.007-1.238-.852-2.651-2.203-2.676C15.16.914 9.439.914 3.719.9c-.389-.002-.784.001-1.16.109z"/><path fill="#fff" d="M2.934 1.526c5.9-.09 11.809.011 17.713-.023 1.132-.097 1.861 1.087 1.849 2.1.006 5.717.008 11.435-.001 17.153.038.751-.352 1.734-1.247 1.687-6.124.005-12.25-.01-18.373-.031-.919.013-1.393-.97-1.337-1.776-.007-5.718-.005-11.436 0-17.154-.046-.869.444-1.865 1.396-1.956m6.055 1.373c-.313.76-.583 1.538-.878 2.306-.449.139-.842.535-.791 1.036.098.595.352 1.151.509 1.732l-.505.005v.509c.254.004.509 0 .764.004.034.398-.106.889.208 1.208.33.359 1.001.22 1.153-.245.079-.314.042-.643.052-.965h4.933c.034.402-.108.899.215 1.217.335.352.998.206 1.147-.257.077-.313.041-.64.05-.96.258-.001.517 0 .776-.002a42.673 42.673 0 0 1 0-.506l-.509-.008c.16-.581.408-1.138.51-1.733.044-.488-.329-.894-.779-1.021-.306-.766-.581-1.543-.876-2.312-1.993-.006-3.986.006-5.98-.006m-5.618 10.9l.196.2c-.274.734-.576 1.46-.814 2.207-.065 1.116-.013 2.239-.032 3.359 1.04.002 2.081.001 3.121 0-.132-.755.457-1.555 1.249-1.528.792-.029 1.38.772 1.25 1.528h6.731c-.13-.755.458-1.555 1.249-1.528.792-.029 1.38.773 1.252 1.528 1.25.001 2.5.002 3.75 0-.013-1.109.029-2.219-.018-3.325-.359-.926-.805-1.819-1.202-2.731-.048-.197-.233-.268-.418-.24-5.244.005-10.488-.005-15.732.005-.322-.046-.431.317-.582.526m3.379 4.462c-.821.229-1.002 1.452-.283 1.909.613.487 1.621.041 1.694-.732.144-.76-.689-1.448-1.411-1.177m9.24-.002c-.832.223-1.013 1.462-.284 1.916.613.48 1.614.032 1.687-.737.142-.757-.682-1.444-1.403-1.18z"/><path fill="#fff" d="M9.173 3.162c1.862-.006 3.724.004 5.586-.006.281.676.536 1.361.798 2.044a24.008 24.008 0 0 0-7.171.001c.257-.682.524-1.36.787-2.039zM7.969 5.692c.407-.3 1.057.038 1.028.547.014.497-.613.823-1.018.539-.391-.224-.398-.854-.011-1.086zM15.282 5.669c.41-.26 1.02.079.992.571.013.482-.584.809-.989.554-.432-.216-.433-.905-.004-1.126zM9.691 6.146c1.52-.002 3.042-.007 4.562.002-.052.727-.446 1.589-1.252 1.691a8.561 8.561 0 0 1-2.122-.011c-.772-.138-1.144-.973-1.189-1.682zM3.04 16.285c.34-.79.434-1.79 1.025-2.412-.322.794-.433 1.801-1.025 2.412zM4.367 13.946c.451-.004.904-.002 1.356-.002v2.286c-.732.002-1.464.004-2.196 0 .277-.762.562-1.522.84-2.284zM5.957 13.944h1.835v2.287H5.957c-.002-.763-.002-1.525 0-2.287zM8.015 13.944h1.956c.002.763.002 1.525 0 2.287H8.015c-.002-.762-.002-1.524 0-2.287zM10.206 13.944h1.834c.002.762.002 1.524.001 2.287h-1.835v-2.287zM12.264 13.944h1.946c.002.762.002 1.524 0 2.287h-1.946v-2.287zM14.434 13.944h1.931v2.287c-.644 0-1.288.004-1.931-.001v-2.286zM16.598 13.945c.61-.002 1.22-.002 1.83 0-.007.763.014 1.528-.013 2.291-.606-.007-1.212-.002-1.817-.006v-2.285zM18.649 13.945l1.373-.001c.337.761.67 1.523 1.002 2.286-.786.006-1.572-.004-2.358.007-.036-.763-.008-1.529-.017-2.292z"/><path fill="#373737" opacity=".82" d="M.925.755c.043-.2.258-.274.437-.296-.091.152-.235.334-.437.296z"/><path fill="#3a3a3a" opacity=".83" d="M.568 1.25c0-.204.128-.38.331-.425a.573.573 0 0 1-.331.425z"/><path d="M2.558 1.01c.377-.108.772-.112 1.16-.109 5.72.014 11.441.014 17.16.026 1.351.025 2.21 1.438 2.203 2.676.001 5.756.016 11.514-.007 17.272.032.998-.605 2.136-1.709 2.147-6.125.022-12.251-.005-18.377-.014-1.213.073-2.09-1.103-2.03-2.244C.936 15.083.957 9.402.947 3.722c-.079-1.111.42-2.432 1.61-2.711m.377.515c-.952.091-1.441 1.087-1.396 1.956-.005 5.718-.007 11.436 0 17.154-.056.806.418 1.789 1.337 1.776 6.124.022 12.25.036 18.373.031.895.047 1.285-.936 1.247-1.687.01-5.718.007-11.436.001-17.153.012-1.013-.718-2.197-1.849-2.1-5.904.034-11.813-.067-17.713.023z"/><path d="M8.989 2.899c1.993.012 3.986 0 5.98.006.295.769.57 1.547.876 2.312.45.127.823.533.779 1.021-.102.595-.35 1.152-.51 1.733l.509.008v.506c-.259.002-.518.001-.776.002-.01.32.026.647-.05.96-.149.463-.812.608-1.147.257-.323-.318-.181-.815-.215-1.217H9.502c-.01.322.028.65-.052.965-.152.464-.823.604-1.153.245-.313-.319-.174-.81-.208-1.208-.256-.004-.51 0-.764-.004v-.509l.505-.005c-.157-.581-.41-1.136-.509-1.732-.052-.5.342-.896.791-1.036.295-.768.565-1.547.878-2.306m.183.265c-.263.679-.53 1.357-.787 2.039a24.008 24.008 0 0 1 7.171-.001c-.262-.683-.517-1.368-.798-2.044-1.862.01-3.724 0-5.586.006m-1.204 2.53c-.388.232-.38.862.011 1.086.404.284 1.032-.042 1.018-.539.029-.509-.622-.847-1.028-.547m7.312-.023c-.43.221-.428.91.004 1.126.404.254 1.002-.072.989-.554.028-.492-.582-.832-.992-.571m-5.592.476c.046.709.418 1.544 1.189 1.682a8.56 8.56 0 0 0 2.122.011c.805-.102 1.2-.964 1.252-1.691-1.52-.01-3.042-.005-4.562-.002zM3.37 13.801c.151-.209.26-.571.582-.526 5.244-.01 10.488 0 15.732-.005.185-.028.37.043.418.24.397.912.844 1.805 1.202 2.731.047 1.106.005 2.216.018 3.325-1.25.002-2.5.001-3.75 0 .128-.755-.46-1.556-1.252-1.528-.791-.028-1.379.773-1.249 1.528H8.34c.13-.756-.458-1.556-1.25-1.528-.792-.028-1.381.773-1.249 1.528-1.04.001-2.081.002-3.121 0 .019-1.12-.032-2.243.032-3.359.238-.746.54-1.472.814-2.207l-.196-.2m-.33 2.485c.592-.611.703-1.618 1.025-2.412-.59.622-.685 1.622-1.025 2.412m1.327-2.339c-.278.762-.563 1.522-.84 2.284.732.004 1.464.002 2.196 0v-2.286c-.452 0-.905-.001-1.356.002m1.59-.002c-.002.762-.002 1.524 0 2.287h1.835v-2.287H5.957m2.058 0c-.002.763-.002 1.525 0 2.287h1.956c.002-.762.002-1.524 0-2.287H8.015m2.191 0v2.287h1.835c.001-.763.001-1.525-.001-2.287h-1.834m2.058 0v2.287h1.946c.002-.763.002-1.525 0-2.287h-1.946m2.17 0v2.286c.643.005 1.286.001 1.931.001v-2.287h-1.931m2.164.001v2.285c.605.004 1.211-.001 1.817.006.028-.763.006-1.528.013-2.291-.61-.002-1.22-.002-1.83 0m2.051 0c.008.763-.019 1.529.017 2.292.786-.011 1.572-.001 2.358-.007a385.82 385.82 0 0 0-1.002-2.286l-1.373.001z"/><path d="M6.749 18.264c.722-.271 1.555.418 1.411 1.177-.073.773-1.081 1.219-1.694.732-.719-.457-.538-1.68.283-1.909zM15.989 18.262c.721-.264 1.544.422 1.403 1.18-.073.769-1.074 1.217-1.687.737-.728-.455-.547-1.693.284-1.916z"/><path fill="#222" opacity=".9" d="M0 2.688c.082-.37.208-.728.39-1.06-.145.565-.278 1.141-.271 1.729.002 5.36 0 10.721.001 16.081.012.895-.07 1.804.151 2.682-.09-.175-.184-.347-.271-.522V2.687z"/><path fill="#2d2d2d" opacity=".84" d="M23.744 2.267c.156.13.202.337.136.527a.522.522 0 0 1-.136-.527z"/><path fill="#404040" opacity=".85" d="M22.754 23.561a.526.526 0 0 1 .437-.328.48.48 0 0 1-.437.328z"/></symbol><symbol viewBox="0 0 49 24" id="complementary--weekends-or-holidays--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#93918f" d="M2.126 0h44.667l.375.257C33.895.23 20.621.252 7.348.245 5.389.272 3.417.127 1.473.431c.213-.152.431-.294.654-.431z"/><path fill="#fff" d="M1.472.431C3.416.127 5.388.272 7.347.245 20.62.252 33.894.23 47.167.257a13 13 0 0 1 .323.091c.218.509.676.838 1.119 1.139.078.162.24.49.318.654-.037 6.571-.042 13.146.002 19.717-.081.162-.238.487-.318.649-.463.284-.85.664-1.134 1.124l-.637.316c-14.726-.125-29.456-.015-44.184-.054-.544.032-1.019-.26-1.445-.558-.463-.404-.806-.913-1.18-1.393.238-6.497.022-13.014.108-19.516.022-.331.164-.634.287-.936.318-.38.681-.722 1.046-1.058m.575.415C1.146 1.231.597 2.209.656 3.178c.01 5.966-.012 11.931.01 17.897-.01 1.31 1.232 2.38 2.515 2.302 14.204.005 28.411-.002 42.615.002 1.305.11 2.623-.975 2.591-2.317.007-6.042.01-12.086 0-18.125.034-1.344-1.286-2.432-2.591-2.319-14.123 0-28.247.007-42.367-.005-.468.01-.953.022-1.381.233z"/><path fill="#fff" d="M2.554 1.386c14.327-.174 28.675-.017 43.009-.078.997-.159 2.172.527 2.126 1.624.012 6.044.012 12.091 0 18.135.044.977-.948 1.724-1.878 1.621-14.214-.005-28.433.005-42.649-.005-.906.076-1.827-.676-1.8-1.614-.027-5.963-.002-11.927-.012-17.89-.081-.789.436-1.582 1.205-1.793m19.711 1.406c.233 2.285.744 4.533.98 6.818-1.859-1.342-3.632-2.799-5.535-4.078-.828 1.359-1.687 2.696-2.52 4.051 2.06.877 4.19 1.587 6.206 2.564-2.101.813-4.232 1.553-6.348 2.329.847 1.401 1.744 2.767 2.611 4.156 1.802-1.347 3.541-2.782 5.341-4.131-.235 2.233-.612 4.45-.891 6.681l4.832.029c-.135-2.216-.487-4.413-.673-6.624 1.763 1.318 3.478 2.704 5.251 4.011.825-1.337 1.67-2.662 2.5-3.997-1.969-.842-3.967-1.607-5.934-2.451 1.927-.965 3.965-1.687 5.934-2.564-.83-1.352-1.673-2.691-2.503-4.041-1.766 1.352-3.456 2.797-5.219 4.149.189-2.295.519-4.577.644-6.877-1.558-.005-3.118-.02-4.675-.024z"/><path fill="#1c1714" d="M47.491.348c.62.047 1.026.551 1.119 1.139-.443-.301-.901-.629-1.119-1.139zM2.047.847C2.476.636 2.96.624 3.428.614c14.121.012 28.244.005 42.367.005 1.305-.113 2.625.975 2.591 2.319.01 6.039.007 12.083 0 18.125.032 1.342-1.286 2.427-2.591 2.317-14.204-.005-28.411.002-42.615-.002-1.283.078-2.525-.992-2.515-2.302-.022-5.966 0-11.931-.01-17.897-.059-.97.49-1.947 1.391-2.331m.508.538c-.769.211-1.286 1.004-1.205 1.793.01 5.963-.015 11.927.012 17.89-.027.938.894 1.69 1.8 1.614 14.216.01 28.435 0 42.649.005.931.103 1.922-.644 1.878-1.621.012-6.044.012-12.091 0-18.135.047-1.097-1.129-1.783-2.126-1.624-14.334.061-28.682-.096-43.009.078zM0 2.082c.137-.201.279-.399.426-.593-.122.301-.264.605-.287.936-.086 6.502.13 13.019-.108 19.516l-.032.294V2.082zM48.928 2.14l.051-.38v20.466l-.049-.37c-.044-6.571-.039-13.146-.002-19.717zM47.478 23.63c.284-.46.671-.84 1.134-1.124a1.195 1.195 0 0 1-1.134 1.124z"/><path fill="#1c1714" d="M1.212 23.334c.426.299.901.59 1.445.558 14.728.039 29.459-.071 44.184.054l.377.054H2.064a7.555 7.555 0 0 1-.852-.666z"/><path fill="#db291b" d="M22.266 2.792c1.558.005 3.118.02 4.675.024-.125 2.3-.456 4.582-.644 6.877 1.763-1.352 3.453-2.797 5.219-4.149.83 1.349 1.673 2.689 2.503 4.041-1.969.877-4.007 1.599-5.934 2.564 1.967.845 3.965 1.609 5.934 2.451-.83 1.335-1.675 2.66-2.5 3.997-1.773-1.308-3.487-2.694-5.251-4.011.186 2.211.539 4.408.673 6.624l-4.832-.029c.279-2.231.656-4.447.891-6.681-1.8 1.349-3.539 2.784-5.341 4.131-.867-1.389-1.763-2.755-2.611-4.156 2.116-.776 4.247-1.516 6.348-2.329-2.016-.977-4.146-1.687-6.206-2.564.833-1.354 1.692-2.691 2.52-4.051 1.903 1.278 3.676 2.736 5.535 4.078-.235-2.285-.747-4.533-.98-6.818z"/></symbol><symbol viewBox="0 0 50 24" id="complementary--weight-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c71319" opacity=".84" d="M0 0h50v23.725l-.255.005c-.093-7.827.048-15.657-.065-23.485C33.125.107 16.56.177 0 .212v-.213z"/><path fill="#ed171f" d="M0 .213C16.56.178 33.125.108 49.68.246c.113 7.827-.027 15.657.065 23.485-16.58.048-33.162.005-49.745.02V.213m1.827 1.625c-.033 6.738-.012 13.475-.01 20.212 15.232.09 30.468.012 45.702.04.41.098.71-.172.612-.592-.015-6.55.005-13.1-.01-19.65-15.432-.035-30.865-.02-46.295-.01z"/><path fill="#feb82f" d="M1.827 1.838c15.43-.01 30.862-.025 46.295.01.015 6.55-.005 13.1.01 19.65.097.42-.203.69-.612.592-15.235-.027-30.47.05-45.702-.04-.003-6.738-.022-13.475.01-20.212m5.624 5.234c.457.54.927 1.07 1.402 1.593 1.148-.753 2.843-1.28 4.002-.27.717.543.457 1.82-.405 2.052-.765.105-1.54.042-2.31.055-.01.697-.01 1.395 0 2.092.927.057 1.912-.145 2.795.205 1.025.457 1.18 2.002.258 2.65-1.385 1.032-3.395.612-4.625-.483-.533.46-1.068.92-1.602 1.377 1.942 2.472 6.267 2.625 8.227.093 1.15-1.465.89-3.687-.378-5 .99-1.43.938-3.637-.558-4.707-1.975-1.602-4.932-1.242-6.807.342M24.26 5.802c-.483 2.165-.923 4.34-1.385 6.51.607.325 1.225.633 1.85.92.985-.713 2.275-1.13 3.46-.66 1.165.375 1.497 2.125.513 2.877-1.212 1.03-3.05.498-4.18-.413-.535.488-1.06.985-1.572 1.497 1.92 1.917 5.455 2.425 7.467.38 1.61-1.473 1.43-4.25-.16-5.665-1.237-1.155-3.065-1.313-4.653-.948.147-.75.303-1.5.468-2.245 1.635-.022 3.267.008 4.9-.012.01-.747.01-1.495 0-2.242-2.235-.003-4.473-.005-6.708 0m15.568 1.051c-.235.713-.06 1.51-.102 2.255-.305.015-.608.033-.907.048-.01.735-.01 1.47-.003 2.205.303.015.603.033.905.05.035 1.86-.065 3.725.042 5.583.303 1.395 1.995 1.11 3.057 1.1.01-.708.01-1.415.005-2.122-.273-.09-.545-.18-.815-.267-.097-1.43-.037-2.862-.042-4.295.37-.018.743-.035 1.113-.055.003-.735 0-1.467-.008-2.2l-1.102-.035c-.018-1.098-.008-2.195-.003-3.295-.72.33-1.465.615-2.14 1.03m-21.73 8.516c-.01 1.872 0 3.747-.005 5.622.745.02 1.492.02 2.238.01.015-1.872 0-3.742.01-5.615a37.246 37.246 0 0 0-2.242-.018z"/><path d="M7.452 7.072c1.875-1.585 4.833-1.945 6.807-.342 1.495 1.07 1.548 3.277.558 4.707 1.268 1.313 1.527 3.535.378 5-1.96 2.532-6.285 2.38-8.228-.093.535-.457 1.07-.918 1.602-1.377 1.23 1.095 3.24 1.515 4.625.483.922-.648.768-2.193-.258-2.65-.882-.35-1.868-.147-2.795-.205-.01-.697-.01-1.395 0-2.092.77-.012 1.545.05 2.31-.055.863-.232 1.122-1.51.405-2.052-1.16-1.01-2.855-.483-4.002.27a60.928 60.928 0 0 1-1.403-1.593zM24.26 5.802c2.235-.005 4.473-.003 6.708 0 .01.747.01 1.495 0 2.242-1.632.02-3.265-.01-4.9.012-.165.745-.32 1.495-.468 2.245 1.587-.365 3.415-.207 4.653.948 1.59 1.415 1.77 4.192.16 5.665-2.013 2.045-5.547 1.538-7.467-.38a47.16 47.16 0 0 1 1.572-1.497c1.13.91 2.967 1.443 4.18.413.985-.753.652-2.502-.513-2.877-1.185-.47-2.475-.053-3.46.66a34.97 34.97 0 0 1-1.85-.92c.462-2.17.903-4.345 1.385-6.51zM39.828 6.852c.675-.415 1.42-.7 2.14-1.03-.005 1.1-.015 2.197.003 3.295.367.012.735.022 1.102.035.008.732.01 1.465.008 2.2-.37.02-.742.038-1.113.055.005 1.432-.055 2.865.042 4.295.27.087.543.177.815.267.005.708.005 1.415-.005 2.122-1.062.01-2.755.295-3.057-1.1-.108-1.857-.008-3.723-.042-5.583a93.135 93.135 0 0 0-.905-.05c-.007-.735-.007-1.47.003-2.205.3-.015.603-.033.908-.048.042-.745-.132-1.542.102-2.255zM18.098 15.37a37.246 37.246 0 0 1 2.242.018c-.01 1.872.005 3.742-.01 5.615-.745.01-1.492.01-2.238-.01.005-1.875-.005-3.75.005-5.622z"/><path fill="#8b0e11" opacity=".59" d="M0 23.75c16.582-.015 33.165.027 49.745-.02l.255-.005V24H0v-.25z"/></symbol><symbol viewBox="0 0 46 24" id="complementary--when-foggy--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c5c5c5" d="M0 0h.648A3.556 3.556 0 0 0 0 .97V0z"/><path fill="#ededed" d="M.648 0h.823C.55.505.201 1.59.222 2.585.267 4.063.12 5.553.38 7.017.399 12 .368 16.985.388 21.969c-.065 1.002.821 1.858 1.783 1.952l.167.079H1.049c-.452-.285-.774-.721-1.05-1.169V.97C.161.615.378.284.647 0z"/><path fill="#747474" d="M1.471 0h43.157l.107.052C30.9.049 17.066.074 3.231.055c-.696.02-1.508-.134-2.083.361C.4 1.068.422 2.138.427 3.047c-.056 2.126.125 4.245.077 6.37C.497 13.54.493 17.666.499 21.789c-.028.844.549 1.67 1.36 1.915.883.114 1.777.032 2.665.055 5.708-.018 11.418.038 17.125-.047l.214.004c4.914.046 9.831.049 14.745.003 2.44.083 4.886.035 7.328.052 1.025.055 1.835-.916 1.89-1.884.087-1.05-.15-2.098-.007-3.145.027-5.606.004-11.214.013-16.819.004-.531-.266-.999-.478-1.467.341.222.536.594.617.984v20.668a2.045 2.045 0 0 1-1.453 1.729c-.738.138-1.494.091-2.239.098-2.061-.023-4.125.054-6.184-.057-11.309-.006-22.618.003-33.921.044-.963-.094-1.848-.951-1.783-1.952-.02-4.984.011-9.969-.008-14.952C.124 5.554.27 4.064.225 2.586.204 1.592.553.506 1.474.001z"/><path fill="#747474" d="M25.386 7.55c.514-.126 1.045-.06 1.567-.079 3.447-.016 6.894.005 10.339-.011.215.002.427.042.638.086.007.508.006 1.016-.002 1.524-.24.053-.484.09-.729.081-3.93-.03-7.864.05-11.791-.037a9.497 9.497 0 0 1-.022-1.564m.124.052c.009.467.009.934.002 1.401.75.127 1.516.039 2.273.065 3.335.02 6.674-.033 10.005.005.017-.507.017-1.015.001-1.523-4.093.023-8.19-.06-12.281.053z"/><path fill="#f5f5f5" d="M44.628 0h1.341v1.439c-.08-.39-.276-.762-.617-.984a3.506 3.506 0 0 0-.618-.403L44.627 0z"/><path fill="#292929" d="M1.147.415C1.722-.08 2.534.074 3.23.054 17.065.073 30.899.048 44.734.051c.126.062.246.138.366.215-1.361-.238-2.687.135-4.048.145 1.046.033 2.078.182 3.107.361-1.105.001-2.212.033-3.317-.015C40.169.544 39.46.643 38.768.63a193.426 193.426 0 0 0-3.047.008c-.493.04-.896-.33-1.384-.316-2.123.017-4.248.03-6.369-.081-2.43.013-4.863-.019-7.292.016-1.308.174-2.633-.028-3.938.139 1.092.227 2.221.018 3.329.105l.183.272C14.27.788 8.29.775 2.309.779c-.517-.038-.834.42-1.088.797a12.87 12.87 0 0 0-.075-.382c-.052.204-.101.408-.15.612l-.383.148C.472 5.179.651 8.407.547 11.63c.021 3.417-.035 6.836.018 10.254l.505-.107c-.1-.763-.124-1.535-.052-2.302.034-.777-.193-1.553-.034-2.327.118-.51.014-1.025-.171-1.505-.221-.586.302-1.119.234-1.707-.023-.519-.362-1.017-.186-1.54.103-.37.194-.749.183-1.136-.021-1.416.004-2.832-.018-4.248a1.354 1.354 0 0 1 .215-.792c.022 5.25-.007 10.5.004 15.75-.071.614.598 1.052 1.149 1.056 1.801.015 3.603-.02 5.404.016.277.122.571.219.879.204 1.477-.023 2.954.006 4.431-.022.641-.058 1.204.364 1.846.298 1.969-.027 3.939.011 5.908-.02.349-.027.694.043 1.001.213l-.214-.004c-2.839-.24-5.718.169-8.54-.261-3.54.018-7.081-.003-10.621-.001-.238-.007-.44.126-.629.254-.81-.246-1.387-1.072-1.36-1.915-.006-4.123-.003-8.249.005-12.372.048-2.125-.133-4.244-.077-6.37C.421 2.138.4 1.067 1.148.415m-.107.376c.202.197.497-.005.726-.048.467-.189.974-.121 1.463-.116 3.323.002 6.646-.003 9.969.002.474-.011 1.006.085 1.411-.227C13.968.229 13.3.316 12.645.3 9.199.289 5.752.306 2.307.256 1.862.282 1.183.248 1.041.791z"/><path fill="#292929" d="M45.097 21.873c.177-.004.355-.008.534-.006l.194.019c-.054.968-.865 1.939-1.89 1.884-2.442-.017-4.889.031-7.328-.052-.637-.247-1.327-.117-1.991-.14-2.814-.019-5.63.029-8.443-.024-.142-.147-.26-.38-.5-.354a184.745 184.745 0 0 0-3.796.008c-.276.006-.539-.079-.798-.162 7.622-.042 15.245-.001 22.866-.02.595-.004 1.229-.517 1.152-1.153z"/><path fill="#191919" d="M41.053.412c1.361-.01 2.687-.383 4.048-.145.086.059.171.121.252.188.212.468.482.936.478 1.467l-.471.091c-.033.364-.054.736.05 1.09.21.714-.072 1.441-.107 2.158-.083.845.154 1.693-.024 2.533-.15.669.198 1.317.108 1.986-.041.403-.181.798-.155 1.207.111.35.462.611.424 1.011.06.43-.288.734-.427 1.104-.164.537.464.868.427 1.387.096.534-.499.858-.43 1.385.056 1.958-.025 3.917.029 5.874.125.041.25.081.378.118-.179-.002-.357.003-.534.006-.021-6.709.006-13.418-.001-20.127.042-.526-.474-.882-.936-.974C43.133.592 42.101.443 41.055.41z"/><path fill="#080808" d="M1.041.791c.142-.544.822-.51 1.266-.535C5.753.306 9.2.289 12.645.3c.655.016 1.324-.071 1.965.102-.405.312-.937.216-1.411.227C9.876.624 6.553.629 3.23.627 2.741.622 2.234.554 1.767.743c-.23.043-.524.245-.726.048z"/><path fill="#424242" d="M16.739.397c1.305-.167 2.63.035 3.938-.139 2.43-.035 4.862-.003 7.292-.016 2.121.112 4.246.098 6.369.081.487-.014.891.355 1.384.316 1.015-.013 2.032-.011 3.047-.008.692.013 1.401-.086 2.074.127-6.864.038-13.728.007-20.593.017l-.183-.272C18.959.416 17.83.625 16.738.398z"/><path fill="#a9a9a9" d="M1.221 1.578c.255-.377.571-.834 1.088-.797C8.29.776 14.27.789 20.25.775 27.115.766 33.979.796 40.843.758c1.105.048 2.212.016 3.317.015.462.091.978.448.936.974.006 6.709-.02 13.418.001 20.127.077.636-.557 1.149-1.152 1.153-7.622.019-15.245-.022-22.866.02-4.426-.03-8.854-.022-13.28-.004-1.801-.036-3.603-.001-5.404-.016-.551-.004-1.22-.442-1.149-1.056-.011-5.25.018-10.499-.004-15.75.001-1.547.056-3.099-.02-4.644m.406-.308l.006.081c-.067.102-.163.193-.192.316-.06 6.675-.048 13.353-.045 20.03a.94.94 0 0 0 .275.758l.006.138c.61.257 1.279.165 1.922.177 13.2.002 26.4-.003 39.6.002.45-.018.956.077 1.354-.186.275-.282.409-.685.389-1.077-.004-6.307-.022-12.615.03-18.921.017-.504-.047-1.078-.447-1.433-.394-.333-.942-.234-1.418-.247C29.6.881 16.092.92 2.584.906c-.364-.035-.675.161-.955.364z"/><path fill="#fff" d="M1.628 1.269c.281-.203.592-.399.955-.364C16.091.919 29.599.88 43.107.906c.475.013 1.024-.086 1.418.247.4.354.463.929.447 1.433-.052 6.306-.033 12.614-.03 18.921.02.392-.114.795-.389 1.077-.398.263-.904.168-1.354.186-13.2-.005-26.4 0-39.6-.002-.642-.012-1.312.079-1.922-.177a6.1 6.1 0 0 1-.006-.138C1.604 16.2 1.636 9.944 1.669 3.691c-.004-.781.022-1.562-.036-2.342l-.006-.081m19.828.897a4.03 4.03 0 0 0 .017 1.473c4.086.021 8.173.023 12.258-.001.114-.469.198-.997 0-1.453-.224-.055-.457-.048-.685-.05-3.863.027-7.728-.029-11.59.03m.327 3c-.045.379-.128 1.09.457 1.014 4.479-.025 8.962.034 13.439-.034-.03-.499.324-1.582-.503-1.508-4.28.001-8.562.003-12.842-.001-.319-.048-.545.234-.551.53m-7.858-.107c-1.178 1.315-2.321 2.663-3.495 3.982-.162.184-.384.33-.64.313-1.379.008-2.757-.009-4.136.008-.131 1.027-.03 2.067-.061 3.1.032.847-.074 1.704.067 2.544.17.011.34.02.509.038.746.477 1.758.38 2.547.801.221.315.223.726.42 1.055.433.754 1.231 1.239 2.07 1.41 1.003.159 1.981-.418 2.586-1.186.328-.365.332-.882.563-1.299 3.556.028 7.111.006 10.667.012.213.03.455-.072.415-.325.016-2.101.021-4.203-.003-6.304 4.047.015 8.094-.002 12.142.007.165-.007.357-.005.479-.138.055-.509.055-1.03.001-1.539-.174-.175-.447-.126-.671-.141-4.014.031-8.032-.037-12.045.035-.023.553-.006 1.107-.02 1.661-1.331.03-2.673-.068-3.999.045-.02-1.014-.058-2.034.011-3.044.291-.332.303-.76.238-1.178-2.23-.119-4.472-.012-6.707-.054-.315.022-.709-.081-.938.198m12.521 5.695c-.018.368-.012.737.013 1.105 4.084.016 8.168.015 12.252-.001.022-.367.028-.736.012-1.104-4.092-.023-8.185-.016-12.277 0m.001 2.498c.023.641-.14 1.324.108 1.934 4.102-.012 8.205-.002 12.307-.006.415-.006.843.049 1.245-.087.029-.613.031-1.228.003-1.842-4.554-.018-9.109-.014-13.663 0m-.262 3.055a10.937 10.937 0 0 0-.014 2.015c4.016.039 8.034.004 12.051.016.162-.02.442.027.482-.189.041-.535.035-1.076.002-1.611-.022-.237-.302-.248-.485-.243-4.012.01-8.024-.013-12.036.012z"/><path fill="#fff" d="M16.971 5.872c.937-.013 1.874.001 2.811-.013.088 1.053.042 2.112.045 3.167-1.629.034-3.259.018-4.89.003.457-.782 1.081-1.458 1.461-2.286.161-.309.37-.588.572-.871z"/><path d="M.997 1.807c.049-.204.098-.408.15-.612.027.127.052.255.075.382.077 1.545.021 3.097.02 4.644-.148.238-.231.51-.215.792.022 1.416-.003 2.832.018 4.248.011.388-.079.766-.183 1.136-.175.522.163 1.021.186 1.54.068.588-.454 1.121-.234 1.707.185.48.289.994.171 1.505-.159.774.068 1.55.034 2.327-.072.767-.048 1.539.052 2.302l-.505.107c-.054-3.418.003-6.837-.018-10.254.103-3.222-.076-6.45.066-9.676l.383-.148zM45.36 2.013l.471-.091c-.009 5.606.014 11.214-.013 16.819-.142 1.047.094 2.094.007 3.145l-.194-.019c-.127-.037-.253-.078-.378-.118-.054-1.957.028-3.916-.029-5.874-.069-.526.526-.851.43-1.385.037-.52-.592-.85-.427-1.387.139-.37.487-.674.427-1.104.039-.4-.313-.661-.424-1.011-.026-.409.114-.804.155-1.207.09-.669-.258-1.317-.108-1.986.178-.84-.059-1.688.024-2.533.035-.717.318-1.445.107-2.158-.104-.354-.083-.726-.05-1.09zM21.563 2.546c4.026.008 8.053-.009 12.08-.042-.006.261-.006.522-.005.784-.601-.023-1.201-.064-1.801-.086-3.411.063-6.825.068-10.239.045a41.23 41.23 0 0 0-.036-.702zM22.101 5.174c.66.083 1.324.128 1.988.158.726.036 1.469-.175 2.176.066-1.114.431-2.378-.142-3.475.323.817.227 1.669.061 2.502.121.978.126 1.795-.662 2.766-.58.507.181 1.062.51 1.593.196.438-.258 1.228-.414 1.392.234a6.095 6.095 0 0 0-1.194.272c-2.563.125-5.15.013-7.722.049-.002-.28-.004-.56-.026-.839zM31.854 5.651c.128-.19.28-.405.542-.375.94-.006 1.881-.024 2.822-.01.021.258.045.515.08.772-.554-.043-1.11.011-1.662-.059a4.86 4.86 0 0 0 .957-.331c-.91-.499-1.827.511-2.74.004zM5.775 9.766c1.706.161 3.412.019 5.118-.056 2.093-.018 4.185-.014 6.277.043 2.618.048 5.234-.151 7.85-.057.053.895.046 1.794.003 2.688-.893-.029-1.794-.158-2.68.037-5.529.053-11.053-.066-16.579.041.008-.898-.018-1.797.012-2.695zM26.551 10.903c4.011-.017 8.03-.042 12.044-.022l-.001.701a14.06 14.06 0 0 1-2.133-.06c-.557.061-1.127.131-1.659-.098-.21.075-.421.161-.646.165-2.527-.006-5.056.017-7.582-.007l-.023-.678zM26.567 13.393c4.472-.035 8.948-.022 13.422-.015.012.51.013 1.022-.001 1.533-1.298-.1-2.596.018-3.895-.004-3.174-.005-6.35.01-9.524-.007a31.547 31.547 0 0 1-.001-1.507zM26.285 18.157c-.009-.534-.075-1.077.043-1.604 3.902.04 7.806.002 11.707.015.146.002.283.053.423.091-.009.491-.004.983-.012 1.474-4.053.05-8.108.009-12.162.024z"/><path fill="#f0f0f0" d="M1.442 1.666c.029-.123.125-.213.192-.316.058.78.032 1.561.036 2.342-.033 6.253-.066 12.509.002 18.762a.94.94 0 0 1-.275-.758c-.003-6.677-.015-13.355.045-20.03z"/><path fill="#b9b9b9" d="M21.455 2.165c3.862-.059 7.727-.004 11.59-.03.228.002.461-.006.685.05.198.456.114.984 0 1.453-4.086.024-8.173.022-12.258.001a4.052 4.052 0 0 1-.017-1.473m.067 1.178l.115.123c3.896.018 7.793-.002 11.69.011.582.048.469-.747.318-1.1l.002-.105c-4.024-.004-8.046.004-12.069-.001a2.772 2.772 0 0 0-.056 1.073z"/><path fill="#414141" d="M21.522 3.344a2.773 2.773 0 0 1 .056-1.073c4.023.005 8.046-.003 12.069.001l-.002.105-.003.126c-4.027.032-8.055.05-12.08.042.014.234.026.468.036.702 3.414.023 6.828.018 10.239-.045.6.022 1.2.063 1.801.086-.559.122-1.132.063-1.698.057-3.474.004-6.946.036-10.419-.001z"/><path fill="#7a797a" d="M33.646 2.378c.15.354.263 1.148-.318 1.1-3.897-.013-7.794.007-11.69-.011a6.687 6.687 0 0 1-.115-.123c3.473.037 6.945.005 10.419.001.566.006 1.138.065 1.698-.057-.002-.261-.002-.522.005-.784l.003-.126z"/><path fill="#c6c6c6" d="M21.782 5.164c.006-.296.232-.578.551-.53 4.28.004 8.562.002 12.842.001.827-.074.473 1.009.503 1.508-4.477.068-8.96.009-13.439.034-.585.077-.502-.634-.457-1.014m.346-.395c-.173.405-.134.849-.131 1.278.502.143 1.027.063 1.542.079 3.785.014 7.569-.023 11.354.004a3.89 3.89 0 0 0 .679-.092c-.015-.442.203-1.278-.489-1.263-4.318-.015-8.636 0-12.954-.006z"/><path fill="#666" d="M22.128 4.768c4.318.006 8.636-.008 12.954.006.692-.016.474.821.489 1.263-.224.044-.45.089-.679.092-3.785-.027-7.569.01-11.354-.004-.514-.017-1.039.064-1.542-.079-.003-.429-.042-.873.131-1.278m.079.27l-.105.136c.022.279.024.559.026.839 2.573-.036 5.159.076 7.722-.049 1.26.061 2.527.04 3.787.015.551.07 1.108.016 1.662.059.161-.325.271-1.146-.31-1.021-3.294.018-6.59-.011-9.883.018-.963.208-1.931-.138-2.898.003z"/><path fill="#a8a8a8" d="M13.924 5.058c.229-.279.623-.175.938-.198 2.235.042 4.477-.065 6.707.054.065.418.053.846-.238 1.178-.069 1.01-.031 2.031-.011 3.044l-.164.032-.038-.005c.064-1.073.045-2.147.055-3.222l.274-.223c.005-.228.008-.457.011-.685-2.412-.006-4.83-.031-7.238.02-1.111 1.182-2.151 2.441-3.233 3.653-.323.325-.577.858-1.105.838-1.365-.002-2.731.017-4.096-.007l-.012.228c-.03.898-.004 1.797-.012 2.695.002.801-.03 1.602.01 2.402.168.068.336.136.508.193l-.113-.013c-.169-.018-.339-.027-.509-.038-.141-.84-.035-1.697-.067-2.544.031-1.033-.07-2.072.061-3.1 1.379-.018 2.757 0 4.136-.008.256.017.477-.129.64-.313 1.174-1.319 2.317-2.667 3.495-3.982z"/><path fill="#1a1a1a" d="M22.206 5.038c.967-.14 1.936.205 2.898-.003 3.294-.03 6.589-.001 9.883-.018.582-.125.471.696.31 1.021a14.316 14.316 0 0 1-.08-.772c-.941-.014-1.882.004-2.822.01-.262-.03-.414.185-.542.375.913.508 1.83-.503 2.74-.004a4.797 4.797 0 0 1-.957.331c-1.26.025-2.527.046-3.787-.015a6.04 6.04 0 0 1 1.194-.272c-.164-.647-.954-.492-1.392-.234-.531.314-1.086-.015-1.593-.196-.971-.082-1.789.706-2.766.58-.834-.06-1.686.106-2.502-.121 1.098-.465 2.361.108 3.475-.323-.707-.242-1.45-.03-2.176-.066a24.915 24.915 0 0 1-1.988-.158l.105-.136z"/><path fill="#020202" d="M10.987 8.707c1.082-1.212 2.121-2.471 3.233-3.653 2.408-.052 4.826-.027 7.238-.02-.003.228-.006.457-.011.685-.249 0-.498-.002-.748-.005.32 1.005.168 2.091.133 3.128l-.625-.041c-.017-1.018.013-2.036-.021-3.054-.847-.12-1.703-.029-2.554-.059-.355.002-.805-.045-1.007.319-.627.925-1.257 1.85-1.882 2.777-1.036.098-2.076.073-3.114.082-.225.003-.436-.08-.641-.161zM25.51 7.602c4.091-.113 8.188-.03 12.281-.053.016.508.016 1.016-.001 1.523-3.331-.038-6.67.016-10.005-.005-.757-.026-1.522.063-2.273-.065.007-.467.007-.934-.002-1.401z"/><path fill="#232323" d="M20.699 5.715c.249.003.498.005.748.005l-.274.223c-.01 1.075.008 2.15-.055 3.222.007.114.017.227.028.341 1.31.086 2.624-.067 3.934.039.103.964.078 1.938.021 2.903-.853.135-1.717.043-2.575.083-2.893.041-5.786.023-8.679.017-.474-.009-.943.064-1.409.146a4.935 4.935 0 0 0-1.785-.008 4.92 4.92 0 0 0-1.515-.136c-1.021.054-2.045-.038-3.066.046.42.085.842.162 1.257.269-.421.139-.854.24-1.286.338.808-.102 1.629.177 2.158.806a4.43 4.43 0 0 1 .83-.481c-.021.167-.042.335-.075.501-.213.434-.287.912-.323 1.389-.976-.072-1.882-.515-2.861-.554-.04-.8-.008-1.601-.01-2.402 5.526-.106 11.05.012 16.579-.041.885-.195 1.787-.066 2.68-.037.043-.894.05-1.793-.003-2.688-2.616-.094-5.232.105-7.85.057a175.125 175.125 0 0 0-6.277-.043c-1.706.076-3.412.217-5.118.056l.012-.228c1.364.024 2.73.006 4.096.007.528.019.782-.513 1.105-.838.205.08.415.163.641.161 1.038-.009 2.079.016 3.114-.082-.135.204-.201.606.15.606 1.581.179 3.181.179 4.77.13.409.023.583-.366.545-.719l.625.041c.035-1.038.187-2.123-.133-3.128z"/><path fill="#626262" d="M16.625 6.009c.202-.365.652-.318 1.007-.319.851.03 1.707-.061 2.554.059.034 1.017.005 2.035.021 3.054.039.353-.136.742-.545.719-1.59.049-3.189.049-4.77-.13-.351.001-.284-.402-.15-.606.625-.927 1.255-1.852 1.882-2.777m.347-.137c-.202.283-.412.562-.572.871-.386.353-.614.832-.917 1.25-.237.386-.594.714-.688 1.172 1.755.037 3.512.043 5.267.003.024-1.084.002-2.168.012-3.252l-.292-.057c-.937.014-1.874 0-2.811.013z"/><path fill="#d3d3d3" d="M19.782 5.859l.292.057c-.01 1.084.012 2.168-.012 3.252-1.755.041-3.512.034-5.267-.003.093-.459.45-.786.688-1.172.303-.418.531-.897.917-1.25-.38.827-1.004 1.504-1.461 2.286 1.63.016 3.26.031 4.89-.003-.004-1.055.042-2.114-.045-3.167z"/><path fill="#a0a0a0" d="M25.338 7.432c4.014-.072 8.031-.004 12.045-.035.224.015.497-.034.671.141.054.509.054 1.03-.001 1.539-.122.134-.314.131-.479.138-4.048-.009-8.095.007-12.142-.007.024 2.101.018 4.203.003 6.304.04.253-.202.354-.415.325-3.556-.006-7.111.016-10.667-.012-.231.416-.235.934-.563 1.299-.605.768-1.582 1.345-2.586 1.186-.838-.171-1.637-.655-2.07-1.41-.197-.329-.199-.74-.42-1.055-.788-.421-1.801-.324-2.547-.801l.113.013c.851.112 1.651.48 2.515.505.012-.397-.039-.82.169-1.18.093 1.012-.219 2.274.745 2.974.96.926 2.714.974 3.658-.003.927-.678.695-1.906.709-2.897l.162-.003c.02.399.033.798.033 1.196.128.015.256.03.384.042 3.536.018 7.074.046 10.611-.031.019-.166.042-.331.055-.498-.093-1.956.11-3.921-.083-5.872-1.359-.091-2.742.126-4.084-.122.042-.007.124-.024.164-.032 1.326-.114 2.668-.016 3.999-.045.015-.554-.003-1.108.02-1.661m.049.12a9.497 9.497 0 0 0 .022 1.564c3.928.087 7.862.006 11.791.037.246.009.489-.029.729-.081.008-.508.009-1.016.002-1.524a3.353 3.353 0 0 0-.638-.086c-3.446.016-6.893-.005-10.339.011-.522.019-1.053-.046-1.567.079z"/><path fill="#303030" d="M21.117 9.165l.038.005c1.342.247 2.725.03 4.084.122.193 1.95-.01 3.916.083 5.872-.166.202-.394.343-.666.307-.978-.032-1.964.088-2.936-.072-.963-.247-1.925.05-2.888.088-1.468-.031-2.938.046-4.403-.044-.019-.158-.03-.317-.042-.475.388.587 1.123.282 1.681.195.947-.234 1.87.294 2.82.117 2.034-.361 4.118.14 6.145-.041.158-.574.064-1.23-.013-1.828-.416.017-.938-.155-1.255.2-.562.625-1.48.659-2.259.61-.438.018-.599-.517-1.014-.567-.487-.09-.985.045-1.471-.036-1.618-.71-3.426-.025-5.121-.272l-.11.255a8.395 8.395 0 0 0-.21-.163c-.346-.295-.714-.576-1.142-.744.465-.082.934-.155 1.409-.146 2.893.006 5.786.024 8.679-.017.858-.04 1.722.052 2.575-.083.056-.966.082-1.939-.021-2.903-1.31-.106-2.624.047-3.934-.039-.011-.114-.02-.227-.028-.341z"/><path fill="#5b5b5b" d="M26.445 10.754c4.092-.016 8.185-.023 12.277 0 .016.368.01.737-.012 1.104-4.084.016-8.168.017-12.252.001a9.7 9.7 0 0 1-.013-1.105m.106.149l.023.678c2.526.024 5.055.001 7.582.007.225-.005.437-.09.646-.165.532.229 1.102.159 1.659.098.708.081 1.421.087 2.133.06l.001-.701c-4.014-.02-8.034.006-12.044.022z"/><path fill="#353535" d="M6.072 12.595c1.021-.084 2.045.007 3.066-.046a4.92 4.92 0 0 1 1.515.136 4.286 4.286 0 0 0-1.696 1.343 7.76 7.76 0 0 0 .075-.501c-.294.128-.57.293-.83.481-.529-.629-1.35-.908-2.158-.806.432-.098.865-.198 1.286-.338-.415-.107-.837-.184-1.257-.269z"/><path fill="#bebebe" d="M10.652 12.685a4.935 4.935 0 0 1 1.785.008c.427.168.796.449 1.142.744.211.304.421.63.422 1.014-.555-.807-1.426-1.512-2.462-1.432-1.039-.086-1.961.613-2.436 1.492-.07-.404.155-.761.386-1.071a4.286 4.286 0 0 1 1.163-.756m-.069.194a7.75 7.75 0 0 0 1.913-.002 7.702 7.702 0 0 0-1.913.002z"/><path fill="#eaeaea" d="M10.583 12.878a7.702 7.702 0 0 1 1.913-.002 7.75 7.75 0 0 1-1.913.002z"/><path fill="#616161" d="M9.103 14.512c.475-.879 1.397-1.578 2.436-1.492 1.036-.08 1.907.625 2.462 1.432-.001-.384-.21-.711-.422-1.014l.21.163c.333.378.611.846.597 1.366.012.159.023.318.042.475.072.087.15.168.227.25-.128-.012-.256-.028-.384-.042 0-.399-.013-.798-.033-1.196l-.162.003c-.014.99.218 2.219-.709 2.897.125-.216.24-.436.356-.656.107-.202.186-.419.234-.642.02-.25.027-.502.025-.753-.009-.906-.701-1.775-1.602-1.938-1.385-.736-3.27.423-3.292 1.98-.091.738.193 1.427.62 2.013-.964-.7-.652-1.962-.745-2.974-.208.36-.157.783-.169 1.18-.864-.025-1.664-.393-2.515-.505a8.413 8.413 0 0 1-.508-.193c.978.039 1.885.482 2.861.554.036-.477.11-.955.323-1.389.156-.214.339-.408.533-.587-.231.31-.456.666-.386 1.071z"/><path fill="#1d1d1d" d="M9.09 15.342c.021-1.557 1.907-2.716 3.292-1.98.902.163 1.593 1.033 1.602 1.938-.946.034-1.89-.306-2.823-.027-.692-.016-1.388-.149-2.071.068z"/><path fill="#656565" d="M26.446 13.252c4.554-.014 9.109-.018 13.663 0a19.51 19.51 0 0 1-.003 1.842c-.402.136-.83.08-1.245.087-4.102.004-8.205-.006-12.307.006-.248-.61-.085-1.293-.108-1.934m.121.14c-.011.502-.012 1.005.001 1.507 3.174.018 6.35.003 9.524.007 1.3.021 2.598-.096 3.895.004.014-.511.013-1.023.001-1.533-4.473-.007-8.949-.02-13.422.015z"/><path fill="#161616" d="M13.899 13.346c1.696.247 3.503-.438 5.121.272.486.081.984-.054 1.471.036.414.05.575.584 1.014.567.779.049 1.697.015 2.259-.61.318-.355.839-.184 1.255-.2.077.597.171 1.254.013 1.828-2.027.181-4.11-.32-6.145.041-.95.177-1.873-.351-2.82-.117-.558.087-1.293.392-1.681-.195.014-.521-.264-.988-.597-1.366l.11-.255m7.031 1.042c-.276.103-.685.239-.611.61 1.02-.006 2.071.087 3.07-.144-.226-.284-.613-.257-.934-.329-.502-.078-1.015-.245-1.525-.138z"/><path fill="#363636" d="M20.93 14.389c.51-.107 1.023.06 1.525.138.321.072.708.044.934.329-.999.231-2.05.138-3.07.144-.074-.371.335-.507.611-.61z"/><path fill="#2b2b2b" d="M9.09 15.342c.683-.217 1.379-.084 2.071-.068.932-.279 1.877.061 2.823.027.002.251-.005.503-.025.753-.539.037-1.074.293-1.614.133a1.99 1.99 0 0 0-1.028.001c.709.491 1.59.44 2.408.509-.116.221-.232.44-.356.656-.944.977-2.698.929-3.658.003-.427-.586-.712-1.276-.62-2.013z"/><path fill="#535353" d="M24.656 15.471c.271.036.499-.105.666-.307-.014.166-.036.331-.055.498-3.536.078-7.074.049-10.611.031a4.872 4.872 0 0 1-.227-.25c1.465.09 2.935.013 4.403.044.964-.038 1.926-.335 2.888-.088.972.16 1.958.04 2.936.072z"/><path fill="#050505" d="M11.316 16.188a1.99 1.99 0 0 1 1.028-.001c.54.16 1.075-.096 1.614-.133-.048.223-.127.44-.234.642-.818-.068-1.699-.018-2.408-.509z"/><path fill="#959595" d="M26.184 16.306c4.012-.025 8.024-.002 12.036-.012.183-.006.462.006.485.243.033.534.039 1.075-.002 1.611-.04.216-.32.169-.482.189-4.016-.012-8.034.023-12.051-.016a10.937 10.937 0 0 1 .014-2.015m.101 1.851c4.053-.015 8.108.026 12.162-.024.008-.491.003-.983.012-1.474-.139-.039-.277-.09-.423-.091-3.902-.013-7.806.025-11.707-.015-.118.527-.053 1.071-.043 1.604z"/><path fill="#ececec" d="M44.516 23.836a2.045 2.045 0 0 0 1.453-1.729V24H2.339l-.167-.079c11.303-.042 22.613-.05 33.921-.044 2.058.112 4.122.034 6.184.057.746-.006 1.501.04 2.239-.098z"/><path fill="#acacac" d="M0 22.831c.277.448.598.883 1.05 1.169H0v-1.169z"/><path fill="#4b4b4b" d="M7.798 23.043c4.426-.018 8.854-.027 13.28.004.259.082.522.168.798.162 1.265-.013 2.531-.021 3.796-.008.24-.026.358.208.5.354 2.814.053 5.629.005 8.443.024.664.023 1.354-.107 1.991.14-4.914.046-9.832.043-14.745-.003a1.77 1.77 0 0 0-1.001-.213c-1.969.031-3.939-.006-5.908.02-.642.066-1.206-.356-1.846-.298-1.477.029-2.954-.001-4.431.022-.307.015-.602-.082-.879-.204z"/><path fill="#141414" d="M1.858 23.704c.188-.127.39-.261.629-.254 3.54-.002 7.081.019 10.621.001 2.823.43 5.701.021 8.54.261-5.706.085-11.417.029-17.125.047-.888-.023-1.782.059-2.665-.055z"/></symbol><symbol viewBox="0 0 46 24" id="complementary--when-rainy--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#3d3d3d" d="M1.639.269C14.001.145 26.364.258 38.727.255l.07.382c.78.014 1.564-.037 2.336.102-1.461.129-2.915-.117-4.377-.07-5.166.004-10.331.01-15.497-.002-.574.004-1.127.178-1.699.202-5.954.026-11.908-.01-17.862.02l.101-.068C2.361.737 2.93.768 3.496.769 7.465.77 11.433.767 15.402.771c.83.011 1.669.011 2.48-.183a4.75 4.75 0 0 0-1.347-.179C11.843.428 7.149.393 2.456.416 2.178.407 1.908.334 1.64.27z"/><path fill="#0c0c0c" d="M.797.536C1.04.355 1.336.255 1.64.27c.268.064.539.137.816.146C7.149.393 11.842.428 16.535.409a4.75 4.75 0 0 1 1.347.179c-.812.195-1.651.195-2.48.183C11.433.767 7.465.77 3.496.769 2.93.768 2.361.737 1.799.821c-.302.016-.607.024-.91.037L.796.536z"/><path fill="#202020" d="M38.727.255c1.863-.002 3.728.01 5.591.001.827-.055 1.304.779 1.603 1.428v4.662c-.06.37-.121.743-.119 1.119.026 3.724-.011 7.448-.014 11.17.06 1.41-.017 2.82-.038 4.228-.259.512-.726.861-1.214 1.137h-5.442c-.154-.036-.305-.078-.459-.112-.526-.527-1.321-.198-1.974-.22-3.533.06-7.064-.068-10.596-.091 2.086-.073 4.176.008 6.263-.077 3.65.001 7.301.122 10.95.018.333.006.641-.129.925-.29.338-.144.623-.382.843-.674.1-.12.203-.237.305-.355-.13-.938-.059-1.886-.074-2.829-.018-3.654.044-7.306.007-10.959-.03-.714.158-1.501-.241-2.145-.043-1.493.001-2.987-.01-4.48.041-.416-.369-.631-.662-.828-1.024-.403-2.169-.032-3.238-.22-.772-.139-1.556-.088-2.336-.102a51.112 51.112 0 0 1-.07-.382m6.636 1.956c-.095.544.051 1.089.012 1.634-.218 1.673.056 3.359-.052 5.038-.06.489.126.949.229 1.415.009.485-.251.933-.238 1.419-.015.456.233.871.234 1.324-.066.473-.252.931-.227 1.416.038 2.484-.041 4.971.04 7.454l.36.094c-.017-1.197.187-2.427-.146-3.596-.098-.479.172-.928.192-1.4.048-.489-.187-.94-.224-1.418.03-.417.218-.807.218-1.227-.005-2.825-.007-5.65.002-8.475-.173-1.261.181-2.524-.022-3.785l-.379.107zM0 1.645C.203 1.236.45.84.797.536L.89.858c.303-.013.608-.021.91-.037L1.609.95c-.214.142-.421.296-.633.441l-.282.193c-.01.155-.022.31-.028.466l-.506.218c-.005.416-.058.876.23 1.22l-.275.244.224.325a2.45 2.45 0 0 0-.248 1.234c.042.98-.071 1.965.091 2.939.114.629-.036 1.257-.093 1.883-.083.474.437.764.435 1.224.066.508-.469.831-.462 1.326-.032.502.522.817.462 1.326 0 .455-.47.757-.437 1.222.052 2.224-.037 4.45.032 6.675l.543.066v.281a76.23 76.23 0 0 0-.66-.12V1.648z"/><path fill="#545454" d="M19.56.869c.572-.025 1.125-.198 1.699-.202 5.166.012 10.331.006 15.497.002 1.462-.047 2.916.199 4.377.07 1.07.188 2.214-.183 3.238.22C31.188 1 18.003.98 4.819.991c-1.071-.015-2.142.04-3.211-.042l.09-.06C7.652.859 13.606.895 19.56.869z"/><path fill="#b9b9b9" d="M.975 1.391c.212-.146.419-.3.633-.441 1.069.081 2.14.026 3.211.042C18.003.981 31.188 1.001 44.371.96c.294.197.703.412.662.828.011 1.493-.032 2.987.01 4.48.023.557.079 1.112.072 1.671-.072 4.872.049 9.746-.069 14.617-.22.292-.505.53-.843.674l-.419-.009c-12.831-.078-25.663.026-38.494-.027-1.051.011-2.103-.028-3.153.029l-.345-.004a1.742 1.742 0 0 1-.816-.495c-.216-.49-.187-1.034-.18-1.556C.791 14.931.805 8.694.794 2.457c-.008-.364.077-.719.18-1.065m.52-.175c-.391.197-.429.664-.42 1.051.016 6.644-.012 13.29.015 19.934-.059.59.591.866 1.085.837 13.891.003 27.782-.001 41.673-.003.559.043 1.097-.452 1.062-1.02.011-6.711.013-13.425-.029-20.134-.01-.464-.517-.763-.94-.766-13.921-.015-27.844.011-41.765.001-.228.013-.471 0-.68.101z"/><path fill="#fff" d="M1.494 1.217c.21-.101.453-.088.68-.101 13.921.01 27.844-.016 41.765-.001.423.003.93.302.94.766.043 6.71.041 13.423.029 20.134.035.569-.503 1.063-1.062 1.02-13.891.002-27.782.006-41.673.003-.493.028-1.143-.248-1.085-.837-.027-6.644.001-13.29-.015-19.934-.009-.386.029-.854.42-1.051m16.055 1.938l.009.048c-.602.85-.765 1.986-.524 2.991.328 1.811 2.029 3.233 3.85 3.338.54.079 1.1-.115 1.617-.091 1.521 1.591 3.833 2.403 6.008 1.973.432-.111.872-.204 1.32-.209l.11.171c.208.742 1.02 1.238 1.652 1.666-.245.435-.129.92.02 1.363l.338.08c-.104.187-.179.456.103.519.443.159.835.793 1.337.526.152-.4.057-.861.124-1.284.116.409.011.829.018 1.243.272.315.704.025.978-.147.285-.224.922-.444.518-.859l.345-.074c.18-.45.435-.931.211-1.418.342-.046.742-.191.997.13 1.307 1.236 3.313 1.655 4.999 1.033.271-.072.672-.173.622-.54.011-3.311-.002-6.623.009-9.934-.012-.173.011-.373-.117-.51-.478-.263-1.035-.173-1.555-.18l-21.26.001c-.578.005-1.181-.073-1.727.163m-1.496 6.506c.22.481.641.81 1.037 1.139-.213.194-.421.39-.628.591-.31-.386-.634-.771-1.062-1.032-.79.603-1.433 1.368-2.179 2.02-.456.553.274 1.104.735 1.324-.386.491-.893.867-1.29 1.349a1.8 1.8 0 0 0 .915.925c-.148.26-.316.671-.681.623a20.854 20.854 0 0 1-1.025-1.078c.085-.067.171-.132.258-.197l.025-.322c-.24-.249-.465-.535-.81-.64-.525.66-1.241 1.138-1.764 1.799.039.26.301.436.493.598l-.14-.062c.11.204.238.399.375.586-.215.212-.431.422-.636.643.032-.527-.474-1.06-.974-1.097-.576.309-.966.882-1.417 1.344.249.393.572.953 1.122.845.402-.179.657-.567.98-.852.264.462.834 1.135 1.407.753.562-.559 1.129-1.115 1.701-1.665.274.439.626.996 1.232.88-.198.214-.403.426-.549.68.174.334.457.627.805.78.328.138.58-.178.798-.37.583-.594 1.227-1.13 1.757-1.775l.134-.021c.268.341.542.755 1.027.768-.7.489-.111 1.346.517 1.507.574-.352 1.139-.841 1.476-1.431-.059-.451-.56-.747-.938-.957.175-.204.379-.409.395-.694l.023-.022c.305-.012.511-.246.715-.439.105.445.439.791.827 1.011.276-.016.468-.242.599-.462l-.14.051c.416-.557 1.236-.869 1.385-1.58-.178-.163-.35-.331-.52-.5-.145.001-.289.004-.433.007-.422.456-.885.874-1.323 1.316-.327-.299-.63-.623-.951-.928a36.326 36.326 0 0 1-.006-.333l-.153-.047c.136-.032.285-.088.357-.218.171-.051.449-.126.279-.351-.267-.355-.711-1.003-1.204-.62-.404.421-.893.774-1.243 1.242-.032.448.449.638.658.968.046.341-.342.51-.532.734-.323.249-.53.669-.918.814-.365-.306-.652-.867-1.22-.704.053-.603-.518-.908-.934-1.211.218-.214.435-.432.648-.652.125.106.249.212.375.317l.063-.198c.086.336.416.573.759.587.403-.403.814-.798 1.208-1.21-.211-.226-.423-.45-.637-.673-.514.026-.809.513-1.14.845-.25-.383-.574-.706-.92-1-.17-.106-.078-.328.05-.426.461-.444.937-.874 1.375-1.343.198.351.452.699.828.873.389.079.648-.3.895-.538-.064.527.333 1.099.877 1.128.41-.253.7-.654 1.078-.949.346.628.968 1.028 1.357 1.626.195.312.725.685.928.175.111-.076.181-.193.256-.301.113.471.454.85.856 1.103.266-.032.45-.266.647-.425.561-.543 1.149-1.062 1.678-1.636.242-.286-.123-.6-.326-.785-.197-.146-.514-.449-.733-.181-.242.214-.461.452-.693.677-.21-.24-.431-.479-.726-.614-.038-.11-.075-.219-.111-.329.531-.525-.076-1.088-.536-1.377-.552-.04-.793.609-1.197.884-.318-.359-.584-.967-1.142-.934-.422.245-.751.617-1.106.947.167-.603-.459-.883-.822-1.221.619-.523-.148-1.12-.631-1.359-.591.317-1.031.851-1.518 1.303m11.449 2.659l-.3.01a1.68 1.68 0 0 1-.514.419l-.023.13c.351.066.711.145.987.388-.003.16-.004.319-.005.479-.154 0-.307.001-.46.003a19.476 19.476 0 0 1-.513-.482l-.378.001c.029.119.076.235.093.358-.354.266-.236.731-.222 1.11l.557.033-.291.155.004.324c.197.033.396.063.595.092.073.06.145.122.215.186.105.006.211.011.316.018.028.061.084.185.111.248l-.104.03c.483.078.974.067 1.461.039l-.592.493-.047.313c.29.052.583.093.878.124.131.077.243.18.359.278l-.009.393a8.156 8.156 0 0 1-.384-.023 5.35 5.35 0 0 0-.523-.648c-.153.006-.305.009-.457.026-.34.574-.221 1.309.079 1.873.323.577.963.844 1.554 1.057.276-.437.135-.97.201-1.455.273.415-.279 1.388.466 1.344.867-.021 1.124-.901 1.627-1.42-.04-.257-.087-.511-.142-.764.391-.419-.083-.792-.541-.657.152-.101.342-.222.276-.438-.364-.485-1.012-.843-1.627-.672-.028.421.083.85-.044 1.263-.044-.421-.049-.846-.059-1.269l-.641-.031c.163-.178.325-.357.487-.537l-.17-.312c.173-.043.352-.073.517-.146.2-.686.085-1.435-.363-2l-.136.084c-.383-.209-.763-.423-1.102-.698l-.262.129c.125.317.135.656.123.99l-.46.25c-.218-.461.026-.956-.134-1.415-.135.109-.27.216-.403.327m-4.171 3.749l.015.376c-.643.654-.339 1.746.079 2.456.512.197.958.614 1.529.621.01-.469.007-.937.041-1.404.296.42-.099.895.047 1.34.378.25.768-.147 1.12-.275.437-.15.563-.615.776-.973a28.182 28.182 0 0 0-.038-.287c.105-.248.103-.532.042-.79.018-.998-.951-1.647-1.84-1.795-.158.497.078 1.001-.026 1.501l-.046.063-.085-.08c-.009-.484.104-1.001-.094-1.459-.546.141-1.002.495-1.519.707m12.678-.358l-.166.122c.023.442.081.892-.032 1.328-.602-.312-.166-.882-.231-1.35-.574-.042-1.027.387-1.499.646.28.463.941.432 1.172.943-.546.185-.897-.266-1.307-.528-.168.533-.341 1.227.101 1.676.287-.329.663-.578 1.116-.44-.166.453-.656.482-1.062.56.093.673.896.84 1.451.978l.105-.275c-.271-.371-.255-.821.153-1.081.113.471-.024.968.141 1.43.527-.177 1.191-.422 1.333-1.022-.387-.132-.865-.162-1.047-.594.237-.013.475-.021.714-.026l.066.079c.108.205.319.302.517.402.152-.553.241-1.204-.02-1.73-.433.264-.763.792-1.351.573.23-.527.92-.46 1.219-.927-.456-.257-.898-.541-1.374-.762z"/><path fill="#343434" d="M.694 1.584l.282-.193c-.103.346-.188.701-.18 1.065.011 6.236-.003 12.473.002 18.711-.008.523-.037 1.066.18 1.556-.158.203-.315.407-.47.612a3.743 3.743 0 0 1-.506-.916v-.309l.66.12v-.281c.055-.99-.04-1.973-.108-2.957.214-1.191-.018-2.394.104-3.592.018-4.45-.004-8.901.009-13.351.007-.156.018-.311.028-.466zM35.977 15.905c.31.31.777.349 1.129.597a8.512 8.512 0 0 1-.865.42c-.103-.335-.184-.677-.265-1.018z"/><path fill="#060606" d="M.159 2.268l.506-.218C.653 6.5.674 10.951.656 15.401c-.122 1.198.111 2.401-.104 3.592.068.984.163 1.966.108 2.957l-.543-.066c-.069-2.224.02-4.45-.032-6.675-.032-.465.437-.766.437-1.222.06-.508-.494-.824-.462-1.326-.007-.494.528-.817.462-1.326.003-.459-.518-.749-.435-1.224.057-.626.207-1.254.093-1.883C.018 7.255.131 6.269.089 5.289a2.44 2.44 0 0 1 .248-1.234L.113 3.73l.275-.244c-.287-.344-.234-.804-.23-1.22zM13.225 12.831c.489-.861 1.416-1.379 2.06-2.125l.335.01c.138.137.277.274.42.407.059.374-.261.598-.494.831-.575.489-1.086 1.044-1.649 1.546-.223-.224-.444-.45-.672-.67z"/><path fill="#030303" d="M45.363 2.21l.379-.107c.203 1.261-.151 2.524.022 3.785-.009 2.824-.007 5.649-.002 8.475 0 .42-.188.811-.218 1.227.037.478.272.93.224 1.418-.02.472-.29.921-.192 1.4.333 1.169.129 2.399.146 3.596l-.36-.094c-.08-2.483-.002-4.97-.04-7.454-.026-.486.161-.943.227-1.416-.001-.453-.249-.867-.234-1.324-.013-.487.247-.934.238-1.419-.103-.467-.288-.926-.229-1.415.108-1.679-.166-3.365.052-5.038.039-.545-.108-1.089-.012-1.634zM17.26 4.194c1.83-.179 3.677-.074 5.511.026 1.642.09 3.305-.313 4.926.087 1.54.317 3.06-.461 4.598-.106 1.045.345 2.203.329 3.251-.002 1.153-.209 2.321.038 3.477.086.921.048 1.818-.247 2.74-.2.041.509.043 1.02.006 1.53-1.454-.054-2.916.105-4.363-.117-1.57-.237-3.143.286-4.709.043-1.019-.318-2.14-.362-3.162-.031-1.121.283-2.249-.052-3.363-.166-.963-.123-1.875.344-2.833.227-2.013-.129-4.023.106-6.037.065-.024-.446-.058-.891-.06-1.337l.016-.103z"/><path fill="#c7c7c7" d="M17.548 3.154c.546-.235 1.149-.158 1.727-.163l21.26-.001c.521.007 1.077-.083 1.555.18-8.181.009-16.363.043-24.542-.016z"/><path fill="#a1a1a1" d="M17.548 3.154c8.179.06 16.362.026 24.542.016.129.137.105.337.117.51-.011 3.312.002 6.624-.009 9.934.05.367-.351.468-.622.54-1.687.623-3.693.203-4.999-1.033-.255-.321-.655-.177-.997-.13.487-.525 1.03-.048 1.456.287 1.332.982 3.229 1.256 4.749.557.337-.116.286-.509.295-.795-.038-2.614.009-5.229-.006-7.843-.017-.615.073-1.244-.084-1.848a12.441 12.441 0 0 0-.193-.007c-8.07-.001-16.14.002-24.21.013a6.904 6.904 0 0 1-.03-.153l-.009-.048zM0 22.419c.129.324.292.638.506.916.287.25.605.471.959.617l.12.048h-.476C.67 23.671.27 23.279 0 22.797v-.378z"/><path fill="#8a8a8a" d="M17.033 6.194c-.241-1.005-.077-2.141.524-2.991l.03.153-.069.214c-.084.21-.182.412-.259.625l-.016.103a4.782 4.782 0 0 0-.012 1.877c.108.814.613 1.509 1.168 2.087.963.893 2.329 1.243 3.613.995.642-.194.986.495 1.466.771.304.217.613.431.944.608 1.614.814 3.545.852 5.257.339l.148.231c-.448.005-.888.097-1.32.209-2.174.43-4.486-.382-6.008-1.973-.517-.025-1.076.17-1.617.091-1.822-.105-3.523-1.527-3.85-3.338z"/><path fill="#040404" d="M17.519 3.57l.069-.214c8.069-.011 16.14-.014 24.21-.013l-.047.591c-.965-.017-1.944.059-2.898-.109-.875-.3-1.825-.289-2.731-.166-.883.302-1.842.309-2.756.182-.902-.333-1.89-.294-2.829-.185-1.013.346-2.09.141-3.136.197-1.984.071-3.969-.15-5.951.026-1.277.117-2.557-.032-3.833.056l-.097-.365zM17.31 5.797c1.286-.023 2.571.041 3.854.133 1.421.097 2.837-.185 4.257-.077 1.102.334 2.311.431 3.418.06.911-.151 1.875-.152 2.758.144.963.181 1.953.076 2.887-.194 2.428.091 4.858-.1 7.288-.045.06.776.002 1.552.026 2.328-.535.016-1.08.005-1.59-.172-.623-.222-1.291-.163-1.939-.166-.681-.025-1.292.408-1.98.306-1.089-.034-2.184-.059-3.271.018-1.215-.083-2.452.123-3.648-.163-.571-.142-1.21.073-1.731-.259-.326-.203-.717-.196-1.087-.185-.692.026-1.404-.076-2.075.151.618.293 1.322.09 1.963.288-.782.285-1.628.107-2.439.18-.752.083-1.423-.386-2.173-.32-.732.046-1.502-.117-2.197.182-.39.164-.813.222-1.23.257-.555-.578-1.06-1.273-1.168-2.087.025-.127.05-.252.078-.378z"/><path fill="#232323" d="M41.798 3.342l.193.007c-.283 1.718.144 3.471-.169 5.187-.009-.13-.019-.26-.025-.39-.024-.776.035-1.552-.026-2.328-2.43-.055-4.86.136-7.288.045-.934.269-1.924.375-2.887.194-.883-.296-1.847-.295-2.758-.144-1.106.371-2.316.274-3.418-.06-1.419-.109-2.836.174-4.257.077-1.283-.093-2.568-.156-3.854-.133-.028.126-.054.251-.078.378a4.8 4.8 0 0 1 .012-1.877c.002.446.036.891.06 1.337 2.014.041 4.024-.194 6.037-.065.958.117 1.87-.35 2.833-.227 1.114.114 2.242.449 3.363.166 1.021-.331 2.143-.287 3.162.031 1.567.244 3.139-.28 4.709-.043 1.447.222 2.908.063 4.363.117a10.02 10.02 0 0 0-.006-1.53c-.922-.046-1.819.249-2.74.2-1.157-.048-2.324-.295-3.477-.086-1.048.331-2.206.347-3.251.002-1.538-.355-3.058.422-4.598.106-1.62-.4-3.283.003-4.926-.087-1.834-.099-3.681-.204-5.511-.026.077-.213.175-.415.259-.625l.097.365c1.277-.088 2.557.061 3.833-.056 1.981-.176 3.967.045 5.951-.026 1.046-.057 2.123.148 3.136-.197.939-.109 1.927-.147 2.829.185.915.127 1.874.12 2.756-.182.906-.123 1.856-.133 2.731.166.954.167 1.933.092 2.898.109l.047-.591zM34.591 11.142c.447-.38 1.061-.248 1.598-.26 1.764.067 3.532.102 5.296.011.527-.061.33.618.353.934-.025-.251-.067-.5-.106-.748a22.07 22.07 0 0 0-1.207.018c-.075.139-.148.279-.222.418-1.661.03-3.324.033-4.965.304-.109.094-.18.22-.265.334.943.161 2-.182 2.843.386.433.268.951.07 1.408-.021-.493-.075-.988-.136-1.477-.239.559-.575 1.406-.36 2.12-.401.463-.038.917.095 1.277.391-.3.098-.603.189-.904.282.458.077.923.107 1.388.105.037-.224.077-.447.104-.673-.04.511.077 1.025.022 1.534-.746.764-1.874.36-2.733.055-.748.063-1.534.124-2.163-.38-.208-.218-.391-.5-.694-.591-.366-.017-.666.242-.976.4-.018.323-.036.645-.058.969-.455-.199-.978-.375-1.448-.111a4.694 4.694 0 0 1-.98-.538c.642-.25 1.32-.37 1.985-.536-.886-.292-1.775.058-2.521.534.026.137.071.27.112.404-.144.082-.282.174-.42.263-.091-.307-.085-.642-.226-.933-.214-.318-.556-.515-.847-.753.465-.021.929-.069 1.388-.149l-.077-.527.379-.284c-.87-.015-1.74-.014-2.611-.032l.132-.291c1.286.351 2.659-.094 3.924.341-.517.17-1.069.168-1.597.288.55.377 1.247.243 1.874.273.417.04.748-.245 1.13-.345.458-.06.93-.037 1.372-.191-.725-.192-1.489-.032-2.212-.24zM24.033 18.467l.471-.135.058.586a45.142 45.142 0 0 1-.518-.041l-.01-.41z"/><path fill="#3c3c3c" d="M41.991 3.349c.157.604.067 1.233.084 1.848.015 2.614-.032 5.229.006 7.843-.009.285.043.678-.295.795-1.52.699-3.417.425-4.749-.557l-.077-.087c.629.504 1.414.443 2.163.38.859.305 1.986.71 2.733-.055.056-.508-.061-1.022-.022-1.534l.006-.155c-.024-.317.174-.996-.353-.934-1.764.091-3.532.056-5.296-.011-.537.012-1.151-.12-1.598.26.723.208 1.487.048 2.212.24-.442.154-.914.13-1.372.191-.382.1-.713.385-1.13.345-.626-.03-1.324.104-1.874-.273.528-.12 1.08-.118 1.597-.288-1.265-.436-2.638.01-3.924-.341l-.132.291-.03.07a29.796 29.796 0 0 1-.258-.402c-1.712.513-3.643.474-5.257-.339 2.386-.181 4.794-.075 7.17-.363a14.88 14.88 0 0 0-1.075-.09 8.97 8.97 0 0 1 .042-.324c1.031-.086 2.083.105 3.091-.199 1.019-.111 2.061-.084 3.079.028a7.335 7.335 0 0 1-1.022.243c.44.183.839.504 1.328.542 1.569.002 3.133.195 4.704.095.082-.472.118-.951.099-1.431.001-.201-.009-.402-.015-.602.313-1.716-.114-3.47.169-5.187z"/><path fill="#575757" d="M45.043 6.266c.399.643.211 1.431.241 2.145.038 3.653-.025 7.305-.007 10.959.015.943-.057 1.891.074 2.829-.102.118-.205.235-.305.355.118-4.871-.003-9.746.069-14.617.008-.558-.049-1.114-.072-1.671zM45.802 7.465c-.002-.376.06-.748.119-1.119v16.215l-.171.302c.021-1.408.097-2.819.038-4.228.003-3.723.041-7.447.014-11.17z"/><path fill="#181818" d="M24.475 7.675c.671-.227 1.383-.126 2.075-.151.369-.01.761-.018 1.087.185.521.332 1.16.117 1.731.259 1.196.286 2.433.08 3.648.163-2.122.581-4.302-.296-6.454.041-1.555.312-3.146.229-4.721.257l.001.244c1.457.023 2.92.04 4.369.163.296.053.592.102.89.148.105.05.207.104.31.159-.432.083-.866.153-1.293.261.865.441 1.867.137 2.794.236.722.093 1.363-.353 2.079-.31 1.324.043 2.648-.026 3.971.004.303.021.597-.074.844-.251-1.411-.417-2.928-.035-4.378-.244a76.63 76.63 0 0 1 4.288-.145c.634-.043 1.161.418 1.793.391 1.008-.005 2.017-.018 3.026-.013.378.012.751-.074 1.092-.235-1.431-.147-2.876-.035-4.311-.049-.463.024-.67-.471-1.03-.674.689.102 1.299-.331 1.98-.306.648.004 1.316-.056 1.939.166.51.177 1.055.188 1.59.172.006.13.016.26.025.39.006.2.016.401.015.602-.024.255-.067.509-.106.763-1.472.026-2.947.048-4.414-.078-.455-.068-.832-.429-1.316-.367-1.042.071-2.113-.127-3.117.239-2.389.129-4.79.019-7.179.201-.743.035-1.494-.034-2.225.132-.48-.276-.824-.965-1.466-.771-1.284.248-2.65-.102-3.613-.995.418-.035.84-.093 1.23-.257.694-.3 1.465-.136 2.197-.182.75-.066 1.421.403 2.173.32.811-.073 1.656.106 2.439-.18-.642-.198-1.346.005-1.963-.288z"/><path fill="#2a2a2a" d="M21.842 8.429c1.575-.028 3.165.055 4.721-.257 2.151-.336 4.331.54 6.454-.041 1.088-.077 2.182-.052 3.271-.018.36.202.567.697 1.03.674 1.435.014 2.88-.098 4.311.049a2.359 2.359 0 0 1-1.092.235c-1.008-.005-2.017.009-3.026.013-.632.026-1.159-.435-1.793-.391-1.43.012-2.862.052-4.288.145 1.449.209 2.967-.173 4.378.244-.247.178-.54.272-.844.251-1.324-.03-2.648.04-3.971-.004-.715-.043-1.357.403-2.079.31-.927-.099-1.929.205-2.794-.236.426-.108.861-.178 1.293-.261a7.547 7.547 0 0 0-.31-.159c1.407.086 2.82.064 4.228.039l-.006-.378c-.62.004-1.261.043-1.843-.214-.443-.239-.793.259-1.224.277-.682.038-1.38-.085-2.046.129-1.449-.123-2.912-.14-4.369-.163l-.001-.244zM32.278 14.764c.232-.121.463-.244.694-.369.068.234.136.468.208.7a41.552 41.552 0 0 0-.706-.011l-.035-.052c-.055-.089-.108-.179-.161-.267z"/><path fill="#414141" d="M28.258 8.707c.431-.018.78-.516 1.224-.277.582.257 1.224.218 1.843.214l.006.378c-1.409.026-2.821.047-4.228-.039a37.513 37.513 0 0 1-.89-.148c.665-.214 1.363-.091 2.046-.129z"/><path fill="#c3c3c3" d="M16.054 9.659c.488-.452.927-.986 1.518-1.303.483.239 1.25.835.631 1.359.363.338.989.618.822 1.221.354-.33.683-.702 1.106-.947.558-.033.824.574 1.142.934.404-.275.645-.924 1.197-.884.46.289 1.067.851.536 1.377l.111.329-.096-.056-.214-.216c.114-.198.246-.392.316-.613-.18-.31-.472-.531-.729-.775-.788.701-1.598 1.387-2.29 2.186.082.086.164.173.251.256.137.127.279.249.419.372.396.364.58.912 1.06 1.197.109-.062.217-.124.324-.188-.203.51-.733.137-.928-.175-.389-.598-1.011-.998-1.357-1.626-.378.295-.668.695-1.078.949-.544-.029-.941-.601-.877-1.128-.247.237-.506.617-.895.538-.376-.174-.629-.522-.828-.873-.437.469-.914.899-1.375 1.343-.129.098-.22.32-.05.426.347.294.67.617.92 1a2.453 2.453 0 0 0-.189.452l-.063.198-.375-.317c-.214.22-.43.437-.648.652.416.303.986.609.934 1.211.568-.163.855.398 1.22.704.388-.145.595-.565.918-.814.19-.224.578-.393.532-.734-.209-.33-.69-.52-.658-.968.351-.468.839-.82 1.243-1.242.493-.383.936.265 1.204.62.17.226-.108.3-.279.351l.151-.277a30.568 30.568 0 0 1-.703-.692c-.576.346-1.018.857-1.489 1.326.218.232.44.463.66.695.212-.092.422-.186.632-.283l.113.162c-.645.66-1.357 1.25-1.999 1.913.163.315.411.574.726.74.446-.544.995-.985 1.527-1.44-.016.285-.22.49-.395.694.378.21.88.506.938.957-.337.59-.902 1.078-1.476 1.431-.627-.162-1.217-1.018-.517-1.507-.485-.013-.759-.427-1.027-.768a5.366 5.366 0 0 0-.134.021c-.529.645-1.174 1.181-1.757 1.775-.218.193-.471.508-.798.37a1.706 1.706 0 0 1-.805-.78c.146-.254.351-.467.549-.68-.606.116-.958-.44-1.232-.88-.572.55-1.139 1.106-1.701 1.665-.573.382-1.143-.291-1.407-.753-.323.285-.578.674-.98.852-.55.109-.873-.452-1.122-.845.452-.462.841-1.035 1.417-1.344.5.037 1.006.57.974 1.097.205-.221.42-.432.636-.643a4.933 4.933 0 0 1-.375-.586l.14.062c.108.051.215.1.324.149.492-.461.937-.975 1.474-1.387.326.373.673.729 1.025 1.078.366.048.533-.363.681-.623a1.803 1.803 0 0 1-.915-.925c.397-.482.904-.858 1.29-1.349-.461-.22-1.191-.771-.735-1.324.746-.652 1.389-1.417 2.179-2.02.428.261.752.645 1.062 1.032.207-.2.416-.397.628-.591-.397-.329-.817-.658-1.037-1.139m.318-.045l.02.338c.228.216.477.43.811.434.369-.411.851-.723 1.126-1.212-.291-.171-.554-.608-.923-.493-.366.286-.673.641-1.034.934m1.587.588c-.483.494-1.051.909-1.484 1.449.14.266.386.62.676.668.66-.49 1.289-1.089 1.75-1.775-.256-.197-.62-.72-.941-.341m.072 2.052c.228.198.43.555.748.566.743-.609 1.385-1.344 2.117-1.973-.129-.32-.394-.546-.67-.739-.741.704-1.543 1.355-2.195 2.146m-4.804.576c.228.22.449.446.672.67.563-.502 1.073-1.057 1.649-1.546.233-.233.553-.457.494-.831a17.95 17.95 0 0 1-.42-.407 37.459 37.459 0 0 0-.335-.01c-.643.746-1.571 1.264-2.06 2.125m-.292 2.201c.111.338.403.546.681.739.582-.43 1.051-.988 1.576-1.482l-.025-.329a25.648 25.648 0 0 1-.404-.404l-.294.002c-.46.543-1.051.953-1.534 1.474m-.196 2.324c.222.228.442.456.672.676.549-.531 1.088-1.074 1.682-1.555.071-.407-.315-.62-.565-.861-.643.524-1.281 1.082-1.789 1.74m-2.987.766l.046.305c.164.139.326.282.487.425l.299-.003c.656-.723 1.383-1.379 2.072-2.069-.113-.379-.432-.707-.848-.704-.674.694-1.376 1.359-2.056 2.046m3.667.68c.158.226.345.427.546.614l.305.009c.671-.705 1.416-1.334 2.078-2.049a3.668 3.668 0 0 0-.737-.73c-.721.729-1.482 1.417-2.192 2.156m-5.869-.652c.124.34.402.616.748.727.449-.36.899-.74 1.24-1.209-.241-.25-.486-.497-.736-.738-.433.39-.836.813-1.252 1.221m9.957.653c.199.266.451.681.83.614.388-.293.688-.686 1.072-.986l.028-.314c-.21-.214-.424-.424-.643-.628-.417.45-.91.831-1.288 1.313z"/><path fill="#272727" d="M16.369 9.613c.361-.293.668-.647 1.034-.934.369-.114.632.322.923.493-.275.489-.758.801-1.126 1.212-.334-.004-.583-.217-.811-.434l-.02-.338z"/><path fill="#2c2c2c" d="M41.731 9.9c.039-.253.082-.507.106-.763.019.479-.017.958-.099 1.431-1.57.099-3.135-.094-4.704-.095-.489-.039-.887-.359-1.328-.542a7.301 7.301 0 0 0 1.022-.243c-1.019-.112-2.061-.139-3.079-.028-1.007.304-2.06.113-3.091.199a17.94 17.94 0 0 0-.042.324c.359.02.718.043 1.075.09-2.375.288-4.784.181-7.17.363a8.57 8.57 0 0 1-.944-.608c.731-.166 1.483-.097 2.225-.132 2.39-.182 4.791-.072 7.179-.201 1.004-.366 2.075-.168 3.117-.239.484-.062.861.299 1.316.367 1.467.127 2.942.104 4.414.078zM30.345 15.78c.442.167.84.426 1.248.662l.043.101c-.544.049-1 .364-1.194.881l-.058-.478c.19-.374.04-.786-.04-1.166z"/><path fill="#2f2f2f" d="M17.956 10.202c.321-.379.685.144.941.341-.461.687-1.09 1.285-1.75 1.775-.289-.048-.536-.403-.676-.668.434-.54 1.002-.954 1.484-1.449z"/><path fill="#898989" d="M22.394 10.083c.256.244.549.465.729.775-.07.221-.201.415-.316.613l.214.216.057.081c-.135.004-.27.008-.404.01-.517.507-1.051.999-1.52 1.551.236.195.475.384.719.567.266-.231.54-.454.801-.689-.09.129-.173.265-.26.396-.075.109-.146.226-.256.301a17.11 17.11 0 0 1-.324.188c-.48-.285-.664-.833-1.06-1.197.608-.164.932-.746 1.394-1.124.25-.263.616-.464.742-.815-.053-.475-.688-.729-.98-.273-.494.626-1.492.975-1.574 1.841-.087-.083-.169-.17-.251-.256.693-.798 1.502-1.484 2.29-2.186z"/><path fill="#262626" d="M18.029 12.255c.652-.791 1.454-1.442 2.195-2.146.276.193.54.419.67.739-.731.629-1.374 1.363-2.117 1.973-.318-.011-.521-.368-.748-.566zM17.489 14.83c.471-.469.913-.98 1.489-1.326.231.233.464.466.703.692l-.151.277c-.072.13-.221.186-.357.218l-.061.002-.259.436c.164.07.332.137.493.215l-.451.06a15.855 15.855 0 0 1-.113-.162c-.21.097-.42.192-.632.283-.22-.232-.442-.463-.66-.695zM24.601 17.356c.043-.219.088-.438.115-.66.028.129.059.257.091.386l.528-.091c.123.334.103.686.009 1.023l-.416-.212c-.086.14-.171.281-.255.422-.06-.294.046-.739-.299-.879-.354.027-.601.334-.872.531l-.249-.574.254-.231c.126.052.251.103.38.151.234.063.475.094.714.133z"/><path fill="#222" d="M21.929 10.684c.292-.455.927-.202.98.273-.126.351-.491.553-.742.815-.462.378-.786.96-1.394 1.124-.14-.124-.282-.246-.419-.372.082-.866 1.08-1.215 1.574-1.841zM33.984 14.282c.254.194.522.371.817.497-.18.11-.351.23-.522.351l-.268-.05a6.45 6.45 0 0 1-.027-.798z"/><path fill="#101010" d="M40.526 11.098a22.07 22.07 0 0 1 1.207-.018c.039.249.081.497.106.748a8.027 8.027 0 0 1-.006.155c-.026.226-.067.449-.104.673a8.058 8.058 0 0 1-1.388-.105c.301-.093.604-.183.904-.282a1.765 1.765 0 0 0-1.277-.391c-.714.041-1.561-.175-2.12.401.489.103.984.164 1.477.239-.457.091-.975.289-1.408.021-.843-.568-1.9-.225-2.843-.386.085-.113.156-.24.265-.334 1.641-.271 3.304-.274 4.965-.304.074-.139.147-.279.222-.418zM29.968 11.306c.87.018 1.74.017 2.611.032l-.379.284c.026.176.05.351.077.527-.459.08-.923.129-1.388.149-.356-.283-.628-.65-.92-.993zM20.282 15.999c.437-.442.9-.86 1.323-1.316.144-.003.288-.006.433-.007.17.169.342.337.52.5-.149.711-.969 1.022-1.385 1.58-.46.38-1.284-.248-.89-.757zM12.737 17.357c.507-.659 1.146-1.216 1.789-1.74.25.241.636.454.565.861-.594.481-1.133 1.024-1.682 1.555-.23-.219-.45-.448-.672-.676zM13.417 18.803c.711-.739 1.471-1.427 2.192-2.156.277.21.529.452.737.73-.661.715-1.407 1.345-2.078 2.049a15.757 15.757 0 0 0-.305-.009 3.888 3.888 0 0 1-.546-.614z"/><path fill="#7b7b7b" d="M29.938 11.376l.03-.07c.292.343.564.711.92.993.291.238.632.435.847.753.141.291.135.626.226.933.139-.089.277-.18.42-.263a6.97 6.97 0 0 1 .737-.009c.017.213.028.425.046.637l.249-.341.435.121-.064-.272c.47-.265.992-.089 1.448.111.022-.323.04-.645.058-.969.31-.158.61-.417.976-.4.302.092.486.373.694.591l.077.087c-.426-.335-.969-.813-1.456-.287-.253.432-.153.962-.294 1.43-.371-.376-.828-.71-1.387-.55.332.406.813.628 1.243.91-.454.31-.938.584-1.474.725.093-.5.256-1.088-.211-1.456-.162.403-.171.841-.077 1.262l-.114.205c-.274-.124-.556-.243-.792-.434.235.002.471.006.706.011-.072-.232-.14-.466-.208-.7a33.02 33.02 0 0 1-.694.369c.053.089.106.179.161.267-.19-.085-.38-.173-.567-.265.409-.255.971-.394 1.184-.868-.526-.248-.955.231-1.339.514a8.738 8.738 0 0 1-.128-1.37c-.631-.428-1.444-.924-1.652-1.666m4.046 2.907c-.007.266.001.533.027.798l.268.05c.17-.122.342-.242.522-.351a3.83 3.83 0 0 1-.817-.497z"/><path fill="#ababab" d="M24.536 11.68c.219-.267.537.035.733.181.203.185.568.499.326.785-.529.574-1.117 1.092-1.678 1.636-.197.16-.381.393-.647.425-.403-.252-.743-.631-.856-1.103.087-.131.17-.266.26-.396.248-.251.508-.49.776-.72a3.66 3.66 0 0 0-.371-.72l-.057-.081.096.056c.295.135.516.374.726.614.231-.226.451-.463.693-.677m-.109.369c-.505.537-1.055 1.026-1.575 1.547-.389.358.211.701.426.964.797-.636 1.491-1.388 2.227-2.091a7.788 7.788 0 0 0-.508-.648c-.212.015-.433.047-.57.229zM0 23.827c.116-.001.175.057.176.173H0v-.173z"/><path fill="#252525" d="M21.153 13.33c.47-.553 1.003-1.044 1.52-1.551l.404-.01c.152.224.272.468.371.72-.267.23-.528.469-.776.72-.262.235-.536.457-.801.689a19.443 19.443 0 0 1-.719-.567zM34.313 16.498c.317-.14.631-.289.949-.429-.019.528.019 1.139.607 1.337l.231-.504c.01.232.016.466.026.699.423.049.831-.082 1.178-.32.25.254.185.612.156.932l-.437-.055-.066-.079c-.13-.155-.265-.305-.397-.456-.214.12-.515.215-.437.523-.04.439.488.506.791.639-.098.165-.195.333-.291.5-.2.026-.401.054-.6.086.24-.474.056-.962-.214-1.374-.529.289-.573.873-.534 1.414a5.71 5.71 0 0 1-.834-.623c.365-.088.694-.269.969-.524a47.175 47.175 0 0 1-.154-.593c-.501.036-.896.349-1.261.66-.005-.363-.003-.726.009-1.089.385.22.81.357 1.25.407.06-.159.122-.317.183-.475a5.333 5.333 0 0 0-1.123-.675z"/><path fill="#282828" d="M24.428 12.049c.137-.181.358-.214.57-.229.179.209.352.42.508.648-.736.703-1.431 1.455-2.227 2.091-.215-.263-.815-.606-.426-.964.52-.521 1.071-1.01 1.575-1.547zM25.908 17.379c.272-.117.541-.239.812-.362.026.34.038.68.027 1.021a4.613 4.613 0 0 1-.839-.66z"/><path fill="#3a3a3a" d="M27.505 12.321c.132-.111.267-.218.403-.327.161.459-.084.954.134 1.415l.46-.25c.012-.334.002-.674-.123-.99l.262-.129c.338.275.719.489 1.102.698-.489.231-1.074.396-1.175 1.02.558.113.99-.238 1.39-.567.148.489.164.999-.06 1.467-.334-.389-.79-.645-1.318-.54.136.485.523.814 1.037.821l.03.214c-.373.207-.739.427-1.111.635-.085-.505.199-1.278-.516-1.388-.121.425-.11.871-.015 1.3-.11.031-.218.06-.327.092l-.111-.248c-.105-.007-.211-.012-.316-.018a6.074 6.074 0 0 0-.215-.186 16.469 16.469 0 0 0-.404-.317c.515-.094 1.076-.299 1.175-.89-.231-.008-.46-.011-.691-.011-.222.195-.46.37-.707.534-.002-.343.002-.687-.016-1.029-.017-.123-.063-.239-.093-.358l.378-.001c.168.163.339.324.513.482.153-.002.306-.003.46-.003.001-.16.002-.319.005-.479-.276-.244-.636-.322-.987-.388l.023-.13a1.68 1.68 0 0 0 .514-.419 9.8 9.8 0 0 1 .3-.01z"/><path fill="#e2e2e2" d="M29.742 12.738l.136-.084c.448.565.563 1.314.363 2-.164.074-.344.104-.517.146l.17.312c-.162.18-.323.359-.487.537l.641.031c.009.423.014.848.059 1.269.128-.413.016-.842.044-1.263.615-.171 1.263.187 1.627.672.066.216-.124.337-.276.438.458-.135.933.238.541.657l-.047.098c-.044-.216-.094-.432-.138-.648-.345.447-.859.664-1.416.522.195-.517.65-.831 1.194-.881l-.043-.101c-.408-.236-.806-.495-1.248-.662.079.38.23.792.04 1.166-.109.1-.221.195-.333.291a17.149 17.149 0 0 1-.218-.397c-.019-.362.04-.72.083-1.078a5.75 5.75 0 0 0-1.38.754c.248.085.498.164.735.276a12.198 12.198 0 0 1-.878-.124l.047-.313.592-.493c-.487.028-.978.04-1.461-.039l.104-.03c.109-.032.217-.06.327-.092a2.66 2.66 0 0 1 .015-1.3c.715.11.431.883.516 1.388.372-.208.738-.428 1.111-.635l-.03-.214c-.513-.007-.9-.336-1.037-.821.528-.106.984.15 1.318.54.224-.469.208-.979.06-1.467-.4.329-.831.68-1.39.567.101-.625.686-.79 1.175-1.02z"/><path fill="#424242" d="M32.269 13.318c.746-.476 1.635-.826 2.521-.534-.665.165-1.344.285-1.985.536.306.214.631.401.98.538l.064.272-.435-.121-.249.341c-.018-.212-.029-.424-.046-.637a7.249 7.249 0 0 0-.737.009c-.042-.134-.086-.267-.112-.404zM28.536 16.517a5.75 5.75 0 0 1 1.38-.754c-.043.358-.102.716-.083 1.078a5.25 5.25 0 0 1-.066.626l-.146-.003.009-.393c-.116-.097-.228-.201-.359-.278-.237-.111-.488-.191-.735-.276z"/><path fill="#f4f4f4" d="M31.589 13.042c.013.459.042.918.128 1.37.384-.283.813-.762 1.339-.514-.213.474-.775.613-1.184.868.187.092.377.18.567.265l.035.052c.236.191.518.31.792.434l.114-.205a2.132 2.132 0 0 1 .077-1.262c.467.369.303.956.211 1.456.536-.141 1.02-.415 1.474-.725-.43-.282-.911-.504-1.243-.91.559-.16 1.016.174 1.387.55.141-.468.041-.998.294-1.43.224.488-.031.969-.211 1.418l-.345.074c.404.415-.232.635-.518.859-.274.172-.706.462-.978.147-.007-.415.098-.834-.018-1.243-.067.423.028.884-.124 1.284-.502.266-.894-.368-1.337-.526-.282-.062-.207-.332-.103-.519l-.338-.08c-.148-.442-.265-.928-.02-1.363zM23.334 16.07c.518-.212.973-.566 1.519-.707.198.458.086.975.094 1.459l-.229-.215c.009-.343.075-.681.101-1.023a5.715 5.715 0 0 0-1.383.662c.361.206.729.4 1.09.606l.005.363c-.215.007-.431.01-.645.009a2.673 2.673 0 0 0-.663-.573 3.094 3.094 0 0 0-.008 1.57c.403-.254.821-.513 1.311-.548.033.657-.797.562-1.073 1.018.425.293.883.535 1.372.704-.011-.471-.089-.954.093-1.406.559.279.345.91.249 1.392.501-.153 1.238-.283 1.364-.875-.393-.18-.854-.282-1.072-.698.506-.18.923.155 1.294.451.051-.111.102-.222.15-.334l.038.287c-.213.358-.339.823-.776.973-.351.128-.742.525-1.12.275-.146-.445.249-.92-.047-1.34-.034.467-.03.935-.041 1.404-.571-.007-1.017-.424-1.529-.621-.419-.71-.722-1.802-.079-2.456l-.015-.376z"/><path fill="#080808" d="M12.933 15.033c.484-.521 1.074-.931 1.534-1.474l.294-.002c.133.136.268.271.404.404l.025.329c-.525.493-.994 1.052-1.576 1.482-.279-.193-.57-.401-.681-.739z"/><path fill="#2e2e2e" d="M15.691 14.358c.332-.332.626-.819 1.14-.845.214.223.426.447.637.673-.394.412-.805.807-1.208 1.21-.343-.014-.673-.25-.759-.587.048-.157.111-.308.189-.452z"/><path fill="#e6e6e6" d="M26.169 14.738c-.014-.379-.132-.845.222-1.11.018.342.014.686.016 1.029.247-.163.485-.339.707-.534.231 0 .46.004.691.011-.099.591-.66.796-1.175.89.135.104.27.209.404.317a23.03 23.03 0 0 1-.595-.092l-.004-.324.291-.155-.557-.033z"/><path fill="#1b1b1b" d="M9.584 16.158c.523-.661 1.239-1.14 1.764-1.799.345.105.57.391.81.64l-.025.322c-.087.065-.173.13-.258.197-.537.412-.982.926-1.474 1.387a18.969 18.969 0 0 1-.324-.149c-.192-.163-.454-.338-.493-.598zM7.548 18.151c.416-.408.819-.831 1.252-1.221.25.241.495.488.736.738-.341.47-.791.849-1.24 1.209a1.19 1.19 0 0 1-.748-.727zM25.484 18.197c.201.117.412.217.626.307-.097.193-.193.386-.288.58-.417-.115-.362-.544-.338-.887zM.506 23.335c.155-.205.312-.409.47-.612.222.235.503.412.816.495.282.408.803.323 1.231.328 3.087-.026 6.173.013 9.26.009.839.005 1.684-.045 2.516.089 2.445.362 4.94-.066 7.382.261l-.098.006c-6.873.018-13.746.015-20.618.043a3.527 3.527 0 0 1-.959-.617z"/><path fill="#a7a7a7" d="M19.111 14.693l.061-.002.153.047.006.333c.32.305.624.629.951.928-.394.509.43 1.137.89.757l.14-.051c-.131.22-.323.446-.599.462-.387-.22-.722-.566-.827-1.011-.204.194-.41.427-.715.439.181-.22.423-.406.54-.672.071-.269-.186-.437-.366-.579-.162-.078-.329-.146-.493-.215l.259-.436z"/><path fill="#0f0f0f" d="M18.895 15.403l.451-.06c.18.142.437.31.366.579-.117.266-.359.452-.54.672l-.023.022c-.532.455-1.081.896-1.527 1.44a1.728 1.728 0 0 1-.726-.74c.643-.663 1.354-1.254 1.999-1.913z"/><path fill="#fafafa" d="M25.105 15.337c.889.148 1.858.797 1.84 1.795-.057-.168-.121-.333-.183-.498-.347.366-.795.637-1.319.517.257-.482.837-.555 1.227-.884-.467-.335-.968-.639-1.534-.769.058.324.137.643.222.961l-.278.38c.104-.501-.132-1.004.026-1.501z"/><path fill="#434343" d="M23.437 16.245a5.678 5.678 0 0 1 1.383-.662c-.026.342-.093.68-.101 1.023l-.003.089c-.027.222-.072.441-.115.66-.239-.039-.48-.07-.714-.133.214.002.43-.002.645-.009l-.005-.363c-.361-.206-.729-.4-1.09-.606z"/><path fill="#747474" d="M25.135 15.498c.567.13 1.068.434 1.534.769-.39.33-.97.403-1.227.884.524.12.972-.151 1.319-.517.062.165.127.33.183.498.061.258.063.542-.042.79-.048.112-.099.223-.15.334-.371-.296-.788-.631-1.294-.451.218.417.679.519 1.072.698-.127.591-.864.722-1.364.875.096-.482.311-1.113-.249-1.392-.181.452-.104.935-.093 1.406a5.707 5.707 0 0 1-1.372-.704c.277-.455 1.106-.361 1.073-1.018-.489.035-.907.294-1.311.548a3.094 3.094 0 0 1 .008-1.57c.248.157.479.343.663.573a11.552 11.552 0 0 1-.38-.151l-.254.231.249.574c.271-.197.518-.504.872-.531.345.14.239.585.299.879.084-.142.169-.283.255-.422l.416.212c.094-.337.114-.69-.009-1.023l-.528.091a17.955 17.955 0 0 1-.091-.386l.003-.089.229.215.085.08.046-.063.278-.38a11.635 11.635 0 0 1-.222-.961m.38.416a5.072 5.072 0 0 0-.017.863c.186-.139.373-.275.563-.409-.057-.158-.114-.316-.172-.472l-.374.019m.395 1.465c.252.252.536.471.839.66a9.937 9.937 0 0 0-.027-1.021c-.27.123-.54.245-.812.362m-.424.817c-.024.343-.078.772.338.887.095-.194.191-.387.288-.58a5.413 5.413 0 0 1-.626-.307m-1.451.27l.01.41.518.041a105.69 105.69 0 0 0-.058-.586l-.471.135z"/><path fill="#909090" d="M36.013 15.713c.476.22.917.505 1.374.762-.299.467-.989.4-1.219.927.589.219.918-.309 1.351-.573.261.526.172 1.177.02 1.73-.197-.099-.409-.197-.517-.402l.437.055c.029-.319.094-.677-.156-.932-.348.238-.755.369-1.178.32-.009-.233-.015-.467-.026-.699l-.231.504c-.588-.198-.626-.809-.607-1.337-.317.14-.631.289-.949.429.402.177.777.405 1.123.675l-.183.475a3.252 3.252 0 0 1-1.25-.407 26.36 26.36 0 0 0-.009 1.089c.366-.311.761-.624 1.261-.66.05.197.101.395.154.593a2.163 2.163 0 0 1-.969.524c.261.23.536.443.834.623-.039-.54.005-1.124.534-1.414.269.412.454.9.214 1.374.199-.032.4-.06.6-.086.096-.167.193-.334.291-.5-.303-.133-.831-.199-.791-.639-.077-.308.224-.403.437-.523.132.151.266.301.397.456-.239.006-.477.013-.714.026.182.433.66.462 1.047.594-.142.6-.806.846-1.333 1.022-.164-.462-.027-.958-.141-1.43-.408.26-.424.71-.153 1.081l-.105.275c-.556-.138-1.359-.305-1.451-.978.406-.078.896-.108 1.062-.56-.453-.138-.829.111-1.116.44-.442-.449-.269-1.143-.101-1.676.41.262.761.713 1.307.528-.231-.511-.892-.48-1.172-.943.471-.259.924-.688 1.499-.646.064.469-.371 1.038.231 1.35.113-.436.055-.885.032-1.328l.166-.122m-.036.195c.08.341.162.682.265 1.018.296-.124.584-.265.865-.42-.352-.249-.819-.287-1.129-.597z"/><path fill="#2b2b2b" d="M25.513 15.913l.374-.019.172.472c-.19.134-.377.27-.563.409a5.077 5.077 0 0 1 .017-.863zM30.368 18.32l.074-.503c.177.545.643.86 1.206.893-.39.293-.766.662-1.287.67.085-.346.2-.728.008-1.06z"/><path fill="#141414" d="M9.75 18.123c.68-.687 1.382-1.352 2.056-2.046.416-.003.734.325.848.704-.689.691-1.416 1.346-2.072 2.069l-.299.003a21.77 21.77 0 0 0-.487-.425l-.046-.305z"/><path fill="#e1e1e1" d="M28.258 16.819c.152-.018.304-.021.457-.026.19.203.368.418.523.648a18.1 18.1 0 0 0-.231-.025c-.213-.15-.409-.321-.605-.491-.017.254-.05.506-.107.754l.104.238c-.038.151-.076.302-.111.454.442-.317.874-.752 1.473-.651-.019.683-.656.943-1.242.994.437.304.9.574 1.396.769-.033-.337-.087-.674-.094-1.013.072-.146.149-.291.226-.436.107.094.215.188.32.286.193.333.077.714-.008 1.06.521-.008.897-.377 1.287-.67-.563-.033-1.029-.348-1.206-.893.563-.151 1.045.134 1.416.534.037-.268.084-.535.139-.8l.047-.098c.055.253.102.507.142.764-.503.519-.76 1.399-1.627 1.42-.745.044-.193-.929-.466-1.344-.066.485.075 1.019-.201 1.455-.591-.214-1.231-.48-1.554-1.057-.3-.564-.42-1.299-.079-1.873z"/><path fill="#292929" d="M29.768 17.466a5.25 5.25 0 0 0 .066-.626c.071.133.144.265.218.397.111-.096.224-.191.333-.291l.058.478c.557.143 1.071-.075 1.416-.522.044.216.094.432.138.648-.055.266-.102.532-.139.8-.371-.4-.853-.685-1.416-.534l-.074.503c-.105-.098-.214-.192-.32-.286-.077.145-.154.289-.226.436-.014-.251-.038-.501-.06-.75-.599-.101-1.031.334-1.473.651l.111-.454a24.54 24.54 0 0 1-.104-.238c.057-.248.09-.5.107-.754.196.17.392.341.605.491l.231.025c.128.01.255.018.384.023l.146.003z"/><path fill="#111" d="M17.505 18.805c.378-.482.871-.864 1.288-1.313.218.204.433.414.643.628a15.92 15.92 0 0 0-.028.314c-.385.3-.684.693-1.072.986-.379.067-.63-.349-.83-.614z"/><path fill="#373637" d="M29.761 17.719c.023.249.046.499.06.75.007.339.06.676.094 1.013a6.93 6.93 0 0 1-1.396-.769c.586-.051 1.223-.311 1.242-.994z"/><path fill="#383838" d="M1.792 23.218l.345.004c1.736.224 3.497-.055 5.235.174 2.234.08 4.472.02 6.708.048 2.661.431 5.371.056 8.05.247 1.124.14 2.26.101 3.39.094.291.02.435-.265.606-.446 5.243-.074 10.488.001 15.732-.024.643.011 1.29.01 1.927-.094l.419.009c-.284.161-.592.296-.925.29-3.649.104-7.3-.017-10.95-.018-2.086.084-4.176.004-6.263.077 3.532.023 7.063.15 10.596.091.653.022 1.448-.307 1.974.22-5.484-.005-10.969.001-16.453.016-2.443-.327-4.937.101-7.382-.261-.832-.134-1.677-.084-2.516-.089-3.087.005-6.173-.035-9.26-.009-.428-.005-.95.08-1.231-.328z"/><path fill="#4f4f4f" d="M2.137 23.221c1.05-.058 2.102-.018 3.153-.029 12.831.053 25.664-.051 38.494.027-.637.105-1.283.106-1.927.094-5.244.025-10.489-.05-15.732.024-.171.181-.315.466-.606.446-1.13.008-2.266.046-3.39-.094-2.68-.191-5.39.184-8.05-.247-2.236-.028-4.474.032-6.708-.048-1.738-.229-3.499.05-5.235-.174zM1.466 23.952c6.872-.027 13.745-.025 20.618-.043L21.9 24H1.586l-.12-.048z"/><path fill="#646464" d="M22.084 23.909l.098-.006c5.484-.015 10.969-.021 16.453-.016.154.034.305.077.459.112H21.899l.184-.091z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--when-rainy--g2" xmlns="http://www.w3.org/2000/svg"><path d="M2.921 0h42.098C46.476.348 47.601 1.488 48 2.923v18.094A4.166 4.166 0 0 1 45.082 24H2.976C1.526 23.642.406 22.505 0 21.077V2.974A4.111 4.111 0 0 1 2.921 0m.06.878C1.647 1.137.703 2.479.802 3.818.807 9.35.788 14.884.809 20.416c-.026 1.478 1.289 2.81 2.774 2.774 13.531.022 27.065.002 40.598.01 1.562.132 3.038-1.21 3.007-2.784.019-5.611.019-11.222 0-16.834.048-1.697-1.618-2.993-3.25-2.801C30.287.848 16.621.656 2.98.877z"/><path d="M22.025 7.687c1.639-3.355 5.628-5.35 9.286-4.43 2.306.47 4.565 2.098 5.071 4.502.71 3.463-2.28 6.986-5.707 7.301-5.681.835-11.503.444-17.141-.528-2.047-.194-3.66-2.513-2.722-4.452.612-1.531 2.534-2.009 3.95-1.337.718-1.454 1.985-2.892 3.715-2.99 1.454-.118 2.734.806 3.547 1.934m.574 1.949c-.139.535-.108 1.15-.514 1.577-.281-1.831-1.246-4.159-3.365-4.334-2.093.192-3.163 2.45-3.425 4.308-.538-.866-1.308-1.992-2.503-1.519-1.766.595-1.229 3.427.538 3.626a52.89 52.89 0 0 0 14.635.943c1.798-.199 3.799-.194 5.268-1.409 1.759-1.322 2.731-3.886 1.625-5.921-1.181-2.215-3.967-2.904-6.298-2.662-2.887.257-5.357 2.585-5.962 5.39zM13.5 16.114c.35-.002.698-.002 1.049-.002-.502 1.128-.998 2.256-1.505 3.382-.348-.005-.696-.005-1.042-.007.497-1.126.996-2.249 1.498-3.372zM22.481 16.13c.355-.012.71-.022 1.066-.031a293.245 293.245 0 0 1-1.502 3.391l-1.039-.007c.49-1.118.994-2.23 1.476-3.353zM31.5 16.114c.35-.002.698-.002 1.049-.002-.502 1.128-.998 2.254-1.505 3.379-.348-.002-.696-.002-1.042-.005.497-1.126.996-2.249 1.498-3.372zM18 17.616c.35 0 .701 0 1.051.002a688.578 688.578 0 0 0-1.5 3.374c-.35-.002-.701-.002-1.049-.002.494-1.128.996-2.251 1.498-3.374zM25.505 20.99c.492-1.128.996-2.249 1.495-3.372.262-.002.785-.002 1.046-.002-.494 1.126-1.001 2.246-1.49 3.374h-1.051z"/><path fill="#fff" d="M2.981.878C16.623.657 30.288.849 43.939.782c1.632-.192 3.298 1.104 3.25 2.801.019 5.611.019 11.222 0 16.834.031 1.574-1.445 2.916-3.007 2.784-13.534-.007-27.067.012-40.598-.01-1.486.036-2.801-1.296-2.774-2.774C.788 14.885.808 9.351.803 3.819.705 2.48 1.648 1.138 2.982.879m19.043 6.808c-.814-1.128-2.093-2.052-3.547-1.934-1.73.098-2.998 1.536-3.715 2.99-1.416-.672-3.338-.194-3.95 1.337-.938 1.939.674 4.258 2.722 4.452 5.638.972 11.46 1.363 17.141.528 3.427-.314 6.418-3.838 5.707-7.301-.506-2.405-2.765-4.032-5.071-4.502-3.658-.919-7.646 1.075-9.286 4.43M13.5 16.114a784.147 784.147 0 0 0-1.498 3.372c.346.002.694.002 1.042.007.506-1.126 1.003-2.254 1.505-3.382-.35 0-.698 0-1.049.002m8.981.017c-.482 1.123-.986 2.234-1.476 3.353l1.039.007c.506-1.128 1.01-2.256 1.502-3.391-.355.01-.71.019-1.066.031m9.02-.016a784.147 784.147 0 0 0-1.498 3.372c.346.002.694.002 1.042.005.506-1.126 1.003-2.251 1.505-3.379-.35 0-.698 0-1.049.002M18 17.616a539.076 539.076 0 0 0-1.498 3.374c.348 0 .698 0 1.049.002.497-1.128.998-2.251 1.5-3.374-.35-.002-.701-.002-1.051-.002m7.505 3.374h1.051c.49-1.128.996-2.249 1.49-3.374-.262 0-.785 0-1.046.002-.499 1.123-1.003 2.244-1.495 3.372z"/><path fill="#fff" d="M22.598 9.636c.605-2.806 3.074-5.134 5.962-5.39 2.33-.242 5.117.446 6.298 2.662 1.106 2.035.134 4.598-1.625 5.921-1.469 1.214-3.47 1.21-5.268 1.409a52.929 52.929 0 0 1-14.635-.943c-1.766-.199-2.304-3.031-.538-3.626 1.195-.473 1.966.653 2.503 1.519.262-1.858 1.332-4.116 3.425-4.308 2.119.175 3.084 2.503 3.365 4.334.406-.427.374-1.042.514-1.577z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--when-rainy--g3" xmlns="http://www.w3.org/2000/svg"><path d="M1.245 0h33.882a1.783 1.783 0 0 1 1.271 1.248v21.475A1.803 1.803 0 0 1 35.155 24H1.267A1.804 1.804 0 0 1 0 22.753V1.269A1.778 1.778 0 0 1 1.245 0m-.071.382c-.511.154-.87.67-.846 1.202-.003 6.943-.005 13.888 0 20.832-.036.678.573 1.3 1.256 1.256 11.078.001 22.154.005 33.231-.001.68.035 1.29-.574 1.255-1.255.006-6.944.005-13.888.001-20.832.039-.685-.576-1.296-1.258-1.261C23.815.312 12.817.324 1.819.316c-.216.005-.436.005-.645.066z"/><path d="M1.973 4.43c.493-.003.985-.003 1.478.001.495 1.63 3.358 1.666 3.821-.001.475-.003.95-.002 1.425-.001.014 1.065.75 2.155 1.884 2.212 1.483.26 2.861-.824 3.266-2.212h1.475c-.009 1.786.273 3.817 1.685 5.068 1.627 1.291 4.305.98 5.575-.678.969-1.243 1.331-2.846 1.415-4.391h1.45c.01 1.102.141 2.351.975 3.161.828.725 2.444.695 2.961-.39.424-.861.328-1.851.279-2.779.47-.001.94-.001 1.409.001.107 1.164 2.241 1.155 2.383.008.48-.003.961-.002 1.442 0-.052.634-.285 1.281-.791 1.691-.82.696-2.011.707-2.999.427-.155.837-.472 1.695-1.147 2.252-1.553 1.282-4.176.828-5.188-.926-.572 1.468-1.613 2.832-3.107 3.44-1.704.673-3.783.588-5.31-.479-1.297-.919-1.994-2.448-2.299-3.966-1.666 1.761-5.091 1.74-6.301-.531-1.882 1.537-5.444.719-5.779-1.907z"/><path d="M11.307 12.703c.834-1.672 1.512-3.434 2.45-5.047.175.533.367 1.061.614 1.566-.619 1.347-1.26 2.683-1.887 4.025-.389-.189-.784-.366-1.177-.545zM10.665 8.582a6.62 6.62 0 0 0 1.499-.129c-.775 1.617-1.528 3.245-2.294 4.866-.392-.183-.785-.367-1.178-.547.657-1.397 1.311-2.796 1.973-4.19zM22.187 11.609c1.152-.614 2.038-1.611 2.668-2.741-.772 1.68-1.571 3.349-2.357 5.022-.391-.182-.783-.366-1.177-.543.303-.571.499-1.209.866-1.738zM25.727 9.463a5.8 5.8 0 0 0 1.224.457c-.63 1.33-1.252 2.663-1.88 3.994-.39-.19-.781-.374-1.177-.552.61-1.3 1.226-2.598 1.834-3.899zM28.069 9.987a4.563 4.563 0 0 0 1.642-.444c-.712 1.478-1.398 2.968-2.1 4.451a45.037 45.037 0 0 0-1.176-.554c.545-1.151 1.076-2.309 1.633-3.453zM15.04 10.237c.303.345.635.662.994.947-.456.96-.905 1.922-1.358 2.883-.39-.19-.783-.372-1.175-.556.512-1.092 1.028-2.182 1.539-3.275zM16.937 11.71c.408.158.828.288 1.255.388a918.96 918.96 0 0 0-1.631 3.466c-.389-.191-.783-.374-1.175-.56.515-1.099 1.034-2.196 1.551-3.294zM19.267 12.209a9.92 9.92 0 0 0 1.501-.133c-.493 1.02-.966 2.05-1.453 3.073-.391-.183-.783-.366-1.176-.545l1.127-2.395zM11.012 13.329c.396.173.789.35 1.175.544-.928 1.979-1.861 3.957-2.79 5.935-.396-.175-.788-.357-1.181-.538.932-1.98 1.863-3.962 2.796-5.941zM8.378 13.434a26.8 26.8 0 0 1 1.177.552c-.915 1.945-1.829 3.889-2.746 5.833-.391-.187-.784-.37-1.177-.549l2.746-5.835zM20.932 14.173c.392.181.784.367 1.174.555-.801 1.703-1.603 3.407-2.405 5.108-.39-.185-.783-.369-1.176-.546.802-1.706 1.603-3.413 2.407-5.117zM23.502 14.198c.395.175.786.357 1.176.544-.8 1.708-1.604 3.415-2.407 5.122-.389-.191-.78-.379-1.174-.561.803-1.7 1.603-3.403 2.405-5.105zM13.108 14.351c.396.177.788.361 1.181.546-.771 1.633-1.538 3.269-2.308 4.903-.394-.181-.786-.365-1.181-.545.768-1.636 1.538-3.27 2.308-4.905zM23.688 19.276c.785-1.667 1.569-3.335 2.357-5.001.396.172.788.354 1.177.54-.785 1.672-1.572 3.342-2.357 5.013-.391-.187-.784-.37-1.177-.552zM17.8 15.332c.392.179.785.362 1.174.548-.623 1.325-1.244 2.651-1.869 3.974-.39-.19-.78-.378-1.175-.557.624-1.321 1.244-2.645 1.87-3.965zM15.139 15.532c.395.179.786.362 1.176.549-.588 1.256-1.181 2.509-1.77 3.764-.39-.19-.784-.372-1.176-.554.588-1.253 1.178-2.507 1.77-3.759z"/><path fill="#fff" d="M1.174.382c.209-.061.429-.061.645-.066C12.817.324 23.815.311 34.813.323c.682-.034 1.297.577 1.258 1.261.003 6.944.005 13.888-.001 20.832.035.68-.574 1.29-1.255 1.255-11.078.006-22.154.002-33.231.001-.682.044-1.292-.578-1.256-1.256-.005-6.944-.003-13.889 0-20.832A1.223 1.223 0 0 1 1.174.382m.799 4.048c.336 2.626 3.897 3.444 5.779 1.907 1.21 2.271 4.635 2.292 6.301.531.305 1.518 1.002 3.047 2.299 3.966 1.526 1.067 3.606 1.152 5.31.479 1.495-.607 2.535-1.971 3.107-3.44 1.012 1.754 3.635 2.208 5.188.926.675-.557.992-1.415 1.147-2.252.988.281 2.179.27 2.999-.427.505-.411.738-1.058.791-1.691-.481-.002-.962-.003-1.442 0-.142 1.147-2.276 1.156-2.383-.008-.47-.002-.94-.002-1.409-.001.049.928.146 1.918-.279 2.779-.516 1.085-2.133 1.115-2.961.39-.834-.81-.965-2.059-.975-3.161h-1.45c-.084 1.545-.446 3.147-1.415 4.391-1.269 1.658-3.948 1.969-5.575.678-1.412-1.251-1.694-3.283-1.685-5.068h-1.475c-.405 1.389-1.782 2.473-3.266 2.212-1.134-.057-1.87-1.148-1.884-2.212-.475-.001-.95-.002-1.425.001-.463 1.667-3.326 1.631-3.821.001a80.909 80.909 0 0 0-1.478-.001m9.336 8.273c.394.179.788.356 1.177.545.627-1.342 1.268-2.679 1.887-4.025a12.223 12.223 0 0 1-.614-1.566c-.938 1.613-1.616 3.375-2.45 5.047m-.642-4.122c-.662 1.395-1.316 2.794-1.973 4.19.394.18.786.364 1.178.547.767-1.621 1.52-3.249 2.294-4.866a6.62 6.62 0 0 1-1.499.129m11.522 3.027c-.366.529-.563 1.167-.866 1.738.395.176.786.361 1.177.543.786-1.673 1.584-3.342 2.357-5.022-.63 1.131-1.516 2.127-2.668 2.741m3.54-2.146c-.607 1.301-1.224 2.599-1.834 3.899.396.177.787.362 1.177.552.628-1.331 1.25-2.664 1.88-3.994a5.8 5.8 0 0 1-1.224-.457m2.343.524c-.557 1.144-1.089 2.302-1.633 3.453.395.18.787.363 1.176.554.702-1.483 1.388-2.973 2.1-4.451a4.61 4.61 0 0 1-1.642.444m-13.03.25c-.511 1.093-1.027 2.183-1.539 3.275.392.184.785.366 1.175.556.453-.961.902-1.923 1.358-2.883a7.674 7.674 0 0 1-.994-.947m1.897 1.472c-.518 1.098-1.036 2.195-1.551 3.294.392.185.786.369 1.175.56.543-1.157 1.085-2.312 1.631-3.466-.427-.1-.846-.23-1.255-.388m2.33.499l-1.127 2.395c.394.179.785.362 1.176.545.487-1.024.96-2.053 1.453-3.073a9.932 9.932 0 0 1-1.501.133m-8.256 1.12c-.933 1.979-1.864 3.961-2.796 5.941.392.181.785.363 1.181.538.929-1.978 1.862-3.956 2.79-5.935a25.008 25.008 0 0 0-1.175-.544m-2.634.105l-2.746 5.835c.394.18.786.363 1.177.549.917-1.944 1.831-3.888 2.746-5.833-.388-.193-.78-.377-1.177-.552m12.554.74c-.804 1.704-1.605 3.411-2.407 5.117.394.177.786.361 1.176.546l2.405-5.108c-.39-.188-.781-.374-1.174-.555m2.57.025c-.802 1.702-1.602 3.404-2.405 5.105.394.182.785.37 1.174.561.803-1.707 1.607-3.413 2.407-5.122-.39-.187-.781-.369-1.176-.544m-10.394.153c-.77 1.635-1.54 3.269-2.308 4.905.395.18.787.364 1.181.545.77-1.635 1.537-3.27 2.308-4.903a63.121 63.121 0 0 0-1.181-.546m10.58 4.924c.394.182.786.365 1.177.552.785-1.671 1.572-3.341 2.357-5.013a32.015 32.015 0 0 0-1.177-.54c-.788 1.666-1.572 3.334-2.357 5.001M17.8 15.332c-.626 1.321-1.245 2.645-1.87 3.965.395.18.785.367 1.175.557.624-1.323 1.245-2.649 1.869-3.974-.389-.187-.781-.37-1.174-.548m-2.661.2c-.591 1.252-1.182 2.506-1.77 3.759.392.182.786.364 1.176.554.589-1.255 1.182-2.508 1.77-3.764-.39-.188-.781-.371-1.176-.549z"/></symbol><symbol viewBox="0 0 36 24" id="complementary--when-snowy--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.228 0h33.923a1.831 1.831 0 0 1 1.247 1.23v21.519A1.85 1.85 0 0 1 35.171 24H1.245a1.851 1.851 0 0 1-1.244-1.228V1.246A1.822 1.822 0 0 1 1.229.001m-.057.381c-.51.157-.871.672-.845 1.206-.003 6.942-.003 13.884 0 20.824-.039.681.576 1.307 1.26 1.261 11.075 0 22.149.002 33.224-.001.684.036 1.299-.576 1.261-1.26.003-6.941.003-13.882 0-20.824.04-.686-.578-1.302-1.263-1.266C23.812.313 12.817.323 1.82.316c-.217.005-.439.002-.648.066z"/><path d="M17.28 1.889c.613-.002 1.225-.002 1.838 0 .006.805-.001 1.609.003 2.414.713-.42 1.431-.831 2.15-1.239.247.421.493.843.73 1.269-.959.541-1.91 1.095-2.869 1.635-.028 1.478-.006 2.956-.013 4.434 1.281-.734 2.559-1.474 3.84-2.207 0-1.106-.002-2.212.001-3.318.487-.003.973-.003 1.459 0 .003.826-.002 1.652.003 2.477.695-.405 1.39-.81 2.089-1.207.326.52.619 1.059.927 1.589-.696.404-1.401.793-2.088 1.211.712.416 1.433.818 2.143 1.24-.245.417-.487.837-.731 1.255a275.014 275.014 0 0 0-2.883-1.655c-1.285.725-2.558 1.471-3.837 2.205 1.277.742 2.559 1.476 3.837 2.219.962-.551 1.915-1.118 2.883-1.658.25.414.487.835.731 1.251-.713.422-1.441.817-2.151 1.242.698.402 1.4.798 2.092 1.214-.299.531-.611 1.056-.917 1.583-.696-.404-1.389-.812-2.095-1.2-.006.823.001 1.647-.003 2.471-.487.003-.973.003-1.459 0-.003-1.103-.001-2.207-.001-3.31-1.271-.753-2.556-1.479-3.838-2.211-.001 1.476-.011 2.954.006 4.43.967.532 1.92 1.092 2.872 1.652-.242.419-.485.837-.729 1.255-.713-.416-1.427-.83-2.15-1.232-.005.802.002 1.603-.003 2.405-.613.002-1.225.002-1.838 0-.006-.802.001-1.603-.003-2.405-.723.4-1.437.817-2.151 1.232a256.69 256.69 0 0 1-.728-1.255c.951-.56 1.904-1.118 2.871-1.652.019-1.476.007-2.953.007-4.43-1.282.733-2.567 1.459-3.838 2.21 0 1.103.002 2.208-.001 3.311-.487.003-.973.003-1.459 0-.005-.823.003-1.647-.003-2.471-.705.39-1.4.801-2.096 1.208-.305-.531-.618-1.057-.916-1.591.693-.414 1.391-.814 2.092-1.215-.711-.424-1.439-.82-2.151-1.241.245-.416.481-.837.73-1.251.969.54 1.922 1.108 2.885 1.658 1.277-.743 2.559-1.478 3.837-2.219-1.277-.735-2.554-1.473-3.837-2.199-.965.544-1.926 1.093-2.883 1.648-.245-.417-.487-.836-.731-1.255.71-.423 1.432-.823 2.145-1.242-.693-.411-1.395-.805-2.091-1.209.323-.511.569-1.096.945-1.558.705.364 1.379.787 2.071 1.175.005-.825-.001-1.65.003-2.476.486-.003.973-.003 1.459 0 .003 1.107.002 2.212 0 3.318 1.282.733 2.56 1.473 3.841 2.207-.007-1.478.017-2.956-.013-4.434-.96-.539-1.91-1.094-2.869-1.635.238-.427.482-.849.73-1.269.719.407 1.437.819 2.15 1.239.005-.804-.002-1.608.003-2.414z"/><path fill="#fff" d="M1.172.382c.209-.064.431-.061.648-.066C12.817.323 23.812.313 34.809.322c.685-.036 1.302.58 1.263 1.266.003 6.942.003 13.884 0 20.824.038.685-.578 1.297-1.261 1.26-11.074.003-22.148.001-33.224.001-.685.045-1.299-.58-1.26-1.261C.324 15.471.324 8.53.327 1.588A1.228 1.228 0 0 1 1.172.382M17.28 1.889c-.006.805.001 1.609-.003 2.414-.713-.42-1.431-.831-2.15-1.239-.248.421-.493.843-.73 1.269.959.54 1.909 1.095 2.869 1.635.03 1.478.006 2.956.013 4.434-1.281-.734-2.559-1.474-3.841-2.207.002-1.106.003-2.211 0-3.318-.487-.003-.974-.003-1.459 0-.005.826.001 1.652-.003 2.476-.693-.388-1.366-.811-2.071-1.175-.377.462-.622 1.048-.945 1.558.696.404 1.398.798 2.091 1.209-.713.419-1.435.819-2.145 1.242l.731 1.255c.958-.555 1.919-1.104 2.883-1.648 1.283.726 2.559 1.464 3.837 2.199-1.277.742-2.559 1.476-3.837 2.219-.962-.551-1.915-1.118-2.885-1.658-.249.414-.486.835-.73 1.251.712.421 1.44.817 2.151 1.241-.701.4-1.399.801-2.092 1.215.298.535.611 1.06.916 1.591.696-.407 1.391-.818 2.096-1.208.007.823-.001 1.647.003 2.471.487.003.973.003 1.459 0 .003-1.103.001-2.208.001-3.311 1.271-.751 2.556-1.478 3.838-2.21 0 1.478.013 2.954-.007 4.43-.967.533-1.92 1.092-2.871 1.652.241.419.485.837.728 1.255.714-.415 1.427-.831 2.151-1.232.005.802-.002 1.603.003 2.405.613.002 1.225.002 1.838 0 .006-.802-.001-1.603.003-2.405.722.402 1.437.816 2.15 1.232.245-.417.487-.836.729-1.255-.952-.56-1.905-1.119-2.872-1.652-.017-1.476-.007-2.954-.006-4.43 1.282.733 2.567 1.458 3.838 2.211 0 1.103-.002 2.207.001 3.31.487.003.973.003 1.459 0 .005-.823-.002-1.647.003-2.471.706.388 1.399.796 2.095 1.2.306-.528.618-1.052.917-1.583-.692-.415-1.393-.812-2.092-1.214.71-.425 1.438-.82 2.151-1.242-.245-.416-.481-.837-.731-1.251-.968.54-1.921 1.108-2.883 1.658-1.277-.743-2.559-1.478-3.837-2.219 1.278-.735 2.551-1.481 3.837-2.205.966.544 1.925 1.099 2.883 1.655.245-.417.487-.837.731-1.255-.71-.422-1.431-.824-2.143-1.24.687-.419 1.392-.808 2.088-1.211-.308-.53-.601-1.069-.927-1.589-.7.397-1.395.802-2.089 1.207-.006-.826 0-1.652-.003-2.477-.487-.003-.973-.003-1.459 0-.003 1.106-.001 2.212-.001 3.318-1.281.733-2.559 1.473-3.84 2.207.007-1.478-.016-2.956.013-4.434.959-.539 1.91-1.093 2.869-1.635a63.271 63.271 0 0 0-.73-1.269c-.719.407-1.437.819-2.15 1.239-.005-.804.002-1.608-.003-2.414-.613-.002-1.225-.002-1.838 0z"/></symbol><symbol viewBox="0 0 47 24" id="complementary--when-snowy--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".96" d="M1.419 0h43.787l.363.273A5154.84 5154.84 0 0 0 1.078.271l.34-.27z"/><path fill="#fff" d="M1.079.27A5154.84 5154.84 0 0 1 45.57.272c.268.217.545.422.82.634.014 7.237.019 14.477-.002 21.712.04.96-1.114 1.228-1.869 1.195-14.146-.002-28.292 0-42.438 0-.753.033-1.864-.263-1.838-1.198C.208 15.385.259 8.152.22.919.509.705.8.495 1.08.269m.388.495c-.615.249-.939.916-.874 1.559.007 6.529-.012 13.06.007 19.589-.054.916.871 1.561 1.724 1.494 13.983.007 27.968.005 41.953.002.869.082 1.815-.571 1.764-1.505.012-6.601.012-13.205 0-19.806.049-.934-.904-1.57-1.766-1.503C30.372.582 16.466.596 2.56.587c-.368.014-.753.016-1.093.177z"/><path fill="#fff" d="M1.967 1.559c13.946-.126 27.903-.009 41.853-.058.466.009 1.321-.065 1.3.622.021 6.583.021 13.17-.002 19.755.058.585-.643.638-1.065.62-13.908-.014-27.814.005-41.723-.009-.373.026-.883-.161-.806-.622-.033-6.436.005-12.876-.016-19.314.002-.377-.04-.925.459-.993M12.34 4.031c-.002.557-.021 1.114-.023 1.671-.34-.347-.685-.687-1.025-1.037-.461.443-.918.89-1.368 1.344.785.811 1.584 1.608 2.367 2.423-.014.774-.021 1.545-.033 2.318-.676-.391-1.347-.79-2.018-1.191-.275-1.09-.557-2.179-.834-3.267-.617.156-1.235.317-1.85.485l.357 1.41c-.478-.282-.962-.552-1.44-.834-.326.543-.648 1.09-.967 1.64.475.275.946.564 1.424.843-.468.126-.937.252-1.407.375.151.615.303 1.23.457 1.843 1.1-.277 2.197-.559 3.297-.843.673.396 1.351.79 2.025 1.186-.683.377-1.365.753-2.039 1.144-1.095-.287-2.186-.592-3.281-.888-.175.608-.347 1.219-.52 1.827.468.133.937.266 1.405.403-.485.268-.962.548-1.449.813.308.557.622 1.109.937 1.661.482-.275.972-.534 1.454-.809-.126.466-.256.932-.384 1.4.61.17 1.221.34 1.834.508.303-1.077.62-2.148.902-3.23a54.15 54.15 0 0 1 2.06-1.165c-.007.767-.021 1.533-.023 2.297-.797.813-1.622 1.596-2.428 2.4.443.454.89.906 1.335 1.358.345-.35.701-.685 1.044-1.032-.002.557 0 1.114-.007 1.671.636.007 1.272.012 1.908.009.002-.555.016-1.109.019-1.664.338.357.69.699 1.03 1.053.457-.445.909-.895 1.361-1.347-.785-.811-1.596-1.601-2.367-2.428.023-.771.028-1.54.042-2.311.676.389 1.347.785 2.013 1.191.266 1.088.548 2.172.825 3.255.62-.154 1.237-.31 1.857-.468-.121-.473-.235-.951-.352-1.426.475.287.958.562 1.435.846.324-.545.648-1.09.972-1.638-.478-.277-.951-.566-1.428-.846.468-.126.939-.249 1.41-.373-.154-.62-.312-1.237-.471-1.852-1.107.27-2.204.573-3.311.846-.652-.398-1.312-.788-1.971-1.179.704-.361 1.342-.892 2.106-1.104 1.072.233 2.113.597 3.181.85.179-.613.354-1.226.529-1.838-.473-.128-.944-.259-1.414-.389.487-.275.969-.552 1.456-.825-.308-.555-.617-1.107-.93-1.657-.485.273-.974.534-1.459.806.126-.466.256-.93.384-1.393-.613-.172-1.226-.345-1.838-.513-.312 1.086-.608 2.174-.925 3.257-.68.375-1.354.76-2.032 1.137.005-.778.016-1.554.028-2.332.804-.79 1.615-1.573 2.419-2.365-.44-.459-.888-.909-1.337-1.358-.343.34-.699.669-1.042 1.009.007-.557.002-1.114.012-1.671-.636 0-1.272-.002-1.908-.009m20.198.003c-.002.557-.021 1.111-.023 1.668-.34-.347-.69-.685-1.028-1.035-.459.445-.916.892-1.368 1.344.785.809 1.58 1.608 2.365 2.414a180.71 180.71 0 0 1-.033 2.328c-.669-.391-1.335-.79-2.004-1.181-.287-1.09-.562-2.186-.846-3.278-.617.158-1.233.322-1.848.487.119.468.235.937.352 1.405-.478-.28-.958-.55-1.431-.83a50.56 50.56 0 0 0-.969 1.652c.475.27.948.555 1.421.83-.468.128-.939.252-1.407.377.151.615.305 1.23.461 1.845 1.102-.282 2.204-.571 3.311-.841.662.394 1.326.783 1.988 1.177-.701.361-1.342.871-2.102 1.107-1.081-.214-2.127-.58-3.197-.846-.177.608-.352 1.219-.522 1.829.468.13.937.263 1.407.398-.487.27-.965.55-1.452.818.308.555.622 1.107.937 1.657.482-.273.972-.534 1.454-.806-.128.466-.256.932-.387 1.396.613.175 1.223.345 1.836.515.305-1.083.617-2.167.913-3.253.678-.387 1.361-.769 2.046-1.144-.128.951.359 2.216-.576 2.871-.631.601-1.254 1.214-1.878 1.824l1.337 1.356c.347-.347.706-.68 1.053-1.025-.009.557-.007 1.111-.016 1.668.636.007 1.272.012 1.911.012.002-.559.016-1.116.019-1.675.336.357.678.708 1.016 1.065.464-.44.918-.895 1.372-1.344a195.39 195.39 0 0 0-2.346-2.384c0-.795.009-1.587.019-2.379.662.401 1.323.797 1.997 1.179.291 1.093.562 2.193.846 3.288.62-.156 1.24-.315 1.857-.473-.119-.475-.238-.951-.354-1.426.475.289.958.562 1.435.85.326-.548.65-1.093.972-1.64-.478-.28-.948-.569-1.428-.846.471-.126.941-.249 1.412-.373-.156-.62-.312-1.24-.473-1.857-1.097.28-2.19.566-3.283.855-.666-.394-1.335-.785-1.997-1.186.669-.387 1.344-.767 2.016-1.146 1.09.301 2.176.608 3.269.899.179-.613.357-1.226.531-1.838-.473-.13-.944-.266-1.414-.398.487-.27.969-.55 1.456-.82-.308-.555-.617-1.107-.93-1.659-.485.275-.976.536-1.459.811.126-.468.252-.934.382-1.4-.613-.17-1.226-.34-1.841-.508-.303 1.081-.608 2.16-.909 3.243-.68.384-1.361.771-2.043 1.149.002-.778.016-1.554.028-2.332.806-.788 1.615-1.573 2.421-2.363-.44-.457-.89-.909-1.34-1.358-.343.338-.697.669-1.042 1.004.007-.557.002-1.111.012-1.666-.636 0-1.272-.002-1.908-.009z"/><path d="M1.468.764c.34-.161.725-.163 1.093-.177C16.467.596 30.373.582 44.277.594c.862-.068 1.815.569 1.766 1.503.012 6.601.012 13.205 0 19.806.051.934-.895 1.587-1.764 1.505-13.985.002-27.97.005-41.953-.002-.853.068-1.778-.578-1.724-1.494-.019-6.529 0-13.06-.007-19.589-.065-.643.259-1.31.874-1.559m.498.795c-.499.068-.457.615-.459.993.021 6.438-.016 12.878.016 19.314-.077.461.433.648.806.622 13.908.014 27.814-.005 41.723.009.422.019 1.123-.035 1.065-.62.023-6.585.023-13.172.002-19.755.021-.687-.834-.613-1.3-.622-13.95.049-27.908-.068-41.853.058z"/><path d="M0 1.107L.219.921c.04 7.233-.012 14.465.023 21.696-.026.934 1.086 1.23 1.838 1.198 14.146 0 28.292-.002 42.438 0 .755.033 1.908-.235 1.869-1.195.021-7.235.016-14.475.002-21.712l.212.189v22.234c-.282.117-.727.289-.652.671H.936c-.247-.303-.559-.552-.937-.671V1.109z"/><path d="M12.34 4.031c.636.007 1.272.009 1.908.009-.009.557-.005 1.114-.012 1.671.343-.34.699-.669 1.042-1.009.45.45.897.899 1.337 1.358-.804.792-1.615 1.575-2.419 2.365a259.02 259.02 0 0 0-.028 2.332c.678-.377 1.351-.762 2.032-1.137.317-1.083.613-2.172.925-3.257.613.168 1.226.34 1.838.513-.128.464-.259.927-.384 1.393.485-.273.974-.534 1.459-.806.312.55.622 1.102.93 1.657-.487.273-.969.55-1.456.825.471.13.941.261 1.414.389-.175.613-.35 1.226-.529 1.838-1.067-.254-2.109-.617-3.181-.85-.764.212-1.403.743-2.106 1.104.659.391 1.319.781 1.971 1.179 1.107-.273 2.204-.576 3.311-.846.158.615.317 1.233.471 1.852-.471.123-.941.247-1.41.373.478.28.951.569 1.428.846-.324.548-.648 1.093-.972 1.638-.478-.284-.96-.559-1.435-.846.117.475.231.953.352 1.426-.62.158-1.237.315-1.857.468-.277-1.083-.559-2.167-.825-3.255a96.68 96.68 0 0 0-2.013-1.191c-.014.771-.019 1.54-.042 2.311.771.827 1.582 1.617 2.367 2.428-.452.452-.904.902-1.361 1.347-.34-.354-.692-.697-1.03-1.053-.002.555-.016 1.109-.019 1.664-.636.002-1.272-.002-1.908-.009.007-.557.005-1.114.007-1.671-.343.347-.699.683-1.044 1.032-.445-.452-.892-.904-1.335-1.358.806-.804 1.631-1.587 2.428-2.4.002-.764.016-1.531.023-2.297-.694.375-1.382.76-2.06 1.165-.282 1.081-.599 2.153-.902 3.23-.613-.168-1.223-.338-1.834-.508.128-.468.259-.934.384-1.4-.482.275-.972.534-1.454.809-.315-.552-.629-1.104-.937-1.661.487-.266.965-.545 1.449-.813-.468-.137-.937-.27-1.405-.403.172-.608.345-1.219.52-1.827 1.095.296 2.186.601 3.281.888.673-.391 1.356-.767 2.039-1.144-.673-.396-1.351-.79-2.025-1.186-1.1.284-2.197.566-3.297.843-.154-.613-.305-1.228-.457-1.843.471-.123.939-.249 1.407-.375-.478-.28-.948-.569-1.424-.843.319-.55.641-1.097.967-1.64.478.282.962.552 1.44.834l-.357-1.41c.615-.168 1.233-.329 1.85-.485.277 1.088.559 2.176.834 3.267.671.401 1.342.799 2.018 1.191.012-.774.019-1.545.033-2.318-.783-.816-1.582-1.612-2.367-2.423.45-.454.906-.902 1.368-1.344.34.35.685.69 1.025 1.037.002-.557.021-1.114.023-1.671zM32.542 4.031c.636.007 1.272.009 1.908.009-.009.555-.005 1.109-.012 1.666.345-.336.699-.666 1.042-1.004.45.45.899.902 1.34 1.358-.806.79-1.615 1.575-2.421 2.363-.012.778-.026 1.554-.028 2.332.683-.377 1.363-.764 2.043-1.149.301-1.083.606-2.162.909-3.243.615.168 1.228.338 1.841.508-.13.466-.256.932-.382 1.4.482-.275.974-.536 1.459-.811.312.552.622 1.104.93 1.659-.487.27-.969.55-1.456.82.471.133.941.268 1.414.398-.175.613-.352 1.226-.531 1.838-1.093-.291-2.179-.599-3.269-.899-.671.38-1.347.76-2.016 1.146.662.401 1.33.792 1.997 1.186 1.093-.289 2.186-.576 3.283-.855.161.617.317 1.237.473 1.857-.471.123-.941.247-1.412.373.48.277.951.566 1.428.846-.322.548-.645 1.093-.972 1.64-.478-.289-.96-.562-1.435-.85.117.475.235.951.354 1.426-.617.158-1.237.317-1.857.473-.284-1.095-.555-2.195-.846-3.288a81.662 81.662 0 0 1-1.997-1.179c-.009.792-.019 1.584-.019 2.379a181.81 181.81 0 0 1 2.346 2.384c-.454.45-.909.904-1.372 1.344-.338-.357-.68-.708-1.016-1.065-.002.559-.016 1.116-.019 1.675-.638 0-1.275-.005-1.911-.012.009-.557.007-1.111.016-1.668-.347.345-.706.678-1.053 1.025l-1.337-1.356c.624-.61 1.247-1.223 1.878-1.824.934-.655.447-1.92.576-2.871-.685.375-1.368.757-2.046 1.144-.296 1.086-.608 2.169-.913 3.253-.613-.17-1.223-.34-1.836-.515.13-.464.259-.93.387-1.396-.482.273-.972.534-1.454.806a141.2 141.2 0 0 1-.937-1.657c.487-.268.965-.548 1.452-.818a178.41 178.41 0 0 0-1.407-.398c.17-.61.345-1.221.522-1.829 1.07.266 2.116.631 3.197.846.76-.235 1.4-.746 2.102-1.107-.662-.394-1.326-.783-1.988-1.177-1.107.27-2.209.559-3.311.841-.156-.615-.31-1.23-.461-1.845.468-.126.939-.249 1.407-.377-.473-.275-.946-.559-1.421-.83a50.56 50.56 0 0 1 .969-1.652c.473.28.953.55 1.431.83-.117-.468-.233-.937-.352-1.405.615-.165 1.23-.329 1.848-.487.284 1.093.559 2.188.846 3.278.669.391 1.335.79 2.004 1.181.016-.776.026-1.552.033-2.328-.785-.806-1.58-1.605-2.365-2.414.452-.452.909-.899 1.368-1.344.338.35.687.687 1.028 1.035.002-.557.021-1.111.023-1.668z"/></symbol><symbol viewBox="0 0 61 24" id="complementary--when-snowy-or-rainy--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#090909" opacity=".96" d="M1.79 0h57.174c.436.198.864.422 1.265.687-.944-.289-1.913-.515-2.906-.461C38.673.277 20.02.158 1.373.287L1.79 0z"/><path fill="#fff" d="M.722.638c.214-.119.433-.235.65-.352C20.02.158 38.672.277 57.322.225c.993-.054 1.962.172 2.906.461l.007.191c-.121.301-.242.601-.361.902C59.45.905 58.483.553 57.563.591 39.381.586 21.2.584 3.018.593 2.163.525 1.422.977.825 1.541l-.415.193c.105-.366.207-.732.312-1.097z"/><path fill="#fff" d="M1.983 1.731c.941-.312 1.939-.221 2.91-.224 17.56.005 35.119-.007 52.679.007.606-.079 1.307.308 1.219.997.007 6.326.005 12.652 0 18.976.075.692-.603 1.086-1.219 1.002-17.56.005-35.119 0-52.679.002-.972-.007-1.971.098-2.91-.217-.016-6.848-.016-13.696 0-20.544M16.05 4.031c-.007.557-.016 1.111-.03 1.668l-1.34-1.007c-.594.433-1.174.888-1.762 1.333 1.023.813 2.064 1.598 3.08 2.414a251.97 251.97 0 0 0-.03 2.3c-.874-.403-1.843-.671-2.617-1.251-.534-.995-.792-2.109-1.116-3.183a50.45 50.45 0 0 0-2.402.475c.165.471.331.944.517 1.407-.652-.27-1.298-.552-1.955-.813-.398.531-.788 1.07-1.181 1.605.585.31 1.188.578 1.79.857-.58.119-1.16.235-1.741.35.158.61.333 1.216.452 1.836 1.165-.149 2.307-.412 3.456-.643 1.282-.422 2.363.643 3.521 1.011-1.165.363-2.274 1.403-3.56.976-1.13-.242-2.258-.513-3.402-.685-.161.61-.347 1.216-.503 1.829.562.123 1.123.245 1.682.375-.59.275-1.188.527-1.794.764.384.571.741 1.163 1.163 1.71.624-.277 1.251-.55 1.885-.799-.163.464-.329.927-.492 1.393.771.163 1.54.326 2.304.508.357-.802.615-1.638.913-2.461.368-1.305 1.983-1.393 3.034-1.89a32.57 32.57 0 0 1-.137 2.356c-1.049.736-2.039 1.552-3.083 2.295.601.426 1.174.885 1.759 1.335.433-.331.86-.669 1.291-1.002.033.555.047 1.111.061 1.666.818.012 1.636.009 2.451-.056.002-.534.007-1.07.014-1.603.466.336.925.68 1.393 1.014.576-.431 1.142-.871 1.71-1.314a128.484 128.484 0 0 1-3.066-2.426c.012-.755.023-1.51.037-2.265.86.35 1.748.655 2.547 1.132.571 1.011.809 2.174 1.172 3.271a303.55 303.55 0 0 0 2.381-.468c-.142-.466-.289-.934-.422-1.405.622.266 1.24.545 1.857.825.41-.548.804-1.104 1.179-1.675-.587-.27-1.181-.527-1.773-.792.578-.135 1.158-.261 1.736-.398-.168-.613-.352-1.221-.503-1.838-1.459.207-2.882.669-4.353.785-.888-.315-1.715-.771-2.584-1.135.941-.31 1.794-.883 2.763-1.09 1.393.214 2.754.601 4.143.843a24.61 24.61 0 0 1 .706-1.824c-.62-.137-1.237-.27-1.857-.398.636-.27 1.268-.548 1.899-.823a27.58 27.58 0 0 1-1.167-1.636c-.655.252-1.3.522-1.955.774.175-.466.345-.934.506-1.405-.788-.161-1.573-.326-2.358-.487-.424 1.067-.636 2.237-1.251 3.218-.806.48-1.713.76-2.561 1.158-.014-.769-.014-1.538-.016-2.309 1.07-.778 2.113-1.589 3.176-2.374-.59-.443-1.17-.899-1.759-1.342-.457.336-.916.664-1.382.988-.002-.562 0-1.121.005-1.682-.811.016-1.622.014-2.43.007M31.68 7.568c.009.44.019.883.033 1.323 1.06.182 2.144.037 3.087-.492 1.219 1.857 3.936 1.82 5.49.422.324 1.925 1.701 3.817 3.751 4.064 2.339.485 4.674-1 5.471-3.202 1.391 2.228 5.229 1.591 5.501-1.144.529.026 1.06.044 1.591.054l.021-1.198c-.718.079-1.47 0-1.855-.692l-1.011-.012c-.012.876.154 1.871-.403 2.628-.583.699-1.759.65-2.423.096-.75-.692-.774-1.785-.911-2.724l-1.144.007c-.107 1.349-.403 2.768-1.303 3.824-1.184 1.47-3.7 1.664-5.024.291-1-1.116-1.223-2.68-1.23-4.122-.398.002-.795.005-1.188.009-.445 1.149-1.536 2.13-2.845 1.885-1.049.007-1.552-1.028-1.764-1.904-.336.009-.671.016-1.007.026-.545 1.07-1.797 1.23-2.838.86m6.215 6.213c.34.147.68.296 1.023.44.478-1.554 2.253-3.111 1.046-4.737-.718 1.419-1.368 2.871-2.069 4.297m-.582-3.467c-.543 1.181-1.116 2.346-1.661 3.525.326.156.652.315.981.471.669-1.379 1.31-2.773 1.978-4.152-.433.051-.864.103-1.298.156m11.459 4.001c.322.172.643.345.967.515.578-1.118 1.083-2.272 1.638-3.404-.352-.126-.699-.254-1.049-.382a91.428 91.428 0 0 1-1.557 3.271m3.578-2.813c-.459.974-.937 1.941-1.363 2.931.329.144.657.291.986.436.587-1.226 1.146-2.465 1.752-3.682-.459.107-.916.212-1.375.315m-5.783 2.813c.326.163.652.324.981.487.578-1.23 1.16-2.458 1.748-3.684-.885 1.114-2.365 1.708-2.729 3.197m-5.471-2.596c-.424.923-.862 1.841-1.289 2.763.329.149.659.298.99.445.389-.811.785-1.619 1.149-2.442-.284-.254-.566-.51-.85-.767m.321 4.039c.338.154.673.308 1.011.464.459-.976.925-1.95 1.368-2.934-.347-.107-.694-.217-1.039-.326-.44.934-.888 1.866-1.34 2.796m3.348-2.36c-.315.673-.638 1.344-.962 2.016.333.151.666.303 1 .452.415-.85.806-1.71 1.219-2.561-.419.03-.837.061-1.256.093M32.992 19.41c.338.156.676.312 1.014.466.785-1.661 1.568-3.323 2.349-4.984a303.44 303.44 0 0 0-.981-.473c-.792 1.664-1.573 3.334-2.381 4.991m2.224.007c.338.142.676.287 1.016.429.816-1.666 1.591-3.353 2.395-5.026-.319-.17-.638-.338-.958-.506-.843 1.687-1.617 3.411-2.454 5.103m4.237-4.213c-.587 1.282-1.23 2.537-1.803 3.826-.343.55.485.615.802.853.662-1.405 1.34-2.801 1.992-4.213-.331-.156-.659-.312-.99-.466m6.736-.121c-.678 1.452-1.356 2.906-2.064 4.343.345.147.687.296 1.032.443.662-1.459 1.358-2.901 2.053-4.346l-1.021-.44m.179 4.348c.322.163.645.326.972.489.708-1.449 1.384-2.915 2.069-4.376l-.976-.461a594.679 594.679 0 0 0-2.064 4.348m4.237-4.262c-.657 1.419-1.34 2.826-2.013 4.238.333.163.664.324 1 .485.676-1.435 1.347-2.871 2.034-4.301-.343-.14-.68-.282-1.021-.422m-7.102.89c-.548 1.121-1.072 2.251-1.598 3.381.326.158.657.315.986.471a206.032 206.032 0 0 1 1.612-3.393c-.333-.154-.666-.308-1-.459m-3.83 3.381c.34.144.683.289 1.023.431.482-1.063 1.002-2.109 1.489-3.169-.322-.168-.645-.333-.969-.499-.52 1.077-1.014 2.165-1.543 3.237z"/><path fill="#fff" d="M.508 22.423c.072-.019.214-.051.284-.07.536.692 1.335 1.125 2.225 1.056 18.182.005 36.363.002 54.545.002.89.035 1.85-.273 2.26-1.128l.445.699c-.063.135-.184.405-.247.541-1.887.391-3.819.212-5.73.245-17.585.028-35.17-.051-52.753.04a9.851 9.851 0 0 1-1.116-.583l.086-.802z"/><path fill="#e5e5e5" d="M.282.89l.44-.252C.617 1.004.515 1.37.41 1.735l.415-.193c-.04 6.937.021 13.873-.033 20.81-.07.019-.212.051-.284.07l-.086.802-.151-.144C.227 15.684.203 8.286.283.89zM60.235.878c.196 7.358.137 14.745.033 22.103l-.445-.699c.058-6.832-.044-13.668.051-20.503.119-.301.24-.601.361-.902z"/><path fill="#030303" d="M.825 1.543C1.422.979 2.162.527 3.018.595 21.2.586 39.381.588 57.563.593c.92-.037 1.887.315 2.311 1.188-.096 6.834.007 13.671-.051 20.503-.41.855-1.37 1.163-2.26 1.128-18.182 0-36.363.002-54.545-.002-.89.07-1.689-.363-2.225-1.056.054-6.937-.007-13.873.033-20.81m1.157.187c-.016 6.848-.016 13.696 0 20.544.939.315 1.939.21 2.91.217 17.56-.002 35.119.002 52.679-.002.615.084 1.293-.31 1.219-1.002.005-6.324.007-12.65 0-18.976.089-.69-.613-1.077-1.219-.997-17.56-.014-35.119-.002-52.679-.007-.972.002-1.969-.089-2.91.224z"/><path fill="#030303" d="M16.05 4.031c.809.007 1.619.009 2.43-.007a134.78 134.78 0 0 0-.005 1.682c.466-.324.925-.652 1.382-.988.59.443 1.17.899 1.759 1.342-1.063.785-2.106 1.596-3.176 2.374.002.771.002 1.54.016 2.309.848-.398 1.755-.678 2.561-1.158.615-.981.827-2.151 1.251-3.218.785.161 1.57.326 2.358.487-.161.471-.331.939-.506 1.405.655-.252 1.3-.522 1.955-.774.373.557.755 1.107 1.167 1.636-.631.275-1.263.552-1.899.823.62.128 1.237.261 1.857.398a24.783 24.783 0 0 0-.706 1.824c-1.389-.242-2.75-.629-4.143-.843-.969.207-1.822.781-2.763 1.09.869.363 1.696.82 2.584 1.135 1.47-.117 2.894-.578 4.353-.785.151.617.336 1.226.503 1.838-.578.137-1.158.263-1.736.398.592.266 1.186.522 1.773.792a32.966 32.966 0 0 1-1.179 1.675 92.848 92.848 0 0 0-1.857-.825c.133.471.28.939.422 1.405-.792.161-1.587.315-2.381.468-.363-1.097-.601-2.26-1.172-3.271-.799-.478-1.687-.783-2.547-1.132-.014.755-.026 1.51-.037 2.265 1.009.825 2.032 1.631 3.066 2.426-.569.443-1.135.883-1.71 1.314-.468-.333-.927-.678-1.393-1.014-.007.534-.012 1.07-.014 1.603-.816.065-1.633.068-2.451.056-.014-.555-.028-1.111-.061-1.666-.431.333-.857.671-1.291 1.002-.585-.45-1.158-.909-1.759-1.335 1.044-.743 2.034-1.559 3.083-2.295.07-.785.126-1.568.137-2.356-1.051.496-2.666.585-3.034 1.89-.298.823-.557 1.659-.913 2.461a92.494 92.494 0 0 0-2.304-.508c.163-.466.329-.93.492-1.393-.634.249-1.261.522-1.885.799-.422-.548-.778-1.139-1.163-1.71a31.145 31.145 0 0 0 1.794-.764c-.559-.13-1.121-.252-1.682-.375.156-.613.343-1.219.503-1.829 1.144.172 2.272.443 3.402.685 1.286.426 2.395-.613 3.56-.976-1.158-.368-2.239-1.433-3.521-1.011-1.149.231-2.29.494-3.456.643-.119-.62-.294-1.226-.452-1.836.58-.114 1.16-.231 1.741-.35-.601-.28-1.205-.548-1.79-.857.394-.536.783-1.074 1.181-1.605.657.261 1.303.543 1.955.813-.186-.464-.352-.937-.517-1.407.797-.175 1.598-.34 2.402-.475.324 1.074.583 2.188 1.116 3.183.774.58 1.743.848 2.617 1.251.007-.767.016-1.533.03-2.3-1.016-.816-2.057-1.601-3.08-2.414.587-.445 1.167-.899 1.762-1.333l1.34 1.007c.014-.557.023-1.111.03-1.668z"/><path fill="#010101" opacity=".93" d="M60.228.687c.089.063.266.193.354.259v22.18c-.184.137-.37.27-.562.396.063-.135.184-.405.247-.541.105-7.358.163-14.745-.033-22.103l-.007-.191z"/><path d="M0 1.063L.282.891C.203 8.287.226 15.685.27 23.081L0 22.822V1.064z"/><path fill="#060606" d="M31.68 7.568c1.042.37 2.293.21 2.838-.86.336-.009.671-.016 1.007-.026.212.876.715 1.911 1.764 1.904 1.31.245 2.4-.736 2.845-1.885.394-.005.79-.007 1.188-.009.007 1.442.231 3.006 1.23 4.122 1.323 1.372 3.84 1.179 5.024-.291.899-1.056 1.195-2.475 1.303-3.824l1.144-.007c.137.939.161 2.032.911 2.724.664.555 1.841.603 2.423-.096.557-.757.391-1.752.403-2.628l1.011.012c.384.692 1.137.771 1.855.692l-.021 1.198a49.426 49.426 0 0 1-1.591-.054c-.273 2.736-4.11 3.372-5.501 1.144-.797 2.202-3.132 3.686-5.471 3.202-2.05-.247-3.428-2.139-3.751-4.064-1.554 1.398-4.271 1.435-5.49-.422-.944.529-2.027.673-3.087.492-.014-.44-.023-.883-.033-1.323z"/><path fill="#0a0a0a" d="M37.894 13.78c.701-1.426 1.351-2.878 2.069-4.297 1.207 1.626-.569 3.183-1.046 4.737-.343-.144-.683-.294-1.023-.44zM37.312 10.313c.433-.054.864-.105 1.298-.156-.669 1.379-1.31 2.773-1.978 4.152-.329-.156-.655-.315-.981-.471.545-1.179 1.118-2.344 1.661-3.525zM48.771 14.314a95.013 95.013 0 0 0 1.557-3.271c.35.128.697.256 1.049.382-.555 1.132-1.06 2.286-1.638 3.404-.324-.17-.645-.343-.967-.515zM52.348 11.501c.459-.103.916-.207 1.375-.315-.606 1.216-1.165 2.456-1.752 3.682-.329-.144-.657-.291-.986-.436.426-.99.904-1.957 1.363-2.931zM46.565 14.314c.363-1.489 1.843-2.083 2.729-3.197a562.926 562.926 0 0 0-1.748 3.684c-.329-.163-.655-.324-.981-.487zM41.094 11.718c.284.256.566.513.85.767-.363.823-.76 1.631-1.149 2.442-.331-.147-.662-.296-.99-.445.426-.923.864-1.841 1.289-2.763zM41.415 15.756c.452-.93.899-1.862 1.34-2.796.345.11.692.219 1.039.326-.443.983-.909 1.957-1.368 2.934-.338-.156-.673-.31-1.011-.464zM44.763 13.396c.419-.033.837-.063 1.256-.093-.412.85-.804 1.71-1.219 2.561-.333-.149-.666-.301-1-.452.324-.671.648-1.342.962-2.016zM32.992 19.41c.809-1.657 1.589-3.327 2.381-4.991l.981.473a2237.39 2237.39 0 0 1-2.349 4.984c-.338-.154-.676-.31-1.014-.466zM35.217 19.417c.837-1.692 1.61-3.416 2.454-5.103l.958.506c-.804 1.673-1.58 3.36-2.395 5.026-.34-.142-.678-.287-1.016-.429zM39.453 15.204c.331.154.659.31.99.466-.652 1.412-1.33 2.808-1.992 4.213-.317-.238-1.144-.303-.802-.853.573-1.289 1.216-2.544 1.803-3.826zM46.19 15.083l1.021.44c-.694 1.445-1.391 2.887-2.053 4.346-.345-.147-.687-.296-1.032-.443.708-1.438 1.386-2.892 2.064-4.343zM46.369 19.431c.683-1.452 1.37-2.901 2.064-4.348l.976.461c-.685 1.461-1.361 2.927-2.069 4.376l-.972-.489zM50.607 15.169c.34.14.678.282 1.021.422-.687 1.431-1.358 2.866-2.034 4.301-.336-.161-.666-.322-1-.485.673-1.412 1.356-2.819 2.013-4.238zM43.505 16.059c.333.151.666.305 1 .459a206.032 206.032 0 0 0-1.612 3.393c-.329-.156-.659-.312-.986-.471.527-1.13 1.051-2.26 1.598-3.381zM39.675 19.44c.529-1.072 1.023-2.16 1.543-3.237.324.165.648.331.969.499-.487 1.06-1.007 2.106-1.489 3.169-.34-.142-.683-.287-1.023-.431z"/><path opacity=".08" d="M60.021 23.522c.191-.126.377-.259.562-.396V24h-1.412c.289-.149.573-.31.85-.478z"/><path fill="#313131" opacity=".93" d="M54.291 23.767c1.911-.033 3.842.147 5.73-.245-.277.168-.562.329-.85.478H1.086l.452-.193c17.583-.091 35.168-.012 52.753-.04z"/></symbol><symbol viewBox="0 0 48 24" id="complementary--when-snowy-or-rainy--g2" xmlns="http://www.w3.org/2000/svg"><path d="M1.518 0H46.89c.584.335 1.103.785 1.476 1.35-.204 7.079-.16 14.175-.017 21.256-.235.613-.759 1.04-1.287 1.394H1.237c-.444-.465-.88-.945-1.236-1.484V1.571A3.745 3.745 0 0 1 1.519 0m.51.829C1.035 1.241.613 2.371.669 3.382.676 9.21.662 15.038.674 20.863c-.09 1.273.892 2.596 2.24 2.531 14.218.012 28.439.015 42.659 0 1.341.061 2.32-1.261 2.225-2.528.002-5.91.007-11.823-.002-17.733.075-1.244-.897-2.516-2.204-2.473C31.524.626 17.456.662 3.388.643c-.458.01-.931.015-1.36.187z"/><path d="M2.301 2.039c.39-.264.887-.194 1.331-.218 13.985.027 27.973-.022 41.959.024.834-.053 1.103.865 1.047 1.537-.007 5.828.01 11.656-.007 17.481.053.635-.315 1.411-1.047 1.36-14.153.024-28.305.005-42.458.01-.659.097-1.263-.448-1.21-1.12-.048-5.825.002-11.656-.024-17.484.029-.538-.065-1.207.41-1.59m.348.577c-.029 6.279-.022 12.558-.005 18.839 14.402.065 28.807.036 43.212.015.036-6.286.032-12.575 0-18.858-14.402-.019-28.805-.029-43.207.005z"/><path d="M28.89 4.179l.89-.036a701.127 701.127 0 0 0-3.658 7.435c-.182.005-.545.015-.727.017 1.173-2.468 2.339-4.938 3.496-7.416zM31.287 4.165l.848-.017c-1.13 2.308-2.262 4.613-3.394 6.921-.175 0-.524.005-.698.007 1.062-2.313 2.172-4.604 3.244-6.912zM33.697 4.162l.824-.012c-.987 2.027-1.99 4.044-2.975 6.07a86.937 86.937 0 0 0-.722-.015c.989-2 1.915-4.029 2.873-6.044zM36.032 4.167c.284-.007.57-.017.853-.027-1.013 2.017-1.988 4.056-2.996 6.075-.177 0-.531-.005-.71-.005.965-2.007 1.92-4.019 2.853-6.044zM38.373 4.172c.293-.012.587-.024.882-.039-1.115 2.208-2.184 4.439-3.285 6.652h-.693c1.016-2.211 2.08-4.4 3.096-6.613zM40.761 4.177l.885-.032c-1.108 2.189-2.162 4.405-3.256 6.604-.131.417-.594.492-.943.64.984-2.456 2.235-4.798 3.314-7.212zM14.579 4.32c.296.274.589.553.885.829.655-.002 1.309-.002 1.964-.022-.002.349-.005.701-.002 1.05-.364.051-.727.107-1.088.175-1.491-.25-3.008-.065-4.512-.131-.002-.361-.005-.722-.005-1.084.667.005 1.333.007 2 .007.25-.279.502-.553.759-.824zM12.194 11.278c-.914-1.268-.875-2.938-.124-4.272-.512 1.406-.754 3.118.339 4.327.899 1.062 2.368.982 3.624.955a4.55 4.55 0 0 1-3.43-.507c-1.719 1.04-2.405 3.006-2.381 4.931-.112-1.976.162-4.257 1.971-5.435z"/><path d="M12.516 7.804c.429.002.858.007 1.287.01l-.058.56c-.405-.002-.807-.002-1.21-.002l-.019-.567zM15.268 7.808l1.263-.007-.01.57c-.4 0-.802.002-1.202.007a36.535 36.535 0 0 0-.051-.57zM17.607 7.554a8.276 8.276 0 0 1 .002 3.098 399.902 399.902 0 0 1-.002-3.098zM14.33 8.754l.628.039c-.005.354-.007.708-.01 1.062-.153.01-.458.032-.611.044l-.007-1.144zM32.432 10.436c.073-.218.218-.657.288-.878l.281.878c2.72.155 5.011 1.971 6.579 4.082-.749-.325-1.559-.456-2.286 0a71.785 71.785 0 0 0-.873-.567c-.616.635-1.433.655-2.087.061-.305.167-.608.335-.909.507-.104-.053-.31-.162-.412-.216-.078 1.978.23 4.017-.162 5.956-.815 1.219-2.604.335-2.621-.996.318-.036.635-.073.953-.107l.165.822c.33-.012.657-.024.987-.041.121-1.867.012-3.738.073-5.605-.102.044-.305.136-.407.179-.298-.167-.599-.332-.897-.497-.672.601-1.447.558-2.097-.053-.291.182-.579.368-.868.555-.732-.458-1.535-.301-2.284.017 1.549-2.131 3.857-3.939 6.577-4.097zM13.869 10.543c.645.029 1.358-.061 1.862.439-.633.097-1.273.119-1.91.136l.048-.575zM16.33 11.687c.218-.16.434-.322.65-.485 2.987 1.872 2.664 7.149-.669 8.473-2.16 1.028-4.761-.257-5.762-2.308.785.684 1.525 1.491 2.543 1.825 1.901.759 4.245-.063 5.358-1.748 1.122-2.095.056-4.861-2.119-5.758z"/><path fill="#fff" d="M2.029.829c.429-.172.902-.177 1.36-.187C17.457.661 31.525.625 45.593.659c1.307-.044 2.279 1.229 2.204 2.473.01 5.91.005 11.823.002 17.733.095 1.268-.885 2.589-2.225 2.528-14.221.015-28.441.012-42.659 0-1.348.065-2.33-1.258-2.24-2.531C.663 15.037.677 9.209.67 3.381.614 2.37 1.036 1.24 2.03.828m.271 1.211c-.475.383-.381 1.052-.41 1.59.027 5.828-.024 11.658.024 17.484-.053.672.55 1.217 1.21 1.12 14.153-.005 28.305.015 42.458-.01.732.051 1.101-.725 1.047-1.36.017-5.825 0-11.653.007-17.481.056-.672-.213-1.59-1.047-1.537-13.985-.046-27.973.002-41.959-.024-.444.024-.941-.046-1.331.218z"/><path fill="#fff" d="M2.65 2.616c14.402-.034 28.805-.024 43.207-.005.032 6.284.036 12.572 0 18.858-14.405.022-28.81.051-43.212-.015-.017-6.281-.024-12.56.005-18.839m26.24 1.564a1090.57 1090.57 0 0 1-3.496 7.416c.182-.002.545-.012.727-.017a701.127 701.127 0 0 1 3.658-7.435l-.89.036m2.398-.014c-1.072 2.308-2.182 4.599-3.244 6.912.175-.002.524-.007.698-.007 1.132-2.308 2.264-4.613 3.394-6.921l-.848.017m2.41-.004c-.958 2.015-1.884 4.044-2.873 6.044.179.002.543.01.722.015.984-2.027 1.988-4.044 2.975-6.07l-.824.012m2.335.004a416.297 416.297 0 0 1-2.853 6.044c.179 0 .533.005.71.005 1.008-2.019 1.983-4.058 2.996-6.075-.284.01-.57.019-.853.027m2.341.004c-1.016 2.213-2.08 4.402-3.096 6.613h.693c1.101-2.213 2.17-4.444 3.285-6.652a90.7 90.7 0 0 1-.882.039m2.388.005c-1.079 2.415-2.33 4.756-3.314 7.212.349-.148.812-.223.943-.64 1.093-2.199 2.148-4.415 3.256-6.604l-.885.032m-26.182.143c-.257.272-.509.545-.759.824-.667 0-1.333-.002-2-.007 0 .361.002.722.005 1.084 1.503.065 3.021-.119 4.512.131.361-.068.725-.124 1.088-.175-.002-.349 0-.701.002-1.05-.655.019-1.309.019-1.964.022-.296-.276-.589-.555-.885-.829m-2.384 6.958c-1.808 1.178-2.082 3.459-1.971 5.435-.024-1.925.662-3.891 2.381-4.931a4.555 4.555 0 0 0 3.43.507c-1.256.027-2.725.107-3.624-.955-1.093-1.21-.851-2.921-.339-4.327-.752 1.333-.79 3.004.124 4.272m.321-3.475l.019.567c.402 0 .805 0 1.21.002l.058-.56c-.429-.002-.858-.007-1.287-.01m2.752.005c.015.143.039.427.051.57.4-.005.802-.007 1.202-.007l.01-.57-1.263.007m2.339-.254c-.002 1.033-.002 2.065.002 3.098a8.276 8.276 0 0 0-.002-3.098m-3.277 1.2l.007 1.144c.153-.012.458-.034.611-.044.002-.354.005-.708.01-1.062l-.628-.039m18.102 1.683c-2.72.158-5.028 1.966-6.577 4.097.749-.318 1.552-.475 2.284-.017.288-.187.577-.373.868-.555.65.611 1.425.655 2.097.053.298.165.599.33.897.497.102-.044.305-.136.407-.179-.061 1.867.048 3.738-.073 5.605-.33.017-.657.029-.987.041l-.165-.822c-.318.034-.635.07-.953.107.017 1.331 1.806 2.216 2.621.996.393-1.939.085-3.978.162-5.956l.412.216c.301-.172.604-.339.909-.507.655.594 1.472.575 2.087-.061.291.187.582.376.873.567.727-.456 1.537-.325 2.286 0-1.568-2.112-3.859-3.927-6.579-4.082l-.281-.878c-.07.221-.216.659-.288.878m-18.563.107l-.048.575c.638-.017 1.278-.039 1.91-.136-.504-.499-1.217-.41-1.862-.439m2.461 1.144c2.175.897 3.241 3.663 2.119 5.758-1.113 1.685-3.457 2.507-5.358 1.748-1.018-.335-1.758-1.142-2.543-1.825 1.001 2.051 3.602 3.336 5.762 2.308 3.333-1.324 3.656-6.601.669-8.473-.216.162-.432.325-.65.485z"/><path opacity=".82" d="M48.366 1.35l.119.262v20.686l-.136.308c-.143-7.081-.187-14.177.017-21.256z"/></symbol><symbol viewBox="0 0 24 24" id="complementary--when-wet--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.264.06c.159-.039.324-.032.486-.033 6.9.002 13.8-.001 20.699.002.822.002 1.548.752 1.524 1.572 0 6.95.001 13.899-.001 20.848-.003.821-.751 1.547-1.572 1.524H1.601C.78 23.996.03 23.27.028 22.449.026 15.5.028 8.55.027 1.601.009.879.563.209 1.264.06m.155.363C.856.501.4 1.027.409 1.596c-.002 6.936-.002 13.871 0 20.806-.012.633.555 1.198 1.188 1.188 6.918.004 13.836.001 20.755.002.651.035 1.251-.536 1.239-1.189.002-6.936.002-13.872 0-20.807.011-.633-.555-1.199-1.188-1.188C15.552.403 8.7.408 1.85.405c-.144 0-.288-.003-.431.018z"/><path fill="#fff" d="M1.468 1.026c.075-.016.153-.018.23-.02 6.885.002 13.77 0 20.655.002a.61.61 0 0 1 .639.639v20.706a.611.611 0 0 1-.639.639c-6.903.001-13.805.002-20.707 0a.612.612 0 0 1-.639-.639V1.646a.605.605 0 0 1 .461-.621m8.653 1.026v2.235c.105 0 .211 0 .316.002l.005-.165c.267.301.819.207.931-.191.046-.284.038-.581.006-.865-.096-.414-.67-.527-.939-.21.002-.269 0-.538.001-.807l-.32.001m3.437-.001v.32l.319.001.003-.32-.322-.001m-1.692 1.883c.213.466.904.494 1.218.118a15.034 15.034 0 0 0-.237-.204c-.234.262-.748.156-.738-.237.336-.007.673-.001 1.01-.004.106-.468-.243-1.03-.768-.927-.576.088-.657.805-.486 1.254m1.694-1.245v1.599h.32c-.006-.535.012-1.07-.009-1.605a8.117 8.117 0 0 1-.312.006M6.229 5.087v3.076h.467c.002-.729-.003-1.46.003-2.189.471.727.93 1.461 1.399 2.19.147 0 .293 0 .439-.002V5.088c-.153 0-.305-.001-.457-.006-.025.731 0 1.463-.012 2.194-.476-.726-.928-1.467-1.407-2.192-.144.003-.288.003-.432.003m3.078 0c-.002.147 0 .293 0 .439h.438c.002-.147.002-.294.001-.44h-.439m.88.001l-.003.433c.147.009.294.009.441.006a4.99 4.99 0 0 0-.006-.441c-.144.003-.288.003-.432.003m-.984 1.149c.111.091.223.18.337.267.182-.19.477-.156.71-.107.184.069.159.291.157.449-.253.006-.507-.012-.759.01-.366.042-.633.434-.543.791.107.558.951.71 1.302.312l.001.206h.438c-.008-.552.017-1.106-.012-1.657-.136-.711-1.229-.772-1.63-.269m2.618-.219c-.383.191-.46.765-.143 1.05.242.251.614.171.923.226.177.028.225.291.077.387-.336.173-.761.074-1.031-.178l-.306.306c.396.405 1.067.525 1.566.247.36-.215.402-.779.078-1.045-.253-.239-.624-.14-.933-.213-.175-.06-.179-.342-.002-.402.284-.094.594-.006.834.158.091-.112.181-.226.27-.342-.372-.282-.9-.393-1.332-.194m2.25.001c-.393.197-.456.796-.115 1.071.254.237.624.138.933.212.168.06.177.327.01.396-.336.144-.736.048-.999-.197-.104.102-.206.205-.307.309.4.399 1.065.522 1.565.246.363-.215.404-.782.078-1.048-.254-.239-.626-.137-.934-.213-.171-.063-.174-.336-.002-.399.285-.097.597-.009.837.156.091-.112.181-.226.27-.342-.372-.282-.903-.394-1.335-.192m1.931.537c-.085.48-.137 1.104.298 1.439.414.329 1.089.253 1.411-.17-.11-.089-.216-.181-.323-.273-.303.376-1.041.216-1.002-.321.46-.003.921.002 1.381-.003.006-.324.029-.689-.201-.951-.405-.557-1.377-.384-1.566.279M8.219 9.426a.759.759 0 0 0-.53.459l-.942 2.163c-.166.372-.305.765-.559 1.089-.162.209-.34.432-.343.711-.009.667-.003 1.335-.003 2.002-.008.4.354.759.755.745h11.056a.756.756 0 0 0 .773-.744c0-.668.006-1.336-.003-2.004-.004-.295-.203-.528-.371-.751-.228-.3-.357-.656-.508-.996-.33-.754-.654-1.511-.987-2.263a.764.764 0 0 0-.756-.433c-2.527.015-5.058-.026-7.582.02m-1.628 7.474c0 .552-.004 1.103.002 1.654a.45.45 0 0 0 .453.443c.302.003.605.006.907-.002a.447.447 0 0 0 .432-.441c.006-.552 0-1.103.002-1.654-.599-.002-1.198-.001-1.797 0m9.29 0c.001.55-.003 1.102.002 1.653a.444.444 0 0 0 .415.441c.318.009.637.008.956.001a.449.449 0 0 0 .423-.443c.006-.55 0-1.101.002-1.651-.599-.004-1.198-.002-1.797-.001M4.005 19.106v.598c.453-.21.956-.345 1.458-.269.548.057 1.011.393 1.544.506.586.141 1.191-.014 1.722-.269.588-.286 1.29-.346 1.904-.106.474.184.943.435 1.467.426.501.024.966-.186 1.416-.379a2.339 2.339 0 0 1 1.657-.084c.438.145.845.393 1.311.445.506.075 1.012-.059 1.468-.273.63-.317 1.388-.387 2.045-.11v-.598a2.333 2.333 0 0 0-1.689-.036c-.419.155-.821.383-1.273.422-.591.087-1.149-.153-1.677-.383-.671-.292-1.447-.204-2.09.122-.484.228-1.034.345-1.564.234-.524-.095-.973-.422-1.5-.503-.489-.089-.997.003-1.444.212-.456.208-.949.38-1.459.324-.652-.035-1.191-.479-1.835-.551-.502-.075-1.006.057-1.458.271m-.003 1.201l.001.598c.42-.194.878-.329 1.344-.282.723.039 1.317.567 2.046.568.533.039 1.026-.186 1.503-.389a2.347 2.347 0 0 1 1.842.006c.448.19.908.402 1.407.384.483.011.93-.194 1.365-.379a2.34 2.34 0 0 1 1.384-.156c.411.077.776.293 1.17.422.481.156 1.013.15 1.489-.023.396-.138.767-.355 1.188-.414.42-.069.855-.009 1.25.149v-.598a2.332 2.332 0 0 0-1.725-.023c-.429.166-.848.395-1.317.416-.564.062-1.092-.173-1.596-.39-.659-.286-1.423-.212-2.055.107-.467.219-.99.352-1.506.264-.577-.075-1.062-.45-1.639-.526-1.02-.229-1.845.678-2.856.543-.665-.034-1.212-.495-1.872-.555-.49-.064-.981.066-1.422.276z"/><path fill="#fff" d="M10.618 3.021c.197-.109.465.053.459.278-.007.213.069.498-.144.636-.203.147-.516-.033-.492-.284.003-.214-.061-.514.177-.63zM12.11 3.324c.017-.43.684-.43.699.001a20.36 20.36 0 0 1-.699-.001zM16.39 6.845c.014-.26.242-.495.51-.464.243.011.418.231.439.462-.317.006-.633.003-.95.002zM9.666 7.73c-.237-.085-.21-.469.038-.517.233-.023.468-.004.702-.009-.002.183.043.444-.171.527a1.448 1.448 0 0 1-.568-.001zM8.275 10.378c.046-.134.174-.235.321-.221 2.352-.002 4.705 0 7.058-.001a.318.318 0 0 1 .332.207c.34.78.68 1.559 1.017 2.339-3.246.001-6.492.002-9.738 0l1.01-2.324z"/><path d="M1.419.423c.143-.021.288-.017.431-.018C8.701.408 15.553.403 22.403.408c.633-.01 1.198.555 1.188 1.188.002 6.936.002 13.872 0 20.807.012.654-.588 1.224-1.239 1.189-6.918 0-13.836.003-20.755-.001-.633.01-1.199-.555-1.188-1.188-.002-6.936-.002-13.871 0-20.806A1.2 1.2 0 0 1 1.419.424m.049.602a.606.606 0 0 0-.461.621v20.707c-.027.35.29.665.639.639 6.903.002 13.804.001 20.707 0a.612.612 0 0 0 .639-.639V1.648a.61.61 0 0 0-.639-.639c-6.885-.002-13.77 0-20.655-.002-.076.002-.155.003-.23.019z"/><path d="M10.121 2.051l.32-.001-.001.807c.269-.317.844-.204.939.21.032.285.04.582-.006.865-.112.398-.665.492-.931.191l-.005.165c-.105-.002-.211-.002-.316-.002V2.051m.497.97c-.237.116-.173.417-.177.63-.024.25.289.43.492.284.212-.138.137-.424.144-.636.006-.225-.263-.387-.459-.278zM13.558 2.05l.322.001-.003.32-.319-.002V2.05zM11.866 3.933c-.171-.448-.09-1.165.486-1.254.524-.104.873.459.768.927-.336.003-.674-.003-1.01.004-.011.392.504.499.738.237.08.067.159.135.237.204-.315.376-1.006.348-1.218-.118m.243-.609c.233.005.466.005.699.001-.015-.431-.682-.432-.699-.001zM13.559 2.688c.104 0 .207-.001.312-.006.02.534.003 1.07.009 1.605h-.32V2.688zM6.229 5.087c.144 0 .288 0 .432-.003.478.725.931 1.466 1.407 2.192.012-.731-.012-1.464.012-2.194.152.005.305.006.457.006v3.074c-.147.002-.293.002-.439.002-.469-.728-.928-1.463-1.399-2.19-.005.729 0 1.46-.003 2.189h-.467V5.087zM9.307 5.087h.439c.001.147 0 .294-.001.44h-.438c-.001-.147-.002-.293 0-.439zM10.187 5.087c.144 0 .288 0 .432-.003.009.147.009.294.006.441a4.99 4.99 0 0 1-.441-.006c.003-.144.003-.288.003-.433zM9.203 6.237c.401-.504 1.494-.443 1.63.269.03.552.005 1.105.012 1.657h-.438l-.001-.205c-.351.399-1.195.247-1.302-.312a.659.659 0 0 1 .543-.791c.252-.021.507-.003.759-.01.002-.159.027-.38-.158-.449-.233-.049-.528-.084-.71.107a12.33 12.33 0 0 1-.337-.267m.465 1.494c.184.039.384.037.568.001.214-.084.17-.345.171-.527-.234.005-.468-.014-.702.009-.248.048-.274.432-.038.517zM11.822 6.02c.433-.2.961-.088 1.332.194-.088.115-.178.229-.27.342-.24-.165-.55-.252-.834-.158-.177.06-.174.342.002.402.308.074.679-.026.933.213.324.266.282.83-.078 1.045-.499.277-1.169.158-1.566-.247l.306-.306c.27.252.695.351 1.031.178.149-.096.101-.359-.076-.387-.309-.054-.681.025-.923-.226-.318-.285-.24-.86.143-1.05zM14.073 6.021c.433-.202.963-.09 1.335.192-.088.115-.178.229-.27.342-.24-.165-.552-.253-.837-.156-.173.063-.168.336.002.399.308.077.68-.025.934.213.326.267.285.834-.078 1.048-.501.276-1.164.153-1.565-.246.102-.104.204-.207.307-.309.262.246.663.341.999.197.166-.069.159-.336-.01-.396-.309-.074-.678.025-.933-.212-.342-.276-.277-.874.115-1.071zM16.005 6.557c.188-.663 1.16-.835 1.566-.279.229.262.206.627.201.951-.46.005-.921-.001-1.381.003-.039.537.699.697 1.002.321.107.092.213.184.323.273-.321.423-.998.499-1.411.17-.435-.336-.384-.96-.298-1.439m.383.288c.316.002.633.004.95-.002-.021-.231-.196-.451-.439-.462-.268-.03-.497.204-.51.464zM8.219 9.426c2.525-.046 5.055-.006 7.582-.02a.763.763 0 0 1 .756.433c.333.753.657 1.509.987 2.263.152.341.279.697.508.996.168.223.367.456.371.751.009.668.003 1.335.003 2.004a.757.757 0 0 1-.773.744H6.597a.754.754 0 0 1-.755-.745c0-.668-.006-1.335.003-2.003.003-.278.181-.502.343-.711.254-.325.393-.717.559-1.089l.942-2.163a.754.754 0 0 1 .53-.459m.056.951c-.336.774-.675 1.549-1.01 2.324 3.246.002 6.492.001 9.738 0-.337-.78-.678-1.56-1.017-2.339a.318.318 0 0 0-.332-.207l-7.058.001c-.146-.014-.274.087-.321.221zM6.591 16.898c.599-.001 1.198-.002 1.797 0-.002.551.003 1.102-.002 1.654a.447.447 0 0 1-.432.441 24.94 24.94 0 0 1-.907.002.447.447 0 0 1-.453-.443c-.006-.552-.001-1.103-.002-1.654zM15.88 16.898c.599 0 1.198-.003 1.797.001-.002.55.003 1.101-.002 1.651a.448.448 0 0 1-.423.443c-.318.007-.638.009-.956-.001a.444.444 0 0 1-.415-.441c-.006-.55-.001-1.102-.002-1.653z"/><path d="M4.005 19.106c.452-.214.956-.345 1.458-.271.645.072 1.182.516 1.835.551.51.056 1.002-.116 1.459-.324.447-.209.955-.3 1.444-.211.528.081.977.408 1.5.503.531.111 1.08-.006 1.565-.234.642-.326 1.419-.414 2.09-.121.528.231 1.086.47 1.677.383.453-.039.854-.267 1.273-.422a2.343 2.343 0 0 1 1.689.036v.598c-.657-.278-1.416-.207-2.045.11-.456.214-.963.348-1.468.273-.466-.051-.873-.3-1.311-.445a2.344 2.344 0 0 0-1.657.084c-.45.194-.914.403-1.416.379-.524.009-.993-.242-1.467-.426-.614-.24-1.316-.18-1.904.107-.531.255-1.136.41-1.722.268-.533-.113-.996-.448-1.544-.506-.502-.075-1.004.058-1.458.269v-.598z"/><path d="M4.005 20.306c.441-.21.931-.34 1.422-.276.66.06 1.206.52 1.872.555 1.011.135 1.836-.773 2.856-.543.577.076 1.062.451 1.639.526.517.087 1.04-.045 1.506-.264.632-.319 1.397-.393 2.055-.107.504.217 1.032.453 1.596.39.47-.021.888-.25 1.317-.416a2.327 2.327 0 0 1 1.725.023v.598a2.375 2.375 0 0 0-1.25-.149c-.42.059-.792.276-1.188.414a2.315 2.315 0 0 1-1.489.023c-.393-.129-.759-.345-1.17-.422a2.337 2.337 0 0 0-1.385.156c-.435.185-.881.39-1.365.379-.499.018-.959-.195-1.407-.384a2.343 2.343 0 0 0-1.842-.006c-.477.203-.97.429-1.503.389-.73-.002-1.324-.529-2.046-.568-.466-.047-.925.088-1.344.282-.002-.199 0-.399-.001-.598z"/></symbol><symbol viewBox="0 0 65 24" id="complementary--width-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c41319" opacity=".83" d="M0 0h64.865v24H0V0m.383.269C.341 8.095.347 15.921.38 23.747c21.366.042 42.739.042 64.109 0 .029-7.826.036-15.652-.006-23.478C43.117.227 21.75.227.384.269z"/><path fill="#ed171f" d="M.383.269c21.366-.042 42.733-.042 64.099 0 .042 7.826.036 15.652.006 23.478-21.37.042-42.743.042-64.109 0C.347 15.921.34 8.095.382.269m1.574 1.602a51.79 51.79 0 0 0 0 3.25 982.136 982.136 0 0 0 0 13.732 52.621 52.621 0 0 0 0 3.276c20.332.032 40.664.036 60.996 0 .036-1.09.036-2.183 0-3.272 0-4.579.006-9.159-.003-13.738.039-1.08.039-2.163.003-3.243-20.332-.036-40.664-.032-60.996-.003z"/><path fill="#feb82f" d="M1.956 1.871c20.332-.029 40.664-.032 60.996.003.036 1.08.036 2.163-.003 3.243-2.303 2.28-4.622 4.55-6.895 6.863 2.286 2.303 4.596 4.586 6.898 6.876.036 1.09.036 2.183 0 3.272-20.332.036-40.664.032-60.996 0a52.621 52.621 0 0 1 0-3.276c2.296-2.293 4.609-4.57 6.895-6.872-2.27-2.312-4.596-4.573-6.895-6.859a51.79 51.79 0 0 1 0-3.25m8.581 5.251c.474.529.954 1.057 1.434 1.583 1.265-.902 3.801-1.421 4.43.438.126 1.745-2.011 1.398-3.149 1.391.003.701-.003 1.404-.016 2.105.863.01 1.735-.045 2.591.101 1.142.295 1.534 1.949.581 2.685-1.398 1.122-3.448.665-4.742-.402-.558.474-1.109.954-1.654 1.44 2.024 2.209 5.961 2.604 8.066.315 1.446-1.414 1.249-3.856-.075-5.283.746-1.336.973-3.156-.182-4.343-1.907-2.04-5.261-1.748-7.284-.029m16.924-1.288c-.486 2.166-.924 4.343-1.388 6.516.606.311 1.216.613 1.823.921 1.031-.681 2.329-1.135 3.538-.639 1.242.392 1.489 2.283.379 2.977-1.301.918-2.974.259-4.171-.516-.496.503-.992 1.002-1.492 1.502 2.355 2.484 7.511 2.306 8.523-1.375.957-3.36-2.854-5.899-5.857-4.901l.457-2.244c1.654-.023 3.308.003 4.962-.026a161.63 161.63 0 0 1-.006-2.202c-2.254-.019-4.511-.003-6.769-.013m15.386 3.304c-.016 3.01-.006 6.016-.006 9.023.749-.003 1.498-.003 2.248 0 .049-1.939-.078-3.885.052-5.822.123-1.21 1.998-1.369 2.361-.208.198 2.001.016 4.022.084 6.032.749-.006 1.498-.01 2.251-.006.039-1.949-.084-3.905.049-5.848.146-1.288 2.251-1.284 2.381.013.13 1.939.006 3.892.045 5.835.756-.003 1.508 0 2.264.003-.078-2.364.182-4.755-.143-7.099-.629-2.248-3.73-2.621-5.183-.941-1.732-1.806-4.252-.516-6.402-.983m-21.575 6.277c-.013 1.884-.01 3.769-.003 5.656.752-.006 1.502-.013 2.254-.01-.006-1.884.01-3.772-.016-5.656-.746.006-1.492.01-2.235.01z"/><path d="M1.956 5.121c2.299 2.286 4.625 4.547 6.895 6.859-2.286 2.303-4.599 4.579-6.895 6.872a982.136 982.136 0 0 1 0-13.732zM56.053 11.981c2.274-2.312 4.592-4.583 6.895-6.863.01 4.579.003 9.159.003 13.738-2.303-2.29-4.612-4.573-6.898-6.876zM10.537 7.122c2.024-1.719 5.377-2.011 7.284.029 1.155 1.187.928 3.006.182 4.343 1.323 1.427 1.521 3.869.075 5.283-2.105 2.29-6.042 1.894-8.066-.315a91.157 91.157 0 0 1 1.654-1.44c1.294 1.067 3.344 1.524 4.742.402.954-.736.561-2.39-.581-2.685-.856-.146-1.729-.091-2.591-.101.013-.701.019-1.404.016-2.105 1.138.006 3.276.354 3.149-1.391-.629-1.858-3.165-1.339-4.43-.438-.48-.525-.96-1.054-1.434-1.583zM27.461 5.835c2.257.01 4.515-.006 6.769.013-.003.733 0 1.469.006 2.202-1.654.029-3.308.003-4.962.026l-.457 2.244c3.003-.999 6.814 1.541 5.857 4.901-1.012 3.681-6.169 3.859-8.523 1.375.499-.499.996-.999 1.492-1.502 1.197.775 2.87 1.434 4.171.516 1.109-.694.863-2.585-.379-2.977-1.21-.496-2.507-.042-3.538.639-.606-.308-1.216-.61-1.823-.921.464-2.173.902-4.349 1.388-6.516zM42.846 9.139c2.15.467 4.67-.824 6.402.983 1.453-1.68 4.554-1.307 5.183.941.324 2.345.065 4.735.143 7.099-.756-.003-1.508-.006-2.264-.003-.039-1.943.084-3.895-.045-5.835-.13-1.297-2.235-1.301-2.381-.013-.133 1.943-.01 3.898-.049 5.848-.752-.003-1.502 0-2.251.006-.068-2.011.114-4.031-.084-6.032-.363-1.161-2.238-1.002-2.361.208-.13 1.936-.003 3.882-.052 5.822-.749-.003-1.498-.003-2.248 0 0-3.006-.01-6.013.006-9.023zM21.272 15.415c.743 0 1.489-.003 2.235-.01.026 1.884.01 3.772.016 5.656-.752-.003-1.502.003-2.254.01-.006-1.888-.01-3.772.003-5.656z"/></symbol><symbol viewBox="0 0 49 24" id="complementary--working-days--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#93918f" d="M2.131 0h44.706l.328.269C33.892.213 20.621.259 7.347.245 5.388.277 3.416.12 1.472.431c.216-.152.433-.294.659-.431z"/><path fill="#fff" d="M1.472.431C3.416.12 5.388.277 7.347.245 20.62.26 33.891.213 47.165.269c.073.02.22.056.294.076.264.495.718.842 1.163 1.168.076.157.223.473.296.629a2397.84 2397.84 0 0 0 .005 19.709c-.076.157-.223.47-.296.627a4.273 4.273 0 0 0-1.178 1.166c-.152.073-.458.22-.612.291-13.976-.105-27.96-.015-41.939-.044-1.134-.064-2.358.23-3.409-.318a8.475 8.475 0 0 1-1.058-1.06c-.169-.372-.326-.762-.309-1.178.015-6.223.017-12.448 0-18.671-.02-.414.137-.806.306-1.176.318-.38.678-.722 1.043-1.058m.579.415C1.149 1.234.598 2.207.657 3.176c.012 5.968-.01 11.934.01 17.902-.007 1.305 1.232 2.383 2.515 2.3 14.204.002 28.411-.002 42.617.002 1.303.115 2.62-.98 2.589-2.317.01-6.042.01-12.086 0-18.127.034-1.34-1.286-2.432-2.589-2.317-14.123 0-28.247.005-42.37-.002-.465.01-.953.01-1.379.228z"/><path fill="#fff" d="M2.554 1.384c14.327-.169 28.675-.017 43.011-.076.994-.159 2.17.529 2.123 1.626.012 6.044.012 12.088 0 18.132.042.975-.948 1.727-1.878 1.621-14.214-.002-28.43.005-42.647-.002-.906.076-1.829-.678-1.805-1.614-.022-5.963 0-11.929-.01-17.892-.088-.791.438-1.582 1.205-1.795m15.489 4.168c-1.266.931-1.425 2.62-2.072 3.95.348.306.696.612 1.043.923.624-.713 1.232-1.44 1.859-2.148a130.53 130.53 0 0 1 4.097 3.916c-2.346 2.14-4.658 4.32-7.004 6.46a74.911 74.911 0 0 0 1.656 1.631c2.282-2.219 4.599-4.398 6.896-6.6 2.356 2.14 4.589 4.411 6.916 6.585a37.348 37.348 0 0 0 1.653-1.629c-2.336-2.148-4.67-4.3-6.992-6.463 1.332-1.325 2.728-2.584 4.07-3.899a90.4 90.4 0 0 1 1.896 2.15c.338-.306.678-.607 1.021-.911-.404-1.056-.757-2.136-1.264-3.144-.855-.982-1.91-1.773-2.87-2.647-.624.59-1.249 1.178-1.871 1.771.482.514.967 1.024 1.447 1.538-1.315 1.256-2.669 2.469-4.007 3.703-1.308-1.242-2.642-2.454-3.97-3.673.458-.527.931-1.038 1.418-1.536a57.47 57.47 0 0 0-1.878-1.815 66.069 66.069 0 0 1-2.045 1.837z"/><path fill="#1f1a17" d="M47.459.345c.642.039 1.063.566 1.163 1.168-.446-.326-.899-.673-1.163-1.168zM0 2.084c.137-.203.279-.402.429-.595-.169.37-.326.762-.306 1.176.017 6.223.015 12.448 0 18.671-.017.416.14.806.309 1.178a9.745 9.745 0 0 1-.431-.612V2.085zM48.918 2.143l.061-.365v20.429l-.056-.355a2397.85 2397.85 0 0 1-.005-19.709zM18.042 5.552a66.069 66.069 0 0 0 2.045-1.837 56.479 56.479 0 0 1 1.878 1.815c-.487.497-.96 1.009-1.418 1.536 1.327 1.22 2.662 2.432 3.97 3.673 1.337-1.234 2.691-2.447 4.007-3.703-.48-.514-.965-1.024-1.447-1.538.622-.593 1.247-1.18 1.871-1.771.96.874 2.016 1.665 2.87 2.647.507 1.009.86 2.089 1.264 3.144-.343.304-.683.605-1.021.911a86.137 86.137 0 0 0-1.896-2.15c-1.342 1.315-2.738 2.574-4.07 3.899 2.322 2.162 4.656 4.315 6.992 6.463a37.348 37.348 0 0 1-1.653 1.629c-2.327-2.175-4.56-4.445-6.916-6.585-2.297 2.202-4.614 4.381-6.896 6.6a74.911 74.911 0 0 1-1.656-1.631c2.346-2.14 4.658-4.32 7.004-6.46a132.819 132.819 0 0 0-4.097-3.916c-.627.708-1.234 1.435-1.859 2.148-.348-.311-.696-.617-1.043-.923.647-1.33.806-3.02 2.072-3.95zM47.449 23.645a4.273 4.273 0 0 1 1.178-1.166 1.282 1.282 0 0 1-1.178 1.166zM1.489 23.574c1.051.549 2.275.255 3.409.318 13.979.029 27.962-.061 41.939.044l.362.064H2.081a14.562 14.562 0 0 1-.593-.426z"/><path fill="#1c1714" d="M2.05.845c.426-.218.913-.218 1.379-.228 14.123.007 28.247.002 42.37.002 1.303-.115 2.623.977 2.589 2.317.01 6.042.01 12.086 0 18.127.032 1.337-1.286 2.432-2.589 2.317-14.207-.005-28.413 0-42.617-.002-1.283.083-2.522-.994-2.515-2.3C.647 15.11.669 9.144.657 3.176c-.059-.97.492-1.942 1.393-2.331m.504.539c-.767.213-1.293 1.004-1.205 1.795.01 5.963-.012 11.929.01 17.892-.024.936.899 1.69 1.805 1.614 14.216.007 28.433 0 42.647.002.931.105 1.92-.647 1.878-1.621.012-6.044.012-12.088 0-18.132.047-1.097-1.129-1.785-2.123-1.626-14.336.059-28.685-.093-43.011.076z"/></symbol><symbol viewBox="0 0 24 24" id="information--airport--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#155196" d="M0 0h23.869v23.785c-.182-.034-.258.037-.23.215H.405A.59.59 0 0 0 0 23.621V0m11.018 3.022c-.037 2.174-.003 4.351-.016 6.526-2.808 1.57-5.635 3.106-8.422 4.708.008.666-.001 1.334.007 2a1091.73 1091.73 0 0 1 8.384-2.557c.014 1.462 0 2.923.008 4.386-.618.477-1.259.923-1.887 1.386-.014.567-.009 1.132-.004 1.698.955-.281 1.896-.61 2.862-.852.988.205 1.94.561 2.914.825.007-.564.009-1.127-.003-1.689-.605-.47-1.238-.898-1.84-1.37.012-1.461-.005-2.922.009-4.382 2.799.838 5.593 1.693 8.386 2.556.007-.668-.001-1.334.007-2.001-2.79-1.592-5.616-3.119-8.421-4.681-.016-2.143.02-4.287-.017-6.429-.106-.972-1.74-1.04-1.966-.123z"/><path fill="#fff" d="M11.018 3.022c.226-.917 1.86-.849 1.966.123.037 2.142.001 4.286.017 6.429 2.805 1.562 5.631 3.089 8.421 4.681-.008.668 0 1.334-.007 2.001a987.084 987.084 0 0 0-8.386-2.556c-.014 1.46.003 2.921-.009 4.382.602.472 1.235.901 1.84 1.37.012.563.009 1.125.003 1.689-.974-.264-1.927-.62-2.914-.825-.965.243-1.907.572-2.862.852-.005-.567-.01-1.132.004-1.698.628-.463 1.27-.909 1.887-1.386-.008-1.462.007-2.923-.008-4.386-2.797.841-5.592 1.694-8.384 2.557-.008-.666.001-1.334-.007-2 2.787-1.603 5.614-3.138 8.422-4.708.013-2.174-.021-4.351.016-6.526zM0 23.621c.191.05.34.193.405.379H0v-.379z"/><path fill="#c6d4e5" d="M23.639 24c-.029-.178.047-.249.23-.215V24h-.23z"/></symbol><symbol viewBox="0 0 24 24" id="information--airport--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#7f7c7d" d="M1.467 0h.463l.238.185C1.263.394.519 1.071.322 1.992a48.916 48.916 0 0 1-.245-.336C.228.911.852.382 1.467 0z"/><path fill="#262223" d="M1.929 0h20.449l-.234.185c-6.657.039-13.319.041-19.976 0L1.93 0z"/><path fill="#7c7a7b" d="M22.378 0h.303c.659.198 1.137.737 1.476 1.311v.347l-.16.358A2.477 2.477 0 0 0 22.144.185L22.378 0z"/><path fill="#fff" d="M2.168.185c6.657.041 13.319.039 19.976 0a2.475 2.475 0 0 1 1.853 1.831c-.144 6.598-.003 13.203-.069 19.802.019 1.128-1.001 2.077-2.119 2.014-6.38.016-12.761.002-19.14.008-.765.033-1.595-.27-1.995-.958-.483-.852-.307-1.87-.334-2.805C.332 14.049.367 8.021.323 1.992.521 1.071 1.264.394 2.169.185m-.238.508C1.206.877.697 1.612.748 2.354.75 8.837.743 15.319.751 21.802c-.041.871.729 1.666 1.605 1.633 6.482.013 12.965 0 19.446.005.916.083 1.79-.706 1.743-1.635.011-6.485.002-12.969.005-19.453.082-.954-.794-1.807-1.741-1.718C15.183.673 8.548.556 1.931.692z"/><path fill="#fff" d="M11.071 2.919c.231-1.15 2.061-1.034 2.187.118.102 2.124.006 4.256.028 6.381-.045.24.21.342.364.455 2.726 1.62 5.443 3.253 8.165 4.88.005.692.006 1.384-.003 2.075-2.846-.863-5.678-1.771-8.525-2.631.006 1.489-.036 2.98.014 4.467.478.665 1.283 1.035 1.846 1.636.116.552.034 1.126.049 1.688-1.046-.251-2.053-.681-3.115-.844-.999.24-1.962.607-2.957.867.013-.569-.064-1.15.045-1.71.552-.602 1.362-.973 1.82-1.642.056-1.485.008-2.976.019-4.463-2.849.867-5.68 1.787-8.529 2.656a73.918 73.918 0 0 1-.027-2.107c2.827-1.694 5.68-3.351 8.483-5.079.221-2.22-.063-4.513.136-6.748z"/><path fill="#006e51" d="M1.931.693C8.547.557 15.183.674 21.809.635c.947-.089 1.823.764 1.741 1.718-.003 6.483.006 12.968-.005 19.453.047.929-.827 1.718-1.743 1.635-6.482-.005-12.965.008-19.446-.005-.875.033-1.645-.762-1.605-1.633C.743 15.32.749 8.838.748 2.355.696 1.613 1.206.877 1.931.694m9.14 2.225c-.199 2.235.085 4.529-.136 6.748-2.803 1.729-5.656 3.385-8.483 5.079-.002.703.008 1.405.027 2.107 2.849-.869 5.68-1.788 8.529-2.656-.011 1.487.038 2.977-.019 4.463-.458.67-1.267 1.04-1.82 1.642-.11.56-.033 1.14-.045 1.71.994-.26 1.958-.627 2.957-.867 1.062.163 2.069.593 3.115.844-.014-.562.067-1.136-.049-1.688-.563-.601-1.368-.971-1.846-1.636-.05-1.487-.008-2.979-.014-4.467 2.847.86 5.68 1.768 8.525 2.631.009-.692.008-1.384.003-2.075-2.722-1.627-5.438-3.26-8.165-4.88-.154-.113-.409-.215-.364-.455-.022-2.126.074-4.257-.028-6.381-.125-1.151-1.956-1.267-2.187-.118z"/><path fill="#b8b6b7" d="M.077 1.656l.245.336C.366 8.02.331 14.048.339 20.077c.027.935-.149 1.953.334 2.805.4.689 1.23.991 1.995.958 6.38-.006 12.761.008 19.14-.008 1.118.063 2.138-.886 2.119-2.014.066-6.599-.075-13.205.069-19.802.041-.089.121-.268.16-.358v20.995A2.554 2.554 0 0 1 22.947 24H1.328c-.946-.516-1.421-1.617-1.327-2.668C.05 14.775-.098 8.204.076 1.657z"/></symbol><symbol viewBox="0 0 15 24" id="information--bicycle-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M0 0h14.798c-.01.126.043.177.158.153v23.466c-.367.408-.946.294-1.433.304a11094 11094 0 0 0-12.9 0 1.257 1.257 0 0 1-.622-.17V-.001M2.176 1.47c-.224.116-.204.516.064.56.302-.061.26-.586-.064-.56m-1.64.015c-.002.818-.003 1.635 0 2.454l.391.001c-.002-.339.004-.679.013-1.018.255.003.51.004.766.005l.007-.46-.781-.003-.005-.49c.289-.003.579-.004.869-.005v-.484c-.42-.003-.84-.003-1.259 0m3.882.134c-.003.159-.005.316-.01.475-.198.06-.219.249-.243.424l.251.093c.012.39-.042.789.037 1.173.123.3.497.159.741.155a25.172 25.172 0 0 0-.075-.396l-.318-.022a48.883 48.883 0 0 1-.004-.938l.356-.037-.02-.376-.335-.009-.004-.659-.376.117m3.856.003l-.007.479c-.304.04-.289.48 0 .536.021.376-.032.759.039 1.13.105.315.493.177.737.175a61.04 61.04 0 0 1-.056-.39l-.33-.035a58.783 58.783 0 0 1-.003-.939l.346-.023.004-.373-.347-.026a72.165 72.165 0 0 1-.004-.658 41.59 41.59 0 0 0-.377.124m5.308 0v.505l-.228.069.006.342.223.076c.013.4-.056.816.049 1.206.151.253.487.118.723.125l-.061-.396-.331-.035a59.033 59.033 0 0 1-.002-.941l.346-.013.003-.384-.347-.016-.005-.675-.375.137m-11.533.562c-.012.583-.006 1.167-.005 1.75l.372.001c.002-.584.007-1.169-.005-1.753l-.361.002m1.44 1.799c.329 0 .568-.326.274-.569-.265.19-.634.187-.712-.193.319-.01.638-.01.956-.015-.027-.433-.133-1.076-.696-1.061-.878.186-.781 1.879.178 1.839m2.066-.86c.192.102.407.154.594.269-.076.344-.441.095-.612-.028l-.265.31c.224.192.501.374.811.287.448-.064.566-.712.261-.997-.198-.108-.423-.155-.619-.269.119-.279.388-.133.563-.013l.228-.306c-.205-.145-.439-.302-.704-.237-.441.062-.559.704-.258.985m1.353-.009c.192.113.406.182.611.267l-.119.216a1.834 1.834 0 0 1-.508-.235l-.26.315c.222.184.493.364.796.285.537-.051.614-.975.081-1.089-.131-.075-.439-.047-.366-.274.155-.182.36.027.53.078l.194-.335c-.218-.116-.451-.27-.71-.202-.427.072-.539.696-.249.974m2.396-.964c-.023.592-.011 1.184-.012 1.776l.373.003c.05-.474-.215-1.242.44-1.376-.004-.142-.007-.286-.012-.428a9.255 9.255 0 0 0-.364.13c-.142-.034-.285-.068-.426-.104m1.073.184l.167.354c.239-.086.585-.29.675.081-.218.054-.449.081-.645.195-.359.27-.225.973.259 1.007.25-.057.502-.127.741.019l.103-.312c-.255-.414.005-.939-.219-1.355-.283-.349-.762-.193-1.082.011m1.507.001c.058.118.116.236.176.354.235-.094.579-.285.667.081-.321.075-.806.115-.834.539-.137.489.461.853.853.557l.332.14.096-.305c-.22-.428.002-.939-.198-1.365-.277-.363-.769-.208-1.092 0M6.31 7.025c-.364.644.001 1.441.618 1.767-.444.112-.972.061-1.333.384-.484.356-.499 1.015-.664 1.543-.721-.006-1.441-.002-2.162-.003-.575 1.224-1.144 2.451-1.714 3.677-.201.437-.709.743-.651 1.278.028 1.034-.105 2.109.249 3.104.079.253.313.393.528.517.009.653.003 1.306.004 1.959.384.004.767.004 1.152.002.003-.632 0-1.265.002-1.898 1.59-.002 3.18.003 4.77-.003 0 1.149-.003 2.298-.002 3.448.223-.001.446 0 .669.001.004-1.149.002-2.299.004-3.448l.55.001c-.002.524-.007 1.048-.001 1.572l1.318-.001.001-.604-.71-.005c0-.321 0-.641.003-.962.566.004 1.131 0 1.696.003.001.632-.001 1.264.001 1.897.389.002.777.002 1.167-.001.001-.654-.004-1.307.003-1.961.216-.124.462-.253.532-.513.346-.998.22-2.07.246-3.106.031-.598-.561-.934-.74-1.459-.586-1.171-1.046-2.419-1.726-3.536-.088-.472-.339-.898-.624-1.277-.409-.296-.888-.491-1.372-.631.644-.339.963-1.212.531-1.839-.504-.848-1.913-.795-2.344.095z"/><path fill="#0371b3" d="M3.062 2.844c.108-.363.508-.375.598.008-.2.001-.399-.001-.598-.008zM10.748 3.28c.149-.046.296-.09.446-.133.136.424-.439.614-.446.133zM12.27 3.268c.145-.039.29-.079.437-.116.135.422-.472.612-.437.116zM6.037 9.862c.119.269.152.563.144.855l-.45.001a9.16 9.16 0 0 1 .305-.856zM8.86 10.72c-.003-.264.002-.544.186-.753.078.246.146.495.21.746l-.396.007zM3.008 11.133c.605-.098 1.224-.014 1.836-.039-.138.631-.254 1.268-.384 1.901l-.669.016.028.329c.673-.005 1.347-.001 2.019-.005l-.002-.328-.553-.01c.118-.635.212-1.273.346-1.905l.551.001c0 .4.007.8.013 1.199.876.012 1.752.026 2.628.029.016-.408.032-.817.038-1.226l.493-.005c.165.637.331 1.273.494 1.911l-.747.003-.006.331c.613 0 1.224.008 1.836.002.176.419.353.837.527 1.256a45.545 45.545 0 0 0-2.498-.34l.002-.993h-.608c-.002.32-.004.639-.004.958l-.7-.05-.001-1.273c.365-.004.73-.005 1.095-.005l.003-.302c-.901-.003-1.803-.004-2.704 0l.003.302c.433 0 .865 0 1.298.002.002.427.003.853.002 1.281l-.676-.007-.003-.964-.606.001c-.002.321-.003.644-.002.965-1.518-.007-3.03.179-4.525.425.493-1.153.956-2.32 1.477-3.459z"/><path fill="#0371b3" d="M10.479 12.319c.1.226.206.449.305.674a10.783 10.783 0 0 1-.178-.021c-.05-.216-.086-.435-.127-.654zM8.948 16.724l.381.002.001.217-.381.003-.002-.221zM3.858 18.296c1.083-.004 2.166.002 3.25-.003v.24c-1.086-.004-2.173.004-3.26-.004l.01-.233zM7.783 18.294l.546.001.002.238-.553.001.004-.24zM8.939 18.288c.265-.101.261.353-.004.249l.004-.249z"/><path fill="#f1f7fb" d="M14.798 0h.158v.153c-.115.024-.167-.027-.158-.153z"/><path fill="#fff" d="M2.176 1.47c.323-.026.365.499.064.56-.268-.044-.287-.443-.064-.56zM.536 1.485c.419-.003.839-.003 1.259 0v.484l-.869.005.005.49.781.003-.007.46-.766-.005C.93 3.261.925 3.601.926 3.94l-.391-.001c-.003-.819-.002-1.636 0-2.454zM4.419 1.619l.376-.117.004.659.335.009.02.376-.356.037c-.002.313-.002.625.004.938l.318.022c.026.132.051.263.075.396-.244.004-.618.145-.741-.155-.079-.384-.025-.783-.037-1.173l-.251-.093c.024-.175.045-.364.243-.424l.01-.475zM8.275 1.622l.377-.124.004.658.347.026-.004.373-.346.023c-.002.313-.002.625.003.939l.33.035.056.39c-.244.003-.632.141-.737-.175-.072-.372-.018-.754-.039-1.13-.289-.056-.304-.496 0-.536.004-.16.005-.32.007-.479zM13.585 1.622l.375-.137.005.675.347.016-.003.384-.346.013c-.002.313-.001.628.002.941l.331.035.061.396c-.236-.007-.571.127-.723-.125-.106-.39-.036-.806-.049-1.206l-.223-.076-.006-.342.228-.069a42.505 42.505 0 0 1 0-.505zM2.053 2.184l.361-.002c.013.584.007 1.169.005 1.753l-.372-.001c-.001-.583-.006-1.167.005-1.75zM3.494 3.983c-.959.04-1.056-1.652-.178-1.839.562-.015.669.629.696 1.061-.318.005-.637.005-.956.015.078.381.447.383.712.193.294.243.055.569-.274.569m-.432-1.138c.2.007.399.009.598.008-.09-.383-.49-.371-.598-.008zM5.56 3.124c-.301-.281-.184-.923.258-.985.265-.064.499.092.704.237l-.228.306c-.176-.119-.444-.265-.563.013.196.114.421.16.619.269.305.285.187.933-.261.997-.31.088-.587-.095-.811-.287l.265-.31c.17.123.536.372.612.028-.186-.115-.402-.167-.594-.269zM6.912 3.116c-.29-.279-.178-.903.249-.974.259-.067.493.087.71.202l-.194.335c-.17-.051-.375-.26-.53-.078-.073.227.236.199.366.274.534.114.457 1.038-.081 1.089-.304.08-.574-.1-.796-.285l.26-.315c.157.103.327.184.508.235l.119-.216c-.205-.085-.419-.154-.611-.267zM9.308 2.152c.141.036.284.07.426.104.12-.046.242-.089.364-.13l.012.428c-.655.134-.39.903-.44 1.376l-.373-.003c.001-.592-.012-1.184.012-1.776zM10.38 2.337c.32-.203.799-.36 1.082-.011.224.416-.037.941.219 1.355l-.103.312c-.238-.146-.491-.076-.741-.019-.484-.034-.618-.736-.259-1.007.196-.115.427-.141.645-.195-.09-.372-.436-.167-.675-.081l-.167-.354m.367.943c.007.482.582.291.446-.133-.15.042-.297.087-.446.133zM11.886 2.338c.322-.208.815-.363 1.092 0 .2.425-.022.937.198 1.365-.031.102-.064.204-.096.305l-.332-.14c-.391.296-.99-.068-.853-.557.028-.424.512-.464.834-.539-.088-.365-.433-.175-.667-.081l-.176-.354m.384.931c-.035.496.572.306.437-.116-.147.037-.292.076-.437.116zM6.31 7.025c.431-.89 1.839-.943 2.344-.095.432.627.113 1.5-.531 1.839.484.141.963.335 1.372.631.285.379.536.805.624 1.277.103.551.22 1.099.36 1.641.041.219.077.438.127.654l.178.021c.119.01.238.018.358.026a10.74 10.74 0 0 1-.028.309l-.185.009c-.612.006-1.223-.002-1.836-.002l.006-.331.747-.003c-.163-.638-.33-1.274-.494-1.911l-.096-.377c-.064-.251-.132-.5-.21-.746-.184.209-.189.489-.186.753l-.002.375c-.005.409-.021.818-.038 1.226-.877-.003-1.753-.017-2.628-.029-.006-.399-.013-.799-.013-1.199l.002-.376a1.963 1.963 0 0 0-.144-.855 8.882 8.882 0 0 0-.408 1.23c-.133.631-.227 1.27-.346 1.905l.553.01.002.328c-.673.004-1.346 0-2.019.005l-.028-.329.669-.016c.13-.633.246-1.27.384-1.901.028-.125.056-.25.086-.375.166-.528.18-1.187.664-1.543.362-.323.889-.272 1.333-.384-.617-.326-.982-1.123-.618-1.767z"/><path fill="#fff" d="M6.041 12.587c.901-.004 1.803-.003 2.704 0l-.003.302c-.365 0-.73.001-1.095.005l.001 1.273c-.002.788.002 1.577-.003 2.365l.187.215c-.049.514-.018 1.031-.049 1.546l-.004.24c-.003.273-.001.546 0 .819-.003 1.149 0 2.299-.004 3.448a74.594 74.594 0 0 0-.669-.001c-.001-1.15.002-2.299.002-3.448l.001-.819v-.24c0-.201-.002-.402-.004-.603-1.312-.011-2.636.069-3.939-.059.717-.084 1.441-.026 2.161-.038l.037-.539.684.002.005-.109.012-.21c-.786-.008-1.573-.009-2.36-.011.779-.039 1.569.013 2.352-.005.002-.852.001-1.702.001-2.554-.001-.321 0-.644.002-.965l.606-.001c.002.321.003.642.003.964V16.944c0 .216.001.433.003.649l.441-.005c-.002-.215-.002-.43-.008-.645l-.008-.262.248-.056c.002-.818 0-1.635.001-2.453.001-.427 0-.853-.002-1.281-.433-.002-.865-.002-1.298-.002l-.003-.302z"/><path fill="#fff" d="M8.353 13.26h.608l-.002.993c-.004.823-.005 1.647-.011 2.471l.002.221c.016.448.039.896-.011 1.343l-.004.249c.011.271.006.544.004.816-.003.321-.003.641-.003.962l.71.005-.001.604-1.318.001c-.006-.524-.001-1.048.001-1.572.001-.274.004-.547.003-.821l-.002-.238c-.049-1.359.041-2.717.019-4.076l.004-.958zM1.731 15.891c.366-.154.783.124.887.484.223.506-.237 1.249-.823 1.098-.696-.196-.75-1.333-.064-1.581zM10.856 15.87c.729-.215 1.161.838.707 1.333-.224.352-.793.373-1.025.021-.39-.402-.21-1.172.319-1.354zM13.522 23.924c.487-.011 1.066.104 1.433-.304v.381H0v-.246c.191.104.402.174.622.17a11094 11094 0 0 1 12.9 0z"/><path fill="#ff0303" d="M1.054 14.394c.57-1.226 1.139-2.453 1.714-3.677.721.001 1.441-.004 2.162.003-.03.125-.058.25-.086.375-.612.024-1.23-.059-1.836.039-.521 1.139-.984 2.307-1.477 3.459 1.496-.246 3.007-.433 4.525-.425 0 .852.001 1.702-.001 2.554-.783.018-1.573-.034-2.352.005l-.169.127c.826.188 1.679.047 2.517.094l-.005.109-.684-.002-.037.539c-.72.012-1.444-.047-2.161.038 1.304.128 2.627.048 3.939.059.002.201.004.401.004.603-1.084.004-2.167-.001-3.25.003l-.01.233c1.086.009 2.173 0 3.26.004l-.001.819c-1.59.005-3.18.001-4.77.003-.002.632.001 1.265-.002 1.898a73.75 73.75 0 0 1-1.152-.002c-.001-.653.005-1.306-.004-1.959-.216-.124-.45-.264-.528-.517-.354-.995-.221-2.07-.249-3.104-.058-.535.45-.841.651-1.278m.679 1.497c-.686.248-.631 1.385.064 1.581.586.151 1.046-.592.823-1.098-.105-.36-.521-.638-.887-.484zM5.731 10.719l.45-.001-.002.376-.551-.001a6.65 6.65 0 0 1 .103-.374zM8.86 10.72l.396-.007.096.377-.493.005.002-.375zM10.119 10.677c.68 1.117 1.14 2.364 1.726 3.536.178.525.771.861.74 1.459-.026 1.036.099 2.108-.246 3.106-.07.26-.316.39-.532.513-.007.654-.002 1.307-.003 1.961-.39.003-.778.003-1.167.001-.002-.632 0-1.264-.001-1.897-.565-.003-1.13.001-1.696-.003.003-.272.007-.544-.004-.816.264.104.269-.35.004-.249.05-.447.027-.896.011-1.343.127-.002.253-.003.381-.003l-.001-.217-.381-.002c.005-.824.006-1.648.011-2.471.835.098 1.669.197 2.498.34l-.527-1.256.185-.009c.011-.103.02-.206.028-.309-.12-.008-.239-.016-.358-.026-.099-.226-.205-.449-.305-.674a25.002 25.002 0 0 1-.36-1.641m.734 5.193c-.528.182-.709.952-.319 1.354.233.352.801.331 1.025-.021.454-.495.022-1.548-.707-1.333z"/><path fill="#ff0303" d="M6.667 14.164l.676.007c-.001.818.001 1.635-.001 2.453-.082.02-.166.039-.248.056a8.997 8.997 0 0 1-.427.066v-2.583zM7.648 14.168l.7.05c.022 1.359-.068 2.717-.019 4.076l-.546-.001c.031-.515 0-1.032.049-1.546a35.87 35.87 0 0 1-.187-.215c.004-.788.001-1.577.003-2.365zM6.667 16.944l.435-.001c.006.215.006.43.008.645l-.441.005a70.365 70.365 0 0 1-.003-.649zM7.779 18.534l.553-.001c.001.274-.002.547-.003.821l-.55-.001c-.001-.273-.003-.546 0-.819z"/><path fill="#0673b4" d="M3.704 16.727c.787.002 1.573.003 2.36.011-.003.053-.008.158-.012.21-.838-.047-1.692.094-2.517-.094l.169-.127z"/><path fill="#197eba" d="M6.667 16.747c.142-.02.285-.04.427-.066l.008.262-.435.001v-.197z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycles-both-ways--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#304fb7" d="M11.133 0h1.726c1.826.175 3.632.692 5.214 1.637 2.826 1.645 4.924 4.49 5.636 7.684.15.595.199 1.208.291 1.812v1.724c-.175 1.827-.692 3.633-1.637 5.215-1.652 2.838-4.514 4.941-7.724 5.646-.582.145-1.181.191-1.772.282h-1.726c-.398-.074-.804-.087-1.201-.167-3.511-.588-6.685-2.845-8.413-5.954l.216-.21-.191-.212c.135-.119.27-.239.414-.347a13.92 13.92 0 0 0-.068-.186c.113-.091.219-.199.358-.249.227.076.455.144.69.192.204.237-.061.587.107.838.109.148.312.082.469.089l.055.357c.277.065.404-.304.696-.209.01-.115.012-.23.01-.345l-.295-.128c-.08-.247-.162-.494-.24-.743l.097-.065c.133.117.244.257.382.368.368.135.793-.054.863-.459.227-.023.421-.137.6-.271.174.022.312.144.453.238l-.201.182c.041.075.082.151.125.226-.064.084-.152.158-.18.264.068.176.26.231.428.259.07-.153.155-.299.236-.447.173-.016.355-.034.505.071l-.226.2c.123.283.439.313.707.263l-.029-.102-.261-.125c.17-.189.106-.45.212-.663l.231.138.179-.213a1.4 1.4 0 0 1 .73.393c.148-.097.311-.167.481-.217l-.198-.208c.225-.209.449-.419.664-.637.148-.028.261.108.379.177.051-.145.078-.321.23-.398-.093.324.171.5.388.679-.167.067-.336.141-.451.287l-.127-.187c-.8 1.581-1.588 3.167-2.375 4.754 1.767-.117 3.534-.235 5.3-.362-.321-.504-.667-.992-.988-1.496 1.468-.978 2.936-1.958 4.405-2.935-.189-.301-.392-.592-.587-.889.184-.143.345-.312.512-.473.169-.15.121-.418.281-.574.143.119.093.342.134.508a.816.816 0 0 0 .266-.064l-.132-.238a.473.473 0 0 1 .345-.312c-.076-.074-.15-.151-.227-.225.351.168.704.343 1.098.381.39.129.813.183 1.2.013 1.595-.19 2.829-1.676 2.947-3.24.05-1.182-.576-2.374-1.571-3.012-.602-.432-1.352-.625-2.085-.62-.329-.002-.692.216-.999.063-.409-.642-.782-1.309-1.187-1.955-.178-.253-.093-.593.026-.851.245-.223.633-.281.795-.601.162-.228.038-.614-.278-.586-.763 0-1.52-.087-2.281-.137-.257-.022-.545.252-.398.51.247.3.629.443.912.704.005.195-.002.389-.026.583-1.967 0-3.935.017-5.902-.003.054-.552-.443-.988-.377-1.526.477-.061.959-.065 1.434-.126.261-.041.582-.217.555-.523-.047-.291-.293-.564-.596-.594-.573-.046-1.134.095-1.691.2.2-.232.259-.751.643-.695.033.203-.103.357-.229.495.1-.011.2-.02.301-.027l.083-.238c.195-.033.483-.093.345-.353L9.4 1.992c.011-.098.021-.197.03-.295-.336.013-.539-.325-.886-.297.078-.208.172-.41.267-.61L8.763.689c-.278.041-.448.294-.622.489.1.111.201.234.194.393l-.374.06-.01.351c-.266.085-.442-.17-.675-.244-.277-.07-.258-.404-.4-.603C8.208.492 9.664.154 11.129.001z"/><path fill="#304db2" d="M8.145 1.177c.175-.195.344-.448.622-.489l.048.101a8.044 8.044 0 0 0-.267.61c.347-.028.55.31.886.297-.009.099-.019.197-.03.295l.218.043c.138.259-.15.32-.345.353l-.083.238a7.475 7.475 0 0 0-.301.027c.126-.139.261-.293.229-.495-.384-.057-.443.463-.643.695-.298.021-.605.104-.836.301-.173.165-.127.442.018.609.266.332.475.74.439 1.178-.027.431.021.866-.036 1.294-.173.573-.245 1.187-.52 1.722-.742-.325-1.607-.421-2.383-.159-1.239.366-2.251 1.447-2.471 2.729-.199.646-.024 1.32.165 1.944.194.436.421.903.845 1.159.695.643 1.624 1.107 2.589 1.021.435.054.824-.157 1.221-.294 1.388-.613 2.237-2.183 2.046-3.676l-.05.001c-.063-.72-.457-1.372-.916-1.912-.091-.227-.044-.493.027-.721.529.013.872.515 1.305.766.062.095.122.197.22.26.678.468 1.335.964 1.992 1.46-.022.201-.077.397-.108.596-.017.933.826 1.742 1.752 1.724.105.238-.168.444-.07.679.058.182.108.469.364.425.314-.06.62-.174.929-.256.177-.298-.014-.819-.413-.806a7.086 7.086 0 0 1-.104-.311c.286-.217.422-.58.732-.765.202.305.218.688.419.993.286.563.761.998 1.267 1.363.076.074.15.151.227.225a.472.472 0 0 0-.345.312l.132.238a.822.822 0 0 1-.266.064c-.04-.166.009-.389-.134-.508-.16.156-.112.425-.281.574-.168.161-.329.33-.512.473-.115-.175-.232-.348-.349-.521-1.471.976-2.939 1.958-4.409 2.936-.294-.431-.579-.868-.87-1.3.114-.146.284-.22.451-.287-.217-.178-.481-.355-.388-.679-.151.077-.179.252-.23.398-.118-.069-.231-.205-.379-.177-.215.219-.439.429-.664.637l.198.208c-.17.05-.333.12-.481.217a1.404 1.404 0 0 0-.73-.393l-.179.213-.231-.138c-.106.213-.042.475-.212.663l.261.125.029.102c-.268.05-.584.02-.707-.263l.226-.2c-.15-.105-.333-.087-.505-.071-.081.147-.166.293-.236.447-.168-.029-.36-.084-.428-.259.027-.106.115-.18.18-.264a8.18 8.18 0 0 1-.125-.226l.201-.182c-.141-.094-.279-.216-.453-.238-.179.134-.373.248-.6.271-.07.405-.495.593-.863.459-.138-.111-.249-.251-.382-.368l-.097.065c.077.249.159.496.24.743l.295.128c.002.115 0 .231-.01.345-.292-.095-.418.274-.696.209a22.003 22.003 0 0 0-.055-.357c-.156-.006-.36.059-.469-.089-.169-.251.097-.602-.107-.838a5.513 5.513 0 0 1-.69-.192c-.139.05-.245.158-.358.249l.068.186c-.144.108-.278.228-.414.347l.191.212-.216.21C.651 16.351.177 14.618.004 12.869v-1.725C.125 10.107.295 9.067.65 8.08c1.033-3.028 3.337-5.588 6.234-6.945.142.199.123.533.4.603.233.074.409.329.675.244l.01-.351.374-.06c.007-.159-.094-.282-.194-.393z"/><path fill="#5a73c5" d="M8.478 2.852c.557-.104 1.118-.246 1.691-.2.303.029.549.302.596.594.027.306-.294.482-.555.523-.476.061-.958.065-1.434.126-.065.538.432.974.377 1.526 1.967.021 3.935.003 5.902.003.024-.194.032-.388.026-.583-.283-.261-.665-.404-.912-.704-.148-.257.141-.532.398-.51.76.05 1.518.138 2.281.137.316-.027.44.358.278.586-.163.32-.55.378-.795.601-.119.257-.205.598-.026.851.404.647.777 1.314 1.187 1.955.307.152.67-.065.999-.063.733-.005 1.483.188 2.085.62.995.638 1.622 1.831 1.571 3.012-.119 1.564-1.352 3.05-2.947 3.24-.387.17-.811.116-1.2-.013-.394-.038-.746-.213-1.098-.381-.506-.365-.981-.799-1.267-1.363-.201-.306-.217-.689-.419-.993-.31.185-.447.548-.732.765.032.104.067.208.104.311.399-.012.59.508.413.806-.308.082-.615.196-.929.256-.256.044-.306-.243-.364-.425-.098-.236.175-.442.07-.679-.927.018-1.769-.791-1.752-1.724.031-.2.085-.395.108-.596-.657-.496-1.314-.992-1.992-1.46-.098-.063-.158-.165-.22-.26.582.363 1.113.803 1.674 1.199.215.172.47.302.64.522 0 .186-.07.362-.085.545-.091.797.593 1.572 1.386 1.622.26-.019.529.296.348.528-.139.19-.101.499.109.617.281-.018.554-.113.827-.184.188-.053.153-.296.089-.434-.086-.24-.48-.179-.502-.455-.082-.33.286-.485.421-.735.104-.17.273-.396.5-.276.148.121.13.348.2.516.353 1.12 1.368 2.009 2.526 2.205.915.182 1.893-.08 2.628-.645a3.486 3.486 0 0 0 1.335-2.503c.054-1.107-.468-2.24-1.388-2.871-.826-.624-1.955-.808-2.943-.508-.157.062-.272-.081-.34-.203-.379-.651-.749-1.307-1.16-1.938-.216-.289-.089-.69.102-.955.258-.225.69-.285.782-.669.071-.2-.169-.357-.347-.358-.701-.048-1.408.013-2.108-.066-.178-.037-.461.078-.363.3.236.367.754.446.971.828-.03.235-.021.678-.349.667-1.865-.007-3.73.006-5.594-.002-.153.022-.221-.112-.219-.242-.024-.455-.357-.823-.393-1.275-.021-.166.135-.271.281-.288.407-.066.82-.075 1.231-.085a.554.554 0 0 0 .471-.3c.041-.298-.212-.572-.49-.641-.412-.075-.813.083-1.216.141-.367.05-.737.116-1.081.258a.347.347 0 0 0-.183.48c.148.267.383.492.446.802.109.537.051 1.088.032 1.631-.033.677-.286 1.312-.464 1.958-.264.117-.512-.088-.767-.137-.431-.094-.878-.06-1.315-.047-1.067.152-2.025.866-2.506 1.827-.53 1.028-.482 2.327.104 3.322.144.236.329.443.489.666-.424-.256-.651-.722-.845-1.159-.189-.624-.363-1.298-.165-1.944.22-1.282 1.232-2.363 2.471-2.729.776-.262 1.641-.167 2.383.159.275-.535.348-1.15.52-1.722.057-.428.009-.863.036-1.294.036-.437-.172-.846-.439-1.178-.145-.167-.191-.444-.018-.609.231-.197.538-.279.836-.301z"/><path fill="#a9b6df" d="M8.942 2.869c.403-.058.804-.217 1.216-.141.278.069.531.343.49.641a.554.554 0 0 1-.471.3c-.411.01-.824.019-1.231.085-.146.017-.302.122-.281.288.036.452.369.82.393 1.275-.002.131.066.265.219.242 1.864.009 3.73-.005 5.594.002.328.011.319-.432.349-.667-.217-.382-.735-.461-.971-.828-.098-.223.185-.338.363-.3.7.08 1.407.018 2.108.066.178.001.418.159.347.358-.092.384-.524.445-.782.669-.192.265-.318.666-.102.955.411.631.781 1.287 1.16 1.938.067.121.183.265.34.203.988-.3 2.117-.116 2.943.508.92.631 1.442 1.764 1.388 2.871a3.482 3.482 0 0 1-1.335 2.503c-.735.565-1.713.827-2.628.645-1.158-.197-2.173-1.086-2.526-2.205-.069-.168-.051-.395-.2-.516-.227-.12-.396.106-.5.276-.135.25-.503.406-.421.735.022.276.416.215.502.455.064.137.099.381-.089.434-.272.07-.545.165-.827.184-.211-.118-.248-.428-.109-.617.181-.233-.087-.547-.348-.528-.792-.05-1.476-.825-1.386-1.622.015-.184.085-.36.085-.545-.171-.22-.426-.35-.64-.522-.561-.396-1.091-.836-1.674-1.199-.433-.25-.775-.752-1.305-.766-.071.229-.118.494-.027.721.46.54.853 1.193.916 1.912l.05-.001c.191 1.493-.658 3.063-2.046 3.676-.397.138-.786.348-1.221.294-.965.086-1.895-.378-2.589-1.021-.161-.224-.346-.43-.489-.666-.586-.995-.634-2.293-.104-3.322.48-.961 1.439-1.675 2.506-1.827.437-.013.884-.047 1.315.047.255.049.503.254.767.137.178-.646.431-1.281.464-1.958.019-.543.077-1.094-.032-1.631-.063-.31-.297-.535-.446-.802a.347.347 0 0 1 .183-.48c.344-.143.714-.208 1.081-.258m.466.004l.058.061c-.548-.006-1.057.145-1.587.254-.187.317.008.687.282.876.08.39.197.774.151 1.177.063.97-.251 1.9-.513 2.819-.146.207-.432.064-.624.005-.437-.195-.922-.157-1.387-.152-1.637.091-3.009 1.63-2.92 3.266-.121 1.643 1.274 3.227 2.921 3.291 1.295.192 2.664-.514 3.237-1.695.427-.682.418-1.526.334-2.298.005-.133-.109-.222-.133-.345-.081-.581-.523-1.006-.871-1.443-.018-.268.11-.524.156-.786a.334.334 0 0 1 .389.014c1.123.838 2.27 1.645 3.381 2.499.214.265-.108.609-.015.913.031.771.782 1.331 1.526 1.281.103.155.322.3.243.513-.066.172-.119.35-.098.537.305.084.613-.052.911-.112.039-.197-.075-.405-.28-.437-.306-.032-.245-.421-.222-.638.237-.263.431-.562.668-.826.167.006.417-.061.502.133.172 1.294 1.266 2.393 2.543 2.618.445.01.893.023 1.337-.018.142-.084.296-.139.459-.172.81-.327 1.462-.993 1.81-1.791.029-.12.039-.242.055-.364l.079.039c.101-.447.09-.908.071-1.362-.061-.695-.42-1.322-.867-1.841-.741-.705-1.805-1.07-2.82-.912-.251.055-.544.186-.786.079-.446-.765-.861-1.553-1.381-2.27a1.605 1.605 0 0 1 .047-.853c.167-.262.49-.357.751-.499.144-.123.128-.341.06-.5-.829-.031-1.659-.017-2.488-.024.019.083-.018.198.062.254.289.211.618.378.868.639.081.301.035.801-.343.867-1.947 0-3.895.006-5.843-.001-.389 0-.138-.495-.261-.727-.188-.406-.431-.885-.148-1.313.321-.009.642-.021.961-.053.239-.027.5.052.721-.064.166-.129.094-.366.047-.536-.315-.207-.69-.156-1.041-.101z"/><path fill="#fefefe" d="M9.407 2.871c.351-.054.725-.106 1.041.101.047.171.119.407-.047.536-.221.117-.483.037-.722.064-.319.032-.64.044-.961.053-.282.429-.04.907.148 1.313.124.232-.127.726.261.727 1.947.007 3.895.002 5.843.001.379-.065.425-.566.343-.867-.249-.261-.578-.428-.868-.639-.08-.056-.042-.171-.062-.254.829.007 1.66-.007 2.488.024.068.16.084.378-.06.5-.261.142-.584.237-.751.499a1.605 1.605 0 0 0-.047.853c.52.717.936 1.505 1.381 2.27.242.106.535-.024.786-.079 1.015-.158 2.079.207 2.82.912.447.519.806 1.147.867 1.841.019.455.03.916-.071 1.362l-.079-.039c-.016.122-.026.245-.055.364a3.4 3.4 0 0 1-1.81 1.791 1.482 1.482 0 0 0-.459.172c-.444.041-.892.028-1.337.018-1.277-.225-2.371-1.324-2.543-2.618-.085-.194-.335-.127-.502-.133-.237.264-.431.563-.668.826-.022.217-.084.605.222.638.206.032.32.24.28.437-.298.06-.606.196-.911.112-.021-.187.031-.365.098-.537.079-.214-.14-.358-.243-.513-.744.049-1.495-.51-1.526-1.281-.092-.304.229-.648.015-.913-1.111-.854-2.258-1.662-3.381-2.499a.332.332 0 0 0-.389-.014c-.045.262-.174.517-.156.786.348.438.79.863.871 1.443.024.123.138.213.133.345.083.772.092 1.617-.334 2.298-.573 1.181-1.941 1.887-3.237 1.695-1.647-.064-3.042-1.648-2.921-3.291C2.775 9.539 4.148 8 5.784 7.909c.466-.005.951-.043 1.387.152.192.059.478.203.624-.005.261-.919.576-1.849.513-2.819.045-.403-.071-.787-.151-1.177-.274-.189-.469-.558-.282-.876.53-.109 1.039-.26 1.587-.254l-.058-.061m-.427 4.267c1.131.924 2.319 1.775 3.467 2.675.169.172.466.183.659.049.178-.214.052-.504-.019-.735-.141-.064-.277-.136-.415-.206.227-.152.542-.13.799-.236.083.172-.097.307-.076.477.016.165.037.336.113.485.182.206.595.174.655-.131.201-.766.44-1.523.658-2.286.086-.257.206-.515.184-.793.003-.142-.144-.246-.279-.226-1.831-.002-3.662.005-5.493-.002-.47-.021-.471.663-.251.928m6.57-.566c-.276 1.097-.616 2.181-.916 3.273-.172.329.207.563.27.864.05.259.381.232.575.18.212-.271.19-.641.355-.934.237-.458.485-.932.885-1.271.125-.098.228-.279.131-.431-.32-.548-.637-1.098-.967-1.639-.067-.131-.224-.058-.333-.043M4.259 9.201c-.919.859-1.085 2.372-.44 3.438.057.097.103.225.231.243.214.28.518.49.825.657.214.259.572.266.864.382 1.354.202 2.775-.806 3.028-2.152.002-.289.175-.571.046-.853-.053-.503-.232-1.007-.58-1.384-.096-.129-.315-.149-.425-.03-.435.681-.836 1.407-1.431 1.964-.15.192-.496-.041-.341-.244.528-.685 1.009-1.411 1.381-2.193.023-.164-.12-.28-.261-.324-.481-.256-1.043-.172-1.565-.164-.494.087-.946.346-1.331.661m14.019-.648c-.23 0-.554.246-.375.488.338.561.664 1.13.986 1.7.118.207.284.429.224.682-.089.159-.285.2-.453.192-.749-.006-1.498-.006-2.247 0-.143-.018-.273.105-.235.251.209.947 1.024 1.742 1.974 1.93.931.274 1.933-.17 2.574-.853.383-.426.543-.998.653-1.547.069-.386-.053-.758-.171-1.119-.392-1.192-1.705-1.925-2.93-1.723m-1.099.546c-.521.323-.841.901-1.009 1.479-.061.191.084.413.292.401.483.012.967 0 1.451.005.169.01.398-.106.383-.298-.249-.46-.544-.894-.79-1.355-.064-.118-.178-.255-.326-.233m-4.295 1.579c-.347.246-.223.786.008 1.077.427.554 1.419.363 1.599-.318.148-.278-.019-.561-.107-.826a7.007 7.007 0 0 1-.125-.026c-.336-.47-1.085-.39-1.375.093z"/><path fill="#b6c1e5" d="M8.977 7.136c-.219-.265-.219-.95.251-.928 1.831.008 3.662.001 5.493.002.135-.02.282.084.279.226.022.278-.098.536-.184.793-.218.763-.457 1.519-.658 2.286-.059.304-.473.337-.655.131-.076-.149-.097-.321-.113-.485-.02-.169.16-.305.076-.477-.257.106-.572.083-.799.236.138.07.274.141.415.206.072.231.198.521.019.735-.193.134-.489.123-.659-.049-1.148-.901-2.336-1.752-3.467-2.675m.331.109c1.097.838 2.202 1.667 3.299 2.506.128.097.362.09.441-.068.034-.16-.023-.317-.066-.469-.175-.022-.506.037-.483-.233-.055-.233.219-.259.378-.303.257-.042.534-.197.787-.065.005.143 0 .29-.087.411 0 .26.003.789.408.592.224-.887.532-1.761.717-2.663l.042.058c.002-.185.035-.366.076-.546-.104-.065-.229-.061-.347-.059-1.78.011-3.561-.013-5.34.012-.143.243-.096.671.176.827z"/><path fill="#334fb4" d="M9.306 7.246c-.272-.156-.319-.583-.176-.827 1.779-.026 3.56-.001 5.34-.012.118-.002.242-.005.347.059a2.65 2.65 0 0 0-.076.546l-.042-.058c-.184.902-.492 1.776-.717 2.663-.405.197-.408-.332-.408-.592.087-.12.092-.267.087-.411-.253-.131-.53.023-.787.065-.159.044-.434.071-.378.303-.022.27.309.211.483.233.043.152.101.309.066.469-.079.158-.313.165-.441.068-1.097-.84-2.201-1.668-3.299-2.506z"/><path fill="#b0b8df" d="M15.549 6.569c.11-.015.266-.088.333.043.33.541.647 1.091.967 1.639.097.152-.006.333-.131.431-.4.339-.648.813-.885 1.271-.166.293-.143.662-.355.934-.194.051-.524.079-.575-.18-.063-.301-.442-.535-.27-.864.3-1.092.64-2.176.916-3.273m.118.154c-.27 1.073-.657 2.118-.875 3.205-.072.296.222.493.223.778a.514.514 0 0 0 .457 0c.129-.83.578-1.605 1.196-2.171.061-.104.039-.247-.012-.352-.284-.494-.595-.971-.867-1.472a5.046 5.046 0 0 1-.122.013z"/><path fill="#3752b8" d="M15.667 6.724l.122-.013c.272.501.582.978.867 1.472.051.105.073.248.012.352-.618.567-1.067 1.341-1.196 2.171a.514.514 0 0 1-.457 0c-.001-.284-.295-.482-.223-.778.219-1.087.605-2.132.875-3.205z"/><path fill="#d2dff2" d="M4.259 9.201c.385-.315.837-.574 1.331-.661.522-.008 1.084-.092 1.565.164.142.044.285.16.261.324-.372.782-.852 1.509-1.381 2.193-.155.203.192.436.341.244.594-.557.996-1.283 1.431-1.964.11-.118.329-.099.425.03.348.377.527.881.58 1.384.129.282-.044.564-.046.853-.253 1.346-1.675 2.354-3.028 2.152-.292-.116-.65-.123-.864-.382.478.188.99.348 1.509.28a2.592 2.592 0 0 0 1.75-.948c.825-.926.829-2.511-.066-3.39a.743.743 0 0 0-.33.305 12.377 12.377 0 0 1-1.19 1.652c-.111.118-.275.293-.448.179-.197-.09-.222-.361-.087-.516a12.56 12.56 0 0 0 1.212-1.881c.068-.121.106-.31-.028-.401-1.133-.58-2.644-.103-3.297.973-.391.596-.453 1.335-.342 2.024.097.382.304.723.491 1.066-.127-.019-.173-.147-.231-.243-.645-1.067-.479-2.579.44-3.438z"/><path fill="#cbd3ec" d="M18.279 8.554c1.224-.202 2.538.531 2.93 1.723.118.361.24.733.171 1.119-.11.549-.27 1.121-.653 1.547-.641.683-1.643 1.127-2.574.853-.951-.188-1.765-.983-1.974-1.93-.038-.146.092-.269.236-.251.749-.006 1.498-.006 2.247 0 .168.008.364-.033.453-.192.06-.253-.106-.475-.224-.682a73.607 73.607 0 0 0-.986-1.7c-.179-.242.145-.487.375-.488m-.034.143c-.058.013-.137.008-.171.067l-.119.081a.699.699 0 0 0 .121.248l.019.103.082.018.008.123.096.071c-.003.108.064.202.136.275l.053.091a.27.27 0 0 0 .066.147l.092.095.013.073.002.008.085.157.004.005.104.121c-.066.078.031.252.131.218a9.086 9.086 0 0 1 .056.164c.001.003.006.007.008.01.048.13.111.254.197.363a.775.775 0 0 1-.041.413c-.403.235-.888.091-1.328.128-.47.034-.964-.07-1.417.06l-.107-.002c-.128.158.008.359.093.503l.005.057.026.015c-.032.077.032.223.128.196l.037.103.01.022.018.025.015.018.068.069c-.03.086 0 .124.09.115l.082.116.012.012.021.015.064.089.066.021c-.005.088.034.117.118.087l.072.069.018.016.024.02.021.016.092.068a2.494 2.494 0 0 0 .265.153l.007.003a2.602 2.602 0 0 0 .25.092l.101.02c.433.157.96.159 1.392-.006l.053-.016.008-.003.076-.034.009-.005.066-.04.097-.046.109.003.02-.051a4.49 4.49 0 0 0 .089-.058.044.044 0 0 0 .01-.002c.082-.032.178-.064.223-.147.084.026.12-.004.109-.09l.06-.023.007-.004.123-.104.01-.009.01-.01a12.243 12.243 0 0 1 .116-.132l.046-.062.005-.007.056-.099.064-.084.039-.063.059-.087a4.974 4.974 0 0 1 .073-.082l.02-.141c.084-.009.107-.054.067-.133a.042.042 0 0 0 .006-.008.261.261 0 0 0 .072-.191l.035-.099c.012-.078.016-.156.02-.234.147-.285.111-.635-.004-.925a2.272 2.272 0 0 0-.023-.204l-.001-.006a2.696 2.696 0 0 0-.189-.453c-.04-.067-.079-.137-.14-.187l-.062-.091-.014-.014c.044-.069-.044-.19-.122-.147l-.085-.131-.012-.015-.018-.019-.014-.013-.129-.097c.017-.086-.019-.124-.11-.114a.398.398 0 0 1-.019-.021l-.017-.015-.085-.067a.047.047 0 0 0-.009-.006l-.152-.065c-.012-.089-.056-.108-.132-.056l-.092-.051c-.041-.083-.134-.098-.217-.092-.023-.086-.069-.099-.137-.037a.743.743 0 0 0-.235-.066c-.28-.139-.653-.15-.931.001z"/><path fill="#99a6d7" d="M3.901 9.792c.652-1.076 2.164-1.553 3.297-.973.134.091.096.28.028.401-.346.662-.755 1.29-1.212 1.881-.135.155-.11.426.087.516.173.114.337-.061.448-.179.445-.514.836-1.072 1.19-1.652a.743.743 0 0 1 .33-.305c.895.879.891 2.465.066 3.39a2.594 2.594 0 0 1-1.75.948c-.519.068-1.031-.093-1.509-.28-.307-.167-.611-.377-.825-.657-.187-.343-.394-.684-.491-1.066-.11-.689-.048-1.428.342-2.024m-.097.347c-.349.766-.342 1.766.206 2.436.115.209.277.402.476.535.157.23.42.35.67.45.975.395 2.209.151 2.873-.693.848-.875.869-2.432.007-3.305-.568.668-.947 1.511-1.62 2.095-.301.257-.787-.228-.521-.523.495-.652.958-1.334 1.318-2.07.034-.211-.211-.263-.367-.3-1.161-.383-2.577.232-3.043 1.375z"/><path fill="#9fa8d9" d="M18.246 8.696c.278-.151.651-.14.931-.001a4.827 4.827 0 0 0-.931.001z"/><path fill="#6276c2" d="M3.805 10.139c.466-1.143 1.882-1.758 3.043-1.375.156.037.401.089.367.3-.36.736-.823 1.418-1.318 2.07-.266.295.22.78.521.523.673-.584 1.051-1.428 1.62-2.095.861.873.84 2.43-.007 3.305-.663.844-1.898 1.088-2.873.693-.25-.1-.513-.22-.67-.45.328.172.636.395 1.011.456 1.125.377 2.387-.312 2.875-1.351.291-.814.272-1.839-.338-2.506-.412.546-.757 1.143-1.207 1.661-.161.185-.321.443-.601.431-.319.026-.662-.379-.428-.662.485-.679.965-1.366 1.336-2.116-.062-.051-.121-.106-.19-.146-.949-.279-2.083-.061-2.724.734-.548.72-.726 1.751-.35 2.589.051.123.094.25.14.376-.548-.67-.555-1.67-.206-2.436z"/><path fill="#677bc6" d="M18.075 8.763c.034-.059.112-.054.171-.067.309-.031.621-.03.931-.001.081.01.161.03.235.066.04.031.086.043.137.037.083-.005.176.009.217.092l.092.051c.036.035.08.054.132.056l.152.065a.028.028 0 0 0 .009.006l.085.067.017.015a.398.398 0 0 1 .019.021.258.258 0 0 0 .11.114l.129.097.014.013.018.019.012.015.085.131c.027.058.07.107.122.147l.014.014.062.091c.061.05.099.12.14.187a2.696 2.696 0 0 1 .191.459c.011.067.019.135.023.204.014.308.019.617.004.925-.005.078-.008.156-.02.234l-.035.099a.26.26 0 0 1-.072.191.042.042 0 0 0-.006.008.166.166 0 0 0-.067.133l-.02.141a.008.008 0 0 1-.002.005l-.071.077-.059.087-.039.063-.064.084-.056.099a.03.03 0 0 1-.005.007l-.046.062a12.243 12.243 0 0 1-.116.132l-.01.01-.01.009-.123.104-.007.004-.06.023a.147.147 0 0 0-.109.09c-.045.083-.141.115-.223.147a.044.044 0 0 0-.01.002 2.719 2.719 0 0 1-.089.058l-.02.051-.109-.003a4.252 4.252 0 0 0-.097.046l-.066.04-.009.005-.076.034-.008.003-.053.016c-.462.055-.929.05-1.392.006l-.101-.02a2.602 2.602 0 0 1-.25-.092l-.007-.003a2.321 2.321 0 0 1-.256-.147l-.009-.006-.092-.068-.021-.016-.024-.02-.018-.016-.072-.069a.18.18 0 0 0-.118-.087l-.066-.021-.064-.089-.021-.015-.012-.012a8.238 8.238 0 0 1-.082-.116.206.206 0 0 0-.09-.115l-.068-.069-.015-.018-.018-.025-.01-.022-.037-.103c-.019-.078-.043-.167-.128-.196l-.026-.015a1.2 1.2 0 0 0-.005-.057 1.87 1.87 0 0 0-.093-.503l.107.002c.738.007 1.477-.002 2.215.005.189-.011.451.032.53-.192a.756.756 0 0 0 .041-.413c-.006-.148-.092-.265-.197-.363a.087.087 0 0 1-.014-.021 9.086 9.086 0 0 0-.05-.153.418.418 0 0 0-.131-.218l-.104-.121-.004-.005-.085-.157-.002-.008-.013-.073c.024-.062-.026-.126-.092-.095a.264.264 0 0 1-.066-.147l-.053-.091c-.072-.073-.139-.168-.136-.275.021-.06-.045-.142-.096-.071l-.008-.123c-.015-.077-.042-.083-.082-.018l-.019-.103a2.41 2.41 0 0 1-.002-.329m.033.107c.412.663.759 1.366 1.165 2.034.124.182.15.422.086.631-.11.252-.418.312-.666.319-.596-.002-1.191.005-1.786-.003-.161.002-.34-.001-.467.116.151.376.374.724.664 1.009.84.8 2.285.811 3.161.06.329-.31.623-.691.725-1.14.395-1.082-.177-2.413-1.232-2.875-.492-.292-1.11-.25-1.65-.152z"/><path fill="#324db1" d="M4.221 9.61c.641-.795 1.775-1.013 2.724-.734.069.04.128.095.19.146-.371.75-.851 1.437-1.336 2.116-.234.283.108.688.428.662.279.012.44-.245.601-.431.45-.518.796-1.114 1.207-1.661.61.668.629 1.692.338 2.506-.488 1.039-1.75 1.728-2.875 1.351-.375-.06-.683-.284-1.011-.456a1.548 1.548 0 0 1-.476-.535c-.046-.126-.089-.252-.14-.376-.376-.838-.198-1.869.35-2.589z"/><path fill="#a5b3de" d="M19.412 8.761c.067-.061.113-.049.137.037a.182.182 0 0 1-.137-.037z"/><path fill="#98a1d5" d="M17.957 8.844l.119-.081a2.41 2.41 0 0 0 .002.329.734.734 0 0 1-.121-.248z"/><path fill="#334fb5" d="M18.116 8.872c.54-.098 1.158-.14 1.65.152 1.055.461 1.628 1.793 1.232 2.875-.102.449-.397.83-.725 1.14-.876.751-2.321.74-3.161-.06a2.988 2.988 0 0 1-.664-1.009c.126-.117.305-.114.467-.116.595.008 1.191.001 1.786.003.247-.007.555-.067.666-.319a.747.747 0 0 0-.086-.631c-.406-.668-.753-1.371-1.165-2.034z"/><path fill="#9bacdb" d="M19.765 8.891l.092.051-.092-.051z"/><path fill="#9baadd" d="M19.858 8.942c.075-.052.119-.033.132.056a.193.193 0 0 1-.132-.056z"/><path fill="#a4b6e3" d="M20.141 9.063a.028.028 0 0 0 .009.006.047.047 0 0 0-.009-.006z"/><path fill="#d7def0" d="M17.18 9.101c.149-.022.262.114.326.233.246.461.541.895.79 1.355.015.192-.214.308-.383.298-.484-.005-.968.007-1.451-.005-.208.011-.354-.211-.292-.401.168-.579.488-1.156 1.009-1.479m-.95 1.625c.285.243.695.092 1.035.132.317-.037.7.106.963-.126-.325-.514-.587-1.073-.972-1.545-.588.28-.868.944-1.027 1.539z"/><path fill="#abbce4" d="M20.235 9.135l.017.015-.017-.015z"/><path fill="#9ba1d3" d="M18.096 9.195c.04-.065.067-.058.082.018l-.082-.018z"/><path fill="#a4b6e0" d="M20.252 9.151z"/><path fill="#a3b1dd" d="M16.229 10.727c.159-.596.439-1.259 1.027-1.539.385.473.647 1.031.972 1.545-.263.232-.647.089-.963.126-.341-.039-.75.112-1.035-.132m.102.002c.313.121.655.045.982.06.266-.018.548.052.801-.057-.266-.494-.54-.986-.865-1.445-.511.288-.831.87-.919 1.442z"/><path fill="#99aedb" d="M20.271 9.172c.091-.01.127.028.11.114a.248.248 0 0 1-.11-.114z"/><path fill="#6a7ec7" d="M16.332 10.729c.087-.572.407-1.154.919-1.442.325.459.599.951.865 1.445-.253.109-.535.039-.801.057-.327-.015-.669.06-.982-.06m.124 0c.52.021 1.042.014 1.563-.005-.267-.454-.53-.907-.805-1.355-.361.366-.777.814-.758 1.36z"/><path fill="#9ea7d8" d="M18.187 9.337c.05-.07.117.011.096.071l-.096-.071z"/><path fill="#9aacdb" d="M20.509 9.382l.014.013-.014-.013z"/><path fill="#3754ba" d="M16.457 10.729c-.019-.546.397-.994.758-1.36.275.448.537.902.805 1.355-.52.019-1.042.026-1.563.005z"/><path fill="#99aedc" d="M20.524 9.395l.018.019-.018-.019z"/><path fill="#9baedb" d="M20.542 9.414l.012.015-.012-.015z"/><path fill="#90a6da" d="M20.64 9.561c.077-.043.166.078.122.147a.405.405 0 0 1-.122-.147z"/><path fill="#a1a7d6" d="M18.419 9.683l.053.091-.053-.091z"/><path fill="#98aadb" d="M20.761 9.707l.014.014-.014-.014z"/><path fill="#9cafdd" d="M20.776 9.722l.062.091-.062-.091z"/><path fill="#9ca4d7" d="M18.539 9.921c.066-.03.116.033.092.095l-.092-.095z"/><path fill="#9db0e0" d="M20.978 10c0 .002.002.005.003.005L20.978 10z"/><path fill="#acb1db" d="M18.644 10.09l.002.008-.002-.008z"/><path fill="#a9afdc" d="M18.732 10.255l.004.005-.004-.005z"/><path fill="#b5bee1" d="M12.886 10.679c.29-.482 1.039-.562 1.375-.093.222.318.283.79.025 1.105-.254.325-.731.334-1.093.216-.411-.238-.562-.821-.307-1.227m.605-.278c-.298.014-.529.259-.617.529-.135.442.195 1.029.697.984.433.053.877-.344.814-.79.005-.449-.454-.82-.894-.724z"/><path fill="#7889ca" d="M13.491 10.402c.44-.096.899.275.894.724.063.446-.381.843-.814.79-.502.044-.832-.543-.697-.984.088-.27.319-.515.617-.529m-.053.101c-.509.11-.66.81-.298 1.154.313.36.972.201 1.107-.254.252-.49-.311-1.045-.809-.9z"/><path fill="#9fa8da" d="M18.84 10.382a.423.423 0 0 1 .131.218c-.1.035-.197-.139-.131-.218z"/><path fill="#abbde4" d="M21.167 10.453a.01.01 0 0 0 .002.006.01.01 0 0 0-.002-.006z"/><path fill="#3751b3" d="M13.438 10.504c.497-.145 1.061.41.809.9-.135.455-.794.614-1.107.254-.362-.343-.212-1.044.298-1.154z"/><path fill="#dce2f1" d="M14.261 10.586l.125.026c.088.265.255.548.107.826-.18.681-1.173.872-1.599.318-.231-.291-.355-.831-.008-1.077-.255.407-.103.99.307 1.227.361.119.838.109 1.093-.216.258-.315.197-.787-.025-1.105z"/><path fill="#9cafe0" d="M21.192 10.663c.115.289.151.64.004.925a9.84 9.84 0 0 0-.004-.925z"/><path fill="#b0b4df" d="M19.021 10.753l.006.011a.039.039 0 0 1-.006-.011z"/><path fill="#a8addb" d="M19.028 10.764a.087.087 0 0 1 .008.01.087.087 0 0 1-.008-.01z"/><path fill="#9ca4d6" d="M19.036 10.774c.104.097.19.215.197.363a1.318 1.318 0 0 1-.197-.363z"/><path fill="#a4aedb" d="M17.863 11.677c.441-.037.926.107 1.328-.128-.079.224-.341.181-.53.192-.738-.006-1.477.002-2.215-.005.453-.13.948-.025 1.417-.06z"/><path fill="#98a0d5" d="M16.432 12.238c-.085-.144-.221-.345-.093-.503.055.162.083.332.093.503z"/><path fill="#a5bae4" d="M21.14 11.921l.035-.099-.035.099z"/><path fill="#a0b5e2" d="M21.062 12.119l.006-.008a.042.042 0 0 0-.006.008z"/><path fill="#9baedf" d="M20.995 12.252a.165.165 0 0 1 .067-.133c.04.079.017.123-.067.133z"/><path fill="#9da3d5" d="M16.463 12.309c.084.029.109.118.128.196-.096.027-.16-.119-.128-.196z"/><path fill="#a6b8e0" d="M20.972 12.398l.002-.005a.01.01 0 0 1-.002.005z"/><path fill="#9db5e3" d="M20.843 12.562l.059-.087-.059.087z"/><path fill="#aeb4dd" d="M16.627 12.608l.01.022-.01-.022z"/><path fill="#aab0db" d="M16.638 12.63l.018.025-.018-.025z"/><path fill="#9bade0" d="M20.739 12.71l.064-.084-.064.084z"/><path fill="#acb0db" d="M16.656 12.655l.015.018-.015-.018z"/><path fill="#a4abd9" d="M16.739 12.742a.206.206 0 0 1 .09.115c-.09.009-.12-.029-.09-.115z"/><path fill="#99addf" d="M20.678 12.816a.042.042 0 0 1 .005-.007l-.005.007z"/><path fill="#a3b9e2" d="M20.625 12.887a.042.042 0 0 0 .006-.008l-.006.008z"/><path fill="#9ea6d6" d="M16.911 12.974l.012.012-.012-.012z"/><path fill="#9ca5d5" d="M16.923 12.986l.021.015-.021-.015z"/><path fill="#a3b6e0" d="M20.505 13.021l.01-.01-.01.01z"/><path fill="#a5add7" d="M16.945 13.001l.064.089-.064-.089z"/><path fill="#a8b9e1" d="M20.495 13.03a.09.09 0 0 1 .01-.009.09.09 0 0 1-.01.009z"/><path fill="#9da5d4" d="M17.074 13.111c.051.012.09.041.118.087-.084.03-.123.001-.118-.087z"/><path fill="#a7b8df" d="M20.366 13.139l.007-.004-.007.004z"/><path fill="#96aadd" d="M20.196 13.252a.145.145 0 0 1 .109-.09c.011.086-.025.116-.109.09z"/><path fill="#a4a9d6" d="M17.264 13.267l.018.016-.018-.016z"/><path fill="#a4aad7" d="M17.282 13.283l.024.02-.024-.02z"/><path fill="#a8afda" d="M17.306 13.304l.021.016-.021-.016z"/><path fill="#a2abd8" d="M17.42 13.388l.009.006a.047.047 0 0 0-.009-.006z"/><path fill="#9fb1de" d="M19.963 13.401a.044.044 0 0 0 .01-.002.044.044 0 0 0-.01.002z"/><path fill="#9fb2de" d="M19.875 13.459z"/><path fill="#a9b2da" d="M17.686 13.541l.007.003-.007-.003z"/><path fill="#a1b1dd" d="M19.649 13.553z"/><path fill="#a3b4df" d="M19.573 13.598l.009-.005-.009.005z"/><path fill="#aab2dd" d="M17.935 13.634z"/><path fill="#a3b2dc" d="M19.489 13.635l.008-.003-.008.003z"/><path fill="#95a6d9" d="M18.044 13.657c.463.044.93.049 1.392-.006a2.066 2.066 0 0 1-1.392.006z"/><path fill="#fff" d="M10.961 17.967c1.47-.978 2.938-1.96 4.409-2.936.118.173.234.346.349.521.195.297.398.588.587.889-1.469.977-2.937 1.957-4.405 2.935.321.504.667.992.988 1.496-1.766.127-3.534.245-5.3.362a657.799 657.799 0 0 1 2.375-4.754l.127.187c.291.432.576.87.87 1.3z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycles-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0c479d" d="M0 0h11.923C7.954 6.889 3.962 13.765 0 20.658V0zM12.062 0H24v20.657C20.028 13.768 16.058 6.875 12.062 0zM0 21.093h24V24H0v-2.907z"/><path fill="#fff" d="M11.923 0h.139C16.058 6.875 20.028 13.768 24 20.657v.436H0v-.435C3.961 13.765 7.954 6.889 11.923 0m-1.102 5.286c.143.595.192 1.418.965 1.481-.579.668-.61 1.524-.608 2.359a5.446 5.446 0 0 1-1.572 1.512c-.303.244-.128.653-.014.947-.276.601-.541 1.208-.809 1.813a4.767 4.767 0 0 0-1.186-.348c-.223.332-.667.245-.996.391-1.252.415-1.93 1.96-1.412 3.169.448 1.203 1.929 1.863 3.121 1.375.421-.125.707-.559 1.169-.55 1.031-1.174.649-2.934-.412-3.946.857.667 1.613 1.455 2.434 2.166.01.277.018.554.026.83-.218.163-.435.324-.654.484l-.039.357c.588-.034 1.177-.072 1.765-.11.022-.409.04-.817.061-1.226.267 0 .533.001.8.003.142.778.61 1.508 1.334 1.862.974.53 2.276.239 2.965-.619.365-.392.403-.973.775-1.357.175-1.903-1.965-3.405-3.699-2.625-.159-.252-.316-.502-.476-.752.219-.618 1.017-1.041.826-1.766a14.147 14.147 0 0 0-1.557-3.465c-.253-.425-.748-.695-.849-1.208-.138-.565-.058-1.266-.561-1.668-.57-.263-1.534.164-1.397.89M3.617 16.541c.448.001.897.001 1.345.003a20.386 20.386 0 0 1-.137-.881c-.671-.194-.974.361-1.208.879m15.103-.87c-.019.152-.039.306-.055.461-.123.13-.244.262-.366.394.694.028 1.39.013 2.085.014-.161-.28-.307-.572-.499-.832-.382-.076-.777-.027-1.164-.036M1.535 20.145c.92.004 1.839.001 2.757.003.154-.361.307-.723.459-1.084-.862-.003-1.724-.001-2.586-.001-.212.36-.421.721-.631 1.083m6.445-1.084c-.092.361-.181.723-.271 1.083.917.003 1.836.001 2.755.001l.076-1.083c-.854-.003-1.707-.001-2.56-.001m5.609.001l.076 1.083c.919 0 1.837.001 2.755-.001l-.27-1.083c-.854 0-1.708-.001-2.561.001m5.658 0l.461 1.084c.917-.001 1.836.001 2.754-.001a161.67 161.67 0 0 0-.627-1.084c-.862 0-1.724-.001-2.587.001z"/><path fill="#fff" d="M10.125 11.418c.716-.428 1.283-1.07 1.983-1.53.175.392.348.786.52 1.181-.685.355-1.546.455-2.004 1.146h-.868c.121-.267.244-.532.369-.796zM9.578 12.645c.397 0 .796-.001 1.195.005.526.706.815 1.52.698 2.41-.702-.649-1.413-1.289-2.116-1.935.074-.16.147-.32.223-.48zM12.754 13.414c.348-.272.694-.548 1.048-.815-.365.661-.743 1.315-1.112 1.974.022-.386.041-.773.065-1.159zM14.114 12.96l.333.505a2.897 2.897 0 0 0-1.232 2.139 39.425 39.425 0 0 1-.595-.023c.486-.88.996-1.747 1.494-2.621zM6.148 14.537c.539-.625 1.477-.703 2.191-.352-.223.471-.413 1.102-1.027 1.152-.617.133-.133 1.115.369.734.343-.532.745-1.026 1.044-1.586.462.579.636 1.419.24 2.083-.476.903-1.79 1.182-2.582.529-.809-.574-.915-1.845-.235-2.56zM15.314 14.009c.926-.272 2.015.262 2.249 1.223.315 1.015-.501 2.156-1.557 2.199-.885.089-1.674-.594-1.867-1.432.583-.014 1.174-.037 1.746.101.297.057.534-.338.363-.582-.293-.514-.637-.996-.933-1.508z"/><path fill="#fff" d="M14.106 15.587a2.223 2.223 0 0 1 .791-1.375c.249.364.481.739.715 1.114l-.16.271c-.448 0-.897.001-1.346-.009z"/><path fill="#030303" d="M10.821 5.286c-.137-.726.827-1.154 1.397-.89.503.403.423 1.103.561 1.668.101.512.596.783.849 1.208a14.093 14.093 0 0 1 1.557 3.465c.191.725-.606 1.148-.826 1.766.16.25.317.501.476.752 1.734-.781 3.875.721 3.699 2.625-.373.385-.41.965-.775 1.357-.689.858-1.991 1.15-2.965.619-.724-.354-1.192-1.084-1.334-1.862-.267-.001-.533-.003-.8-.003-.021.409-.039.817-.061 1.226-.588.037-1.177.076-1.765.11.009-.089.028-.268.039-.357.219-.16.436-.321.654-.484-.008-.276-.015-.552-.026-.83-.821-.711-1.577-1.499-2.434-2.166 1.061 1.012 1.443 2.772.412 3.946-.462-.009-.748.425-1.169.55-1.192.488-2.674-.173-3.121-1.375-.519-1.209.16-2.754 1.412-3.169.329-.146.773-.059.996-.391a4.78 4.78 0 0 1 1.186.348c.268-.605.533-1.212.809-1.813-.114-.294-.289-.703.014-.947a5.446 5.446 0 0 0 1.572-1.512c-.003-.835.028-1.69.608-2.359-.773-.063-.822-.886-.965-1.481m-.696 6.131c-.125.265-.248.529-.369.796h.868c.458-.69 1.319-.791 2.004-1.146-.172-.395-.345-.788-.52-1.181-.701.461-1.267 1.102-1.983 1.53m-.547 1.228c-.076.16-.15.32-.223.48.703.646 1.414 1.286 2.116 1.935.117-.89-.172-1.705-.698-2.41-.399-.006-.797-.005-1.195-.005m3.176.769c-.023.386-.043.773-.065 1.159.369-.659.747-1.314 1.112-1.974-.354.267-.699.543-1.048.815m1.361-.454c-.498.874-1.008 1.741-1.494 2.621.199.009.396.017.595.023a2.903 2.903 0 0 1 1.232-2.139l-.333-.505m-7.966 1.577c-.68.715-.574 1.986.235 2.56.792.653 2.106.374 2.582-.529.396-.663.222-1.503-.24-2.083-.299.56-.701 1.054-1.044 1.586-.502.381-.986-.601-.369-.734.614-.05.804-.681 1.027-1.152-.714-.351-1.652-.272-2.191.352m9.166-.528c.295.512.64.995.933 1.508.172.244-.066.639-.363.582-.572-.138-1.163-.115-1.746-.101.194.839.982 1.521 1.867 1.432 1.057-.043 1.872-1.183 1.557-2.199-.234-.961-1.323-1.495-2.249-1.223m-1.207 1.579c.449.01.898.009 1.346.009l.16-.271c-.234-.374-.466-.75-.715-1.114a2.223 2.223 0 0 0-.791 1.375zM3.617 16.541c.234-.517.537-1.072 1.208-.879.039.294.085.588.137.881-.448-.001-.897-.001-1.345-.003zM18.72 15.672c.387.009.782-.04 1.164.036.192.261.338.552.499.832-.695-.001-1.391.014-2.085-.014l.366-.394c.017-.155.036-.308.055-.461zM1.535 20.145c.21-.361.419-.723.631-1.083.862 0 1.724-.001 2.586.001l-.459 1.084c-.919-.001-1.837.001-2.757-.003zM7.979 19.062c.853 0 1.706-.001 2.56.001l-.076 1.083c-.919 0-1.837.001-2.755-.001.09-.36.179-.721.271-1.083zM13.588 19.063c.853-.003 1.707-.001 2.561-.001.09.361.179.723.27 1.083-.917.003-1.836.001-2.755.001-.026-.361-.052-.723-.076-1.083zM19.246 19.063c.863-.003 1.725-.001 2.587-.001.21.36.419.721.627 1.084-.917.003-1.836 0-2.754.001l-.461-1.084z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycles-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1d7fb7" d="M11.746 0h.598c.397.157.742.432.956.803 3.601 5.761 7.214 11.515 10.821 17.274v5.085a1.63 1.63 0 0 1-.782.838H.79a1.617 1.617 0 0 1-.79-.76v-5.17C3.56 12.32 7.184 6.608 10.759.866c.222-.392.568-.698.987-.866m-.017.385c-.285.098-.462.357-.621.596A21287.72 21287.72 0 0 1 .511 18.117c-.257.385-.177.865-.189 1.3.022 1.047-.021 2.094.016 3.141-.004.587.497 1.146 1.105 1.102 7.079.004 14.16.006 21.238-.002.601.036 1.084-.52 1.083-1.096.031-1.251.005-2.503.013-3.753.029-.522-.346-.924-.591-1.346C19.771 11.95 16.363 6.433 12.952.917 12.724.49 12.209.19 11.73.385z"/><path fill="#1d7fb7" d="M11.872 1.011c.229-.239.459.09.59.271 3.365 5.44 6.725 10.884 10.092 16.324.264.451.665.884.613 1.446-.017 1.169.028 2.341-.022 3.508.017.388-.379.546-.708.502-6.999-.012-13.998.013-20.997-.013-.63-.007-.491-.796-.509-1.219.083-1.131-.151-2.311.124-3.412C4.401 12.968 7.78 7.537 11.136 2.092c.238-.363.418-.775.736-1.081M9.086 9.746c.568 1.042-.425 2.001-.719 2.974-1.333-.461-2.948.023-3.666 1.269-.877 1.362-.373 3.359 1.046 4.139 1.438.902 3.531.265 4.231-1.278.737-1.423.063-3.261-1.327-3.999l.121-.287c.836.804 1.666 1.616 2.488 2.434-.291.587.024 1.17.528 1.503l-.246.412.462.005c-.025-.142-.051-.283-.075-.426.469-.08.855-.357 1.047-.796.283-.001.567-.002.851-.006.103 1.643 1.638 3.037 3.298 2.841 1.805-.101 3.177-2.066 2.627-3.795-.42-1.681-2.383-2.605-3.982-2.018-.288-.712-.678-1.385-.907-2.118.022-.475.798-.253.888-.707-.491-.655-1.29.031-1.898.111.267.154.54.298.812.446-1.656.045-3.312.001-4.968.023-.119-.379-.386-.736-.357-1.146.066-.417.58-.368.89-.461l-.063-.276c-.64-.049-1.394.429-1.081 1.155M5.624 20.623c.057.555-.166 1.204.211 1.679.072-.488.06-.984.059-1.476.195-.037.392-.076.589-.115a22.818 22.818 0 0 0-.586-.248c-.002-.469.007-.939-.058-1.404-.373.434-.164 1.046-.215 1.564m3.777-1.441l-.006.814a80.8 80.8 0 0 0-.701.021l.006.222.693.012c.001.373.002.745.006 1.118l.268.006c.01-.731.01-1.463 0-2.194l-.267.001m3.66.001c-.002.373-.002.745-.001 1.117-.248.037-.497.076-.744.123.002-.356.035-.722-.07-1.067-.479-.172-1-.095-1.497-.095 0 .06.002.181.004.241.446.001.892.002 1.339.011-.035.575.004 1.236-.406 1.696-.328.304-.785.397-1.154.636.864.148 1.575-.503 1.789-1.294.245.024.491.043.738.061 0 .523-.001 1.048.007 1.571l.279-.029c.007-.985.005-1.971.001-2.956a26.795 26.795 0 0 0-.283-.014m1.65.234c.44.042.883.035 1.324.017l-.141-.238c-.399.024-.866-.093-1.183.221m2.01 1.328c-.423.036-.848.08-1.274.072.247-.222.81-.264.803-.65-.493-.435-1.359-.353-1.83.093.321.205.662.373 1 .549-.387.047-.777.069-1.166.084.001.048.002.145.004.193.79.005 1.584.013 2.367-.106.111.1.223.199.336.298.028-.739.063-1.483-.028-2.219-.397.467-.162 1.129-.213 1.686m3.574-1.586c.004.775-.051 1.553.047 2.325.287-.259.226-.656.247-1.002l.381-.019.119-.171c-.175-.04-.35-.078-.525-.116l.007-.948-.277-.069m-16.946.156c.271.189.603.197.921.218.15.962-.345 1.776-.958 2.459.552-.125.867-.611 1.084-1.094.223.484.534.991 1.105 1.096-.634-.685-1.125-1.514-.967-2.492l.766-.001-.002-.244c-.65-.007-1.304-.045-1.949.057m3.658.123c.321.049.645.071.97.088-.033.703-.591 1.13-1.038 1.592.491-.055.832-.426 1.117-.795.27.309.584.575.924.804l.148-.223c-.508-.302-.923-.755-.991-1.365.34-.025.696-.035.997-.213-.696-.058-1.482-.242-2.126.112m11.187-.046c-.116.473-.321 1.587.49 1.462.534-.013 1.201.04 1.561-.441-.614.071-1.216.221-1.834.25-.01-.385-.012-.769-.008-1.154.492-.028 1.041.109 1.477-.186-.545-.051-1.193-.21-1.685.07m-3.721.18l.013.224c.667.008 1.34.049 2-.078-.625-.327-1.344-.16-2.013-.146m-7.081 2.455c.813.175 1.666.089 2.49.036-.668-.428-1.533-.11-2.283-.207a10.825 10.825 0 0 0-.098-.841.91.91 0 0 0-.11 1.012m10.976.001c.779.171 1.597.09 2.387.034-.637-.417-1.462-.117-2.178-.206a12.01 12.01 0 0 0-.098-.85c-.235.289-.262.689-.111 1.023m-3.336-.719c-.392.018-.607.585-.183.734.707.28 1.52.183 2.212-.101-.096-.966-1.356-.718-2.029-.633z"/><path fill="#1d7fb7" d="M9.572 10.767c1.617 0 3.236-.008 4.854.005-.604 1.353-1.213 2.705-1.804 4.064l-.365-.154c.087-.168.176-.335.269-.501-.15-.014-.298-.03-.446-.045l.08.468a73.12 73.12 0 0 0-.667.194c-.854-.851-1.72-1.692-2.586-2.533.219-.501.444-1 .666-1.499zM12.826 15.379c.426-1.532 1.246-2.925 1.839-4.397.276.619.55 1.239.823 1.86a3.317 3.317 0 0 0-1.663 2.553c-.333-.005-.666-.007-.999-.016zM5.339 13.662c.731-.784 1.901-.968 2.899-.667-.363.839-.753 1.668-1.11 2.51l.303.068c.356-.818.722-1.629 1.088-2.443 1.389.726 1.92 2.673.968 3.952-.902 1.391-3.106 1.545-4.195.297-.973-.995-.952-2.745.046-3.716zM15.897 12.994c1.333-.456 2.949.186 3.461 1.529.678 1.503-.375 3.42-2.001 3.666-1.556.343-3.115-.926-3.221-2.489.984-.012 1.968 0 2.951-.008-.388-.903-.798-1.797-1.19-2.698z"/><path fill="#1d7fb7" d="M14.131 15.383a3.008 3.008 0 0 1 1.483-2.259c.34.753.672 1.509 1.008 2.265-.831-.001-1.662.006-2.492-.006zM14.743 20.256c.417-.147.864-.15 1.287-.028-.406.203-.867.178-1.287.028zM14.805 21.711c.617-.35 1.485-.393 2.054.075-.659.2-1.447.341-2.054-.075z"/><path fill="#fff" d="M11.729.385c.479-.195.994.105 1.222.532 3.412 5.515 6.819 11.033 10.234 16.546.245.422.62.824.591 1.346-.008 1.251.018 2.503-.013 3.753.001.576-.482 1.132-1.083 1.096-7.078.008-14.159.006-21.238.002-.608.043-1.108-.515-1.105-1.102-.036-1.047.006-2.094-.016-3.141.012-.435-.068-.915.189-1.3C4.045 12.406 7.579 6.695 11.107.981c.159-.239.336-.498.621-.596m.144.626c-.317.305-.498.718-.736 1.081C7.78 7.537 4.4 12.968 1.055 18.418c-.275 1.101-.041 2.281-.124 3.412.018.423-.121 1.212.509 1.219 6.999.027 13.998.001 20.997.013.329.045.725-.113.708-.502.049-1.167.005-2.34.022-3.508.052-.562-.349-.995-.613-1.446-3.367-5.439-6.727-10.883-10.092-16.324-.13-.181-.361-.51-.59-.271z"/><path fill="#fff" d="M9.086 9.746c-.314-.726.44-1.205 1.081-1.155l.063.276c-.31.093-.824.043-.89.461-.029.41.238.767.357 1.146 1.656-.022 3.312.022 4.968-.023-.271-.148-.545-.292-.812-.446.608-.08 1.407-.766 1.898-.111-.089.453-.866.232-.888.707.229.733.619 1.406.907 2.118 1.599-.587 3.563.336 3.982 2.018.55 1.729-.821 3.694-2.627 3.795-1.661.195-3.196-1.199-3.299-2.841-.285.004-.568.005-.851.006-.192.439-.578.716-1.047.796l.075.426-.462-.005.246-.412c-.504-.333-.819-.915-.528-1.503a219.664 219.664 0 0 0-2.488-2.434l-.121.287c1.389.738 2.064 2.576 1.327 3.999-.699 1.544-2.793 2.181-4.231 1.278-1.418-.78-1.922-2.777-1.046-4.139.719-1.246 2.334-1.729 3.666-1.269.294-.973 1.287-1.932.719-2.974m.487 1.02c-.222.499-.446.999-.666 1.499.866.841 1.732 1.681 2.586 2.533.222-.066.444-.13.667-.194l-.08-.468.446.045c-.093.165-.182.333-.269.501l.365.154c.591-1.359 1.2-2.711 1.804-4.064-1.619-.013-3.237-.005-4.854-.005m3.255 4.611c.333.008.666.011.999.016a3.317 3.317 0 0 1 1.663-2.553c-.273-.621-.546-1.241-.823-1.86-.593 1.473-1.413 2.866-1.839 4.397m-7.487-1.717c-.997.971-1.019 2.721-.046 3.716 1.089 1.248 3.292 1.094 4.195-.297.952-1.28.421-3.226-.968-3.952-.365.814-.732 1.626-1.088 2.443l-.303-.068c.357-.842.747-1.67 1.11-2.51-.999-.302-2.168-.117-2.899.667m10.557-.667c.392.901.802 1.795 1.19 2.698-.983.008-1.967-.004-2.951.008.106 1.563 1.666 2.832 3.221 2.489 1.626-.246 2.679-2.164 2.001-3.666-.513-1.344-2.129-1.985-3.461-1.529m-1.766 2.389c.83.012 1.661.005 2.492.006-.336-.756-.668-1.512-1.008-2.265a3.008 3.008 0 0 0-1.483 2.259zM13.06 19.183l.283.014c.004.985.006 1.971-.001 2.956l-.279.029c-.008-.523-.007-1.048-.007-1.571a25.597 25.597 0 0 1-.738-.062c-.213.791-.925 1.442-1.789 1.294.369-.239.826-.332 1.154-.636.41-.459.371-1.12.406-1.696-.446-.008-.892-.01-1.339-.011l-.004-.241c.497 0 1.018-.077 1.497.095.105.345.072.712.07 1.067.247-.047.496-.086.744-.123-.001-.371-.001-.744.001-1.117zM20.295 19.16l.277.069-.007.948c.175.037.35.076.525.116l-.119.171-.381.019c-.022.346.04.743-.247 1.002-.098-.772-.043-1.55-.047-2.325zM3.348 19.316c.645-.101 1.299-.064 1.949-.057l.002.244-.766.001c-.158.978.333 1.807.967 2.492-.57-.105-.882-.613-1.105-1.096-.217.482-.532.968-1.084 1.094.613-.683 1.107-1.497.958-2.459-.318-.022-.65-.029-.921-.218zM18.194 19.392c.492-.28 1.14-.121 1.685-.07-.437.294-.985.158-1.477.186-.004.385-.001.769.008 1.154.619-.029 1.221-.178 1.834-.25-.359.481-1.026.428-1.561.441-.81.125-.605-.989-.49-1.462zM7.393 22.028a.909.909 0 0 1 .11-1.012c.045.279.075.56.098.841.75.098 1.615-.221 2.283.207-.825.053-1.678.139-2.49-.036z"/><path fill="#fefeff" d="M5.624 20.623c.051-.519-.158-1.13.215-1.564.065.464.055.935.058 1.404.195.081.392.163.586.248l-.589.115c.001.492.013.988-.059 1.476-.377-.475-.154-1.124-.211-1.679zM14.712 19.418c.317-.314.784-.197 1.183-.221l.141.238a9.75 9.75 0 0 1-1.324-.017zM16.722 20.746c.052-.557-.183-1.219.213-1.686.09.736.055 1.48.028 2.219a24.55 24.55 0 0 1-.336-.298c-.784.119-1.577.111-2.367.106-.001-.048-.002-.145-.004-.193.39-.016.779-.037 1.166-.084-.338-.176-.679-.344-1-.549.47-.446 1.336-.528 1.83-.093.007.386-.556.428-.803.65.426.007.85-.036 1.274-.072m-1.98-.49c.42.151.88.175 1.287-.028a2.103 2.103 0 0 0-1.287.028zM7.006 19.438c.644-.355 1.43-.17 2.126-.112-.301.178-.657.188-.997.213.069.61.484 1.064.991 1.365l-.148.223a4.758 4.758 0 0 1-.924-.804c-.285.369-.626.739-1.117.795.447-.462 1.006-.889 1.038-1.592a9.845 9.845 0 0 1-.97-.088z"/><path fill="#fefeff" d="M14.474 19.573c.669-.014 1.388-.181 2.013.146-.66.128-1.333.087-2 .078l-.013-.224zM18.368 22.029a.981.981 0 0 1 .111-1.023c.045.281.072.566.098.85.716.089 1.541-.211 2.178.206-.79.057-1.608.137-2.387-.034zM15.032 21.311c.673-.084 1.932-.333 2.029.633-.692.285-1.505.381-2.212.101-.423-.15-.209-.716.183-.734m-.227.4c.607.416 1.395.275 2.054.075-.569-.468-1.436-.425-2.054-.075z"/><path fill="#e9f3f8" d="M9.401 19.182l.267-.001c.01.731.01 1.463 0 2.194l-.268-.006c-.004-.373-.005-.745-.006-1.118l-.693-.012-.006-.222.701-.021.006-.814z"/></symbol><symbol viewBox="0 0 24 24" id="information--bicycles-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#0303cc" d="M0 0h24.131v24H0V0m11.89 1.908C8.025 8.637 4.137 15.352.272 22.081c7.84.004 15.68.007 23.52 0-3.861-6.763-7.743-13.513-11.609-20.273-.062-.212-.264-.016-.292.1z"/><path fill="#fff" d="M11.89 1.908c.029-.115.231-.312.292-.1 3.866 6.759 7.748 13.51 11.609 20.273-7.84.007-15.68.004-23.52 0C4.136 15.352 8.024 8.637 11.889 1.908m-2.856 9.359c-.384 1.02-.664 2.077-1.011 3.111-1.844-.404-3.683 1.285-3.448 3.155-.295-.003-.59-.003-.885-.003l.001.443c.324.003.649.001.973.004.273.866.926 1.62 1.789 1.931 1.452.578 3.234-.274 3.714-1.753.514-1.374-.227-2.991-1.545-3.588.084-.275.17-.551.258-.825 1.148 1.148 2.298 2.295 3.44 3.449.341.43.944.202 1.414.25.119 1.361 1.272 2.559 2.652 2.632 1.35.144 2.64-.816 3.018-2.096.345-.003.69-.001 1.036-.004l.001-.442a60.548 60.548 0 0 0-.953-.001c.271-2.005-1.86-3.732-3.765-3.069-.294-.593-.576-1.191-.87-1.782.117-.311.24-.618.366-.923.254-.004.51-.009.765-.017.005-.195.007-.391.007-.586-.787.022-1.659-.157-2.395.09-.328.602.597.539.947.513l-.241.597c-1.659 0-3.319.001-4.978-.001.134-.333.144-.77.45-.998.358-.106.742-.042 1.111-.071a24.012 24.012 0 0 0-.016-.603c-.643-.038-1.512-.123-1.833.588m1.899 6.262v.445h2.265v-.438c-.755-.013-1.51-.008-2.265-.007m-8.517 3.017l.001.454c.757.001 1.515.003 2.273-.001a7.08 7.08 0 0 0-.035-.464c-.746.022-1.492.005-2.239.012m3.621-.001v.454c.755.001 1.51.001 2.265-.001v-.452c-.755-.003-1.511-.003-2.265 0m3.622-.001v.452c.755.003 1.51.003 2.265.001l.001-.452c-.755-.004-1.511-.004-2.266-.001m3.619.003l.004.451c.755 0 1.511.005 2.266-.005a66.49 66.49 0 0 1-.007-.45c-.754.001-1.508-.003-2.264.004m3.626-.003v.454h2.264v-.454c-.754-.003-1.51-.003-2.264 0m3.621 0v.454h1.123l-.001-.454a209.44 209.44 0 0 0-1.121 0z"/><path fill="#fff" d="M9.047 12.99c1.667-.03 3.334-.008 5.001-.012-.48 1.197-.961 2.395-1.448 3.591-1.18-1.197-2.401-2.354-3.553-3.579zM14.534 13.458c.211.418.413.841.615 1.264a3.12 3.12 0 0 0-1.399 2.1l-.569-.004c.449-1.121.897-2.241 1.353-3.36zM5.343 18.012c-.669-1.549.845-3.368 2.487-3.032-.198.734-.481 1.447-.64 2.19-.009.342.54.392.598.063.241-.677.414-1.377.647-2.058 1.241.577 1.681 2.315.814 3.389-.959 1.409-3.37 1.064-3.906-.552zM15.995 15.032c1.208-.351 2.585.455 2.821 1.697.32 1.28-.71 2.666-2.028 2.725-1.189.13-2.291-.841-2.428-2.008.859-.152 1.95.3 2.653-.256-.312-.732-.686-1.436-1.019-2.159z"/><path fill="#fff" d="M14.384 16.816a2.484 2.484 0 0 1 1.031-1.528c.254.506.497 1.019.741 1.53-.59.004-1.182.005-1.772-.003z"/><path fill="#030303" d="M9.033 11.267c.321-.711 1.191-.626 1.833-.588.008.201.013.401.016.603-.369.029-.753-.035-1.111.071-.306.228-.316.665-.45.998 1.659.003 3.319.001 4.978.001l.241-.597c-.35.026-1.275.089-.947-.513.736-.248 1.608-.068 2.395-.09 0 .195-.001.391-.007.586-.254.008-.51.013-.765.017-.126.306-.249.612-.366.923.294.591.576 1.189.87 1.782 1.906-.664 4.037 1.064 3.765 3.069.317-.001.636-.001.953.001l-.001.442c-.346.003-.691.001-1.036.004-.378 1.28-1.668 2.24-3.018 2.096-1.38-.073-2.532-1.271-2.652-2.632-.47-.049-1.073.18-1.414-.251-1.142-1.154-2.292-2.302-3.44-3.449-.088.274-.174.55-.258.825 1.318.597 2.059 2.214 1.545 3.588-.48 1.479-2.262 2.332-3.714 1.753-.863-.311-1.516-1.065-1.789-1.93-.324-.003-.649-.001-.973-.004l-.001-.443c.295 0 .59 0 .885.003-.235-1.87 1.604-3.559 3.448-3.155.348-1.033.627-2.09 1.011-3.111m.016 1.724c1.151 1.225 2.372 2.382 3.553 3.579.487-1.196.968-2.393 1.448-3.591-1.667.004-3.334-.018-5.001.012m5.487.468a535.433 535.433 0 0 0-1.353 3.36l.569.004a3.12 3.12 0 0 1 1.399-2.1 61.454 61.454 0 0 0-.615-1.264m-9.191 4.554c.535 1.616 2.947 1.961 3.906.552.867-1.074.426-2.812-.814-3.389-.232.681-.405 1.381-.647 2.058-.058.329-.607.279-.598-.063.159-.744.442-1.456.64-2.19-1.642-.336-3.155 1.483-2.487 3.032m10.652-2.98c.333.723.707 1.427 1.019 2.159-.703.556-1.794.104-2.653.256.136 1.167 1.238 2.138 2.428 2.008 1.318-.059 2.348-1.445 2.028-2.725-.236-1.242-1.613-2.049-2.821-1.697m-1.612 1.783c.59.008 1.182.007 1.772.003-.244-.511-.487-1.024-.741-1.53a2.484 2.484 0 0 0-1.031 1.528z"/><path fill="#030303" d="M10.934 17.53c.755-.001 1.51-.007 2.265.007v.438h-2.265v-.445zM2.417 20.547c.746-.007 1.492.011 2.239-.012.017.153.029.308.035.464-.758.004-1.516.003-2.273.001l-.001-.454zM6.038 20.547c.754-.003 1.51-.003 2.265 0v.452c-.755.003-1.51.003-2.265.001v-.454zM9.66 20.547c.755-.003 1.511-.003 2.266.001l-.001.452c-.755.001-1.51.001-2.265-.001v-.452zM13.279 20.55c.755-.007 1.51-.003 2.264-.004.001.151.004.3.007.45-.755.011-1.511.005-2.266.005l-.004-.451zM16.904 20.547c.754-.003 1.51-.003 2.264 0v.454h-2.264v-.454zM20.525 20.547h1.121l.001.454h-1.123v-.454z"/></symbol><symbol viewBox="0 0 29 24" id="information--bike-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0d6f53" d="M0 0h28.689v24H0V0m10.709 2.254c-.239.29-.542.521-.757.831.171.201.627.31.498.636-.453 1.361-.808 2.755-1.304 4.102-.26-.109-.52-.22-.778-.335-1.943-.737-4.317-.06-5.553 1.618-.998 1.293-1.321 3.117-.705 4.645.653 1.916 2.639 3.327 4.677 3.208.996.022 1.975-.342 2.773-.924 1.731-1.223 2.503-3.667 1.703-5.644-.256-.835-.851-1.498-1.443-2.116.045-.174.1-.345.163-.513a595.279 595.279 0 0 1 5.21 5.675c.128.317.249.668.64.729.138.465.301.923.387 1.401-.129.022-.258.044-.386.068l.035.261c.357.014.715.015 1.072-.002l.009-.267a10.921 10.921 0 0 0-.442-.062c-.157-.494-.248-1.004-.377-1.504.12-.104.25-.207.414-.227.538-.099 1.054-.294 1.6-.35.597 2.004 2.566 3.549 4.682 3.475 2.573.109 4.947-2.228 4.87-4.805.141-2.332-1.734-4.506-4.003-4.889a6.457 6.457 0 0 0-1.852.022c-.601.081-1.123.409-1.669.65-.515-.709-1.062-1.395-1.577-2.104-.295-.304.031-.721.132-1.045.597-.059 1.285-.204 1.596-.778.056-.232-.236-.255-.395-.257-.785.005-1.566.108-2.351.097-.507.057-1.033.03-1.515.227l.005.155c.497.445 1.202.44 1.821.573-.053.191-.007.577-.302.541-2.288-.002-4.577.015-6.865-.03.186-.618.404-1.231.529-1.864-.055-.204-.302-.299-.455-.433.109-.107.19-.291.367-.286.583-.039 1.168-.017 1.752-.035-.001-.176 0-.353.001-.53-.605-.015-1.209-.002-1.814-.009-.133.01-.302-.027-.395.094m6.282 16.287c-1.188.299-1.38 1.854-.96 2.824.424 1.063 2.108 1.154 2.678.18.389-.689.391-1.586.049-2.295-.315-.635-1.109-.88-1.766-.71m-15.947.022v3.588c.694-.049 1.506.165 2.089-.321.562-.453.408-1.499-.326-1.68.55-.246.709-1.129.138-1.436-.592-.267-1.271-.107-1.9-.151m2.758 0l-.001.366.458.001v2.854l-.458.001v.366l1.394.001v-.366l-.457-.001.001-2.853.457-.001v-.366H3.803m1.929-.003v3.589h.478c.085-.55-.199-1.225.202-1.676.441.557.876 1.117 1.314 1.676l.619-.001c-.521-.663-1.046-1.323-1.569-1.985.493-.534.99-1.065 1.481-1.602-.224.028-.522-.089-.685.116-.453.508-.902 1.021-1.36 1.526-.004-.547-.001-1.095-.002-1.642l-.478-.001m2.962.001v3.588h2.243v-.424l-1.766-.001v-1.33c.549-.002 1.098.001 1.646-.002l-.001-.424c-.548-.002-1.097.001-1.645-.002l.001-.98 1.766-.001v-.424H8.695m4.256 0v3.588h.478v-1.428c.182.004.368-.016.547.023.395.453.751.94 1.133 1.405h.621l-1.273-1.556c.162-.09.329-.176.458-.313.455-.449.358-1.365-.272-1.607-.54-.195-1.13-.083-1.692-.113m6.557.001c.028.927-.064 1.863.056 2.783.17.922 1.429 1.112 2.1.63.349-.257.435-.716.437-1.123.008-.764.001-1.527.002-2.29a38.08 38.08 0 0 0-.478 0c-.002.766.002 1.531-.002 2.296-.003.296-.048.644-.315.822-.28.172-.655.177-.949.038-.289-.149-.37-.499-.371-.798-.009-.786-.001-1.573-.004-2.359l-.478.001m2.889 0v.425h1.202v3.163h.479v-3.163l1.206-.001v-.424c-.962-.001-1.924-.001-2.887 0m3.265 0v3.588h2.243v-.424l-1.766-.001v-1.33c.549-.002 1.098.001 1.646-.002l-.001-.424c-.548-.002-1.097.002-1.645-.002l.001-.979 1.766-.001v-.424h-2.243z"/><path fill="#0d6f53" d="M10.49 6.093c2.343-.005 4.685-.004 7.027-.001-.203 1.118-.61 2.185-.866 3.29-.334 1.038-.559 2.107-.907 3.141a4.523 4.523 0 0 1-.25-.943l.344-.068-.017-.236c-.367.025-.763-.078-1.111.06-.043.255.275.216.439.246.116.292.197.6.213.916-1.736-1.845-3.422-3.736-5.154-5.584.099-.271.2-.544.283-.821zM16.376 13.064c.617-2.155 1.177-4.329 1.832-6.473.514.549.926 1.185 1.363 1.795-.606.653-1.166 1.386-1.403 2.262-.29.672-.159 1.413-.228 2.119a18.95 18.95 0 0 1-1.563.296zM4.443 8.763c1.275-.897 3.112-.906 4.41-.054a10.315 10.315 0 0 1-2.004 2.71c-.24.196-.645.292-.64.672-.024.423.569.635.83.314.333-.518.807-.918 1.185-1.401.499-.545.821-1.216 1.252-1.81a3.973 3.973 0 0 1 1.202 3.208c-.078 1.484-1.107 2.835-2.47 3.397-1.081.432-2.38.403-3.398-.188-1.221-.603-2.045-1.917-2.117-3.271a3.975 3.975 0 0 1 1.75-3.577zM20.749 8.673c1.691-1.126 4.202-.597 5.346 1.074.79 1.064.922 2.525.494 3.759a4.093 4.093 0 0 1-2.778 2.471c-.92.21-1.932.141-2.771-.31-.97-.454-1.674-1.359-2.038-2.351 1.03-.333 2.115-.43 3.156-.719.386-.127.871.097 1.148-.297.117-.445-.29-.664-.546-.937-.668-.898-1.365-1.776-2.011-2.691z"/><path fill="#0d6f53" d="M18.856 12.534a3.932 3.932 0 0 1 1.263-3.398c.714.87 1.41 1.769 2.028 2.71-1.099.222-2.178.535-3.291.688zM17.049 18.96c.481-.174 1.086.028 1.287.519.236.575.244 1.274-.044 1.832-.297.574-1.178.668-1.605.193-.354-.389-.384-.957-.339-1.455.039-.442.25-.935.701-1.089zM1.521 18.969c.313.005.631-.022.94.033.468.063.455.829.035.958-.315.097-.651.045-.975.057v-1.048zM13.428 18.972c.368.015.796-.07 1.106.178.312.331.168 1.017-.299 1.128-.265.056-.537.045-.806.048l-.001-1.353zM1.521 20.417c.359.012.73-.044 1.08.063.492.133.506.919.073 1.135-.355.181-.77.109-1.153.126v-1.323z"/><path fill="#fff" d="M10.709 2.254c.093-.121.262-.083.395-.094.605.007 1.209-.006 1.814.009l-.001.53c-.584.017-1.169-.004-1.752.035-.177-.004-.258.179-.367.286.153.134.4.23.455.433-.125.634-.343 1.246-.529 1.864 2.288.045 4.577.027 6.865.03.294.036.249-.35.302-.541-.618-.133-1.324-.128-1.821-.573l-.005-.155c.481-.197 1.008-.17 1.515-.227.785.011 1.566-.093 2.351-.097.159.002.451.025.395.257-.311.574-.999.719-1.596.778-.101.324-.427.741-.132 1.045.515.71 1.062 1.395 1.577 2.104.545-.241 1.068-.569 1.669-.65a6.457 6.457 0 0 1 1.852-.022c2.269.383 4.144 2.557 4.003 4.889.077 2.577-2.297 4.914-4.87 4.805-2.116.073-4.084-1.471-4.682-3.475-.546.056-1.062.251-1.6.35-.164.02-.294.123-.414.227.129.5.22 1.011.377 1.504.148.018.296.038.442.062l-.009.267c-.357.017-.715.016-1.072.002l-.035-.261.386-.068c-.086-.478-.25-.937-.387-1.401-.391-.062-.512-.413-.64-.729a570.01 570.01 0 0 0-5.21-5.675 5.094 5.094 0 0 0-.163.513c.592.618 1.187 1.28 1.443 2.116.8 1.977.027 4.421-1.703 5.644-.798.582-1.777.946-2.773.924-2.037.12-4.023-1.291-4.677-3.208-.616-1.528-.292-3.353.705-4.645C4.053 7.429 6.426 6.753 8.37 7.489c.258.115.518.226.778.335.496-1.347.851-2.741 1.304-4.102.129-.326-.327-.435-.498-.636.215-.31.518-.541.757-.831m-.221 3.838c-.083.277-.183.549-.283.821 1.732 1.848 3.418 3.739 5.154 5.584a2.872 2.872 0 0 0-.213-.916c-.164-.03-.481.009-.439-.246.348-.138.744-.035 1.111-.06l.017.236-.344.068c.044.323.137.638.25.943.348-1.034.573-2.103.907-3.141.257-1.105.663-2.172.866-3.29-2.343-.003-4.685-.004-7.027.001m5.887 6.971c.525-.073 1.046-.18 1.563-.296.07-.706-.062-1.447.228-2.119.237-.876.797-1.609 1.403-2.262-.437-.61-.849-1.246-1.363-1.795-.655 2.143-1.215 4.318-1.832 6.473M4.443 8.763a3.973 3.973 0 0 0-1.75 3.577c.072 1.354.896 2.668 2.117 3.271 1.018.591 2.317.621 3.398.188 1.362-.562 2.392-1.913 2.47-3.397a3.971 3.971 0 0 0-1.202-3.208c-.431.594-.753 1.264-1.252 1.81-.378.483-.852.883-1.185 1.401-.26.321-.854.109-.83-.314-.004-.38.4-.476.64-.672a10.353 10.353 0 0 0 2.004-2.71c-1.298-.851-3.135-.843-4.41.054m16.306-.09c.645.916 1.343 1.794 2.011 2.691.256.273.663.492.546.937-.276.394-.762.17-1.148.297-1.041.289-2.125.387-3.156.719.364.992 1.068 1.897 2.038 2.351.84.45 1.852.52 2.771.31a4.091 4.091 0 0 0 2.778-2.471c.428-1.235.296-2.696-.494-3.759-1.144-1.671-3.655-2.2-5.346-1.074m-1.893 3.86c1.113-.153 2.192-.466 3.291-.688-.618-.941-1.314-1.84-2.028-2.71a3.932 3.932 0 0 0-1.263 3.398zM16.989 18.54c.658-.171 1.452.074 1.766.709.342.708.341 1.605-.049 2.295-.569.974-2.253.884-2.678-.18-.42-.971-.228-2.525.96-2.824m.061.42c-.452.154-.662.647-.701 1.089-.045.498-.014 1.066.339 1.455.428.475 1.308.381 1.605-.193.288-.558.279-1.257.044-1.832-.201-.49-.806-.693-1.287-.519zM1.043 18.561c.629.044 1.308-.116 1.9.151.572.307.412 1.191-.138 1.436.735.181.888 1.227.326 1.68-.583.486-1.395.272-2.089.321v-3.588m.479.408v1.048c.325-.012.661.041.975-.057.42-.129.432-.895-.035-.958-.31-.054-.627-.028-.94-.033m0 1.448v1.323c.383-.017.798.055 1.153-.126.432-.215.419-1.002-.073-1.135-.349-.107-.721-.051-1.08-.063zM3.802 18.561h1.393v.366l-.457.001-.001 2.853.457.001v.366L3.8 22.147v-.366l.458-.001v-2.854l-.458-.001.001-.366zM5.732 18.56l.478.001c.001.548-.002 1.095.002 1.642.458-.505.907-1.017 1.36-1.526.163-.205.461-.088.685-.116-.492.536-.988 1.067-1.481 1.602.523.663 1.048 1.322 1.569 1.985l-.619.001c-.438-.558-.874-1.119-1.314-1.676-.401.451-.117 1.125-.202 1.676h-.478V18.56zM8.694 18.561h2.243v.424l-1.766.001-.001.98c.548.003 1.097 0 1.645.002l.001.424c-.548.003-1.097 0-1.646.002v1.33l1.766.001v.424H8.693v-3.588zM12.951 18.561c.562.03 1.152-.082 1.692.113.63.242.727 1.158.272 1.607-.128.136-.296.223-.458.313l1.273 1.556h-.621c-.381-.465-.737-.952-1.133-1.405-.18-.039-.365-.019-.547-.023v1.428h-.478v-3.588m.477.41c0 .451-.001.902.001 1.353.269-.002.542.009.806-.048.468-.11.611-.796.299-1.128-.31-.248-.738-.163-1.106-.178zM19.508 18.561l.478-.001c.003.786-.006 1.573.004 2.359.001.299.082.648.371.798.294.139.669.135.949-.038.268-.178.312-.526.315-.822.004-.765-.001-1.531.002-2.296h.478c-.001.763.006 1.526-.002 2.29-.002.407-.088.866-.437 1.123-.671.482-1.93.292-2.1-.63-.119-.921-.027-1.856-.056-2.783zM22.395 18.561c.962-.001 1.924-.001 2.887 0v.424l-1.206.001v3.163h-.479v-3.163h-1.202a30.104 30.104 0 0 1 0-.425zM25.66 18.561h2.243v.424l-1.766.001-.001.979c.548.004 1.097.001 1.645.002l.001.424c-.548.003-1.097 0-1.646.002v1.33l1.766.001v.424h-2.243V18.56z"/></symbol><symbol viewBox="0 0 21 24" id="information--bike-route--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0a6249" d="M1.142 0H19.37c.623 2.308 1.097 4.681 1.092 7.08.071 4.294-.82 8.719-3.188 12.356-1.242 1.901-2.999 3.602-5.228 4.242-2.294.67-4.844-.055-6.593-1.644C1.806 18.814.407 13.827 0 9.135V5.873C.233 3.892.488 1.891 1.142-.001m6.584 1.598c-.202.2-.402.401-.604.6l.374.404c-.277.881-.548 1.764-.809 2.65-1.842-.996-4.376.212-4.662 2.306-.448 2.112 1.694 4.158 3.781 3.656 1.967-.335 3.175-2.724 2.245-4.5-.163-.589-.949-.854-.882-1.506.95.925 1.81 1.939 2.73 2.893.419.392.509 1.022 1.018 1.337.21-.53.769-.589 1.258-.678.432 1.819 2.574 2.981 4.31 2.209 1.819-.655 2.594-3.104 1.483-4.687-.893-1.452-2.939-1.854-4.379-.991-.307-.564-1.142-1.014-.87-1.738.439-.162.884-.371 1.146-.779a11.884 11.884 0 0 0-2.918.154c.318.378.822.439 1.277.521l-.078.271c-1.486 0-2.971.001-4.456-.001.127-.379.253-.758.372-1.141-.113-.164-.222-.33-.325-.5.449-.043.9-.04 1.35-.042l-.005-.439-1.357.001m.903 11.591c-.433.498-.594 1.156-.734 1.783.464.095.929.193 1.394.288.04-.68.592-1.565 1.375-1.225 1.044.593.472 2.394-.743 2.312l-.161 1.44c.522-.143 1.19-.172 1.49.374.48.817.397 2.224-.574 2.64-.862.259-1.355-.665-1.44-1.376-.488.073-.977.143-1.464.221.126.766.365 1.567.97 2.096.886.84 2.406.853 3.301.022 1.43-1.193 1.518-4.062-.422-4.792 1.344-.844 1.459-2.89.296-3.935-.888-.853-2.484-.785-3.289.151z"/><path fill="#0a6249" d="M7.42 4.651l.108-.4c1.484.001 2.968-.001 4.452.001-.316 1.013-.613 2.032-.961 3.035-.323-.106-.666-.143-.988-.008l.374.229c.016.107.047.32.061.427-1.028-1.082-2.028-2.192-3.047-3.284zM12.427 4.591c.264.325.518.659.773.992a3.536 3.536 0 0 0-1.117 2.692 87.54 87.54 0 0 1-.862.172c.398-1.286.805-2.57 1.206-3.856zM13.948 5.738c1.243-.671 2.988-.275 3.635 1.033.882 1.436-.097 3.511-1.742 3.793-1.352.342-2.736-.614-3.118-1.909.898-.253 1.855-.311 2.72-.662-.167-.856-1.056-1.48-1.495-2.255zM4.128 5.698c.751-.347 1.619-.238 2.353.094-.229.595-.527 1.178-.976 1.639-.274.281-.762.428-.721.901l.503.109c.541-.782 1.304-1.406 1.668-2.31 1.076 1.038 1.126 2.916-.038 3.907-1.223 1.142-3.452.713-4.108-.846-.674-1.264.019-2.958 1.319-3.494z"/><path fill="#0a6249" d="M12.635 8.143c.056-.778.331-1.552.916-2.089.418.553.842 1.1 1.25 1.661-.721.149-1.44.307-2.166.428z"/><path fill="#fffffe" d="M7.726 1.597l1.357-.001.005.439c-.45.002-.901-.001-1.35.042.103.17.212.336.325.5-.119.383-.245.762-.372 1.141 1.484.002 2.97.001 4.456.001l.078-.271c-.455-.082-.959-.143-1.277-.521a11.887 11.887 0 0 1 2.918-.154c-.262.408-.707.617-1.146.779-.272.724.563 1.174.87 1.738 1.44-.863 3.486-.461 4.379.991 1.111 1.583.336 4.032-1.483 4.687-1.736.772-3.878-.39-4.31-2.209-.488.089-1.048.148-1.258.678-.509-.314-.599-.944-1.018-1.337-.92-.954-1.78-1.968-2.73-2.893-.067.652.719.917.882 1.506.93 1.776-.278 4.165-2.245 4.5-2.087.502-4.229-1.544-3.781-3.656.286-2.094 2.82-3.302 4.662-2.306.26-.886.532-1.769.809-2.65l-.374-.404c.202-.199.402-.4.604-.6M7.42 4.651c1.019 1.092 2.018 2.202 3.047 3.284-.014-.107-.046-.32-.061-.427l-.374-.229c.322-.134.665-.097.988.008.348-1.003.646-2.022.961-3.035-1.484-.002-2.968 0-4.452-.001l-.108.4m5.006-.06c-.401 1.285-.808 2.569-1.206 3.856.287-.055.575-.113.862-.172-.037-1.012.38-2 1.117-2.692a39.287 39.287 0 0 0-.773-.992m1.521 1.147c.439.775 1.328 1.399 1.495 2.255-.865.352-1.823.409-2.72.662.382 1.295 1.765 2.251 3.118 1.909 1.645-.282 2.624-2.357 1.742-3.793-.647-1.308-2.392-1.704-3.635-1.033m-9.82-.04c-1.3.536-1.993 2.231-1.319 3.494.655 1.559 2.885 1.988 4.108.846 1.164-.991 1.115-2.869.038-3.907-.364.904-1.127 1.528-1.668 2.31l-.503-.109c-.041-.473.448-.62.721-.901.449-.461.746-1.044.976-1.639-.734-.331-1.602-.44-2.353-.094m8.507 2.445c.726-.121 1.445-.28 2.166-.428-.408-.56-.833-1.108-1.25-1.661-.584.538-.859 1.312-.916 2.089m-1.899-.099c.056-.187.313-.431.178-.61-.398-.114-.145.404-.178.61zM8.628 13.188c.805-.936 2.401-1.004 3.289-.151 1.163 1.045 1.048 3.091-.296 3.935 1.94.73 1.853 3.599.422 4.792-.895.832-2.416.818-3.301-.022-.605-.529-.844-1.331-.97-2.096.487-.078.976-.148 1.464-.221.085.712.578 1.636 1.44 1.376.971-.416 1.054-1.823.574-2.64-.3-.546-.968-.517-1.49-.374l.161-1.44c1.214.082 1.787-1.72.743-2.312-.784-.34-1.336.545-1.375 1.225-.466-.095-.93-.193-1.394-.288.14-.628.301-1.285.734-1.783z"/><path fill="#4a7e6f" opacity=".86" d="M10.736 8.044c.032-.205-.221-.724.178-.61.136.179-.121.422-.178.61z"/></symbol><symbol viewBox="0 0 50 24" id="information--built-up-area--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1d1d1d" opacity=".2" d="M1.509 0h5.56l-.004.038C5.193.03 3.321.055 1.45.026L1.509 0z"/><path fill="#303030" opacity=".32" d="M7.069 0h29.782l-.061.03c-.181.013-.364.008-.545.008H7.065L7.069 0z"/><path fill="#1f1f1f" opacity=".21" d="M36.852 0h11.835l-.063.022a2.159 2.159 0 0 1-.321.017C44.466.03 40.628.05 36.791.03l.061-.03z"/><path fill="#6b6b6b" d="M.552.373c.242-.226.567-.355.899-.348 1.871.029 3.743.004 5.615.012h29.18c.182 0 .364.005.545-.008 3.837.02 7.675 0 11.512.009.107.001.214-.004.321-.017.078.038.155.079.233.118-.184-.034-.366-.082-.553-.085H1.437C1.114.055.821.207.553.373zM.024 1.474C-.008 1.132.15.799.374.55c-.169.28-.329.587-.32.924C.061 8.61.048 15.746.061 22.882c-.065-.901-.017-1.809-.047-2.711.029-.183.033-.369.028-.554-.006-3.25 0-6.501-.001-9.751.002-.234.012-.469-.028-.701.013-2.563.01-5.127.011-7.69zM12.525 16.287a.836.836 0 0 1 .074-.33c-.002.813-.001 1.625-.002 2.438l-.071-.001c-.001-.703.001-1.405-.002-2.107zM.658 23.775c.153.06.302.126.453.19-.172.004-.319-.096-.453-.19z"/><path fill="#030303" d="M.552.373c.268-.166.561-.318.884-.319h46.867c.187.003.37.051.553.085.381.168.698.495.814.899.015.334.023.668.019 1.002v19.956c.005.335-.007.67-.014 1.005-.063.265-.236.489-.441.663-.284.138-.564.329-.894.313l-45.581-.001a5.064 5.064 0 0 0-.551.019 3.863 3.863 0 0 0-.899-.016c-.066-.005-.132-.008-.198-.014-.151-.064-.3-.131-.453-.19a1.468 1.468 0 0 1-.597-.894C.047 15.745.061 8.609.054 1.473.045 1.136.205.829.374.549.428.486.488.427.552.373m.326 1.139c.003 4.744-.004 9.489.004 14.234.393-.002.786.002 1.179-.003.005-.513 0-1.027.003-1.54 1.567-.945 3.145-1.873 4.715-2.815.118-.089.245.017.345.078 1.524.914 3.055 1.815 4.576 2.733.001 1.397.002 2.793 0 4.19.276.014.552.006.827.006l.071.001c0-.813 0-1.625.002-2.438 1.177-4.45 2.331-8.908 3.495-13.362l.093-.024c1.163 4.499 2.348 8.993 3.518 13.49.018.674.005 1.35.007 2.025.29.014.581.008.872.004-.003-1.072.003-2.145-.003-3.217.468-.465.965-.9 1.438-1.359.055-.052.118-.11.2-.107.817-.002 1.635 0 2.452-.001.013-.382-.028-.768.025-1.148.845.006 1.691-.004 2.536.005v1.14c.827.009 1.654 0 2.481.004.071-.003.131.042.18.089.479.466.981.908 1.458 1.377-.005.453 0 .906-.002 1.359.257.072.528.017.791.036l.08-.08c.001-.962-.01-1.925.005-2.886 1.372-.631 2.73-1.294 4.095-1.939a.31.31 0 0 1 .188.008c1.262.604 2.527 1.202 3.789 1.804.11.053.23.093.319.183a350.305 350.305 0 0 0-.002 3.4c.278.004.556 0 .834.003.009-2.45.001-4.901.004-7.351.004-.177-.021-.359.034-.531.893-.297 1.772-.635 2.66-.948.183-.057.371-.183.568-.11.882.316 1.76.644 2.646.949l-.06.015c.11.059.227.104.345.146.009 2.189-.001 4.378.005 6.567-.008.094.057.195.159.194.303.014.607.002.911.005.102.007.246-.04.239-.164.002-4.573 0-9.146.001-13.719a4.251 4.251 0 0 0-.014-.517l-.082.016c-.048-.266-.335-.459-.6-.435H1.474c-.331-.018-.63.303-.596.633z"/><path fill="#fff" d="M.878 1.512c-.035-.329.264-.65.596-.633h46.791c.265-.024.551.169.6.435.029.203.015.409.017.614.001 4.511-.002 9.022.001 13.533.002.062-.003.161-.088.158-.316.009-.632.003-.948.003a.104.104 0 0 1-.123-.123c-.003-2.199.003-4.397-.003-6.595a2.6 2.6 0 0 0-.361-.132c-.886-.305-1.764-.633-2.646-.949-.197-.073-.386.053-.568.11-.888.313-1.767.651-2.66.948-.055.172-.03.354-.034.531-.003 2.45.005 4.901-.004 7.351-.278-.002-.556.002-.834-.003-.003-1.133-.006-2.267.002-3.4-.089-.089-.209-.13-.319-.183-1.263-.602-2.528-1.2-3.789-1.804a.295.295 0 0 0-.188-.008c-1.366.645-2.723 1.308-4.095 1.939-.015.962-.005 1.925-.005 2.886a3.017 3.017 0 0 0-.08.08c-.263-.02-.535.036-.791-.036.002-.453-.003-.906.002-1.359-.477-.468-.979-.91-1.458-1.377-.049-.047-.109-.092-.18-.089-.827-.004-1.654.005-2.481-.004v-1.14c-.845-.009-1.691.001-2.536-.005-.053.379-.012.766-.025 1.148-.817.001-1.635-.001-2.452.001-.082-.004-.145.055-.2.107-.474.459-.971.894-1.438 1.359.006 1.072 0 2.145.003 3.217-.29.003-.581.009-.872-.004-.002-.675.011-1.351-.007-2.025-1.17-4.497-2.355-8.991-3.518-13.49l-.093.024c-1.164 4.454-2.318 8.912-3.495 13.362a.836.836 0 0 0-.074.33c.002.703 0 1.405.002 2.107-.276.001-.552.008-.827-.006.003-1.397.002-2.794 0-4.19-1.521-.918-3.052-1.819-4.576-2.733-.101-.062-.228-.167-.345-.078-1.569.942-3.147 1.869-4.715 2.815-.002.514.002 1.027-.003 1.54-.393.005-.786 0-1.179.003-.008-4.744 0-9.489-.004-14.234z"/><path fill="#3c3c3c" d="M49.671 1.039l.068.217V22.78l-.064.222c.007-.335.02-.67.014-1.005V2.041c.004-.334-.004-.668-.019-1.002zM48.864 1.313l.082-.016c.018.172.017.344.014.517-.001 4.573.001 9.146-.001 13.719.006.125-.138.171-.239.164-.304-.003-.608.008-.911-.005-.102.001-.167-.099-.159-.194-.006-2.189.005-4.378-.005-6.567a2.495 2.495 0 0 1-.345-.146l.06-.015a2.6 2.6 0 0 1 .361.132c.006 2.198 0 4.397.003 6.595a.104.104 0 0 0 .123.123c.316 0 .632.006.948-.003.084.003.09-.096.088-.158-.002-4.511 0-9.022-.001-13.533-.002-.205.011-.411-.017-.614zM48.34 23.978c.33.017.61-.175.894-.313a2.02 2.02 0 0 1-.545.335l-46.481-.004c.183-.018.367-.021.551-.019l45.581.001z"/><path fill="#585858" opacity=".59" d="M0 9.225l.012-.062c.04.232.03.467.028.701.001 3.25-.005 6.501.001 9.751.005.185.001.371-.028.554l-.014-.061V9.224z"/><path fill="#141414" opacity=".56" d="M1.309 23.98c.299-.036.601-.018.899.016L2.16 24h-.787l-.064-.02z"/></symbol><symbol viewBox="0 0 50 24" id="information--built-up-area--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fed634" d="M0 0h49.739v24h-1.168c.534-.159 1.01-.587 1.104-1.154.039-.243.023-.491.025-.736V2.494c-.013-.434.029-.872-.026-1.304C49.55.581 49 .086 48.378.045 35.704.047 23.029.043 10.356.048 7.383.053 4.41.045 1.437.074.785.02.196.565.06 1.18c-.03.377-.002.757-.019 1.135l-.04.054V0z"/><path fill="#fed634" d="M14.19.863c11.358-.011 22.716 0 34.074-.005.203-.022.375.108.515.239l.023.064c.039.418.025.839.027 1.258.009 4.145.004 8.29.006 12.435.003.258-.011.517.015.774-.381-.006-.761.006-1.142-.007-.036-2.238-.012-4.478-.04-6.716l-.237-.075c-.887-.315-1.772-.636-2.658-.955a.534.534 0 0 0-.369-.02c-.978.35-1.953.709-2.932 1.053-.036.216-.013.436-.019.654.002 2.406-.01 4.812.001 7.218-.283-.006-.565-.011-.847-.023-.055-1.143.014-2.29-.068-3.431a914.734 914.734 0 0 0-3.875-1.841c-.129-.057-.277-.152-.417-.071-1.336.647-2.687 1.262-4.018 1.919-.007.821-.004 1.643-.011 2.465-.003.157.014.319-.039.47a6.185 6.185 0 0 1-.861-.001c-.01-.446-.004-.892-.013-1.337-.001-.102-.108-.153-.17-.219l-1.332-1.24a.117.117 0 0 0-.095-.042c-.838-.009-1.677.009-2.515-.009-.004-.33-.005-.659-.006-.989-.009-.042.017-.139-.054-.132-.816-.009-1.632-.002-2.448-.003-.03.374-.009.749-.018 1.124-.845.023-1.692-.012-2.536.017-.518.458-1.007.949-1.527 1.405-.067.132-.036.284-.041.426.001.944.004 1.888-.001 2.832-.29.003-.579.003-.869 0-.023-.57.017-1.142-.034-1.711-.024-.182-.005-.368-.051-.547-1.151-4.407-2.301-8.814-3.454-13.22l-.067-.002c-1.152 4.473-2.34 8.936-3.492 13.409-.062.79-.013 1.586-.03 2.378-.3.014-.602.009-.902.003-.005-1.375-.001-2.751-.002-4.126.018-.087-.074-.118-.131-.156-1.516-.902-3.031-1.807-4.548-2.707-.121-.094-.248.02-.356.076a914.647 914.647 0 0 0-4.565 2.72c0 .516.007 1.032-.003 1.547-.403.005-.805.003-1.208.002C.841 11.59.838 7.412.852 3.236c.076-.664.069-1.341.038-2.008l-.003-.033c.091-.119.189-.26.342-.296C5.165.926 9.103.886 13.039.886c.384-.008.768.02 1.15-.025zM0 21.442l.031-.063c.017.42.016.841.016 1.262-.014.495.308.949.724 1.193.318.179.695.122 1.044.137.37.013.741-.01 1.11.029H.001v-2.558z"/><path fill="#030303" d="M.059 1.18C.195.566.784.021 1.436.074 4.409.045 7.382.053 10.355.048 23.029.044 35.703.047 48.377.045c.622.042 1.172.536 1.296 1.145a6.71 6.71 0 0 0-.008.737v19.654c.011.422-.023.844.009 1.265-.094.567-.57.994-1.104 1.154H2.924c-.369-.039-.74-.017-1.11-.029-.349-.015-.726.042-1.044-.137-.416-.244-.738-.698-.724-1.193 0-.421.001-.841-.016-1.262.02-.159.017-.319.015-.478C.037 14.706.049 8.51.039 2.315c.017-.378-.011-.758.019-1.135M1.229.901c-.154.036-.251.178-.342.296l.003.033c-.068.161-.039.339-.045.509.005.5-.012 1 .007 1.499a2093.35 2093.35 0 0 0-.002 12.53c.403.001.805.003 1.208-.002.01-.516.004-1.032.003-1.547a871.31 871.31 0 0 1 4.565-2.72c.108-.056.235-.171.356-.076 1.517.9 3.032 1.805 4.548 2.707.056.039.149.07.131.156.002 1.375-.003 2.751.002 4.126.3.006.602.011.902-.003.017-.793-.033-1.589.03-2.378 1.151-4.473 2.34-8.936 3.492-13.409l.067.002c1.153 4.407 2.303 8.813 3.454 13.22.046.179.027.365.051.547-.037.574.012 1.15.006 1.725.309.017.618.012.927.004.032-1.091.009-2.185.012-3.276.52-.456 1.009-.947 1.527-1.405.843-.029 1.691.006 2.536-.017.009-.374-.012-.75.018-1.124.816.001 1.632-.006 2.448.003.071-.007.045.09.054.132.002.33.002.659.006.989.838.018 1.677 0 2.515.009a.117.117 0 0 1 .095.042l1.332 1.24c.062.066.169.117.17.219.009.446.003.892.013 1.337.286.014.574.027.861.001.054-.152.036-.313.039-.47.007-.822.004-1.643.011-2.465 1.331-.657 2.682-1.272 4.018-1.919.14-.081.288.014.417.071a854.34 854.34 0 0 1 3.875 1.841c-.018 1.075.006 2.152-.006 3.229-.005.104-.011.261.135.259.259.012.537.054.787-.034-.011-2.406.001-4.812-.001-7.218.006-.218-.017-.438.019-.654.98-.344 1.954-.703 2.932-1.053a.534.534 0 0 1 .369.02c.886.318 1.771.64 2.658.955.09.058.229.105.201.239.012 2.155.004 4.31.008 6.465-.023.138.145.158.245.159.265.003.531.003.797 0 .1 0 .259-.024.245-.159.003-4.675-.001-9.349.002-14.024-.003-.148-.023-.317-.15-.414-.139-.131-.312-.261-.515-.239C36.907.864 25.549.854 14.191.864 9.978.849 5.764.864 1.551.857a.936.936 0 0 0-.32.045z"/><path fill="#dcc976" d="M1.229.901a.94.94 0 0 1 .32-.045c4.213.007 8.427-.008 12.64.007-.382.045-.767.017-1.15.025-3.936 0-7.874.04-11.81.013z"/><path fill="#4d4a3f" d="M48.779 1.096c.126.097.147.266.15.414-.003 4.675.001 9.35-.002 14.024.014.135-.145.159-.245.159a35.29 35.29 0 0 1-.797 0c-.1-.002-.268-.022-.245-.159-.004-2.155.004-4.31-.008-6.465.028-.134-.111-.181-.201-.239l.237.075c.029 2.238.004 4.478.04 6.716.381.012.761.001 1.142.007.037-.18.029-.365.027-.547-.001-4.397.001-8.793-.002-13.191-.001-.244.021-.498-.074-.729l-.023-.064z"/><path fill="#d2be68" d="M48.802 1.161c.095.231.073.485.074.729.003 4.397.001 8.794.002 13.191.002.183.01.367-.027.547-.026-.257-.012-.516-.015-.774-.002-4.145.004-8.29-.006-12.435-.002-.42.012-.84-.027-1.258z"/><path fill="#363327" d="M49.674 1.191c.056.432.013.869.026 1.304v19.616c-.002.245.014.493-.025.736-.032-.421.002-.844-.009-1.265V1.928a6.25 6.25 0 0 1 .008-.737z"/><path fill="#edd570" d="M.845 1.739c.005-.17-.023-.348.045-.509.031.667.039 1.344-.038 2.008C.833 2.739.85 2.239.845 1.739z"/><path fill="#aa9747" d="M0 2.369l.04-.054C.05 8.51.038 14.705.046 20.901c.002.159.005.319-.015.478L0 21.442V2.368z"/><path fill="#534e39" d="M40.538 13.326c.083 1.141.014 2.288.068 3.431.282.012.564.017.847.023-.249.088-.527.046-.787.034-.146.002-.14-.155-.135-.259.012-1.076-.012-2.154.006-3.229z"/><path fill="#7c7249" d="M20.563 15.269c.005-.142-.026-.294.041-.426-.003 1.092.02 2.185-.012 3.276-.309.009-.618.014-.927-.004.006-.575-.042-1.151-.006-1.725.051.569.011 1.141.034 1.711.29.004.579.003.869 0 .005-.944.002-1.888.001-2.832z"/></symbol><symbol viewBox="0 0 24 24" id="information--bus-lane-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#002948" opacity=".4" d="M.941 0h22.234l.175.08C17.248.171 11.144.094 5.04.12 3.616.098 2.189.17.766.072L.941 0z"/><path fill="#0166b3" d="M.092 1.073A.927.927 0 0 1 .765.072C2.188.17 3.615.098 5.039.12c6.103-.025 12.208.052 18.31-.04.21.089.403.224.526.42l-.013.146-.013.108c-.19-.269-.431-.55-.798-.504C15.725.243 8.397.249 1.069.248a.715.715 0 0 0-.8.823v21.858c-.068.472.316.895.799.829 7.123.007 14.248-.007 21.371.006.522.022 1.181.056 1.405-.536l.013.121.013.151a1.039 1.039 0 0 1-.518.422c-6.182-.101-12.368-.014-18.552-.043-1.344.022-2.692-.052-4.033.05a.921.921 0 0 1-.676-1.003L.092 1.072z"/><path fill="#fff" d="M.269 1.072a.715.715 0 0 1 .8-.823C8.396.25 15.725.244 23.051.251c.367-.046.608.235.798.504-.084.544-.062 1.096-.059 1.644l-.001 19.081c-.004.583-.017 1.168.055 1.748-.224.593-.883.558-1.405.536-7.123-.013-14.248.001-21.371-.006-.484.066-.868-.358-.799-.829V1.071M.994.852c-.223.106-.197.382-.211.587C.789 8.52.776 15.603.789 22.684c-.042.307.226.545.526.499 7.123.002 14.248.001 21.372.001.306.048.592-.181.547-.502.008-7.121.006-14.243.001-21.364.049-.326-.23-.578-.551-.526C15.603.788 8.52.796 1.439.788A1.172 1.172 0 0 0 .994.85z"/><path fill="#fff" d="M2.414 2.586c.738-.004 1.476-.001 2.213-.002.008 6.214.001 12.426.004 18.638-.738.004-1.477.002-2.216.001V2.586zM19.392 2.586c.738-.004 1.476-.004 2.213 0 .004 6.212.004 12.425 0 18.637-.737.002-1.475.001-2.213 0-.002-6.212-.002-12.425 0-18.637zM5.279 6.114c.091-1.073.871-2.225 2.04-2.244 3.233.017 6.467.001 9.698.031 1.039.016 1.781.998 1.835 1.975.053 1.052.016 2.108.016 3.162a53.676 53.676 0 0 1-.695-.006c-.065-.743-.715-1.433-1.493-1.343-.726.04-1.216.725-1.278 1.405-1.969.018-3.94.016-5.909.023-.078-.476-.264-.995-.749-1.192-.796-.396-1.873.148-1.874 1.081-.542.013-1.086.012-1.628.005.005-.966-.022-1.933.037-2.898m.414.362c.448.002.895.001 1.342-.002-.002-.68.001-1.362-.031-2.044-.941.197-1.28 1.194-1.31 2.046m1.585-2.016a48.994 48.994 0 0 0 0 1.992c.532-.004 1.064-.004 1.597-.004-.004-.661-.004-1.324 0-1.985-.532.001-1.064.001-1.597-.004m1.927.002a48.895 48.895 0 0 0 0 1.99c.532-.002 1.064-.002 1.597-.002.006-.661.006-1.324 0-1.985-.533.001-1.066.001-1.597-.002m1.872.004c-.006.66-.006 1.32 0 1.98.54.005 1.08.005 1.62-.001.004-.659.004-1.319 0-1.978-.54-.005-1.08-.005-1.62-.001m1.896.001c-.002.659-.002 1.319 0 1.978.539.006 1.078.006 1.618.002.007-.661.007-1.321-.001-1.982-.539-.002-1.078-.002-1.616.002m1.873-.007a41.34 41.34 0 0 0 0 1.992c.529-.004 1.06-.004 1.589-.001a94.29 94.29 0 0 1 0-1.99c-.529.005-1.06.004-1.589-.001m1.816-.038c-.007.682 0 1.363.012 2.045.574-.002 1.147-.002 1.72.002.295-1.114-.601-2.136-1.732-2.047z"/><path fill="#fff" d="M7.559 4.807l1.17.002c.002.158.006.316.01.474-.392.005-.785.005-1.176.002l-.004-.479zM9.431 4.805c.382.004.763.005 1.145.001l.004.481c-.392.004-.786 0-1.178-.016l.03-.467zM11.296 4.81h1.181v.475c-.396.004-.793.004-1.189 0l.008-.475zM13.184 4.806c.382.004.762.002 1.144-.001l.031.467c-.394.016-.786.019-1.18.016l.005-.481zM15.031 4.81l1.17-.002-.002.479c-.392.002-.785.002-1.177-.002.002-.158.006-.316.01-.474zM16.848 4.81h.634l.001.461h-.636l.001-.461zM7.966 8.088c.857-.203 1.607.854 1.121 1.594-.36.702-1.493.703-1.854.001-.384-.605.025-1.493.733-1.595zM16.603 8.083c.802-.166 1.523.772 1.142 1.501-.295.77-1.494.845-1.889.122-.413-.613.013-1.537.746-1.624z"/><path fill="#fff" d="M6.792 10.672c.685-.264 1.646.256 2.089-.496.116.14.228.282.344.422.52-.022 1.042-.02 1.562-.038.05.07.154.209.204.278-.553.434-1.33.085-1.973.245.472.252 1.072-.067 1.514.217.029.661.308 1.708-.649 1.721.392.088 1.056-.191 1.157.379-.349.126-.722.126-1.088.118-.06.362.179 1.194-.446 1.076-.312-.052-1.082.059-.9-.46.262-.134.566-.029.844-.011l.041-.602c-.528-.002-1.056-.002-1.584-.002.211.205.797.624.253.81a1.47 1.47 0 0 1-.732-.782c-.253.018-.864.004-.643-.398.898-.234 1.868.012 2.79-.138-.73-.304-1.603.086-2.316-.205-.084-.49-.067-.997-.014-1.489.407-.31 1.014.014 1.474-.223-.601-.236-1.696.36-1.926-.421m.807 1.008c.314.228.79.202 1.117.011a5.214 5.214 0 0 0-1.117-.011m1.416.007c.334.2.832.24 1.148-.007a5.647 5.647 0 0 0-1.148.007m-1.337.55v.24c.326-.062.877.184 1.013-.227a28.544 28.544 0 0 0-1.013-.013m1.421.003v.238c.341-.062.898.191 1.054-.228a26.457 26.457 0 0 0-1.054-.01zM13.561 10.573c1.072-.114 2.162-.038 3.24-.041.28-.022.226.32.247.5-.008 1.169.022 2.339-.005 3.509-.443.037-.997.143-1.333-.22l.172-.242c.233.006.466.014.7.022.004-.302.006-.606.008-.908-.384-.001-.768-.001-1.152.001-.08.4.268 1.513-.419 1.301-.098-.426-.037-.868-.046-1.301-.344-.001-.689-.002-1.033 0-.162.421-.263 1.758-.926 1.234.736-1.169.379-2.576.547-3.854m.419.489c-.017.209-.008.418-.005.626l1.003-.002.001-.701c-.328.026-.709-.089-1 .077m1.466-.077v.701h1.139l-.01-.701a106.22 106.22 0 0 0-1.129 0m-1.461 1.169l-.016.569c.334.002.667.004 1.002.002.002-.191.006-.383.01-.574-.332 0-.665 0-.996.002m1.464-.002l-.007.574c.379.002.76.002 1.14 0l.001-.574h-1.134zM10.748 15.016c.941.006 1.882.004 2.822.002.013.608.014 1.218.02 1.826 1.268-.214 2.52-.512 3.791-.715-1.691 1.849-3.484 3.608-5.24 5.396-1.712-1.794-3.487-3.53-5.161-5.36 1.241.166 2.456.481 3.695.665.151-.578.012-1.214.073-1.814z"/><path fill="#00599c" opacity=".88" d="M23.875.5L24 .681v22.625l-.13.194-.013-.151c-.02-7.566-.03-15.137.005-22.703L23.875.5z"/><path fill="#68a5d2" d="M23.849.755l.013-.108c-.035 7.566-.025 15.137-.005 22.703l-.013-.121c-.072-.581-.059-1.165-.055-1.748L23.79 2.4c-.004-.548-.025-1.1.059-1.644z"/><path fill="#0066b3" d="M.994.852c.143-.049.292-.071.445-.062 7.081.007 14.164 0 21.245.004.32-.053.6.199.551.526.005 7.121.007 14.243-.001 21.364.044.32-.241.55-.547.502-7.124 0-14.249.001-21.372-.001-.3.046-.568-.192-.526-.499-.013-7.081 0-14.164-.006-21.245C.797 1.236.771.96.994.854m1.42 1.732v18.637c.739.001 1.478.002 2.216-.001-.002-6.212.005-12.425-.004-18.638-.737.001-1.475-.001-2.213.002m16.979 0c-.002 6.212-.002 12.425 0 18.637.738.001 1.476.002 2.213 0 .004-6.212.004-12.425 0-18.637-.737-.004-1.475-.004-2.213 0M5.279 6.114c-.059.965-.032 1.932-.037 2.898.542.007 1.086.008 1.628-.005.001-.934 1.079-1.477 1.874-1.081.485.197.671.715.749 1.192 1.969-.007 3.94-.005 5.909-.023.062-.68.552-1.366 1.278-1.405.778-.09 1.428.6 1.493 1.343.232.004.463.005.695.006 0-1.054.037-2.11-.016-3.162-.054-.977-.796-1.96-1.835-1.975-3.232-.03-6.466-.014-9.698-.031-1.169.019-1.949 1.171-2.04 2.244m2.687 1.973c-.708.102-1.117.99-.733 1.595.361.702 1.494.701 1.854-.001.486-.739-.264-1.796-1.121-1.594m8.637-.005c-.733.086-1.159 1.01-.746 1.624.395.722 1.594.648 1.889-.122.38-.73-.341-1.667-1.142-1.501m-9.812 2.588c.23.781 1.325.185 1.926.421-.46.238-1.067-.086-1.474.223-.053.492-.07 1 .014 1.489.713.292 1.586-.098 2.316.205-.922.15-1.892-.096-2.79.138-.221.402.39.416.643.398.132.347.402.619.732.782.544-.186-.042-.605-.253-.81.528 0 1.056 0 1.584.002-.013.2-.026.402-.041.602-.277-.018-.582-.124-.844.011-.182.518.588.408.9.46.625.118.386-.714.446-1.076.366.008.739.008 1.088-.118-.101-.57-.764-.292-1.157-.379.958-.013.678-1.06.649-1.721-.443-.284-1.043.035-1.514-.217.643-.16 1.42.19 1.973-.245-.05-.07-.154-.209-.204-.278-.521.018-1.043.017-1.562.038-.116-.14-.228-.282-.344-.422-.443.751-1.404.232-2.089.496m6.77-.098c-.168 1.278.188 2.686-.547 3.854.664.524.764-.812.926-1.234.344-.002.689-.001 1.033 0 .008.433-.053.875.046 1.301.686.212.338-.901.419-1.301.384-.002.768-.002 1.152-.001l-.008.908c-.234-.007-.467-.016-.7-.022-.043.061-.128.182-.172.242.336.362.89.257 1.333.22.026-1.17-.004-2.34.005-3.509-.022-.18.032-.522-.247-.5-1.078.002-2.168-.073-3.24.041m-2.813 4.444c-.061.6.078 1.236-.073 1.814-1.238-.184-2.454-.499-3.695-.665 1.674 1.83 3.449 3.566 5.161 5.36 1.757-1.788 3.55-3.547 5.24-5.396-1.271.203-2.522.502-3.791.715-.006-.608-.007-1.218-.02-1.826-.941.001-1.882.004-2.822-.002z"/><path fill="#0066b3" d="M5.693 6.475c.03-.852.37-1.849 1.31-2.046.032.682.029 1.363.031 2.044-.446.004-.894.005-1.342.002zM7.279 4.459c.533.005 1.066.005 1.597.004-.004.661-.004 1.324 0 1.985-.533 0-1.066 0-1.597.004a48.994 48.994 0 0 1 0-1.992m.28.347l.004.479c.391.002.784.002 1.176-.002l-.01-.474-1.17-.002zM9.206 4.46c.532.004 1.064.004 1.597.002.006.661.006 1.324 0 1.985-.533 0-1.066 0-1.597.002a48.895 48.895 0 0 1 0-1.99m.225.346l-.03.467c.392.016.786.019 1.178.016l-.004-.481c-.382.004-.763.002-1.145-.001zM11.078 4.465c.54-.004 1.08-.004 1.62.001.004.659.004 1.319 0 1.978-.54.006-1.08.006-1.62.001-.006-.66-.006-1.32 0-1.98m.218.345l-.008.475c.396.004.793.004 1.189 0V4.81a232.46 232.46 0 0 0-1.181 0zM12.974 4.466a108.83 108.83 0 0 1 1.616-.002c.008.661.008 1.321.001 1.982-.54.004-1.079.004-1.618-.002-.002-.659-.002-1.319 0-1.978m.211.34l-.005.481c.394.004.786 0 1.18-.016l-.031-.467c-.382.004-.762.005-1.144.001zM14.848 4.459c.529.005 1.06.006 1.589.001a94.29 94.29 0 0 0 0 1.99 168.33 168.33 0 0 0-1.589.001 41.34 41.34 0 0 1 0-1.992m.183.351l-.01.474c.392.005.785.005 1.177.002l.002-.479-1.17.002zM16.664 4.421c1.13-.089 2.027.934 1.732 2.047-.572-.005-1.146-.005-1.72-.002a73.376 73.376 0 0 1-.012-2.045m.184.389l-.001.461h.636l-.001-.461a66.993 66.993 0 0 0-.634 0zM13.98 11.063c.29-.166.672-.05 1-.077l-.001.701-1.003.002c-.004-.209-.012-.418.005-.626zM15.445 10.986c.377-.002.752-.002 1.129 0l.01.701h-1.139v-.701zM7.6 11.681a5.15 5.15 0 0 1 1.117.011c-.328.191-.803.217-1.117-.011zM9.016 11.688a5.647 5.647 0 0 1 1.148-.007c-.317.247-.815.208-1.148.007zM13.984 12.155c.331-.002.664-.002.996-.002l-.01.574c-.335.001-.668 0-1.002-.002l.016-.569zM15.448 12.152h1.134l-.001.574c-.38.002-.761.002-1.14 0l.007-.574z"/><path fill="#609fcf" d="M7.679 12.238c.337 0 .674.001 1.013.013-.136.41-.686.164-1.013.227v-.24z"/><path fill="#66a3d1" d="M9.1 12.241c.352-.002.702-.002 1.054.01-.156.419-.713.166-1.054.228v-.238z"/><path fill="#003054" opacity=".47" d="M.767 23.93c1.342-.102 2.689-.029 4.033-.05 6.184.029 12.37-.058 18.552.043L23.18 24H.94l-.174-.07z"/></symbol><symbol viewBox="0 0 24 24" id="information--bus-stop--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d1b000" opacity=".88" d="M10.256 0h3.416c5.2.836 9.432 5.08 10.328 10.256v3.416c-.84 5.2-5.076 9.436-10.256 10.328h-3.416C5.128 23.164.888 18.924 0 13.74V10.3C.856 5.116 5.08.888 10.256 0m-.908.988C4.532 2.072.728 6.636.716 11.604c-.3 4.684 2.764 9.292 7.14 10.932 4.436 1.772 9.924.412 12.9-3.356 3.38-3.992 3.392-10.372 0-14.356C18.1 1.468 13.484.012 9.348.988z"/><path fill="#008754" d="M9.348.988c4.136-.976 8.752.48 11.408 3.836 3.392 3.984 3.38 10.364 0 14.356-2.976 3.768-8.464 5.128-12.9 3.356-4.376-1.64-7.44-6.248-7.14-10.932C.728 6.636 4.532 2.072 9.348.988m.768 3.124c-3.156.724-5.688 3.488-6.14 6.692-.572 3.476 1.44 7.172 4.672 8.572 3.072 1.468 7 .66 9.284-1.848 2.276-2.396 2.848-6.224 1.308-9.16-1.576-3.3-5.58-5.176-9.124-4.256z"/><path fill="#008754" d="M7.612 5.8c.66.004 1.32.004 1.98 0 .012 1.728.004 3.456.012 5.188 1.596.024 3.196.024 4.792 0 .008-1.728 0-3.46.012-5.188.66.004 1.32.004 1.98 0 .02 4.132.02 8.268 0 12.4-.66-.004-1.32-.004-1.98 0-.02-1.864.004-3.724-.016-5.588a158.944 158.944 0 0 0-4.784 0c-.02 1.864.004 3.724-.016 5.588-.66-.004-1.32-.004-1.98 0-.02-4.132-.02-8.268 0-12.4z"/><path fill="#f0ca00" d="M10.116 4.112c3.544-.92 7.548.956 9.124 4.256 1.54 2.936.968 6.764-1.308 9.16-2.284 2.508-6.212 3.316-9.284 1.848-3.232-1.4-5.244-5.096-4.672-8.572.452-3.204 2.984-5.968 6.14-6.692M7.612 5.8c-.02 4.132-.02 8.268 0 12.4.66-.004 1.32-.004 1.98 0 .02-1.864-.004-3.724.016-5.588 1.596-.024 3.188-.024 4.784 0 .02 1.864-.004 3.724.016 5.588.66-.004 1.32-.004 1.98 0 .02-4.132.02-8.268 0-12.4-.66.004-1.32.004-1.98 0-.012 1.728-.004 3.46-.012 5.188-1.596.024-3.196.024-4.792 0-.008-1.732 0-3.46-.012-5.188-.66.004-1.32.004-1.98 0z"/></symbol><symbol viewBox="0 0 24 24" id="information--bus-stop--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.756 0h20.782c.691.192 1.281.69 1.561 1.353v21.606c-.28.397-.612.76-1.011 1.041H1.209a2.76 2.76 0 0 1-1.208-1.771V1.966C.174 1.043.848.259 1.757.001m.146.329C.935.537.295 1.496.294 2.457.298 8.918.29 15.38.298 21.841c.025.954.71 1.886 1.669 2.056 6.755.013 13.511.003 20.266.006 1.004-.101 1.74-1.083 1.764-2.062.008-6.264-.001-12.527.004-18.79 0-.396.029-.801-.092-1.184-.183-.896-1.05-1.616-1.973-1.574C15.259.323 8.576.248 1.904.33z"/><path fill="#fff" d="M1.903.33C8.575.247 15.258.323 21.935.293c.924-.042 1.79.678 1.973 1.574.121.384.092.788.092 1.184-.005 6.263.004 12.526-.004 18.79-.024.979-.759 1.96-1.764 2.062-6.755-.003-13.511.007-20.266-.006-.959-.17-1.645-1.102-1.669-2.056C.289 15.38.297 8.918.293 2.457.294 1.496.934.537 1.902.33m.102.296C1.318.767.69 1.324.69 2.062.687 8.786.69 15.511.689 22.235c.069.757.808 1.401 1.571 1.374 6.592-.003 13.184-.003 19.777 0 .762.027 1.501-.617 1.57-1.373-.001-6.725.002-13.45-.001-20.174-.002-.906-.928-1.515-1.768-1.475C15.227.619 8.609.542 2.004.626z"/><path fill="#fff" d="M3.419 4.915c.025-1.477 1.409-2.768 2.875-2.754 4.264.01 8.528-.006 12.792.009 1.102.262 1.759 1.383 1.884 2.449.438 3.211.83 6.43 1.249 9.643-.123 1.079-.26 2.159-.383 3.238.061.174.178.321.287.467.017.732.004 1.465.008 2.196h-1.574v1.967h-3.541v-1.869H7.573v1.967H4.032v-1.967H2.458c.063-.916-.165-1.879.19-2.75-.019-1.242-.281-2.477-.354-3.718.377-2.96.758-5.918 1.124-8.879m3.861-2.16v2.262h9.836V2.754H7.279M5.921 5.933c-.592.138-1.233-.047-1.788.257-.089 2.009-.509 3.997-.598 6.007h7.973V5.503c-1.865.109-3.723.302-5.587.431m6.965-.44c-.002 2.234-.001 4.469-.001 6.702 2.728-.001 5.455.003 8.183-.002-.237-2.057-.501-4.122-.611-6.19-2.525-.17-5.049-.301-7.571-.51m4.227 9.886c-.002.429-.098 1.049.424 1.219.407.272.914.092 1.205-.258.345.436 1.052.514 1.453.115.478-.419.298-1.332-.322-1.513-.397-.252-.818.051-1.142.28-.439-.566-1.248-.385-1.618.156M4.298 16.457c.393.436 1.113.329 1.458-.115.388.545 1.356.536 1.596-.14.311-.449-.06-.956-.403-1.253-.415.009-1.019-.112-1.189.394-.173-.455-.72-.429-1.119-.384-.618.185-.808 1.056-.342 1.497m-.069 1.347v.689h16.23v-.689H4.23z"/><path fill="#006f51" d="M2.004.626C8.61.541 15.228.619 21.838.587c.84-.039 1.766.57 1.768 1.475.003 6.724 0 13.449.001 20.174-.069.756-.808 1.4-1.57 1.373-6.593-.003-13.185-.003-19.777 0-.763.027-1.502-.617-1.571-1.374C.69 15.511.687 8.786.69 2.062c0-.738.629-1.295 1.314-1.436m1.415 4.289c-.366 2.961-.748 5.919-1.124 8.879.073 1.241.335 2.476.354 3.718-.355.871-.127 1.834-.19 2.75h1.574v1.967h3.541v-1.967h9.443v1.869h3.541v-1.967h1.574c-.004-.732.009-1.465-.008-2.196-.109-.147-.226-.293-.287-.467.123-1.079.26-2.159.383-3.238-.419-3.213-.811-6.432-1.249-9.643-.125-1.066-.782-2.188-1.884-2.449-4.264-.015-8.528.001-12.792-.009-1.467-.014-2.85 1.277-2.875 2.754z"/><path fill="#006f51" d="M7.279 2.754h9.836v2.262H7.279V2.754zM5.921 5.933c1.864-.129 3.722-.322 5.587-.431v6.694H3.535c.09-2.01.51-3.998.598-6.007.555-.304 1.196-.119 1.788-.257zM12.886 5.494c2.522.21 5.046.34 7.571.51.11 2.068.374 4.133.611 6.19-2.728.005-5.455.001-8.183.002 0-2.234-.001-4.469.001-6.702zM17.113 15.38c.37-.541 1.179-.722 1.618-.156.324-.229.745-.532 1.142-.28.62.181.8 1.094.322 1.513-.4.399-1.108.321-1.453-.115-.291.35-.798.53-1.205.258-.522-.17-.426-.79-.424-1.219zM4.298 16.457c-.465-.441-.275-1.312.342-1.497.399-.045.946-.072 1.119.384.17-.507.774-.386 1.189-.394.343.297.714.805.403 1.253-.24.676-1.209.685-1.596.14-.344.444-1.064.551-1.458.115zM4.23 17.803h16.23v.689H4.23v-.689z"/></symbol><symbol viewBox="0 0 20 24" id="information--camera--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#3448a5" d="M1.541 0h17.557a2.603 2.603 0 0 1 1.352 1.081v21.775c-.256.45-.601.842-1.02 1.145H1.336C.34 23.603-.03 22.55.055 21.546c.148-5.618.071-11.24.111-16.86.011-.615.023-1.233-.085-1.839C.001 1.734.349.377 1.541.001m.504.658C1.328.753.777 1.392.824 2.12.803 8.755.752 15.39.736 22.024c-.021.811.721 1.504 1.532 1.419 5.352.026 10.705.028 16.057.021.8.061 1.629-.596 1.548-1.439.04-6.632.064-13.265.072-19.897.085-.822-.658-1.559-1.471-1.495C12.998.659 7.518.609 2.045.659z"/><path fill="#f8fcff" d="M2.045.659c5.473-.05 10.953 0 16.429-.026.814-.064 1.556.673 1.471 1.495-.009 6.632-.033 13.265-.072 19.897.081.842-.748 1.5-1.548 1.439-5.352.007-10.705.004-16.057-.021-.811.085-1.554-.608-1.532-1.419.016-6.635.067-13.27.088-19.904C.777 1.391 1.328.752 2.045.659m-.544 1.38c-.055 5.899-.04 11.801-.051 17.702.001.967-.258 1.998.178 2.911.301.091.612.158.929.143 5.401-.003 10.803.026 16.202-.009.266-.237.554-.518.487-.91.031-6.585.03-13.17.036-19.755a.728.728 0 0 0-.67-.819c-5.02-.011-10.042.027-15.06-.011-.699-.037-1.963-.246-2.049.748z"/><path fill="#2742a9" d="M1.501 2.039c.087-.994 1.351-.785 2.049-.748 5.019.038 10.04 0 15.06.011.405.018.736.415.67.819-.006 6.585-.004 13.17-.036 19.755.067.392-.222.673-.487.91-5.399.034-10.801.006-16.202.009-.317.014-.628-.053-.929-.143-.436-.913-.176-1.944-.178-2.911.011-5.901-.004-11.803.051-17.702m2.098 3.113c.004 4.597-.081 9.195-.034 13.792 4.533.033 9.066.016 13.599.024.034-4.601.075-9.204.051-13.805-4.539-.007-9.077.003-13.616-.011z"/><path fill="#6e7a9e" opacity=".83" d="M0 2.634l.081.212c.108.606.097 1.224.085 1.839-.04 5.619.037 11.242-.111 16.86L0 21.751V2.635z"/><path fill="#fff" d="M3.597 5.152c4.539.014 9.077.004 13.616.011.024 4.601-.017 9.204-.051 13.805-4.533-.009-9.066.009-13.599-.024-.047-4.597.038-9.195.034-13.792m6.717 3.115c-.05 1.145.01 2.292-.033 3.438a19.377 19.377 0 0 0-.957-.119l.045.442c.719.092 1.419.274 2.13.399l-.041-.447c-.237-.062-.474-.125-.711-.185-.065-1.224.067-2.454-.055-3.675l-.378.148M6.382 11.51c-.17.956-.542 1.862-.679 2.825 2.071.443 4.11 1.028 6.187 1.424.801-.798 1.711-1.478 2.484-2.306-2.643-.73-5.318-1.345-7.992-1.943m6.249 3.867c.398.124.8.23 1.203.331.175-.436.291-.892.364-1.356-.697-.038-1.061.666-1.566 1.025m1.836-1.02c-.187.564-.683 1.457.152 1.713.128-.569.291-1.13.41-1.701a21.07 21.07 0 0 0-.562-.011z"/><path fill="#3a4b96" d="M10.314 8.267l.378-.148c.122 1.221-.01 2.451.055 3.675.237.06.474.122.711.185l.041.447c-.711-.125-1.412-.307-2.13-.399l-.045-.442c.32.031.639.072.957.119.043-1.146-.017-2.293.033-3.438z"/><path fill="#2842a7" d="M6.382 11.51c2.674.598 5.35 1.213 7.992 1.943-.773.828-1.683 1.508-2.484 2.306-2.078-.396-4.117-.981-6.187-1.424.136-.963.508-1.869.679-2.825z"/><path fill="#3746a5" d="M12.631 15.377c.506-.359.869-1.064 1.566-1.025-.072.464-.189.92-.364 1.356a22.084 22.084 0 0 1-1.203-.331z"/><path fill="#394ba3" d="M14.468 14.357c.187.001.375.006.562.011-.119.571-.283 1.132-.41 1.701-.835-.256-.339-1.149-.152-1.713z"/></symbol><symbol viewBox="0 0 24 24" id="information--camera--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#003f9b" opacity=".91" d="M0 0h24v.798l-.009.128c-.185-.494-.621-.93-1.186-.884C15.602.041 8.398.041 1.195.043.666.006.21.391.051.877L0 1.002V0z"/><path fill="#fff" d="M.051.877C.21.391.666.006 1.195.043 8.398.041 15.602.041 22.805.042c.565-.046 1.001.39 1.186.884-.062 7.325.004 14.653-.033 21.978.003.604-.561 1.099-1.155 1.062-7.168.008-14.337 0-21.505.004-.664.075-1.308-.483-1.255-1.166C.046 15.496.031 8.186.051.877M.927.631c-.273.094-.362.403-.354.664C.571 8.432.572 15.568.572 22.705c-.059.422.3.788.724.731 7.17-.003 14.34.007 21.51-.005.396.025.674-.354.635-.727.001-7.136.002-14.272 0-21.408.037-.37-.24-.747-.635-.716C15.67.566 8.534.581 1.397.572c-.157.005-.32.004-.47.059z"/><path fill="#fff" d="M10.027 2.504c1.317-.018 2.634-.016 3.951-.001.386.527.766 1.059 1.149 1.589 1.158.018 2.319-.028 3.476.021.303-.006.367.348.349.584-.01 2.137.011 4.274-.01 6.41.019.299-.28.426-.534.396-4.238.009-8.476.001-12.714.004-.271.023-.648-.05-.628-.401-.021-2.135 0-4.272-.01-6.408-.014-.232.036-.591.34-.584 1.16-.05 2.323-.004 3.485-.022.382-.529.762-1.06 1.146-1.588m1.312 2.354c-1.348.277-2.426 1.553-2.423 2.937-.085 1.432.997 2.797 2.387 3.103 1.255.313 2.646-.276 3.321-1.373.721-1.111.601-2.686-.285-3.671-.72-.851-1.915-1.237-3-.996z"/><path fill="#fff" d="M5.993 3.5c.466-.01.932-.008 1.398-.006-.001.159 0 .318.003.477-.467-.004-.933-.003-1.4-.004.002-.155.002-.311-.001-.467zM16.614 3.494c.468-.001.936-.002 1.404.001-.003.158-.003.315-.001.473-.468 0-.937-.001-1.405.002.002-.159.003-.317.002-.476zM11.43 5.137c1.054-.235 2.213.215 2.838 1.094.794 1.047.693 2.664-.246 3.59-.715.774-1.884 1.059-2.881.731-1.116-.354-1.965-1.467-1.932-2.65-.056-1.299.953-2.522 2.221-2.765m-.001.403c-1.051.244-1.878 1.271-1.825 2.36-.03.955.612 1.859 1.486 2.214.936.393 2.104.116 2.749-.673.735-.83.765-2.183.062-3.041-.563-.737-1.572-1.098-2.472-.86zM8.673 13.467c.36-.185.722-.367 1.082-.554.517.979 1.671 1.57 2.765 1.317.749-.137 1.36-.67 1.731-1.317.358.185.718.367 1.078.551-.616 1.273-2.017 2.107-3.429 2.049-1.346-.018-2.629-.845-3.227-2.046z"/><path fill="#fff" d="M6 14.831c.362-.19.727-.375 1.094-.556 1.011 2.035 3.356 3.287 5.61 2.963 1.784-.208 3.397-1.368 4.209-2.964.366.182.731.367 1.093.557a6.77 6.77 0 0 1-2.74 2.834c-1.897 1.075-4.326 1.126-6.268.138A6.783 6.783 0 0 1 6 14.831z"/><path fill="#fff" d="M3.329 16.19c.365-.187.73-.372 1.095-.56 1.428 2.864 4.571 4.768 7.778 4.641 3.073-.023 6.007-1.903 7.381-4.641.365.188.73.374 1.096.56-.844 1.631-2.138 3.029-3.723 3.96-2.349 1.411-5.307 1.738-7.913.897-2.453-.773-4.548-2.568-5.714-4.857z"/><path fill="#0046ac" d="M.927.631c.15-.055.313-.054.47-.059C8.534.581 15.67.566 22.806.58c.395-.031.672.346.635.716.002 7.136.001 14.272 0 21.408.039.373-.239.752-.635.727-7.17.012-14.34.002-21.51.005a.646.646 0 0 1-.724-.731c0-7.137-.001-14.273.001-21.41-.008-.261.081-.57.354-.664m9.1 1.873c-.384.528-.764 1.059-1.146 1.588-1.162.018-2.325-.028-3.485.022-.304-.007-.354.352-.34.584.01 2.136-.011 4.273.01 6.408-.02.351.357.424.628.401 4.238-.003 8.476.005 12.714-.004.254.03.553-.097.534-.396.021-2.136 0-4.273.01-6.41.018-.236-.046-.59-.349-.584-1.157-.049-2.318-.003-3.476-.021-.383-.53-.763-1.062-1.149-1.589a157.687 157.687 0 0 0-3.951.001M5.993 3.5c.003.156.003.312.001.467.467.001.933 0 1.4.004-.003-.159-.004-.318-.003-.477-.466-.002-.932-.004-1.398.006m10.621-.006c.001.159 0 .317-.002.476.468-.003.937-.002 1.405-.002-.002-.158-.002-.315.001-.473-.468-.003-.936-.002-1.404-.001m-7.941 9.973c.598 1.201 1.881 2.028 3.227 2.046 1.412.058 2.813-.776 3.429-2.049-.36-.184-.72-.366-1.078-.551-.371.647-.982 1.18-1.731 1.317-1.094.253-2.248-.338-2.765-1.317-.36.187-.722.369-1.082.554M6 14.831a6.783 6.783 0 0 0 2.998 2.972c1.942.988 4.371.937 6.268-.138a6.77 6.77 0 0 0 2.74-2.834c-.362-.19-.727-.375-1.093-.557-.812 1.596-2.425 2.756-4.209 2.964-2.254.324-4.599-.928-5.61-2.963-.367.181-.732.366-1.094.556M3.329 16.19c1.166 2.289 3.261 4.084 5.714 4.857 2.606.841 5.564.514 7.913-.897 1.585-.931 2.879-2.329 3.723-3.96-.366-.186-.731-.372-1.096-.56-1.374 2.738-4.308 4.618-7.381 4.641-3.207.127-6.35-1.777-7.778-4.641-.365.188-.73.373-1.095.56z"/><path fill="#0046ac" d="M11.339 4.858c1.085-.241 2.28.145 3 .996.886.985 1.006 2.56.285 3.671-.675 1.097-2.066 1.686-3.321 1.373-1.39-.306-2.472-1.671-2.387-3.103-.003-1.384 1.075-2.66 2.423-2.937m.091.279c-1.268.243-2.277 1.466-2.221 2.765-.033 1.183.816 2.296 1.932 2.65.997.328 2.166.043 2.881-.731.939-.926 1.04-2.543.246-3.59-.625-.879-1.784-1.329-2.838-1.094z"/><path fill="#0046ac" d="M11.429 5.54c.9-.238 1.909.123 2.472.86.703.858.673 2.211-.062 3.041-.645.789-1.813 1.066-2.749.673-.874-.355-1.516-1.259-1.486-2.214-.053-1.089.774-2.116 1.825-2.36z"/><path fill="#0042a3" opacity=".95" d="M0 1.002L.051.877C.031 8.186.046 15.496.043 22.804c-.053.683.591 1.241 1.255 1.166 7.168-.004 14.337.004 21.505-.004.594.037 1.158-.458 1.155-1.062.037-7.325-.029-14.653.033-21.978L24 .798V24H0V1.002z"/></symbol><symbol viewBox="0 0 24 24" id="information--camera--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#003f9b" opacity=".91" d="M0 0h24v.8l-.01.136c-.176-.503-.621-.942-1.189-.894H1.2C.632-.004.193.437.014.936L0 .795V0z"/><path fill="#fff" d="M.014.936C.193.437.632-.004 1.2.042h21.601c.568-.048 1.013.391 1.189.894-.059 7.32.004 14.644-.031 21.964.005.606-.563 1.106-1.159 1.066-7.2.005-14.4.005-21.599 0-.594.036-1.16-.462-1.153-1.065C.015 15.58.083 8.256.014.936M.925.631c-.313.113-.366.48-.356.769.01 7.135-.007 14.269.009 21.403-.031.397.348.678.722.634 7.167-.004 14.335.006 21.502-.005.399.026.68-.356.639-.732V1.299c.039-.372-.24-.753-.638-.72C15.669.566 8.534.582 1.4.571c-.159.006-.324.003-.475.06z"/><path fill="#fff" d="M17.737 2.744c.274-.193.62-.004.741.273.917 1.616 1.846 3.226 2.761 4.843.2.26.078.634-.211.765L8.866 15.569c-.245.178-.615.106-.747-.174-.939-1.631-1.869-3.269-2.803-4.903-.181-.259-.104-.646.198-.773 4.074-2.325 8.144-4.66 12.223-6.975zM2.529 13.353c1.021-.303 2.037-.635 3.065-.911.315.354.487.842.755 1.244-.785.737-1.583 1.462-2.372 2.197-.484-.843-.96-1.69-1.448-2.53zM13.559 13.874c.396-.263.818-.479 1.226-.721.002 2.784-.001 5.568.001 8.352-.406.002-.812.003-1.218 0-.006-2.544.011-5.088-.009-7.631z"/><path fill="#0046ac" d="M.925.631c.151-.057.316-.054.475-.06C8.534.582 15.669.566 22.803.579c.398-.033.677.348.638.72V22.7c.041.376-.24.758-.639.732-7.167.011-14.335.001-21.502.005-.374.044-.753-.237-.722-.634C.562 15.669.579 8.535.569 1.4.559 1.111.612.744.925.631m16.812 2.113c-4.079 2.315-8.149 4.65-12.223 6.975-.302.127-.379.514-.198.773.934 1.634 1.864 3.272 2.803 4.903.132.28.502.352.747.174l12.162-6.944c.289-.131.411-.505.211-.765-.915-1.617-1.844-3.227-2.761-4.843-.121-.277-.467-.466-.741-.273M2.529 13.353c.488.84.964 1.687 1.448 2.53.789-.735 1.587-1.46 2.372-2.197-.268-.402-.44-.89-.755-1.244-1.028.276-2.044.608-3.065.911m11.03.521c.02 2.543.003 5.087.009 7.631.406.003.812.002 1.218 0-.002-2.784.001-5.568-.001-8.352-.408.242-.83.458-1.226.721z"/><path fill="#0042a3" opacity=".95" d="M0 .795l.014.141c.069 7.32.001 14.644.034 21.965-.007.603.559 1.101 1.153 1.065 7.199.005 14.399.005 21.599 0 .596.04 1.164-.46 1.159-1.066.035-7.32-.028-14.644.031-21.964L24 .8V24H0V.795z"/></symbol><symbol viewBox="0 0 24 24" id="information--camp--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#373434" d="M1.734 0h20.758a2.288 2.288 0 0 1 1.545 1.414c-.101.134-.079.243.066.33v20.61c-.143.088-.166.199-.066.333a2.186 2.186 0 0 1-.931 1.126l-.239.074-.17.113H1.494a6.364 6.364 0 0 0-.156-.118 21.33 21.33 0 0 1-.243-.057 3.765 3.765 0 0 1-.595-.496l-.105-.227c-.197-.262-.336-.567-.314-.9.036-6.764.037-13.533 0-20.296C.07.972.868.21 1.734 0m.149.24C.947.411.226 1.309.256 2.26.254 8.648.258 15.037.254 21.425c-.194 1.207.744 2.473 2.004 2.456 6.563.005 13.127.006 19.69 0 1.073-.001 2.02-.97 1.984-2.046-.001-6.556.005-13.112-.003-19.669 0-1.087-1.008-2.029-2.091-1.964C15.187.23 8.53.155 1.883.24z"/><path fill="#fff" d="M1.883.24C8.53.155 15.187.23 21.838.202c1.083-.065 2.091.878 2.091 1.964.008 6.556.002 13.112.003 19.669.036 1.075-.911 2.045-1.984 2.046-6.563.006-13.127.005-19.69 0C.997 23.899.06 22.633.254 21.425c.004-6.388 0-12.777.002-19.165C.226 1.309.947.411 1.883.24m0 .519C1.221.925.739 1.58.761 2.26c0 6.528-.001 13.056.001 19.583-.027.809.687 1.54 1.496 1.528 6.528.007 13.057.001 19.584.003.843.053 1.619-.691 1.584-1.538.003-6.522.001-13.045.001-19.568.041-.814-.666-1.567-1.483-1.558C15.454.7 8.963.712 2.473.704a2.534 2.534 0 0 0-.59.056zM24.037 1.414l.066.047v.282c-.145-.087-.167-.196-.066-.33z"/><path fill="#fff" d="M4.622 16.869c2.512-3.979 4.982-7.985 7.5-11.962 2.496 3.985 4.989 7.971 7.481 11.959.65.004 1.3-.003 1.95.003.008.408.01.815-.016 1.223-6.301-.024-12.603.011-18.903-.018.003-.402.004-.803.005-1.205.661-.004 1.323-.002 1.984 0m7.486-5.016c-1.029 1.679-2.077 3.347-3.106 5.026 2.077.005 4.153.002 6.23.001-1.042-1.675-2.067-3.361-3.124-5.027zM24.037 22.687c-.1-.134-.077-.245.066-.333v.285l-.066.047zM.395 23.102zM1.095 23.825zM22.867 23.887z"/><path fill="#005595" d="M1.883.759c.193-.048.392-.053.59-.056 6.49.008 12.981-.004 19.471.006.817-.008 1.524.745 1.483 1.558 0 6.522.002 13.045-.001 19.568.035.847-.742 1.59-1.584 1.538-6.527-.002-13.056.004-19.584-.003-.809.012-1.522-.719-1.496-1.528C.76 15.315.761 8.787.761 2.259.738 1.579 1.22.924 1.883.758m2.739 16.111c-.661-.002-1.323-.004-1.984 0-.001.402-.002.803-.005 1.205 6.301.029 12.603-.006 18.903.018.027-.408.025-.815.016-1.223-.65-.006-1.3.001-1.95-.003-2.493-3.987-4.985-7.974-7.481-11.959-2.517 3.977-4.987 7.983-7.5 11.962z"/><path fill="#005595" d="M12.109 11.853c1.057 1.666 2.082 3.352 3.124 5.027-2.077.001-4.153.004-6.23-.001 1.029-1.679 2.077-3.347 3.106-5.026z"/><path fill="#afaeae" d="M0 1.775l.08.131c.037 6.763.036 13.532 0 20.296l-.08.135V1.775z"/></symbol><symbol viewBox="0 0 26 24" id="information--camp--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0491ff" d="M0 0h25.935v24H0V0m3.135 2.373c-.01 6.41-.014 12.823.002 19.233 6.434.006 12.867 0 19.301.002.021-6.412.015-12.825.002-19.237-6.434-.002-12.869-.006-19.305.002z"/><path fill="#fff" d="M3.135 2.373c6.435-.008 12.871-.004 19.305-.002.014 6.412.019 12.825-.002 19.237-6.434-.002-12.867.004-19.301-.002-.015-6.41-.012-12.823-.002-19.233m6.258 1.5c.65 1.161 1.33 2.307 1.972 3.472-2.423 4.256-4.872 8.497-7.291 12.757 5.803.006 11.603.006 17.404 0-2.421-4.258-4.87-8.503-7.297-12.757.645-1.165 1.322-2.311 1.972-3.472-.931-.004-1.862-.004-2.793 0-.201.331-.395.666-.59 1.001-.192-.333-.383-.67-.581-1.001-.933-.004-1.864-.004-2.797 0z"/><path fill="#fff" d="M8.003 18.126c1.583-2.775 3.166-5.551 4.767-8.315 1.603 2.766 3.19 5.541 4.773 8.319-.608 0-1.214-.002-1.821 0-.997-1.701-1.951-3.426-2.952-5.125-.999 1.699-1.949 3.424-2.946 5.123-.608.002-1.214.004-1.821-.002z"/><path fill="#040404" d="M9.393 3.873c.933-.004 1.864-.004 2.797 0 .197.331.389.668.581 1.001.195-.335.389-.67.59-1.001.931-.004 1.862-.004 2.793 0-.65 1.161-1.328 2.307-1.972 3.472 2.427 4.254 4.875 8.499 7.297 12.757-5.801.006-11.601.006-17.404 0 2.419-4.26 4.868-8.501 7.291-12.757-.643-1.165-1.322-2.311-1.972-3.472M8.003 18.126c.608.006 1.214.004 1.821.002.997-1.699 1.947-3.424 2.946-5.123 1.001 1.699 1.955 3.424 2.952 5.125.608-.002 1.214 0 1.821 0-1.583-2.777-3.17-5.553-4.773-8.319a1418.694 1418.694 0 0 0-4.767 8.315z"/></symbol><symbol viewBox="0 0 24 24" id="information--car-pool-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#003f9b" opacity=".91" d="M0 0h.657l-.11.047C.335.16.137.321.055.556L0 .682V0zM23.321 0H24v.657l-.05-.108a.874.874 0 0 0-.504-.495L23.321 0zM23.939 23.506L24 23.38V24h-.636c.237-.103.449-.264.575-.494z"/><path fill="#e7edf6" d="M.657 0h22.664l.125.054c-.981.079-1.964.033-2.946.043H2.6C1.915.106 1.23.114.547.047L.657 0z"/><path fill="#fff" d="M.055.556C.137.321.335.16.547.047 1.23.114 1.915.106 2.6.097h17.9c.982-.01 1.965.036 2.946-.043a.874.874 0 0 1 .504.495c-.095 1.315-.028 2.634-.047 3.951.024 6.335-.048 12.673.036 19.006-.126.23-.338.391-.575.494H.67a1.055 1.055 0 0 1-.624-.545c.092-.916.043-1.837.052-2.755C.1 14.634.097 8.567.099 2.5A21.37 21.37 0 0 0 .055.556M.729.443C.475.489.404.773.424.994c.004 7.37-.002 14.739.003 22.109a.424.424 0 0 0 .469.476c7.402.006 14.806.005 22.209.001a.428.428 0 0 0 .472-.476c.003-7.402.004-14.805 0-22.208.048-.326-.279-.525-.571-.475C15.581.438 8.152.394.729.443z"/><path fill="#fff" d="M6.178 5.557a25.237 25.237 0 0 1 11.8.081c.471 1.825.924 3.654 1.401 5.477.665.34 1.147 1.025 1.142 1.786.008 1.421.021 2.844-.008 4.265a41.891 41.891 0 0 0-1.228-.003c-.025.768.095 1.563-.199 2.297a2.803 2.803 0 0 1-1.721-.011c-.282-.734-.199-1.521-.208-2.288H6.847c-.012.768.079 1.556-.208 2.289a2.791 2.791 0 0 1-1.722.007c-.289-.734-.176-1.527-.197-2.295a168.1 168.1 0 0 0-1.23-.001c.003-1.456-.016-2.912.009-4.367.012-.724.503-1.354 1.128-1.678.529-1.85 1.035-3.706 1.551-5.559m.217 3.547c.485.091.97.181 1.453.282.109-.548.562-1.049 1.151-1.046.61-.057 1.196.45 1.243 1.057.044.621-.267 1.218-.701 1.645-.994 1.009-1.967 2.038-2.953 3.055 0 .423-.001.845.002 1.268 1.715-.004 3.429.005 5.144-.004-.002-.458-.001-.915-.002-1.372-.999-.005-1.998 0-2.998-.003.65-.667 1.304-1.33 1.942-2.009.738-.773 1.204-1.891.984-2.964-.203-1.024-1.065-1.877-2.09-2.071-1.426-.325-2.953.72-3.175 2.162m8.416-.21c-.005.639 0 1.279-.003 1.918-.642.003-1.283.001-1.925.001-.001.431-.002.861.001 1.292.642.005 1.283-.004 1.925.007v1.901h1.279v-1.905c.635-.003 1.27 0 1.906-.002.017-.431.013-.861.01-1.292-.638-.002-1.277.001-1.916-.002-.002-.639.001-1.278-.002-1.918-.425-.002-.85-.001-1.275 0z"/><path fill="#0046ac" d="M.729.443C8.152.394 15.581.438 23.006.421c.292-.05.619.149.571.475.004 7.403.003 14.806 0 22.208a.428.428 0 0 1-.472.476c-7.403.004-14.807.005-22.209-.001a.424.424 0 0 1-.469-.476C.422 15.733.428 8.364.424.994.404.773.475.489.729.443m5.449 5.114c-.516 1.853-1.022 3.709-1.551 5.559-.625.324-1.116.954-1.128 1.678-.025 1.455-.006 2.911-.009 4.367.41-.001.82-.001 1.23.001.021.768-.092 1.561.197 2.295a2.791 2.791 0 0 0 1.722-.007c.287-.733.196-1.521.208-2.289h10.31c.009.767-.074 1.554.208 2.288.554.192 1.163.18 1.721.011.294-.734.174-1.529.199-2.297.409-.004.819-.005 1.228.003.029-1.421.016-2.844.008-4.265.005-.761-.477-1.446-1.142-1.786-.477-1.823-.93-3.652-1.401-5.477a25.237 25.237 0 0 0-11.8-.081z"/><path fill="#dee7f2" d="M0 .682L.055.556C.1 1.203.113 1.852.099 2.5.097 8.567.1 14.634.098 20.7c-.009.918.04 1.839-.052 2.755L0 23.345V.682z"/><path fill="#e7ecf6" d="M23.95.549l.05.108V23.38l-.061.126c-.084-6.333-.012-12.671-.036-19.006.019-1.317-.048-2.636.047-3.951z"/><path d="M6.395 9.104c.222-1.442 1.749-2.487 3.175-2.162 1.025.194 1.887 1.047 2.09 2.071.22 1.073-.246 2.191-.984 2.964-.638.679-1.292 1.342-1.942 2.009 1 .003 1.999-.002 2.998.003.001.457 0 .914.002 1.372-1.715.009-3.429 0-5.144.004-.003-.423-.002-.845-.002-1.268.986-1.017 1.959-2.046 2.953-3.055.434-.427.745-1.024.701-1.645-.047-.607-.633-1.114-1.243-1.057-.589-.003-1.042.498-1.151 1.046-.483-.101-.968-.191-1.453-.282zM14.811 8.894c.425-.001.85-.002 1.275 0 .003.64 0 1.279.002 1.918.639.003 1.278 0 1.916.002.003.431.007.861-.01 1.292-.636.002-1.271-.001-1.906.002v1.905h-1.279v-1.901c-.642-.011-1.283-.002-1.925-.007-.003-.431-.002-.861-.001-1.292.642 0 1.283.002 1.925-.001.003-.639-.002-1.279.003-1.918z"/><path fill="#0042a3" opacity=".95" d="M0 23.345l.046.11c.121.265.353.449.624.545H0v-.655z"/></symbol><symbol viewBox="0 0 24 24" id="information--caravan-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.836.138C1.107.019 1.41.034 1.7.03 8.699.039 15.699.02 22.698.039c.766-.016 1.312.741 1.27 1.463v20.997c.051.764-.569 1.528-1.37 1.467-7.065.004-14.131.004-21.196 0-.799.059-1.416-.706-1.37-1.467V1.501C.023.95.3.35.836.138m.389.395C.749.631.456 1.126.499 1.594.502 8.565.494 15.537.503 22.508c-.031.539.45 1.02.989.989 7.005.005 14.011.005 21.016 0a.961.961 0 0 0 .989-.989c.006-7.005.006-14.011 0-21.016.036-.585-.52-1.06-1.09-.993C15.347.524 8.281.455 1.225.533z"/><path fill="#fff" d="M3.894 3.894h16.212v16.212H3.894V3.894m1.628 5.233c-.359.406.119 1.032.575 1.092 1.123.02 2.247 0 3.37.009l-.001.25c-.464.106-.949.132-1.4.288-.363.381-.605.859-.919 1.28-.363.595-1.181.52-1.697.903-.052.58-.1 1.203.028 1.772.374.134.788.04 1.179.068.038-.689.627-1.318 1.342-1.264.678.006 1.19.617 1.236 1.266 1.591-.01 3.182-.001 4.772-.004.049-.576.438-1.135 1.032-1.238.778-.186 1.514.482 1.547 1.252.706.018 1.34-.332 2.003-.521-.002-1.73.002-3.46-.001-5.19.022-.181-.059-.411-.282-.377-1.004-.02-2.009.002-3.013-.006-.582.012-.995-.572-1.588-.51-2.233.015-4.468-.015-6.701.015-.531.224-.998.6-1.482.915m2.107 4.7c-.719.199-.937 1.235-.363 1.71.531.528 1.546.201 1.667-.539.192-.728-.602-1.438-1.304-1.171m7.306.014A1.015 1.015 0 0 0 14.306 15c.098.523.66.896 1.181.78.558-.093.945-.711.783-1.255-.132-.563-.8-.904-1.335-.684z"/><path fill="#fff" d="M7.445 8.724c.67-.028 1.342-.027 2.012-.001.012.327.01.655-.002.982-.669.024-1.338.025-2.007-.001a13.925 13.925 0 0 1-.003-.98zM11.25 10.239a44.77 44.77 0 0 1 2.259-.001c.019 1.343.017 2.687.002 4.03a38.77 38.77 0 0 1-2.262-.003c-.014-1.342-.016-2.684.001-4.026zM14.545 10.239c.668-.02 1.338-.021 2.006.001-.021.492.093 1.027-.054 1.492-.643-.004-1.33.09-1.947-.049-.038-.48-.014-.963-.005-1.444zM8.24 10.955c.402-.05.809-.018 1.213-.008.019.466.018.932.001 1.399-.739.042-1.478.094-2.218.085.308-.506.598-1.045 1.004-1.476z"/><path fill="#154889" d="M1.225.533C8.281.455 15.347.524 22.407.499c.57-.067 1.126.408 1.09.993.006 7.005.006 14.011 0 21.016a.961.961 0 0 1-.989.989c-7.005.005-14.011.005-21.016 0-.539.031-1.02-.45-.989-.989C.494 15.537.502 8.565.499 1.594c-.043-.468.25-.963.726-1.061m2.669 3.361v16.212h16.212V3.894H3.894z"/><path d="M5.522 9.127c.484-.315.951-.691 1.482-.915 2.233-.03 4.468 0 6.701-.015.593-.062 1.006.522 1.588.51 1.004.008 2.009-.014 3.013.006.223-.034.304.196.282.377.003 1.73-.001 3.46.001 5.19-.663.189-1.297.539-2.003.521-.033-.77-.769-1.438-1.547-1.252-.594.103-.983.662-1.032 1.238-1.59.003-3.181-.006-4.772.004-.046-.649-.558-1.26-1.236-1.266-.715-.054-1.304.575-1.342 1.264-.391-.028-.805.066-1.179-.068-.128-.569-.08-1.192-.028-1.772.516-.383 1.334-.308 1.697-.903.314-.421.556-.899.919-1.28.451-.156.936-.182 1.4-.288l.001-.25c-1.123-.009-2.247.011-3.37-.009-.456-.06-.934-.686-.575-1.092m1.923-.403c-.011.326-.009.653.003.98.669.026 1.338.025 2.007.001.012-.327.014-.655.002-.982a24.999 24.999 0 0 0-2.012.001m3.805 1.515a174.293 174.293 0 0 0-.001 4.026 38.77 38.77 0 0 0 2.262.003 159.23 159.23 0 0 0-.002-4.03 44.77 44.77 0 0 0-2.259.001m3.295 0c-.009.481-.033.964.005 1.444.617.139 1.304.045 1.947.049.147-.465.033-1 .054-1.492a31.945 31.945 0 0 0-2.006-.001m-6.305.716c-.406.431-.696.97-1.004 1.476.74.009 1.479-.043 2.218-.085.017-.467.018-.933-.001-1.399-.404-.01-.811-.042-1.213.008z"/><path d="M7.629 13.827c.702-.267 1.496.443 1.304 1.171-.121.74-1.136 1.067-1.667.539-.574-.475-.356-1.511.363-1.71zM14.935 13.841c.535-.22 1.203.121 1.335.684.162.544-.225 1.162-.783 1.255-.521.116-1.083-.257-1.181-.78a1.015 1.015 0 0 1 .629-1.159z"/></symbol><symbol viewBox="0 0 24 24" id="information--caravan-trailer-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.835.138c.271-.119.575-.103.864-.108 7 .009 14-.01 20.999.009.766-.016 1.312.741 1.27 1.463v20.997c.051.764-.57 1.528-1.37 1.467-7.066.004-14.131.004-21.196 0-.799.059-1.416-.706-1.37-1.467a73486 73486 0 0 1 0-20.998C.023.95.3.351.835.138m.39.395C.75.632.454 1.125.498 1.593.502 8.565.495 15.537.502 22.509c-.03.538.451 1.019.989.988 7.006.005 14.012.005 21.017 0a.961.961 0 0 0 .989-.989c.006-7.005.006-14.011.001-21.016.035-.585-.522-1.061-1.092-.993C15.346.523 8.281.456 1.225.533z"/><path fill="#fff" d="M3.894 3.894h16.212v16.212H3.894V3.894m3.024 2.328c-.49.253-.063.964.376.967.908.026 1.817-.028 2.723.028-.232.465-.972.125-1.281.521-.284.356-.49.769-.791 1.111-.356.249-.813.293-1.188.507-.097.458-.054.948-.022 1.414.286.169.65.051.967.083.057-.515.448-1.008.998-1.011.581-.045 1.031.463 1.086 1.011 1.274-.003 2.548.008 3.823-.006.045-.552.512-1.056 1.091-1.004.553.009.935.509.991 1.025.562.003 1.07-.264 1.598-.417-.031-1.49.074-2.99-.054-4.473-.847-.01-1.694-.002-2.541-.003-.476.034-.814-.433-1.289-.409-1.702 0-3.405.004-5.107-.002-.547-.049-.932.42-1.38.658m1.426 3.926c-.54.274-.543 1.137-.003 1.413.491.31 1.205-.079 1.213-.66.065-.615-.686-1.082-1.21-.753m5.901 0c-.539.275-.542 1.135-.004 1.412.491.311 1.207-.078 1.215-.659.065-.615-.688-1.083-1.211-.753m-5.267 3.139c-.168.695-.27 1.407-.384 2.112.051.663.261 1.306.373 1.961H7.495v.353h4.275c.073-.461.427-.911.93-.892.505-.021.862.429.932.892.824-.006 1.648.016 2.472-.014.134-.986.548-1.985.273-2.981-.123-.483-.106-1.015-.314-1.467-2.186-.059-4.377-.004-6.565-.027-.17.017-.37-.036-.52.063m3.551 3.733c-.911.182-.536 1.681.363 1.388.885-.199.516-1.651-.363-1.388z"/><path fill="#fff" d="M8.339 5.985a23.738 23.738 0 0 1 1.623 0c.002.264.002.529-.007.793-.536.014-1.073.014-1.609 0a19.06 19.06 0 0 1-.007-.793zM11.394 7.207a29.847 29.847 0 0 1 1.82-.004c.013 1.079.009 2.158.002 3.236-.608.011-1.216.014-1.823-.002-.005-1.077-.007-2.154.001-3.23zM14.043 7.205a24.037 24.037 0 0 1 1.611 0c.013.4.012.8.001 1.2-.537.013-1.075.013-1.612.001a20.909 20.909 0 0 1 0-1.201zM8.935 7.818c.318-.127.689-.038 1.028-.04.003.371.004.743-.007 1.114-.593.04-1.188.08-1.783.067.237-.39.469-.789.762-1.141zM9.747 13.954a35.605 35.605 0 0 1 1.601 0c.012 1.132.013 2.265 0 3.397a30.52 30.52 0 0 1-1.601 0 147.949 147.949 0 0 1 0-3.397zM13.339 13.954a75.081 75.081 0 0 1 2.226-.001c.014.385.013.77.001 1.154-.743.01-1.485.011-2.228 0-.011-.384-.012-.769.001-1.153z"/><path fill="#154889" d="M1.225.533C8.281.456 15.346.523 22.406.499c.57-.068 1.127.408 1.092.993.005 7.005.005 14.011-.001 21.016a.961.961 0 0 1-.989.989c-7.005.005-14.011.005-21.017 0-.538.031-1.019-.45-.989-.988-.007-6.972 0-13.944-.004-20.916-.044-.468.252-.961.727-1.06m2.669 3.361v16.212h16.212V3.894H3.894z"/><path d="M6.918 6.222c.448-.238.833-.707 1.38-.658 1.702.006 3.405.002 5.107.002.475-.024.813.443 1.289.409.847.001 1.694-.007 2.541.003.128 1.483.023 2.983.054 4.473-.528.153-1.036.42-1.598.417-.056-.516-.438-1.016-.991-1.025-.579-.052-1.046.452-1.091 1.004-1.275.014-2.549.003-3.823.006-.055-.548-.505-1.056-1.086-1.011-.55.003-.941.496-.998 1.011-.317-.032-.681.086-.967-.083-.032-.466-.075-.956.022-1.414.375-.214.832-.258 1.188-.507.301-.342.507-.755.791-1.111.309-.396 1.049-.056 1.281-.521-.906-.056-1.815-.002-2.723-.028-.439-.003-.866-.714-.376-.967m1.421-.237c-.002.264-.002.529.007.793.536.014 1.073.014 1.609 0 .009-.264.009-.529.007-.793a23.738 23.738 0 0 0-1.623 0m3.055 1.222a267.506 267.506 0 0 0-.001 3.23c.607.016 1.215.013 1.823.002.007-1.078.011-2.157-.002-3.236a29.847 29.847 0 0 0-1.82.004m2.649-.002c-.012.4-.011.8 0 1.201.537.012 1.075.012 1.612-.001.011-.4.012-.8-.001-1.2a24.037 24.037 0 0 0-1.611 0m-5.108.613c-.293.352-.525.751-.762 1.141.595.013 1.19-.027 1.783-.067.011-.371.01-.743.007-1.114-.339.002-.71-.087-1.028.04z"/><path d="M8.344 10.148c.524-.329 1.275.138 1.21.753-.008.581-.722.97-1.213.66-.54-.276-.537-1.139.003-1.413zM14.245 10.148c.523-.33 1.276.138 1.211.753-.008.581-.724.97-1.215.659-.538-.277-.535-1.137.004-1.412zM8.978 13.287c.15-.099.35-.046.52-.063 2.188.023 4.379-.032 6.565.027.208.452.191.984.314 1.467.275.996-.139 1.995-.273 2.981-.824.03-1.648.008-2.472.014-.07-.463-.427-.913-.932-.892-.503-.019-.857.431-.93.892H7.495v-.353h1.472c-.112-.655-.322-1.298-.373-1.961.114-.705.216-1.417.384-2.112m.769.667a147.949 147.949 0 0 0 0 3.397 30.52 30.52 0 0 0 1.601 0c.013-1.132.012-2.265 0-3.397a35.605 35.605 0 0 0-1.601 0m3.592 0c-.013.384-.012.769-.001 1.153.743.011 1.485.01 2.228 0 .012-.384.013-.769-.001-1.154a75.081 75.081 0 0 0-2.226.001z"/><path d="M12.529 17.02c.879-.263 1.248 1.189.363 1.388-.899.293-1.274-1.206-.363-1.388z"/></symbol><symbol viewBox="0 0 24 24" id="information--cargo-loading-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.1 0h1.774c1.427.175 2.852.473 4.158 1.094C20.96 2.846 23.663 6.849 24 11.116v1.732c-.334 4.595-3.462 8.851-7.818 10.404-1.055.401-2.17.595-3.283.748h-1.774c-1.423-.174-2.846-.478-4.148-1.097C3.049 21.153.341 17.155 0 12.888V11.14C.32 6.862 3.035 2.849 6.967 1.095 8.264.477 9.683.182 11.1.001m-.131 2.338a9.708 9.708 0 0 0-6.256 3.217C2.045 8.502 1.52 13.124 3.439 16.602c1.721 3.292 5.461 5.372 9.167 5.09 3.698-.179 7.141-2.698 8.447-6.16 1.09-2.777.817-6.053-.752-8.594-1.877-3.172-5.675-5.028-9.331-4.6z"/><path fill="#fff" d="M10.969 2.339c3.656-.428 7.454 1.428 9.331 4.6 1.57 2.542 1.842 5.818.752 8.594-1.306 3.462-4.748 5.981-8.447 6.16-3.706.282-7.446-1.799-9.167-5.09-1.919-3.478-1.393-8.1 1.274-11.046a9.705 9.705 0 0 1 6.256-3.217M5.185 6.016l.001 8.232a4.083 4.083 0 0 1-.317.271c-.008.404-.01.809-.002 1.213.276.175.574.311.883.416.035.518-.067 1.057.065 1.562.325.488 1.026.185 1.514.266.853.029.535-1.088.601-1.621 1.039.781 2.554.79 3.592-.001.078.515-.193 1.217.283 1.586.523.066 1.061.05 1.586.01.564-.4.211-1.217.308-1.8.295-.134.668-.194.871-.469-.005-.482.199-1.134-.3-1.439-.01-2.742-.001-5.484-.005-8.227H5.183m11.675 5.199c-.618.247-.248 1.326.402 1.051.65-.239.253-1.357-.402-1.051m.943 1.094c-.871-.232-1.158.905-1.784 1.27-.04.538.611.341.826.702-.272.868-.906 1.7-.638 2.648.059.366-.037 1.148.553 1.034.524-.119.239-.722.173-1.073-.221-.636.238-1.207.445-1.777.331.85.562 1.741.938 2.57.202.401.827.163.739-.265-.308-1.133-.708-2.244-1.046-3.37.292-.096.598-.125.904-.116.076-.174.154-.347.233-.518-.26-.486-.53-.967-.797-1.45-.182.114-.362.232-.545.344z"/><path fill="#fff" d="M10.133 6.716c1.145-.01 2.291-.002 3.437-.004v7.574c-1.146-.001-2.292.005-3.437-.004V6.715z"/><path d="M5.185 6.016h9.082c.004 2.743-.005 5.485.005 8.227.499.305.295.956.3 1.439-.203.275-.576.335-.871.469-.097.583.256 1.4-.308 1.8-.526.041-1.063.056-1.586-.01-.476-.37-.205-1.072-.283-1.586-1.038.791-2.552.782-3.592.001-.066.533.252 1.65-.601 1.621-.488-.082-1.189.222-1.514-.266-.132-.505-.03-1.044-.065-1.562a4.144 4.144 0 0 1-.883-.416 32.7 32.7 0 0 1 .002-1.213c.11-.085.215-.175.317-.271l-.001-8.232m4.946.699v7.567c1.145.008 2.291.002 3.437.004V6.713c-1.146.001-2.292-.006-3.437.004zM16.858 11.214c.655-.306 1.052.812.402 1.051-.65.275-1.02-.804-.402-1.051z"/><path d="M17.801 12.308c.182-.113.362-.23.545-.344.266.482.536.964.797 1.45-.079.172-.157.344-.233.518a2.658 2.658 0 0 0-.904.116c.338 1.126.738 2.237 1.046 3.37.088.428-.538.666-.739.265-.377-.829-.607-1.721-.938-2.57-.208.57-.666 1.141-.445 1.777.066.35.352.954-.173 1.073-.59.114-.494-.668-.553-1.034-.268-.948.366-1.781.638-2.648-.215-.361-.865-.164-.826-.702.626-.365.913-1.501 1.784-1.27z"/></symbol><symbol viewBox="0 0 24 24" id="information--central-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M.581 0h22.832c.205.155.398.326.587.502v22.895a2.545 2.545 0 0 1-.528.544c-1.541-.13-3.088-.041-4.632-.065-6.095.029-12.192-.06-18.286.046-.222-.114-.384-.307-.554-.482V.6C.154.365.35.162.581.001M.52.26C.209.404.171.776.177 1.077.185 8.399.175 15.722.183 23.044c-.058.443.334.806.77.746 7.364.004 14.729.004 22.093 0a.684.684 0 0 0 .779-.752c.002-7.362.002-14.726 0-22.088a.695.695 0 0 0-.781-.773C15.722.171 8.4.179 1.078.173.891.184.692.173.52.259z"/><path fill="#0066b3" d="M.985.757C8.132.667 15.291.751 22.443.715c.334-.032.84.031.798.481.017 7.163.007 14.327.005 21.488a.464.464 0 0 1-.559.529c-7.164.001-14.329.007-21.493-.004-.311.044-.53-.227-.491-.522C.689 15.603.705 8.519.695 1.434c.007-.242-.01-.605.29-.678m17.818 2.936c-.323.013-.646.03-.967.059-.034.564-.034 1.129.011 1.692.774.019 1.548-.004 2.322-.005.023-.565.03-1.132-.018-1.696a21.423 21.423 0 0 0-.798-.041c-.007-.228.133-.551-.157-.656-.239.131-.282.422-.392.647m-12.829.327c-.618-.004-1.237-.013-1.855.017-.054.809-.091 1.628.001 2.436.616.134 1.253.041 1.878.062.074.43-.2 1.093.238 1.342.498-.181.2-.913.28-1.34.637 0 1.274.013 1.91-.025.019-.811.08-1.631-.024-2.438-.614-.112-1.243-.042-1.864-.052-.019-.257-.028-.515-.084-.767-.52-.265-.46.452-.48.766m5.823-.131c-.492.014-1.002-.066-1.482.074-.072.475-.035.956-.04 1.435-.278.053-.726.017-.638.427.666.308 1.477.092 2.2.166-.342.851-1.182 1.35-2.076 1.405.055.172.04.486.31.434.851-.008 1.583-.57 2.051-1.243.52.666 1.356 1.309 2.244 1.088.246-.384-.294-.451-.55-.506-.649-.116-1.129-.622-1.43-1.178.677-.028 1.368.052 2.034-.092.281-.412-.277-.451-.56-.524.004-.484.004-.967-.023-1.451a14.965 14.965 0 0 0-1.436-.036c-.08-.229.023-.623-.289-.689-.34.03-.233.457-.313.69m3.753.187c.204.31.437.6.668.889-.209.33-1.033.749-.344 1.018-.138.512-.304 1.033-.276 1.571.662.156.472-.994.667-1.426l-.197-.246.282-.043c.16.604-.397 1.764.412 1.925.06-.684.024-1.37.042-2.056.167.054.332.11.498.168l-.382.197c.097.475.037 1.025.334 1.433.58-.14.091-.996.097-1.436l.281-.266c-.11-.361-.167-.797-.556-.97-.048.149-.096.298-.142.448l-.466.066c.305-.42.661-.811.905-1.273-.223-.599-.688.254-.902.494l-.25-.329c.173-.302.907-.87.334-1.076-.329.312-.616.672-1.006.913m3.104 1.679c-.353.025-.708.043-1.06.088l.097.368c.283.013.566.023.851.032-.209.461-1.26 1.09-.664 1.511.36-.316.616-.725.901-1.104.038.401-.115.876.161 1.214.496-.125.218-.796.294-1.172.313.376.628.751.978 1.093.496-.45-.272-.857-.514-1.234.216-.176.444-.344.626-.559-.211-.53-.715.091-1.013.221-.047-.226-.085-.454-.14-.677-.209-.072-.36.12-.518.218M9.564 9.913c-.002 1.152.004 2.305-.004 3.457-2.305-.451-4.61-.899-6.92-1.321 3.144 3.247 6.299 6.486 9.443 9.734 3.191-3.262 6.384-6.522 9.577-9.782-2.338.439-4.67.901-7.003 1.37-.012-1.153-.017-2.306-.028-3.46-1.688 0-3.377-.001-5.065.001z"/><path fill="#0066b3" d="M10.79 4.408l1.051.002-.001 1.003h-1.05V4.407zM12.354 4.409h.992l.001 1.004h-.994V4.409zM4.589 4.528l1.412.001v1.495H4.589V4.528zM6.515 4.528l1.423.001v1.495H6.515V4.528zM18.139 4.876c.577-.1 1.183-.132 1.75.042-.57.107-1.2.196-1.75-.042z"/><path fill="#fff" d="M.52.26C.692.174.891.184 1.078.174 8.4.18 15.722.172 23.044.178a.695.695 0 0 1 .781.773c.002 7.362.002 14.726 0 22.088a.684.684 0 0 1-.779.752c-7.364.004-14.729.004-22.093 0-.437.06-.828-.304-.77-.746C.175 15.723.185 8.4.177 1.078.171.777.209.405.52.261m.465.496c-.3.073-.283.436-.29.678.011 7.085-.006 14.17.008 21.253-.04.295.18.566.491.522 7.164.011 14.329.005 21.493.004a.464.464 0 0 0 .559-.529c.002-7.162.012-14.326-.005-21.488.042-.45-.464-.514-.798-.481C15.291.752 8.132.668.985.758z"/><path fill="#fff" d="M18.803 3.692c.11-.224.154-.516.392-.647.29.106.15.428.157.656.265.008.532.022.798.041.048.564.041 1.13.018 1.696-.774.001-1.548.024-2.322.005a12.408 12.408 0 0 1-.011-1.692c.322-.029.644-.046.967-.059m-.539.46l.002.206c.49.002.979.002 1.469.002v-.21c-.49.012-.98.011-1.471.001m-.124.725c.55.238 1.18.149 1.75.042-.566-.174-1.172-.142-1.75-.042zM5.975 4.019c.02-.313-.04-1.031.48-.766.056.252.065.51.084.767.62.01 1.249-.06 1.864.052.104.808.043 1.627.024 2.438-.636.038-1.273.025-1.91.025-.079.427.218 1.159-.28 1.34-.438-.248-.163-.912-.238-1.342-.625-.022-1.262.072-1.878-.062-.092-.808-.055-1.627-.001-2.436.618-.03 1.237-.02 1.855-.017m-1.386.51v1.496h1.412V4.529l-1.412-.001m1.926 0v1.496h1.423V4.529l-1.423-.001zM11.798 3.889c.08-.233-.026-.66.313-.69.312.066.209.46.289.689a14.95 14.95 0 0 1 1.436.036c.026.484.026.967.023 1.451.283.073.841.113.56.524-.666.144-1.357.065-2.034.092.301.557.781 1.062 1.43 1.178.256.055.796.122.55.506-.888.221-1.724-.422-2.244-1.088-.468.673-1.2 1.235-2.051 1.243-.27.052-.254-.263-.31-.434.894-.055 1.734-.554 2.076-1.405-.722-.073-1.534.143-2.2-.166-.088-.41.36-.374.638-.427.005-.479-.032-.96.04-1.435.48-.14.99-.06 1.482-.074m-1.006.519v1.006h1.05l.001-1.003-1.051-.002m1.564 0v1.004h.994l-.001-1.004h-.992zM15.553 4.076c.39-.241.677-.601 1.006-.913.574.206-.161.774-.334 1.076l.25.329c.215-.24.679-1.093.902-.494-.244.462-.6.853-.905 1.273l.466-.066c.046-.15.094-.299.142-.448.389.173.445.608.556.97l-.281.266c-.006.44.482 1.296-.097 1.436-.296-.408-.236-.958-.334-1.433l.382-.197a22.405 22.405 0 0 0-.498-.168c-.018.685.018 1.372-.042 2.056-.809-.161-.252-1.321-.412-1.925l-.282.043.197.246c-.196.432-.005 1.582-.667 1.426-.028-.538.138-1.058.276-1.571-.689-.269.136-.688.344-1.018-.232-.289-.464-.58-.668-.889z"/><path fill="#fff" d="M18.656 5.756c.158-.098.31-.29.518-.218.055.223.094.451.14.677.298-.13.802-.751 1.013-.221-.182.215-.41.383-.626.559.241.377 1.009.784.514 1.234-.35-.342-.665-.718-.978-1.093-.076.377.202 1.048-.294 1.172-.276-.338-.122-.814-.161-1.214-.286.379-.541.788-.901 1.104-.596-.421.455-1.05.664-1.511-.284-.01-.568-.019-.851-.032l-.097-.368c.352-.044.707-.062 1.06-.088zM9.564 9.913c1.688-.002 3.377-.001 5.065-.001.011 1.153.016 2.306.028 3.46 2.333-.469 4.666-.931 7.003-1.37-3.193 3.26-6.386 6.521-9.577 9.782-3.144-3.248-6.299-6.487-9.443-9.734 2.31.422 4.615.87 6.92 1.321.007-1.152.001-2.305.004-3.457z"/><path fill="#0569b4" d="M18.263 4.152c.491.01.982.011 1.471-.001v.21c-.49 0-.979 0-1.469-.002l-.002-.206z"/><path fill="#00528f" opacity=".8" d="M.554 23.921c6.094-.106 12.191-.017 18.286-.046 1.544.024 3.091-.065 4.632.065l-.14.06H.704l-.149-.079z"/></symbol><symbol viewBox="0 0 24 24" id="information--charging-station--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.836.138C1.107.018 1.41.035 1.7.03c7 .009 14-.01 21 .009.765-.015 1.31.741 1.268 1.462a73486 73486 0 0 1 0 20.998c.051.764-.569 1.528-1.37 1.467-7.065.004-14.131.004-21.196 0-.799.059-1.416-.706-1.37-1.467V1.501C.023.95.3.35.836.138m.389.394C.752.633.453 1.125.498 1.593.502 8.565.495 15.537.502 22.508c-.031.538.452 1.02.989.989 7.006.005 14.012.005 21.018 0 .537.031 1.019-.451.989-.988.005-7.006.005-14.012 0-21.018.035-.583-.521-1.06-1.09-.992C15.348.523 8.282.457 1.225.532z"/><path fill="#fff" d="M3.895 3.895c5.403-.003 10.807-.003 16.21 0 .003 5.403.003 10.807 0 16.21-5.403.003-10.807.003-16.21 0-.003-5.403-.003-10.807 0-16.21m8.928 2.336c-.523-.068-.867.34-.887.832-.775-.005-1.556-.039-2.329.016-.467.12-.388.676-.39 1.044-.358-.003-.901-.065-1.017.385-.073 1.714.048 3.44-.061 5.151-.159.999-1.73 1.11-2.063.174-.184-.762-.033-1.563-.068-2.34.972-.278.756-1.399.764-2.168l-.36-.01c-.001-.386 0-.772-.004-1.158-.544 0-.174.804-.281 1.162l-.723.001c-.001-.385.001-.769-.006-1.154l-.28.015c.002.378.002.756 0 1.134l-.359.01c.01.765-.209 1.874.747 2.164.011.704-.041 1.409.003 2.113.08.812.874 1.453 1.685 1.378.809-.029 1.478-.775 1.48-1.573.013-.915-.001-1.831.007-2.746.179-.001.359-.001.539 0 .003 2.45-.001 4.901.001 7.351l.534.003c0 .266-.001.531.001.797 1.78.002 3.561.002 5.341.001l.002-.798.532-.004c-.003-3.503.021-7.008-.013-10.51-.212-.74-1.191-.362-1.753-.436.009-.337.103-.805.532-.802 1.068-.02 2.138-.009 3.207-.005a.529.529 0 0 1 .563.541c.008.8.011 1.601-.002 2.401a.514.514 0 0 1-.489.519c-.672.026-1.345-.003-2.018.01 0 2.405-.004 4.81.002 7.215 1.015.004 2.029.003 3.044.001l.004-.802.531-.007c.003-3.447.003-6.894 0-10.341a.555.555 0 0 0-.631-.608c-1.77.007-3.541-.016-5.31.011-.52.037-.494.653-.475 1.033z"/><path fill="#fff" d="M10.644 8.156c1.115-.068 2.239-.013 3.357-.027a.533.533 0 0 1 .56.572c.002.794.011 1.59-.004 2.384.004.289-.265.529-.55.511-1.039.009-2.078.004-3.117.003-.29.028-.591-.191-.592-.495-.02-.803-.008-1.608-.006-2.412a.532.532 0 0 1 .352-.536z"/><path fill="#154889" d="M1.225.532C8.282.457 15.348.523 22.408.499c.569-.068 1.125.409 1.09.992.005 7.006.005 14.012 0 21.018.03.537-.452 1.019-.989.988-7.006.005-14.012.005-21.018 0-.537.031-1.02-.451-.989-.989-.007-6.971 0-13.943-.004-20.915-.045-.468.254-.96.727-1.061m2.67 3.363c-.003 5.403-.003 10.807 0 16.21 5.403.003 10.807.003 16.21 0 .003-5.403.003-10.807 0-16.21-5.403-.003-10.807-.003-16.21 0z"/><path fill="#154889" d="M12.823 6.231c-.019-.38-.045-.996.475-1.033 1.769-.027 3.54-.004 5.31-.011a.555.555 0 0 1 .631.608c.003 3.447.003 6.894 0 10.341l-.531.007-.004.802c-1.015.002-2.029.003-3.044-.001-.006-2.405-.002-4.81-.002-7.215.673-.013 1.346.016 2.018-.01a.514.514 0 0 0 .489-.519c.013-.8.01-1.601.002-2.401a.529.529 0 0 0-.563-.541c-1.069-.004-2.139-.015-3.207.005-.429-.003-.523.465-.532.802-.642.037-1.286.036-1.929-.002.02-.492.364-.9.887-.832z"/><path d="M9.217 8.123c.002-.368-.077-.924.39-1.044.773-.055 1.554-.021 2.329-.016.643.038 1.287.039 1.929.002.562.074 1.541-.304 1.753.436.034 3.502.01 7.007.013 10.51l-.532.004-.002.798c-1.78.001-3.561.001-5.341-.001-.002-.266-.001-.531-.001-.797l-.534-.003c-.002-2.45.002-4.901-.001-7.351a48.42 48.42 0 0 0-.539 0c-.008.915.006 1.831-.007 2.746-.002.798-.671 1.544-1.48 1.573-.811.075-1.605-.566-1.685-1.378-.044-.704.008-1.409-.003-2.113-.956-.29-.737-1.399-.747-2.164l.359-.01c.002-.378.002-.756 0-1.134l.28-.015c.007.385.005.769.006 1.154l.723-.001c.107-.358-.263-1.162.281-1.162.004.386.003.772.004 1.158l.36.01c-.008.769.208 1.89-.764 2.168.035.777-.116 1.578.068 2.34.333.936 1.904.825 2.063-.174.109-1.711-.012-3.437.061-5.151.116-.45.659-.388 1.017-.385m1.427.033a.532.532 0 0 0-.352.536c-.002.804-.014 1.609.006 2.412.001.304.302.523.592.495 1.039.001 2.078.006 3.117-.003.285.018.554-.222.55-.511.015-.794.006-1.59.004-2.384a.533.533 0 0 0-.56-.572c-1.118.014-2.242-.041-3.357.027z"/></symbol><symbol viewBox="0 0 21 24" id="information--children--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M10.23 0h.476c.486.13.796.537 1.016.962 3.098 5.35 6.222 10.688 9.239 16.082v6.037a1.367 1.367 0 0 1-.897.873c-1.27-.115-2.546-.031-3.819-.056-5.115.034-10.235-.069-15.348.051-.427-.124-.74-.471-.896-.878v-5.976c.181-.461.454-.876.698-1.305C3.627 10.715 6.56 5.644 9.488.569c.145-.3.434-.477.743-.57m.077.564c-.323.074-.417.432-.576.677C6.803 6.311 3.872 11.383.948 16.457c-.158.296-.399.579-.389.932-.021 1.82-.014 3.64.008 5.459-.01.353.367.595.69.591 6.151-.012 12.302-.002 18.453-.005.378.041.739-.303.713-.682-.003-1.788 0-3.575-.01-5.363.012-.249-.123-.468-.239-.679C17.146 11.431 14.125 6.149 11.04.902a.66.66 0 0 0-.732-.34z"/><path fill="#0066b3" d="M10.301.761c.246-.092.502.056.608.281 3.068 5.227 6.075 10.489 9.095 15.745.102.189.226.381.221.605.012 1.786.008 3.573.01 5.359a.479.479 0 0 1-.528.496c-6.151.005-12.303.01-18.454.005-.223-.002-.504-.152-.497-.406a238.62 238.62 0 0 1-.014-5.351A.886.886 0 0 1 .854 17C3.849 11.789 6.857 6.586 9.863 1.382c.138-.209.218-.483.437-.62M7.889 6.934c-.566.658-.543 1.664-.091 2.382-.626.286-1.273.636-1.641 1.244-.244.446-.299.963-.412 1.453-.615.277-.583 1.049-.618 1.621-.001.586.707.66 1.141.766-.113.283-.219.569-.313.859.178.153.349.314.523.472-.205.982-.83 1.79-1.209 2.701.419.41.878.831 1.46.983.022-.352-.155-.659-.317-.958.673-.871 1.395-1.722 1.829-2.745.289.393.656.737.892 1.165.189.904.233 1.833.431 2.736a5.623 5.623 0 0 0 1.595-.133c-.072-.323-.408-.43-.666-.568.166-1.155.189-2.372-.464-3.392l.176-.354c-.265-.744-.853-1.456-.668-2.287.7.441 1.361 1.014 2.214 1.122-.201.706-.483 1.597.209 2.135-.035.139-.063.28-.095.419.121.114.303.188.368.345-.092.824-.49 1.573-.656 2.381.449.211.922.399 1.425.405-.023-.27-.187-.488-.336-.703.412-.52.621-1.155.742-1.799l.319-.031c.406.839.608 1.75.866 2.64.368.049.746.062 1.109-.03.139-.286-.254-.436-.42-.597.04-.693.085-1.39.003-2.081.175-.143.344-.292.52-.434-.102-.606-.393-1.153-.715-1.667.743.163 1.531.471 2.287.201a34.504 34.504 0 0 1 0-.455c-.69.017-1.26-.448-1.913-.611-.213-.763-.462-1.642-1.334-1.862.321-.146.771-.178.924-.549.075-.28.043-.575.049-.863.085-.094.171-.186.259-.276-.195-.805-1.059-1.191-1.827-1.148l.021-.44c-.337-.06-.306.321-.389.54-.165-.035-.327-.08-.492-.113l-.234.161.344.219c-.364.504-.556 1.206-.252 1.785.103.222.408.299.459.544-.417.138-.773.389-.9.831-.523-.087-.952-.413-1.355-.733-.52-.85-.34-2.231-1.398-2.683.703-.166.858-.87.878-1.496.166-.053.333-.1.5-.155-.623-.093-.685-.742-1.083-1.085-.577-.058-1.192-.044-1.745.138M2.926 17.542c.562.004 1.123.004 1.685-.001.058-.304.11-.61.159-.916-.483-.006-.965-.003-1.447-.003a16.66 16.66 0 0 0-.397.92m13.295-.917c.072.307.152.612.236.917.61.004 1.221.004 1.831-.001a23.16 23.16 0 0 0-.356-.917c-.57-.003-1.14-.005-1.71.001M1.746 21.748c5.864-.002 11.729.017 17.592-.009a42.744 42.744 0 0 0-.39-.908c-5.625-.007-11.25-.001-16.874-.003-.119.304-.228.61-.328.92z"/><path fill="#0066b3" d="M6.589 12.226c.04-.159.053-.351.25-.387-.004.172-.006.344-.015.515a13.667 13.667 0 0 1-.236-.128zM12.235 15.312c-.149-.191-.236-.668.121-.654-.023.22-.057.441-.121.654z"/><path fill="#fff" d="M10.308.563a.662.662 0 0 1 .732.34c3.084 5.246 6.106 10.529 9.134 15.808.116.211.25.43.239.679.01 1.788.007 3.575.01 5.363.026.379-.334.723-.713.682-6.151.003-12.302-.006-18.453.005-.323.004-.7-.238-.69-.591a231.014 231.014 0 0 1-.008-5.459c-.01-.353.231-.636.389-.932C3.872 11.383 6.802 6.312 9.732 1.241c.159-.245.254-.603.576-.677m-.007.197c-.219.137-.299.412-.437.62C6.858 6.585 3.85 11.788.855 16.999a.886.886 0 0 0-.112.495 227.23 227.23 0 0 0 .014 5.351c-.007.254.274.403.497.406 6.151.005 12.303 0 18.454-.005a.478.478 0 0 0 .528-.496c-.002-1.786.001-3.573-.01-5.359.005-.223-.119-.416-.221-.605-3.019-5.256-6.027-10.518-9.095-15.745-.106-.225-.362-.373-.608-.281z"/><path fill="#fff" d="M7.889 6.934c.553-.182 1.168-.196 1.745-.138.397.343.46.991 1.083 1.085-.167.056-.334.102-.5.155-.02.626-.175 1.33-.878 1.496 1.059.452.878 1.833 1.398 2.683.404.32.832.646 1.355.733.127-.442.483-.693.9-.831-.051-.245-.356-.322-.459-.544-.305-.579-.112-1.281.252-1.785l-.344-.219c.059-.041.175-.122.234-.161.165.034.327.079.492.113.083-.219.051-.599.389-.54l-.021.44c.768-.043 1.632.343 1.827 1.148-.088.09-.174.181-.259.276-.006.287.026.583-.049.863-.153.371-.604.403-.924.549.872.22 1.121 1.099 1.334 1.862.653.164 1.223.628 1.913.611v.455c-.756.269-1.544-.038-2.287-.201.322.515.613 1.062.715 1.667-.176.141-.345.291-.52.434.082.692.037 1.389-.003 2.081.167.161.56.311.42.597-.363.092-.741.08-1.109.03-.258-.89-.46-1.801-.866-2.64l-.319.031c-.121.645-.33 1.28-.742 1.799.15.215.313.433.336.703-.503-.005-.977-.194-1.425-.405.166-.808.564-1.557.656-2.381-.065-.157-.247-.231-.368-.345.032-.139.061-.28.095-.419-.692-.538-.41-1.428-.209-2.135-.853-.108-1.514-.681-2.214-1.122-.186.831.402 1.543.668 2.287l-.176.354c.653 1.021.63 2.238.464 3.392.258.138.593.245.666.568a5.626 5.626 0 0 1-1.595.133c-.198-.903-.242-1.832-.431-2.736-.236-.429-.603-.772-.892-1.165-.434 1.023-1.156 1.874-1.829 2.745.161.299.339.606.317.958-.582-.152-1.041-.573-1.46-.983.379-.911 1.004-1.719 1.209-2.701-.174-.157-.345-.319-.523-.472.094-.29.2-.576.313-.859-.434-.106-1.142-.18-1.141-.766.036-.572.003-1.345.618-1.621.113-.489.168-1.006.412-1.453.368-.608 1.016-.958 1.641-1.244-.452-.718-.475-1.724.091-2.382m-1.3 5.292l.236.128c.008-.171.01-.343.015-.515-.197.036-.211.227-.25.387m5.645 3.086c.064-.213.097-.434.121-.654-.356-.014-.269.463-.121.654zM2.926 17.542c.124-.311.256-.618.397-.92.482 0 .964-.003 1.447.003-.049.306-.102.612-.159.916-.562.005-1.124.005-1.685.001z"/><path fill="#fff" d="M16.221 16.625c.57-.006 1.14-.004 1.71-.001.126.303.244.609.356.917-.61.005-1.221.005-1.831.001-.084-.305-.163-.61-.236-.917zM1.746 21.748c.1-.31.209-.616.328-.92 5.625.002 11.25-.004 16.874.003.133.301.264.604.39.908-5.864.026-11.729.007-17.592.009z"/><path fill="#00589a" opacity=".86" d="M.896 23.95c5.113-.121 10.233-.018 15.348-.051 1.273.024 2.549-.06 3.819.056l-.128.046H1.031l-.135-.05z"/></symbol><symbol viewBox="0 0 24 24" id="information--children--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#154889" d="M0 0h24.069c.116.146.221.303.287.478-.051.956-.024 1.913-.029 2.869V24H0V0m3.184 3.375v17.662h17.648V3.375H3.184z"/><path fill="#fff" d="M24.069 0h.34v.605l-.052-.127A1.82 1.82 0 0 0 24.07 0zM3.184 3.375h17.648v17.662H3.184V3.375m5.738 1.872c-.569.161-.27 1.093.291.879.574-.158.272-1.098-.291-.879m-.193 1.059c-.459.283-.926.552-1.385.834.473.43.97-.211 1.424-.373.234 1.078-.126 2.136-.271 3.199l.436-.236c.131-.633.257-1.269.391-1.901.146.313.244.651.428.945.398.209.829.353 1.25.513.096-.563-.558-.629-.924-.824-.3-.58-.433-1.212-.457-1.861l.429.148c.118.304.314.637.702.544a12.278 12.278 0 0 0-.322-.663c-.144-.333-.579-.304-.868-.435-.257.141-.549.216-.833.111m-2.328.251c-.268.159-.231.605.061.715.269.132.609-.117.568-.411-.014-.295-.389-.477-.629-.304m7.752.169c-.632.211-.909 1.056-.522 1.599.429.727 1.647.589 1.902-.216.353-.813-.564-1.736-1.38-1.384m-7.784.734c-.298.292-.605.577-.89.883.385.177.637-.201.913-.398.038.691.047 1.383.103 2.073.442-.215.207-.756.256-1.14l.274-.078.178.238c.331-.005.664-.005.994-.019-.13-.356-.536-.294-.841-.341-.077-.305-.153-.608-.228-.913l.241.01c.102.23.258.451.542.425a12.154 12.154 0 0 0-.318-.685c-.401-.133-.812-.078-1.224-.053m4.311 3.787a1.2 1.2 0 0 0-.31.362c-.481.003-.962-.001-1.443.003-.123-.398-.41-.782-.847-.847-.602-.14-1.232.373-1.222.989-.033.619.587 1.154 1.194 1.032.438-.056.737-.429.867-.827.543.003 1.087.001 1.63.002.163.116.38.331.578.148.789-.577 1.567-1.17 2.351-1.753-.001.977-.005 1.954-.007 2.931.701.005 1.402-.009 2.104-.005-.004-.974-.01-1.947-.013-2.921.731.561 1.442 1.149 2.18 1.7.398.319 1.136-.307.691-.694-.991-.793-2.017-1.544-3.02-2.322-.557.358-1.283.339-1.842-.003-.964.735-1.926 1.473-2.891 2.204m2.832 2.393c-.882 1.873-1.936 3.668-2.877 5.515.447.184 1.076.273 1.356-.224.85-1.542 1.647-3.115 2.479-4.668.844 1.528 1.674 3.064 2.525 4.588.267.491.905.62 1.362.313-.921-1.851-1.952-3.648-2.827-5.519-.673.002-1.345.01-2.018-.005z"/><path fill="#fff" d="M7.621 11.211c.411-.214.946.165.879.624-.023.448-.593.722-.958.459-.401-.239-.353-.904.078-1.082z"/><path fill="#5379a8" d="M24.356.478l.052.127V24h-.082V3.347c.006-.957-.022-1.913.029-2.869z"/><path fill="#030303" d="M8.922 5.247c.562-.219.864.722.291.879-.561.214-.86-.718-.291-.879zM8.729 6.306c.285.105.576.03.833-.111.289.131.723.102.868.435.115.217.22.439.322.663-.388.093-.584-.239-.702-.544l-.429-.148c.024.649.158 1.282.457 1.861.367.196 1.02.261.924.824-.42-.16-.851-.304-1.25-.513-.184-.295-.282-.633-.428-.945-.134.633-.26 1.268-.391 1.901l-.436.236c.145-1.063.505-2.122.271-3.199-.454.162-.95.803-1.424.373.459-.282.926-.551 1.385-.834zM6.401 6.558c.24-.173.616.008.629.304.041.295-.3.544-.568.411-.292-.11-.329-.556-.061-.715zM14.153 6.727c.816-.352 1.732.571 1.38 1.384-.256.805-1.473.943-1.902.216-.387-.544-.109-1.388.522-1.599z"/><path fill="#030303" d="M6.369 7.46c.411-.024.823-.08 1.224.053.111.226.221.452.318.685-.284.026-.44-.194-.542-.425l-.241-.01c.074.305.151.609.228.913.305.047.711-.015.841.341-.331.014-.663.014-.994.019l-.178-.238-.274.078c-.049.384.187.926-.256 1.14-.056-.69-.065-1.382-.103-2.073-.276.198-.527.576-.913.398.285-.306.592-.591.89-.883zM10.68 11.249c.966-.731 1.927-1.469 2.891-2.204.559.342 1.286.361 1.842.003 1.003.779 2.029 1.53 3.02 2.322.445.387-.294 1.013-.691.694-.738-.552-1.449-1.14-2.18-1.7.003.974.009 1.947.013 2.921-.701-.004-1.402.01-2.104.005.002-.977.006-1.954.007-2.931-.784.583-1.562 1.176-2.351 1.753-.198.183-.415-.032-.578-.148-.544-.002-1.087.001-1.63-.002-.13.398-.429.771-.867.827-.607.122-1.227-.413-1.194-1.032-.01-.616.62-1.128 1.222-.989.437.065.723.449.847.847.481-.004.962 0 1.443-.003.084-.136.178-.269.31-.362m-3.059-.039c-.431.179-.479.843-.078 1.082.364.263.935-.011.958-.459.067-.459-.469-.838-.879-.624zM13.512 13.641c.673.015 1.345.007 2.018.005.875 1.871 1.906 3.669 2.827 5.519-.456.308-1.095.178-1.362-.313-.851-1.524-1.681-3.06-2.525-4.588-.833 1.553-1.629 3.126-2.479 4.668-.28.496-.909.408-1.356.224.94-1.847 1.994-3.642 2.877-5.515z"/></symbol><symbol viewBox="0 0 23 24" id="information--children-crossing--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#005ac4" d="M0 0h16.787c2.037.222 4.095.119 6.124.39.349.042.426.421.503.701v13.611c-.846.3-1.613.779-2.444 1.112-.883.329-1.576-.533-2.4-.679-1.093-.207-2.186-.519-3.31-.455-.431.026-.695-.375-.966-.645-.646-.755-1.429-1.378-2.072-2.138-.41-.499-1.077-.849-1.15-1.555.882-1.113 1.054-2.605.824-3.971-.13-1.75-1.307-3.198-2.521-4.366C8.414.935 6.878.919 5.567.663c-1.597-.064-3.063.823-4.13 1.948-.495.553-.524 1.687-1.438 1.715V-.001z"/><path fill="#2c4680" d="M16.787 0h6.628v1.091c-.077-.28-.155-.659-.503-.701C20.883.12 18.825.223 16.788 0z"/><path fill="#405094" d="M1.438 2.612C2.506 1.487 3.971.6 5.568.664c1.311.255 2.847.272 3.808 1.342C8.5 1.638 7.702 1.044 6.722.984c-2.053-.536-4.363.48-5.437 2.292C-.019 4.969-.197 7.424.928 9.254c1.127 2.648 4.332 4.326 7.116 3.379.677-.229 1.267-.647 1.926-.919.13.146.265.288.402.428-.418-.041-.872-.133-1.232.152-1.724 1.126-4.051.907-5.783-.074-1.438-.801-2.269-2.26-3.053-3.64C-.061 7.729.195 6.786.001 5.9V4.327c.913-.028.942-1.163 1.438-1.715z"/><path fill="#8e3e90" d="M1.285 3.276C2.359 1.464 4.668.448 6.722.984c.98.06 1.778.654 2.654 1.022 1.214 1.167 2.391 2.615 2.521 4.366.229 1.366.057 2.858-.824 3.971-.089.142-.174.284-.261.426l-.074-.08-.082-.097c.43-.714.864-1.467 1.004-2.299.132-1.571.013-3.353-1.084-4.585C9.39 1.804 6.98.706 4.767 1.121 1.735 1.71-.307 5.245.724 8.164c.62 2.281 2.62 4.217 5.01 4.48 1.446.254 2.888-.31 4.059-1.126l.122.133.055.062c-.659.272-1.249.69-1.926.919-2.784.947-5.988-.731-7.116-3.379-1.125-1.83-.947-4.285.357-5.978z"/><path fill="#c6005e" d="M4.767 1.12c2.213-.414 4.623.684 5.809 2.587 1.097 1.232 1.216 3.013 1.084 4.585-.14.832-.575 1.585-1.004 2.299-.043-.619.331-1.171.502-1.748.544-1.365.416-3.008-.431-4.223-.21-.719-.667-1.366-1.311-1.76-.534-.307-.878-.873-1.472-1.086-1.328-.51-2.889-.624-4.203-.018-.995.709-2.043 1.447-2.597 2.577-.107 1.028-.519 2.05-.295 3.09.138.666.2 1.378.582 1.961.445.805 1.213 1.331 1.804 2.015 1.497 1.056 3.546 1.351 5.232.581.371-.255.68-.7 1.193-.596l.132.133c-1.171.816-2.613 1.38-4.059 1.126-2.389-.263-4.389-2.2-5.01-4.48-1.031-2.919 1.01-6.454 4.043-7.043z"/><path fill="#e50000" d="M3.742 1.757c1.314-.606 2.875-.493 4.203.018.594.213.938.78 1.472 1.086.644.393 1.102 1.041 1.311 1.76.846 1.215.975 2.858.431 4.223-.171.577-.546 1.129-.502 1.748l.082.097-.304.034c-.193.212-.39.42-.59.626l.071.302a5.198 5.198 0 0 0-.122-.133l-.132-.133c-.513-.104-.822.341-1.193.596-1.686.77-3.735.475-5.232-.581-.591-.684-1.359-1.209-1.804-2.015.266-.063.507.077.74.183.605-.763-.416-1.511-.142-2.345.258.575.725 1.022.967 1.605.423 1.175 1.839 1.336 2.693 2.093.948-.624 2.466-.33 3.011-1.55.184-.275.372-.547.541-.83.666-.911.163-2.058.341-3.079.35.259.646.842 1.152.575-.335-.603-.692-1.194-1.12-1.736l-.309.544a7.075 7.075 0 0 1-.678-.828c.416.015.831.035 1.247.04-.434-.211-.917-.308-1.336-.548-.297-.272-.474-.645-.7-.974l-.35.794c-.974-.263-2.028-.335-2.991.006-.685.247-1.186.796-1.703 1.282-.241-.32-.46-.794-.938-.739-.041.301-.084.601-.13.9-.14.015-.281.032-.421.049a56.024 56.024 0 0 1-.159-.493c.554-1.13 1.602-1.867 2.597-2.577z"/><path fill="#df002b" d="M7.488 3.328l.35-.794c.226.329.403.702.7.974.419.24.901.337 1.336.548-.416-.005-.831-.025-1.247-.04.204.294.432.568.678.828l.309-.544c.428.542.786 1.133 1.12 1.736-.506.267-.802-.316-1.152-.575-.178 1.021.325 2.168-.341 3.079.802-1.963-.261-4.412-2.291-5.076-1.41-.585-3.15.023-3.923 1.33-.856 1.372-.524 3.249.488 4.448 1.292 1.476 3.844 1.613 5.185.129-.546 1.22-2.063.926-3.011 1.55-.853-.757-2.27-.918-2.693-2.093-.242-.583-.709-1.03-.967-1.605-.274.834.747 1.582.142 2.345-.233-.105-.474-.246-.74-.183C1.049 8.802.987 8.09.849 7.424c-.224-1.04.188-2.062.295-3.09l.159.493c.14-.018.281-.034.421-.049.046-.3.089-.599.13-.9.478-.055.697.419.938.739.517-.486 1.019-1.035 1.703-1.282.964-.341 2.017-.269 2.991-.006z"/><path fill="#e87078" d="M3.028 4.794c.773-1.307 2.514-1.915 3.923-1.33 2.03.664 3.093 3.113 2.291 5.076-.169.283-.357.555-.541.83-1.342 1.484-3.893 1.348-5.185-.129-1.013-1.199-1.344-3.076-.488-4.448m2.521-1.342c-1.492.061-2.743 1.421-2.812 2.889-.177 1.765 1.084 3.577 2.865 3.869 1.599.354 3.285-.793 3.616-2.379.571-2.2-1.407-4.562-3.669-4.38z"/><path fill="#fff9d5" d="M5.549 3.451c2.262-.183 4.24 2.18 3.669 4.38-.331 1.586-2.017 2.732-3.616 2.379-1.781-.293-3.042-2.104-2.865-3.869.069-1.468 1.321-2.828 2.812-2.889M4.27 7.819l-.008.413c.194.255.469.419.8.39.747-.935 1.665-1.714 2.457-2.606.473-.444-.192-1.208-.707-.884-.907.838-1.687 1.798-2.542 2.687z"/><path fill="#342e35" d="M4.27 7.819c.855-.889 1.634-1.849 2.542-2.687.515-.324 1.18.44.707.884-.793.892-1.71 1.671-2.457 2.606-.33.029-.605-.135-.8-.39l.008-.413z"/><path fill="#174584" d="M0 5.9c.194.886-.062 1.829.303 2.68-.265 1.267-.006 2.549-.029 3.825.034 3.395.181 6.789.151 10.185-.002.478.047.962.227 1.41H.19C.17 21.474.188 18.946 0 16.425V5.9z"/><path fill="#0052be" d="M.274 12.405C.297 11.129.039 9.847.303 8.58c.784 1.38 1.616 2.839 3.053 3.64 1.733.981 4.059 1.2 5.783.074.359-.286.814-.193 1.232-.152.488.475.974.955 1.421 1.47 1.047 1.185 2.282 2.196 3.258 3.444.002.213.006.427.007.64-.331.259-.254.649-.087.983l.496.162c-.016.033-.049.101-.064.135-.274.349-.039.708.306.882.231.143.417.345.514.602l.109.259c.015.036.044.107.06.142l.544.077c.069.151.138.303.21.455.078-.13.153-.263.232-.393-.008.171-.008.342-.008.513.198.034.396.071.596.096.527.078 1.057.014 1.585.001.485.54.903 1.408 1.717 1.421.356-.09.754-.361.707-.776-.103-.363-.37-.647-.568-.96.862-.386 1.281-1.253 2.008-1.798v4.504H.651c-.18-.447-.229-.932-.227-1.41.03-3.396-.117-6.79-.151-10.185z"/><path fill="#444d68" d="M10.812 10.768c.087-.142.172-.284.261-.426.073.706.74 1.056 1.15 1.555.643.76 1.426 1.383 2.072 2.138.27.27.535.671.966.645 1.124-.063 2.216.248 3.31.455.824.146 1.517 1.008 2.4.679.831-.334 1.598-.812 2.444-1.112v.269c-.794.38-1.598.741-2.384 1.14-.772.425-1.417-.428-2.13-.608-1.132-.309-2.293-.527-3.454-.702l-.156.169-.225.249c-1.308-1.585-2.861-2.944-4.256-4.451z"/><path fill="#fdf2d9" d="M9.844 11.349c.2-.206.397-.414.59-.626l.304-.034.074.08c1.394 1.507 2.948 2.866 4.256 4.451.083.823.91.975 1.376 1.499-.42.248-.892.568-1.392.338-.976-1.248-2.212-2.26-3.258-3.444a24.337 24.337 0 0 0-1.421-1.47 12.48 12.48 0 0 1-.402-.428l-.055-.062-.071-.302z"/><path fill="#ede7da" d="M15.292 14.97l.156-.169c1.16.176 2.322.393 3.454.702.713.179 1.358 1.033 2.13.608.786-.399 1.59-.76 2.384-1.14v4.223c-.279.152-.565.288-.846.434-.084.443-.304.868-.752 1.03-.288.096-.581.171-.871.256-.67-.578-.784-1.52-.905-2.343-.569-.862-1.377-1.49-2.066-2.242-.955-.261-2.548.001-2.682-1.36z"/><path fill="#918d87" d="M15.067 15.22l.225-.249c.135 1.362 1.727 1.099 2.682 1.36.69.752 1.497 1.38 2.066 2.242.121.823.235 1.764.905 2.343.29-.085.583-.16.871-.256-.349.183-.719.322-1.075.487-.197-.142-.4-.274-.602-.407a28.81 28.81 0 0 0-.829.45c.077.142.155.283.239.421-.528.013-1.058.077-1.585-.001.64-.537 1.452-.81 2.11-1.317.21-.444-.283-.767-.663-.526-.686.38-1.508.639-2.035 1.234-.078.13-.153.263-.232.393l-.21-.455-.544-.077-.06-.142c.677.008 1.227-.411 1.799-.709.597-.338 1.253-.581 1.787-1.022-.239-1.118-1.303-.177-1.894.084-.596.437-1.739.507-1.801 1.388a1.224 1.224 0 0 0-.514-.602c1.041-.48 2.044-1.038 3.067-1.552.491-.164.294-1.03-.249-.816-1.069.43-2.03 1.108-3.124 1.487.015-.034.048-.102.064-.135l-.496-.162c1.07-.214 2.002-.836 2.944-1.355.455-.247.062-.966-.403-.759-.842.323-1.54.98-2.455 1.13-.001-.213-.005-.427-.007-.64.5.229.972-.09 1.392-.338-.466-.523-1.292-.676-1.376-1.499z"/><path fill="#7794b0" d="M0 16.425C.187 18.946.17 21.473.19 24H0v-7.575z"/><path fill="linen" d="M17.513 16.567c.465-.207.858.512.403.759-.942.519-1.874 1.14-2.944 1.355-.167-.335-.245-.725.087-.983.916-.15 1.613-.807 2.455-1.13z"/><path fill="#f8efe4" d="M15.403 18.976c1.093-.379 2.055-1.057 3.124-1.487.543-.214.74.652.249.816-1.023.514-2.027 1.072-3.067 1.552-.344-.173-.58-.533-.306-.882z"/><path fill="#f5eee2" d="M18.023 19.071c.591-.261 1.655-1.202 1.894-.084-.534.441-1.189.684-1.787 1.022-.572.299-1.123.718-1.799.709l-.109-.259c.062-.882 1.205-.952 1.801-1.388z"/><path fill="#3f536f" d="M22.568 19.628c.281-.146.568-.282.846-.434v.302c-.727.546-1.146 1.412-2.008 1.798.198.313.465.597.568.96.047.416-.351.686-.707.776.218-.255.433-.512.638-.776-.362-.397-.735-.784-1.164-1.109.356-.165.726-.304 1.075-.487.447-.163.667-.588.752-1.03z"/><path fill="#f5ece1" d="M19.412 19.765c.379-.241.872.082.663.526-.658.507-1.469.78-2.11 1.317-.2-.025-.398-.062-.596-.096 0-.171 0-.342.008-.513.527-.595 1.349-.853 2.035-1.234z"/><path fill="#ede9e4" d="M19.311 21.188c.274-.155.55-.303.829-.45.201.133.405.266.602.407.428.324.802.712 1.164 1.109-.205.265-.42.521-.638.776-.815-.013-1.233-.882-1.717-1.421-.084-.138-.162-.28-.239-.421z"/></symbol><symbol viewBox="0 0 24 24" id="information--cycling-two-abreast-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0366b3" d="M0 0h24.27v24H0V0m5.938 4.36c.228.309.462.612.723.895l.011.593c-.712.175-1.493.409-1.928 1.048-.828 1.431-1.425 3.125-.964 4.781a5.6 5.6 0 0 0 .814-.283l.51-.019c-.038.454-.181.926-.04 1.375.394.851-.178 1.739-.113 2.621.055.701.007 1.53.554 2.062l-.205.325c.307.001.616 0 .924-.004.005-.419.013-.844-.078-1.255-.313-1.127-.1-2.38.484-3.384l.078.402c-.344.56-.194 1.234-.221 1.854.031.932-.057 1.869.039 2.796.09.582 1.096.481 1.067-.096.035-1.215-.001-2.431.016-3.647.028-.332-.08-.646-.256-.922l.175-.363c.372.829.601 1.731.677 2.636-.112 1.003-.403 1.99-.352 3.011.306-.001.612-.007.92-.013l-.29-.352c.209-.872.458-1.737.605-2.622.146-.872-.266-1.71-.295-2.573.384-.557.303-1.219.205-1.851.182.013.364.028.546.044.245.113.502.198.762.268.468-1.704-.16-3.46-1.042-4.913-.444-.564-1.185-.736-1.84-.929.008-.206.016-.413.026-.619.258-.268.476-.57.688-.875C7.951 3.81 7.756 3 7.034 3.016c-.715.016-.891.805-1.092 1.344m9.825.007c.229.305.464.607.721.89l.011.591c-.707.177-1.48.406-1.92 1.036-.821 1.431-1.448 3.127-.969 4.782.436-.119.867-.248 1.307-.344-.12.682-.094 1.364.131 2.018-.175 1.332-.636 2.939.283 4.095l-.214.32c.311.003.622.003.933-.001.004-.417.018-.839-.076-1.249-.311-1.119-.115-2.376.48-3.369l.09.382c-.361.553-.201 1.234-.231 1.854.031.933-.058 1.873.04 2.802.096.577 1.089.475 1.064-.101.036-1.215-.001-2.432.018-3.647.026-.328-.08-.639-.247-.916l.156-.375c.386.827.608 1.735.686 2.641-.112 1.003-.403 1.989-.353 3.009.298-.001.596-.004.895-.008l-.262-.403c.205-.775.409-1.551.562-2.338.214-.963-.154-1.919-.314-2.86l.378-.492a80.521 80.521 0 0 0-.115-1.309c.185.012.368.027.553.043.235.14.504.194.766.256.448-1.698-.169-3.438-1.041-4.886-.438-.572-1.185-.747-1.842-.938 0-.201 0-.402.003-.601.258-.278.484-.582.704-.891-.191-.542-.383-1.358-1.108-1.34-.717.018-.893.809-1.089 1.351M6.752 18.91c.012.647-.077 1.305.061 1.944.999.123.391-1.344.549-1.94a41.122 41.122 0 0 0-.609-.004m9.827.003c.142.638-.445 2.083.593 1.955.027-.651.018-1.304.019-1.955a62.424 62.424 0 0 0-.612 0z"/><path fill="#0366b3" d="M4.304 11.237c.236-.944.1-2.148.806-2.861.462.827.249 1.948.009 2.861-.272-.001-.543-.003-.816 0zM8.961 11.252c-.287-.982-.364-2.043-.003-3.016.746.852.492 2.024.878 3.003l-.875.013zM14.137 11.237c.198-1.022.159-2.129.825-3.001.352.973.282 2.025-.015 3.001a36.451 36.451 0 0 0-.81 0zM18.762 8.233c.775.835.53 2.018.883 3.008-.287.001-.573.004-.859.008-.295-.983-.338-2.032-.024-3.016z"/><path fill="#fff" d="M5.938 4.36c.201-.539.378-1.328 1.092-1.344.723-.016.917.794 1.104 1.335-.212.305-.43.607-.688.875l-.026.619c.655.193 1.397.365 1.84.929.882 1.453 1.51 3.209 1.042 4.913a4.82 4.82 0 0 1-.762-.268 33.448 33.448 0 0 0-.546-.044c.098.632.179 1.294-.205 1.851.03.863.441 1.7.295 2.573-.147.886-.396 1.75-.605 2.622l.29.352c-.307.007-.613.012-.92.013-.051-1.021.24-2.008.352-3.011a8.136 8.136 0 0 0-.677-2.636l-.175.363c.177.276.284.591.256.922-.018 1.216.019 2.432-.016 3.647.03.577-.976.678-1.067.096-.096-.928-.008-1.865-.039-2.796.027-.62-.123-1.294.221-1.854l-.078-.402c-.584 1.004-.797 2.257-.484 3.384.092.411.084.836.078 1.255-.307.004-.616.005-.924.004l.205-.325c-.547-.531-.499-1.36-.554-2.062-.065-.882.507-1.77.113-2.621-.14-.449.003-.921.04-1.375l-.51.019a5.642 5.642 0 0 1-.814.283c-.461-1.656.136-3.351.964-4.781.436-.639 1.216-.872 1.928-1.048l-.011-.593c-.26-.283-.495-.587-.723-.895m-1.63 6.877c.272-.003.543-.001.816 0 .24-.913.453-2.035-.009-2.861-.707.713-.57 1.917-.806 2.861m4.656.015l.875-.013c-.386-.979-.132-2.151-.878-3.003-.361.973-.284 2.035.003 3.016zM15.767 4.367c.197-.542.372-1.333 1.089-1.351.725-.018.917.798 1.108 1.34-.22.309-.446.613-.704.891-.003.2-.003.4-.003.601.657.191 1.404.367 1.842.938.872 1.448 1.489 3.189 1.041 4.886-.262-.062-.531-.116-.766-.256a25.716 25.716 0 0 0-.553-.043c.042.436.08.872.115 1.309l-.378.492c.16.941.529 1.897.314 2.86a36.797 36.797 0 0 1-.562 2.338c.086.135.174.268.262.403a89.28 89.28 0 0 1-.895.008c-.05-1.021.241-2.006.353-3.009a7.882 7.882 0 0 0-.686-2.641l-.156.375c.167.276.272.588.247.916-.019 1.215.019 2.432-.018 3.647.026.576-.968.678-1.064.101-.098-.929-.009-1.869-.04-2.802.03-.62-.131-1.301.231-1.854-.023-.096-.069-.286-.09-.382-.595.994-.791 2.25-.48 3.369.093.41.08.832.076 1.249-.311.004-.622.004-.933.001l.214-.32c-.92-1.156-.458-2.763-.283-4.095-.225-.654-.251-1.336-.131-2.018-.44.096-.871.225-1.307.344-.479-1.656.148-3.352.969-4.782.44-.63 1.213-.859 1.92-1.036l-.011-.591a12.027 12.027 0 0 1-.721-.89m-1.63 6.872c.27-.003.539-.003.81 0 .297-.976.367-2.028.015-3.001-.666.872-.627 1.979-.825 3.001m4.625-3.004c-.314.984-.271 2.033.024 3.016.286-.004.572-.007.859-.008-.353-.99-.108-2.173-.883-3.008zM6.752 18.91c.204 0 .407.001.609.004-.158.596.45 2.063-.549 1.94-.138-.639-.049-1.297-.061-1.944zM16.58 18.913h.612c-.001.651.008 1.304-.019 1.955-1.038.128-.452-1.317-.593-1.955z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.097 0h21.791c.316.193.72.329.9.678.066.41.091.827.097 1.242-.006 6.24-.001 12.48-.004 18.72-.006.894.048 1.794-.092 2.681-.181.347-.582.482-.895.679H1.116C.632 23.782.248 23.384 0 22.921V1.079A2.534 2.534 0 0 1 1.097 0M.588 1.675C.582 8.558.581 15.441.589 22.325c-.061.565.368 1.13.962 1.098 3.014.01 6.029.004 9.042.002.006-4.945.005-9.892.001-14.837-1.411-.01-2.824.004-4.236-.004-.202.02-.46-.073-.431-.318-.032-1.277 0-2.555-.016-3.832.005-.242-.026-.618.319-.612 3.601-.038 7.205.004 10.807-.02.3-.008.601.028.892.101.054 1.339.008 2.681.028 4.021.001.247.026.676-.335.652-1.409.028-2.82-.002-4.23.011-.001 4.946-.005 9.893.002 14.838 3.017.001 6.035.006 9.052-.001.541.038 1.043-.428.994-.98.002-6.962.002-13.925.001-20.887.048-.552-.454-1.019-.996-.98C15.48.572 8.515.57 1.551.578.957.546.526 1.112.587 1.676M6.282 4.33a105.85 105.85 0 0 0 .004 3.904c3.768.024 7.538.026 11.308 0 .023-1.301.028-2.604.002-3.904.022-.233-.292-.156-.43-.182-3.484.004-6.967.004-10.451 0-.139.028-.456-.05-.433.182z"/><path fill="#005ca1" d="M.588 1.675c-.061-.564.37-1.13.964-1.098C8.517.569 15.482.571 22.446.576c.542-.038 1.044.428.996.98.001 6.962.001 13.925-.001 20.887.049.552-.452 1.019-.994.98-3.017.007-6.035.002-9.052.001-.007-4.945-.004-9.892-.002-14.838 1.41-.013 2.821.017 4.23-.011.361.024.336-.404.335-.652-.019-1.34.026-2.682-.028-4.021a3.307 3.307 0 0 0-.892-.101c-3.602.024-7.206-.018-10.807.02-.346-.006-.314.37-.319.612.016 1.277-.017 2.555.016 3.832-.029.245.229.338.431.318 1.412.007 2.825-.006 4.236.004.004 4.945.005 9.892-.001 14.837-3.013.001-6.028.007-9.042-.002-.594.032-1.024-.533-.962-1.098C.582 15.441.583 8.558.589 1.674z"/><path fill="#bebcbb" d="M23.788.678c.074.133.145.269.212.406v21.839a9.43 9.43 0 0 1-.211.398c.14-.887.086-1.787.092-2.681.002-6.24-.002-12.48.004-18.72a8.604 8.604 0 0 0-.097-1.242z"/><path fill="#da251d" d="M6.282 4.33c-.023-.233.294-.155.433-.182 3.484.004 6.967.004 10.451 0 .138.026.451-.05.43.182.025 1.3.02 2.603-.002 3.904-3.769.026-7.54.024-11.308 0a105.85 105.85 0 0 1-.004-3.904z"/></symbol><symbol viewBox="0 0 25 24" id="information--dead-end--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#039fe3" d="M0 0h24.649v14.565c-3.181-.006-6.363.012-9.544-.009-.026-3.485-.012-6.97-.042-10.456a388.813 388.813 0 0 0-5.507 0c-.013 3.486.022 6.972.013 10.458-3.19.018-6.379.003-9.569.008V.001zM0 20.168h24.649V24H0v-3.832z"/><path fill="#fff" d="M9.556 4.099c1.836-.013 3.671-.013 5.507 0 .03 3.486.016 6.972.042 10.456 3.181.021 6.363.003 9.544.009v5.603H0v-5.603c3.19-.005 6.379.01 9.569-.008.009-3.486-.026-6.972-.013-10.458z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end--g3" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0m.125.125c-.008 7.916-.008 15.834 0 23.75 7.916.008 15.834.008 23.75 0 .008-7.916.008-15.834 0-23.75C15.959.117 8.041.117.125.125z"/><path fill="#00408b" d="M.125.125c7.916-.008 15.834-.008 23.75 0 .008 7.916.008 15.834 0 23.75-7.916.008-15.834.008-23.75 0C.117 15.959.117 8.041.125.125m1.713.404C1.05.695.456 1.466.482 2.269a14028.5 14028.5 0 0 0 0 19.462c-.04.961.823 1.831 1.788 1.784 6.486.007 12.973.007 19.459 0 .965.046 1.825-.823 1.787-1.784.006-6.487.006-12.974 0-19.46.044-1.015-.906-1.886-1.91-1.79C15.018.513 8.422.415 1.838.53z"/><path fill="#00408b" d="M1.842.778c.221-.055.45-.056.676-.06 6.404.008 12.81-.004 19.214.006.834-.035 1.58.712 1.544 1.546.006 6.487.006 12.974 0 19.462.034.834-.71 1.579-1.544 1.546-6.488.006-12.976.006-19.464 0-.833.034-1.58-.71-1.544-1.544C.718 15.246.718 8.758.724 2.27.701 1.593 1.182.94 1.842.78m5.974 1.818c-.004 1.092-.001 2.184-.001 3.277.946.006 1.891-.005 2.837.005v10.487c-3.073.007-6.146-.001-9.22.005-.007.727-.006 1.456-.001 2.184 3.073.005 6.146-.004 9.221.004.005 1.309-.004 2.62.004 3.929.944.005 1.889.005 2.834 0 .01-1.31-.006-2.621.007-3.931 3.065.005 6.131-.01 9.197.007.05-.727.008-1.457.024-2.185-3.073-.023-6.148-.001-9.222-.01-.01-3.496-.001-6.992-.004-10.488.944-.013 1.89.001 2.834-.007a397.49 397.49 0 0 0 0-3.276c-2.837-.004-5.674-.004-8.51 0z"/><path fill="#fff" d="M1.838.529C8.421.414 15.018.512 21.606.48c1.004-.096 1.955.775 1.91 1.79.006 6.486.006 12.973 0 19.46.038.961-.822 1.83-1.787 1.784-6.486.007-12.973.007-19.459 0-.965.047-1.828-.823-1.788-1.784a14028.5 14028.5 0 0 1 0-19.462C.456 1.465 1.05.694 1.838.528m.004.25c-.66.161-1.141.814-1.118 1.49-.006 6.488-.006 12.976 0 19.464-.036.834.712 1.578 1.544 1.544 6.488.006 12.976.006 19.464 0 .834.034 1.578-.712 1.544-1.546.006-6.487.006-12.974 0-19.462.036-.834-.71-1.58-1.544-1.546C15.328.712 8.922.724 2.518.716c-.226.004-.455.005-.676.06z"/><path fill="#fff" d="M7.816 2.598c2.837-.004 5.674-.004 8.51 0a397.49 397.49 0 0 1 0 3.276c-.944.008-1.89-.006-2.834.007.002 3.496-.006 6.992.004 10.488 3.074.008 6.149-.013 9.222.01-.016.728.026 1.458-.024 2.185-3.066-.017-6.132-.002-9.197-.007-.013 1.31.002 2.621-.007 3.931-.946.005-1.89.005-2.834 0-.007-1.309.001-2.62-.004-3.929-3.074-.007-6.148.001-9.221-.004-.005-.728-.006-1.457.001-2.184 3.073-.006 6.146.002 9.22-.005V5.879c-.946-.01-1.891.001-2.837-.005 0-1.093-.002-2.185.001-3.277m.444.329a190.39 190.39 0 0 0-.001 2.618c2.569.005 5.138.005 7.708.001.005-.874.006-1.747 0-2.62-2.569-.002-5.137-.002-7.706 0z"/><path fill="#e41408" d="M8.26 2.926c2.569-.002 5.137-.002 7.706 0 .006.872.005 1.746 0 2.62-2.569.004-5.138.004-7.708-.001a190.39 190.39 0 0 1 .001-2.618z"/></symbol><symbol viewBox="0 0 17 24" id="information--dead-end--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#0079c1" d="M.814 0h15.36c.487.134.861.584.821 1.102-.001 7.294.003 14.588-.003 21.881.023.449-.28.834-.672 1.017H.67a1.374 1.374 0 0 1-.671-.751V.828C.11.43.419.12.813 0M.71.2C.335.323.117.72.139 1.104.136 8.225.142 15.347.136 22.469c-.086.578.085 1.386.8 1.42 4.995.022 9.992.004 14.989.009.411.025.825-.262.903-.673.054-.334.025-.675.03-1.011-.003-7.038.002-14.076-.002-21.113a.899.899 0 0 0-.937-.961C11.152.131 6.385.143 1.618.135 1.316.141 1.004.109.711.201z"/><path fill="#0079c1" d="M.797.619c.151-.064.318-.054.477-.06 4.883.01 9.764-.003 14.646.007a.472.472 0 0 1 .511.533c.005 7.267.002 14.535.002 21.803.043.306-.186.611-.51.574-4.942.006-9.884.003-14.826.002-.334.046-.586-.257-.538-.578C.558 15.663.562 8.426.557 1.189.555.981.579.72.795.62m2.425.753v5.674h1.103l.001 10.128c.841 0 1.683-.001 2.523.001a8.299 8.299 0 0 1 1.11-4.117c1.924-3.331 3.852-6.66 5.778-9.99l-.455-1.698c-.586.151-1.17.306-1.753.466-1.868 3.205-3.704 6.43-5.58 9.63-.024-1.473-.004-2.946-.01-4.42H7.04V1.373H3.22M1.613 18.048v1.794h1.185v-.274l-.866-.001.001-.51h.746l.007-.263a99.59 99.59 0 0 0-.773-.003l.001-.477h.832v-.267H1.613m9.202-.004c.024.578-.06 1.167.054 1.737.167.057.346.062.519.081v-.25l-.289-.061c-.005-.502-.003-1.004-.003-1.506h-.282m-7.702.81c-.066.42.487.459.739.638-.218.141-.461.085-.69.008l-.14.172c.311.201.897.346 1.029-.13.095-.443-.481-.464-.743-.635.189-.147.41-.129.623-.048l.132-.206c-.306-.153-.849-.238-.949.201m1.583.966c.294.132.565-.088.781-.263l-.218-.111c-.22.185-.617.233-.654-.14-.11-.424.363-.657.659-.352l.201-.123c-.201-.144-.42-.349-.689-.272-.574.123-.62 1.06-.08 1.263m.999-1.198l.094.22c.249-.049.534-.128.7.129-.244.074-.535.057-.739.229-.215.204-.061.583.215.633.264.019.527-.033.791-.021-.06-.36-.018-.737-.124-1.087-.201-.33-.636-.171-.936-.102m1.442-.061l-.001 1.674.289-.001c-.005-.146-.01-.292-.017-.437.575.305 1.1-.363.844-.895-.168-.483-.732-.296-1.115-.34m1.508.292c-.139.314-.089.773.239.949.251.142.536.019.788-.053-.043-.08-.087-.161-.129-.242-.284.115-.567.083-.735-.2.32-.015.64-.015.961-.026-.059-.199-.071-.426-.206-.592-.252-.283-.772-.178-.918.164m2.945-.234l.095.223c.186-.03.372-.057.559-.078l.083.228c-.302.054-.804.066-.785.491.056.4.523.41.825.302l.27.088c-.043-.386.006-.791-.115-1.161-.211-.317-.632-.159-.932-.093m1.457-.058c.002.426.001.85.002 1.276h.289c.055-.342-.172-.924.275-1.055.386.181.159.714.218 1.054l.281.002c-.011-.354.047-.719-.045-1.065-.194-.376-.685-.15-1.019-.212m1.687 1.254c.248.123.517.005.759-.067l-.102-.232c-.29.084-.597.104-.752-.21.319-.013.638-.014.957-.021-.052-.335-.186-.801-.618-.757-.654-.001-.79 1.029-.243 1.288m-7.525.652l-1.255 1.256c.42.422.84.843 1.264 1.263.416-.002.833-.001 1.249-.003-.272-.277-.547-.551-.821-.826h3.381l.001-.862c-1.127-.002-2.253.003-3.379-.003.271-.277.546-.551.819-.826-.42-.001-.839-.002-1.259.001z"/><path fill="#0079c1" d="M7.683 18.835c.426-.019.456.688.06.785-.415-.003-.46-.726-.06-.785zM5.911 19.494c.037-.259.351-.215.539-.284.036.323-.308.598-.539.284zM11.81 19.493c.02-.265.353-.208.537-.273.028.317-.315.588-.537.273z"/><path fill="#fff" d="M.71.2c.293-.092.605-.06.907-.066 4.767.008 9.534-.003 14.301.005a.899.899 0 0 1 .937.961c.003 7.037-.001 14.075.002 21.113-.005.336.024.677-.03 1.011-.078.411-.492.698-.903.673-4.997-.004-9.994.014-14.989-.009-.715-.033-.886-.842-.8-1.42.006-7.122 0-14.244.003-21.365C.116.719.334.322.709.199m.088.42c-.216.1-.24.361-.238.569.004 7.237.001 14.474.002 21.711-.049.321.203.624.538.578 4.941.002 9.883.004 14.826-.002.324.037.552-.269.51-.574 0-7.267.003-14.535-.002-21.803a.472.472 0 0 0-.511-.533C11.04.555 6.159.568 1.276.558 1.117.565.949.555.799.618z"/><path fill="#fff" d="M3.22 1.373h3.82v5.674H5.937c.006 1.474-.014 2.947.01 4.42 1.876-3.2 3.711-6.425 5.58-9.63.583-.16 1.168-.316 1.753-.466l.455 1.698c-1.926 3.33-3.854 6.659-5.778 9.99a8.293 8.293 0 0 0-1.11 4.117c-.841-.002-1.683-.001-2.523-.001L4.323 7.047H3.22V1.373m.389.277c-.24.114.016.468.213.308.165-.137-.031-.447-.213-.308m.938.008c-.241.154.114.502.254.253.152-.155-.136-.391-.254-.253m.996-.038c-.302.113.021.555.203.299.154-.134-.044-.329-.203-.299m.773.151c.16.414.603.12.313-.203l-.313.203m-2.283.388c-.204.211.227.467.305.203.125-.163-.182-.386-.305-.203m1.009-.031c-.248.096.026.5.195.294.237-.092-.06-.443-.195-.294m.942.011c-.275.131.111.495.233.252.191-.109-.129-.418-.233-.252m-2.465.439c-.062.223.156.523.35.273.108-.243-.181-.267-.35-.273m1.099.005c-.263.041-.14.448.102.351.229-.08.084-.417-.102-.351m1.002.44c.203-.163.173-.362-.001-.535-.208.176-.242.376.001.535m.766-.366l.003.212.224.111c.146-.135.114-.299.016-.453l-.243.13m-2.28.414c-.282.096.01.514.198.297.18-.117-.048-.402-.198-.297m.986-.075l-.203.316c.327.281.621-.155.203-.316m.888.092c-.261.14.133.517.243.245.161-.117-.106-.397-.243-.245m-2.381.843l.311-.112c-.017-.465-.578-.261-.311.112m1.012-.398c-.311.043-.03.563.162.301.176-.085-.003-.363-.162-.301m.956-.002c-.312.062-.049.525.153.322.176-.128.013-.366-.153-.322m.77.012c.014.192.182.525.371.264.164-.258-.197-.283-.371-.264m-2.395.506c.013.211.283.504.404.197.09-.283-.232-.231-.404-.197m1.093-.044c-.217.167.005.501.227.317.152-.169-.036-.368-.227-.317m1.281.244l-.187-.3c-.417.147-.142.616.187.3m-2.736.257c-.162.157.01.425.221.328.203-.143-.009-.472-.221-.328m.955.016c-.211.155.107.473.252.266.167-.163-.094-.425-.252-.266m.934.012c-.183.169.125.434.26.261.201-.147-.103-.464-.26-.261m.856.269c.172.033.494.083.403-.198-.123-.312-.391-.015-.403.198m-2.207.171c-.272.049-.052.482.157.316.198-.086.027-.427-.157-.316m.931-.008c-.243.1-.03.464.167.326.226-.092.037-.42-.167-.326m1.246.071a39.86 39.86 0 0 0-.313-.118c-.265.367.27.573.313.118m-2.828.522l.128.224.214-.001.121-.237c-.155-.107-.319-.118-.462.014m1.066-.079c-.237.14.134.48.256.246.162-.14-.112-.432-.256-.246m.942-.003c-.242.192.226.498.296.203.122-.175-.169-.339-.296-.203m.95.012c-.186.148.111.443.258.257.208-.144-.113-.459-.258-.257m-2.256.873c.158-.169.306-.386.001-.475-.29.093-.146.307-.001.475m.936.001c.117-.143.361-.369.058-.452-.309-.028-.205.313-.058.452m.953-.451c-.295.022-.13.499.111.335.191-.073.066-.397-.111-.335m-2.51.427c-.054.186-.007.533.264.38.208-.203-.069-.364-.264-.38m.988.068c-.199.128.048.464.208.312.223-.114.005-.456-.208-.312m.949.015c-.223.143.122.495.256.258.163-.135-.092-.422-.256-.258m.994-.036c-.268.128.017.536.211.306.159-.134-.034-.391-.211-.306zM1.613 18.048h1.133v.267h-.832l-.001.477c.258 0 .515.001.773.003l-.007.263h-.746l-.001.51.866.001v.274H1.613v-1.794zM10.815 18.043h.282c.001.502-.002 1.004.003 1.506l.289.061v.25c-.174-.019-.352-.024-.519-.081-.115-.57-.031-1.159-.054-1.737zM3.112 18.854c.1-.439.643-.354.949-.201l-.132.206c-.213-.081-.434-.1-.623.048.262.171.838.192.743.635-.132.476-.718.331-1.029.13l.14-.172c.229.077.472.134.69-.008-.252-.18-.805-.218-.739-.638zM4.696 19.82c-.54-.203-.494-1.14.08-1.263.269-.077.489.129.689.272l-.201.123c-.295-.305-.769-.071-.659.352.037.374.434.325.654.14l.218.111c-.216.174-.488.395-.781.263zM5.695 18.624c.3-.069.735-.228.936.102.106.35.064.727.124 1.087-.264-.012-.527.04-.791.021-.277-.05-.431-.429-.215-.633.203-.172.494-.155.739-.229-.165-.256-.451-.178-.7-.129l-.094-.22m.217.871c.231.314.574.038.539-.284-.187.069-.501.026-.539.284zM7.138 18.564c.383.044.947-.142 1.115.34.255.532-.269 1.2-.844.895.007.146.012.292.017.437l-.289.001.001-1.674m.545.272c-.4.059-.356.782.06.785.397-.097.367-.803-.06-.785zM8.646 18.857c.146-.342.666-.447.918-.164.134.167.147.393.206.592-.321.011-.641.011-.961.026.169.283.451.315.735.2.042.081.085.162.129.242-.252.071-.537.195-.788.053-.329-.176-.378-.635-.239-.949m.157.215c.238.007.477.007.717.001-.154-.38-.544-.341-.717-.001zM11.591 18.623c.3-.066.721-.225.932.093.121.37.072.775.115 1.161l-.27-.088c-.301.108-.769.098-.825-.302-.02-.425.483-.437.785-.491l-.083-.228c-.187.021-.374.049-.559.078a21.288 21.288 0 0 1-.095-.223m.219.87c.222.315.565.043.537-.273-.184.066-.517.009-.537.273zM13.048 18.565c.334.062.825-.164 1.019.212.092.346.034.711.045 1.065l-.281-.002c-.059-.34.168-.873-.218-1.054-.447.131-.22.713-.275 1.055h-.289c-.001-.426 0-.85-.002-1.276zM14.736 19.819c-.546-.26-.41-1.289.243-1.288.432-.043.566.422.618.757-.318.008-.637.009-.957.021.155.314.462.294.752.21l.102.232c-.243.072-.511.19-.759.067m-.097-.745c.233.005.467.005.7 0-.157-.375-.532-.352-.7 0zM7.212 20.472c.42-.003.839-.002 1.259-.001-.273.275-.548.548-.819.826 1.126.006 2.252.001 3.379.003l-.001.862H7.649c.274.275.55.549.821.826-.416.003-.833.002-1.249.003-.424-.42-.844-.841-1.264-1.263.42-.418.837-.837 1.255-1.256z"/><path fill="#231f20" d="M3.609 1.65c.182-.139.378.171.213.308-.197.16-.453-.194-.213-.308zM4.547 1.658c.117-.138.405.098.254.253-.14.249-.494-.099-.254-.253zM5.543 1.62c.158-.031.357.165.203.299-.181.256-.505-.186-.203-.299zM5.042 2.128c.135-.149.431.202.195.294-.169.206-.443-.197-.195-.294zM5.984 2.139c.104-.166.424.143.233.252-.122.243-.508-.121-.233-.252zM3.519 2.578c.169.006.458.031.35.273-.194.25-.412-.05-.35-.273zM4.618 2.583c.186-.066.331.272.102.351-.242.096-.365-.311-.102-.351zM5.62 3.023c-.243-.159-.209-.359-.001-.535.174.174.203.372.001.535zM6.386 2.657l.243-.13c.098.154.13.317-.016.453l-.224-.111a14.986 14.986 0 0 1-.003-.212zM4.106 3.071c.151-.105.379.18.198.297-.188.217-.48-.201-.198-.297zM5.98 3.088c.138-.151.404.129.243.245-.111.272-.505-.105-.243-.245zM3.599 3.931c-.267-.374.294-.577.311-.112l-.311.112zM4.611 3.533c.159-.062.338.216.162.301-.191.262-.473-.258-.162-.301zM5.567 3.531c.166-.044.329.194.153.322-.203.203-.466-.26-.153-.322zM6.337 3.543c.174-.02.535.006.371.264-.189.261-.357-.071-.371-.264zM5.035 4.005c.191-.051.379.148.227.317-.222.185-.444-.15-.227-.317zM6.316 4.249c-.329.317-.604-.152-.187-.3l.187.3zM3.58 4.506c.213-.145.425.185.221.328-.211.097-.383-.17-.221-.328zM4.535 4.522c.157-.159.419.103.252.266-.145.208-.463-.111-.252-.266zM5.469 4.534c.157-.203.461.114.26.261-.135.173-.443-.092-.26-.261zM4.118 4.974c.185-.111.356.23.157.316-.209.166-.43-.267-.157-.316zM5.049 4.966c.204-.094.393.234.167.326-.197.138-.41-.226-.167-.326zM6.295 5.037c-.043.454-.578.249-.313-.118l.313.118zM3.467 5.559c.143-.133.307-.122.462-.014l-.121.237-.214.001-.128-.224zM4.534 5.48c.144-.186.418.106.256.246-.123.234-.493-.106-.256-.246zM6.426 5.489c.145-.202.466.113.258.257-.147.186-.444-.109-.258-.257zM4.17 6.362c-.145-.168-.289-.382.001-.475.305.089.157.306-.001.475zM5.106 6.363c-.147-.139-.251-.48.058-.452.303.083.059.309-.058.452zM6.059 5.912c.177-.061.302.262.111.335-.242.163-.407-.313-.111-.335zM3.549 6.339c.195.015.471.176.264.38-.271.153-.318-.193-.264-.38zM4.537 6.407c.213-.144.431.198.208.312-.16.151-.407-.185-.208-.312zM5.486 6.422c.164-.164.42.123.256.258-.134.237-.479-.115-.256-.258z"/><path fill="#322f2f" d="M6.316 1.771c.078-.05.235-.151.313-.203.29.323-.153.617-.313.203z"/><path fill="#322e2f" d="M4.033 2.159c.123-.183.43.04.305.203-.077.265-.509.009-.305-.203zM3.942 4.049c.172-.034.494-.086.404.197-.121.306-.392.014-.404-.197z"/><path fill="#332f30" d="M5.092 2.996c.418.161.123.597-.203.316l.203-.316z"/><path fill="#312d2e" d="M6.325 4.803c.013-.214.281-.511.403-.198.09.282-.231.231-.403.198zM6.48 6.386c.177-.084.37.173.211.306-.194.23-.479-.179-.211-.306z"/><path fill="#312e2f" d="M5.476 5.477c.128-.135.418.028.296.203-.071.294-.538-.011-.296-.203z"/><path fill="#1082c5" d="M8.803 19.072c.173-.34.563-.379.717.001-.239.006-.478.006-.717-.001z"/><path fill="#077dc3" d="M14.638 19.073c.169-.352.543-.375.7 0-.233.005-.467.005-.7 0z"/></symbol><symbol viewBox="0 0 13 24" id="information--dead-end-except-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d2dded" d="M0 0h.119C.174.091.077.173 0 .203V0z"/><path fill="#0c479d" d="M.119 0h13.15v24H0V.203C.077.173.174.091.119 0m6.353 1.051c-.002.544 0 1.088-.001 1.631-.927.005-1.853-.006-2.779.004a.543.543 0 0 0-.571.571c-.004 1.309-.004 2.62 0 3.929a.545.545 0 0 0 .571.571c.926.007 1.853-.001 2.779.003.001.543.001 1.086-.001 1.629-.874.002-1.75.002-2.625 0a269.03 269.03 0 0 0 0 2.541c.724-.002 1.449-.001 2.173-.001v10.15h1.45v-10.15a524.66 524.66 0 0 1 2.173.001c.004-.847.004-1.694 0-2.541-.875.002-1.75.002-2.625 0-.002-.543-.001-1.086-.001-1.629.927-.004 1.853.005 2.78-.003a.545.545 0 0 0 .57-.571c.005-1.309.005-2.619.001-3.928a.545.545 0 0 0-.571-.571c-.926-.009-1.853.001-2.779-.004-.001-.544.001-1.088-.001-1.631a48.96 48.96 0 0 1-.542 0z"/><path fill="#0c479d" d="M3.583 2.877c2.044-.037 4.092-.004 6.137-.016.239-.033.492.14.464.4.005 1.306.005 2.612 0 3.918a.362.362 0 0 1-.394.392c-2.032.004-4.063.004-6.094 0a.36.36 0 0 1-.394-.392c-.008-1.281-.001-2.564-.004-3.845-.018-.194.069-.427.285-.458m2.108.759c-.038.442-.26.831-.41 1.239-.565-.3-1.346-.07-1.656.491-.349.584-.05 1.427.595 1.65.558.237 1.202-.072 1.516-.553.265-.513.073-1.149-.349-1.516l.063-.153c.42.36.837.724 1.253 1.089-.062.299.13.539.428.579.001.115-.006.231-.014.347.114-.007.227-.017.34-.03a6.756 6.756 0 0 1-.244-.32c.076-.117.152-.234.224-.353l.184-.024c.105.601.672 1.093 1.296 1.009.665-.051 1.117-.73 1.076-1.36-.105-.794-1.044-1.238-1.75-.902-.11-.192-.221-.384-.335-.574.088-.268.351-.374.582-.493-.289-.28-.762-.112-1.127-.123.138.172.341.262.536.352l-.112.262c-.7.009-1.402-.001-2.103.006.085-.215.111-.445.16-.669.144-.204.427-.038.631-.051-.175-.268-.727-.264-.782.099z"/><path fill="#0c479d" d="M5.598 4.385c.705-.001 1.412-.002 2.117 0-.218.457-.361.956-.658 1.37l-.098-.181.088-.241a19.494 19.494 0 0 0-.342 0c.087.153.156.315.188.489-.471-.299-.851-.715-1.282-1.064-.154-.08-.028-.247-.015-.372zM7.853 4.413c.091.16.184.319.274.48-.388.262-.502.713-.637 1.131a6.944 6.944 0 0 1-.232-.282c.2-.442.393-.887.595-1.329zM3.689 5.73c.115-.663.943-.977 1.497-.619-.131.344-.234.764-.657.843.484.183.633-.435.768-.763.503.465.376 1.389-.281 1.639-.682.326-1.52-.369-1.328-1.1zM8.368 5.039c.486-.205 1.115-.007 1.317.5.286.586-.183 1.355-.837 1.362-.504.047-.927-.353-1.038-.823.375-.056.755-.021 1.13-.054-.144-.348-.421-.634-.572-.985z"/><path fill="#0c479d" d="M7.8 5.941c.033-.328.187-.629.446-.836.156.256.305.516.449.779a22.27 22.27 0 0 1-.895.057z"/><path fill="#fff" d="M6.472 1.051h.542c.002.544 0 1.088.001 1.631.927.005 1.853-.006 2.779.004a.545.545 0 0 1 .571.571c.004 1.309.004 2.619-.001 3.928a.544.544 0 0 1-.57.571c-.927.008-1.853-.001-2.78.003-.001.543-.001 1.086.001 1.629.874.002 1.75.002 2.625 0 .004.847.004 1.694 0 2.541-.724-.002-1.449-.001-2.173-.001v10.15h-1.45v-10.15a524.66 524.66 0 0 0-2.173.001 269.03 269.03 0 0 1 0-2.541c.875.002 1.75.002 2.625 0 .002-.543.001-1.086.001-1.629-.927-.004-1.853.004-2.779-.003a.544.544 0 0 1-.571-.571c-.004-1.309-.004-2.62 0-3.929a.544.544 0 0 1 .571-.571c.926-.009 1.853.001 2.779-.004.001-.544-.001-1.088.001-1.631M3.583 2.877c-.216.03-.303.264-.285.458.003 1.281-.004 2.564.004 3.845a.361.361 0 0 0 .394.392c2.031.004 4.063.004 6.094 0a.363.363 0 0 0 .394-.392c.005-1.306.005-2.612 0-3.918.028-.26-.225-.434-.464-.4-2.045.012-4.093-.021-6.137.016m.44 6.695c.002.724.002 1.447 0 2.171 1.813.004 3.628.004 5.441 0a392.77 392.77 0 0 1 0-2.171c-1.813-.004-3.628-.004-5.441 0z"/><path fill="#fff" d="M5.691 3.635c.056-.363.607-.368.782-.099-.204.014-.487-.152-.631.051-.049.224-.075.454-.16.669.701-.007 1.402.003 2.103-.006l.112-.262c-.195-.089-.398-.18-.536-.352.365.011.838-.157 1.127.123-.231.119-.493.225-.582.493.114.19.225.381.335.574.706-.336 1.645.108 1.75.902.041.63-.411 1.309-1.076 1.36-.624.083-1.191-.408-1.296-1.009l-.184.024c-.073.119-.148.236-.224.353.078.109.16.215.244.32a7.663 7.663 0 0 1-.34.03c.008-.115.015-.231.014-.347-.298-.039-.489-.279-.428-.579-.415-.365-.833-.729-1.253-1.089l-.063.153c.421.367.613 1.004.349 1.516-.314.481-.958.79-1.516.553-.645-.223-.944-1.066-.595-1.65.31-.56 1.091-.791 1.656-.491.151-.408.373-.798.41-1.239m-.091.752c-.013.125-.14.291.015.372.431.349.811.765 1.282 1.064a1.565 1.565 0 0 0-.188-.489h.342l-.088.241.098.181c.297-.414.44-.913.658-1.37-.705-.002-1.412-.001-2.117 0m2.253.029c-.202.442-.395.887-.595 1.329.075.096.152.19.232.282.136-.418.249-.869.637-1.131-.09-.161-.183-.32-.274-.48M3.689 5.73c-.193.731.645 1.425 1.328 1.1.656-.25.784-1.174.281-1.639-.135.328-.284.947-.768.763.423-.079.526-.5.657-.843-.554-.357-1.383-.044-1.497.619m4.678-.691c.151.352.428.637.572.985-.375.033-.755-.002-1.13.054.111.47.534.87 1.038.823.653-.007 1.123-.776.837-1.362-.202-.507-.832-.705-1.317-.5m-.568.902c.299-.013.597-.032.895-.057a20.124 20.124 0 0 0-.449-.779 1.215 1.215 0 0 0-.446.836z"/><path fill="#ce252c" d="M4.023 9.573c1.813-.004 3.628-.004 5.441 0a392.77 392.77 0 0 0 0 2.171c-1.813.004-3.628.004-5.441 0 .002-.724.002-1.447 0-2.171z"/></symbol><symbol viewBox="0 0 15 24" id="information--dead-end-except-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#154889" d="M0 0h15.374v24H8.797l-.003-9.058c.94-.002 1.881 0 2.821-.001l-.004-2.653c-1.17-.001-2.341.001-3.511-.001v-1.832c1.706-.002 3.411 0 5.116-.001V2.301H2.156v8.153c1.706.001 3.411-.001 5.117.001v1.832c-1.17.002-2.341 0-3.511.001l-.001 2.653c.94.001 1.882-.001 2.822.001V24H0V0z"/><path fill="#fff" d="M2.157 2.301h11.06v8.153c-1.705.001-3.41-.001-5.116.001v1.832c1.17.002 2.341 0 3.511.001.003.884.003 1.769.004 2.653-.94.001-1.881-.001-2.821.001-.001 3.019.002 6.039.003 9.059H6.584v-9.059c-.94-.002-1.882 0-2.822-.001l.001-2.653c1.17-.001 2.341.001 3.511-.001v-1.832c-1.706-.002-3.411 0-5.117-.001V2.301m1.879 1.052c-.331.129-.404.622-.12.838.286.265.805.042.813-.347.041-.356-.37-.649-.693-.491M3.98 4.742c-.431.635-.822 1.298-1.226 1.952.684.19.872-.688 1.229-1.084.006.372.008.743.01 1.115.331.001.663.007.994.008.002-.47 0-.939.002-1.409l.416.373c-.002.337-.003.674.003 1.01.562-.146.454-.783.403-1.229-.204-.334-.58-.516-.864-.776-.256-.264-.76-.301-.968.04M8.5 5.939c-.184.372-.266.783-.393 1.176-.579-.068-1.201.258-1.36.84-.237.684.297 1.49 1.021 1.531.714.097 1.384-.579 1.295-1.291-.025-.459-.365-.811-.742-1.029.052-.058.101-.12.161-.169.448.431.823.932 1.25 1.384.187.208.494.126.741.149.161.565.704 1.019 1.309.939.739-.055 1.267-.889.995-1.581-.199-.612-.902-.915-1.504-.749l-.327-.726.078-.219.286-.009-.015-.235c-.38.001-.761-.017-1.139.027.188.106.396.164.605.217a9.816 9.816 0 0 0-.09.215c-.697 0-1.394.003-2.09-.002.026-.403.357-.506.711-.465a18.18 18.18 0 0 1-.003-.235c-.264.035-.649-.067-.789.231m-4.46.931c-.427.892-.951 1.735-1.389 2.622.252-.003.559.012.694-.25.429-.669.738-1.406 1.119-2.102.454.801.891 1.611 1.345 2.411.105-.227.278-.48.15-.735-.286-.673-.723-1.271-1.012-1.942-.303-.001-.606 0-.908-.003m-.035 5.66v2.145h7.366V12.53H4.004z"/><path fill="#fff" d="M8.532 6.662h2.04c-.198.528-.394 1.056-.59 1.584-.482-.53-.964-1.058-1.45-1.584zM10.242 8.28c.188-.506.381-1.011.575-1.516l.219.484a1.447 1.447 0 0 0-.585 1.035l-.209-.003zM11.388 7.375c.459-.082.986.126 1.139.594.225.559-.229 1.237-.831 1.24-.441.034-.795-.301-.954-.684.371-.003.743.026 1.112-.031-.126-.385-.313-.746-.466-1.12zM6.988 8.537c-.186-.629.403-1.226 1.029-1.174-.097.351-.227.695-.276 1.058.438-.048.356-.664.536-.976.542.285.721 1.081.255 1.515-.463.504-1.403.249-1.544-.423z"/><path fill="#fff" d="M10.714 8.273c.044-.307.202-.574.426-.784.126.261.243.525.361.79-.263.001-.525.001-.787-.006z"/><path fill="#030303" d="M4.036 3.353c.323-.158.734.135.693.491-.009.389-.527.612-.813.347-.284-.216-.21-.709.12-.838zM3.98 4.742c.208-.341.711-.304.968-.04.284.26.66.442.864.776.05.446.159 1.083-.403 1.229a37.796 37.796 0 0 1-.003-1.01l-.416-.373c-.002.47 0 .939-.002 1.409-.331-.001-.663-.007-.994-.008-.003-.372-.004-.743-.01-1.115-.357.396-.545 1.274-1.229 1.084.403-.653.794-1.317 1.226-1.952zM8.5 5.939c.14-.297.525-.196.789-.231l.003.235c-.354-.042-.685.062-.711.465.696.004 1.393.002 2.09.002.029-.072.059-.143.09-.215a2.442 2.442 0 0 1-.605-.217c.378-.044.759-.026 1.139-.027l.015.235-.286.009-.078.219.327.726c.602-.166 1.305.138 1.504.749.272.692-.256 1.526-.995 1.581-.606.08-1.149-.374-1.309-.939-.248-.023-.554.06-.741-.149-.427-.452-.802-.952-1.25-1.384-.061.05-.109.111-.161.169.378.218.717.57.742 1.029.09.711-.581 1.387-1.295 1.291-.723-.04-1.257-.846-1.021-1.531.159-.582.781-.909 1.36-.84.126-.393.209-.804.393-1.176m.032.722c.486.526.969 1.054 1.45 1.584.196-.529.392-1.057.59-1.584h-2.04m1.71 1.618l.209.003c.036-.416.252-.787.585-1.035l-.219-.484c-.194.505-.387 1.01-.575 1.516m1.146-.905c.154.374.34.735.466 1.12-.369.056-.741.027-1.112.031.159.383.513.718.954.684.602-.003 1.057-.681.831-1.24-.154-.468-.681-.676-1.139-.594m-4.4 1.161c.141.671 1.081.927 1.544.423.466-.434.288-1.23-.255-1.515-.18.312-.098.928-.536.976.049-.363.179-.707.276-1.058-.626-.052-1.215.545-1.029 1.174m3.726-.264c.262.007.524.007.787.006-.118-.265-.235-.53-.361-.79-.224.21-.382.477-.426.784zM4.04 6.869c.302.003.605.003.908.003.289.671.726 1.269 1.012 1.942.127.255-.045.508-.15.735-.454-.8-.892-1.61-1.345-2.411-.381.696-.69 1.433-1.119 2.102-.135.262-.442.247-.694.25.437-.887.962-1.73 1.389-2.622z"/><path fill="#cc0303" d="M4.004 12.53h7.366v2.145H4.004V12.53z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-except-bicycles-and-pedestrians--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.585A8.177 8.177 0 0 0 0 .649V0zM6.107 1.076c.613-.312 1.325.348 1.161.986-.071.566-.783.924-1.261.587-.572-.343-.516-1.307.099-1.573z"/><path fill="#fff" d="M6.206 3.12c.983-.645 1.787.415 2.364 1.08.67.507.541 1.474.381 2.181-.466.356-.612-.364-.534-.701.154-.64-.441-.995-.832-1.375-.005.578-.003 1.156-.003 1.734H5.899c0-.475 0-.95-.003-1.425-.508.655-.957 1.359-1.492 1.995-.262.373-.77-.169-.458-.461C4.698 5.143 5.32 4.01 6.205 3.12zM15.025 5.227c.435-.155.911-.061 1.363-.081v.333c-.351-.001-.702.001-1.053-.004.043.261.076.524.09.787 1.022-.014 2.045-.008 3.068-.004.09-.152.182-.303.275-.453a50.16 50.16 0 0 1-.506-.283c.45-.027.902-.028 1.354-.019-.004.201-.008.403-.01.604l-.517-.179-.205.306c.133.259.268.517.404.775.808-.279 1.804-.035 2.237.739.548.897-.043 2.159-1.045 2.392-.874.253-1.796-.295-2.095-1.129-.391.004-.796.095-1.179-.01-.566-.89-1.514-1.412-2.284-2.103l-.213.323c.853.689.831 2.132-.129 2.71-1.026.745-2.63-.062-2.643-1.33-.063-1.248 1.397-2.084 2.494-1.56.215-.357.436-.711.649-1.068-.039-.245-.222-.512-.054-.745m.045 1.36c.661.543 1.329 1.077 1.991 1.618.139-.054.279-.106.419-.159l.832-1.459H15.07m3.614.034c-.286.498-.569.999-.857 1.497l.524.048c.165-.363.386-.695.658-.986-.108-.187-.215-.373-.325-.559m-6.396 1.787c-.163 1.061 1.159 1.87 2.044 1.288.81-.434.849-1.588.209-2.192-.262.391-.502.797-.667 1.24-.174.254-.586.072-.579-.222.382-.351.733-.733.957-1.208-.823-.317-1.886.16-1.964 1.094m7.171-1.104c.155.292.311.582.472.871.27.102.693.335.39.655-.517.145-1.065.098-1.594.163.305.595.975 1.041 1.655.839.852-.174 1.31-1.27.81-1.99-.352-.599-1.114-.715-1.734-.538m-.755.867c.294.026.588.049.883.07a60.42 60.42 0 0 0-.427-.748c-.161.221-.311.448-.455.679z"/><path fill="#fff" d="M5.906 6.267c.557-.005 1.115-.004 1.672-.005-.085 1.679.498 3.289 1.31 4.73.315.368-.128 1.009-.56.688-.845-1.293-1.352-2.763-1.585-4.288l-.614 1.2c-.511.899-.36 1.986-.659 2.95-.151.404-.815.219-.763-.2.039-.662.188-1.314.266-1.973.095-1.108 1.165-1.93.933-3.102zM11.359 14.844a316.81 316.81 0 0 1 2.388 0v8.267h-2.394c.001-2.755-.009-5.511.005-8.267zM0 23.066c.262.452.69.777 1.186.934H0v-.934zM22.788 24a2.5 2.5 0 0 0 1.083-.697V24h-1.083z"/><path fill="#0303ff" d="M.585 0h22.968c-.088.185.13.413.319.326v22.977a2.503 2.503 0 0 1-1.083.697H1.186A2.095 2.095 0 0 1 0 23.066V.649C.186.424.375.203.585 0m5.522 1.076c-.615.266-.671 1.23-.099 1.573.477.337 1.19-.021 1.261-.587.164-.637-.548-1.298-1.161-.986m.098 2.044c-.885.89-1.507 2.023-2.259 3.028-.312.292.196.834.458.461.534-.636.983-1.339 1.492-1.995.003.475.003.95.003 1.425h1.683c0-.578-.003-1.156.003-1.734.391.381.986.735.832 1.375-.077.337.068 1.057.534.701.16-.707.289-1.674-.381-2.181-.577-.665-1.381-1.725-2.364-1.08m8.818 2.107c-.168.232.015.499.054.745-.213.357-.434.711-.649 1.068-1.097-.524-2.557.312-2.494 1.56.013 1.268 1.617 2.075 2.643 1.33.96-.578.982-2.021.129-2.71l.213-.323c.77.692 1.717 1.213 2.284 2.103.383.106.788.014 1.179.01.299.834 1.222 1.382 2.095 1.129 1.003-.234 1.594-1.495 1.045-2.392-.434-.774-1.43-1.018-2.237-.739-.135-.258-.271-.516-.404-.775l.205-.306.517.179.01-.604a16.98 16.98 0 0 0-1.354.019c.168.094.337.19.506.283-.093.15-.185.301-.275.453-1.023-.004-2.046-.01-3.068.004a7.463 7.463 0 0 0-.09-.787c.351.005.702.003 1.053.004v-.333c-.452.021-.928-.074-1.363.081M5.906 6.267c.232 1.172-.837 1.994-.933 3.102-.077.659-.227 1.311-.266 1.973-.053.419.612.604.763.2.299-.964.148-2.05.659-2.95l.614-1.2c.232 1.525.739 2.995 1.585 4.288.432.321.875-.32.56-.688-.812-1.441-1.395-3.052-1.31-4.73-.557.001-1.115 0-1.672.005m3.148 6.586v1.992c.768.001 1.535.003 2.305-.001-.014 2.756-.004 5.512-.005 8.267h2.394v-8.267c.765.004 1.53.003 2.295.001v-1.992H9.055z"/><path fill="#0303ff" d="M15.071 6.588h3.243c-.277.488-.555.973-.832 1.459-.141.053-.28.105-.419.159-.662-.541-1.33-1.075-1.991-1.618zM18.684 6.622c.11.186.217.372.325.559a3.64 3.64 0 0 0-.658.986l-.524-.048c.288-.498.57-.999.857-1.497zM12.288 8.409c.077-.934 1.141-1.412 1.964-1.094-.225.475-.575.857-.957 1.208-.006.294.405.476.579.222.165-.443.405-.849.667-1.24.64.604.601 1.759-.209 2.192-.885.582-2.206-.227-2.044-1.288zM19.459 7.305c.621-.177 1.382-.061 1.734.538.499.72.041 1.815-.81 1.99-.68.203-1.351-.244-1.655-.839.529-.065 1.076-.018 1.594-.163.303-.32-.12-.554-.39-.655a48.795 48.795 0 0 1-.472-.871z"/><path fill="#0303ff" d="M18.703 8.172c.145-.231.294-.458.455-.679.145.248.286.498.427.748a53.316 53.316 0 0 1-.883-.07z"/><path fill="#f1f1ff" d="M23.552 0h.319v.326c-.188.086-.406-.142-.319-.326z"/><path fill="#ff0303" d="M9.054 12.853h6.988v1.992c-.765.001-1.53.003-2.295-.001a316.81 316.81 0 0 0-2.388 0c-.769.004-1.537.003-2.305.001v-1.992z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M0 0h14.995c-.003 3.499.003 6.996-.003 10.495-1.897-.003-3.794.004-5.691-.004-.001-1.444.001-2.889.004-4.333.005-.231-.017-.621-.34-.587-1.449-.035-2.901-.017-4.35-.009-.262-.039-.44.218-.407.459-.013 3.941.003 7.883-.008 11.824-.035.268.074.644.415.598 1.45.009 2.903.024 4.352-.008.331.041.335-.364.338-.594-.001-1.444-.005-2.886-.003-4.329 1.896-.006 3.793-.001 5.689-.003.006 3.496 0 6.993.003 10.489H.21c.039-.18-.032-.252-.212-.216V-.002zM18.005 0h6.123v24h-6.123V0z"/><path fill="#fff" d="M14.995 0h3.01v24h-3.01c-.003-3.496.004-6.993-.003-10.489-1.897.001-3.794-.004-5.689.003-.003 1.443.001 2.885.003 4.329-.003.23-.006.635-.338.594-1.449.032-2.902.017-4.352.008-.34.046-.449-.33-.415-.598.01-3.941-.005-7.883.008-11.824-.033-.241.145-.498.407-.459 1.449-.008 2.901-.026 4.35.009.323-.035.345.356.34.587-.003 1.444-.005 2.889-.004 4.333 1.897.008 3.794.001 5.691.004.005-3.499 0-6.996.003-10.495M4.513 5.824c-.104 4.115-.074 8.249-.015 12.366 1.5.022 2.999.015 4.5.004.056-4.12.08-8.254-.012-12.372a289.963 289.963 0 0 0-4.473.003z"/><path fill="#da251d" d="M4.513 5.824c1.49-.014 2.981-.01 4.473-.003.091 4.119.068 8.252.012 12.372-1.5.012-2.999.018-4.5-.004-.059-4.117-.089-8.251.015-12.366z"/><path fill="#d0e0ed" d="M0 23.784c.18-.036.25.036.212.216H0v-.216z"/></symbol><symbol viewBox="0 0 28 24" id="information--dead-end-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0379c1" d="M0 0h27.672a.858.858 0 0 0 .456.483v23.259c-.212-.04-.297.046-.255.258H.001V0m20.764 1.602c-.041 3.637.031 7.275-.035 10.91.04.884-.949 1.466-1.709 1.015-2.998-1.709-5.972-3.465-8.963-5.19.703-1.269 1.448-2.513 2.16-3.777-1.312-.784-2.638-1.542-3.964-2.301-1.94 3.351-3.875 6.705-5.792 10.069 1.322.76 2.643 1.521 3.967 2.281.741-1.25 1.446-2.521 2.181-3.774 3.643 2.106 7.296 4.192 10.931 6.31.677.361 1.153 1.059 1.191 1.833.054 1.182 0 2.366.026 3.548 1.527.008 3.056.009 4.584 0 0-6.975.006-13.949-.003-20.924-1.526-.003-3.051-.003-4.575 0z"/><path fill="#e4f1f9" d="M27.672 0h.456v.483A.858.858 0 0 1 27.672 0z"/><path fill="#fff" d="M20.765 1.602c1.524-.003 3.05-.003 4.575 0 .009 6.975.003 13.949.003 20.924-1.529.009-3.057.008-4.584 0-.026-1.182.028-2.366-.026-3.548-.038-.774-.514-1.472-1.191-1.833-3.635-2.119-7.289-4.204-10.931-6.31-.735 1.254-1.44 2.524-2.181 3.774-1.324-.76-2.645-1.521-3.967-2.281C4.38 8.963 6.315 5.61 8.255 2.259c1.325.758 2.652 1.516 3.964 2.301-.712 1.264-1.457 2.509-2.16 3.777 2.99 1.724 5.965 3.481 8.963 5.19.76.451 1.749-.131 1.709-1.015.066-3.635-.006-7.273.035-10.91M2.891 12.194c1.153.676 2.31 1.342 3.465 2.012 1.818-3.17 3.652-6.33 5.466-9.502-1.139-.689-2.301-1.345-3.456-2.006a1690.952 1690.952 0 0 0-5.476 9.496z"/><path fill="#ec1d24" d="M2.891 12.194c1.818-3.169 3.637-6.338 5.476-9.496 1.156.66 2.317 1.316 3.456 2.006-1.815 3.172-3.649 6.332-5.466 9.502-1.156-.67-2.313-1.336-3.465-2.012z"/><path fill="#e2f0f8" d="M27.872 24c-.041-.212.043-.298.255-.258V24h-.255z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#b5c8dd" d="M0 0h.728A5.264 5.264 0 0 0 0 .605V0z"/><path fill="#03408b" d="M.728 0h22.687c-.067.183.19.296.325.201V24H.232c.012-.183-.065-.257-.231-.224V.606C.225.383.468.179.729.001m3.616 1.174v21.91h2.87v-9.582h9.571c.001 1.346-.001 2.692.001 4.038 1.39.003 2.781 0 4.171.001V6.716c-1.39.001-2.781-.001-4.173.001v3.916H7.214V1.174h-2.87z"/><path fill="#e3eaf2" d="M23.414 0h.325v.201c-.134.095-.391-.018-.325-.201z"/><path fill="#fff" d="M4.345 1.175h2.87v9.459h9.571V6.718c1.392-.003 2.782 0 4.173-.001v10.826c-1.39-.001-2.781.001-4.171-.001-.003-1.346 0-2.692-.001-4.038H7.216v9.582h-2.87V1.176M17.36 7.321v9.708c1.047.001 2.095-.004 3.142.003.023-3.236.004-6.473.009-9.711H17.36z"/><path fill="#d40303" d="M17.36 7.321h3.151c-.005 3.237.014 6.475-.009 9.711-1.047-.007-2.095-.001-3.142-.003V7.321z"/><path fill="#e9eff5" d="M0 23.776c.166-.033.243.042.231.224H0v-.224z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M0 0h24.179c-.032.183.043.261.221.237V24H0V0m3.751.936v22.395c.976.005 1.953.005 2.929 0 .007-1.107.003-2.213 0-3.32 3.348-3.035 6.725-6.037 10.099-9.043.96.933 1.893 1.895 2.851 2.831 1.049-.964 2.101-1.925 3.151-2.891a1559.039 1559.039 0 0 0-7.351-7.424 286.352 286.352 0 0 0-3.149 2.879c.867.915 1.756 1.809 2.627 2.721-2.74 2.391-5.485 4.773-8.224 7.165-.003-5.104.004-10.209-.003-15.313a285.97 285.97 0 0 0-2.929 0z"/><path fill="#ebf0f6" d="M24.179 0h.221v.237c-.179.024-.253-.055-.221-.237z"/><path fill="#fff" d="M3.751.936a285.97 285.97 0 0 1 2.929 0c.007 5.104 0 10.209.003 15.313 2.739-2.392 5.484-4.775 8.224-7.165-.871-.912-1.76-1.807-2.627-2.721a306.805 306.805 0 0 1 3.149-2.879c2.46 2.465 4.908 4.943 7.351 7.424-1.049.965-2.101 1.927-3.151 2.891-.957-.936-1.891-1.897-2.851-2.831-3.373 3.005-6.751 6.008-10.099 9.043.003 1.107.007 2.213 0 3.32-.976.005-1.953.005-2.929 0V.936m9.275 5.487c2.216 2.26 4.473 4.481 6.709 6.721.801-.791 1.592-1.592 2.392-2.383-2.224-2.252-4.467-4.484-6.705-6.721-.811.781-1.595 1.591-2.396 2.383z"/><path fill="#d40303" d="M13.025 6.423c.801-.792 1.585-1.601 2.396-2.383 2.239 2.237 4.481 4.469 6.705 6.721-.8.791-1.591 1.592-2.392 2.383-2.236-2.24-4.493-4.461-6.709-6.721z"/></symbol><symbol viewBox="0 0 24 24" id="information--dead-end-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#176c95" d="M0 0h24v24H0V0m8.574.306c-.014 3.315.004 6.629-.009 9.945-2.72.011-5.44-.001-8.159.005.005 1.174.031 2.35.041 3.525 2.705.023 5.411.034 8.117.043.015 3.287-.005 6.574.01 9.86l3.553.001c.034-3.287 0-6.576.018-9.864 2.486-.008 4.97.011 7.455-.009.005 1.061-.008 2.122.006 3.181 1.155.008 2.309.011 3.465-.001.005-3.368.005-6.737 0-10.104-1.155-.018-2.309-.01-3.465-.004-.014 1.123-.001 2.248-.006 3.371-2.486-.006-4.971.005-7.457-.005-.013-3.314.013-6.629-.013-9.943C10.944.304 9.758.306 8.573.306z"/><path fill="#fff" d="M8.574.306c1.185 0 2.371-.001 3.557.001.026 3.314 0 6.629.013 9.943 2.486.01 4.971-.001 7.457.005v3.557c-2.486.02-4.97.001-7.455.009-.018 3.289.017 6.577-.018 9.864l-3.553-.001c-.015-3.286.005-6.573-.01-9.86-2.705-.009-5.411-.02-8.117-.043-.01-1.174-.036-2.35-.041-3.525 2.719-.006 5.438.006 8.159-.005.013-3.315-.005-6.629.009-9.945z"/><path fill="#cc0303" d="M19.606 6.885c1.155-.006 2.309-.014 3.465.004.005 3.368.005 6.737 0 10.104-1.155.013-2.309.009-3.465.001-.014-1.06-.001-2.12-.006-3.181v-3.557c.005-1.123-.008-2.248.006-3.371z"/></symbol><symbol viewBox="0 0 43 24" id="information--directions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h42.857v24H0V0m.429.429v23.426c14.091-.109 28.187-.088 42.281-.009-.086-7.804-.09-15.613 0-23.417H.429z"/><path fill="#fff" d="M20.676 1.798c.135-.006.409-.017.544-.024.034.315.064.63.096.945.838.099 1.984-.362 2.529.499-.744.066-1.487.073-2.233.081.54.915 1.249 1.704 1.969 2.477.176.167.459.801-.028.731-.992-.63-1.579-1.701-2.267-2.623-.004.63-.006 1.258-.006 1.888.501.088 1.157-.06 1.453.467-.474.111-.96.156-1.444.206l-.028.866-.536.146a46.438 46.438 0 0 1-.161-1.037 18.16 18.16 0 0 1-1.453-.154c.373-.463.966-.454 1.506-.499-.002-.621-.004-1.243-.013-1.864-.673.921-1.296 1.92-2.216 2.623-.619-.092-.169-.649.066-.911.679-.709 1.311-1.466 1.821-2.308-.75-.015-1.5-.021-2.246-.092.544-.868 1.701-.386 2.541-.499.034-.306.066-.613.103-.917zM24.889 1.931l.459-.184c.064.328.124.656.182.986l.476.319-.459.514c.069.137.208.407.279.542.319-.191.639-.384.96-.574a18.459 18.459 0 0 1-.808-.437c.499-.216 1.044-.281 1.571-.386-.523-.094-1.046-.186-1.56-.324 1.215-.516 2.586-.375 3.876-.474-.514.6-1.346.589-2.034.846.791.092 1.588.099 2.372.238-.364.178-.739.334-1.121.476.356.304.707.617 1.031.956a22.529 22.529 0 0 1-.934-.032c-.058.101-.174.3-.231.401-.666.002-1.331.002-1.997.006l-.364-.587c-.201.244-.403.489-.598.737 1.243.081 2.494-.045 3.735.084.212.705.09 1.451.028 2.169-.304.015-.609.03-.915.041-.544-.561-1.264-.424-1.931-.199a31.768 31.768 0 0 1-.009-1.346c.649-.026 1.301-.03 1.952-.009.077.396.161.793.249 1.187.069-.459.114-.919.156-1.38-.868-.017-1.738-.015-2.606-.019-.148.587.334 1.817-.538 1.815-.129-.574-.103-1.168-.116-1.753-.176-.238-.349-.478-.523-.718-.004.829-.004 1.659-.021 2.488l-.561.009c-.017-.63-.024-1.26-.03-1.89-.131.161-.39.486-.519.649-.191-.902.281-1.736.523-2.576-.251-.114-.501-.227-.752-.343.246-.163.493-.324.744-.48.011-.251.021-.501.034-.752m2.737 1.515c.341.864.868-.576 0 0m-.564.739c.555.253 1.185.296 1.708-.06a6.74 6.74 0 0 0-1.708.06m.174 2.156c.476.028.951.011 1.423-.058-.467-.21-.984-.244-1.423.058zM6.289 1.813c.889 1.438 1.723 2.91 2.556 4.382-.084.103-.253.309-.336.414-.309-.135-.615-.272-.921-.409-.002 5.389.028 10.781-.015 16.17-.84-.028-1.727.156-2.535-.107-.092-5.355-.006-10.716-.041-16.074-.296.141-.589.283-.887.424-.09-.103-.274-.304-.366-.405A152.388 152.388 0 0 1 6.29 1.813zM12.574 2.038a38.815 38.815 0 0 1 4.408.002c.017 1.785.06 3.57-.032 5.353-.276-.148-.549-.3-.821-.459-.898-.009-1.798-.009-2.698 0-.272.159-.544.313-.821.463-.103-1.783-.054-3.574-.036-5.359m.65.521c-.002.519-.002 1.037-.002 1.554 1.037.002 2.074.002 3.111 0V2.559a805.49 805.49 0 0 0-3.109 0m0 2.115a240.55 240.55 0 0 0 0 1.699c1.037-.002 2.072-.002 3.107-.002.002-.566.002-1.131.002-1.697a805.49 805.49 0 0 0-3.109 0zM31.007 3.992c.238-.799.771-1.541 1.562-1.864.381.726.165 1.588.225 2.372-.071.812.238 1.794-.448 2.415-.214-1.258-.111-2.537-.111-3.806-.394.317-.793.626-1.228.883zM35.006 2.231c1.969-.542 2.074 2.166 1.729 3.439-.096 1.258-2.042 1.517-2.4.287-.3-1.185-.536-2.985.671-3.726m.025.643c-.51.93-.529 2.286.028 3.199 1.099.647 1.344-1.039 1.241-1.787.122-.726-.384-2.104-1.269-1.412zM15.921 11.074c-.129-1.031-.268-2.13.141-3.118.069.377.131.754.184 1.136.326-.021.649-.039.975-.056.152.686.236 1.416-.09 2.068-.111-.621-.154-1.251-.219-1.877-.819.249-.69 1.204-.992 1.847zM22.039 10.843c.006-.964-.129-1.967.234-2.886.073.371.137.746.193 1.121.317-.021.636-.043.954-.06.21.463.525 1.044.186 1.528-.369.484-1.048.24-1.566.298m.254-.593c.197.107.594.317.793.422.364-.54.283-1.101-.167-1.569-.231.371-.439.754-.626 1.146zM27.679 8.184c.084-.004.249-.011.332-.013l.013.868c1.234-.332 1.294.885 1.251 1.776l-.437.036a34.922 34.922 0 0 0-.092-1.65c-.774.24-.75 1.02-.778 1.682a25.504 25.504 0 0 1-.285-.009c-.011-.898-.011-1.796-.004-2.691zM14.856 9.051l.439-.011c-.004.684-.013 1.369-.099 2.051-.411-.604-.324-1.348-.341-2.04zM19.959 9.043c.456.021.915.002 1.367.077.364.604.285 1.38-.086 1.963-.101-.626-.146-1.256-.219-1.884-.746.27-.729 1.033-.761 1.693-.071-.006-.21-.017-.279-.021-.011-.609-.015-1.217-.024-1.828zM29.724 9.043c.107 0 .321.004.429.006-.017.688.06 1.421-.317 2.036-.096-.677-.109-1.361-.111-2.042zM12.581 13.856a47.72 47.72 0 0 1 4.395.002c.034 1.755.045 3.51-.006 5.265a6.166 6.166 0 0 0-4.38 0 98.391 98.391 0 0 1-.009-5.267m.645.531c-.002.516-.004 1.035-.004 1.554 1.037.002 2.074.002 3.111 0 0-.519 0-1.037-.002-1.554a803.42 803.42 0 0 0-3.105 0m-.002 2.113c-.002.568-.002 1.134-.002 1.699h3.111c0-.566 0-1.131-.002-1.699h-3.107zM18.726 14.559c.011-.364.006-.975.546-.808.161.566.118 1.164.146 1.744.536.03 1.074.069 1.607.146-.388.534-1.059.452-1.635.51.002.699.002 1.397.002 2.096.581-.109 1.249-.478 1.764.004-.915.45-1.92.66-2.916.849a38.059 38.059 0 0 1-.182-.42c.227-.122.456-.242.686-.364-.015-1.251-.032-2.505-.017-3.756zM21.216 14.334c-.06-.371.294-.546.514-.765.111.666.139 1.341.161 2.016.579-.27 1.241-1.491 1.824-.81-.516.628-1.191 1.095-1.851 1.556-.002.709 0 1.419.013 2.126.371.006.739.009 1.11.011.092-.581.18-1.161.309-1.734.675.534.45 1.511.144 2.188-.696.221-1.44.116-2.154.064-.126-1.547-.101-3.103-.069-4.652zM27.649 14.042l.416-.328c.641.527 1.616.926 1.663 1.877-.789-.375-1.451-.956-2.079-1.549zM24.274 15.525c.471-.846 1.307-1.468 2.229-1.744-.347.949-1.236 1.609-2.229 1.744zM34.251 14.479c.617-.793 1.781-.426 2.638-.347-.189.949-.694 1.791-.969 2.715-.242.66-.294 1.504-1.039 1.815.221-1.429.814-2.76 1.416-4.061-.684-.009-1.369-.028-2.046-.122zM24.244 17.008c.911-.748 1.802-1.74 2.959-2.031 1.05.461 1.937 1.269 2.784 2.038l-.825.094a36.138 36.138 0 0 1-.064 2.057c-1.269-.512-2.664-.33-3.971-.101-.066-.647-.047-1.301-.047-1.95-.208-.028-.626-.081-.836-.107m2.848-1.549c-.482.336-.911.739-1.354 1.121.921.011 1.845.011 2.769-.004-.463-.384-.894-.814-1.414-1.116m-1.344 1.685c0 .394.002.791.004 1.185.911-.002 1.821-.002 2.734 0l.006-1.185a627.92 627.92 0 0 0-2.745 0zM16.393 19.976l.433-.015.006 1.076c.403-.002.806-.002 1.209-.002.002-.366.004-.731.009-1.095l.345.002c.002.853.002 1.706 0 2.559h-.349v-1.142l-1.215-.002c0 .375-.002.752-.004 1.129l-.435-.017c.002-.831.002-1.661.002-2.492zM18.975 19.974l.396.015c-.024.825.006 1.652.013 2.477l-.435.017c.002-.838.041-1.674.026-2.509zM23.355 22.391c-.257-.634-.557-1.273-.57-1.971.283.411.523.851.75 1.294.257-.439.527-.876.859-1.264-.306 1.022-.456 2.415-1.599 2.846a22.2 22.2 0 0 1 .559-.904zM24.448 21.075c.411-.219.996-.692 1.41-.21.276.478.176 1.076.257 1.605-.519-.116-1.438.289-1.599-.416-.009-.662.894-.621 1.301-.93-.456-.028-.913-.03-1.369-.049m.72.615c-.465.139-.131.756.253.491.461-.156.148-.765-.253-.491z"/><path fill="#0066b3" d="M.429.429H42.71c-.09 7.804-.086 15.613 0 23.417-14.094-.079-28.189-.101-42.281.009V.429m20.247 1.369c-.036.304-.069.611-.103.917-.84.114-1.997-.369-2.541.499.746.071 1.496.077 2.246.092-.51.842-1.142 1.599-1.821 2.308-.236.261-.686.819-.066.911.919-.703 1.543-1.701 2.216-2.623.009.621.011 1.243.013 1.864-.54.045-1.134.036-1.506.499.482.073.966.12 1.453.154.049.345.103.692.161 1.037l.536-.146.028-.866c.484-.049.971-.094 1.444-.206-.296-.527-.951-.379-1.453-.467 0-.63.002-1.258.006-1.888.688.921 1.275 1.993 2.267 2.623.486.071.204-.564.028-.731-.72-.774-1.429-1.562-1.969-2.477.746-.009 1.489-.015 2.233-.081-.544-.861-1.691-.401-2.529-.499-.032-.315-.062-.63-.096-.945-.135.006-.409.017-.544.024m4.21.134c-.013.251-.024.501-.034.752a32.46 32.46 0 0 0-.744.48c.251.116.501.229.752.343-.242.84-.714 1.674-.523 2.576a67 67 0 0 1 .519-.649c.006.63.013 1.26.03 1.89l.561-.009c.017-.829.017-1.659.021-2.488.174.24.347.48.523.718.013.585-.013 1.179.116 1.753.872.002.39-1.228.538-1.815.868.004 1.738.002 2.606.019-.043.461-.088.921-.156 1.38a48.084 48.084 0 0 1-.249-1.187 27.028 27.028 0 0 0-1.952.009c-.006.45-.004.898.009 1.346.666-.225 1.386-.362 1.931.199.306-.011.611-.026.915-.041.062-.718.184-1.464-.028-2.169-1.241-.129-2.492-.002-3.735-.084.195-.249.396-.493.598-.737l.364.587c.666-.004 1.331-.004 1.997-.006.058-.101.174-.3.231-.401.313.017.624.028.934.032a14.123 14.123 0 0 0-1.031-.956c.381-.141.756-.298 1.121-.476-.784-.139-1.581-.146-2.372-.238.688-.257 1.519-.246 2.034-.846-1.29.099-2.661-.043-3.876.474.514.137 1.037.229 1.56.324-.527.105-1.071.169-1.571.386.266.152.534.298.808.437l-.96.574c-.071-.135-.21-.405-.279-.542l.459-.514-.476-.319c-.058-.33-.118-.658-.182-.986l-.459.184m-18.6-.118a152.388 152.388 0 0 0-2.546 4.395c.092.101.276.302.366.405.298-.141.591-.283.887-.424.034 5.357-.051 10.719.041 16.074.808.264 1.695.079 2.535.107.043-5.389.013-10.781.015-16.17.306.137.613.274.921.409l.336-.414C8.01 4.723 7.177 3.251 6.288 1.813m6.286.225c-.017 1.785-.066 3.576.036 5.359.276-.15.549-.304.821-.463.9-.009 1.8-.009 2.698 0 .272.159.544.311.821.459.092-1.783.049-3.568.032-5.353a38.584 38.584 0 0 0-4.408-.002m18.433 1.954c.435-.257.834-.566 1.228-.883 0 1.269-.103 2.548.111 3.806.686-.621.377-1.603.448-2.415-.06-.784.156-1.646-.225-2.372-.791.324-1.324 1.065-1.562 1.864m3.999-1.761c-1.206.741-.971 2.541-.671 3.726.358 1.23 2.304.971 2.4-.287.345-1.273.24-3.981-1.729-3.439m2.537 4.63l.332.019c.03-.39.062-.778.096-1.168.311.48.609.979 1.052 1.352-.156-.57-.377-1.119-.609-1.661.195-.418.381-.838.546-1.269a8.339 8.339 0 0 0-1.014 1.078 25.914 25.914 0 0 0-.231-1.108c-.238.898-.171 1.836-.174 2.756m1.663-1.726c0 .581-.002 1.159-.004 1.74l.881-.002c.024-.463.047-.924.088-1.384.051.459.084.919.118 1.378.109.004.324.013.431.015l-.002-1.755c-.504.002-1.007.004-1.511.009m-23.284 5.939c.302-.643.174-1.599.992-1.847.064.626.107 1.256.219 1.877.326-.651.242-1.382.09-2.068a63.69 63.69 0 0 0-.975.056 30.533 30.533 0 0 0-.184-1.136c-.409.988-.27 2.087-.141 3.118m6.117-.231c.519-.058 1.198.186 1.566-.298.339-.484.024-1.065-.186-1.528-.317.017-.636.039-.954.06-.056-.375-.12-.75-.193-1.121-.362.919-.227 1.922-.234 2.886m5.641-2.658c-.006.896-.006 1.794.004 2.691l.285.009c.028-.662.004-1.442.778-1.682.045.549.073 1.099.092 1.65l.437-.036c.043-.891-.017-2.109-1.251-1.776l-.013-.868a18.06 18.06 0 0 0-.332.013m-15.364.142c-.047.917-.199 1.914.253 2.76.116-.733.122-1.476.12-2.216.482.759.966 1.521 1.562 2.196.094-1.018.182-2.068-.109-3.064-.178.658-.197 1.339-.227 2.014-.504-.531-.761-1.789-1.599-1.691m2.52.048c-.077 1.215 1.155-.439 0 0m14.925.009c-.216.986.999-.219 0 0m-14.904.668c.017.692-.071 1.436.341 2.04.086-.681.094-1.367.099-2.051l-.439.011m3.426.013c-1.052.414-.403 2.265.703 1.783 1.123-.399.454-2.321-.703-1.783m1.676-.021c.009.611.013 1.219.024 1.828.069.004.208.015.279.021.032-.66.015-1.423.761-1.693.073.628.118 1.258.219 1.884.371-.583.45-1.359.086-1.963-.452-.075-.911-.056-1.367-.077m4.283.019c-.066.521-.193 1.044-.156 1.573.394.456 1.082.197 1.611.246-.024-.949-.15-2.351-1.455-1.819m1.59.581c.39.272.782.542 1.168.823-.429 0-.857-.004-1.286.006.45.347 1.249.716 1.566.002-.06-.555-.681-.737-1.05-1.059.396-.039.793-.081 1.189-.131-.585-.321-1.352-.414-1.588.358m3.891-.599c.002.681.015 1.365.111 2.042.377-.615.3-1.348.317-2.036-.107-.002-.321-.006-.429-.006m-17.142 4.813a98.391 98.391 0 0 0 .009 5.267 6.166 6.166 0 0 1 4.38 0c.051-1.755.041-3.51.006-5.265a47.72 47.72 0 0 0-4.395-.002m6.145.703c-.015 1.251.002 2.505.017 3.756-.229.122-.459.242-.686.364.045.105.135.315.182.42.996-.189 2.001-.399 2.916-.849-.514-.482-1.183-.114-1.764-.004 0-.699 0-1.397-.002-2.096.576-.058 1.247.024 1.635-.51a18.48 18.48 0 0 0-1.607-.146c-.028-.581.015-1.179-.146-1.744-.54-.167-.536.444-.546.808m2.491-.224c-.032 1.549-.058 3.105.069 4.652.714.051 1.457.156 2.154-.064.306-.677.531-1.654-.144-2.188-.129.572-.216 1.153-.309 1.734a82.153 82.153 0 0 1-1.11-.011c-.013-.707-.015-1.416-.013-2.126.66-.461 1.335-.928 1.851-1.556-.583-.681-1.245.54-1.824.81-.021-.675-.049-1.35-.161-2.016-.221.219-.574.394-.514.765m6.434-.292c.628.594 1.29 1.174 2.079 1.549-.047-.951-1.022-1.35-1.663-1.877-.105.081-.313.246-.416.328m-3.375 1.483c.992-.135 1.881-.795 2.229-1.744-.921.276-1.757.898-2.229 1.744m9.977-1.046c.677.094 1.363.114 2.046.122-.602 1.301-1.196 2.631-1.416 4.061.746-.311.797-1.155 1.039-1.815.274-.924.78-1.766.969-2.715-.857-.079-2.021-.446-2.638.347m-10.007 2.529c.21.026.628.079.836.107 0 .649-.019 1.303.047 1.95 1.307-.229 2.702-.411 3.971.101.043-.684.06-1.371.064-2.057l.825-.094c-.846-.769-1.734-1.577-2.784-2.038-1.157.291-2.049 1.284-2.959 2.031m13.451 1.997c.131-.463.231-.93.332-1.399.291.478.591.954.992 1.35-.137-.602-.362-1.179-.596-1.749.193-.388.375-.778.54-1.179-.36.289-.688.613-.994.956-.088-.345-.182-.69-.285-1.031a7.072 7.072 0 0 0 .011 3.051m1.509-2.082c0 .611 0 1.224-.002 1.834.296-.004.589-.006.885-.006.019-.484.032-.966.049-1.449.088.583.167 1.185.501 1.691.086-.684.092-1.371.081-2.059-.504-.006-1.009-.009-1.515-.011m-22.81 3.054c0 .831 0 1.661-.002 2.492l.435.017c.002-.377.004-.754.004-1.129l1.215.002V22.5h.349c.002-.853.002-1.706 0-2.559l-.345-.002c-.004.364-.006.729-.009 1.095-.403 0-.806 0-1.209.002l-.006-1.076-.433.015m2.583-.001c.015.836-.024 1.671-.026 2.509l.435-.017c-.006-.825-.036-1.652-.013-2.477l-.396-.015m.919 2.517c.664.011 1.824.152 1.734-.857.135-.769-.656-1.035-1.269-1.003a28.376 28.376 0 0 0-.274-1.011c-.251.936-.199 1.911-.191 2.871m2.162-2.475c-.126.96 1.007-.264 0 0m.116.577c-.135.624-.133 1.262-.152 1.896.111-.004.334-.011.446-.013-.086-.619.139-1.369-.294-1.884m1.183 1.799a22.2 22.2 0 0 0-.559.904c1.142-.431 1.292-1.824 1.599-2.846-.332.388-.602.825-.859 1.264a11.484 11.484 0 0 0-.75-1.294c.013.699.313 1.337.57 1.971m1.092-1.315c.456.019.913.021 1.369.049-.407.309-1.309.268-1.301.93.161.705 1.08.3 1.599.416-.081-.529.019-1.127-.257-1.605-.414-.482-.999-.009-1.41.21z"/><path fill="#0066b3" d="M13.224 2.559a805.49 805.49 0 0 1 3.109 0v1.554c-1.037.002-2.074.002-3.111 0 0-.516 0-1.035.002-1.554zM35.031 2.874c.885-.692 1.391.686 1.269 1.412.103.748-.141 2.434-1.241 1.787-.557-.913-.538-2.269-.028-3.199zM27.062 4.185a6.74 6.74 0 0 1 1.708-.06c-.523.356-1.153.313-1.708.06zM13.224 4.674a805.49 805.49 0 0 1 3.109 0c0 .566 0 1.131-.002 1.697-1.035 0-2.07 0-3.107.002a240.55 240.55 0 0 1 0-1.699zM27.236 6.341c.439-.302.956-.268 1.423-.058a6.98 6.98 0 0 1-1.423.058zM18.643 10.802c-.388-.439-.786-1.228-.017-1.524.834.193.45 1.123.017 1.524zM22.294 10.251c.186-.392.394-.776.626-1.146.45.467.531 1.029.167 1.569a99.433 99.433 0 0 1-.793-.422zM13.226 14.387a803.42 803.42 0 0 1 3.105 0c.002.516.002 1.035.002 1.554-1.037.002-2.074.002-3.111 0 0-.519.002-1.037.004-1.554zM27.092 15.459c.521.302.951.733 1.414 1.116-.924.015-1.847.015-2.769.004.444-.381.872-.784 1.354-1.121zM13.224 16.5h3.107c.002.568.002 1.134.002 1.699h-3.111c0-.566 0-1.131.002-1.699zM25.749 17.145c.915-.002 1.83-.002 2.745 0l-.006 1.185c-.913-.002-1.824-.002-2.734 0-.002-.394-.004-.791-.004-1.185zM20.209 22.179c.09-.514.259-1.007.566-1.434.705.613.491 1.71-.566 1.434zM25.168 21.69c.401-.274.714.334.253.491-.384.266-.718-.351-.253-.491z"/><path fill="#1975bb" d="M27.626 3.446c.868-.576.341.864 0 0z"/><path fill="#f0f6fb" d="M37.543 6.861c.002-.919-.064-1.858.174-2.756.086.366.163.737.231 1.108a8.339 8.339 0 0 1 1.014-1.078c-.165.431-.351.851-.546 1.269.231.542.452 1.091.609 1.661-.444-.373-.741-.872-1.052-1.352-.034.39-.066.778-.096 1.168l-.332-.019zM12.315 8.327c.838-.099 1.095 1.159 1.599 1.691.03-.675.049-1.356.227-2.014.291.996.204 2.046.109 3.064-.596-.675-1.08-1.438-1.562-2.196.002.739-.004 1.483-.12 2.216-.452-.846-.3-1.843-.253-2.76zM18.283 9.064c1.157-.538 1.826 1.384.703 1.783-1.106.482-1.755-1.369-.703-1.783m.36 1.738c.433-.401.816-1.331-.017-1.524-.769.296-.371 1.084.017 1.524zM25.834 9.643c.236-.771 1.003-.679 1.588-.358-.396.049-.793.092-1.189.131.369.321.99.504 1.05 1.059-.317.714-1.116.345-1.566-.002.429-.011.857-.006 1.286-.006-.386-.281-.778-.551-1.168-.823zM19.894 22.491c-.009-.96-.06-1.935.191-2.871.099.334.189.673.274 1.011.613-.032 1.404.234 1.269 1.003.09 1.009-1.069.868-1.734.857m.315-.312c1.056.276 1.271-.821.566-1.434-.306.426-.476.919-.566 1.434zM22.172 20.593c.433.514.208 1.264.294 1.884-.111.002-.334.009-.446.013.019-.634.017-1.273.152-1.896z"/><path fill="#97c1e0" d="M39.204 5.134l1.511-.009.002 1.755c-.107-.002-.321-.011-.431-.015-.034-.459-.066-.919-.118-1.378-.041.461-.064.921-.088 1.384l-.881.002c.002-.581.004-1.159.004-1.74zM39.204 16.922c.506.002 1.011.004 1.515.011.011.688.004 1.376-.081 2.059-.334-.506-.414-1.108-.501-1.691-.017.482-.03.964-.049 1.449-.296 0-.589.002-.885.006.002-.611.002-1.224.002-1.834z"/><path fill="#e3eff7" d="M14.835 8.374c1.155-.439-.077 1.215 0 0zM37.695 19.005a7.087 7.087 0 0 1-.011-3.051c.103.341.197.686.285 1.031.306-.343.634-.666.994-.956-.165.401-.347.791-.54 1.179.234.57.459 1.146.596 1.749-.401-.396-.701-.872-.992-1.35-.101.469-.201.936-.332 1.399z"/><path fill="#c4dced" d="M29.76 8.383c.999-.219-.216.986 0 0z"/><path fill="#a4c8e4" d="M24.244 9.062c1.305-.531 1.431.87 1.455 1.819-.529-.049-1.217.21-1.611-.246-.036-.529.09-1.052.156-1.573m.448.986c-.72.864 1.123.212 0 0z"/><path fill="#0d6eb7" d="M24.692 10.048c1.123.212-.72.864 0 0z"/><path fill="#c3dbed" d="M22.056 20.016c1.007-.264-.126.96 0 0z"/></symbol><symbol viewBox="0 0 32 24" id="information--disabled-persons--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#04559b" d="M0 0h31.937v24H0V0m15.375 2.536c-1.897.559-.833 3.67 1.03 2.905 1.905-.559.835-3.677-1.03-2.905m-1.217 3.683c-.574.393-.559 1.172-.45 1.784.253 1.459.361 2.937.552 4.405.087.591.257 1.323.903 1.533 1.678.467 3.53-.121 5.17.248.758 1.659.905 3.575 1.582 5.282.336.639 1.111.799 1.771.797-.76-1.767-1.317-3.619-1.574-5.528-.146-.767-.242-1.805-1.113-2.088-1.306-.384-2.685-.17-4.021-.127-.053-.412-.104-.822-.155-1.234 1.487-.019 2.974.019 4.462-.021-.843-1.74-3.088-.981-4.609-1.06-.157-1.062-.255-2.134-.429-3.194-.142-.909-1.37-1.37-2.088-.797m-4.61 9.844c-.068 3.156 3.373 5.688 6.372 4.764 2.546-.626 4.28-3.426 3.602-5.983-.425 0-.852-.002-1.277-.004.559 1.774-.334 3.827-2.054 4.562-2.003 1.039-4.713-.204-5.248-2.391-.578-1.924.624-4.099 2.546-4.664-.051-.414-.102-.828-.155-1.242-2.171.603-3.882 2.653-3.785 4.957z"/><path fill="#fff" d="M15.375 2.536c1.865-.773 2.935 2.345 1.03 2.905-1.863.765-2.927-2.345-1.03-2.905zM14.158 6.219c.718-.573 1.946-.111 2.088.797.174 1.06.272 2.132.429 3.194 1.521.079 3.766-.68 4.609 1.06-1.487.04-2.974.002-4.462.021.051.412.102.822.155 1.234 1.336-.043 2.716-.257 4.021.127.871.283.968 1.321 1.113 2.088.257 1.909.814 3.761 1.574 5.528-.66.002-1.434-.159-1.771-.797-.677-1.706-.824-3.623-1.582-5.282-1.64-.369-3.492.219-5.17-.248-.646-.21-.816-.941-.903-1.533-.191-1.468-.299-2.946-.552-4.405-.11-.612-.125-1.391.45-1.784z"/><path fill="#fff" d="M9.549 16.063c-.096-2.304 1.614-4.354 3.785-4.957.053.414.104.828.155 1.242-1.922.565-3.124 2.74-2.546 4.664.535 2.186 3.245 3.43 5.248 2.391 1.72-.735 2.614-2.787 2.054-4.562.425.002.852.004 1.277.004.678 2.557-1.056 5.357-3.602 5.983-2.999.924-6.44-1.608-6.372-4.764z"/></symbol><symbol viewBox="0 0 32 24" id="information--disabled-persons--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#05559b" d="M0 0h31.937v24H0V0m15.558 2.525c-1.07.293-1.425 1.814-.607 2.557.792.854 2.408.395 2.604-.762.306-1.119-.92-2.207-1.997-1.795m.133 4.492c-.176 1.06-.272 2.132-.429 3.196-1.525.074-3.763-.678-4.613 1.058 1.489.04 2.976.002 4.466.021l-.155 1.234c-1.542.085-3.763-.68-4.785.833-.59 2.313-.866 4.732-1.924 6.911.66-.008 1.436-.159 1.771-.799.678-1.706.822-3.623 1.582-5.282 1.64-.372 3.49.219 5.167-.246.648-.21.82-.941.905-1.534.193-1.468.3-2.946.554-4.405.108-.612.125-1.391-.45-1.784-.718-.571-1.946-.113-2.088.797m2.911 4.087c-.053.414-.104.828-.153 1.243 1.92.567 3.122 2.738 2.544 4.664-.523 2.134-3.126 3.388-5.119 2.449-1.791-.694-2.759-2.795-2.185-4.62-.427.002-.852.004-1.277.004-.656 2.504.983 5.252 3.458 5.94 2.763.937 6.038-1.083 6.452-3.967.491-2.53-1.276-5.061-3.719-5.713z"/><path fill="#fff" d="M15.558 2.525c1.077-.412 2.304.677 1.997 1.795-.197 1.157-1.812 1.616-2.604.762-.818-.743-.463-2.264.607-2.557zM15.691 7.017c.142-.911 1.37-1.368 2.088-.797.574.393.557 1.172.45 1.784-.253 1.459-.361 2.937-.554 4.405-.085.593-.257 1.325-.905 1.534-1.676.465-3.526-.127-5.167.246-.76 1.659-.903 3.575-1.582 5.282-.334.641-1.111.792-1.771.799 1.058-2.179 1.334-4.598 1.924-6.911 1.022-1.514 3.243-.748 4.785-.833l.155-1.234c-1.489-.019-2.976.019-4.466-.021.85-1.737 3.088-.985 4.613-1.058.157-1.064.253-2.135.429-3.196z"/><path fill="#fff" d="M18.603 11.104c2.443.652 4.21 3.182 3.719 5.713-.414 2.884-3.689 4.904-6.452 3.967-2.476-.688-4.114-3.436-3.458-5.94.425 0 .85-.002 1.277-.004-.574 1.826.393 3.927 2.185 4.62 1.994.939 4.596-.316 5.119-2.449.578-1.926-.624-4.097-2.544-4.664.049-.416.1-.83.153-1.243z"/></symbol><symbol viewBox="0 0 24 24" id="information--disabled-persons--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M10.985 0h1.992c.764.142 1.542.229 2.29.454 3.671.998 6.746 3.884 8.018 7.464.382.988.534 2.038.715 3.074v1.972c-.301 2.718-1.415 5.369-3.341 7.336-1.994 2.114-4.775 3.372-7.645 3.701h-1.991c-4.164-.395-8.062-3-9.842-6.81C.528 15.884.214 14.448 0 13.011V11.03c.175-1.112.354-2.233.778-3.283C2.094 4.213 5.177 1.387 8.83.428c.706-.206 1.438-.282 2.155-.427m-.249 2.483c-3.584.426-6.768 3.077-7.858 6.515-.9 2.704-.514 5.804 1.049 8.192 1.847 2.918 5.354 4.685 8.802 4.379 3.592-.23 6.904-2.69 8.197-6.043 1.066-2.659.85-5.792-.582-8.276-1.849-3.344-5.825-5.32-9.608-4.766z"/><path fill="#fff" d="M10.736 2.484c3.784-.553 7.759 1.422 9.608 4.766 1.432 2.484 1.648 5.617.582 8.276-1.294 3.353-4.606 5.813-8.197 6.043-3.448.306-6.955-1.46-8.802-4.379-1.562-2.388-1.949-5.489-1.049-8.192 1.09-3.438 4.273-6.089 7.858-6.515M8.68 4.606c-.458.552-.284 1.316.091 1.858.018 2.298-.001 4.597.008 6.895 1.853.006 3.706-.004 5.558.005.835 1.752 1.657 3.51 2.495 5.261.706-.305 1.405-.622 2.108-.929a24.286 24.286 0 0 0-.455-.984c-.373.169-.744.344-1.117.514-.796-1.649-1.571-3.306-2.371-4.952-1.667-.002-3.332.004-4.998-.004-.001-.409-.001-.817 0-1.226 1.237-.007 2.474.001 3.713-.004.002-.38.002-.761-.001-1.141-1.237-.006-2.473.001-3.71-.002-.006-1.009.002-2.018-.005-3.028.852-.133 1.55-1.025 1.218-1.883-.329-1.057-1.907-1.278-2.534-.379M5.525 15.005c.026 1.802 1.152 3.506 2.761 4.298 2.532 1.376 6.023.158 7.122-2.512-.229-.5-.469-.997-.7-1.498-.182 1.566-1.357 2.939-2.874 3.366-1.883.592-4.114-.378-4.9-2.202-.781-1.642-.163-3.73 1.309-4.764a62.6 62.6 0 0 0-.001-1.3c-1.663.88-2.784 2.72-2.718 4.61z"/><path d="M8.68 4.606c.628-.899 2.206-.678 2.534.379.332.858-.366 1.75-1.218 1.883.007 1.009-.001 2.018.005 3.028 1.237.004 2.473-.004 3.71.002.004.38.004.761.001 1.141-1.238.005-2.476-.004-3.713.004-.001.409-.001.817 0 1.226 1.666.007 3.331.001 4.998.004.8 1.646 1.576 3.304 2.371 4.952.373-.169.744-.344 1.117-.514.158.325.311.653.455.984-.703.307-1.403.624-2.108.929-.838-1.751-1.66-3.509-2.495-5.261-1.853-.008-3.706.001-5.558-.005-.01-2.298.01-4.597-.008-6.895-.376-.541-.55-1.306-.091-1.858z"/><path d="M5.525 15.005c-.066-1.89 1.055-3.731 2.718-4.61.005.433.005.866.001 1.3-1.472 1.034-2.09 3.122-1.309 4.764.786 1.824 3.017 2.794 4.9 2.202 1.517-.427 2.692-1.8 2.874-3.366.23.5.47.997.7 1.498-1.099 2.67-4.59 3.888-7.122 2.512-1.609-.792-2.735-2.496-2.761-4.298z"/></symbol><symbol viewBox="0 0 24 24" id="information--emergency-facility--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.834.139C1.105.017 1.41.035 1.7.03 8.699.038 15.698.021 22.697.038c.766-.016 1.314.742 1.271 1.464-.001 7.031.006 14.063-.004 21.095.013.734-.608 1.426-1.367 1.369-7.064.004-14.129.004-21.194 0-.799.06-1.418-.707-1.371-1.468V1.502C.022.951.299.351.834.139m.391.392a.959.959 0 0 0-.723.961c-.004 7.005-.005 14.011 0 21.016-.032.537.452 1.021.99.99 7.005.004 14.011.004 21.016 0 .538.031 1.021-.453.99-.991.005-7.004.004-14.01 0-21.014.036-.585-.523-1.064-1.093-.994-7.06.023-14.124-.042-21.18.032z"/><path fill="#fff" d="M3.895 3.895c5.403-.003 10.807-.003 16.21 0 .003 5.403.003 10.807 0 16.21-5.403.003-10.807.003-16.21 0-.003-5.403-.003-10.807 0-16.21m5.978 1.719c-.006 1.417.001 2.835-.003 4.252-1.42-.002-2.839.006-4.258.009.002 1.414.008 2.828.014 4.243 1.41.002 2.821.009 4.232.01.005 1.42.001 2.839.01 4.258h4.26c.008-1.419.005-2.838.01-4.258 1.417-.009 2.834.008 4.25.003-.001-1.416-.003-2.832-.007-4.249-1.416-.015-2.831-.005-4.247-.01-.006-1.419-.002-2.839-.01-4.258H9.873z"/><path fill="#154889" d="M1.225.531C8.281.457 15.345.522 22.405.499c.57-.07 1.129.409 1.093.994.004 7.004.005 14.01 0 21.014.031.538-.452 1.022-.99.991-7.005.004-14.011.004-21.016 0-.538.031-1.022-.453-.99-.99-.005-7.005-.004-14.011 0-21.016a.959.959 0 0 1 .723-.961m2.67 3.364c-.003 5.403-.003 10.807 0 16.21 5.403.003 10.807.003 16.21 0 .003-5.403.003-10.807 0-16.21-5.403-.003-10.807-.003-16.21 0z"/><path fill="#c00" d="M9.873 5.614h4.251c.008 1.419.004 2.839.01 4.258 1.416.005 2.831-.005 4.247.01.004 1.417.006 2.833.007 4.249-1.416.005-2.833-.012-4.25-.003-.005 1.42-.002 2.839-.01 4.258h-4.26c-.009-1.419-.005-2.838-.01-4.258-1.411-.001-2.822-.008-4.232-.01-.006-1.415-.012-2.829-.014-4.243 1.419-.003 2.838-.011 4.258-.009.004-1.417-.003-2.835.003-4.252z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-advisory-maximum-speed-limit-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#9cb4d7" d="M0 0h.164C.152 7.711.187 15.424.146 23.135L0 23.423V0z"/><path fill="#0c479d" d="M.164 0h23.19c-1.91 1.854-3.759 3.771-5.661 5.632l-.871-1.243c.311-.455.623-.911.932-1.366l-.789-.003-.57.751-.521-.745c-.271-.002-.542-.002-.812-.002.307.455.618.909.925 1.364-.311.447-.62.893-.925 1.341l.815-.002c.176-.247.352-.492.529-.736l.547.751.6.02c-2.898 2.919-5.811 5.824-8.717 8.735-.939 0-1.877.01-2.816-.016.833-.967 2.098-1.332 3.082-2.096 1.123-.868 1.151-2.734.11-3.677-1.637-1.494-4.982-.62-5.009 1.839.462.003.922.003 1.384.002.243-1.128 1.609-1.378 2.512-.894.549.337.615 1.248.077 1.627-1.045.774-2.407 1.159-3.189 2.259-.533.684-.692 1.557-.764 2.398 1.052.008 2.104 0 3.156.012-1.402 1.424-2.831 2.819-4.249 4.226-.048-.638-.054-1.276-.062-1.915l-.664.008c0 .889 0 1.779-.007 2.668-.74.741-1.473 1.491-2.25 2.196C.188 15.423.154 7.71.165-.001M6.83 3.035c-.002.901-.003 1.8.002 2.699l.677-.005c.002-.643-.056-1.292.058-1.93 1.068-.454.585 1.336.681 1.933h.679c.008-.625-.048-1.256.043-1.876a.4.4 0 0 1 .653-.013c.094.625.039 1.258.046 1.887l.674.005c-.039-.768.132-1.578-.123-2.315-.304-.565-1.004-.457-1.468-.178-.595-.319-1.276-.21-1.92-.209m5.447.043c-1.093.414-1.059 2.316.067 2.663.554.015 1.11-.059 1.664-.012.01-.902.008-1.803-.01-2.704-.572.053-1.151-.018-1.721.053zM17.032 7.945C19.348 5.607 21.709 3.311 24 .949v23.052H.947c.917-.842 1.769-1.754 2.658-2.625.299.46.766.695 1.317.658a34.814 34.814 0 0 0-.794-1.182c1.634-1.636 3.268-3.268 4.902-4.902.309-.003.62-.005.93-.005.008-.321.018-.639.03-.958 1.062-1.059 2.121-2.121 3.184-3.178.035 1.468.595 3.074 1.935 3.833 1.448.848 3.468.268 4.269-1.2 1.494-2.227.506-6.002-2.346-6.496m-.23 10.215c-.552.03-.441.929.097.838.541-.039.442-.927-.097-.838m-4.481.107a499.89 499.89 0 0 0-1.54 3.712l.723.007a856.21 856.21 0 0 0 1.545-3.717c-.243-.002-.485-.002-.728-.002m2.118.316c-.122.447-.419.916-.202 1.382.307.787-.258 2.31 1.134 2.055-.181-.636-.36-1.281-.337-1.946.11-.076.33-.224.442-.298a1.993 1.993 0 0 0-.399-.661c-.018-.283-.03-.565-.041-.847l-.597.314m-8.434.704c.002.898 0 1.797.002 2.696l.674.003c.002-.666.002-1.33.018-1.996 1.157-.293.612 1.336.725 1.994h.679c.008-.62-.046-1.244.039-1.859a.378.378 0 0 1 .658-.016c.092.62.038 1.249.046 1.872l.672.005c-.036-.763.123-1.565-.112-2.303-.298-.58-1.014-.475-1.479-.181-.587-.345-1.276-.212-1.922-.215m10.506-.008c-.002.902-.002 1.807 0 2.709h.676c.002-.902.002-1.807 0-2.709-.225-.002-.45-.002-.676 0m1.903.005c-.007.901-.008 1.803 0 2.704l.674-.007c.005-.626-.048-1.258.044-1.881.163-.235.513-.238.656.02.085.616.033 1.244.043 1.866.225-.002.452-.003.677-.003.104-.651-.273-1.596.261-2.045.884.084.332 1.419.477 2.043l.672.007c-.018-.746.095-1.509-.079-2.242-.261-.626-1.031-.564-1.512-.243-.584-.347-1.272-.204-1.913-.219z"/><path fill="#0c479d" d="M12.562 3.69c.888-.37 1.131 1.359.263 1.438-.727.01-.852-1.144-.263-1.438zM16.327 9.429c1.959-.275 2.778 2.357 2.047 3.832-.329 1.118-1.761 1.757-2.734 1.014-1.512-1.21-1.322-4.289.687-4.846z"/><path fill="#ce252c" d="M23.354 0H24v.948c-2.292 2.362-4.652 4.659-6.968 6.996-1.285 1.287-2.574 2.573-3.858 3.863-1.064 1.057-2.122 2.119-3.184 3.178-.321.321-.639.643-.96.963-1.634 1.634-3.268 3.266-4.902 4.902l-.523.524c-.889.871-1.741 1.784-2.658 2.625H0v-.577l.146-.288c.778-.705 1.511-1.455 2.25-2.196.248-.25.492-.506.733-.761 1.419-1.407 2.847-2.803 4.249-4.226.485-.485.972-.968 1.456-1.453 2.906-2.911 5.819-5.816 8.717-8.735l.14-.132c1.902-1.861 3.751-3.778 5.661-5.632z"/><path fill="#fff" d="M6.83 3.035c.644-.002 1.325-.11 1.92.209.464-.279 1.164-.388 1.468.178.255.736.084 1.547.123 2.315l-.674-.005c-.007-.63.048-1.262-.046-1.887a.4.4 0 0 0-.653.013c-.09.62-.035 1.251-.043 1.876h-.679c-.095-.597.388-2.387-.681-1.933-.113.638-.056 1.287-.058 1.93l-.677.005c-.005-.899-.003-1.798-.002-2.699zM12.279 3.076c.57-.071 1.149 0 1.721-.053.018.901.02 1.802.01 2.704-.554-.048-1.11.026-1.664.012-1.126-.347-1.161-2.249-.067-2.663m.283.614c-.588.294-.464 1.448.263 1.438.868-.079.625-1.808-.263-1.438zM15.061 3.025c.27 0 .541 0 .812.002l.521.745.57-.751.789.003c-.309.455-.621.911-.932 1.366l.871 1.243-.14.132-.6-.02-.547-.751c-.178.245-.353.49-.529.736l-.815.002c.306-.449.615-.894.925-1.341-.307-.455-.618-.909-.925-1.364zM4.203 10.548c.026-2.459 3.372-3.334 5.009-1.839 1.041.944 1.013 2.809-.11 3.677-.985.764-2.249 1.129-3.082 2.096.939.026 1.877.016 2.816.016-.485.485-.972.968-1.456 1.453-1.052-.012-2.104-.003-3.156-.012.072-.842.232-1.715.764-2.398.782-1.1 2.144-1.484 3.189-2.259.538-.38.472-1.29-.077-1.627-.902-.483-2.268-.233-2.512.894-.462.002-.922.002-1.384-.002zM13.174 11.808c1.284-1.29 2.573-2.576 3.858-3.863 2.852.495 3.84 4.269 2.346 6.496-.801 1.468-2.821 2.048-4.269 1.2-1.34-.759-1.9-2.365-1.935-3.833m3.153-2.379c-2.009.557-2.199 3.636-.687 4.846.973.743 2.405.104 2.734-1.014.732-1.475-.087-4.106-2.047-3.832zM9.03 15.948c.321-.321.639-.643.96-.963-.012.319-.021.638-.03.958-.311 0-.621.002-.93.005zM16.802 18.161c.539-.089.638.799.097.838-.538.09-.649-.809-.097-.838zM2.403 18.271l.664-.008c.008.639.015 1.277.062 1.915-.242.255-.485.511-.733.761.007-.889.007-1.779.007-2.668zM12.321 18.268c.243 0 .485 0 .728.002-.513 1.239-1.026 2.479-1.545 3.717l-.723-.007a518.333 518.333 0 0 1 1.54-3.712zM14.439 18.584l.597-.314c.012.281.023.564.041.847.178.191.307.416.399.661-.112.074-.332.222-.442.298-.023.666.156 1.31.337 1.946-1.392.255-.827-1.267-1.134-2.055-.217-.467.081-.935.202-1.382zM6.005 19.287c.646.003 1.335-.13 1.922.215.465-.294 1.182-.399 1.479.181.235.738.076 1.54.112 2.303l-.672-.005c-.008-.623.046-1.253-.046-1.872a.378.378 0 0 0-.658.016c-.085.615-.031 1.239-.039 1.859h-.679c-.113-.658.432-2.287-.725-1.994-.016.666-.016 1.33-.018 1.996l-.674-.003c-.002-.899 0-1.798-.002-2.696zM16.511 19.279c.225-.002.45-.002.676 0 .002.902.002 1.807 0 2.709h-.676c-.002-.902-.002-1.807 0-2.709zM18.414 19.284c.641.015 1.33-.128 1.913.219.482-.321 1.251-.383 1.512.243.174.733.061 1.496.079 2.242l-.672-.007c-.145-.625.408-1.959-.477-2.043-.534.449-.158 1.394-.261 2.045l-.677.003c-.01-.621.043-1.249-.043-1.866-.143-.258-.493-.255-.656-.02-.092.623-.039 1.254-.044 1.881-.225.002-.45.003-.674.007-.008-.901-.007-1.803 0-2.704zM3.605 21.375c.174-.176.348-.35.523-.524.271.39.539.781.794 1.182a1.397 1.397 0 0 1-1.317-.658z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-advisory-maximum-speed-limit-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#9cb4d7" d="M0 0h.164C.167 7.71.157 15.419.171 23.129L0 23.367V0z"/><path fill="#0c479d" d="M.164 0H23.34c-1.89 1.869-3.753 3.766-5.648 5.632-.294-.411-.58-.825-.868-1.241.307-.459.62-.916.927-1.373-.26.005-.519.007-.781.002-.191.25-.386.495-.579.743-.179-.243-.35-.492-.526-.736-.268.005-.536 0-.804-.005.307.457.618.912.921 1.374-.312.444-.62.889-.919 1.341.27-.007.539-.013.809-.012.178-.24.348-.485.531-.722.184.238.365.48.549.718l.587.058c-2.298 2.331-4.622 4.637-6.94 6.948-.376-.025-.755-.036-1.133-.056-.003-.593-.003-1.188-.007-1.782-.487.233-.963.483-1.432.751-.007.348-.002.697-.013 1.044-.664.008-1.328.01-1.991-.002 1.103-1.555 2.244-3.081 3.358-4.627a70.175 70.175 0 0 0-1.777.005c-1.078 1.458-2.132 2.936-3.212 4.394-.403.449-.247 1.08-.265 1.626 1.295.007 2.591-.007 3.886.005.008.399.013.801.026 1.2-1.618 1.642-3.263 3.26-4.9 4.882a17.13 17.13 0 0 1-.069-1.908 8.73 8.73 0 0 1-.667.01c-.005.889 0 1.78-.007 2.67-.743.73-1.461 1.484-2.227 2.19C.156 15.419.166 7.71.162 0m6.67 3.031c-.003.902-.008 1.805.003 2.707.224-.008.449-.012.672-.01.01-.595-.036-1.19.025-1.782.026-.352.666-.36.687-.002.066.593.018 1.192.03 1.787.225-.003.449-.002.674.002.02-.625-.041-1.253.039-1.874a.406.406 0 0 1 .662-.015c.092.625.025 1.258.046 1.885.224-.002.447 0 .669.005-.025-.736.092-1.493-.072-2.216-.252-.636-1.05-.62-1.522-.253-.569-.404-1.271-.189-1.913-.235m5.564.011c-1.262.317-1.202 2.517.094 2.735.505-.067 1.013-.118 1.519-.031-.007-.914.051-1.831-.036-2.744-.523.102-1.05.028-1.576.039zM17.056 7.927C19.362 5.596 21.706 3.301 24 .959v23.042H.957c.909-.861 1.779-1.764 2.67-2.647.252.51.72.748 1.284.648-.253-.39-.516-.771-.784-1.149 1.621-1.631 3.26-3.245 4.874-4.884.339.146.704-.197.556-.541 1.3-1.31 2.607-2.612 3.912-3.917-.1 1.504.437 3.158 1.728 4.027 1.387.937 3.459.495 4.335-.932 1.7-2.267.605-6.396-2.474-6.679m-.256 10.234c-.551.028-.441.93.097.838.541-.038.442-.929-.097-.838m-4.477.107a232.252 232.252 0 0 0-1.544 3.715c.238-.002.477 0 .715.005.531-1.233 1.037-2.479 1.55-3.72a43.44 43.44 0 0 1-.722 0m2.083.33c.02.533-.556 1.004-.108 1.491.199.733-.276 2.199 1.034 1.912-.041-.656-.429-1.239-.276-1.922l.365-.284c-.002-.275-.051-.536-.352-.626a53.494 53.494 0 0 1-.03-.898c-.212.107-.424.214-.633.327m-8.4.684c-.002.899-.003 1.8 0 2.699.225 0 .45.002.676.005-.007-.651 0-1.304.02-1.955 1.146-.421.605 1.323.727 1.955.222-.003.444-.003.667.002.023-.62-.031-1.243.038-1.859.138-.265.518-.27.672-.018.084.62.021 1.249.043 1.872.222-.002.445 0 .667.007-.02-.733.081-1.479-.061-2.201-.24-.653-1.06-.651-1.532-.26-.559-.436-1.271-.196-1.917-.247m10.505-.003c-.005.902-.005 1.807 0 2.711.224-.003.449-.003.672-.002.005-.902.005-1.807 0-2.711-.224.002-.449.003-.672.002m1.906-.005c-.013.904-.013 1.81 0 2.717.222-.008.444-.01.666-.008.021-.626-.041-1.258.044-1.881a.392.392 0 0 1 .667.02c.074.62.012 1.248.049 1.871.22-.007.441-.01.661-.01.12-.653-.275-1.591.261-2.047.898.081.322 1.42.483 2.047.22-.002.442.002.662.01-.012-.748.104-1.516-.071-2.249-.266-.612-1.054-.598-1.511-.215-.557-.441-1.271-.173-1.913-.255z"/><path fill="#0c479d" d="M12.561 3.692c.889-.373 1.134 1.356.266 1.437-.728.012-.855-1.144-.266-1.437zM16.499 9.447c1.928-.388 2.842 2.168 2.196 3.654-.276 1.118-1.596 1.91-2.652 1.267-1.65-1.103-1.527-4.261.455-4.922z"/><path fill="#ce252c" d="M23.341 0H24v.958c-2.293 2.342-4.637 4.637-6.944 6.968-1.202 1.19-2.393 2.388-3.588 3.584-1.305 1.305-2.612 2.607-3.912 3.917-.22.141-.411.322-.556.541-1.614 1.639-3.253 3.253-4.874 4.884-.168.166-.334.334-.5.501-.891.883-1.761 1.785-2.67 2.647h-.957v-.633l.171-.238c.766-.705 1.484-1.46 2.227-2.19.253-.253.498-.513.743-.771 1.637-1.622 3.283-3.24 4.9-4.882.858-.847 1.708-1.701 2.558-2.558 2.318-2.311 4.642-4.618 6.94-6.948l.153-.148C19.586 3.766 21.449 1.869 23.339 0z"/><path fill="#fff" d="M6.832 3.031c.643.046 1.345-.169 1.913.235.472-.367 1.271-.383 1.522.253.164.723.048 1.479.072 2.216-.222-.005-.445-.007-.669-.005-.021-.628.046-1.261-.046-1.885a.406.406 0 0 0-.662.015c-.081.621-.02 1.249-.039 1.874a25.239 25.239 0 0 0-.674-.002c-.012-.595.036-1.193-.03-1.787-.021-.358-.661-.35-.687.002-.061.592-.015 1.187-.025 1.782-.224-.002-.449.002-.672.01-.012-.902-.007-1.805-.003-2.707zM12.396 3.041c.526-.012 1.054.062 1.576-.039.087.912.03 1.83.036 2.744-.506-.087-1.014-.036-1.519.031-1.295-.219-1.356-2.418-.094-2.735m.166.65c-.588.293-.462 1.448.266 1.437.868-.081.623-1.81-.266-1.437zM15.062 3.021c.268.005.536.01.804.005.176.245.347.493.526.736.192-.248.388-.493.579-.743.261.005.521.003.781-.002-.307.457-.62.914-.927 1.373.288.416.574.83.868 1.241l-.153.148-.587-.058c-.184-.238-.365-.48-.549-.718-.182.237-.353.482-.531.722-.27-.002-.539.005-.809.012.299-.452.607-.898.919-1.341-.302-.462-.613-.917-.921-1.374zM17.056 7.927c3.079.283 4.174 4.412 2.474 6.679-.876 1.427-2.947 1.869-4.335.932-1.29-.87-1.828-2.523-1.728-4.027 1.195-1.195 2.387-2.393 3.588-3.584m-.556 1.52c-1.982.661-2.106 3.819-.455 4.922 1.055.643 2.375-.15 2.652-1.267.646-1.486-.268-4.042-2.196-3.654zM7.606 8.061a70.175 70.175 0 0 1 1.777-.005c-1.115 1.547-2.255 3.072-3.358 4.627.662.012 1.327.01 1.991.002.012-.347.007-.695.013-1.044.468-.268.945-.518 1.432-.751.003.593.003 1.188.007 1.782.378.02.756.031 1.133.056-.85.856-1.7 1.711-2.558 2.558-.013-.399-.018-.801-.026-1.2-1.295-.012-2.591.002-3.886-.005.018-.546-.138-1.177.265-1.626 1.08-1.458 2.134-2.936 3.212-4.394zM9 15.968c.145-.219.335-.399.556-.541.148.344-.217.687-.556.541zM16.802 18.161c.539-.09.638.801.097.838-.538.092-.648-.81-.097-.838zM2.405 18.27c.222.005.445.002.667-.01a17.12 17.12 0 0 0 .069 1.908c-.245.258-.49.518-.743.771.007-.889.002-1.78.007-2.67zM12.325 18.268c.24.002.48.002.722 0-.513 1.241-1.019 2.487-1.55 3.72-.238-.005-.477-.007-.715-.005a232.252 232.252 0 0 1 1.544-3.715zM14.407 18.598c.209-.113.421-.22.633-.327.007.299.018.598.03.898.301.09.35.352.352.626l-.365.284c-.153.682.235 1.266.276 1.922-1.31.288-.835-1.179-1.034-1.912-.447-.487.128-.958.108-1.491zM6.007 19.282c.646.051 1.358-.189 1.917.247.472-.391 1.292-.393 1.532.26.141.722.041 1.468.061 2.201a18.542 18.542 0 0 0-.667-.007c-.021-.623.041-1.253-.043-1.872-.155-.252-.534-.247-.672.018-.069.616-.015 1.239-.038 1.859a18.553 18.553 0 0 0-.667-.002c-.122-.631.419-2.375-.727-1.955-.02.651-.026 1.304-.02 1.955-.225-.003-.45-.005-.676-.005-.003-.899-.002-1.8 0-2.699zM16.512 19.279c.224.002.449 0 .672-.002.005.904.005 1.808 0 2.711a25.077 25.077 0 0 0-.672.002c-.005-.904-.005-1.808 0-2.711zM18.418 19.274c.643.082 1.356-.186 1.913.255.457-.383 1.244-.396 1.511.215.174.733.059 1.501.071 2.249-.22-.008-.442-.012-.662-.01-.161-.626.414-1.966-.483-2.047-.536.455-.141 1.394-.261 2.047-.22 0-.441.003-.661.01-.038-.623.025-1.251-.049-1.871a.392.392 0 0 0-.667-.02c-.085.623-.023 1.254-.044 1.881-.222-.002-.444 0-.666.008a94.647 94.647 0 0 1 0-2.717zM3.626 21.353c.166-.168.332-.335.5-.501.268.378.531.759.784 1.149-.564.1-1.032-.138-1.284-.648z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-advisory-maximum-speed-limit-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#9cb4d7" d="M0 0h.167C.144 7.825.214 15.652.134 23.475l-.133.298V0z"/><path fill="#0c479d" d="M.167 0h23.517c-1.943 1.873-3.813 3.823-5.745 5.71-.297-.42-.59-.842-.883-1.265l.947-1.38-.807-.002c-.192.253-.382.508-.572.763l-.53-.76h-.827c.315.46.63.92.943 1.382-.315.453-.63.907-.942 1.362.275 0 .55 0 .825.002.178-.252.358-.502.54-.752l.563.775c.152 0 .455 0 .608.002-2.46 2.488-4.947 4.952-7.415 7.433-.388-1.73-2.223-2.505-3.853-2.233a6.77 6.77 0 0 1 2.512-2.873c-.85.083-1.945-.303-2.552.497-1.345 1.472-2.437 3.442-2.163 5.498.253 1.407 1.742 2.16 3.075 2.095C6 17.674 4.57 19.074 3.15 20.481c-.027-.653-.03-1.308-.037-1.962l-.677.005c0 .903.002 1.805-.007 2.708-.755.76-1.51 1.518-2.297 2.243C.212 15.652.142 7.825.165 0m6.76 3.073c-.002.913-.003 1.825.002 2.738.228 0 .457 0 .685-.002.005-.652-.052-1.312.055-1.958 1.093-.458.593 1.352.697 1.96l.687-.002c.01-.633-.05-1.272.045-1.9a.406.406 0 0 1 .66-.015c.097.633.038 1.277.047 1.913l.683.007c-.04-.778.135-1.603-.128-2.35-.305-.57-1.013-.457-1.482-.18-.607-.317-1.295-.205-1.95-.212m5.526.05c-1.112.41-1.077 2.357.072 2.693.56.017 1.122-.052 1.683-.01.003-.913.007-1.827-.007-2.74-.582.058-1.172-.027-1.748.057zM17.275 8.05c2.402-2.425 4.85-4.805 7.225-7.257V24H1.292c.822-.738 1.572-1.553 2.36-2.327.31.46.787.692 1.338.677a27.07 27.07 0 0 0-.805-1.212c3.073-3.075 6.15-6.147 9.222-9.223-.002 1.533.607 3.23 2.028 3.985 1.495.822 3.527.172 4.302-1.338 1.455-2.27.417-6.048-2.462-6.512m-.24 10.363c-.56.028-.447.943.098.85.548-.038.448-.94-.098-.85m-4.543.109a562.615 562.615 0 0 0-1.563 3.765c.247 0 .492.002.738.003.523-1.255 1.043-2.512 1.565-3.767-.247-.002-.493-.002-.74-.002m2.14.317c-.1.458-.412.927-.2 1.398.313.795-.26 2.345 1.147 2.088-.163-.645-.353-1.29-.343-1.962l.473-.337a30.793 30.793 0 0 0-.422-.662l-.042-.838c-.205.103-.408.208-.613.312m-8.544.715c0 .912 0 1.825.002 2.737.228 0 .455.002.683.003.002-.68 0-1.358.023-2.037 1.175-.253.61 1.358.732 2.035l.687-.002c.008-.63-.047-1.263.04-1.887.15-.267.505-.265.667-.012.097.627.037 1.265.047 1.897l.682.005c-.037-.775.125-1.588-.115-2.335-.3-.587-1.023-.48-1.495-.187-.598-.345-1.295-.207-1.952-.218m10.653-.004a419.53 419.53 0 0 0 0 2.748c.227-.002.455-.002.682-.002.003-.915.003-1.832 0-2.748-.227 0-.455 0-.682.002m1.926.001c-.003.915-.005 1.83.002 2.743l.682-.005c.01-.635-.048-1.275.047-1.905.17-.238.515-.248.663.017.092.625.033 1.26.042 1.89.23 0 .458 0 .688.002-.002-.675-.003-1.35.017-2.023.24-.003.478-.003.718 0 .02.673.02 1.348.018 2.023.227-.002.455-.002.683-.002-.023-.753.09-1.525-.085-2.263-.26-.642-1.043-.572-1.535-.257-.595-.343-1.29-.2-1.94-.22z"/><path fill="#0c479d" d="M12.738 3.742c.9-.373 1.145 1.385.262 1.458-.735.007-.86-1.163-.262-1.458zM16.56 9.567c1.967-.32 2.837 2.295 2.142 3.798-.308 1.13-1.698 1.862-2.728 1.16-1.61-1.175-1.447-4.348.587-4.958zM7.225 12.41c.757-.077 1.715.377 1.713 1.233-.228 1.555-3.027 1.562-3.277.017-.02-.8.843-1.287 1.563-1.25z"/><path fill="#ce252c" d="M23.683 0h.817v.793c-2.375 2.452-4.823 4.832-7.225 7.257-1.29 1.288-2.577 2.578-3.868 3.865-3.072 3.077-6.148 6.148-9.222 9.223l-.533.535c-.788.773-1.538 1.588-2.36 2.327H0v-.227l.133-.298a72.496 72.496 0 0 0 2.297-2.243c.243-.248.482-.5.72-.752 1.42-1.407 2.85-2.807 4.258-4.227.992-.997 1.987-1.99 2.982-2.983 2.468-2.482 4.955-4.945 7.415-7.433l.133-.127C19.87 3.823 21.74 1.873 23.683 0z"/><path fill="#fff" d="M6.925 3.073c.655.007 1.343-.105 1.95.212.468-.277 1.177-.39 1.482.18.263.747.088 1.572.128 2.35l-.683-.007c-.008-.637.05-1.28-.047-1.913a.406.406 0 0 0-.66.015C9 4.538 9.06 5.177 9.05 5.81l-.687.002c-.103-.608.397-2.418-.697-1.96-.107.647-.05 1.307-.055 1.958-.228.002-.457.002-.685.002-.005-.913-.003-1.825-.002-2.738zM12.452 3.122c.577-.083 1.167.002 1.748-.057.013.913.01 1.827.007 2.74-.562-.042-1.123.027-1.683.01-1.148-.337-1.183-2.283-.072-2.693m.286.62c-.598.295-.473 1.465.262 1.458.883-.073.638-1.832-.262-1.458zM15.267 3.067h.827l.53.76c.19-.255.38-.51.572-.763l.807.002-.947 1.38c.293.423.587.845.883 1.265l-.133.127c-.153-.002-.457-.002-.608-.002l-.563-.775c-.182.25-.362.5-.54.752-.275-.002-.55-.002-.825-.002.312-.455.627-.908.942-1.362-.313-.462-.628-.922-.943-1.382zM6.497 8.66c.607-.8 1.702-.413 2.552-.497a6.77 6.77 0 0 0-2.512 2.873c1.63-.272 3.465.503 3.853 2.233-.995.993-1.99 1.987-2.982 2.983-1.333.065-2.822-.688-3.075-2.095-.273-2.057.818-4.027 2.163-5.498m.729 3.751c-.72-.037-1.583.45-1.563 1.25.25 1.545 3.048 1.538 3.277-.017.002-.857-.957-1.31-1.713-1.233zM13.407 11.915c1.292-1.287 2.578-2.577 3.868-3.865 2.878.463 3.917 4.242 2.462 6.512-.775 1.51-2.807 2.16-4.302 1.338-1.422-.755-2.03-2.452-2.028-3.985m3.153-2.348c-2.033.61-2.197 3.783-.587 4.958 1.03.702 2.42-.03 2.728-1.16.695-1.503-.175-4.118-2.142-3.798zM17.035 18.413c.547-.09.647.812.098.85-.545.093-.658-.822-.098-.85zM2.437 18.523l.677-.005c.007.653.01 1.308.037 1.962a63.54 63.54 0 0 1-.72.752c.008-.903.007-1.805.007-2.708zM12.492 18.522c.247 0 .493 0 .74.002-.522 1.255-1.042 2.512-1.565 3.767a90.961 90.961 0 0 0-.738-.003 620.853 620.853 0 0 1 1.563-3.765zM14.632 18.838c.205-.103.408-.208.613-.312l.042.838c.143.218.283.44.422.662l-.473.337c-.01.672.18 1.317.343 1.962-1.407.257-.833-1.293-1.147-2.088-.212-.472.1-.94.2-1.398zM6.088 19.552c.657.012 1.353-.127 1.952.218.472-.293 1.195-.4 1.495.187.24.747.078 1.56.115 2.335l-.682-.005c-.01-.632.05-1.27-.047-1.897-.162-.253-.517-.255-.667.012-.087.623-.032 1.257-.04 1.887l-.687.002c-.122-.677.443-2.288-.732-2.035-.023.678-.022 1.357-.023 2.037a77.75 77.75 0 0 0-.683-.003c-.002-.912-.002-1.825-.002-2.737zM16.742 19.547c.227-.002.455-.002.682-.002.003.917.003 1.833 0 2.748-.227 0-.455 0-.682.002-.003-.917-.003-1.833 0-2.748zM18.668 19.548c.65.02 1.345-.123 1.94.22.492-.315 1.275-.385 1.535.257.175.738.062 1.51.085 2.263-.228 0-.457 0-.683.002a61.97 61.97 0 0 0-.018-2.023c-.24-.003-.478-.003-.718 0-.02.673-.018 1.348-.017 2.023-.23-.002-.458-.002-.688-.002-.008-.63.05-1.265-.042-1.89-.148-.265-.493-.255-.663-.017-.095.63-.037 1.27-.047 1.905l-.682.005c-.007-.913-.005-1.828-.002-2.743zM3.652 21.673l.533-.535c.277.398.55.798.805 1.212-.552.015-1.028-.217-1.338-.677z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-advisory-maximum-speed-limit-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#9cb4d7" d="M0 0h23.247l-.274.155C15.316.175 7.657.157 0 .163V0z"/><path fill="#ce252c" d="M23.247 0h.426v1.107c-2.274 2.341-4.614 4.62-6.911 6.939-1.244 1.241-2.483 2.487-3.729 3.724-3.027 3.038-6.065 6.067-9.097 9.102l-.514.514C2.539 22.255 1.69 23.159.779 24H0v-.807c.713-.769 1.486-1.484 2.219-2.233.248-.251.491-.508.735-.762 1.393-1.402 2.834-2.758 4.193-4.193.139-.158.273-.322.405-.485 3.336-3.105 6.477-6.418 9.713-9.626.038-.034.109-.103.145-.137 1.86-1.861 3.753-3.691 5.564-5.602L23.248 0z"/><path fill="#0c479d" d="M0 .163C7.657.156 15.316.174 22.973.155c-1.811 1.91-3.704 3.74-5.564 5.602l-.865-1.231.926-1.362h-.782c-.191.245-.379.495-.57.743l-.519-.74c-.268.002-.535.002-.803.002.307.452.614.903.919 1.357-.309.442-.616.885-.919 1.331l.81-.005.522-.73c.181.247.364.491.544.738.149.01.446.026.593.034-3.236 3.208-6.377 6.521-9.713 9.626.676-1.925 1.546-3.776 2.3-5.67.212-.536.17-1.12.176-1.685-1.848-.003-3.696-.003-5.543.002.002.473.003.947.002 1.42 1.306.005 2.612-.002 3.918.007-.877 2.137-1.771 4.268-2.653 6.403.464.002.929.003 1.394.008-1.358 1.435-2.8 2.79-4.193 4.193a25.518 25.518 0 0 1-.072-1.896 48.37 48.37 0 0 0-.658.01c.002.882 0 1.765-.005 2.648-.733.749-1.505 1.464-2.219 2.233V.163M6.62 3.179c-.002.893-.005 1.788.003 2.681l.671-.008c.139-.619-.392-1.892.442-2.029.576.407.183 1.391.291 2.034h.674c.007-.62-.044-1.246.041-1.863a.4.4 0 0 1 .651-.013c.09.62.038 1.249.044 1.874l.669.005c-.041-.761.131-1.566-.122-2.297-.302-.563-1.002-.462-1.46-.173-.584-.335-1.265-.207-1.905-.211m5.414.037c-1.084.416-1.051 2.296.064 2.648.552.023 1.104-.077 1.657-.01.005-.898.013-1.796-.016-2.694-.567.067-1.141-.015-1.704.055zM16.762 8.046c2.297-2.318 4.637-4.598 6.911-6.939V24H.778c.911-.841 1.76-1.745 2.643-2.614.286.472.751.705 1.301.651-.255-.395-.519-.78-.787-1.166 3.032-3.035 6.07-6.064 9.097-9.102-.036 1.51.558 3.18 1.938 3.948 1.412.8 3.36.258 4.167-1.148 1.559-2.227.542-6.108-2.376-6.524m-.237 10.156c-.547.029-.438.922.095.833.539-.038.441-.922-.095-.833m-4.449.106c-.518 1.224-1.024 2.457-1.535 3.685l.718.01c.522-1.226 1.025-2.462 1.54-3.693-.242-.002-.482-.002-.723-.002m2.096.318c-.085.454-.439.911-.193 1.37.317.769-.269 2.291 1.113 2.036-.142-.64-.377-1.267-.315-1.933l.41-.281c-.052-.255-.153-.495-.379-.647-.016-.287-.026-.576-.036-.864l-.601.318m-8.369.695c.002.891 0 1.784.002 2.678.224 0 .446.002.669.003-.002-.656.003-1.313.018-1.967 1.148-.335.607 1.322.722 1.966.222 0 .446 0 .668.002.011-.616-.036-1.234.042-1.845.134-.268.503-.264.656-.021.088.617.036 1.242.044 1.861.222.002.444.003.666.007-.034-.759.124-1.554-.109-2.287-.296-.575-1.011-.482-1.469-.175-.576-.362-1.267-.212-1.909-.22m10.436-.01c-.003.896-.003 1.794-.002 2.692.224-.002.447-.002.671-.002.002-.896.002-1.794 0-2.691h-.669m1.889.006c-.007.895-.008 1.791.002 2.686l.666-.007c.007-.622-.042-1.249.044-1.868.162-.235.513-.235.655.02.077.616.033 1.239.046 1.858l.668-.01c.104-.647-.269-1.584.26-2.029.878.082.328 1.409.475 2.029l.661.01c-.015-.741.103-1.502-.073-2.23-.26-.617-1.027-.571-1.497-.235-.575-.364-1.267-.199-1.905-.224z"/><path fill="#0c479d" d="M12.313 3.829c.882-.367 1.125 1.349.263 1.429-.723.01-.849-1.136-.263-1.429zM16.062 9.546c1.913-.384 2.821 2.152 2.18 3.628-.269 1.012-1.373 1.812-2.41 1.365-1.886-.908-1.814-4.323.23-4.993z"/><path fill="#fff" d="M6.62 3.179c.64.003 1.321-.124 1.905.211.457-.289 1.158-.39 1.46.173.253.731.082 1.536.122 2.297l-.669-.005c-.007-.625.046-1.254-.044-1.874a.4.4 0 0 0-.651.013c-.085.617-.034 1.242-.041 1.863h-.674c-.108-.643.286-1.628-.291-2.034-.834.137-.304 1.411-.442 2.029l-.671.008c-.008-.893-.005-1.788-.003-2.681zM12.033 3.216c.563-.07 1.138.011 1.704-.055.029.898.021 1.796.016 2.694-.553-.067-1.105.033-1.657.01-1.115-.353-1.148-2.232-.064-2.648m.281.612c-.586.292-.46 1.438.263 1.429.862-.08.619-1.796-.263-1.429zM14.795 3.169c.268 0 .535 0 .803-.002l.519.74c.191-.248.379-.498.57-.743h.782l-.926 1.362.865 1.231-.145.137c-.147-.008-.444-.024-.593-.034-.18-.247-.362-.491-.544-.738-.175.243-.349.487-.522.73l-.81.005c.304-.446.611-.888.919-1.331-.305-.454-.612-.905-.919-1.357zM4.485 8.167c1.847-.005 3.695-.005 5.543-.002-.007.565.036 1.149-.176 1.685-.754 1.894-1.625 3.745-2.3 5.67-.132.163-.266.327-.405.485a162.41 162.41 0 0 0-1.394-.008c.882-2.136 1.776-4.266 2.653-6.403-1.306-.008-2.612-.002-3.918-.007.002-.473 0-.947-.002-1.42zM13.033 11.77c1.246-1.238 2.485-2.483 3.729-3.724 2.918.416 3.935 4.297 2.376 6.524-.807 1.406-2.754 1.948-4.167 1.148-1.38-.767-1.974-2.438-1.938-3.948m3.029-2.224c-2.044.669-2.116 4.085-.23 4.993 1.037.447 2.14-.353 2.41-1.365.642-1.476-.266-4.011-2.18-3.628zM16.524 18.201c.535-.09.633.795.095.833-.532.09-.642-.803-.095-.833zM2.224 18.312c.22-.005.439-.008.658-.01.008.632.016 1.265.072 1.896-.243.255-.487.511-.735.762.005-.883.007-1.767.005-2.648zM12.075 18.307c.242 0 .482 0 .723.002-.514 1.231-1.017 2.467-1.54 3.693l-.718-.01c.511-1.228 1.017-2.46 1.535-3.685zM14.171 18.625l.601-.318c.01.287.02.576.036.864.225.152.327.392.379.647l-.41.281c-.062.666.173 1.293.315 1.933-1.383.255-.797-1.267-1.113-2.036-.247-.459.108-.916.193-1.37zM5.801 19.319c.642.008 1.332-.142 1.909.22.459-.307 1.174-.4 1.469.175.233.733.075 1.528.109 2.287l-.666-.007c-.008-.619.044-1.244-.044-1.861-.153-.243-.522-.247-.656.021-.078.611-.031 1.229-.042 1.845-.222-.002-.446-.002-.668-.002-.114-.643.426-2.3-.722-1.966-.015.655-.02 1.311-.018 1.967a74.764 74.764 0 0 0-.669-.003c-.002-.893 0-1.786-.002-2.678zM16.237 19.311h.669c.002.896.002 1.794 0 2.691-.224 0-.447 0-.671.002-.002-.898-.002-1.796.002-2.692zM18.126 19.316c.638.024 1.331-.14 1.905.224.47-.336 1.238-.382 1.497.235.176.728.059 1.489.073 2.23l-.661-.01c-.147-.62.403-1.948-.475-2.029-.529.446-.155 1.383-.26 2.029l-.668.01c-.013-.619.031-1.242-.046-1.858-.142-.255-.493-.255-.655-.02-.087.619-.038 1.246-.044 1.868l-.666.007c-.01-.895-.008-1.791-.002-2.686zM3.422 21.386l.514-.514c.268.385.532.771.787 1.166a1.31 1.31 0 0 1-1.301-.651z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-advisory-maximum-speed-limit-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#9cb4d7" d="M0 0h23.364l-.243.176C15.415.148 7.707.173 0 .164V0z"/><path fill="#ce252c" d="M23.364 0H24v.957c-2.356 2.407-4.762 4.764-7.133 7.156a1127.312 1127.312 0 0 0-3.787 3.789c-3.043 3.035-6.079 6.077-9.12 9.115l-.498.501c-.835.827-1.65 1.675-2.507 2.482H0v-.658c.733-.759 1.493-1.493 2.236-2.242.255-.253.5-.513.746-.773 1.387-1.378 2.786-2.744 4.157-4.136.988-.983 1.973-1.968 2.956-2.956 2.425-2.43 4.864-4.844 7.272-7.289l.159-.151c1.872-1.866 3.764-3.712 5.594-5.62l.243-.176z"/><path fill="#0c479d" d="M0 .164C7.706.172 15.414.148 23.121.176c-1.83 1.908-3.722 3.755-5.594 5.62-.289-.411-.579-.822-.866-1.236.307-.46.616-.919.925-1.376-.258.002-.516 0-.774-.003-.186.255-.393.493-.577.748-.178-.248-.362-.492-.539-.741-.263.003-.526.003-.789.002.307.457.612.916.911 1.378-.314.441-.62.884-.916 1.336.27-.007.541-.012.81-.016.174-.24.35-.478.526-.715.186.238.373.475.556.717l.574.059c-2.408 2.444-4.848 4.859-7.272 7.289a3.937 3.937 0 0 0-.794-1.45c.593-.968.547-2.372-.418-3.087-1.164-.799-3-.769-3.975.321-.684.776-.588 1.925-.113 2.781-.814.82-1.032 2.185-.353 3.153.587.889 1.677 1.243 2.698 1.238-1.371 1.392-2.77 2.758-4.157 4.136a15.106 15.106 0 0 1-.072-1.902c-.224.008-.447.013-.671.013-.002.888.003 1.774-.003 2.661-.743.75-1.502 1.483-2.236 2.242V.166m6.665 3.031c-.003.902-.012 1.805.005 2.707.224-.007.447-.012.671-.016.008-.592-.035-1.187.021-1.779.044-.353.666-.357.692.003.064.592.015 1.188.028 1.782l.672.003c.023-.623-.039-1.251.041-1.871a.402.402 0 0 1 .664-.013c.09.623.023 1.254.046 1.881.222.002.445.002.667.005-.025-.736.092-1.493-.072-2.216-.252-.636-1.054-.621-1.525-.252-.564-.411-1.269-.189-1.91-.235m5.565.009c-1.261.317-1.202 2.513.092 2.737.505-.071 1.013-.122 1.519-.033-.005-.914.053-1.833-.035-2.745-.523.104-1.05.03-1.576.041zM16.867 8.112C19.237 5.72 21.644 3.363 24 .956v23.043H.955c.856-.807 1.672-1.655 2.507-2.482.248.513.72.746 1.284.648-.252-.39-.516-.771-.786-1.149 3.041-3.038 6.077-6.081 9.12-9.115-.02 1.55.63 3.278 2.094 3.993 1.461.736 3.386.092 4.138-1.356 1.452-2.232.419-6.016-2.444-6.426m-.231 10.213c-.549.031-.442.927.097.84.539-.041.441-.929-.097-.84m-4.471.106a143.549 143.549 0 0 0-1.542 3.713c.233.003.467.007.7.012.544-1.23 1.042-2.479 1.557-3.722-.238-.002-.477-.002-.715-.003m2.07.337c.035.534-.557 1.004-.1 1.489.201.727-.279 2.183 1.016 1.91 0-.662-.431-1.241-.256-1.932l.345-.266a10.484 10.484 0 0 1-.015-.434c-.506-.136-.293-.717-.353-1.101-.212.112-.424.224-.636.334m-8.395.68c0 .899-.002 1.797 0 2.696.225.002.449.003.674.007.015-.588-.028-1.179.023-1.765.007-.395.697-.388.699.003.054.585.012 1.174.028 1.762.219-.002.436 0 .654.003.041-.618-.021-1.241.049-1.858.132-.311.687-.263.692.099.048.584.007 1.169.03 1.752.22.002.439.003.659.007-.016-.733.082-1.479-.059-2.203-.242-.653-1.064-.649-1.535-.256-.554-.442-1.269-.194-1.913-.247m10.505-.005c-.003.902-.003 1.807-.002 2.709.225-.002.45-.002.676-.002.002-.902.002-1.805 0-2.707h-.674m1.907-.006a79.5 79.5 0 0 0 0 2.719c.219-.005.439-.008.659-.008.031-.626-.041-1.259.053-1.881.148-.247.529-.232.662.021.079.62.003 1.248.059 1.871.217-.005.434-.01.651-.013.015-.587-.026-1.174.025-1.759.012-.393.685-.395.7 0 .051.585.008 1.172.023 1.759.217.003.434.008.651.015.01-.75.11-1.521-.062-2.254-.263-.603-1.044-.603-1.496-.217-.567-.432-1.277-.171-1.925-.253z"/><path fill="#0c479d" d="M12.396 3.856c.889-.375 1.134 1.358.266 1.437-.728.012-.855-1.144-.266-1.437zM6.628 9.602c.667-.178 1.805.087 1.668.978-.24.852-1.345.488-1.996.519-.871-.202-.482-1.521.327-1.498zM16.167 9.605c2.009-.34 2.859 2.38 2.076 3.875-.348 1.105-1.785 1.688-2.734.944-1.468-1.22-1.295-4.205.658-4.818zM5.985 12.741c.546-.228 1.165-.138 1.742-.118.69.023 1.159.871.786 1.46-.61.837-2.004.884-2.744.202-.498-.408-.35-1.272.215-1.544z"/><path fill="#fff" d="M6.667 3.197c.641.046 1.346-.176 1.91.235.472-.37 1.274-.385 1.525.252.164.723.048 1.479.072 2.216-.222-.003-.445-.003-.667-.005-.023-.626.044-1.258-.046-1.881a.403.403 0 0 0-.664.013c-.081.62-.018 1.248-.041 1.871a75.604 75.604 0 0 0-.672-.003c-.013-.593.036-1.19-.028-1.782-.026-.36-.648-.357-.692-.003-.056.592-.013 1.187-.021 1.779l-.671.016c-.016-.902-.008-1.805-.005-2.707zM12.232 3.205c.526-.012 1.054.062 1.576-.041.087.912.03 1.831.035 2.745-.506-.089-1.014-.038-1.519.033-1.294-.224-1.353-2.42-.092-2.737m.164.651c-.588.293-.462 1.448.266 1.437.868-.079.623-1.812-.266-1.437zM14.906 3.189c.263.002.526.002.789-.002.178.25.362.493.539.741.184-.255.391-.493.577-.748.258.003.516.005.774.003-.309.457-.618.916-.925 1.376.288.414.577.825.866 1.236l-.159.151-.574-.059c-.182-.242-.37-.478-.556-.717-.176.237-.352.475-.526.715l-.81.016c.296-.452.602-.896.916-1.336a88.613 88.613 0 0 0-.911-1.378zM4.908 9.02c.975-1.09 2.811-1.119 3.975-.321.965.715 1.011 2.119.418 3.087.367.422.633.916.794 1.45-.983.988-1.968 1.973-2.956 2.956-1.021.005-2.111-.348-2.698-1.238-.679-.968-.46-2.333.353-3.153-.475-.856-.57-2.005.113-2.781m1.721.582c-.809-.023-1.198 1.295-.327 1.498.651-.031 1.756.332 1.996-.519.136-.891-1.001-1.156-1.668-.978m-.644 3.138c-.565.271-.713 1.136-.215 1.544.74.682 2.134.635 2.744-.202.373-.588-.095-1.437-.786-1.46-.577-.02-1.197-.11-1.742.118zM13.08 11.901c1.259-1.266 2.522-2.528 3.787-3.789 2.864.409 3.896 4.193 2.444 6.426-.751 1.448-2.676 2.093-4.138 1.356-1.465-.715-2.114-2.443-2.094-3.993m3.088-2.296c-1.953.613-2.125 3.598-.658 4.818.948.745 2.385.161 2.734-.944.782-1.494-.067-4.215-2.076-3.875zM16.637 18.325c.538-.089.636.799.097.84-.539.087-.646-.809-.097-.84zM2.239 18.439c.224 0 .447-.005.671-.013-.008.635.002 1.269.072 1.902-.247.26-.492.519-.746.773.007-.888.002-1.774.003-2.661zM12.166 18.431c.238.002.477.002.715.003-.515 1.243-1.013 2.492-1.557 3.722-.233-.005-.467-.008-.7-.012a138.719 138.719 0 0 1 1.542-3.713zM14.236 18.768c.212-.11.424-.222.636-.334.061.385-.153.965.353 1.101.002.145.007.289.015.434-.087.067-.258.201-.345.266-.174.69.256 1.269.256 1.932-1.295.273-.815-1.184-1.016-1.91-.457-.485.135-.955.1-1.489zM5.842 19.448c.644.053 1.359-.196 1.913.247.472-.393 1.294-.396 1.535.256.141.723.043 1.47.059 2.203l-.659-.007c-.023-.584.018-1.169-.03-1.752-.005-.362-.561-.409-.692-.099-.071.616-.008 1.239-.049 1.858a28.542 28.542 0 0 0-.654-.003c-.016-.588.026-1.177-.028-1.762-.002-.391-.692-.398-.699-.003-.051.587-.008 1.177-.023 1.765a151.45 151.45 0 0 0-.674-.007c-.002-.899 0-1.797 0-2.696zM16.348 19.443h.674c.002.902.002 1.805 0 2.707-.225 0-.45 0-.676.002-.002-.902-.002-1.807.002-2.709zM18.255 19.437c.648.082 1.358-.179 1.925.253.452-.386 1.233-.386 1.496.217.173.733.072 1.504.062 2.254a35.346 35.346 0 0 0-.651-.015c-.015-.587.028-1.174-.023-1.759-.015-.395-.689-.393-.7 0-.051.585-.01 1.172-.025 1.759-.217.003-.434.008-.651.013-.056-.623.02-1.251-.059-1.871-.133-.253-.515-.268-.662-.021-.094.621-.021 1.254-.053 1.881-.22 0-.441.003-.659.008a79.5 79.5 0 0 1 0-2.719zM3.462 21.518l.498-.501c.27.378.534.759.786 1.149-.564.099-1.036-.135-1.284-.648z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-advisory-maximum-speed-limit-90--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#9cb4d7" d="M0 0h23.382a13.78 13.78 0 0 0-.252.168C15.419.161 7.709.166 0 .165V.001z"/><path fill="#ce252c" d="M23.382 0H24v.957c-2.354 2.407-4.761 4.762-7.131 7.154a1917.342 1917.342 0 0 0-3.773 3.773c-3.048 3.043-6.09 6.089-9.135 9.133l-.503.505c-.835.825-1.649 1.673-2.504 2.479h-.955v-.658c.732-.759 1.493-1.491 2.234-2.239.252-.255.5-.511.745-.773 1.409-1.404 2.837-2.786 4.226-4.212.602-.587 1.188-1.192 1.716-1.849 2.949-2.628 5.628-5.561 8.453-8.328.039-.036.115-.11.155-.146C19.4 3.925 21.297 2.078 23.13.168c.062-.043.187-.127.252-.168z"/><path fill="#0c479d" d="M0 .164C7.71.166 15.419.161 23.13.167c-1.833 1.91-3.73 3.758-5.602 5.628-.293-.411-.58-.825-.868-1.239.307-.459.616-.916.929-1.373-.261-.002-.521 0-.781.002-.197.245-.386.496-.582.741-.174-.245-.348-.492-.523-.735-.27-.002-.538-.007-.805-.002.312.454.62.911.919 1.371-.311.442-.616.888-.919 1.336.271.002.541-.007.812-.012.178-.238.35-.48.529-.718.184.238.367.48.549.72.146.015.439.041.585.054-2.824 2.767-5.504 5.699-8.453 8.328.718-1.361 1.427-2.97.901-4.519-1.062-2.494-5.63-2.007-5.803.838-.128 1.953 2.037 3.036 3.746 2.679-.513 1.174-1.394 2.145-2.462 2.841.633-.002 1.267 0 1.902.01-1.389 1.425-2.818 2.808-4.226 4.212a17.47 17.47 0 0 1-.071-1.9 9.873 9.873 0 0 0-.667.01c-.005.888.002 1.775-.007 2.663-.741.748-1.502 1.479-2.234 2.239V.163m6.668 3.034c-.005.902-.01 1.803.005 2.704.224-.002.447-.007.671-.012.01-.593-.039-1.188.026-1.779.021-.353.671-.358.684 0 .071.592.02 1.19.031 1.784.225.002.449.003.672.002.02-.625-.039-1.253.043-1.874a.406.406 0 0 1 .661-.013c.092.623.026 1.258.046 1.884.224.003.447.005.669.005-.023-.736.09-1.491-.072-2.214-.25-.636-1.049-.618-1.522-.255-.57-.396-1.271-.194-1.913-.232m5.564.01c-1.261.311-1.203 2.518.094 2.73.505-.064 1.011-.11 1.519-.031-.002-.912.041-1.828-.03-2.739-.524.094-1.055.03-1.583.039zM16.869 8.111C19.239 5.719 21.646 3.364 24 .957V24H.955c.855-.805 1.668-1.654 2.504-2.479.258.505.727.741 1.289.648a33.85 33.85 0 0 0-.786-1.152c3.044-3.044 6.087-6.09 9.135-9.133-.021 1.55.62 3.281 2.081 4.004 1.455.743 3.381.112 4.141-1.33 1.471-2.237.434-6.048-2.449-6.447m-.233 10.214c-.551.028-.441.93.097.838.541-.038.441-.93-.097-.838m-4.476.107a235.848 235.848 0 0 0-1.542 3.713l.712.007c.534-1.233 1.039-2.477 1.55-3.718-.24-.002-.48-.002-.72-.002m2.084.331c-.002.526-.538 1.004-.115 1.494.202.738-.268 2.195 1.042 1.91-.056-.656-.426-1.246-.281-1.928l.368-.279c-.005-.271-.061-.531-.353-.628-.015-.299-.023-.598-.033-.896-.209.108-.419.215-.628.327m-8.403.687c-.002.898-.003 1.797 0 2.696.225 0 .449.003.674.005 0-.654-.003-1.307.023-1.958 1.146-.409.602 1.325.725 1.956.222.002.444.002.666.002.025-.62-.031-1.241.041-1.858.136-.265.516-.27.669-.02.085.62.025 1.249.044 1.872l.667.007c-.018-.733.081-1.478-.061-2.199-.238-.654-1.059-.648-1.534-.261-.559-.427-1.269-.201-1.915-.242m10.507-.007c-.005.902-.005 1.807 0 2.709h.672c.005-.904.005-1.807 0-2.709h-.672m1.905-.003a94.299 94.299 0 0 0 0 2.712c.222 0 .444-.003.666-.007.02-.626-.041-1.258.044-1.881a.393.393 0 0 1 .667.021c.074.62.013 1.246.049 1.869.22-.002.441-.007.661-.01.118-.653-.275-1.591.263-2.045.893.082.322 1.419.482 2.043.22.005.439.01.659.013-.003-.748.105-1.516-.067-2.249-.265-.612-1.047-.597-1.506-.22-.564-.424-1.274-.178-1.918-.248z"/><path fill="#0c479d" d="M12.396 3.856c.889-.375 1.134 1.358.265 1.435-.727.013-.852-1.142-.265-1.435zM6.63 9.603c.828-.171 2.028.204 2.01 1.212-.263 1.442-2.717 1.509-3.197.182-.196-.72.511-1.353 1.187-1.394zM16.169 9.608c1.971-.363 2.852 2.278 2.135 3.771-.312 1.106-1.698 1.805-2.694 1.101-1.56-1.167-1.409-4.236.559-4.872z"/><path fill="#fff" d="M6.667 3.197c.643.038 1.343-.164 1.913.232.473-.363 1.272-.381 1.522.255.163.723.049 1.478.072 2.214-.222 0-.445-.002-.669-.005-.02-.626.046-1.261-.046-1.884a.406.406 0 0 0-.661.013c-.082.621-.023 1.249-.043 1.874-.224.002-.447 0-.672-.002-.012-.593.039-1.192-.031-1.784-.013-.358-.662-.353-.684 0-.066.59-.016 1.185-.026 1.779-.224.005-.447.01-.671.012-.015-.901-.01-1.802-.005-2.704zM12.232 3.207c.528-.01 1.059.054 1.583-.039.071.911.028 1.826.03 2.739-.508-.079-1.014-.033-1.519.031-1.297-.212-1.355-2.42-.094-2.73m.164.648c-.587.293-.462 1.448.265 1.435.87-.077.625-1.81-.265-1.435zM14.898 3.191c.268-.005.536 0 .805.002l.523.735c.196-.245.385-.496.582-.741.26-.002.519-.003.781-.002-.312.457-.621.914-.929 1.373.288.414.575.828.868 1.239-.039.036-.115.11-.155.146-.146-.013-.439-.039-.585-.054-.182-.24-.365-.482-.549-.72-.179.238-.352.48-.529.718-.271.005-.541.013-.812.012.302-.449.608-.894.919-1.336-.299-.46-.607-.917-.919-1.371zM4.019 10.59c.173-2.845 4.741-3.332 5.803-.838.526 1.548-.182 3.158-.901 4.519-.528.658-1.115 1.262-1.716 1.849-.635-.01-1.269-.012-1.902-.01 1.068-.695 1.95-1.667 2.462-2.841-1.71.357-3.875-.727-3.746-2.679m2.611-.987c-.676.041-1.382.674-1.187 1.394.48 1.327 2.934 1.259 3.197-.182.018-1.008-1.182-1.382-2.01-1.212zM13.096 11.883c1.256-1.259 2.513-2.517 3.773-3.773 2.883.399 3.921 4.21 2.449 6.447-.759 1.442-2.686 2.073-4.141 1.33-1.461-.723-2.102-2.454-2.081-4.004m3.073-2.275c-1.968.636-2.119 3.705-.559 4.872.996.704 2.382.005 2.694-1.101.717-1.493-.164-4.134-2.135-3.771zM16.637 18.325c.538-.092.638.801.097.838-.538.092-.648-.81-.097-.838zM2.241 18.441c.222-.012.444-.013.667-.01a17.47 17.47 0 0 0 .071 1.9c-.245.261-.493.518-.745.773.008-.888.002-1.775.007-2.663zM12.161 18.432c.24 0 .48 0 .72.002-.511 1.241-1.016 2.485-1.55 3.718l-.712-.007a228.186 228.186 0 0 1 1.542-3.713zM14.245 18.763c.209-.112.419-.219.628-.327.01.298.018.597.033.896.293.097.348.357.353.628l-.368.279c-.145.682.225 1.272.281 1.928-1.31.284-.84-1.172-1.042-1.91-.422-.49.113-.968.115-1.494zM5.842 19.45c.646.041 1.356-.186 1.915.242.475-.386 1.295-.393 1.534.261.141.722.043 1.466.061 2.199-.224-.002-.445-.003-.667-.007-.02-.623.041-1.253-.044-1.872-.153-.25-.533-.245-.669.02-.072.616-.016 1.238-.041 1.858-.222 0-.444 0-.666-.002-.123-.631.421-2.365-.725-1.956-.026.651-.023 1.304-.023 1.958-.225-.002-.449-.005-.674-.005-.003-.899-.002-1.798 0-2.696zM16.348 19.443h.672c.005.902.005 1.805 0 2.709h-.672c-.005-.902-.005-1.807 0-2.709zM18.253 19.44c.644.071 1.355-.176 1.918.248.459-.376 1.241-.391 1.506.22.173.733.064 1.501.067 2.249-.22-.003-.439-.008-.659-.013-.159-.625.411-1.961-.482-2.043-.538.454-.145 1.392-.263 2.045-.22.003-.441.008-.661.01-.036-.623.025-1.249-.049-1.869a.393.393 0 0 0-.667-.021c-.085.623-.025 1.254-.044 1.881-.222.003-.444.007-.666.007a94.299 94.299 0 0 1 0-2.712zM3.459 21.521l.503-.505c.268.38.533.761.786 1.152-.562.094-1.031-.143-1.289-.648z"/></symbol><symbol viewBox="0 0 15 24" id="information--end-of-bicycle-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d9eaf4" d="M0 0h.151C.178.128.127.178 0 .149V0z"/><path fill="#0371b3" d="M.151 0h13.051c-.494.772-.952 1.565-1.434 2.343-.352-.294-.801-.235-1.16.012l.169.352c.243-.08.563-.267.691.073-.283.105-.714.094-.821.442-.109.254.032.507.14.733-.62 1.041-1.256 2.072-1.881 3.11-.504-.831-1.836-.918-2.366-.075-.466.652-.111 1.548.552 1.905-.47.102-1.022.072-1.394.426-.439.375-.462 1.003-.621 1.52-.728-.005-1.457-.002-2.185-.002-.574 1.217-1.138 2.439-1.705 3.659-.198.469-.734.792-.687 1.351.024 1.025-.096 2.083.226 3.075.08.3.353.468.595.629-.424.74-.878 1.462-1.32 2.191V.151C.129.179.179.129.152.002m.504 1.49C.651 2.32.653 3.148.654 3.976l.4-.004c-.002-.34-.001-.678.001-1.018.264-.003.528-.005.792-.016v-.443a29.89 29.89 0 0 0-.792-.016v-.493l.871-.002c.005-.16.005-.32.011-.479-.427-.021-.854-.014-1.281-.014m1.691.552c.357-.053.261-.502.001-.621-.19.155-.29.509-.001.621m2.234-.41c.001.169 0 .34.004.51l-.236.062.018.361.217.078c.004.382-.035.77.025 1.149.095.322.49.198.734.187-.01-.132-.023-.263-.034-.395l-.341-.036a37.587 37.587 0 0 1-.004-.95l.345-.018c.004-.129.006-.257.011-.386l-.356-.032-.004-.666-.381.135m3.903.002c.001.17 0 .341.003.511l-.235.062.014.355.22.078c.005.385-.034.773.026 1.155.098.323.495.196.742.187-.019-.131-.025-.264-.043-.397L8.87 3.55a43.069 43.069 0 0 1-.003-.951l.344-.015.012-.389-.355-.03-.005-.669-.381.139m-6.295.568c-.007.59-.005 1.181-.003 1.771h.376c0-.591.015-1.184-.012-1.775l-.361.005m1.437 1.819c.216.016.358-.162.504-.289l-.225-.28c-.262.199-.628.158-.696-.209.321-.01.64-.01.961-.011-.011-.445-.148-1.116-.727-1.07-.85.223-.759 1.864.184 1.858m2.102-.873c.209.139.523.124.639.383-.24.135-.457.005-.651-.145l-.262.329c.219.188.493.365.796.285.551-.044.63-.992.082-1.106-.129-.072-.435-.042-.369-.265.164-.186.368.007.533.081l.203-.342c-.219-.126-.46-.276-.725-.208-.429.082-.53.702-.247.989m1.61.106c.132.067.379.057.354.264-.196.202-.431-.029-.61-.132l-.25.331c.216.182.48.357.778.284.48-.034.624-.734.287-1.023-.168-.103-.37-.127-.55-.201-.072-.355.363-.203.521-.067l.206-.342c-.222-.131-.471-.282-.741-.206-.511.107-.534 1.008.004 1.092m2.189-1.085c-.019.599-.009 1.199-.007 1.799l.374-.003c.061-.469-.225-1.259.438-1.381l.004-.441c-.135.03-.257.096-.39.131l-.418-.105z"/><path fill="#0371b3" d="M3.217 2.87c.101-.376.493-.358.612-.007-.204.009-.408.01-.612.007zM14.595 3.699c.178-.378.412-.724.62-1.084V24H2.581c.891-1.468 1.742-2.961 2.629-4.432.689.012 1.378.005 2.068.005 0 1.161-.004 2.323-.002 3.484l.676.002c.006-1.162.003-2.324.005-3.486h.556c-.002.53-.006 1.06 0 1.589l1.332-.001.001-.609-.718-.01c0-.323 0-.647.003-.97.571.001 1.143 0 1.715.002.001.639-.002 1.278.002 1.917.392.003.785.003 1.178-.001.004-.657-.007-1.314.007-1.972.208-.139.456-.271.533-.529.35-1.009.226-2.096.249-3.144.029-.553-.482-.888-.687-1.351-.543-1.154-1.079-2.312-1.629-3.463a26.494 26.494 0 0 1-.115-.242c1.347-2.254 2.645-4.537 4.022-6.773.16-.018.245-.171.188-.32zM6.19 9.982c.14.264.15.564.152.857l-.456.001c.091-.29.187-.578.303-.858zM3.129 11.271c.6-.127 1.243-.017 1.86-.051-.139.638-.257 1.282-.389 1.922a75.42 75.42 0 0 0-.677.019c.009.11.021.22.031.331.35-.003.702-.004 1.053-.001l-.549.904c-.945.082-1.886.207-2.82.365.498-1.162.963-2.341 1.491-3.489zM5.784 11.208c.193.012.386.028.578.043-.27.458-.547.913-.83 1.363.09-.468.147-.942.253-1.406z"/><path fill="#0371b3" d="M8.852 13.39c.289-.495.583-.989.877-1.483l.32 1.24-.753.004a9.36 9.36 0 0 0-.008.335c.619.001 1.237.007 1.856.002.177.424.358.846.533 1.272-.838-.147-1.682-.245-2.525-.346l.002-.992-.301-.032zM10.689 12.457c.101.227.207.453.306.682l-.18-.021c-.051-.219-.086-.441-.126-.661zM9.14 16.912l.387.004v.217l-.386.004-.001-.225zM6.845 17.798c.145-.024.291-.049.437-.072v.226c-.372.003-.744.003-1.117.002l.046-.072c.211-.027.424-.047.634-.083zM5.832 18.508c.483-.003.965-.002 1.448-.005l-.001.241c-.531-.002-1.061-.001-1.591-.003l.144-.233zM7.961 18.501h.554l.002.242h-.561l.005-.242zM9.13 18.494c.268-.102.266.358-.002.253l.002-.253z"/><path fill="#ed1c24" d="M13.202 0h2.013v2.615c-.208.36-.442.706-.62 1.084a.476.476 0 0 0-.188.32c-1.377 2.235-2.675 4.518-4.022 6.773l.115.242-.128-.026a19.82 19.82 0 0 0-.11-.024c-.172.312-.353.619-.533.926-.293.494-.588.987-.877 1.483-.122.21-.237.423-.369.628-.085.105-.154.228-.149.369a3.805 3.805 0 0 0-.503.715c-.406.489-.312 1.129-.314 1.718a9.335 9.335 0 0 1-.253.069c-.153.016-.307.018-.461.023-.228.304-.407.64-.592.97l-.046.072c.372.001.744.001 1.117-.002.001.184 0 .368-.001.552-.483.004-.965.003-1.448.005l-.144.233c-.167.272-.318.552-.478.827-.888 1.472-1.738 2.964-2.629 4.432H.001v-2.258c.441-.729.896-1.451 1.32-2.191.376-.635.838-1.224 1.111-1.914.11-.208.25-.399.379-.596.609-.843 1.109-1.759 1.649-2.647l.549-.904c.176-.291.357-.58.523-.877.283-.45.561-.905.83-1.363.855-1.391 1.694-2.792 2.545-4.186.625-1.038 1.261-2.069 1.881-3.11.302-.552.662-1.07.981-1.612.482-.778.94-1.571 1.434-2.343z"/><path fill="#fff" d="M.656 1.492c.427 0 .854-.007 1.281.014-.005.159-.006.319-.011.479l-.871.002v.493c.264.004.529.006.792.016v.443c-.264.011-.528.014-.792.016-.002.34-.003.678-.001 1.018l-.4.004C.653 3.149.65 2.321.656 1.493zM2.347 2.043c-.289-.112-.189-.466.001-.621.26.12.356.568-.001.621zM4.581 1.633l.381-.135.004.666.356.032c-.005.129-.007.257-.011.386l-.345.018c-.003.317-.003.634.004.95.113.014.226.024.341.036.011.132.024.263.034.395-.245.012-.639.135-.734-.187-.061-.379-.022-.767-.025-1.149l-.217-.078-.018-.361.236-.062c-.004-.17-.003-.341-.004-.51zM8.482 1.634l.381-.139.005.669.355.03-.012.389-.344.015c-.003.317-.003.634.003.951.112.013.226.024.339.035.018.132.024.265.043.397-.246.009-.644.137-.742-.187-.061-.381-.021-.77-.026-1.155a14.226 14.226 0 0 1-.22-.078l-.014-.355.235-.062c-.003-.17-.002-.341-.003-.511zM10.608 2.355c.36-.247.808-.306 1.16-.012-.319.542-.678 1.06-.981 1.612-.109-.226-.249-.479-.14-.733.108-.348.539-.337.821-.442-.128-.341-.448-.153-.691-.073a38.089 38.089 0 0 0-.169-.352zM2.187 2.203l.361-.005c.027.591.012 1.184.012 1.775h-.376c-.002-.59-.005-1.18.003-1.771zM3.624 4.023c-.943.005-1.033-1.636-.184-1.858.58-.046.716.625.727 1.07-.321.001-.64.001-.961.011.069.367.435.408.696.209l.225.28c-.146.127-.288.305-.504.289M3.217 2.87c.204.003.408.002.612-.007-.12-.35-.512-.369-.612.007zM5.727 3.149c-.283-.287-.182-.907.247-.989.265-.068.506.082.725.208l-.203.342c-.166-.073-.37-.266-.533-.081-.066.224.24.194.369.265C6.88 3.008 6.8 3.955 6.25 4c-.303.08-.577-.097-.796-.285l.262-.329c.194.15.411.28.651.145-.117-.259-.43-.244-.639-.383z"/><path fill="#fff" d="M7.336 3.256c-.538-.084-.514-.985-.004-1.092.27-.075.519.075.741.206l-.206.342c-.158-.136-.593-.288-.521.067.18.074.382.098.55.201.337.289.193.99-.287 1.023-.298.072-.562-.102-.778-.284l.25-.331c.178.103.414.334.61.132.025-.207-.222-.197-.354-.264zM9.524 2.171c.139.035.279.072.418.105.133-.035.255-.101.39-.131l-.004.441c-.663.122-.378.912-.438 1.381l-.374.003c-.002-.6-.012-1.2.007-1.799zM14.406 4.018a.476.476 0 0 1 .188-.32c.057.149-.028.302-.188.32zM6.54 6.99c.531-.843 1.863-.756 2.366.075-.85 1.394-1.69 2.795-2.545 4.186a18.635 18.635 0 0 1-.019-.412c-.002-.293-.012-.592-.152-.857a9.917 9.917 0 0 0-.406 1.226c-.106.465-.163.938-.253 1.406-.167.297-.348.586-.523.877a61.592 61.592 0 0 0-1.053.001c-.01-.11-.022-.221-.031-.331.226-.007.451-.014.677-.019.131-.64.249-1.283.389-1.922.027-.127.057-.254.087-.38.159-.517.182-1.145.621-1.52.372-.354.924-.323 1.394-.426-.663-.357-1.018-1.253-.552-1.905zM10.262 10.982l.11.024c.083.488.191.972.317 1.451.04.22.075.442.126.661l.18.021c.12.01.241.019.361.026l-.022.313-.191.009c-.619.005-1.237-.001-1.856-.002.001-.111.004-.224.008-.335l.753-.004-.32-1.24c.18-.307.361-.614.533-.926zM8.483 14.018c.131-.205.246-.418.369-.628l.301.032-.002.992c-.005.833-.005 1.666-.011 2.499l.001.225c.016.453.042.906-.011 1.358l-.002.253c.01.275.005.551.003.826-.003.323-.003.647-.003.97l.718.01-.001.609-1.332.001c-.006-.53-.002-1.06 0-1.589l.004-.83-.002-.242c-.061-1.381.062-2.762.001-4.144a.412.412 0 0 0-.033-.339zM7.517 16.82c.003-.589-.091-1.229.314-1.718.041.631-.158 1.328.171 1.906-.04.497-.008.996-.042 1.493l-.005.242c-.003.277.001.553.001.83-.003 1.162.001 2.324-.005 3.486l-.676-.002c-.002-1.161.002-2.323.002-3.484l.002-.83.001-.241c.001-.184.002-.368.001-.552v-.226c-.001-.197-.002-.395-.007-.591l-.01-.245c.085-.022.169-.045.253-.069zM1.722 16.13c.591-.372 1.174.333 1.088.912-.129.197-.268.388-.379.596-.926.404-1.504-1.047-.709-1.508zM11.068 16.049c.962-.256 1.242 1.378.35 1.608-.937.204-1.216-1.346-.35-1.608zM6.211 17.881c.186-.33.364-.666.592-.97l.02.228c.014.219.015.438.022.658-.21.036-.423.056-.634.083z"/><path fill="#ff0303" d="M1.186 14.497c.567-1.22 1.131-2.442 1.705-3.659.728 0 1.457-.003 2.185.002-.03.127-.06.254-.087.38-.617.034-1.26-.076-1.86.051-.528 1.147-.993 2.327-1.491 3.489a35.234 35.234 0 0 1 2.82-.365c-.54.888-1.041 1.804-1.649 2.647.086-.579-.496-1.284-1.088-.912-.795.461-.216 1.912.709 1.508-.274.69-.735 1.279-1.111 1.914-.242-.16-.515-.329-.595-.629-.322-.992-.203-2.05-.226-3.075-.047-.56.489-.882.687-1.351zM5.887 10.84l.456-.001c.005.138.011.275.019.412-.192-.015-.385-.032-.578-.043.033-.123.067-.245.103-.368zM10.372 11.006l.128.026c.551 1.151 1.086 2.309 1.629 3.463.206.464.716.798.687 1.351-.023 1.048.101 2.135-.249 3.144-.077.258-.325.389-.533.529-.014.658-.004 1.315-.007 1.972a66.09 66.09 0 0 1-1.178.001c-.004-.639-.001-1.278-.002-1.917-.572-.002-1.144-.001-1.715-.002.002-.275.007-.551-.003-.826.268.105.27-.355.002-.253.053-.452.027-.905.011-1.358l.386-.004v-.217l-.387-.004c.006-.832.006-1.666.011-2.499.843.101 1.687.199 2.525.346-.175-.426-.356-.848-.533-1.272l.191-.009c.006-.104.014-.209.022-.313-.12-.007-.241-.016-.361-.026-.099-.229-.205-.455-.306-.682a16.746 16.746 0 0 1-.317-1.451m.695 5.044c-.867.263-.588 1.812.35 1.608.892-.23.612-1.865-.35-1.608zM7.831 15.102a3.76 3.76 0 0 1 .503-.715l.182-.03c.061 1.382-.062 2.763-.001 4.144h-.554c.034-.497.002-.996.042-1.493-.33-.578-.13-1.274-.171-1.906zM6.823 17.14l.451-.005c.005.197.006.394.007.591l-.437.072c-.006-.22-.008-.439-.022-.658zM5.21 19.568c.16-.274.312-.555.478-.827.53.002 1.061.001 1.591.003l-.002.83c-.689-.001-1.378.006-2.068-.005zM7.956 18.743h.561l-.004.83h-.556c0-.277-.004-.553-.001-.83z"/><path fill="#2a6098" d="M8.334 14.386c-.005-.14.064-.264.149-.369.06.109.071.222.033.339l-.182.03z"/><path fill="#197eba" d="M6.803 16.911c.154-.005.308-.006.461-.023l.01.245-.451.005-.02-.228z"/></symbol><symbol viewBox="0 0 49 24" id="information--end-of-built-up-area--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2c2c2c" opacity=".42" d="M3.002.069C6.489.027 9.976.039 13.463.038l-.001.039C9.975.071 6.488.085 3.002.069z"/><path fill="#484848" opacity=".67" d="M13.463.038c9.434.007 18.868-.02 28.302.023-.304.024-.608.012-.912.014-9.131.004-18.261.017-27.391.002l.001-.039z"/><path fill="#272424" d="M.09.873c.186-.396.559-.73 1-.796.637-.01 1.274-.004 1.911-.009 3.487.016 6.974.003 10.46.008 9.13.014 18.261.002 27.391-.002.304-.001.608.011.912-.014 1.448.002 2.895.003 4.342.011-.474.309-1.004.532-1.513.779a.328.328 0 0 1 .122-.109c.409-.204.824-.396 1.223-.618-1.482-.03-2.965.008-4.447-.021-9.292 0-18.583-.007-27.875 0C9.491.12 5.365.101 1.239.113a1.292 1.292 0 0 0-.741.309C.337.549.247.741.088.871z"/><path fill="#ee4d57" d="M46.107.072c.695-.002 1.389.001 2.084.003.463.05.869.375 1.087.778-.258.125-.578.199-.766.423l-.013.031c-.216.082-.419.196-.626.298L27.185 11.949c-.152.072-.305.143-.435.251a.706.706 0 0 0-.333.071c-.608.31-1.22.612-1.831.917-.087.038-.129.128-.178.203-.109.003-.224-.005-.324.047-1.06.535-2.123 1.062-3.184 1.594-.181.093-.379.163-.53.306-.272.208-.652.258-.878.523l-.036-.067a3.692 3.692 0 0 0-.447.207L3.76 23.625c-.148.074-.301.139-.437.234l-.078.062a44.535 44.535 0 0 1-2.193-.036 1.512 1.512 0 0 1-.971-.801c.175-.056.338-.144.501-.228l10.356-5.178c.222-.113.45-.214.661-.345.263-.135.52-.284.795-.393.232-.055.433-.186.646-.287l5.493-2.746c.162-.078.334-.148.46-.282 7.574-3.772 15.138-7.567 22.708-11.348.894-.456 1.803-.884 2.688-1.357.068-.021.137-.043.204-.069.509-.248 1.04-.47 1.513-.779z"/><path fill="#030303" d="M.5.424C.71.253.968.128 1.241.115 5.367.103 9.492.122 13.618.104c9.292-.007 18.583 0 27.875 0 1.482.029 2.965-.01 4.447.021-.399.221-.815.413-1.223.618a.355.355 0 0 0-.122.109c-.067.026-.136.047-.204.069-.251-.014-.502-.007-.753-.008H1.392c-.187-.015-.352.098-.466.234a.762.762 0 0 0-.15.268c-.075.171-.04.361-.044.541v13.582a.26.26 0 0 0 .045.131c.383.08.782.015 1.171.035l.001-.073c.001-.433 0-.867-.001-1.3.004-.09-.003-.21.094-.254 1.58-.934 3.154-1.879 4.733-2.816 1.601.94 3.185 1.908 4.789 2.841.055.197.029.403.034.605.003.875-.006 1.75.005 2.625-.212.131-.44.232-.661.345L.586 22.855c-.163.084-.325.171-.501.228a2.563 2.563 0 0 1-.082-.197V1.073c.026-.068.056-.136.09-.201C.251.742.342.55.503.423zM48.871 1.096c.149-.056.291-.207.461-.141l.06.125v21.623c-.038.164-.094.322-.144.483-.134.23-.33.422-.557.56-.158.049-.315.102-.474.147a5.203 5.203 0 0 1-.175.006c-1.444-.021-2.888-.008-4.331-.011H4.325c-.334-.009-.67.025-1.001-.027.136-.095.29-.16.437-.234l15.249-7.624c.146-.076.292-.151.447-.207l.036.067c.06.107.087.229.083.352-.002.61 0 1.221-.002 1.831.267.006.535.003.803.003-.004-.903.009-1.806-.007-2.708 1.254-.591 2.482-1.239 3.728-1.846.115-.041.238-.038.358-.049.055-.094.109-.2.216-.244.578-.286 1.156-.573 1.731-.866.193-.103.42-.031.626-.079v1.124c.864.011 1.729-.003 2.593-.007.497.468.992.938 1.496 1.397.083.457.014.934.037 1.398.267 0 .535.003.803-.003-.002-.965.001-1.929-.002-2.894 1.387-.688 2.795-1.336 4.192-2.005 1.402.657 2.798 1.328 4.196 1.992.002.973 0 1.946.001 2.919.003.171-.021.346.034.512h.758c.01-2.403.001-4.805.005-7.208.003-.206-.016-.414.024-.618l.154-.065c.214-.028.409-.123.61-.193.748-.268 1.497-.535 2.242-.811.059-.021.125-.041.187-.016.958.348 1.918.696 2.878 1.039.059.027.155.045.144.132.008 2.211-.006 4.422.007 6.633.395.01.79.005 1.185.003.016-.191.012-.383.011-.574V1.883c-.001-.178.011-.357-.019-.533-.001-.161.194-.182.302-.252z"/><path fill="#030303" d="M15.981 2.393c.071.147.102.309.144.466.945 3.594 1.88 7.191 2.831 10.783-2.173 1.075-4.335 2.176-6.511 3.245-.02-.318.008-.638-.022-.956 1.142-4.358 2.283-8.715 3.426-13.072a5.04 5.04 0 0 1 .132-.466zM9.562 23.938c1.615-.04 3.231.013 4.846-.013 2.031.008 4.063-.017 6.094.017 4.928-.003 9.856.011 14.784-.017 1.692.025 3.386-.026 5.078.015a18.44 18.44 0 0 1 1.542-.001c.386-.005.773-.034 1.158-.001a4.98 4.98 0 0 0-.782.015c-8.752.002-17.504.003-26.256.001-.614-.063-1.228.038-1.842-.008-.627.009-1.256.024-1.882-.018-.501.026-1.004.043-1.505.012-.41.017-.824.029-1.234-.002z"/><path fill="#813136" d="M48.512 1.277c.188-.224.507-.298.766-.423l.054.101c-.17-.066-.312.086-.461.141-.108.07-.303.091-.302.252l-.056-.071z"/><path fill="#fff" d="M.924 1.147c.115-.137.28-.249.466-.234h42.246c.251.002.503-.006.753.008-.884.473-1.794.901-2.688 1.357-7.57 3.781-15.134 7.575-22.708 11.348l-.038.017c-.951-3.592-1.886-7.189-2.831-10.783-.041-.157-.073-.319-.144-.466a5.04 5.04 0 0 0-.132.466c-1.142 4.357-2.283 8.715-3.426 13.072-.064.331-.015.673-.028 1.009-.275.109-.532.258-.795.393-.012-.875-.002-1.75-.005-2.625-.005-.202.021-.408-.034-.605-1.604-.933-3.189-1.902-4.789-2.841-1.579.936-3.153 1.881-4.733 2.816-.097.043-.09.164-.094.254l.001 1.3c-.368.009-.736.006-1.103.002C.835 10.988.843 6.341.838 1.694a1.289 1.289 0 0 1 .085-.546zM47.874 1.605c.207-.102.409-.215.626-.298.021.316.011.633.013.95v12.451c-.002.27.01.542-.013.812-.317-.005-.635.009-.952-.004-.09.003-.1-.1-.096-.167.002-2.121-.001-4.241.002-6.361.008-.085-.025-.177-.117-.196-.876-.317-1.753-.631-2.629-.948-.175-.059-.359-.171-.547-.102l-2.267.818c-.193.072-.393.126-.57.235l-.154.065c-.04.204-.02.412-.024.618-.003 2.403.006 4.805-.005 7.208-.253-.001-.505-.002-.758 0-.055-.166-.03-.341-.034-.512-.001-.973.001-1.946-.001-2.919-1.399-.664-2.795-1.335-4.196-1.992-1.397.668-2.805 1.316-4.192 2.005.003.965 0 1.929.002 2.894-.267.006-.535.003-.803.003-.023-.465.046-.942-.037-1.398-.504-.459-1-.929-1.496-1.397-.864.004-1.729.018-2.593.007v-1.124c-.078-.067-.188-.044-.281-.054.129-.109.283-.179.435-.251L47.875 1.604zM19.495 15.861c.226-.264.606-.315.878-.523.016.902.003 1.806.007 2.708-.268 0-.535.003-.803-.003.001-.61-.001-1.221.001-1.831a.673.673 0 0 0-.083-.352z"/><path fill="#7c7c7c" d="M.773 1.415a.771.771 0 0 1 .15-.268c-.067.174-.096.36-.085.546.005 4.647-.003 9.294.004 13.941.368.004.735.007 1.103-.002l-.001.073c-.389-.02-.788.046-1.171-.035.009-4.751.012-9.503-.001-14.254zM49.248 23.185c.049-.16.106-.319.144-.483v.156a1.867 1.867 0 0 1-.144.327zM48.218 23.892c.159-.046.316-.098.474-.147a.806.806 0 0 1-.474.147z"/><path fill="#ababab" d="M48.499 1.308l.013-.031.056.071c.029.176.017.355.019.533V15.01c0 .191.005.383-.011.574l-.078-.062c.023-.27.011-.542.013-.812V2.259c-.002-.317.008-.633-.013-.95z"/><path fill="#282828" d="M.729 1.956c.004-.181-.031-.371.044-.541.013 4.751.01 9.503.001 14.254a.26.26 0 0 1-.045-.131V1.956z"/><path fill="#979797" d="M44.159 7.743c.188-.07.372.042.547.102.876.317 1.753.631 2.629.948.092.02.125.111.117.196-.003 2.121 0 4.241-.002 6.361-.004.067.006.17.096.167.317.013.635-.001.952.004.025.021.051.042.078.062-.395.003-.79.008-1.185-.003-.014-2.211.001-4.423-.007-6.633.011-.087-.085-.105-.144-.132-.961-.343-1.92-.691-2.878-1.039-.062-.025-.128-.005-.187.016-.746.275-1.494.543-2.242.811-.202.07-.396.165-.61.193.176-.109.377-.163.57-.235l2.267-.818z"/><path fill="#6e2c30" d="M26.418 12.271a.706.706 0 0 1 .333-.071c.093.009.203-.013.281.054-.206.049-.433-.023-.626.079-.575.293-1.153.58-1.731.866-.107.044-.161.15-.216.244-.12.01-.244.007-.359.049-1.246.607-2.474 1.256-3.728 1.846.151-.143.348-.213.53-.306 1.061-.532 2.124-1.06 3.184-1.594.1-.052.215-.044.324-.047.049-.076.09-.165.178-.203.611-.304 1.223-.607 1.831-.917z"/><path fill="#682429" d="M18.956 13.642l.038-.017c-.126.134-.298.204-.46.282l-5.493 2.746c-.213.101-.414.232-.646.287.013-.336-.036-.678.028-1.009.029.318.002.638.022.956 2.176-1.069 4.338-2.17 6.511-3.245z"/><path fill="#323232" d="M3.247 23.922l.078-.062c.331.052.667.018 1.001.027h39.386c1.444.004 2.888-.01 4.331.011-1.659.058-3.32.007-4.979.04-.386-.033-.772-.003-1.158.001a18.44 18.44 0 0 0-1.542.001c-1.692-.041-3.386.01-5.078-.015-4.928.027-9.856.013-14.784.017-2.031-.033-4.063-.009-6.094-.017-1.615.026-3.231-.027-4.846.013-2.105-.021-4.21-.003-6.315-.017z"/></symbol><symbol viewBox="0 0 49 24" id="information--end-of-built-up-area--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fed634" d="M0 0h49.392v1.083a5.013 5.013 0 0 0-.07-.147 1.514 1.514 0 0 0-.972-.794c-.744-.055-1.497-.026-2.244-.017C31.252.089 16.397.105 1.542.119c-.17.002-.345-.02-.509.035C.474.315-.018.862.04 1.467.042 7.962.038 14.458.042 20.953c.023.723-.041 1.46.083 2.173.232.439.677.805 1.191.81.645.008 1.29.026 1.935.017.972.018 1.944.01 2.916.009l.001.037H-.001v-24z"/><path fill="#fed634" d="M.943 1.502c.006-.316.351-.492.635-.47 4.289-.003 8.578-.016 12.867-.027 9.768-.004 19.536 0 29.304-.002a4.53 4.53 0 0 1 .616.02c-.16.1-.331.18-.5.264L32.279 7.08c-4.19 2.09-8.371 4.199-12.571 6.268-.214.087-.42.197-.643.263-.146-.363-.194-.756-.313-1.128a16551 16551 0 0 1-2.487-9.48c-.083-.219-.079-.471-.212-.669-.152.017-.148.252-.19.373-1.167 4.424-2.316 8.855-3.486 13.277-.031.349-.032.7-.032 1.051-.206.116-.413.235-.638.311-.018-.732.002-1.465-.035-2.196-.005-.346-.008-.693-.014-1.039-1.507-.934-3.053-1.806-4.564-2.736-.132-.086-.304-.176-.449-.064-1.564.932-3.13 1.862-4.69 2.799 0 .512.009 1.024-.001 1.536-.35.005-.701.004-1.051 0 0-3.746-.009-7.491.006-11.237C.939 3.44.941 2.47.941 1.5zM47.473 1.844c.337-.164.668-.341 1.012-.492.038 1.355.039 2.71.041 4.065 0 3.36.003 6.719-.002 10.079-.324.003-.649.003-.973 0-.014-2.143.016-4.287-.015-6.43.024-.24-.233-.314-.414-.366-.76-.287-1.53-.545-2.291-.829-.208-.088-.436-.187-.664-.12-.988.352-1.973.712-2.96 1.065a3.352 3.352 0 0 0-.006.1l-.002.024c-.052.201-.038.41-.039.616-.005 2.356.004 4.713-.005 7.069-.225.004-.45.004-.674 0-.011-1.121.01-2.242-.017-3.363-1.306-.65-2.632-1.259-3.947-1.892a.681.681 0 0 0-.63-.012c-1.094.526-2.191 1.045-3.286 1.568-.24.118-.502.208-.7.395-.002.951.003 1.903-.003 2.855-.225.006-.45.006-.674 0-.011-.44 0-.879-.002-1.319.008-.061-.03-.11-.071-.15-.462-.441-.937-.868-1.396-1.312-.114-.128-.301-.066-.451-.077-.714.03-1.428.035-2.141.078-.015-.363.018-.728-.016-1.089-.007-.107-.134-.106-.208-.143.248-.148.51-.273.759-.419 6.58-3.324 13.179-6.612 19.776-9.901zM19.607 15.796c.238-.147.479-.303.747-.388.047.881.043 1.765.035 2.647-.224.007-.448.007-.672-.001-.03-.751.052-1.52-.109-2.258zM48.459 23.896c.428-.136.763-.493.933-.902v1.007h-4.186l-.043-.033c.761-.011 1.524.018 2.285-.019.337-.014.679.012 1.011-.052z"/><path fill="#483e2e" d="M1.033.153c.164-.055.339-.032.509-.035 14.854-.014 29.71-.03 44.564.006l.074.014c-.573.276-1.124.614-1.722.829L44.417.96C44.966.709 45.5.426 46.041.158c-.45-.03-.902-.009-1.352-.014-12.915.002-25.83 0-38.746 0C4.306.149 2.669.132 1.032.152z"/><path fill="#f07f65" d="M46.106.125c.747-.009 1.499-.038 2.244.017-.723.01-1.447.015-2.169-.002l-.074-.014z"/><path fill="#030303" d="M.04 1.467C-.019.862.474.315 1.033.154 2.67.134 4.307.151 5.944.146c12.915 0 25.83.002 38.746 0 .45.005.902-.016 1.352.014-.541.268-1.075.551-1.624.802-.207-.047-.421-.028-.631-.03H1.542a.669.669 0 0 0-.685.445c-.082.182-.049.386-.053.579v13.619c-.009.09.024.198.135.185.346.016.696.027 1.041-.01a1.26 1.26 0 0 0 .022-.055c.015-.5-.011-1.001.012-1.5.069-.082.172-.123.261-.179 1.489-.884 2.976-1.772 4.464-2.658.052-.036.119-.024.168.011 1.566.936 3.135 1.866 4.701 2.803.021 1.069-.01 2.139.015 3.208-.1.087-.224.134-.342.191L.748 22.837c-.205.1-.404.217-.621.29-.124-.714-.06-1.45-.083-2.173-.005-6.495 0-12.991-.002-19.486zM49.322.936l.07.147v21.911c-.17.409-.504.766-.933.902-.333.064-.674.038-1.011.052a8.257 8.257 0 0 0-.802-.017c-14.244.006-28.489.003-42.734.002-.177.005-.358.009-.528-.052 5.259-2.643 10.529-5.264 15.791-7.902.109-.062.226-.109.35-.136.036.146.087.292.086.446-.001.604-.002 1.208 0 1.811.265.02.532.002.797.013a.72.72 0 0 0 .031-.206c-.006-.836.003-1.672-.005-2.508l.001-.021c1.105-.54 2.201-1.099 3.302-1.646.206-.097.402-.244.641-.237.169.027.178-.189.311-.24.577-.289 1.156-.573 1.73-.867.195-.115.43-.05.643-.093.013.369-.004.738.008 1.107l.042.046 2.119-.007c.166.006.374-.097.503.051.472.455.957.898 1.437 1.346.029.464-.036.936.033 1.395.266-.011.532.008.797-.013.003-.944-.002-1.888.002-2.831-.01-.078.068-.112.125-.141 1.264-.602 2.53-1.2 3.792-1.806.116-.048.242-.15.371-.081 1.362.654 2.73 1.294 4.091 1.951.005 1.136-.002 2.271.003 3.407.256.064.521.02.781.036.02-.066.041-.132.038-.201-.006-2.538.005-5.076-.005-7.614l.002-.024c1.017-.36 2.031-.728 3.045-1.096a.228.228 0 0 1 .172 0c1.001.368 2.007.723 3.009 1.09-.006 2.185 0 4.37-.003 6.554-.011.08.023.186.124.164.36-.008.723.026 1.08-.021.009-4.676 0-9.352.005-14.028a.628.628 0 0 0-.064-.276c.236-.151.489-.277.755-.368z"/><path fill="#030303" d="M16.021 2.436c.016.047.03.096.044.143.017.174.059.344.108.512.848 3.227 1.692 6.455 2.539 9.683.069.25.114.509.222.747l.065.177c-.082.047-.162.097-.247.138-2.085 1.027-4.151 2.093-6.242 3.105l-.021-.005c-.026-.403-.057-.82.074-1.21.203-.831.469-1.65.626-2.491l.006-.024c.11-.223.148-.47.213-.708.816-3.107 1.628-6.215 2.444-9.322.055-.199.11-.398.134-.604l.035-.142z"/><path fill="#ee4d57" d="M46.18.14c.722.017 1.446.012 2.169.002.418.107.784.405.972.794-.265.09-.519.217-.755.368a2.218 2.218 0 0 0-.082.049c-.343.151-.674.328-1.012.492-6.598 3.289-13.196 6.577-19.776 9.901-.319.153-.659.282-.942.498-.193-.012-.358.101-.524.183-.535.268-1.07.536-1.606.802-.088.038-.123.132-.183.2-.106.018-.219.003-.319.051-1.127.566-2.256 1.13-3.385 1.693-.105.061-.248.088-.304.206l-.001.021-.08.011c-.268.085-.509.241-.747.388a1.69 1.69 0 0 1-.082.046c-.123.027-.24.074-.35.136-5.262 2.638-10.532 5.259-15.791 7.902l-.132.073c-.645.009-1.29-.009-1.935-.017-.515-.005-.96-.372-1.191-.81.217-.073.416-.19.621-.29l10.533-5.266c.117-.057.242-.105.342-.191l.035-.014.051-.018c.225-.076.432-.194.638-.311l.089-.052.048-.028.028-.015c2.091-1.012 4.157-2.078 6.242-3.105.085-.041.165-.091.247-.138.24-.11.481-.217.709-.351 4.2-2.069 8.381-4.178 12.571-6.268l11.586-5.793c.169-.084.339-.164.5-.264l.094-.054c.598-.216 1.149-.553 1.722-.829z"/><path fill="#d6d6d6" d="M.857 1.377a.669.669 0 0 1 .685-.445h42.245c.21.002.424-.016.631.03l.041.007c-.311.019-.624.012-.935.013-14.019.004-28.039-.011-42.058.021-.254-.006-.553.186-.539.463-.002.981-.04 1.963-.016 2.945C.896 8.157.905 11.902.905 15.648c.35.004.701.004 1.051 0 .01-.512.001-1.024.001-1.536 1.56-.937 3.126-1.868 4.69-2.799.145-.112.317-.021.449.064 1.511.929 3.056 1.802 4.564 2.736.006.346.009.693.014 1.039-.039.737.029 1.477-.016 2.214l-.035.014c-.025-1.069.005-2.139-.015-3.208-1.566-.936-3.135-1.866-4.701-2.803-.049-.035-.116-.047-.168-.011-1.488.886-2.975 1.774-4.464 2.658-.089.056-.192.097-.261.179-.023.499.003 1-.012 1.5-.375-.001-.756.031-1.128-.014-.031-.134-.016-.272-.018-.408.002-4.632-.002-9.264.002-13.896z"/><path fill="#d6d6d6" d="M15.863 2.707c.042-.121.038-.356.19-.373.134.199.129.45.212.669a11034 11034 0 0 0 2.487 9.48c.119.372.167.765.313 1.128.223-.066.428-.176.643-.263-.228.134-.469.241-.709.351-.023-.059-.044-.118-.065-.177a2.663 2.663 0 0 0-.106-.492l-2.547-9.713c-.068-.247-.116-.5-.216-.737l-.044-.143-.035.142c-.07.149-.109.31-.148.47l-2.484 9.48c-.055.228-.135.45-.159.684l-.006.024c-.261.817-.441 1.659-.673 2.485-.141.407-.07.841-.082 1.263l-.089.052c0-.351.001-.702.032-1.051 1.169-4.422 2.319-8.853 3.486-13.277zM41.159 9.555c.001-.206-.012-.415.039-.616.011 2.538 0 5.076.005 7.614.003.069-.018.135-.038.201-.26-.016-.525.027-.781-.036-.005-1.136.002-2.271-.003-3.407-1.36-.657-2.729-1.297-4.091-1.951-.129-.069-.255.033-.371.081-1.262.606-2.528 1.204-3.792 1.806-.056.029-.134.063-.125.141-.003.944.001 1.888-.002 2.831-.266.02-.532.002-.797.013-.069-.459-.005-.931-.033-1.395-.48-.448-.964-.89-1.437-1.346-.13-.148-.337-.046-.503-.051l-2.119.007-.042-.046c-.012-.369.005-.738-.008-1.107a16.287 16.287 0 0 0-.306-.052c.283-.216.622-.344.942-.498-.249.146-.511.271-.759.419.074.036.202.036.208.143.034.361.001.726.016 1.089.713-.043 1.428-.048 2.141-.078.149.011.336-.05.451.077.459.444.934.871 1.396 1.312.041.04.079.088.071.15.001.44-.009.879.002 1.319.225.007.45.006.674 0 .006-.952 0-1.903.003-2.855.198-.187.46-.277.7-.395 1.095-.523 2.192-1.041 3.286-1.568a.678.678 0 0 1 .63.012c1.315.633 2.64 1.243 3.947 1.892.026 1.121.006 2.242.017 3.363.225.004.45.004.674 0 .009-2.356 0-4.713.005-7.069zM20.354 15.409l.08-.011c.009.836-.001 1.672.005 2.508a.72.72 0 0 1-.031.206c-.266-.011-.532.008-.797-.013-.002-.604-.001-1.208 0-1.811.001-.153-.049-.299-.086-.446l.082-.046c.161.738.079 1.507.109 2.258.224.008.448.008.672.001.008-.883.013-1.766-.035-2.647z"/><path fill="#f9e386" d="M.927 1.466c-.013-.277.286-.469.539-.463C15.485.971 29.504.986 43.524.982c.311 0 .624.006.935-.013l-.094.054a4.53 4.53 0 0 0-.616-.02c-9.768.001-19.536-.002-29.304.002-4.289.011-8.578.025-12.867.027-.284-.022-.629.154-.635.47-.001.969-.002 1.94-.032 2.909-.024-.981.014-1.963.016-2.945z"/><path fill="#babab9" d="M48.485 1.352l.082-.049c.023.343.012.686.014 1.029v13.092c.007.083-.027.178-.128.161-.322-.006-.652.033-.969-.023-.041-.156-.02-.319-.023-.478.003-1.994-.003-3.989.003-5.983a.577.577 0 0 0-.039-.193c-1.001-.367-2.007-.722-3.009-1.09a.228.228 0 0 0-.172 0c-1.014.368-2.028.736-3.045 1.096l.006-.1c.987-.352 1.972-.713 2.96-1.065.228-.066.457.032.664.12.761.284 1.531.541 2.291.829.181.052.439.127.414.366.031 2.143.002 4.287.015 6.43.324.004.649.004.973 0 .005-3.36.002-6.72.002-10.079-.002-1.355-.003-2.711-.041-4.065z"/><path fill="#8e8e8e" d="M48.567 1.303a.628.628 0 0 1 .064.276c-.005 4.676.004 9.352-.005 14.028-.357.047-.721.013-1.08.021-.101.021-.135-.085-.124-.164.003-2.185-.003-4.37.003-6.554a.532.532 0 0 1 .039.193c-.005 1.994 0 3.989-.003 5.983.002.159-.018.322.023.478.317.056.647.017.969.023.101.017.134-.078.128-.161V2.334c-.003-.343.009-.687-.014-1.029z"/><path fill="#5d5d5d" d="M.803 1.956c.005-.193-.029-.397.053-.579-.003 4.632 0 9.264-.001 13.896.002.136-.013.274.018.408.371.046.752.013 1.128.014a2.1 2.1 0 0 0-.022.055 6.825 6.825 0 0 1-1.041.01c-.111.013-.145-.095-.135-.185V1.956z"/><path fill="#5b5b5b" d="M15.838 3.049c.039-.159.077-.321.148-.47a4.048 4.048 0 0 1-.134.604c-.816 3.107-1.628 6.215-2.444 9.322-.065.237-.103.485-.213.708.024-.234.105-.456.159-.684l2.484-9.48z"/><path fill="#595959" d="M16.065 2.58c.1.237.148.49.216.737l2.547 9.713c.046.161.091.324.106.492-.108-.238-.153-.497-.222-.747-.847-3.228-1.691-6.456-2.539-9.683a2.878 2.878 0 0 1-.108-.512z"/><path fill="#772c30" d="M26.231 12.425c.166-.082.331-.196.524-.183.102.016.204.034.306.052-.213.043-.447-.023-.643.093-.574.294-1.153.578-1.73.867-.133.051-.143.267-.311.24-.238-.007-.434.141-.641.237-1.101.547-2.198 1.106-3.302 1.646.056-.119.199-.146.304-.206 1.129-.562 2.257-1.127 3.385-1.693.099-.048.213-.032.319-.051.059-.068.094-.162.183-.2.536-.265 1.071-.534 1.606-.802z"/><path fill="#5c5b5b" d="M12.517 15.721c.232-.826.411-1.668.673-2.485-.156.841-.423 1.66-.626 2.491-.131.389-.1.807-.074 1.21l-.007.02-.048.028c.013-.421-.059-.856.082-1.263z"/><path fill="#feeba3" d="M11.673 15.15c.036.731.017 1.464.035 2.196a1.034 1.034 0 0 1-.051.018c.046-.737-.023-1.477.016-2.214z"/><path fill="#551b1f" d="M12.49 16.937l.021.005-.028.015.007-.02z"/><path fill="#2a2a2a" d="M3.252 23.954l.132-.073c.17.06.351.056.528.052 14.245.001 28.489.004 42.734-.002.267-.002.535-.005.802.017-.761.036-1.524.008-2.285.019a3.438 3.438 0 0 0-.248-.007c-12.916.004-25.832-.003-38.747.003-.972.001-1.944.009-2.916-.009z"/><path fill="#ddc042" d="M6.168 23.963c12.916-.007 25.832 0 38.747-.003.082 0 .165.002.248.007l.043.033-39.038-.037z"/></symbol><symbol viewBox="0 0 36 24" id="information--end-of-built-up-area--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.133 1.311C.45.686 1.023.127 1.779.206 12.532.195 23.288.201 34.043.204c.758-.07 1.336.505 1.639 1.139-.063 7.103-.057 14.21-.009 21.313-.261.439-.575.892-1.064 1.096-11.13.041-22.268.081-33.398-.02-.496-.188-.804-.645-1.076-1.075C.199 15.543.217 8.424.133 1.31M1.506.65c-.647.045-.99.718-.928 1.307C.576 8.652.567 15.349.571 22.044c-.09.783.643 1.406 1.399 1.322 10.687.004 21.374.002 32.061 0 .747.099 1.252-.643 1.195-1.322.004-6.752.027-13.506.004-20.259.048-.741-.677-1.25-1.368-1.166C23.078.64 12.289.581 1.507.649z"/><path fill="#f0c900" d="M1.103 1.784c-.073-.503.441-.707.856-.65 10.635.004 21.27-.002 31.904.002.407-.045.903.161.847.647.034 3.321.005 6.645.005 9.969-11.207-.004-22.413-.005-33.621 0-.002-3.322-.013-6.645.009-9.967m27.289 2.499c.009.403.014.808.025 1.213.562-.527 1.105-1.071 1.66-1.605.014 1.963-.018 3.928.018 5.893.337-.004.673-.005 1.01-.007.011-1.952-.013-3.904.014-5.857.562.525 1.103 1.073 1.653 1.61.007-.414.013-.829.018-1.243-.718-.733-1.454-1.447-2.183-2.167-.758.7-1.488 1.429-2.216 2.164M3.466 2.921c-.776.589-.507 2.051.496 2.205.536.143 1.648.082 1.411.947-.457.774-1.551.362-2.183.023-.145.17-.288.342-.432.516.815.557 1.981.849 2.859.267.863-.591.476-2.158-.582-2.248-.501-.129-1.451-.09-1.32-.858.304-.793 1.304-.405 1.879-.184l.381-.541c-.754-.392-1.766-.713-2.509-.127m6.481-.193c-.045 1.47.005 2.943-.018 4.415l.652.014c.014-.707-.043-1.419.039-2.122.048-.621 1.141-.629 1.2-.005.086.704.029 1.415.039 2.121l.647.005c-.027-.854.091-1.725-.073-2.57-.279-.774-1.266-.811-1.864-.39.014-.53.016-1.062.011-1.594-.22.007-.432.048-.632.127m8.921.21a61.53 61.53 0 0 0-.005.858c-.1.075-.299.226-.399.299l.398.546c.023.933-.39 2.756 1.139 2.522a49.595 49.595 0 0 1-.036-.561c-.113-.034-.339-.106-.451-.141a71.363 71.363 0 0 1-.004-1.963c.116-.032.349-.1.466-.133.013-.09.034-.267.047-.355a46.922 46.922 0 0 0-.512-.113c.002-.304-.002-.609 0-.912l-.641-.048m-1.947.023c0 .292-.004.582-.002.874l-.408.27.412.532c.023.935-.396 2.728 1.121 2.541l-.002-.518-.473-.245c-.005-.65-.005-1.3-.002-1.949.118-.02.355-.059.475-.077.007-.099.021-.292.03-.39a31.004 31.004 0 0 1-.514-.099c.004-.312.005-.623.007-.935l-.645-.005M7.062 6.731c.596.663 1.596.516 2.244.014-.12-.159-.24-.319-.362-.478-.645.503-1.746.249-1.607-.715-.145-.965.967-1.227 1.608-.716.12-.159.24-.317.358-.478-.473-.287-1.021-.584-1.59-.392-1.144.317-1.311 1.938-.652 2.765m7.131-2.737c-1.402.579-1.055 3.46.679 3.192 1.931-.224 1.363-3.999-.679-3.192m6.692 2.694c.589.699 1.651.584 2.328.081-.141-.152-.285-.304-.428-.455-.587.424-1.454.331-1.626-.478.707-.057 1.417-.05 2.126-.048.127-.892-.403-1.99-1.44-1.875-1.316.091-1.542 1.854-.96 2.776m3.234-2.765a248.559 248.559 0 0 0-.002 3.231c.161-.002.485-.004.647-.004.021-.736-.063-1.479.057-2.208.154-.541 1.121-.496 1.179.084.091.7.03 1.41.038 2.113.213.009.426.016.641.023-.038-.903.163-1.859-.131-2.728-.528-.904-1.628-.206-2.429-.512M12.141 9.634c-.347.711.65 1.422 1.205.845.487-.528.111-1.302-.536-1.46.17-.331.33-.668.469-1.014-.718.192-.847 1.046-1.139 1.628m3.157-1.507c-.013.865-.014 1.732.004 2.599.07-.018.206-.052.276-.068.1-.283.213-.562.315-.845.179.279.355.561.525.847l.453.057a33.858 33.858 0 0 0-.661-1.08c.19-.276.362-.564.444-.892-.383.251-.691.591-.998.926.002-.503.002-1.005 0-1.508l-.358-.036m1.886.743c.111.602-.326 1.578.319 1.913.113-.586-.245-1.766.725-1.513.023.478.041.958.064 1.438.079 0 .233 0 .312.002.073-.577-.233-1.682.706-1.447.025.507.041 1.014.079 1.519.623-.317.528-2.124-.46-1.87-.58.081-1.164-.032-1.744-.041z"/><path fill="#f0c900" d="M14.57 4.562c.827-.141.904.91.765 1.479-.077.681-1.218.673-1.279-.013-.066-.501-.152-1.347.514-1.467zM21.19 5.241c.102-.922 1.372-.912 1.479 0-.493.014-.987.014-1.479 0zM12.503 9.523l.616-.011c.077.312.118.858-.36.808-.435-.025-.215-.514-.256-.797zM1.096 12.261c9.69.023 19.383-.032 29.072.027-2.846.767-5.561 2.07-8.482 2.515l-.07.222c-1.005.365-2.02.711-3.047 1.012-.557.124-1.098.308-1.624.523-.539.208-1.094.371-1.651.525.002-.917-.002-1.834.002-2.749-.308-.009-.616-.016-.926-.023-.005 1.028 0 2.056-.002 3.086-.485.167-.971.331-1.454.496-.002-.577-.005-1.152-.013-1.728h-.908c-.007.681-.011 1.361-.013 2.042-.682.22-1.37.426-2.072.57.369-1.487.752-2.968 1.114-4.456l-1.028-.007c-.353 1.469-.614 2.959-1.016 4.415-.548-1.433-.831-2.948-1.282-4.413l-.693.002c-.435 1.483-.781 2.991-1.259 4.46-.432-1.467-.673-2.98-1.041-4.465l-1.024.011c.505 2.027 1.005 4.057 1.528 6.081-1.388.419-2.758.892-4.141 1.325.05-3.156.002-6.312.03-9.467m10.888 2.053v.917h.926v-.917h-.926zM26.937 16.34c2.57-.924 5.19-1.709 7.782-2.572-.009 2.756.005 5.515-.011 8.271.036.41-.199.901-.679.811-9.043-.009-18.09.036-27.133-.023 2.524-.779 5.013-1.664 7.54-2.43.464.24.971.36 1.487.416.014-.315.027-.629.038-.944.233-.056.462-.125.691-.197-.047.1-.14.301-.184.401.964.77 2.473 1.084 3.493.249.561-.453.369-1.221.227-1.82.46-.143.921-.292 1.379-.439-.018.616-.118 1.248.048 1.854.086.772.942.858 1.555.887.005-.287.013-.573.018-.86a76.713 76.713 0 0 0-.659-.131 57.092 57.092 0 0 1-.023-2.069c.573-.183 1.144-.367 1.714-.557-.19.96-.342 2.087.251 2.939.86.94 2.416.854 3.306-.002-.201-.19-.403-.378-.605-.566-.824.602-2.155.484-2.271-.722.985-.03 1.972-.016 2.959-.021.039-.915-.091-1.925-.922-2.475m2.111-.174c-.009 1.528-.004 3.057-.004 4.585.306.002.614.002.922.002.041-1.037-.072-2.085.059-3.118.177-.677.985-.634 1.51-.435.21-.253.419-.507.625-.763-.659-.424-1.487-.367-2.121.075l-.193-.351-.799.005z"/><path fill="#f0c900" d="M6.344 19.863c.339-1.22.623-2.456 1.005-3.664.339 1.067.598 2.156.887 3.238-.614.206-1.245.369-1.891.426zM24.892 18.005c.115-1.311 2.04-1.291 2.067.038-.69.027-1.381.025-2.067-.038zM17.176 19.494a47.618 47.618 0 0 0 1.562-.564c.414-.016.908.274.616.736-.645.53-1.546.213-2.178-.172z"/><path d="M1.506.65C12.288.582 23.077.641 33.861.62c.691-.084 1.417.424 1.368 1.166.023 6.752 0 13.506-.004 20.259.057.679-.448 1.42-1.195 1.322-10.687.002-21.374.004-32.061 0-.756.084-1.488-.539-1.399-1.322C.566 15.35.575 8.653.577 1.958.514 1.369.858.695 1.505.651m-.402 1.133c-.021 3.322-.011 6.645-.009 9.967 11.208-.005 22.415-.004 33.621 0 0-3.324.029-6.648-.005-9.969.056-.485-.441-.691-.847-.647-10.633-.004-21.269.002-31.904-.002-.416-.057-.93.147-.856.65m-.007 10.478c-.029 3.156.02 6.312-.03 9.467.011.435.034 1.071.614 1.096 1.736.054 3.482.05 5.217.002 9.043.059 18.09.014 27.133.023.48.09.715-.401.679-.811.016-2.756.002-5.515.011-8.271a68.827 68.827 0 0 0-.011-1.508c-1.513.032-3.03-.043-4.54.029-9.69-.059-19.383-.004-29.072-.027z"/><path d="M28.392 4.284a70.65 70.65 0 0 1 2.216-2.164c.729.72 1.465 1.435 2.183 2.167-.005.414-.011.829-.018 1.243-.55-.537-1.091-1.085-1.653-1.61-.027 1.952-.004 3.904-.014 5.857l-1.01.007c-.036-1.965-.004-3.93-.018-5.893-.555.534-1.098 1.078-1.66 1.605-.011-.405-.016-.81-.025-1.213zM3.466 2.921c.743-.586 1.755-.265 2.509.127l-.381.541c-.575-.22-1.574-.609-1.879.184-.131.768.819.729 1.32.858 1.059.09 1.445 1.657.582 2.248-.878.582-2.044.29-2.859-.267.143-.174.287-.346.432-.516.632.339 1.727.75 2.183-.023.236-.865-.876-.804-1.411-.947-1.003-.154-1.272-1.616-.496-2.205zM9.947 2.728c.201-.079.412-.12.632-.127.005.532.004 1.064-.011 1.594.598-.421 1.585-.383 1.864.39.165.845.047 1.716.073 2.57l-.647-.005c-.011-.706.047-1.417-.039-2.121-.059-.623-1.152-.616-1.2.005-.082.704-.025 1.415-.039 2.122l-.652-.014c.023-1.472-.027-2.944.018-4.415zM18.869 2.939l.641.048c-.002.303.002.607 0 .912.129.027.383.084.512.113-.013.088-.034.265-.047.355-.116.032-.349.1-.466.133-.007.654-.007 1.309.004 1.963l.451.141c.011.188.023.374.036.561-1.53.235-1.116-1.589-1.139-2.522l-.398-.546c.1-.073.299-.224.399-.299 0-.285.002-.571.005-.858zM16.924 2.961l.645.005-.007.935.514.099c-.009.099-.023.292-.03.39-.12.018-.356.057-.475.077-.004.648-.004 1.299.002 1.949l.473.245.002.518c-1.517.186-1.098-1.607-1.121-2.541a95.445 95.445 0 0 1-.412-.532l.408-.27c-.002-.292.002-.582.002-.874zM7.062 6.731c-.659-.827-.493-2.448.652-2.765.57-.192 1.118.106 1.59.392-.118.161-.238.319-.358.478-.641-.51-1.753-.249-1.608.716-.14.964.962 1.218 1.607.715.122.159.242.319.362.478-.648.501-1.648.648-2.244-.014zM14.192 3.994c2.042-.808 2.61 2.968.679 3.192-1.734.269-2.081-2.613-.679-3.192m.378.568c-.666.12-.58.965-.514 1.467.061.686 1.202.693 1.279.013.14-.57.063-1.621-.765-1.479zM20.884 6.688c-.582-.922-.356-2.685.96-2.776 1.037-.115 1.567.983 1.44 1.875-.709-.002-1.419-.009-2.126.048.172.81 1.039.903 1.626.478.143.15.287.303.428.455-.677.503-1.739.618-2.328-.081m.306-1.446c.493.014.987.014 1.479 0-.107-.912-1.377-.922-1.479 0zM24.118 3.924c.801.306 1.9-.392 2.429.512.294.869.093 1.825.131 2.728a66.236 66.236 0 0 1-.641-.023c-.007-.704.054-1.413-.038-2.113-.057-.58-1.024-.625-1.179-.084-.12.729-.036 1.472-.057 2.208l-.647.004c-.005-1.076-.007-2.155.002-3.231zM12.141 9.634c.292-.582.421-1.436 1.139-1.628-.14.346-.299.682-.469 1.014.647.158 1.023.931.536 1.46-.555.577-1.553-.134-1.205-.845m.361-.112c.041.283-.179.772.256.797.478.05.437-.496.36-.808l-.616.011zM15.297 8.126l.358.036c.002.503.002 1.005 0 1.508.306-.335.614-.675.998-.926-.082.328-.254.616-.444.892.226.356.448.715.661 1.08l-.453-.057c-.17-.287-.346-.568-.525-.847-.102.283-.215.562-.315.845-.07.016-.206.05-.276.068a75.067 75.067 0 0 1-.004-2.599zM17.183 8.869c.58.009 1.164.122 1.744.041.989-.254 1.084 1.553.46 1.87-.038-.505-.054-1.012-.079-1.519-.939-.235-.632.87-.706 1.447-.079-.002-.233-.002-.312-.002-.023-.48-.041-.96-.064-1.438-.971-.253-.613.928-.725 1.513-.645-.335-.208-1.311-.319-1.913zM3.679 14.323l1.024-.011c.367 1.485.609 2.998 1.041 4.465.478-1.469.824-2.977 1.259-4.46l.693-.002c.451 1.465.734 2.98 1.282 4.413.401-1.456.663-2.946 1.016-4.415l1.028.007c-.362 1.488-.745 2.97-1.114 4.456-.163.652-.328 1.306-.493 1.958l-.802.027a70.876 70.876 0 0 1-.378-1.325c-.288-1.082-.548-2.171-.887-3.238-.381 1.209-.666 2.445-1.005 3.664-.088.31-.179.618-.27.928-.256-.029-.512-.054-.768-.091-.025-.073-.073-.222-.099-.296-.523-2.024-1.023-4.053-1.528-6.081zM11.984 14.318h.926v.917h-.926v-.917zM14.37 14.312c.31.007.618.014.926.023-.004.915 0 1.832-.002 2.749-.009.931-.009 1.863.043 2.794.156-.004.469-.007.625-.011-.011.315-.023.629-.038.944-.516-.056-1.023-.176-1.487-.416a32.959 32.959 0 0 1-.07-2.998c.002-1.03-.004-2.058.002-3.086zM21.616 15.025l.07-.222.806.027c.014.405.032.81.048 1.214l.681.261c-.025.111-.072.33-.095.441l-.618.276-.002.722c-.004.69.002 1.379.023 2.069.165.032.494.097.659.131-.005.287-.013.573-.018.86-.613-.029-1.469-.115-1.555-.887-.016-1.144.161-2.368-.428-3.407.201-.478.399-.96.428-1.485zM11.993 16.166h.908c.007.577.011 1.152.013 1.728.002.953.002 1.907-.018 2.86H12c-.018-.849-.023-1.698-.02-2.547.002-.681.005-1.361.013-2.042zM16.945 16.56a10.145 10.145 0 0 1 1.624-.523c.591.145 1.152.383 1.698.647l-.532.664c-.695-.304-2.221-.749-2.06.519.86.106 1.761.159 2.513.634.141.598.333 1.367-.227 1.82-1.019.835-2.529.521-3.493-.249l.184-.401.523-.177c.632.385 1.533.702 2.178.172.292-.462-.202-.752-.616-.736-.639-.129-1.478-.088-1.845-.738-.312-.509-.057-1.105.052-1.632zM24.22 17.187c.541-.949 1.732-1.309 2.717-.847.831.55.962 1.56.922 2.475-.987.005-1.974-.009-2.959.021.116 1.205 1.447 1.324 2.271.722.202.188.405.376.605.566-.89.856-2.447.942-3.306.002-.593-.853-.441-1.979-.251-2.939m.673.818c.686.063 1.377.064 2.067.038-.027-1.329-1.952-1.349-2.067-.038zM29.049 16.166l.799-.005.193.351c.634-.442 1.461-.5 2.121-.075-.206.256-.416.51-.625.763-.525-.199-1.333-.242-1.51.435-.131 1.033-.018 2.081-.059 3.118-.308 0-.616 0-.922-.002 0-1.528-.005-3.057.004-4.585zM1.211 23.733c11.13.1 22.268.061 33.398.02-.901.154-1.82.084-2.728.091-9.313 0-18.627 0-27.94.002-.91-.009-1.83.068-2.73-.113z"/><path fill="#241e00" opacity=".5" d="M0 1.54l.133-.229c.084 7.114.066 14.233.002 21.347l-.134-.222V1.54z"/><path fill="#221c00" opacity=".49" d="M35.681 1.343l.14.247v20.816l-.149.251c-.048-7.103-.054-14.21.009-21.313z"/><path fill="#c1121c" d="M30.168 12.288c1.51-.072 3.027.004 4.54-.029.009.501.013 1.005.011 1.508-2.592.863-5.212 1.648-7.782 2.572-.985-.462-2.176-.102-2.717.847-.57.19-1.141.374-1.714.557l.002-.722.618-.276c.023-.111.07-.33.095-.441a72.56 72.56 0 0 0-.681-.261c-.016-.405-.034-.81-.048-1.214l-.806-.027c2.921-.444 5.636-1.748 8.482-2.515zM18.57 16.037a51.026 51.026 0 0 0 3.047-1.012c-.029.525-.227 1.007-.428 1.485.589 1.039.412 2.262.428 3.407-.167-.605-.066-1.238-.048-1.854-.459.147-.919.296-1.379.439-.752-.475-1.653-.528-2.513-.634-.161-1.268 1.365-.824 2.06-.519l.532-.664c-.546-.263-1.107-.501-1.698-.647z"/><path fill="#c1121c" d="M15.294 17.085a17.589 17.589 0 0 0 1.651-.525c-.109.527-.364 1.123-.052 1.632.367.65 1.205.609 1.845.738-.516.199-1.039.383-1.562.564l-.523.177a10.62 10.62 0 0 1-.691.197c-.156.004-.469.007-.625.011a42.685 42.685 0 0 1-.043-2.794zM12.913 17.894l1.454-.496a32.95 32.95 0 0 0 .07 2.998c-2.527.767-5.017 1.651-7.54 2.43a88.964 88.964 0 0 1-5.217-.002c-.58-.025-.604-.661-.614-1.096 1.383-.433 2.753-.906 4.141-1.325.025.073.073.222.099.296.256.038.512.063.768.091.091-.31.183-.618.27-.928.647-.057 1.277-.22 1.891-.426.12.442.249.885.378 1.325l.802-.027c.165-.652.33-1.306.493-1.958.702-.143 1.39-.349 2.072-.57-.004.849.002 1.698.02 2.547h.896c.02-.953.02-1.907.018-2.86z"/></symbol><symbol viewBox="0 0 48 24" id="information--end-of-built-up-area--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.288.384h47.424v23.04H.288V.384m1.69.883c-.929.346-.984 1.486-.97 2.323.031 5.846-.065 11.695.034 17.539-.067 1.02.917 1.625 1.846 1.531 14.165.019 28.332.062 42.497.053 1.126.101 1.81-1.058 1.718-2.064.005-5.928.012-11.856.002-17.782.082-.962-.737-1.901-1.735-1.764-14.086-.01-28.169.043-42.254.029-.379.012-.773.01-1.138.134z"/><path fill="#fff" d="M1.692 3.096c-.05-.605.257-1.363.984-1.272 13.618-.031 27.235-.038 40.853-.048-3.775.706-7.099 2.894-10.762 4.008-.252.029-.504.053-.756.074l-.022.278c-.228.122-.458.242-.691.358a46.823 46.823 0 0 1-.005-.53c-.25-.072-.499-.142-.746-.206-.002-.622-.002-1.246-.005-1.867-.228.154-.456.305-.684.458-.07.646-.161 1.291-.307 1.925.072.286.146.571.204.862-.367.146-.734.295-1.099.442.05-.809-.329-1.879-1.296-1.855-.787-.026-1.042.833-1.344 1.392l.722.113c.228-.322.458-.641.696-.958.218.466.389.953.547 1.442-.677.254-1.351.521-1.97.898-.262.146-.526.288-.79.43-.002-1.733-.002-3.466-.002-5.196h-.751c0 1.831-.002 3.662.002 5.494l-.919.36c-.163-1.26.538-3.122-.816-3.888-.938-.422-1.51.571-1.793 1.294l.727.125c.233-.324.468-.643.708-.96.221.468.377.965.547 1.454-1.584.084-2.484 1.574-1.591 2.959-2.597.914-5.066 2.16-7.658 3.084-.612.154-1.212.353-1.745.694-.326.18-.653.353-.979.528-.002-.996-.005-1.992-.005-2.988l-.991.007c-.324 1.39-.478 2.837-1.068 4.152-.391-1.368-.626-2.77-.922-4.157H6.952v4.603c-1.762.732-3.523 1.466-5.285 2.203.019-5.237-.007-10.474.024-15.71m10.539.737v6.919c.95-.084 2.285.334 2.861-.684.406-.905.29-2.004-.187-2.861.391-.977.614-2.347-.288-3.11-.701-.446-1.598-.199-2.386-.264m4.124.319c-.353.238.036.852.391.571.35-.24-.036-.854-.391-.571m4.754.596c.386.25.787.47 1.188.689.403-.221.806-.439 1.195-.684a8.885 8.885 0 0 0-2.383-.005m-4.925 1.065v4.939h.751V5.817c-.252-.002-.502-.002-.751-.002m1.762.595c-.257 1.274-.434 2.822.18 4.015.852 1.02 2.177.002 2.22-1.087-.18 0-.54-.005-.72-.007-.142.446-.749 1.14-1.044.422.012-1.087-.458-2.503.382-3.362.257.247.461.538.672.821.178-.019.53-.055.708-.072-.055-1.246-1.788-2.03-2.398-.73z"/><path fill="#fff" d="M13.078 6.881a38.976 38.976 0 0 1 .005-2.242c1.783-.386 1.793 2.71-.005 2.242zM34.5 10.022c3.986-1.644 7.963-3.317 11.942-4.987-.022 5.268.017 10.536-.024 15.804.055.725-.526 1.366-1.279 1.21-13.097-.029-26.198.012-39.295-.089 2.395-.852 4.687-1.973 7.058-2.89.478-.113.965-.17 1.452-.226l.019-.341c.233-.13.466-.252.701-.374.466.619 1.162.864 1.92.73a40.57 40.57 0 0 1-.317 1.404c-.274-.096-.545-.192-.818-.29l-.607.466c.588.398 1.43.862 2.002.163.701-1.018.29-2.364.398-3.523.403-.173.806-.343 1.21-.516.379 1.426.502 2.902.072 4.332l.778.002c.338-1.714.672-3.427 1.02-5.138.259-.091.521-.18.782-.271.629-.199 1.226-.487 1.829-.756.012.413.024.826.029 1.241-.91.149-2.03.646-1.8 1.778.062 1.361 1.622 1.154 2.575 1.176-.002-1.522.055-3.048-.091-4.567 1.174-.425 2.314-.931 3.468-1.406-.014 1.98-.002 3.962-.005 5.942.811-.091 2.165.446 2.414-.686.127-1.224.194-2.501-.06-3.71-.214-.732-1.032-.538-1.606-.502.005-.456.01-.914-.005-1.37 1.387-.54 2.746-1.157 4.126-1.716a10.812 10.812 0 0 1 2.117-.204c-.002-.228-.005-.456-.005-.684M32.551 12c-.002 2.304-.002 4.608 0 6.914.187-.002.562-.002.749-.002 0-.634 0-1.267.012-1.901.35.626.684 1.265 1.015 1.903l.833-.007c-.454-.864-.917-1.726-1.38-2.585.463-.785.922-1.57 1.385-2.354h-.833a89.61 89.61 0 0 1-1.022 1.682c-.017-1.217-.007-2.434-.007-3.65h-.751m6.479 0c-.002 2.306-.005 4.61 0 6.917.187-.002.562-.005.751-.005-.002-2.304-.002-4.606 0-6.907-.19-.002-.564-.002-.751-.005m-8.011.314c-.494 1.318 1.344-.074 0 0m-5.952 1.697a573.537 573.537 0 0 0 0 4.908c.187-.002.564-.01.751-.014.286-1.39-.847-3.89 1.128-4.236l-.017-.65c-.619.043-1.243.036-1.862-.007m5.779-.034v4.934c.25.002.499.002.749.005.002-1.649.002-3.295 0-4.942-.25 0-.499 0-.749.002m4.707 1.501c.533-.096.907-.473 1.301-.806.677.055.461.895.461 1.358-1.044.002-2.098.787-1.745 1.932.235 1.212 1.649.898 2.544.955-.019-1.262.041-2.525-.022-3.785-.017-.763-.814-1.466-1.579-1.198-.667.204-.79.967-.96 1.543zM13.075 7.632c1.906-.473 1.927 2.827-.01 2.273-.005-.758-.002-1.514.01-2.273zM21.734 8.926c.374-.079.749-.154 1.126-.223.367 1.303-1.435 1.745-1.126.223z"/><path fill="#fff" d="M28.627 14.683c1.128.13.47 1.824.636 2.618.281.703-.833 1.387-.955.451.065-.979-.401-2.33.319-3.07zM7.721 16.231c-.444-1.008.655-.766.139.089l-.139-.089zM22.382 17.95c-.343-.818.41-1.03 1.07-1.118.06.703-.211 1.709-1.07 1.118zM36.314 17.033c.286-.034.857-.098 1.14-.13-.156.463.007 1.39-.756 1.188-.542.106-.286-.725-.384-1.058z"/><path d="M1.978 1.267c.365-.125.758-.122 1.138-.134 14.086.014 28.169-.038 42.254-.029.998-.137 1.817.802 1.735 1.764.01 5.926.002 11.854-.002 17.782.091 1.006-.593 2.165-1.718 2.064-14.165.01-28.332-.034-42.497-.053-.929.094-1.913-.511-1.846-1.531-.098-5.844-.002-11.693-.034-17.539-.014-.838.041-1.978.97-2.323m-.286 1.828c-.031 5.237-.005 10.474-.024 15.71.01.965-.074 1.956.18 2.899 1.243.526 2.678.295 3.996.254 13.097.101 26.198.06 39.295.089.754.156 1.334-.485 1.279-1.21.041-5.268.002-10.536.024-15.804-.089-1.018.286-2.246-.384-3.108-.811-.264-1.69-.185-2.53-.151-13.618.01-27.235.017-40.853.048-.727-.091-1.034.667-.984 1.272z"/><path d="M12.23 3.835c.787.065 1.685-.182 2.386.264.902.763.679 2.134.288 3.11.478.857.593 1.956.187 2.861-.576 1.018-1.91.6-2.861.684V3.835m.848 3.046c1.798.468 1.788-2.628.005-2.242a38.972 38.972 0 0 0-.005 2.242m-.003.751c-.012.758-.014 1.514-.01 2.273 1.937.554 1.915-2.746.01-2.273zM24.468 3.842h.751c0 1.73 0 3.463.002 5.196-.005.574-.01 1.147-.017 1.723-.18 0-.54.005-.72.005-.007-.478-.012-.953-.014-1.43-.005-1.831-.002-3.662-.002-5.494zM16.354 4.154c.355-.283.742.331.391.571-.355.281-.744-.334-.391-.571zM29.858 4.349c.228-.154.456-.305.684-.458.002.622.002 1.246.005 1.867.247.065.497.134.746.206 0 .132.002.398.005.53-.254.127-.511.252-.77.372-.098 1.406.072 2.82.737 4.08-2.11-.096-1.32-2.407-1.51-3.811-.058-.29-.132-.576-.204-.862.146-.634.238-1.279.307-1.925zM21.108 4.75a8.885 8.885 0 0 1 2.383.005c-.389.245-.792.463-1.195.684a17.864 17.864 0 0 1-1.188-.689zM16.183 5.815c.25 0 .499 0 .751.002v4.937h-.751V5.815zM17.945 6.41c.61-1.301 2.342-.516 2.398.73-.178.017-.53.053-.708.072-.211-.283-.415-.574-.672-.821-.84.859-.37 2.275-.382 3.362.295.718.902.024 1.044-.422.18.002.54.007.72.007-.043 1.09-1.368 2.107-2.22 1.087-.614-1.193-.437-2.741-.18-4.015zM20.942 7.102c.283-.722.854-1.716 1.793-1.294 1.354.766.653 2.628.816 3.888l-.014 1.058c-.734-.034-1.469-.084-2.203-.074-.893-1.385.007-2.875 1.591-2.959-.17-.49-.326-.986-.547-1.454-.24.317-.475.636-.708.96l-.727-.125m.791 1.824c-.31 1.522 1.493 1.08 1.126-.223-.377.07-.751.144-1.126.223zM26.016 7.114c.302-.559.557-1.418 1.344-1.392.967-.024 1.346 1.046 1.296 1.855.01 1.08-.031 2.16-.043 3.24-.708-.089-1.471-.01-2.124-.331-.47-.482-.358-1.258-.478-1.877.619-.377 1.294-.643 1.97-.898-.158-.49-.329-.977-.547-1.442a42.38 42.38 0 0 0-.696.958l-.722-.113m.742 1.812c-.029.636.358 1.106 1.02 1.063.043-.427.086-.857.125-1.284-.382.072-.763.146-1.145.221zM32.011 5.858c.252-.022.504-.046.756-.074a57.905 57.905 0 0 0 .038 4.229c.216-.002.648-.002.864-.005.084-1.402.082-2.806.086-4.21l.737.01c0 1.404-.002 2.81.007 4.214 0 .228.002.456.005.684-.71.005-1.421.06-2.117.204-.521-1.536-.43-3.178-.398-4.774l.022-.278zM6.953 12h1.013c.295 1.387.53 2.789.922 4.157.59-1.315.744-2.762 1.068-4.152l.991-.007c0 .996.002 1.992.005 2.988 0 1.306-.005 2.614-.005 3.919-.271.007-.54.014-.811.024-.014-1.166-.019-2.333-.096-3.497-.295 1.152-.53 2.318-.773 3.482-.245-.002-.492-.002-.737-.005-.197-.869-.398-1.74-.67-2.59.516-.854-.583-1.097-.139-.089.022.895-.014 1.79-.038 2.686l-.713.01c-.01-.773-.014-1.548-.017-2.323V12zM27.545 11.834l.684.336c.01.115.026.343.034.456.014.456.01.914.005 1.37.574-.036 1.392-.23 1.606.502.254 1.21.187 2.486.06 3.71-.25 1.133-1.603.595-2.414.686.002-1.98-.01-3.962.005-5.942.005-.372.012-.746.022-1.118m1.08 2.849c-.72.739-.254 2.09-.319 3.07.122.936 1.236.252.955-.451-.166-.794.492-2.489-.636-2.618zM32.551 12h.751c0 1.217-.01 2.434.007 3.65a92.96 92.96 0 0 0 1.022-1.682h.833c-.463.785-.922 1.57-1.385 2.354.463.859.926 1.721 1.38 2.585l-.833.007a69.188 69.188 0 0 0-1.015-1.903c-.012.634-.012 1.267-.012 1.901-.187 0-.562 0-.749.002-.002-2.306-.002-4.61 0-6.914zM39.031 12c.187.002.562.002.751.005-.002 2.302-.002 4.603 0 6.907-.19 0-.564.002-.751.005-.005-2.306-.002-4.61 0-6.917zM31.02 12.314c1.344-.074-.494 1.318 0 0zM11.93 14.458c.533-.341 1.133-.54 1.745-.694.967 1.394.689 3.146.698 4.74l-.019.341c-.487.055-.974.113-1.452.226-.562-.42-1.322-.926-1.116-1.75.082-.943 1.183-1.116 1.865-1.486a25.06 25.06 0 0 0-.307-1.286c-.463.326-.926.655-1.394.974-.007-.355-.014-.71-.019-1.066m.614 3.622c.247-.002.742-.002.989-.005.031-.446.041-.893.065-1.339-.624.175-1.238.607-1.054 1.344zM15.298 14.544c.355-.929 1.589-.463 2.352-.593 0 1.044 0 2.086.002 3.127-.108 1.159.302 2.506-.398 3.523-.571.698-1.414.235-2.002-.163l.607-.466.818.29c.115-.466.218-.936.317-1.404-.758.134-1.454-.11-1.92-.73.108-1.193-.046-2.412.223-3.586m.721.1c-.139 1.056-.182 2.134.029 3.182.06.502.998.194.761-.245.098-.91.096-1.826.074-2.741-.288-.067-.576-.134-.864-.197zM18.358 13.915l.797.041c.178.919.36 1.838.566 2.753.214-.931.413-1.862.617-2.794.185.002.557.01.742.014-.115.61-.23 1.219-.348 1.829-.348 1.711-.682 3.425-1.02 5.138l-.778-.002c.43-1.43.307-2.906-.072-4.332-.175-.881-.341-1.764-.504-2.647zM21.514 15.487c.218-1.33 1.416-1.997 2.542-1.128.146 1.519.089 3.046.091 4.567-.953-.022-2.513.185-2.575-1.176-.23-1.133.89-1.63 1.8-1.778-.005-.415-.017-.828-.029-1.241-.602.269-1.2.557-1.829.756m.868 2.463c.859.59 1.13-.415 1.07-1.118-.66.089-1.414.3-1.07 1.118zM25.068 14.011c.619.043 1.243.05 1.862.007l.017.65c-1.975.346-.842 2.846-1.128 4.236a62.7 62.7 0 0 1-.751.014 573.537 573.537 0 0 1 0-4.908zM30.847 13.978c.25-.002.499-.002.749-.002.002 1.646.002 3.293 0 4.942-.25-.002-.499-.002-.749-.005v-4.934zM35.554 15.478c.17-.576.293-1.339.96-1.543.766-.269 1.562.434 1.579 1.198.062 1.26.002 2.522.022 3.785-.895-.058-2.309.257-2.544-.955-.353-1.145.701-1.93 1.745-1.932 0-.463.216-1.303-.461-1.358-.394.334-.768.71-1.301.806m.76 1.554c.098.334-.158 1.164.384 1.058.763.202.6-.725.756-1.188-.283.031-.854.096-1.14.13z"/><path fill="#c00" d="M43.529 1.776c.84-.034 1.718-.113 2.53.151.67.862.295 2.09.384 3.108-3.979 1.67-7.956 3.343-11.942 4.987-.01-1.404-.007-2.81-.007-4.214l-.737-.01c-.005 1.404-.002 2.808-.086 4.21-.216.002-.648.002-.864.005a57.348 57.348 0 0 1-.038-4.229c3.662-1.114 6.986-3.302 10.762-4.008zM31.298 6.494c.233-.115.463-.235.691-.358-.031 1.596-.122 3.238.398 4.774-1.38.559-2.738 1.176-4.126 1.716a24.516 24.516 0 0 0-.034-.456l-.684-.336c-.01.372-.017.746-.022 1.118-1.154.475-2.294.982-3.468 1.406-1.126-.869-2.323-.202-2.542 1.128-.262.091-.523.18-.782.271.118-.61.233-1.219.348-1.829a61.207 61.207 0 0 0-.742-.014c-.204.931-.403 1.862-.617 2.794a89.529 89.529 0 0 1-.566-2.753l-.797-.041c.163.883.329 1.766.504 2.647-.403.173-.806.343-1.21.516-.002-1.042-.002-2.083-.002-3.127-.763.13-1.997-.336-2.352.593-.269 1.174-.115 2.393-.223 3.586-.235.122-.468.245-.701.374-.01-1.594.269-3.346-.698-4.74 2.592-.924 5.062-2.17 7.658-3.084.734-.01 1.469.041 2.203.074l.014-1.058.919-.36c.002.478.007.953.014 1.43.18 0 .54-.005.72-.005.007-.576.012-1.15.017-1.723.264-.142.528-.283.79-.43.12.619.007 1.394.478 1.877.653.322 1.416.242 2.124.331.012-1.08.053-2.16.043-3.24l1.099-.442c.19 1.404-.6 3.715 1.51 3.811-.665-1.26-.835-2.674-.737-4.08.259-.12.516-.245.77-.372z"/><path fill="#c00" d="M26.758 8.926c.382-.074.763-.149 1.145-.221-.038.427-.082.857-.125 1.284-.662.043-1.049-.427-1.02-1.063zM10.951 14.986c.326-.175.653-.348.979-.528.005.355.012.71.019 1.066.468-.319.931-.648 1.394-.974.113.425.216.854.307 1.286-.682.37-1.783.542-1.865 1.486-.206.823.554 1.33 1.116 1.75-2.371.917-4.663 2.038-7.058 2.89-1.318.041-2.753.271-3.996-.254-.254-.943-.17-1.934-.18-2.899 1.762-.737 3.523-1.471 5.285-2.203.002.775.007 1.55.017 2.323l.713-.01c.024-.895.06-1.79.038-2.686l.139.089c.271.85.473 1.721.67 2.59.245.002.492.002.737.005.242-1.164.478-2.33.773-3.482.077 1.164.082 2.33.096 3.497.271-.01.54-.017.811-.024 0-1.306.005-2.614.005-3.919zM16.018 14.642c.288.062.576.13.864.197.022.914.024 1.831-.074 2.741a.91.91 0 0 0-.761.245c-.211-1.049-.168-2.126-.029-3.182z"/><path fill="#c00" d="M12.545 18.079c-.185-.737.43-1.169 1.054-1.344-.024.446-.034.893-.065 1.339-.247.002-.742.002-.989.005z"/><path fill="#f4e9e9" d="M16.046 17.825a.91.91 0 0 1 .761-.245c.238.439-.701.746-.761.245z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-car-pool-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#003e99" opacity=".9" d="M0 0h.628a1.546 1.546 0 0 0-.542.461L.001.603V.001zM23.345 0H24v.623A1.178 1.178 0 0 0 23.345 0zM0 23.437l.088.127c.11.132.241.246.374.356l.14.079H0v-.563z"/><path fill="#fff" d="M.628 0h22.717c.294.114.527.335.655.623v22.78c-.127.185-.257.373-.432.515-7.7-.053-15.406-.061-23.106.004a2.801 2.801 0 0 1-.374-.356C.131 15.866.135 8.162.086.462.225.265.417.114.628.001M.424.857C.396 7.881.449 14.907.398 21.929c.054.505-.14 1.086.136 1.54.461.289 1.064.085 1.584.131 7.008-.032 14.018.004 21.028-.018.288.019.48-.275.443-.54.008-6.976-.016-13.952.012-20.929-.042-.517.155-1.118-.132-1.58-.461-.282-1.056-.091-1.572-.13C14.918.429 7.939.404.961.415.697.383.41.575.426.858z"/><path fill="#fff" d="M6.18 5.558c3.514-.848 7.21-.834 10.754-.179-1.836 1.878-3.706 3.724-5.561 5.582.664-1.319.233-3.137-1.169-3.768-1.499-.808-3.478.227-3.791 1.87.462.101.928.19 1.396.268.15-.46.47-.904.972-1.001.678-.18 1.423.342 1.493 1.037.047.565-.202 1.121-.569 1.54-.998 1.081-2.076 2.093-3.053 3.192-.067.397-.022.803-.028 1.204l.376.031c-.768.744-1.498 1.528-2.279 2.258l-.014-.439a97.933 97.933 0 0 0-1.212-.005c.008-1.477-.017-2.954.011-4.43.012-.722.554-1.25 1.109-1.632.574-1.824 1.031-3.689 1.565-5.527zM16.07 9.594c.784-.763 1.535-1.559 2.333-2.308.319 1.271.641 2.54.97 3.808.581.346 1.102.904 1.124 1.615.031 1.478.004 2.959.012 4.439-.406-.001-.811.001-1.218.004-.014.773.074 1.566-.194 2.309a2.945 2.945 0 0 1-1.729.005c-.272-.744-.178-1.54-.194-2.314-2.88-.005-5.76-.01-8.64.002.588-.626 1.211-1.218 1.811-1.832.448-.01.895-.008 1.344-.01-.001-.449-.004-.896.01-1.345.64-.635 1.28-1.27 1.916-1.908.404.001.81.001 1.216.005.005.638.001 1.276.002 1.914.413.001.824.002 1.237 0 .001-.638-.002-1.277.004-1.915.634-.004 1.266-.001 1.9-.001.002-.407.002-.815.001-1.222-.634-.001-1.267.002-1.901-.002a73.575 73.575 0 0 1-.002-1.243z"/><path fill="#0046ac" d="M.424.857C.408.574.695.382.959.414 7.937.403 14.916.428 21.895.402c-1.655 1.657-3.33 3.296-4.961 4.978-3.545-.655-7.241-.67-10.754.179-.534 1.838-.991 3.703-1.565 5.527-.554.382-1.097.91-1.109 1.632-.028 1.476-.002 2.953-.011 4.43.404-.001.808.001 1.212.005l.014.439c-1.458 1.428-2.916 2.86-4.325 4.337C.448 14.907.395 7.881.422.857zM18.403 7.286c1.753-1.703 3.461-3.452 5.196-5.174-.028 6.977-.004 13.954-.012 20.929.037.265-.155.559-.443.54-7.009.022-14.02-.014-21.028.018 2.132-2.154 4.302-4.273 6.416-6.445 2.88-.012 5.76-.007 8.64-.002.017.774-.078 1.57.194 2.314.566.17 1.164.172 1.729-.005.269-.743.18-1.536.194-2.309.407-.002.812-.005 1.218-.004-.008-1.48.019-2.96-.012-4.439-.023-.712-.544-1.27-1.124-1.615-.329-1.267-.65-2.537-.97-3.808z"/><path fill="#e23828" d="M21.895.402c.516.038 1.111-.152 1.572.13.287.462.09 1.063.132 1.58-1.735 1.722-3.443 3.472-5.196 5.174-.798.749-1.549 1.544-2.333 2.308-.822.817-1.646 1.634-2.456 2.465-.636.638-1.277 1.273-1.916 1.908-.448.455-.901.905-1.354 1.355-.6.614-1.223 1.206-1.811 1.832-2.114 2.172-4.284 4.291-6.416 6.445-.52-.046-1.123.158-1.584-.131-.276-.454-.082-1.034-.136-1.54 1.409-1.477 2.867-2.909 4.325-4.337.781-.731 1.511-1.514 2.279-2.258a783.717 783.717 0 0 0 4.373-4.372c1.855-1.859 3.725-3.704 5.561-5.582 1.631-1.681 3.306-3.32 4.961-4.978z"/><path fill="#e2eaf3" d="M0 .602L.085.46c.049 7.699.046 15.403.002 23.104l-.088-.127V.602z"/><path d="M6.414 9.064c.313-1.643 2.292-2.677 3.791-1.87 1.402.631 1.832 2.449 1.169 3.768a819.345 819.345 0 0 1-4.373 4.372l-.376-.031c.006-.401-.04-.806.028-1.204.977-1.099 2.054-2.111 3.053-3.192.367-.419.616-.974.569-1.54-.07-.695-.815-1.217-1.493-1.037-.502.097-.822.541-.972 1.001a28.402 28.402 0 0 1-1.396-.268zM13.614 12.059c.81-.83 1.634-1.648 2.456-2.465-.002.414-.001.829.002 1.243.634.005 1.267.001 1.901.002.001.407.001.815-.001 1.222-.634 0-1.266-.002-1.9.001-.006.638-.002 1.277-.004 1.915-.413.002-.824.001-1.237 0-.001-.638.002-1.276-.002-1.914-.406-.004-.811-.004-1.216-.005zM10.344 15.322c.452-.45.906-.9 1.354-1.355-.013.449-.011.896-.01 1.345-.449.001-.896 0-1.344.01z"/><path fill="#0041a0" opacity=".94" d="M23.568 23.917c.175-.142.305-.33.432-.515V24h-.559l.127-.083z"/><path fill="#e3eaf4" d="M.462 23.921c7.7-.065 15.406-.056 23.106-.004l-.127.083H.603l-.14-.079z"/></symbol><symbol viewBox="0 0 20 24" id="information--end-of-limited-access-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M0 0h15.825c-1.486 2.305-2.951 4.623-4.425 6.935-1.542.008-3.083.002-4.625.001-.526-.047-.965.406-1.113.876-.287.999-.547 2.006-.836 3.005-.394.084-.829.35-.815.805.011.908-.033 1.825.043 2.73.372.887 1.467.575 2.217.624-.082.126-.163.254-.243.381a33.661 33.661 0 0 0-1.271.002c.009.625-.026 1.255.067 1.876a849.437 849.437 0 0 1-4.307 6.764H0v-24zM18.985 0h1.033v24H3.915c1.904-3.017 3.791-6.043 5.691-9.062 1.741-.029 3.484-.015 5.224-.045.536.006 1.071-.442 1.016-1.005-.02-.827.023-1.656-.038-2.481-.01-.428-.447-.633-.807-.714-.341-.931-.605-1.889-.966-2.812 1.649-2.628 3.288-5.262 4.95-7.881m-5.822 15.274c.015.588-.017 1.178.048 1.763.242.814 1.65.869 1.919.043.045-.602.012-1.208.014-1.811-.66-.01-1.322-.018-1.981.005z"/><path fill="#035ca1" d="M6.321 8.035c.084-.347.475-.414.777-.408 1.284.001 2.568-.014 3.852 0a300.906 300.906 0 0 1-2.047 3.217c-1.102-.022-2.205.003-3.307-.011.223-.937.465-1.872.725-2.798zM12.179 10.838c.466-.743.927-1.487 1.401-2.225.252.733.468 1.477.697 2.216-.7.013-1.399-.004-2.099.009zM13.914 11.447c.687-.185 1.379.5 1.204 1.187-.122.746-1.162 1.06-1.677.508-.57-.5-.28-1.566.472-1.695zM5.416 11.564c.669-.284 1.464.391 1.321 1.097-.069.744-1.07 1.125-1.622.627-.602-.446-.421-1.511.301-1.724z"/><path fill="#da251d" d="M15.825 0h3.16c-1.662 2.62-3.301 5.253-4.95 7.881-.154.242-.305.488-.455.732-.475.737-.935 1.482-1.401 2.225l-2.572 4.1C7.706 17.957 5.82 20.983 3.916 24H.517a849.437 849.437 0 0 0 4.307-6.764c.411-.619.807-1.25 1.204-1.878.081-.127.161-.255.243-.381.88-1.375 1.756-2.754 2.631-4.133.688-1.069 1.373-2.14 2.047-3.217.147-.231.301-.46.45-.692 1.474-2.312 2.939-4.63 4.425-6.935z"/><path fill="#fff" d="M5.662 7.812c.147-.47.587-.923 1.113-.876 1.541.001 3.082.006 4.625-.001-.149.232-.302.461-.45.692-1.284-.014-2.568.001-3.852 0-.302-.006-.693.061-.777.408a70.88 70.88 0 0 0-.725 2.798c1.102.014 2.205-.011 3.307.011a1372.69 1372.69 0 0 1-2.631 4.133c-.75-.049-1.845.263-2.217-.624-.076-.905-.032-1.822-.043-2.73-.014-.455.421-.721.815-.805.29-.999.549-2.006.836-3.005m-.247 3.751c-.722.213-.903 1.279-.301 1.724.552.497 1.553.116 1.622-.627.143-.706-.651-1.381-1.321-1.097zM14.035 7.881c.362.923.625 1.881.966 2.812.361.081.797.285.807.714.06.824.017 1.654.038 2.481.055.563-.48 1.012-1.016 1.005-1.74.03-3.483.016-5.224.045.858-1.367 1.716-2.733 2.572-4.1.7-.013 1.399.004 2.099-.009-.229-.739-.446-1.483-.697-2.216.151-.244.301-.49.455-.732m-.121 3.566c-.752.129-1.043 1.195-.472 1.695.514.552 1.555.238 1.677-.508.174-.687-.518-1.372-1.204-1.187zM13.163 15.274c.66-.024 1.322-.015 1.981-.005-.002.604.031 1.21-.014 1.811-.269.825-1.677.771-1.919-.043-.066-.584-.033-1.175-.048-1.763zM4.757 15.36c.424-.01.848-.009 1.271-.002-.397.629-.793 1.259-1.204 1.878-.093-.621-.058-1.251-.067-1.876z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-living-street--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0379c1" d="M0 0h21.633c-.691.631-1.323 1.324-1.988 1.981-.71-.202-1.439-.913-2.189-.477-1.385.62-2.789 1.195-4.173 1.818l-.008.31.686.02c.003.895.003 1.791-.001 2.686-.446.003-.891.003-1.337.004-.01.914-.009 1.828-.004 2.743l-6.447 6.52a20.729 20.729 0 0 0-.774-.85c.26-.305.682-.655.497-1.104-.153-.577-.989-.794-1.375-.323-.304.336-.096.789.019 1.157-1.78.2-2.341 2.178-2.639 3.659.255.103.509.213.779.273.065-.776.131-1.587.731-2.165.029.854-.045 1.723-.389 2.515-.978 1.063-2.043 2.044-3.022 3.106V.001m4.809 7.475l-.38.311c-.188.952.258 1.831.24 2.769.71.384.954-.352.821-.945 1.116.071 2.238.073 3.354-.001.005.318.01.636.019.954.264.087.783.197.8-.222.028-.932.657-2.036-.052-2.852-.401-.555-.057-1.593-.808-1.878a26.33 26.33 0 0 0-3.3.006c-.668.315-.485 1.254-.693 1.857zM22.679 3.243c.317-.322.645-.632.938-.975v21.733H2.173c1.102-1.081 2.169-2.2 3.259-3.292.277.751.546 1.504.827 2.253.53-.225 1.061-.448 1.556-.742a30.816 30.816 0 0 0-1.102-.174 10.379 10.379 0 0 0-.494-2.132c3.024-3.066 6.051-6.133 9.078-9.198 2.242-.004 4.483.003 6.725-.004.001-2.269-.005-4.538.003-6.808l.245-.248.42-.027-.011-.387m-9.642 13.104c-.932.328-.923 1.505-1.629 2.082-.303.336-.863.44-.979.922l.303.158c.72-.292 1.328-.789 1.804-1.398-.153.668-.431 1.294-.772 1.886l.318.209c-.202.734-.373 1.477-.596 2.206-.301.065-.604.129-.897.226.425.163.868.267 1.317.332.239-.903.883-1.669.86-2.644 1.264-.295 1.856 1.009 2.789 1.566-.054.319-.111.638-.167.957.469-.163.954-.069 1.42.049.151-.918.411-1.819.803-2.664.48.8 1.354 1.089 2.201 1.329.05.262.101.523.163.783.206-.409.285-.862.366-1.309-.491-.227-1.038-.371-1.462-.723-.49-.489-.615-1.211-.703-1.869.388.225.686.563.894.956-.061.222-.123.443-.181.666.207.071.417.131.633.172.198-1.289-.558-2.865-2.05-2.737.384-.485.318-1.478-.477-1.407-.797.116-.634 1.1-.144 1.495a13.627 13.627 0 0 0-1.057 1.569 63.382 63.382 0 0 1-.595-.266c.148-.435.301-.868.452-1.301-.543-.521-1.093-1.265-1.924-1.228.795-.286.566-1.709-.303-1.638-.771.082-.827 1.136-.386 1.619z"/><path fill="#0379c1" d="M14.631 4.325c.671-.004 1.342-.003 2.013 0l.001.688-.986.996c-.343-.01-.687-.017-1.03-.023l.001-1.661zM5.778 6.043c.915-.087 1.85-.086 2.765 0 .597.079.633.785.581 1.257-1.316-.06-2.632-.036-3.95-.011.008-.463.006-1.164.604-1.246zM5.007 7.814c.458-.14.675.628.212.738-.483.184-.698-.623-.212-.738zM9.109 7.823c.483-.167.696.643.198.754-.465.103-.651-.629-.198-.754zM5.659 8.345a5.43 5.43 0 0 1 3.004.001c-.997.074-2.006.075-3.004-.001zM6.539 8.705a27.21 27.21 0 0 1 3.009.003c-.415.349-1.011.115-1.505.179-.493-.065-1.093.172-1.504-.181zM6.541 9.137a23.327 23.327 0 0 1 3.003 0 5.265 5.265 0 0 1-3.003 0zM14.155 17.309c.28.146.557.295.834.447-.12.421-.296.829-.359 1.264.235.437.821.456 1.247.599.484.147.71-.435.997-.705-.157 1.197-.384 2.432-.79 3.562.023-.241.06-.479.1-.716-.534-.572-.918-1.301-1.64-1.671l.24-.269a5.346 5.346 0 0 1-.628-2.51z"/><path fill="#e51636" d="M21.633 0h1.984v2.267c-.294.343-.622.654-.938.975l-.409.414-.245.248c-.448.452-.895.908-1.342 1.361l-.72.726c-.539.534-1.057 1.086-1.594 1.62-.163.12-.305.263-.423.428-.882.894-1.769 1.782-2.649 2.677-3.027 3.065-6.054 6.131-9.078 9.198-.262.266-.525.529-.788.794-1.09 1.093-2.157 2.211-3.259 3.292H-.001v-2.128c.979-1.062 2.044-2.043 3.022-3.106 1.071-1.033 2.1-2.108 3.151-3.161l6.447-6.52c1.014-1.025 2.029-2.051 3.041-3.077l.986-.996c1.001-1.01 1.999-2.022 3-3.032.665-.657 1.297-1.351 1.988-1.981z"/><path fill="#fff" d="M17.456 1.504c.751-.435 1.48.276 2.189.477-1.001 1.01-1.999 2.022-3 3.032l-.001-.688c-.671-.003-1.342-.004-2.013 0l-.001 1.661c.343.006.687.013 1.03.023l-3.041 3.077c-.005-.915-.006-1.829.004-2.743.446-.001.891-.001 1.337-.004.004-.895.004-1.791.001-2.686a78.533 78.533 0 0 0-.686-.02l.008-.31c1.384-.623 2.788-1.197 4.173-1.818zM22.27 3.656l.409-.414.011.387-.42.027zM20.683 5.265c.447-.453.894-.909 1.342-1.361-.008 2.27-.001 4.54-.003 6.808-2.242.006-4.483 0-6.725.004.88-.895 1.767-1.783 2.649-2.677.271.123.546-.158.423-.428.537-.534 1.056-1.086 1.594-1.62.244.003.488.004.733.005l-.013-.731zM4.808 7.476c.208-.604.026-1.542.693-1.857a25.955 25.955 0 0 1 3.3-.006c.751.285.407 1.323.808 1.878.71.816.08 1.92.052 2.852-.018.419-.536.309-.8.222-.009-.318-.014-.636-.019-.954a25.71 25.71 0 0 1-3.354.001c.133.592-.111 1.329-.821.945.018-.938-.428-1.817-.24-2.769l.38-.311m.971-1.434c-.597.082-.596.783-.604 1.246 1.317-.024 2.634-.049 3.95.011.052-.472.017-1.178-.581-1.257a14.763 14.763 0 0 0-2.765 0m-.771 1.771c-.486.115-.271.922.212.738.463-.11.246-.878-.212-.738m4.102.009c-.453.125-.267.858.198.754.498-.111.285-.922-.198-.754m-3.45.522c.998.077 2.007.075 3.004.001a5.42 5.42 0 0 0-3.004-.001m.88.36c.411.354 1.011.116 1.504.181.494-.064 1.09.17 1.505-.179a27.21 27.21 0 0 0-3.009-.003m.002.433a5.265 5.265 0 0 0 3.003 0 23.327 23.327 0 0 0-3.003 0zM4.52 13.328c.386-.471 1.222-.254 1.375.323.185.449-.236.799-.497 1.104.264.277.525.559.774.85-1.051 1.053-2.08 2.128-3.151 3.161.345-.791.419-1.661.389-2.515-.6.578-.666 1.389-.731 2.165-.269-.06-.523-.17-.779-.273.297-1.481.859-3.458 2.639-3.659-.115-.368-.323-.821-.019-1.157zM13.037 16.346c-.442-.483-.386-1.537.386-1.619.868-.071 1.098 1.352.303 1.638.831-.037 1.381.707 1.924 1.228-.151.433-.304.866-.452 1.301l.595.266c.322-.544.663-1.075 1.057-1.569-.49-.394-.652-1.379.144-1.495.795-.071.862.922.477 1.407 1.492-.128 2.248 1.448 2.05 2.737a4.587 4.587 0 0 1-.633-.172c.059-.223.12-.444.181-.666a2.365 2.365 0 0 0-.894-.956c.088.657.213 1.38.703 1.869.424.351.97.495 1.462.723-.082.447-.161.9-.366 1.309a14.895 14.895 0 0 1-.163-.783c-.846-.24-1.721-.529-2.201-1.329a10.295 10.295 0 0 0-.803 2.664c-.466-.117-.951-.212-1.42-.049.056-.319.114-.638.167-.957-.933-.558-1.526-1.861-2.789-1.566.023.975-.622 1.741-.86 2.644a6.113 6.113 0 0 1-1.317-.332c.294-.097.596-.161.897-.226.223-.729.394-1.472.596-2.206l-.318-.209c.341-.591.619-1.218.772-1.886-.476.609-1.084 1.106-1.804 1.398-.075-.04-.226-.119-.303-.158.116-.481.677-.586.979-.922.706-.577.697-1.754 1.629-2.082m1.119.961a5.346 5.346 0 0 0 .628 2.51l-.24.269c.723.37 1.107 1.099 1.64 1.671-.04.237-.077.475-.1.716.406-1.13.633-2.364.79-3.562-.287.269-.513.851-.997.705-.426-.143-1.012-.162-1.247-.599.063-.435.239-.843.359-1.264a44.51 44.51 0 0 0-.834-.447zM5.432 20.708l.788-.794c.244.689.4 1.407.494 2.132.369.052.737.107 1.102.174-.495.294-1.026.517-1.556.742-.281-.749-.55-1.503-.827-2.253z"/><path fill="#0a7bc1" d="M19.963 5.991l.72-.726.013.731-.733-.005z"/><path fill="#4390c6" d="M17.946 8.039c.117-.165.259-.308.423-.428a.321.321 0 0 1-.423.428z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-living-street--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.808 0h.522C.649.212.126.864.153 1.592.152 7.665.15 13.739.154 19.812c.005.929-.021 1.859.012 2.789-.041.044-.125.13-.167.173V1.053A2.44 2.44 0 0 1 .807.001zM13.382 1.959c.834.08 1.519-.516 2.331-.566.949-.091 1.918-.127 2.861.038-1.202 1.192-2.386 2.404-3.6 3.584-1.451-.255-3.005.211-4.393-.408-.704-.271-1.068-1.283-.496-1.853.836-.886 2.181-.788 3.297-.795z"/><path fill="#fff" d="M7.2 5.497c.45-.144.939-.23 1.4-.079 1.554.451 3.12.857 4.674 1.308a65.09 65.09 0 0 0-.526.525c-1.332-.402-2.682-.74-4.017-1.133-.307-.09-.632-.181-.953-.105-2.29.598-4.552 1.309-6.854 1.857l-.013-.589c2.075-.663 4.2-1.164 6.289-1.784z"/><path fill="#fff" d="M7.074 6.649c.453-.124.931-.335 1.402-.153 1.301.384 2.619.713 3.915 1.114l-1.025 1.03c-.712.003-1.422-.002-2.133.004a29.942 29.942 0 0 0-.006 2.119c-1.013 1.044-2.056 2.059-3.078 3.095-1.316.016-2.632.014-3.947.001-.004-1.94.003-3.881-.004-5.822 1.61-.513 3.255-.911 4.876-1.388M3.749 8.641c-.001.807-.004 1.614.002 2.421 1.388.03 2.777-.005 4.165.019.133-.805.078-1.63.035-2.44H3.749zM18.333 9.793c.176-.175.353-.35.528-.526.082 1.536.228 3.07.224 4.61-.25.003-.691.218-.72-.177-.113-1.298-.038-2.606-.032-3.907zM14.907 13.754c.717-.388 1.566.493 1.222 1.205-.195.52-.896.749-1.354.421-.612-.347-.532-1.383.132-1.626zM20.044 14.53c.294-.736 1.45-.339 1.265.435l.363-.044c.118.232.258.45.418.655a8.138 8.138 0 0 0-.781-.021 47.74 47.74 0 0 1-.092-.361c-.493.488-1.44.045-1.173-.665zM12.082 16.065c.666-.21 1.288-.542 1.959-.728.554-.126.872.444 1.102.846.326.635.777 1.207 1.041 1.873.098.308-.278.342-.482.413-.314-.4-.496-.912-.881-1.249-.259.255-.465.555-.681.847.5 1.312.201 2.723.092 4.073.013.467-.769.473-.789.023-.002-.841.193-1.674.187-2.515-.127-.227-.331-.398-.5-.594-.44.191-.758.551-1.134.833-.625-.14-1.182-.526-1.731-.85-.324-.226-.055-.63.224-.754.457.227.907.465 1.356.708.151-.397.347-.778.664-1.068.398-.348.383-.912.481-1.389-.548.103-1.101.587-1.658.268.246-.25.492-.5.75-.738zM19.142 16.29c.558-.203 1.084-.868 1.712-.501.611.109 1.116.568 1.101 1.221l-.324.16a7.53 7.53 0 0 1-.505-.731 62.43 62.43 0 0 0-.288.657c.182.387.536.749.438 1.21.426-.106 1.33-.689 1.325.119-.493.208-1.008.355-1.508.541-.263-.255-.483-.548-.713-.833-.449.794-.169 1.675-.145 2.522-.172.006-.343.01-.515.011-.095-.752-.332-1.525-.048-2.263-.089-.605.366-1.176.09-1.756-.256.101-.511.207-.767.309-.279-.28-.665-.554-.615-1.001.33-.186.552.127.761.336zM16.39 19.908c.668-.25 1.396.434 1.136 1.112-.189.65-1.141.811-1.535.262-.389-.446-.143-1.19.398-1.374z"/><path fill="#03408b" d="M1.331 0H20.01c-.475.48-.95.961-1.436 1.432-.943-.166-1.912-.13-2.861-.038-.812.05-1.497.646-2.331.566-1.116.007-2.462-.09-3.297.795-.572.57-.208 1.582.496 1.853 1.388.619 2.943.153 4.393.408a63.788 63.788 0 0 1-1.7 1.711c-1.554-.451-3.12-.857-4.674-1.308-.461-.152-.949-.066-1.4.079-2.089.62-4.214 1.121-6.289 1.784l.013.589c2.302-.548 4.564-1.259 6.854-1.857.321-.075.646.015.953.105 1.335.393 2.686.731 4.017 1.133l-.357.359c-1.297-.401-2.615-.73-3.915-1.114-.47-.182-.948.029-1.402.153-1.622.477-3.267.875-4.876 1.388.007 1.94 0 3.881.004 5.822 1.316.013 2.632.015 3.947-.001-2.002 1.981-3.957 4.01-5.994 5.954C.151 13.74.153 7.666.154 1.593.126.866.65.214 1.331.001zM18.861 9.268c1.758-1.751 3.499-3.517 5.265-5.258.003 5.992 0 11.983.002 17.973.003.541-.113 1.132-.545 1.498-.509.493-1.266.447-1.92.442-5.813-.006-11.627.001-17.44-.003 2.358-2.384 4.734-4.75 7.109-7.117.556.32 1.11-.165 1.658-.268-.098.477-.083 1.041-.481 1.389-.316.29-.513.671-.664 1.068a43.613 43.613 0 0 0-1.356-.708c-.279.124-.548.528-.224.754.549.324 1.105.709 1.731.85.376-.281.695-.641 1.134-.833.169.195.373.366.5.594.006.841-.189 1.674-.187 2.515.02.449.802.444.789-.023.108-1.35.408-2.761-.092-4.073.216-.292.422-.593.681-.847.385.337.567.848.881 1.249.204-.071.58-.105.482-.413-.263-.666-.715-1.238-1.041-1.873-.23-.402-.548-.973-1.102-.846-.671.187-1.293.518-1.959.728 2.064-2.109 4.172-4.177 6.252-6.272-.006 1.301-.081 2.609.032 3.907.029.395.47.181.72.177.004-1.54-.142-3.074-.224-4.61m-3.955 4.486c-.664.243-.743 1.279-.132 1.626.458.328 1.159.1 1.354-.421.344-.713-.505-1.593-1.222-1.205m5.137.776c-.267.709.681 1.153 1.173.665l.092.361c.26-.005.52.002.781.021a4.016 4.016 0 0 1-.418-.655l-.363.044c.185-.774-.971-1.171-1.265-.435m-.902 1.759c-.209-.208-.431-.521-.761-.336-.05.447.336.721.615 1.001.256-.102.511-.208.767-.309.276.581-.179 1.151-.09 1.756-.285.738-.047 1.511.048 2.263.172-.001.343-.004.515-.011-.023-.847-.304-1.728.145-2.522.229.285.449.578.713.833.5-.186 1.015-.332 1.508-.541.004-.808-.899-.225-1.325-.119.099-.461-.256-.823-.438-1.21.095-.22.19-.439.288-.657.158.251.32.5.505.731l.324-.16c.015-.653-.491-1.112-1.101-1.221-.628-.366-1.154.298-1.712.501m-2.753 3.619c-.542.184-.787.928-.398 1.374.394.549 1.345.388 1.535-.262.26-.678-.468-1.361-1.136-1.112z"/><path fill="#03408b" d="M3.749 8.641h4.202c.042.81.098 1.635-.035 2.44-1.388-.024-2.777.011-4.165-.019-.006-.807-.003-1.614-.002-2.421zM9.233 8.644c.712-.006 1.422-.001 2.133-.004-.709.71-1.415 1.428-2.14 2.123-.02-.706-.022-1.412.006-2.119z"/><path fill="#d40303" d="M20.009 0h2.978c.542.233 1.022.695 1.094 1.304.105.897.023 1.804.046 2.706-1.766 1.741-3.508 3.507-5.265 5.258l-.528.526c-2.079 2.095-4.187 4.163-6.252 6.272-.258.238-.503.488-.75.738-2.375 2.367-4.751 4.733-7.109 7.117-.876-.018-1.754.045-2.628-.029C.893 23.83.331 23.27.167 22.601c-.033-.929-.006-1.859-.012-2.789 2.037-1.944 3.992-3.974 5.994-5.954 1.022-1.035 2.064-2.051 3.078-3.095.725-.695 1.43-1.412 2.14-2.123l1.025-1.03.357-.359c.174-.175.349-.35.526-.525a62.334 62.334 0 0 0 1.7-1.711c1.214-1.18 2.398-2.393 3.6-3.584.485-.47.961-.952 1.436-1.432z"/><path fill="#f4f2f3" opacity=".98" d="M22.987 0h.477c.311.243.573.547.749.902v22.056c-.199.445-.556.787-.962 1.043H1.047c-.466-.253-.819-.67-1.046-1.145v-.082c.041-.044.125-.13.167-.173.165.669.726 1.23 1.428 1.291.874.073 1.752.011 2.628.029 5.813.004 11.627-.003 17.44.003.654.005 1.411.051 1.92-.442.432-.366.548-.958.545-1.498-.002-5.99.001-11.982-.002-17.973-.022-.902.059-1.808-.046-2.706-.072-.61-.552-1.072-1.094-1.304z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-10--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.096 0h1.833c1.769.16 3.515.669 5.051 1.569a12.067 12.067 0 0 1 5.378 6.478c.349.983.543 2.014.642 3.051v1.829c-.16 1.758-.663 3.494-1.553 5.025-1.535 2.713-4.168 4.784-7.172 5.621-.762.224-1.55.339-2.338.428h-1.864c-1.725-.155-3.422-.647-4.933-1.499-2.633-1.467-4.681-3.953-5.593-6.829-.292-.886-.449-1.808-.547-2.734V11.07c.109-1.099.325-2.191.714-3.228a12.099 12.099 0 0 1 5.58-6.428C7.772.609 9.422.144 11.096.001m-5.698 2.68C2.896 4.438 1.159 7.24.708 10.264c-.497 3.137.401 6.457 2.408 8.918l-.041.04c.56.576 1.128 1.144 1.703 1.704l.041-.041A11.417 11.417 0 0 0 8.923 23c3.249.932 6.899.306 9.65-1.659 2.486-1.735 4.223-4.499 4.701-7.494.535-3.169-.359-6.537-2.389-9.028l.041-.04a80.426 80.426 0 0 0-1.703-1.703l-.04.041A11.468 11.468 0 0 0 14.936.96C11.71.085 8.114.729 5.399 2.682z"/><path fill="#fff" d="M12.652 6.369c1.047-.876 2.583-1.088 3.836-.558-.54.538-1.074 1.081-1.619 1.614-.833.009-1.514.746-1.558 1.56-.634.64-1.273 1.275-1.91 1.913.015-.758-.037-1.519.038-2.275.087-.873.509-1.718 1.213-2.254zM7.574 5.749c.061-.043.125-.094.205-.086a355.68 355.68 0 0 1 1.789.001c.004 2.355-.001 4.711.002 7.066-.63.63-1.258 1.261-1.89 1.889-.008-2.31 0-4.621-.004-6.932-.604.438-1.203.884-1.808 1.32a674.69 674.69 0 0 1 0-2.012c.566-.419 1.14-.827 1.706-1.246zM16.77 8.932l1.517-1.517c.284.562.39 1.196.389 1.821 0 1.89.002 3.78-.001 5.671-.002.885-.264 1.808-.895 2.453-1.031 1.094-2.73 1.47-4.125.907-.79-.323-1.513-.893-1.887-1.674-.353-.706-.38-1.513-.371-2.287a336.07 336.07 0 0 1 1.889-1.887c.011.751.002 1.502.005 2.253-.007.499.091 1.032.431 1.418.545.63 1.553.712 2.255.312.569-.326.824-1.007.81-1.637-.01-1.944.022-3.889-.017-5.833zM7.676 18.026c.63-.63 1.258-1.261 1.89-1.888.007.77.003 1.54.002 2.31-.63.002-1.26.002-1.89 0l-.001-.422z"/><path fill="#00f" d="M5.398 2.681C8.113.728 11.709.084 14.935.959a11.46 11.46 0 0 1 4.247 2.157c-.895.901-1.796 1.797-2.693 2.696-1.253-.531-2.789-.318-3.836.558-.704.536-1.125 1.381-1.213 2.254-.075.756-.022 1.516-.038 2.275L9.57 12.731c-.003-2.355.001-4.711-.002-7.066-.596-.002-1.193-.002-1.789-.001-.08-.008-.144.043-.205.086-.566.419-1.14.827-1.706 1.246a674.69 674.69 0 0 0 0 2.012c.605-.436 1.204-.882 1.808-1.32.003 2.31-.005 4.621.004 6.932a2181.134 2181.134 0 0 1-4.563 4.563C1.109 16.722.211 13.403.709 10.265c.45-3.025 2.188-5.827 4.69-7.583zM18.288 7.414c.865-.866 1.73-1.732 2.597-2.595 2.03 2.49 2.925 5.858 2.389 9.028-.478 2.995-2.215 5.759-4.701 7.494-2.751 1.965-6.401 2.591-9.65 1.659a11.457 11.457 0 0 1-4.104-2.115c.95-.955 1.904-1.905 2.857-2.858l.001.422c.63.002 1.26.002 1.89 0 .001-.77.005-1.54-.002-2.31.609-.613 1.22-1.224 1.833-1.832-.009.773.017 1.58.371 2.287.374.781 1.096 1.351 1.887 1.674 1.395.562 3.094.187 4.125-.907.631-.646.893-1.568.895-2.453.003-1.89.001-3.78.001-5.671.001-.624-.105-1.259-.389-1.821z"/><path fill="#00f" d="M13.312 8.985c.044-.814.724-1.551 1.558-1.56-.515.525-1.036 1.042-1.558 1.56zM13.287 12.419c1.158-1.166 2.322-2.325 3.484-3.487.039 1.944.007 3.889.017 5.833.014.63-.241 1.311-.81 1.637-.703.399-1.71.318-2.255-.312-.339-.386-.437-.919-.431-1.418-.003-.751.006-1.502-.005-2.253z"/><path fill="red" d="M19.182 3.116l.04-.041a80.426 80.426 0 0 1 1.703 1.703l-.041.04c-.867.863-1.732 1.73-2.597 2.595L16.77 8.93c-1.162 1.162-2.326 2.321-3.484 3.487a336.07 336.07 0 0 0-1.889 1.887 452.27 452.27 0 0 0-1.833 1.832c-.632.627-1.26 1.259-1.89 1.888-.952.953-1.906 1.903-2.857 2.858l-.041.041a88.261 88.261 0 0 1-1.703-1.704l.041-.04c1.523-1.519 3.044-3.04 4.563-4.563.632-.627 1.26-1.259 1.89-1.889l1.832-1.832c.637-.637 1.276-1.273 1.91-1.913.522-.518 1.043-1.035 1.558-1.56.545-.533 1.079-1.076 1.619-1.614.898-.899 1.798-1.795 2.693-2.696z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-100--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.097 0h1.83c1.77.159 3.516.669 5.053 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.984.543 2.015.642 3.053v1.826c-.16 1.77-.669 3.517-1.57 5.055-1.537 2.7-4.161 4.757-7.155 5.592-.763.224-1.552.34-2.34.428h-1.861c-1.725-.154-3.423-.647-4.935-1.499-2.632-1.467-4.68-3.953-5.593-6.828-.292-.886-.449-1.81-.547-2.735v-1.866C.092 10.18.24 9.29.512 8.433A12.07 12.07 0 0 1 5.64 1.795C7.275.759 9.17.162 11.095 0M8.922 1a11.433 11.433 0 0 0-6.563 4.876C.626 8.565.122 12.003 1 15.078a11.446 11.446 0 0 0 2.117 4.104l-.041.04c.56.576 1.127 1.144 1.703 1.703l.04-.041a11.441 11.441 0 0 0 4.104 2.115c3.26.936 6.925.302 9.679-1.68 2.471-1.736 4.196-4.491 4.672-7.473.535-3.169-.359-6.538-2.39-9.028l.041-.04a75.959 75.959 0 0 0-1.703-1.703l-.04.041C16.368.81 12.419-.009 8.922 1z"/><path fill="#fff" d="M8.888 7.156c.781-.639 1.867-.856 2.84-.606.948.251 1.819.936 2.135 1.886-.48.482-.96.964-1.444 1.443.003-.508-.079-1.073-.479-1.43-.62-.571-1.763-.495-2.242.222-.216.314-.279.705-.277 1.079.001 1.042-.003 2.083.002 3.125-.543.546-1.088 1.089-1.633 1.634-.002-1.43 0-2.86-.001-4.29.003-.391-.016-.785.041-1.174.086-.736.455-1.446 1.057-1.889zM4.536 6.597c.066-.064.161-.052.244-.054.481.005.962-.004 1.443.004.005 3.175-.004 6.35.004 9.524-.474.48-.953.956-1.431 1.433l-.204-.003c-.005-3.069 0-6.139-.003-9.209-.518.373-1.03.755-1.548 1.128-.002-.578-.002-1.155 0-1.733.495-.369.998-.725 1.495-1.091zM17.446 8.272c.548-.586 1.132-1.139 1.695-1.711.6.18 1.154.522 1.57.992.48.549.674 1.293.677 2.01.002 1.609 0 3.218.001 4.828.002.535-.085 1.08-.328 1.561-.324.654-.937 1.125-1.601 1.4-1.282.523-2.868.111-3.723-.979-.468-.597-.613-1.38-.592-2.123-.001-1.229.004-2.459-.003-3.688.618-.614 1.22-1.245 1.855-1.84a2.168 2.168 0 0 0-.224.938c-.002 1.575-.002 3.15 0 4.726-.005.543.225 1.128.727 1.391.606.31 1.45.232 1.904-.308.277-.321.359-.759.36-1.172V9.749c.001-.424-.084-.875-.374-1.201-.472-.55-1.328-.593-1.944-.277zM12.414 13.288c.54-.54 1.077-1.082 1.62-1.618.009.907.002 1.813.004 2.72.002.571-.097 1.155-.378 1.658-.306.557-.827.966-1.393 1.237-1.1.513-2.476.335-3.412-.439l1.152-1.152c.412.278.95.326 1.42.188.473-.14.83-.562.927-1.04.103-.512.044-1.037.059-1.555z"/><path fill="#00f" d="M8.922 1c3.497-1.009 7.446-.19 10.26 2.116-1.77 1.776-3.545 3.548-5.318 5.32-.316-.95-1.187-1.635-2.135-1.886-.973-.25-2.059-.033-2.84.606-.601.443-.971 1.153-1.057 1.889-.057.389-.038.782-.041 1.174 0 1.43-.001 2.859.001 4.29-.521.521-1.041 1.044-1.565 1.562-.008-3.174 0-6.349-.004-9.524-.481-.008-.962.001-1.443-.004-.083.002-.179-.01-.244.054-.497.366-1.001.721-1.495 1.091-.002.578-.002 1.155 0 1.733.518-.373 1.03-.755 1.548-1.128.003 3.069-.002 6.139.003 9.209l.204.003c-.56.559-1.118 1.121-1.68 1.678a11.438 11.438 0 0 1-2.117-4.104C.121 12.004.625 8.566 2.358 5.877c1.49-2.358 3.873-4.136 6.563-4.876zM19.141 6.561c.581-.581 1.161-1.163 1.743-1.742 2.031 2.49 2.925 5.858 2.39 9.028-.476 2.983-2.201 5.737-4.672 7.473-2.754 1.982-6.419 2.616-9.679 1.68a11.441 11.441 0 0 1-4.104-2.115c1.344-1.348 2.691-2.692 4.037-4.038a3.283 3.283 0 0 0 3.412.439c.565-.27 1.087-.68 1.393-1.237.281-.503.381-1.087.378-1.658-.002-.907.006-1.813-.004-2.72.366-.373.736-.741 1.107-1.108.007 1.229.001 2.459.003 3.688-.02.742.125 1.525.592 2.122.855 1.09 2.441 1.502 3.723.979.664-.275 1.276-.746 1.601-1.4.243-.481.33-1.027.328-1.561 0-1.609.001-3.218-.001-4.828-.003-.717-.197-1.461-.677-2.01a3.399 3.399 0 0 0-1.57-.992z"/><path fill="#00f" d="M9.699 8.67c.48-.717 1.623-.794 2.242-.222.4.357.482.922.479 1.43-.997 1.001-1.996 1.999-2.995 2.996-.005-1.042-.001-2.084-.002-3.125-.003-.374.06-.765.277-1.079zM17.446 8.272c.617-.317 1.472-.274 1.944.277.29.326.375.777.374 1.201v4.548c-.001.413-.083.851-.36 1.172-.453.54-1.297.618-1.904.308-.501-.263-.732-.848-.727-1.391-.003-1.575-.002-3.15 0-4.726a2.154 2.154 0 0 1 .224-.938c.141-.159.29-.309.449-.45zM10.008 15.694c.802-.803 1.604-1.605 2.407-2.406-.015.518.044 1.043-.059 1.555-.097.478-.455.9-.927 1.04-.471.137-1.008.09-1.42-.188z"/><path fill="red" d="M19.182 3.116l.04-.041a78.129 78.129 0 0 1 1.703 1.703l-.041.04c-.582.579-1.163 1.161-1.743 1.742-.563.572-1.147 1.125-1.695 1.711a5.296 5.296 0 0 0-.449.45c-.635.596-1.237 1.227-1.855 1.84-.371.367-.742.735-1.107 1.108-.544.535-1.081 1.078-1.62 1.618-.803.801-1.605 1.604-2.407 2.406-.385.383-.768.767-1.152 1.152-1.346 1.346-2.693 2.69-4.037 4.038l-.04.041a82.863 82.863 0 0 1-1.703-1.703l.041-.04c.563-.557 1.12-1.118 1.68-1.678.477-.478.956-.953 1.431-1.433.524-.518 1.043-1.041 1.565-1.562a628.93 628.93 0 0 0 1.633-1.634c.999-.998 1.999-1.995 2.995-2.996.483-.479.963-.961 1.444-1.443 1.774-1.772 3.548-3.544 5.318-5.32z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-110--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.096 0h1.833c1.769.16 3.515.669 5.051 1.569a12.07 12.07 0 0 1 5.366 6.442c.356.994.555 2.037.654 3.086v1.83c-.161 1.769-.67 3.516-1.57 5.053-1.537 2.7-4.161 4.757-7.155 5.592-.763.224-1.55.339-2.338.428h-1.866c-1.724-.155-3.421-.647-4.932-1.499-2.633-1.467-4.68-3.953-5.593-6.829-.292-.885-.449-1.808-.547-2.733V11.07c.095-.916.25-1.829.535-2.707A12.07 12.07 0 0 1 5.64 1.795C7.275.76 9.17.162 11.094 0M8.28 1.2a11.44 11.44 0 0 0-5.921 4.675C.626 8.564.122 12.002 1 15.077a11.417 11.417 0 0 0 2.117 4.103l-.041.04a78.22 78.22 0 0 0 1.704 1.704l.04-.041a11.421 11.421 0 0 0 4.103 2.115c3.261.936 6.925.302 9.679-1.68 2.471-1.736 4.196-4.491 4.672-7.473.535-3.169-.359-6.538-2.39-9.028l.041-.04a76.048 76.048 0 0 0-1.704-1.704l-.039.041A11.421 11.421 0 0 0 8.279 1.199z"/><path fill="#fff" d="M5.558 6.639c.062-.043.123-.104.206-.095.513 0 1.027-.003 1.541.002.005 2.814-.004 5.628.004 8.443-.542.547-1.089 1.091-1.635 1.636-.006-2.777.001-5.555-.003-8.332-.518.373-1.029.755-1.548 1.127-.002-.578-.002-1.156 0-1.733.473-.355.959-.694 1.434-1.048zM9.308 7.688c.522-.382 1.041-.769 1.572-1.137.535-.017 1.073-.002 1.609-.007.012 1.085-.005 2.17.008 3.255-.543.548-1.088 1.094-1.636 1.636-.01-1.048 0-2.095-.005-3.143-.519.37-1.028.756-1.548 1.125a199.99 199.99 0 0 1 0-1.732zM17.589 8.114c.408-.411.818-.819 1.228-1.229.392.248.765.546 1.016.941.362.552.483 1.226.473 1.877v4.688c.002.523-.081 1.055-.311 1.529-.354.735-1.063 1.252-1.823 1.506-1.283.422-2.808-.055-3.594-1.159-.352-.505-.497-1.126-.511-1.734-.006-.963.005-1.926-.005-2.889.54-.541 1.079-1.085 1.624-1.621.013 1.331.002 2.662.006 3.994-.008.435-.001.899.232 1.283.503.863 1.936.885 2.486.059.232-.336.279-.756.275-1.154-.007-1.559.011-3.118-.009-4.677-.007-.643-.442-1.269-1.084-1.413zM10.859 14.843l1.636-1.636c-.008 1.432.006 2.864-.007 4.295-.543.001-1.086.003-1.629-.001a392.5 392.5 0 0 1 0-2.658z"/><path fill="#00f" d="M8.28 1.2a11.426 11.426 0 0 1 10.903 1.915c-2.225 2.231-4.455 4.456-6.684 6.684-.013-1.085.004-2.17-.008-3.255-.536.004-1.074-.01-1.609.007-.531.368-1.05.755-1.572 1.137a199.99 199.99 0 0 0 0 1.732c.52-.37 1.029-.755 1.548-1.125.005 1.047-.005 2.095.005 3.143-1.181 1.187-2.366 2.37-3.552 3.553-.008-2.814 0-5.629-.004-8.443-.514-.005-1.028-.002-1.541-.002-.083-.008-.144.052-.206.095-.475.353-.96.692-1.434 1.048-.002.577-.002 1.155 0 1.733.518-.373 1.029-.755 1.548-1.127.004 2.777-.003 5.554.003 8.332-.852.853-1.703 1.707-2.558 2.557a11.426 11.426 0 0 1-.758-13.305 11.436 11.436 0 0 1 5.921-4.675zM18.817 6.885c.689-.689 1.377-1.379 2.067-2.066 2.031 2.49 2.925 5.858 2.39 9.028-.476 2.983-2.201 5.737-4.672 7.473-2.754 1.982-6.419 2.616-9.679 1.68a11.421 11.421 0 0 1-4.103-2.115c2.011-2.015 4.026-4.027 6.039-6.04-.002.886-.003 1.772 0 2.658.543.004 1.086.002 1.629.001.012-1.432-.001-2.864.007-4.295a576.92 576.92 0 0 1 1.565-1.564c.01.963 0 1.926.005 2.889.014.608.16 1.23.511 1.734.786 1.104 2.311 1.582 3.594 1.159.761-.254 1.469-.772 1.823-1.506.231-.473.313-1.006.311-1.529V9.704c.01-.651-.111-1.325-.473-1.877-.251-.396-.624-.694-1.016-.941z"/><path fill="#00f" d="M15.684 10.022c.631-.64 1.269-1.273 1.905-1.908.643.143 1.077.77 1.084 1.413.02 1.559.002 3.118.009 4.677.005.398-.043.818-.275 1.154-.549.826-1.982.804-2.486-.059-.233-.384-.24-.847-.232-1.283-.004-1.331.008-2.663-.006-3.994z"/><path fill="red" d="M19.182 3.116l.039-.041a76.048 76.048 0 0 1 1.704 1.704l-.041.04c-.69.687-1.378 1.377-2.067 2.066-.41.409-.82.818-1.228 1.229-.636.636-1.274 1.268-1.905 1.908-.545.536-1.083 1.08-1.624 1.621-.523.52-1.044 1.043-1.565 1.564-.546.545-1.092 1.09-1.636 1.636-2.013 2.013-4.028 4.025-6.039 6.04l-.04.041a78.22 78.22 0 0 1-1.704-1.704l.041-.04c.855-.849 1.706-1.704 2.558-2.557.546-.545 1.092-1.088 1.635-1.636a1189.85 1189.85 0 0 0 3.552-3.553c.548-.543 1.094-1.088 1.636-1.636 2.228-2.228 4.459-4.453 6.684-6.684z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-120--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.102 0h1.815c1.773.156 3.523.668 5.063 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.985.545 2.019.642 3.058v1.809c-.157 1.774-.668 3.525-1.57 5.066-1.537 2.7-4.162 4.758-7.155 5.593-.766.224-1.557.341-2.348.428h-1.841c-1.729-.151-3.431-.646-4.945-1.499-2.632-1.467-4.68-3.953-5.593-6.828-.292-.889-.451-1.815-.547-2.745v-1.846c.097-.982.274-1.96.593-2.895a12.068 12.068 0 0 1 5.048-6.391C7.279.76 9.176.161 11.103.001M5.398 2.68C2.869 4.456 1.122 7.299.694 10.361c-.465 3.108.435 6.384 2.422 8.82l-.043.04c.562.576 1.131 1.144 1.705 1.706l.042-.043a11.417 11.417 0 0 0 4.104 2.115c3.26.935 6.924.301 9.678-1.68 2.471-1.736 4.196-4.49 4.672-7.473.535-3.169-.358-6.537-2.389-9.027l.043-.041a101.514 101.514 0 0 0-1.705-1.705l-.041.042A11.45 11.45 0 0 0 14.934.958C11.708.083 8.112.728 5.398 2.68z"/><path fill="#fff" d="M10.01 6.54c.885-.21 1.873-.063 2.619.471.521.373.937.897 1.161 1.5-.493.491-.983.986-1.478 1.475.144-.638-.114-1.35-.666-1.71-.51-.306-1.207-.259-1.681.098-.41.289-.606.787-.638 1.273-.541 0-1.082.005-1.623-.002-.049-1.4.95-2.754 2.307-3.104zM3.04 7.688c.519-.38 1.037-.765 1.565-1.133.537-.027 1.078-.003 1.617-.011.006 3.177-.001 6.354.003 9.531-.475.477-.952.953-1.428 1.429l-.206-.001c-.004-3.07 0-6.14-.002-9.21-.518.374-1.031.756-1.549 1.13V7.689zM17.44 8.276c.552-.585 1.135-1.14 1.7-1.714a3.408 3.408 0 0 1 1.572.991c.48.549.674 1.293.676 2.01.002 1.609 0 3.218.001 4.828.002.535-.085 1.08-.328 1.561-.324.654-.937 1.125-1.601 1.4-1.282.523-2.868.111-3.723-.979-.468-.597-.613-1.38-.593-2.123 0-1.23.003-2.46-.002-3.69.621-.614 1.224-1.245 1.859-1.844a2.13 2.13 0 0 0-.227.946c-.001 1.587-.004 3.173.001 4.76.001.532.236 1.098.725 1.355.606.311 1.451.233 1.904-.307.277-.322.359-.759.36-1.172V9.749c.001-.424-.084-.875-.375-1.2-.473-.552-1.333-.595-1.95-.273zM8.218 17.483c.544-.542 1.083-1.089 1.631-1.627 1.373.016 2.747-.001 4.12.009.004.539.003 1.078.001 1.617-1.917.003-3.834.002-5.752 0z"/><path fill="#00f" d="M5.398 2.68C8.112.728 11.708.084 14.934.958a11.434 11.434 0 0 1 4.248 2.157c-1.794 1.802-3.595 3.596-5.392 5.395a3.257 3.257 0 0 0-1.161-1.5c-.747-.534-1.734-.681-2.619-.471-1.357.349-2.356 1.704-2.307 3.104.541.007 1.082.003 1.623.002.032-.487.228-.984.637-1.273.474-.356 1.171-.404 1.681-.098.552.36.81 1.072.666 1.71-2.026 2.032-4.057 4.06-6.087 6.089-.004-3.177.002-6.354-.003-9.531-.539.008-1.08-.015-1.617.011-.528.368-1.045.753-1.565 1.133V9.42c.518-.375 1.031-.757 1.549-1.13.003 3.07-.002 6.14.002 9.21l.206.001c-.561.559-1.117 1.122-1.681 1.678-1.987-2.435-2.888-5.711-2.422-8.82.428-3.062 2.175-5.905 4.704-7.681zM19.14 6.562c.582-.58 1.161-1.164 1.745-1.742 2.031 2.49 2.924 5.858 2.389 9.027-.476 2.983-2.201 5.737-4.672 7.473-2.753 1.981-6.418 2.615-9.678 1.68a11.417 11.417 0 0 1-4.104-2.115c1.13-1.136 2.265-2.267 3.398-3.401 1.918.001 3.835.002 5.752 0 .002-.539.003-1.078-.001-1.617-1.373-.01-2.747.008-4.12-.009 1.76-1.77 3.528-3.532 5.293-5.297.005 1.23.001 2.46.002 3.69-.02.742.125 1.525.593 2.122.855 1.09 2.441 1.502 3.723.979.664-.274 1.276-.746 1.601-1.4.243-.481.33-1.027.328-1.561 0-1.609.001-3.218-.001-4.828-.003-.717-.197-1.46-.676-2.01a3.395 3.395 0 0 0-1.572-.991z"/><path fill="#00f" d="M17.44 8.276c.617-.322 1.477-.279 1.95.273.291.325.376.776.375 1.2v4.549c-.001.413-.083.85-.36 1.172-.453.541-1.298.619-1.904.307-.489-.257-.723-.824-.725-1.355-.006-1.587-.003-3.173-.001-4.76a2.13 2.13 0 0 1 .227-.946c.139-.154.285-.301.439-.44z"/><path fill="red" d="M19.182 3.115l.041-.042c.574.562 1.144 1.13 1.705 1.705l-.043.041c-.585.578-1.163 1.162-1.745 1.742-.564.573-1.148 1.129-1.7 1.714-.154.139-.3.286-.439.44-.634.599-1.238 1.23-1.859 1.844-1.765 1.765-3.533 3.527-5.293 5.297-.548.537-1.087 1.085-1.631 1.627-1.133 1.133-2.268 2.265-3.398 3.401l-.042.043a114.269 114.269 0 0 1-1.705-1.706l.043-.04c.564-.555 1.12-1.119 1.681-1.678.476-.476.953-.952 1.428-1.429 2.03-2.029 4.061-4.056 6.087-6.089.495-.489.985-.984 1.478-1.475 1.797-1.799 3.598-3.593 5.392-5.395z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-130--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.099 0h1.823c1.771.158 3.519.668 5.058 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.984.544 2.017.642 3.055v1.819c-.159 1.772-.669 3.521-1.57 5.06-1.537 2.7-4.162 4.757-7.155 5.592-.764.224-1.554.34-2.343.428h-1.853c-2.923-.234-5.747-1.556-7.764-3.69C1.399 18.331.226 15.675 0 12.933v-1.858c.107-1.101.324-2.196.714-3.234.954-2.607 2.849-4.848 5.247-6.242C7.524.683 9.297.151 11.099 0M8.244 1.213a11.437 11.437 0 0 0-5.885 4.663C.626 8.565.122 12.002 1 15.078a11.43 11.43 0 0 0 2.117 4.104l-.043.04c.562.575 1.13 1.143 1.705 1.705l.041-.042A11.417 11.417 0 0 0 8.924 23c3.26.936 6.925.301 9.678-1.68 2.471-1.736 4.196-4.491 4.672-7.473.535-3.169-.359-6.537-2.389-9.027l.042-.04a97.888 97.888 0 0 0-1.704-1.706l-.04.042A11.41 11.41 0 0 0 8.244 1.213z"/><path fill="#fff" d="M7.475 9.389c.079-1.539 1.453-2.966 3.026-2.938.746-.014 1.513.208 2.084.702.468.41.836.942 1.028 1.535-.545.54-1.078 1.092-1.632 1.622.194-.485.198-1.072-.097-1.518-.403-.65-1.32-.924-1.995-.543-.445.213-.712.668-.796 1.14-.539.003-1.078.004-1.617 0zM4.536 6.596c.066-.065.16-.051.244-.054.481.004.961-.001 1.442.002.006 3.176-.002 6.352.004 9.528-.474.479-.953.954-1.43 1.431a13.874 13.874 0 0 0-.204-.002c-.005-3.07 0-6.139-.003-9.209-.519.372-1.03.755-1.549 1.128-.001-.578-.002-1.155 0-1.733.493-.37.998-.726 1.495-1.092zM17.443 8.274c.55-.585 1.133-1.14 1.697-1.712a3.41 3.41 0 0 1 1.571.992c.479.549.674 1.292.676 2.01.002 1.609 0 3.218.001 4.828.002.535-.085 1.08-.328 1.561-.318.643-.917 1.108-1.567 1.386-1.287.542-2.894.135-3.757-.966-.467-.597-.612-1.38-.592-2.123-.002-1.229.004-2.459-.003-3.688.619-.614 1.222-1.246 1.858-1.843a2.125 2.125 0 0 0-.226.942c-.001 1.587-.004 3.175.002 4.762 0 .544.249 1.123.757 1.372.593.284 1.4.211 1.85-.3.293-.322.381-.773.382-1.196V9.75c.001-.424-.084-.875-.375-1.2-.473-.551-1.33-.595-1.947-.275zM9.904 11.139c.473-.001.96.023 1.407-.162-.458.486-.941.947-1.41 1.422.003-.42-.003-.84.003-1.26zM12.129 13.573l1.141-1.141c.681.879.744 2.111.369 3.13-.413 1.106-1.512 1.886-2.677 1.992a3.237 3.237 0 0 1-2.255-.559l1.177-1.177c.595.244 1.334.173 1.819-.27.565-.472.643-1.311.427-1.976zM7.426 14.728l.145-.002a1.279 1.279 0 0 1-.142.143l-.003-.141z"/><path fill="#00f" d="M8.244 1.213a11.41 11.41 0 0 1 10.939 1.903c-1.853 1.86-3.713 3.715-5.569 5.572a3.506 3.506 0 0 0-1.028-1.535c-.57-.494-1.337-.716-2.084-.702-1.573-.028-2.947 1.399-3.026 2.938.539.004 1.078.003 1.617 0 .084-.473.352-.928.796-1.14.676-.381 1.592-.107 1.995.543.294.446.29 1.034.097 1.518-.215.231-.437.455-.67.668-.447.185-.934.161-1.407.162-.006.42 0 .84-.003 1.26-.777.776-1.55 1.555-2.33 2.327l-.145.002.003.141c-.399.403-.801.804-1.203 1.203-.007-3.176.002-6.352-.004-9.528-.48-.003-.961.001-1.442-.002-.084.003-.179-.011-.244.054-.496.366-1.002.721-1.495 1.092a199.99 199.99 0 0 0 0 1.732c.519-.373 1.03-.756 1.549-1.128.003 3.07-.002 6.139.003 9.209.068 0 .136 0 .204.002-.56.559-1.117 1.122-1.68 1.678A11.422 11.422 0 0 1 1 15.078C.122 12.003.626 8.566 2.359 5.876a11.437 11.437 0 0 1 5.885-4.663zM19.14 6.562c.582-.581 1.161-1.164 1.745-1.742 2.031 2.49 2.924 5.858 2.389 9.027-.476 2.983-2.201 5.737-4.672 7.473-2.753 1.981-6.418 2.616-9.678 1.68a11.441 11.441 0 0 1-4.104-2.115c1.293-1.299 2.591-2.593 3.887-3.889.649.46 1.467.656 2.255.559 1.165-.106 2.265-.886 2.677-1.992.375-1.019.312-2.251-.369-3.13.624-.623 1.245-1.249 1.872-1.87.007 1.229.001 2.459.003 3.688-.02.743.125 1.526.592 2.123.863 1.1 2.47 1.508 3.757.966.65-.278 1.249-.743 1.567-1.386.243-.481.33-1.027.328-1.561 0-1.609.001-3.218-.001-4.828-.002-.717-.197-1.46-.676-2.01a3.41 3.41 0 0 0-1.571-.992z"/><path fill="#00f" d="M17.443 8.274c.616-.32 1.474-.276 1.947.275.291.325.376.776.375 1.2v4.549c-.001.423-.089.874-.382 1.196-.45.511-1.257.584-1.85.3-.508-.249-.757-.828-.757-1.372-.006-1.587-.003-3.174-.002-4.762A2.142 2.142 0 0 1 17 8.718c.139-.158.287-.306.443-.445zM9.884 15.818l2.246-2.246c.216.665.139 1.504-.427 1.976-.486.442-1.224.513-1.819.27z"/><path fill="red" d="M19.182 3.115l.04-.042c.575.562 1.144 1.13 1.704 1.706l-.042.04c-.584.578-1.163 1.162-1.745 1.742-.563.573-1.147 1.127-1.697 1.712-.157.14-.305.288-.443.445-.636.597-1.238 1.229-1.858 1.843-.626.621-1.248 1.246-1.872 1.87l-1.141 1.141a2378.008 2378.008 0 0 0-3.423 3.423c-1.296 1.296-2.594 2.59-3.887 3.889l-.041.042c-.575-.562-1.144-1.13-1.705-1.705l.043-.04c.563-.556 1.12-1.118 1.68-1.678.477-.477.955-.952 1.43-1.431.403-.399.804-.801 1.203-1.203a1.37 1.37 0 0 0 .142-.143c.78-.772 1.553-1.551 2.33-2.327.469-.475.952-.936 1.41-1.422.233-.213.455-.437.67-.668.554-.53 1.087-1.082 1.632-1.622 1.856-1.857 3.716-3.711 5.569-5.572z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.093 0h1.841c1.755.161 3.489.663 5.017 1.552a12.067 12.067 0 0 1 5.407 6.494c.349.982.542 2.013.642 3.048v1.838c-.163 1.767-.67 3.512-1.57 5.048-1.537 2.7-4.161 4.757-7.155 5.592-.761.224-1.548.338-2.334.428h-1.874c-2.918-.239-5.737-1.558-7.752-3.69C1.4 18.334.229 15.681 0 12.943v-1.879c.093-.878.237-1.753.503-2.596.835-2.747 2.7-5.16 5.139-6.673C7.276.76 9.17.163 11.094 0M8.349 1.177A11.438 11.438 0 0 0 .7 10.314c-.48 3.122.419 6.42 2.416 8.867l-.04.038a58.32 58.32 0 0 0 1.705 1.705l.038-.04a11.397 11.397 0 0 0 4.103 2.115c3.26.936 6.926.302 9.679-1.68 2.462-1.73 4.184-4.47 4.666-7.44.546-3.178-.345-6.562-2.384-9.06l.039-.037a54.79 54.79 0 0 0-1.704-1.705l-.038.039C16.213.677 11.977-.085 8.348 1.177z"/><path fill="#fff" d="M13.543 6.7a3.837 3.837 0 0 1 3.212-1.155c-1.365 1.366-2.729 2.732-4.096 4.095-.062-1.038.135-2.168.884-2.94zM6.936 5.622a4.149 4.149 0 0 1 1.519.031c1.446.296 2.633 1.571 2.821 3.035.1.768-.003 1.576-.374 2.263-.294.558-.772.99-1.107 1.518-.334.383-.703.733-1.06 1.094-1.571 1.569-3.138 3.143-4.713 4.709-.01-.498-.001-.996-.005-1.493-.015-.142.116-.234.188-.339 1.617-2.025 3.24-4.043 4.85-6.074.599-.743.466-1.913-.251-2.531-.673-.585-1.798-.478-2.393.17-.334.339-.479.817-.513 1.282-.626.004-1.252.004-1.878 0-.067-1.708 1.227-3.363 2.916-3.666zM17.663 8.04c.451-.453.904-.905 1.356-1.356.63.649.901 1.568.904 2.458.002 1.906.001 3.812 0 5.718.002.831-.21 1.695-.755 2.342-.713.835-1.801 1.343-2.903 1.323a3.776 3.776 0 0 1-2.857-1.32c-.513-.61-.733-1.417-.751-2.202-.008-.65.001-1.3-.005-1.95.627-.628 1.252-1.257 1.882-1.881.009 1.089.001 2.178.004 3.267-.009.46.008.943.231 1.357.532 1.047 2.193 1.139 2.892.225.287-.367.378-.845.378-1.301V9.328c.003-.453-.1-.92-.376-1.288zM7.278 18.428c.624-.631 1.253-1.257 1.881-1.883.718.013 1.435-.002 2.153.008.005.626.004 1.252 0 1.877-1.344.003-2.69.006-4.034-.001z"/><path fill="#00f" d="M8.349 1.177c3.629-1.261 7.865-.5 10.832 1.939-.806.813-1.617 1.62-2.426 2.429A3.836 3.836 0 0 0 13.543 6.7c-.749.772-.946 1.902-.884 2.94-.958.939-1.877 1.924-2.863 2.83.336-.529.813-.96 1.107-1.518.371-.687.474-1.495.374-2.263-.188-1.464-1.376-2.739-2.821-3.035a4.128 4.128 0 0 0-1.519-.031c-1.689.303-2.983 1.958-2.916 3.666.626.004 1.252.004 1.878 0 .034-.465.179-.943.513-1.282.595-.648 1.72-.756 2.393-.17.717.618.849 1.788.251 2.531-1.609 2.03-3.233 4.049-4.85 6.074-.072.105-.203.197-.188.339.004.498-.005.996.005 1.493-.3.306-.601.608-.907.907C1.118 16.734.219 13.436.7 10.314a11.438 11.438 0 0 1 7.649-9.137zM19.019 6.683c.622-.622 1.242-1.245 1.866-1.864 2.039 2.498 2.93 5.881 2.384 9.06-.482 2.97-2.205 5.711-4.666 7.44-2.753 1.982-6.419 2.616-9.679 1.68a11.421 11.421 0 0 1-4.103-2.115c.817-.821 1.635-1.641 2.458-2.456 1.344.008 2.69.004 4.034.001.004-.626.005-1.252 0-1.877-.717-.009-1.435.005-2.152-.008 1.163-1.166 2.328-2.33 3.493-3.493.007.65-.003 1.3.005 1.95.018.786.239 1.592.751 2.202a3.776 3.776 0 0 0 2.857 1.32c1.102.02 2.19-.488 2.903-1.323.545-.646.757-1.511.755-2.342 0-1.906.002-3.812 0-5.718-.003-.889-.274-1.808-.904-2.458z"/><path fill="#00f" d="M14.535 11.17c1.039-1.047 2.085-2.087 3.128-3.131.276.368.379.835.376 1.288v5.392c0 .456-.091.934-.378 1.301-.699.914-2.361.822-2.892-.225-.223-.414-.24-.898-.231-1.357-.002-1.089.005-2.178-.004-3.267z"/><path fill="red" d="M19.181 3.116l.038-.039a54.79 54.79 0 0 1 1.704 1.705l-.039.037c-.624.619-1.244 1.243-1.866 1.864-.452.451-.905.903-1.356 1.356-1.043 1.043-2.089 2.084-3.128 3.131-.63.623-1.256 1.253-1.883 1.881-1.165 1.163-2.33 2.327-3.493 3.493-.628.627-1.257 1.253-1.881 1.883-.823.815-1.641 1.635-2.458 2.456l-.038.04a55.94 55.94 0 0 1-1.705-1.705l.04-.038c.305-.3.607-.602.907-.907 1.575-1.566 3.142-3.14 4.713-4.709.357-.361.726-.711 1.06-1.094.986-.907 1.905-1.891 2.863-2.83 1.367-1.364 2.731-2.73 4.096-4.095.81-.809 1.62-1.616 2.426-2.429z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.097 0h1.83c1.77.159 3.517.669 5.054 1.569a12.067 12.067 0 0 1 5.449 6.688c.308.919.477 1.878.57 2.842v1.826c-.159 1.758-.662 3.495-1.553 5.026a12.075 12.075 0 0 1-6.528 5.421c-.962.339-1.971.524-2.983.629h-1.861c-2.555-.214-5.045-1.233-6.968-2.936C1.74 19.033.252 16.044.001 12.939v-1.866C.12 9.841.385 8.616.86 7.47a12.112 12.112 0 0 1 5.044-5.835C7.479.699 9.274.155 11.097.001m-.312.641a11.381 11.381 0 0 0-6.253 2.719A11.425 11.425 0 0 0 .731 10.12c-.546 3.178.345 6.562 2.385 9.06l-.042.039c.56.577 1.129 1.147 1.706 1.706l.04-.042a11.405 11.405 0 0 0 4.103 2.115c3.26.936 6.925.302 9.678-1.68 2.461-1.729 4.184-4.47 4.666-7.44.547-3.178-.345-6.562-2.384-9.06l.041-.039a76.227 76.227 0 0 0-1.705-1.707l-.039.042A11.428 11.428 0 0 0 10.783.64z"/><path fill="#fff" d="M4.021 9.288C3.94 7.436 5.488 5.647 7.36 5.575c1.11-.084 2.253.338 2.993 1.18 1.187 1.232 1.288 3.337.235 4.682-.26.353-.568.672-.802 1.042-.338.389-.713.742-1.075 1.109-1.564 1.562-3.124 3.128-4.691 4.688-.006-.515-.003-1.029-.002-1.544-.008-.066.05-.112.082-.161 1.55-1.935 3.097-3.874 4.646-5.811.217-.274.455-.541.577-.874a1.878 1.878 0 0 0-.336-1.858c-.593-.758-1.838-.743-2.505-.093-.379.343-.55.854-.585 1.352-.625.006-1.252.005-1.877 0zM12.875 5.665a523.06 523.06 0 0 1 3.758 0 2218.557 2218.557 0 0 1-3.758 3.757 470.504 470.504 0 0 1 0-3.757zM18.158 7.545c.508-.51 1.017-1.02 1.528-1.528.005.509.005 1.019.001 1.528-.51.004-1.019.002-1.529 0zM16 9.705c.692-.113 1.43-.058 2.06.268 1.029.48 1.716 1.562 1.811 2.682a12.96 12.96 0 0 1-.014 2.853c-.175 1.409-1.324 2.593-2.683 2.93-1.242.272-2.582-.132-3.534-.956-.638-.594-.923-1.471-1.006-2.32.625-.005 1.25-.008 1.875.001.103.45.303.908.697 1.177.506.341 1.165.358 1.744.231.423-.085.806-.403.885-.84.255-1.14.384-2.404-.124-3.495-.294-.618-1.069-.74-1.682-.684-.621.053-1.111.514-1.398 1.039-.506.002-1.012.006-1.517-.003.958-.965 1.92-1.926 2.884-2.884zM7.276 18.429c.624-.631 1.253-1.257 1.883-1.884.717.011 1.435-.003 2.153.008.006.625.005 1.251 0 1.876a603.01 603.01 0 0 1-4.035 0z"/><path fill="#00f" d="M10.785.642a11.429 11.429 0 0 1 8.397 2.474c-.846.853-1.697 1.702-2.549 2.55a523.06 523.06 0 0 0-3.758 0 470.504 470.504 0 0 0 0 3.757c-.961.97-1.932 1.931-2.895 2.9-.06.057-.114.124-.193.157.233-.37.542-.689.802-1.042 1.053-1.345.952-3.45-.235-4.682-.74-.841-1.883-1.264-2.993-1.18-1.872.073-3.42 1.862-3.339 3.713.625.005 1.252.005 1.877 0 .035-.498.206-1.009.585-1.352.667-.651 1.913-.665 2.505.093.435.503.569 1.234.336 1.858-.122.333-.36.6-.577.874-1.549 1.936-3.096 3.875-4.646 5.811-.032.05-.09.095-.082.161 0 .514-.003 1.029.002 1.544-.3.304-.6.607-.906.905-2.04-2.498-2.931-5.882-2.385-9.06a11.417 11.417 0 0 1 3.801-6.759A11.374 11.374 0 0 1 10.785.645zM19.686 6.017c.398-.4.796-.802 1.199-1.197 2.039 2.498 2.93 5.881 2.384 9.06-.482 2.97-2.205 5.71-4.666 7.44-2.753 1.982-6.418 2.616-9.678 1.68a11.405 11.405 0 0 1-4.103-2.115c.816-.821 1.634-1.64 2.455-2.455 1.345.004 2.69.005 4.035 0 .005-.625.006-1.251 0-1.876-.717-.011-1.435.004-2.152-.008 1.318-1.32 2.635-2.641 3.958-3.956.505.008 1.011.005 1.517.003.286-.525.777-.986 1.398-1.039.613-.056 1.387.066 1.682.684.508 1.091.378 2.355.124 3.495-.079.437-.462.755-.885.84-.579.127-1.238.11-1.744-.231-.394-.269-.594-.727-.697-1.177a90.147 90.147 0 0 0-1.875-.001c.082.848.367 1.725 1.006 2.32.952.824 2.292 1.228 3.534.956 1.358-.337 2.508-1.522 2.683-2.93a13.02 13.02 0 0 0 .014-2.853c-.095-1.12-.782-2.202-1.811-2.682-.63-.326-1.368-.381-2.06-.268.716-.723 1.437-1.441 2.158-2.16.51.002 1.019.004 1.529 0 .004-.509.004-1.019-.001-1.528z"/><path fill="red" d="M19.181 3.116l.039-.042c.577.56 1.147 1.128 1.705 1.707l-.041.039c-.403.396-.801.797-1.199 1.197-.51.508-1.02 1.017-1.528 1.528-.72.719-1.442 1.437-2.158 2.16-.965.959-1.927 1.92-2.884 2.884-1.323 1.315-2.64 2.636-3.958 3.956-.629.627-1.258 1.253-1.882 1.884-.821.816-1.64 1.634-2.455 2.455l-.04.042a76.227 76.227 0 0 1-1.706-1.706l.042-.039c.306-.298.606-.601.906-.905 1.567-1.56 3.127-3.126 4.691-4.688.362-.367.737-.72 1.075-1.109.078-.033.133-.099.193-.157.963-.969 1.933-1.93 2.895-2.9 1.255-1.251 2.506-2.503 3.758-3.757.852-.848 1.703-1.696 2.549-2.55z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.103 0h1.812c1.774.156 3.524.668 5.065 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.986.545 2.019.642 3.059v1.807c-.157 1.775-.668 3.526-1.57 5.067-1.537 2.7-4.161 4.757-7.155 5.592-.767.225-1.559.343-2.352.428h-1.837c-1.729-.15-3.432-.646-4.947-1.499-2.632-1.467-4.68-3.954-5.593-6.829-.292-.89-.452-1.817-.547-2.747v-1.842c.195-2.358 1.073-4.661 2.55-6.515C4.596 1.935 7.778.244 11.102-.001M5.427 2.66C2.922 4.408 1.176 7.201.715 10.222c-.511 3.15.385 6.488 2.402 8.96l-.042.041c.561.573 1.128 1.141 1.703 1.702l.041-.042a11.432 11.432 0 0 0 4.105 2.116c3.249.932 6.899.306 9.649-1.659 2.486-1.735 4.223-4.499 4.701-7.493.535-3.17-.359-6.538-2.39-9.029l.041-.041a91.097 91.097 0 0 0-1.703-1.702l-.04.041A11.446 11.446 0 0 0 14.933.959C11.718.088 8.137.724 5.426 2.661z"/><path fill="#fff" d="M5.575 5.995c1.015-.626 2.341-.598 3.406-.115 1.472.72 2.374 2.489 1.987 4.1a2.77 2.77 0 0 1-1.238 1.841c.144.103.286.212.422.326l-1.237 1.237c-.313-.36-.744-.625-1.222-.686-.367-.044-.739-.013-1.108-.023-.002-.556-.002-1.111 0-1.667.591-.004 1.229.045 1.757-.272.58-.33.889-1.022.818-1.677-.056-.923-.933-1.688-1.852-1.642-.846.01-1.578.705-1.685 1.536-.626.001-1.253.002-1.878 0 .067-1.213.81-2.325 1.83-2.956zM12.874 7.81c.535-1.559 2.288-2.466 3.883-2.267-1.367 1.367-2.733 2.734-4.101 4.1-.016-.616.007-1.247.217-1.833zM17.664 8.038l1.355-1.355c.617.639.893 1.536.903 2.411.005 1.922.001 3.844.001 5.766.002.831-.21 1.695-.755 2.341-.713.834-1.801 1.343-2.903 1.323a3.779 3.779 0 0 1-2.858-1.32c-.512-.61-.733-1.417-.751-2.203-.008-.651 0-1.301-.004-1.952l1.883-1.883c.007 1.232-.005 2.465.006 3.697.007.607.272 1.248.823 1.553.7.381 1.687.299 2.231-.318.336-.372.445-.89.443-1.379V9.327c.004-.454-.103-.919-.375-1.29zM7.182 18.52c1.336-1.339 2.675-2.676 4.013-4.013.006.728-.118 1.475-.477 2.117-.686 1.246-2.128 1.976-3.535 1.896zM3.676 15.196c.625-.005 1.25-.006 1.875 0 .14.352.325.69.587.967l-1.355 1.355c-.64-.606-.987-1.461-1.106-2.321z"/><path fill="#00f" d="M5.427 2.66C8.138.724 11.719.087 14.934.958a11.461 11.461 0 0 1 4.249 2.157c-.807.811-1.617 1.619-2.426 2.428-1.595-.199-3.348.708-3.883 2.267-.21.586-.233 1.217-.217 1.833-.833.835-1.669 1.669-2.503 2.504a6.974 6.974 0 0 0-.422-.326A2.772 2.772 0 0 0 10.97 9.98c.388-1.612-.515-3.38-1.987-4.1-1.065-.483-2.392-.51-3.406.115-1.02.632-1.762 1.744-1.83 2.956.626.003 1.252.002 1.878 0 .107-.831.84-1.525 1.685-1.536.919-.047 1.796.719 1.852 1.642.072.655-.238 1.346-.817 1.677-.528.318-1.166.268-1.757.272-.002.555-.002 1.111 0 1.667.369.011.74-.021 1.108.023.478.061.909.327 1.222.686L6.14 16.161a3.005 3.005 0 0 1-.587-.967c-.625-.006-1.25-.005-1.875 0 .119.861.466 1.716 1.106 2.321-.555.555-1.109 1.111-1.666 1.665C1.101 16.708.204 13.37.716 10.22c.462-3.021 2.207-5.814 4.712-7.562zM19.019 6.683l1.865-1.865c2.031 2.491 2.925 5.859 2.39 9.029-.478 2.995-2.215 5.758-4.701 7.493-2.75 1.965-6.4 2.591-9.649 1.659a11.432 11.432 0 0 1-4.105-2.116c.787-.788 1.575-1.577 2.363-2.363 1.408.08 2.849-.65 3.535-1.896.36-.642.483-1.388.477-2.117l1.459-1.459c.004.651-.004 1.302.004 1.952.018.786.239 1.592.751 2.203a3.779 3.779 0 0 0 2.858 1.32c1.102.02 2.189-.488 2.902-1.323.545-.647.757-1.51.755-2.341 0-1.922.003-3.844-.001-5.766-.01-.875-.286-1.772-.903-2.411z"/><path fill="#00f" d="M14.537 11.166c1.041-1.043 2.085-2.085 3.127-3.127.272.371.379.835.375 1.29v5.392c.001.488-.107 1.007-.443 1.379-.544.616-1.53.699-2.231.318-.55-.305-.816-.946-.823-1.553-.011-1.232.001-2.465-.006-3.697z"/><path fill="red" d="M19.183 3.116l.04-.041c.575.56 1.142 1.128 1.703 1.702l-.041.041-1.865 1.865-1.355 1.355c-1.043 1.042-2.086 2.084-3.127 3.127-.629.627-1.256 1.255-1.883 1.883l-1.459 1.459c-1.338 1.337-2.676 2.674-4.013 4.013-.789.787-1.576 1.575-2.363 2.363l-.041.042a113.867 113.867 0 0 1-1.703-1.702l.042-.041c.557-.553 1.11-1.11 1.666-1.665l1.355-1.355a7277.235 7277.235 0 0 0 4.015-4.016c.834-.834 1.67-1.668 2.503-2.504 1.368-1.366 2.734-2.733 4.101-4.1.809-.809 1.619-1.617 2.426-2.428z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.099 0h1.826c1.77.158 3.518.669 5.056 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.984.544 2.017.642 3.054v1.822c-.159 1.77-.669 3.519-1.57 5.057-1.537 2.7-4.162 4.757-7.155 5.592-.764.225-1.553.34-2.342.428h-1.856c-1.726-.153-3.425-.647-4.937-1.499-2.633-1.467-4.681-3.953-5.593-6.829-.292-.887-.45-1.811-.547-2.738v-1.86c.098-.967.269-1.93.581-2.853a12.076 12.076 0 0 1 5.06-6.426C7.278.758 9.174.16 11.099-.001M8.28 1.2a11.44 11.44 0 0 0-5.921 4.675C.626 8.564.122 12.001 1 15.077a11.45 11.45 0 0 0 2.117 4.105l-.041.04c.561.574 1.128 1.142 1.703 1.703l.041-.042c1.208.97 2.61 1.704 4.105 2.116 3.26.936 6.925.301 9.678-1.68 2.471-1.736 4.196-4.49 4.672-7.473.535-3.169-.36-6.538-2.389-9.028l.04-.041a85.352 85.352 0 0 0-1.702-1.702l-.04.041A11.44 11.44 0 0 0 13.688.701a11.399 11.399 0 0 0-5.407.5z"/><path fill="#fff" d="M3.747 8.951c.098-1.654 1.447-3.189 3.105-3.402.801-.078 1.639.039 2.344.443 1.343.785 2.141 2.454 1.772 3.988a2.768 2.768 0 0 1-1.238 1.84c.144.105.286.211.421.327l-1.237 1.237c-.32-.372-.769-.638-1.26-.692-.355-.036-.712-.008-1.068-.019-.003-.555-.003-1.11 0-1.665.59-.007 1.228.045 1.756-.274.58-.33.89-1.022.817-1.677-.056-.922-.933-1.688-1.852-1.641-.845.01-1.577.705-1.685 1.535-.626.002-1.252.003-1.877 0zM12.874 5.664c1.253-.003 2.506-.004 3.759.001a2218.557 2218.557 0 0 1-3.758 3.757c-.007-1.252-.004-2.505-.001-3.758zM18.158 7.545c.508-.51 1.017-1.02 1.528-1.528.006.509.004 1.019.001 1.528-.51.002-1.02.002-1.529 0zM15.999 9.705c.692-.113 1.43-.058 2.061.268 1.029.481 1.716 1.561 1.811 2.682.092.947.103 1.907-.014 2.852-.174 1.41-1.324 2.594-2.683 2.931-1.242.272-2.581-.132-3.533-.956-.639-.594-.922-1.47-1.006-2.318.625-.01 1.251-.006 1.875-.002.102.451.303.909.697 1.178.495.334 1.137.356 1.706.24.437-.077.842-.397.923-.849.255-1.14.384-2.405-.124-3.495-.294-.617-1.068-.739-1.681-.684-.621.053-1.113.513-1.398 1.04-.505 0-1.011.006-1.516-.004a653.03 653.03 0 0 1 2.882-2.884zM7.185 18.519c1.335-1.339 2.672-2.674 4.009-4.01.007.728-.117 1.474-.476 2.116-.686 1.244-2.126 1.977-3.533 1.894zM3.676 15.196c.625-.003 1.251-.008 1.875.002.14.351.323.689.586.963l-1.355 1.355c-.641-.604-.988-1.46-1.107-2.321z"/><path fill="#00f" d="M8.28 1.2a11.4 11.4 0 0 1 5.407-.5 11.44 11.44 0 0 1 5.496 2.415c-.848.851-1.698 1.702-2.55 2.55a588.755 588.755 0 0 0-3.759-.001 523.06 523.06 0 0 0 .001 3.758c-.905.911-1.815 1.817-2.723 2.725a6.67 6.67 0 0 0-.421-.327 2.773 2.773 0 0 0 1.238-1.84c.369-1.534-.429-3.203-1.772-3.988-.705-.405-1.543-.521-2.344-.443-1.659.213-3.007 1.748-3.105 3.402.626.003 1.252.003 1.877 0 .108-.831.84-1.525 1.685-1.535.919-.046 1.796.719 1.852 1.641.072.655-.238 1.346-.817 1.677-.528.319-1.166.267-1.756.274-.004.555-.004 1.11 0 1.665.356.012.713-.016 1.068.019.491.054.94.32 1.26.692L6.14 16.161c-.263-.274-.447-.613-.586-.963-.625-.01-1.25-.006-1.875-.002.119.861.465 1.717 1.107 2.321-.555.555-1.109 1.112-1.667 1.665a11.45 11.45 0 0 1-2.117-4.105C.124 12.002.628 8.565 2.361 5.875A11.436 11.436 0 0 1 8.282 1.2zM19.686 6.017c.398-.401.798-.801 1.199-1.199 2.03 2.49 2.925 5.859 2.389 9.028-.476 2.983-2.201 5.737-4.672 7.473-2.753 1.981-6.418 2.616-9.678 1.68a11.456 11.456 0 0 1-4.105-2.116c.787-.789 1.575-1.579 2.366-2.365 1.407.083 2.847-.651 3.533-1.894.359-.642.484-1.388.476-2.116.641-.64 1.278-1.284 1.923-1.92.505.01 1.011.004 1.516.004.285-.527.778-.987 1.398-1.04.613-.055 1.387.067 1.681.684.508 1.091.379 2.355.124 3.495-.081.452-.486.772-.923.849-.569.116-1.211.094-1.706-.24-.394-.269-.595-.727-.697-1.178a83.702 83.702 0 0 0-1.875.002c.084.848.367 1.724 1.006 2.318.952.824 2.292 1.228 3.533.956 1.359-.337 2.509-1.522 2.683-2.931.117-.945.106-1.905.014-2.852-.095-1.121-.782-2.201-1.811-2.682-.63-.326-1.369-.381-2.061-.268.717-.723 1.438-1.441 2.159-2.16.51.003 1.02.003 1.529 0 .002-.51.004-1.019-.001-1.528z"/><path fill="red" d="M19.183 3.116l.04-.041c.575.56 1.143 1.127 1.702 1.703l-.04.041c-.401.398-.801.798-1.199 1.199-.51.508-1.02 1.017-1.528 1.528-.72.719-1.442 1.437-2.159 2.16a602.78 602.78 0 0 0-2.882 2.884c-.645.636-1.283 1.28-1.923 1.92-1.337 1.336-2.675 2.671-4.009 4.01-.79.786-1.578 1.576-2.366 2.365l-.041.042a101.276 101.276 0 0 1-1.703-1.703l.041-.04c.558-.553 1.111-1.11 1.667-1.665l1.355-1.355a3635.344 3635.344 0 0 0 4.014-4.014c.907-.908 1.818-1.814 2.723-2.725 1.254-1.251 2.506-2.503 3.757-3.757.852-.848 1.702-1.698 2.55-2.55z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.104 0h1.81c1.774.156 3.525.667 5.066 1.569a12.074 12.074 0 0 1 5.366 6.442c.356.997.556 2.043.654 3.095v1.805c-.156 1.775-.668 3.527-1.57 5.069-1.537 2.7-4.161 4.757-7.155 5.592-.768.225-1.562.343-2.356.428h-1.832c-1.73-.15-3.432-.645-4.948-1.499-2.632-1.467-4.68-3.953-5.593-6.828-.292-.892-.453-1.819-.547-2.751v-1.838C.104 9.98.323 8.883.713 7.842a12.099 12.099 0 0 1 5.58-6.428C7.773.608 9.426.142 11.103.001M5.398 2.68C2.882 4.447 1.139 7.27.7 10.313c-.481 3.123.42 6.42 2.416 8.868l-.042.041a105.17 105.17 0 0 0 1.703 1.703l.041-.042a11.436 11.436 0 0 0 4.104 2.116c3.249.932 6.899.306 9.649-1.659 2.486-1.735 4.223-4.499 4.701-7.494.535-3.169-.359-6.538-2.39-9.028l.042-.041a94.292 94.292 0 0 0-1.703-1.703l-.04.041A11.446 11.446 0 0 0 14.932.958C11.706.083 8.111.728 5.396 2.68z"/><path fill="#fff" d="M12.874 7.81c.535-1.559 2.287-2.467 3.883-2.267-1.367 1.367-2.733 2.734-4.101 4.1-.015-.616.008-1.247.218-1.833zM7.92 5.663c.699 0 1.398-.002 2.097.001-1.425 3.032-2.86 6.06-4.286 9.092.603.002 1.207-.002 1.81.002-.593.595-1.186 1.189-1.782 1.781-.699-.005-1.398 0-2.097-.002-.002-.561-.002-1.121 0-1.682.029-.225.174-.414.255-.623 1.335-2.856 2.665-5.715 4.003-8.569zM17.664 8.038l1.355-1.355c.618.638.893 1.537.903 2.411.005 1.922.001 3.844.001 5.766.001.831-.21 1.695-.755 2.341-.713.835-1.801 1.343-2.903 1.323a3.776 3.776 0 0 1-2.857-1.321c-.512-.61-.733-1.416-.751-2.201-.008-.651 0-1.302-.004-1.953.628-.628 1.254-1.256 1.883-1.883.007 1.232-.005 2.465.006 3.697.007.607.272 1.248.823 1.552.7.382 1.688.299 2.231-.317.336-.372.445-.891.443-1.379V9.328c.004-.454-.102-.919-.375-1.29zM8.954 11.101c.627-.001 1.254-.002 1.882 0l.001.363c-.627.627-1.254 1.255-1.882 1.881-.004-.748-.004-1.496-.001-2.244zM8.951 16.751l1.994-1.995c.303 0 .606-.002.909.001.002.593.002 1.186 0 1.779-.339.002-.678-.002-1.017.002-.003.627.001 1.254-.002 1.882-.628.002-1.255.001-1.882 0-.003-.556.001-1.113-.002-1.67z"/><path fill="#00f" d="M5.398 2.68C8.113.728 11.708.084 14.934.958a11.461 11.461 0 0 1 4.249 2.157c-.807.811-1.617 1.619-2.426 2.428-1.596-.2-3.348.708-3.883 2.267-.21.586-.233 1.217-.218 1.833-.606.608-1.213 1.214-1.82 1.821l-.001-.363c-.627-.002-1.254-.002-1.882 0-.003.748-.003 1.496.001 2.244-.471.472-.941.943-1.413 1.413-.603-.005-1.207 0-1.81-.002 1.426-3.032 2.861-6.06 4.286-9.092-.699-.003-1.398-.001-2.097-.001-1.338 2.855-2.668 5.713-4.003 8.569-.081.209-.226.398-.255.623-.002.561-.002 1.121 0 1.682.699.002 1.398-.002 2.097.002a940.52 940.52 0 0 1-2.643 2.642C1.12 16.733.219 13.436.7 10.313c.439-3.044 2.182-5.866 4.698-7.633zM19.019 6.683c.622-.622 1.243-1.245 1.866-1.865 2.031 2.49 2.925 5.859 2.39 9.028-.478 2.995-2.215 5.759-4.701 7.494-2.75 1.965-6.4 2.591-9.649 1.659a11.42 11.42 0 0 1-4.104-2.116c1.376-1.379 2.754-2.755 4.132-4.133.003.556-.001 1.113.002 1.67.627.001 1.254.002 1.882 0 .003-.628-.001-1.255.002-1.882.339-.004.678 0 1.017-.002.002-.593.002-1.186 0-1.779-.303-.003-.606-.001-.909-.001l1.709-1.708c.004.651-.004 1.302.004 1.953.018.785.239 1.591.751 2.201a3.78 3.78 0 0 0 2.857 1.321c1.102.02 2.19-.488 2.903-1.323.545-.646.756-1.51.755-2.341 0-1.922.003-3.844-.001-5.766-.01-.874-.285-1.772-.903-2.411z"/><path fill="#00f" d="M14.536 11.166c1.041-1.044 2.085-2.085 3.128-3.128.273.37.379.835.375 1.29v5.391c.001.488-.107 1.007-.443 1.379-.543.616-1.53.699-2.231.317-.55-.304-.816-.945-.823-1.552-.011-1.232.001-2.465-.006-3.697z"/><path fill="red" d="M19.183 3.116l.04-.041c.575.56 1.142 1.128 1.703 1.703l-.042.041c-.623.62-1.244 1.243-1.866 1.865l-1.355 1.355c-1.043 1.043-2.086 2.084-3.128 3.128-.629.626-1.255 1.255-1.883 1.883l-1.709 1.708c-.665.665-1.33 1.329-1.994 1.995-1.377 1.377-2.756 2.753-4.132 4.133l-.041.042a105.17 105.17 0 0 1-1.703-1.703l.042-.041a940.52 940.52 0 0 0 2.643-2.642c.595-.592 1.189-1.186 1.782-1.781.472-.47.943-.941 1.413-1.413.628-.626 1.254-1.254 1.882-1.881.607-.607 1.214-1.213 1.82-1.821 1.368-1.366 2.734-2.733 4.101-4.1.809-.809 1.619-1.616 2.426-2.428z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.095 0h1.835c1.769.16 3.514.67 5.05 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.983.543 2.014.642 3.051v1.831c-.161 1.769-.67 3.515-1.57 5.052-1.537 2.7-4.162 4.757-7.155 5.592-.762.224-1.55.339-2.337.428h-1.867c-1.724-.155-3.42-.647-4.931-1.499-2.633-1.467-4.681-3.953-5.593-6.829-.292-.885-.449-1.808-.547-2.733v-1.871c.093-.891.241-1.78.513-2.635a12.07 12.07 0 0 1 5.128-6.638C7.276.76 9.17.162 11.095 0M5.398 2.68C2.896 4.437 1.159 7.239.708 10.264c-.497 3.137.401 6.456 2.408 8.918l-.041.04c.56.576 1.128 1.144 1.704 1.703l.04-.041a11.421 11.421 0 0 0 4.103 2.115c3.261.936 6.925.302 9.679-1.68 2.49-1.749 4.222-4.532 4.683-7.54.512-3.15-.384-6.488-2.4-8.961l.04-.039a76.003 76.003 0 0 0-1.703-1.704l-.04.041A11.447 11.447 0 0 0 14.968.968C11.733.079 8.121.721 5.397 2.68z"/><path fill="#fff" d="M12.874 7.81c.535-1.558 2.287-2.467 3.882-2.266-1.365 1.366-2.73 2.732-4.097 4.096-.022-.615.007-1.245.215-1.83zM4.342 5.664c2.271-.003 4.542-.002 6.813 0 .004.627.003 1.254.001 1.882-1.678.003-3.356-.001-5.034.002-.003.921-.001 1.841-.001 2.762a3.218 3.218 0 0 1 2.035-.656c1.154-.016 2.267.674 2.793 1.696l-1.534 1.534c-.114-.394-.24-.835-.603-1.074-.405-.263-.919-.299-1.387-.248-.591.079-1.049.527-1.324 1.031-.586 0-1.173.002-1.76-.001-.002-2.31-.002-4.619 0-6.928zM17.663 8.039l1.355-1.356c.618.638.893 1.537.903 2.411.005 1.922.001 3.844.001 5.766.002.831-.21 1.695-.755 2.341-.713.834-1.801 1.343-2.903 1.323a3.775 3.775 0 0 1-2.857-1.32c-.512-.61-.733-1.417-.751-2.202-.008-.65.001-1.3-.005-1.951.627-.628 1.253-1.256 1.883-1.881.008 1.121.001 2.242.003 3.362-.009.441.027.902.247 1.294.554 1.031 2.217 1.098 2.896.167.272-.363.357-.829.358-1.273V9.328c.003-.454-.101-.92-.375-1.289zM7.23 18.473a1640.23 1640.23 0 0 1 4.172-4.17c-.001.793-.049 1.625-.441 2.334-.334.653-.906 1.151-1.537 1.507-.662.368-1.454.443-2.194.329zM4.103 15.164a106.65 106.65 0 0 1 1.876-.002c.068.29.172.573.334.825l-1.35 1.35c-.539-.592-.78-1.391-.861-2.173z"/><path fill="#00f" d="M5.398 2.68C8.122.721 11.735.079 14.969.968a11.44 11.44 0 0 1 4.213 2.148c-.806.812-1.617 1.62-2.427 2.428-1.595-.201-3.347.709-3.882 2.266-.209.585-.237 1.215-.215 1.83-.568.571-1.139 1.14-1.709 1.71-.526-1.022-1.64-1.712-2.793-1.696a3.218 3.218 0 0 0-2.035.656c0-.921-.002-1.841.001-2.762 1.678-.003 3.356.001 5.034-.002.002-.628.003-1.255-.001-1.882-2.271-.002-4.542-.003-6.813 0-.003 2.31-.002 4.619 0 6.928.587.004 1.174.001 1.76.001.276-.504.733-.952 1.324-1.031.468-.052.982-.016 1.387.248.362.239.489.68.603 1.074-1.033 1.035-2.068 2.069-3.103 3.103a2.581 2.581 0 0 1-.334-.825c-.625-.003-1.251-.007-1.876.002.081.782.322 1.581.861 2.173-.616.615-1.229 1.232-1.847 1.845-2.008-2.461-2.906-5.78-2.408-8.918.451-3.025 2.188-5.827 4.69-7.584zM19.019 6.683c.622-.622 1.242-1.245 1.866-1.864 2.016 2.473 2.912 5.811 2.4 8.961-.461 3.008-2.193 5.791-4.683 7.54-2.754 1.982-6.419 2.616-9.679 1.68a11.421 11.421 0 0 1-4.103-2.115c.802-.805 1.605-1.609 2.41-2.411.74.114 1.532.039 2.194-.329.631-.356 1.203-.854 1.537-1.507.392-.71.44-1.541.441-2.334.413-.42.833-.836 1.25-1.253.007.651-.003 1.301.005 1.951.018.786.239 1.592.751 2.202a3.778 3.778 0 0 0 2.857 1.32c1.102.02 2.19-.488 2.903-1.323.545-.646.757-1.51.755-2.341 0-1.922.003-3.844-.001-5.766-.011-.874-.285-1.772-.903-2.411z"/><path fill="#00f" d="M14.535 11.169c1.04-1.046 2.085-2.087 3.128-3.13.274.369.379.835.375 1.289v5.392c0 .444-.086.91-.358 1.273-.68.931-2.342.864-2.896-.167-.22-.392-.256-.854-.247-1.294-.002-1.121.004-2.242-.003-3.362z"/><path fill="red" d="M19.182 3.116l.04-.041c.576.56 1.145 1.127 1.703 1.704l-.04.039c-.624.62-1.244 1.243-1.866 1.864-.452.452-.904.903-1.355 1.356-1.043 1.043-2.088 2.085-3.128 3.13-.63.625-1.256 1.253-1.883 1.881-.417.417-.837.832-1.25 1.253-1.394 1.387-2.782 2.779-4.172 4.17-.805.802-1.609 1.605-2.41 2.411l-.04.041a82.913 82.913 0 0 1-1.704-1.703l.041-.04c.618-.613 1.231-1.23 1.847-1.845l1.35-1.35a3025.98 3025.98 0 0 0 4.637-4.637c.57-.57 1.141-1.139 1.709-1.71 1.367-1.364 2.732-2.73 4.097-4.096.81-.809 1.62-1.616 2.427-2.428z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.094 0h1.838c1.757.16 3.491.663 5.019 1.552a12.067 12.067 0 0 1 5.407 6.494c.349.983.543 2.014.642 3.05v1.834c-.162 1.768-.67 3.514-1.57 5.05-1.537 2.7-4.162 4.757-7.155 5.593-.761.224-1.549.338-2.335.428h-1.87c-1.723-.156-3.42-.648-4.929-1.499-2.644-1.473-4.697-3.974-5.604-6.864-.285-.874-.438-1.784-.536-2.696v-1.875c.093-.878.237-1.755.503-2.599.835-2.747 2.7-5.16 5.139-6.673C7.278.76 9.172.163 11.096 0M8.922 1a11.443 11.443 0 0 0-6.564 4.876C.626 8.566.121 12.003.999 15.078a11.433 11.433 0 0 0 2.117 4.103l-.04.039a70.157 70.157 0 0 0 1.704 1.703l.039-.04a11.417 11.417 0 0 0 4.102 2.115c3.261.936 6.926.302 9.68-1.68 2.471-1.736 4.196-4.49 4.672-7.473.535-3.169-.359-6.538-2.389-9.027l.039-.039a63.633 63.633 0 0 0-1.703-1.704l-.039.04C16.367.809 12.417-.01 8.921.999z"/><path fill="#fff" d="M12.897 7.928c.476-1.604 2.244-2.574 3.863-2.388-1.348 1.35-2.696 2.698-4.045 4.045-.009-.556.015-1.123.182-1.658zM7.983 5.667c.7-.009 1.4-.004 2.1-.003C9.2 7.449 8.31 9.229 7.424 11.012c1.076-.368 2.315-.046 3.124.74-.473.473-.945.946-1.419 1.418-.744-.931-2.453-.798-2.952.316-.32.795-.308 1.764.116 2.52l-1.31 1.31a3.548 3.548 0 0 1-.84-1.807c-.161-1.004-.044-2.066.415-2.981 1.14-2.288 2.283-4.575 3.425-6.861zM17.701 8.001l1.351-1.351c.648.653.935 1.586.936 2.491.003 1.906.001 3.812.001 5.718.002.835-.212 1.703-.762 2.35-.688.798-1.717 1.299-2.775 1.313-1.304.046-2.637-.638-3.292-1.778-.644-1.145-.393-2.499-.45-3.75a240.05 240.05 0 0 1 1.889-1.887c.012 1.156.002 2.313.005 3.47-.02.581.095 1.223.546 1.631.626.57 1.681.581 2.336.054.429-.347.612-.915.614-1.452.002-1.843.001-3.686 0-5.53.005-.454-.118-.917-.398-1.281zM7.182 18.521c1.415-1.419 2.833-2.835 4.25-4.251.021 1.073-.143 2.246-.89 3.071-.857.881-2.138 1.345-3.36 1.18z"/><path fill="#00f" d="M8.922 1c3.496-1.009 7.446-.19 10.26 2.116-.805.81-1.614 1.617-2.422 2.424-1.619-.187-3.387.784-3.863 2.388-.168.535-.192 1.101-.182 1.658-.721.723-1.444 1.445-2.166 2.167-.809-.786-2.048-1.108-3.124-.74.885-1.783 1.776-3.563 2.659-5.348-.7-.001-1.4-.007-2.1.003-1.142 2.287-2.285 4.574-3.425 6.861-.459.915-.576 1.977-.415 2.981.107.664.388 1.305.84 1.807-.622.622-1.242 1.246-1.867 1.865A11.433 11.433 0 0 1 1 15.079C.122 12.004.626 8.566 2.359 5.876A11.443 11.443 0 0 1 8.923 1zM19.052 6.65c.61-.61 1.219-1.223 1.832-1.83 2.031 2.49 2.924 5.858 2.389 9.027-.476 2.983-2.201 5.737-4.672 7.473-2.754 1.982-6.42 2.616-9.68 1.68a11.43 11.43 0 0 1-4.103-2.115c.786-.789 1.573-1.577 2.362-2.363 1.223.165 2.503-.299 3.36-1.18.747-.825.91-1.998.89-3.071.425-.426.849-.854 1.278-1.275.058 1.251-.193 2.605.45 3.75.654 1.14 1.988 1.824 3.292 1.778 1.057-.014 2.087-.516 2.775-1.313.55-.647.764-1.515.762-2.35 0-1.906.002-3.812-.001-5.718-.001-.905-.287-1.838-.936-2.491z"/><path fill="#00f" d="M14.599 11.108c1.029-1.041 2.068-2.071 3.102-3.107.28.363.404.826.398 1.281.001 1.844.002 3.687 0 5.53-.002.537-.184 1.105-.614 1.452-.655.527-1.71.516-2.336-.054-.45-.408-.565-1.05-.546-1.631-.003-1.156.007-2.313-.005-3.47zM6.177 13.487c.5-1.115 2.208-1.247 2.952-.316l-2.836 2.836c-.423-.756-.436-1.725-.116-2.52z"/><path fill="red" d="M19.182 3.116l.039-.04a65.147 65.147 0 0 1 1.703 1.704l-.039.039c-.613.608-1.222 1.22-1.832 1.83-.451.45-.902.9-1.351 1.351-1.034 1.036-2.073 2.066-3.102 3.107a224.04 224.04 0 0 0-1.889 1.887c-.429.422-.853.849-1.278 1.275a2838.917 2838.917 0 0 0-4.25 4.251c-.789.786-1.577 1.574-2.363 2.362l-.039.04a68.404 68.404 0 0 1-1.704-1.703l.04-.039c.625-.619 1.245-1.243 1.867-1.865l1.31-1.31c.946-.945 1.892-1.89 2.836-2.836l1.419-1.418c.722-.722 1.445-1.444 2.166-2.167 1.349-1.348 2.698-2.696 4.045-4.045.808-.807 1.618-1.613 2.422-2.424z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.091 0h1.849c1.765.163 3.508.671 5.041 1.569a12.07 12.07 0 0 1 5.426 6.618c.321.939.497 1.92.594 2.905v1.846c-.164 1.754-.664 3.487-1.553 5.013-1.535 2.713-4.167 4.783-7.171 5.621-.76.224-1.545.338-2.33.428h-1.883c-1.72-.158-3.414-.648-4.921-1.499-2.644-1.473-4.697-3.974-5.604-6.864-.285-.872-.436-1.781-.536-2.691v-1.887c.098-.913.251-1.822.536-2.697a12.07 12.07 0 0 1 5.106-6.567C7.279.76 9.171.164 11.094 0M5.398 2.681C2.869 4.457 1.121 7.301.694 10.363c-.465 3.108.437 6.383 2.423 8.818l-.038.037c.555.58 1.124 1.149 1.704 1.704l.037-.039a11.417 11.417 0 0 0 4.102 2.115c3.261.936 6.926.302 9.681-1.68 2.471-1.736 4.196-4.49 4.672-7.473.535-3.169-.359-6.537-2.39-9.027l.038-.037a50.703 50.703 0 0 0-1.703-1.705l-.037.038A11.44 11.44 0 0 0 14.937.957C11.711.082 8.114.726 5.399 2.679z"/><path fill="#fff" d="M13.543 6.7a3.834 3.834 0 0 1 3.212-1.155c-1.364 1.365-2.728 2.731-4.095 4.094-.064-1.037.135-2.167.883-2.939zM4.36 5.664c2.425-.002 4.85-.003 7.275 0 .005.565-.001 1.131.003 1.696.015.225-.114.42-.184.625-.605 1.559-1.245 3.105-1.827 4.671a189.649 189.649 0 0 1-3.474 3.474c1.094-2.871 2.257-5.718 3.372-8.582-1.094-.001-2.188-.002-3.282 0-.001.609.002 1.219-.001 1.829-.627.002-1.254.002-1.881 0a574.434 574.434 0 0 1 0-3.713zM17.663 8.039l1.356-1.356c.618.638.893 1.537.903 2.41.005 1.922.001 3.843.001 5.765.001.831-.21 1.695-.755 2.342-.713.835-1.801 1.343-2.903 1.323a3.776 3.776 0 0 1-2.857-1.32c-.513-.61-.734-1.417-.751-2.202-.008-.65.003-1.3-.006-1.95.627-.627 1.252-1.256 1.882-1.88.012 1.073.002 2.146.005 3.219-.009.486.001 1 .247 1.435.555 1.031 2.217 1.099 2.896.167.272-.363.358-.829.358-1.273V9.327c.003-.453-.101-.92-.376-1.289z"/><path fill="#00f" d="M5.398 2.681C8.113.728 11.709.084 14.936.959a11.44 11.44 0 0 1 4.246 2.157c-.806.812-1.617 1.62-2.427 2.429A3.834 3.834 0 0 0 13.543 6.7c-.748.772-.947 1.902-.883 2.939-1.012 1.005-2.005 2.029-3.033 3.017.582-1.567 1.223-3.113 1.827-4.671.07-.205.199-.4.184-.625-.005-.565.002-1.131-.003-1.696-2.425-.003-4.85-.002-7.275 0a574.434 574.434 0 0 0 0 3.713c.627.002 1.253.002 1.881 0 .004-.61 0-1.219.001-1.829 1.094-.003 2.188-.002 3.282 0-1.115 2.864-2.278 5.711-3.372 8.582-.994 1.034-2.025 2.034-3.037 3.052-1.986-2.435-2.888-5.71-2.423-8.818.427-3.062 2.175-5.906 4.704-7.682zM19.019 6.683c.622-.622 1.242-1.245 1.866-1.865 2.031 2.49 2.925 5.858 2.39 9.027-.476 2.983-2.201 5.737-4.672 7.473-2.754 1.982-6.42 2.616-9.681 1.68a11.417 11.417 0 0 1-4.102-2.115c2.61-2.612 5.22-5.223 7.831-7.832.009.65-.002 1.3.006 1.95.018.786.239 1.592.751 2.202a3.776 3.776 0 0 0 2.857 1.32c1.102.02 2.19-.488 2.903-1.323.545-.647.756-1.511.755-2.342 0-1.922.003-3.843-.001-5.765-.011-.874-.285-1.772-.903-2.41z"/><path fill="#00f" d="M14.533 11.172c1.04-1.048 2.086-2.089 3.13-3.133.275.369.379.835.376 1.289v5.392c0 .444-.086.91-.358 1.273-.68.932-2.342.864-2.896-.167-.246-.435-.256-.949-.247-1.435-.003-1.073.007-2.146-.005-3.219z"/><path fill="red" d="M19.182 3.116l.037-.038a49.78 49.78 0 0 1 1.703 1.705l-.038.037c-.623.62-1.244 1.243-1.866 1.865l-1.356 1.356c-1.043 1.044-2.09 2.085-3.13 3.133-.63.623-1.255 1.252-1.882 1.88a11564.8 11564.8 0 0 0-7.831 7.832l-.037.039a53.684 53.684 0 0 1-1.704-1.704l.038-.037c1.012-1.017 2.043-2.018 3.037-3.052a189.649 189.649 0 0 0 3.474-3.474c1.028-.988 2.021-2.012 3.033-3.017 1.366-1.363 2.73-2.729 4.095-4.094.81-.809 1.621-1.617 2.427-2.429z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-75--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.092 0h1.843c1.755.161 3.488.663 5.016 1.552a12.078 12.078 0 0 1 5.407 6.494c.349.982.542 2.012.642 3.048v1.84c-.162 1.755-.664 3.489-1.553 5.017-1.535 2.714-4.167 4.783-7.171 5.621-.761.224-1.547.338-2.333.428h-1.877c-1.721-.157-3.417-.648-4.925-1.499-2.644-1.473-4.697-3.974-5.604-6.864-.285-.873-.437-1.783-.536-2.693v-1.88c.094-.877.237-1.752.503-2.595.835-2.746 2.7-5.16 5.139-6.673C7.277.761 9.17.164 11.094.001m-5.696 2.68C2.896 4.438 1.159 7.239.708 10.264c-.497 3.137.4 6.457 2.408 8.918l-.039.038a62.26 62.26 0 0 0 1.704 1.705l.039-.04A11.417 11.417 0 0 0 8.922 23c3.261.936 6.926.302 9.68-1.68 2.47-1.736 4.196-4.49 4.672-7.473.535-3.169-.359-6.538-2.389-9.027l.039-.038a60.876 60.876 0 0 0-1.704-1.705l-.038.04A11.428 11.428 0 0 0 14.968.969C11.733.08 8.121.722 5.398 2.682z"/><path fill="#fff" d="M4.36 5.664c2.425-.002 4.85-.003 7.275 0 .005.565-.001 1.13.003 1.695.015.225-.114.42-.184.624-.606 1.56-1.245 3.108-1.829 4.675a206.888 206.888 0 0 1-3.474 3.474c1.096-2.872 2.258-5.72 3.374-8.585-1.094-.001-2.188-.002-3.282 0-.002.609.003 1.219-.002 1.828-.627.003-1.253.003-1.88 0a574.434 574.434 0 0 1 0-3.713zM12.874 5.664c1.252-.001 2.504-.007 3.756.003a1327.595 1327.595 0 0 1-3.753 3.752c-.011-1.252-.004-2.503-.003-3.755zM18.159 7.544c.507-.51 1.015-1.018 1.525-1.525.008.509.004 1.018.003 1.527-.51.001-1.019.003-1.528-.002zM16.002 9.703c.692-.108 1.428-.057 2.058.27 1.029.481 1.716 1.561 1.811 2.682.093.959.105 1.933-.019 2.889-.188 1.395-1.332 2.561-2.678 2.895-1.242.271-2.581-.133-3.533-.956-.639-.594-.921-1.47-1.007-2.318.625-.01 1.251-.006 1.876-.002.102.451.303.909.697 1.178.495.335 1.138.356 1.707.24.436-.077.84-.397.922-.848.255-1.14.384-2.405-.123-3.496-.295-.618-1.069-.74-1.683-.684-.621.053-1.112.515-1.397 1.041-.504-.003-1.008.008-1.512-.007.955-.967 1.919-1.925 2.881-2.884z"/><path fill="#00f" d="M5.398 2.681C8.122.722 11.734.079 14.968.968a11.436 11.436 0 0 1 4.214 2.148c-.848.853-1.698 1.704-2.552 2.551-1.252-.01-2.504-.004-3.756-.003-.001 1.252-.008 2.503.003 3.755-1.082 1.081-2.153 2.176-3.252 3.24.584-1.567 1.223-3.115 1.829-4.675.07-.205.199-.4.184-.624-.005-.565.002-1.131-.003-1.695-2.425-.003-4.85-.003-7.275 0a574.124 574.124 0 0 0 0 3.712c.627.003 1.253.003 1.88 0 .005-.609 0-1.219.002-1.828 1.094-.003 2.188-.002 3.282 0-1.116 2.865-2.278 5.714-3.374 8.585-.994 1.032-2.023 2.033-3.034 3.048-2.008-2.46-2.906-5.78-2.408-8.918.451-3.025 2.188-5.826 4.69-7.583zM19.684 6.019c.399-.401.798-.802 1.2-1.2 2.031 2.49 2.924 5.858 2.389 9.027-.476 2.983-2.201 5.737-4.672 7.473-2.754 1.982-6.42 2.616-9.68 1.68a11.43 11.43 0 0 1-4.103-2.115c2.767-2.767 5.528-5.538 8.301-8.297.504.015 1.008.004 1.512.007.285-.526.777-.987 1.397-1.041.614-.056 1.388.066 1.683.684.508 1.091.378 2.355.123 3.496-.081.451-.485.771-.922.848-.569.116-1.212.095-1.707-.24-.394-.269-.595-.727-.697-1.178-.625-.003-1.251-.008-1.876.002.086.848.368 1.724 1.007 2.318.952.824 2.291 1.228 3.533.956 1.347-.334 2.49-1.5 2.678-2.895.124-.957.112-1.93.019-2.889-.095-1.12-.782-2.201-1.811-2.682-.63-.327-1.366-.378-2.058-.27.716-.723 1.437-1.441 2.158-2.159.509.005 1.019.003 1.528.002.001-.509.005-1.019-.003-1.527z"/><path fill="red" d="M19.182 3.116l.038-.04a60.877 60.877 0 0 1 1.704 1.705l-.039.038c-.402.398-.802.798-1.2 1.2-.51.507-1.018 1.015-1.525 1.525-.72.718-1.441 1.436-2.158 2.159-.962.959-1.926 1.917-2.881 2.884-2.773 2.76-5.535 5.531-8.301 8.297l-.039.04a62.26 62.26 0 0 1-1.704-1.705l.039-.038c1.012-1.016 2.04-2.016 3.034-3.048a196.188 196.188 0 0 0 3.474-3.474c1.099-1.064 2.17-2.159 3.252-3.24 1.254-1.248 2.504-2.499 3.753-3.752.854-.848 1.704-1.698 2.552-2.551z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.108 0h1.798c3.309.248 6.477 1.926 8.522 4.541 1.494 1.866 2.383 4.19 2.571 6.57v1.792c-.249 3.322-1.938 6.5-4.567 8.547-1.855 1.476-4.156 2.355-6.514 2.55h-1.822c-1.892-.159-3.75-.743-5.369-1.741-2.466-1.508-4.363-3.926-5.213-6.692C.241 14.708.091 13.815 0 12.92v-1.829c.192-2.362 1.071-4.668 2.55-6.524C4.598 1.935 7.783.242 11.108 0M5.427 2.66C2.91 4.417 1.159 7.228.708 10.266c-.496 3.137.402 6.455 2.408 8.916l-.044.042c.564.571 1.132 1.14 1.704 1.704l.043-.044A11.428 11.428 0 0 0 8.925 23c3.26.934 6.923.301 9.676-1.68 2.49-1.75 4.223-4.534 4.684-7.544.511-3.149-.385-6.486-2.4-8.958l.044-.042c-.563-.573-1.132-1.14-1.703-1.704l-.042.043A11.461 11.461 0 0 0 14.935.958C11.72.087 8.14.724 5.428 2.66z"/><path fill="#fff" d="M5.343 6.421c.869-.806 2.147-1.058 3.286-.802 1.416.315 2.554 1.579 2.753 3.011.086.608.06 1.25-.184 1.821-.236.52-.604.969-1.01 1.365l.169.126-1.245 1.245c-.733-.668-1.954-.688-2.689-.012-.846.676-.907 2.083-.142 2.843l-1.357 1.357c-.997-.961-1.28-2.494-.91-3.799.207-.725.705-1.337 1.319-1.761-.466-.439-.889-.955-1.096-1.569-.413-1.346.033-2.908 1.105-3.825m2.131 1.016c-.625.098-1.237.524-1.415 1.152-.188.684-.091 1.545.514 1.996.666.552 1.706.552 2.372 0 .585-.434.692-1.255.534-1.922-.202-.858-1.167-1.365-2.005-1.226zM12.874 7.81c.535-1.56 2.288-2.466 3.884-2.268l-4.102 4.102c-.014-.617.008-1.248.218-1.834zM17.664 8.037l1.355-1.355c.616.639.893 1.537.903 2.411.005 1.922.001 3.844.001 5.766.002.831-.21 1.695-.755 2.342-.713.834-1.801 1.343-2.902 1.323a3.779 3.779 0 0 1-2.858-1.32c-.523-.623-.742-1.449-.752-2.25-.005-.635-.001-1.271-.002-1.906l1.884-1.883c.001 1.217-.004 2.434.002 3.651-.002.611.247 1.265.795 1.584.702.402 1.709.323 2.259-.301.336-.372.445-.891.443-1.379V9.329c.004-.455-.104-.919-.375-1.291zM7.208 18.494l4.409-4.409c.07.603.045 1.223-.132 1.807-.332 1.13-1.277 2.019-2.372 2.41-.608.215-1.266.259-1.905.192z"/><path fill="#00f" d="M5.427 2.66C8.138.724 11.719.088 14.934.958a11.476 11.476 0 0 1 4.249 2.157c-.806.811-1.617 1.618-2.425 2.427-1.596-.198-3.349.708-3.884 2.268-.211.586-.232 1.217-.218 1.834l-2.297 2.298-.169-.126c.406-.397.774-.846 1.01-1.365.244-.571.27-1.213.184-1.821-.199-1.432-1.337-2.696-2.753-3.011-1.139-.256-2.417-.004-3.286.802-1.072.918-1.518 2.479-1.105 3.825.208.614.63 1.13 1.096 1.569-.615.424-1.112 1.036-1.319 1.761-.37 1.305-.088 2.838.91 3.799-.603.602-1.203 1.207-1.809 1.807C1.111 16.721.213 13.403.71 10.266c.452-3.038 2.202-5.85 4.719-7.606zM19.019 6.683c.622-.621 1.242-1.245 1.866-1.864 2.015 2.472 2.912 5.809 2.4 8.958-.46 3.01-2.193 5.794-4.684 7.544-2.753 1.981-6.416 2.614-9.676 1.68a11.445 11.445 0 0 1-4.106-2.116c.795-.798 1.592-1.594 2.389-2.39.639.067 1.296.023 1.905-.192 1.095-.391 2.04-1.28 2.372-2.41.177-.584.202-1.204.132-1.807l1.038-1.038c.001.636-.003 1.271.002 1.906.01.801.229 1.627.752 2.25a3.779 3.779 0 0 0 2.858 1.32c1.102.02 2.189-.488 2.902-1.323.545-.647.757-1.511.755-2.342 0-1.922.003-3.844-.001-5.766-.01-.874-.286-1.771-.903-2.411z"/><path fill="#00f" d="M7.473 7.437c.838-.139 1.803.368 2.005 1.226.158.667.05 1.488-.534 1.922-.666.551-1.707.552-2.372 0-.605-.451-.702-1.313-.514-1.996.178-.628.79-1.054 1.415-1.152zM14.539 11.163l3.126-3.126c.27.372.379.836.375 1.291v5.391c.001.488-.107 1.007-.443 1.379-.551.624-1.557.703-2.259.301-.549-.32-.797-.973-.795-1.584-.006-1.217-.001-2.434-.002-3.651zM6.424 13.176c.735-.675 1.956-.656 2.689.012l-2.831 2.831c-.765-.76-.704-2.167.142-2.843z"/><path fill="red" d="M19.183 3.115l.042-.043c.571.564 1.14 1.132 1.703 1.704l-.044.042c-.624.619-1.244 1.243-1.866 1.864l-1.355 1.355-3.126 3.126c-.629.627-1.256 1.256-1.884 1.883l-1.038 1.038-4.409 4.409c-.797.796-1.594 1.592-2.389 2.39l-.043.044c-.571-.564-1.14-1.133-1.704-1.704l.044-.042c.607-.6 1.206-1.205 1.809-1.807l1.357-1.357 2.831-2.831 1.245-1.245c.766-.766 1.532-1.531 2.297-2.298l4.102-4.102c.808-.809 1.619-1.616 2.425-2.427z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-minimum-speed-90--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.095 0h1.835c1.769.16 3.514.669 5.05 1.569a12.071 12.071 0 0 1 5.438 6.653c.314.93.487 1.9.582 2.875v1.83c-.161 1.769-.67 3.516-1.57 5.053-1.537 2.7-4.161 4.757-7.155 5.592-.762.224-1.55.339-2.337.428h-1.867c-1.724-.155-3.421-.647-4.931-1.499-2.633-1.467-4.68-3.953-5.593-6.828C.255 14.788.098 13.865 0 12.94v-1.871c.101-.99.279-1.975.605-2.918.956-2.858 3.038-5.31 5.689-6.738C7.772.608 9.421.144 11.095 0M5.398 2.681C2.869 4.457 1.122 7.301.694 10.363c-.465 3.108.436 6.383 2.423 8.818l-.042.039a74.167 74.167 0 0 0 1.706 1.706l.039-.042a11.405 11.405 0 0 0 4.103 2.115c3.249.932 6.9.307 9.651-1.659 2.504-1.748 4.248-4.54 4.711-7.56.512-3.15-.383-6.488-2.4-8.96l.041-.039a72.215 72.215 0 0 0-1.705-1.707l-.039.042A11.433 11.433 0 0 0 14.899.949C11.682.088 8.103.735 5.398 2.681z"/><path fill="#fff" d="M12.896 7.928c.476-1.605 2.245-2.574 3.864-2.388a7716.947 7716.947 0 0 1-4.046 4.046c-.009-.557.015-1.123.182-1.658zM4.967 6.795c.854-.881 2.124-1.352 3.347-1.194 1.159.177 2.207.965 2.729 2.01.512 1.09.489 2.372.13 3.504a314.484 314.484 0 0 1-4.128 4.121c.322-.715.697-1.407 1.039-2.113-1.273.435-2.807-.086-3.516-1.237-.459-.781-.522-1.722-.482-2.608.046-.885.266-1.814.881-2.483m2.552.684c-.706.112-1.374.642-1.491 1.374-.135.771-.114 1.716.509 2.28.685.628 1.862.598 2.509-.072.414-.413.497-1.035.491-1.594-.008-.573-.12-1.207-.565-1.611-.39-.348-.949-.432-1.453-.377zM17.7 8.001l1.351-1.351c.649.653.935 1.586.936 2.492.003 1.906.001 3.811.001 5.717.001.835-.212 1.703-.762 2.35-.688.798-1.718 1.299-2.775 1.313-1.304.046-2.637-.638-3.292-1.778-.644-1.145-.393-2.5-.45-3.751.628-.631 1.256-1.262 1.889-1.888.01 1.189.001 2.378.004 3.566-.006.488.087 1.008.409 1.392.681.82 2.16.772 2.762-.117.246-.357.33-.801.325-1.229V9.281c.005-.455-.118-.918-.399-1.281zM7.229 18.476c.179-.178.347-.366.542-.526-.116.236-.181.651-.542.526z"/><path fill="#00f" d="M5.398 2.681C8.103.736 11.682.089 14.899.949a11.448 11.448 0 0 1 4.283 2.167c-.803.811-1.614 1.616-2.421 2.424-1.619-.186-3.388.784-3.864 2.388-.167.535-.191 1.101-.182 1.658-.515.509-1.016 1.031-1.541 1.529.359-1.132.382-2.414-.13-3.504-.522-1.045-1.57-1.833-2.729-2.01-1.223-.158-2.493.313-3.347 1.194-.615.669-.835 1.599-.881 2.483-.039.886.023 1.827.482 2.608.709 1.15 2.243 1.672 3.516 1.237-.342.706-.717 1.398-1.039 2.113-1.291 1.333-2.619 2.63-3.929 3.944C1.13 16.746.229 13.47.694 10.362 1.122 7.3 2.869 4.456 5.398 2.68zM19.052 6.65c.611-.61 1.219-1.223 1.832-1.83 2.017 2.472 2.912 5.811 2.4 8.96-.463 3.02-2.207 5.812-4.711 7.56-2.751 1.965-6.401 2.591-9.651 1.659a11.421 11.421 0 0 1-4.103-2.115c.801-.805 1.603-1.608 2.408-2.408.361.125.426-.29.542-.526 1.628-1.67 3.294-3.304 4.94-4.956.057 1.252-.194 2.606.45 3.751.654 1.14 1.988 1.824 3.292 1.778 1.057-.014 2.087-.516 2.775-1.313.55-.647.763-1.515.762-2.35 0-1.906.002-3.811-.001-5.717-.001-.906-.287-1.838-.936-2.492z"/><path fill="#00f" d="M7.519 7.479c.504-.054 1.063.029 1.453.377.444.404.556 1.038.565 1.611.006.559-.077 1.18-.491 1.594-.646.67-1.824.7-2.509.072-.623-.564-.644-1.509-.509-2.28.117-.732.785-1.262 1.491-1.374zM14.6 11.106c1.03-1.038 2.068-2.07 3.101-3.105.281.363.404.826.399 1.281v5.436c.006.428-.079.871-.325 1.229-.603.889-2.082.938-2.762.117-.322-.384-.415-.904-.409-1.392-.003-1.189.006-2.378-.004-3.566z"/><path fill="red" d="M19.181 3.116l.039-.042c.578.56 1.148 1.128 1.705 1.707l-.041.039c-.613.608-1.221 1.22-1.832 1.83l-1.351 1.351c-1.033 1.035-2.071 2.066-3.101 3.105-.633.626-1.261 1.256-1.889 1.888-1.646 1.652-3.312 3.286-4.94 4.956-.195.16-.363.349-.542.526-.805.8-1.608 1.603-2.408 2.408l-.039.042a76.227 76.227 0 0 1-1.706-1.706l.042-.039c1.31-1.314 2.638-2.611 3.929-3.944a314.484 314.484 0 0 0 4.128-4.121c.525-.498 1.026-1.02 1.541-1.529l4.046-4.046c.807-.808 1.618-1.613 2.421-2.424z"/></symbol><symbol viewBox="0 0 16 24" id="information--end-of-motorway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2d2989" d="M0 0h13.846c-1.449 2.101-2.839 4.244-4.295 6.341-.264-1.271-.356-2.586-.649-3.843a7.393 7.393 0 0 0-.714.001c.049 1.863.026 3.741.19 5.594a40.93 40.93 0 0 1-.279.442l-.035-.081a178.851 178.851 0 0 0-5.721.008c-.023.18-.02.362-.005.542.549.049 1.102.004 1.653.018.021.321-.012.642.014.962.217.107.505.024.75.046.027-.329-.008-.659.021-.988a47.18 47.18 0 0 1 2.962-.003c-.211.328-.431.651-.653.973-.028-.192.047-.414-.045-.588a55.352 55.352 0 0 0-1.578.003 54.047 54.047 0 0 0-.589 3.866c-1.617 2.411-3.224 4.83-4.875 7.218V.001m6.506 2.542c-.292 1.826-.556 3.656-.855 5.481.487.018.974.006 1.462.008.07-1.843.138-3.691.138-5.532-.242.015-.529-.069-.744.044zM11.746 8.444c1.3-1.894 2.549-3.821 3.863-5.705V23.65c-.151.105-.306.239-.504.22-4.568.003-9.138.004-13.706 0 .817-1.344 1.746-2.621 2.609-3.936.922-.001 1.844-.002 2.767.002.105-1.381.112-2.779.133-4.167l-.071-.044c.556-.785 1.078-1.595 1.62-2.391.102 2.199.074 4.406.214 6.602.987-.006 1.975.006 2.961-.006-.473-3.066-.945-6.133-1.422-9.2.158-.227.311-.456.462-.688.248-.05.542.053.763-.058-.02-.314.098-.699-.07-.968l.006-.008c.579.024 1.161.027 1.74.001a3.685 3.685 0 0 0-.002-.556c-.453-.028-.908-.011-1.362-.008z"/><path fill="#db0303" d="M13.846 0h1.762v2.74c-1.313 1.884-2.563 3.811-3.863 5.705a14.15 14.15 0 0 0-.377.563l-.006.008c-.243.334-.465.682-.692 1.026-.151.232-.305.462-.462.688-.594.861-1.177 1.73-1.753 2.604-.541.796-1.063 1.605-1.62 2.391-.94 1.406-1.896 2.799-2.828 4.21-.863 1.316-1.792 2.593-2.609 3.936-.465-.008-.947.073-1.399-.066V20.51c1.651-2.387 3.258-4.807 4.875-7.218.76-1.077 1.489-2.178 2.212-3.28.222-.321.441-.644.653-.973a6.01 6.01 0 0 0 .361-.505l.279-.442c.407-.571.811-1.15 1.172-1.751C11.007 4.244 12.397 2.102 13.846 0z"/><path fill="#fefefe" d="M6.504 2.543c.216-.112.503-.029.744-.044.001 1.841-.068 3.689-.138 5.532-.488-.002-.975.01-1.462-.008.299-1.824.563-3.655.855-5.481zM8.189 2.498c.238-.011.477-.013.714-.001.293 1.257.385 2.572.649 3.843-.361.602-.765 1.18-1.172 1.751-.164-1.853-.142-3.731-.19-5.594zM2.344 8.461c1.903-.042 3.816-.027 5.721-.008l.035.081a5.79 5.79 0 0 1-.361.505 47.18 47.18 0 0 0-2.962.003c-.029.329.006.659-.021.988-.245-.023-.533.061-.75-.046-.026-.32.007-.641-.014-.962-.551-.014-1.104.03-1.653-.018a2.584 2.584 0 0 1 .005-.542zM11.369 9.008c.122-.19.246-.379.377-.563.454-.003.909-.02 1.362.008.015.185.015.371.002.556-.579.026-1.161.024-1.74-.001z"/><path fill="#fefefe" d="M5.464 9.426a59.29 59.29 0 0 1 1.578-.003c.092.175.018.396.045.588a113.988 113.988 0 0 1-2.212 3.28c.142-1.294.354-2.588.589-3.866zM8.455 13.333c.576-.874 1.159-1.743 1.753-2.604.477 3.066.949 6.133 1.422 9.2-.987.012-1.975 0-2.961.006-.14-2.195-.112-4.403-.214-6.602zM6.836 15.724l.071.044c-.021 1.388-.028 2.786-.133 4.167a637.91 637.91 0 0 0-2.767-.002c.931-1.411 1.888-2.804 2.828-4.21z"/><path fill="#fff" d="M11.363 9.015c.169.269.05.655.07.968-.221.111-.514.008-.763.058.227-.344.45-.692.692-1.026zM15.105 23.871c.197.019.352-.115.504-.22V24H.001v-.196c.451.139.934.059 1.399.066 4.568.004 9.138.003 13.706 0z"/></symbol><symbol viewBox="0 0 15 24" id="information--end-of-overtaking-permitted-heavy-good-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b3" d="M0 0h14.887v3.042c-2.548 2.56-5.115 5.102-7.676 7.648-.023-1.008.005-2.017-.016-3.024a.591.591 0 0 0-.606-.594c-1.747-.01-3.494-.005-5.242-.003-.34-.032-.678.241-.654.596-.01 2.553-.004 5.107-.003 7.66l.384.04c.09.506-.118 1.011-.062 1.496-.33.347-.686.671-1.011 1.023V-.001zM9.364 11.515c1.839-1.837 3.692-3.662 5.523-5.508V24H0v-3.154a703.11 703.11 0 0 1 4.06-4.041c3.265.026 6.531.014 9.796.006-.146-.301-.235-.625-.196-.962.715-.451.579-1.459.539-2.182-.591-.596-.71-1.489-1.2-2.142-1.211-.03-2.423-.005-3.634-.01z"/><path fill="#0371b3" d="M7.203 13.671c.304-.309.611-.614.93-.908-.078.373-.302.673-.502.983-.04.682-.133 1.463.305 2.046.17.201.11.475.122.716-.425.005-.85.005-1.275 0-.002-.377-.002-.754.001-1.131l.422-.02c.003-.562.003-1.124-.004-1.686zM2.124 15.351l.42-.013c-.148.147-.294.296-.442.444l.022-.431zM4.36 16.504c.399-.402.797-.805 1.203-1.2l.187.062c.023.38.017.762.021 1.143-.47.004-.94.005-1.41-.005z"/><path fill="#ed1c24" d="M7.211 10.691c2.562-2.546 5.128-5.089 7.676-7.648v2.965c-1.831 1.846-3.684 3.671-5.523 5.508-.12.117-.237.236-.353.358-.069.074-.137.15-.205.226-.236.21-.466.426-.674.664-.319.293-.626.598-.93.908-.55.541-1.094 1.089-1.64 1.633-.406.395-.804.798-1.203 1.2l-.3.3a703.11 703.11 0 0 0-4.06 4.041v-2.96c.326-.352.681-.676 1.011-1.023.366-.358.729-.718 1.091-1.08.148-.148.294-.297.442-.444 1.557-1.546 3.115-3.095 4.666-4.648z"/><path fill="#fff" d="M.692 7.666c-.023-.355.314-.628.654-.596 1.748-.002 3.495-.007 5.242.003a.591.591 0 0 1 .606.594c.022 1.008-.007 2.017.016 3.024a1858.532 1858.532 0 0 1-4.666 4.648l-.42.013-.022.431c-.362.362-.724.722-1.091 1.08-.056-.485.152-.99.062-1.496l-.384-.04c-.002-2.553-.007-5.107.003-7.66zM9.012 11.874c.116-.122.233-.241.353-.358 1.211.005 2.423-.02 3.634.01.49.653.609 1.546 1.2 2.142.041.723.176 1.731-.539 2.182-.04.337.05.66.196.962-3.265.007-6.531.02-9.796-.006l.3-.3c.47.01.94.009 1.41.005-.004-.382.003-.763-.021-1.143l-.187-.062c.547-.544 1.09-1.092 1.64-1.633.006.562.006 1.124.004 1.686l-.422.02c-.003.377-.003.754-.001 1.131.425.005.85.005 1.275 0-.012-.241.048-.514-.122-.716-.438-.584-.345-1.364-.305-2.046.199-.31.424-.611.502-.983.208-.238.438-.454.674-.664-.122.427-.291.837-.449 1.251a43.125 43.125 0 0 1 5.21-.002 62.07 62.07 0 0 0-.751-1.478c-1.268-.002-2.536-.009-3.805.004m-.095 3.965c-.001.228-.001.457.001.686 1.296.005 2.592.005 3.888.001l.002-.687a504.665 504.665 0 0 0-3.891 0z"/><path fill="#106fb6" d="M8.807 12.099c.068-.076.135-.152.205-.226 1.269-.013 2.537-.005 3.805-.004.258.488.506.983.751 1.478a43.125 43.125 0 0 0-5.21.002c.158-.413.328-.824.449-1.251zM8.917 15.841c1.297-.005 2.594-.005 3.891 0l-.002.687c-1.296.004-2.592.004-3.888-.001a52.264 52.264 0 0 1-.001-.686z"/></symbol><symbol viewBox="0 0 15 24" id="information--end-of-road-works--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f3f8fb" d="M0 0h.262A.72.72 0 0 1 0 .352V0z"/><path fill="#0371b3" d="M.262 0h14.929v3.106c-1.737 1.762-3.495 3.503-5.252 5.244-.043-.663-.925-.932-.859-1.583.413-.193.848-.374 1.107-.774l.37.139-.093-.486.225-.36c-.391-.729-1.165-1.227-1.971-1.361-.44-.033-.527.508-.467.838.089.394-.234.662-.481.909l-.305-.227c-.194.117-.38.249-.585.347-.4.18-.867-.1-1.255.089-.787.613-1.824.83-2.584 1.471-.307 1.039-.676 2.093-.535 3.198.283.126.573.239.855.37-.454.725-.297 1.583-.232 2.383-.107.61-.179 1.234-.018 1.845-1.013 1.07-2.094 2.072-3.11 3.139V.352A.712.712 0 0 0 .263 0zM9.199 12.096c1.979-2.021 4.013-3.987 5.992-6.006V24H.13c.073-.093-.002-.27-.13-.229v-2.515c.316-.337.659-.647.981-.978 4.705-.012 9.409-.004 14.113-.005.001-2.028.008-4.057-.004-6.085-.369.355-.723.751-1.186.982-.41.017-.644-.414-.999-.559-.972-.449-1.962-.858-2.933-1.311-.467-.221-.656-.736-.774-1.204z"/><path fill="#0371b3" d="M4.046 8.252c.418-.139.83-.3 1.228-.492-.297.855-.791 1.629-1.353 2.333a35.071 35.071 0 0 1-.272-.275 5.966 5.966 0 0 0 .397-1.566zM6.876 11.392a1.704 1.704 0 0 1 .384-1.229c.02.263.035.527.058.79-.143.151-.291.296-.442.439zM9.548 13.505c.273-.094.522.076.766.176.871.399 1.76.76 2.627 1.166.279.248.581.462.941.576l-.293.124c-.367.576-.738 1.225-1.384 1.521-.71.478-1.022 1.412-1.828 1.764-.511.146-.713.772-1.299.753l.088-.349a17.798 17.798 0 0 1-.569-.529c0-.104.002-.207.004-.31-.317-.207-.622-.438-.866-.731.2-.014.4-.022.6-.032.467-1.08 1.285-2.016 1.52-3.194.101-.352-.164-.643-.306-.937zM4.715 16.571c.776-.793 1.564-1.574 2.357-2.35l.278.263c-.439.935-.901 1.899-.88 2.957.049.38-.383.608-.357.966.189.278.58.249.824.451.223.19.384.439.554.674-.851-.005-1.704-.005-2.555-.051.11-.307.235-.606.327-.918-.263-.018-.527-.035-.79-.054.163-.63.357-1.284.242-1.94zM2.088 19.181c.341-.343.68-.689 1.03-1.023.049.439.003.88-.059 1.315-.35.014-.722-.01-.971-.292z"/><path fill="#ed1c24" d="M9.939 8.35c1.757-1.741 3.516-3.482 5.252-5.244V6.09c-1.978 2.02-4.013 3.986-5.992 6.006a87.016 87.016 0 0 1-2.128 2.125c-.793.776-1.581 1.557-2.357 2.35a125.67 125.67 0 0 1-1.596 1.587c-.351.333-.689.68-1.03 1.023-.367.368-.74.73-1.107 1.097-.322.331-.665.641-.981.978v-2.968c1.016-1.067 2.097-2.069 3.11-3.139 1.237-1.27 2.504-2.511 3.766-3.756.151-.143.299-.288.442-.439.861-.88 1.73-1.753 2.62-2.604z"/><path fill="#fff" d="M8.25 4.763c-.059-.33.028-.871.467-.838.806.134 1.58.632 1.971 1.361l-.225.36.093.486-.37-.139c-.259.4-.694.581-1.107.774-.066.651.816.92.859 1.583-.89.851-1.759 1.724-2.62 2.604-.023-.263-.039-.527-.058-.79a1.703 1.703 0 0 0-.384 1.229c-1.262 1.245-2.529 2.486-3.766 3.756-.161-.611-.089-1.235.018-1.845-.065-.8-.222-1.658.232-2.383-.281-.131-.572-.245-.855-.37-.141-1.106.227-2.159.535-3.198.76-.641 1.798-.858 2.584-1.471.388-.189.855.091 1.255-.089.205-.098.391-.23.585-.347l.305.227c.247-.246.57-.515.481-.909M4.046 8.252a5.976 5.976 0 0 1-.397 1.566l.272.275c.562-.704 1.056-1.478 1.353-2.333-.398.191-.81.352-1.228.492zM9.199 12.096c.118.467.307.982.774 1.204.971.452 1.961.861 2.933 1.311.354.145.589.576.999.559.463-.231.816-.627 1.186-.982.012 2.029.005 4.058.004 6.085-4.704.001-9.409-.007-14.113.005.368-.367.741-.729 1.107-1.097.249.282.621.307.971.292.062-.435.109-.876.059-1.315.537-.525 1.07-1.053 1.596-1.587.115.656-.079 1.31-.242 1.94.263.019.527.036.79.054-.093.312-.218.611-.327.918.85.047 1.703.046 2.555.051-.17-.235-.331-.485-.554-.674-.245-.202-.636-.173-.824-.451-.026-.359.406-.586.357-.966-.021-1.058.441-2.022.88-2.957l-.278-.263c.717-.7 1.435-1.401 2.128-2.125m.348 1.407c.142.294.406.584.306.937-.235 1.178-1.053 2.114-1.52 3.194-.2.01-.4.018-.6.032.244.293.548.524.866.731-.002.103-.004.206-.004.31.186.18.375.357.569.529l-.088.349c.586.019.788-.608 1.299-.753.806-.352 1.118-1.286 1.828-1.764.646-.296 1.018-.945 1.384-1.521l.293-.124c-.36-.114-.662-.328-.941-.576-.867-.406-1.756-.767-2.627-1.166-.244-.101-.493-.271-.766-.176z"/><path fill="#d0e5f1" d="M0 23.771c.129-.04.203.137.13.229H0v-.229z"/></symbol><symbol viewBox="0 0 18 24" id="information--end-of-tunnel--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#000090" d="M0 0h16.726c-1.466 1.806-2.743 3.762-4.185 5.589-.534.303-.928.789-1.344 1.229-.195.184-.115.452-.029.666l-.155.212c-.751-.466-1.627-.783-2.521-.714-1.48.119-2.817 1.102-3.487 2.41-.221.391-.143.855-.151 1.285.037.77-.257 1.534-.054 2.3.219 1.078-.156 2.155-.028 3.229a16.71 16.71 0 0 0-.154.215c-.078-.235-.202-.518-.504-.472-.602.047-1.276-.135-1.832.114-.312.595-.082 1.35-.139 2.006-.014.496.55.477.903.488-1.011 1.386-2.031 2.765-3.044 4.15V-.001m7.694 4.237c-.413.256-.206.837-.256 1.239.02.402-.14 1.072.404 1.178.629.03 1.273.067 1.896-.026.486-.199.266-.838.315-1.244-.026-.397.143-1.058-.385-1.181-.653-.026-1.329-.078-1.974.033M5.148 5.372c.561.586 1.436 1.055 1.554 1.921a4.9 4.9 0 0 1 .954-.407c-.787-.536-.293-1.635-.427-2.426-.757.128-1.435.516-2.081.913m5.134-.918c-.128.8.353 1.884-.433 2.435.329.109.65.241.957.402.035-.224.038-.48.222-.641.444-.429.854-.894 1.33-1.287-.639-.408-1.327-.766-2.077-.91M4.094 6.193c-.308.391-.893.651-.871 1.214.428.436.841.892 1.301 1.293.514.29.843-.348 1.176-.627.264-.335.879-.623.677-1.126-.381-.464-.829-.881-1.27-1.288-.437-.251-.731.291-1.013.534M2.289 9.108c.816.034 1.76-.259 2.465.272l.155-.334c-.863-.075-1.226-1.059-1.891-1.445-.368.4-.542.989-.729 1.508m.127.264c-.15.068-.296.211-.278.389-.005.579-.007 1.16.001 1.739-.008.256.266.445.505.431.516.004 1.033.016 1.548-.006.254-.01.414-.282.412-.516.011-.518.008-1.038.002-1.556.019-.271-.219-.534-.496-.506-.564.006-1.133-.037-1.694.026m-.209 3.09c.762-.057 1.529-.039 2.291-.012l-.005-.303c-.756.007-1.528.092-2.275-.057l-.012.371m.291.179c-.173.053-.361.204-.357.402-.014.551-.005 1.103-.005 1.654-.021.236.156.526.416.508.55.004 1.101.01 1.651-.004.305.006.424-.35.405-.603-.008-.546.03-1.098-.053-1.639-.034-.25-.309-.353-.532-.338-.508.005-1.02-.031-1.526.018M2.2 15.77a6.643 6.643 0 0 1 2.298-.006l-.003-.321c-.753.015-1.537.128-2.272-.067a52.01 52.01 0 0 1-.023.394zM13.915 6.658c1.372-1.915 2.821-3.775 4.154-5.716v22.905c-.129-.027-.178.024-.149.153H1.081c.356-.293.6-.691.871-1.057 1.023-1.391 2.043-2.783 3.065-4.175 2.703.006 5.407-.013 8.11.01-.164-.157-.395-.291-.433-.535-.1-.911.015-1.825.063-2.734-.082-.896-.159-1.802-.035-2.699.12-.803-.129-1.602-.054-2.407.067-.529-.155-1.021-.432-1.456l.168-.228c.556.191.873-.337 1.218-.662.229-.24.505-.451.652-.756.019-.268-.215-.449-.36-.644m-1.318 2.384l.153.355c.673-.574 1.642-.236 2.447-.292a6.562 6.562 0 0 0-.704-1.569c-.636.488-1.042 1.397-1.897 1.506m.588.33c-.148.069-.284.216-.278.39-.014.55-.005 1.102-.005 1.654a.488.488 0 0 0 .512.518c.516.002 1.032.016 1.548-.008.253-.01.419-.279.408-.515.011-.518.005-1.038.003-1.557.037-.277-.221-.527-.494-.506-.564.007-1.132-.035-1.694.025m-.161 2.779l-.005.297c.756-.023 1.514-.041 2.269.012l-.005-.367c-.742.146-1.508.061-2.259.057m-.116.909c-.017.546-.006 1.093-.006 1.639-.022.239.155.532.421.509.604.01 1.209-.002 1.814 0 .388-.412.19-1.013.237-1.519-.012-.36.113-.916-.357-1.032-.499-.081-1.011-.025-1.515-.037-.269-.029-.589.146-.594.441m.115 2.386v.304a7.472 7.472 0 0 1 2.264.012l.001-.329c-.752.067-1.511.053-2.265.013m.136.539a.46.46 0 0 0-.256.438c-.005.549-.009 1.1.002 1.649-.008.226.182.45.418.432a47.59 47.59 0 0 0 1.647.002c.273.021.409-.297.401-.527-.002-.548.022-1.099-.014-1.646-.02-.335-.39-.42-.663-.39-.51.032-1.033-.046-1.535.042z"/><path fill="#000090" d="M7.915 7.254c1.025-.262 2.124.004 2.986.597a1327.556 1327.556 0 0 1-5.811 7.911c-.028-1.664-.007-3.33-.012-4.994.017-1.633 1.234-3.167 2.837-3.513zM10.285 11.636c.548-.832 1.166-1.615 1.753-2.42.353.706.394 1.508.395 2.282-.006 2.338.005 4.677-.005 7.016-2.409.064-4.822.012-7.233.026l.124-.149c.416-.127.727-.437 1.058-.703 1.232-1.028 2.557-1.95 3.73-3.044-.165.046-.342.078-.482.186-1.33 1.035-2.622 2.122-3.976 3.125 1.386-1.978 2.833-3.916 4.281-5.849-.035.806-.015 1.613-.016 2.42.671.003 1.342.004 2.013-.001-.011-.786.038-1.575-.019-2.358-.164-.698-1.063-.882-1.623-.533m.187 3.578c-.558 1.064-1.174 2.098-1.712 3.172.235-.077.323-.313.433-.51.574-1.078 1.192-2.133 1.742-3.223-.255.084-.344.35-.463.561m1.252-.418c.112 1.081.262 2.159.366 3.242a.54.54 0 0 0 .14.36c.118-1.201-.116-2.393-.241-3.583.006-.189-.275-.21-.265-.02z"/><path fill="#c00" d="M16.726 0h.955c.137.187.273.377.388.579v.362c-1.333 1.941-2.781 3.802-4.154 5.716-.506.684-1.017 1.367-1.509 2.061l-.168.228-.199.268c-.587.805-1.205 1.588-1.753 2.42-.116.159-.233.317-.355.472-1.447 1.933-2.895 3.87-4.281 5.849-.113.142-.222.289-.33.435l-.124.149c-.061.075-.12.151-.178.228-1.022 1.392-2.042 2.784-3.065 4.175-.271.366-.516.764-.871 1.057H.235c.058-.135-.103-.281-.234-.226v-1.066c1.013-1.385 2.033-2.764 3.044-4.15.526-.711 1.048-1.424 1.572-2.136l.154-.215.319-.444c1.947-2.629 3.883-5.267 5.811-7.911l.111-.154.155-.212c.469-.623.944-1.244 1.373-1.895 1.442-1.827 2.718-3.783 4.185-5.589z"/><path fill="#00006b" opacity=".75" d="M17.681 0h.388v.579A5.962 5.962 0 0 0 17.681 0z"/><path fill="#fefefe" d="M7.696 4.236c.645-.11 1.32-.058 1.974-.033.528.123.36.784.385 1.181-.049.406.172 1.045-.315 1.244-.623.092-1.268.056-1.896.026-.544-.106-.384-.776-.404-1.178.05-.402-.157-.983.256-1.239z"/><path fill="#fefefe" d="M5.148 5.372c.645-.397 1.323-.785 2.081-.913.134.791-.36 1.891.427 2.426-.332.1-.651.24-.954.407-.118-.866-.993-1.335-1.554-1.921zM10.282 4.455c.75.144 1.438.502 2.077.91-.476.392-.887.858-1.331 1.287-.183.161-.187.417-.222.641a6.212 6.212 0 0 0-.957-.402c.786-.55.305-1.634.433-2.435zM4.094 6.193c.282-.243.576-.785 1.013-.534.442.407.889.824 1.27 1.288.202.503-.413.791-.677 1.126-.333.279-.663.917-1.176.627-.46-.402-.873-.857-1.301-1.293-.022-.563.564-.823.871-1.214zM12.405 8.719c.493-.694 1.003-1.377 1.509-2.061.145.195.38.376.36.644-.147.305-.423.516-.652.756-.345.325-.663.852-1.218.662zM2.289 9.108C2.476 8.59 2.65 8 3.018 7.6c.665.386 1.028 1.371 1.891 1.445l-.155.334c-.704-.531-1.649-.238-2.465-.272z"/><path fill="#fefefe" d="M12.596 9.041c.855-.109 1.261-1.017 1.897-1.506.305.489.537 1.018.704 1.569-.806.056-1.774-.282-2.447.292l-.153-.355zM2.416 9.373c.56-.063 1.13-.019 1.694-.026.276-.027.515.235.496.506.006.518.009 1.038-.002 1.556.002.234-.159.506-.412.516-.515.022-1.032.01-1.548.006-.238.015-.513-.175-.505-.431a77.544 77.544 0 0 1-.001-1.739c-.017-.178.129-.32.278-.389zM13.183 9.371c.561-.059 1.13-.017 1.694-.025.273-.021.531.229.494.506.002.519.008 1.038-.003 1.557.011.235-.155.505-.408.515-.516.024-1.032.01-1.548.008a.488.488 0 0 1-.512-.518c0-.551-.009-1.103.005-1.654-.005-.173.13-.32.278-.39zM10.285 11.636c.56-.349 1.459-.165 1.623.533.057.783.008 1.572.019 2.358-.671.005-1.342.004-2.013.001.001-.807-.019-1.614.016-2.42.122-.155.239-.313.355-.472zM2.207 12.464l.012-.371c.747.149 1.518.064 2.275.057l.005.303c-.763-.027-1.529-.046-2.291.012zM13.022 12.151c.751.004 1.517.089 2.259-.057.002.092.005.276.005.367-.755-.053-1.513-.035-2.269-.012l.005-.297zM2.497 12.642c.506-.049 1.017-.014 1.526-.018.223-.016.498.088.532.338.083.541.045 1.093.053 1.639.019.254-.1.61-.405.603-.55.014-1.101.007-1.651.004-.26.017-.437-.272-.416-.508 0-.551-.009-1.103.005-1.654-.005-.198.183-.349.357-.402zM12.906 13.059c.005-.295.325-.47.594-.441.504.013 1.016-.044 1.515.037.47.116.345.672.357 1.032-.047.506.151 1.108-.237 1.519-.605-.002-1.21.01-1.814 0-.266.023-.443-.27-.421-.509 0-.546-.011-1.093.006-1.639zM2.28 16.064c.557-.249 1.23-.067 1.832-.114.302-.047.426.236.504.472-.525.712-1.047 1.425-1.572 2.136-.352-.011-.916.007-.903-.488.057-.656-.173-1.411.139-2.006zM13.157 15.985c.502-.088 1.025-.01 1.535-.042.274-.03.643.055.663.39.036.548.012 1.098.014 1.646.008.23-.128.548-.401.527a47.59 47.59 0 0 1-1.647-.002c-.236.018-.426-.205-.418-.432-.011-.549-.007-1.1-.002-1.649a.455.455 0 0 1 .256-.438z"/><path fill="#fefffe" d="M11.197 6.819c.416-.44.81-.926 1.344-1.229-.43.652-.904 1.272-1.373 1.895-.086-.214-.166-.482.029-.666z"/><path fill="#fff" d="M5.004 9.393c.67-1.308 2.007-2.291 3.487-2.41.894-.069 1.77.247 2.521.714l-.111.154c-.861-.593-1.961-.859-2.986-.597-1.603.346-2.82 1.88-2.837 3.513.005 1.664-.016 3.33.012 4.994-.107.148-.214.296-.319.444-.128-1.074.247-2.151.028-3.229-.204-.766.091-1.529.054-2.3.008-.43-.069-.893.151-1.285zM12.038 9.216l.199-.268c.276.434.498.926.432 1.456-.075.806.173 1.604.054 2.407-.124.897-.047 1.803.035 2.699-.048.909-.163 1.823-.063 2.734.037.244.268.378.433.535-2.703-.023-5.407-.004-8.11-.01a5.58 5.58 0 0 1 .178-.228c2.411-.015 4.824.037 7.233-.026.01-2.339-.001-4.678.005-7.016-.001-.775-.042-1.576-.395-2.282z"/><path fill="#fff" d="M11.724 14.794c-.01-.19.271-.169.265.02.125 1.19.359 2.382.241 3.583a.54.54 0 0 1-.14-.36c-.104-1.083-.254-2.161-.366-3.242z"/><path fill="#fbfbfc" d="M9.626 14.831c.14-.109.317-.141.482-.186-1.174 1.094-2.499 2.017-3.73 3.044-.33.266-.642.576-1.058.703.109-.146.217-.293.33-.435 1.354-1.004 2.645-2.091 3.976-3.125zM10.472 15.212c.119-.212.208-.477.463-.561-.55 1.091-1.168 2.145-1.742 3.223-.11.197-.198.433-.433.51.537-1.074 1.154-2.108 1.712-3.172zM2.2 15.77l.023-.394c.736.194 1.519.081 2.272.067l.003.321a6.667 6.667 0 0 0-2.298.006zM13.021 15.446c.754.04 1.513.054 2.265-.013l-.001.329a7.536 7.536 0 0 0-2.264-.012v-.304z"/><path fill="#26006e" opacity=".95" d="M0 23.774c.131-.055.292.091.234.226H0v-.226z"/><path fill="#000010" opacity=".11" d="M17.92 24c-.029-.13.02-.181.149-.153V24h-.149z"/></symbol><symbol viewBox="0 0 17 24" id="information--end-of-tunnel--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#303192" d="M0 0h16.201c-.51.696-1.004 1.406-1.505 2.11-4.295.004-8.59-.004-12.884.003-.023 4.551-.02 9.104.005 13.653 1.056.013 2.111-.004 3.166.009C3.326 18.12 1.647 20.45 0 22.803V0zM15.44 4.097c.576-.815 1.163-1.623 1.73-2.445V24H1.306c1.964-2.736 3.899-5.492 5.854-8.235 2.763.009 5.527.008 8.29.001-.008-3.889.042-7.78-.01-11.669z"/><path fill="#ff0303" d="M16.201 0h.969v1.652c-.567.822-1.154 1.63-1.73 2.445-.641.899-1.283 1.798-1.915 2.703l-.107.152c-.452.632-.913 1.259-1.343 1.906-.096.124-.188.252-.28.379-.083.117-.162.236-.245.354-.877 1.218-1.739 2.447-2.61 3.67-.6.83-1.19 1.667-1.78 2.504C5.205 18.507 3.27 21.264 1.306 24H0v-1.197c1.647-2.354 3.326-4.683 4.983-7.028.593-.823 1.178-1.652 1.765-2.48 1.319-1.867 2.646-3.729 3.97-5.592l.1-.141.109-.157c.496-.673.972-1.36 1.459-2.04l.11-.157c.733-1.033 1.47-2.064 2.201-3.099.501-.704.994-1.413 1.504-2.11z"/><path fill="#fff" d="M1.813 2.113c4.294-.007 8.589.001 12.884-.003-.73 1.035-1.468 2.066-2.201 3.099l-.404-.625c-2.29-.019-4.58-.003-6.87-.008-.668.978-1.293 1.985-1.952 2.969-.098.158-.232.317-.215.515-.005 1.634.009 3.269-.006 4.903-.2-.001-.4.013-.601.012l-.001.287c1.432.052 2.868-.009 4.302.031-.587.827-1.172 1.656-1.765 2.48-1.055-.012-2.11.005-3.166-.009-.025-4.55-.028-9.103-.005-13.653zM13.524 6.8c.633-.905 1.274-1.803 1.915-2.703.052 3.889.003 7.78.01 11.669-2.763.007-5.527.009-8.29-.001.59-.838 1.179-1.674 1.78-2.504 1.96.04 3.923.02 5.883.004l-.002-.289c-.19.001-.379-.01-.569-.009-.012-1.668.016-3.336-.013-5.003-.179-.42-.485-.771-.714-1.164z"/><path fill="#fff" d="M5.479 4.698c.66-.009 1.32-.003 1.98-.004.232.661.473 1.32.709 1.982-.475.063-.919.245-1.336.475a208.78 208.78 0 0 1-1.353-2.453zM7.615 4.698c.717-.009 1.435.01 2.152.01-.211.643-.452 1.277-.68 1.913l-.793.007c-.225-.644-.454-1.286-.679-1.93zM9.217 6.659c.248-.648.452-1.311.705-1.956.666.005 1.332-.02 1.999-.004-.449.8-.892 1.602-1.335 2.404a4.295 4.295 0 0 0-1.369-.444zM4.309 6.276c.348-.495.673-1.006 1.019-1.504.489.804.909 1.649 1.376 2.465a6.84 6.84 0 0 0-.63.561c-.599-.496-1.179-1.012-1.765-1.523zM12.026 4.809c.134.176.253.362.36.556-.487.679-.963 1.367-1.459 2.04a3.352 3.352 0 0 0-.198-.229c.414-.799.854-1.584 1.297-2.367zM4.211 6.442c.618.452 1.179.98 1.77 1.468-.213.341-.394.704-.481 1.099a67.514 67.514 0 0 1-2.19-1.208c.294-.457.594-.912.901-1.359z"/><path fill="#fff" d="M6.146 8.14c1.044-1.471 3.284-1.687 4.672-.579l-.1.141c-1.481-1.271-4.241-.694-4.761 1.283-.1 1.346-.009 2.705-.045 4.056l-.2-.033c-.071-.729-.013-1.464-.032-2.194.015-.902-.131-1.911.466-2.674zM12.074 8.857c.431-.647.891-1.274 1.343-1.906.193.286.379.575.567.864-.621.374-1.257.726-1.911 1.042zM3.256 7.92c.731.396 1.443.829 2.187 1.202 0 .621.01 1.243.011 1.864-.735-.346-1.464-.705-2.196-1.059-.008-.669-.003-1.338-.002-2.007zM11.995 9.081c.689-.381 1.376-.766 2.068-1.14.014.653-.004 1.304.01 1.957-.66.36-1.344.69-2.036.987.012-.601.054-1.206-.043-1.803zM11.549 9.591c.083-.118.162-.237.245-.354.046 1.257.019 2.515.021 3.772l-.225.027c-.03-1.148.042-2.298-.041-3.444zM3.258 11.912a56.12 56.12 0 0 1 .003-1.835c.729.364 1.461.722 2.192 1.081.008.592.005 1.183.001 1.774-.748-.304-1.46-.69-2.196-1.021zM12.066 11.019c.672-.305 1.321-.656 1.997-.952.011.606 0 1.213.008 1.819-.66.343-1.335.663-2.007.983-.004-.617-.009-1.233.003-1.85zM12.099 13.014c.628-.368 1.304-.655 1.96-.971.018.323.012.646.003.969-.654.008-1.308.029-1.963.003zM3.252 13.006c.003-.324-.005-.648.014-.971.661.335 1.344.628 1.996.982-.67.007-1.342.032-2.01-.01z"/><path fill="#231f20" d="M5.222 4.576c2.29.005 4.58-.011 6.87.008l.404.625-.11.157a4.714 4.714 0 0 0-.36-.556 73.323 73.323 0 0 0-1.297 2.367c.069.073.136.149.198.229l-.109.157C9.43 6.455 7.19 6.67 6.146 8.142c-.597.763-.451 1.772-.466 2.674.019.73-.039 1.466.032 2.194l.2.033c.036-1.351-.055-2.71.045-4.056.52-1.977 3.28-2.554 4.761-1.283-1.324 1.863-2.651 3.725-3.97 5.592-1.434-.04-2.87.021-4.302-.031l.001-.287c.201.001.401-.013.601-.012.014-1.634.001-3.269.006-4.903-.017-.198.118-.357.215-.515.659-.984 1.284-1.991 1.952-2.969m.258.119c.444.822.897 1.638 1.353 2.453.416-.231.86-.413 1.336-.475-.235-.661-.476-1.32-.709-1.982-.659.001-1.32-.005-1.98.004m2.136 0c.225.644.454 1.286.679 1.93l.793-.007c.229-.637.47-1.27.68-1.913-.717 0-1.435-.019-2.152-.01m1.602 1.961c.478.074.941.216 1.369.444.443-.802.886-1.604 1.335-2.404-.667-.016-1.333.009-1.999.004-.252.645-.457 1.308-.705 1.956m-4.908-.383c.586.51 1.167 1.026 1.765 1.523.197-.2.41-.385.63-.561-.468-.817-.888-1.661-1.376-2.465-.346.497-.671 1.008-1.019 1.504m-.098.165c-.307.448-.607.902-.901 1.359.721.418 1.454.816 2.19 1.208.087-.396.268-.759.481-1.099-.591-.488-1.152-1.015-1.77-1.468M3.256 7.92c-.001.669-.006 1.338.002 2.007.732.354 1.461.712 2.196 1.059-.001-.621-.011-1.243-.011-1.864-.744-.373-1.455-.806-2.187-1.202m.002 3.992c.736.331 1.448.717 2.196 1.021.004-.591.007-1.182-.001-1.774-.731-.36-1.464-.717-2.192-1.081a56.12 56.12 0 0 0-.003 1.835m-.006 1.093c.668.043 1.34.017 2.01.01-.652-.354-1.335-.647-1.996-.982-.019.323-.011.647-.014.971zM13.417 6.951l.107-.152c.23.393.535.744.714 1.164.029 1.667.001 3.335.013 5.003.19-.002.379.009.569.009l.002.289c-1.96.016-3.923.036-5.883-.004.871-1.223 1.732-2.452 2.61-3.67.083 1.146.01 2.297.041 3.444l.225-.027c-.002-1.257.026-2.515-.021-3.772.092-.127.184-.255.28-.379a23.853 23.853 0 0 0 1.911-1.042c-.188-.289-.375-.579-.567-.864m-1.423 2.131c.097.598.055 1.202.043 1.803a23.864 23.864 0 0 0 2.036-.987c-.014-.653.004-1.304-.01-1.957-.692.375-1.379.759-2.068 1.14m.07 1.939c-.011.617-.007 1.233-.003 1.85.673-.32 1.347-.639 2.007-.983-.008-.606.004-1.213-.008-1.819-.675.296-1.325.647-1.997.952m.034 1.995c.655.027 1.309.005 1.963-.003.009-.323.015-.646-.003-.969-.655.317-1.332.603-1.96.971z"/></symbol><symbol viewBox="0 0 24 24" id="information--end-of-two-way-traffic--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h1.493A2.248 2.248 0 0 0 0 1.361V0zM22.518 0H24v1.385A2.22 2.22 0 0 0 22.518 0z"/><path fill="#fff" d="M1.352.284C1.815.194 2.29.23 2.76.225 9.24.232 15.72.22 22.2.231c.68-.032 1.331.457 1.519 1.105.09.468.047.949.054 1.423-.004 6.48.002 12.96-.002 19.439.056.848-.728 1.612-1.57 1.568-6.48.013-12.961-.001-19.441.007-.469-.006-.944.031-1.408-.059-.658-.175-1.166-.827-1.123-1.518C.227 15.398.225 8.599.229 1.8.186 1.11.698.462 1.352.283M.997 1.915c.011 6.612-.014 13.224.012 19.836l-.127.128c-.252 1.008.852 1.301 1.62 1.116 6.569.013 13.139.006 19.709.004.425.03.82-.364.788-.788.002-6.806.008-13.614-.004-20.42.037-.259-.126-.457-.3-.624-.354-.203-.766-.184-1.158-.162C14.954.992 8.372.999 1.789 1.001c-.482-.035-.866.45-.792.914z"/><path fill="#fff" d="M8.228 7.633c1.236-1.754 2.434-3.541 3.732-5.248 1.171 1.583 2.305 3.192 3.486 4.768-.166.164-.331.33-.493.499a20.682 20.682 0 0 0-1.318-.007c-.013.443-.012.887.012 1.33-1.076 1.117-2.183 2.206-3.272 3.31-.013-1.546.008-3.092-.011-4.638-.713-.018-1.424.005-2.136-.013zM10.349 15.104c1.091-1.111 2.195-2.209 3.293-3.313-.024 1.52-.014 3.042-.005 4.562.71.018 1.423-.005 2.135.013-1.214 1.759-2.455 3.499-3.691 5.243-1.23-1.526-2.314-3.172-3.5-4.735.18-.176.361-.353.54-.532.414.02.829.024 1.244.012.014-.416.011-.834-.016-1.25zM0 22.615A2.22 2.22 0 0 0 1.482 24H0v-1.385zM22.507 24A2.245 2.245 0 0 0 24 22.638V24h-1.493z"/><path fill="#cbcaca" d="M1.493 0h21.025c.688.197 1.241.71 1.482 1.385v21.253A2.245 2.245 0 0 1 22.507 24H1.482A2.218 2.218 0 0 1 0 22.615V1.361A2.248 2.248 0 0 1 1.493 0m-.141.284C.698.463.186 1.111.229 1.801.225 8.6.227 15.399.229 22.197c-.043.691.466 1.343 1.123 1.518.463.09.938.053 1.408.059 6.48-.008 12.961.006 19.441-.007.841.043 1.626-.72 1.57-1.568.005-6.479-.001-12.959.002-19.439-.007-.474.036-.955-.054-1.423C23.531.689 22.88.199 22.2.232 15.72.221 9.24.233 2.76.226c-.469.005-.944-.031-1.408.059z"/><path fill="#00a8eb" d="M.997 1.915c-.074-.464.31-.949.792-.914 6.583-.002 13.165-.01 19.748.004-2.027 2.053-4.06 4.1-6.091 6.149-1.181-1.576-2.315-3.185-3.486-4.768-1.298 1.706-2.496 3.493-3.732 5.248.712.018 1.423-.005 2.136.013.019 1.546-.002 3.092.011 4.638-3.127 3.151-6.244 6.311-9.366 9.467C.983 15.14 1.008 8.528.997 1.916zM22.696 1.166c.174.167.337.365.3.624.012 6.806.006 13.614.004 20.42.031.425-.364.818-.788.788-6.57.002-13.14.01-19.709-.004 2.029-2.038 4.049-4.084 6.078-6.121 1.187 1.564 2.27 3.209 3.5 4.735 1.236-1.744 2.477-3.484 3.691-5.243-.712-.018-1.424.005-2.135-.013-.01-1.52-.019-3.042.005-4.562 3.052-3.064 6.101-6.132 9.142-9.206.22-.428.097-.985-.088-1.418z"/><path fill="#00a8eb" d="M13.636 7.645c.439-.011.878-.01 1.318.007-.422.454-.868.884-1.306 1.322a15.945 15.945 0 0 1-.012-1.33zM9.12 16.343c.402-.42.816-.829 1.229-1.238.026.416.03.834.016 1.25-.415.012-.83.008-1.244-.012z"/><path fill="#df1034" d="M21.538 1.004c.392-.022.804-.041 1.158.162.185.433.307.99.088 1.418a3606.84 3606.84 0 0 1-9.142 9.206c-1.098 1.104-2.202 2.202-3.293 3.313-.413.409-.827.818-1.229 1.238-.179.179-.36.355-.54.532-2.029 2.038-4.049 4.084-6.078 6.121-.768.185-1.872-.108-1.62-1.116l.127-.128c3.122-3.156 6.239-6.316 9.366-9.467 1.09-1.104 2.196-2.192 3.272-3.31.438-.438.883-.869 1.306-1.322.162-.169.328-.335.493-.499 2.032-2.048 4.064-4.096 6.091-6.149z"/></symbol><symbol viewBox="0 0 24 24" id="information--equestrians-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.901C.4.24.069.734 0 1.282V0zM23.42 0h.779v.761C24.004.448 23.751.17 23.42 0z"/><path fill="#fff" d="M.199 1.525C.198.853.686.169 1.392.135 8.552.13 15.713.136 22.874.132c.582-.001 1.122.484 1.191 1.058.004 7.205-.001 14.411.002 21.617.015.604-.528 1.048-1.066 1.193H1.264c-.31-.126-.641-.281-.817-.582-.275-.415-.253-.935-.248-1.412.002-6.826 0-13.653.001-20.48M1.287.622c-.371.103-.616.459-.622.837C.662 8.486.666 15.513.664 22.54c-.02.464.288.987.794.995 7.116 0 14.232.001 21.348-.001.394.001.783-.326.796-.727l-.001-21.482a.756.756 0 0 0-.727-.727C15.758.597 8.643.601 1.527.596a.838.838 0 0 0-.24.026z"/><path fill="#fff" d="M11.79 4.142c.29-.057.686-.065.842.241.252.338.153.921-.264 1.073-.292.134-.689.092-.883-.187-.253-.359-.146-.976.304-1.126z"/><path fill="#fff" d="M12.616 5.396l.109-.015c.733.97.86 2.253.701 3.422.34.226.697.499 1.134.443.881-.074 1.806-.178 2.659.128.788.281 1.378 1.165 1.152 2.006-.183.709.067 1.435.406 2.056-.539.084-.944-.331-1.207-.745l-.095.13c.213.398.404.845.805 1.091.033.887.154 1.777.427 2.624.082.092.206.127.312.185.017.269-.023.537-.138.782-.241-.283-.661-.39-.777-.772a1.938 1.938 0 0 1-.348-1.108c.024-.34-.196-.626-.223-.958-.582-.49-1.104-1.053-1.701-1.523-.27.482-.323 1.04-.365 1.579-.419.624-.89 1.266-.99 2.033-.104.056-.21.109-.316.161l.003.237c-.293.211-.658.124-.982.054l-.18-.189c.334-.386.811-.674.978-1.178.138-.497.376-.963.457-1.477.126-.527.034-1.068-.014-1.597-.899.484-1.95.406-2.934.465.035.941.4 1.861 1.092 2.512.18.295.451.53.582.853-.23.229-.46.458-.731.639a1.63 1.63 0 0 1-.136-.782c-.286-.347-.622-.637-.943-.947-.469-.702-.958-1.397-1.295-2.177-.356.285-.652.672-.703 1.138-.529.631-.967 1.39-1.058 2.221l-.17-.001c-.164.162-.295.361-.303.598-.354-.001-.708.002-1.062-.003.108-.501.656-.715.818-1.194.295-.792.832-1.505.896-2.368.053-.443.199-.911.031-1.347-.094-.251-.144-.515-.223-.771-.14-.291-.403-.492-.624-.719-.461.277-.911.568-1.353.874a.733.733 0 0 1-.942-.033c-.325-.195-.897-.319-.777-.824.231-.82.645-1.584.931-2.389-.137-.206-.145-.452-.134-.691l.211.1.096-.072c.175.126.32.283.445.458 1.164.082 2.296.427 3.436.669.154-.1.285-.231.433-.338.118.122.238.243.361.36-.027.051-.055.101-.081.152l.267.07c.33-.146.65-.321.886-.602a16.854 16.854 0 0 1 0-.318c-.306.221-.628.422-.908.677a3.934 3.934 0 0 1-.497-.433c.472-.481 1.035-.862 1.59-1.24.074-.576.218-1.14.348-1.705.229-.007.461-.06.647-.202m-5.991 5.103c-.287.311-.739.406-.975.769l-.007.162c.453.234.828-.195 1.189-.406.134-.118.367-.169.42-.352a1.035 1.035 0 0 0-.627-.174m-1.085 1.109c.189.16.42.201.624.046-.208-.017-.416-.028-.624-.046zM0 22.858c.078.461.314.888.717 1.142H0v-1.142zM23.629 24c.235-.203.457-.432.57-.727V24h-.57z"/><path fill="#231f20" d="M.901 0H23.42c.331.17.584.448.779.761v22.511c-.113.295-.336.525-.57.727h-.628c.538-.145 1.082-.589 1.066-1.193-.003-7.205.002-14.411-.002-21.617C23.997.615 23.457.13 22.874.131 15.713.134 8.552.128 1.392.134.686.169.197.852.199 1.524.198 8.351.2 15.178.198 22.004c-.005.477-.027.997.248 1.412.176.302.507.457.817.582H.717c-.403-.254-.639-.681-.717-1.142V1.28A1.64 1.64 0 0 1 .901-.002z"/><path fill="#006f51" d="M1.287.622a.838.838 0 0 1 .24-.026c7.116.005 14.231.001 21.347.002a.756.756 0 0 1 .727.727c.001 7.161-.001 14.322.001 21.482-.013.401-.402.728-.796.727l-21.348.001c-.506-.008-.814-.531-.794-.995C.666 15.513.663 8.486.665 1.459c.005-.378.251-.734.622-.837m10.503 3.52c-.45.15-.558.767-.304 1.126.193.279.591.321.883.187.417-.152.516-.735.264-1.073-.156-.306-.552-.297-.842-.241m.825 1.255c-.185.142-.418.195-.647.202-.13.565-.274 1.13-.348 1.705-.554.378-1.118.759-1.59 1.24.157.154.315.307.497.433.28-.255.602-.456.908-.677v.318c-.235.281-.555.456-.886.602a8.049 8.049 0 0 0-.267-.07l.081-.152a13.618 13.618 0 0 1-.361-.36c-.149.106-.279.238-.433.338-1.14-.242-2.272-.587-3.436-.669a1.917 1.917 0 0 0-.445-.458l-.096.072-.211-.1c-.011.239-.003.485.134.691-.287.805-.701 1.569-.931 2.389-.12.505.452.63.777.824a.736.736 0 0 0 .942.033c.441-.306.892-.597 1.353-.874.221.227.483.428.624.719.078.256.128.52.223.771.168.436.023.903-.031 1.347-.064.863-.6 1.576-.896 2.368-.162.479-.709.693-.818 1.194.354.005.708.002 1.062.003.009-.237.139-.437.303-.598l.17.001c.091-.831.529-1.59 1.058-2.221.051-.466.346-.854.703-1.138.337.78.826 1.475 1.295 2.177.322.31.658.6.943.947-.015.269.023.537.136.782.271-.181.501-.41.731-.639-.132-.323-.403-.558-.582-.853-.691-.652-1.057-1.571-1.092-2.512.984-.059 2.035.019 2.934-.465.048.529.14 1.07.014 1.597-.081.513-.319.979-.457 1.477-.167.504-.644.792-.978 1.178l.18.189c.324.07.689.158.982-.054l-.003-.237c.106-.052.212-.105.316-.161.1-.767.571-1.409.99-2.033.042-.539.095-1.097.365-1.579.598.47 1.119 1.033 1.701 1.523.027.332.247.618.223.958.001.402.12.778.348 1.108.116.382.536.489.777.772.114-.245.154-.513.138-.782-.106-.058-.23-.094-.312-.185-.274-.847-.395-1.737-.427-2.624-.401-.246-.592-.693-.805-1.091l.095-.13c.263.414.669.829 1.207.745-.338-.621-.589-1.348-.406-2.056.226-.84-.364-1.725-1.152-2.006-.853-.306-1.778-.203-2.659-.128-.437.057-.794-.217-1.134-.443.16-1.169.033-2.452-.701-3.422l-.109.015z"/><path fill="#006f51" d="M6.628 10.498a1.03 1.03 0 0 1 .627.174c-.053.183-.286.234-.42.352-.362.21-.736.64-1.189.406l.007-.162c.237-.364.689-.458.975-.769zM5.543 11.606c.208.018.416.029.624.046-.204.156-.435.114-.624-.046z"/></symbol><symbol viewBox="0 0 10 24" id="information--exit-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.572.121c.254-.137.551-.11.828-.111l8.049.001a.932.932 0 0 1 .852.489c.158.273.127.599.128.901v21.2c0 .315.03.655-.144.934-.141.255-.41.408-.689.465H.918c-.31-.057-.608-.23-.761-.513-.162-.267-.129-.59-.131-.888V1.05A1.012 1.012 0 0 1 .57.12m.244.098c-.37.087-.663.445-.653.828C.159 8.331.162 15.615.159 22.901c-.05.474.357.939.837.931 2.802.002 5.604.001 8.406 0 .461.008.867-.421.839-.88V1.047c.016-.45-.381-.88-.84-.85C6.539.212 3.674.169.814.218z"/><path fill="#f0c900" d="M.566 1.147c-.018-.273.191-.56.48-.548 2.769-.005 5.538-.003 8.307 0 .292-.015.51.27.491.548 0 2.579-.002 5.159-.006 7.737-3.094 1.782-6.184 3.57-9.279 5.349 0-4.362.003-8.724.006-13.086m2.151.725c-.03.15-.01.305-.012.456.138-.102.278-.203.42-.301.006.841-.001 1.683.003 2.525h.426c.001-.995.003-1.99-.001-2.985-.33-.074-.607.084-.837.305m1.899-.305c-.348.088-.624.419-.623.783-.003.483-.006.968.002 1.452.012.444.445.816.885.776.419-.024.781-.403.775-.825 0-.485.009-.971-.005-1.455-.03-.491-.562-.865-1.035-.729m2.101-.002c-.347.09-.624.419-.621.783-.005.466-.003.933-.001 1.401-.014.451.404.849.852.829.433-.004.819-.393.812-.828 0-.485.009-.97-.005-1.455-.033-.49-.563-.865-1.037-.729m-2.59 4.087c.002.526 0 1.052.001 1.578l.317.001c.014-.357-.024-.717.02-1.072.075-.292.562-.264.597.039.028.343.003.688.012 1.032l.317.001c.009-.345-.015-.691.012-1.035.035-.3.513-.329.594-.042.05.356.008.719.022 1.077h.318c-.012-.399.027-.802-.021-1.199-.099-.449-.718-.513-1.005-.205a.609.609 0 0 0-.859-.025l-.012-.153-.313.004z"/><path fill="#f0c900" d="M4.717 1.971c.262-.078.546.153.521.426-.009.49.024.985-.018 1.473-.094.399-.743.375-.803-.033-.026-.479-.006-.961-.01-1.441a.416.416 0 0 1 .31-.426zM6.817 1.971a.42.42 0 0 1 .522.426c-.009.49.024.985-.018 1.473-.094.399-.744.375-.803-.033-.026-.48-.006-.961-.01-1.441a.416.416 0 0 1 .309-.426zM.559 18.666c3.093-1.782 6.185-3.565 9.276-5.351.009 3.196.007 6.393.01 9.589.027.3-.249.552-.541.528-2.752 0-5.505.003-8.258-.001a.467.467 0 0 1-.479-.481C.56 21.522.561 20.094.559 18.665z"/><path d="M.814.218C3.673.169 6.539.211 9.401.197c.459-.03.857.4.84.85v21.905c.027.459-.378.888-.839.88-2.802.001-5.604.002-8.406 0-.48.008-.887-.457-.837-.931.003-7.285 0-14.569.002-21.855C.15.662.444.304.814.218m-.248.929C.563 5.509.56 9.871.56 14.233c3.095-1.779 6.185-3.568 9.279-5.349.005-2.579.006-5.159.006-7.737C9.864.87 9.646.584 9.354.6 6.585.597 3.816.596 1.047.6c-.29-.012-.499.275-.48.548M.559 18.666c.002 1.428 0 2.857.008 4.285a.468.468 0 0 0 .479.481c2.753.004 5.505.001 8.258.001.293.023.569-.229.542-.528-.003-3.197-.001-6.393-.01-9.59C6.745 15.1 3.653 16.884.56 18.666z"/><path d="M2.716 1.872c.229-.221.507-.379.837-.305.004.995.002 1.99.001 2.985h-.426c-.005-.841.002-1.683-.003-2.525-.141.098-.281.199-.42.301.001-.151-.018-.306.012-.456zM4.614 1.567c.473-.135 1.005.238 1.035.729.013.484.005.97.005 1.455.006.422-.356.801-.775.825-.441.041-.873-.332-.885-.776a63.882 63.882 0 0 1-.002-1.452.832.832 0 0 1 .623-.783m.102.406a.414.414 0 0 0-.31.426c.005.48-.015.962.01 1.441.06.408.709.432.803.033.042-.489.009-.983.018-1.473.025-.273-.259-.504-.521-.426zM6.714 1.567c.474-.137 1.004.238 1.037.729.014.485.005.97.005 1.455.006.435-.379.823-.812.828-.447.021-.866-.378-.852-.829-.002-.467-.003-.934.001-1.401-.002-.364.274-.693.621-.783m.103.405a.415.415 0 0 0-.309.426c.005.48-.015.962.01 1.441.06.408.708.432.803.033.042-.489.009-.983.018-1.473.025-.273-.26-.504-.522-.426zM4.124 5.655c.105 0 .208-.002.313-.004l.012.153a.609.609 0 0 1 .859.026c.286-.308.905-.243 1.005.205.048.396.009.8.021 1.199a16.854 16.854 0 0 0-.318 0c-.014-.359.027-.721-.022-1.077-.081-.286-.559-.257-.594.042-.027.344-.002.69-.012 1.035-.106-.001-.212-.002-.317-.001-.009-.344.016-.69-.012-1.032-.035-.303-.521-.332-.597-.039-.045.355-.006.716-.02 1.072-.106-.001-.212-.002-.317-.001l-.001-1.578z"/></symbol><symbol viewBox="0 0 10 24" id="information--exit-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f0c900" d="M.571.121c.254-.137.551-.11.83-.111L9.45.011a.934.934 0 0 1 .852.488c.165.289.124.633.128.951v21.1c-.003.33.039.69-.144.984-.144.258-.417.414-.702.465H.93c-.315-.051-.617-.227-.772-.513-.17-.282-.126-.624-.131-.938v-21.5A1.01 1.01 0 0 1 .57.119m.245.099c-.37.086-.663.444-.654.828C.159 8.314.163 15.582.159 22.85c-.068.489.334.99.837.982 2.802.002 5.605.002 8.407 0 .46.008.865-.421.838-.88L10.24 1.046c.017-.449-.381-.879-.839-.849C6.539.212 3.674.169.814.218z"/><path fill="#f0c900" d="M.566 1.147c-.018-.273.191-.56.48-.548 2.769-.005 5.539-.004 8.308 0 .292-.015.51.27.49.546.002 1.93-.002 3.861-.004 5.793C6.749 8.729 3.652 10.513.558 12.3.561 8.582.561 4.864.565 1.146m1.676 1.34h.41c-.023-.313.305-.585.602-.441.249.103.315.449.141.648-.357.46-.72.913-1.081 1.371-.116.139-.05.335-.063.5.554.001 1.107.002 1.661 0v-.415c-.381-.003-.763.001-1.145-.002.338-.438.703-.855 1.026-1.304.293-.448.009-1.104-.507-1.221-.53-.158-1.086.324-1.043.866m2.825-.865c-.338.096-.604.417-.603.773-.005.469-.003.939-.001 1.408-.011.461.432.861.887.817a.84.84 0 0 0 .772-.822c0-.483.009-.966-.005-1.449-.029-.498-.573-.876-1.05-.726m2.098-.004c-.342.091-.615.416-.615.776a94.28 94.28 0 0 0-.001 1.407c-.011.448.407.841.851.819.43-.006.814-.389.808-.822 0-.484.009-.969-.005-1.453-.03-.493-.564-.868-1.038-.728m-3.04 4.036v1.578l.317.001c.014-.357-.024-.717.021-1.071.069-.273.51-.276.585-.006.05.356.008.718.022 1.076h.317c.014-.359-.027-.72.021-1.077.074-.268.51-.267.585 0 .049.356.008.718.022 1.077h.318c-.017-.411.039-.829-.031-1.234-.126-.423-.714-.462-.994-.17a.614.614 0 0 0-.86-.026 7.371 7.371 0 0 1-.01-.153 16.33 16.33 0 0 1-.313.003z"/><path fill="#f0c900" d="M5.216 2.016a.416.416 0 0 1 .492.432c-.006.483.019.968-.014 1.449-.072.405-.727.408-.801.002-.033-.482-.007-.966-.014-1.449a.412.412 0 0 1 .338-.433zM7.269 2.022c.262-.081.549.149.525.423-.01.492.027.987-.02 1.476-.1.393-.742.363-.799-.04-.026-.477-.006-.957-.011-1.436a.414.414 0 0 1 .305-.424zM.561 15.624c3.093-1.782 6.185-3.567 9.277-5.351v3.314c-3.09 1.79-6.188 3.569-9.279 5.357 0-1.107-.008-2.213.003-3.319zM.564 22.164c3.09-1.762 6.185-3.514 9.277-5.272 0 2.004.005 4.009.004 6.013.026.3-.249.551-.541.528-2.736.002-5.472 0-8.208.001-.231.019-.475-.126-.514-.365-.039-.3-.01-.604-.018-.906z"/><path d="M.815.218C3.675.168 6.541.211 9.402.197c.459-.029.855.4.839.849.002 7.302 0 14.604.001 21.906.027.459-.378.888-.838.88-2.802.002-5.604.002-8.407 0-.504.009-.906-.492-.837-.982.003-7.269 0-14.537.002-21.804C.152.662.445.304.816.218m-.25.929C.561 4.864.563 8.583.559 12.301 3.653 10.513 6.75 8.73 9.841 6.939c.002-1.931.006-3.862.004-5.793C9.864.869 9.647.585 9.354.6 6.585.597 3.815.595 1.046.6c-.29-.012-.498.274-.48.548M.561 15.624c-.01 1.107-.003 2.213-.003 3.319 3.092-1.788 6.189-3.567 9.279-5.356v-3.314C6.745 12.058 3.653 13.842.56 15.624m.004 6.54c.008.302-.021.606.018.906.039.239.283.384.514.365 2.736 0 5.472.001 8.208-.001.293.023.567-.228.541-.528.001-2.004-.003-4.008-.004-6.013-3.092 1.758-6.187 3.51-9.277 5.272z"/><path d="M2.241 2.486c-.042-.543.513-1.024 1.043-.866.516.117.8.773.507 1.221-.324.448-.689.866-1.026 1.304.381.003.764 0 1.145.002v.415H2.25c.013-.165-.053-.36.063-.5.36-.457.724-.91 1.081-1.371.175-.198.108-.544-.141-.648-.297-.144-.625.129-.602.441h-.41zM5.067 1.623c.477-.15 1.022.228 1.05.726.014.483.005.966.005 1.449a.84.84 0 0 1-.772.822c-.456.043-.898-.357-.887-.817-.003-.47-.003-.939.001-1.408 0-.357.266-.678.603-.773m.149.394a.413.413 0 0 0-.338.433c.007.483-.019.968.014 1.449.075.405.73.404.801-.002.033-.482.008-.966.014-1.449a.417.417 0 0 0-.492-.432zM7.165 1.62c.474-.141 1.009.234 1.038.728.014.484.005.969.005 1.453.006.433-.378.816-.808.822-.444.022-.862-.372-.851-.819a94.26 94.26 0 0 1 .001-1.407c0-.36.273-.684.615-.776m.104.401a.414.414 0 0 0-.305.424c.005.478-.015.958.011 1.435.057.404.699.434.799.041.047-.489.009-.985.02-1.476.025-.275-.262-.504-.525-.423zM4.125 5.655c.105 0 .208-.002.313-.003l.01.153a.613.613 0 0 1 .86.026c.279-.293.867-.253.994.17.07.405.015.824.031 1.235h-.318c-.014-.359.027-.721-.022-1.077-.075-.267-.511-.268-.585 0-.048.356-.007.718-.021 1.077H5.07c-.015-.358.027-.72-.022-1.076-.075-.27-.517-.267-.585.006-.045.354-.006.714-.021 1.071l-.317-.001V5.658z"/></symbol><symbol viewBox="0 0 10 24" id="information--exit-ahead--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fc3" d="M.539.06c.095-.039.2-.037.3-.04C3.791.022 6.743.019 9.694.022c.405-.008.76.362.757.762v22.431c.001.398-.353.772-.756.76-2.97 0-5.939-.001-8.909.001-.409.019-.779-.355-.762-.762V.786A.753.753 0 0 1 .54.061m.057.328a.455.455 0 0 0-.252.449v22.325c-.026.252.181.499.44.49 2.953.005 5.906.001 8.859.002a.452.452 0 0 0 .48-.49V.837a.455.455 0 0 0-.48-.492C6.727.341 3.809.346.892.343.793.347.689.346.598.39z"/><path fill="#fc3" d="M.598.838A.209.209 0 0 1 .839.597C3.773.596 6.708.595 9.642.598a.204.204 0 0 1 .228.237c.002 1.802.001 3.604.001 5.406-3.088 1.786-6.182 3.56-9.273 5.341C.599 8 .597 4.419.599.837m1.689 1.537l.368.002c.069-.354.584-.449.734-.105.168.331-.181.635-.504.567.002.109.003.219.003.328.342-.067.677.242.549.591-.106.39-.693.356-.787-.029l-.375.002c.047.478.558.83 1.019.659.588-.159.74-1.034.249-1.39.492-.365.243-1.233-.347-1.326-.444-.109-.863.271-.908.701m2.814-.676c-.357.033-.676.344-.664.713-.005.454-.014.909.006 1.363.025.517.674.808 1.107.568a.706.706 0 0 0 .407-.669c.002-.438.012-.877-.006-1.314-.014-.419-.452-.718-.85-.66m1.99.051c-.28.092-.498.358-.496.659-.008.455-.013.912.003 1.367.009.347.321.619.652.658.399.06.845-.237.858-.659.014-.472.016-.945-.002-1.416-.026-.477-.588-.771-1.016-.608m-3.04 3.86c0 .542-.001 1.085.001 1.628h.326c.014-.367-.026-.737.02-1.101.072-.291.548-.281.608.012.041.361.005.727.018 1.089h.324c.013-.363-.022-.729.018-1.09.061-.293.536-.301.608-.01.047.364.007.734.021 1.101h.326c-.015-.423.035-.852-.028-1.271-.135-.438-.737-.47-1.031-.173a.614.614 0 0 0-.881-.022 8.766 8.766 0 0 1-.006-.162l-.324.001z"/><path fill="#fc3" d="M5.044 2.105c.222-.097.519.048.525.304.008.453.026.911-.01 1.362-.065.36-.662.357-.721-.005-.038-.399-.006-.801-.017-1.202-.011-.177.037-.394.224-.461zM7.197 2.12c.221-.099.519.045.527.3a17.4 17.4 0 0 1-.003 1.332c-.03.377-.645.412-.724.047-.047-.39-.007-.787-.021-1.18-.011-.186.02-.424.222-.498zM.713 13.709c3.053-1.756 6.103-3.519 9.157-5.275-.001.747.006 1.495-.004 2.242-3.09 1.778-6.18 3.554-9.268 5.335.002-.724-.003-1.448.002-2.173-.011-.071.07-.096.114-.129zM.599 18.203c3.088-1.787 6.181-3.562 9.272-5.344-.001.746.001 1.491-.001 2.237-3.088 1.786-6.182 3.561-9.274 5.341.003-.745-.001-1.489.003-2.233zM.679 22.584c3.063-1.764 6.126-3.531 9.191-5.293.001 1.958.002 3.915 0 5.872.021.136-.09.259-.228.236-2.949-.001-5.898.003-8.848-.002-.239.005-.197-.286-.199-.445.02-.121-.056-.301.084-.368z"/><path d="M.597.389C.688.345.792.346.891.342 3.808.345 6.726.34 9.643.344a.455.455 0 0 1 .48.492v22.328a.452.452 0 0 1-.48.49c-2.953-.001-5.906.003-8.859-.002-.258.009-.466-.238-.44-.49V.837A.456.456 0 0 1 .596.388m.002.45C.597 4.42.599 8.001.597 11.583 3.688 9.802 6.783 8.029 9.87 6.242c0-1.802.001-3.604-.001-5.406a.204.204 0 0 0-.228-.237C6.707.596 3.772.597.838.598a.21.21 0 0 0-.241.241m.116 12.87c-.044.034-.125.059-.114.129-.004.724.001 1.448-.002 2.173 3.088-1.781 6.179-3.557 9.268-5.335.01-.747.003-1.495.004-2.242-3.053 1.757-6.103 3.519-9.157 5.275m-.113 4.494c-.004.744.001 1.489-.003 2.233 3.092-1.78 6.186-3.555 9.274-5.341l.001-2.237C6.78 14.64 3.687 16.416.599 18.202m.08 4.382c-.139.067-.064.247-.084.368.002.159-.041.451.199.445 2.949.004 5.898.001 8.848.002.138.024.25-.1.228-.236.002-1.957.001-3.914 0-5.872-3.065 1.762-6.127 3.529-9.191 5.293z"/><path d="M2.288 2.374c.045-.43.464-.81.908-.701.59.093.839.961.347 1.326.491.355.34 1.231-.249 1.39-.461.17-.972-.181-1.019-.659l.375-.002c.094.385.681.419.787.029.128-.348-.206-.658-.549-.591 0-.11-.001-.219-.003-.328.323.068.672-.236.504-.567-.15-.344-.664-.249-.734.105-.123.001-.246-.001-.368-.002zM5.103 1.698c.398-.058.836.241.85.66.017.438.008.876.006 1.314a.71.71 0 0 1-.407.669c-.432.241-1.082-.051-1.107-.568-.02-.454-.01-.909-.006-1.363-.012-.368.307-.68.664-.713m-.059.408c-.187.067-.235.284-.224.461.011.4-.021.803.017 1.202.059.362.656.365.721.005.036-.452.019-.909.01-1.362-.006-.256-.303-.402-.525-.304zM7.093 1.75c.427-.163.99.13 1.016.608.018.472.015.945.002 1.416-.013.422-.459.719-.858.659-.331-.039-.642-.311-.652-.658a25.956 25.956 0 0 1-.003-1.367c-.002-.301.215-.567.496-.659m.103.371c-.201.074-.233.312-.222.498.015.392-.026.789.021 1.18.08.366.694.33.724-.047a17.4 17.4 0 0 0 .003-1.332c-.008-.255-.306-.399-.527-.3zM4.052 5.611c.108.001.215 0 .324-.001l.006.162a.614.614 0 0 1 .881.022c.294-.296.896-.265 1.031.173.062.419.013.848.028 1.271a17.713 17.713 0 0 0-.326 0c-.014-.367.026-.737-.021-1.101-.072-.29-.547-.283-.608.01-.04.361-.005.727-.018 1.09a17.496 17.496 0 0 0-.324 0c-.013-.363.023-.728-.018-1.089-.06-.293-.536-.303-.608-.012-.046.364-.007.735-.02 1.101a17.713 17.713 0 0 0-.326 0c-.002-.543-.001-1.085-.001-1.628z"/></symbol><symbol viewBox="0 0 23 24" id="information--flight-port--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fcfdfb" d="M0 0h23.473v24H0V0m1.886.583C1.208.741.621 1.386.671 2.105.62 8.568.666 15.032.63 21.495c-.084.889.707 1.745 1.606 1.683 6.41-.011 12.82-.07 19.23-.062.866.03 1.655-.748 1.63-1.615-.005-6.464.013-12.93.004-19.394.042-.778-.6-1.501-1.341-1.646C15.518.439 9.275.466 3.034.508c-.382.013-.773-.011-1.149.075z"/><path fill="#3f56b5" d="M1.886.583c.376-.086.766-.062 1.149-.075C9.276.466 15.519.438 21.76.461c.741.145 1.383.868 1.341 1.646.009 6.464-.009 12.93-.004 19.394.025.868-.764 1.646-1.63 1.615-6.41-.008-12.82.051-19.23.062-.899.062-1.691-.794-1.606-1.683C.667 15.032.62 8.568.672 2.105.622 1.386 1.209.741 1.887.583m.129.395c-.57.133-1.018.657-.953 1.258-.015 6.421-.02 12.843-.022 19.265-.055.728.609 1.344 1.324 1.296 6.335-.044 12.669-.098 19.004-.086a1.261 1.261 0 0 0 1.328-1.346c.017-6.375.011-12.75.029-19.126.07-.741-.605-1.484-1.362-1.385C14.916.892 8.459.784 2.018.978z"/><path fill="#fafbf7" d="M2.016.978C8.458.784 14.914.892 21.362.854c.757-.099 1.432.644 1.362 1.385-.018 6.376-.012 12.752-.029 19.126a1.26 1.26 0 0 1-1.328 1.346c-6.335-.012-12.669.042-19.004.086-.715.047-1.379-.568-1.324-1.296.003-6.422.008-12.844.022-19.265-.065-.601.384-1.125.953-1.258M1.509 2.24c-.03 6.33-.009 12.661-.033 18.99.015.224-.032.473.109.667.104.326.459.497.786.462 5.32-.03 10.643-.013 15.959-.075 1.146-.018 2.362.179 3.464-.144.39-.07.454-.575.452-.905.005-6.376.011-12.753-.004-19.129.028-.539-.512-.88-1.009-.818-6.247.004-12.488.044-18.735.08-.506-.087-1.027.349-.99.87z"/><path fill="#2d4abf" d="M1.509 2.24c-.037-.521.484-.957.99-.87 6.247-.037 12.488-.076 18.735-.08.497-.062 1.036.278 1.009.818.015 6.376.009 12.753.004 19.129.001.33-.062.835-.452.905-1.633-.297-3.345.131-4.941-.318 1.395-.294 2.806.079 4.205-.104.688-1.163.047-2.542.269-3.795.053-.711.087-1.663-.624-2.069-.018-.174-.034-.348-.053-.521l-.455-.407.33-.272c-.384-.314-.897-.524-1.377-.29l-.228.429a5.834 5.834 0 0 0-.695-.146c-.153-.409-.256-1.328-.897-.936-.402.742-.458 1.668-1.052 2.309-.239.282-.571-.009-.832-.094.393-.345 1.133-.559 1.05-1.199.049-1.085-.012-2.169.008-3.255-.013-.475.202-1.035-.193-1.416-.897-1.236-1.974-2.331-2.946-3.502-.149-.625.046-1.278-.071-1.911l-.835.015c.026.736-.098 1.503.059 2.222.927 1.175 2.043 2.206 2.917 3.422.08 1.137.005 2.281.037 3.422.041.501-.451.791-.719 1.149-.323.021-.584.214-.841.389.025-.299.065-.597.124-.891-.174.08-.349.16-.525.239-.305-.393.016-.934-.274-1.323-.2.185-.427.352-.558.596.032.363.394.574.607.84-.174.062-.348.125-.521.191-.589-.654-1.427-.517-2.185-.694-.047-.525.018-1.059-.1-1.576-.115.761-.099 1.535-.232 2.293L9.813 15l-.14.704c-.33-2.672-.104-5.368-.173-8.052-.053-.989.193-2.007-.022-2.979a15.602 15.602 0 0 1-.194-.018c-.265-.004-.529.005-.794.013-.007 2.676.005 5.35-.012 8.024a12.514 12.514 0 0 0-.285-.69c-.037 1.156.149 2.374-.51 3.405-.543-.352-.696-.998-1.021-1.503-.957-.153-1.935-.044-2.891.082-.219.452-.356.945-.638 1.367-.31-.017-.62-.017-.93-.015-.07.156-.136.313-.204.468l-.015-.563c-.128.078-.256.157-.384.233-.007 2.142 0 4.282-.016 6.423-.141-.194-.095-.443-.109-.667.024-6.33.003-12.661.033-18.99z"/><path fill="#fafdf9" d="M8.49 4.665c.265-.008.529-.017.794-.013 0 5.008.013 10.019-.034 15.028-.255.001-.509-.004-.764-.021-.015-2.322.001-4.646-.008-6.969.017-2.674.005-5.349.012-8.024z"/><path fill="#2c48b8" d="M9.284 4.652c.049.005.146.015.194.018.215.972-.03 1.99.022 2.979.069 2.684-.157 5.38.173 8.052l.14-.704.434-.061c.133-.758.117-1.532.232-2.293.119.517.053 1.051.1 1.576.758.177 1.596.04 2.185.694.173-.066.347-.129.521-.191-.212-.266-.575-.477-.607-.84.131-.244.357-.411.558-.596.29.389-.03.93.274 1.323.175-.079.351-.158.525-.239a7.856 7.856 0 0 0-.124.891c.257-.175.518-.368.841-.389-.723.87-1.531 1.668-2.221 2.562-.152.705-.05 1.465-.047 2.19l.814.005c.078-.633-.033-1.282.083-1.908.895-1.146 1.989-2.139 2.859-3.307.116-1.445-.028-2.908.07-4.358.394.381.179.942.193 1.416-.02 1.085.041 2.169-.008 3.255.083.64-.657.853-1.05 1.199.261.084.593.376.832.094.595-.641.65-1.567 1.052-2.309.641-.392.744.527.897.936.235.034.467.084.695.146l.228-.429c.48-.233.993-.024 1.377.29l-.33.272c.15.136.303.272.455.407.018.173.034.347.053.521.711.406.676 1.358.624 2.069-.222 1.253.419 2.632-.269 3.795-1.399.183-2.81-.19-4.205.104 1.596.448 3.309.021 4.941.318-1.102.323-2.318.125-3.464.144-5.316.062-10.639.045-15.959.075-.327.036-.682-.136-.786-.462.016-2.142.009-4.282.016-6.423.128-.076.256-.156.384-.233l.015.563c.069-.156.135-.313.204-.468.31-.003.62-.003.93.015.282-.422.419-.915.638-1.367.956-.125 1.933-.235 2.891-.082.324.505.477 1.151 1.021 1.503.659-1.031.473-2.248.51-3.405.1.228.199.456.285.69.009 2.324-.007 4.647.008 6.969.255.017.509.022.764.021.047-5.008.034-10.019.034-15.028z"/><path fill="#f8fcf9" d="M12.458 4.658c.278-.005.556-.011.835-.015.117.633-.078 1.286.071 1.911.972 1.171 2.049 2.267 2.946 3.502-.098 1.451.046 2.913-.07 4.358-.87 1.168-1.964 2.161-2.859 3.307-.116.626-.005 1.275-.083 1.908-.27-.003-.542-.004-.814-.005-.003-.725-.104-1.485.047-2.19.69-.894 1.498-1.692 2.221-2.562.268-.357.76-.647.719-1.149-.032-1.141.044-2.285-.037-3.422-.874-1.216-1.99-2.247-2.917-3.422-.157-.719-.033-1.486-.059-2.222z"/></symbol><symbol viewBox="0 0 24 24" id="information--food--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bebfc1" d="M1.83 0h20.239v.086C15.372.075 8.67.132 1.975.058L1.83 0z"/><path fill="#53555a" d="M0 1.822C.207.9.999.091 1.975.058 8.67.132 15.372.075 22.069.086 22.96.08 23.734.817 24 1.636v20.925c-.255.623-.708 1.189-1.35 1.438H1.431C.739 23.696.19 23.092 0 22.357V1.821M1.777.312C.842.518.172 1.439.206 2.387.202 8.826.205 15.264.205 21.703c-.036.805.396 1.625 1.137 1.971.551.283 1.186.223 1.784.227 6.131 0 12.26-.003 18.391.001 1.164.124 2.355-.811 2.315-2.021.008-6.527.006-13.053.002-19.579.046-1.098-.95-2.084-2.045-2.038C15.354.257 8.918.264 2.482.26c-.235.005-.474.002-.705.051z"/><path fill="#fff" d="M1.777.312c.231-.049.47-.046.705-.051C8.918.265 15.354.257 21.789.265c1.095-.046 2.091.94 2.045 2.038.004 6.526.006 13.052-.002 19.579.04 1.21-1.151 2.145-2.315 2.021-6.131-.004-12.26-.001-18.391-.001-.598-.004-1.233.056-1.784-.227-.74-.347-1.172-1.167-1.137-1.971 0-6.439-.003-12.877.001-19.316C.172 1.44.841.519 1.777.313m.196.398C1.181.822.585 1.599.638 2.39c0 6.468-.001 12.936.001 19.405-.047.862.692 1.675 1.565 1.662 6.53.006 13.06.003 19.591.002.849.037 1.634-.714 1.617-1.567.003-6.532.002-13.066 0-19.598.037-.904-.813-1.681-1.706-1.609C15.129.703 8.548.648 1.973.712z"/><path fill="#fff" d="M10.883 2.246c1.968-.226 4.007.138 5.756 1.074 2.521 1.309 4.43 3.745 5.075 6.515.699 2.863.029 6.019-1.784 8.345-1.668 2.203-4.292 3.652-7.048 3.875a9.907 9.907 0 0 1-6.526-1.744C4.437 18.98 3 16.958 2.41 14.695a9.91 9.91 0 0 1 .614-6.8C4.447 4.83 7.521 2.61 10.882 2.246M8.714 6.62c-.225 1.04.09 2.201.955 2.862.016 3.737-.021 7.475.012 11.212-.036.625 1.103.643 1.038-.002.015-3.733-.016-7.469-.005-11.202 1.151-.751 1.149-2.321.897-3.522-.207-.855-.172-1.797-.53-2.596-.061 1.335.001 2.674-.016 4.01a27.666 27.666 0 0 0-.288-.006c-.086-1.336-.037-2.686-.206-4.013-.228 1.314-.127 2.672-.279 3.999l-.209.076c-.088-1.362.024-2.742-.158-4.093-.208 1.328-.172 2.685-.314 4.021l-.178.057c-.107-1.35.029-2.714-.086-4.063-.348 1.049-.402 2.178-.635 3.259m3.948-2.421c-.071 1.633-.032 3.272-.066 4.907-.008.453-.03.985.343 1.313.404.362.567.913.535 1.444-.01 2.912-.011 5.826-.001 8.738-.016.677 1.194.575 1.105-.094.007-5.689.004-11.38.002-17.07-.679-.071-1.764-.112-1.918.762z"/><path fill="#005598" d="M1.973.711C8.549.648 15.129.703 21.706.684c.893-.072 1.743.705 1.706 1.609.002 6.532.003 13.066 0 19.598.017.852-.769 1.604-1.617 1.567-6.531.001-13.061.005-19.591-.002-.873.014-1.612-.8-1.565-1.662C.637 15.325.638 8.857.638 2.389.586 1.598 1.181.821 1.973.71m8.91 1.536C7.521 2.61 4.448 4.83 3.025 7.895a9.91 9.91 0 0 0-.614 6.8C3 16.958 4.438 18.98 6.357 20.311a9.907 9.907 0 0 0 6.526 1.744c2.756-.223 5.38-1.672 7.048-3.875 1.812-2.326 2.483-5.482 1.784-8.345-.645-2.77-2.554-5.206-5.075-6.515-1.749-.936-3.789-1.3-5.756-1.074z"/><path fill="#005598" d="M8.714 6.62c.234-1.08.288-2.21.635-3.259.116 1.35-.02 2.714.086 4.063l.178-.057c.142-1.336.106-2.693.314-4.021.182 1.351.07 2.731.158 4.093l.209-.076c.152-1.327.051-2.685.279-3.999.169 1.327.12 2.677.206 4.013l.288.006c.017-1.336-.045-2.675.016-4.01.358.799.323 1.741.53 2.596.251 1.201.254 2.771-.897 3.522-.011 3.733.019 7.468.005 11.202.065.645-1.074.627-1.038.002-.033-3.737.004-7.475-.012-11.212-.865-.66-1.181-1.822-.955-2.862zM12.66 4.198c.154-.874 1.24-.833 1.918-.762.002 5.69.006 11.381-.002 17.07.088.669-1.121.771-1.105.094-.01-2.912-.009-5.826.001-8.738.032-.531-.131-1.081-.535-1.444-.373-.328-.351-.86-.343-1.313.034-1.635-.005-3.274.066-4.907z"/></symbol><symbol viewBox="0 0 24 24" id="information--food--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.035.134c.209-.091.441-.1.666-.104C8.6.034 15.5.029 22.399.032c.835-.027 1.594.736 1.568 1.57.003 6.932.003 13.865 0 20.797.024.835-.734 1.591-1.568 1.568-6.932.003-13.865.003-20.798 0-.833.026-1.596-.734-1.568-1.568-.002-6.933-.002-13.865 0-20.798C.01.961.455.37 1.035.134m.305.528c-.447.117-.75.573-.72 1.03v20.617c-.05.59.484 1.12 1.074 1.07h20.612c.592.051 1.121-.482 1.074-1.072V1.693c.048-.59-.48-1.123-1.072-1.072C15.639.619 8.969.622 2.3.619c-.32.006-.645-.026-.96.043z"/><path fill="#fff" d="M4 4c5.333-.004 10.667-.004 16.001 0 .003 5.333.003 10.667-.001 16-5.333.004-10.667.004-16 .001C3.996 14.667 3.996 9.333 4 4m1.649 2.097a3.46 3.46 0 0 0 1.039 2.514c1.041 1.045 2.086 2.085 3.129 3.128.224-.265.642-.498.936-.193 2.178 2.266 4.315 4.575 6.494 6.84.641.097 1.2-.516 1.162-1.141-1.646-1.537-3.274-3.093-4.912-4.639-2.384-2.215-4.627-4.575-6.95-6.852-.292-.326-.902-.097-.898.343m11.05-.405c-.739.53-1.487 1.048-2.22 1.586-.481.35-.645.962-.623 1.53-.033 1.02-1.059 1.519-1.659 2.203.272.256.542.515.816.771.429-.429.814-.902 1.266-1.308.637-.572 1.642-.105 2.247-.746.632-.714 1.118-1.547 1.698-2.304.125-.135.302-.471-.015-.473-.717.635-1.35 1.363-2.054 2.012-.142.208-.421-.079-.212-.216.633-.678 1.323-1.303 1.956-1.981.166-.141-.096-.372-.228-.203-.705.671-1.367 1.388-2.079 2.053l-.21-.208c.664-.713 1.383-1.374 2.054-2.081a.162.162 0 0 0-.13-.283c-.773.658-1.402 1.482-2.202 2.104l-.159-.151c.613-.807 1.445-1.432 2.102-2.206.026-.228-.227-.22-.348-.099M5.616 17.246c-.102.642.512 1.2 1.136 1.164 1.68-1.796 3.382-3.571 5.064-5.364-.277-.295-.557-.588-.835-.882-1.792 1.69-3.589 3.377-5.365 5.082z"/><path fill="#154889" d="M1.34.662c.315-.069.64-.037.96-.043 6.669.003 13.339 0 20.008.002.592-.051 1.12.482 1.072 1.072v20.614c.047.59-.482 1.123-1.074 1.072H1.694c-.59.05-1.124-.48-1.074-1.07V1.692c-.03-.457.273-.913.72-1.03M4 4c-.004 5.333-.004 10.667 0 16.001 5.333.003 10.667.003 16-.001.004-5.333.004-10.667.001-16C14.667 3.996 9.333 3.996 4 4z"/><path d="M5.649 6.097c-.004-.44.606-.669.898-.343 2.323 2.277 4.566 4.637 6.95 6.852 1.638 1.546 3.266 3.102 4.912 4.639.038.625-.521 1.238-1.162 1.141-2.179-2.265-4.316-4.574-6.494-6.84-.294-.305-.712-.072-.936.193-1.043-1.043-2.088-2.083-3.129-3.128a3.46 3.46 0 0 1-1.039-2.514zM16.699 5.692c.121-.121.374-.129.348.099-.657.774-1.489 1.399-2.102 2.206l.159.151c.8-.622 1.429-1.446 2.202-2.104a.162.162 0 0 1 .13.283c-.671.707-1.39 1.368-2.054 2.081l.21.208c.712-.665 1.374-1.382 2.079-2.053.132-.169.394.062.228.203-.633.678-1.323 1.303-1.956 1.981-.209.137.07.424.212.216.704-.649 1.337-1.377 2.054-2.012.317.002.14.338.015.473-.58.757-1.066 1.59-1.698 2.304-.605.641-1.61.174-2.247.746-.452.406-.837.879-1.266 1.308-.274-.256-.544-.515-.816-.771.6-.684 1.626-1.183 1.659-2.203-.022-.568.142-1.18.623-1.53.733-.538 1.481-1.056 2.22-1.586z"/><path d="M5.616 17.246c1.776-1.705 3.573-3.392 5.365-5.082.278.294.558.587.835.882-1.682 1.793-3.384 3.568-5.064 5.364-.624.036-1.238-.522-1.136-1.164z"/></symbol><symbol viewBox="0 0 24 24" id="information--gas-station--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bebfc1" d="M1.926 0h20.143v.087c-6.666-.008-13.335.036-20-.022L1.926 0z"/><path fill="#2b2e34" d="M.066 2.26C.002 1.15.931.047 2.069.065c6.665.058 13.334.014 20 .022.957-.041 1.777.757 2.023 1.638V22.47c-.174.653-.661 1.19-1.274 1.465a10.31 10.31 0 0 1-.209.065H1.534c-.855-.308-1.545-1.128-1.468-2.073C.106 15.373.108 8.813.065 2.26M1.863.302C.947.483.241 1.365.268 2.3.263 8.828.261 15.357.27 21.885c-.02 1.08.945 2.032 2.022 2.011 6.533.011 13.067.008 19.6.002 1.074.018 2.041-.932 2.017-2.011.012-6.498.002-12.997.005-19.496C23.948 1.606 23.51.819 22.8.47c-.476-.256-1.034-.223-1.558-.223C15.203.249 9.166.248 3.128.248 2.706.253 2.28.22 1.864.302z"/><path fill="#fff" d="M1.863.302c.417-.083.842-.05 1.264-.054 6.038 0 12.075.001 18.114-.001.523.001 1.081-.032 1.558.223.711.349 1.149 1.136 1.114 1.921-.003 6.499.007 12.998-.005 19.496.024 1.079-.943 2.029-2.017 2.011-6.533.006-13.067.009-19.6-.002-1.077.021-2.042-.931-2.022-2.011C.26 15.356.263 8.828.267 2.3.24 1.365.947.483 1.862.302m.106.492C1.283.933.752 1.592.776 2.295.777 8.827.773 15.36.778 21.892c-.009.806.711 1.527 1.522 1.493h19.584c.807.029 1.536-.695 1.516-1.502.004-6.528.001-13.056.001-19.583.041-.863-.752-1.599-1.604-1.542C15.188.781 8.573.712 1.967.793z"/><path fill="#fff" d="M8.863 4.135c-.017-.376.326-.682.696-.649 1.841.003 3.685-.02 5.525.006.798.121.488 1.101.567 1.655.595.703 1.68 1.05 1.937 1.996.055 2.06-.004 4.124.028 6.185.052 1.2.582 2.297.939 3.423.147.53.301 1.107.122 1.649-.227.681-1.063 1.088-1.731.799-.606-.231-.966-.865-.976-1.498-.15-2.203-.056-4.415-.05-6.622l-.284.006c.006 2.793-.004 5.586.005 8.38 1.114-.001 2.23-.004 3.344.001.005.404.005.807-.001 1.212-4.597-.002-9.194-.003-13.791.001-.006-.406-.006-.81-.002-1.215 1.218.002 2.437-.006 3.655.006.026-5.112-.006-10.224.016-15.336m1.198.239c-.277.044-.293.368-.287.589.013.983-.012 1.967.012 2.95-.017.274.271.418.512.393 1.32-.002 2.639.007 3.959-.005.271.03.479-.216.444-.476-.004-1.043.017-2.087-.01-3.128-.011-.311-.373-.368-.617-.348-1.337.023-2.679-.031-4.013.026m5.57 1.735c-.022 1.337-.006 2.674-.008 4.011.359.014.944-.023.991.464.013 2.266-.142 4.54.041 6.804.035.386.077.886.5 1.046.467.212.99-.287.842-.769-.271-1.369-1.015-2.629-1.052-4.05-.028-1.892-.03-3.786-.051-5.678l-.98-.001c-.119-.592.28-1.422-.283-1.827z"/><path fill="#005598" d="M1.968.794C8.574.713 15.189.782 21.798.759c.851-.057 1.645.68 1.604 1.542 0 6.527.003 13.055-.001 19.583.019.806-.709 1.53-1.516 1.502H2.301C1.49 23.42.77 22.698.779 21.893.774 15.361.778 8.828.777 2.296.753 1.593 1.284.934 1.969.795m6.894 3.34c-.021 5.112.01 10.224-.016 15.336-1.218-.012-2.437-.004-3.655-.006-.004.405-.004.809.002 1.215 4.597-.004 9.194-.003 13.791-.001.006-.405.006-.808.001-1.212-1.114-.005-2.23-.002-3.344-.001-.008-2.794.001-5.587-.005-8.38l.284-.006c-.006 2.207-.1 4.418.05 6.622.009.633.37 1.267.976 1.498.669.289 1.504-.118 1.731-.799.178-.542.025-1.119-.122-1.649-.357-1.126-.886-2.223-.939-3.423-.032-2.061.027-4.125-.028-6.185-.257-.946-1.343-1.293-1.937-1.996-.079-.554.231-1.534-.567-1.655-1.84-.027-3.684-.004-5.525-.006-.371-.033-.714.273-.696.649z"/><path fill="#005598" d="M10.06 4.373c1.334-.057 2.676-.003 4.013-.026.244-.02.606.037.617.348.028 1.041.006 2.086.01 3.128.035.26-.173.507-.444.476-1.32.012-2.639.003-3.959.005-.241.026-.529-.119-.512-.393-.024-.983.001-1.967-.012-2.95-.006-.221.01-.544.287-.589zM15.63 6.109c.564.406.165 1.235.283 1.827l.98.001c.021 1.892.024 3.786.051 5.678.037 1.421.781 2.68 1.052 4.05.148.482-.375.98-.842.769-.423-.16-.465-.659-.5-1.046-.183-2.264-.029-4.538-.041-6.804-.047-.487-.633-.451-.991-.464.003-1.337-.014-2.674.008-4.011z"/><path fill="#e5e5e6" d="M0 2.122l.066.138c.043 6.554.041 13.113.001 19.667L0 22.07V2.122z"/><path fill="#dedfdf" d="M22.61 24l.209-.065-.04.065h-.169z"/></symbol><symbol viewBox="0 0 25 24" id="information--gas-station--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0491ff" d="M0 0h24.653v24H0V0m4.056 3.757c-.007 5.402-.008 10.805.002 16.207 5.394.008 10.79.005 16.184 0 .008-5.402.008-10.807 0-16.211-5.396-.007-10.79-.011-16.186.003z"/><path fill="#fff" d="M4.056 3.757c5.396-.015 10.79-.01 16.186-.003.008 5.404.008 10.808 0 16.211-5.394.005-10.79.008-16.184 0a5472.23 5472.23 0 0 1-.002-16.207m1.067 10.96c-.411 1.624 1.051 3.3 2.707 3.175 1.345-.013 2.518-1.216 2.54-2.552.026-1.811.002-3.623.015-5.433l.811-.003c.007 2.975-.002 5.949.005 8.924 2.158.003 4.317.003 6.475 0-.002-3.667.015-7.334-.007-10.999.042-.735-.578-1.304-1.278-1.362.106-.784-.323-1.716-1.2-1.758-2.467-.047-4.937-.007-7.406-.02-.89 3.342-1.804 6.679-2.663 10.028z"/><path fill="#fff" d="M8.787 6c1.229-.002 2.457-.005 3.685.003l-.002.462c-.713.06-1.251.62-1.319 1.326-.903-.23-1.559.325-2.077.993-.024 2.261.052 4.531-.052 6.785-.279 1.561-2.826 1.197-2.655-.384.746-3.074 1.62-6.122 2.42-9.185zM12.637 7.802c1.187-.003 2.376-.003 3.562.002.003.754.003 1.509-.002 2.263-1.187.002-2.374.002-3.561 0-.002-.756-.002-1.51 0-2.264z"/><path fill="#040404" d="M5.123 14.718c.859-3.349 1.773-6.686 2.663-10.028 2.469.013 4.939-.028 7.406.02.877.042 1.306.975 1.2 1.758.7.057 1.321.627 1.278 1.362.021 3.665.005 7.332.007 10.999-2.158.003-4.317.003-6.475 0-.007-2.975.002-5.949-.005-8.924-.269.002-.54.002-.811.003-.013 1.811.011 3.623-.015 5.433-.023 1.336-1.195 2.539-2.54 2.552-1.656.124-3.118-1.551-2.707-3.175M8.787 6c-.8 3.063-1.673 6.111-2.42 9.185-.171 1.58 2.376 1.944 2.655.384.104-2.255.028-4.524.052-6.785.518-.668 1.174-1.223 2.077-.993.069-.705.606-1.265 1.319-1.326l.002-.462c-1.228-.008-2.456-.005-3.685-.003m3.85 1.802c-.002.754-.002 1.509 0 2.264 1.187.002 2.374.002 3.561 0 .005-.754.005-1.509.002-2.263a528.699 528.699 0 0 0-3.562-.002z"/></symbol><symbol viewBox="0 0 24 24" id="information--gas-station--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.836.138c.271-.12.574-.103.863-.108C8.7.039 15.7.02 22.7.039c.765-.015 1.31.741 1.268 1.461v21c.051.763-.569 1.527-1.369 1.466-7.066.004-14.132.004-21.198 0-.798.058-1.415-.706-1.369-1.466v-21C.023.949.301.35.836.138m.39.394c-.474.1-.773.592-.728 1.06.004 6.972-.003 13.944.004 20.916-.031.538.451 1.02.989.989 7.006.005 14.012.005 21.018 0 .538.031 1.018-.45.989-.988.005-7.006.005-14.012 0-21.018.035-.583-.521-1.06-1.09-.992C15.348.523 8.283.457 1.226.532z"/><path fill="#fff" d="M3.895 3.895c5.403-.003 10.807-.003 16.21 0 .003 5.403.003 10.807 0 16.21-5.403.003-10.807.003-16.21 0-.003-5.403-.003-10.807 0-16.21m1.417 1.236c-.002 1.198-.001 2.395 0 3.593l.539.005c.011-.524.003-1.047.006-1.571h1.424c.001.522 0 1.045.002 1.567h.544V5.132h-.544l-.001 1.539c-.476 0-.951.001-1.426-.002V5.133a98.648 98.648 0 0 0-.544-.002m3.189 3.091l.347.006c.071-.432.752-.523.773-.023-.172.716-1.099 1.096-1.111 1.872.494.006.988.003 1.482.002v-.365c-.327-.001-.655 0-.982-.002.345-.58 1.273-1.122.867-1.886-.364-.625-1.366-.311-1.376.396m5.318 1.1c-.397-.014-.635.282-.679.654a17.037 17.037 0 0 0-1.736.002c-.359.075-.304.499-.309.775-.687-.048-.817.796-.829 1.315-.044 1.738-.927 3.269-1.764 4.736-.395.611-.301 1.558.391 1.91.705.431 1.724-.09 1.786-.913.034-1.701.003-3.405.015-5.107l.405-.001c.001 1.855-.001 3.71.001 5.565l.402.005.004.604 4.044-.001.001-.602.405-.008c-.053-2.62-.012-5.24-.005-7.86-.044-.664-.899-.391-1.34-.419.029-.243.065-.607.388-.612.801-.027 1.604-.009 2.406-.009.217-.023.459.121.463.357.026.596.009 1.194.01 1.791.025.23-.134.48-.383.474-.504.027-1.009-.002-1.514.01-.041 1.82-.037 3.644-.002 5.464.767.003 1.535.003 2.302 0l.007-.599.401-.013c-.002-2.615.005-5.231-.003-7.846.033-.276-.225-.485-.488-.447-1.327.003-2.655-.011-3.982.007-.407-.002-.401.476-.397.768z"/><path fill="#fff" d="M12.126 10.816c.748-.102 1.518-.011 2.275-.045.27-.012.688-.027.731.329.03.635.016 1.272.008 1.907.01.23-.208.414-.431.391-.805.002-1.61.009-2.415-.004a.38.38 0 0 1-.379-.389c-.017-.572-.004-1.144-.007-1.715-.009-.181.036-.391.218-.474zM8.775 17.17c.511-1.014 1.155-1.967 1.517-3.051-.015 1.194.012 2.389-.013 3.582-.005.552-.662.942-1.15.679-.45-.202-.572-.794-.354-1.21z"/><path fill="#154889" d="M1.226.532C8.283.457 15.348.523 22.408.499c.569-.068 1.125.409 1.09.992.005 7.006.005 14.012 0 21.018.029.538-.451 1.019-.989.988-7.006.005-14.012.005-21.018 0-.538.031-1.02-.451-.989-.989-.007-6.972 0-13.944-.004-20.916-.045-.468.254-.96.728-1.06m2.669 3.363c-.003 5.403-.003 10.807 0 16.21 5.403.003 10.807.003 16.21 0 .003-5.403.003-10.807 0-16.21-5.403-.003-10.807-.003-16.21 0z"/><path fill="#154889" d="M13.819 9.322c-.004-.292-.01-.77.397-.768 1.327-.018 2.655-.004 3.982-.007.263-.038.521.171.488.447.008 2.615.001 5.231.003 7.846l-.401.013-.007.599c-.767.003-1.535.003-2.302 0-.035-1.82-.039-3.644.002-5.464.505-.012 1.01.017 1.514-.01.249.006.408-.244.383-.474-.001-.597.016-1.195-.01-1.791-.004-.236-.246-.38-.463-.357-.802 0-1.605-.018-2.406.009-.323.005-.359.369-.388.612a9.03 9.03 0 0 1-1.471-.001c.044-.372.282-.668.679-.654z"/><path d="M5.312 5.131l.544.002v1.536c.475.003.95.002 1.426.002l.001-1.539h.544v3.593h-.544c-.002-.522-.001-1.045-.002-1.567H5.857c-.003.524.005 1.047-.006 1.571l-.539-.005c-.001-1.198-.002-2.395 0-3.593zM8.501 8.222c.01-.707 1.012-1.021 1.376-.396.406.764-.522 1.306-.867 1.886.327.002.655.001.982.002v.365c-.494.001-.988.004-1.482-.002.012-.776.939-1.156 1.111-1.872-.021-.5-.702-.409-.773.023l-.347-.006zM11.095 10.753c.005-.276-.05-.7.309-.775a17.037 17.037 0 0 1 1.736-.002 9.03 9.03 0 0 0 1.471.001c.441.028 1.296-.245 1.34.419-.007 2.62-.048 5.24.005 7.86l-.405.008-.001.602-4.044.001-.004-.604-.402-.005c-.002-1.855 0-3.71-.001-5.565l-.405.001c-.012 1.702.019 3.406-.015 5.107-.062.823-1.081 1.344-1.786.913-.692-.352-.786-1.299-.391-1.91.837-1.467 1.72-2.998 1.764-4.736.012-.519.142-1.363.829-1.315m1.031.063c-.182.083-.227.293-.218.474.003.571-.01 1.143.007 1.715a.38.38 0 0 0 .379.389c.805.013 1.61.006 2.415.004.223.023.441-.161.431-.391.008-.635.022-1.272-.008-1.907-.043-.356-.461-.341-.731-.329-.757.034-1.527-.057-2.275.045M8.775 17.17c-.218.416-.096 1.008.354 1.21.488.263 1.145-.127 1.15-.679.025-1.193-.002-2.388.013-3.582-.362 1.084-1.006 2.037-1.517 3.051z"/></symbol><symbol viewBox="0 0 13 24" id="information--general-speed-limit-at-city-border--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#00488b" d="M.524 0h12.237c.306.088.544.369.519.699.002 7.517 0 15.034.002 22.552.005.218-.063.452-.243.588-.206.171-.489.139-.738.143-3.884-.006-7.768.003-11.652-.005-.31.012-.558-.228-.648-.509V.529A.754.754 0 0 1 .525 0m.695.731c-.3.03-.517.322-.498.616 0 7.102-.001 14.204.001 21.306a.59.59 0 0 0 .626.607h10.602a.587.587 0 0 0 .606-.607c.003-7.001-.001-14.001.002-21.003-.005-.243.036-.523-.138-.721-.147-.188-.399-.22-.621-.21C8.273.73 4.745.704 1.219.731z"/><path fill="#00488b" d="M1.269 1.032c3.544-.021 7.09-.003 10.635-.009.189-.024.377.121.35.322.004 7.086 0 14.172.001 21.257.027.182-.106.37-.301.351-3.536.005-7.072.003-10.608.001-.202.027-.351-.162-.321-.354.002-7.084-.001-14.169.002-21.252-.014-.15.084-.306.242-.316m1.632.612v2.013c.348-.012.699.027 1.044-.022.431-.125.522-.782.162-1.038.312-.265.177-.834-.219-.93-.326-.049-.658-.012-.987-.023m3.303.001v2.013h.335V1.645h-.336m2.335.058v.288h.288v-.287h-.288m.922-.003v.29h.288v-.29H9.46m.408 0v.29h.288v-.29h-.288m-5.181.931c-.025.314-.087.715.196.936.313.274.8.078.931-.291-.204-.027-.389.046-.569.129-.196.018-.24-.201-.262-.348.281-.009.562-.004.843-.006.006-.272 0-.608-.26-.77-.314-.227-.819-.044-.879.349m2.245-.032c.006.315-.102.716.167.953.188.173.462.101.656-.021-.024.146.006.35-.152.431-.122.067-.24-.033-.342-.09-.086.047-.172.095-.257.144.264.397.94.306 1.044-.171.06-.537.009-1.082.026-1.621l-.297-.008a4.891 4.891 0 0 1-.049.075c-.283-.219-.766-.07-.797.309m1.583-.38v1.438h.335V2.219h-.335m.721.529c-.042.345-.003.807.396.921.313.115.62-.106.747-.385-.108-.003-.218-.003-.326-.003-.201.243-.53.082-.504-.22.28-.014.561-.006.84-.007.017-.297-.017-.676-.331-.811-.359-.192-.837.096-.822.507M1.771 4.528v3.735h9.718V4.528H1.772M1.77 9.089v3.735h9.717V9.089H1.768m.002 4.561v3.735h9.718V13.65H1.769m.001 4.559v3.735h9.717v-3.735H1.768z"/><path fill="#00488b" d="M3.269 2.444l.001-.465c.16.002.321-.009.48.012.226.016.219.43-.004.445-.159.017-.318.007-.477.008zM7.467 2.472c.318-.029.284.37.273.582.027.183-.144.381-.333.3-.195-.085-.142-.336-.152-.507-.012-.151.031-.354.213-.375zM9.81 2.473c.162-.008.213.173.268.29a8.935 8.935 0 0 1-.543-.001c.056-.12.111-.298.276-.289zM4.972 2.762c.055-.122.111-.303.279-.289.162-.006.204.174.261.289-.18.006-.36.006-.54 0zM3.27 2.777c.192.004.386-.018.575.019.177.114.17.537-.093.525-.161.009-.321.003-.483.003v-.546z"/><path fill="#fff" d="M1.22.731C4.745.704 8.273.729 11.801.719c.222-.01.474.023.621.21.174.198.134.478.138.721-.003 7.001.002 14.002-.002 21.003a.587.587 0 0 1-.606.607c-3.534.002-7.068 0-10.602 0a.59.59 0 0 1-.626-.607C.722 15.551.724 8.449.723 1.347c-.019-.294.198-.585.498-.616m.048.301c-.157.01-.256.167-.242.316-.003 7.084 0 14.169-.001 21.252-.03.192.119.381.321.354 3.536.002 7.071.004 10.608-.001.195.019.327-.169.301-.351-.001-7.086.003-14.172-.002-21.257.027-.201-.161-.347-.35-.323-3.544.006-7.091-.012-10.635.009z"/><path fill="#fff" d="M2.901 1.644c.329.011.66-.027.987.023.396.096.531.665.219.93.36.256.269.913-.162 1.038-.345.05-.696.01-1.044.022V1.644m.368.8c.159 0 .319.009.477-.008.223-.015.231-.429.004-.445-.159-.021-.32-.01-.48-.012l-.001.465m.001.333v.546c.161 0 .322.007.483-.003.262.012.269-.411.093-.525-.189-.037-.384-.015-.575-.019zM6.204 1.645h.336v2.013h-.335V1.645zM8.538 1.703h.288v.287h-.288v-.288zM9.46 1.701h.288v.29H9.46v-.29zM9.868 1.701h.288v.29h-.288v-.29zM4.687 2.632c.06-.393.565-.576.879-.349.26.162.265.498.259.77-.281.001-.562-.003-.843.006.022.147.066.366.262.348.18-.083.366-.156.569-.129-.132.369-.618.564-.931.291-.283-.221-.221-.622-.196-.936m.286.129c.18.006.36.006.54 0-.057-.114-.099-.295-.261-.289-.168-.013-.225.167-.279.289zM6.932 2.599c.03-.378.514-.527.797-.309.012-.018.036-.057.049-.075.099.003.198.006.297.007-.016.54.033 1.085-.026 1.622-.105.478-.781.568-1.044.171.085-.049.171-.096.257-.144.102.057.22.158.342.09.157-.081.127-.285.151-.431-.193.121-.468.193-.656.021-.268-.237-.16-.638-.167-.953m.535-.126c-.181.021-.225.224-.213.375.009.171-.044.421.152.507.189.081.36-.117.333-.3.012-.211.045-.611-.273-.582zM8.514 2.22h.335v1.438h-.335V2.219zM9.235 2.748c-.016-.411.462-.698.822-.507.315.135.348.514.331.812-.28.002-.561-.006-.84.008-.026.302.303.463.504.22.108 0 .217 0 .326.003-.127.279-.434.501-.747.385-.398-.114-.437-.576-.396-.921m.575-.275c-.165-.009-.219.169-.276.289.181.006.363.006.543.001-.056-.117-.107-.298-.268-.29zM1.771 4.528h9.717v3.735H1.77V4.528m7.3.348c-.764.102-1.36.856-1.28 1.623.042.804.813 1.47 1.615 1.398.824-.03 1.511-.824 1.419-1.644-.046-.853-.913-1.534-1.755-1.377m-5.724.455c-.176.447-.12.927-.127 1.395h-.321c.078-.342-.086-.614-.336-.828-.112.129-.242.246-.33.395-.015.341-.001.682-.006 1.023h3.677V5.558l-.174-.174-.176.171c-.002.39 0 .78 0 1.17h-.329V6.2l-.253-.272c-.277.183-.277.498-.249.796h-.307c.066-.327-.067-.609-.31-.822-.243.214-.378.495-.31.822h-.321c-.005-.468.047-.949-.128-1.395z"/><path fill="#fff" d="M9.168 5.322c.423-.06.869.164 1.072.541a1.068 1.068 0 0 1-1.385 1.483 1.071 1.071 0 0 1-.612-1.048c.027-.49.437-.92.924-.976m-.486.348c0 .182-.001.363.003.545.108-.022.213-.054.321-.077.148.011.162.26.033.31-.093.054-.172-.051-.245-.093l-.162.017c.102.255.481.347.625.082.146-.267-.129-.552-.408-.474l.003-.156h.379v-.153h-.551m.888 0c-.276.099-.213.446-.202.675.015.297.469.37.589.105.114-.297.073-.903-.387-.78m-.635 1.076c-.001.169-.002.338.011.507l.077-.13c.063.045.129.081.198.117a1.493 1.493 0 0 1-.138-.198l.123-.198c-.068.039-.135.081-.201.122l.012-.22-.081.001m.304.134v.333l.066-.003a.643.643 0 0 1 .078-.313c.046.117.045.244.081.363.027-.123.051-.246.1-.361.039.121.075.243.108.367.015-.122.063-.264-.012-.376-.14-.014-.28-.006-.42-.009z"/><path fill="#fff" d="M9.621 5.817c.274-.054.198.32.2.485.032.209-.324.208-.292 0 .012-.158-.067-.384.093-.485zM1.77 9.089c3.24-.002 6.479 0 9.719 0v3.735H1.772V9.089m7.144.379c-.917.21-1.425 1.359-.957 2.178.404.837 1.611 1.08 2.311.472.656-.508.747-1.561.189-2.175a1.534 1.534 0 0 0-1.543-.476m-4.659 1.18l-.153-.182c-.119.149-.269.283-.329.47-.102.062-.201.127-.304.188.013-.418.02-.842-.126-1.241-.169.446-.126.922-.127 1.389l-.036.021-.286-.007c.078-.34-.086-.613-.336-.827-.114.126-.225.254-.335.381 0 .345-.001.69.001 1.035a38.24 38.24 0 0 0 0 .479c.26-.156.518-.313.776-.471.966-.016 1.934-.003 2.9-.006v-1.749-.477c-.55.329-1.096.664-1.644.995z"/><path fill="#fff" d="M9.269 9.874c.727-.054 1.32.759 1.039 1.434a1.074 1.074 0 0 1-1.203.678c-.521-.09-.92-.612-.861-1.139.033-.523.501-.963 1.023-.973m-.636.676c.002.264.293.329.501.267-.037.077-.091.144-.129.221a1.453 1.453 0 0 0-.386-.109c.079.179.284.319.476.216.252-.147.182-.498.148-.738-.108-.329-.65-.197-.609.143m.941-.321c-.298.11-.224.496-.194.742.087.309.599.247.607-.075.069-.285-.011-.78-.414-.667m-.64 1.08c-.001.169-.001.339.009.508l.082-.116c.06.036.122.071.184.105a5.574 5.574 0 0 0-.132-.207l.141-.185a4.01 4.01 0 0 0-.216.111c.006-.071.01-.143.014-.213l-.082-.003m.304.13c0 .129.003.259.012.389.049-.122.084-.249.134-.371.04.12.042.249.081.369.02-.126.057-.248.099-.369.042.123.072.25.104.376.013-.125.077-.277-.018-.384-.138-.012-.276.003-.412-.01zM5.088 10.618l.463-.28v.948h-.329v-.525l-.135-.144z"/><path fill="#fff" d="M8.917 10.371c.213-.059.246.324.034.312-.173.008-.197-.282-.034-.312zM9.66 10.37c.24.004.15.325.161.483.039.22-.33.219-.293 0 .015-.156-.078-.434.132-.483zM4.413 11.03l.309-.189c-.002.149 0 .297-.002.445h-.305a21.848 21.848 0 0 1-.002-.257zM1.77 13.65c3.24-.002 6.479 0 9.719 0v3.735H1.771V13.65m1.748.219c-.267 1.092-.533 2.183-.798 3.275h.251c.216-1.091.435-2.181.653-3.271l-.106-.003m.497 0l-.072 3.273h.337l-.072-3.274-.193.001m.604-.059c.147 1.119.432 2.22.633 3.333h.251l-.764-3.138c-.012-.08-.077-.132-.12-.193m4.345.205c-.745.154-1.286.931-1.167 1.684.087.805.9 1.434 1.702 1.307.829-.082 1.47-.939 1.309-1.758-.117-.84-1.022-1.447-1.845-1.233m-5.202.049c-.111.183.187.041 0 0m.639-.009c-.097.265.284 0 0 0m-.689.32c-.069.045-.006.189.071.123.071-.046.007-.188-.071-.123m.748 0c-.11.18.184.057 0 0m-.788.337c-.121.281.265-.009 0 0m.803-.006c-.059.05.003.19.079.133.059-.05-.003-.191-.079-.133m-.861.631c.093-.065.104-.175.113-.278-.131.039-.115.169-.113.278m.913-.288a3.3 3.3 0 0 0-.015.243l.138-.03a4.518 4.518 0 0 0-.123-.213m.018.515l.03.23c.098-.032.108-.125.11-.211a7.585 7.585 0 0 0-.139-.018m-.97.035c-.067.045-.012.193.068.126.068-.045.011-.193-.068-.126m-.079.467l-.027.203h.149l.018-.204h-.139m1.092-.001l.016.204h.149a7.315 7.315 0 0 1-.024-.201l-.141-.003m-1.17.578a8.589 8.589 0 0 0-.03.224h.175l.019-.223-.165-.001m1.222.001l.018.223.176.001-.03-.224H4.64z"/><path fill="#fff" d="M9.018 14.474c.397-.115.852.025 1.113.348.28.331.323.837.101 1.211a1.066 1.066 0 1 1-1.214-1.558m-.183.699l.165.012c.03-.202.33-.226.308.009-.113.177-.289.302-.431.454v.155h.615l.001-.153-.375-.001c.113-.117.248-.218.334-.357.105-.213-.11-.486-.343-.425-.159.016-.22.18-.274.306m.935-.301c-.289.087-.231.447-.218.679.014.303.483.37.594.096.102-.293.072-.876-.376-.775m-1.304.239l.117.056c-.005.211-.003.423-.003.636h.17v-.927h-.175a6.324 6.324 0 0 0-.109.236m.466.757c0 .171-.001.341.009.51l.079-.125.191.118a7.68 7.68 0 0 0-.137-.212l.147-.191c-.076.034-.15.072-.223.114l.017-.212-.084-.003m.305.131c-.003.128.006.256.015.384.05-.122.08-.249.135-.369.03.122.046.247.075.369.033-.122.051-.248.106-.363.033.123.074.244.099.37.014-.12.084-.285-.021-.382-.136-.003-.272-.003-.408-.01z"/><path fill="#fff" d="M9.819 15.02c.264-.037.186.321.189.482.037.189-.28.23-.288.04.011-.168-.082-.425.099-.522zM1.77 18.209h9.719v3.735H1.772v-3.735m1.196.317c-.187.042-.289.24-.273.422.002.768-.005 1.538.003 2.307-.005.214.179.414.399.404.602.004 1.205.004 1.807 0 .242.012.42-.225.401-.454 0-.77.005-1.539-.003-2.307.015-.241-.219-.417-.447-.39-.628.012-1.26-.026-1.886.019m6 .05c-.725.15-1.262.888-1.177 1.623.054.793.813 1.448 1.607 1.378.856-.024 1.56-.882 1.417-1.728-.094-.857-1.011-1.491-1.847-1.274z"/><path fill="#fff" d="M3.609 19.666c.099-.288.102-.622.297-.868.031.288.01.579.009.868h-.306zM4.101 18.801c.215.233.201.58.306.865l-.306.001c-.003-.289-.015-.578 0-.867zM9.066 19.022c.534-.135 1.125.212 1.266.744.174.547-.183 1.186-.741 1.322-.522.159-1.128-.16-1.293-.681-.215-.573.171-1.264.768-1.384m-.232.709l.171.019c.021-.204.319-.234.301-.004-.099.184-.287.304-.427.458l-.003.161h.616v-.156l-.373-.001c.113-.12.253-.221.336-.366.088-.198-.088-.447-.306-.421-.177-.006-.261.169-.316.31m.984-.307c-.342.049-.287.472-.26.723.051.301.532.314.604.019.061-.276.064-.785-.345-.741m-1.352.24l.118.056c-.005.215-.003.429-.003.645h.17v-.929l-.173-.002-.113.231m.469.763c0 .168-.002.337.009.507l.078-.124c.063.043.128.081.196.117-.046-.071-.095-.139-.143-.207a4.53 4.53 0 0 0 .144-.198 3.294 3.294 0 0 0-.218.122l.016-.213-.083-.002m.306.127v.334l.068.002c.009-.107.014-.216.047-.318.074.11.075.244.117.366.024-.118.033-.239.081-.351.075.104.084.237.118.357a.878.878 0 0 0 .02-.342c-.132-.078-.303-.016-.45-.048z"/><path fill="#fff" d="M9.768 19.611c.282-.148.261.274.242.444.039.174-.237.246-.284.078-.007-.168-.06-.377.042-.522zM2.998 19.747h2.003v.139h-.2l-.002.239-.163-.001v-.237H3.372l-.003.239-.163-.002-.001-.237H3v-.139z"/><path fill="#fff" d="M3.249 21.3c.111-.423.221-.847.333-1.27h.3l.001 1.27H3.25zM4.124 21.3v-1.269l.301-.001c.113.423.222.847.333 1.271h-.635z"/><path fill="#c7181f" d="M9.07 4.876c.841-.157 1.708.524 1.755 1.377.091.82-.596 1.614-1.419 1.644-.802.073-1.572-.594-1.615-1.398-.08-.767.516-1.521 1.28-1.623m.097.446a1.072 1.072 0 0 0-.924.976 1.07 1.07 0 0 0 .612 1.048c.409.196.939.094 1.239-.249a1.07 1.07 0 0 0 .146-1.234 1.072 1.072 0 0 0-1.072-.541zM8.916 9.468a1.53 1.53 0 0 1 1.543.476c.559.613.467 1.667-.189 2.175-.7.608-1.908.364-2.311-.473-.468-.819.041-1.967.957-2.178m.353.406c-.522.01-.991.45-1.023.973-.06.528.339 1.049.861 1.139a1.074 1.074 0 0 0 1.203-.678c.281-.676-.312-1.488-1.04-1.434zM4.257 10.647c.549-.331 1.095-.666 1.644-.995v.477l-.351.21-.463.28c-.122.075-.245.148-.367.222l-.309.189c-.471.283-.94.57-1.411.854-.258.158-.516.315-.776.471a38.24 38.24 0 0 1 0-.479c.322-.189.64-.384.957-.583l.036-.021.253-.148c.102-.06.202-.126.304-.188l.482-.288zM8.965 14.018c.822-.215 1.728.393 1.845 1.233.161.82-.48 1.677-1.309 1.758-.802.127-1.615-.502-1.702-1.307-.12-.753.421-1.53 1.167-1.684m.052.456a1.066 1.066 0 1 0 1.113.347 1.076 1.076 0 0 0-1.113-.348zM8.969 18.577c.836-.217 1.753.417 1.847 1.274.144.846-.561 1.704-1.417 1.728-.793.07-1.554-.585-1.607-1.378-.084-.736.452-1.474 1.177-1.623m.097.444c-.598.12-.984.811-.768 1.384.165.52.771.84 1.293.681.558-.135.915-.774.741-1.322-.141-.531-.732-.879-1.266-.744z"/><path d="M3.345 5.331c.175.447.123.927.128 1.395h.321c-.067-.327.067-.608.31-.822.243.213.375.495.31.822h.307c-.027-.298-.028-.612.249-.796l.253.271v.525h.329v-1.17l.176-.171.174.174v1.758H2.225c.004-.341-.01-.683.006-1.023.087-.149.218-.265.33-.394.25.215.414.487.336.828h.321c.006-.468-.049-.948.127-1.395zM8.681 5.67h.551v.153h-.379a8.117 8.117 0 0 0-.003.156c.279-.077.553.207.408.474-.144.264-.524.173-.625-.082l.162-.017c.073.042.152.148.245.093.129-.05.114-.299-.033-.31-.108.022-.213.054-.321.077-.003-.182-.003-.363-.003-.545zM9.567 5.671c.459-.123.501.483.387.78-.12.265-.575.192-.589-.105-.011-.229-.074-.576.203-.675m.053.146c-.159.101-.08.327-.093.485-.032.208.324.209.292 0-.002-.165.075-.538-.2-.485zM8.932 6.747l.081-.001-.012.22c.066-.042.133-.082.201-.122l-.123.198c.039.07.087.135.138.198a1.634 1.634 0 0 1-.198-.117l-.076.13a6.118 6.118 0 0 1-.011-.507zM9.237 6.882c.139.004.28-.005.42.009.075.112.028.254.012.376a5.923 5.923 0 0 0-.108-.367c-.048.116-.073.239-.1.361-.036-.12-.034-.247-.081-.363a.654.654 0 0 0-.078.313l-.066.003v-.333zM3.345 9.881c.146.399.139.823.126 1.241l-.253.148c.002-.466-.042-.943.127-1.389zM5.551 10.338l.351-.21v1.749c-.966.004-1.933-.009-2.9.006.471-.284.939-.57 1.411-.854l.002.257h.305c.001-.149 0-.297.002-.445.122-.075.245-.148.367-.222l.135.144v.525h.329v-.948zM8.631 10.55c-.041-.339.502-.471.609-.142.033.24.104.591-.148.738-.192.103-.396-.037-.476-.216.134.015.261.058.386.109.038-.077.092-.144.129-.221-.208.061-.499-.003-.501-.267m.287-.18c-.162.03-.139.32.034.312.212.012.18-.371-.034-.312zM9.573 10.229c.402-.113.483.382.414.667-.009.323-.521.385-.607.075-.03-.246-.104-.633.194-.742m.086.141c-.21.05-.117.327-.132.483-.037.219.332.22.293 0-.012-.158.079-.479-.161-.483zM2.225 10.839c.111-.128.222-.255.335-.381.251.213.414.486.336.827.095.002.191.003.286.007-.316.2-.635.394-.957.584-.002-.345 0-.69-.001-1.035zM3.775 10.935c.06-.187.21-.321.329-.47l.153.182-.482.288zM8.932 11.309l.082.003a4.965 4.965 0 0 1-.014.213c.071-.039.143-.076.216-.111l-.141.185c.046.068.09.136.132.207a6.701 6.701 0 0 1-.184-.105 8.238 8.238 0 0 0-.082.116c-.009-.169-.009-.339-.009-.508zM9.236 11.439c.137.012.275-.002.412.01.095.108.03.26.018.384-.031-.126-.062-.253-.104-.376-.042.12-.079.242-.099.369-.039-.12-.04-.249-.081-.369-.051.121-.085.249-.134.371a4.581 4.581 0 0 1-.012-.389zM3.519 13.869l.106.003-.653 3.271h-.251c.265-1.092.531-2.184.798-3.275zM4.016 13.87l.193-.001.072 3.274h-.337l.072-3.273zM4.62 13.811c.043.062.108.114.12.193l.764 3.138h-.251c-.201-1.113-.485-2.214-.633-3.333zM4.401 14.058c.284 0-.097.265 0 0zM3.712 14.378c.078-.065.141.077.071.123-.077.066-.139-.078-.071-.123zM3.672 14.715c.265-.009-.121.281 0 0zM4.475 14.709c.077-.058.138.083.079.133-.077.057-.138-.083-.079-.133zM8.835 15.174c.054-.126.114-.291.274-.306.234-.061.447.212.343.425-.087.139-.222.24-.334.357l.375.001-.001.153h-.615v-.155c.142-.152.318-.277.431-.454.021-.234-.277-.211-.308-.009a4.574 4.574 0 0 0-.165-.012zM9.77 14.873c.448-.101.477.482.376.775-.111.274-.58.207-.594-.096-.013-.232-.071-.592.218-.679m.049.147c-.18.098-.088.355-.099.522.007.189.325.149.288-.04-.003-.162.075-.519-.189-.482zM8.466 15.112l.109-.236h.175v.927h-.17c0-.212-.002-.424.003-.636l-.117-.056zM3.614 15.34c-.002-.109-.018-.239.113-.278-.009.102-.021.213-.113.278zM4.527 15.052c.043.069.084.141.123.213a6.803 6.803 0 0 1-.138.03 3.3 3.3 0 0 1 .015-.243zM4.545 15.567l.139.018c-.003.087-.012.18-.11.211-.01-.077-.021-.153-.03-.23zM8.932 15.87l.084.003-.017.212a2.34 2.34 0 0 1 .223-.114c-.05.063-.099.126-.147.191.047.069.093.139.137.211a8.834 8.834 0 0 1-.191-.118l-.079.125c-.01-.17-.009-.34-.009-.51zM9.236 16c.136.007.272.007.408.01.105.096.035.261.021.382-.025-.126-.065-.248-.099-.37-.054.115-.073.241-.106.363-.029-.123-.045-.247-.075-.369-.054.12-.085.248-.135.369-.009-.128-.018-.256-.015-.384zM3.497 16.07h.139l-.018.204h-.149l.027-.203zM4.59 16.068l.141.003.024.201h-.149l-.016-.204zM3.42 16.646l.165.001a8.037 8.037 0 0 0-.019.223h-.175a8.05 8.05 0 0 1 .03-.224zM8.834 19.732c.054-.141.138-.315.316-.31.218-.025.394.223.306.421-.083.145-.223.245-.336.366l.373.001v.156h-.617l.003-.161c.14-.154.327-.273.427-.458.018-.231-.281-.2-.301.004l-.171-.019zM9.817 19.425c.408-.043.405.465.345.741-.072.295-.553.282-.604-.019-.027-.25-.082-.673.26-.723m-.05.187c-.102.144-.049.354-.042.522.046.168.323.096.284-.078.019-.169.041-.592-.241-.444zM8.464 19.666c.037-.078.075-.154.113-.231l.173.002v.929h-.17c0-.215-.002-.43.003-.645l-.118-.056zM8.932 20.43l.083.002-.016.213c.072-.042.144-.084.218-.122a4.182 4.182 0 0 1-.144.198c.048.068.096.137.143.207a1.61 1.61 0 0 1-.196-.117l-.078.125c-.011-.169-.01-.338-.009-.507zM9.237 20.559c.147.032.318-.03.45.048a.877.877 0 0 1-.02.342c-.034-.12-.043-.253-.118-.357-.048.111-.057.233-.081.351-.042-.122-.042-.256-.117-.366-.033.102-.039.212-.047.318l-.068-.002v-.334z"/><path fill="#383838" d="M3.762 14.067c.187.041-.111.183 0 0z"/><path fill="#111" d="M4.46 14.378c.184.057-.11.18 0 0z"/><path fill="#050505" d="M3.576 15.603c.079-.066.136.081.068.126-.081.066-.135-.081-.068-.126z"/><path fill="#030303" d="M4.641 16.647h.165c.009.075.019.149.03.224l-.176-.001-.018-.223z"/><path fill="#085" d="M2.968 18.526c.626-.045 1.257-.008 1.886-.019.228-.027.462.148.447.39.007.769.003 1.538.003 2.307.02.228-.159.466-.401.454-.602.005-1.205.005-1.807 0-.219.01-.404-.19-.399-.404-.009-.769-.002-1.538-.003-2.307-.015-.182.087-.379.273-.422m.642 1.141h.306c.001-.289.022-.58-.009-.868-.195.246-.198.58-.297.868m.492-.865c-.016.288-.003.577 0 .867l.306-.001c-.105-.285-.09-.633-.306-.865m-1.103.945v.139h.205l.001.237.163.002.003-.239h1.264v.237l.163.001.002-.239h.2v-.139H2.997m.252 1.554h.633l-.001-1.27h-.3l-.333 1.27m.876 0h.635c-.111-.424-.219-.848-.333-1.271l-.301.002V21.3z"/></symbol><symbol viewBox="0 0 33 24" id="information--go-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.898 0h29.214a2.97 2.97 0 0 1 2.204 2.211v19.895c-.215.723-.586 1.41-1.178 1.895H.87a5.02 5.02 0 0 1-.87-.884V1.173C.489.587 1.175.215 1.898.001m.043.53C.897.735.049 1.767.154 2.841c.013 6.319 0 12.639.005 18.958.009 1.083.96 2.034 2.043 2.043 9.48.003 18.958-.005 28.437.003 1.232.036 2.271-1.157 2.207-2.365-.014-6.267.013-12.535-.013-18.802C32.748 1.379 31.601.43 30.322.471 20.863.517 11.392.397 1.94.531z"/><path fill="#fff" d="M1.941.531C11.393.397 20.863.517 30.323.471c1.279-.041 2.425.908 2.511 2.207.025 6.267-.002 12.535.013 18.802.063 1.208-.976 2.402-2.207 2.365-9.478-.008-18.957 0-28.437-.003-1.083-.009-2.034-.96-2.043-2.043C.155 15.48.168 9.16.155 2.841.051 1.767.899.735 1.942.531m.008.468C1.23 1.133.614 1.755.632 2.51.63 8.993.634 15.478.63 21.961c-.019.734.674 1.427 1.408 1.408 9.534 0 19.066-.008 28.599.003.914.077 1.813-.821 1.735-1.735-.013-6.321.002-12.641-.006-18.962.066-1.082-1.05-1.841-2.049-1.735C20.862.991 11.396.872 1.95.998z"/><path fill="#fff" d="M7.061 3.756c2.886.422 5.757.963 8.642 1.391.647.033.965.947.433 1.352-.649.398-1.279.831-1.956 1.179 2.288 1.967 4.566 3.955 6.734 6.058l.349.005c.351-.767.557-1.637 1.209-2.222.177-.002.354-.002.529 0 .237.267.524.521.587.892.69 2.721 1.549 5.4 2.199 8.13-1.964-.112-3.887-.606-5.834-.875-1.119-.268-2.338-.174-3.379-.717-.002-.309.002-.617 0-.925.688-.471 1.41-.892 2.103-1.358-2.411-1.931-4.56-4.184-6.976-6.115-.423.731-.598 1.592-1.149 2.248a40.357 40.357 0 0 0-.693-.011l-.505-.521c-.671-2.859-1.59-5.659-2.293-8.512z"/><path fill="#036f51" d="M1.95.999C11.397.873 20.863.991 30.317.941c.999-.106 2.116.654 2.049 1.735.008 6.321-.006 12.641.006 18.962.077.914-.821 1.813-1.735 1.735-9.534-.011-19.066-.003-28.599-.003-.734.019-1.427-.674-1.408-1.408.003-6.483 0-12.968.002-19.451C.615 1.756 1.23 1.134 1.95 1m5.111 2.756c.703 2.853 1.622 5.653 2.293 8.512l.505.521c.231.002.461.005.693.011.551-.657.726-1.517 1.149-2.248 2.416 1.931 4.565 4.184 6.976 6.115-.693.466-1.415.887-2.103 1.358.002.308-.002.616 0 .925 1.041.543 2.259.448 3.379.717 1.947.268 3.87.763 5.834.875-.651-2.73-1.509-5.409-2.199-8.13-.063-.371-.351-.625-.587-.892a23.32 23.32 0 0 0-.529 0c-.652.584-.859 1.454-1.209 2.222l-.349-.005c-2.168-2.103-4.446-4.091-6.734-6.058.677-.349 1.307-.782 1.956-1.179.532-.404.215-1.318-.433-1.352-2.885-.428-5.755-.969-8.642-1.391z"/></symbol><symbol viewBox="0 0 33 24" id="information--go-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.228 0H31.41c.729.212 1.421.583 1.906 1.179v21.949a4.882 4.882 0 0 1-.887.872H1.174C.58 23.509.208 22.814.001 22.082V2.214A2.946 2.946 0 0 1 2.229 0m.18.534C1.267.698.522 1.721.475 2.831c-.003 6.27-.003 12.542 0 18.812.014 1.149 1.031 2.236 2.199 2.203 9.48-.009 18.962.002 28.442-.005 1.082-.008 2.032-.958 2.04-2.04.003-6.433.002-12.864.002-19.295-.077-1.228-1.322-2.157-2.523-2.037C21.229.521 11.808.39 2.41.534z"/><path fill="#fff" d="M2.409.534C11.807.39 21.228.521 30.634.469c1.202-.12 2.446.808 2.523 2.037 0 6.431.002 12.862-.002 19.295-.008 1.082-.958 2.032-2.04 2.04-9.48.006-18.962-.005-28.442.005-1.168.033-2.185-1.053-2.199-2.203-.003-6.27-.003-12.542 0-18.812.047-1.11.793-2.133 1.934-2.297m-.153.473C1.518 1.23.903 1.866.949 2.676.941 8.997.955 15.317.943 21.639c-.077.913.821 1.811 1.734 1.734 9.535-.011 19.071-.003 28.604-.003.731.017 1.423-.674 1.405-1.405-.003-6.485 0-12.971-.002-19.457.027-1.055-1.101-1.671-2.048-1.565-9.459.052-18.933-.079-28.382.065z"/><path fill="#fff" d="M17.612 5.147c2.885-.428 5.755-.968 8.643-1.391-.701 2.853-1.623 5.651-2.291 8.512-.169.174-.339.346-.51.519l-.685.013c-.561-.652-.728-1.517-1.154-2.248-2.414 1.933-4.569 4.181-6.974 6.12.695.463 1.416.881 2.102 1.356-.002.305.002.611 0 .917-1.036.554-2.259.448-3.377.722-1.948.268-3.87.764-5.834.873.647-2.73 1.511-5.408 2.198-8.128.06-.374.352-.627.592-.894h.518c.662.579.864 1.456 1.216 2.223.087-.002.259-.002.346-.003 2.169-2.102 4.448-4.093 6.739-6.062-.679-.346-1.307-.782-1.958-1.178-.531-.404-.216-1.317.431-1.352z"/><path fill="#006f51" d="M2.255 1.007C11.703.863 21.177.994 30.637.942c.947-.106 2.075.51 2.048 1.565.002 6.486-.002 12.973.002 19.457.017.731-.674 1.423-1.405 1.405-9.534 0-19.069-.008-28.604.003-.913.077-1.811-.821-1.734-1.734C.957 15.316.942 8.995.95 2.675c-.046-.81.568-1.446 1.306-1.669m15.356 4.141c-.647.035-.962.947-.431 1.352.651.396 1.279.832 1.958 1.178-2.291 1.969-4.569 3.96-6.739 6.062-.087.002-.259.002-.346.003-.352-.767-.554-1.644-1.216-2.223h-.518c-.24.267-.532.519-.592.894-.687 2.721-1.551 5.398-2.198 8.128 1.964-.109 3.886-.605 5.834-.873 1.118-.273 2.342-.167 3.377-.722.002-.306-.002-.613 0-.917-.685-.475-1.407-.894-2.102-1.356 2.405-1.939 4.56-4.187 6.974-6.12.426.731.594 1.596 1.154 2.248l.685-.013.51-.519c.668-2.861 1.59-5.659 2.291-8.512-2.888.423-5.758.963-8.643 1.391z"/></symbol><symbol viewBox="0 0 33 24" id="information--go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.575 0h28.483c.886.147 1.874.458 2.258 1.359v21.767a1.973 1.973 0 0 1-.883.873H1.175C.644 23.525.16 22.971 0 22.256V2.207C.289 1.005 1.358.129 2.575 0m-.636.684C1.026 1.052.46 2.031.471 2.996c.008 6.215 0 12.429.003 18.644.039.974.753 1.983 1.718 2.199 9.75.005 19.5.006 29.248 0 .824-.172 1.543-.892 1.715-1.715.011-6.48-.005-12.963.008-19.443.062-1.157-1.067-2.192-2.214-2.054C21.28.673 11.597.559 1.939.684z"/><path fill="#fff" d="M1.939.684C11.597.559 21.28.673 30.949.627c1.146-.137 2.275.897 2.214 2.054-.013 6.48.003 12.963-.008 19.443-.172.823-.891 1.543-1.715 1.715-9.748.006-19.498.005-29.248 0-.965-.216-1.678-1.225-1.718-2.199C.471 15.425.479 9.211.471 2.996.46 2.031 1.027 1.052 1.939.684m.002.472c-.613.215-.96.903-.995 1.519.002 6.374.002 12.75 0 19.124.03.744.576 1.626 1.413 1.573 9.638-.005 19.276-.005 28.914 0 .736.021 1.435-.679 1.415-1.415-.005-6.48-.005-12.96 0-19.442.021-.799-.785-1.516-1.579-1.416-9.72.047-19.456-.065-29.168.057z"/><path fill="#fff" d="M16.505 4.828c.133-.147.202-.453.45-.407 1.767 2.837 3.613 5.629 5.361 8.479.404.572.093 1.497-.673 1.472-.906-.243-1.813-.502-2.692-.832-.008 2.171-.002 4.342-.003 6.513h-4.263c.002-2.152-.003-4.304.003-6.456-.969.27-1.911.696-2.918.794a28.541 28.541 0 0 0-.576-.578c-.065-.796.504-1.41.903-2.034 1.461-2.323 2.951-4.626 4.408-6.951z"/><path fill="#006f51" d="M1.941 1.156c9.712-.122 19.448-.009 29.168-.057.794-.099 1.599.617 1.579 1.416-.005 6.482-.005 12.962 0 19.442.021.736-.679 1.435-1.415 1.415-9.638-.005-19.276-.005-28.914 0-.837.054-1.383-.829-1.413-1.573.002-6.374.002-12.75 0-19.124.035-.616.382-1.304.995-1.519m14.564 3.672c-1.457 2.324-2.948 4.628-4.408 6.951-.399.624-.968 1.238-.903 2.034.194.189.387.382.576.578 1.007-.098 1.948-.524 2.918-.794-.006 2.152-.002 4.304-.003 6.456h4.263c.002-2.171-.005-4.342.003-6.513.879.33 1.786.589 2.692.832.766.025 1.077-.9.673-1.472-1.748-2.85-3.594-5.642-5.361-8.479-.248-.046-.317.261-.45.407z"/></symbol><symbol viewBox="0 0 24 24" id="information--go-straight-or-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h23.746v24H0V0m.823.34c-.319.127-.55.453-.524.803-.004 7.196-.004 14.392 0 21.589-.036.453.376.879.833.843 7.204.004 14.406.004 21.61 0 .457.036.869-.391.833-.844.004-7.196.004-14.392 0-21.589.042-.513-.466-.927-.961-.847C15.352.328 8.079.238.824.341z"/><path fill="#fff" d="M13.848 7.035c1.167-1.751 2.309-3.523 3.505-5.255a735.301 735.301 0 0 1 3.486 5.255c-.663.02-1.326.003-1.99.014-.016 5.156.015 10.311.003 15.468-.999.093-2.006.1-3.004-.004-.032-.282.069-.632-.187-.836-2.837-2.836-5.674-5.672-8.509-8.509-.684-.687-1.309-1.51-1.457-2.495-.179-1.2-.019-2.419-.112-3.625-.743-.01-1.484.006-2.226-.01 1.166-1.759 2.33-3.517 3.501-5.272 1.17 1.755 2.338 3.511 3.498 5.274-.56.01-1.12.003-1.68.008.017 1.098-.047 2.202.029 3.295 2.357 2.395 4.749 4.759 7.124 7.138.01-3.477.006-6.955.003-10.432-.662-.01-1.323.008-1.983-.013z"/><path fill="#04a8eb" d="M.823.34C8.079.237 15.351.327 22.613.294c.495-.08 1.003.334.961.847.004 7.196.004 14.392 0 21.589.036.453-.376.88-.833.844-7.204.004-14.406.004-21.61 0-.457.036-.869-.39-.833-.843-.004-7.196-.004-14.392 0-21.589C.273.793.504.466.822.339m10.946.973a97.79 97.79 0 0 0 .003 2.298h.333c.011-.766.008-1.533.003-2.298h-.338m2.079 5.723c.66.02 1.322.003 1.983.013.004 3.477.008 6.955-.003 10.432-2.375-2.378-4.767-4.743-7.124-7.138-.076-1.093-.013-2.197-.029-3.295.56-.005 1.12.003 1.68-.008a1203.96 1203.96 0 0 0-3.498-5.274C5.686 3.52 4.522 5.279 3.356 7.037c.742.017 1.483 0 2.226.01.093 1.206-.067 2.425.112 3.625.147.985.772 1.808 1.456 2.495 2.836 2.837 5.672 5.674 8.509 8.509.255.203.155.554.187.836.998.104 2.005.097 3.004.004.013-5.157-.019-10.312-.003-15.468.664-.011 1.327.006 1.99-.014a746.577 746.577 0 0 0-3.486-5.255c-1.196 1.732-2.338 3.503-3.505 5.255m-2.078-1.147c.001.761-.023 1.523.01 2.283l.326.025c.009-.77.008-1.539.001-2.309h-.338m.001 4.456c-.01.759-.003 1.519-.008 2.278.117.005.234.008.35.008-.001-.762.005-1.524-.005-2.286h-.338z"/><path fill="#f4fbfe" d="M11.768 1.312h.338c.005.766.009 1.533-.003 2.298h-.333c-.011-.766-.009-1.533-.003-2.298zM11.768 5.887h.338c.006.77.008 1.539-.001 2.309l-.326-.025c-.033-.761-.009-1.523-.01-2.283z"/><path fill="#eef9fe" d="M11.768 10.342h.338c.01.762.004 1.524.005 2.286-.117 0-.234-.003-.35-.008.005-.759-.003-1.519.008-2.278z"/></symbol><symbol viewBox="0 0 24 24" id="information--go-straight-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h23.746v24H0V0m.697.34a.826.826 0 0 0-.526.801C.167 8.337.167 15.533.171 22.73c-.034.453.375.879.833.843 7.203.005 14.406.005 21.61 0 .457.036.867-.389.833-.843.004-7.196.004-14.392 0-21.589.041-.514-.465-.924-.961-.847C15.224.328 7.953.236.697.34z"/><path fill="#fff" d="M6.395 1.779c1.194 1.735 2.339 3.503 3.503 5.257-.662.015-1.322.005-1.983.011a4028.3 4028.3 0 0 0 0 10.429c2.378-2.375 4.771-4.739 7.124-7.138.083-1.092.013-2.196.032-3.293-.56-.001-1.121.001-1.681-.008 1.162-1.761 2.33-3.519 3.5-5.275 1.171 1.756 2.335 3.516 3.502 5.274-.744.015-1.488.001-2.232.011-.075 1.171.053 2.35-.089 3.517-.117.964-.687 1.793-1.349 2.472-2.926 2.95-5.886 5.867-8.804 8.824l-.013.653c-1.001.1-2.009.097-3.01.001-.013-5.156.018-10.312.003-15.469-.663-.008-1.327.004-1.99-.01 1.15-1.76 2.319-3.51 3.487-5.258z"/><path fill="#03a8eb" d="M.697.34C7.953.236 15.224.329 22.486.294c.497-.077 1.002.333.961.847.004 7.196.004 14.392 0 21.589.034.455-.376.879-.833.843-7.204.005-14.408.005-21.61 0-.458.036-.867-.39-.833-.843-.004-7.196-.004-14.392 0-21.589A.825.825 0 0 1 .697.34m10.942.973c-.005.766-.006 1.531.003 2.297h.335c.009-.766.008-1.531.003-2.297h-.34m-5.245.466C5.227 3.528 4.058 5.277 2.908 7.037c.663.014 1.327.003 1.99.01.015 5.157-.015 10.314-.003 15.469 1.001.095 2.009.099 3.01-.001l.013-.653c2.918-2.957 5.878-5.874 8.804-8.824.662-.679 1.232-1.509 1.349-2.472.142-1.167.014-2.347.089-3.517.744-.01 1.488.004 2.232-.011-1.167-1.757-2.331-3.517-3.502-5.274-1.17 1.756-2.338 3.514-3.5 5.275.56.009 1.121.006 1.681.008-.019 1.097.051 2.201-.032 3.293-2.353 2.399-4.745 4.763-7.124 7.138a4028.3 4028.3 0 0 1 0-10.429c.662-.006 1.322.004 1.983-.011-1.164-1.754-2.31-3.523-3.503-5.257m5.244 4.106c-.005.766-.006 1.531.001 2.296h.338c.008-.764.006-1.53.001-2.296h-.34m0 4.455c-.008.761-.004 1.521-.004 2.283l.348.005c.001-.763.004-1.525-.004-2.288h-.34z"/><path fill="#f4fbfe" d="M11.639 1.313h.34c.005.766.006 1.531-.003 2.297h-.335c-.009-.766-.008-1.531-.003-2.297zM11.639 5.887h.34c.005.766.006 1.531-.001 2.296h-.338c-.008-.764-.006-1.53-.001-2.296z"/><path fill="#eef9fe" d="M11.639 10.342h.34c.008.763.005 1.525.004 2.288a20.337 20.337 0 0 0-.348-.005c0-.762-.004-1.523.004-2.283z"/></symbol><symbol viewBox="0 0 33 24" id="information--go-straight-or-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.892 0h29.234a2.988 2.988 0 0 1 2.19 2.199v19.918c-.223.717-.587 1.404-1.179 1.882H.872A4.786 4.786 0 0 1 0 23.118V1.174C.485.585 1.17.217 1.892-.001m.053.53C.901.731.047 1.765.153 2.842.169 9.267.148 15.693.162 22.118c.18.941 1.074 1.71 2.042 1.724 9.532.002 19.064-.002 28.596.002 1.187-.065 2.061-1.209 2.037-2.364.003-6.265.016-12.532-.005-18.797C32.748 1.38 31.6.428 30.32.471 20.864.515 11.395.398 1.945.529z"/><path fill="#fff" d="M1.945.529C11.395.398 20.864.515 30.32.471c1.281-.043 2.428.909 2.512 2.212.021 6.265.008 12.532.005 18.797.024 1.154-.849 2.299-2.037 2.364-9.532-.003-19.064 0-28.596-.002-.968-.014-1.862-.783-2.042-1.724C.148 15.693.168 9.267.153 2.842.047 1.765.901.731 1.945.529m.007.47C1.324 1.151.61 1.648.63 2.358c.003 6.532.003 13.064 0 19.596-.022.737.677 1.437 1.413 1.415 9.532 0 19.063-.008 28.593.005.941.088 1.757-.826 1.731-1.738.003-6.319 0-12.641.002-18.96-.006-.977-.919-1.802-1.89-1.734C20.971.988 11.453.874 1.952.999z"/><path fill="#fff" d="M20.746 2.942c1.719 2.395 3.174 4.974 4.819 7.421.008.259.011.516.016.775-.134.137-.267.278-.398.417-.897-.093-1.746-.423-2.602-.69-.003 2.536 0 5.073-.002 7.609-2.485.002-4.972-.003-7.457.003.224.903.902 1.857.497 2.79-.166.077-.328.158-.491.24-.726-.194-1.314-.668-1.926-1.077-1.993-1.241-3.941-2.552-5.935-3.789-.06-.297.349-.339.523-.494 1.737-1.097 3.45-2.233 5.192-3.324.775-.474 1.494-1.214 2.469-1.172.733.938-.131 2.042-.322 3.032 1.273.003 2.547.002 3.819.002 0-1.273.002-2.547-.002-3.819-.854.267-1.704.597-2.601.69-.134-.141-.272-.281-.409-.42.017-.262-.022-.537.065-.788 1.606-2.452 3.136-4.955 4.745-7.405z"/><path fill="#036f51" d="M1.952.999C11.453.874 20.97.988 30.479.942c.971-.068 1.884.756 1.89 1.734-.002 6.319.002 12.641-.002 18.96.027.913-.789 1.827-1.731 1.738-9.531-.013-19.061-.005-28.593-.005-.736.022-1.435-.677-1.413-1.415.003-6.532.003-13.064 0-19.596-.021-.711.693-1.208 1.322-1.359m18.794 1.943c-1.609 2.451-3.139 4.953-4.745 7.405-.087.251-.047.526-.065.788.137.139.275.279.409.42.897-.093 1.746-.423 2.601-.69.003 1.273.002 2.547.002 3.819-1.273 0-2.547.002-3.819-.002.191-.99 1.055-2.094.322-3.032-.976-.043-1.694.698-2.469 1.172-1.742 1.091-3.455 2.226-5.192 3.324-.174.155-.583.197-.523.494 1.994 1.238 3.943 2.548 5.935 3.789.613.409 1.2.883 1.926 1.077.163-.082.325-.163.491-.24.404-.933-.273-1.887-.497-2.79 2.485-.006 4.972-.002 7.457-.003.002-2.536-.002-5.073.002-7.609.856.267 1.705.597 2.602.69.131-.139.264-.279.398-.417-.005-.259-.008-.516-.016-.775-1.645-2.447-3.099-5.026-4.819-7.421z"/></symbol><symbol viewBox="0 0 33 24" id="information--go-straight-or-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.182 0h29.266c.712.223 1.383.597 1.868 1.173v21.962a5.942 5.942 0 0 1-.872.865H1.168C.595 23.511.219 22.839 0 22.126V2.178A3.018 3.018 0 0 1 2.182.001m.243.53C1.276.692.519 1.717.475 2.836c0 6.215-.009 12.429.005 18.644-.028 1.156.849 2.301 2.038 2.362h28.593c1.123-.017 2.179-1.064 2.053-2.209-.014-6.371-.002-12.744-.006-19.115C33.09 1.283 31.841.349 30.633.469 21.232.52 11.818.393 2.425.531z"/><path fill="#fff" d="M2.425.531C11.818.394 21.232.52 30.633.469c1.208-.12 2.457.815 2.525 2.049.005 6.371-.008 12.744.006 19.115.126 1.145-.93 2.192-2.053 2.209H2.518C1.329 23.78.451 22.636.48 21.48.466 15.265.475 9.051.475 2.836.519 1.717 1.276.692 2.425.531m-.156.473C1.462 1.212.898 2.011.943 2.837c.011 6.267 0 12.534.006 18.801-.024.913.788 1.824 1.732 1.735 9.529-.011 19.059-.003 28.588-.003.741.022 1.438-.676 1.416-1.416 0-6.477-.008-12.954.003-19.432.103-.995-1.011-1.626-1.895-1.579C21.286.99 11.765.87 2.268 1.005z"/><path fill="#fff" d="M12.553 2.937c1.614 2.403 3.101 4.888 4.696 7.304.18.262.101.598.133.897-.139.139-.275.279-.411.422-.897-.106-1.745-.426-2.602-.692v3.816h3.816c-.193-.996-1.041-2.091-.325-3.041.977-.022 1.701.696 2.477 1.179 1.915 1.2 3.796 2.457 5.714 3.652l-.008.169a428.21 428.21 0 0 0-5.048 3.238c-.955.51-1.751 1.303-2.799 1.629a23.478 23.478 0 0 0-.507-.245c-.381-.943.275-1.887.504-2.792-2.485-.003-4.971-.002-7.456-.002v-7.604c-.857.264-1.705.584-2.602.69a41 41 0 0 0-.411-.423c-.103-.688.322-1.247.677-1.787 1.412-2.119 2.681-4.333 4.151-6.412z"/><path fill="#006f51" d="M2.269 1.004C11.766.87 21.287.99 30.794.942c.884-.047 1.997.584 1.895 1.579-.011 6.478-.003 12.955-.003 19.432.022.741-.676 1.438-1.416 1.416-9.529 0-19.059-.008-28.588.003-.944.088-1.756-.823-1.732-1.735C.944 15.37.955 9.103.944 2.836.9 2.01 1.463 1.211 2.27 1.003m10.283 1.934c-1.47 2.079-2.739 4.293-4.151 6.412-.355.54-.78 1.099-.677 1.787.137.141.275.281.411.423.897-.106 1.745-.426 2.602-.69v7.604c2.485 0 4.971-.002 7.456.002-.229.905-.884 1.849-.504 2.792.169.079.338.161.507.245 1.048-.327 1.844-1.119 2.799-1.629a415.713 415.713 0 0 1 5.048-3.238l.008-.169c-1.918-1.195-3.799-2.452-5.714-3.652-.777-.483-1.5-1.202-2.477-1.179-.715.951.133 2.045.325 3.041H14.37V10.87c.857.265 1.705.586 2.602.692.136-.142.272-.283.411-.422-.032-.298.047-.635-.133-.897-1.595-2.416-3.082-4.901-4.696-7.304z"/></symbol><symbol viewBox="0 0 16 24" id="information--hazardous-goods-vehicles-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e15501" d="M0 0h16v24H0V0m1.307.438a1.206 1.206 0 0 0-.903 1.238c.002 6.91-.002 13.821.002 20.731-.022.634.55 1.214 1.187 1.185h12.813c.557.023 1.078-.415 1.169-.962.043-.287.029-.58.03-.87-.003-6.694.003-13.39-.003-20.084.05-.696-.577-1.335-1.277-1.272C9.986.427 5.642.358 1.307.438z"/><path fill="#e15501" d="M1.384 1.066c.118-.048.248-.044.374-.05 4.189.005 8.378.001 12.567.002.364-.038.69.29.65.654v20.651c.04.364-.281.698-.649.654-4.244-.005-8.488.003-12.732-.004-.341.011-.6-.322-.568-.649V1.673a.607.607 0 0 1 .358-.608m6.185 1.539A2426.8 2426.8 0 0 0 3.2 8.879c-.287.319.05.863.458.771 1.039-.223 2.07-.487 3.11-.709-.054 1.458-.134 2.914-.19 4.372.948.006 1.895.006 2.843 0-.057-1.458-.138-2.914-.191-4.372 1.04.222 2.071.485 3.11.709.409.093.748-.453.46-.772-1.453-2.094-2.91-4.186-4.37-6.275-.183-.323-.681-.323-.863.001m-.018 13.029c-1.238.146-2.333 1.056-2.726 2.234-.411 1.166-.109 2.546.764 3.425.988 1.054 2.684 1.338 3.956.646 1.492-.73 2.221-2.653 1.59-4.19-.522-1.422-2.085-2.347-3.584-2.115z"/><path fill="#2a2d2f" d="M1.307.438C5.642.359 9.986.428 14.325.404c.7-.063 1.327.576 1.277 1.272.006 6.694 0 13.39.003 20.084-.002.29.013.582-.03.87-.091.546-.612.985-1.169.962H1.593c-.637.029-1.209-.551-1.187-1.185-.005-6.91 0-13.821-.002-20.731-.042-.56.355-1.11.903-1.238m.077.628a.606.606 0 0 0-.358.608v20.651c-.032.326.227.66.568.649 4.244.007 8.488-.001 12.732.004.368.045.689-.29.649-.654V1.673a.604.604 0 0 0-.65-.654c-4.189-.002-8.378.002-12.567-.002-.126.006-.255.002-.374.05z"/><path fill="#2a2d2f" d="M7.569 2.604c.182-.324.68-.324.863-.001 1.459 2.09 2.917 4.181 4.37 6.275.288.319-.051.865-.46.772-1.039-.224-2.07-.487-3.11-.709.054 1.458.134 2.914.191 4.372-.948.006-1.895.006-2.843 0 .056-1.458.136-2.914.19-4.372-1.04.222-2.071.486-3.11.709-.409.092-.746-.452-.458-.771 1.452-2.094 2.91-4.186 4.369-6.275zM7.549 15.633c1.499-.232 3.062.694 3.584 2.115.631 1.538-.098 3.461-1.59 4.19-1.272.692-2.968.407-3.956-.646-.873-.878-1.175-2.259-.764-3.425.393-1.178 1.488-2.089 2.726-2.234z"/></symbol><symbol viewBox="0 0 24 24" id="information--height-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M0 0h24v24H0V0m1.428.435C.761.628.318 1.316.36 2.001.362 8.7.356 15.399.363 22.098c-.024.823.712 1.568 1.538 1.534 6.733.002 13.465.002 20.198 0 .825.031 1.56-.712 1.538-1.534.005-6.732.005-13.464 0-20.196.022-.825-.712-1.567-1.54-1.538C15.432.353 8.766.365 2.101.359a2.497 2.497 0 0 0-.673.076z"/><path fill="#0e518d" d="M1.63.939c.286-.06.58-.037.87-.04C9.037.905 15.573.893 22.11.905c.571-.015 1.042.527.989 1.088.001 6.671.002 13.343 0 20.014.06.607-.488 1.148-1.093 1.093H1.993c-.605.056-1.155-.485-1.092-1.093C.899 15.336.9 8.664.901 1.993c-.037-.467.266-.941.729-1.054m5.955.426C9.048 2.847 10.529 4.312 12 5.786c1.467-1.477 2.948-2.94 4.41-4.422-2.942-.006-5.883-.008-8.825.001M5.878 6.568c-1.326 1.845-2.625 3.713-3.926 5.576-.127.46-.027.959-.053 1.435 1.493.008 2.985.026 4.477.037.003.769-.004 1.538.002 2.308.464.004.928.006 1.392-.002.003-.769-.004-1.538.003-2.308.553-.004 1.106.003 1.66-.003.004-.466.004-.931 0-1.397-.554-.003-1.107.003-1.66-.003-.007-1.892.001-3.784-.004-5.677-.629.024-1.271-.053-1.891.034m5.733 3.361c.274.244.551.484.827.726.67-.946 2.054-1.137 3.049-.641.524.247.534 1.025.049 1.32-1.112.786-2.509 1.22-3.369 2.331-.518.629-.673 1.459-.698 2.253 1.915.003 3.829.003 5.744 0 .013-.319.021-.637.026-.956-1.404-.008-2.807.005-4.211-.006.213-1.685 2.197-2.013 3.354-2.876 1.078-.655.809-2.381-.26-2.901-1.461-.719-3.341-.373-4.511.75m7.398 2.811l-.033-.305c-.195.003-.39.003-.585.002-.034 1.165-.009 2.331-.013 3.496h.625c.032-.801-.049-1.61.03-2.406.096-.548.977-.675 1.124-.096.13.824.025 1.669.06 2.501h.666c.022-.84-.05-1.686.056-2.521.046-.532.982-.504 1.01.025.076.829.012 1.664.036 2.496h.701c-.032-.954.072-1.92-.056-2.866-.244-.879-1.456-.913-1.979-.27-.365-.576-1.238-.602-1.642-.056m-9.842 2.118c-.294.472.05 1.224.661 1.098a39.9 39.9 0 0 1-.382.438l.13.277a1.52 1.52 0 0 0 .976-1.507c-.055-.642-1.076-.883-1.385-.306m-1.584 7.877c2.943.009 5.885.008 8.828 0-1.462-1.481-2.937-2.948-4.411-4.417a613.14 613.14 0 0 0-4.417 4.417z"/><path fill="#0e518d" d="M3.493 12.211c.958-1.349 1.926-2.69 2.894-4.032a773.417 773.417 0 0 1-.013 4.031c-.96.005-1.92.005-2.881.001z"/><path fill="#f7fbf5" d="M1.428.435c.218-.064.447-.073.673-.076C8.766.365 15.432.353 22.097.364c.828-.029 1.562.713 1.54 1.538.005 6.732.005 13.464 0 20.196.022.822-.713 1.565-1.538 1.534-6.733.002-13.465.002-20.198 0-.826.034-1.562-.711-1.538-1.534C.356 15.399.362 8.7.36 2.001.318 1.316.761.628 1.428.435m.202.504c-.463.113-.766.587-.729 1.054C.9 8.664.899 15.336.901 22.007c-.063.608.487 1.149 1.092 1.093h20.013c.605.055 1.153-.486 1.093-1.093.002-6.671.001-13.343 0-20.014.053-.561-.418-1.103-.989-1.088C15.573.893 9.037.905 2.5.899c-.29.003-.584-.02-.87.04z"/><path fill="#f7fbf5" d="M7.585 1.365c2.942-.009 5.883-.007 8.825-.001-1.462 1.482-2.943 2.945-4.41 4.422-1.471-1.474-2.952-2.939-4.415-4.421zM5.878 6.568c.62-.087 1.262-.01 1.891-.034.005 1.893-.003 3.785.004 5.677.553.006 1.106 0 1.66.003.004.466.004.931 0 1.397-.554.006-1.107-.001-1.66.003-.007.77 0 1.539-.003 2.308-.464.008-.928.006-1.392.002-.006-.77.001-1.539-.002-2.308-1.492-.011-2.984-.029-4.477-.037.026-.476-.074-.975.053-1.435 1.301-1.863 2.6-3.731 3.926-5.576m-2.385 5.643c.961.004 1.921.004 2.881-.001.008-1.343.012-2.687.013-4.031-.968 1.342-1.936 2.683-2.894 4.032zM11.611 9.929c1.17-1.123 3.05-1.469 4.511-.75 1.069.52 1.338 2.246.26 2.901-1.157.863-3.141 1.191-3.354 2.876 1.404.011 2.807-.002 4.211.006-.005.319-.013.637-.026.956-1.915.003-3.829.003-5.744 0 .025-.794.18-1.624.698-2.253.86-1.111 2.257-1.545 3.369-2.331.485-.295.475-1.073-.049-1.32-.995-.496-2.379-.305-3.049.641-.276-.242-.553-.482-.827-.726zM19.009 12.74c.404-.546 1.277-.52 1.642.056.523-.643 1.735-.609 1.979.27.128.946.024 1.912.056 2.866h-.701c-.024-.832.04-1.667-.036-2.496-.028-.529-.964-.557-1.01-.025-.106.835-.034 1.681-.056 2.521h-.666c-.035-.832.07-1.677-.06-2.501-.147-.579-1.028-.452-1.124.096-.079.796.002 1.605-.03 2.406a65.105 65.105 0 0 0-.625 0c.004-1.165-.021-2.331.013-3.496.195.001.39.001.585-.002l.033.305zM9.167 14.858c.309-.577 1.33-.336 1.385.306a1.52 1.52 0 0 1-.976 1.507l-.13-.277a39.9 39.9 0 0 0 .382-.438c-.611.126-.955-.626-.661-1.098zM7.583 22.735A613.14 613.14 0 0 1 12 18.318c1.474 1.469 2.949 2.936 4.411 4.417-2.943.008-5.885.009-8.828 0z"/></symbol><symbol viewBox="0 0 34 24" id="information--height-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#00213a" opacity=".32" d="M4.248 0h25.959l.228.134C21.636.177 12.828.223 4.028.108L4.247 0z"/><path fill="#005fa7" opacity=".93" d="M2.877 1.332C3.033.753 3.503.35 4.029.108c8.799.115 17.607.069 26.407.026.507.274.941.706 1.068 1.286a449.698 449.698 0 0 1 2.782 10.161v.864c-.855 3.408-1.815 6.789-2.758 10.173-.123.626-.576 1.099-1.13 1.383H4c-.499-.24-.962-.621-1.09-1.185-.957-3.204-1.774-6.447-2.691-9.662-.305-.974-.072-1.994.213-2.942.893-2.938 1.454-5.973 2.446-8.88m1.3-.751c-.549.195-.801.759-.96 1.274-.915 2.782-1.469 5.666-2.316 8.467-.255.869-.489 1.805-.213 2.7.893 3.178 1.711 6.377 2.652 9.54.168.717.902 1.162 1.617 1.089 8.182-.017 16.363.015 24.545-.017a1.474 1.474 0 0 0 1.551-1.145 453.323 453.323 0 0 0 2.549-9.29c.249-.828.199-1.709-.05-2.53-.828-3.05-1.632-6.106-2.53-9.134-.17-.67-.845-1.114-1.526-1.059C21.378.428 13.259.474 5.139.449c-.322.01-.658.003-.962.134z"/><path fill="#fff" d="M4.178.581c.303-.13.639-.123.962-.134 8.121.026 16.239-.021 24.358.027.681-.055 1.356.389 1.526 1.059.898 3.027 1.702 6.084 2.53 9.134.249.821.298 1.702.05 2.53a453.323 453.323 0 0 1-2.549 9.29 1.473 1.473 0 0 1-1.551 1.145c-8.182.033-16.363 0-24.545.017-.715.074-1.449-.372-1.617-1.089-.941-3.163-1.759-6.362-2.652-9.54-.276-.895-.043-1.831.213-2.7.847-2.801 1.401-5.685 2.316-8.467.159-.514.411-1.078.96-1.274m.511.359c-.501.146-.801.615-.946 1.09-.91 2.686-1.435 5.482-2.253 8.196-.261.891-.533 1.846-.249 2.769.864 3.079 1.658 6.18 2.573 9.245.165.655.828 1.073 1.488 1.022 7.894-.01 15.789.009 23.683-.01.641.046 1.351-.278 1.534-.936.888-2.988 1.689-6 2.498-9.01.24-.794.264-1.642.022-2.441-.794-2.966-1.591-5.931-2.451-8.88-.149-.646-.749-1.166-1.43-1.113C21.381.815 13.605.868 5.828.839c-.379.009-.77-.012-1.138.099z"/><path fill="#fff" d="M9.989 2.549c4.558-.07 9.118-.031 13.677-.022.655-.12.609.621.619 1.061-.034 2.681.05 5.364-.045 8.043-.283-.874.156-2.511-1.094-2.667a906.425 906.425 0 0 0-12.005 0c-1.371.022-.982 1.738-1.231 2.65-.057-3.021-.002-6.046.079-9.065m1.75 1.78l.67.014c.23-.238.377-.687.782-.627.585-.033.681.883.276 1.162-.293.089-.6.11-.902.153l.014.509c.341.069.703.091 1.02.247.423.415.285 1.402-.417 1.392-.497.086-.605-.492-.78-.823-.235.015-.471.033-.706.05.096.984 1.065 1.776 2.038 1.339.998-.384 1.025-1.731.346-2.429.526-.722.439-1.978-.557-2.217-.883-.305-1.587.439-1.785 1.231m5.487 1.576c-.249.394-.547.878-.291 1.347.321.814 1.661.825 1.999.019.245-.475-.022-.972-.3-1.359.43-.624.267-1.678-.636-1.695-.946-.099-1.248 1.03-.771 1.689m2.812-.348c.002.753 0 1.505.005 2.258l.509-.002c.069-.567-.279-2.021.638-1.798.111.595.079 1.203.086 1.807.118-.002.358-.005.477-.009.091-.61-.319-1.889.648-1.862.094.617.07 1.245.072 1.869l.487-.005c-.01-.641.062-1.294-.055-1.93-.187-.552-.804-.346-1.231-.283-.542-.093-1.09-.031-1.635-.045m-4.844 1.314l.005.996h.984c.003-.333.005-.665.009-.996h-.998z"/><path fill="#fff" d="M17.741 4.709c.591-.3.912.696.377.922-.525.305-.948-.725-.377-.922zM17.707 6.197c.722-.321 1.167.909.447 1.178-.729.31-1.104-.881-.447-1.178zM10.277 11.482c.171-.777.031-2.235 1.202-2.129 3.975.075 7.997-.175 11.945.127.938 3.11.871 6.494.811 9.739-4.781-.033-9.576.144-14.347-.091-.046-2.556-.106-5.124.389-7.646m1.305-.451c-.36 1.582-.61 3.204-.523 4.831 3.999.002 8.001 0 12.002.002.087-1.625-.163-3.245-.528-4.824-.103-.497-.662-.588-1.089-.573-2.981.002-5.964-.002-8.947.002-.396-.034-.847.12-.915.562m-.052 5.471c-.667.257-.809 1.258-.231 1.683.574.501 1.593.075 1.611-.694.086-.717-.73-1.296-1.38-.989m10.317.039c-1.113.542-.207 2.364.903 1.764 1.195-.506.237-2.445-.903-1.764m-7.384.861c-.451.021-.321.699.11.588 1.762.027 3.533.063 5.294-.019.461-.048.228-.686-.178-.586-1.74-.014-3.487-.048-5.225.017z"/><path fill="#fff" d="M15.694 11.215l.252-.573c.139.182.274.365.41.55.273.125.538.262.799.411a38.65 38.65 0 0 1-.893.149c.002.213.002.427.003.641l1.03.065c.216-.262.413-.54.595-.826a7.39 7.39 0 0 1-.897-.497c.819-.111 1.647-.086 2.472-.053a6.89 6.89 0 0 1-.206 1.699 4.615 4.615 0 0 1-1.149-.278c.273-.093.547-.182.821-.266l.06-.741c-.195-.002-.391-.002-.586-.002a5.484 5.484 0 0 1-.753 1.251 16.73 16.73 0 0 0-1.306.103l-.022.6c.3.103.588.242.847.429-.278.053-.554.099-.831.144.002.312.005.626.009.938 1.022.113 2.05.093 3.075.096l.046.427c-1.378-.043-2.99.298-4.123-.701-.098.297-.201.59-.31.883-.425-.775-.189-1.929.363-2.59.07.566.06 1.162.387 1.656.06-.61.06-1.224.06-1.838-.442-.043-.915-.057-1.26-.381a15.3 15.3 0 0 1 1.149-.132c.003-.211.005-.423.009-.634a17.97 17.97 0 0 1-1.006-.132c.274-.228.61-.334.955-.399z"/><path fill="#fff" d="M17.259 13.047a26.268 26.268 0 0 1 2.043-.043c.046.538.046 1.08.009 1.62a50.02 50.02 0 0 1-2.05-.01 29.24 29.24 0 0 1-.002-1.567m.455.366l-.005.792h1.135c-.002-.264-.003-.53-.003-.794-.375.002-.751.002-1.126.002zM10.481 19.464c.891-.002 1.783-.002 2.676 0-.002.735.005 1.471-.034 2.206-.867.031-1.735.031-2.602 0-.051-.734-.039-1.471-.039-2.206zM21.038 19.464c.89-.002 1.778-.002 2.667 0 .002.73.003 1.462-.015 2.193-.837.031-1.68.094-2.513-.007-.303-.669-.086-1.467-.139-2.186z"/><path fill="#0066b3" d="M4.69.938c.369-.111.759-.091 1.138-.099C13.606.868 21.382.815 29.159.87c.681-.053 1.281.466 1.43 1.113.861 2.949 1.658 5.914 2.451 8.88a4.211 4.211 0 0 1-.022 2.441c-.809 3.01-1.61 6.022-2.498 9.01-.183.658-.893.982-1.534.936-7.894.019-15.789 0-23.683.01-.66.051-1.323-.367-1.488-1.022-.915-3.065-1.709-6.166-2.573-9.245-.285-.922-.012-1.877.249-2.769.818-2.714 1.342-5.51 2.253-8.196.146-.475.446-.945.946-1.09m5.299 1.611c-.081 3.019-.135 6.045-.079 9.065.249-.912-.141-2.628 1.231-2.65 3.999-.026 8.004-.027 12.005 0 1.25.156.811 1.793 1.094 2.667.094-2.679.01-5.362.045-8.043-.01-.441.036-1.181-.619-1.061-4.558-.009-9.118-.048-13.677.022m.288 8.933c-.495 2.522-.435 5.09-.389 7.646 4.771.235 9.566.058 14.347.091.06-3.245.127-6.629-.811-9.739-3.948-.302-7.97-.051-11.945-.127-1.171-.106-1.03 1.353-1.202 2.129m.204 7.982c0 .735-.012 1.473.039 2.206.867.031 1.735.031 2.602 0 .039-.735.033-1.471.034-2.206-.893-.002-1.785-.002-2.676 0m10.558 0c.053.718-.165 1.517.139 2.186.833.101 1.677.038 2.513.007.019-.73.017-1.462.015-2.193-.89-.002-1.778-.002-2.667 0z"/><path fill="#0066b3" d="M11.739 4.329c.197-.792.902-1.536 1.785-1.231.996.238 1.083 1.495.557 2.217.679.698.651 2.045-.346 2.429-.974.437-1.942-.355-2.038-1.339l.706-.05c.175.331.283.909.78.823.701.01.84-.977.417-1.392-.317-.156-.679-.178-1.02-.247l-.014-.509c.302-.043.609-.063.902-.153.405-.279.309-1.195-.276-1.162-.405-.06-.552.389-.782.627l-.67-.014zM17.225 5.906c-.477-.658-.175-1.788.771-1.689.903.017 1.066 1.071.636 1.695.278.387.545.885.3 1.359-.338.806-1.678.795-1.999-.019-.255-.47.043-.953.291-1.347m.517-1.196c-.571.197-.147 1.227.377.922.535-.226.214-1.222-.377-.922m-.034 1.488c-.657.297-.281 1.488.447 1.178.72-.269.274-1.498-.447-1.178zM20.038 5.559c.545.014 1.094-.048 1.635.045.427-.063 1.044-.269 1.231.283.117.636.045 1.289.055 1.93l-.487.005c-.002-.624.022-1.251-.072-1.869-.967-.027-.557 1.251-.648 1.862l-.477.009c-.007-.603.026-1.212-.086-1.807-.917-.223-.569 1.231-.638 1.798l-.509.002c-.005-.753-.003-1.505-.005-2.258zM15.195 6.873h.998l-.009.996H15.2l-.005-.996zM11.582 11.031c.069-.442.519-.597.915-.562 2.983-.003 5.966 0 8.947-.002.427-.015.986.075 1.089.573.365 1.579.615 3.199.528 4.824-4.001-.002-8.002 0-12.002-.002-.087-1.627.163-3.249.523-4.831m4.112.184c-.345.065-.681.171-.955.399.334.053.67.098 1.006.132-.003.211-.005.423-.009.634a15.3 15.3 0 0 0-1.149.132c.345.324.818.338 1.26.381 0 .614 0 1.227-.06 1.838-.327-.494-.317-1.09-.387-1.656-.552.662-.789 1.815-.363 2.59.11-.293.213-.586.31-.883 1.133.999 2.745.658 4.123.701l-.046-.427c-1.025-.003-2.054.017-3.075-.096l-.009-.938c.278-.045.554-.091.831-.144a3.233 3.233 0 0 0-.847-.429l.022-.6c.434-.046.869-.091 1.306-.103.312-.379.552-.806.753-1.251.195 0 .391 0 .586.002l-.06.741c-.274.084-.549.173-.821.266.367.149.756.226 1.149.278a6.89 6.89 0 0 0 .206-1.699c-.825-.033-1.653-.058-2.472.053.285.189.588.35.897.497a8.308 8.308 0 0 1-.595.826c-.343-.022-.686-.045-1.03-.065l-.003-.641c.298-.046.597-.096.893-.149a10.035 10.035 0 0 0-.799-.411 28.025 28.025 0 0 0-.41-.55l-.252.573m1.565 1.831c-.014.521-.014 1.044.002 1.567a50.02 50.02 0 0 0 2.05.01c.038-.54.038-1.082-.009-1.62a26.257 26.257 0 0 0-2.043.043z"/><path fill="#0066b3" d="M17.714 13.413c.375 0 .751 0 1.126-.002l.003.794h-1.135l.005-.792zM11.53 16.502c.65-.307 1.466.273 1.38.989-.019.77-1.037 1.195-1.611.694-.578-.425-.435-1.426.231-1.683zM21.847 16.541c1.14-.681 2.098 1.258.903 1.764-1.111.6-2.016-1.222-.903-1.764zM14.463 17.402c1.738-.065 3.485-.031 5.225-.017.406-.099.639.538.178.586-1.761.082-3.531.046-5.294.019-.43.111-.561-.567-.11-.588z"/></symbol><symbol viewBox="0 0 18 24" id="information--highway-directions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#555" opacity=".87" d="M.435 0h16.43l.133.077C11.887.102 6.775.077 1.663.09 1.304.093.942.098.586.037L.434-.001z"/><path fill="#fff" d="M.042.548C.167.325.359.151.588.037c.356.06.717.055 1.077.053C6.777.077 11.889.101 17 .077c.192.099.348.259.444.452a4619.4 4619.4 0 0 0-.001 22.948 1.134 1.134 0 0 1-.434.451c-5.517-.031-11.035-.015-16.551-.008a1.798 1.798 0 0 1-.377-.392C.101 16.094.078 8.659.092 1.226A4.52 4.52 0 0 0 .043.548M.72.458C.497.511.471.769.475.958.479 8.347.473 15.736.479 23.125c-.037.275.217.468.477.426 5.232-.003 10.465.004 15.695-.003.238.025.457-.167.42-.413.005-7.422.003-14.845-.001-22.267.053-.352-.314-.489-.602-.443C11.219.452 5.963.384.718.459z"/><path fill="#fff" d="M2.068 1.414l.289-.003.002.89.76-.002-.001-.886.29-.003c.002.686.001 1.372.001 2.058l-.29-.001-.001-.91h-.76v.911h-.29c-.001-.685-.001-1.37 0-2.055zM6.171 1.408l.291-.003.001.604c.286-.027.668-.056.82.249.096.392.03.805.044 1.206l-.289-.001c-.004-.334.027-.671-.025-1.002-.03-.26-.497-.259-.526 0-.049.332-.019.669-.024 1.004l-.292-.003V1.408zM10.465 1.415l.293-.004c.002.194.003.39.003.585.295-.028.74-.007.773.378.004.345.126.843-.232 1.054-.272.074-.558.018-.836.032l-.001-2.044m.409.853c-.231.277-.202 1.175.336.879.06-.309.18-1.002-.336-.879zM3.613 2.152c.291-.201.792-.306.992.072.108.401.041.825.055 1.236-.27-.008-.548.047-.811-.032-.363-.131-.313-.73.041-.838.177-.054.364-.067.546-.101-.124-.298-.421-.257-.66-.13l-.162-.208m.261.718c-.031.457.578.365.536-.055-.18.012-.358.031-.536.055z"/><path fill="#fff" d="M5.432 3.491c-.802-.044-.745-1.577.083-1.5.303.017.417.314.485.562l-.327.016c-.06-.115-.123-.23-.186-.343-.426.147-.401.761-.088 1.013l.296-.18.258.188c-.164.095-.32.252-.522.245zM8.071 3.484c-.761-.129-.651-1.582.164-1.493.441.014.574.49.575.853-.334.004-.668.002-1.002.019.104.376.478.408.773.239l.188.194c-.215.109-.446.251-.698.187M7.815 2.6c.243.01.485.009.728-.004-.13-.394-.614-.416-.728.004zM9.034 2.006c.362.026.849-.138 1.095.218.127.395.04.826.061 1.235l-.288.009c-.006-.335.022-.673-.025-1.006-.031-.249-.457-.269-.52-.031-.065.339-.021.688-.03 1.031h-.293V2.005zM11.799 2.009l.292-.001c.003.345-.034.695.028 1.036.075.224.466.215.519-.018.054-.336.019-.679.025-1.018l.293-.001c0 .483-.001.965.001 1.447-.373-.02-.886.164-1.115-.239-.091-.394-.029-.806-.043-1.207zM13.234 2.006c.342-.01.692-.039 1.023.074l-.201.213c-.753-.199-.493.741-.53 1.17l-.293.001V2.006zM14.574 2.045c.286-.109.601-.026.9-.038-.026.565.058 1.14-.05 1.698-.159.437-.707.393-1.058.242l.088-.217c.31.132.667.109.78-.261-.322.034-.818.064-.903-.347-.009-.355-.134-.866.243-1.077m.173.253c-.209.15-.137.458-.13.68.012.308.536.312.552.003.081-.294.016-.871-.422-.682zM5.721 4.455l.29.002.001.886h.759l.002-.888.289.002c-.001.687.003 1.373-.003 2.06a27.507 27.507 0 0 0-.287-.01v-.906a96.014 96.014 0 0 0-.759 0c-.002.306-.002.611-.005.917a27.709 27.709 0 0 0-.288-.011c.003-.684 0-1.367.002-2.051zM7.422 4.462l.293-.001v.293h-.293v-.292zM8 4.472l.299-.016.003.293-.283.011L8 4.473zM8.677 4.443l.293.001a41.33 41.33 0 0 1-.007.611c.286-.032.654-.061.821.229.103.397.034.815.05 1.219l-.291.001c-.008-.347.034-.7-.032-1.042-.084-.2-.368-.191-.5-.046-.081.356-.032.726-.042 1.088l-.293.001V4.443zM7.812 5.038c.821-.05.859 1.467.061 1.507-.772-.007-.804-1.414-.061-1.507m-.072.327c-.23.216-.229.722.064.89.503.027.455-1.074-.064-.89zM10.098 5.058c.338-.008.683-.047 1.011.064l-.165.203c-.762-.177-.526.734-.555 1.191l-.291-.009v-1.45zM11.185 5.612h.657l-.001.327h-.655l-.001-.327zM8.264 7.468h.291l-.002.613c.285-.027.665-.063.821.24.099.393.03.807.046 1.209l-.289.002c-.008-.342.031-.688-.032-1.027-.055-.229-.457-.229-.516 0-.058.338-.022.684-.027 1.026h-.292V7.468zM2.009 7.615c.434-.303.983.014 1.14.468l-.292.02c-.186-.289-.693-.442-.826-.025-.043.378-.183 1.016.293 1.166.323.075.494-.25.54-.519a34.586 34.586 0 0 0-.455-.018l-.002-.279h.729c-.01.342.028.763-.293.984-.406.34-1.124.054-1.143-.488-.011-.439-.123-1.025.311-1.308zM3.34 8.073c.338 0 .68-.021 1.013.053l-.169.233c-.754-.211-.529.726-.55 1.171h-.293c0-.486.001-.971-.001-1.458zM4.465 9.373c-.357-.412-.216-1.346.441-1.33.461-.016.629.475.616.856-.334.005-.668.004-1.002.018.105.375.479.413.778.242l.188.199c-.301.184-.743.306-1.02.015m.053-.731a6.6 6.6 0 0 0 .731.006c-.119-.417-.592-.39-.731-.006zM5.639 8.076c.369.032.883-.154 1.111.243.101.393.031.808.046 1.211l-.29.002c-.006-.342.031-.688-.028-1.025-.054-.235-.464-.236-.519-.001-.058.338-.021.684-.028 1.025L5.64 9.53c-.001-.484 0-.97-.002-1.454zM6.942 8.078c.388-.003.776-.003 1.163 0l-.002.284c-.253.29-.506.581-.756.873.251.003.504.003.755.004l.003.289c-.402.003-.805.007-1.208-.01.095-.485.534-.774.815-1.148-.256-.002-.512-.002-.766-.002l-.004-.29zM9.589 8.239c.276-.226.766-.322.987.025.127.406.046.845.066 1.265-.356-.021-.976.145-1.057-.358-.076-.453.418-.619.78-.6l-.081-.268c-.177.034-.354.069-.529.11L9.59 8.24m.281.869c.146.332.59.053.496-.254-.172.06-.504-.01-.496.254zM10.801 8.068l.29.003c.005.342-.031.69.027 1.03.058.232.462.233.518 0 .06-.34.023-.688.028-1.031h.292c.002.484.001.969.002 1.454-.366-.028-.876.154-1.109-.232-.104-.397-.031-.817-.047-1.224zM12.362 8.154c.287-.15.61-.022.89.08l-.145.233c-.261-.083-.608-.208-.746.126.235.06.479.08.709.157.285.122.275.593-.001.723-.329.197-.715.044-1.025-.113l.143-.231c.279.135.719.308.851-.104-.237-.054-.484-.069-.712-.157-.278-.134-.24-.597.037-.714z"/><path fill="#fff" d="M13.595 9.437c-.435-.389-.277-1.422.417-1.375.447.004.598.483.589.856-.331.005-.663.004-.994.012.095.375.466.419.766.25l.195.191c-.287.173-.681.304-.973.067m.012-.765c.241.004.483.002.723-.011-.121-.409-.612-.402-.723.011zM14.716 8.071c.362.022.845-.147 1.095.207.131.397.043.83.063 1.242l-.289-.001c-.004-.335.025-.672-.024-1.004-.046-.258-.501-.251-.532.015-.043.328-.014.659-.018.988l-.293.001c-.001-.483.001-.965-.003-1.448zM3.447 10.511c.411.042 1.011-.158 1.246.297.173.304-.063.594-.299.771.159.327.319.653.477.98l-.302.001c-.159-.328-.32-.656-.478-.984l-.361-.004c-.002.329-.002.659-.002.988l-.279.003c-.003-.684-.001-1.367-.003-2.051m.284.263v.522c.233-.045.735.105.731-.262.018-.365-.502-.211-.731-.26zM9.018 10.517h.295c-.001.195-.002.391-.005.587.272-.006.672-.043.759.294.052.323.08.681-.046.989-.229.318-.674.135-1.001.181-.003-.684-.001-1.367-.001-2.051m.366.881a1.25 1.25 0 0 0-.014.869c.618.348.632-1.171.014-.869zM12.964 10.505l.293.001c-.001.199-.003.399-.007.598.282-.017.648-.056.814.229.117.396.039.82.057 1.227h-.291c-.003-.329.023-.66-.018-.988-.03-.285-.533-.273-.54.018-.038.321-.012.646-.016.97l-.293.002c-.001-.686.001-1.371.001-2.057z"/><path fill="#fff" d="M4.927 11.245c.293-.196.804-.295.993.088.101.399.036.817.051 1.224-.264-.006-.534.046-.793-.024-.38-.115-.34-.734.022-.844.178-.055.365-.068.547-.1-.125-.297-.424-.264-.66-.124l-.16-.219m.336 1.019c.273.112.456-.12.46-.374-.218.006-.676.057-.46.374zM6.263 11.107c.37.018.896-.155 1.114.256.089.388.026.794.042 1.188l-.288.01c-.01-.356.029-.717-.038-1.067-.112-.176-.399-.175-.506.003-.066.348-.026.704-.032 1.055l-.292.004c-.003-.483-.002-.967 0-1.45zM10.358 11.249c.292-.203.802-.298.995.081.101.399.037.818.052 1.225-.265-.006-.537.046-.797-.023-.375-.119-.334-.733.025-.845.179-.055.366-.067.549-.1-.128-.294-.425-.265-.661-.123l-.162-.215m.281.927c.218.282.542-.001.518-.287-.184.064-.583-.019-.518.287zM7.875 11.199c.296-.172.641-.043.926.088l-.171.207c-.207-.065-.71-.234-.653.152.278.112.75.006.827.388.229.716-1.358.759-1.087.118.257.108.598.295.833.036-.052-.251-.365-.167-.55-.243-.371-.023-.436-.589-.124-.745zM11.875 12.476c-.387-.37-.323-1.299.3-1.38.346-.041.539.274.597.568l-.325.013a39.259 39.259 0 0 0-.199-.348c-.408.178-.373.736-.101 1.018l.32-.173.256.165c-.226.208-.58.385-.848.138zM5.01 13.682c.334-.22.745-.069 1.078.069l-.147.255c-.272-.078-.743-.277-.865.106-.02.328.39.295.606.371.469.045.629.738.249.999-.393.265-.9.117-1.274-.111l.179-.233c.295.127.792.336.992-.032.081-.377-.412-.335-.645-.42-.466-.073-.55-.766-.173-1.005zM7.888 13.547l.293.001v2.049l-.293.001v-2.051zM8.523 14.044c.11-.179.226-.352.347-.522.008.178.014.357.019.535.084.078.168.157.251.237l-.259.118c.007.395.004.789.004 1.184l-.296.001c-.032-.434.103-.914-.133-1.309-.056-.086.046-.166.067-.244zM6.498 15.401c-.273-.419-.165-1.228.431-1.275.483-.051.696.456.67.861-.331.002-.663 0-.994.017.101.363.462.403.761.249l.205.152c-.296.258-.812.351-1.073-.003m.104-.667c.244.01.489.009.733.001-.119-.416-.613-.411-.733-.001zM9.364 15.426c-.326-.419-.193-1.311.446-1.312.462-.02.646.471.632.858-.335.005-.671.003-1.005.027.123.361.485.378.794.245l.173.18c-.305.199-.769.315-1.041.001m.085-.699c.239.004.479.004.718.001-.097-.42-.62-.42-.718-.001zM10.656 14.143c.336-.007.677-.032 1.008.046l-.177.239c-.738-.208-.519.733-.539 1.169l-.293-.001v-1.453zM11.887 14.245c.286-.192.634-.058.928.039l-.121.243c-.266-.083-.597-.194-.771.11.229.065.467.094.695.166.31.096.311.594.029.73-.337.201-.732.045-1.041-.132.059-.068.117-.138.176-.205.233.098.682.314.793-.044-.113-.174-.383-.114-.561-.189-.349-.032-.401-.554-.125-.719zM8.474 17.934c1.139-.429 2.333-.716 3.498-1.076-.37 1.035-.758 2.065-1.126 3.101-.053.193-.193.336-.337.466-.241-.254-.419-.557-.597-.856a1402.985 1402.985 0 0 0-3.54 3.357 154.29 154.29 0 0 0-.774-.842c1.179-1.112 2.359-2.224 3.54-3.335-.233-.23-.955-.415-.663-.815z"/><path fill="#2b2c7c" d="M.72.458C5.965.383 11.22.451 16.47.424c.288-.046.654.091.602.443.003 7.422.006 14.844.001 22.267.037.246-.182.439-.42.413-5.231.008-10.464.001-15.695.003-.26.042-.514-.151-.477-.426C.475 15.735.481 8.346.477.957.474.768.499.509.722.457m1.346.957c-.001.685-.001 1.37 0 2.055h.29v-.911h.76l.001.91.29.001c0-.686.001-1.372-.001-2.058l-.29.003.001.886-.76.002-.002-.89-.289.003m4.103-.007v2.054l.292.003c.004-.335-.025-.672.024-1.004.03-.259.497-.26.526 0 .052.331.02.668.025 1.002l.289.001c-.014-.401.053-.814-.044-1.206-.152-.305-.534-.276-.82-.249l-.001-.604-.291.003m4.294.007l.001 2.044c.278-.015.564.042.836-.032.358-.211.237-.709.232-1.054-.032-.385-.477-.406-.773-.378l-.003-.585-.293.004m-6.852.738l.162.208c.239-.127.536-.168.66.13-.181.033-.369.046-.546.101-.354.109-.404.708-.041.838.263.079.541.024.811.032-.014-.411.053-.835-.055-1.236-.2-.378-.701-.272-.992-.072m1.82 1.338c.202.007.358-.15.522-.245l-.258-.188c-.098.06-.197.121-.296.18-.314-.251-.338-.865.088-1.013.063.114.125.229.186.343l.327-.016c-.068-.248-.182-.546-.485-.562-.829-.076-.886 1.457-.083 1.5m2.638-.006c.252.064.483-.079.698-.187l-.188-.194c-.295.169-.669.137-.773-.239.334-.018.668-.015 1.002-.019-.001-.363-.133-.839-.575-.853-.815-.089-.925 1.364-.164 1.493m.963-1.479v1.457h.293c.009-.343-.035-.692.03-1.031.063-.238.49-.218.52.031.047.333.019.67.025 1.006l.288-.009c-.021-.409.066-.84-.061-1.235-.246-.357-.733-.192-1.095-.218m2.765.002c.014.401-.048.813.043 1.207.23.403.742.219 1.115.239-.002-.482-.001-.964-.001-1.447l-.293.001c-.006.339.029.681-.025 1.018-.053.233-.444.242-.519.018-.062-.342-.025-.691-.028-1.036l-.292.001m1.435-.004v1.458l.293-.001c.037-.429-.223-1.369.53-1.17l.201-.213c-.331-.113-.681-.083-1.023-.074m1.339.039c-.378.21-.252.722-.243 1.077.085.411.581.381.903.347-.112.37-.47.393-.78.261l-.088.217c.351.152.9.195 1.058-.242.108-.557.024-1.133.05-1.698-.299.011-.614-.072-.9.038m-8.853 2.41c-.002.684.001 1.367-.002 2.051l.288.011c.003-.306.003-.611.005-.917h.759v.906l.287.01c.007-.687.003-1.373.003-2.06l-.289-.002-.002.888h-.759l-.001-.886-.29-.002m1.702.008v.292h.293v-.293l-.293.001m.578.01l.019.287.283-.011-.003-.293L8 4.471m.677-.028v2.062l.293-.001c.01-.362-.039-.732.042-1.088.132-.145.416-.153.5.046.066.342.024.695.032 1.042l.291-.001c-.016-.405.053-.822-.05-1.219-.166-.291-.535-.262-.821-.229.004-.203.006-.407.007-.611l-.293-.001m-.866.595c-.743.093-.71 1.5.061 1.507.798-.039.759-1.557-.061-1.507m2.286.02v1.45l.291.009c.029-.457-.207-1.368.555-1.191l.165-.203c-.328-.111-.673-.072-1.011-.064m1.087.553l.001.327h.655l.001-.327h-.657M8.264 7.468v2.063h.292c.005-.342-.031-.688.027-1.026.059-.229.461-.229.516 0 .062.338.024.685.032 1.027l.289-.002c-.016-.402.053-.815-.046-1.209-.156-.303-.536-.267-.821-.24l.002-.613h-.291m-6.255.147c-.434.283-.322.869-.311 1.308.019.542.737.828 1.143.488.321-.221.284-.642.293-.984a88.574 88.574 0 0 0-.729 0l.002.279c.152.005.304.011.455.018-.046.268-.216.594-.54.519-.476-.15-.335-.788-.293-1.166.133-.417.64-.264.826.025l.292-.02c-.157-.454-.706-.771-1.14-.468m1.333.459c.002.486.001.971.001 1.458h.293c.021-.445-.204-1.382.55-1.171l.169-.233c-.333-.074-.674-.053-1.013-.053m1.125 1.299c.278.291.719.169 1.02-.015l-.188-.199c-.299.172-.673.133-.778-.242.334-.014.668-.013 1.002-.018.013-.381-.155-.872-.616-.856-.657-.017-.798.918-.441 1.33m1.175-1.297c.002.484.001.97.002 1.454l.291.001c.007-.341-.03-.687.028-1.025.054-.235.464-.234.519.001.059.337.022.683.028 1.025l.29-.002c-.016-.402.054-.817-.046-1.211-.228-.398-.742-.211-1.111-.243m1.302.002l.004.29c.255 0 .511 0 .766.002-.281.374-.721.663-.815 1.148.403.018.806.013 1.208.011l-.003-.289-.755-.004c.25-.293.503-.583.756-.873l.002-.284a75.144 75.144 0 0 0-1.163 0m2.647.16l.165.173c.175-.041.352-.076.529-.11l.081.268c-.362-.019-.856.147-.78.6.081.503.702.337 1.057.358-.02-.42.061-.858-.066-1.265-.221-.347-.711-.251-.987-.025m1.213-.17c.017.406-.057.827.047 1.224.233.386.743.204 1.109.232-.001-.485 0-.97-.002-1.454h-.292c-.005.343.032.691-.028 1.031-.055.233-.46.232-.518 0-.058-.34-.022-.688-.027-1.03l-.29-.003m1.562.086c-.277.117-.314.58-.037.714.228.088.475.102.712.157-.131.413-.571.239-.851.104l-.143.231c.31.157.695.31 1.025.113.276-.13.286-.602.001-.723-.229-.077-.474-.097-.709-.157.138-.335.485-.209.746-.126l.145-.233c-.28-.102-.603-.229-.89-.08m1.234 1.283c.292.237.686.106.973-.067l-.195-.191c-.3.169-.671.125-.766-.25.331-.008.663-.007.994-.012.01-.372-.142-.851-.589-.856-.694-.046-.852.986-.417 1.375m1.121-1.365c.003.483.002.965.003 1.448l.293-.001c.004-.329-.025-.66.018-.988.031-.266.485-.272.532-.015.049.332.019.669.024 1.004l.289.001c-.02-.412.068-.845-.063-1.242-.25-.354-.733-.185-1.095-.207m-11.27 2.44c.002.684-.001 1.367.003 2.051l.279-.003c0-.329 0-.659.002-.988l.361.004c.159.328.32.655.478.984l.302-.001c-.158-.328-.318-.653-.477-.98.236-.177.472-.467.299-.771-.236-.455-.836-.255-1.246-.297m5.57.007c0 .684-.002 1.367.001 2.051.328-.046.773.137 1.001-.181.126-.308.098-.666.046-.989-.087-.337-.487-.3-.759-.294.003-.196.004-.392.005-.587h-.295m3.947-.012c0 .686-.002 1.371-.001 2.057l.293-.002c.003-.323-.022-.648.016-.97.006-.291.51-.302.54-.018.041.328.015.659.018.988h.291c-.018-.407.06-.831-.057-1.227-.166-.286-.532-.246-.814-.229.004-.2.006-.399.007-.598l-.293-.001m-8.037.74l.16.219c.237-.139.535-.173.66.124-.182.032-.37.045-.547.1-.362.11-.402.73-.022.844.258.07.529.018.793.024-.015-.406.05-.825-.051-1.224-.189-.383-.7-.284-.993-.088m1.336-.137c-.002.483-.003.967 0 1.451l.292-.004c.006-.351-.033-.708.032-1.055.108-.179.394-.18.506-.003.067.35.028.711.038 1.067l.288-.011c-.016-.394.047-.8-.042-1.188-.218-.411-.745-.237-1.114-.256m4.095.141l.162.215c.237-.141.533-.171.661.123-.183.032-.37.045-.549.1-.358.112-.399.726-.025.845.26.069.533.017.797.023-.015-.407.049-.827-.052-1.225-.193-.379-.703-.285-.995-.081m-2.482-.05c-.312.156-.247.723.124.745.185.076.498-.008.55.243-.235.259-.576.072-.833-.036-.271.641 1.317.597 1.087-.118-.077-.382-.549-.276-.827-.388-.057-.386.447-.217.653-.152l.171-.207c-.285-.13-.63-.259-.926-.088m4.001 1.278c.268.248.622.071.848-.138l-.256-.165-.32.173c-.272-.282-.307-.84.101-1.018l.199.348.325-.013c-.059-.293-.251-.609-.597-.568-.623.081-.687 1.01-.3 1.38M5.01 13.682c-.378.238-.293.932.173 1.005.233.085.726.043.645.42-.2.368-.696.159-.992.032l-.179.233c.373.228.88.376 1.274.111.38-.26.22-.954-.249-.999-.216-.076-.626-.043-.606-.371.123-.383.594-.184.865-.106l.147-.255c-.333-.138-.745-.289-1.078-.069m2.878-.136v2.051l.293-.001v-2.049l-.293-.001m.635.497c-.021.079-.123.159-.067.244.237.394.101.874.133 1.309l.296-.001c0-.395.003-.789-.004-1.184l.259-.118c-.083-.08-.167-.159-.251-.237a31.49 31.49 0 0 0-.019-.535c-.121.17-.237.343-.347.522m-2.025 1.357c.261.354.777.26 1.073.003l-.205-.152c-.299.154-.66.115-.761-.249.331-.017.663-.015.994-.017.026-.405-.187-.912-.67-.861-.596.047-.704.857-.431 1.275m2.866.026c.272.314.736.198 1.041-.001l-.173-.18c-.308.133-.67.116-.794-.245.334-.025.669-.022 1.005-.027.013-.387-.17-.879-.632-.858-.639.001-.772.893-.446 1.312m1.291-1.284v1.453l.293.001c.02-.436-.2-1.377.539-1.169l.177-.239c-.331-.078-.672-.053-1.008-.046m1.23.102c-.276.165-.223.687.125.719.179.075.448.015.561.189-.11.358-.56.142-.793.044-.059.067-.117.137-.176.205.309.177.704.333 1.041.132.282-.137.281-.634-.029-.73-.228-.073-.466-.102-.695-.166.174-.303.505-.193.771-.11l.121-.243c-.293-.097-.641-.231-.928-.039m-3.411 3.688c-.292.399.43.585.663.815l-3.54 3.335c.259.279.518.56.774.842 1.178-1.121 2.359-2.239 3.54-3.357.178.299.356.602.597.856.145-.13.284-.273.337-.466.369-1.036.756-2.065 1.126-3.101-1.165.36-2.36.646-3.498 1.076z"/><path fill="#2b2c7c" d="M7.815 2.6c.114-.42.597-.399.728-.004a7.686 7.686 0 0 1-.728.004zM10.874 2.269c.517-.123.396.57.336.879-.539.296-.568-.603-.336-.879zM14.747 2.298c.438-.188.503.388.422.682-.016.309-.54.306-.552-.003-.007-.222-.08-.53.13-.68zM3.875 2.869c.178-.025.357-.043.536-.055.042.42-.567.512-.536.055zM7.74 5.365c.519-.184.567.917.064.89-.293-.168-.294-.674-.064-.89zM4.519 8.642c.138-.384.611-.411.731.006-.243.01-.487.01-.731-.006zM13.607 8.673c.111-.413.603-.42.723-.011-.241.012-.483.015-.723.011zM9.871 9.109c-.008-.265.324-.194.496-.254.095.307-.35.586-.496.254zM3.73 10.775c.229.049.75-.105.731.26.003.367-.498.217-.731.262a45.414 45.414 0 0 1 0-.522zM9.385 11.398c.618-.302.604 1.217-.014.869a1.25 1.25 0 0 1 .014-.869zM5.263 12.265c-.216-.317.242-.368.46-.374-.003.254-.187.486-.46.374zM10.64 12.176c-.066-.307.334-.223.518-.287.025.286-.3.569-.518.287zM6.602 14.735c.12-.41.614-.415.733.001a9.953 9.953 0 0 1-.733-.001zM9.448 14.726c.098-.419.621-.42.718.001a24.55 24.55 0 0 1-.718-.001z"/><path fill="#565656" opacity=".87" d="M0 .392l.042.157c.035.224.048.451.049.678C.077 8.661.1 16.096.08 23.529L0 23.418V.392z"/><path fill="#494949" opacity=".82" d="M17.443.529l.075.134v22.68l-.076.134A4619.4 4619.4 0 0 1 17.443.529z"/><path fill="#6c6c6c" opacity=".89" d="M.456 23.92c5.517-.007 11.035-.023 16.551.008L16.89 24H.564l-.108-.08z"/></symbol><symbol viewBox="0 0 39 24" id="information--highway-exit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h1.357l-.246.099C.696.237.346.504 0 .764V0zM37.225 0h1.325v.891a2.896 2.896 0 0 0-1.098-.78L37.225 0zM11.503 2.782c1.221-.003 2.442-.003 3.665 0v.994c-.894.005-1.787 0-2.681.003v.829l1.516.003v1.005c-.505.002-1.009.003-1.515.003.002.396-.001.792-.001 1.188.917.005 1.835 0 2.753.003v1.005c-1.246.005-2.492.003-3.738.002-.002-1.678-.002-3.357.002-5.035zM16.074 2.792c.392-.002.783.001 1.173-.002l.886 1.426c.282-.482.569-.96.864-1.433.391.003.783.009 1.174.01-.47.804-.953 1.599-1.422 2.401a330.3 330.3 0 0 1 1.567 2.625c-.39.009-.778.016-1.167.027-.343-.567-.683-1.135-1.017-1.707-.348.56-.697 1.119-1.044 1.68-.385-.005-.771-.002-1.156-.005.487-.903 1.138-1.736 1.542-2.673-.429-.804-.95-1.558-1.401-2.352zM21.361 7.817c0-1.678-.003-3.359.003-5.037l.999.003c.003 1.679.003 3.357.002 5.037l-1.004-.003zM23.25 2.781h3.738c0 .333 0 .664-.002.998-.457-.003-.915.005-1.372.002-.005 1.347 0 2.692-.003 4.038h-.968c-.003-1.346.002-2.692-.003-4.038-.463.003-.927-.005-1.39-.002v-.997zM2.67 13.067c.356-1.901 2.867-2.613 4.303-1.443 1.111.755 1.152 2.567.03 3.333-1.063.726-2.422 1.244-2.889 2.566 1.242.018 2.484.002 3.726.009 0 .407 0 .812.002 1.216-1.721.002-3.439.003-5.16 0 .022-1.74 1.07-3.375 2.613-4.162.556-.352 1.534-.677 1.316-1.519-.497-1.164-2.508-1.021-2.774.264-.388-.09-.777-.177-1.167-.264zM9.633 12.582c.5-1.175 1.925-1.88 3.131-1.35 1.313.486 1.88 2.229 1.052 3.377 1.168 1.048.795 3.168-.529 3.916-1.469.91-3.552.03-3.95-1.647.387-.119.774-.231 1.162-.342.245 1.198 2.011 1.558 2.631.482.531-.84-.126-2.013-1.157-1.82-.002-.381.005-.762.002-1.141.563.06 1.203-.309 1.019-.949-.223-1.108-1.836-1.035-2.256-.093-.369-.143-.738-.285-1.104-.432zM20.186 11.183c1.332.105 2.77-.272 4.021.309 1.278.665 1.2 2.662-.068 3.301 1.542.649 1.554 3.018.069 3.723-1.287.451-2.69.144-4.025.232 0-2.521-.001-5.044.002-7.566m1.195 1.201c-.003.618-.002 1.238-.002 1.856.609-.014 1.226.059 1.828-.045.718-.177 1.091-1.401.321-1.741-.705-.147-1.434-.045-2.148-.069m.001 3.076c-.003.69-.003 1.38 0 2.069.742-.029 1.5.079 2.232-.066.888-.356.503-1.868-.372-1.98-.618-.06-1.24-.014-1.86-.023zM30.307 13.659c2.001-.421 4.018-.778 6.026-1.173.349-.136.723.198.578.561-.37 2.034-.747 4.07-1.145 6.099-.017.389-.611.504-.77.15-.499-.755-.924-1.557-1.41-2.321-1.497 1.704-2.975 3.425-4.47 5.129-.608-.602-1.216-1.203-1.823-1.808 1.721-1.476 3.435-2.961 5.151-4.443-.768-.496-1.582-.915-2.348-1.412-.377-.192-.19-.775.21-.783zM0 23.256c.283.28.613.52.987.663l.2.081H0v-.744zM37.566 23.898c.375-.159.7-.417.984-.706V24h-1.212l.228-.102z"/><path fill="#99c2b6" d="M1.357 0h35.868l.227.111C25.92.204 14.384.119 2.85.155 2.27.164 1.69.133 1.111.1l.246-.099z"/><path fill="#036649" d="M0 .764C.347.504.696.238 1.111.099a24 24 0 0 0 1.738.056C14.383.119 25.919.204 37.451.111c.422.168.798.44 1.098.78v22.3c-.283.29-.609.547-.984.706-11.52-.11-23.044-.005-34.565-.052-.672-.011-1.344.034-2.014.073a2.906 2.906 0 0 1-.987-.663V.763m11.504 2.019c-.003 1.679-.003 3.357-.002 5.035 1.246.002 2.491.003 3.738-.002V6.81c-.918-.003-1.836.002-2.753-.003 0-.396.003-.792.001-1.188.506 0 1.01-.002 1.515-.003V4.611c-.505-.002-1.011-.003-1.516-.003v-.829c.894-.003 1.787.001 2.68-.003v-.994a745.829 745.829 0 0 0-3.664 0m4.572.01c.452.793.972 1.548 1.401 2.352-.404.938-1.055 1.77-1.542 2.673.386.003.771 0 1.157.005.347-.561.696-1.12 1.044-1.68.335.572.674 1.14 1.017 1.707.389-.011.777-.018 1.167-.027-.518-.878-1.043-1.752-1.567-2.625.47-.803.953-1.598 1.422-2.401-.391-.001-.783-.007-1.174-.01-.296.473-.582.951-.864 1.433l-.887-1.427c-.39.003-.782 0-1.173.001m5.286 5.024l1.004.003c.001-1.68.001-3.358-.002-5.037l-.999-.003c-.006 1.679-.003 3.358-.003 5.037m1.889-5.036v.998c.463-.003.927.005 1.39.002.005 1.345 0 2.692.003 4.038h.968c.003-1.346-.002-2.691.003-4.038.457.003.915-.005 1.372-.002.002-.333.002-.664.002-.997-1.247-.002-2.493-.002-3.738 0M2.67 13.067c.39.087.779.174 1.167.264.266-1.285 2.277-1.428 2.774-.264.219.843-.759 1.167-1.316 1.519-1.543.787-2.59 2.423-2.613 4.162 1.721.003 3.44.002 5.16 0-.002-.405-.002-.81-.002-1.216-1.242-.008-2.484.009-3.726-.009.466-1.323 1.825-1.84 2.889-2.566 1.122-.766 1.082-2.579-.03-3.333-1.437-1.17-3.948-.457-4.303 1.443m6.963-.485c.366.147.735.289 1.104.432.42-.942 2.033-1.015 2.256.093.184.64-.456 1.009-1.018.949.003.38-.003.76-.002 1.141 1.031-.194 1.688.98 1.156 1.82-.619 1.077-2.386.717-2.631-.482-.389.111-.776.223-1.162.342.397 1.677 2.481 2.557 3.95 1.647 1.324-.748 1.698-2.868.529-3.916.828-1.148.261-2.89-1.052-3.377-1.206-.529-2.631.175-3.13 1.35m10.553-1.398c-.003 2.521-.002 5.044-.002 7.566 1.335-.088 2.738.219 4.025-.233 1.485-.705 1.473-3.073-.069-3.723 1.267-.639 1.345-2.637.068-3.302-1.251-.581-2.689-.204-4.022-.309m10.121 2.477c-.401.008-.586.591-.21.783.765.496 1.58.915 2.348 1.412-1.716 1.482-3.431 2.967-5.151 4.443.606.605 1.215 1.206 1.822 1.807 1.495-1.704 2.973-3.424 4.47-5.128.486.764.91 1.566 1.41 2.32.159.354.753.239.77-.15a484.83 484.83 0 0 0 1.145-6.099c.145-.363-.228-.697-.578-.561-2.007.394-4.024.751-6.025 1.173z"/><path fill="#036649" d="M21.38 12.383c.714.024 1.443-.078 2.148.069.77.341.398 1.564-.321 1.742-.603.104-1.22.032-1.828.045 0-.618-.002-1.238.002-1.856zM21.38 15.46c.62.009 1.242-.037 1.86.023.875.113 1.26 1.625.372 1.98-.732.145-1.489.038-2.232.066-.003-.689-.003-1.379 0-2.069z"/><path fill="#34866e" d="M.987 23.919c.67-.039 1.342-.084 2.014-.073 11.52.048 23.044-.057 34.565.052l-.228.102H1.187l-.2-.081z"/></symbol><symbol viewBox="0 0 23 24" id="information--highway-interchange--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.259 0h.828C.58.121.174.588.191 1.12c-.003 7.001 0 14.003-.002 21.005.004.304-.024.612.031.914.101.498.582.883 1.091.869 6.667.001 13.334-.001 20.001.001.343-.006.713.046 1.027-.128a1.14 1.14 0 0 0 .596-1.026c-.001-7.212.002-14.424-.001-21.636.016-.526-.38-.976-.869-1.12h.81a.575.575 0 0 0 .187.246v23.388a3.087 3.087 0 0 1-.348.366H.413A2.708 2.708 0 0 1 0 23.537V.345C.083.228.166.109.259-.001z"/><path fill="#fff" d="M5.038 2.286a3.382 3.382 0 0 1 3.308-.002c.492.239 1.028.424 1.582.414-.008 1.059.006 2.119-.008 3.177.002.236-.261.307-.446.351-.931.236-1.852.522-2.786.739-.934-.223-1.856-.505-2.788-.741-.181-.044-.436-.119-.432-.349-.012-1.059 0-2.118-.007-3.177.552.009 1.086-.175 1.577-.412m-.834 1.19c.091.122.183.242.275.363.368-.209.912-.374 1.268-.075.134.327-.316.314-.516.31l-.001.457c.298-.051.823.065.659.473-.399.409-1.123.232-1.523-.106-.107.11-.214.219-.32.33a1.77 1.77 0 0 0 1.98.299c.447-.259.477-.948.041-1.236.226-.269.23-.696-.06-.922-.527-.412-1.294-.262-1.803.107m2.52 1.258l.002.449h1.766c-.001.159.001.318.001.476l.462-.004-.002-.471.309-.003-.001-.452-.309-.002V3.166l-.458-.002c-.592.521-1.185 1.041-1.771 1.569zM14.067 1.851h4.551l-.156.933h1.199c-.222 1.398-.446 2.794-.672 4.191h-5.293c-.225-1.397-.449-2.794-.671-4.191l1.198-.001-.156-.933m.855 2.152c.046.585.716.863 1.232.739a2.346 2.346 0 0 1-.649.807c.068.121.136.241.206.361.604-.441 1.029-1.153 1.036-1.911a.84.84 0 0 0-.473-.774c-.553-.313-1.414.097-1.351.778m2.808-.768c-.404.187-.591.739-.33 1.114.233.369.709.466 1.114.391a2.399 2.399 0 0 1-.649.81l.205.359c.646-.473 1.106-1.269 1.021-2.085-.096-.6-.858-.878-1.361-.589m-4.077.13l-.002.308.246.006.001 2.181h.433c0-.9.001-1.801-.001-2.701-.249-.025-.463.104-.678.207z"/><path fill="#fff" d="M15.644 3.586c.279-.115.714.071.673.414-.102.416-.786.441-.946.054-.079-.201.079-.414.273-.468zM18.018 3.582c.276-.106.695.077.662.41-.093.418-.772.451-.942.073-.09-.207.078-.433.281-.483zM7.396 4.732c.362-.324.729-.643 1.094-.963.004.321.002.643.002.965-.366-.001-.731.001-1.096-.002zM2.882 8.588l.502-.001c.104.576.188 1.156.299 1.73.146-.573.267-1.152.402-1.729l.484-.003c.147.577.271 1.16.421 1.737.106-.576.187-1.158.283-1.736l.494.001c-.16.908-.326 1.816-.486 2.724h-.517c-.146-.604-.287-1.208-.438-1.811-.151.602-.286 1.208-.432 1.811h-.516l-.496-2.724zM16.754 8.748c.162-.07.324-.139.487-.207.003.924.001 1.848.001 2.771h-.488V8.748zM6.773 9.473c.346-.162.756-.279 1.125-.118.256.103.374.387.384.647.019.439.002.878.008 1.317-.371-.069-.735.022-1.102.021-.541-.038-.765-.802-.376-1.151.289-.248.694-.179 1.04-.132-.11-.424-.595-.312-.89-.173a75.56 75.56 0 0 1-.19-.412m.389 1.001c-.134.078-.135.29-.006.374.207.142.461.031.676-.028l.001-.327c-.216-.048-.462-.142-.671-.018zM9.17 9.325l.488.001c.16.446.316.893.479 1.338.164-.446.315-.896.479-1.341l.483.002c-.234.663-.471 1.324-.707 1.987h-.515c-.237-.662-.472-1.324-.708-1.987zM12.509 11.306c-.831-.352-.753-1.845.176-2.001.641-.086.974.622.949 1.164-.414.004-.828-.004-1.241.006.048.368.457.584.737.29.108.094.215.19.322.286-.237.249-.608.406-.942.254m-.093-1.219c.248.008.496.008.744.001a.374.374 0 0 0-.744-.001zM14.586 9.323c.178.009.379-.04.53.082.225-.139.496-.125.727-.009l-.15.454c-.205-.129-.535-.102-.598.171-.051.427-.008.861-.022 1.291l-.488-.001V9.322zM18.15 9.324c.166 0 .332.002.498.004.191.454.386.908.582 1.36.175-.453.343-.909.518-1.363h.495c-.347.905-.674 1.818-1.03 2.719-.161.05-.333.021-.499.027l.284-.758c-.283-.663-.568-1.325-.849-1.989zM5.66 13.911c.495-.44 1.302-.296 1.752.146l-.355.321c-.261-.205-.619-.333-.942-.205-.187.058-.228.361-.027.429.377.162.822.152 1.163.401.364.277.384.912-.005 1.177-.586.424-1.461.281-1.919-.268l.379-.304c.318.369 1.121.527 1.338-.001-.079-.436-.684-.357-1.008-.514-.536-.081-.774-.811-.375-1.182zM8.618 14.555c.445-.224 1.186-.346 1.441.202.158.533.048 1.102.079 1.651a2.456 2.456 0 0 1-.506-.053c-.26.073-.549.126-.804.007-.443-.19-.497-.929-.065-1.161.289-.166.633-.1.945-.057-.119-.419-.597-.327-.893-.17l-.198-.419m.384 1.009c-.147.091-.109.326.043.391.203.1.429.005.633-.046l.003-.336c-.219-.048-.473-.143-.679-.008zM14.536 14.494c.229-.143.504-.132.741-.015l-.148.449c-.205-.108-.518-.104-.596.158-.063.434-.009.877-.027 1.315-.163-.003-.326-.003-.489-.005.006-.663-.003-1.326.006-1.989.144 0 .288 0 .431-.002l.082.088zM16.516 16.297c-.667-.474-.511-1.789.361-1.91.63-.068.948.63.926 1.164-.413.006-.826-.001-1.239.005.048.373.453.581.74.296l.316.281c-.269.311-.764.432-1.104.164m.075-1.127c.246.008.493.007.74.001-.08-.157-.167-.391-.39-.347-.201-.008-.275.199-.35.346zM11.019 14.409l.494-.001c.197.453.389.908.586 1.361.177-.452.344-.908.519-1.361.164 0 .329-.001.494.001l-1.032 2.745-.494-.002c.071-.322.389-.655.188-.985-.256-.584-.502-1.172-.753-1.758zM9.851 19.045c1.211-.259 2.434-.462 3.652-.683.176-.065.278.14.214.284-.269 1.195-.525 2.393-.802 3.586-.015.162-.262.207-.33.057-.277-.441-.52-.904-.791-1.349-.543.534-1.077 1.077-1.616 1.615-.266-.262-.526-.53-.793-.792l1.618-1.617c-.413-.264-.844-.501-1.251-.775-.148-.089-.063-.318.099-.325z"/><path fill="#036f53" d="M1.087 0h20.979c.489.144.885.594.869 1.12.003 7.211.001 14.424.001 21.636a1.14 1.14 0 0 1-.596 1.026c-.314.174-.684.122-1.027.128-6.667-.002-13.334 0-20.001-.001a1.113 1.113 0 0 1-1.091-.869c-.055-.302-.027-.61-.031-.914C.192 15.124.189 8.122.192 1.121.175.589.581.122 1.088.001m3.95 2.285c-.491.237-1.025.422-1.577.413.007 1.059-.006 2.118.007 3.177-.003.231.252.306.432.349.933.236 1.854.518 2.788.741.934-.216 1.855-.503 2.786-.739.184-.044.447-.116.446-.351.013-1.059 0-2.119.008-3.177-.554.009-1.09-.176-1.582-.414a3.377 3.377 0 0 0-3.308.002m9.029-.436l.156.933-1.198.001c.222 1.398.446 2.794.671 4.191h5.293c.226-1.397.449-2.794.672-4.191h-1.199l.156-.933h-4.551M2.882 8.588l.496 2.724h.516c.146-.603.281-1.209.432-1.811.151.603.292 1.207.438 1.811h.517c.161-.908.326-1.816.486-2.724l-.494-.001c-.096.578-.177 1.159-.283 1.736-.149-.577-.273-1.16-.421-1.737l-.484.003c-.135.576-.256 1.156-.402 1.729-.111-.574-.196-1.154-.299-1.73l-.502.001m13.872.159v2.564h.488c-.001-.924.002-1.848-.001-2.771-.163.068-.325.137-.487.207m-9.981.725l.19.412c.295-.14.78-.251.89.173-.346-.048-.751-.116-1.04.132-.389.348-.166 1.113.376 1.151.367.001.731-.089 1.102-.021-.006-.439.011-.879-.008-1.317-.01-.26-.128-.544-.384-.647-.369-.161-.779-.044-1.125.118m2.396-.149c.236.663.47 1.326.708 1.988h.515c.236-.663.473-1.324.707-1.987l-.483-.002c-.164.445-.316.895-.479 1.341-.164-.445-.319-.892-.479-1.338l-.488-.001m3.338 1.98c.334.152.704-.006.942-.254-.107-.096-.214-.192-.322-.286-.28.294-.689.078-.737-.29.414-.01.828-.003 1.241-.006.025-.543-.308-1.251-.949-1.164-.928.156-1.006 1.649-.176 2.001m2.078-1.984v1.989l.487.001c.014-.43-.029-.864.022-1.291.063-.273.393-.299.598-.171l.15-.454c-.232-.116-.503-.131-.727.009-.151-.123-.352-.074-.53-.082m3.564 0c.281.664.566 1.326.849 1.989-.096.252-.191.505-.284.758.166-.006.338.023.499-.027.356-.901.683-1.814 1.03-2.719h-.495c-.175.454-.343.91-.518 1.363-.196-.453-.391-.906-.582-1.36a41.505 41.505 0 0 0-.498-.004M5.66 13.911c-.399.371-.161 1.101.375 1.182.324.156.929.078 1.008.514-.217.528-1.019.37-1.338.001l-.379.304c.458.549 1.332.693 1.919.268.389-.264.369-.9.005-1.177-.34-.249-.786-.239-1.162-.401-.2-.069-.159-.371.027-.429.323-.128.682 0 .942.205l.355-.321c-.45-.441-1.257-.586-1.752-.146m2.958.644l.198.419c.295-.157.774-.249.893.17-.312-.043-.656-.109-.945.057-.432.232-.378.971.065 1.161.255.119.544.066.804-.007.166.039.336.048.506.053-.032-.548.078-1.117-.079-1.651-.255-.548-.996-.426-1.441-.202m5.917-.061a7.074 7.074 0 0 0-.082-.088c-.144.002-.288.002-.431.002-.009.663.001 1.326-.006 1.989.163.003.326.003.489.005.018-.438-.035-.881.027-1.315.078-.262.391-.266.596-.158l.148-.449c-.237-.117-.513-.128-.741.015m1.98 1.802c.34.269.835.147 1.104-.164l-.316-.281c-.288.286-.692.078-.74-.296.413-.006.826.001 1.239-.005.021-.534-.296-1.233-.926-1.164-.872.121-1.028 1.436-.361 1.91m-5.497-1.888c.251.586.498 1.174.753 1.758.201.33-.117.663-.188.985l.494.002 1.032-2.745-.494-.001c-.175.453-.341.909-.519 1.361-.197-.453-.389-.908-.586-1.361l-.494.001m-1.166 4.636c-.161.007-.247.236-.099.325.406.274.837.511 1.251.775l-1.618 1.617c.267.262.528.53.793.792.539-.537 1.073-1.081 1.616-1.615.271.446.513.908.791 1.349.068.151.315.105.33-.057.277-1.192.533-2.391.803-3.586.063-.144-.038-.349-.214-.284-1.218.221-2.441.423-3.652.682z"/><path fill="#036f53" d="M12.417 10.086a.374.374 0 0 1 .744.001c-.248.006-.496.006-.744-.001zM7.161 10.473c.208-.124.454-.03.671.018l-.001.327c-.215.059-.469.171-.676.028-.129-.084-.129-.296.006-.374zM16.591 15.17c.075-.147.149-.354.35-.346.223-.044.31.189.39.347a13.04 13.04 0 0 1-.74-.001zM9.001 15.564c.206-.135.46-.04.679.008l-.003.336c-.203.051-.429.146-.633.046-.153-.064-.19-.299-.043-.391z"/><path fill="#221f1f" opacity=".66" d="M22.876 0h.187v.246A.58.58 0 0 1 22.876 0z"/><path fill="#231f20" d="M4.204 3.476c.509-.369 1.276-.519 1.803-.107.29.226.286.652.06.922.436.288.406.976-.041 1.236a1.77 1.77 0 0 1-1.98-.299c.106-.111.213-.22.32-.33.4.338 1.124.515 1.523.106.164-.408-.361-.524-.659-.473l.001-.457c.201.004.651.018.516-.31-.356-.299-.901-.134-1.268.075-.092-.121-.184-.241-.275-.363zM14.922 4.002c-.063-.681.798-1.091 1.351-.778a.838.838 0 0 1 .473.774c-.007.757-.432 1.469-1.036 1.911l-.206-.361c.273-.219.496-.492.649-.807-.516.124-1.186-.154-1.232-.739m.723-.416c-.193.054-.351.267-.273.468.16.387.844.361.946-.054.041-.342-.394-.529-.673-.414zM17.731 3.234c.504-.289 1.266-.011 1.361.589.085.816-.375 1.612-1.021 2.085a41.758 41.758 0 0 1-.205-.359c.271-.221.496-.494.649-.81-.405.076-.881-.022-1.114-.391-.261-.376-.074-.927.33-1.114m.287.348c-.203.05-.371.276-.281.483.171.378.849.345.942-.073.033-.333-.386-.516-.662-.41zM6.724 4.734c.586-.528 1.179-1.047 1.771-1.569l.458.002v1.561l.309.002.001.452-.309.003.002.471c-.154.003-.308.003-.462.004l-.001-.476H6.727l-.002-.449m.671-.003c.366.003.731.001 1.096.002 0-.322.002-.644-.002-.965-.366.32-.732.639-1.094.963zM13.654 3.364c.214-.104.428-.232.678-.207.002.901.001 1.801.001 2.701H13.9c0-.727.001-1.454-.001-2.181l-.246-.006.002-.308z"/><path fill="#292626" opacity=".8" d="M0 23.538c.123.167.256.327.413.462H.274A3.168 3.168 0 0 1 0 23.706v-.168z"/><path fill="#272424" opacity=".82" d="M22.714 24c.126-.112.243-.235.348-.366v.179a.263.263 0 0 0-.184.187h-.164z"/><path fill="#020202" opacity=".05" d="M22.878 24a.265.265 0 0 1 .184-.187V24h-.184z"/></symbol><symbol viewBox="0 0 24 24" id="information--highway-interstate-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M3.29 0h.057c.112.035.223.072.334.108 2.539.767 5.286.77 7.845.088.657-.236 1.316.089 1.967.184 2.373.535 4.87.37 7.194-.309l.211-.073h.099c.871 1.422 1.8 2.834 2.327 4.432.288.763.436 1.567.675 2.344v5.334c-.246.692-.354 1.423-.603 2.115-1.287 3.905-4.261 7.194-7.979 8.933-.676.325-1.387.568-2.085.842h-1.146c2.475-.562 4.819-1.729 6.71-3.428 3.292-2.906 5.238-7.32 5.024-11.722-.131-3.069-1.202-6.136-3.134-8.539-2.722.83-5.675.836-8.413.067-.301-.11-.602.034-.894.098-2.655.69-5.475.592-8.106-.16A15.201 15.201 0 0 0 .27 9.932c.142 4.332 2.3 8.525 5.707 11.196 1.742 1.402 3.814 2.359 5.986 2.87h-1.095c-.628-.263-1.28-.47-1.898-.757a15.18 15.18 0 0 1-5.96-4.809C1.363 16.26.45 13.618.061 10.941c.02-.284.026-.572-.064-.847V8.77a.932.932 0 0 0 0-.738v-.036c.205-.362.191-.79.273-1.188a15.974 15.974 0 0 1 3.017-6.81z"/><path fill="#fff" d="M3.347 0h1.796c-.487.033-.986-.018-1.462.108A18.58 18.58 0 0 0 3.347 0zM19.013 0h1.885l-.211.073C20.13.013 19.572.03 19.013 0zM3.376.317c2.631.753 5.451.851 8.106.16.292-.064.593-.208.894-.098 2.738.769 5.691.763 8.413-.067 1.932 2.403 3.003 5.47 3.134 8.539.214 4.401-1.732 8.815-5.024 11.722-1.891 1.698-4.235 2.866-6.71 3.428h-.222c-2.172-.511-4.244-1.468-5.986-2.87C2.574 18.46.416 14.267.274 9.935A15.205 15.205 0 0 1 3.377.317m.242.665a14.387 14.387 0 0 0-2.13 4.277c7.084.009 14.169.002 21.253.003-.504-1.504-1.175-2.96-2.116-4.243-.846.117-1.671.368-2.527.417-1.908.22-3.846.029-5.708-.434a1.076 1.076 0 0 0-.498-.03 15.97 15.97 0 0 1-8.275.009M1.367 5.74C.921 7.212.826 8.756.875 10.285c.27 4.786 3.135 9.335 7.336 11.643 1.219.666 2.517 1.222 3.889 1.462 2.503-.486 4.809-1.772 6.671-3.498 2.856-2.645 4.583-6.501 4.593-10.403.017-1.292-.211-2.572-.502-3.827-4.777-.002-9.554.003-14.331-.002-2.38.164-4.777.047-7.164.081z"/><path fill="#fff" d="M9.406 2.47c.049-.588.779-.694 1.183-.38.074.176.148.352.208.534-.159.004-.319.006-.478.008l-.121-.242-.285.002-.121.29c.386.25.884.498.966.999.061.352-.179.644-.419.867-.569.141-1.044-.235-1.111-.798l.498-.003.001.234c.171.197.395.197.563-.003l-.003-.377c-.383-.285-1.001-.54-.879-1.131zM15.725 2.09c.467-.379 1.241-.12 1.205.537-.14.003-.279.006-.418.007a16.189 16.189 0 0 1-.129-.266c-.23-.013-.396.132-.378.368.483.258 1.121.729.849 1.359-.204.804-1.584.493-1.403-.345l.388-.002.124.293.242.123c.111-.109.222-.219.331-.331-.19-.486-.831-.557-.964-1.071-.096-.236.067-.461.152-.672zM17.4 2.09c.467-.379 1.241-.12 1.205.537-.14.003-.279.006-.418.007a16.189 16.189 0 0 1-.129-.266c-.23-.013-.396.132-.378.368.31.178.624.383.82.69.284.482-.123 1.252-.722 1.125-.431.026-.694-.411-.651-.801l.389-.002.124.293.241.123c.112-.109.222-.219.332-.331-.19-.486-.831-.557-.963-1.071-.097-.236.066-.461.152-.672zM5.661 1.994c.362.01.73-.034 1.089.024.389.099.364.561.343.875-.411.332.296.766 0 1.167-.168.631-.942.468-1.432.483v-2.55m.479.399v.558h.385l.193-.329-.207-.229h-.372m.001 1.036v.647c.329.061.664-.054.568-.449l-.203-.195a44.168 44.168 0 0 0-.365-.002zM7.495 1.993h.399c.039.681-.087 1.38.077 2.048.081.034.161.07.242.105l.242-.105c.164-.667.038-1.367.077-2.048h.399c-.01.689.019 1.379-.01 2.067-.129.671-1.287.671-1.414-.001-.029-.687-.001-1.377-.01-2.066zM11.083 1.993h.399v2.551h-.399V1.993zM11.96 1.993h.447c.204.412.396.83.581 1.251.018-.417.006-.834.009-1.251h.478v2.551h-.366c-.242-.46-.427-.946-.663-1.409-.015.47-.004.939-.007 1.409h-.478V1.993zM13.874 1.993h1.276v.399h-.797v.557l.478.002v.397l-.478.001v.718h.877v.478h-1.355V1.994zM9.736 6.209c.291-.011.585.022.832.191-.038.369-.36.342-.565.104-.342.386.425.336.604.597-.001.21-.001.419.001.629-.333.329-.839.262-1.121-.096l.002-.195c.1-.029.201-.057.301-.088l.116.253c.163-.028.317-.083.451-.181-.197-.229-.52-.264-.732-.466-.183-.236-.061-.545.111-.75zM10.844 6.219c.388-.008.822-.064 1.117.247 0 .182 0 .364.002.546-.225.185-.515.251-.8.262v.62h-.319V6.22m.328.282a22.98 22.98 0 0 0-.012.374c.188-.009.377-.035.537-.142a3.235 3.235 0 0 0-.525-.232zM12.12 6.219h.319c.029.453-.107.953.158 1.359h.241c.265-.406.129-.905.158-1.359h.319c-.03.494.089 1.017-.104 1.489-.252.392-.946.299-1.066-.16-.061-.439-.01-.887-.024-1.328zM13.635 6.219c.356.024.887-.126 1.069.289.152.239-.062.472-.192.663.089.239.196.472.27.717l-.401.008a9.516 9.516 0 0 0-.204-.64l-.222.001-.002.638h-.318V6.221m.321.296l-.003.342c.146-.002.292-.006.438-.01-.02-.243-.204-.354-.435-.332zM14.861 9.598c.888-.146 1.926.155 2.423.948.571.742.693 1.707.809 2.608.064 1.442-.098 3.039-1.092 4.167-1.11.978-3.148.832-3.905-.521-.895-1.674-.958-3.744-.291-5.509.288-.897 1.098-1.621 2.056-1.694m.24 1.352c-.281.045-.561.155-.73.395-.513.706-.604 1.607-.658 2.451.077.795.14 1.656.623 2.327.348.502 1.123.584 1.591.207.395-.322.584-.823.692-1.306.221-1.042.191-2.149-.179-3.154-.175-.556-.747-.992-1.338-.919zM5.661 9.728h5.422c0 .463.002.927-.003 1.391-.383.443-.73.923-.982 1.453-.837 1.598-1.388 3.393-1.327 5.21H7.416c-.072-2.367.718-4.691 1.946-6.692-1.233-.013-2.468-.002-3.701-.006V9.729zM0 10.096c.09.274.084.563.064.847-.079.799-.036 1.604-.064 2.406v-3.253z"/><path fill="#036f51" d="M3.619.982a15.96 15.96 0 0 0 8.275-.009c.166-.033.336-.015.498.03 1.862.462 3.8.654 5.708.434.856-.049 1.681-.3 2.527-.417.941 1.283 1.612 2.739 2.116 4.243-7.084-.001-14.169.006-21.253-.003A14.375 14.375 0 0 1 3.62.983M9.406 2.47c-.121.591.497.845.879 1.131l.003.377c-.168.2-.392.2-.563.003l-.001-.234-.498.003c.067.563.542.939 1.111.798.239-.222.48-.515.419-.867-.081-.502-.58-.75-.966-.999l.121-.29.285-.002.121.242c.159-.002.319-.004.478-.008-.06-.182-.134-.358-.208-.534-.404-.315-1.134-.208-1.183.38m6.321-.38c-.085.211-.249.436-.152.672.133.514.774.584.964 1.071-.109.112-.22.222-.331.331l-.242-.123c-.041-.098-.084-.195-.124-.293l-.388.002c-.182.838 1.198 1.149 1.403.345.272-.63-.366-1.1-.849-1.359-.018-.236.148-.381.378-.368.042.089.085.178.129.266l.418-.007c.037-.656-.738-.915-1.205-.537m1.674 0c-.085.211-.249.436-.152.672.132.514.773.585.963 1.071-.109.112-.22.222-.332.331l-.241-.123-.124-.293-.389.002c-.043.391.221.827.651.801.6.127 1.006-.643.722-1.125-.196-.307-.51-.512-.82-.69-.018-.236.148-.381.378-.368.042.089.085.178.129.266l.418-.007c.037-.656-.738-.915-1.205-.537M5.661 1.994v2.55c.49-.015 1.264.148 1.432-.483.296-.401-.411-.835 0-1.167.021-.315.046-.777-.343-.875-.359-.058-.727-.014-1.089-.024m1.834-.002c.01.689-.018 1.379.01 2.066.128.672 1.285.672 1.414.001.03-.688.001-1.378.01-2.067H8.53c-.039.681.087 1.381-.077 2.048l-.242.105c-.081-.035-.161-.071-.242-.105-.164-.668-.038-1.367-.077-2.048h-.399m3.59 0v2.551h.399V1.993h-.399m.877 0v2.551h.478c.003-.47-.008-.939.007-1.409.236.462.422.949.663 1.409h.366V1.993h-.478c-.002.417.009.834-.009 1.251a30.17 30.17 0 0 0-.581-1.251h-.447m1.915 0v2.551h1.355v-.478h-.877v-.718l.478-.001V2.95l-.478-.002v-.557h.797v-.399h-1.276z"/><path fill="#036f51" d="M6.14 2.392h.372l.207.229-.193.329h-.385v-.558zM6.14 3.428l.365.002.203.195c.096.395-.24.51-.569.449v-.647zM1.367 5.74c2.387-.034 4.784.083 7.164-.081 4.777.006 9.554.001 14.331.002.291 1.255.519 2.535.502 3.827-.01 3.902-1.737 7.758-4.593 10.403-1.862 1.725-4.168 3.012-6.671 3.498-1.372-.24-2.67-.796-3.889-1.462C4.01 19.619 1.145 15.071.875 10.284c-.049-1.529.046-3.073.492-4.545m8.369.47c-.172.204-.294.513-.111.75.212.203.535.238.732.466a1.058 1.058 0 0 1-.451.181 19.477 19.477 0 0 0-.116-.253l-.301.088-.002.195c.282.358.788.425 1.121.096a43.96 43.96 0 0 1-.001-.629c-.179-.262-.946-.211-.604-.597.205.238.527.265.565-.104-.246-.169-.541-.203-.832-.191m1.108.008v1.674h.319v-.62c.285-.01.575-.077.8-.262-.002-.182-.002-.364-.002-.546-.295-.311-.729-.255-1.117-.247m1.276.001c.014.442-.037.89.024 1.328.12.459.814.553 1.066.16.194-.471.075-.994.104-1.489h-.319c-.029.454.107.953-.158 1.359h-.241c-.265-.406-.129-.906-.158-1.359h-.319m1.516.001v1.674h.318l.002-.638.222-.001c.074.211.145.424.204.64l.401-.008c-.073-.245-.18-.478-.27-.717.13-.191.344-.423.192-.663-.182-.415-.713-.265-1.069-.289m1.226 3.381c-.958.073-1.768.797-2.056 1.694-.667 1.765-.604 3.835.291 5.509.757 1.353 2.795 1.499 3.905.521.994-1.127 1.156-2.725 1.092-4.167-.116-.901-.238-1.866-.809-2.608-.498-.793-1.535-1.094-2.423-.948m-9.2.129v1.355c1.233.003 2.468-.007 3.701.006-1.227 2.001-2.017 4.326-1.946 6.692h1.355c-.061-1.817.49-3.612 1.327-5.21.252-.53.599-1.01.982-1.453.006-.463.003-.927.003-1.391H5.661z"/><path fill="#036f51" d="M11.172 6.502c.182.061.356.14.525.232-.159.107-.348.133-.537.142.003-.125.007-.25.012-.374zM13.956 6.517c.23-.022.415.088.435.332-.146.005-.292.008-.438.01l.003-.342zM15.101 10.949c.591-.073 1.163.364 1.338.919.37 1.005.4 2.112.179 3.154-.108.483-.297.984-.692 1.306-.467.378-1.242.295-1.591-.207-.483-.671-.545-1.532-.623-2.327.054-.844.145-1.745.658-2.451.17-.239.45-.349.73-.395z"/></symbol><symbol viewBox="0 0 23 24" id="information--highway-interstate-route--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#4d4d4d" opacity=".8" d="M11.009.217c.065-.12.163-.17.296-.151-.045.137-.143.187-.296.151zM11.695.066a.272.272 0 0 1 .298.148c-.153.039-.253-.01-.298-.148z"/><path fill="#fff" d="M11.305.066c.13.003.26.003.39 0 .045.138.145.187.298.148 2.983 1.034 5.636 2.968 7.565 5.465.023.162.122.3.274.364 1.895 2.629 3.009 5.817 3.108 9.059.006 1.5.003 3 .003 4.5-.013 1.612-1.226 3.11-2.796 3.471-2.059.432-4.154.683-6.252.817-1.552.027-3.104.015-4.655.007a44.44 44.44 0 0 1-6.306-.805c-1.606-.33-2.868-1.848-2.877-3.49.036-2.731-.205-5.509.532-8.176a.506.506 0 0 0 .154-.43c.01-.095.017-.191.022-.287.141-.045.19-.145.149-.299.522-1.561 1.302-3.027 2.253-4.367a.46.46 0 0 0 .275-.364 17.313 17.313 0 0 1 2.537-2.633.454.454 0 0 0 .358-.284A16.842 16.842 0 0 1 10.199.513c.138.033.245-.011.32-.132l.49-.164c.153.036.251-.014.296-.151m.034.773a15.62 15.62 0 0 0-7.59 5.607A15.605 15.605 0 0 0 .75 15.499c-.002 1.369-.01 2.738.003 4.106.029 1.324 1.058 2.53 2.347 2.806a42.58 42.58 0 0 0 16.884-.018c1.262-.295 2.238-1.491 2.263-2.788.013-1.368.006-2.737.003-4.105a15.632 15.632 0 0 0-3.213-9.339A15.622 15.622 0 0 0 11.661.839a.447.447 0 0 0-.322 0z"/><path fill="#fff" d="M9.67 6.158c.457-.035.914-.068 1.371-.101l.034.329c-.35.028-.7.054-1.05.079.01.123.02.246.032.37.19-.012.381-.025.572-.036l.022.329-.572.044c.016.268.037.537.053.806l-.332.018c-.046-.613-.088-1.226-.13-1.838zM11.927 6.128c.667-.322 1.247.455 1.069 1.075-.016.528-.599.968-1.093.693-.606-.352-.595-1.436.024-1.768m.114.319c-.336.273-.36.983.067 1.178.816.21.755-1.562-.067-1.178zM8.771 6.263l.322-.05c.083.612.16 1.226.223 1.841l-.321.033-.224-1.824zM13.665 6.178c.433.109 1.061-.013 1.31.449.168.315-.075.61-.3.809.068.26.137.52.207.779a39.31 39.31 0 0 1-.361-.049c-.067-.254-.131-.508-.197-.761a20.946 20.946 0 0 0-.485-.069c-.041.24-.068.482-.108.722l-.323-.05c.084-.61.169-1.22.257-1.83m.215.839c.256-.01.606.181.796-.053.119-.416-.479-.348-.728-.423l-.068.476zM6.981 6.561l.317-.057c.101.51.199 1.02.299 1.53.344-.071.69-.135 1.035-.195l.046.278c-.451.086-.901.175-1.351.266-.117-.607-.24-1.213-.346-1.822zM15.698 6.489l.316.084c.173.458.346.916.524 1.371.1-.391.197-.784.296-1.175l.307.085c-.149.595-.296 1.192-.446 1.787a21.404 21.404 0 0 1-.27-.058c-.188-.48-.364-.965-.552-1.444-.107.407-.206.817-.311 1.226l-.311-.083c.147-.598.295-1.196.447-1.793zM5.404 7.098c-.009-.191.301-.262.404-.124.416.466.796.963 1.199 1.44l-.321.112-.322-.364c-.254.076-.507.154-.76.233l-.054.471a8.334 8.334 0 0 1-.341.103c.07-.623.111-1.25.195-1.871m.305.271l-.068.663.492-.148-.424-.515zM17.723 7.025l.313.095c-.186.588-.38 1.173-.567 1.761l-.314-.095c.185-.589.377-1.175.568-1.761zM3.167 8.068c.134-.512.786-.66 1.214-.427a3.584 3.584 0 0 0-.1.286c-.261-.044-.649-.135-.773.186-.097.351.076.809.42.96.292.103.469-.191.62-.382l.316.046c-.137.325-.374.665-.762.683-.67.039-1.067-.771-.935-1.352zM17.772 8.959c.468-.478.934-.957 1.409-1.426l.308.112c.019.671.02 1.342.028 2.013l-.308-.111c-.014-.166-.025-.333-.037-.499-.247-.098-.492-.198-.739-.293-.109.11-.215.224-.323.334a33.827 33.827 0 0 1-.338-.13m.921-.457l.481.195-.011-.672c-.157.158-.315.317-.47.477zM5.108 11.508c1.086-1.115 2.984-1.249 4.25-.367a2.864 2.864 0 0 1 1.239 2.458c-.046 2.583-1.455 5.066-3.564 6.534-.235-.411-.469-.824-.7-1.237.959-.738 1.744-1.694 2.226-2.807-1.339.329-2.929-.012-3.749-1.192-.76-1.005-.602-2.523.298-3.389m1.731.645c-.654.188-1.225.889-.975 1.587.354.901 1.548 1.185 2.381.815.597-.209 1.082-.89.825-1.524-.349-.833-1.415-1.151-2.231-.878zM13.199 11.498c1.075-1.093 2.934-1.233 4.197-.386a2.862 2.862 0 0 1 1.282 2.487c-.046 2.583-1.456 5.064-3.563 6.535-.236-.412-.469-.825-.702-1.238.96-.737 1.744-1.694 2.227-2.807-1.337.328-2.923-.01-3.745-1.186-.767-1.009-.606-2.539.304-3.405m1.737.649c-.669.184-1.256.908-.982 1.617.371.89 1.558 1.159 2.387.785.589-.213 1.062-.885.812-1.514-.344-.83-1.402-1.152-2.217-.888z"/><path fill="#515151" opacity=".8" d="M10.199.513c.072-.126.179-.17.32-.132-.075.121-.182.165-.32.132z"/><path fill="#006b54" d="M11.339.839a.447.447 0 0 1 .322 0 15.622 15.622 0 0 1 7.376 5.322A15.632 15.632 0 0 1 22.25 15.5c.003 1.368.01 2.737-.003 4.105-.025 1.297-1.001 2.493-2.263 2.788a42.58 42.58 0 0 1-16.884.018C1.811 22.135.782 20.929.753 19.605.74 18.237.748 16.868.75 15.499a15.605 15.605 0 0 1 2.999-9.053 15.62 15.62 0 0 1 7.59-5.607M9.67 6.158c.042.612.084 1.225.13 1.838l.332-.018c-.016-.269-.037-.538-.053-.806l.572-.044a36.323 36.323 0 0 1-.022-.329c-.191.011-.382.024-.572.036-.012-.124-.022-.247-.032-.37.35-.025.7-.051 1.05-.079a36.66 36.66 0 0 1-.034-.329c-.457.033-.914.066-1.371.101m2.257-.03c-.619.332-.63 1.416-.024 1.768.494.275 1.077-.165 1.093-.693.178-.62-.402-1.397-1.069-1.075m-3.156.135l.224 1.824.321-.033a56.71 56.71 0 0 0-.223-1.841l-.322.05m4.894-.085c-.088.61-.173 1.22-.257 1.83l.323.05c.04-.24.067-.482.108-.722.161.021.323.044.485.069.066.253.13.507.197.761l.361.049a98.9 98.9 0 0 1-.207-.779c.225-.199.468-.494.3-.809-.249-.462-.877-.34-1.31-.449m-6.684.383c.106.609.229 1.215.346 1.822.45-.091.9-.18 1.351-.266l-.046-.278c-.345.06-.691.124-1.035.195-.1-.51-.198-1.02-.299-1.53l-.317.057m8.717-.072c-.152.597-.3 1.195-.447 1.793l.311.083c.105-.409.204-.819.311-1.226.188.479.364.964.552 1.444l.27.058c.15-.595.297-1.192.446-1.787l-.307-.085c-.099.391-.196.784-.296 1.175-.178-.455-.351-.913-.524-1.371l-.316-.084m-10.294.609c-.084.621-.125 1.248-.195 1.871.114-.032.228-.066.341-.103l.054-.471c.253-.079.506-.157.76-.233l.322.364.321-.112c-.403-.477-.783-.974-1.199-1.44-.103-.138-.413-.067-.404.124m12.319-.073c-.191.586-.383 1.172-.568 1.761l.314.095c.187-.588.381-1.173.567-1.761l-.313-.095M3.167 8.068c-.132.581.265 1.391.935 1.352.388-.018.625-.358.762-.683a34.35 34.35 0 0 1-.316-.046c-.151.191-.328.485-.62.382-.344-.151-.517-.609-.42-.96.124-.321.512-.23.773-.186.029-.097.063-.192.1-.286-.428-.233-1.08-.085-1.214.427m14.605.891l.338.13c.108-.11.214-.224.323-.334.247.095.492.195.739.293.012.166.023.333.037.499l.308.111c-.008-.671-.009-1.342-.028-2.013l-.308-.112c-.475.469-.941.948-1.409 1.426M5.108 11.508c-.9.866-1.058 2.384-.298 3.389.82 1.18 2.41 1.521 3.749 1.192-.482 1.113-1.267 2.069-2.226 2.807.231.413.465.826.7 1.237 2.109-1.468 3.518-3.951 3.564-6.534a2.864 2.864 0 0 0-1.239-2.458c-1.266-.882-3.164-.748-4.25.367m8.091-.01c-.91.866-1.071 2.396-.304 3.405.822 1.176 2.408 1.514 3.745 1.186-.483 1.113-1.267 2.07-2.227 2.807.233.413.466.826.702 1.238 2.107-1.471 3.517-3.952 3.563-6.535a2.862 2.862 0 0 0-1.282-2.487c-1.263-.847-3.122-.707-4.197.386z"/><path fill="#006b54" d="M12.041 6.447c.822-.384.883 1.388.067 1.178-.427-.195-.403-.905-.067-1.178zM13.88 7.017l.068-.476c.249.075.847.007.728.423-.19.234-.54.043-.796.053zM5.709 7.369l.424.515-.492.148.068-.663zM18.693 8.502c.155-.16.313-.319.47-.477l.011.672-.481-.195zM6.839 12.153c.816-.273 1.882.045 2.231.878.257.634-.228 1.315-.825 1.524-.833.37-2.027.086-2.381-.815-.25-.698.321-1.399.975-1.587zM14.936 12.147c.815-.264 1.873.058 2.217.888.25.629-.223 1.301-.812 1.514-.829.374-2.016.105-2.387-.785-.274-.709.313-1.433.982-1.617z"/><path fill="#4d4d4d" opacity=".78" d="M5.979 3.046a.395.395 0 0 1 .358-.284.454.454 0 0 1-.358.284z"/><path fill="#444" opacity=".77" d="M3.167 6.043a.387.387 0 0 1 .275-.364.46.46 0 0 1-.275.364z"/><path fill="#434343" opacity=".76" d="M19.558 5.679a.39.39 0 0 1 .274.364.457.457 0 0 1-.274-.364z"/><path fill="#404040" opacity=".78" d="M.765 10.709a.288.288 0 0 1 .149-.299c.041.154-.008.254-.149.299z"/><path fill="#404040" opacity=".76" d="M.589 11.426a.367.367 0 0 1 .154-.43.506.506 0 0 1-.154.43z"/><path fill="#2f2f2f" opacity=".77" d="M9.24 23.897c1.551.008 3.103.02 4.655-.007l-.183.11H9.044l.196-.103z"/></symbol><symbol viewBox="0 0 44 24" id="information--highway-preferential-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#a4a2a3" d="M2.582 0H41.2l.162.048C40.909.09 40.454.081 40 .08 27.529.079 15.057.082 2.586.079L2.582 0z"/><path fill="#2a2627" d="M.757 1.063c.45-.546 1.094-1 1.829-.983C15.057.082 27.529.08 40 .081c.454.002.909.01 1.362-.032l.093.016c-.07.032-.213.094-.283.124C28.499.144 15.824.185 3.151.169 2.349.132 1.58.468.994 1.002l-.238.061z"/><path fill="#888687" d="M41.455.065c1.171.17 2.078 1.14 2.343 2.267v.162a15.65 15.65 0 0 1-.112.303C43.553 1.481 42.494.35 41.172.19l.283-.124zM.196 21.337c.148 1.392 1.357 2.617 2.792 2.579 12.663.002 25.325.007 37.987-.002 1.404-.002 2.558-1.207 2.714-2.565l.11.251v.162c-.226 1.042-1.014 1.888-2.014 2.238H2.082C1.053 23.616.157 22.696.09 21.56l.107-.223z"/><path fill="#fff" d="M.995 1.002C1.581.468 2.35.132 3.152.169 15.825.185 28.5.144 41.173.189c1.322.16 2.381 1.291 2.514 2.607-.002 6.185-.005 12.369.002 18.554-.156 1.358-1.31 2.563-2.714 2.565-12.662.01-25.324.005-37.987.002-1.435.038-2.644-1.187-2.792-2.579C.21 15.22.197 9.102.202 2.985.196 2.25.514 1.548.995 1.003M.667 2.985c0 6.064-.003 12.128.002 18.192-.011 1.26 1.143 2.363 2.4 2.303 1.84-.001 3.681.001 5.522-.001 10.524.003 21.047 0 31.572.002.403-.006.814.028 1.212-.057a2.341 2.341 0 0 0 1.783-1.766c.09-.398.057-.809.062-1.213-.002-5.819.001-11.638-.002-17.458.013-.91-.56-1.783-1.391-2.147C41.256.573 40.611.645 40 .637 29.531.635 19.063.642 8.594.635 6.698.646 4.802.628 2.907.643 1.69.664.639 1.772.668 2.986zM.091 2.595a.389.389 0 0 1 .039-.368c.074.12.049.264-.039.368z"/><path fill="#fff" d="M16.916 3.834c.675-.177 1.409.231 1.636.886.288.789.219 1.821-.44 2.408-.674.577-1.833.279-2.146-.551-.432-.943-.224-2.482.95-2.743m.075.635c-.668.289-.677 1.207-.472 1.802.159.554.977.724 1.322.253.309-.47.305-1.105.116-1.621-.136-.381-.592-.576-.966-.434zM12.027 3.859c.21.002.42.002.631.002l-.001 1.353c.528-.002 1.055.001 1.582 0-.004-.451.003-.902-.001-1.354h.631v3.506h-.631c.002-.509-.001-1.017.001-1.526-.528.001-1.055.001-1.582-.001.002.509-.002 1.017.001 1.526a66.36 66.36 0 0 0-.631 0V3.858zM19.291 3.86l.667-.001c.314.851.627 1.702.945 2.551.32-.848.634-1.699.944-2.549.224.001.447 0 .671-.002-.426 1.171-.86 2.339-1.286 3.509a18.706 18.706 0 0 0-.67-.003c-.42-1.169-.85-2.335-1.271-3.505zM35.569 3.921h.607c-.001 1.168-.002 2.337 0 3.505l-.544.002c-.56-.801-1.114-1.605-1.678-2.402-.006.801-.002 1.601-.002 2.402h-.619l.001-3.505.617-.001c.539.764 1.067 1.537 1.614 2.296.01-.765.003-1.531.004-2.296zM26.072 3.922h.629v2.965c.667-.002 1.333.002 1.999-.001l.001.541h-2.63l.001-3.505zM30.545 3.922h.641c.486 1.171.978 2.339 1.463 3.509-.225-.003-.454.01-.676-.031-.139-.255-.234-.531-.345-.798-.507.002-1.015.002-1.522 0l-.35.826-.685-.002c.491-1.168.984-2.335 1.475-3.504m.321.889c-.173.385-.331.776-.492 1.165h.982c-.156-.392-.326-.777-.49-1.165zM37.176 3.922h2.568l-.001.627c-.642-.001-1.283.001-1.925-.001l-.001.652 1.05-.001c-.001.214-.001.427.001.641h-1.05l-.001.96h1.989v.627h-2.63V3.922zM4.507 6.677c.014-.073.124-.188.163-.062.931 1.809 1.847 3.626 2.776 5.437-.928 1.831-1.852 3.664-2.783 5.493-.029.129-.131-.01-.146-.061-.895-1.81-1.788-3.621-2.682-5.432.892-1.791 1.783-3.583 2.672-5.375m-1.962 5.376c.687 1.396 1.372 2.792 2.063 4.186.712-1.394 1.417-2.79 2.127-4.186-.711-1.383-1.415-2.771-2.127-4.154-.692 1.383-1.374 2.77-2.063 4.154zM33.981 10.545c.667-.715 1.914-.459 2.4.341-.181.098-.362.195-.542.294-.328-.404-1.018-.626-1.4-.175-.392.548-.394 1.416.059 1.929.411.382 1.011.134 1.325-.244.186.099.372.2.558.301-.49.836-1.82 1.061-2.452.271-.566-.773-.566-1.974.053-2.717zM11.946 10.186h2.569v.628c-.642-.002-1.285 0-1.927-.001v.652h1.05v.641h-1.051c.002.32.002.639 0 .959.663-.002 1.325-.001 1.989-.001v.627h-2.63v-3.505zM15.364 10.186h.62c.537.769 1.073 1.539 1.616 2.304.004-.768.002-1.536.002-2.304h.606v3.503l-.538.006c-.568-.794-1.112-1.604-1.682-2.397-.011.798-.002 1.595-.004 2.393l-.619.001v-3.506zM18.891 10.185l2.632.001c-.002.205-.003.411-.002.616h-1.007v2.891l-.616-.001c.002-.963 0-1.926.001-2.89l-1.007.001-.001-.617zM22.205 10.185c.718.053 1.472-.12 2.163.112.785.344.773 1.507.049 1.916.209.492.42.984.628 1.478l-.702-.001c-.183-.46-.377-.916-.562-1.375h-.95c.001.459-.001.918.001 1.377a65.731 65.731 0 0 0-.628 0v-3.507m.628.63c.001.291 0 .582-.001.873.415-.019.843.052 1.25-.047.36-.109.343-.693-.019-.786-.404-.085-.821-.025-1.23-.04zM26.996 10.185h.642c.486 1.169.975 2.337 1.463 3.505l-.676.002-.343-.823a194.82 194.82 0 0 0-1.529 0c-.113.275-.228.549-.343.824-.229-.002-.459-.002-.688-.002l1.474-3.505m-.169 2.054c.326.001.653.001.979-.001-.16-.39-.321-.781-.489-1.168-.169.387-.331.777-.491 1.168zM29.784 10.18c.248.036.6-.099.742.179.498.705.98 1.421 1.489 2.118.012-.764.003-1.527.005-2.291h.607c-.001 1.168-.002 2.336 0 3.505l-.545.002c-.559-.802-1.116-1.605-1.678-2.405-.003.802-.001 1.603-.002 2.404h-.618v-3.511zM37.257 10.186h2.569v.628c-.642-.002-1.284 0-1.926-.001v.652h1.05a68.48 68.48 0 0 0 0 .641h-1.051c.002.319.002.639.001.958h1.988v.627l-2.63.001v-3.506zM19.029 16.461l.575-.009c.002 1.383 0 2.766.002 4.149h-.735l.015-3.081a93.99 93.99 0 0 0-.53-.002l-.014-.58a1.54 1.54 0 0 0 .686-.477zM23.815 17.156l.494.001c.274.549.537 1.105.822 1.65.276-.549.557-1.097.827-1.65l.496-.002c-.002.915.001 1.829 0 2.743h-.495c0-.538.005-1.076-.006-1.613-.268.539-.567 1.062-.823 1.607-.254-.545-.548-1.067-.814-1.606-.011.537-.006 1.075-.006 1.611h-.495v-2.743zM27.313 17.131h.566v2.747h-.566v-2.747zM28.708 17.156h.506c-.002.77-.001 1.539-.001 2.309h1.6v.434h-2.105v-2.743zM31.385 17.156h2.056l-.001.503c-.513-.002-1.027-.001-1.54-.001l-.001.521.839.001v.511l-.838-.001-.001.705h1.591l-.001.503c-.701.002-1.403-.002-2.104.001 0-.915.002-1.829 0-2.743z"/><path fill="#231f20" d="M.667 2.985C.638 1.771 1.689.663 2.906.642 4.802.627 6.698.645 8.593.634c.002 7.615.007 15.23-.003 22.845-1.841.002-3.682 0-5.522.001-1.257.06-2.411-1.043-2.4-2.303C.663 15.113.666 9.049.666 2.985m3.841 3.692c-.89 1.792-1.78 3.584-2.672 5.375.894 1.811 1.787 3.622 2.682 5.432.015.052.117.191.146.061.931-1.829 1.855-3.662 2.783-5.493-.928-1.811-1.845-3.627-2.776-5.437-.039-.126-.149-.011-.163.062zM43.686 2.796l.112-.303v19.108a27.332 27.332 0 0 0-.11-.251c-.006-6.184-.004-12.368-.002-18.554z"/><path fill="#231f20" d="M2.545 12.053c.689-1.383 1.371-2.771 2.063-4.154.712 1.383 1.416 2.77 2.127 4.154-.71 1.396-1.415 2.792-2.127 4.186-.691-1.394-1.376-2.79-2.063-4.186z"/><path fill="#006e51" d="M8.593.634C19.062.641 29.53.635 39.999.636c.611.008 1.256-.065 1.827.203.831.364 1.404 1.237 1.391 2.147.002 5.82-.001 11.639.002 17.458-.005.404.027.815-.062 1.213a2.34 2.34 0 0 1-1.783 1.766c-.398.086-.809.052-1.212.057-10.524-.002-21.048.002-31.572-.002.011-7.615.005-15.231.003-22.845m8.323 3.201c-1.173.261-1.382 1.8-.95 2.743.314.83 1.472 1.128 2.146.551.659-.587.727-1.619.44-2.408-.227-.655-.962-1.063-1.636-.886m-4.889.025v3.507h.631c-.002-.509.001-1.017-.001-1.526.528.002 1.055.002 1.582.001-.002.508.001 1.017-.001 1.526h.631V3.861h-.631c.004.452-.003.903.001 1.354-.528.001-1.055-.002-1.582 0l.001-1.353c-.211 0-.421 0-.631-.002m7.264 0c.421 1.169.851 2.335 1.271 3.505.223-.002.447-.002.67.003.426-1.171.86-2.339 1.286-3.509-.224.002-.447.003-.671.002-.31.851-.624 1.702-.944 2.549-.318-.849-.631-1.7-.945-2.551l-.667.001m16.278.061c-.001.765.006 1.531-.004 2.296-.547-.759-1.075-1.531-1.614-2.296l-.617.001-.001 3.505h.619c0-.801-.003-1.601.002-2.402.563.798 1.118 1.602 1.678 2.402l.544-.002c-.002-1.168-.001-2.337 0-3.505h-.607m-9.497.002l-.001 3.505h2.63l-.001-.541c-.666.002-1.333-.001-1.999.001V3.922h-.629m4.473 0L29.07 7.426c.228.002.457.002.685.002l.35-.826c.507.002 1.015.002 1.522 0 .112.267.206.543.345.798.222.04.451.027.676.031-.486-1.171-.978-2.339-1.463-3.509h-.641m6.632 0v3.505h2.63a65.522 65.522 0 0 1 0-.627h-1.989l.001-.96h1.05a45.63 45.63 0 0 1-.001-.641l-1.05.001.001-.652c.642.002 1.283 0 1.925.001l.001-.627h-2.568m-3.195 6.623c-.618.743-.618 1.944-.053 2.717.632.79 1.962.566 2.452-.271a152.24 152.24 0 0 0-.558-.301c-.314.378-.915.626-1.325.244-.453-.513-.451-1.381-.059-1.929.382-.452 1.072-.229 1.4.175.18-.099.361-.196.542-.294-.486-.8-1.733-1.056-2.4-.341m-22.034-.359v3.505h2.629v-.627c-.663 0-1.326-.002-1.989.001.002-.32.002-.639 0-.959h1.051v-.641h-1.05v-.652c.642.001 1.285-.001 1.927.001a65.731 65.731 0 0 1 0-.628h-2.569m3.419 0v3.506l.619-.001c.002-.798-.006-1.595.004-2.393.571.793 1.114 1.603 1.682 2.397l.538-.006v-3.503h-.606c0 .768.002 1.536-.002 2.304-.543-.764-1.079-1.535-1.616-2.304h-.62m3.528-.001l.001.617 1.007-.001c-.001.963.001 1.926-.001 2.89l.616.001v-2.89h1.007c-.001-.205 0-.411.002-.616l-2.632-.001m3.314 0v3.507h.628c-.002-.459 0-.918-.001-1.377h.95c.185.46.378.916.562 1.375l.702.001c-.208-.494-.419-.986-.628-1.478.723-.409.735-1.572-.049-1.916-.692-.232-1.446-.059-2.163-.112m4.79 0l-1.474 3.505.688.002.343-.824c.51-.002 1.019-.002 1.529 0 .113.275.228.549.343.823l.676-.002-1.463-3.505h-.642m2.788-.004v3.511h.618c.001-.801-.002-1.602.002-2.404.562.8 1.119 1.602 1.678 2.405l.545-.002c-.002-1.168-.001-2.336 0-3.505h-.607c-.002.764.007 1.527-.005 2.291-.509-.697-.992-1.413-1.489-2.118-.141-.278-.494-.143-.742-.179m7.473.007v3.506l2.63-.001v-.627h-1.988c.001-.319.002-.639-.001-.958h1.051a68.48 68.48 0 0 1 0-.641h-1.05v-.652c.642.001 1.284-.001 1.926.001v-.628h-2.569m-18.227 6.275c-.18.221-.419.381-.686.477l.014.58.53.002a1582.15 1582.15 0 0 0-.015 3.081h.735c-.002-1.383.001-2.765-.002-4.149-.192.002-.384.005-.575.009m4.785.695v2.743h.495c0-.537-.006-1.074.006-1.611.266.538.56 1.061.814 1.606.256-.545.555-1.068.823-1.607.011.537.006 1.075.006 1.613h.495c.001-.915-.002-1.829 0-2.743l-.496.002c-.27.554-.551 1.101-.827 1.65-.285-.545-.548-1.101-.822-1.65l-.494-.001m3.498-.027v2.747h.566v-2.747h-.566m1.395.025v2.743h2.105v-.434h-1.6c0-.769-.002-1.539.001-2.309h-.506m2.677 0c.002.915 0 1.829 0 2.743.701-.003 1.403.001 2.104-.001l.001-.503h-1.591l.001-.705.838.001v-.511l-.839-.001.001-.521c.513 0 1.027-.002 1.54.001l.001-.503h-2.056z"/><path fill="#006e51" d="M16.991 4.469c.374-.142.831.053.966.434.188.516.192 1.151-.116 1.621-.345.471-1.163.301-1.322-.253-.205-.595-.196-1.513.472-1.802zM30.867 4.811c.164.388.334.773.49 1.165h-.982c.162-.389.319-.781.492-1.165zM22.832 10.815c.409.015.826-.045 1.23.04.362.093.38.677.019.786-.407.099-.835.028-1.25.047.001-.291.002-.582.001-.873zM26.827 12.24c.16-.391.322-.781.491-1.168.168.387.329.777.489 1.168-.326.002-.653.002-.979.001z"/><path fill="#2d292a" d="M.13 2.226c.116-.429.299-.853.627-1.164l.238-.061C.514 1.546.197 2.248.202 2.983.196 9.1.209 15.218.196 21.336l-.107.223a31.845 31.845 0 0 1-.006-.309C.073 15.091.095 8.931.072 2.772l.02-.179a.313.313 0 0 0 .039-.368z"/><path fill="#f2f1f1" d="M0 2.909l.071-.136c.023 6.159.002 12.319.011 18.478L0 21.252V2.909z"/></symbol><symbol viewBox="0 0 14 24" id="information--highway-preferential-lane--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#454242" d="M.86 0h12.916c.274.133.497.342.703.561v23.032a1.015 1.015 0 0 0-.412.407H.557c-.143-.145-.29-.286-.424-.437l-.005-.377C.178 15.772.176 8.356.129.942l.004-.38C.336.329.57.116.861 0m.094.286C.59.428.298.775.261 1.169.258 8.391.266 15.615.257 22.838c-.017.609.574 1.114 1.171 1.062 3.961-.003 7.923.005 11.883-.004.617.007 1.128-.587 1.067-1.195-.001-7.135.004-14.27-.003-21.403.018-.683-.68-1.19-1.329-1.09C9.018.263 4.967.108.955.286z"/><path fill="#fff" d="M.955.286C4.967.107 9.018.263 13.046.208c.65-.099 1.347.407 1.329 1.09.007 7.133.001 14.268.003 21.403.061.608-.45 1.201-1.067 1.195-3.96.009-7.921.001-11.883.004-.597.052-1.188-.453-1.171-1.062.009-7.223.001-14.447.004-21.669C.298.775.59.428.955.286M.544 1.3c.003 1.99-.017 3.981.01 5.97C.525 12.414.55 17.56.541 22.706c-.059.493.386.951.882.9 3.963-.003 7.927.005 11.889-.004.458-.001.82-.447.772-.895-.01-5.146.021-10.293-.014-15.438.035-1.947.004-3.897.016-5.846.055-.453-.309-.912-.775-.913C9.35.502 5.387.509 1.424.506.974.462.533.843.544 1.3z"/><path fill="#fff" d="M5.751 3.895C6.247 2.848 6.775 1.813 7.294.776c.53 1.038 1.077 2.07 1.58 3.121-.511 1.051-1.05 2.091-1.581 3.132-.517-1.042-1.042-2.083-1.542-3.134m.398 0c.357.784.767 1.544 1.128 2.326.442-.75.809-1.547 1.199-2.326-.373-.784-.783-1.553-1.18-2.326-.386.773-.784 1.542-1.147 2.326zM5.91 8.307c.042-.382 1.192-.38 1.255-.004-.162.031-.325.06-.487.086-.007.425.016.85-.005 1.276l-.278.001c-.026-.427-.001-.853-.008-1.28a10.78 10.78 0 0 1-.477-.08zM7.745 8.127c.939-.434 1.329 1.268.451 1.534-.86.22-1.153-1.184-.451-1.534m.125.246c-.352.219-.323.908.098 1.037.657.038.554-1.29-.098-1.037zM3.972 10.881c1.093.295 2.24.277 3.335.005a6.885 6.885 0 0 0 3.36-.001c1.186 2.43-.56 5.598-3.232 5.924-2.785-.098-4.724-3.443-3.463-5.928m.082.176c-.14.335-.232.69-.283 1.049 2.361.012 4.723.013 7.083 0a4.01 4.01 0 0 0-.283-1.05 6.792 6.792 0 0 1-3.262-.021 6.81 6.81 0 0 1-3.254.022m-.296 1.212c-.244 2.107 1.453 4.17 3.547 4.4 2.109-.211 3.793-2.288 3.565-4.4a543.73 543.73 0 0 0-7.111 0z"/><path fill="#fff" d="M5.48 11.357c.154.026.31.048.464.076.029.15.052.303.074.454l-.273-.132a12.64 12.64 0 0 1-.263.309c-.008-.236-.01-.472-.003-.707zM8.103 11.892c.018-.21.068-.417.145-.613.074.211.141.428.201.644-.116-.009-.231-.02-.346-.031zM4.705 14.587c-.305-.892.523-1.837 1.439-1.766l.012.374c-.421.051-.827.228-1.046.612.517-.091 1.345-.01 1.366.672-.067.891-1.535.909-1.77.108m.415-.196c-.004.485.817.473.983.089-.171-.373-.736-.383-.983-.089zM9.05 12.837c.901-.172 1.316.964 1.023 1.664-.14.694-1.153.912-1.559.334-.459-.616-.327-1.827.536-1.998m.105.396c-.661.143-.677 1.364-.021 1.527.819.051.844-1.56.021-1.527zM7.283 13.486c-.687-.081.001-.743.378-.622.016.755.014 1.51.001 2.266l-.382-.004c-.02-.547.008-1.093.003-1.64zM6.146 19.473c.856-.428 1.714-.869 2.603-1.221.15.957.164 1.941.198 2.909-.429.009-.653-.528-.998-.749-.484.854-.918 1.735-1.401 2.588a10.339 10.339 0 0 1-.879-.519c.522-.831 1.071-1.645 1.599-2.472-.337-.215-1.038-.117-1.123-.536z"/><path fill="#231f20" d="M.544 1.3c-.01-.458.43-.839.88-.794C5.387.509 9.349.502 13.311.51c.466.001.83.46.775.913-.012 1.949.02 3.899-.016 5.846-4.505-.021-9.01-.022-13.516.001C.527 5.281.546 3.29.544 1.3m5.207 2.595c.5 1.051 1.025 2.092 1.542 3.134.531-1.041 1.07-2.08 1.581-3.132-.502-1.051-1.05-2.083-1.58-3.121-.519 1.037-1.047 2.071-1.543 3.119z"/><path fill="#231f20" d="M6.149 3.895c.363-.784.76-1.552 1.147-2.326.398.772.807 1.542 1.18 2.326-.39.779-.757 1.576-1.199 2.326-.361-.781-.771-1.542-1.128-2.326z"/><path fill="#828081" d="M0 .856l.128.086c.047 7.414.048 14.83-.001 22.244L0 23.311V.855z"/><path fill="#006e51" d="M.554 7.27c4.505-.023 9.01-.022 13.516-.001.035 5.146.004 10.293.014 15.438.048.447-.314.893-.772.895-3.963.009-7.927.001-11.889.004-.496.051-.94-.407-.882-.9C.55 17.56.525 12.415.554 7.27M5.91 8.307c.158.03.318.056.477.08.007.427-.018.853.008 1.28l.278-.001c.021-.425-.001-.85.005-1.276.162-.026.325-.055.487-.086-.063-.376-1.213-.378-1.255.004m1.835-.181c-.702.35-.408 1.754.451 1.534.878-.266.488-1.968-.451-1.534m-3.773 2.754c-1.261 2.485.678 5.83 3.463 5.928 2.673-.326 4.418-3.494 3.232-5.924a6.873 6.873 0 0 1-3.36.001c-1.096.271-2.242.29-3.335-.005m2.174 8.592c.085.419.787.321 1.123.536-.528.827-1.077 1.641-1.599 2.472.284.188.578.36.879.519.483-.853.917-1.733 1.401-2.588.344.22.569.758.998.749-.034-.968-.048-1.951-.198-2.909-.89.352-1.748.793-2.603 1.221z"/><path fill="#006e51" d="M7.87 8.373c.652-.253.755 1.075.098 1.037-.421-.129-.45-.818-.098-1.037z"/><path fill="#c3102f" d="M4.054 11.057a6.81 6.81 0 0 0 3.254-.022 6.804 6.804 0 0 0 3.262.021c.146.333.232.69.283 1.05-2.36.013-4.722.012-7.083 0 .051-.359.143-.713.283-1.049m1.427.3c-.008.235-.005.471.003.707.09-.102.177-.205.263-.309l.273.132a11.596 11.596 0 0 0-.074-.454c-.154-.027-.31-.05-.464-.076M6.689 12c-.008-.202.013-.454-.012-.652-.307-.027-.274.661.012.652m.214-.651a3.874 3.874 0 0 0-.01.58c.28.007.604.146.843-.061a12.946 12.946 0 0 0-.223-.397c.086.005.172.014.258.029.034.203.048.413.175.587.027-.245.044-.492.052-.738-.365-.01-.73-.016-1.094 0m1.199.543c.115.012.23.022.346.031-.06-.217-.127-.433-.201-.644a2.193 2.193 0 0 0-.145.613m.467-.557c-.087.175-.003.43.08.6.14-.098.205-.651-.08-.6m.33.03c-.083.149-.07.785.173.591-.12-.166.16-.724-.173-.591z"/><path fill="#e8a6b1" d="M6.689 12c-.286.009-.318-.68-.012-.652.025.198.004.45.012.652z"/><path fill="#e18797" d="M6.903 11.349c.364-.016.729-.01 1.094 0a9.56 9.56 0 0 1-.052.738c-.127-.173-.141-.383-.175-.587a2.828 2.828 0 0 0-.258-.029c.077.13.151.263.223.397-.239.207-.562.068-.843.061a3.874 3.874 0 0 1 .01-.58z"/><path fill="#e59ba8" d="M8.57 11.335c.284-.051.219.502.08.6-.082-.17-.167-.425-.08-.6z"/><path fill="#edbac3" d="M8.9 11.365c.334-.133.053.425.173.591-.244.194-.257-.442-.173-.591z"/><path fill="#005595" d="M3.759 12.269a543.73 543.73 0 0 1 7.111 0c.228 2.112-1.456 4.188-3.565 4.4-2.093-.23-3.79-2.293-3.547-4.4m.947 2.318c.235.801 1.703.783 1.77-.108-.021-.682-.849-.763-1.366-.672.219-.383.625-.561 1.046-.612l-.012-.374c-.916-.07-1.744.874-1.439 1.766m4.346-1.75c-.863.171-.995 1.383-.536 1.998.406.578 1.419.36 1.559-.334.293-.7-.121-1.837-1.023-1.664m-1.767.649c.005.547-.022 1.093-.003 1.64l.382.004c.013-.755.014-1.51-.001-2.266-.377-.121-1.066.541-.378.622z"/><path fill="#005595" d="M9.155 13.233c.823-.033.798 1.578-.021 1.527-.656-.163-.64-1.384.021-1.527zM5.121 14.391c.248-.295.813-.284.983.089-.167.385-.987.397-.983-.089z"/></symbol><symbol viewBox="0 0 5 24" id="information--highway-reference-location--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#6e6c6d" d="M.46 0h.283L.648.044.562.083a.683.683 0 0 0-.478.679L.083 23.294c-.028.343.229.637.556.707H.337c-.161-.09-.253-.256-.338-.413V.527C.06.29.254.118.459.001z"/><path fill="#444142" d="M.743 0h3.806a3.01 3.01 0 0 1-.676.059C2.798.043 1.723.069.648.043l.095-.044z"/><path fill="#c5c4c5" d="M4.549 0h.05a.733.733 0 0 1 .474.49v.127L5.017.535C4.868.282 4.621.069 4.31.089 3.061.081 1.811.097.562.083L.648.044C1.723.07 2.798.043 3.873.06c.227.005.454-.013.676-.059z"/><path fill="#fff" d="M.083.761A.683.683 0 0 1 .561.082C1.811.096 3.06.08 4.309.088c.311-.021.559.193.707.446.002 7.531.001 15.063.001 22.594.002.112.008.226.022.338-.118.25-.315.469-.593.535H.639c-.328-.07-.584-.364-.556-.707 0-7.51-.001-15.021.001-22.532M.213.76v17.205h4.669L4.883.763a.518.518 0 0 0-.517-.559C3.165.199 1.963.203.762.202a.521.521 0 0 0-.549.557m0 17.351c.002 1.747-.003 3.493.002 5.24-.01.29.263.529.548.508 1.201 0 2.402.002 3.603-.002a.51.51 0 0 0 .515-.51c.005-1.745.001-3.491.002-5.236H.213z"/><path fill="#fff" d="M.591 1.548l.251.002c.078.227.154.454.241.678.094-.221.167-.451.244-.679l.252-.002c.002.666 0 1.331.001 1.997h-.253c-.002-.388.003-.776-.003-1.164-.082.236-.152.476-.239.71C1 2.853.926 2.613.844 2.375c-.005.389-.002.779-.003 1.169H.588C.589 2.878.586 2.212.59 1.547zM2.017 1.549l.252.001v1.996h-.253c0-.665-.001-1.331.001-1.997zM2.702 1.549h.252v1.767c.17.001.34-.001.511.001l.001.229-.763.001V1.551zM3.74 1.55l.735-.001v.26h-.483v.51l.322-.001.001.267-.323.001v.702c.171.001.342-.001.513.001l.001.256-.766.001V1.55zM2.584 4.657c.118-.191.372-.088.557-.113.001.607-.001 1.213.001 1.82l.285.002.001.431-.285.001c-.001.247-.001.494.001.741-.158.004-.316.001-.473.004v-.746l-1.49-.001c.011-.135-.004-.287.092-.397.439-.58.875-1.162 1.313-1.743m-.768 1.708c.284.002.567.001.851.001-.001-.374.001-.748-.001-1.123l-.85 1.121zM1.278 10.879c.465-.614.927-1.229 1.391-1.845h.472c.002.606 0 1.212.001 1.818l.286.004v.429l-.285.002v.744h-.472l-.001-.745c-.497-.001-.994.002-1.491-.002.01-.14-.001-.295.1-.406m.54-.026c.283.002.566.001.85.001-.001-.374.001-.748-.001-1.122-.285.373-.567.747-.849 1.121zM2.587 13.658c.119-.187.372-.085.555-.11l.001 1.821.285.001.001.431-.285.001-.001.747-.472-.001v-.747c-.497-.001-.995.002-1.492-.001.013-.136-.001-.289.095-.399.439-.58.877-1.162 1.314-1.744m-.769 1.712l.85.001c-.001-.374.001-.748-.001-1.123-.284.373-.567.747-.849 1.121zM2.213 19.608c.559-.327 1.418-.037 1.535.634.098.911-.407 1.813-1.135 2.338l-.232-.396c.303-.248.555-.555.726-.909-.455.091-.995-.021-1.25-.442-.28-.412-.082-1.014.356-1.226m.366.375c-.225.049-.436.283-.348.521.169.442.941.416 1.059-.05.047-.363-.407-.571-.711-.472zM.943 22.052c.315-.162.537.364.217.49-.304.153-.542-.369-.217-.49z"/><path fill="#006e51" d="M.213.76A.521.521 0 0 1 .762.203C1.963.204 3.165.199 4.366.205a.519.519 0 0 1 .517.559c-.001 5.734.001 11.468-.001 17.202H.213V.761m.378.787C.588 2.213.59 2.879.589 3.545h.253c.001-.389-.003-.779.003-1.169.082.237.155.478.241.715.088-.234.158-.474.239-.71.005.388.001.776.003 1.164h.253c-.001-.666.001-1.331-.001-1.997l-.252.002c-.077.227-.15.457-.244.679-.087-.224-.163-.451-.241-.678l-.251-.002m1.425 0c-.002.665-.001 1.331-.001 1.997h.253V1.55l-.252-.001m.685 0v1.996c.254.001.508 0 .763-.001l-.001-.229c-.17-.001-.34.001-.511-.001V1.547h-.252m1.039.003v1.996c.255 0 .511.001.766-.001l-.001-.256c-.171-.001-.342.001-.513-.001v-.702l.323-.001-.001-.267-.322.001v-.51h.483v-.26c-.245-.001-.49-.001-.735.001M2.584 4.657c-.438.581-.874 1.162-1.313 1.743-.097.11-.081.262-.092.397l1.49.001v.746c.158-.003.316.001.473-.004l-.001-.741.285-.001-.001-.431-.285-.002-.001-1.82c-.185.025-.439-.079-.557.113m-1.304 6.221c-.101.111-.09.266-.1.406.497.003.994.001 1.491.002 0 .248-.001.496.001.745h.472a92.256 92.256 0 0 1 0-.744l.285-.002a30.674 30.674 0 0 1 0-.429l-.286-.004c-.001-.606.002-1.212-.001-1.818h-.472c-.464.615-.926 1.231-1.391 1.845m1.31 2.778l-1.314 1.744c-.096.11-.083.262-.095.399.497.003.994.001 1.492.001v.747l.472.001.001-.747.285-.001-.001-.431-.285-.001-.001-1.821c-.183.025-.436-.077-.555.11z"/><path fill="#006e51" d="M1.818 6.364l.85-1.121c.002.374.001.748.001 1.123-.284-.001-.567.001-.851-.001zM1.819 10.852c.282-.374.564-.748.849-1.121.002.374.001.748.001 1.122-.284 0-.567.001-.85-.001zM1.819 15.369c.283-.374.565-.748.849-1.121.002.374.001.748.001 1.123l-.85-.001zM.213 18.11h4.67c-.002 1.745.003 3.491-.002 5.236a.51.51 0 0 1-.515.51c-1.201.004-2.402.002-3.603.002-.284.02-.557-.218-.548-.508-.005-1.747-.001-3.493-.002-5.24m2 1.498c-.437.212-.636.814-.356 1.226.255.421.795.533 1.25.442a2.696 2.696 0 0 1-.726.909l.232.396c.728-.526 1.233-1.427 1.135-2.338-.117-.671-.977-.961-1.535-.634m-1.27 2.443c-.325.122-.087.644.217.49.32-.126.098-.652-.217-.49z"/><path fill="#006e51" d="M2.579 19.982c.303-.099.758.109.711.472-.118.466-.89.492-1.059.05-.088-.239.123-.472.348-.521z"/><path fill="#312d2e" d="M5.017.534l.056.082v22.946l-.033-.097a3.179 3.179 0 0 1-.022-.338c.001-7.531.002-15.063-.001-22.594z"/><path fill="#8f8d8d" d="M4.446 24c.278-.066.476-.285.593-.535l.033.097v.099a.811.811 0 0 1-.359.339h-.267z"/></symbol><symbol viewBox="0 0 8 24" id="information--highway-reference-location--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#606267" d="M.577 0H7.5c.233.055.411.237.528.438v23.174c-.09.168-.245.285-.401.389H.478c-.22-.108-.433-.3-.448-.56.015-.131.012-.264.012-.396V1.042C.042.896.047.75.029.605A.709.709 0 0 1 .577.002M.556.104a.686.686 0 0 0-.473.685v22.463c-.022.365.295.711.663.705h6.576c.374.015.703-.335.677-.708V.79c.032-.378-.298-.735-.68-.717C5.171.067 3.022.073.874.07.768.072.659.071.557.102z"/><path fill="#fff" d="M.556.104C.659.072.767.073.873.072 3.021.075 5.17.069 7.318.075c.383-.019.712.339.68.717v22.459c.027.372-.302.722-.677.708H.745c-.368.006-.685-.34-.663-.705V.791A.685.685 0 0 1 .555.106m.084.123C.372.284.211.57.226.829v22.467c-.006.318.303.537.602.519 2.165.007 4.33.002 6.495.002.319.012.557-.302.535-.605l.001-22.13c-.004-.215.037-.458-.101-.643-.139-.211-.417-.231-.646-.227C4.954.226 2.794.191.639.229z"/><path fill="#fff" d="M1.365 1.776l.343.001c.052.399.087.8.141 1.199.084-.398.139-.803.218-1.202.097.001.193.004.29.01.065.392.133.784.205 1.175.072-.391.094-.789.146-1.183l.344.001c-.1.887-.202 1.773-.308 2.659l-.284-.001c-.093-.476-.152-.96-.257-1.433-.099.475-.154.958-.245 1.434l-.285-.001c-.104-.886-.207-1.772-.308-2.659zM3.401 2.202c.246-.054.53-.013.791-.02.05.079.011.193.022.285l-.535.001-.001.567.359.002v.292l-.36.002c.002.259.001.518.001.778l.567.001-.001.286c-.28 0-.561-.002-.841.002-.01-.732-.007-1.464-.002-2.196zM4.637 2.306a.437.437 0 0 1 .631-.045c.111.106.129.267.158.41-.095 0-.191-.002-.285-.007-.01-.122-.085-.292-.234-.223-.188.131-.084.408.059.536.296.299.558.725.417 1.158-.096.298-.499.392-.736.204-.146-.12-.173-.319-.188-.495h.28c.022.082.029.171.076.244.092.11.312.061.313-.096.049-.355-.228-.619-.433-.869-.193-.22-.247-.58-.057-.818zM5.597 2.184c.28-.011.562-.002.842-.005l.001.287-.284.001c-.006.643.001 1.286-.003 1.929h-.279c-.002-.643.002-1.286-.002-1.928l-.27-.002c-.001-.094-.002-.188-.005-.282zM2.255 6.243c.488.419 1.263.428 1.747 0 .488.419 1.264.429 1.749 0 .384.362.762.731 1.144 1.096a1.875 1.875 0 0 0-.345 1.185c.037.505.372.946.339 1.462a1.6 1.6 0 0 1-1.176 1.465c-.342.106-.71.001-1.05.114a1.45 1.45 0 0 0-.658.433 1.469 1.469 0 0 0-1.26-.493c-.806.035-1.559-.632-1.619-1.436-.079-.574.334-1.062.338-1.626a1.95 1.95 0 0 0-.347-1.107c.381-.363.757-.73 1.138-1.093M4.12 7.618c-.241.134-.371.397-.432.656.155.037.31.074.466.105.068-.523.91-.559 1.082-.099.087.323-.274.454-.495.577a1.888 1.888 0 0 0-1.052 1.655c.675 0 1.349-.001 2.024.001.005-.161.005-.321.001-.482-.487-.002-.973.004-1.46-.003.087-.19.203-.369.359-.509.267-.246.641-.339.893-.603a.806.806 0 0 0 .027-1.058c-.33-.413-.962-.483-1.414-.242m-1.441-.081a.548.548 0 0 1-.387.198c-.001.121 0 .242.001.364.091 0 .183.004.274.009-.004.802-.004 1.605 0 2.408l.477-.001c.002-.993.003-1.985 0-2.978a22.205 22.205 0 0 0-.365 0zM3.209 13.788h.369c.006.888.006 1.775 0 2.663h-.369c-.002-.888-.002-1.775 0-2.663zM.873 13.789h.38c.183.477.29.992.512 1.448.158-.483.319-.965.481-1.447h.381c0 .887.002 1.774-.001 2.66h-.381c-.003-.489.006-.979-.005-1.468-.175.48-.32.971-.49 1.452-.176-.48-.314-.974-.494-1.453-.005.489.001.979-.002 1.468H.873v-2.661zM4.167 13.791c.128-.002.257-.003.385-.002v2.304c.323.005.646-.002.969.003l.002.35c-.452.009-.905.003-1.357.003.002-.886 0-1.773 0-2.659zM5.896 13.789c.417-.001.834-.003 1.25.001v.371c-.288.002-.577.001-.865 0-.007.225-.005.45-.002.674h.549v.363h-.547c-.007.292-.002.584-.003.876.32 0 .641.004.961-.002a2.02 2.02 0 0 1 0 .381 59.498 59.498 0 0 0-1.336 0c-.017-.888-.003-1.776-.007-2.664zM1.261 18.904c.008-.523.591-.9 1.07-.688.461.181.579.797.367 1.206-.327.614-.837 1.172-.923 1.886.32.003.639 0 .959.002l.002.461c-.49.004-.979.001-1.469.001a3.098 3.098 0 0 1 .644-1.972c.206-.303.548-.646.381-1.042-.139-.272-.559-.137-.575.15-.152.001-.304.001-.456-.003zM3.093 20.511a3.204 3.204 0 0 1 1.259-2.347c.086.125.168.253.247.383-.365.299-.664.68-.837 1.121a.569.569 0 0 1 .657.287c.229.445.243.996.065 1.46-.167.463-.866.569-1.172.191-.241-.307-.24-.725-.219-1.096m.659-.369c-.195.089-.198.344-.206.529.008.214-.03.478.146.639.126.128.369.045.394-.132.062-.278.089-.578.008-.855a.262.262 0 0 0-.341-.181zM5.756 18.2c.324-.12.72.023.866.341.235.494.191 1.059.194 1.591-.011.473.002.985-.256 1.402-.245.389-.894.382-1.139-.004-.213-.325-.241-.73-.256-1.107 0-.52-.027-1.049.099-1.558.072-.27.213-.562.492-.666m.159.441c-.145.078-.191.254-.229.402-.091.44-.059.893-.06 1.34.022.305.014.647.209.901.1.132.31.076.368-.068.163-.349.138-.749.143-1.126-.003-.407.031-.827-.095-1.22-.04-.14-.176-.302-.336-.23z"/><path fill="#00694f" d="M.639.229C2.795.191 4.955.226 7.112.212c.229-.004.507.015.646.227.139.186.097.428.101.643l-.001 22.13c.022.303-.216.617-.535.605-2.165 0-4.33.005-6.495-.002-.299.018-.608-.2-.602-.519V.829C.211.569.371.284.639.229m.726 1.547c.101.887.204 1.773.308 2.659l.285.001c.091-.476.147-.959.245-1.434.105.474.164.957.257 1.433l.284.001c.106-.886.208-1.772.308-2.659l-.344-.001c-.051.394-.074.792-.146 1.183-.072-.391-.14-.783-.205-1.175a5.58 5.58 0 0 0-.29-.01c-.079.399-.134.804-.218 1.202-.054-.399-.09-.8-.141-1.199l-.343-.001m2.036.426c-.005.732-.008 1.464.002 2.196.28-.003.561-.001.841-.002l.001-.286-.567-.001c0-.26.001-.519-.001-.778l.36-.002v-.292l-.359-.002.001-.567.535-.001c-.011-.092.028-.205-.022-.285-.26.007-.544-.034-.791.02m1.236.104c-.19.238-.136.598.057.818.205.25.482.514.433.869-.001.157-.22.206-.313.096-.047-.073-.054-.162-.076-.244h-.28c.016.176.043.375.188.495.237.188.64.094.736-.204.141-.433-.121-.86-.417-1.158-.144-.128-.247-.405-.059-.536.149-.07.225.101.234.223.095.004.19.007.285.007-.03-.143-.047-.304-.158-.41a.437.437 0 0 0-.631.045m.961-.123l.005.282.27.002c.005.643 0 1.286.002 1.928h.279c.004-.643-.002-1.286.003-1.929l.284-.001-.001-.287c-.281.002-.562-.006-.842.005M2.255 6.243c-.381.363-.757.73-1.138 1.093.218.326.354.712.347 1.107-.004.564-.417 1.052-.338 1.626.06.804.813 1.471 1.619 1.436.47-.046.953.13 1.26.493.179-.197.4-.359.658-.433.34-.114.708-.008 1.05-.114a1.6 1.6 0 0 0 1.176-1.465c.033-.515-.302-.957-.339-1.462-.03-.42.107-.841.345-1.185-.382-.364-.76-.734-1.144-1.096-.485.429-1.261.419-1.749 0-.485.429-1.259.42-1.747 0m.954 7.545c-.002.888-.002 1.775 0 2.663h.369c.006-.888.006-1.775 0-2.663h-.369m-2.336.001v2.661h.381c.004-.49-.002-.979.002-1.468.18.479.318.973.494 1.453.171-.481.315-.972.49-1.452.011.489.001.979.005 1.468h.381c.002-.887.001-1.774.001-2.66a24.194 24.194 0 0 0-.381 0c-.162.482-.323.964-.481 1.447-.222-.456-.329-.971-.512-1.448a24.067 24.067 0 0 0-.38 0m3.294.001v2.659c.453 0 .905.005 1.357-.003-.002-.117-.002-.233-.002-.35-.323-.005-.646.001-.969-.003V13.79a12.353 12.353 0 0 0-.385.002m1.728-.003c.004.888-.01 1.776.007 2.664.445-.005.891-.005 1.336 0a2.02 2.02 0 0 0 0-.381c-.32.006-.641.003-.961.002.001-.292-.004-.584.003-.876h.547v-.363a50.234 50.234 0 0 0-.549 0c-.002-.225-.005-.45.002-.674.288.001.577.002.865 0v-.371c-.417-.005-.834-.002-1.25-.001m-4.635 5.115c.152.005.304.004.456.003.016-.287.437-.422.575-.15.167.396-.176.74-.381 1.042a3.101 3.101 0 0 0-.644 1.972c.49 0 .98.002 1.469-.001l-.002-.461c-.32-.002-.639.001-.959-.002.086-.714.596-1.272.923-1.886.212-.409.094-1.026-.367-1.206-.479-.212-1.062.165-1.07.688m1.832 1.608c-.021.371-.022.789.219 1.096.306.377 1.005.271 1.172-.191a1.827 1.827 0 0 0-.065-1.46.569.569 0 0 0-.657-.287 2.77 2.77 0 0 1 .837-1.121 7.341 7.341 0 0 0-.247-.383 3.204 3.204 0 0 0-1.259 2.347M5.756 18.2c-.28.104-.421.395-.492.666-.126.509-.099 1.038-.099 1.558.015.377.042.782.256 1.107.245.386.894.393 1.139.004.259-.417.245-.929.256-1.402-.002-.532.042-1.097-.194-1.591-.147-.319-.542-.461-.866-.341z"/><path fill="#00694f" d="M5.915 18.64c.161-.072.297.09.336.23.126.393.091.813.095 1.22-.005.376.02.776-.143 1.126-.057.144-.268.2-.368.068-.195-.254-.187-.596-.209-.901.002-.446-.03-.899.06-1.34.038-.148.084-.324.229-.402zM3.752 20.141a.262.262 0 0 1 .341.181c.081.277.054.577-.008.855-.025.177-.268.26-.394.132-.175-.161-.137-.425-.146-.639.008-.185.011-.44.206-.53z"/><path fill="#cacbcc" d="M0 .548l.029.055c.017.145.013.291.013.437v22.003c0 .132.003.265-.012.396l-.03.054V.547z"/><path fill="#2b2e34" d="M4.12 7.618c.452-.24 1.084-.17 1.414.242a.808.808 0 0 1-.027 1.058c-.252.263-.626.357-.893.603-.156.14-.272.319-.359.509.487.007.973.001 1.46.003.004.161.004.321-.001.482-.675-.002-1.349 0-2.024-.001a1.884 1.884 0 0 1 1.052-1.655c.221-.124.582-.254.495-.577-.172-.46-1.014-.424-1.082.099a14.305 14.305 0 0 1-.466-.105c.061-.259.191-.522.432-.656zM2.678 7.535c.121-.002.243-.002.365 0 .003.993.002 1.985 0 2.978l-.477.001c-.004-.803-.004-1.606 0-2.408a5.014 5.014 0 0 0-.274-.009c-.001-.121-.002-.242-.001-.364a.546.546 0 0 0 .387-.198z"/></symbol><symbol viewBox="0 0 27 24" id="information--hiking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0491ff" d="M0 0h26.835v24H0V0m4.348 3.239c-.002 6.231-.004 12.461 0 18.69 6.236.004 12.472.004 18.707 0 .008-6.229.006-12.459.002-18.688-6.236-.002-12.472 0-18.709-.002z"/><path fill="#fff" d="M4.348 3.239c6.236.002 12.472 0 18.709.002.004 6.229.006 12.459-.002 18.688-6.234.004-12.471.004-18.707 0-.004-6.229-.002-12.459 0-18.69m12.014 1.412c-.627.799-.24 1.833.27 2.578a6.357 6.357 0 0 1 1.482-.669c.009-.571.202-1.206-.064-1.737-.425-.414-1.179-.469-1.688-.172m-4.608.468c-.873.563-.652 1.89-.306 2.699.557.104 1.17-.2 1.761-.093.274-.24.546-.482.82-.724-.529-.799-1.07-2.226-2.275-1.882m6.768.603l-.002 1.136c-1.041.1-1.897.686-2.194 1.718l-.418-.331-.461.516c.304.771.612 1.542.918 2.313.348-.476.684-.968 1.126-1.366-.129.648-.563 1.158-.939 1.678.828 2.001-.786 3.649-1.431 5.429-.395 1.196-.686 2.423-1.037 3.632h1.459c.554-1.788 1.253-3.523 2.368-5.042.111 2.273 2.287 3.409 3.587 5.01.27-.227.542-.45.816-.673-.597-.886-1.192-1.774-1.801-2.653-1.217-1.431-.76-3.458-1.121-5.178.539-.172 1.618-.045 1.525-.883-.151-1.79-.14-3.602-.465-5.371-.644.017-1.287.043-1.931.064m-6.362 2.284c-.888.42-1.034 1.519-1.219 2.377-.242 1.281-1.147 2.287-2.113 3.101.038-.525.121-1.051.1-1.58-.302-.452-.973-.308-1.436-.263-.287.401-.42.883-.561 1.347l.467.403c-.631.973-1.253 1.952-1.869 2.935.144.11.289.217.435.327.325-.261.652-.516.99-.758-.357 1.553-.917 3.052-1.363 4.583l.735.03c.399-.864.799-1.727 1.194-2.593.331.975 1.126 1.616 1.962 2.156.06-.238.123-.474.185-.712-1.412-1.041-1.166-2.872-1.007-4.394 1.444-1.075 2.186-2.75 3.428-3.991-.21.488-.493.952-.591 1.482-.546 2.668-1.098 5.337-1.648 8.003.282.011.565.025.849.04.501-1.748 1.321-3.383 1.977-5.074.469 1.126.786 2.321 1.412 3.375.888-1.427-.111-2.914-.146-4.409-.079-1.646-.013-3.3-.168-4.94-.074-.78-.705-1.774-1.612-1.446z"/><path fill="#040404" d="M16.362 4.651c.508-.297 1.262-.242 1.688.172.266.531.074 1.166.064 1.737a6.376 6.376 0 0 0-1.482.669c-.51-.745-.898-1.778-.27-2.578zM11.754 5.119c1.206-.344 1.746 1.083 2.275 1.882-.274.242-.546.484-.82.724-.591-.108-1.204.197-1.761.093-.346-.809-.567-2.135.306-2.699z"/><path fill="#040404" d="M18.522 5.722c.644-.021 1.287-.047 1.931-.064.325 1.769.314 3.581.465 5.371.093.837-.986.711-1.525.883.361 1.72-.096 3.747 1.121 5.178.609.879 1.204 1.767 1.801 2.653a66.23 66.23 0 0 0-.816.673c-1.3-1.601-3.475-2.736-3.587-5.01-1.115 1.519-1.814 3.254-2.368 5.042h-1.459c.351-1.209.643-2.436 1.037-3.632.644-1.78 2.258-3.428 1.431-5.429.376-.52.811-1.03.939-1.678-.442.399-.779.89-1.126 1.366-.306-.771-.614-1.542-.918-2.313l.461-.516.418.331c.297-1.032 1.153-1.618 2.194-1.718l.002-1.136z"/><path fill="#040404" d="M12.159 8.005c.907-.329 1.538.665 1.612 1.446.155 1.64.089 3.294.168 4.94.034 1.495 1.034 2.982.146 4.409-.626-1.054-.943-2.249-1.412-3.375-.656 1.691-1.476 3.326-1.977 5.074a81.638 81.638 0 0 0-.849-.04c.55-2.666 1.102-5.335 1.648-8.003.098-.529.382-.994.591-1.482-1.242 1.242-1.984 2.916-3.428 3.991-.159 1.521-.404 3.352 1.007 4.394-.062.238-.125.474-.185.712-.835-.54-1.631-1.181-1.962-2.156-.395.866-.796 1.729-1.194 2.593l-.735-.03c.446-1.531 1.005-3.029 1.363-4.583-.338.242-.665.497-.99.758-.146-.11-.291-.217-.435-.327.616-.983 1.238-1.962 1.869-2.935a61.458 61.458 0 0 1-.467-.403c.142-.465.274-.947.561-1.347.463-.045 1.134-.189 1.436.263.021.529-.062 1.054-.1 1.58.966-.814 1.871-1.82 2.113-3.101.185-.858.331-1.958 1.219-2.377z"/></symbol><symbol viewBox="0 0 24 24" id="information--hospital--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.28 0h21.481l-.004.05c-.389-.047-.781-.038-1.171-.037H3.172c-.653.011-1.31-.033-1.96.046L1.28 0zM1.399.23c.244-.043.492-.032.739-.032C8.873.201 15.609.195 22.345.201c.81-.021 1.528.712 1.498 1.519.003 6.877.003 13.753 0 20.629.017.801-.692 1.512-1.493 1.497-6.877.007-13.753.004-20.63.001-.81.031-1.546-.692-1.523-1.504C.191 15.471.194 8.598.195 1.726.171 1.022.703.353 1.398.231m.076.493a.996.996 0 0 0-.775.996c-.002 6.877-.001 13.753 0 20.63-.018.545.484 1.025 1.027.994 6.872 0 13.745.003 20.617-.001.537.019 1.015-.465.998-.999V1.726c.037-.572-.496-1.077-1.063-1.023C15.344.718 8.407.675 1.475.725zM0 1.241h.053c-.079.641-.032 1.288-.044 1.931L.008 21.655c-.006.379-.001.759.042 1.137L0 22.706V1.241z"/><path fill="#fff" d="M3.961 2.109c1.299-.043 2.602-.005 3.902-.019.019 2.39.003 4.779.008 7.17 2.739.008 5.479.003 8.218.002.003-2.39.001-4.781.001-7.171 1.3-.001 2.599.002 3.899-.001.003 6.617.001 13.233.001 19.85-1.3-.002-2.601.01-3.901-.007.001-2.899.003-5.798-.001-8.697-2.739-.003-5.478-.002-8.217 0-.003 2.901.001 5.803-.002 8.704-1.299.001-2.599.003-3.897-.001C3.96 15.33 3.983 8.72 3.96 2.111zM.072 22.83c.09.063.106.139.048.224a.199.199 0 0 1-.048-.224z"/><path fill="#d8d8d9" d="M1.014.109l.167-.025-.167.025z"/><path fill="#2b2e34" d="M1.181.084l.032-.026c.65-.079 1.307-.034 1.96-.046h18.414c.39-.001.782-.01 1.171.037.604.097 1.072.601 1.243 1.172v21.634c-.16.547-.601.99-1.152 1.144H1.219c-.495-.125-.876-.498-1.099-.946.058-.086.042-.161-.048-.224l-.021-.039a8.808 8.808 0 0 1-.042-1.137L.01 3.17c.012-.643-.034-1.29.044-1.931C.135.724.555.316 1.015.107l.167-.025m.217.148C.704.352.171 1.021.196 1.725.195 8.597.192 15.471.198 22.342c-.023.812.712 1.535 1.523 1.504 6.877.003 13.753.006 20.63-.001.801.015 1.51-.696 1.493-1.497.003-6.876.003-13.752 0-20.629.03-.808-.688-1.54-1.498-1.519C15.61.194 8.874.2 2.139.197c-.247.001-.495-.01-.739.032z"/><path fill="#005598" d="M1.474.724C8.406.674 15.343.717 22.277.702c.568-.054 1.101.451 1.063 1.023v20.618c.017.534-.461 1.019-.998.999-6.872.004-13.744.001-20.617.001-.543.03-1.045-.45-1.027-.994-.001-6.877-.002-13.753 0-20.63a.997.997 0 0 1 .775-.996m2.488 1.386c.023 6.609 0 13.219.012 19.828 1.299.005 2.598.003 3.897.001.003-2.901-.001-5.803.002-8.704 2.739-.002 5.478-.003 8.217 0 .004 2.899.002 5.799.001 8.697 1.3.017 2.601.005 3.901.007.001-6.617.003-13.233-.001-19.85-1.3.003-2.599.001-3.899.001-.001 2.39.002 4.781-.001 7.171-2.739.001-5.479.006-8.218-.002-.006-2.39.01-4.78-.008-7.17-1.3.014-2.603-.024-3.902.019z"/></symbol><symbol viewBox="0 0 24 24" id="information--hurricane-evacuation-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035595" d="M.159 12.377C-.319 6.611 4.187.936 9.931.163c2.153-.199 4.419-.137 6.433.726 3.864 1.624 6.626 5.394 7.168 9.531-.051.857-.049 1.716.006 2.571-.308 1.941-.938 3.857-2.1 5.46-2.422 3.461-6.821 5.439-11.016 4.886C4.969 22.75.299 17.905.158 12.378m9.103-6.695c-.354 1.361.574 2.573 1.717 3.182-.868.583-1.894.816-2.929.847 1.254.613 2.784.804 4.061.148 1.622-.735 2.67-2.672 2.124-4.416-.225-.752-.915-1.185-1.528-1.598.87-.471 1.845-.654 2.816-.786-2.325-1.32-5.704-.077-6.262 2.621m-5.071 6.542c-.002.78-.041 1.569.118 2.338.12-.383.212-.771.296-1.162.204.006.409.009.615.015.069.39.146.78.244 1.164.236-.771.165-1.581.159-2.372l-.317.002c-.008.287-.013.572-.019.859l-.748.013-.028-.872-.321.015m2.016-.217c-.075.662-.18 1.357.015 2.006.255.463.99.461 1.243-.002.191-.645.086-1.335.024-1.993-.343.563-.262 1.236-.296 1.864-.139.056-.418.171-.557.229-.184-.696-.126-1.442-.429-2.104m1.866.159c-.024.803-.071 1.618.139 2.404.124-.426.223-.855.332-1.284.293.401.57.814.887 1.196a19.447 19.447 0 0 0-.24-1.043c.113-.264.225-.529.336-.795-.375-.418-.93-.45-1.453-.478m1.773.011c-.013.786-.043 1.577.088 2.357.148-.426.262-.861.381-1.294.293.424.566.862.87 1.279-.045-.36-.111-.716-.188-1.071.634-.896-.308-1.438-1.151-1.271m1.892-.168c-.156.849-.216 1.749.073 2.578.178-.836.324-1.781-.073-2.578m1.089.264c-.563.442-.561 1.476-.051 1.959.437.362.885-.079 1.221-.349-.369.038-.739.088-1.108.135-.133-.506-.15-1.035.066-1.521.324.075.649.146.977.212-.259-.326-.662-.726-1.104-.437m1.295 2.236c.246-.234.486-.474.722-.718l.321-.024c.246.255.493.504.752.746-.238-.756-.3-1.854-.906-2.327-.598.467-.658 1.575-.889 2.323m2.156-2.479c-.069.763-.06 1.532-.056 2.299l.332-.004.004-1.395c.309.534.617 1.071.977 1.575.143-.756.135-1.526.126-2.291l-.336.008.002 1.29c-.313-.518-.632-1.037-1.048-1.481m1.874.188c0 .716 0 1.432.009 2.149.51-.024 1.026-.062 1.504-.259-.45-.086-.902-.148-1.354-.221a5.18 5.18 0 0 1 .866-.671c-.294-.103-.591-.202-.881-.313.334-.277.759-.366 1.174-.454l-.124-.232c-.398.002-.795.002-1.194.002m-14.61 3.474v2.166c.514-.028 1.039-.023 1.521-.232a39.52 39.52 0 0 0-1.331-.253 5.63 5.63 0 0 1 .874-.75c-.186-.021-.555-.064-.741-.084.006-.101.013-.304.019-.405a9.413 9.413 0 0 0 1.106-.289 14.275 14.275 0 0 0-1.447-.152m1.503-.157c.131.848.405 1.667.746 2.453a8.428 8.428 0 0 0 .784-2.451c-.368.388-.553.894-.776 1.369-.214-.476-.381-.988-.754-1.371m1.695 2.453c.244-.234.473-.484.694-.739.144.006.289.011.433.019.208.248.42.489.643.724a11.996 11.996 0 0 0-.838-2.471c-.478.748-.741 1.607-.932 2.467m2.055-1.303c-.231.998.99 1.607 1.545.688-1.059.508-1.427-.454-1.08-1.337.366.03.733.056 1.099.081-.549-.746-1.682-.388-1.564.568m1.886-.97c.022.6-.073 1.228.109 1.811.287.506 1.161.414 1.283-.167.112-.608.114-1.262-.163-1.826-.141.741-.017 1.556-.465 2.211-.546-.542-.42-1.324-.435-2.018a17.961 17.961 0 0 0-.328-.011m1.767 2.271c.225-.234.437-.478.643-.729l.452-.006c.208.253.424.501.654.735-.167-.784-.396-1.562-.746-2.284-.748.332-.731 1.547-1.003 2.284m1.727-2.25c.216.126.433.249.651.373.002.572 0 1.144.002 1.718h.336c.002-.572-.002-1.144 0-1.716l.66-.373a32.34 32.34 0 0 0-1.648-.002m1.769-.013v2.104h.366v-2.107l-.366.004m1.177.057c-.553.533-.559 1.894.321 2.089 1.267.017 1.003-2.726-.321-2.089m1.617-.229c-.047.819-.069 1.644.047 2.458.287-.467.262-1.02.277-1.547.3.54.615 1.074 1.027 1.539.062-.759.054-1.521.051-2.282l-.334.004c0 .437.002.876.004 1.313-.307-.527-.606-1.074-1.072-1.485m-11.083 3.63c-.006.714-.004 1.429-.002 2.145l.302.017c.026-.367.056-.735.092-1.101.354.399.649.848.992 1.256-.066-.343-.141-.682-.216-1.024.592-.926-.296-1.464-1.168-1.294m2.338.014c-.831.281-.836 1.836-.026 2.152 1.239.227 1.262-2.332.026-2.152m1.404 1.682c.129.604 1.093.647 1.303.077.169-.638.067-1.311-.06-1.944-.332.718.038 1.663-.662 2.207-.409-.664-.274-1.463-.394-2.198-.306.568-.315 1.239-.188 1.858m1.615-1.646c.831.407.501 1.374.563 2.102l.328-.002c0-.578 0-1.153-.011-1.731l.699-.317a13.424 13.424 0 0 0-1.579-.052m1.693-.049c-.006.726-.006 1.453.002 2.179.521-.023 1.044-.058 1.556-.172a10.34 10.34 0 0 0-1.243-.268l-.021-.405c.293-.09.583-.18.874-.272a46.94 46.94 0 0 0-.881-.27c.011-.098.037-.289.049-.386.364-.037.726-.081 1.088-.139-.446-.221-.938-.234-1.423-.266z"/><path fill="#035595" d="M8.383 12.551c.161.002.48.008.639.009l.122.422-.742.128a52.17 52.17 0 0 0-.019-.559zM10.206 12.431c.291.144.576.3.849.474-.289.081-.581.156-.872.231l.022-.705zM17.259 16.114c.765-.424.821 1.052.384 1.448-.694-.032-.637-.994-.384-1.448zM8.002 19.429c.793.251.951.568.006.746l-.006-.746zM9.975 19.551c.735-.159.688 1.071.339 1.477-.729.099-.72-1.08-.339-1.477z"/><path fill="#fff" d="M9.261 5.683c.559-2.698 3.938-3.941 6.262-2.621-.971.131-1.946.315-2.816.786.613.412 1.303.846 1.528 1.598.546 1.744-.503 3.681-2.124 4.416-1.277.656-2.807.465-4.061-.148 1.035-.032 2.061-.264 2.929-.848-1.144-.609-2.072-1.821-1.717-3.182zM18.741 15.553c.467.411.765.958 1.072 1.485-.002-.437-.004-.876-.004-1.313l.334-.004c.004.761.011 1.523-.051 2.282-.413-.465-.727-.999-1.027-1.539-.015.527.009 1.08-.277 1.547-.116-.814-.094-1.639-.047-2.458z"/><path fill="#324a5c" opacity=".48" d="M23.533 10.419l.092.351v1.873l-.086.347a21.205 21.205 0 0 1-.006-2.571z"/><path fill="#fdfdfe" d="M4.189 12.223l.321-.015.028.872c.249-.006.499-.009.748-.013.006-.287.011-.572.019-.859l.317-.002c.006.791.077 1.601-.159 2.372a16.47 16.47 0 0 1-.244-1.164c-.206-.006-.411-.009-.615-.015-.084.392-.176.78-.296 1.163-.159-.769-.12-1.558-.118-2.338zM6.204 12.006c.304.662.246 1.408.429 2.104l.557-.229c.034-.628-.047-1.301.296-1.864.062.658.167 1.348-.024 1.993-.253.463-.988.465-1.243.002-.195-.649-.09-1.344-.015-2.006zM8.07 12.165c.523.028 1.078.06 1.453.478-.111.266-.223.531-.336.795.088.345.171.692.24 1.043-.317-.383-.594-.795-.887-1.196-.109.429-.208.859-.332 1.284-.21-.786-.163-1.601-.139-2.404m.314.386c.006.139.015.42.019.559.248-.041.495-.084.742-.128l-.122-.422c-.159-.002-.478-.008-.639-.009zM9.844 12.176c.844-.167 1.785.375 1.151 1.271.077.354.142.711.188 1.071-.304-.416-.578-.855-.87-1.279-.118.433-.232.868-.381 1.294-.131-.78-.101-1.571-.088-2.357m.362.255l-.022.705c.291-.075.583-.15.872-.231a9.277 9.277 0 0 0-.849-.474zM11.736 12.008c.398.797.251 1.742.073 2.578-.289-.829-.229-1.729-.073-2.578zM12.825 12.272c.443-.289.846.111 1.104.437a35.326 35.326 0 0 1-.977-.212c-.216.486-.199 1.014-.066 1.521.369-.047.739-.098 1.108-.135-.336.27-.784.711-1.221.349-.51-.484-.512-1.517.051-1.959zM16.277 12.028c.416.444.735.964 1.048 1.481l-.002-1.29.336-.008c.009.765.017 1.536-.126 2.291-.36-.504-.668-1.041-.977-1.575l-.004 1.395-.332.004c-.004-.767-.013-1.536.056-2.299zM18.152 12.217c.399 0 .797 0 1.194-.002l.124.232c-.414.088-.84.176-1.174.454.291.111.587.21.881.313a5.18 5.18 0 0 0-.866.671c.452.073.904.135 1.354.221-.478.197-.994.234-1.504.259-.009-.716-.009-1.432-.009-2.149zM3.542 15.692c.486.03.969.073 1.447.152-.362.124-.733.21-1.106.289-.006.101-.013.304-.019.405.186.021.555.064.741.084a5.676 5.676 0 0 0-.874.75c.446.075.889.163 1.331.253-.482.21-1.007.204-1.521.232v-2.166zM5.046 15.536c.373.383.54.894.754 1.371.223-.474.409-.981.776-1.369a8.398 8.398 0 0 1-.784 2.451c-.341-.786-.615-1.605-.746-2.453zM8.796 16.686c-.118-.956 1.014-1.314 1.564-.568a67.649 67.649 0 0 1-1.099-.081c-.347.883.021 1.845 1.08 1.337-.555.919-1.776.309-1.545-.688zM10.682 15.716l.328.011c.015.694-.111 1.476.435 2.018.448-.654.324-1.47.465-2.211.277.564.276 1.219.163 1.826-.122.581-.996.673-1.283.167-.182-.583-.086-1.211-.109-1.811zM14.177 15.737a32.339 32.339 0 0 1 1.648.002l-.66.373c-.002.572.002 1.144 0 1.716h-.336c-.002-.574 0-1.146-.002-1.717-.218-.124-.435-.247-.651-.373zM17.124 15.782c1.324-.637 1.588 2.106.321 2.089-.879-.195-.874-1.556-.321-2.089m.135.332c-.253.454-.309 1.416.384 1.448.437-.396.381-1.871-.384-1.448zM7.658 19.183c.872-.171 1.761.367 1.168 1.294.075.341.15.681.216 1.024-.343-.409-.637-.857-.992-1.256-.036.366-.066.733-.092 1.101l-.302-.017c-.002-.716-.004-1.431.002-2.145m.344.245l.006.746c.945-.178.788-.495-.006-.746zM9.996 19.196c1.236-.18 1.213 2.379-.026 2.152-.81-.317-.804-1.871.026-2.152m-.021.355c-.381.398-.39 1.577.339 1.477.349-.407.396-1.637-.339-1.477zM11.4 20.878c-.127-.619-.118-1.29.188-1.858.12.735-.015 1.534.394 2.198.699-.544.33-1.489.662-2.207.128.634.229 1.307.06 1.944-.21.57-1.174.527-1.303-.077zM13.014 19.232a13.424 13.424 0 0 1 1.579.052l-.699.317c.011.577.011 1.153.011 1.731l-.328.002c-.062-.727.268-1.695-.563-2.102zM14.707 19.183c.486.032.977.045 1.423.266-.362.058-.724.101-1.088.139-.011.098-.037.289-.049.386.294.086.589.178.881.27-.291.092-.581.182-.874.272l.021.405c.418.069.836.148 1.243.268-.512.114-1.035.15-1.556.172-.008-.726-.008-1.453-.002-2.179z"/><path fill="#a4c2d9" d="M14.121 14.507c.231-.748.291-1.856.889-2.323.606.473.668 1.571.906 2.327a20.347 20.347 0 0 1-.752-.746l-.321.024a24.44 24.44 0 0 1-.722.718z"/><path fill="#e9f0f5" d="M6.741 17.989c.191-.861.454-1.719.932-2.467.362.793.656 1.618.838 2.471a15.24 15.24 0 0 1-.643-.724c-.144-.008-.289-.013-.433-.019-.221.255-.45.504-.694.739z"/><path fill="#e3ecf3" d="M12.45 17.987c.272-.737.255-1.952 1.003-2.284.351.722.579 1.5.746 2.284a10.828 10.828 0 0 1-.654-.735l-.452.006c-.206.251-.418.495-.643.729z"/><path fill="#e9f0f6" d="M15.947 15.724l.366-.004v2.107h-.366v-2.104z"/></symbol><symbol viewBox="0 0 24 24" id="information--interstate-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M3.079 0h.105l.338.112c2.26.661 4.69.781 6.995.275.73-.158 1.488-.334 2.23-.139.89.193 1.787.364 2.698.418a7.477 7.477 0 0 0 1.843.007C18.453.574 19.627.403 20.729 0h.074c1.045 1.467 1.944 3.052 2.488 4.776.277.781.399 1.604.629 2.398v4.528a4.46 4.46 0 0 0-.17.647c-.933 4.902-4.464 9.211-9.089 11.087-.479.203-.978.353-1.454.564H12.11a15.057 15.057 0 0 0 8.17-4.992c2.153-2.544 3.442-5.83 3.516-9.166.085-3.387-1.021-6.836-3.116-9.522-2.833.852-5.884.812-8.722.007A15.6 15.6 0 0 1 3.24.319a15.379 15.379 0 0 0-2.862 6.44C.112 7.972.156 9.214.157 10.447c.277 3.993 2.241 7.827 5.313 10.39 1.814 1.552 4.015 2.622 6.336 3.163h-1.088c-.744-.307-1.515-.549-2.237-.911C4.167 21.051 1.002 16.843.142 12.16c-.022-.122-.048-.243-.074-.364a8.614 8.614 0 0 0-.069-.17V7.199l.057-.002c.082-.073.084-.275-.057-.271v-.029c.186-.201.195-.484.254-.738.434-2.024 1.33-3.932 2.516-5.623.119-.169.217-.351.309-.536z"/><path fill="#fff" d="M3.185 0h1.808c-.49.037-.992-.024-1.47.112L3.185 0zM3.24.319a15.6 15.6 0 0 0 8.718.008c2.838.805 5.889.845 8.722-.007 2.095 2.685 3.201 6.135 3.116 9.522-.074 3.336-1.363 6.622-3.516 9.166A15.05 15.05 0 0 1 12.11 24h-.305c-2.321-.541-4.522-1.611-6.336-3.163C2.398 18.274.433 14.44.156 10.447.155 9.214.111 7.972.377 6.759A15.379 15.379 0 0 1 3.239.319m.141.384A12.313 12.313 0 0 0 1.1 5.26c7.24.004 14.48.004 21.72 0-.385-1.656-1.239-3.177-2.221-4.554-1.215.279-2.45.506-3.695.572-1.669.053-3.335-.176-4.944-.626-2.791.83-5.778.806-8.58.051M.974 5.66c-1.29 4.55-.113 9.691 2.992 13.256 2.039 2.402 4.892 4.141 7.993 4.756 2.458-.481 4.747-1.685 6.619-3.338 2.87-2.553 4.698-6.281 4.865-10.127.045-1.509-.03-3.039-.461-4.491l-.179-.055c-7.276 0-14.553.003-21.829-.001z"/><path fill="#fff" d="M4.306 2.153h.397c.002.877.002 1.754 0 2.631h-.397c-.002-.877-.002-1.754 0-2.631zM5.184 2.154l.45-.002c.183.42.343.853.582 1.246.01-.415.001-.83.005-1.245h.477c.001.877.002 1.754 0 2.631l-.365.001c-.235-.462-.393-.962-.667-1.405-.01.468 0 .936-.005 1.404h-.477c-.002-.877-.001-1.754 0-2.63zM6.937 2.154c.452-.002.903-.002 1.355 0v.476l-.478.003c-.002.717.002 1.434-.001 2.151h-.397c-.002-.717.001-1.434-.001-2.151l-.478-.003v-.476zM8.532 2.154c.425-.002.85-.002 1.275 0v.477l-.797.002v.556l.478.003v.395l-.478.003c-.001.238-.001.477.001.716l.876.001v.477c-.452.002-.903.002-1.355 0-.002-.876-.002-1.753 0-2.63zM10.207 2.154c.458.023 1.053-.128 1.375.298.296.349.096.846-.182 1.138.09.403.227.794.332 1.194l-.464.001c-.124-.399-.214-.808-.364-1.198l-.218.002c-.003.399-.001.797-.002 1.196h-.477c-.002-.876-.001-1.753 0-2.63m.477.474l.001.569c.195.002.388-.029.566-.108.104-.399-.225-.541-.567-.462zM12.033 2.872c-.092-.561.596-.919 1.049-.643.25.111.276.407.332.64h-.388a1.333 1.333 0 0 0-.285-.314l-.199.1-.1.198c.307.38.952.561.96 1.132.057.343-.218.584-.436.8-.598.165-1.086-.285-1.105-.874l.492-.005.012.292.186.186.186.007c.09-.14.322-.305.187-.485-.222-.414-.923-.469-.889-1.033zM13.555 2.154c.452-.002.903-.002 1.355 0v.476l-.478.003c-.002.717.002 1.434-.001 2.151h-.477c-.002-.717 0-1.434-.001-2.15l-.399-.005v-.475zM15.57 2.152l.437.001c.148.887.487 1.737.589 2.63-.132.002-.262.002-.393.005a8.17 8.17 0 0 1-.197-.721l-.444-.003c-.076.238-.111.486-.187.723l-.455-.001c.256-.868.415-1.76.65-2.634m.151 1.092c-.014.145-.035.29-.08.429l.226-.008-.002-.287-.145-.134zM16.664 2.154c.452-.002.903-.002 1.355 0v.476l-.478.003c-.002.717.002 1.434-.001 2.151h-.397c-.002-.717.001-1.434-.001-2.151l-.478-.003v-.476zM18.26 2.154c.425-.002.85-.002 1.275 0v.477l-.797.002v.556l.478.003v.395l-.478.003c-.001.238-.001.477.001.716l.876.001v.477c-.452.002-.903.002-1.355 0-.002-.876-.002-1.753 0-2.63zM0 6.925c.141-.004.14.199.057.271L0 7.198v-.273zM5.526 8.314c1.054-.753 2.489-.853 3.68-.379 1.142.441 1.997 1.588 1.962 2.831-.065.753-.392 1.488-.941 2.012-.934.749-2.111 1.13-2.993 1.95-.399.426-.693.933-.94 1.458 1.623-.001 3.246-.002 4.869 0 .002.584.002 1.168 0 1.753l-6.855.001c-.099-1.91.873-3.807 2.379-4.954.703-.582 1.585-.888 2.306-1.442.512-.364.7-1.142.2-1.599-.705-.727-1.975-.818-2.756-.161-.298.254-.411.635-.541.989a20.737 20.737 0 0 0-1.601-.348c.07-.833.572-1.609 1.23-2.111zM14.624 8.084c1.493-.788 3.6-.517 4.664.855.962 1.166.711 3.059-.48 3.971-.571.404-1.19.73-1.799 1.071a4.334 4.334 0 0 0-1.966 2.201c1.603.012 3.207.001 4.81.006.002.584.002 1.168 0 1.753-2.289.001-4.579.002-6.868-.001.102-.963.198-1.962.702-2.816.655-1.462 1.996-2.451 3.391-3.147.569-.249 1.105-.704 1.173-1.359-.171-1.003-1.412-1.447-2.302-1.205-.691.084-1.141.726-1.301 1.357-.541-.155-1.104-.224-1.641-.392.196-.942.748-1.839 1.618-2.293z"/><path fill="#bf2e1a" d="M3.38.703c2.803.755 5.79.779 8.58-.051 1.608.45 3.275.679 4.944.626 1.245-.066 2.48-.293 3.695-.572.982 1.377 1.836 2.898 2.221 4.554-7.24.004-14.48.004-21.72 0A12.282 12.282 0 0 1 3.38.703m.926 1.45c-.002.877-.002 1.754 0 2.631h.397c.002-.877.002-1.754 0-2.631h-.397m.878.001c-.001.876-.002 1.753 0 2.63h.477c.005-.468-.006-.936.005-1.404.273.443.431.942.667 1.405l.365-.001c.002-.877.001-1.754 0-2.631h-.477c-.004.415.005.83-.005 1.245-.239-.393-.399-.826-.582-1.246l-.45.002m1.753 0v.476l.478.003c.002.717-.002 1.434.001 2.151h.397c.002-.717-.001-1.434.001-2.151l.478-.003v-.476c-.452-.002-.903-.002-1.355 0m1.595 0c-.002.876-.002 1.753 0 2.63.451.002.903.002 1.355 0v-.477l-.876-.001a56.989 56.989 0 0 1-.001-.716c.159-.002.319-.002.478-.003v-.395l-.478-.003v-.556l.797-.002v-.477c-.425-.002-.85-.002-1.275 0m1.675 0c-.001.876-.002 1.753 0 2.63h.477c.002-.399-.001-.797.002-1.196a15.7 15.7 0 0 1 .218-.002c.15.39.241.8.364 1.198l.464-.001c-.105-.399-.242-.79-.332-1.194.278-.292.478-.789.182-1.138-.321-.427-.916-.275-1.375-.298m1.826.719c-.034.565.667.62.889 1.033.136.18-.096.345-.187.485l-.186-.007-.186-.186-.012-.292c-.164.001-.328.002-.492.005.019.588.507 1.039 1.105.874.218-.216.493-.457.436-.8-.008-.571-.653-.752-.96-1.132l.1-.198.199-.1c.114.086.204.197.285.314h.388c-.056-.234-.081-.529-.332-.64-.452-.275-1.141.083-1.048.643m1.523-.717v.475l.399.005c.001.717-.002 1.434.001 2.15h.477c.002-.717-.001-1.434.001-2.151l.478-.003v-.476c-.452-.002-.903-.002-1.355 0m2.014-.002c-.234.874-.394 1.765-.65 2.634l.455.001c.076-.238.111-.486.187-.723l.444.003c.056.242.119.484.197.721l.393-.005c-.102-.893-.442-1.743-.589-2.63l-.437-.001m1.094.002v.476l.478.003c.002.717-.002 1.434.001 2.151h.397c.002-.717-.001-1.434.001-2.151l.478-.003v-.476c-.452-.002-.903-.002-1.355 0m1.596 0c-.002.876-.002 1.753 0 2.63.451.002.903.002 1.355 0v-.477l-.876-.001a56.989 56.989 0 0 1-.001-.716c.159-.002.319-.002.478-.003v-.395l-.478-.003v-.556l.797-.002v-.477c-.425-.002-.85-.002-1.275 0z"/><path fill="#bf2e1a" d="M10.684 2.629c.342-.08.671.063.567.462-.179.079-.372.11-.566.108l-.001-.569zM15.721 3.244l.145.134.002.287-.226.008a2.08 2.08 0 0 0 .08-.429z"/><path fill="#2f2f2f" opacity=".29" d="M15.446.666a11.12 11.12 0 0 1 1.843.007 7.477 7.477 0 0 1-1.843-.007z"/><path fill="#035596" d="M.974 5.66c7.276.004 14.553.001 21.829.001l.179.055c.431 1.451.506 2.981.461 4.491-.167 3.846-1.994 7.574-4.865 10.127-1.872 1.654-4.161 2.858-6.619 3.338-3.102-.616-5.955-2.354-7.993-4.756C.86 15.351-.317 10.21.974 5.66m4.552 2.654c-.658.502-1.16 1.278-1.23 2.111.539.09 1.072.215 1.601.348.129-.354.242-.734.541-.989.781-.657 2.051-.566 2.756.161.5.458.312 1.235-.2 1.599-.721.553-1.603.86-2.306 1.442-1.506 1.147-2.478 3.044-2.379 4.954l6.855-.001c.002-.584.002-1.169 0-1.753-1.623-.002-3.245-.001-4.869 0 .247-.525.541-1.033.94-1.458.883-.82 2.06-1.201 2.993-1.95.549-.525.875-1.26.941-2.012.034-1.244-.82-2.39-1.962-2.831-1.19-.474-2.626-.375-3.68.379m9.097-.23c-.87.454-1.422 1.351-1.618 2.293.537.167 1.1.236 1.641.392.16-.632.61-1.273 1.301-1.357.89-.242 2.13.202 2.302 1.205-.068.655-.604 1.11-1.173 1.359-1.395.696-2.736 1.686-3.391 3.147-.504.854-.6 1.853-.702 2.816 2.289.003 4.579.002 6.868.001.002-.584.002-1.169 0-1.753-1.603-.005-3.206.006-4.81-.006a4.338 4.338 0 0 1 1.966-2.201c.608-.341 1.228-.667 1.799-1.071 1.191-.911 1.442-2.805.48-3.971-1.064-1.372-3.171-1.643-4.664-.855z"/><path fill="#f2f2f2" opacity=".95" d="M0 11.625l.069.17L0 11.767v-.142z"/><path fill="#252525" opacity=".17" d="M0 11.767l.069.028c.026.121.053.242.074.364-.084.505-.088 1.017-.143 1.525v-1.918z"/></symbol><symbol viewBox="0 0 51 24" id="information--lane-control-intersections--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fcfff0" d="M0 0h50.526v24H0V0m1.134 1.033a3.14 3.14 0 0 0-.419.955C.409 7.718.536 13.463.493 19.2c-.028 1.023-.023 2.056.192 3.064.235.381.601.702 1.046.798 7.026.225 14.074.197 21.102.096 8.226.088 16.454.083 24.682.063.965.088 1.849-.75 1.753-1.731.038-6.321.023-12.647.096-18.97.096-.813-.387-1.763-1.281-1.816C41.962.477 35.808.413 29.686.608 20.973.398 12.254.56 3.539.492c-.811.025-1.779-.086-2.405.541z"/><path fill="#384f90" d="M1.134 1.033C1.761.406 2.728.518 3.539.492 12.255.56 20.973.399 29.686.608l.222.008C27.74.836 25.545.603 23.393 1 16.516 1.02 9.637.985 2.758 1c-.573.01-1.112.232-1.637.44.003-.101.008-.303.013-.407z"/><path fill="#8b95de" d="M29.687.609C35.808.414 41.962.478 48.084.705 42.026.806 35.965.773 29.91.617l-.222-.008z"/><path fill="#333f71" d="M23.394 1c2.152-.397 4.348-.164 6.515-.384 6.056.157 12.116.189 18.174.088.894.053 1.377 1.003 1.281 1.816-.073 6.323-.058 12.649-.096 18.97.096.98-.788 1.819-1.753 1.731-8.228.02-16.456.025-24.682-.063-7.028-.291-14.069-.068-21.102-.096-.445-.096-.811-.417-1.046-.798-.003-6.758.159-13.518.03-20.276.086-.339.225-.657.419-.955-.005.104-.01.306-.013.407-.073 6.682-.147 13.369-.091 20.051-.056.94.927 1.364 1.731 1.251 14.915-.058 29.833.081 44.746.048 1.066.159 1.448-.952 1.379-1.811.018-6.237.157-12.475.081-18.71.02-.897-.932-1.291-1.698-1.235-7.958-.025-15.918-.008-23.876-.033z"/><path fill="#f7fefb" d="M1.122 1.44c.525-.207 1.064-.429 1.637-.44 6.879-.015 13.758.02 20.635 0 7.958.025 15.918.008 23.876.033.765-.056 1.718.339 1.698 1.235.076 6.235-.063 12.472-.081 18.71.068.859-.313 1.971-1.379 1.811-14.913.033-29.831-.106-44.746-.048-.803.114-1.786-.311-1.731-1.251-.056-6.682.018-13.369.091-20.051m1.01.529c.086.144.258.435.346.579a48.92 48.92 0 0 0-.531.672c.753.056 1.935.576 2.276-.424l-.753.02.675-1.028c-.685-.477-1.465-.515-2.013.182m3.039-.552c.018 1.228-.066 2.456.03 3.678-1.22-.157-2.456-.093-3.681-.063-.023 5.401-.073 10.8-.096 16.201-.101.675.412 1.218 1.094 1.059 14.908-.025 29.818.126 44.726.124.606.088 1.316-.225 1.208-.937.061-5.641.048-11.288.083-16.931.003-.998.093-2.021-.207-2.991-14.385-.101-28.772-.187-43.157-.139M3.034 4.196c-.596.882.965.222 0 0z"/><path fill="#f7fefb" d="M23.56 6.503c.381.301.677.68.859 1.132-.336-.124-.669-.25-1-.379-.159.702-.217 1.455.326 2.016.03-.397.058-.793.081-1.192.167.028.5.078.667.106-.141.606-.371 1.187-.74 1.695-1.137-.765-1.127-2.458-.192-3.378zM33.504 16.072c.222-.235.447-.47.672-.705l.321.697c.624.018 1.407-.22 1.816.409-.74.061-1.483.073-2.223.066-.114.313-.225.627-.331.945.296-.268.581-.546.861-.829.404.48.978.728 1.518 1.013-.417.035-.834.068-1.248.099.061.829.01 1.801-1.066 1.786.25-.558.477-1.132.568-1.743l-.695-.154.174.702c-.392.328-.753.745-1.281.841.088-.495.437-.869.717-1.263-.172-.149-.346-.298-.518-.45.258-.291.518-.581.776-.874l-.97-.111a66.653 66.653 0 0 1-.01-.447c.306.005.611.013.917.018zM39.289 17.199c.035-.596-.116-1.374.533-1.698.02.505.02 1.011.02 1.516.291-.232.581-.462.874-.692.563.707-.47.998-.879 1.374.013.455.028.909.048 1.362.318-.273.634-.551.955-.824.109.409.038.826-.063 1.23l-1.435-.058c-.008-.672.003-1.347-.051-2.016l-.003-.195z"/><path fill="#898ed8" d="M2.132 1.968c.548-.697 1.329-.659 2.013-.182L3.47 2.814l.753-.02c-.341 1-1.523.48-2.276.424.174-.225.351-.45.531-.672-.088-.144-.26-.435-.346-.579z"/><path fill="#1a2e7a" d="M5.171 1.417c14.385-.048 28.772.038 43.157.139-.778.129-1.559.248-2.347.275a4508.821 4508.821 0 0 0-40.456-.063c.023 1.132.043 2.264.058 3.395l-.381-.068c-.096-1.223-.013-2.451-.03-3.678z"/><path fill="#2344b4" d="M48.328 1.556c.301.97.21 1.993.207 2.991-.035 5.644-.023 11.29-.083 16.931.109.712-.601 1.026-1.208.937-14.908.003-29.818-.149-44.726-.124-.682.159-1.195-.384-1.094-1.059.023-5.401.073-10.8.096-16.201 1.225-.03 2.461-.093 3.681.063l.381.068a479.439 479.439 0 0 0-.058-3.395c13.483-.048 26.973-.01 40.456.063.788-.028 1.569-.147 2.347-.275M21.322 3.724c.765 2.468.22 5.055.639 7.561 2.097-.288 4.504.657 6.369-.515-.172-1.715.035-3.436-.061-5.154a37.015 37.015 0 0 1 .023-2.185c-1.018-.523-2.175-.442-3.282-.359-1.245.121-2.65-.243-3.688.652m2.549 12.571c-1.607.841-3.933-.616-5.151 1.119.318.293.637.586.957.877 1.347.043 2.741-.187 4.06.147.591.531.296 1.491.389 2.208.541-.003 1.084-.005 1.627-.005.126-.723-.24-1.748.477-2.223 1.597-.5 3.701.616 4.901-.942-.285-.293-.571-.589-.851-.884-1.475-.099-3.062.283-4.441-.397-.088-1.316.323-2.88-.854-3.835-1.344.96-.485 2.691-1.114 3.936m-18.293-.38c-.518 0-1.033.003-1.549.008.005.109.018.323.025.429.591.043 1.182.086 1.766.182-.495.078-.99.131-1.488.182-.005.965-.035 1.933.078 2.893.285-.341.485-.738.677-1.134.316.263.627.531.935.803l.331-.798c.172.356.341.712.513 1.069 1.081-.589.619-1.907.705-2.908-.447.01-.894.02-1.344.033l-.023-.227c.619-.066 1.357.099 1.816-.437a21.737 21.737 0 0 0-1.612-.109c-.088-.149-.268-.445-.356-.594-.159.202-.318.407-.475.609m4.667-.085c-.5.013-.998.033-1.496.068.139.157.296.293.465.409l.531.336-.253-.02c.02.498.045.995.081 1.493-.25.25-.5.503-.748.755.124.073.369.225.493.298.427-.435.765-.945.872-1.559.432.584.068 1.235-.096 1.839.301-.081.604-.159.907-.243.053-.637-.124-1.493.778-1.533-.111.189-.339.568-.45.758.344.24.685.488 1.018.745l.258-.596c-.225-.136-.452-.273-.677-.407a11.91 11.91 0 0 0 .207-1.604c.258-.126.51-.263.753-.414-.753-.268-1.528-.46-2.279-.73l-.364.404m5.528-.34c-.071.346-.147.695-.22 1.043a82.831 82.831 0 0 1-.323-.763c-.417-.008-.836-.018-1.253-.028-.035.412-.071.824-.104 1.235l.394.243c-.493.576-.536 1.362-.627 2.077.601.063 1.149-.248 1.69-.455l.27.634c.49-.21 1.008-.182 1.506-.013.025-.702.121-1.402.392-2.056l-.68-.293c.159-.354.318-.707.475-1.064a27.723 27.723 0 0 1-1.521-.561m17.733.582c-.306-.005-.611-.013-.917-.018l.01.447.97.111c-.258.293-.518.584-.776.874.172.152.346.301.518.45-.28.394-.629.768-.717 1.263.528-.096.889-.513 1.281-.841l-.174-.702.695.154c-.091.611-.318 1.185-.568 1.743 1.076.015 1.127-.957 1.066-1.786.414-.03.831-.063 1.248-.099-.541-.285-1.114-.533-1.518-1.013-.28.283-.566.561-.861.829.106-.318.217-.632.331-.945.74.008 1.483-.005 2.223-.066-.409-.629-1.192-.392-1.816-.409l-.321-.697c-.225.235-.45.47-.672.705m5.005-.553c-.053.412-.101.824-.147 1.238l-.985.008c.025.134.073.397.096.531.316.01.632.023.945.035-.018.202-.058.609-.078.811-.46.243-1.117.394-1.046 1.056.316-.099.632-.202.945-.306.212.288.437.568.677.836l-.003-.313c.288-.637.323-1.336.376-2.021.053.669.043 1.344.051 2.016l1.435.058c.101-.404.172-.821.063-1.23-.321.273-.637.551-.955.824-.02-.452-.035-.907-.048-1.362.409-.376 1.443-.667.879-1.374-.293.23-.584.46-.874.692 0-.505 0-1.011-.02-1.516-.649.323-.498 1.101-.533 1.698a7.092 7.092 0 0 0-.258-1.675l-.081.402a41.56 41.56 0 0 0-.44-.407m5.726.067c-.152.422-.303.844-.467 1.261l-.109-.983c-.455.003-.912.003-1.367.003.063.48.131.96.202 1.437-.379.685-.349 1.491-.404 2.248a90.476 90.476 0 0 0 1.804-.725l.149.864.685-.475c.258.154.518.306.778.457.008-.745.058-1.506.445-2.163a54.272 54.272 0 0 1-.738-.306c.174-.359.349-.72.528-1.079a34.111 34.111 0 0 1-1.506-.541m-9.234 2.2c.197.498.427.98.667 1.458l.632-.364c-.333-.475-.73-.909-1.299-1.094z"/><path fill="#959de0" d="M.493 19.2C.536 13.463.41 7.718.715 1.988.844 8.746.682 15.506.685 22.264.47 21.256.465 20.223.493 19.2z"/><path fill="#37437f" d="M21.322 3.724c1.038-.894 2.443-.531 3.688-.652 1.107-.083 2.264-.164 3.282.359-2.112.045-4.229-.071-6.341.083a59.79 59.79 0 0 0-.038 2.117c.02 1.733.116 3.469.298 5.194 2.036.26 4.083.056 6.119-.056-1.864 1.172-4.272.227-6.369.515-.419-2.506.126-5.093-.639-7.561z"/><path fill="#aa5857" d="M21.951 3.514c2.112-.154 4.229-.038 6.341-.083a37.033 37.033 0 0 0-.023 2.185 143.27 143.27 0 0 1-6.356.015 57.49 57.49 0 0 1 .038-2.117m.617.551l.008.937.849-.015c.013-.313.025-.629.035-.945l-.892.023m1.414-.023l-.03.995c.184-.013.553-.035.738-.048l.083-.94a69.531 69.531 0 0 0-.791-.008m1.286.014c-.003.298-.003.599 0 .899.2.015.599.048.798.066-.015-.328-.03-.654-.043-.983l-.755.018m1.337.04l-.008.869c.283.005.568.01.854.013l-.038-.892c-.27.003-.538.005-.808.01z"/><path fill="#46425a" d="M3.034 4.196c.965.222-.596.882 0 0z"/><path fill="#fff7d3" d="M22.568 4.065l.892-.023c-.01.316-.023.632-.035.945l-.849.015-.008-.937z"/><path fill="#f9d7c1" d="M23.982 4.042c.197 0 .594.005.791.008l-.083.94c-.184.013-.553.035-.738.048l.03-.995z"/><path fill="#f7dec2" d="M25.268 4.055l.755-.018c.013.328.028.654.043.983a73.51 73.51 0 0 0-.798-.066 44.9 44.9 0 0 1 0-.899z"/><path fill="#fffbd6" d="M26.605 4.095c.27-.005.538-.008.808-.01l.038.892c-.285-.003-.571-.008-.854-.013l.008-.869z"/><path fill="#1e453b" d="M21.913 5.631c2.12.04 4.239.038 6.356-.015.096 1.718-.111 3.438.061 5.154-2.036.111-4.083.316-6.119.056a55.657 55.657 0 0 1-.298-5.194m1.647.871c-.935.92-.945 2.612.192 3.378.369-.508.599-1.089.74-1.695-.167-.028-.5-.078-.667-.106-.023.399-.051.796-.081 1.192-.543-.561-.485-1.314-.326-2.016.331.129.664.255 1 .379a2.733 2.733 0 0 0-.859-1.132m1.75.348l.078.667a50.6 50.6 0 0 1 1.104-.26c-.551.725-1.195 1.422-1.326 2.365.533.01 1.066.015 1.602.018-.003-.167-.003-.5-.003-.667a50.642 50.642 0 0 1-1.031-.018c.452-.483 1.339-1.013.96-1.799-.134-.687-.922-.384-1.384-.306zM14.435 16.28c1.165-.25-.237 1.172 0 0zM42.829 16.408c1.003-.195-.25 1.016 0 0zM9.827 17.315c.591-.321 1.367-.467 1.91.035a9.308 9.308 0 0 1-1.91-.035zM15.522 16.964c.816-.045-.217.892-.586.568-.111-.323.341-.51.586-.568zM44.056 17.04c.523.268-.652.94-.786.45.096-.316.483-.46.786-.45zM4.878 17.146c1.177-.205-.321 1.157 0 0zM6.518 17.118l.472.043c-.008.503-.01 1.008.005 1.511a18.264 18.264 0 0 0-.937-.771l.773.068c-.106-.283-.21-.566-.313-.851zM16.211 18.2c1.296.298-.829 1.023 0 0zM44.524 18.389c1.18-.255-.25 1.162 0 0z"/><path fill="#f3ffff" d="M25.309 6.851c.462-.078 1.251-.381 1.384.306.379.786-.508 1.316-.96 1.799.344.01.687.015 1.031.018 0 .167 0 .5.003.667-.536-.003-1.069-.008-1.602-.018.131-.942.776-1.64 1.326-2.365a50.6 50.6 0 0 0-1.104.26l-.078-.667zM10.244 15.832l.364-.404c.75.27 1.526.462 2.279.73-1.225.038-2.448.104-3.673.152a2.574 2.574 0 0 1-.465-.409c.498-.035.995-.056 1.496-.068zM38.511 15.519c.111.101.328.303.44.407-.068 1.162-.051 2.327-.035 3.489l.003.313c-.24-.268-.465-.548-.677-.836-.313.104-.629.207-.945.306-.071-.662.586-.813 1.046-1.056.02-.202.061-.609.078-.811a95.878 95.878 0 0 0-.945-.035 49.317 49.317 0 0 0-.096-.531l.985-.008c.045-.414.093-.826.147-1.238z"/><path fill="#fdfdf6" d="M23.871 16.295c.629-1.245-.23-2.976 1.114-3.936 1.177.955.765 2.519.854 3.835 1.379.68 2.966.298 4.441.397.28.296.566.591.851.884-1.2 1.559-3.304.442-4.901.942-.717.475-.351 1.501-.477 2.223-.543 0-1.086.003-1.627.005-.093-.717.202-1.677-.389-2.208-1.319-.333-2.713-.104-4.06-.147-.321-.291-.639-.584-.957-.877 1.218-1.736 3.544-.278 5.151-1.119z"/><path fill="#efeefe" d="M5.578 15.916c.157-.202.316-.407.475-.609.088.149.268.445.356.594.538.018 1.076.051 1.612.109-.46.536-1.197.371-1.816.437l.023.227c.45-.013.897-.023 1.344-.033-.086 1 .376 2.319-.705 2.908-.172-.356-.341-.712-.513-1.069l-.331.798a37.352 37.352 0 0 0-.935-.803c-.192.397-.392.793-.677 1.134-.114-.96-.083-1.928-.078-2.893.498-.051.993-.104 1.488-.182-.584-.096-1.175-.139-1.766-.182-.008-.106-.02-.321-.025-.429.515-.005 1.031-.008 1.549-.008m-.701 1.231c-.321 1.157 1.177-.205 0 0m1.64-.028c.104.285.207.568.313.851-.192-.018-.579-.051-.773-.068.321.248.634.503.937.771a33.094 33.094 0 0 1-.005-1.511l-.472-.043m-1.569.837c.225.97.884-.563 0 0z"/><path fill="#e4e2e8" d="M15.772 15.491c.503.202 1.008.389 1.521.561-.157.356-.316.71-.475 1.064l.68.293c-.27.654-.366 1.354-.392 2.056-.498-.169-1.016-.197-1.506.013l-.27-.634c-.541.207-1.089.518-1.69.455.091-.715.134-1.501.627-2.077l-.394-.243c.033-.412.068-.824.104-1.235.417.01.836.02 1.253.028.106.255.215.508.323.763.073-.349.149-.697.22-1.043m-1.338.788c-.237 1.172 1.165-.25 0 0m1.087.684c-.245.058-.697.245-.586.568.369.323 1.402-.614.586-.568m-.286 1.021c-.894.553.872.546 0 0m.975.215c-.829 1.023 1.296.298 0 0z"/><path fill="#161c48" d="M38.951 15.926l.081-.402c.144.548.248 1.107.258 1.675l.003.195c-.053.685-.088 1.384-.376 2.021-.015-1.162-.033-2.327.035-3.489z"/><path fill="#eaf5f3" d="M44.236 15.587c.498.192.998.371 1.506.541-.179.359-.354.72-.528 1.079.245.104.49.205.738.306-.387.657-.437 1.417-.445 2.163-.26-.152-.52-.303-.778-.457l-.685.475-.149-.864c-.599.248-1.2.49-1.804.725.056-.758.025-1.564.404-2.248a84.168 84.168 0 0 1-.202-1.437c.455 0 .912 0 1.367-.003l.109.983c.164-.417.316-.839.467-1.261m-1.407.819c-.25 1.016 1.003-.195 0 0m1.227.632c-.303-.01-.69.134-.786.45.134.49 1.309-.182.786-.45m-.538 1.167c.068.846.743-.422 0 0m1.006.182c-.25 1.162 1.18-.255 0 0z"/><path fill="#9897c0" d="M9.213 16.31c1.225-.048 2.448-.114 3.673-.152a8.207 8.207 0 0 1-.753.414 9.704 9.704 0 0 1-2.39.073l-.531-.336z"/><path fill="#f7ffff" d="M9.491 16.626l.253.02a9.704 9.704 0 0 0 2.39-.073 11.889 11.889 0 0 1-.207 1.604c.225.134.452.27.677.407l-.258.596a25.966 25.966 0 0 0-1.018-.745c.111-.189.339-.568.45-.758-.902.04-.725.897-.778 1.533-.303.083-.606.162-.907.243.164-.604.528-1.256.096-1.839-.106.614-.445 1.124-.872 1.559-.124-.073-.369-.225-.493-.298.248-.253.498-.505.748-.755a49.756 49.756 0 0 1-.081-1.493m.336.688a9.238 9.238 0 0 0 1.91.035c-.543-.503-1.319-.356-1.91-.035z"/><path fill="#585e6b" d="M4.949 17.955c.884-.563.225.97 0 0z"/><path fill="#4f5962" d="M15.236 17.985c.872.546-.894.553 0 0z"/><path fill="#d8eaf7" d="M35.002 17.785c.568.184.965.619 1.299 1.094l-.632.364c-.24-.477-.47-.96-.667-1.458z"/><path fill="#393559" d="M43.518 18.207c.743-.422.068.846 0 0z"/><path fill="#8086c3" d="M1.731 23.063c7.033.028 14.074-.195 21.102.096-7.028.101-14.077.129-21.102-.096z"/></symbol><symbol viewBox="0 0 16 24" id="information--lane-control-left-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0d0d0d" opacity=".18" d="M0 0h.248l.043.017a.464.464 0 0 1-.262.215L0 .184V0z"/><path fill="#929292" opacity=".91" d="M.248 0h15.506l.089.066C11.019.101 6.194.065 1.369.084 1.009.086.643.106.291.017L.248 0z"/><path fill="#151515" opacity=".27" d="M15.754 0h.354v.336l-.066-.081a1.77 1.77 0 0 0-.198-.189L15.755 0z"/><path fill="#fff" d="M.029.232A.464.464 0 0 0 .291.017c.353.089.718.069 1.078.067 4.825-.019 9.65.017 14.474-.018.071.058.137.121.198.189-.036 7.512.001 15.024-.019 22.537-.002.325-.012.655.052.976a.279.279 0 0 0-.196.197c-.456-.083-.921-.04-1.381-.046H1.61c-.46.006-.925-.037-1.38.046a.265.265 0 0 0-.195-.193c.082-.457.039-.922.045-1.383L.079 1.61C.072 1.151.123.685.028.231m.388.094C.21.68.374 1.195.325 1.61.323 8.86.327 16.11.323 23.36c-.016.155.029.37.235.325 4.942.009 9.884-.001 14.826.005a1.63 1.63 0 0 0 .368-.042c.069-.415.019-.839.031-1.259-.001-7.277.002-14.554-.003-21.831.053-.297-.284-.261-.479-.261C10.34.321 5.373.265.415.325z"/><path fill="#fff" d="M12.362 5.948c.358-.743.832-1.43 1.239-2.148.424.722.925 1.405 1.294 2.156-.079.412-.568.089-.817.048-.002 5.585.004 11.17.003 16.756l-.884-.001c.075-.874-.045-1.831-.705-2.472-.798-.714-1.762-1.208-2.7-1.711-.09.229-.05.78-.432.666-.475-.682-.819-1.453-1.247-2.168.888.031 1.787-.072 2.668.06-.159.244-.374.442-.581.643 1.008.617 2.086 1.13 2.997 1.893-.002-1.645.001-3.291-.002-4.936-.008-.9-.35-1.811-1.029-2.419-.708-.641-1.553-1.108-2.389-1.558-.064.222-.073.474-.213.668-.181.094-.319-.081-.39-.225-.356-.648-.715-1.295-1.074-1.942.89.032 1.792-.081 2.672.068-.163.24-.377.436-.584.636 1.074.631 2.219 1.22 3.01 2.216-.005-2.067.001-4.132-.002-6.199-.255.052-.779.408-.834-.031zM1.724 5.486l.191-.023c.172.482.351.961.523 1.442l-.227-.001-.113-.328c-.183.001-.366.002-.548.006l-.114.325-.225-.001c.169-.474.347-.945.513-1.42m.101.287l-.205.617.413-.002a63.431 63.431 0 0 0-.208-.615zM5.075 5.461l.205.011-.003.416c.435-.142.723.231.61.64.033.47-.507.39-.814.375 0-.481-.002-.962.002-1.442m.226.635c-.01.201-.009.401.002.602l.355.001c.015-.201.015-.403.003-.603a14.4 14.4 0 0 0-.36.001zM7.104 5.466h.205l.002.388c.193.035.466-.007.573.202.071.278.031.569.036.852l-.203-.005c-.011-.275.117-1.009-.365-.766-.068.25-.041.512-.047.768l-.201.001c-.002-.481-.002-.961-.001-1.441zM2.519 5.886l.203-.006c.037.275-.143.929.33.814.139-.244.064-.54.082-.808l.204-.005V6.91c-.251-.02-.581.088-.765-.143-.101-.279-.039-.59-.054-.881zM4.287 5.902c.407-.172.687.296.577.65-.01.397-.611.502-.78.158-.101-.263-.106-.681.202-.808m0 .23c-.066.184-.121.542.143.58.409.032.275-.886-.143-.58zM6.007 6.197c.107-.33.548-.445.792-.196.101.291.043.609.055.911-.275-.005-.783.102-.801-.308 0-.328.385-.297.614-.319l-.051-.23c-.205.038-.404.101-.609.141m.193.319c.049.205.25.211.42.225l.043-.275c-.155.013-.308.03-.462.05zM8.164 5.876c.256.021.602-.085.775.165.083.276.035.573.046.858l-.2.015c-.053-.266.141-.812-.248-.838-.292.139-.119.568-.172.834l-.201-.007V5.876zM1.215 7.349l.201.01c.001.232.002.465.006.697.159-.229.312-.462.462-.697l.243-.006c-.129.207-.26.412-.391.618l.428.829-.225-.002c-.118-.217-.233-.438-.375-.641-.122.229-.082.56-.333.701-.037-.502-.015-1.006-.016-1.509zM7.527 7.369l.2-.01.005.416c.201.004.481-.031.581.192.066.268.027.548.037.821l-.205.019c-.044-.261.147-.898-.303-.811-.201.205-.075.55-.115.813l-.201-.023c.002-.472.002-.944.001-1.417zM4.156 7.364l.219.001v1.438h-.219V7.365zM2.231 8.08c.115-.333.585-.445.809-.165.073.289.033.591.04.886-.27-.011-.746.107-.801-.275-.031-.349.387-.335.626-.358a11.742 11.742 0 0 0-.085-.225c-.197.042-.392.093-.59.138m.251.295l.007.228.342.022.074-.263c-.141.003-.283.008-.424.013zM3.386 7.773c.249-.002.499-.002.745.047-.147.129-.338.163-.524.198-.015.255-.019.511-.019.768l-.202.022c-.002-.345-.002-.689-.001-1.034zM4.594 7.983c.137-.345.594-.221.838-.078-.208.176-.533-.035-.689.216.241.079.708.036.659.416-.093.395-.602.296-.874.161l.062-.176c.225.072.503.18.67-.06-.252-.088-.771-.072-.666-.478zM5.603 7.774c.233.001.466.001.698.022l-.1.195-.352-.024c-.045.275-.043.555-.047.833h-.2V7.775zM7.017 7.769l.201.006c0 .341-.001.681.002 1.02-.252-.012-.571.094-.762-.126-.111-.281-.042-.598-.059-.895l.203.001c.055.257-.151.796.234.831.312-.122.126-.573.182-.837z"/><path fill="#fff" d="M8.735 8.734c-.324-.263-.216-1.006.274-.976.316.002.403.339.431.592-.242.008-.484.011-.726.022.105.246.34.274.564.18l.123.152c-.211.066-.461.178-.665.031m-.018-.558c.175.006.35.006.525.001-.109-.27-.413-.267-.525-.001zM1.232 9.67c.019-.225.304-.149.457-.169 1.024.031 2.055-.055 3.075.048-.018.618.064 1.246-.041 1.857-1.148.084-2.309.014-3.462.034-.068-.586-.044-1.181-.029-1.769m.086-.065a45.719 45.719 0 0 0-.001 1.737c1.114.024 2.23.016 3.345.004.019-.581.019-1.163-.001-1.744a116.417 116.417 0 0 0-3.343.002z"/><path fill="#fff" d="M1.584 9.843h.772l.006.174-.594.001-.001.345.509.002-.009.163h-.5v.355l.591.001.002.174h-.777c-.001-.405-.001-.81.001-1.215zM2.832 9.842c.246-.002.491-.001.736.006-.18.424-.209 1.008-.635 1.261.103-.376.267-.73.4-1.095l-.238-.003c-.076.079-.152.157-.23.234-.013-.135-.023-.269-.034-.403zM3.889 9.847c.541-.103.469.597.43.936-.018.372-.651.373-.668.001.005-.304-.141-.808.238-.937m-.022 1.033c.482.06.252-.62.242-.91-.446.043-.306.608-.242.91zM2.309 13.327l.18-.03c.183.498.379.991.534 1.5-.206-.019-.289-.195-.357-.362a18.595 18.595 0 0 0-.528-.009l-.118.329-.227-.001c.173-.476.35-.95.517-1.427m.098.317c-.071.195-.139.391-.208.586l.417.004c-.068-.197-.136-.395-.209-.59zM5.656 13.314l.204-.002.001.43c.587-.217.78.535.511.925-.198.163-.482.064-.717.086 0-.48-.001-.96.001-1.44m.229.648c-.004.204.001.408.021.611.416.069.386-.375.317-.651-.113.012-.225.026-.337.039zM7.686 13.319l.202-.011.005.414c.202.002.49-.027.581.205.06.268.025.548.032.821l-.203.012c-.043-.263.148-.904-.308-.814-.191.215-.069.55-.106.815l-.204-.015c.002-.476.002-.951.001-1.426zM4.175 14.754c.06-.474-.201-1.026.181-1.414l.028.327.165.13-.173.164c.003.265.003.53.002.795l-.204-.001zM3.719 13.724l.201.005.001 1.023c-.261-.007-.636.104-.789-.184-.056-.275-.025-.56-.03-.839l.204.001c.055.259-.135.708.175.83.387-.031.184-.572.238-.835zM4.943 13.724c.619-.139.725.991.135 1.041-.574.068-.65-.928-.135-1.041m-.017.211c-.146.154-.172.492.023.612.43.137.408-.774-.023-.612zM6.597 14.035c.101-.338.585-.44.799-.162.078.287.034.59.042.883-.195.001-.391.024-.584-.01-.248-.051-.3-.443-.068-.549.167-.044.341-.054.511-.079-.122-.324-.458-.123-.699-.082m.212.386c.029.197.254.13.395.157l.039-.281c-.141.04-.332 0-.433.124zM8.747 13.731c.258.014.621-.096.782.176.069.276.029.565.037.847l-.204.001c-.035-.263.142-.923-.321-.803-.165.226-.062.54-.091.802l-.204.001v-1.024zM1.81 16.641c.007-.505-.019-1.011.022-1.514.35.218.4.665.587 1.002.185-.337.23-.784.579-1.002.039.503.015 1.009.022 1.514l-.197.011c-.009-.303-.009-.605-.014-.907-.13.258-.183.59-.456.743-.116-.246-.22-.495-.331-.743-.005.302-.005.604-.013.906a13.25 13.25 0 0 1-.199-.01zM3.409 15.225l.238-.032-.034.24-.188-.017-.016-.191zM3.85 15.197l.237.018-.015.204-.192.015-.03-.236zM6.569 15.201h.207l-.01.398c.201.031.5-.013.589.222.052.271.021.548.026.823l-.2.006c-.031-.282.139-.984-.357-.809-.085.258-.044.536-.053.804h-.202v-1.443zM3.345 15.619l.205.001c.05.264-.148.783.23.836.308-.127.132-.573.18-.838l.204.004.001 1.021c-.256-.015-.599.101-.775-.151-.083-.282-.036-.582-.045-.872zM4.479 15.615c.254.023.6-.085.772.163.088.279.036.58.046.868h-.202c-.052-.26.146-.812-.244-.825-.299.135-.117.571-.172.834a14.076 14.076 0 0 1-.203-.026c.003-.338.002-.676.002-1.014zM5.96 16.672c-.584-.019-.532-1.148.076-1.049.229.025.263.276.308.455a2.494 2.494 0 0 1-.445-.289c-.155.194-.137.437-.065.662.168-.019.338-.035.508-.032-.112.101-.213.259-.383.254zM7.91 16.648c-.455-.191-.332-1.114.225-1.022.297.025.349.354.387.59-.245.006-.49.013-.735.031.128.253.374.249.606.165l.054.184c-.175.035-.359.113-.537.052m-.116-.607a9.1 9.1 0 0 0 .548.002c-.132-.261-.42-.288-.548-.002zM8.754 15.615c.25.023.583-.079.76.155.094.279.036.585.049.876h-.2c-.047-.269.153-.906-.302-.829-.202.235-.064.602-.119.891-.373-.21-.12-.741-.188-1.093z"/><path fill="#7a7a7a" opacity=".88" d="M0 .184l.029.048c.094.453.043.92.051 1.379L.081 22.39c-.006.461.037.926-.045 1.383l-.035.047V.186z"/><path fill="#2b2c7c" d="M.416.325C5.374.265 10.341.321 15.302.297c.196 0 .532-.036.479.261.005 7.277.002 14.555.003 21.831-.013.42.038.844-.031 1.259-.12.031-.245.038-.368.042-4.942-.006-9.884.004-14.826-.005-.206.046-.251-.17-.235-.325.004-7.25-.001-14.5.002-21.75C.375 1.194.211.68.417.325m2.655 1.126c.001.675-.075 1.368.043 2.034 2.791.057 5.588.019 8.381.019.075-.735.046-1.477.019-2.213-2.684-.055-5.37-.005-8.055-.026-.142.014-.41-.031-.39.187m8.94-.155c-.133.649-.033 1.334-.054 1.995-.027.256.275.221.444.223.869-.025 1.741.035 2.608-.029.111-.71.068-1.455.023-2.172-.999-.089-2.018-.057-3.02-.017m.351 4.651c.055.439.578.082.834.031.003 2.067-.002 4.132.002 6.199-.791-.995-1.935-1.585-3.01-2.216.207-.201.421-.396.584-.636-.88-.149-1.782-.035-2.672-.068.359.647.718 1.293 1.074 1.942.071.144.209.32.39.225.14-.193.149-.445.213-.668.836.45 1.681.917 2.389 1.558.679.607 1.021 1.519 1.029 2.419.002 1.645-.001 3.291.002 4.936-.911-.763-1.989-1.276-2.997-1.893.207-.201.422-.399.581-.643-.881-.132-1.78-.03-2.668-.06.428.715.772 1.486 1.247 2.168.382.114.341-.437.432-.666.938.503 1.902.996 2.7 1.711.66.641.78 1.599.705 2.472l.884.001c.001-5.585-.005-11.17-.003-16.756.25.041.739.363.817-.048-.37-.751-.87-1.434-1.294-2.156-.407.718-.881 1.405-1.239 2.148M1.724 5.486c-.166.475-.344.945-.513 1.42l.225.001.114-.325.548-.006.113.328.227.001c-.172-.481-.351-.96-.524-1.442l-.191.023m3.352-.025c-.004.481-.002.962-.002 1.442.307.015.847.095.814-.375.113-.409-.176-.782-.61-.64l.003-.416a14.07 14.07 0 0 1-.205-.011m2.029.005c-.001.48-.002.96.001 1.441l.201-.001c.006-.256-.021-.519.047-.768.482-.243.354.49.365.766l.203.005c-.005-.284.035-.574-.036-.852-.107-.209-.38-.167-.573-.202l-.002-.388h-.205m-3.646.506l.133.112c-.004.275-.003.552-.001.827l.205-.008c0-.267-.002-.533.002-.799.279-.126-.051-.392-.056-.59-.093.154-.187.307-.284.458m-.939-.087c.015.292-.048.602.054.881.184.231.514.123.765.143V5.881l-.204.005c-.019.267.056.564-.082.808-.473.114-.293-.54-.33-.814l-.203.006m1.768.016c-.308.126-.304.544-.202.808.168.344.769.239.78-.158.11-.354-.171-.822-.577-.65m1.719.295c.205-.04.403-.103.609-.141l.051.23c-.229.022-.614-.009-.614.319.019.41.526.303.801.308-.012-.302.047-.62-.055-.911-.244-.25-.685-.135-.792.196m2.157-.322v1.027l.201.007c.053-.266-.12-.695.172-.834.389.026.195.572.248.838l.2-.015c-.011-.285.037-.581-.046-.858-.173-.25-.519-.144-.775-.165M1.215 7.349c.001.503-.021 1.008.016 1.509.251-.141.212-.472.333-.701.143.203.257.424.375.641l.225.002-.428-.829c.13-.205.262-.411.391-.618a20.2 20.2 0 0 1-.243.006c-.151.234-.303.468-.462.697a54.14 54.14 0 0 1-.006-.697l-.201-.01m6.312.02c.002.473.002.945-.001 1.417l.201.023c.04-.263-.085-.607.115-.813.45-.087.259.55.303.811l.205-.019c-.01-.273.029-.553-.037-.821-.1-.222-.38-.188-.581-.192l-.005-.416-.2.01m-3.371-.005v1.438h.219V7.364l-.219-.001m-1.925.717c.197-.044.392-.096.59-.138l.085.225c-.239.023-.657.009-.626.358.055.383.531.264.801.275-.007-.295.033-.597-.04-.886-.224-.28-.694-.168-.809.165m1.154-.306c-.002.345-.002.689.001 1.034l.202-.022c0-.256.003-.512.019-.768.185-.035.376-.069.524-.198a3.718 3.718 0 0 0-.745-.047m1.207.211c-.105.407.414.391.666.478-.168.24-.445.132-.67.06l-.062.176c.272.135.781.234.874-.161.049-.38-.418-.337-.659-.416.156-.25.482-.039.689-.216-.245-.143-.701-.267-.838.078m1.009-.208v1.025h.2c.004-.278.002-.557.047-.833l.352.024.1-.195c-.232-.021-.465-.021-.698-.022m1.413-.004c-.056.264.13.714-.182.837-.385-.035-.179-.574-.234-.831l-.203-.001c.017.296-.052.614.059.895.191.221.51.114.762.126-.002-.34-.002-.68-.002-1.02l-.201-.006m1.719.965c.205.147.454.035.665-.031l-.123-.152c-.224.094-.458.067-.564-.18.242-.01.485-.014.726-.022-.028-.253-.114-.59-.431-.592-.49-.03-.598.713-.274.976m-7.502.937c-.015.589-.039 1.183.029 1.769 1.153-.02 2.314.05 3.462-.034.105-.611.023-1.239.041-1.857-1.02-.102-2.05-.016-3.075-.048-.153.02-.438-.056-.457.169m1.077 3.658c-.168.477-.344.951-.517 1.427l.227.001.118-.329c.176.001.352.002.528.009.068.168.151.343.357.362-.155-.508-.351-1.002-.534-1.5l-.18.03m3.348-.013c-.002.48-.001.96-.001 1.44.234-.022.519.077.717-.086.269-.391.076-1.142-.511-.925l-.001-.43-.204.002m2.03.004c.001.475.001.95-.001 1.426l.204.015c.037-.265-.085-.6.106-.815.456-.09.265.552.308.814l.203-.012c-.007-.273.028-.552-.032-.821-.09-.232-.379-.203-.581-.205l-.005-.414-.202.011m-3.511 1.436l.204.001c.001-.265.001-.53-.002-.795l.173-.163a18.725 18.725 0 0 1-.165-.13l-.028-.327c-.382.388-.121.941-.181 1.414m-.457-1.03c-.055.263.149.804-.238.835-.309-.122-.12-.571-.175-.83l-.204-.001c.005.279-.026.564.03.839.153.288.528.176.789.184l-.001-1.023-.201-.005m1.224.001c-.515.114-.439 1.109.135 1.041.59-.051.483-1.181-.135-1.041m1.654.311c.241-.041.577-.242.699.082-.17.025-.344.035-.511.079-.231.106-.18.499.068.549.192.035.389.011.584.01-.008-.293.036-.596-.042-.883-.214-.278-.697-.176-.799.162m2.151-.303v1.024l.204-.001c.029-.263-.074-.576.091-.802.462-.12.286.54.321.803l.204-.001c-.008-.282.032-.571-.037-.847-.161-.271-.524-.162-.782-.176m-6.938 2.91l.199.01c.008-.302.008-.604.013-.906.111.247.215.497.331.743.273-.153.326-.485.456-.743.005.302.005.604.014.907l.197-.011c-.006-.505.018-1.011-.022-1.514-.349.218-.394.665-.579 1.002-.187-.337-.237-.784-.587-1.002-.04.503-.015 1.009-.022 1.514m1.599-1.416l.016.191.188.017.034-.24-.238.032m.441-.028l.03.236a6.2 6.2 0 0 0 .192-.015l.015-.204-.237-.018m2.719.005v1.443h.202c.009-.267-.032-.546.053-.804.496-.175.326.528.357.809l.2-.006c-.005-.275.026-.552-.026-.823-.089-.235-.388-.192-.589-.222l.01-.398h-.207m-3.224.419c.009.29-.038.59.045.872.176.252.519.137.775.151l-.001-1.021-.204-.004c-.048.266.128.711-.18.838-.379-.053-.18-.572-.23-.836l-.205-.001m1.134-.003c0 .338.001.676-.002 1.014l.203.026c.055-.263-.127-.7.172-.834.39.014.192.565.244.825h.202c-.01-.288.042-.59-.046-.868-.172-.247-.519-.139-.772-.163m1.48 1.057c.17.005.271-.153.383-.254a4.1 4.1 0 0 0-.508.032c-.072-.225-.089-.468.065-.662.139.109.284.212.445.289-.044-.179-.079-.43-.308-.455-.609-.098-.66 1.03-.076 1.049m1.949-.023c.178.061.362-.016.537-.052l-.054-.184c-.232.084-.478.088-.606-.165.245-.018.49-.024.735-.031-.038-.236-.089-.565-.387-.59-.557-.092-.681.831-.225 1.022m.844-1.033c.068.352-.184.883.188 1.093.056-.288-.083-.656.119-.891.455-.077.255.56.302.829h.2c-.013-.291.045-.597-.049-.876-.177-.234-.511-.131-.76-.155z"/><path fill="#2b2c7c" d="M1.825 5.773l.208.615-.413.002.205-.617zM4.286 6.132c.418-.306.552.612.143.58-.264-.038-.209-.396-.143-.58zM5.301 6.096c.12-.002.24-.002.36-.001.012.201.012.403-.003.603l-.355-.001a6.362 6.362 0 0 1-.002-.602zM6.2 6.515c.154-.02.308-.037.462-.05l-.043.275c-.17-.015-.37-.02-.42-.225zM8.718 8.177c.112-.266.416-.269.525.001a7.07 7.07 0 0 1-.525-.001zM2.408 13.644c.073.196.142.393.209.59L2.2 14.23c.068-.196.137-.391.208-.586zM4.926 13.935c.43-.162.453.749.023.612-.195-.12-.168-.458-.023-.612zM5.885 13.961c.112-.014.225-.027.337-.039.069.275.1.72-.316.651a5.206 5.206 0 0 1-.021-.611zM6.81 14.422c.101-.124.292-.084.433-.124l-.039.281c-.141-.027-.366.04-.395-.157zM7.794 16.041c.127-.287.416-.259.548.002a7.7 7.7 0 0 1-.548-.002z"/><path fill="#939393" opacity=".91" d="M16.041.255l.066.081v23.478l-.033-.046c-.064-.321-.054-.651-.052-.976.019-7.512-.018-15.025.019-22.537z"/><path fill="#fcbd1f" d="M3.072 1.451c-.02-.218.248-.173.39-.187 2.684.021 5.37-.029 8.055.026.027.736.056 1.479-.019 2.213-2.793.001-5.591.039-8.381-.019-.118-.665-.043-1.359-.043-2.034m.743.191c-.275.159-.235.657.097.717.19.081.598.056.45.368-.25.215-.589-.095-.859.089.32.29 1.123.354 1.107-.238-.011-.444-.597-.28-.765-.567.024-.327.42-.188.621-.145.038-.057.077-.115.114-.173-.244-.068-.524-.201-.764-.052m.884.376c.129.313.095.656.094.986L5.002 3c.001-.27 0-.54-.001-.81l.185-.162-.176-.104-.047-.341c-.089.143-.176.288-.263.432m1.702.023c.128.304.089.641.09.962h.206c0-.27 0-.54-.003-.809L6.85 2.1a4.336 4.336 0 0 1-.221-.486l-.226.424m4.167-.017c.118.309.101.642.093.966l.205.022c.002-.282.002-.564.002-.846l.191-.074-.181-.152c-.011-.12-.023-.24-.036-.359-.095.145-.185.294-.275.443m-3.592.011c.128.307.085.645.088.969h.206c0-.265 0-.531-.004-.796l.18-.135-.168-.158-.026-.32c-.099.142-.188.29-.275.439m.628.093c-.077.218-.062.464-.019.688.102.251.433.18.647.233-.159.231-.432.195-.675.178.18.296.708.263.793-.089.055-.382.017-.77.025-1.154-.253.021-.594-.098-.772.145m1.038.157c.244-.041.558-.239.715.064-.245.061-.707.011-.67.39.063.38.529.253.801.267-.017-.302.053-.626-.06-.913-.24-.237-.681-.137-.785.192m-3.312-.306c.01.288-.037.585.042.865.168.259.523.151.777.159V1.977h-.204c-.031.264.077.585-.096.81-.46.11-.279-.542-.313-.805l-.206-.006m4.444.021c0 .33.001.66-.002.991l.2.02c.011-.337-.127-.945.418-.834l.058-.167c-.225-.01-.449-.01-.674-.01zM12.01 1.297c1.002-.04 2.021-.072 3.02.017.046.718.089 1.462-.023 2.172-.867.064-1.739.004-2.608.029-.168-.002-.47.033-.444-.223.021-.661-.079-1.346.054-1.995m.605.687l.217.006.184-.247c.094.075.225.133.242.267-.189.348-.52.603-.659.983.284.01.568.009.852.009v-.203c-.177-.001-.354-.002-.532-.005.197-.31.695-.626.459-1.036-.233-.329-.691-.12-.764.227m1.02-.385l.002.402.176.01.058-.22.335.011c-.158.414-.339.819-.471 1.243.507-.242.528-.963.726-1.443a56.858 56.858 0 0 0-.826-.002z"/><path fill="#fcbd1f" d="M7.827 2.195c.475-.263.488.829.006.599a.668.668 0 0 1-.006-.599z"/><path d="M3.817 1.641c.24-.149.52-.017.764.052l-.114.173c-.201-.043-.597-.182-.621.145.168.287.754.123.765.567.016.592-.787.528-1.107.238.271-.184.61.126.859-.089.148-.312-.26-.288-.45-.368-.332-.06-.372-.558-.097-.717zM4.702 2.016c.087-.144.173-.289.263-.432l.047.341.176.104-.185.162c.001.27.002.54.001.81l-.206.002c.001-.33.035-.672-.094-.986zM6.402 2.038l.226-.424c.064.166.138.329.221.486l-.155.091c.003.27.003.54.003.809h-.206c-.002-.321.038-.658-.09-.962zM10.57 2.021c.089-.149.18-.298.275-.443.013.119.025.239.036.359l.181.152-.191.074c0 .282 0 .564-.002.846a18.145 18.145 0 0 0-.205-.022c.007-.325.024-.657-.093-.966zM12.614 1.984c.073-.347.532-.556.764-.227.236.411-.263.726-.459 1.037l.532.005v.203c-.284 0-.568.001-.852-.009.139-.379.47-.635.659-.983-.018-.135-.148-.192-.242-.267l-.184.247a15.715 15.715 0 0 0-.217-.006zM13.633 1.6c.275-.001.551-.001.826.002-.199.48-.219 1.202-.726 1.443.132-.424.313-.829.471-1.243l-.335-.011-.058.22a10.376 10.376 0 0 1-.176-.01l-.002-.402zM6.977 2.032c.087-.149.176-.297.275-.439l.026.32.168.158-.18.135c.004.265.004.531.004.796h-.206c-.003-.324.04-.662-.088-.969zM7.606 2.124c.177-.243.519-.124.772-.145-.008.384.03.772-.025 1.154-.085.353-.613.386-.793.089.243.017.516.053.675-.178-.213-.052-.544.019-.647-.233-.043-.224-.059-.47.019-.688m.22.072a.665.665 0 0 0 .006.599c.482.23.47-.862-.006-.599zM8.643 2.282c.105-.329.545-.429.785-.192.114.288.043.611.06.913-.271-.014-.738.114-.801-.267-.037-.379.425-.329.67-.39-.157-.304-.471-.105-.715-.064m.194.453c.131.06.274.085.415.11l.049-.302c-.168.031-.391-.006-.464.192zM5.332 1.976l.206.006c.035.263-.147.916.313.805.173-.225.064-.546.096-.81h.204V3c-.255-.008-.61.101-.777-.159-.079-.28-.032-.577-.042-.865zM9.776 1.997c.225-.001.449-.001.674.01l-.058.167c-.545-.111-.407.497-.418.834l-.2-.02c.002-.33.002-.66.002-.991z"/><path fill="#efb31d" d="M8.836 2.735c.072-.198.296-.161.464-.192l-.049.302a1.74 1.74 0 0 1-.415-.11z"/><path fill="#f8f8fb" d="M3.459 5.973c.097-.151.191-.304.284-.458.006.198.336.465.056.59-.004.266-.002.532-.002.799l-.205.008c-.002-.275-.003-.552.001-.827l-.133-.112z"/><path fill="#3c3d87" d="M2.481 8.376c.141-.005.283-.01.424-.013l-.074.263-.342-.022-.007-.228z"/><path fill="#276235" d="M1.318 9.606a112.89 112.89 0 0 1 3.343-.002c.02.581.019 1.162.001 1.744-1.115.012-2.231.02-3.345-.004-.01-.579-.011-1.158.001-1.737m.266.236c-.002.405-.002.81-.001 1.215h.777a9.98 9.98 0 0 1-.002-.174l-.591-.001v-.355h.5l.009-.163-.509-.002.001-.345.594-.001a9.773 9.773 0 0 1-.006-.174h-.772m1.248-.001c.01.135.021.269.034.403.077-.077.154-.155.23-.234l.238.003c-.133.365-.297.719-.4 1.095.427-.254.455-.837.635-1.261-.245-.007-.49-.008-.736-.006m1.056.005c-.379.129-.233.633-.238.937.017.372.65.371.668-.001.039-.339.111-1.039-.43-.936z"/><path fill="#276235" d="M3.867 10.88c-.064-.302-.205-.867.242-.91.01.29.241.97-.242.91z"/><path fill="#070707" opacity=".13" d="M0 23.819l.035-.047a.267.267 0 0 1 .195.193L.184 24H0v-.181z"/><path fill="#090909" opacity=".15" d="M16.074 23.768l.033.046V24h-.182l-.047-.035a.277.277 0 0 1 .196-.197z"/><path fill="#797979" opacity=".87" d="M.23 23.965c.456-.083.921-.039 1.38-.046h12.887c.46.006.925-.037 1.381.046l.047.035H.184l.046-.035z"/></symbol><symbol viewBox="0 0 24 24" id="information--lane-control-multiple-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e0e0e" opacity=".25" d="M.946.496C1.448.296 1.995.383 2.52.375h18.96c.526.01 1.072-.08 1.573.119C15.684.484 8.315.481.945.496zM.938 23.506c7.379.002 14.758-.001 22.135.001-.51.197-1.062.11-1.594.119H2.519c-.527-.011-1.078.082-1.582-.12z"/><path fill="#fff" d="M.497.944c.049-.22.229-.4.449-.449C8.315.479 15.684.483 23.054.493a.624.624 0 0 1 .446.45c.018 7.375.004 14.752.008 22.127-.05.21-.233.373-.434.437-7.378-.002-14.756.001-22.135-.001a.652.652 0 0 1-.446-.437C.495 15.694.486 8.319.498.945M.899.899c-.034 7.4-.03 14.803-.001 22.204 7.302.041 14.604.007 21.906.017.224.038.358-.089.318-.316-.011-7.301.024-14.604-.019-21.905C15.703.867 8.3.868.899.899z"/><path fill="#fff" d="M13.664 2.768h.622c.004 6.155.004 12.308 0 18.463a64.689 64.689 0 0 0-.623 0c-.005-6.155-.004-12.308.001-18.463zM4.486 3.551c.502.764 1.078 1.489 1.5 2.299-.227.324-.682-.013-.996-.023-.01 4.878.002 9.756-.006 14.634-.329.004-.656.004-.985.001-.007-4.878.005-9.757-.004-14.636-.32.01-.763.347-1.003.029.42-.812 1.008-1.53 1.494-2.304zM8.386 5.778c.466-.757.967-1.496 1.489-2.216.502.77 1.054 1.508 1.514 2.304-.304.264-.691-.005-1.027-.049-.006 4.882.002 9.763-.005 14.645-.329.004-.658.004-.988.001-.005-4.882.007-9.763-.002-14.645-.298.008-.894.413-.982-.04zM16.74 7.712c.896.182 1.813.3 2.688.566.05.391-.469.462-.712.664.598.616 1.338 1.273 1.324 2.209.006 3.127.007 6.254 0 9.383-.329.002-.656.002-.984-.001-.012-3.046-.02-6.092-.02-9.139.078-.749-.634-1.213-1.045-1.739-.206.238-.29.809-.679.734-.29-.862-.365-1.79-.571-2.677z"/><path fill="#154889" d="M.899.899c7.4-.031 14.803-.032 22.204 0 .043 7.301.008 14.604.019 21.905.04.227-.094.354-.318.316-7.302-.01-14.604.024-21.906-.017C.869 15.703.866 8.3.899.899m12.765 1.869c-.005 6.155-.006 12.308-.001 18.463h.623c.004-6.155.004-12.308 0-18.463h-.622m-9.178.783C4 4.325 3.412 5.043 2.992 5.855c.24.318.683-.019 1.003-.029.008 4.879-.004 9.758.004 14.636.329.002.656.002.985-.001.008-4.878-.004-9.756.006-14.634.314.01.769.347.996.023-.422-.81-.998-1.535-1.5-2.299m3.9 2.227c.088.452.684.048.982.04.01 4.882-.002 9.763.002 14.645.33.002.659.002.988-.001.007-4.882-.001-9.763.005-14.645.336.044.724.313 1.027.049-.461-.796-1.013-1.534-1.514-2.304a34.98 34.98 0 0 0-1.489 2.216m8.353 1.934c.206.887.281 1.816.571 2.677.389.074.473-.497.679-.734.412.526 1.123.99 1.045 1.739 0 3.047.008 6.094.02 9.139.328.004.655.004.984.001.007-3.128.006-6.256 0-9.383.014-.936-.726-1.594-1.324-2.209.242-.202.762-.272.712-.664-.875-.266-1.792-.384-2.688-.566z"/><path fill="#080808" opacity=".24" d="M.377 2.64C.39 2.075.289 1.487.497.944.485 8.318.495 15.693.492 23.068c-.191-.551-.104-1.139-.112-1.709.001-6.24-.006-12.48-.004-18.72z"/><path fill="#070707" opacity=".23" d="M23.5.943c.199.503.11 1.051.119 1.577-.002 6.28.005 12.56.004 18.84-.008.57.079 1.159-.114 1.71-.005-7.375.01-14.752-.008-22.127z"/></symbol><symbol viewBox="0 0 50 24" id="information--lane-control-multiple-lanes--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M0 0h50v24H0V0m1.595.39C.737.54.255 1.41.34 2.232c.01 6.59-.01 13.18.008 19.767-.093 1.038.897 1.803 1.875 1.737 9.1.01 18.203.005 27.303 0 .975.072 1.992-.67 1.905-1.713.015-6.678.018-13.355-.003-20.03.095-1.297-1.33-1.848-2.412-1.71-9.138.08-18.293-.125-27.42.105M33.095.372c-.878.128-1.42 1-1.323 1.85.008 6.6-.012 13.203.01 19.803-.09 1.06.955 1.797 1.94 1.715 4.683.003 9.367.01 14.05-.005.98.065 1.965-.7 1.865-1.735.012-6.665.018-13.332-.003-19.998.1-1.15-1.09-1.812-2.11-1.707-4.807.05-9.63-.11-14.43.078z"/><path fill="#0e518d" d="M1.842.67C10.977.553 20.124.655 29.265.618c.843-.095 1.898.368 1.79 1.365.025 6.678.02 13.357.005 20.035.105.882-.753 1.462-1.555 1.39-9.087.01-18.175.012-27.26 0-.798.065-1.627-.52-1.52-1.385C.695 15.426.72 8.828.713 2.23.62 1.503 1.048.708 1.843.67m18.712 3.81c-.033-.888-.02-1.775.05-2.658-.585.828-.73 1.818-.05 2.658m5.402-2.195l.288.3c.473-.035.945-.055 1.418-.07-.66.51-1.362.985-1.848 1.68.802.055 1.608.048 2.403-.078-.593-.165-1.2-.252-1.805-.345.547-.278 1.102-.543 1.655-.81-.322-.948-1.305-.893-2.11-.678m-23.49-.211c-.003.753-.005 1.505 0 2.257.708-.108 1.845-.117 1.865-1.092.065-1.023-1.143-1.068-1.865-1.165m7.759-.138c-.067.84-.075 1.685.012 2.523.153-.387.29-.78.425-1.175l.908.007c.095.39.2.78.31 1.165.16-.817.168-1.655.128-2.485-.162.33-.318.66-.47.995-.29.005-.58.012-.87.02-.142-.352-.29-.702-.442-1.05m11.094 2.403c.82-.623 1.748-.593 2.573 0-.39-.835-.79-1.665-1.233-2.472-.53.775-.955 1.617-1.34 2.472m3.493-2.081c.135.753.23 1.512.41 2.255.2-.787.192-1.602.2-2.41a68.12 68.12 0 0 0-.61.155m3.898-.377c.142.847.177 1.703.192 2.56.455-.852.487-1.805-.192-2.56M4.95 3.27c-.318.955.822.987 1.465 1.05-.357-.25-.723-.488-1.088-.72.465-.065.93-.135 1.395-.213-.37-.635-1.627-1.175-1.773-.117m2.168-.648c.063.607.138 1.215.248 1.815.17-.552.325-1.107.505-1.658.265.552.468 1.13.715 1.69.425-1.145-.15-2.145-1.467-1.848m5.64.247c.237.04.713.117.95.158-.345.16-.693.322-1.017.525.06.885 1.085.7 1.703.803-.03-.59-.063-1.18-.1-1.767-.515.083-1.027.173-1.535.282m2.199.016c.315.033.942.1 1.257.135-.487.175-1.002.335-1.365.725.408.52 1.087.488 1.68.57a46.599 46.599 0 0 0-.125-1.665c-.485.06-.97.135-1.447.235m2.269.405c-.22.65.518.908.98 1.095-.112.275-.222.55-.33.825 1.03-.498.825-1.662.828-2.6-.492.185-1.43-.042-1.477.68m-8.623 2.2c-.003.91.21 1.803.588 2.628.202-.5.395-1.002.582-1.505.183.498.367.995.567 1.488.4-.807.597-1.7.597-2.602-.247.453-.445.93-.633 1.41-.123-.393-.243-.79-.408-1.17-.525-.008-.43.785-.672 1.115a12.641 12.641 0 0 0-.622-1.362m8.679 1.711c.082.755.965.577 1.503.7.003-.738.005-1.473.003-2.21-.492.48-1.57.675-1.505 1.51m-5.407-.836c-.822.365-.29 1.812.595 1.458 1.04-.258.395-2.048-.595-1.458m1.631.41c-.37 1.045.885 1.203 1.6.952-.3-.098-.9-.297-1.2-.397.447-.07.895-.145 1.342-.222-.215-.81-1.395-1.325-1.743-.333m2.176-.567c.052.655.123 1.308.258 1.95.143-.435.267-.875.385-1.317l.768-.46c-.47-.063-.94-.117-1.41-.173m3.641.16c-.053 1.095.648 1.803 1.743 1.365-.295-.102-.888-.307-1.182-.412l1.107-.113c.012-.217.04-.652.053-.87a17.314 17.314 0 0 0-1.72.03m2.349-.15c.055.633.12 1.263.225 1.89.183-.56.35-1.125.53-1.685.245.56.477 1.128.735 1.683.4-1.2-.172-2.107-1.49-1.887m-11.07 3.157c-.045 1.24-.04 2.48-.015 3.72 3.533.072 7.07.068 10.605.005.023-1.235.023-2.47.003-3.705-3.53-.105-7.065-.067-10.593-.02m-2.94 7.449c.453-.063.907-.125 1.36-.192 0 1.745.003 3.488 0 5.232.205-.003.615-.003.82-.003-.003-1.743.005-3.485-.005-5.225.45.063.9.12 1.353.18a42.741 42.741 0 0 0-1.758-2.262 35.24 35.24 0 0 0-1.77 2.27m12.918-.002c.453-.06.905-.125 1.36-.19-.01 1.743-.005 3.485-.005 5.23.205 0 .612 0 .817.003-.003-1.745.005-3.49-.005-5.235.455.068.91.132 1.365.195a32.65 32.65 0 0 0-1.78-2.272c-.61.738-1.2 1.49-1.752 2.27zM32.83.792c4.6-.41 9.288-.045 13.92-.183.987-.075 2.605-.005 2.523 1.368.027 6.68.023 13.365 0 20.045.097.86-.723 1.445-1.518 1.383-4.67.02-9.34.01-14.01.005-.817.078-1.698-.492-1.593-1.395-.03-6.507.008-13.015-.018-19.523-.003-.618.015-1.428.695-1.7m1.033 4.958c.08.74-.198 2.07.9 2.107 1.28.04 1.07-1.518.832-2.337-.155.648-.203 1.32-.385 1.962-1.155.312-.905-.993-1.015-1.733h-.333m2.697.584c.113.475.218.952.318 1.43.13.04.395.125.525.168a6.828 6.828 0 0 1-.01-1.635l-.355-.575-.477.612m7.646-.768c-.023.84-.015 1.68.035 2.517.248-.543.468-1.095.708-1.64.23.555.432 1.122.665 1.677.055-.567.085-1.137.09-1.707a61.973 61.973 0 0 0-.955-.108c-.18-.248-.363-.495-.543-.74m2.352.758c.095.498.18.998.265 1.497.28-.003.558-.005.84-.01l-.62-.567c.145-.273.29-.545.438-.818-.168-.232-.335-.465-.5-.697-.142.198-.282.397-.423.595m-8.237-.029c.065.6.14 1.2.275 1.793.102-.425.2-.85.29-1.275.273-.147.545-.295.813-.447-.46-.03-.918-.053-1.377-.07m1.974-.046c-.517.365-.35 1.07-.423 1.61a22.705 22.705 0 0 0 1.625-.15c-.292-.09-.88-.267-1.173-.357.458-.098.912-.195 1.37-.3-.375-.41-.75-1-1.4-.803m1.626.747c.022.963 1.07.903 1.725.678-.402-.105-.81-.192-1.218-.275-.01-.168-.033-.505-.042-.672.443-.05.888-.108 1.33-.168-.62-.26-1.632-.492-1.795.438m-5.55 2.326c-.205 1.293-.098 2.613-.04 3.915 2.898.12 5.802.063 8.7.033.063-1.345.063-2.69-.003-4.032-2.883.003-5.793-.185-8.658.085m4.731 5.824c.365.232.738.46 1.107.69-.648.567-1.297 1.133-1.95 1.695v4.335c.207 0 .623-.003.828-.005.003-1.343 0-2.685.003-4.027.563-.5 1.13-.995 1.692-1.495l.785.998c.228-.893.415-1.795.585-2.7-1.02.143-2.04.307-3.05.51z"/><path fill="#0e518d" d="M2.86 2.348c1.37.08 1.305 1.567.022 1.74-.022-.58-.03-1.16-.022-1.74zM17.457 3.723c.235-.303.475-.597.725-.888.045.37.09.74.13 1.11-.213-.055-.64-.168-.855-.222zM15.552 3.5c1.175-.267-.24 1.14 0 0zM12.045 6.775c.37-.295.75.363.398.607-.372.297-.757-.363-.398-.607zM17.845 6.79c.37-.293.765.353.398.597-.37.295-.77-.353-.398-.597z"/><path fill="#eff6f1" d="M1.595.39C10.723.16 19.877.365 29.015.285c1.083-.138 2.508.412 2.412 1.71.02 6.675.018 13.353.003 20.03.087 1.043-.93 1.785-1.905 1.713-9.1.005-18.202.01-27.303 0-.978.065-1.968-.7-1.875-1.737C.329 15.413.35 8.823.339 2.234.254 1.412.737.542 1.594.392m.248.278C1.047.708.62 1.503.712 2.23.72 8.827.694 15.425.724 22.023c-.108.865.723 1.45 1.52 1.385 9.085.012 18.172.01 27.26 0 .802.072 1.66-.507 1.555-1.39.015-6.678.02-13.357-.005-20.035.108-.998-.948-1.46-1.79-1.365C20.124.655 10.976.553 1.841.67zM33.095.372c4.8-.188 9.622-.027 14.43-.078 1.02-.105 2.21.558 2.11 1.707.02 6.665.015 13.332.003 19.998.1 1.035-.885 1.8-1.865 1.735-4.683.015-9.367.008-14.05.005-.985.082-2.03-.655-1.94-1.715-.023-6.6-.003-13.203-.01-19.803-.098-.85.445-1.722 1.323-1.85m-.266.421c-.68.273-.697 1.083-.695 1.7.025 6.507-.012 13.015.018 19.523-.105.903.775 1.473 1.593 1.395 4.67.005 9.34.015 14.01-.005.795.063 1.615-.522 1.518-1.383.023-6.68.027-13.365 0-20.045C49.356.604 47.739.534 46.751.609c-4.632.138-9.32-.228-13.92.183z"/><path fill="#eff6f1" d="M20.555 4.48c-.68-.84-.535-1.83.05-2.658-.07.882-.082 1.77-.05 2.658zM25.957 2.285c.805-.215 1.788-.27 2.11.678-.552.267-1.107.533-1.655.81.605.093 1.212.18 1.805.345-.795.125-1.6.132-2.403.078.485-.695 1.188-1.17 1.848-1.68-.473.015-.945.035-1.418.07l-.288-.3zM24.815 2.257c.153-.04.458-.117.61-.155-.007.807 0 1.623-.2 2.41-.18-.743-.275-1.503-.41-2.255zM14.958 2.885c.477-.1.963-.175 1.447-.235.053.555.093 1.11.125 1.665-.593-.083-1.272-.05-1.68-.57.363-.39.878-.55 1.365-.725-.315-.035-.942-.102-1.257-.135m.594.615c-.24 1.14 1.175-.267 0 0zM8.605 5.49c.24.44.438.9.623 1.362.243-.33.147-1.122.672-1.115.165.38.285.777.408 1.17.188-.48.385-.957.633-1.41 0 .903-.198 1.795-.597 2.603-.2-.492-.385-.99-.567-1.488-.188.503-.38 1.005-.582 1.505a6.278 6.278 0 0 1-.588-2.628zM36.558 6.333l.477-.612c.117.192.237.385.355.575a6.828 6.828 0 0 0 .01 1.635l-.525-.168c-.1-.477-.205-.955-.318-1.43zM11.877 6.367c.99-.59 1.635 1.2.595 1.458-.885.355-1.418-1.092-.595-1.458m.168.408c-.36.245.025.905.398.607.352-.245-.027-.903-.398-.607z"/><path fill="#f7fbf5" d="M2.468 2.073c.723.098 1.93.143 1.865 1.165-.02.975-1.158.985-1.865 1.092-.005-.753-.003-1.505 0-2.257m.392.275c-.007.58 0 1.16.022 1.74 1.282-.173 1.347-1.66-.022-1.74zM28.713 1.88c.68.755.648 1.707.192 2.56-.015-.858-.05-1.713-.192-2.56zM7.117 2.622c1.317-.297 1.893.702 1.467 1.848-.247-.56-.45-1.137-.715-1.69-.18.55-.335 1.105-.505 1.658-.11-.6-.185-1.208-.247-1.815zM17.227 3.29c.048-.723.985-.495 1.477-.68-.003.938.203 2.103-.828 2.6.108-.275.218-.55.33-.825-.462-.188-1.2-.445-.98-1.095m.231.433c.215.055.642.168.855.222-.04-.37-.085-.74-.13-1.11-.25.29-.49.585-.725.888zM17.283 7.203c-.065-.835 1.012-1.03 1.505-1.51.003.738 0 1.473-.003 2.21-.537-.123-1.42.055-1.503-.7m.563-.413c-.372.245.027.892.398.597.367-.245-.027-.89-.398-.597zM33.862 5.75h.333c.11.74-.14 2.045 1.015 1.732.183-.642.23-1.315.385-1.962.237.82.447 2.377-.833 2.337-1.098-.038-.82-1.368-.9-2.108zM44.205 5.565c.18.245.363.492.543.74.318.033.638.07.955.108-.005.57-.035 1.14-.09 1.707-.233-.555-.435-1.122-.665-1.677-.24.545-.46 1.098-.708 1.64a29.335 29.335 0 0 1-.035-2.517zM46.557 6.322c.14-.198.28-.397.423-.595.165.232.333.465.5.697-.147.273-.293.545-.438.818l.62.567c-.282.005-.56.007-.84.01-.085-.5-.17-1-.265-1.497zM21.675 6.22c1.317-.22 1.89.687 1.49 1.887-.258-.555-.49-1.122-.735-1.683-.18.56-.348 1.125-.53 1.685a23.989 23.989 0 0 1-.225-1.89zM38.32 6.293c.46.018.918.04 1.377.07-.267.153-.54.3-.813.447-.09.425-.188.85-.29 1.275a15.559 15.559 0 0 1-.275-1.793zM41.92 6.995c.162-.93 1.175-.697 1.795-.438-.443.06-.888.117-1.33.168.01.168.033.505.042.672.408.082.815.17 1.218.275-.655.225-1.703.285-1.725-.678zM36.37 9.322c2.865-.27 5.775-.082 8.658-.085.065 1.343.065 2.688.003 4.032-2.898.03-5.802.087-8.7-.033-.057-1.302-.165-2.622.04-3.915m.151.117a98.152 98.152 0 0 0-.003 3.64c2.77.045 5.542.018 8.313.015.008-1.225.008-2.45 0-3.678-2.77-.012-5.54-.053-8.31.022z"/><path fill="#f7fbf5" d="M37.375 12.34c.39-.783.775-1.567 1.255-2.3.46.775.852 1.587 1.195 2.42a34.71 34.71 0 0 1-.997-.795 18.72 18.72 0 0 0-1.452.675m1.164-1.475c-.36.117-.263.78.15.67.375-.09.233-.768-.15-.67zM40.818 10.33c.153-.035.458-.11.61-.147-.012.8-.003 1.61-.19 2.392-.185-.74-.28-1.495-.42-2.245zM41.8 10.545c.805-.417 1.855-.525 2.3.43-.573.293-1.152.565-1.73.85.612.087 1.225.173 1.827.32-.787.125-1.585.145-2.38.138.425-.75 1.16-1.195 1.887-1.608-.633-.078-1.272-.085-1.905-.13zM7.665 16.827a35.24 35.24 0 0 1 1.77-2.27c.607.738 1.2 1.485 1.758 2.262-.453-.06-.903-.117-1.353-.18.01 1.74.003 3.483.005 5.225-.205 0-.615 0-.82.003.003-1.745 0-3.488 0-5.232-.453.068-.908.13-1.36.192zM20.583 16.825a38.402 38.402 0 0 1 1.752-2.27c.625.73 1.22 1.488 1.78 2.273-.455-.063-.91-.128-1.365-.195.01 1.745.003 3.49.005 5.235-.205-.003-.612-.003-.817-.003 0-1.745-.005-3.488.005-5.23-.455.065-.907.13-1.36.19zM41.1 15.147c1.01-.202 2.03-.367 3.05-.51-.17.905-.357 1.807-.585 2.7-.263-.333-.522-.665-.785-.997-.563.5-1.13.995-1.692 1.495-.003 1.343 0 2.685-.003 4.027-.205.003-.62.005-.828.005v-4.335c.652-.563 1.302-1.128 1.95-1.695-.37-.23-.742-.457-1.107-.69z"/><path fill="#f4f9f4" d="M10.227 1.935c.153.348.3.698.443 1.05.29-.007.58-.015.87-.02.153-.335.308-.665.47-.995.04.83.033 1.668-.128 2.485a30.7 30.7 0 0 1-.31-1.165l-.908-.007c-.135.395-.273.788-.425 1.175a13.718 13.718 0 0 1-.012-2.523z"/><path fill="#8caec5" d="M21.322 4.338c.385-.855.81-1.698 1.34-2.472a43.43 43.43 0 0 1 1.233 2.472c-.825-.593-1.752-.623-2.573 0z"/><path fill="#bed1dc" d="M4.95 3.27c.145-1.058 1.402-.518 1.773.117-.465.078-.93.147-1.395.213.365.232.73.47 1.088.72-.642-.063-1.782-.095-1.465-1.05z"/><path fill="#79a0bd" d="M12.758 2.868c.507-.11 1.02-.2 1.535-.282.038.588.07 1.177.1 1.767-.618-.102-1.643.083-1.702-.803a9.4 9.4 0 0 1 1.017-.525l-.95-.157z"/><path fill="#91b1c8" d="M13.508 6.777c.348-.993 1.527-.477 1.743.333-.447.078-.895.153-1.343.222.3.1.9.3 1.2.397-.715.25-1.97.093-1.6-.952z"/><path fill="#cfdde3" d="M15.683 6.21c.47.055.94.11 1.41.173l-.768.46a24.18 24.18 0 0 1-.385 1.317 15.555 15.555 0 0 1-.258-1.95z"/><path fill="#8bacc5" d="M19.325 6.37c.573-.037 1.148-.05 1.72-.03-.012.217-.04.652-.053.87l-1.107.112c.295.105.888.31 1.182.413-1.095.438-1.795-.27-1.743-1.365z"/><path fill="#9ab9cb" d="M40.295 6.248c.65-.198 1.025.393 1.4.803-.458.105-.912.202-1.37.3.292.09.88.267 1.173.357-.54.072-1.083.117-1.625.15.072-.54-.095-1.245.423-1.61z"/><path fill="#f0ca00" d="M10.605 9.378c3.528-.048 7.062-.085 10.593.02.02 1.235.02 2.47-.003 3.705-3.535.063-7.072.067-10.605-.005-.025-1.24-.03-2.48.015-3.72m.985.609a43.55 43.55 0 0 0-.102 2.285l.52.03c-.003-.402-.008-.807-.01-1.21.445.492.905.97 1.405 1.407.057-.762.082-1.527.1-2.292l-.51-.02c.003.428.008.858.01 1.285a19.047 19.047 0 0 0-1.413-1.485m2.747.54c.58.093 1.165.147 1.752.2-.702.378-1.34.873-1.78 1.55.82.015 1.64-.005 2.455-.095a15.72 15.72 0 0 0-1.54-.423c.503-.267 1.068-.49 1.413-.972-.518-.852-1.553-.585-2.3-.26m2.666-.109c.205.715.378 1.44.65 2.133.102-.795.13-1.6.14-2.403l-.79.27m1.169.18c.567.053 1.14.08 1.713.102-.685.4-1.313.897-1.745 1.57.807.018 1.615.005 2.423-.067a27.41 27.41 0 0 0-1.54-.505c.405-.165.813-.327 1.218-.49.02-.213.057-.637.075-.85-.727-.165-1.49-.175-2.142.24z"/><path fill="#c1121c" d="M36.522 9.438c2.77-.075 5.54-.035 8.31-.022a281.83 281.83 0 0 1 0 3.678c-2.77.003-5.542.03-8.313-.015a96.022 96.022 0 0 1 .003-3.64m.853 2.901c.477-.24.957-.477 1.452-.675.327.27.66.537.997.795a18.554 18.554 0 0 0-1.195-2.42c-.48.732-.865 1.518-1.255 2.3m3.444-2.01c.14.75.235 1.505.42 2.245.188-.783.177-1.593.19-2.392-.153.037-.457.113-.61.147m.982.215c.633.045 1.272.053 1.905.13-.727.413-1.462.858-1.887 1.608.795.008 1.593-.012 2.38-.138-.603-.147-1.215-.232-1.827-.32.578-.285 1.158-.558 1.73-.85-.445-.955-1.495-.848-2.3-.43z"/><path fill="#c1121c" d="M38.54 10.865c.382-.098.525.58.15.67-.413.11-.51-.552-.15-.67z"/><path fill="#403e2a" d="M11.59 9.987c.5.468.965.968 1.413 1.485-.003-.428-.008-.858-.01-1.285l.51.02c-.018.765-.042 1.53-.1 2.292-.5-.438-.96-.915-1.405-1.407.003.402.008.807.01 1.21l-.52-.03c.018-.762.045-1.525.102-2.285z"/><path fill="#4d4927" d="M14.337 10.527c.747-.325 1.782-.592 2.3.26-.345.483-.91.705-1.413.972.52.117 1.035.252 1.54.423-.815.09-1.635.11-2.455.095.44-.678 1.077-1.173 1.78-1.55a26.07 26.07 0 0 1-1.752-.2z"/><path fill="#424029" d="M17.003 10.418l.79-.27c-.01.803-.038 1.608-.14 2.403-.273-.693-.445-1.418-.65-2.133z"/><path fill="#504b26" d="M18.172 10.598c.653-.415 1.415-.405 2.142-.24-.018.213-.055.638-.075.85-.405.162-.813.325-1.218.49.515.158 1.032.318 1.54.505-.807.072-1.615.085-2.422.068.432-.672 1.06-1.17 1.745-1.57a32.461 32.461 0 0 1-1.713-.102z"/></symbol><symbol viewBox="0 0 22 24" id="information--lane-control-right-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#313030" opacity=".3" d="M0 0h.26l.063.033a.442.442 0 0 1-.288.286L0 .256v-.257z"/><path fill="#cfcfce" d="M.26 0h21.6l-.063.033c-.696.132-1.407.067-2.11.075H2.434C1.731.101 1.021.162.324.033L.261 0z"/><path fill="#2a2a29" opacity=".27" d="M21.86 0h.26v.257l-.039.063a.438.438 0 0 1-.284-.286l.063-.033z"/><path fill="#fff" d="M.035.32A.446.446 0 0 0 .323.034c.697.129 1.407.069 2.11.075h17.253c.703-.008 1.415.056 2.11-.075a.438.438 0 0 0 .284.286c-.124.66-.064 1.335-.072 2.003v19.465c.004.63-.049 1.269.073 1.891a.435.435 0 0 0-.282.283c-.624-.123-1.262-.069-1.892-.073H2.211c-.63.004-1.267-.048-1.891.072a.436.436 0 0 0-.286-.281c.126-.66.072-1.335.076-2.003V2.432C.102 1.729.163 1.016.035.32M.43.429c-.012 7.71-.012 15.42 0 23.13 7.084.009 14.17.015 21.255-.004.007-7.709.011-15.416-.002-23.125C14.598.415 7.514.415.43.43z"/><path fill="#fff" d="M2.109 1.766c1.423-.027 2.865-.081 4.281.029.119.842.025 1.703.043 2.554-1.295.088-2.596.011-3.893.043-.21.003-.591.03-.53-.293.051-.769-.136-1.605.098-2.333m.061.414c-.006.596-.012 1.194.008 1.791.677.095 1.347.241 2.028.3.696-.051 1.381-.2 2.07-.306-.021-.591.082-1.207-.045-1.783-1.336-.383-2.72-.34-4.061-.001zM7.768 2.126l.259.019c.174.4.348.802.53 1.199.177-.405.351-.812.536-1.213l.251.008c.003.612 0 1.224.003 1.836l-.276.022c-.004-.38-.004-.76-.012-1.14-.134.285-.26.573-.387.862a16.69 16.69 0 0 0-.223.015c-.128-.281-.255-.563-.394-.839-.013.364-.013.729-.013 1.094l-.278.003c-.002-.622-.006-1.243.004-1.865zM12.69 2.272l.156-.011a1.6 1.6 0 0 0 .286.529l-.227.169.01.684c.092.106.182.212.272.321-.789.185-.428-.775-.65-1.2.052-.164.103-.327.153-.491zM14.825 2.138l.269.003-.015.586c.766-.374 1.048.684.659 1.167-.263.181-.616.04-.917.072.008-.609.003-1.219.004-1.828m.326.843c-.075.236-.16.648.134.759.551.088.414-1.117-.134-.759z"/><path fill="#fff" d="M3.759 2.702c.106-.393.678-.549.848-.125-.03.342.055.699-.013 1.03-.231.403-.76.166-.849-.219.178.077.353.164.525.253.285-.229.134-.457-.149-.589.132-.137.438-.249.264-.473-.216-.076-.42.083-.626.124zM10 2.715c.814-.398 1.147 1.079.39 1.28-.722.186-.942-.978-.39-1.28m.074.25c-.152.228-.188.665.117.781.55.066.431-1.079-.117-.781zM11.163 2.682c.328.058.8-.149 1.001.208.101.356.044.734.053 1.099h-.259c-.038-.359.175-1.235-.452-1.023-.136.322-.067.682-.083 1.023h-.26c-.002-.436-.002-.872 0-1.307zM13.386 2.881c.248-.283.791-.359 1 .006.079.356.039.724.044 1.086-.349-.042-.96.168-1.052-.328-.051-.481.533-.438.849-.486-.143-.346-.556-.194-.842-.278m.192.584c.035.286.309.283.538.294l.067-.358a17.46 17.46 0 0 0-.605.064zM16.233 2.757c.298-.093.722-.227.933.091.128.356.051.751.073 1.123-.355-.036-.974.171-1.056-.336-.042-.453.504-.442.814-.458l-.116-.278c-.168.02-.336.041-.503.065a15.287 15.287 0 0 0-.145-.207m.177.669c-.015.328.258.342.515.345l.063-.363c-.192.004-.386.011-.578.018zM17.604 2.657c.064.004.192.015.257.021.056.343-.199 1.103.354 1.058.317-.234.124-.727.179-1.071l.258.003c.001.431.001.863.006 1.295-.326-.04-.782.169-.996-.168-.123-.365-.048-.762-.056-1.139zM19.047 2.681c.3.015.601.003.9.009-.083.254-.359.249-.571.326-.116.305-.051.646-.065.967l-.261.01c-.002-.437-.001-.875-.003-1.312zM2.764 7.589c.468-.743.932-1.495 1.484-2.18.472.737 1.03 1.425 1.422 2.21-.354-.05-.701-.133-1.048-.216-.002 3.615-.003 7.232.001 10.849 1.033-1.246 2.557-1.921 3.838-2.871-.271-.243-.538-.494-.755-.789.88-.042 1.762-.025 2.642-.011-.32.828-.613 1.677-1.045 2.454-.15-.324-.276-.657-.398-.992-.922.603-1.834 1.222-2.746 1.839-.888.591-1.498 1.61-1.516 2.685-.011.563.003 1.125-.003 1.688h-.834c.041-4.952.018-9.903.023-14.855-.348.093-.7.195-1.064.188zM7.763 8.747c.442.01 1.102-.095 1.274.446.073.438.16 1.062-.292 1.329-.307.133-.656.067-.982.084V8.747m.283.249c-.004.453-.004.907-.001 1.361 1.051.303 1.048-1.652.001-1.361zM9.433 8.762l.282-.01-.015.276-.246-.014-.021-.252zM9.445 9.291l.263-.013c.002.444.002.888-.002 1.332l-.26-.01-.001-1.308zM10.101 9.648c.236-.706 1.233-.29 1.095.386-.305.007-.612.011-.917.025.153.398.591.234.912.32-.523.606-1.41-.022-1.091-.731m.161.138c.237.015.474.015.711 0-.194-.302-.518-.304-.711 0zM11.351 9.484c.208-.378.742-.139 1.09-.184-.178.386-.453.713-.712 1.046l.657.01.001.244c-.35.002-.699.003-1.048-.008.16-.405.451-.733.717-1.071-.234-.009-.47-.02-.705-.039z"/><path fill="#fff" d="M7.766 11.66h.288c.102.431.197.865.3 1.296.131-.419.244-.843.356-1.267l.196-.048c.125.431.239.865.37 1.294.115-.418.207-.842.3-1.264l.285-.015c-.133.643-.302 1.275-.465 1.91-.494-.219-.368-.926-.58-1.361-.121.43-.231.863-.335 1.296l-.269.006c-.14-.617-.304-1.229-.447-1.846zM12.19 11.656l.258.01c.003.489-.009.978.013 1.467.079.138.153.28.222.424-.904-.103-.354-1.292-.493-1.9zM19.843 11.666l.259-.009c.008.605 0 1.211.009 1.816-.298-.017-.646.134-.909-.05-.404-.469-.123-1.55.644-1.178l-.002-.58m-.457.863c-.125.216-.16.726.189.733.5-.002.282-1.136-.189-.733zM9.99 12.292c.307-.097.756-.244.977.085.116.354.05.738.069 1.105-.359-.001-.99.186-1.057-.333-.03-.463.535-.43.847-.474-.13-.382-.618-.085-.835-.383m.293.648l-.11.251c.185.039.37.071.556.102l.051-.364-.498.011zM12.942 12.195c.325.012.653.011.975.066.263-.059.612-.154.784.129.166.347.066.756.088 1.129a22.768 22.768 0 0 0-.261-.011c-.056-.354.171-.92-.261-1.086-.446.152-.215.729-.271 1.082l-.257.018c-.024-.346.155-1.287-.457-1.01-.138.303-.059.654-.075.978l-.262.04c-.004-.445-.003-.89-.004-1.335zM15.596 13.524c-.657-.136-.599-1.356.11-1.344.415-.014.559.424.573.763a7.176 7.176 0 0 0-.951.063c.22.384.651.097.939.342-.213.08-.43.238-.67.176m-.241-.819c.229.007.459.007.689-.002-.201-.311-.49-.313-.689.002zM16.605 12.199c.27.014.54-.007.808.019.197.317-.441.156-.515.398-.05.293-.028.591-.029.886l-.26.022c-.004-.442-.003-.884-.004-1.325zM17.966 12.221c.83-.332 1.082 1.199.282 1.305-.708.097-.858-1.058-.282-1.305m-.009.31c-.103.233-.145.689.196.735.553.013.322-1.161-.196-.735zM7.792 20.393c.355-.001.711-.002 1.066.028-.114.358-.535.197-.815.24l-.006.325c.741-.254 1.064.791.544 1.188-.365.257-.766-.062-.867-.428.229.049.431.165.618.301a.622.622 0 0 0 .192-.691c-.208-.226-.492.004-.723.054-.008-.34-.009-.678-.01-1.016zM9.552 20.393c.786-.119.688.893.636 1.398-.009.609-1.022.609-1.03-.001.006-.46-.197-1.223.394-1.397m-.021.282c-.227.309-.108.745-.104 1.105.029.337.576.234.505-.095-.009-.335.176-1.159-.401-1.01zM10.989 20.39c.732-.104.674.815.629 1.296.043.395-.4.709-.754.523-.405-.196-.288-.721-.305-1.086-.024-.302.081-.685.43-.733m-.015.289c-.271.27-.122.752-.125 1.105.038.344.581.22.505-.114-.007-.326.157-1.136-.38-.991zM12.413 20.923c.502.029 1.006.06 1.509.009.524.208.293.893.338 1.325l-.262-.033c-.058-.342.184-.981-.285-1.058-.417.155-.182.739-.247 1.086a22.286 22.286 0 0 0-.258-.014c-.011-.354.144-1.297-.47-.987-.102.319-.053.659-.063.989l-.26.01c-.002-.442-.002-.884-.002-1.326z"/><path fill="#cdcccb" d="M0 .257L.035.32c.128.697.067 1.409.075 2.112v19.245c-.004.668.05 1.343-.076 2.003L0 23.743V.256z"/><path fill="#bdbcbc" opacity=".95" d="M22.081.32l.039-.063v23.486l-.038-.063c-.122-.623-.069-1.261-.073-1.891V2.324c.008-.668-.052-1.343.072-2.003z"/><path fill="#154889" d="M.43.429c7.084-.015 14.168-.015 21.253 0 .013 7.709.009 15.416.002 23.125-7.085.02-14.171.013-21.255.004-.012-7.71-.012-15.42 0-23.13m1.679 1.338c-.234.728-.048 1.564-.098 2.333-.061.323.32.296.53.293 1.297-.032 2.598.045 3.893-.043-.018-.85.076-1.712-.043-2.554-1.417-.109-2.858-.055-4.281-.029m5.658.36c-.01.622-.007 1.243-.004 1.865l.278-.003c0-.365 0-.73.013-1.094.138.276.265.559.394.839l.223-.015c.127-.289.253-.576.387-.862.008.38.008.76.012 1.14l.276-.022c-.003-.612 0-1.224-.003-1.836l-.251-.008c-.186.401-.359.808-.536 1.213a75.223 75.223 0 0 1-.53-1.199l-.259-.019m4.922.147c-.05.164-.101.327-.153.491.222.425-.138 1.385.65 1.2-.09-.108-.18-.215-.272-.321l-.01-.684c.075-.056.15-.113.227-.169a1.581 1.581 0 0 1-.286-.529l-.156.011m2.135-.133c-.001.609.003 1.219-.004 1.828.301-.032.654.11.917-.072.389-.483.107-1.541-.659-1.167.007-.196.011-.392.015-.586l-.269-.003M10 2.715c-.552.302-.332 1.465.39 1.28.756-.2.424-1.678-.39-1.28m1.163-.033c-.002.436-.002.872 0 1.307h.26c.015-.341-.053-.701.083-1.023.627-.212.415.664.452 1.023h.259c-.009-.365.048-.743-.053-1.099-.201-.357-.672-.15-1.001-.208m2.223.199c.285.084.699-.069.842.278-.316.048-.9.004-.849.486.092.497.702.286 1.052.328-.006-.362.034-.73-.044-1.086-.209-.365-.752-.289-1-.006m2.846-.124l.145.207c.167-.024.335-.045.503-.065l.116.278c-.31.015-.856.004-.814.458.082.508.701.3 1.056.336-.022-.372.055-.766-.073-1.123-.211-.317-.636-.184-.933-.091m1.371-.1c.009.377-.066.774.056 1.139.215.337.67.128.996.168-.004-.432-.004-.864-.006-1.295l-.258-.003c-.055.344.138.836-.179 1.071-.553.044-.298-.716-.354-1.058a10.682 10.682 0 0 0-.257-.021m1.445.023c.002.437.001.875.003 1.312l.261-.01c.014-.321-.051-.661.065-.967.211-.077.488-.072.571-.326-.3-.006-.601.007-.9-.009M2.764 7.589c.364.007.716-.095 1.064-.188-.006 4.952.018 9.903-.023 14.855h.834c.007-.563-.008-1.125.003-1.688.019-1.075.628-2.095 1.516-2.685.912-.617 1.824-1.236 2.746-1.839.122.335.248.668.398.992.432-.778.726-1.626 1.045-2.454-.88-.014-1.762-.031-2.642.011.218.294.484.545.755.789-1.281.95-2.805 1.625-3.838 2.871-.004-3.617-.003-7.233-.001-10.849.347.083.695.166 1.048.216-.393-.785-.95-1.473-1.422-2.21-.552.685-1.016 1.437-1.484 2.18m5 1.157a575.98 575.98 0 0 0 0 1.859c.326-.017.675.049.982-.084.452-.268.365-.891.292-1.329-.173-.541-.832-.436-1.274-.446m1.67.015l.021.252.246.014.015-.276-.282.01m.012.529l.001 1.308.26.01c.004-.444.004-.888.002-1.332l-.263.013m.656.358c-.32.709.567 1.337 1.09.731-.322-.085-.76.079-.912-.32.305-.014.612-.019.917-.025.138-.676-.859-1.092-1.095-.386m1.25-.164c.234.019.47.03.705.039-.265.337-.556.666-.717 1.071.349.011.699.01 1.048.008l-.001-.244-.657-.01c.259-.333.534-.66.712-1.046-.348.044-.883-.195-1.09.184M7.766 11.66c.143.617.306 1.229.447 1.846.067-.001.202-.003.269-.006.104-.434.215-.866.335-1.296.211.436.085 1.142.58 1.361.163-.635.332-1.267.465-1.91l-.285.015c-.093.422-.185.846-.3 1.264-.132-.429-.246-.863-.37-1.294l-.196.048c-.112.425-.226.848-.356 1.267-.103-.431-.198-.865-.3-1.296h-.288m4.423-.003c.139.608-.41 1.797.493 1.9a8.119 8.119 0 0 0-.222-.424c-.022-.489-.01-.978-.013-1.467l-.258-.01m7.653.011l.002.58c-.766-.372-1.047.709-.644 1.178.263.184.612.033.909.05-.009-.605-.001-1.211-.009-1.816l-.259.009m-8.449-.003c.15.597-.411 1.818.509 1.882a7.735 7.735 0 0 0-.231-.392c-.021-.497-.013-.993-.013-1.49l-.264-.001m-1.404.629c.217.298.705.001.835.383-.312.044-.877.011-.847.474.067.519.698.332 1.057.333-.019-.367.048-.751-.069-1.105-.22-.33-.669-.182-.977-.085m2.953-.097c.001.445 0 .89.004 1.335l.262-.04c.017-.324-.063-.675.075-.978.612-.278.432.664.457 1.01l.257-.018c.056-.353-.175-.93.271-1.082.432.166.205.732.261 1.086l.261.011c-.022-.373.077-.782-.088-1.129-.173-.283-.521-.188-.784-.129-.323-.055-.65-.054-.975-.066m2.653 1.329c.24.062.457-.096.67-.176-.288-.244-.719.042-.939-.342.314-.048.633-.058.951-.063-.014-.34-.158-.778-.573-.763-.709-.012-.766 1.208-.11 1.344m1.01-1.325c.001.441 0 .883.004 1.325l.26-.022c.001-.295-.021-.593.029-.886.074-.242.712-.081.515-.398-.269-.025-.539-.004-.808-.019m1.361.022c-.576.247-.426 1.402.282 1.305.8-.106.547-1.637-.282-1.305M7.792 20.393c.001.338.002.677.01 1.016.231-.05.515-.28.723-.054a.625.625 0 0 1-.192.691 1.649 1.649 0 0 0-.618-.301c.101.366.502.685.867.428.52-.397.197-1.442-.544-1.188l.006-.325c.28-.043.701.118.815-.24-.355-.03-.711-.029-1.066-.028m1.759.001c-.591.174-.388.937-.394 1.397.008.611 1.021.611 1.03.001.052-.505.15-1.517-.636-1.398m1.437-.003c-.349.049-.455.431-.43.733.018.365-.1.89.305 1.086.354.186.797-.128.754-.523.044-.481.103-1.4-.629-1.296m1.424.533c0 .442 0 .884.002 1.326l.26-.01c.01-.33-.039-.67.063-.989.614-.311.459.633.47.987l.258.014c.064-.347-.17-.931.247-1.086.469.077.228.717.285 1.058l.262.033c-.045-.432.186-1.117-.338-1.325-.502.051-1.006.02-1.509-.009z"/><path fill="#154889" d="M2.169 2.18c1.342-.338 2.725-.382 4.061.001.127.576.024 1.192.045 1.783-.689.106-1.375.255-2.07.306-.681-.059-1.352-.205-2.028-.3-.02-.596-.013-1.194-.008-1.791m1.59.523c.206-.041.41-.2.626-.124.174.225-.133.336-.264.473.283.133.435.361.149.589a8.158 8.158 0 0 0-.525-.253c.09.385.618.622.849.219.069-.331-.017-.688.013-1.03-.17-.424-.742-.268-.848.125zM10.074 2.965c.549-.299.667.847.117.781-.305-.116-.269-.553-.117-.781zM15.151 2.981c.547-.358.685.847.134.759-.294-.111-.209-.523-.134-.759zM13.577 3.465c.201-.025.403-.046.605-.064l-.067.358c-.229-.011-.502-.008-.538-.294zM8.046 8.996c1.047-.291 1.05 1.665-.001 1.361-.003-.455-.003-.908.001-1.361zM10.261 9.786c.194-.304.518-.302.711 0a5.623 5.623 0 0 1-.711 0zM17.957 12.531c.518-.426.749.749.196.735-.341-.046-.299-.502-.196-.735zM19.387 12.528c.471-.403.689.731.189.733-.35-.008-.314-.518-.189-.733zM9.531 20.675c.577-.149.393.675.401 1.01.071.33-.477.432-.505.095-.004-.359-.123-.796.104-1.105zM10.974 20.679c.538-.145.374.665.38.991.075.334-.468.458-.505.114.003-.353-.146-.835.125-1.105z"/><path fill="#265591" d="M16.41 3.426c.192-.007.386-.013.578-.018l-.063.363c-.258-.003-.531-.017-.515-.345z"/><path fill="#fcfdfd" d="M11.393 11.664l.264.001c0 .497-.008.993.013 1.49.081.128.158.259.231.392-.92-.064-.358-1.285-.509-1.882z"/><path fill="#1c4e8d" d="M15.356 12.705c.199-.315.488-.313.689-.002-.23.009-.46.009-.689.002z"/><path fill="#285793" d="M10.284 12.94l.498-.011-.051.364a12.944 12.944 0 0 1-.556-.102l.11-.251z"/><path fill="#2b2b2a" opacity=".28" d="M0 23.743l.034-.063c.142.046.237.14.286.281L.257 24h-.258v-.257z"/><path fill="#252524" opacity=".24" d="M22.082 23.679l.038.063V24h-.257l-.063-.038a.435.435 0 0 1 .282-.283z"/><path fill="#b4b4b3" opacity=".89" d="M.321 23.961c.624-.119 1.261-.067 1.891-.072h17.696c.63.004 1.269-.05 1.892.073l.063.038H.257l.063-.039z"/></symbol><symbol viewBox="0 0 20 24" id="information--limited-access-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M0 0h19.54v24H0V0m5.35 8.532c-.265.964-.531 1.928-.8 2.893-.393.066-.816.343-.805.786-.008.815.004 1.629.011 2.445-.003.564.603.935 1.126.872 3.15-.057 6.301-.054 9.45-.084.511.024 1.081-.333 1.086-.885-.005-.854.023-1.71-.038-2.561-.001-.422-.434-.634-.794-.696-.373-1.075-.695-2.168-1.098-3.232-.136-.388-.589-.483-.953-.481-2.021.001-4.042.002-6.063-.001-.55-.046-.997.447-1.122.944m7.426 7.272c.018.583-.024 1.172.051 1.752.232.799 1.631.854 1.887.04.055-.596.008-1.195.018-1.792-.652-.005-1.304-.003-1.956-.001m-8.298.092c.013.537-.007 1.077.029 1.613.07.945 1.748 1.032 1.92.104.023-.552.023-1.109.002-1.662-.612-.138-1.306-.017-1.951-.055z"/><path fill="#035ca1" d="M6.024 8.672c.083-.34.467-.41.766-.402 1.845-.004 3.689-.005 5.534-.014.28-.023.612.083.685.389.306.923.573 1.859.87 2.787-2.858.003-5.715.008-8.573.002.224-.924.461-1.847.719-2.761zM13.521 12.037c.674-.178 1.358.497 1.184 1.172-.117.738-1.148 1.046-1.655.5-.566-.493-.274-1.55.47-1.673zM5.131 12.154c.663-.281 1.442.383 1.304 1.08-.064.739-1.058 1.111-1.604.622-.59-.443-.414-1.492.299-1.702z"/><path fill="#fff" d="M5.35 8.532c.125-.497.572-.99 1.122-.944 2.021.003 4.042.002 6.063.001.363-.002.817.093.953.481.404 1.063.725 2.157 1.098 3.232.36.062.793.274.794.696.062.852.033 1.708.038 2.561-.005.551-.576.909-1.086.885-3.15.03-6.301.027-9.45.084-.522.063-1.129-.308-1.126-.872-.006-.816-.019-1.63-.011-2.445-.011-.443.412-.72.805-.786.269-.964.534-1.928.8-2.893m.674.14a76.606 76.606 0 0 0-.719 2.761c2.858.006 5.715.001 8.573-.002-.296-.927-.564-1.864-.87-2.787-.073-.306-.405-.412-.685-.389-1.845.008-3.689.01-5.534.014-.298-.007-.683.063-.766.402m7.498 3.366c-.744.122-1.036 1.18-.47 1.673.507.546 1.538.238 1.655-.5.174-.675-.51-1.351-1.184-1.172m-8.391.116c-.714.21-.89 1.259-.299 1.702.546.488 1.54.117 1.604-.622.138-.697-.641-1.361-1.304-1.08zM12.776 15.804c.652-.002 1.304-.004 1.956.001-.01.597.037 1.196-.018 1.792-.256.813-1.656.758-1.887-.04-.075-.58-.033-1.169-.051-1.752zM4.478 15.895c.645.038 1.339-.083 1.951.055.021.553.021 1.11-.002 1.662-.172.928-1.85.841-1.92-.104-.036-.536-.016-1.076-.029-1.613z"/></symbol><symbol viewBox="0 0 19 24" id="information--litter-container--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#9e9c9b" d="M1.453 0h16.418l.001.073C12.368.068 6.863.08 1.359.067L1.452 0z"/><path fill="#fff" d="M1.076.121c.075-.071.158-.08.247-.03-.075.078-.157.087-.247.03zM1.349.24c.187-.046.38-.049.571-.052C7.138.191 12.356.187 17.574.19c.581-.016 1.158.311 1.414.837.204.388.162.839.166 1.262v19.569c0 .4.027.822-.159 1.19-.253.529-.834.862-1.416.849-5.27.001-10.542.004-15.812-.001-.829.038-1.585-.691-1.565-1.523C.191 15.556.201 8.738.196 1.921.124 1.177.602.409 1.348.241m.149.374C.965.71.57 1.231.604 1.768.606 8.639.602 15.51.606 22.381c-.018.589.502 1.111 1.088 1.108 5.319.005 10.638.002 15.958.001.586.01 1.114-.523 1.094-1.11-.001-6.871.006-13.743.006-20.613.044-.639-.535-1.218-1.173-1.173C12.219.61 6.856.568 1.497.615z"/><path fill="#fff" d="M12.137 4.166c.771-.335 1.687.402 1.548 1.225-.069.843-1.177 1.312-1.83.774-.726-.486-.548-1.732.282-1.999zM12.884 6.892c.591-.378 1.37-.42 1.968-.034.679.484.9 1.349 1.063 2.122.137.753.388 1.483.482 2.243.205 2.923.395 5.847.592 8.771-.388.003-.775-.004-1.162-.005-.281-1.664-.571-3.325-.851-4.988-.049-.259-.139-.509-.213-.761-.353.389-.721.77-1.04 1.185-.448 1.476-.854 2.966-1.28 4.449-.479-.104-.944-.267-1.416-.397l1.08-4.561a11.78 11.78 0 0 1 1.525-3.117c-.125-.849-.257-1.698-.392-2.546-.352.413-.664.86-1.029 1.261-.904.566-1.833 1.096-2.749 1.645a26.056 26.056 0 0 1-.464-.676c.885-.634 1.771-1.266 2.658-1.896a.482.482 0 0 0 .194-.25c.338-.817.693-1.628 1.032-2.445zM7.097 11.055c.268-.271.537-.541.809-.808.274.267.544.538.811.812-.267.271-.544.532-.815.8-.27-.266-.538-.534-.804-.803zM5.247 11.671c.268-.272.538-.541.809-.809.272.269.542.538.811.811-.268.27-.538.54-.809.808-.272-.269-.541-.539-.811-.81zM2.365 12.807c.312 0 .624-.001.936.003.378 2.06.741 4.124 1.134 6.182h2.481c.385-2.06.764-4.122 1.151-6.182.306-.003.611-.004.917.001-.425 2.372-.862 4.742-1.29 7.114-1.348-.002-2.695.005-4.042-.004-.437-2.37-.86-4.742-1.287-7.114z"/><path fill="#fff" d="M4.856 13.118c.382-.002.764-.003 1.146.001.004.382.003.764.001 1.146-.383.001-.764.002-1.147-.001-.003-.382-.002-.764-.001-1.146z"/><path fill="#1c1917" d="M1.323.092l.036-.024c5.504.013 11.008.001 16.513.006.669-.007 1.229.566 1.402 1.18v21.564l-.056.162c-.138.505-.571.851-1.048 1.021H1.157c-.591-.235-1.101-.769-1.098-1.436.032-7.004.007-14.009.012-21.013C.028.91.504.351 1.076.122c.09.058.173.048.247-.03m.026.148C.603.408.125 1.176.197 1.92.202 8.737.192 15.555.203 22.372c-.021.832.736 1.562 1.565 1.523 5.27.005 10.542.003 15.812.001.582.013 1.162-.32 1.416-.849.186-.368.159-.79.159-1.19V2.288c-.004-.423.038-.874-.166-1.262-.256-.526-.833-.853-1.414-.837C12.357.185 7.139.19 1.921.187a2.489 2.489 0 0 0-.571.052z"/><path fill="#005598" d="M1.497.615C6.856.568 12.219.61 17.579.594c.639-.045 1.218.535 1.173 1.173 0 6.871-.007 13.742-.006 20.613.021.587-.508 1.12-1.094 1.11-5.32.001-10.639.004-15.958-.001-.586.003-1.107-.519-1.088-1.108C.602 15.51.606 8.639.604 1.768.57 1.231.964.711 1.497.615m10.64 3.551c-.83.267-1.008 1.513-.282 1.999.653.538 1.761.069 1.83-.774.14-.823-.777-1.56-1.548-1.225m.747 2.726c-.34.817-.694 1.628-1.032 2.445a.491.491 0 0 1-.194.25c-.887.63-1.773 1.262-2.658 1.896.151.228.307.453.464.676.916-.549 1.845-1.079 2.749-1.645.365-.401.676-.848 1.029-1.261.135.848.267 1.697.392 2.546a11.78 11.78 0 0 0-1.525 3.117l-1.08 4.561c.472.13.936.292 1.416.397.426-1.483.832-2.973 1.28-4.449.319-.415.687-.796 1.04-1.185.075.252.164.501.213.761.28 1.663.569 3.325.851 4.988.388.001.775.008 1.162.005-.197-2.924-.388-5.848-.592-8.771-.094-.76-.346-1.489-.482-2.243-.163-.772-.384-1.638-1.063-2.122-.598-.386-1.377-.344-1.968.034m-5.789 4.163c.266.27.534.538.804.803.271-.267.549-.529.815-.8a47.759 47.759 0 0 0-.811-.812c-.272.267-.541.537-.809.808m-1.849.617c.27.271.539.541.811.81.271-.268.541-.538.809-.808-.269-.272-.539-.542-.811-.811-.271.268-.541.537-.809.809m-2.882 1.136c.428 2.371.85 4.744 1.287 7.114 1.348.009 2.695.001 4.042.004.428-2.372.865-4.742 1.29-7.114a35.039 35.039 0 0 0-.917-.001c-.388 2.06-.767 4.122-1.151 6.182H4.435c-.393-2.057-.756-4.121-1.134-6.182-.312-.004-.624-.003-.936-.003m2.491.311c-.001.382-.002.764.001 1.146.383.004.764.002 1.147.001.001-.383.003-.764-.001-1.146a62.54 62.54 0 0 0-1.146-.001z"/><path fill="#b9b8b8" d="M0 1.551h.071C.067 8.555.091 15.56.059 22.564l-.059.1V1.551z"/><path fill="#d5d4d4" d="M19.218 22.979l.056-.162v.134l-.056.029z"/></symbol><symbol viewBox="0 0 37 24" id="information--living-street--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0303cc" d="M0 0h36.774v24H0V0m14.181 2.82c-.333.739-.54 1.564-1.111 2.17-.021.55-.017 1.101-.008 1.651.182.176.364.354.548.528.004.389.014.78.021 1.171.306-.01.612-.004.917.01.023-.426.015-.854.033-1.279h4.543c.015.424.006.85.025 1.275.306-.01.614-.012.919-.002.01-.393.021-.786.025-1.179.182-.17.364-.345.544-.517.356-1.426-.637-2.495-1.099-3.747-1.726-.459-3.59-.292-5.357-.081m12.393 3.499c-.008-.192-.021-.577-.027-.768H25.32c.008.586-.01 1.171.002 1.755-.405.317-.792.656-1.194.975.014 2.121-.006 4.243.012 6.364 2.086-.004 4.173.002 6.257-.002.01-1.732 0-3.465.006-5.197.923-.004 1.845-.004 2.768 0 .006 1.732-.002 3.465.002 5.197h1.125c.01-2.119-.008-4.239.01-6.358-1.699-1.359-3.43-2.677-5.143-4.018-.869.677-1.726 1.368-2.59 2.052M7.034 4.726c-1.558.548-.617 3.089.927 2.485 1.69-.486.701-3.234-.927-2.485m-2.17 4.783c-1.188.861-.79 2.454-.935 3.712 1.15-.062.648-1.678 1.014-2.46l.863-.484c.165 3.941-1.034 7.781-2.897 11.214.201.157.401.319.598.484.672-.972 1.326-1.955 1.997-2.926.838-1.115 1.063-2.53 1.581-3.795 1.03 2.259 2.034 4.527 3.046 6.794.29 0 .579.004.867.012-.726-2.489-1.454-4.976-2.197-7.461-.577-1.417-.006-2.93.074-4.388 1.057.755 2.088 1.546 3.134 2.317l.377-.418c-1.419-1.454-2.77-2.986-4.281-4.341-1.419-.768-2.321.974-3.242 1.742m13.983 2.181c-1.175.265-.693 2.201.482 1.848 1.239-.234.71-2.243-.482-1.848m3.002.786c1.452 4.022 4.759 7.5 8.876 8.795l.134-.575c-3.979-1.281-7.041-4.661-8.541-8.499l-.468.279m-4.257 3.18c-.252.48-1.126.968-.588 1.521.53-.478 1.047-.968 1.579-1.442.815 2.042-.294 4.243-.358 6.35h.573c.405-1.21.784-2.429 1.19-3.639.453 1.372 1.726 1.901 3.046 2.119.081-.186.161-.372.238-.557-.598-.277-1.194-.555-1.794-.821-.497-1.316-.95-2.669-.902-4.095.523.257.863.732 1.196 1.188l.406-.223c-.49-1.117-1.517-1.895-2.669-2.228-.97.072-1.308 1.215-1.918 1.825m-2.423 4.357c-1.366.333-.761 2.568.594 2.146 1.434-.288.795-2.636-.594-2.146z"/><path fill="#0303cc" d="M14.392 3.13a16.034 16.034 0 0 1 4.914-.004c.195.494.395.987.586 1.483a29.689 29.689 0 0 0-6.079.004c.188-.495.385-.989.579-1.483zM13.461 5.1c.437-.004.877.002 1.316.002.062.314.13.625.205.935-.513.017-1.028-.015-1.541-.012.012-.308.017-.617.019-.925zM18.919 5.106c.443.002.885-.015 1.328-.006-.004.312 0 .623.012.933-.513.002-1.026.008-1.537.004.072-.31.137-.621.197-.931zM25.318 9.447c1.318-.004 2.636-.004 3.954 0 .002 1.314.002 2.63 0 3.945-1.318.004-2.636.004-3.954 0-.002-1.314-.002-2.63 0-3.945z"/><path fill="#fff" d="M14.181 2.82c1.767-.211 3.631-.377 5.357.081.463 1.252 1.455 2.321 1.099 3.747-.18.172-.362.346-.544.517-.004.393-.015.786-.025 1.179-.306-.01-.614-.008-.919.002-.019-.426-.01-.852-.025-1.275h-4.543c-.017.426-.01.854-.033 1.279a12.2 12.2 0 0 0-.917-.01c-.008-.391-.017-.782-.021-1.171-.184-.174-.366-.352-.548-.528a28.4 28.4 0 0 1 .008-1.651c.571-.606.778-1.43 1.111-2.17m.211.31c-.194.494-.391.987-.579 1.483a29.689 29.689 0 0 1 6.079-.004c-.192-.495-.391-.989-.586-1.483a16.002 16.002 0 0 0-4.914.004m-.931 1.97c-.002.308-.008.617-.019.925.513-.004 1.028.029 1.541.012-.075-.31-.143-.621-.205-.935-.439 0-.879-.006-1.316-.002m5.457.006c-.06.31-.126.621-.197.931.511.004 1.024-.002 1.537-.004-.012-.31-.015-.621-.012-.933-.443-.01-.885.008-1.328.006zM26.574 6.319c.863-.683 1.721-1.374 2.59-2.052 1.713 1.341 3.443 2.659 5.143 4.018-.017 2.119 0 4.239-.01 6.358h-1.125c-.004-1.732.004-3.465-.002-5.197-.923-.004-1.845-.004-2.768 0-.006 1.732.004 3.465-.006 5.197-2.085.004-4.171-.002-6.257.002-.017-2.121.002-4.243-.012-6.364.403-.319.79-.658 1.194-.975-.012-.585.006-1.169-.002-1.755h1.227c.006.192.019.577.027.768m-1.255 3.128c-.002 1.314-.002 2.63 0 3.945 1.318.004 2.636.004 3.954 0 .002-1.314.002-2.63 0-3.945a651.423 651.423 0 0 0-3.954 0zM7.034 4.726c1.628-.749 2.617 1.999.927 2.485-1.545.604-2.485-1.937-.927-2.485z"/><path fill="#fff" d="M4.864 9.509c.921-.768 1.823-2.51 3.242-1.742 1.512 1.355 2.863 2.888 4.281 4.341l-.377.418c-1.045-.77-2.077-1.562-3.134-2.317-.079 1.457-.65 2.971-.074 4.388.743 2.485 1.471 4.972 2.197 7.461a31.223 31.223 0 0 0-.867-.012c-1.012-2.266-2.017-4.535-3.046-6.794-.519 1.266-.743 2.681-1.581 3.795-.672.972-1.326 1.955-1.997 2.926a22.587 22.587 0 0 0-.598-.484c1.864-3.434 3.062-7.274 2.897-11.214l-.863.484c-.366.782.135 2.398-1.014 2.46.145-1.258-.254-2.851.935-3.712zM18.846 11.692c1.192-.395 1.721 1.614.482 1.848-1.175.352-1.657-1.583-.482-1.848zM21.848 12.478l.468-.279c1.5 3.838 4.562 7.217 8.541 8.499l-.134.575c-4.117-1.295-7.425-4.773-8.876-8.795zM17.592 15.658c.61-.61.948-1.754 1.918-1.825 1.152.333 2.179 1.111 2.669 2.228-.101.054-.306.166-.406.223-.333-.457-.674-.931-1.196-1.188-.048 1.426.405 2.779.902 4.095.6.265 1.196.544 1.794.821a30.04 30.04 0 0 1-.238.557c-1.32-.219-2.594-.747-3.046-2.119-.406 1.21-.786 2.429-1.19 3.639h-.573c.064-2.108 1.173-4.308.358-6.35-.532.474-1.049.964-1.579 1.442-.538-.554.337-1.041.588-1.521zM15.168 20.013c1.39-.49 2.028 1.858.594 2.146-1.355.422-1.961-1.814-.594-2.146z"/></symbol><symbol viewBox="0 0 24 24" id="information--living-street--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M0 0h1.415C.725.19.179.735 0 1.43V0zM22.465 0H24v24H0v-1.52c.219.831.993 1.471 1.868 1.435 6.442.004 12.884-.002 19.327.003.591-.009 1.228.071 1.767-.229.607-.31.963-.99.951-1.66.002-6.721.002-13.441.001-20.162.038-.878-.609-1.66-1.448-1.867z"/><path fill="#03408b" d="M1.493.259C8.337.187 15.187.249 22.032.229c.888-.061 1.694.748 1.636 1.634.003 6.723.003 13.446 0 20.169.056.886-.749 1.695-1.636 1.635H1.864c-.887.06-1.695-.747-1.637-1.634C.225 15.31.225 8.587.227 1.864.184 1.114.751.385 1.493.259m12.445 1.845c-1.361.258-3.192-.261-4.134 1.055-.372.597.042 1.41.659 1.649 1.384.596 2.94.098 4.365.41a9.943 9.943 0 0 0 2.913 1.687c.598 2.269.007 4.677.355 6.98.228.039.455-.011.676-.059-.01-1.911-.328-3.816-.17-5.727.011-.485-.221-.955-.131-1.442.372-.4.798-.885 1.384-.909.975-.095 1.837-.609 2.649-1.118.609-.315.512-1.324-.087-1.592-.72-.334-1.55-.246-2.295-.05.45-.805-.599-1.161-1.211-1.243-1.646-.228-3.426-.369-4.972.358M7.521 5.554C5.343 6.174 3.154 6.752.98 7.378l.006.635c2.243-.608 4.479-1.238 6.719-1.855.181-.059.371-.032.549.019 2.212.617 4.424 1.229 6.638 1.838l.002-.647c-2.23-.62-4.461-1.232-6.691-1.856-.225-.085-.461-.024-.682.042m.127 1.054c-1.799.505-3.6 1.006-5.402 1.502-.006 1.916-.003 3.832-.002 5.748 2.284.006 4.567-.005 6.851.006.026-1.71.002-3.42.012-5.13.973.001 1.947-.002 2.922.002-.001 1.707-.002 3.415 0 5.122.537.002 1.073.002 1.61 0 .001-1.915.004-3.831-.002-5.745-1.797-.498-3.596-.996-5.392-1.501a.989.989 0 0 0-.597-.003m7.35 7.046c-.641-.008-1.101.756-.786 1.317.267.581 1.156.666 1.526.143.477-.559-.009-1.515-.74-1.461m4.84 1.519c.281.301.705.152.999-.039.005.187.11.329.241.452l.166-.159c.16.069.331.103.505.098a8.048 8.048 0 0 0-.325-.291l-.041-.259c-.049-.03-.149-.09-.197-.121l-.252.132c.005-.377-.122-.856-.57-.895-.579-.11-.962.697-.526 1.082m-6.189.149c-.74.295-1.486.58-2.217.896-.348.092-.266.667.1.641.438-.089.842-.293 1.262-.437-.11.503-.077 1.109-.536 1.447-.322.246-.435.636-.577.996-.433-.208-.832-.499-1.294-.639-.344-.052-.572.45-.29.663.395.281.845.473 1.266.711.65.429.97-.578 1.576-.678.131.202.301.371.49.516-.041.854-.19 1.704-.195 2.558.038.401.703.41.751.008.131-1.338.411-2.725-.058-4.031.169-.342.451-.612.684-.91.269.397.473.845.8 1.2.277.219.672-.187.454-.461-.378-.689-.79-1.361-1.189-2.038-.195-.351-.626-.64-1.029-.441m5.158.895c-.182-.26-.672-.643-.784-.113.16.292.38.585.686.736.249-.065.471-.203.702-.312.221.479.005.966-.155 1.425l.126.192c-.33.704-.155 1.478-.023 2.207.023.314.577.224.517-.086-.09-.755-.237-1.539.134-2.249.238.246.398.569.675.775.46-.079.904-.247 1.338-.418.27-.081.17-.537-.106-.502-.393.065-.759.236-1.147.327a9.43 9.43 0 0 1 .182-.305c-.163-.289-.32-.581-.483-.871.086-.224.176-.448.269-.67.183.25.458.969.804.511.05-.586-.479-1.031-1.03-1.123-.619-.37-1.161.25-1.706.476m-2.767 3.563c-.595.244-.668 1.161-.122 1.499.533.402 1.382-.042 1.352-.709.034-.613-.686-1.075-1.23-.791z"/><path fill="#03408b" d="M17.255 5.177c.705-.102 1.394.159 2.099.164-.441.406-.83.923-1.397 1.152-.955-.146-1.81-.684-2.524-1.315.607.006 1.217.077 1.822-.001zM3.735 8.735c1.378 0 2.754-.003 4.132.001-.002.786-.001 1.573-.001 2.361-1.377.002-2.753 0-4.13.001-.003-.788-.002-1.575-.001-2.363z"/><path fill="#fff" d="M1.415 0h21.05c.839.207 1.487.989 1.448 1.867.001 6.721.001 13.441-.001 20.162.012.67-.344 1.351-.951 1.66-.539.299-1.176.219-1.767.229-6.443-.005-12.885.001-19.327-.003-.875.036-1.649-.604-1.868-1.435V1.43A2.014 2.014 0 0 1 1.414 0m.079.259C.75.385.184 1.114.227 1.864.225 8.587.225 15.31.227 22.033c-.057.887.75 1.695 1.637 1.634h20.168c.887.059 1.692-.749 1.636-1.635.003-6.723.003-13.446 0-20.169.057-.886-.748-1.696-1.636-1.634-6.846.02-13.696-.042-20.539.03z"/><path fill="#fff" d="M13.938 2.104c1.546-.727 3.327-.586 4.972-.358.612.082 1.661.437 1.211 1.243.745-.196 1.575-.284 2.295.05.599.268.696 1.277.087 1.592-.812.509-1.675 1.023-2.649 1.118-.586.024-1.012.509-1.384.909-.09.487.142.957.131 1.442-.158 1.911.16 3.816.17 5.727-.221.048-.449.099-.676.059-.348-2.302.243-4.711-.355-6.98a9.93 9.93 0 0 1-2.913-1.687c-1.424-.313-2.981.186-4.365-.41-.617-.239-1.031-1.051-.659-1.649.942-1.315 2.773-.797 4.134-1.055m3.318 3.072c-.606.078-1.216.007-1.822.001.714.632 1.569 1.169 2.524 1.315.567-.23.957-.746 1.397-1.152-.704-.005-1.393-.266-2.099-.164z"/><path fill="#fff" d="M7.521 5.554c.22-.065.456-.127.682-.042 2.23.623 4.461 1.235 6.691 1.856l-.002.647c-2.214-.609-4.426-1.221-6.638-1.838-.178-.051-.368-.078-.549-.019-2.24.616-4.476 1.247-6.719 1.855a67.532 67.532 0 0 0-.006-.635c2.175-.626 4.364-1.204 6.541-1.824z"/><path fill="#fff" d="M7.648 6.608a.989.989 0 0 1 .597.003c1.796.505 3.595 1.004 5.392 1.501.006 1.915.003 3.831.002 5.745-.537.002-1.073.002-1.61 0-.002-1.707-.001-3.415 0-5.122-.975-.004-1.948-.001-2.922-.002-.01 1.71.014 3.42-.012 5.13-2.284-.011-4.567 0-6.851-.006-.001-1.916-.004-3.832.002-5.748 1.802-.497 3.602-.997 5.402-1.502M3.735 8.735c-.001.788-.002 1.575.001 2.363 1.377-.001 2.753.001 4.13-.001 0-.788-.001-1.574.001-2.361-1.378-.004-2.754-.001-4.132-.001zM14.998 13.655c.73-.054 1.217.902.74 1.461-.37.523-1.259.437-1.526-.143-.315-.561.145-1.326.786-1.317zM19.838 15.173c-.436-.384-.053-1.192.526-1.082.449.038.576.517.57.895l.252-.132c.049.03.149.09.197.121l.041.259c.11.094.219.19.325.291a1.185 1.185 0 0 1-.505-.098l-.166.159c-.131-.123-.236-.265-.241-.452-.294.191-.719.341-.999.039zM13.649 15.322c.402-.199.833.089 1.029.441.399.677.81 1.35 1.189 2.038.218.274-.177.681-.454.461-.327-.355-.531-.803-.8-1.2-.233.298-.514.568-.684.91.47 1.306.189 2.693.058 4.031-.048.402-.713.393-.751-.008.005-.854.155-1.704.195-2.558a2.109 2.109 0 0 1-.49-.516c-.606.101-.926 1.108-1.576.678-.422-.238-.872-.43-1.266-.711-.283-.213-.054-.715.29-.663.461.14.86.431 1.294.639.141-.361.255-.75.577-.996.459-.339.426-.944.536-1.447-.421.144-.824.348-1.262.437-.366.026-.448-.549-.1-.641.731-.316 1.477-.601 2.217-.896zM18.805 16.218c.545-.225 1.087-.846 1.706-.476.551.092 1.079.537 1.03 1.123-.346.458-.621-.261-.804-.511-.094.222-.183.446-.269.67.163.29.32.582.483.871-.062.102-.123.203-.182.305.388-.091.754-.262 1.147-.327.276-.035.376.421.106.502-.434.17-.878.339-1.338.418-.277-.206-.437-.529-.675-.775-.371.711-.224 1.494-.134 2.249.059.311-.495.4-.517.086-.132-.728-.308-1.502.023-2.207l-.126-.192c.16-.459.376-.947.155-1.425-.232.109-.453.246-.702.312-.305-.151-.526-.444-.686-.736.112-.53.603-.146.784.113zM16.037 19.781c.544-.285 1.264.178 1.23.791.03.667-.819 1.111-1.352.709-.546-.339-.474-1.255.122-1.499z"/></symbol><symbol viewBox="0 0 27 24" id="information--living-street--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fcfcfc" d="M0 0h26.715v24H0V0m1.452.494c-.5.121-.845.614-.794 1.126C.66 8.504.656 15.389.66 22.273c-.053.646.564 1.162 1.184 1.126 7.639.007 15.279.001 22.917.003.643.055 1.298-.46 1.247-1.137.002-6.917.008-13.833-.002-20.75.029-.656-.623-1.12-1.236-1.078C17.201.43 9.629.441 2.06.432a2.7 2.7 0 0 0-.608.062z"/><path fill="#3952a4" d="M1.452.494c.199-.051.404-.056.608-.062 7.569.01 15.141-.001 22.71.005.612-.041 1.265.422 1.236 1.078.01 6.917.004 13.833.002 20.75.051.677-.604 1.192-1.247 1.137-7.639-.002-15.279.003-22.917-.003-.62.036-1.237-.48-1.184-1.126C.656 15.389.66 8.504.658 1.62A1.062 1.062 0 0 1 1.452.494m8.788 1.573c-.407.504-.356 1.314-.972 1.679-.009.45-.009.899-.011 1.349.14.007.281.012.421.017.002.333 0 .666.002.998l.737.001c.002-.336 0-.671.002-1.007h3.031c.002.345 0 .691.002 1.035l.737.001c.002-.341-.001-.681-.001-1.021l.351-.03c-.053-.526.166-1.157-.244-1.579-.317-.412-.33-.959-.555-1.414a23.79 23.79 0 0 0-3.501-.029m7.071 3.19c-.395.543.216 1.058.736 1.124-.682.607-1.364 1.213-2.05 1.815l.072.433c.851-.081 1.245-.984 1.895-1.436.366.379.641.832.934 1.267-.708.155-1.511.069-2.122.519.317.399.659.776 1.006 1.148.156-.102.305-.215.448-.334-.123-.171-.249-.339-.371-.508l.759.005c-.421.616-.333 1.397-.338 2.102-.018.346.363.319.603.327.122-.538.008-1.097.111-1.633.324-.496.862-.818 1.164-1.331.237-.43-.114-.854-.363-1.184-.451-.552-.793-1.202-1.355-1.655.172-.649-.678-1.252-1.128-.659M6.983 8.942c-.308.559.004 1.197.464 1.558l.012.362c-.496.121-1.019.255-1.33.696-.631.784-1.651 1.328-1.86 2.379-.215.754-.571 1.476-.599 2.271.274.084.71.344.875-.033.357-.76.611-1.565.931-2.342.198-.547.774-.795 1.185-1.159-.179.907-.094 1.906-.611 2.712a933.453 933.453 0 0 0-3.029 5.672c.563.25 1.095.902 1.759.671.38-.252.164-.749-.09-1.013.805-1.465 1.62-2.922 2.431-4.384l.253-.017c.961 1.807 1.891 3.63 2.841 5.442.445-.224.907-.414 1.346-.648.325-.13.299-.61.119-.85-.226-.059-.46-.05-.692-.06-.788-1.539-1.555-3.088-2.35-4.624-.516-.782-.127-1.744-.059-2.597.415.425.404 1.213 1.056 1.387.845.321 1.611.896 2.53.983.14-.267.402-.645.103-.902-.661-.43-1.451-.616-2.13-1.015-.599-.747-.634-1.932-1.558-2.412l-.042-.397c.579-.306 1.046-.987.716-1.643-.384-.918-1.857-.94-2.27-.035m8.59.117c-.797.063-1.513.765-1.505 1.581-.023.885.808 1.643 1.678 1.617.907.026 1.763-.806 1.668-1.728-.059-.896-.965-1.579-1.841-1.47m5.428.009c-.761.141-1.373.877-1.309 1.659.043.851.856 1.53 1.693 1.508.93.01 1.792-.867 1.641-1.811-.108-.937-1.127-1.576-2.025-1.356m-1.409 4.672c-1.785.2-3.395 1.501-3.929 3.221-.809 2.323.626 5.054 2.949 5.79 2.388.907 5.333-.475 6.11-2.919a4.599 4.599 0 0 0-.685-4.24c-1.005-1.363-2.774-2.076-4.445-1.853z"/><path fill="#fff" d="M10.24 2.067a23.926 23.926 0 0 1 3.501.029c.225.455.238 1.002.555 1.414.411.422.191 1.053.244 1.579l-.351.03c0 .34.003.68.001 1.021l-.737-.001c-.002-.344 0-.69-.002-1.035H10.42c-.002.336 0 .671-.002 1.007l-.737-.001c-.002-.332 0-.665-.002-.998l-.421-.017c.002-.45.002-.899.011-1.349.616-.365.565-1.175.972-1.679m.246.33c-.119.372-.237.746-.351 1.12h3.59a81.886 81.886 0 0 1-.279-1.083c-.987-.008-1.973-.033-2.96-.037m-.683 1.764c-.247.228.083.645.356.45.348-.192-.055-.738-.356-.45m3.801-.004c-.261.266.15.665.416.416.248-.268-.14-.672-.416-.416z"/><path fill="#fff" d="M12.528 2.638c.254-.172.646.009.674.316.052.345-.403.606-.681.399-.276-.142-.264-.574.007-.715zM17.31 5.257c.451-.593 1.3.01 1.128.659.563.453.905 1.103 1.355 1.655.249.33.599.754.363 1.184-.302.514-.841.835-1.164 1.331-.103.536.011 1.096-.111 1.633-.24-.008-.621.02-.603-.327.004-.706-.084-1.487.338-2.102l-.759-.005c.123.169.249.338.371.508a4.868 4.868 0 0 1-.448.334 19.663 19.663 0 0 1-1.006-1.148c.611-.45 1.414-.364 2.122-.519-.293-.435-.568-.888-.934-1.267-.651.452-1.044 1.354-1.895 1.436l-.072-.433c.686-.602 1.368-1.208 2.05-1.815-.52-.066-1.132-.581-.736-1.124zM6.983 8.942c.413-.906 1.885-.883 2.27.035.33.656-.137 1.337-.716 1.643l.042.397c.924.48.959 1.665 1.558 2.412.679.4 1.468.585 2.13 1.015.299.257.037.635-.103.902-.92-.087-1.685-.661-2.53-.983-.652-.174-.641-.962-1.056-1.387-.068.852-.457 1.815.059 2.597.795 1.536 1.562 3.085 2.35 4.624.231.01.466.001.692.06.179.24.205.72-.119.85-.439.235-.9.425-1.346.648-.95-1.811-1.88-3.635-2.841-5.442l-.253.017c-.811 1.462-1.627 2.919-2.431 4.384.254.264.47.761.09 1.013-.665.231-1.197-.421-1.759-.671a933.453 933.453 0 0 1 3.029-5.672c.517-.806.432-1.805.611-2.712-.411.364-.987.611-1.185 1.159-.319.778-.573 1.582-.931 2.342-.165.377-.602.116-.875.033.028-.795.384-1.517.599-2.271.21-1.051 1.229-1.595 1.86-2.379.312-.441.834-.576 1.33-.696l-.012-.362c-.459-.362-.772-.999-.464-1.558z"/><path fill="#fff" d="M15.574 9.061c.875-.109 1.782.574 1.841 1.47.094.922-.761 1.754-1.668 1.728-.87.026-1.701-.732-1.678-1.617-.008-.817.708-1.518 1.505-1.581zM21.002 9.07c.898-.219 1.918.419 2.025 1.356.151.945-.711 1.821-1.641 1.811-.837.022-1.65-.657-1.693-1.508-.064-.782.547-1.518 1.309-1.659zM19.593 13.742c1.671-.224 3.44.49 4.445 1.853a4.599 4.599 0 0 1 .685 4.24c-.776 2.445-3.722 3.826-6.11 2.919-2.324-.736-3.759-3.468-2.949-5.79.534-1.72 2.144-3.021 3.929-3.221m.103.203a4.48 4.48 0 0 0-3.5 2.351c-.795 1.467-.648 3.385.377 4.704 1.023 1.395 2.898 2.084 4.582 1.688 1.507-.316 2.803-1.468 3.286-2.931a4.42 4.42 0 0 0-.734-4.153c-.937-1.193-2.505-1.833-4.011-1.659z"/><path fill="#fff" d="M19.583 15.245c1.784-.382 3.677 1.054 3.749 2.884.185 1.837-1.525 3.541-3.359 3.37-1.84-.038-3.344-1.923-2.951-3.727.22-1.267 1.292-2.322 2.561-2.527m-1.768 2.514c.19.01.379.017.569.025.115-.491 1.023-.522.895.067-.394.57-.964.998-1.427 1.514l-.003.624h2.136v-.617c-.42.001-.841.001-1.26-.002.478-.578 1.466-1.081 1.147-1.975-.386-.974-1.997-.681-2.057.364m3.398-.893c-.837.352-.749 1.483-.661 2.231.091.897 1.371 1.255 1.931.567.446-.581.357-1.389.214-2.062-.132-.642-.896-.989-1.483-.735z"/><path fill="#fff" d="M21.446 17.437c.848-.226.785.931.707 1.46.055.595-.923.697-.96.096-.042-.498-.194-1.205.253-1.555z"/><path fill="#3a54a5" d="M10.487 2.397c.987.004 1.973.029 2.96.037.091.362.184.722.279 1.083h-3.59c.114-.374.231-.747.351-1.12m2.041.241c-.27.14-.282.572-.007.715.278.207.733-.053.681-.399-.028-.307-.42-.488-.674-.316zM9.804 4.161c.301-.289.704.257.356.45-.274.195-.603-.222-.356-.45zM13.605 4.157c.276-.256.664.148.416.416-.266.249-.677-.15-.416-.416z"/><path fill="#ed1c24" d="M19.696 13.946c1.505-.174 3.073.466 4.011 1.659a4.42 4.42 0 0 1 .734 4.153c-.483 1.463-1.779 2.615-3.286 2.931-1.683.396-3.559-.292-4.582-1.688-1.025-1.319-1.172-3.237-.377-4.704a4.48 4.48 0 0 1 3.5-2.351m-.113 1.299c-1.268.205-2.34 1.26-2.561 2.527-.393 1.804 1.111 3.689 2.951 3.727 1.834.172 3.544-1.532 3.359-3.37-.072-1.83-1.965-3.267-3.749-2.884z"/><path fill="#030303" d="M17.815 17.759c.06-1.045 1.671-1.338 2.057-.364.319.895-.669 1.398-1.147 1.975.419.003.839.003 1.26.002v.617h-2.136l.003-.624c.463-.516 1.033-.944 1.427-1.514.128-.59-.78-.558-.895-.067-.19-.008-.379-.015-.569-.025zM21.213 16.866c.588-.254 1.351.093 1.483.735.143.673.232 1.481-.214 2.062-.56.689-1.84.33-1.931-.567-.088-.747-.176-1.879.661-2.231m.234.572c-.447.35-.295 1.057-.253 1.555.037.602 1.015.5.96-.096.078-.529.141-1.685-.707-1.46z"/></symbol><symbol viewBox="0 0 24 24" id="information--lodging--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bebfc1" d="M1.36 0h21.26l.002.084c-6.744.017-13.487 0-20.231.008a4.655 4.655 0 0 1-.882-.066L1.36 0z"/><path fill="#606267" d="M.019 1.411C.19.704.769.11 1.509.026c.291.051.587.073.882.066C9.135.084 15.878.101 22.622.084c.614-.018 1.066.491 1.378.96v22.094c-.243.326-.497.661-.86.863H1.045c-.485-.253-.919-.664-1-1.229.071-.507.041-1.019.041-1.528v-18.3c.006-.511.03-1.027-.068-1.532M1.322.324C.655.488.213 1.169.253 1.842.25 8.462.255 15.082.25 21.701c.011.428-.044.877.118 1.285.25.611.917.951 1.56.914 6.776 0 13.553.003 20.329-.001.858.055 1.655-.675 1.616-1.547.008-6.84.005-13.68.002-20.52.045-.799-.619-1.566-1.434-1.56C15.575.26 8.708.273 1.841.266c-.174.006-.349.009-.518.057z"/><path fill="#fff" d="M1.322.324c.168-.048.344-.051.518-.057 6.867.007 13.734-.006 20.6.006.816-.006 1.48.76 1.434 1.56.003 6.84.006 13.68-.002 20.52.04.872-.758 1.602-1.616 1.547-6.776.004-13.553.001-20.329.001-.643.037-1.309-.303-1.56-.914-.162-.407-.107-.857-.118-1.285.005-6.62 0-13.24.003-19.859C.212 1.17.654.489 1.321.325m.184.459c-.476.094-.807.571-.769 1.049-.001 6.84-.003 13.679.001 20.518-.04.56.448 1.067 1.011 1.041 6.835.011 13.67 0 20.505.006.602.073 1.172-.439 1.126-1.05.002-6.837 0-13.673.001-20.509.067-.623-.509-1.162-1.124-1.087C15.34.775 8.419.711 1.506.784z"/><path fill="#fff" d="M2.131 7.047c.527-.002 1.054-.003 1.581-.001.005 1.68-.006 3.36.006 5.04 5.565-.001 11.131.001 16.696-.001V9.184h1.58l.001 6.833h-1.581v-1.754c-5.568.002-11.136 0-16.703.001.005.584.002 1.169.003 1.754-.527-.002-1.054 0-1.581-.003-.001-2.989.001-5.979-.001-8.968z"/><path fill="#fff" d="M5.271 9.05c.769-.224 1.605.455 1.557 1.251.035 1.013-1.321 1.628-2.061.938-.798-.593-.471-2.001.504-2.188zM8.1 9.942c.403-.408.996-.538 1.55-.547 2.485-.007 4.969-.028 7.454-.04.673-.001 1.412.105 1.918.591.447.408.583 1.022.717 1.586-4.078.004-8.157.005-12.236 0 .069-.564.18-1.171.597-1.59z"/><path fill="#005598" d="M1.505.784C8.418.71 15.339.775 22.255.752c.614-.075 1.191.463 1.124 1.087-.001 6.836.001 13.672-.001 20.509.046.611-.523 1.123-1.126 1.05-6.835-.006-13.67.006-20.505-.006-.563.026-1.05-.481-1.011-1.041C.732 15.512.734 8.673.735 1.833c-.039-.478.292-.955.769-1.049m.627 6.263c.002 2.989 0 5.979.001 8.968.527.003 1.054.001 1.581.003-.001-.585.002-1.17-.003-1.754 5.568-.001 11.136.001 16.703-.001v1.754h1.581l-.001-6.833h-1.58v2.901c-5.565.002-11.131 0-16.696.001-.011-1.68-.001-3.36-.006-5.04-.527-.002-1.054-.001-1.581.001M5.271 9.05c-.975.188-1.302 1.595-.504 2.188.739.69 2.096.075 2.061-.938.048-.795-.788-1.475-1.557-1.251m2.829.893c-.417.418-.528 1.026-.597 1.59 4.079.005 8.158.004 12.236 0-.134-.565-.27-1.178-.717-1.586-.507-.486-1.245-.592-1.918-.591-2.485.012-4.969.033-7.454.04-.554.009-1.148.139-1.55.547z"/><path fill="#a4a6a7" d="M0 1.265l.019.145c.098.505.074 1.021.068 1.532v18.3c0 .509.029 1.022-.041 1.528L0 22.916V1.265z"/></symbol><symbol viewBox="0 0 24 24" id="information--lodging--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.834.139c.272-.12.575-.105.865-.11 7 .01 13.999-.009 20.998.01.767-.017 1.313.74 1.271 1.462v20.997c.051.765-.569 1.529-1.37 1.468-7.065.004-14.13.004-21.195 0-.8.059-1.417-.706-1.371-1.468V1.501C.023.951.299.352.834.139m.391.393C.75.633.453 1.126.498 1.595.502 8.566.495 15.537.502 22.508c-.031.538.452 1.021.99.989 7.005.005 14.011.005 21.016 0 .539.031 1.02-.451.989-.989.006-7.005.006-14.011.001-21.016.036-.585-.523-1.062-1.093-.993C15.346.523 8.281.456 1.225.532z"/><path fill="#fff" d="M3.894 3.894c5.404-.002 10.808-.002 16.212 0 .002 5.404.001 10.808 0 16.212-5.404.002-10.808.001-16.212 0-.002-5.404-.002-10.808 0-16.212m13.452 4.14c-.044.954.023 1.913-.03 2.868-.087 1.048-1.06 1.916-2.11 1.896-2.847.005-5.693.001-8.539.002 0-.725.002-1.449-.002-2.174-.291-.262-.767-.316-1.041.001-.057 1.61-.007 3.227-.024 4.84.356 0 .711-.001 1.067 0-.002-.356.001-.711 0-1.067h10.667c-.002.356.001.711 0 1.067H18.4c.001-2.425-.001-4.849.001-7.273.04-.543-.89-.614-1.055-.16m-1.213 1.904c-.85.34-1.64 1.116-1.729 2.061-.039.512.586.64.958.452.839-.348 1.613-1.117 1.7-2.054.037-.499-.562-.632-.929-.459m-6.382 1.033c-.942.107-1.945.272-2.701.888-.276.246-.018.743.347.672 2.102.002 4.206.007 6.308-.002.415.052.589-.569.217-.751-1.212-.808-2.759-.894-4.171-.807z"/><path fill="#154889" d="M1.225.532C8.281.456 15.346.523 22.405.499c.57-.069 1.129.408 1.093.993.005 7.005.005 14.011-.001 21.016.031.538-.45 1.02-.989.989-7.005.005-14.011.005-21.016 0-.538.032-1.021-.451-.99-.989-.007-6.971 0-13.942-.004-20.913C.453 1.126.75.633 1.225.532m2.669 3.362c-.002 5.404-.002 10.808 0 16.212 5.404.001 10.808.002 16.212 0 .001-5.404.002-10.808 0-16.212-5.404-.002-10.808-.002-16.212 0z"/><path d="M17.346 8.034c.165-.454 1.095-.383 1.055.16-.002 2.424 0 4.848-.001 7.273h-1.066c.001-.356-.002-.711 0-1.067H6.667c.001.356-.002.711 0 1.067-.356-.001-.711 0-1.067 0 .017-1.613-.033-3.23.024-4.84.274-.317.75-.263 1.041-.001.004.725.002 1.449.002 2.174 2.846-.001 5.692.003 8.539-.002 1.05.02 2.023-.848 2.11-1.896.053-.955-.014-1.914.03-2.868z"/><path d="M16.133 9.938c.367-.173.966-.04.929.459-.087.937-.861 1.706-1.7 2.054-.372.188-.997.06-.958-.452.089-.945.879-1.721 1.729-2.061zM9.751 10.971c1.412-.087 2.959-.001 4.171.807.372.182.198.803-.217.751-2.102.009-4.206.004-6.308.002-.365.071-.623-.426-.347-.672.756-.616 1.759-.781 2.701-.888z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-10--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.115 0h1.78c3.313.243 6.486 1.924 8.533 4.541 1.496 1.867 2.385 4.194 2.572 6.577v1.773c-.244 3.326-1.935 6.51-4.567 8.558-1.86 1.479-4.167 2.361-6.532 2.551h-1.793c-1.874-.154-3.715-.727-5.324-1.706-2.493-1.506-4.414-3.94-5.27-6.727C.24 14.702.088 13.805 0 12.904v-1.801c.188-2.366 1.07-4.676 2.55-6.535C4.6 1.934 7.786.241 11.115.001m.251.595c-1.987.102-3.94.747-5.604 1.836-2.568 1.661-4.412 4.394-4.98 7.4-.63 3.186.187 6.622 2.198 9.173a11.45 11.45 0 0 0 7.051 4.248c1.87.325 3.822.182 5.62-.429 2.806-.934 5.203-3.014 6.533-5.654 1.557-3.018 1.649-6.739.244-9.832A11.465 11.465 0 0 0 16.3 1.415a11.379 11.379 0 0 0-4.934-.82z"/><path fill="#fff" d="M14.551 5.552a3.799 3.799 0 0 1 2.983.913c.774.634 1.134 1.65 1.14 2.63.006 1.906.001 3.811.002 5.717.004.774-.161 1.576-.621 2.213-.774 1.054-2.134 1.633-3.432 1.477a3.776 3.776 0 0 1-2.473-1.311c-.54-.646-.743-1.505-.749-2.332V9.984c-.001-.688-.03-1.393.182-2.057.383-1.302 1.651-2.209 2.967-2.375m.188 1.884c-.921.081-1.508 1.016-1.446 1.889-.002 1.782 0 3.564-.001 5.347-.003.402.053.818.256 1.171.561 1.012 2.196 1.073 2.875.158.276-.364.371-.834.365-1.283V9.282c.005-.53-.161-1.092-.57-1.451-.393-.363-.962-.466-1.479-.395zM5.867 6.995c.609-.442 1.213-.894 1.83-1.324.623-.019 1.248-.003 1.871-.007V18.45H7.677c-.002-3.588 0-7.176-.001-10.764-.603.441-1.204.884-1.808 1.323V6.995z"/><path fill="#00f" d="M11.366.596a11.364 11.364 0 0 1 4.934.82 11.465 11.465 0 0 1 6.128 5.923c1.405 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.72-6.533 5.654-1.798.611-3.75.754-5.62.429a11.444 11.444 0 0 1-7.051-4.248C.969 16.455.152 13.019.782 9.833c.568-3.006 2.412-5.739 4.98-7.4A11.357 11.357 0 0 1 11.366.597m3.185 4.955c-1.315.165-2.584 1.073-2.967 2.375-.212.664-.184 1.369-.182 2.057v4.875c.006.826.21 1.685.749 2.332a3.787 3.787 0 0 0 2.473 1.311c1.298.156 2.657-.423 3.432-1.477.459-.637.625-1.44.621-2.213-.001-1.906.004-3.811-.002-5.717-.006-.98-.367-1.996-1.14-2.63a3.799 3.799 0 0 0-2.983-.913M5.867 6.995v2.014c.604-.439 1.205-.883 1.808-1.323.001 3.588-.001 7.176.001 10.764h1.891V5.664c-.623.004-1.248-.012-1.871.007-.617.43-1.22.882-1.83 1.324z"/><path fill="#00f" d="M14.738 7.436c.517-.071 1.086.032 1.479.395.409.359.575.921.57 1.451.002 1.812 0 3.624 0 5.436.006.449-.089.919-.365 1.283-.679.915-2.315.854-2.875-.158-.203-.353-.259-.769-.256-1.171 0-1.782-.001-3.564.001-5.347-.062-.873.525-1.808 1.446-1.889z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-100--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.102 0h1.816c1.773.157 3.522.668 5.062 1.568a12.071 12.071 0 0 1 5.366 6.443c.356.996.556 2.041.654 3.093v1.811c-.157 1.774-.669 3.524-1.57 5.065-1.537 2.699-4.162 4.757-7.155 5.592-.766.225-1.557.342-2.349.428h-1.843c-1.728-.151-3.429-.646-4.943-1.499-2.622-1.461-4.664-3.933-5.581-6.793-.299-.9-.462-1.838-.559-2.78V11.08c.195-2.358 1.073-4.66 2.55-6.513C4.597 1.935 7.778.245 11.102 0m.263.596a11.35 11.35 0 0 0-5.602 1.836C3.193 4.093 1.349 6.828.782 9.836c-.63 3.195.195 6.642 2.22 9.195 1.84 2.374 4.653 3.966 7.638 4.311 1.681.2 3.408.027 5.013-.518 2.805-.935 5.202-3.014 6.533-5.654 1.557-3.019 1.649-6.74.244-9.832a11.463 11.463 0 0 0-5.702-5.739A11.37 11.37 0 0 0 11.366.595z"/><path fill="#fff" d="M10.378 6.49c1.145-.198 2.372.271 3.085 1.189.428.561.584 1.282.576 1.977-.001 1.609.001 3.218-.001 4.827-.003.74-.218 1.507-.733 2.057-.96 1.052-2.63 1.35-3.886.672-.675-.35-1.251-.937-1.466-1.679-.131-.413-.167-.851-.162-1.283.001-1.562-.001-3.125.001-4.688.008-.721.2-1.469.684-2.021a3.284 3.284 0 0 1 1.902-1.051m.283 1.602c-.707.062-1.223.731-1.23 1.419-.02 1.564-.002 3.128-.009 4.692-.007.393.04.809.263 1.144.533.825 1.937.818 2.465-.009.212-.319.261-.712.265-1.087-.001-1.516.001-3.032-.001-4.549-.005-.442-.115-.915-.448-1.23-.335-.341-.844-.443-1.305-.38M9.347 9.549c-.03 1.645-.035 3.296.003 4.941.055-.484.013-.973.025-1.459-.019-1.16.038-2.325-.028-3.482zM17.736 6.489a3.266 3.266 0 0 1 3.08 1.194c.426.56.58 1.28.573 1.973 0 1.609.002 3.218-.001 4.828-.003.748-.224 1.525-.75 2.075-.978 1.056-2.676 1.333-3.93.62-.648-.351-1.193-.926-1.402-1.644-.202-.611-.157-1.261-.16-1.895V9.561c.005-.723.201-1.473.688-2.025a3.285 3.285 0 0 1 1.903-1.048m.283 1.603c-.712.058-1.233.73-1.24 1.422-.019 1.563-.002 3.127-.008 4.691-.008.396.041.813.267 1.149.538.82 1.941.809 2.466-.019.21-.319.26-.71.26-1.084-.001-1.516.001-3.032-.001-4.548-.001-.442-.114-.911-.442-1.226-.334-.34-.841-.447-1.301-.384zM3.039 7.686c.52-.379 1.038-.762 1.564-1.132.539-.024 1.08-.005 1.62-.009 0 3.653.001 7.305 0 10.957-.544.003-1.088.001-1.632 0-.002-3.07 0-6.141-.001-9.211-.518.375-1.032.755-1.55 1.131V7.686z"/><path fill="#00f" d="M11.365.596A11.37 11.37 0 0 1 16.727 1.6a11.47 11.47 0 0 1 5.702 5.739c1.404 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654a11.444 11.444 0 0 1-5.013.518c-2.985-.345-5.798-1.936-7.638-4.311-2.025-2.554-2.85-6-2.22-9.195.567-3.008 2.412-5.743 4.981-7.404A11.353 11.353 0 0 1 11.365.597m-.987 5.893a3.284 3.284 0 0 0-1.902 1.051c-.485.552-.676 1.299-.684 2.021-.002 1.562 0 3.125-.001 4.688-.005.432.031.87.162 1.283.215.742.791 1.329 1.466 1.679 1.256.678 2.927.381 3.886-.672.515-.55.729-1.317.733-2.057.003-1.609 0-3.218.001-4.827.008-.694-.148-1.416-.576-1.977a3.267 3.267 0 0 0-3.085-1.189m7.358-.001a3.285 3.285 0 0 0-1.903 1.048c-.487.552-.683 1.302-.688 2.025v4.079c.004.633-.041 1.283.16 1.895.209.718.754 1.293 1.402 1.644 1.254.713 2.952.436 3.93-.62.527-.55.747-1.327.75-2.075.003-1.609 0-3.218.001-4.828.008-.692-.147-1.413-.573-1.972a3.266 3.266 0 0 0-3.08-1.194M3.039 7.686v1.736c.518-.375 1.032-.755 1.55-1.131.001 3.07-.001 6.141.001 9.211.544.001 1.088.002 1.632 0 .001-3.653 0-7.305 0-10.957-.54.005-1.081-.015-1.62.009-.526.37-1.044.753-1.564 1.132z"/><path fill="#00f" d="M10.661 8.092c.461-.064.97.039 1.305.38.332.315.443.787.448 1.23.003 1.516 0 3.032.001 4.549-.004.375-.053.768-.265 1.087-.527.827-1.932.834-2.465.009-.223-.335-.27-.75-.263-1.144.007-1.564-.011-3.128.009-4.692.007-.688.523-1.357 1.23-1.419zM18.02 8.091c.46-.063.967.044 1.301.384.328.315.442.785.443 1.226.003 1.516 0 3.032.001 4.548 0 .374-.05.765-.26 1.084-.525.828-1.928.84-2.466.019-.226-.336-.275-.754-.267-1.149.006-1.564-.011-3.128.008-4.691.007-.692.528-1.364 1.24-1.422z"/><path fill="#e2e2ff" d="M9.347 9.549c.066 1.156.009 2.322.028 3.482-.013.486.03.975-.025 1.459a121.473 121.473 0 0 1-.003-4.941z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-110--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.113 0H12.9c3.311.245 6.482 1.925 8.528 4.541 1.495 1.867 2.385 4.193 2.572 6.575v1.78c-.246 3.324-1.936 6.505-4.567 8.553-1.856 1.477-4.16 2.357-6.521 2.551h-1.809c-1.872-.156-3.712-.728-5.318-1.706-2.494-1.506-4.414-3.94-5.27-6.727-.274-.861-.424-1.755-.514-2.653v-1.816c.19-2.364 1.07-4.673 2.55-6.531C4.6 1.934 7.786.24 11.114 0m.252.596c-1.987.102-3.94.747-5.604 1.836C3.182 4.1 1.334 6.85.775 9.871c-.615 3.175.203 6.593 2.205 9.135a11.44 11.44 0 0 0 7.172 4.268 11.43 11.43 0 0 0 5.499-.45c2.806-.934 5.203-3.014 6.534-5.654 1.557-3.019 1.649-6.739.244-9.832a11.469 11.469 0 0 0-5.701-5.739A11.373 11.373 0 0 0 11.366.595z"/><path fill="#fff" d="M16.658 6.489a3.263 3.263 0 0 1 3.077 1.198c.424.56.578 1.278.57 1.97-.001 1.609.001 3.218-.001 4.827-.003.747-.223 1.523-.748 2.073-.969 1.047-2.647 1.333-3.898.641-.661-.348-1.221-.927-1.434-1.655-.205-.613-.156-1.266-.161-1.902 0-1.375-.001-2.75.001-4.125.01-.72.218-1.464.711-2.005a3.287 3.287 0 0 1 1.883-1.021m.284 1.601c-.71.056-1.234.723-1.244 1.413-.02 1.566-.002 3.133-.009 4.699-.008.397.042.815.269 1.152.54.819 1.946.806 2.468-.026.207-.318.257-.707.256-1.079-.001-1.516.001-3.033-.001-4.55.001-.451-.121-.932-.465-1.247-.333-.323-.825-.423-1.275-.363zM5.615 6.598c.065-.064.159-.054.243-.056.482.003.965 0 1.447.002.001 3.653.001 7.305 0 10.957-.544.002-1.088.001-1.632 0-.002-3.07.001-6.141-.001-9.211-.518.376-1.032.755-1.549 1.131V7.685c.496-.365.997-.722 1.493-1.087zM9.307 7.686c.525-.378 1.041-.769 1.574-1.135.536-.018 1.074-.003 1.611-.007.002 3.653.005 7.305-.001 10.958h-1.632c-.002-3.07 0-6.141-.001-9.211-.518.376-1.033.756-1.55 1.132V7.686z"/><path fill="#00f" d="M11.366.596A11.375 11.375 0 0 1 16.728 1.6a11.469 11.469 0 0 1 5.701 5.739c1.405 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.72-6.534 5.654a11.455 11.455 0 0 1-5.499.45 11.448 11.448 0 0 1-7.172-4.268C.978 16.466.159 13.047.775 9.872c.56-3.022 2.408-5.771 4.987-7.439A11.357 11.357 0 0 1 11.366.597m5.292 5.892a3.285 3.285 0 0 0-1.882 1.021c-.493.541-.701 1.286-.711 2.005-.002 1.375 0 2.75-.001 4.125.005.636-.044 1.289.161 1.902.213.728.773 1.307 1.434 1.655 1.252.692 2.929.406 3.898-.641.525-.551.744-1.326.748-2.073.003-1.609 0-3.218.001-4.827.008-.692-.146-1.41-.57-1.97a3.263 3.263 0 0 0-3.077-1.198m-11.044.11c-.496.365-.997.722-1.493 1.087v1.736c.518-.375 1.032-.755 1.549-1.131.002 3.071-.001 6.141.001 9.211h1.632c.001-3.652.001-7.305 0-10.957-.482-.003-.965.001-1.447-.002-.084.002-.178-.008-.243.056m3.693 1.088v1.737c.517-.376 1.032-.756 1.55-1.132.001 3.071-.001 6.141.001 9.211h1.632c.006-3.653.004-7.305.001-10.958-.537.004-1.075-.011-1.611.007-.533.366-1.049.757-1.574 1.135z"/><path fill="#00f" d="M16.942 8.091c.449-.06.942.04 1.275.363.344.315.466.796.465 1.247.002 1.517 0 3.033.001 4.55.001.372-.049.761-.256 1.079-.523.832-1.928.846-2.468.026-.227-.337-.276-.756-.269-1.152.007-1.567-.011-3.134.009-4.699.01-.69.533-1.357 1.244-1.413z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-120--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.106 0h1.805c1.776.155 3.527.667 5.069 1.569a12.074 12.074 0 0 1 5.366 6.442c.357.997.557 2.044.654 3.097v1.8c-.155 1.776-.668 3.529-1.569 5.071-1.537 2.7-4.162 4.757-7.155 5.592-.768.225-1.56.343-2.354.428H11.09c-1.731-.15-3.435-.645-4.95-1.499-2.622-1.462-4.664-3.933-5.581-6.793C.26 14.806.096 13.866 0 12.923v-1.837c.194-2.36 1.072-4.665 2.55-6.519C4.598 1.935 7.781.243 11.106 0m.26.596c-1.986.102-3.94.747-5.603 1.836C3.194 4.093 1.349 6.827.782 9.835c-.629 3.185.188 6.62 2.199 9.171a11.444 11.444 0 0 0 7.005 4.239c1.884.336 3.853.195 5.665-.421a11.457 11.457 0 0 0 6.533-5.654c1.557-3.019 1.649-6.74.244-9.832a11.465 11.465 0 0 0-6.129-5.924 11.363 11.363 0 0 0-4.934-.819z"/><path fill="#fff" d="M9.025 7.009c.745-.566 1.756-.682 2.646-.447.924.242 1.7.951 2.069 1.826.407 1.013.284 2.255-.406 3.118-1.155 1.454-2.314 2.905-3.472 4.357 1.369.002 2.738-.002 4.108.002.004.54.001 1.079.001 1.618-2.088 0-4.177.004-6.265-.002-.008-.469-.001-.939-.004-1.408-.014-.135.11-.221.179-.32 1.38-1.729 2.766-3.452 4.14-5.186.562-.689.373-1.817-.375-2.293-.637-.384-1.546-.204-1.986.398-.216.277-.302.63-.331.974-.541-.001-1.083.004-1.625-.002a3.176 3.176 0 0 1 1.322-2.635zM17.737 6.489a3.266 3.266 0 0 1 3.079 1.194c.426.56.58 1.28.573 1.973 0 1.609.002 3.218-.001 4.827-.003.748-.224 1.525-.75 2.076-.978 1.056-2.676 1.333-3.93.62-.648-.35-1.193-.926-1.402-1.643-.202-.611-.157-1.261-.16-1.895V9.562c.005-.723.201-1.473.688-2.025a3.277 3.277 0 0 1 1.904-1.048m.282 1.602c-.712.058-1.233.729-1.24 1.421-.019 1.564-.002 3.127-.008 4.691-.008.396.041.814.267 1.15.538.82 1.941.809 2.466-.02.21-.319.259-.71.26-1.084-.001-1.516.001-3.032-.001-4.549-.001-.441-.114-.911-.442-1.225-.333-.341-.84-.447-1.301-.385zM3.039 7.687c.52-.379 1.038-.763 1.564-1.133.539-.024 1.08-.002 1.619-.011.002 3.653.001 7.307 0 10.96-.544 0-1.088.001-1.632-.001-.003-3.07 0-6.141-.001-9.211-.518.375-1.033.755-1.55 1.132V7.687z"/><path fill="#00f" d="M11.366.596a11.378 11.378 0 0 1 4.934.819 11.462 11.462 0 0 1 6.129 5.924c1.404 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654a11.447 11.447 0 0 1-5.665.421 11.446 11.446 0 0 1-7.005-4.239C.972 16.456.154 13.021.783 9.836c.567-3.007 2.412-5.742 4.981-7.403A11.353 11.353 0 0 1 11.367.597M9.025 7.009a3.176 3.176 0 0 0-1.322 2.635c.541.006 1.083.001 1.625.002.029-.344.116-.696.331-.974.44-.602 1.349-.782 1.986-.398.747.476.936 1.604.375 2.293-1.373 1.733-2.76 3.457-4.14 5.186-.069.099-.193.185-.179.32.003.469-.004.939.004 1.408 2.089.006 4.177.002 6.265.002 0-.54.003-1.079-.001-1.618-1.369-.005-2.738 0-4.108-.002 1.158-1.452 2.317-2.903 3.472-4.357.69-.863.813-2.105.406-3.118-.369-.875-1.145-1.584-2.069-1.826-.89-.234-1.9-.119-2.646.447m8.713-.52a3.282 3.282 0 0 0-1.904 1.048c-.487.552-.683 1.302-.688 2.025v4.079c.004.634-.041 1.284.16 1.895.209.718.754 1.293 1.402 1.643 1.254.713 2.952.436 3.93-.62.527-.55.747-1.328.75-2.076.003-1.609 0-3.218.001-4.827.008-.693-.147-1.413-.573-1.973a3.268 3.268 0 0 0-3.079-1.194M3.039 7.687v1.736c.517-.376 1.032-.757 1.55-1.132.001 3.07-.001 6.141.001 9.211.544.002 1.088 0 1.632.001.001-3.653.002-7.307 0-10.96-.54.009-1.08-.014-1.619.011-.526.37-1.044.754-1.564 1.133z"/><path fill="#00f" d="M18.02 8.091c.46-.062.968.044 1.301.385.328.315.442.784.443 1.225.002 1.516 0 3.032.001 4.549 0 .374-.05.765-.26 1.084-.525.828-1.928.84-2.466.02-.226-.337-.275-.754-.267-1.15.006-1.564-.011-3.128.008-4.691.007-.691.528-1.363 1.24-1.421z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-130--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.108 0h1.8c3.308.248 6.476 1.927 8.52 4.542 1.494 1.865 2.383 4.189 2.571 6.568v1.795c-.154 1.777-.668 3.531-1.57 5.075-1.537 2.7-4.161 4.757-7.155 5.592-.768.225-1.562.344-2.356.428h-1.825c-1.709-.147-3.391-.631-4.892-1.465-2.618-1.439-4.668-3.884-5.608-6.722C.274 14.878.097 13.901 0 12.92v-1.831c.192-2.361 1.072-4.667 2.55-6.522C4.598 1.934 7.782.242 11.108 0m.258.596c-1.987.102-3.94.747-5.604 1.836-2.626 1.697-4.492 4.517-5.017 7.6-.562 3.14.273 6.498 2.255 8.999a11.447 11.447 0 0 0 7.152 4.243 11.43 11.43 0 0 0 5.499-.45c2.805-.935 5.202-3.014 6.533-5.654 1.557-3.018 1.649-6.739.244-9.832a11.467 11.467 0 0 0-5.702-5.739A11.369 11.369 0 0 0 11.365.595z"/><path fill="#fff" d="M7.474 9.39c.082-1.589 1.541-3.045 3.165-2.938a3.06 3.06 0 0 1 2.598 1.452c.825 1.198.677 3.13-.625 3.936 1.491.932 1.618 3.18.589 4.5-.966 1.253-2.885 1.616-4.245.812-.893-.482-1.418-1.445-1.548-2.429.54-.004 1.081-.002 1.622-.001.164.408.399.821.786 1.054.678.354 1.593.186 2.075-.418.403-.506.437-1.235.217-1.825-.215-.523-.742-.888-1.299-.945-.301-.029-.604 0-.905-.02-.003-.476-.002-.953 0-1.429.499-.008 1.037.042 1.487-.219.495-.269.774-.846.724-1.401-.016-.82-.808-1.506-1.619-1.442-.709.028-1.312.615-1.402 1.313h-1.62zM17.737 6.489c1.441-.255 3.077.595 3.502 2.037.189.592.146 1.221.15 1.833 0 1.375.002 2.75-.001 4.125-.004.737-.217 1.502-.728 2.051-.967 1.066-2.661 1.36-3.922.661-.661-.351-1.22-.931-1.432-1.661-.202-.611-.157-1.261-.16-1.894V9.562c.005-.723.201-1.473.688-2.025a3.277 3.277 0 0 1 1.904-1.048m.282 1.602c-.711.058-1.232.729-1.239 1.42-.019 1.564-.002 3.128-.008 4.692-.008.396.041.813.267 1.15.538.82 1.941.809 2.466-.02.21-.319.26-.71.26-1.084-.001-1.516.001-3.033-.001-4.549-.001-.441-.114-.911-.442-1.225-.334-.341-.841-.448-1.301-.385zM3.039 7.687c.521-.379 1.038-.764 1.565-1.133.538-.023 1.079-.003 1.618-.009.002 3.653.002 7.305 0 10.958H4.591c-.003-3.07 0-6.141-.001-9.211-.518.375-1.032.755-1.55 1.131V7.688z"/><path fill="#00f" d="M11.366.596A11.369 11.369 0 0 1 16.727 1.6a11.47 11.47 0 0 1 5.702 5.739c1.404 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654-1.76.598-3.666.748-5.499.45a11.44 11.44 0 0 1-7.152-4.243C1.019 16.531.184 13.173.746 10.033c.524-3.083 2.391-5.903 5.017-7.6A11.357 11.357 0 0 1 11.367.597M7.474 9.39c.54.002 1.08.001 1.62 0 .09-.698.692-1.285 1.402-1.313.81-.064 1.602.622 1.619 1.442.05.555-.229 1.132-.724 1.401-.45.262-.988.211-1.487.219-.002.476-.002.952 0 1.429.301.02.604-.009.905.02.557.057 1.084.422 1.299.945.22.59.186 1.319-.217 1.825-.482.604-1.397.772-2.075.418-.387-.233-.622-.646-.786-1.054-.54-.001-1.081-.003-1.622.001.13.984.654 1.947 1.548 2.429 1.36.804 3.278.441 4.245-.812 1.029-1.319.902-3.567-.589-4.5 1.303-.805 1.45-2.738.625-3.936a3.057 3.057 0 0 0-2.598-1.452C9.014 6.345 7.555 7.801 7.474 9.39m10.263-2.901a3.282 3.282 0 0 0-1.904 1.048c-.487.552-.683 1.302-.688 2.025v4.079c.004.633-.041 1.283.16 1.894.212.729.771 1.31 1.432 1.661 1.262.698 2.956.405 3.922-.661.511-.549.724-1.314.728-2.051.003-1.375 0-2.75.001-4.125-.004-.613.039-1.241-.15-1.833-.424-1.442-2.06-2.292-3.502-2.037M3.039 7.687v1.735c.518-.375 1.032-.756 1.55-1.131.001 3.07-.001 6.141.001 9.211.544.002 1.088.001 1.631 0 .003-3.653.002-7.306 0-10.958-.54.006-1.08-.014-1.618.009-.527.369-1.044.754-1.565 1.133z"/><path fill="#00f" d="M18.02 8.091c.46-.063.968.044 1.301.385.328.315.442.784.443 1.225.003 1.516 0 3.032.001 4.549 0 .374-.05.765-.26 1.084-.525.828-1.928.84-2.466.02-.226-.337-.275-.754-.267-1.15.006-1.564-.011-3.128.008-4.692.007-.691.528-1.362 1.239-1.42z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.111 0h1.792c3.31.246 6.48 1.925 8.526 4.541 1.496 1.867 2.385 4.193 2.572 6.575v1.782c-.247 3.323-1.937 6.503-4.567 8.551-1.856 1.477-4.159 2.357-6.52 2.551h-1.813c-1.871-.156-3.71-.728-5.316-1.706-2.494-1.506-4.415-3.94-5.271-6.728C.24 14.705.09 13.811 0 12.914v-1.819c.19-2.363 1.071-4.672 2.55-6.528C4.598 1.934 7.784.241 11.11 0m.256.596c-1.987.102-3.94.747-5.604 1.836-2.626 1.697-4.492 4.516-5.017 7.6-.562 3.14.272 6.498 2.255 8.999 1.84 2.375 4.653 3.967 7.639 4.311 1.681.2 3.408.027 5.012-.518 2.806-.934 5.203-3.014 6.533-5.654 1.557-3.019 1.649-6.74.244-9.832a11.46 11.46 0 0 0-6.161-5.936 11.378 11.378 0 0 0-4.901-.807z"/><path fill="#fff" d="M15.815 5.551c1.607-.219 3.377.722 3.9 2.295.15.446.209.919.208 1.388v4.734c-.005.711.045 1.44-.172 2.128-.401 1.406-1.828 2.354-3.253 2.422a3.778 3.778 0 0 1-3.133-1.367c-.515-.642-.713-1.482-.712-2.292 0-1.906-.001-3.812.001-5.719.005-.838.237-1.705.801-2.344a3.798 3.798 0 0 1 2.359-1.245m.19 1.882a1.593 1.593 0 0 0-1.101.624c-.273.361-.364.825-.363 1.27v5.391c0 .434.08.887.336 1.247.641.92 2.225.907 2.846-.029.242-.356.318-.795.319-1.219V9.373c.001-.382-.053-.774-.237-1.113-.328-.647-1.106-.939-1.799-.829zM6.059 5.913c.712-.362 1.546-.416 2.323-.274 1.503.273 2.744 1.605 2.904 3.126a3.71 3.71 0 0 1-.943 2.984c-1.275 1.6-2.552 3.199-3.826 4.8 1.598.003 3.197-.002 4.796.002.002.627.001 1.253 0 1.88H4.02c-.002-.551 0-1.102-.002-1.652-.014-.142.116-.232.188-.337 1.61-2.015 3.225-4.027 4.83-6.046.543-.66.53-1.69-.026-2.34-.576-.773-1.822-.78-2.501-.142-.395.343-.577.866-.609 1.377-.627.001-1.253.002-1.88 0-.046-1.4.793-2.755 2.04-3.377z"/><path fill="#00f" d="M11.366.596c1.666-.097 3.353.18 4.901.807a11.464 11.464 0 0 1 6.161 5.936c1.405 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654a11.44 11.44 0 0 1-5.012.518C7.654 22.998 4.841 21.407 3 19.032 1.018 16.531.183 13.173.745 10.033c.524-3.084 2.391-5.903 5.017-7.6A11.357 11.357 0 0 1 11.366.597m4.449 4.954a3.795 3.795 0 0 0-2.359 1.245c-.563.639-.795 1.507-.801 2.344-.002 1.906-.001 3.812-.001 5.719-.001.81.197 1.65.712 2.292a3.778 3.778 0 0 0 3.133 1.367c1.425-.068 2.851-1.016 3.253-2.422.217-.688.167-1.417.172-2.128V9.234c0-.469-.058-.942-.208-1.388-.524-1.573-2.293-2.514-3.9-2.295m-9.757.362c-1.247.622-2.086 1.977-2.04 3.377.627.002 1.253.001 1.88 0 .032-.51.214-1.034.609-1.377.679-.638 1.925-.631 2.501.142.556.649.57 1.679.026 2.34-1.605 2.019-3.219 4.031-4.83 6.046-.072.105-.202.196-.188.337.002.551 0 1.102.002 1.652h7.293c.001-.627.002-1.253 0-1.88-1.599-.005-3.198 0-4.796-.002 1.274-1.601 2.551-3.2 3.826-4.8a3.71 3.71 0 0 0 .943-2.984c-.16-1.52-1.401-2.853-2.904-3.126-.777-.142-1.611-.088-2.323.274z"/><path fill="#00f" d="M16.004 7.433c.693-.111 1.471.182 1.799.829.184.339.239.731.237 1.113v5.344c0 .423-.077.863-.319 1.219-.622.935-2.205.948-2.846.029-.256-.36-.336-.814-.336-1.247V9.329c0-.445.09-.909.363-1.27a1.59 1.59 0 0 1 1.101-.624z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.113 0H12.9c3.311.245 6.482 1.925 8.528 4.541 1.495 1.867 2.385 4.193 2.572 6.574v1.781c-.246 3.324-1.936 6.505-4.567 8.553-1.858 1.478-4.163 2.359-6.525 2.551h-1.805c-1.872-.156-3.712-.728-5.318-1.706-2.494-1.506-4.414-3.94-5.27-6.727-.274-.862-.425-1.758-.514-2.657v-1.812c.189-2.364 1.07-4.673 2.55-6.531C4.6 1.934 7.786.241 11.113 0m.253.596c-1.986.102-3.94.747-5.603 1.836C3.184 4.099 1.336 6.849.776 9.871c-.615 3.175.203 6.594 2.206 9.135a11.448 11.448 0 0 0 7.172 4.268 11.43 11.43 0 0 0 5.499-.45c2.805-.935 5.202-3.014 6.533-5.654 1.557-3.019 1.649-6.74.244-9.832a11.469 11.469 0 0 0-5.701-5.739A11.375 11.375 0 0 0 11.367.595z"/><path fill="#fff" d="M6.059 5.913c.712-.362 1.546-.416 2.323-.274 1.466.266 2.685 1.54 2.89 3.015.109.779.007 1.601-.369 2.298-.182.349-.443.646-.686.954-1.233 1.548-2.468 3.094-3.7 4.642 1.598.003 3.197-.002 4.796.002.002.627.001 1.253 0 1.88H4.019c-.002-.551 0-1.102-.002-1.653-.013-.141.116-.232.188-.337 1.61-2.015 3.224-4.027 4.83-6.046.552-.67.527-1.717-.047-2.366-.585-.749-1.809-.745-2.48-.116-.395.343-.577.866-.609 1.377H4.018c-.045-1.4.794-2.755 2.04-3.377zM12.872 5.663h6.815c.002.628.001 1.256 0 1.883l-5.036.001v2.765c.989-.767 2.439-.883 3.533-.275.978.512 1.61 1.575 1.692 2.664.086.968.103 1.951-.036 2.916-.194 1.256-1.169 2.293-2.338 2.728-1.171.392-2.488.107-3.494-.576-.88-.557-1.283-1.609-1.375-2.607.626-.007 1.252-.004 1.878-.001.103.484.337.975.779 1.234.52.297 1.163.302 1.732.158.397-.098.738-.412.814-.822.244-1.075.361-2.244-.035-3.297a1.21 1.21 0 0 0-.803-.791c-.517-.146-1.11-.165-1.589.11-.339.19-.585.506-.774.84-.588 0-1.176.002-1.763 0v-6.93z"/><path fill="#00f" d="M11.366.596A11.375 11.375 0 0 1 16.728 1.6a11.469 11.469 0 0 1 5.701 5.739c1.404 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654-1.76.598-3.667.748-5.499.45a11.448 11.448 0 0 1-7.172-4.268C.978 16.465.16 13.047.775 9.872c.56-3.022 2.408-5.771 4.987-7.439A11.356 11.356 0 0 1 11.365.597M6.059 5.913c-1.247.622-2.086 1.977-2.04 3.377H5.9c.032-.51.214-1.034.609-1.377.671-.629 1.895-.633 2.48.116.574.649.599 1.696.047 2.366-1.605 2.019-3.219 4.031-4.83 6.046-.072.105-.201.196-.188.337.001.551 0 1.102.002 1.653h7.294c.001-.627.002-1.253 0-1.88-1.599-.005-3.198 0-4.796-.002 1.232-1.548 2.467-3.094 3.7-4.642.242-.308.503-.605.686-.954.376-.697.478-1.519.369-2.298-.205-1.475-1.424-2.749-2.89-3.015-.776-.142-1.611-.088-2.323.274m6.812-.251v6.93c.588.002 1.176.001 1.763 0 .189-.333.435-.649.774-.84.479-.276 1.072-.256 1.589-.11.382.107.679.418.802.791.396 1.053.278 2.222.035 3.297-.075.41-.417.724-.814.822-.568.144-1.211.139-1.732-.158-.442-.258-.676-.75-.779-1.234-.626-.002-1.252-.005-1.878.001.092.998.495 2.05 1.375 2.607 1.005.683 2.323.968 3.494.576 1.17-.435 2.144-1.472 2.338-2.728.139-.965.122-1.948.036-2.916-.082-1.09-.713-2.152-1.692-2.664-1.094-.608-2.544-.493-3.533.275V7.547l5.036-.001c.001-.628.002-1.256 0-1.883h-6.815z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#042954" opacity=".96" d="M10.003.174c2.28-.338 4.784-.181 6.83.928l-.467.022C12.502-.444 7.86.255 4.625 2.884c-.319.121-.588.33-.761.626-.492.625-1.079 1.174-1.51 1.847-2.941 4.126-2.678 10.115.534 14.016l.03.329-.241-.168C-.058 16.244-.756 11.433.884 7.486 2.391 3.693 5.964.808 10.002.174z"/><path fill="#fff" d="M4.626 2.884C7.861.255 12.503-.445 16.367 1.124c.274.11.539.24.775.418-.55-.114-1.037-.414-1.577-.56C11.744-.278 7.253.616 4.301 3.375l-.134-.109c.154-.126.305-.254.46-.38zM17.377 1.664c.929.324 1.666 1.027 2.454 1.596a7 7 0 0 1-.136.116c-.658-.719-1.568-1.13-2.318-1.712zM3.865 3.51c.077-.016.229-.047.305-.064-1.216 1.159-2.23 2.543-2.864 4.103-1.409 3.335-1.116 7.325.769 10.415.402.718.974 1.315 1.432 1.993a5.322 5.322 0 0 1-.617-.584c-3.212-3.901-3.475-9.89-.534-14.016.431-.673 1.018-1.222 1.51-1.847zM19.83 3.445l.29.07c.635.731 1.31 1.435 1.805 2.275 2.656 4.105 2.278 9.83-.83 13.591a4.968 4.968 0 0 1-.602.576c1.854-2.18 3.102-4.938 3.084-7.838.065-3.258-1.367-6.464-3.746-8.674zM7.481 6.658c1.128-.326 2.333.358 2.885 1.338.534 1.152.278 2.546-.545 3.497 1.146 1.336 1.49 3.496.365 4.945-.716.952-2.18 1.41-3.221.712-.894-.624-1.451-1.652-1.694-2.698.498 0 .995.007 1.493.006.157.534.409 1.104.93 1.37.604.205 1.316-.106 1.562-.7.469-1.194-.184-3.156-1.735-2.915a85.789 85.789 0 0 1-.019-1.758c.475.005 1.068.078 1.37-.384.534-.551.35-1.624-.437-1.828-.641-.238-1.09.376-1.36.862a46.844 46.844 0 0 1-1.402-.034c.186-1.025.808-2.026 1.807-2.414zM15.521 6.648c1.818-.343 3.206 1.523 3.196 3.188.032 2.02.343 4.154-.394 6.085-.667 1.718-3.239 2.034-4.336.575-.833-1.105-.889-2.568-.922-3.898.012-1.422.005-2.882.442-4.249.276-.9 1.098-1.549 2.014-1.702m.111 1.797c-.607.208-.685.941-.804 1.48-.229 1.636-.256 3.341.181 4.944.102.538.662.938 1.2.76.625-.179.748-.911.859-1.458.238-1.595.245-3.248-.125-4.824-.076-.618-.68-1.147-1.312-.901zM4.038 20.488c.683.457 1.277 1.036 1.999 1.435 3.644 2.245 8.551 2.192 12.144-.137.638-.371 1.162-.901 1.781-1.298a5.028 5.028 0 0 1-.578.607c-.948.726-1.97 1.361-3.086 1.794-3.846 1.56-8.453.826-11.671-1.778a5.326 5.326 0 0 1-.588-.623z"/><path fill="#00408b" d="M4.301 3.373C7.253.614 11.745-.28 15.565.98c.54.146 1.027.446 1.577.56a3.391 3.391 0 0 0-.775-.418l.467-.022c1.056.337 2.02 1.01 2.848 1.742.151.221.287.451.439.671l-.29-.07c2.38 2.209 3.811 5.416 3.746 8.674.018 2.9-1.23 5.658-3.084 7.838.215-.178.421-.365.602-.576l-.002.342-.001.082c-.408.454-.836.89-1.3 1.29H19.384c.212-.182.4-.392.578-.607-.619.397-1.142.928-1.781 1.298-3.593 2.329-8.5 2.382-12.144.137-.722-.4-1.316-.978-1.999-1.435.181.221.373.433.588.623l-.324-.032c-.552-.298-1.074-.832-1.382-1.376l-.03-.329c.187.214.398.404.617.584-.457-.678-1.03-1.276-1.432-1.993-1.885-3.09-2.178-7.08-.769-10.415.635-1.56 1.649-2.944 2.864-4.103-.076.017-.228.048-.305.064.173-.296.442-.505.761-.626-.155.126-.306.254-.46.38l.134.109m13.077-1.708c.75.582 1.661.994 2.318 1.712l.136-.116c-.788-.569-1.525-1.272-2.454-1.596M7.481 6.658c-1 .389-1.621 1.39-1.807 2.414.467.019.935.028 1.402.034.27-.486.719-1.099 1.36-.862.787.204.971 1.277.437 1.828-.302.462-.895.389-1.37.384.002.587.005 1.172.019 1.758 1.552-.241 2.204 1.721 1.735 2.915-.246.594-.959.905-1.562.7-.521-.266-.773-.836-.93-1.37-.498.001-.995-.006-1.493-.006.244 1.045.8 2.074 1.694 2.698 1.04.698 2.504.24 3.221-.712 1.126-1.45.781-3.61-.365-4.945.823-.95 1.079-2.345.545-3.497-.552-.98-1.757-1.664-2.885-1.338m8.039-.011c-.916.152-1.738.802-2.014 1.702-.437 1.367-.43 2.827-.442 4.249.032 1.33.089 2.792.922 3.898 1.097 1.459 3.668 1.144 4.336-.575.737-1.931.426-4.066.394-6.085.011-1.666-1.378-3.532-3.196-3.188z"/><path fill="#00408b" d="M15.632 8.444c.631-.246 1.236.283 1.312.901.37 1.576.362 3.229.125 4.824-.112.547-.234 1.279-.859 1.458-.538.179-1.098-.222-1.2-.76-.437-1.603-.41-3.308-.181-4.944.119-.539.197-1.272.804-1.48z"/><path fill="#052a55" opacity=".96" d="M19.681 2.844c4.326 3.368 5.554 9.938 2.938 14.724-.436.761-.858 1.57-1.526 2.155l.002-.342c3.108-3.761 3.486-9.486.83-13.591-.494-.84-1.17-1.544-1.805-2.275-.152-.22-.288-.45-.439-.671z"/><path fill="#062b57" opacity=".97" d="M4.302 21.078l.324.032c3.218 2.604 7.825 3.338 11.671 1.778 1.116-.433 2.138-1.068 3.086-1.794h.332c-3.707 3.428-9.738 3.808-13.979 1.127-.493-.354-1.099-.619-1.435-1.144z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.105 0h1.808c1.775.155 3.526.668 5.067 1.569a12.074 12.074 0 0 1 5.366 6.442c.357.997.556 2.043.654 3.096v1.803c-.156 1.776-.668 3.527-1.57 5.07-1.537 2.7-4.161 4.757-7.155 5.592-.768.225-1.561.343-2.355.428h-1.832c-1.73-.15-3.433-.645-4.949-1.499-2.622-1.461-4.664-3.933-5.581-6.793-.299-.902-.463-1.841-.559-2.785v-1.838c.194-2.359 1.072-4.663 2.55-6.518C4.596 1.935 7.779.243 11.104 0m.262.596c-1.986.102-3.94.747-5.603 1.836C3.193 4.094 1.349 6.828.782 9.836c-.628 3.185.189 6.62 2.199 9.17a11.444 11.444 0 0 0 7.005 4.239c1.884.336 3.853.195 5.665-.421a11.457 11.457 0 0 0 6.533-5.654c1.557-3.019 1.649-6.739.244-9.832a11.469 11.469 0 0 0-6.129-5.924 11.363 11.363 0 0 0-4.934-.819z"/><path fill="#fff" d="M3.746 8.952c.099-1.653 1.445-3.189 3.105-3.403.833-.082 1.711.049 2.432.495.583.36 1.044.9 1.366 1.5.53.992.532 2.233.045 3.241-.214.43-.573.767-.965 1.037.892.554 1.412 1.578 1.459 2.613.044.995-.218 2.04-.896 2.793-1.061 1.233-2.939 1.636-4.426.999-.605-.27-1.157-.685-1.53-1.237-.364-.532-.569-1.16-.659-1.795.626-.001 1.251-.006 1.876.002.179.455.44.902.848 1.187.884.538 2.176.218 2.672-.701a2.33 2.33 0 0 0 .011-2.031c-.304-.574-.934-.949-1.58-.974-.306-.01-.612 0-.918-.005-.001-.555-.002-1.111 0-1.667.58-.005 1.204.045 1.727-.255.572-.311.9-.972.853-1.614-.013-.918-.845-1.716-1.757-1.72-.879-.043-1.678.669-1.784 1.535-.626.001-1.253.002-1.879 0zM12.873 5.663c2.272-.002 4.543-.001 6.815 0 .003.628.001 1.256 0 1.883-1.679.002-3.357-.001-5.036.001v2.765c.998-.775 2.465-.885 3.563-.258.962.518 1.581 1.57 1.662 2.649.086.967.103 1.95-.037 2.913-.193 1.257-1.168 2.295-2.338 2.73-1.17.393-2.487.107-3.494-.575-.879-.557-1.283-1.61-1.375-2.608.626-.007 1.252-.004 1.878-.001.103.484.337.976.78 1.234.52.296 1.162.302 1.73.158.397-.097.739-.412.815-.821.244-1.075.361-2.244-.035-3.298a1.21 1.21 0 0 0-.802-.791c-.517-.146-1.11-.165-1.589.11-.34.191-.585.506-.775.84h-1.763v-6.93z"/><path fill="#00f" d="M11.366.596a11.378 11.378 0 0 1 4.934.819 11.465 11.465 0 0 1 6.129 5.924c1.404 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654a11.447 11.447 0 0 1-5.665.421 11.443 11.443 0 0 1-7.005-4.239C.972 16.457.155 13.022.783 9.837c.568-3.008 2.412-5.743 4.981-7.404A11.363 11.363 0 0 1 11.367.597M3.746 8.952c.626.002 1.253.001 1.879 0 .105-.866.904-1.578 1.784-1.535.912.004 1.744.803 1.757 1.72.047.643-.281 1.304-.853 1.614-.523.3-1.147.251-1.727.255-.002.555-.001 1.111 0 1.667.306.005.612-.005.918.005.646.025 1.276.4 1.58.974a2.33 2.33 0 0 1-.011 2.031c-.496.919-1.789 1.239-2.672.701-.408-.285-.669-.732-.848-1.187-.625-.008-1.251-.004-1.876-.002.09.635.295 1.263.659 1.795.373.552.925.968 1.53 1.237 1.487.637 3.365.234 4.426-.999.678-.753.94-1.799.896-2.793-.047-1.035-.567-2.059-1.459-2.613.391-.27.75-.607.965-1.037.487-1.008.486-2.249-.045-3.241-.322-.6-.783-1.14-1.366-1.5-.721-.445-1.598-.577-2.432-.495-1.659.214-3.006 1.75-3.105 3.403m9.127-3.289c-.002 2.31-.001 4.62 0 6.93.588.002 1.175 0 1.763 0 .19-.333.435-.649.775-.84.479-.276 1.072-.256 1.589-.11.383.107.679.418.802.791.396 1.054.278 2.223.035 3.298-.075.41-.418.724-.815.821-.568.144-1.21.138-1.73-.158-.442-.258-.676-.75-.78-1.234-.626-.003-1.252-.005-1.878.001.092.998.495 2.051 1.375 2.608 1.006.682 2.323.967 3.494.575 1.17-.436 2.145-1.473 2.338-2.73.139-.963.122-1.945.037-2.913-.081-1.079-.7-2.131-1.662-2.649-1.098-.626-2.565-.517-3.563.258V7.546c1.679-.002 3.357.001 5.036-.001.001-.628.002-1.255 0-1.883h-6.815z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.107 0h1.8c3.308.248 6.476 1.927 8.52 4.541 1.495 1.865 2.383 4.19 2.572 6.569v1.794c-.154 1.778-.668 3.532-1.57 5.075-1.537 2.7-4.161 4.758-7.155 5.592-.77.225-1.564.345-2.36.428h-1.822c-1.709-.147-3.391-.631-4.892-1.464-2.596-1.428-4.634-3.843-5.585-6.652-.333-.957-.518-1.959-.617-2.966v-1.828C.19 8.728 1.07 6.422 2.548 4.566 4.596 1.934 7.78.242 11.105-.001m.261.597c-1.987.102-3.94.747-5.604 1.836C3.182 4.1 1.334 6.85.775 9.871c-.618 3.186.209 6.616 2.226 9.16 1.84 2.375 4.653 3.967 7.638 4.311 1.681.2 3.408.027 5.012-.518a11.457 11.457 0 0 0 6.533-5.654c1.557-3.019 1.649-6.74.244-9.832a11.459 11.459 0 0 0-6.162-5.936 11.376 11.376 0 0 0-4.901-.807z"/><path fill="#fff" d="M15.814 5.551c1.608-.22 3.378.721 3.901 2.295.15.446.209.919.208 1.389v4.734c-.005.711.045 1.44-.172 2.128-.401 1.406-1.828 2.354-3.253 2.422a3.78 3.78 0 0 1-3.133-1.366c-.515-.642-.714-1.483-.712-2.293 0-1.906-.002-3.812 0-5.718.005-.838.238-1.705.801-2.344a3.795 3.795 0 0 1 2.358-1.245m.192 1.88a1.593 1.593 0 0 0-1.101.624c-.273.361-.364.825-.364 1.27v5.391c0 .434.08.887.335 1.248.641.92 2.225.906 2.847-.029.242-.355.318-.795.319-1.219V9.374c.002-.393-.057-.798-.254-1.143-.337-.628-1.101-.906-1.783-.798zM7.92 5.663h2.097c-1.426 3.032-2.859 6.061-4.287 9.092h3.22c.002-1.219-.002-2.437.002-3.656h1.882c.002 1.218 0 2.437.001 3.655.339.002.678-.001 1.018.001.001.593.002 1.186 0 1.78-.339.002-.678-.001-1.017.001-.002.628.001 1.255-.001 1.882H8.953c-.002-.628.001-1.256-.001-1.883l-5.289-.001c.012-.599-.029-1.203.02-1.798 1.41-3.026 2.822-6.052 4.238-9.076z"/><path fill="#00f" d="M11.366.596c1.666-.097 3.353.18 4.901.807a11.466 11.466 0 0 1 6.162 5.936c1.405 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654a11.44 11.44 0 0 1-5.012.518c-2.985-.345-5.798-1.936-7.638-4.311C.984 16.488.158 13.057.776 9.872c.56-3.022 2.408-5.771 4.988-7.439A11.357 11.357 0 0 1 11.368.597m4.446 4.954a3.8 3.8 0 0 0-2.358 1.245c-.563.639-.795 1.507-.801 2.344-.002 1.906-.001 3.812 0 5.718-.002.81.197 1.65.712 2.293a3.775 3.775 0 0 0 3.133 1.366c1.425-.067 2.851-1.016 3.253-2.422.217-.688.167-1.417.172-2.128V9.233c0-.47-.058-.943-.208-1.389-.524-1.574-2.294-2.515-3.901-2.295m-7.896.114c-1.416 3.024-2.828 6.05-4.238 9.076-.049.594-.008 1.199-.02 1.798l5.289.001c.002.628-.001 1.256.001 1.883h1.883c.002-.628 0-1.255.001-1.883.339-.002.678 0 1.017-.001.002-.593.001-1.187 0-1.78-.339-.002-.679 0-1.018-.001-.002-1.218.001-2.437-.001-3.655-.627-.002-1.255-.001-1.882 0-.004 1.219 0 2.437-.002 3.656H5.73c1.427-3.031 2.86-6.06 4.287-9.092-.699-.002-1.398-.001-2.097 0z"/><path fill="#00f" d="M16.004 7.433c.682-.107 1.446.17 1.783.798.197.345.255.75.254 1.143v5.344c0 .423-.077.863-.319 1.219-.622.935-2.206.949-2.847.029-.255-.36-.335-.814-.335-1.248V9.327c0-.444.091-.908.364-1.27a1.59 1.59 0 0 1 1.101-.624z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M10.697 0h2.576c4.597.524 8.761 3.811 10.154 8.248.278.794.396 1.629.573 2.448v2.578c-.524 4.596-3.811 8.759-8.248 10.153-.794.278-1.629.396-2.448.573h-2.578C6.13 23.476 1.967 20.187.573 15.752.295 14.958.177 14.123 0 13.304v-2.578c.17-.831.293-1.675.573-2.478C1.964 3.82 6.114.542 10.697 0m5.258 5.68c-1.648.285-2.95 1.838-2.954 3.509-.004 1.965-.016 3.933.007 5.899.058 1.957 1.913 3.615 3.866 3.449 1.862-.053 3.472-1.732 3.466-3.592-.003-2.012.033-4.024-.018-6.034-.143-2.09-2.323-3.703-4.367-3.231m-12.171.058c-.007 2.267-.005 4.534 0 6.802.76.007 1.518.004 2.278.003.581-.917 2.32-1.015 2.537.23-.133 1.049.388 2.347-.447 3.194-.8.764-2.168.291-2.445-.747a83.073 83.073 0 0 0-2.176 0c.155 1.75 1.684 3.246 3.451 3.294 1.616.134 3.223-1.003 3.614-2.58.554-1.827.458-4.118-.983-5.521-.982-.935-2.475-.846-3.653-.374-.007-.712-.007-1.425 0-2.137 1.536-.01 3.073.004 4.609-.007.008-.719.007-1.439 0-2.159-2.261-.005-4.522-.007-6.783.001z"/><path fill="#03559b" d="M16.22 7.847c.885-.314 1.924.399 1.942 1.339.025 1.875.008 3.751.008 5.626.047.85-.72 1.633-1.577 1.559-.802-.015-1.465-.765-1.424-1.558-.004-1.829-.005-3.66.001-5.49-.025-.656.418-1.289 1.049-1.476z"/><path fill="#fff" d="M15.955 5.68c2.043-.472 4.224 1.141 4.367 3.231.051 2.011.015 4.022.018 6.034.007 1.86-1.603 3.538-3.466 3.592-1.953.166-3.808-1.492-3.866-3.449-.023-1.965-.011-3.933-.007-5.899.004-1.672 1.306-3.224 2.954-3.509m.265 2.167c-.631.187-1.074.82-1.049 1.476-.007 1.829-.005 3.66-.001 5.49-.041.793.621 1.543 1.424 1.558.857.074 1.624-.709 1.577-1.559 0-1.875.016-3.751-.008-5.626-.018-.939-1.057-1.653-1.942-1.339zM3.784 5.738c2.261-.008 4.522-.007 6.783-.001.007.72.008 1.44 0 2.159-1.536.011-3.073-.003-4.609.007-.007.712-.007 1.425 0 2.137 1.178-.472 2.672-.561 3.653.374 1.441 1.403 1.537 3.695.983 5.521-.391 1.577-1.998 2.714-3.614 2.58-1.766-.048-3.296-1.544-3.451-3.294a83.073 83.073 0 0 1 2.176 0c.277 1.038 1.646 1.511 2.445.747.835-.848.314-2.145.447-3.194-.217-1.245-1.956-1.148-2.537-.23-.76.001-1.518.004-2.278-.003-.005-2.268-.007-4.535 0-6.802z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.113 0H12.9c3.311.245 6.482 1.925 8.528 4.541 1.495 1.867 2.385 4.193 2.572 6.575v1.78c-.246 3.324-1.936 6.505-4.567 8.553-1.859 1.479-4.166 2.36-6.53 2.551h-1.801c-1.872-.156-3.712-.728-5.318-1.706-2.494-1.506-4.414-3.94-5.27-6.727C.24 14.703.088 13.806 0 12.905v-1.807c.19-2.364 1.071-4.673 2.55-6.531C4.599 1.934 7.785.24 11.113 0m.253.596c-1.986.102-3.94.747-5.603 1.836C3.195 4.093 1.351 6.827.783 9.833c-.629 3.186.188 6.622 2.199 9.173a11.44 11.44 0 0 0 7.051 4.247c1.87.325 3.822.182 5.62-.429 2.806-.934 5.203-3.014 6.533-5.654 1.557-3.019 1.649-6.74.244-9.832a11.469 11.469 0 0 0-5.701-5.739A11.37 11.37 0 0 0 11.367.595z"/><path fill="#fff" d="M15.863 5.552a3.802 3.802 0 0 1 2.984.913c.774.634 1.134 1.65 1.14 2.63.006 1.905.001 3.811.002 5.717.005.786-.167 1.6-.641 2.242a3.78 3.78 0 0 1-3.412 1.448 3.78 3.78 0 0 1-2.473-1.311c-.539-.646-.743-1.505-.749-2.332V9.984c-.001-.688-.03-1.393.182-2.057.382-1.302 1.651-2.209 2.966-2.375m.189 1.884c-.922.081-1.509 1.016-1.446 1.89-.002 1.782 0 3.564-.001 5.347-.003.402.054.817.256 1.171.561 1.013 2.196 1.072 2.876.158.276-.365.371-.834.364-1.283V9.283c.005-.53-.161-1.092-.57-1.451-.393-.363-.962-.466-1.478-.395zM7.986 5.663h2.099c-.886 1.785-1.774 3.568-2.662 5.351 1.222-.423 2.682.052 3.428 1.106.494.73.598 1.644.583 2.505-.026.97-.229 2.009-.914 2.739-.945.952-2.392 1.411-3.705 1.086-1.277-.341-2.369-1.405-2.628-2.718-.227-1.08-.117-2.246.386-3.235 1.138-2.278 2.273-4.557 3.413-6.834m-.609 6.922c-.698.108-1.26.703-1.358 1.399-.117.762-.095 1.669.473 2.258.782.708 2.156.515 2.745-.35.255-.403.307-.896.3-1.363-.01-.484-.108-.994-.425-1.376-.414-.496-1.111-.688-1.735-.567z"/><path fill="#00f" d="M11.366.596A11.375 11.375 0 0 1 16.728 1.6a11.465 11.465 0 0 1 5.701 5.739c1.405 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654-1.798.611-3.75.754-5.62.429a11.45 11.45 0 0 1-7.051-4.247C.97 16.456.153 13.02.782 9.834c.568-3.007 2.412-5.74 4.98-7.401A11.356 11.356 0 0 1 11.365.597m4.498 4.955c-1.315.166-2.584 1.073-2.966 2.375-.212.664-.184 1.369-.182 2.057v4.875c.006.826.21 1.685.749 2.332a3.785 3.785 0 0 0 2.473 1.311c1.287.155 2.633-.413 3.412-1.448.473-.642.646-1.456.641-2.242-.001-1.906.004-3.812-.002-5.717-.006-.98-.367-1.995-1.14-2.63a3.8 3.8 0 0 0-2.984-.913m-7.878.111c-1.14 2.277-2.275 4.556-3.413 6.834-.503.99-.613 2.155-.386 3.235.26 1.313 1.351 2.377 2.628 2.718 1.313.325 2.76-.134 3.705-1.086.684-.731.888-1.77.914-2.739.015-.861-.089-1.776-.583-2.505-.746-1.054-2.206-1.529-3.428-1.106.888-1.783 1.776-3.566 2.662-5.351-.699-.002-1.399-.001-2.099 0z"/><path fill="#00f" d="M16.051 7.436c.517-.071 1.085.032 1.478.395.409.359.575.921.57 1.451.002 1.812 0 3.624 0 5.436.007.449-.089.919-.364 1.283-.68.914-2.315.855-2.876-.158-.202-.354-.259-.77-.256-1.171 0-1.782-.001-3.564.001-5.347-.063-.873.525-1.809 1.446-1.89zM7.377 12.585c.624-.121 1.321.07 1.735.567.316.382.415.893.425 1.376.007.467-.045.96-.3 1.363-.589.865-1.963 1.058-2.745.35-.568-.588-.59-1.495-.473-2.257.098-.696.66-1.29 1.358-1.399z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.11 0h1.793c3.31.247 6.479 1.925 8.525 4.541 1.495 1.866 2.384 4.192 2.572 6.572v1.786c-.247 3.323-1.937 6.503-4.567 8.55-1.858 1.479-4.165 2.36-6.529 2.551h-1.805c-1.893-.158-3.753-.742-5.372-1.741-2.466-1.508-4.363-3.927-5.213-6.692C.24 14.703.088 13.806 0 12.905v-1.811c.191-2.363 1.071-4.67 2.55-6.527C4.598 1.934 7.784.241 11.11 0m.256.596a11.35 11.35 0 0 0-5.603 1.836C3.183 4.1 1.336 6.85.776 9.871c-.615 3.175.203 6.593 2.205 9.135a11.443 11.443 0 0 0 7.007 4.24c1.883.335 3.852.195 5.664-.421 2.805-.935 5.202-3.014 6.533-5.654 1.557-3.019 1.649-6.74.244-9.832A11.47 11.47 0 0 0 16.3 1.416a11.379 11.379 0 0 0-4.934-.82z"/><path fill="#fff" d="M15.815 5.551c1.608-.219 3.378.721 3.901 2.295.15.446.209.919.208 1.388v4.734c-.005.711.045 1.44-.172 2.128-.401 1.406-1.828 2.354-3.253 2.422a3.78 3.78 0 0 1-3.133-1.366c-.515-.642-.714-1.482-.712-2.293 0-1.906-.002-3.812 0-5.718.005-.838.238-1.705.801-2.344a3.798 3.798 0 0 1 2.359-1.245m.19 1.881a1.593 1.593 0 0 0-1.101.624c-.273.361-.364.825-.363 1.27a4845.61 4845.61 0 0 0 0 5.392c0 .434.08.887.335 1.247.641.92 2.225.907 2.847-.029.242-.356.318-.795.319-1.219V9.374c.002-.393-.057-.798-.254-1.143-.337-.628-1.101-.906-1.783-.798zM4.359 5.663h7.276c-.007.625.017 1.253-.011 1.877-1.42 3.63-2.86 7.252-4.287 10.88-.702.003-1.404.002-2.107 0 1.429-3.625 2.866-7.248 4.295-10.874H6.241c-.001.61.001 1.22-.001 1.83H4.358a766.323 766.323 0 0 1 0-3.714z"/><path fill="#00f" d="M11.366.596a11.364 11.364 0 0 1 4.934.82 11.463 11.463 0 0 1 6.129 5.923c1.404 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654a11.443 11.443 0 0 1-5.664.421 11.448 11.448 0 0 1-7.007-4.24C.979 16.465.16 13.046.776 9.871c.56-3.022 2.408-5.771 4.988-7.439A11.353 11.353 0 0 1 11.367.596m4.448 4.955a3.803 3.803 0 0 0-2.359 1.245c-.563.639-.795 1.507-.801 2.344-.002 1.906-.001 3.812 0 5.718-.002.81.197 1.65.712 2.293a3.778 3.778 0 0 0 3.133 1.366c1.425-.067 2.851-1.016 3.253-2.422.217-.688.167-1.417.172-2.128V9.233c0-.469-.058-.943-.208-1.388-.523-1.574-2.293-2.515-3.901-2.295m-11.457.113c-.002 1.238-.002 2.476 0 3.714h1.882c.002-.61 0-1.22.001-1.83h3.284c-1.429 3.626-2.865 7.248-4.295 10.874.702.001 1.404.002 2.107 0 1.426-3.628 2.866-7.25 4.287-10.88.028-.624.005-1.252.011-1.877-2.425-.002-4.851-.001-7.276 0z"/><path fill="#00f" d="M16.004 7.433c.682-.107 1.446.17 1.783.798.197.345.255.75.254 1.143v5.344c0 .423-.077.863-.319 1.219-.622.935-2.206.948-2.847.029-.255-.36-.335-.814-.335-1.247V9.327c0-.444.09-.908.363-1.27a1.59 1.59 0 0 1 1.101-.624z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-75--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.104 0h1.811c3.306.252 6.47 1.928 8.513 4.541C22.922 6.405 23.81 8.728 24 11.106v1.806c-.252 3.307-1.928 6.472-4.541 8.517-1.859 1.488-4.17 2.374-6.54 2.571h-1.833c-1.729-.15-3.432-.646-4.946-1.499-2.589-1.443-4.614-3.872-5.547-6.688-.319-.935-.495-1.911-.593-2.892v-1.839C.195 8.724 1.073 6.42 2.55 4.567 4.597 1.935 7.78.244 11.104 0m.262.596a11.35 11.35 0 0 0-5.574 1.817C3.232 4.057 1.386 6.765.798 9.752c-.658 3.208.154 6.681 2.183 9.254a11.443 11.443 0 0 0 7.173 4.268 11.43 11.43 0 0 0 5.499-.45c2.805-.935 5.202-3.014 6.533-5.654 1.557-3.019 1.648-6.739.244-9.832a11.463 11.463 0 0 0-5.702-5.739A11.37 11.37 0 0 0 11.366.595z"/><path fill="#fff" d="M4.359 5.663h7.277c-.008.626.019 1.254-.012 1.878-1.418 3.63-2.861 7.251-4.284 10.878-.703.005-1.406.002-2.108.001 1.43-3.625 2.865-7.248 4.295-10.874H6.242v1.83H4.36c-.002-1.238-.002-2.477 0-3.715zM12.872 5.663h6.816c.002.628.001 1.256 0 1.883l-5.036.001v2.764c.989-.767 2.439-.883 3.533-.274.979.512 1.611 1.575 1.692 2.665.086.967.103 1.95-.037 2.913-.193 1.257-1.168 2.295-2.338 2.73-1.17.392-2.488.107-3.494-.575-.88-.557-1.283-1.61-1.375-2.608.626-.006 1.252-.003 1.878-.001.101.473.325.954.75 1.216.534.32 1.208.325 1.795.165.383-.104.705-.414.779-.81.244-1.075.361-2.244-.035-3.298a1.21 1.21 0 0 0-.803-.791c-.517-.146-1.11-.165-1.589.11-.34.191-.585.507-.775.84-.588 0-1.176.001-1.763-.001v-6.93z"/><path fill="#00f" d="M11.366.596A11.375 11.375 0 0 1 16.728 1.6a11.47 11.47 0 0 1 5.702 5.739c1.404 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654a11.455 11.455 0 0 1-5.499.45 11.449 11.449 0 0 1-7.173-4.268C.953 16.434.141 12.961.798 9.753c.587-2.986 2.434-5.694 4.994-7.339A11.347 11.347 0 0 1 11.366.597M4.359 5.663a1533.47 1533.47 0 0 0 0 3.715h1.883v-1.83h3.285c-1.43 3.625-2.865 7.248-4.295 10.874.703.001 1.405.003 2.108-.001 1.423-3.628 2.866-7.249 4.284-10.878.031-.624.005-1.253.012-1.878H4.359m8.513-.002v6.93c.588.002 1.176 0 1.763.001.189-.333.435-.649.775-.84.479-.276 1.072-.256 1.589-.11.383.107.679.418.802.791.396 1.054.278 2.223.035 3.298-.074.396-.396.706-.779.81-.587.16-1.26.155-1.795-.165-.426-.263-.649-.743-.75-1.216-.626-.002-1.252-.005-1.878.001.093.998.495 2.051 1.375 2.608 1.006.682 2.323.967 3.494.575 1.17-.436 2.145-1.473 2.338-2.73.139-.963.122-1.945.037-2.913-.082-1.09-.713-2.153-1.692-2.665-1.094-.608-2.544-.493-3.533.274V7.548l5.036-.001V5.664h-6.816z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.12 0h1.766c3.316.239 6.493 1.921 8.543 4.541 1.497 1.869 2.387 4.198 2.572 6.581v1.759c-.239 3.318-1.921 6.496-4.541 8.548-1.867 1.492-4.188 2.384-6.568 2.572h-1.774a12.167 12.167 0 0 1-5.333-1.706c-2.494-1.506-4.414-3.94-5.271-6.727C.239 14.7.086 13.8 0 12.895v-1.782c.186-2.381 1.077-4.705 2.572-6.571C4.623 1.922 7.801.239 11.12.002m.246.594c-1.986.102-3.94.748-5.603 1.836C3.161 4.114 1.304 6.897.761 9.949c-.588 3.153.234 6.536 2.22 9.057a11.448 11.448 0 0 0 7.171 4.268c1.833.299 3.741.149 5.5-.449 2.805-.935 5.202-3.014 6.533-5.654 1.557-3.019 1.649-6.74.244-9.832A11.472 11.472 0 0 0 16.728 1.6 11.373 11.373 0 0 0 11.366.596z"/><path fill="#fff" d="M4.765 7.063c.682-.981 1.861-1.596 3.062-1.534 1.617-.037 3.111 1.196 3.486 2.75.174.745.173 1.564-.158 2.267-.241.478-.583.9-.967 1.27.633.44 1.136 1.083 1.333 1.835.33 1.268.06 2.741-.894 3.681-.937.987-2.39 1.388-3.712 1.112a3.902 3.902 0 0 1-2.505-1.711c-.7-1.158-.757-2.726-.062-3.899.249-.408.6-.743.987-1.018-.559-.522-1.06-1.17-1.192-1.943-.165-.968.039-2.011.622-2.81m2.706.374c-.624.098-1.236.524-1.413 1.152-.188.683-.091 1.545.513 1.996.675.56 1.734.55 2.4-.021.564-.44.661-1.245.507-1.903-.203-.858-1.169-1.365-2.007-1.224m.049 5.251c-.973.096-1.819.989-1.772 1.983-.036.93.711 1.766 1.608 1.931.681.146 1.417-.1 1.893-.604.553-.542.669-1.432.37-2.13-.353-.785-1.241-1.294-2.099-1.18zM15.816 5.551c1.607-.219 3.376.722 3.9 2.295.15.446.209.919.208 1.388v4.781c-.004.683.04 1.381-.16 2.044-.387 1.424-1.826 2.391-3.263 2.459a3.78 3.78 0 0 1-3.134-1.367c-.514-.642-.713-1.482-.711-2.292 0-1.906-.002-3.812 0-5.718.005-.838.238-1.705.8-2.345a3.8 3.8 0 0 1 2.361-1.245m.186 1.883a1.59 1.59 0 0 0-1.1.624c-.273.361-.364.825-.364 1.27v5.391c-.002.489.106 1.009.442 1.382.552.622 1.56.699 2.26.295.546-.32.798-.969.797-1.58.006-1.798.001-3.596.003-5.394.005-.408-.048-.831-.254-1.191-.337-.628-1.102-.906-1.783-.797z"/><path fill="#00f" d="M11.366.596A11.373 11.373 0 0 1 16.728 1.6a11.465 11.465 0 0 1 5.701 5.739c1.404 3.092 1.313 6.813-.244 9.832-1.331 2.64-3.727 4.719-6.533 5.654-1.76.598-3.667.748-5.5.449a11.441 11.441 0 0 1-7.171-4.268C.995 16.485.173 13.102.761 9.949c.543-3.052 2.4-5.835 5.002-7.517A11.363 11.363 0 0 1 11.366.596M4.765 7.063c-.583.799-.787 1.842-.622 2.81.132.772.633 1.42 1.192 1.943-.388.275-.738.61-.987 1.018-.694 1.173-.638 2.741.062 3.899a3.905 3.905 0 0 0 2.505 1.711c1.322.276 2.775-.126 3.712-1.112.953-.939 1.224-2.413.894-3.681-.196-.752-.7-1.395-1.333-1.835.384-.37.726-.792.967-1.27.331-.703.332-1.522.158-2.267-.375-1.554-1.869-2.786-3.486-2.75-1.201-.062-2.38.553-3.062 1.534m11.051-1.512a3.803 3.803 0 0 0-2.361 1.245c-.563.639-.795 1.507-.8 2.345-.002 1.906-.001 3.812 0 5.718-.002.81.197 1.65.711 2.292a3.78 3.78 0 0 0 3.134 1.367c1.437-.068 2.876-1.035 3.263-2.459.201-.663.157-1.361.16-2.044V9.234c0-.469-.058-.943-.208-1.388-.524-1.573-2.293-2.514-3.9-2.295z"/><path fill="#00f" d="M7.471 7.437c.838-.14 1.803.367 2.007 1.224.154.657.057 1.462-.507 1.903-.666.571-1.725.581-2.4.021-.605-.451-.702-1.313-.513-1.996.178-.628.789-1.053 1.413-1.152zM16.003 7.434c.682-.108 1.446.169 1.783.797.206.36.259.782.254 1.191-.002 1.798.003 3.596-.003 5.394.001.611-.251 1.26-.797 1.58-.7.405-1.708.328-2.26-.295-.336-.374-.444-.893-.442-1.382V9.328c0-.444.091-.908.364-1.27a1.59 1.59 0 0 1 1.1-.624zM7.52 12.688c.858-.114 1.746.395 2.099 1.18.299.699.182 1.588-.37 2.13a2.058 2.058 0 0 1-1.893.604c-.897-.165-1.644-1.002-1.608-1.931-.046-.995.8-1.887 1.772-1.983z"/></symbol><symbol viewBox="0 0 24 24" id="information--minimum-speed-90--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.114 0h1.784c3.312.244 6.484 1.924 8.53 4.541 1.496 1.867 2.385 4.194 2.572 6.575v1.777c-.245 3.324-1.936 6.507-4.567 8.555-1.857 1.477-4.161 2.357-6.522 2.551h-1.807c-1.872-.155-3.712-.727-5.319-1.706-2.494-1.506-4.414-3.94-5.271-6.727C.24 14.704.09 13.81 0 12.912v-1.814c.189-2.365 1.07-4.674 2.55-6.533C4.599 1.932 7.786.238 11.114-.002m.252.598c-1.986.102-3.94.747-5.604 1.837C3.194 4.094 1.35 6.827.782 9.834.153 13.02.97 16.456 2.98 19.007a11.44 11.44 0 0 0 7.051 4.247c1.87.325 3.822.182 5.62-.429 2.806-.934 5.203-3.014 6.534-5.654 1.556-3.019 1.648-6.74.243-9.832a11.463 11.463 0 0 0-6.129-5.923 11.376 11.376 0 0 0-4.934-.82z"/><path fill="#fff" d="M15.863 5.552a3.8 3.8 0 0 1 3.008.934c.758.635 1.109 1.639 1.116 2.609.006 1.906.001 3.812.002 5.718.004.774-.161 1.575-.62 2.213-.775 1.054-2.135 1.633-3.433 1.477a3.785 3.785 0 0 1-2.473-1.311c-.54-.647-.743-1.505-.749-2.332V9.985c-.001-.688-.03-1.392.182-2.056.382-1.302 1.651-2.21 2.967-2.376m.188 1.883c-.922.081-1.509 1.016-1.446 1.89-.002 1.782 0 3.564-.001 5.346-.003.402.053.818.256 1.172.561 1.012 2.196 1.073 2.875.158.276-.364.371-.834.365-1.283V9.283c.005-.531-.161-1.092-.57-1.451-.393-.363-.961-.466-1.478-.395zM4.989 6.771c.71-.711 1.69-1.164 2.699-1.194 1.347-.083 2.647.752 3.292 1.909.672 1.324.584 2.977-.107 4.277l-3.214 6.441c-.051.089-.079.199-.157.269-.696.009-1.392.003-2.088.003.886-1.787 1.782-3.57 2.67-5.355-1.231.424-2.703-.051-3.445-1.122-.473-.713-.574-1.599-.563-2.436.014-.987.215-2.048.913-2.792m2.53.708a2.024 2.024 0 0 0-1.079.555c-.379.39-.472.959-.48 1.481.007.506.081 1.052.416 1.454.729.9 2.348.798 2.911-.231.344-.729.325-1.613.05-2.361-.27-.717-1.11-1.002-1.818-.898z"/><path fill="#00f" d="M11.366.596a11.361 11.361 0 0 1 4.934.82 11.463 11.463 0 0 1 6.129 5.923c1.405 3.092 1.313 6.813-.243 9.832-1.331 2.64-3.728 4.72-6.534 5.654-1.798.611-3.75.754-5.62.429a11.45 11.45 0 0 1-7.051-4.247C.97 16.456.153 13.02.783 9.834c.568-3.007 2.411-5.74 4.98-7.401A11.361 11.361 0 0 1 11.367.596m4.496 4.956c-1.316.165-2.585 1.073-2.967 2.376-.212.664-.183 1.369-.182 2.056v4.875c.006.827.21 1.685.749 2.332a3.785 3.785 0 0 0 2.473 1.311c1.298.157 2.657-.423 3.433-1.477.459-.637.624-1.439.62-2.213-.001-1.906.004-3.812-.002-5.718-.007-.969-.357-1.973-1.116-2.609a3.808 3.808 0 0 0-3.008-.934M4.989 6.771c-.697.743-.899 1.805-.913 2.792-.011.837.09 1.723.563 2.436.742 1.072 2.213 1.546 3.445 1.122-.888 1.786-1.784 3.569-2.67 5.355.696 0 1.392.007 2.088-.003.078-.07.105-.18.157-.269l3.214-6.441c.691-1.3.779-2.953.107-4.277-.645-1.157-1.944-1.992-3.292-1.909-1.009.03-1.989.483-2.699 1.194z"/><path fill="#00f" d="M16.051 7.436c.517-.071 1.086.032 1.478.395.409.359.575.92.57 1.451.002 1.812 0 3.624 0 5.436.006.449-.089.919-.365 1.283-.679.915-2.315.854-2.875-.158-.202-.354-.259-.77-.256-1.172 0-1.782-.001-3.564.001-5.346-.063-.874.525-1.809 1.446-1.89zM7.519 7.479c.709-.104 1.548.181 1.818.898.275.748.294 1.632-.05 2.361-.563 1.029-2.182 1.131-2.911.231-.336-.401-.41-.947-.416-1.454.008-.523.101-1.092.48-1.481a2.024 2.024 0 0 1 1.079-.555z"/></symbol><symbol viewBox="0 0 24 24" id="information--motorway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0379c1" d="M0 0h24v24H0V0m9.374 2.435a843.852 843.852 0 0 0-.93 4.74c.852.004 1.703.005 2.556-.001.053-1.58.104-3.16.149-4.74a87.52 87.52 0 0 0-1.775.001m3.592-.001c.04 1.581.095 3.162.148 4.742.851.005 1.702.004 2.554-.001-.305-1.58-.615-3.16-.93-4.739a80.515 80.515 0 0 0-1.772-.001M1.383 8.368c-.006.514-.006 1.026.001 1.54.741.143 1.814-.344 2.299.415.16.712.023 1.461.074 2.187.489.008.978.008 1.467 0 .179-.706.287-1.43.484-2.131.09-.33.448-.49.767-.474 3.682-.008 7.365 0 11.046-.004.354-.026.785.101.886.486.196.698.305 1.419.48 2.122.49.008.981.008 1.471.001.048-.729-.087-1.48.073-2.194.492-.751 1.557-.269 2.298-.41.009-.514.009-1.026.001-1.54-7.116-.006-14.231-.006-21.347 0m6.27 2.837c-.682 3.399-1.347 6.802-2.013 10.205 1.64.009 3.281.006 4.922.001.109-3.402.213-6.804.314-10.207a432.555 432.555 0 0 0-3.222.001m5.584-.002c.101 3.403.205 6.807.315 10.208 1.641.005 3.281.008 4.922-.001-.667-3.403-1.334-6.806-2.013-10.207h-3.224z"/><path fill="#fff" d="M9.374 2.435a80.788 80.788 0 0 1 1.775-.001A937.54 937.54 0 0 1 11 7.174c-.852.006-1.703.005-2.556.001.305-1.581.616-3.162.93-4.74zM12.966 2.434c.59-.005 1.182-.006 1.772.001.315 1.579.625 3.159.93 4.739-.852.005-1.703.006-2.554.001-.053-1.58-.108-3.16-.148-4.742zM1.383 8.368c7.116-.006 14.231-.006 21.347 0 .008.514.008 1.026-.001 1.54-.741.141-1.806-.341-2.298.41-.16.714-.025 1.465-.073 2.194-.49.006-.981.006-1.471-.001-.175-.703-.284-1.424-.48-2.122-.101-.385-.532-.512-.886-.486-3.682.004-7.365-.004-11.046.004-.319-.017-.677.144-.767.474-.197.702-.305 1.426-.484 2.131-.489.008-.978.008-1.467 0-.051-.726.086-1.475-.074-2.187-.485-.759-1.558-.272-2.299-.415a52.705 52.705 0 0 1-.001-1.54z"/><path fill="#fff" d="M7.653 11.203c1.074-.005 2.148-.004 3.222-.001a4313.94 4313.94 0 0 1-.314 10.207c-1.641.005-3.282.008-4.922-.001.667-3.403 1.331-6.806 2.013-10.205zM13.238 11.201h3.224c.68 3.402 1.347 6.804 2.013 10.207-1.641.009-3.281.006-4.922.001-.11-3.402-.214-6.806-.315-10.208z"/></symbol><symbol viewBox="0 0 10 24" id="information--motorway-exit-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.112.615a.994.994 0 0 1 .938-.6c2.817 0 5.634-.003 8.451.002.519-.015.942.477.924.981.002 7.334.001 14.668 0 22.003.02.499-.382.962-.884.999H.991c-.516-.024-.971-.475-.96-.997C.029 15.802.031 8.601.03 1.4.034 1.137 0 .862.112.616m.317.433c-.001 4.42-.002 8.84 0 13.26 3.201-1.844 6.4-3.691 9.6-5.537V1.047c.019-.321-.239-.651-.576-.636C6.667.408 3.881.411 1.095.41.743.382.411.693.429 1.049M.428 18.742v4.209c-.02.358.312.672.667.645 2.786-.001 5.572.003 8.358-.002.339.014.597-.319.575-.642v-9.75L.427 18.741z"/><path fill="#fff" d="M2.706 1.863c.245-.218.526-.401.87-.322V4.58a21.026 21.026 0 0 0-.435 0c-.001-.832.001-1.664-.001-2.496-.145.105-.29.21-.435.317v-.538zM4.615 1.569c.475-.142 1.014.233 1.043.728.015.484.005.969.005 1.453.006.438-.384.828-.82.828C4.4 4.593 3.988 4.2 4 3.753c-.003-.47-.005-.94.001-1.41a.835.835 0 0 1 .614-.775m.104.404c-.21.05-.327.27-.305.474.013.474-.025.951.019 1.422.09.396.735.378.8-.024.03-.498.012-.999.009-1.497.001-.258-.282-.45-.524-.375zM6.714 1.566c.49-.139 1.032.27 1.035.779.006.47.004.939.001 1.409.006.432-.377.818-.807.825-.449.022-.869-.375-.855-.828-.002-.468-.004-.935.001-1.402 0-.364.277-.695.627-.783m.101.404a.414.414 0 0 0-.314.426c.006.483-.018.967.012 1.449.065.402.71.42.8.024.044-.488.009-.982.018-1.473a.417.417 0 0 0-.516-.426zM4.128 5.628c.121.006.241.021.358.052a.736.736 0 0 1 .739.155c.312-.334.93-.217 1.063.23.077.383.018.78.035 1.168H6.01c-.013-.358.027-.72-.019-1.075-.075-.273-.513-.273-.589 0-.046.356-.007.717-.02 1.075h-.313c-.014-.358.027-.72-.021-1.075-.078-.27-.513-.274-.588 0-.046.356-.006.717-.019 1.075h-.313c-.001-.535-.002-1.07 0-1.605z"/><path fill="#154889" d="M.429 1.049C.411.694.744.382 1.095.41 3.882.411 6.667.408 9.453.411c.336-.015.595.315.576.636v7.725c-3.2 1.845-6.399 3.693-9.6 5.537-.003-4.421-.002-8.841 0-13.26m2.277.814v.538c.144-.107.289-.212.435-.317.002.832 0 1.664.001 2.496.145-.001.29-.002.435 0V1.541c-.345-.079-.626.104-.87.322m1.908-.294a.835.835 0 0 0-.614.775c-.006.47-.003.939-.001 1.41-.012.447.4.84.843.825.436 0 .827-.39.82-.828 0-.484.01-.969-.005-1.454-.029-.495-.568-.87-1.043-.728m2.099-.003a.837.837 0 0 0-.627.783c-.005.468-.003.935-.001 1.402-.014.453.407.851.855.828.431-.007.813-.393.807-.825.003-.47.006-.939-.001-1.409-.002-.509-.544-.918-1.035-.779M4.128 5.628c-.002.535-.001 1.07 0 1.605h.313c.013-.358-.027-.72.019-1.075.075-.273.51-.27.588 0 .048.355.007.717.021 1.075h.313c.012-.358-.027-.72.02-1.075.075-.273.513-.273.589 0 .045.355.006.717.019 1.075h.313c-.018-.389.042-.785-.035-1.168-.133-.447-.751-.564-1.063-.23a.735.735 0 0 0-.739-.155 1.798 1.798 0 0 0-.358-.052z"/><path fill="#154889" d="M4.719 1.972c.243-.075.525.117.524.375.003.498.02 1-.009 1.497-.065.402-.71.42-.8.024-.045-.471-.006-.948-.019-1.422-.021-.205.096-.425.305-.474zM6.817 1.97a.417.417 0 0 1 .516.426c-.009.49.026.984-.018 1.473-.09.396-.735.378-.8-.024-.031-.482-.007-.966-.012-1.449a.416.416 0 0 1 .314-.426zM.428 18.742l9.602-5.539v9.75c.021.323-.236.656-.575.642-2.786.005-5.572.001-8.358.002-.355.027-.687-.288-.667-.645-.002-1.403 0-2.806 0-4.209z"/></symbol><symbol viewBox="0 0 10 24" id="information--motorway-exit-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.643.073C.768.019.907.025 1.041.022c2.794.001 5.587-.001 8.38.001.501-.032.964.414.961.914.002 7.358-.001 14.717.001 22.075.026.495-.41.964-.908.962l-8.54.001c-.481.007-.92-.427-.911-.909V.94A.923.923 0 0 1 .642.076M.401.988C.4 4.778.399 8.569.402 12.359c3.202-1.843 6.4-3.695 9.602-5.539.001-1.944.002-3.889-.001-5.834A.565.565 0 0 0 9.424.4C6.612.397 3.8.397.989.4a.565.565 0 0 0-.588.587m.001 14.699C.398 16.794.4 17.902.401 19.01c3.202-1.845 6.401-3.694 9.602-5.54.002-1.108.002-2.215 0-3.323C6.8 11.989 3.602 13.839.402 15.686m-.001 6.651c.005.26-.014.521.009.781.03.277.298.497.577.476 2.813 0 5.626.001 8.439-.001.316.022.594-.267.577-.58.003-2.072.003-4.144 0-6.216C6.8 18.638 3.602 20.489.401 22.336z"/><path fill="#fff" d="M2.266 2.37c.012-.484.491-.898.974-.777.533.085.819.777.506 1.215-.306.402-.631.79-.941 1.189.358.003.715-.001 1.072.002v.397c-.534.002-1.067.002-1.6 0 .014-.147-.045-.322.057-.446.351-.448.712-.89 1.061-1.34.205-.243-.006-.656-.323-.636-.228-.008-.372.197-.413.398-.131.001-.262-.001-.393-.003zM5.07 1.582c.449-.074.899.305.905.76.006.435.005.87 0 1.306a.808.808 0 0 1-.82.775.806.806 0 0 1-.775-.774c-.004-.436-.006-.873.001-1.31a.802.802 0 0 1 .69-.756m-.007.408a.402.402 0 0 0-.286.401c-.004.401-.003.802-.001 1.203-.016.213.158.422.376.427.233.021.439-.195.421-.425.001-.419.009-.838-.004-1.256-.007-.245-.277-.426-.507-.35zM7.204 1.584c.452-.084.914.295.92.754.007.436.006.873.001 1.309a.808.808 0 0 1-.786.775.806.806 0 0 1-.811-.775c-.004-.434-.004-.869.001-1.304a.803.803 0 0 1 .674-.76m-.004.412c-.188.057-.289.259-.272.447.01.429-.022.862.017 1.29.081.373.67.38.763.011.045-.447.011-.901.019-1.35.022-.271-.272-.494-.527-.398zM4.404 5.753a.598.598 0 0 1 .854.027c.298-.329.911-.228 1.032.216.067.396.016.803.03 1.203h-.319c-.009-.35.017-.702-.011-1.052-.048-.301-.519-.33-.609-.04-.049.36-.006.728-.021 1.092l-.318-.001c-.015-.36.023-.722-.019-1.079-.078-.299-.561-.281-.612.026-.027.348-.006.699-.008 1.048-.108.003-.216.004-.323.005.002-.533-.002-1.066.002-1.599l.312-.001.009.155z"/><path fill="#154889" d="M.401.988A.565.565 0 0 1 .989.401c2.812-.003 5.624-.003 8.435 0a.565.565 0 0 1 .579.586c.002 1.944.001 3.889.001 5.834-3.202 1.843-6.4 3.695-9.602 5.539C.4 8.569.4 4.779.401.989M2.266 2.37c.131.003.262.004.393.003.041-.201.186-.407.413-.398.317-.021.528.393.323.636-.349.45-.71.891-1.061 1.34-.102.124-.044.299-.057.446.533.002 1.067.002 1.6 0V4c-.358-.003-.715.001-1.072-.002.31-.399.635-.787.941-1.189.314-.438.027-1.13-.506-1.215-.482-.121-.962.293-.974.777m2.804-.789a.802.802 0 0 0-.69.756 57.21 57.21 0 0 0-.001 1.31.807.807 0 0 0 .775.774.808.808 0 0 0 .82-.775c.005-.435.006-.871 0-1.306-.006-.455-.456-.834-.905-.76m2.135.003a.802.802 0 0 0-.674.76 62.98 62.98 0 0 0-.001 1.304.806.806 0 0 0 .811.775.808.808 0 0 0 .786-.775c.005-.436.006-.873-.001-1.309-.007-.459-.468-.839-.92-.754M4.404 5.753l-.009-.155-.312.001c-.004.533-.001 1.066-.002 1.599.108-.001.216-.002.323-.005.003-.349-.019-.7.008-1.048.051-.307.534-.325.612-.026.042.357.004.719.019 1.079l.318.001c.016-.364-.028-.732.021-1.092.09-.29.561-.261.609.04.028.349.002.701.011 1.052h.319c-.015-.4.036-.807-.03-1.203-.122-.443-.735-.545-1.032-.216a.599.599 0 0 0-.854-.027z"/><path fill="#154889" d="M5.064 1.991c.23-.076.5.105.507.35.013.418.005.837.004 1.256.018.23-.188.447-.421.425-.218-.005-.392-.213-.376-.427-.002-.401-.004-.802.001-1.203a.4.4 0 0 1 .286-.401zM7.199 1.995c.255-.096.549.127.527.398-.007.449.027.903-.019 1.35-.093.369-.682.362-.763-.011-.039-.428-.007-.86-.017-1.29-.017-.188.083-.39.272-.447zM.402 15.686c3.2-1.847 6.398-3.697 9.601-5.539.002 1.107.002 2.215 0 3.323-3.201 1.846-6.4 3.695-9.602 5.54-.001-1.108-.003-2.216.001-3.324zM.401 22.337c3.2-1.847 6.398-3.698 9.602-5.539.003 2.072.003 4.144 0 6.216.017.313-.261.602-.577.58-2.813.002-5.626.001-8.439.001a.553.553 0 0 1-.577-.476c-.023-.26-.005-.521-.009-.781z"/></symbol><symbol viewBox="0 0 10 24" id="information--motorway-exit-ahead--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.642.073C.768.019.907.025 1.041.022 3.835.023 6.629.021 9.422.023c.501-.032.965.415.96.915v22.125c-.001.476-.429.913-.908.91H.937c-.482.007-.921-.427-.912-.911L.024.938C.016.556.284.198.642.073M.401.99C.4 4.544.399 8.099.402 11.654 3.583 9.818 6.763 7.98 9.946 6.147c.083-.036.051-.14.059-.21-.005-1.65.001-3.299-.003-4.948a.564.564 0 0 0-.58-.587C6.611.399 3.8.4.99.401A.565.565 0 0 0 .401.99m.014 12.874C.38 14.6.409 15.343.401 16.082c3.201-1.837 6.389-3.695 9.593-5.528.022-.74.006-1.481.008-2.221a3018.981 3018.981 0 0 0-9.587 5.531m-.017 4.451c.007.735-.001 1.469.004 2.204 3.201-1.843 6.398-3.694 9.599-5.538.005-.738.003-1.476.001-2.215-3.204 1.845-6.412 3.685-9.605 5.549m.002 4.428c-.066.364.102.85.536.849 2.829.006 5.66.002 8.489.002.317.023.597-.268.579-.582.002-1.938.003-3.875-.001-5.814a2541.78 2541.78 0 0 0-9.603 5.544z"/><path fill="#fff" d="M2.272 2.295c.044-.524.655-.886 1.13-.648.509.204.637.964.188 1.3.485.347.367 1.179-.178 1.4-.485.244-1.103-.119-1.168-.648.132-.004.264-.005.397-.003.083.208.294.383.529.313.335-.067.435-.544.196-.767-.121-.13-.31-.117-.471-.126l.003-.34c.201.014.444-.024.534-.232.142-.268-.115-.624-.415-.566-.181.013-.287.173-.358.321l-.389-.004zM5.07 1.585c.456-.089.921.293.927.756.006.434.004.869.001 1.303a.806.806 0 0 1-.79.778.807.807 0 0 1-.806-.78 70.31 70.31 0 0 1 .001-1.299.801.801 0 0 1 .668-.759m-.007.414c-.185.059-.283.26-.266.446.011.428-.021.859.016 1.286.081.384.695.378.77-.006.033-.441.007-.887.014-1.329.022-.273-.277-.5-.534-.397zM7.205 1.588c.444-.096.911.259.94.712.012.447.005.895.004 1.343a.809.809 0 0 1-.753.778c-.434.035-.841-.342-.843-.776-.004-.435-.005-.869.001-1.304a.801.801 0 0 1 .653-.753m-.005.415c-.179.066-.27.261-.253.444.013.432-.024.868.02 1.297.093.37.684.359.764-.014.036-.445.009-.894.015-1.34.021-.278-.291-.501-.547-.388zM4.412 5.744a.598.598 0 0 1 .847.036c.296-.332.909-.229 1.032.213.066.396.017.804.03 1.205l-.319-.002c-.007-.35.016-.701-.01-1.051-.05-.3-.517-.33-.609-.041-.048.361-.006.729-.021 1.093l-.318-.001c-.014-.359.022-.722-.018-1.078-.079-.3-.561-.283-.613.024-.023.346-.009.694-.005 1.041-.109.02-.22.018-.33.002.012-.53-.004-1.06.008-1.589l.302.001.024.147z"/><path fill="#154889" d="M.401.99A.565.565 0 0 1 .99.401C3.8.399 6.612.398 9.422.402c.319-.02.602.27.58.587.004 1.649-.002 3.299.003 4.948-.009.07.024.173-.059.21C6.762 7.98 3.583 9.818.402 11.654.399 8.099.4 4.545.401.99m1.871 1.305l.389.004c.07-.148.177-.308.358-.321.3-.057.557.298.415.566-.09.208-.333.246-.534.232l-.003.34c.161.009.35-.004.471.126.239.223.14.7-.196.767-.235.069-.446-.106-.529-.313a8.747 8.747 0 0 0-.397.003c.065.528.683.891 1.168.648.544-.221.663-1.054.178-1.4.449-.336.32-1.096-.188-1.3-.475-.238-1.086.124-1.13.648m2.796-.71a.8.8 0 0 0-.668.759 70.31 70.31 0 0 0-.001 1.299.807.807 0 0 0 .806.78.806.806 0 0 0 .79-.778c.004-.434.005-.869-.001-1.303-.006-.463-.471-.845-.927-.756m2.136.002a.802.802 0 0 0-.653.753c-.005.434-.004.869-.001 1.304.002.435.41.811.843.776a.807.807 0 0 0 .753-.778c.001-.448.008-.896-.004-1.343-.029-.453-.496-.808-.94-.712M4.412 5.744l-.024-.147c-.101.001-.201.001-.302-.001-.012.529.004 1.059-.008 1.589.109.016.22.018.33-.002-.004-.347-.018-.695.005-1.041.053-.307.535-.324.613-.024.04.357.004.719.018 1.078.106-.001.212-.001.318.001.016-.364-.027-.732.021-1.093.092-.289.559-.26.609.041.026.349.003.7.01 1.051l.319.002c-.013-.401.036-.808-.03-1.205-.123-.442-.737-.545-1.032-.213a.597.597 0 0 0-.847-.036z"/><path fill="#154889" d="M5.064 1.998c.257-.103.555.123.534.397-.007.443.019.888-.014 1.329-.075.385-.689.39-.77.006-.037-.427-.005-.858-.016-1.286-.017-.186.081-.387.266-.446zM7.202 2.003c.256-.113.567.11.547.388-.006.446.021.895-.015 1.34-.081.373-.671.383-.764.014-.045-.429-.007-.865-.02-1.297-.017-.183.074-.378.253-.444zM.415 13.864c3.191-1.85 6.388-3.692 9.587-5.531-.003.74.014 1.482-.008 2.221-3.203 1.833-6.392 3.691-9.593 5.528.008-.739-.021-1.482.014-2.218zM.398 18.315c3.193-1.863 6.4-3.704 9.605-5.549.002.738.004 1.476-.001 2.215-3.201 1.843-6.398 3.694-9.599 5.538-.005-.735.003-1.469-.004-2.204zM.399 22.743a2412.22 2412.22 0 0 1 9.603-5.544c.004 1.938.003 3.876.001 5.814.018.313-.262.604-.579.582-2.829-.001-5.66.004-8.489-.002-.435.002-.602-.484-.536-.849z"/></symbol><symbol viewBox="0 0 15 24" id="information--overtaking-allowed-heavy-good-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h14.978v.626l-.059-.119c-.129-.283-.403-.488-.724-.455C9.696.049 5.196.055.697.05.434.026.205.156 0 .302v-.303zM.8 7.876c-.037-.339.246-.669.597-.632a892.69 892.69 0 0 1 5.175.001c.342-.025.598.309.568.632.001 2.481.008 4.964.01 7.446l-.415.01c-.003.39-.003.779.003 1.168.431.003.864.008 1.295-.008.001-.217.002-.434-.002-.65-.617-.522-.416-1.438-.413-2.15.548-.561.639-1.408.995-2.089 1.428.002 2.855-.003 4.282.003.382.684.553 1.507 1.117 2.072.063.667.074 1.387-.27 1.987l-.259.061c-.001.229.001.457.01.687.071.107.14.215.208.324-4.225.021-8.451.007-12.676.007.243-.438.149-.944.159-1.421-.129-.009-.257-.018-.385-.025.007-2.474.001-4.949.003-7.422M8.848 11.9c-.2.499-.392 1.002-.585 1.504a39.201 39.201 0 0 1 5.198 0 132.34 132.34 0 0 0-.762-1.504 823.901 823.901 0 0 0-3.851 0m-6.692 3.412c0 .397.004.794.01 1.189 1.207.002 2.413.003 3.62 0a59.11 59.11 0 0 0-.009-1.191 437.057 437.057 0 0 0-3.621.002m6.679.479c-.004.242-.005.484-.003.726 1.288.004 2.574.003 3.862.002a88.33 88.33 0 0 0 0-.728 992.793 992.793 0 0 0-3.859 0zM14.912 23.523l.067-.104V24H.001v-.333c.183.187.431.3.696.281 4.5-.003 8.999.003 13.499-.003.308.025.562-.173.717-.422z"/><path fill="#0371b3" d="M0 .303C.205.157.434.027.697.051 5.196.055 9.696.05 14.195.053c.321-.033.596.172.724.455-.062 1.027-.014 2.057-.028 3.084.013 6.644-.027 13.289.02 19.932-.154.249-.408.447-.717.422-4.5.006-8.999-.001-13.499.003a.889.889 0 0 1-.696-.281V.304M.8 7.876c-.002 2.474.004 4.948-.003 7.422.129.007.257.016.385.025-.01.477.084.983-.159 1.421 4.225 0 8.451.014 12.676-.007a9.91 9.91 0 0 0-.208-.324c-.01-.23-.011-.458-.011-.687l.259-.061c.344-.601.333-1.32.27-1.987-.564-.564-.735-1.387-1.117-2.072-1.428-.006-2.855-.001-4.282-.003-.356.681-.447 1.528-.995 2.089-.003.712-.203 1.628.413 2.15.003.216.003.433.002.65-.431.016-.864.011-1.295.008a64.941 64.941 0 0 1-.003-1.168l.415-.01c-.002-2.482-.009-4.965-.01-7.446.03-.323-.227-.658-.568-.632-1.725-.007-3.45-.003-5.175-.001-.351-.037-.634.293-.597.632z"/><path fill="#0371b3" d="M2.156 15.312c1.207-.007 2.414-.004 3.621-.002.007.398.01.794.009 1.191-1.207.003-2.413.002-3.62 0-.005-.396-.01-.793-.01-1.189z"/><path fill="#79b4d7" d="M14.919.507l.059.119v22.793l-.067.104c-.047-6.643-.007-13.288-.02-19.932.014-1.027-.034-2.058.028-3.084z"/><path fill="#106fb6" d="M8.848 11.9c1.283-.003 2.567-.003 3.851 0 .258.499.511 1.001.762 1.504a39.201 39.201 0 0 0-5.198 0c.193-.502.385-1.005.585-1.504zM8.835 15.791c1.287-.003 2.573-.002 3.859 0v.728c-1.288.001-2.574.003-3.862-.002-.003-.242-.002-.484.003-.726z"/></symbol><symbol viewBox="0 0 24 24" id="information--parallel-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M1.516 0h20.96c.33.095.637.263.877.51-.433-.209-.895-.394-1.385-.383C15.282.132 8.595.122 1.909.132.945.09.083.943.135 1.91.128 8.595.137 15.282.13 21.967c-.024.624.234 1.279.78 1.616.544.368 1.23.272 1.85.283 6.443-.007 12.886 0 19.328-.004.967.052 1.819-.81 1.775-1.774.007-6.685-.002-13.37.005-20.054.013-.491-.167-.954-.378-1.387.227.229.389.511.509.809v21.01A2.09 2.09 0 0 1 22.485 24H1.474a2.136 2.136 0 0 1-1.475-1.522V1.458C.222.749.785.178 1.515 0z"/><path fill="#0066b3" d="M1.711.988C2.13.872 2.57.918 3 .91 9.24.916 15.479.909 21.719.915c.695-.06 1.351.529 1.316 1.235.01 6.526.001 13.052.004 19.578.07.73-.581 1.396-1.315 1.321-6.523-.002-13.046.002-19.568-.002-.718.048-1.32-.623-1.25-1.327 0-6.479.002-12.958 0-19.438-.044-.548.264-1.123.806-1.294M6.815 2.45c-.002 5.065-.002 10.13 0 15.196.666.002 1.331.002 1.997 0 .004-5.065.002-10.13 0-15.196-.665-.005-1.331-.005-1.997 0m4.865.111c-.355.154-.466.563-.443.919.007 4.04-.006 8.081.006 12.121a.799.799 0 0 0 .872.852c1.763.005 3.527.006 5.291 0 .478.048.896-.373.857-.85.008-4.081.006-8.165.001-12.247.062-.551-.463-.959-.984-.886-1.864.059-3.755-.115-5.6.09m2.907 16.002c.4.071 1.118.674 1.315.15-.346-.241-1.062-.706-1.315-.15m4.272-.304l-.173.388a37.17 37.17 0 0 0-1.566.019l-.047.316c.545.043 1.093.046 1.64.031l.041.298c-.418.037-.899-.09-1.277.088-.164.45-.077.988-.049 1.466.38.234.883.068 1.313.114l.001.319c-.546.133-1.508-.328-1.752.331.559.038 1.12.032 1.68.024.078.22.076.551.385.551.132-.155.155-.362.212-.55.56.006 1.121.011 1.681-.018-.199-.667-1.199-.205-1.742-.341l.008-.316c.444.011.889-.001 1.331-.05.022-.528.018-1.056-.024-1.583a23.45 23.45 0 0 0-1.325-.043l.029-.289c.542-.005 1.091.044 1.63-.042-.017-.625-1.108-.209-1.573-.312l-.164-.372-.259-.029m-10.513.167c-.232.29-.962.56-.649.994.422-.152.767-.492 1.003-.865.12-.22-.254-.33-.354-.128m4.23.025c-.19.679-.09 1.453-.05 2.164.404.124.835.049 1.252.059.01.15.02.3.032.45a11.95 11.95 0 0 0-.296-.437c-.056.367.114.685.326.967-.17.042-.34.084-.51.128l.097.326c1.026.218.756-1.064.778-1.698-.163-.06-.328-.114-.486-.186-.034-.253.374-.221.52-.352a4.295 4.295 0 0 0-.601-.324c.202-.092.395-.198.592-.299a4.428 4.428 0 0 0-.509-.271l.012-.185.506-.076c-.234-.605-1.147-.239-1.662-.268m-9.681.263c.485.203 1.04.056 1.553.097.004.52.002 1.04-.002 1.561-.54.131-1.596-.342-1.73.368.577.03 1.156.023 1.733.024.005.431-.029.865.04 1.292.697.286.356-.892.433-1.294.564 0 1.128.002 1.691-.016.001-.09.002-.269.004-.358a29.868 29.868 0 0 0-1.693-.018c-.004-.521-.004-1.04-.001-1.561.444-.114 1.547.292 1.518-.32-.935-.151-1.895-.019-2.838-.07-.242.037-.761-.098-.706.293m6.144-.266c.022.122.018.254.079.366a18.65 18.65 0 0 0 1.921.011c.205.001.318-.142.198-.328-.722-.138-1.468-.035-2.198-.049m-5.915.698c.175.334.337.68.587.966.599-.066-.092-1.434-.587-.966m2.263.902c.51.209.638-.559.866-.877-.516-.433-.779.5-.866.877m8.907-.947l-.031.353c.253.012.508.022.761.031l.006.781c-.221.01-.44.02-.661.032l-.005.343.664.028.001.932c-.28.053-.95-.11-.782.377.673.038 1.369.101 2.034-.034.084-.45-.515-.295-.781-.342l-.002-.937.665-.011c.061-.432-.359-.389-.668-.402.004-.257.005-.512.007-.769l.728-.024-.011-.364a18.43 18.43 0 0 0-1.924.005m-5.966.39c-.286.408-.878.702-.805 1.266.155-.072.307-.146.46-.221-.013.54-.014 1.08.018 1.619l.385-.083c.164-.811-.197-1.721.293-2.452.131-.259-.236-.373-.35-.13m.564.075c-.001.086-.002.259-.004.344.478.024.955.028 1.433.026.007.58.008 1.16-.012 1.74-.257.006-.514.013-.77.022l.036.376c.377.002.778.078 1.135-.073.166-.672.055-1.373.084-2.057l.638-.031c0-.119-.002-.239-.004-.359-.845-.016-1.692-.03-2.537.012m3.588 1.282c-.023.31-.377 1.14.091 1.064.054-.318.397-1.133-.091-1.064m.334-.065c.064.371-.149.941.283 1.139-.06-.373.216-1.015-.283-1.139m.656.93a3.664 3.664 0 0 0-.152-1.009c-.22.295-.229.839.152 1.009z"/><path fill="#0066b3" d="M11.653 2.744c.382-.016.778-.074 1.151.038.07.575-.79.254-1.139.313l-.012-.352zM16.705 2.774c.364-.028 1.096-.262 1.187.223-.319.158-1.267.328-1.187-.223zM11.629 6.834c2.002-.889 4.308-.847 6.316-.001-.383.643-.774 1.283-1.16 1.925a20.26 20.26 0 0 0-4.031-.001c-.367-.644-.746-1.283-1.124-1.922zM11.614 7.516c.373.566.768 1.128 1.057 1.742.05.982.043 1.974.005 2.956-.29.514-.709.944-1.067 1.411-.03-2.035-.038-4.074.005-6.109zM16.849 9.258c.289-.614.684-1.176 1.057-1.742.043 2.035.035 4.074.005 6.11-.358-.468-.776-.898-1.067-1.411a32.765 32.765 0 0 1 .005-2.957zM12.744 12.635c1.331.138 2.672.132 4.004.006.407.528.817 1.052 1.205 1.594-2.105.379-4.273.349-6.38 0 .379-.541.767-1.076 1.171-1.6zM12.961 18.762l.33.004.022.284a50.49 50.49 0 0 0-.389.01l.037-.298zM17.837 19.656l.905.001.001.31-.907.001.001-.312zM17.843 20.294l.896.002c.001.086.002.257.004.342h-.91l.01-.344zM19.216 20.296l.906.004.006.336-.919.002.007-.342z"/><path fill="#fff" d="M.136 1.91C.083.943.946.09 1.91.132c6.686-.01 13.373 0 20.059-.005.49-.011.952.174 1.385.383.049.043.095.089.138.138.211.433.391.896.378 1.387-.007 6.684.002 13.369-.005 20.054.044.964-.808 1.825-1.775 1.774-6.443.004-12.886-.004-19.328.004-.62-.011-1.307.085-1.85-.283-.546-.337-.804-.992-.78-1.616C.139 15.283.13 8.596.137 1.911M1.711.988c-.542.17-.851.745-.806 1.294.002 6.48 0 12.959 0 19.438-.07.704.533 1.375 1.25 1.327 6.522.005 13.045 0 19.568.002.734.074 1.385-.592 1.315-1.321-.002-6.526.006-13.052-.004-19.578.035-.706-.622-1.295-1.316-1.235C15.478.909 9.239.916 2.999.91c-.43.008-.87-.038-1.289.078z"/><path fill="#fff" d="M6.815 2.45c.666-.005 1.332-.005 1.997 0 .002 5.065.004 10.13 0 15.196-.666.002-1.331.002-1.997 0-.002-5.065-.002-10.13 0-15.196zM11.68 2.561c1.846-.205 3.737-.031 5.6-.09.521-.073 1.046.335.984.886.005 4.082.007 8.166-.001 12.247a.797.797 0 0 1-.857.85c-1.764.006-3.528.005-5.291 0a.798.798 0 0 1-.872-.852c-.012-4.04.001-8.081-.006-12.121-.023-.356.088-.766.443-.919m-.027.182l.012.352c.349-.059 1.208.262 1.139-.313-.373-.113-.769-.054-1.151-.038m5.052.029c-.08.551.868.382 1.187.223-.091-.485-.823-.251-1.187-.223m-5.076 4.06c.378.64.757 1.278 1.124 1.922a20.26 20.26 0 0 1 4.031.001c.386-.642.778-1.282 1.16-1.925-2.008-.846-4.314-.888-6.316.001m-.014.683a170.424 170.424 0 0 0-.005 6.109c.358-.467.776-.898 1.067-1.411.038-.982.046-1.974-.005-2.956-.289-.614-.684-1.176-1.057-1.742m5.235 1.742c-.05.982-.043 1.974-.005 2.957.29.514.709.943 1.067 1.411.03-2.036.038-4.075-.005-6.11-.373.566-.768 1.128-1.057 1.742m-4.105 3.377a41.745 41.745 0 0 0-1.171 1.6c2.107.349 4.276.379 6.38 0-.388-.541-.798-1.066-1.205-1.594a20.292 20.292 0 0 1-4.004-.006zM14.587 18.562c.253-.556.97-.091 1.315.15-.197.524-.916-.079-1.315-.15zM18.859 18.258l.259.029.164.372c.466.103 1.556-.313 1.573.312-.539.086-1.087.037-1.63.042l-.029.289c.442.006.883.012 1.325.043.042.527.046 1.055.024 1.583a9.862 9.862 0 0 1-1.331.05l-.008.316c.544.136 1.543-.326 1.742.341-.56.029-1.121.024-1.681.018-.058.187-.08.395-.212.55-.31 0-.307-.331-.385-.551a20.46 20.46 0 0 1-1.68-.024c.244-.659 1.206-.198 1.752-.331l-.001-.319c-.43-.046-.932.12-1.313-.114-.028-.479-.115-1.016.049-1.466.378-.178.859-.05 1.277-.088l-.041-.298c-.547.014-1.096.012-1.64-.031l.047-.316a37.17 37.17 0 0 1 1.566-.019l.173-.388m-1.022 1.398l-.001.312.907-.001-.001-.31-.905-.001m1.371-.002l-.005.317c.349-.046.892.18.997-.299a29.837 29.837 0 0 0-.992-.018m-1.365.64l-.01.344h.91l-.004-.342-.896-.002m1.373.002l-.007.342.919-.002-.006-.336a273.62 273.62 0 0 1-.906-.004zM8.346 18.425c.1-.202.474-.091.354.128-.236.373-.581.713-1.003.865-.313-.433.418-.703.649-.994zM12.576 18.451c.515.029 1.428-.337 1.662.268l-.506.076a5.933 5.933 0 0 1-.012.185c.175.08.346.169.509.271-.197.101-.39.206-.592.299.208.095.412.197.601.324-.145.131-.553.098-.52.352.158.072.323.126.486.186-.022.634.248 1.916-.778 1.698l-.097-.326c.17-.044.34-.086.51-.128-.212-.282-.383-.6-.326-.967.102.143.2.289.296.437-.012-.15-.023-.3-.032-.45-.416-.01-.847.065-1.252-.059-.04-.71-.139-1.484.05-2.164m.386.309l-.037.298.389-.01a32.1 32.1 0 0 1-.022-.284l-.33-.004m.018.676c-.142.18.173.36.293.194.139-.179-.175-.364-.293-.194m0 .627c-.029.659.668-.248 0 0zM2.896 18.712c-.055-.391.463-.256.706-.293.943.05 1.903-.082 2.838.07.029.612-1.074.206-1.518.32-.002.521-.002 1.04.001 1.561a29.868 29.868 0 0 1 1.693.018l-.004.358c-.563.018-1.127.016-1.691.016-.077.402.264 1.579-.433 1.294-.068-.427-.035-.862-.04-1.292-.577-.001-1.156.006-1.733-.024.134-.71 1.19-.238 1.73-.368.005-.521.006-1.042.002-1.561-.512-.041-1.068.106-1.553-.097zM9.042 18.444c.731.014 1.476-.089 2.198.049.12.186.007.329-.198.328-.64.024-1.283.031-1.921-.011-.061-.112-.058-.244-.079-.366z"/><path fill="#fff" d="M3.127 19.142c.494-.468 1.186.9.587.966-.25-.286-.412-.632-.587-.966zM5.39 20.044c.088-.377.35-1.31.866-.877-.228.318-.356 1.086-.866.877zM14.297 19.097a18.43 18.43 0 0 1 1.924-.005l.011.364-.728.024-.007.769c.31.013.73-.03.668.402l-.665.011.002.937c.266.047.865-.108.781.342-.665.134-1.361.072-2.034.034-.168-.487.503-.324.782-.377l-.001-.932c-.222-.008-.443-.018-.664-.028l.005-.343c.221-.012.44-.023.661-.032l-.006-.781c-.253-.01-.508-.019-.761-.031l.031-.353zM8.332 19.486c.114-.244.481-.13.35.13-.49.731-.128 1.64-.293 2.452l-.385.083a19.423 19.423 0 0 1-.018-1.619c-.152.074-.305.149-.46.221-.073-.564.52-.858.805-1.266zM8.897 19.56c.845-.042 1.692-.028 2.537-.012.001.12.004.24.004.359-.212.011-.426.022-.638.031-.029.684.082 1.385-.084 2.057-.358.151-.758.076-1.135.073l-.036-.376c.257-.008.514-.016.77-.022.02-.58.019-1.16.012-1.74-.478.001-.955-.002-1.433-.026l.004-.344zM12.484 20.842c.488-.068.145.746.091 1.064-.468.076-.114-.755-.091-1.064z"/><path fill="#1472b9" d="M12.979 19.438c.118-.169.432.016.293.194-.12.166-.434-.014-.293-.194z"/><path fill="#0e6eb7" d="M19.208 19.654c.331.002.661.005.992.018-.106.479-.648.253-.997.299l.005-.317z"/><path fill="#0c6db6" d="M12.979 20.065c.668-.248-.029.659 0 0z"/><path fill="#f4f8fc" d="M12.818 20.777c.499.124.223.766.283 1.139-.432-.198-.22-.768-.283-1.139z"/><path fill="#ebf3f9" d="M13.474 21.707c-.382-.17-.372-.714-.152-1.009.102.326.144.668.152 1.009z"/></symbol><symbol viewBox="0 0 18 24" id="information--park-and-ride--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#058c76" d="M0 0h18.424v13.673c-1.084.322-2.211.453-3.314.681 1.047.451 2.199.429 3.314.325V24H0v-8.39c.172-.325.356-.642.543-.96 2.725-.291 5.486.211 8.184-.301-2.218-.577-4.521-.439-6.79-.521-.693-.005-1.392-.167-1.937-.611V0m1.777 1.447c-.002 3.566-.112 7.147.116 10.703.543.247 1.156.247 1.743.267 4.318-.022 8.633.112 12.948.036.112-3.578-.102-7.156-.189-10.735-1.576-.245-3.173-.145-4.759-.179-3.287.015-6.575-.373-9.859-.092m8.044 13.961c0 1.29-.245 2.681.347 3.881.114-.376.225-.752.335-1.13.303.376.608.749.919 1.118-.184-.943-.313-1.903-.167-2.861-.293.279-.589.555-.88.836-.073-.645.133-1.469-.553-1.845m-6.607.351a41.09 41.09 0 0 0 .044 3.292c.107-.01.32-.027.427-.034.104-.313.211-.628.32-.938.558-.305 1.265-.742.979-1.501-.082-.904-1.118-.756-1.77-.819m10.429.237c-.029.88-.148 1.77-.019 2.647.145.732 1.042.364 1.561.448.099-.696.638-1.535.138-2.162-.412-.048-.827-.01-1.239 0 .247-.339.495-.681.739-1.023-.395.027-.788.058-1.181.09m-8.203.752c.364.087.727.172 1.093.255-.739.475-1.258 1.156-.907 2.063.599-.007 1.2-.017 1.799-.029a49.208 49.208 0 0 0-.196-2.601c-.625-.114-1.275-.114-1.789.313m2.63-.198c.01.914.01 1.833.165 2.737.659-.773.33-1.913.887-2.754-.352.007-.703.012-1.052.017m.085 3.162c.109 1.227-.344 2.652.495 3.695.235-1.336.027-2.686-.119-4.017l-.376.322m2.349.756c-.33.085-.657.172-.987.259-.068.64-.131 1.28-.196 1.92a4.417 4.417 0 0 0 1.869.613c.119-1.239.063-2.49-.133-3.719-.189.305-.373.616-.553.926m-4.86-.581c-.022 1.178-.039 2.368.182 3.532.315-.482.545-1.008.752-1.544.133.41.272.817.407 1.227.112.036.332.112.441.148-.063-1.004.092-2.017-.032-3.016-.473-.417-1.171-.257-1.75-.347m8.14 3.224a41.139 41.139 0 0 0-1.261-.861l1.411-.189c-.082-.863-.495-1.942-1.578-1.547-1.219.928-.24 3.668 1.428 2.596z"/><path fill="#97cbbe" d="M1.777 1.447c3.285-.281 6.572.107 9.859.092 1.585.034 3.183-.065 4.759.179.087 3.578.301 7.156.189 10.735-4.315.075-8.63-.058-12.948-.036-.587-.019-1.2-.019-1.743-.267-.228-3.556-.119-7.137-.116-10.703m7.137 6.551c.095 1.263-.286 2.679.436 3.811.143-3.239.158-6.528-.228-9.748-.533 1.935-.128 3.961-.208 5.937M2.72 3.767c-.012.238-.019.478-.024.718-.359 1.527-.223 3.105-.148 4.655l.865-.007c-.272.647-.545 1.292-.822 1.937 1.67-.107 3.345-.07 5.018-.092l-.875-1.847 1.052.104c-.034-1.074-.092-2.15-.233-3.217l-.046-.742c-.032-.509-.143-1.006-.238-1.505a65.742 65.742 0 0 0-4.55-.002m8.762.512c-1.275.238-.827 2.036-1.021 2.989-.136.832-.056 2.778 1.224 2.216 1.105-.664 2.332-.293 3.379.276 1.435-1.236.468-3.505.138-5.076-.992-.778-2.516-.371-3.721-.405z"/><path fill="#6b9f90" d="M8.914 7.998c.08-1.976-.325-4.002.208-5.937.385 3.219.371 6.509.228 9.748-.722-1.132-.342-2.548-.436-3.811z"/><path fill="#3b7b70" d="M2.72 3.767a66.373 66.373 0 0 1 4.55.002c.095.499.206.996.238 1.505-.061.727-.196 1.447-.325 2.165-.08-1.011-.145-2.022-.218-3.033a27.54 27.54 0 0 0-3.864-.073 80.796 80.796 0 0 0-.085 3.033c1.118.039 2.235.109 3.353.124-1.159.128-2.327.16-3.493.095-.082-1.033-.172-2.065-.179-3.101.005-.24.012-.48.024-.718z"/><path fill="#0b8071" d="M11.481 4.281c1.205.034 2.73-.373 3.721.405.33 1.571 1.297 3.84-.138 5.076-1.047-.57-2.274-.941-3.379-.276-1.28.562-1.36-1.384-1.224-2.216.194-.953-.255-2.752 1.021-2.989m-.672 3.055c1.462.041 2.924.046 4.385.039.046-1.038-.252-2.179-1.142-2.8a7.248 7.248 0 0 0-2.356.005c-.693.739-.776 1.801-.887 2.756z"/><path fill="#9acabe" d="M3.101 4.335a27.388 27.388 0 0 1 3.864.073c.073 1.011.138 2.022.218 3.033-.272.017-.543.036-.815.051-1.118-.015-2.235-.085-3.353-.124.01-1.011.036-2.022.085-3.033z"/><path fill="#69b19f" d="M2.548 9.139c-.075-1.549-.211-3.127.148-4.655-.119 1.338-.124 2.684-.087 4.027 1.6.587 3.387.805 4.962.034.005-.844.017-1.687-.017-2.528.141 1.067.199 2.143.233 3.217L6.735 9.13l.875 1.847c-1.673.022-3.348-.015-5.018.092.276-.645.55-1.29.822-1.937l-.865.007z"/><path fill="#067f70" d="M2.696 4.485c.007 1.035.097 2.068.179 3.101a21 21 0 0 0 3.493-.095c.272-.015.543-.034.815-.051.128-.718.264-1.438.325-2.165l.046.742c.034.841.022 1.685.017 2.528-1.576.771-3.362.553-4.962-.034-.036-1.343-.032-2.688.087-4.027z"/><path fill="#94caba" d="M10.81 7.336c.112-.955.194-2.017.887-2.756a7.276 7.276 0 0 1 2.356-.005c.89.621 1.188 1.762 1.142 2.8a133.53 133.53 0 0 1-4.385-.039z"/><path fill="#045440" d="M0 13.217c.545.444 1.244.606 1.937.611 2.269.082 4.572-.056 6.79.521-2.698.512-5.459.01-8.184.301-.187.318-.371.635-.543.96v-2.393z"/><path fill="#04503d" d="M15.11 14.354c1.103-.228 2.23-.359 3.314-.681v1.006c-1.115.104-2.267.126-3.314-.325z"/><path fill="#90e3d6" d="M9.821 15.408c.686.376.48 1.2.553 1.845.291-.281.587-.558.88-.836-.145.958-.017 1.918.167 2.861-.31-.368-.616-.742-.919-1.118-.109.378-.221.754-.335 1.13-.592-1.2-.347-2.592-.347-3.881zM8.155 19.712l.376-.322c.145 1.331.354 2.681.119 4.017-.839-1.042-.385-2.468-.495-3.695zM10.504 20.468c.179-.31.364-.621.553-.926.196 1.229.252 2.48.133 3.719a4.417 4.417 0 0 1-1.869-.613c.065-.64.128-1.28.196-1.92.33-.087.657-.175.987-.259m-.487 2.183l.623.068a25.6 25.6 0 0 0-.114-1.976c-.691.407-.502 1.239-.509 1.908z"/><path fill="#77d2c4" d="M3.215 15.758c.652.063 1.687-.085 1.77.819.286.759-.422 1.195-.979 1.501-.109.31-.216.625-.32.938-.107.007-.32.024-.427.034a41.562 41.562 0 0 1-.044-3.292z"/><path fill="#78c6b8" d="M13.644 15.995c.393-.032.785-.063 1.181-.09-.245.342-.492.684-.739 1.023.412-.01.827-.048 1.239 0 .499.628-.039 1.467-.138 2.162-.519-.085-1.416.284-1.561-.448-.128-.878-.01-1.767.019-2.647z"/><path fill="#6bc9b9" d="M5.44 16.747c.514-.427 1.164-.427 1.789-.313.087.865.155 1.733.196 2.601-.599.012-1.2.022-1.799.029-.352-.907.167-1.588.907-2.063-.366-.082-.73-.167-1.093-.255z"/><path fill="#8eeadf" d="M8.07 16.55c.349-.005.701-.01 1.052-.017-.558.841-.228 1.981-.887 2.754-.155-.904-.155-1.823-.165-2.737z"/><path fill="#77d1c2" d="M5.644 19.886c.579.09 1.278-.07 1.75.347.124.999-.032 2.012.032 3.016-.109-.036-.33-.112-.441-.148-.136-.41-.274-.817-.407-1.227-.206.536-.436 1.062-.752 1.544-.221-1.164-.204-2.354-.182-3.532z"/><path fill="#6bbba8" d="M13.784 23.11c-1.668 1.072-2.647-1.668-1.428-2.596 1.084-.395 1.496.684 1.578 1.547l-1.411.189c.424.281.848.565 1.261.861z"/><path fill="#156857" d="M10.017 22.652c.007-.669-.182-1.501.509-1.908.065.657.099 1.316.114 1.976l-.623-.068z"/></symbol><symbol viewBox="0 0 18 24" id="information--park-and-ride--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.899 0H17.12l.001.044c-.21-.02-.421-.018-.631-.019C11.317.029 6.143.021.97.029L.899 0zM.962.233c.201-.048.409-.03.613-.033C6.669.202 11.763.198 16.857.201c.558-.008 1.048.503 1.021 1.06-.002 7.194.002 14.388-.002 21.582.001.539-.481 1.014-1.019 1.008-5.199.003-10.398 0-15.597.002a1.045 1.045 0 0 1-.984-.602c-.126-.257-.092-.549-.096-.825V1.259A1.043 1.043 0 0 1 .96.234m.052.409a.628.628 0 0 0-.421.613v21.539a.625.625 0 0 0 .618.645c5.199.004 10.397.001 15.596.002a.632.632 0 0 0 .665-.648V1.256a.63.63 0 0 0-.665-.648H1.261a.836.836 0 0 0-.249.034zM.16.604zM17.895.587a.562.562 0 0 1 .118.191v.096a.394.394 0 0 1-.118-.287z"/><path fill="#fff" d="M6.537 2.675a.558.558 0 0 1 .548-.574c1.28-.005 2.56-.001 3.84-.002.3-.024.59.224.596.528.008.692-.003 1.385.005 2.077.34-.048.785.053.85.449.031.579.005 1.162.013 1.742-.251.001-.502 0-.752.002.001.221.001.442-.001.662h-.974c.001-.222 0-.443-.002-.664-1.087.005-2.173.003-3.259.001-.002.221-.002.442-.002.663-.326.001-.651.002-.976-.001.003-.222.002-.443-.003-.664-.249.002-.498.002-.747.001.008-.581-.019-1.164.013-1.744.066-.395.511-.496.85-.447.005-.676-.001-1.352.002-2.028m.415.112c-.007.782.002 1.566-.004 2.349-.242.036-.547-.084-.747.075-.046.383-.006.775-.016 1.162h5.686c-.009-.387.029-.777-.015-1.16-.199-.162-.506-.04-.747-.076-.006-.782.003-1.565-.004-2.347.013-.104-.081-.186-.182-.17a796.744 796.744 0 0 0-3.787 0c-.101-.015-.199.062-.185.168z"/><path fill="#fff" d="M7.102 2.772c1.286-.002 2.571-.01 3.856.004-.002.645-.001 1.291-.001 1.936-1.285.002-2.57.001-3.856.001 0-.647-.002-1.294.001-1.941m.567.223c-.299.129-.275.58.013.709-.169.237-.044.599.238.676.255.09.509-.109.576-.351.342.036.687.013 1.03.019l.011-.217-.226-.146a.602.602 0 0 1-.578 0c-.084.06-.167.12-.248.184-.057-.199-.232-.369-.45-.353-.125-.02-.226.136-.346.07a.853.853 0 0 1 .514-.102c.101-.309-.233-.649-.535-.489m1.274-.039c-.49.093-.288.896.192.734.461-.112.266-.863-.192-.734m.917.53a.635.635 0 0 1 .577.187c.254-.171.22-.601-.084-.694-.299-.116-.589.215-.494.507m.03.047c-.311.08-.429.52-.185.737.218.241.654.124.735-.186.115-.318-.231-.662-.55-.551m-2.752.517c.135.004.27.004.405.002l.024-.267c-.145.085-.29.171-.429.265m3.356-.268l.029.271c.133 0 .267-.001.401-.005a7.928 7.928 0 0 0-.431-.267m-2.76.578l-.224.242c.357-.001.715.002 1.072-.002l-.225-.239a.645.645 0 0 1-.623-.001m1.75.239c.357.006.715.002 1.073.003l-.224-.241a.645.645 0 0 1-.623-.001c-.076.079-.152.158-.225.239zM6.789 5.264c.315-.152.697.202.579.528-.077.296-.485.419-.706.204-.246-.197-.169-.628.127-.732zM10.892 5.277c.291-.167.679.124.623.448-.033.309-.429.496-.681.302-.274-.171-.239-.622.057-.75zM2.633 9.792c.468.018.943-.04 1.407.038.539.119.809.848.458 1.284-.309.453-.922.351-1.394.36-.005.432.001.864-.003 1.296a36.66 36.66 0 0 1-.469 0c0-.993-.002-1.986.001-2.978m.471.47c-.003.244-.003.487-.001.731.289-.013.589.039.871-.038.284-.117.259-.578-.034-.666-.274-.057-.558-.014-.837-.027zM5.867 9.794c.157-.003.315-.003.472-.003.346.991.689 1.984 1.029 2.978a27.76 27.76 0 0 1-.5.001c-.105-.278-.193-.561-.301-.838-.31.004-.62 0-.93.003-.098.277-.196.555-.292.832-.169.004-.337.004-.506.002.341-.993.686-1.984 1.028-2.976m-.06 1.659c.199.003.397.003.596.001-.096-.274-.19-.547-.289-.82-.116.268-.207.545-.307.819zM7.822 9.792c.513.04 1.062-.097 1.546.113.565.312.523 1.194-.038 1.489.169.459.346.915.514 1.375l-.504.003c-.177-.43-.315-.875-.497-1.303-.184.005-.368.006-.552.006-.003.432.001.863-.002 1.295h-.468c0-.993-.006-1.986.003-2.978m.469.471c-.007.243-.006.487-.003.73.26-.008.527.029.784-.027.287-.091.318-.527.045-.655-.262-.096-.552-.028-.825-.048zM10.353 9.792h.466c.01.392.001.784.006 1.176.322-.389.625-.792.952-1.178.196.003.392.002.588.005-.292.392-.603.769-.91 1.15.318.613.659 1.214.981 1.823a5.975 5.975 0 0 1-.552-.007c-.242-.47-.494-.933-.745-1.397-.102.134-.238.249-.309.403-.018.334.001.669-.007 1.003h-.47c-.001-.993-.003-1.986.001-2.978zM13.917 11.081c.507-.001 1.015-.001 1.522 0v.472c-.507.001-1.015.001-1.522 0a37.131 37.131 0 0 1 0-.472zM4.899 15.012c.506.017 1.044-.091 1.528.09.586.296.561 1.205-.015 1.501.17.46.348.917.515 1.378-.171.001-.341.002-.512-.002-.159-.431-.318-.863-.48-1.292a15.149 15.149 0 0 0-.564.002c0 .431.002.861-.001 1.291l-.464.004c-.016-.99.002-1.982-.009-2.972m.473.469c.003.242.002.483.003.724.269-.015.55.041.811-.039.278-.112.274-.545-.004-.655-.263-.072-.541-.028-.81-.03zM7.405 15.02h.524v2.992h-.524V15.02zM8.627 15.008c.455.017.923-.057 1.368.051.527.273.664.941.66 1.486-.01.548-.217 1.217-.788 1.411-.41.058-.829.02-1.243.021.006-.989.002-1.979.002-2.968m.471.468l.001 2.023c.298-.017.709.098.888-.219.258-.472.246-1.079.028-1.564-.169-.346-.61-.223-.917-.24zM11.315 17.984c-.006-.995-.013-1.99.004-2.984.582.009 1.164-.001 1.746.006l-.001.468c-.429.005-.858-.009-1.286.008.004.241.002.483.004.724.288.002.577-.001.866.002l-.001.479c-.289.002-.578-.004-.867.005v.806c.46.011.92.001 1.379.006 0 .16 0 .32-.003.48-.613-.001-1.227-.003-1.84.002zM10.755 19.693c-.035-.181.215-.285.342-.17.702.47 1.4.948 2.102 1.418.032.019.12.085.042.112-.715.479-1.424.967-2.139 1.446-.132.122-.388.009-.347-.178.046-.248.142-.484.207-.728-2.067-.001-4.134.001-6.2-.001-.002-.387-.002-.774-.001-1.16 2.067-.002 4.134.002 6.201-.002-.065-.247-.162-.485-.207-.737zM17.895 23.466a.373.373 0 0 1 .118-.282v.097a.572.572 0 0 1-.118.185zM.16 23.449l.064.116-.064-.116z"/><path fill="#231f20" d="M.733.101L.971.029c5.173-.008 10.346 0 15.52-.004.211.001.422-.002.631.019.071.017.141.037.212.057l.12.047c.181.108.34.253.443.439a.393.393 0 0 0 .118.287v22.31a.373.373 0 0 0-.118.282 1.254 1.254 0 0 1-.444.445l-.124.029-.083.06H.817l-.077-.061-.124-.028a1.812 1.812 0 0 1-.389-.347l-.064-.116a4.576 4.576 0 0 0-.078-.114l-.013-.128-.033-.038.004-.157C.07 16.269.047 9.525.055 2.783.048 2.202.072 1.621.042 1.041L.044.887l.029-.04.013-.129.077-.113L.228.49C.34.357.467.237.616.148l.12-.046m.226.131a1.04 1.04 0 0 0-.78 1.025v21.167c.004.276-.03.568.096.825.167.376.573.62.984.602 5.199-.002 10.398.002 15.597-.002.538.006 1.02-.469 1.019-1.008.004-7.194.001-14.387.002-21.582.026-.557-.463-1.068-1.021-1.06C11.765.197 6.671.201 1.577.199 1.373.202 1.164.184.964.232z"/><path fill="#d7d6d6" d="M.612.147l.12-.046-.12.046z"/><path fill="#dddcdc" d="M17.333.1l.12.047-.12-.047z"/><path fill="#006e51" d="M1.012.643a.836.836 0 0 1 .249-.034h15.544a.631.631 0 0 1 .665.648v21.538a.632.632 0 0 1-.665.648c-5.199-.002-10.398.002-15.596-.002a.626.626 0 0 1-.618-.645V1.257a.627.627 0 0 1 .421-.613m5.525 2.031c-.002.676.003 1.352-.002 2.028-.339-.048-.784.053-.85.447-.032.58-.005 1.163-.013 1.744.249.001.498.002.747-.001.005.221.006.442.003.664.325.002.651.002.976.001-.001-.221-.001-.442.002-.663 1.087.002 2.173.004 3.259-.001.002.222.002.443.002.664h.974c.001-.221.002-.442.001-.662.25-.002.502-.001.752-.002-.008-.581.018-1.163-.013-1.742-.065-.396-.51-.497-.85-.448-.007-.692.004-1.385-.005-2.077-.005-.304-.296-.551-.596-.528-1.28.001-2.56-.003-3.84.002a.558.558 0 0 0-.548.574M2.633 9.792c-.003.993-.001 1.986-.001 2.978h.47c.003-.432-.002-.864.003-1.296.472-.009 1.084.092 1.394-.36.351-.436.081-1.164-.458-1.284-.464-.078-.938-.02-1.407-.038m3.233.002c-.342.992-.687 1.983-1.028 2.976.169.002.337.002.506-.002.096-.278.194-.555.292-.832.31-.003.62.001.93-.003.109.276.197.56.301.838.167.001.334.001.5-.001a615.19 615.19 0 0 0-1.029-2.978c-.158 0-.315 0-.472.003m1.955-.003c-.008.993-.003 1.986-.003 2.978h.468c.002-.432-.001-.863.002-1.295.184.001.369-.001.552-.006.182.428.32.873.497 1.303l.504-.003c-.168-.46-.345-.916-.514-1.375.561-.296.603-1.177.038-1.489-.484-.21-1.034-.073-1.546-.113m2.533 0c-.003.993-.001 1.986-.001 2.978h.47c.008-.335-.011-.669.007-1.003.071-.154.206-.269.309-.403.25.465.503.928.745 1.397.184.01.368.014.552.007-.322-.61-.663-1.21-.981-1.823.306-.381.618-.758.91-1.15-.196-.003-.392-.003-.588-.005-.326.385-.63.789-.952 1.178-.005-.392.004-.784-.006-1.176h-.466m3.565 1.289v.472c.507.001 1.015.001 1.522 0v-.472c-.507-.001-1.015-.001-1.522 0m-9.018 3.931c.011.99-.007 1.982.009 2.972l.464-.004c.002-.43.001-.86.001-1.291.187-.004.375-.005.564-.002.162.43.321.861.48 1.292.171.003.341.002.512.002-.168-.461-.346-.917-.515-1.378.576-.296.601-1.205.015-1.501-.484-.181-1.022-.074-1.528-.09m2.504.008v2.992h.524V15.02h-.524m1.222-.012c0 .989.004 1.979-.002 2.968.413-.001.832.037 1.243-.021.571-.194.778-.862.788-1.411.004-.545-.133-1.213-.66-1.486-.445-.108-.913-.034-1.368-.051m2.687 2.977c.613-.004 1.227-.002 1.84-.002.003-.16.003-.32.003-.48-.46-.005-.92.005-1.379-.006v-.806c.289-.009.578-.003.867-.005l.001-.479c-.289-.003-.578 0-.866-.002-.002-.241 0-.483-.004-.724.429-.017.858-.003 1.286-.008l.001-.468c-.582-.006-1.164.004-1.746-.006-.017.994-.009 1.989-.004 2.984m-.559 1.711c.045.252.142.49.207.737-2.067.003-4.134-.001-6.201.002-.002.387-.002.773.001 1.16 2.067.002 4.134 0 6.2.001-.065.244-.161.479-.207.728-.041.187.215.3.347.178.715-.479 1.424-.967 2.139-1.446.078-.027-.011-.093-.042-.112-.702-.47-1.4-.948-2.102-1.418-.127-.115-.377-.011-.342.17z"/><path fill="#006e51" d="M6.953 2.788c-.014-.106.084-.183.185-.168 1.262-.003 2.525-.003 3.787 0 .101-.016.195.066.182.17.006.782-.003 1.564.004 2.347.242.036.549-.086.747.076.044.383.005.774.015 1.16H6.187c.01-.387-.03-.778.016-1.162.2-.159.505-.039.747-.075.006-.783-.003-1.566.004-2.349m.148-.015c-.002.647-.001 1.294-.001 1.941 1.286 0 2.571.001 3.856-.001.001-.645-.001-1.291.001-1.936-1.285-.015-2.571-.006-3.856-.004m-.313 2.492c-.296.104-.373.535-.127.732.222.215.629.092.706-.204.118-.326-.264-.68-.579-.528m4.103.013c-.296.128-.331.579-.057.75.252.194.648.007.681-.302.055-.324-.332-.615-.623-.448z"/><path fill="#006e51" d="M7.669 2.995c.301-.16.636.181.535.489a.844.844 0 0 0-.514.102c.12.066.221-.09.346-.07.217-.016.393.154.45.353.081-.064.164-.123.248-.184a.602.602 0 0 0 .578 0l.226.146-.011.217c-.343-.007-.688.017-1.03-.019-.067.243-.321.442-.576.351a.448.448 0 0 1-.238-.676c-.288-.129-.312-.58-.013-.709z"/><path fill="#006e51" d="M8.942 2.956c.457-.129.653.622.192.734-.48.162-.682-.641-.192-.734zM9.859 3.486c-.095-.291.195-.623.494-.507.304.093.338.523.084.694a.63.63 0 0 0-.577-.187z"/><path fill="#006e51" d="M9.888 3.533c.319-.111.665.233.55.551-.081.31-.517.426-.735.186-.244-.217-.126-.657.185-.737zM7.136 4.05c.139-.094.284-.18.429-.265l-.024.267c-.135.002-.27.002-.405-.002zM10.492 3.782c.145.086.29.172.431.267-.134.004-.268.005-.401.005l-.029-.271zM7.731 4.359a.65.65 0 0 0 .623.001c.076.079.151.159.225.239-.358.004-.715.002-1.072.002l.224-.242z"/><path fill="#006e51" d="M9.481 4.598c.074-.081.149-.16.225-.239a.647.647 0 0 0 .623.001l.224.241c-.358-.001-.716.003-1.073-.003zM3.104 10.262c.278.013.562-.029.837.027.293.088.317.549.034.666-.283.077-.582.025-.871.038-.002-.244-.002-.487.001-.731zM8.293 10.263c.273.019.564-.048.825.048.273.129.242.565-.045.655-.257.056-.523.018-.784.027-.003-.243-.004-.487.003-.73zM5.807 11.452c.1-.274.191-.551.307-.819.099.273.193.546.289.82-.199.002-.397.002-.596-.001zM5.37 15.481c.269.002.548-.043.81.03.278.11.282.542.004.655-.262.08-.542.025-.811.039-.002-.242 0-.483-.003-.724zM9.097 15.477c.307.017.748-.106.917.24.218.485.23 1.092-.028 1.564-.179.317-.59.202-.888.219-.001-.674.001-1.349-.001-2.023z"/><path fill="#cfcece" d="M.07.847L.083.718.07.847z"/><path fill="#c7c6c6" d="M0 .893L.041.887l-.002.154L0 1.027V.893zM0 23.023l.041-.011-.004.157L0 23.153v-.13z"/><path fill="#423e3f" d="M0 1.027l.039.014c.03.58.006 1.162.013 1.742C.044 9.526.068 16.269.04 23.011l-.041.011V1.026z"/><path fill="#d0d0d0" d="M.069 23.206l.013.128-.013-.128z"/><path fill="#d8d8d8" d="M.613 23.911l.124.028-.124-.028z"/><path fill="#dfdede" d="M17.327 23.94l.124-.029-.124.029z"/></symbol><symbol viewBox="0 0 23 24" id="information--parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1ea8e3" d="M0 0h23.451v24H0V0m5.399 1.989c-.008 6.72-.008 13.44 0 20.16 1.099.005 2.197.01 3.297-.001.01-2.528-.004-5.055.005-7.581 1.817-.025 3.659.071 5.451-.281 2.02-.494 3.345-2.466 3.645-4.439.236-1.65.187-3.398-.483-4.948-.632-1.419-1.928-2.667-3.544-2.77-2.783-.265-5.583-.096-8.373-.139z"/><path fill="#1ea8e3" d="M8.703 5.413c1.365.036 2.758-.119 4.101.173 2.326.706 2.281 4.715-.075 5.347-1.322.247-2.681.206-4.022.195-.014-1.905-.008-3.81-.003-5.715z"/><path fill="#fff" d="M5.399 1.989c2.789.043 5.59-.126 8.373.139 1.616.103 2.912 1.351 3.544 2.77.669 1.55.719 3.298.483 4.948-.3 1.973-1.625 3.946-3.645 4.439-1.792.352-3.634.256-5.451.281-.01 2.526.004 5.054-.005 7.581-1.1.011-2.198.007-3.297.001-.008-6.72-.008-13.44 0-20.16m3.302 3.425c-.005 1.905-.011 3.81.003 5.715 1.341.011 2.7.052 4.022-.195 2.356-.632 2.401-4.641.075-5.347-1.343-.292-2.736-.137-4.101-.173z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c9d1e2" d="M0 0h.222C.257.182.183.254 0 .218V0z"/><path fill="#173885" d="M.222 0H24v24H0V.218C.182.255.257.183.222 0m11.496 2.147c-2.939.799-5.885 1.574-8.825 2.371a67.04 67.04 0 0 0-.005 1.849c2.8-.776 5.617-1.491 8.417-2.268.358-.093.736-.24 1.103-.102 2.938.793 5.878 1.571 8.814 2.369.003-.614.005-1.229-.003-1.844-2.797-.758-5.596-1.506-8.395-2.258-.361-.09-.736-.25-1.107-.117M6.694 7.293c-.005 4.913-.003 9.826-.001 14.738 1.065.001 2.13.003 3.195 0 .005-1.401-.005-2.8.001-4.199 1.121-.013 2.245-.001 3.367-.025 2.216-.06 4.18-2.068 4.163-4.29-.021-.929.066-1.865-.071-2.786-.321-1.882-2.07-3.378-3.972-3.433-2.227-.016-4.454-.004-6.681-.005z"/><path fill="#173885" d="M9.903 10.424c1.07.001 2.139-.012 3.209.004.53-.005 1.045.429 1.061.973.02.749.016 1.499.003 2.249-.009.546-.521 1.01-1.064.984-1.068.008-2.135.003-3.204 0a844.008 844.008 0 0 1-.005-4.21z"/><path fill="#fff" d="M11.718 2.147c.371-.134.746.026 1.107.117 2.799.753 5.597 1.5 8.395 2.258.008.615.005 1.23.003 1.844-2.936-.797-5.877-1.575-8.814-2.369-.367-.138-.745.009-1.103.102-2.8.776-5.617 1.491-8.417 2.268a67.04 67.04 0 0 1 .005-1.849c2.94-.797 5.886-1.572 8.825-2.371zM6.694 7.293c2.227.001 4.454-.01 6.681.005 1.903.055 3.651 1.551 3.972 3.433.136.921.05 1.857.071 2.786.017 2.222-1.946 4.23-4.163 4.29-1.121.024-2.245.012-3.367.025-.007 1.399.004 2.799-.001 4.199-1.065.003-2.13.001-3.195 0-.001-4.913-.004-9.826.001-14.738m3.21 3.131c-.003 1.403.001 2.807.005 4.21 1.069.003 2.136.008 3.204 0 .543.026 1.054-.438 1.064-.984.013-.75.017-1.5-.003-2.249-.016-.544-.531-.978-1.061-.973-1.07-.016-2.139-.003-3.209-.004z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ea2d2e" d="M10.636 0h2.678c3.913.492 7.557 2.902 9.352 6.441.71 1.302 1.065 2.75 1.334 4.195v2.676c-.492 3.915-2.902 7.558-6.441 9.354-1.302.71-2.749 1.065-4.195 1.334h-2.678c-3.915-.492-7.557-2.902-9.355-6.441C.626 16.262.266 14.822 0 13.379v-2.716c.515-4.094 3.157-7.872 6.941-9.575C8.105.519 9.375.246 10.637.001m.385 2.348c-2.659.284-5.148 1.745-6.719 3.905-1.902 2.546-2.381 6.054-1.298 9.033 1.533 4.54 6.738 7.37 11.382 6.153 4.797-1.026 8.217-6.098 7.35-10.935-.638-5.021-5.707-8.87-10.716-8.155z"/><path fill="#fff" d="M11.022 2.349c5.008-.714 10.079 3.135 10.716 8.155.867 4.837-2.553 9.909-7.35 10.935-4.644 1.216-9.849-1.613-11.382-6.153-1.083-2.979-.605-6.488 1.298-9.033 1.57-2.16 4.059-3.621 6.719-3.905m-2.83 2.973c0 4.442-.003 8.883.002 13.326 2.633.003 5.265.003 7.899 0 .003-.716.003-1.43.002-2.145-1.915-.008-3.829 0-5.744-.003a491.01 491.01 0 0 1 .002-3.838c1.912-.001 3.827.003 5.741-.001.003-.717.003-1.433 0-2.148-1.914-.006-3.828.002-5.742-.005a394.499 394.499 0 0 1 0-3.077c1.914-.006 3.83.006 5.743-.006.002-.7 0-1.401 0-2.101-2.634-.011-5.268-.008-7.902-.002z"/><path fill="#030303" d="M8.193 5.321c2.634-.006 5.268-.009 7.902.002 0 .7.002 1.401 0 2.101-1.914.012-3.829 0-5.743.006-.003 1.024-.005 2.05 0 3.077 1.914.006 3.828-.002 5.742.005.003.715.003 1.431 0 2.148-1.914.005-3.828 0-5.741.002a545.567 545.567 0 0 0-.002 3.838c1.914.003 3.828-.005 5.744.003.002.715.002 1.429-.002 2.145-2.634.003-5.267.003-7.899 0-.005-4.443-.002-8.885-.002-13.326z"/></symbol><symbol viewBox="0 0 16 24" id="information--parking--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M0 0h16v23.544a4.81 4.81 0 0 1-.48.456H0V0m6.851 3.012c-1.14.037-2.283.003-3.422.016-.768.022-1.558-.09-2.299.168l.1.317a4.022 4.022 0 0 0-.277 2.926c.609.006 1.219.003 1.828.003.057-.55.473-1.086 1.065-1.074.599-.03 1.051.508 1.092 1.074 1.748-.002 3.495.003 5.243-.002.047-.545.459-1.073 1.041-1.072.605-.039 1.069.501 1.109 1.073 1.071.029 2.14-.018 3.205-.131-.05-.918.167-1.912-.318-2.751l.182-.26a2.343 2.343 0 0 0-1.051-.269c-1.841-.013-3.683.012-5.523-.011-.638-.188-1.337-.229-1.972-.006M3.776 5.767c-.463.037-.736.631-.464 1.009.243.417.931.383 1.132-.055.261-.443-.166-1.048-.668-.954m7.377.001c-.82.082-.65 1.434.169 1.302.866-.048.685-1.476-.169-1.302m-8.111 6.729c-.002 3.457-.002 6.914 0 10.372.701.003 1.402.003 2.103 0 .004-1.289-.002-2.579.003-3.868.71-.003 1.419-.002 2.13-.001.636 1.278 1.18 2.614 1.865 3.861.725.028 1.452.002 2.179.008-.649-1.411-1.313-2.816-1.961-4.228 1.158-.574 1.923-1.863 1.775-3.162-.097-1.534-1.404-2.877-2.949-2.962-1.713-.05-3.431-.009-5.145-.021z"/><path fill="#03559b" d="M1.418 3.494c.313-.217.739-.068 1.098-.096.101.905.089 1.835.006 2.742-.348-.063-.905.17-1.113-.159a28.648 28.648 0 0 1 .008-2.487zM2.826 3.406a8.928 8.928 0 0 1 1.145-.004c.03.42.031.842.002 1.261-.382.01-.765.011-1.146-.009a10.393 10.393 0 0 1-.001-1.248zM4.242 3.404a31.476 31.476 0 0 1 2.477.006c.012.415.015.83-.004 1.246-.823.025-1.648.019-2.471.002a10.707 10.707 0 0 1-.002-1.254zM6.98 3.41a29.395 29.395 0 0 1 2.484-.003 9.79 9.79 0 0 1-.001 1.247c-.826.024-1.654.027-2.48-.001A8.74 8.74 0 0 1 6.98 3.41zM9.736 3.401c.814-.026 1.627-.016 2.442-.006a4.7 4.7 0 0 1 .006 1.276c-.818-.005-1.634.008-2.451-.008-.024-.421-.024-.842.003-1.261zM12.473 3.401a43.927 43.927 0 0 1 2.178-.006c.17.411.381.814.451 1.259-.878.027-1.758.022-2.637.004-.019-.419-.02-.838.008-1.257zM5.147 16.892c-.001-.764-.004-1.527.002-2.291.951.008 1.902-.021 2.853.012.594.022 1.087.59 1.046 1.179-.009.594-.548 1.12-1.145 1.098-.918.007-1.838.001-2.756.001z"/><path fill="#fff" d="M6.851 3.012c.635-.222 1.334-.182 1.972.006 1.84.024 3.682-.002 5.523.011a2.34 2.34 0 0 1 1.051.269l-.182.26c.485.839.268 1.833.318 2.751-1.065.113-2.134.16-3.205.131-.039-.572-.504-1.113-1.109-1.073-.582-.001-.994.527-1.041 1.072-1.748.005-3.495 0-5.243.002-.041-.566-.492-1.104-1.092-1.074-.592-.011-1.008.525-1.065 1.074-.609 0-1.219.003-1.828-.003a4.028 4.028 0 0 1 .277-2.926 38.619 38.619 0 0 0-.1-.317c.741-.259 1.531-.146 2.299-.168 1.14-.012 2.283.022 3.422-.016m-5.43.483c-.048.826-.033 1.66-.008 2.487.208.329.765.096 1.113.159.083-.907.095-1.837-.006-2.742-.359.028-.785-.122-1.098.096m1.407-.088c-.024.416-.025.832.001 1.248.381.021.764.02 1.146.009.029-.42.028-.842-.002-1.261a8.928 8.928 0 0 0-1.145.004m1.416-.002c-.023.418-.024.836.002 1.254.823.017 1.648.023 2.471-.002.019-.416.017-.831.004-1.246a30.999 30.999 0 0 0-2.477-.006m2.738.006a8.74 8.74 0 0 0 .003 1.243c.826.028 1.654.025 2.48.001a9.79 9.79 0 0 0 .001-1.247 29.395 29.395 0 0 0-2.484.003m2.756-.009c-.027.42-.027.841-.003 1.261.817.017 1.633.003 2.451.008a4.7 4.7 0 0 0-.006-1.276c-.815-.009-1.628-.02-2.442.006m2.737.001c-.028.419-.027.838-.008 1.257.879.018 1.759.023 2.637-.004-.07-.446-.281-.848-.451-1.259a45.189 45.189 0 0 0-2.178.006z"/><path fill="#fff" d="M3.776 5.767c.502-.095.929.511.668.954-.202.438-.889.472-1.132.055-.271-.378.001-.971.464-1.009zM11.153 5.768c.854-.175 1.036 1.254.169 1.302-.82.132-.989-1.22-.169-1.302zM3.042 12.497c1.714.011 3.432-.029 5.145.021 1.545.085 2.852 1.429 2.949 2.962.149 1.299-.616 2.588-1.775 3.162.647 1.412 1.311 2.817 1.961 4.228-.726-.006-1.454.02-2.179-.008-.685-1.247-1.229-2.583-1.865-3.861-.711-.001-1.42-.002-2.13.001-.005 1.289.001 2.579-.003 3.868-.701.003-1.402.003-2.103 0-.002-3.458-.002-6.915 0-10.372m2.105 4.394c.918 0 1.838.006 2.756-.001.597.022 1.136-.504 1.145-1.098.041-.589-.452-1.157-1.046-1.179-.951-.033-1.902-.004-2.853-.012-.006.764-.003 1.527-.002 2.291zM15.52 24a4.81 4.81 0 0 0 .48-.456V24h-.48z"/></symbol><symbol viewBox="0 0 16 24" id="information--parking--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M0 0h16.125v24H0V0m4.426 1.994c-.002 4.554 0 9.108-.001 13.661.753.002 1.505.002 2.257 0 .003-1.313-.002-2.628.002-3.941 1.18-.007 2.362.005 3.542-.005.899-.071 1.606-.78 2.001-1.547.848-1.508.79-3.314.651-4.984-.184-1.659-1.638-3.332-3.41-3.187-1.681.005-3.361 0-5.042.002m4.141 16.49c.029.552.153 1.096.181 1.649-1.814.015-3.629 0-5.443.008-.002.54-.002 1.081 0 1.621 1.814.009 3.629-.01 5.444.01-.032.554-.156 1.099-.181 1.653.001.241.32.307.479.159 1.456-.88 2.915-1.755 4.371-2.635-1.458-.873-2.905-1.764-4.369-2.628-.161-.149-.487-.084-.482.163z"/><path fill="#03408b" d="M6.686 4.438c1.045.032 2.104-.068 3.141.082 1.028.368.947 1.62.959 2.511.031.832-.133 1.945-1.043 2.252-1.013.103-2.039.051-3.058.074-.001-1.639-.001-3.278.001-4.918z"/><path fill="#fff" d="M4.426 1.994c1.681-.002 3.361.003 5.042-.002 1.772-.145 3.226 1.527 3.41 3.187.14 1.67.198 3.475-.651 4.984-.395.767-1.102 1.476-2.001 1.547-1.18.009-2.362-.003-3.542.005-.004 1.313.001 2.628-.002 3.941-.753.002-1.505.002-2.257 0 .001-4.553-.001-9.107.001-13.661m2.26 2.443c-.002 1.64-.002 3.279-.001 4.918 1.019-.023 2.045.029 3.058-.074.909-.307 1.073-1.419 1.043-2.252-.012-.891.069-2.142-.959-2.511-1.037-.15-2.095-.05-3.141-.082zM8.567 18.483c-.005-.247.321-.312.482-.163 1.463.863 2.911 1.755 4.369 2.628-1.456.88-2.915 1.755-4.371 2.635-.159.147-.478.082-.479-.159.025-.554.149-1.099.181-1.653-1.815-.021-3.63-.001-5.444-.01a218.97 218.97 0 0 1 0-1.621c1.814-.008 3.629.008 5.443-.008-.028-.553-.152-1.097-.181-1.649z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.028 0h1.916c4.214.367 8.149 3.029 9.916 6.893.634 1.3.941 2.722 1.14 4.145v1.89c-.287 2.731-1.409 5.395-3.341 7.37-2.004 2.123-4.801 3.39-7.688 3.702h-1.916c-4.145-.377-8.033-2.952-9.834-6.728-.68-1.343-1.016-2.824-1.22-4.306v-1.904C.191 9.629.504 8.2 1.139 6.893 2.902 3.035 6.826.381 11.029 0m-.294 2.483c-3.583.428-6.768 3.078-7.856 6.516-.9 2.704-.514 5.803 1.048 8.191 1.847 2.921 5.357 4.686 8.804 4.38 3.592-.232 6.902-2.69 8.196-6.043 1.066-2.66.848-5.792-.582-8.276-1.849-3.346-5.825-5.32-9.61-4.768z"/><path fill="#fff" d="M10.735 2.483c3.785-.552 7.76 1.422 9.61 4.768 1.43 2.484 1.648 5.616.582 8.276-1.294 3.353-4.604 5.812-8.196 6.043-3.448.306-6.958-1.459-8.804-4.38-1.561-2.388-1.948-5.488-1.048-8.191 1.088-3.438 4.273-6.088 7.856-6.516M8.642 4.72c-.004 4.852-.004 9.702-.001 14.552.803-.001 1.606.001 2.408-.001.007-1.968-.001-3.935.005-5.903 1.132-.034 2.278.088 3.398-.119 2.168-.469 3.678-2.822 3.22-4.992-.318-1.884-2.044-3.356-3.926-3.503-1.7-.072-3.403-.017-5.104-.035z"/><path fill="#fff" d="M11.054 6.929c1.208.076 2.564-.254 3.638.461 1.091.718 1.135 2.527.055 3.275-1.076.764-2.467.403-3.695.487-.001-1.408-.002-2.815.001-4.223z"/><path d="M8.642 4.72c1.7.018 3.403-.037 5.104.035 1.883.146 3.608 1.619 3.926 3.503.458 2.17-1.051 4.523-3.22 4.992-1.121.206-2.267.085-3.398.119-.006 1.968.002 3.935-.005 5.903-.803.002-1.606 0-2.408.001-.002-4.85-.002-9.701.001-14.552m2.412 2.208c-.004 1.408-.002 2.815-.001 4.223 1.228-.084 2.618.277 3.695-.487 1.08-.748 1.036-2.557-.055-3.275-1.074-.715-2.43-.385-3.638-.461z"/></symbol><symbol viewBox="0 0 30 24" id="information--parking-area--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#dbdadb" d="M1.87 0h25.977l.161.106c-8.359.018-16.72-.002-25.079.01a7.72 7.72 0 0 1-.847-.054L1.87 0z"/><path fill="#231f20" d="M1.458.215c.206-.059.415-.109.624-.153.281.034.565.051.847.054 8.359-.012 16.72.008 25.079-.01l.054.032c.117.117.243.131.381.042.619.257 1.113.735 1.343 1.37-.119.153-.096.264.072.331v20.577a2.444 2.444 0 0 1-1.553 1.543H1.682l-.25-.082c-.658-.254-1.123-.834-1.363-1.481.112-.146.088-.268-.07-.364V1.896A2.538 2.538 0 0 1 1.2.314l.257-.098m.384.175C.917.613.225 1.521.255 2.472v19.167c-.027.807.441 1.603 1.173 1.95.533.275 1.149.21 1.727.215 7.85-.002 15.7-.002 23.549 0 .607-.008 1.259.069 1.814-.233.714-.357 1.166-1.144 1.137-1.939 0-6.122-.001-12.243.001-18.364-.008-.607.068-1.257-.237-1.812C29.064.747 28.283.298 27.493.324 19.418.323 11.342.325 3.265.323 2.791.331 2.307.287 1.84.391z"/><path fill="#fff" d="M28.063.137c.136-.078.264-.064.381.042-.137.089-.264.075-.381-.042zM1.841.391c.468-.104.951-.06 1.425-.068 8.077.002 16.152 0 24.228.001.79-.026 1.571.424 1.926 1.132.304.554.229 1.204.237 1.812-.002 6.121-.001 12.242-.001 18.364.029.795-.423 1.582-1.137 1.939-.555.302-1.207.225-1.814.233-7.849-.002-15.699-.002-23.549 0-.578-.006-1.194.06-1.727-.215-.732-.347-1.2-1.144-1.173-1.95V2.472C.227 1.521.919.613 1.842.391m.107.444c-.73.17-1.265.891-1.237 1.637V21.64c-.056.907.741 1.742 1.654 1.705 8.112.007 16.225-.001 24.338.003.567-.014 1.189.082 1.697-.231.516-.299.819-.89.797-1.483.003-6.348-.002-12.696.003-19.043.092-.912-.656-1.812-1.589-1.803C19.273.77 10.931.789 2.591.778a3.067 3.067 0 0 0-.642.056zM29.787 1.549l.072.047v.284c-.168-.068-.192-.178-.072-.331z"/><path fill="#fff" d="M2.06 1.726c.17-.061.354-.06.532-.066 8.301.01 16.604-.004 24.906.006a.77.77 0 0 1 .817.81c.006 6.386.005 12.775.001 19.162a.774.774 0 0 1-.819.826c-8.34.006-16.679.001-25.02.003-.474.059-.925-.339-.881-.825-.007-6.352 0-12.704-.004-19.057-.025-.345.121-.734.469-.859m2.567 2.903c.001 4.937-.005 9.875.002 14.812.897-.003 1.794-.003 2.692.001.018-1.941.003-3.882.008-5.823 1.739-.025 3.479.055 5.215-.047 2.465-.206 4.338-2.789 3.861-5.198-.315-2.073-2.264-3.682-4.339-3.73-2.479-.038-4.96-.006-7.439-.016m15.829 2.873c-.288-.007-.501.377-.274.585.362.283.803.439 1.206.654-1.49 1.394-2.979 2.786-4.468 4.181.568.604 1.135 1.211 1.7 1.817 1.487-1.385 2.968-2.779 4.457-4.161.188.386.336.797.575 1.156.146.293.608.142.629-.162.306-1.545.579-3.097.871-4.647-1.565.193-3.134.371-4.696.577m-10.099 8.977c-.424.986-.838 1.975-1.25 2.967.189.001.38.003.57.007l.3-.7c.426 0 .853-.001 1.28-.005.1.234.201.469.303.703l.563-.01c-.409-.985-.823-1.968-1.23-2.953l-.536-.009m2.27.005c-.001.989-.005 1.979.002 2.967.175-.001.349-.003.524-.003.003-.389.003-.777.006-1.165l.786.001c.159.39.321.78.486 1.168l.58-.008c-.169-.403-.337-.807-.514-1.207.371-.337.645-.909.293-1.361-.514-.655-1.454-.308-2.163-.392m2.979.004c.003.986.002 1.972.001 2.958l.522.006c-.101-.598.132-1.136.569-1.539.416.549.436 1.727 1.361 1.555-.31-.677-.647-1.341-.974-2.01.26-.322.519-.647.779-.97-.23-.001-.457 0-.686.001-.335.429-.683.848-1.033 1.264-.008-.424-.007-.847-.008-1.271l-.531.007m2.92-.003c.002.987.002 1.974 0 2.961l.53.003c.003-.989.003-1.979 0-2.968l-.53.003m1.293-.004c-.003.988-.002 1.976-.002 2.966h.519c.002-.67-.002-1.341.003-2.011.453.598.85 1.236 1.295 1.839.113.196.362.167.552.214.043-1.001.011-2.002.021-3.003h-.509c-.002.641.002 1.282-.006 1.923-.466-.628-.904-1.277-1.35-1.919-.175-.003-.349-.007-.524-.009m4.294 3.02c.811.034 1.282-.792 1.196-1.525-.354-.002-.708-.003-1.061-.01l-.006.523c.178.012.356.026.535.042-.231.358-.747.629-1.102.268-.386-.487-.381-1.362.143-1.75.338-.243.679.06.913.293l.512-.194c-.29-.453-.789-.835-1.358-.693-1.446.315-1.326 3.032.229 3.046z"/><path fill="#fff" d="M7.33 7.28c1.425 0 2.85-.002 4.275-.001.585.001 1.201.137 1.646.539.708.617.772 1.83.117 2.508-.45.477-1.128.643-1.763.642-1.425.002-2.85 0-4.275 0V7.28zM13.154 17.012c.34.006.685-.026 1.022.037.306.057.338.555.043.655-.344.088-.704.042-1.055.053l-.01-.745zM10.21 18.217c.137-.33.275-.66.416-.988l.41.993-.826-.005z"/><path fill="#dcdbdb" d="M1.201.313l.257-.098-.257.098z"/><path fill="#006e51" d="M1.949.835c.211-.048.427-.053.642-.056 8.34.011 16.682-.008 25.021.01.933-.009 1.681.891 1.589 1.803-.006 6.347 0 12.695-.003 19.043.023.593-.281 1.184-.797 1.483-.508.313-1.13.217-1.697.231-8.113-.005-16.226.003-24.338-.003-.913.037-1.71-.798-1.654-1.705V2.473c-.028-.746.507-1.467 1.237-1.637m.111.89c-.348.125-.494.514-.469.859.004 6.353-.002 12.705.004 19.057-.044.486.407.883.881.825 8.34-.002 16.679.002 25.02-.003a.773.773 0 0 0 .819-.826c.003-6.386.005-12.775-.001-19.162a.77.77 0 0 0-.817-.81c-8.302-.01-16.605.004-24.906-.006-.178.007-.362.006-.532.066z"/><path fill="#006e51" d="M4.628 4.629c2.479.01 4.96-.023 7.439.016 2.075.047 4.024 1.656 4.339 3.73.477 2.409-1.396 4.992-3.861 5.198-1.735.103-3.476.023-5.215.047-.005 1.941.01 3.882-.008 5.823-.898-.005-1.795-.005-2.692-.001-.007-4.937-.001-9.875-.002-14.812M7.33 7.28v3.688c1.425 0 2.85.002 4.275 0 .635.001 1.314-.166 1.763-.642.655-.678.59-1.891-.117-2.508-.445-.401-1.061-.537-1.646-.539-1.425-.001-2.85.001-4.275.001zM20.457 7.501c1.563-.206 3.131-.384 4.696-.577-.292 1.549-.565 3.102-.871 4.647-.02.304-.482.455-.629.162-.239-.359-.386-.77-.575-1.156-1.49 1.383-2.97 2.776-4.457 4.161-.566-.606-1.132-1.214-1.7-1.817 1.488-1.395 2.978-2.788 4.468-4.181-.402-.214-.844-.371-1.206-.654-.228-.207-.015-.592.274-.585z"/><path fill="#006e51" d="M10.358 16.478l.536.009c.408.985.821 1.968 1.23 2.953l-.563.01c-.103-.234-.203-.469-.303-.703-.427.003-.854.005-1.28.005l-.3.7c-.19-.003-.381-.006-.57-.007.411-.992.826-1.981 1.25-2.967m-.148 1.739c.275.001.55.002.826.005l-.41-.993c-.141.328-.278.658-.416.988zM12.628 16.483c.71.085 1.65-.263 2.163.392.352.452.078 1.024-.293 1.361.177.4.345.803.514 1.207l-.58.008a96.303 96.303 0 0 1-.486-1.168l-.786-.001c-.002.388-.002.776-.006 1.165-.175 0-.349.002-.524.003-.007-.988-.003-1.977-.002-2.967m.526.529l.01.745c.35-.011.711.035 1.055-.053.295-.099.264-.597-.043-.655-.337-.063-.682-.032-1.022-.037zM15.607 16.487l.531-.007c.001.424 0 .847.008 1.271.35-.416.699-.835 1.033-1.264.229-.001.456-.002.686-.001-.259.323-.518.648-.779.97.327.669.664 1.333.974 2.01-.925.172-.945-1.006-1.361-1.555-.437.403-.67.941-.569 1.539l-.522-.006c.001-.986.002-1.972-.001-2.958zM18.527 16.485l.53-.003c.003.989.003 1.979 0 2.968l-.53-.003c.002-.987.002-1.974 0-2.961zM19.82 16.48c.175.002.349.006.524.009.446.642.883 1.291 1.35 1.919.008-.641.003-1.282.006-1.923h.509c-.01 1.001.021 2.002-.021 3.003-.19-.047-.439-.018-.552-.214-.445-.603-.842-1.241-1.295-1.839-.006.67-.001 1.341-.003 2.011h-.519c0-.989-.001-1.977.002-2.966zM24.113 19.5c-1.555-.014-1.674-2.73-.229-3.046.569-.142 1.068.24 1.358.693-.17.064-.34.13-.512.194-.233-.233-.575-.536-.913-.293-.524.388-.53 1.263-.143 1.75.355.361.871.09 1.102-.268a32.96 32.96 0 0 0-.535-.042c.002-.175.003-.349.006-.523.354.007.708.008 1.061.01.087.732-.384 1.558-1.195 1.525z"/><path fill="#d7d6d6" d="M0 22.073c.158.096.181.217.07.364L0 22.383v-.31z"/><path fill="#d8d8d8" d="M1.433 23.918l.25.082h-.204l-.046-.082z"/></symbol><symbol viewBox="0 0 24 24" id="information--parking-with-restrictions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0366b3" d="M10.706 0h2.566c4.08.489 7.859 3.09 9.592 6.842.601 1.212.9 2.539 1.136 3.864v2.567c-.489 4.08-3.091 7.859-6.843 9.591-1.212.601-2.539.9-3.863 1.136h-2.567c-4.081-.489-7.859-3.091-9.591-6.843-.601-1.212-.9-2.539-1.136-3.863v-2.567c.233-1.364.552-2.729 1.179-3.971C2.924 3.053 6.669.499 10.706 0M8.674 3.153c-.472.638-.333 1.844.603 1.919 1.03.107 1.29-1.238.794-1.928.31-.594.156-1.582-.658-1.599-.858-.081-1.122 1-.74 1.608m4.081-.269l.39.008c.089-.301.05-.717.391-.865.362.43.196 1.024-.2 1.362-.453.407-.591 1.01-.634 1.594.489.003.979.003 1.469.001l.001-.557a51.35 51.35 0 0 1-1.038-.024c.686-.696 1.533-1.811.705-2.734-.78-.503-1.12.622-1.085 1.215m2.154-1.246c-.464.468-.415 1.205-.434 1.817.038.546.025 1.245.528 1.591.432.172.727-.29.796-.654.16-.77.176-1.599-.06-2.358-.082-.349-.505-.667-.83-.396m-4.054 1.669l.001.599 1.325-.001-.003-.597-1.323-.001M5.861 5.642c.001 4.799-.001 9.597.001 14.396H7.82c.003-2.267-.001-4.535.003-6.804 1.155-.032 2.319.072 3.47-.066 1.883-.267 3.455-2.083 3.23-4.015-.151-1.9-1.897-3.469-3.788-3.501-1.624-.029-3.25-.005-4.874-.011m13.937 4.679a23.83 23.83 0 0 0-.013.381c.202.025.403.04.606.061.11.353.231.701.363 1.046a97.451 97.451 0 0 0-1.209-.007c.101-.329.357-.647.288-1.002-.546.21-.658 1.09-.924 1.607.179-.086.359-.176.536-.269l.422.142c-.095.667-.513 1.189-.87 1.733.876-.058 1.03-1.114 1.177-1.798l.43.004c-.016.419-.042.838-.085 1.256-.198.126-.508.179-.514.467 1.081.392.884-1.189.919-1.819.172.09.346.179.521.267a40.183 40.183 0 0 1-.899-2.043c-.248-.029-.499-.024-.747-.024m-2.77 3.399c-1.862.367-1.485 2.655-1.455 4.056-.166 1.205.914 2.802 2.245 2.164 1.403-.773.959-2.591.994-3.904.089-1.054-.57-2.413-1.785-2.316m-3.633.337c-.591 1.44-1.596 2.872-1.303 4.508.091.861.886 1.754 1.818 1.461 1.716-.566 1.496-3.859-.504-3.791.281-.693.631-1.363.845-2.08.038-.495-.748-.585-.855-.098z"/><path fill="#0366b3" d="M9.108 2.038c.562-.09.871.7.293.892-.489-.02-.382-.574-.293-.892zM15.129 1.981c.513.749.509 1.903.001 2.656a3.856 3.856 0 0 1-.001-2.656zM9.194 3.482c.666-.28.865 1.028.221 1.036-.553.078-.658-.825-.221-1.036zM7.687 7.545c.977.012 1.954-.028 2.93.016 1.033.041 2.03.914 2.013 1.986.024 1.074-.971 1.968-2.013 1.996-.976.029-1.953-.001-2.93.008-.003-1.335-.003-2.67 0-4.006zM17.131 14.631c.823.115.765 1.183.773 1.813-.074.846.282 1.88-.35 2.576-.423.406-.953-.142-.998-.589-.126-.834-.066-1.687-.099-2.529-.015-.483.126-1.148.675-1.272zM13.433 17.151c.773.074.789 1.638.198 2.059-.797-.198-.814-1.646-.198-2.059z"/><path fill="#fff" d="M8.674 3.153c-.382-.609-.118-1.689.74-1.608.814.017.968 1.005.658 1.599.496.69.236 2.035-.794 1.928-.936-.074-1.075-1.281-.603-1.919m.433-1.115c-.089.318-.196.872.293.892.578-.192.269-.983-.293-.892m.086 1.444c-.436.211-.332 1.114.221 1.036.643-.008.444-1.315-.221-1.036zM12.754 2.884c-.036-.593.305-1.717 1.085-1.215.827.923-.02 2.038-.705 2.734.346.012.692.019 1.038.024l-.001.557c-.491.001-.98.001-1.469-.001.042-.583.18-1.187.634-1.594.396-.338.562-.932.2-1.362-.341.147-.302.564-.391.865l-.39-.008zM14.907 1.638c.325-.27.748.048.83.396.236.758.22 1.587.06 2.358-.069.363-.363.826-.796.654-.503-.346-.489-1.045-.528-1.591.019-.611-.03-1.349.434-1.817m.222.343a3.862 3.862 0 0 0 .001 2.656c.508-.753.512-1.907-.001-2.656zM10.853 3.307l1.323.001.003.597-1.325.001-.001-.599zM5.861 5.642c1.624.005 3.25-.019 4.874.011 1.891.032 3.637 1.6 3.788 3.501.225 1.932-1.347 3.748-3.23 4.015-1.151.138-2.315.034-3.47.066-.004 2.269 0 4.536-.003 6.804H5.862c-.003-4.799 0-9.597-.001-14.396m1.826 1.902c-.003 1.335-.003 2.67 0 4.006.977-.009 1.954.021 2.93-.008 1.042-.028 2.037-.922 2.013-1.996.017-1.073-.98-1.945-2.013-1.986-.976-.044-1.953-.004-2.93-.016zM19.798 10.32c.248 0 .499-.005.747.024.278.69.582 1.368.899 2.043a28.292 28.292 0 0 1-.521-.267c-.034.63.162 2.212-.919 1.819.007-.288.317-.341.514-.467.042-.418.069-.837.085-1.256l-.43-.004c-.147.684-.301 1.74-1.177 1.798.357-.544.774-1.066.87-1.733l-.422-.142c-.176.093-.357.183-.536.269.267-.517.378-1.398.924-1.607.069.355-.187.674-.288 1.002.403 0 .806.001 1.209.007a16.785 16.785 0 0 1-.363-1.046c-.203-.021-.404-.036-.606-.061l.013-.381zM17.029 13.721c1.215-.097 1.874 1.262 1.785 2.316-.036 1.313.408 3.131-.994 3.904-1.331.638-2.411-.959-2.245-2.164-.03-1.402-.407-3.689 1.455-4.056m.101.91c-.549.123-.69.789-.675 1.272.033.842-.027 1.695.099 2.529.045.447.575.994.998.589.632-.696.276-1.73.35-2.576-.008-.63.05-1.697-.773-1.813z"/><path fill="#fff" d="M13.395 14.058c.107-.487.894-.396.855.098-.213.717-.564 1.387-.845 2.08 2-.068 2.22 3.225.504 3.791-.932.293-1.726-.601-1.818-1.461-.293-1.636.712-3.068 1.303-4.508m.039 3.093c-.617.414-.599 1.862.198 2.059.591-.422.575-1.985-.198-2.059z"/></symbol><symbol viewBox="0 0 33 24" id="information--pass-on-either-side--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.204 0h29.225c.72.223 1.413.583 1.887 1.184v21.935a8.929 8.929 0 0 1-.891.881H1.179C.598 23.504.146 22.852 0 22.093V2.203C.223 1.079 1.115.274 2.204 0m.215.529C1.377.72.494 1.588.472 2.678c.003 6.319 0 12.639.002 18.96.016 1.099.936 2.139 2.045 2.206 9.477-.002 18.955-.005 28.432.002 1.119.062 2.198-.924 2.209-2.051-.002-6.425-.003-12.851 0-19.277C33.091 1.351 31.949.413 30.795.47 21.337.517 11.868.399 2.42.53z"/><path fill="#fff" d="M2.419.529C11.867.398 21.336.516 30.794.469c1.154-.057 2.296.881 2.365 2.048-.003 6.426-.002 12.853 0 19.277-.011 1.127-1.089 2.113-2.209 2.051-9.477-.006-18.955-.003-28.432-.002C1.41 23.777.489 22.736.473 21.637.471 15.316.475 8.996.471 2.677.493 1.588 1.376.719 2.418.528m-.152.47C1.492 1.142.929 1.901.948 2.68.945 9.053.953 15.425.945 21.798c.016.812.741 1.59 1.574 1.573 9.584-.002 19.168-.005 28.751.002.739.022 1.44-.681 1.418-1.418-.003-6.425-.009-12.849.003-19.274.093-1.006-.933-1.828-1.896-1.735C21.287.989 11.769.878 2.267 1z"/><path fill="#fff" d="M11.024 8.182c1.039-.535 1.888-1.41 3.021-1.756.467.21.977.69.741 1.249-.291.799-.477 1.629-.766 2.428 1.865.002 3.731.006 5.596-.003-.18-1.115-.816-2.135-.677-3.294.414-.289.943-.493 1.383-.128 2.763 1.783 5.536 3.551 8.296 5.34.246.084.074.339-.088.393-2.705 1.783-5.454 3.494-8.16 5.272-.302.218-.687.15-1.034.166a29.421 29.421 0 0 0-.395-.395c-.079-1.08.431-2.061.687-3.081-1.852-.017-3.706.002-5.558-.009.256.976.651 1.914.802 2.916-.194.186-.388.374-.578.567-.229-.003-.461.002-.688-.022-2.945-1.816-5.807-3.785-8.771-5.574 1.988-1.467 4.153-2.678 6.191-4.071z"/><path fill="#006f51" d="M2.266.998C11.768.876 21.286.987 30.794.944c.963-.093 1.989.729 1.896 1.735-.013 6.425-.006 12.849-.003 19.274.022.737-.679 1.44-1.418 1.418-9.583-.006-19.167-.003-28.751-.002-.834.017-1.558-.761-1.574-1.573.008-6.373 0-12.745.003-19.118C.928 1.9 1.492 1.14 2.265.996m8.759 7.186c-2.038 1.393-4.203 2.604-6.191 4.071 2.964 1.789 5.826 3.758 8.771 5.574.227.024.459.019.688.022.189-.193.384-.381.578-.567-.152-1.003-.546-1.941-.802-2.916 1.852.011 3.706-.008 5.558.009-.256 1.02-.766 2.001-.687 3.081.133.129.264.262.395.395.347-.016.733.052 1.034-.166 2.706-1.778 5.455-3.489 8.16-5.272.163-.054.335-.309.088-.393-2.76-1.789-5.533-3.557-8.296-5.34-.441-.365-.969-.161-1.383.128-.139 1.159.497 2.179.677 3.294-1.865.009-3.731.005-5.596.003.289-.799.475-1.629.766-2.428.237-.559-.273-1.039-.741-1.249-1.132.346-1.982 1.221-3.021 1.756z"/></symbol><symbol viewBox="0 0 24 24" id="information--passenger-loading-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.981 0h2.017c1.381.208 2.768.486 4.034 1.096 3.894 1.734 6.564 5.676 6.967 9.893v1.997c-.203 1.384-.491 2.768-1.098 4.038-1.732 3.893-5.669 6.565-9.882 6.977h-2.02c-1.378-.206-2.76-.49-4.024-1.097C3.08 21.172.404 17.232-.002 13.015v-2.008c.389-4.225 3.068-8.176 6.967-9.912C8.225.488 9.605.212 10.979.001m-.011 2.338a9.7 9.7 0 0 0-6.253 3.217c-2.689 2.968-3.2 7.638-1.234 11.124 1.738 3.25 5.452 5.293 9.13 5.011 3.697-.181 7.141-2.698 8.443-6.162 1.099-2.803.809-6.114-.799-8.665-1.89-3.13-5.659-4.949-9.287-4.525z"/><path fill="#fff" d="M10.968 2.339c3.628-.424 7.397 1.396 9.287 4.525 1.608 2.551 1.898 5.862.799 8.665-1.302 3.464-4.746 5.981-8.443 6.162-3.678.282-7.392-1.762-9.13-5.011-1.967-3.486-1.456-8.156 1.234-11.124a9.7 9.7 0 0 1 6.253-3.217M4.226 7.188c-.016 2.453.012 4.907.019 7.36l-.21.21c.002.33.002.659.005.989.26.138.527.263.799.376-.002.558-.023 1.12.034 1.676.355.011.71.011 1.064-.005.055-.551 0-1.106.067-1.655.062.55.016 1.103.064 1.654.354.016.709.017 1.063.008.059-.506.037-1.016.048-1.525a3.381 3.381 0 0 0 3.658-.001c.016.506-.004 1.014.043 1.52.364-.049.894.185 1.127-.18.061-.491-.002-.989.048-1.481.062.55.019 1.104.025 1.656.348-.018.758.113 1.067-.067.079-.53.02-1.069.035-1.604.836-.066 1.061-.995.606-1.602-.025-2.442.032-4.886.006-7.328.025-.625-.618-1.046-1.194-1.002-2.4-.002-4.8-.005-7.2 0-.57-.04-1.201.386-1.174 1.002m11.536 5.104c-.478.066-.408.835.079.81.565.026.486-.972-.079-.81m3.014.365c-.508.265.018 1.022.452.691.433-.268-.031-1.007-.452-.691m-3.298 1.741c-.251.235-.922.316-.79.732.509-.143 1.091-.31 1.304-.853.107.274.216.545.326.817-.629.766-.863 1.744-1.021 2.7l.402-.023c.245-.683.426-1.409.89-1.986.289.654.448 1.37.811 1.987.128-.024.253-.059.377-.102-.23-.728-.478-1.451-.708-2.179.359-.487.01-1.056-.146-1.549l.416.124c.104.376-.102.978.343 1.148.023-.484.013-.967.014-1.451-.455-.211-.896-.458-1.375-.613-.668.018-.688.768-.845 1.248m3.232-.852c-.396.557-.655 1.213-.882 1.854.412-.233.595-.686.846-1.061.017.568-.3 1.038-.565 1.508l.307.071c-.236.565-.469 1.224-.251 1.822.078.239.382-.058.324-.224a3.37 3.37 0 0 1 .376-1.495c.002.293-.001.584-.007.877.313.299.595.658 1.016.81.036-.407-.306-.668-.535-.952l.07-.724.529-.002a104.4 104.4 0 0 0-.352-1.079c.721-.304.169-1.103-.25-1.428-.209.01-.418.018-.626.023z"/><path fill="#fff" d="M5.315 7.228c2.171-.16 4.38-.019 6.565-.071.368.008.983-.091 1.063.407.04.96.026 1.924.008 2.885.005.304-.302.492-.581.455-2.248.001-4.495.002-6.743-.001-.28.036-.571-.169-.562-.466-.029-.799.001-1.6-.013-2.399.008-.281-.046-.662.262-.81z"/><path d="M4.226 7.188c-.028-.616.604-1.042 1.174-1.002 2.4-.005 4.8-.002 7.2 0 .576-.044 1.219.377 1.194 1.002.026 2.442-.031 4.886-.006 7.328.455.607.23 1.536-.606 1.602-.014.535.044 1.074-.035 1.604-.308.18-.719.049-1.067.067-.006-.552.037-1.106-.025-1.656-.05.492.013.99-.048 1.481-.233.365-.763.131-1.127.18-.047-.506-.028-1.014-.043-1.52a3.381 3.381 0 0 1-3.658.001c-.011.509.011 1.019-.048 1.525-.354.008-.709.007-1.063-.008-.048-.551-.001-1.104-.064-1.654-.067.548-.012 1.104-.067 1.655a13.98 13.98 0 0 1-1.064.005c-.056-.557-.036-1.118-.034-1.676a9.379 9.379 0 0 1-.799-.376c-.002-.33-.002-.659-.005-.989l.21-.21c-.007-2.453-.035-4.907-.019-7.36m1.089.041c-.307.148-.253.529-.262.81.014.799-.016 1.6.013 2.399-.01.296.282.502.562.466 2.248.004 4.495.002 6.743.001.278.037.586-.151.581-.455.018-.961.031-1.925-.008-2.885-.08-.498-.695-.398-1.063-.407-2.185.052-4.394-.089-6.565.071zM15.762 12.293c.565-.162.644.836.079.81-.487.025-.557-.744-.079-.81zM18.776 12.658c.421-.316.886.424.452.691-.434.331-.96-.426-.452-.691zM15.478 14.399c.157-.48.176-1.23.845-1.248.479.155.92.402 1.375.613-.001.484.008.967-.014 1.451-.445-.17-.239-.773-.343-1.148l-.416-.124c.156.493.505 1.062.146 1.549.23.728.478 1.451.708 2.179a2.592 2.592 0 0 1-.377.102c-.364-.617-.522-1.333-.811-1.987-.464.577-.646 1.303-.89 1.986l-.402.023c.158-.956.392-1.934 1.021-2.7-.11-.272-.22-.544-.326-.817-.214.544-.796.71-1.304.853-.132-.416.539-.497.79-.732zM18.708 13.547c.209-.005.418-.013.626-.023.419.325.971 1.124.25 1.428.119.359.236.719.352 1.079l-.529.002-.07.724c.229.283.571.545.535.952-.421-.152-.703-.511-1.016-.81.006-.293.01-.584.007-.877a3.384 3.384 0 0 0-.376 1.495c.058.167-.246.463-.324.224-.218-.598.014-1.256.251-1.822l-.307-.071c.265-.47.582-.941.565-1.508-.251.374-.434.828-.846 1.061.227-.641.486-1.297.882-1.854z"/></symbol><symbol viewBox="0 0 23 24" id="information--pedestrians-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h23.487v.444c-.593-.448-1.36-.332-2.053-.34H1.016A2.408 2.408 0 0 0 .001.353V0zM11.252 1.236a.397.397 0 0 1 .721.012c3.612 5.849 7.204 11.713 10.814 17.562.139.177.142.4.137.615-.193.042-.382.108-.581.113l-20.418-.001c-.54-.004-1.091.053-1.617-.099-.001-.189-.041-.398.085-.56C4.014 12.999 7.624 7.112 11.252 1.236m-.053 3.411c-1.26.809.549 2.777 1.617 2.002.35-.399.312-1.022.132-1.487-.29-.66-1.147-.739-1.749-.515M9.08 8.31c-.334.291-.87.538-.832 1.056.003.827-.041 1.656.026 2.481.162.04.318.091.472.155.916-.459.15-1.706.553-2.444.429-.485 1.016-.791 1.52-1.19-.019 1.022-.109 2.041-.105 3.062-.028.471.488.666.782.938.741.629 1.602 1.135 2.252 1.858.499 1.088.744 2.285 1.244 3.373.353.622 1.432.163 1.183-.524-.35-1.156-.809-2.281-1.23-3.413-.624-.864-1.638-1.357-2.338-2.148-.123-1.212.098-2.46-.044-3.677-.347-.493-.927-.891-1.53-.964-.716.375-1.292.972-1.953 1.435m3.911 1.121c.009.512-.054 1.031.026 1.539.461.4.906.847 1.441 1.145.556.226.897-.551.548-.928-.66-.599-1.359-1.153-2.015-1.756m-2.292 3.016c-.966 1.491-1.952 2.974-2.898 4.477-.299.622.57 1.333 1.058.794.992-1.485 1.91-3.02 2.883-4.518a23.129 23.129 0 0 0-1.042-.753m.552 3.638c-.141.851-.27 1.703-.412 2.554h2.223a67.564 67.564 0 0 0-.467-2.558c-.448.006-.896.006-1.344.004m-7.065 2.491c.726.012 1.452.004 2.178.006.226-.815.438-1.634.658-2.451-.467-.003-.934 0-1.401-.003-.488.81-.952 1.635-1.435 2.447m12.757-2.435c.203.823.45 1.631.667 2.45.746.01 1.49.004 2.236.005-.521-.821-1.027-1.653-1.567-2.462-.445.006-.891.004-1.336.006z"/><path fill="#035ca1" d="M0 .353C.318.205.662.103 1.015.104h20.418c.693.008 1.461-.108 2.053.34V24H-.001V.353m11.253.883C7.624 7.111 4.013 12.999.393 18.878c-.126.162-.086.371-.085.56.526.151 1.077.095 1.617.099l20.418.001c.199-.005.389-.071.581-.113.005-.214.001-.438-.137-.615-3.61-5.85-7.203-11.714-10.814-17.562a.397.397 0 0 0-.721-.012z"/><path fill="#1f1a17" d="M11.199 4.647c.602-.225 1.459-.145 1.749.515.18.466.218 1.088-.132 1.487-1.068.775-2.877-1.194-1.617-2.002zM9.08 8.31c.661-.463 1.237-1.06 1.953-1.435.603.073 1.183.471 1.53.964.141 1.217-.08 2.465.044 3.677.701.792 1.715 1.285 2.338 2.148.421 1.132.879 2.256 1.23 3.413.249.687-.83 1.146-1.183.524-.499-1.088-.744-2.284-1.244-3.373-.651-.724-1.512-1.23-2.252-1.858-.294-.272-.81-.467-.782-.938-.004-1.022.086-2.041.105-3.062-.503.399-1.091.705-1.52 1.19-.403.738.363 1.984-.553 2.444a3.177 3.177 0 0 0-.472-.155c-.067-.825-.023-1.654-.026-2.481-.039-.519.498-.765.832-1.056z"/><path fill="#1f1a17" d="M12.991 9.429c.656.603 1.355 1.156 2.015 1.756.349.377.008 1.154-.548.928-.535-.298-.981-.744-1.441-1.145-.08-.508-.017-1.027-.026-1.539zM10.699 12.445c.354.241.701.493 1.042.753-.973 1.498-1.89 3.033-2.883 4.518-.488.539-1.357-.172-1.058-.794.946-1.503 1.932-2.985 2.898-4.477zM11.252 16.083c.448.003.896.003 1.344-.004.173.85.327 1.703.467 2.558H10.84c.142-.851.271-1.703.412-2.554zM4.187 18.574c.483-.812.947-1.638 1.435-2.447.467.003.934 0 1.401.003-.221.818-.433 1.636-.658 2.451-.726-.003-1.452.005-2.178-.006zM16.944 16.138c.445-.003.891 0 1.336-.006.54.809 1.046 1.64 1.567 2.462-.746-.001-1.49.005-2.236-.005-.217-.819-.465-1.627-.667-2.45z"/></symbol><symbol viewBox="0 0 21 24" id="information--pedestrians-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M10.227 0h.48c.51.14.82.584 1.053 1.026 3.08 5.332 6.201 10.646 9.201 16.022v6.034c-.151.41-.472.757-.9.872-4.832-.13-9.671-.019-14.506-.056-1.549.023-3.101-.057-4.648.053-.435-.116-.745-.475-.907-.88v-5.97c.202-.511.505-.973.777-1.447C3.68 10.624 6.586 5.597 9.487.568c.151-.291.435-.471.74-.568m.083.563c-.341.09-.441.478-.616.741-2.874 4.983-5.757 9.963-8.626 14.949-.212.392-.538.768-.51 1.242-.013 1.785-.015 3.57.014 5.354-.009.354.362.592.686.587 6.152-.005 12.304.001 18.455-.003.379.037.736-.299.71-.68.003-1.752-.002-3.506-.005-5.258.016-.284-.099-.547-.241-.785-3.031-5.278-6.049-10.563-9.136-15.809a.66.66 0 0 0-.729-.339z"/><path fill="#0066b3" d="M10.303.761c.282-.112.529.108.647.345 3.025 5.166 5.998 10.36 8.98 15.55.15.257.314.528.299.838.003 1.752.013 3.505.004 5.257.024.287-.242.527-.524.493-6.117.012-12.236.008-18.353.01-.252.015-.602-.107-.594-.408-.039-1.784-.028-3.569-.018-5.352-.016-.441.298-.786.492-1.154C4.08 11.392 6.937 6.452 9.791 1.509c.162-.252.264-.568.514-.748m-.332 4.163c-.204.084-.409.167-.613.252l.025.206c.196.067.391.135.587.204.006.362.009.722 0 1.084-.575.234-1.297.352-1.613.956-.442.741-.98 1.439-1.317 2.234-.015.946.121 1.894.244 2.832.954-.42.379-1.705.707-2.496.274-.476.615-.91.92-1.366-.114 1.243-.247 2.483-.371 3.725l.3.241c-.768 2.129-1.54 4.256-2.304 6.387.599.289 1.188.601 1.798.868l.112-.364c-.144-.182-.286-.367-.429-.55.657-1.703 1.332-3.398 1.995-5.098.468.522 1.035.963 1.432 1.543.566 1.382 1.083 2.786 1.635 4.173.683-.177 1.366-.359 2.05-.533l-.083-.341a41.806 41.806 0 0 0-.982-.264c-.351-1.146-.655-2.309-1.062-3.436-.463-.995-1.201-1.835-1.72-2.796.054-.75.195-1.492.282-2.239.797.388 1.47 1.07 2.342 1.268.168.329.661.474.863.103.169-.389-.29-.518-.507-.724-.576-.591-1.299-1.011-1.911-1.561-.544-.777-.371-2.088-1.38-2.487.412-.384.858-.737.684-1.377.224-.085.448-.173.671-.264a2.511 2.511 0 0 0-.749-.335 27.88 27.88 0 0 1-.33-.615c-.297.003-.593.005-.89.006l-.388.765M4.612 16.042c-.18.375-.358.751-.53 1.131.863.001 1.726.002 2.589-.001.134-.376.27-.752.407-1.129-.822-.003-1.643-.001-2.465-.001m9.204 0c.112.378.227.756.344 1.132 1.051-.001 2.102.002 3.154-.002-.124-.376-.248-.752-.374-1.128-1.042-.005-2.082-.002-3.123-.002M2.56 20.437c-.197.426-.398.85-.594 1.277 5.671.004 11.341.003 17.012.001-.172-.43-.35-.857-.527-1.284-5.297.003-10.594-.009-15.89.006z"/><path fill="#fff" d="M10.31.563a.66.66 0 0 1 .729.339c3.086 5.245 6.105 10.531 9.136 15.809.143.238.257.501.241.785.003 1.752.008 3.506.005 5.258.026.381-.33.717-.71.68-6.151.004-12.303-.002-18.455.003-.325.005-.696-.233-.686-.587-.028-1.785-.026-3.57-.014-5.354-.027-.474.299-.85.51-1.242 2.87-4.987 5.753-9.966 8.626-14.949.175-.263.276-.651.616-.741m-.005.197c-.249.18-.351.497-.514.748-2.854 4.943-5.711 9.883-8.555 14.831-.194.368-.507.713-.492 1.154-.01 1.784-.021 3.569.018 5.352-.007.301.343.422.594.408 6.117-.002 12.236.001 18.353-.01a.471.471 0 0 0 .524-.493c.008-1.752-.001-3.505-.004-5.257.016-.31-.149-.582-.299-.838-2.982-5.19-5.955-10.384-8.98-15.55-.117-.237-.365-.457-.647-.345z"/><path fill="#fff" d="M9.973 4.924l.388-.765c.297-.001.593-.003.89-.006.108.206.217.412.33.615.264.074.522.179.749.335-.223.091-.446.179-.671.264.174.64-.272.994-.684 1.377 1.009.399.836 1.71 1.38 2.487.612.549 1.334.969 1.911 1.561.217.206.676.335.507.724-.201.371-.695.226-.863-.103-.872-.198-1.546-.88-2.342-1.268-.087.746-.227 1.488-.282 2.239.519.961 1.257 1.802 1.72 2.796.407 1.128.711 2.291 1.062 3.437.328.085.656.171.982.264l.083.341c-.684.174-1.367.356-2.05.533-.552-1.388-1.069-2.791-1.635-4.173-.396-.58-.963-1.021-1.432-1.543-.663 1.7-1.338 3.395-1.995 5.098.143.183.285.368.429.55l-.112.364c-.61-.267-1.199-.579-1.798-.868.764-2.131 1.535-4.258 2.304-6.387l-.3-.241c.124-1.242.257-2.482.371-3.725-.305.456-.647.89-.92 1.366-.328.791.246 2.076-.707 2.496-.124-.938-.259-1.885-.244-2.832.337-.795.875-1.493 1.317-2.234.315-.604 1.038-.722 1.613-.956.009-.362.006-.722 0-1.084a68.14 68.14 0 0 0-.587-.204l-.025-.206c.204-.085.409-.168.613-.252z"/><path fill="#fff" d="M4.612 16.042c.822 0 1.643-.002 2.465.001l-.407 1.129c-.863.003-1.726.002-2.589.001.172-.379.35-.756.53-1.131zM13.817 16.042c1.041 0 2.081-.003 3.123.002.126.375.25.751.374 1.128-1.051.004-2.102.001-3.154.002-.116-.376-.232-.754-.344-1.132zM2.56 20.437c5.297-.016 10.594-.003 15.89-.006.177.427.355.854.527 1.284-5.671.002-11.341.003-17.012-.001.196-.427.397-.851.594-1.276z"/><path fill="#00589a" opacity=".86" d="M.907 23.952c1.547-.11 3.099-.03 4.648-.053 4.835.037 9.673-.074 14.506.056l-.135.046H1.049l-.141-.048z"/></symbol><symbol viewBox="0 0 27 24" id="information--pedestrians-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.233 0h.765c.51.179.979.496 1.242.979 3.867 6.682 7.733 13.366 11.605 20.045.165.295.307.6.428.914v.529A2.13 2.13 0 0 1 25.905 24H1.387A2.107 2.107 0 0 1 0 22.564v-.697c.123-.295.262-.582.419-.859C4.292 14.333 8.156 7.653 12.025.976c.26-.47.716-.785 1.208-.976M2.86 21.618c7.181.001 14.362.001 21.544-.001-3.588-6.202-7.173-12.405-10.774-18.599a11382.58 11382.58 0 0 0-10.77 18.6z"/><path fill="#094ca1" d="M2.86 21.618a11382.58 11382.58 0 0 1 10.77-18.6c3.601 6.194 7.186 12.397 10.774 18.599-7.182.003-14.363.003-21.544.001M15.155 9.436c-.254.511.098 1.017.289 1.481-.63.871-1.602 1.435-2.178 2.348-.352.543-.408 1.201-.466 1.827-1.612-.23-.334-2.504-1.722-3.01.128-.364.301-.749.21-1.141-.318-.499-1.195-.376-1.422.147-.087.382.053.764.13 1.133-.854.417-1.585 1.227-1.525 2.232-.059.979.979 1.829.49 2.815-.505.825-1.125 1.582-1.763 2.307.209.522.555 1.013 1.163 1.076a5.818 5.818 0 0 0-.098-1.111c.727-.836 1.195-1.887 2.078-2.584.922.886.314 2.249.537 3.357.476.094.957.153 1.439.206.28.303.623.532 1.017.656.023-.477.025-.955.023-1.432.638-.331 1.325-.629 1.83-1.158.308-.442.26-1.132.798-1.403a.927.927 0 0 1 .915.815c.134.96-.109 1.925-.059 2.89.522.177 1.072.24 1.621.218-.015-.475-.335-.791-.736-.99.101-.98.1-1.966.106-2.95l.379-.188c-.205-.888-.389-1.781-.575-2.673.416.473.862.952 1.485 1.14.337-.751-.449-1.182-.886-1.64-.622-.567-.168-1.55-.683-2.174-.282-.312-.649-.532-.985-.781.348-.584.436-1.439-.116-1.927-.475-.131-1.105.007-1.295.513z"/><path fill="#094ca1" d="M14.373 12.994l.308.01c.653 1.316 0 2.711-.616 3.888l.52.206c-.076 1.398-1.507 1.909-2.31 2.828a38.304 38.304 0 0 0-.656-.139c-.023-.693.08-1.377.127-2.065.083-.781-.61-1.444-.346-2.232.787.211 1.62.205 2.389-.072.014-.84.018-1.74.585-2.423zM9.361 13.939c.239.402.127.856-.037 1.261-.1-.417-.08-.85.037-1.261z"/><path fill="#fff" d="M15.155 9.436c.191-.506.821-.644 1.295-.513.552.488.464 1.343.116 1.927.335.25.702.469.985.781.515.623.061 1.606.683 2.174.438.458 1.223.889.886 1.64-.623-.188-1.069-.667-1.485-1.14.187.892.371 1.785.575 2.673l-.379.188c-.007.983-.005 1.969-.106 2.95.401.199.721.515.736.99a4.475 4.475 0 0 1-1.621-.218c-.05-.964.192-1.93.059-2.89a.927.927 0 0 0-.915-.815c-.537.271-.49.961-.798 1.403-.505.529-1.192.826-1.83 1.158.001.477 0 .955-.023 1.432a2.335 2.335 0 0 1-1.017-.656 17.065 17.065 0 0 1-1.439-.206c-.224-1.109.385-2.471-.537-3.357-.884.697-1.351 1.748-2.078 2.584.067.367.102.738.098 1.111-.608-.063-.955-.554-1.163-1.076.638-.725 1.259-1.482 1.763-2.307.49-.986-.548-1.835-.49-2.815-.06-1.005.671-1.815 1.525-2.232-.076-.37-.217-.751-.13-1.133.228-.524 1.105-.646 1.422-.147.091.393-.082.777-.21 1.141 1.388.506.11 2.779 1.722 3.01.059-.626.115-1.285.466-1.827.575-.914 1.548-1.477 2.178-2.348-.191-.464-.543-.97-.289-1.481m-.781 3.557c-.567.683-.571 1.583-.585 2.423-.769.277-1.602.284-2.389.072-.263.788.43 1.451.346 2.232-.046.687-.15 1.372-.127 2.065.218.044.438.091.656.139.803-.919 2.234-1.43 2.31-2.828a46.81 46.81 0 0 0-.52-.206c.616-1.177 1.27-2.572.616-3.888-.076-.001-.23-.007-.308-.01m-5.011.946a2.496 2.496 0 0 0-.037 1.261c.164-.405.275-.859.037-1.261z"/></symbol><symbol viewBox="0 0 18 24" id="information--pedestrians-only--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#020202" d="M1.056 0h15.925c.517.131.922.537 1.065 1.049V22.93a2.641 2.641 0 0 1-.185.387l-.122.075c.115-.293.206-.601.191-.919-.005-7.041.003-14.082-.004-21.124.032-.667-.563-1.262-1.23-1.225C11.58.119 6.464.119 1.349.124.684.089.09.685.125 1.349.12 8.421.124 15.493.122 22.564c-.036.422.193.783.448 1.094l.071.125c-.329-.177-.524-.509-.642-.853V1.07A1.504 1.504 0 0 1 1.055-.001z"/><path fill="#fff" d="M.124 1.349C.09.685.683.089 1.348.124 6.464.119 11.58.119 16.695.124c.667-.037 1.262.558 1.23 1.225.006 7.041-.002 14.082.004 21.124.014.318-.077.626-.191.919-.239.17-.459.398-.762.444-5.302.006-10.604.014-15.906-.004-.171-.042-.336-.109-.5-.174-.255-.311-.484-.672-.448-1.094C.124 15.493.119 8.421.125 1.349m.983-.953a.933.933 0 0 0-.734.95C.371 8.449.369 15.552.375 22.655c-.023.522.449.991.974.954h15.35c.565.043 1.038-.494.981-1.046-.002-7.072.003-14.145-.003-21.217.038-.576-.511-1.04-1.068-.98-5.166.021-10.337-.04-15.5.03z"/><path fill="#fff" d="M9.863 2.469c.824-.325 1.763.498 1.544 1.355-.137.877-1.342 1.253-1.962.628-.652-.555-.406-1.743.419-1.983zM5.355 4.198c.633-.289 1.409.314 1.281.997-.066.696-.987 1.059-1.513.601-.554-.405-.416-1.367.232-1.598zM10.266 5.305c.239-.313.66-.482 1.042-.457.6.379 1.211.762 1.761 1.209.393.678.758 1.377 1.106 2.079-.043.354-.255.669-.371 1.005.223-.066.448-.122.672-.187.201.585.404 1.17.597 1.758-.761.245-1.511.522-2.271.771-.088.983-.163 1.966-.246 2.949-.046.328.134.621.242.918.45 1.148.905 2.294 1.348 3.445-.309.135-.614.279-.918.423-.59-1.408-1.201-2.807-1.784-4.217-.174-.741-.222-1.507-.36-2.256-.284.661-.612 1.307-.849 1.986-.162 1.476-.264 2.959-.406 4.438H8.777c.09-1.518.158-3.04.266-4.556.328-1.364.812-2.691 1.137-4.056-.09-.641-.271-1.267-.392-1.902-.56.278-1.119.559-1.682.834-.023.133-.055.265-.084.397.152-.009.305-.016.457-.028.08.476.155.952.228 1.429-.484.07-.968.137-1.449.224.19 1.017.384 2.033.571 3.05-.295-.001-.589.003-.884.005.375 1.316.768 2.628 1.149 3.944-.308.091-.614.187-.92.281-.417-1.425-.838-2.847-1.253-4.271-.206 0-.411-.01-.615-.007-.643 1.316-.12 2.791-.149 4.184-.28.023-.56.046-.841.066-.094-1.175-.189-2.349-.281-3.523-.029-.268.129-.503.223-.741a99.748 99.748 0 0 0-.549-.004c.415-1.652 1.02-3.269 1.124-4.984-.238.309-.388.687-.669.959-.549.355-1.129.662-1.69.999a39.163 39.163 0 0 1-.35-.713c.546-.439 1.146-.815 1.666-1.281.399-.798.669-1.657 1.067-2.456.307-.529.812-.87 1.436-.862.817.524 1.013 1.559 1.511 2.339a15.61 15.61 0 0 0 1.102-.48c.43-.913.581-2.004 1.359-2.71m2.141 2.007c.104.745.199 1.491.32 2.234.193-.397.369-.803.542-1.209-.289-.34-.568-.688-.863-1.025z"/><path fill="#fff" d="M1.256 14.774a762.13 762.13 0 0 1 2.619 0l-.169.595c-.817.001-1.634.002-2.451-.001a29.404 29.404 0 0 1 0-.594zM7.249 14.774c.539-.004 1.076-.003 1.614-.001-.009.198-.02.395-.032.593-.475.004-.949.004-1.424 0-.054-.197-.106-.394-.159-.592zM12.884 14.774c1.303-.004 2.607-.002 3.91-.001v.594c-1.211.004-2.422-.002-3.632.003l-.061-.038c-.072-.186-.146-.371-.217-.558zM1.255 21.302c5.18-.002 10.36-.002 15.54 0 .001.198.001.398-.001.597-5.179.002-10.358.002-15.538.001l-.001-.598z"/><path fill="#0163b0" d="M1.108.396c5.163-.069 10.334-.009 15.5-.03.558-.06 1.106.404 1.068.98.005 7.072.001 14.145.003 21.217.057.552-.416 1.089-.981 1.046H1.348c-.524.037-.997-.431-.974-.954C.368 15.552.37 8.449.373 1.346.35.906.671.479 1.107.396m8.756 2.073c-.825.24-1.071 1.428-.419 1.983.621.625 1.825.249 1.962-.628.219-.857-.72-1.68-1.544-1.355M5.355 4.198c-.648.231-.786 1.193-.232 1.598.526.458 1.447.095 1.513-.601.128-.683-.648-1.286-1.281-.997m4.911 1.107c-.778.706-.928 1.797-1.359 2.71a15.61 15.61 0 0 1-1.102.48c-.498-.78-.695-1.814-1.511-2.339-.624-.008-1.13.333-1.436.862-.399.798-.669 1.658-1.067 2.456-.521.466-1.121.842-1.666 1.281.115.238.231.476.35.713.561-.337 1.14-.644 1.69-.999.281-.272.43-.651.669-.959-.105 1.715-.709 3.332-1.124 4.984l.549.004c-.094.238-.252.473-.223.741.092 1.175.187 2.349.281 3.523.281-.02.561-.042.841-.066.029-1.393-.494-2.868.149-4.184.205-.003.41.007.615.007.415 1.425.836 2.847 1.253 4.271.307-.094.613-.189.92-.281-.381-1.316-.773-2.627-1.149-3.944.295-.003.589-.006.884-.005-.187-1.017-.381-2.033-.571-3.05.481-.087.965-.153 1.449-.224a96.576 96.576 0 0 0-.228-1.429c-.152.012-.304.019-.457.028.029-.132.06-.264.084-.397.563-.274 1.122-.556 1.682-.834.122.635.302 1.261.392 1.902-.325 1.364-.808 2.691-1.137 4.056-.108 1.517-.176 3.038-.266 4.556H9.83c.142-1.479.245-2.962.406-4.438.237-.678.565-1.324.849-1.986.138.749.186 1.515.36 2.256.583 1.41 1.194 2.81 1.784 4.217.304-.144.61-.288.918-.423-.443-1.151-.898-2.297-1.348-3.445-.108-.297-.288-.59-.242-.918.083-.983.158-1.967.246-2.949.76-.25 1.51-.526 2.271-.771-.193-.588-.396-1.174-.597-1.758-.224.065-.449.121-.672.187.115-.337.328-.651.371-1.005a36.255 36.255 0 0 0-1.106-2.079c-.55-.448-1.161-.83-1.761-1.209-.382-.024-.803.144-1.042.457m-9.011 9.47c-.002.198-.002.396 0 .594.817.003 1.634.002 2.451.001l.169-.595a762.13 762.13 0 0 0-2.619 0m5.992 0c.053.198.105.395.159.592.475.004.949.004 1.424 0 .012-.198.023-.395.032-.593-.538-.002-1.075-.003-1.614.001m5.634 0c.071.187.145.372.217.558l.061.038c1.21-.005 2.421.001 3.632-.003v-.594c-1.304-.001-2.608-.003-3.91.001M1.255 21.302l.001.598c5.18.001 10.359.001 15.538-.001.002-.199.002-.399.001-.597-5.18-.002-10.36-.002-15.54 0z"/><path fill="#0163b0" d="M12.406 7.313c.294.337.574.685.863 1.025-.173.406-.349.812-.542 1.209-.121-.743-.217-1.489-.32-2.234z"/><path fill="#080808" opacity=".83" d="M16.976 23.836c.303-.046.523-.274.762-.444l.122-.075c-.161.364-.525.558-.882.683H1.076c-.149-.063-.301-.123-.434-.217l-.071-.125c.164.065.328.133.5.174.54.089 1.092.046 1.637.052H15.34c.546-.005 1.095.032 1.638-.049z"/><path fill="#767676" d="M1.07 23.832c5.302.017 10.604.01 15.906.004-.542.081-1.092.044-1.638.049H2.706c-.545-.006-1.096.037-1.637-.052z"/></symbol><symbol viewBox="0 0 24 24" id="information--pedestrians-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.844 0h22.51c.313.17.561.429.779.705V23.36c-.141.249-.329.47-.56.64H23c.599-.148 1.084-.693 1.067-1.326 0-6.871-.001-13.742.001-20.613.001-.448.045-.933-.201-1.332-.231-.346-.634-.614-1.06-.598C15.669.136 8.531.133 1.394.132.786.123.288.688.203 1.257.199 8.418.204 15.58.201 22.741.2 23.353.686 23.866 1.267 24H.695c-.316-.229-.539-.562-.692-.917V1.05C.165.617.481.272.847.001z"/><path fill="#fff" d="M.201 1.257C.286.689.785.123 1.392.132 8.53.133 15.668.136 22.805.131c.427-.016.829.253 1.06.598.247.399.203.884.201 1.332l-.001 20.613c.017.633-.468 1.177-1.067 1.326H1.263c-.58-.134-1.066-.648-1.066-1.259C.2 15.58.195 8.418.199 1.257m.953-.701a.76.76 0 0 0-.554.703v21.615c.001.384.357.707.727.728 7.183-.002 14.365.001 21.547-.001.426.013.769-.39.795-.793 0-7.16.001-14.32-.001-21.48-.005-.394-.308-.798-.727-.795C15.757.532 8.575.536 1.393.531a.856.856 0 0 0-.242.026z"/><path fill="#fff" d="M10.659 4.545c.504-.121 1.13.009 1.356.527.333.596-.026 1.45-.702 1.59-.739.255-1.552-.533-1.353-1.28a1.05 1.05 0 0 1 .699-.837zM11.116 7.128c.283-.379.78-.506 1.226-.386 1.224.534 2.39 1.192 3.613 1.729-.032 1.239.168 2.464.132 3.704-.304-.076-.622-.071-.926-.15-.053-.975-.238-1.937-.347-2.907a2.315 2.315 0 0 0-.737-.079c.203.683.54 1.34.565 2.063.098.461-.088.923-.072 1.385.609 2.123 1.346 4.212 1.929 6.342-.348.257-.681.535-1.017.806l-.101-.103c-.759-1.797-1.538-3.587-2.306-5.381-.269.365-.599.681-.891 1.029-.368 1.421-.808 2.824-1.174 4.246-.465-.109-.921-.252-1.385-.368.329-1.374.65-2.75.98-4.123.04-.212.084-.426.184-.619.401-.798.8-1.596 1.199-2.394.11-.164-.016-.338-.086-.488-.213-.406-.404-.824-.626-1.225-.231.307-.377.68-.642.959-.798.358-1.627.649-2.422 1.014-.149-.229-.41-.437-.431-.716.733-.61 1.55-1.121 2.312-1.699.152-.929.429-1.89 1.023-2.638z"/><path fill="#036f51" d="M1.152.556A.856.856 0 0 1 1.394.53C8.576.535 15.758.531 22.94.532c.418-.003.721.401.727.795l.001 21.48c-.026.403-.369.806-.795.793-7.182.002-14.365-.001-21.547.001-.37-.021-.726-.344-.727-.728V1.258a.76.76 0 0 1 .554-.703m9.506 3.99a1.046 1.046 0 0 0-.699.837c-.199.747.614 1.536 1.353 1.28.676-.14 1.035-.995.702-1.59-.225-.519-.852-.648-1.356-.527m.457 2.583c-.594.748-.872 1.709-1.023 2.638-.761.578-1.579 1.09-2.312 1.699.021.279.282.487.431.716.795-.365 1.624-.656 2.422-1.014.265-.279.411-.652.642-.959.223.401.413.819.626 1.225.07.15.197.324.086.488-.399.798-.798 1.596-1.199 2.394-.1.193-.144.407-.184.619-.33 1.374-.651 2.75-.98 4.123.463.116.919.259 1.385.368.366-1.421.806-2.824 1.174-4.246.292-.348.622-.664.891-1.029.767 1.794 1.547 3.584 2.306 5.381l.101.103c.336-.272.669-.55 1.017-.806-.583-2.13-1.32-4.219-1.929-6.342-.016-.462.171-.923.072-1.385-.025-.723-.362-1.38-.565-2.063.249-.009.497.009.737.079.109.969.295 1.932.347 2.907.304.079.622.074.926.15.036-1.239-.164-2.464-.132-3.704-1.223-.537-2.389-1.195-3.613-1.729-.446-.12-.943.007-1.226.386z"/></symbol><symbol viewBox="0 0 24 24" id="information--perpendicular-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M1.518 0h20.953c.336.092.648.26.888.517-.434-.212-.896-.404-1.391-.39C15.283.132 8.596.122 1.911.131.946.089.082.943.134 1.911c-.002 6.726-.002 13.452 0 20.178-.046.965.809 1.829 1.776 1.775l20.178.001c.967.052 1.82-.812 1.776-1.776.007-6.685-.002-13.37.005-20.056.017-.493-.17-.958-.385-1.391.236.229.401.518.516.824v20.996a2.081 2.081 0 0 1-1.517 1.537H1.481A2.123 2.123 0 0 1 0 22.475V1.477C.209.755.782.176 1.518-.001z"/><path fill="#0066b3" d="M1.712.988C1.933.917 2.169.915 2.4.91 8.839.917 15.28.909 21.719.914c.695-.059 1.351.532 1.316 1.237.01 6.526.001 13.051.004 19.577.061.676-.498 1.337-1.19 1.315-6.564.011-13.13.005-19.696.004-.662.042-1.267-.542-1.242-1.207-.013-6.518 0-13.038-.006-19.558-.044-.55.265-1.123.808-1.294m1.581 1.46c-.002 5.064.001 10.128-.002 15.192.667.013 1.333.008 2 .006 0-5.066.008-10.133-.005-15.199l-1.993.001M7.11 6.641c-.383.122-.553.54-.522.916.008 1.764-.014 3.53.011 5.294-.01.442.406.799.839.763 4.081.005 8.162.001 12.244.001.449.048.894-.31.88-.774.019-1.8.01-3.602.005-5.404.048-.547-.491-.931-1.002-.847-4.151.037-8.311-.066-12.454.05M4.585 18.43c-.571.022-1.147-.048-1.712.048.007.077.02.232.028.308.577.056 1.158 0 1.736.035-.079.467-.892.055-.805.613.023.572-.1 1.196.077 1.738.71.125 1.463.064 2.184.031.245-.592.086-1.318.089-1.957-.259-.332-.834-.091-1.216-.179.25-.64 1.3.097 1.583-.464-.295-.329-.894-.112-1.314-.17-.154-.367-.51-.394-.649-.002M7.824 19.7l.389.053c-.006.62-.066 1.244-.317 1.818a.258.258 0 0 0 .251.39c.238-.236.304-.58.414-.883.802-.026 1.604-.012 2.407-.011l-.018.559c-.234.008-.467.016-.7.026l-.013.31c.361.025.767.128 1.099-.065.144-.923.066-1.871.04-2.802a7.809 7.809 0 0 0-1.049-.031c.134-.212.228-.445.283-.69a14.197 14.197 0 0 0-1.321-.028l-.208-.322c-.498.46-1.051 1.028-1.258 1.675m6.866-1.238c.403.163.817.299 1.24.402l.028-.36c-.403-.1-1.031-.629-1.267-.042m3.954.086c-.524-.01-1.05-.016-1.572.035l.041.312c.541.013 1.081.011 1.622.013l.002.3c-.428.052-.949-.133-1.316.13-.05.464-.053.938.001 1.404.354.277.895.072 1.322.136l-.024.318c-.545.122-1.492-.313-1.732.318.56.058 1.124.041 1.687.041-.041.632.637.647.578.001.532-.002 1.063-.001 1.595-.007l.059-.332a25.804 25.804 0 0 0-1.692-.02l-.019-.311c.426-.013.857.018 1.279-.052.156-.5.048-1.04.07-1.556-.44-.082-.89-.08-1.337-.07l-.005-.298c.554-.023 1.118.05 1.667-.056-.116-.602-1.118-.194-1.613-.301l-.156-.426c-.235.036-.365.218-.458.422m-5.954-.218c-.228.694-.065 1.481-.073 2.21.422.03.846.031 1.268.026.016.15.03.301.044.452a32.385 32.385 0 0 0-.28-.436c-.148.361.095.671.29.95-.162.043-.324.088-.485.132l.022.28c.184.023.368.044.553.066l.222-.221c.654.198 1.356.115 2.028.09.386-.4-.425-.404-.678-.383l.001-.948.674-.017c.047-.427-.37-.382-.679-.396l.008-.76c.246-.01.492-.022.738-.035l-.032-.356a21.862 21.862 0 0 0-1.916-.001l-.024.359c.252.013.504.024.756.034l.007.775-.674.02c-.101.452.356.376.671.388l.002.934c-.286.017-.571.037-.854.073.034-.419.047-.839.026-1.258a1.487 1.487 0 0 1-.557-.294c.612-.079.6-.486-.011-.569.202-.09.391-.205.589-.304a2.35 2.35 0 0 0-.577-.296c.16-.16.38-.212.593-.268-.27-.551-1.138-.215-1.654-.25M3.019 19.44c-.031.832-.012 1.666.001 2.5l.206.107c.944-.503 2.099-.091 3.13-.242.214.053.262-.403.002-.341-.961-.06-1.927-.004-2.891-.023-.028-.697.038-1.398-.032-2.092-.078-.217-.44-.138-.416.091m9.666 2.424c.08-.388.132-.781.16-1.176-.43.025-.594 1.044-.16 1.176m.247-1.204c.061.364-.179.976.282 1.128-.049-.366.162-.953-.282-1.128m.339-.027c.05.311-.11.846.317.93-.054-.32.038-.754-.317-.93z"/><path fill="#0066b3" d="M6.857 8.143c.042-.372-.272-1.255.374-1.127.001.378-.002.755-.019 1.132l-.355-.005zM10.945 6.92c.644.397 1.358.718 1.925 1.218a19.208 19.208 0 0 0 .01 3.961c-.648.368-1.289.746-1.93 1.127-.893-1.994-.845-4.303-.005-6.306zM11.621 6.949c2.034-.037 4.07-.031 6.106-.004-.599.397-1.085 1.177-1.885 1.084-.829-.029-1.663.037-2.49-.03-.602-.302-1.16-.69-1.73-1.05zM16.78 8.148c.45-.492 1.042-.833 1.565-1.243.377 2.104.344 4.273.004 6.379-.534-.377-1.058-.767-1.586-1.151.107-1.326.071-2.658.018-3.985zM6.835 12.059c.632-.108.374.749.347 1.129-.594.15-.262-.781-.347-1.129zM11.612 13.255c.772-.432 1.475-1.217 2.428-1.114.755.026 1.511-.031 2.263.025.522.284.97.696 1.412 1.09-2.034.03-4.069.034-6.103-.001zM13.026 18.672l.354-.017.047.277-.38.032-.02-.293zM9.004 18.706a50.69 50.69 0 0 1 1.031.005l-.343.344-.941-.001.253-.348zM8.646 19.436c.29-.002.582-.004.872-.004l-.02.45-.846-.004c-.002-.148-.005-.295-.006-.443zM9.947 19.435c.336-.002.673-.002 1.009-.002l.023.431c-.341.012-.682.017-1.022.02l-.01-.449zM17.776 19.849c.041-.497.641-.234.972-.294l-.031.314c-.313-.005-.628-.008-.941-.02zM19.196 19.556c.312 0 .624.002.936.01l-.026.298c-.295 0-.592.001-.887.004l-.023-.311zM17.848 20.18l.884.006.007.341-.914-.001.023-.346zM19.213 20.184c.3.001.6.001.9.004.002.082.01.246.012.329-.307.006-.614.01-.92.011.001-.086.006-.257.008-.343zM8.64 20.234l.871-.001.002.462h-.9l.026-.461zM9.95 20.233h1.012l.002.462H9.95v-.462z"/><path fill="#fff" d="M.134 1.91C.082.943.946.088 1.911.13 8.596.122 15.283.131 21.968.126c.494-.014.956.178 1.391.39.043.038.085.08.125.125.215.433.402.898.385 1.391-.007 6.685.002 13.37-.005 20.056.044.964-.809 1.828-1.776 1.776L1.91 23.863c-.967.054-1.822-.81-1.776-1.775C.132 15.362.132 8.636.134 1.91M1.712.988c-.542.17-.852.744-.808 1.294C.91 8.802.897 15.321.91 21.84c-.025.665.58 1.249 1.242 1.207 6.565.001 13.132.007 19.696-.004.692.022 1.252-.64 1.19-1.315-.002-6.526.006-13.051-.004-19.577.035-.706-.622-1.296-1.316-1.237C15.279.909 8.838.918 2.399.91c-.23.005-.467.007-.688.078z"/><path fill="#fff" d="M3.294 2.448l1.993-.001c.013 5.066.005 10.133.005 15.199-.667.002-1.333.007-2-.006.004-5.064 0-10.128.002-15.192zM7.11 6.641c4.142-.116 8.303-.013 12.454-.05.511-.084 1.05.3 1.002.847.005 1.801.014 3.604-.005 5.404.014.464-.431.822-.88.774-4.081 0-8.162.004-12.244-.001-.433.036-.848-.322-.839-.763-.025-1.764-.002-3.53-.011-5.294-.031-.376.139-.793.522-.916m-.252 1.501l.355.005c.017-.377.02-.754.019-1.132-.647-.128-.332.755-.374 1.127m4.088-1.223c-.84 2.003-.888 4.312.005 6.306.641-.38 1.282-.758 1.93-1.127a19.279 19.279 0 0 1-.01-3.961c-.566-.5-1.28-.821-1.925-1.218m.676.029c.57.36 1.128.748 1.73 1.05.827.067 1.661.001 2.49.03.8.094 1.286-.686 1.885-1.084a188.31 188.31 0 0 0-6.106.004m5.16 1.199c.053 1.327.089 2.659-.018 3.985.528.384 1.052.774 1.586 1.151.341-2.106.373-4.276-.004-6.379-.523.41-1.115.751-1.565 1.243m-9.944 3.911c.085.348-.247 1.279.347 1.129.028-.38.286-1.237-.347-1.129m4.777 1.196c2.034.035 4.069.031 6.103.001-.443-.394-.89-.805-1.412-1.09-.752-.056-1.508.001-2.263-.025-.953-.103-1.656.682-2.428 1.114zM4.585 18.43c.139-.391.496-.365.649.002.42.059 1.019-.158 1.314.17-.283.562-1.333-.175-1.583.464.382.088.956-.154 1.216.179-.002.64.156 1.366-.089 1.957-.721.032-1.474.094-2.184-.031-.176-.541-.054-1.165-.077-1.738-.086-.558.726-.146.805-.613-.578-.035-1.159.022-1.736-.035-.007-.077-.02-.232-.028-.308.565-.096 1.141-.026 1.712-.048m-.306 1.011l-.001.254c.49.002.979.002 1.469-.001l.008-.248c-.492-.007-.984-.006-1.476-.005m0 .577c-.001.066-.004.197-.004.263.493.001.988.002 1.481-.005a21.896 21.896 0 0 0-.01-.256c-.49-.006-.978-.006-1.468-.002m.001.585l-.004.278c.493.001.986.002 1.481-.005l-.008-.271c-.49-.006-.979-.006-1.469-.002zM7.824 19.7c.206-.647.76-1.216 1.258-1.675l.208.322c.44-.007.882-.006 1.321.028a2.182 2.182 0 0 1-.283.69c.35-.012.701-.004 1.049.031.026.931.104 1.879-.04 2.802-.332.193-.738.09-1.099.065l.013-.31c.233-.011.466-.018.7-.026l.018-.559c-.803-.001-1.606-.016-2.407.011-.11.304-.176.647-.414.883a.258.258 0 0 1-.251-.39c.251-.574.311-1.198.317-1.818l-.389-.053m1.179-.995l-.253.348.941.001.343-.344a50.655 50.655 0 0 0-1.031-.005m-.358.73c.001.148.004.295.006.443.282.001.564.001.846.004l.02-.45c-.29 0-.582.001-.872.004m1.301-.002c.002.149.006.299.01.449.341-.004.682-.008 1.022-.02a59.035 59.035 0 0 0-.023-.431c-.336 0-.673 0-1.009.002m-1.307.799l-.026.461h.9l-.002-.462-.871.001m1.309-.001v.462h1.014l-.002-.462a170.69 170.69 0 0 0-1.012 0zM14.689 18.461c.236-.587.864-.058 1.267.042l-.028.36a9.056 9.056 0 0 1-1.24-.402zM18.644 18.547c.094-.204.223-.386.458-.422l.156.426c.494.107 1.496-.301 1.613.301-.548.107-1.112.034-1.667.056l.005.298c.446-.011.896-.012 1.337.07-.022.516.086 1.056-.07 1.556-.422.07-.853.038-1.279.052l.019.311a25.804 25.804 0 0 1 1.692.02l-.059.332c-.532.006-1.063.005-1.595.007.059.646-.619.631-.578-.001-.563 0-1.127.017-1.687-.041.24-.631 1.187-.196 1.732-.318l.024-.318c-.427-.064-.968.142-1.322-.136a6.278 6.278 0 0 1-.001-1.404c.367-.263.888-.078 1.316-.13l-.002-.3c-.541-.002-1.081 0-1.622-.013l-.041-.312c.522-.05 1.048-.044 1.572-.035m-.869 1.303c.313.012.628.016.941.02l.031-.314c-.331.06-.931-.203-.972.294m1.42-.293l.023.311c.295-.002.592-.004.887-.004l.026-.298c-.312-.007-.624-.01-.936-.01m-1.348.625l-.023.346.914.001a38.785 38.785 0 0 0-.007-.341l-.884-.006m1.365.004c-.002.086-.007.257-.008.343.306-.001.613-.005.92-.011-.002-.083-.01-.247-.012-.329l-.9-.004z"/><path fill="#fff" d="M12.689 18.33c.516.035 1.384-.301 1.654.25-.212.055-.433.108-.593.268.206.068.397.174.577.296-.198.098-.388.214-.589.304.611.083.623.49.011.569.158.144.355.229.557.294.02.419.007.839-.026 1.258.283-.036.569-.056.854-.073l-.002-.934c-.314-.012-.772.065-.671-.388l.674-.02-.007-.775c-.252-.01-.504-.02-.756-.034l.024-.359a22.26 22.26 0 0 1 1.916.001l.032.356a60.72 60.72 0 0 1-.738.035l-.008.76c.31.014.726-.031.679.396l-.674.017-.001.948c.253-.022 1.064-.017.678.383-.672.025-1.374.108-2.028-.09l-.222.221c-.185-.022-.37-.043-.553-.066l-.022-.28c.161-.044.323-.089.485-.132-.196-.28-.438-.589-.29-.95.094.144.187.289.28.436a62.944 62.944 0 0 0-.044-.452c-.422.005-.846.004-1.268-.026.008-.73-.155-1.517.073-2.21m.335.339l.02.293.38-.032-.047-.277-.354.017m.048.661c-.143.184.187.344.304.187.14-.184-.187-.348-.304-.187m.005.623c-.146.18.176.356.293.187.148-.181-.176-.354-.293-.187zM3.019 19.44c-.024-.229.338-.308.416-.091.071.694.005 1.394.032 2.092.964.019 1.93-.037 2.891.023.259-.062.211.394-.002.341-1.031.151-2.185-.26-3.13.242l-.206-.107c-.013-.834-.032-1.668-.001-2.5z"/><path fill="#fff" d="M12.685 21.864c-.434-.132-.27-1.151.16-1.176a8.793 8.793 0 0 1-.16 1.176z"/><path fill="#1975bb" d="M13.073 19.334c.116-.161.444.004.304.187-.116.157-.446-.004-.304-.187z"/><path fill="#0368b4" d="M4.278 19.44c.492-.001.984-.002 1.476.005l-.008.248c-.49.004-.979.004-1.469.001l.001-.254zM4.278 20.017c.49-.004.978-.004 1.468.002l.01.256c-.493.007-.988.006-1.481.005 0-.066.002-.197.004-.263zM4.278 20.602c.49-.004.979-.004 1.469.002l.008.271c-.494.007-.988.006-1.481.005 0-.07.002-.209.004-.278z"/><path fill="#1975ba" d="M13.078 19.957c.116-.167.44.006.293.187-.116.169-.439-.007-.293-.187z"/><path fill="#f4f8fc" d="M12.932 20.66c.444.175.233.762.282 1.128-.461-.152-.221-.764-.282-1.128z"/><path fill="#f5f9fc" d="M13.271 20.633c.355.176.263.61.317.93-.427-.084-.266-.619-.317-.93z"/></symbol><symbol viewBox="0 0 23 24" id="information--picnic-site--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0491ff" d="M0 0h23.438v24H0V0m2.301 2.691c-.009 6.208-.009 12.418-.002 18.626 6.217.008 12.435.008 18.653 0 .008-6.208.009-12.418 0-18.626-6.217-.006-12.435-.006-18.651 0z"/><path fill="#fff" d="M2.301 2.691c6.216-.006 12.433-.006 18.651 0 .009 6.208.008 12.418 0 18.626-6.217.008-12.435.008-18.652 0-.007-6.208-.007-12.418.002-18.626m9.154 4.43l.93.006A208.61 208.61 0 0 0 9.69 9.921c.459.008.917.008 1.376.009-.958 1.196-1.939 2.374-2.899 3.568 1.631.008 3.263-.006 4.892.006-.002 1.618 0 3.236 0 4.854-2.031.008-4.061.004-6.092.002-.004-.622-.004-1.245.002-1.867.621-.002 1.243-.004 1.866-.004.004-.495.004-.992 0-1.487-1.869-.004-3.739-.004-5.608 0-.002.495-.002.99 0 1.487.623 0 1.245.002 1.868.004.004.622.004 1.245 0 1.867-.623 0-1.245.004-1.866.006-.004.495-.004.99-.002 1.485 5.608.004 11.214.002 16.821 0 .004-.495.004-.99 0-1.485-1.766-.008-3.534.002-5.301-.006-.006-1.62-.004-3.238-.002-4.858 1.618-.006 3.234.004 4.852-.004-.962-1.196-1.941-2.376-2.904-3.568.461-.002.922-.002 1.384-.007-.887-.945-1.796-1.869-2.7-2.796l.934-.006c-.812-1.365-1.609-2.739-2.432-4.099-.819 1.359-1.614 2.732-2.422 4.099z"/><path fill="#040404" d="M11.456 7.121c.808-1.367 1.603-2.739 2.422-4.099.823 1.359 1.62 2.734 2.432 4.099l-.934.006c.904.926 1.813 1.851 2.7 2.796-.461.006-.923.006-1.384.008.964 1.193 1.942 2.372 2.904 3.568-1.618.008-3.234-.002-4.852.004-.002 1.62-.004 3.238.002 4.858 1.766.008 3.534-.002 5.301.006.004.495.004.99 0 1.485-5.606.002-11.212.004-16.821 0-.002-.495-.002-.99.002-1.485.621-.002 1.243-.006 1.866-.006.004-.622.004-1.245 0-1.867-.622-.002-1.245-.004-1.867-.004-.002-.497-.002-.992 0-1.487 1.869-.004 3.739-.004 5.608 0 .004.495.004.992 0 1.487-.623 0-1.245.002-1.866.004-.006.622-.006 1.245-.002 1.867 2.031.002 4.061.006 6.092-.002 0-1.618-.002-3.236 0-4.854-1.629-.011-3.261.002-4.892-.006.96-1.194 1.941-2.372 2.899-3.568-.459-.002-.917-.002-1.376-.009.887-.941 1.791-1.867 2.696-2.794l-.93-.006z"/></symbol><symbol viewBox="0 0 24 24" id="information--playground--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#007dc2" d="M1.302 0h21.436c.593.116 1.098.522 1.262 1.115v21.643c-.14.643-.665 1.11-1.298 1.242H1.349C.708 23.881.161 23.434 0 22.789V1.117C.16.504.702.113 1.302 0m5.95 5.578c-.664.143-.93 1.063-.444 1.538.457.533 1.439.278 1.576-.412.198-.653-.485-1.32-1.132-1.127M5.33 7.388c-1.088.509-1.968 1.391-2.659 2.359-.245.311-.413.888.012 1.126.799.437 1.732.512 2.609.704l-.306.306c-.935-.238-1.829-.673-2.782-.808-.319.229.072.414.293.476.7.226 1.403.439 2.1.676-.391.39-.838.727-1.194 1.151-.265.283.262.656.503.394.493-.402.895-.901 1.364-1.33 4.129 1.327 8.256 2.664 12.386 3.989.767.206.646 1.463 1.41 1.589.601-.194.182-.823-.04-1.152.659.21 1.302.479 1.978.628.293.14.365-.394.066-.402-.896-.494-2.275-.326-2.759-1.376.734.32 1.416.806 2.219.941.407.11.752-.311.733-.691.019-1.182-.31-2.353-.815-3.414-.288-.624-1.223-.968-1.765-.472-.865.757-1.748 1.494-2.618 2.246l.466.314c.798-.598 1.592-1.199 2.395-1.789.367.808.888 1.61.864 2.531-.704-.185-1.417-.684-2.165-.403-.392.216-.106.688-.005.994-3.995-1.31-8.002-2.584-12.002-3.878.221-.253.565-.452.625-.804-.409-.626-1.253-.551-1.885-.756-.302-.102-.143-.479.007-.648.522-.605 1.258-.961 1.96-1.31.27 1.097.526 2.198.791 3.296l.514-.353c-.211-1.13-.43-2.26-.635-3.391-.104-.732-1.051-1.032-1.664-.742m12.961 2.513c-.624.262-.714 1.218-.146 1.589.514.402 1.36.077 1.454-.574.174-.712-.661-1.362-1.308-1.015M7.33 19.139c.164.144.349.283.582.253 2.282.004 4.565-.005 6.847.004.439-.01.962.101 1.265-.306-1.306-1.567-2.874-2.89-4.291-4.352-1.469 1.465-3.011 2.862-4.403 4.402z"/><path fill="#fff" d="M7.252 5.578c.647-.193 1.33.474 1.132 1.127-.137.69-1.118.944-1.576.412-.486-.475-.22-1.396.444-1.538zM5.33 7.388c.613-.29 1.56.01 1.664.742.205 1.132.424 2.261.635 3.391-.172.116-.342.235-.514.353-.265-1.098-.521-2.2-.791-3.296-.702.349-1.438.706-1.96 1.31-.15.169-.31.546-.007.648.632.205 1.476.13 1.885.756-.06.352-.404.551-.625.804 4.001 1.295 8.008 2.568 12.002 3.878-.101-.306-.388-.778.005-.994.748-.281 1.46.218 2.165.403.024-.92-.497-1.723-.864-2.531-.803.59-1.597 1.192-2.395 1.789l-.466-.314c.87-.752 1.753-1.489 2.618-2.246.542-.497 1.477-.152 1.765.472.505 1.061.834 2.232.815 3.414.019.38-.326.802-.733.691-.803-.134-1.484-.62-2.219-.941.484 1.05 1.862.882 2.759 1.376.299.008.227.542-.066.402-.676-.149-1.319-.418-1.978-.628.222.329.641.958.04 1.152-.764-.126-.643-1.382-1.41-1.589-4.13-1.325-8.257-2.662-12.386-3.989-.469.428-.871.928-1.364 1.33-.241.263-.768-.11-.503-.394.356-.424.803-.761 1.194-1.151-.697-.236-1.4-.45-2.1-.676-.221-.062-.612-.247-.293-.476.953.134 1.847.57 2.782.808l.306-.306c-.877-.192-1.81-.268-2.609-.704-.425-.238-.257-.815-.012-1.126.691-.968 1.571-1.85 2.659-2.359z"/><path fill="#fff" d="M18.292 9.902c.647-.347 1.482.304 1.308 1.015-.095.65-.941.976-1.454.574-.568-.371-.478-1.327.146-1.589zM7.33 19.139c1.392-1.54 2.934-2.936 4.403-4.402 1.417 1.463 2.986 2.785 4.291 4.352-.302.407-.826.296-1.265.306-2.282-.008-4.565 0-6.847-.004-.233.03-.418-.109-.582-.253z"/></symbol><symbol viewBox="0 0 24 24" id="information--recreational-vehicle-sanitary-station--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1bfc0" d="M1.93 0h20.262l.248.092C15.607.155 8.772.109 1.938.114L1.93 0z"/><path fill="#282425" d="M1.208.263c.234-.086.481-.136.73-.149C8.772.109 15.607.155 22.44.092c-.084.042-.25.127-.333.171C15.543.282 8.98.265 2.416.271 2.004.27 1.6.379 1.221.533l-.012-.27z"/><path fill="#8c8a8a" d="M22.44.092A2.188 2.188 0 0 1 24 1.408v21.465a3.488 3.488 0 0 1-1.141 1.126H1.28c-.55-.335-1.064-.807-1.177-1.473.042-.095.128-.284.172-.378.187.949 1.01 1.788 2.023 1.727 6.549.002 13.099.008 19.648-.004 1.074.023 1.981-.992 1.926-2.048.007-6.509.013-13.019-.002-19.53.028-1.019-.819-1.817-1.764-2.032l.333-.171z"/><path fill="#fff" d="M1.221.533C1.6.379 2.004.27 2.416.271 8.98.265 15.543.282 22.107.263c.944.215 1.792 1.012 1.764 2.032.016 6.51.01 13.021.002 19.53.055 1.057-.852 2.072-1.926 2.048-6.549.012-13.099.006-19.648.004-1.013.061-1.836-.778-2.023-1.727C.241 15.573.271 8.995.261 2.418.213 1.657.654.996 1.221.534m.63.238C1.133.959.647 1.692.696 2.424c.001 6.142.002 12.284 0 18.424.011.512-.051 1.035.08 1.537.207.696.927 1.152 1.644 1.107 6.468-.004 12.937.002 19.406-.004.901.048 1.697-.766 1.645-1.663-.001-6.51.006-13.022-.004-19.532.018-.872-.777-1.634-1.647-1.584C15.395.703 8.97.714 2.546.704a3.116 3.116 0 0 0-.695.068z"/><path fill="#fff" d="M7.164 2.428c1.61-.446 3.301-.385 4.956-.442 2.208-.016 4.453-.099 6.624.382.507.144 1.274.353 1.234 1.017.01 2.147.004 4.295.001 6.441.01.262-.061.63-.383.658-.714.068-1.435.006-2.153.027v4.99l.585.01a48.64 48.64 0 0 1-.801 1.318c-.288-.434-.572-.87-.858-1.307l.622-.017v-4.994c-.841 0-1.682-.004-2.522.001-.167-.755-.583-1.575-1.419-1.731-1.161-.362-2.378.531-2.445 1.731-2.105-.006-4.211.002-6.316-.005.005-.168.015-.337.027-.504.579.004 1.16.001 1.741.006.005-2.167-.017-4.335.006-6.502-.039-.619.599-.932 1.102-1.079M7.515 4v2.545h2.788V4H7.515m5.455 0v2.545h5.333V4H12.97z"/><path fill="#fff" d="M12.278 9.132c1.09-.252 2.082 1.034 1.549 2.023-.416.992-1.945 1.097-2.491.168-.577-.802-.029-2.051.942-2.192m.133.733c-.888.127-.604 1.572.264 1.353.861-.145.587-1.544-.264-1.353zM5.013 10.838c.401-.084.764.412.531.764-.175.347-.724.342-.896-.004-.188-.293.029-.71.365-.76z"/><path fill="#fff" d="M2.132 12.605c-.045-.31.234-.525.525-.481 4.582-.008 9.164-.001 13.747-.004 0 .764-.001 1.527-.004 2.291-.818.018-1.638-.041-2.453.023-.302.015-.263.381-.276.594.018.887-.035 1.777.027 2.662.038.35.482.248.726.279 2.051-.042 4.109.057 6.154-.05.347-.497.091-1.213.165-1.798-.068-.541.176-1.218-.167-1.668-.838-.104-1.687-.016-2.528-.044-.002-.762-.002-1.526-.001-2.288 1.217.015 2.435-.034 3.651.018.356.019.352.442.349.705-.019 2.954.018 5.909-.018 8.862.022.315-.314.423-.571.398-6.263.001-12.527.004-18.79-.001-.321.048-.585-.201-.536-.525-.002-2.992-.01-5.983.002-8.973z"/><path fill="#2e2a2b" d="M.12 1.816C.142 1.131.673.616 1.208.263l.012.27C.653.995.212 1.655.26 2.417.27 8.994.239 15.572.275 22.149l-.172.378-.032-.124C.184 15.544.088 8.677.119 1.815z"/><path fill="#005595" d="M1.851.772c.227-.057.462-.063.695-.068C8.97.714 15.394.703 21.82.709c.87-.05 1.665.713 1.647 1.584.01 6.51.002 13.022.004 19.532.052.897-.744 1.712-1.645 1.663-6.469.006-12.938 0-19.406.004-.716.045-1.436-.411-1.644-1.107-.131-.502-.069-1.025-.08-1.537.002-6.141.001-12.282 0-18.424C.648 1.692 1.134.959 1.851.772m5.313 1.656c-.503.147-1.141.459-1.102 1.079-.023 2.167-.001 4.335-.006 6.502-.581-.005-1.161-.002-1.741-.006-.012.167-.022.336-.027.504 2.105.007 4.211-.001 6.316.005.067-1.2 1.284-2.093 2.445-1.731.836.156 1.252.976 1.419 1.731.84-.005 1.681-.001 2.522-.001v4.994l-.622.017c.286.436.57.873.858 1.307.274-.434.541-.874.801-1.318l-.585-.01v-4.99c.718-.021 1.439.041 2.153-.027.322-.028.393-.396.383-.658.002-2.147.008-4.295-.001-6.441.04-.664-.727-.873-1.234-1.017-2.171-.481-4.416-.398-6.624-.382-1.656.057-3.347-.004-4.956.442m5.115 6.704c-.971.141-1.519 1.389-.942 2.192.545.928 2.075.823 2.491-.168.533-.989-.459-2.275-1.549-2.023m-7.265 1.705c-.336.05-.553.467-.365.76.172.345.721.35.896.004.233-.352-.13-.847-.531-.764m-2.881 1.767c-.012 2.99-.005 5.982-.002 8.973-.05.324.215.573.536.525 6.263.005 12.527.002 18.79.001.257.025.593-.082.571-.398.036-2.953-.001-5.908.018-8.862.002-.263.007-.686-.349-.705-1.216-.052-2.434-.004-3.651-.018-.001.762-.001 1.526.001 2.288.841.028 1.691-.061 2.528.044.343.45.099 1.127.167 1.668-.074.584.182 1.301-.165 1.798-2.045.107-4.103.007-6.154.05-.244-.03-.688.072-.726-.279-.062-.885-.008-1.775-.027-2.662.013-.213-.025-.579.276-.594.816-.064 1.635-.005 2.453-.023.002-.764.004-1.527.004-2.291-4.583.002-9.165-.005-13.747.004-.291-.044-.57.171-.525.481z"/><path fill="#005595" d="M7.515 4h2.788v2.545H7.515V4zM12.97 4h5.333v2.545H12.97V4zM12.411 9.864c.851-.192 1.125 1.207.264 1.353-.868.219-1.153-1.225-.264-1.353z"/><path fill="#acaaab" d="M0 1.811l.12.005C.088 8.678.184 15.544.072 22.404L0 22.157V1.812z"/></symbol><symbol viewBox="0 0 15 24" id="information--recycle-collection-center--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.876 0H14.22c.33.063.611.276.78.564v23.021c-.117.159-.257.3-.417.416H.564A1.172 1.172 0 0 1 0 23.22V.876C.113.447.447.113.876.001m.078.164C.488.237.15.666.147 1.129c.002 7.313 0 14.625.001 21.938.038.444.414.892.883.884 4.379-.002 8.757 0 13.136-.001.417-.039.755-.422.783-.834V.981c-.037-.44-.451-.803-.884-.834L1.425.146C1.268.15 1.107.131.952.164z"/><path fill="#fff" d="M.954.165c.155-.033.315-.014.473-.018l12.641.001c.433.031.847.394.884.834v22.135c-.028.412-.366.795-.783.834-4.379 0-8.758-.001-13.136.001-.469.008-.845-.441-.883-.884C.149 15.755.151 8.443.149 1.13.152.667.49.237.956.166M.953.46c-.3.04-.497.333-.51.62v21.988c.022.291.272.614.589.589 4.362-.003 8.724 0 13.086-.001a.56.56 0 0 0 .539-.539V.981c-.007-.318-.345-.529-.638-.539H1.525c-.19.005-.383-.018-.571.017z"/><path fill="#fff" d="M5.34 3.127a1.1 1.1 0 0 1 .855-.569c.886-.002 1.773 0 2.659-.001.392-.003.758.246.938.588.333.556.645 1.125.987 1.676.223-.111.431-.248.653-.359-.308.642-.69 1.247-1.011 1.883-.73-.004-1.461.007-2.191-.006.197-.164.442-.253.64-.414-.419-.69-.82-1.39-1.224-2.089h-.161c-.502.835-.967 1.69-1.459 2.531-.652-.319-1.28-.697-1.9-1.075.376-.734.804-1.446 1.212-2.164zM2.625 6.349c.715.012 1.425-.027 2.136-.055.366.623.704 1.263 1.055 1.895-.236-.085-.444-.227-.663-.344-.305.548-.628 1.086-.939 1.63-.1.19-.283.373-.242.605.227.07.466.049.7.051h2.262v2.164H4.375a1.04 1.04 0 0 1-.895-.531c-.385-.708-.795-1.402-1.193-2.102-.264-.371-.227-.892.005-1.269.315-.55.63-1.101.956-1.645-.21-.132-.429-.248-.625-.399zM9.767 7.503c.615-.405 1.271-.749 1.906-1.123.387.69.791 1.371 1.186 2.056.13.197.198.43.223.662.001.38-.238.696-.412 1.016-.316.538-.628 1.079-.937 1.62-.19.366-.547.628-.965.654-.688.014-1.376 0-2.064.005 0 .24.004.48-.006.72-.417-.589-.758-1.23-1.132-1.849.393-.593.714-1.232 1.122-1.815.026.242.014.487.015.731.787-.001 1.574.002 2.361-.001.109.019.182-.087.144-.185L9.766 7.503zM2.754 14.017c.25.02.56-.08.752.132.208.186.115.488.132.732-.067.064-.132.13-.198.196.1.327.162.665.21 1.004l-.3.002a7.532 7.532 0 0 1-.215-.935h-.086v.934h-.295v-2.065m.3.273c-.006.195-.006.39 0 .584.099-.034.197-.072.291-.119v-.347a2.369 2.369 0 0 0-.291-.119zM3.934 14.016h.787v.295h-.492v.492h.295v.295h-.295v.639h.492v.344h-.787v-2.066zM5.048 14.195c.09-.24.396-.17.597-.181.111.111.179.25.224.398-.134-.019-.325.056-.399-.097l-.113-.008c-.166.357-.074.759-.095 1.138.009.138.05.431.248.304l-.003-.208.357.001c-.004.202-.063.405-.22.542-.213-.004-.539.054-.612-.216a3.074 3.074 0 0 1 .016-1.672zM5.989 14.017l.343-.001c.074.223.161.441.238.662.081-.219.15-.442.229-.661h.344c-.118.368-.279.721-.395 1.089-.025.324-.002.651-.009.976h-.344c-.008-.325.016-.652-.009-.976-.117-.368-.278-.721-.395-1.089zM7.442 14.129c.138-.165.377-.101.564-.115.11.11.178.249.224.396-.11 0-.219-.001-.329-.003-.07-.059-.158-.164-.211-.03-.128.323-.044.681-.067 1.019.004.146.032.484.249.354l-.003-.208.357.001c-.005.202-.062.405-.219.54H7.53c-.253-.315-.239-.751-.25-1.134.046-.274.021-.571.163-.82zM8.508 14.016h.295v1.77h.541v.295h-.836v-2.066zM9.541 14.016h.295v2.066h-.295v-2.066zM10.23 14.017l.294-.001c.131.284.204.591.338.873.015-.291.005-.582.007-.872h.295v2.066h-.278c-.108-.36-.223-.718-.358-1.068-.01.356 0 .712-.003 1.068h-.295v-2.065zM11.709 14.015h.485c.091.119.15.257.204.396a32.877 32.877 0 0 1-.316-.004c-.079-.089-.18-.143-.231 0-.106.392-.072.812-.03 1.214.031.122.109.202.232.129l-.004-.368c-.136-.059-.087-.217-.102-.333h.449c.011.292-.001.583-.059.87l-.157.162-.467.001c-.236-.269-.248-.645-.253-.985-.004-.37.011-.78.252-1.083zM2.413 17.266c.11-.442.914-.294.794.192l-.272.001c-.037-.084-.152-.236-.214-.084-.15.426-.149.922-.001 1.349.106.183.217-.071.197-.182h.28l.001.383c-.19.245-.603.28-.771-.007a3.017 3.017 0 0 1-.013-1.651zM3.605 17.179c.119-.191.363-.167.558-.165.088.1.209.187.234.327.113.476.113.98-.011 1.454-.051.327-.538.438-.737.178-.169-.218-.16-.514-.158-.776.012-.339-.05-.704.115-1.018m.238.237a3.208 3.208 0 0 0 0 1.269c.171.246.299-.06.287-.241-.012-.388.066-.799-.121-1.158l-.165.13zM4.77 17.016h.295v1.77h.541v.295H4.77v-2.066zM5.803 17.016h.295v1.77h.541v.295h-.836v-2.066zM6.836 17.016h.787v.344h-.492v.443h.344v.295h-.344v.689h.541v.295h-.836v-2.066zM8.12 17.014c.31-.061.713.049.645.444l-.272.001c-.039-.118-.184-.227-.232-.051-.121.441-.177.969.063 1.38.14.026.133-.156.151-.247h.279l.001.383c-.184.233-.57.284-.751.022-.159-.339-.138-.727-.136-1.093.016-.294.047-.608.252-.838zM8.951 17.016h.787v.344l-.246.001v1.721h-.295v-1.721l-.246-.001v-.344zM9.984 17.016h.295v2.066h-.295v-2.066zM10.88 17.016h.42c.395.352.219.917.259 1.378.03.311-.121.728-.487.732-.369-.042-.483-.468-.451-.781.033-.446-.125-.991.259-1.328m.194.281c-.095.132-.168.288-.157.454.009.347-.05.712.11 1.035h.127c.184-.43.115-.916.05-1.365a15.04 15.04 0 0 0-.13-.125zM11.902 17.017l.298-.001c.101.256.162.528.285.775.014-.258.005-.516.007-.774h.295v2.066h-.234c-.125-.337-.219-.685-.353-1.019-.01.34 0 .679-.003 1.019h-.295v-2.065zM4.485 20.072a.61.61 0 0 1 .618 0c.05.109.092.221.13.335-.093 0-.187 0-.28-.002-.068-.059-.221-.173-.263-.028-.117.422-.085.877-.011 1.305.058.041.113.084.167.129.031-.09.062-.18.089-.272h.286c.007.174-.043.339-.119.494-.167.054-.343.05-.517.05-.195-.174-.264-.438-.26-.691.014-.444-.066-.915.159-1.321zM5.557 20.016h.738v.295h-.443v.492h.295v.295h-.295v.639h.492v.344h-.787v-2.066zM6.59 20.016h.325c.107.289.2.584.311.871.009-.291.001-.581.003-.871h.295v2.065l-.247.001c-.125-.319-.21-.653-.339-.97-.009.323-.001.646-.003.969h-.344v-2.066zM7.721 20.016h.836v.295l-.246.001v1.77h-.344v-1.77l-.246-.001v-.295zM8.803 20.016h.738v.295h-.443v.492h.295v.295h-.295v.639h.492v.344h-.787v-2.066zM9.836 20.017c.285.021.656-.095.848.185a.798.798 0 0 1-.105.9c.061.329.13.657.201.985-.099-.002-.198 0-.296-.011-.148-.302-.139-.663-.295-.965-.02.324-.005.648-.009.972h-.344v-2.065m.347.278a21.4 21.4 0 0 0-.002.507l.244.002c.063-.144.039-.295-.005-.439-.079-.024-.157-.048-.237-.069z"/><path fill="#006f51" d="M.953.46c.188-.035.381-.012.571-.017h12.494c.293.01.63.221.638.539v22.136a.56.56 0 0 1-.539.539c-4.362.001-8.724-.002-13.086.001-.316.025-.567-.299-.589-.589V1.081c.013-.287.21-.58.51-.62M5.34 3.127c-.408.719-.836 1.43-1.212 2.164.62.378 1.248.756 1.9 1.075.492-.84.957-1.696 1.459-2.531h.161c.404.699.805 1.4 1.224 2.089-.198.161-.443.25-.64.414.73.013 1.461.001 2.191.006.321-.636.703-1.241 1.011-1.883-.222.111-.43.248-.653.359-.342-.551-.654-1.12-.987-1.676-.18-.342-.546-.591-.938-.588-.886.001-1.773-.001-2.659.001a1.1 1.1 0 0 0-.855.569M2.625 6.349c.196.151.416.267.625.399-.326.543-.641 1.095-.956 1.645-.232.378-.27.898-.005 1.269.397.701.808 1.394 1.193 2.102.179.318.527.534.895.531h2.559v-2.164H4.674c-.234-.001-.473.02-.7-.051-.041-.232.142-.415.242-.605.311-.544.634-1.082.939-1.63.219.117.428.259.663.344-.351-.632-.69-1.272-1.055-1.895-.712.028-1.422.067-2.136.055m7.14 1.154l1.442 2.491c.038.099-.035.205-.144.185-.787.003-1.574 0-2.361.001-.001-.244.011-.488-.015-.731-.408.582-.729 1.222-1.122 1.815.373.618.715 1.26 1.132 1.849.01-.24.005-.48.006-.72.688-.005 1.376.009 2.064-.005.418-.026.775-.288.965-.654.31-.541.621-1.082.937-1.62.174-.32.413-.636.412-1.016a1.494 1.494 0 0 0-.223-.662c-.395-.686-.8-1.366-1.186-2.056-.635.374-1.291.718-1.906 1.123m-7.014 6.514v2.065h.295v-.934h.086c.053.316.123.629.215.935l.3-.002a6.374 6.374 0 0 0-.21-1.004c.065-.066.131-.131.198-.196-.018-.244.076-.545-.132-.732-.193-.212-.502-.112-.752-.132m1.18-.001v2.066h.787v-.344h-.492v-.639h.295v-.295h-.295v-.492h.492v-.295h-.787m1.114.178a3.064 3.064 0 0 0-.016 1.672c.074.27.399.212.612.216.157-.137.215-.34.22-.542l-.357-.001.003.208c-.198.127-.239-.166-.248-.304.021-.379-.071-.781.095-1.138l.113.008c.075.153.266.078.399.097a.954.954 0 0 0-.224-.398c-.201.011-.507-.059-.597.181m.941-.177c.118.368.279.721.395 1.089.025.324.001.651.009.976h.344c.007-.325-.016-.652.009-.976.117-.368.278-.721.395-1.089h-.344c-.078.219-.148.443-.229.661-.077-.221-.163-.439-.238-.662l-.343.001m1.455.112c-.142.249-.117.546-.163.82.011.383-.003.819.25 1.134h.477c.157-.136.214-.339.219-.54l-.357-.001.003.208c-.217.13-.245-.208-.249-.354.024-.338-.06-.696.067-1.019.053-.133.141-.028.211.03l.329.003a.947.947 0 0 0-.224-.396c-.187.014-.426-.05-.564.115m1.067-.113v2.066h.836v-.295h-.541v-1.77h-.295m1.033-.001v2.066h.295v-2.066h-.295m.689.001v2.065h.295c.003-.356-.006-.712.003-1.068.134.35.249.708.358 1.068h.278v-2.066h-.295c-.002.291.008.582-.007.872-.134-.282-.207-.589-.338-.873l-.294.001m1.479-.001c-.24.302-.256.713-.252 1.083.005.339.017.716.253.985l.467-.001.157-.162c.058-.287.07-.578.059-.87h-.449c.015.116-.034.274.102.333l.004.368c-.123.073-.201-.007-.232-.129-.041-.402-.076-.822.03-1.214.051-.144.152-.09.231 0l.316.004a1.548 1.548 0 0 0-.204-.396h-.485m-9.293 3.25a3.017 3.017 0 0 0 .013 1.651c.168.287.581.252.771.007l-.001-.383h-.28c.02.112-.091.365-.197.182a2.091 2.091 0 0 1 .001-1.349c.061-.151.177 0 .214.084l.272-.001c.12-.485-.685-.633-.794-.192m1.193-.086c-.164.314-.103.678-.115 1.018-.002.262-.011.558.158.776.199.26.686.149.737-.178.124-.474.124-.978.011-1.454-.025-.14-.146-.226-.234-.327-.194-.002-.439-.026-.558.165m1.166-.163v2.066h.836v-.295h-.541v-1.77H4.77m1.033-.001v2.066h.836v-.295h-.541v-1.77h-.295m1.033-.001v2.066h.836v-.295h-.541v-.689h.344v-.295h-.344v-.443h.492v-.344h-.787m1.284-.002c-.205.23-.236.544-.252.838-.002.366-.024.754.136 1.093.181.263.568.211.751-.022l-.001-.383h-.279c-.018.091-.011.273-.151.247-.24-.411-.184-.939-.063-1.38.048-.176.193-.067.232.051l.272-.001c.068-.395-.335-.506-.645-.444m.831.003v.344l.246.001v1.721h.295v-1.721l.246-.001v-.344h-.787m1.033 0v2.066h.295v-2.066h-.295m.896 0c-.384.337-.225.883-.259 1.328-.032.313.082.74.451.781.366-.004.517-.421.487-.732-.04-.46.136-1.026-.259-1.378h-.42m1.022.002v2.065h.295c.003-.34-.006-.679.003-1.019.134.334.228.682.353 1.019h.234v-2.066h-.295c-.002.258.007.516-.007.774-.123-.247-.184-.519-.285-.775l-.298.001m-7.417 3.056c-.225.407-.145.878-.159 1.321-.004.253.065.517.26.691.174 0 .35.004.517-.05.076-.155.125-.32.119-.494h-.286a4.541 4.541 0 0 1-.089.272 2.867 2.867 0 0 0-.167-.129c-.074-.428-.106-.883.011-1.305.042-.145.195-.031.263.028.093.002.186.002.28.002a3.57 3.57 0 0 0-.13-.335.61.61 0 0 0-.618 0m1.071-.057v2.066h.787v-.344h-.492v-.639h.295v-.295h-.295v-.492h.443v-.295h-.738m1.033-.001v2.066h.344c.002-.323-.006-.647.003-.969.13.317.214.651.339.97l.247-.001v-2.065h-.295c-.002.29.006.581-.003.871-.111-.288-.204-.582-.311-.871h-.325m1.132-.001v.295l.246.001v1.77h.344v-1.77l.246-.001v-.295h-.836m1.082 0v2.066h.787v-.344h-.492v-.639h.295v-.295h-.295v-.492h.443v-.295h-.738m1.033 0v2.065h.344c.004-.324-.01-.649.009-.972.156.302.148.663.295.965.098.011.197.008.296.011-.071-.328-.14-.656-.201-.985a.798.798 0 0 0 .105-.9c-.192-.28-.564-.164-.848-.185z"/><path fill="#006f51" d="M3.054 14.29c.099.034.197.072.291.119v.347a2.369 2.369 0 0 1-.291.119 9.476 9.476 0 0 1 0-.584zM3.844 17.416l.165-.13c.187.359.109.77.121 1.158.012.18-.116.487-.287.241a3.208 3.208 0 0 1 0-1.269zM11.074 17.298l.13.125c.064.449.134.934-.05 1.365h-.127c-.159-.324-.1-.688-.11-1.035a.703.703 0 0 1 .157-.454zM10.183 20.296l.237.069c.045.145.068.296.005.439l-.244-.002c0-.169 0-.338.002-.507z"/></symbol><symbol viewBox="0 0 24 24" id="information--rest-area--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M2.152 0h.374c-.111.1-.289.147-.411.037L2.152 0zM21.412 0h.437l.036.038c-.144.123-.337.062-.473-.038zM2.301.255c.393-.068.795-.049 1.192-.051L20.658.203c.551-.003 1.126-.02 1.639.213.939.39 1.566 1.376 1.549 2.389.003 6.155.006 12.31-.002 18.464.016 1.052-.684 2.062-1.675 2.414-.506.192-1.056.164-1.587.164H3.494c-.551-.002-1.124.032-1.647-.176-.978-.36-1.658-1.368-1.639-2.409C.2 15.162.208 9.061.204 2.96.113 1.699 1.05.468 2.301.254m-.001.3C1.265.761.47 1.755.499 2.812c0 6.15-.003 12.302.002 18.453-.013.943.628 1.851 1.52 2.158.422.16.879.124 1.322.128l17.925-.001c.958.021 1.873-.646 2.165-1.554.144-.405.117-.839.118-1.261-.002-6.001.001-12.002-.002-18.002-.002-.873-.572-1.704-1.374-2.042C21.703.468 21.168.499 20.659.5H3.418C3.045.502 2.668.479 2.3.555zM0 2.149l.039-.036c.11.119.064.295-.039.403v-.367z"/><path fill="#fff" d="M12.934 2.984c.67-.459 1.734-.24 2.018.57a13.3 13.3 0 0 1-.548.168c-.261-.463-1.25-.503-1.224.15.197.521.892.443 1.304.707.84.386.827 1.764-.004 2.153-.782.415-1.785-.059-2.087-.861.195-.072.39-.143.586-.213.201.371.612.677 1.053.552.426-.081.592-.702.245-.971-.409-.318-.982-.325-1.378-.668-.476-.385-.439-1.216.034-1.587zM6.171 2.825c.691.057 1.439-.141 2.089.158.748.418.68 1.596-.066 1.983.223.616.463 1.227.689 1.842l-.678.001a68.164 68.164 0 0 1-.639-1.722 10.22 10.22 0 0 0-.763-.011c-.003.577-.001 1.154-.002 1.732l-.63-.001c-.004-1.327-.001-2.654-.002-3.981m.633.626c0 .326-.001.652.002.979.356-.013.725.049 1.073-.047.382-.138.385-.744.002-.884-.35-.095-.72-.033-1.078-.048zM9.54 2.824c.782.002 1.564-.001 2.346.002.004.209.005.418.006.627a490.92 490.92 0 0 0-1.716-.001 40.1 40.1 0 0 0-.002.981c.385.002.77.001 1.155.002.002.213.002.427.003.64-.386.001-.772-.001-1.157.002-.003.363-.003.726 0 1.089.614.004 1.23-.001 1.845.002.001.214-.001.428-.007.642-.825-.011-1.65.012-2.474-.012.005-1.324.002-2.648.002-3.973zM15.418 2.825c.82.001 1.641-.002 2.462.001l.002.553c-.308.002-.616.002-.924.002-.003 1.142 0 2.285-.002 3.427l-.631-.001V3.381l-.905.001-.002-.556zM5.306 13.966c.446-1.325.904-2.648 1.364-3.969l.624.001c.453 1.324.914 2.646 1.364 3.971l-.668-.007c-.135-.37-.253-.746-.398-1.112-.406-.002-.813.003-1.219-.005-.153.365-.267.744-.399 1.116-.223.004-.446.005-.668.005m1.28-1.759c.263.002.526.002.788-.001a49.63 49.63 0 0 0-.388-1.101c-.14.365-.269.734-.4 1.101zM9.257 9.998c.69.055 1.437-.143 2.084.159.747.418.673 1.59-.068 1.978.231.609.459 1.22.687 1.83-.229 0-.458 0-.687-.004-.215-.574-.413-1.155-.64-1.725h-.747l.001 1.728h-.628c-.007-1.322-.003-2.645-.002-3.967m.632.628a78.57 78.57 0 0 0 0 .971c.354-.015.718.045 1.066-.042.376-.139.392-.729.015-.878-.349-.104-.722-.035-1.081-.052zM12.617 9.996c.78.002 1.56.001 2.34.001l-.001.627c-.571.002-1.142-.001-1.712.001-.002.324-.002.647.001.971.386.004.771-.003 1.157.009l-.001.633c-.386.001-.772 0-1.158.002 0 .362-.002.724.005 1.086.611.001 1.224-.002 1.836.002l.003.638c-.823.002-1.646.002-2.468 0-.002-1.322-.001-2.645-.001-3.968zM15.396 13.964c.447-1.325.905-2.646 1.363-3.968h.621c.464 1.32.913 2.645 1.369 3.968l-.664.001c-.141-.368-.257-.746-.398-1.114a85.286 85.286 0 0 0-1.239 0c-.128.37-.258.738-.382 1.11-.223.005-.447.005-.67.003m1.68-2.856c-.137.365-.268.731-.398 1.099l.79.004c-.13-.368-.255-.737-.392-1.103zM16.91 16.63c-.054-.27.327-.441.523-.272 1.164.781 2.326 1.565 3.485 2.351-1.166.785-2.319 1.591-3.494 2.362-.196.163-.538.002-.516-.259.071-.404.223-.788.33-1.183-4.703-.002-9.406.001-14.109-.002 0-.609-.002-1.217.001-1.827l14.105-.008c-.1-.39-.254-.766-.324-1.164zM0 21.476c.1.141.156.339.033.488L0 21.926v-.45z"/><path fill="#2b2e34" d="M2.525 0h18.886c.136.099.33.161.473.038 1.013.195 1.836 1.025 2.115 2.006v19.905l-.056.168c-.217.926-1.018 1.625-1.912 1.884H2.027c-.953-.286-1.758-1.058-1.995-2.035.122-.149.067-.347-.033-.488V2.518c.103-.107.149-.283.039-.403A2.781 2.781 0 0 1 2.114.039c.122.11.3.063.411-.037m-.224.253C1.05.469.113 1.7.204 2.961.208 9.061.2 15.162.208 21.263c-.019 1.041.661 2.049 1.639 2.409.523.208 1.096.175 1.647.176h17.088c.532 0 1.082.028 1.587-.164.991-.352 1.691-1.362 1.675-2.414.008-6.154.005-12.309.002-18.464.017-1.013-.61-1.999-1.549-2.389-.513-.233-1.088-.216-1.639-.213L3.493.205c-.397.002-.799-.017-1.192.051z"/><path fill="#005598" d="M2.3.554c.368-.076.745-.053 1.118-.055h17.241c.509-.001 1.044-.032 1.516.191.802.339 1.372 1.169 1.374 2.042.002 6.001 0 12.002.002 18.002-.001.422.027.856-.118 1.261-.292.908-1.208 1.575-2.165 1.554l-17.925.001c-.442-.004-.9.033-1.322-.128-.892-.307-1.533-1.214-1.52-2.158C.496 15.113.499 8.962.499 2.811.47 1.754 1.265.76 2.3.553m10.634 2.431c-.473.371-.51 1.202-.034 1.587.396.343.968.35 1.378.668.346.27.181.89-.245.971-.441.125-.851-.181-1.053-.552-.196.07-.391.141-.586.213.302.801 1.305 1.275 2.087.861.831-.39.844-1.767.004-2.153-.412-.264-1.107-.186-1.304-.707-.026-.652.964-.612 1.224-.15a13.3 13.3 0 0 0 .548-.168c-.284-.81-1.348-1.029-2.018-.57m-6.764-.159c.001 1.327-.002 2.654.002 3.981l.63.001c.001-.577-.002-1.154.002-1.732.254-.005.508-.002.763.011.206.576.418 1.151.639 1.722l.678-.001c-.226-.615-.466-1.226-.689-1.842.746-.387.814-1.565.066-1.983-.65-.299-1.398-.101-2.089-.158m3.367 0c.001 1.325.004 2.649-.002 3.973.824.024 1.649.001 2.474.012.006-.213.008-.428.007-.642-.615-.003-1.23.002-1.845-.002a65.886 65.886 0 0 1 0-1.089c.386-.002.772-.001 1.157-.002l-.003-.64c-.385-.001-.77.001-1.155-.002-.002-.327-.002-.654.002-.981.572-.001 1.145 0 1.716.001-.001-.209-.002-.418-.006-.627-.782-.002-1.564 0-2.346-.002m5.879.002l.002.556.905-.001v3.426l.631.001c.002-1.142-.002-2.285.002-3.427.308.001.615.001.924-.002l-.002-.553c-.82-.002-1.641 0-2.462-.001M5.306 13.966c.223.001.445-.001.668-.005.132-.372.246-.751.399-1.116.406.008.813.003 1.219.005.145.366.263.742.398 1.112l.668.007c-.45-1.325-.911-2.648-1.364-3.971l-.624-.001c-.46 1.322-.918 2.644-1.364 3.969m3.951-3.968c-.001 1.322-.005 2.645.002 3.967h.628l-.001-1.728h.747c.227.57.425 1.151.64 1.725.229.004.457.004.687.004-.228-.611-.456-1.221-.687-1.83.741-.388.815-1.561.068-1.978-.647-.302-1.394-.104-2.084-.159m3.36-.003c0 1.323-.002 2.646.001 3.968.823.002 1.645.002 2.468 0l-.003-.638c-.612-.004-1.224-.001-1.836-.002-.006-.362-.005-.725-.005-1.086.386-.002.772-.001 1.158-.002l.001-.633c-.386-.012-.771-.005-1.157-.009a62.857 62.857 0 0 1-.001-.971c.57-.002 1.141.001 1.712-.001l.001-.627c-.78 0-1.56.001-2.34-.001m2.78 3.97c.223.002.447.002.67-.003.124-.371.254-.74.382-1.11.413-.003.826-.003 1.239 0 .141.368.257.746.398 1.114l.664-.001c-.456-1.323-.905-2.648-1.369-3.968h-.621c-.458 1.322-.916 2.643-1.363 3.968m1.514 2.666c.07.397.224.773.324 1.164l-14.105.008c-.002.609-.001 1.217-.001 1.827 4.703.002 9.406-.001 14.109.002-.107.395-.26.779-.33 1.183-.021.261.321.422.516.259 1.176-.771 2.329-1.577 3.494-2.362a732.69 732.69 0 0 0-3.485-2.351c-.195-.169-.576.002-.523.272z"/><path fill="#005598" d="M6.802 3.452c.358.015.728-.047 1.078.048.383.141.38.746-.002.884-.348.096-.717.034-1.073.047-.003-.327-.002-.653-.002-.979zM9.889 10.625c.359.017.732-.052 1.081.052.377.149.361.739-.015.878-.347.087-.712.027-1.066.042a78.57 78.57 0 0 1 0-.971zM6.586 12.207c.131-.368.261-.737.4-1.101.134.365.263.732.388 1.101-.263.003-.526.003-.788.001zM17.076 11.108c.137.365.262.734.392 1.103l-.79-.004c.13-.368.261-.734.398-1.099z"/><path fill="#d8d8d9" d="M23.944 22.116l.056-.168v.138l-.056.03z"/></symbol><symbol viewBox="0 0 24 24" id="information--road-bump--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0303cc" d="M0 0h24v24H0V0m11.933 1.707C8.085 8.378 4.234 15.046.4 21.725c7.712.004 15.423.006 23.134-.001-3.812-6.68-7.645-13.351-11.468-20.025l-.133.008z"/><path fill="#fff" d="M11.933 1.707c.034-.001.099-.005.133-.008 3.823 6.674 7.657 13.345 11.468 20.025-7.711.008-15.422.005-23.134.001C4.234 15.046 8.085 8.378 11.933 1.707M10.56 15.831c-1.261.258-2.314 1.089-3.092 2.084-1.194.009-2.391-.044-3.582.025-.483.649-.871 1.365-1.333 2.03a.372.372 0 0 0 .16.609c6.148-.015 12.298-.017 18.446.001.338-.01.4-.437.195-.648-.435-.653-.786-1.374-1.255-1.995-1.374-.041-2.791.015-4.181-.017-1.146-1.697-3.365-2.585-5.359-2.089z"/><path fill="#030303" d="M10.56 15.831c1.994-.495 4.213.392 5.359 2.089 1.39.032 2.806-.025 4.181.017.47.621.821 1.342 1.255 1.995.205.21.143.637-.195.648-6.148-.018-12.298-.017-18.446-.001a.372.372 0 0 1-.16-.609c.462-.665.85-1.381 1.333-2.03 1.191-.068 2.388-.015 3.582-.025.778-.995 1.831-1.826 3.092-2.084z"/></symbol><symbol viewBox="0 0 24 24" id="information--road-skating--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.804 0h22.542c.35.153.613.435.787.771v22.58c-.142.255-.324.496-.578.65h-.553c.622-.157 1.065-.756 1.064-1.392-.001-7.028.001-14.055-.001-21.083-.015-.504-.245-1.046-.727-1.265-.3-.19-.666-.116-1.001-.128C15.355.134 8.373.135 1.391.132.759.129.194.694.197 1.326c.002 7.16.002 14.321 0 21.481-.015.604.528 1.047 1.066 1.193H.64a3.24 3.24 0 0 1-.642-.847V.905C.204.552.482.251.802 0z"/><path fill="#fff" d="M23.346 0h.787v.771c-.174-.335-.437-.618-.787-.771zM.198 1.326C.195.694.76.129 1.392.132c6.982.003 13.964.001 20.946.001.335.011.701-.062 1.001.128.482.219.712.761.727 1.265l.001 21.083c.001.636-.443 1.235-1.064 1.392H1.265c-.538-.146-1.082-.59-1.066-1.193.002-7.16.002-14.321 0-21.481m.885-.775C.84.67.589.901.597 1.193c.002 7.227.001 14.454.001 21.68a.755.755 0 0 0 .727.727h21.548c.445-.013.795-.425.793-.862V1.392c-.013-.395-.299-.852-.727-.862H1.258l-.175.021z"/><path fill="#fff" d="M5.4 6.797c.652-.703 1.849-.741 2.578-.133l-.001.18c-.171.027-.402-.068-.523.092-.027.235.009.472-.019.707-.136.546-.803.858-1.32.673-.455-.114-.734-.58-.75-1.03-.176-.143-.109-.354.034-.49zM8.064 7.326c1.089-.172 2.205-.035 3.304-.079.574.029 1.163-.071 1.726.076.075.2.076.415.071.626l-.164.162c-1.089.003-2.179-.005-3.268.003 1.064.79 2.134 1.572 3.206 2.351.216.156.149.45.16.679-.751.647-1.627 1.133-2.424 1.722-.172.137-.434.221-.465.47-.216.687-.206 1.467-.581 2.091a57.78 57.78 0 0 0-1.249-.001c-.279-.692-.167-1.489-.309-2.221-.048-.18-.045-.381.093-.521.512-.542 1.068-1.042 1.569-1.595-.737-.439-1.403-.991-2.148-1.414-.071.461.115 1.011-.094 1.417-.788.027-1.578-.001-2.367.013a.656.656 0 0 1 0-.803c.41.005.82.002 1.23.003l.162-.162c.072-.5-.197-1.142.247-1.518.437-.429.868-.865 1.302-1.298z"/><path fill="#fff" d="M13.009 11.542c.144-.106.287.028.408.103 1.058.779 2.095 1.588 3.164 2.353.318.251.67.463.943.767-.35.233-.743.69-1.192.549-1.483-.993-3.03-1.897-4.473-2.945a5.24 5.24 0 0 1 1.15-.827zM17.017 15.221c.233-.155.477-.294.735-.402.319.167.638.338.93.549l-.001.244c.197.099.384.216.545.368.076.413-.358.731-.721.505l-.09-.176c-.002.167-.001.334.003.502a1.755 1.755 0 0 1-.399.212c-.108-.047-.217-.089-.325-.135.009.205-.091.384-.223.533-.141-.003-.281-.003-.421-.003l-.164-.16-.001.395c-.078.079-.156.159-.233.24a.496.496 0 0 1-.576-.575l.147-.13-.002-.138a48.085 48.085 0 0 1-.23-.123c.131-.372.459-.616.677-.933.078-.267.08-.619.349-.773zM8.538 15.49c.339-.001.678.001 1.017-.001.291.366.675.8.471 1.298l.222.195a1.798 1.798 0 0 1-.078.499.818.818 0 0 1-.649.001c-.033-.094-.067-.187-.099-.281a2.531 2.531 0 0 1-.265.354l-.42-.003-.152-.154-.023-.214c-.089.123-.176.248-.267.37l-.435-.001c-.092-.122-.18-.247-.271-.37l-.015.238a.903.903 0 0 1-.562.137 12.798 12.798 0 0 0-.231-.235l-.003-.356c.114-.084.233-.164.352-.241a6.103 6.103 0 0 0-.084-.349c.544-.221 1.143-.366 1.492-.886zM23.555 24c.253-.154.435-.394.578-.65V24h-.578z"/><path fill="#036f51" d="M1.084.552l.175-.021H22.94c.428.01.713.467.727.862v21.346c.002.436-.348.849-.793.862H1.326a.755.755 0 0 1-.727-.727C.599 15.647.6 8.42.598 1.194.589.902.841.671 1.085.553M5.4 6.797c-.143.136-.209.347-.034.49.016.45.295.916.75 1.03.517.185 1.183-.128 1.32-.673.028-.235-.008-.473.019-.707.12-.16.352-.064.523-.092l.001-.18c-.729-.608-1.926-.57-2.578.133m2.663.528c-.433.433-.865.869-1.302 1.298-.444.376-.175 1.019-.247 1.518l-.162.162c-.41-.001-.82.002-1.23-.003a.656.656 0 0 0 0 .803c.789-.014 1.579.015 2.367-.013.209-.406.023-.955.094-1.417.745.423 1.411.975 2.148 1.414-.501.552-1.057 1.052-1.569 1.595-.138.14-.141.341-.093.521.142.732.03 1.529.309 2.221a57.78 57.78 0 0 1 1.249.001c.375-.624.365-1.403.581-2.091.031-.249.294-.333.465-.47.796-.589 1.673-1.075 2.424-1.722-.011-.229.056-.523-.16-.679a387.357 387.357 0 0 1-3.206-2.351c1.089-.008 2.179-.001 3.268-.003l.164-.162c.005-.211.004-.426-.071-.626-.563-.147-1.151-.047-1.726-.076-1.1.044-2.215-.093-3.304.079m4.946 4.217a5.24 5.24 0 0 0-1.15.827c1.443 1.048 2.99 1.953 4.473 2.945.449.141.842-.316 1.192-.549-.273-.304-.624-.517-.943-.767-1.069-.765-2.105-1.574-3.164-2.353-.121-.075-.265-.209-.408-.103m4.008 3.679c-.269.154-.271.507-.349.773-.217.317-.546.562-.677.933l.23.123.002.138-.147.13c-.05.346.227.63.576.575.076-.081.154-.161.233-.24l.001-.395.164.16.422.003c.132-.15.231-.328.223-.533.108.046.217.088.325.135.14-.057.278-.121.399-.212a16.822 16.822 0 0 1-.003-.502l.09.176c.363.227.797-.092.721-.505a2.262 2.262 0 0 0-.545-.368l.001-.244a7.616 7.616 0 0 0-.93-.549 4.366 4.366 0 0 0-.735.402m-8.48.269c-.348.519-.947.665-1.492.886.032.116.06.232.084.349a7.55 7.55 0 0 0-.352.241c.001.118.003.237.003.356.078.077.155.156.231.235a.903.903 0 0 0 .562-.137l.015-.238c.091.123.178.249.271.37l.435.001c.091-.122.178-.247.267-.37l.023.214.152.154.42.003a2.35 2.35 0 0 0 .265-.354c.032.094.066.187.099.281a.814.814 0 0 0 .649-.001c.052-.162.073-.33.078-.499l-.222-.195c.205-.497-.18-.931-.471-1.298-.339.003-.678.001-1.017.001z"/></symbol><symbol viewBox="0 0 24 24" id="information--safety-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#5462ad" d="M.053.593A10.8 10.8 0 0 0 .609.058l.113.039c.763.328 1.606.224 2.413.223C9.567.313 16 .33 22.433.31c.49.006.965.133 1.428.283-.011 6.837-.004 13.675-.006 20.512-.001.824-.07 1.659.122 2.469l.072.355-.478-.07c-1.453-.242-2.931-.078-4.395-.124-6.175.045-12.353-.09-18.525.072-.181-.437-.333-.894-.336-1.371.012-6.433.001-12.866.006-19.3C.32 2.327.433 1.479.095.714L.052.593m.602.395C.498 1.569.579 2.18.566 2.774.567 9.328.571 15.88.564 22.433c-.013.494.084 1.225.755 1.129 6.756.029 13.514-.002 20.27.014.585.014 1.175.005 1.749-.122l.164.01.029-.273a2.79 2.79 0 0 0 .164-.879c-.01-6.312 0-12.625-.005-18.936-.007-.857.057-1.721-.1-2.57l-.15-.001c-.314-.151-.654-.256-1.006-.246C15.519.573 8.603.558 1.688.566 1.33.603.793.562.654.987z"/><path fill="#0e238b" d="M.722.096C8.309.025 15.901.08 23.489.068c.175.181.353.358.535.532-.03 7.657.065 15.319-.048 22.974-.192-.809-.123-1.645-.122-2.469.002-6.837-.005-13.675.006-20.512-.463-.151-.938-.277-1.428-.283C15.999.329 9.566.312 3.134.32 2.327.321 1.484.425.721.097zM.096.714c.338.765.224 1.612.226 2.422-.005 6.434.006 12.867-.006 19.3.004.478.156.935.336 1.371 6.171-.163 12.35-.028 18.525-.072 1.464.046 2.942-.118 4.395.124-7.65.107-15.308.018-22.962.045a19 19 0 0 0-.541-.521C.081 15.827.027 8.269.097.714z"/><path fill="#0e238b" d="M1.261 1.802c-.021-.193-.006-.408.174-.523 6.595-.033 13.194-.005 19.791-.018.486-.002.976-.025 1.459.049.095.054.189.112.28.176-.164 1.065-.099 2.144-.105 3.218-.005 5.508.005 11.016-.006 16.523.004.461.048.92.106 1.377a5.343 5.343 0 0 1-.241.235c-1.054-.15-2.12-.094-3.182-.098H4.582c-1.032.001-2.071-.051-3.096.104a3.155 3.155 0 0 1-.177-.281C1.2 15.649 1.302 8.719 1.261 1.802m.636.097c-.273.697-.051 1.471-.1 2.201-.066 6.016.07 12.034-.045 18.051.461.039.921.068 1.383.064 6.388-.039 12.778.031 19.165-.034.055-5.584.005-11.17.023-16.754-.023-1.23.058-2.464-.051-3.692-6.419-.084-12.839.007-19.258-.045-.374.022-.802-.03-1.118.209z"/><path fill="#b9bfdd" d="M.654.988C.793.563 1.329.604 1.688.567 8.603.559 15.519.574 22.434.56c.352-.01.692.095 1.006.246C17.114.811 10.789.807 4.463.81 3.264.82 2.061.755.865.884.736 6.818.847 12.759.81 18.695c.041 1.55-.096 3.107.087 4.649 7.476.188 14.963-.034 22.441.112-.574.127-1.164.136-1.749.122-6.756-.017-13.514.014-20.27-.014-.671.096-.768-.634-.755-1.129.007-6.554.004-13.106.002-19.659C.579 2.181.498 1.571.654.99z"/><path fill="#fcfcfd" d="M.865.883C2.06.754 3.264.819 4.463.809 10.789.807 17.114.81 23.44.805l.15.001c-.146 1.416-.049 2.839-.07 4.258.008 6.042-.016 12.086.011 18.127l-.029.273-.164-.01c-7.477-.146-14.964.076-22.441-.112-.183-1.543-.046-3.099-.087-4.649C.847 12.757.736 6.816.865.882m.514.225c1.255.21 2.54.123 3.807.147 5.759-.013 11.519.023 17.276-.021l.223.076c-.484-.075-.973-.052-1.459-.049-6.597.013-13.196-.014-19.791.018-.18.116-.194.33-.174.523.041 6.917-.06 13.846.048 20.762a8.828 8.828 0 0 0-.066-.14c.023-6.347-.001-12.698.013-19.046-.01-.667.016-1.348-.15-2-.129.659-.099 1.331-.093 1.998.005 6.27-.006 12.542.004 18.812-.058.638.566 1.031 1.147.943 6.718-.022 13.436.002 20.153-.012.517.04.978-.397.923-.923.002-6.755.005-13.514-.001-20.269.041-.522-.412-.954-.929-.912-6.311-.01-12.622.001-18.933-.005-.667-.006-1.34-.037-1.998.095z"/><path fill="#b2b9da" d="M1.379 1.107c.658-.133 1.331-.101 1.998-.095 6.311.006 12.622-.005 18.933.005.516-.042.97.39.929.912.006 6.755.004 13.514.001 20.269.055.526-.405.962-.923.923-6.716.014-13.435-.01-20.153.012-.581.088-1.205-.305-1.147-.943-.01-6.27.001-12.542-.004-18.812-.006-.667-.036-1.34.093-1.998.165.651.14 1.333.15 2-.014 6.347.01 12.698-.013 19.046.017.035.051.105.066.14.054.096.113.191.177.281.343.075.693.115 1.044.123 5.87-.013 11.739-.002 17.609-.006.86-.011 1.735.086 2.578-.123.083-.076.163-.154.241-.235.197-.806.115-1.641.121-2.463V4.103c-.007-.872.076-1.756-.116-2.615a3.279 3.279 0 0 0-.28-.176 19.547 19.547 0 0 0-.223-.076c-5.758.043-11.518.007-17.276.021-1.268-.024-2.552.063-3.807-.147z"/><path fill="#c1c6e0" d="M23.589.807c.157.849.093 1.713.1 2.57.005 6.311-.005 12.624.005 18.936 0 .3-.069.595-.164.879-.027-6.041-.002-12.084-.011-18.127.021-1.419-.076-2.843.07-4.258z"/><path fill="#5c6ab1" d="M22.965 1.486c.192.859.109 1.743.116 2.615v16.04c-.006.821.076 1.657-.121 2.463a11.556 11.556 0 0 1-.106-1.377c.011-5.507.001-11.015.006-16.523.006-1.073-.059-2.153.105-3.218z"/><path fill="#1a2d91" d="M1.897 1.899c.316-.239.744-.187 1.118-.209 6.419.052 12.839-.04 19.258.045.109 1.228.028 2.462.051 3.692-.018 5.584.033 11.17-.023 16.754-6.387.065-12.777-.005-19.165.034a14.85 14.85 0 0 1-1.383-.064c.115-6.017-.022-12.035.045-18.051.049-.73-.172-1.504.1-2.201m1.056 6.872l-.011.452c2.992 2.964 5.967 5.946 8.946 8.921.295.356.598-.185.816-.375 2.869-2.849 5.731-5.707 8.598-8.558l-.012-.416c-.747-.615-1.387-1.342-2.08-2.014l-.418.022c-2.094 2.065-4.169 4.15-6.248 6.23-.176.233-.473.193-.73.21-1.182-1.374-2.535-2.591-3.797-3.891-.892-.857-1.71-1.798-2.683-2.569l-.394.025A17.277 17.277 0 0 1 2.955 8.77z"/><path fill="#fefefe" d="M2.954 8.771A17.277 17.277 0 0 0 4.94 6.809l.394-.025c.973.771 1.791 1.711 2.683 2.569 1.261 1.3 2.615 2.517 3.797 3.891.257-.017.554.023.73-.21 2.079-2.08 4.155-4.166 6.248-6.23l.419-.022c.693.672 1.334 1.399 2.08 2.014l.012.416c-2.867 2.851-5.729 5.709-8.598 8.558-.218.191-.521.731-.816.375-2.979-2.975-5.954-5.957-8.946-8.921l.011-.452z"/><path fill="#5a68b0" d="M1.487 22.845c1.025-.154 2.064-.103 3.096-.104h14.955c1.061.004 2.127-.052 3.182.098-.843.209-1.719.112-2.579.123-5.87.004-11.739-.007-17.609.006a5.462 5.462 0 0 1-1.044-.123z"/></symbol><symbol viewBox="0 0 18 24" id="information--safety-zone--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#00409b" opacity=".91" d="M0 0h.664L.542.053C.338.128.19.294.067.466L0 .593V0zM17.32 0H18v.562l-.069-.114c-.127-.167-.278-.326-.482-.395L17.32 0z"/><path fill="#bdd0e8" d="M.664 0H17.32l.129.053C12.335.163 7.216.064 2.1.103 1.58.115 1.06.085.542.053L.664 0z"/><path fill="#fff" d="M.067.466C.19.294.338.128.542.053 1.06.085 1.58.115 2.1.103c5.116-.039 10.235.06 15.349-.05.204.069.355.228.482.395-.072 7.282-.004 14.568-.033 21.852-.004.412.008.824.035 1.235a2.154 2.154 0 0 1-.377.392c-5.695-.041-11.394-.047-17.089.003a2.183 2.183 0 0 1-.393-.375C.134 16.271.078 8.985.102 1.7A15.38 15.38 0 0 0 .067.466M.543.447C.356.557.379.811.366.997c.006 7.37-.002 14.74.004 22.11a.45.45 0 0 0 .523.517c5.405.002 10.809.002 16.214.001a.453.453 0 0 0 .528-.52c.002-7.403.001-14.807 0-22.21a.455.455 0 0 0-.529-.524C11.737.366 6.367.373.998.367.845.374.682.371.543.447z"/><path fill="#fff" d="M3.009 1.264c2.002.001 4.004-.002 6.006.001.004.779 0 1.558.002 2.337 1.997 1.189 3.988 2.386 5.978 3.587l-.001 9.618c-1.995 1.195-3.991 2.389-5.978 3.597 0 .773.002 1.546-.001 2.32-2.002.003-4.004.001-6.006.001V1.264m5.985 3.405c-.002.49-.002.981 0 1.472l.848-.001V4.669h-.848m-.001 2.65c-.001.485-.001.97.001 1.455.283-.001.566 0 .849.001 0-.486-.001-.971.001-1.456h-.851m2.951.326c-.323.198-.403.683-.149.968.301.384.946.217 1.168.69-.222.49-.817.325-1.179.104l-.256.31c.389.261.888.418 1.345.244.424-.137.619-.713.334-1.067-.274-.413-.911-.249-1.173-.672l.143-.267c.298-.095.603-.052.879.09l.247-.332c-.411-.223-.94-.332-1.359-.068m-2.95 2.304c-.002.486-.002.973-.001 1.459h.85V9.95l-.849-.001m3.04.893c-.648.293-.692 1.158-.524 1.757.14.605.925.894 1.429.538.507-.347.515-1.06.41-1.604-.098-.574-.784-.963-1.315-.691m-3.041 1.745v1.466l.85-.001v-1.464l-.85-.001m2.914 1.62c-.33.233-.35.768-.036 1.025.266.209.617.245.928.358l.143.236c-.17.516-.81.338-1.155.118-.088.104-.175.209-.261.315.415.276.964.429 1.435.202.383-.183.505-.728.23-1.056-.266-.376-.883-.224-1.118-.608.005-.507.678-.369.986-.221l.244-.324c-.42-.237-.977-.333-1.396-.045M8.993 15.23v1.453h.851c-.002-.484-.002-.968 0-1.452l-.851-.001m.001 2.632c-.002.492-.002.984 0 1.477l.847-.001c.003-.492.002-.984.001-1.475l-.848-.001z"/><path fill="#fff" d="M12.14 11.237c.657-.369.983.546.831 1.053.035.501-.645.831-.963.408-.238-.434-.274-1.116.132-1.461z"/><path fill="#0046ac" d="M.543.447C.682.371.845.374.998.367 6.367.373 11.737.366 17.106.371a.455.455 0 0 1 .529.524c.001 7.403.002 14.807 0 22.21a.453.453 0 0 1-.528.52c-5.405.001-10.809.001-16.214-.001a.45.45 0 0 1-.523-.517C.364 15.737.372 8.367.366.997.379.811.356.557.543.447m2.466.817v21.461c2.002 0 4.004.002 6.006-.001.003-.774.001-1.547.001-2.32 1.987-1.208 3.983-2.402 5.978-3.597l.001-9.618c-1.99-1.201-3.981-2.398-5.978-3.587-.002-.779.002-1.558-.002-2.337-2.002-.003-4.004 0-6.006-.001z"/><path fill="#afc5e4" d="M0 .593L.067.466c.029.41.039.822.035 1.234C.078 8.985.134 16.271.074 23.555L0 23.441V.593z"/><path fill="#c2d2eb" d="M17.931.448L18 .562v22.846l-.067.127a16.41 16.41 0 0 1-.035-1.235c.029-7.284-.039-14.57.033-21.852z"/><path d="M8.994 4.669h.848V6.14l-.848.001c-.002-.491-.002-.982 0-1.472zM8.993 7.319h.851c-.002.485-.001.97-.001 1.456-.283-.001-.566-.002-.849-.001-.002-.485-.002-.97-.001-1.455zM11.944 7.645c.419-.264.948-.155 1.359.068l-.247.332a1.138 1.138 0 0 0-.879-.09l-.143.267c.262.423.899.259 1.173.672.285.354.09.93-.334 1.067-.457.174-.956.017-1.345-.244l.256-.31c.362.221.957.386 1.179-.104-.222-.473-.867-.306-1.168-.69-.254-.285-.174-.77.149-.968zM8.994 9.949l.849.001v1.458h-.85c-.001-.486-.001-.973.001-1.459zM12.034 10.842c.531-.272 1.217.117 1.315.691.105.544.097 1.257-.41 1.604-.504.356-1.289.067-1.429-.538-.168-.599-.124-1.464.524-1.757m.106.395c-.406.345-.37 1.027-.132 1.461.318.423.998.093.963-.408.152-.507-.174-1.422-.831-1.053zM8.993 12.587l.85.001v1.464l-.85.001v-1.466zM11.907 14.207c.419-.288.976-.192 1.396.045l-.244.324c-.308-.148-.981-.286-.986.221.235.384.852.232 1.118.608.275.328.153.873-.23 1.056-.471.227-1.02.074-1.435-.202.086-.106.173-.211.261-.315.345.22.985.398 1.155-.118l-.143-.236c-.311-.113-.662-.149-.928-.358-.314-.257-.294-.792.036-1.025zM8.993 15.23l.851.001c-.002.484-.002.968 0 1.452h-.851V15.23zM8.994 17.862l.848.001c.001.491.002.983-.001 1.475l-.847.001c-.002-.493-.002-.985 0-1.477z"/><path fill="#003e99" opacity=".9" d="M0 23.441l.074.114c.114.141.247.266.393.375l.126.07H0v-.559zM17.933 23.535l.067-.127V24h-.558l.114-.073c.142-.114.268-.246.377-.392z"/><path fill="#afc4e4" d="M.467 23.93c5.695-.05 11.394-.044 17.089-.003l-.114.073H.593l-.126-.07z"/></symbol><symbol viewBox="0 0 16 24" id="information--safety-zone--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M1.019 0h13.952c.234.058.45.17.61.354-.293-.144-.602-.285-.936-.27C10.163.091 5.679.076 1.197.091.508.093-.003.775.085 1.438c.007 7.096 0 14.192.004 21.288-.03.642.54 1.218 1.184 1.183h13.453c.644.034 1.214-.542 1.184-1.184.003-7.123-.002-14.246.002-21.37.017-.334-.12-.644-.266-.936.167.154.283.35.354.565v21.981A1.37 1.37 0 0 1 14.982 24H1.002A1.391 1.391 0 0 1 0 22.976V1.004C.126.51.52.115 1.019 0z"/><path fill="#0066b3" d="M1.142.658c.147-.048.305-.047.459-.051 4.293.005 8.586-.001 12.878.002.463-.041.902.354.878.824.006 7.018.001 14.035.002 21.053.042.449-.333.89-.793.877-4.377.006-8.754.002-13.13.002-.477.033-.881-.417-.833-.885 0-6.986.001-13.972-.001-20.958-.031-.366.179-.748.539-.863m5.893.959c-.014.581.018 1.162.01 1.743-.007.412-.113.887-.502 1.104-.692.358-1.416.653-2.107 1.012-.393.21-.638.641-.625 1.086-.005 2.132-.006 4.264.001 6.395-.019.515.356.934.78 1.171.705.372 1.485.601 2.15 1.047.287.17.319.525.308.825-.022.634-.009 1.27-.017 1.904 1.485.002 2.97.002 4.454.001-.002-5.427.002-10.854-.002-16.281-1.483-.003-2.966-.009-4.45-.007M2.219 20.32c.291-.21.648-.416.755-.783l-.184-.085c-.182.279-.896.492-.571.868m1.617-.898l-.1.307c-.217-.002-.434.001-.652.003.003.092 0 .185.004.278.23-.002.46 0 .69.003l-.01.349c-.246.026-.831-.13-.677.288.401-.001.802-.002 1.202.003l.001.288c-.415.017-.833-.025-1.246.021-.132-.018-.15.263-.002.255.414.038.83.002 1.246.016.001.249.018.498-.011.746-.13.102-.327.048-.484.078.011.086.023.171.036.257.247.001.513.054.746-.054.119-.322.052-.677.066-1.014l.33-.038-.005-.234a18.51 18.51 0 0 0-.328-.048v-.257l.33-.049.003-.239c-.284-.02-.568-.022-.852-.025l.008-.344c.235-.04.805.143.694-.274a23.996 23.996 0 0 0-.657-.013l-.101-.294a17.992 17.992 0 0 1-.232-.01m4.833.215l-.299.032c-.03.261.15.486.166.745-.403.128-.134.427.186.357v.286c-.12.016-.239.032-.358.05l.022.241.33.024c.033.173-.068.462.165.514.246-.036.141-.342.18-.516l.322-.018c.009-.084.015-.167.022-.251-.119-.014-.238-.029-.358-.042l.014-.294c.167-.003.34-.007.414-.185a17.254 17.254 0 0 0-.259-.15c.05-.255.213-.493.177-.759a25.653 25.653 0 0 1-.291-.037c-.114-.207-.318-.2-.43.004m-1.253.018c-.051.552.025 1.125-.17 1.658-.048-.194.038-.46-.108-.614-.21-.069-.668-.125-.597.225l.35.046c.003.262.002.525-.002.788-.127.109-.252.219-.377.331.104.374.401.07.563-.082.626.418 1.415.248 2.122.286.182.057.351-.188.142-.274-.602-.063-1.224.065-1.815-.099-.229-.06-.333-.282-.317-.505.13.118.228.265.31.419.234.002.474.03.704-.025.118-.286.06-.622.046-.926-.12-.189-.391-.092-.579-.122l.007-.209c.187-.01.374-.024.558-.059-.002-.292.066-.601-.032-.882-.24-.088-.606-.137-.808.042m5.255.133c-.053.785-.033 1.626-.507 2.302.078.058.158.168.268.11.365-.393.442-.946.51-1.456l.362-.004c.042.526-.04 1.058.05 1.581l.26-.011c.061-.509.016-1.021.03-1.531.17-.007.456-.166.224-.321-.302-.04-.608-.01-.911-.018l.013-.453c.278-.051.568-.07.829-.189.139-.119-.022-.345-.182-.252-.306.102-.682.055-.944.242m-5.998-.152c-.183.26.266.489.439.662l.159-.162c-.162-.184-.316-.557-.598-.499m4.431-.03c-.006.092-.067.211.042.268.45.025.906.041 1.354-.021-.032-.106-.023-.274-.182-.249-.404-.026-.81-.006-1.214.002m.119.723c-.018.571.014 1.151-.142 1.708-.08.162.142.348.27.204.151-.29.154-.626.193-.944.271-.021.57.055.823-.049.11-.309.051-.669.036-.995-.159-.177-.434-.078-.643-.107-.176.027-.51-.072-.537.183m-8.546.022c-.186.332-.675.522-.622.947.102-.028.205-.053.307-.082.082.366-.248 1.129.294 1.141.15-.606-.174-1.319.262-1.837.146-.161-.148-.364-.242-.17m.55 1.038c-.126.238.229.411.378.559.464-.045-.137-.728-.378-.559z"/><path fill="#0066b3" d="M7.709 19.839l.257.002.003.409c-.088 0-.176.002-.264.006l.004-.416zM8.735 19.937l.306.001c-.041.198-.07.406-.191.574a6.699 6.699 0 0 1-.115-.574zM11.547 20.433h.573l.001.58h-.575l.002-.58zM7.711 21.047l.267-.004.01.501-.268.018c-.005-.172-.007-.344-.009-.515z"/><path fill="#fff" d="M.086 1.438C-.002.775.509.093 1.198.091c4.482-.015 8.966 0 13.448-.007.334-.015.643.126.936.27l.065.066c.146.292.283.602.266.936-.005 7.124.001 14.247-.002 21.37.03.642-.54 1.218-1.184 1.184H1.274C.63 23.945.06 23.368.09 22.727.086 15.631.093 8.535.086 1.439M1.142.658c-.36.115-.57.497-.539.863.002 6.986.001 13.972.001 20.958-.048.468.356.918.833.885 4.377.001 8.754.005 13.13-.002.46.014.834-.428.793-.877-.002-7.018.003-14.035-.002-21.053.023-.47-.415-.865-.878-.824C10.188.605 5.895.61 1.602.606c-.154.004-.312.003-.459.051z"/><path fill="#fff" d="M7.034 1.618c1.483-.002 2.966.004 4.45.007.005 5.427 0 10.854.002 16.281a2204.4 2204.4 0 0 1-4.454-.001c.008-.634-.006-1.27.017-1.904.011-.3-.021-.655-.308-.825-.666-.446-1.446-.675-2.15-1.047-.424-.238-.799-.656-.78-1.171-.007-2.131-.006-4.263-.001-6.395a1.205 1.205 0 0 1 .625-1.086c.691-.359 1.415-.654 2.107-1.012.39-.217.495-.692.502-1.104.007-.581-.025-1.162-.01-1.743zM2.219 20.32c-.325-.376.389-.589.571-.868l.184.085c-.107.367-.464.573-.755.783zM3.836 19.422l.232.01c.034.098.066.196.101.294.218.001.438.006.657.013.11.417-.459.234-.694.274l-.008.344c.284.002.568.005.852.025l-.003.239-.33.049v.257c.11.015.218.031.328.048l.005.234-.33.038c-.014.337.054.691-.066 1.014-.234.108-.499.055-.746.054a11.334 11.334 0 0 1-.036-.257c.157-.03.354.024.484-.078.03-.247.012-.497.011-.746-.415-.014-.832.022-1.246-.016-.148.008-.13-.273.002-.255.414-.046.831-.004 1.246-.021l-.001-.288a80.302 80.302 0 0 0-1.202-.003c-.154-.418.431-.262.677-.288l.01-.349c-.23-.003-.46-.005-.69-.003-.004-.093-.001-.186-.004-.278.218-.002.435-.005.652-.003l.1-.307zM8.668 19.636c.113-.204.317-.211.43-.004l.291.037c.036.266-.126.504-.177.759.086.05.173.099.259.15-.074.178-.246.182-.414.185l-.014.294.358.042a7.081 7.081 0 0 1-.022.251l-.322.018c-.039.174.066.48-.18.516-.233-.053-.132-.342-.165-.514l-.33-.024-.022-.241c.119-.018.238-.034.358-.05v-.286c-.319.07-.589-.229-.186-.357-.016-.258-.196-.484-.166-.745l.299-.032m.07.302c.031.193.067.385.115.574.122-.167.15-.376.191-.574l-.306-.001z"/><path fill="#fff" d="M7.418 19.655c.202-.179.568-.13.808-.042.098.281.03.59.032.882-.184.035-.371.05-.558.059l-.007.209c.188.03.459-.066.579.122.014.303.073.64-.046.926-.23.054-.47.027-.704.025a1.52 1.52 0 0 0-.31-.419c-.016.222.088.445.317.505.591.164 1.213.036 1.815.099.209.086.039.33-.142.274-.707-.038-1.497.133-2.122-.286-.162.151-.459.455-.563.082.125-.112.25-.222.377-.331.004-.263.005-.526.002-.788l-.35-.046c-.071-.35.386-.294.597-.225.146.154.06.419.108.614.194-.533.118-1.106.17-1.658m.288.182l-.004.416c.088-.004.176-.006.264-.006l-.003-.409-.257-.002m.002 1.209c.002.171.004.343.009.515l.268-.018-.01-.501-.267.004zM12.67 19.786c.262-.187.638-.141.944-.242.16-.093.322.133.182.252-.261.118-.551.138-.829.189l-.013.453c.303.008.61-.022.911.018.232.155-.054.314-.224.321-.014.51.031 1.022-.03 1.531l-.26.011c-.09-.522-.008-1.054-.05-1.581a43.69 43.69 0 0 0-.362.004c-.069.51-.146 1.063-.51 1.456-.11.058-.19-.051-.268-.11.474-.676.454-1.518.507-2.302z"/><path fill="#fff" d="M6.674 19.634c.282-.058.436.315.598.499l-.159.162c-.173-.173-.622-.402-.439-.662zM11.105 19.605c.405-.007.81-.027 1.214-.002.158-.025.15.143.182.249-.448.062-.905.046-1.354.021-.109-.057-.048-.176-.042-.268zM11.224 20.328c.027-.255.361-.156.537-.183.21.029.484-.07.643.107.015.326.074.686-.036.995-.253.104-.552.028-.823.049-.038.318-.042.654-.193.944-.127.144-.35-.042-.27-.204.155-.557.123-1.137.142-1.708m.323.105l-.002.58h.575l-.001-.58a54.722 54.722 0 0 0-.573 0zM2.678 20.35c.094-.194.388.009.242.17-.435.518-.112 1.23-.262 1.837-.542-.012-.213-.775-.294-1.141-.102.029-.206.054-.307.082-.054-.425.435-.615.622-.947zM3.227 21.387c.241-.169.842.514.378.559-.149-.148-.504-.322-.378-.559z"/></symbol><symbol viewBox="0 0 24 24" id="information--shared-path-vehicles-and-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#033f7e" d="M10.689 0h2.603c1.425.245 2.853.581 4.138 1.268C21.04 3.043 23.505 6.732 24 10.7v1.235H0v-1.24c.321-2.183 1.104-4.324 2.488-6.062C4.45 2.052 7.494.424 10.688 0M8.507 3.068c-.748.854-.848 2.115-1.568 2.971-.897.428-.806 1.515-.778 2.346 3.892-.004 7.784.001 11.675-.004-.042-.637.162-1.402-.275-1.936-1.224-.707-1.275-2.352-2.069-3.374a19.844 19.844 0 0 0-6.985-.003M6.173 8.765l-.027.507c.178.011.356.025.534.035.005.462-.062.936.044 1.391.36.356 1.079.335 1.443-.01.149-.44.039-.933.062-1.393a3160.1 3160.1 0 0 1 7.542 0c.02.464-.083.956.059 1.401.328.354 1.1.37 1.402-.025.136-.44.042-.92.064-1.374l.536-.005c.003-.173.004-.347.005-.522-3.889-.005-7.777.004-11.665-.004z"/><path fill="#033f7e" d="M8.637 3.453c1.886-.395 3.851-.337 5.765-.176.37.093.925-.009 1.099.421.355.755.647 1.539.988 2.3-2.997-.272-6.02-.251-9.02-.009.359-.858.705-1.731 1.168-2.536zM6.662 7.325c-.116-.441.323-.677.635-.861.325.189.752.472.595.913-.117.628-1.152.571-1.23-.052zM16.46 6.597c.402-.229.923.285.811.707-.038.389-.477.627-.832.485-.56-.14-.515-1.046.021-1.192zM9.423 6.907a13.053 13.053 0 0 1 5.135-.004c.336.049.21.479.273.715-1.911-.003-3.822.01-5.733-.008.058-.256-.037-.668.326-.704zM0 12.365h24v.912c-.248 1.43-.591 2.86-1.271 4.152-1.779 3.606-5.462 6.072-9.427 6.571H10.72c-1.429-.246-2.857-.591-4.149-1.271C2.97 20.953.509 17.276 0 13.32v-.955m7.175 3.553c.12.443.661.532.995.769-.658-.126-1.374-.051-1.864.448-.085.541-.547.985-.433 1.56.178.721.768 1.45 1.579 1.42.939.078 1.729-.807 1.645-1.725l.27-.189c-.141-.438-.404-.819-.649-1.204.904.429.76 1.453.566 2.242 1.238.106 2.481.001 3.72-.018.494-.197.954-.479 1.465-.638.129.616.45 1.286 1.117 1.45.971.379 2.083-.465 2.125-1.465.032-.452.086-.913-.048-1.357-.153.02-.306.04-.459.062-.836-.839-2.394-.4-2.653.758a8.134 8.134 0 0 1-1.024-.215c1.083-.721 2.331-1.189 3.522-1.713.345.341.661.71 1.005 1.052a7.34 7.34 0 0 0-.57-1.603c.171-.309.322-.628.466-.95-.944.249-2.328-.224-2.886.782-.634.135-1.324.374-1.96.191-.556-.685-1.358-1.22-2.283-1.009-.32-1.176-1.623-.297-2.008.361 1.125.248 2.099.829 2.798 1.755-.534-.299-.884-.819-1.372-1.172-.465-.186-.97-.256-1.43-.462a3.267 3.267 0 0 1-.168-.988c.335-.301.683-.592.957-.952-1.257.339-2.293 1.507-2.423 2.811m.297 4.655l-.003.351c.176.106.352.212.527.321l-.517.256-.021.399c.475-.216.955-.419 1.429-.638a12.17 12.17 0 0 0-1.415-.69m1.903.158c-.034.284-.066.57-.095.855.232.028.467.044.701.043l.24.096-.101.323a20.513 20.513 0 0 1-.816-.114c-.117.834 1.523.609 1.323-.206-.082-.469-.627-.486-.984-.623.296-.004.592 0 .889-.003v-.379c-.385.001-.771.001-1.157.006m1.579-.002c-.03.293-.053.586-.073.88.246.02.493.028.739.019l.231.102c-.027.078-.077.237-.104.317a13.931 13.931 0 0 1-.795-.107c-.027.138-.053.277-.078.416.433.087 1.142.243 1.295-.339.216-.565-.461-.834-.897-.907.265-.005.531-.005.796-.01l-.001-.371h-1.113m2.102.036c-.841.256-.604 1.858.339 1.64.81-.274.592-1.834-.339-1.64m1.343 1.479c.205.36.686.224.851-.096-.187.015-.373.03-.56.049-.049-.114-.1-.226-.152-.339l.101-.224c.208-.016.417-.035.623-.068a15.966 15.966 0 0 0-.51-.317c-.345.197-.659.619-.354.994m1.253.122c.259.244.576 0 .754-.212-.215.013-.428.03-.642.052a16.586 16.586 0 0 1-.029-.587c.21.001.421.005.632-.003-.15-.129-.303-.254-.457-.378-.4.205-.642.793-.258 1.128m-8.183-.162l.004.311h1.377l.001-.311H7.468z"/><path fill="#033f7e" d="M11.76 16.843c.57.032-.134.57 0 0zM11.536 17.768c.192.011.186.349.08.462-.191-.011-.196-.352-.08-.462z"/><path fill="#fefefe" d="M8.507 3.068a19.82 19.82 0 0 1 6.985.003c.795 1.022.845 2.667 2.069 3.374.437.534.234 1.3.275 1.936-3.892.005-7.784 0-11.675.004-.028-.831-.119-1.917.778-2.346.72-.856.82-2.117 1.568-2.971m.13.385c-.464.806-.81 1.679-1.168 2.536 3-.243 6.023-.263 9.02.009-.341-.762-.633-1.545-.988-2.3-.174-.429-.729-.327-1.099-.421-1.914-.162-3.879-.22-5.765.176M6.662 7.325c.078.623 1.113.68 1.23.052.157-.441-.27-.724-.595-.913-.312.184-.752.421-.635.861m9.798-.728c-.537.147-.581 1.052-.021 1.192.355.141.795-.096.832-.485.112-.422-.409-.936-.811-.707m-7.037.31c-.363.035-.268.447-.326.704 1.911.018 3.822.005 5.733.008-.063-.236.063-.666-.273-.715a13.053 13.053 0 0 0-5.135.004zM6.173 8.765c3.888.008 7.776-.001 11.665.004l-.005.522-.536.005c-.023.455.072.935-.064 1.374-.302.395-1.074.379-1.402.025-.143-.445-.039-.937-.059-1.401a3160.1 3160.1 0 0 0-7.542 0c-.023.46.087.954-.062 1.393-.364.345-1.083.366-1.443.01-.106-.455-.039-.928-.044-1.391-.178-.01-.356-.024-.534-.035l.027-.507zM7.175 15.918c.13-1.304 1.166-2.472 2.423-2.811-.274.36-.623.652-.957.952 0 .336.066.667.168.988.46.206.965.277 1.43.462.488.354.837.873 1.372 1.172-.699-.926-1.672-1.507-2.798-1.755.385-.658 1.689-1.537 2.008-.361.925-.211 1.727.325 2.283 1.009.637.183 1.326-.056 1.96-.191.558-1.005 1.943-.533 2.886-.782-.144.322-.296.64-.466.95.251.51.442 1.048.57 1.603-.345-.342-.661-.711-1.005-1.052-1.191.524-2.439.992-3.522 1.713.336.097.68.16 1.024.215.259-1.158 1.816-1.597 2.653-.758l.459-.062c.134.443.08.904.048 1.357-.042 1-1.153 1.844-2.125 1.465-.667-.164-.988-.834-1.117-1.45-.512.159-.971.441-1.465.638-1.239.019-2.482.124-3.72.018.195-.789.339-1.813-.566-2.242.245.385.508.765.649 1.204l-.27.189c.085.918-.706 1.804-1.645 1.725-.811.03-1.401-.699-1.579-1.42-.114-.575.349-1.019.433-1.56.49-.499 1.206-.575 1.864-.448-.335-.237-.875-.326-.995-.769m2.68-1.513c-.143.206-.073.472-.097.706.105-.123.208-.246.312-.371.226-.067.452-.134.678-.205a5.478 5.478 0 0 0-.893-.13m1.905 2.439c-.134.57.57.032 0 0m-5.195 1.968c.227.831 1.539.872 1.869.104.232-.466-.027-.955-.306-1.33l-.147.316c.256.28.465.757.101 1.046-.399.513-1.424.181-1.314-.505-.02-.464.479-.666.854-.759.032-.064.096-.195.129-.259-.757-.095-1.47.643-1.187 1.388m8.708-1.037a6.057 6.057 0 0 0 1.201-.344c-.432-.021-.869.045-1.201.344m-3.736-.007c-.116.11-.111.451.08.462.106-.114.112-.451-.08-.462m5.12.391c.176.5-.14.877-.615.987-.193-.133-.388-.263-.576-.402-.143.013-.284.027-.427.039.282.542.968.887 1.54.571.51-.189.534-.8.531-1.261-.15.023-.302.044-.452.066zM14.399 22.242c-.306-.375.009-.797.354-.994.172.102.342.208.51.317a7.604 7.604 0 0 1-.623.068l-.101.224c.052.112.102.225.152.339.187-.019.373-.034.56-.049-.165.32-.647.456-.851.096zM15.651 22.363c-.384-.335-.143-.923.258-1.128.154.124.307.249.457.378-.211.008-.422.004-.632.003.006.196.016.392.029.587a17 17 0 0 1 .642-.052c-.178.212-.495.456-.754.212z"/><path fill="#fff" d="M0 11.936h24v.429H0v-.429zM9.375 20.731c.387-.005.772-.005 1.157-.006v.379c-.297.003-.594-.001-.889.003.357.136.902.154.984.623.201.815-1.44 1.04-1.323.206.272.043.543.082.816.114l.101-.323-.24-.096a5.662 5.662 0 0 1-.701-.043c.029-.285.061-.571.095-.855zM10.954 20.727h1.113l.001.371c-.265.005-.531.005-.796.01.436.073 1.113.342.897.907-.153.581-.861.426-1.295.339.025-.139.052-.278.078-.416.263.043.528.08.795.107.027-.08.077-.239.104-.317a11.618 11.618 0 0 0-.231-.102 6.289 6.289 0 0 1-.739-.019c.02-.294.043-.587.073-.88zM13.056 20.763c.931-.195 1.148 1.365.339 1.64-.942.219-1.18-1.383-.339-1.64m-.073.336c-.144.403-.12.971.436.989.092-.309.135-.632.087-.954-.174-.013-.349-.024-.523-.035z"/><path fill="#033d7c" d="M9.855 14.404c.302.013.599.068.893.13a43.68 43.68 0 0 1-.678.205c-.104.125-.207.249-.312.371.024-.234-.045-.5.097-.706zM6.565 18.811c-.283-.745.431-1.483 1.187-1.388-.033.064-.097.195-.129.259-.375.093-.874.296-.854.759-.11.686.915 1.018 1.314.505.364-.289.155-.765-.101-1.046l.147-.316c.279.375.538.864.306 1.33-.331.768-1.642.728-1.869-.104zM16.656 18.159c.15-.021.302-.043.452-.066.004.461-.02 1.071-.531 1.261-.572.316-1.258-.029-1.54-.571.143-.013.284-.027.427-.039.188.139.383.269.576.402.475-.11.791-.486.615-.987z"/><path fill="#05407e" d="M15.272 17.775c.332-.298.769-.365 1.201-.344-.39.149-.788.278-1.201.344zM12.983 21.099l.523.035c.048.322.005.644-.087.954-.556-.018-.58-.586-.436-.989z"/><path fill="#fcfdfe" d="M7.472 20.574c.486.201.96.428 1.415.69-.474.219-.954.422-1.429.638l.021-.399.517-.256c-.174-.109-.351-.215-.527-.321l.003-.351z"/><path fill="#eef2f6" d="M7.468 22.201H8.85l-.001.311H7.472l-.004-.311z"/></symbol><symbol viewBox="0 0 24 24" id="information--stairs--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#176fc1" d="M11.071 0h1.834c1.102.156 2.21.339 3.254.742 3.324 1.211 6.032 3.973 7.177 7.32.354.97.509 1.994.664 3.01v1.83c-.337 3.862-2.563 7.519-5.941 9.454-1.558.939-3.338 1.425-5.132 1.644h-1.828c-1.078-.155-2.162-.329-3.185-.717-3.331-1.189-6.058-3.932-7.225-7.271-.37-.992-.532-2.041-.689-3.083v-1.834c.151-1.051.317-2.108.689-3.108C1.856 4.648 4.582 1.904 7.913.715 8.927.329 10.003.159 11.071 0m1.852 1.853c-.336.207-.213.707-.294 1.048-.279.005-.558.01-.837.019l-.012.293c.267.007.535.012.803.016.024.53.146 1.072.511 1.476-1.008-.078-1.557.972-1.951 1.737-.424 1.255-1.338 2.24-2.342 3.067l.054.244c-.319.347-.486.9-.225 1.326.122-.393.296-.772.596-1.061l.378.088c.906-.806 1.67-1.762 2.328-2.777-.09 1.15-.579 2.204-1.006 3.258l.434.109c-.374.995-.903 2.002-.779 3.099.106 1.052.21 2.106.217 3.165.143.001.287.004.431.007-.35.33-.677.7-1.113.919.102.421.197.844.292 1.267-1.051.003-2.102-.003-3.153.003l.304 1.331c-.798.001-1.596-.002-2.394.001v.517c.958.002 1.916.004 2.874-.001l-.302-1.329c1.051-.005 2.102 0 3.154-.002-.104-.444-.203-.888-.304-1.331 1.051-.006 2.102.002 3.152-.004-.101-.444-.201-.888-.303-1.331 1.051-.002 2.103.002 3.155-.002-.103-.443-.203-.886-.303-1.329 1.05-.006 2.1 0 3.151-.003-.101-.445-.199-.889-.304-1.332.669-.002 1.338.001 2.006-.003l-.002-.518c-.828 0-1.655-.001-2.483.001.102.444.201.888.304 1.332-1.052.003-2.104-.003-3.157.003.105.442.205.886.306 1.329-.42.004-.839.006-1.258-.01.206-.201.436-.376.673-.538a10.916 10.916 0 0 1-.371-.492l.382-.337c-.487-.669-.95-1.36-1.528-1.955.2-.775.37-1.561.416-2.362l.471-.129c.035-1.222-.601-2.41-.189-3.625 1.095.599.997 1.951 1.015 3.019l.169.172c.024.361-.056.86.333 1.056.193.14.585.13.581-.182.04-.277-.308-.313-.483-.429l-.015-.476.345-.063c-.059-1.039.087-2.173-.488-3.099-.52-.975-1.162-2.146-2.373-2.313.376-.401.505-.946.526-1.482.185-.019.371-.035.556-.051a20.149 20.149 0 0 0-.009-.25l-.591-.054a22.682 22.682 0 0 0-.069-1.009 2.636 2.636 0 0 1-1.279-.023z"/><path fill="#176fc1" d="M11.637 13.614c.411-.626.727-1.302 1.012-1.992.131.758-.057 1.626.442 2.28.432.606.853 1.22 1.296 1.818-.365.423-.809.897-1.43.782.103.438.201.878.302 1.316-.698-.004-1.396.022-2.092-.02.297-.127.609-.214.926-.28l-.126-.69c.187-.04.374-.08.561-.122-.483-.98-.447-2.102-.891-3.092z"/><path fill="#fff" d="M12.923 1.853c.42.116.854.117 1.279.023.032.336.052.672.069 1.009l.591.054.009.25c-.185.016-.371.032-.556.051-.021.536-.15 1.081-.526 1.482 1.211.167 1.853 1.338 2.373 2.313.575.926.429 2.06.488 3.099l-.345.063.015.476c.175.116.523.152.483.429.004.312-.388.322-.581.182-.389-.196-.309-.695-.333-1.056a27.172 27.172 0 0 1-.169-.172c-.018-1.068.08-2.42-1.015-3.019-.412 1.215.224 2.403.189 3.625l-.471.129c-.046.801-.216 1.587-.416 2.362.578.595 1.041 1.286 1.528 1.955l-.382.337c.118.167.243.331.371.492a4.976 4.976 0 0 0-.673.538c.419.016.838.014 1.258.01-.101-.443-.201-.887-.306-1.329 1.053-.006 2.105 0 3.157-.003-.103-.444-.202-.888-.304-1.332.828-.002 1.655-.001 2.483-.001l.002.518c-.668.004-1.337.001-2.006.003.105.443.203.887.304 1.332-1.051.003-2.101-.003-3.151.003.1.443.2.886.303 1.329-1.052.004-2.104 0-3.155.002.102.443.202.887.303 1.331-1.05.006-2.101-.002-3.152.004.101.443.2.887.304 1.331-1.052.002-2.103-.003-3.154.002l.302 1.329c-.958.005-1.916.003-2.874.001v-.517c.798-.003 1.596 0 2.394-.001l-.304-1.331c1.051-.006 2.102 0 3.153-.003-.095-.423-.19-.846-.292-1.267.436-.219.763-.589 1.113-.919-.144-.003-.288-.006-.431-.007-.007-1.059-.111-2.113-.217-3.165-.124-1.097.405-2.104.779-3.099l-.434-.109c.427-1.054.916-2.108 1.006-3.258-.658 1.015-1.422 1.971-2.328 2.777l-.378-.088c-.3.289-.474.668-.596 1.061-.261-.426-.094-.979.225-1.326a96.339 96.339 0 0 0-.054-.244c1.004-.827 1.918-1.812 2.342-3.067.394-.765.943-1.815 1.951-1.737-.365-.404-.487-.946-.511-1.476a71.216 71.216 0 0 1-.803-.016l.012-.293c.279-.009.558-.014.837-.019.081-.341-.042-.841.294-1.048m-1.286 11.761c.444.99.408 2.112.891 3.092-.187.042-.374.082-.561.122l.126.69a4.873 4.873 0 0 0-.926.28c.696.042 1.394.016 2.092.02-.101-.438-.199-.878-.302-1.316.621.115 1.065-.359 1.43-.782-.443-.598-.864-1.212-1.296-1.818-.499-.654-.311-1.522-.442-2.28-.285.69-.601 1.366-1.012 1.992z"/></symbol><symbol viewBox="0 0 21 24" id="information--stairs--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#b1bfe7" d="M.875 0h19.62c-.344.058-.689.122-1.038.139C13.183.143 6.907.101.633.207.694.156.815.052.874 0z"/><path fill="#4052a0" d="M20.495 0h.074c.19.288.403.575.733.713V22.56c-.151.498-.099 1.102-.574 1.44H.371c.068-.253-.22-.395-.371-.541V.856C.202.63.412.413.633.207 6.907.101 13.183.143 19.457.139c.349-.017.694-.081 1.038-.139M1.332.655C.716.845.31 1.493.355 2.129.354 8.852.341 15.573.337 22.296c-.047.805.707 1.539 1.508 1.495 5.824-.024 11.649-.037 17.473-.028.893.084 1.676-.726 1.619-1.608.003-6.721.034-13.446.023-20.169.041-.744-.591-1.466-1.352-1.451C13.925.517 8.24.529 2.557.535c-.41.003-.825.014-1.224.119z"/><path fill="#4052a0" d="M.902 1.985c-.026-.572.541-.998 1.084-.949 5.871-.021 11.744-.016 17.615-.009 1.024.045.936 1.294.878 2.026-2.079.014-4.157-.007-6.234.023-.003-.214.021-.439-.057-.646a.854.854 0 0 0-.464.08c-.001 2.124.108 4.262-.054 6.382-.187-2.211-.023-4.435-.133-6.65.778-.131 1.167.76 1.944.599 1.606-.07 3.218.085 4.817-.116-.064-.422-.036-.903-.315-1.253-.305-.233-.73-.179-1.092-.21-5.59.04-11.181-.058-16.769.026-.67-.084-1.091.493-1 1.12.038 5.573-.065 11.146-.072 16.718.902.01 1.808-.034 2.705.075-.932.297-1.936.095-2.897.107.04-5.773.026-11.55.045-17.323z"/><path fill="#fbfdfe" d="M1.332.655C1.731.55 2.146.539 2.556.536 8.239.53 13.924.518 19.607.536c.761-.014 1.393.707 1.352 1.451.011 6.723-.02 13.447-.023 20.169.057.882-.726 1.691-1.619 1.608-5.824-.009-11.649.004-17.473.028-.801.044-1.555-.69-1.508-1.495C.34 15.574.353 8.853.354 2.13.309 1.494.715.846 1.331.656M.902 1.985C.882 7.758.896 13.535.857 19.308c.961-.011 1.965.19 2.897-.107-.045-.797-.026-1.595-.021-2.393 1.005-.018 2.011.006 3.015-.031-.004-.861-.011-1.723.003-2.583 1.032-.017 2.065-.037 3.099-.021.001-.871.003-1.741.011-2.61.994-.004 1.988-.02 2.981-.02.011-.892.003-1.784.01-2.676.273.007.545.016.818.026.162-2.12.053-4.258.054-6.382a.855.855 0 0 1 .464-.08c.078.207.054.432.057.646 2.078-.03 4.155-.009 6.234-.023.058-.733.146-1.981-.878-2.026-5.871-.007-11.744-.013-17.615.009-.542-.05-1.109.376-1.084.949m13.276 1.468c-.018 1.804-.009 3.609-.007 5.414.258.003.518.004.778.006.003-1.812.011-3.624-.004-5.436l-.767.017m1.129-.015c-.023 1.805-.003 3.611-.017 5.416l.696.026c.041-1.815.037-3.63.017-5.445l-.696.003m1.075-.002c.018 1.823-.028 3.648.017 5.473.24-.041.494-.033.723-.129.06-1.778.009-3.56.028-5.341l-.768-.003m1.105.003c-.021 1.808.001 3.616-.013 5.422.236.003.47.006.704.007.009-1.806.009-3.614.009-5.422-.234-.001-.467-.004-.7-.007m1.044.027c.016 1.801-.003 3.601.003 5.402l.831-.009c-.013-1.814.014-3.626-.004-5.439-.277.014-.554.028-.829.045m1.131-.074c.018 1.826-.016 3.653.016 5.479l.807-.021c-.014-1.723.021-3.445-.01-5.166.021-.45-.534-.26-.812-.291m-6.366 9.045c-2.237 1.994-4.551 3.9-6.767 5.918.743-.061 1.191-.711 1.727-1.145 1.716-1.505 3.448-2.992 5.156-4.507.277-.214.537-.538.92-.523 2.032-.037 4.066.013 6.099-.031l-.009-.307c-2.027.041-4.054-.01-6.082.034-.427-.017-.741.308-1.045.561m.94.253c-2.491 1.876-4.614 4.222-7.176 6.01-1.748 1.493-3.457 3.032-5.208 4.522 5.773.077 11.551-.016 17.325.011.64.104 1.331-.383 1.248-1.074.101-3.168.026-6.339.051-9.508-2.078-.028-4.172-.097-6.241.038M2.81 21.413c-.592.547-1.333.963-1.748 1.676a2.44 2.44 0 0 0 .817-.479c1.605-1.397 3.182-2.826 4.81-4.198a61.9 61.9 0 0 0-.422-.071C5.158 19.41 3.948 20.37 2.81 21.413z"/><path fill="#2d47b8" d="M1.12 2.409c-.091-.628.329-1.204 1-1.12 5.588-.084 11.179.014 16.769-.026.362.031.787-.023 1.092.21.28.349.251.831.315 1.253-1.599.202-3.211.047-4.817.116-.777.16-1.166-.73-1.944-.599.111 2.215-.054 4.439.134 6.65-.273-.01-.545-.018-.818-.026-.007.892.001 1.784-.01 2.676-.993 0-1.987.016-2.981.02-.009.869-.01 1.74-.011 2.61-1.034-.016-2.066.004-3.099.021-.014.861-.007 1.723-.003 2.583-1.004.037-2.009.013-3.015.031-.004.798-.024 1.596.021 2.393-.898-.109-1.804-.065-2.705-.075.007-5.571.111-11.145.072-16.718m4.448.36c-1.191.026-1.098 2.088.111 1.957 1.262.037 1.136-2.116-.111-1.957m-.977 3.635c-.04 1.038.007 2.078-.048 3.116-.057.561.415 1 .375 1.556-.001 1.468-.023 2.937-.009 4.404-.053.341.27.516.481.713.224-.193.575-.356.521-.711.011-1.507-.026-3.015.016-4.522.568.416 1.126.845 1.674 1.287.04.47-.118 1.011.151 1.429.267.324.696-.001.702-.342.033-.528.125-1.091-.028-1.603-.481-.577-1.132-.978-1.679-1.488-.001-.548-.003-1.095.013-1.642.531.178 1.304.846 1.637.053-.506-.418-1.067-.761-1.625-1.103-.037-.669.197-1.619-.555-1.981-.65-.429-1.592.064-1.626.836z"/><path fill="#fafdfa" d="M5.568 2.768c1.247-.159 1.373 1.994.111 1.957-1.209.131-1.302-1.931-.111-1.957z"/><path fill="#344db3" d="M14.178 3.454l.767-.017c.016 1.812.007 3.624.004 5.436-.26-.001-.52-.003-.778-.006-.001-1.805-.011-3.61.007-5.413z"/><path fill="#334db7" d="M15.307 3.44l.696-.003c.02 1.815.024 3.63-.017 5.445l-.696-.026c.014-1.805-.006-3.611.017-5.416z"/><path fill="#364eaa" d="M16.382 3.438l.768.003c-.02 1.781.031 3.563-.028 5.341-.229.097-.483.088-.723.129-.045-1.825.001-3.65-.017-5.473z"/><path fill="#364cb1" d="M17.487 3.441c.233.003.466.006.7.007 0 1.808 0 3.616-.009 5.422-.234-.001-.469-.004-.704-.007.014-1.806-.009-3.614.013-5.422z"/><path fill="#374cb4" d="M18.531 3.468c.276-.017.552-.031.829-.045.018 1.813-.009 3.626.004 5.439l-.831.009c-.006-1.801.013-3.601-.003-5.402z"/><path fill="#384fb5" d="M19.663 3.393c.278.031.834-.159.812.291.031 1.721-.004 3.444.01 5.166l-.807.021c-.031-1.826.003-3.653-.016-5.479z"/><path fill="#fbfcfb" d="M4.591 6.403c.034-.773.976-1.265 1.626-.836.753.362.518 1.312.555 1.981.558.342 1.119.686 1.625 1.103-.334.794-1.106.125-1.637-.053-.016.547-.014 1.094-.013 1.642.547.51 1.197.912 1.679 1.488.153.513.061 1.075.028 1.603-.006.341-.435.666-.702.342-.268-.418-.111-.959-.151-1.429a45.314 45.314 0 0 0-1.674-1.287c-.041 1.507-.004 3.015-.016 4.522.054.355-.297.518-.521.711-.212-.197-.534-.372-.481-.713-.014-1.467.007-2.935.009-4.404.04-.557-.432-.996-.375-1.556.055-1.038.009-2.078.048-3.116z"/><path fill="#475586" d="M13.298 12.439c.304-.253.618-.578 1.045-.561 2.028-.044 4.056.007 6.082-.034l.009.307c-2.034.044-4.067-.006-6.099.031-.383-.016-.643.308-.92.523-1.708 1.515-3.441 3.002-5.156 4.507-.535.433-.984 1.084-1.727 1.145 2.215-2.018 4.53-3.924 6.767-5.918zM2.81 21.413c1.138-1.042 2.347-2.002 3.457-3.072l.422.071c-1.627 1.372-3.205 2.8-4.81 4.198-.234.219-.52.366-.817.479.415-.713 1.156-1.129 1.748-1.676z"/><path fill="#2a45b4" d="M14.237 12.692c2.069-.135 4.164-.067 6.241-.038-.026 3.168.05 6.339-.051 9.508.082.69-.608 1.177-1.248 1.074-5.774-.027-11.553.065-17.325-.011 1.751-1.49 3.459-3.029 5.208-4.522 2.562-1.788 4.685-4.134 7.176-6.01z"/><path fill="#0d0d10" opacity=".06" d="M0 23.459c.151.146.439.288.371.541H0v-.541z"/></symbol><symbol viewBox="0 0 21 24" id="information--stairs--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fcfbfb" d="M0 0h21.444v1.261l-.081-.178c-.249-.66-.92-1.044-1.616-.969-6.064.033-12.129-.06-18.192.05C.858.087.301.584 0 1.165V-.001z"/><path fill="#4354a0" d="M0 1.166C.301.585.858.088 1.555.165 7.617.056 13.683.148 19.747.115c.696-.075 1.368.308 1.616.969-.047 7.332-.138 14.67-.003 21.999a5.282 5.282 0 0 1-.646.917H.558L0 23.227V1.165m1.473-.51C.862.842.415 1.48.458 2.122.457 8.801.437 15.481.438 22.16c-.108.811.574 1.636 1.403 1.62 5.827-.001 11.653-.031 17.48-.033.819.037 1.684-.562 1.633-1.45 0-6.817.04-13.635.017-20.451C20.987.838 19.882.423 19.03.552 13.179.634 7.318.535 1.473.654z"/><path fill="#f2fbff" d="M1.473.655C7.318.536 13.179.635 19.03.553c.852-.129 1.957.285 1.941 1.294.023 6.817-.017 13.635-.017 20.451.051.888-.814 1.487-1.633 1.45-5.827.001-11.654.031-17.48.033-.829.016-1.511-.809-1.403-1.62-.001-6.679.018-13.359.02-20.038C.415 1.481.863.843 1.473.656m.049.435c-.271.156-.525.412-.577.731C.79 8.266.921 14.717.84 21.163c-.011.538.034 1.075.084 1.61.734.903 2.007.43 3.002.517.227-.435.604-.757.977-1.061 1.72-1.402 3.307-2.974 5.129-4.238 2.553-2.328 5.21-4.537 7.806-6.818.883-.684 1.579-1.595 2.542-2.178.302-.206.207-.591.229-.902-.017-2.038-.003-4.077-.021-6.114a.993.993 0 0 0-1.13-.997c-5.68.016-11.362.027-17.043.004-.3.016-.596.057-.893.104m9.22 16.896c-.256.237-.55.429-.875.557-1.761 1.649-3.671 3.133-5.459 4.753 5.066.057 10.128-.053 15.192-.061.571.031.971-.542.916-1.078.007-4.253.033-8.508.01-12.761-3.221 2.91-6.557 5.689-9.785 8.59z"/><path fill="#979fbf" d="M1.522 1.091a8.69 8.69 0 0 1 .893-.104c5.68.023 11.362.011 17.043-.004a.993.993 0 0 1 1.13.997c.018 2.036.004 4.076.021 6.114-.021.311.074.696-.229.902.163-1.027.136-2.068.102-3.103-.489.003-.977.01-1.466.023A35.199 35.199 0 0 0 19 8.495a13.03 13.03 0 0 0-.561-.018c.143-.023.287-.047.429-.074.064-.859.071-1.72.05-2.58.487-.02.976-.037 1.463-.055.003-1.301.065-2.603.004-3.902-.036-.683-.8-.846-1.355-.778-2.982.091-5.977-.128-8.95.116-2.846-.24-5.707-.04-8.56-.111z"/><path fill="#2f4aba" d="M.946 1.822c.051-.32.305-.575.577-.731 2.853.071 5.715-.129 8.56.111-2.962 2.676-6.037 5.225-9.035 7.86C.861 6.655.983 4.235.946 1.822z"/><path fill="#fffffe" d="M10.083 1.201c2.972-.244 5.967-.026 8.95-.116.555-.068 1.319.095 1.355.778.061 1.299-.001 2.602-.004 3.902l-1.463.055c.021.861.014 1.721-.05 2.58-.142.027-.285.051-.429.074-.825.006-1.65-.003-2.474.013-.006.893-.007 1.786-.017 2.68-1.017.011-2.035.009-3.052.017-.001.88 0 1.76-.014 2.64-1.005.003-2.012-.02-3.019.001 0 .858.006 1.716-.009 2.572-1.022.006-2.045.007-3.067.016-.011.849-.011 1.698-.021 2.548-.959.006-1.916.007-2.874.007-.004.886-.004 1.772-.01 2.658-.944-.098-1.894-.075-2.843-.074-.006-4.164-.001-8.328.007-12.491 2.998-2.636 6.072-5.185 9.035-7.86M9.001 3.337c-.474.143-.838.655-.711 1.16.074.866 1.429 1.17 1.794.337.531-.709-.251-1.742-1.082-1.497m-.713 3.35C8.191 8.074 6.45 8.9 6.701 10.311a3.39 3.39 0 0 1 .504.006c.322-.43.633-.871.953-1.304.178 2.36-.175 4.764.172 7.095.207-.009.413-.007.621.003.095-.129.203-.246.321-.352.016-1.047-.013-2.095.026-3.141.476.294.889.687 1.389.94.433.08.801-.298.633-.731-.613-.65-1.44-1.057-2.052-1.713.452-.628 1.315-1.143 1.177-2.022-.053-.863.062-1.737-.062-2.593-.344-.949-1.963-.841-2.093.189z"/><path fill="#6c76b6" d="M21.363 1.084l.081.178v21.66l-.084.162c-.135-7.329-.044-14.667.003-21.999z"/><path fill="#a0a4be" d="M.841 21.163C.922 14.717.791 8.267.946 1.822c.037 2.413-.085 4.833.102 7.24-.009 4.164-.013 8.328-.007 12.491.949-.001 1.899-.024 2.843.074-.969.07-1.94.04-2.91.062-.016.361-.031.721-.05 1.084a14.197 14.197 0 0 1-.084-1.61z"/><path fill="#364eb9" d="M9.001 3.337c.831-.246 1.613.788 1.082 1.497-.365.834-1.72.53-1.794-.337-.126-.506.237-1.017.711-1.16z"/><path fill="#334cba" d="M8.289 6.687c.131-1.03 1.75-1.138 2.093-.189.125.856.01 1.73.062 2.593.138.879-.726 1.395-1.177 2.022.612.656 1.439 1.062 2.052 1.713.168.433-.2.811-.633.731-.5-.253-.913-.646-1.389-.94-.038 1.047-.01 2.095-.026 3.141a2.334 2.334 0 0 0-.321.352 7.143 7.143 0 0 0-.621-.003c-.346-2.33.006-4.735-.172-7.095-.32.433-.631.873-.953 1.304a3.535 3.535 0 0 0-.504-.006c-.251-1.412 1.49-2.237 1.588-3.624z"/><path fill="#314ab6" d="M19.018 5.915c.489-.013.977-.02 1.466-.023.034 1.035.061 2.076-.102 3.103-.963.584-1.659 1.494-2.542 2.178-2.596 2.281-5.253 4.49-7.806 6.818-1.822 1.264-3.41 2.836-5.129 4.238-.373.304-.75.626-.977 1.061-.996-.087-2.268.386-3.002-.517.018-.362.034-.723.05-1.084.97-.023 1.941.007 2.91-.062.006-.886.006-1.772.01-2.658.959 0 1.916-.001 2.874-.007.01-.849.01-1.698.021-2.548 1.022-.009 2.045-.01 3.067-.016.014-.856.009-1.714.009-2.572 1.007-.021 2.014.001 3.019-.001.014-.88.013-1.76.014-2.64 1.017-.009 2.035-.006 3.052-.017.01-.893.011-1.787.017-2.68.824-.016 1.649-.007 2.474-.013.187.003.375.009.561.018-.02-.861-.027-1.72.016-2.579z"/><path fill="#2d45b2" d="M10.742 17.986c3.228-2.901 6.564-5.68 9.785-8.59.023 4.253-.003 8.508-.01 12.761.055.535-.345 1.109-.916 1.078-5.064.009-10.127.118-15.192.061 1.788-1.62 3.698-3.104 5.459-4.753.325-.128.619-.32.875-.557z"/><path fill="#f5f8f2" d="M21.36 23.083l.084-.162V24h-.73a5.32 5.32 0 0 0 .646-.917z"/><path fill="#f4fcfa" d="M0 23.227L.558 24H0v-.773z"/></symbol><symbol viewBox="0 0 24 24" id="information--stairs--g4" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h23.881v1.206l-.101.189-.018-.295c-.014-.321-.014-.642-.016-.962-.319 0-.638 0-.956-.004C15.526.129 8.26.118.997.14.714.142.431.139.148.135a22.44 22.44 0 0 1-.021.862l-.023.321-.103-.176V-.001zM23.776 22.613l.105.192V24H0v-1.14l.101-.179.024.319c.013.284.019.571.021.856.287-.002.574-.004.861.001 7.285.033 14.573.035 21.859-.001.294-.005.587-.004.881 0a22.623 22.623 0 0 1 0-.864l.027-.379z"/><path fill="#00a7d1" d="M.147.135C.43.139.713.142.996.14a1.94 1.94 0 0 0-.87.857C.139.71.145.423.147.135zM22.789.134c.319.004.638.004.956.004.001.32.001.641.016.962a1.652 1.652 0 0 0-.972-.966zM.991.632c.176-.078.374-.067.561-.076C8.518.563 15.484.554 22.45.561c.603-.063.98.562.935 1.102.002 6.892.002 13.784 0 20.675.044.535-.331 1.169-.934 1.097-7.047-.002-14.096.007-21.143-.004-.564.018-.873-.601-.837-1.096-.002-6.89-.001-13.779 0-20.669C.458 1.266.608.818.99.632m14.332.847c-.561.679.024 1.619-.153 2.334-1.186.66-2.023 1.747-2.768 2.855-.989 1.118-.466 2.755.001 3.986-.104.347-.207.699-.22 1.064.37-.127.663-.45.701-.848.09-.875-.067-1.753-.036-2.629.002-.69.481-1.281 1.018-1.663.282 1.192-.576 2.265-.577 3.43.295 1.063 1.211 1.784 1.869 2.623-1.323 1.063-3.075 1.669-4.039 3.13.531.669 1.208 1.664 2.187 1.421-.174-.294-.394-.555-.615-.814 1.078-.152 1.723-1.163 2.615-1.693.161 1.404-.051 2.842.253 4.229-.503.004-1.007.004-1.509-.002-.004-.515-.004-1.029-.004-1.545l-4.719-.062-.067-1.611c-1.55-.007-3.1.004-4.65-.005-.004-.516-.004-1.032-.005-1.547-1.255-.006-2.511 0-3.767-.002a40.6 40.6 0 0 0-.004 1.439c.996.007 1.992 0 2.987.002.011.553.007 1.107.008 1.661 1.589.007 3.179 0 4.768.004.01.555.006 1.112.007 1.668 1.589.007 3.179 0 4.768.002.008.517.007 1.033.007 1.55 1.553.007 3.106-.001 4.658.004.007.554.005 1.107.007 1.66 1.664.005 3.329.005 4.993.001a72.9 72.9 0 0 0-.001-1.551c-1.398.005-2.798-.008-4.196.008-.039-.555-.016-1.112-.023-1.667-.746-.018-1.497.007-2.238-.115.628.029 1.273.039 1.872-.179-.361-.278-.97-.229-1.193-.653-.165-1.361-.097-2.741-.088-4.11-.092-.653.664-1.115.363-1.78-.396-.94-1.3-1.539-1.841-2.389.155-.459.351-.9.567-1.333.878.715 1.664 1.555 2.621 2.164.472.228.641-.459.33-.722-.82-1.009-1.796-1.881-2.706-2.808.048-.572.203-1.138.17-1.713-.111-.486-.426-.9-.538-1.389.211-.045.42-.1.633-.14.328-.548.531-1.281.238-1.882-.406-.402-1.176-.816-1.687-.381zM.125 22.999c.183.327.425.64.774.802l.109.055a30.89 30.89 0 0 0-.861-.001 22.177 22.177 0 0 0-.021-.856zM22.978 23.796c.339-.174.577-.486.77-.805-.007.288-.004.576 0 .864a28.748 28.748 0 0 0-.881 0l.111-.06z"/><path fill="#fff" d="M.996.14C8.259.119 15.525.129 22.789.134c.454.16.796.523.972.966l.018.295c-.031 7.072-.024 14.146-.004 21.218l-.027.379c-.193.319-.431.63-.77.805-7.36-.005-14.72-.017-22.079.006-.349-.162-.591-.475-.774-.802l-.024-.319C.128 15.562.128 8.44.102 1.32L.125.999C.316.629.619.324.995.142m-.004.49C.609.818.458 1.266.472 1.666c-.001 6.89-.002 13.779 0 20.669-.036.496.273 1.114.837 1.096 7.047.011 14.096.001 21.143.004.603.072.978-.562.934-1.097.002-6.891.002-13.783 0-20.675.045-.54-.332-1.165-.935-1.102C15.485.554 8.519.563 1.553.556c-.187.01-.386-.001-.561.076z"/><path fill="#fff" d="M15.322 1.479c.511-.435 1.281-.021 1.687.381.294.601.091 1.334-.238 1.882-.213.039-.422.094-.633.14.112.488.427.903.539 1.389.033.576-.122 1.141-.17 1.713.91.928 1.885 1.799 2.706 2.808.312.264.142.95-.33.722-.956-.609-1.743-1.448-2.621-2.164-.216.432-.412.874-.567 1.333.541.85 1.445 1.45 1.841 2.389.301.665-.455 1.127-.363 1.78-.008 1.368-.076 2.749.088 4.11.223.424.832.375 1.193.653-.599.219-1.244.208-1.872.179.74.122 1.491.097 2.238.115.007.555-.017 1.112.023 1.667 1.398-.017 2.798-.004 4.196-.008a72.9 72.9 0 0 1 .001 1.551c-1.664.004-3.329.004-4.993-.001-.002-.553 0-1.106-.007-1.66-1.552-.005-3.104.004-4.658-.004 0-.517.001-1.033-.007-1.55-1.589-.002-3.178.005-4.768-.002-.001-.556.002-1.113-.007-1.668-1.589-.004-3.179.004-4.768-.004-.001-.554.002-1.108-.008-1.661-.996-.002-1.992.005-2.987-.002a40.6 40.6 0 0 1 .004-1.439c1.256.002 2.512-.004 3.767.002.001.516.001 1.032.005 1.547 1.55.008 3.1-.002 4.65.005l.067 1.611 4.719.062c0 .516 0 1.03.004 1.545.503.006 1.007.006 1.509.002-.304-1.387-.092-2.825-.253-4.229-.892.53-1.537 1.541-2.615 1.693.221.259.441.521.615.814-.979.244-1.656-.752-2.187-1.421.965-1.46 2.716-2.067 4.039-3.13-.658-.839-1.574-1.561-1.869-2.623.001-1.165.859-2.239.577-3.43-.537.382-1.016.973-1.019 1.663-.031.876.125 1.754.036 2.629-.038.398-.331.721-.701.848.013-.365.116-.716.22-1.064-.467-1.231-.99-2.868-.001-3.986.745-1.108 1.582-2.195 2.768-2.855.177-.715-.408-1.655.153-2.334z"/><path fill="#8f8f8f" d="M0 1.143l.103.176c.026 7.12.026 14.242-.001 21.362l-.101.179V1.143z"/><path fill="#5e5e5e" d="M23.779 1.395l.101-.189v21.599l-.105-.192c-.02-7.072-.027-14.146.004-21.218z"/><path fill="#cbe6ed" d="M.899 23.802c7.359-.023 14.719-.011 22.079-.006l-.111.06c-7.286.036-14.574.035-21.859.001l-.109-.055z"/></symbol><symbol viewBox="0 0 24 24" id="information--stop-line--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h24.133v.773a1.628 1.628 0 0 0-1.452-.696c-7.12.005-14.242 0-21.364.004C.813.056.353.296 0 .639V0zM1.391 4.307h21.658l-.001 5.304H1.392l-.001-5.304zM5.198 14.104c.357-.032.328.412.446.642.711.019 1.428-.054 2.135.036.263.091.216.468-.082.448-1.703.05-3.409-.001-5.113.021-.8 1.838-.213 3.894-.439 5.829-.171-.044-.363-.042-.509-.152-.082-1.197-.008-2.401-.033-3.601-.182.28-.343.578-.581.817-.342.086-.355-.408-.199-.602.412-.675.835-1.355 1.07-2.119.175-.461.187-1.105.761-1.25.04.191.078.382.115.573.692 0 1.384.001 2.076-.001.11-.21.101-.538.353-.639zM20.804 14.177l.274-.109.268.131-.064.533c.508.066 1.154-.167 1.574.192.16.785.097 1.622.04 2.419-.263.507-1.006.2-1.468.289.175.402.363.798.569 1.185.379-.316.688-1.185 1.274-.744-.29.43-.629.822-.981 1.203.316.39.703.724.976 1.147.066.257-.268.442-.446.26-.591-.495-.98-1.177-1.375-1.828-.025.646.07 1.313-.109 1.943-.44.249-1.315.347-1.437-.302.317-.03.634-.05.952-.066.032-.933.017-1.867.015-2.799-.499-.074-1.167.184-1.553-.21-.139-.75-.069-1.534-.046-2.295.118-.603.918-.326 1.355-.4l.182-.548m-1.006 1.039l-.001.72c.85.001 1.701.003 2.552 0l-.001-.719c-.85-.008-1.7-.007-2.55-.001m0 1.201l-.001.748c.85.003 1.701.003 2.551-.001v-.745c-.85-.007-1.7-.007-2.55-.001zM11.972 14.721c-.077-.316.408-.496.544-.204.106.566.032 1.148.049 1.721.845.009 1.689-.024 2.533.034l-.007.468c-.841.033-1.681.015-2.523.021a494.503 494.503 0 0 0-.001 3.445c.874.025 1.752-.046 2.621.03.35.024.273.581-.076.493-2.119.03-4.242.024-6.361-.001l-.091-.304.164-.207c.301-.007.603-.012.906-.017.056-1.565-.103-3.148.078-4.702.577-.235.51.43.517.806-.007 1.301-.007 2.6-.004 3.901.546.003 1.091.003 1.638 0 .015-1.828-.019-3.657.013-5.486z"/><path fill="#fff" d="M16.861 15.422c.28-.369.444-1.435 1.029-1.063-.091.621-.512 1.124-.788 1.672l.35.572c.347-.516.605-1.097 1.013-1.569.105.053.431.013.329.207-.288.823-.872 1.504-1.322 2.242.366-.021.733-.045 1.101-.068-.095-.35-.18-.703-.252-1.059.857-.056.67 1.203.935 1.769.427.008.859-.024 1.282.046.313.223.119.621-.017.887-.379.662-.876 1.301-1.558 1.668a1.076 1.076 0 0 1-.329-.282c.57-.574 1.224-1.087 1.592-1.83-.332-.012-.662-.02-.992-.029-.195-.232-.395-.457-.595-.684l-.703.046c-.011 1.041.019 2.083-.023 3.124-.174-.033-.351-.054-.517-.117-.082-.984-.012-1.973-.034-2.958-.398-.03-.879.16-1.213-.122.053-.342.432-.329.692-.416l.297-.378c-.284-.598-.947-1.12-.831-1.834.19.042.373.109.554.176zM3.351 15.699c1.136-.101 2.285-.027 3.426-.04.858-.117.863 1.659-.001 1.532-1.024.009-2.05.003-3.075.003-.813.156-.884-1.203-.35-1.494m.291.4v.659c1.044.003 2.087.004 3.132-.001-.003-.22-.004-.439-.003-.658a296.688 296.688 0 0 0-3.129 0zM3.058 19.204c-.898.139-.792-1.798.114-1.611 1.376-.003 2.754-.007 4.13.003.849-.158.926 1.676.166 1.598-.207-.331-.118-.747-.154-1.116-1.408 0-2.818-.003-4.226.001-.007.375-.016.75-.03 1.126z"/><path fill="#fff" d="M16.587 18.427c.163-.025.432.054.375.27-.044.606-.115 1.225-.33 1.797-.138.243-.489.05-.396-.192.098-.627.167-1.266.351-1.875zM18.452 19.866c.016-.464-.464-1.374.154-1.492.236.46.228.994.277 1.498a31.484 31.484 0 0 1-.431-.007zM3.33 18.711c.936-.255 1.943-.044 2.907-.117.314-.013 1.067-.056.786.464-.406.074-.821.053-1.232.062-.08.564.188 1.345-.277 1.754-.541.066-1.481.353-1.709-.326.43-.154.894-.093 1.341-.115.023-.439.029-.879.032-1.319-.56-.154-1.746.371-1.847-.403z"/><path fill="#0366b3" d="M0 .639C.353.296.813.056 1.317.081 8.439.077 15.561.082 22.681.077a1.631 1.631 0 0 1 1.452.696V24H0V.639m1.391 3.668l.001 5.304h21.656l.001-5.304H1.391m3.807 9.797c-.252.101-.243.43-.353.639-.692.003-1.384.001-2.076.001a58.061 58.061 0 0 0-.115-.573c-.574.146-.586.789-.761 1.25-.235.764-.658 1.444-1.07 2.119-.156.194-.143.688.199.602.237-.239.399-.537.581-.817.025 1.2-.049 2.404.033 3.601.146.11.338.109.509.152.225-1.935-.361-3.991.439-5.829 1.704-.023 3.41.029 5.113-.021.298.02.345-.357.082-.448-.707-.09-1.424-.017-2.135-.036-.118-.229-.089-.674-.446-.642m15.606.075l-.182.548c-.438.074-1.237-.203-1.355.4-.023.761-.093 1.545.046 2.295.386.394 1.054.135 1.553.21.003.932.017 1.866-.015 2.799a21.63 21.63 0 0 0-.952.066c.122.65.997.552 1.437.302.179-.63.084-1.297.109-1.943.395.651.784 1.334 1.375 1.828.178.182.512-.003.446-.26-.273-.423-.66-.757-.976-1.147.353-.381.691-.773.981-1.203-.586-.442-.895.428-1.274.744a16.945 16.945 0 0 1-.569-1.185c.461-.089 1.205.217 1.468-.289.057-.797.121-1.634-.04-2.419-.42-.359-1.066-.126-1.574-.192l.064-.533-.268-.131-.274.109m-8.832.545c-.032 1.828.001 3.657-.013 5.486-.546.003-1.091.003-1.638 0-.003-1.301-.003-2.6.004-3.901-.007-.377.06-1.041-.517-.806-.182 1.554-.023 3.137-.078 4.702l-.906.017-.164.207.091.304c2.119.025 4.242.032 6.361.001.349.088.426-.469.076-.493-.87-.077-1.748-.005-2.621-.03-.003-1.148-.004-2.297.001-3.445.842-.007 1.683.012 2.523-.021l.007-.468c-.843-.058-1.688-.025-2.533-.034-.017-.573.057-1.155-.049-1.721-.135-.292-.621-.111-.544.204m4.889.699a4.192 4.192 0 0 0-.554-.176c-.115.713.548 1.236.831 1.834l-.297.378c-.26.088-.639.074-.692.416.334.282.815.091 1.213.122.023.985-.048 1.974.034 2.958.166.062.343.084.517.117.041-1.041.012-2.083.023-3.124.235-.016.468-.032.703-.046.2.227.4.452.595.684.33.009.66.017.992.029-.369.743-1.022 1.256-1.592 1.83.09.117.2.211.329.282.682-.367 1.179-1.006 1.558-1.668.137-.267.33-.664.017-.887-.423-.07-.855-.038-1.282-.046-.265-.566-.078-1.825-.935-1.769.072.357.156.709.252 1.059l-1.101.068c.45-.739 1.034-1.419 1.322-2.242.102-.194-.224-.154-.329-.207-.408.472-.666 1.053-1.013 1.569l-.35-.572c.276-.548.696-1.052.788-1.672-.585-.371-.749.695-1.029 1.063m-13.51.277c-.534.292-.463 1.651.35 1.494 1.025 0 2.051.007 3.075-.003.865.127.859-1.648.001-1.531-1.142.013-2.29-.061-3.426.04m-.293 3.505c.015-.375.024-.75.03-1.126 1.408-.004 2.818-.001 4.226-.001.036.37-.053.785.154 1.116.76.078.683-1.756-.166-1.598-1.376-.009-2.754-.005-4.13-.003-.906-.187-1.012 1.75-.114 1.611m13.529-.776c-.184.609-.253 1.248-.351 1.875-.093.243.259.435.396.192.215-.572.286-1.191.33-1.797.057-.216-.212-.296-.375-.27m1.865 1.439c.109.003.324.005.431.007-.049-.504-.041-1.038-.277-1.498-.618.118-.138 1.028-.154 1.492M3.33 18.711c.101.774 1.288.249 1.847.403-.003.44-.009.88-.032 1.319-.447.023-.911-.038-1.341.115.228.679 1.168.392 1.709.326.465-.41.198-1.191.277-1.754.411-.009.826.012 1.232-.062.281-.52-.472-.477-.786-.464-.964.073-1.97-.138-2.907.117z"/><path fill="#0366b3" d="M19.798 15.217c.85-.005 1.7-.007 2.55.001l.001.719c-.851.003-1.703.001-2.552 0l.001-.72zM3.642 16.1c1.044-.007 2.086-.004 3.129 0-.001.219 0 .438.003.658-1.045.005-2.088.004-3.132.001a72.38 72.38 0 0 1 0-.659zM19.798 16.418c.85-.005 1.7-.005 2.55.001v.745c-.85.004-1.701.004-2.551.001l.001-.748z"/></symbol><symbol viewBox="0 0 24 24" id="information--stop-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.383C.382.212.167.318 0 .392V0zM14.045 5.345c.02-.601-.204-1.668.674-1.726.884.048.666 1.124.682 1.726 1.301.034 2.608-.05 3.905.041.679.149.594 1.256-.101 1.297-2.936.028-5.877.029-8.811 0-.727-.053-.754-1.229-.029-1.31 1.225-.061 2.454-.001 3.681-.028z"/><path fill="#fff" d="M8.788 4.278c.373-.662 1.468-.176 1.215.54C9.351 5.96 8.401 6.934 7.786 8.09c-.052 3.703.023 7.412-.036 11.116-.046.745-1.266.744-1.314 0-.05-3.09.003-6.184-.027-9.275-.643.798-1.156 1.7-1.829 2.472-.521.532-1.42-.257-.993-.854a631.1 631.1 0 0 1 5.2-7.27zM11.326 7.512c2.058-.077 4.124-.011 6.184-.033.394-.049.851.191.861.627.025.834.013 1.669.007 2.503a.674.674 0 0 1-.739.693c-2.035.004-4.072.007-6.109-.001a.662.662 0 0 1-.703-.69c-.013-.797-.009-1.595-.003-2.393-.025-.316.184-.64.501-.707m.9 2.403c1.577.086 3.168.068 4.747.009.095-.345.072-.701.036-1.053-1.457-.175-2.944-.029-4.412-.076-.625-.061-.431.737-.371 1.119z"/><path fill="#fff" d="M9.19 12.231c3.369-.179 6.782-.02 10.169-.078.424-.046 1.028.049 1.073.575.034.839.028 1.683.004 2.523-.019.526-.74.805-1.108.43-.557-.578.065-1.551-.394-2.141-2.729-.077-5.467-.008-8.2-.034-.923-.113-.468 1.069-.566 1.611.098.709-.984 1.032-1.273.367-.167-.632-.034-1.309-.078-1.958.02-.44-.119-1.059.374-1.294z"/><path fill="#fff" d="M11.199 15.824c-.66-.227-.481-1.317.225-1.295 2.14-.021 4.284-.037 6.423.009.683.042.778 1.109.13 1.294-.904.086-1.819.007-2.728.038-.024 1.077.028 2.156-.023 3.231-.02.386-.416.627-.776.591-.809-.015-1.623.042-2.429-.029-.594-.114-.668-1.049-.095-1.25.639-.155 1.311-.032 1.964-.074.001-.823.003-1.646 0-2.469-.896-.036-1.801.056-2.692-.046z"/><path fill="#0366b3" d="M.383 0h23.341c.084.208.236.373.408.512v23.134c-.154.021-.316.198-.221.354H.217c.036-.184-.037-.263-.217-.231V.392C.167.318.382.212.383 0m13.662 5.345c-1.227.027-2.456-.033-3.681.028-.725.081-.697 1.257.029 1.31 2.934.029 5.875.028 8.811 0 .695-.041.78-1.148.101-1.297-1.297-.091-2.604-.007-3.905-.041-.016-.602.203-1.679-.682-1.726-.878.058-.654 1.126-.674 1.726M8.788 4.278a619.166 619.166 0 0 0-5.2 7.27c-.427.597.472 1.386.993.854.672-.772 1.185-1.673 1.829-2.472.029 3.091-.024 6.186.027 9.275.048.744 1.268.745 1.314 0 .058-3.703-.016-7.412.036-11.116.615-1.156 1.565-2.131 2.217-3.272.253-.716-.842-1.201-1.215-.54m2.537 3.235c-.317.066-.526.391-.501.707-.007.798-.011 1.596.003 2.393a.662.662 0 0 0 .703.69c2.037.008 4.073.005 6.109.001a.675.675 0 0 0 .739-.693c.007-.834.019-1.669-.007-2.503-.009-.436-.467-.676-.861-.627-2.061.023-4.126-.044-6.184.033M9.19 12.231c-.493.235-.354.854-.374 1.294.044.65-.089 1.326.078 1.958.289.664 1.371.342 1.273-.367.098-.542-.357-1.724.566-1.611 2.733.027 5.471-.042 8.2.034.459.59-.163 1.563.394 2.141.369.375 1.09.097 1.108-.43.024-.841.03-1.684-.004-2.523-.045-.526-.648-.622-1.073-.575-3.387.058-6.8-.101-10.169.078m2.01 3.594c.891.102 1.795.011 2.692.046.003.823.001 1.646 0 2.469-.652.042-1.325-.081-1.964.074-.573.202-.499 1.136.095 1.25.806.072 1.62.015 2.429.029.359.036.756-.206.776-.591.05-1.075-.001-2.155.023-3.231.908-.032 1.823.048 2.728-.038.648-.186.553-1.252-.13-1.294-2.139-.046-4.283-.03-6.423-.009-.707-.021-.886 1.069-.225 1.295z"/><path fill="#0366b3" d="M12.225 9.914c-.06-.382-.253-1.18.371-1.119 1.468.046 2.954-.099 4.411.076.036.351.06.708-.036 1.053-1.579.058-3.17.077-4.747-.009z"/><path fill="#e6f0f7" d="M23.724 0h.408v.512A1.29 1.29 0 0 1 23.724 0z"/><path fill="#e6f0f8" d="M23.911 24c-.094-.156.068-.333.221-.354V24h-.221z"/><path fill="#e2eef6" d="M0 23.769c.18-.032.253.046.217.231H0v-.231z"/></symbol><symbol viewBox="0 0 82 24" id="information--street-name-one-line--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ebebeb" d="M0 0h.148C.149.11.099.156 0 .139V0z"/><path fill="#1a1919" d="M.148 0h.701C.493.259.231.619 0 .987V.138C.099.156.149.11.148-.001zM80.97 0h.775v.863C81.532.538 81.288.228 80.97 0zM0 22.984c.245.382.517.763.902 1.016H.135c.062-.103-.058-.186-.135-.229v-.787zM80.92 24c.342-.227.601-.555.825-.895V24h-.825z"/><path fill="#fffffe" d="M.849 0H80.97c.317.228.562.539.775.863v22.242c-.224.34-.482.668-.825.895H.902c-.385-.253-.657-.634-.902-1.016V.987C.231.618.493.258.849 0m1.352.596c-.86.159-1.52 1.03-1.465 1.9C.742 8.888.735 15.28.738 21.672c.043.966.94 1.797 1.913 1.749 25.344.009 50.688 0 76.033.004.368.002.743.006 1.102-.089.71-.226 1.261-.918 1.297-1.665.003-6.391-.003-12.783.002-19.173.052-.809-.512-1.601-1.273-1.857-.42-.117-.859-.097-1.29-.095H3.301c-.367 0-.738-.018-1.101.052z"/><path fill="#fffffe" d="M63.663 8.106c.463-.226.928-.451 1.393-.672.004 1.447-.005 2.895.004 4.343.583-.605 1.148-1.227 1.733-1.831.583.001 1.166-.001 1.75.001-.55.586-1.113 1.161-1.663 1.746.784 1.545 1.579 3.083 2.364 4.627-.524.002-1.049.001-1.573.001-.614-1.191-1.214-2.39-1.824-3.583-.257.271-.529.532-.772.816-.047.92-.003 1.845-.02 2.766-.465.001-.929.002-1.394-.001-.001-2.737-.004-5.474.002-8.212zM71.465 7.444c.51-.064.945.508.735.98-.196.553-1.103.583-1.342.053-.247-.432.111-1.032.607-1.033zM47.817 8.113c.459-.237.928-.454 1.393-.678.003 2.961.005 5.922-.001 8.883-.462.002-.924 0-1.386.001-.015-2.735 0-5.471-.006-8.206zM32.539 7.594c1.289.023 2.582-.055 3.868.061 1.23.134 2.167 1.364 2.064 2.58-.079.796-.528 1.572-1.26 1.935-1.016.519-2.197.304-3.293.352-.007 1.265.003 2.53-.005 3.796-.458.003-.916.001-1.374.002-.004-2.908-.003-5.816-.001-8.725m1.379 1.376c-.004.714-.001 1.428-.001 2.142.842-.045 1.716.109 2.539-.108.83-.345.801-1.604-.023-1.935-.818-.199-1.679-.057-2.514-.1zM15.675 7.855c.399-.319 1.09-.016 1.02.52-.175.694-.44 1.364-.643 2.05 2.592.004 5.185 0 7.777.002.004 1.068.002 2.137.001 3.205-2.593.005-5.186 0-7.779.002.205.693.47 1.37.647 2.071.056.528-.621.808-1.013.508a3661.678 3661.678 0 0 1-6.109-4.19c2.031-1.392 4.063-2.784 6.099-4.169zM51.617 10.497c1.063-.785 2.678-1.004 3.774-.173.409.399.759.925.768 1.515-.015 1.493.001 2.987-.009 4.48-.42.001-.839-.001-1.258.002l-.132-.13c-.952.354-2.182.315-2.929-.447-.666-.696-.931-1.864-.372-2.698.675-1.089 2.141-1.239 3.273-.896-.04-.426-.255-.916-.715-1.015-.749-.232-1.54.149-2.021.722-.122-.454-.289-.897-.379-1.359m1.372 2.787c-.752.395-.52 1.76.328 1.872.489.081.998-.027 1.436-.252a59.132 59.132 0 0 1 0-1.459c-.543-.244-1.192-.378-1.764-.16zM58.438 10.199c.995-.722 2.441-.424 3.174.527-.325.271-.655.535-.983.801-.256-.267-.632-.57-1.023-.416-.234.086-.319.425-.118.594.795.78 1.991 1.234 2.391 2.356.385 1.096-.579 2.275-1.686 2.332-.887.177-1.86-.164-2.344-.95.321-.284.655-.552.978-.834.222.222.442.494.772.544.449.119 1.055-.308.792-.804-.479-.899-1.508-1.289-2.182-2.01-.573-.598-.374-1.644.228-2.139zM43.815 9.945c.46 0 .92-.001 1.38.001.009 2.125.006 4.249.001 6.374-.444-.006-.888.013-1.33-.007a12.55 12.55 0 0 0-.042-.187c-.6.319-1.301.47-1.976.346-.941-.112-1.711-.957-1.798-1.888-.002-1.544.005-3.088-.002-4.632.462-.014.925-.006 1.388-.005.006 1.484-.002 2.97.002 4.455.227 1.117 2.329 1.049 2.376-.139 0-1.439-.005-2.878.002-4.318zM70.819 9.945c.465-.002.929-.002 1.393.001.003 2.124.002 4.248 0 6.371-.465.002-.929.002-1.393.001-.002-2.125-.003-4.248 0-6.373z"/><path fill="#036249" d="M2.201.596c.363-.069.734-.052 1.101-.052h75.221c.431-.002.871-.022 1.29.095.761.256 1.325 1.048 1.273 1.857-.006 6.391.001 12.783-.002 19.173-.036.747-.587 1.439-1.297 1.665-.358.095-.734.092-1.102.089-25.345-.004-50.689.005-76.033-.004-.973.048-1.87-.784-1.913-1.749C.736 15.278.742 8.886.737 2.494c-.055-.87.605-1.74 1.465-1.9m61.461 7.512c-.006 2.737-.002 5.474-.002 8.212.465.003.929.002 1.394.001.017-.921-.027-1.847.02-2.766.242-.284.515-.544.772-.816.61 1.193 1.21 2.392 1.824 3.583.524 0 1.049.001 1.573-.001-.784-1.544-1.58-3.082-2.364-4.627.55-.585 1.113-1.16 1.663-1.746-.584-.002-1.167 0-1.75-.001-.585.604-1.15 1.227-1.733 1.831-.009-1.447 0-2.895-.004-4.343-.465.221-.93.446-1.393.672m7.802-.661c-.496.001-.855.602-.607 1.033.238.53 1.146.5 1.342-.053.21-.472-.225-1.044-.735-.98m-23.648.669c.006 2.735-.008 5.471.006 8.206.462-.001.924.002 1.386-.001.006-2.961.004-5.923.001-8.883-.465.224-.934.441-1.393.678m-15.278-.519c-.002 2.909-.003 5.817.001 8.725.457-.001.916.002 1.374-.002.008-1.265-.002-2.53.005-3.796 1.096-.048 2.277.167 3.293-.352.731-.363 1.181-1.139 1.26-1.935.103-1.215-.834-2.446-2.064-2.58-1.286-.116-2.579-.039-3.868-.061m-16.865.262a1774.63 1774.63 0 0 0-6.099 4.169c2.034 1.399 4.071 2.795 6.109 4.19.392.3 1.07.02 1.013-.508-.177-.701-.441-1.377-.647-2.071 2.593-.002 5.186.002 7.779-.002a570.64 570.64 0 0 0-.001-3.205c-2.592-.002-5.185.002-7.777-.002.204-.686.469-1.355.643-2.05.069-.536-.622-.839-1.02-.52m35.942 2.641c.089.462.257.905.379 1.359.482-.573 1.272-.954 2.021-.722.461.098.675.589.715 1.015-1.132-.342-2.598-.192-3.273.896-.559.834-.294 2.002.372 2.698.747.762 1.977.801 2.929.447l.132.13c.419-.002.838-.001 1.258-.002.01-1.493-.006-2.987.009-4.48-.01-.59-.359-1.115-.768-1.515-1.096-.831-2.711-.612-3.774.173m6.821-.297c-.602.495-.801 1.541-.228 2.139.673.721 1.703 1.111 2.182 2.01.263.496-.343.923-.792.804-.33-.05-.55-.321-.772-.544-.323.281-.657.55-.978.834.483.786 1.457 1.128 2.344.95 1.107-.057 2.071-1.236 1.686-2.332-.4-1.122-1.596-1.575-2.391-2.356-.201-.168-.116-.507.118-.594.391-.154.767.149 1.023.416.328-.267.658-.531.983-.801-.733-.951-2.179-1.248-3.174-.527m-14.624-.253c-.006 1.439-.002 2.878-.002 4.318-.047 1.188-2.149 1.256-2.376.139-.005-1.484.003-2.97-.002-4.455-.463-.001-.926-.009-1.388.005.007 1.544 0 3.088.002 4.632.088.931.858 1.776 1.798 1.888.674.123 1.376-.027 1.976-.346l.042.187c.443.02.887.001 1.33.007.006-2.125.008-4.249-.001-6.374-.46-.002-.92-.001-1.38-.001m27.005 0c-.003 2.125-.002 4.248 0 6.373.464.002.929.002 1.393-.001.002-2.124.003-4.248 0-6.371-.465-.002-.929-.002-1.393-.001z"/><path fill="#036249" d="M33.917 8.971c.835.043 1.696-.099 2.514.1.824.33.853 1.59.023 1.935-.822.217-1.696.063-2.539.108 0-.714-.003-1.428.001-2.142zM52.989 13.285c.572-.217 1.221-.084 1.764.16-.006.486-.006.973 0 1.459-.438.225-.947.333-1.436.252-.848-.112-1.08-1.476-.328-1.872z"/><path fill="#e4e3e3" d="M0 23.771c.077.043.197.126.135.229H0v-.229z"/></symbol><symbol viewBox="0 0 29 24" id="information--street-name-three-lines--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.537 0h25.701a1.885 1.885 0 0 1 1.403 1.044v22.057c-.211.38-.516.708-.912.898H1.031A1.919 1.919 0 0 1 0 22.594V1.534A1.827 1.827 0 0 1 1.537-.001m.072.226c-.8.093-1.427.829-1.41 1.63.002 6.831-.004 13.661.003 20.492.008.868.788 1.61 1.652 1.588h25.065c.839.015 1.618-.674 1.653-1.522.005-6.874 0-13.75.003-20.624-.014-.692-.518-1.36-1.203-1.513-.339-.113-.7-.071-1.052-.076C18.165.199 10.009.201 1.854.199c-.083 0-.165.009-.245.027z"/><path fill="#fff" d="M1.609.225c.08-.017.162-.027.245-.027L26.32.199c.351.005.712-.036 1.052.076.685.153 1.189.821 1.203 1.513-.003 6.874.002 13.75-.003 20.624-.036.847-.815 1.537-1.653 1.522H1.854c-.865.022-1.644-.72-1.652-1.588C.195 15.516.201 8.685.199 1.854.182 1.054.81.317 1.609.224M.731 1.92C.726 3.866.73 5.811.729 7.757h27.315c-.001-1.946.003-3.892-.002-5.837-.016-.518-.364-1.091-.922-1.124C18.609.798 10.098.793 1.587.799c-.512.106-.845.613-.855 1.122M.729 8.486v7.227h27.315V8.486H.729m0 7.956c.005 1.944-.009 3.889.007 5.833.018.66.606 1.148 1.25 1.125 8.089.009 16.179 0 24.268.004.425.005.882.017 1.263-.2.363-.216.514-.656.528-1.058l-.001-5.704H.729z"/><path fill="#fff" d="M5.928 2.342c.13-.238.265.095.346.203.357.636.924 1.167 1.171 1.855-.065.063-.13.127-.194.192a3.75 3.75 0 0 1-.688-.212l.001 1.919H5.503c0-.639-.001-1.278.001-1.917-.287.072-.65.332-.888.033.295-.76.913-1.36 1.312-2.073zM10.276 2.785c.481.035.985-.08 1.451.072.618.21.654 1.218.064 1.482.19.422.314.869.493 1.295l-.547.005c-.193-.385-.284-.81-.47-1.199a35.27 35.27 0 0 1-.46.003v1.193h-.53V2.785m.53.53v.597l.714.001c.074-.097.146-.197.216-.296a9.247 9.247 0 0 0-.215-.304c-.239.002-.477.002-.715.002zM15.645 2.99c.151-.082.305-.159.461-.232.011.959.002 1.919.005 2.878-.294.008-.599-.042-.882.062-.768-.004-.96-.925-.788-1.524.04-.563.766-.859 1.207-.528-.001-.219-.001-.438-.003-.656m-.378.989c-.462.213-.465.88-.133 1.209.183-.004.359-.054.515-.15-.004-.284-.005-.568.001-.853a2.14 2.14 0 0 0-.383-.206zM25.127 3.01c.176-.082.349-.168.526-.25.009.959.001 1.917.004 2.876-.294.008-.599-.042-.882.062-.821-.006-.973-.976-.79-1.6.117-.491.697-.724 1.142-.514l-.001-.575m-.449 1.027c-.308.308-.3.847.005 1.154.151-.018.3-.048.447-.09-.011-.322.016-.645-.012-.967-.097-.144-.294-.071-.44-.097zM12.678 3.863c.274-.416.88-.45 1.259-.164.249.326.279.747.251 1.142-.382.001-.764-.002-1.145.002.032.087.066.173.099.26.119.034.238.064.359.09.071-.099.14-.2.206-.302.139.081.276.166.414.249l.001.139c-.272.397-.829.472-1.24.27-.489-.394-.504-1.174-.206-1.685m.547.18l-.162.162-.001.169h.598l-.001-.169c-.054-.054-.109-.107-.162-.162h-.272zM16.641 3.581c.479.07 1.006-.236 1.429.107.44-.308 1.207-.208 1.334.379.054.519.007 1.046.022 1.568h-.53V4.206l-.164-.167c-.141.021-.332-.05-.423.093-.028.5-.001 1.002-.01 1.503h-.53c0-.481-.001-.962.001-1.443a9.45 9.45 0 0 0-.286-.208c-.168.05-.352.127-.37.328-.025.441 0 .883-.009 1.324h-.464V3.582zM20.037 3.727c.332-.272.9-.318 1.199.03.251.195.231.534.288.815-.027.394-.105.882-.528 1.041-.314.041-.679.078-.941-.137-.424-.477-.4-1.256-.018-1.75m.461.316c-.31.306-.294.847.011 1.15a7.74 7.74 0 0 0 .364-.091c.167-.338.219-.766-.065-1.06l-.31.001zM21.878 3.581c.267.008.535 0 .797-.058.411-.087.914.206.922.654.015.486-.001.972.005 1.458h-.53V4.206l-.162-.162h-.339l-.162.162v1.429h-.53V3.581zM5.554 9.929c.138-.114.318-.123.488-.128.003.277-.066.546-.152.808.583-.013 1.234-.042 1.715.347.516.377.552 1.18.18 1.67-.309.452-.762.892-.627 1.496h-.861c-.168-.882.534-1.507.931-2.194-.108-.601-.882-.526-1.343-.522.094.238.343.826-.105.794a23.748 23.748 0 0 1-1.735-1.202c.45-.394 1.008-.715 1.508-1.067zM10.276 10.541c.456.017.918-.034 1.37.024.585.142.767 1 .277 1.358l.196.098c.258.379.164.947-.207 1.216-.507.256-1.092.122-1.636.154V10.54m.531.532v.597c.265.003.537.021.792-.068a6.42 6.42 0 0 0 .086-.358l-.18-.171h-.698m0 1.061v.728c.288.001.583.028.861-.067.038-.146.066-.294.085-.444-.249-.267-.615-.229-.946-.217zM17.765 10.746c.168-.095.342-.18.528-.231.011.96.002 1.921.005 2.881-.455-.065-.936.088-1.37-.093-.337-.223-.377-.67-.359-1.038-.022-.373.104-.829.489-.973.233-.05.48-.03.711.027-.003-.191-.003-.382-.005-.573m-.421.97c-.074.082-.15.162-.225.243a4.66 4.66 0 0 1-.057.373c.025.123.042.248.057.373.076.08.151.161.226.243.15-.024.293-.081.427-.153a35.73 35.73 0 0 1 0-.926 1.329 1.329 0 0 0-.428-.153zM12.715 11.519c.337-.337 1.032-.39 1.318.038.173.317.163.689.156 1.04h-.501c.145.095.288.19.434.282l.001.155c-.321.455-1.079.505-1.436.073-.274-.476-.276-1.126.028-1.588m.306.538c.218.011.436.011.654.008l-.099-.26c-.247-.172-.442.04-.556.252m.001.549c.114.213.31.424.558.252.03-.088.062-.174.093-.26a10.056 10.056 0 0 0-.65.008zM14.519 11.267c.563.087 1.278-.211 1.658.361l-.001 1.764h-.464v-1.427c-.082-.082-.161-.166-.24-.249-.15.023-.292.08-.426.152.005.508.001 1.016.003 1.524h-.53v-2.125zM8.486 18.365c.508.026 1.048-.086 1.527.132.45.226.557.924.134 1.232.569.373.339 1.293-.27 1.478-.463.025-.927.001-1.39.009v-2.851m.53.531v.596h.7l.161-.162.004-.299c-.253-.186-.572-.135-.865-.135m0 1.126v.663h.766c.054-.054.107-.109.162-.162v-.271a24.721 24.721 0 0 1-.229-.229h-.699zM23.434 18.483c.476.013.806.422 1.2.64.312.293.797.436 1.025.788-.613.394-1.198.827-1.806 1.229-.117.1-.279.07-.42.086a11.148 11.148 0 0 0-.107-.219c.068-.196.132-.393.206-.587l-1.919.001V19.36c.646-.001 1.292.001 1.938-.001-.077-.216-.149-.434-.225-.65l.108-.224zM12.994 19.162c.357.062.721-.135 1.063.007l-.005.534c-.142-.03-.282-.065-.425-.091l-.17.176v1.428h-.464v-2.054zM14.32 19.16a3.4 3.4 0 0 0 .866-.058c.346-.028.755.168.849.525.024.528.001 1.059.009 1.588h-.53v-1.429l-.162-.162h-.339l-.162.162v1.429h-.53V19.16zM16.726 19.177c.326-.214.705.018.918.281-.114.108-.226.218-.339.327l-.166-.164-.207.018c.139.206.371.31.553.469.237.248.329.695.07.96-.266.235-.637.239-.959.135a19.536 19.536 0 0 0-.291-.286c.101-.098.202-.198.302-.298l.136-.002.127.136.302-.003.002-.174c-.235-.227-.509-.41-.734-.648-.009-.272-.037-.65.286-.752zM10.807 19.16h.464c.029.507-.07 1.029.068 1.524.146.038.294.066.444.085.402-.438.148-1.077.218-1.609h.464v2.061c-.239-.001-.481-.054-.715.011-.355.116-.813-.063-.935-.427-.021-.548-.001-1.097-.007-1.644z"/><path fill="#006f51" d="M.731 1.92c.01-.508.343-1.016.855-1.122C10.097.792 18.609.797 27.119.795c.558.034.906.607.922 1.124.005 1.945.001 3.891.002 5.837H.728C.729 5.81.725 3.865.73 1.919m5.198.423c-.399.713-1.017 1.313-1.312 2.073.238.299.601.039.888-.033l-.001 1.917h1.061c0-.64.001-1.28-.001-1.919.223.089.452.167.688.212.064-.065.129-.129.194-.192-.247-.688-.813-1.219-1.171-1.855-.082-.108-.216-.441-.346-.203m4.348.443v2.851h.53V4.443c.153-.001.307-.001.46-.003.186.388.277.814.47 1.199l.547-.005c-.178-.426-.303-.873-.493-1.295.59-.264.554-1.272-.064-1.482-.465-.151-.969-.036-1.451-.072m5.37.205c.001.219.001.438.003.656-.442-.332-1.167-.035-1.207.528-.172.599.021 1.52.788 1.524.282-.105.588-.054.882-.062-.003-.959.006-1.919-.005-2.878-.156.073-.31.15-.461.232m9.482.02c-.001.192 0 .383.001.575-.445-.21-1.025.023-1.142.514-.183.624-.031 1.594.79 1.6.282-.105.588-.054.882-.062-.003-.959.005-1.917-.004-2.876-.177.082-.35.168-.526.25m-12.45.852c-.298.51-.283 1.291.206 1.685.41.202.967.127 1.24-.27l-.001-.139c-.139-.082-.275-.168-.414-.249a6.978 6.978 0 0 1-.206.302 5.539 5.539 0 0 1-.359-.09c-.033-.087-.067-.173-.099-.26.381-.004.763-.001 1.145-.002.028-.395-.003-.815-.251-1.142-.379-.285-.985-.251-1.259.164m3.961-.281v2.054h.464c.009-.441-.017-.883.009-1.324.018-.201.202-.278.37-.328.096.068.192.137.286.208-.003.481-.001.962-.001 1.443h.53c.009-.501-.018-1.003.01-1.503.092-.143.282-.072.423-.093l.164.167v1.429h.53c-.015-.522.032-1.049-.022-1.568-.127-.587-.894-.687-1.334-.379-.422-.343-.95-.037-1.429-.107m3.396.147c-.382.494-.406 1.272.018 1.75.263.215.628.178.941.137.422-.158.501-.647.528-1.041-.056-.282-.036-.621-.288-.815-.299-.348-.867-.302-1.199-.03m1.841-.147v2.054h.53V4.206l.162-.162h.339l.162.162v1.429h.53c-.005-.486.01-.972-.005-1.458-.009-.449-.511-.741-.922-.654-.262.058-.53.066-.797.058z"/><path fill="#006f51" d="M10.807 3.315c.239 0 .477 0 .715-.002.074.099.145.201.215.304-.07.099-.143.199-.216.296l-.714-.001v-.597zM15.267 3.979c.133.058.265.121.383.206-.006.284-.005.568-.001.853a1.009 1.009 0 0 1-.515.15c-.332-.329-.329-.996.133-1.209zM13.223 4.044h.272l.162.162.001.169h-.598l.001-.169.162-.162zM20.498 4.042l.31-.001c.284.294.232.722.065 1.06a5.864 5.864 0 0 1-.364.091c-.305-.304-.32-.845-.011-1.15zM24.677 4.036c.146.026.343-.047.44.097.028.322.001.644.012.967a2.854 2.854 0 0 1-.447.09c-.305-.307-.313-.845-.005-1.154zM.729 8.486h27.315v7.227H.729V8.486m4.825 1.443c-.501.353-1.059.674-1.508 1.067.534.413 1.146.827 1.735 1.202.448.032.199-.556.105-.794.461-.003 1.235-.079 1.343.522-.397.688-1.099 1.312-.931 2.194h.861c-.135-.604.318-1.044.627-1.496.371-.49.336-1.293-.18-1.67-.481-.389-1.132-.359-1.715-.347.086-.261.155-.53.152-.808-.17.005-.35.014-.488.128m4.721.614v2.851c.544-.032 1.13.101 1.636-.154.371-.269.465-.837.207-1.216l-.196-.098c.49-.358.308-1.217-.277-1.358-.452-.058-.914-.007-1.37-.024m7.489.204l.005.573a1.569 1.569 0 0 0-.711-.027c-.385.144-.511.599-.489.973-.018.368.021.815.359 1.038.434.18.915.028 1.37.093-.003-.96.006-1.921-.005-2.881a2.41 2.41 0 0 0-.528.231m-5.051.773c-.304.463-.302 1.112-.028 1.588.357.432 1.115.382 1.436-.073l-.001-.155c-.146-.093-.29-.188-.434-.282h.501c.007-.351.017-.723-.156-1.04-.286-.429-.981-.376-1.318-.038m1.804-.252v2.125h.53c-.001-.508.003-1.016-.003-1.524.133-.072.275-.129.426-.152.079.084.158.167.24.249v1.427h.464c.001-.588-.001-1.176.001-1.764-.38-.572-1.095-.274-1.658-.361z"/><path fill="#006f51" d="M10.807 11.072h.698l.18.171c-.025.12-.055.239-.086.358-.255.089-.526.071-.792.068v-.597zM13.021 12.057c.114-.212.309-.424.556-.252.032.087.066.173.099.26-.218.003-.436.003-.654-.008zM17.343 11.716c.151.024.294.08.428.153a35.73 35.73 0 0 0 0 .926 1.356 1.356 0 0 1-.427.153l-.226-.243a4.66 4.66 0 0 0-.057-.373 4.73 4.73 0 0 0 .057-.373c.076-.08.151-.161.225-.243zM10.807 12.133c.331-.011.697-.05.946.217a3.547 3.547 0 0 1-.085.444c-.278.095-.573.068-.861.067v-.728zM13.021 12.606c.216-.011.434-.011.65-.008-.031.086-.063.172-.093.26-.248.172-.444-.038-.558-.252zM.729 16.442h27.315c0 1.901-.001 3.803.001 5.704-.014.402-.165.842-.528 1.058-.381.216-.838.205-1.263.2-8.089-.004-16.179.005-24.268-.004-.644.023-1.232-.465-1.25-1.125-.016-1.944-.002-3.889-.007-5.833m7.757 1.923v2.851c.463-.008.928.016 1.39-.009.61-.185.839-1.105.27-1.478.423-.308.316-1.006-.134-1.232-.479-.217-1.018-.106-1.527-.132m14.949.118l-.108.224c.076.217.148.434.225.65-.646.003-1.292.001-1.938.001v1.061c.64 0 1.28.001 1.919-.001-.074.194-.139.39-.206.587.036.072.072.145.107.219.141-.015.303.015.42-.086.608-.401 1.193-.835 1.806-1.229-.228-.352-.713-.495-1.025-.788-.394-.218-.724-.627-1.2-.64m-10.44.681v2.054h.464v-1.428l.17-.176c.143.027.283.061.425.091l.005-.534c-.342-.143-.706.055-1.063-.007m1.325-.002v2.055h.53v-1.429l.162-.162h.339l.162.162v1.429h.53c-.008-.53.015-1.06-.009-1.588-.094-.357-.503-.554-.849-.525-.284.066-.576.067-.866.058m2.407.017c-.324.102-.296.48-.286.752.225.238.499.42.734.648l-.002.174c-.101.001-.202.001-.302.003l-.127-.136-.136.002c-.1.1-.201.2-.302.298.097.094.195.19.291.286.322.105.693.101.959-.135.259-.265.167-.712-.07-.96-.182-.159-.414-.264-.553-.469l.207-.018.166.164c.113-.109.225-.219.339-.327-.212-.263-.591-.495-.918-.281m-5.919-.018c.007.548-.013 1.097.007 1.644.122.364.581.543.935.427.234-.065.476-.011.715-.011v-2.061H12c-.07.532.184 1.172-.218 1.609a3.513 3.513 0 0 1-.444-.085c-.137-.495-.038-1.017-.068-1.524h-.464z"/><path fill="#006f51" d="M9.017 18.896c.294 0 .612-.05.865.135l-.004.299-.161.162h-.7v-.596zM9.017 20.022h.699l.229.229v.271l-.162.162h-.766v-.663z"/></symbol><symbol viewBox="0 0 70 24" id="information--street-name-two-lines--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h1.174C.49.338.161 1.059 0 1.767V0zM68.87 0h1.057v1.414C69.788.811 69.319.386 68.87 0zM22.517 2.509l1.046.001v.325c-.312 0-.624-.002-.936.016.086.099.18.194.279.283-.094.26-.18.521-.25.789.982.002 1.965.02 2.947-.008-.307-.117-.629-.205-.904-.392l.208-.251c.663.005 1.325-.013 1.989.013-.154.369-.543.501-.866.679.087.372.343.661.559.964a3.38 3.38 0 0 1 1.673-.231c.976.209 1.821 1.149 1.747 2.175.07.831-.495 1.591-1.189 1.991-1.2.599-2.955-.021-3.211-1.426-.382.048-.766.207-.631.667l.28.393c-.241.008-.482.013-.722.016.072-.243.121-.492.142-.744-.115-.06-.229-.119-.344-.177a23.73 23.73 0 0 1-.026-.233c-.482-.644-1.061-1.202-1.645-1.752.754 1.099.382 2.879-.936 3.355-1.275.641-2.961-.288-3.145-1.691-.373-1.684 1.7-3.201 3.2-2.343.211-.571.406-1.147.553-1.737l-.232-.25.415-.432m-.046 1.856l.001.278c.593.576 1.191 1.149 1.681 1.819.051-.357.432-.218.683-.247.176-.623.406-1.227.569-1.853-.979.005-1.957-.001-2.935.003m3.336.375c-.259.794-.497 1.593-.744 2.39l.456-.178a2.238 2.238 0 0 1 .693-1.713 1.597 1.597 0 0 0-.405-.5m1.121.626c.364.48.85.897 1.049 1.48-.58.334-1.272.345-1.912.483.265.701.914 1.186 1.651 1.292.945-.046 1.73-.809 1.835-1.748-.101-1.233-1.5-2.14-2.623-1.508m-7.659.811c-.675 1.096.454 2.618 1.681 2.449.901-.041 1.589-.877 1.633-1.744-.06-.417-.274-.789-.489-1.143-.283.555-.748.969-1.113 1.462a73.95 73.95 0 0 1-.471.002l-.005-.408c.565-.299.907-.829 1.129-1.412-.869-.383-1.923-.059-2.365.794m6.788.72c.412-.087.825-.173 1.237-.263a20.98 20.98 0 0 0-.731-.994c-.308.347-.552.775-.506 1.257zM6.436 3.599c.237-.231.496-.032.683.148-.036.398-.164.778-.28 1.157 1.03.011 2.059.001 3.088.004v1.745l-3.159-.001c.137.411.375.823.316 1.27-.119.203-.398.188-.589.115-1.109-.699-2.149-1.501-3.26-2.199 1.039-.787 2.145-1.478 3.201-2.24zM41.831 3.491h.338c.087.089.177.178.267.267 0 .121.002.242.004.364-.147.087-.295.172-.441.26-.147-.087-.295-.172-.441-.26l.004-.365.267-.266zM54.267 3.491l.364-.004c.085.145.169.291.255.435l-.157.299-.299.157c-.145-.085-.291-.169-.435-.255l.004-.364.267-.267zM55.633 3.83c.249-.135.502-.263.759-.382.011.449.008.9.008 1.349l.545.004v.65l-.545.004c.014.567-.033 1.138.019 1.704.129.292.444.055.662.025a2.715 2.715 0 0 1-.244.892 34.487 34.487 0 0 0-.851-.002c-.656-.706-.229-1.754-.349-2.617-.146-.003-.291-.005-.436-.009a69.553 69.553 0 0 1 0-.646l.437-.009-.004-.965zM34.255 3.6h.873c.012 1.052-.023 2.105.013 3.156.055.452.538.589.925.573.218-.254.519-.516.481-.886.001-.948-.004-1.895-.001-2.843h.764c-.025 1.15.049 2.306-.035 3.452-.295 1.421-2.716 1.392-2.943-.048-.171-1.123-.032-2.271-.076-3.404zM63.817 3.6h2.619v.764h-1.855v.547c.523.032 1.161-.155 1.558.293 1.021.757.53 2.635-.725 2.832-.604.045-1.284.165-1.824-.185.122-.225.24-.452.364-.676.791.352 2.062.058 1.951-1.009a17.87 17.87 0 0 1-.501-.492l-.451-.001c-.145.153-.29.305-.431.461a3.22 3.22 0 0 1-.823-.242c-.023-.768.194-1.52.117-2.291zM38.182 4.802c.717.111 1.472-.335 2.15.025.345.125.515.501.572.838.02.802-.002 1.605.005 2.408h-.764c-.071-.873.184-1.81-.219-2.626l-.607.009-.265.264v2.353h-.873V4.802zM46.745 4.952c.399-.331.955-.304 1.436-.228.807.308.828 1.312.803 2.04-.634.002-1.268-.007-1.901.008.092.189.185.375.281.562.241-.019.48-.058.709-.136.051-.113.104-.226.158-.338.225.139.446.281.674.417-.304.959-1.751 1.115-2.35.386-.406-.842-.464-1.97.19-2.71m.651.495l-.268.274-.001.277c.334.001.668.001 1.003-.001.106-.495-.333-.625-.733-.55zM49.418 4.802c.536.043 1.059-.085 1.589-.128.085.099.173.199.261.299a9.979 9.979 0 0 0-.139.598c-.256-.075-.64-.264-.823.031-.046.821-.001 1.647-.016 2.471h-.873V4.802zM51.74 4.836c.511-.324 1.152-.121 1.612.2l-.008.277c-.19.127-.376.254-.56.389a30.543 30.543 0 0 1-.256-.25c-.081.002-.242.004-.322.007.467.592 1.517.926 1.352 1.843-.192.76-1.037.863-1.694.771-.18-.187-.362-.371-.541-.557.204-.154.412-.301.615-.458.086.084.173.168.262.252l.344.001.191-.227c-.403-.47-.94-.792-1.363-1.241-.017-.365.026-.791.368-1.006zM41.564 4.8h.873v3.273h-.873V4.8zM42.833 4.807c.295-.007.589-.008.884-.009.226.644.455 1.287.719 1.917.235-.633.483-1.261.655-1.916.325 0 .651.001.977.005-.425 1.089-.875 2.17-1.275 3.268-.24.001-.479.002-.719.005-.392-1.1-.875-2.163-1.24-3.272zM54 4.8h.764v3.273H54V4.8zM57.022 4.805l.899-.011c.321.688.608 1.395.829 2.122.244-.717.484-1.441.821-2.122.298.004.596.005.895.01a279.359 279.359 0 0 1-1.78 4.474l-.898-.01c.129-.563.681-1.137.331-1.714-.379-.911-.692-1.849-1.096-2.749zM0 11.236h69.927v1.2H0v-1.2zM9.818 14.51l1.046-.001.399.417c-.552.567.231 1.321.223 1.996 1.361-.704 3.38.325 3.25 1.951.204 1.617-1.783 2.84-3.175 2.075-1.373-.548-1.707-2.456-.76-3.547-.517.665-1.133 1.241-1.731 1.833l-.036.245c-.298.267-.544.646-.292 1.033-.238-.004-.476-.008-.713-.009.188-.238.391-.511.372-.829-.148-.207-.42-.133-.637-.164-.32.957-1.269 1.711-2.308 1.55-1.598.141-2.715-1.883-1.892-3.211.502-1.149 2.015-1.456 3.072-.941.296-.107.428-.503.665-.718l.021-.242a8.78 8.78 0 0 1-.779-.398l.003-.277c.651.059 1.36-.151 1.968.148-.004.355-.501.379-.768.427l-.001.079c.991-.001 1.981.002 2.972-.002-.092-.317-.339-.655-.153-.984-.248.003-.496.004-.745.004v-.435m-1.888 1.858c.182.66.425 1.3.599 1.963l.696-.004c.588-.604 1.216-1.171 1.712-1.858-.975-.233-2.008-.047-3.007-.1m-.847.807c.533.528.664 1.243.879 1.925l.321-.011c-.284-.765-.516-1.547-.789-2.316-.136.134-.273.268-.411.401m-3.266 1.922c.145.56.467 1.153 1.056 1.342.902.494 2.083-.157 2.361-1.094-.627-.179-1.348-.124-1.899-.504.189-.572.731-.945 1.012-1.475-.26-.077-.523-.145-.782-.223-.98.08-1.85.938-1.748 1.954m7.923-1.716c.13.561.506 1.023.986 1.329l.171.287-.171.203-.363-.001c-.317-.519-.833-.884-1.094-1.442-.214.299-.477.613-.476 1-.146 1.145 1.132 2.201 2.232 1.8.732-.16 1.145-.895 1.267-1.582-.014-1.246-1.42-2.127-2.552-1.594m-5.765 1.251c.453.098.905.203 1.366.264-.083-.44-.225-.887-.58-1.185-.26.31-.496.638-.785.921zM34.581 15.863c.29-.135.576-.279.867-.411.01.448.007.897.007 1.346l.545.004v.65l-.545.004c.044.658-.105 1.342.096 1.981l.46-.255c.002.304-.022.61-.137.895-.307-.004-.614-.004-.921-.004l-.241-.257c-.161-.74-.137-1.496-.129-2.247-.146-.003-.292-.005-.437-.009a95.004 95.004 0 0 1 0-.755c.145-.003.29-.007.436-.009l-.001-.933zM53.821 15.526c1.025-.333 1.894.632 1.923 1.597-.028.782.148 1.632-.287 2.338-.499.996-2.143.88-2.587-.113-.388-1.006-.429-2.187.076-3.161.178-.336.504-.577.874-.66m.093.833c-.701.803-.641 2.159.009 2.975.239-.022.476-.064.705-.141.466-.862.58-2.054-.103-2.835l-.611.001zM62.927 15.761l.325-.296c1.19.668 2.268 1.517 3.403 2.273v.201c-1.088.67-2.086 1.477-3.183 2.129-.888.151-.418-.953-.274-1.411-1.066-.011-2.132-.001-3.197-.004v-1.745h3.181c-.123-.373-.226-.755-.254-1.148zM18.982 15.6c.708.019 1.419-.037 2.125.023 1.252.815 1.236 2.683.561 3.869-.613.88-1.786.504-2.686.58v-4.473m.873.765v2.835c.32 0 .64.001.96.007.599-.639.52-1.584.328-2.372a34.2 34.2 0 0 1-.463-.47h-.826zM50.509 15.864c.385-.152.776-.311 1.2-.276v4.485h-.764v-3.596c-.146-.003-.292-.005-.437-.009l.001-.604zM23.6 16.729c.715-.203 1.595.083 1.78.872.051.62.133 1.296-.11 1.888-.372.655-1.209.698-1.855.517-.624-.289-.773-1.059-.732-1.681.007-.625.227-1.425.916-1.596m.341.727c-.124.125-.25.25-.375.373-.002.553-.115 1.187.352 1.597l.264-.004c.634-.482.554-1.379.135-1.976l-.376.01zM31.2 16.807c.638.065 1.273-.255 1.901-.056.406.089.735.495.718.916.002.802-.003 1.604-.001 2.405h-.764V17.72a33.104 33.104 0 0 1-.265-.265l-.599-.007c-.458.789-.128 1.756-.227 2.624h-.764v-3.266zM36.398 17.415c.338-.802 1.427-.951 2.088-.482.62.537.464 1.414.442 2.14-.034.44-.403.707-.684.999-.564-.035-1.274.172-1.676-.351-.478-.648-.459-1.583-.17-2.306m1.045.034c-.529.528-.58 1.709.216 2.012.633-.459.708-1.451.171-2.013l-.387.001zM44.727 16.807c.638.065 1.273-.255 1.901-.056.406.091.736.496.718.916.002.802-.003 1.604-.001 2.405h-.764v-2.35a24.634 24.634 0 0 1-.274-.288c-.239.02-.475.064-.704.133-.235.812-.061 1.672-.113 2.505h-.764v-3.266zM25.719 16.803c.289-.003.579-.004.869-.003.107.656.314 1.289.517 1.921.175-.655.422-1.284.647-1.921.312 0 .624-.001.937-.005.288.583.324 1.288.709 1.814.135-.613.308-1.219.517-1.812l.869.004c-.363 1.075-.593 2.188-.929 3.272h-.908c-.218-.722-.509-1.42-.748-2.136-.181.734-.506 1.42-.737 2.139-.303-.062-.842.178-.935-.239-.249-1.018-.626-2.002-.808-3.034zM39.243 16.803c.29-.003.581-.004.873-.003.107.656.314 1.289.517 1.921.154-.66.467-1.268.643-1.921.313.001.627-.001.941-.005.236.595.418 1.208.612 1.816.376-.523.328-1.237.615-1.813l.864.002c-.324 1.087-.595 2.187-.924 3.273-.278 0-.556.001-.835.005-.327-.655-.501-1.372-.812-2.035-.262.673-.479 1.363-.754 2.031-.302-.06-.838.178-.929-.238-.254-1.016-.586-2.012-.812-3.034zM0 21.793c.096 1.104 1.051 2.083 2.175 2.099 21.859-.003 43.718 0 65.577-.001.999.02 1.874-.706 2.175-1.637v1.732a.15.15 0 0 0-.012.014H.2c.003-.151-.063-.212-.201-.182v-2.025z"/><path fill="#036f51" d="M1.174 0H68.87c.449.386.919.811 1.057 1.414v9.823H0V1.768C.16 1.06.49.339 1.174.001m21.343 2.508l-.415.432.232.25c-.147.59-.343 1.166-.553 1.737-1.5-.857-3.573.659-3.2 2.343.184 1.403 1.87 2.332 3.145 1.691 1.318-.476 1.69-2.256.936-3.355.584.55 1.163 1.108 1.645 1.752l.026.233c.115.058.229.117.344.177-.021.252-.07.501-.142.744.24-.003.481-.009.722-.016a47.65 47.65 0 0 1-.28-.393c-.135-.459.249-.619.631-.667.255 1.405 2.011 2.025 3.211 1.426.694-.4 1.259-1.16 1.189-1.991.074-1.027-.77-1.966-1.747-2.175a3.39 3.39 0 0 0-1.673.231c-.216-.303-.471-.592-.559-.964.323-.178.712-.31.866-.679-.663-.026-1.325-.008-1.989-.013l-.208.251c.275.187.598.275.904.392-.982.027-1.965.01-2.947.008a9.14 9.14 0 0 1 .25-.789 2.98 2.98 0 0 1-.279-.283c.312-.019.624-.016.936-.016V2.51l-1.046-.001m-16.08 1.09c-1.056.761-2.162 1.453-3.201 2.24 1.111.698 2.15 1.5 3.26 2.199.191.073.47.088.589-.115.059-.447-.179-.859-.316-1.27l3.159.001V4.909c-1.03-.003-2.059.007-3.088-.004.117-.38.244-.759.28-1.157-.187-.18-.446-.38-.683-.148m35.395-.109a33.48 33.48 0 0 1-.267.266l-.004.365.441.26.441-.26c-.002-.122-.004-.243-.004-.364-.091-.089-.18-.178-.267-.267h-.338m12.434 0L54 3.758l-.004.364c.144.086.29.17.435.255l.299-.157.157-.299c-.086-.144-.17-.29-.255-.435l-.364.004m1.365.34l.004.965c-.147.003-.292.005-.437.009v.646l.436.009c.12.863-.307 1.911.349 2.617.284-.003.567-.002.851.002.127-.284.22-.581.244-.892-.218.029-.533.267-.662-.025-.051-.566-.004-1.137-.019-1.704l.545-.004v-.65l-.545-.004c0-.449.003-.9-.008-1.349-.257.119-.511.247-.759.382M34.255 3.6c.045 1.132-.095 2.281.076 3.404.227 1.44 2.649 1.469 2.943.048.084-1.145.01-2.302.035-3.452h-.764c-.003.948.002 1.895.001 2.843.038.37-.263.632-.481.886-.387.016-.871-.121-.925-.573-.036-1.051-.001-2.104-.013-3.156h-.873m29.563 0c.077.771-.14 1.523-.117 2.291.263.111.537.204.823.242.141-.156.286-.309.431-.461l.451.001c.164.167.331.332.501.492.111 1.067-1.16 1.361-1.951 1.009-.124.225-.242.452-.364.676.54.35 1.22.23 1.824.185 1.256-.197 1.747-2.075.725-2.832-.397-.448-1.035-.262-1.558-.293a49.868 49.868 0 0 1 0-.547h1.855v-.764h-2.619M38.182 4.802v3.271h.873V5.72l.265-.264c.202-.002.404-.004.607-.009.404.816.148 1.753.219 2.626h.764c-.008-.803.014-1.606-.005-2.408-.057-.337-.227-.712-.572-.838-.679-.36-1.433.086-2.15-.025m8.562.15c-.653.74-.596 1.868-.19 2.71.599.729 2.045.573 2.35-.386-.228-.135-.449-.278-.674-.417-.055.112-.107.225-.158.338a2.806 2.806 0 0 1-.709.136c-.096-.187-.19-.373-.281-.562.634-.014 1.268-.005 1.901-.008.025-.728.004-1.732-.803-2.04-.481-.076-1.036-.103-1.436.228m2.673-.149v3.271h.873c.015-.824-.029-1.649.016-2.471.182-.295.566-.106.823-.031.04-.201.085-.4.139-.598-.087-.1-.176-.2-.261-.299-.53.043-1.054.17-1.589.128m2.321.034c-.341.215-.385.64-.368 1.006.422.449.96.771 1.363 1.241l-.191.227-.344-.001-.262-.252c-.203.157-.411.304-.615.458.179.187.361.371.541.557.657.092 1.502-.011 1.694-.771.166-.916-.885-1.25-1.352-1.843.08-.002.241-.004.322-.007l.256.25c.183-.135.37-.263.56-.389.002-.07.005-.208.008-.277-.46-.321-1.102-.524-1.612-.2M41.564 4.8v3.273h.873V4.8h-.873m1.269.007c.365 1.108.849 2.172 1.24 3.272.24-.003.479-.004.719-.005.4-1.099.85-2.18 1.275-3.268a79.65 79.65 0 0 0-.977-.005c-.171.655-.42 1.283-.655 1.916a34.215 34.215 0 0 1-.719-1.917c-.295.001-.589.002-.884.009M54 4.8v3.273h.764V4.8H54m3.022.005c.405.9.718 1.838 1.096 2.749.35.577-.202 1.151-.331 1.714.299.003.599.005.898.01a270.282 270.282 0 0 0 1.78-4.474c-.299-.004-.597-.005-.895-.01-.337.681-.577 1.405-.821 2.122a16.193 16.193 0 0 0-.829-2.122l-.899.011z"/><path fill="#036f51" d="M22.472 4.365c.977-.004 1.956.002 2.935-.003-.164.626-.394 1.231-.569 1.853-.251.028-.632-.11-.683.247-.49-.67-1.088-1.243-1.681-1.819l-.001-.278zM25.807 4.74c.173.133.298.311.405.5a2.24 2.24 0 0 0-.693 1.713l-.456.178c.247-.797.485-1.596.744-2.39zM26.928 5.365c1.123-.633 2.521.275 2.623 1.508-.105.938-.89 1.702-1.835 1.748-.736-.106-1.385-.59-1.651-1.292.64-.139 1.332-.149 1.912-.483-.2-.584-.685-1-1.049-1.48zM19.269 6.175c.442-.853 1.496-1.177 2.365-.794-.223.583-.564 1.113-1.129 1.412l.005.408.471-.002c.364-.493.83-.907 1.113-1.462.215.355.429.727.489 1.143-.044.867-.732 1.703-1.633 1.744-1.227.169-2.356-1.353-1.681-2.449zM47.396 5.448c.4-.075.839.055.733.55-.335.002-.669.002-1.003.001l.001-.277.268-.274z"/><path fill="#036f51" d="M26.057 6.895c-.046-.482.199-.91.506-1.257.251.325.499.653.731.994-.412.089-.825.176-1.237.263zM0 12.436h69.927v9.817c-.301.932-1.176 1.657-2.175 1.637-21.859.001-43.718-.002-65.577.001C1.05 23.875.096 22.896 0 21.792v-9.357m9.818 2.075v.435c.249 0 .497-.001.745-.004-.187.329.061.667.153.984-.991.004-1.981.001-2.972.002l.001-.079c.267-.048.764-.072.768-.427-.608-.299-1.317-.089-1.968-.148l-.003.277c.253.146.513.278.779.398l-.021.242c-.238.215-.37.611-.665.718-1.057-.515-2.57-.207-3.072.941-.824 1.328.293 3.351 1.892 3.211 1.04.16 1.989-.593 2.308-1.55.217.031.489-.044.637.164.019.319-.184.591-.372.829.238.001.476.004.713.009-.252-.387-.005-.766.292-1.033l.036-.245c.598-.591 1.214-1.167 1.731-1.833-.947 1.091-.613 2.999.76 3.547 1.392.765 3.379-.458 3.175-2.075.13-1.625-1.888-2.654-3.25-1.951.009-.675-.775-1.429-.223-1.996l-.399-.417-1.046.001m24.764 1.353l.001.933a31.38 31.38 0 0 0-.436.009v.755l.437.009c-.009.752-.033 1.508.129 2.247l.241.257c.307 0 .614 0 .921.004.116-.285.14-.59.137-.895l-.46.255c-.201-.639-.052-1.323-.096-1.981l.545-.004v-.65l-.545-.004c0-.449.003-.898-.007-1.346-.291.132-.577.276-.867.411m19.24-.337c-.37.083-.696.324-.874.66-.505.974-.465 2.156-.076 3.161.444.994 2.088 1.109 2.587.113.435-.706.259-1.556.287-2.338-.029-.965-.898-1.93-1.923-1.597m9.105.236c.028.393.131.775.254 1.148H60v1.745c1.066.003 2.132-.007 3.197.004-.144.457-.614 1.561.274 1.411 1.097-.652 2.096-1.46 3.183-2.129v-.201c-1.135-.756-2.212-1.606-3.403-2.273l-.325.296M18.982 15.6v4.473c.9-.076 2.073.3 2.686-.58.675-1.187.692-3.055-.561-3.869-.706-.06-1.417-.004-2.125-.023m31.527.263l-.001.604.437.009v3.596h.764v-4.485c-.424-.035-.815.124-1.2.276m-26.909.865c-.689.171-.91.971-.916 1.596-.041.622.108 1.392.732 1.681.646.181 1.483.137 1.855-.517.243-.592.161-1.269.11-1.888-.185-.789-1.066-1.075-1.78-.872m7.599.078v3.266h.764c.099-.867-.231-1.835.227-2.624l.599.007.265.265v2.352h.764c-.002-.802.003-1.604.001-2.405.017-.421-.312-.827-.718-.916-.628-.2-1.263.121-1.901.056m5.197.607c-.289.723-.308 1.658.17 2.306.401.524 1.112.316 1.676.351.281-.292.65-.56.684-.999.022-.727.178-1.604-.442-2.14-.661-.469-1.75-.32-2.088.482m8.329-.608v3.266h.764c.052-.832-.121-1.693.113-2.505.229-.069.465-.113.704-.133.091.097.181.192.274.288v2.35h.764c-.002-.802.003-1.604.001-2.405.019-.42-.312-.826-.718-.916-.628-.2-1.263.121-1.901.056m-19.009-.005c.182 1.032.56 2.016.808 3.034.093.417.632.177.935.239.231-.719.556-1.405.737-2.139.239.716.53 1.414.748 2.136h.908c.336-1.083.566-2.197.929-3.272l-.869-.004a15.456 15.456 0 0 0-.517 1.812c-.385-.526-.421-1.232-.709-1.814-.313.004-.625.005-.937.005-.225.637-.472 1.267-.647 1.921-.203-.632-.41-1.265-.517-1.921-.29-.001-.58 0-.869.003m13.524 0c.226 1.022.557 2.018.812 3.034.092.416.627.178.929.238.275-.669.492-1.358.754-2.031.311.662.484 1.38.812 2.035.278-.004.556-.005.835-.005.329-1.085.6-2.186.924-3.273l-.864-.002c-.287.576-.239 1.291-.615 1.813-.194-.609-.376-1.222-.612-1.816a49.24 49.24 0 0 1-.941.005c-.176.653-.489 1.261-.643 1.921-.203-.632-.41-1.265-.517-1.921-.291-.001-.583 0-.873.003z"/><path fill="#036f51" d="M7.931 16.368c.998.053 2.031-.133 3.007.1-.495.687-1.124 1.253-1.712 1.858l-.696.004c-.173-.662-.417-1.303-.599-1.963zM19.855 16.364h.826c.153.158.307.315.463.47.192.788.271 1.732-.328 2.372-.32-.005-.64-.007-.96-.007v-2.835zM53.913 16.36l.611-.001c.683.781.568 1.973.103 2.835a3.148 3.148 0 0 1-.705.141c-.65-.816-.71-2.172-.009-2.975zM7.084 17.176c.139-.133.275-.267.411-.401.273.769.505 1.551.789 2.316l-.321.011c-.215-.683-.346-1.397-.879-1.925zM3.818 19.097c-.103-1.016.768-1.874 1.748-1.954.26.077.523.145.782.223-.281.53-.824.903-1.012 1.475.551.38 1.272.325 1.899.504-.278.937-1.459 1.588-2.361 1.094-.589-.189-.911-.782-1.056-1.342zM11.741 17.381c1.131-.533 2.537.348 2.552 1.594-.121.687-.535 1.421-1.267 1.582-1.1.401-2.378-.655-2.232-1.8-.001-.387.262-.701.476-1 .261.559.777.923 1.094 1.442l.363.001.171-.203a30.84 30.84 0 0 1-.171-.287c-.48-.305-.856-.768-.986-1.329zM23.94 17.456l.376-.01c.419.597.499 1.493-.135 1.976l-.264.004c-.467-.41-.355-1.044-.352-1.597.125-.123.251-.248.375-.373zM37.443 17.449l.387-.001c.537.562.461 1.553-.171 2.013-.796-.302-.745-1.484-.216-2.012z"/><path fill="#036f51" d="M5.976 18.632c.289-.283.526-.611.785-.921.356.298.497.745.58 1.185-.46-.061-.913-.166-1.366-.264z"/><path fill="#231f20" d="M0 23.818c.137-.029.204.032.201.182H0v-.182zM69.915 24a.15.15 0 0 1 .012-.014V24h-.012z"/></symbol><symbol viewBox="0 0 29 24" id="information--subway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#eb1a2d" d="M12.418 0h2.287c1.719.199 3.417.69 4.916 1.567a12.21 12.21 0 0 1 3.405 2.944c1.173 1.467 1.962 3.226 2.355 5.058-1.42.015-2.841.002-4.261.006-.469-1.435-1.34-2.745-2.515-3.696-1.331-1.084-3.02-1.731-4.74-1.764-2.358-.087-4.716.987-6.222 2.799a8.135 8.135 0 0 0-1.468 2.661c-1.425-.003-2.851.009-4.277-.006a12.272 12.272 0 0 1 2.28-4.957c1.808-2.35 4.515-3.99 7.44-4.487.266-.049.536-.068.801-.126zM1.887 14.26c1.419.016 2.837.002 4.256.007a7.926 7.926 0 0 0 2.495 3.761c1.315 1.088 2.987 1.751 4.697 1.804 2.402.119 4.818-.968 6.342-2.824a8.072 8.072 0 0 0 1.478-2.742c1.419-.005 2.838.009 4.256-.007-.242 1.153-.624 2.285-1.184 3.324-1.86 3.62-5.708 6.139-9.775 6.366-.535.012-1.071.013-1.606-.001-3.551-.193-6.934-2.133-8.968-5.039a12.354 12.354 0 0 1-1.991-4.649z"/><path fill="#fff" d="M7.643 6.914c1.506-1.812 3.863-2.886 6.222-2.799 1.72.033 3.409.68 4.74 1.764 1.176.951 2.047 2.261 2.515 3.696H6.175a8.153 8.153 0 0 1 1.468-2.661zM12.964 10.733c.464-.147.968-.107 1.42.064.007.166.012.333-.017.497-.446-.187-1.032-.314-1.426.049-.423.415-.18 1.27.405 1.394.193.052.391 0 .579-.048.004-.181.004-.363.001-.544a49.155 49.155 0 0 0-.385-.002 19.803 19.803 0 0 1-.001-.422c.283-.002.565-.002.848 0-.008.407-.004.815-.027 1.222-.291.15-.607.3-.944.263-.67-.042-1.214-.713-1.128-1.377a1.058 1.058 0 0 1 .674-1.097zM17.904 10.648c.537-.043 1.009.375 1.178.859.034.276.038.564-.004.839-.181.498-.686.906-1.233.867-.545-.023-1.012-.464-1.128-.988-.192-.728.388-1.634 1.186-1.577m-.24.522c-.629.193-.676 1.235-.064 1.483.466.226 1.061-.161 1.067-.673.064-.526-.494-1.013-1.004-.81zM.892 10.678l.464.001c.011.512-.021 1.027.035 1.537.026.299.284.586.596.575.321-.003.574-.312.588-.62.037-.496.011-.993.019-1.49.157-.002.314-.002.471 0-.021.526-.007 1.052-.038 1.578-.032.631-.717 1.16-1.336.939a1.081 1.081 0 0 1-.758-.973c-.034-.514-.03-1.03-.042-1.546zM3.48 10.68c.154.004.311-.018.464.012.411.526.798 1.07 1.205 1.598.026-.536.016-1.073.028-1.61.152-.002.305-.002.457 0 .003.823.002 1.647 0 2.47-.149.002-.299.002-.448 0-.41-.526-.811-1.058-1.219-1.585-.027.528-.01 1.056-.031 1.584-.153.002-.305.002-.457 0a508.41 508.41 0 0 1 0-2.47zM6.099 10.68c.315-.006.63.012.945.017.633-.019 1.176.611 1.116 1.231.043.508-.328.984-.786 1.167-.417.101-.851.043-1.276.056-.002-.823-.003-1.647 0-2.47m.46.459v1.551c.264.001.548.021.789-.11.417-.232.514-.895.149-1.216-.231-.272-.62-.215-.938-.225zM8.486 10.679h1.5c.002.17.002.339 0 .509-.346.001-.691-.001-1.037.001.006.132.014.264.023.397.262.022.526.001.787.038l-.003.447c-.26.002-.521.02-.782.015-.012.19-.019.38-.026.569h1.038v.496H8.485c-.001-.824-.002-1.648 0-2.472zM10.377 10.679c.47.042 1.065-.142 1.418.267.312.352.173.911-.195 1.164.228.341.458.682.673 1.031a4.18 4.18 0 0 1-.488.009c-.215-.292-.408-.601-.64-.88-.071-.098-.201-.082-.307-.094-.004.324.001.649-.003.974-.153.002-.305.002-.458 0-.001-.824-.002-1.648 0-2.472m.455.474c.006.19.002.379.004.568.176-.004.355.023.527-.019.206-.101.211-.412.015-.529a1.56 1.56 0 0 0-.545-.02zM14.777 10.68c.358.003.719-.004 1.074.041.401.118.592.615.461.993-.072.157-.209.269-.318.399.223.343.462.675.669 1.028-.158.007-.316.02-.473.006-.249-.274-.421-.613-.669-.891-.068-.085-.188-.065-.283-.083-.008.325 0 .651-.004.976-.153.002-.305.002-.458 0-.002-.824-.002-1.647 0-2.47m.461.462c-.002.193-.002.386 0 .579.175-.007.356.027.526-.023.21-.107.201-.438-.013-.532-.168-.037-.342-.026-.513-.025zM19.472 10.676c.155.002.311.002.466.003.006.481-.005.964.005 1.445-.002.258.14.521.384.622.328.15.76-.102.778-.466.048-.532.008-1.068.023-1.601.153-.001.305-.002.459 0-.001.512.004 1.024-.002 1.537-.002.521-.446 1-.973 1.015-.511.088-.955-.345-1.094-.8-.057-.582-.032-1.17-.046-1.755zM22.134 10.68c.147-.002.295-.002.442 0 .408.543.817 1.084 1.226 1.626.027-.541.016-1.084.028-1.625.153-.002.306-.002.459-.001.002.825.002 1.649 0 2.474-.159-.002-.317-.01-.475-.016-.401-.516-.795-1.037-1.194-1.555-.025.523-.013 1.046-.029 1.568-.155.002-.309.009-.463-.01.007-.82 0-1.64.003-2.46zM24.837 10.679c.353.002.707-.014 1.059.026.574.049.989.623.993 1.175.029.542-.33 1.105-.87 1.234-.392.046-.789.029-1.183.042.001-.826-.001-1.651.001-2.478m.461.462c-.002.517-.002 1.034 0 1.551.289.003.611.021.858-.16.379-.287.384-.927.013-1.222-.244-.197-.577-.164-.871-.17zM6.143 14.267h15.011a8.072 8.072 0 0 1-1.478 2.742c-1.524 1.856-3.94 2.943-6.342 2.824-1.71-.053-3.381-.716-4.697-1.804a7.938 7.938 0 0 1-2.495-3.761z"/><path fill="#044da1" d="M25.381 9.569c1.133.072 2.28.009 3.418.031v4.654c-1.13.005-2.259-.008-3.389.006-1.419.016-2.838.002-4.256.007H6.143c-1.419-.005-2.837.009-4.256-.007-.629-.013-1.258-.002-1.887-.006V9.599c.632-.018 1.269.038 1.898-.031 1.425.015 2.851.002 4.277.006H21.12c1.42-.003 2.841.009 4.261-.006m-12.417 1.165a1.055 1.055 0 0 0-.674 1.097c-.086.665.458 1.335 1.128 1.377.337.037.653-.112.944-.263.022-.407.018-.815.027-1.222a59.926 59.926 0 0 0-.848 0c-.001.141-.001.282.001.422l.385.002c.003.181.003.362-.001.544-.188.048-.386.1-.579.048-.585-.124-.828-.98-.405-1.394.394-.363.98-.236 1.426-.049.029-.164.024-.332.017-.497-.452-.171-.957-.211-1.42-.064m4.939-.086c-.798-.057-1.378.849-1.186 1.577.115.523.583.964 1.128.988.547.039 1.052-.368 1.233-.867.042-.275.038-.563.004-.839-.169-.483-.641-.901-1.178-.859m-17.013.03c.012.515.008 1.031.042 1.546.018.439.335.852.758.973.619.221 1.304-.308 1.336-.939.031-.526.017-1.052.038-1.578a18.488 18.488 0 0 0-.471 0c-.008.497.017.994-.019 1.49-.015.308-.267.616-.588.62-.312.011-.57-.275-.596-.575-.056-.51-.024-1.024-.035-1.537l-.464-.001m2.587.003c-.002.824-.002 1.647 0 2.47.152.002.304.002.457 0 .02-.528.004-1.056.031-1.584.408.527.809 1.059 1.219 1.585.149.002.299.002.448 0 .002-.824.003-1.647 0-2.47a17.405 17.405 0 0 0-.457 0c-.012.537-.002 1.074-.028 1.61-.408-.528-.795-1.072-1.205-1.598-.152-.03-.309-.008-.464-.012m2.618-.001c-.003.823-.002 1.647 0 2.47.424-.014.859.045 1.276-.056.458-.182.829-.658.786-1.167.06-.62-.483-1.25-1.116-1.231-.315-.005-.63-.023-.945-.017m2.386 0c-.002.824-.002 1.648 0 2.472h1.501c.002-.165.002-.331 0-.496H8.949c.007-.19.014-.38.026-.569.261.005.521-.013.782-.015l.003-.447c-.261-.037-.525-.016-.787-.038a25.658 25.658 0 0 1-.023-.397c.346-.002.691 0 1.037-.001.002-.17.002-.339 0-.509h-1.5m1.89 0c-.002.824-.002 1.648 0 2.472.153.002.305.002.458 0 .004-.324-.001-.649.003-.974.106.011.236-.005.307.094.232.279.425.588.64.88.163.004.326.004.488-.009-.215-.35-.445-.69-.673-1.031.368-.253.507-.812.195-1.164-.353-.409-.948-.225-1.418-.267m4.4 0a508.41 508.41 0 0 0 0 2.47c.152.002.305.002.458 0 .005-.325-.003-.651.004-.976.095.018.215-.001.283.083.248.277.42.616.669.891.157.015.315.001.473-.006-.207-.353-.446-.686-.669-1.028.109-.13.245-.242.318-.399.131-.379-.06-.875-.461-.993-.355-.046-.717-.038-1.074-.041m4.694-.005c.014.584-.011 1.172.046 1.755.139.456.583.889 1.094.8.528-.015.971-.494.973-1.015.007-.512.001-1.025.002-1.537a35.114 35.114 0 0 0-.459 0c-.015.533.025 1.07-.023 1.601-.017.364-.45.616-.778.466-.244-.101-.386-.364-.384-.622-.011-.481.001-.964-.005-1.445-.155-.001-.311-.001-.466-.003m2.662.004c-.003.82.004 1.64-.003 2.46.153.019.308.013.463.01.016-.523.003-1.046.029-1.568.399.518.792 1.039 1.194 1.555.158.006.316.014.475.016.001-.825.002-1.649 0-2.474-.153-.001-.306 0-.459.001-.012.542-.001 1.084-.028 1.625-.409-.542-.818-1.083-1.226-1.626a16.281 16.281 0 0 0-.442 0m2.7 0c-.002.826 0 1.652-.001 2.478.394-.013.79.004 1.183-.042.54-.129.899-.693.87-1.234-.004-.552-.419-1.126-.993-1.175-.352-.039-.706-.024-1.059-.026z"/><path fill="#044da1" d="M6.558 11.14c.318.011.706-.047.938.225.366.32.269.984-.149 1.216-.241.13-.525.111-.789.11V11.14zM10.832 11.152c.181-.021.368-.023.545.02.196.117.191.428-.015.529-.172.042-.352.015-.527.019-.001-.19.002-.379-.004-.568zM15.237 11.141c.171-.001.345-.012.513.025.214.094.223.425.013.532-.17.05-.352.016-.526.023a27.938 27.938 0 0 1 0-.579zM17.663 11.17c.51-.203 1.067.285 1.004.81-.006.512-.601.899-1.067.673-.612-.248-.566-1.29.064-1.483zM25.298 11.14c.294.005.626-.028.871.17.371.295.367.935-.013 1.222-.247.181-.568.162-.858.16-.003-.517-.002-1.034 0-1.551z"/><path fill="#81a6d0" d="M0 9.552c.632.012 1.267-.024 1.898.018-.629.069-1.265.012-1.898.031v-.048z"/></symbol><symbol viewBox="0 0 24 24" id="information--telephone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.539 0h.339c-.106.178-.24.204-.403.077L1.539 0zM.246 2.013c.2-.952.988-1.817 2.013-1.806 6.493-.02 12.986.001 19.479-.01 1.05-.097 1.966.675 2.222 1.664.02 6.723-.02 13.445.02 20.166a2.371 2.371 0 0 1-1.788 1.85 6140.86 6140.86 0 0 0-20.132.001 2.348 2.348 0 0 1-1.789-1.847C.274 15.359.319 8.684.247 2.013M1.925.684C1.219.844.696 1.538.721 2.261.715 8.754.72 15.247.718 21.74c-.07.917.749 1.752 1.669 1.694h19.476c.917.055 1.732-.779 1.662-1.694-.001-6.494.004-12.988-.003-19.481.045-.946-.854-1.728-1.782-1.63C15.136.672 8.521.56 1.923.684z"/><path fill="#fff" d="M10.339 4.173c.166-1.504 1.95-1.999 3.228-2.101-.332 1.818-.658 3.638-.995 5.455-.548.197-1.151.602-1.132 1.257-.011 2.312-.008 4.625-.003 6.937-.013.56.565.828.999 1.024.412 1.759.813 3.522 1.211 5.285a6.404 6.404 0 0 1-3.077-1.062c-.432-1.688-.924-3.36-1.341-5.053-.336-2.142-.378-4.34-.067-6.49.245-1.781.774-3.504 1.176-5.252z"/><path fill="#fff" d="M14.088 2.199c.426.099 1.278.034 1.208.684a189.592 189.592 0 0 1-.942 4.556c-.155.583-.862.15-1.26.134.328-1.792.665-3.582.995-5.374zM12.925 16.552c.401-.06 1.088-.534 1.278.043.382 1.508.743 3.023 1.094 4.537.188.695-.717.687-1.155.808-.408-1.796-.81-3.592-1.218-5.388z"/><path fill="#332f30" d="M1.879 0h20.496c.107.178.241.204.405.075.626.249 1.104.772 1.347 1.395v.55l-.166-.16C23.706.871 22.79.1 21.739.196 15.246.207 8.753.186 2.26.206 1.235.195.447 1.059.247 2.012l-.085-.205C.066 1.01.807.37 1.476.075c.163.127.298.102.403-.077z"/><path fill="#d0cfcf" d="M22.374 0h.341l.064.075c-.163.128-.298.103-.405-.075z"/><path fill="#005595" d="M1.925.684C8.523.56 15.138.671 21.742.629c.927-.098 1.827.684 1.782 1.63.006 6.494.001 12.988.003 19.481.069.915-.745 1.749-1.662 1.694H2.389c-.92.058-1.739-.777-1.669-1.694C.721 15.247.716 8.754.723 2.261.698 1.538 1.221.844 1.927.684m8.412 3.489c-.402 1.748-.931 3.472-1.176 5.252-.312 2.15-.269 4.348.067 6.49.417 1.693.908 3.365 1.341 5.053.915.612 1.98.98 3.077 1.062a673.966 673.966 0 0 0-1.211-5.285c-.433-.196-1.012-.464-.999-1.024-.005-2.312-.009-4.625.003-6.937-.019-.655.584-1.059 1.132-1.257.337-1.817.663-3.636.995-5.455-1.278.102-3.062.597-3.228 2.101m3.748-1.974c-.33 1.792-.667 3.582-.995 5.374.398.015 1.106.449 1.26-.134.33-1.514.65-3.033.942-4.556.07-.65-.782-.584-1.208-.684m-1.162 14.353c.407 1.796.809 3.592 1.218 5.388.437-.121 1.343-.113 1.155-.808-.352-1.514-.712-3.03-1.094-4.537-.19-.577-.877-.103-1.278-.043z"/><path fill="#cccbcb" d="M0 1.902l.161-.094C.047 8.661.21 15.524.079 22.376L0 22.117V1.902z"/><path fill="#231f20" d="M.161 1.808l.085.205C.318 8.684.272 15.359.27 22.031l-.191.346C.21 15.525.046 8.662.161 1.809zM23.96 1.861l.166.16v20.342a372.48 372.48 0 0 0-.146-.336c-.04-6.721 0-13.444-.02-20.166zM1.627 24l.432-.122c6.71-.013 13.421-.011 20.132-.001l.435.123H1.627z"/><path fill="#7c7a7a" d="M.27 22.031c.173.92.881 1.637 1.789 1.847L1.627 24H1.42c-.645-.338-1.21-.877-1.341-1.623l.191-.346z"/><path fill="#7a7878" d="M22.192 23.877a2.37 2.37 0 0 0 1.788-1.85l.146.336v.181c-.186.672-.699 1.172-1.321 1.456h-.178l-.435-.123z"/></symbol><symbol viewBox="0 0 24 24" id="information--telephone--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.836.138c.271-.118.574-.104.863-.109 7 .01 14-.009 20.999.01.767-.016 1.312.741 1.269 1.462.002 6.999.002 13.999 0 20.998.052.764-.568 1.528-1.369 1.467-7.065.005-14.131.004-21.196 0-.799.059-1.416-.705-1.369-1.467C.03 15.5.031 8.5.033 1.5.023.949.3.35.836.138m.389.395C.75.631.455 1.126.498 1.594.502 8.565.494 15.537.502 22.508c-.03.539.451 1.02.989.989 7.006.005 14.012.005 21.017 0a.961.961 0 0 0 .989-.989c.006-7.005.006-14.011 0-21.016.036-.586-.52-1.06-1.09-.993C15.347.523 8.282.455 1.225.533z"/><path fill="#fff" d="M3.894 3.894h16.212v16.212H3.894V3.894m4.878 1.181c-.002 1.295-.003 2.591 0 3.886.355-.165.709-.333 1.065-.497.001-.963-.001-1.926.001-2.889-.356-.166-.71-.336-1.066-.5M5.453 8.721c-.311 3.789 1.59 7.68 4.816 9.706 1.23.729 2.853.627 4.018-.186a513.46 513.46 0 0 0-2.66-2.226c-.548.376-1.419.368-1.747-.29a409.52 409.52 0 0 1-2.548-5.459c-.284-.675.275-1.324.904-1.504a803.19 803.19 0 0 0-.001-3.471c-1.53.407-2.725 1.838-2.782 3.43m5.522 1.253c-.533.294-.624 1.115-.16 1.513.332.332.836.228 1.248.354.309.124.348.62.048.777-.457.241-1.001.069-1.413-.187-.109.132-.217.266-.322.401.613.425 1.547.626 2.161.105.543-.476.279-1.507-.45-1.616-.388-.079-1.115-.013-1.063-.605.182-.611.978-.36 1.396-.164.092-.14.18-.283.268-.426-.517-.261-1.173-.45-1.713-.152m3.362-.135c-.649.071-1.099.723-1.028 1.356-.02.666-.098 1.525.604 1.889.635.4 1.576.016 1.747-.715.085-.487.051-.987.036-1.478-.032-.659-.719-1.168-1.359-1.052m2.422.11c-.554.268-.682 1.1-.226 1.517.322.342.825.258 1.239.364.344.102.391.648.061.799-.46.226-.99.05-1.402-.199l-.311.405c.56.382 1.33.568 1.959.248.538-.274.653-1.07.235-1.497-.327-.366-.86-.267-1.286-.4-.334-.118-.356-.647-.027-.788.384-.165.804.009 1.167.154l.26-.428c-.506-.251-1.131-.436-1.669-.175m-4.941 5.525c.988.835 1.983 1.66 2.975 2.491l.303-1.137a1272.76 1272.76 0 0 1-2.21-1.85c-.355.167-.711.333-1.068.496z"/><path fill="#fff" d="M14.43 10.336c.422-.057.818.33.77.755-.04.499.163 1.154-.293 1.511-.433.348-1.14-.043-1.082-.593.01-.578-.202-1.555.605-1.673z"/><path fill="#154889" d="M1.225.533C8.282.455 15.347.523 22.407.499c.57-.067 1.126.407 1.09.993.006 7.005.006 14.011 0 21.016a.961.961 0 0 1-.989.989c-7.005.005-14.011.005-21.017 0-.538.031-1.019-.45-.989-.989-.008-6.971 0-13.943-.004-20.914C.455 1.126.75.631 1.225.533m2.669 3.361v16.212h16.212V3.894H3.894z"/><path d="M8.772 5.075c.356.164.71.334 1.066.5-.002.963 0 1.926-.001 2.889-.356.164-.71.332-1.065.497-.003-1.295-.002-2.591 0-3.886z"/><path d="M5.453 8.721c.057-1.592 1.252-3.023 2.782-3.43.003 1.157.003 2.314.001 3.471-.629.18-1.188.829-.904 1.504a409.52 409.52 0 0 0 2.548 5.459c.328.658 1.199.666 1.747.29a513.46 513.46 0 0 1 2.66 2.226c-1.165.813-2.788.915-4.018.186-3.226-2.026-5.127-5.917-4.816-9.706z"/><path d="M11.818 15.474c.357-.163.713-.329 1.068-.496.736.618 1.473 1.234 2.21 1.85l-.303 1.137c-.992-.831-1.987-1.656-2.975-2.491z"/><path fill="#0c0b09" d="M10.975 9.974c.54-.298 1.196-.109 1.713.152-.088.143-.176.286-.268.426-.418-.196-1.214-.447-1.396.164-.052.592.675.526 1.063.605.729.109.993 1.14.45 1.616-.614.521-1.548.32-2.161-.105.105-.135.213-.269.322-.401.412.256.956.428 1.413.187.3-.157.261-.653-.048-.777-.412-.126-.916-.022-1.248-.354-.464-.398-.373-1.219.16-1.513zM14.337 9.839c.64-.116 1.327.393 1.359 1.052.015.491.049.991-.036 1.478-.171.731-1.112 1.115-1.747.715-.702-.364-.624-1.223-.604-1.889-.071-.633.379-1.285 1.028-1.356m.093.497c-.807.118-.595 1.095-.605 1.673-.058.55.649.941 1.082.593.456-.357.253-1.012.293-1.511.048-.425-.348-.812-.77-.755zM16.759 9.949c.538-.261 1.163-.076 1.669.175l-.26.428c-.363-.145-.783-.319-1.167-.154-.329.141-.307.67.027.788.426.133.959.034 1.286.4.418.427.303 1.223-.235 1.497-.629.32-1.399.134-1.959-.248l.311-.405c.412.249.942.425 1.402.199.33-.151.283-.697-.061-.799-.414-.106-.917-.022-1.239-.364-.456-.417-.328-1.249.226-1.517z"/></symbol><symbol viewBox="0 0 24 24" id="information--telephone-device-for-the-deaf--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#eee" d="M1.767 0h20.552l-.158.08C16.479.171 10.792.093 5.109.119 4.059.092 3.001.184 1.958.048L1.767 0z"/><path fill="#6d6a6b" d="M.008 2.015C.038.969.913.09 1.958.047c1.043.137 2.101.044 3.151.071C10.792.092 16.479.17 22.161.079 22.988.067 23.69.629 24 1.372v21.377A2.602 2.602 0 0 1 22.887 24H1.22c-.707-.411-1.249-1.18-1.219-2.017.005-6.656-.008-13.312.007-19.968M1.583.404C.747.65.22 1.518.262 2.37.268 8.909.254 15.45.269 21.989c-.01.998.857 1.897 1.861 1.886 6.579.012 13.157.005 19.736.004.734.03 1.473-.39 1.783-1.061.263-.558.194-1.19.201-1.788-.004-5.901-.002-11.802-.001-17.703-.011-.55.052-1.113-.089-1.651-.207-.778-.971-1.372-1.782-1.349C15.643.314 9.307.329 2.972.32 2.51.325 2.037.289 1.584.404z"/><path fill="#fff" d="M1.583.404c.453-.115.926-.08 1.388-.084C9.306.33 15.642.314 21.977.327c.811-.024 1.575.57 1.782 1.349.141.538.078 1.101.089 1.651-.001 5.901-.002 11.802.001 17.703-.007.598.062 1.23-.201 1.788-.31.671-1.049 1.091-1.783 1.061-6.579.001-13.157.008-19.736-.004-1.004.012-1.87-.888-1.861-1.886C.253 15.45.267 8.909.261 2.37.219 1.518.746.65 1.582.404m.248.501c-.607.128-1.038.733-1.005 1.346C.823 8.83.818 15.408.827 21.987c-.036.764.678 1.407 1.43 1.341h19.604c.75.064 1.458-.58 1.425-1.34.008-6.579.004-13.16.002-19.739.053-.771-.652-1.451-1.419-1.387C15.191.891 8.504.805 1.829.905z"/><path fill="#fff" d="M9.551 2.317c3.361-.34 6.792.008 10.006 1.056.378.144.869.179 1.081.574.618.99 1.163 2.114 1.097 3.311-.034.73-.469 1.492-1.175 1.749-1.465-.48-2.906-1.046-4.357-1.574-.974-.4.007-1.723-.587-2.374-.561-.403-1.295-.384-1.954-.428-1.613.067-3.284-.206-4.855.246-1.053.389-.076 1.788-.665 2.431-1.346.604-2.773 1.021-4.147 1.567-.7.399-1.3-.453-1.508-1.034-.385-1.466.33-2.999 1.2-4.148 1.87-.738 3.865-1.166 5.863-1.377zM3.368 10.024c.643-.119 1.316-.077 1.966-.031.48.159.276.795.326 1.175-.059.417.153.989-.229 1.284-.644.115-1.32.075-1.972.029-.493-.169-.29-.802-.337-1.194.056-.411-.151-.983.247-1.263zM7.176 10.032c.639-.139 1.316-.076 1.966-.044.437.075.355.617.368.942-.081.493.204 1.198-.266 1.534-.652.089-1.327.074-1.982.011-.466-.19-.266-.797-.316-1.188.052-.409-.138-.96.229-1.255zM11.073 10.004a8.384 8.384 0 0 1 1.971.004c.453.246.239.863.293 1.28-.051.385.144.967-.282 1.183-.624.082-1.263.058-1.89.019-.548-.108-.347-.804-.391-1.202.057-.416-.165-1.05.298-1.283zM14.875 10.004a8.557 8.557 0 0 1 1.972.001c.459.236.236.867.295 1.282.008.472.106 1.33-.624 1.225-.663-.072-2.058.358-1.937-.747.091-.562-.246-1.388.293-1.761zM18.681 10.01c.677-.072 1.394-.11 2.063.025.427.485.146 1.25.219 1.849.013 1.017-1.32.523-1.956.627-.712.075-.607-.76-.601-1.224.057-.415-.159-1.022.276-1.277zM5.381 13.354c.678-.001 1.461-.177 2.082.107.213.693.164 1.521.03 2.23-.531.377-1.288.115-1.908.179-.689.038-.52-.811-.539-1.257.053-.411-.164-1.07.336-1.259zM9.187 13.356a9.358 9.358 0 0 1 1.937.01c.424.195.242.762.289 1.13-.061.429.154 1.008-.22 1.325-.652.108-1.332.069-1.99.027-.516-.162-.302-.829-.352-1.233.049-.412-.159-1.061.336-1.258zM12.996 13.362c.663-.056 1.357-.096 2.011.025.476.451.169 1.234.252 1.824.048 1.059-1.315.56-1.962.664-.731.088-.633-.782-.621-1.261.051-.41-.157-1.041.32-1.252zM16.796 13.364c.663-.061 1.358-.097 2.014.021.476.451.169 1.234.252 1.825.055 1.063-1.315.558-1.963.663-.725.078-.595-.792-.595-1.259.058-.404-.162-1.027.292-1.25zM3.498 16.711c.649-.024 1.325-.091 1.962.042.4.562.122 1.365.188 2.021.005.661-.822.46-1.251.494-.4-.053-1.025.156-1.23-.311-.083-.571-.039-1.155-.033-1.731-.01-.227.121-.482.365-.514zM7.305 16.714c.625-.045 1.262-.062 1.884.01.473.196.273.819.322 1.217-.061.412.164 1.022-.271 1.275a8.561 8.561 0 0 1-1.979.005c-.485-.208-.254-.866-.312-1.28.045-.404-.154-1.063.356-1.226zM11.108 16.72c.677.006 1.482-.204 2.089.128.246.678.173 1.514.049 2.219-.539.391-1.328.127-1.965.183-.634.006-.49-.772-.505-1.192.059-.434-.179-1.123.333-1.339zM14.909 16.72a9.999 9.999 0 0 1 1.903.001c.478.189.283.82.33 1.219-.062.412.169 1.053-.293 1.281-.65.069-1.32.076-1.969-.006-.466-.232-.246-.86-.302-1.275.046-.399-.149-1.032.33-1.22zM18.816 16.706c.664.057 1.527-.253 2.066.207.131.695.15 1.478-.013 2.166-.555.37-1.34.124-1.983.17-.664-.034-.438-.867-.481-1.308.042-.41-.157-1.131.411-1.234zM5.396 20.263c4.339-.065 8.685-.008 13.027-.027.337-.057.656.196.614.551-.004.419.157 1.238-.493 1.205-4.322.01-8.647.012-12.97-.001-.421.053-.545-.391-.509-.722.023-.336-.097-.885.33-1.005z"/><path fill="#005595" d="M1.83.905C8.505.805 15.192.891 21.87.862c.766-.064 1.472.615 1.419 1.387.001 6.58.006 13.161-.002 19.739.033.76-.675 1.404-1.425 1.34H2.258c-.752.065-1.466-.577-1.43-1.341C.818 15.408.823 8.83.826 2.251c-.033-.613.398-1.218 1.005-1.346m7.72 1.412c-1.998.211-3.993.639-5.863 1.377-.87 1.149-1.585 2.682-1.2 4.148.208.581.808 1.433 1.508 1.034 1.373-.547 2.8-.964 4.147-1.567.589-.643-.387-2.042.665-2.431 1.571-.451 3.241-.179 4.855-.246.659.044 1.394.025 1.954.428.594.651-.387 1.973.587 2.374 1.451.529 2.892 1.094 4.357 1.574.706-.257 1.141-1.019 1.175-1.749.067-1.198-.479-2.322-1.097-3.311-.213-.394-.703-.43-1.081-.574A24.438 24.438 0 0 0 9.552 2.318m-6.184 7.706c-.398.28-.191.852-.247 1.263.048.392-.156 1.025.337 1.194.652.046 1.328.087 1.972-.029.383-.296.17-.867.229-1.284-.05-.38.154-1.016-.326-1.175-.65-.046-1.324-.088-1.966.031m3.809.008c-.367.295-.177.846-.229 1.255.05.391-.15.998.316 1.188.655.063 1.33.078 1.982-.011.47-.336.185-1.041.266-1.534-.013-.326.069-.867-.368-.942-.65-.032-1.327-.095-1.966.044m3.896-.028c-.463.233-.241.867-.298 1.283.044.398-.157 1.094.391 1.202.627.039 1.267.063 1.89-.019.425-.216.23-.798.282-1.183-.055-.417.159-1.034-.293-1.28a8.438 8.438 0 0 0-1.971-.004m3.801.001c-.539.373-.202 1.199-.293 1.761-.121 1.105 1.274.675 1.937.747.73.105.632-.753.624-1.225-.058-.415.164-1.046-.295-1.282a8.557 8.557 0 0 0-1.972-.001m3.805.006c-.435.255-.219.863-.276 1.277-.006.463-.11 1.299.601 1.224.636-.105 1.969.39 1.956-.627-.072-.599.208-1.364-.219-1.849-.669-.135-1.385-.097-2.063-.025M5.381 13.354c-.5.189-.283.848-.336 1.259.019.446-.15 1.295.539 1.257.62-.064 1.377.197 1.908-.179.134-.709.183-1.537-.03-2.23-.62-.284-1.403-.108-2.082-.107m3.807.002c-.495.197-.288.846-.336 1.258.05.404-.164 1.072.352 1.233.658.042 1.338.081 1.99-.027.374-.317.159-.896.22-1.325-.046-.368.135-.935-.289-1.13a9.499 9.499 0 0 0-1.937-.01m3.809.007c-.476.211-.269.842-.32 1.252-.012.479-.109 1.349.621 1.261.646-.105 2.009.394 1.962-.664-.083-.589.225-1.372-.252-1.824-.655-.121-1.349-.081-2.011-.025m3.8.002c-.454.223-.234.846-.292 1.25 0 .467-.13 1.338.595 1.259.648-.105 2.017.4 1.963-.663-.083-.59.225-1.373-.252-1.825-.656-.119-1.351-.082-2.014-.021M3.498 16.711c-.244.032-.374.288-.365.514-.006.576-.05 1.16.033 1.731.204.467.829.258 1.23.311.429-.034 1.256.166 1.251-.494-.065-.656.213-1.459-.188-2.021-.637-.133-1.313-.065-1.962-.042m3.808.004c-.511.163-.311.822-.356 1.226.058.413-.172 1.072.312 1.28.653.07 1.327.078 1.979-.005.435-.253.21-.863.271-1.275-.049-.398.151-1.021-.322-1.217-.623-.071-1.259-.055-1.884-.01m3.803.007c-.512.216-.273.905-.333 1.339.015.419-.13 1.198.505 1.192.637-.056 1.426.208 1.965-.183.125-.706.197-1.541-.049-2.219-.607-.333-1.411-.122-2.089-.128m3.802-.001c-.479.188-.284.821-.33 1.22.056.415-.164 1.043.302 1.275a8.587 8.587 0 0 0 1.969.006c.462-.228.232-.869.293-1.281-.048-.399.147-1.03-.33-1.219a9.917 9.917 0 0 0-1.903-.001m3.906-.014c-.568.103-.37.825-.411 1.234.043.441-.183 1.274.481 1.308.643-.046 1.428.2 1.983-.17.163-.688.144-1.471.013-2.166-.539-.46-1.402-.15-2.066-.207m-13.42 3.558c-.428.12-.308.669-.33 1.005-.037.331.088.776.509.722 4.322.013 8.647.011 12.97.001.65.033.49-.785.493-1.205.042-.355-.277-.608-.614-.551-4.341.019-8.688-.038-13.027.027z"/></symbol><symbol viewBox="0 0 38 24" id="information--toll-station--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fef896" d="M0 0h38.171v.663A12.58 12.58 0 0 0 35.657.37C25.982.4 16.304.37 6.628.393 4.42.439 2.182.153-.001.601V0z"/><path fill="#fbee36" d="M0 .601C2.183.153 4.421.439 6.629.393 16.304.37 25.982.4 35.658.37c.846.014 1.689.11 2.514.293v13.666c-.277-.752-.658-1.477-.814-2.27-.29-1.522 1.049-3.07.114-4.51-.485 1.488-.437 3.102-1.04 4.56-.359.704-.119 1.486.059 2.203-.094.096-.279.293-.37.391-.514-1.065-1.205-2.192-.99-3.426.203-1.042.144-2.169-.315-3.136-.329-.242-.8-.043-1.179-.055a27.991 27.991 0 0 1-1.685-1.509l1.198-.914c-.418-.485-.827-1.031-1.454-1.257-3.89-.018-7.781 0-11.669-.087a90.01 90.01 0 0 1-.217-.334c-.215.425-.432.85-.647 1.278-.05-.217-.101-.434-.149-.651-5.008.025-10.037.238-15.047.094-1.79.331-3.579 1.531-3.968 3.413V.601z"/><path fill="#f0e033" d="M19.81 3.986l.217.334a1032.39 1032.39 0 0 0-.055 15.342c-.155.663.645.473 1.049.535 3.55-.014 7.102-.005 10.654-.005a23.334 23.334 0 0 0-.034-.953 18.198 18.198 0 0 1-.018-.249c-1.582-.249-3.275.272-4.777-.407.05-1.195-.048-2.414.263-3.584.466.441.91.907 1.342 1.383 1.07.094 2.144.121 3.214.018-.105-.421-.199-.843-.297-1.266-.791-.055-1.646.082-2.389-.233-.647-.754-1.031-1.73-1.831-2.361-.286-.208-.583-.398-.878-.592.167-.32.336-.642.491-.969.338-1.131-.254-2.695-1.623-2.581-1.472.176-2.005 2.078-.953 3.072.117.169.235.336.354.505-.4.121-.805.233-1.198.375-.32.146-.802.286-.802.713-.096 1.806-.007 3.618-.034 5.429l-.409.53c-.142-.027-.425-.08-.567-.105-.421-3.008-.085-6.062-.183-9.09.023-1.481-.201-2.999.258-4.439 3.035.005 6.071.03 9.109.062.007.942 0 1.883.002 2.825.318-.002.638-.009.955-.011.011-1.285.005-2.571.025-3.856.626.226 1.035.773 1.454 1.257l-1.198.914a27.723 27.723 0 0 0 1.685 1.509c.379.011.85-.187 1.179.055.459.967.519 2.094.315 3.136-.215 1.234.475 2.361.99 3.426.091-.098.277-.295.37-.391-.178-.718-.418-1.499-.059-2.203.603-1.458.555-3.072 1.04-4.56.935 1.44-.405 2.987-.114 4.51.155.793.537 1.518.814 2.27v9.671H0V8.121C.389 6.24 2.178 5.04 3.968 4.708c5.01.144 10.039-.069 15.047-.094.048.217.098.434.149.651.215-.427.432-.853.647-1.278M14.13 6.629c1.221.311 1.966 1.237 2.649 2.217-.048-1.335-1.253-2.61-2.649-2.217m-.496.953c.905.414 1.673 1.024 2.169 1.897.121-1.207-1.013-2.119-2.169-1.897m-.077.72a9.136 9.136 0 0 0 1.593 1.397c-.16-.773-.761-1.433-1.593-1.397M3.481 10.647c-.178.686-.4 1.371-.441 2.082.256.615 1.058.395 1.577.521a38 38 0 0 0 .901 1.152c.633.011 1.237-.155 1.666-.645-.011-.201-.032-.603-.041-.805l.247.551c2.325.027 4.649-.032 6.974.03.544 1.248 2.162 1.152 2.485-.201.352-.002.704-.002 1.056-.002 1.035-1.465-.837-2.457-2.126-2.411-2.21.064-3.703-2.133-5.947-1.817-2.322-.311-4.123 1.488-6.35 1.545M32.562 14c-.002.558-.002 1.118-.002 1.678.969.009 1.936.011 2.905.011.016-.565.023-1.131.025-1.696-.976-.011-1.952-.009-2.928.007M6.987 15.454c0 1.045-.011 2.089-.009 3.136.784.009 1.566 0 2.347-.032v-.67l-1.712-.025c-.087-.654.562-.649 1.017-.773l-.057-.443c-.368-.126-.722-.283-1.079-.439.61-.126 1.234-.151 1.856-.181-.014-.16-.039-.48-.05-.64-.77.018-1.543.034-2.313.066m2.711-.063c-.009.146-.023.434-.03.578.288.053.576.103.864.153.009.818.011 1.637.011 2.455l.61-.011c.005-.818.014-1.637.032-2.455l.869-.103-.009-.61a57.402 57.402 0 0 0-2.347-.007m2.942.695c-.441.885-.201 2.441.981 2.535.631.135 1.081-.373 1.394-.846-.514-.032-1.024.059-1.534.098-.551-.391-.553-1.275-.05-1.707.478-.146.992.057 1.483.062-.16-1.122-1.931-1.141-2.274-.142z"/><path fill="#17140c" d="M19.973 19.662c-.023-5.113.002-10.229.055-15.342 3.888.087 7.778.069 11.669.087-.021 1.285-.014 2.571-.025 3.856-.318.002-.638.009-.955.011-.002-.942.005-1.883-.002-2.825-3.038-.032-6.073-.057-9.109-.062l-.503.009c-.018 4.578-.062 9.159-.053 13.737 3.529.053 7.061.021 10.592.105.018.318.03.635.034.953-3.552 0-7.104-.009-10.654.005-.405-.062-1.205.128-1.049-.535z"/><path fill="#e3d866" d="M21.102 5.397l.503-.009c-.459 1.44-.235 2.958-.258 4.439.098 3.029-.238 6.082.183 9.09.142.025.425.078.567.105l.409-.53c1.447.009 2.898-.069 4.341.091 1.502.679 3.195.158 4.777.407l.018.249c-3.531-.085-7.063-.053-10.592-.105-.009-4.578.034-9.159.053-13.737z"/><path fill="#93800f" d="M14.13 6.629c1.397-.393 2.601.882 2.649 2.217-.683-.981-1.429-1.906-2.649-2.217z"/><path fill="#978a13" d="M13.634 7.582c1.157-.222 2.29.69 2.169 1.897-.496-.873-1.264-1.483-2.169-1.897z"/><path fill="#8d760f" d="M13.557 8.302c.832-.037 1.433.624 1.593 1.397a9.095 9.095 0 0 1-1.593-1.397z"/><path fill="#151314" d="M24.185 11.47c-1.051-.994-.519-2.896.953-3.072 1.369-.114 1.961 1.449 1.623 2.581-.686.693-1.685 1.042-2.576.491z"/><path fill="#161412" d="M3.481 10.647c2.226-.057 4.027-1.856 6.35-1.545 2.245-.315 3.737 1.881 5.947 1.817 1.289-.046 3.161.946 2.126 2.411-.352 0-.704 0-1.056.002-.322 1.353-1.941 1.449-2.485.201-2.325-.062-4.649-.002-6.974-.03l-.247-.551c.009.201.03.603.041.805-.43.489-1.033.656-1.666.645a38 38 0 0 1-.901-1.152c-.519-.126-1.321.094-1.577-.521.041-.711.263-1.397.441-2.082m2.865.135c1.024.085 2.053.135 3.081.089-.009-.423-.011-.843-.027-1.266-1.129-.002-2.391.135-3.054 1.177m3.41-1.225l.201 1.291c1.058.162 2.13.24 3.2.197-.939-.85-2.032-1.753-3.401-1.488m-4.112 4.256c.889.329 1.173-.658.736-1.282-.711-.023-1.335.665-.736 1.282m9.493.112c.885.261 1.531-.759.64-1.266-.745-.071-.761.752-.64 1.266z"/><path fill="#e6d44d" d="M6.345 10.782C7.008 9.74 8.27 9.603 9.399 9.605c.016.423.018.843.027 1.266-1.029.046-2.057-.005-3.081-.089z"/><path fill="#ded746" d="M9.755 9.557c1.369-.265 2.462.638 3.401 1.488a16.643 16.643 0 0 1-3.2-.197l-.201-1.291z"/><path fill="#ddd662" d="M24.185 11.47c.891.551 1.89.201 2.576-.491-.155.327-.325.649-.491.969.295.194.592.384.878.592-1.225-.389-2.542-.24-3.806-.19.393-.142.798-.254 1.198-.375-.119-.169-.238-.336-.354-.505z"/><path fill="#141414" d="M22.539 13.063c0-.427.482-.567.802-.713 1.264-.05 2.581-.199 3.806.19.8.631 1.184 1.607 1.831 2.361.743.315 1.598.178 2.389.233.098.423.192.846.297 1.266-1.07.103-2.144.075-3.214-.018a25.378 25.378 0 0 0-1.342-1.383c-.311 1.17-.213 2.389-.263 3.584-1.442-.16-2.894-.082-4.341-.091.027-1.81-.062-3.623.034-5.429z"/><path fill="#ddd847" d="M5.643 13.813c-.599-.617.025-1.305.736-1.282.437.624.153 1.611-.736 1.282z"/><path fill="#dbdf42" d="M15.136 13.925c-.121-.514-.105-1.337.64-1.266.891.507.245 1.527-.64 1.266z"/><path fill="#171414" d="M32.562 14c.976-.016 1.952-.018 2.928-.007a68.511 68.511 0 0 1-.025 1.696c-.969 0-1.936-.002-2.905-.011 0-.56 0-1.12.002-1.678z"/><path fill="#1d1408" d="M6.987 15.454c.77-.032 1.543-.048 2.313-.066.011.16.037.48.05.64-.622.03-1.246.055-1.856.181.357.155.711.313 1.079.439l.057.443c-.455.123-1.104.119-1.017.773l1.712.025v.67c-.782.032-1.563.041-2.347.032-.002-1.047.009-2.091.009-3.136z"/><path fill="#1d1603" d="M9.698 15.39a57.397 57.397 0 0 1 2.347.007l.009.61-.869.103a154.58 154.58 0 0 0-.032 2.455l-.61.011c0-.818-.002-1.637-.011-2.455l-.864-.153c.007-.144.021-.432.03-.578z"/><path fill="#221109" d="M12.64 16.085c.343-.999 2.114-.981 2.274.142-.491-.005-1.006-.208-1.483-.062-.503.432-.501 1.317.05 1.707.51-.039 1.019-.13 1.534-.098-.313.473-.763.981-1.394.846-1.182-.094-1.422-1.65-.981-2.535z"/></symbol><symbol viewBox="0 0 24 24" id="information--tourism-information--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.206 0h21.638l.112.095C17.368-.02 11.773.078 6.183.045 4.526.072 2.865-.011 1.211.091L1.207 0zM23.024.145zM1.368.29C8.341.181 15.329.273 22.307.244c.805-.061 1.575.632 1.567 1.444.008 6.873 0 13.747.005 20.621.065.808-.63 1.584-1.447 1.571-6.873.01-13.745.001-20.618.005-.859.07-1.634-.72-1.57-1.575C.24 15.477.24 8.645.244 1.813.204 1.123.695.452 1.368.291m.123.485C1.03.88.715 1.346.744 1.81.742 8.644.743 15.478.743 22.312c-.052.59.475 1.124 1.067 1.078 6.834.002 13.668.001 20.502 0 .594.051 1.125-.485 1.073-1.078.001-6.834.002-13.668 0-20.502.056-.65-.572-1.165-1.199-1.073C15.289.767 8.385.69 1.491.776zM23.907.821L24 .868v.218l-.093-.265zM0 1.28l.072-.128C.047 8.42.007 15.693.091 22.958L0 22.805V1.28z"/><path fill="#fff" d="M18.223 6.72c.762-.187 1.664.018 2.148.672.554.73.65 1.679.747 2.56a26.014 26.014 0 0 1-.006 4.342c-.09.846-.199 1.752-.738 2.445-.783 1.03-2.595.981-3.301-.115-.548-.821-.61-1.841-.691-2.795-.08-1.698-.115-3.425.235-5.098.173-.863.68-1.8 1.606-2.01m.377 1.338c-.545.213-.662.878-.754 1.388a27.166 27.166 0 0 0-.047 5.093c.109.585.241 1.492.979 1.554.685-.086.806-.921.924-1.472a24.11 24.11 0 0 0-.035-5.303c-.086-.543-.358-1.411-1.067-1.261zM2.909 6.789c.485-.002.97-.002 1.455 0v10.664c-.485.002-.97.002-1.455 0V6.789zM5.847 6.772c.463-.011.926-.011 1.388.012.584 1.87 1.154 3.747 1.778 5.604.016-1.874-.002-3.747.01-5.619.458-.004.918-.002 1.376.002l.001 10.588c-.428.008-.855.008-1.282-.008-.621-1.995-1.223-3.996-1.885-5.977-.015 1.996.002 3.993-.008 5.989-.459.002-.919.002-1.377-.005V6.773zM11.925 6.779c1.344-.021 2.688-.019 4.032-.001-.002.451-.002.903.002 1.354-.882.032-1.766.007-2.648.015-.007.954-.006 1.908-.001 2.861.53 0 1.059 0 1.589.002.002.458.002.916 0 1.376-.53.002-1.059.002-1.588.001-.008 1.657-.002 3.314-.004 4.971-.462.012-.924.011-1.384-.012.013-3.522.006-7.044.002-10.566zM.823 23.904l.246.096H.863l-.04-.096z"/><path fill="#373334" d="M.072 1.152C.291.666.664.208 1.21.091 2.865-.011 4.525.072 6.182.045c5.59.033 11.185-.065 16.773.05l.069.051.285.058c.201.204.401.408.598.617l.093.265v21.953l-.095.264c-.222.239-.445.476-.685.697H1.068a63.937 63.937 0 0 1-.246-.096 24.7 24.7 0 0 1-.617-.592l-.073-.281-.042-.074C.005 15.692.045 8.419.071 1.151M1.368.29C.695.451.204 1.123.244 1.812.24 8.644.24 15.476.244 22.309c-.064.855.71 1.645 1.57 1.575 6.873-.004 13.745.005 20.618-.005.817.013 1.513-.762 1.447-1.571-.005-6.874.004-13.748-.005-20.621.007-.812-.762-1.504-1.567-1.444C15.329.272 8.341.18 1.368.289z"/><path fill="#005595" d="M1.491.776C8.384.69 15.289.768 22.186.737c.627-.092 1.255.423 1.199 1.073.002 6.834.001 13.668 0 20.502.052.593-.479 1.128-1.073 1.078-6.834.001-13.668.002-20.502 0-.592.046-1.119-.487-1.067-1.078 0-6.834-.001-13.668.001-20.502-.029-.464.286-.93.747-1.034M18.223 6.72c-.926.21-1.433 1.147-1.606 2.01-.35 1.673-.315 3.4-.235 5.098.081.954.143 1.975.691 2.795.705 1.096 2.518 1.145 3.301.115.539-.693.648-1.599.738-2.445.124-1.442.124-2.898.006-4.342-.097-.881-.193-1.83-.747-2.56-.484-.653-1.385-.858-2.148-.672m-15.314.07v10.664c.485.002.97.002 1.455 0V6.789c-.485-.002-.97-.002-1.455 0m2.938-.017v10.585c.458.007.918.007 1.377.005.011-1.996-.006-3.993.008-5.989.662 1.981 1.264 3.982 1.885 5.977.428.017.855.017 1.282.008L10.398 6.77a70.127 70.127 0 0 0-1.376-.002c-.012 1.873.006 3.745-.01 5.619-.624-1.857-1.194-3.733-1.778-5.604a18.891 18.891 0 0 0-1.388-.012m6.079.008c.004 3.522.011 7.044-.002 10.566.461.023.922.024 1.384.012.001-1.657-.005-3.314.004-4.971.528.001 1.058.001 1.588-.001.002-.459.002-.918 0-1.376-.53-.002-1.059-.002-1.589-.002-.005-.953-.006-1.907.001-2.861.882-.007 1.766.017 2.648-.015a76.39 76.39 0 0 1-.002-1.354 142.614 142.614 0 0 0-4.032.001z"/><path fill="#005595" d="M18.6 8.059c.709-.15.981.718 1.067 1.261a24.11 24.11 0 0 1 .035 5.303c-.118.55-.239 1.385-.924 1.472-.738-.062-.87-.968-.979-1.554a27.25 27.25 0 0 1 .047-5.093c.092-.51.208-1.175.754-1.388z"/><path fill="#e0e0e0" d="M.133 23.032l.073.281-.073-.281z"/><path fill="#d8d8d8" d="M23.905 23.303c.023-.065.07-.198.095-.264v.218l-.095.046z"/></symbol><symbol viewBox="0 0 24 24" id="information--tourist-attraction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0491ff" d="M0 0h24v24H0V0m3.814 3.658c-.005 5.51-.003 11.02 0 16.53 5.513.003 11.027.003 16.54 0 .003-5.51.003-11.02 0-16.53-5.513-.003-11.027-.003-16.54 0z"/><path fill="#fff" d="M3.814 3.658c5.513-.003 11.027-.003 16.54 0 .003 5.51.003 11.02 0 16.53-5.513.003-11.027.003-16.54 0-.003-5.51-.005-11.02 0-16.53m1.929 1.248c-1.579 1.126-1.69 3.693-.177 4.919.963.889 2.335.776 3.545.76.003.886.003 1.771.002 2.657-1.061.025-2.236-.166-3.165.478-1.357.813-1.88 2.728-1.096 4.108.842 1.846 3.62 2.282 4.982.773 1.059-.934.953-2.433.938-3.711.882-.003 1.763-.003 2.643 0 .01 1.096-.141 2.306.556 3.244.952 1.541 3.299 1.826 4.634.631 1.347-1.104 1.455-3.277.252-4.532-.929-1.107-2.474-1.028-3.78-.991-.002-.886-.002-1.771.002-2.657.975-.04 2.031.166 2.92-.349 1.228-.599 1.925-2.064 1.642-3.396-.262-1.609-1.961-2.787-3.56-2.493-1.289.174-2.382 1.253-2.599 2.531-.109.677-.046 1.366-.066 2.047-.882.003-1.763.002-2.643.002-.035-1.061.149-2.231-.49-3.16-.905-1.519-3.137-1.905-4.54-.861z"/><path fill="#fff" d="M6.26 7.998c-.609-1.236.998-2.58 2.127-1.826.986.559.672 1.819.722 2.751-.995.003-2.395.245-2.849-.925zM15.148 7.178c.127-.917 1.265-1.514 2.086-1.066.924.381 1.126 1.75.387 2.405-.674.639-1.673.349-2.506.407.012-.583-.03-1.167.033-1.746zM10.774 10.591c.881-.003 1.761-.005 2.643.002.002.879.002 1.759-.002 2.638-.881.003-1.761.003-2.642.002-.002-.881-.002-1.761 0-2.642zM7.059 15.014c.659-.205 1.366-.073 2.044-.104-.065.838.245 1.87-.445 2.521-.543.584-1.544.581-2.084-.005-.742-.684-.467-2.071.485-2.412zM15.11 14.933c.828.061 1.824-.235 2.494.399.614.543.627 1.577.031 2.138-.669.72-2.028.472-2.388-.449-.243-.665-.093-1.395-.137-2.089z"/><path fill="#040404" d="M5.743 4.906c1.404-1.044 3.635-.659 4.54.861.639.929.455 2.099.49 3.16.881 0 1.761.002 2.643-.002.02-.682-.043-1.37.066-2.047.217-1.278 1.309-2.357 2.599-2.531 1.599-.295 3.299.884 3.56 2.493.283 1.332-.414 2.797-1.642 3.396-.889.515-1.945.31-2.92.349-.003.886-.003 1.771-.002 2.657 1.306-.036 2.852-.116 3.78.991 1.203 1.255 1.096 3.428-.252 4.532-1.336 1.195-3.683.91-4.634-.631-.697-.938-.546-2.148-.556-3.244-.881-.003-1.761-.003-2.643 0 .015 1.278.121 2.777-.938 3.711-1.362 1.51-4.14 1.073-4.982-.773-.785-1.38-.262-3.295 1.096-4.108.929-.644 2.104-.454 3.165-.478.002-.886.002-1.771-.002-2.657-1.21.017-2.582.129-3.545-.76-1.513-1.226-1.402-3.794.177-4.919m.517 3.092c.454 1.17 1.854.929 2.849.925-.05-.932.265-2.191-.722-2.751-1.129-.755-2.736.589-2.127 1.826m8.888-.82c-.063.579-.022 1.164-.033 1.746.833-.058 1.832.232 2.506-.407.738-.655.536-2.024-.387-2.405-.821-.449-1.958.149-2.086 1.066m-4.374 3.413c-.002.881-.002 1.761 0 2.642.881.002 1.761.002 2.642-.002.003-.879.003-1.759.002-2.638-.882-.007-1.763-.005-2.643-.002m-3.716 4.423c-.952.341-1.226 1.728-.485 2.412.54.586 1.541.589 2.084.005.69-.65.381-1.683.445-2.521-.679.031-1.385-.101-2.044.104m8.051-.081c.045.694-.106 1.423.137 2.089.361.92 1.72 1.169 2.388.449.596-.561.583-1.596-.031-2.138-.67-.634-1.667-.338-2.494-.399z"/></symbol><symbol viewBox="0 0 16 24" id="information--traffic-merges-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0391ff" d="M0 0h15.465c.245.374.154.835.167 1.254.001 7.22-.003 14.439.002 21.659.003.382.062.893-.359 1.087h-3.538c.001-6.331-.002-12.662.002-18.993.62-.016 1.242.003 1.863-.012-.822-.84-1.654-1.669-2.487-2.498-.837.826-1.668 1.659-2.491 2.5.621.014 1.243-.01 1.864.014-.003 6.33.029 12.66.007 18.989H3.19c.007-2.203.013-4.407.023-6.61.067-1.344.687-2.643 1.654-3.575.812-.801 1.604-1.622 2.42-2.418.448.432.88.88 1.322 1.317.001-1.177.004-2.356-.002-3.534-1.172-.003-2.345-.009-3.517.004.422.454.886.867 1.3 1.328-.845.846-1.693 1.69-2.535 2.541-1.047 1.075-1.73 2.512-1.866 4.008-.023 2.312-.033 4.626-.048 6.939H.236c-.043-.081-.129-.205-.236-.141V0z"/><path fill="#fff" d="M15.465 0h.256v24h-.446c.421-.194.361-.705.359-1.087-.005-7.219-.001-14.438-.002-21.659-.013-.42.078-.881-.167-1.254zM8.624 4.997c.823-.84 1.654-1.673 2.491-2.5.833.829 1.665 1.658 2.487 2.498-.621.015-1.243-.004-1.863.012-.003 6.331-.001 12.662-.002 18.993h-1.243c.023-6.329-.009-12.659-.007-18.989-.621-.024-1.243 0-1.864-.014zM5.09 9.184c1.172-.013 2.345-.007 3.517-.004.006 1.178.003 2.357.002 3.534-.442-.437-.874-.886-1.322-1.317-.816.796-1.608 1.617-2.42 2.418-.967.932-1.587 2.231-1.654 3.575-.01 2.203-.017 4.407-.023 6.61H1.942c.015-2.313.024-4.627.048-6.939.136-1.496.82-2.934 1.866-4.008.841-.851 1.689-1.695 2.535-2.541-.414-.461-.877-.874-1.3-1.328z"/><path fill="#e7f5ff" d="M0 23.859c.107-.064.193.06.236.141H0v-.141z"/></symbol><symbol viewBox="0 0 24 24" id="information--traffic-merges-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#084597" d="M11.057 0h1.868c.715.137 1.444.21 2.147.407 3.75.947 6.916 3.863 8.214 7.501.379.971.533 2.004.714 3.024v2.198c-.187.967-.329 1.948-.68 2.874-1.181 3.407-3.995 6.186-7.406 7.346-.892.329-1.834.458-2.759.649h-2.286c-.934-.19-1.883-.322-2.78-.654-3.469-1.182-6.313-4.04-7.458-7.524-.335-.93-.461-1.912-.63-2.88v-1.86c.176-1.063.326-2.141.72-3.152C2.003 4.316 5.124 1.411 8.835.435c.727-.212 1.482-.288 2.222-.436M9.614 3.995c-.014.752-.006 1.506-.005 2.26.536-.522 1.054-1.064 1.595-1.583.008 5.911 0 11.822.005 17.734.532.005 1.064.004 1.597.001.005-2.821-.002-5.644.004-8.465 2.008 1.982 3.988 3.992 5.992 5.978.37-.379.744-.751 1.12-1.123-2.201-2.224-4.422-4.43-6.636-6.642-.194-.222-.529-.409-.479-.75.005-2.243-.005-4.484.006-6.727.54.516 1.055 1.058 1.591 1.578.002-.756.017-1.512-.007-2.267-.797-.793-1.585-1.596-2.389-2.382-.808.786-1.598 1.589-2.393 2.388z"/><path fill="#fff" d="M9.614 3.995c.794-.799 1.585-1.602 2.393-2.388.804.786 1.592 1.589 2.389 2.382.024.755.01 1.511.007 2.267-.536-.52-1.051-1.062-1.591-1.578-.011 2.243-.001 4.484-.006 6.727-.05.341.284.528.479.75 2.214 2.212 4.435 4.418 6.636 6.642-.376.372-.75.744-1.12 1.123-2.004-1.986-3.984-3.996-5.992-5.978-.006 2.821.001 5.644-.004 8.465-.533.002-1.066.004-1.597-.001-.005-5.911.004-11.822-.005-17.734-.541.518-1.058 1.061-1.595 1.583-.001-.754-.01-1.507.005-2.26z"/></symbol><symbol viewBox="0 0 21 24" id="information--trail-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M10.445 0h.514c.414.143.763.429.976.811 2.774 4.727 5.547 9.455 8.32 14.185.448.78.991 1.53 1.173 2.43v5.528c-.114.491-.481.866-.943 1.047H.961a1.548 1.548 0 0 1-.962-.939v-5.663a4.52 4.52 0 0 1 .451-1.197C3.462 11.071 6.469 5.938 9.481.807c.21-.379.558-.66.963-.807m-.019.581c-.264.113-.42.368-.569.598C6.849 6.314 3.847 11.454.838 16.588a2.17 2.17 0 0 0-.318 1.198c.005 1.646-.005 3.291.004 4.936a.7.7 0 0 0 .753.753c6.291.005 12.583.006 18.873-.001a.699.699 0 0 0 .742-.75c.006-1.684.004-3.369 0-5.053.018-.579-.302-1.078-.589-1.552-2.931-4.998-5.85-10.005-8.784-15.002-.202-.386-.642-.744-1.095-.536z"/><path fill="#0066b3" d="M10.626 1.075c.241-.051.344.222.465.375 3.006 5.135 6.01 10.273 9.016 15.407.219.34.264.749.252 1.143-.019 1.638.015 3.277-.019 4.915-6.419.036-12.84.032-19.259.002-.043-1.496-.005-2.992-.02-4.488.001-.531-.06-1.109.25-1.575C4.187 11.939 7.065 7.026 9.937 2.11c.217-.352.386-.747.69-1.035M8.466 5.619c.426.254.483.763.388 1.21-.327.322-.85.411-1.08.84-.388.677-.856 1.309-1.214 2.003-.2.851-.339 1.762-.106 2.622.072.185.304.191.461.267.31-.569.415-1.21.439-1.848.004-.555.438-.954.749-1.364-.051 1.104-.394 2.19-.247 3.299-.364 1.195-.942 2.314-1.364 3.49-.207.575-.554 1.128-.54 1.759.313-.105.326-.448.42-.71.184-.626.699-1.108 1.288-1.359.969-.239 1.09-1.385 1.591-2.104l.389-.085c-.006-.35-.141-.731-.542-.768-.434-.009-.506-.534-.237-.797.514-.117 1.029.09 1.543.121a2.83 2.83 0 0 1 .059-1.883c.41.299.798.628 1.209.928.448-.24.99.404 1.246-.181-.463-.671-1.117-1.155-1.698-1.708-.466-.76-.56-1.746-1.33-2.3.64-.321.459-1.169 1.032-1.553-.277-.199-.505-.455-.764-.675-.708-.229-1.309.251-1.691.797m5.02 4.984c.002.156.059.384.259.363.492.005.996-.063 1.471.11-.257.199-.72.234-.805.598.087.552.321 1.074.373 1.636-1.477.117-2.966-.013-4.449.029-.103-.194-.204-.39-.302-.586l.137-.358c-.439-.05-1.027-.354-1.382.02.243.34.88.263.917.803.072.85-.374 1.662-.553 2.485-.476.11-.995.02-1.44.259-1.098.434-1.603 1.839-1.192 2.912.339 1.175 1.787 1.795 2.906 1.383.856-.257 1.395-1.076 1.554-1.922l.337-.048c.169.522.563.905 1.059 1.12l-.208.38c.304.125.634.112.954.07-.063-.148-.129-.294-.193-.439 1.043-.299 1.308-1.606.649-2.402.46-1.027.865-2.089 1.437-3.06.213.649.45 1.307.513 1.99-.276.331-.664.569-.867.962-.615.968-.306 2.395.629 3.044 1.258.934 3.389.201 3.582-1.414.352-1.576-1.257-3.14-2.824-2.744-.427-1.291-.74-2.615-1.1-3.926.263-.161.648-.266.702-.618.074-.334-.21-.652-.543-.655-.538-.032-1.084-.062-1.62.009m-2.861 2.066c-.226.075-.493.431-.11.483.438.29.511-.516.11-.483m-6.21 2.649c.525.002 1.049.001 1.574.001l.431-.884c-.501.005-1.004-.028-1.504.013-.227.25-.342.576-.5.87m11.795-.885c.107.295.216.589.325.884.373.002.745.002 1.117.002-.165-.29-.26-.642-.51-.869-.31-.036-.621-.017-.932-.017M3.604 18.259c-.201.361-.403.721-.603 1.083h2.306c.201-.361.405-.722.606-1.084-.769-.002-1.54-.002-2.309.001m-1.138 2.527c-.212.414-.423.827-.633 1.242 5.918.002 11.834.001 17.75.001-.211-.415-.421-.829-.634-1.243H2.466z"/><path fill="#0066b3" d="M10.59 13.816c1.281-.002 2.566-.056 3.848-.003-.455 1.002-.733 2.153-1.444 2.999.012-.17.028-.339.043-.508a3.631 3.631 0 0 0-.773-.013c.043.146.087.293.132.438l-.3.123c-.512-1.006-1.038-2.008-1.505-3.036m.282.17c.243.648.518 1.306.972 1.839-.042-.619-.169-1.261-.488-1.799-.159-.036-.324-.033-.484-.04zM9.635 15.906c.16-.591.267-1.199.514-1.763.544.826.916 1.749 1.39 2.614.258.375-.115.748-.255 1.089l-.345-.078c-.063-.821-.654-1.428-1.304-1.862m.52-1.309c.381.962.646 1.965 1.028 2.927.123-.153.241-.313.356-.474-.435-.829-.819-1.702-1.383-2.454zM6.854 18.224c-.168-1.145 1.033-2.197 2.145-1.978-.077.704-.333 1.364-.602 2.012.669.069 1.342.041 2.013.016.021.795-.672 1.555-1.471 1.611-1.028.272-2.023-.663-2.085-1.662m.71.239a2.83 2.83 0 0 0-.48-.781c-.245.402-.057.959.48.781zM16.275 16.284c1.326-.439 2.606 1.215 2.03 2.449-.367 1.243-2.217 1.601-3.023.59-.751-.828-.541-2.227.384-2.839.361.598.322 1.771 1.21 1.791-.086-.686-.768-1.306-.601-1.992m.665 2.253c-.399.282-.828-.11-1.231-.182.011.311-.019.651.152.927.372.262.868.107 1.291.11.545.006.774-.571.934-.996-.388-.069-.81-.105-1.146.141z"/><path fill="#0066b3" d="M9.539 16.443c.529.246.834.792.904 1.354-.437.023-.881.063-1.314-.02.053-.465.225-.906.409-1.334zM13.348 17.569c.25.496.13 1.157-.468 1.319.002-.482.218-.92.468-1.319z"/><path fill="#fff" d="M10.425.581c.453-.208.892.15 1.095.536 2.934 4.997 5.852 10.004 8.784 15.002.287.475.607.974.589 1.552.004 1.684.006 3.369 0 5.053a.7.7 0 0 1-.742.75c-6.29.008-12.582.006-18.873.001a.7.7 0 0 1-.753-.753c-.01-1.645.001-3.29-.004-4.936a2.178 2.178 0 0 1 .318-1.198C3.849 11.454 6.85 6.314 9.857 1.179c.149-.23.305-.485.569-.598m.2.494c-.304.288-.473.683-.69 1.035-2.873 4.916-5.75 9.829-8.626 14.744-.31.466-.249 1.044-.25 1.575.015 1.496-.023 2.992.02 4.488 6.419.03 12.84.034 19.259-.002.034-1.637 0-3.276.019-4.915.012-.394-.033-.804-.252-1.143C17.1 11.723 14.096 6.585 11.09 1.45c-.121-.153-.224-.426-.465-.375z"/><path fill="#fff" d="M8.466 5.619c.381-.546.982-1.026 1.691-.797.259.22.486.476.764.675-.573.384-.392 1.231-1.032 1.552.769.554.864 1.541 1.33 2.3.581.553 1.235 1.037 1.698 1.708-.256.585-.798-.059-1.246.181-.41-.3-.798-.629-1.209-.928a2.83 2.83 0 0 0-.059 1.883c-.514-.031-1.029-.238-1.543-.121-.269.264-.197.789.237.797.401.037.536.418.542.768l-.389.085c-.501.719-.622 1.865-1.591 2.104-.589.251-1.104.733-1.288 1.359-.094.262-.107.605-.42.71-.014-.631.333-1.184.54-1.759.422-1.175 1-2.295 1.364-3.49-.147-1.109.196-2.195.247-3.299-.311.41-.745.809-.749 1.364-.025.639-.13 1.279-.439 1.848-.156-.076-.389-.081-.461-.267-.232-.859-.094-1.771.106-2.622.358-.693.826-1.325 1.214-2.003.23-.429.753-.517 1.08-.84.095-.447.039-.956-.388-1.21z"/><path fill="#fff" d="M13.487 10.604c.536-.071 1.082-.041 1.62-.009.333.002.617.32.543.655-.054.353-.439.457-.702.618.36 1.31.673 2.635 1.1 3.926 1.567-.396 3.177 1.168 2.824 2.744-.193 1.616-2.324 2.349-3.582 1.414-.935-.649-1.244-2.076-.629-3.044.202-.393.59-.631.867-.962-.063-.683-.3-1.34-.513-1.99-.572.971-.977 2.033-1.437 3.06.659.796.393 2.103-.649 2.402.064.146.13.291.193.439-.319.043-.649.056-.954-.07l.208-.38c-.496-.214-.889-.598-1.059-1.12l-.337.048c-.159.846-.697 1.665-1.554 1.922-1.119.411-2.567-.208-2.906-1.383-.41-1.074.094-2.478 1.192-2.912.445-.239.964-.149 1.44-.259.179-.823.625-1.635.553-2.485-.038-.54-.674-.463-.917-.803.355-.374.943-.071 1.382-.02l-.137.358c.099.196.199.392.302.586 1.483-.042 2.971.088 4.449-.029-.051-.563-.286-1.084-.373-1.636.085-.364.547-.399.805-.598-.475-.174-.979-.105-1.471-.11-.2.02-.257-.207-.259-.363m-2.896 3.213c.467 1.029.993 2.03 1.505 3.036l.3-.123a42.89 42.89 0 0 1-.132-.438c.257-.027.516-.015.773.013-.015.169-.031.338-.043.508.711-.846.989-1.997 1.444-2.999-1.281-.053-2.566.001-3.848.003m-.954 2.09c.65.434 1.241 1.041 1.304 1.862l.345.078c.14-.341.513-.714.255-1.089-.474-.866-.845-1.788-1.39-2.614-.247.564-.355 1.171-.514 1.763m-2.781 2.318c.062.999 1.057 1.934 2.085 1.662.799-.057 1.492-.816 1.471-1.611-.671.025-1.345.052-2.013-.016.269-.648.525-1.308.602-2.012-1.112-.22-2.313.833-2.145 1.978m9.421-1.941c-.167.686.515 1.306.601 1.992-.887-.02-.849-1.194-1.21-1.791-.925.612-1.135 2.011-.384 2.839.806 1.01 2.655.652 3.023-.59.575-1.234-.704-2.889-2.03-2.449m-6.736.158c-.184.428-.357.869-.409 1.334.433.084.876.043 1.314.02-.071-.563-.375-1.108-.904-1.354m3.808 1.126c-.251.399-.466.837-.468 1.319.598-.162.718-.823.468-1.319z"/><path fill="#fff" d="M10.627 12.671c.401-.033.328.774-.11.483-.383-.053-.116-.408.11-.483zM10.873 13.986c.161.006.326.003.484.04.318.538.446 1.18.488 1.799-.454-.533-.729-1.19-.972-1.839zM4.417 15.32c.159-.294.273-.62.5-.87.5-.041 1.003-.008 1.504-.013l-.431.884c-.525 0-1.049.001-1.574-.001zM16.213 14.435c.311 0 .622-.019.932.017.25.227.345.579.51.869-.373 0-.745 0-1.117-.002-.108-.295-.218-.589-.325-.884zM10.155 14.597c.565.751.948 1.624 1.383 2.454-.115.161-.232.32-.356.474-.381-.962-.646-1.965-1.027-2.927zM7.564 18.462c-.537.178-.725-.379-.48-.781.198.235.367.494.48.781zM3.604 18.259c.769-.003 1.54-.003 2.309-.001-.201.362-.405.723-.606 1.084H3.001c.2-.362.402-.722.603-1.083zM16.94 18.536c.336-.246.759-.21 1.146-.141-.161.425-.389 1.003-.934.996-.423-.003-.919.152-1.291-.11-.171-.275-.141-.616-.152-.927.403.072.832.464 1.231.182zM2.466 20.786h16.483c.213.414.423.828.634 1.243-5.916 0-11.833.001-17.75-.001.21-.415.421-.828.633-1.242z"/></symbol><symbol viewBox="0 0 24 24" id="information--trail-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h23.735v.671c-.332-.382-.811-.61-1.323-.574-3.524.001-7.05-.001-10.575.003 3.962 6.865 7.933 13.724 11.898 20.587v.317H0v-.43C3.942 13.748 7.892 6.926 11.833.1 8.33.093 4.828.101 1.325.095A1.854 1.854 0 0 0 0 .556V0m8.216 7.16c-.034.389.339.565.638.692a103.78 103.78 0 0 0-1.74 3.105l-.366.167c-.221.626-.4 1.266-.595 1.9-1.163-.212-2.416.87-2.045 2.079.339 1.368 2.384 1.659 3.139.493.659-.876.121-2.128-.838-2.51l.088-.247c.594.476 1.197.941 1.789 1.42.313.219.122.793.558.899.362.146.621-.232.886-.404.114.442-.374.497-.658.659.009.072.03.213.041.284l.902.004c.582.586 1.516.846 2.267.427.76-.355 1.016-1.253.87-2.03l.182.464c.581-.626 1.173-1.24 1.762-1.859-.011.829.53 1.814-.147 2.498-.879.985-1.164 2.291-1.618 3.494-.369.048-.739.085-1.106.142.587.215 1.184.403 1.775.603.276-.89.493-1.797.786-2.681.302-.483.79-.817 1.176-1.232.53 1.046 1.062 2.091 1.591 3.139-.359.255-.72.508-1.075.768.83.126 1.626-.064 2.283-.587-.65-1.278-1.305-2.552-1.957-3.828-.451-.907-.288-1.945-.312-2.92.264.288.578.541.776.883.044.731 0 1.464.016 2.197l.632-.335c0-.747.001-1.493-.001-2.24-.745-.868-1.46-1.801-2.567-2.225-.389.704-.725 1.436-1.126 2.132-.366.487-.88.837-1.278 1.297-.483-.683-1.36-.919-2.149-.709-.809-.855.476-1.904-.166-2.792-.4-.837-.808-1.671-1.193-2.514-.18-.347.137-.823-.223-1.098-.361-.351-1.025-.03-.997.465m6.938 1.896c-.489.107-.651.81-.259 1.122.351.341.996.109 1.069-.369.109-.452-.369-.894-.81-.753m-.275 8.103c-.056.237-.11.476-.163.715.733 0 1.465-.001 2.198.001-.119-.239-.236-.477-.353-.716-.561.003-1.122.001-1.683 0m3.308 0c.133.237.265.476.396.715.99.001 1.981-.003 2.972.001a68.91 68.91 0 0 1-.377-.716c-.997.001-1.994.003-2.991 0m-16.208.698c3.772-.001 7.545.005 11.316-.004l.255-.668c-3.731-.003-7.461 0-11.192-.001l-.378.674z"/><path fill="#fff" d="M7.726 11.238c.313-.639.736-1.216 1.103-1.823.265.374.53.747.797 1.119-.548.459-1.102.908-1.65 1.368.17.614.659 1.22.415 1.871.203.212.622.115.701-.168-.102-.532-.228-1.058-.33-1.588.285-.122.569-.245.854-.366-.156.851-.143 2.1-.888 2.595-.736-.53-1.435-1.115-2.149-1.675.125-.447.257-.89.411-1.327.245-.004.491-.005.736-.005zM10.264 13.048c.248-.152.362.28.147.382-.244.158-.342-.278-.147-.382zM4.354 14.981c-.261-1.006.764-1.842 1.716-1.712-.126.533-.302 1.055-.593 1.524.172.054.347.105.522.154.001-.557.164-1.087.345-1.607.8.351 1.238 1.416.654 2.145-.664.979-2.409.678-2.644-.504zM10.942 13.323c.908-.252 2.023.383 1.97 1.396.008 1.195-1.657 1.815-2.466.973-.101-.288-.126-.594-.174-.891.44-.015.883.017 1.306.152.257-.578-.503-1.066-.636-1.631z"/><path fill="#fff" d="M10.266 14.547c-.048-.412-.013-.833.355-1.09.208.358.403.724.593 1.091-.316.001-.632.001-.948-.001zM9.509 13.738c.073.294.141.591.202.89l-.361-.325c.052-.188.105-.377.159-.565zM23.338 24a.569.569 0 0 1 .396-.392V24h-.396z"/><path fill="#033399" d="M0 .556A1.85 1.85 0 0 1 1.325.095C4.828.102 8.33.094 11.833.1 7.892 6.926 3.942 13.748 0 20.574V.556zM11.837.099c3.524-.004 7.05-.001 10.575-.003.512-.036.992.192 1.323.574v20.015C19.77 13.822 15.799 6.963 11.837.098zM0 21.003h23.735v2.604a.567.567 0 0 0-.396.392H.218c.042-.187-.03-.261-.217-.223v-2.774z"/><path fill="#030303" d="M8.216 7.16c-.028-.496.636-.817.997-.465.359.274.042.75.223 1.098.386.843.793 1.677 1.193 2.514.642.888-.643 1.937.166 2.792.789-.21 1.667.027 2.149.709.398-.46.912-.81 1.278-1.297.4-.696.737-1.428 1.126-2.132 1.107.424 1.822 1.356 2.567 2.225.003.747.001 1.493.001 2.24-.211.113-.422.224-.632.335-.016-.733.028-1.467-.016-2.197-.198-.342-.512-.595-.776-.883.024.975-.139 2.013.312 2.92.652 1.276 1.307 2.55 1.957 3.828-.658.524-1.453.713-2.283.587.355-.26.716-.513 1.075-.768-.529-1.048-1.061-2.092-1.591-3.139-.386.415-.874.749-1.176 1.232-.293.884-.51 1.791-.786 2.681-.591-.2-1.188-.389-1.775-.603.367-.057.737-.094 1.106-.142.453-1.203.739-2.509 1.618-3.494.678-.684.137-1.669.147-2.498-.589.619-1.181 1.233-1.762 1.859l-.182-.464c.146.777-.11 1.675-.87 2.03-.752.419-1.685.159-2.267-.427l-.902-.004c-.011-.07-.032-.212-.041-.284.284-.162.772-.217.658-.659-.265.172-.524.55-.886.404-.436-.106-.245-.68-.558-.899-.591-.479-1.195-.944-1.789-1.42l-.088.247c.959.382 1.497 1.634.838 2.51-.754 1.166-2.799.875-3.139-.493-.371-1.209.882-2.291 2.045-2.079.195-.634.374-1.274.595-1.9l.366-.167a101.346 101.346 0 0 1 1.74-3.105c-.298-.127-.672-.304-.638-.692m-.49 4.078c-.245 0-.491.001-.736.005-.154.438-.286.88-.411 1.327.715.56 1.413 1.144 2.149 1.675.745-.495.732-1.744.888-2.595-.285.121-.569.244-.854.366.102.53.228 1.057.33 1.588-.08.284-.499.381-.701.168.244-.651-.245-1.257-.415-1.871.548-.46 1.102-.91 1.65-1.368-.267-.373-.532-.745-.797-1.119-.367.607-.79 1.184-1.103 1.823m2.538 1.811c-.195.103-.097.54.147.382.215-.102.101-.534-.147-.382m-5.91 1.933c.235 1.181 1.98 1.482 2.644.504.585-.729.146-1.794-.654-2.145-.18.52-.343 1.05-.345 1.607-.175-.049-.35-.099-.522-.154.29-.468.467-.99.593-1.524-.952-.13-1.977.705-1.716 1.712m6.588-1.658c.134.565.894 1.053.636 1.631-.423-.135-.866-.167-1.306-.152.048.297.073.603.174.891.809.842 2.474.221 2.466-.973.053-1.013-1.062-1.648-1.97-1.396m-.676 1.223c.316.003.632.003.948.001-.19-.367-.385-.733-.593-1.091-.369.257-.403.678-.355 1.09m-.757-.809c-.054.188-.107.377-.159.565.119.109.24.216.361.325a22.453 22.453 0 0 0-.202-.89z"/><path fill="#030303" d="M15.154 9.056c.442-.141.919.301.81.753-.073.477-.717.709-1.069.369-.392-.312-.231-1.014.259-1.122zM14.879 17.159c.561.001 1.122.003 1.683 0 .117.239.233.477.353.716-.733-.003-1.465-.001-2.198-.001.053-.239.107-.477.163-.715zM18.186 17.159c.997.003 1.994.001 2.991 0 .125.24.249.479.377.716-.99-.004-1.981 0-2.972-.001-.131-.239-.264-.477-.396-.715zM1.978 17.857l.378-.674c3.731.001 7.461-.001 11.192.001l-.255.668c-3.771.009-7.543.003-11.316.004z"/><path fill="#f5f7fb" d="M0 23.777c.187-.038.26.036.217.223H0v-.223z"/></symbol><symbol viewBox="0 0 24 24" id="information--trail-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#585090" d="M0 0h24.257v24H0V0m1.244 20.739c7.227.008 14.453.013 21.68-.003-3.581-6.232-7.158-12.465-10.749-18.69C8.51 8.263 4.89 14.509 1.244 20.739z"/><path fill="#fff" d="M1.244 20.739C4.89 14.509 8.509 8.263 12.175 2.046c3.591 6.226 7.168 12.458 10.749 18.69-7.227.015-14.453.01-21.68.003m9.922-14.77c.348.257.93.449 1.209-.01.142-.412-.243-.66-.565-.801-.35.153-.656.395-.644.811m.585.646c-.646.811-1.242 1.666-1.831 2.519.909 0 1.247-.886 1.685-1.514.009.467.006.936.009 1.404l1.146.001c.003-.54-.004-1.079.024-1.618.563.418.353 1.132.407 1.727.752-.331.833-1.503.163-1.951-.418-.357-1.043-.943-1.603-.569m-1.902 5.519l-.352-.267a9.982 9.982 0 0 1-.321 1.33c.415.003.829.003 1.244-.005.024-1.467 1.091-2.557 1.761-3.773.363.72.835 1.384 1.163 2.12.108.548.123 1.11.212 1.662.481-.004.963-.001 1.444-.009-.354-.774-.453-1.68-.996-2.355.073.28.168.554.227.838-.599-.766-1.055-1.636-1.536-2.481-.362-.003-.725-.003-1.088-.009-.703.905-1.199 1.952-1.757 2.949m-1.462-1.169c-.543.739-1.069 1.49-1.616 2.224.553.013 1.108.013 1.661.003.344-.737.662-1.486 1.013-2.22-.353-.006-.706-.006-1.058-.006m3.147.006a21.757 21.757 0 0 1-.176 2.223c.477.005.955.006 1.434.003-.04-.746-.148-1.485-.185-2.229a34.892 34.892 0 0 0-1.073.004m3.172-.003c.344.741.687 1.484 1.033 2.223.476.009.954.008 1.431 0-.484-.73-.874-1.53-1.425-2.21-.345-.04-.693-.018-1.04-.013m-5.012.954c.171-.335.361-.66.531-.995-.569-.09-.655.592-.531.995m.938 2.79c-.187.447-.287.923-.435 1.385a1.605 1.605 0 0 0-1.585.846c-.246.711.039 1.606.724 1.962.792.228 1.792-.14 2.12-.923.158-.861-.513-1.477-.941-2.124.774.463 1.246 1.281 1.899 1.889l.724-.012c.193.716.811 1.378 1.615 1.226 1.154-.027 1.647-1.613.905-2.406-.363-.441-.964-.484-1.493-.452-.154-.375-.309-.748-.445-1.129l.394-.037-.023-.208c-.355.003-.71.003-1.064.008l.527.248-.205.187-2.449.001c.071-.163.145-.326.221-.486.222.023.445.042.667.059l-.042-.453c-.372.094-.888.046-1.114.42M3.155 20.11c.689.017 1.384.065 2.07-.006.343-.404.484-.933.698-1.408-.626-.005-1.253 0-1.879-.008a13.64 13.64 0 0 0-.889 1.422m4.218.005c.67.028 1.339.019 2.009.012.027-.302.083-.599.199-.88a6.023 6.023 0 0 1-.945-.551l-.774-.009c-.221.453-.359.942-.489 1.428m4.076-1.425c-.05.476-.058.955-.051 1.432.67.015 1.341.017 2.012-.001-.031-.489-.162-.959-.28-1.431-.561.004-1.12.001-1.681 0m3.69.509c.051.323.151.634.286.932.585.003 1.17.013 1.756-.017-.13-.485-.353-.938-.488-1.421H15.9c-.249.176-.502.345-.761.506m3.201-.502c.294.468.565.951.845 1.428.603.012 1.208.019 1.811-.017a9.178 9.178 0 0 0-1.078-1.419c-.525.004-1.051.003-1.577.008z"/><path fill="#fff" d="M10.818 15.565c.848 0 1.695-.005 2.544.003-.264.646-.524 1.294-.784 1.941-.592-.643-1.181-1.29-1.76-1.943zM12.782 17.523c.263-.644.508-1.298.823-1.92.04.231.078.465.117.697-.359.322-.543.771-.585 1.246a39.472 39.472 0 0 1-.354-.023zM8.785 17.714c.19-.675.576-1.398 1.385-1.391-.124.449-.266.895-.384 1.346l.38-.041c.085-.368.154-.741.234-1.109.866.356.855 1.609.051 2.025-.688.431-1.445-.167-1.666-.83zM14.186 16.335c.431.065.938.1 1.233.468.329.593.287 1.493-.353 1.862-.705.164-1.448-.241-1.727-.904.485-.026.972-.018 1.457-.031-.172-.479-.402-.933-.61-1.396z"/><path fill="#fff" d="M13.326 17.526c.115-.388.293-.765.642-.995.128.335.263.667.391 1.002-.344.001-.689 0-1.033-.008z"/><path fill="#18171c" d="M11.166 5.969c-.012-.416.294-.658.644-.811.322.141.707.389.565.801-.279.459-.861.267-1.209.01z"/><path fill="#19191c" d="M11.751 6.615c.56-.375 1.185.212 1.603.569.67.448.589 1.62-.163 1.951-.054-.595.157-1.309-.407-1.727-.028.539-.022 1.078-.024 1.618l-1.146-.001c-.003-.468 0-.937-.009-1.404-.438.629-.776 1.514-1.685 1.514.589-.853 1.186-1.708 1.831-2.519zM14.707 10.969c.347-.005.694-.027 1.04.013.551.68.941 1.48 1.425 2.21-.477.008-.955.009-1.431 0-.347-.739-.689-1.482-1.033-2.223z"/><path fill="#18191c" d="M9.849 12.133c.558-.997 1.054-2.044 1.757-2.949.363.006.726.006 1.088.009.481.844.937 1.715 1.536 2.481-.059-.284-.154-.558-.227-.838.543.675.642 1.581.996 2.355-.481.008-.963.005-1.444.009-.089-.552-.104-1.114-.212-1.662-.327-.737-.8-1.4-1.163-2.12-.67 1.217-1.736 2.306-1.761 3.773-.415.008-.829.008-1.244.005.13-.438.252-.878.321-1.33l.352.267z"/><path fill="#18181c" d="M8.388 10.964c.352 0 .705 0 1.058.006-.35.734-.669 1.484-1.013 2.22-.553.01-1.108.01-1.661-.003.547-.734 1.073-1.485 1.616-2.224zM7.373 20.115c.13-.486.268-.975.489-1.428l.774.009c.296.212.613.395.945.551a2.992 2.992 0 0 0-.199.88c-.67.008-1.339.017-2.009-.012z"/><path fill="#181820" d="M11.535 10.971a38.38 38.38 0 0 1 1.073-.004c.037.744.145 1.484.185 2.229-.479.004-.956.003-1.434-.003.092-.738.159-1.479.176-2.223z"/><path fill="#14141b" d="M9.694 11.923c-.123-.403-.037-1.085.531-.995-.171.335-.361.66-.531.995zM10.632 14.713c.226-.373.742-.326 1.114-.42l.042.453a25.008 25.008 0 0 1-.667-.059c-.076.16-.15.323-.221.486l2.449-.001.205-.187-.527-.248c.354-.005.708-.005 1.064-.008l.023.208-.394.037c.136.381.291.755.445 1.129.529-.032 1.129.01 1.493.452.742.793.249 2.379-.905 2.406-.803.153-1.422-.51-1.615-1.226l-.724.012c-.653-.608-1.126-1.426-1.899-1.889.427.647 1.099 1.263.941 2.124-.329.783-1.328 1.151-2.12.923-.685-.357-.97-1.251-.724-1.962a1.605 1.605 0 0 1 1.585-.846c.148-.462.248-.938.435-1.385m.186.853c.579.653 1.168 1.3 1.76 1.943.261-.647.52-1.295.784-1.941-.848-.008-1.695-.003-2.544-.003m1.964 1.959l.354.023c.042-.475.226-.924.585-1.246-.039-.232-.077-.466-.117-.697-.314.622-.56 1.276-.823 1.92m-3.996.191c.221.664.978 1.262 1.666.83.803-.416.815-1.67-.051-2.025-.08.368-.149.741-.234 1.109l-.38.041c.118-.452.259-.897.384-1.346-.809-.006-1.195.716-1.385 1.391m5.401-1.379c.208.463.438.918.61 1.396-.485.013-.972.005-1.457.031.28.662 1.023 1.068 1.727.904.64-.37.681-1.269.353-1.862-.295-.368-.802-.403-1.233-.468m-.86 1.19c.344.008.689.009 1.033.008-.128-.335-.263-.667-.391-1.002-.349.23-.526.607-.642.995z"/><path fill="#171820" d="M3.155 20.11c.264-.494.567-.965.889-1.422.626.008 1.253.003 1.879.008-.214.475-.356 1.004-.698 1.408-.687.072-1.381.023-2.07.006zM11.449 18.69c.561.001 1.12.004 1.681 0 .118.472.249.942.28 1.431-.671.018-1.342.017-2.012.001-.006-.477.001-.956.051-1.432z"/><path fill="#17181c" d="M15.139 19.199c.259-.16.512-.33.761-.506h.793c.135.483.358.936.488 1.421-.585.03-1.17.019-1.756.017a3.62 3.62 0 0 1-.286-.932zM18.34 18.697c.526-.005 1.052-.004 1.577-.008.404.438.766.913 1.078 1.419-.603.036-1.208.028-1.811.017-.28-.477-.551-.96-.845-1.428z"/></symbol><symbol viewBox="0 0 24 24" id="information--trailer-camping--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.438.175a4.71 4.71 0 0 0 .335-.023l.082.15c6.652.053 13.31-.005 19.963.029 1.087-.022 1.998 1.011 1.938 2.077-.001 6.476.01 12.954-.005 19.43.002.946-.753 1.717-1.634 1.949-6.568.054-13.139.006-19.707.025-1.04.083-2.007-.72-2.154-1.744C.225 15.514.251 8.96.242 2.406.214 1.583.71.658 1.561.474L1.437.175m.289.711c-.615.222-1.018.871-.976 1.52.005 6.478-.006 12.955.005 19.433-.006.807.734 1.509 1.538 1.47 6.472.004 12.943.001 19.415.001.865.054 1.635-.734 1.569-1.596-.002-6.478.005-12.955-.004-19.433.019-.826-.745-1.543-1.567-1.492C15.275.787 8.844.791 2.413.787c-.232.004-.469.014-.687.099zM0 1.717l.061.162C.069 8.717.016 15.557.089 22.394L0 22.213V1.718z"/><path fill="#fff" d="M6.01 7.212c1.846-.521 3.787-.468 5.686-.534 2.8-.013 5.654-.158 8.399.501.55.171 1.351.429 1.31 1.142-.001 2.653.014 5.308-.008 7.961a.581.581 0 0 1-.642.598c-1.992.002-3.987.013-5.979-.006-.14-.626-.358-1.292-.892-1.693-.876-.648-2.207-.587-3.008.156-.427.399-.589.984-.683 1.541-2.525.012-5.052.004-7.577.004v-.598c.702-.007 1.405.002 2.107-.005-.002-2.613-.018-5.227.005-7.84-.011-.697.712-1.049 1.283-1.225m.503 1.832a756.515 756.515 0 0 0 0 3.013c1.084.002 2.17.002 3.254 0 .002-1.005.002-2.008 0-3.013-1.084-.002-2.17-.002-3.254 0m6.512 0a756.515 756.515 0 0 0 0 3.013c2.13.002 4.26.002 6.39 0 .002-1.005.002-2.008 0-3.013-2.13-.002-4.26-.002-6.39 0z"/><path fill="#fff" d="M12.101 15.251c.876-.226 1.843.376 2.043 1.253.248.88-.35 1.878-1.241 2.079-.867.248-1.851-.33-2.072-1.202-.283-.905.346-1.942 1.27-2.13m.346.845c-.608.012-1.026.782-.649 1.281.31.519 1.158.473 1.412-.075.318-.527-.165-1.247-.763-1.206zM3.419 17.29c.464-.145.938.403.716.838-.157.429-.801.509-1.056.13-.275-.329-.072-.878.34-.968z"/><path fill="#949292" d="M1.773.152a.84.84 0 0 1 .517-.15C8.768.001 15.244-.002 21.722.003c.92.027 1.834.513 2.158 1.415v21.318c-.39.596-.959 1.275-1.737 1.264H1.865c3.151-.11 6.308.047 9.459-.062.972.166 1.937-.198 2.903.028 2.454.042 4.911-.024 7.365-.017.183-.023.352-.103.526-.163.882-.232 1.637-1.003 1.634-1.949.014-6.476.004-12.954.005-19.43.06-1.066-.851-2.099-1.938-2.077C15.165.296 8.508.354 1.856.301l-.082-.15z"/><path fill="#2f2b2c" d="M.061 1.879C.116 1.085.74.475 1.437.175l.124.299C.71.659.214 1.584.242 2.406.252 8.96.225 15.514.256 22.068c-.042.153-.082.309-.121.463l-.047-.137C.016 15.557.069 8.718.06 1.879z"/><path fill="#005595" d="M1.726.886c.218-.084.456-.095.687-.099 6.431.005 12.862 0 19.293.002.821-.051 1.586.666 1.567 1.492.008 6.478.001 12.955.004 19.433.066.861-.704 1.65-1.569 1.596-6.472 0-12.943.002-19.415-.001-.803.039-1.544-.663-1.538-1.47C.744 15.361.755 8.884.75 2.406c-.042-.649.361-1.298.976-1.52M6.01 7.212c-.572.176-1.294.528-1.283 1.225-.023 2.613-.007 5.227-.005 7.84-.702.007-1.405-.002-2.107.005v.598c2.525 0 5.052.008 7.577-.004.094-.557.256-1.142.683-1.541.801-.743 2.132-.803 3.008-.156.534.402.753 1.067.892 1.693 1.992.019 3.987.008 5.979.006a.582.582 0 0 0 .642-.598c.023-2.653.007-5.308.008-7.961.041-.713-.76-.971-1.31-1.142-2.745-.659-5.598-.514-8.399-.501-1.899.066-3.84.013-5.686.534m6.092 8.041c-.924.188-1.553 1.225-1.27 2.13.221.872 1.205 1.451 2.072 1.202.891-.201 1.489-1.199 1.241-2.079-.2-.877-1.167-1.479-2.043-1.253M3.419 17.29c-.412.09-.615.639-.34.968.256.379.9.299 1.056-.13.222-.435-.252-.983-.716-.838z"/><path fill="#005595" d="M6.514 9.046c1.084-.002 2.17-.002 3.254 0 .002 1.005.002 2.008 0 3.013-1.084.002-2.17.002-3.254 0a756.515 756.515 0 0 1 0-3.013zM13.026 9.046c2.13-.002 4.26-.002 6.39 0 .002 1.005.002 2.008 0 3.013-2.13.002-4.26.002-6.39 0a756.515 756.515 0 0 1 0-3.013zM12.447 16.096c.598-.041 1.082.679.763 1.206-.254.548-1.102.593-1.412.075-.377-.499.041-1.269.649-1.281zM.257 22.068c.147 1.024 1.114 1.827 2.154 1.744 6.568-.019 13.139.029 19.707-.025-.174.06-.343.14-.526.163-2.454-.007-4.911.059-7.365.017-.966-.226-1.931.139-2.903-.028-3.151.109-6.308-.048-9.459.062h-.347c-.632-.273-1.201-.785-1.381-1.469.039-.154.078-.31.121-.463z"/></symbol><symbol viewBox="0 0 24 24" id="information--train-or-light-rail-station--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.774 0h20.745c.704.183 1.308.69 1.579 1.368v21.471c-.21.488-.584.891-1.039 1.161H1.207c-.628-.414-1.104-1.048-1.208-1.806V1.995C.165 1.065.83.223 1.773 0m.122.332C.924.544.285 1.485.294 2.454.299 8.918.287 15.384.3 21.848c0 1.073.935 2.17 2.061 2.057 6.658-.012 13.316.008 19.974-.01.992-.18 1.676-1.168 1.665-2.152-.004-6.432.008-12.864-.006-19.294C24 1.403 23.223.364 22.139.297 15.71.294 9.281.298 2.852.295c-.319.008-.644-.032-.957.038z"/><path fill="#fff" d="M1.895.332c.313-.071.638-.03.957-.038C9.281.297 15.71.293 22.139.296 23.223.363 24 1.403 23.994 2.448c.014 6.431.002 12.863.006 19.294.011.985-.673 1.972-1.665 2.152-6.658.018-13.316-.002-19.974.01C1.236 24.017.3 22.92.3 21.847.287 15.383.299 8.917.294 2.453.285 1.484.924.544 1.895.331m.009.392C1.103.862.692 1.708.687 2.453.692 8.915.682 15.379.692 21.841c.001.783.534 1.604 1.361 1.667 6.694.002 13.389-.004 20.083.003.716.015 1.388-.658 1.374-1.374-.007-6.727-.001-13.455-.003-20.182-.048-.767-.821-1.342-1.571-1.271C15.259.715 8.576.64 1.903.722z"/><path fill="#fff" d="M13.672 7.427c2.707-1.53 5.366-3.146 8.066-4.688v15.654h-6.881c.004-.855-.17-1.699-.101-2.557H12.22c-.042-.263-.1-.522-.144-.784 1.024-.006 2.048-.001 3.072-.003 0-.574-.002-1.149.002-1.723l-.201-.193c.004-.657.001-1.315.002-1.972l.242-.243h.696l.242.243c.113 1.307-.196 2.588-.199 3.888h1.772V8.261c-1.345-.028-2.683-.154-4.033-.097v-.737z"/><path fill="#fff" d="M7.244 5.52c-.274-.394.255-.914.497-.4l.171-.207.309.005.159.325-.248.249c.808.162 1.685.166 2.416.583.381.667.348 1.575 1.058 2.041v6.593c-.566.513-1.034 1.141-1.68 1.56-.033.323-.009.672.392.697.147.206.303.404.454.608l-.393.063c.144.259.303.507.46.757l.54-.001c.15.231.321.45.479.678-.218.006-.437.01-.654.011.181.243.321.512.448.787.273 0 .547-.001.82-.003.163.22.318.448.466.679-.294.011-.587.014-.881.022.079.162.159.323.243.483h-.546c-.097-.165-.2-.328-.297-.492H4.082c-.097.164-.2.327-.297.492h-.546c.084-.16.164-.321.243-.483-.294-.008-.587-.011-.881-.022.149-.231.303-.458.467-.679l.855.006c.141-.263.272-.528.413-.79h-.629c.154-.234.326-.456.483-.689h.582a4.3 4.3 0 0 1 .448-.786l-.357-.02c.101-.234.232-.452.361-.672l.382.002.001-.642c-.52-.565-1.162-.994-1.673-1.568.001-2.087 0-4.174-.001-6.261-.03-.291.184-.511.369-.702.473-.452.315-1.236.741-1.711.685-.336 1.465-.368 2.201-.513m.44-.183c-.311.331.475.105 0 0m-2.342.901c-.345.244-.438.752-.363 1.149a11.109 11.109 0 0 1 2.658-.733c.265-.181.083-.588.136-.865-.82.061-1.66.143-2.43.449M7.87 5.79l-.001.88c.931.061 1.84.333 2.69.713.103-.385.007-.856-.256-1.15a9.873 9.873 0 0 0-2.433-.444m-.382 1.388c-.203.232-.334.514-.331.827.123.117.246.236.367.356.211.001.424.003.635.006.119-.192.218-.393.319-.596a6.413 6.413 0 0 0-.319-.595c-.223.003-.448.003-.671.002M4.555 9.514c-.211.185-.267.435-.13.684.102.045.204.091.305.138l.404-.23c.078-.399-.183-.653-.579-.591m5.851.591l.342.194c.126-.035.252-.069.379-.1-.017-.244.065-.709-.316-.666-.369-.097-.415.306-.405.572m-5.98 4.255v.492h.735c.224.445.533.84.76 1.284.171-.005.341-.009.511-.015-.191-.437-.445-.84-.677-1.255.171-.008.342-.014.513-.02.152.428.291.86.444 1.288l.395-.009c-.076-.43-.185-.854-.307-1.274l.657.001c.124.415.129.849.117 1.279h.371a5 5 0 0 0 .124-1.279l.663-.001c-.094.425-.186.852-.297 1.273l.417.014c.161-.423.307-.852.426-1.289l.497.012c-.204.427-.415.852-.636 1.27h.476c.281-.424.541-.861.825-1.283.224.003.449.004.674.005v-.493H4.425m1.673 1.869v.787h3.344v-.787H6.098m-.443 1.277c-.2.319-.378.65-.55.985 1.788-.005 3.576.01 5.365-.008a7.252 7.252 0 0 0-.556-.977c-1.42.002-2.84.001-4.259 0m-.815 1.476a7.19 7.19 0 0 0-.556.977c2.326.011 4.652.017 6.979-.003-.112-.35-.324-.652-.495-.973-1.976 0-3.952.001-5.928-.001zM15.362 10.033l.471-.003c.062.151.121.305.182.458l-.199.332h-.454c-.078-.132-.153-.264-.231-.394.078-.131.153-.263.231-.393z"/><path fill="#006f51" d="M1.904.723C8.577.64 15.26.716 21.937.685c.75-.071 1.523.504 1.571 1.271.002 6.727-.004 13.455.003 20.182.014.716-.658 1.389-1.374 1.374-6.694-.007-13.389-.001-20.083-.003-.827-.063-1.36-.884-1.361-1.667-.01-6.462 0-12.926-.005-19.388.005-.746.416-1.591 1.217-1.73m11.767 6.703v.737c1.35-.057 2.688.07 4.033.097v6.788h-1.772c.003-1.3.312-2.581.199-3.888l-.242-.243h-.696l-.242.243c-.001.657.002 1.315-.002 1.972l.201.193c-.004.574-.002 1.149-.002 1.723-1.024.002-2.048-.003-3.072.003.043.262.101.521.144.784h2.536c-.069.859.105 1.703.101 2.557h6.881V2.739c-2.7 1.542-5.359 3.157-8.066 4.688M7.244 5.52c-.737.146-1.517.177-2.201.513-.426.475-.268 1.259-.741 1.711-.185.191-.398.411-.369.702.001 2.086.002 4.173.001 6.261.511.573 1.153 1.003 1.673 1.568l-.001.642a48.644 48.644 0 0 0-.382-.002c-.129.219-.26.438-.361.672l.357.02a4.267 4.267 0 0 0-.448.786H4.19c-.157.232-.329.454-.483.689h.629c-.141.262-.272.527-.413.79l-.855-.006c-.164.22-.319.448-.467.679.294.011.587.014.881.022-.079.162-.159.323-.243.483h.546c.097-.165.2-.328.297-.492h7.375c.097.164.2.327.297.492h.546c-.084-.16-.164-.321-.243-.483.294-.008.587-.011.881-.022a13.145 13.145 0 0 0-.466-.679c-.273.002-.547.003-.82.003a4.402 4.402 0 0 0-.448-.787c.217-.001.436-.005.654-.011-.158-.227-.329-.447-.479-.678l-.54.001c-.157-.251-.317-.499-.46-.757l.393-.063c-.151-.204-.308-.402-.454-.608-.401-.026-.426-.375-.392-.697.646-.419 1.114-1.047 1.68-1.56V8.116c-.71-.466-.678-1.374-1.058-2.041-.731-.417-1.608-.421-2.416-.583l.248-.249a19.515 19.515 0 0 1-.159-.325 32.363 32.363 0 0 1-.309-.005l-.171.207c-.242-.513-.771.006-.497.4m8.118 4.513c-.078.131-.153.263-.231.393.078.131.153.263.231.394h.454l.199-.332c-.061-.153-.12-.307-.182-.458l-.471.003z"/><path fill="#006f51" d="M7.684 5.337c.475.105-.311.331 0 0zM5.342 6.238c.77-.306 1.61-.388 2.43-.449-.053.276.129.684-.136.865-.913.125-1.805.387-2.658.733-.075-.396.018-.905.363-1.149zM7.87 5.79a9.818 9.818 0 0 1 2.433.444c.263.294.359.765.256 1.15-.85-.38-1.759-.652-2.69-.713l.001-.88zM7.488 7.177c.223.001.448.001.671-.002.12.191.219.393.319.595-.1.203-.2.404-.319.596a67.214 67.214 0 0 0-.635-.006c-.121-.12-.244-.239-.367-.356-.003-.313.129-.595.331-.827zM4.555 9.514c.396-.062.657.192.579.591l-.404.23-.305-.138c-.137-.249-.082-.499.13-.684zM10.406 10.106c-.01-.267.036-.67.405-.572.381-.043.299.422.316.666-.127.031-.253.065-.379.1l-.342-.194zM4.426 14.361h6.689v.493a75.44 75.44 0 0 1-.674-.005c-.284.422-.544.859-.825 1.283H9.14c.221-.418.433-.843.636-1.27a41.205 41.205 0 0 0-.497-.012c-.119.437-.265.866-.426 1.289l-.417-.014c.111-.421.203-.848.297-1.273l-.663.001c.017.431-.03.859-.124 1.279h-.371c.012-.43.007-.864-.117-1.279l-.657-.001c.122.42.231.844.307 1.274l-.395.009c-.152-.428-.291-.86-.444-1.288-.171.006-.342.012-.513.02.232.415.486.818.677 1.255-.17.006-.34.01-.511.015-.227-.444-.536-.839-.76-1.284h-.735v-.492zM6.098 16.23h3.344v.787H6.098v-.787zM5.655 17.507c1.419.001 2.839.002 4.259 0 .205.314.401.634.556.977-1.788.018-3.576.003-5.365.008.172-.334.35-.666.55-.985zM4.84 18.983c1.976.002 3.952.001 5.928.001.171.321.383.623.495.973-2.326.02-4.652.014-6.979.003.154-.342.35-.663.556-.977z"/></symbol><symbol viewBox="0 0 24 24" id="information--tram-bus-stop--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M.919 0h22.134c.445.149.784.491.947.928v22.117a1.535 1.535 0 0 1-.928.955H.958a1.524 1.524 0 0 1-.959-.923V.953A1.53 1.53 0 0 1 .918 0m.438.632C.822.804.517 1.374.559 1.916.564 8.679.554 15.442.564 22.204c-.035.667.558 1.272 1.23 1.225 6.804.002 13.608.002 20.412 0 .672.046 1.262-.559 1.23-1.225.006-6.803.007-13.607 0-20.411.031-.667-.56-1.268-1.231-1.23C15.484.552 8.761.565 2.04.556c-.229.006-.463.005-.684.076z"/><path fill="#0e518d" d="M1.482 1.23c.174-.074.37-.064.554-.073 6.724.012 13.447-.008 20.17.01.412-.035.685.367.634.748v20.172c.05.378-.22.785-.631.742-6.805.007-13.612.006-20.417 0-.412.044-.683-.365-.631-.742V1.915c-.01-.262.058-.566.322-.684M3.6 3.6v16.8h16.8V3.6H3.6z"/><path fill="#f7fbf5" d="M1.356.632c.221-.071.455-.07.684-.076 6.721.01 13.444-.004 20.165.007.671-.038 1.262.563 1.231 1.23.007 6.804.006 13.608 0 20.411.032.666-.558 1.271-1.23 1.225-6.804.002-13.608.002-20.412 0-.672.047-1.265-.558-1.23-1.225-.01-6.762 0-13.525-.005-20.288C.517 1.374.822.804 1.356.632m.126.598c-.264.118-.331.422-.322.684v20.172c-.052.377.22.786.631.742 6.805.006 13.612.007 20.417 0 .412.043.682-.364.631-.742V1.914c.052-.38-.222-.782-.634-.748-6.722-.018-13.446.002-20.17-.01-.185.01-.38-.001-.554.073z"/><path fill="#f7fbf5" d="M3.6 3.6h16.8v16.8H3.6V3.6m3.528 2.496c.667.472 1.355.914 2.015 1.397a498.85 498.85 0 0 1-3.67.001c.114.768-.352 1.463-.349 2.224-.008.536.005 1.073.002 1.609l1.168.002c.041-.156.086-.311.128-.467 1.328.007 2.657-.007 3.985.008l.098.457c1.084-.001 2.168.001 3.252-.001.034-.156.072-.31.114-.463h3.973c.04.156.079.311.12.466l1.172-.002c-.002-.536.01-1.073.001-1.608 0-.762-.457-1.457-.352-2.226-2.911.005-5.822.005-8.734 0 .66-.481 1.344-.926 2.011-1.396-.814-.577-1.642-1.133-2.466-1.694-.828.559-1.654 1.118-2.471 1.693m-.392 5.076a.68.68 0 0 0 1.296.342c.256 0 .512 0 .768.006.34.692 1.332.413 1.295-.344a85.485 85.485 0 0 0-3.359-.004m7.444 0a.68.68 0 0 0 1.295.342c.254 0 .51 0 .766.006.343.691 1.332.414 1.3-.346-1.12-.025-2.24-.02-3.36-.002m-8.639 2.21c.194.852-.402 1.566-.598 2.354.488.836.482 1.876.149 2.77.646.01 1.29.005 1.934.005.125-.547.528-1.088 1.135-1.102.654-.065 1.153.5 1.271 1.098 1.54.008 3.08.005 4.62.002.127-.565.559-1.12 1.188-1.103.64-.035 1.09.526 1.223 1.098.874-.076 1.783-.035 2.614-.354-.245-.54-.144-1.139-.158-1.711.022-.822-.193-1.624-.278-2.436.115-.188.198-.396.184-.62-4.428-.013-8.856-.012-13.283-.001m2.542 4.182c-.829.089-1.171 1.246-.56 1.794.5.55 1.496.276 1.682-.432.254-.691-.388-1.5-1.122-1.362m7.074-.007c-.767.049-1.19 1.034-.742 1.644.376.625 1.399.584 1.724-.07.438-.68-.172-1.687-.983-1.574z"/><path fill="#f7fbf5" d="M7.698 6.097a122.96 122.96 0 0 1 1.901-1.306c.634.433 1.27.863 1.897 1.304-.631.438-1.268.864-1.897 1.304-.631-.438-1.268-.868-1.901-1.303zM5.756 7.928h1.055L6.81 9.423c-.48.001-.961.001-1.441-.001.127-.499.257-.997.388-1.494zM7.086 7.927h1.788a374 374 0 0 1 0 1.498H7.087l-.001-1.498zM9.15 7.928h1.788c.001.498.001.997-.001 1.495l-1.786.001-.001-1.496zM11.214 7.93c.612-.002 1.224-.002 1.836-.001l-.001 1.495h-1.834l-.001-1.494zM13.326 7.927h1.788l-.001 1.498h-1.787a374 374 0 0 1 0-1.498zM15.389 7.928h1.788c.001.498.001.997-.001 1.495l-1.786.001-.001-1.496zM17.453 7.928h1.054c.132.497.26.995.39 1.494-.481.002-.962.002-1.444.001V7.928zM7.754 13.945c.64-.002 1.279-.001 1.919 0 .001.649.001 1.3-.001 1.95-.64.001-1.278.001-1.918-.001-.002-.65-.001-1.3 0-1.949zM10.116 13.945c.685-.002 1.37-.002 2.056 0 .001.649.002 1.298 0 1.949-.685.004-1.37.002-2.054.001-.002-.65-.002-1.301-.001-1.95zM12.58 13.945c.722-.002 1.444-.001 2.166 0v1.949c-.722.002-1.444.004-2.165 0-.004-.649-.002-1.3-.001-1.949zM15.128 13.944h1.747c.001.65.001 1.302-.001 1.952l-1.746-.001c-.002-.65-.001-1.301 0-1.951zM17.335 13.944h.768c.101.649.199 1.3.293 1.95-.353.001-.707.002-1.06.001-.002-.65-.002-1.301-.001-1.951zM6.032 14.154c.403-.002.806-.004 1.21 0 .004.673.004 1.348 0 2.022-.628 0-1.256.001-1.885-.002-.076-.739.451-1.349.676-2.02z"/><path fill="#2a2d2f" d="M7.128 6.096c.817-.575 1.643-1.134 2.471-1.693.824.562 1.652 1.117 2.466 1.694-.667.469-1.351.914-2.011 1.396 2.911.005 5.822.005 8.734 0-.106.769.352 1.464.352 2.226.008.535-.004 1.072-.001 1.608l-1.172.002c-.041-.155-.08-.31-.12-.466h-3.973c-.042.154-.08.307-.114.463-1.084.002-2.168 0-3.252.001-.034-.152-.066-.305-.098-.457-1.328-.016-2.657-.001-3.985-.008-.042.156-.088.311-.128.467l-1.168-.002c.002-.536-.011-1.073-.002-1.609-.002-.761.463-1.456.349-2.224 1.223.002 2.447.005 3.67-.001-.66-.482-1.348-.925-2.015-1.397m.567.001c.632.436 1.27.865 1.901 1.303.629-.44 1.266-.866 1.897-1.304-.628-.442-1.264-.871-1.897-1.304-.637.43-1.272.864-1.901 1.306m-1.942 1.83c-.131.497-.26.995-.388 1.494.48.002.961.002 1.441.001l.001-1.495H5.755m1.331-.001l.001 1.498h1.787a374 374 0 0 0 0-1.498H7.086m2.064.001l.001 1.496 1.786-.001c.002-.498.002-.997.001-1.495H9.15m2.064.002l.001 1.494h1.834l.001-1.495c-.612-.001-1.224-.001-1.836.001m2.112-.003a374 374 0 0 0 0 1.498h1.787l.001-1.498h-1.788m2.063.001l.001 1.496 1.786-.001c.002-.498.002-.997.001-1.495h-1.788m2.064 0v1.495c.481.001.962.001 1.444-.001-.13-.499-.258-.997-.39-1.494h-1.054z"/><path fill="#2a2d2f" d="M6.733 11.172a83.586 83.586 0 0 1 3.359.004c.037.757-.955 1.037-1.295.344-.256-.006-.512-.006-.768-.006a.68.68 0 0 1-1.296-.342zM14.177 11.172c1.12-.018 2.24-.023 3.36.002.032.76-.956 1.037-1.3.346-.256-.006-.511-.006-.766-.006a.68.68 0 0 1-1.295-.342zM5.539 13.382c4.427-.011 8.855-.012 13.283.001.014.224-.068.432-.184.62.085.812.3 1.614.278 2.436.014.572-.086 1.171.158 1.711-.83.319-1.74.278-2.614.354-.133-.572-.583-1.133-1.223-1.098-.629-.017-1.061.538-1.188 1.103-1.54.002-3.08.006-4.62-.002-.118-.598-.617-1.163-1.271-1.098-.607.013-1.01.554-1.135 1.102-.644 0-1.289.005-1.934-.005.334-.894.34-1.933-.149-2.77.196-.788.792-1.502.598-2.354m2.216.563c-.001.649-.002 1.298 0 1.949.64.002 1.278.002 1.918.001.002-.65.002-1.301.001-1.95-.64-.001-1.279-.002-1.919 0m2.362 0c-.001.649-.001 1.3.001 1.95.684.001 1.369.002 2.054-.001.002-.65.001-1.3 0-1.949-.685-.002-1.37-.002-2.056 0m2.465 0c-.001.649-.002 1.3.001 1.949.721.004 1.442.002 2.165 0v-1.949c-.722-.001-1.444-.002-2.166 0m2.548-.001c-.001.65-.002 1.301 0 1.951l1.746.001c.002-.65.002-1.302.001-1.952h-1.747m2.207 0c-.001.65-.001 1.301.001 1.951.353.001.707 0 1.06-.001-.094-.65-.192-1.301-.293-1.95h-.768m-11.303.21c-.224.671-.751 1.28-.676 2.02.629.004 1.258.002 1.885.002.004-.674.004-1.349 0-2.022-.403-.004-.806-.002-1.21 0z"/><path fill="#2a2d2f" d="M8.082 17.564c.734-.138 1.376.671 1.122 1.362-.186.708-1.182.982-1.682.432-.611-.548-.269-1.705.56-1.794zM15.156 17.557c.811-.113 1.421.894.983 1.574-.325.654-1.349.695-1.724.07-.449-.61-.025-1.595.742-1.644z"/></symbol><symbol viewBox="0 0 24 24" id="information--tram-bus-stop--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M.919 0h22.135c.444.149.782.492.946.926v22.12a1.535 1.535 0 0 1-.928.954H.957c-.45-.14-.788-.488-.958-.923V.951a1.53 1.53 0 0 1 .919-.952m.438.633c-.534.17-.839.743-.797 1.285.005 6.762-.005 13.525.005 20.287-.035.667.558 1.272 1.229 1.225 6.805.002 13.609.002 20.413 0 .672.046 1.262-.559 1.23-1.225.007-6.803.007-13.607 0-20.41.032-.668-.56-1.27-1.231-1.231C15.484.552 8.761.565 2.039.556c-.228.006-.462.005-.683.076z"/><path fill="#0e518d" d="M1.481 1.231c.174-.077.371-.065.556-.074 6.724.012 13.447-.008 20.17.01.412-.035.686.367.634.748v20.172c.052.377-.221.785-.632.742-6.804.007-13.61.006-20.414.001-.412.043-.685-.366-.632-.743V1.916c-.01-.262.058-.566.32-.684M3.6 3.6v16.8h16.8V3.6H3.6z"/><path fill="#f7fbf5" d="M1.356.632c.221-.071.455-.07.683-.076 6.722.01 13.445-.004 20.166.007.671-.038 1.264.563 1.231 1.231.007 6.803.007 13.607 0 20.41.032.666-.558 1.271-1.23 1.225-6.804.002-13.608.002-20.413 0-.671.047-1.264-.558-1.229-1.225-.01-6.762 0-13.525-.005-20.287C.517 1.375.822.802 1.356.632m.125.599c-.263.118-.33.422-.32.684v20.171c-.053.377.221.786.632.743 6.804.005 13.61.006 20.414-.001.412.043.684-.365.632-.742V1.914c.053-.38-.222-.782-.634-.748-6.722-.018-13.446.002-20.17-.01-.185.01-.382-.002-.556.074z"/><path fill="#f7fbf5" d="M3.6 3.6h16.8v16.8H3.6V3.6m3.463 6.097c.671.467 1.354.918 2.018 1.396-1.22.006-2.442.004-3.662.001.08.69-.266 1.318-.347 1.988-.036.614-.002 1.23-.012 1.846h1.172l.119-.456h3.973l.121.456h3.24l.121-.456h3.971l.125.458c.389-.002.779-.004 1.169-.002-.004-.54.01-1.079.001-1.618-.004-.757-.455-1.447-.358-2.214l-8.74-.001c.67-.475 1.351-.932 2.028-1.398-.82-.574-1.646-1.138-2.477-1.697-.818.569-1.651 1.118-2.464 1.697m-.388 5.076c-.065.782.955 1.039 1.296.349.251-.002.503-.001.754.001.341.691 1.354.43 1.292-.349a186.15 186.15 0 0 0-3.342-.001m7.445 0c-.07.784.955 1.039 1.295.348.251-.001.502 0 .754.002.341.692 1.351.428 1.294-.349a177.29 177.29 0 0 0-3.342-.001z"/><path fill="#f7fbf5" d="M9.528 8.39c.64.432 1.278.864 1.906 1.312-.632.439-1.272.869-1.906 1.308-.626-.444-1.267-.868-1.896-1.309.625-.448 1.266-.872 1.896-1.31zM5.688 11.538l1.056-.002v1.488H5.302l.386-1.486zM7.021 11.537h1.788l.001 1.486c-.596.002-1.193.002-1.788.001l-.001-1.487zM9.085 11.537h1.788l-.001 1.487c-.595.001-1.192.001-1.787-.001v-1.486zM11.149 11.537h1.834c.002.496.001.991 0 1.487h-1.832c-.002-.496-.002-.991-.001-1.487zM13.259 11.537h1.788v1.486c-.595.002-1.192.002-1.788.001v-1.487zM15.325 11.537h1.788l-.001 1.487h-1.788c-.001-.496-.001-.991.001-1.487zM17.388 11.537h1.055c.13.496.259.991.386 1.487h-1.44c-.002-.496-.002-.991-.001-1.487z"/><path fill="#2a2d2f" d="M7.063 9.697C7.875 9.119 8.708 8.569 9.527 8c.83.559 1.657 1.123 2.477 1.697-.677.466-1.358.923-2.028 1.398l8.74.001c-.097.767.354 1.457.358 2.214.008.539-.005 1.078-.001 1.618-.39-.001-.78 0-1.169.002l-.125-.458h-3.971l-.121.456h-3.24l-.121-.456H6.353l-.119.456H5.062c.01-.616-.024-1.231.012-1.846.08-.671.427-1.298.347-1.988 1.22.002 2.442.005 3.662-.001-.665-.478-1.348-.929-2.018-1.396M9.528 8.39c-.63.438-1.271.863-1.896 1.31.629.442 1.27.865 1.896 1.309.634-.439 1.273-.869 1.906-1.308a89.314 89.314 0 0 0-1.906-1.312m-3.84 3.149l-.386 1.486h1.442v-1.488l-1.056.002m1.333-.001l.001 1.487c.595.001 1.192.001 1.788-.001l-.001-1.486H7.021m2.064 0v1.486c.595.002 1.192.002 1.787.001l.001-1.487H9.085m2.064 0c-.001.496-.001.991.001 1.487h1.832c.001-.496.002-.991 0-1.487h-1.834m2.111 0v1.487c.596.001 1.193.001 1.788-.001v-1.486h-1.788m2.066 0c-.002.496-.002.991-.001 1.487h1.788l.001-1.487h-1.788m2.063 0c-.001.496-.001.991.001 1.487h1.44c-.127-.496-.257-.991-.386-1.487h-1.055z"/><path fill="#2a2d2f" d="M6.673 14.773c1.115-.008 2.228-.01 3.342.001.061.779-.952 1.04-1.292.349a37.902 37.902 0 0 0-.754-.001c-.341.69-1.361.433-1.296-.349zM14.118 14.773c1.114-.008 2.228-.011 3.342.001.058.778-.953 1.042-1.294.349-.252-.002-.503-.004-.754-.002-.34.691-1.364.436-1.295-.348z"/></symbol><symbol viewBox="0 0 24 24" id="information--trams-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0303ff" d="M0 0h24v24H0V0m.757 20.515c7.37-.004 14.739.001 22.109-.003-3.61-6.139-7.208-12.283-10.814-18.422C8.282 8.229 4.531 14.379.757 20.515z"/><path fill="#fff" d="M.757 20.515C4.531 14.379 8.282 8.228 12.052 2.09c3.605 6.14 7.204 12.284 10.814 18.422-7.37.004-14.739-.001-22.109.003m6.136-8.304c1.304.049 2.61.008 3.915.025.498.708.989 1.422 1.483 2.134-.675.433-1.182 1.297-2.071 1.245l-.289.23c-1.286-.011-2.574-.01-3.861-.001-.436 1.011-1.277 1.99-.957 3.16.547.025 1.096.018 1.644.016l.273.3c-1.34.019-2.681-.003-4.021.008a.47.47 0 0 0-.527.291c6.48.048 12.965.048 19.445 0a.468.468 0 0 0-.525-.291c-1.351-.011-2.702.01-4.053-.008l.247-.304c.475-.001.95.036 1.422-.018.344-.155.2-.612.191-.905-.318-.786-.798-1.496-1.178-2.255-1.766-.001-3.533.003-5.299 0-.331.029-.547-.274-.815-.416.255-.347.502-.699.75-1.051-.462-.715-.922-1.43-1.389-2.141 2.069-.014 4.139.037 6.207-.027-.091-.199-.245-.326-.47-.289-3.206-.004-6.411-.001-9.618-.001-.237-.036-.422.07-.505.298z"/><path fill="#fff" d="M6.166 16.301c.255-.034.512-.059.768-.078.01.606.005 1.214.005 1.821-.42-.029-.885.093-1.266-.134.077-.558.329-1.072.492-1.609zM7.349 16.243c1.195-.001 2.388.01 3.582-.014-.004.601-.003 1.2-.003 1.799-1.193-.008-2.386.004-3.579.014a539.4 539.4 0 0 1 0-1.799zM11.331 16.231c1.879.016 3.758-.014 5.638-.004l-.001 1.765c-1.193.007-2.388.015-3.581.016l.001-1.728-.41.003.001 1.735a90.313 90.313 0 0 0-1.646.003c.007-.597.008-1.193-.003-1.79zM17.379 16.224c.189.001.38.004.571.007.278.575.572 1.144.793 1.746-.455.014-.911.015-1.365.015-.001-.59-.001-1.179.001-1.768zM9.526 19.019c1.799.004 3.599.004 5.398 0l.273.306c-1.963.005-3.925.004-5.886 0l.215-.306zM16.077 19.099c.137-.202.498.033.32.226-.144.169-.516-.026-.32-.226z"/><path fill="#030303" d="M6.893 12.211c.082-.228.267-.333.505-.298 3.206 0 6.411-.003 9.618.001.225-.037.38.091.47.289-2.068.064-4.138.014-6.207.027.468.71.927 1.426 1.389 2.141-.248.351-.495.704-.75 1.051.267.141.484.444.815.416 1.766.003 3.533-.001 5.299 0 .38.758.86 1.469 1.178 2.255.01.293.154.75-.191.905-.472.053-.948.016-1.422.018a40.55 40.55 0 0 1-.247.304c1.351.018 2.702-.003 4.053.008a.468.468 0 0 1 .525.291c-6.48.048-12.965.048-19.445 0a.47.47 0 0 1 .527-.291c1.34-.011 2.681.011 4.021-.008l-.273-.3c-.549.001-1.097.008-1.644-.016-.32-1.17.521-2.149.957-3.16a261.54 261.54 0 0 1 3.861.001l.289-.23c.889.052 1.396-.812 2.071-1.245-.494-.712-.985-1.426-1.483-2.134-1.306-.016-2.611.025-3.915-.025m-.728 4.09c-.163.536-.416 1.051-.492 1.609.381.228.846.106 1.266.134 0-.608.004-1.215-.005-1.821-.256.019-.513.044-.768.078m1.182-.058a539.4 539.4 0 0 0 0 1.799c1.193-.01 2.386-.022 3.579-.014 0-.599-.001-1.199.003-1.799-1.195.023-2.388.012-3.582.014m3.982-.012c.011.597.01 1.193.003 1.79.549-.007 1.097-.005 1.646-.003l-.001-1.735c.103 0 .307-.001.41-.003l-.001 1.728c1.193-.001 2.388-.01 3.581-.016l.001-1.765c-1.88-.01-3.759.021-5.638.004m6.047-.007c-.003.588-.003 1.178-.001 1.768.454 0 .909-.001 1.365-.015-.221-.602-.514-1.171-.793-1.746l-.571-.007m-9.467 3.08c.134.101.439.106.48-.096-.034-.299-.625-.191-.48.096m1.614-.285l-.215.306c1.961.004 3.924.005 5.886 0-.069-.075-.204-.229-.273-.306-1.799.004-3.599.004-5.398 0m6.551.08c-.196.2.176.395.32.226.178-.193-.182-.428-.32-.226z"/><path fill="#e1e1e1" d="M7.912 19.304c-.145-.287.446-.395.48-.096-.041.202-.346.197-.48.096z"/></symbol><symbol viewBox="0 0 32 24" id="information--truck-lane-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#001a30" opacity=".27" d="M1.63 0h29.009l.264.107c-9.84.102-19.688.075-29.53.013L1.629 0z"/><path fill="#0066b3" d="M.263 1.612C.214.903.745.346 1.374.12c9.842.062 19.69.089 29.53-.013.673.186 1.252.759 1.2 1.498.013 6.876.011 13.755 0 20.63.062.806-.631 1.541-1.443 1.5-9.629.011-19.26.003-28.888.003-.84.07-1.575-.675-1.511-1.513C.254 15.354.251 8.482.264 1.611M1.339.35C.728.524.384 1.171.421 1.78c-.003 6.759-.003 13.518 0 20.278-.071.77.548 1.549 1.354 1.503 9.571.011 19.145.003 28.717.005.822.071 1.505-.697 1.425-1.498.003-6.765.003-13.531 0-20.296.079-.806-.608-1.557-1.427-1.497C21.028.26 11.566.278 2.105.265c-.258.008-.519.011-.767.084z"/><path fill="#0066b3" d="M1.365.89c.331-.162.71-.149 1.069-.161 9.298.018 18.597-.01 27.894.015.67-.042 1.266.527 1.216 1.202.011 6.652.003 13.305.003 19.957.071.688-.495 1.362-1.21 1.292-9.412.01-18.827.002-28.239.003-.749.105-1.406-.553-1.317-1.299-.005-6.6 0-13.2-.002-19.798C.76 1.636.909 1.1 1.364.89m.77 1.393c-.006.861-.006 1.721 0 2.58l.493-.006c.005-.855.005-1.711 0-2.567l-.493-.006m11.878.007c-.002.855-.002 1.709-.002 2.565l.496.006c.006-.859.008-1.721-.002-2.582l-.493.01m7.834-.002c-.006.858-.006 1.714-.002 2.572h.496c.003-.858.003-1.716-.002-2.574l-.493.002m7.85-.006a139 139 0 0 0 0 2.583l.493-.008c.003-.856.003-1.711 0-2.565-.123-.003-.37-.006-.493-.01M6.122 5.961c-.345.589-.848 1.194-.671 1.925.748 0 1.279-.571 1.862-.954.011 2.076-.003 4.151.008 6.227a66.16 66.16 0 0 0 1.782 0c.016-2.068.002-4.135.01-6.203.553.396 1.088.91 1.808.936.076-.388.073-.798-.165-1.132-.848-1.414-1.677-2.839-2.544-4.241C7.477 3.641 6.829 4.82 6.123 5.96M2.137 7.19c-.008.859-.006 1.717-.003 2.575.123 0 .371 0 .495-.002.005-.858.011-1.717-.01-2.575-.122.002-.362.002-.482.002m11.88.002a245.39 245.39 0 0 0-.002 2.574c.165-.003.331-.005.496-.006.003-.855.003-1.711-.002-2.565l-.493-.002m7.821.033c.01.846.005 1.693.008 2.539h.496c.002-.864.006-1.729-.005-2.593l-.499.054m7.86-.037c-.008.859-.006 1.719-.003 2.577.123 0 .371 0 .496-.002.003-.856.005-1.712-.002-2.569l-.491-.006m-7.855 4.915c.002.853-.002 1.706.006 2.557l.496-.011c-.003-.859.005-1.721-.011-2.58l-.491.034m-19.71-.016c0 .856-.002 1.712.002 2.57l.495-.002c.005-.856.005-1.712 0-2.569h-.496m11.889 2.576l.485-.005c.011-.856.011-1.714 0-2.572l-.485-.003a85.343 85.343 0 0 0 0 2.58m15.672-2.577c-.003.858-.003 1.714 0 2.572l.495-.002c.005-.856.005-1.712.002-2.567a41.254 41.254 0 0 0-.496-.003M5.822 15.608c-.062.602-.07 1.206-.068 1.81-.66.034-1.339-.047-1.986.117-.326.396-.417.97-.872 1.257-.817.436-.431 1.56-1.069 2.157l.011.386.762.055c.165.519.501 1.117 1.132 1.09.642.036.984-.577 1.151-1.106 1.672-.018 3.344-.016 5.016-.015.159.529.491 1.142 1.129 1.121.657.041 1.002-.59 1.166-1.129a56.413 56.413 0 0 1 1.539.006l.157-.493c.383-.023.765-.05 1.146-.101a44.139 44.139 0 0 0-.002-5.144c-3.07-.058-6.143-.036-9.212-.011z"/><path fill="#0066b3" d="M3.422 18.842c-.092-1.023.869-1.059 1.62-.939.006.313.01.628.011.942-.543.008-1.088.008-1.631-.003z"/><path fill="#fff" d="M1.339.35c.248-.073.509-.076.767-.084 9.461.013 18.923-.005 28.385.01.819-.06 1.506.691 1.427 1.497.003 6.765.003 13.531 0 20.296.079.801-.603 1.57-1.425 1.498-9.572-.002-19.146.006-28.717-.005-.806.045-1.425-.733-1.354-1.503C.419 15.298.419 8.54.422 1.781.385 1.171.728.524 1.34.351m.025.539C.909 1.101.76 1.636.78 2.101.782 8.699.777 15.299.782 21.899c-.089.746.568 1.404 1.317 1.299 9.412-.002 18.827.006 28.239-.003.715.07 1.281-.605 1.21-1.292 0-6.652.008-13.305-.003-19.957.05-.675-.546-1.244-1.216-1.202C21.032.72 11.734.747 2.435.729 2.077.74 1.697.727 1.366.89z"/><path fill="#fff" d="M2.134 2.283l.493.006c.005.856.005 1.712 0 2.567l-.493.006c-.006-.859-.006-1.719 0-2.58zM14.012 2.291c.123-.002.37-.006.493-.01.01.861.008 1.722.002 2.582a80.085 80.085 0 0 0-.496-.006c0-.856 0-1.711.002-2.565zM21.845 2.288l.493-.002c.005.858.005 1.716.002 2.574h-.496c-.005-.858-.005-1.714.002-2.572zM29.694 2.282c.123.003.37.006.493.01.003.855.003 1.709 0 2.565l-.493.008a139 139 0 0 1 0-2.583zM6.122 5.961c.705-1.14 1.354-2.319 2.089-3.441.868 1.401 1.696 2.826 2.544 4.241.238.334.242.744.165 1.132-.72-.026-1.255-.54-1.808-.936-.008 2.068.006 4.135-.01 6.203a66.16 66.16 0 0 1-1.782 0c-.011-2.076.003-4.151-.008-6.227-.582.383-1.114.954-1.862.954-.177-.731.326-1.336.671-1.925zM2.137 7.19c.12 0 .36 0 .482-.002.021.858.015 1.717.01 2.575-.123.002-.371.002-.495.002-.003-.858-.005-1.716.003-2.575zM14.017 7.192l.493.002c.005.855.005 1.711.002 2.565-.165.002-.331.003-.496.006-.003-.858-.005-1.716.002-2.574zM21.837 7.226l.499-.054c.011.864.006 1.729.005 2.593h-.496c-.003-.846.002-1.693-.008-2.539zM29.697 7.189l.491.006c.006.856.005 1.712.002 2.569-.125.002-.373.002-.496.002-.003-.858-.005-1.717.003-2.577zM21.842 12.104l.491-.034c.016.859.008 1.721.011 2.58l-.496.011c-.008-.851-.005-1.704-.006-2.557zM2.132 12.088h.496c.005.856.005 1.712 0 2.569l-.495.002c-.003-.858-.002-1.714-.002-2.57zM14.022 14.663a85.343 85.343 0 0 1 0-2.58l.485.003c.011.858.011 1.716 0 2.572l-.485.005zM29.694 12.086l.496.003c.003.855.003 1.711-.002 2.567l-.495.002c-.003-.858-.003-1.714 0-2.572zM5.822 15.608c3.07-.024 6.143-.047 9.212.011.101 1.711.101 3.433.002 5.144-.381.05-.764.078-1.146.101-.054.164-.105.328-.157.493a52.624 52.624 0 0 0-1.539-.006c-.164.538-.509 1.169-1.166 1.129-.637.021-.97-.592-1.129-1.121a419.347 419.347 0 0 0-5.016.015c-.167.529-.509 1.142-1.151 1.106-.631.028-.966-.571-1.132-1.09l-.762-.055-.011-.386c.637-.597.251-1.721 1.069-2.157.456-.287.546-.861.872-1.257.647-.164 1.326-.083 1.986-.117-.002-.603.006-1.208.068-1.81m-2.4 3.234c.543.011 1.088.011 1.631.003a73.533 73.533 0 0 0-.011-.942c-.751-.12-1.712-.084-1.62.939z"/></symbol><symbol viewBox="0 0 24 24" id="information--truck-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#6e6b6c" d="M.098 1.709C.287.716 1.296-.036 2.3.001h19.762c.365-.024.698.154 1.006.327l.261.136c.295.261.526.584.67.95v21.433A3.604 3.604 0 0 1 22.844 24H1.387c-.629-.31-1.229-.85-1.293-1.589l.171-.291c.194.953 1.018 1.79 2.032 1.755 6.508.007 13.016.004 19.524.001 1.059.058 2.064-.861 2.055-1.928.005-6.592.007-13.183-.001-19.773-.001-1.072-1.005-1.932-2.047-1.92C15.358.244 8.887.25 2.417.251 1.381.213.479 1.007.27 2.003.226 1.93.142 1.784.099 1.71z"/><path fill="#fff" d="M.269 2.002C.477 1.007 1.379.213 2.416.25 8.886.249 15.357.243 21.827.254c1.042-.012 2.046.848 2.047 1.92.008 6.59.006 13.182.001 19.773.01 1.068-.995 1.987-2.055 1.928-6.508.002-13.016.006-19.524-.001-1.013.035-1.838-.802-2.032-1.755C.266 15.414.26 8.708.268 2.001M1.738.787A1.598 1.598 0 0 0 .705 2.303C.7 8.807.704 15.311.704 21.817c-.048.87.718 1.667 1.589 1.646 6.51.007 13.022.001 19.532.002.891.048 1.696-.748 1.652-1.639 0-6.512.002-13.022-.001-19.532.029-.884-.777-1.664-1.659-1.61C15.353.682 8.889.685 2.425.682c-.232.006-.468.022-.687.104zM23.069.328z"/><path fill="#fff" d="M9.579 3.338c1.234.047 2.493-.128 3.71.116 1.478.387 1.668 2.462.842 3.524-.888.846-2.224.543-3.333.59-.038.979-.002 1.959-.023 2.938a58.907 58.907 0 0 0-1.189 0c-.016-2.389-.001-4.778-.007-7.168m1.211 1.296a45.709 45.709 0 0 0-.006 1.571c.661-.023 1.342.086 1.985-.099.584-.175.636-1.153.05-1.355-.655-.21-1.355-.08-2.029-.116zM6.68 13.928c5.28-.002 10.56-.01 15.84.004.001 1.738-.002 3.478.002 5.216-.592.006-1.183.007-1.775.004.047.672-.408 1.392-1.127 1.412-.756.048-1.293-.703-1.223-1.412-2.333-.007-4.668.023-7-.015-.393-.241-.59-.71-.977-.965-1.245-.041-2.493-.004-3.739-.015-.005-1.41-.002-2.819-.001-4.229z"/><path fill="#fff" d="M3.903 15.177c.762-.16 1.556-.03 2.332-.078.039 1.143-.001 2.288.023 3.432 1.264-.001 2.528-.007 3.793.004.176.2.352.399.526.599-.424.002-.847.001-1.272.004.033.627-.389 1.296-1.063 1.31-.703.038-1.178-.655-1.141-1.308-.495-.01-.989-.007-1.485.004l-.021.387-.508.002c-.185.457-.531.955-1.09.916-.53.017-.832-.468-.968-.915-.456 0-.912.001-1.367-.001l.001-.385.393-.022c-.001-.685-.013-1.371.013-2.056.362-.018.725-.022 1.086-.017.261-.61.166-1.456.747-1.875z"/><path fill="#005595" d="M1.738.787c.219-.082.456-.098.687-.104 6.463.004 12.927 0 19.392.002.882-.055 1.688.726 1.659 1.61.004 6.51.001 13.021.001 19.532.044.891-.761 1.687-1.652 1.639-6.51-.001-13.022.005-19.532-.002-.872.021-1.638-.776-1.589-1.646 0-6.505-.004-13.01.001-19.514A1.598 1.598 0 0 1 1.738.788m7.841 2.55c.006 2.39-.008 4.779.007 7.168.396-.004.793-.004 1.189 0 .021-.979-.015-1.959.023-2.938 1.109-.047 2.445.256 3.333-.59.825-1.062.635-3.137-.842-3.524-1.217-.245-2.476-.069-3.71-.116M6.68 13.928c-.001 1.41-.004 2.819.001 4.229 1.246.011 2.495-.027 3.739.015.387.255.584.724.977.965 2.332.038 4.667.007 7 .015-.07.709.467 1.461 1.223 1.412.719-.021 1.175-.741 1.127-1.412.592.004 1.183.002 1.775-.004-.005-1.738-.001-3.478-.002-5.216-5.28-.013-10.56-.006-15.84-.004m-2.777 1.249c-.581.419-.486 1.265-.747 1.875a17.115 17.115 0 0 0-1.086.017c-.027.685-.015 1.371-.013 2.056l-.393.022-.001.385c.456.002.912.001 1.367.001.137.447.439.932.968.915.559.039.904-.459 1.09-.916l.508-.002.021-.387c.496-.011.99-.013 1.485-.004-.038.653.438 1.345 1.141 1.308.674-.015 1.096-.684 1.063-1.31.424-.002.847-.001 1.272-.004l-.526-.599c-1.264-.011-2.528-.005-3.793-.004-.024-1.143.016-2.288-.023-3.432-.776.047-1.57-.082-2.332.078z"/><path fill="#005595" d="M10.79 4.634c.674.036 1.375-.093 2.029.116.587.202.535 1.181-.05 1.355-.644.185-1.325.076-1.985.099a45.709 45.709 0 0 1 .006-1.571z"/><path fill="#b7b6b6" d="M0 1.898l.098-.189C.132 8.608.14 15.511.094 22.411l-.095-.198V1.898z"/><path fill="#231f20" d="M.098 1.709c.042.074.127.221.171.293C.262 8.709.268 15.414.265 22.12l-.171.291C.14 15.512.132 8.609.098 1.709z"/></symbol><symbol viewBox="0 0 24 24" id="information--truck-trailer-lane-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M1.59.184C8.387.125 15.189.173 21.988.159c.878-.052 1.642.746 1.571 1.621 0 6.773.007 13.548-.004 20.323.044.85-.72 1.593-1.565 1.547-6.739-.001-13.479.012-20.218-.006-.916.005-1.579-.907-1.46-1.782.008-6.694 0-13.388.004-20.082C.263 1.023.823.271 1.591.184m-.007.235C.941.506.499 1.149.546 1.778.547 8.553.541 15.328.55 22.103c-.044.732.618 1.366 1.345 1.314 6.697.006 13.397.007 20.095 0 .724.048 1.376-.587 1.335-1.314.011-6.775.004-13.55.004-20.325.068-.751-.582-1.44-1.339-1.388C15.189.404 8.384.347 1.585.419z"/><path fill="#0066b3" d="M1.578.76C8.337.666 15.108.748 21.871.72c.614-.087 1.19.428 1.122 1.055 0 6.773.006 13.548-.002 20.322a.946.946 0 0 1-1.004.989c-6.697.007-13.395.006-20.091 0A.95.95 0 0 1 .88 22.1C.866 15.365.88 8.629.873 1.892.83 1.416 1.065.858 1.579.761m.608 1.52v2.566l.51.001V2.279l-.51.001m7.165.002v2.564l.503.002V2.279l-.503.002m11.881.001v2.564l.503.002V2.279l-.503.002m-5.578.494c-.838 1.328-1.612 2.696-2.436 4.032-.204.354-.466.765-.316 1.189.694.365 1.277-.514 1.861-.803.007 2.323-.014 4.644 0 6.967.595.01 1.192.011 1.788.008.025-2.318.007-4.637.001-6.955.485.328.921.778 1.505.92.524-.037.423-.68.213-.993-.863-1.459-1.717-2.926-2.616-4.365M2.189 7.161l-.001 2.558.51.001V7.16l-.509.001m7.163 0v2.557l.503.002V7.16l-.503.001m11.881 0v2.557l.503.002V7.16l-.503.001M2.189 12.048l-.001 2.566h.51v-2.568l-.509.001m7.163.002v2.565h.503v-2.566l-.503.001m11.881 0v2.565h.503v-2.566l-.503.001m-7.083 4.664c.005 1.091.006 2.181 0 3.273 2.746.012 5.491.006 8.237.002.008-1.093.008-2.186.001-3.279-2.747-.005-5.493-.013-8.238.004m-3.87 1.004c-.315.555-.794 1.038-.973 1.656.036.566-.29 1.631.607 1.542.169-.46.43-1.042 1.018-1.002.581-.052.876.52 1.023.987 1.066-.005 2.131.007 3.197-.005.07-.236.14-.474.206-.712-1.065-.046-2.131-.007-3.197-.034-.043-.822-.056-1.646-.075-2.468a19.429 19.429 0 0 0-1.806.034m.451 2.401c-.516.139-.726.851-.361 1.245.337.438 1.106.32 1.299-.2.289-.562-.346-1.267-.937-1.046m5.229-.006c-.533.126-.757.863-.375 1.261.345.436 1.114.303 1.297-.221.264-.555-.336-1.236-.922-1.04m3.806.015c-.956.283-.424 1.852.516 1.465.941-.292.412-1.834-.516-1.465m1.776-.022c-.519.106-.791.798-.444 1.214.298.462 1.08.403 1.305-.101.33-.545-.251-1.293-.86-1.113m-4.644.115c.115.247.247.486.393.716.026-.247.048-.494.064-.743l-.457.026z"/><path fill="#0066b3" d="M9.81 19.174c.176-.56.602-1.133 1.259-1.066.006.362.007.726 0 1.09-.419.005-.84.006-1.259-.024z"/><path fill="#fff" d="M1.584.419C8.382.348 15.188.405 21.989.39c.757-.052 1.407.637 1.339 1.388 0 6.775.007 13.55-.004 20.325.04.727-.612 1.362-1.335 1.314-6.697.007-13.397.006-20.095 0-.727.052-1.389-.582-1.345-1.314C.541 15.328.547 8.553.545 1.778.499 1.148.941.506 1.583.419M1.578.76c-.513.097-.749.655-.706 1.131.007 6.737-.007 13.472.007 20.208a.95.95 0 0 0 1.016.986c6.696.006 13.394.007 20.091 0a.946.946 0 0 0 1.004-.989c.008-6.773.002-13.548.002-20.322.069-.627-.507-1.142-1.122-1.055C15.107.748 8.336.666 1.577.759z"/><path fill="#fff" d="M2.187 2.281l.51-.001v2.569l-.51-.001V2.282zM9.352 2.282l.503-.002v2.569l-.503-.002V2.283zM21.233 2.282l.503-.002v2.569l-.503-.002V2.283zM15.655 2.775c.899 1.439 1.754 2.906 2.616 4.365.21.314.311.956-.213.993-.585-.141-1.021-.592-1.505-.92.006 2.318.024 4.637-.001 6.955-.596.002-1.193.001-1.788-.008-.014-2.323.007-4.644 0-6.967-.583.289-1.167 1.168-1.861.803-.15-.424.112-.835.316-1.189.823-1.337 1.598-2.704 2.436-4.032zM2.189 7.161l.509-.001v2.56l-.51-.001.001-2.558zM9.352 7.161l.503-.001v2.56l-.503-.002V7.161zM21.233 7.161l.503-.001v2.56l-.503-.002V7.161zM2.189 12.048l.509-.001v2.568h-.51l.001-2.566zM9.352 12.049l.503-.001v2.566h-.503v-2.565zM21.233 12.049l.503-.001v2.566h-.503v-2.565zM10.28 17.717a18.76 18.76 0 0 1 1.806-.034c.019.822.032 1.646.075 2.468 1.066.027 2.133-.012 3.197.034-.065.238-.135.475-.206.712-1.066.012-2.131 0-3.197.005-.147-.467-.442-1.04-1.023-.987-.588-.04-.85.542-1.018 1.002-.897.089-.571-.977-.607-1.542.179-.618.658-1.101.973-1.656m-.47 1.455c.419.03.84.029 1.259.024.007-.364.006-.727 0-1.09-.657-.068-1.084.506-1.259 1.066z"/><path fill="#fff" d="M10.731 20.116c.592-.221 1.226.484.937 1.046-.192.519-.961.638-1.299.2-.365-.394-.154-1.106.361-1.245z"/><path fill="#fdffff" d="M14.15 16.713c2.746-.017 5.491-.008 8.238-.004.007 1.093.007 2.186-.001 3.279-2.746.004-5.491.01-8.237-.002.006-1.092.005-2.183 0-3.273zM15.961 20.109c.586-.196 1.186.485.922 1.04-.183.524-.953.657-1.297.221-.381-.398-.158-1.135.375-1.261z"/><path fill="#fdffff" d="M19.767 20.124c.928-.37 1.457 1.173.516 1.465-.94.387-1.472-1.182-.516-1.465z"/><path fill="#fdffff" d="M21.543 20.102c.61-.179 1.19.568.86 1.113-.225.504-1.006.563-1.305.101-.347-.416-.075-1.109.444-1.214z"/><path fill="#dceaf4" d="M16.9 20.217l.457-.026c-.017.248-.038.495-.064.743a6.296 6.296 0 0 1-.393-.716z"/></symbol><symbol viewBox="0 0 24 24" id="information--truck-trailer-lane-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#003054" opacity=".47" d="M.942 0H23.17l.173.078C17.284.175 11.221.092 5.161.12 3.697.101 2.232.168.77.071L.943 0z"/><path fill="#0166b3" d="M.092 1.072A.926.926 0 0 1 .769.071C2.231.168 3.696.101 5.16.12 11.22.092 17.284.175 23.342.078c.106.043.203.101.294.17l.034.102a6.163 6.163 0 0 0-1.109-.114C15.397.247 8.232.231 1.067.243a.718.718 0 0 0-.796.828L.27 22.928c-.065.472.314.893.798.823H21.36c.769-.002 1.543.042 2.304-.088l-.031.098a2.228 2.228 0 0 1-.272.167c-5.544-.114-11.094-.017-16.64-.049-1.986.025-3.973-.054-5.957.048-.445-.116-.716-.547-.671-1V1.07z"/><path fill="#fff" d="M.271 1.072a.718.718 0 0 1 .796-.828C8.232.232 15.397.248 22.561.237c.373 0 .743.047 1.109.114.205.665.134 1.366.143 2.05-.002 6.36-.001 12.72-.001 19.08-.012.728.076 1.477-.148 2.184-.761.13-1.535.085-2.304.088H1.068c-.484.07-.863-.352-.798-.823L.271 1.073M.994.854C.732.985.81 1.32.783 1.558.796 8.6.776 15.642.793 22.684c-.041.312.217.538.521.496 7.124.007 14.249.005 21.373.001.31.048.588-.176.545-.499.008-7.121.006-14.243.001-21.365.049-.326-.227-.57-.547-.523C15.604.787 8.52.796 1.438.79c-.152-.005-.3.017-.443.064z"/><path fill="#fff" d="M8.784 6.263c1.08-1.763 2.095-3.564 3.202-5.31 1.092 1.73 2.095 3.515 3.161 5.261.259.426.566.913.413 1.433-.143.355-.636.293-.911.14-.527-.305-.994-.704-1.5-1.043-.007 3.012.014 6.023-.006 9.035-.768.024-1.537.008-2.306.002-.036-3.02.001-6.041-.014-9.061-.54.343-1.037.75-1.586 1.076-.282.157-.775.186-.883-.197-.094-.485.202-.934.432-1.337zM2.368 2.948h1.223v2.57l-1.224-.001c0-.857-.001-1.712.001-2.569zM20.657 2.948h1.224v2.569h-1.224V2.948zM2.368 8.11l1.223-.001v2.57H2.367c0-.857-.001-1.714.001-2.569zM20.657 8.11h1.224v2.569h-1.224V8.11zM2.368 13.271l1.223-.001v2.57H2.367c0-.857-.001-1.714.001-2.569zM20.657 13.271h1.224v2.569h-1.225l.001-2.569zM4.792 17.418c.792-.026 1.585-.064 2.377-.022.094 1.094.048 2.194.116 3.289 1.423.048 2.85-.053 4.271.058a16.31 16.31 0 0 1-.3.956c-1.423.017-2.846.001-4.27.008-.152-.644-.586-1.39-1.348-1.342-.712-.024-1.162.642-1.283 1.272-.28-.01-.558-.026-.836-.054.038-.857-.326-1.836.23-2.587.341-.53.682-1.061 1.042-1.579m.277.591c-.317.392-.845.73-.854 1.279.475.265 1.09.068 1.62.103.018-.454.018-.907.005-1.36-.257-.011-.514-.017-.77-.023z"/><path fill="#fff" d="M5.312 20.665c.673-.284 1.486.326 1.396 1.051-.024.757-.984 1.23-1.6.787-.702-.412-.577-1.595.204-1.838zM13.649 20.77h.526c.006.306.008.612-.005.919-.307-.215-.395-.59-.521-.919z"/><path fill="#00599d" opacity=".88" d="M23.636.248c.127.12.245.248.364.377v22.696a3.616 3.616 0 0 1-.367.442l.031-.098c.223-.707.136-1.456.148-2.184 0-6.36-.001-12.72.001-19.08-.008-.684.062-1.385-.143-2.05l-.034-.102z"/><path fill="#0066b3" d="M.994.854c.143-.047.29-.068.443-.064C8.519.796 15.603.786 22.685.794c.32-.047.596.197.547.523.005 7.122.007 14.244-.001 21.365.043.323-.235.547-.545.499-7.124.004-14.249.006-21.373-.001-.304.042-.562-.184-.521-.496C.775 15.642.796 8.6.782 1.558.81 1.319.732.984.993.854m7.791 5.409c-.23.403-.526.852-.432 1.337.108.383.601.354.883.197.55-.326 1.046-.733 1.586-1.076.016 3.02-.022 6.041.014 9.061.769.006 1.538.022 2.306-.002.02-3.012-.001-6.023.006-9.035.506.338.973.738 1.5 1.043.275.152.768.215.911-.14.154-.52-.154-1.007-.413-1.433-1.066-1.746-2.069-3.53-3.161-5.261-1.106 1.746-2.122 3.547-3.202 5.31M2.368 2.948c-.002.857-.001 1.712-.001 2.569l1.224.001v-2.57H2.368m18.289 0v2.569h1.224V2.948h-1.224M2.368 8.11c-.002.856-.001 1.712-.001 2.569h1.224v-2.57l-1.223.001m18.289 0v2.569h1.224V8.11h-1.224M2.368 13.271c-.002.856-.001 1.712-.001 2.569h1.224v-2.57l-1.223.001m18.289 0l-.001 2.569h1.225v-2.569h-1.224M9.954 16.087a355.27 355.27 0 0 0 0 4.38c.902.012 1.806 0 2.708.008l-.108.154c-.778-.014-1.234.964-.793 1.576.395.668 1.504.594 1.804-.124.347-.667-.205-1.493-.948-1.493 1.688-.245 3.432-.082 5.14-.085-.47.21-1.042.493-1.022 1.098-.08.913 1.183 1.444 1.783.756.637-.611.145-1.778-.744-1.769a4.646 4.646 0 0 1 2.254 0c-.881 0-1.364 1.153-.738 1.763.593.691 1.856.174 1.788-.737.026-.611-.545-.908-1.028-1.104.295-.028.59-.044.887-.062-.006-1.454.012-2.909-.011-4.363-3.656-.006-7.314-.012-10.97.002m-5.164 1.331c-.36.518-.701 1.049-1.042 1.579-.557.751-.192 1.73-.23 2.587.278.028.557.044.836.054.121-.63.571-1.296 1.283-1.272.762-.048 1.195.697 1.348 1.342 1.423-.007 2.846.008 4.27-.008a16.8 16.8 0 0 0 .3-.956c-1.421-.11-2.848-.01-4.271-.058-.068-1.096-.023-2.195-.116-3.289-.792-.042-1.585-.005-2.377.022m.519 3.246c-.781.244-.906 1.427-.204 1.838.616.443 1.576-.03 1.6-.787.09-.725-.722-1.336-1.396-1.051m8.337.105c.126.329.214.704.521.919.013-.307.011-.613.005-.919h-.526z"/><path fill="#0066b3" d="M5.068 18.008c.257.006.514.012.77.023a19.9 19.9 0 0 1-.005 1.36c-.53-.035-1.145.162-1.62-.103.01-.55.538-.887.854-1.279z"/><path fill="#fdffff" d="M9.954 16.087c3.656-.014 7.314-.008 10.97-.002.023 1.454.005 2.909.011 4.363-.296.018-.592.035-.887.062.484.196 1.055.493 1.028 1.104.068.911-1.195 1.428-1.788.737-.626-.61-.143-1.763.738-1.763a4.646 4.646 0 0 0-2.254 0c.889-.01 1.381 1.158.744 1.769-.6.688-1.864.157-1.783-.756-.019-.605.552-.888 1.022-1.098-1.708.004-3.451-.16-5.14.085.743 0 1.295.826.948 1.493-.3.718-1.409.792-1.804.124-.44-.612.016-1.59.793-1.576.028-.038.082-.115.108-.154-.902-.008-1.806.004-2.708-.008a355.27 355.27 0 0 1 0-4.38z"/><path fill="#002948" opacity=".4" d="M.763 23.928c1.984-.102 3.971-.023 5.957-.048 5.546.032 11.096-.065 16.64.049l-.155.071H.94l-.178-.072z"/></symbol><symbol viewBox="0 0 18 24" id="information--trucks-both-ways--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2847a3" d="M1.065 0h16.349c.481.11.877.454 1.048.918v22.141c-.16.482-.576.827-1.064.942H1.107a1.445 1.445 0 0 1-1.106-1.069V1.081C.115.545.538.131 1.066.001m4.887 8.092c3.488.005 6.977.002 10.465.002.004-1.632.003-3.265 0-4.897-3.488-.003-6.977-.003-10.465 0a1331.17 1331.17 0 0 0 0 4.895M2.958 4.851c-.219.691-.475 1.374-.659 2.075-.032.898-.006 1.799-.011 2.698l.439.001c.03-.812.782-1.527 1.607-1.411.718.057 1.257.708 1.293 1.409 2.07.005 4.141.003 6.212.001.039-.522.336-.985.776-1.262-2.287.018-4.575.005-6.862.006-.006-1.172.003-2.344-.004-3.516-.931-.005-1.862-.003-2.792-.001m.858 3.587c-.623.174-1.029.891-.843 1.515.138.561.698.968 1.274.929.745-.011 1.344-.798 1.154-1.52-.132-.692-.918-1.146-1.585-.923m9.231-.009c-.717.119-1.206.937-.951 1.623.207.699 1.084 1.066 1.73.731.582-.262.872-1.007.619-1.593a1.264 1.264 0 0 0-1.398-.761m.901-.067c.436.274.744.728.777 1.25a86.161 86.161 0 0 0 1.697-.765l-.002-.476c-.824-.008-1.649.006-2.472-.008m-4.509 4.688c-.85 1.497-1.732 2.979-2.549 4.494.572-.067 1.137-.186 1.71-.253.006 1.756-.002 3.51.003 5.265.558.004 1.114.004 1.671 0 .006-1.755-.001-3.51.003-5.265.574.067 1.141.186 1.714.252-.814-1.517-1.701-2.995-2.552-4.493z"/><path fill="#2847a3" d="M3.354 5.414c.577-.009 1.154-.006 1.732-.003.005.395.005.789 0 1.183-.742.005-1.484.003-2.226.001.16-.396.326-.789.494-1.182zM3.994 9.152c.365-.162.799.215.688.599-.064.376-.581.53-.847.264-.289-.234-.188-.743.16-.863zM13.138 9.162c.613-.21.936.793.32.982-.642.268-.982-.816-.32-.982z"/><path fill="#fff" d="M5.953 8.093a1331.17 1331.17 0 0 1 0-4.895c3.488-.003 6.977-.003 10.465 0 .003 1.632.004 3.265 0 4.897-3.488 0-6.977.003-10.465-.002z"/><path fill="#fff" d="M2.958 4.851c.93-.002 1.861-.004 2.792.001.006 1.172-.002 2.344.004 3.516 2.287-.002 4.575.011 6.862-.006-.44.277-.738.74-.776 1.262-2.071.002-4.142.004-6.212-.001-.036-.701-.575-1.351-1.293-1.409-.825-.115-1.577.599-1.607 1.411l-.439-.001c.005-.899-.021-1.8.011-2.698.184-.702.44-1.384.659-2.075m.395.563c-.168.392-.334.786-.494 1.182.741.002 1.483.004 2.226-.001.005-.394.005-.788 0-1.183-.578-.003-1.155-.006-1.732.003z"/><path fill="#fff" d="M3.815 8.438c.667-.222 1.453.231 1.585.923.19.722-.409 1.509-1.154 1.52a1.253 1.253 0 0 1-1.274-.929c-.186-.624.22-1.34.843-1.515m.179.715c-.348.12-.449.629-.16.863.267.266.784.112.847-.264.112-.384-.323-.761-.688-.599zM13.046 8.43a1.263 1.263 0 0 1 1.398.761c.253.586-.038 1.331-.619 1.593-.646.335-1.523-.032-1.73-.731-.255-.686.234-1.504.951-1.623m.092.732c-.662.166-.321 1.25.32.982.616-.189.293-1.192-.32-.982z"/><path fill="#fff" d="M13.947 8.363c.823.015 1.648 0 2.472.008l.002.476c-.562.261-1.128.516-1.697.765-.033-.522-.342-.976-.777-1.25zM9.438 13.052c.851 1.497 1.738 2.976 2.552 4.493-.573-.066-1.14-.185-1.714-.252-.004 1.755.003 3.51-.003 5.265-.557.004-1.113.004-1.671 0-.005-1.755.003-3.51-.003-5.265-.573.067-1.138.186-1.71.253.817-1.515 1.698-2.996 2.549-4.494z"/></symbol><symbol viewBox="0 0 24 24" id="information--trucks-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1e1e1e" opacity=".84" d="M10.805 0h2.375c1.685.332 3.517.628 4.88 1.744-3.227-1.846-7.236-2.113-10.682-.725C8.381.331 9.653.277 10.805 0z"/><path fill="#fff" d="M7.378 1.019c3.446-1.388 7.456-1.121 10.682.725l.096.056c.472.356.949.707 1.448 1.026a21.15 21.15 0 0 1 1.58 1.589c.078.22.211.415.41.542l.041.035c2.034 2.924 2.806 6.728 1.807 10.176-.262 1.016-.731 1.957-1.192 2.894l-.054.09c-.356.47-.702.949-1.021 1.447-.67.728-1.369 1.433-2.162 2.028a6.151 6.151 0 0 0-.871.574 2.32 2.32 0 0 1-.082.054c-3.106 1.754-6.971 2.156-10.312.834-.625-.232-1.202-.569-1.812-.835l-.08-.053a6.225 6.225 0 0 0-.872-.575c-.793-.595-1.488-1.302-2.161-2.027a23.067 23.067 0 0 0-1.021-1.45l-.053-.086c-1.775-3.132-2.161-7.042-.803-10.4.353-.95.896-1.807 1.418-2.67a.46.46 0 0 1 .041-.036c.198-.127.331-.323.409-.544a22.731 22.731 0 0 1 1.58-1.586c.5-.319.979-.672 1.453-1.028.499-.28 1.009-.539 1.529-.78m3.466-.245c-3.689.338-7.103 2.66-8.818 5.938-1.819 3.37-1.735 7.673.222 10.967 1.937 3.385 5.731 5.606 9.635 5.61 3.75.074 7.445-1.894 9.506-5.022a11.297 11.297 0 0 0 1.757-8.07c-.486-3.15-2.4-6.034-5.095-7.728C15.931 1.105 13.344.515 10.842.775z"/><path fill="#fff" d="M5.866 7.193c-.001-.497.496-.851.967-.8 3.445.001 6.893-.006 10.338.004.498-.035.937.419.892.914-.006 1.219.024 2.441-.019 3.66-4.057.037-8.125.073-12.179-.018-.01-1.253-.018-2.507.001-3.76zM5.867 11.257c4.051-.094 8.118-.06 12.173-.017.031 1.247.06 2.5-.014 3.743l-.518.036c-.024.866.042 1.735-.031 2.599-.472.172-1.019.054-1.518.047-.037-.605-.017-1.211-.022-1.817l-.379-.002c-.023.612.041 1.229-.048 1.838-.5.018-1.002.024-1.501-.012-.043-.606-.02-1.214-.023-1.82-1.349-.007-2.698-.004-4.046-.002-.022.586.04 1.176-.031 1.759-.457.193-1.025.056-1.522.058-.031-.605-.016-1.21-.017-1.814a45.774 45.774 0 0 1-.38-.01c-.022.612.034 1.228-.043 1.837-.497.025-.995.024-1.49.001-.088-.882-.018-1.77-.04-2.654l-.538-.058c-.042-1.236-.022-2.474-.011-3.712m1.366 2.185v1.112c.628.01 1.255.006 1.883.004.002-.373.002-.745 0-1.117-.628-.001-1.255-.004-1.883.001m.733 1.577c.013.127.026.256.041.383l.364-.019a47.403 47.403 0 0 1-.006-.38l-.398.017m1.969-.01l.001.38c1.342.006 2.683-.002 4.026.004l.035-.377c-1.354-.019-2.708-.006-4.062-.007m5.616-.014l-.004.4.398-.006-.005-.384a50.75 50.75 0 0 1-.39-.01z"/><path fill="#00f" d="M10.842.774c2.502-.259 5.089.33 7.207 1.694 2.695 1.694 4.609 4.578 5.095 7.728a11.297 11.297 0 0 1-1.757 8.07c-2.062 3.128-5.756 5.096-9.506 5.022-3.904-.004-7.698-2.225-9.635-5.61C.289 14.384.205 10.081 2.024 6.711 3.739 3.434 7.153 1.112 10.842.773m-4.976 6.42a162.507 162.507 0 0 0-.001 3.76c4.054.091 8.122.055 12.179.018.043-1.219.013-2.441.019-3.66.046-.496-.394-.949-.892-.914-3.445-.01-6.893-.002-10.338-.004-.472-.05-.968.304-.967.8m.001 4.064c-.011 1.237-.031 2.476.011 3.712l.538.058c.022.884-.048 1.772.04 2.654.496.023.994.024 1.49-.001.077-.61.022-1.225.043-1.837l.38.01c.001.605-.014 1.21.017 1.814.497-.001 1.064.136 1.522-.058.071-.583.01-1.174.031-1.759 1.349-.001 2.698-.005 4.046.002.002.606-.02 1.214.023 1.82.499.036 1.001.03 1.501.012.089-.61.025-1.226.048-1.838l.379.002c.005.606-.016 1.212.022 1.817.499.007 1.046.125 1.518-.047.073-.864.007-1.733.031-2.599.173-.011.346-.023.518-.036.074-1.243.046-2.496.014-3.743-4.055-.043-8.122-.077-12.173.017z"/><path fill="#00f" d="M7.234 13.442c.628-.005 1.255-.002 1.883-.001.002.372.002.744 0 1.117-.628.002-1.255.006-1.883-.004v-1.112zM7.967 15.019l.398-.017.006.38-.364.019a49.74 49.74 0 0 1-.041-.383zM9.937 15.01c1.354.001 2.708-.012 4.062.007l-.035.377c-1.343-.006-2.684.002-4.026-.004l-.001-.38z"/><path fill="#242424" opacity=".82" d="M4.396 2.827a2.778 2.778 0 0 1 1.453-1.028 23.36 23.36 0 0 1-1.453 1.028z"/><path fill="#252525" opacity=".82" d="M18.156 1.8c.58.173 1.093.538 1.448 1.026-.499-.319-.977-.67-1.448-1.026z"/><path fill="#323232" opacity=".91" d="M2.406 4.957c-.049-.272.163-.479.409-.544a1.046 1.046 0 0 1-.409.544z"/><path fill="#333" opacity=".91" d="M21.185 4.415c.246.062.458.27.41.542a1.041 1.041 0 0 1-.41-.542z"/><path fill="#1d1d1d" opacity=".82" d="M0 10.818c.358-2.059.905-4.262 2.365-5.825-.522.863-1.066 1.72-1.418 2.67-1.358 3.359-.972 7.268.803 10.4C.638 16.703.332 14.878 0 13.197v-2.38z"/><path fill="#1e1e1e" opacity=".83" d="M21.636 4.992C23.093 6.55 23.639 8.747 24 10.799v2.386c-.324 1.686-.635 3.515-1.748 4.878.461-.937.93-1.878 1.192-2.894.998-3.448.227-7.252-1.807-10.176z"/><path fill="#1616ff" d="M15.553 14.996l.39.01.005.384-.398.006.004-.4z"/><path fill="#212121" opacity=".8" d="M1.802 18.15c.358.472.702.953 1.021 1.45a2.777 2.777 0 0 1-1.021-1.45z"/><path fill="#222" opacity=".8" d="M21.176 19.6c.319-.498.665-.977 1.021-1.447a2.776 2.776 0 0 1-1.021 1.447z"/><path fill="#111" opacity=".75" d="M4.985 21.626c.306.167.599.359.872.575a1.268 1.268 0 0 1-.872-.575zM18.143 22.201c.274-.216.565-.407.871-.574a1.268 1.268 0 0 1-.871.574z"/><path fill="#1b1b1b" opacity=".82" d="M5.938 22.254c.61.266 1.187.604 1.812.835 3.341 1.322 7.206.92 10.312-.834-1.36 1.108-3.179 1.418-4.858 1.745h-2.393c-1.685-.323-3.509-.637-4.873-1.746z"/></symbol><symbol viewBox="0 0 24 24" id="information--tsunami-evacuation_route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035598" d="M10.258 0h3.445C18.888.81 23.171 5.095 24 10.274v1.682c-.785.168-1.668.635-2.435.171-.392-.545.268-1.098.427-1.615-1.382.18-2.317 1.505-3.752 1.447.023-.75.471-1.318 1.094-1.694-1.874-1.133-3.171 1.719-4.957.985-.272-1.175 1.124-1.371 1.943-1.509-1.154-1.027-2.67-.736-3.946-.136-2.298.983-4.625-1.95-3.342-4.018 1.232-2.238 4.468-2.061 6.127-.404-.554-1.415-1.558-2.705-3.014-3.258-1.927-.868-4.117-.127-5.769.992C4.56 4.009 3.549 6.312 1.251 6.559 2.968 3.067 6.464.679 10.258.001zM2.331 11.109c.288-.759 1.165-.667 1.696-.226-.434.055-.872.083-1.308.108.318.217.651.418.944.669.062 1.015-1.313 1.17-1.83.445.508-.025 1.013-.021 1.521-.044-.346-.312-.734-.584-1.022-.953zM.584 10.535a21.26 21.26 0 0 1 1.872.025c-.268.171-.538.335-.81.496-.175.588-.298 1.23-.745 1.685.065-.556.152-1.11.27-1.657a76.031 76.031 0 0 1-.586-.549z"/><path fill="#035598" d="M4.385 12.579c-.951-.415-.185-1.666.078-2.324.152.662-.272 1.447.168 2.022.672-.452.688-1.364 1.191-1.955-.028.884-.238 2.363-1.438 2.257zM5.725 12.743c.143-.768.058-1.814.748-2.324.233.402.404.833.577 1.26.185-.489.385-.974.637-1.435.078.891-.238 1.745-.538 2.566a9.903 9.903 0 0 1-.75-1.482c-.143.508-.305 1.02-.674 1.415zM9.847 12.768c.06-.849.284-1.675.577-2.472.231.404.427.826.607 1.255.342-.443.706-.87 1.101-1.269-.042.845-.208 1.715-.625 2.455l-.129-1.029c-.228.3-.452.6-.683.898-.032-.372-.062-.743-.09-1.115-.226.441-.473.87-.757 1.276zM12.152 12.828c-.182-.909.164-1.812.612-2.587.078.905-.208 1.791-.612 2.587zM0 12.849c8.001.002 15.999.007 24-.002v.856c-.812 5.185-5.098 9.471-10.278 10.297h-3.418C5.123 23.195.833 18.921 0 13.747v-.898m2.582.969c0 1.145-.002 2.287.002 3.432.639-.009 1.281-.023 1.918-.106-.385-.383-.925-.418-1.433-.462-.014-.302-.025-.602-.039-.902.335-.104.669-.21 1.004-.318a46.99 46.99 0 0 0-.99-.378c.005-.256.007-.51.009-.764.404-.014.808-.025 1.214-.037a35.144 35.144 0 0 1-.023-.464H2.582m1.876-.037c.408 1.207.332 2.661 1.2 3.66.411-1.244.729-2.522.877-3.826-.69.549-.704 1.495-1.025 2.255a36.234 36.234 0 0 1-.535-2.01 46.078 46.078 0 0 1-.517-.078m3.063.082c-.261 1.133-.549 2.262-.81 3.395.127-.012.378-.032.503-.044.065-.3.129-.598.196-.895l.625.018c.21.385.406.787.708 1.11-.062-1.242-.452-2.43-.727-3.635-.125.012-.372.037-.496.051m1.842.12c-.572.858-.558 2.132-.051 3.014.665.685 1.403-.074 1.613-.752-.397.192-.782.404-1.165.618-.438-.822-.397-1.782-.035-2.624.404.145.805.291 1.214.425-.286-.572-.935-1.216-1.576-.681m1.69-.167c.03.983-.108 1.989.118 2.954.282.732 1.567.614 1.678-.178.148-.918.062-1.853.074-2.776-.118 0-.355 0-.473.002-.21.907.646 3.164-.916 2.91-.009-.972-.007-1.943-.009-2.915l-.471.002m2.89.036c-.27 1.195-.676 2.37-.757 3.6.339-.312.563-.711.764-1.117.118 0 .355.002.473.005.217.392.448.778.725 1.131-.032-1.242-.441-2.425-.711-3.625-.125.002-.369.007-.494.007m1.094.232l.845.3c.092 1.018-.353 2.238.376 3.088.145-1.029.097-2.07.095-3.106l.87-.249a156.988 156.988 0 0 0-.014 3.069c.115.028.351.078.468.104.007-1.126-.002-2.255.018-3.383-.884.037-1.848-.312-2.658.178m3.131 2.614c.178.651 1.128.755 1.468.187.475-.905.254-1.971.048-2.919-1.756-.745-2.035 1.585-1.516 2.732m2.059-3.09c-.129 1.2-.069 2.409-.072 3.614l.468.016c0-.72 0-1.442.012-2.165.388.822.681 1.712 1.315 2.386a25.743 25.743 0 0 0-.007-3.838c-.655.498-.337 1.403-.448 2.1-.36-.738-.621-1.565-1.269-2.114M6.817 18.526c.021 1.207-.044 2.418.076 3.623.591-.487.358-1.311.489-1.971.473.45.625 1.094.805 1.696.122.035.369.099.494.134-.132-.524-.27-1.045-.399-1.569.286-.494.614-1.14.203-1.666-.459-.381-1.122-.185-1.668-.247m2.949-.009c-1.276.628-1.029 4.032.745 3.302.711-.898.868-3.346-.745-3.302m1.666-.217c-.108 1.018-.192 2.061-.014 3.074.178.886 1.712.768 1.724-.138.051-.967.346-2.118-.309-2.942-.362 1.025.408 2.626-.595 3.275-1.011-.748.12-2.398-.805-3.268m1.834.313c.288.189.579.376.872.561.141.967-.402 2.238.42 2.97.072-.985.048-1.973.06-2.961.268-.194.531-.397.782-.612a11.99 11.99 0 0 0-2.135.042m2.325-.095a974.7 974.7 0 0 1 0 3.42c.565.007 1.131.012 1.696.016l.025-.466c-.415-.009-.828-.014-1.244-.021v-.937c.316-.152.63-.309.942-.473-.233-.055-.702-.164-.935-.217l-.025-.792c.475-.023.953-.053 1.428-.102-.438-.623-1.246-.367-1.888-.429z"/><path fill="#035598" d="M19.128 17.001c-.893-.538-1.055-2.497.037-2.737.478.852.291 1.867-.037 2.737zM7.629 15.145c.406-.185.595.743.159.775-.314-.088-.358-.558-.159-.775zM7.283 19.038c.275-.012.547-.021.822-.03.03.291.055.582.078.872l-.875.03-.025-.872zM9.849 18.905c.138.076.418.228.556.305.062.796.385 1.929-.482 2.407-.642-.771-.455-1.867-.074-2.712z"/><path fill="#fff" d="M6.376 2.917c1.652-1.119 3.842-1.86 5.769-.992 1.456.554 2.46 1.844 3.014 3.258-1.659-1.657-4.895-1.835-6.127.404-1.283 2.068 1.043 5.001 3.342 4.018 1.276-.6 2.792-.891 3.946.136-.819.138-2.215.335-1.943 1.509 1.786.734 3.083-2.118 4.957-.985-.623.376-1.071.944-1.094 1.694 1.435.058 2.37-1.267 3.752-1.447-.159.517-.819 1.071-.427 1.615.766.464 1.65-.002 2.435-.171v.891c-8.001.009-15.999.005-24 .002v-2.414c.284-1.329.623-2.661 1.251-3.877 2.298-.247 3.309-2.55 5.125-3.642m-4.045 8.193c.288.369.676.642 1.022.953-.508.023-1.013.018-1.521.044.517.725 1.892.57 1.83-.445-.293-.252-.625-.452-.944-.669.436-.025.875-.053 1.308-.108-.531-.441-1.408-.533-1.696.226m5.133 1.515c.702-.443 1.472-.579 2.151.002-.111-.792-.224-1.583-.415-2.361-.736.66-1.258 1.507-1.735 2.358m-6.88-2.089c.194.185.39.367.586.549a17.487 17.487 0 0 0-.27 1.657c.448-.455.57-1.096.745-1.685.272-.162.542-.325.81-.496a20.87 20.87 0 0 0-1.872-.025m3.802 2.044c1.2.106 1.41-1.373 1.438-2.257-.503.591-.519 1.502-1.191 1.955-.441-.575-.016-1.359-.168-2.022-.263.658-1.029 1.908-.078 2.324m1.339.164c.369-.395.531-.907.674-1.415.208.515.459 1.008.75 1.482.3-.822.616-1.675.538-2.566-.252.462-.452.946-.637 1.435-.173-.427-.344-.858-.577-1.26-.69.51-.605 1.555-.748 2.324m4.122.025c.284-.406.531-.835.757-1.276.028.372.058.743.09 1.115.231-.298.455-.598.683-.898l.129 1.029c.418-.741.584-1.611.625-2.455-.395.399-.759.826-1.101 1.269a11.33 11.33 0 0 0-.607-1.255c-.293.796-.517 1.622-.577 2.472m2.306.059c.404-.796.69-1.682.612-2.587-.448.775-.794 1.678-.612 2.587zM2.582 13.818h1.662c.005.115.016.348.023.464-.406.012-.81.023-1.214.037l-.009.764c.332.122.662.249.99.378-.335.108-.669.215-1.004.318.014.3.025.6.039.902.508.044 1.048.078 1.433.462-.637.083-1.278.097-1.918.106-.005-1.145-.002-2.287-.002-3.432zM4.458 13.782c.129.021.388.06.517.078.164.674.335 1.348.535 2.01.321-.759.335-1.705 1.025-2.255-.148 1.304-.466 2.582-.877 3.826-.868-.999-.792-2.453-1.2-3.66zM7.521 13.865c.125-.014.372-.039.496-.051.275 1.205.665 2.393.727 3.635-.302-.323-.498-.725-.708-1.11a130.37 130.37 0 0 0-.625-.018c-.067.298-.132.595-.196.895-.125.012-.376.032-.503.044.261-1.133.549-2.262.81-3.395m.107 1.28c-.198.217-.155.688.159.775.436-.032.247-.96-.159-.775zM9.362 13.985c.642-.535 1.29.108 1.576.681-.408-.134-.81-.279-1.214-.425-.362.842-.404 1.802.035 2.624.383-.215.768-.427 1.165-.618-.21.678-.948 1.438-1.613.752-.508-.882-.522-2.155.051-3.014zM11.052 13.818l.471-.002c.002.972 0 1.943.009 2.915 1.562.254.706-2.003.916-2.91.118-.002.355-.002.473-.002-.012.923.074 1.858-.074 2.776-.111.792-1.396.909-1.678.178-.226-.965-.088-1.971-.118-2.954zM13.943 13.853c.125 0 .369-.005.494-.007.27 1.2.678 2.384.711 3.625a8.357 8.357 0 0 1-.725-1.131 37.295 37.295 0 0 0-.473-.005c-.201.406-.425.805-.764 1.117.081-1.23.487-2.405.757-3.6m.159 1.48c-.535.798.888.203 0 0zM15.037 14.086c.81-.489 1.775-.141 2.658-.178-.021 1.128-.012 2.257-.018 3.383a21.405 21.405 0 0 1-.468-.104c-.002-1.022-.005-2.047.014-3.069l-.87.249c.002 1.036.051 2.077-.095 3.106-.729-.849-.284-2.07-.376-3.088l-.845-.3zM18.168 16.701c-.519-1.147-.24-3.478 1.516-2.732.205.948.427 2.015-.048 2.919-.339.568-1.29.464-1.468-.187m.96.3c.328-.87.515-1.885.037-2.737-1.092.24-.93 2.199-.037 2.737zM20.227 13.611c.648.549.909 1.375 1.269 2.114.111-.697-.208-1.602.448-2.1.106 1.276.092 2.559.007 3.838-.635-.674-.928-1.565-1.315-2.386-.012.722-.012 1.445-.012 2.165l-.468-.016c.002-1.205-.058-2.414.072-3.614zM6.817 18.526c.547.062 1.209-.134 1.668.247.411.526.083 1.172-.203 1.666.129.524.268 1.045.399 1.569-.125-.035-.372-.099-.494-.134-.18-.602-.332-1.246-.805-1.696-.132.66.102 1.484-.489 1.971-.12-1.205-.055-2.416-.076-3.623m.466.512l.025.872.875-.03a36.183 36.183 0 0 0-.078-.872c-.275.009-.547.018-.822.03z"/><path fill="#fff" d="M9.766 18.517c1.613-.044 1.456 2.405.745 3.302-1.775.729-2.022-2.675-.745-3.302m.083.388c-.381.845-.568 1.941.074 2.712.868-.478.545-1.611.482-2.407-.138-.076-.418-.228-.556-.305z"/><path fill="#fff" d="M11.432 18.3c.925.87-.205 2.52.805 3.268 1.004-.648.233-2.25.595-3.275.655.824.36 1.975.309 2.942-.012.907-1.546 1.025-1.724.138-.178-1.013-.095-2.056.014-3.074zM13.267 18.614c.708-.078 1.424-.09 2.135-.042-.252.215-.515.418-.782.612-.012.988.012 1.975-.06 2.961-.822-.732-.279-2.003-.42-2.97a59.048 59.048 0 0 1-.872-.561zM15.591 18.519c.642.062 1.449-.194 1.888.429-.475.048-.953.078-1.428.102l.025.792c.233.053.702.162.935.217-.312.164-.625.321-.942.473v.937c.415.007.828.012 1.244.021l-.025.466c-.565-.005-1.131-.009-1.696-.016a974.7 974.7 0 0 0 0-3.42z"/><path fill="#508ab8" d="M7.463 12.625c.478-.852.999-1.698 1.735-2.358.192.778.305 1.569.415 2.361-.678-.582-1.449-.445-2.151-.002z"/><path fill="#216aa5" d="M14.102 15.332c.888.203-.535.798 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="information--tunnel--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0303ff" d="M0 0h24.136v24H0V0m6.749 3.918c.952 1.653 1.998 3.252 2.984 4.886a10.94 10.94 0 0 1 1.422-.466c-.29-1.48-.575-2.959-.88-4.435-1.175.004-2.351-.02-3.526.015m3.731-.014c.281 1.47.582 2.937.863 4.407a8.698 8.698 0 0 1 1.669-.003c.263-1.469.539-2.936.798-4.405-1.11-.005-2.22-.005-3.33 0m3.533.001c-.28 1.474-.544 2.952-.809 4.43a9.73 9.73 0 0 1 1.583.543c.955-1.658 1.905-3.318 2.86-4.976-1.211 0-2.423-.004-3.634.003m.946 5.074a7.38 7.38 0 0 1 1.289 1.055 689.198 689.198 0 0 0 3.66-2.926c-.695-1.035-1.407-2.059-2.103-3.094-.945 1.657-1.906 3.305-2.846 4.965M4.492 7.016c1.234.978 2.457 1.969 3.693 2.945.412-.415.877-.77 1.376-1.072C8.59 7.31 7.616 5.732 6.64 4.156c-.715.953-1.441 1.9-2.148 2.86m-2.096 2.78c1.602.619 3.198 1.257 4.796 1.889a6.067 6.067 0 0 1 .866-1.578 373.022 373.022 0 0 0-3.685-2.935c-.667.869-1.323 1.745-1.977 2.624m13.977.389c.33.46.6.96.794 1.493 1.557-.574 3.105-1.175 4.664-1.748-.6-.889-1.203-1.775-1.812-2.659-1.218.968-2.429 1.945-3.645 2.914M2.219 9.931c-.046 1.185.01 2.371.008 3.556 1.597.005 3.195.005 4.792 0a8.586 8.586 0 0 1 .121-1.617c-1.638-.652-3.274-1.31-4.921-1.939m15.002 1.938c.095.536.132 1.079.158 1.621 1.545 0 3.09.003 4.635-.001-.011-1.136-.012-2.27-.041-3.406a476.612 476.612 0 0 0-4.752 1.786M2.23 13.684c.01 1.047.014 2.093.033 3.14 1.586.003 3.17.003 4.755 0 .01-1.047.004-2.093.003-3.139a956.03 956.03 0 0 0-4.79-.001m15.14 0c-.001 1.047-.01 2.095.004 3.142h4.668c0-1.047-.015-2.093-.027-3.14a899.003 899.003 0 0 0-4.645-.001M2.264 17.022c.003.993.016 1.984.026 2.975 1.578.003 3.154.003 4.732 0 .001-.99.003-1.98-.001-2.97-1.585-.018-3.17-.007-4.756-.005m15.106-.001c-.011.995.012 1.992-.015 2.988 1.574-.022 3.147-.003 4.72-.01-.004-.991-.015-1.983-.027-2.974-1.56-.011-3.119-.004-4.677-.004z"/><path fill="#fff" d="M6.749 3.918c1.175-.035 2.351-.011 3.526-.015.304 1.475.589 2.955.88 4.435-.485.12-.959.281-1.422.466-.986-1.634-2.032-3.233-2.984-4.886zM10.48 3.904c1.11-.005 2.22-.005 3.33 0-.259 1.469-.535 2.936-.798 4.405a8.698 8.698 0 0 0-1.669.003c-.281-1.47-.582-2.937-.863-4.407zM14.013 3.904c1.211-.007 2.423-.003 3.634-.003-.955 1.658-1.905 3.318-2.86 4.976a9.73 9.73 0 0 0-1.583-.543c.265-1.478.529-2.956.809-4.43zM14.959 8.978c.94-1.66 1.901-3.308 2.846-4.965.695 1.035 1.407 2.059 2.103 3.094a689.198 689.198 0 0 1-3.66 2.926 7.254 7.254 0 0 0-1.289-1.055zM4.492 7.016c.706-.96 1.433-1.906 2.148-2.86.976 1.576 1.95 3.154 2.921 4.733a7.1 7.1 0 0 0-1.376 1.072C6.95 8.985 5.726 7.993 4.492 7.016zM2.396 9.796c.655-.878 1.31-1.755 1.977-2.624 1.234.97 2.463 1.95 3.685 2.935a6.067 6.067 0 0 0-.866 1.578c-1.598-.631-3.194-1.27-4.796-1.889zM16.373 10.185c1.216-.97 2.427-1.946 3.645-2.914.61.884 1.212 1.77 1.812 2.659-1.559.573-3.106 1.174-4.664 1.748a6.186 6.186 0 0 0-.794-1.493zM2.219 9.931c1.647.629 3.284 1.287 4.921 1.939a8.503 8.503 0 0 0-.121 1.617c-1.597.005-3.195.005-4.792 0 .001-1.185-.055-2.371-.008-3.556zM17.221 11.869c1.58-.605 3.166-1.199 4.752-1.786.029 1.136.03 2.27.041 3.406-1.545.004-3.09.001-4.635.001a12.762 12.762 0 0 0-.158-1.621zM2.23 13.684a955.98 955.98 0 0 1 4.79.001c.001 1.046.007 2.092-.003 3.139-1.585.003-3.169.003-4.755 0-.019-1.047-.023-2.093-.033-3.14zM17.371 13.684c1.548-.003 3.097-.004 4.645.001.012 1.047.027 2.093.027 3.14h-4.668c-.014-1.047-.005-2.095-.004-3.142zM2.264 17.022c1.586-.001 3.172-.012 4.756.005.004.99.003 1.98.001 2.97-1.578.003-3.154.003-4.732 0-.01-.991-.023-1.983-.026-2.975zM17.371 17.021c1.559 0 3.117-.007 4.677.004.012.991.023 1.983.027 2.974-1.572.007-3.146-.012-4.72.01.027-.995.004-1.992.015-2.988z"/></symbol><symbol viewBox="0 0 14 24" id="information--tunnel--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#00408b" d="M0 0h14.076v24H0V0m1.225.537c-.54.029-.976.54-.943 1.075v20.774c-.04.579.47 1.116 1.054 1.082 3.801.001 7.602.001 11.403-.001.584.033 1.093-.503 1.054-1.081V1.611c.037-.583-.475-1.109-1.059-1.084C8.898.528 5.06.51 1.225.535z"/><path fill="#00408b" d="M1.158.688C4.994.637 8.837.68 12.674.666c.526-.044 1.018.412.978.946.002 6.925.002 13.85 0 20.775.034.503-.403.971-.912.94-3.801.002-7.603.002-11.405 0-.51.032-.949-.437-.913-.94V1.612C.395 1.176.72.751 1.157.688m.716 3.031l.001 10.107 10.342.001V3.72H1.873m2.365 13.743c-.184.176.056.374.251.336.101-.181-.019-.487-.251-.336m.779.011c-.151.222.107.351.301.311.068-.195-.078-.48-.301-.311m-3.279.53v.31h.641v1.821h.328v-1.82l.64-.001v-.31h-1.61m2.144.018c.075.617-.194 1.346.221 1.876.424.52 1.36.289 1.489-.37.058-.498.008-1.004.024-1.505h-.322c-.025.501.056 1.013-.049 1.506-.162.45-.88.419-1.003-.043-.063-.484-.013-.975-.032-1.463l-.328-.001m2.564-.028l-.001 2.135h.329c.001-.557-.001-1.113.001-1.669.381.55.737 1.117 1.114 1.67l.421-.001v-2.126h-.327c-.008.563.022 1.128-.028 1.691-.296-.533-.656-1.025-.985-1.537-.088-.213-.343-.139-.524-.163m2.705.014v2.135h1.438v-.315c-.368 0-.735.003-1.104-.006-.005-.208-.006-.417-.008-.626l.928-.001-.001-.277-.926-.001v-.6h1.021a16.017 16.017 0 0 1 0-.31 303.3 303.3 0 0 0-1.349 0m2.197.001v2.126h1.325l-.001-.31-.997-.001-.001-1.815a17.822 17.822 0 0 0-.327 0z"/><path fill="#fff" d="M1.225.537C5.061.512 8.899.529 12.734.529c.584-.025 1.097.501 1.059 1.084v20.775c.039.578-.47 1.114-1.054 1.081l-11.403.001c-.584.033-1.094-.503-1.054-1.082V1.614C.249 1.078.685.567 1.225.539m-.067.149c-.436.063-.762.488-.735.924v20.775c-.036.503.403.972.913.94 3.801.002 7.603.002 11.405 0 .51.031.947-.438.912-.94.002-6.925.002-13.85 0-20.775.04-.534-.453-.99-.978-.946C8.837.679 4.995.637 1.159.688z"/><path fill="#fff" d="M1.873 3.719h10.343v10.107c-3.447 0-6.895.001-10.342-.001L1.873 3.718m3.209 1.17c-.662.653-1.32 1.311-1.981 1.964L3.1 12.927c2.627-.001 5.253 0 7.879 0-.003-2.023-.003-4.046-.007-6.068-.64-.655-1.278-1.313-1.915-1.971-1.325 0-2.65.002-3.975-.001z"/><path fill="#fff" d="M5.333 5.236c.276-.016.588-.091.84.06.202.219.244.544.261.831.013.308-.472.448-.628.176-.222-.319-.411-.679-.473-1.067zM6.403 5.246c.397-.013.828-.118 1.205.042.01.295-.083.588-.202.854-.206.106-.526.158-.681-.06-.17-.249-.234-.552-.322-.836zM7.819 5.496c.112-.409.621-.276.933-.261-.111.43-.277.899-.602 1.208-.501-.006-.462-.611-.331-.947zM4.878 5.429c.31-.12.43.329.567.529.085.238.429.607.099.785-.419.272-.747-.254-1.007-.511-.326-.291.11-.623.342-.803zM9.037 5.507c.278-.142.536.253.65.476-.144.335-.455.566-.724.799-.236.203-.51-.194-.422-.421.11-.309.249-.631.495-.854zM3.388 6.914l.715-.765c.314.305.648.596.907.952-.125.189-.204.457-.436.536-.442-.149-.79-.485-1.186-.723zM9.242 6.994c.185-.313.448-.572.675-.854.27.247.544.493.764.788a4.566 4.566 0 0 1-1.183.795c-.14-.21-.405-.46-.255-.729zM3.258 7.098c.362.244.743.464 1.081.742.296.208.138.743-.207.794-.287.063-.583.032-.875.037l.001-1.573zM9.761 7.863c.286-.277.659-.441 1.01-.623.046.427.089.867.006 1.291-.144.232-.489.12-.719.131-.384.008-.501-.545-.297-.799zM3.394 8.879c.282-.063.595-.076.871.018.168.204.165.716-.191.709-.253.004-.557.069-.77-.1-.056-.194-.113-.507.091-.628zM9.813 8.898c.234-.094.499-.066.746-.049.334.006.319.495.179.69-.284.12-.644.115-.93.006-.134-.165-.134-.479.004-.647zM3.404 9.819c.284-.053.618-.095.881.043.127.272.182.887-.27.856-.26-.001-.759.094-.753-.301.008-.193-.069-.491.141-.598zM9.877 9.814c.339-.06 1.03-.158.946.389.156.63-.676.61-1.043.426-.074-.245-.158-.659.097-.814zM3.397 10.927c.289-.058.633-.1.901.049.112.223.125.687-.224.681-.251-.003-.56.075-.769-.101-.061-.193-.117-.511.092-.628zM9.87 10.922c.289-.05.638-.101.898.061.092.222.12.665-.218.671-.253-.001-.563.075-.777-.093-.072-.192-.125-.532.097-.639zM3.474 12.007c.198-.031.4-.026.6-.011.355-.009.362.512.187.709a1.44 1.44 0 0 1-.915-.006c-.138-.189-.167-.637.128-.693zM9.947 12.005c.268-.007.605-.091.826.096.082.217.112.643-.214.654-.255.005-.559.072-.78-.083-.098-.204-.135-.628.168-.667zM4.238 17.463c.232-.151.352.156.251.336-.194.038-.435-.16-.251-.336zM5.017 17.474c.222-.169.369.116.301.311-.194.039-.451-.089-.301-.311zM1.738 18.004h1.61v.31l-.64.001v1.82a17.93 17.93 0 0 0-.328 0v-1.821h-.641v-.31zM3.881 18.022l.328.001c.019.487-.031.979.032 1.463.123.462.841.493 1.003.043.105-.493.025-1.005.049-1.506h.322c-.015.502.034 1.007-.024 1.505-.129.659-1.066.89-1.489.37-.415-.53-.146-1.258-.221-1.876zM6.445 17.994c.181.023.436-.05.524.163.329.512.69 1.004.985 1.537.05-.562.02-1.128.028-1.691h.327v2.126l-.421.001c-.377-.553-.733-1.12-1.114-1.67-.003.556-.001 1.113-.001 1.669h-.329c0-.712-.001-1.423.001-2.135zM9.15 18.008h1.349v.31H9.478v.6l.926.001.001.277-.928.001c.002.209.003.418.008.626.368.009.735.006 1.104.006v.315H9.151v-2.135zM11.346 18.008h.327l.001 1.815.997.001.001.31h-1.325v-2.126z"/><path d="M5.082 4.888c1.325.003 2.65.001 3.975.001.637.658 1.275 1.315 1.915 1.971.004 2.022.004 4.045.007 6.068-2.627 0-5.253-.001-7.879 0l.001-6.075c.662-.653 1.32-1.311 1.981-1.964m.251.347c.062.388.251.748.473 1.067.156.272.641.132.628-.176-.017-.287-.059-.612-.261-.831-.251-.151-.564-.076-.84-.06m1.07.01c.089.284.152.587.322.836.155.218.474.165.681.06.119-.266.212-.56.202-.854-.377-.159-.808-.055-1.205-.042m1.416.25c-.131.336-.17.942.331.947.324-.309.491-.778.602-1.208-.312-.015-.821-.148-.933.261m-2.941-.067c-.232.18-.668.512-.342.803.26.257.588.783 1.007.511.33-.177-.013-.547-.099-.785-.137-.201-.257-.649-.567-.529m4.16.078c-.246.223-.386.545-.495.854-.088.227.186.624.422.421.269-.233.581-.464.724-.799-.115-.223-.372-.619-.65-.476m-5.65 1.407c.396.238.744.574 1.186.723.232-.08.312-.348.436-.536-.26-.355-.593-.646-.907-.952l-.715.765m5.854.08c-.15.27.115.519.255.729.431-.201.835-.47 1.183-.795-.22-.295-.494-.541-.764-.788-.227.282-.49.541-.675.854m-5.983.104l-.001 1.573c.291-.006.588.025.875-.037.345-.051.503-.586.207-.794-.338-.278-.719-.498-1.081-.742m6.503.765c-.204.253-.087.807.297.799.229-.011.575.101.719-.131.084-.424.041-.864-.006-1.291-.351.182-.724.346-1.01.623M3.394 8.879c-.203.121-.147.434-.091.628.213.169.517.104.77.1.356.007.359-.505.191-.709-.276-.094-.588-.081-.871-.018m6.42.018c-.138.168-.139.482-.004.647.286.11.646.115.93-.006.139-.195.155-.683-.179-.69-.247-.018-.512-.045-.746.049m-6.41.921c-.21.108-.134.405-.141.598-.006.394.493.299.753.301.451.031.396-.584.27-.856-.263-.138-.598-.096-.881-.043m6.472-.005c-.255.156-.171.569-.097.814.367.184 1.199.204 1.043-.426.084-.547-.607-.448-.946-.389m-6.48 1.114c-.209.118-.153.436-.092.628.209.175.518.098.769.101.348.006.336-.457.224-.681-.267-.148-.612-.107-.901-.049m6.473-.004c-.222.107-.17.447-.097.639.214.168.524.092.777.093.338-.006.31-.448.218-.671-.26-.163-.609-.111-.898-.061m-6.396 1.085c-.295.056-.266.504-.128.693.284.105.628.1.915.006.175-.196.168-.718-.187-.709a2.618 2.618 0 0 0-.6.011m6.473-.003c-.303.039-.265.463-.168.667.221.155.524.088.78.083.326-.011.296-.437.214-.654-.222-.187-.558-.103-.826-.096z"/></symbol><symbol viewBox="0 0 24 24" id="information--tunnel--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#0d0d0d" opacity=".9" d="M1.341 0h21.403c.59.194 1.11.616 1.289 1.228l-.057.203C23.779.69 23.11.1 22.321.142 15.333.148 8.344.112 1.357.16L1.34.001z"/><path fill="#fff" d="M1.358.159C8.346.111 15.335.147 22.322.141c.789-.042 1.458.549 1.655 1.289-.116 7.172-.008 14.353-.053 21.529-.205.046-.268.277-.315.453-.054.054-.107.109-.162.162-.311.165-.643.327-1.005.306-6.923-.002-13.844-.002-20.765 0-.295.005-.58-.081-.859-.168a.838.838 0 0 1-.049-.033c-.344-.373-.658-.825-.626-1.358V1.271C.354.734.765.263 1.357.158m-.795 1.53C.555 8.562.558 15.437.56 22.311c-.042.581.432 1.145 1.018 1.171.775.024 1.552.014 2.328 0 1.98-2.846 4.033-5.644 6.018-8.486.152-1.12-.027-2.287.089-3.42.148-1.013 1.153-1.802 2.172-1.711 1.007.042 1.892.931 1.916 1.942.027.972-.005 1.945.01 2.919-.019.317.25.535.404.784 1.899 2.658 3.816 5.305 5.696 7.978.777.002 1.555.023 2.331-.006.581-.035 1.043-.592 1.003-1.169.001-6.876.006-13.751-.002-20.627.034-.655-.595-1.194-1.233-1.131H1.81C1.166.486.526 1.025.562 1.689m11.296 13.244c-.033.299-.064.598-.093.897h.57c-.033-.293-.065-.585-.099-.877l-.379-.021m-.192 1.655a85.384 85.384 0 0 0-.181 1.502c.373.004.747.004 1.12 0-.057-.501-.116-1-.181-1.499l-.759-.002m-.274 2.285c-.125 1.011-.236 2.024-.362 3.034.674.019 1.35.008 2.024.008-.107-1.012-.24-2.021-.349-3.033a23 23 0 0 0-1.313-.01m-.432 3.841a51.8 51.8 0 0 0-.099.779c.796.002 1.592.001 2.388.001-.033-.259-.065-.519-.099-.778-.73-.005-1.459-.002-2.19-.002z"/><path fill="#fff" d="M7.681 1.998c2.935-.01 5.872-.002 8.808-.004-.684.932-1.358 1.871-2.043 2.802a5.502 5.502 0 0 0-4.734-.001c-.673-.936-1.364-1.857-2.031-2.797zM4.285 4.974c.859-.902 1.721-1.801 2.585-2.697.748.964 1.498 1.925 2.237 2.894a6.011 6.011 0 0 0-1.546 1.606 315.78 315.78 0 0 1-3.276-1.804zM17.29 2.278c.873.891 1.732 1.798 2.594 2.701a490.458 490.458 0 0 0-3.261 1.796c-.44-.609-.946-1.17-1.565-1.603.736-.971 1.492-1.927 2.232-2.894zM4.101 5.691c1.05.556 2.085 1.139 3.13 1.707-.733 1.479-.404 3.151-.479 4.735h-2.65c-.008-2.148-.005-4.295-.001-6.441zM16.942 7.386c1.048-.552 2.074-1.143 3.122-1.696.008 2.144-.001 4.289.006 6.433-.886.021-1.772.007-2.658.007-.064-1.587.238-3.255-.47-4.745zM4.102 12.829h2.65c.005 1.708.004 3.415.001 5.123-.884.001-1.768.002-2.652-.001-.004-1.707-.006-3.414.001-5.122zM17.415 12.831c.886.001 1.773-.016 2.659.008-.008 1.704 0 3.407-.005 5.111-.885.004-1.77.004-2.656 0-.001-1.707-.002-3.413.001-5.12z"/><path fill="#008460" d="M.562 1.688C.526 1.025 1.166.486 1.81.554h20.5c.638-.063 1.266.476 1.233 1.131.008 6.876.004 13.751.002 20.627.04.576-.422 1.134-1.003 1.169-.777.029-1.555.008-2.331.006-1.88-2.673-3.797-5.32-5.696-7.978-.154-.248-.423-.467-.404-.784-.014-.973.017-1.947-.01-2.919-.024-1.011-.909-1.899-1.916-1.942-1.019-.09-2.024.698-2.172 1.711-.116 1.134.063 2.3-.089 3.42-1.985 2.841-4.038 5.639-6.018 8.486-.775.014-1.552.024-2.328 0-.586-.027-1.06-.59-1.018-1.171C.559 15.436.555 8.561.562 1.687m7.119.311c.667.939 1.358 1.861 2.031 2.797a5.502 5.502 0 0 1 4.734.001c.685-.931 1.359-1.869 2.043-2.802-2.935.001-5.872-.006-8.808.004M4.285 4.974a315.78 315.78 0 0 0 3.276 1.804 5.982 5.982 0 0 1 1.546-1.606c-.739-.97-1.489-1.931-2.237-2.894-.864.896-1.726 1.795-2.585 2.697M17.29 2.278c-.741.967-1.497 1.924-2.232 2.894.62.433 1.125.994 1.565 1.603 1.084-.604 2.172-1.2 3.261-1.796-.862-.903-1.721-1.81-2.594-2.701M4.101 5.691c-.004 2.147-.007 4.293.001 6.441h2.65c.075-1.584-.254-3.256.479-4.735-1.044-.568-2.079-1.151-3.13-1.707m12.841 1.696c.708 1.489.406 3.157.47 4.745.886 0 1.772.013 2.658-.007-.007-2.144.002-4.289-.006-6.433-1.048.552-2.074 1.143-3.122 1.696m-12.84 5.442a795.013 795.013 0 0 0-.001 5.122c.884.004 1.768.002 2.652.001.002-1.708.004-3.415-.001-5.123h-2.65m13.313.002c-.004 1.707-.002 3.413-.001 5.12.885.004 1.77.004 2.656 0 .005-1.704-.004-3.407.005-5.111-.886-.024-1.773-.007-2.659-.008z"/><path fill="#008460" d="M11.858 14.933c.127.006.252.013.379.021.034.292.066.584.099.877h-.57c.029-.299.06-.598.093-.897zM11.665 16.587l.759.002c.065.499.124.999.181 1.499-.374.004-.748.004-1.12 0 .055-.501.116-1.001.181-1.502zM11.39 18.873c.438-.007.876-.008 1.313.01.109 1.012.241 2.021.349 3.033-.674 0-1.35.011-2.024-.008.125-1.011.236-2.024.362-3.034zM10.958 22.713c.731 0 1.461-.002 2.19.002.034.259.066.519.099.778-.796 0-1.592.001-2.388-.001a51.8 51.8 0 0 1 .099-.779z"/><path fill="#0e0e0e" opacity=".87" d="M0 1.44l.144-.168v21.05c-.033.533.282.985.626 1.358-.396-.162-.604-.54-.769-.911V1.439z"/><path fill="#0d0d0d" opacity=".73" d="M24.034 1.228l.087.203v21.424a3.496 3.496 0 0 1-.141-1.146c.043-6.826-.064-13.658.054-20.481z"/><path fill="#303030" opacity=".92" d="M23.609 23.413c.047-.176.11-.408.315-.453.027.21-.151.362-.315.453z"/><path fill="#0a0a0a" opacity=".96" d="M22.443 23.881c.362.021.693-.141 1.005-.306a4.506 4.506 0 0 1-.47.426H1.181l-.362-.287c.279.087.563.172.859.168 6.921-.002 13.843-.002 20.765 0z"/></symbol><symbol viewBox="0 0 29 24" id="information--tunnel-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ebf4ff" d="M0 0h1.416C.786.523.216 1.169.088 2.01L0 2.345V0zM11.893 15.533c.131-.005.392-.017.525-.021.226.34.459.677.687 1.017l-.587-.067c-.209-.309-.418-.618-.625-.929z"/><path fill="#2940a4" d="M1.416 0h25.906c.461.321.848.732 1.193 1.171V24H0v-7.186c.242-4.921.497-9.89.088-14.804C.216 1.169.787.522 1.416 0m9.546 5.038C7.597 6.2 4.736 8.75 3.154 11.936c-1.167 2.55-1.568 5.382-1.549 8.165.706-.002 1.414.002 2.12.002.318-1.977.387-4.009.95-5.941 1.005-2.859 2.899-5.47 5.446-7.136 2.823-1.804 6.658-1.312 9.234.703 3.56 3.03 5.42 7.728 5.415 12.354.753 0 1.504-.002 2.257-.005.219-4.531-1.521-9.191-4.9-12.266-2.897-2.816-7.293-3.809-11.166-2.775m-2.456 8.51c-.307 2.73-2.084 5.08-4.368 6.518.744.029 1.488.033 2.234.045 1.319-1.659 2.044-3.686 2.307-5.777.794.007 1.587.012 2.381.033.152.192.304.385.454.582l-.038-.625c3.985.002 7.604 2.486 10.346 5.211.658.839 1.794.485 2.707.516a23.497 23.497 0 0 0-10.862-5.72c-.195-1.521-1.117-3.168-2.723-3.472-1.492-.121-2.336 1.395-2.438 2.688m3.388 1.987c.207.311.416.62.625.929l.587.067c-.228-.34-.461-.677-.687-1.017-.133.005-.394.017-.525.021m1.155 1.975c.157.292.302.592.435.896.221-.017.658-.045.879-.059-.19-.283-.371-.57-.537-.863-.195.005-.585.019-.777.026m.798 1.906c-.074.872.832.644 1.388.68-.086-.777-.813-.644-1.388-.68z"/><path fill="#ecf7e9" d="M27.322 0h1.193v1.171C28.17.731 27.783.32 27.322 0z"/><path fill="#6771a7" d="M0 2.345l.088-.335C.497 6.924.242 11.893 0 16.814V2.345z"/><path fill="#f9fbfa" d="M10.962 5.038c3.873-1.034 8.269-.04 11.166 2.775 3.379 3.075 5.118 7.735 4.9 12.266-.753.002-1.504.005-2.257.005.005-4.627-1.856-9.324-5.415-12.354-2.576-2.015-6.411-2.507-9.234-.703-2.547 1.666-4.441 4.277-5.446 7.136-.563 1.932-.632 3.964-.95 5.941-.706 0-1.414-.005-2.12-.002-.019-2.783.383-5.615 1.549-8.165 1.583-3.187 4.444-5.736 7.808-6.898z"/><path fill="#f7fbf9" d="M8.505 13.547c.102-1.293.946-2.809 2.438-2.688 1.606.304 2.528 1.951 2.723 3.472a23.497 23.497 0 0 1 10.862 5.72c-.912-.031-2.048.323-2.707-.516-2.742-2.726-6.361-5.209-10.346-5.211l.038.625c-.15-.197-.302-.39-.454-.582-.794-.021-1.587-.026-2.381-.033-.264 2.091-.989 4.118-2.307 5.777-.746-.012-1.49-.017-2.234-.045 2.284-1.438 4.061-3.788 4.368-6.518z"/><path fill="#bed9f2" d="M13.048 17.508c.192-.007.582-.021.777-.026.166.292.347.58.537.863-.221.014-.658.043-.879.059a12.33 12.33 0 0 0-.435-.896z"/><path fill="#b8d4f2" d="M13.846 19.414c.575.036 1.302-.097 1.388.68-.556-.036-1.461.192-1.388-.68z"/></symbol><symbol viewBox="0 0 34 24" id="information--turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h1.395C.677.426.227 1.159 0 1.948V0zM33.12 0h.934v.709A3.655 3.655 0 0 0 33.12 0zM.491 2.586A2.448 2.448 0 0 1 2.91.167C12.536.159 22.164.161 31.791.165c1.064.003 1.933.808 2.262 1.781v20.458A2.555 2.555 0 0 1 32.431 24H2.261C1.205 23.719.45 22.662.482 21.576.492 15.247.477 8.916.49 2.587M2.329.701C1.533.849.954 1.629.973 2.426.971 8.917.975 15.409.971 21.9c.008.777.634 1.612 1.453 1.617 9.897-.005 19.794-.005 29.692 0 .757.023 1.477-.697 1.455-1.456-.011-6.705.006-13.414-.008-20.119C33.424.971 32.331.586 31.461.643 21.752.692 12.031.575 2.329.701z"/><path fill="#fff" d="M13.896 6.428c.363-.248.798-.036 1.169.073.443 1.137-.349 2.291-.623 3.392 4.862-.005 9.723 0 14.585-.002v4.378c-4.86-.002-9.72.003-14.58-.003.334 1.048.712 2.1.834 3.198-.718.848-1.764.248-2.437-.31-2.619-1.678-5.27-3.31-7.852-5.045 2.971-1.891 5.925-3.804 8.904-5.682zM0 22.205c.128.71.469 1.367 1.064 1.795H0v-1.795zM33.754 24c-.003-.225.097-.315.3-.269V24h-.3z"/><path fill="#231f20" d="M1.395 0H33.12c.349.183.662.425.934.709v1.237C33.725.973 32.856.169 31.792.165 22.164.16 12.537.159 2.911.167A2.448 2.448 0 0 0 .492 2.586C.479 8.915.494 15.246.484 21.575c-.032 1.086.723 2.144 1.779 2.424H1.065C.47 23.571.129 22.914.001 22.204V1.947C.228 1.159.677.426 1.396-.001zM32.432 24a2.553 2.553 0 0 0 1.622-1.596v1.326c-.203-.045-.303.044-.3.269h-1.322z"/><path fill="#006f51" d="M2.329.701C12.031.575 21.753.691 31.461.643c.869-.057 1.962.328 2.102 1.299.015 6.705-.003 13.414.008 20.119.023.759-.697 1.479-1.455 1.456-9.898-.005-19.795-.005-29.692 0-.819-.005-1.445-.84-1.453-1.617.003-6.491 0-12.983.002-19.474C.954 1.628 1.532.848 2.329.701m11.567 5.727c-2.979 1.878-5.934 3.791-8.904 5.682 2.582 1.735 5.233 3.366 7.852 5.045.673.558 1.719 1.158 2.437.31-.122-1.098-.499-2.15-.834-3.198 4.86.006 9.72.002 14.58.003V9.892c-4.862.002-9.723-.003-14.585.002.274-1.101 1.065-2.256.623-3.392-.371-.109-.806-.321-1.169-.073z"/></symbol><symbol viewBox="0 0 34 24" id="information--turn-left-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h1.399C.593.337.248 1.181 0 1.954V0zM33.112 0h1.104v.889C33.901.532 33.543.21 33.112 0zM.488 2.424C.501 1.141 1.69.207 2.911.165c9.572-.01 19.146.003 28.721-.006 1.241-.062 2.458.997 2.428 2.264-.006 6.493-.01 12.986.002 19.479.021.962-.739 1.806-1.625 2.098H2.268C1.211 23.724.452 22.662.484 21.577.492 15.193.482 8.808.489 2.424M2.327.701C1.534.85.952 1.629.975 2.428c-.003 6.491 0 12.983-.003 19.474.031.762.594 1.672 1.453 1.615 9.897-.005 19.795-.005 29.692 0 .756.023 1.479-.699 1.455-1.455-.006-6.6-.003-13.202-.002-19.802.032-1.014-1.009-1.683-1.943-1.615C21.862.687 12.086.577 2.328.7z"/><path fill="#fff" d="M9.9 4.372c3.354.24 6.699.647 10.049.979.418-.054.795.123 1.138.344-.005.357-.005.715-.005 1.072-.702.618-1.626 1.086-2.269 1.685.777.85 1.871 1.469 2.754 2.251.67.611 1.625 1.044 1.928 1.956.044 2.805.005 5.614.018 8.423h-4.378c-.114-2.256.238-4.565-.196-6.785-1.057-.692-1.985-1.557-2.998-2.308-.415.866-.639 1.826-1.146 2.642-.532.611-1.445.081-1.573-.602-1.116-3.217-2.214-6.438-3.321-9.657zM0 22.377A2.938 2.938 0 0 0 1.064 24H0v-1.623zM33.731 24c.117-.253.289-.475.485-.673V24h-.485z"/><path fill="#231f20" d="M1.399 0h31.712c.431.209.79.532 1.104.889v22.438c-.196.198-.368.42-.485.673h-1.296c.885-.292 1.646-1.137 1.625-2.098-.011-6.493-.008-12.986-.002-19.479.031-1.266-1.187-2.325-2.428-2.264-9.574.01-19.148-.003-28.721.006C1.687.207.498 1.141.485 2.424.479 8.808.488 15.193.48 21.577c-.032 1.085.726 2.147 1.784 2.423H1.061a2.943 2.943 0 0 1-1.064-1.623V1.954C.245 1.18.591.337 1.396 0z"/><path fill="#006f51" d="M2.327.701C12.086.578 21.861.688 31.626.646c.934-.068 1.975.602 1.943 1.615-.002 6.6-.005 13.202.002 19.802.024.756-.699 1.477-1.455 1.455-9.897-.005-19.795-.005-29.692 0-.859.057-1.422-.853-1.453-1.615.003-6.491 0-12.983.003-19.474C.951 1.63 1.533.851 2.326.702M9.9 4.372c1.108 3.219 2.205 6.439 3.321 9.657.128.683 1.041 1.213 1.573.602.508-.816.731-1.776 1.146-2.642 1.014.751 1.941 1.615 2.998 2.308.435 2.22.083 4.529.196 6.785h4.378c-.013-2.809.026-5.617-.018-8.423-.303-.911-1.258-1.344-1.928-1.956-.882-.782-1.977-1.401-2.754-2.251.642-.598 1.566-1.067 2.269-1.685 0-.357 0-.715.005-1.072-.344-.221-.72-.397-1.138-.344-3.35-.332-6.696-.739-10.049-.979z"/></symbol><symbol viewBox="0 0 34 24" id="information--turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.908A3.99 3.99 0 0 0 0 .717V0zM32.622 0h1.432v1.949C33.82 1.156 33.378.394 32.622 0zM0 1.92C.35.965 1.203.167 2.262.165 11.89.16 21.517.159 31.143.167a2.448 2.448 0 0 1 2.419 2.419c.013 6.329-.002 12.66.008 18.991.031 1.086-.725 2.147-1.785 2.423H1.595a2.554 2.554 0 0 1-1.596-1.62V1.92M1.842.704C1.153.809.478 1.359.483 2.097c.005 6.655.005 13.31 0 19.965-.023.757.697 1.476 1.455 1.455 9.898-.005 19.797-.005 29.694-.002.817-.003 1.442-.838 1.451-1.614-.003-6.491 0-12.984-.002-19.476.044-1.033-.926-1.883-1.939-1.782C21.377.69 11.601.572 1.843.703z"/><path fill="#fff" d="M18.988 6.501c.373-.109.806-.323 1.171-.073 2.977 1.878 5.934 3.791 8.904 5.684-2.877 1.928-5.835 3.736-8.741 5.619-.516.341-1.146.144-1.55-.269.126-1.096.501-2.147.835-3.195-4.86.006-9.72.002-14.58.003V9.892c4.862.002 9.723-.003 14.585.002-.274-1.101-1.065-2.256-.624-3.392zM33.002 24c.587-.438.929-1.095 1.052-1.808V24h-1.052zM0 23.702c.225-.005.315.094.268.298H0v-.298z"/><path fill="#231f20" d="M.908 0h31.714c.756.394 1.198 1.156 1.432 1.949v20.243c-.123.714-.465 1.37-1.052 1.808h-1.216c1.061-.276 1.816-1.336 1.785-2.423-.01-6.331.005-12.662-.008-18.991A2.448 2.448 0 0 0 31.144.167C21.518.159 11.89.161 2.263.165 1.204.167.351.964.001 1.92V.717A3.99 3.99 0 0 1 .909 0zM0 22.38c.248.767.84 1.352 1.596 1.62H.268c.047-.204-.042-.303-.268-.298V22.38z"/><path fill="#036f51" d="M1.842.704C11.601.573 21.376.691 31.141.644c1.014-.101 1.983.749 1.939 1.782.002 6.491-.002 12.984.002 19.476-.01.775-.634 1.61-1.451 1.614-9.897-.003-19.795-.003-29.694.002-.757.021-1.477-.697-1.455-1.455.005-6.655.005-13.31 0-19.965C.477 1.36 1.152.81 1.841.705m17.147 5.796c-.441 1.137.35 2.291.624 3.392-4.862-.005-9.723 0-14.585-.002v4.378c4.86-.002 9.72.003 14.58-.003-.334 1.048-.709 2.098-.835 3.195.404.414 1.035.61 1.55.269 2.906-1.883 5.864-3.691 8.741-5.619-2.971-1.892-5.927-3.806-8.904-5.684-.365-.25-.798-.036-1.171.073z"/></symbol><symbol viewBox="0 0 34 24" id="information--turn-right-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h1.067A4.226 4.226 0 0 0 0 .895V0zM32.791 0h1.425v1.956c-.25-.778-.597-1.641-1.425-1.956zM.157 2.421C.129 1.155 1.344.099 2.585.159c9.521.005 19.041.005 28.562.002 1.27-.024 2.569.918 2.58 2.262.01 6.384-.002 12.77.006 19.155.031 1.088-.726 2.145-1.787 2.423H1.755c-.866-.315-1.622-1.14-1.597-2.097.008-6.493.006-12.988 0-19.482M2.004.702C1.263.84.627 1.48.647 2.26c.002 6.6.003 13.202 0 19.802-.023.757.694 1.476 1.451 1.453 9.898-.003 19.797-.003 29.694 0 .861.057 1.421-.848 1.451-1.614-.002-6.491.002-12.984-.002-19.476.045-1.035-.924-1.883-1.939-1.781C21.538.688 11.761.573 2.004.701z"/><path fill="#fff" d="M14.269 5.348c3.349-.328 6.694-.73 10.048-.983-1.104 3.222-2.205 6.444-3.321 9.662-.13.683-1.041 1.218-1.573.603-.508-.817-.735-1.776-1.145-2.643-1.015.754-1.946 1.618-3.003 2.311-.425 2.223-.083 4.528-.193 6.783h-4.378c0-2.706 0-5.411-.002-8.118-.021-.861.824-1.346 1.408-1.829 1.099-.937 2.322-1.729 3.375-2.721a24.611 24.611 0 0 1-2.35-1.644c0-.362 0-.723-.005-1.086.349-.203.726-.366 1.14-.334zM33.167 24a3.054 3.054 0 0 0 1.049-1.628V24h-1.049zM0 23.329c.196.196.368.417.485.671H0v-.671z"/><path fill="#231f20" d="M1.067 0h31.724c.829.315 1.176 1.177 1.425 1.956v20.416A3.054 3.054 0 0 1 33.167 24h-1.221c1.061-.277 1.818-1.335 1.787-2.423-.008-6.384.003-12.77-.006-19.155-.011-1.344-1.31-2.286-2.58-2.262C21.626.163 12.106.163 2.585.158 1.344.098.13 1.154.157 2.42c.006 6.495.008 12.989 0 19.482-.024.957.731 1.782 1.597 2.097H.484a2.336 2.336 0 0 0-.485-.671V.894c.308-.35.66-.663 1.067-.895z"/><path fill="#036f51" d="M2.004.702C11.761.574 21.538.689 31.302.645c1.015-.102 1.985.746 1.939 1.781.003 6.491 0 12.984.002 19.476-.031.765-.59 1.67-1.451 1.614-9.897-.003-19.795-.003-29.694 0-.757.023-1.474-.696-1.451-1.453.003-6.6.002-13.202 0-19.802C.628 1.481 1.263.84 2.004.703m12.265 4.645c-.414-.032-.791.131-1.14.334.005.363.005.725.005 1.086a24.432 24.432 0 0 0 2.35 1.644c-1.052.992-2.275 1.784-3.375 2.721-.584.483-1.429.968-1.408 1.829.002 2.706.002 5.411.002 8.118h4.378c.11-2.256-.232-4.56.193-6.783 1.057-.692 1.988-1.557 3.003-2.311.41.868.637 1.826 1.145 2.643.532.615 1.443.079 1.573-.603 1.116-3.217 2.217-6.439 3.321-9.662-3.354.253-6.699.655-10.048.983z"/></symbol><symbol viewBox="0 0 24 24" id="information--urban-area--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fa0100" d="M11.134.178c2.556-.21 5.178.432 7.332 1.831 3.233 2.047 5.345 5.74 5.438 9.57.172 3.99-1.855 7.977-5.173 10.196-3.349 2.328-7.929 2.698-11.614.954C3.304 20.997.586 17.107.298 12.922c-.318-3.641 1.184-7.375 3.928-9.79A11.784 11.784 0 0 1 11.134.179m.005 2.808c-4.321.367-7.968 4.243-8.071 8.578-.274 4.156 2.727 8.208 6.772 9.175 3.907 1.081 8.346-.888 10.201-4.482 1.993-3.565 1.127-8.401-1.977-11.053-1.862-1.671-4.441-2.489-6.925-2.217z"/><path fill="#fff" d="M11.139 2.987c2.484-.272 5.063.546 6.925 2.217 3.104 2.652 3.97 7.489 1.977 11.053-1.854 3.594-6.294 5.563-10.201 4.482-4.046-.967-7.047-5.019-6.772-9.175.104-4.335 3.75-8.211 8.071-8.578m.839 3.066a4794.014 4794.014 0 0 0-6.297 6.509c.743.005 1.486.002 2.229.002.001 1.278-.001 2.556.001 3.834h2.446c.005-1.634-.002-3.269.004-4.902.601-.573 1.194-1.154 1.798-1.721.582.567 1.149 1.146 1.726 1.718.009 1.636 0 3.271.004 4.906h2.521c.001-1.278-.001-2.556.001-3.833.754-.002 1.508.001 2.264-.004a2574.496 2574.496 0 0 0-6.697-6.509z"/><path d="M11.978 6.052c2.238 2.165 4.467 4.337 6.697 6.509-.755.005-1.509.001-2.264.004-.002 1.277 0 2.555-.001 3.833h-2.521c-.004-1.635.005-3.27-.004-4.906-.577-.571-1.144-1.151-1.726-1.718-.604.568-1.198 1.149-1.798 1.721-.006 1.634.001 3.269-.004 4.902H7.911c-.002-1.278 0-2.556-.001-3.834-.743 0-1.486.002-2.229-.002a5511.19 5511.19 0 0 1 6.297-6.509z"/></symbol><symbol viewBox="0 0 24 24" id="information--vehicles-on-rails--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0568b2" d="M1.456 0h21.017c.331.098.659.242.88.521-.434-.209-.89-.426-1.386-.395C15.282.132 8.597.125 1.911.13 1.456.12 1.045.335.646.526c.206-.26.506-.408.81-.526z"/><path fill="#fff" d="M.646.526C1.044.335 1.456.12 1.911.13 8.596.125 15.281.132 21.967.126c.496-.031.952.186 1.386.395l.131.132c.187.397.395.808.383 1.259.001 6.725.002 13.451 0 20.177.042.917-.737 1.765-1.661 1.771-6.763.011-13.529.001-20.293.005-.964.05-1.828-.811-1.778-1.776C.134 15.686.136 9.283.134 2.879.122 2.249.12 1.612.274.995A3.24 3.24 0 0 1 .647.526m1.062.462a1.208 1.208 0 0 0-.802 1.176C.905 8.722.901 15.28.909 21.838c-.025.665.583 1.253 1.246 1.21 6.564 0 13.128.005 19.691-.002.692.02 1.258-.644 1.194-1.32-.004-6.524.004-13.049-.004-19.573.035-.704-.624-1.301-1.319-1.238C15.238.913 8.759.915 2.282.914c-.193.006-.39.011-.574.076z"/><path fill="#fff" d="M7.117 4.129c2.185-.062 4.376-.004 6.563-.029.227.016.499-.043.678.136.874.817 1.276 1.986 2.02 2.902.54.704.254 1.646.325 2.462.006.731.144 1.661-.622 2.077-.029.332.014.672-.058.998-.322.463-1.193.524-1.516.035-.083-.452-.024-.916-.041-1.373-2.582-.006-5.164.005-7.746-.006-.046.438.024.887-.062 1.319-.22.58-1.157.481-1.399-.026-.082-.31-.035-.637-.062-.953-.374-.166-.816-.422-.828-.884a98.064 98.064 0 0 1-.001-2.87c.025-.68.656-1.082.937-1.652.526-.761.986-1.664 1.812-2.135m.228.467c-.74.47-1.158 1.333-1.391 2.156 3.085.013 6.172.005 9.258.004-.2-.81-.566-1.716-1.301-2.166-2.188-.022-4.38-.034-6.566.006M5.207 8.215c-.384.109-.244.607-.257.902-.059.397.599.491.644.095.028-.338.149-1.054-.388-.997m10.564.004c-.379.196-.263.791-.166 1.127.714.598.91-1.258.166-1.127m-6.62.584c-.241.365-.044.882-.11 1.306-1.13.019-2.261-.019-3.389.017-.26-.022-.266.43-.002.4 3.358.022 6.716.01 10.075.006.241.068.4-.242.191-.39-1.164-.092-2.34.038-3.504-.065-.026-.415.107-.89-.074-1.266a43.394 43.394 0 0 0-3.186-.007z"/><path fill="#fff" d="M8.503 13.67a1.425 1.425 0 0 1 1.465-.521c-.149.178-.3.354-.452.53 2.392-.001 4.784.002 7.176-.002-.12-.16-.241-.318-.361-.476.485-.094.924.044 1.186.476.502-.052 1.019-.011 1.343.424-.316.004-.63.002-.944.006.257.307.527.602.802.895.318.004.636.008.954.006.239.215.467.442.68.682-.329.005-.656.006-.984.013.341.415.718.799 1.068 1.205.888-.214 1.494.377 2.051.97-.384.002-.767.002-1.15.005.323.374.668.728.984 1.11-.522.013-1.044.008-1.566.006-.295-.365-.57-.743-.857-1.114-4.751-.004-9.503-.017-14.254.007-.515.38-.877.949-1.361 1.378-.662-.01-1.326-.004-1.988-.005.492-.473 1.02-.907 1.511-1.381-.341-.004-.683-.004-1.024-.007.622-.508 1.229-1.181 2.118-.962.442-.403.898-.791 1.325-1.207-.256-.008-.511-.012-.766-.018.35-.262.647-.734 1.138-.679.63.089.953-.569 1.402-.887-.214-.017-.426-.028-.64-.05.292-.337.71-.454 1.145-.402m-.226 1.329c3.137.012 6.275.011 9.412.001-.252-.289-.414-.728-.766-.886-2.599-.028-5.202-.008-7.802-.01-.295.284-.574.586-.844.894m-1.781 1.916c4.219.006 8.438.006 12.656 0-.299-.41-.607-.814-.92-1.213-3.358-.019-6.715.002-10.073-.011-.805-.131-1.135.788-1.663 1.224z"/><path fill="#0066b3" d="M23.483.653c.245.21.404.493.517.792v21.022a2.08 2.08 0 0 1-1.519 1.534H1.527a2.075 2.075 0 0 1-1.526-1.522V1.406l.272-.41C.118 1.613.121 2.25.133 2.88c.002 6.403 0 12.806.001 19.21-.049.965.815 1.826 1.778 1.776 6.764-.004 13.53.006 20.293-.005.924-.006 1.703-.854 1.661-1.771.002-6.726.001-13.452 0-20.177.012-.451-.196-.862-.383-1.259z"/><path fill="#0066b3" d="M1.709.988c.184-.065.38-.07.574-.076C8.761.913 15.239.911 21.718.913c.695-.062 1.354.534 1.319 1.238.007 6.524 0 13.049.004 19.573.064.676-.502 1.34-1.194 1.32-6.563.007-13.127.002-19.691.002-.662.043-1.271-.545-1.246-1.21C.902 15.278.905 8.72.908 2.162A1.206 1.206 0 0 1 1.71.986m5.407 3.143c-.826.47-1.286 1.374-1.812 2.135-.281.57-.912.972-.937 1.652-.012.956-.014 1.914.001 2.87.012.462.454.719.828.884.028.316-.019.643.062.953.242.508 1.18.606 1.399.026.086-.432.017-.881.062-1.319 2.582.011 5.164 0 7.746.006.017.457-.042.92.041 1.373.323.49 1.194.428 1.516-.035.072-.326.029-.666.058-.998.766-.416.628-1.346.622-2.077-.071-.816.215-1.758-.325-2.462-.744-.916-1.146-2.084-2.02-2.902-.179-.179-.451-.12-.678-.136-2.186.025-4.378-.034-6.563.029m1.386 9.542c-.434-.052-.853.065-1.145.402.214.023.426.034.64.05-.449.318-.772.976-1.402.887-.491-.055-.787.418-1.138.679.254.006.51.01.766.018-.427.416-.883.804-1.325 1.207-.889-.218-1.496.455-2.118.962.341.004.683.004 1.024.007-.491.474-1.019.908-1.511 1.381.662.001 1.326-.005 1.988.005.484-.428.846-.997 1.361-1.378 4.751-.024 9.503-.011 14.254-.007.287.371.562.749.857 1.114.522.002 1.044.007 1.566-.006-.316-.382-.661-.736-.984-1.11.383-.002.766-.002 1.15-.005-.557-.593-1.163-1.183-2.051-.97-.35-.406-.727-.79-1.068-1.205.328-.007.655-.008.984-.013a8.93 8.93 0 0 0-.68-.682c-.318.002-.636-.002-.954-.006a21.167 21.167 0 0 1-.802-.895c.314-.004.629-.002.944-.006-.324-.434-.841-.475-1.343-.424-.262-.432-.701-.57-1.186-.476l.361.476c-2.392.005-4.784.001-7.176.002.152-.176.304-.353.452-.53a1.424 1.424 0 0 0-1.465.521z"/><path fill="#0066b3" d="M7.345 4.597c2.186-.04 4.379-.028 6.566-.006.734.45 1.1 1.356 1.301 2.166-3.086.001-6.173.01-9.258-.004.233-.823.65-1.686 1.391-2.156zM5.207 8.215c.536-.056.415.659.388.997-.046.396-.703.302-.644-.095.013-.295-.127-.793.257-.902zM15.77 8.219c.744-.131.548 1.724-.166 1.127-.097-.336-.214-.931.166-1.127zM9.15 8.803a43.394 43.394 0 0 1 3.186.007c.181.376.048.851.074 1.266 1.164.103 2.34-.028 3.504.065.209.148.05.458-.191.39-3.359.004-6.718.016-10.075-.006-.264.03-.258-.421.002-.4 1.128-.036 2.258.002 3.389-.017.066-.424-.131-.941.11-1.306zM8.278 15.001c.27-.308.548-.61.844-.894 2.6.001 5.203-.018 7.802.01.352.157.514.596.766.886-3.137.01-6.275.011-9.412-.001zM6.497 16.916c.528-.436.858-1.355 1.663-1.224 3.358.013 6.715-.008 10.073.011.313.4.622.803.92 1.213-4.218.006-8.437.006-12.656 0z"/></symbol><symbol viewBox="0 0 26 24" id="information--water-protection-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#154889" d="M0 0h26.419v24H0V0m3.603 3.482c-.002 6.19-.001 12.379 0 18.569 6.185.003 12.371.002 18.555.001.001-6.191.002-12.38 0-18.571-6.186-.002-12.371-.003-18.555.001z"/><path fill="#154889" d="M6.951 18.407c.399-.183.828-.325 1.274-.297.79 0 1.432.598 2.224.586.896.065 1.621-.663 2.518-.586.79 0 1.432.597 2.224.586.633.043 1.186-.299 1.765-.491.615-.198 1.28-.075 1.853.193-.002.195-.001.392 0 .587-.735-.357-1.613-.382-2.344-.001a2.59 2.59 0 0 1-2.377.02 2.576 2.576 0 0 0-2.364-.021 2.592 2.592 0 0 1-2.379.021 2.64 2.64 0 0 0-2.392-.019c0-.193 0-.386-.002-.579z"/><path fill="#154889" d="M6.954 19.583c.631-.3 1.378-.4 2.037-.128.527.214 1.066.481 1.655.425.785-.024 1.429-.619 2.225-.585.829-.043 1.499.597 2.323.587.583.037 1.104-.247 1.631-.448.648-.246 1.384-.153 1.991.165-.004.192-.007.383-.009.575a2.623 2.623 0 0 0-2.387.016c-.78.414-1.718.345-2.484-.063-.761-.383-1.659-.264-2.393.119-.774.386-1.676.236-2.418-.148-.69-.323-1.496-.246-2.172.076.002-.197.004-.395.003-.592z"/><path fill="#fff" d="M3.603 3.482c6.185-.004 12.37-.003 18.555-.001.002 6.191.001 12.38 0 18.571-6.185.001-12.371.002-18.555-.001-.001-6.19-.002-12.379 0-18.569m8.444 1.612c-1.529.15-3.102.666-4.201 1.783-.713.713-1.107 1.804-.778 2.791.409 1.262 1.587 2.086 2.774 2.551 2.02.762 4.342.737 6.334-.105 1.148-.496 2.267-1.378 2.57-2.648.275-1.138-.361-2.283-1.244-2.968-1.523-1.201-3.559-1.564-5.455-1.404m-5.094 6.784c-.002.593-.002 1.186 0 1.78h11.855v-1.78c-.521.012-1.044-.028-1.564.015-2.623 1.565-6.105 1.562-8.726-.001-.521-.039-1.043-.003-1.565-.014m.815 2.092c-.208.03-.231.271-.224.439.008.941-.012 1.882.01 2.823.03.383.512.258.77.284.243-.014.679.071.695-.287.006-1.029.036-2.063-.015-3.091-.276-.351-.842-.138-1.236-.167m1.749.004c-.259.094-.18.42-.196.633.031.913-.048 1.836.038 2.744.309.312.859.121 1.263.137.435-.295-.035-.982.315-1.333.435-.112.985-.124 1.3.258.352.39.999.357 1.335-.036.305-.359.843-.323 1.252-.222.299.325.009.848.187 1.229.191.211.518.096.769.13.236-.003.647.048.652-.295.014-.996.015-1.993-.001-2.988-.031-.375-.497-.264-.752-.284-.232.028-.58-.08-.7.191-.058.334.009.676-.043 1.011-.096.297-.478.194-.713.214-.561.076-.788-.66-1.351-.595-.557-.046-.783.682-1.346.596-.269.01-.756.05-.714-.355-.072-.33.157-.832-.197-1.035a5.02 5.02 0 0 0-1.096 0m7.441-.005c-.21.027-.236.271-.226.439.008.941-.012 1.881.01 2.822.03.386.515.259.776.285.24-.013.675.069.688-.286.006-1.03.035-2.064-.015-3.091-.272-.353-.84-.138-1.232-.168m-10.01 4.436c.002.193.002.386.002.579a2.64 2.64 0 0 1 2.392.019c.742.386 1.641.364 2.379-.021a2.579 2.579 0 0 1 2.364.021 2.59 2.59 0 0 0 2.377-.02c.731-.381 1.609-.356 2.344.001a38.286 38.286 0 0 1 0-.587c-.573-.268-1.239-.391-1.853-.193-.579.192-1.132.533-1.765.491-.792.011-1.434-.586-2.224-.586-.897-.076-1.622.651-2.518.586-.792.012-1.434-.586-2.224-.586-.445-.028-.875.114-1.274.297m.003 1.175c.001.197-.001.395-.003.592.675-.322 1.482-.4 2.172-.076.742.384 1.644.534 2.418.148.735-.383 1.633-.502 2.393-.119.766.408 1.704.477 2.484.063a2.62 2.62 0 0 1 2.387-.016c.002-.192.005-.383.009-.575-.607-.317-1.342-.41-1.991-.165-.526.201-1.048.485-1.631.448-.824.01-1.493-.63-2.323-.587-.795-.035-1.44.56-2.225.585-.588.056-1.127-.211-1.655-.425-.659-.272-1.406-.172-2.037.128z"/><path fill="#040404" d="M12.047 5.094c1.896-.16 3.932.203 5.455 1.404.883.685 1.518 1.83 1.244 2.968-.303 1.27-1.423 2.151-2.57 2.648-1.992.842-4.314.866-6.334.105-1.186-.465-2.364-1.289-2.774-2.551-.329-.987.065-2.078.778-2.791 1.099-1.117 2.672-1.633 4.201-1.783m-.103.758c-1.472.188-3.105.76-3.868 2.127-.54.971-.059 2.178.783 2.802 1.658 1.275 3.942 1.481 5.928 1.009 1.22-.315 2.535-.975 3.013-2.22.357-.943-.157-1.973-.916-2.547-1.383-1.073-3.236-1.35-4.939-1.171z"/><path fill="#040404" d="M6.953 11.878c.522.011 1.044-.025 1.565.014 2.622 1.563 6.104 1.566 8.726.001.52-.043 1.043-.003 1.564-.015v1.78H6.953c-.002-.593-.002-1.186 0-1.78zM7.768 13.97c.394.029.96-.184 1.236.167.051 1.028.021 2.062.015 3.091-.015.358-.452.274-.695.287-.258-.025-.74.1-.77-.284-.021-.941-.002-1.882-.01-2.823-.008-.168.015-.409.224-.439zM9.517 13.975a5.02 5.02 0 0 1 1.096 0c.354.203.126.705.197 1.035-.042.405.445.365.714.355.563.086.789-.643 1.346-.596.563-.065.79.672 1.351.595.235-.02.617.083.713-.214.051-.335-.015-.677.043-1.011.12-.271.467-.163.7-.191.255.019.721-.091.752.284.016.996.015 1.993.001 2.988-.005.344-.416.292-.652.295-.252-.034-.579.081-.769-.13-.178-.381.112-.904-.187-1.229-.409-.102-.947-.137-1.252.222-.336.393-.982.426-1.335.036-.315-.382-.865-.371-1.3-.258-.349.35.12 1.037-.315 1.333-.404-.016-.954.174-1.263-.137-.086-.908-.007-1.831-.038-2.744.016-.213-.063-.539.196-.633zM16.96 13.97c.392.03.96-.185 1.232.168.05 1.027.021 2.061.015 3.091-.014.355-.448.274-.688.286-.261-.025-.746.102-.776-.285-.021-.941-.002-1.881-.01-2.822-.01-.168.016-.412.226-.439z"/><path fill="#ec7c25" d="M11.944 5.852c1.703-.179 3.556.098 4.939 1.171.76.574 1.274 1.605.916 2.547-.477 1.245-1.792 1.905-3.013 2.22-1.987.471-4.271.266-5.928-1.009-.842-.623-1.323-1.831-.783-2.802.764-1.367 2.396-1.939 3.868-2.127z"/></symbol><symbol viewBox="0 0 34 24" id="information--weight-and-height-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#00213a" opacity=".32" d="M4.287 0h25.875l.264.142C21.63.171 12.829.217 4.033.116l.254-.117z"/><path fill="#005fa7" opacity=".93" d="M2.875 1.335C3.034.761 3.487.325 4.034.116c8.796.101 17.597.055 26.393.026.533.24.946.703 1.078 1.279.969 3.36 1.872 6.739 2.781 10.114v.941c-.871 3.393-1.814 6.766-2.758 10.138-.117.614-.578 1.044-1.068 1.385H3.998c-.501-.242-.963-.622-1.09-1.188C1.955 19.61 1.135 16.37.22 13.16c-.291-.927-.099-1.905.171-2.811.91-2.981 1.479-6.06 2.484-9.014M4.174.583c-.495.18-.763.667-.91 1.142-.934 2.774-1.479 5.659-2.323 8.46-.267.914-.543 1.893-.252 2.837.893 3.178 1.711 6.379 2.652 9.542.17.718.907 1.162 1.622 1.087 8.179-.017 16.358.015 24.538-.017a1.477 1.477 0 0 0 1.555-1.147c.876-3.038 1.695-6.091 2.513-9.144.247-.825.273-1.707.019-2.534-.833-3.096-1.656-6.199-2.565-9.274-.168-.67-.849-1.118-1.529-1.059C21.377.428 13.258.474 5.141.449c-.324.01-.663.002-.967.135z"/><path fill="#fff" d="M4.174.583c.303-.134.643-.125.967-.135 8.117.026 16.236-.021 24.353.027.681-.058 1.361.389 1.529 1.059.909 3.075 1.731 6.178 2.565 9.274.254.826.228 1.709-.019 2.534-.818 3.053-1.637 6.106-2.513 9.144a1.477 1.477 0 0 1-1.555 1.147c-8.181.033-16.359 0-24.538.017-.715.075-1.452-.369-1.622-1.087C2.4 19.4 1.582 16.2.689 13.021c-.291-.945-.015-1.923.252-2.837.843-2.801 1.389-5.686 2.323-8.46.147-.475.415-.962.91-1.142m.513.356c-.499.149-.799.617-.943 1.09-.922 2.731-1.455 5.573-2.292 8.328-.247.852-.482 1.764-.207 2.642.862 3.077 1.656 6.177 2.57 9.24.165.655.83 1.075 1.49 1.022 7.893-.01 15.787.009 23.679-.01.699.063 1.437-.348 1.584-1.066a358.852 358.852 0 0 0 2.518-9.166c.237-.799.117-1.639-.111-2.424-.782-2.873-1.546-5.751-2.383-8.609-.149-.648-.753-1.171-1.435-1.114C21.381.818 13.605.868 5.831.84c-.382.009-.773-.014-1.143.099z"/><path fill="#fff" d="M4.483 4.046c3.946-.002 7.893-.002 11.839 0 .002 3.818.002 7.635 0 11.453-3.946.002-7.893.002-11.841 0 .002-3.818 0-7.635.002-11.453m1.91 2.408c.168.075.336.153.504.23.221-.375.432-.97.982-.881.694.005.821.996.298 1.339-.825.687-1.79 1.416-1.867 2.587.969.041 1.941.026 2.909.019l-.01-.626c-.753-.007-1.505-.002-2.258-.019.497-.684 1.217-1.138 1.824-1.707.723-.701.264-2.15-.785-2.181-.804-.134-1.385.538-1.598 1.239m4.636-1.237c-1.586.338-1.545 2.51-1.109 3.73.321 1.174 2.131 1.152 2.434-.024.447-1.236.425-3.638-1.325-3.706m2.637-.115l-.014.626-.475.046.005.523c.12.019.362.06.483.081.002.6-.075 1.215.077 1.803.281.31.751.177 1.121.237l.026-.629-.641.031c-.003-.485-.005-.972-.009-1.457l.631-.075-.057-.531a26.894 26.894 0 0 0-.564-.015l-.019-.646-.566.009M9.31 10.03c-.086.195-.175.391-.267.586l-.741.084.007.374.816.055v.521c-.375.069-.854-.017-1.075.374.372.129.763.177 1.149.225-.012.54-.021 1.082-.075 1.62-.137-.492-.185-1.005-.35-1.49-.622.516-.382 1.515-.643 2.23l.456.206.197-.674c1.126.864 2.614.569 3.931.622l.129-.441c-1.03-.077-2.069-.009-3.091-.183l.014-.751c.816.014.773-.573 0-.67l-.007-.497c.958.094 1.809-.353 2.009-1.351l.483.038c-.024.211-.046.422-.067.633a28.71 28.71 0 0 0-.819.309c.353.182.753.343 1.152.213.331-.463.247-1.065.274-1.599-.754.024-1.858-.422-2.357.276.249.084.501.159.753.233-.17.266-.358.519-.538.778a42.967 42.967 0 0 0-.946-.07l.002-.471c.225-.113.672-.057.626-.418a2.252 2.252 0 0 0-.504-.267c-.178-.158-.327-.346-.516-.492m1.33 3.832c.653.166 1.335.07 1.999.05a21.42 21.42 0 0 0-.002-1.603c-.612-.034-1.229-.089-1.839-.007-.463.331-.264 1.078-.158 1.56zM18.125 4.251c3.557-.081 7.118-.005 10.675-.041.394.038 1.121-.108 1.051.497.081 2.206-.043 4.416.062 6.622.022.206-.069.353-.276.442.19 2.052.283 4.111.211 6.173-3.665.05-7.33.002-10.997.026-.259-.033-.597.057-.777-.187-.161-2.491-.017-5.006.523-7.445.079-.547.694-.497 1.109-.504 3.026.022 6.051-.021 9.075.021.787-.002.581 1.071.734 1.572.442-.593.219-1.971-.708-1.901-3.261-.003-6.523-.026-9.783.01-1.092.062-.741 1.471-.972 2.203-.026-2.494.01-4.994.074-7.488m1.446 1.559c.542-.074.946-.766 1.517-.513.062.288.062.583.063.876-.3.033-.6.063-.9.093l-.009.429c.554.034 1.275.3 1.005 1.003-.266.679-1.08.271-1.155-.319-.194.014-.387.029-.581.045.149.722.754 1.421 1.563 1.143.934-.226.993-1.426.42-2.049.369-.574.405-1.507-.348-1.781-.766-.348-1.486.322-1.575 1.073m4.462 1.162c-.13.384-.399.811-.168 1.21.298.593 1.315.579 1.596-.021.178-.393-.031-.804-.17-1.171.25-.542.141-1.382-.609-1.368-.758-.065-.967.806-.65 1.349m2.376-.246c.01.617.01 1.236.007 1.855l.396-.029c0-.603-.089-1.287.461-1.697.101.564.113 1.138.12 1.711l.399-.003c.029-.6-.146-1.349.504-1.687.055.557.067 1.119.069 1.68l.423.022c-.06-.602.156-1.303-.201-1.834-.725-.022-1.454.019-2.179-.017m-3.989 1.036l-.014.862.837-.024-.015-.825-.807-.014m-2.971 3.438c-.324 1.301-.495 2.647-.444 3.989 3.291-.003 6.581.007 9.871-.005-.033-1.428.005-3.029-.672-4.301-2.402-.276-4.863-.031-7.289-.123-.483.06-1.291-.192-1.466.441m.15 4.465c-.585.055-.903.816-.543 1.277.315.49 1.145.43 1.385-.105.319-.55-.218-1.298-.842-1.173m8.57-.002c-1.09.075-.809 1.87.255 1.603.999-.144.737-1.774-.255-1.603m-6.552.802l.01.48c1.596.026 3.194.029 4.79-.003.002-.12.005-.36.005-.478a82.77 82.77 0 0 0-4.805.002z"/><path fill="#fff" d="M10.85 5.865c.411-.23.843.129.946.528.254.814.262 1.764-.134 2.535-.237.473-.969.384-1.125-.11-.374-.922-.442-2.213.312-2.954zM24.214 6.759c.115-.31.243-.615.389-.912.189.183.377.369.561.555-.228.322-.566.441-.95.357zM24.701 8.405c-.519-.213-.77-1.15-.026-1.188.693.094.43.905.026 1.188zM22.754 11.395c.122-.153.245-.305.37-.458.075.147.149.295.225.442.225.087.449.178.674.271-.247.058-.494.115-.742.17l-.005.535c.622.141 1.135-.079 1.39-.672a47.36 47.36 0 0 1-.806-.264c.672-.24 1.39-.19 2.09-.156-.041.453-.096.905-.168 1.354a22.02 22.02 0 0 1-.962-.086c.213-.122.429-.238.65-.348.017-.194.038-.389.062-.583-.117-.005-.35-.012-.466-.015-.187.854-.919 1.173-1.721 1.157l.014.49c.225.096.446.195.669.298-.225.057-.449.111-.674.166.003.25.007.501.012.751.903.098 1.814.045 2.717.154-1.044.545-2.474.36-3.495-.207-.168.213-.343.422-.518.627.053-.723.065-1.491.435-2.141.113.463.199.933.348 1.387.06-.507.077-1.018.091-1.527a23.442 23.442 0 0 1-1.025-.115c.286-.207.622-.309.965-.384l-.019-.393c-.276-.082-.55-.166-.825-.255.238-.069.475-.134.715-.199zM11.09 12.765c.336 0 .672 0 1.008-.002v.687l-1.008-.003v-.682z"/><path fill="#fff" d="M24.118 12.843c.555-.003 1.111-.003 1.668 0 .019.437.026.874.026 1.313-.573.01-1.147.01-1.719-.003 0-.437.009-.873.026-1.31m.342.328c.002.223.003.446.007.67.317 0 .636 0 .953.002l.009-.674c-.324 0-.646 0-.969.002zM4.481 15.813h11.841v.831c-3.946.002-7.893.002-11.839 0-.002-.278-.002-.554-.002-.831zM4.57 16.886c.485-.005.97-.007 1.455-.009-.015.939.017 1.881-.01 2.82-.473.026-.945.034-1.418.033-.043-.948-.024-1.896-.027-2.844zM6.199 16.898c.439-.036.881-.026 1.322-.029.007.175.015.348.024.523.617-.036 1.238-.036 1.857-.046.411-.374 1.022-.794 1.545-.346.597.497 1.395.346 2.112.36 0 .276 0 .55.002.825-.542.003-1.083.003-1.623.014-.507.768-1.531.761-2.043.005-.617-.012-1.234-.022-1.85-.077a45.194 45.194 0 0 1-.026 1.606c-.454.002-.909-.005-1.363-.027.019-.934-.108-1.882.045-2.806zM13.269 16.881h1.419c.002.95.019 1.901-.021 2.851a68.81 68.81 0 0 1-1.363-.005c-.062-.948-.038-1.898-.036-2.846zM14.811 16.881h1.418c.003.95.021 1.901-.021 2.851-.454.002-.907.002-1.361-.005-.063-.948-.038-1.898-.036-2.846zM18.535 18.149h2.194c.002.602 0 1.202-.01 1.803a14.62 14.62 0 0 1-2.175-.007 71.742 71.742 0 0 1-.009-1.797zM27.202 18.149a402.6 402.6 0 0 1 2.198 0c0 .586.029 1.174-.031 1.759-.699.159-1.426.069-2.138.06a40.821 40.821 0 0 1-.029-1.819z"/><path fill="#0066b3" d="M4.687.938c.37-.113.761-.091 1.143-.099C13.604.866 21.38.817 29.156.87c.682-.057 1.286.466 1.435 1.114.837 2.858 1.601 5.736 2.383 8.609.228.785.348 1.625.111 2.424a357.723 357.723 0 0 1-2.518 9.166c-.147.718-.885 1.13-1.584 1.066-7.893.019-15.787 0-23.679.01-.66.053-1.325-.367-1.49-1.022-.914-3.063-1.707-6.163-2.57-9.24-.274-.878-.039-1.79.207-2.642.837-2.755 1.37-5.597 2.292-8.328.144-.473.444-.941.943-1.09m-.203 3.109c-.002 3.818 0 7.635-.002 11.453 3.948.002 7.894.002 11.841 0 .002-3.818.002-7.635 0-11.453-3.946-.002-7.893-.002-11.839 0m13.642.205a212.435 212.435 0 0 0-.074 7.488c.231-.732-.12-2.141.972-2.203 3.261-.036 6.523-.014 9.783-.01.927-.07 1.15 1.308.708 1.901-.153-.501.053-1.574-.734-1.572-3.024-.041-6.05.002-9.075-.021-.415.007-1.03-.043-1.109.504-.54 2.439-.684 4.954-.523 7.445.18.243.518.154.777.187 3.667-.024 7.332.024 10.997-.026.072-2.062-.021-4.121-.211-6.173.207-.089.298-.237.276-.442-.105-2.206.019-4.416-.062-6.622.07-.605-.657-.459-1.051-.497-3.557.036-7.118-.039-10.675.041M4.481 15.813c0 .278 0 .554.002.831 3.946.002 7.893.002 11.839 0v-.831H4.481m.089 1.073c.003.948-.015 1.896.027 2.844.473.002.945-.007 1.418-.033.027-.939-.005-1.881.01-2.82-.485.002-.97.003-1.455.009m1.629.012c-.153.924-.026 1.872-.045 2.806.454.022.909.029 1.363.027.021-.535.024-1.07.026-1.606.615.055 1.233.065 1.85.077.513.756 1.536.763 2.043-.005.54-.01 1.082-.01 1.623-.014-.002-.274-.002-.549-.002-.825-.717-.014-1.515.137-2.112-.36-.523-.447-1.133-.027-1.545.346-.619.01-1.239.01-1.857.046a45.733 45.733 0 0 1-.024-.523c-.441.003-.883-.007-1.322.029m7.072-.015c-.002.948-.026 1.898.036 2.846.454.007.909.007 1.363.005.039-.95.022-1.901.021-2.851H13.27m1.541 0c-.002.948-.027 1.898.036 2.846.454.007.907.007 1.361.005.041-.95.024-1.901.021-2.851h-1.418m3.724 1.268a71.79 71.79 0 0 0 .009 1.797c.723.058 1.45.057 2.175.007.01-.602.012-1.202.01-1.803h-2.194m8.667-.001c0 .607.002 1.214.029 1.819.711.009 1.438.099 2.138-.06.06-.585.031-1.173.031-1.759a402.6 402.6 0 0 0-2.198 0z"/><path fill="#0066b3" d="M19.572 5.81c.089-.751.809-1.421 1.575-1.073.753.274.717 1.207.348 1.781.573.622.514 1.822-.42 2.049-.809.278-1.414-.422-1.563-1.143.194-.015.387-.031.581-.045.075.59.89.998 1.155.319.271-.703-.451-.969-1.005-1.003l.009-.429c.3-.029.6-.06.9-.093-.002-.293-.002-.588-.063-.876-.571-.254-.975.439-1.517.513zM6.393 6.454c.213-.701.794-1.373 1.598-1.239 1.049.031 1.509 1.479.785 2.181-.607.569-1.327 1.023-1.824 1.707.753.017 1.505.012 2.258.019l.01.626c-.969.007-1.941.022-2.909-.019.077-1.171 1.042-1.899 1.867-2.587.523-.343.396-1.334-.298-1.339-.55-.089-.761.506-.982.881l-.504-.23zM11.028 5.217c1.75.069 1.773 2.47 1.325 3.706-.303 1.176-2.114 1.198-2.434.024-.435-1.221-.477-3.393 1.109-3.73m-.178.648c-.754.741-.686 2.031-.312 2.954.156.494.888.583 1.125.11.396-.771.387-1.721.134-2.535-.103-.399-.535-.758-.946-.528zM13.665 5.102l.566-.009.019.646c.187.003.375.009.564.015l.057.531-.631.075c.003.485.005.972.009 1.457l.641-.031-.026.629c-.37-.06-.84.074-1.121-.237-.153-.588-.075-1.203-.077-1.803a48.7 48.7 0 0 0-.483-.081l-.005-.523.475-.046c.003-.209.009-.417.014-.626zM24.034 6.972c-.317-.543-.108-1.414.65-1.349.749-.014.859.826.609 1.368.139.367.348.778.17 1.171-.281.6-1.298.614-1.596.021-.231-.399.038-.826.168-1.21m.179-.214c.384.084.722-.034.95-.357a29.39 29.39 0 0 0-.561-.555 9.755 9.755 0 0 0-.389.912m.487 1.646c.405-.283.667-1.094-.026-1.188-.744.038-.494.975.026 1.188zM26.409 6.725c.725.036 1.454-.005 2.179.017.357.531.141 1.233.201 1.834l-.423-.022a17.75 17.75 0 0 0-.069-1.68c-.65.338-.475 1.087-.504 1.687-.099.002-.3.003-.399.003-.007-.573-.019-1.147-.12-1.711-.55.41-.461 1.094-.461 1.697-.099.009-.297.022-.396.029.003-.619.003-1.238-.007-1.855zM22.419 7.762l.807.014.015.825c-.279.009-.557.017-.837.024.003-.288.009-.574.014-.862zM9.31 10.03c.189.146.338.334.516.492.18.069.348.158.504.267.046.362-.401.305-.626.418l-.002.471c.315.019.631.045.946.07.18-.259.369-.513.538-.778a19.84 19.84 0 0 1-.753-.233c.499-.698 1.603-.252 2.357-.276-.027.535.057 1.137-.274 1.599-.399.13-.799-.031-1.152-.213.271-.106.545-.209.819-.309.021-.211.043-.422.067-.633l-.483-.038c-.201.998-1.051 1.445-2.009 1.351l.007.497c.773.098.816.684 0 .67l-.014.751c1.022.175 2.061.106 3.091.183l-.129.441c-1.317-.053-2.805.242-3.931-.622l-.197.674a48.11 48.11 0 0 1-.456-.206c.261-.715.021-1.714.643-2.23.165.485.213.998.35 1.49.055-.538.063-1.08.075-1.62-.386-.048-.777-.096-1.149-.225.221-.391.699-.305 1.075-.374v-.521l-.816-.055-.007-.374.741-.084c.093-.195.182-.391.267-.586zM19.449 11.199c.175-.633.982-.381 1.466-.441 2.426.093 4.887-.153 7.289.123.677 1.272.639 2.873.672 4.301-3.29.012-6.579.002-9.871.005-.051-1.342.12-2.688.444-3.989m3.305.197c-.24.065-.477.13-.715.199.274.089.549.173.825.255l.019.393c-.343.075-.679.177-.965.384.341.046.682.084 1.025.115-.014.509-.031 1.02-.091 1.527-.149-.454-.235-.924-.348-1.387-.37.65-.382 1.418-.435 2.141.175-.206.35-.415.518-.627 1.022.567 2.451.753 3.495.207-.903-.11-1.814-.057-2.717-.154-.005-.25-.009-.501-.012-.751l.674-.166a24.805 24.805 0 0 0-.669-.298l-.014-.49c.802.015 1.534-.303 1.721-1.157.117.003.35.01.466.015-.024.194-.045.389-.062.583-.221.11-.437.226-.65.348.319.036.641.063.962.086.072-.449.127-.902.168-1.354-.699-.034-1.418-.084-2.09.156.267.091.537.178.806.264-.255.593-.768.813-1.39.672l.005-.535c.249-.055.495-.111.742-.17a37.92 37.92 0 0 0-.674-.271c-.075-.147-.149-.295-.225-.442-.125.153-.249.305-.37.458m1.365 1.447c-.017.437-.026.873-.026 1.31.573.014 1.147.014 1.719.003 0-.439-.007-.876-.026-1.313-.557-.003-1.113-.003-1.668 0z"/><path fill="#0066b3" d="M10.642 13.865c-.106-.482-.305-1.229.158-1.56.61-.082 1.227-.027 1.839.007.021.533.021 1.068.002 1.603-.663.021-1.346.117-1.999-.05m.448-1.1v.682l1.008.003v-.687c-.336.002-.672.002-1.008.002zM24.461 13.171c.322-.002.645-.002.969-.002l-.009.674c-.317-.002-.636-.002-.953-.002l-.007-.67zM19.599 15.665c.624-.125 1.161.622.842 1.173-.24.535-1.07.595-1.385.105-.36-.461-.041-1.222.543-1.277zM28.169 15.662c.993-.171 1.255 1.459.255 1.603-1.065.267-1.346-1.527-.255-1.603zM21.617 16.464a83.67 83.67 0 0 1 4.805-.002c0 .118-.003.358-.005.478-1.596.033-3.194.029-4.79.003-.003-.12-.009-.36-.01-.48z"/></symbol><symbol viewBox="0 0 34 24" id="information--weight-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#00213a" opacity=".32" d="M4.255 0h25.946l.233.134C21.635.177 12.83.223 4.032.11L4.255 0z"/><path fill="#005fa7" opacity=".93" d="M2.875 1.33C3.029.751 3.502.346 4.032.109c8.798.113 17.602.067 26.402.024.511.269.945.705 1.071 1.286a457.163 457.163 0 0 1 2.781 10.169v.85c-.852 3.41-1.817 6.792-2.758 10.178-.122.631-.578 1.109-1.142 1.383H4.012c-.507-.233-.977-.614-1.104-1.185-.953-3.204-1.773-6.447-2.69-9.662-.307-.974-.074-1.994.213-2.942.891-2.938 1.454-5.971 2.445-8.882m1.3-.747c-.495.18-.766.667-.914 1.143-.933 2.775-1.479 5.661-2.321 8.462-.269.914-.543 1.893-.252 2.835.893 3.178 1.711 6.377 2.652 9.54.166.717.903 1.162 1.617 1.089 8.182-.017 16.365.015 24.545-.017a1.475 1.475 0 0 0 1.551-1.143 460.464 460.464 0 0 0 2.549-9.29c.228-.78.218-1.61-.014-2.388-.833-3.098-1.658-6.201-2.566-9.278-.168-.669-.845-1.118-1.526-1.059C21.378.429 13.259.473 5.14.448c-.324.009-.662.002-.965.134z"/><path fill="#fff" d="M4.176.581c.303-.132.641-.125.965-.134C13.26.473 21.379.428 29.498.474c.681-.058 1.358.391 1.526 1.059.909 3.077 1.733 6.18 2.566 9.278.231.778.242 1.608.014 2.388a460.464 460.464 0 0 1-2.549 9.29 1.473 1.473 0 0 1-1.551 1.143c-8.181.033-16.363 0-24.545.017-.713.074-1.45-.372-1.617-1.089-.941-3.163-1.759-6.362-2.652-9.54-.291-.943-.017-1.922.252-2.835.842-2.801 1.389-5.686 2.321-8.462.147-.477.418-.963.914-1.143m.513.356c-.501.149-.802.617-.946 1.092-.922 2.731-1.455 5.573-2.292 8.33-.247.849-.482 1.759-.209 2.633.862 3.081 1.658 6.182 2.571 9.247.165.655.83 1.073 1.49 1.022 7.894-.01 15.789.009 23.683-.01.698.063 1.433-.348 1.581-1.066.864-2.998 1.69-6.007 2.486-9.022a4.08 4.08 0 0 0-.012-2.297 419.569 419.569 0 0 0-2.45-8.882c-.149-.646-.753-1.166-1.433-1.113C21.325.817 13.49.867 5.656.841c-.322.009-.655-.002-.965.096z"/><path fill="#fff" d="M11.093 3.737c4.099-.003 8.198-.003 12.295 0 .002 3.963.002 7.929 0 11.892-4.097.003-8.196.003-12.295 0-.002-3.963-.002-7.929 0-11.892m9.54 1.089l-.026.621-.502.113.022.497.489.069c.012.605-.067 1.226.072 1.821.201.461.799.249 1.191.309l.017-.636-.658.038c-.002-.518-.002-1.034-.002-1.55l.61-.031.015-.537c-.204-.024-.406-.048-.609-.07l-.043-.65-.578.007m-7.56 1.386c.175.087.348.18.521.274.106-.97 1.677-1.351 1.694-.158-.533 1.227-2.326 1.735-2.275 3.315.993.022 1.987.01 2.979.012v-.638c-.777 0-1.553.003-2.33-.017.511-.797 1.377-1.234 1.999-1.918.681-.801-.002-2.258-1.089-2.114-.783-.106-1.245.617-1.5 1.243m4.469-1.181c-1.255.67-1.207 2.46-.854 3.65.206.933 1.449 1.471 2.165.742.842-.967.83-2.469.369-3.61a1.323 1.323 0 0 0-1.68-.782m-1.754 5.45c-.336.079-.674.19-.855.513.321.05.645.089.969.122l-.003.562c-.314.012-.629.026-.943.041l.015.471c.343.014.687.026 1.03.038 0 .573-.007 1.145-.051 1.718-.194-.447-.249-.929-.254-1.409l-.456.009c-.111.758-.237 1.514-.31 2.277l.43.046c.074-.211.147-.42.223-.629 1.183.879 2.724.576 4.094.614l.021-.497c-1.035-.038-2.073-.007-3.105-.105-.003-.285-.007-.569-.009-.854l.675-.105.003-.36c-.228-.041-.456-.084-.684-.127l.012-.571c.967.081 1.855-.35 2.049-1.371.165-.002.331-.002.497-.003-.012.23-.026.458-.039.687-.25.039-.501.082-.749.127.111.495.639.461 1.035.405.468-.435.261-1.152.291-1.719a29.579 29.579 0 0 0-2.307-.003l-.012.456.713.093c-.182.278-.367.555-.555.83-.327-.021-.655-.039-.982-.057l-.005-.552c.288-.046.574-.098.861-.156a2.043 2.043 0 0 0-.777-.507l-.355-.507c-.158.173-.312.35-.466.526m1.604 1.912c-.002.521.005 1.042.026 1.563.727.055 1.455.051 2.182-.005-.075-.521.261-1.275-.235-1.629-.653-.129-1.323-.041-1.973.07z"/><path fill="#fff" d="M17.887 5.563c.999.033 1.022 1.418.975 2.162.017.646-.468 1.81-1.263 1.258-.687-.926-.778-2.765.288-3.42zM17.955 12.782c.351 0 .705 0 1.058.002-.002.238-.002.477 0 .717-.353-.002-.708 0-1.061 0 .002-.24.003-.478.003-.718zM11.093 15.957c4.099-.002 8.198-.002 12.297 0l-.002.861c-4.099.003-8.196.003-12.295 0 0-.286-.002-.574 0-.861zM16.197 17.554c.567-.715 1.55-.72 2.117-.002.561.007 1.123.007 1.687.007-.002.286-.002.574-.002.862-.555-.002-1.113 0-1.668.007-.538.797-1.617.792-2.151-.002-.602-.005-1.203-.005-1.803-.005a61.92 61.92 0 0 1 0-.862c.607 0 1.214 0 1.821-.005zM11.186 17.062c.511.002 1.023.003 1.534.007.017.984.003 1.968-.084 2.949-.453-.062-1.099.214-1.416-.182-.096-.921-.01-1.85-.034-2.774zM12.821 17.064h1.443c.014.987.009 1.977-.012 2.964-.49 0-.979-.014-1.467-.051.015-.97.055-1.942.036-2.913zM20.215 17.064h1.476c.003.991.021 1.983-.022 2.974-.485-.01-.97-.026-1.454-.067-.003-.969 0-1.939 0-2.907zM21.818 17.064c.492 0 .984 0 1.476-.002.002.984.017 1.97-.017 2.954-.454-.046-1.07.177-1.414-.147-.115-.929-.019-1.87-.045-2.805z"/><path fill="#0066b3" d="M4.69.936C5 .838 5.333.849 5.655.84c7.834.026 15.669-.024 23.503.029.681-.053 1.284.466 1.433 1.113a417.921 417.921 0 0 1 2.45 8.882 4.08 4.08 0 0 1 .012 2.297 410.958 410.958 0 0 1-2.486 9.022c-.147.718-.883 1.13-1.581 1.066-7.894.019-15.789 0-23.683.01-.66.051-1.325-.367-1.49-1.022-.914-3.065-1.709-6.166-2.571-9.247-.273-.874-.038-1.785.209-2.633.837-2.757 1.37-5.599 2.292-8.33.144-.475.446-.943.946-1.092m6.404 2.802c-.002 3.963-.002 7.929 0 11.892 4.099.003 8.198.003 12.295 0 .002-3.963.002-7.929 0-11.892a8398.17 8398.17 0 0 0-12.295 0m0 12.22c-.002.286 0 .574 0 .861 4.099.003 8.196.003 12.295 0l.002-.861c-4.099-.002-8.198-.002-12.297 0m5.104 1.597c-.607.005-1.214.005-1.821.005a61.92 61.92 0 0 0 0 .862c.6 0 1.202 0 1.803.005.535.794 1.613.799 2.151.002.555-.007 1.113-.009 1.668-.007 0-.288 0-.576.002-.862-.564 0-1.126 0-1.687-.007-.567-.718-1.55-.713-2.117.002m-5.01-.492c.024.924-.062 1.853.034 2.774.317.396.963.12 1.416.182.087-.981.101-1.965.084-2.949l-1.534-.007m1.635.002c.019.97-.021 1.942-.036 2.913.489.038.977.051 1.467.051.021-.987.026-1.977.012-2.964h-1.443m7.394 0c0 .969-.003 1.939 0 2.907.483.041.969.057 1.454.067.043-.991.026-1.983.022-2.974h-1.476m1.603 0c.026.934-.07 1.875.045 2.805.345.324.96.101 1.414.147.034-.984.019-1.97.017-2.954-.492.002-.984.002-1.476.002z"/><path fill="#0066b3" d="M20.633 4.826c.192-.002.386-.003.578-.007.014.216.027.434.043.65.202.022.405.046.609.07l-.015.537-.61.031c0 .516 0 1.032.002 1.55l.658-.038-.017.636c-.393-.06-.991.153-1.191-.309-.139-.595-.06-1.215-.072-1.821l-.489-.069-.022-.497.502-.113.026-.621zM13.071 6.213c.255-.626.717-1.349 1.5-1.243 1.087-.144 1.769 1.313 1.089 2.114-.622.684-1.488 1.121-1.999 1.918.777.021 1.553.017 2.33.017v.638c-.993-.002-1.987.01-2.979-.012-.051-1.581 1.742-2.088 2.275-3.315-.017-1.193-1.587-.813-1.694.158a16.21 16.21 0 0 0-.521-.274zM17.539 5.031a1.322 1.322 0 0 1 1.68.782c.461 1.142.473 2.643-.369 3.61-.717.729-1.959.19-2.165-.742-.353-1.19-.401-2.979.854-3.65m.348.532c-1.066.655-.975 2.494-.288 3.42.795.552 1.281-.612 1.263-1.258.046-.744.024-2.129-.975-2.162zM15.785 10.481c.154-.177.309-.353.466-.526l.355.507c.291.115.562.274.777.507-.286.058-.573.11-.861.156l.005.552c.327.017.655.036.982.057.189-.274.374-.552.555-.83l-.713-.093.012-.456c.77-.026 1.539-.031 2.307.003-.031.567.177 1.284-.291 1.719-.396.057-.924.091-1.035-.405.249-.045.499-.087.749-.127l.039-.687-.497.003c-.194 1.022-1.082 1.452-2.049 1.371l-.012.571c.228.043.456.086.684.127-.002.091-.003.271-.003.36-.226.034-.451.07-.675.105.002.285.005.569.009.854 1.032.098 2.069.067 3.105.105l-.021.497c-1.37-.038-2.911.266-4.094-.614l-.223.629-.43-.046c.074-.763.199-1.519.31-2.277l.456-.009c.005.48.06.962.254 1.409a21.9 21.9 0 0 0 .051-1.718c-.343-.012-.687-.024-1.03-.038l-.015-.471c.314-.015.629-.029.943-.041.002-.141.003-.422.003-.562a18.444 18.444 0 0 1-.969-.122c.182-.322.519-.434.855-.513z"/><path fill="#0066b3" d="M17.39 12.396c.65-.111 1.32-.199 1.973-.07.495.353.159 1.107.235 1.629-.727.057-1.455.06-2.182.005a37.034 37.034 0 0 1-.026-1.563m.565.385c0 .24-.002.478-.003.718.353 0 .708-.002 1.061 0-.002-.24-.002-.478 0-.717-.353-.002-.706-.002-1.058-.002z"/></symbol><symbol viewBox="0 0 24 24" id="information--wireless-internet--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#eee" d="M1.779 0h20.547l-.172.07c-5.44.112-10.888.018-16.332.049C4.536.094 3.246.174 1.964.069L1.779 0z"/><path fill="#706e6e" d="M.002 2.134C-.019 1.06.863.062 1.964.069c1.282.105 2.572.025 3.858.05C11.266.088 16.713.182 22.154.07c.829.004 1.54.554 1.846 1.306v21.367c-.202.555-.651.952-1.139 1.257H1.227c-.714-.405-1.252-1.181-1.225-2.019C.003 15.364 0 8.749.003 2.133M1.583.404C.749.652.218 1.518.261 2.37.267 8.909.253 15.45.268 21.989c-.008.998.858 1.896 1.863 1.887 6.579.01 13.156.004 19.735.004.733.03 1.471-.393 1.782-1.065.263-.557.189-1.189.197-1.786-.002-5.941-.001-11.881 0-17.822-.006-.479.037-.965-.064-1.436-.17-.82-.959-1.472-1.804-1.442C15.603.316 9.227.33 2.852.322c-.423.005-.855-.025-1.269.082z"/><path fill="#fff" d="M1.583.404c.413-.107.846-.077 1.269-.082C9.227.33 15.603.316 21.977.329c.845-.03 1.634.623 1.804 1.442.101.472.058.958.064 1.436-.001 5.941-.002 11.881 0 17.822-.008.596.065 1.229-.197 1.786-.311.671-1.049 1.094-1.782 1.065-6.579 0-13.156.006-19.735-.004-1.005.01-1.871-.889-1.863-1.887C.253 15.45.267 8.909.261 2.37.218 1.518.749.652 1.583.404m.247.5c-.607.13-1.042.733-1.008 1.349C.821 8.83.817 15.409.824 21.988c-.031.712.6 1.356 1.313 1.337 6.574.011 13.149.001 19.724.005.749.064 1.458-.581 1.425-1.34.007-6.579.002-13.16.002-19.739.053-.77-.652-1.451-1.42-1.387C15.19.891 8.504.808 1.829.906z"/><path fill="#fff" d="M20.621 2.614c.07-.021.211-.067.282-.089 1.91 1.771 1.991 5.052.207 6.941a3.44 3.44 0 0 1-.308-.069c1.081-1.264 1.611-3.045 1.085-4.663-.219-.813-.74-1.483-1.265-2.12zM13.862 9.734c-1.956-1.815-2.041-5.143-.201-7.07l.235.204c-1.717 1.818-1.648 4.914.171 6.637l-.206.229z"/><path fill="#fff" d="M19.672 3.652l.278-.122c1.364 1.318 1.389 3.649.118 5.039l-.247-.171c1.194-1.338 1.13-3.486-.149-4.745zM14.677 3.6c.364.241-.045.542-.168.803-.822 1.278-.529 3.043.526 4.099a4.49 4.49 0 0 1-.259.201c-1.347-1.364-1.403-3.689-.1-5.103z"/><path fill="#fff" d="M18.743 4.663l.247-.164c.784.857.819 2.205.09 3.107a5.882 5.882 0 0 1-.27-.173c.68-.804.605-1.989-.068-2.77zM15.732 7.7c-.775-.861-.832-2.228-.065-3.114l.247.179a2.102 2.102 0 0 0 .068 2.739 7.987 7.987 0 0 1-.25.196zM16.556 5.629c.349-.676 1.442-.582 1.679.137.235.517-.147 1.019-.577 1.274-.011 2.484-.004 4.969-.004 7.454l-.58.012c-.005-2.486.001-4.972-.002-7.458-.49-.271-.86-.891-.516-1.419zM8.608 8.145a.5.5 0 0 1 .687.389c.467 1.722.912 3.45 1.347 5.18.107.304-.058.615-.349.734-1.756.937-3.507 1.887-5.276 2.797-.305.189-.69-.014-.758-.353-.702-2.035-1.4-4.073-2.067-6.12-.133-.328 0-.76.384-.82 2.01-.604 4.021-1.214 6.033-1.807m-5.857 2.498c.653 1.987 1.324 3.967 1.99 5.949 1.823-.904 3.64-1.819 5.462-2.727-.451-1.726-.92-3.449-1.369-5.175-2.033.634-4.054 1.308-6.083 1.953z"/><path fill="#fff" d="M1.756 10.947c-.131-.302.019-.598.201-.836.036.321.051.648.157.955.649 1.931 1.297 3.863 1.96 5.787.083.25.251.454.402.664-.271-.034-.577-.118-.642-.424a341.305 341.305 0 0 1-2.078-6.146zM4.512 17.954a552.273 552.273 0 0 1 6.391-3.547c1.466.668 2.938 1.324 4.396 2.009.409.159.583.829.171 1.078-1.84 1.502-3.67 3.017-5.51 4.52-.058-.233-.033-.537-.276-.672-1.706-1.156-3.467-2.229-5.172-3.387z"/><path fill="#fff" d="M4.488 18.135c1.71 1.076 3.404 2.18 5.089 3.293.255.126.182.438.207.668-1.788-1.156-3.524-2.392-5.292-3.577l-.004-.384z"/><path fill="#005595" d="M1.83.904C8.505.807 15.19.89 21.869.862c.768-.064 1.473.617 1.42 1.387 0 6.58.005 13.161-.002 19.739.033.759-.676 1.404-1.425 1.34-6.575-.004-13.15.006-19.724-.005-.713.019-1.344-.625-1.313-1.337C.818 15.407.821 8.829.823 2.251c-.034-.615.4-1.219 1.008-1.349m18.79 1.712c.525.637 1.047 1.307 1.265 2.12.526 1.618-.004 3.399-1.085 4.663.101.027.203.051.308.069 1.785-1.889 1.704-5.17-.207-6.941a13.2 13.2 0 0 1-.282.089m-6.758 7.12l.206-.229c-1.819-1.723-1.888-4.819-.171-6.637a49.242 49.242 0 0 0-.235-.204c-1.84 1.927-1.755 5.255.201 7.07m5.809-6.082c1.278 1.259 1.343 3.408.149 4.745l.247.171c1.271-1.39 1.246-3.721-.118-5.039l-.278.122M14.677 3.6c-1.303 1.414-1.248 3.739.1 5.103a4.49 4.49 0 0 0 .259-.201c-1.055-1.056-1.349-2.821-.526-4.099.122-.261.531-.562.168-.803m4.065 1.063c.672.781.747 1.965.068 2.77.088.061.178.119.27.173.728-.902.694-2.25-.09-3.107l-.247.164M15.732 7.7c.084-.064.168-.13.25-.196a2.101 2.101 0 0 1-.068-2.739l-.247-.179c-.766.886-.709 2.253.065 3.114m.824-2.071c-.345.528.026 1.148.516 1.419.004 2.486-.002 4.972.002 7.458l.58-.012c0-2.486-.007-4.97.004-7.454.43-.254.813-.757.577-1.274-.236-.719-1.33-.813-1.679-.137M8.608 8.145c-2.013.593-4.023 1.204-6.033 1.807-.384.059-.517.492-.384.82a385.808 385.808 0 0 0 2.067 6.12c.068.339.453.542.758.353 1.769-.91 3.52-1.859 5.276-2.797.291-.119.456-.43.349-.734-.435-1.73-.88-3.459-1.347-5.18a.5.5 0 0 0-.687-.389m-6.851 2.802a341.305 341.305 0 0 0 2.078 6.146c.064.307.371.39.642.424-.151-.21-.318-.415-.402-.664a787.018 787.018 0 0 1-1.96-5.787c-.106-.308-.121-.634-.157-.955-.182.239-.331.535-.201.836m2.756 7.007c1.705 1.158 3.466 2.231 5.172 3.387.242.135.217.44.276.672 1.84-1.503 3.67-3.018 5.51-4.52.412-.248.238-.918-.171-1.078-1.458-.686-2.93-1.341-4.396-2.009a545.689 545.689 0 0 0-6.391 3.547m-.024.182l.004.384c1.768 1.186 3.504 2.421 5.292 3.577-.025-.229.049-.542-.207-.668a274.331 274.331 0 0 0-5.089-3.293z"/><path fill="#005595" d="M2.752 10.643c2.029-.645 4.05-1.319 6.083-1.953.449 1.726.917 3.449 1.369 5.175-1.821.908-3.639 1.823-5.462 2.727-.667-1.982-1.337-3.962-1.99-5.949z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--advisory-maximum-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h23.849v24H0V0m.998.998c-.005 7.386-.005 14.77 0 22.155 7.386.005 14.77.005 22.155 0 .005-7.386.005-14.77 0-22.155C15.767.993 8.383.993.998.998z"/><path fill="#fff" d="M7.179 3.841c.592.014 1.223-.119 1.762.201.418-.275 1.067-.361 1.346.152.24.676.075 1.423.113 2.128-.205-.002-.411-.003-.616-.006-.011-.577.042-1.158-.042-1.73a.369.369 0 0 0-.602.011c-.08.571-.029 1.147-.038 1.721l-.622.003c-.091-.548.356-2.208-.632-1.768-.097.583-.041 1.177-.048 1.766h-.62c-.005-.826-.005-1.653 0-2.478zM12.183 3.881c.525-.075 1.064.02 1.592-.053-.001.832.001 1.663-.005 2.494-.507-.072-1.014.03-1.518.009-1.042-.315-1.078-2.068-.069-2.45m.262.563c-.543.264-.435 1.327.232 1.321.8-.06.583-1.654-.232-1.321zM14.731 3.832c.251.003.501.003.752.003.16.229.32.46.482.69.171-.231.34-.463.51-.694l.737.001c-.287.417-.572.833-.859 1.248.285.414.572.826.857 1.239a31.002 31.002 0 0 0-.747.002l-.492-.687c-.165.228-.326.456-.486.684a46.876 46.876 0 0 0-.75 0c.281-.412.568-.823.853-1.233-.284-.418-.569-.835-.856-1.253zM4.788 10.743c-.039-2.424 3.558-3.161 4.854-1.369.648.885.542 2.261-.297 2.989-.894.767-2.143 1.046-2.891 1.997 1.202.024 2.403.005 3.605.012 0 .441 0 .883.002 1.325-1.754.001-3.508.005-5.262-.001.027-.779.207-1.574.687-2.204.719-1.007 1.962-1.372 2.933-2.068.488-.355.427-1.188-.075-1.502-.806-.421-2.128-.243-2.278.827-.426 0-.851-.002-1.277-.006zM15.298 8.507c1.153-.391 2.528.051 3.221 1.057 1.263 1.662 1.043 4.308-.601 5.636-1.263 1.008-3.315.648-4.155-.732-1.366-1.884-.794-5.152 1.535-5.961m.605 1.208c-1.992.53-2.072 3.876-.231 4.657.98.373 1.952-.423 2.186-1.355.527-1.331-.252-3.553-1.955-3.301zM16.334 17.733c.495-.083.586.734.091.77-.495.088-.598-.746-.091-.77zM3.114 17.832c.205-.002.412-.002.617-.002.001.59.001 1.182.005 1.774.281-.284.566-.563.847-.845l.872-.006c-.346.35-.69.702-1.032 1.054.332.483.67.962.993 1.451-.792.213-1.112-.527-1.502-1.048-.145.328-.198.681-.208 1.037-.198-.001-.395-.005-.592-.006a645.25 645.25 0 0 1 0-3.408zM12.22 17.832c.222-.002.445-.002.667 0-.471 1.137-.94 2.276-1.419 3.411-.222 0-.444-.002-.664-.003a326.06 326.06 0 0 1 1.416-3.408zM14.16 18.119c.186-.094.371-.19.555-.287.008.26.017.521.029.78.186.157.296.368.356.601-.097.072-.288.217-.385.288-.051.61.162 1.182.3 1.765-1.226.26-.795-1.067-1.001-1.766-.288-.459.047-.921.145-1.381zM6.421 18.765c.593.017 1.233-.139 1.765.208.418-.291 1.082-.371 1.355.155.22.678.069 1.416.104 2.118l-.617-.006c-.009-.574.041-1.15-.039-1.718-.14-.226-.483-.232-.607.014-.078.565-.027 1.137-.036 1.704l-.622.005c-.107-.599.395-2.13-.667-1.819-.015.607-.015 1.212-.018 1.819-.205-.003-.411-.003-.616-.003-.005-.826-.003-1.651-.002-2.477zM16.068 18.759l.617-.001c.005.83.005 1.66 0 2.489-.205 0-.412 0-.617.002-.003-.83-.005-1.66 0-2.489zM17.814 18.761c.589.035 1.229-.14 1.754.213.438-.317 1.156-.358 1.395.22.155.669.051 1.368.072 2.048-.205.002-.411.002-.616.002 0-.586.002-1.171-.02-1.755a24.832 24.832 0 0 1-.325-.165l-.323.166c-.02.584-.02 1.168-.018 1.754l-.62-.002c-.011-.571.041-1.144-.038-1.71-.139-.235-.45-.239-.605-.018-.08.571-.03 1.15-.039 1.727l-.616.006c-.009-.829-.008-1.657-.001-2.486z"/><path fill="#0c479d" d="M.998.998c7.386-.005 14.77-.005 22.155 0 .005 7.386.005 14.77 0 22.155-7.386.005-14.77.005-22.155 0C.993 15.767.993 8.383.998.998m6.181 2.843c-.005.826-.005 1.653 0 2.478h.62c.008-.589-.048-1.183.048-1.766.989-.441.542 1.22.632 1.768.207-.002.414-.002.622-.003.009-.574-.042-1.15.038-1.721a.369.369 0 0 1 .602-.011c.085.572.032 1.153.042 1.73.205.003.411.005.616.006-.038-.705.127-1.452-.113-2.128-.279-.513-.928-.427-1.346-.152-.539-.32-1.17-.187-1.762-.201m5.005.04c-1.008.382-.972 2.134.069 2.45.504.021 1.011-.082 1.518-.009.006-.83.003-1.662.005-2.494-.528.072-1.067-.023-1.592.053m2.548-.049c.287.418.572.835.856 1.253-.285.411-.572.821-.853 1.233.249-.002.5-.002.75 0 .16-.228.322-.456.486-.684.165.228.329.457.492.687.249-.003.498-.003.747-.002-.285-.414-.572-.826-.857-1.239.287-.415.572-.832.859-1.248-.246 0-.492 0-.737-.002-.171.231-.34.463-.51.694-.162-.229-.322-.46-.482-.69-.251 0-.501 0-.752-.003m-9.942 6.912c.426.005.851.006 1.277.006.149-1.07 1.472-1.248 2.278-.827.503.314.563 1.147.075 1.502-.971.696-2.214 1.061-2.933 2.068-.48.629-.66 1.425-.687 2.204 1.754.006 3.508.003 5.262.001-.002-.442-.002-.885-.002-1.325-1.201-.008-2.403.012-3.605-.012.747-.951 1.997-1.23 2.891-1.997.839-.728.945-2.104.297-2.989-1.297-1.792-4.894-1.055-4.854 1.369m10.511-2.236c-2.329.809-2.901 4.077-1.535 5.961.841 1.38 2.892 1.74 4.155.732 1.644-1.328 1.864-3.974.601-5.636-.693-1.005-2.068-1.448-3.221-1.057m1.036 9.226c-.507.024-.405.857.091.77.495-.036.405-.853-.091-.77m-13.22.099a645.25 645.25 0 0 0 0 3.408c.196.002.394.005.592.006.011-.356.063-.709.208-1.037.389.521.709 1.26 1.502 1.048-.323-.489-.661-.968-.993-1.451.343-.352.687-.703 1.032-1.054-.291.003-.581.005-.872.006-.281.282-.566.562-.847.845-.003-.592-.003-1.183-.005-1.774-.205 0-.412 0-.617.002m9.106.001c-.479 1.134-.949 2.27-1.416 3.408.22.002.442.003.664.003.478-1.135.948-2.275 1.419-3.411a37.075 37.075 0 0 0-.667 0m1.94.287c-.098.46-.433.922-.145 1.381.205.699-.225 2.026 1.001 1.766-.139-.583-.352-1.155-.3-1.765.097-.071.288-.216.385-.288a1.143 1.143 0 0 0-.356-.601c-.012-.26-.021-.521-.029-.78-.184.097-.37.193-.555.287m-7.74.646c-.002.826-.003 1.651.002 2.477.205 0 .411 0 .616.003.003-.607.003-1.212.018-1.819 1.063-.311.56 1.22.667 1.819l.622-.005c.009-.568-.042-1.14.036-1.704.124-.246.466-.24.607-.014.08.568.03 1.144.039 1.718.205.002.411.005.617.006-.035-.702.116-1.44-.104-2.118-.273-.527-.937-.447-1.355-.155-.531-.347-1.171-.192-1.765-.208m9.647-.006c-.005.829-.003 1.659 0 2.489.205-.002.412-.002.617-.002.005-.829.005-1.659 0-2.489l-.617.001m1.746.003c-.006.829-.008 1.657.002 2.486l.616-.006c.009-.577-.041-1.156.039-1.727.155-.22.466-.217.605.018.078.566.027 1.14.038 1.71l.62.002c-.001-.586-.001-1.17.018-1.754l.323-.166.325.165c.021.584.02 1.17.02 1.755.205 0 .411 0 .616-.002-.021-.681.083-1.38-.072-2.048-.238-.578-.957-.537-1.395-.22-.525-.353-1.165-.178-1.754-.213z"/><path fill="#0c479d" d="M12.445 4.444c.815-.334 1.032 1.26.232 1.321-.667.006-.776-1.057-.232-1.321zM15.903 9.715c1.703-.252 2.482 1.97 1.955 3.301-.234.933-1.206 1.728-2.186 1.355-1.842-.78-1.762-4.127.231-4.657z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--all-directions-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0366b3" d="M10.689 0h2.533c4.043.46 7.801 3.003 9.567 6.691.65 1.272.982 2.671 1.21 4.072v2.457c-.459 4.045-3.003 7.803-6.693 9.569-1.27.65-2.669.982-4.07 1.21h-2.521c-1.415-.241-2.832-.579-4.114-1.248-3.5-1.717-6.01-5.237-6.535-9.097a21.106 21.106 0 0 0-.003-3.288C.58 6.499 3.094 2.968 6.6 1.247c1.273-.665 2.68-1 4.087-1.248m1.415 1.41c-.854 1.41-1.69 2.833-2.511 4.263-.202.305-.376 1 .192.985.566-.155.977-.623 1.461-.935.004 1.645.007 3.29-.001 4.933-.72-.719-1.405-1.473-2.134-2.182-.438.363-.854.75-1.243 1.165 1.114 1.307 2.44 2.433 3.46 3.814-1.625-1.337-3.801-1.449-5.81-1.376.321-.494.807-.917.942-1.509-.078-.515-.686-.322-.986-.141a205.43 205.43 0 0 0-4.274 2.521c1.359.857 2.763 1.643 4.145 2.465.329.173.934.496 1.111-.025-.085-.625-.623-1.057-.94-1.573 1.6.008 3.58-.287 4.692 1.165 1.663 2.165.833 5.044 1.055 7.553.565.022 1.13.021 1.694.008.102-1.616-.175-3.275.313-4.848.29-1.034.944-2.039 1.971-2.455 1.113-.458 2.348-.239 3.518-.284-.316.489-.772.909-.942 1.478.014.57.697.373 1.007.176 1.423-.827 2.853-1.65 4.255-2.516a195.58 195.58 0 0 0-4.257-2.516c-.309-.196-.974-.389-1.006.17.166.57.622.99.937 1.48-1.99-.06-4.209-.01-5.778 1.398.008-2.967-.003-5.935.005-8.902.527.313.968.925 1.62.927.467-.23.121-.797-.04-1.122-.82-1.371-1.589-2.774-2.455-4.117z"/><path fill="#fff" d="M12.102 1.409c.866 1.342 1.634 2.746 2.455 4.117.162.325.507.892.04 1.122-.652-.003-1.093-.614-1.62-.927-.008 2.967.003 5.935-.005 8.902 1.569-1.409 3.788-1.458 5.778-1.398-.314-.49-.771-.91-.937-1.48.031-.558.697-.365 1.006-.17a195.58 195.58 0 0 1 4.257 2.516c-1.402.866-2.832 1.689-4.255 2.516-.31.197-.993.394-1.007-.176.17-.569.626-.989.942-1.478-1.17.046-2.405-.173-3.518.284-1.027.416-1.681 1.42-1.971 2.455-.488 1.573-.211 3.232-.313 4.848-.565.013-1.13.014-1.694-.008-.222-2.51.608-5.388-1.055-7.553-1.111-1.452-3.091-1.157-4.692-1.165.317.517.856.948.94 1.573-.177.52-.783.198-1.111.025-1.383-.822-2.786-1.608-4.145-2.465 1.414-.857 2.84-1.698 4.274-2.521.3-.181.908-.374.986.141-.134.592-.621 1.015-.942 1.509 2.009-.073 4.184.039 5.81 1.376-1.02-1.381-2.347-2.507-3.46-3.814.389-.415.805-.802 1.243-1.165.729.71 1.414 1.463 2.134 2.182.008-1.643.005-3.288.001-4.933-.484.312-.895.78-1.461.935-.567.016-.394-.68-.192-.985.82-1.43 1.657-2.853 2.511-4.263z"/><path fill="#93b2ca" opacity=".89" d="M0 10.607l.065-.24c.089 1.093.085 2.195.003 3.288L0 13.416v-2.81z"/></symbol><symbol viewBox="0 0 65 24" id="regulatory--all-way--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.964 0h59.374c.86.642 1.702 1.312 2.494 2.042v21.123c-.517-.193-.773.439-.857.835h-2.176c1.68-.748 2.793-2.506 2.727-4.348-.022-4.788.019-9.575-.019-14.363-.006-1.948-1.228-4.301-3.394-4.357-18.817 0-37.633.016-56.45-.009C2.752.767 1.266 2.634.957 4.355.907 9.657.941 14.965.941 20.27c-.078 1.714 1.315 2.955 2.677 3.731H1.62c-.598-.782-1.125-1.615-1.621-2.462V3.349C.784 2.071 1.713.859 2.963.001z"/><path fill="#fff" d="M.957 4.354C1.266 2.633 2.752.766 4.663.922c18.817.025 37.633.009 56.45.009 2.166.056 3.388 2.409 3.394 4.357.037 4.788-.003 9.575.019 14.363.065 1.842-1.047 3.6-2.727 4.348H3.619C2.257 23.223.864 21.982.942 20.268c0-5.305-.034-10.613.016-15.915m2.891-2.685c-.938.312-1.995.932-1.97 2.06-.028 5.719.003 11.445-.016 17.168-.103 1.343 1.144 2.59 2.487 2.487 18.814-.012 37.627-.006 56.441-.003 1.212-.053 2.765-.773 2.783-2.172.028-5.723-.003-11.445.016-17.168.168-1.664-1.696-2.571-3.117-2.494-18.87.1-37.774-.14-56.624.122z"/><path fill="#fff" d="M10.613 6.835c.592.012 1.184.019 1.777.025.704 3.775 1.957 7.431 2.631 11.208-.614.009-1.231.012-1.845.016-.259-1.044-.533-2.082-.792-3.126h-2.026a15.038 15.038 0 0 1-.767 3.132l-1.864-.025c.969-3.737 1.764-7.537 2.886-11.23m.704 4.227a12.03 12.03 0 0 1-.446 2.038l1.044-.022a11.425 11.425 0 0 0-.598-2.017zM16.211 6.857h1.864c.009 3.117-.003 6.234.006 9.351h3.737v1.867c-1.87.006-3.74.006-5.607 0-.003-3.737-.006-7.477 0-11.218zM23.068 6.857h1.864c.009 3.117-.003 6.234.006 9.351h4.049v1.867c-1.973.006-3.946.006-5.919 0-.003-3.737-.006-7.477 0-11.218zM36.751 6.86c.62-.003 1.241-.003 1.861-.006.159 1.534.137 3.189.916 4.56.012-1.552.393-3.064.754-4.563.471 0 .941.003 1.412.006.256 1.555.608 3.101.742 4.675h.218c.134-1.577.486-3.12.742-4.678.617 0 1.237.006 1.855.009a324.095 324.095 0 0 0-1.692 10.797c-.312.664-1.147.343-1.717.443-.24-1.621-.748-3.198-.767-4.847-.58 1.537-.686 3.207-.923 4.822-.586.003-1.172.003-1.755 0-.386-3.762-1.334-7.456-1.646-11.218zM48.327 6.842h1.527c1.125 3.69 1.914 7.487 2.886 11.224l-1.864.025a15.038 15.038 0 0 1-.767-3.132h-2.026c-.259 1.044-.533 2.082-.792 3.126a285.55 285.55 0 0 1-1.851-.016c.972-3.74 1.758-7.537 2.886-11.227m.223 6.236l1.047.022a12.16 12.16 0 0 1-.446-2.042 11.728 11.728 0 0 0-.602 2.02zM52.912 6.866c.63-.009 1.262-.012 1.895-.019.748 1.222 1.281 2.556 1.777 3.899.318-1.406 1.075-2.646 1.749-3.899.633.006 1.265.009 1.898.019-.751 2.266-1.989 4.326-2.836 6.555-.128 1.549.003 3.104-.047 4.657h-1.864c-.056-1.755.094-3.522-.059-5.271-.645-2.063-1.898-3.868-2.512-5.941z"/><path fill="#bf2e1a" d="M3.849 1.668c18.851-.262 37.755-.022 56.624-.122 1.421-.078 3.285.829 3.117 2.494-.019 5.723.012 11.445-.016 17.168-.019 1.399-1.571 2.119-2.783 2.172-18.814-.003-37.627-.009-56.441.003-1.343.103-2.59-1.144-2.487-2.487.019-5.723-.012-11.448.016-17.168-.025-1.128 1.032-1.749 1.97-2.06m6.764 5.167c-1.122 3.694-1.917 7.493-2.886 11.23l1.864.025c.362-1.016.63-2.063.767-3.132h2.026c.259 1.044.533 2.082.792 3.126.614-.003 1.231-.006 1.845-.016-.673-3.778-1.926-7.434-2.631-11.208-.592-.006-1.184-.012-1.777-.025m5.598.022c-.006 3.74-.003 7.481 0 11.218 1.867.006 3.737.006 5.607 0v-1.867h-3.737c-.009-3.117.003-6.234-.006-9.351h-1.864m6.857 0c-.006 3.74-.003 7.481 0 11.218 1.973.006 3.946.006 5.919 0v-1.867h-4.049c-.009-3.117.003-6.234-.006-9.351h-1.864m13.683.003c.312 3.762 1.259 7.456 1.646 11.218.583.003 1.169.003 1.755 0 .237-1.615.343-3.285.923-4.822.019 1.649.527 3.226.767 4.847.57-.1 1.406.221 1.717-.443a326.722 326.722 0 0 1 1.692-10.797c-.617-.003-1.237-.009-1.855-.009-.256 1.558-.608 3.101-.742 4.678h-.218c-.134-1.574-.486-3.12-.742-4.675-.471-.003-.941-.006-1.412-.006-.362 1.499-.742 3.011-.754 4.563-.779-1.371-.757-3.026-.916-4.56-.62.003-1.241.003-1.861.006m11.576-.018c-1.128 3.69-1.914 7.487-2.886 11.227.617.006 1.234.012 1.851.016.259-1.044.533-2.082.792-3.126h2.026c.137 1.069.405 2.116.767 3.132l1.864-.025c-.972-3.737-1.761-7.534-2.886-11.224h-1.527m4.584.024c.614 2.073 1.867 3.877 2.512 5.941.153 1.749.003 3.516.059 5.271h1.864c.05-1.552-.081-3.108.047-4.657.848-2.229 2.085-4.289 2.836-6.555-.633-.009-1.265-.012-1.898-.019-.673 1.253-1.431 2.494-1.749 3.899-.496-1.343-1.029-2.677-1.777-3.899-.633.006-1.265.009-1.895.019z"/><path fill="#bf2e1a" d="M11.317 11.062c.259.651.464 1.328.598 2.017l-1.044.022c.215-.664.349-1.35.446-2.038zM48.549 13.078a11.64 11.64 0 0 1 .602-2.02c.097.689.231 1.375.446 2.042l-1.047-.022z"/><path fill="#131313" opacity=".07" d="M63.974 24c.084-.396.34-1.029.857-.835V24h-.857z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--atvs-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#037863" d="M10.656 0h2.664c4.094.515 7.874 3.145 9.585 6.927.57 1.174.855 2.454 1.096 3.729v2.664c-.515 4.094-3.145 7.876-6.927 9.585-1.175.57-2.455.856-3.729 1.096h-2.664c-4.094-.513-7.876-3.145-9.585-6.928C.526 15.899.241 14.619 0 13.345v-2.664c.233-1.283.524-2.572 1.096-3.753C2.802 3.152 6.573.528 10.656 0m.083 2.15c-3.361.436-6.383 2.776-7.658 5.914-1.254 2.956-.909 6.522.898 9.178 2.49 3.869 7.876 5.463 12.056 3.507 4.351-1.823 6.837-7.056 5.459-11.578-1.193-4.588-6.069-7.783-10.754-7.021z"/><path fill="#fff" d="M10.739 2.15c4.685-.762 9.561 2.433 10.754 7.021 1.378 4.523-1.108 9.755-5.459 11.578-4.18 1.956-9.565.362-12.056-3.507-1.806-2.657-2.152-6.222-.898-9.178 1.275-3.138 4.296-5.478 7.658-5.914m-2.51 2.986c-.436 1.01-.688 2.092-1.05 3.132h-.741l.001 1.827c-.714.228-1.452.395-2.134.719l.283.315c1.071-.119 2.117-.406 3.185-.545.343-.096.552.234.745.454.97 1.211 1.945 2.418 2.912 3.632h1.29v-.397c-.377-.001-.756-.003-1.133-.006A425.883 425.883 0 0 0 8.374 9.93c-.266-.436-.785-.16-1.168-.087.425-1.44.796-2.894 1.232-4.331.635-.043 1.278.025 1.912-.046.411-.223-.11-.447-.362-.4-.585.018-1.186-.067-1.76.069m.509 2.226c-.171.53-.43 1.039-.52 1.591.387.584.848 1.115 1.254 1.686h3.089c0-.377 0-.755.006-1.132-.696-.603-1.348-1.257-2.042-1.862-.481-.451-1.194-.236-1.787-.283m4.126 2.024l.001 1.214 1.569.001c-.226.893-.548 1.765-.684 2.679.839-.646 1.05-1.848 1.894-2.478.819-.147 1.67-.06 2.5-.058.946.459 1.591 1.433 2.591 1.812-.455-.92-1.328-1.547-1.963-2.338-.34-.469-.938-.445-1.452-.441a7.594 7.594 0 0 0-.184-1.082c-1.428.207-2.852.436-4.271.691m-3.005 1.776c.621.839 1.246 1.677 1.862 2.521.445-.047 1.095.175 1.344-.327.282-.708.422-1.465.645-2.192-1.283 0-2.566.001-3.851-.001m-3.679.95a48.08 48.08 0 0 0-.393-.032l-.158.284c-.3-.008-.499.165-.572.445a8.124 8.124 0 0 0-.44.215l.093.297c-.148.128-.293.258-.434.391l.193.273-.302.276.093.376a.908.908 0 0 0 .1.681c-.001.257.086.497.252.692.108.209.248.4.425.558.345.319.773.691 1.275.601.114.092.229.183.344.273l.28-.208c.266.161.535.126.751-.093l.411.056.158-.387.358.094c.061-.154.121-.307.175-.462.157-.062.312-.13.466-.198l-.089-.308c.15-.126.297-.255.443-.388a54.078 54.078 0 0 1-.215-.29l.322-.24a45.973 45.973 0 0 0-.107-.397c.078-.266.049-.527-.168-.721l.079-.265-.105-.247c-.071 0-.211.001-.282.003l.076-.33-.212-.266-.34.05.055-.387a35.499 35.499 0 0 0-.468-.115c-.286-.293-.706-.319-1.068-.462-.086.056-.172.111-.257.169-.234-.2-.524-.111-.739.062m10.28.036l-.368-.1-.232.307c-.286.011-.469.19-.556.449-.146.074-.29.147-.434.223l.09.294c-.148.126-.293.258-.436.391l.175.228c-.187.198-.286.438-.208.71-.026.234 0 .469.121.677a.758.758 0 0 0 .347.708l-.061.201c.136.1.273.2.412.295.122.219.32.365.556.443.179.215.437.247.695.189.119.097.241.194.365.289.062-.056.19-.166.254-.222.255.141.524.154.742-.061.265.064.468-.069.631-.269.28-.01.451-.187.515-.454l.431-.198-.075-.315c.147-.125.291-.252.431-.384l-.205-.291.337-.259a17.811 17.811 0 0 0-.234-.429l.221-.223a30.363 30.363 0 0 0-.261-.427c.01-.169.017-.34.021-.511a39.793 39.793 0 0 1-.314-.026c-.028-.196-.058-.39-.094-.584l-.426.039c.022-.126.044-.252.068-.377-.16-.04-.318-.078-.476-.115-.282-.295-.703-.319-1.063-.463a22.92 22.92 0 0 1-.277.191l-.363-.219a18.64 18.64 0 0 0-.329.295z"/><path fill="#fff" d="M6.423 13.212c.963-.393 2.127.456 2.034 1.494.003 1.122-1.415 1.869-2.333 1.217-1.05-.601-.866-2.358.3-2.711m.016.451c-.705.323-.8 1.398-.169 1.846.646.542 1.754.035 1.756-.81.083-.81-.878-1.429-1.587-1.036zM16.568 13.254c.924-.458 2.135.287 2.138 1.318.1 1.126-1.26 1.991-2.234 1.414-1.099-.52-1.046-2.297.096-2.732m.133.4c-.726.315-.824 1.419-.175 1.866.651.53 1.741.017 1.744-.823.08-.8-.86-1.416-1.569-1.043z"/><path fill="#030303" d="M8.228 5.136c.574-.136 1.175-.051 1.76-.069.252-.047.773.176.362.4-.634.071-1.276.003-1.912.046-.436 1.437-.807 2.891-1.232 4.331.383-.072.902-.348 1.168.087a404.75 404.75 0 0 1 3.212 4.337c.377.003.756.004 1.133.006v.397h-1.29c-.967-1.214-1.942-2.421-2.912-3.632-.193-.219-.402-.549-.745-.454-1.068.139-2.114.426-3.185.545l-.283-.315c.681-.323 1.419-.491 2.134-.719l-.001-1.827h.741c.362-1.04.615-2.123 1.05-3.132z"/><path fill="#030303" d="M8.737 7.361c.592.047 1.305-.168 1.787.283.694.605 1.346 1.258 2.042 1.862-.006.377-.006.755-.006 1.132H9.471c-.406-.57-.867-1.101-1.254-1.686.09-.552.35-1.061.52-1.591zM12.863 9.385c1.419-.255 2.844-.484 4.271-.691.093.355.144.717.184 1.082.515-.004 1.113-.028 1.452.441.635.791 1.508 1.418 1.963 2.338-1-.379-1.645-1.353-2.591-1.812-.83-.001-1.681-.089-2.5.058-.843.63-1.054 1.831-1.894 2.478.136-.914.458-1.785.684-2.679l-1.569-.001-.001-1.214z"/><path fill="#030303" d="M9.859 11.161c1.285.003 2.568.001 3.851.001-.223.727-.363 1.484-.645 2.192-.25.502-.899.28-1.344.327-.616-.843-1.24-1.681-1.862-2.521zM6.18 12.112c.215-.173.505-.262.739-.062.085-.058.171-.114.257-.169.362.143.782.169 1.068.462.155.037.312.076.468.115l-.056.387.34-.05.212.266-.076.33.282-.003.105.247-.079.265c.216.194.246.455.168.721l.107.397-.322.24.215.29c-.146.133-.293.262-.443.388l.089.308c-.154.068-.309.136-.466.198-.054.155-.114.308-.175.462l-.358-.094-.158.387a31.057 31.057 0 0 1-.411-.056c-.215.219-.484.254-.751.093l-.28.208-.344-.273c-.502.09-.929-.282-1.275-.601a1.95 1.95 0 0 1-.425-.558 1.047 1.047 0 0 1-.252-.692.908.908 0 0 1-.1-.681l-.093-.376.302-.276a22.815 22.815 0 0 0-.193-.273c.141-.133.286-.264.434-.391l-.093-.297c.144-.076.291-.148.44-.215.072-.28.272-.454.572-.445l.158-.284.393.032m.244 1.1c-1.165.352-1.35 2.11-.3 2.711.918.652 2.336-.094 2.333-1.217.093-1.038-1.071-1.887-2.034-1.494zM16.46 12.148c.108-.1.218-.198.329-.295l.363.219.277-.191c.359.144.781.168 1.063.463.158.037.316.075.476.115-.024.125-.046.251-.068.377l.426-.039c.036.194.067.388.094.584.079.007.236.021.314.026-.004.171-.011.341-.021.511.087.141.175.284.261.427l-.221.223c.08.141.158.284.234.429l-.337.259.205.291c-.14.132-.284.259-.431.384l.075.315-.431.198c-.064.266-.234.444-.515.454-.164.2-.366.333-.631.269-.218.215-.487.203-.742.061l-.254.222a12.859 12.859 0 0 1-.365-.289c-.258.058-.516.026-.695-.189a.96.96 0 0 1-.556-.443c-.139-.096-.276-.196-.412-.295l.061-.201a.757.757 0 0 1-.347-.708 1.084 1.084 0 0 1-.121-.677c-.078-.272.021-.512.208-.71l-.175-.228c.143-.133.287-.265.436-.391a23.747 23.747 0 0 1-.09-.294c.144-.076.289-.15.434-.223.087-.259.271-.438.556-.449l.232-.307.368.1m.108 1.108c-1.142.434-1.194 2.211-.096 2.732.974.577 2.333-.287 2.234-1.414-.003-1.031-1.214-1.776-2.138-1.318z"/><path fill="#030303" d="M6.44 13.663c.709-.393 1.67.226 1.587 1.036-.003.845-1.11 1.353-1.756.81-.631-.448-.536-1.523.169-1.846zM16.701 13.654c.709-.373 1.649.243 1.569 1.043-.003.839-1.093 1.353-1.744.823-.649-.447-.551-1.551.175-1.866z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--axle-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#db0000" d="M10.954 0h2.066c1.123.193 2.257.38 3.319.809 3.343 1.286 6.032 4.148 7.093 7.571.294.876.403 1.795.568 2.7v1.811c-.371 4.075-2.836 7.913-6.514 9.76-1.442.772-3.053 1.15-4.666 1.35h-1.709c-4.196-.373-8.14-2.98-9.932-6.821-.649-1.295-.956-2.718-1.18-4.139v-2.06c.17-.973.311-1.96.65-2.892C1.868 4.494 4.895 1.567 8.543.507c.786-.245 1.603-.352 2.41-.506M9.19 2.824a9.625 9.625 0 0 0-5.725 4.824c-1.744 3.335-1.241 7.658 1.205 10.514.332-.325.662-.654.988-.989.256-.239.51-.485.695-.786l.14-.019c.349-.395.739-.752 1.108-1.129 1.057-1.063 2.122-2.118 3.182-3.178.308-.301.612-.608.904-.926.99-.941 1.933-1.932 2.911-2.886.584-.596 1.188-1.175 1.762-1.781.626-.593 1.224-1.216 1.836-1.823-2.441-2.08-5.948-2.782-9.005-1.822m8.66 5.53c-.946.912-1.864 1.85-2.792 2.779-.316.305-.625.616-.925.936-.631.601-1.24 1.225-1.853 1.843-.858.846-1.705 1.703-2.558 2.554-.198.43-.589.672-.948.949-.782.792-1.59 1.56-2.347 2.376 2.068 1.486 4.733 2.108 7.242 1.655 2.663-.455 5.089-2.1 6.505-4.4 2.035-3.197 1.903-7.627-.385-10.66-.635.668-1.303 1.301-1.938 1.968z"/><path fill="#fff" d="M9.19 2.824c3.056-.96 6.564-.258 9.005 1.822-.612.607-1.21 1.23-1.836 1.823-2.794-.008-5.587-.004-8.381-.002-.007.596 0 1.193.034 1.789 2.195-.002 4.391.01 6.586-.006-.978.954-1.921 1.945-2.911 2.886a85.563 85.563 0 0 0-1.241-.004l-.014-.578H7.925l-.007 1.008a32.483 32.483 0 0 0-.311-.022c-.065-.648.142-1.362-.136-1.964-.516-.155-1.109-.122-1.633-.014-.313.304-.407.76-.61 1.135-.845.138-1.199 1.056-1.086 1.823.36.001.719.001 1.078.006-.061-.401.056-.944.56-.94.545-.085.814.468.732.936.638-.001 1.278 0 1.916-.002.04-.342-.084-.859.343-1 .419-.194.827.139.916.551.365-.001.73-.002 1.096-.008-1.061 1.06-2.125 2.114-3.182 3.178-.035-.39.128-.894-.187-1.195a5.036 5.036 0 0 0-1.516 0c-.388.246-.444.772-.654 1.153-.542.103-.874.522-1.093.997l-.002.835c.36.001.719.004 1.078.011-.264-.817.722-1.255 1.267-.672l-.14.019c-.308-.113-.758-.301-.974.067-.168.287.106.524.28.719-.325.335-.655.664-.988.989-2.446-2.856-2.948-7.18-1.205-10.514a9.625 9.625 0 0 1 5.725-4.824M5.22 6.622c-.389.104-.839.289-.877.752-.049.038-.15.115-.199.155.005.302.005.606.006.911.364 0 .726 0 1.09.004-.088-.373 0-.876.456-.934.545-.14.983.424.764.932.511-.004 1.024-.001 1.536-.004-.014-.317-.028-.634-.04-.95a19.863 19.863 0 0 1-.352-.059c-.041-.62.086-1.266-.079-1.871-.344-.3-.875-.112-1.295-.155-.688-.065-.73.784-1.01 1.218m.33 1.072c-.641.384.24 1.222.68.692.401-.431-.242-.99-.68-.692m3.235 3.96c-.328.155-.372.666-.072.872.308.263.834-.005.821-.404.019-.374-.421-.65-.749-.468m-3.235.126c-.642.38.242 1.223.682.688.4-.431-.247-.979-.682-.688z"/><path fill="#fff" d="M5.891 5.872c.424-.036.848-.012 1.272-.012v.604c-.305 0-.61 0-.914.002-.167-.179-.577-.299-.358-.594zM19.789 6.385c2.288 3.032 2.42 7.463.385 10.66-1.416 2.3-3.842 3.946-6.505 4.4-2.509.454-5.174-.169-7.242-1.655.757-.816 1.565-1.584 2.347-2.376.359-.277.75-.52.948-.949.007.126.02.379.028.505l.384.005.04-.448c2.035-.03 4.072-.017 6.107-.008l.218-.418c-.092.305-.287.722.06.946.281.216.589-.002.802-.199.562.686 1.134-.07 1.298-.648l1.208-.001v-2.285c-2.53-.005-5.058-.001-7.586-.002.613-.618 1.222-1.242 1.853-1.843 1.012.001 2.023-.004 3.035.002.128.557.761.733 1.106.253.335.505.965.28 1.11-.252l.51-.008-.001-.932c-1.612-.001-3.223-.002-4.835.001.929-.929 1.847-1.867 2.792-2.779.484.529 1.217.055 1.03-.611.066.119.133.236.2.354.077-.145.152-.29.228-.436l.475-.036c-.002-.413-.002-.827.005-1.24zM5.888 9.952c.424-.036.85-.012 1.274-.012v.612l-.917.001c-.167-.18-.57-.304-.358-.601zM5.903 14.449c.42-.002.84-.001 1.26-.001v.616c-.493.035-1.01.05-1.368-.349l.108-.265z"/><path fill="#fff" d="M17.236 16.213c.563-.198-.026.524 0 0z"/><path d="M5.22 6.622c.281-.434.323-1.283 1.01-1.218.42.043.95-.145 1.295.155.166.605.038 1.25.079 1.871l.352.059c.012.317.025.634.04.95-.512.002-1.025 0-1.536.004.218-.509-.22-1.073-.764-.932-.456.058-.544.56-.456.934-.364-.004-.726-.004-1.09-.004-.001-.305-.001-.608-.006-.911.049-.04.15-.116.199-.155.038-.463.488-.648.877-.752m.671-.751c-.22.295.191.415.358.594.305-.002.61-.002.914-.002V5.86c-.424 0-.848-.024-1.272.012zM7.978 6.466c2.794-.001 5.587-.006 8.381.002-.574.606-1.177 1.184-1.762 1.781-2.195.016-4.391.004-6.586.006a26.042 26.042 0 0 1-.034-1.789zM17.851 8.353c.635-.667 1.303-1.3 1.938-1.968-.007.413-.007.827-.005 1.24l-.475.036-.228.436c-.067-.118-.134-.235-.2-.354.187.666-.546 1.14-1.03.611z"/><path d="M5.55 7.693c.438-.298 1.081.262.68.692-.44.529-1.321-.308-.68-.692zM5.837 9.56c.524-.108 1.117-.14 1.633.014.277.602.071 1.316.136 1.964l.311.022.007-1.008h2.507l.014.578c.414-.001.827-.001 1.241.004-.292.318-.595.625-.904.926-.366.006-.731.007-1.096.008-.089-.412-.497-.745-.916-.551-.427.14-.304.658-.343 1-.638.002-1.278.001-1.916.002.082-.468-.187-1.021-.732-.936-.504-.005-.622.539-.56.94-.359-.005-.718-.005-1.078-.006-.113-.767.241-1.685 1.086-1.823.203-.376.296-.832.61-1.135m.051.393c-.212.298.191.421.358.601l.917-.001V9.94c-.425 0-.851-.024-1.274.012zM14.134 12.068c.3-.32.61-.631.925-.936 1.612-.004 3.223-.002 4.835-.001l.001.932-.51.008c-.145.532-.775.757-1.11.252-.346.48-.978.304-1.106-.253-1.012-.006-2.023-.001-3.035-.002z"/><path d="M8.785 11.653c.328-.182.768.094.749.468.013.4-.512.667-.821.404-.3-.206-.256-.718.072-.872zM5.55 11.779c.434-.292 1.081.257.682.688-.439.535-1.324-.307-.682-.688zM9.722 16.465c.853-.851 1.7-1.708 2.558-2.554 2.528.001 5.057-.002 7.586.002v2.285l-1.208.001c-.164.578-.737 1.334-1.298.648-.212.197-.521.415-.802.199-.347-.223-.152-.641-.06-.946-.073.139-.146.277-.218.418-2.035-.008-4.072-.022-6.107.008l-.04.448-.384-.005c-.007-.126-.02-.379-.028-.505m7.515-.251c-.026.524.563-.198 0 0zM5.243 15.197c.21-.382.266-.907.654-1.153a5.036 5.036 0 0 1 1.516 0c.316.301.152.805.187 1.195-.368.377-.758.734-1.108 1.129-.545-.583-1.531-.145-1.267.672-.359-.007-.718-.01-1.078-.011l.002-.835c.22-.475.551-.894 1.093-.997m.661-.748l-.108.265c.358.4.875.384 1.368.349v-.616c-.42 0-.84-.001-1.26.001z"/><path d="M5.377 16.454c.216-.368.666-.18.974-.067-.185.301-.439.547-.695.786-.174-.194-.448-.432-.28-.719z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--axle-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ce171e" d="M11.011 0h2.065c2.779.31 5.515 1.413 7.491 3.432 2.148 2.082 3.224 5.016 3.554 7.939v1.47c-.379 2.677-1.344 5.345-3.203 7.357-1.963 2.202-4.806 3.453-7.704 3.801h-2.266c-2.995-.362-5.935-1.672-7.927-3.984-1.808-2.007-2.693-4.654-3.02-7.296v-1.55C.376 8.314 1.459 5.468 3.55 3.426 5.516 1.411 8.244.311 11.012-.002M6.051 4.66c1.715 1.719 3.428 3.441 5.157 5.145a5.853 5.853 0 0 1-.035.191c-.9.066-1.803.083-2.705.125a35.142 35.142 0 0 0-1.243-1.229c-.021-.294-.013-.589-.027-.882-.292-.005-.586.005-.877-.033-.508-.529-1.048-1.028-1.545-1.569l-.224.119-.185-.182c-2.137 2.709-2.585 6.604-1.154 9.737 1.401 3.168 4.658 5.391 8.113 5.584 2.287.159 4.573-.616 6.397-1.982l-.253-.254.226-.077c-2.736-2.78-5.522-5.51-8.263-8.285.622.022 1.245.041 1.867.075.069.21.141.418.21.628.362.011.722.01 1.084-.001l.122-.467c2.215 2.247 4.462 4.465 6.695 6.695 1.527-2.009 2.269-4.625 1.891-7.131-.421-3.284-2.703-6.235-5.776-7.468-3.086-1.328-6.831-.798-9.475 1.26z"/><path fill="#fff" d="M6.051 4.66c2.644-2.059 6.388-2.588 9.475-1.26 3.073 1.233 5.355 4.184 5.776 7.468.377 2.506-.364 5.122-1.891 7.131-2.232-2.23-4.479-4.448-6.695-6.695.01-.036.029-.109.037-.146 1.295-.089 2.594-.122 3.892-.185.052.724.345 1.406.229 2.149.479.01.958.01 1.436-.001.012-1.704.018-3.408-.004-5.112a25.18 25.18 0 0 0-1.428.001c.1.743-.171 1.43-.238 2.154-1.248-.055-2.499-.09-3.746-.169a41.683 41.683 0 0 1-.096-.617c-.505-.03-1.012-.03-1.516.01-.018.105-.055.314-.075.417C9.478 8.101 7.765 6.379 6.05 4.66zM4.367 6.346l.185.182c.447.455.918.888 1.34 1.368-.27 1.715-.053 3.489-.113 5.228.478.008.956.008 1.435-.004-.087-.733.157-1.428.224-2.147.549.021 1.096.045 1.644.078 2.793 2.796 5.591 5.586 8.388 8.379l.253.254c-1.824 1.365-4.11 2.141-6.397 1.982-3.455-.193-6.712-2.416-8.113-5.584-1.43-3.133-.983-7.029 1.154-9.737m4.408 8.223c-.201.298-.226.667-.27 1.013h.68c.018-.375.211-.903.692-.747.609.318.297 1.393-.435 1.245l.005.62c.847-.156 1.16 1.048.484 1.433-.505.21-.773-.384-.777-.796l-.713.001c.039.394.072.821.332 1.143.488.616 1.586.575 2.006-.1.41-.632.423-1.639-.252-2.101.523-.427.525-1.234.168-1.764-.441-.615-1.517-.597-1.919.053M6.412 16.42c.205.388.414.777.617 1.166-.213.4-.429.801-.638 1.204h.596l.327-.713c.111.236.218.474.326.712h.614c-.21-.403-.426-.803-.639-1.204.206-.387.415-.773.62-1.16-.195.001-.39.002-.585.005-.104.226-.209.45-.317.674-.124-.466-.392-.835-.92-.684z"/><path fill="#fff" d="M7.374 9.372c.267.248.531.499.783.762l-.721.034c-.013-.265-.025-.532-.062-.796z"/><path fill="#231f20" d="M5.778 13.124c.06-1.739-.157-3.513.113-5.228l.429.082c.291.037.585.028.877.033.013.293.006.587.027.882.042.162.094.322.15.48.036.264.048.531.062.796l.721-.034.311-.013c.902-.042 1.805-.059 2.705-.125a5.4 5.4 0 0 0 .035-.191l.075-.417c.504-.04 1.011-.04 1.516-.01.031.206.063.412.096.617 1.247.078 2.498.113 3.746.169.066-.724.338-1.411.238-2.154a25.18 25.18 0 0 1 1.428-.001c.022 1.704.016 3.408.004 5.112-.479.011-.958.011-1.436.001.116-.743-.177-1.426-.229-2.149-1.298.063-2.597.095-3.892.185-.008.037-.028.11-.037.146l-.122.467c-.362.011-.722.012-1.084.001-.069-.21-.141-.418-.21-.628-.622-.034-1.245-.053-1.867-.075a41.212 41.212 0 0 0-.351-.017 64.353 64.353 0 0 0-1.644-.078c-.068.719-.311 1.413-.224 2.147-.479.012-.958.012-1.435.004z"/><path d="M8.775 14.568c.402-.65 1.477-.668 1.919-.053.357.531.356 1.337-.168 1.764.675.462.662 1.469.252 2.101-.42.675-1.517.716-2.006.1-.259-.322-.293-.749-.332-1.143l.713-.001c.004.412.271 1.006.777.796.677-.385.363-1.588-.484-1.433-.001-.207-.002-.414-.005-.62.732.148 1.044-.926.435-1.245-.481-.157-.674.371-.692.747h-.68c.045-.346.069-.715.27-1.013zM6.412 16.42c.528-.151.796.218.92.684.109-.224.213-.449.317-.674l.585-.005c-.205.387-.414.773-.62 1.16.213.4.429.801.639 1.204h-.614a50.432 50.432 0 0 0-.326-.712l-.327.713H6.39c.209-.403.425-.803.638-1.204-.204-.39-.412-.778-.617-1.166z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycle-lane-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M1.519 0H22.47c.337.09.65.258.888.518-.434-.212-.896-.409-1.391-.392C15.282.132 8.595.122 1.909.131.947.09.083.943.134 1.911.132 8.637.132 15.364.134 22.09c-.046.964.81 1.828 1.777 1.775h20.178c.966.052 1.819-.812 1.775-1.776.007-6.684-.002-13.369.005-20.054.019-.493-.172-.956-.386-1.391.24.228.407.516.517.827v20.992a2.077 2.077 0 0 1-1.518 1.538H1.481A2.122 2.122 0 0 1 0 22.476V1.478C.21.756.782.177 1.519.001z"/><path fill="#0066b3" d="M1.71.988c.223-.072.46-.073.69-.078C8.84.917 15.28.909 21.719.914c.694-.06 1.351.532 1.316 1.237.01 6.524.001 13.05.004 19.576.062.676-.498 1.338-1.19 1.316-6.564.011-13.129.005-19.693.004-.715.049-1.321-.623-1.25-1.327C.908 15.202.902 8.682.91 2.164c-.02-.514.311-1.014.802-1.175m.234.476v20.95c.533.002 1.067.002 1.6-.001V1.467c-.533-.004-1.067-.004-1.6-.001m9.6-.001v20.95c.533.002 1.067.002 1.601-.001-.002-6.983-.001-13.964-.001-20.947-.533-.004-1.067-.004-1.6-.001m9.606.008c-.002.998 0 1.997-.001 2.994.4.006.799.007 1.199.005.002-1.001.007-2-.004-3l-1.194.001M3.778 6.978c.908-.139 1.804-.349 2.71-.504.002.438.002.876.001 1.315.674-.002 1.349-.001 2.023-.001-.001-.437-.001-.874.001-1.31.918.146 1.819.383 2.74.508-1.213-1.321-2.497-2.576-3.75-3.862-1.262 1.264-2.52 2.536-3.725 3.854m17.373.47v2.994c.4.005.799.005 1.199.002.004-1 .004-1.998 0-2.998-.4-.002-.799-.001-1.199.001M7.447 10.162c.403.014.86-.055 1.186.242l-.247.282.083.377c-.724-.01-1.45.034-2.171-.032.199-.15.42-.268.638-.386-.418-.016-.835-.02-1.253.01.502.236.574.665.186 1.055-.746-.317-1.724.001-1.987.806-.372.902.436 1.986 1.404 1.891.694-.004 1.205-.594 1.363-1.228.138.037.276.077.413.116l-.046.313-.313.169.334.06c.353-.296.889-.558.748-1.114.356-.325.668-.702 1.078-.966-.23.451-.596.905-.484 1.447.101.883 1.144 1.474 1.951 1.092.827-.32 1.134-1.469.571-2.155-.424-.598-1.252-.671-1.883-.39a78.984 78.984 0 0 0-.382-.954c.05-.128.102-.256.155-.384-.22-.484-.948-.563-1.344-.252m13.705 3.262v2.995c.398.002.798.002 1.198.001.005-1 .004-1.999 0-2.998-.4-.004-.798-.004-1.198.001m-16.014 3.95c-.408.088-1.17-.252-1.303.271.486.026.974.007 1.46.052-.346.2-.763.102-1.142.146-.017.379-.016.758.008 1.138.629.03 1.259-.013 1.885.042-.652.395-1.776-.282-2.214.368.185.019.37.035.554.05l.014.296c.209.116.418.23.628.343l.127-.272c-.185-.125-.37-.25-.552-.376.463-.011.926-.01 1.391-.005l-.007.497a8.94 8.94 0 0 0-.834.095c.186.358.632.245.959.235.391-.037.214-.54.277-.804.235-.042.566.035.643-.266-.24-.036-.481-.065-.722-.095.128-.064.257-.126.386-.188.006-.347.006-.694.002-1.04-.384-.065-.803.029-1.157-.16.468-.053.94-.034 1.409-.043v-.277a40.009 40.009 0 0 0-1.249-.013l-.286-.29-.278.296m3.353-.118c-.028.965.04 1.945-.304 2.867.461.316.53-.582.64-.893l.762-.006c.007.319.014.638.028.958l.318-.011c.012-.314.018-.629.024-.943l.841-.001c-.001.235-.002.47-.005.706-.223.028-.445.056-.667.094.18.362.637.252.953.181.179-.96.054-1.967.064-2.945a29.713 29.713 0 0 0-2.653-.006m12.658 2.148c.007.996 0 1.993.005 2.99.394 0 .787.001 1.181.007.037-1.002.012-2.004.016-3.005a30.033 30.033 0 0 0-1.201.007z"/><path fill="#0066b3" d="M6.526 11.297c.715.001 1.432-.012 2.148.013-.164.63-.829.976-1.273 1.411.007-.262.148-.409.421-.443a32.361 32.361 0 0 0-.439-.031l-.143.44c-.3-.43-.491-.92-.714-1.391zM6.056 11.832l.265-.419c.233.48.467.96.68 1.45l-.329.085a2.256 2.256 0 0 0-.617-1.116zM4.208 12.361c.306-.526.971-.622 1.517-.488-.168.366-.385.712-.688.982-.234.126-.036.521.208.421a4.841 4.841 0 0 1 1.165-.082c-.161.599-.73 1.092-1.375.977-.817-.091-1.3-1.129-.827-1.81zM9.083 11.996c.676-.41 1.681-.086 1.847.722.265.899-.776 1.783-1.619 1.369-.763-.3-.916-1.313-.431-1.924.316.392.584.845 1.026 1.11-.125-.51-.588-.824-.823-1.278z"/><path fill="#0066b3" d="M5.935 12.029c.239.25.409.552.479.892-.338.001-.676-.002-1.013-.02.17-.295.348-.586.534-.871zM8.842 17.534c.252.001.504.002.756.005l-.006.54-.769-.02.019-.524zM9.948 17.537l.853.001c-.002.178-.005.356-.006.535h-.839l-.008-.536zM4.514 18.143a.86.86 0 0 1 .694.001c-.11.175-.582.173-.694-.001zM8.836 18.359c.254.001.509.002.763.005l-.004.571-.762.004.002-.58zM9.95 18.361c.283-.001.566 0 .85.001l-.002.575-.846-.002-.001-.574zM4.4 18.689c.208-.268.72-.278.917.005a4.607 4.607 0 0 1-.917-.005zM5.554 18.719c.119-.31.751-.331.853-.001-.284.01-.569.01-.853.001z"/><path fill="#fff" d="M.134 1.91C.082.943.946.09 1.909.13 8.595.122 15.282.131 21.967.125c.494-.017.956.18 1.391.392.044.04.085.082.125.125.215.434.406.898.386 1.391-.007 6.685.002 13.37-.005 20.054.044.964-.809 1.828-1.775 1.776H1.911c-.967.053-1.823-.811-1.777-1.775-.002-6.726-.002-13.453 0-20.179M1.71.988c-.491.161-.822.661-.802 1.175C.901 8.681.907 15.201.904 21.719c-.071.704.535 1.376 1.25 1.327 6.564.001 13.129.007 19.693-.004.692.022 1.253-.641 1.19-1.316-.002-6.526.006-13.051-.004-19.576.035-.706-.623-1.297-1.316-1.237C15.278.908 8.839.917 2.398.909c-.23.005-.467.006-.69.078z"/><path fill="#fff" d="M1.946 1.465c.533-.002 1.067-.002 1.6.001v20.947c-.533.004-1.067.004-1.6.001V1.464zM11.546 1.465c.533-.002 1.067-.002 1.6.001 0 6.983-.001 13.964.001 20.947-.534.004-1.068.004-1.601.001V1.464zM21.152 1.474l1.194-.001c.011 1 .006 1.999.004 3-.4.002-.799.001-1.199-.005.001-.997-.001-1.996.001-2.994zM3.778 6.978C4.983 5.659 6.24 4.387 7.503 3.124c1.253 1.285 2.537 2.54 3.75 3.862-.92-.125-1.822-.361-2.74-.508-.002.437-.002.874-.001 1.31-.674 0-1.349-.001-2.023.001.001-.439.001-.877-.001-1.315-.906.155-1.801.365-2.71.504zM21.151 7.448c.4-.002.799-.004 1.199-.001.004 1 .004 1.998 0 2.998-.4.002-.799.002-1.199-.002V7.449zM7.447 10.162c.396-.311 1.124-.232 1.344.252-.053.128-.104.256-.155.384.13.317.256.635.382.954.631-.281 1.459-.208 1.883.39.563.686.256 1.835-.571 2.155-.808.382-1.85-.209-1.951-1.092-.113-.542.253-.996.484-1.447-.409.264-.721.641-1.078.966-.23.202-.476.388-.722.571a19.42 19.42 0 0 0-.413-.116c-.158.634-.67 1.224-1.363 1.228-.968.095-1.776-.989-1.404-1.891.263-.805 1.241-1.123 1.987-.806.388-.39.316-.818-.186-1.055.418-.03.835-.025 1.253-.01-.218.119-.439.236-.638.386.721.066 1.447.023 2.171.032l-.083-.377.247-.282c-.325-.298-.782-.228-1.186-.242m-.922 1.135c.223.47.414.961.714 1.391l.143-.44.439.031c-.274.034-.414.181-.421.443.444-.436 1.109-.781 1.273-1.411-.716-.025-1.433-.012-2.148-.013m-.47.534c.316.304.516.694.617 1.116.109-.029.22-.058.329-.085-.214-.49-.448-.97-.68-1.45l-.265.419m-1.849.529c-.473.68.01 1.718.827 1.81.646.115 1.214-.378 1.375-.977a4.741 4.741 0 0 0-1.165.082c-.244.1-.442-.295-.208-.421.302-.27.52-.616.688-.982-.546-.133-1.211-.037-1.517.488m4.875-.365c.235.454.698.768.823 1.278-.442-.265-.71-.718-1.026-1.11-.485.611-.332 1.624.431 1.924.842.414 1.884-.47 1.619-1.369-.166-.809-1.171-1.133-1.847-.722m-3.148.032a18.97 18.97 0 0 0-.534.871c.337.018.674.022 1.013.02a1.82 1.82 0 0 0-.479-.892zM21.152 13.423c.4-.005.798-.005 1.198-.001.004.998.005 1.998 0 2.998-.4.001-.799.001-1.198-.001v-2.995zM5.138 17.372c.092-.1.186-.198.278-.296l.286.29c.416-.001.833.001 1.249.013v.277c-.469.01-.941-.01-1.409.043.354.188.773.095 1.157.16.004.347.004.694-.002 1.04-.13.062-.258.125-.386.188.241.03.482.059.722.095-.077.301-.408.224-.643.266-.064.264.114.767-.277.804-.326.01-.773.122-.959-.235a8.94 8.94 0 0 1 .834-.095l.007-.497a40.305 40.305 0 0 0-1.391.005c.182.126.367.251.552.376l-.127.272c-.21-.113-.419-.227-.628-.343l-.014-.296c-.185-.016-.37-.031-.554-.05.438-.65 1.562.026 2.214-.368-.626-.055-1.256-.012-1.885-.042a10.535 10.535 0 0 1-.008-1.138c.379-.044.797.054 1.142-.146-.486-.044-.974-.025-1.46-.052.133-.523.895-.184 1.303-.271m-.625.771c.112.174.583.176.694.001a.86.86 0 0 0-.694-.001m1.169.009c.08.168.541.15.626-.006a.713.713 0 0 0-.626.006m-1.283.537c.305.032.612.032.917.005-.197-.283-.709-.272-.917-.005m1.154.03c.284.008.569.008.853-.001-.102-.33-.734-.308-.853.001zM8.49 17.254c.883-.031 1.77-.042 2.653.006-.01.978.115 1.985-.064 2.945-.316.071-.773.181-.953-.181.222-.037.444-.066.667-.094l.005-.706-.841.001c-.006.314-.012.629-.024.943l-.318.011c-.013-.319-.02-.638-.028-.958l-.762.006c-.109.311-.179 1.208-.64.893.343-.922.276-1.902.304-2.867m.353.281l-.019.524.769.02.006-.54-.756-.005m1.106.004l.008.536h.839c.001-.179.004-.358.006-.535l-.853-.001m-1.112.822l-.002.58.762-.004.004-.571-.763-.005m1.113.002l.001.574.846.002.002-.575c-.283-.001-.566-.002-.85-.001zM21.149 19.403c.4-.011.8-.012 1.201-.007-.004 1.001.022 2.003-.016 3.005a77.492 77.492 0 0 0-1.181-.007c-.005-.997.002-1.994-.005-2.99z"/><path fill="#83b5da" d="M7.062 13.295c.246-.184.492-.37.722-.571.142.556-.395.817-.748 1.114l-.334-.06.313-.169c.014-.104.03-.209.046-.313z"/><path fill="#0368b4" d="M5.683 18.152a.713.713 0 0 1 .626-.006c-.085.156-.546.174-.626.006z"/></symbol><symbol viewBox="0 0 15 24" id="regulatory--bicycle-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#036f51" d="M.898 0h13.879c.2.215.417.412.636.607v22.72a4.261 4.261 0 0 1-.817.674H1.039c-.455-.208-.782-.6-1.04-1.017V.965C.216.578.504.221.897.001m.747.658C1.11.713.685 1.225.702 1.757.706 8.586.701 15.415.704 22.244c.015.575.548 1.075 1.123 1.054 3.99-.005 7.981.003 11.97-.004.503-.004 1.03-.379 1.054-.908V1.544c-.022-.592-.659-.936-1.195-.914C9.653.653 5.645.598 1.645.658z"/><path fill="#036f51" d="M5.943 1.97l1.025.001v.282c-.273.004-.548-.02-.82.012-.214.112-.008.344.053.492-.087.251-.156.507-.229.762 1.054-.007 2.109.014 3.163-.011-.272-.13-.565-.208-.835-.342l.003-.205c.469-.163.973-.011 1.453-.107.253-.038.64-.153.695.201a1.437 1.437 0 0 1-.804.414c-.218.463.434.733.595 1.123.532-.164 1.093-.408 1.655-.241 1.095.165 1.976 1.225 1.902 2.335.03.664-.304 1.31-.795 1.745-.787.668-2.009.752-2.857.144-.455-.289-.745-.776-.938-1.267-.279-.006-.566.05-.781.239.032.182.077.362.103.545l.196.005v.277c-.194 0-.387 0-.581-.002a6.97 6.97 0 0 1 .068-.35 6.775 6.775 0 0 1-.068-.339 9.721 9.721 0 0 1-.336-.238l.001-.305c-.77-.824-1.501-1.685-2.246-2.533l-.008.214c.848.724 1.13 2.057.524 3.02-.551 1.013-1.931 1.441-2.963.935-.921-.369-1.484-1.401-1.361-2.375.084-1.567 1.996-2.626 3.363-1.836.152-.533.37-1.044.555-1.565.087-.208-.068-.4-.12-.595.085-.175.259-.291.387-.436m-.101 2.043l.001.18c.659.675 1.267 1.4 1.89 2.109l.016-.248h.533c.206-.684.449-1.356.649-2.042-1.03.002-2.059-.001-3.089.001m3.548.253c-.298.879-.553 1.773-.871 2.646.21-.035.419-.078.631-.1-.06-.72.238-1.435.723-1.959-.177-.182-.33-.385-.484-.588M2.829 5.363c-.731.619-.77 1.848-.07 2.506.53.63 1.52.771 2.217.346 1.013-.533 1.262-2.083.356-2.834-.158.652-.785.987-1.129 1.52l-.23-.002-.172-.172c-.001-.077-.001-.155-.003-.232.522-.334.996-.794 1.147-1.415-.662-.391-1.597-.308-2.116.286m7.723-.35c.41.461.668 1.076 1.201 1.412l.005.396c-.668.131-1.349.205-2.007.381.241.714.955 1.275 1.722 1.247.866.039 1.653-.675 1.805-1.509.131-.665-.206-1.351-.738-1.747-.543-.485-1.349-.4-1.988-.18m-.92 1.681c.507-.034 1.005-.144 1.505-.234-.353-.351-.6-.788-.927-1.159-.432.334-.498.893-.578 1.393zM12.847 12.639c.11-.474.744-.583 1.108-.339.165.147.22.374.292.575-.165.004-.33.005-.495.006l-.193-.213-.244.149c-.141.575-.064 1.169-.086 1.754-.02.222.058.434.141.636l.279-.003c.08-.225.084-.465.08-.7l-.216-.01.001-.488h.704c-.035.483.089.992-.094 1.454-.296.484-1.197.384-1.294-.21a5.29 5.29 0 0 1 .018-2.61zM1.478 12.247c.45.049 1.039-.168 1.355.264.261.453.3 1.1-.075 1.506-.214.196-.512.218-.788.206v1.472h-.493v-3.448m.494.493v.983c.115.001.229.004.343.006a.71.71 0 0 0 0-.995 19.79 19.79 0 0 1-.343.006zM3.817 12.246h.526c.255 1.147.461 2.304.729 3.449h-.55c-.053-.308-.124-.611-.176-.918-.167.034-.422-.08-.518.099-.058.274-.111.55-.186.82l-.491-.002c.164-1.16.498-2.289.665-3.447m.137 2.043l.279-.005a12.69 12.69 0 0 1-.111-.613c-.078.199-.12.41-.168.618zM5.419 12.247c.437.051.995-.162 1.323.227.347.462.322 1.185-.121 1.58.139.542.21 1.099.351 1.641h-.551c-.151-.551-.132-1.218-.497-1.67-.027.556-.006 1.113-.013 1.67h-.493v-3.448m.494.493v.842l.419.004c.218-.268.165-.621-.079-.852l-.341.006zM7.39 12.246h.493c.001.322-.004.643.002.964.176-.317.325-.648.498-.966.194.001.389.003.583.007-.194.405-.407.8-.564 1.221.217.738.397 1.486.619 2.223l-.564.001c-.137-.487-.262-.978-.407-1.462-.329.405-.1.98-.167 1.46H7.39v-3.449zM9.431 12.246h.493v3.449h-.493v-3.449zM10.628 12.247l.469-.002c.213.424.295.899.506 1.322.02-.44.006-.88.01-1.321h.493v3.448l-.408.002c-.191-.581-.345-1.175-.572-1.743-.016.581-.001 1.161-.006 1.742h-.493v-3.448zM2.369 18.757c.733-.513 1.477-1.016 2.221-1.51.57-.098.267.616.174.909 2.799.008 5.599.001 8.398.004v1.196c-2.799.002-5.599-.004-8.398.004.07.267.209.533.157.816-.086.156-.294.109-.415.025-.721-.467-1.426-.959-2.136-1.442z"/><path fill="#fff" d="M1.644.659c4-.061 8.008-.005 12.011-.028.536-.023 1.173.322 1.195.914v20.842c-.024.529-.55.904-1.054.908-3.989.006-7.98-.001-11.97.004-.575.02-1.108-.479-1.123-1.054C.7 15.417.705 8.588.701 1.758.684 1.226 1.109.714 1.643.66m4.3 1.31c-.128.144-.302.26-.387.436.053.194.208.386.12.595-.185.522-.403 1.032-.555 1.565-1.367-.79-3.279.269-3.363 1.836-.122.975.441 2.006 1.361 2.375 1.032.505 2.412.077 2.963-.935.606-.963.324-2.296-.524-3.02l.008-.214c.745.848 1.476 1.709 2.246 2.533l-.001.305c.11.082.222.16.336.238.02.113.042.227.068.339a6.97 6.97 0 0 0-.068.35c.194.002.387.002.581.002v-.277l-.196-.005c-.027-.183-.072-.363-.103-.545.215-.189.503-.245.781-.239.194.491.484.978.938 1.267.847.608 2.07.524 2.857-.144.491-.435.825-1.08.795-1.745.073-1.11-.807-2.17-1.902-2.335-.562-.168-1.123.077-1.655.241-.161-.39-.814-.66-.595-1.123.305-.055.59-.187.804-.414-.055-.354-.442-.239-.695-.201-.48.096-.983-.056-1.453.107l-.003.205c.27.134.563.212.835.342-1.054.025-2.109.004-3.163.011.073-.255.142-.511.229-.762-.061-.148-.267-.38-.053-.492.272-.032.547-.008.82-.012v-.282c-.341-.001-.683.001-1.025-.001m6.903 10.668a5.29 5.29 0 0 0-.018 2.61c.097.595.998.694 1.294.21.183-.462.059-.971.094-1.454h-.704l-.001.488.216.01c.004.236 0 .475-.08.7l-.279.003c-.083-.203-.16-.414-.141-.636.022-.585-.055-1.179.086-1.754l.244-.148.193.213.495-.006c-.072-.201-.127-.428-.292-.575-.364-.244-.998-.134-1.108.339m-11.368-.392v3.448h.493v-1.472c.276.013.574-.009.788-.206.374-.406.336-1.053.075-1.506-.316-.432-.905-.215-1.355-.264m2.338-.001c-.168 1.158-.501 2.287-.665 3.447l.491.002c.075-.27.128-.546.186-.82.096-.179.351-.065.518-.099.052.308.123.611.176.918h.55c-.268-1.144-.474-2.301-.729-3.449h-.526m1.601.002v3.448h.493c.006-.557-.015-1.114.013-1.67.365.452.346 1.119.497 1.67h.551c-.141-.542-.212-1.099-.351-1.641.443-.395.468-1.118.121-1.58-.328-.389-.886-.175-1.323-.227m1.97-.001v3.449h.493c.067-.481-.162-1.055.167-1.46.145.484.27.975.407 1.462l.564-.001c-.222-.737-.402-1.485-.619-2.223.158-.421.371-.816.564-1.221a37.774 37.774 0 0 0-.583-.007c-.173.318-.322.649-.498.966-.006-.322-.001-.643-.002-.964H7.39m2.041-.001v3.449h.493v-3.449h-.493m1.197.001v3.448h.493c.005-.581-.01-1.161.006-1.742.227.569.38 1.163.572 1.743l.408-.002v-3.448h-.493c-.004.441.011.881-.01 1.321-.211-.424-.293-.898-.506-1.322l-.469.002m-8.26 6.51c.71.483 1.415.975 2.136 1.442.121.084.329.132.415-.025.052-.283-.087-.549-.157-.816 2.799-.008 5.599-.001 8.398-.004v-1.196c-2.799-.002-5.599.004-8.398-.004.094-.293.396-1.006-.174-.909-.744.494-1.488.997-2.221 1.51z"/><path fill="#fff" d="M5.841 4.012c1.03-.002 2.059.001 3.089-.001-.2.686-.443 1.358-.649 2.042h-.533l-.016.248c-.624-.709-1.231-1.434-1.89-2.109l-.001-.18zM9.389 4.265c.153.203.306.406.484.588-.485.524-.783 1.239-.723 1.959-.213.022-.422.065-.631.1.317-.873.573-1.767.871-2.646zM2.829 5.363c.519-.594 1.454-.676 2.116-.286-.151.621-.625 1.081-1.147 1.415l.003.232.172.172.23.002c.344-.533.971-.868 1.129-1.52.906.751.657 2.301-.356 2.834-.697.426-1.687.284-2.217-.346-.7-.657-.66-1.886.07-2.506zM10.552 5.016c.639-.22 1.445-.305 1.988.18.531.396.869 1.082.738 1.747-.153.834-.939 1.548-1.805 1.509-.767.028-1.481-.533-1.722-1.247.659-.177 1.339-.251 2.007-.381a52.285 52.285 0 0 1-.005-.396c-.533-.336-.79-.951-1.201-1.412z"/><path fill="#fff" d="M9.632 6.697c.08-.5.146-1.059.578-1.393.327.372.574.809.927 1.159-.5.089-.998.199-1.505.234zM1.971 12.74c.115-.001.229-.004.343-.006a.71.71 0 0 1 0 .995 19.79 19.79 0 0 0-.343-.006v-.983zM5.912 12.74l.341-.006c.244.23.297.583.079.852l-.419-.004v-.842zM3.953 14.29c.048-.208.09-.419.168-.618.032.205.068.41.111.613l-.279.005z"/><path fill="#383636" opacity=".69" d="M0 23.798A.467.467 0 0 1 .201 24H0v-.202z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0379c1" d="M10.74 0h2.509c4.189.474 8.072 3.211 9.738 7.11.149.933.557 1.801.687 2.739.695 3.735-.57 7.76-3.26 10.441-2.706 2.797-6.846 4.113-10.669 3.365-.903-.132-1.736-.542-2.64-.669C3.212 21.324.48 17.448-.001 13.267v-2.508c.462-4.001 2.964-7.716 6.596-9.501C7.885.584 9.31.235 10.74.001M9.901 2.03c-.241.246-.013.557.13.785-.102.406-.216.809-.329 1.211-1.048-.325-2.281.486-2.147 1.634.047 1.26 1.785 1.904 2.639.976.771-.7.469-1.865-.189-2.527.63.359 1.214.79 1.803 1.211-.048.547.394.879.902.875l-.157.373c.245.006.489.004.733 0-.131-.116-.263-.229-.382-.356l-.061-.199.337-.385c.168.629.559 1.279 1.248 1.408 1.065.3 2.161-.791 1.867-1.857-.178-.938-1.232-1.413-2.102-1.133-.184-.33-.361-.664-.533-1.001.216-.232.433-.463.636-.707a13.096 13.096 0 0 0-1.681.01c.179.25.493.284.766.364l-.16.382c-.905.004-1.811-.003-2.716.005a2.593 2.593 0 0 0-.185-.778c.199.008.397.013.597.018l-.004-.457c-.331.037-.723-.057-1.008.145M2.019 8.65c-.151.94-.01 1.912-.21 2.844-.362.687-.163 1.481-.213 2.221-.015.324.005.844.439.857.988.029 1.976.025 2.963.058-.146-.747.293-1.591 1.097-1.679.926-.152 1.627.813 1.441 1.675h7.78c-.114-.766.349-1.643 1.189-1.685.897-.084 1.528.843 1.347 1.674 1.477-.295 2.95-.602 4.427-.898-.008-1.314.02-2.63-.009-3.943-.005-.683-.632-1.257-1.308-1.233-6.143-.014-12.287.003-18.429-.008-.169.025-.389-.029-.514.116m3.86 4.607c-.735.254-.871 1.355-.235 1.793.61.505 1.641.041 1.666-.749.093-.738-.756-1.36-1.431-1.044m10.296.014c-.74.279-.83 1.41-.154 1.815.598.439 1.557.004 1.605-.739.143-.767-.761-1.431-1.451-1.076z"/><path fill="#0379c1" d="M10.147 3.676c.871-.439 1.957-.081 2.913-.196-.188.465-.377.928-.57 1.392l-.272.074.099-.498c-.267.015-.561.014-.74.25-.481-.335-.966-.663-1.43-1.022zM13.483 3.562c.122.226.243.453.362.681a2.68 2.68 0 0 0-.665 1.164 9.325 9.325 0 0 1-.297-.334c.197-.505.397-1.01.601-1.511zM8.048 5.379c.069-.738.891-1.073 1.538-.856-.132.413-.389.763-.693 1.065l.264.133c.386-.197.654-.535.867-.903.241.565.216 1.335-.399 1.644-.72.436-1.746-.245-1.577-1.084zM14.438 4.461c.415-.011.899.008 1.167.381.514.585.152 1.638-.637 1.735-.607.141-1.102-.344-1.28-.88.436-.008.871-.013 1.305-.052-.18-.397-.375-.787-.555-1.184zM12.21 5.187c.429-.276.916.364.477.659-.404.306-.865-.337-.477-.659zM2.935 9.624c.397-.013.822-.114 1.2.047.074 1.365.044 2.742.006 4.109-.396.014-.792.016-1.189.006-.089-1.384-.058-2.776-.018-4.163zM5.153 9.603c1.181 0 2.366-.067 3.543.039a42.26 42.26 0 0 1 0 1.67c-1.18.109-2.366.004-3.547.029a8.276 8.276 0 0 1 .004-1.738zM9.426 9.661a16.773 16.773 0 0 1 3.492 0c.036.528.208 1.253-.105 1.666-1.121.034-2.277.109-3.387-.041a4.978 4.978 0 0 1 0-1.625zM13.651 9.638a26.389 26.389 0 0 1 3.557.001c.014.557.014 1.116 0 1.675a27.415 27.415 0 0 1-3.557-.001 35.974 35.974 0 0 1 0-1.675zM17.921 9.624c1.006-.044 2.02-.074 3.023.001.71.202.603 1.098.485 1.66-1.149.164-2.344.061-3.51.043a10.892 10.892 0 0 1 .001-1.704zM6.131 13.741c.574-.173.874.753.293.937-.62.256-.952-.794-.293-.937zM16.423 13.751c.603-.234.932.789.295.937-.593.203-.904-.768-.295-.937z"/><path fill="#fff" d="M9.901 2.03c.286-.202.677-.108 1.008-.145l.004.457c-.199-.005-.397-.01-.597-.018a2.6 2.6 0 0 1 .185.778c.905-.008 1.811-.001 2.716-.005l.16-.382c-.273-.08-.587-.114-.766-.364.56-.047 1.121-.036 1.681-.01-.203.244-.42.475-.636.707.173.337.349.67.533 1.001.87-.281 1.924.194 2.102 1.133.295 1.065-.801 2.156-1.867 1.857-.69-.13-1.081-.78-1.248-1.408l-.337.385.061.199c.119.127.251.24.382.356-.244.004-.488.006-.733 0l.157-.373c-.508.004-.95-.328-.902-.875-.589-.422-1.173-.852-1.803-1.211.658.662.96 1.827.189 2.527-.853.927-2.592.283-2.639-.976-.133-1.148 1.1-1.959 2.147-1.634.113-.403.227-.805.329-1.211-.142-.227-.371-.538-.13-.785m.25 1.643c.463.359.949.687 1.43 1.022.179-.236.474-.235.74-.25-.033.166-.067.331-.099.498l.272-.074c.193-.464.382-.927.57-1.392-.956.114-2.042-.244-2.913.196m3.336-.114c-.203.502-.404 1.006-.601 1.511.097.113.196.225.297.334.128-.437.34-.842.665-1.164-.119-.227-.24-.455-.362-.681M8.048 5.379c-.169.839.857 1.52 1.577 1.084.615-.31.64-1.079.399-1.644-.213.368-.481.706-.867.903l-.264-.133c.305-.302.561-.653.693-1.065-.646-.217-1.469.118-1.538.856m6.39-.919c.18.396.375.786.555 1.184-.434.039-.87.044-1.305.052.178.536.673 1.021 1.28.88.79-.097 1.152-1.149.637-1.735-.268-.373-.752-.392-1.167-.381m-.759.888c.259.003.519.005.778.006-.13-.227-.262-.453-.394-.679-.131.222-.259.447-.385.673m-1.468-.162c-.387.323.074.965.477.659.438-.295-.048-.935-.477-.659zM2.019 8.65c.126-.145.345-.09.514-.116 6.142.01 12.286-.006 18.429.008.676-.024 1.303.55 1.308 1.233.029 1.313.001 2.629.009 3.943-1.477.296-2.95.603-4.427.898.18-.83-.451-1.757-1.347-1.674-.839.042-1.303.919-1.189 1.685h-7.78c.185-.862-.516-1.827-1.441-1.675-.804.088-1.243.932-1.097 1.679-.987-.033-1.975-.029-2.963-.058-.434-.013-.455-.533-.439-.857.051-.74-.149-1.534.213-2.221.199-.932.058-1.905.21-2.844m.916.973c-.041 1.387-.071 2.778.018 4.163.396.01.792.008 1.189-.006.038-1.368.067-2.744-.006-4.109-.378-.161-.803-.06-1.2-.047m2.217-.022a8.344 8.344 0 0 0-.004 1.738c1.181-.025 2.367.08 3.547-.029a42.26 42.26 0 0 0 0-1.67c-1.177-.107-2.362-.039-3.543-.039m4.273.058a4.978 4.978 0 0 0 0 1.625c1.11.15 2.265.075 3.387.041.314-.413.141-1.138.105-1.666a16.773 16.773 0 0 0-3.492 0m4.225-.023a35.974 35.974 0 0 0 0 1.675c1.182.079 2.375.077 3.557.001.014-.559.014-1.117 0-1.675a26.389 26.389 0 0 0-3.557-.001m4.27-.014a10.653 10.653 0 0 0-.001 1.704c1.166.018 2.361.121 3.51-.043.118-.561.225-1.458-.485-1.66-1.003-.075-2.018-.046-3.023-.001z"/><path fill="#fff" d="M5.879 13.256c.676-.316 1.524.306 1.431 1.044-.025.79-1.057 1.255-1.666.749-.636-.438-.5-1.539.235-1.793m.252.485c-.659.143-.326 1.194.293.937.58-.184.281-1.11-.293-.937zM16.175 13.27c.691-.356 1.595.309 1.451 1.076-.048.743-1.007 1.178-1.605.739-.677-.405-.587-1.535.154-1.815m.248.481c-.61.169-.298 1.14.295.937.637-.149.309-1.171-.295-.937z"/><path fill="#1281c5" d="M13.679 5.349c.126-.226.254-.451.385-.673.132.226.264.452.394.679l-.778-.006z"/><path fill="#c1c1c1" opacity=".76" d="M22.988 7.11c.55 1.129.81 2.368 1.012 3.6v2.574c-.222 1.487-.613 2.96-1.328 4.291-1.812 3.529-5.451 5.973-9.382 6.425h-2.577c-1.234-.201-2.476-.461-3.608-1.015.904.127 1.737.537 2.64.669 3.823.748 7.963-.568 10.669-3.365 2.69-2.681 3.954-6.706 3.26-10.441-.13-.938-.538-1.806-.687-2.739z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.537 0h2.926c4.116.55 7.896 3.263 9.543 7.101.518 1.083.765 2.265.993 3.437v2.926c-.55 4.116-3.263 7.896-7.101 9.543-1.083.518-2.265.765-3.437.993h-2.928c-4.114-.55-7.896-3.263-9.542-7.102-.518-1.083-.765-2.263-.993-3.436v-2.926C.226 9.365.474 8.184.991 7.1 2.638 3.261 6.419.548 10.535-.001M7.764 7.875c.048.544 1.024.644.748 1.257-.301.659-.65 1.297-.937 1.962-1.427-.68-3.294-.304-4.219 1.013-1.083 1.378-.789 3.562.613 4.61 1.463 1.25 3.914.814 4.895-.829.957-1.403.514-3.365-.739-4.434.091-.13.183-.261.276-.39 1.268.833 2.35 1.913 3.531 2.861.595.647 1.543.373 2.319.459.297 1.874 2.263 3.304 4.134 2.786 1.953-.416 3.132-2.755 2.29-4.572-.708-1.744-2.924-2.529-4.597-1.689-.444-.699-1.224-1.455-.593-2.295.489.114 1.077-.408.585-.813-.741-.131-1.509-.045-2.259-.041-.439-.023-.361.497-.392.789.46.028.92.034 1.379.041l-.248.532c-1.818.013-3.636-.005-5.452.003.191-.849-1.03-1.093-.713-1.912.675-.008 1.352.016 2.022-.07l.025-.427c-.691-.02-1.387-.064-2.076.012-.521.076-.663.705-.59 1.147z"/><path fill="#035ca1" d="M9.015 9.772c1.79-.013 3.58-.025 5.37-.03-.606 1.241-1.216 2.481-1.823 3.722-1.307-1.032-2.62-2.057-3.917-3.101.121-.198.244-.394.37-.59zM14.879 10.28c.198.339.394.68.591 1.02a4.012 4.012 0 0 0-1.244 2.428c-.332-.004-.663-.007-.996-.009l1.648-3.438zM16.414 11.428c1.288-.553 2.928-.044 3.548 1.241.808 1.456-.11 3.482-1.741 3.825-1.484.4-3.032-.659-3.33-2.137.971-.029 1.945.034 2.913-.074l.168-.39c-.439-.871-1.067-1.627-1.559-2.465zM5.279 11.505c.686-.249 1.416-.076 2.079.162-.261.513-.481 1.049-.792 1.535-.265.412-.963.566-.834 1.166.215.005.431.011.647.015.687-.638 1.075-1.5 1.5-2.316.546.565.93 1.321.857 2.124 0 1.384-1.265 2.579-2.636 2.568-1.219.033-2.38-.867-2.643-2.059-.357-1.329.499-2.823 1.822-3.194z"/><path fill="#035ca1" d="M14.873 13.673c.102-.695.43-1.329.914-1.835.416.602.823 1.211 1.205 1.835-.707.004-1.413.005-2.119 0z"/><path fill="#fff" d="M7.764 7.875c-.073-.442.069-1.071.59-1.147.69-.076 1.386-.032 2.076-.012l-.025.427c-.67.086-1.347.062-2.022.07-.317.819.904 1.063.713 1.912 1.817-.008 3.634.011 5.452-.003l.248-.532c-.459-.007-.919-.013-1.379-.041.032-.292-.046-.812.392-.789.75-.004 1.518-.09 2.259.041.492.404-.095.927-.585.813-.631.841.149 1.596.593 2.295 1.673-.839 3.889-.054 4.597 1.689.842 1.817-.337 4.156-2.29 4.572-1.871.518-3.837-.912-4.134-2.786-.776-.086-1.724.188-2.319-.459-1.181-.948-2.263-2.029-3.531-2.861-.093.129-.184.26-.276.39 1.253 1.069 1.696 3.031.739 4.434-.981 1.643-3.433 2.079-4.895.829-1.402-1.049-1.696-3.233-.613-4.61.926-1.317 2.792-1.693 4.219-1.013.288-.666.636-1.303.937-1.962.276-.613-.7-.713-.748-1.257m1.253 1.897c-.126.196-.249.392-.37.59 1.297 1.045 2.61 2.07 3.917 3.101.607-1.241 1.217-2.481 1.823-3.722-1.79.005-3.58.017-5.37.03m5.864.509l-1.648 3.438.996.009a4.015 4.015 0 0 1 1.244-2.428c-.198-.339-.394-.68-.591-1.02m1.534 1.149c.492.838 1.12 1.594 1.559 2.465l-.168.39c-.968.109-1.943.045-2.913.074.297 1.478 1.846 2.538 3.33 2.137 1.631-.343 2.549-2.37 1.741-3.825-.621-1.285-2.261-1.794-3.548-1.241m-11.136.077c-1.323.371-2.179 1.866-1.822 3.194.263 1.192 1.424 2.092 2.643 2.059 1.371.011 2.636-1.184 2.636-2.568.073-.804-.31-1.559-.857-2.124-.424.817-.813 1.679-1.5 2.316a69.025 69.025 0 0 1-.647-.015c-.129-.599.569-.753.834-1.166.31-.487.53-1.022.792-1.535-.663-.237-1.394-.411-2.079-.162m9.594 2.169c.705.005 1.412.004 2.119 0a39.146 39.146 0 0 0-1.205-1.835 3.37 3.37 0 0 0-.914 1.835z"/></symbol><symbol viewBox="0 0 30 24" id="regulatory--bicycles-only--g2" xmlns="http://www.w3.org/2000/svg"><path d="M1.474 0h27.534l-.255.12C19.758.217 10.757.121 1.761.168 1.11.212.2.596.278 1.378c.006 7.123.001 14.246.001 21.37-.032.864 1.047 1.136 1.736 1.17 8.949.004 17.899.019 26.848-.008l.264.09H1.292c-.517-.157-.946-.491-1.292-.897V1.022C.304.466.891.173 1.474 0z"/><path d="M.668 1.379C.629.763 1.359.443 1.886.439 10.69.431 19.496.438 28.301.436c.531-.033 1.016.239 1.331.653-.009 7.223.009 14.447-.008 21.669-.112.784-1.074.87-1.707.882-8.549 0-17.099.005-25.65-.003-.597-.016-1.574-.124-1.598-.897-.006-7.12 0-14.242-.003-21.363m.707.129c.019 7.161-.043 14.325.03 21.485.235.101.474.219.736.203 8.679-.004 17.358 0 26.037-.003.34.016.824-.139.734-.568.003-7.172.005-14.347-.001-21.519-.263-.155-.552-.273-.863-.246C19.41.863 10.775.854 2.14.862c-.405-.033-.875.157-.768.644z"/><path d="M4.317 17.363c.552.018 1.113-.053 1.659.045.724.267.721 1.287.245 1.785.705.472.643 1.681-.129 2.045-.575.155-1.185.049-1.773.077.003-1.317.004-2.635-.001-3.952m.411.461v1.218c.371-.011.754.035 1.119-.057.379-.208.398-.888.02-1.107-.373-.087-.76-.043-1.139-.054m-.001 1.663l.001 1.384c.421-.018.865.064 1.264-.102.394-.258.411-.99-.023-1.218-.404-.11-.83-.052-1.243-.064zM10.34 17.361l.581.005c-.435.529-.859 1.069-1.299 1.594.446.784.885 1.573 1.33 2.357l-.556-.004c-.355-.661-.716-1.317-1.077-1.976-.633.485-.519 1.276-.5 1.978l-.412.001v-3.955h.411c-.003.644-.004 1.288 0 1.934.514-.639 1.017-1.288 1.522-1.935zM11.336 17.363h2.27c-.003.163-.005.327-.006.491l-1.835-.001v1.195h1.698c.001.158.001.315.004.472-.568-.003-1.136-.003-1.703-.003.003.448.001.896.009 1.344l1.852-.001.001.456-2.29-.001c.003-1.317.001-2.635.001-3.952zM18.699 17.365l.476-.001c.356 1.324.754 2.635 1.118 3.956l-.465-.008c-.102-.393-.208-.784-.309-1.177-.393.003-.787-.016-1.179.01-.208.357-.258.781-.374 1.172l-.435-.005c.384-1.317.772-2.634 1.167-3.947m.225.597c-.183.571-.331 1.155-.513 1.727.326.001.651.003.976.001-.157-.576-.327-1.148-.464-1.728zM22.758 17.357l.389.009c0 1.317-.001 2.634 0 3.951-.162-.001-.325-.001-.485-.003-.523-1.061-1.046-2.123-1.587-3.176-.008 1.06-.003 2.12-.003 3.179l-.4-.004c.001-1.315.003-2.63-.001-3.945l.486-.018c.548 1.062 1.037 2.155 1.597 3.213.006-1.07 0-2.139.004-3.208zM7.3 17.365c.109 0 .327-.001.436-.003v3.955l-.436-.004v-3.949zM15.381 17.362l.433.005c.001 1.165-.006 2.331.005 3.495l1.563-.001-.003.456-1.998-.001v-3.954zM23.837 17.363l2.269-.001-.001.493-1.837-.001c.003.398.003.797.001 1.195.563-.001 1.128 0 1.691.001l-.001.471c-.565-.003-1.128-.003-1.691-.003.003.448.001.896.008 1.344l1.853-.001.001.455h-2.294c.003-1.317.001-2.635.001-3.952z"/><path fill="#fff" d="M.278 1.378C.2.596 1.11.212 1.761.168 10.757.121 19.758.217 28.753.12c.536.237 1.355.524 1.281 1.254-.005 7.124.001 14.25-.003 21.374.029.616-.633.878-1.072 1.142l-.096.02c-8.949.027-17.899.011-26.848.008-.688-.034-1.767-.306-1.736-1.17 0-7.124.005-14.247-.001-21.37m.39.001c.003 7.12-.004 14.242.003 21.363.024.773 1 .88 1.598.897 8.55.008 17.101.003 25.65.003.633-.011 1.594-.097 1.707-.882.016-7.223-.001-14.447.008-21.669-.316-.414-.801-.686-1.331-.653C19.498.439 10.692.433 1.888.441 1.361.445.631.764.67 1.381z"/><path fill="#fff" d="M1.373 1.506c-.107-.488.363-.677.768-.644 8.635-.008 17.27.001 25.906-.004.311-.027.6.091.863.246.006 7.172.004 14.347.001 21.519.09.429-.394.585-.734.568-8.679.003-17.358-.001-26.037.003-.263.015-.501-.102-.736-.203-.073-7.16-.011-14.324-.03-21.485m8.513.561c-.376.138-.621.572-.584.968.117.613 1.05.796.904 1.504-.153.782-.515 1.504-.764 2.257-.97-.083-2-.173-2.908.255-1.887.792-3.068 3.003-2.545 5.006.457 2.132 2.697 3.664 4.851 3.318 2.228-.232 3.995-2.419 3.777-4.645-.1-1.573-1.152-2.982-2.554-3.661.09-.212.182-.426.274-.637 1.834 1.499 3.618 3.059 5.453 4.557.558.509 1.363.248 2.04.331.159 2.163 2.053 4.119 4.269 4.069 2.308.184 4.475-1.847 4.497-4.151.105-1.69-.923-3.342-2.43-4.08-1.12-.579-2.471-.536-3.643-.143-.447-.721-.855-1.465-1.275-2.202l.202-.414a1.71 1.71 0 0 0 1.317-1.157c-1.21-.005-2.424-.053-3.632.038.45.419 1.043.613 1.58.892-.082.222-.164.445-.249.667-2.5.004-5.001.003-7.502.001.111-.83-.408-1.504-1.014-1.995.584-.258 1.22.008 1.827.018.081-.208.159-.418.236-.628-.702-.104-1.417-.249-2.128-.171M4.317 17.363c.005 1.317.004 2.635.001 3.952.589-.028 1.199.078 1.773-.077.772-.364.834-1.573.129-2.045.476-.498.479-1.518-.245-1.785-.546-.099-1.107-.028-1.659-.045m6.024-.002c-.505.647-1.008 1.296-1.522 1.935-.004-.645-.003-1.29 0-1.934h-.411v3.955l.412-.001c-.019-.702-.133-1.493.5-1.978.361.658.723 1.315 1.077 1.976l.556.004c-.445-.784-.884-1.573-1.33-2.357.44-.525.864-1.065 1.299-1.594-.193-.003-.387-.004-.581-.005m.996.001c0 1.317.001 2.635-.001 3.952l2.29.001-.001-.456-1.852.001c-.008-.448-.006-.896-.009-1.344.567 0 1.134 0 1.703.003-.003-.158-.003-.315-.004-.472h-1.698v-1.195l1.835.001c.001-.164.004-.328.006-.491h-2.27m7.364.002a495.38 495.38 0 0 0-1.167 3.947c.145.003.289.004.435.005.116-.392.165-.815.374-1.172.392-.027.786-.008 1.179-.01.101.393.207.784.309 1.177l.465.008c-.364-1.321-.762-2.632-1.118-3.956l-.476.001m4.058-.008c-.004 1.07.003 2.139-.004 3.208-.56-1.059-1.048-2.151-1.597-3.213l-.486.018c.004 1.315.003 2.63.001 3.945l.4.004c0-1.06-.005-2.12.003-3.179.541 1.052 1.064 2.115 1.587 3.176l.485.003c-.001-1.317 0-2.634 0-3.951l-.389-.009M7.3 17.365v3.949l.436.004v-3.955a63.37 63.37 0 0 1-.436.003m8.081-.004v3.954l1.998.001.003-.456-1.563.001c-.011-1.165-.004-2.331-.005-3.495l-.433-.005m8.456.001c0 1.317.001 2.635-.001 3.952h2.294l-.001-.455-1.853.001c-.006-.448-.005-.896-.008-1.344.563 0 1.127 0 1.691.003l.001-.471c-.563-.001-1.128-.003-1.691-.001.001-.398.001-.797-.001-1.195l1.837.001.001-.493-2.269.001z"/><path fill="#fff" d="M10.571 5.541c2.534-.069 5.072-.024 7.607-.027a711.917 711.917 0 0 1-2.007 4.872c-1.881-1.594-3.851-3.111-5.6-4.845zM16.83 10.581c.675-1.636 1.333-3.279 2.065-4.89.346.527.656 1.076.976 1.619-1.041.808-1.856 1.929-2.032 3.261-.336.005-.673.01-1.009.009zM4.845 10.269c.394-1.872 2.418-3.068 4.263-2.62-.354 1.141-.873 2.226-1.209 3.37-.124.336.447.605.585.259.517-1.084.824-2.257 1.299-3.36 1.491.687 2.347 2.505 1.847 4.083-.462 1.77-2.464 2.955-4.235 2.453-1.789-.414-3.063-2.386-2.549-4.185zM20.992 7.791c1.66-.627 3.702.139 4.419 1.787.978 1.906-.287 4.441-2.366 4.873-2.008.557-4.185-1.06-4.325-3.12 1.334-.121 2.696.121 4.013-.157-.347-1.228-1.203-2.236-1.741-3.384z"/><path fill="#fff" d="M18.726 10.583A4.025 4.025 0 0 1 20.3 8.135c.52.793.999 1.613 1.477 2.433-1.017.035-2.034.03-3.051.015zM4.729 17.824c.379.011.767-.033 1.139.054.378.219.359.898-.02 1.107-.365.092-.748.045-1.119.057v-1.218zM18.923 17.962c.136.58.307 1.152.464 1.728-.326.001-.651 0-.976-.001.182-.572.33-1.156.513-1.727zM4.728 19.487c.413.013.839-.045 1.243.064.433.227.417.96.023 1.218-.399.167-.844.085-1.264.102l-.001-1.384z"/><path opacity=".8" d="M28.753.12c.675-.061 1.208.359 1.563.887v21.974c-.253.536-.758.891-1.357.909.44-.264 1.101-.525 1.072-1.142.004-7.124-.003-14.25.003-21.374.075-.73-.745-1.017-1.281-1.254z"/><path fill="#030303" d="M9.887 2.067c.711-.078 1.426.067 2.128.171-.077.21-.155.419-.236.628-.606-.01-1.243-.275-1.827-.018.606.49 1.125 1.165 1.014 1.995 2.501.001 5.002.003 7.502-.001.085-.222.167-.445.249-.667-.537-.279-1.131-.472-1.58-.892 1.208-.091 2.421-.043 3.632-.038a1.71 1.71 0 0 1-1.317 1.157l-.202.414c.419.736.827 1.48 1.275 2.202 1.172-.393 2.523-.436 3.643.143 1.507.738 2.535 2.39 2.43 4.08-.021 2.304-2.189 4.335-4.497 4.151-2.217.051-4.11-1.906-4.269-4.069-.677-.083-1.482.178-2.04-.331-1.835-1.498-3.619-3.058-5.453-4.557-.092.211-.184.424-.274.637 1.402.678 2.454 2.088 2.554 3.661.219 2.226-1.549 4.412-3.777 4.645-2.154.346-4.393-1.186-4.851-3.318-.523-2.003.658-4.214 2.545-5.006.908-.428 1.938-.339 2.908-.255.249-.753.611-1.475.764-2.257.145-.709-.787-.892-.904-1.504-.038-.395.207-.83.584-.968m.683 3.471c1.748 1.734 3.719 3.251 5.6 4.845a711.917 711.917 0 0 0 2.007-4.872c-2.535.003-5.073-.043-7.607.027m6.259 5.04c.336.001.673-.004 1.009-.009.177-1.333.992-2.453 2.032-3.261-.321-.543-.63-1.093-.976-1.619-.733 1.611-1.391 3.254-2.065 4.89m-11.985-.313c-.514 1.799.76 3.771 2.549 4.185 1.771.501 3.773-.683 4.235-2.453.5-1.578-.356-3.395-1.847-4.083-.475 1.103-.782 2.276-1.299 3.36-.138.346-.709.077-.585-.259.336-1.144.855-2.229 1.209-3.37-1.845-.448-3.869.748-4.263 2.62m16.148-2.478c.538 1.148 1.393 2.156 1.741 3.384-1.317.278-2.679.035-4.013.157.14 2.06 2.317 3.677 4.325 3.12 2.079-.432 3.344-2.967 2.366-4.873-.716-1.648-2.759-2.414-4.419-1.787m-2.266 2.791c1.017.015 2.034.02 3.051-.015-.477-.82-.956-1.64-1.477-2.433a4.025 4.025 0 0 0-1.574 2.448z"/></symbol><symbol viewBox="0 0 32 24" id="regulatory--bicycles-only--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M0 0h31.945v24H0V0m1.18.435C11.33.639 21.506.327 31.655.592c-.71-.444-1.566-.326-2.359-.344C20.249.256 11.2.25 2.153.251c-.331.007-.669.04-.973.184M.194 2.648C.265 9.534.12 16.429.267 23.31.32 16.866.274 10.418.29 3.973.321 2.93.105 1.821.603.853c-.498.468-.399 1.18-.409 1.796m13.092-.365c-.222.232-.447.46-.672.689l.434.348c-.321 1.049-.641 2.1-.973 3.146-1.639-.924-3.905-.412-4.889 1.217-1.145 1.683-.488 4.231 1.327 5.151 1.379.78 3.246.503 4.33-.654 1.326-1.274 1.395-3.612.114-4.939-.235-.218-.406-.48-.349-.816 1.006.983 1.917 2.061 2.882 3.085.667.776 1.534 1.49 1.769 2.531l-.318.444c.338.007.677.007 1.016 0-.498-.323-.612-.899-.737-1.433.48-.154.973-.263 1.466-.364.447 1.304 1.599 2.375 2.991 2.546 1.61.271 3.305-.717 3.886-2.236.68-1.586.015-3.587-1.473-4.456-1.159-.75-2.69-.67-3.86.01-.42-.564-.847-1.126-1.265-1.693l.154-.535c.511-.136 1.129-.24 1.319-.819-1.14.02-2.33-.079-3.428.28.482.318 1.049.425 1.604.538l-.281.291c-1.693.056-3.39.003-5.085.022.139-.454.278-.907.422-1.359a43.564 43.564 0 0 1-.396-.478 29.699 29.699 0 0 1 1.579-.026c0-.124 0-.369-.002-.493-.521 0-1.044 0-1.567.007M1.121 14.981c.007 2.513-.017 5.025.01 7.536-.045.465.422.766.847.697 9.496-.002 18.99-.002 28.484 0 .43.076.876-.237.849-.697.03-2.511.003-5.023.01-7.536-10.067-.002-20.134-.002-30.2 0z"/><path fill="#030303" d="M13.084 5.212c1.728.003 3.456-.002 5.184.003-.442 1.574-.871 3.153-1.322 4.726l-.177-.553c.127-.118.253-.238.377-.361a12.39 12.39 0 0 0-1.056.036c.371.169.53.511.627.884-1.326-1.334-2.557-2.758-3.84-4.135.07-.2.137-.401.207-.601zM18.763 5.58l1.018 1.321c-.894.814-1.327 2.028-1.217 3.224-.377.083-.755.164-1.132.242.439-1.597.894-3.19 1.331-4.787zM7.96 7.791c.895-1.17 2.638-1.392 3.885-.672-.455.862-1.021 1.695-1.826 2.266-.397.237.055.844.399.574.713-.748 1.389-1.546 1.897-2.451.943.977 1.19 2.575.409 3.724-.844 1.402-2.916 1.788-4.212.788-1.339-.922-1.614-2.994-.551-4.229zM20.643 7.096c1.314-.756 3.161-.407 3.987.9 1.064 1.458.354 3.767-1.347 4.375-1.538.674-3.395-.262-3.929-1.816 1.051-.346 2.297-.311 3.239-.804-.538-.935-1.346-1.741-1.95-2.655z"/><path fill="#030303" d="M19.213 9.981c-.01-.937.31-1.855.97-2.529.505.664 1.005 1.334 1.505 2.003-.824.174-1.647.361-2.474.526zM2.521 16.388c.738.031 1.496-.086 2.221.068.983.437.985 1.857.245 2.527.626.594.886 1.637.288 2.34-.672.828-1.839.442-2.754.523.002-1.821.002-3.64 0-5.459m.834.734c-.003.505-.003 1.01 0 1.514.563.03 1.435.012 1.394-.773.131-.841-.844-.751-1.394-.742m-.045 2.234c0 .588-.002 1.175.003 1.764.636.046 1.665-.025 1.526-.924.003-.828-.907-.902-1.529-.841zM6.084 16.386h.77v5.462h-.77v-5.462zM7.448 16.386h.788c0 .725-.003 1.45.005 2.177.419-.723.831-1.45 1.243-2.177h.91c-.379.631-.748 1.266-1.129 1.895.41 1.193.847 2.38 1.266 3.572-.281-.005-.563-.01-.844-.017a84.643 84.643 0 0 0-.953-2.652c-.589.775-.53 1.745-.497 2.662-.263.002-.526.002-.79.002v-5.462zM11.005 16.388c.856-.002 1.711-.002 2.567-.002v.745c-.593.002-1.185.002-1.778.002l-.002 1.404c.386.002.773.002 1.16.002-.002.248-.002.497-.002.745-.386.002-.771.002-1.157.002a275.73 275.73 0 0 0 0 1.819c.675-.002 1.351-.002 2.026 0l.002.745c-.94 0-1.879 0-2.817-.002 0-1.819.002-3.64 0-5.459zM16.552 16.386h.788v4.759h2.026v.703h-2.814v-5.462zM20.885 16.386h.778c.455 1.821.912 3.641 1.364 5.462l-.799-.002c-.122-.497-.245-.993-.371-1.488h-1.175c-.126.495-.25.991-.371 1.488l-.791.002c.454-1.821.91-3.641 1.366-5.462m-.011 3.181l.773.003a207.03 207.03 0 0 0-.386-1.553 46.716 46.716 0 0 0-.387 1.549zM23.417 16.391l.786-.012c.506 1.061.957 2.147 1.48 3.198.022-1.064.007-2.127.012-3.191h.788c0 1.821.002 3.643-.002 5.464l-.598-.005a305.236 305.236 0 0 0-1.668-3.625c-.017 1.21-.003 2.418-.008 3.628-.263 0-.526 0-.788-.002 0-1.819.002-3.638-.002-5.455zM27.103 16.386h2.564l.008.738c-.594.01-1.19.008-1.784.01v1.402c.386.002.773.002 1.16.005-.002.247-.003.495-.003.742l-1.157.003c-.002.604-.002 1.21 0 1.816.675.002 1.351.002 2.026 0l.005.745c-.94.003-1.88.002-2.819.002-.002-1.821-.002-3.641 0-5.462z"/><path fill="#818181" d="M1.18.435c.305-.144.642-.177.973-.184C11.2.249 20.249.256 29.296.248c.793.018 1.649-.099 2.359.344C21.505.327 11.329.638 1.18.435z"/><path fill="#fff" d="M.194 2.648C.204 2.032.105 1.321.603.852.105 1.82.322 2.929.29 3.972.273 10.417.32 16.866.267 23.309.12 16.428.265 9.533.194 2.647zM13.286 2.284c.523-.007 1.046-.007 1.567-.007.002.124.002.369.002.493-.526-.002-1.053 0-1.579.026.131.161.262.319.396.478-.144.452-.283.905-.422 1.359 1.695-.018 3.391.035 5.085-.022.071-.073.212-.218.281-.291-.554-.113-1.122-.22-1.604-.538 1.097-.359 2.287-.26 3.428-.28-.19.579-.808.684-1.319.819l-.154.535c.417.568.844 1.129 1.265 1.693 1.17-.68 2.701-.76 3.86-.01 1.488.869 2.153 2.87 1.473 4.456-.581 1.519-2.276 2.508-3.886 2.236-1.392-.17-2.544-1.241-2.991-2.546-.493.101-.986.21-1.466.364.124.535.238 1.111.737 1.433a24.58 24.58 0 0 1-1.016 0l.318-.444c-.235-1.041-1.102-1.754-1.769-2.531-.965-1.025-1.875-2.102-2.882-3.085-.056.336.114.598.349.816 1.281 1.327 1.212 3.665-.114 4.939-1.084 1.157-2.951 1.433-4.33.654-1.816-.92-2.473-3.468-1.327-5.151.985-1.629 3.251-2.14 4.889-1.217.333-1.046.652-2.097.973-3.146l-.434-.348c.225-.228.45-.457.672-.689m-.204 2.932c-.07.2-.137.401-.207.601 1.283 1.377 2.514 2.801 3.84 4.135-.098-.372-.257-.715-.627-.884a12.39 12.39 0 0 1 1.056-.036c-.124.122-.25.243-.377.361.06.184.118.367.177.553.452-1.572.881-3.151 1.322-4.726-1.728-.005-3.456 0-5.184-.003m5.679.367c-.437 1.597-.892 3.19-1.331 4.787.377-.078.755-.159 1.132-.242-.111-1.197.323-2.41 1.217-3.224L18.763 5.58M7.96 7.791c-1.063 1.235-.788 3.307.551 4.229 1.296 1 3.368.614 4.212-.788.781-1.149.535-2.748-.409-3.724-.508.905-1.183 1.703-1.897 2.451-.344.27-.796-.338-.399-.574.804-.571 1.37-1.404 1.826-2.266-1.246-.72-2.989-.498-3.885.672m12.684-.695c.604.914 1.412 1.72 1.95 2.655-.942.493-2.188.458-3.239.804.535 1.554 2.392 2.489 3.929 1.816 1.702-.607 2.412-2.916 1.347-4.375-.826-1.308-2.673-1.657-3.987-.9m-1.43 2.885c.828-.166 1.65-.353 2.474-.526-.5-.669-1-1.339-1.505-2.003-.66.674-.98 1.592-.97 2.529zM1.121 14.981c10.067-.002 20.134-.002 30.2 0-.007 2.513.02 5.025-.01 7.536.026.46-.419.773-.849.697-9.494-.002-18.988-.002-28.484 0-.425.07-.892-.232-.847-.697-.026-2.511-.003-5.023-.01-7.536m1.4 1.407c.002 1.819.002 3.638 0 5.459.915-.081 2.082.305 2.754-.523.598-.703.338-1.746-.288-2.34.74-.67.738-2.09-.245-2.527-.725-.154-1.483-.036-2.221-.068m3.563-.003v5.462h.77v-5.462h-.77m1.364 0v5.462c.263 0 .526 0 .79-.002-.033-.917-.093-1.887.497-2.662.336.877.647 1.764.953 2.652.281.007.563.012.844.017-.419-1.192-.856-2.378-1.266-3.572.381-.629.75-1.265 1.129-1.895h-.91c-.412.727-.824 1.453-1.243 2.177-.008-.727-.005-1.452-.005-2.177h-.788m3.556.002c.002 1.819 0 3.64 0 5.459.938.002 1.877.002 2.817.002l-.002-.745c-.675-.002-1.351-.002-2.026 0a275.73 275.73 0 0 1 0-1.819c.386 0 .771 0 1.157-.002 0-.248 0-.497.002-.745-.387 0-.775 0-1.16-.002l.002-1.404c.593 0 1.185 0 1.778-.002v-.745c-.856 0-1.711 0-2.567.002m5.546-.001v5.462h2.814v-.703H17.34v-4.759h-.788m4.333 0c-.455 1.821-.912 3.641-1.366 5.462l.791-.002c.121-.497.245-.993.371-1.488h1.175c.126.495.248.991.371 1.488l.799.002c-.452-1.821-.909-3.641-1.364-5.462h-.778m2.533.005c.003 1.817.002 3.636.002 5.455.262.002.525.002.788.002.005-1.21-.008-2.418.008-3.628a305.236 305.236 0 0 1 1.668 3.625l.598.005c.003-1.821.002-3.643.002-5.464h-.788c-.005 1.064.01 2.127-.012 3.191-.523-1.051-.973-2.137-1.48-3.198l-.786.012m3.686-.005c-.002 1.821-.002 3.641 0 5.462.938 0 1.879.002 2.819-.002l-.005-.745c-.675.002-1.351.002-2.026 0-.002-.606-.002-1.212 0-1.816l1.157-.003.003-.742c-.387-.003-.775-.003-1.16-.005v-1.402c.594-.002 1.19 0 1.784-.01-.003-.247-.007-.492-.008-.738h-2.564z"/><path fill="#fff" d="M3.355 17.121c.55-.01 1.524-.099 1.394.742.041.785-.831.803-1.394.773-.003-.505-.003-1.01 0-1.514zM20.875 19.567c.121-.518.248-1.034.387-1.549.131.516.258 1.034.386 1.553l-.773-.003zM3.31 19.354c.622-.061 1.533.013 1.529.841.139.899-.89.97-1.526.924-.005-.589-.003-1.177-.003-1.764z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-only--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.281 0h21.402l.069.029c-.939-.024-1.878-.006-2.817-.012C13.69.022 7.444.006 1.199.025L1.281 0zM1.442.126C8.423.105 15.405.122 22.386.118c.792-.042 1.511.657 1.49 1.45.005 6.956.005 13.913 0 20.868.017.772-.667 1.464-1.441 1.447-6.94.005-13.881.002-20.821.002-.816.048-1.549-.685-1.506-1.5-.003-6.923-.002-13.848 0-20.771C.074.866.688.16 1.442.126m-.154.376C.79.611.435 1.111.457 1.614.456 8.555.454 15.495.458 22.436c-.015.591.514 1.119 1.105 1.1 6.842.004 13.684 0 20.526.002.293.003.606.012.87-.137a1.12 1.12 0 0 0 .571-1.019c0-6.937.003-13.875-.002-20.813.017-.59-.507-1.119-1.099-1.102-6.84-.005-13.68 0-20.52-.002-.208.001-.419-.011-.623.037z"/><path fill="#fff" d="M1.385 1.093c.09-.03.187-.032.281-.034 6.906.002 13.812-.001 20.718.001a.524.524 0 0 1 .551.556v20.767a.52.52 0 0 1-.551.557c-6.939-.001-13.878.001-20.817-.001-.295.014-.541-.267-.514-.556V1.617a.525.525 0 0 1 .332-.524m8.054 1.96l.307.325c-.223.731-.451 1.46-.675 2.19a2.667 2.667 0 0 0-2.096-.156 2.622 2.622 0 1 0 1.577 4.998A2.615 2.615 0 0 0 10.3 8.786c.398-1.042.027-2.299-.856-2.975l.081-.272c.853.917 1.703 1.836 2.555 2.753a.492.492 0 0 0 .361.546c.048.235.086.471.131.706a8.21 8.21 0 0 0-.156.014l.006.181h.623l-.002-.185-.2-.008a27.597 27.597 0 0 0-.188-.753c.227-.288.619-.258.939-.353.304 1.343 1.763 2.281 3.109 1.949A2.629 2.629 0 0 0 18.67 8.54a2.636 2.636 0 0 0-.705-2.602c-.831-.826-2.222-.964-3.208-.335-.269-.356-.539-.71-.814-1.06.037-.132.076-.263.115-.394.322-.111.636-.27.872-.522l-.038-.115c-.44-.089-.885.021-1.327.026-.324.024-.671-.026-.967.136.244.306.671.332 1.028.392l-.062.236H9.905c.108-.323.207-.649.314-.973a72.21 72.21 0 0 0-.277-.276l.138-.132c.324.002.647 0 .971.001l-.002-.368c-.368.006-.737-.014-1.105.007-.192.135-.332.334-.506.492m7.471 9.45c-.391.235-.588.816-.295 1.2.314.396.913.307 1.257.656.237.284-.008.723-.353.756-.334.073-.638-.168-.741-.474l-.463.146c.115.353.367.683.74.782.468.152 1.03-.033 1.277-.469.233-.386.16-.962-.227-1.224-.311-.223-.726-.212-1.038-.426-.203-.177-.042-.496.183-.562.261-.113.531.048.661.276.154-.051.309-.1.462-.152-.21-.573-.944-.844-1.464-.509m-14.064-.105v3.184h.496v-1.886c.251.6.485 1.207.738 1.806.248-.589.474-1.187.729-1.774.012.618.002 1.235.005 1.852l.499.001v-3.184h-.499c-.242.607-.485 1.213-.735 1.816-.248-.605-.491-1.212-.738-1.817l-.496.001m4.159.001a596.747 596.747 0 0 0-1.094 3.182l.521.003c.11-.304.215-.609.314-.916.329 0 .657.001.986-.001.105.305.213.609.314.915l.53.001c-.367-1.06-.731-2.122-1.095-3.183l-.476-.001m1.764-.001c.329.521.645 1.05.975 1.57.064.101.134.208.122.334v1.281h.497c0-.427-.002-.854-.001-1.281-.012-.165.104-.293.182-.426.305-.491.61-.982.91-1.475-.194-.002-.389-.001-.584-.003-.247.408-.504.811-.753 1.218-.259-.402-.504-.814-.761-1.217h-.587m4.672 0c.004.734-.005 1.468.004 2.202.014.567.536 1.063 1.107 1.02.56-.003 1.034-.519 1.028-1.071.003-.717 0-1.434.001-2.151h-.5c-.001.718.003 1.436-.001 2.154a.567.567 0 0 1-.417.551c-.329.103-.708-.16-.717-.507-.016-.732 0-1.464-.007-2.197l-.499-.001m5.768-.001c.002 1.061 0 2.122.001 3.183.647.003 1.294 0 1.941.002v-.499c-.48-.002-.961 0-1.442-.001v-.912h.94v-.498l-.94-.001v-.774h1.366l-.001-.499c-.622-.001-1.243.001-1.864-.001M2.14 17.572c0 1.06-.002 2.12.001 3.181h.496c-.003-.471 0-.941-.001-1.413h.94v-.496h-.939v-.778H4.08l-.001-.496H2.141m2.29.022c-.009.716-.003 1.433-.003 2.15-.004.576.525 1.093 1.105 1.049.553-.004 1.026-.501 1.029-1.049.005-.724 0-1.448.002-2.171h-.496c-.002.723.005 1.447-.002 2.171a.573.573 0 0 1-.579.553.571.571 0 0 1-.559-.558c-.01-.722.001-1.444-.005-2.167-.163.006-.332-.022-.49.022m2.479-.022l.001 3.181 1.938.001-.002-.498c-.48.002-.96.001-1.44 0V17.57l-.496-.001m2.185.002c.001 1.06-.002 2.121.001 3.181.647-.001 1.294.001 1.941-.001l-.003-.495H9.596V17.57h-.499m3.43.001c.001 1.06-.002 2.12.001 3.181.647-.001 1.294.001 1.941-.001l-.003-.495h-1.443l-.001-2.685h-.496m2.092 3.178l.521.004c.106-.305.215-.608.312-.916.33-.002.66-.001.989 0 .102.306.206.611.313.915h.527c-.367-1.06-.726-2.124-1.098-3.183l-.471.001c-.37 1.057-.733 2.117-1.093 3.178m2.809-3.177c.001 1.06-.002 2.12.002 3.181h.494c.003-.701-.004-1.403.004-2.104.401.697.787 1.402 1.178 2.104h.459v-3.181l-.497.001c-.001.698.006 1.396-.004 2.095-.405-.692-.785-1.397-1.178-2.095h-.458m2.486-.001v3.178c.646.006 1.292.001 1.939.003l-.001-.496-1.441-.001v-.914c.313 0 .627-.001.941.001l-.001-.496h-.939v-.778h1.368v-.494c-.622-.004-1.243-.001-1.865-.002zM0 1.174l.014.077C-.001 7.789.012 14.328.008 20.865c.002.644-.01 1.289.017 1.932l-.024-.077V1.173z"/><path fill="#fff" d="M9.778 4.72h3.655c-.327 1.049-.649 2.099-.983 3.146-.038-.172-.069-.345-.103-.517h.2v-.198h-.624l-.002.192.182.011c.035.143.071.286.103.43-.852-.901-1.689-1.817-2.528-2.73l.099-.333zM13.799 5.013c.219.271.425.552.637.829a2.66 2.66 0 0 0-.902 2.194c-.244.051-.488.103-.732.151.331-1.058.662-2.117.997-3.174zM15.049 5.977a2.193 2.193 0 0 1 1.712-.211 2.148 2.148 0 1 1-1.376 4.071c-.655-.242-1.153-.824-1.329-1.495.685-.155 1.377-.286 2.06-.452.16-.028.242-.203.133-.334-.388-.535-.805-1.05-1.201-1.58zM6.556 6.164c.666-.513 1.628-.557 2.354-.145-.273.658-.623 1.369-1.295 1.694-.267.251.146.611.388.39.116-.204.246-.401.428-.553.374-.35.643-.793.851-1.257.478.439.752 1.094.698 1.745-.047.868-.68 1.659-1.512 1.907-1.013.334-2.206-.223-2.606-1.21-.394-.882-.094-2.006.693-2.569z"/><path fill="#fff" d="M14 7.939a2.226 2.226 0 0 1 .719-1.724c.34.457.692.907 1.031 1.365-.583.12-1.166.244-1.75.36zM7.235 13.241c.109.309.219.617.318.929h-.634c.107-.309.214-.618.315-.928zM15.945 18.407c.107.312.212.624.321.935l-.637-.001c.105-.312.216-.621.316-.934zM23.926 22.943c-.041-.06-.036-.116.016-.168a.14.14 0 0 1-.016.168zM1.298 23.987c7.167-.009 14.334.014 21.502-.011l-.08.024-21.421-.013z"/><path fill="#34373d" d="M.014 1.251A1.577 1.577 0 0 1 1.199.025C7.444.006 13.689.022 19.935.017c.939.005 1.878-.013 2.817.012.631.127 1.158.668 1.223 1.315-.036.236-.024.476-.024.714.001 6.885-.002 13.769.001 20.653l-.012.064c-.052.052-.057.109-.016.168-.156.516-.608.905-1.126 1.033-7.167.025-14.335.002-21.502.011a1.562 1.562 0 0 1-1.274-1.19c-.026-.644-.014-1.288-.017-1.932.004-6.538-.008-13.077.006-19.614M1.442.126C.688.161.074.867.108 1.614c-.001 6.923-.002 13.848 0 20.771-.043.815.69 1.547 1.506 1.5 6.94 0 13.881.003 20.821-.002.774.017 1.458-.675 1.441-1.447.004-6.956.005-13.912 0-20.868.021-.792-.698-1.491-1.49-1.45C15.404.122 8.422.106 1.442.126z"/><path fill="#2b2e34" d="M1.288.502c.204-.048.415-.036.623-.037 6.84.002 13.68-.002 20.52.002.591-.017 1.115.512 1.099 1.102.005 6.938.001 13.876.002 20.813a1.12 1.12 0 0 1-.571 1.019c-.264.148-.577.14-.87.137-6.842-.003-13.684.002-20.526-.002-.591.019-1.12-.509-1.105-1.1C.456 15.495.458 8.555.459 1.614.436 1.11.792.611 1.29.502m.095.591a.526.526 0 0 0-.332.524v20.766c-.027.289.218.57.514.556 6.939.003 13.878 0 20.817.001a.52.52 0 0 0 .551-.557V1.616a.523.523 0 0 0-.551-.556c-6.906-.002-13.812.001-20.718-.001-.094.002-.191.004-.281.034z"/><path fill="#2b2e34" d="M9.439 3.053c.174-.158.313-.357.506-.492.368-.021.737-.001 1.105-.007l.002.368c-.324-.002-.647 0-.971-.001l-.138.132.277.276c-.107.324-.206.65-.314.973h3.659l.062-.236c-.358-.06-.784-.086-1.028-.392.296-.162.643-.112.967-.136.442-.006.887-.116 1.327-.026l.038.115c-.237.251-.55.41-.872.522-.039.131-.078.263-.115.394.275.351.545.705.814 1.06.985-.629 2.377-.491 3.208.335.688.652.971 1.691.705 2.602a2.626 2.626 0 0 1-1.967 1.849c-1.346.332-2.805-.606-3.109-1.949-.321.095-.712.065-.939.353.066.25.129.501.188.753l.2.008.002.185h-.623l-.006-.181a8.21 8.21 0 0 1 .156-.014c-.046-.235-.083-.471-.131-.706a.49.49 0 0 1-.361-.546L9.526 5.539c-.026.091-.054.181-.081.272.883.676 1.253 1.933.856 2.975A2.62 2.62 0 0 1 5.25 7.492a2.632 2.632 0 0 1 1.726-2.08 2.675 2.675 0 0 1 2.096.156c.224-.73.452-1.459.675-2.19l-.307-.325m.338 1.667l-.099.333c.839.913 1.676 1.829 2.528 2.73-.032-.144-.068-.287-.103-.43l-.182-.011.002-.192h.624v.198h-.2c.034.172.065.345.103.517.334-1.047.655-2.097.983-3.146H9.779m4.02.294c-.335 1.057-.666 2.116-.997 3.174.244-.048.488-.1.732-.151a2.66 2.66 0 0 1 .902-2.194c-.212-.277-.418-.558-.637-.829m1.25.964c.396.53.813 1.045 1.201 1.58.109.131.027.305-.133.334-.683.166-1.375.296-2.06.452.176.671.673 1.253 1.329 1.495a2.15 2.15 0 1 0 1.376-4.071 2.188 2.188 0 0 0-1.712.211m-8.494.186c-.786.563-1.087 1.687-.693 2.569.4.987 1.592 1.544 2.606 1.21.831-.248 1.464-1.039 1.512-1.907a2.172 2.172 0 0 0-.698-1.745c-.208.464-.477.907-.851 1.257-.182.152-.312.349-.428.553-.242.221-.655-.139-.388-.39.672-.325 1.022-1.036 1.295-1.694-.727-.411-1.688-.367-2.354.145M14 7.939c.584-.115 1.167-.24 1.75-.36-.339-.458-.691-.907-1.031-1.365A2.227 2.227 0 0 0 14 7.938zM16.909 12.503c.519-.335 1.253-.064 1.464.509-.154.052-.309.101-.462.152-.13-.228-.401-.388-.661-.276-.225.066-.386.385-.183.562.312.214.728.203 1.038.426.386.262.459.838.227 1.224-.247.435-.809.621-1.277.469-.373-.099-.624-.429-.74-.782l.463-.146c.103.306.407.547.741.474.345-.033.59-.473.353-.756-.344-.349-.943-.26-1.257-.656-.293-.383-.096-.964.295-1.2zM2.844 12.398l.496-.001c.247.605.489 1.212.738 1.817.25-.603.493-1.209.735-1.816h.499v3.184l-.499-.001c-.003-.618.006-1.235-.005-1.852-.255.586-.48 1.185-.729 1.774-.253-.599-.487-1.206-.738-1.806v1.886h-.496v-3.184zM7.002 12.398l.476.001c.364 1.061.727 2.123 1.095 3.183l-.53-.001c-.101-.307-.209-.611-.314-.915-.329.002-.657.001-.986.001a26.71 26.71 0 0 1-.314.916l-.521-.003c.362-1.061.726-2.123 1.094-3.182m.233.843c-.102.311-.209.619-.315.928h.634c-.099-.312-.209-.62-.318-.929zM8.766 12.397h.587c.257.404.502.815.761 1.217.248-.408.506-.81.753-1.218.194.001.389 0 .584.003-.3.494-.605.984-.91 1.475-.077.133-.194.261-.182.426-.001.427.001.854.001 1.281h-.497c-.001-.427.002-.854 0-1.281.011-.125-.059-.233-.122-.334-.331-.52-.647-1.049-.975-1.57zM13.438 12.398l.499.001c.006.732-.009 1.465.007 2.197.009.347.388.61.717.507a.566.566 0 0 0 .417-.551c.004-.718 0-1.436.001-2.154h.5c-.002.717.002 1.434-.001 2.151.006.552-.468 1.068-1.028 1.071-.571.043-1.094-.453-1.107-1.02-.01-.734 0-1.468-.004-2.202zM19.205 12.397c.621.002 1.243 0 1.864.001l.001.499h-1.366v.774l.94.001v.498h-.94v.912c.481.001.961-.001 1.442.001v.499c-.647-.002-1.294.001-1.941-.002-.001-1.061.001-2.122-.001-3.183zM2.14 17.572h1.938l.001.496H2.636v.778h.939v.496h-.94c.001.471-.001.942.001 1.413a41.003 41.003 0 0 0-.496 0c-.003-1.06-.001-2.121-.001-3.181zM4.431 17.592c.159-.044.327-.016.49-.022.006.722-.005 1.445.005 2.167 0 .297.262.561.559.558a.574.574 0 0 0 .579-.553c.007-.723 0-1.447.002-2.171h.496c-.001.723.003 1.447-.002 2.171-.003.548-.475 1.045-1.029 1.049-.58.044-1.109-.473-1.105-1.049 0-.717-.006-1.434.003-2.15zM6.912 17.57l.496.001v2.684h1.44l.002.498-1.938-.001-.001-3.181zM9.098 17.571h.499v2.686h1.441l.003.495c-.647.002-1.294 0-1.941.001-.003-1.06 0-2.12-.001-3.181zM12.527 17.571h.496l.001 2.685h1.443l.003.495c-.647.002-1.294 0-1.941.001-.003-1.06 0-2.12-.001-3.181zM14.618 20.749c.36-1.06.723-2.12 1.093-3.178l.471-.001c.371 1.059.73 2.122 1.098 3.183a46.288 46.288 0 0 0-.527 0 61.675 61.675 0 0 1-.313-.915h-.989c-.097.308-.206.611-.312.916a90.489 90.489 0 0 1-.521-.004m1.327-2.343c-.099.313-.211.622-.316.934l.637.001c-.109-.311-.214-.623-.321-.935zM17.427 17.571h.458c.393.698.773 1.404 1.178 2.095.01-.698.002-1.397.004-2.095l.497-.001v3.181h-.459c-.392-.702-.778-1.407-1.178-2.104-.008.701-.001 1.403-.004 2.104h-.494c-.004-1.06-.001-2.12-.002-3.181zM19.913 17.571c.622.001 1.243-.002 1.865.002v.494H20.41v.778h.939l.001.496c-.314-.002-.627 0-.941-.001v.914c.48.002.961 0 1.441.001l.001.496c-.647-.002-1.293.003-1.939-.003V17.57z"/><path fill="#898a8e" d="M23.975 1.344L24 1.258v21.381l-.047.072c-.003-6.885 0-13.769-.001-20.653 0-.238-.012-.478.024-.714z"/></symbol><symbol viewBox="0 0 14 24" id="regulatory--bicycles-push-button--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.5 0h11.612a2.14 2.14 0 0 1 1.307.904v22.384c-.18.285-.429.513-.699.712H.878c-.421-.241-.722-.647-.878-1.102V1.295C.22.617.782.097 1.5 0m.019.313C.87.44.306.991.279 1.669.277 8.587.282 15.505.277 22.422c-.04.833.77 1.545 1.582 1.487 3.66-.007 7.322.001 10.983-.004a1.544 1.544 0 0 0 1.482-1.482c.002-6.887.002-13.775 0-20.662-.027-.86-.826-1.524-1.67-1.484C8.943.301 5.225.232 1.518.311z"/><path fill="#231f20" d="M.652 1.763C.637 1.227 1.116.689 1.671.742c3.786.006 7.574.002 11.36.002.433-.012.843.398.831.831-.005 7.044.004 14.088-.005 21.132-.061.578-.697.806-1.201.826-3.537.007-7.074-.002-10.611.005-.274.007-.54-.066-.808-.111-.292-.266-.61-.57-.584-1.003-.001-6.886-.002-13.774 0-20.66m.971-.369l-.229.228v20.94l.228.228h11.358l.228-.228V1.623a24.506 24.506 0 0 1-.228-.228H1.624z"/><path fill="#231f20" d="M5.898 2.419h.893v.28l-.62-.003c.097.247.015.5-.048.744.689.004 1.378.001 2.066.002l-.002-.064a5.902 5.902 0 0 1-.56-.129l.003-.272c.514.004 1.03-.012 1.544.014a6.51 6.51 0 0 1-.243.324.457.457 0 0 0-.418.307c.165.168.328.339.463.532.975-.486 2.432.037 2.467 1.236.223 1.049-.86 2.01-1.872 1.806-.632-.067-1.216-.55-1.346-1.18-.508-.049-.518.53-.183.771l-.507.007V6.29c-.442-.562-.884-1.128-1.417-1.607.374.58.402 1.326-.015 1.892-.447.611-1.351.881-2.038.53-.78-.286-1.186-1.277-.869-2.033.278-.904 1.452-1.338 2.274-.901a9.95 9.95 0 0 1 .399-1.225 27.188 27.188 0 0 1-.233-.247l.261-.279M5.89 3.833c.356.473.82.85 1.221 1.284h.58c.073-.45.241-.876.397-1.302-.733.009-1.466-.02-2.198.019m2.509.139a35.369 35.369 0 0 1-.51 1.7l.285.002c-.052-.491.21-.925.487-1.305a6.622 6.622 0 0 1-.261-.397M3.446 5.682c.132.753.91 1.441 1.688 1.125.829-.264 1.144-1.343.57-2.007-.29.365-.552.753-.908 1.06h-.237l-.001-.329c.333-.285.619-.621.779-1.034-.864-.428-1.828.273-1.891 1.184M9.253 4.5c.223.293.435.597.7.856v.298c-.393.091-.785.186-1.187.224l-.149.164c.286.632 1.076.951 1.711.662.514-.199.831-.778.74-1.318-.115-.816-1.097-1.279-1.816-.886m-.728 1.1c.251-.052.501-.108.757-.13l.148-.165c-.17-.18-.34-.362-.476-.569-.247.229-.37.539-.429.864zM7.198 7.808c.647.127 1.276.749 1.966.464 1.12.536 2.287 1.144 3.58 1.032-.012.64.024 1.283-.014 1.922-.114.192-.36.099-.542.124-.894.028-1.768.264-2.618.531-.57.139-1.373.186-1.707-.404-.193-.284-.514-.432-.793-.614l.001-.239c-.292-.3-.78-.4-.885-.857-.906-.025-1.817.055-2.718-.045-.101.064-.203.126-.305.187v1.16h-.837v3.907h-.465V8.65h.465v.465h.772c.138.381.37.284.574.015 1.204-.165 2.429-.18 3.62-.4-.075-.073-.152-.144-.228-.215.03-.236-.077-.536.134-.708z"/><path fill="#231f20" d="M5.023 13.203c.338.001.82-.049.967.341.156.233-.029.48-.132.69l-.556-.003v.745h-.279v-1.774m.275.375c.005.14.011.281.018.421a.434.434 0 0 0 .404-.404c-.14-.007-.281-.013-.421-.018zM6.233 13.209h.28c.011.466-.06.948.097 1.398l.274-.004v-1.394h.371c-.046.631.279 1.75-.673 1.8a29.5 29.5 0 0 0-.35-.356v-1.444zM7.552 13.304c.281-.145.577-.083.826.095-.004.073-.009.222-.012.297-.208-.033-.415-.078-.623-.111.169.246.431.397.647.594a3.191 3.191 0 0 1-.11.7c-.287.14-.589.094-.841-.092l.005-.369.233-.001.22.222.216-.171c-.273-.389-.911-.602-.562-1.165zM8.558 13.209h.279v.651h.372v-.651h.372v1.767h-.372v-.744h-.372v.744h-.279v-1.767zM4.093 15.618c.282.002.565.017.834.103.089.24.12.497.038.744.039.197.059.398.074.598l-.247.239h-.7v-1.685m.312.219c-.016.149-.031.299-.043.448l.337-.021a.7.7 0 0 0-.294-.427m-.032.691c.001.18.004.361.009.541.206-.035.362-.152.417-.357-.141-.062-.283-.125-.426-.184zM5.21 15.628h.372c.016.477-.06.968.077 1.434l.202-.164c-.002-.423-.001-.847-.001-1.271h.371c-.046.557.141 1.176-.184 1.675a71.069 71.069 0 0 0-.653 0c-.326-.5-.139-1.118-.184-1.675zM6.326 15.628h1.86v.277l-.279.004v1.394h-.372v-1.395h-.558v1.395h-.372v-1.394l-.279-.004v-.277zM8.373 15.723c.206-.056.415-.095.626-.121.391.47.461 1.247.012 1.702l-.547-.001c-.292-.47-.22-1.069-.091-1.58m.286.274c-.154.35-.128.741.1 1.052l.172-.153v-.895l-.272-.004zM9.488 15.628h.34c.106.238.207.478.309.719.005-.24.003-.479.003-.719h.371v1.674h-.34c-.106-.238-.207-.479-.309-.719-.005.239-.003.479-.003.719h-.371v-1.674zM2.233 18.047h.93v.279h-.558v.371l.372.002v.277l-.372.002v.743h-.372v-1.674zM3.542 18.044l.552.003c.292.469.219 1.068.091 1.58a4.463 4.463 0 0 1-.626.121c-.409-.471-.42-1.226-.017-1.703m.085.409c.028.329-.121.758.223.963A.995.995 0 0 0 3.8 18.3l-.173.154zM4.558 18.047c.269.001.54-.017.807.014.215.155.093.46.128.687l-.2.189c.109.265.193.54.223.827-.529.024-.345-.606-.644-.871a5.88 5.88 0 0 0-.04.829h-.275v-1.674m.28.278v.372h.247l.157-.186-.157-.186h-.247zM6.977 18.045l.635.002c.047.152.095.303.138.457l-.268.011-.207-.22c-.26.323-.22.725-.079 1.088l.249-.133a.91.91 0 0 1-.241-.352c.172-.009.344-.014.517-.019v.614l-.229.228-.409.003c-.42-.443-.393-1.173-.106-1.679zM8 18.047c.269.001.54-.017.807.014.216.157.092.465.128.693l-.169.142c.077.269.142.541.19.819l-.282.009c-.105-.283-.166-.592-.357-.833a5.623 5.623 0 0 0-.042.831H8v-1.674m.279.278v.372h.247l.157-.186-.157-.186h-.247zM9.116 18.047h.93v.279h-.558v.371l.372.002v.277l-.372.002v.371h.558v.372h-.93v-1.674zM10.233 18.047h.93v.279h-.651v.371l.372.002v.277l-.372.002v.371h.651v.372h-.93v-1.674zM11.349 18.048l.273-.005c.144.261.263.536.377.813.005-.271.003-.54.002-.81h.279v1.673l-.273.005a7.78 7.78 0 0 1-.377-.813c-.005.27-.003.54-.002.81h-.279v-1.673zM4.93 20.372h.279v1.395h.558v.372H4.93v-1.767zM5.954 20.372h.279v1.767h-.279v-1.767zM6.616 20.472c.166-.048.331-.092.5-.129.141.164.282.33.395.516a3.851 3.851 0 0 1-.622-.116c-.117.356-.237.931.222 1.091-.089-.175-.185-.344-.274-.519.202-.008.404-.013.606-.016v.519c-.109.107-.216.214-.323.322h-.286c-.1-.103-.202-.207-.304-.309-.159-.455-.084-.92.087-1.359zM7.628 20.372H8v.651h.372v-.651h.279v1.767h-.279v-.744H8v.744h-.372v-1.767zM8.744 20.372h.93v.37l-.279.004v1.393h-.279v-1.394l-.372-.002v-.371z"/><path fill="#fff" d="M1.519.313C5.226.234 8.944.303 12.655.279c.844-.04 1.643.624 1.67 1.484.002 6.887.002 13.775 0 20.662a1.544 1.544 0 0 1-1.482 1.482c-3.661.005-7.323-.004-10.983.004-.812.058-1.622-.655-1.582-1.487.005-6.917 0-13.835.002-20.753C.307.993.871.442 1.52.315M.652 1.763c-.002 6.886-.001 13.774 0 20.66-.026.433.292.737.584 1.003.269.045.534.118.808.111 3.537-.007 7.074.003 10.611-.005.504-.02 1.14-.248 1.201-.826.008-7.044 0-14.088.005-21.132.012-.433-.398-.843-.831-.831-3.786 0-7.574.004-11.36-.002C1.116.688.637 1.227.651 1.762z"/><path fill="#fff" d="M1.624 1.395h11.357l.228.228v20.94l-.228.228H1.623a24.506 24.506 0 0 0-.228-.228V1.623l.229-.228m4.274 1.024l-.261.279.233.247a9.95 9.95 0 0 0-.399 1.225c-.822-.436-1.996-.003-2.274.901-.317.756.089 1.747.869 2.033.687.351 1.592.081 2.038-.53.417-.567.389-1.313.015-1.892.533.479.975 1.046 1.417 1.607v.504l.507-.007c-.335-.241-.325-.82.183-.771.13.631.714 1.113 1.346 1.18 1.011.205 2.095-.756 1.872-1.806-.035-1.199-1.492-1.722-2.467-1.236a4.337 4.337 0 0 0-.463-.532.457.457 0 0 1 .418-.307 6.51 6.51 0 0 0 .243-.324c-.514-.026-1.03-.01-1.544-.014l-.003.272c.184.051.371.096.56.129l.002.064c-.688-.001-1.377.002-2.066-.002.063-.244.145-.497.048-.744l.62.003v-.28h-.893m1.299 5.39c-.211.172-.104.472-.134.708.076.071.153.142.228.215-1.192.22-2.417.235-3.62.4-.204.269-.436.367-.574-.015h-.772v-.465h-.465v6.326h.465V11.07h.837V9.91c.102-.061.204-.123.305-.187.901.1 1.812.02 2.718.045.105.457.593.556.885.857l-.001.239c.279.182.6.33.793.614.334.59 1.137.542 1.707.404.849-.267 1.724-.503 2.618-.531.182-.025.428.068.542-.124.038-.639.002-1.282.014-1.922-1.293.113-2.46-.496-3.58-1.032-.689.285-1.319-.337-1.966-.464m-2.175 5.394v1.774h.279v-.745l.556.003c.103-.21.288-.458.132-.69-.148-.391-.63-.34-.967-.341m1.21.005v1.444c.117.117.233.236.35.356.952-.05.626-1.169.673-1.8h-.371v1.394l-.274.004c-.156-.45-.086-.932-.097-1.398h-.28m1.318.095c-.349.563.289.776.562 1.165l-.216.171c-.074-.073-.147-.148-.22-.222l-.233.001a45.4 45.4 0 0 0-.005.369c.252.186.553.232.841.092a3.2 3.2 0 0 0 .11-.7c-.217-.197-.478-.349-.647-.594.208.033.415.078.623.111.003-.074.008-.223.012-.297-.249-.178-.545-.24-.826-.095m1.005-.096v1.767h.279v-.744h.372v.744h.372v-1.767h-.372v.651h-.372v-.651h-.279m-4.465 2.409v1.685h.7l.247-.239a4.811 4.811 0 0 0-.074-.598c.082-.247.051-.504-.038-.744-.27-.087-.553-.101-.834-.103m1.116.009c.046.557-.141 1.176.184 1.675h.653c.326-.5.139-1.118.184-1.675H5.86c0 .423-.001.847.001 1.271l-.202.164c-.138-.466-.061-.957-.077-1.434H5.21m1.116-.001v.277l.279.004v1.394h.372v-1.395h.558v1.395h.372v-1.394l.279-.004v-.277h-1.86m2.047.095c-.128.512-.201 1.111.091 1.58l.547.001c.449-.455.379-1.233-.012-1.702-.211.026-.42.065-.626.121m1.115-.095v1.674h.371c0-.24-.002-.48.003-.719.101.24.203.481.309.719h.34v-1.674h-.371c0 .24.002.479-.003.719-.102-.241-.203-.481-.309-.719h-.34m-7.255 2.419v1.674h.372v-.743l.372-.002v-.277l-.372-.002v-.371h.558v-.279h-.93m1.309-.003c-.403.477-.393 1.233.017 1.703.211-.026.42-.065.626-.121.127-.512.201-1.111-.091-1.58l-.552-.003m1.016.004v1.674h.275c0-.277.001-.554.04-.829.299.265.114.895.644.871a2.998 2.998 0 0 0-.223-.827l.2-.189c-.035-.226.087-.531-.128-.687-.268-.031-.539-.013-.807-.014m2.418-.001c-.287.506-.313 1.236.106 1.679l.409-.003.229-.228v-.614c-.173.005-.345.009-.517.019a.91.91 0 0 0 .241.352l-.249.133c-.141-.364-.181-.766.079-1.088.069.073.139.146.207.22l.268-.011c-.043-.153-.09-.305-.138-.457l-.635-.002M8 18.047v1.674h.275c0-.277.001-.555.042-.831.191.242.252.551.357.833l.282-.009a7.599 7.599 0 0 0-.19-.819l.169-.142c-.036-.228.087-.536-.128-.693-.268-.031-.539-.013-.807-.014m1.116.001v1.674h.93v-.372h-.558v-.371l.372-.002v-.277l-.372-.002v-.371h.558v-.279h-.93m1.117 0v1.674h.93v-.372h-.651v-.371l.372-.002v-.277l-.372-.002v-.371h.651v-.279h-.93m1.116.001v1.673h.279c-.001-.27-.003-.54.002-.81.113.276.232.552.377.813l.273-.005v-1.673h-.279c.001.27.003.54-.002.81a7.687 7.687 0 0 0-.377-.813l-.273.005M4.93 20.372v1.767h.837v-.372h-.558v-1.395H4.93m1.024 0v1.767h.279v-1.767h-.279m.662.1c-.171.439-.247.904-.087 1.359.102.102.204.206.304.309h.286c.107-.108.214-.215.323-.322v-.519c-.202.003-.404.007-.606.016.089.175.185.344.274.519-.46-.16-.34-.735-.222-1.091.204.057.412.094.622.116a3.894 3.894 0 0 0-.395-.516 7.973 7.973 0 0 0-.5.129m1.013-.1v1.767H8v-.744h.372v.744h.279v-1.767h-.279v.651H8v-.651h-.372m1.116 0v.371l.372.002v1.394h.279v-1.394l.279-.004v-.37h-.93z"/><path fill="#fff" d="M5.89 3.833c.732-.039 1.465-.009 2.198-.019-.156.426-.325.852-.397 1.302h-.58c-.401-.434-.865-.81-1.221-1.284zM8.399 3.973c.083.136.17.268.261.397-.276.38-.539.814-.487 1.305l-.285-.002c.183-.562.354-1.129.51-1.7zM3.446 5.682c.063-.911 1.027-1.612 1.891-1.184-.16.412-.446.749-.779 1.034l.001.329h.237c.356-.308.618-.696.908-1.06.574.663.259 1.742-.57 2.007-.779.316-1.556-.371-1.688-1.125zM9.253 4.5c.719-.393 1.7.07 1.816.886.09.54-.226 1.119-.74 1.318-.634.288-1.425-.031-1.711-.662l.149-.164c.402-.038.794-.133 1.187-.224v-.298c-.265-.259-.477-.563-.7-.856z"/><path fill="#fff" d="M8.524 5.6c.059-.326.181-.635.429-.864.137.207.306.39.476.569l-.148.165c-.256.022-.506.078-.757.13zM5.298 13.577c.14.005.281.011.421.018a.434.434 0 0 1-.404.404c-.007-.14-.013-.281-.018-.421zM4.404 15.836a.7.7 0 0 1 .294.427l-.337.021c.012-.15.027-.3.043-.448zM8.659 15.997l.272.004v.895l-.172.153a1.041 1.041 0 0 1-.1-1.052zM4.372 16.527c.143.06.285.122.426.184-.055.206-.211.322-.417.357-.006-.18-.008-.361-.009-.541zM3.627 18.454L3.8 18.3a.995.995 0 0 1 .05 1.117c-.344-.205-.195-.633-.223-.963zM4.837 18.326h.247l.157.186-.157.186h-.247v-.372zM8.279 18.326h.247l.157.186-.157.186h-.247v-.372z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--bicycles-push-button--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.552 0h12.899l.176.066C10.323-.015 6.015.072 1.711.022l-.158-.023zM.512 1.066C.94.594 1.501.179 2.171.211c4.047-.003 8.094-.01 12.14.004.658.193 1.305.619 1.501 1.312.191.756.106 1.546.114 2.317 0 5.472-.002 10.943 0 16.415-.008.77.08 1.562-.129 2.312-.222.711-.912 1.132-1.604 1.287-4.079-.003-8.158-.015-12.236.005A2.122 2.122 0 0 1 .23 22.157c.014-6.662 0-13.323.005-19.983 0-.386.124-.757.275-1.108M1.796.665C1.12.817.621 1.484.65 2.174c0 6.585-.003 13.171.001 19.756-.023.815.711 1.537 1.524 1.51 3.952.001 7.905.004 11.859-.002.803.016 1.517-.704 1.496-1.508.005-6.585.001-13.169.002-19.753.046-.862-.746-1.628-1.607-1.558C9.883.651 5.833.559 1.796.666z"/><path fill="#fff" d="M1.798 1.276c.186-.081.393-.075.591-.08 3.879.009 7.76-.005 11.639.007.513-.01.952.46.922.969.004 6.552 0 13.102.002 19.654.05.524-.379 1.039-.916 1.029-3.954.008-7.91.005-11.864.001-.55.024-.995-.497-.942-1.033.001-6.55-.003-13.099.002-19.648-.014-.378.207-.762.566-.9m.211 1.651l-.021.273c.075.009.224.03.299.041 0 .667-.001 1.335.001 2.002l.292-.003c-.001-.666.001-1.332-.001-1.998l.317-.042-.021-.273h-.866m1.454.017c-.49.424-.302 1.199-.289 1.776-.018.417.507.772.825.426.322-.499.214-1.153.174-1.715-.009-.346-.368-.675-.71-.486m2.009-.03c-.004.775-.001 1.55-.002 2.325l.292.001c-.001-.392-.013-.784.039-1.173.203.356.261.768.348 1.163.078.003.232.01.31.015-.073-.37-.15-.739-.218-1.109.236-.285.322-.708.103-1.028-.212-.254-.584-.16-.872-.194m1.354.012v2.315c.297 0 .595 0 .892-.002l-.02-.301c-.193.002-.386.002-.58.003v-.808l.374-.006-.002-.296-.38-.027c.005-.192.008-.383.011-.576h.557v-.3l-.853-.001m1.324.234c-.198.546-.155 1.161-.053 1.724.062.415.539.394.851.49.042-.747.292-1.538-.026-2.256-.149-.317-.656-.286-.772.042m1.365-.235c.014.651-.034 1.306.022 1.955.033.485.815.546.932.083.099-.673.02-1.36.044-2.038l-.293.001c-.121.696.276 1.601-.257 2.148-.322-.663-.085-1.438-.157-2.148l-.291-.001m1.492 0l.001 2.315h.884l-.001-.302-.587.004c-.002-.255-.004-.509-.004-.764.208-.037.424-.087.419-.347l-.42-.019.002-.585.56-.002-.001-.3h-.853m1.331.942c.239.329.716.786.309 1.175-.155-.182-.3-.391-.556-.43.053.276.137.663.491.669.506.047.65-.601.452-.965-.128-.404-.778-.708-.445-1.169.164.15.34.29.563.339-.075-.244-.153-.604-.481-.594-.495-.016-.639.663-.334.976m.96-.943v.286l.289.03c-.009.665-.003 1.331-.004 1.996l.291.006c.016-.657-.027-1.314.019-1.97l.288-.109-.007-.239h-.875M5.104 7.068c-.222.577-.179 1.236-.063 1.834.06.403.694.479.858.115.075-.304.044-.623.051-.934l-.491.012c.066.153.138.303.216.451-.044.174-.02.43-.27.415-.229-.567-.207-1.246.003-1.816.193.071.388.138.585.197-.047-.432-.642-.687-.888-.274m1.273-.186c-.004.774-.001 1.549-.002 2.323l.288.006c.004-.396-.01-.794.052-1.187.187.371.255.783.352 1.183l.298-.001c-.073-.362-.149-.723-.215-1.087.215-.294.324-.706.106-1.031-.202-.273-.587-.174-.879-.208m1.354.011v2.316l.884.001.003-.3-.594-.002-.002-.798.381-.024v-.282l-.383-.027c.002-.189.003-.379.002-.568.262-.006.586.044.622-.298a17.38 17.38 0 0 0-.913-.018m1.25.003v2.314l.884.001.004-.3a118.01 118.01 0 0 0-.595-.002c0-.266 0-.531-.002-.797l.381-.025v-.283l-.382-.026.003-.578.566-.011-.009-.294-.85.001m1.252-.005c-.003.775-.003 1.55 0 2.325l.293-.016c-.001-.447-.003-.894.001-1.34.155.445.3.891.446 1.339l.249.02c.017-.774.005-1.549.008-2.323l-.292-.001c-.001.376 0 .752-.004 1.129-.141-.374-.274-.751-.408-1.127l-.293-.006m.052 3.605v2.494h.416v-2.494h-.416m-7.914 2.028c.085.773.178 1.545.266 2.317l.249.004c.072-.423.138-.848.212-1.271.081.423.149.848.223 1.273l.253-.014c.084-.769.177-1.537.265-2.304a29.803 29.803 0 0 0-.299-.002c-.037.319-.073.638-.129.955-.132-.335-.011-.853-.408-1.025-.077.347-.131.699-.212 1.046a20.956 20.956 0 0 1-.119-.968 32.403 32.403 0 0 0-.301-.01m2.078-.001c-.159.773-.316 1.547-.472 2.32l.299-.003.13-.613.381-.004.13.616.309.003c-.156-.771-.32-1.54-.475-2.311l-.302-.008m1.094 2.317h.292c.002-.77.001-1.54.001-2.311a28.268 28.268 0 0 1-.291-.009c-.004.774-.001 1.547-.002 2.32m.617-2.313l.005.248.257.091c.056.657.004 1.317.024 1.976l.291-.002c.002-.669 0-1.338.002-2.008l.302-.012-.003-.293h-.878m3.585 1.191l.313.062a.52.52 0 0 0 1.03-.012l.285-.053c-.331-.597-1.3-.599-1.627.003m-.211 1.779l.27.354c.324-.266.644-.535.967-.801l.421.594-1.121.352.248.934.454-.139-.121-.518c.236-.072.472-.143.709-.213-.304.564-.619 1.123-.926 1.686l.481.261c.424-.777.846-1.554 1.268-2.331a311.32 311.32 0 0 0-1.051-1.504c-.599.356-1.085.861-1.599 1.326m-1.187.755c-.689.208-1.102 1.029-.85 1.704.206.663.984 1.069 1.644.855.69-.182 1.13-.974.913-1.654-.183-.712-1.014-1.156-1.707-.905m4.151-.006c-.819.226-1.213 1.303-.727 2.002.526.916 2.049.759 2.38-.242.438-.986-.64-2.137-1.653-1.76m-8.516.215c-.389.023-.485.473-.496.788-.009.455-.063.944.132 1.37.161.332.702.293.816-.058.17-.474.126-.994.089-1.488-.018-.292-.202-.646-.541-.612m1 .031c-.002.772-.002 1.544-.001 2.316h.293c-.001-.426-.006-.852.013-1.278.165.42.297.851.441 1.279l.251-.002c.001-.768-.002-1.535.002-2.301l-.293-.019c-.002.371 0 .743-.008 1.114-.145-.364-.274-.733-.404-1.103l-.294-.005m5.302 2.208v2.494h.416v-2.494h-.416z"/><path fill="#fff" d="M3.738 5.068c-.443-.484-.462-1.477.001-1.948.213.625.242 1.327-.001 1.948zM5.765 3.212l.376.056c.008.186.012.372.012.558-.131.015-.261.028-.392.041l.003-.655zM8.401 4.984c-.058-.599-.306-1.415.221-1.859.178.498.171 1.033.116 1.551a9.01 9.01 0 0 0-.338.308zM6.687 7.131c.369.045.424.346.373.666-.131.014-.263.027-.394.039.003-.235.009-.471.021-.705zM4.602 13.46c.152.064.161.506-.06.458-.094-.13-.049-.351.06-.458zM8.445 16.641c.705-.312 1.522.509 1.205 1.212-.206.629-1.106.832-1.551.334-.492-.45-.282-1.343.346-1.546zM12.508 16.671c.564-.3 1.304.158 1.337.782.077.689-.742 1.262-1.355.919-.709-.299-.696-1.418.018-1.702zM3.884 16.872c.035-.289.298-.009.301.146.089.537.127 1.126-.135 1.623-.401-.482-.313-1.205-.166-1.769z"/><path fill="#353233" d="M.236 1.168C.556.615 1.057.13 1.71.023c4.304.05 8.612-.037 12.916.044l.135.049c-.151.034-.3.069-.45.1C10.264.201 6.217.209 2.171.212 1.501.18.94.595.512 1.067l-.276.102z"/><path fill="#a2a1a1" d="M14.762.115c.632.231 1.176.763 1.342 1.425v.089c-.224.754-.14 1.544-.143 2.318v16.208c.001.751-.078 1.517.143 2.248v.175c-.245.656-.736 1.229-1.43 1.421h-.108l-.372-.142c.692-.155 1.382-.577 1.604-1.287.209-.75.121-1.542.129-2.312-.002-5.471 0-10.942 0-16.415-.008-.771.077-1.561-.114-2.317-.196-.693-.844-1.119-1.501-1.312.15-.031.299-.065.45-.1z"/><path fill="#231f20" d="M1.796.665C5.832.558 9.883.65 13.925.618c.861-.07 1.653.696 1.607 1.558-.001 6.584.003 13.168-.002 19.753.021.803-.693 1.523-1.496 1.508-3.953.006-7.906.003-11.859.002-.814.027-1.547-.695-1.524-1.51C.647 15.344.65 8.758.65 2.173.621 1.483 1.12.816 1.796.664m.002.612c-.359.138-.58.522-.566.9-.005 6.549-.001 13.098-.002 19.648-.053.536.393 1.057.942 1.033 3.954.004 7.91.007 11.864-.001.537.01.966-.505.916-1.029-.002-6.552.002-13.102-.002-19.654.03-.509-.408-.98-.922-.969-3.879-.012-7.76.002-11.639-.007-.198.005-.405-.001-.591.08zM15.961 3.948c.003-.774-.081-1.564.143-2.318v20.774c-.221-.731-.142-1.497-.143-2.248V3.948z"/><path fill="#231f20" d="M2.009 2.926h.866l.021.273-.317.042c.002.666 0 1.332.001 1.998l-.292.003c-.002-.667-.001-1.335-.001-2.002l-.299-.041.021-.273zM3.463 2.943c.342-.189.7.14.71.486.041.562.149 1.217-.174 1.715-.318.346-.843-.009-.825-.426-.013-.577-.202-1.352.289-1.776m.275 2.126c.243-.621.214-1.323.001-1.948-.463.471-.444 1.464-.001 1.948zM5.472 2.914c.288.034.66-.059.872.194.219.32.133.743-.103 1.028.069.37.145.739.218 1.109l-.31-.015c-.087-.395-.145-.806-.348-1.163-.053.389-.041.781-.039 1.173l-.292-.001c.001-.775-.002-1.55.002-2.325m.293.298l-.003.655c.131-.012.261-.026.392-.041 0-.186-.004-.372-.012-.558l-.376-.056zM6.826 2.926l.853.001v.3h-.557a55.86 55.86 0 0 1-.011.576l.38.027.002.296-.374.006v.808l.58-.003.02.301c-.297.002-.595.002-.892.002V2.925zM8.149 3.161c.116-.327.623-.358.772-.042.318.718.068 1.509.026 2.256-.312-.097-.789-.076-.851-.49-.102-.563-.145-1.177.053-1.724m.252 1.823c.109-.105.222-.208.338-.308.055-.518.061-1.054-.116-1.551-.528.444-.279 1.259-.221 1.859zM9.514 2.926l.291.001c.072.71-.165 1.485.157 2.148.533-.546.136-1.451.257-2.148l.293-.001c-.024.678.055 1.365-.044 2.038-.117.463-.899.402-.932-.083-.056-.649-.008-1.304-.022-1.955zM11.006 2.926h.853l.001.3-.56.002-.002.585.42.019c.005.26-.211.31-.419.347 0 .255.002.509.004.764l.587-.004.001.302h-.884l-.001-2.315zM12.337 3.868c-.305-.313-.161-.991.334-.976.328-.009.406.35.481.594-.223-.049-.399-.189-.563-.339-.334.461.317.765.445 1.169.198.365.054 1.012-.452.965-.354-.006-.438-.393-.491-.669.256.039.401.248.556.43.407-.389-.07-.846-.309-1.175zM13.296 2.926h.875l.007.239-.288.109c-.046.656-.003 1.313-.019 1.97l-.291-.006c.001-.665-.005-1.331.004-1.996a25.631 25.631 0 0 1-.289-.03v-.286zM5.104 7.068c.246-.412.842-.158.888.274a10.857 10.857 0 0 1-.585-.197c-.21.57-.232 1.249-.003 1.816.25.016.226-.241.27-.415a6.423 6.423 0 0 1-.216-.451l.491-.012c-.007.311.024.63-.051.934-.164.364-.798.288-.858-.115-.115-.597-.159-1.257.063-1.834zM6.378 6.882c.292.034.677-.065.879.208.218.324.109.737-.106 1.031.066.364.142.725.215 1.087l-.298.001c-.098-.4-.165-.812-.352-1.183-.062.393-.048.791-.052 1.187a27.666 27.666 0 0 1-.288-.006c.001-.774-.002-1.549.002-2.323m.309.247c-.011.235-.018.471-.021.705l.394-.039c.051-.32-.004-.621-.373-.666zM7.732 6.891c.304 0 .609.002.913.018-.036.342-.361.292-.622.298.001.189 0 .379-.002.568l.383.027v.282l-.381.024.002.798.594.002-.003.3-.884-.001V6.891zM8.982 6.894l.85-.001.009.294-.566.011-.003.578.382.026v.283l-.381.025c.002.266.002.531.002.797l.595.002-.004.3-.884-.001V6.894zM10.234 6.889l.293.006c.134.376.267.753.408 1.127.004-.377.003-.753.004-1.129l.292.001c-.003.774.008 1.549-.008 2.323l-.249-.02a61.755 61.755 0 0 0-.446-1.339c-.004.447-.002.894-.001 1.34l-.293.016c-.003-.775-.003-1.55 0-2.325zM10.286 10.494h.416v2.494h-.416v-2.494zM2.372 12.522l.301.01c.034.323.071.647.119.968.081-.347.135-.699.212-1.046.397.172.276.691.408 1.025.056-.317.091-.636.129-.955l.299.002c-.088.768-.181 1.536-.265 2.304-.063.003-.19.009-.253.014-.075-.425-.142-.85-.223-1.273-.074.423-.14.848-.212 1.271l-.249-.004c-.088-.772-.181-1.544-.266-2.317zM4.45 12.522l.302.008c.155.771.319 1.54.475 2.311l-.309-.003-.13-.616-.381.004a133.8 133.8 0 0 1-.13.613l-.299.003c.156-.773.313-1.547.472-2.32m.152.938c-.109.107-.154.328-.06.458.221.048.212-.394.06-.458zM5.544 14.839c.001-.773-.002-1.546.002-2.32l.291.009c0 .771.001 1.541-.001 2.311h-.292zM6.161 12.526h.878l.003.293-.302.012c-.002.67 0 1.339-.002 2.008l-.291.002c-.02-.659.032-1.319-.024-1.976a26.284 26.284 0 0 0-.257-.091l-.005-.248zM9.746 13.717c.327-.603 1.296-.601 1.627-.003l-.285.053a.52.52 0 0 1-1.03.012 34.597 34.597 0 0 0-.313-.062zM9.536 15.496c.514-.464.999-.969 1.599-1.326.352.501.702 1.003 1.051 1.504-.422.777-.844 1.554-1.268 2.331l-.481-.261c.306-.563.621-1.122.926-1.686-.237.07-.473.141-.709.213.039.172.08.345.121.518l-.454.139-.248-.934 1.121-.352-.421-.594c-.323.266-.643.535-.967.801l-.27-.354zM8.349 16.252c.693-.251 1.524.193 1.707.905.217.681-.223 1.472-.913 1.654-.66.214-1.438-.192-1.644-.855-.252-.675.161-1.496.85-1.704m.096.389c-.628.203-.838 1.096-.346 1.546.445.499 1.345.295 1.551-.334.317-.703-.5-1.524-1.205-1.212zM12.5 16.246c1.013-.377 2.091.774 1.653 1.76-.331 1.002-1.855 1.158-2.38.242-.486-.699-.091-1.776.727-2.002m.008.425c-.714.284-.726 1.403-.018 1.702.613.343 1.432-.231 1.355-.919-.033-.624-.773-1.083-1.337-.782zM3.984 16.461c.34-.034.524.32.541.612.036.493.081 1.014-.089 1.488-.113.351-.655.391-.816.058-.195-.426-.141-.915-.132-1.37.01-.315.107-.765.496-.788m-.1.411c-.146.564-.235 1.287.166 1.769.262-.497.224-1.086.135-1.623-.003-.156-.266-.435-.301-.146zM4.984 16.492l.294.005c.13.37.259.74.404 1.103.008-.371.006-.743.008-1.114l.293.019c-.004.767-.001 1.534-.002 2.301l-.251.002c-.143-.428-.275-.859-.441-1.279-.02.426-.015.852-.013 1.278h-.293c-.001-.772-.001-1.544.001-2.316zM10.286 18.701h.416v2.494h-.416v-2.494z"/><path fill="#272425" d="M.099 1.763c.002-.205.021-.419.137-.595l.276-.102c-.152.35-.275.721-.275 1.108C.232 8.835.245 15.496.232 22.157l-.166.295C.151 15.558.084 8.659.099 1.763z"/><path fill="#bcbbbb" d="M0 1.766l.099-.003C.083 8.659.151 15.558.066 22.452l-.065-.21V1.766z"/><path fill="#6e6b6c" d="M.232 22.157a2.122 2.122 0 0 0 1.727 1.706L1.671 24h-.165c-.686-.249-1.311-.802-1.44-1.548l.166-.295z"/><path fill="#242021" d="M1.671 24l.288-.137c4.078-.02 8.157-.008 12.236-.005l.372.142H1.671z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bicycles-stop-on-red--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0m.6.6v22.8h22.8V.6H.6z"/><path d="M8.773 4.442c.253-.528.917-.437 1.4-.437l-.002.455c-.306.026-.66-.066-.932.097-.223.391-.282.851-.422 1.274 1.721 0 3.442.002 5.162-.001l.162-.488c-.516-.149-1.032-.3-1.548-.452-.01-.139-.017-.28-.023-.42 1.028-.03 2.058-.013 3.086-.004v.91H14.61c-.605.972.452 1.76.834 2.593.983-.464 2.209-.403 3.09.254 1.064.744 1.517 2.225 1.046 3.436-.456 1.301-1.9 2.15-3.259 1.901-1.322-.19-2.376-1.362-2.495-2.681a13.432 13.432 0 0 1-.191-.05c-.209.427-.631.832-1.148.692-.588-.109-.836-.779-.653-1.306L8.389 7.327l-.148.504c1.254.488 2.111 1.842 1.903 3.19-.169 1.566-1.746 2.791-3.306 2.555-1.663-.157-2.926-1.906-2.546-3.534.278-1.576 1.954-2.659 3.509-2.335.337-1.084.582-2.197.972-3.264M8.686 6.29l-.16.554c1.199 1.007 2.399 2.012 3.599 3.018.214-.068.427-.132.642-.196.33-1.133.72-2.248 1.063-3.378-1.715-.001-3.43-.004-5.144.001m5.48.472c-.33 1.02-.66 2.041-.978 3.065.157.192.305.392.444.599l.198-.05c.084-.859.55-1.638 1.223-2.17-.299-.48-.588-.965-.887-1.444M4.782 9.96c-.403 1.315.49 2.825 1.832 3.112 1.302.353 2.755-.55 3.032-1.866.308-1.189-.404-2.48-1.531-2.929-.163.578-.336 1.156-.499 1.734-.137.316.202.715-.121.966-.316.314-.884-.079-.727-.484.617-.62.608-1.562.907-2.344-1.247-.235-2.581.574-2.893 1.811m10.904-1.595c.486.658.719 1.554 1.453 1.984.272.256.017.758-.341.738-.767-.43-1.68-.157-2.519-.228.11.88.66 1.705 1.484 2.062 1.046.494 2.399.134 3.061-.812.701-.923.624-2.324-.17-3.167-.722-.826-1.987-1.045-2.969-.576m-1.405 2.031c.703.006 1.406.002 2.108.002-.366-.599-.73-1.199-1.097-1.796a2.763 2.763 0 0 0-1.012 1.794z"/><path fill="#fff" d="M.6.6h22.8v22.8H.6V.6m8.173 3.842c-.39 1.067-.635 2.18-.972 3.264-1.555-.324-3.23.76-3.509 2.335-.379 1.628.883 3.377 2.546 3.534 1.56.236 3.137-.989 3.306-2.555.208-1.348-.649-2.701-1.903-3.19l.148-.504c1.15.962 2.297 1.926 3.445 2.888-.184.527.065 1.196.653 1.306.517.139.94-.265 1.148-.692l.191.05c.119 1.319 1.172 2.491 2.495 2.681 1.36.25 2.803-.6 3.259-1.901.47-1.211.018-2.692-1.046-3.436-.881-.658-2.107-.719-3.09-.254-.382-.833-1.439-1.621-.834-2.593h1.046v-.91c-1.028-.01-2.058-.026-3.086.004.006.14.013.281.023.42.516.152 1.032.304 1.548.452l-.162.488c-1.721.004-3.442.001-5.162.001.14-.424.199-.883.422-1.274.272-.163.626-.071.932-.097l.002-.455c-.484 0-1.147-.091-1.4.437m2.787 10.246c-1.966.233-2.974 2.849-1.673 4.342 1.169 1.615 3.968 1.2 4.621-.683.835-1.844-.974-4.079-2.948-3.659z"/><path fill="#fff" d="M8.686 6.29c1.715-.005 3.43-.002 5.144-.001-.343 1.13-.733 2.245-1.063 3.378-.215.064-.428.127-.642.196-1.2-1.006-2.4-2.011-3.599-3.018l.16-.554zM14.166 6.761c.299.479.588.964.887 1.444-.673.532-1.139 1.31-1.223 2.17l-.198.05a8.133 8.133 0 0 0-.444-.599c.318-1.024.648-2.045.978-3.065zM4.782 9.96c.312-1.237 1.646-2.046 2.893-1.811-.299.781-.29 1.723-.907 2.344-.157.404.412.798.727.484.323-.251-.016-.65.121-.966.163-.578.336-1.156.499-1.734 1.127.449 1.84 1.74 1.531 2.929-.277 1.316-1.73 2.219-3.032 1.866-1.343-.287-2.236-1.796-1.832-3.112zM15.686 8.365c.982-.469 2.246-.25 2.969.576.794.842.871 2.244.17 3.167-.662.947-2.015 1.307-3.061.812-.824-.356-1.374-1.182-1.484-2.062.839.071 1.752-.202 2.519.228.358.02.613-.482.341-.738-.734-.43-.967-1.326-1.453-1.984z"/><path fill="#fff" d="M14.28 10.397a2.759 2.759 0 0 1 1.012-1.794c.367.598.731 1.198 1.097 1.796-.702 0-1.405.004-2.108-.002z"/><path fill="#d40000" d="M11.56 14.687c1.974-.42 3.784 1.814 2.948 3.659-.653 1.883-3.452 2.298-4.621.683-1.301-1.493-.293-4.109 1.673-4.342z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--bicycles-wrong-way--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#201d1e" opacity=".96" d="M1.896.247c1.962-.129 3.93-.08 5.895-.09 2.125.004 4.252-.023 6.375.076.907.06 1.586.841 1.888 1.645V22.52a3.319 3.319 0 0 1-1.154 1.479h-.457c.843-.261 1.482-1.073 1.475-1.964.003-6.559.004-13.119 0-19.678.009-1.062-.922-2.018-1.987-2.022C10.02.329 6.109.332 2.199.333 1.084.308.102 1.321.152 2.434.163 9.101.13 15.77.169 22.437c-.199-.921-.085-1.88-.167-2.816V4.773c.047-.906.04-1.814.1-2.719C.096 1.108.974.284 1.898.246z"/><path fill="#fff" d="M.15 2.435C.1 1.322 1.082.309 2.197.334 6.108.332 10.019.329 13.929.336c1.065.003 1.996.959 1.987 2.022.004 6.559.003 13.119 0 19.678.007.892-.633 1.703-1.475 1.964H1.652c-.735-.215-1.274-.84-1.486-1.562C.127 15.772.16 9.103.149 2.435M1.993.819C1.201.957.584 1.714.603 2.517.601 8.97.602 15.423.603 21.876c-.033.91.762 1.741 1.675 1.737 3.831.007 7.663.005 11.496.001.919.013 1.733-.814 1.701-1.733.002-6.456.002-12.914 0-19.37.027-.945-.838-1.775-1.779-1.727-3.9.024-7.805-.046-11.703.035z"/><path fill="#fff" d="M5.881 4.438c.138-.146.275-.294.412-.441l.876.001.017.252c-.261.002-.523.002-.785.006l-.146.165.18.324-.229.806c1.081-.058 2.199.121 3.256-.093-.316-.146-.727-.159-.939-.471.697-.093 1.404-.103 2.106-.11-.12.334-.456.467-.775.541l-.12.308.734.914c.698-.378 1.58-.437 2.282-.036.925.486 1.409 1.662 1.069 2.655-.314 1.06-1.489 1.77-2.573 1.533-.846-.154-1.52-.832-1.775-1.638-.302.052-.632.083-.858.316l.126.544.234.168c-.195.024-.391.041-.586.056.042-.093.084-.185.128-.277-.041-.145-.082-.29-.126-.434-.297-.146-.277-.519-.504-.728-.675-.75-1.338-1.512-2.009-2.265l-.091.253c.586.521.973 1.312.84 2.105-.119.939-.89 1.745-1.822 1.903-1.042.217-2.166-.431-2.52-1.431-.378-.951.014-2.118.873-2.665.67-.458 1.564-.475 2.287-.134L6.082 4.8l-.203-.361m.123 1.52c.646.899 1.418 1.721 2.194 2.51-.058-.139-.124-.275-.19-.412l.434-.009.013.313c.234-.814.524-1.612.779-2.42-1.076.009-2.154-.023-3.23.017m3.6.202c-.301.898-.596 1.796-.892 2.696.234-.022.468-.045.703-.066a2.51 2.51 0 0 1 .745-1.957c-.184-.225-.369-.45-.556-.673m-6.271.942c-.738.511-.984 1.593-.523 2.367.518.995 1.988 1.247 2.8.468.807-.675.788-1.988.043-2.704-.236.629-.74 1.08-1.194 1.549-.225.061-.405-.294-.181-.408a2.46 2.46 0 0 0 1.05-1.384c-.623-.326-1.423-.321-1.995.113m7.371-.134c.382.496.712 1.039 1.178 1.463.11.103.019.312-.124.325-.624.075-1.238.209-1.853.331.285.914 1.31 1.533 2.247 1.25 1.09-.26 1.7-1.63 1.135-2.606-.459-.932-1.688-1.216-2.583-.762m-.295.194c-.412.397-.565.967-.556 1.526.514-.083 1.028-.168 1.542-.255-.327-.425-.652-.851-.985-1.271zM2.118 13.553h.446c.091.537.154 1.081.273 1.614.125-.534.205-1.076.309-1.615l.358.001c.102.556.19 1.115.304 1.67.101-.555.184-1.113.279-1.67l.445-.001c-.172 1.063-.345 2.125-.519 3.188l-.389.001c-.103-.546-.195-1.094-.304-1.639-.107.545-.196 1.092-.295 1.638l-.406.001c-.168-1.062-.336-2.125-.502-3.188zM4.97 13.553c.437.021.891-.065 1.314.068.637.268.617 1.272.028 1.59.147.51.296 1.019.444 1.529h-.47c-.143-.501-.279-1.004-.428-1.503l-.432.006-.001 1.497H4.97v-3.187m.455.449l.001.814c.209-.004.419.009.626-.03.349-.065.352-.692-.001-.757-.206-.035-.417-.023-.626-.027zM7.825 13.572c.449-.235.999.073 1.118.544.222.766.257 1.673-.164 2.376-.397.572-1.324.264-1.417-.393-.176-.819-.303-1.972.463-2.527m.304.379c-.282.044-.36.37-.407.607-.076.526-.092 1.097.133 1.59.115.273.533.257.635-.017.216-.519.205-1.11.104-1.655-.049-.231-.175-.554-.465-.525zM9.737 13.552l.456.002c.29.634.579 1.27.873 1.903.004-.635.001-1.269.002-1.903h.455l-.001 3.188h-.342c-.331-.708-.654-1.42-.988-2.127-.003.709 0 1.418-.002 2.126h-.453v-3.188zM12.422 13.837c.423-.646 1.509-.304 1.543.457l-.442.009c-.079-.338-.527-.494-.742-.188-.266.474-.18 1.055-.149 1.576.013.306.187.72.562.653.319-.058.26-.453.297-.692l-.367-.007.002-.443h.811c-.02.491.116 1.122-.338 1.463-.505.346-1.234-.013-1.337-.599-.148-.728-.183-1.551.161-2.228zM4.739 18.326h.446c.092.557.172 1.115.271 1.671.11-.556.206-1.113.31-1.671h.358c.102.557.195 1.115.303 1.671.102-.555.186-1.113.28-1.671h.446c-.172 1.062-.336 2.123-.515 3.183l-.394-.006c-.099-.543-.186-1.088-.297-1.63-.109.542-.2 1.087-.301 1.63l-.405.004c-.171-1.061-.336-2.121-.504-3.182zM8.134 18.327l.446-.002c.264 1.06.526 2.12.788 3.18l-.453.001-.223-.868-.677-.001c-.072.29-.145.579-.216.869l-.452-.001c.26-1.06.525-2.118.787-3.178m-.015 1.864l.461-.001c-.077-.298-.153-.597-.238-.894-.079.297-.151.596-.223.895zM9.34 18.327l.475-.001c.182.382.362.765.542 1.148l.526-1.147h.486c-.201.445-.401.891-.608 1.332-.319.564-.13 1.233-.179 1.847l-.462-.001c-.049-.617.139-1.288-.183-1.855-.204-.439-.4-.881-.596-1.324z"/><path fill="#c02d19" d="M1.993.819C5.89.739 9.796.808 13.696.784c.941-.048 1.806.782 1.779 1.727.002 6.456.002 12.914 0 19.37.031.919-.782 1.746-1.701 1.733-3.832.004-7.664.006-11.496-.001-.913.003-1.708-.827-1.675-1.737C.602 15.423.601 8.97.603 2.517c-.019-.803.599-1.56 1.39-1.698m3.888 3.619l.203.361-.639 1.765c-.723-.342-1.617-.324-2.287.134-.859.548-1.251 1.715-.873 2.665.353.999 1.478 1.648 2.52 1.431.932-.159 1.704-.965 1.822-1.903.133-.793-.253-1.584-.84-2.105l.091-.253c.671.753 1.334 1.515 2.009 2.265.227.209.207.582.504.728.044.144.085.289.126.434a9.876 9.876 0 0 0-.128.277c.195-.015.391-.031.586-.056a47.427 47.427 0 0 0-.234-.168c-.042-.182-.083-.363-.126-.544.226-.234.556-.264.858-.316.255.807.929 1.484 1.775 1.638 1.084.238 2.259-.473 2.573-1.533.34-.993-.145-2.169-1.069-2.655-.702-.401-1.584-.342-2.282.036l-.734-.914c.039-.103.079-.205.12-.308.319-.073.655-.206.775-.541-.702.007-1.409.017-2.106.11.212.312.623.325.939.471-1.058.214-2.175.035-3.256.093l.229-.806-.18-.324.146-.165c.261-.003.523-.004.785-.006l-.017-.252-.876-.001-.412.441m-3.765 9.116c.166 1.063.334 2.125.502 3.188l.406-.001c.099-.546.188-1.094.295-1.638.109.545.201 1.093.304 1.639l.389-.001c.174-1.062.346-2.125.519-3.188l-.445.001c-.094.556-.178 1.115-.279 1.67-.113-.555-.202-1.113-.304-1.67l-.358-.001c-.105.538-.184 1.081-.309 1.615-.119-.533-.182-1.076-.273-1.614a33.153 33.153 0 0 0-.446 0m2.851 0v3.187h.455l.001-1.497.432-.006c.149.499.285 1.002.428 1.503h.47c-.148-.51-.297-1.019-.444-1.529.589-.317.61-1.322-.028-1.59-.423-.134-.877-.047-1.314-.068m2.855.019c-.766.555-.64 1.708-.463 2.527.094.657 1.02.966 1.417.393.421-.703.386-1.611.164-2.376-.12-.471-.669-.779-1.118-.544m1.912-.02v3.188h.453c.002-.708-.001-1.417.002-2.126.334.707.656 1.419.988 2.127h.342l.001-3.188a34.505 34.505 0 0 0-.455 0c-.001.634.002 1.268-.002 1.903-.294-.633-.583-1.268-.873-1.903l-.456-.002m2.685.286c-.344.678-.308 1.501-.161 2.228.103.586.832.945 1.337.599.454-.341.319-.972.338-1.463h-.811l-.002.443.367.007c-.036.239.023.634-.297.692-.375.067-.548-.347-.562-.653-.031-.521-.117-1.102.149-1.576.215-.306.663-.15.742.188l.442-.009c-.034-.761-1.12-1.103-1.543-.457m-7.682 4.49c.168 1.061.333 2.121.504 3.182l.405-.004c.101-.544.192-1.088.301-1.63.111.541.198 1.087.297 1.63.131.002.263.003.394.006.179-1.06.342-2.121.515-3.183h-.446c-.094.557-.178 1.116-.28 1.671-.108-.556-.201-1.113-.303-1.671h-.358c-.104.557-.2 1.115-.31 1.671-.099-.556-.179-1.113-.271-1.671h-.446m3.393 0c-.262 1.06-.526 2.118-.787 3.178l.452.001.216-.869.677.001.223.868.453-.001-.788-3.18-.446.002m1.206 0c.197.442.393.884.596 1.324.322.567.134 1.238.183 1.855l.462.001c.05-.614-.14-1.283.179-1.847.208-.441.408-.888.608-1.332a39.366 39.366 0 0 0-.486 0c-.175.383-.349.765-.526 1.147-.18-.383-.36-.766-.542-1.148l-.475.001z"/><path fill="#c02d19" d="M6.002 5.959c1.076-.04 2.154-.009 3.23-.017-.255.808-.545 1.605-.779 2.42l-.013-.313-.434.009c.067.136.132.272.19.412-.776-.789-1.548-1.612-2.194-2.51zM9.602 6.16c.186.223.371.448.556.673a2.51 2.51 0 0 0-.745 1.957l-.703.066c.296-.899.592-1.798.892-2.696zM3.331 7.102c.572-.434 1.372-.438 1.995-.113a2.456 2.456 0 0 1-1.05 1.384c-.224.115-.044.47.181.408.453-.469.958-.92 1.194-1.549.745.715.764 2.029-.043 2.704-.811.779-2.282.526-2.8-.468-.461-.774-.215-1.856.523-2.367zM10.702 6.969c.895-.453 2.124-.169 2.583.762.565.977-.045 2.346-1.135 2.606-.936.283-1.962-.335-2.247-1.25.615-.122 1.229-.257 1.853-.331.142-.013.234-.222.124-.325-.466-.424-.796-.967-1.178-1.463z"/><path fill="#c02d19" d="M10.407 7.164c.334.419.659.846.985 1.271-.514.087-1.028.172-1.542.255-.009-.559.144-1.128.556-1.526zM8.129 13.951c.29-.029.416.294.465.525.102.545.112 1.136-.104 1.655-.102.274-.52.29-.635.017-.225-.493-.209-1.064-.133-1.59.046-.237.124-.563.407-.607zM5.425 14.002c.209.004.42-.009.626.027.353.065.35.692.001.757-.207.039-.418.026-.626.03l-.001-.814zM8.119 20.191c.072-.299.143-.598.223-.895.085.297.161.596.238.894l-.461.001z"/><path fill="#393637" opacity=".95" d="M.167 22.438c.212.722.751 1.347 1.486 1.562h-.537c-.434-.433-1.077-.852-.948-1.562z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--bicycles-yield-or-use-signal--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#949293" d="M1.361 0h13.123c.752.251 1.407.883 1.618 1.653v20.559c-.14.744-.688 1.262-1.302 1.65l-.226-.024a36.551 36.551 0 0 1-.39-.106c.801-.278 1.637-.902 1.603-1.841.023-6.592.015-13.185.005-19.777.046-.916-.722-1.788-1.651-1.795C10.108.254 6.069.383 2.038.255a19.933 19.933 0 0 1-.519-.199L1.364.001z"/><path fill="#6d6a6b" d="M.033 1.727C.183.936.792.352 1.516.055c.172.068.345.135.519.199C1.098.342.259 1.14.306 2.113.303 8.704.295 15.296.311 21.887c-.043.886.712 1.46 1.423 1.814l.159.155c-.905-.012-1.715-.671-1.859-1.575.178-.936.111-1.891.112-2.837.002-4.961.002-9.924 0-14.885C.144 3.614.21 2.662.032 1.728z"/><path fill="#fff" d="M.307 2.113C.26 1.139 1.098.342 2.036.254c4.031.128 8.07-.002 12.103.064.93.008 1.697.879 1.651 1.795.011 6.592.018 13.185-.005 19.777.035.939-.802 1.563-1.603 1.841-4.148-.079-8.3-.018-12.448-.03-.711-.354-1.466-.928-1.423-1.814C.296 15.296.303 8.704.306 2.113M1.871.677c-.734.125-1.258.86-1.205 1.59.003 6.489-.003 12.978.003 19.466-.047.861.746 1.621 1.604 1.552 3.902-.005 7.805.009 11.707-.008.813.011 1.505-.741 1.466-1.546.006-6.488 0-12.975.003-19.463.077-.889-.722-1.706-1.615-1.628C9.847.664 5.855.593 1.87.676z"/><path fill="#fff" d="M1.865 1.273c3.981-.134 7.984-.021 11.973-.055.589-.065 1.101.462 1.033 1.047.002 6.489.008 12.978-.002 19.466.041.565-.477 1.039-1.033.978-3.852.003-7.704.003-11.556.002-.557.056-1.077-.415-1.031-.981-.009-6.488-.003-12.975-.003-19.463-.029-.419.196-.87.62-.993m4.128 1.343c.041.096.122.286.161.381a64.432 64.432 0 0 0-.551 1.603c-.778-.292-1.713-.266-2.354.314-.962.752-.989 2.342-.068 3.138.96.945 2.772.609 3.325-.62.58-1.018-.056-2.061-.653-2.883.96 1.053 2.326 2.029 2.588 3.5l.366.002a19.974 19.974 0 0 1-.302-.781c.238-.081.478-.156.72-.229.445 1.359 2.218 2.064 3.401 1.18 1.063-.697 1.247-2.362.331-3.254-.699-.734-1.862-.823-2.725-.333-.229-.284-.453-.573-.681-.857.317-.231.647-.447.939-.712-.696-.027-1.394 0-2.084.103.307.184.632.331.957.477-.996.011-1.993.003-2.991.006.073-.369.115-.746.036-1.118a8.36 8.36 0 0 0 .972-.229 12.73 12.73 0 0 0-.99-.079l-.396.39M3.747 10.53c.422.832.79 1.706.653 2.664.093-.012.281-.036.375-.05-.161-.939.232-1.792.655-2.601l-.403-.012c-.147.316-.293.632-.442.948-.147-.308-.292-.62-.434-.93l-.404-.02m2.025-.048v2.734h.456v-2.734h-.456m.953.056v2.637h1.344v-.371c-.321 0-.641 0-.962-.002a59.503 59.503 0 0 1 0-.845c.225-.024.448-.052.673-.082-.166-.219-.416-.313-.67-.386a56.08 56.08 0 0 1-.006-.577c.29-.005.58-.006.87-.009l-.011-.366H6.724m3.485-.012c-.005.889-.006 1.777.002 2.666.424-.055 1.03.125 1.273-.343.287-.583.263-1.299.053-1.902-.199-.556-.875-.372-1.328-.421m-1.706.013v2.638c.45-.002.899-.002 1.349-.005a39.932 39.932 0 0 1-.006-.349h-.962c-.002-.761 0-1.522 0-2.283-.096 0-.287 0-.381-.002M6.36 14.499l-.02.345.491.017c0 .759-.003 1.521.006 2.282.093-.002.281-.002.374-.003.002-.755.002-1.508 0-2.263l.506-.05-.035-.327c-.441.002-.881.002-1.322 0m2.204-.015c-.758.43-.62 1.568-.396 2.28.248.7 1.291.434 1.317-.266.166-.703.159-2.224-.921-2.014m1.952 5.069c.263.31 1.006.567.688 1.06-.342.425-.74-.273-1.082-.384.103.316.164.74.529.866.564.257 1.168-.396.965-.948-.146-.513-.813-.626-.977-1.119.211-.378.51-.159.755.056l.334-.012c-.185-.284-.365-.7-.776-.656-.55 0-.89.781-.436 1.138m-5.838-1.102c-.003.883-.002 1.765-.002 2.648l.381.002c0-.372-.002-.746-.006-1.118.513.012 1.198-.161 1.109-.816-.003-.794-.924-.731-1.483-.715m1.842.011v2.637c.447-.002.893-.002 1.341-.002l.011-.365c-.324-.003-.647-.006-.972-.006v-.86c.181-.006.363-.011.545-.014l.003-.355-.542-.003a28.873 28.873 0 0 1-.009-.658l.864-.008v-.369c-.413 0-.826 0-1.241.002m1.79-.014c-.003.889-.005 1.779 0 2.669 1.527.447 1.85-1.565 1.167-2.497-.319-.252-.787-.122-1.167-.172z"/><path fill="#fff" d="M6.085 4.071c1.009-.038 2.02-.017 3.03-.024-.211.643-.428 1.281-.629 1.926-.194.061-.386.129-.576.201-.605-.705-1.236-1.385-1.826-2.102zM9.501 4.318l.412.568c-.448.497-.723 1.119-.74 1.794l-.504.059c.276-.807.553-1.615.832-2.421zM2.988 6.023c.284-1.075 1.578-1.484 2.528-1.018-.161.697-1.003 1.019-1.098 1.683.682-.153 1.041-.899 1.402-1.443.817.861.579 2.462-.606 2.847-1.241.542-2.673-.799-2.225-2.069zM10.495 4.994c.864-.437 2.031-.158 2.438.763.512 1.009-.258 2.365-1.396 2.414-.831.122-1.525-.488-1.852-1.198.673-.141 1.355-.245 2.026-.393a36.547 36.547 0 0 1-1.217-1.584z"/><path fill="#fff" d="M9.603 6.565c.036-.495.231-.957.567-1.325.296.374.585.752.873 1.132-.478.071-.958.137-1.44.193zM10.596 10.841c1.034-.012 1.041 2.04.002 2.031a45.837 45.837 0 0 1-.002-2.031zM8.809 16.956c-.609-.576-.63-1.698.003-2.265.53.635.521 1.63-.003 2.265zM5.06 18.785c.238.074.72.024.72.369.114.439-.439.407-.714.491a49.38 49.38 0 0 1-.006-.86zM8.698 18.772c1.044-.033 1.039 2.042.005 2.019a34.848 34.848 0 0 1-.005-2.019z"/><path fill="#231f20" d="M1.871.677C5.855.593 9.847.665 13.835.641c.893-.077 1.692.74 1.615 1.628-.003 6.488.003 12.975-.003 19.463.039.805-.653 1.557-1.466 1.546-3.902.017-7.805.003-11.707.008-.858.068-1.651-.691-1.604-1.552C.664 15.246.67 8.757.667 2.268.614 1.537 1.138.802 1.872.678m-.007.595c-.424.123-.649.574-.62.993 0 6.488-.006 12.975.003 19.463-.046.567.474 1.037 1.031.981 3.852.002 7.704.002 11.556-.002.556.061 1.074-.413 1.033-.978.009-6.488.003-12.977.002-19.466.068-.585-.444-1.112-1.033-1.047-3.989.033-7.991-.079-11.973.055z"/><path fill="#231f20" d="M5.994 2.617l.396-.39c.33.017.661.036.99.079a8.207 8.207 0 0 1-.972.229c.079.372.036.749-.036 1.118.998-.003 1.994.005 2.991-.006a9.074 9.074 0 0 1-.957-.477c.69-.103 1.388-.131 2.084-.103-.292.266-.621.482-.939.712.228.284.451.573.681.857.863-.491 2.026-.401 2.725.333.916.892.732 2.556-.331 3.254-1.183.884-2.956.179-3.401-1.18a24.14 24.14 0 0 0-.72.229c.096.261.196.523.302.781l-.366-.002c-.263-1.47-1.628-2.447-2.588-3.5.597.822 1.233 1.865.653 2.883-.553 1.229-2.365 1.565-3.325.62-.921-.796-.893-2.386.068-3.138.641-.58 1.577-.606 2.354-.314.178-.536.36-1.071.551-1.603-.039-.096-.12-.286-.161-.381m.092 1.453c.589.717 1.221 1.397 1.826 2.102.19-.071.381-.14.576-.201.201-.646.418-1.284.629-1.926-1.01.008-2.022-.014-3.03.024m3.415.248c-.279.807-.556 1.615-.832 2.421l.504-.059c.017-.674.292-1.297.74-1.794l-.412-.568M2.988 6.023c-.448 1.27.984 2.611 2.225 2.069 1.185-.384 1.423-1.985.606-2.847-.362.544-.72 1.29-1.402 1.443.096-.664.937-.986 1.098-1.683-.949-.466-2.244-.058-2.528 1.018m7.508-1.029c.389.541.799 1.066 1.217 1.584-.671.149-1.353.252-2.026.393.327.711 1.021 1.32 1.852 1.198 1.138-.049 1.908-1.405 1.396-2.414-.407-.921-1.574-1.2-2.438-.763m-.893 1.573c.482-.056.962-.122 1.44-.193-.289-.38-.577-.758-.873-1.132a2.19 2.19 0 0 0-.567 1.325zM3.747 10.53l.404.02c.143.31.287.621.434.93.149-.316.295-.632.442-.948l.403.012c-.422.808-.816 1.662-.655 2.601-.094.014-.283.038-.375.05.137-.958-.231-1.832-.653-2.664zM5.772 10.481h.456v2.734h-.456v-2.734zM6.725 10.537h1.239l.011.366-.87.009.006.577c.254.073.504.167.67.386-.225.03-.448.058-.673.082-.002.281-.002.564 0 .845.321.002.641.002.962.002v.371H6.726v-2.637zM10.209 10.524c.453.049 1.129-.135 1.328.421.21.603.234 1.318-.053 1.902-.243.468-.849.289-1.273.343-.008-.889-.006-1.777-.002-2.666m.387.317c-.014.677-.015 1.353.002 2.031 1.039.009 1.033-2.043-.002-2.031zM8.503 10.537c.094.002.286.002.381.002 0 .761-.002 1.522 0 2.283h.962l.006.349c-.45.003-.899.003-1.349.005v-2.638zM6.36 14.499c.441.002.881.002 1.322 0l.035.327-.506.05c.002.755.002 1.508 0 2.263-.093.002-.281.002-.374.003-.009-.761-.006-1.522-.006-2.282l-.491-.017.02-.345zM8.564 14.485c1.08-.21 1.086 1.311.921 2.014-.026.7-1.069.966-1.317.266-.223-.712-.362-1.85.396-2.28m.245 2.471c.524-.635.533-1.63.003-2.265-.633.567-.612 1.689-.003 2.265zM10.516 19.554c-.454-.357-.114-1.138.436-1.138.412-.044.591.372.776.656l-.334.012c-.245-.216-.544-.434-.755-.056.164.494.831.606.977 1.119.204.551-.401 1.205-.965.948-.365-.126-.425-.55-.529-.866.342.111.74.81 1.082.384.317-.494-.425-.75-.688-1.06zM4.678 18.453c.559-.015 1.479-.079 1.483.715.09.655-.595.828-1.109.816.005.372.006.746.006 1.118l-.381-.002c0-.883-.002-1.765.002-2.648m.381.333c0 .286.002.573.006.86.275-.084.828-.052.714-.491 0-.345-.482-.295-.72-.369zM6.519 18.465c.415-.002.828-.002 1.241-.002v.369l-.864.008c.002.219.003.439.009.658.135.002.407.003.542.003-.002.088-.003.266-.003.355a32.48 32.48 0 0 0-.545.014v.86c.325 0 .649.003.972.006l-.011.365c-.448 0-.895 0-1.341.002v-2.637zM8.309 18.45c.38.05.848-.081 1.167.172.684.933.36 2.944-1.167 2.497-.005-.89-.003-1.78 0-2.669m.389.322c-.017.673-.018 1.346.005 2.019 1.034.023 1.039-2.052-.005-2.019z"/><path fill="#acaaab" d="M0 1.504l.033.223c.178.934.112 1.887.114 2.831.002 4.961.002 9.924 0 14.885-.002.946.065 1.902-.112 2.837L0 22.509V1.503z"/><path fill="#242021" d="M1.735 23.701c4.148.012 8.3-.049 12.448.03.097.027.292.081.39.106l-.169.008c-4.171.012-8.341-.009-12.51.011l-.159-.155z"/><path fill="#eee" d="M1.894 23.856c4.17-.02 8.339.002 12.51-.011L14.12 24H1.784l.109-.144z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--bike-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d7d7d7" d="M.89 0h16.439v.081C11.851.079 6.373.084.895.079L.89 0z"/><path fill="#231f20" d="M.259.429C.426.247.623.042.895.079c5.478.006 10.956 0 16.434.002h.059c.111.104.251.221.415.194l.063.062c-.038.166.103.297.195.416v22.684l-.063.176c-.106.109-.212.217-.321.324l-.176.063H.642l-.176-.063a1.533 1.533 0 0 1-.341-.395l-.033-.197-.006-.059C.073 15.823.084 8.36.08.896L.082.843C.179.728.298.591.258.428m1.091 9.548c-.386 1.669-.53 3.388-.527 5.099 5.506.004 11.012.003 16.518 0a23.148 23.148 0 0 0-.418-4.579c-.791-3.962-3.905-7.486-7.89-8.394-3.763.936-6.761 4.14-7.682 7.874m-.526 5.836a489.934 489.934 0 0 0-.001 3.637 1.516 1.516 0 0 0 1.097 1.409c1.822.538 3.681.983 5.578 1.137 2.874.179 5.797-.028 8.582-.789.81-.187 1.254-1.069 1.26-1.846-.007-1.183.014-2.367-.011-3.55-5.502.004-11.004.002-16.506.001z"/><path fill="#231f20" d="M7.019 5.946c.374-.014.748-.007 1.123-.007l.001.36c-.317.011-.635-.011-.953.008-.249.098.022.293.124.393-.093.325-.208.644-.301.968 1.133.002 2.267-.002 3.401.002.164.036.274-.057.294-.22-.352-.083-.76-.1-1.026-.379.199-.178.484-.123.728-.151.527.002 1.063-.131 1.585-.013-.146.359-.56.468-.88.617-.034.125-.069.251-.106.376.264.352.535.7.803 1.049.894-.544 2.104-.51 2.938.136.937.681 1.305 2.023.831 3.083-.443 1.096-1.7 1.778-2.86 1.539-.997-.168-1.811-.972-2.063-1.94-.316.087-.705.058-.923.347.058.238.114.478.181.713.151.004.22.077.207.22a15.03 15.03 0 0 1-.637-.001.347.347 0 0 1 .15-.26 12.31 12.31 0 0 0-.121-.631c-.26-.074-.356-.305-.376-.552-.84-.893-1.639-1.84-2.529-2.679-.171.294.212.425.342.632.872.996.772 2.644-.205 3.534-.932.933-2.577.953-3.532.044-.953-.829-1.132-2.372-.389-3.394.707-1.066 2.229-1.429 3.351-.823.226-.72.45-1.441.669-2.164l-.303-.321c.158-.165.318-.327.476-.491m-.14 2.147c-.022.137-.159.303-.017.417.809.864 1.596 1.748 2.42 2.598.043-.307-.243-.384-.286-.611.212-.002.424-.002.636 0 .019.147-.048.22-.201.217.028.156.06.311.106.463.324-1.028.648-2.054.96-3.085-1.207.002-2.412-.002-3.619.002m3.983.284c-.323 1.048-.66 2.092-.982 3.14.238-.046.477-.094.714-.142a2.771 2.771 0 0 1 .894-2.18 19.02 19.02 0 0 0-.626-.818m1.248.971c.4.53.829 1.04 1.202 1.588.111.158-.055.289-.204.308-.657.15-1.316.282-1.975.426.229 1.067 1.383 1.812 2.45 1.583 1.223-.189 2.058-1.578 1.634-2.746-.363-1.255-2.014-1.895-3.107-1.159m-9.006.839c-.585.98-.184 2.369.825 2.895.975.575 2.352.181 2.882-.818.494-.833.287-1.946-.397-2.611-.329.702-.901 1.255-1.372 1.831-.259.094-.502-.19-.326-.417.671-.334 1.035-1.032 1.303-1.698-.987-.577-2.38-.199-2.915.816m7.956 1.088a79.6 79.6 0 0 0 1.735-.356c-.33-.45-.674-.89-1.009-1.336-.489.412-.733 1.061-.726 1.692zM5.509 17.185c.779-.638 2.011-.868 2.873-.268.685.503.456 1.698-.351 1.94-.65.177-1.351.44-1.639 1.108.796.011 1.593.005 2.39.003.011.242.014.483.008.726a600.61 600.61 0 0 1-3.288 0c-.015-.96.601-1.879 1.488-2.239.315-.156.7-.169.97-.408.214-.211.07-.584-.205-.655a1.901 1.901 0 0 0-1.75.352 6.712 6.712 0 0 1-.495-.558zM9.565 17.214c.646-.756 2.037-.919 2.698-.101.326.412.204.992-.122 1.364.543.386.68 1.195.232 1.706-.775.91-2.34.692-3.013-.237.188-.15.379-.294.574-.435.442.531 1.382.745 1.896.215.322-.524-.327-1.007-.827-.885a41.537 41.537 0 0 1 0-.706c.308.028.832-.129.684-.533-.382-.513-1.189-.312-1.594.084-.176-.157-.348-.318-.527-.471z"/><path fill="#fff" d="M17.388.081a.49.49 0 0 1 .415.194c-.164.028-.304-.089-.415-.194zM17.866.337c.094.08.159.18.195.298v.118c-.093-.119-.233-.25-.195-.416zM.083.844A.47.47 0 0 1 .259.429C.3.592.18.729.083.844zM1.349 9.976c.922-3.733 3.92-6.938 7.682-7.874 3.985.909 7.099 4.432 7.89 8.394.293 1.507.429 3.044.418 4.579-5.506.003-11.012.004-16.518 0-.003-1.711.142-3.431.527-5.099m5.671-4.03c-.158.164-.318.325-.476.491l.303.321a225.8 225.8 0 0 1-.669 2.164c-1.122-.607-2.644-.243-3.351.823-.744 1.022-.564 2.565.389 3.394.955.909 2.599.889 3.532-.044.977-.89 1.077-2.538.205-3.534-.13-.207-.513-.338-.342-.632.89.839 1.689 1.786 2.529 2.679.02.247.116.478.376.552.046.209.086.419.121.631a.347.347 0 0 0-.15.26c.212.005.425.005.637.001.012-.142-.057-.216-.207-.22-.067-.236-.123-.475-.181-.713.219-.289.607-.26.923-.347.252.967 1.067 1.772 2.063 1.94 1.159.238 2.417-.443 2.86-1.539.473-1.06.106-2.402-.831-3.083-.834-.646-2.044-.68-2.938-.136-.268-.35-.539-.697-.803-1.049.037-.125.072-.251.106-.376.321-.15.735-.259.88-.617-.521-.118-1.058.015-1.585.013-.244.028-.53-.028-.728.151.266.279.674.296 1.026.379-.02.164-.129.256-.294.22-1.134-.004-2.268 0-3.401-.002.093-.325.208-.643.301-.968-.103-.1-.373-.295-.124-.393.317-.019.635.003.953-.008l-.001-.36c-.374 0-.748-.007-1.123.007z"/><path fill="#fff" d="M6.879 8.088c1.207-.003 2.412 0 3.619-.002-.312 1.031-.636 2.057-.96 3.085a4.082 4.082 0 0 1-.106-.463c.153.002.22-.07.201-.217a33.709 33.709 0 0 0-.636 0c.042.227.329.304.286.611-.824-.849-1.612-1.734-2.42-2.598-.142-.114-.005-.279.017-.417zM10.861 8.373c.218.266.423.542.626.818a2.769 2.769 0 0 0-.894 2.18c-.238.049-.476.097-.714.142.322-1.048.659-2.092.982-3.14zM12.109 9.344c1.093-.735 2.744-.096 3.107 1.159.424 1.167-.412 2.557-1.634 2.746-1.067.229-2.221-.517-2.45-1.583.658-.144 1.318-.277 1.975-.426.149-.019.316-.15.204-.308-.373-.548-.801-1.058-1.202-1.588zM3.103 10.183c.535-1.015 1.928-1.393 2.915-.816-.268.665-.632 1.364-1.303 1.698-.176.227.068.51.326.417.471-.577 1.044-1.129 1.372-1.831.684.665.891 1.778.397 2.611-.53.998-1.907 1.393-2.882.818-1.009-.526-1.41-1.916-.825-2.895z"/><path fill="#fff" d="M11.059 11.269c-.007-.631.237-1.28.726-1.692.335.446.679.886 1.009 1.336a78.4 78.4 0 0 1-1.735.356zM.824 15.812c5.502.002 11.004.003 16.506-.001.024 1.183.004 2.367.011 3.55-.007.777-.45 1.659-1.26 1.846-2.785.761-5.708.968-8.582.789-1.897-.155-3.756-.6-5.578-1.137-.619-.168-1.09-.766-1.097-1.409-.004-1.212-.004-2.424.001-3.637m4.684 1.372c.154.196.321.38.495.558a1.901 1.901 0 0 1 1.75-.352c.275.071.419.444.205.655-.27.239-.655.252-.97.408-.887.36-1.503 1.279-1.488 2.239 1.096.003 2.193.003 3.288 0a10.34 10.34 0 0 0-.008-.726c-.797.002-1.594.007-2.39-.003.289-.668.989-.931 1.639-1.108.807-.242 1.036-1.437.351-1.94-.862-.6-2.093-.369-2.873.268m4.057.03c.179.153.351.314.527.471.404-.395 1.211-.596 1.594-.084.148.404-.376.561-.684.533-.002.235-.002.471 0 .706.5-.122 1.15.361.827.885-.514.53-1.455.316-1.896-.215a18.79 18.79 0 0 0-.574.435c.674.928 2.238 1.147 3.013.237.448-.511.311-1.32-.232-1.706.326-.372.448-.952.122-1.364-.661-.818-2.052-.655-2.698.101zM.467 23.937L.643 24H.5l-.033-.063zM17.501 24l.176-.063-.032.063h-.144z"/><path fill="#e1e1e1" d="M0 .892l.081.005c.003 7.464-.007 14.927.006 22.39L0 23.251V.892z"/><path fill="#c6c5c6" d="M.093 23.345l.033.197-.033-.197z"/><path fill="#e2e1e1" d="M17.998 23.613l.063-.176v.144l-.063.032z"/></symbol><symbol viewBox="0 0 30 24" id="regulatory--building-direction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#dbdbdb" opacity=".86" d="M1.648 0h.179L1.61.08 1.648 0z"/><path fill="#231f20" d="M1.827 0h26.637l.217.08c.557.224 1.079.561 1.419 1.068v22.091c-.225.263-.463.517-.71.761h-.793c.779-.241 1.402-.961 1.405-1.793-.003-6.671-.003-13.342-.001-20.013-.011-.842-.638-1.681-1.493-1.813C27.981.258 27.436.305 26.9.3 18.731.301 10.562.299 2.394.301 1.372.275.362 1.039.302 2.095.3 8.797.296 15.5.304 22.202c.001.842.623 1.516 1.38 1.798H.912c-.416-.377-.701-.872-.912-1.387V1.642a.495.495 0 0 0 .018-.031C.33.909.875.334 1.61.08L1.827 0z"/><path fill="#231f20" d="M2.134.636C2.453.582 2.778.6 3.1.598c8.269.008 16.538-.007 24.807.008.909-.037 1.763.659 1.793 1.589.002 6.636-.003 13.273.002 19.909.028.749-.573 1.442-1.29 1.591-8.772.011-17.545.003-26.318.004-.88-.002-1.495-.874-1.496-1.696C.605 15.434.594 8.864.603 2.294.607 1.465 1.29.673 2.134.636M1.5 2.395v19.614c-.009.25.142.462.227.687.406.16.848.095 1.273.104 8.37 0 16.739-.001 25.109.001a.636.636 0 0 0 .692-.692c-.002-6.606-.002-13.212 0-19.818.033-.278-.169-.492-.323-.696-8.797.014-17.594-.003-26.39.008-.427-.008-.593.43-.588.792z"/><path fill="#231f20" d="M2.8 4.1c.321 0 .643 0 .965-.003.364.287.48.756.438 1.203-.048.636.166 1.391-.324 1.906-.36-.008-.719-.007-1.079-.006V4.1m.504.466c-.007.723-.007 1.445 0 2.168.137-.035.291-.045.385-.166.027-.582.012-1.166.008-1.748.01-.202-.251-.215-.393-.254zM4.7 4.1h1.2v.5h-.7v.699l.5.002v.498l-.5.002V6.7H6v.5H4.7V4.1zM6.624 4.086c.295.003.592.022.874.118.049.2.094.401.132.604-.238-.016-.559.071-.615-.254-.438.509-.336 1.306-.22 1.933-.012.189.145.288.288.371l.024-.458H7.6v.552c-.118.118-.235.237-.351.358-.337.014-.852-.02-.886-.455-.176-.904-.293-1.976.261-2.769zM8.435 4.098c.214.001.429 0 .644-.002.621.708.451 1.75.331 2.603-.022.557-.751.805-1.134.425-.422-.59-.239-1.351-.278-2.027a1.201 1.201 0 0 1 .437-.999m.064.994c.044.592-.159 1.266.253 1.768.383-.635.294-1.438.114-2.125-.201-.382-.404.137-.367.357zM9.9 4.103l.499-.009c.157.427.309.857.496 1.273.014-.422.003-.845.005-1.267h.4v3.097l-.399.011c-.213-.478-.297-.999-.487-1.485-.031.492-.009.985-.014 1.477h-.5V4.103zM11.6 4.1h1.3v.498l-.4.004V7.2H12V4.602l-.4-.004V4.1zM13.612 4.097l.464.003c.184 1.038.432 2.063.643 3.095l-.51.01c-.101-.346-.054-.929-.583-.825-.043.275-.106.546-.149.821l-.5-.004c.204-1.035.386-2.076.635-3.1m.204 1.545c-.217.372.362.102 0 0zM15 4.1h.468c.081.303.141.632.368.866.091-.291.186-.581.287-.868l.477.003V7.2h-.5c-.003-.458.011-.917-.008-1.374-.103.28-.211.559-.326.835-.082-.247-.16-.495-.253-.738-.027.425-.011.851-.013 1.277H15V4.1zM17.1 4.1h.5v3.1h-.5V4.1zM18.2 4.1h.468c.117.432.255.859.424 1.274.019-.424.006-.849.008-1.274h.5v3.099l-.474.003c-.184-.488-.321-.993-.517-1.476-.022.491-.005.983-.009 1.474h-.4V4.1zM20.512 4.097l.464.003c.203 1.038.393 2.08.633 3.109-.588.175-.649-.386-.718-.814l-.368.005c-.043.268-.104.532-.146.8l-.497-.001c.144-1.046.387-2.076.632-3.102m.232 1.527c-.377.332.3.3 0 0zM21.7 4.1h1.2v.498l-.4.004V7.2H22V4.605l-.301-.01.001-.495zM23.2 4.1h.5v3.1h-.5V4.1zM24.426 4.205c.404-.207 1.107-.148 1.131.419.133.878.331 2.005-.392 2.678l-.53.001c-.328-.267-.476-.685-.438-1.101.046-.669-.142-1.393.229-1.997m.41.395c-.26.491-.091 1.072-.139 1.603.009.197-.003.622.27.599.308-.698.271-1.503-.001-2.203l-.13.001zM26.1 4.101l.471-.002c.129.361.27.718.425 1.069.011-.356.004-.712.004-1.068h.5v3.097a50.35 50.35 0 0 0-.399.011c-.183-.454-.307-.929-.492-1.382-.022.457-.006.916-.009 1.374h-.5V4.101zM7.097 11.299c.008-.661.234-1.577 1.009-1.685.717-.195 1.337.5 1.32 1.183-.24.003-.48.003-.72.004l-.009-.262a27.614 27.614 0 0 1-.245-.239l-.305-.001-.335.341c-.101.85-.293 1.925.426 2.565l.215-.005.248-.244V12.6l.716.001c.025.471-.172.904-.548 1.186-.34.091-.685.094-1.024.001-.834-.523-.755-1.632-.748-2.489zM10.1 9.7h2v.6h-1.3v.9h.8v.7h-.8v1.2h1.4v.7h-2.1V9.7zM12.8 9.702l.696-.006c.332.726.648 1.461.997 2.179.017-.725.002-1.45.007-2.175h.6v4.1h-.458c-.409-.777-.7-1.61-1.14-2.371-.007.79.001 1.581-.002 2.371h-.7V9.702zM15.6 9.7h2.1v.6H17v3.5h-.7v-3.5h-.7v-.6zM18.2 9.7h1.9v.6h-1.3v.9h.9v.7h-.9v1.2h1.5v.7h-2.1V9.7zM20.9 9.7c.534.01 1.07-.022 1.603.012.932.27.943 1.682.176 2.156.2.638.424 1.271.55 1.928a41.07 41.07 0 0 1-.702.005 21.9 21.9 0 0 0-.55-1.903l-.377.003V13.8h-.7V9.7m.7.591v.908l.78.002c.082-.136.162-.273.245-.409-.155-.433-.607-.553-1.025-.501zM14.707 15.938c.149-.231.492-.167.692-.037 1.117.721 2.191 1.504 3.299 2.238v.122c-1.05.734-2.15 1.398-3.177 2.164-.222.17-.622.309-.814.037-.077-.479.179-.918.318-1.36-1.142-.005-2.283-.001-3.425-.002v-1.9c1.132 0 2.265-.001 3.397.001-.144-.406-.365-.819-.29-1.263z"/><path fill="#fff" d="M28.464 0h.18l.037.08-.217-.08zM.302 2.095C.362 1.039 1.372.275 2.394.301 10.562.299 18.731.301 26.9.3c.536.005 1.081-.042 1.608.081.855.132 1.482.971 1.493 1.813-.002 6.671-.002 13.342.001 20.013-.003.832-.626 1.552-1.405 1.793H1.684c-.757-.282-1.379-.956-1.38-1.798C.296 15.5.3 8.797.302 2.095M2.134.636C1.29.673.607 1.465.603 2.294c-.009 6.57.002 13.14-.005 19.709.001.822.616 1.694 1.496 1.696 8.773-.001 17.546.007 26.318-.004.717-.149 1.318-.842 1.29-1.591-.005-6.636 0-13.273-.002-19.909-.03-.93-.884-1.626-1.793-1.589C19.638.591 11.369.606 3.1.598 2.778.6 2.453.582 2.134.636zM0 1.624l.018-.013A.495.495 0 0 1 0 1.642v-.018z"/><path fill="#fff" d="M1.5 2.395c-.005-.362.161-.8.588-.792 8.796-.011 17.593.006 26.39-.008.154.204.356.418.323.696-.002 6.606-.002 13.212 0 19.818a.636.636 0 0 1-.692.692C19.739 22.799 11.37 22.8 3 22.8c-.425-.009-.867.056-1.273-.104-.085-.225-.236-.437-.227-.687V2.395M2.8 4.1v3.1c.36-.001.719-.002 1.079.006.49-.515.276-1.27.324-1.906.042-.447-.074-.916-.438-1.203-.322.003-.644.003-.965.003m1.9 0v3.1H6v-.5h-.8v-.899l.5-.002v-.498l-.5-.002V4.6h.7v-.5H4.7m1.924-.014c-.554.793-.437 1.865-.261 2.769.034.435.549.469.886.455.116-.121.233-.24.351-.358V6.4h-.493a36.05 36.05 0 0 1-.024.458c-.143-.083-.3-.182-.288-.371-.116-.627-.218-1.424.22-1.933.056.325.377.238.615.254a11.192 11.192 0 0 0-.132-.604c-.282-.096-.579-.115-.874-.118m1.811.012a1.201 1.201 0 0 0-.437.999c.039.676-.144 1.437.278 2.027.383.38 1.112.132 1.134-.425.12-.853.29-1.895-.331-2.603-.215.002-.43.003-.644.002m1.465.005V7.2h.5c.005-.492-.017-.985.014-1.477.19.486.274 1.007.487 1.485l.399-.011V4.1h-.4c-.002.422.009.845-.005 1.267-.187-.416-.339-.846-.496-1.273l-.499.009m1.7-.003v.498l.4.004V7.2h.5V4.602l.4-.004V4.1h-1.3m2.012-.003c-.249 1.024-.431 2.065-.635 3.1l.5.004c.043-.275.106-.546.149-.821.529-.104.482.479.583.825l.51-.01c-.211-1.032-.459-2.057-.643-3.095l-.464-.003M15 4.1v3.1h.5c.002-.426-.014-.852.013-1.277.093.243.171.491.253.738.115-.276.223-.555.326-.835.019.457.005.916.008 1.374h.5V4.101l-.477-.003c-.101.287-.196.577-.287.868-.227-.234-.287-.563-.368-.866H15m2.1 0v3.1h.5V4.1h-.5m1.1 0v3.1h.4c.004-.491-.013-.983.009-1.474.196.483.333.988.517 1.476l.474-.003V4.1h-.5c-.002.425.011.85-.008 1.274a10.995 10.995 0 0 1-.424-1.274H18.2m2.312-.003c-.245 1.026-.488 2.056-.632 3.102l.497.001c.042-.268.103-.532.146-.8l.368-.005c.069.428.13.989.718.814-.24-1.029-.43-2.071-.633-3.109l-.464-.003M21.7 4.1l-.001.495.301.01V7.2h.5V4.602l.4-.004V4.1h-1.2m1.5 0v3.1h.5V4.1h-.5m1.226.105c-.371.604-.183 1.328-.229 1.997-.038.416.11.834.438 1.101l.53-.001c.723-.673.525-1.8.392-2.678-.024-.567-.727-.626-1.131-.419m1.674-.104V7.2h.5c.003-.458-.013-.917.009-1.374.185.453.309.928.492 1.382l.399-.011V4.1H27c0 .356.007.712-.004 1.068a15.842 15.842 0 0 1-.425-1.069l-.471.002M7.097 11.299c-.007.857-.086 1.966.748 2.489.339.093.684.09 1.024-.001.376-.282.573-.715.548-1.186l-.716-.001v.356l-.248.244-.215.005c-.719-.64-.527-1.715-.426-2.565l.335-.341.305.001.245.239.009.262c.24-.001.48-.001.72-.004.017-.683-.603-1.378-1.32-1.183-.775.108-1.001 1.024-1.009 1.685M10.1 9.7v4.1h2.1v-.7h-1.4v-1.2h.8v-.7h-.8v-.9h1.3v-.6h-2m2.7.002V13.8h.7c.003-.79-.005-1.581.002-2.371.44.761.731 1.594 1.14 2.371h.458V9.7h-.6c-.005.725.01 1.45-.007 2.175-.349-.718-.665-1.453-.997-2.179l-.696.006m2.8-.002v.6h.7v3.5h.7v-3.5h.7v-.6h-2.1m2.6 0v4.1h2.1v-.7h-1.5v-1.2h.9v-.7h-.9v-.9h1.3v-.6h-1.9m2.7 0v4.1h.7v-1.899l.377-.003a21.9 21.9 0 0 1 .55 1.903c.234 0 .468-.001.702-.005-.126-.657-.35-1.29-.55-1.928.767-.474.756-1.886-.176-2.156-.533-.034-1.069-.002-1.603-.012m-6.193 6.238c-.075.444.146.857.29 1.263-1.132-.002-2.265-.001-3.397-.001v1.9c1.142.001 2.283-.003 3.425.002-.139.442-.395.881-.318 1.36.192.272.592.133.814-.037 1.027-.766 2.127-1.43 3.177-2.164v-.122c-1.108-.734-2.182-1.517-3.299-2.238-.2-.13-.543-.194-.692.037z"/><path fill="#fff" d="M3.304 4.566c.142.039.403.052.393.254.004.582.019 1.166-.008 1.748-.094.121-.248.131-.385.166-.007-.723-.007-1.445 0-2.168zM8.499 5.092c-.037-.22.166-.739.367-.357.18.687.269 1.49-.114 2.125-.412-.502-.209-1.176-.253-1.768zM24.836 4.6l.13-.001c.272.7.309 1.505.001 2.203-.273.023-.261-.402-.27-.599.048-.531-.121-1.112.139-1.603zM13.816 5.642c.362.102-.217.372 0 0zM20.744 5.624c.3.3-.377.332 0 0zM21.6 10.291c.418-.052.87.068 1.025.501-.083.136-.163.273-.245.409l-.78-.002v-.908z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--bus-priority-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M.596 0h22.816c.208.156.398.331.588.508v22.884c-.146.209-.32.397-.524.55-1.142-.103-2.291-.06-3.436-.064a43740 43740 0 0 0-16.2 0c-1.102.002-2.207-.037-3.306.065A2.501 2.501 0 0 1 0 23.395V.608C.148.361.352.153.596.001M.52.259C.209.402.171.775.174 1.076.181 8.398.17 15.722.18 23.046c-.054.443.336.805.772.751 7.366.006 14.731.006 22.097 0a.686.686 0 0 0 .774-.76c.002-7.362.001-14.724 0-22.086a.691.691 0 0 0-.778-.774C15.723.171 8.4.179 1.077.173.891.183.693.177.52.258z"/><path fill="#0066b3" d="M.989.761C8.137.681 15.294.756 22.446.724c.331-.032.839.022.797.473.018 7.162.008 14.326.006 21.488.05.338-.244.588-.57.538-7.122.004-14.245 0-21.367.002-.331.049-.67-.17-.607-.535C.691 15.605.707 8.519.697 1.434.703 1.193.685.824.99.761m1.297 2.127v2.584l1.223.001c.01-.862.004-1.723.006-2.585H2.287m18.375 0v2.584h1.228V2.888h-1.228M5.284 5.648c-.196 1.098-.074 2.226-.113 3.337.54.008 1.079.006 1.618.008.076-.643.552-1.248 1.249-1.22.779-.095 1.349.593 1.416 1.314 1.97 0 3.941-.014 5.911-.018.112-.673.563-1.391 1.314-1.416.798-.084 1.384.626 1.507 1.352h.677c-.014-1.12.06-2.246-.041-3.364-.098-.949-.899-1.812-1.889-1.795-3.206-.02-6.414-.023-9.62-.02-1.03-.029-1.826.875-2.029 1.822M2.287 8.08v2.576h1.228V8.081L2.287 8.08m5.44.024c-.77.248-.948 1.391-.289 1.862.601.518 1.644.108 1.736-.679.16-.779-.712-1.496-1.447-1.183m8.748-.03c-.83.18-1.084 1.387-.395 1.885.593.522 1.634.13 1.74-.652.167-.744-.617-1.465-1.345-1.234m4.187.009v2.574h1.228V8.083a55.848 55.848 0 0 0-1.228-.001M7.541 10.409c-.146.763-.546 1.429-.902 2.105-.115.432.462.228.576-.018.002.709-.044 1.422.018 2.13.011.209.28.28.402.106.192-1.333-.205-2.74.306-4.025.47.014.941-.002 1.41.032-.342.029-.684.035-1.025.041-.029.424-.025.848-.023 1.272-.149.037-.296.078-.444.122l-.016.601.274.114-.169.402c.383.084.637-.211.77-.53l-.6-.143c.222-.1.458-.148.696-.187-.03.28-.04.562-.044.844.548.014 1.222.228 1.64-.241.148.167.276.368.498.443.284-.358-.229-.702-.443-.954-.055.08-.164.241-.22.32-.355.044-.712.08-1.067.113-.038-.196-.077-.391-.109-.588.064.167.121.336.182.504.245-.011.49-.018.734-.036l-.13-.366c.263.004.527.005.79.012.125.176.268.338.404.505.047-.27.076-.542.096-.816l-.479-.114c-.001-.409-.002-.818-.013-1.226-.35-.037-.701-.065-1.049-.118.458-.012.93.083 1.38-.041.206-.31-.203-.332-.415-.336-1.01-.002-2.023-.026-3.03.073m7.479.633l-.631.016c-.038-.233.16-.671-.23-.638-.232.517-.456 1.039-.691 1.554.222.464.563-.226.701-.451l.883-.002-.001.881c-.641.002-1.286-.034-1.924.06.178.724 1.092.302 1.625.419-.338.595-.864 1.031-1.392 1.448-.242.107-.094.593.168.402.822-.424 1.363-1.2 1.85-1.957.073.595.001 1.199.08 1.792.702.233 1.526.119 2.266.059.079-.377.158-.913-.343-.984l-.128.582c-.454-.005-.907-.002-1.36-.023l-.01-1.327c.48-.108 1.489.31 1.53-.379-.611-.191-1.266-.055-1.896-.091l.001-.889c.461-.006.926.034 1.386-.025.199-.083.326-.234.113-.4-.491-.097-.996-.031-1.493-.036-.007-.233-.016-.464-.024-.696-.475-.125-.451.35-.48.688m-12.731 2.22v2.575h1.228v-2.575a251.33 251.33 0 0 0-1.228 0m6.367.111a9.658 9.658 0 0 1-.877.464l.121.313c.33-.086.676-.168 1.003-.016-.324.172-1.368.062-.972.62.701-.02 1.388-.444 2.083-.17.368.058.965.391 1.096-.163-.319-.089-.647-.149-.971-.216.176-.215.581-.408.428-.734-.634-.084-1.279.016-1.912-.098m12.009-.111l-.001 2.575h1.229v-2.575a251.33 251.33 0 0 0-1.228 0m-9.897 1.832c-.001.617.001 1.234-.002 1.85-1.235-.232-2.468-.475-3.706-.703 1.678 1.747 3.371 3.478 5.057 5.218 1.71-1.748 3.425-3.491 5.128-5.244-1.25.234-2.498.491-3.749.728-.005-.617-.01-1.234-.013-1.849-.905-.002-1.81-.002-2.714 0m-8.479 3.352v2.584l1.228-.001V18.45a251.33 251.33 0 0 0-1.228 0m18.375-.001v2.582h1.228v-2.582a251.33 251.33 0 0 0-1.228 0z"/><path fill="#0066b3" d="M5.678 6.374c.064-.796.355-1.696 1.214-1.93.022.643.018 1.288.025 1.931l-1.24-.001zM7.264 4.481c.502-.001 1.002-.001 1.504 0 .001.62 0 1.242-.001 1.862H7.265V4.481m.236.297l.011.47 1.158-.002.006-.469a153.36 153.36 0 0 0-1.175.001zM9.206 4.481a375.5 375.5 0 0 1 1.501 0v1.862H9.205c0-.62-.001-1.242.001-1.862m.161.297l.004.466c.389.004.776.004 1.165.001l.002-.467c-.39-.002-.781-.002-1.171 0zM11.096 4.481l1.502-.001.001 1.865-1.504-.001V4.482m.171.295l.004.469c.388.001.775.001 1.164-.001l.005-.466a76.312 76.312 0 0 0-1.172-.002zM13.009 4.481l1.504-.001v1.865l-1.504-.001V4.482m.132.296l.013.47 1.156-.002.006-.469a153.36 153.36 0 0 0-1.175.001zM14.874 4.481h1.502v1.862h-1.502V4.481m.139.297l.004.467c.389.002.778.002 1.165-.001l.004-.464a65.41 65.41 0 0 0-1.172-.001zM16.708 4.422c1.052-.034 1.884.882 1.642 1.936-.547.004-1.093.002-1.639.002 0-.647-.013-1.292-.002-1.938m.122.358c.004.146.008.292.014.437.205.001.412-.001.618-.006l-.002-.434-.63.004z"/><path fill="#fff" d="M.52.259C.693.177.891.183 1.077.174 8.401.18 15.723.172 23.045.178c.45-.06.84.324.778.774.001 7.362.002 14.724 0 22.086a.686.686 0 0 1-.774.76c-7.366.006-14.731.006-22.097 0-.436.054-.826-.308-.772-.751C.17 15.723.181 8.4.174 1.077.17.776.209.403.52.26m.469.501c-.305.064-.287.432-.293.673C.707 8.519.69 15.605.704 22.69c-.062.365.276.584.607.535 7.122-.002 14.245.001 21.367-.002.326.05.62-.199.57-.538.002-7.163.012-14.327-.006-21.488.042-.451-.466-.505-.797-.473C15.293.756 8.136.681.988.761z"/><path fill="#fff" d="M2.287 2.888h1.229c-.002.862.004 1.723-.006 2.585l-1.223-.001V2.888zM20.662 2.888h1.228v2.584h-1.228V2.888zM5.284 5.648c.203-.947 1-1.85 2.029-1.822 3.206-.002 6.414 0 9.62.02.99-.017 1.79.846 1.889 1.795.101 1.117.026 2.244.041 3.364h-.677c-.124-.726-.709-1.436-1.507-1.352-.751.025-1.202.743-1.314 1.416-1.97.004-3.941.018-5.911.018-.067-.721-.637-1.409-1.416-1.314-.697-.028-1.174.577-1.249 1.22-.539-.002-1.078 0-1.618-.008.038-1.111-.083-2.239.113-3.337m.394.726l1.24.001c-.007-.643-.004-1.288-.025-1.931-.859.234-1.151 1.134-1.214 1.93m1.585-1.893v1.862h1.502c.001-.62.002-1.242.001-1.862-.502-.001-1.002-.001-1.504 0m1.943 0c-.002.62-.001 1.242-.001 1.862h1.502V4.481a375.5 375.5 0 0 0-1.501 0m1.89 0v1.862l1.504.001-.001-1.865-1.502.001m1.912.001v1.862l1.504.001V4.479l-1.504.001m1.865.001v1.862h1.502V4.481h-1.502m1.834-.059c-.011.646.002 1.291.002 1.938.546 0 1.092.001 1.639-.002.242-1.054-.589-1.969-1.642-1.936z"/><path fill="#fff" d="M7.501 4.778c.391-.002.782-.002 1.175-.001l-.006.469-1.158.002-.011-.47zM9.367 4.778c.39-.002.781-.002 1.171 0l-.002.467c-.389.002-.776.002-1.165-.001l-.004-.466zM11.266 4.777c.391-.001.781-.001 1.172.002l-.005.466c-.389.002-.776.002-1.164.001a72.708 72.708 0 0 0-.004-.469zM13.141 4.778c.391-.002.782-.002 1.175-.001l-.006.469-1.156.002c-.005-.157-.01-.313-.013-.47zM15.013 4.778c.391-.002.781-.002 1.172.001l-.004.464c-.388.004-.776.004-1.165.001a72.087 72.087 0 0 0-.004-.467zM16.831 4.78l.63-.004.002.434c-.206.005-.413.007-.618.006-.006-.145-.011-.29-.014-.437zM2.287 8.08l1.228.001v2.575H2.287V8.08zM7.727 8.104c.736-.313 1.607.404 1.447 1.183-.092.787-1.135 1.198-1.736.679-.659-.472-.481-1.614.289-1.862zM16.475 8.074c.728-.232 1.512.49 1.345 1.234-.106.781-1.147 1.174-1.74.652-.689-.498-.436-1.705.395-1.885zM20.662 8.082c.409-.004.818-.004 1.228.001v2.573h-1.228V8.082zM7.541 10.409c1.007-.1 2.02-.076 3.03-.073.212.004.622.026.415.336-.45.124-.922.029-1.38.041.348.053.698.08 1.049.118.011.408.012.817.013 1.226l.479.114c-.02.274-.049.546-.096.816-.137-.167-.28-.329-.404-.505-.263-.007-.527-.008-.79-.012l.13.366c-.245.018-.49.025-.734.036-.061-.168-.119-.337-.182-.504.032.197.071.392.109.588.355-.032.712-.068 1.067-.113l.22-.32c.214.252.727.596.443.954-.222-.074-.35-.276-.498-.443-.419.469-1.092.256-1.64.241.005-.282.014-.564.044-.844-.238.04-.474.088-.696.187l.6.143c-.133.319-.388.614-.77.53l.169-.402a22.455 22.455 0 0 0-.274-.114l.016-.601c.148-.044.295-.085.444-.122-.002-.424-.006-.848.023-1.272.341-.006.683-.012 1.025-.041-.469-.035-.94-.018-1.41-.032-.511 1.285-.114 2.692-.306 4.025-.122.174-.391.103-.402-.106-.062-.708-.016-1.421-.018-2.13-.114.246-.691.45-.576.018.356-.676.756-1.342.902-2.105m1.011 1.639a6.17 6.17 0 0 0 1.86.024 6.137 6.137 0 0 0-1.86-.024zM15.018 11.042c.029-.337.005-.812.48-.688.008.232.017.463.024.696.497.005 1.002-.061 1.493.036.214.166.086.317-.113.4-.46.059-.925.019-1.386.025l-.001.889c.63.036 1.285-.1 1.896.091-.041.689-1.05.271-1.53.379.002.442.006.884.01 1.327.452.02.906.018 1.36.023l.128-.582c.502.071.422.607.343.984-.739.06-1.564.174-2.266-.059-.079-.593-.007-1.196-.08-1.792-.487.757-1.028 1.534-1.85 1.957-.262.191-.41-.295-.168-.402.528-.418 1.054-.853 1.392-1.448-.533-.116-1.447.305-1.625-.419.637-.094 1.283-.058 1.924-.06l.001-.881-.883.002c-.138.226-.479.916-.701.451.235-.515.46-1.037.691-1.554.39-.032.192.406.23.638l.631-.016zM2.287 13.265h1.228v2.575H2.287v-2.575z"/><path fill="#fff" d="M8.654 13.376c.632.114 1.278.014 1.912.098.152.326-.252.52-.428.734.324.067.652.127.971.216-.131.554-.727.221-1.096.163-.695-.274-1.382.15-2.083.17-.396-.558.648-.449.972-.62-.328-.152-.673-.071-1.003.016a20.122 20.122 0 0 1-.121-.313c.299-.143.594-.293.877-.464zM20.662 13.265h1.228v2.575h-1.229l.001-2.575zM10.765 15.097c.905-.002 1.81-.002 2.714 0l.013 1.849c1.25-.238 2.498-.494 3.749-.728-1.703 1.753-3.418 3.496-5.128 5.244-1.686-1.74-3.379-3.47-5.057-5.218 1.237.228 2.471.472 3.706.703.004-.617.001-1.234.002-1.85zM2.287 18.449h1.228v2.582l-1.228.001v-2.584zM20.662 18.449h1.228v2.582h-1.228v-2.582z"/><path fill="#7eb2d8" d="M8.554 12.048a6.137 6.137 0 0 1 1.86.024 6.17 6.17 0 0 1-1.86-.024z"/><path fill="#00528f" opacity=".8" d="M.534 23.942c1.099-.102 2.204-.062 3.306-.065a43740 43740 0 0 1 16.2 0c1.145.004 2.293-.04 3.436.064l-.139.059H.681l-.146-.058z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--buses-and-taxi-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#003688" opacity=".79" d="M0 0h.652L.515.083a2.596 2.596 0 0 0-.443.452L0 .689V0z"/><path fill="#9ab2d7" opacity=".96" d="M.652 0h22.667l.156.067c-1.502.11-3.01.029-4.514.053C12.813.096 6.663.169.516.083L.653 0z"/><path fill="#00388a" opacity=".8" d="M23.318 0H24v.618a2.154 2.154 0 0 0-.526-.551L23.318 0z"/><path fill="#fff" d="M.072.535A2.56 2.56 0 0 1 .515.083C6.663.169 12.813.096 18.96.12c1.505-.024 3.012.058 4.514-.053.209.148.382.34.526.551V23.33a1.35 1.35 0 0 1-.612.67H.661a1.645 1.645 0 0 1-.595-.512C.19 17.302.084 11.109.119 4.92.099 3.458.171 1.994.072.535M.648.516C.442.61.458.881.444 1.07.449 8.396.44 15.723.449 23.048c-.041.304.187.57.502.524 7.364.008 14.731.007 22.096.001a.446.446 0 0 0 .523-.527c.005-7.366.007-14.731-.001-22.097.043-.311-.22-.538-.52-.5C15.765.436 8.48.453 1.196.441 1.014.451.819.436.649.515z"/><path fill="#fff" d="M3.418 3.064a6978.45 6978.45 0 0 1 18.302-.002.367.367 0 0 1 .432.416c.005 1.805.018 3.611-.011 5.416-1.223.036-2.446.01-3.668.017-.043-.678-.392-1.381-1.082-1.59-1.093-.446-2.371.402-2.354 1.591-2.351 0-4.702-.002-7.051.001-.011-1.018-.944-1.872-1.967-1.682-.865.055-1.451.856-1.486 1.68-.728-.007-1.462.042-2.185-.065-.006-.85-.058-1.704.017-2.55.316-1.087.688-2.16 1.054-3.232m.217.854c-.113.656-.673 1.37-.467 1.994 1.274.066 2.56.034 3.838.01.035-.665.037-1.331-.004-1.994-1.122-.035-2.245-.02-3.367-.01m3.86.004a11.283 11.283 0 0 0-.006 2.005c1.483.028 2.968.03 4.45-.001.043-.667.043-1.338-.01-2.005-1.478-.019-2.957-.02-4.434.001m4.942.004a16.842 16.842 0 0 0-.004 1.997c1.469.034 2.938.035 4.406-.001.035-.664.037-1.331-.004-1.994-1.466-.031-2.933-.03-4.399-.001m4.904-.005c-.05.667-.049 1.338-.006 2.004 1.47.025 2.942.041 4.412-.008.01-.654.061-1.314-.028-1.964-1.454-.096-2.92-.03-4.379-.031z"/><path fill="#fff" d="M5.801 7.613c.713-.29 1.584.184 1.769.92.222.702-.27 1.501-.974 1.673-.697.206-1.487-.281-1.65-.98-.188-.655.217-1.394.856-1.613zM16.354 7.592c.822-.296 1.796.414 1.759 1.288.035.718-.606 1.354-1.312 1.373-.707.035-1.368-.57-1.397-1.278-.05-.607.368-1.207.949-1.382zM20.801 13.358c.389-.206.925.119.904.563.047.502-.606.86-1.001.542-.409-.246-.352-.937.097-1.105zM2.784 13.457c1.66.005 3.319.004 4.978.001-.002.396-.002.793-.001 1.189l-1.841.001c0 2.066-.002 4.133.001 6.199H4.627c.007-2.066 0-4.133.004-6.199H2.785c.002-.397.002-.794-.001-1.192zM8.323 15.748c.834-.256 1.721-.437 2.591-.281.842.155 1.502.95 1.504 1.806.016 1.194-.005 2.389.006 3.583-.565.006-1.144-.103-1.697.066-.958.23-2.176-.174-2.525-1.164-.372-.924.308-2.069 1.292-2.196.614-.064 1.234-.017 1.849-.031-.061-.39-.14-.9-.595-1.012-.692-.128-1.402.019-2.065.223-.119-.332-.239-.664-.36-.995m1.092 3.883c.534.474 1.332.354 1.894-.006-.006-.395-.006-.791-.007-1.187-.524.008-1.054-.041-1.577.03-.503.103-.695.82-.31 1.163zM14.11 15.557h1.333c.302.493.608.984.916 1.474.306-.491.612-.982.916-1.475l1.333.001c-.524.854-1.054 1.706-1.577 2.561.563.911 1.122 1.824 1.693 2.73-.432-.004-.866.028-1.297-.018-.434-.488-.698-1.103-1.069-1.64-.344.552-.69 1.104-1.032 1.66l-1.322-.001c.565-.908 1.128-1.819 1.69-2.73-.524-.854-1.058-1.705-1.583-2.561zM20.494 15.557h1.139c.002 1.764-.001 3.527.002 5.291h-1.142c.002-1.764-.001-3.527.001-5.291z"/><path fill="#0046ac" d="M.648.516c.17-.079.365-.065.547-.074C8.479.454 15.764.437 23.048.45c.3-.037.563.19.52.5.008 7.366.006 14.731.001 22.097a.446.446 0 0 1-.523.527c-7.364.006-14.731.007-22.096-.001-.314.046-.542-.221-.502-.524C.44 15.724.448 8.397.443 1.071.457.881.441.61.647.517m2.771 2.547c-.366 1.072-.738 2.144-1.054 3.232-.074.846-.023 1.7-.017 2.55.724.107 1.457.058 2.185.065.035-.824.62-1.625 1.486-1.68 1.022-.19 1.956.665 1.967 1.682 2.35-.004 4.7-.001 7.051-.001-.017-1.189 1.261-2.038 2.354-1.591.69.209 1.039.912 1.082 1.59 1.223-.007 2.446.019 3.668-.017.029-1.805.016-3.611.011-5.416a.366.366 0 0 0-.432-.416c-6.101-.005-12.202-.008-18.302.002m2.384 4.549c-.638.218-1.044.958-.856 1.613.163.7.953 1.187 1.65.98.704-.172 1.196-.971.974-1.673-.185-.737-1.056-1.211-1.769-.92m10.554-.021c-.581.175-1 .775-.949 1.382.029.708.69 1.313 1.397 1.278.706-.019 1.346-.655 1.312-1.373.037-.874-.937-1.584-1.759-1.288m4.446 5.767c-.449.168-.506.859-.097 1.105.395.318 1.048-.041 1.001-.542.022-.444-.515-.769-.904-.563m-18.017.099c.004.397.004.794.001 1.192h1.846c-.004 2.066.004 4.133-.004 6.199h1.294c-.004-2.066-.001-4.133-.001-6.199l1.841-.001c-.001-.396-.001-.793.001-1.189-1.658.002-3.318.004-4.978-.001m5.539 2.29c.121.331.241.662.36.995.664-.204 1.373-.352 2.065-.223.455.112.534.622.595 1.012-.616.014-1.235-.032-1.849.031-.984.127-1.664 1.272-1.292 2.196.349.99 1.567 1.394 2.525 1.164.553-.169 1.132-.06 1.697-.066-.011-1.194.01-2.389-.006-3.583-.001-.856-.661-1.651-1.504-1.806-.87-.156-1.757.025-2.591.281m5.787-.192c.524.856 1.058 1.706 1.583 2.561-.562.911-1.124 1.822-1.69 2.73l1.322.001c.342-.556.688-1.108 1.032-1.66.371.538.635 1.152 1.069 1.64.431.046.865.014 1.297.018-.571-.906-1.13-1.819-1.693-2.73.523-.854 1.052-1.706 1.577-2.561l-1.333-.001c-.304.493-.61.984-.916 1.475-.307-.49-.613-.98-.916-1.474h-1.333m6.385.001c-.002 1.764.001 3.527-.001 5.291h1.142c-.004-1.764 0-3.527-.002-5.291h-1.139z"/><path fill="#0046ac" d="M3.636 3.918c1.122-.011 2.245-.025 3.367.01.041.664.038 1.33.004 1.994-1.278.024-2.563.056-3.838-.01-.206-.624.354-1.338.467-1.994zM7.496 3.922c1.477-.022 2.956-.02 4.434-.001.053.667.053 1.338.01 2.005-1.482.031-2.966.029-4.45.001a11.283 11.283 0 0 1 .006-2.005zM12.438 3.926c1.466-.029 2.933-.03 4.399.001.041.664.038 1.331.004 1.994a92.456 92.456 0 0 1-4.406.001 16.842 16.842 0 0 1 .004-1.997zM17.341 3.922c1.459.001 2.924-.065 4.379.031.089.65.037 1.31.028 1.964-1.47.049-2.942.034-4.412.008a14.412 14.412 0 0 1 .006-2.004zM9.415 19.63c-.385-.343-.193-1.06.31-1.163.523-.071 1.052-.022 1.577-.03.001.396.001.792.007 1.187-.562.36-1.36.48-1.894.006zM23.388 24c.276-.146.491-.382.612-.67V24h-.612z"/><path fill="#b0c5e2" opacity=".98" d="M0 .689L.072.535C.17 1.994.098 3.458.119 4.92.084 11.108.19 17.302.066 23.488L0 23.344V.689z"/><path fill="#003c92" opacity=".86" d="M0 23.344l.066.144c.15.22.36.388.595.512H0v-.656z"/></symbol><symbol viewBox="0 0 34 24" id="regulatory--buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ebf2f7" d="M0 0h.321C.37.242.264.353 0 .336V0z"/><path fill="#03559b" d="M.321 0h33.351c.686.862.484 2.005.505 3.024-.008 5.983-.006 11.968-.002 17.953-.015 1.009.129 2.073-.299 3.024H0V.337C.265.354.37.243.321.001m13.877 7.972c-3.407.104-6.826-.002-10.237.047-.635.023-1.251.185-1.863.34.093.21.183.421.276.633a8.478 8.478 0 0 0-.603 6.197c1.289.006 2.576.004 3.863.002.153-.807.489-1.676 1.294-2.031 1.459-.775 3.22.438 3.273 2.03 3.677.008 7.355 0 11.032.006.13-.947.656-1.935 1.652-2.173 1.423-.467 2.84.743 2.91 2.173 2.273.043 4.543-.019 6.803-.289-.104-1.926.329-3.993-.65-5.766a27.8 27.8 0 0 1 .327-.644c-.771-.278-1.576-.501-2.404-.486-3.216.004-6.435 0-9.651.004-2.022.183-4.035-.839-6.023-.042m-6.77 5.872c-.977.31-1.206 1.744-.393 2.357.78.709 2.188.155 2.266-.9.172-.996-.956-1.854-1.873-1.457m15.515.032c-1.682.656-.435 3.386 1.179 2.506 1.614-.692.41-3.322-1.179-2.506z"/><path fill="#03559b" d="M3.088 8.793c.682.013 2.141-.427 2.109.656-.025 1.655.083 3.322-.059 4.97-.799.225-2.691.582-2.442-.797.025-1.448-.025-2.895.023-4.339a.428.428 0 0 1 .369-.489zM5.715 8.827c.801-.087 1.61-.094 2.415-.047.091.884.085 1.774.04 2.661-.813.017-1.627.021-2.438-.009a32.773 32.773 0 0 1-.017-2.604zM8.714 8.82c1.746-.111 3.502-.093 5.25-.011.026.875.025 1.752-.013 2.627-1.737.03-3.473.025-5.21.006a23.874 23.874 0 0 1-.026-2.621zM14.494 8.821c1.748-.123 3.504-.074 5.254-.03.076.879.072 1.763.008 2.644-1.754.017-3.509.059-5.263-.026a44.625 44.625 0 0 1 .002-2.587zM20.33 8.795c1.74-.057 3.487-.085 5.227.019.042.875.038 1.75-.008 2.625-1.744.019-3.49.034-5.235-.009a35.057 35.057 0 0 1 .015-2.634zM26.135 8.78c1.523-.043 3.048-.032 4.571-.009.397.858.799 1.725.968 2.663-1.854.036-3.708.026-5.562.004a18.554 18.554 0 0 1 .023-2.657z"/><path fill="#fff" d="M33.672 0h.722v24h-.518c.427-.951.283-2.014.299-3.024-.004-5.985-.006-11.97.002-17.953-.021-1.019.181-2.162-.505-3.024zM14.198 7.973c1.988-.797 4.001.225 6.023.042 3.216-.004 6.435 0 9.651-.004.828-.015 1.633.208 2.404.486a35.41 35.41 0 0 0-.327.644c.979 1.773.546 3.84.65 5.766-2.26.27-4.53.333-6.803.289-.07-1.431-1.487-2.64-2.91-2.173-.996.238-1.521 1.226-1.652 2.173-3.677-.006-7.355.002-11.032-.006-.053-1.591-1.814-2.804-3.273-2.03-.805.355-1.141 1.225-1.294 2.031-1.287.002-2.574.004-3.863-.002a8.479 8.479 0 0 1 .603-6.197c-.093-.212-.183-.423-.276-.633.612-.155 1.228-.317 1.863-.34 3.411-.049 6.83.057 10.237-.047m-11.111.821a.428.428 0 0 0-.369.489c-.047 1.444.002 2.891-.023 4.339-.249 1.38 1.642 1.022 2.442.797.142-1.648.034-3.315.059-4.97.032-1.083-1.427-.643-2.109-.656m2.627.035c-.026.867-.026 1.737.017 2.604.811.03 1.625.026 2.438.009.045-.886.051-1.776-.04-2.661a14.533 14.533 0 0 0-2.415.047m2.999-.006c-.036.873-.034 1.748.026 2.621 1.737.019 3.473.025 5.21-.006.038-.875.04-1.752.013-2.627-1.748-.081-3.504-.1-5.25.011m5.781.002a45.535 45.535 0 0 0-.002 2.587c1.754.085 3.509.043 5.263.026a16.67 16.67 0 0 0-.008-2.644c-1.75-.043-3.506-.093-5.254.03m5.837-.025c-.042.879-.04 1.757-.015 2.634 1.744.043 3.49.028 5.235.009.045-.875.049-1.75.008-2.625-1.74-.104-3.487-.076-5.227-.019m5.804-.014a18.7 18.7 0 0 0-.023 2.657c1.854.023 3.708.032 5.562-.004-.168-.937-.571-1.805-.968-2.663a105.538 105.538 0 0 0-4.571.009z"/><path fill="#fff" d="M7.427 13.846c.917-.397 2.045.461 1.873 1.457-.077 1.054-1.485 1.608-2.266.9-.813-.612-.584-2.047.393-2.357zM22.942 13.878c1.589-.816 2.793 1.814 1.179 2.506-1.614.881-2.861-1.85-1.179-2.506z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--buses-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.114 0h1.734c4.218.331 8.189 2.947 9.984 6.804.64 1.278.949 2.683 1.168 4.086v2.186c-.408 4.075-2.929 7.896-6.643 9.679-1.324.684-2.784 1.028-4.249 1.244H10.92c-1.382-.209-2.767-.511-4.028-1.135C3 21.101.357 17.118 0 12.89v-1.734C.199 9.61.539 8.065 1.255 6.669c1.81-3.773 5.714-6.317 9.859-6.67m-.027 2.339a9.73 9.73 0 0 0-6.626 3.559c-2.54 3.049-2.875 7.692-.799 11.075 1.792 3.085 5.388 4.993 8.95 4.732 3.672-.179 7.085-2.665 8.418-6.085 1.134-2.796.864-6.116-.733-8.68-1.865-3.124-5.591-4.978-9.209-4.601z"/><path fill="#fff" d="M11.087 2.338c3.618-.377 7.344 1.477 9.209 4.601 1.597 2.563 1.867 5.884.733 8.68-1.333 3.42-4.746 5.906-8.418 6.085-3.562.262-7.158-1.646-8.95-4.732-2.076-3.383-1.741-8.026.799-11.075a9.734 9.734 0 0 1 6.626-3.559M6.424 5.774c-.005 3.667.005 7.336-.004 11.003 2.377.07 4.76-.031 7.14.007 1.35-.052 2.696.124 4.044-.011-.013-3.666 0-7.333-.005-10.999-3.725-.002-7.45-.001-11.176 0m.313 11.086c.002.696 0 1.392.001 2.088h1.092c-.008-.688-.004-1.376-.011-2.064a97.633 97.633 0 0 1-1.082-.024m1.168.026c0 .684 0 1.368.007 2.053.374.011.749.012 1.122.01.001-.698.002-1.397 0-2.095-.377-.004-.754.004-1.129.032m7.146-.036c-.004.7-.002 1.399-.001 2.098.356.001.713.001 1.068 0v-2.047c-.354-.035-.71-.05-1.067-.05m1.113.055l-.001 2.042h1.122c.001-.698.002-1.398 0-2.096-.374.016-.748.036-1.121.054z"/><path fill="#fff" d="M9.412 6.049c1.733-.002 3.466-.001 5.198 0 0 .176 0 .353.002.53-1.734.002-3.468.004-5.202-.001.001-.176.002-.353.001-.529zM7.142 6.923c1.531-.002 3.062-.002 4.594 0 0 1.993.002 3.985-.001 5.978-1.531-.001-3.062.002-4.594-.002 0-1.992-.002-3.984.001-5.976zM12.287 12.9c-.002-1.992-.004-3.985 0-5.977 1.528-.005 3.056.005 4.584-.005.023 1.993.005 3.989.008 5.982-1.531.001-3.061.002-4.592 0zM7.835 13.962c.42-.18.924.226.833.676-.05.462-.67.694-1.013.382-.36-.278-.256-.917.18-1.057zM15.754 13.96c.42-.174.918.233.826.679-.05.46-.662.69-1.007.384-.367-.278-.26-.925.181-1.063z"/><path d="M6.424 5.774c3.726-.001 7.451-.002 11.176 0 .005 3.666-.008 7.333.005 10.999-1.348.134-2.694-.041-4.044.011-2.38-.038-4.763.062-7.14-.007.008-3.667-.001-7.336.004-11.003m2.987.275c.001.176 0 .353-.001.529 1.734.005 3.468.004 5.202.001-.002-.178-.002-.354-.002-.53-1.733-.001-3.466-.002-5.198 0m-2.271.874c-.004 1.992-.001 3.984-.001 5.976 1.531.005 3.062.001 4.594.002.004-1.993.001-3.985.001-5.978-1.531-.002-3.062-.002-4.594 0m5.145 5.977c1.531.002 3.061.001 4.592 0-.004-1.993.014-3.989-.008-5.982-1.528.01-3.056 0-4.584.005-.004 1.992-.002 3.985 0 5.977m-4.452 1.062c-.436.14-.54.779-.18 1.057.343.312.962.08 1.013-.382.091-.45-.413-.856-.833-.676m7.919-.001c-.442.138-.548.785-.181 1.063.344.306.956.076 1.007-.384.092-.446-.406-.853-.826-.679zM6.736 16.86c.361.01.721.018 1.082.024.007.688.002 1.376.011 2.064H6.737c-.001-.696.001-1.392-.001-2.088zM7.904 16.886c.376-.029.752-.036 1.129-.032.002.698.001 1.397 0 2.095-.373.002-.748.001-1.122-.01-.007-.685-.007-1.369-.007-2.053zM15.05 16.85c.356 0 .713.016 1.067.05v2.047c-.355.001-.712.001-1.068 0-.001-.698-.002-1.398.001-2.098zM16.163 16.906c.373-.018.746-.038 1.121-.054.002.698.001 1.398 0 2.096h-1.122l.001-2.042z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--circular-intersection--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" opacity=".93" d="M1.286 0h21.409c.364.14.804.286.926.703-.384-.277-.794-.577-1.297-.539C15.441.158 8.558.159 1.674.163.889.108.152.77.169 1.565.156 8.485.165 15.406.164 22.326c-.042.502.264.91.538 1.296-.413-.12-.554-.556-.703-.911V1.297A1.837 1.837 0 0 1 1.285 0z"/><path fill="#fff" d="M.17 1.565C.153.771.89.108 1.675.163 8.558.159 15.441.158 22.325.164c.503-.038.913.262 1.297.539.096.356.224.713.211 1.088-.011 6.881.008 13.763-.01 20.644.014.791-.72 1.446-1.499 1.396L3.119 23.83c-.81-.014-1.644.095-2.417-.208-.274-.386-.58-.794-.538-1.296.001-6.92-.008-13.841.005-20.761M1.357.529C.828.619.458 1.145.5 1.671v20.657c-.058.643.528 1.229 1.171 1.168h20.657c.642.059 1.222-.528 1.166-1.166-.001-6.925.008-13.849-.005-20.774.016-.666-.653-1.139-1.283-1.061C15.257.52 8.302.452 1.356.53z"/><path fill="#fff" d="M1.08 1.669a.529.529 0 0 1 .59-.594c6.887-.005 13.774-.006 20.659 0a.53.53 0 0 1 .587.593v20.664c.034.28-.169.586-.469.575-3.235.012-6.47.002-9.704.005-.001-3.64.001-7.279-.001-10.919h-.577c-.001 3.64.001 7.279-.001 10.919-3.536-.002-7.074.007-10.61-.005-.304.014-.51-.294-.473-.576-.002-6.887-.002-13.775 0-20.662m6.699.234c-.592.892-1.244 1.745-1.794 2.662.108.575.781.082 1.13.034.019 1.04-.036 2.082.043 3.12-.854-.389-1.793-.536-2.726-.524.066-.38.493-.914.012-1.163-.923.578-1.81 1.214-2.702 1.838.918.587 1.778 1.258 2.707 1.825.476-.259.043-.791-.018-1.178 1.627-.104 3.293.722 4.094 2.159.902 1.513.708 3.54-.4 4.896-1.13 1.488-1.044 3.42-1.009 5.188.44.002.882.002 1.324 0 .048-1.172-.16-2.398.287-3.517.293-.809.943-1.421 1.248-2.224.82-1.867.482-4.142-.788-5.728-1.043-1.345-.686-3.118-.746-4.691.313.097.626.192.941.288.11-.125.274-.306.118-.466-.559-.848-1.15-1.676-1.72-2.519m7.489.004c-.576.845-1.17 1.679-1.73 2.533-.142.16.026.319.119.448.318-.094.635-.19.95-.289.018 1.799-.235 3.786.905 5.329.924 1.123 1.345 2.678.908 4.091-.252 1.034-1.114 1.762-1.444 2.764-.515 1.264-.34 2.648-.368 3.977.44.002.882.001 1.324 0 .044-1.126-.144-2.294.235-3.382.491-1.481 1.85-2.603 3.385-2.849.016.35-.364 1.129.234 1.115.805-.694 1.523-1.486 2.298-2.214-.931-.43-1.862-.864-2.806-1.267-.18-.115-.289.079-.404.186.138.295.287.587.438.876a7.985 7.985 0 0 0-1.458.45c.235-1.559-.222-3.181-1.198-4.414-1.02-1.342-.665-3.1-.724-4.662.347.047 1.014.54 1.129-.03-.547-.918-1.2-1.772-1.794-2.662m-10.791 9.3c-1.262.18-1.782 1.944-.835 2.79.876.964 2.666.358 2.79-.936.203-1.082-.886-2.111-1.955-1.854z"/><path d="M1.357.529C8.303.451 15.258.519 22.207.494c.63-.078 1.298.395 1.283 1.061.013 6.925.004 13.849.005 20.774.055.638-.524 1.225-1.166 1.166H1.672c-.643.061-1.229-.524-1.171-1.168V1.67C.459 1.143.829.618 1.358.528M1.08 1.669c-.002 6.887-.002 13.775 0 20.662-.037.282.169.59.473.576 3.536.012 7.074.002 10.61.005.002-3.64 0-7.279.001-10.919h.577c.002 3.64 0 7.279.001 10.919 3.234-.002 6.469.007 9.704-.005.3.011.503-.295.469-.575V1.668a.53.53 0 0 0-.587-.593c-6.886-.006-13.772-.005-20.659 0a.529.529 0 0 0-.59.594z"/><path d="M7.78 1.903c.57.842 1.16 1.67 1.72 2.519.156.16-.007.341-.118.466-.314-.096-.628-.191-.941-.288.06 1.573-.296 3.346.746 4.691 1.271 1.585 1.608 3.86.788 5.728-.305.803-.955 1.415-1.248 2.224-.446 1.12-.239 2.345-.287 3.517-.442.002-.883.002-1.324 0-.035-1.768-.121-3.7 1.009-5.188 1.108-1.356 1.302-3.383.4-4.896-.802-1.436-2.467-2.263-4.094-2.159.061.388.494.919.018 1.178C3.52 9.127 2.66 8.457 1.742 7.87c.893-.624 1.78-1.26 2.702-1.838.481.248.054.782-.012 1.163.934-.012 1.872.136 2.726.524-.079-1.038-.024-2.08-.043-3.12-.349.048-1.022.541-1.13-.034.55-.917 1.202-1.77 1.794-2.662zM15.27 1.907c.594.889 1.247 1.744 1.794 2.662-.115.57-.782.077-1.129.03.059 1.562-.296 3.32.724 4.662.976 1.232 1.433 2.855 1.198 4.414.469-.199.96-.344 1.458-.45-.151-.289-.3-.581-.438-.876.115-.107.224-.301.404-.186.943.403 1.874.838 2.806 1.267-.775.728-1.493 1.52-2.298 2.214-.598.014-.218-.764-.234-1.115-1.535.246-2.894 1.368-3.385 2.849-.379 1.087-.191 2.256-.235 3.382-.442.001-.883.002-1.324 0 .029-1.328-.146-2.713.368-3.977.33-1.002 1.192-1.729 1.444-2.764.437-1.412.016-2.968-.908-4.091-1.14-1.543-.887-3.53-.905-5.329-.316.1-.632.196-.95.289-.092-.128-.26-.288-.119-.448.56-.854 1.154-1.688 1.73-2.533z"/><path d="M4.478 11.207c1.069-.257 2.158.772 1.955 1.854-.124 1.294-1.914 1.9-2.79.936-.947-.846-.427-2.61.835-2.79z"/><path fill="#080808" opacity=".9" d="M23.622.703c.167.158.3.348.378.566v21.419A1.873 1.873 0 0 1 22.716 24H1.282a1.355 1.355 0 0 1-.578-.378c.773.302 1.607.193 2.417.208l19.205.001c.779.05 1.513-.605 1.499-1.396.018-6.881-.001-13.763.01-20.644.013-.376-.115-.732-.211-1.088z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--circular-intersection--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#060606" opacity=".93" d="M1.274 0h21.437c.383.121.754.33.931.709-.386-.284-.815-.57-1.316-.545C15.442.158 8.557.158 1.674.164.842.103.103.842.167 1.675c-.002 6.883-.002 13.768 0 20.651-.032.493.258.906.528 1.289l-.251-.055A8.054 8.054 0 0 1 0 22.724V1.284A1.877 1.877 0 0 1 1.274.001z"/><path fill="#fff" d="M.167 1.675C.103.842.843.103 1.674.164c6.883-.006 13.768-.006 20.652 0 .502-.025.93.26 1.316.545.108.392.202.793.192 1.204-.008 6.804.002 13.609-.005 20.412.058.827-.677 1.562-1.504 1.505-6.845.004-13.69-.001-20.533.002-.378.007-.739-.112-1.098-.217-.27-.383-.56-.796-.528-1.289-.002-6.883-.002-13.768 0-20.651M1.357.53C.827.618.459 1.146.5 1.671c0 6.886-.001 13.771.001 20.658-.058.643.527 1.225 1.17 1.166h20.658c.642.058 1.22-.527 1.165-1.166-.001-6.925.01-13.849-.005-20.773.016-.668-.653-1.138-1.283-1.062C15.257.52 8.303.448 1.356.53z"/><path fill="#fff" d="M1.081 1.668a.525.525 0 0 1 .589-.593c6.886-.005 13.774-.006 20.659 0a.527.527 0 0 1 .587.593c.002 6.888.002 13.776 0 20.664a.517.517 0 0 1-.586.58h-9.588v-10.92l-.578.001-.001 10.919H1.669a.516.516 0 0 1-.588-.581c-.004-6.887-.002-13.775 0-20.663m4.908 2.899c.106.566.782.082 1.128.031.017 1.039-.036 2.08.042 3.116-.853-.392-1.793-.527-2.725-.522.076-.38.461-.882.03-1.17-.931.576-1.818 1.219-2.717 1.843.917.598 1.784 1.268 2.72 1.837.428-.298.038-.803-.036-1.189 1.78-.121 3.593.902 4.298 2.56.694 1.492.376 3.311-.652 4.571-1.088 1.478-.989 3.376-.961 5.114l1.325.001c.047-1.172-.16-2.398.286-3.518.294-.808.941-1.422 1.249-2.224.818-1.867.481-4.142-.788-5.728-1.044-1.345-.685-3.119-.746-4.693.353.06 1.027.534 1.123-.035-.536-.92-1.201-1.765-1.784-2.658-.589.892-1.252 1.741-1.792 2.663m11.219-2.664c-.582.893-1.244 1.736-1.782 2.656.078.582.772.092 1.123.041-.023.994-.016 2.018.383 2.948.312.871 1.039 1.514 1.337 2.393.527 1.387.236 3.013-.677 4.172-.907 1.213-1.133 2.77-1.043 4.248h1.322c-.068-1.214.052-2.51.818-3.508 1.226-1.591 1.522-3.845.694-5.682-.323-.832-1.027-1.452-1.295-2.309-.268-.725-.217-1.506-.217-2.264.356.055 1.016.536 1.128-.034-.546-.918-1.202-1.77-1.792-2.662M4.478 11.207c-.761.132-1.352.86-1.326 1.631-.016.875.772 1.661 1.648 1.633.878.029 1.664-.758 1.65-1.633.048-1.012-.988-1.861-1.972-1.631m9.848 8.042c-1.016.325-1.015 2.064-.218 2.633 1.669.656 1.856-2.862.218-2.633m1.524-.001c-.011.89-.002 1.781-.006 2.671l.418.001c.001-.595 0-1.19.002-1.786.484.569.575 1.642 1.364 1.825.038-.895.01-1.792.018-2.688h-.418c-.001.558.001 1.117-.002 1.675-.476-.535-.559-1.643-1.376-1.699m2.241.031c0 .882-.001 1.764.001 2.646.518-.151 1.666.371 1.661-.386a73.694 73.694 0 0 0-1.244-.002v-2.257h-.418m1.755-.012c.518.815 1.169 1.619.932 2.654l.42-.002c-.234-1.03.406-1.835.92-2.647l-.494.002c-.212.341-.426.679-.642 1.018a34.8 34.8 0 0 1-.616-1.008 93.682 93.682 0 0 0-.521-.017z"/><path fill="#fff" d="M14.31 19.699c.907-.178.914 1.459.32 1.826-.85.038-.808-1.396-.32-1.826z"/><path d="M1.357.53C8.304.448 15.258.52 22.207.494c.63-.076 1.298.394 1.283 1.062.014 6.924.004 13.848.005 20.773.055.64-.523 1.224-1.165 1.166H1.672c-.643.059-1.228-.523-1.17-1.166C.5 15.442.501 8.557.501 1.671.46 1.145.827.617 1.358.53m-.277 1.138c-.002 6.888-.004 13.776 0 20.663-.05.341.25.632.588.581h10.494l.001-10.919.578-.001v10.92h9.588a.518.518 0 0 0 .586-.58c.002-6.888.002-13.776 0-20.664a.527.527 0 0 0-.587-.593c-6.886-.006-13.774-.005-20.659 0a.525.525 0 0 0-.589.593z"/><path d="M5.989 4.567c.54-.922 1.202-1.771 1.792-2.663.583.893 1.248 1.738 1.784 2.658-.096.569-.77.095-1.123.035.061 1.574-.298 3.348.746 4.693 1.27 1.585 1.607 3.86.788 5.728-.308.802-.955 1.416-1.249 2.224-.445 1.121-.239 2.346-.286 3.518l-1.325-.001c-.028-1.739-.127-3.636.961-5.114 1.027-1.26 1.345-3.079.652-4.571-.706-1.657-2.519-2.681-4.298-2.56.074.386.464.892.036 1.189-.936-.569-1.804-1.24-2.72-1.837.899-.624 1.786-1.267 2.717-1.843.431.288.046.79-.03 1.17.932-.005 1.872.13 2.725.522-.078-1.037-.025-2.077-.042-3.116-.346.05-1.022.535-1.128-.031zM17.208 1.902c.589.892 1.246 1.744 1.792 2.662-.112.57-.772.089-1.128.034 0 .758-.05 1.54.217 2.264.268.857.972 1.477 1.295 2.309.828 1.837.533 4.091-.694 5.682-.767.997-.887 2.293-.818 3.508H16.55c-.09-1.478.136-3.035 1.043-4.248.913-1.159 1.204-2.785.677-4.172-.298-.878-1.025-1.522-1.337-2.393-.398-.93-.406-1.955-.383-2.948-.352.052-1.045.541-1.123-.041.538-.919 1.2-1.763 1.782-2.656z"/><path d="M4.478 11.207c.984-.23 2.02.619 1.972 1.631.014.875-.772 1.662-1.65 1.633-.876.028-1.663-.758-1.648-1.633-.026-.77.565-1.499 1.326-1.631zM14.326 19.249c1.638-.229 1.451 3.289-.218 2.633-.797-.569-.798-2.308.218-2.633m-.016.45c-.487.431-.529 1.865.32 1.826.594-.367.587-2.004-.32-1.826z"/><path d="M15.85 19.248c.817.056.9 1.164 1.376 1.699.004-.558.001-1.117.002-1.675h.418c-.008.896.02 1.793-.018 2.688-.79-.184-.881-1.256-1.364-1.825-.002.595-.001 1.19-.002 1.786l-.418-.001c.004-.89-.005-1.781.006-2.671zM18.091 19.278h.418v2.257c.415-.001.829-.002 1.244.002.005.757-1.142.235-1.661.386-.002-.882-.001-1.764-.001-2.646zM19.846 19.267l.521.017c.198.34.406.674.616 1.008.216-.338.43-.677.642-1.018l.494-.002c-.515.812-1.154 1.618-.92 2.647l-.42.002c.236-1.036-.414-1.84-.932-2.654z"/><path fill="#080808" opacity=".9" d="M23.642.709c.126.174.247.35.358.535V22.71A1.921 1.921 0 0 1 22.729 24H1.251a3.943 3.943 0 0 1-.557-.385c.359.106.72.224 1.098.217 6.844-.004 13.688.001 20.533-.002.827.058 1.561-.678 1.504-1.505.007-6.803-.004-13.608.005-20.412.01-.41-.084-.811-.192-1.204z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--circular-intersection--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" opacity=".93" d="M1.286 0h21.406c.394.112.754.337.96.698-.404-.257-.821-.563-1.326-.535C15.443.158 8.558.158 1.674.164.842.103.103.842.166 1.674c-.002 6.884-.002 13.768 0 20.652-.03.491.254.904.522 1.286a21.435 21.435 0 0 0-.246-.05A8.482 8.482 0 0 1 0 22.71V1.301A1.845 1.845 0 0 1 1.286 0z"/><path fill="#fff" d="M.166 1.674C.104.842.843.103 1.674.164 8.558.158 15.443.158 22.326.163c.505-.028.922.278 1.326.535.084.401.191.802.181 1.214-.007 6.804.002 13.608-.004 20.412.059.828-.677 1.561-1.504 1.505-6.402.002-12.804 0-19.206.001-.815-.011-1.656.091-2.432-.218-.268-.383-.552-.796-.522-1.286-.002-6.884-.002-13.768 0-20.652M1.357.53C.827.616.459 1.144.5 1.671v20.658c-.056.643.528 1.225 1.171 1.166h20.658c.642.056 1.219-.527 1.165-1.166-.001-6.924.008-13.849-.005-20.773.016-.667-.652-1.138-1.282-1.061C15.258.52 8.303.449 1.356.53z"/><path fill="#fff" d="M1.081 1.668a.526.526 0 0 1 .588-.592c6.887-.007 13.775-.008 20.662.001a.527.527 0 0 1 .586.589c.001 6.888.002 13.778-.001 20.666a.514.514 0 0 1-.583.578c-3.197.002-6.394 0-9.589 0l-.001-10.919-.577-.001-.001 10.92H1.67a.514.514 0 0 1-.587-.578c-.004-6.889-.004-13.777 0-20.665m4.907 2.9c.1.568.782.082 1.127.031.016 1.039-.036 2.08.042 3.116-.853-.392-1.794-.528-2.725-.521.074-.382.463-.884.03-1.171-.934.572-1.814 1.226-2.722 1.838.916.602 1.788 1.271 2.724 1.843.431-.299.035-.803-.035-1.19 1.717-.109 3.473.826 4.222 2.396.781 1.517.498 3.431-.576 4.734-1.088 1.478-.989 3.377-.96 5.116h1.324c.047-1.142-.15-2.33.253-3.428.282-.85.962-1.483 1.283-2.315.818-1.867.48-4.142-.79-5.726-1.043-1.346-.685-3.119-.746-4.693.323.102.644.205.971.293.056-.15.236-.314.086-.468-.556-.85-1.15-1.676-1.718-2.519-.588.893-1.25 1.741-1.789 2.664m12.892 5.803c-.362.378.294.725.475 1.032-1.559.497-2.92 1.728-3.271 3.367-.238 1.18-.077 2.395-.124 3.59h1.324c.047-1.118-.109-2.255.109-3.359.277-1.216 1.354-2.015 2.483-2.389.035.323.071.647.115.97l.307.124c.654-.886 1.192-1.85 1.787-2.777-1.072-.152-2.129-.488-3.205-.558m-14.403.837c-.802.136-1.406.936-1.322 1.744.044.833.806 1.546 1.643 1.52.878.029 1.664-.76 1.649-1.634.048-1.012-.986-1.859-1.969-1.63m9.846 8.041c-.865.226-.871 1.406-.646 2.104.168.773 1.394.835 1.609.061.328-.77.176-2.33-.964-2.165m1.518.026l.001 2.646.416-.001.001-1.788c.486.569.575 1.669 1.381 1.823.006-.894.001-1.788.002-2.682h-.418l-.001 1.692c-.326-.565-.643-1.135-.974-1.698l-.409.008m2.248.004v2.647l1.643-.001c-.001-.097-.002-.292-.004-.389h-1.222l-.001-2.257h-.416m1.753-.01c.521.812 1.169 1.618.934 2.652h.42c-.233-1.03.403-1.837.92-2.648l-.493.001-.643 1.02c-.21-.336-.42-.673-.623-1.014l-.515-.011z"/><path fill="#fff" d="M14.312 19.7c.996-.245.967 2.062-.018 1.796-.438-.445-.438-1.367.018-1.796z"/><path d="M1.357.53C8.304.45 15.259.52 22.208.495c.63-.077 1.297.394 1.282 1.061.013 6.924.004 13.849.005 20.773.054.64-.523 1.223-1.165 1.166H1.672c-.643.059-1.228-.523-1.171-1.166V1.671C.46 1.144.827.616 1.358.53m-.277 1.138c-.004 6.888-.004 13.776 0 20.665-.05.34.25.63.587.578h10.495l.001-10.92.577.001.001 10.919c3.196 0 6.392.002 9.589 0 .336.05.63-.241.583-.578.004-6.888.002-13.778.001-20.666a.526.526 0 0 0-.586-.589 8370.95 8370.95 0 0 0-20.662-.001.526.526 0 0 0-.588.592z"/><path d="M5.99 4.567c.539-.923 1.201-1.771 1.789-2.664.569.842 1.163 1.669 1.718 2.519.15.154-.03.318-.086.468-.326-.088-.648-.191-.971-.293.061 1.574-.296 3.347.746 4.693 1.27 1.584 1.608 3.859.79 5.726-.32.832-1.001 1.465-1.283 2.315-.403 1.098-.206 2.286-.253 3.428H7.116c-.029-1.739-.128-3.637.96-5.116 1.074-1.303 1.357-3.217.576-4.734-.749-1.571-2.504-2.506-4.222-2.396.07.388.466.892.035 1.19-.936-.572-1.808-1.241-2.724-1.843.907-.612 1.788-1.266 2.722-1.838.433.287.044.79-.03 1.171.931-.007 1.872.128 2.725.521-.078-1.037-.026-2.077-.042-3.116-.344.05-1.027.536-1.127-.031zM18.883 10.37c1.076.07 2.134.406 3.205.558-.595.926-1.133 1.891-1.787 2.777l-.307-.124c-.044-.323-.08-.647-.115-.97-1.129.374-2.206 1.174-2.483 2.389-.218 1.104-.062 2.24-.109 3.359h-1.324c.047-1.195-.114-2.411.124-3.59.352-1.639 1.712-2.87 3.271-3.367-.181-.307-.838-.654-.475-1.032z"/><path d="M4.48 11.207c.983-.229 2.017.618 1.969 1.63.016.875-.77 1.663-1.649 1.634-.836.025-1.598-.688-1.643-1.52-.084-.808.521-1.608 1.322-1.744zM14.327 19.248c1.14-.166 1.291 1.394.964 2.165-.215.774-1.441.712-1.609-.061-.226-.697-.22-1.878.646-2.104m-.016.452c-.456.43-.456 1.351-.018 1.796.985.265 1.014-2.041.018-1.796zM15.844 19.274l.409-.008c.331.563.648 1.133.974 1.698l.001-1.692h.418c-.001.894.004 1.788-.002 2.682-.806-.154-.895-1.254-1.381-1.823l-.001 1.788-.416.001-.001-2.646zM18.091 19.278h.416l.001 2.257h1.222c.001.097.002.292.004.389l-1.643.001v-2.647zM19.844 19.268l.515.011c.203.341.413.678.623 1.014.215-.34.43-.68.643-1.02l.493-.001c-.517.811-1.153 1.619-.92 2.648h-.42c.235-1.034-.413-1.84-.934-2.652z"/><path fill="#080808" opacity=".9" d="M23.652.698c.12.185.239.371.348.563v21.425A1.878 1.878 0 0 1 22.715 24H1.272a3.633 3.633 0 0 1-.584-.388c.776.31 1.618.208 2.432.218 6.402-.001 12.804.001 19.206-.001.827.056 1.562-.677 1.504-1.505.006-6.804-.004-13.608.004-20.412.01-.413-.097-.814-.181-1.214z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--circular-intersection--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#4a4a4a" opacity=".89" d="M.965 0h21.772l.202.112C15.69.099 8.435.178 1.188.072L.966 0z"/><path fill="#fff" d="M.076 1.171C.256.648.666.251 1.187.072c7.247.106 14.502.026 21.751.04.466.205.82.593.99 1.072-.114 6.762-.011 13.532-.05 20.297-.004.444-.005.89.05 1.333a1.81 1.81 0 0 1-1.111 1.116 9.179 9.179 0 0 0-1.218-.053c-6.846.016-13.692-.013-20.537.014a1.87 1.87 0 0 1-.991-1.074C.186 16.055.083 9.286.123 2.52c.002-.45.005-.901-.047-1.349m1.05-.635C.67.706.414 1.202.453 1.675.457 8.599.447 15.524.458 22.448c-.025.59.502 1.121 1.094 1.092 6.966.006 13.932.006 20.898 0 .592.028 1.116-.503 1.093-1.092.012-6.924.001-13.848.005-20.772.072-.634-.454-1.246-1.1-1.222C15.606.436 8.763.455 1.921.444c-.265.005-.541-.005-.794.091z"/><path fill="#fff" d="M1.04 1.552c-.034-.349.318-.563.634-.518 6.883-.002 13.769-.002 20.652 0a.55.55 0 0 1 .64.64v20.654c.047.312-.17.661-.515.628-3.539.012-7.078.002-10.616.005v-10.96h-.582v10.96c-3.234-.004-6.469.007-9.702-.005-.347.035-.564-.314-.516-.629.004-6.924-.008-13.849.006-20.774m14.24.313c-.592.905-1.277 1.753-1.802 2.695.154.533.781.062 1.139.013.012 1.04-.036 2.083.041 3.121-.823-.362-1.718-.524-2.616-.528.102-.325.204-.65.286-.98-.142-.034-.296-.197-.438-.078-.872.547-1.698 1.164-2.554 1.735.898.589 1.75 1.255 2.674 1.804.571-.126.077-.779.026-1.146 1.061-.014 2.148.275 2.966.971 1.393 1.085 1.963 3.076 1.379 4.739-.277.919-1.034 1.585-1.352 2.486-.563 1.295-.384 2.73-.412 4.102h1.328c.044-1.108-.137-2.252.214-3.325.473-1.524 1.859-2.671 3.421-2.939.025.353-.352 1.079.194 1.133.85-.659 1.554-1.504 2.351-2.232-.977-.431-1.93-.925-2.927-1.301-.564.157.026.77.142 1.093a9.668 9.668 0 0 0-1.462.445c.232-1.567-.228-3.194-1.211-4.43-1.015-1.348-.661-3.104-.722-4.669.361.052.974.517 1.142-.008-.533-.941-1.213-1.795-1.807-2.7M1.859 10.139c.905.605 1.784 1.246 2.701 1.83.071-.05.214-.152.284-.204-.08-.326-.182-.646-.281-.967.716-.011 1.498-.03 2.104.418 1.012.667 1.313 2.154.638 3.163-.707 1.057-.884 2.352-.81 3.598h1.328c.005-.619-.042-1.252.137-1.853.191-.745.754-1.33.922-2.083.413-1.505-.282-3.218-1.619-4.019-.796-.524-1.776-.578-2.699-.551.097-.318.199-.634.28-.955l-.283-.204c-.923.576-1.8 1.22-2.702 1.828m2.033 2.882c-.634.114-1.124.733-1.073 1.379.025.698.682 1.302 1.384 1.247.791-.005 1.428-.838 1.235-1.603-.128-.686-.866-1.169-1.546-1.022m-1.559 6.358c-.607.497-.592 1.46-.318 2.136.215.61 1.189.683 1.481.102.299-.572.3-1.295.044-1.883-.192-.46-.794-.593-1.207-.355m1.801-.077v2.664h.419c.001-.596-.001-1.192.004-1.787.343.59.674 1.189 1.013 1.783.125.001.25.004.374.006v-2.666a29.26 29.26 0 0 0-.419 0c-.002.564.001 1.128-.004 1.692-.328-.562-.644-1.129-.968-1.693l-.419.001m2.256.008v2.658h1.65v-.39c-.41-.004-.82.001-1.23-.002-.001-.755.001-1.511-.001-2.266H6.39m1.762-.006c.524.814 1.177 1.622.936 2.663l.424-.001c-.24-1.036.404-1.848.925-2.663l-.494-.001c-.217.343-.432.688-.648 1.032-.214-.344-.424-.689-.637-1.032l-.505.002z"/><path fill="#fff" d="M2.671 19.706c.74-.054.692 1.012.541 1.501-.054.449-.739.514-.841.06-.149-.492-.22-1.276.3-1.561z"/><path d="M1.126.536C1.379.44 1.655.45 1.92.445c6.842.011 13.685-.008 20.527.01.647-.024 1.172.588 1.1 1.222-.004 6.924.007 13.848-.005 20.772.023.589-.502 1.12-1.093 1.092-6.966.006-13.932.006-20.898 0-.593.029-1.12-.502-1.094-1.092C.446 15.525.456 8.6.452 1.676.414 1.203.669.708 1.125.537M1.04 1.552c-.014 6.925-.002 13.85-.006 20.774-.048.314.169.664.516.629 3.233.012 6.468.001 9.702.005V12h.582v10.96c3.539-.002 7.078.007 10.616-.005.344.034.562-.316.515-.628V1.673a.55.55 0 0 0-.64-.64c-6.883-.002-13.769-.002-20.652 0-.316-.044-.667.169-.634.518z"/><path d="M15.281 1.866c.594.905 1.274 1.759 1.807 2.7-.168.526-.781.06-1.142.008.061 1.565-.293 3.322.722 4.669.983 1.236 1.442 2.863 1.211 4.43.474-.19.964-.334 1.462-.445-.115-.323-.706-.936-.142-1.093.997.376 1.95.87 2.927 1.301-.797.728-1.501 1.573-2.351 2.232-.546-.054-.169-.78-.194-1.133-1.562.268-2.948 1.415-3.421 2.939-.35 1.073-.169 2.218-.214 3.325h-1.328c.028-1.372-.151-2.807.412-4.102.318-.901 1.075-1.567 1.352-2.486.584-1.663.014-3.654-1.379-4.739-.818-.696-1.906-.985-2.966-.971.05.367.545 1.02-.026 1.146-.924-.548-1.776-1.214-2.674-1.804.856-.571 1.681-1.188 2.554-1.735.142-.119.296.044.438.078-.082.33-.184.655-.286.98.898.004 1.793.166 2.616.528-.077-1.038-.029-2.081-.041-3.121-.358.049-.985.52-1.139-.013.526-.942 1.211-1.79 1.802-2.695zM1.859 10.139c.902-.607 1.78-1.252 2.702-1.828l.283.204c-.08.322-.182.637-.28.955.923-.028 1.903.026 2.699.551 1.337.8 2.032 2.514 1.619 4.019-.168.754-.731 1.338-.922 2.083-.179.601-.132 1.234-.137 1.853H6.495c-.074-1.246.103-2.54.81-3.598.674-1.009.373-2.496-.638-3.163-.606-.448-1.387-.428-2.104-.418.098.322.2.641.281.967l-.284.204c-.917-.584-1.796-1.225-2.701-1.83z"/><path d="M3.892 13.022c.679-.146 1.417.336 1.546 1.022.193.766-.444 1.598-1.235 1.603-.702.055-1.358-.548-1.384-1.247-.052-.646.439-1.265 1.073-1.379zM2.333 19.381c.413-.238 1.015-.104 1.207.355.256.588.254 1.31-.044 1.883-.292.581-1.266.508-1.481-.102-.274-.676-.289-1.639.318-2.136m.338.325c-.52.286-.449 1.069-.3 1.561.102.454.787.389.841-.06.151-.49.199-1.555-.541-1.501zM4.134 19.304l.419-.001c.324.564.641 1.132.968 1.693.005-.564.001-1.128.004-1.692h.419v2.666l-.374-.006c-.338-.594-.67-1.193-1.013-1.783-.005.595-.002 1.19-.004 1.787a29.26 29.26 0 0 0-.419 0v-2.664zM6.39 19.312h.419c.002.755 0 1.511.001 2.266.41.004.82-.001 1.23.002v.39H6.39v-2.658zM8.152 19.306l.505-.002c.214.343.424.688.637 1.032.216-.344.431-.689.648-1.032l.494.001c-.521.815-1.165 1.627-.925 2.663l-.424.001c.241-1.04-.412-1.849-.936-2.663z"/><path fill="#424242" opacity=".88" d="M0 .941l.076.23c.052.448.049.899.047 1.349-.04 6.766.064 13.535-.052 20.297L0 23.038V.941zM23.928 1.183L24 .962v22.072l-.072-.221a10.065 10.065 0 0 1-.05-1.333c.04-6.764-.064-13.535.05-20.297z"/><path fill="#383838" opacity=".89" d="M1.062 23.891c6.845-.028 13.691.001 20.537-.014.406-.002.814.001 1.218.053l.221.071H1.258l-.196-.109z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--cross-only-on-green--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f2f2f2" d="M1.99 0h12.026l-.05.03C9.992.037 6.018.038 2.044.03L1.989.001z"/><path fill="#fff" d="M1.667.062c.043-.041.104-.043.158-.026a.15.15 0 0 1-.158.026zM14.221.036c.05-.013.123-.026.154.029a.176.176 0 0 1-.154-.029zM1.727.152c.143-.024.288-.029.433-.028 3.965.002 7.931-.003 11.896.003 1.039.004 1.936.964 1.885 1.999-.001 6.617.003 13.235-.002 19.852.019 1.013-.869 1.927-1.883 1.932-4.01.005-8.021.002-12.032.001-1.01.008-1.913-.887-1.91-1.897C.111 15.362.112 8.709.113 2.057.1 1.141.822.291 1.728.153m.099.441C1.128.693.557 1.347.564 2.055c-.002 6.641-.001 13.283 0 19.924-.009.777.681 1.481 1.46 1.479 3.977.003 7.953 0 11.93.002.805.038 1.544-.676 1.533-1.481.002-6.641.002-13.282 0-19.924.01-.78-.686-1.48-1.466-1.479C10.09.571 6.159.576 2.228.574c-.134 0-.268.001-.401.02z"/><path fill="#fff" d="M1.862 1.179c.155-.03.313-.024.469-.024 3.874.001 7.748-.001 11.622.001a.93.93 0 0 1 .863.521c.107.213.092.457.092.688v19.269c-.001.236.02.483-.081.704a.923.923 0 0 1-.873.541c-3.965 0-7.931.001-11.896-.001-.498.013-.933-.438-.914-.933-.003-6.607-.001-13.214-.001-19.821-.023-.435.289-.859.72-.945m.951 1.428c-.212.58-.21 1.288.137 1.815.38.538 1.318.381 1.52-.244-.127-.059-.258-.11-.388-.161-.103.232-.38.38-.624.274-.269-.126-.333-.456-.356-.724-.012-.329-.014-.706.215-.969.219-.24.651-.135.76.165.134-.053.269-.106.4-.167-.132-.266-.366-.502-.673-.54a.865.865 0 0 0-.992.551m5.389-.566c-.507-.028-.838.457-.899.91-.081.502-.056 1.068.252 1.494.322.432 1.073.397 1.348-.069.293-.494.301-1.121.141-1.661-.101-.374-.435-.699-.842-.674m1.695.142c-.369.253-.362.896.031 1.125.276.145.592.205.854.376.175.109.187.381.026.508-.274.261-.788.118-.875-.257l-.389.125c.046.129.1.259.19.364.346.433 1.097.431 1.443 0 .265-.318.217-.869-.139-1.101-.267-.168-.595-.203-.864-.367-.153-.083-.159-.314-.024-.416.228-.135.577-.095.706.159l.397-.122c-.2-.534-.901-.683-1.358-.394m2.044.02c-.341.263-.324.873.052 1.1.273.15.592.205.855.376.171.105.196.371.044.503-.269.273-.8.134-.885-.247-.13.04-.261.081-.389.125.047.134.102.269.2.375.348.42 1.082.418 1.428-.003.266-.315.227-.858-.12-1.1-.271-.178-.611-.211-.886-.38-.155-.087-.148-.33-.001-.421.23-.123.566-.079.693.17.13-.04.261-.082.39-.125-.196-.548-.932-.687-1.381-.373m-6.88-.135c.001.884-.001 1.768.001 2.652l.423.001c.002-.389-.001-.778.001-1.167.168-.001.337-.002.505.001.143.388.281.779.428 1.166h.445c-.146-.416-.305-.827-.452-1.243.23-.127.418-.357.417-.631.031-.388-.297-.762-.688-.775-.36-.009-.72-.002-1.08-.003m-.69 4.294c-.428.051-.677.474-.747.863-.087.497-.069 1.052.214 1.487.277.427.964.468 1.295.084.253-.297.324-.704.327-1.083-.002-.374-.067-.772-.304-1.073-.182-.233-.499-.323-.784-.278m1.672.016c.002.884 0 1.768.001 2.652l.423.001c.002-.585-.001-1.17.002-1.755.325.583.644 1.169.968 1.753.135.002.271.002.407.002V6.379l-.424-.001c0 .582.001 1.165-.001 1.747-.322-.583-.639-1.168-.966-1.748h-.409m2.438.003c.002.884-.001 1.768.002 2.652h1.644c0-.141.001-.281-.001-.421-.407-.001-.813.001-1.22-.001l-.001-2.229a30.105 30.105 0 0 0-.425 0m1.806-.002c.304.505.627 1 .924 1.509.014.381.001.763.006 1.144h.424c.001-.359-.001-.718 0-1.078-.005-.061.029-.112.058-.162.291-.47.58-.941.869-1.412-.165-.002-.329-.001-.494-.001-.217.348-.429.699-.646 1.048-.225-.345-.425-.709-.664-1.045-.159-.01-.318 0-.477-.004m-3.827 4.301c-.331.044-.565.331-.665.632-.169.547-.163 1.186.133 1.689.263.453.982.502 1.316.105.251-.293.318-.696.323-1.07.002-.379-.065-.782-.307-1.086-.189-.234-.51-.324-.8-.269m1.695.011v2.652h.421c.002-.586-.002-1.172.002-1.757.323.582.637 1.17.968 1.747.133.024.271.006.406.01v-2.651a29.822 29.822 0 0 0-.423 0v1.746c-.322-.581-.641-1.164-.963-1.745a18.77 18.77 0 0 0-.411-.001m-5.32 4.725a2.117 2.117 0 0 0 .017 1.857c.26.502 1.059.553 1.381.09.238-.29.207-.683.203-1.035h-.894v.423c.161.001.322 0 .482.002-.017.243-.18.522-.456.504-.309 0-.448-.334-.485-.593-.041-.387-.063-.851.219-1.157.235-.228.615-.056.7.233.129-.051.256-.104.385-.153-.068-.192-.177-.38-.354-.489-.397-.245-.992-.117-1.198.319m2.187 2.236l.422.001V16.49c.169-.001.339-.003.508.003.139.388.281.776.425 1.162.149 0 .298 0 .447.002-.146-.418-.312-.829-.451-1.25a.73.73 0 0 0 .407-.773.734.734 0 0 0-.677-.626c-.36-.013-.72-.002-1.081-.005v2.652m2.254-2.653v2.652H8.92v-.421c-.407-.002-.814.001-1.221-.002v-.742h.807c.001-.141.001-.283-.001-.423-.269-.002-.537.001-.806-.002a67.629 67.629 0 0 1 0-.637h1.168l-.001-.424H7.275m2.096 2.651h1.645l-.001-.421c-.407-.004-.814.004-1.222-.004.003-.247 0-.493.002-.74h.807l-.001-.423c-.269-.002-.538.001-.807-.001v-.638h1.168l-.001-.423c-.53-.003-1.061.001-1.592-.002v2.653m2.1-2.653c0 .884-.001 1.768.001 2.652l.424.001c0-.585-.002-1.169.001-1.754.326.583.643 1.171.969 1.754l.405-.001v-2.652a29.963 29.963 0 0 0-.424 0c-.001.581.002 1.162-.002 1.742-.303-.544-.602-1.09-.901-1.635-.071-.195-.319-.076-.473-.107m-3.673 3.665c-.794.088-1.474.756-1.575 1.548a1.826 1.826 0 0 0 .733 1.736 1.828 1.828 0 0 0 1.973.11c.715-.393 1.087-1.297.852-2.08-.222-.847-1.115-1.442-1.983-1.314zM.036 1.757a.176.176 0 0 1 .021-.159.141.141 0 0 1-.021.159z"/><path fill="#fff" d="M8.1 2.479c.303-.091.528.206.575.471.072.389.086.829-.123 1.179-.133.232-.498.261-.66.046-.221-.289-.216-.681-.192-1.028.031-.258.117-.589.4-.669zM5.484 2.493c.238.01.481-.024.716.02.268.082.262.515-.004.597-.234.042-.475.009-.712.019a67.416 67.416 0 0 1 0-.636zM4.367 6.805a.408.408 0 0 1 .465.123c.187.241.204.563.2.856-.011.261-.048.55-.242.743a.406.406 0 0 1-.603-.061c-.206-.297-.202-.683-.172-1.029.03-.24.109-.529.353-.633zM6.625 11.089c.356.003.485.41.507.704.022.334.023.706-.18.989-.147.221-.517.215-.66-.008-.194-.288-.197-.658-.172-.993.026-.29.153-.688.505-.692zM5.443 15.427c.236.009.476-.022.71.02.272.074.275.503.014.595-.236.052-.482.011-.722.024-.002-.213-.001-.425-.001-.638zM.038 22.283c.028.043.057.104.02.152-.046-.037-.031-.103-.02-.152zM.082 22.459c.033.033.036.071.007.112-.033-.038-.036-.075-.007-.112zM14.433 23.958c.034-.038.072-.043.116-.015a.094.094 0 0 1-.116.015zM1.676 23.979c.044-.044.112-.024.145.021h-.13l-.015-.021zM14.224 24c.049-.039.133-.075.183-.016l-.016.016h-.167z"/><path fill="#2b2e34" d="M1.825.036l.219-.007c3.974.008 7.948.008 11.922 0l.255.007a.17.17 0 0 0 .154.029c.807.111 1.471.792 1.636 1.581V22.39c-.153.731-.729 1.376-1.463 1.552-.044-.028-.083-.023-.116.015l-.026.026c-.05-.059-.133-.023-.183.016H1.821c-.034-.045-.102-.065-.145-.021a2.026 2.026 0 0 1-1.587-1.407c.028-.041.026-.079-.007-.112l-.023-.024c.037-.048.008-.109-.02-.152a.611.611 0 0 0-.01-.041C.042 15.446.03 8.648.035 1.852l.001-.094a.14.14 0 0 0 .021-.159l.05-.153.02-.082C.308.814.753.369 1.292.163L1.373.14l.124-.05c.043.027.082.023.118-.013l.052-.013a.152.152 0 0 0 .158-.026m-.098.114C.822.29.1 1.14.112 2.056.111 8.708.109 15.361.113 22.013c-.003 1.01.901 1.906 1.91 1.897 4.01.001 8.021.004 12.032-.001 1.014-.005 1.902-.919 1.883-1.932.004-6.617.001-13.235.002-19.852.051-1.035-.845-1.995-1.885-1.999C10.09.121 6.124.126 2.159.123a2.61 2.61 0 0 0-.433.028z"/><path fill="#2b2e34" d="M1.827.594c.133-.019.267-.021.401-.02C6.159.576 10.09.572 14.021.576c.78-.002 1.476.698 1.466 1.479.002 6.641.002 13.283 0 19.924.011.806-.728 1.52-1.533 1.481-3.977-.002-7.953.002-11.93-.002-.779.001-1.469-.702-1.46-1.479-.001-6.641-.002-13.283 0-19.924C.557 1.347 1.128.693 1.827.594m.035.585c-.43.086-.743.51-.72.945 0 6.607-.002 13.214.001 19.821-.018.495.416.946.914.933 3.965.002 7.931.001 11.896.001a.923.923 0 0 0 .873-.541c.101-.22.08-.468.081-.704V2.365c0-.231.015-.476-.092-.688a.928.928 0 0 0-.863-.521c-3.874-.002-7.748 0-11.622-.001-.157 0-.315-.005-.469.024z"/><path fill="#2b2e34" d="M2.814 2.607a.865.865 0 0 1 .992-.551c.307.038.541.274.673.54-.131.061-.266.113-.4.167-.109-.3-.541-.405-.76-.165-.229.263-.227.64-.215.969.023.268.086.598.356.724.244.106.52-.042.624-.274.13.051.261.101.388.161-.202.625-1.141.782-1.52.244-.347-.528-.349-1.236-.137-1.815zM8.202 2.041c.407-.024.741.301.842.674.16.54.152 1.167-.141 1.661-.275.466-1.026.501-1.348.069-.308-.426-.333-.992-.252-1.494.061-.453.392-.938.899-.91m-.102.438c-.284.081-.37.411-.4.669-.024.346-.029.738.192 1.028.162.215.527.186.66-.046.209-.351.195-.79.123-1.179-.047-.265-.273-.562-.575-.471zM9.897 2.183c.456-.288 1.158-.14 1.358.394l-.397.122c-.129-.254-.478-.294-.706-.159-.135.102-.129.333.024.416.268.163.597.199.864.367.356.232.404.783.139 1.101-.347.431-1.097.433-1.443 0a1.141 1.141 0 0 1-.19-.364l.389-.125c.087.375.6.518.875.257.161-.127.149-.399-.026-.508-.262-.171-.579-.231-.854-.376-.393-.228-.4-.872-.031-1.125zM11.939 2.203c.449-.314 1.184-.175 1.381.373-.129.044-.26.085-.39.125-.127-.25-.463-.294-.693-.17-.148.091-.155.333.001.421.275.17.615.203.886.38.347.242.386.785.12 1.1-.346.421-1.081.423-1.428.003a1.078 1.078 0 0 1-.2-.375c.129-.044.259-.085.389-.125.085.381.616.52.885.247.152-.132.128-.398-.044-.503-.263-.171-.582-.226-.855-.376-.375-.227-.393-.836-.052-1.1zM5.059 2.068c.36.002.72-.005 1.08.003a.74.74 0 0 1 .688.775c.001.274-.186.504-.417.631.147.416.305.827.452 1.243h-.445c-.147-.387-.285-.778-.428-1.166a21.253 21.253 0 0 0-.505-.001c-.002.389.001.778-.001 1.167-.141.001-.282.001-.423-.001-.002-.884 0-1.768-.001-2.652m.425.426v.636c.237-.01.478.023.712-.019.265-.082.272-.515.004-.597-.235-.044-.478-.01-.716-.02zM4.369 6.363c.285-.045.602.045.784.278.238.301.302.699.304 1.073-.003.379-.074.787-.327 1.083-.33.384-1.018.343-1.295-.084-.282-.435-.301-.991-.214-1.487.071-.389.319-.812.747-.863m-.001.442c-.243.104-.323.393-.353.633-.029.346-.034.731.172 1.029.13.195.438.227.603.061.194-.193.231-.482.242-.743.004-.293-.013-.615-.2-.856a.407.407 0 0 0-.465-.123zM6.042 6.379h.409c.327.58.644 1.165.966 1.748.002-.583.001-1.165.001-1.747l.424.001v2.653c-.136 0-.271 0-.407-.002-.324-.584-.643-1.17-.968-1.753-.003.585 0 1.17-.002 1.755l-.423-.001c-.001-.884.001-1.768-.001-2.652zM8.481 6.38h.425l.001 2.229c.407.002.813 0 1.22.001l.001.421H8.484c-.003-.884 0-1.768-.002-2.652zM10.286 6.379c.159.004.319-.006.477.004.239.335.439.699.664 1.045.216-.349.429-.7.646-1.048.165 0 .329-.001.494.001-.289.471-.578.942-.869 1.412-.029.049-.063.101-.058.162 0 .359.001.718 0 1.078h-.424c-.005-.381.008-.763-.006-1.144-.296-.509-.619-1.004-.924-1.509zM6.459 10.679c.29-.055.611.035.8.269.242.304.309.707.307 1.086-.005.374-.072.777-.323 1.07-.333.397-1.053.348-1.316-.105-.297-.503-.302-1.142-.133-1.689.1-.301.334-.588.665-.632m.166.411c-.352.004-.479.403-.505.692-.025.334-.022.704.172.993.143.223.513.23.66.008.202-.284.202-.656.18-.989-.022-.293-.152-.7-.507-.704zM8.154 10.691c.137-.001.274-.001.411.001.322.581.64 1.164.963 1.745v-1.746h.423v2.651c-.135-.004-.272.014-.406-.01-.331-.577-.645-1.165-.968-1.747-.005.586 0 1.172-.002 1.757h-.421V10.69zM2.834 15.417c.206-.436.801-.565 1.198-.319.177.109.286.297.354.489-.129.049-.256.102-.385.153-.084-.289-.465-.461-.7-.233-.282.306-.261.771-.219 1.157.036.26.176.594.485.593.276.019.439-.261.456-.504-.161-.002-.322-.001-.482-.002a29.822 29.822 0 0 1 0-.423h.894c.005.351.036.744-.203 1.035-.321.463-1.121.412-1.381-.09a2.117 2.117 0 0 1-.017-1.857zM5.021 17.654v-2.652c.36.003.721-.007 1.081.005a.734.734 0 0 1 .677.626.728.728 0 0 1-.407.773c.139.421.304.832.451 1.25-.149-.002-.298-.002-.447-.002a89.115 89.115 0 0 1-.425-1.162c-.169-.006-.339-.004-.508-.003v1.165l-.422-.001m.422-2.226c0 .213-.001.425.001.638.24-.013.487.028.722-.024.261-.092.258-.52-.014-.595-.233-.042-.473-.011-.71-.02zM7.275 15.002h1.591l.001.424H7.699v.637c.269.003.537 0 .806.002.002.141.001.282.001.423h-.807v.742c.407.003.814 0 1.221.002v.421H7.275v-2.652zM9.371 17.654v-2.653c.53.003 1.061-.001 1.592.002l.001.423H9.796v.638c.269.002.538-.001.807.001l.001.423h-.807c-.001.247.001.493-.002.74.407.008.815 0 1.222.004l.001.421H9.373zM11.469 15.002c.155.032.403-.088.473.107.299.545.598 1.091.901 1.635.003-.581 0-1.162.002-1.742h.424v2.652l-.405.001c-.326-.583-.643-1.171-.969-1.754-.004.585-.002 1.169-.001 1.754l-.424-.001c-.002-.884-.001-1.768-.001-2.652z"/><path fill="#c6c7c8" d="M1.497.089c.036-.032.075-.036.118-.013-.036.036-.076.04-.118.013z"/><path fill="#d8d8d9" d="M1.292.162l.081-.023-.081.023zM.107 1.445z"/><path fill="#a3a5a7" d="M0 1.851h.035C.03 8.648.042 15.445.029 22.241L0 22.188V1.85z"/><path fill="#00694f" d="M7.796 18.667c.868-.128 1.762.467 1.983 1.314.235.783-.137 1.687-.852 2.08a1.83 1.83 0 0 1-1.973-.11 1.826 1.826 0 0 1-.733-1.736c.101-.792.781-1.46 1.575-1.548z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--cross-only-on-pedestrian-signal--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.9 0h14.237l.063.037c-.405-.045-.813-.028-1.219-.031C10.869.005 6.756.007 2.644.005a5.084 5.084 0 0 0-.799.043L1.9-.001zM16.274.061a.145.145 0 0 1 .177.023c-.064.041-.123.033-.177-.023zM1.985.174c.235-.037.473-.027.71-.028 4.354.001 8.708-.001 13.062.001 1.143-.027 2.18.989 2.176 2.133.004 6.481.002 12.961.001 19.442.012.962-.698 1.863-1.626 2.1-.331.093-.677.069-1.017.073H2.435c-1.172.074-2.274-.942-2.275-2.12C.155 15.295.159 8.814.158 2.334.139 1.297.968.341 1.984.176m.111.477C1.286.759.634 1.519.649 2.334c-.002 6.461-.001 12.923 0 19.385-.012.875.755 1.673 1.633 1.681 4.509.003 9.018.002 13.527 0 .859-.012 1.622-.769 1.633-1.63.003-6.496.002-12.992.001-19.488-.001-.903-.836-1.687-1.736-1.647C11.17.647 6.631.612 2.095.653z"/><path fill="#fff" d="M2.139 1.31c.081-.016.163-.019.245-.021 4.458.001 8.916-.001 13.374.001.552-.008 1.046.486 1.029 1.039.002 6.465.001 12.929 0 19.394.006.544-.481 1.032-1.026 1.023-4.478-.001-8.955.002-13.433-.001-.565.012-1.056-.516-1.026-1.076-.001-6.447-.002-12.894.001-19.34a1.049 1.049 0 0 1 .836-1.019m2.906 1.04c-.233.472-.23 1.075.042 1.531.281.443 1.053.334 1.194-.179l-.297-.114c-.117.264-.517.33-.657.051-.16-.363-.174-.827.043-1.17.18-.207.498-.109.629.103.094-.047.189-.093.286-.135-.19-.504-.987-.566-1.239-.088m3.939-.305c-.252.043-.41.274-.475.504-.13.431-.117.927.108 1.324.229.404.923.377 1.111-.052a1.735 1.735 0 0 0-.003-1.469c-.13-.273-.459-.385-.741-.307m1.412.164c-.171.217-.17.585.062.761.213.178.519.177.727.359.155.16.052.45-.163.488-.222.049-.431-.099-.529-.291l-.306.11c.149.38.592.624.989.485.44-.123.557-.767.226-1.062-.203-.178-.492-.183-.717-.32-.121-.073-.125-.281.01-.342a.41.41 0 0 1 .53.129c.094-.027.188-.055.282-.086-.146-.458-.789-.548-1.112-.233m1.832-.139c-.374.088-.473.639-.194.881.202.195.514.189.729.361.182.142.091.469-.136.503-.23.063-.429-.104-.542-.288l-.299.117c.164.397.655.651 1.057.448.381-.154.46-.713.19-1.001-.192-.191-.476-.213-.71-.327-.133-.052-.183-.259-.058-.346.181-.13.436-.055.569.111.092-.027.183-.057.274-.087-.124-.354-.541-.502-.88-.372M6.73 2.062a235.3 235.3 0 0 0 .001 2.058l.32.001c.005-.299-.001-.598.003-.897.13-.002.26-.001.39.004.116.295.222.595.333.892l.352.003c-.114-.319-.239-.634-.354-.953.383-.205.42-.81.032-1.028-.336-.15-.721-.055-1.078-.08m-.54 3.098c-.264.104-.372.394-.427.651-.076.39-.044.822.164 1.167.243.399.935.348 1.113-.087.201-.458.203-1.019-.025-1.466-.15-.297-.532-.377-.826-.264m1.446-.009c-.003.685-.002 1.37-.001 2.054.107.002.215.002.322.003.005-.46-.005-.921.005-1.381.274.456.517.931.795 1.385.093-.003.186-.004.279-.005.002-.685.002-1.37 0-2.055a11.521 11.521 0 0 0-.322.001c-.004.434.005.867-.004 1.301-.257-.43-.497-.869-.749-1.301-.108-.001-.216-.002-.324-.001m2.964-.001c.231.394.496.77.714 1.171.017.294.001.588.007.882.108.002.216.002.323.001.006-.294-.01-.588.007-.882.219-.4.477-.78.711-1.173l-.377-.002c-.181.256-.322.538-.513.787-.164-.262-.319-.53-.49-.788l-.382.004m-1.08 0c0 .685-.002 1.37.001 2.055.426.003.852.002 1.278.001l-.002-.3c-.316-.002-.633.002-.949-.002-.003-.585-.001-1.17-.001-1.755l-.327.001M7.953 8.226c-.2.037-.354.201-.426.385-.183.441-.17.964.036 1.395.197.43.906.452 1.121.028.235-.453.23-1.02.027-1.483-.129-.284-.467-.405-.758-.325m1.356.016c-.001.685-.003 1.37.001 2.055.108.001.217.002.326.001.001-.459-.005-.917.003-1.375.273.454.516.924.79 1.377l.283-.001c-.002-.685-.001-1.371-.001-2.056l-.323-.002c-.003.436 0 .872-.002 1.308-.259-.432-.499-.875-.755-1.308l-.322.001m-4.381 3.091v7.551c2.746.001 5.492.002 8.237-.001.002-2.517.002-5.033 0-7.55-2.746-.002-5.492-.001-8.237-.001m-.37 8.725c-.245.273-.129.754.224.873.245.105.705.16.621.531-.127.363-.646.216-.762-.086a2.104 2.104 0 0 0-.302.128c.169.365.595.612.993.471.419-.124.553-.716.261-1.026-.195-.209-.503-.21-.739-.348-.136-.069-.142-.286-.001-.352.185-.106.41-.021.54.131l.265-.08c-.133-.457-.78-.555-1.099-.243m2.494.109a1.685 1.685 0 0 0-.027 1.523c.208.437.92.429 1.148.015.13-.229.079-.503.085-.754a40.485 40.485 0 0 0-.697 0c-.001.107 0 .214.001.322.125.002.251.001.376.002.097.383-.514.571-.656.216-.126-.362-.14-.8.053-1.14.162-.239.527-.143.629.104.103-.04.205-.081.305-.126-.161-.514-.933-.612-1.217-.161m-.966-.251c.002.686-.001 1.372.002 2.058.11.002.22.002.331.003-.003-.687.002-1.373-.002-2.06-.11-.001-.22-.002-.33-.001m2.625 0c-.003.687-.002 1.374-.001 2.06h.322c.002-.463-.001-.926.001-1.389.265.458.524.921.783 1.383.098.005.196.007.295.008 0-.687.004-1.374-.002-2.061l-.324-.001c-.001.437-.001.874.001 1.311-.255-.428-.49-.869-.748-1.294-.104-.036-.219-.012-.327-.017m2.409.001c-.227.689-.475 1.371-.702 2.06l.346-.002c.068-.194.127-.392.21-.581.21.003.42.001.63.003.078.19.135.388.209.579l.346.001c-.24-.686-.469-1.375-.712-2.06a11.797 11.797 0 0 0-.326.001m1.346-.004c.003.687-.003 1.374.003 2.061.426.002.852.002 1.278 0l-.003-.303c-.318-.003-.635.002-.953-.002-.004-.585.002-1.169-.002-1.753a17.472 17.472 0 0 0-.323-.003zM0 1.938l.035.061C0 8.088.03 14.179.02 20.269c.007.614-.02 1.229.022 1.842L0 22.044V1.939z"/><path fill="#fff" d="M7.053 2.385c.182.005.369-.022.547.023.196.064.217.369.022.452-.18.065-.38.021-.569.032a17.138 17.138 0 0 1-.001-.507zM8.989 2.403c.163-.108.407-.024.475.159.144.35.135.775-.036 1.114-.131.235-.514.173-.582-.082-.125-.379-.158-.886.143-1.192zM6.34 5.466c.247-.103.446.133.481.356.061.35.082.797-.204 1.056-.258.143-.506-.113-.527-.364-.047-.345-.087-.839.251-1.047zM7.996 8.566c.173-.087.395.018.449.201.127.345.128.754-.043 1.083-.13.247-.528.177-.588-.089-.115-.379-.166-.927.181-1.196zM9.611 12.156c.327-.092.641.284.497.59-.107.31-.577.36-.753.087-.181-.236-.039-.624.256-.676zM9.071 13.166c.175-.064.402-.138.554.016.301.289.38.72.498 1.103.3.197.6.393.894.597l-.14.211c-.406-.183-.964-.158-1.199-.593-.07.227-.137.455-.196.685.17.33.382.64.53.981.145.534.286 1.069.431 1.603-.164.06-.327.122-.492.177-.166-.479-.317-.965-.477-1.447-.063-.224-.278-.348-.415-.523-.273.697-.538 1.396-.81 2.093-.123-.088-.245-.176-.37-.261.168-.754.38-1.499.541-2.254-.124-.518.008-1.05.186-1.538-.101.016-.202.034-.303.052-.047.366-.071.736-.117 1.102l-.272.045c-.001-.458-.002-.916 0-1.375.368-.253.739-.51 1.156-.675zM11.289 20.493c.074.188.137.38.203.571-.136.002-.271.002-.407 0 .064-.192.135-.381.204-.571zM.06 22.183c.057.052.066.11.028.176-.051-.052-.061-.11-.028-.176zM17.55 23.221c-.024-.096.069-.165.145-.2a.352.352 0 0 1-.145.2zM16.23 24c.04-.073.093-.085.16-.037l-.02.037h-.139z"/><path fill="#c6c7c8" d="M1.643.091c.048-.055.106-.064.173-.028-.051.054-.109.063-.173.028z"/><path fill="#2b2e34" d="M1.816.063l.029-.014C2.11.014 2.377 0 2.644.006l12.337.001c.406.003.814-.015 1.219.031l.074.024c.053.057.112.064.177.023.77.237 1.383.901 1.588 1.677V22.3c-.081.256-.176.51-.345.722-.075.035-.169.103-.145.2-.304.351-.695.652-1.16.742-.066-.048-.12-.036-.16.037H1.807c-.8-.205-1.516-.826-1.72-1.641.038-.066.028-.124-.028-.176a1.99 1.99 0 0 0-.018-.074c-.042-.613-.015-1.228-.022-1.842.01-6.09-.02-12.18.015-18.27C.094 1.163.731.442 1.489.136l.124-.017.03-.028c.064.035.121.026.173-.028m.169.111C.969.34.14 1.296.159 2.332.16 8.813.156 15.293.161 21.773c.001 1.178 1.103 2.194 2.275 2.12h12.856c.34-.003.686.02 1.017-.073.928-.237 1.637-1.138 1.626-2.1.001-6.481.003-12.961-.001-19.442.004-1.144-1.033-2.16-2.176-2.133L2.696.144c-.237.001-.475-.009-.71.028z"/><path fill="#2b2e34" d="M2.095.653C6.631.612 11.17.647 15.707.635c.9-.04 1.735.744 1.736 1.647.001 6.496.002 12.992-.001 19.488-.011.861-.774 1.617-1.633 1.63-4.509.002-9.018.003-13.527 0-.878-.008-1.645-.806-1.633-1.681-.001-6.462-.002-12.923 0-19.385C.634 1.519 1.286.759 2.095.653m.044.657a1.05 1.05 0 0 0-.836 1.019c-.003 6.447-.002 12.894-.001 19.34-.03.56.461 1.088 1.026 1.076 4.478.003 8.955.001 13.433.001.545.008 1.032-.479 1.026-1.023.001-6.464.002-12.929 0-19.394.017-.553-.477-1.047-1.029-1.039-4.458-.002-8.916 0-13.374-.001a1.439 1.439 0 0 0-.245.021z"/><path fill="#2b2e34" d="M5.045 2.35c.252-.478 1.049-.417 1.239.088a5.747 5.747 0 0 0-.286.135c-.131-.212-.448-.309-.629-.103-.217.343-.203.807-.043 1.17.14.279.54.213.657-.051l.297.114c-.142.513-.913.622-1.194.179-.272-.456-.275-1.059-.042-1.531zM8.985 2.044c.282-.077.612.034.741.307.219.452.219 1.016.003 1.469-.188.43-.882.456-1.111.052-.225-.398-.238-.893-.108-1.324.066-.23.223-.461.475-.504m.004.359c-.3.305-.267.812-.143 1.192.068.255.451.317.582.082.171-.34.179-.764.036-1.114-.068-.183-.313-.267-.475-.159zM10.397 2.208c.323-.316.966-.225 1.112.233-.094.03-.188.059-.282.086a.41.41 0 0 0-.53-.129c-.135.06-.132.269-.01.342.225.136.514.142.717.32.331.295.214.938-.226 1.062-.397.139-.84-.104-.989-.485.102-.038.204-.075.306-.11.097.192.306.34.529.291.215-.038.318-.328.163-.488-.208-.182-.515-.181-.727-.359-.232-.176-.232-.544-.062-.761zM12.228 2.067c.338-.13.755.019.88.372-.091.031-.182.06-.274.087-.132-.166-.387-.242-.569-.111-.125.087-.075.294.058.346.234.114.518.136.71.327.27.288.191.846-.19 1.001-.403.203-.893-.051-1.057-.448l.299-.117c.112.184.312.351.542.288.227-.034.318-.361.136-.503-.215-.172-.527-.166-.729-.361-.278-.242-.18-.794.194-.881zM6.73 2.062c.357.025.742-.07 1.078.08.388.219.351.824-.032 1.028.115.319.24.633.354.953l-.352-.003c-.111-.297-.218-.596-.333-.892a7.245 7.245 0 0 0-.39-.004c-.004.299.002.598-.003.897-.107.001-.214 0-.32-.001a235.3 235.3 0 0 1-.001-2.058m.322.323c-.002.169-.002.338.001.507.188-.011.388.033.569-.032.194-.083.174-.388-.022-.452-.178-.045-.365-.018-.547-.023zM6.189 5.16c.293-.113.675-.033.826.264.228.447.226 1.009.025 1.466-.178.435-.87.486-1.113.087-.208-.345-.24-.777-.164-1.167.054-.257.162-.547.427-.651m.15.307c-.337.208-.298.702-.251 1.047.021.251.269.507.527.364.286-.259.265-.706.204-1.056-.034-.223-.234-.459-.481-.356zM7.634 5.152c.108-.001.216-.001.324.001.252.432.492.871.749 1.301.009-.434.001-.867.004-1.301l.322-.001c.002.685.002 1.37 0 2.055a12.98 12.98 0 0 0-.279.005c-.278-.454-.521-.929-.795-1.385-.009.46 0 .921-.005 1.381-.108-.001-.215-.001-.322-.003-.001-.685-.002-1.37.001-2.054zM10.599 5.152l.382-.004c.171.258.326.526.49.788.19-.249.332-.531.513-.787l.377.002c-.234.393-.491.772-.711 1.173-.017.294-.001.588-.007.882a8.688 8.688 0 0 1-.323-.001c-.006-.294.01-.588-.007-.882-.218-.402-.483-.777-.714-1.171zM9.519 5.152l.327-.001c.001.585-.002 1.17.001 1.755.316.003.633-.001.949.002l.002.3c-.426.001-.852.002-1.278-.001-.003-.685-.001-1.37-.001-2.055zM7.953 8.226c.291-.08.63.041.758.325.203.463.208 1.03-.027 1.483-.216.424-.924.402-1.121-.028a1.737 1.737 0 0 1-.036-1.395c.072-.184.226-.348.426-.385m.043.34c-.347.268-.297.816-.181 1.196.06.265.459.335.588.089.171-.33.169-.739.043-1.083-.054-.183-.277-.288-.449-.201zM9.309 8.242l.322-.001c.257.433.496.877.755 1.308.002-.436-.002-.872.002-1.308l.323.002c0 .685-.001 1.371.001 2.056-.094 0-.189-.001-.283.001-.274-.453-.517-.923-.79-1.377-.008.458-.002.916-.003 1.375-.109.001-.218 0-.326-.001-.004-.685-.002-1.371-.001-2.055zM4.928 11.333c2.746 0 5.492-.001 8.237.001.002 2.517.002 5.033 0 7.55-2.746.002-5.492.001-8.237.001v-7.551m4.683.822c-.295.053-.437.44-.256.676.175.273.646.223.753-.087.144-.306-.17-.682-.497-.59m-.54 1.011c-.417.165-.788.422-1.156.675-.002.458-.001.916 0 1.375.09-.015.181-.031.272-.045.047-.366.07-.736.117-1.102.101-.018.202-.036.303-.052-.178.488-.311 1.02-.186 1.538-.161.755-.373 1.5-.541 2.254.124.086.247.174.37.261.272-.697.537-1.396.81-2.093.137.175.352.299.415.523.16.482.31.968.477 1.447.165-.055.328-.118.492-.177-.145-.534-.286-1.069-.431-1.603-.148-.341-.36-.651-.53-.981.059-.23.125-.458.196-.685.235.435.793.41 1.199.593l.14-.212c-.294-.204-.595-.4-.894-.597-.117-.383-.197-.814-.498-1.103-.152-.154-.379-.08-.554-.016zM4.558 20.057c.319-.312.966-.214 1.099.243l-.265.08c-.13-.152-.355-.237-.54-.131-.141.066-.135.283.001.352.236.137.544.139.739.348.292.31.159.902-.261 1.026-.398.142-.824-.105-.993-.471.097-.05.197-.094.302-.128.116.302.635.449.762.086.084-.372-.376-.427-.621-.531-.352-.119-.469-.6-.224-.873zM7.053 20.165c.284-.452 1.056-.353 1.217.161a7.257 7.257 0 0 1-.305.126c-.102-.247-.467-.344-.629-.104-.193.341-.179.779-.053 1.14.142.355.753.167.656-.216-.125-.002-.251-.001-.376-.002l-.001-.322c.232-.002.465-.002.697 0-.006.251.045.525-.085.754-.229.414-.94.422-1.148-.015a1.688 1.688 0 0 1 .027-1.523zM6.087 19.915c.11-.001.22 0 .33.001.004.687-.001 1.373.002 2.06-.11-.001-.221-.001-.331-.003-.002-.686.001-1.373-.002-2.058zM8.713 19.915c.108.005.223-.019.327.017.258.426.493.866.748 1.294-.002-.437-.001-.874-.001-1.311.108-.001.216-.001.324.001.006.687.002 1.374.002 2.061a7.26 7.26 0 0 1-.295-.008c-.259-.462-.517-.925-.783-1.383-.002.463.001.926-.001 1.389h-.322c-.001-.686-.002-1.373.001-2.06zM11.122 19.916c.108-.002.217-.002.326-.001.243.685.472 1.374.712 2.06l-.346-.001c-.074-.191-.132-.389-.209-.579-.21-.002-.42.001-.63-.003-.083.189-.142.387-.21.581l-.346.002c.227-.689.476-1.371.702-2.06m.168.578c-.069.19-.14.379-.204.571.136.002.271.002.407 0-.065-.191-.129-.383-.203-.571zM12.469 19.913l.323.003c.004.584-.002 1.168.002 1.753.318.004.635-.001.953.002l.003.303c-.426.002-.852.002-1.278 0-.005-.687.001-1.374-.003-2.061z"/><path fill="#d8d8d9" d="M1.489.136l.124-.017-.124.017z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--crosswalk-stop-on-red--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.998C.488.123.129.576 0 1.067V0zM18.428 0h.865v.699A1.535 1.535 0 0 0 18.428 0z"/><path fill="#fff" d="M.199 1.388C.174.801.652.211 1.253.198 6.892.203 12.531.196 18.17.201c.67.015 1.078.705 1.055 1.32 0 7.073.006 14.148-.003 21.221.016.68-.553 1.215-1.213 1.258H1.351c-.593-.044-1.133-.508-1.15-1.123C.195 15.714.2 8.551.198 1.388M1.147.356c-.376.07-.733.363-.75.764l.001 21.894c.018.431.426.81.859.79 5.638-.005 11.276-.001 16.913-.002a.89.89 0 0 0 .858-.858V1.186c-.03-.463-.463-.847-.924-.853C12.666.331 7.228.334 1.79.332c-.214.006-.432-.021-.643.025z"/><path fill="#fff" d="M1.137.926C6.772.932 12.406.927 18.04.929c.139-.011.258.068.378.126.03.2.084.398.08.603-.003 1.503-.001 3.006-.001 4.509H.928c0-1.594.001-3.187-.001-4.781-.019-.182.112-.323.21-.459m.572 1.176c-.394.616-.206 1.386-.253 2.074 0 .438.167 1.12.731 1.065.465.05.762-.45.668-.867h-.469l.001.24-.223.2c-.314-.412-.233-.951-.243-1.434-.015-.355.041-.737.285-1.013l.211.218c.152-.001.304-.001.455-.004.031-.588-.78-.907-1.163-.479m1.739-.18v3.315h.464c.01-.527-.023-1.056.02-1.583.308.459.272 1.067.45 1.584l.473-.003a12.785 12.785 0 0 0-.344-1.606c.459-.309.43-1.043.144-1.461-.316-.302-.804-.241-1.207-.247m2.271.023c-.433.189-.485.758-.483 1.171.042.605-.115 1.256.177 1.818.178.404.81.414 1.071.09.229-.27.204-.646.268-.975.034-.569.022-1.154-.143-1.703-.119-.363-.544-.514-.89-.402m1.441.42a1.32 1.32 0 0 0 .351 1.13c.338.305.615.708.512 1.187-.075.035-.15.072-.224.108l-.148-.162c-.013-.328-.348-.251-.578-.249.046.253.091.539.3.715.276.25.721.18.996-.038.274-.379.217-.904.007-1.299-.225-.39-.623-.662-.76-1.105l.163-.278.243.106v.242c.184 0 .367 0 .551-.003a1.005 1.005 0 0 0-.453-.796c-.395-.068-.79.057-.96.444m1.695.461c.112.692.99 1.013.901 1.777l-.175.168-.167.006a3.909 3.909 0 0 1-.164-.403h-.442c-.016.282.062.591.291.773.365.21.938.108 1.087-.326.088-.483.019-1.041-.356-1.395-.203-.267-.524-.5-.497-.872l.214-.194.198.182.002.174h.47c.066-.373-.196-.802-.598-.8-.481-.092-.919.463-.764.908m1.541-.901c.176 1.1.254 2.214.424 3.314l.382.001c.091-.431.174-.866.211-1.305l.113-.115c.029.478.131.949.221 1.418l.384.001c.169-1.099.275-2.21.412-3.315l-.473-.003a6.855 6.855 0 0 0-.136 1.262l-.052.001a14.651 14.651 0 0 0-.216-1.262l-.383.002c-.111.389-.088.813-.259 1.184-.005-.397-.107-.786-.088-1.185l-.54.001m2.935-.001c-.237 1.104-.475 2.208-.684 3.317.153-.001.308.007.461-.009.18-.216.057-.563.237-.779.145-.016.291-.011.436-.013.109.254.083.56.226.792.154.015.308.008.463.009-.215-1.108-.45-2.212-.685-3.317h-.453m1.519.001v3.315h1.26v-.53h-.796V1.923h-.464m1.657 0v3.315h.464c.06-.455-.147-.99.152-1.38.103.412.202.825.323 1.234.044.254.363.111.54.145-.168-.708-.371-1.409-.546-2.114.166-.406.42-.774.555-1.193a18.947 18.947 0 0 0-.533-.008c-.155.331-.318.658-.491.98-.003-.326 0-.652-.001-.979h-.464z"/><path fill="#fff" d="M5.92 2.379c.383.109.304.625.313.936-.054.501.167 1.134-.275 1.511-.355-.402-.241-.957-.258-1.445-.009-.342.009-.717.22-1.002zM3.912 2.454l.33-.004c.16.215.166.487.066.73-.13.033-.261.064-.393.088-.004-.271-.003-.543-.003-.814zM13.535 3.248h.045c.017.223.068.441.091.662h-.227c.023-.221.074-.44.091-.662zM.928 6.696h17.569c-.003 5.349.007 10.699-.005 16.048.011.328-.274.548-.588.526H1.52c-.3.017-.621-.194-.593-.522L.928 6.696M4 7.78c-.594.404-.581 1.392-.011 1.813.471.183.975.319 1.396.605.267.267.062.67-.245.794a3.975 3.975 0 0 0-.306.068c-.355-.039-.664-.255-.769-.607-.217.052-.429.125-.644.184.159 1.029 1.5 1.421 2.3.856.528-.339.66-1.118.335-1.642-.385-.701-1.466-.459-1.835-1.166a5.12 5.12 0 0 1 .226-.32c.359-.133.805-.068.971.322.223-.09.457-.145.688-.211-.194-.4-.526-.802-.998-.847-.372-.009-.777-.057-1.107.151m2.496-.156v.729h.928v3.381h.663V8.353h.928v-.729H6.497m3.997.026c-.76.267-1.02 1.167-1.016 1.897-.041.657.095 1.348.524 1.866.546.49 1.538.466 1.97-.164.484-.765.507-1.738.269-2.591-.139-.342-.309-.701-.636-.9-.337-.181-.745-.155-1.11-.107m2.698-.027v4.11h.729v-1.79c.374-.009.75.019 1.123-.011.545-.131 1.004-.676.935-1.252-.039-.548-.528-.989-1.065-1.042-.572-.038-1.148-.004-1.722-.015M2.455 13.321a2.593 2.593 0 0 0 .007 2.31c.287.569 1.116.632 1.598.294.412-.369.445-.959.486-1.472-.036-.469-.066-.986-.416-1.344-.448-.513-1.353-.375-1.675.212m2.716-.458v3.248h.597l-.001-1.967c.384.645.727 1.313 1.095 1.967h.564v-3.249h-.597c-.001.658.002 1.315-.001 1.974-.332-.672-.729-1.307-1.066-1.974l-.59.001m4.574-.001v3.249h.53v-1.392h.57c.158.468.351.924.507 1.393.202 0 .403 0 .605-.005-.115-.527-.395-1.001-.508-1.53.702-.321.607-1.482-.133-1.691-.518-.06-1.049-.007-1.572-.025m2.719.001v3.249h1.989v-.597h-1.459v-.796h.994v-.597h-.994v-.729h1.459v-.53h-1.989m2.519 0v3.249c.377-.003.754.006 1.131-.001.464-.012.859-.381.983-.815.126-.402.059-.829.075-1.242-.005-.616-.538-1.274-1.195-1.193-.332.003-.662.003-.994.003m-5.674 4.2c-1.256.162-2.316 1.343-2.219 2.628-.072 1.254.963 2.415 2.188 2.583.43.005.874.045 1.288-.103 1.087-.347 1.851-1.476 1.768-2.614-.009-1.509-1.539-2.777-3.026-2.493z"/><path fill="#fff" d="M10.832 8.306c.424-.05.717.392.774.771.133.642.123 1.458-.418 1.917-.099.014-.199.03-.296.052-.634-.107-.681-.855-.721-1.367.032-.507.069-1.203.661-1.374zM13.923 8.354c.46.026 1.02-.137 1.343.295-.011.212-.052.488-.299.544-.343.055-.697.009-1.044.023v-.861zM3.219 13.376c.196.012.424.048.534.233.312.532.28 1.213.003 1.753-.09.154-.278.186-.438.221-.329-.09-.446-.446-.508-.743-.086-.513-.04-1.124.408-1.463zM10.276 13.393c.402-.009 1.075-.098 1.084.481-.086.082-.171.164-.255.247h-.829v-.729zM15.514 13.389c.353-.007.867-.009.997.4.172.459.179.989-.025 1.439-.203.349-.63.294-.973.286v-2.125zM0 23.057c.082.38.276.773.646.943H0v-.943zM18.79 24c.19-.17.381-.35.503-.578V24h-.503z"/><path fill="#231f20" d="M.998 0h17.43c.363.114.676.369.865.699v22.723c-.122.228-.312.408-.503.578h-.781c.66-.043 1.229-.577 1.213-1.258.009-7.073.003-14.148.003-21.221.023-.615-.385-1.305-1.055-1.32C12.531.196 6.892.202 1.253.198.652.211.174.801.199 1.388.2 8.551.196 15.714.202 22.877c.017.615.557 1.079 1.15 1.123H.647c-.369-.17-.564-.564-.646-.943V1.067C.13.576.49.123.999 0z"/><path fill="#231f20" d="M1.147.356c.211-.046.429-.019.643-.025C7.228.333 12.666.33 18.104.332c.46.007.894.39.924.853v21.758a.89.89 0 0 1-.858.858c-5.637.001-11.275-.003-16.913.002-.433.021-.841-.359-.859-.79C.397 15.715.399 8.417.397 1.119c.017-.4.374-.693.75-.764m-.01.571c-.097.137-.229.278-.21.459l.001 4.781h17.569c.001-1.503-.001-3.006.001-4.509.004-.204-.05-.402-.08-.603-.12-.058-.239-.137-.378-.126C12.406.926 6.771.931 1.137.925M.928 6.696c0 5.35.001 10.701-.001 16.052-.028.328.293.54.593.522h16.384c.314.021.599-.198.588-.526.011-5.349.001-10.699.005-16.048H.928z"/><path fill="#231f20" d="M1.709 2.103c.383-.428 1.194-.109 1.163.479-.152.003-.304.003-.455.004l-.211-.218c-.244.276-.3.658-.285 1.013.01.483-.07 1.022.243 1.434l.223-.2-.001-.24h.469c.094.417-.202.918-.668.867-.564.054-.731-.627-.731-1.065.047-.689-.142-1.459.253-2.074zM3.448 1.923c.403.005.891-.055 1.207.247.286.418.315 1.152-.144 1.461.143.528.27 1.063.344 1.606l-.473.003c-.178-.517-.142-1.125-.45-1.584-.042.526-.01 1.055-.02 1.583h-.464V1.924m.464.53c0 .271-.001.543.003.814a6.39 6.39 0 0 0 .393-.088c.099-.243.093-.514-.066-.73l-.33.004zM5.719 1.945c.346-.113.771.038.89.402.164.548.177 1.134.143 1.703-.064.329-.038.705-.268.975-.261.324-.892.314-1.071-.09-.292-.562-.135-1.213-.177-1.818-.001-.414.05-.983.483-1.172m.201.434c-.211.286-.229.66-.22 1.002.017.488-.097 1.042.258 1.445.442-.377.221-1.01.275-1.511-.009-.312.07-.827-.313-.936zM7.16 2.364c.17-.387.565-.512.96-.444.274.177.433.471.453.796-.184.003-.367.003-.551.003v-.242l-.243-.106-.163.278c.137.443.534.715.76 1.105.21.396.268.921-.007 1.299-.274.218-.72.288-.996.038-.208-.176-.254-.461-.3-.715.23-.001.565-.079.578.249l.148.162c.074-.036.149-.073.224-.108.103-.479-.174-.882-.512-1.187a1.32 1.32 0 0 1-.351-1.13zM8.855 2.827c-.154-.446.284-1 .764-.908.402-.003.664.426.598.8h-.47a10.211 10.211 0 0 1-.002-.174l-.198-.182-.214.194c-.027.373.294.606.497.872.375.354.444.912.356 1.395-.149.434-.722.536-1.087.326-.229-.182-.307-.491-.291-.773h.442c.046.137.101.272.164.403l.167-.006.175-.168c.089-.764-.789-1.086-.901-1.777zM10.396 1.924l.54-.001c-.019.398.083.788.088 1.185.171-.371.148-.795.259-1.184l.383-.002c.095.416.158.839.216 1.262l.052-.001c.009-.422.049-.848.136-1.262l.473.003c-.137 1.105-.243 2.216-.412 3.315l-.384-.001c-.09-.469-.192-.94-.221-1.418l-.113.115a10.31 10.31 0 0 1-.211 1.305l-.382-.001c-.17-1.1-.249-2.214-.424-3.314zM13.331 1.922h.453c.235 1.105.47 2.209.685 3.317-.154-.001-.309.007-.463-.009-.143-.233-.117-.538-.226-.792-.145.002-.292-.003-.436.013-.18.216-.057.563-.237.779-.153.016-.308.009-.461.009.21-1.109.448-2.213.684-3.317m.205 1.326c-.017.223-.068.441-.091.662h.227c-.023-.221-.074-.44-.091-.662h-.045zM14.851 1.923h.464v2.785h.796v.53h-1.26V1.923zM16.508 1.923h.464c.001.326-.003.652.001.979.173-.322.335-.649.491-.98.178.001.355.002.533.008-.135.419-.389.786-.555 1.193.176.705.379 1.406.546 2.114-.177-.034-.496.109-.54-.145-.121-.408-.22-.821-.323-1.234-.3.39-.092.926-.152 1.38h-.464V1.923zM4 7.78c.33-.208.735-.16 1.107-.151.472.046.805.447.998.847-.231.066-.465.121-.688.211-.166-.389-.612-.454-.971-.322-.08.103-.154.212-.226.32.369.707 1.451.465 1.835 1.166.326.523.193 1.303-.335 1.642-.8.566-2.141.173-2.3-.856.215-.059.426-.131.644-.184.105.352.414.568.769.607.101-.027.203-.05.306-.068.307-.125.511-.527.245-.794-.421-.286-.925-.422-1.396-.605-.57-.42-.583-1.409.011-1.813zM6.497 7.624h2.519v.729h-.928v3.381h-.663V8.353h-.928v-.729zM10.494 7.65c.366-.048.773-.074 1.11.107.328.199.498.558.636.9.238.853.215 1.826-.269 2.591-.432.63-1.425.654-1.97.164-.428-.517-.565-1.209-.524-1.866-.004-.731.256-1.63 1.016-1.897m.339.657c-.592.17-.629.867-.661 1.374.04.512.087 1.26.721 1.367.097-.022.197-.038.296-.052.541-.459.551-1.276.418-1.917-.057-.379-.349-.821-.774-.771zM13.193 7.624c.573.011 1.15-.023 1.722.015.538.052 1.026.493 1.065 1.042.07.577-.39 1.121-.935 1.252-.373.03-.749.003-1.123.011v1.79h-.729v-4.11m.73.73v.861c.347-.014.701.032 1.044-.023.247-.056.288-.332.299-.544-.322-.432-.882-.269-1.343-.295zM2.455 13.321c.322-.587 1.227-.725 1.675-.212.351.358.381.874.416 1.344-.041.514-.074 1.103-.486 1.472-.482.339-1.311.275-1.598-.294a2.593 2.593 0 0 1-.007-2.31m.764.055c-.448.339-.493.95-.408 1.463.062.298.179.653.508.743.159-.034.348-.067.438-.221.276-.54.309-1.221-.003-1.753-.11-.185-.338-.221-.534-.233zM5.171 12.863l.59-.001c.337.668.735 1.303 1.066 1.974.003-.658 0-1.316.001-1.974h.597v3.249h-.564c-.368-.654-.711-1.322-1.095-1.967l.001 1.967H5.17v-3.248zM9.746 12.862c.523.018 1.053-.036 1.572.025.74.209.835 1.37.133 1.691.113.528.393 1.002.508 1.53-.202.005-.403.005-.605.005-.156-.469-.349-.925-.507-1.393h-.57v1.392h-.53v-3.249m.529.53v.729h.829c.084-.083.169-.166.255-.247-.009-.579-.682-.49-1.084-.481zM12.464 12.862h1.989v.53h-1.459v.729h.994v.597h-.994v.796h1.459v.597h-1.989v-3.249zM14.983 12.862c.332 0 .662.001.994-.003.657-.081 1.191.577 1.195 1.193-.016.414.051.84-.075 1.242-.124.434-.519.803-.983.815-.377.007-.754-.003-1.131.001v-3.249m.531.528v2.125c.342.009.77.063.973-.286.204-.45.197-.98.025-1.439-.13-.41-.644-.407-.997-.4z"/><path fill="#bf2e1a" d="M9.309 17.063c1.486-.283 3.017.985 3.026 2.493.083 1.138-.682 2.267-1.768 2.614-.414.148-.858.108-1.288.103-1.225-.168-2.26-1.329-2.188-2.583-.097-1.286.963-2.466 2.219-2.628z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--cycling-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0371b8" d="M10.139 0h3.729C18.887.805 22.985 4.919 24 9.868v4.003c-.803 4.849-4.681 9.009-9.512 10.003-.493-.413-1.156-.212-1.621.126H11.59c-1.37-.15-2.692-.568-4.057-.759a12.023 12.023 0 0 1-6.774-6.766c-.067-.723-.227-1.435-.545-2.093l-.067-.168c.392-.495.183-1.141-.147-1.603v-1.497c.341-.459.545-1.12.129-1.605.994-4.834 5.159-8.715 10.01-9.51m.798 2.69c-.898.459-.919 1.905.008 2.341.818.475 1.985-.201 1.905-1.159.103-.994-1.084-1.605-1.912-1.182M8.253 7.497l.155.715c-.588-.013-1.177-.013-1.765-.015.003.196.003.583.003.777l.73.217c.225.539.446 1.079.668 1.621-.4.823-.803 1.641-1.234 2.449-1.345-.4-2.965-.101-3.752 1.151-1.437 1.881-.274 5.19 2.214 5.334 1.83.255 3.277-1.37 3.499-3.071l.834-.054.661.87c-.057.119-.175.356-.232.475-.212.09-.635.268-.846.359a2.685 2.685 0 0 0 1.719.07c-.134-.152-.4-.459-.532-.614.446-.209.924-.372 1.326-.663.253-.506.121-1.342.849-1.422.237 1.156.395 2.33.55 3.502.431.013.862.028 1.295.046-.085-1.569-.036-3.159-.4-4.697.963-.694 1.925-1.386 2.926-2.023.046.219.139.661.188.88-2.023 1.239-2.227 4.495-.225 5.84 1.726 1.265 4.408.111 4.754-1.979.686-2.305-1.52-4.741-3.897-4.132a185.087 185.087 0 0 1-.846-3.357c.222-.619.73-1.308.338-1.964-.521-.395-1.21-.23-1.814-.268-.088.147-.263.444-.348.594l-.547.194c-.717-1.004-.945-2.71-2.423-2.849-1.659-.439-2.792 1.019-3.848 2.018z"/><path fill="#0371b8" d="M9.848 7.321c.56.044.253 1.133-.255.836-.297-.24-.116-.79.255-.836zM12.975 8.108c.382.459.751.932 1.117 1.404a17.379 17.379 0 0 0 1.935-1.259c.191.008.57.028.761.039-.361.671-.581 1.401-.594 2.168a231.994 231.994 0 0 0-3.337 0c-.015-.787.026-1.572.116-2.351zM8.059 9.061c.299-.026.596-.054.895-.085.268.493.542.983.81 1.474-.377.003-.754.005-1.13.005-.196-.462-.39-.926-.575-1.394zM13.037 11.102c1.166-.01 2.333-.013 3.499.003.057.227.111.452.168.676-.968.686-1.941 1.365-2.908 2.052a41.129 41.129 0 0 1-.759-2.73zM7.391 13.608c.317-.661.653-1.311 1.017-1.948.23.521.457 1.043.686 1.564-.186.614-.377 1.228-.573 1.84a27.989 27.989 0 0 0-1.13-1.455zM11.169 15.11c-1.556-.194-.083-1.737.186-2.501.175.47.346.942.516 1.414-.351.098-.699.199-1.05.297l.348.79zM3.2 17.205c-.694-1.93 1.339-4.052 3.29-3.301-.428.872-.893 1.732-1.208 2.655.606.059 1.213.093 1.822.116-.333.39-.666.782-.996 1.174.343.237.686.475 1.025.715-1.375 1.066-3.533.341-3.933-1.36zM17.915 13.819c1.486-.364 3.017.764 3.156 2.279.323 1.827-1.781 3.714-3.512 2.723-1.809-.852-1.871-3.582-.274-4.686.276 1.027.462 2.292 1.572 2.764l.111-.555c-.625-.707-.875-1.618-1.053-2.524z"/><path fill="#0371b8" d="M7.071 14.276c.415.465.826.97.883 1.615-.573.028-1.148.049-1.724.054.268-.563.547-1.12.841-1.67zM10.415 15.543c.981-.679 1.742 1.213.648 1.528-.908.387-1.474-1.12-.648-1.528z"/><path fill="#fff" d="M10.937 2.689c.828-.423 2.015.188 1.912 1.182.08.957-1.086 1.634-1.905 1.159-.926-.436-.906-1.881-.008-2.341zM8.253 7.497c1.055-.999 2.188-2.457 3.848-2.018 1.479.139 1.706 1.845 2.423 2.849l.547-.194c.085-.15.261-.446.348-.594.604.039 1.293-.126 1.814.268.392.655-.116 1.345-.338 1.964.274 1.123.552 2.24.846 3.357 2.377-.609 4.583 1.827 3.897 4.132-.346 2.09-3.027 3.244-4.754 1.979-2.003-1.345-1.799-4.601.225-5.84a92.002 92.002 0 0 1-.188-.88c-1.001.637-1.964 1.329-2.926 2.023.364 1.538.315 3.128.4 4.697a95.61 95.61 0 0 0-1.295-.046c-.155-1.172-.312-2.346-.55-3.502-.728.08-.596.916-.849 1.422-.403.292-.88.454-1.326.663.132.155.397.462.532.614a2.686 2.686 0 0 1-1.719-.07c.212-.09.635-.268.846-.359.057-.119.175-.356.232-.475l-.661-.87-.834.054c-.222 1.701-1.67 3.326-3.499 3.071-2.488-.145-3.652-3.453-2.214-5.334.787-1.252 2.408-1.551 3.752-1.151.431-.808.834-1.626 1.234-2.449-.222-.542-.444-1.081-.668-1.621l-.73-.217c0-.194 0-.581-.003-.777.588.003 1.177.003 1.765.015l-.155-.715m1.595-.172c-.372.046-.552.596-.255.836.508.297.815-.792.255-.836m3.127.787a17.4 17.4 0 0 0-.116 2.351c1.112-.008 2.225-.008 3.337 0 .013-.766.232-1.497.594-2.168-.191-.01-.57-.031-.761-.039a17.33 17.33 0 0 1-1.935 1.259 52.053 52.053 0 0 0-1.117-1.404m-4.918.954c.186.467.379.932.575 1.394.377 0 .754-.003 1.13-.005-.268-.49-.542-.981-.81-1.474-.299.031-.596.059-.895.085m1.407 2.926c.219-.222.403-.815-.018-.926-.63-.121-.454.955.018.926m3.571-.885c.227.919.47 1.832.759 2.73.968-.686 1.941-1.365 2.908-2.052-.057-.225-.111-.449-.168-.676a163.245 163.245 0 0 0-3.499-.003m-5.646 2.507c.392.472.769.957 1.13 1.455.196-.612.387-1.226.573-1.84-.23-.521-.457-1.043-.686-1.564a31.313 31.313 0 0 0-1.017 1.948m3.778 1.503l-.348-.79c.351-.098.699-.199 1.05-.297-.17-.472-.341-.945-.516-1.414-.268.764-1.742 2.307-.186 2.501M3.2 17.205c.4 1.701 2.557 2.426 3.933 1.36-.338-.24-.681-.477-1.025-.715.33-.392.663-.785.996-1.174a30.823 30.823 0 0 1-1.822-.116c.315-.924.779-1.783 1.208-2.655-1.951-.751-3.985 1.37-3.29 3.301m14.715-3.387c.178.906.428 1.817 1.053 2.524l-.111.555c-1.11-.472-1.295-1.737-1.572-2.764-1.597 1.105-1.535 3.835.274 4.686 1.732.991 3.835-.895 3.512-2.723-.139-1.515-1.67-2.643-3.156-2.279m-10.844.458c-.294.55-.573 1.107-.841 1.67a43.026 43.026 0 0 0 1.724-.054c-.057-.645-.467-1.151-.883-1.615m4.581.489c-.261 1.035 1.043-.315 0 0m-1.237.777c-.826.408-.261 1.915.648 1.528 1.094-.315.333-2.206-.648-1.528zM0 9.626l.129-.116c.415.485.212 1.146-.129 1.605V9.626zM0 12.612c.33.462.539 1.107.147 1.603L0 14.096v-1.484zM.214 14.382c.317.658.477 1.37.545 2.093a5.681 5.681 0 0 1-.545-2.093zM7.533 23.241c1.365.191 2.686.609 4.057.759H9.789c-.759-.237-1.525-.449-2.255-.759zM12.867 24c.465-.338 1.128-.539 1.621-.126l-.121.126h-1.499z"/><path fill="#1f81c0" d="M9.466 11.987c-.472.028-.648-1.048-.018-.926.421.111.237.705.018.926z"/><path fill="#0c77bb" d="M11.652 14.766c1.043-.315-.261 1.035 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--cyclists-dismount-and-walk--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#037863" d="M10.723 0h2.525c1.456.23 2.906.594 4.216 1.287 3.591 1.791 6.058 5.47 6.535 9.435v2.526c-.23 1.456-.594 2.906-1.287 4.216-1.791 3.591-5.47 6.058-9.434 6.535h-2.61c-1.463-.247-2.92-.616-4.233-1.325-3.52-1.791-5.945-5.408-6.436-9.31v-2.711c.504-3.938 2.965-7.586 6.535-9.367C7.836.596 9.276.238 10.722-.001m.122 2.327c-3.05.403-5.825 2.38-7.231 5.112-1.576 2.964-1.42 6.75.391 9.576 2.42 4.012 7.923 5.695 12.166 3.694 4.209-1.785 6.669-6.797 5.436-11.215-1.093-4.665-6.031-7.957-10.762-7.167z"/><path fill="#fff" d="M10.844 2.326c4.73-.79 9.668 2.502 10.762 7.167 1.233 4.418-1.227 9.43-5.436 11.215-4.243 2.001-9.746.318-12.166-3.694-1.811-2.826-1.967-6.612-.391-9.576 1.406-2.732 4.181-4.709 7.231-5.112m2.12 1.415c-.934.276-1.125 1.674-.305 2.196.709.558 1.865.061 1.97-.827.183-.896-.819-1.718-1.664-1.369m-2.683 3.567c-1.297.337-1.643 1.683-2.142 2.749-.327.007-.653.004-.98.007l-.004.444c.69-.136 1.359.246 2.026.088l-.016.55-.496.071c.165.159.334.315.503.47l-.009.467c-.684 1.091-.141 2.541-.315 3.776l-.487.001c-.034-.604.081-1.231-.061-1.819-.261-.223-.684-.077-1.008-.129l.001.366.67.006c.08.758-.412 2.281.888 1.992.014 1.122-.034 2.247.02 3.367.02.504.851.511.873.003.058-1.126.004-2.258.024-3.386.109-.001.328-.001.437-.003.013.56-.037 1.123.028 1.68.224.373.758.143 1.12.209v-.352l-.721-.004c-.077-.741.395-2.21-.865-1.951-.04-1.417.153-2.862-.271-4.225.172-.151.342-.304.508-.462l-.491-.078.01-.618h1.973c.017 2.972-.031 5.949.023 8.92.058.851 1.454.853 1.494-.01.051-2.276.004-4.557.023-6.835l.463-.001c.02 2.279-.034 4.561.026 6.838.051.855 1.444.869 1.487 0 .05-2.967.006-5.936.021-8.903.571-.013 1.145.038 1.713-.03.554-.134.68-.893.29-1.274-.696-.866-1.324-1.795-2.068-2.619-1.589-.098-3.313-.298-4.688.693z"/><path fill="#fff" d="M9.966 8.839c.489-.331 1.045-.548 1.558-.838.004.693.003 1.387.001 2.08l-2.12.001c.185-.415.311-.862.561-1.244zM15.052 8.512c.226.291.45.581.672.875a50.98 50.98 0 0 1-.676.004c.001-.293.001-.587.004-.879z"/><path fill="#030303" d="M12.964 3.741c.845-.349 1.848.473 1.664 1.369-.105.888-1.261 1.385-1.97.827-.819-.521-.629-1.92.305-2.196zM10.282 7.308c1.375-.991 3.099-.791 4.688-.693.744.824 1.372 1.752 2.068 2.619.391.381.264 1.14-.29 1.274-.568.068-1.142.017-1.713.03-.016 2.967.028 5.936-.021 8.903-.043.869-1.436.855-1.487 0-.06-2.276-.006-4.559-.026-6.838l-.463.001c-.018 2.278.028 4.559-.023 6.835-.04.863-1.436.861-1.494.01-.054-2.971-.006-5.947-.023-8.92H9.525l-.01.618.491.078a18.4 18.4 0 0 1-.508.462c.425 1.363.231 2.808.271 4.225 1.26-.258.788 1.21.865 1.951l.721.004v.352c-.362-.065-.896.165-1.12-.209-.065-.557-.016-1.12-.028-1.68-.109.001-.328.001-.437.003-.02 1.128.034 2.259-.024 3.386-.023.508-.853.501-.873-.003-.054-1.12-.006-2.245-.02-3.367-1.299.288-.808-1.234-.888-1.992l-.67-.006-.001-.366c.324.053.747-.094 1.008.129.142.588.027 1.216.061 1.819l.487-.001c.175-1.236-.369-2.685.315-3.776l.009-.467a27.942 27.942 0 0 1-.503-.47l.496-.071c.004-.183.01-.366.016-.55-.667.158-1.336-.224-2.027-.088l.004-.444c.327-.003.653 0 .98-.007.498-1.066.845-2.413 2.142-2.749m-.316 1.529c-.25.382-.376.829-.561 1.244l2.12-.001c.001-.693.003-1.387-.001-2.08-.513.29-1.069.507-1.558.838m5.086-.328c-.003.293-.003.586-.004.879.224 0 .45-.001.676-.004a81.153 81.153 0 0 0-.672-.875z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--detour-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.01 0h1.952c4.208.371 8.15 3.024 9.905 6.893.63 1.294.931 2.711 1.133 4.126v1.928c-.295 2.783-1.454 5.496-3.451 7.482-1.987 2.057-4.735 3.256-7.559 3.571h-1.954c-4.205-.38-8.143-3.026-9.901-6.893C.504 15.813.203 14.399 0 12.983v-1.938c.193-1.457.516-2.91 1.17-4.236C2.939 2.989 6.842.383 11.01 0M6.571 3.93c-.482.265-.82.773-1.367.912-.143.514-.649.798-.92 1.24-2.287 2.921-2.639 7.176-.888 10.441 1.722 3.371 5.552 5.497 9.325 5.161 3.918-.229 7.499-3.101 8.579-6.874 1.165-3.708-.167-8.038-3.246-10.418-3.196-2.617-8.086-2.803-11.483-.462z"/><path fill="#fff" d="M6.571 3.93c3.397-2.341 8.287-2.155 11.483.462 3.079 2.381 4.411 6.71 3.246 10.418-1.08 3.773-4.661 6.644-8.579 6.874-3.773.336-7.603-1.79-9.325-5.161-1.751-3.265-1.399-7.52.888-10.441.271-.442.778-.726.92-1.24.547-.139.884-.647 1.367-.912M5.222 8.268c1.963 1.144 3.956 2.234 5.945 3.336.001-.562-.002-1.123.002-1.684 2.333-.008 4.664.006 6.997-.007 0-1.116.007-2.231-.004-3.347-2.332-.006-4.663 0-6.994-.002-.005-.562.002-1.122-.005-1.684-1.98 1.129-4.038 2.135-5.942 3.388M15.998 12c-.16.264-.314.53-.461.802l.34-.018c.22-.26.44-.52.656-.784h-.535M3.964 13.135a566.724 566.724 0 0 0-.001 3.688c.665-.023 1.342.067 1.997-.073 1.458-.487 1.51-2.918.092-3.486-.674-.208-1.393-.102-2.088-.128m3.554.002c-.001 1.229-.004 2.456.001 3.685.664.002 1.327.002 1.991 0v-.646c-.425-.002-.85-.002-1.276-.002a138.32 138.32 0 0 1 0-.911l1.276-.001v-.629l-1.276-.004a59.081 59.081 0 0 1 0-.842l1.274-.004.002-.644a101.85 101.85 0 0 0-1.993-.002m3.048 1.966c.366.161 1.045.287.869.841-.174.556-.982.271-.918-.269-.214.001-.427.004-.641.006-.016.683.565 1.346 1.28 1.214 1.052-.05 1.422-1.79.407-2.176-.355-.162-1.085-.214-.881-.785.176-.414.755-.202.779.2.209-.006.419-.011.629-.019-.026-.601-.534-1.16-1.168-1.043-.994.046-1.285 1.658-.356 2.029m1.617-1.964c.45 1.231.863 2.478 1.343 3.697l.494-.014c.445-1.225.88-2.454 1.316-3.682l-.754-.01c-.293.816-.54 1.646-.823 2.466-.274-.82-.529-1.645-.811-2.462-.256.001-.51.001-.766.005m3.364 0c-.001 1.229-.005 2.458.001 3.686l.721-.001c0-1.229.002-2.459-.001-3.688-.241 0-.481 0-.721.002m2.611-.011c-1.232.251-1.831 1.835-1.153 2.869.518.955 1.912 1.201 2.75.529.834-.595 1.014-1.892.38-2.694a1.9 1.9 0 0 0-1.978-.704z"/><path fill="#fff" d="M4.692 13.768c.438.006.948-.041 1.292.287.442.434.443 1.177.178 1.705-.304.503-.967.433-1.471.433-.001-.809-.002-1.618.001-2.425zM18.397 13.841c.613-.15 1.278.322 1.35.946.101.592-.296 1.246-.906 1.345-.679.156-1.361-.45-1.357-1.13-.042-.547.384-1.06.913-1.16z"/><path fill="#040404" d="M5.222 8.268C7.126 7.015 9.184 6.01 11.164 4.88c.007.562 0 1.122.005 1.684 2.33.002 4.662-.004 6.994.002.011 1.116.004 2.231.004 3.347-2.333.013-4.664-.001-6.997.007-.005.56-.001 1.122-.002 1.684-1.988-1.102-3.982-2.192-5.945-3.336zM15.998 12h.535c-.216.264-.437.523-.656.784l-.34.018c.146-.271.301-.538.461-.802zM3.964 13.135c.695.026 1.414-.079 2.088.128 1.417.568 1.366 2.999-.092 3.486-.655.14-1.332.05-1.997.073-.002-1.229-.004-2.459.001-3.688m.728.634c-.004.808-.002 1.616-.001 2.425.504 0 1.168.07 1.471-.433.265-.528.264-1.271-.178-1.705-.344-.328-.854-.281-1.292-.287zM7.518 13.138a101.85 101.85 0 0 1 1.993.002l-.002.644c-.425.001-.85.001-1.274.004-.002.281-.002.562 0 .842.425.001.85.001 1.276.004v.629l-1.276.001v.911c.426 0 .851 0 1.276.002v.646c-.664.002-1.327.002-1.991 0-.005-1.229-.002-2.456-.001-3.685zM10.565 15.104c-.929-.371-.637-1.984.356-2.029.634-.118 1.141.442 1.168 1.043-.21.008-.42.013-.629.019-.024-.402-.602-.614-.779-.2-.204.571.526.623.881.785 1.015.385.646 2.125-.407 2.176-.715.132-1.296-.532-1.28-1.214.214-.002.427-.005.641-.006-.064.54.744.824.918.269.176-.554-.503-.68-.869-.841zM12.182 13.138c.256-.004.51-.004.766-.005.282.817.538 1.643.811 2.462.283-.82.53-1.65.823-2.466l.754.01c-.437 1.228-.871 2.456-1.316 3.682l-.494.014c-.48-1.219-.893-2.466-1.343-3.697zM15.545 13.138c.24-.002.48-.002.721-.002.004 1.229.001 2.459.001 3.688l-.721.001c-.006-1.229-.002-2.458-.001-3.686zM18.156 13.126a1.904 1.904 0 0 1 1.978.704c.634.802.454 2.099-.38 2.694-.839.672-2.232.426-2.75-.529-.678-1.034-.079-2.618 1.153-2.869m.24.715c-.529.101-.955.613-.913 1.16-.004.68.678 1.286 1.357 1.13.61-.1 1.007-.754.906-1.345-.072-.624-.737-1.096-1.35-.946z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--detour-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.006 0h1.957c4.208.372 8.149 3.024 9.902 6.892.631 1.295.932 2.711 1.134 4.127v1.93c-.296 2.782-1.454 5.495-3.451 7.481-1.987 2.057-4.734 3.256-7.556 3.571h-1.957c-4.205-.38-8.143-3.028-9.901-6.893C.504 15.814.203 14.4 0 12.984v-1.939c.193-1.457.516-2.91 1.17-4.235C2.938 2.992 6.841.385 11.006.001m-.037 2.338a9.717 9.717 0 0 0-6.256 3.217C2.025 8.525 1.514 13.194 3.481 16.68c1.738 3.25 5.452 5.293 9.128 5.011 3.698-.179 7.14-2.699 8.444-6.161 1.099-2.804.809-6.115-.799-8.666-1.89-3.13-5.659-4.949-9.286-4.525z"/><path fill="#fff" d="M10.969 2.339c3.626-.424 7.396 1.396 9.286 4.525 1.608 2.551 1.898 5.862.799 8.666-1.304 3.462-4.746 5.982-8.444 6.161-3.677.282-7.391-1.762-9.128-5.011-1.967-3.486-1.456-8.155 1.232-11.124a9.71 9.71 0 0 1 6.256-3.217m1.745 2.54c-.007.56 0 1.121-.005 1.681-2.293.001-4.585-.004-6.878.001a351.22 351.22 0 0 0 .001 3.246c2.292.002 4.585-.002 6.877.001.005.56-.001 1.12.004 1.679l5.849-3.304c-1.949-1.103-3.892-2.216-5.848-3.305m3.33 7.042c-.174.29-.346.582-.503.882l.335-.019c.244-.293.493-.58.733-.875-.188.004-.377.007-.565.012m-8.526 1.219c-.001 1.228-.004 2.455 0 3.683.664.004 1.327.004 1.99 0v-.643l-1.274-.004a34.506 34.506 0 0 1 0-.91c.425-.001.85-.001 1.274-.004v-.628l-1.276-.004a59.503 59.503 0 0 1 0-.845c.426-.002.851-.001 1.276-.002l.002-.643c-.664-.007-1.328-.005-1.992-.001m2.707 1.719c.282.329.756.34 1.09.588.292.245.122.823-.283.805-.342.05-.474-.302-.517-.572-.214.001-.426.004-.638.006-.018.677.556 1.337 1.266 1.213 1.058-.037 1.439-1.788.419-2.176-.324-.174-.979-.163-.907-.679.059-.51.793-.374.804.094.209-.006.418-.011.628-.019-.034-.55-.451-1.099-1.046-1.048-.887-.054-1.352 1.156-.814 1.788m1.956-1.717c.452 1.23.86 2.477 1.343 3.694.164-.005.328-.01.492-.013.446-1.225.88-2.454 1.318-3.682a46.47 46.47 0 0 1-.748-.011c-.302.814-.544 1.649-.828 2.468-.276-.818-.532-1.645-.812-2.462-.256 0-.51.002-.764.006m3.36-.001c0 1.228-.004 2.456.001 3.685l.72-.002c0-1.228.002-2.456-.001-3.685-.24-.001-.48 0-.72.002m2.61-.012c-1.231.251-1.829 1.835-1.151 2.868.518.954 1.912 1.2 2.749.528.833-.595 1.012-1.891.379-2.693a1.903 1.903 0 0 0-1.978-.703m-14.19.011c-.001 1.228-.002 2.456.001 3.685.664-.023 1.34.067 1.994-.074 1.456-.486 1.507-2.912.096-3.484-.676-.206-1.396-.107-2.092-.127z"/><path fill="#fff" d="M4.692 13.765c.439.006.948-.04 1.294.288.443.436.442 1.18.176 1.708-.304.503-.967.433-1.471.432-.001-.809-.002-1.618.001-2.428zM18.397 13.84c.821-.21 1.592.68 1.319 1.469-.178.834-1.361 1.144-1.909.48-.632-.606-.288-1.812.59-1.949z"/><path d="M12.715 4.879c1.956 1.088 3.899 2.202 5.848 3.305l-5.849 3.304c-.005-.559.001-1.118-.004-1.679-2.292-.004-4.585.001-6.877-.001a351.22 351.22 0 0 1-.001-3.246c2.293-.005 4.585 0 6.878-.001.005-.56-.002-1.121.005-1.681zM16.045 11.92c.188-.005.377-.008.565-.012-.24.295-.49.582-.733.875l-.335.019c.157-.3.329-.592.503-.882zM7.519 13.139c.664-.004 1.328-.006 1.992.001l-.002.643c-.425.001-.85 0-1.276.002-.002.282-.002.564 0 .845.425.001.851.001 1.276.004v.628l-1.274.004c-.004.302-.004.606 0 .91.425.001.85.001 1.274.004v.643c-.662.004-1.326.004-1.99 0-.004-1.228-.001-2.455 0-3.683zM10.226 14.857c-.539-.632-.073-1.842.814-1.788.595-.052 1.013.498 1.046 1.048-.21.008-.419.013-.628.019-.011-.468-.745-.604-.804-.094-.072.516.583.505.907.679 1.02.388.64 2.138-.419 2.176-.71.124-1.284-.536-1.266-1.213.212-.002.425-.005.638-.006.043.27.175.623.517.572.406.018.575-.56.283-.805-.334-.248-.808-.259-1.09-.588zM12.184 13.14c.254-.004.509-.006.764-.006.281.817.536 1.644.812 2.462.284-.82.526-1.655.828-2.468.248.006.498.008.748.011-.438 1.228-.871 2.456-1.318 3.682l-.492.013c-.482-1.217-.89-2.464-1.343-3.694zM15.545 13.139c.24-.002.48-.004.72-.002.004 1.229.001 2.458.001 3.685l-.72.002c-.005-1.229-.001-2.458-.001-3.685zM18.155 13.127a1.904 1.904 0 0 1 1.978.703c.632.802.454 2.098-.379 2.693-.838.672-2.231.426-2.749-.528-.678-1.033-.08-2.617 1.151-2.868m.241.713c-.878.137-1.223 1.343-.59 1.949.548.664 1.732.354 1.909-.48.274-.788-.498-1.679-1.319-1.469zM3.964 13.138c.696.02 1.416-.079 2.092.127 1.411.571 1.36 2.998-.096 3.484-.654.142-1.331.052-1.994.074-.004-1.229-.002-2.458-.001-3.685m.727.627c-.004.81-.002 1.619-.001 2.428.504.001 1.168.071 1.471-.432.265-.528.266-1.272-.176-1.708-.346-.328-.854-.282-1.294-.288z"/></symbol><symbol viewBox="0 0 30 24" id="regulatory--divided-highway-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.277 0h27.312c.571.15 1.082.53 1.272 1.107v21.789c-.134.511-.543.903-1.02 1.105H1.097A1.616 1.616 0 0 1 0 22.803V1.187C.2.606.669.136 1.277 0m.094.267C.765.397.228.94.236 1.58.241 8.582.235 15.583.238 22.584c.07.706.716 1.249 1.419 1.255 8.688.006 17.377-.001 26.065.003.4.007.82.019 1.189-.158a1.7 1.7 0 0 0 .792-1.423c-.003-6.868.003-13.736-.003-20.604-.008-.726-.61-1.379-1.338-1.419C19.621.236 10.879.239 2.138.236c-.255.006-.516-.025-.768.03z"/><path fill="#231f20" d="M1.211.505l.204-.03C10.396.473 19.379.477 28.36.473c.584-.03 1.137.523 1.107 1.107-.004 7.002 0 14.003-.002 21.004-.037.515-.505.982-1.019 1.019-8.982 0-17.964.001-26.947-.001-.501-.018-1.011-.413-1.024-.939V1.415c.019-.42.34-.787.736-.91M1.03 1.737c-.003 6.842.002 13.684-.002 20.525-.021.23.101.432.185.637.173.047.349.075.528.073 8.939-.004 17.877-.001 26.816-.002.091-.093.182-.184.275-.275V1.383a23.767 23.767 0 0 1-.275-.275c-9.021.002-18.042-.005-27.063.004-.338-.007-.467.338-.463.624z"/><path fill="#231f20" d="M7.208 3.407c.545.032 1.144-.117 1.637.185.742.526.742 1.795 0 2.321-.493.303-1.092.153-1.637.185V3.407m.554.546v1.598c.389.044.814-.064 1.015-.429.021-.128.048-.254.08-.379-.006-.582-.563-.879-1.095-.79zM9.98 3.406h.554v2.693H9.98V3.406zM10.982 3.411c.194-.005.389-.006.583-.006.243.594.451 1.202.685 1.799.237-.596.451-1.2.684-1.798h.605c-.299.907-.685 1.783-.974 2.693l-.606-.001c-.334-.893-.69-1.778-.977-2.687zM13.941 3.406h.554v2.693h-.554V3.406zM15.208 3.407c.672.002 1.504-.139 1.952.499.336.652.314 1.701-.437 2.057-.465.248-1.013.097-1.515.135V3.407m.554.547v1.597c.704.172 1.208-.512 1.033-1.163-.252-.32-.619-.509-1.033-.434zM17.98 3.406h1.98v.554h-1.426v.396h.792v.554h-.792v.634h1.505v.554H17.98V3.405zM20.594 3.407c.446.035.921-.086 1.347.075 1.095.333 1.095 2.208 0 2.541-.426.161-.901.04-1.347.075V3.407m.555.547v1.597c.248-.01.53.035.733-.145.418-.298.419-1.009 0-1.307-.203-.18-.485-.135-.733-.145zM5.593 7.494c.293-.186.547-.482.925-.467l.232.233c-.02.513-.303.962-.447 1.446 5.08.017 10.161.002 15.241.007v2.059h-5.545v2.535H23.6c-.155-.514-.589-1.033-.393-1.583.436-.213.803.219 1.141.438a265.9 265.9 0 0 1 3.136 2.132c.005.175-.233.224-.336.339-1.137.762-2.258 1.547-3.388 2.318-.163.146-.371.04-.553.002-.21-.558.259-1.063.396-1.586-2.114.002-4.228-.002-6.342.001-.702.025-1.307.634-1.282 1.347-.68-.002-1.36-.001-2.04-.001v-1.347H8.315v-2.059h5.624c-.004-.425.007-.849-.001-1.273-.036-.628-.539-1.21-1.177-1.261-2.148-.002-4.297-.002-6.446 0 .141.501.445.963.431 1.499-.178.077-.388.258-.567.085-1.286-.871-2.575-1.742-3.832-2.654 1.104-.703 2.15-1.49 3.244-2.208zM10.352 18.195c.535-.519 1.474-.314 1.793.346l-.121.131c-.138.036-.274.078-.41.116l-.341-.356c-.96-.065-1.011 1.655-.114 1.767.204-.051.339-.219.468-.371a12.116 12.116 0 0 0-.459-.035v-.546h1.034c.057.539-.118 1.198-.679 1.4-.478.208-1.042-.016-1.323-.436-.341-.62-.307-1.465.151-2.017zM6.02 17.98h.554v1.03h1.109v-1.03h.554v2.693h-.554v-1.188H6.574v1.188H6.02V17.98zM8.792 17.98h.554v2.693h-.554V17.98zM12.752 17.98h.554v1.03h1.109v-1.03h.475v2.693h-.475v-1.188h-1.109v1.188h-.554V17.98zM15.389 17.975c.189.038.47-.086.583.109.049.444.189.874.192 1.322l.055-.001c.038-.427.17-.837.269-1.252.044-.288.399-.139.599-.177.093.39.209.775.278 1.171l.124.134c.007-.442.15-.864.194-1.301l.554.003c-.135.863-.311 1.721-.444 2.585-.116.198-.404.071-.595.11-.143-.493-.257-.994-.377-1.493-.143.49-.274.986-.37 1.488h-.592c-.139-.902-.33-1.796-.471-2.698zM19.436 17.98l.527.001c.396.888.751 1.795 1.132 2.69-.21.002-.419.002-.629.002-.063-.215-.155-.419-.219-.634-.36 0-.719-.001-1.079.001-.085.213-.17.425-.265.634-.186-.002-.372-.003-.558-.008.311-.915.703-1.802 1.09-2.687m.255.758c-.085.253-.185.5-.283.748l.577-.002a19.855 19.855 0 0 0-.294-.745zM21.122 17.98l.689-.001c.23.312.444.635.662.956.349-.2.477-.662.749-.958.221.002.442.003.664.012-.337.532-.71 1.041-1.074 1.554v1.13h-.555c-.045-.441.135-.955-.169-1.331-.333-.446-.638-.912-.965-1.362z"/><path fill="#fff" d="M1.371.267c.252-.055.512-.024.768-.03C10.88.239 19.622.236 28.363.239c.728.04 1.33.693 1.338 1.419.006 6.867 0 13.735.003 20.604a1.704 1.704 0 0 1-.792 1.423c-.369.177-.789.166-1.189.158-8.688-.004-17.377.003-26.065-.003-.703-.006-1.35-.549-1.419-1.255C.236 15.584.241 8.583.237 1.581.229.941.766.398 1.372.268m-.161.237c-.396.124-.717.49-.736.91v21.248c.013.526.523.921 1.024.939 8.982.002 17.964.001 26.947.001.515-.037.982-.505 1.019-1.019.002-7.001-.002-14.002.002-21.004.03-.584-.523-1.137-1.107-1.107-8.981.004-17.964 0-26.945.002l-.204.03z"/><path fill="#fff" d="M1.03 1.737c-.004-.286.125-.631.463-.624 9.021-.009 18.042-.002 27.063-.004.091.092.182.184.275.275v21.312c-.093.091-.184.182-.275.275-8.939.001-17.877-.002-26.816.002a1.923 1.923 0 0 1-.528-.073c-.084-.204-.205-.406-.185-.637.004-6.841-.001-13.683.002-20.525m6.179 1.669v2.691c.545-.032 1.144.117 1.637-.185.742-.526.742-1.795 0-2.321-.493-.303-1.092-.153-1.637-.185m2.772-.001v2.693h.554V3.406H9.98m1.002.005c.287.909.642 1.794.977 2.687l.606.001c.289-.91.676-1.786.974-2.693h-.605c-.232.598-.447 1.202-.684 1.798-.234-.597-.442-1.205-.685-1.799-.194.001-.389.002-.583.006m2.959-.005v2.693h.554V3.406h-.554m1.267.001v2.691c.502-.039 1.05.112 1.515-.135.751-.356.773-1.405.437-2.057-.448-.638-1.28-.497-1.952-.499m2.772-.001v2.693h2.059v-.554h-1.505v-.634h.792v-.554h-.792v-.396h1.426v-.554h-1.98m2.614 0v2.691c.446-.035.921.086 1.347-.075 1.095-.333 1.095-2.208 0-2.541-.426-.161-.901-.04-1.347-.075M5.593 7.494c-1.094.718-2.14 1.505-3.244 2.208 1.257.912 2.546 1.783 3.832 2.654.179.173.389-.008.567-.085.014-.535-.29-.998-.431-1.499 2.149-.002 4.298-.002 6.446 0 .638.051 1.141.633 1.177 1.261.008.424-.003.848.001 1.273H8.317v2.059h5.624v1.347c.68 0 1.36-.001 2.04.001-.025-.713.58-1.321 1.282-1.347 2.114-.003 4.228.001 6.342-.001-.137.523-.606 1.028-.396 1.586.182.038.39.144.553-.002 1.13-.771 2.251-1.556 3.388-2.318.103-.115.341-.164.336-.339a265.9 265.9 0 0 0-3.136-2.132c-.337-.219-.704-.651-1.141-.438-.196.551.238 1.069.393 1.583h-7.601V10.77h5.545V8.711c-5.08-.005-10.161.01-15.241-.007.144-.483.427-.932.447-1.446a50.856 50.856 0 0 1-.232-.233c-.379-.016-.632.28-.925.467m4.757 10.703c-.458.552-.493 1.396-.151 2.017.281.421.845.645 1.323.436.561-.202.736-.861.679-1.4h-1.034v.546c.153.009.306.02.459.035-.129.153-.264.321-.468.371-.897-.112-.846-1.832.114-1.767.112.12.227.238.341.356.136-.039.272-.08.41-.116l.121-.131c-.319-.66-1.259-.865-1.793-.346M6.02 17.98v2.693h.554v-1.188h1.109v1.188h.554V17.98h-.554v1.03H6.574v-1.03H6.02m2.772 0v2.693h.554V17.98h-.554m3.96 0v2.693h.554v-1.188h1.109v1.188h.475V17.98h-.475v1.03h-1.109v-1.03h-.554m2.637-.005c.142.902.333 1.796.471 2.698h.592c.096-.502.227-.998.37-1.488.12.499.234 1 .377 1.493.191-.04.478.088.595-.11.133-.864.308-1.722.444-2.585l-.554-.003c-.044.437-.187.859-.194 1.301l-.124-.134c-.069-.395-.185-.781-.278-1.171-.2.039-.555-.11-.599.177-.098.415-.23.825-.269 1.252l-.055.001c-.004-.448-.143-.878-.192-1.322-.113-.196-.394-.071-.583-.109m4.046.005c-.387.885-.779 1.772-1.09 2.687.185.005.371.006.558.008.094-.209.18-.421.265-.634.36-.002.719-.001 1.079-.001.063.215.155.419.219.634l.629-.002c-.381-.895-.736-1.802-1.132-2.69l-.527-.001m1.685-.001c.327.451.631.916.965 1.362.304.375.124.889.169 1.331h.555v-1.13c.364-.513.737-1.022 1.074-1.554-.222-.009-.443-.01-.664-.012-.272.295-.399.758-.749.958-.218-.321-.432-.644-.662-.956l-.689.001z"/><path fill="#fff" d="M7.762 3.953c.531-.09 1.089.208 1.095.79a4.477 4.477 0 0 0-.08.379c-.2.365-.626.474-1.015.429V3.953zM15.762 3.954c.413-.074.781.114 1.033.434.175.65-.329 1.335-1.033 1.163V3.954zM21.149 3.954c.248.01.53-.035.733.145.419.298.418 1.009 0 1.307-.203.18-.485.135-.733.145V3.954zM19.69 18.737c.101.247.202.494.294.745-.192.002-.384.002-.577.002.097-.248.198-.495.283-.748z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--divided-highway-ends--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d8261d" d="M10.619 0h2.739c5.226.62 9.794 4.862 10.538 10.112a26.345 26.345 0 0 0 .011 3.543c-.625 5.336-5.243 9.722-10.539 10.345h-2.712c-4.921-.587-9.315-4.379-10.365-9.258-.518-2.89.005-5.832 1.159-8.503.054-.103.11-.205.172-.304a6.781 6.781 0 0 0 1.103-1.583C4.645 1.917 7.585.46 10.62 0m.261 2.506c-3.265.416-6.186 2.637-7.502 5.646-.944 2.17-1.09 4.695-.351 6.947 1.376 4.484 6.461 7.691 11.085 6.478 3.381-.993 6.064-3.838 7.109-7.171 1.693-6.046-4.077-12.793-10.341-11.9z"/><path fill="#feffff" d="M10.881 2.506c6.264-.893 12.033 5.854 10.341 11.9-1.046 3.333-3.729 6.178-7.109 7.171-4.624 1.213-9.708-1.995-11.085-6.478-.739-2.252-.593-4.778.351-6.947 1.316-3.009 4.237-5.229 7.502-5.646m3.017 2.216c.01 1.338.06 2.678.073 4.016.005.769.116 1.613.703 2.17.421.477 1.148.78 1.232 1.478.046.946 0 1.895.013 2.84-.375-.297-1.467-.927-1.389-.008.626 1.036 1.502 1.906 2.2 2.897.73-.965 1.534-1.871 2.243-2.85.051-.925-1.008-.346-1.421-.06.06-1.09.221-2.176.227-3.268-.173-1.221-1.794-1.403-2.028-2.583-.358-1.543-.188-3.133-.119-4.697-.579.003-1.155.027-1.732.064M8.999 7.272c-.153.162-.021.404-.016.596.513.135.943-.205 1.373-.423-.008.966.008 1.933-.014 2.899-2.845 1.537-4.091 4.873-4.037 7.971.536.006 1.071.005 1.605.005.046-1.74.358-3.568 1.467-4.97.642-.973 1.732-1.464 2.608-2.182-.01-1.249-.01-2.497-.011-3.746.388.272 1.37.914 1.4.051-.599-1.022-1.494-1.861-2.211-2.808-.739.855-1.451 1.731-2.165 2.608m1.711 7.237c-.087 1.286-.011 2.581-.035 3.87.935-.008 1.868-.019 2.801-.021-.013-1.279.062-2.565-.041-3.84-.369-1.243-2.341-1.245-2.724-.01zM1.621 5.935c.321-.558.695-1.086 1.103-1.583a6.781 6.781 0 0 1-1.103 1.583zM0 10.763c.246-1.57.655-3.137 1.45-4.525C.296 8.91-.227 11.852.291 14.741c-.108-.478-.194-.96-.291-1.442v-2.537z"/><path fill="#0a0b0d" d="M13.898 4.722c.577-.037 1.154-.06 1.732-.064-.068 1.564-.238 3.153.119 4.697.234 1.179 1.855 1.362 2.028 2.583-.006 1.092-.167 2.177-.227 3.268.413-.286 1.472-.865 1.421.06-.709.979-1.513 1.885-2.243 2.85-.698-.992-1.574-1.861-2.2-2.897-.078-.919 1.014-.289 1.389.008-.013-.946.033-1.895-.013-2.84-.084-.698-.811-1.001-1.232-1.478-.586-.556-.698-1.4-.703-2.17-.013-1.338-.064-2.678-.073-4.016z"/><path fill="#0b0b0c" d="M8.999 7.272c.714-.877 1.426-1.753 2.165-2.608.717.947 1.612 1.787 2.211 2.808-.03.863-1.012.221-1.4-.051.002 1.249.002 2.497.011 3.746-.876.718-1.966 1.21-2.608 2.182-1.109 1.402-1.421 3.23-1.467 4.97-.534 0-1.07.002-1.605-.005-.054-3.098 1.192-6.434 4.037-7.971.022-.966.006-1.933.014-2.899-.431.218-.86.558-1.373.423-.005-.192-.137-.434.016-.596zM10.709 14.51c.383-1.235 2.355-1.233 2.724.01.103 1.275.029 2.561.041 3.84-.933.002-1.866.013-2.801.021.024-1.289-.052-2.584.035-3.87z"/><path fill="#a17f80" opacity=".85" d="M23.895 10.112l.105.272v3.519l-.094-.248a26.344 26.344 0 0 1-.011-3.543z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--divided-highway-starts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d9251c" d="M5.215 2.041C7.291.847 9.635-.109 12.08.113c2.657.227 5.366 1.181 7.278 3.101.995.885 1.705 2.019 2.475 3.091 1.682 3.392 1.91 7.575.27 11.027-.73 1.559-1.917 2.829-3.142 4.012-1.464 1.518-3.533 2.268-5.565 2.656H9.534C4.655 23.011.616 18.78.001 13.818v-3.284C.387 7.101 2.425 4.016 5.216 2.04m4.843.503C6.43 3.366 3.493 6.342 2.4 9.854c-1.572 5.628 3.268 11.839 9.044 11.998 3.807.013 7.505-2.406 8.89-5.976 1.473-3.487.671-7.826-2.039-10.488-2.096-2.146-5.242-3.357-8.235-2.845z"/><path fill="#fefefe" d="M10.059 2.543c2.993-.512 6.138.699 8.235 2.845 2.71 2.662 3.513 7.001 2.039 10.488-1.384 3.57-5.083 5.989-8.89 5.976-5.776-.159-10.616-6.37-9.044-11.998 1.094-3.513 4.031-6.488 7.659-7.311m.039 3.405c.076 1.287-.073 2.594.126 3.867.428 1.246 2.476 1.135 2.712-.183.107-1.23.019-2.472.04-3.706l-2.877.022m5.596.012c-.011 1.85-.432 3.778-1.655 5.221-.617.833-1.624 1.216-2.36 1.91-.103 1.241-.003 2.495-.041 3.743-.326-.195-.666-.362-.992-.558l-.423.24c.366 1.206 1.48 2.103 2.276 3.066.661-1.078 1.969-1.866 2.208-3.126-.523-.148-1.001.095-1.43.369a103.4 103.4 0 0 1 .003-2.894c2.828-1.558 4.097-4.872 4.018-7.974-.534 0-1.068-.002-1.604.003m-8.834.208c-.666.887-1.384 1.734-2.066 2.608-.199.184-.119.461-.107.696.501.11.936-.153 1.345-.402.019 1.113-.24 2.217-.176 3.327.215 1.157 1.744 1.341 2.001 2.465.375 1.562.172 3.177.148 4.763.547-.01 1.095-.022 1.643-.017.157-1.074-.019-2.162.005-3.241-.032-1.028.111-2.266-.736-3.029-.435-.488-1.214-.828-1.21-1.577-.025-.903-.011-1.807.002-2.712.339.202.685.388 1.028.582.097-.067.294-.203.391-.272-.391-1.246-1.519-2.135-2.268-3.192z"/><path fill="#0b0b0d" d="M10.097 5.948l2.877-.022c-.021 1.235.067 2.476-.04 3.707-.235 1.318-2.284 1.429-2.712.183-.199-1.273-.049-2.58-.126-3.867z"/><path fill="#0b0c0d" d="M15.694 5.96c.536-.005 1.07-.003 1.604-.003.079 3.103-1.19 6.416-4.018 7.974-.014.965-.016 1.93-.003 2.894.429-.273.908-.517 1.43-.369-.238 1.26-1.547 2.049-2.208 3.126-.796-.963-1.91-1.86-2.276-3.066l.423-.24c.326.195.666.362.992.558.038-1.248-.062-2.502.041-3.743.736-.695 1.744-1.078 2.36-1.91 1.222-1.443 1.643-3.371 1.655-5.221z"/><path fill="#0a0b0d" d="M6.86 6.168c.749 1.057 1.877 1.945 2.268 3.192a92.12 92.12 0 0 1-.391.272c-.343-.194-.69-.38-1.028-.582-.013.904-.027 1.809-.002 2.712-.005.749.774 1.089 1.21 1.577.847.763.704 2.001.736 3.029-.024 1.079.153 2.166-.005 3.241-.548-.005-1.097.008-1.643.017.024-1.586.227-3.201-.148-4.763-.257-1.124-1.787-1.308-2.001-2.465-.064-1.109.195-2.214.176-3.327-.408.25-.844.512-1.345.402-.013-.235-.092-.512.107-.696.682-.874 1.4-1.721 2.066-2.608z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--do-not-block-intersection--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#282727" opacity=".3" d="M2.855.066c1.73-.05 3.462-.022 5.193-.03 3.19-.003 6.381.003 9.571.011.208.008.422-.039.624.027C13.113.069 7.984.075 2.855.066z"/><path fill="#1a1919" d="M0 .969C.19.54.562.134 1.049.075 1.651.067 2.253.071 2.855.066c5.129.009 10.259.003 15.388.008.416.153.729.493.904.894-.012 3.755-.004 7.51.006 11.264-.038 2.81.023 5.622-.012 8.433.008.319-.018.639.013.957-.018.55.018 1.108-.083 1.652a1.396 1.396 0 0 1-.951.726H1.02c-.479-.086-.843-.462-1.021-.9V.969M1.14.201C.556.229.072.8.112 1.378.114 8.52.113 15.663.113 22.806c.017.588.561 1.102 1.154 1.07 5.537.002 11.073.002 16.61 0 .594.034 1.142-.48 1.158-1.071V1.267c-.012-.459-.349-.886-.784-1.026-.266-.066-.541-.048-.813-.05H1.595c-.152.001-.304-.005-.455.011z"/><path fill="#1a1919" d="M1.026.449c.163-.034.331-.03.496-.029 5.45.001 10.9-.001 16.349.001.486-.029.933.398.934.882v21.468c-.003.481-.45.905-.933.877-5.45.002-10.9 0-16.35.001-.192.001-.388.005-.574-.049-.342-.121-.605-.464-.607-.83V1.303a.908.908 0 0 1 .685-.854m.148.477c-.197.022-.348.217-.337.412 0 7.107.001 14.214-.001 21.32-.042.253.166.514.431.492h16.608a.409.409 0 0 0 .434-.417c-.001-7.144.001-14.288-.001-21.432-.002-.276-.295-.427-.543-.386-5.39.002-10.78 0-16.17.001-.14.003-.282-.009-.421.01z"/><path fill="#1a1919" d="M5.957 3.637c.308-.047.649-.029.918.145.221.174.402.409.483.681.195.518.282 1.075.256 1.628a4.018 4.018 0 0 1-.254 1.595 1.425 1.425 0 0 1-.485.677c-.286.199-.659.205-.99.144-.336-.071-.583-.347-.737-.638a4.11 4.11 0 0 1-.329-1.778 4.088 4.088 0 0 1 .328-1.814c.169-.307.444-.597.81-.64m.184.655c-.384.043-.509.478-.575.798-.147.683-.126 1.4.028 2.08.044.222.133.447.306.599a.55.55 0 0 0 .657-.016 1.04 1.04 0 0 0 .264-.497 4.69 4.69 0 0 0-.005-2.362c-.065-.314-.304-.679-.674-.602zM13.716 3.639c.309-.049.651-.032.922.14.22.173.402.405.484.675.19.51.284 1.055.26 1.6a4.098 4.098 0 0 1-.258 1.637c-.084.27-.268.5-.487.674-.288.197-.662.203-.994.14-.326-.071-.564-.337-.72-.617a4.136 4.136 0 0 1-.338-1.833 4.05 4.05 0 0 1 .326-1.775c.168-.306.44-.596.804-.641m.184.655c-.385.05-.502.489-.57.81a4.883 4.883 0 0 0 .029 2.06c.044.222.131.447.302.601a.548.548 0 0 0 .658-.008c.199-.19.267-.467.323-.727a4.737 4.737 0 0 0-.095-2.257c-.082-.28-.328-.555-.647-.48zM1.643 3.696c.562.013 1.128-.035 1.686.043.464.115.73.582.835 1.017.202.945.238 1.956-.08 2.88-.186.381-.504.786-.964.809-.492.029-.985.006-1.477.013V3.697m.685.667V7.79c.261-.01.527.027.784-.036.294-.104.451-.425.479-.719.073-.733.116-1.489-.082-2.207-.073-.218-.252-.429-.493-.452-.228-.025-.458-.007-.687-.012zM9.454 3.696h.686c.434.951.866 1.902 1.303 2.852.002-.951 0-1.902.001-2.852h.684v4.761h-.518c-.49-1.06-.975-2.122-1.468-3.181-.005 1.06-.001 2.12-.002 3.181h-.685V3.695zM15.489 3.696h2.422v.634h-.868l-.001 4.127h-.684V4.33h-.869l.001-.634zM9.185 11.18c.298-.045.625-.022.888.137.23.175.415.417.498.697.192.515.28 1.067.255 1.617a4.039 4.039 0 0 1-.334 1.791c-.163.299-.426.58-.776.639-.324.047-.686.037-.962-.162a1.432 1.432 0 0 1-.466-.658 4.108 4.108 0 0 1-.259-1.609 4.1 4.1 0 0 1 .323-1.8c.17-.317.455-.616.833-.651m.252.648c-.279-.023-.476.212-.563.45-.225.666-.233 1.386-.141 2.077.057.292.09.608.278.851.177.268.628.282.817.022.206-.262.245-.605.306-.922.08-.665.054-1.353-.147-1.996-.082-.24-.265-.501-.55-.482zM12.258 11.461c.452-.426 1.253-.406 1.669.063.226.278.38.624.391.985h-.682c-.037-.216-.103-.452-.28-.596-.286-.184-.73-.07-.865.253-.15.422-.203.874-.185 1.32a4.228 4.228 0 0 0 .207 1.519c.125.331.529.509.854.359.222-.123.256-.405.269-.633.227.003.455 0 .682.002a1.55 1.55 0 0 1-.405 1.03c-.488.489-1.389.408-1.802-.14-.322-.465-.402-1.043-.441-1.594-.034-.597-.022-1.208.138-1.789.097-.283.212-.582.449-.779zM1.651 11.24c.554.01 1.109-.022 1.661.018.656.056 1.014.799.924 1.396-.038.34-.258.625-.494.858.313.296.602.682.586 1.134.037.662-.502 1.31-1.174 1.35-.501.014-1.002.003-1.503.006V11.24m.684.668v1.27c.323-.03.677.072.978-.076.31-.25.367-.805.094-1.1-.324-.177-.718-.061-1.072-.094m0 1.939v1.486c.324-.018.663.049.975-.061.528-.273.426-1.154-.087-1.386-.289-.076-.592-.026-.887-.04zM5.076 11.24h.685v4.127h1.737v.634H5.076v-4.762zM15.216 11.24h.685c0 .633-.002 1.265.001 1.898.363-.631.723-1.263 1.082-1.897.262-.003.525-.001.787-.001l-.985 1.67c.367 1.03.736 2.06 1.102 3.091l-.717.001c-.28-.773-.555-1.547-.836-2.32-.142.274-.311.536-.431.819-.01.5 0 1-.004 1.501h-.684V11.24zM8.262 18.23c.178-.314.65-.367.92-.149.158.161.229.389.247.61l-.409.001c-.017-.1-.029-.206-.084-.294-.119-.086-.329-.047-.361.11-.086.211.014.443.169.593.333.338.637.748.672 1.238a.807.807 0 0 1-.298.777.706.706 0 0 1-.835-.068 1.082 1.082 0 0 1-.233-.672c.137-.003.274-.002.411-.002.006.176.059.43.282.429.23.022.302-.246.265-.427-.043-.461-.432-.757-.681-1.111-.221-.292-.272-.723-.064-1.035zM11.399 18.07c.176-.136.425-.14.632-.085.246.072.375.333.402.571-.136.003-.272.002-.407.002a.227.227 0 0 0-.362-.152c-.151.184-.14.439-.172.662-.027.477-.035.961.057 1.432.028.137.095.315.266.305.193-.009.191-.245.206-.387.136.001.273 0 .409.002-.007.183-.01.376-.095.543-.252.401-.971.331-1.122-.128-.199-.702-.173-1.447-.076-2.164a1 1 0 0 1 .262-.601zM15.347 17.958c.32-.066.62.153.716.454.155.505.12 1.042.118 1.563-.031.34-.033.714-.244 1.002-.22.335-.796.324-1.002-.021-.193-.274-.194-.624-.224-.945-.005-.515-.033-1.039.097-1.543.077-.244.261-.495.539-.509m.075.404c-.148.019-.199.185-.236.308-.08.332-.062.677-.065 1.015.008.33-.011.681.135.987.052.142.267.18.348.045.152-.254.14-.564.156-.85-.002-.413.01-.835-.095-1.237-.036-.114-.094-.286-.243-.268zM1.307 17.99h.401v3.174h-.401v-3.175zM2.163 17.99h.401c.19.524.375 1.05.567 1.573.003-.524 0-1.048.001-1.572h.4v3.174h-.344c-.209-.626-.415-1.254-.624-1.88v1.88h-.401v-3.174zM3.73 17.99h1.202v.412h-.411v2.762H4.12c-.001-.921.001-1.842-.001-2.763H3.73a28.291 28.291 0 0 1 0-.412zM5.142 17.99h1.169v.412h-.767v.812l.512.001v.423h-.512v1.113c.271.001.542-.001.812.001l-.001.411H5.142v-3.174zM6.62 17.99c.302.011.611-.03.907.042.267.076.4.351.451.604.05.341.005.76-.322.952.107.526.216 1.051.322 1.577l-.412-.001-.356-1.481h-.189v1.481H6.62V17.99m.401.411v.87c.174-.015.459.062.526-.159.053-.2.057-.433-.05-.616-.119-.132-.318-.082-.476-.095zM9.678 17.99h1.169v.412h-.767v.813h.512v.423h-.512v1.113c.271 0 .542-.001.812.001v.411H9.679v-3.174zM12.534 17.99h1.203v.412h-.411v2.762h-.401v-2.762c-.13 0-.26 0-.39-.003l.001-.41zM13.946 17.99h.401v3.174h-.401V17.99zM16.535 17.99h.4c.191.525.377 1.051.568 1.576.003-.525 0-1.05.001-1.575h.4v3.175h-.346c-.207-.624-.412-1.25-.622-1.874-.004.625 0 1.249-.002 1.874h-.401v-3.175z"/><path fill="#fffffe" d="M1.14.201c.151-.016.303-.01.455-.011h15.843c.272.001.547-.016.813.05.435.14.772.567.784 1.026v21.538c-.016.591-.564 1.104-1.158 1.071-5.537.002-11.073.002-16.61 0-.592.032-1.137-.482-1.154-1.07 0-7.143.001-14.285-.001-21.428C.072.799.556.228 1.14.2m-.114.249a.907.907 0 0 0-.685.854V22.77a.921.921 0 0 0 .607.83c.186.054.382.05.574.049 5.45-.001 10.9.001 16.35-.001.483.028.93-.396.933-.877V1.303c0-.483-.448-.91-.934-.882C12.421.419 6.972.421 1.522.42c-.166-.001-.333-.005-.496.029z"/><path fill="#fffffe" d="M1.174.926c.139-.019.281-.008.421-.01 5.39 0 10.78.001 16.17-.001.248-.041.541.111.543.386.003 7.144 0 14.288.001 21.432a.41.41 0 0 1-.434.417H1.267c-.264.022-.473-.239-.431-.492.003-7.107.001-14.214.001-21.32-.011-.195.14-.39.337-.412m4.783 2.711c-.366.043-.641.332-.81.64a4.06 4.06 0 0 0-.328 1.814 4.112 4.112 0 0 0 .329 1.778c.155.291.401.567.737.638.331.061.704.054.99-.144a1.42 1.42 0 0 0 .485-.677 4 4 0 0 0 .254-1.595 4.09 4.09 0 0 0-.256-1.628 1.403 1.403 0 0 0-.483-.681c-.269-.174-.609-.191-.918-.145m7.759.002c-.364.046-.636.335-.804.641a4.045 4.045 0 0 0-.326 1.775 4.134 4.134 0 0 0 .338 1.833c.156.28.394.546.72.617.332.063.706.057.994-.14a1.43 1.43 0 0 0 .487-.674 4.115 4.115 0 0 0 .258-1.637 4.08 4.08 0 0 0-.26-1.6 1.395 1.395 0 0 0-.484-.675c-.271-.172-.613-.189-.922-.14m-12.074.057v4.761c.492-.007.986.016 1.477-.013.46-.023.777-.427.964-.809.318-.924.282-1.935.08-2.88-.105-.435-.371-.902-.835-1.017-.558-.078-1.124-.03-1.686-.043m7.811.001v4.762h.685c.001-1.06-.003-2.12.002-3.181.494 1.058.978 2.121 1.468 3.181h.518V3.697a77.976 77.976 0 0 0-.684 0c-.001.951.001 1.902-.001 2.852-.436-.95-.868-1.902-1.303-2.852a78.433 78.433 0 0 0-.686 0m6.036-.001l-.001.634h.869v4.127h.684l.001-4.127h.868v-.634h-2.422M9.185 11.18c-.378.036-.663.334-.833.651a4.097 4.097 0 0 0-.323 1.8 4.126 4.126 0 0 0 .259 1.609c.081.262.258.484.466.658.276.199.637.21.962.162.351-.059.613-.34.776-.639a4.039 4.039 0 0 0 .334-1.791 4.11 4.11 0 0 0-.255-1.617 1.398 1.398 0 0 0-.498-.697c-.262-.16-.59-.183-.888-.137m3.073.282c-.237.197-.352.496-.449.779-.16.581-.171 1.191-.138 1.789.039.551.119 1.129.441 1.594.413.548 1.314.629 1.802.14a1.56 1.56 0 0 0 .405-1.03c-.227-.002-.455.001-.682-.002-.013.228-.047.51-.269.633-.325.15-.729-.028-.854-.359a4.228 4.228 0 0 1-.207-1.519 3.56 3.56 0 0 1 .185-1.32c.135-.323.578-.436.865-.253.176.144.242.38.28.596h.682a1.668 1.668 0 0 0-.391-.985c-.416-.469-1.217-.489-1.669-.063M1.651 11.24v4.762c.501-.003 1.002.008 1.503-.006.672-.04 1.211-.687 1.174-1.35.016-.452-.273-.838-.586-1.134.236-.234.456-.518.494-.858.09-.596-.268-1.34-.924-1.396-.552-.04-1.108-.008-1.661-.018m3.425 0v4.762h2.422v-.634H5.761v-4.127h-.685m10.14-.001v4.762h.684c.004-.5-.005-1.001.004-1.501.12-.283.29-.546.431-.819.281.773.556 1.547.836 2.32l.717-.001c-.367-1.031-.736-2.06-1.102-3.091.328-.557.658-1.113.985-1.67-.262 0-.525-.002-.787.001-.359.633-.719 1.266-1.082 1.897-.004-.633-.001-1.265-.001-1.898h-.685m-6.954 6.99c-.208.312-.157.743.064 1.035.249.353.638.65.681 1.111.037.181-.034.449-.265.427-.223 0-.277-.253-.282-.429-.137 0-.274-.001-.411.002.005.24.077.486.233.672a.706.706 0 0 0 .835.068.807.807 0 0 0 .298-.777c-.036-.49-.339-.9-.672-1.238-.155-.149-.254-.382-.169-.593.033-.157.243-.196.361-.11.055.088.067.194.084.294l.409-.001c-.018-.221-.089-.449-.247-.61-.27-.219-.742-.165-.92.149m3.138-.16a.998.998 0 0 0-.262.601c-.097.717-.122 1.461.077 2.164.15.458.87.528 1.122.128.086-.166.089-.36.095-.543l-.409-.002c-.015.141-.013.378-.206.387-.17.011-.238-.167-.266-.305-.092-.471-.084-.955-.057-1.432.032-.223.021-.478.172-.662a.227.227 0 0 1 .362.152c.136 0 .271.001.407-.002-.027-.238-.157-.499-.402-.571-.207-.055-.456-.051-.632.085m3.947-.112c-.277.014-.462.266-.539.509-.129.504-.102 1.028-.097 1.543.03.32.032.67.224.945.206.345.782.356 1.002.021.211-.287.213-.661.244-1.002.002-.521.037-1.058-.118-1.563-.096-.3-.396-.52-.716-.454m-14.04.033v3.175h.401v-3.174h-.401m.856-.001v3.174h.401v-1.88c.209.626.415 1.254.624 1.88h.344V17.99a26.667 26.667 0 0 0-.4 0c-.001.524.001 1.048-.001 1.572-.193-.523-.377-1.049-.567-1.573h-.401m1.567.001v.412h.389l.001 2.763h.401v-2.762h.411v-.412H3.73m1.412-.001v3.174h1.213l.001-.411c-.271-.003-.542 0-.812-.001v-1.113h.512v-.423l-.512-.001v-.812h.767v-.412H5.142m1.478-.001v3.174h.401v-1.481h.189c.119.493.239.987.356 1.481l.412.001c-.106-.526-.215-1.052-.322-1.577.327-.192.372-.611.322-.952-.051-.252-.183-.527-.451-.604-.297-.072-.605-.031-.907-.042m3.058 0v3.174h1.213v-.411l-.812-.001v-1.113h.512v-.423h-.512v-.813h.767v-.412H9.677m2.857-.001l-.001.41.39.003v2.762h.401v-2.762h.411v-.412h-1.203m1.414-.001v3.174h.401V17.99h-.401m2.589 0v3.175h.401c.001-.625-.002-1.249.002-1.874.21.624.414 1.249.622 1.874h.346V17.99h-.4c-.001.525.001 1.05-.001 1.575-.192-.524-.377-1.051-.568-1.576h-.4z"/><path fill="#fffffe" d="M6.141 4.292c.37-.077.609.287.674.602.2.768.209 1.593.005 2.362a1.04 1.04 0 0 1-.264.497.55.55 0 0 1-.657.016c-.173-.153-.262-.377-.306-.599a4.848 4.848 0 0 1-.028-2.08c.067-.32.191-.755.575-.798zM13.899 4.294c.319-.075.566.2.647.48.218.728.241 1.513.095 2.257-.055.26-.123.537-.323.727a.548.548 0 0 1-.658.008c-.171-.155-.258-.38-.302-.601a4.884 4.884 0 0 1-.029-2.06c.068-.321.185-.76.57-.81zM2.328 4.364c.229.005.459-.012.687.012.241.023.421.234.493.452.198.718.155 1.473.082 2.207-.028.294-.185.615-.479.719-.256.062-.523.026-.784.036V4.364zM9.437 11.829c.285-.019.468.241.55.482.202.643.227 1.331.147 1.996-.061.317-.1.661-.306.922-.189.261-.641.246-.817-.022-.188-.243-.221-.559-.278-.851-.092-.691-.084-1.411.141-2.077.087-.238.284-.473.563-.45zM2.335 11.908c.354.033.748-.083 1.072.094.273.295.216.851-.094 1.1-.301.148-.655.046-.978.076v-1.27zM2.335 13.847c.295.013.599-.037.887.04.514.233.615 1.113.087 1.386-.311.109-.651.042-.975.061v-1.486zM15.422 18.363c.15-.018.208.153.243.268.105.403.093.824.095 1.237-.016.286-.004.596-.156.85-.081.135-.296.098-.348-.045-.145-.306-.127-.657-.135-.987.003-.339-.015-.683.065-1.015.036-.123.087-.289.236-.308zM7.021 18.401c.157.012.357-.037.476.095.107.183.103.416.05.616-.067.222-.352.144-.526.159v-.87z"/><path fill="#191919" opacity=".38" d="M19.147.967l.031.057v11.261l-.025-.053c-.011-3.755-.018-7.51-.006-11.264z"/><path fill="#2c2b2b" opacity=".67" d="M19.154 12.232l.025.053v9.398l-.024-.061c-.031-.318-.005-.638-.013-.957.035-2.811-.025-5.623.012-8.433z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--do-not-pass--g1" xmlns="http://www.w3.org/2000/svg"><path d="M.995 0h17.229c.476.133.864.493 1.018.964-.075.91-.039 1.824-.045 2.736-.002 6.167.004 12.334-.003 18.501.007.261.046.52.087.778A1.733 1.733 0 0 1 18.427 24H.875A1.556 1.556 0 0 1 0 23.026V1.023C.139.536.519.162.995 0M.837.245C.386.431.118.92.154 1.399.156 8.5.152 15.601.156 22.702c-.045.627.504 1.211 1.136 1.182 5.539.006 11.078.002 16.617.002.65.055 1.241-.527 1.195-1.178.001-7.139.005-14.279-.002-21.418.026-.638-.569-1.187-1.201-1.135C12.434.15 6.967.157 1.5.152c-.223.005-.454.005-.663.093z"/><path d="M.934.443c.18-.067.376-.066.565-.071C6.968.377 12.436.37 17.905.375c.515-.046 1.003.393.978.916.007 7.139.003 14.278.002 21.417.042.535-.446 1.01-.979.959-5.537-.002-11.076.003-16.614-.003-.513.027-.957-.45-.915-.959-.004-7.103 0-14.206-.002-21.309C.343 1.001.553.587.934.443m.115.503c-.191.117-.175.357-.178.55.006 7.07-.002 14.14.004 21.21-.033.246.171.483.424.458 5.534.006 11.068.001 16.602.003.27.041.523-.183.486-.46.005-7.106 0-14.211.002-21.316.048-.287-.187-.561-.484-.521C12.436.862 6.966.871 1.496.865c-.149.013-.319-.013-.447.081z"/><path d="M11.435 2.845c.577-.16 1.284-.044 1.654.464.742 1.196.758 2.999-.193 4.085-.649.557-1.82.424-2.24-.355-.472-.869-.537-1.93-.294-2.879.146-.558.467-1.166 1.073-1.315m.109.799c-.719.684-.633 1.887-.347 2.763.149.617 1.099.758 1.371.162a3.212 3.212 0 0 0 .039-2.576c-.163-.409-.69-.565-1.063-.349zM5.899 2.86c.744.039 1.515-.096 2.24.106.793.462 1.014 1.479 1.006 2.332-.012.886-.34 1.975-1.259 2.297-.656.1-1.326.02-1.987.045V2.86m.757.761v3.244c.483-.031 1.157.164 1.435-.368a2.896 2.896 0 0 0 .027-2.504c-.286-.538-.972-.339-1.462-.372zM3.958 9.625c.257-.004.513.01.769.008.565 1.021 1.152 2.029 1.729 3.043V9.627h.75v4.78c-.222-.001-.444 0-.667-.002-.606-1.077-1.214-2.153-1.823-3.228-.002 1.077 0 2.153-.001 3.229h-.757V9.625zM9.532 9.631c.706-.244 1.59.018 1.901.735.467 1.063.468 2.366-.064 3.406-.48.96-2.067.975-2.561.024-.464-.871-.53-1.928-.285-2.875.145-.535.439-1.117 1.009-1.29m.402.703c-.434.061-.61.525-.694.897-.14.703-.134 1.482.209 2.128.25.489 1.057.488 1.28-.025.358-.756.37-1.669.092-2.452-.116-.369-.493-.654-.887-.548zM12.551 9.633h2.951v.673H14.4l-.001 4.105h-.758v-4.105l-1.089-.001-.001-.672zM11.389 16.401c.784-.278 1.709.086 1.996.888-.214.065-.428.128-.642.191-.319-.56-1.569-.591-1.472.219.273.57 1.048.495 1.532.798 1.033.451 1.018 2.14-.004 2.595-.94.482-2.102-.091-2.486-1.029.237-.093.476-.182.714-.273.225.451.717.815 1.241.676.511-.085.724-.824.322-1.157-.514-.407-1.254-.4-1.73-.871-.622-.597-.362-1.861.529-2.037zM15.133 16.425c.796-.313 1.779.028 2.074.865l-.645.191a1 1 0 0 0-1.271-.293c-.294.168-.274.643.021.8.528.3 1.195.32 1.657.745.713.661.506 2.048-.433 2.398-.934.413-2.026-.162-2.401-1.068.236-.092.474-.182.711-.273.234.469.765.84 1.301.659.481-.124.648-.838.254-1.149-.482-.372-1.147-.389-1.622-.775-.708-.53-.534-1.863.354-2.1zM2.167 16.4c.732.023 1.471-.053 2.198.046.919.158 1.367 1.383.774 2.101-.512.7-1.463.532-2.215.546v2.087h-.757V16.4m.757.754v1.172c.449-.018.908.051 1.35-.045.488-.144.493-.913.012-1.07-.443-.116-.91-.036-1.362-.057zM7.449 16.401c.253 0 .505-.002.758-.001.548 1.593 1.096 3.186 1.642 4.779-.27.002-.539-.001-.808.001-.151-.448-.311-.893-.465-1.339-.498-.002-.996-.001-1.494-.001-.153.448-.314.892-.465 1.34h-.808c.546-1.594 1.095-3.186 1.64-4.779m-.096 2.666l.952-.001c-.153-.446-.306-.893-.464-1.337-.169.444-.328.891-.488 1.338z"/><path fill="#fff" d="M.837.245c.209-.088.44-.088.663-.093C6.967.157 12.434.15 17.901.155c.632-.052 1.227.497 1.201 1.135.007 7.139.003 14.279.002 21.418.046.651-.545 1.233-1.195 1.178-5.539 0-11.078.004-16.617-.002-.632.029-1.181-.555-1.136-1.182C.152 15.601.156 8.5.154 1.399.118.92.386.431.837.245m.097.198c-.381.144-.591.558-.559.953.002 7.103-.002 14.206.002 21.309-.042.509.402.986.915.959 5.538.006 11.077.001 16.614.003.533.051 1.021-.424.979-.959.001-7.139.005-14.278-.002-21.417.025-.523-.463-.962-.978-.916C12.436.37 6.968.377 1.499.372 1.31.377 1.114.376.934.443z"/><path fill="#fff" d="M1.049.946c.128-.094.298-.068.447-.081 5.47.006 10.94-.003 16.409.005.297-.04.532.234.484.521-.002 7.105.003 14.21-.002 21.316.037.277-.216.501-.486.46-5.534-.002-11.068.003-16.602-.003-.253.025-.457-.212-.424-.458-.006-7.07.002-14.14-.004-21.21.003-.193-.013-.433.178-.55m10.386 1.899c-.606.149-.927.757-1.073 1.315-.243.949-.178 2.01.294 2.879.42.779 1.591.912 2.24.355.951-1.086.935-2.889.193-4.085-.37-.508-1.077-.624-1.654-.464m-5.536.015v4.78c.661-.025 1.331.055 1.987-.045.919-.322 1.247-1.411 1.259-2.297.008-.853-.213-1.87-1.006-2.332-.725-.202-1.496-.067-2.24-.106M3.958 9.625v4.781h.757c.001-1.076-.001-2.152.001-3.229.609 1.075 1.217 2.151 1.823 3.228.223.002.445.001.667.002v-4.78h-.75v3.049c-.577-1.014-1.164-2.022-1.729-3.043-.256.002-.512-.012-.769-.008m5.574.006c-.57.173-.864.755-1.009 1.29-.245.947-.179 2.004.285 2.875.494.951 2.081.936 2.561-.024.532-1.04.531-2.343.064-3.406-.311-.717-1.195-.979-1.901-.735m3.019.002l.001.672 1.089.001v4.105h.758l.001-4.105h1.102v-.673h-2.951m-1.162 6.768c-.891.176-1.151 1.44-.529 2.037.476.471 1.216.464 1.73.871.402.333.189 1.072-.322 1.157-.524.139-1.016-.225-1.241-.676-.238.091-.477.18-.714.273.384.938 1.546 1.511 2.486 1.029 1.022-.455 1.037-2.144.004-2.595-.484-.303-1.259-.228-1.532-.798-.097-.81 1.153-.779 1.472-.219.214-.063.428-.126.642-.191-.287-.802-1.212-1.166-1.996-.888m3.744.024c-.888.237-1.062 1.57-.354 2.1.475.386 1.14.403 1.622.775.394.311.227 1.025-.254 1.149-.536.181-1.067-.19-1.301-.659-.237.091-.475.181-.711.273.375.906 1.467 1.481 2.401 1.068.939-.35 1.146-1.737.433-2.398-.462-.425-1.129-.445-1.657-.745-.295-.157-.315-.632-.021-.8a1 1 0 0 1 1.271.293l.645-.191c-.295-.837-1.278-1.178-2.074-.865M2.167 16.4v4.78h.757v-2.087c.752-.014 1.703.154 2.215-.546.593-.718.145-1.943-.774-2.101-.727-.099-1.466-.023-2.198-.046m5.282.001c-.545 1.593-1.094 3.185-1.64 4.779h.808c.151-.448.312-.892.465-1.34.498 0 .996-.001 1.494.001.154.446.314.891.465 1.339.269-.002.538.001.808-.001-.546-1.593-1.094-3.186-1.642-4.779-.253-.001-.505.001-.758.001z"/><path fill="#fff" d="M6.656 3.621c.49.033 1.176-.166 1.462.372.37.77.362 1.742-.027 2.504-.278.532-.952.337-1.435.368V3.621zM11.544 3.644c.373-.216.9-.06 1.063.349a3.212 3.212 0 0 1-.039 2.576c-.272.596-1.222.455-1.371-.162-.286-.876-.372-2.079.347-2.763zM9.934 10.334c.394-.106.771.179.887.548.278.783.266 1.696-.092 2.452-.223.513-1.03.514-1.28.025-.343-.646-.349-1.425-.209-2.128.084-.372.26-.836.694-.897zM2.924 17.154c.452.021.919-.059 1.362.057.481.157.476.926-.012 1.07-.442.096-.901.027-1.35.045v-1.172zM7.353 19.067c.16-.447.319-.894.488-1.338.158.444.311.891.464 1.337l-.952.001z"/><path opacity=".63" d="M19.242.964l.058.143v22.002l-.019-.13a5.993 5.993 0 0 1-.087-.778c.007-6.167.001-12.334.003-18.501.006-.912-.03-1.826.045-2.736z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--do-not-stop-on-tracks--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.205 0h15.564c.266.09.514.231.684.459-.32-.183-.665-.361-1.045-.346H1.592C1.213.098.868.274.549.457A1.45 1.45 0 0 1 1.205 0z"/><path d="M1.338.453C6.325.391 11.317.445 16.305.426c.663-.073 1.307.49 1.264 1.167.002 6.938.002 13.876 0 20.814.037.632-.531 1.197-1.162 1.164-4.938.004-9.877.004-14.815 0-.631.033-1.2-.532-1.161-1.164-.002-6.938-.002-13.876 0-20.814-.027-.535.375-1.054.907-1.14m-.019.653c-.225.101-.286.363-.273.587.004 6.903-.003 13.806.003 20.708a.504.504 0 0 0 .55.544c4.934.002 9.868.003 14.802 0a.505.505 0 0 0 .549-.544c.005-6.934.005-13.868 0-20.802.028-.304-.239-.583-.548-.544-4.867-.005-9.735.003-14.602-.004-.16.009-.331-.016-.481.055z"/><path d="M2.367 3.048c.504.019 1.234-.181 1.486.41.241.686.278 1.5-.024 2.172-.268.558-.963.369-1.457.395-.005-.992.003-1.985-.005-2.977m.435.404c-.004.721-.002 1.441-.001 2.162 1.014.199.848-1.08.773-1.708-.014-.412-.439-.493-.772-.454zM5.34 3.054c.406-.192.929.016 1.048.459.235.718.262 1.579-.112 2.255-.339.55-1.253.327-1.353-.3-.189-.776-.302-1.878.417-2.414m.198.382c-.47.431-.341 1.203-.259 1.776.001.321.408.626.65.323.282-.485.23-1.092.147-1.625-.03-.26-.227-.609-.538-.474zM9.536 3.04h.423c.274.594.54 1.193.816 1.787.001-.591.006-1.181-.004-1.771l.432-.024c.006.998.002 1.996.002 2.994l-.322.002c-.312-.659-.603-1.328-.92-1.985-.01.66-.001 1.319-.005 1.979l-.411.014c-.027-.999-.005-1.998-.011-2.996zM12.524 3.032a.762.762 0 0 1 1.011.532c.212.715.24 1.563-.146 2.225-.355.53-1.245.29-1.342-.329-.184-.781-.31-1.945.477-2.428m.117.415c-.442.478-.327 1.247-.215 1.839.017.329.486.531.661.204.246-.517.212-1.131.092-1.677-.033-.25-.274-.509-.538-.366zM14.108 3.039c.509.003 1.018-.004 1.527.007l-.009.393c-.181-.001-.361.002-.541.002-.006.861-.001 1.723-.003 2.585l-.428.001c-.003-.862 0-1.724-.001-2.585-.183 0-.366-.005-.549-.004l.004-.399zM5.047 8.022c.372.006.748-.033 1.116.029.605.152.723 1.024.333 1.443-.27.265-.678.185-1.019.204l-.001 1.309-.429-.003V8.022m.442.408c-.014.287-.016.574-.012.861.197-.006.397.008.592-.03.318-.124.311-.684-.013-.797-.187-.035-.378-.026-.567-.034zM7.822 8.018l.42.005c.246.996.498 1.99.743 2.987l-.434-.012c-.067-.267-.135-.534-.199-.801-.215-.008-.43-.01-.645-.012l-.202.821-.427-.001c.245-.996.494-1.992.744-2.987m-.01 1.755c.143-.005.285-.012.428-.018-.073-.277-.145-.554-.22-.83a25.54 25.54 0 0 0-.208.848zM9.418 8.891c-.127-.506.37-1.026.882-.912.378.047.586.408.646.751l-.377.018c-.087-.441-.796-.461-.754.04.175.393.72.472.937.858.412.517.039 1.426-.651 1.409-.509.028-.828-.459-.872-.914l.414-.023c-.018.466.628.74.83.256.221-.769-.961-.806-1.055-1.483zM11.462 8.955c-.173-.508.308-1.08.84-.98.389.036.615.404.672.758l-.388.008c-.078-.438-.78-.446-.744.038.145.383.663.456.887.798.458.485.164 1.425-.529 1.474-.535.075-.911-.432-.935-.919l.402-.011c-.003.451.611.737.829.267.242-.753-.884-.81-1.034-1.433zM7.523 13.014c.391-.19.917-.013 1.046.42.253.717.274 1.578-.083 2.263-.308.556-1.229.384-1.352-.233-.213-.782-.321-1.894.389-2.45m.123.434c-.352.529-.278 1.244-.138 1.836.033.313.489.465.645.161.256-.543.218-1.193.067-1.761-.042-.258-.365-.437-.574-.236zM9.343 12.992l.431.006c.267.59.53 1.182.806 1.768.006-.591 0-1.182.003-1.772h.428c.001.995.002 1.99 0 2.985l-.316.005c-.315-.662-.61-1.333-.923-1.995-.004.663 0 1.327-.002 1.991l-.429-.001c.001-.996-.002-1.992.002-2.987zM1.88 18.288c.263-.646 1.21-.32 1.156.338l-.377.015-.116-.33c-.464-.058-.397.566-.117.758.477.441.893 1.342.296 1.848-.503.325-1.027-.177-1.002-.698.123-.003.247-.005.371-.005.038.222.206.557.468.345.382-.892-1.11-1.359-.679-2.271zM6.044 17.96c.476-.175.839.304.848.736.034.651.116 1.345-.122 1.968-.152.418-.804.469-1.019.081-.281-.533-.175-1.163-.189-1.741.022-.377.067-.895.482-1.044M5.94 19.3c.02.462-.075.999.26 1.374.361-.184.307-.636.33-.976-.013-.48.043-1.01-.246-1.427-.396.174-.316.676-.344 1.029zM3.595 17.979l.354-.017c.025.405.015.812.016 1.218l.534.001.002-1.208.375.001v2.986c-.125 0-.249.001-.373.003-.005-.466-.002-.931-.004-1.396h-.533c-.002.464-.001.928-.002 1.393l-.365.002c-.01-.995-.003-1.989-.004-2.983zM7.607 17.973l.375.001c.015.806-.027 1.615.019 2.42-.002.298.496.298.494 0 .042-.806.003-1.614.018-2.42l.374-.001c-.022.863.053 1.733-.04 2.591-.115.591-1.081.591-1.197.001-.099-.858-.019-1.729-.043-2.592zM9.677 17.977l.37-.009c.015.881.001 1.763.007 2.644l.758.003-.001.345a59.881 59.881 0 0 0-1.121.005c-.031-.995-.006-1.992-.013-2.988zM11.312 17.974c.392.014 1.001-.127 1.136.379.188.74.217 1.551-.02 2.283-.171.455-.741.297-1.115.325-.002-.996-.001-1.992-.001-2.987m.378.37c-.002.749-.006 1.499.003 2.248.172-.027.421 0 .455-.229a6.108 6.108 0 0 0-.011-1.796c-.015-.235-.282-.197-.447-.223zM13.278 17.974c.356 0 .712 0 1.068-.007.01.13.018.261.027.392l-.725.001c-.002.257-.001.513.005.769l.476-.003v.397l-.482.007v1.042l.759.003-.002.385a59.06 59.06 0 0 0-1.114.005c-.03-.997-.007-1.994-.012-2.991zM14.983 17.973c.369.025.846-.103 1.113.228.261.393.229.98-.137 1.3.092.487.197.972.293 1.458l-.386.001c-.193-.452-.093-1.136-.498-1.426-.017.475-.007.95-.01 1.424l-.367.006c-.019-.997-.005-1.994-.008-2.991m.379.368c-.004.285-.004.571.001.857.697.202.688-1.039-.001-.857zM.547 23.541c.32.183.665.361 1.045.346h14.816c.38.015.725-.164 1.045-.347a1.475 1.475 0 0 1-.658.46H1.23c-.265-.09-.512-.232-.683-.459z"/><path fill="#fff" d="M.549.457C.868.274 1.213.098 1.592.113h14.816c.38-.015.725.163 1.045.346l.105.11c.016.159.106.3.245.381.026.11.051.221.075.331.006 7.171.038 14.344-.016 21.514l-.065.254a.506.506 0 0 0-.238.382 5.45 5.45 0 0 0-.106.109c-.32.183-.665.362-1.045.347H1.592c-.38.015-.725-.163-1.045-.346l-.106-.11a.49.49 0 0 0-.245-.38l-.075-.333C.116 15.548.084 8.374.137 1.205L.201.951a.506.506 0 0 0 .24-.382L.549.457m.789-.004c-.532.086-.934.605-.907 1.14-.002 6.938-.002 13.876 0 20.814-.039.632.53 1.197 1.161 1.164 4.938.004 9.877.004 14.815 0 .631.033 1.199-.532 1.162-1.164.002-6.938.002-13.876 0-20.814.043-.677-.601-1.24-1.264-1.167-4.988.019-9.98-.035-14.967.027z"/><path fill="#fff" d="M1.319 1.106c.15-.071.321-.046.481-.055 4.867.007 9.735-.001 14.602.004.309-.039.576.24.548.544.005 6.934.005 13.868 0 20.802a.505.505 0 0 1-.549.544c-4.934.003-9.868.002-14.802 0a.504.504 0 0 1-.55-.544c-.006-6.902.001-13.805-.003-20.708-.013-.224.048-.486.273-.587m1.048 1.942c.008.992 0 1.985.005 2.977.494-.026 1.189.163 1.457-.395.302-.672.265-1.486.024-2.172-.252-.591-.982-.391-1.486-.41m2.973.006c-.719.536-.606 1.638-.417 2.414.1.627 1.014.85 1.353.3.374-.676.347-1.537.112-2.255-.119-.443-.642-.651-1.048-.459m4.196-.014c.006.998-.016 1.997.011 2.996l.411-.014c.004-.66-.005-1.319.005-1.979.317.657.608 1.326.92 1.985l.322-.002c0-.998.004-1.996-.002-2.994l-.432.024c.01.59.005 1.18.004 1.771-.276-.594-.542-1.193-.816-1.787h-.423m2.988-.008c-.787.483-.661 1.647-.477 2.428.097.619.987.859 1.342.329.386-.662.358-1.51.146-2.225a.762.762 0 0 0-1.011-.532m1.584.007l-.004.399c.183-.001.366.004.549.004.001.861-.002 1.723.001 2.585l.428-.001c.002-.862-.003-1.724.003-2.585.18 0 .36-.003.541-.002l.009-.393c-.509-.011-1.018-.004-1.527-.007M5.047 8.022v2.982l.429.003.001-1.309c.341-.019.749.061 1.019-.204.39-.419.272-1.291-.333-1.443-.368-.062-.744-.023-1.116-.029m2.775-.004c-.25.995-.499 1.991-.744 2.987l.427.001.202-.821c.215.002.43.004.645.012.064.267.132.534.199.801l.434.012c-.245-.997-.497-1.991-.743-2.987l-.42-.005m1.596.873c.094.677 1.276.714 1.055 1.483-.202.484-.848.21-.83-.256l-.414.023c.044.455.363.942.872.914.69.017 1.063-.892.651-1.409-.217-.386-.762-.465-.937-.858-.042-.501.667-.481.754-.04l.377-.018c-.06-.343-.268-.704-.646-.751-.512-.114-1.009.406-.882.912m2.044.064c.15.623 1.276.68 1.034 1.433-.218.47-.832.184-.829-.267l-.402.011c.024.487.4.994.935.919.693-.049.987-.989.529-1.474-.224-.342-.742-.415-.887-.798-.036-.484.666-.476.744-.038l.388-.008c-.057-.354-.283-.722-.672-.758-.532-.1-1.013.472-.84.98m-3.939 4.059c-.71.556-.602 1.668-.389 2.45.123.617 1.044.789 1.352.233.357-.685.336-1.546.083-2.263-.129-.433-.655-.61-1.046-.42m1.82-.022c-.004.995-.001 1.991-.002 2.987l.429.001c.002-.664-.002-1.328.002-1.991.313.662.608 1.333.923 1.995l.316-.005c.002-.995.001-1.99 0-2.985h-.428c-.003.59.003 1.181-.003 1.772-.276-.586-.539-1.178-.806-1.768a31.187 31.187 0 0 0-.431-.006M1.88 18.288c-.431.912 1.061 1.379.679 2.271-.262.212-.43-.123-.468-.345-.124 0-.248.002-.371.005-.025.521.499 1.023 1.002.698.597-.506.181-1.407-.296-1.848-.28-.192-.347-.816.117-.758l.116.33.377-.015c.054-.658-.893-.984-1.156-.338m4.164-.328c-.415.149-.46.667-.482 1.044.014.578-.092 1.208.189 1.741.215.388.867.337 1.019-.081.238-.623.156-1.317.122-1.968-.009-.432-.372-.911-.848-.736m-2.449.019c.001.994-.006 1.988.004 2.983l.365-.002c.001-.465 0-.929.002-1.393h.533c.002.465-.001.93.004 1.396.124-.002.248-.003.373-.003v-2.986l-.375-.001-.002 1.208-.534-.001c-.001-.406.009-.813-.016-1.218l-.354.017m4.012-.006c.024.863-.056 1.734.043 2.592.116.59 1.082.59 1.197-.001.093-.858.018-1.728.04-2.591l-.374.001c-.015.806.024 1.614-.018 2.42.002.298-.496.298-.494 0-.046-.805-.004-1.614-.019-2.42l-.375-.001m2.07.004c.007.996-.018 1.993.013 2.988.374-.006.748-.006 1.121-.005l.001-.345-.758-.003c-.006-.881.008-1.763-.007-2.644l-.37.009m1.635-.003c0 .995-.001 1.991.001 2.987.374-.028.944.13 1.115-.325.237-.732.208-1.543.02-2.283-.135-.506-.744-.365-1.136-.379m1.966 0c.005.997-.018 1.994.012 2.991a59.06 59.06 0 0 1 1.114-.005l.002-.385-.759-.003V19.53l.482-.007v-.397l-.476.003a24.623 24.623 0 0 1-.005-.769l.725-.001c-.009-.131-.017-.262-.027-.392-.356.007-.712.007-1.068.007m1.705-.001c.003.997-.011 1.994.008 2.991l.367-.006c.003-.474-.007-.949.01-1.424.405.29.305.974.498 1.426l.386-.001c-.096-.486-.201-.971-.293-1.458.366-.32.398-.907.137-1.3-.267-.331-.744-.203-1.113-.228z"/><path fill="#fff" d="M5.538 3.436c.311-.135.508.214.538.474.083.533.135 1.14-.147 1.625-.242.303-.649-.002-.65-.323-.082-.573-.211-1.345.259-1.776zM12.641 3.447c.264-.143.505.116.538.366.12.546.154 1.16-.092 1.677-.175.327-.644.125-.661-.204-.112-.592-.227-1.361.215-1.839zM2.802 3.452c.333-.039.758.042.772.454.075.628.241 1.907-.773 1.708-.001-.721-.003-1.441.001-2.162zM5.489 8.43c.189.008.38-.001.567.034.324.113.331.673.013.797-.195.038-.395.024-.592.03-.004-.287-.002-.574.012-.861zM7.812 9.773c.065-.283.133-.566.208-.848.075.276.147.553.22.83-.143.006-.285.013-.428.018zM7.646 13.448c.209-.201.532-.022.574.236.151.568.189 1.218-.067 1.761-.156.304-.612.152-.645-.161-.14-.592-.214-1.307.138-1.836zM5.94 19.3c.028-.353-.052-.855.344-1.029.289.417.233.947.246 1.427-.023.34.031.792-.33.976-.335-.375-.24-.912-.26-1.374zM11.69 18.344c.165.026.432-.012.447.223.084.591.104 1.205.011 1.796-.034.229-.283.202-.455.229-.009-.749-.005-1.499-.003-2.248zM15.362 18.341c.689-.182.698 1.059.001.857a27.207 27.207 0 0 1-.001-.857z"/><path fill="#2a2a2a" opacity=".9" d="M.201.951a.348.348 0 0 1 .24-.382.506.506 0 0 1-.24.382z"/><path fill="#292929" opacity=".89" d="M17.558.569c.166.053.259.21.245.381a.497.497 0 0 1-.245-.381zM.196 23.051c.139.08.23.22.245.38a.359.359 0 0 1-.245-.38z"/><path d="M0 1.258l.137-.053C.084 8.374.116 15.548.121 22.718L0 22.846V1.258zM17.878 1.281L18 1.155v21.586l-.138.054c.054-7.17.022-14.343.016-21.514z"/><path fill="#282828" opacity=".89" d="M17.559 23.431a.506.506 0 0 1 .238-.382.346.346 0 0 1-.238.382z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-all-directions-on-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#5e5d65" d="M1.106.281A19.75 19.75 0 0 1 3.083.267c5.705 0 11.415-.012 17.118 0C13.837.286 7.469.25 1.105.281zM6.609 17.359c-.021-.588.219-1.137.266-1.717l.074.065c-.142.381-.099.791-.104 1.189l-.01.164c-.167.798-.053 1.624-.115 2.432-.098.535-.107 1.082-.107 1.625.08.289-.179.416-.277.642l-.093.017c.093-.322.308-.607.311-.953.084-1.152.019-2.309.056-3.463z"/><path fill="#1a1919" d="M0 1.401C.211.905.593.472 1.106.282 7.47.251 13.838.287 20.202.268c.776.029 1.553-.002 2.329.026.615.111 1.108.674 1.232 1.27-.004 7.069.006 14.138-.002 21.206a1.902 1.902 0 0 1-1.067 1.231H1.068c-.541-.272-1.071-.751-1.067-1.404V1.402M1.298.447C.622.539.096 1.222.147 1.897.151 8.791.146 15.686.149 22.58c.043.749.761 1.361 1.51 1.293 6.845-.003 13.691.003 20.536-.003.731.028 1.394-.613 1.408-1.339V1.753c-.016-.559-.419-1.08-.944-1.263-.305-.084-.624-.073-.936-.072H2.087c-.263.002-.528-.013-.79.029z"/><path fill="#1a1919" d="M1.574.721c.439-.048.88.004 1.32.009C9.345.735 15.796.723 22.247.736c.516-.029.906.405 1.003.879.144.847.027 1.707.043 2.56v17.787c.013.434.039.941-.299 1.27-.375.355-.933.319-1.412.331-6.626-.001-13.251.005-19.877-.003-.58.03-1.193-.376-1.245-.982C.459 15.67.465 8.761.457 1.853.446 1.251.971.72 1.575.723m-.4.785c-.295.406-.107.926-.126 1.386.003 6.561 0 13.122.001 19.683.088.352.496.398.8.392 2.994.005 5.989 0 8.982.002-.001-3.401.003-6.803-.002-10.205.198-.003.395-.002.593-.002-.001 3.402.001 6.804-.001 10.206 3.591-.003 7.182.006 10.773-.004.342.021.511-.328.504-.623.002-6.801 0-13.603.001-20.403.022-.301-.162-.642-.503-.618-6.83-.006-13.66 0-20.49-.003-.188 0-.425.005-.534.188z"/><path fill="#1a1919" d="M17.721 8.698c-.144-.258.19-.559.442-.454 1.286.398 2.568.807 3.853 1.207-.833 1.061-1.687 2.107-2.526 3.164-.158.23-.575.144-.612-.139-.026-.374-.003-.749-.011-1.124-1.581.261-2.858 1.702-2.926 3.302-.007.876 0 1.752-.003 2.627-.574.002-1.149.002-1.723 0 .038-1.343-.16-2.721.227-4.03a5.411 5.411 0 0 1 2.033-2.754c.551-.43 1.232-.633 1.892-.831-.204-.33-.455-.63-.646-.969zM12.537 18.474c.429-.12.938 0 1.163.412.453.828.439 1.928-.136 2.694-.314.329-.849.325-1.24.15-.432-.28-.602-.841-.561-1.335.028-.432-.085-.895.13-1.294.105-.294.32-.572.645-.627m.236.514c-.208.009-.357.192-.432.37-.195.528-.2 1.138.037 1.654.131.28.52.372.772.203a.822.822 0 0 0 .258-.455c.12-.501.124-1.053-.11-1.523a.49.49 0 0 0-.526-.249zM14.534 18.509c.176-.002.352-.003.528.002.37.706.814 1.372 1.187 2.077.004-.694-.004-1.388.004-2.082h.5c.006 1.094.004 2.188.001 3.281-.175-.028-.445.094-.523-.124-.368-.709-.783-1.392-1.18-2.086-.007.737.002 1.473-.004 2.21a6.752 6.752 0 0 1-.513-.007c.001-1.09.002-2.181-.001-3.272zM17.357 18.507c.167 0 .335 0 .503.002.005.928-.019 1.858.012 2.785.497.028.997.006 1.495.01.003.161.004.322 0 .483-.67.001-1.341.002-2.011 0-.003-1.093-.005-2.187.001-3.281zM19.443 18.508c.212.008.427-.023.637.018.253.407.502.818.761 1.222.277-.406.533-.826.802-1.238.189-.003.379-.004.569-.001-.281.583-.667 1.107-1.004 1.657-.059.099-.125.203-.114.323v1.295a6.864 6.864 0 0 1-.497 0c-.003-.432 0-.864 0-1.295.011-.157-.092-.284-.165-.412-.314-.533-.696-1.023-.988-1.569z"/><path fill="#fffffe" d="M1.298.447c.261-.042.526-.027.79-.029h19.636c.313-.001.632-.012.936.072.525.183.928.704.944 1.263v20.778c-.014.726-.677 1.367-1.408 1.339-6.845.007-13.691 0-20.536.003-.749.067-1.468-.544-1.51-1.293C.147 15.685.151 8.791.148 1.897.097 1.222.622.539 1.299.447m.275.274C.97.718.445 1.249.456 1.851c.008 6.908.002 13.817.003 20.725.052.606.665 1.012 1.245.982 6.626.009 13.251.002 19.877.003.479-.011 1.037.024 1.412-.331.339-.329.313-.836.299-1.27V4.173c-.016-.853.102-1.713-.043-2.56-.096-.474-.487-.908-1.003-.879C15.795.722 9.344.734 2.893.728c-.44-.004-.881-.057-1.32-.009z"/><path fill="#fffffe" d="M1.175 1.508c.109-.183.345-.188.534-.188 6.83.002 13.66-.003 20.49.003.341-.025.525.316.503.618-.001 6.801.001 13.602-.001 20.403.008.295-.162.645-.504.623-3.591.01-7.182.001-10.773.004.002-3.402 0-6.804.001-10.206-.198 0-.395-.001-.593.002.005 3.402.001 6.803.002 10.205-2.994-.002-5.988.002-8.982-.002-.304.006-.712-.04-.8-.392-.001-6.561.002-13.122-.001-19.683.018-.46-.169-.979.126-1.386m5.245 1.698c-.284.148-.281.493-.442.732-.08.135-.099.294-.133.444-.142.145-.191.341-.232.533-.216.447-.345.929-.553 1.379-.154.205-.12.473-.074.709l.166.028c.175.022.354.009.526.048.158.061.143.268.172.406.05.792.039 1.587.016 2.38.003.466-.167.905-.234 1.362h-.119c-.024-.145-.047-.291-.075-.435-.277-.057-.138-.44-.383-.539-.203-.493-.624-.856-.824-1.349l-.141-.049-.09-.189a5.942 5.942 0 0 0-.142-.052c-.172-.416-.077-.862.015-1.283.191-.141.208-.508-.041-.594-.039-.173-.171-.243-.343-.197-.129 0-.261-.011-.388.019-.589-.118-1.169.044-1.717.233-.105.2-.044.452-.022.67.07.309.026.638.152.933.159.416.075.882.258 1.289.091.284.101.584.148.876.073.15.194.276.228.444.147.023.297.05.446.031.114-.194-.016-.457.095-.66.191-.141.545-.127.614.14l.152.039.062.203.14.095c.075.153.175.29.291.415.161.284.341.559.482.855.028.268.241.462.278.725.028.224.207.394.221.622.033.311.21.586.232.899.047.587.239 1.151.257 1.741-.009 1.649-.001 3.301-.009 4.951-.028.249.082.471.169.695l.113.008.196.007.059-.004c.098.001.197.004.295.009l.093-.017c.082.001.165.001.247-.001.046-.193.054-.391.091-.585.073-.101.199-.177.188-.319.031-1.117.014-2.235.029-3.353a1.466 1.466 0 0 1 .147-.643c.189-.479-.11-1.088.276-1.491.065-.256.014-.526.069-.782.289-.145.193-.503.222-.766l.152-.049c.06-.191.083-.39.099-.588.291-.055.131-.401.312-.557.153-.137.085-.386.255-.508.134-.098.075-.308.213-.4.204-.116.079-.446.349-.497.026-.114.076-.218.195-.255.073-.22.263-.359.394-.541.236-.189.457-.465.799-.379.008.271.012.586.271.747.149-.012.299-.025.448-.039l.013-.163c.034-.171.034-.347.061-.519.026-.16.178-.272.178-.44.029-.302-.012-.621.126-.903.242-.197.04-.564.2-.809.093-.135.194-.277.146-.451l-.001-.016c.044-.166.014-.405.222-.458l.012-.217c.001-.158 0-.316-.005-.474a18.391 18.391 0 0 0-.332-.009c-.182 0-.365-.007-.546.018-.412-.039-.829-.02-1.242-.01a1.829 1.829 0 0 0-.405.02c-.04.168-.214.185-.349.242-.175.256-.032.603.181.787a.633.633 0 0 1 .012.769c-.193.21-.344.462-.488.709l-.106.075c-.182.306-.435.569-.594.888l-.089.049c-.157.409-.51.721-.62 1.148a9.86 9.86 0 0 1-.192.216 5.027 5.027 0 0 0-.173.059c.008-1.257.01-2.514.019-3.771-.003-.235.198-.396.265-.609.295-.107.613-.046.916-.107-.004-.319-.32-.531-.26-.87-.335-.156-.11-.62-.428-.801-.033-.151.014-.346-.117-.456-.196-.148-.13-.423-.203-.631-.229-.054-.185-.311-.225-.49l-.171-.034a5.301 5.301 0 0 0-.009-.178c-.055-.205-.308-.129-.464-.109m11.297 5.49c.191.338.442.638.646.969-.66.197-1.34.4-1.892.831a5.411 5.411 0 0 0-2.033 2.754c-.387 1.309-.189 2.687-.227 4.03.574.002 1.149.002 1.723 0 .003-.876-.004-1.752.003-2.627.067-1.6 1.344-3.041 2.926-3.302.008.375-.015.75.011 1.124.037.283.454.369.612.139.839-1.057 1.692-2.103 2.526-3.164-1.285-.4-2.567-.809-3.853-1.207-.252-.105-.586.196-.442.454m-5.184 9.775c-.324.056-.539.333-.645.627-.216.399-.102.862-.13 1.294-.041.493.129 1.054.561 1.335.391.175.927.179 1.24-.15.575-.766.589-1.866.136-2.694-.224-.412-.734-.531-1.163-.412m1.998.035c.003 1.09.002 2.181.001 3.272.17.01.342.01.513.007.007-.737-.002-1.473.004-2.21.397.693.812 1.376 1.18 2.086.078.218.348.096.523.124a398.69 398.69 0 0 0-.001-3.281h-.5c-.009.694 0 1.388-.004 2.082-.372-.706-.816-1.371-1.187-2.077a13.277 13.277 0 0 0-.528-.002m2.822-.003a398.717 398.717 0 0 0-.001 3.281c.67.003 1.341.002 2.011 0 .003-.161.003-.323 0-.483-.498-.005-.998.017-1.495-.01-.031-.927-.007-1.857-.012-2.785-.168-.002-.335-.002-.503-.002m2.086 0c.292.546.674 1.037.988 1.569.074.128.176.255.165.412 0 .432-.002.863 0 1.295.166.006.332.006.497 0v-1.295c-.01-.12.055-.225.114-.323.337-.551.723-1.074 1.004-1.657-.19-.002-.38-.002-.569.001-.269.412-.525.832-.802 1.238-.259-.404-.508-.815-.761-1.222-.209-.04-.425-.01-.637-.018z"/><path fill="#fffffe" d="M12.774 18.988a.49.49 0 0 1 .526.249c.233.469.229 1.022.11 1.523a.822.822 0 0 1-.258.455c-.252.169-.641.077-.772-.203-.237-.516-.232-1.126-.037-1.654.074-.178.223-.361.432-.37z"/><path fill="#cfd0d1" d="M6.422 3.207c.156-.02.409-.096.464.109l-.058-.014c-.152-.012-.453-.124-.455.114-.004.226-.23.351-.247.571-.014.19-.2.303-.221.489-.043.292-.24.528-.29.82-.133.207-.236.429-.203.683l-.002.03c-.273.067-.217.384-.233.598a15.081 15.081 0 0 1-.024.425 8.198 8.198 0 0 1-.166-.028c-.046-.235-.08-.503.074-.709.208-.45.337-.932.553-1.379.042-.192.091-.388.232-.533.034-.15.053-.309.133-.444.161-.239.158-.585.442-.732z"/><path fill="#9c9ea0" d="M6.373 3.416c.002-.238.303-.126.455-.114l.014.117a7.01 7.01 0 0 0-.113-.13c-.384-.04-.29.388-.48.589-.14.156-.062.4-.212.55a.387.387 0 0 0-.112.329l-.001.034c-.193.388-.329.799-.512 1.19-.033-.254.07-.477.203-.683.05-.291.247-.527.29-.82.021-.186.207-.299.221-.489.017-.221.243-.345.247-.571z"/><path fill="#58595f" d="M6.249 3.877c.19-.201.095-.629.48-.589l.113.13c.011.096.023.193.039.289.239.066.159.35.289.508.184.213.123.524.286.752.203.587.527 1.129.646 1.741-.303.199-.766-.085-.985.263-.081.304-.006.626-.052.936-.048.542-.104 1.083-.102 1.627a7.35 7.35 0 0 0-.095 1.137c.009.215-.094.521.162.626a6.9 6.9 0 0 1 .094.171c.171-.048.324-.136.468-.238l-.04.18a.864.864 0 0 1-.702.046c-.08-.575.011-1.155-.016-1.732-.02-.823.014-1.645.058-2.466.009-.177.087-.34.165-.497.229-.018.457-.046.686-.066l.231-.02c.004-.25-.196-.423-.255-.654-.192-.581-.599-1.085-.671-1.703-.086-.266-.267-.491-.344-.763-.087.018-.213-.002-.233.114-.083.286-.286.521-.331.82-.012.127-.121.199-.215.267a.388.388 0 0 1 .112-.329c.15-.149.072-.394.212-.55z"/><path fill="#b1b2b5" d="M6.828 3.302l.058.014c.004.059.007.119.009.178l.171.034c.04.179-.004.436.225.49.074.209.007.483.203.631.131.11.083.305.117.456.319.181.093.645.428.801-.059.34.257.552.26.87-.304.061-.621 0-.916.107-.067.213-.268.374-.265.609-.009 1.256-.011 2.514-.019 3.771-.1-.183-.065-.395-.051-.593.06-.92.063-1.843.017-2.763.046-.31-.029-.632.052-.936.219-.349.682-.064.985-.263-.119-.612-.443-1.154-.646-1.741-.162-.228-.102-.538-.286-.752-.129-.158-.05-.442-.289-.508a5.722 5.722 0 0 1-.053-.406z"/><path fill="#18192e" d="M6.471 3.669c.02-.116.146-.096.233-.114.077.271.258.497.344.763.072.618.48 1.122.671 1.703.059.231.259.404.255.654l-.231.02c.011-.119.019-.238.028-.358-.125-.021-.253-.032-.373-.076-.074-.105-.093-.237-.129-.358-.141-.025-.336-.131-.428.034-.1.172-.312.094-.471.093l-.03.302c-.334-.018-.12-.381-.158-.585a.532.532 0 0 0 .18-.433c-.212-.004-.552-.027-.593.252-.016.203-.133.362-.274.499.119-.435.451-.812.428-1.276l.001-.034c.094-.068.203-.14.215-.267.045-.298.248-.534.331-.82z"/><path fill="#50504f" d="M5.412 5.979c.184-.391.319-.801.512-1.19.023.463-.309.84-.428 1.276-.031.249-.297.448-.218.704.176.083.392-.021.584 0 .086.093.179.179.272.265a1.2 1.2 0 0 0-.74-.029c-.167.029-.192-.153-.224-.274a5.49 5.49 0 0 1 .006-.125c.019-.088.045-.175.071-.262.103-.084.177-.196.162-.335l.002-.03z"/><path fill="#101018" d="M5.77 5.566c.041-.279.381-.256.593-.252a.534.534 0 0 1-.18.433c.038.204-.176.567.158.585l.03-.302c.16.001.371.079.471-.093.092-.165.286-.059.428-.034.036.121.054.253.129.358.12.045.248.055.373.076-.009.12-.017.239-.028.358-.229.02-.457.048-.686.066-.366-.057-.206.371-.242.593.006.216-.256.258-.417.297-.03-.189-.005-.379-.008-.569-.123-.17-.298-.341-.528-.314-.192-.021-.408.083-.584 0-.079-.256.187-.455.218-.704.141-.137.258-.296.274-.499z"/><path fill="#8a8b8a" d="M5.177 6.607c.016-.213-.04-.53.233-.598.015.139-.059.251-.162.335a4.06 4.06 0 0 0-.071.262z"/><path fill="#c9c9c7" d="M9.517 6.322c.134-.021.269-.028.405-.02a2.807 2.807 0 0 0-.302.242c-.119.006-.237.015-.356.024-.018.145-.037.292-.022.438.104.148.205.3.277.468l.141.057c.099.362-.211.656-.413.921a7.663 7.663 0 0 0-.078.191l-.141.047a5.848 5.848 0 0 1-.018.186c-.102.152-.231.284-.322.443l-.122.092c-.096.218-.257.399-.349.619l-.133.048-.012.064c-.112.192-.233.378-.338.574-.15.121-.161.319-.229.486-.115.084-.27.124-.405.061l.173-.059a9.86 9.86 0 0 0 .192-.216c.11-.427.463-.738.62-1.148l.089-.049c.159-.319.412-.582.594-.888l.106-.075c.144-.247.295-.499.488-.709a.633.633 0 0 0-.012-.769c-.212-.184-.356-.531-.181-.787.134-.057.308-.074.349-.242z"/><path fill="#828588" d="M9.922 6.302c.413-.009.83-.028 1.242.01-.195.029-.392.034-.588.041-.332 0-.618.225-.956.191.096-.086.195-.17.302-.242z"/><path fill="#46474b" d="M11.164 6.312c.181-.024.364-.017.546-.018l.129.123c-.011.172-.018.345-.03.517l-.011.075c-.1.219-.242.431-.232.683l-.002.037c-.078.306-.29.582-.232.914l-.002.034c-.069.331-.315.616-.232.974-.003.051-.007.102-.009.154-.016.318-.028.688-.346.859-.037-.066-.074-.131-.107-.199l-.006-.164a4.436 4.436 0 0 0-.044-.475 7.337 7.337 0 0 0-.209-.015c-.133-.004-.266.009-.397.02l-.097.184-.182.056-.077.165-.161.075c-.022.056-.045.113-.066.17l-.161.076-.067.162-.106.05a1.42 1.42 0 0 1-.053.03c-.072.082-.138.168-.21.249a1.687 1.687 0 0 1-.254.429c-.257.446-.518.89-.72 1.364-.126.493-.419.93-.493 1.44a3.797 3.797 0 0 0-.011.213c-.129.159-.211.35-.245.552-.092-.458.319-.82.216-1.275.28-.628.509-1.28.861-1.873.238-.357.419-.746.655-1.104l.113-.073.084-.147c.125-.118.251-.234.38-.349l.081-.139c.086-.075.17-.152.25-.233.24-.238.568-.295.891-.225.056.157.108.316.157.477.117-.477.336-.924.35-1.422.139-.286.208-.59.232-.906.219-.425.258-.906.381-1.362a8.073 8.073 0 0 0-.561.003c-.52.243-1.135.065-1.685.222-.053.237-.009.503.209.644.105.247.371.514.195.792-.192.166-.425.304-.481.574l-.166.019c.017-.066.032-.132.046-.199l.167-.067.065-.214.163-.05c.036-.167.074-.339.049-.51-.022-.236-.23-.388-.318-.597l-.168-.031a1.889 1.889 0 0 1 .022-.438c.119-.009.237-.018.356-.024.338.035.624-.191.956-.191.196-.007.393-.012.588-.041z"/><path fill="#828381" d="M11.71 6.295c.111.002.221.006.332.009.005.158.006.316.005.474l-.181.021-.056.135c.011-.172.018-.345.03-.517l-.129-.123z"/><path fill="#0f121e" d="M9.481 6.643c.55-.157 1.165.021 1.685-.222.187-.009.374-.007.561-.003-.123.456-.162.938-.381 1.362a2.47 2.47 0 0 1-.232.906c-.013.498-.233.945-.35 1.422-.048-.16-.1-.319-.157-.477-.323-.07-.651-.013-.891.225a6.098 6.098 0 0 1-.25.233 4.993 4.993 0 0 0-.081.139c-.129.114-.255.231-.38.349l-.084.147-.113.073c-.236.358-.418.747-.655 1.104-.352.593-.582 1.246-.861 1.873-.317.602-.354 1.312-.668 1.915-.073.272-.006.568-.113.834-.08.201-.15.405-.195.617-.303-.121-.375-.485-.373-.776.012-.285-.192-.521-.191-.804-.013-.318.031-.653-.103-.952-.176-.36-.148-.778-.326-1.139-.104-.626-.422-1.184-.657-1.767-.231-.504-.662-.877-.899-1.373-.083-.093-.184-.168-.277-.249a6.57 6.57 0 0 0-.138-.021c-.166-.252-.642-.356-.762-.014l-.171.04a4.719 4.719 0 0 1-.169.36c-.096-.296-.097-.607-.11-.913-.003-.222-.16-.397-.193-.611-.061-.392.017-.808-.146-1.181-.116-.268-.203-.562-.133-.854.12-.013.239-.027.358-.034.493.052.99-.009 1.482.045.101.009.134.123.192.19-.218.263-.357.579-.536.868-.169.227.059.469.156.675.084.079.164.163.24.25l.146.08c.177.411.376.848.711 1.157.148.259.159.676.504.753-.037.15-.104.303-.081.461.179.129.36.258.545.376.385.148.771-.136 1.163-.044.279.01.655.199.85-.089.113-.075.234-.143.326-.246.186-.169.029-.52.326-.596.025-.13.045-.261.062-.393.231-.164.288-.471.48-.674.171-.239.335-.483.495-.729l.158-.043-.006-.22.166-.019c.056-.27.289-.409.481-.574.176-.278-.09-.545-.195-.792-.217-.14-.262-.407-.209-.644z"/><path fill="#cecdcd" d="M1.385 6.794c.547-.189 1.127-.351 1.717-.233-.374.14-.774.171-1.167.213-.157.021-.345-.018-.477.084-.026.113-.028.231-.031.346-.062.306.121.555.24.817l.001.081c-.065.436.048.854.23 1.246l.001.038c-.056.392.064.757.239 1.101l.004.037c.002.079.001.159.001.239.121.122.26.242.443.244.023-.239.043-.48.023-.719.15-.009.24-.118.306-.241l.075.002c.051.07.098.144.144.218l.181.013.057.004c.147.234.315.452.474.678l.124.06.053.18c.161.098.228.271.267.447l.148.083c.034.183.045.403.234.498.009.223.112.414.233.594.04.266.111.522.241.759.057.32.043.674.274.934-.019.315 0 .631.026.945.022.373.218.713.204 1.09.021 1.649.002 3.299-.004 4.948-.149-.383-.152-.796-.108-1.199.005-1.107.033-2.214.012-3.321a4.012 4.012 0 0 0-.13-.871c-.018-.59-.21-1.154-.257-1.741-.022-.314-.199-.588-.232-.899-.014-.228-.193-.397-.221-.622-.037-.264-.25-.458-.278-.725-.141-.296-.321-.571-.482-.855a1.715 1.715 0 0 1-.291-.415 6.87 6.87 0 0 0-.14-.095l-.062-.203-.152-.039c-.069-.267-.423-.281-.614-.14-.111.203.019.466-.095.66-.149.019-.299-.008-.446-.031-.034-.169-.155-.295-.228-.444-.047-.292-.057-.592-.148-.876-.183-.406-.1-.873-.258-1.289-.127-.296-.083-.625-.152-.933-.022-.218-.083-.47.022-.67z"/><path fill="#8f9295" d="M3.101 6.56c.127-.031.258-.019.388-.019.516.252.373.937.12 1.333-.138.193-.043.446.124.586l.035.17c-.301-.218-.392-.684-.138-.97.109-.107.118-.263.126-.406.007-.151-.009-.301-.019-.451a3.915 3.915 0 0 0-.879-.01c-.308 0-.616-.01-.923-.019.393-.042.793-.073 1.167-.213z"/><path fill="#c3c6c7" d="M3.489 6.541c.172-.046.304.025.343.197.249.086.232.453.041.594-.092.42-.187.867-.015 1.283L4 8.667l.09.189.141.049c.2.493.621.856.824 1.349.245.099.106.481.383.539.028.144.051.29.075.435h.119c.067-.456.238-.896.234-1.362.023-.793.035-1.588-.016-2.38-.029-.139-.014-.345-.172-.406-.172-.039-.351-.027-.526-.048l.018-.3c.032.12.056.303.224.274.174.029.376-.026.531.071.033.449-.067.909.062 1.351.099.305-.017.613-.046.918-.058.602-.002 1.211-.085 1.811-.108.086-.214.174-.321.261-.112-.261-.141-.565-.374-.757l-.024-.109-.134-.045c-.04-.185-.092-.378-.249-.499-.119-.188-.26-.365-.337-.576a.543.543 0 0 1-.21-.273c-.109-.186-.2-.436-.431-.495l-.009-.035-.035-.17c-.167-.14-.262-.393-.124-.586.253-.396.396-1.08-.12-1.333z"/><path fill="#504e4c" d="M1.457 6.858c.132-.102.32-.063.477-.084.307.009.615.019.923.019-.277.021-.556.028-.833.057-.12.007-.239.021-.358.034-.069.292.018.586.133.854.162.373.085.789.146 1.181.033.214.19.39.193.611.013.306.014.618.11.913.062-.117.117-.238.169-.36l.171-.04c.008.082.015.163.021.245-.115.146-.092.34-.106.514l-.298-.113a4.64 4.64 0 0 1-.064-.164l-.004-.037c.079-.399-.166-.729-.239-1.101l-.001-.038c.072-.438-.11-.839-.23-1.246l-.001-.081c.053-.305-.099-.563-.24-.817.003-.116.005-.233.031-.346z"/><path fill="#262630" d="M2.857 6.793c.293-.026.587-.03.879.01.01.15.026.3.019.451-.095.226-.29.386-.413.594-.093.162-.036.354-.014.527l.157.085.059.183.118.069c.371.433.635.94.99 1.384.102.212.209.422.32.63.233.138.164.431.251.648a.86.86 0 0 0 .597.24.435.435 0 0 0 .194-.369c.011-.292.134-.565.135-.858.006-1.117.058-2.241-.015-3.352-.093-.086-.186-.172-.272-.265.23-.027.405.144.528.314.003.19-.022.38.008.569.161-.039.424-.082.417-.297.037-.222-.123-.65.242-.593-.078.157-.156.32-.165.497a31.7 31.7 0 0 0-.058 2.466c.027.577-.064 1.157.016 1.732a.869.869 0 0 0 .702-.046l.04-.18a3.05 3.05 0 0 1 .033-.129c.198-.163.183-.463.4-.611l.037-.115.048-.037a6.425 6.425 0 0 1-.062.393c-.297.075-.14.426-.326.596-.092.102-.213.17-.326.246-.195.288-.571.099-.85.089-.392-.092-.778.192-1.163.044a10.75 10.75 0 0 1-.545-.376c-.023-.157.044-.31.081-.461-.345-.077-.356-.494-.504-.753-.335-.31-.533-.746-.711-1.157l-.146-.08a3.33 3.33 0 0 0-.24-.25c-.096-.206-.324-.448-.156-.675.18-.288.319-.605.536-.868-.058-.067-.091-.182-.192-.19-.492-.054-.989.007-1.482-.045.277-.03.555-.037.833-.057z"/><path fill="#bebfbf" d="M11.865 6.799l.181-.021-.012.217c-.208.053-.178.293-.222.458a7.314 7.314 0 0 1-.014-.444l.011-.075c.018-.045.036-.09.056-.135z"/><path fill="#979698" d="M5.394 7.005c.246-.071.5-.055.74.029-.067 1.002.089 2.016-.071 3.011-.168.441-.13.915-.189 1.375-.136.013-.278.062-.412.016-.097-.259-.256-.498-.301-.776.233.192.262.496.374.757.107-.087.213-.176.321-.261.083-.6.027-1.209.085-1.811.029-.305.145-.614.046-.918-.129-.442-.029-.902-.062-1.351-.156-.096-.357-.041-.531-.071z"/><path fill="#5a5f68" d="M6.135 7.034c.073 1.111.02 2.235.015 3.352-.001.292-.124.566-.135.858a.434.434 0 0 1-.194.369.855.855 0 0 1-.597-.24c-.087-.217-.018-.51-.251-.648a16.923 16.923 0 0 1-.32-.63c-.356-.443-.619-.951-.99-1.384l-.118-.069-.059-.183-.157-.085c-.022-.173-.08-.365.014-.527.123-.208.318-.368.413-.594-.008.143-.017.299-.126.406-.254.286-.163.753.138.97l.009.035.044.164c.111.07.194.172.253.287l.134.043a.537.537 0 0 0 .21.273c.077.212.218.388.337.576.157.121.21.314.249.499l.134.045.024.109c.046.277.204.516.301.776.133.046.276-.003.412-.016.059-.46.021-.933.189-1.375.159-.996.004-2.01.071-3.011z"/><path fill="#8b8b92" d="M9.242 7.006l.168.031c.089.209.296.361.318.597.025.171-.013.343-.049.51l-.163.05-.065.214-.167.067a4.758 4.758 0 0 1-.046.199 4.343 4.343 0 0 1-.099.175l-.13.029.018-.186.141-.047.078-.191c.202-.265.512-.559.413-.921l-.141-.057a2.62 2.62 0 0 0-.277-.468z"/><path fill="#828387" d="M11.566 7.692c-.01-.252.132-.464.232-.683-.001.148.006.296.014.444l.001.016-.248.223z"/><path fill="#91918f" d="M1.426 7.204c.141.254.293.512.24.817-.119-.262-.302-.511-.24-.817z"/><path fill="#c1c3c4" d="M11.566 7.692l.248-.223c.048.175-.053.316-.146.451-.16.244.042.612-.2.809-.138.282-.097.601-.126.903 0 .168-.153.28-.178.44-.028.172-.027.348-.061.519.007-.262-.013-.524-.013-.786l.009-.154c.242-.269.249-.633.232-.974l.002-.034c.225-.253.269-.588.232-.914l.002-.037z"/><path fill="#7e8186" d="M11.332 8.643c-.057-.333.154-.608.232-.914.037.326-.007.661-.232.914z"/><path fill="#808686" d="M6.963 9.534c-.003-.544.054-1.085.102-1.627.046.92.043 1.843-.017 2.763-.014.198-.049.41.051.593.135.063.289.023.405-.061.067-.166.079-.365.229-.486.105-.195.226-.382.338-.574l-.009.232-.037.115c-.218.148-.203.448-.4.611l-.033.129c-.143.102-.297.19-.468.238l-.094-.171c-.256-.105-.154-.411-.162-.626 0-.382.037-.761.095-1.137z"/><path fill="#90908e" d="M1.667 8.102c.12.407.302.808.23 1.246-.182-.392-.295-.81-.23-1.246z"/><path fill="#909498" d="M3.777 8.664c.231.058.322.309.431.495l-.134-.043a.716.716 0 0 0-.253-.287 7.846 7.846 0 0 0-.044-.164z"/><path fill="#545751" d="M9.139 8.847c.034-.058.068-.116.099-.175l.006.22-.158.043c-.16.246-.324.49-.495.729-.192.203-.25.509-.48.674l-.048.037a8.82 8.82 0 0 1 .009-.232l.012-.064.133-.048c.092-.22.252-.402.349-.619l.122-.092c.092-.159.221-.291.322-.443l.13-.029z"/><path fill="#7e7e84" d="M11.098 9.652c-.083-.359.163-.643.232-.974.017.342.01.705-.232.974z"/><path fill="#908d89" d="M1.899 9.386c.074.372.318.702.239 1.101-.175-.343-.296-.709-.239-1.101z"/><path fill="#403f45" d="M2.588 10.043c.12-.342.596-.239.762.014.047.081.099.16.157.233l-.135-.007-.057-.004-.055-.215c-.09-.006-.179-.012-.269-.016l-.075-.002a35.651 35.651 0 0 1-.327-.004z"/><path fill="#c1c2c2" d="M9.979 9.832c.132-.011.265-.024.397-.02.013.063.027.126.043.189a.404.404 0 0 1 .21.301l.006.164.006.328c-.259-.161-.263-.476-.271-.747-.342-.086-.563.19-.799.379-.131.182-.321.321-.394.541-.12.037-.169.141-.195.255-.269.05-.144.381-.349.497-.138.092-.079.302-.213.4-.169.122-.102.371-.255.508-.181.156-.021.502-.312.557a2.611 2.611 0 0 1-.099.588l-.152.049c-.028.263.068.622-.222.766-.056.257-.004.526-.069.782-.386.403-.087 1.012-.276 1.491a1.49 1.49 0 0 0-.147.643c-.016 1.117.002 2.236-.029 3.353.011.141-.115.218-.188.319-.037.194-.045.392-.091.585a6.78 6.78 0 0 1-.247.001c.099-.226.357-.353.277-.642.007-.352.256-.647.23-1.005 0-1.017.009-2.035-.008-3.052l.01-.164c.013-.24.04-.483.15-.701.169-.35-.006-.777.224-1.107.12-.174.102-.391.102-.591.002-.071.005-.142.011-.213l.152-.024c.057-.284.052-.595.254-.824.044-.358.303-.637.342-.995l.143-.092c.035-.18.068-.379.239-.483.088-.425.501-.674.601-1.096l.106-.05.067-.162.161-.076.066-.17.161-.075.077-.165a9.67 9.67 0 0 1 .182-.056l.097-.184z"/><path fill="#7f7f82" d="M10.377 9.812l.209.015c.023.157.038.316.044.475a.407.407 0 0 0-.21-.301c-.016-.063-.029-.126-.043-.189z"/><path fill="#91908d" d="M10.743 10.664c.318-.171.33-.541.346-.859 0 .262.02.524.013.786a4.47 4.47 0 0 1-.013.163c-.149.015-.298.027-.448.039l-.006-.328c.033.067.07.133.107.199z"/><path fill="#9b9898" d="M2.588 10.043l.327.004c-.066.123-.156.232-.306.241a10.115 10.115 0 0 0-.021-.245z"/><path fill="#939194" d="M2.991 10.049c.09.003.179.009.269.016l.055.215-.181-.013c-.046-.074-.092-.148-.144-.218z"/><path fill="#282731" d="M3.351 10.057l.138.021c.094.081.194.156.277.249.237.496.668.869.899 1.373.235.583.554 1.141.657 1.767.178.36.15.778.326 1.139.134.3.09.634.103.952-.001.283.203.519.191.804-.002.291.07.655.373.776.045-.212.116-.416.195-.617.108-.266.04-.562.113-.834.314-.603.351-1.313.668-1.915.103.456-.308.817-.216 1.275-.009.214-.102.407-.2.593-.047.581-.287 1.129-.266 1.717-.037 1.154.028 2.311-.056 3.463-.002.346-.217.631-.311.953a7.263 7.263 0 0 0-.295-.009c-.024-.083-.037-.167-.064-.249a2.98 2.98 0 0 0 .021-.647c-.05-1.06.037-2.12.017-3.179.002-.514.028-1.048-.18-1.532-.071-.464-.025-.948-.2-1.392-.12-.323.005-.741-.279-.992a1.955 1.955 0 0 0-.212-.787c-.114-.53-.437-.98-.617-1.486l-.12-.1c-.129-.196-.276-.385-.355-.61l-.128-.054a2.479 2.479 0 0 0-.323-.45 2.112 2.112 0 0 1-.157-.233z"/><path fill="#817d7b" d="M2.503 10.801c.013-.174-.009-.368.106-.514.019.24 0 .48-.023.719-.183-.001-.322-.121-.443-.244l-.001-.239c.02.055.042.11.064.164l.298.113z"/><path fill="#7a797c" d="M3.372 10.283l.135.007c.121.139.235.286.323.45l.128.054c.079.225.226.414.355.61l.12.1c.18.507.503.956.617 1.486.131.243.191.512.212.787l.023.199c.146.145.139.351.133.541-.231-.26-.217-.615-.274-.934a2.253 2.253 0 0 1-.241-.759c-.121-.18-.224-.371-.233-.594-.189-.095-.2-.315-.234-.498a11.004 11.004 0 0 0-.148-.083c-.039-.175-.106-.349-.267-.447l-.053-.18-.124-.06c-.158-.226-.327-.444-.474-.678z"/><path fill="#7f8185" d="M9.009 10.801a1.42 1.42 0 0 1 .053-.03c-.1.422-.513.67-.601 1.096-.171.104-.203.304-.239.483l-.143.092c-.039.358-.298.637-.342.995-.202.229-.197.54-.254.824l-.152.024c.074-.51.367-.948.493-1.44.202-.474.463-.918.72-1.364.109-.127.187-.276.254-.429.072-.082.138-.168.21-.249z"/><path fill="#5d5b5f" d="M5.262 13.777c.284.251.159.668.279.992.175.444.129.928.2 1.392-.027.375.034.744.124 1.106.038.566.052 1.143-.086 1.698-.069.759-.032 1.524.001 2.285-.008.103.041.19.103.268.026.082.04.166.064.249l-.059.004-.017-.175-.166-.123c-.067-1.751.103-3.502-.032-5.251.036-.586-.242-1.123-.254-1.705.006-.19.012-.396-.133-.541a13.466 13.466 0 0 1-.023-.199z"/><path fill="#919295" d="M5.419 14.517c.012.582.29 1.119.254 1.705.135 1.749-.035 3.5.032 5.251l.166.123.017.175-.196-.007a20.505 20.505 0 0 0-.047-.263c.006-1.649.025-3.298.004-4.948.013-.378-.183-.718-.204-1.09a6.777 6.777 0 0 1-.026-.945z"/><path fill="#7c7c81" d="M7.075 15.049c.035-.202.116-.393.245-.552 0 .2.018.417-.102.591-.23.33-.055.757-.224 1.107-.11.217-.137.461-.15.701.006-.397-.037-.807.104-1.189l-.074-.065c.098-.185.191-.379.2-.593z"/><path fill="#e5e5e5" d="M5.419 16.109c.068.286.126.576.13.871.021 1.107-.007 2.214-.012 3.321-.044.403-.041.816.108 1.199l.047.263-.113-.008c-.087-.225-.197-.446-.169-.695.007-1.65-.001-3.302.009-4.951z"/><path fill="#434347" d="M5.741 16.16c.207.483.182 1.017.18 1.532.02 1.06-.067 2.119-.017 3.179a2.98 2.98 0 0 1-.021.647c-.062-.078-.111-.166-.103-.268-.034-.761-.071-1.526-.001-2.285.138-.555.124-1.132.086-1.698-.09-.362-.15-.731-.124-1.106z"/><path fill="#7f7f85" d="M6.72 19.492c.062-.808-.052-1.634.115-2.432.018 1.017.009 2.035.008 3.052.026.358-.223.653-.23 1.005 0-.543.009-1.089.107-1.625z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-all-directions-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#616167" d="M3.66.267c.471-.034.944-.012 1.415.006 5.597-.016 11.194.004 16.791 0 .296-.005.598-.061.892-.002-.328.023-.658.008-.987.014C15.874.284 9.977.287 4.079.283A4.514 4.514 0 0 1 3.66.267zM14.242 6.541c.12.003.24.014.361.023.157.451-.32.718-.446 1.098-.064.276.172.48.314.684.67.925 1.42 1.818 1.866 2.878l.138.044c.107.116.247.203.297-.006l.029-.009c.059-.014.117-.028.176-.04a6.772 6.772 0 0 0-.055-1.249c-.092-.524-.012-1.062-.137-1.583-.018-.391-.001-.783-.014-1.174.01-.178-.129-.304-.231-.431l.219-.016.046.005c.312 1.344.157 2.731.228 4.096 0 .183.018.381-.07.549-.197.154-.539.123-.673-.1-.092-.138-.174-.283-.261-.425-.286-.572-.659-1.092-1.012-1.624-.202-.276-.468-.505-.618-.817-.065-.145-.175-.259-.277-.378-.188-.197-.001-.468.015-.693.161-.198.473-.463.241-.726-.044-.037-.09-.072-.135-.107z"/><path fill="#1a1919" d="M.1 1.516C.274.856.885.223 1.613.281 2.296.279 2.978.29 3.66.266a4.5 4.5 0 0 0 .419.016c5.898.004 11.795.001 17.692.002.329-.006.658.009.987-.014.502.217.899.629 1.1 1.137v21.169c.01.661-.521 1.164-1.081 1.423H1.173c-.617-.272-1.157-.907-1.079-1.613C.1 15.429.091 8.472.101 1.515M1.437.443C.745.517.2 1.211.253 1.898.257 8.793.252 15.687.255 22.581c.037.555.449 1.069.981 1.231.231.056.471.065.708.062 6.782-.003 13.564.003 20.346-.003.735.033 1.406-.609 1.419-1.339V1.754c-.018-.727-.686-1.365-1.418-1.332C15.54.416 8.789.422 2.039.419c-.201-.001-.403-.005-.602.025z"/><path fill="#1a1919" d="M1.54.741C8.029.715 14.521.74 21.011.729c.543-.006 1.1-.091 1.631.064.368.09.618.434.727.779.074.468.03.946.028 1.417l.001 19.589c-.052.605-.665 1.011-1.244.98-6.61.009-13.22.001-19.83.004-.447-.012-.934.025-1.329-.224-.298-.195-.43-.559-.432-.903.005-6.26.001-12.521.002-18.782C.532 2.999.508 2.34.592 1.689c.078-.47.428-.951.947-.947m-.307.823c-.113.269-.072.57-.076.854.002 6.641-.001 13.283.002 19.924-.008.295.16.645.502.624 3.591.01 7.183 0 10.775.005-.004-3.402-.001-6.804-.002-10.207h.591c-.001 3.402.001 6.804-.001 10.207 3.01-.006 6.02.004 9.03-.005.294.009.673-.058.754-.391.001-6.56-.001-13.121.001-19.682-.018-.46.169-.98-.126-1.386-.098-.167-.312-.186-.486-.187H1.706c-.184-.001-.398.059-.475.244z"/><path fill="#1a1919" d="M1.839 9.453c1.285-.403 2.57-.81 3.856-1.209.253-.104.587.197.442.455-.192.337-.438.641-.648.967.672.2 1.365.409 1.922.852 1.276.901 2.142 2.382 2.224 3.951.044.937.001 1.876.009 2.815H7.92c-.003-.876.004-1.753-.003-2.629-.068-1.599-1.344-3.042-2.926-3.3-.008.374.015.749-.01 1.122-.037.283-.455.369-.613.139-.84-1.055-1.688-2.105-2.528-3.162zM2.624 18.427c.439-.128.969.003 1.189.432.373.783.378 1.788-.132 2.512-.415.45-1.292.381-1.586-.178-.369-.734-.38-1.656.026-2.378a.79.79 0 0 1 .502-.388m.195.483c-.205.035-.313.243-.375.422-.168.519-.164 1.118.098 1.606.194.317.731.271.866-.079.22-.528.233-1.159-.006-1.684-.092-.222-.357-.328-.583-.265zM4.578 18.441l.506-.001c.389.67.768 1.345 1.158 2.014.002-.671 0-1.342.001-2.013h.495v3.164c-.148 0-.296 0-.444.002-.408-.711-.799-1.431-1.207-2.141-.003.713 0 1.426-.002 2.139h-.507v-3.164zM7.305 18.441h.496v2.704h1.464l.002.458c-.654.005-1.307 0-1.96.003-.002-1.055 0-2.11-.001-3.165zM9.327 18.442c.199-.002.397-.001.596-.002.259.403.513.808.767 1.214.267-.399.512-.813.776-1.214l.572.003c-.312.51-.625 1.018-.941 1.526-.068.118-.171.231-.157.378 0 .42.002.84 0 1.26h-.496c-.012-.464.022-.931-.016-1.392-.352-.599-.741-1.178-1.103-1.772z"/><path fill="#fffffe" d="M1.437.443c.199-.029.401-.026.602-.025C8.789.42 15.54.415 22.291.421c.732-.033 1.4.606 1.418 1.332v20.778c-.013.73-.684 1.372-1.419 1.339-6.782.006-13.564 0-20.346.003a2.759 2.759 0 0 1-.708-.062 1.424 1.424 0 0 1-.981-1.231C.252 15.685.256 8.791.253 1.897.201 1.21.745.516 1.437.442m.103.299c-.519-.004-.869.477-.947.947-.084.651-.06 1.31-.027 1.964-.001 6.26.003 12.521-.002 18.782.002.344.134.708.432.903.395.249.882.212 1.329.224 6.61-.002 13.22.005 19.83-.004.579.03 1.192-.376 1.244-.98l-.001-19.589c.002-.471.046-.949-.028-1.417-.109-.345-.359-.689-.727-.779-.531-.154-1.089-.069-1.631-.064C14.522.739 8.03.714 1.541.74z"/><path fill="#fffffe" d="M1.232 1.565c.077-.185.292-.245.475-.244h20.49c.174 0 .388.02.486.187.295.406.108.927.126 1.386-.003 6.561 0 13.122-.001 19.682-.081.333-.461.4-.754.391-3.01.009-6.02 0-9.03.005.003-3.403 0-6.805.001-10.207a58.214 58.214 0 0 0-.591 0c.001 3.402-.002 6.804.002 10.207-3.592-.004-7.184.006-10.775-.005-.342.021-.51-.329-.502-.624-.003-6.641 0-13.283-.002-19.924.004-.285-.037-.585.076-.854M16.78 3.564c-.021.116-.039.233-.057.349l-.177.12c.041.405-.325.662-.304 1.057-.326.17-.101.633-.42.812.039.339-.302.545-.265.879.313.093.739-.072.97.201-.072.305.198.543.175.843.003 1.028.003 2.056.011 3.084-.017.09.03.257-.109.252-.125-.229-.229-.469-.372-.687l-.099.059c-.415-.843-1.056-1.548-1.574-2.327-.112-.169-.277-.36-.2-.578.056-.249.313-.389.36-.64.034-.14.007-.285-.017-.424-.292-.068-.495-.378-.827-.257a28.245 28.245 0 0 0-2.058 0c-.004.15-.004.301-.005.452.003.075.008.15.013.226.243.079.183.357.208.556.001.169.15.282.2.435.056.197.006.408.063.604.087.157.184.313.232.488l.003.076c-.039.229-.059.484.07.69.141.212.101.477.169.712.001.064.005.129.008.194a4.8 4.8 0 0 1 .432.051c.304-.109.255-.469.287-.727.131.002.282-.036.396.048.315.24.622.52.787.888l.201-.021-.033.246.201.055.074.342.164.118c.122.462.506.824.544 1.31.293.137.122.515.337.71.18.184.049.476.158.685.344.228.058.713.284 1.008.208.232.115.565.146.848-.04.389-.019.786.122 1.154.162 1.056-.017 2.138.111 3.194.008.137-.009.296.097.401.181.185.114.471.195.701l.194.02.07-.007.381.012.011-.018.236.007.105-.013a1.6 1.6 0 0 0 .175-.835c-.018-1.602 0-3.207-.012-4.808.028-.605.212-1.185.262-1.787.351-1.417.864-2.854 1.911-3.917.137-.169.392-.145.554-.028.088.206-.012.461.096.659.147.022.294-.007.438-.031.084-.225.272-.411.269-.664.013-.328.114-.639.208-.951.068-.83.386-1.624.339-2.466.003-.263-.339-.176-.505-.253-.458-.184-.961-.162-1.443-.121-.065-.014-.136-.027-.199 0-.258-.111-.322.194-.502.302-.06.19-.002.365.121.513.074.388.204.824.007 1.198-.514.503-.847 1.153-1.256 1.738-.137.153-.104.413-.315.504a6.55 6.55 0 0 0-.082.422l-.116.001c-.071-.439-.231-.865-.233-1.313a23.958 23.958 0 0 1 .015-2.471c.023-.12.026-.275.136-.351.212-.081.457.005.663-.098.092-.106.097-.268.075-.401-.344-.855-.665-1.714-1-2.57-.149-.252-.202-.56-.426-.765-.144 0-.287-.001-.43.001a.481.481 0 0 1-.248.304M1.839 9.453c.84 1.056 1.688 2.106 2.528 3.162.158.231.576.144.613-.139.026-.373.003-.748.01-1.122 1.582.258 2.858 1.701 2.926 3.3.007.876 0 1.753.003 2.629h1.724c-.007-.938.035-1.877-.009-2.815-.083-1.568-.948-3.05-2.224-3.951-.558-.443-1.251-.652-1.922-.852.21-.326.456-.63.648-.967.145-.258-.189-.559-.442-.455-1.286.399-2.571.807-3.856 1.209m.786 8.975a.79.79 0 0 0-.502.388c-.406.722-.395 1.644-.026 2.378.294.559 1.17.628 1.586.178.51-.725.505-1.729.132-2.512-.22-.429-.75-.56-1.189-.432m1.953.014v3.164h.507c.002-.713-.001-1.426.002-2.139.408.71.799 1.431 1.207 2.141l.444-.002v-3.164h-.495c-.002.671.001 1.342-.001 2.013-.39-.669-.769-1.345-1.158-2.014l-.506.001m2.727 0c0 1.055-.001 2.11.001 3.165.653-.003 1.307.002 1.96-.003l-.002-.458H7.8v-2.704h-.496m2.023.001c.362.594.751 1.172 1.103 1.772.038.461.004.928.016 1.392h.496v-1.26c-.014-.146.088-.26.157-.378.315-.508.628-1.016.941-1.526-.191-.001-.382 0-.572-.003-.264.401-.509.815-.776 1.214-.254-.406-.508-.811-.767-1.214-.199.001-.397 0-.596.002z"/><path fill="#fffffe" d="M2.818 18.91c.226-.064.49.043.583.265.239.525.226 1.155.006 1.684-.134.35-.672.396-.866.079-.262-.488-.267-1.087-.098-1.606.062-.178.17-.387.375-.422z"/><path fill="#bebfc2" d="M16.78 3.564a.481.481 0 0 0 .248-.304c-.004.073-.007.146-.013.219.009.144-.074.256-.187.333a9.36 9.36 0 0 0-.028.164c-.118.174-.249.345-.282.559-.263.732-.574 1.448-.859 2.17.123.041.251.069.381.072.167.009.335.008.502-.001.102.127.241.253.231.431.012.391-.004.783.014 1.174-.037.958.016 1.915.015 2.872l-.029.009c-.034-1.256-.008-2.514-.021-3.77.004-.196-.103-.366-.224-.51-.231-.273-.657-.108-.97-.201-.037-.333.304-.54.265-.879.32-.179.094-.643.42-.812-.021-.395.345-.652.304-1.057l.177-.12c.018-.116.037-.233.057-.349z"/><path fill="#6b6d71" d="M17.028 3.26c.143-.002.286-.001.43-.001.001.2.029.409.184.553.268.766.599 1.516.89 2.278.193.271.167.613.12.925-.233 0-.467-.011-.7-.004l-.119.01.203-.245c.175.02.345.07.51.131.024-.068.049-.137.071-.205-.143-.61-.505-1.162-.678-1.77-.042-.231-.248-.398-.249-.641.005-.294-.278-.486-.26-.787a.752.752 0 0 0-.415-.025c.006-.073.009-.146.013-.219z"/><path fill="#c3c5c6" d="M17.458 3.258c.224.205.277.512.426.765.334.856.655 1.716 1 2.57.021.133.016.295-.075.401-.206.103-.451.017-.663.098-.111.076-.113.231-.136.351a23.958 23.958 0 0 0-.015 2.471c.001.449.162.874.233 1.313l.116-.001c.023-.141.048-.282.082-.422.211-.091.179-.351.315-.504.409-.586.742-1.236 1.256-1.738.197-.374.067-.81-.007-1.198-.123-.148-.181-.323-.121-.513.18-.108.244-.413.502-.302-.386.173-.401.613-.267.962.072.187.262.33.232.551.037.249-.208.394-.266.617l-.129.026c-.112.15-.21.309-.298.474-.329.483-.65.972-.944 1.476-.219.202-.281.498-.378.766-.148-.123-.351-.243-.347-.462-.034-.507-.016-1.017-.052-1.524-.021-.337-.15-.673-.054-1.01.128-.464.017-.946.084-1.416.233-.008.466.003.7.004.047-.312.073-.655-.12-.925-.291-.762-.622-1.513-.89-2.278-.154-.144-.182-.352-.184-.553z"/><path fill="#434452" d="M17.015 3.479a.753.753 0 0 1 .415.025c-.018.301.265.493.26.787-.179-.184-.273-.425-.372-.657-.306.185-.39.563-.508.876-.064.483-.397.859-.553 1.31-.097.291-.278.549-.337.853l.19.011c.218.01.435.037.65.077l-.219.016a4.67 4.67 0 0 1-.502.001c-.082-.026-.161-.056-.241-.086.26-.928.797-1.77 1.001-2.715l.028-.164c.113-.077.197-.189.187-.333z"/><path fill="#17182d" d="M16.809 4.509c.119-.313.202-.691.508-.876.099.232.193.473.372.657 0 .243.207.409.249.641.173.608.535 1.16.678 1.77-.279-.289-.305-.716-.505-1.055-.023-.322-.376-.349-.627-.335.043.301.298.543.237.863.02.119-.108.123-.189.156-.022-.096-.046-.191-.067-.286a18.31 18.31 0 0 0-.407.007c-.034-.075-.079-.146-.113-.221-.258.009-.422.202-.489.436-.122.024-.243.051-.365.074.007.114.012.228.02.342l-.19-.011c.059-.304.24-.562.337-.853.155-.451.489-.827.553-1.31z"/><path fill="#797b86" d="M16.517 4.535c.033-.214.164-.386.282-.559-.204.945-.741 1.787-1.001 2.715.08.029.16.06.241.086a1.304 1.304 0 0 1-.381-.072c.286-.722.597-1.438.859-2.17z"/><path fill="#101018" d="M17.484 5.312c.251-.014.604.013.627.335.199.339.225.766.505 1.055a4.962 4.962 0 0 1-.071.205 2.185 2.185 0 0 0-.51-.131c-.245-.029-.452.146-.563.348.002.189.075.368.121.548l-.471.002c-.104-.283-.081-.588-.096-.884a16.742 16.742 0 0 0-.222-.025l-.046-.005a4.904 4.904 0 0 0-.65-.077c-.008-.114-.013-.229-.02-.342.122-.023.243-.05.365-.074.067-.234.231-.427.489-.436.034.075.079.146.113.221.136-.004.271-.006.407-.007.022.095.046.191.067.286.081-.032.209-.037.189-.156.062-.321-.194-.563-.237-.863z"/><path fill="#747578" d="M11.818 6.307a28.245 28.245 0 0 1 2.058 0c.112.071.217.152.322.233a1.791 1.791 0 0 1-.506-.039c-.529-.152-1.088-.135-1.633-.125-.029.756.459 1.417.496 2.166.016.251.196.454.212.706.039.452.056.938.334 1.321.092-.24.122-.496.145-.749.285-.111.638-.119.866.115 1.17 1.072 1.855 2.543 2.387 4.009.03.416.28.77.302 1.188.085.325.247.634.227.981-.003.257-.017.513-.013.769.023-.46-.255-.863-.239-1.321.017-.276-.171-.498-.216-.758-.013-.399-.227-.747-.302-1.133-.363-.938-.761-1.882-1.376-2.688-.211-.333-.513-.596-.79-.873-.158-.146-.338-.295-.568-.281-.279.25-.305.614-.313.965a5.193 5.193 0 0 0-.432-.051l-.008-.194c.01-.48.014-.975-.239-1.402l-.003-.076c.05-.333-.097-.628-.212-.926.009-.476-.354-.848-.294-1.334l-.21-.049c.001-.151.001-.301.005-.452z"/><path fill="#bebebf" d="M13.876 6.307c.332-.121.535.189.827.257.023.139.05.284.017.424-.047.251-.304.392-.36.64-.077.218.088.409.2.578.518.78 1.158 1.484 1.574 2.327.111.246.252.479.341.735l-.138-.044c-.446-1.06-1.196-1.953-1.866-2.878-.141-.204-.378-.409-.314-.684.126-.381.603-.647.446-1.098-.12-.009-.24-.02-.361-.023h-.044a3.874 3.874 0 0 0-.322-.233z"/><path fill="#292832" d="M12.059 6.376c.545-.01 1.104-.027 1.633.125.165.045.337.043.506.039h.044c.046.035.091.07.135.107-.492.005-.981-.076-1.471-.082-.236.124-.476.338-.563.593.146.407.254.828.404 1.235.028.491.231.943.325 1.421.17-.314.578-.311.865-.177.285.165.47.446.703.67.359.348.682.741.885 1.202.632.981 1.063 2.081 1.358 3.207.121.286.152.602.29.882.175.351.043.769.225 1.12.129.253.155.538.125.817l.14.001c-.039-.388.263-.694.246-1.077-.007-.261.088-.506.213-.73.017.489-.2.949-.181 1.439-.016.87.011 1.74.03 2.609.046.572-.051 1.142-.017 1.714-.007.095-.019.189-.03.284-.127-.006-.254-.009-.381-.012-.101-.39-.339-.74-.277-1.163-.003-1.178.006-2.357-.025-3.535.001-.331-.1-.647-.213-.954.02-.347-.142-.656-.227-.981-.021-.418-.272-.771-.302-1.188-.532-1.466-1.217-2.937-2.387-4.009-.228-.233-.581-.225-.866-.115-.023.254-.054.509-.145.749-.278-.383-.295-.868-.334-1.321-.016-.251-.196-.454-.212-.706-.037-.749-.525-1.41-.496-2.166z"/><path fill="#0f121e" d="M12.343 7.159c.087-.255.327-.47.563-.593.489.005.979.086 1.471.082.232.263-.08.528-.241.726-.21.167-.309.45-.203.705.106.174.303.258.466.366.151.313.416.541.618.817.353.532.727 1.052 1.012 1.624-.058.307.178.511.398.674.239.305.631.131.955.147.338-.055.67.089 1.006.043.213-.069.373-.241.576-.335.216-.1.066-.371.033-.541l.283.028c-.005-.287.056-.587.244-.812.307-.331.458-.768.699-1.142.24-.23.522-.482.547-.835-.118-.377-.385-.688-.588-1.023.084-.09.166-.212.305-.205.511-.031 1.024.018 1.536-.015.055.005.111.01.166.017.057.277-.016.554-.133.805-.215.472-.016 1.027-.259 1.491-.119.232-.089.498-.084.749v.069c-.026.133-.064.263-.099.393-.167-.287-.439-.65-.82-.548-.708.405-1.066 1.162-1.514 1.812-.222.477-.445.957-.621 1.454-.189.871-.557 1.715-.538 2.62-.125.224-.22.469-.213.73.017.383-.285.689-.246 1.077l-.14-.001c.03-.279.005-.564-.125-.817-.183-.351-.05-.769-.225-1.12-.138-.28-.169-.596-.29-.882-.295-1.126-.726-2.225-1.358-3.207-.203-.461-.526-.854-.885-1.202-.234-.223-.419-.505-.703-.67-.287-.134-.695-.137-.865.177-.093-.478-.297-.93-.325-1.421-.15-.407-.258-.828-.404-1.235z"/><path fill="#8b8e90" d="M20.37 6.55c.063-.027.133-.014.199 0a6.52 6.52 0 0 0 1.166.222c-.405.025-.809-.003-1.214.008-.132.002-.265.014-.397.023-.009.149-.022.298-.022.447-.001.087-.002.174.001.261-.135-.349-.12-.789.267-.962z"/><path fill="#cecdcd" d="M20.569 6.55c.482-.04.986-.063 1.443.121.166.077.508-.009.505.253.046.842-.271 1.636-.339 2.466-.094.311-.195.623-.208.951.003.253-.185.439-.269.664-.145.025-.292.053-.438.031-.108-.199-.008-.453-.096-.659-.162-.117-.418-.141-.554.028-1.047 1.063-1.56 2.5-1.911 3.917-.05.602-.234 1.182-.262 1.787-.06.287-.124.575-.129.87-.025 1.091.008 2.182.013 3.273.036.431.045.873-.118 1.282.017-1.661-.025-3.322.004-4.982-.005-.391.174-.751.203-1.137.042-.332-.017-.684.129-.997.172-.34.092-.748.297-1.076.179-.765.576-1.453.94-2.143.029-.063.057-.127.087-.189l.158-.038c.099-.142.195-.285.296-.426.133-.212.408-.272.528-.497l.107-.005.111.205.208.026a2.715 2.715 0 0 0-.001.737c.251-.016.487-.209.456-.479l.008-.09c.172-.328.274-.685.217-1.059l.001-.08c.196-.421.301-.878.242-1.344v-.037c.285-.311.263-.742.232-1.134l-.222-.005-.471-.012a6.503 6.503 0 0 1-1.166-.222z"/><path fill="#b8b9bb" d="M11.813 6.759l.21.049c-.06.486.303.858.294 1.334.114.298.262.592.212.926-.049-.175-.145-.331-.232-.488-.057-.196-.007-.407-.063-.604-.049-.154-.198-.266-.2-.435-.025-.199.035-.477-.208-.556l-.013-.226z"/><path fill="#2d2c34" d="M16.805 6.765l.222.025c.015.296-.008.6.096.884l.471-.002c-.046-.181-.12-.36-.121-.548.111-.202.317-.377.563-.348l-.203.245-.1.016-.032.007c-.019 1.074.012 2.147-.013 3.22a22.19 22.19 0 0 1-.101-2.391c-.157.135-.305.28-.436.441.196.319.076.695-.009 1.028-.026.522-.035 1.051.071 1.566a.644.644 0 0 1-.22.672c-.15.179-.39.042-.564-.021-.22-.162-.456-.367-.398-.674.087.142.168.287.261.425.134.223.476.254.673.1.087-.168.069-.366.07-.549-.071-1.365.084-2.752-.228-4.096z"/><path fill="#1f242e" d="M20.124 6.803c.132-.009.264-.021.397-.023.498.073 1.005.013 1.503.089-.512.033-1.025-.016-1.536.015-.139-.007-.221.115-.305.205.203.335.47.646.588 1.023-.025.353-.307.606-.547.835-.241.374-.392.812-.699 1.142-.189.225-.249.525-.244.812l-.283-.028c.033.17.183.442-.033.541-.203.093-.363.266-.576.335-.336.046-.667-.098-1.006-.043-.323-.016-.716.158-.955-.147.175.063.414.2.564.021a.646.646 0 0 0 .22-.672c-.106-.515-.097-1.044-.071-1.566.085-.333.205-.71.009-1.028.131-.161.279-.306.436-.441a22.45 22.45 0 0 0 .101 2.391c.035.377.132.745.159 1.122.118.367.604.212.784-.014.071-.247.091-.519.28-.714.421-.771.919-1.503 1.493-2.17.162-.168.23-.432.113-.645-.125-.206-.306-.374-.413-.592 0-.149.012-.298.022-.447z"/><path fill="#464543" d="M20.521 6.78c.405-.011.81.017 1.214-.008l.471.012c.111.121.264.278.176.456-.099.217-.222.434-.186.683v.037c-.123.44-.302.876-.242 1.344l-.001.08a1.227 1.227 0 0 1-.24.546c-.004-.251-.035-.517.084-.749.243-.464.044-1.018.259-1.491.118-.251.19-.528.133-.805l-.166-.017c-.498-.076-1.005-.016-1.503-.089z"/><path fill="#91918f" d="M22.206 6.784l.222.005c.03.392.052.823-.232 1.134-.036-.249.087-.466.186-.683.087-.178-.065-.335-.176-.456z"/><path fill="#e2e5e4" d="M16.527 6.982c.121.144.228.314.224.51.014 1.256-.012 2.514.021 3.77-.099 0-.198.002-.297.006-.089-.256-.23-.489-.341-.735l.099-.059c.143.218.247.459.372.687.138.004.092-.162.109-.252-.008-1.028-.008-2.056-.011-3.084.023-.301-.247-.539-.176-.843z"/><path fill="#5c6269" d="M17.7 7.044l.032-.007c.057.999-.099 2.01.067 3.002.154.447.128.921.185 1.383.135.014.271.026.406.034.097-.269.237-.522.307-.801.295-.504.615-.992.944-1.476.184-.124.353-.286.427-.5.058-.223.303-.369.266-.617.03-.222-.16-.364-.232-.551a5.683 5.683 0 0 1-.001-.261c.107.218.288.386.413.592.117.212.049.476-.113.645a12.574 12.574 0 0 0-1.493 2.17c-.19.195-.209.467-.28.714-.18.226-.665.38-.784.014-.027-.377-.124-.745-.159-1.122.025-1.073-.006-2.146.013-3.22z"/><path fill="#979698" d="M17.732 7.037l.1-.016.119-.01c-.067.47.044.952-.084 1.416-.096.337.033.673.054 1.01.036.507.018 1.017.052 1.524-.003.219.199.339.347.462.097-.268.159-.564.378-.766-.07.279-.21.531-.307.801-.136-.009-.271-.02-.406-.034-.057-.462-.031-.936-.185-1.383-.166-.992-.01-2.003-.067-3.002z"/><path fill="#383742" d="M13.933 8.078c-.105-.255-.006-.538.203-.705-.016.225-.203.496-.015.693.102.119.212.233.277.378-.164-.108-.36-.193-.466-.366z"/><path fill="#848481" d="M21.954 9.305c-.06-.468.119-.905.242-1.344.059.466-.046.923-.242 1.344z"/><path fill="#838b89" d="M16.786 8.382c.124.52.045 1.059.137 1.583.061.413.071.832.055 1.249a9.074 9.074 0 0 0-.176.04c0-.957-.052-1.915-.015-2.872z"/><path fill="#909498" d="M19.941 8.706l.129-.026c-.074.215-.242.377-.427.5a3.59 3.59 0 0 1 .298-.474z"/><path fill="#bbbbbd" d="M12.532 9.144c.253.427.249.922.239 1.402-.068-.235-.028-.5-.169-.712-.129-.205-.109-.461-.07-.69z"/><path fill="#8c8985" d="M21.714 9.931c.118-.162.21-.346.24-.546.057.373-.045.731-.217 1.059-.009-.148-.021-.296-.022-.443v-.069z"/><path fill="#cbcbc9" d="M13.523 9.826c.23-.014.409.135.568.281.277.277.579.539.79.873l-.201.021c-.165-.369-.472-.648-.787-.888-.114-.084-.264-.046-.396-.048-.032.258.017.618-.287.727.007-.351.033-.715.313-.965z"/><path fill="#464549" d="M20.795 9.845c.381-.102.653.261.82.548.035-.13.073-.26.099-.393.001.148.013.296.022.443l-.008.09c-.075.138-.218.209-.354.274a2.904 2.904 0 0 0-.101-.532l-.055-.207a5.793 5.793 0 0 0-.265-.023l-.107.005c-.071.007-.141.016-.211.025-.27.3-.605.555-.771.936l-.087.189c-.242.135-.333.41-.455.641-.254.493-.444 1.015-.631 1.536-.054.217-.06.448-.162.652-.167.354-.095.759-.215 1.126-.108.324-.123.667-.152 1.006-.069.774-.278 1.539-.162 2.32.205.974.083 1.975.088 2.962a11.61 11.61 0 0 1-.134.05c-.034-.572.063-1.142.017-1.714-.018-.869-.046-1.739-.03-2.609-.019-.49.197-.95.181-1.439-.019-.904.349-1.749.538-2.62.176-.497.399-.977.621-1.454.448-.65.806-1.407 1.514-1.812z"/><path fill="#8d8d8e" d="M20.636 10.074c.07-.009.14-.018.211-.025-.12.224-.395.285-.528.497-.101.141-.197.284-.296.426l-.158.038c.166-.381.501-.637.771-.936z"/><path fill="#9b9898" d="M20.954 10.044c.088.005.176.014.265.023l.055.207-.208-.026-.111-.205z"/><path fill="#817d7b" d="M21.273 10.275c.053.173.081.352.101.532.136-.065.279-.136.354-.274.031.27-.205.463-.456.479a2.756 2.756 0 0 1 .001-.737z"/><path fill="#bbbbbc" d="M14.881 10.98c.615.806 1.013 1.75 1.376 2.688.075.386.289.734.302 1.133.046.261.233.482.216.758-.016.458.262.861.239 1.321.008 1.153-.022 2.308.043 3.459.126.366.217.744.201 1.136.071.032.133.081.204.113l.01.182a11.555 11.555 0 0 0-.194-.02c-.081-.23-.014-.515-.195-.701-.106-.105-.089-.264-.097-.401.009-1.081.009-2.162.007-3.242.022-.39-.249-.717-.24-1.106-.03-.282.062-.616-.146-.848-.226-.295.06-.78-.284-1.008-.109-.209.022-.501-.158-.685-.215-.195-.045-.573-.337-.71-.039-.486-.423-.848-.544-1.31l-.164-.118-.074-.342a15.065 15.065 0 0 1-.201-.056l.033-.246z"/><path fill="#989fa1" d="M16.475 11.269c.099-.004.198-.006.297-.006-.051.209-.191.122-.297.006z"/><path fill="#8b878e" d="M19.322 11.841c.122-.231.213-.506.455-.641-.364.69-.76 1.379-.94 2.143-.205.328-.125.736-.297 1.076-.146.312-.087.665-.129.997-.029.386-.208.746-.203 1.137-.029 1.661.013 3.322-.004 4.982l-.033.23a18.59 18.59 0 0 1-.236-.007c.094-.158.222-.313.216-.507.008-.997.024-1.995-.036-2.991-.032-.701.062-1.4.046-2.101.029-.338.044-.681.152-1.006.12-.367.048-.773.215-1.126.102-.204.108-.434.162-.652.187-.521.378-1.043.631-1.536z"/><path fill="#5a5861" d="M17.027 16.112c.114.307.214.623.213.954.031 1.178.022 2.357.025 3.535-.11-.809-.03-1.628-.129-2.437-.027-.428.03-.871-.122-1.283-.004-.256.01-.512.013-.769z"/><path fill="#e5e5e5" d="M18.309 16.98c.005-.295.07-.583.129-.87.012 1.601-.006 3.205.012 4.808.017.29-.04.577-.175.835l-.105.013c.01-.077.021-.154.033-.23.163-.409.153-.851.118-1.282-.005-1.091-.038-2.182-.013-3.273z"/><path fill="#5d5c60" d="M18 18.48c-.117-.781.092-1.547.162-2.32.016.701-.078 1.4-.046 2.101.06.996.044 1.994.036 2.991.006.194-.122.349-.216.507l-.011.018c.011-.095.023-.189.03-.284a5.3 5.3 0 0 0 .134-.05c-.005-.987.117-1.987-.088-2.962z"/><path fill="#e3e3e4" d="M16.755 16.301c-.009.389.262.716.24 1.106.002 1.08.001 2.161-.007 3.242-.128-1.056.051-2.138-.111-3.194-.141-.368-.162-.765-.122-1.154z"/><path fill="#75757b" d="M17.014 16.881c.153.411.096.854.122 1.283.1.809.02 1.628.129 2.437-.062.424.176.774.277 1.163l-.07.007c-.004-.061-.008-.121-.01-.182-.071-.032-.134-.081-.204-.113.016-.392-.075-.77-.201-1.136-.065-1.151-.036-2.306-.043-3.459z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--dual-lanes-bicyclists-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.676 0h12.645A2.324 2.324 0 0 1 16 1.575v20.824c-.129.313-.268.632-.501.884l-.145-.005c.319-.386.552-.861.539-1.371.003-6.605.002-13.209.001-19.814.04-1.026-.858-1.965-1.886-1.96C10.036.12 6.064.127 2.093.13 1.562.109 1.087.366.667.663.839.254 1.308.155 1.676 0z"/><path d="M1.627.629c.217-.073.448-.068.673-.07 3.899.005 7.799-.005 11.698.005.802-.005 1.495.733 1.465 1.53 0 6.604.001 13.208-.001 19.813.022.785-.67 1.506-1.458 1.499-4.003.001-8.006.002-12.008 0-.783-.006-1.461-.728-1.435-1.508V2.101C.539 1.447.993.804 1.627.629m.012.522a1.006 1.006 0 0 0-.581.951c-.001 6.599-.003 13.197.001 19.796-.028.557.485 1.052 1.039 1.015l11.803.001c.559.047 1.084-.444 1.063-1.006.005-6.605.002-13.211.001-19.816.032-.574-.496-1.079-1.067-1.037-3.899-.004-7.798 0-11.696-.002-.191.004-.389.011-.563.098z"/><path d="M0 1.686C.149 1.315.247.841.659.673c-.293.419-.556.891-.529 1.42 0 6.605-.002 13.21.001 19.815-.017.67.367 1.285.904 1.662l-.146.036c-.459-.29-.715-.79-.889-1.287V1.686zM2.389 2.715l.67-.003c.009.562 0 1.124.004 1.686.285-.558.547-1.128.837-1.684.259-.002.519-.002.779 0-.284.605-.593 1.198-.865 1.808.278 1.17.633 2.323.933 3.489-.241.005-.481.005-.722-.005-.227-.809-.453-1.618-.682-2.427-.558.654-.161 1.636-.281 2.428-.224.008-.449.009-.673.005-.003-1.766-.004-3.531 0-5.297zM5.601 2.715c.65 0 1.301-.004 1.952.003l.001.679c-.426.018-.853.004-1.279.01.012.454-.035.912.025 1.363.273-.009.546-.007.819-.004.004.235.004.47-.003.705-.28-.001-.56-.001-.84.002a126.35 126.35 0 0 0 0 1.847c.448.006.896 0 1.344.004.005.229.005.458.001.688-.673.004-1.346.003-2.02 0a935.275 935.275 0 0 1 0-5.297zM8.474 2.715c.649-.001 1.299-.002 1.949.001.004.229.004.458.001.688-.426.006-.852-.003-1.278.006.001.451-.001.901.002 1.352l.845.004c.003.235.003.47-.002.705-.277.001-.555 0-.832-.003-.031.608.002 1.218-.018 1.827.447.064.902.01 1.353.028.004.229.004.459.001.689-.674.004-1.348.004-2.022 0-.003-1.766-.004-3.531.001-5.297zM11.344 2.716c.615.045 1.348-.165 1.856.282.531.618.605 1.649.095 2.301-.306.383-.823.427-1.276.406 0 .769.003 1.538-.002 2.307-.224.004-.448.003-.673-.008V2.716m.676.683c-.001.54-.002 1.08.001 1.62.253-.016.565.065.767-.132.39-.582.13-1.749-.768-1.488zM2.66 9.996l.294.011c-.002.68-.004 1.361 0 2.041.198.001.397.004.595.009l-.011.26c-.293.004-.586.004-.879 0-.004-.774-.006-1.547.001-2.321zM3.87 10.002c.285-.004.569-.004.854.001l-.001.297-.557.005c-.003.195-.003.391-.001.586l.372.016-.003.293-.368.012c-.004.267-.003.534.001.801.198.002.395.005.593.012v.27c-.294.045-.593.021-.889.021-.004-.771-.003-1.542-.001-2.314zM5.125 10.004c.295-.006.591-.006.886-.001l.001.297-.59.006-.004.578.349.031v.269l-.349.037c.004.366.006.733 0 1.099l-.292-.004-.001-2.312zM6.154 10.003c.292-.005.585-.005.877 0l.003.284-.309.032c.007.669.008 1.338.001 2.007l-.291-.024c.003-.662.003-1.325.002-1.987l-.287-.027.004-.285zM7.766 9.999c.165.001.33.002.496.005-.004 3.753.002 7.505-.003 11.258a7.537 7.537 0 0 1-.499-.013c.009-3.75-.002-7.5.006-11.25zM8.781 10c.284.02.641-.076.859.161.219.307.19.771-.094 1.03.07.374.153.746.224 1.12a28.24 28.24 0 0 1-.291.005c-.155-.367-.087-.854-.389-1.139-.028.377-.011.756-.016 1.134l-.292.003c-.006-.771-.003-1.542-.001-2.314m.296.293c-.004.214-.004.429 0 .643l.337-.012a.655.655 0 0 0-.019-.603l-.318-.028zM10.045 10.007l.294-.01c.006.776.006 1.553-.001 2.33l-.295-.028c.007-.764.004-1.528.002-2.292zM10.738 10.428c.015-.566.89-.61.943-.04-.183.085-.338-.051-.489-.138-.355.454-.206 1.163-.133 1.702.256.323.375-.189.327-.399-.155-.059-.169-.2-.16-.345.148-.008.296-.014.444-.016.031.44.097 1.32-.6 1.15-.609-.371-.356-1.309-.332-1.914zM12.009 10h.29c.005.312.003.623.005.935l.409-.001c.003-.312.001-.623.003-.934l.292.001c.004.772.004 1.545 0 2.318l-.292-.001c-.005-.36.008-.721-.012-1.081l-.397-.002c-.008.361-.001.723-.008 1.084h-.29c-.003-.773-.004-1.546 0-2.319zM13.23 10.006c.293-.009.586-.009.879-.003l.001.288-.306.024c.004.668.005 1.336.001 2.004l-.289-.001c-.005-.667.002-1.334-.002-2l-.295-.039.011-.273zM11.139 15.354c.292-.183.705.099.646.437-.028.31-.426.492-.676.305-.267-.165-.247-.598.03-.742zM11.62 16.248c.574.072 1.093.43 1.534.782.013.456.002.912.002 1.367a6.629 6.629 0 0 1-.285-.077 30.375 30.375 0 0 0-.103-1.085l-.306-.055c.173.494.3 1.019.193 1.543.146.761.367 1.509.538 2.266-.123.093-.248.184-.373.273-.274-.7-.532-1.406-.814-2.103-.603.476-.601 1.315-.898 1.971l-.491-.172c.228-.9.414-1.826.962-2.598a13.391 13.391 0 0 0-.192-.686c-.25.421-.79.416-1.201.586l-.162-.192c.294-.226.61-.421.916-.631.146-.42.21-1.01.68-1.189zM3.411 18.132l.185-.161.402.005.006.111-.422.013c.056.208.026.417-.04.62.516-.008 1.033.02 1.548-.019-.151-.077-.323-.126-.438-.257.339-.031.68-.044 1.02-.039-.098.159-.275.22-.435.293.016.225.219.368.344.537.509-.263 1.207-.138 1.501.38.394.593.013 1.489-.687 1.616-.564.15-1.121-.249-1.303-.774-.365-.039-.448.241-.318.529l-.123.019c-.144-.742-.811-1.331-1.368-1.789.186.274.45.527.454.883.08.701-.654 1.324-1.332 1.127-.682-.137-1.049-1.007-.677-1.594.275-.51.936-.646 1.447-.437.087-.351.354-.689.236-1.063m.017.782c.259.388.611.7.896 1.067l.346-.097c.102-.327.213-.651.317-.977-.52.001-1.039-.007-1.559.007m1.314 1.392l.321-.021c.002-.358.129-.693.361-.964-.08-.094-.161-.187-.243-.28-.191.404-.292.844-.439 1.265m-2.951-.21c-.095.655.695 1.195 1.269.858.531-.248.618-.996.229-1.41-.218.219-.424.852-.775.651.237-.231.511-.447.592-.786-.532-.302-1.28.064-1.315.687m3.902-.699c.195.284.413.55.63.816-.334.094-.682.128-1.019.214.217.78 1.431.831 1.677.049.308-.755-.604-1.454-1.288-1.079m-.167.097a1.286 1.286 0 0 0-.249.733c.248-.034.496-.073.742-.119a5.197 5.197 0 0 0-.493-.614z"/><path fill="#fff" d="M.667.663c.42-.297.895-.554 1.426-.533C6.064.127 10.036.12 14.008.133c1.028-.005 1.926.934 1.886 1.96.001 6.605.002 13.209-.001 19.814.013.51-.22.985-.539 1.371-.38.321-.844.571-1.355.561-3.966.003-7.932-.001-11.899.002-.375.016-.732-.113-1.065-.271-.537-.377-.921-.992-.904-1.662C.128 15.303.13 8.698.13 2.093.103 1.564.366 1.092.659.673a.087.087 0 0 1 .008-.01m.96-.034C.993.804.539 1.447.561 2.101v19.797c-.026.78.652 1.502 1.435 1.508 4.002.002 8.005.001 12.008 0 .788.007 1.48-.714 1.458-1.499.002-6.605.001-13.209.001-19.813.03-.797-.663-1.535-1.465-1.53C10.099.554 6.199.564 2.3.559c-.225.002-.456-.003-.673.07z"/><path fill="#fff" d="M1.639 1.151c.174-.087.372-.094.563-.098 3.898.002 7.797-.002 11.696.002.571-.042 1.099.463 1.067 1.037.001 6.605.004 13.211-.001 19.816.021.562-.504 1.053-1.063 1.006l-11.803-.001c-.554.037-1.067-.458-1.039-1.015-.004-6.599-.002-13.197-.001-19.796a1.006 1.006 0 0 1 .581-.951m.75 1.564c-.004 1.766-.003 3.531 0 5.297.224.004.449.003.673-.005.12-.792-.277-1.774.281-2.428.229.809.455 1.618.682 2.427.241.01.481.01.722.005-.3-1.166-.655-2.319-.933-3.489.272-.61.581-1.203.865-1.808a50.57 50.57 0 0 0-.779 0c-.29.556-.552 1.126-.837 1.684-.004-.562.005-1.124-.004-1.686l-.67.003m3.212 0a935.275 935.275 0 0 0 0 5.297c.674.003 1.347.004 2.02 0 .004-.23.004-.459-.001-.688-.448-.004-.896.002-1.344-.004a126.35 126.35 0 0 1 0-1.847c.28-.003.56-.003.84-.002.007-.235.007-.47.003-.705a18.635 18.635 0 0 0-.819.004c-.06-.451-.013-.909-.025-1.363.426-.006.853.008 1.279-.01l-.001-.679c-.651-.007-1.302-.003-1.952-.003m2.873 0c-.005 1.766-.004 3.531-.001 5.297.674.004 1.348.004 2.022 0 .003-.23.003-.46-.001-.689-.451-.018-.906.036-1.353-.028.02-.609-.013-1.219.018-1.827.277.003.555.004.832.003.005-.235.005-.47.002-.705l-.845-.004c-.003-.451-.001-.901-.002-1.352.426-.009.852 0 1.278-.006.003-.23.003-.459-.001-.688-.65-.003-1.3-.002-1.949-.001m2.87.001v5.288c.225.011.449.012.673.008.005-.769.002-1.538.002-2.307.453.021.97-.023 1.276-.406.51-.652.436-1.683-.095-2.301-.508-.447-1.241-.237-1.856-.282M2.66 9.996c-.007.774-.005 1.547-.001 2.321.293.004.586.004.879 0l.011-.26a29.513 29.513 0 0 0-.595-.009c-.004-.68-.002-1.361 0-2.041a27.831 27.831 0 0 1-.294-.011m1.21.006c-.002.772-.003 1.543.001 2.314.296 0 .595.024.889-.021v-.27c-.198-.007-.395-.01-.593-.012a26.735 26.735 0 0 1-.001-.801l.368-.012.003-.293-.372-.016c-.002-.195-.002-.391.001-.586l.557-.005.001-.297a27.013 27.013 0 0 0-.854-.001m1.255.002l.001 2.312.292.004c.006-.366.004-.733 0-1.099l.349-.037v-.269a37.73 37.73 0 0 1-.349-.031l.004-.578.59-.006-.001-.297a23.79 23.79 0 0 0-.886.001m1.029-.001l-.004.285.287.027c.001.662.001 1.325-.002 1.987l.291.024c.007-.669.006-1.338-.001-2.007l.309-.032-.003-.284a25.64 25.64 0 0 0-.877 0m1.612-.004c-.008 3.75.003 7.5-.006 11.25.166.01.332.014.499.013.005-3.753-.001-7.505.003-11.258-.166-.003-.331-.004-.496-.005M8.781 10c-.002.772-.005 1.543.001 2.314l.292-.003c.005-.378-.012-.757.016-1.134.302.285.234.772.389 1.139l.291-.005c-.071-.374-.154-.746-.224-1.12.284-.259.313-.723.094-1.03-.218-.237-.575-.141-.859-.161m1.264.007c.002.764.005 1.528-.002 2.292l.295.028c.007-.777.007-1.554.001-2.33l-.294.01m.693.421c-.024.605-.277 1.543.332 1.914.697.17.631-.71.6-1.15-.148.002-.296.008-.444.016-.009.145.005.286.16.345.048.21-.071.722-.327.399-.073-.539-.222-1.248.133-1.702.151.087.306.223.489.138-.053-.57-.928-.526-.943.04M12.009 10c-.004.773-.003 1.546 0 2.319h.29c.007-.361 0-.723.008-1.084l.397.002c.02.36.007.721.012 1.081l.292.001c.004-.773.004-1.546 0-2.318L12.716 10c-.002.311 0 .622-.003.934l-.409.001c-.002-.312 0-.623-.005-.935h-.29m1.221.006l-.011.273.295.039c.004.666-.003 1.333.002 2l.289.001c.004-.668.003-1.336-.001-2.004l.306-.024-.001-.288a17.173 17.173 0 0 0-.879.003m-2.091 5.348c-.277.144-.297.577-.03.742.25.187.648.005.676-.305.059-.338-.354-.62-.646-.437m.481.894c-.47.179-.534.769-.68 1.189-.306.21-.622.405-.916.631l.162.192c.411-.17.951-.165 1.201-.586.069.227.135.455.192.686-.548.772-.734 1.698-.962 2.598l.491.172c.297-.656.295-1.495.898-1.971.282.697.54 1.403.814 2.103.125-.089.25-.18.373-.273-.171-.757-.392-1.505-.538-2.266.107-.524-.02-1.049-.193-1.543l.306.055c.039.361.077.723.103 1.085.094.028.189.053.285.077 0-.455.011-.911-.002-1.367-.441-.352-.96-.71-1.534-.782m-8.209 1.884c.118.374-.149.712-.236 1.063-.511-.209-1.172-.073-1.447.437-.372.587-.005 1.457.677 1.594.678.197 1.412-.426 1.332-1.127-.004-.356-.268-.609-.454-.883.557.458 1.224 1.047 1.368 1.789l.123-.019c-.13-.288-.047-.568.318-.529.182.525.739.924 1.303.774.7-.127 1.081-1.023.687-1.616-.294-.518-.992-.643-1.501-.38-.125-.169-.328-.312-.344-.537.16-.073.337-.134.435-.293a9.651 9.651 0 0 0-1.02.039c.115.131.287.18.438.257-.515.039-1.032.011-1.548.019.066-.203.096-.412.04-.62l.422-.013-.006-.111-.402-.005-.185.161z"/><path fill="#fff" d="M12.02 3.399c.898-.261 1.158.906.768 1.488-.202.197-.514.116-.767.132-.003-.54-.002-1.08-.001-1.62zM9.077 10.293l.318.028c.11.185.105.41.019.603l-.337.012a17.229 17.229 0 0 1 0-.643zM3.428 18.914c.52-.014 1.039-.006 1.559-.007-.104.326-.215.65-.317.977l-.346.097c-.285-.367-.637-.679-.896-1.067zM4.742 20.306c.147-.421.248-.861.439-1.265.082.093.163.186.243.28a1.482 1.482 0 0 0-.361.964l-.321.021zM1.791 20.096c.035-.623.783-.989 1.315-.687-.081.339-.355.555-.592.786.351.201.557-.432.775-.651.389.414.302 1.162-.229 1.41-.574.337-1.364-.203-1.269-.858zM5.693 19.397c.684-.375 1.596.324 1.288 1.079-.246.782-1.46.731-1.677-.049.337-.086.685-.12 1.019-.214-.217-.266-.435-.532-.63-.816z"/><path fill="#fff" d="M5.526 19.494c.183.189.341.4.493.614-.246.046-.494.085-.742.119.005-.266.093-.517.249-.733z"/><path fill="#050505" opacity=".75" d="M13.999 23.839c.511.01.975-.24 1.355-.561l.145.005c-.307.397-.788.591-1.258.717H1.768c-.31-.09-.62-.198-.879-.394l.146-.036c.333.158.69.287 1.065.271 3.967-.003 7.933.001 11.899-.002z"/></symbol><symbol viewBox="0 0 29 24" id="regulatory--dual-lanes-go-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2d2d2c" d="M.148 1.363C.102.734.566.058 1.232.052 2.578.01 3.921.126 5.266.16c3.73.131 7.461.236 11.191.338.329.044.661.053.994.036 1.582.014 3.163.077 4.745.098.263.036.527.048.792.041.717.018 1.435-.002 2.152.025.398.042.798.051 1.198.034.461.008.989.028 1.332.382.364.302.455.801.461 1.249-.096 2.1.157 4.204.18 6.308-.103.137-.241.261-.278.434-.029.924.272 1.852.049 2.766l-.151-.113c-.114-3.008-.254-6.014-.349-9.023-.024-.446.081-1.025-.368-1.298-.288-.173-.636-.125-.957-.15-3.482-.046-6.962-.155-10.444-.219l-.053-.004C10.985.916 6.209.779 1.435.585 1.036.549.667.926.711 1.323c.096 4.315.145 8.631.274 12.944.009.964-.009 1.931.06 2.893.023 1.545.012 3.095.116 4.635.053.294.33.523.617.573 1.938.093 3.88.12 5.818.211l.171.004c1.031.02 2.062.079 3.093.089.098.047.195.098.291.15-1.142.106-2.283-.049-3.425-.049a.54.54 0 0 0-.39.129c.691.279 1.457-.008 2.173.137.299.067.623-.038.904.111-.528.072-1.061.003-1.59.035-1.245-.003-2.49-.072-3.735-.098-.263-.038-.528-.048-.793-.038a28.856 28.856 0 0 1-2.512-.125c-.518-.006-.965-.392-1.146-.86-.084-.671-.098-1.35-.101-2.027a5.824 5.824 0 0 0-.037-1.056C.475 17.238.416 15.494.398 13.75a5.325 5.325 0 0 0-.038-.994C.335 10.959.275 9.161.257 7.364c.012-.459.021-.919-.027-1.376C.201 4.446.163 2.902.15 1.36z"/><path fill="#2e2e2e" opacity=".42" d="M16.457.498a3.64 3.64 0 0 1 .994.036 5.412 5.412 0 0 1-.994-.036z"/><path fill="#dcdbdb" d="M.709 1.326c-.044-.397.325-.775.724-.738 4.774.194 9.55.332 14.325.479l.014.201.146.126c-.425-.152-.867-.257-1.309-.114-.602-.206-1.235-.062-1.85-.145-1.849-.074-3.698-.088-5.546-.172C6.084.92 4.954.902 3.827.825 3.035.874 2.242.81 1.452.768 1.209.763.912.887.908 1.17c-.02.575-.022 1.154.055 1.726C.972 4.028.955 5.158.997 6.29c-.035.624.093 1.249.003 1.871.006.653.159 1.303.075 1.958 0 1.153.051 2.3.065 3.451.128.336-.126.744.142 1.026-.2.357-.142.792-.042 1.171l-.129.181c-.014-.561.004-1.126-.13-1.676C.852 9.959.803 5.643.707 1.328zM20.327 4.663c.072-.053.113-.168.215-.163a12.98 12.98 0 0 1 1.719.059c1.058.028 2.118.021 3.177.042a.91.91 0 0 1 .375.096 3.542 3.542 0 0 1-.599.057c-1.629-.013-3.257-.077-4.888-.092z"/><path fill="#323232" opacity=".47" d="M22.195.633a2.37 2.37 0 0 1 .792.041 4.878 4.878 0 0 1-.792-.041z"/><path fill="#363636" opacity=".61" d="M25.138.699a5.582 5.582 0 0 1 1.198.034c-.4.016-.8.008-1.198-.034z"/><path fill="#c4c4c3" d="M.909 1.169c.003-.283.3-.407.544-.402.79.042 1.582.107 2.375.057 1.127.077 2.257.095 3.386.138.061.187.174.349.325.473.176-.103.374-.131.555-.016a16.12 16.12 0 0 0-.479.345c.202.206.315.475.33.763.13-.325.472-.429.754-.583l.165.042-.191.17c.082.13.157.265.261.38l-.263.161c.17.034.343.03.514.025.037-.085.073-.169.111-.253.023.197.124.451-.061.602-.175.042-.362.041-.52.136.2.149.389.314.54.514l.382-.385-.281-.148c.261-.445-.161-.951.064-1.427l.128-.055c.008.304-.1.626.045.911.018-.211-.071-.548.228-.583-.029.238-.053.477-.066.716l.185-.045c.007.086.023.172.03.258.042.036.085.073.126.111-.005-.284.237-.456.44-.611l.371.281a.483.483 0 0 0 .038-.356c-.296-.049-.729-.044-.765-.432-.139-.01-.278-.018-.416-.026-.106-.129-.165-.333-.334-.388-.172.062-.329.158-.496.23a.76.76 0 0 1 .351-.464c.111.083.226.113.342.021.247.356.749.383.881.846.217-.102.263-.343.312-.553.325.039.377.435.626.599.119-.087.228-.216.389-.195-.085.132-.178.258-.271.385l.249.027a2.21 2.21 0 0 0-.225.489l.126.142c.092-.261.219-.517.219-.8.375-.095.639-.379.893-.651.004.146-.025.286-.072.423.075.133.137.274.194.416-.254-.152-.55-.388-.784-.072.122.253.334.44.544.619l-.238.428.161.067.226-.39c.132.132.266.263.405.387l-.068.108a12.282 12.282 0 0 1-.353-.158.422.422 0 0 1 .098.455c.142.027.281.068.42.109-.089.08-.178.16-.269.239.269.448-.226.704-.574.846-.062-.13-.125-.26-.19-.388-.178.087-.267.251-.294.44-.15-.047-.31-.089-.441.025.483.176.754.672.952 1.115l.089-.272c.215.304-.109.485-.376.545a1.572 1.572 0 0 1-.214-.624c-.083.145-.196.28-.239.444.187.389.11.897.521 1.157-.014-.185.004-.37.014-.554-.118-.092-.282-.148-.317-.31.149-.014.299-.023.449-.031.246.315.685.429.84.833l-.344.183c.129.353.022.717-.062 1.065.211.038.431.036.602-.114a.662.662 0 0 1 .023.345l.131.174-.059.078c-.322-.105-.681-.505-.995-.174.025.115.046.23.068.345.044-.1.09-.198.136-.297.067.099.135.198.208.293l.002-.267c.214.114.459.209.602.416.159.222-.053.514.137.727l.175-.103-.079-.245c.191.062.379.136.561.22l-.276.369c.237.212.535.024.65-.219-.064.36-.121.755-.364 1.043-.344.169-.745.027-1.104.142.116.126.228.256.332.393.057-.078.117-.153.174-.23.098.186.222.356.357.517l.052-.016c-.081-.23.1-.404.235-.564l.345-.023.171-.157c.072.302.263.592.616.486.003.183.029.364.084.539l-.373.178c.111.137.345.252.27.463-.051.17.157.219.267.286.152-.183.301-.37.442-.562.225.3.04.576-.301.631-.004.142-.01.283-.017.425-.193-.034-.227-.218-.254-.382l-.115-.055c-.156.241-.309.494-.573.628-.122.196-.234.575.063.663.08-.111.169-.229.312-.258.029.116.062.23.091.346l.167-.033c-.109-.269.127-.359.344-.255a.567.567 0 0 0 .04-.362c-.265-.074-.545-.055-.722.181-.023-.197.067-.366.189-.513.268.112.55.189.836.242-.094.419-.442.695-.586 1.09-.219-.008-.416-.103-.615-.183.088.173.22.316.371.436l.153-.19c-.059.276.117.569.392.332.089.01.182.051.271.021-.136-.287-.208-.596-.162-.913.189.084.275.258.279.458.158-.057.327-.09.49-.026a5.42 5.42 0 0 1 .01-.598l-.171.19c-.075-.14-.183-.261-.247-.408.08-.133.187-.244.31-.338.009.138.018.276.029.414.133-.296.045-.609-.049-.899.06-.26.213-.498.224-.772.008 1.095.09 2.187.081 3.281.778.064 1.56.072 2.341.067-.01-.899-.076-1.795-.088-2.694.191.072.325.225.443.385.183-.226.405-.464.39-.777l-.296.43a1.026 1.026 0 0 1-.241-.379c.173-.09.341-.186.511-.282.012-.165.011-.341.119-.478.081.125.121.267.143.413l.088.038c.036-.206.058-.416.075-.625-.233-.038-.443.092-.66.154-.005-.197.133-.339.254-.476a1.243 1.243 0 0 1-.079-.504l-.17-.05c.083-.172.206-.394.424-.25.031-.044.042-.1.069-.146.237.016.398.178.51.374.184.003.369-.01.549-.046a2.077 2.077 0 0 0-.18-.44c-.049.103-.097.206-.144.311a.567.567 0 0 1-.427-.637l-.25-.025a.714.714 0 0 1 .399-.101c.01-.11.024-.219.034-.329.146.146.323.257.536.256a14.94 14.94 0 0 0-.195.245c.094.112.198.212.342.254.031-.116.064-.231.094-.347.377.106.749.38 1.153.266.105.198.204.398.308.596-.163.159-.323.351-.239.594.091-.133.178-.269.265-.406.187.138.383.262.583.382.061-.072.129-.139.189-.211l.239.024-.148-.268c-.142.07-.284.139-.421.218l-.124-.036a2.03 2.03 0 0 1 .299-.379c.339.181.78-.302 1.019.162l-.138.151-.271-.209c.077.295.241.552.389.815-.047.125-.191.157-.293.222.003-.141-.007-.282.019-.421-.427.115-.39.661-.015.814.111-.126.222-.252.325-.386.145.151.265.372.496.39.153.028.358.051.379.246-.048.254-.091.511-.036.768-.328.116-.513.405-.65.706.274-.004.442.2.343.466.137.012.28.014.405.079.029.142-.031.283-.053.422a3.5 3.5 0 0 0 .464-.266l.023.092c-.055.078-.105.159-.159.238.233.031.472.068.707.026.133-.123.09-.323.098-.485.044-.038.088-.077.133-.114.048.178.096.358.134.539.235.098.481.166.73.217l-.119-.284.1-.122c-.14-.184-.016-.392.064-.571.021.229.031.466.144.672.086 2.423.235 4.853.282 7.286.027.41-.414.678-.786.643-4.206-.096-8.411-.216-12.615-.338-.017-.094-.036-.189-.048-.283.006-.539.187-1.1-.065-1.612-.048-2.515-.163-5.026-.222-7.539a10.666 10.666 0 0 0-.619-.022c.139 2.342.141 4.69.255 7.033.005.373.072.784-.189 1.092.311.369.181.879.272 1.318-.61-.05-1.223-.014-1.833-.059.466-.078.939-.01 1.406-.061-.373-.2-.797-.026-1.194-.07-1.326-.145-2.663-.06-3.992-.149a1.276 1.276 0 0 0-.946.137l-.171-.004.106-.152a16.364 16.364 0 0 0-1.612-.046c-.599.016-1.199-.152-1.796-.043-.273.034-.534-.097-.808-.091-.59-.046-1.203.111-1.775-.083-.353-.204-.442-.616-.393-.994-.05.209-.111.414-.159.624-.104-1.54-.093-3.089-.116-4.635-.069-.962-.051-1.929-.06-2.893.134.55.116 1.115.13 1.676.042-.061.085-.121.129-.181-.1-.379-.158-.814.042-1.171-.267-.282-.014-.689-.142-1.026-.014-1.151-.065-2.298-.065-3.451.085-.654-.068-1.305-.075-1.958.09-.622-.038-1.247-.003-1.871C.963 5.152.98 4.022.971 2.89.894 2.318.896 1.739.916 1.164m1.845 3.183c.821 1.475 1.553 2.998 2.361 4.48.144.304.634.317.777.005.162-.347.192-.74.295-1.107.568.281 1.078.673 1.621 1 .957.563 1.584 1.646 1.558 2.762.024 1.409.103 2.816.094 4.226.773.045 1.548.057 2.322.077-.083-1.661-.079-3.326-.167-4.986-.185-.977-.566-1.93-1.198-2.704-.693-.839-1.653-1.379-2.557-1.955-.167-.113-.379-.184-.485-.365.284-.254.605-.47.86-.753.22-.304-.097-.731-.442-.716-1.667-.062-3.334-.111-5-.178-.142-.024-.095.149-.04.213m.543 13.461c-.533.098-.745.671-.818 1.143-.006.624-.068 1.317.29 1.866.37.57 1.305.655 1.73.105.382-.588.271-1.331.214-1.99-.055-.684-.706-1.312-1.415-1.123m1.865.155c.08 1.1.049 2.206.118 3.306.16.038.324.035.487.031.017-.742-.043-1.481-.078-2.222l.136.042c.375.732.819 1.427 1.214 2.148.114.114.301.07.446.089.029-1.118-.029-2.235-.062-3.352a1.521 1.521 0 0 0-.489-.047c-.014.697.059 1.393.066 2.091-.187-.062-.221-.274-.315-.422-.342-.555-.63-1.139-.975-1.692-.184-.033-.377-.063-.55.027M7.952 18c.025 1.12.083 2.239.101 3.36.682.034 1.365.022 2.046.084a22.4 22.4 0 0 1 0-.449c-.518-.131-1.075.045-1.581-.13.001-.95-.001-1.908-.07-2.851A6.817 6.817 0 0 0 7.953 18m1.404.038c.398.677.851 1.323 1.251 1.999.028.464.001.93.026 1.395.183.03.368.033.552.027-.113-.486-.068-.996-.063-1.491.351-.608.721-1.21 1.059-1.823-.22-.003-.575-.151-.676.132-.176.343-.411.653-.576 1.003-.035.105-.198.061-.226-.026-.213-.416-.505-.786-.749-1.184a3.344 3.344 0 0 0-.6-.031m8.451.18c-.657.007-1.007.686-1.028 1.265.002.503-.027 1.033.181 1.505.204.608 1.009.936 1.575.623.345-.157.501-.541.565-.891.036-.518.077-1.054-.094-1.554-.088-.56-.63-1.001-1.199-.948m1.737.112c.061 1.097.036 2.204.126 3.3.101.162.358.082.52.064-.102-.721.003-1.456-.118-2.176l.107-.003c.465.737.861 1.519 1.37 2.229.144.009.286.025.429.037-.057-1.122-.079-2.247-.117-3.37a12.82 12.82 0 0 0-.518-.059c.041.699-.028 1.407.107 2.1-.252-.081-.315-.372-.44-.574-.307-.512-.624-1.019-.93-1.532a48.126 48.126 0 0 0-.537-.016m2.835.074c.047 1.09.103 2.181.099 3.272.057.145.235.105.358.12.591.002 1.181.038 1.772.037a11.858 11.858 0 0 0-.031-.463c-.522-.039-1.052.018-1.569-.072-.036-.9-.075-1.8-.08-2.702-.01-.28-.366-.168-.548-.193m1.483.016c.148.439.511.768.718 1.181.185.369.6.666.544 1.117-.005.36.026.719.008 1.08.177.082.377.053.567.064-.038-.471-.014-.946-.075-1.415.337-.652.745-1.27 1.113-1.906a3.539 3.539 0 0 0-.591-.053c-.245.419-.518.824-.734 1.26-.479-.242-.587-.944-1.005-1.284-.181-.029-.364-.031-.546-.042z"/><path fill="#bfbfbf" d="M7.214.962c1.848.084 3.697.098 5.546.172.615.083 1.248-.061 1.85.145.442-.143.884-.038 1.309.114l-.146-.126-.014-.201.053.004c.202.236.533.1.802.133 1.798.111 3.601.129 5.397.161.444.124.894-.057 1.339.054.967.034 1.937-.048 2.903.045.32-.072.658.124.959-.024.449.273.344.852.368 1.298.096 3.009.236 6.015.349 9.023.029 1.149.116 2.298.131 3.449-.114-.206-.124-.443-.144-.672-.081.178-.204.387-.064.571l-.1.122.119.284a3.898 3.898 0 0 1-.73-.217 9.64 9.64 0 0 0-.134-.539l-.133.114c-.009.161.034.362-.098.485-.235.042-.474.005-.707-.026.054-.079.104-.16.159-.238l-.023-.092a3.437 3.437 0 0 1-.464.266c.023-.139.082-.28.053-.422-.124-.064-.268-.066-.405-.079.099-.267-.068-.47-.343-.466.137-.3.323-.589.65-.706-.055-.257-.012-.514.036-.768-.021-.195-.226-.218-.379-.246-.231-.018-.351-.239-.496-.39-.103.133-.215.259-.325.386-.375-.153-.412-.699.015-.814-.026.139-.016.28-.019.421.102-.066.245-.097.293-.222-.148-.263-.312-.52-.389-.815.09.069.181.138.271.209l.138-.151c-.239-.464-.68.018-1.019-.162a2.096 2.096 0 0 0-.299.379l.124.036c.137-.079.28-.148.421-.218l.148.268-.239-.024c-.061.072-.129.138-.189.211a7.04 7.04 0 0 1-.583-.382c-.086.137-.174.273-.265.406-.084-.243.076-.436.239-.594-.103-.198-.202-.399-.308-.596-.404.114-.775-.16-1.153-.266-.03.116-.063.231-.094.347-.144-.042-.248-.142-.342-.254.064-.082.129-.164.195-.245-.213.001-.39-.109-.536-.256-.01.109-.023.219-.034.329a.698.698 0 0 0-.399.101l.25.025a.566.566 0 0 0 .427.637c.047-.105.094-.208.144-.311.077.139.137.287.18.44a2.594 2.594 0 0 1-.549.046c-.112-.196-.274-.358-.51-.374-.027.046-.038.102-.069.146-.217-.144-.341.078-.424.25l.17.05a1.26 1.26 0 0 0 .079.504c-.121.137-.259.279-.254.476.217-.062.427-.191.66-.154a6.918 6.918 0 0 1-.075.625 3.336 3.336 0 0 0-.088-.038 1.028 1.028 0 0 0-.143-.413c-.108.137-.107.313-.119.478-.17.096-.338.192-.511.282.049.145.135.269.241.379l.296-.43c.015.312-.207.55-.39.777-.118-.16-.252-.312-.443-.385-.025-.466.01-.933-.058-1.396-.103-.935.263-1.92 1-2.513.633-.454 1.324-.819 1.99-1.221.239.375.239.864.488 1.236.146.176.378.144.579.13.364-.395.488-.937.759-1.391.537-1.128 1.14-2.224 1.657-3.361-.194-.01-.389-.02-.583-.023.201 0 .401-.023.599-.057a.898.898 0 0 0-.375-.096c-1.059-.022-2.119-.014-3.177-.042a12.812 12.812 0 0 0-1.719-.059c-.102-.005-.143.109-.215.163-.224.139-.375.364-.252.632.266.36.658.6.991.892-.981.637-2.087 1.125-2.898 1.99-1.068 1.21-1.31 2.907-1.119 4.461-.01.274-.163.512-.224.772.094.29.182.603.049.899-.011-.138-.02-.276-.029-.414-.123.094-.23.205-.31.338.064.147.172.268.247.408l.171-.19a5.678 5.678 0 0 0-.01.598c-.163-.064-.332-.031-.49.026-.004-.2-.09-.374-.279-.458-.046.317.026.627.162.913-.089.029-.182-.012-.271-.021-.275.237-.451-.057-.392-.332l-.153.19a1.342 1.342 0 0 1-.371-.436c.198.081.396.176.615.183.144-.395.492-.671.586-1.09a4.105 4.105 0 0 1-.836-.242c-.122.146-.212.316-.189.513.177-.236.457-.254.722-.181a.576.576 0 0 1-.04.362c-.217-.104-.453-.014-.344.255l-.167.033c-.029-.116-.062-.23-.091-.346-.144.029-.232.147-.312.258-.297-.088-.185-.466-.063-.663.264-.135.417-.387.573-.628l.115.055c.027.163.061.347.254.382.007-.142.013-.284.017-.425.341-.055.526-.331.301-.631-.141.192-.29.379-.442.562-.11-.066-.319-.116-.267-.286.075-.211-.159-.325-.27-.463.124-.06.248-.12.373-.178a1.895 1.895 0 0 1-.084-.539c-.354.106-.544-.185-.616-.486l-.171.157-.345.023c-.135.16-.316.334-.235.564l-.052.016a3.01 3.01 0 0 1-.357-.517c-.057.077-.118.152-.174.23a5.184 5.184 0 0 0-.332-.393c.359-.115.76.027 1.104-.142.243-.289.3-.683.364-1.043-.115.243-.412.431-.65.219.092-.122.185-.245.276-.369a4.979 4.979 0 0 0-.561-.22c.025.081.052.163.079.245l-.175.103c-.19-.213.022-.505-.137-.727-.142-.208-.388-.302-.602-.416l-.002.267a7.404 7.404 0 0 1-.208-.293c-.046.099-.092.198-.136.297a10.01 10.01 0 0 0-.068-.345c.314-.331.673.069.995.174l.059-.078-.131-.174a.674.674 0 0 0-.023-.345c-.171.15-.391.152-.602.114.084-.348.191-.712.062-1.065l.344-.183c-.155-.404-.594-.518-.84-.833-.15.008-.3.017-.449.031.034.162.199.218.317.31-.01.184-.028.369-.014.554-.411-.26-.334-.768-.521-1.157.044-.164.156-.299.239-.444.031.22.095.435.214.624.267-.06.591-.241.376-.545l-.089.272c-.198-.443-.468-.939-.952-1.115.131-.114.291-.072.441-.025.027-.189.116-.354.294-.44.065.129.129.258.19.388.349-.142.843-.399.574-.846l.269-.239a3.867 3.867 0 0 0-.42-.109.422.422 0 0 0-.098-.455c.117.055.235.107.353.158l.068-.108a9.25 9.25 0 0 1-.405-.387c-.075.131-.15.261-.226.39l-.161-.067.238-.428c-.211-.178-.422-.366-.544-.619.234-.316.53-.081.784.072a3.735 3.735 0 0 0-.193-.416c.048-.137.077-.278.072-.423-.254.272-.518.556-.893.651-.001.283-.128.539-.219.8l-.126-.142a2.21 2.21 0 0 1 .225-.489l-.249-.027c.093-.126.186-.253.271-.385-.161-.021-.27.108-.389.195-.249-.164-.302-.56-.626-.599-.049.211-.095.451-.312.553-.131-.463-.634-.49-.881-.846-.116.092-.23.062-.342-.021a.766.766 0 0 0-.351.464c.168-.072.325-.168.496-.23.169.055.228.259.334.388.138.008.277.016.416.026.036.388.469.383.765.432a.483.483 0 0 1-.038.356 51.538 51.538 0 0 1-.371-.281c-.202.155-.444.327-.44.611a6.263 6.263 0 0 0-.126-.111c-.007-.087-.023-.172-.03-.258l-.185.045c.013-.239.038-.478.066-.716-.299.035-.21.373-.228.583-.145-.286-.038-.608-.045-.911l-.128.055c-.226.476.196.982-.064 1.427a38 38 0 0 1 .281.148l-.382.385a2.686 2.686 0 0 0-.54-.514c.159-.095.345-.094.52-.136.185-.151.084-.405.061-.602-.038.084-.075.168-.111.253a2.265 2.265 0 0 1-.514-.025l.263-.161c-.104-.115-.178-.25-.261-.38l.191-.17-.165-.042c-.282.153-.624.257-.754.583a1.16 1.16 0 0 0-.33-.763c.158-.116.317-.233.479-.345-.181-.114-.378-.086-.555.016a1.02 1.02 0 0 1-.325-.473m6.478.867c-.102.297-.07.634.215.815.116-.008.231-.012.347-.013.17-.235.192-.577-.008-.801-.161-.152-.375-.059-.553-.001z"/><path fill="#e2e2e1" d="M15.811 1.071c3.482.064 6.962.173 10.444.219.321.025.669-.023.957.15-.301.148-.639-.048-.959.024-.966-.093-1.936-.011-2.903-.045-.444-.111-.894.07-1.339-.054-1.796-.033-3.599-.05-5.397-.161-.269-.033-.6.103-.802-.133z"/><path fill="#5f5f5e" d="M13.687 1.83c.178-.058.392-.152.553.001.2.224.178.566.008.801a5.747 5.747 0 0 0-.347.013c-.285-.181-.317-.518-.215-.815zM28.309 8.673c-.023-2.104-.276-4.209-.18-6.308.158 1.85.148 3.714.248 5.569-.017.718.112 1.434.049 2.15-.147-.455-.041-.944-.118-1.411zM.228 5.992c.049.457.039.918.027 1.376C.247 6.915.234 6.45.228 5.992zM.497 18.985c.053.349.048.704.037 1.056-.013-.352-.031-.704-.037-1.056z"/><path fill="#323232" d="M2.761 4.347c-.055-.064-.103-.237.04-.213 1.666.067 3.333.116 5 .178.345-.015.663.412.442.716-.255.283-.576.499-.86.753.106.181.318.252.485.365.905.576 1.865 1.116 2.557 1.955.632.774 1.013 1.727 1.198 2.704.088 1.66.084 3.325.167 4.986-.774-.021-1.549-.032-2.322-.077.009-1.41-.07-2.818-.094-4.226.025-1.116-.601-2.198-1.558-2.762-.543-.328-1.053-.719-1.621-1-.103.367-.133.76-.295 1.107-.144.311-.633.298-.777-.005-.808-1.482-1.541-3.005-2.361-4.48zM28.031 9.107c.038-.173.176-.297.278-.434.077.467-.029.956.118 1.411.118.906.062 1.828.136 2.739.125 2.47.241 4.941.301 7.414-.009.237 0 .475.038.71.046.514.017 1.032.028 1.549.027.53-.364 1.063-.894 1.157-.86.138-1.733.053-2.598.029-5.539-.155-11.079-.284-16.617-.493.53-.032 1.063.037 1.59-.035-.281-.15-.604-.044-.904-.111-.716-.144-1.482.142-2.173-.137a.55.55 0 0 1 .39-.129c1.142 0 2.283.155 3.425.049a6.666 6.666 0 0 0-.291-.15c.545 0 1.09.019 1.633.054.611.045 1.223.009 1.833.059-.091-.44.039-.95-.272-1.318.262-.308.195-.719.189-1.092-.114-2.343-.116-4.691-.255-7.033.206.001.413.009.619.022.058 2.514.174 5.024.222 7.539l-.021.255c-.15.07-.431.072-.412.302.049.187.281.142.427.189.027.289.032.579.07.867.012.094.031.189.048.283 4.204.122 8.41.242 12.615.338.371.035.813-.233.786-.643-.047-2.433-.196-4.863-.282-7.286-.015-1.151-.102-2.299-.131-3.449l.151.113c.223-.914-.078-1.843-.049-2.766z"/><path fill="#323232" d="M19.543 18.331c.179.003.358.01.537.016.306.513.623 1.019.93 1.532.125.202.189.493.44.574-.135-.693-.066-1.4-.107-2.1.173.016.345.036.518.059.038 1.123.059 2.248.117 3.37-.144-.012-.286-.028-.429-.037-.509-.71-.905-1.492-1.37-2.229l-.107.003c.12.719.016 1.455.118 2.176-.162.018-.419.098-.52-.064-.09-1.096-.066-2.202-.126-3.3zM23.861 18.42c.182.011.365.013.546.042.418.34.526 1.042 1.005 1.284.215-.436.488-.841.734-1.26.198.003.396.017.591.053-.368.637-.776 1.254-1.113 1.906.061.47.037.944.075 1.415-.19-.01-.39.018-.567-.064.018-.36-.012-.72-.008-1.08.055-.451-.36-.748-.544-1.117-.207-.413-.57-.742-.718-1.181z"/><path fill="#343433" d="M20.327 4.663c1.63.016 3.258.079 4.888.092.194.003.389.014.583.023-.517 1.138-1.119 2.234-1.657 3.361-.271.454-.395.996-.759 1.391-.201.014-.433.046-.579-.13-.249-.372-.25-.861-.488-1.236-.667.401-1.357.767-1.99 1.221-.737.593-1.103 1.578-1 2.513.068.463.033.93.058 1.396.012.899.079 1.795.088 2.694a26.51 26.51 0 0 1-2.341-.067c.01-1.095-.073-2.187-.081-3.281-.191-1.554.051-3.251 1.119-4.461.812-.866 1.917-1.353 2.898-1.99-.333-.293-.725-.532-.991-.892-.123-.268.027-.493.252-.632z"/><path fill="#313131" opacity=".47" d="M.358 12.76c.046.33.054.662.038.994a3.896 3.896 0 0 1-.038-.994z"/><path fill="#2b2b2b" d="M3.303 17.807c.709-.189 1.361.439 1.415 1.123.057.659.168 1.402-.214 1.99-.425.55-1.36.466-1.73-.105-.358-.549-.296-1.242-.29-1.866.073-.472.286-1.044.818-1.143m.13.485c-.297.073-.425.403-.446.68-.023.477-.036.972.129 1.428.111.334.55.514.853.317.191-.14.278-.386.304-.614.024-.501.071-1.036-.178-1.493-.099-.258-.403-.369-.661-.317z"/><path fill="#2b2b2a" d="M5.169 17.963c.173-.09.366-.06.55-.027.345.553.633 1.138.975 1.692.094.148.128.36.315.422-.007-.698-.081-1.394-.066-2.091.164-.007.33 0 .489.047.033 1.117.09 2.234.062 3.352-.146-.018-.333.025-.446-.089-.395-.721-.839-1.415-1.214-2.148a7.068 7.068 0 0 1-.136-.042c.035.741.095 1.48.078 2.222a1.85 1.85 0 0 1-.487-.031c-.07-1.1-.038-2.206-.118-3.306z"/><path fill="#2a2a2a" d="M7.952 18c.165-.002.33.004.495.014.069.942.071 1.9.07 2.851.506.175 1.063-.001 1.581.13a22.4 22.4 0 0 0 0 .449c-.68-.062-1.364-.051-2.046-.084-.017-1.121-.076-2.24-.101-3.36z"/><path fill="#2d2d2d" d="M9.357 18.038c.201-.01.401.007.6.031.244.398.535.767.749 1.184.029.087.191.131.226.026.165-.35.399-.66.576-1.003.101-.283.455-.135.676-.132-.338.613-.708 1.215-1.059 1.823-.005.495-.05 1.005.063 1.491-.185.006-.37.003-.552-.027-.025-.465.002-.931-.026-1.395-.4-.676-.853-1.322-1.251-1.999z"/><path fill="#303030" d="M17.806 18.219c.569-.053 1.112.388 1.199.948.172.501.13 1.036.094 1.554-.064.35-.22.734-.565.891-.566.313-1.371-.015-1.575-.623-.207-.472-.178-1.002-.181-1.505.021-.579.371-1.258 1.028-1.265m-.147.544c-.354.148-.354.603-.388.927.073.477-.034 1.084.389 1.422.343.282.879.022.945-.394.044-.459.057-.93-.053-1.382-.068-.394-.483-.762-.892-.574z"/><path fill="#c8c8c8" d="M3.432 18.291c.258-.051.562.059.661.317.249.457.202.993.178 1.493-.026.228-.113.474-.304.614-.302.198-.741.018-.853-.317-.164-.455-.152-.951-.129-1.428.021-.277.15-.607.446-.68z"/><path fill="#2f2f2e" d="M22.377 18.405c.183.025.538-.087.548.193.005.902.044 1.802.08 2.702.518.09 1.047.033 1.569.072.013.154.025.308.031.463-.591.001-1.182-.035-1.772-.037-.122-.016-.3.025-.358-.12.003-1.091-.053-2.183-.099-3.272z"/><path fill="#c6c6c5" d="M17.659 18.763c.409-.189.825.18.892.574.111.452.097.923.053 1.382-.066.416-.602.676-.945.394-.423-.338-.316-.946-.389-1.422.034-.324.035-.779.388-.927z"/><path fill="#828282" d="M28.864 20.237c.017.236.031.472.038.71a3.587 3.587 0 0 1-.038-.71zM14.828 20.905c.252.512.071 1.073.065 1.612-.038-.288-.043-.578-.07-.867-.146-.047-.378-.002-.427-.189-.02-.229.261-.231.412-.302l.021-.255z"/><path fill="#e7e6e6" d="M1.159 21.798c.047-.209.109-.415.159-.624-.049.377.04.79.393.994.572.194 1.185.037 1.775.083.274-.006.535.125.808.091.596-.109 1.197.059 1.796.043.537-.018 1.075.011 1.612.046l-.106.152c-1.938-.092-3.88-.118-5.818-.211-.287-.05-.565-.279-.617-.573z"/><path fill="#e3e3e2" d="M7.765 22.586c.287-.171.624-.211.946-.137 1.33.089 2.666.004 3.992.149.397.044.821-.131 1.194.07-.468.051-.94-.017-1.406.061a25.452 25.452 0 0 0-1.634-.054c-1.031-.01-2.062-.069-3.093-.089z"/><path fill="#303030" opacity=".41" d="M4.293 23.053c.265-.01.531 0 .793.038a2.374 2.374 0 0 1-.793-.038z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-go-straight-on-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#202020" opacity=".29" d="M1.081.286c.248-.087.513-.029.768-.034C5.644.248 9.438.231 13.233.236c2.327.008 4.656-.024 6.983.04-6.378.011-12.757.002-19.135.01z"/><path fill="#1a1919" d="M0 1.409C.201.912.582.492 1.081.286 7.459.278 13.838.287 20.216.276c.771.01 1.542-.005 2.313.016.606.107 1.073.65 1.23 1.224.005 7.084.006 14.17.001 21.254A1.88 1.88 0 0 1 22.681 24H1.083C.519 23.742-.015 23.233 0 22.567V1.409M1.299.447C.622.539.096 1.222.147 1.897.151 8.792.146 15.686.149 22.581c.044.77.794 1.378 1.558 1.293 6.83-.004 13.659.003 20.489-.004.73.028 1.394-.613 1.408-1.338V1.751c-.019-.721-.679-1.358-1.407-1.33C15.446.414 8.695.421 1.945.418c-.216-.002-.433-.005-.646.029z"/><path fill="#1a1919" d="M1.577.72c.438-.047.878.005 1.317.009 6.45.005 12.901-.007 19.35.006.516-.03.908.403 1.005.877.146.863.024 1.74.043 2.609V21.96c.013.434.039.941-.299 1.27-.375.355-.933.319-1.412.33-6.626-.001-13.252.006-19.877-.003-.58.03-1.191-.376-1.244-.98C.459 15.668.465 8.759.457 1.851.446 1.248.972.717 1.577.72m-.402.788c-.295.406-.108.927-.126 1.386.003 6.56 0 13.121.001 19.681.094.373.53.399.848.395 2.979.002 5.958-.002 8.937.002-.002-3.402 0-6.805-.001-10.207h.591c-.001 3.402.002 6.804-.002 10.207 3.592-.004 7.184.006 10.776-.005.342.021.509-.329.502-.624.003-6.641 0-13.283.001-19.924-.004-.284.037-.586-.076-.855-.077-.185-.292-.245-.475-.244H1.661c-.174 0-.388.019-.486.187z"/><path fill="#1a1919" d="M8.85 4.391c.264-.337.46-.726.755-1.039.719 1.006 1.394 2.043 2.109 3.052.094.16.216.329.203.524-.055.179-.258.263-.432.221-.349-.072-.676-.22-1.021-.308-.028 5.049-.009 10.097-.016 15.146-.544.002-1.088.003-1.632-.007-.064.011-.11-.06-.102-.117a925.266 925.266 0 0 1-.008-4.408c.094-2.373-.969-4.701-2.613-6.378-.636-.7-1.376-1.287-2.107-1.88-.113.363-.217.732-.354 1.087-.086.28-.557.283-.619-.018-.455-1.249-.98-2.475-1.39-3.74 1.323-.022 2.646.015 3.968.044.254.001.474.323.279.531-.251.255-.555.451-.826.684.653.511 1.393.915 1.977 1.512.644.588 1.182 1.272 1.677 1.987.017-1.48.008-2.962.004-4.442-.345.095-.678.229-1.026.309-.212.055-.46-.129-.444-.351.063-.211.21-.383.336-.559.449-.601.822-1.255 1.281-1.849zM17.721 8.699c-.145-.258.188-.559.441-.455 1.287.4 2.572.806 3.858 1.21-.841 1.055-1.688 2.106-2.529 3.162-.158.231-.576.143-.613-.14-.025-.373-.003-.748-.01-1.121-1.581.258-2.858 1.7-2.926 3.299-.007.876 0 1.753-.003 2.629h-1.724c.039-1.343-.159-2.721.227-4.03a5.416 5.416 0 0 1 2.034-2.755c.552-.432 1.234-.634 1.895-.832-.211-.325-.456-.63-.649-.966zM12.869 18.522c.44-.128.97.003 1.19.432.372.784.378 1.788-.132 2.513-.416.449-1.291.38-1.586-.178-.369-.734-.38-1.656.026-2.379a.793.793 0 0 1 .502-.388m.194.483c-.192.03-.299.221-.362.387-.177.507-.177 1.088.051 1.578.147.359.725.369.883.014.243-.531.252-1.18.011-1.714-.093-.222-.357-.329-.583-.265zM14.823 18.536l.506-.001c.388.671.769 1.345 1.158 2.016.002-.672 0-1.343.001-2.015h.495V21.7l-.445.001c-.406-.713-.801-1.431-1.206-2.145-.002.715 0 1.429-.001 2.143h-.507v-3.163zM17.55 18.536h.496v2.704l1.464.001v.458c-.654.002-1.307 0-1.96.001v-3.165zM19.572 18.537c.199-.002.398-.001.598-.002.259.403.512.81.769 1.215.262-.402.51-.813.772-1.215l.573.002c-.357.593-.734 1.175-1.083 1.773-.032.462-.003.927-.013 1.391h-.496c-.01-.463.019-.929-.014-1.39-.356-.598-.742-1.179-1.106-1.773z"/><path fill="#fffffe" d="M1.299.447c.213-.034.43-.031.646-.029C8.696.42 15.447.414 22.197.421c.728-.028 1.388.609 1.407 1.33v20.781c-.014.725-.678 1.366-1.408 1.338-6.83.007-13.659 0-20.489.004-.763.085-1.514-.523-1.558-1.293C.146 15.686.15 8.792.147 1.897.095 1.221.621.538 1.299.447m.278.273C.972.717.446 1.247.457 1.851.465 8.759.459 15.669.46 22.577c.053.604.665 1.01 1.244.98 6.626.009 13.252.002 19.877.003.479-.011 1.037.025 1.412-.33.339-.33.313-.836.299-1.27V4.221c-.019-.869.103-1.745-.043-2.609-.097-.474-.489-.907-1.005-.877-6.45-.012-12.9 0-19.35-.006C2.455.725 2.015.673 1.577.72z"/><path fill="#fffffe" d="M1.175 1.508c.098-.167.312-.186.486-.187h20.49c.183-.001.397.059.475.244.113.269.072.571.076.855-.002 6.641.001 13.283-.001 19.924.007.295-.161.645-.502.624-3.592.01-7.184 0-10.776.005.004-3.402.001-6.804.002-10.207h-.591c.001 3.402-.001 6.805.001 10.207-2.979-.004-5.958 0-8.937-.002-.317.004-.754-.022-.848-.395 0-6.56.002-13.121-.001-19.681.018-.46-.169-.98.126-1.386M8.85 4.391c-.46.594-.832 1.247-1.281 1.849-.127.176-.273.348-.336.559-.016.222.231.406.444.351.348-.081.682-.214 1.026-.309.004 1.481.013 2.962-.004 4.442-.495-.715-1.033-1.399-1.677-1.987-.584-.597-1.324-1-1.977-1.512.271-.233.575-.429.826-.684.195-.208-.025-.53-.279-.531-1.322-.029-2.645-.066-3.968-.044.41 1.265.935 2.491 1.39 3.74.062.3.533.297.619.018.137-.355.24-.724.354-1.087.731.593 1.472 1.181 2.107 1.88 1.643 1.677 2.707 4.006 2.613 6.378 0 1.469.001 2.939.008 4.408-.008.057.037.128.102.117.544.01 1.088.009 1.632.007.006-5.049-.013-10.098.016-15.146.345.088.672.236 1.021.308.174.043.377-.041.432-.221.013-.195-.109-.364-.203-.524-.715-1.009-1.39-2.046-2.109-3.052-.296.313-.491.702-.755 1.039m8.87 4.309c.193.336.438.641.649.966-.661.199-1.343.4-1.895.832a5.416 5.416 0 0 0-2.034 2.755c-.386 1.309-.188 2.687-.227 4.03h1.724c.003-.877-.004-1.753.003-2.629.068-1.599 1.344-3.042 2.926-3.299.008.373-.014.748.01 1.121.037.283.455.37.613.14.84-1.056 1.688-2.106 2.529-3.162-1.286-.404-2.571-.81-3.858-1.21-.252-.104-.586.198-.441.455m-4.851 9.824a.793.793 0 0 0-.502.388c-.406.722-.395 1.644-.026 2.379.295.559 1.17.628 1.586.178.51-.725.505-1.729.132-2.513-.22-.429-.75-.56-1.19-.432m1.954.014v3.163h.507c.001-.714-.001-1.429.001-2.143.405.713.8 1.432 1.206 2.145l.445-.001v-3.164h-.495c-.002.672 0 1.344-.001 2.015-.388-.671-.77-1.345-1.158-2.016l-.506.001m2.728 0v3.165c.653-.001 1.306.001 1.96-.001v-.458l-1.464-.001v-2.704h-.496m2.022 0c.364.594.75 1.175 1.106 1.773.033.461.003.927.014 1.39h.496c.01-.463-.018-.929.013-1.391.349-.598.726-1.18 1.083-1.773-.191-.001-.382 0-.573-.002-.262.402-.51.813-.772 1.215-.257-.405-.51-.812-.769-1.215-.199.001-.398 0-.598.002z"/><path fill="#fffffe" d="M13.063 19.005c.226-.064.49.043.583.265.24.535.232 1.183-.011 1.714-.157.356-.736.345-.883-.014-.228-.491-.228-1.072-.051-1.578.063-.166.17-.356.362-.387z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-go-straight-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#202020" opacity=".29" d="M3.642.276C5.716.218 7.791.241 9.866.236c4.048-.005 8.095.012 12.142.017.256.002.52-.05.769.034C16.399.278 10.02.288 3.642.277z"/><path fill="#1a1919" d="M.1 1.516C.275.856.885.223 1.613.281 2.289.284 2.965.278 3.642.276c6.378.011 12.757.001 19.135.01.499.205.882.627 1.081 1.125v21.155c.016.666-.518 1.178-1.085 1.434H1.174c-.619-.27-1.159-.907-1.081-1.613C.1 15.43.09 8.472.1 1.516M1.437.443C.745.517.2 1.211.253 1.898.257 8.792.252 15.687.255 22.581c.037.555.449 1.069.981 1.231.231.057.471.065.708.062 6.782-.003 13.564.003 20.346-.003.735.033 1.406-.609 1.419-1.339V1.753c-.016-.561-.422-1.084-.951-1.264-.322-.088-.659-.069-.989-.07H2.181c-.248.001-.498-.011-.745.024z"/><path fill="#1a1919" d="M1.54.741C8.03.715 14.521.74 21.011.729c.519-.006 1.048-.082 1.559.043.506.1.851.628.834 1.127-.015 6.908.002 13.818-.009 20.726-.087.604-.71.973-1.289.935-6.641.004-13.283.003-19.924 0-.459-.009-.997.004-1.34-.354-.318-.331-.287-.821-.276-1.245V3.604C.53 2.989.518 2.371.584 1.758c.058-.494.411-1.02.957-1.017m-.309.823c-.113.269-.072.57-.076.855.002 6.641-.001 13.283.002 19.925-.008.295.16.644.502.623 3.591.011 7.184 0 10.776.005-.004-3.403-.001-6.805-.002-10.207h.591c-.001 3.403.001 6.805-.001 10.208 3.01-.006 6.02.004 9.03-.005.293.009.674-.058.754-.391.002-6.561-.002-13.122.002-19.682-.019-.46.168-.979-.127-1.386-.099-.167-.312-.186-.486-.186H1.708c-.184-.001-.398.059-.475.244z"/><path fill="#1a1919" d="M14.346 4.05c.019-.041.087-.078.113-.022a84.29 84.29 0 0 1 2.173 3.196c.162.216-.127.511-.355.444-.345-.087-.677-.216-1.022-.305-.001 1.455-.012 2.91.006 4.366.382-.537.768-1.074 1.221-1.555.702-.733 1.54-1.319 2.388-1.87-.267-.239-.578-.428-.825-.688-.201-.18.02-.515.26-.499 1.287-.018 2.575-.005 3.863.011a120.451 120.451 0 0 1-1.248 3.355 1.16 1.16 0 0 1-.281.456c-.158.008-.338-.043-.402-.203-.14-.352-.228-.723-.36-1.078a16.174 16.174 0 0 0-2.469 2.296c-1.009 1.112-1.685 2.504-2.01 3.965-.117.39-.111.8-.142 1.203-.008 1.66-.001 3.319-.005 4.979-.556.004-1.113.001-1.669.001 0-4.158.002-8.316-.002-12.474-.06-.753-.018-1.51-.041-2.264-.359.1-.706.242-1.073.307-.245.053-.428-.271-.283-.465a61.712 61.712 0 0 1 2.163-3.155zM1.838 9.454c1.286-.403 2.57-.811 3.857-1.21.253-.104.586.198.441.455-.193.337-.438.641-.649.966.672.201 1.365.409 1.923.853 1.276.901 2.142 2.382 2.224 3.95.044.937.001 1.876.009 2.815H7.919c-.003-.876.004-1.753-.003-2.629-.068-1.599-1.344-3.042-2.926-3.3-.008.374.015.749-.01 1.122-.037.284-.454.37-.612.14-.841-1.056-1.688-2.106-2.529-3.162zM2.624 18.427c.439-.129.97.002 1.189.432.373.783.378 1.788-.132 2.512-.415.45-1.291.381-1.585-.178-.369-.734-.379-1.657.026-2.379a.796.796 0 0 1 .502-.388m.194.484c-.205.035-.313.244-.375.422-.168.519-.164 1.118.099 1.606.193.317.731.271.865-.079.221-.528.233-1.159-.006-1.684-.092-.222-.357-.328-.583-.265zM4.578 18.441h.507c.387.671.769 1.345 1.157 2.016.002-.672 0-1.344.001-2.015h.496v3.164l-.446.001c-.405-.713-.8-1.431-1.206-2.144-.002.714 0 1.429-.001 2.142h-.507v-3.164zM7.305 18.441h.496v2.704h1.464v.459l-1.96.001V18.44zM9.327 18.442l.598-.002c.258.403.512.809.767 1.214.263-.402.511-.812.773-1.215l.574.002c-.313.51-.626 1.019-.941 1.527-.069.118-.17.232-.157.378 0 .42.002.84 0 1.259h-.496c-.011-.463.021-.93-.015-1.391-.353-.599-.742-1.179-1.105-1.772z"/><path fill="#fffffe" d="M1.437.443c.247-.036.497-.023.745-.024H21.77c.33.001.667-.018.989.07.528.18.934.703.951 1.264v20.779c-.013.73-.684 1.372-1.419 1.339-6.782.006-13.564 0-20.346.003a2.804 2.804 0 0 1-.708-.062 1.424 1.424 0 0 1-.981-1.231C.253 15.686.257 8.792.254 1.898.202 1.211.746.517 1.438.443m.102.298C.994.738.641 1.264.583 1.758.517 2.371.53 2.989.565 3.604c.002 6.119.001 12.238 0 18.357-.011.424-.042.914.276 1.245.343.358.881.346 1.34.354 6.641.002 13.283.003 19.924 0 .579.038 1.202-.331 1.289-.935.011-6.908-.006-13.818.009-20.726.018-.499-.328-1.027-.834-1.127-.511-.124-1.04-.049-1.559-.043C14.52.74 8.029.715 1.539.741z"/><path fill="#fffffe" d="M1.232 1.564c.077-.185.292-.245.475-.244h20.489c.174 0 .388.019.486.186.295.407.108.927.127 1.386-.004 6.561 0 13.122-.002 19.682-.081.333-.461.4-.754.391-3.01.009-6.02 0-9.03.005.003-3.403 0-6.805.001-10.208h-.591c.001 3.402-.002 6.804.002 10.207-3.592-.005-7.184.006-10.776-.005-.342.021-.509-.329-.502-.623-.003-6.642 0-13.283-.002-19.925.004-.285-.037-.585.076-.855M14.346 4.05a61.712 61.712 0 0 0-2.163 3.155c-.145.194.038.518.283.465.367-.065.715-.207 1.073-.307.023.755-.019 1.512.041 2.264.004 4.158.002 8.316.002 12.474.556 0 1.112.002 1.669-.001.004-1.66-.002-3.319.005-4.979.032-.403.026-.812.142-1.203.324-1.461 1.001-2.853 2.01-3.965a16.268 16.268 0 0 1 2.469-2.296c.132.355.22.726.36 1.078.064.16.244.211.402.203.129-.127.222-.285.281-.456a126.27 126.27 0 0 0 1.248-3.355c-1.288-.016-2.576-.03-3.863-.011-.24-.016-.461.319-.26.499.247.26.558.449.825.688-.848.552-1.685 1.137-2.388 1.87-.453.481-.839 1.018-1.221 1.555-.018-1.455-.007-2.91-.006-4.366.344.089.677.219 1.022.305.228.067.517-.228.355-.444a82.353 82.353 0 0 0-2.173-3.196c-.027-.056-.094-.019-.113.022M1.838 9.454c.841 1.055 1.688 2.106 2.529 3.162.158.23.576.144.612-.14.026-.373.003-.748.01-1.122 1.582.258 2.858 1.701 2.926 3.3.007.876 0 1.753.003 2.629h1.724c-.007-.938.035-1.877-.009-2.815-.083-1.568-.948-3.049-2.224-3.95-.558-.443-1.251-.652-1.923-.853.211-.325.456-.629.649-.966.145-.258-.188-.56-.441-.455-1.287.399-2.571.807-3.857 1.21m.787 8.973a.787.787 0 0 0-.502.388c-.406.722-.395 1.644-.026 2.379.294.559 1.17.628 1.585.178.511-.724.505-1.729.132-2.512-.219-.429-.75-.56-1.189-.432m1.954.013v3.164h.507c.001-.714-.001-1.428.001-2.142.406.712.801 1.431 1.206 2.144l.446-.001v-3.164h-.496c-.001.672.001 1.343-.001 2.015-.388-.671-.77-1.345-1.157-2.016h-.507m2.728 0v3.165l1.96-.001v-.459H7.801v-2.704h-.496m2.022 0c.363.594.751 1.173 1.105 1.772.037.461.004.928.015 1.391h.496v-1.259c-.014-.146.088-.26.157-.378.315-.508.628-1.017.941-1.527-.192-.001-.383 0-.574-.002-.262.402-.51.813-.773 1.215-.256-.405-.509-.811-.767-1.214-.2.001-.399 0-.598.002z"/><path fill="#fffffe" d="M2.818 18.91c.226-.064.49.043.583.265.239.525.226 1.156.006 1.684-.134.35-.672.396-.865.079-.263-.487-.267-1.087-.099-1.606.062-.178.169-.387.375-.422z"/></symbol><symbol viewBox="0 0 32 24" id="regulatory--dual-lanes-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M1.654 0H30.34c.51.412 1.113.714 1.512 1.254v20.79c.041.906-.679 1.612-1.453 1.955H1.569a2.524 2.524 0 0 1-1.441-1.643C.122 15.643.129 8.929.127 2.216c.007-.244-.031-.494.02-.734A3.587 3.587 0 0 1 1.653 0m.268.211C1.065.3.366 1.109.339 1.958.342 8.673.338 15.389.341 22.103c.049.743.599 1.428 1.31 1.646.371.091.755.085 1.135.081h26.47c.36.005.725.005 1.078-.079.735-.22 1.303-.941 1.321-1.71V1.958C31.63.99 30.739.139 29.763.182 20.749.174 11.736.181 2.723.179c-.267-.002-.536-.007-.802.032z"/><path fill="#1a1919" d="M2.056.61C10.72.575 19.387.608 28.052.593c.709-.008 1.434-.115 2.13.07.585.134 1.002.719 1.054 1.298.004 6.714-.001 13.428.003 20.141-.072.806-.888 1.348-1.661 1.307-8.888.011-17.777.004-26.666.003-.6-.011-1.292.004-1.757-.439-.436-.422-.422-1.071-.401-1.632C.759 14.965.752 8.589.758 2.213.757 1.477 1.232.61 2.056.61m-.51 1.604c-.005 6.503.001 13.007-.003 19.512.013.272.051.591.278.774.225.156.515.123.775.129 4.668-.002 9.337-.002 14.006-.001-.006-4.542-.001-9.085-.003-13.627.263-.001.526-.001.788.001-.001 4.542.002 9.085-.001 13.627 3.808-.004 7.617-.001 11.426-.002.419-.001.847.017 1.256-.084.198-.117.414-.311.387-.564.001-6.291-.011-12.583-.006-18.875-.001-.337-.011-.674.025-1.009-.044-.384-.352-.763-.773-.708-9.164-.004-18.327-.004-27.49 0-.454-.03-.7.427-.666.828z"/><path fill="#1a1919" d="M2.454 4.58c1.717-.539 3.433-1.082 5.151-1.616.337-.137.781.265.587.609-.258.449-.584.856-.866 1.29.881.265 1.793.534 2.529 1.11 1.724 1.201 2.897 3.192 3.008 5.301.058 1.251.002 2.506.011 3.759h-2.301c-.004-1.17.005-2.339-.004-3.509-.091-2.135-1.794-4.062-3.906-4.406-.011.498.018.998-.014 1.496-.046.36-.562.491-.789.222-1.135-1.418-2.272-2.835-3.406-4.255zM23.212 3.01c.293-.12.601.058.698.346-.193.579-.684.993-.931 1.545.819.266 1.656.533 2.37 1.031 1.933 1.247 3.263 3.454 3.225 5.784.013 1.16.011 2.321.013 3.482-.775-.004-1.55.011-2.325-.008.003-1.053.001-2.106 0-3.158.065-1.407-.591-2.801-1.626-3.741-.657-.603-1.506-.945-2.369-1.129-.099.607.209 1.356-.227 1.859-.158-.001-.317 0-.475.002-1.137-1.503-2.411-2.895-3.516-4.423 1.715-.548 3.431-1.096 5.162-1.591zM3.502 16.56c.587-.172 1.295.003 1.589.576.497 1.046.504 2.387-.177 3.355-.557.6-1.723.508-2.117-.238-.484-.966-.508-2.176.013-3.133.128-.281.398-.483.691-.56m.262.644c-.274.044-.418.325-.501.564-.225.693-.218 1.492.131 2.143.259.424.976.362 1.156-.105.294-.705.311-1.547-.008-2.249-.123-.295-.476-.438-.778-.353zM6.111 16.579l.676-.001c.517.896 1.028 1.796 1.546 2.692.002-.897-.001-1.794.001-2.691l.66-.001v4.224l-.596.001c-.54-.954-1.071-1.912-1.61-2.865-.002.955.001 1.909-.001 2.864H6.11v-4.223zM9.754 16.578c.22-.001.44-.001.661.001l.001 3.609c.651.002 1.303-.001 1.954.001l.001.612c-.872.002-1.744 0-2.616.001v-4.224zM12.452 16.58c.266-.003.533-.002.799-.002.345.539.683 1.082 1.026 1.622.345-.539.681-1.083 1.028-1.622.256.001.512-.001.768.001-.478.793-.982 1.572-1.449 2.37-.037.616-.003 1.235-.015 1.853l-.662.001c-.013-.617.022-1.238-.016-1.853-.477-.799-.992-1.577-1.479-2.37zM19.078 16.675c.523-.156 1.125.049 1.375.549.458 1.009.467 2.267-.141 3.218-.487.583-1.579.488-1.916-.215-.45-.969-.455-2.157.062-3.103a.987.987 0 0 1 .619-.449m.131.645c-.175.056-.279.232-.349.392-.258.698-.267 1.509.07 2.182.207.407.868.365 1.029-.061a2.927 2.927 0 0 0 .032-2.147.596.596 0 0 0-.783-.366zM21.382 16.703l.607-.001c.474.857.921 1.729 1.403 2.581.008-.858.003-1.717.003-2.575.191-.005.383-.006.575-.009.016 1.349.002 2.699.007 4.049-.176-.003-.351-.003-.527-.003-.493-.906-.959-1.827-1.452-2.732-.01.911-.002 1.822-.004 2.733l-.612-.001c.001-1.347-.001-2.694.001-4.041zM24.676 16.702h.574c.023 1.158-.036 2.32.03 3.475.579-.006 1.158-.001 1.738-.004l-.001.574c-.781-.002-1.562-.004-2.342.001.002-1.349-.001-2.697.001-4.046zM27.11 16.703l.707-.002c.338.492.58 1.086.958 1.525.306-.507.597-1.022.91-1.525.222 0 .445-.001.667.003-.313.614-.686 1.196-1.025 1.797-.499.641-.193 1.497-.278 2.244l-.598.001c-.009-.585.013-1.171-.01-1.755-.412-.779-.904-1.515-1.331-2.287z"/><path fill="#fffffe" d="M1.921.211c.265-.039.534-.034.802-.032 9.014.003 18.027-.004 27.04.003.976-.042 1.866.808 1.891 1.776v20.083c-.018.769-.586 1.491-1.321 1.71-.353.084-.717.084-1.078.079H2.785c-.38.004-.764.009-1.135-.081-.711-.218-1.261-.904-1.31-1.646C.337 15.388.341 8.672.338 1.958.366 1.109 1.064.3 1.92.211m.136.399C1.232.611.757 1.478.758 2.213.752 8.589.759 14.965.754 21.341c-.021.561-.034 1.209.401 1.632.465.444 1.157.428 1.757.439 8.889.001 17.778.008 26.666-.003.773.041 1.589-.501 1.661-1.307-.003-6.713.002-13.427-.003-20.141-.052-.579-.469-1.165-1.054-1.298-.696-.186-1.422-.078-2.13-.07C19.387.608 10.72.575 2.056.61z"/><path fill="#fffffe" d="M1.546 2.214c-.035-.401.212-.859.666-.828 9.163-.004 18.327-.004 27.49 0 .421-.055.729.324.773.708-.036.336-.025.673-.025 1.009-.006 6.292.007 12.584.006 18.875.027.253-.189.448-.387.564-.41.101-.837.083-1.256.084-3.808.001-7.617-.003-11.426.002.003-4.542.001-9.085.001-13.627L16.6 9c.001 4.542-.003 9.085.003 13.627-4.669-.001-9.338-.001-14.006.001-.26-.005-.55.027-.775-.129-.227-.183-.265-.502-.278-.774.003-6.504-.003-13.008.003-19.512m.907 2.367C3.588 6 4.724 7.417 5.86 8.835c.227.27.743.138.789-.222.032-.498.003-.997.014-1.496 2.113.344 3.815 2.271 3.906 4.406.009 1.17-.001 2.339.004 3.509h2.301c-.009-1.253.047-2.508-.011-3.759-.111-2.109-1.284-4.1-3.008-5.301-.736-.576-1.647-.845-2.529-1.11.282-.434.609-.841.866-1.29.194-.343-.25-.746-.587-.609-1.719.534-3.435 1.077-5.151 1.616M23.212 3.01a172.708 172.708 0 0 0-5.162 1.591c1.104 1.527 2.379 2.92 3.516 4.423.158-.002.317-.003.475-.002.436-.503.128-1.253.227-1.859.862.184 1.712.526 2.369 1.129 1.034.939 1.69 2.334 1.626 3.741.001 1.052.003 2.105 0 3.158.774.018 1.55.004 2.325.008-.002-1.161-.001-2.321-.013-3.482.038-2.33-1.292-4.537-3.225-5.784-.714-.498-1.55-.765-2.37-1.031.248-.552.739-.966.932-1.545-.097-.287-.405-.465-.698-.346M3.502 16.56a1.054 1.054 0 0 0-.692.56c-.521.957-.497 2.168-.013 3.133.394.746 1.56.838 2.117.238.681-.968.674-2.309.177-3.355-.294-.573-1.002-.748-1.589-.576m2.609.019v4.223h.677c.002-.955-.001-1.909.001-2.864.539.954 1.07 1.912 1.61 2.865l.596-.001v-4.224c-.22-.001-.441-.001-.66.001-.003.897.001 1.794-.001 2.691-.518-.896-1.028-1.796-1.546-2.692a50.776 50.776 0 0 0-.676.001m3.642-.001v4.224c.872-.001 1.744.001 2.616-.001.001-.205.001-.408-.001-.612-.651-.003-1.303.001-1.954-.001-.001-1.203.001-2.406-.001-3.609l-.661-.001m2.699.002c.487.793 1.002 1.571 1.479 2.37.038.615.003 1.235.016 1.853l.662-.001c.012-.617-.022-1.237.015-1.853.468-.799.971-1.577 1.449-2.37-.256-.002-.512-.001-.768-.001-.346.538-.683 1.083-1.028 1.622-.344-.54-.681-1.083-1.026-1.622-.267 0-.533-.001-.799.002m6.626.095a.987.987 0 0 0-.619.449c-.517.945-.512 2.133-.062 3.103.336.702 1.429.798 1.916.215.608-.951.599-2.208.141-3.218-.251-.5-.852-.705-1.375-.549m2.303.028c-.002 1.347 0 2.694-.001 4.041l.612.001c.003-.911-.006-1.822.004-2.733.493.906.959 1.826 1.452 2.732.176 0 .351.001.527.003-.005-1.35.009-2.7-.007-4.049-.192.003-.384.004-.575.009-.001.859.005 1.717-.003 2.575-.483-.852-.93-1.724-1.403-2.581l-.607.001m3.295 0c-.002 1.349.001 2.697-.001 4.046.781-.005 1.562-.003 2.342-.001l.001-.574c-.579.003-1.159-.003-1.738.004-.066-1.155-.008-2.317-.03-3.475h-.574m2.434.001c.427.772.919 1.508 1.331 2.287.023.584.001 1.17.01 1.755l.598-.001c.085-.747-.221-1.602.278-2.244.339-.6.712-1.182 1.025-1.797-.222-.003-.445-.003-.667-.003-.313.503-.604 1.018-.91 1.525-.378-.439-.621-1.033-.958-1.525l-.707.002z"/><path fill="#fffffe" d="M3.763 17.204c.301-.085.654.058.778.353.319.702.302 1.543.008 2.249-.18.467-.897.529-1.156.105-.35-.651-.357-1.45-.131-2.143.083-.238.227-.519.501-.564zM19.208 17.32a.597.597 0 0 1 .783.366c.26.679.252 1.478-.032 2.147-.161.426-.822.467-1.029.061-.338-.673-.329-1.484-.07-2.182.07-.16.174-.336.349-.392z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-turn-left-no-u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#202020" opacity=".29" d="M3.642.276C5.526.224 7.411.238 9.296.235c4.032-.007 8.063.011 12.095.017.461.043.939-.073 1.388.034C16.4.278 10.021.286 3.642.276z"/><path fill="#1a1919" d="M.098 1.516C.257.943.722.4 1.328.291 2.099.272 2.871.286 3.643.275c6.379.01 12.758.002 19.137.01.496.21.876.625 1.078 1.12v21.174c.01.66-.522 1.159-1.079 1.421H1.17c-.615-.274-1.157-.908-1.076-1.613.002-6.957 0-13.915.003-20.871M1.436.443C.795.511.273 1.117.254 1.753.256 8.695.253 15.638.255 22.581c.044.706.692 1.316 1.407 1.29 6.876.004 13.753.003 20.629 0 .718.03 1.375-.581 1.417-1.292.002-6.942 0-13.884.001-20.826-.016-.575-.442-1.113-.991-1.277a3.297 3.297 0 0 0-.806-.058H2.133c-.233.001-.467-.01-.698.025z"/><path fill="#1a1919" d="M1.54.741C8.03.715 14.521.74 21.011.729c.543-.006 1.1-.091 1.63.063.369.089.617.434.728.778.074.469.03.946.028 1.419.001 6.529-.001 13.059.001 19.588-.053.605-.665 1.012-1.245.981-6.609.009-13.219.001-19.829.004-.447-.012-.933.025-1.329-.224-.298-.195-.429-.56-.432-.904.005-6.26.001-12.52.002-18.781C.532 2.999.509 2.341.592 1.69c.079-.47.427-.952.947-.949M1.156 1.94c-.001 4.902.002 9.804-.002 14.705a7.866 7.866 0 0 0-.344.006 4.547 4.547 0 0 0 0 .467c.115.004.229.007.344.006.007 1.754-.005 3.509.006 5.264-.004.306.212.62.549.581 6.75.002 13.501.001 20.251.001.318.003.751-.022.848-.394v-5.453c.178.003.356.001.534-.007.012-.155.012-.31 0-.464a8.645 8.645 0 0 0-.534-.007c0-4.6-.004-9.2.002-13.8-.013-.444.161-.947-.127-1.339-.108-.183-.346-.188-.533-.188-6.831.002-13.661-.002-20.491.002-.341-.024-.525.317-.503.618z"/><path fill="#1a1919" d="M15.759 2.609c.309-.157.763.199.617.536-.257.487-.619.912-.873 1.399.746.291 1.542.48 2.22.925 1.916 1.21 3.351 3.312 3.463 5.61.031.114.048.232.045.351.008 1.234.004 2.467.003 3.7-.793-.003-1.587.006-2.38-.005.004-1.216.002-2.432.001-3.648-.086-2.227-1.881-4.247-4.086-4.592-.037.549.048 1.109-.051 1.652-.054.309-.414.248-.645.251-1.076-1.284-2.102-2.612-3.144-3.924-.15-.206-.329-.393-.456-.614 1.764-.536 3.51-1.14 5.285-1.641zM2.6 8.841c1.613-.354 3.229-.694 4.852-.997.215-.049.55.023.588.268-.244.333-.594.572-.843.9.335.083.674.155 1.01.231.819.177 1.59.535 2.293.985.776.538 1.513 1.236 1.803 2.16.258.975.101 1.994.143 2.991-.725 0-1.45.001-2.175-.001-.002-.699-.001-1.397 0-2.096.005-.401-.135-.8-.378-1.118-.751-1.096-2.097-1.588-3.368-1.748-.014.313.012.628-.015.94-.098.277-.458.229-.679.173-1.081-.89-2.182-1.76-3.232-2.686z"/><path fill="#fffffe" d="M1.436.443c.231-.035.465-.024.698-.025h19.779c.269-.005.542-.002.806.058.549.164.975.702.991 1.277-.002 6.942.001 13.884-.001 20.826-.043.711-.699 1.322-1.417 1.292-6.877.003-13.753.004-20.629 0-.715.026-1.363-.584-1.407-1.29-.002-6.942 0-13.885-.001-20.828C.274 1.117.797.511 1.437.443m.103.298C1.02.737.672 1.22.593 1.69.51 2.341.533 2.999.566 3.653.565 9.913.569 16.174.564 22.434c.002.344.134.709.432.904.396.249.882.212 1.329.224 6.61-.002 13.22.006 19.829-.004.58.031 1.192-.376 1.245-.981-.002-6.529 0-13.059-.001-19.588.002-.472.046-.95-.028-1.419-.111-.344-.359-.689-.728-.778-.53-.154-1.088-.069-1.63-.063C14.522.74 8.031.715 1.541.741z"/><path fill="#fff" d="M1.156 1.94c-.022-.301.162-.642.503-.618 6.83-.005 13.66 0 20.491-.002.187 0 .425.005.533.188.288.392.114.895.127 1.339-.006 4.6-.002 9.2-.002 13.8-7.218.002-14.436.004-21.654-.001.004-4.902 0-9.803.002-14.705m14.603.668c-1.775.5-3.521 1.104-5.285 1.641.127.222.306.408.456.614 1.042 1.312 2.068 2.64 3.144 3.924.231-.003.591.058.645-.251.1-.543.015-1.103.051-1.652 2.206.345 4 2.365 4.086 4.592.001 1.216.003 2.432-.001 3.648.793.011 1.587.001 2.38.005 0-1.233.004-2.466-.003-3.7a1.221 1.221 0 0 0-.045-.351c-.112-2.298-1.547-4.399-3.463-5.61-.678-.445-1.474-.634-2.22-.925.254-.487.617-.912.873-1.399.146-.337-.308-.693-.617-.536M8.063 7.115v.19h.095v-.19h-.095M2.6 8.841c1.051.926 2.151 1.796 3.232 2.686.222.056.582.105.679-.173.027-.312.001-.627.015-.94 1.27.16 2.616.652 3.368 1.748.242.319.383.717.378 1.118-.001.699-.002 1.398 0 2.096.725.002 1.45.001 2.175.001-.042-.996.115-2.015-.143-2.991-.291-.924-1.027-1.622-1.803-2.16-.703-.45-1.474-.808-2.293-.985-.337-.076-.675-.148-1.01-.231.249-.329.599-.567.843-.9-.038-.245-.373-.318-.588-.268-1.623.303-3.239.644-4.852.997zM1.154 17.125c7.218-.005 14.436-.003 21.654-.001v5.453c-.097.372-.53.397-.848.394-6.75 0-13.501.001-20.251-.001-.337.039-.553-.274-.549-.581-.01-1.755.001-3.51-.006-5.264m7.918 1.366c-.038.586-.01 1.173-.017 1.76-.01.332.091.712.403.881.404.202.897.223 1.324.081.361-.12.583-.491.589-.861.018-.62.003-1.24.008-1.861-.216.057-.618-.129-.705.112l-.095.025c-.011.631.026 1.265-.02 1.894-.01.28-.353.29-.552.213-.206-.088-.24-.336-.243-.534-.007-.57 0-1.141-.003-1.711a78.89 78.89 0 0 0-.688 0m-4.077.12c-.48.118-.757.609-.787 1.076-.043.463.032.995.401 1.318.452.377 1.226.329 1.591-.147.347-.487.352-1.172.118-1.708-.22-.491-.83-.683-1.324-.538m-3.023.007v2.584h.318c.002-.74-.002-1.481.002-2.221.388.735.763 1.477 1.139 2.218.129.003.258.003.388.003v-2.585h-.318c-.002.679.002 1.358-.002 2.038-.353-.675-.692-1.358-1.038-2.037a26.443 26.443 0 0 0-.488-.001m11.401.001v.304c.289.001.579-.001.868.001v2.279l.341.001v-2.276c.29-.009.58-.002.87-.005l.001-.303c-.694-.002-1.387-.001-2.081 0m2.274-.002c.003.577-.007 1.155.005 1.732.006.292.107.609.371.766.305.175.697.18 1.02.052.304-.126.458-.458.464-.773.018-.592.003-1.185.008-1.778h-.343c-.012.635.027 1.273-.021 1.905-.063.576-1.051.593-1.135.021-.059-.639-.01-1.285-.027-1.927h-.342m2.404.003v2.584l.342-.001c0-.343-.004-.686.002-1.029.155.023.372-.071.469.096.244.312.495.619.739.932.148.002.297.002.445.001-.304-.377-.613-.748-.917-1.125.298-.116.537-.396.53-.727.041-.337-.225-.645-.549-.702-.351-.054-.708-.022-1.062-.03m2.183.001v2.584h.318c.002-.74-.002-1.481.002-2.221.388.735.763 1.477 1.139 2.218.129.003.258.003.387.003v-2.585h-.318c-.002.679.002 1.358-.002 2.038-.353-.675-.692-1.358-1.038-2.037a26.461 26.461 0 0 0-.488-.001z"/><path fill="#fff" d="M5.089 18.896c.345-.116.77.033.912.381.167.41.173.907-.024 1.308-.207.421-.843.5-1.159.162-.265-.282-.286-.701-.253-1.066.03-.323.19-.682.524-.785zM18.392 18.91c.257.008.544-.044.772.104.195.151.161.447.069.647-.175.286-.557.212-.84.226a79.708 79.708 0 0 1 0-.978z"/><path d="M.811 16.652a6.56 6.56 0 0 1 .344-.006c7.218.005 14.436.003 21.654.001.178-.003.356-.001.534.007.012.154.012.309 0 .464-.178.008-.356.01-.534.007-7.218-.002-14.436-.004-21.654.001a7.894 7.894 0 0 1-.344-.006 4.547 4.547 0 0 1 0-.467zM9.072 18.491h.688c.002.571-.004 1.141.003 1.711.003.197.037.446.243.534.198.076.541.067.552-.213.046-.629.009-1.263.02-1.894l.095-.025c.087-.241.489-.055.705-.112-.004.62.01 1.241-.008 1.861-.006.37-.228.741-.589.861-.427.143-.92.121-1.324-.081-.313-.169-.414-.549-.403-.881.007-.587-.021-1.174.017-1.76zM4.996 18.61c.494-.145 1.104.046 1.324.538.234.536.229 1.221-.118 1.708-.365.476-1.14.524-1.591.147-.369-.323-.444-.855-.401-1.318.03-.466.307-.958.787-1.076m.092.287c-.333.102-.494.462-.524.785-.032.365-.012.784.253 1.066.316.339.951.259 1.159-.162.197-.401.191-.898.024-1.308-.142-.348-.567-.497-.912-.381zM1.972 18.618c.163-.001.325-.001.488.001.346.679.685 1.361 1.038 2.037.005-.679 0-1.358.002-2.038h.318v2.585c-.129 0-.258 0-.388-.003-.376-.741-.751-1.483-1.139-2.218-.004.74 0 1.48-.002 2.221h-.318v-2.584zM13.374 18.618c.693 0 1.387-.002 2.081 0l-.001.303c-.29.003-.58-.004-.87.005.002.759.001 1.518 0 2.276l-.341-.001v-2.279c-.289-.002-.579 0-.868-.001v-.304zM15.647 18.617h.342c.017.642-.032 1.288.027 1.927.084.572 1.071.555 1.135-.021.048-.633.009-1.271.021-1.905h.343c-.005.592.01 1.186-.008 1.778-.006.315-.16.647-.464.773-.323.128-.715.122-1.02-.052-.264-.157-.365-.475-.371-.766-.011-.577-.002-1.154-.005-1.732zM18.051 18.618c.353.008.711-.024 1.062.03.324.057.59.364.549.702.008.332-.232.611-.53.727.304.377.613.748.917 1.125-.148.001-.297.001-.445-.001-.244-.313-.495-.62-.739-.932-.097-.167-.314-.074-.469-.096-.007.343-.002.686-.002 1.029l-.342.001v-2.584m.34.291v.978c.283-.015.666.06.84-.226.092-.2.126-.496-.069-.647-.228-.148-.515-.096-.772-.104zM20.233 18.618c.163-.001.325-.001.488.001.346.679.685 1.361 1.038 2.037.005-.679 0-1.358.002-2.038h.318v2.585c-.129 0-.258 0-.387-.003-.377-.741-.751-1.483-1.139-2.218-.004.74 0 1.48-.002 2.221h-.318v-2.584z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-turn-left-or-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#202020" opacity=".29" d="M3.642.276C4.419.239 5.198.256 5.977.239 11.115.229 16.254.24 21.392.25c.46.038.934-.069 1.385.034C16.399.279 10.02.285 3.642.275z"/><path fill="#1a1919" d="M.097 1.515C.258.942.722.399 1.329.29 2.099.272 2.871.284 3.642.275c6.378.01 12.757.004 19.135.009.499.208.883.627 1.081 1.126v21.142c.022.671-.514 1.188-1.085 1.446H1.175c-.618-.27-1.163-.908-1.08-1.613L.097 1.513M1.439.443C.812.508.302 1.087.256 1.704.253 8.647.257 15.59.255 22.532c.014.725.678 1.366 1.408 1.338 6.876.004 13.753.003 20.629 0 .718.03 1.373-.58 1.417-1.29.002-6.943 0-13.886.001-20.829-.017-.575-.443-1.112-.992-1.277a3.104 3.104 0 0 0-.757-.057H2.087c-.216 0-.434-.009-.648.025z"/><path fill="#1a1919" d="M1.54.741C8.03.714 14.521.74 21.011.728c.543-.006 1.101-.091 1.632.064.369.09.616.435.727.779.073.468.03.945.028 1.416.001 6.53-.001 13.06.001 19.589-.054.604-.665 1.011-1.245.979-6.626.009-13.252.002-19.878.004-.47-.011-1.007.022-1.387-.306-.346-.314-.343-.816-.324-1.246.002-6.135.001-12.27 0-18.405-.037-.626-.049-1.257.022-1.881.069-.481.42-.985.952-.981m-.205.687c-.143.13-.168.332-.177.514v20.068c-.003.258-.019.535.114.767.1.164.309.195.485.196h10.68c-.003-3.402-.001-6.804-.001-10.207h.59v10.207c3.009-.006 6.019.004 9.029-.005.296.008.672-.059.756-.393-.004-6.481 0-12.963-.002-19.444-.006-.383.036-.764.042-1.146-.009-.325-.229-.711-.603-.663-6.783-.004-13.566 0-20.348-.002-.191-.001-.402-.013-.563.107z"/><path fill="#1a1919" d="M16.088 5.42c.733-1.071 1.473-2.136 2.212-3.203.731 1.063 1.463 2.125 2.189 3.191.17.215-.01.559-.283.54-.363-.083-.71-.227-1.068-.331-.002 4.873 0 9.745-.001 14.618h-1.676c-.002-1.591.001-3.181-.001-4.772-.024-1.502-.543-2.962-1.325-4.232-.839-1.319-2.024-2.363-3.231-3.334-.128.376-.229.761-.366 1.133-.129.204-.507.177-.585-.063-.449-1.216-.902-2.43-1.351-3.646 1.289.009 2.578.011 3.867.026.263-.003.467.358.256.553-.263.227-.547.428-.815.648 1.412.853 2.658 1.987 3.551 3.381.004-1.438.002-2.875.001-4.312-.336.102-.668.217-1.005.315-.276.082-.551-.274-.368-.513zM1.839 9.454c1.285-.404 2.57-.81 3.857-1.21.253-.104.586.199.442.456-.194.335-.438.64-.649.966.66.199 1.343.4 1.895.832 1.291.9 2.169 2.391 2.252 3.97.043.937.002 1.876.008 2.814H7.921c-.004-.876.003-1.753-.003-2.629-.069-1.598-1.344-3.042-2.926-3.299-.008.373.013.748-.01 1.121-.037.269-.422.367-.592.165-.849-1.062-1.702-2.123-2.549-3.186zM2.624 18.427c.44-.128.969.003 1.19.432.372.784.377 1.787-.132 2.513-.417.449-1.291.38-1.587-.178-.361-.724-.38-1.63.009-2.346a.792.792 0 0 1 .519-.42m.195.482c-.192.029-.299.221-.362.386-.183.528-.181 1.142.085 1.642.195.317.73.271.866-.079.223-.539.235-1.185-.022-1.715-.102-.203-.353-.293-.567-.233zM4.578 18.442c.168-.002.337-.001.505-.001.389.67.769 1.345 1.158 2.015.002-.672-.001-1.343.001-2.014.165-.002.33-.002.494 0v3.163l-.444.001c-.407-.712-.802-1.431-1.207-2.145-.002.714.001 1.429-.001 2.143h-.507v-3.162zM7.306 18.442h.495c.002.901 0 1.802.001 2.703.488.002.975-.001 1.463.001v.458c-.653.003-1.306 0-1.959.002-.002-1.055-.001-2.11 0-3.164zM9.327 18.442c.199-.002.397-.001.596-.002.26.402.512.81.769 1.214.264-.401.51-.814.775-1.215.191.002.381 0 .572.002-.359.593-.732 1.177-1.086 1.772-.027.462-.002.927-.011 1.39h-.495c-.01-.463.015-.928-.012-1.39-.36-.596-.743-1.179-1.108-1.773z"/><path fill="#fffffe" d="M1.439.443c.214-.033.432-.025.648-.025h19.874c.253-.006.508.003.757.057.549.165.975.702.992 1.277-.002 6.943.001 13.886-.001 20.829-.044.711-.7 1.32-1.417 1.29-6.877.003-13.753.004-20.629 0-.73.028-1.394-.613-1.408-1.338C.257 15.591.254 8.648.256 1.705.302 1.088.813.508 1.439.444m.101.297c-.532-.004-.883.499-.952.981-.072.624-.059 1.255-.022 1.881.001 6.135.002 12.27 0 18.405-.019.431-.022.932.324 1.246.38.328.917.295 1.387.306 6.626-.002 13.252.006 19.878-.004.58.031 1.191-.375 1.245-.979-.003-6.53 0-13.06-.001-19.589.002-.471.045-.949-.028-1.416-.111-.344-.358-.69-.727-.779-.531-.155-1.089-.07-1.632-.064C14.522.74 8.031.715 1.541.742z"/><path fill="#fffffe" d="M1.334 1.427c.161-.12.373-.109.563-.107 6.783.003 13.566-.002 20.348.002.374-.048.595.338.603.663-.006.382-.047.764-.042 1.146.002 6.481-.002 12.963.002 19.444-.084.333-.461.401-.756.393-3.01.009-6.02-.001-9.029.005.002-3.402 0-6.804 0-10.207a58.017 58.017 0 0 0-.59 0c0 3.402-.002 6.804.001 10.207H1.754c-.176 0-.385-.032-.485-.196-.134-.232-.117-.509-.114-.767V1.942c.009-.182.034-.384.177-.514M16.088 5.42c-.183.239.092.595.368.513.337-.099.668-.214 1.005-.315.001 1.437.003 2.875-.001 4.312-.894-1.394-2.139-2.528-3.551-3.381.268-.22.553-.422.815-.648.211-.195.007-.556-.256-.553-1.289-.015-2.578-.018-3.867-.026.449 1.216.902 2.43 1.351 3.646.079.24.456.267.585.063.138-.372.239-.757.366-1.133 1.207.971 2.392 2.016 3.231 3.334.782 1.27 1.302 2.73 1.325 4.232.002 1.591 0 3.181.001 4.772h1.676c.001-4.873-.001-9.745.001-14.618.358.104.704.249 1.068.331.273.019.453-.325.283-.54-.727-1.066-1.458-2.128-2.189-3.191-.739 1.067-1.479 2.132-2.212 3.203M1.839 9.454c.848 1.064 1.7 2.124 2.549 3.186.17.203.556.104.592-.165.023-.373.002-.748.01-1.121 1.582.257 2.857 1.7 2.926 3.299.007.876 0 1.753.003 2.629h1.723c-.006-.938.035-1.877-.008-2.814-.083-1.58-.961-3.071-2.252-3.97-.552-.432-1.235-.634-1.895-.832.211-.325.455-.63.649-.966.144-.258-.189-.56-.442-.456-1.286.401-2.571.806-3.857 1.21m.787 8.973a.792.792 0 0 0-.519.42c-.389.717-.371 1.623-.009 2.346.296.559 1.169.628 1.587.178.509-.726.504-1.729.132-2.513-.221-.429-.75-.56-1.19-.432m1.953.016v3.162h.507c.002-.714 0-1.429.001-2.143.406.713.8 1.432 1.207 2.145l.444-.001v-3.163a40.673 40.673 0 0 0-.494 0c-.002.671.001 1.343-.001 2.014-.389-.67-.769-1.346-1.158-2.015-.168 0-.337-.001-.505.001m2.727 0c0 1.054-.002 2.109 0 3.164.653-.002 1.306.001 1.959-.002v-.458c-.488-.002-.976.001-1.463-.001-.001-.901.001-1.802-.001-2.703h-.495m2.021 0c.365.594.748 1.177 1.108 1.773.027.462.002.927.012 1.39h.495c.009-.463-.015-.928.011-1.39.353-.596.727-1.18 1.086-1.772-.191-.002-.381 0-.572-.002-.265.4-.51.813-.775 1.215-.257-.405-.508-.812-.769-1.214-.199.001-.397 0-.596.002z"/><path fill="#fffffe" d="M2.818 18.91c.214-.06.465.03.567.233.257.53.245 1.176.022 1.715-.136.35-.671.396-.866.079-.266-.499-.268-1.114-.085-1.642.064-.165.17-.357.362-.386z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-lanes-turn-right-or-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#202020" opacity=".29" d="M1.083.286c.247-.085.512-.03.767-.035C5.644.244 9.439.233 13.233.236c2.327.01 4.656-.028 6.983.039-6.378.01-12.756.004-19.133.01z"/><path fill="#1a1919" d="M0 1.41C.2.912.583.491 1.083.286c6.378-.006 12.756 0 19.133-.01.757.007 1.514 0 2.27.011.627.081 1.112.643 1.274 1.228.004 7.084.005 14.17.001 21.254a1.875 1.875 0 0 1-1.081 1.23H1.085C.516 23.74-.02 23.224.001 22.554V1.409M1.299.447C.622.539.096 1.222.147 1.897c.004 6.895-.001 13.79.002 20.684.044.769.794 1.377 1.558 1.292 6.83-.004 13.66.003 20.489-.004.73.028 1.393-.613 1.408-1.337V1.75c-.018-.572-.44-1.108-.986-1.274-.277-.066-.564-.063-.847-.06H2.087c-.263.002-.527-.013-.788.029z"/><path fill="#1a1919" d="M1.578.72c.438-.047.877.005 1.316.009 6.45.005 12.9-.007 19.349.006.516-.03.908.402 1.006.877.146.863.024 1.74.043 2.609V21.96c.013.434.039.941-.3 1.27-.375.355-.932.319-1.411.33-6.626-.002-13.252.006-19.878-.004-.579.031-1.191-.375-1.244-.979C.458 15.668.464 8.759.456 1.85.445 1.246.972.715 1.577.719m-.562 1.188c-.015.36.036.72.036 1.081v19.587c.087.354.495.401.801.394 2.994.005 5.989-.001 8.983.003-.002-3.403 0-6.805-.001-10.208h.591c-.001 3.403.002 6.805-.002 10.207h10.68c.176-.001.384-.031.484-.196.143-.247.114-.542.115-.815V1.941c-.01-.191-.037-.413-.204-.534-.189-.116-.42-.083-.631-.088H1.993c-.187.003-.377-.012-.563.021-.26.047-.371.336-.415.566z"/><path fill="#1a1919" d="M5.558 2.216c.737 1.069 1.48 2.133 2.212 3.205.184.238-.091.594-.367.512-.338-.097-.669-.213-1.006-.315-.001 1.438-.002 2.876 0 4.314.894-1.394 2.14-2.529 3.552-3.382-.269-.22-.554-.421-.815-.649-.212-.194-.008-.555.255-.552 1.289-.017 2.578-.017 3.868-.027l-1.352 3.647c-.084.266-.542.268-.613-.006-.117-.354-.222-.711-.338-1.065-1.207.972-2.393 2.016-3.232 3.335-.79 1.283-1.312 2.761-1.326 4.279v4.726H4.719L4.718 5.619c-.358.104-.704.25-1.068.331-.273.021-.452-.324-.282-.539.726-1.067 1.459-2.129 2.189-3.193zM17.721 8.699c-.145-.257.188-.559.44-.456 1.287.4 2.572.807 3.858 1.21-.841 1.055-1.688 2.106-2.529 3.162-.158.231-.577.143-.613-.14-.024-.373-.003-.748-.01-1.121-1.581.258-2.857 1.7-2.926 3.299-.007.877 0 1.753-.003 2.63h-1.724c.039-1.343-.159-2.721.227-4.03a5.42 5.42 0 0 1 2.033-2.755c.552-.432 1.235-.634 1.895-.832-.212-.325-.456-.63-.649-.966zM12.822 18.474c.439-.128.97.002 1.19.432.373.783.378 1.788-.132 2.513-.416.449-1.291.38-1.586-.178-.369-.734-.38-1.656.026-2.378a.793.793 0 0 1 .502-.388m.194.482c-.205.034-.313.244-.375.422-.169.519-.164 1.118.098 1.606.194.317.731.271.866-.079.22-.528.233-1.159-.006-1.684-.093-.222-.357-.329-.583-.265zM14.775 18.489l.507-.001c.387.672.77 1.346 1.157 2.017.002-.672 0-1.344.001-2.016h.495v3.163l-.446.001c-.404-.714-.801-1.431-1.206-2.145-.002.715 0 1.43-.001 2.144h-.507v-3.163zM17.503 18.489h.496v2.704l1.464.001v.459l-1.959.001v-3.165zM19.524 18.489l.599-.001c.258.404.512.811.769 1.216.258-.405.511-.812.77-1.216.192.001.383 0 .575.002-.358.593-.735 1.176-1.085 1.774-.03.462-.003.927-.012 1.39h-.496c-.01-.463.018-.928-.013-1.389-.357-.599-.743-1.18-1.107-1.774z"/><path fill="#fffffe" d="M1.299.447c.261-.042.526-.027.788-.029h19.684c.283-.003.57-.006.847.06.546.166.969.701.986 1.274v20.782c-.015.724-.678 1.365-1.408 1.337-6.83.007-13.659 0-20.489.004-.763.085-1.514-.523-1.558-1.292C.146 15.688.15 8.794.147 1.899.095 1.223.621.54 1.299.449m.279.271C.972.716.446 1.247.457 1.851.465 8.759.459 15.669.46 22.578c.053.604.665 1.01 1.244.979 6.626.009 13.252.002 19.878.004.479-.011 1.036.025 1.411-.33.339-.329.313-.836.3-1.27V4.222c-.019-.869.103-1.746-.043-2.609-.098-.475-.49-.907-1.006-.877-6.45-.012-12.9 0-19.349-.006C2.456.726 2.017.674 1.579.721z"/><path fill="#fffffe" d="M1.015 1.907c.044-.23.155-.519.415-.566.186-.033.376-.018.563-.021h19.874c.211.004.442-.028.631.088.167.121.194.343.204.534v20.019c0 .273.028.568-.115.815-.1.165-.308.194-.484.196h-10.68c.004-3.402.001-6.804.002-10.207h-.591c.001 3.403-.001 6.805.001 10.208-2.994-.005-5.989.002-8.983-.003-.306.007-.714-.04-.801-.394V2.989c0-.36-.051-.72-.036-1.081m4.543.308c-.73 1.064-1.463 2.126-2.189 3.193-.17.215.009.56.282.539.364-.081.711-.226 1.068-.331l.001 14.619h1.677V15.51c.014-1.518.536-2.996 1.326-4.279.839-1.319 2.025-2.363 3.232-3.335.116.354.221.711.338 1.065.071.273.528.272.613.006l1.352-3.647c-1.289.01-2.578.01-3.868.027-.263-.004-.467.358-.255.552.261.229.546.429.815.649-1.412.853-2.658 1.988-3.552 3.382-.003-1.438-.001-2.876 0-4.314.336.102.668.219 1.006.315.276.083.55-.274.367-.512-.731-1.072-1.475-2.136-2.212-3.205m12.162 6.485c.193.336.437.641.649.966-.661.199-1.344.401-1.895.832a5.414 5.414 0 0 0-2.033 2.755c-.386 1.309-.188 2.687-.227 4.03h1.724c.003-.877-.004-1.753.003-2.63.068-1.598 1.344-3.041 2.926-3.299.008.373-.014.748.01 1.121.037.284.455.371.613.14.84-1.056 1.687-2.106 2.529-3.162-1.286-.404-2.571-.81-3.858-1.21-.252-.103-.585.199-.44.456m-4.9 9.776a.793.793 0 0 0-.502.388c-.406.722-.395 1.644-.026 2.378.295.559 1.169.628 1.586.178.51-.725.505-1.73.132-2.513-.22-.43-.75-.56-1.19-.432m1.953.016v3.163h.507c.001-.715-.001-1.43.001-2.144.405.714.802 1.431 1.206 2.145l.446-.001v-3.163h-.495c-.001.672.001 1.344-.001 2.016-.388-.671-.77-1.345-1.157-2.017l-.507.001m2.728 0v3.165l1.959-.001v-.459l-1.464-.001v-2.704a41.003 41.003 0 0 0-.496 0m2.022 0c.364.594.75 1.176 1.107 1.774.031.461.003.926.013 1.389h.496c.009-.463-.018-.928.012-1.39.35-.598.727-1.181 1.085-1.774-.192-.001-.383 0-.575-.002-.259.404-.512.812-.77 1.216-.257-.405-.511-.812-.769-1.216l-.599.001z"/><path fill="#fffffe" d="M13.016 18.957c.226-.064.49.043.583.265.239.525.226 1.155.006 1.684-.135.35-.672.396-.866.079-.262-.488-.267-1.087-.098-1.606.062-.178.169-.388.375-.422z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0379c1" d="M10.713 0h2.548c4.259.498 8.175 3.322 9.812 7.31.481 1.081.709 2.247.927 3.403v2.548c-.498 4.259-3.323 8.175-7.311 9.812-1.081.481-2.247.709-3.402.927h-2.548c-4.259-.497-8.174-3.322-9.812-7.31-.48-1.081-.709-2.247-.927-3.403V10.74C.211 9.573.443 8.4.927 7.311 2.561 3.329 6.465.512 10.713 0M14.1 1.039v22.093h.785l-.001-22.094-.784.001m3.76 6.254c-.576.227-1.39.424-1.487 1.15-.329 1.157-.318 2.355-.274 3.545l.287.227c.17-.14.36-.292.273-.537a3.483 3.483 0 0 1 .544-2.574c-.041 1.011-.232 2.013-.213 3.027-.01 1.448.401 2.867.333 4.315.198-.153.391-.311.582-.474-.114-1.252-.038-2.514.102-3.76.328 1.205.225 2.463.291 3.696.263.189.532.369.813.531-.319-.636-.12-1.346-.086-2.017.221-1.735.158-3.48.128-5.224.304.932.905 1.806.927 2.805.336.204.689.38 1.048.541-.126.671-.366 1.321-.444 2 .314.571.611 1.263.25 1.889.19-.114.38-.226.569-.341 0-.46-.005-.919.045-1.376.35.525.203 1.28.762 1.675.05-1.158-.149-2.351.068-3.483.19.463.229.965.133 1.454.18-.07.497-.046.443-.327.026-.781.101-1.804-.724-2.219.273-.384.199-1.081-.388-1.062-.604.045-.589.765-.287 1.14l-.586.07c-.717-1.111-.705-2.515-1.095-3.754-.052-.608-.742-.703-1.19-.911.471-.527.486-1.624-.412-1.642-.917-.006-.868 1.111-.411 1.634M4.274 9.769c-.272.332.01.693.218.964-.139.557-.291 1.109-.438 1.663-1.08-.351-2.373.223-2.686 1.349-.453 1.294.725 2.764 2.081 2.632 1.187-.047 2.156-1.28 1.875-2.449-.077-.601-.613-.973-.831-1.51.848.472 1.607 1.084 2.406 1.631-.107.711.475 1.249 1.171 1.181-.064.153-.129.306-.191.461.347.121.707.089 1.006-.131a32.146 32.146 0 0 0-.518-.191l-.112-.273c.153-.214.305-.431.458-.647.206.705.555 1.448 1.279 1.744 1.287.669 2.976-.461 2.888-1.896.015-1.404-1.564-2.389-2.844-1.873a72.413 72.413 0 0 1-.804-1.412c.045-.106.089-.213.135-.319.258-.151.48-.352.649-.6-.687-.022-1.383-.075-2.066.031-.045.425.623.317.905.462l-.184.504c-1.224.003-2.449-.004-3.673.004.065-.366-.034-.716-.24-1.02l.894-.009-.001-.516c-.449.045-1.025-.142-1.376.22z"/><path fill="#0379c1" d="M4.671 11.653c1.266-.11 2.54-.031 3.809-.05-.227.641-.454 1.282-.702 1.915l-.397-.083c.101-.148.203-.296.304-.446-.342-.051-.803-.18-1.003.206l.475.092.161.414c-.864-.693-1.991-1.15-2.646-2.048zM9.003 11.68c.206.329.398.665.585 1.005-.452.412-.707.97-.863 1.551-.146-.199-.289-.401-.433-.601.236-.652.466-1.306.711-1.954zM1.894 14.165c.082-.961 1.157-1.489 2.023-1.186-.109.531-.41.986-.818 1.335l.138.273c.659-.105 1.001-.68 1.145-1.279.62.721.446 1.967-.471 2.346-.964.479-2.196-.424-2.017-1.49zM10.343 12.954c.697-.176 1.522.093 1.811.791.425.868-.251 2.006-1.22 2.03-.765.08-1.389-.537-1.559-1.242.597-.004 1.197.019 1.791-.068-.244-.52-.548-1.009-.823-1.511z"/><path fill="#0379c1" d="M9.86 13.217c.2.305.387.619.568.936-.354.003-.707 0-1.061-.009.129-.327.296-.637.493-.927zM7.583 13.834c.664-.278 1.03.859.332 1.019-.641.223-.965-.823-.332-1.019z"/><path fill="#fff" d="M14.1 1.039l.784-.001.001 22.094H14.1V1.039zM17.86 7.293c-.457-.523-.506-1.64.411-1.634.899.018.883 1.114.412 1.642.448.208 1.137.304 1.19.911.391 1.24.378 2.644 1.095 3.754l.586-.07c-.301-.375-.317-1.095.287-1.14.587-.019.661.678.388 1.062.825.415.749 1.437.724 2.219.054.281-.263.257-.443.327a2.528 2.528 0 0 0-.133-1.454c-.217 1.131-.018 2.325-.068 3.483-.559-.394-.412-1.15-.762-1.675-.05.457-.045.917-.045 1.376-.189.115-.379.227-.569.341.361-.627.064-1.319-.25-1.889.078-.679.318-1.329.444-2a9.518 9.518 0 0 1-1.048-.541c-.022-.998-.623-1.873-.927-2.805.031 1.744.093 3.489-.128 5.224-.034.671-.234 1.381.086 2.017a9.693 9.693 0 0 1-.813-.531c-.066-1.233.037-2.491-.291-3.696-.14 1.246-.216 2.507-.102 3.76-.191.162-.384.32-.582.474.068-1.448-.343-2.867-.333-4.315-.019-1.014.172-2.016.213-3.027a3.483 3.483 0 0 0-.544 2.574c.087.245-.103.397-.273.537l-.287-.227c-.043-1.19-.055-2.389.274-3.545.097-.726.911-.923 1.487-1.15zM4.274 9.769c.351-.361.927-.175 1.376-.22l.001.516-.894.009c.206.304.305.654.24 1.02 1.224-.008 2.449-.001 3.673-.004l.184-.504c-.282-.146-.95-.037-.905-.462.683-.106 1.379-.052 2.066-.031a2.003 2.003 0 0 1-.649.6c-.046.106-.091.213-.135.319.263.474.531.945.804 1.412 1.28-.516 2.86.469 2.844 1.873.088 1.435-1.601 2.565-2.888 1.896-.724-.296-1.074-1.039-1.279-1.744-.153.216-.305.433-.458.647l.112.273c.174.063.346.126.518.191-.299.221-.659.253-1.006.131l.191-.461c-.696.068-1.278-.47-1.171-1.181-.799-.548-1.559-1.159-2.406-1.631.218.537.754.909.831 1.51.281 1.168-.688 2.401-1.875 2.449-1.356.131-2.534-1.338-2.081-2.632.313-1.126 1.606-1.7 2.686-1.349.147-.554.299-1.107.438-1.663-.208-.271-.49-.632-.218-.964m.398 1.884c.655.897 1.782 1.354 2.646 2.048l-.161-.414-.475-.092c.2-.386.661-.257 1.003-.206l-.304.446.397.083c.248-.633.475-1.274.702-1.915-1.269.019-2.543-.06-3.809.05m4.333.027c-.245.649-.475 1.302-.711 1.954.144.2.287.402.433.601.156-.581.411-1.139.863-1.551-.186-.34-.379-.675-.585-1.005m-7.109 2.486c-.179 1.066 1.053 1.969 2.017 1.49.917-.379 1.091-1.625.471-2.346-.144.599-.486 1.174-1.145 1.279a17.38 17.38 0 0 0-.138-.273c.409-.35.71-.804.818-1.335-.867-.303-1.942.225-2.023 1.186m8.449-1.212c.276.503.58.992.823 1.511-.594.087-1.194.064-1.791.068.17.705.794 1.323 1.559 1.242.969-.024 1.646-1.162 1.22-2.03-.29-.698-1.114-.968-1.811-.791m-.483.263c-.197.29-.364.6-.493.927.354.009.707.011 1.061.009a17.788 17.788 0 0 0-.568-.936m-2.277.617c-.633.195-.309 1.242.332 1.019.698-.16.332-1.297-.332-1.019z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-bicycles-and-pedestrians--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.094 0h1.778c1.054.168 2.119.311 3.125.683 3.352 1.156 6.107 3.883 7.297 7.222.366.955.524 1.967.706 2.968v2.228c-.415 4.004-2.858 7.765-6.484 9.575-1.362.727-2.872 1.098-4.39 1.325h-2.231c-1.373-.215-2.75-.514-4.004-1.135-3.884-1.759-6.523-5.731-6.892-9.95v-1.783c.204-1.506.526-3.016 1.217-4.381C3.005 2.943 6.926.367 11.093.002m-.007 2.336a9.733 9.733 0 0 0-6.625 3.559c-2.54 3.049-2.875 7.692-.8 11.074 1.793 3.085 5.389 4.993 8.95 4.733 3.673-.179 7.086-2.665 8.42-6.085 1.133-2.796.863-6.116-.734-8.68-1.866-3.125-5.592-4.979-9.21-4.601z"/><path fill="#fff" d="M11.086 2.338c3.618-.378 7.344 1.476 9.21 4.601 1.597 2.563 1.867 5.884.734 8.68-1.334 3.42-4.747 5.906-8.42 6.085-3.56.26-7.157-1.648-8.95-4.733-2.075-3.382-1.74-8.024.8-11.074a9.733 9.733 0 0 1 6.625-3.559m-4.442 3.47c-.47.208-.527.93-.1 1.212.427.338 1.132.001 1.129-.546.046-.521-.572-.918-1.03-.666m10.787.23c-.631.199-.803 1.122-.281 1.531.475.456 1.357.157 1.468-.49.179-.66-.554-1.3-1.187-1.042m-5.704.021v11.118h.93c.002-3.707.001-7.412 0-11.119-.31 0-.619-.001-.93.001M4.987 8.576c-.086.62.032 1.255-.018 1.882.307-.002.613.004.92.002-.002.156-.001.313.001.47-.218.019-.55-.082-.654.186-.09 1.07.04 2.15-.03 3.221l.803.002c-.001-.092-.004-.278-.004-.371l-.206.001.204-.178c.019-.515.017-1.03.011-1.544.223.107.448.211.673.314-.204.215-.403.437-.608.652-.017.772-.04 1.544.008 2.315.696-.551-.122-1.873.571-2.554.006 1.556-.01 3.113.006 4.668-.113.452.757.456.655.004.018-1.553-.004-3.107.01-4.66.898.809.186 2.142.516 3.173a9.273 9.273 0 0 1-.097.439c.277-.001.553.005.83.002-.02-1.382.012-2.766.004-4.148-.154-.157-.306-.317-.461-.474-.005-.506-.005-1.013-.004-1.52.311.004.622-.004.934-.001-.029-.604.037-1.207.004-1.811A2.532 2.532 0 0 0 8.03 7.292c-.514-.066-1.034-.016-1.552-.032-.781-.11-1.246.695-1.492 1.315m11.74-.488c-1.205 1.037-1.217 2.74-1.05 4.19.136.145.43.144.571.007.214-.866-.238-1.906.398-2.654.083 2.158-.107 4.31-.228 6.463-.074.638 1.139.704 1.13.056.071-.936.14-1.872.14-2.812.158 1.11.038 2.234.091 3.349.004.578 1.099.574 1.098-.006.023-2.348.013-4.697.028-7.044.364.766.174 1.646.331 2.456.166.24.713.148.628-.206-.109-1.26.122-2.867-.997-3.746-.674-.205-1.452-.143-2.141-.054z"/><path fill="#fff" d="M5.573 10.202c.17-.557-.145-1.246.305-1.697.02.546.011 1.093.01 1.639l-.314.058zM8.129 8.494c.485.444.131 1.151.34 1.709a53.51 53.51 0 0 0-.354-.064c.004-.548-.013-1.097.014-1.645z"/><path d="M6.643 5.808c.457-.252 1.075.145 1.03.666.002.547-.702.884-1.129.546-.427-.282-.371-1.004.1-1.212zM17.429 6.038c.632-.258 1.366.382 1.187 1.042-.11.647-.992.946-1.468.49-.522-.409-.35-1.332.281-1.531zM11.725 6.058c.311-.002.62-.001.93-.001.001 3.707.002 7.412 0 11.119h-.93V6.058zM4.987 8.576c.246-.62.71-1.426 1.492-1.315.517.017 1.038-.034 1.552.032.48.308.856.808 1.025 1.354.034.604-.032 1.207-.004 1.811-.312-.002-.623.005-.934.001-.001.508-.001 1.014.004 1.52.155.157.307.317.461.474.008 1.382-.024 2.766-.004 4.148-.277.002-.553-.004-.83-.002.036-.146.068-.292.097-.439-.33-1.031.382-2.364-.516-3.173-.013 1.553.008 3.107-.01 4.66.102.452-.768.449-.655-.004-.016-1.555 0-3.112-.006-4.668-.694.68.125 2.003-.571 2.554-.048-.77-.025-1.543-.008-2.315.205-.215.404-.437.608-.652a46.11 46.11 0 0 1-.673-.314c.006.515.008 1.03-.011 1.544l-.204.178.206-.001.004.371-.803-.002c.07-1.07-.06-2.15.03-3.221.104-.268.436-.167.654-.186a14.734 14.734 0 0 1-.001-.47c-.307.001-.613-.005-.92-.002.05-.626-.068-1.261.018-1.882m.585 1.625l.314-.058c.001-.546.011-1.093-.01-1.639-.45.451-.134 1.14-.305 1.697m2.557-1.708c-.028.548-.011 1.097-.014 1.645.118.02.235.042.354.064-.209-.558.145-1.265-.34-1.709zM16.726 8.087c.689-.089 1.466-.151 2.141.054 1.12.88.888 2.486.997 3.746.085.354-.462.446-.628.206-.157-.81.032-1.691-.331-2.456-.014 2.347-.005 4.696-.028 7.044.001.58-1.094.584-1.098.006-.053-1.115.067-2.239-.091-3.349 0 .94-.07 1.876-.14 2.812.008.648-1.205.582-1.13-.056.121-2.153.311-4.306.228-6.463-.636.749-.185 1.788-.398 2.654-.142.137-.436.138-.571-.007-.167-1.451-.155-3.154 1.05-4.19z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-bicycles-and-pedestrians--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#037863" d="M10.64 0h2.696c4.693.568 8.914 4.011 10.199 8.591.198.672.312 1.366.465 2.048v2.699c-.57 4.695-4.013 8.911-8.589 10.205-.661.197-1.342.313-2.015.458h-2.787c-4.123-.528-7.914-3.227-9.58-7.062-.532-1.128-.787-2.355-1.027-3.572v-2.703C.541 6.382 3.418 2.458 7.459.865 8.475.429 9.566.224 10.642.002m.371 2.194c-3.359.333-6.425 2.591-7.768 5.683-1.353 2.989-1.03 6.665.851 9.36 2.081 3.126 6.091 4.811 9.78 4.06 2.724-.504 5.18-2.251 6.561-4.651 1.502-2.535 1.719-5.77.596-8.491-1.527-3.926-5.836-6.498-10.02-5.961z"/><path fill="#fff" d="M11.013 2.196c4.184-.538 8.493 2.035 10.02 5.961 1.123 2.721.905 5.956-.596 8.491-1.381 2.4-3.837 4.147-6.561 4.651-3.688.751-7.698-.935-9.78-4.06-1.881-2.695-2.204-6.371-.851-9.36 1.343-3.092 4.41-5.35 7.768-5.683m2.242.904v17.401l.538.001c.003-5.802.003-11.603 0-17.404l-.538.001m3.918 3.548c-.55.069-.764.86-.326 1.199.376.359 1.075.107 1.135-.408.091-.453-.358-.894-.81-.79m-.345 1.756c-.564.703-.873 1.621-1.672 2.121-.307.128-.39.633.022.643.653-.326 1.162-.905 1.547-1.52-.013.858.028 1.716-.022 2.573-.385.974-1.011 1.84-1.408 2.81-.095.389.519.594.668.222.658-1.133 1.259-2.299 1.91-3.436.486-.724.187-1.639.271-2.452.204.324.403.653.599.982-.135.324-.665 1.155.024 1.124.358-.31.431-.86.66-1.273-.463-.613-.836-1.304-1.373-1.857a3.89 3.89 0 0 0-1.227.063M5.457 10.366c.632.356.324.998.109 1.519-1.009-.233-2.132.421-2.289 1.471-.244 1.166.884 2.335 2.062 2.109 1.234-.132 1.975-1.688 1.295-2.73-.164-.41-.768-.526-.768-.999 1.086.619 1.804 2.042 3.138 2.065.116.946.96 1.77 1.944 1.68 1.147-.027 2.021-1.298 1.621-2.379-.298-1.009-1.489-1.485-2.446-1.134-.181-.32-.356-.643-.502-.98.272-.132.521-.306.678-.57a12.334 12.334 0 0 0-1.62 0c.234.154.477.295.72.435l-.133.216c-1.011.001-2.021-.008-3.03.007a1.402 1.402 0 0 0-.46-.853c.313-.028.786.202.905-.225-.444-.055-1.145-.286-1.224.368m11.847 2.809c.536.724 1.039 1.475 1.596 2.184.219.295.744.025.629-.333-.392-.713-.975-1.301-1.381-2.004-.049-.452-.011-.907-.024-1.36a47.949 47.949 0 0 0-.82 1.513z"/><path fill="#fff" d="M6.003 11.375c1.054-.015 2.108-.004 3.161-.006-.272.668-.547 1.336-.821 2.004-.782-.664-1.573-1.316-2.34-1.999zM9.472 11.443l.383.654c-.424.342-.731.804-.834 1.345l-.389.024c.271-.678.556-1.35.839-2.022zM3.653 13.896c-.189-.995.811-1.864 1.774-1.652-.187.526-.404 1.043-.559 1.579.639-.06.545-1.016.855-1.474.905.466 1.075 1.837.237 2.451-.799.685-2.189.142-2.307-.904zM10.33 12.303c1.235-.494 2.512 1.04 1.721 2.14-.678 1.159-2.563.643-2.678-.662.577-.01 1.156.013 1.731-.056-.22-.494-.511-.952-.773-1.422z"/><path fill="#fff" d="M9.389 13.451c.126-.385.351-.724.644-1.004.209.335.413.675.613 1.016-.42.003-.839.001-1.258-.013z"/><path fill="#030303" d="M13.255 3.1l.538-.001c.003 5.801.003 11.601 0 17.404l-.538-.001V3.101zM17.173 6.647c.452-.104.901.337.81.79-.06.515-.759.768-1.135.408-.438-.338-.225-1.13.326-1.199zM16.827 8.404a3.86 3.86 0 0 1 1.227-.063c.536.553.909 1.243 1.373 1.857-.229.413-.302.963-.66 1.273-.689.031-.159-.8-.024-1.124-.197-.33-.396-.658-.599-.982-.084.813.215 1.728-.271 2.452-.651 1.137-1.252 2.303-1.91 3.436-.149.372-.764.167-.668-.222.397-.97 1.023-1.836 1.408-2.81.051-.856.01-1.715.022-2.573-.385.615-.894 1.194-1.547 1.52-.413-.01-.33-.515-.022-.643.799-.5 1.107-1.418 1.672-2.121zM5.457 10.366c.079-.654.78-.422 1.224-.368-.119.427-.592.197-.905.225.251.226.413.518.46.853 1.009-.015 2.02-.006 3.03-.007.034-.053.101-.163.133-.216-.243-.14-.486-.281-.72-.435a12.334 12.334 0 0 1 1.62 0c-.157.264-.406.438-.678.57.146.337.321.66.502.98.957-.351 2.149.125 2.446 1.134.4 1.081-.474 2.352-1.621 2.379-.984.09-1.827-.734-1.944-1.68-1.335-.022-2.052-1.446-3.138-2.065 0 .473.604.589.768.999.679 1.041-.062 2.598-1.295 2.73-1.178.226-2.306-.943-2.062-2.109.157-1.05 1.28-1.704 2.289-1.471.215-.521.522-1.162-.109-1.519m.546 1.009c.766.682 1.558 1.335 2.34 1.999.274-.668.549-1.336.821-2.004-1.053.001-2.107-.01-3.161.006m3.469.067c-.284.672-.568 1.345-.839 2.022l.389-.024c.102-.54.41-1.002.834-1.345l-.383-.654m-5.82 2.454c.118 1.046 1.509 1.589 2.307.904.838-.613.668-1.985-.237-2.451-.31.458-.216 1.413-.855 1.474.154-.536.372-1.053.559-1.579-.963-.212-1.963.657-1.774 1.652m6.677-1.593c.262.47.553.928.773 1.422-.574.069-1.154.046-1.731.056.115 1.305 2 1.822 2.678.662.792-1.1-.486-2.634-1.721-2.14m-.94 1.148c.418.014.838.015 1.258.013a47.175 47.175 0 0 0-.613-1.016 2.435 2.435 0 0 0-.644 1.004z"/><path fill="#030303" d="M17.304 13.175c.267-.508.535-1.015.82-1.513.013.453-.025.908.024 1.36.406.703.989 1.291 1.381 2.004.115.358-.41.627-.629.333-.557-.709-1.06-1.46-1.596-2.184z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-equestrians-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ab2" d="M10.78 0h.721c0 8-.001 16 .001 24h-.705c-4.1-.45-7.896-3.063-9.649-6.815-.613-1.245-.935-2.606-1.149-3.969v-2.412c.208-1.371.534-2.738 1.149-3.988C2.897 3.067 6.686.459 10.78 0M5.312 6.361c-.401.121-.564.686-.273.993.29.361.953.211 1.054-.244.135-.444-.342-.909-.781-.749m.129 1.438c-.463.291-.148.885-.094 1.3-.349.181-.699.361-1.047.543-.401-.554-.886-1.147-1.605-1.254-.533-.066-1.071-.125-1.548-.392l.286.492c-.14.737-.355 1.462-.455 2.207-.038.344.411.58.679.363.223-.373.435-.758.727-1.085.498.91.314 2.015.855 2.898-.419.082-.947-.015-1.276.301-.152.58-.095 1.212-.042 1.805.206.338.601.506.911.737.113-.717-.509-1.307-.281-2.062l1.559.001c.289.75.582 1.499.864 2.252-.111.219-.219.439-.326.661.423-.005 1.036-.178.968-.719-.173-.847-.599-1.617-.88-2.43.86.038 1.693-.19 2.528-.36.128.356.257.712.389 1.067-.384.316-.812.588-1.135.971-.013.415.129.816.223 1.217.377-.202.531-.572.476-.986.388-.34.829-.625 1.171-1.014.001-.322-.123-.629-.182-.942.799.604 1.275 1.453 1.331 2.457-.123.244-.245.489-.365.736.447-.003 1.063-.17 1.031-.732-.088-.69-.164-1.425-.527-2.035-.543-.678-.244-1.594-.299-2.388 1.15.34-.149 2.08 1.083 2.524-.063-.964.458-2.714-.951-2.872-.897-.454-1.892-.669-2.881-.363.247-.808-.154-1.619-.273-2.417-.022-.438-.535-.753-.911-.481zM12.479 0h.723c4.101.448 7.898 3.062 9.65 6.815.613 1.245.935 2.606 1.149 3.969v2.412c-.447 4.104-3.062 7.903-6.816 9.655-1.244.613-2.602.934-3.965 1.149h-.738c0-8 .001-16-.001-24m3.127 6.638c-.831.095-1.205 1.254-.592 1.821.531.599 1.617.298 1.808-.465.229-.721-.476-1.502-1.216-1.356m-.836 3.115a85.528 85.528 0 0 0-1.302 3.595c-.208.377.431.708.641.367.356-.687.556-1.443.858-2.153.28 2.223-1.217 4.116-1.625 6.216.051.579.973.727 1.146.145.504-1.279.932-2.589 1.436-3.868-.255 1.487.549 2.781 1.205 4.038.252.397.928.164.94-.289-.187-1.007-1.014-1.837-.945-2.901.016-1.131-.008-2.263.017-3.394.607.568.237 1.44.501 2.105.551.413.712-.415.633-.816.195-1.229-.824-2.099-1.346-3.095-.413-.86-1.811-.853-2.16.051m5.178.43c-.576.157-.815.957-.397 1.394.402.506 1.299.328 1.491-.282.261-.642-.454-1.349-1.095-1.112m-.437 2.467c-.351.853-.654 1.729-.956 2.6-.157.294.236.618.471.352.24-.418.356-.894.564-1.328.042 1.302-.812 2.397-1.039 3.646.069.378.646.485.795.108.367-.818.615-1.684.956-2.513-.127.976.286 1.89.81 2.684.229.198.613.016.644-.274-.116-.636-.613-1.163-.575-1.834.001-.766-.008-1.532.025-2.297.355.469.218 1.059.332 1.592.232.34.674-.012.583-.349.203-.989-.5-1.772-1.005-2.532-.371-.568-1.348-.484-1.605.146z"/><path fill="#035ab2" d="M4.611 10.088c.278-.15.555-.306.832-.462.044.19.09.381.137.572-.153.091-.306.179-.46.266-.171-.125-.34-.252-.509-.377z"/><path fill="#fff" d="M11.502 0h.977c.003 8 .001 16 .001 24h-.977c-.003-8-.001-16-.001-24zM5.312 6.361c.439-.16.915.305.781.749-.1.455-.764.605-1.054.244-.291-.307-.128-.872.273-.993zM15.608 6.638c.74-.146 1.445.634 1.216 1.356-.191.764-1.276 1.064-1.808.465-.613-.567-.239-1.726.592-1.821zM5.441 7.799c.376-.272.889.044.911.481.119.798.52 1.609.273 2.417.989-.306 1.985-.091 2.881.363 1.408.158.887 1.908.951 2.872-1.232-.444.067-2.184-1.083-2.524.055.794-.244 1.71.299 2.388.364.609.439 1.345.527 2.035.032.562-.584.729-1.031.732.12-.247.243-.492.365-.736-.055-1.004-.531-1.853-1.331-2.457.059.313.183.62.182.942-.342.389-.783.674-1.171 1.014.055.414-.099.785-.476.986-.094-.401-.236-.802-.223-1.217.323-.382.752-.654 1.135-.971-.132-.355-.261-.711-.389-1.067-.835.17-1.668.398-2.528.36.281.814.707 1.584.88 2.43.069.541-.545.713-.968.719.107-.222.215-.442.326-.661-.282-.753-.575-1.502-.864-2.252l-1.559-.001c-.228.756.394 1.345.281 2.062-.31-.231-.705-.4-.911-.737-.053-.593-.109-1.225.042-1.805.33-.315.857-.219 1.276-.301-.541-.884-.356-1.989-.855-2.898-.291.327-.504.712-.727 1.085-.268.218-.717-.018-.679-.363.1-.745.315-1.47.455-2.207a78.965 78.965 0 0 1-.286-.492c.477.266 1.015.326 1.548.392.719.107 1.204.7 1.605 1.254.348-.182.698-.363 1.047-.543-.054-.415-.369-1.009.094-1.3m-.827 2.289c.169.125.338.252.509.377.154-.087.307-.175.46-.266-.047-.191-.094-.382-.137-.572a62.16 62.16 0 0 1-.832.462z"/><path fill="#fff" d="M14.772 9.753c.349-.905 1.747-.911 2.16-.051.522.996 1.542 1.866 1.346 3.095.079.401-.082 1.229-.633.816-.264-.665.105-1.536-.501-2.105-.025 1.131-.001 2.263-.017 3.394-.069 1.064.758 1.894.945 2.901-.012.452-.688.686-.94.289-.657-1.257-1.46-2.55-1.205-4.038-.504 1.279-.932 2.589-1.436 3.868-.173.582-1.095.434-1.146-.145.407-2.101 1.904-3.993 1.625-6.216-.302.711-.502 1.466-.858 2.153-.21.342-.849.011-.641-.367a86.562 86.562 0 0 1 1.302-3.595zM19.949 10.184c.641-.237 1.356.469 1.095 1.112-.193.611-1.089.789-1.491.282-.418-.436-.179-1.237.397-1.394zM19.511 12.651c.257-.63 1.234-.715 1.605-.146.505.76 1.208 1.543 1.005 2.532.091.338-.351.69-.583.349-.115-.533.022-1.122-.332-1.592-.033.765-.024 1.531-.025 2.297-.038.671.459 1.199.575 1.834-.03.29-.414.472-.644.274-.524-.794-.936-1.708-.81-2.684-.342.829-.589 1.696-.956 2.513-.149.377-.727.27-.795-.108.227-1.249 1.081-2.345 1.039-3.646-.208.434-.324.91-.564 1.328-.235.266-.628-.058-.471-.352.302-.872.605-1.747.956-2.6z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-equestrians-and-pedestrians-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ab2" d="M10.589 0h.927c.001 7.977.01 15.956-.005 23.934-.318.019-.646-.029-.956.066-2.298-.387-4.564-1.266-6.334-2.825C1.878 19.249.45 16.379.001 13.409v-2.801c.44-2.977 1.874-5.852 4.22-7.782C6.001 1.262 8.277.379 10.59 0M5.674 6.193c-.44.1-.572.719-.24 1.011.308.311.894.117.977-.306.128-.421-.329-.829-.737-.705m.112 1.368c-.456.29-.149.859-.115 1.27-.308.202-.641.359-.965.53-.521-.609-1.131-1.31-2.021-1.279-.396.102-.688-.184-1.044-.29.497.757-.158 1.648-.19 2.466-.183.451.523.803.751.377.093-.357.328-.64.606-.872.5.857.3 1.916.836 2.745-.421.13-1.067-.051-1.309.414-.023.568-.064 1.153.024 1.713.254.229.557.548.917.532.131-.315-.075-.58-.277-.799-.089-.345-.023-.72-.034-1.076.497-.015.996-.014 1.492-.001.309.717.587 1.45.862 2.182-.08.213-.202.407-.292.614.446.115 1.015-.212.919-.717-.232-.788-.586-1.537-.841-2.318.832.066 1.625-.214 2.437-.322.139.332.272.67.364 1.02-.28.244-.587.454-.869.696-.463.332-.06.937-.011 1.381.4-.106.541-.511.471-.886.354-.346.774-.618 1.123-.969.084-.303-.137-.613-.146-.922.955.641 1.663 1.995.949 3.037.472.105 1.043-.222.996-.749-.12-.826-.241-1.693-.814-2.341a13.53 13.53 0 0 1 0-1.878c1.167.234-.23 2.08 1.06 2.389-.022-.965.393-2.761-1.079-2.769-.788-.544-1.781-.589-2.68-.315.314-.742-.142-1.515-.22-2.27.009-.443-.484-.862-.899-.591zM12.472 0h.923c2.32.373 4.6 1.261 6.386 2.826C22.122 4.751 23.555 7.62 24 10.588v2.807c-.329 1.957-.974 3.896-2.15 5.517-1.925 2.757-5.06 4.684-8.419 5.016-.319-.005-.638.014-.957.008-.014-7.979-.011-15.957-.001-23.936m2.873 2.317c-.984.364-.35 1.967.617 1.532 1.024-.327.369-2-.617-1.532m-.467 2.354c-.336.91-.67 1.822-.986 2.74-.135.277.272.523.485.326.273-.509.373-1.097.67-1.593.195 1.672-.963 3.1-1.241 4.69.074.396.678.518.863.143.407-.977.684-2.006 1.114-2.972-.188 1.111.42 2.071.895 3.02.236.368.859.064.734-.345-.198-.554-.5-1.065-.709-1.614-.027-1-.022-2-.001-3 .566.37.116 1.112.421 1.584.499.235.48-.454.452-.757.13-.929-.679-1.577-1.072-2.332-.324-.654-1.388-.571-1.626.11m3.912.335c-.443.175-.534.831-.153 1.118.373.343 1.047.073 1.085-.43.084-.486-.489-.92-.932-.688m-.324 1.967c-.239.686-.541 1.356-.71 2.06.522.543.537-.543.859-.774-.075.911-.606 1.712-.82 2.593-.036.291.378.451.558.223.313-.62.471-1.31.777-1.934-.068.726.2 1.429.628 2.002.34.218.638-.251.387-.526-.55-.846-.305-1.871-.345-2.821.387.308.138.826.289 1.227l.311.027c.424-.876-.254-1.718-.754-2.397-.359-.38-1.034-.156-1.181.32m-2.587 6.224c-.262.691-.421 1.417-.68 2.11-1.137-.191-2.281.855-2.006 2.02.184 1.243 1.877 1.817 2.778.943.94-.757.661-2.302-.368-2.839l.107-.328c.643.701 1.331 1.399 1.824 2.214.245.16.485-.077.724-.131.213.663.642 1.367 1.404 1.482 1.164.315 2.337-.91 1.997-2.063-.198-.945-1.245-1.463-2.149-1.255-.194-.474-.71-.986-.471-1.518.232-.05.577-.123.378-.433-.384-.04-.783-.064-1.162.018l.024.311.363.106-.121.262c-.836.013-1.672.009-2.507.001.033-.17.082-.336.147-.495.216-.063.446-.042.661-.102.103-.518-.643-.359-.943-.303z"/><path fill="#035ab2" d="M4.995 9.767c.257-.131.511-.273.775-.389.065.18.117.368.129.56-.296.343-.726.206-.904-.171zM15.878 14.511c.841.004 1.684-.013 2.525.009a38.09 38.09 0 0 1-.654 2.118c-.714-.523-1.384-1.388-1.871-2.127zM18.249 16.861c-.097-.651.351-1.376.514-2.039.134.226.253.462.346.709-.46.317-.684.822-.86 1.33zM13.547 17.234c-.185-.872.671-1.704 1.538-1.542-.091.485-.364.927-.425 1.413l.254.109c.333-.378.393-.908.577-1.363.829.412.91 1.697.144 2.214-.734.597-1.951.093-2.089-.83zM19.675 15.715c.742-.185 1.56.363 1.637 1.129.115.726-.491 1.454-1.226 1.48-.656.063-1.279-.461-1.37-1.107.475-.032.954.026 1.426-.032.161-.494-.378-.966-.467-1.469z"/><path fill="#035ab2" d="M18.783 16.792c-.057-.323.208-.712.491-.831.171.253.286.543.387.831-.294.004-.586.005-.878 0z"/><path fill="#fff" d="M11.516 0h.956c-.01 7.979-.013 15.957.001 23.936.319.006.638-.013.957-.008l.134.071h-3.01c.31-.096.638-.047.956-.066.015-7.977.006-15.956.005-23.934zM15.346 2.317c.986-.469 1.64 1.205.617 1.532-.966.435-1.601-1.168-.617-1.532z"/><path fill="#fff" d="M14.879 4.671c.239-.68 1.302-.763 1.626-.11.393.756 1.203 1.403 1.072 2.332.028.303.047.992-.452.757-.305-.472.144-1.214-.421-1.584-.02 1-.026 2 .001 3 .208.549.511 1.06.709 1.614.125.409-.498.712-.734.345-.475-.95-1.083-1.91-.895-3.02-.43.966-.707 1.995-1.114 2.972-.185.375-.789.253-.863-.143.278-1.591 1.436-3.018 1.241-4.69-.297.497-.397 1.084-.67 1.593-.213.198-.62-.049-.485-.326.315-.918.65-1.829.986-2.74zM18.79 5.006c.443-.232 1.016.202.932.688-.038.503-.712.774-1.085.43-.38-.287-.29-.943.153-1.118zM5.674 6.193c.407-.124.864.283.737.705-.083.424-.669.618-.977.306-.332-.292-.2-.911.24-1.011zM18.466 6.973c.147-.476.822-.701 1.181-.32.5.679 1.178 1.522.754 2.397l-.311-.027c-.151-.401.098-.919-.289-1.227.04.95-.206 1.975.345 2.821.251.274-.047.744-.387.526-.428-.573-.696-1.275-.628-2.002-.306.624-.465 1.314-.777 1.934-.18.227-.594.068-.558-.223.213-.881.744-1.681.82-2.593-.322.231-.337 1.316-.859.774.169-.705.471-1.375.71-2.06zM5.786 7.561c.415-.271.908.148.899.591.078.754.534 1.528.22 2.27.899-.273 1.892-.229 2.68.315 1.472.008 1.057 1.804 1.079 2.769-1.289-.309.107-2.155-1.06-2.389a13.53 13.53 0 0 0 0 1.878c.573.649.694 1.515.814 2.341.047.527-.523.854-.996.749.715-1.042.006-2.396-.949-3.037.009.309.23.619.146.922-.35.351-.77.623-1.123.969.07.375-.071.78-.471.886-.049-.444-.452-1.049.011-1.381.282-.241.59-.452.869-.696a7.78 7.78 0 0 0-.364-1.02c-.812.107-1.605.388-2.437.322.255.781.609 1.531.841 2.318.096.506-.474.832-.919.717.091-.207.212-.401.292-.614a49.158 49.158 0 0 0-.862-2.182 26.505 26.505 0 0 0-1.492.001c.011.356-.055.731.034 1.076.202.22.409.484.277.799-.36.015-.663-.304-.917-.532-.088-.56-.047-1.145-.024-1.713.241-.465.887-.283 1.309-.414-.536-.829-.336-1.888-.836-2.745-.278.232-.513.514-.606.872-.227.426-.933.074-.751-.377.032-.818.687-1.709.19-2.466.356.106.649.392 1.044.29.89-.031 1.5.67 2.021 1.279.324-.171.657-.328.965-.53-.034-.411-.341-.98.115-1.27m-.79 2.208c.177.377.608.514.904.171a1.992 1.992 0 0 0-.129-.56c-.264.116-.518.258-.775.389zM15.878 13.197c.3-.056 1.047-.216.943.303-.216.06-.446.04-.661.102a2.68 2.68 0 0 0-.147.495c.835.008 1.671.011 2.507-.001l.121-.262-.363-.106-.024-.311c.379-.082.777-.057 1.162-.018.199.31-.146.383-.378.433-.239.532.277 1.044.471 1.518.904-.208 1.951.31 2.149 1.255.341 1.153-.832 2.378-1.997 2.063-.762-.115-1.191-.82-1.404-1.482-.239.055-.479.291-.724.131-.493-.814-1.181-1.513-1.824-2.214l-.107.328c1.029.537 1.307 2.082.368 2.839-.901.873-2.594.3-2.778-.943-.276-1.164.868-2.211 2.006-2.02.259-.693.419-1.42.68-2.11m0 1.314c.488.739 1.158 1.603 1.871 2.127a38.09 38.09 0 0 0 .654-2.118c-.841-.022-1.684-.005-2.525-.009m2.371 2.35c.176-.508.401-1.014.86-1.33a4.556 4.556 0 0 0-.346-.709c-.163.663-.611 1.388-.514 2.039m-4.702.373c.138.923 1.354 1.427 2.089.83.766-.517.684-1.801-.144-2.214-.184.456-.244.986-.577 1.363l-.254-.109c.061-.486.334-.928.425-1.413-.867-.162-1.723.67-1.538 1.542m6.127-1.518c.089.503.628.975.467 1.469-.472.057-.951 0-1.426.032.091.646.714 1.169 1.37 1.107.734-.026 1.34-.753 1.226-1.48-.077-.766-.895-1.314-1.637-1.129m-.892 1.078c.292.005.585.004.878 0-.101-.289-.216-.578-.387-.831-.283.119-.549.508-.491.831z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0379c1" d="M10.679 0h1.524c.47.083.946.114 1.422.077 3.636.469 6.98 2.72 8.796 5.903.856 1.434 1.313 3.058 1.578 4.696v2.625c-.237 1.435-.596 2.864-1.278 4.158-1.797 3.609-5.505 6.08-9.491 6.542h-2.45c-1.427-.226-2.852-.57-4.144-1.238-3.658-1.778-6.173-5.511-6.637-9.531v-2.45c.455-3.99 2.929-7.704 6.543-9.502C7.829.599 9.252.245 10.679.001M9.1 1.147v21.746l.772.001V1.147H9.1m-4 4.952c-.24.416.088.842.259 1.213-.441.205-1.118.299-1.17.897-.386 1.22-.371 2.604-1.081 3.696l-.576-.07c.298-.368.31-1.076-.284-1.121-.577-.018-.648.666-.381 1.044-.81.41-.736 1.415-.712 2.184-.055.278.26.254.439.323a2.47 2.47 0 0 1 .129-1.432c.209 1.116.02 2.289.065 3.43.549-.391.408-1.135.751-1.654.046.451.045.905.044 1.357.186.114.373.227.562.339-.359-.617-.062-1.298.241-1.862-.07-.67-.31-1.308-.435-1.968.353-.16.7-.333 1.03-.533.024-.984.617-1.846.915-2.764-.03 1.718-.092 3.435.124 5.144.036.662.229 1.36-.083 1.988.274-.165.54-.341.8-.524.065-1.215-.039-2.455.287-3.641.136 1.229.214 2.472.097 3.707.196.151.387.307.576.466-.082-1.182.253-2.34.289-3.518.141-1.243-.112-2.477-.17-3.716.521.769.696 1.72.527 2.63-.092.368.332.403.57.269.014-1.189.055-2.389-.28-3.546-.097-.715-.898-.908-1.464-1.132.183-.386.513-.848.229-1.27-.27-.491-1.068-.428-1.299.065M18.19 9.525c-.003.168-.003.338-.003.508.293.003.586.005.878.009-.2.3-.297.643-.237 1.004-1.204-.008-2.408-.001-3.611-.004-.062-.165-.122-.33-.183-.496.278-.144.935-.035.893-.455-.672-.104-1.358-.052-2.036-.031.167.244.384.445.641.592l.133.314a76.42 76.42 0 0 1-.792 1.39c-1.048-.388-2.343.134-2.692 1.226-.488 1.234.572 2.704 1.886 2.668 1.094.039 1.894-.903 2.105-1.902.151.214.3.427.454.641l-.112.266-.51.188c.294.215.648.248.989.132-.06-.153-.123-.305-.186-.457.685.065 1.257-.461 1.152-1.161.785-.542 1.537-1.138 2.37-1.608-.237.557-.8.955-.838 1.597-.227 1.213.897 2.418 2.119 2.302 1.273-.049 2.243-1.481 1.763-2.678-.353-1.056-1.579-1.574-2.614-1.241-.144-.545-.294-1.088-.43-1.636.202-.268.483-.623.212-.95-.346-.354-.911-.172-1.352-.216z"/><path fill="#0379c1" d="M15.403 11.546c1.186.018 2.377-.049 3.561.029.207-.035.147.294.006.339a99.41 99.41 0 0 1-2.425 1.7c.053-.137.107-.274.162-.41l.469-.092c-.2-.378-.651-.251-.988-.205.098.147.199.294.299.441l-.392.082a57.419 57.419 0 0 1-.692-1.885zM14.312 12.609c.187-.333.377-.665.577-.989.241.638.467 1.283.7 1.925-.143.196-.284.396-.425.594-.155-.573-.408-1.123-.852-1.53zM11.97 13.355c.368-.499 1.029-.596 1.601-.479-.275.495-.572.98-.812 1.494.586.07 1.176.062 1.765.06-.173.764-.922 1.394-1.727 1.196-1.006-.155-1.49-1.504-.828-2.272zM19.894 12.9c.81-.27 1.817.158 1.972 1.048.268 1.035-.88 2.029-1.865 1.626-.974-.313-1.206-1.613-.564-2.352.139.593.476 1.16 1.127 1.263.034-.067.102-.202.134-.27-.403-.343-.697-.792-.804-1.314z"/><path fill="#0379c1" d="M14.021 13.141c.212.275.387.579.509.906-.348.009-.695.01-1.042.01.173-.308.351-.613.533-.916zM15.886 13.757c.362-.181.821.167.74.565-.04.396-.569.583-.862.324-.298-.227-.225-.75.122-.89z"/><path fill="#72a1be" opacity=".84" d="M12.204 0h1.181l.241.077A5.603 5.603 0 0 1 12.204 0z"/><path fill="#fff" d="M9.1 1.147h.772v21.747l-.772-.001V1.147zM5.1 6.099c.231-.494 1.029-.557 1.299-.065.284.422-.045.885-.229 1.27.565.224 1.367.417 1.464 1.132.336 1.157.294 2.357.28 3.546-.239.134-.662.099-.57-.269a3.528 3.528 0 0 0-.527-2.63c.058 1.239.31 2.473.17 3.716-.036 1.179-.371 2.336-.289 3.518-.188-.16-.379-.315-.576-.466.117-1.235.039-2.478-.097-3.707-.325 1.186-.221 2.426-.287 3.641-.26.183-.527.359-.8.524.312-.628.119-1.326.083-1.988-.216-1.709-.155-3.427-.124-5.144-.298.919-.891 1.781-.915 2.764-.33.2-.677.373-1.03.533.124.66.364 1.298.435 1.968-.303.564-.601 1.245-.241 1.862a52.298 52.298 0 0 1-.562-.339c.001-.452.003-.906-.044-1.357-.343.519-.202 1.263-.751 1.654-.045-1.141.143-2.315-.065-3.43a2.47 2.47 0 0 0-.129 1.432c-.178-.069-.494-.045-.439-.323-.024-.769-.098-1.774.712-2.184-.268-.378-.196-1.062.381-1.044.594.045.582.753.284 1.121l.576.07c.71-1.092.695-2.475 1.081-3.696.052-.598.729-.692 1.17-.897-.171-.371-.499-.797-.259-1.213zM18.19 9.525c.441.044 1.007-.138 1.352.216.27.327-.01.682-.212.95.136.548.285 1.091.43 1.636 1.034-.333 2.261.186 2.614 1.241.48 1.196-.49 2.629-1.763 2.678-1.221.116-2.346-1.089-2.119-2.302.038-.642.601-1.04.838-1.597-.833.47-1.584 1.067-2.37 1.608.104.7-.467 1.226-1.152 1.161.063.152.126.304.186.457-.341.116-.695.083-.989-.132l.51-.188.112-.266c-.153-.214-.303-.427-.454-.641-.211.999-1.01 1.941-2.105 1.902-1.314.036-2.374-1.434-1.886-2.668.348-1.092 1.644-1.615 2.692-1.226.269-.461.533-.924.792-1.39l-.133-.314a1.952 1.952 0 0 1-.641-.592c.677-.02 1.363-.073 2.036.031.041.42-.616.31-.893.455l.183.496c1.204.003 2.408-.004 3.611.004a1.388 1.388 0 0 1 .237-1.004l-.878-.009c0-.17 0-.339.003-.508m-2.788 2.023c.224.631.447 1.262.692 1.885l.392-.082a38.11 38.11 0 0 1-.299-.441c.337-.046.788-.173.988.205l-.469.092c-.055.136-.109.273-.162.41a99.41 99.41 0 0 0 2.425-1.7c.141-.045.201-.374-.006-.339-1.184-.078-2.375-.011-3.561-.029m-1.091 1.062c.444.407.697.957.852 1.53.141-.199.281-.398.425-.594-.232-.642-.459-1.287-.7-1.925-.2.324-.39.656-.577.989m-2.342.746c-.662.768-.178 2.117.828 2.272.804.197 1.553-.432 1.726-1.196-.589.001-1.18.01-1.765-.06.24-.514.537-.999.812-1.494-.572-.117-1.233-.02-1.601.479m7.924-.456c.107.523.401.971.804 1.314l-.134.27c-.651-.103-.988-.67-1.127-1.263-.642.739-.41 2.039.564 2.352.985.403 2.132-.591 1.865-1.626-.155-.89-1.161-1.318-1.972-1.048m-5.873.242c-.182.303-.359.608-.533.916.347 0 .694-.001 1.042-.01a3.483 3.483 0 0 0-.509-.906m1.865.616c-.347.139-.42.662-.122.89.293.259.822.072.862-.324.08-.398-.378-.746-.74-.565z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-pedestrians-and-bicycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#037863" d="M10.717 0h2.555c4.176.493 8.026 3.215 9.709 7.093.532 1.145.802 2.386 1.019 3.624v2.555c-.493 4.176-3.215 8.026-7.093 9.709-1.145.532-2.386.802-3.624 1.019h-2.554c-4.177-.491-8.027-3.215-9.71-7.093C.487 15.762.217 14.521 0 13.283v-2.554c.476-3.961 2.931-7.643 6.52-9.435C7.824.602 9.269.242 10.717-.001m.079 2.352c-3.378.335-6.464 2.605-7.814 5.716-1.361 3.007-1.035 6.703.854 9.415 2.094 3.143 6.123 4.838 9.833 4.086 2.743-.505 5.216-2.264 6.607-4.681 1.509-2.55 1.728-5.802.599-8.54-1.536-3.95-5.872-6.536-10.079-5.996z"/><path fill="#fff" d="M10.796 2.351c4.207-.541 8.543 2.046 10.079 5.996 1.129 2.737.911 5.99-.599 8.54-1.391 2.417-3.864 4.176-6.607 4.681-3.71.752-7.739-.943-9.833-4.086-1.889-2.712-2.215-6.408-.854-9.415 1.35-3.112 4.436-5.382 7.814-5.716m-.648.909v17.503h.542c0-5.835.001-11.67-.001-17.504l-.541.001M6.829 6.822c-.483.059-.748.678-.467 1.072.278.473 1.081.377 1.235-.151.193-.473-.271-1.025-.768-.92m-.376 1.738c-.541.774-.925 1.687-1.745 2.219-.328.152-.243.666.144.586a4.473 4.473 0 0 0 1.501-1.535c-.032.895.052 1.799-.048 2.687-.415.933-1.002 1.787-1.386 2.735-.136.39.528.61.669.222a245.517 245.517 0 0 0 2.111-3.827c.165-.676.03-1.393.078-2.085.203.325.402.652.6.98-.141.34-.669 1.194.059 1.142.299-.377.422-.857.63-1.285-.46-.614-.837-1.296-1.362-1.855-.414-.073-.834.001-1.249.017m7.037 1.99c.628.376.34 1.015.109 1.543-.887-.181-1.88.25-2.201 1.129-.474 1.09.394 2.458 1.583 2.489 1.173.128 2.201-1.087 1.91-2.222-.107-.63-.637-1.029-1.103-1.402 1.251.198 1.865 2.017 3.265 1.933.13.912.902 1.729 1.862 1.694 1.179.04 2.137-1.247 1.742-2.365-.284-1.031-1.492-1.528-2.466-1.176l-.521-.916c.251-.189.498-.387.696-.635a12.37 12.37 0 0 0-1.645-.004c.26.165.525.322.784.49-.998.378-2.157.065-3.219.164a1.7 1.7 0 0 0-.48-.861c.25.021.501.042.752.065.04-.071.119-.213.157-.284-.453-.035-1.128-.285-1.225.359m-6.549 2.842c.548.727 1.046 1.494 1.616 2.204.223.282.736.013.623-.339-.384-.723-.985-1.307-1.386-2.02-.054-.462-.014-.928-.023-1.389-.28.512-.556 1.028-.83 1.544z"/><path fill="#fff" d="M14.046 11.581c1.06-.01 2.12-.001 3.181-.004-.28.672-.553 1.345-.83 2.019-.784-.672-1.585-1.321-2.351-2.015zM17.533 11.65l.391.664c-.445.336-.728.823-.864 1.36l-.373.008c.277-.679.56-1.355.846-2.032zM11.78 13.321c.258-.668 1.012-.961 1.687-.878-.099.57-.69 1.156-.354 1.715.278-.507.439-1.064.655-1.598.416.301.802.726.789 1.275.066.919-.895 1.708-1.783 1.46-.85-.172-1.362-1.186-.994-1.974zM18.392 12.511c.689-.199 1.511.056 1.821.74.487.901-.268 2.126-1.296 2.081-.765.028-1.352-.617-1.482-1.328.575-.013 1.149-.001 1.722-.02-.181-.528-.497-.99-.765-1.472z"/><path fill="#fff" d="M17.448 13.677c.13-.39.357-.734.645-1.025.212.342.416.686.621 1.031-.422.003-.844.003-1.266-.006z"/><path fill="#030303" d="M10.148 3.26l.541-.001c.003 5.835.001 11.67.001 17.504h-.542V3.26zM6.829 6.822c.497-.104.961.448.768.92-.154.528-.957.624-1.235.151-.281-.394-.016-1.012.467-1.072zM6.453 8.561c.415-.016.836-.09 1.249-.017.525.559.902 1.241 1.362 1.855-.208.428-.33.908-.63 1.285-.728.052-.2-.802-.059-1.142a75.486 75.486 0 0 0-.6-.98c-.048.692.088 1.409-.078 2.085-.693 1.28-1.393 2.56-2.111 3.827-.141.388-.805.168-.669-.222.384-.947.971-1.801 1.386-2.735.1-.888.016-1.792.048-2.687a4.472 4.472 0 0 1-1.501 1.535c-.387.08-.472-.433-.144-.586.82-.532 1.204-1.446 1.745-2.219zM13.492 10.552c.097-.644.772-.394 1.225-.359-.038.071-.117.213-.157.284-.251-.023-.503-.044-.752-.065a1.7 1.7 0 0 1 .48.861c1.062-.099 2.221.215 3.219-.164-.258-.168-.524-.325-.784-.49a12.37 12.37 0 0 1 1.645.004c-.198.248-.445.446-.696.635l.521.916c.974-.352 2.183.145 2.466 1.176.395 1.118-.563 2.404-1.742 2.365-.96.035-1.732-.782-1.862-1.694-1.4.085-2.015-1.735-3.265-1.933.466.373.995.772 1.103 1.402.291 1.135-.737 2.351-1.91 2.222-1.189-.031-2.057-1.399-1.583-2.489.32-.88 1.314-1.31 2.201-1.129.232-.528.52-1.168-.109-1.543m.554 1.03c.765.693 1.567 1.343 2.351 2.015.277-.673.551-1.347.83-2.019-1.06.003-2.12-.006-3.181.004m3.487.069c-.285.676-.569 1.352-.846 2.032l.373-.008c.136-.536.419-1.024.864-1.36l-.391-.664m-5.753 1.671c-.368.788.144 1.801.994 1.974.888.248 1.849-.541 1.783-1.46.013-.549-.373-.974-.789-1.275-.216.534-.377 1.091-.655 1.598-.336-.559.256-1.145.354-1.715-.675-.083-1.429.21-1.687.878m6.612-.81c.268.483.584.944.765 1.472-.573.018-1.148.007-1.722.02.13.712.717 1.357 1.482 1.328 1.028.045 1.783-1.18 1.296-2.081-.311-.683-1.132-.939-1.821-.74m-.944 1.167c.422.008.844.008 1.266.006-.205-.344-.409-.689-.621-1.031a2.657 2.657 0 0 0-.645 1.025z"/><path fill="#030303" d="M6.943 13.395c.274-.517.551-1.032.83-1.544.008.462-.031.928.023 1.389.401.713 1.002 1.297 1.386 2.02.113.352-.4.621-.623.339-.57-.71-1.069-1.477-1.616-2.204z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-pedestrians-and-equestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ab2" d="M10.663 0h.857c-.001 8-.003 16 0 24h-.849c-1.434-.249-2.863-.604-4.155-1.291C2.945 20.927.503 17.273 0 13.339v-2.666c.495-3.94 2.944-7.596 6.517-9.38C7.806.606 9.235.255 10.663 0M4.245 6.674c-.739.227-.908 1.302-.305 1.769.582.54 1.644.138 1.722-.654.152-.765-.715-1.411-1.417-1.116m-.596 2.958c-.444 1.15-.873 2.311-1.277 3.476-.204.375.416.749.626.37.333-.645.511-1.358.814-2.017.283 2.154-1.217 3.984-1.56 6.029.078.529.88.664 1.09.158.525-1.243.906-2.543 1.42-3.791-.218 1.414.531 2.646 1.145 3.851.232.477 1.035.177.941-.326-.194-.811-.761-1.494-.903-2.318-.026-1.24-.009-2.48-.001-3.72.521.527.359 1.26.416 1.924.216.504.859.083.701-.37.271-1.342-.756-2.337-1.379-3.394-.43-.763-1.722-.711-2.034.128m5.205.388c-.686.027-1.016.977-.521 1.437.405.457 1.224.258 1.412-.31.221-.558-.3-1.209-.891-1.127M8.2 12.543a46.979 46.979 0 0 0-.881 2.44c-.154.278.232.568.467.365.223-.386.336-.823.536-1.219.036 1.229-.803 2.265-.993 3.451.029.387.647.477.775.105.357-.79.595-1.63.926-2.432-.105.954.262 1.873.799 2.64.236.135.56-.024.613-.287-.116-.611-.592-1.122-.563-1.767-.001-.754-.013-1.51.027-2.263.311.475.245 1.053.341 1.587.286.213.599-.019.537-.354.206-.979-.483-1.767-.991-2.519-.397-.554-1.385-.4-1.593.254zM12.466 0h.858c1.434.251 2.866.606 4.159 1.293C21.052 3.073 23.5 6.722 24 10.657v2.673c-.246 1.434-.605 2.862-1.291 4.154-1.782 3.569-5.433 6.017-9.369 6.516h-.873c0-8 .001-16-.001-24m4.951 6.438c-.357.227-.315.814.064.994.38.227.923-.092.892-.539 0-.46-.597-.735-.956-.456m.273 1.298c-.401.317-.137.863-.086 1.278-.328.179-.656.359-.983.541-.411-.563-.909-1.169-1.647-1.268-.493-.047-.982-.121-1.435-.334l.26.485c-.137.723-.349 1.434-.42 2.166-.033.314.479.523.661.255.207-.345.439-.674.698-.984.493.872.308 1.937.821 2.789-.412.1-.987-.02-1.257.366a5.913 5.913 0 0 0 .005 1.757c.226.314.601.469.927.657-.07-.687-.474-1.3-.337-2.016.506 0 1.011 0 1.518.003.211.941 1.159 1.896.559 2.854.401-.031.963-.186.894-.705-.161-.821-.564-1.573-.829-2.363.832.01 1.642-.19 2.45-.359l.371 1.04c-.366.306-.772.573-1.086.937-.033.41.117.807.207 1.201.34-.23.522-.564.462-.983.363-.306.779-.555 1.097-.911.097-.306-.092-.637-.129-.947.798.559 1.245 1.395 1.298 2.367a36.78 36.78 0 0 0-.359.716c.383-.046.911-.11.992-.578-.015-.868-.213-1.764-.726-2.482-.212-.634-.059-1.337-.075-1.997 1.132.38-.176 2.049 1.061 2.488-.061-.839.267-1.851-.301-2.562-1.083-.461-2.26-1.039-3.457-.568.291-.791-.129-1.606-.246-2.394-.031-.425-.551-.726-.908-.452z"/><path fill="#035ab2" d="M17.366 10.366c-.669-.382-.101-.678.359-.857l.114.566c-.158.096-.315.193-.472.291z"/><path fill="#fff" d="M11.52 0h.946c.003 8 .001 16 .001 24h-.947c-.003-8-.001-16 0-24zM17.417 6.438c.359-.28.956-.004.956.456.031.447-.512.766-.892.539-.379-.18-.421-.767-.064-.994zM4.245 6.674c.702-.295 1.569.351 1.417 1.116-.078.791-1.14 1.194-1.722.654-.603-.467-.434-1.542.305-1.769zM17.69 7.735c.356-.274.877.027.908.452.117.788.537 1.602.246 2.394 1.197-.471 2.374.107 3.457.568.568.711.24 1.723.301 2.562-1.237-.439.071-2.108-1.061-2.488.017.66-.137 1.362.075 1.997.513.717.711 1.614.726 2.482-.08.469-.609.532-.992.578.116-.24.237-.479.359-.716-.054-.971-.5-1.808-1.298-2.367.037.31.226.641.129.947-.318.356-.734.605-1.097.911.06.419-.123.753-.462.983-.089-.394-.24-.791-.207-1.201.314-.364.72-.631 1.086-.937l-.371-1.04c-.808.169-1.617.369-2.45.359.264.79.668 1.542.829 2.363.069.518-.493.674-.894.705.6-.959-.349-1.914-.559-2.854-.507-.003-1.012-.003-1.518-.003-.137.716.267 1.329.337 2.016-.326-.189-.701-.343-.927-.657a5.913 5.913 0 0 1-.005-1.757c.271-.387.845-.267 1.257-.366-.513-.853-.328-1.917-.821-2.789-.259.31-.491.64-.698.984-.183.268-.694.059-.661-.255.071-.733.283-1.444.42-2.166l-.26-.485c.453.213.942.287 1.435.334.738.098 1.236.705 1.647 1.268.327-.183.655-.363.983-.541-.051-.415-.315-.961.086-1.278m-.324 2.628c.157-.098.314-.195.472-.291l-.114-.566c-.46.179-1.028.475-.359.857zM3.649 9.631c.311-.839 1.603-.891 2.034-.128.623 1.057 1.649 2.053 1.379 3.394.158.453-.485.874-.701.37-.057-.664.105-1.397-.416-1.924-.008 1.24-.024 2.48.001 3.72.142.825.709 1.508.903 2.318.094.503-.709.803-.941.326-.614-1.205-1.363-2.437-1.145-3.851-.513 1.249-.895 2.548-1.42 3.791-.211.506-1.012.37-1.09-.158.343-2.045 1.843-3.876 1.56-6.029-.304.659-.481 1.372-.814 2.017-.209.379-.83.005-.626-.37.403-1.166.832-2.326 1.277-3.476zM8.853 10.019c.591-.082 1.112.569.891 1.127-.188.568-1.007.767-1.412.31-.495-.461-.165-1.411.521-1.437zM8.2 12.543c.208-.654 1.196-.808 1.593-.254.508.752 1.196 1.54.991 2.519.061.334-.251.567-.537.354-.096-.534-.029-1.112-.341-1.587-.04.753-.028 1.509-.027 2.263-.029.645.447 1.155.563 1.767-.052.263-.377.423-.613.287-.537-.767-.904-1.686-.799-2.64-.331.802-.568 1.642-.926 2.432-.128.373-.746.282-.775-.105.19-1.186 1.029-2.221.993-3.451-.2.396-.313.834-.536 1.219-.235.203-.622-.087-.467-.365.266-.822.569-1.633.881-2.44z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-path-pedestrians-bicycles-and-equestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ab2" d="M10.578 0h.886c-.019 7.93 0 15.859-.009 23.789-2.19-.108-4.357-.787-6.174-2.023-.48-.331-.924-.723-1.459-.966a6.225 6.225 0 0 1-.757-.766c-.401-.74-.932-1.403-1.483-2.037a10.696 10.696 0 0 1-1.357-3.559c-.091-1.354-.104-2.71-.16-4.065C.629 6.05 3.723 2.193 7.822.712 8.711.368 9.651.204 10.578 0M5.886 2.345c-.946.364-.329 1.903.61 1.502 1.016-.324.366-1.986-.61-1.502M5.445 4.66a48.868 48.868 0 0 0-.971 2.72c-.18.298.353.552.491.258.246-.489.375-1.026.61-1.52.215 1.658-.926 3.07-1.196 4.648.051.381.651.541.82.157.429-.968.724-1.991 1.125-2.971-.14 1.095.399 2.066.898 2.992.173.371.794.136.721-.245-.174-.752-.773-1.384-.709-2.19.013-.837-.02-1.675.034-2.51.323.419.251.947.303 1.439-.019.353.593.272.533-.071.278-1.114-.551-1.975-1.079-2.85-.353-.607-1.351-.524-1.581.145m3.855.326c-.429.175-.526.815-.16 1.103.345.326.978.123 1.074-.339.155-.505-.439-1.008-.914-.764m-.265 1.886a21.464 21.464 0 0 0-.719 2.02c-.055.221.225.237.372.278.131-.34.263-.683.444-1.001-.06.931-.61 1.728-.806 2.626-.063.337.462.451.588.159.287-.594.46-1.237.698-1.85a3.34 3.34 0 0 0 .658 1.964c.33.248.627-.241.387-.517-.528-.846-.354-1.868-.32-2.81.229.372.211.815.232 1.236.1.017.301.05.403.065.282-.919-.256-1.757-.829-2.425-.334-.303-.949-.177-1.109.255m-3.961 6.213c-.234.698-.436 1.407-.639 2.114-1.109-.178-2.244.796-2.027 1.947.131 1.243 1.779 1.882 2.715 1.054.96-.739.728-2.31-.31-2.864l.121-.364c.584.7 1.23 1.351 1.728 2.119.152.333.532.065.766-.006.231.77.844 1.511 1.714 1.491 1.147.065 2.076-1.227 1.617-2.286-.298-.857-1.27-1.178-2.103-1.045-.196-.513-.955-1.436-.038-1.642l.01-.291c-.382-.02-.764-.023-1.145-.018-.022.063-.062.19-.083.254.166.109.397.199.376.439-.855.069-1.713.016-2.569.024l.157-.508c.211-.015.422-.032.634-.046l-.015-.368a30.606 30.606 0 0 0-.909-.005zM13.481 0h.061c1.535.347 3.107.715 4.45 1.58.688.588 1.39 1.178 2.184 1.618.221.19.429.397.618.62.303.683.847 1.214 1.223 1.853 2.25 3.55 2.377 8.309.32 11.975-1.943 3.601-5.846 6.022-9.937 6.165-.008-7.909-.001-15.816-.004-23.724.363-.015.724-.042 1.084-.085m4.073 6.149c-.428.011-.715.54-.462.897.225.392.89.352 1.039-.086.179-.381-.157-.86-.577-.81m-.117 2.647c-.316.182-.629.372-.96.524-.367-.315-.599-.777-1.039-1.011-.607-.371-1.377-.163-1.98-.554.453.919-.367 1.902-.165 2.824.64.604.876-.596 1.297-.903.485.863.307 1.917.813 2.763-.401.097-.931-.003-1.233.323-.109.583-.095 1.203-.008 1.789.227.284.571.441.875.629.058-.683-.488-1.255-.291-1.975.5-.004 1.002-.003 1.503-.001.277.723.551 1.448.83 2.17-.105.217-.212.433-.315.651.404-.003.968-.146.935-.66-.14-.833-.56-1.589-.827-2.386.828.02 1.629-.189 2.434-.345.122.343.245.684.364 1.029-.39.305-.775.615-1.147.941.07.391.152.778.241 1.164.371-.188.475-.552.524-.936.31-.395.796-.613 1.092-1.022-.015-.298-.112-.584-.177-.874.965.668 1.611 2 .966 3.098.403-.033.936-.171.952-.668-.056-.669-.154-1.373-.471-1.973-.549-.678-.297-1.6-.288-2.397 1.037.433-.175 2.014 1.003 2.46-.05-.933.429-2.585-.908-2.773-.86-.418-1.81-.645-2.752-.338.135-.926-.14-1.925-.51-2.759-.823-.541-1.105.643-.762 1.21z"/><path fill="#035ab2" d="M16.737 9.737c.263-.142.528-.281.795-.418l.141.594c-.348.283-.681.136-.936-.177zM5.018 14.439c.853-.027 1.707-.013 2.56-.011-.212.719-.413 1.443-.654 2.152-.701-.651-1.293-1.41-1.906-2.141zM7.934 14.696c.123.23.245.461.364.693-.425.377-.676.888-.946 1.378.126-.709.385-1.382.582-2.071zM2.773 17.143c-.199-.905.673-1.662 1.543-1.571-.146.474-.312.94-.476 1.407l.274.183c.282-.448.443-.954.599-1.457.684.462.917 1.51.274 2.108-.673.747-2.065.323-2.215-.67zM8.815 15.587c1.129-.269 2.155 1.078 1.449 2.044-.627.975-2.19.573-2.425-.519.537-.011 1.076 0 1.61-.062-.182-.5-.418-.978-.634-1.463z"/><path fill="#035ab2" d="M7.849 16.684c.136-.339.333-.649.597-.902.143.301.279.604.411.91a37.6 37.6 0 0 1-1.008-.009z"/><path fill="#fff" d="M11.464 0h2.017c-.361.043-.721.07-1.084.085.003 7.909-.004 15.816.004 23.724 4.09-.143 7.994-2.564 9.937-6.165 2.057-3.666 1.93-8.424-.32-11.975-.376-.639-.919-1.17-1.223-1.853 1.806 1.864 2.837 4.354 3.206 6.9v2.537c-.496 4.283-3.352 8.218-7.37 9.844-1.065.471-2.215.684-3.351.902h-2.535c-2.555-.357-5.05-1.396-6.922-3.2.535.244.979.635 1.459.966 1.817 1.236 3.983 1.915 6.174 2.023.009-7.93-.01-15.859.009-23.789zM17.991 1.58c.79.45 1.529.989 2.184 1.618-.794-.439-1.496-1.03-2.184-1.618zM5.886 2.345c.975-.484 1.625 1.178.61 1.502-.938.401-1.556-1.138-.61-1.502z"/><path fill="#fff" d="M5.445 4.66c.23-.669 1.228-.752 1.581-.145.528.875 1.357 1.736 1.079 2.85.06.343-.552.424-.533.071-.052-.491.019-1.02-.303-1.439-.055.836-.022 1.674-.034 2.51-.065.806.535 1.439.709 2.19.072.381-.549.616-.721.245-.499-.926-1.037-1.897-.898-2.992-.401.98-.696 2.004-1.125 2.971-.169.383-.77.224-.82-.157.27-1.577 1.411-2.989 1.196-4.648-.235.494-.363 1.031-.61 1.52-.138.295-.672.041-.491-.258.288-.917.63-1.821.971-2.72zM9.299 4.988c.475-.244 1.069.259.914.764-.097.462-.729.665-1.074.339-.366-.288-.269-.928.16-1.103zM17.553 6.151c.419-.05.756.429.577.81-.149.438-.814.479-1.039.086-.253-.357.034-.885.462-.897zM9.034 6.874c.16-.432.775-.559 1.109-.255.573.668 1.111 1.506.829 2.425a26.032 26.032 0 0 1-.403-.065c-.022-.42-.004-.863-.232-1.236-.034.942-.208 1.964.32 2.81.24.276-.057.764-.387.517a3.343 3.343 0 0 1-.658-1.964c-.239.613-.411 1.256-.698 1.85-.126.292-.651.178-.588-.159.197-.898.747-1.695.806-2.626-.182.317-.314.66-.444 1.001-.147-.041-.427-.057-.372-.278.197-.686.453-1.357.719-2.02z"/><path fill="#fff" d="M17.436 8.799c-.343-.568-.061-1.751.762-1.21.371.834.645 1.834.51 2.759.942-.307 1.892-.08 2.752.338 1.337.188.858 1.84.908 2.773-1.178-.446.034-2.027-1.003-2.46-.009.797-.26 1.719.288 2.397.317.601.415 1.304.471 1.973-.017.497-.55.635-.952.668.645-1.098-.001-2.43-.966-3.098.065.29.161.575.177.874-.296.409-.782.627-1.092 1.022-.05.383-.154.748-.524.936a24.01 24.01 0 0 1-.241-1.164c.372-.326.757-.636 1.147-.941-.119-.344-.243-.686-.364-1.029-.805.156-1.606.366-2.434.345.267.797.687 1.553.827 2.386.033.514-.531.658-.935.66.103-.218.21-.434.315-.651-.279-.723-.554-1.448-.83-2.17-.502-.001-1.003-.003-1.503.001-.197.72.349 1.291.291 1.975-.303-.188-.648-.344-.875-.629-.088-.587-.102-1.206.008-1.789.302-.325.832-.226 1.233-.323-.505-.846-.328-1.9-.813-2.763-.42.307-.657 1.507-1.297.903-.202-.922.618-1.905.165-2.824.603.391 1.373.183 1.98.554.439.234.672.696 1.039 1.011.331-.152.644-.343.96-.524m-.703.938c.255.312.588.46.936.177l-.141-.594c-.267.137-.532.276-.795.418zM5.072 13.087c.303-.003.606-.001.909.005l.015.368c-.212.014-.423.03-.634.046l-.157.508c.856-.008 1.714.044 2.569-.024.022-.24-.21-.33-.376-.439.02-.063.061-.19.083-.254a16.83 16.83 0 0 1 1.145.018l-.01.291c-.917.206-.157 1.129.038 1.642.833-.133 1.804.188 2.103 1.045.46 1.059-.47 2.35-1.617 2.286-.87.02-1.483-.721-1.714-1.491-.234.071-.613.339-.766.006-.498-.768-1.144-1.42-1.728-2.119-.029.091-.09.273-.121.364 1.037.554 1.27 2.124.31 2.864-.936.828-2.584.189-2.715-1.054-.217-1.15.918-2.124 2.027-1.947.203-.707.405-1.416.639-2.114m-.054 1.351c.613.731 1.205 1.49 1.906 2.141.241-.71.442-1.434.654-2.152-.853-.001-1.707-.015-2.56.011m2.916.257c-.197.69-.456 1.363-.582 2.071.27-.49.521-1.001.946-1.378a45.681 45.681 0 0 0-.364-.693m-5.161 2.447c.15.993 1.542 1.417 2.215.67.643-.598.41-1.646-.274-2.108-.156.503-.317 1.008-.599 1.457l-.274-.183c.164-.467.33-.933.476-1.407-.87-.091-1.742.665-1.543 1.571m6.041-1.556c.216.485.452.963.634 1.463-.535.062-1.073.051-1.61.062.235 1.092 1.798 1.495 2.425.519.706-.966-.32-2.314-1.449-2.044m-.966 1.097c.337.008.672.01 1.008.009-.132-.306-.268-.61-.411-.91a2.558 2.558 0 0 0-.597.902zM1.582 17.997c.551.634 1.082 1.297 1.483 2.037a11.128 11.128 0 0 1-1.483-2.037z"/><path fill="#89a7c4" opacity=".87" d="M0 10.606l.065-.232c.056 1.355.069 2.711.16 4.065-.074-.34-.146-.679-.225-1.018v-2.814z"/></symbol><symbol viewBox="0 0 12 24" id="regulatory--dual-speed-limits--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.47 0h11.179c.173.122.333.273.412.474v23.058c-.103.202-.255.389-.474.468H.512a.864.864 0 0 1-.51-.601V.556a.844.844 0 0 1 .47-.557m.38.056C.478.046.138.338.12.717v22.566c.028.336.331.639.677.636 3.516.003 7.032 0 10.548.001a.73.73 0 0 0 .635-.676c.002-7.415-.001-14.83.001-22.245.007-.247.003-.541-.208-.711-.173-.211-.459-.233-.711-.248H1.358C1.19.042 1.02.028.852.055z"/><path fill="#231f20" d="M.611.214L.715.199C4.244.198 7.772.201 11.301.197c.319-.037.568.303.56.599-.003 7.469.002 14.938-.002 22.406a.584.584 0 0 1-.637.598c-3.475-.003-6.95 0-10.425-.002a.574.574 0 0 1-.557-.557V.715C.25.495.394.276.611.213M.52.837v22.327c0 .115.048.225.121.312.119.016.236.049.357.046h10.145c.125.005.241-.05.357-.087.066-.19.034-.395.04-.592.001-7.412-.002-14.824.002-22.236-.082-.06-.168-.14-.278-.127C7.774.482 4.283.478.793.482.611.488.513.673.519.838z"/><path fill="#231f20" d="M1.371 2.328c.255-.543 1.107-.475 1.43-.028a1.37 1.37 0 0 0-.27.216h-.07c-.149-.177-.398-.222-.611-.154l-.133.132-.004.093c.249.222.631.121.9.31.365.206.345.813-.016 1.015-.448.251-1.075.139-1.382-.284.11-.092.228-.174.327-.278.173.335.66.422.934.157v-.228c-.291-.237-.766-.081-1.012-.394-.154-.142-.115-.374-.094-.559zM3.354 1.957c.425.024.868-.063 1.278.078.412.172.488.818.109 1.071-.276.232-.661.091-.988.129v.799h-.399V1.957m.36.359v.559h.78l.141-.14c.006-.149.006-.361-.174-.406-.246-.033-.499-.004-.748-.013zM5.471 1.957h1.478v.399H5.831v.359h.599v.399h-.599v.519h1.118v.399H5.471V1.955zM7.348 1.957h1.478v.399H7.708v.359h.599v.399h-.599v.519h1.118v.399H7.348V1.955zM9.225 1.957c.355-.002.72-.017 1.063.093.734.305.758 1.512.054 1.863-.349.166-.744.111-1.117.12V1.957m.319.399v1.318c.206.005.417-.001.614-.068.457-.221.472-.971.024-1.208-.203-.079-.426-.031-.637-.042zM2.356 5.311h.399v1.637h1.118v.399H2.356V5.31zM4.233 5.311h.399v2.037h-.399V5.311zM5.111 5.311h.383c.18.394.367.783.556 1.173.165-.401.366-.783.555-1.173h.383v2.037h-.399c-.002-.37.004-.74-.002-1.109a83.4 83.4 0 0 1-.536 1.133c-.226-.374-.366-.79-.579-1.17-.002.383 0 .765-.001 1.147h-.359V5.312zM7.468 5.311h.359v2.037h-.359V5.311zM8.226 5.311h1.478v.399h-.559v1.637h-.359V5.71h-.559v-.399zM8.24 8.561c.547-.058 1.159.086 1.535.513.536.534.673 1.34.649 2.068-.031.59-.182 1.206-.569 1.667-.672.817-2.077.824-2.777.04-.573-.681-.684-1.64-.552-2.492.085-.408.214-.823.489-1.146.278-.395.758-.597 1.226-.65m.035.839c-.504.074-.823.563-.91 1.032-.116.569-.076 1.2.224 1.71.336.531 1.194.606 1.607.128.327-.386.411-.916.389-1.407-.008-.437-.097-.934-.45-1.23-.221-.218-.561-.285-.859-.232zM2.077 8.626h3.155v.879H2.925a2.646 2.646 0 0 0-.048.609c.662-.146 1.419-.179 2.003.223.695.445.924 1.454.514 2.164-.273.554-.891.835-1.477.912-.743.06-1.514-.113-2.134-.534.15-.249.307-.493.462-.739.635.355 1.472.579 2.139.191.499-.294.394-1.078-.097-1.323-.465-.203-.986-.095-1.45.052a3.075 3.075 0 0 1-.874-.209c-.014-.744.105-1.482.115-2.225zM1.438 14.656h.346c.103.341.221.678.313 1.022.131-.335.202-.69.338-1.023l.321.002v2.036h-.319c-.002-.316.005-.633-.003-.949-.137.316-.186.661-.331.974-.113-.339-.216-.68-.343-1.014-.008.329 0 .659-.003.989h-.319v-2.037zM3.155 14.656h.319v2.037h-.319v-2.037zM3.874 14.656l.319-.002c.157.356.323.708.479 1.066.003-.355 0-.71.001-1.065h.319v2.037H4.73c-.169-.399-.341-.8-.535-1.188-.003.396 0 .791-.001 1.188h-.319v-2.036zM5.351 14.656h.359v2.037h-.359v-2.037zM6.07 14.656h.346c.095.331.217.655.319.984.131-.31.217-.639.326-.955.084-.064.222-.015.327-.029v2.037h-.319v-.919h-.027a6.537 6.537 0 0 1-.306.944c-.113-.339-.216-.681-.343-1.015-.008.33 0 .659-.003.989h-.319v-2.037zM7.787 14.656h.319c.004.506-.008 1.012.005 1.517.022.161.192.21.331.207a6.64 6.64 0 0 1 .143-.147v-1.578h.319c-.005.545.01 1.09-.007 1.634-.059.357-.486.502-.793.365-.204-.08-.323-.309-.32-.521.002-.493.001-.986.001-1.479zM9.305 14.656h.347c.091.346.21.683.315 1.025.102-.345.211-.688.335-1.026l.321.002v2.036h-.319c-.003-.316.005-.633-.003-.949-.105.296-.221.59-.287.897a3.5 3.5 0 0 0-.058.068 12.254 12.254 0 0 0-.328-1.004c-.008.329 0 .659-.003.989h-.319v-2.037zM2.939 18.746c.205-.664 1.012-1.041 1.654-.778.694.245 1.065 1.201.591 1.806.421.362.446.99.254 1.477-.231.68-1.078.994-1.73.759-.475-.133-.81-.565-.926-1.031.214-.082.44-.124.653-.211.057.145.106.302.227.409.305.337.955.264 1.132-.171.145-.247.073-.564-.11-.769-.155-.102-.351-.112-.531-.114v-.674c.189.006.45.034.534-.184.159-.397-.323-.814-.702-.663-.19.056-.317.223-.426.377a13.607 13.607 0 0 0-.621-.232zM7.482 17.905c.336-.047.703-.015.992.177.558.442.697 1.211.671 1.884.03.585-.077 1.205-.433 1.685-.419.532-1.263.557-1.792.182-.526-.473-.605-1.238-.639-1.901.034-.53.109-1.086.411-1.54.175-.27.471-.448.79-.487m.077.638c-.428.115-.53.612-.6.988-.019.529-.061 1.098.204 1.578.19.37.742.431 1.03.145.283-.35.296-.821.353-1.247-.032-.417-.053-.867-.296-1.226-.144-.225-.446-.284-.692-.239z"/><path fill="#fff" d="M.852.055c.167-.027.337-.013.506-.015h9.704c.252.015.538.036.711.248.211.17.215.464.208.711-.002 7.415 0 14.83-.001 22.245a.73.73 0 0 1-.635.676c-3.516-.001-7.032.002-10.548-.001-.345.004-.649-.3-.677-.636V.717C.138.338.478.047.852.055M.611.214C.394.277.25.496.24.716v22.526c.002.297.26.555.557.557 3.475.002 6.95-.002 10.425.002a.584.584 0 0 0 .637-.598c.004-7.468-.001-14.938.002-22.406.008-.296-.24-.636-.56-.599C7.772.202 4.244.199.715.2L.611.215z"/><path fill="#fff" d="M.52.837C.515.672.612.487.794.481c3.49-.004 6.981 0 10.471-.002.11-.012.195.067.278.127-.004 7.412 0 14.824-.002 22.236-.006.197.026.402-.04.592-.117.038-.232.093-.357.087-3.382-.002-6.764-.001-10.145 0-.121.003-.238-.03-.357-.046a.492.492 0 0 1-.121-.312V.836m.85 1.492c-.021.185-.06.417.094.559.247.312.721.157 1.012.394a8.664 8.664 0 0 0 0 .228c-.274.265-.761.178-.934-.157-.099.103-.218.185-.327.278.307.423.935.535 1.382.284.36-.202.381-.809.016-1.016-.269-.189-.651-.087-.9-.31l.004-.093.133-.132c.213-.069.463-.023.611.154h.07a1.37 1.37 0 0 1 .27-.216c-.323-.447-1.176-.515-1.43.028m1.982-.372v2.077h.399v-.799c.327-.038.712.103.988-.129.379-.253.303-.899-.109-1.071-.41-.142-.853-.054-1.278-.078m2.117 0v2.077h1.478v-.399H5.831v-.519h.599v-.399h-.599v-.359h1.118v-.399H5.471m1.877-.002v2.077h1.478v-.399H7.708v-.519h.599v-.399h-.599v-.359h1.118v-.399H7.348m1.877-.002v2.076c.373-.008.768.046 1.117-.12.704-.351.68-1.559-.054-1.863-.342-.11-.707-.095-1.063-.093M2.356 5.311v2.037h1.517v-.399H2.755V5.312h-.399m1.877-.001v2.037h.399V5.311h-.399m.878 0v2.037h.359c.001-.383-.002-.765.001-1.147.213.38.353.797.579 1.17.18-.376.361-.754.536-1.133.006.37 0 .74.002 1.109h.399V5.31h-.383c-.188.389-.39.772-.555 1.173-.19-.389-.377-.779-.556-1.173H5.11m2.358.001v2.037h.359V5.311h-.359m.758 0v.399h.559v1.637h.359V5.71h.559v-.399H8.225m.015 3.25c-.468.052-.948.254-1.226.65-.274.323-.404.738-.489 1.146-.132.852-.021 1.811.552 2.492.7.784 2.105.777 2.777-.04.387-.461.538-1.077.569-1.667.025-.728-.113-1.533-.649-2.068-.376-.427-.988-.57-1.535-.513m-6.162.065c-.01.743-.129 1.481-.115 2.225.272.106.579.188.874.209.464-.146.985-.255 1.45-.052.491.244.596 1.029.097 1.323-.668.387-1.505.163-2.139-.191-.155.246-.313.49-.462.739.62.421 1.391.593 2.134.534.586-.077 1.204-.358 1.477-.912.41-.711.181-1.72-.514-2.164-.584-.402-1.341-.369-2.003-.223a2.646 2.646 0 0 1 .048-.609h2.307v-.879H2.076m-.638 6.03v2.037h.319c.002-.329-.005-.659.003-.989.127.334.23.676.343 1.014.145-.313.194-.659.331-.974.008.316 0 .633.003.949h.319v-2.036l-.321-.002c-.136.334-.208.688-.338 1.023-.092-.345-.21-.681-.313-1.022h-.346m1.717 0v2.037h.319v-2.037h-.319m.719 0v2.036h.319c.001-.396-.002-.792.001-1.188.194.388.367.788.536 1.188h.262v-2.037h-.319c-.001.355.002.71-.001 1.065-.156-.357-.322-.71-.479-1.066l-.319.002m1.477 0v2.037h.359v-2.037h-.359m.719 0v2.037h.319c.002-.33-.005-.659.003-.989.127.334.23.676.343 1.015.119-.308.235-.621.306-.944h.027v.919h.319v-2.037c-.105.014-.243-.035-.327.029-.109.316-.194.645-.326.955-.102-.329-.224-.653-.319-.984h-.346m1.718-.001c0 .493.001.986-.001 1.479-.003.212.116.441.32.521.307.137.734-.008.793-.365.017-.544.002-1.09.007-1.634h-.319v1.578a6.64 6.64 0 0 0-.143.147c-.139.003-.309-.046-.331-.207-.012-.505-.001-1.012-.005-1.517h-.319m1.516-.002v2.037h.319c.002-.33-.005-.659.003-.989.124.329.232.665.328 1.004l.058-.068c.066-.307.182-.601.287-.897.008.316 0 .633.003.949h.319v-2.036l-.321-.002c-.124.338-.233.681-.335 1.026-.105-.342-.224-.679-.315-1.025h-.347m-6.365 4.091c.208.074.416.149.621.232.11-.154.237-.321.426-.377.379-.151.86.266.702.663-.085.218-.345.19-.534.184v.674c.18.002.376.012.531.114.182.204.255.522.11.769-.177.435-.827.508-1.132.171-.121-.106-.17-.264-.227-.409-.212.087-.439.129-.653.211.116.466.452.898.926 1.031.652.234 1.498-.079 1.73-.759.192-.487.167-1.115-.254-1.477.474-.605.103-1.561-.591-1.806-.641-.263-1.448.114-1.654.778m4.542-.84a1.106 1.106 0 0 0-.79.487c-.302.454-.377 1.01-.411 1.54.034.663.113 1.428.639 1.901.53.375 1.374.35 1.792-.182.356-.48.462-1.099.433-1.685.026-.673-.113-1.443-.671-1.884-.289-.192-.656-.224-.992-.177z"/><path fill="#fff" d="M3.714 2.316c.249.009.501-.02.748.013.18.046.18.257.174.406a6.212 6.212 0 0 0-.141.14h-.78v-.559zM9.544 2.356c.212.012.434-.036.637.042.448.237.433.987-.024 1.208a1.767 1.767 0 0 1-.614.068V2.356zM8.276 9.4c.298-.052.639.014.859.232.353.296.442.792.45 1.23.022.491-.062 1.021-.389 1.407-.413.478-1.27.403-1.607-.128-.3-.509-.34-1.14-.224-1.71.087-.469.406-.958.91-1.032zM7.559 18.543c.246-.045.548.014.692.239.243.359.264.809.296 1.226-.058.426-.07.897-.353 1.247-.288.286-.84.225-1.03-.145-.265-.48-.223-1.049-.204-1.578.07-.377.172-.873.6-.988z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--dual-speed-limits--g2" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M11.027 0h1.912c1.462.199 2.924.517 4.255 1.175 3.812 1.788 6.427 5.689 6.806 9.864v1.578c-.15 2.248-.887 4.463-2.201 6.301-2.008 2.894-5.341 4.729-8.827 5.082H11.06c-4.057-.368-7.876-2.836-9.72-6.491C.589 16.103.21 14.537 0 12.966v-1.9c.361-4.187 2.986-8.101 6.806-9.893C8.126.52 9.577.207 11.026-.001m-.056 2.463c-3.359.308-6.445 2.54-7.794 5.629-1.262 2.777-1.081 6.156.485 8.774 1.776 3.096 5.387 5.012 8.948 4.723 3.696-.217 7.105-2.789 8.345-6.275.964-2.599.724-5.611-.652-8.018-1.795-3.271-5.623-5.255-9.332-4.834z"/><path fill="#fff" d="M10.97 2.462c3.709-.421 7.537 1.562 9.332 4.834 1.375 2.407 1.615 5.419.652 8.018-1.24 3.486-4.649 6.058-8.345 6.275-3.562.289-7.172-1.627-8.948-4.723-1.566-2.618-1.747-5.998-.485-8.774 1.349-3.089 4.435-5.321 7.794-5.629M5.863 6.312l.001.797c.244-.032.566.037.655-.269.263-.007.526-.008.79-.01-.487 1.16-.978 2.32-1.462 3.481h.589c.464-1.343 1.326-2.58 1.505-3.998-.692-.002-1.385-.001-2.078-.001m3.293.084c-1.049.479-.512 1.835-.643 2.729-.173.87.906 1.552 1.603 1 .713-.646.277-1.732.398-2.572.143-.748-.623-1.498-1.358-1.157m5.304.628c-.336.286-.442.749-.596 1.144.395-.157.5-.593.703-.923.732-.007 1.466-.043 2.196.011.212.292.326.641.515.947-1.206-.06-2.606-.384-3.686.274.296.044.596.073.882.169-.272.048-.548.062-.824.078l.001.194c.276.016.551.03.824.077-.295.109-.611.136-.914.206 1.421.096 2.869.106 4.289-.011-.31-.065-.632-.071-.928-.191.306-.064.648-.026.911-.226-.301-.061-.613-.067-.905-.173.281-.053.568-.07.852-.089a5.211 5.211 0 0 0-.403-.34c-.052-.466-.198-1.229-.803-1.198-.702.011-1.42-.068-2.113.049m-.931 2.354l-.008.277c1.466.018 2.94.066 4.404-.029-.118-.181-.278-.349-.516-.295-1.292.049-2.592-.046-3.88.047m.253.384l.008.544c.234.004.467.006.701.005.008-.181.018-.364.025-.545-.245-.002-.49-.004-.734-.004m3.048.002c.008.182.018.365.029.546.229.002.458.002.688.001l.024-.548-.74.001m-3.602 2.123l.001 3.868h4.886v-3.868a24.566 24.566 0 0 0-4.888 0m-7.253 1.851c0 .667-.002 1.334.002 2.003.43.042 1.117-.482 1.325.115-.006.426.229 1.183-.343 1.322-.416.082-.509-.367-.568-.67-.182.004-.365.007-.546.012.052.377.146.803.509 1.004.575.41 1.493-.029 1.514-.74 0-.514.144-1.172-.308-1.546-.287-.258-.69-.186-1.037-.131.005-.292.006-.583.007-.875h1.273v-.496H5.975m3.3-.018c-1.205.398-.631 1.914-.76 2.854-.167 1.026 1.36 1.537 1.85.637.305-.77.083-1.644.145-2.455.065-.653-.598-1.236-1.236-1.036m3.951 2.263l.01.397c1.627-.002 3.256 0 4.883-.001l.001-.398c-1.631 0-3.263-.005-4.894.002m.178.563c-.012.378-.012.757-.001 1.136.167-.004.334-.006.5-.011.006-.374.006-.749-.002-1.124l-.497-.001m.659.005c-.008.373-.008.748-.002 1.121.164.005.329.007.493.011l.025-.473c.373.001.754.001 1.108.137.342-.139.714-.134 1.076-.137l.022.469.498-.006c.005-.374.004-.749-.007-1.123-.163-.002-.326-.002-.49-.002a678.7 678.7 0 0 0-.024.46c-.359-.005-.725.001-1.069-.119-.36.115-.739.115-1.114.118l-.026-.463-.49.008m3.38-.005c-.012.377-.012.755-.001 1.132.167 0 .334-.002.5-.007.005-.376.005-.751-.004-1.126l-.496.001z"/><path fill="#fff" d="M9.286 6.877c.308-.184.702.084.666.433-.006.748.067 1.508-.046 2.248-.192.502-.961.19-.835-.311.103-.769-.247-1.722.215-2.37zM15.088 8.598c.39-.007.78-.007 1.171-.004l.018.4c-.395.016-.79.016-1.183.013l-.006-.409zM9.4 14.197c.276-.089.563.154.548.437.008.749.055 1.508-.03 2.254-.101.433-.805.346-.83-.086-.04-.721-.023-1.447-.01-2.17a.422.422 0 0 1 .322-.434z"/><path d="M5.863 6.312c.694 0 1.386-.001 2.078.001-.179 1.418-1.04 2.656-1.505 3.998h-.589c.484-1.162.974-2.321 1.462-3.481-.264.001-.527.002-.79.01-.089.306-.412.236-.655.269l-.001-.797zM9.156 6.396c.736-.341 1.501.409 1.358 1.157-.121.84.314 1.926-.398 2.572-.697.552-1.776-.13-1.603-1 .131-.894-.406-2.25.643-2.729m.13.481c-.462.648-.112 1.601-.215 2.37-.126.5.643.812.835.311.113-.739.04-1.5.046-2.248.036-.349-.358-.617-.666-.433zM14.46 7.024c.694-.118 1.411-.038 2.113-.049.605-.031.751.732.803 1.198.139.106.275.22.403.34-.284.019-.571.036-.852.089.292.106.604.112.905.173-.263.199-.605.162-.911.226.295.12.618.126.928.191-1.42.116-2.868.107-4.289.011.304-.071.619-.097.914-.206-.274-.047-.548-.061-.824-.077l-.001-.194c.276-.016.552-.03.824-.078-.286-.096-.586-.125-.882-.169 1.08-.658 2.48-.334 3.686-.274-.188-.306-.302-.655-.515-.947-.73-.054-1.464-.018-2.196-.011-.203.33-.308.766-.703.923.155-.395.26-.858.596-1.144m.629 1.572l.006.409c.394.002.788.002 1.183-.013l-.018-.4a38.082 38.082 0 0 0-1.171.004zM13.783 9.76c.245 0 .49.001.734.004-.007.181-.017.364-.025.545-.234.001-.467-.001-.701-.005a48.979 48.979 0 0 1-.008-.544zM16.831 9.762l.74-.001-.024.548a52.62 52.62 0 0 1-.688-.001c-.011-.181-.02-.364-.029-.546zM13.23 11.885a24.566 24.566 0 0 1 4.888 0v3.868h-4.886l-.001-3.868zM5.976 13.736h1.829v.496H6.532c-.001.292-.002.583-.007.875.347-.055.75-.127 1.037.131.452.373.308 1.032.308 1.546-.022.712-.94 1.151-1.514.74-.362-.202-.457-.628-.509-1.004.181-.005.364-.008.546-.012.059.302.151.751.568.67.572-.139.337-.896.343-1.322-.208-.598-.895-.073-1.325-.115-.005-.668-.002-1.336-.002-2.003zM9.275 13.716c.638-.2 1.301.383 1.236 1.036-.062.811.16 1.685-.145 2.455-.491.9-2.017.389-1.85-.637.128-.94-.445-2.455.76-2.854m.124.481a.424.424 0 0 0-.322.434c-.013.722-.03 1.448.01 2.17.025.432.73.52.83.086.085-.745.038-1.505.03-2.254.014-.283-.272-.526-.548-.437zM13.225 15.979c1.631-.007 3.263-.002 4.894-.002l-.001.398c-1.627.001-3.256-.001-4.883.001l-.01-.397zM13.403 16.542l.497.001c.008.376.008.75.002 1.124-.167.005-.334.007-.5.011-.011-.379-.011-.758.001-1.136zM14.062 16.547c.163-.004.326-.006.49-.008.01.155.018.31.026.463.374-.002.754-.002 1.114-.118.344.12.71.114 1.069.119l.024-.46c.163 0 .326 0 .49.002.011.374.012.749.007 1.123l-.498.006-.022-.469c-.362.002-.734-.002-1.076.137-.354-.136-.734-.136-1.108-.137l-.025.473c-.164-.004-.329-.006-.493-.011-.006-.373-.006-.748.002-1.121zM17.442 16.543l.496-.001c.008.374.008.75.004 1.126a16.72 16.72 0 0 1-.5.007c-.011-.377-.011-.755.001-1.132z"/><path fill="#020202" d="M13.53 9.376c1.288-.092 2.587.002 3.88-.047.238-.054.398.114.516.295-1.464.095-2.938.047-4.404.029l.008-.277z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M10.702 0h2.582c1.952.305 3.878.931 5.506 2.077-2.296 2.503-4.557 5.037-6.843 7.55a310.86 310.86 0 0 0-2.555.001l.314-.59c-.113-.27-.223-.543-.329-.819.584-.043 1.187.072 1.757-.089-.151-.532-1.129-.217-1.613-.259-.686.013-.417.8-.217 1.175-.323.578-.663 1.145-.99 1.721-1.283-.569-2.961-.1-3.545 1.23-.745 1.43.202 3.276 1.736 3.651-1.234 1.364-2.46 2.737-3.705 4.089C1.241 17.93.353 15.641.001 13.298v-2.582c.223-1.197.465-2.405.977-3.52C2.636 3.275 6.503.515 10.704 0zM21.161 4.215C22.743 6.03 23.647 8.338 24 10.701v2.583c-.508 4.207-3.272 8.08-7.196 9.74-1.111.51-2.314.748-3.505.977h-2.583c-1.966-.307-3.905-.941-5.539-2.1 2.411-2.655 4.81-5.322 7.219-7.98.535-.037 1.069-.08 1.604-.121.35.923 1.114 1.723 2.127 1.86 1.247.234 2.569-.62 2.891-1.843.414-1.293-.409-2.803-1.708-3.178-.674-.226-1.38-.052-2.044.117 1.952-2.192 3.942-4.35 5.895-6.541z"/><path fill="#03408b" d="M9.046 10.006c.857-.046 1.716-.024 2.573-.02-.368.41-.734.823-1.106 1.229a28.26 28.26 0 0 1-1.467-1.209zM8.926 10.395c.451.361.898.724 1.349 1.084l-.7.775a3.846 3.846 0 0 0-.959-1.274l.31-.585zM5.114 12.359c.405-1.183 1.849-1.674 2.96-1.192-.397.62-.618 1.435-1.336 1.768-.052.406.278.639.653.494.13-.767.607-1.396.99-2.051.383.35.676.789.824 1.289-.78.857-1.556 1.718-2.333 2.577-1.326-.16-2.269-1.624-1.759-2.884zM15.599 11.167c1.001-.438 2.296-.076 2.8.923.635 1.087.043 2.626-1.15 3.017-1.083.414-2.352-.231-2.745-1.302.665-.039 1.335-.048 1.997-.132.316-.038.491-.486.258-.716-.469-.541-.786-1.186-1.159-1.79z"/><path fill="#03408b" d="M14.439 12.606c.169-.488.463-.917.865-1.243.277.458.555.914.823 1.378-.563-.048-1.124-.103-1.688-.135zM13.615 12.588l.549-.584c-.065.18-.124.362-.194.54l-.354.044z"/><path fill="#d40303" d="M11.947 9.628c2.286-2.513 4.547-5.048 6.843-7.55a12.285 12.285 0 0 1 2.371 2.137c-1.953 2.19-3.943 4.349-5.895 6.541-.372.413-.754.815-1.102 1.248-.182.196-.366.39-.549.584-.423.429-.811.889-1.219 1.332-2.409 2.658-4.808 5.324-7.219 7.98a12.338 12.338 0 0 1-2.378-2.163c1.246-1.352 2.471-2.725 3.705-4.089.122-.136.245-.27.368-.405.777-.858 1.553-1.719 2.333-2.577.123-.137.245-.276.37-.413l.7-.775.239-.264c.372-.406.738-.819 1.106-1.229l.328-.358z"/><path fill="#fff" d="M9.304 9.046c-.199-.375-.469-1.162.217-1.175.484.042 1.462-.273 1.613.259-.57.161-1.173.046-1.757.089.105.276.216.549.329.819l-.314.59a310.86 310.86 0 0 1 2.555-.001l-.328.358c-.857-.004-1.716-.025-2.573.02.471.424.969.818 1.467 1.209l-.239.264c-.451-.361-.898-.724-1.349-1.084l-.31.585c.403.356.734.783.959 1.274l-.37.413a2.864 2.864 0 0 0-.824-1.289c-.383.655-.861 1.284-.99 2.051-.375.145-.705-.088-.653-.494.717-.333.938-1.148 1.336-1.768-1.111-.481-2.555.009-2.96 1.192-.51 1.26.433 2.724 1.759 2.884-.123.135-.246.269-.368.405-1.534-.375-2.481-2.221-1.736-3.651.584-1.331 2.263-1.799 3.545-1.23.328-.575.668-1.143.99-1.721zM15.266 10.756c.664-.169 1.37-.343 2.044-.117 1.299.376 2.122 1.886 1.708 3.178-.323 1.223-1.644 2.076-2.891 1.843-1.013-.137-1.777-.937-2.127-1.86-.535.041-1.069.084-1.604.121.408-.443.796-.903 1.219-1.332l.354-.044c.07-.178.13-.359.194-.54.348-.433.73-.836 1.102-1.248m.334.41c.373.604.691 1.25 1.159 1.79.234.23.058.678-.258.716-.663.084-1.332.093-1.997.132.394 1.07 1.662 1.716 2.745 1.302 1.194-.391 1.785-1.93 1.15-3.017-.504-.999-1.799-1.361-2.8-.923m-1.159 1.439c.564.032 1.125.086 1.688.135-.268-.463-.546-.919-.823-1.378a2.76 2.76 0 0 0-.865 1.243z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-bicycles-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.932.143C1.237.014 1.575.026 1.9.02 8.765.028 15.631.01 22.496.029c.89-.036 1.533.833 1.484 1.672-.002 6.932.01 13.864-.006 20.795.036.85-.764 1.504-1.577 1.479-6.931.005-13.862.006-20.794 0-.808.018-1.611-.63-1.573-1.479C.018 15.564.029 8.632.025 1.7.008 1.072.317.381.932.143m.406.31c-.54.088-.95.592-.919 1.14C.413 8.497.417 15.401.417 22.305c-.046.661.477 1.334 1.176 1.279 6.937.004 13.875.004 20.812 0 .656.053 1.189-.541 1.177-1.175.011-6.904.003-13.809.004-20.713.047-.664-.48-1.331-1.178-1.278C15.572.406 8.736.419 1.901.412c-.188.002-.378.002-.563.041z"/><path fill="#fff" d="M1.017 1.693a.615.615 0 0 1 .677-.674c6.205.002 12.411 0 18.617.001-1.108 1.123-2.233 2.23-3.341 3.352-1.836-1.545-4.393-2.203-6.733-1.618-2.048.487-3.865 1.862-4.873 3.712-1.541 2.699-1.131 6.277.886 8.622-1.745 1.742-3.484 3.489-5.232 5.227L1.017 1.693zM20.916 1.018c.194.002.388.002.583.002-1.304 1.315-2.621 2.618-3.925 3.934l-.323-.265c1.213-1.232 2.44-2.45 3.665-3.671zM22.11 1.012c.17.008.34.015.511.026-1.462 1.576-3.033 3.056-4.542 4.59a72.76 72.76 0 0 1-.214-.38c1.42-1.407 2.823-2.831 4.245-4.236zM18.363 5.937c1.545-1.508 3.027-3.085 4.604-4.557.011.172.019.344.026.516-1.474 1.483-2.956 2.959-4.435 4.438l-.195-.397zM18.787 6.701c1.398-1.401 2.798-2.8 4.198-4.199l.002.587c-1.344 1.347-2.685 2.698-4.04 4.035l-.16-.423zM19.149 7.52c1.284-1.272 2.555-2.557 3.837-3.83.001 6.205-.001 12.411.001 18.616a.62.62 0 0 1-.68.681c-6.206-.001-12.412.001-18.617-.001.521-.534 1.06-1.049 1.576-1.588l.412.093c.011-.167.02-.335.035-.501.151-.223.37-.391.561-.578.09.339.086.691.082 1.039l.307.03c.02-.469.028-.942-.052-1.406.921-.951 1.87-1.876 2.804-2.815 2.642.96 5.785.33 7.805-1.64 2.18-2.012 2.917-5.32 1.929-8.1m-6.744 11.707a5.06 5.06 0 0 0-.022.749c-.253-.09-.571-.212-.789.02-.445.519-.154 1.871.728 1.391l.359.111c.032-.758.027-1.519.004-2.277l-.28.006m6.526.295c-.084.645-.04 1.305-.019 1.954h.276c.053-.625.002-1.253.033-1.879.255-.125.758-.11.608.301-.119.035-.239.07-.358.107-.031.224.189.259.353.303.038.26.034.523.015.784l-.313.152.014.228c.789.117.723-.898.514-1.385.534-.743-.79-1.256-1.123-.565m-4.009-.127c-.016.214-.047.43-.178.606.385.433-.207 1.59.716 1.465l-.003-.209a36.881 36.881 0 0 0-.234-.181 7.401 7.401 0 0 1 .008-.906c.279-.058.289-.272.01-.341-.016-.145-.032-.29-.046-.435l-.273.001m-7.781.509c.011.516.002 1.033.01 1.55l.314.023c.03-.508-.213-1.48.627-1.303l.116-.263c-.353-.124-.708.078-1.067-.007m2.641.114c.171.314.541.119.821.156l.097.303c-.265.038-.562-.012-.8.127-.311.211-.222.745.14.844.311.027.624-.015.935.018-.002-.435.053-.879-.03-1.309-.205-.436-.825-.382-1.163-.139m3.584-.052c-.304.228-.168.806.229.821.176.049.649-.009.513.303-.254.192-.569.033-.819-.078a40.49 40.49 0 0 0-.184.254c.403.31 1.275.387 1.354-.266.008-.496-.559-.506-.917-.549l-.022-.238c.253-.09.51-.011.757.057.042-.086.084-.173.127-.258-.315-.156-.729-.281-1.038-.046m3.841.094l.194.155c.221-.039.446-.063.667-.009l.037.281c-.278.042-.626-.048-.843.176-.238.236-.125.693.201.782.308.033.62-.015.929.023.018-.443.076-.901-.03-1.336-.222-.405-.858-.378-1.155-.072m3.899 1.41c.281.089.554-.046.787-.191a22.02 22.02 0 0 0-.197-.233c-.295.188-.716.168-.804-.231.345-.023.691-.026 1.037-.024.079-.429-.165-.947-.653-.942-.839-.009-.935 1.424-.17 1.621M8.475 19.877c.001.532-.049 1.07.028 1.599h.275c.046-.498-.216-1.485.623-1.295l.117-.283c-.349-.083-.696.1-1.043-.021m7.427-.003c-.008.535-.019 1.07.012 1.604l.276-.003c.087-.48-.225-1.459.603-1.295l.185-.197c-.309-.274-.722.065-1.076-.109z"/><path fill="#fff" d="M9.523 6.923c.275-.59 1.015-.49 1.55-.484l.016.45c-.319.011-.643-.013-.957.052-.307.168-.321.573-.426.871 1.256.034 2.515-.028 3.771.032a4.5 4.5 0 0 1-.458.458 71.518 71.518 0 0 0-3.435-.011c.526.625 1.082 1.223 1.632 1.827-.109.11-.217.219-.324.33-.509-.534-.973-1.11-1.496-1.63-.058.182-.115.365-.171.547a2.793 2.793 0 0 1 1.31 1.429 66.91 66.91 0 0 0-.363.381c-.191-.561-.531-1.085-1.079-1.35-.231.584-.346 1.206-.587 1.785-.053.181-.278.081-.408.096.037-.706.387-1.342.526-2.028-.969-.151-1.986.537-2.123 1.523-.196.978.541 1.954 1.501 2.136-.13.129-.261.258-.393.386-1.152-.4-1.897-1.725-1.488-2.904.32-1.129 1.537-1.759 2.662-1.612.263-.756.439-1.542.74-2.284zM12.866 6.936c.519-.058 1.041-.037 1.561-.031-.144.149-.29.298-.437.445-.373-.119-.872-.063-1.124-.414zM13.497 8.489c.224-.316.516-.573.797-.837l.119.455c-.324.325-.643.654-.973.972.008-.198.025-.395.057-.59zM14.567 8.544l.248.348c-.115.117-.231.235-.345.354l-.227-.354c.106-.118.215-.233.324-.348zM13.364 10.977c.573-.626 1.165-1.242 1.808-1.796.159.025.317.048.476.071-.756.72-1.534 1.406-2.212 2.202-.02-.16-.046-.318-.072-.477zM15.848 9.63l.377-.364c.139.053.279.106.418.161a4.32 4.32 0 0 1-.376.365l-.419-.162zM13.589 9.546c-.045.254-.092.509-.194.747-.201.247-.439.461-.669.68.018-.195.031-.391.06-.585.227-.316.517-.581.803-.842zM16.73 9.933l.311-.297c1.067.753 1.278 2.419.381 3.384-.9 1.102-2.815 1.024-3.597-.175l.298-.3c.671.925 2.156 1.101 2.924.204.788-.807.537-2.159-.317-2.816zM14.997 10.492l.325-.332.224.361a5.604 5.604 0 0 1-.394.392 52.253 52.253 0 0 0-.155-.421zM11.152 10.787c.116-.12.233-.239.352-.356l.256.338a19.55 19.55 0 0 0-.288.288l-.32-.27z"/><path fill="#fff" d="M14.734 11.949c.319-.336.669-.638.975-.986.086.306.457.681.226.971-.396.073-.802.027-1.201.015zM10.089 11.889c.132-.216.334-.376.512-.552l.012.561c-.22.236-.444.468-.683.685.047-.233.091-.466.159-.694zM12.87 11.426c.157.043.315.086.474.121a6.519 6.519 0 0 1-.511.486c-.155-.035-.31-.068-.465-.101.17-.166.339-.333.502-.506zM13.444 12.04c.185-.186.372-.371.562-.553l.537.043c-.299.312-.627.596-.912.922-.064-.137-.125-.275-.187-.412zM8.69 13.283c.228-.067.461-.109.694-.153-.217.237-.448.461-.684.68l-.558-.014c.175-.179.336-.377.548-.513zM2.737 19.212c1.26-1.297 2.549-2.565 3.83-3.841l.26.324c-1.177 1.18-2.356 2.359-3.535 3.536l-.555-.019zM7.162 15.955c.103.097.205.194.306.292-1.35 1.341-2.695 2.688-4.038 4.037l-.477-.136c1.419-1.382 2.804-2.799 4.209-4.193zM7.825 16.476l.4.179a198.699 198.699 0 0 1-3.914 3.883c-.16-.02-.319-.046-.477-.073 1.348-1.299 2.649-2.671 3.991-3.989zM5.63 19.866c.977-.998 1.973-1.979 2.96-2.967l.42.156c-.956.96-1.887 1.954-2.892 2.86-.165.022-.344.059-.488-.049zM2.377 19.52l.101.009.473.047c-.167.165-.333.331-.503.494a9.859 9.859 0 0 1-.064-.48l-.007-.07zM1.017 20.918c.345-.359.707-.7 1.049-1.062l.026.56c-.344.376-.715.726-1.074 1.088l-.001-.586zM4.89 20.608c.15-.16.303-.319.454-.477l.095.483a5.777 5.777 0 0 1-.502.524 47.37 47.37 0 0 1-.047-.53zM11.914 20.205c.437-.184.541.382.458.686-.009.338-.556.374-.611.042-.025-.24-.092-.577.153-.728zM2.36 20.786c.098-.116.191-.243.324-.321.163.024.326.054.488.084-.246.23-.486.466-.714.714a80.695 80.695 0 0 0-.098-.477zM3.647 20.656l.028.51.003.047c-.593.595-1.184 1.191-1.782 1.78a21.992 21.992 0 0 1-.516-.027c.709-.812 1.519-1.533 2.267-2.31zM10.028 21.074c-.119-.407.432-.307.67-.27.044.38-.439.496-.67.27zM17.486 20.784c.205-.007.411-.01.616-.007l-.022.322c-.254.172-.81.083-.594-.315zM2.051 21.07l.087.515c-.381.329-.69.739-1.1 1.036a17.6 17.6 0 0 1-.027-.51 56.71 56.71 0 0 1 1.04-1.041zM4.005 21.488c.216-.023.431-.047.645-.083-.497.55-1.04 1.056-1.561 1.582l-.587-.001c.501-.5.995-1.006 1.503-1.498z"/><path d="M1.338.453c.185-.039.375-.039.563-.041C8.736.419 15.572.406 22.408.418c.698-.053 1.225.614 1.178 1.278-.001 6.904.007 13.809-.004 20.713.012.634-.521 1.228-1.177 1.175-6.937.004-13.875.004-20.812 0-.699.055-1.222-.618-1.176-1.279 0-6.904-.004-13.808.002-20.712a1.112 1.112 0 0 1 .919-1.14m-.321 1.24l.001 18.622c1.748-1.738 3.487-3.485 5.232-5.227.453-.454.91-.905 1.359-1.365.132-.128.263-.257.393-.386.723-.721 1.439-1.45 2.17-2.162l.363-.381.357-.346c.107-.111.215-.22.324-.33.603-.603 1.217-1.196 1.803-1.816a4.5 4.5 0 0 0 .458-.458l.032.002c.157-.169.318-.333.481-.496.147-.147.293-.296.437-.445.855-.838 1.69-1.694 2.543-2.533 1.108-1.122 2.233-2.229 3.341-3.352-6.206-.001-12.412.001-18.617-.001a.615.615 0 0 0-.677.674m19.899-.675c-1.225 1.221-2.452 2.439-3.665 3.671-.748.746-1.519 1.476-2.234 2.252a2.205 2.205 0 0 0-.456.454c-.099.06-.19.131-.283.199l.016.058c-.281.264-.573.521-.797.837-.714.592-1.326 1.298-1.993 1.942-.119.117-.236.236-.352.356-.19.177-.376.358-.551.55-.178.176-.38.336-.512.552a12.7 12.7 0 0 0-1.399 1.394c-.212.136-.373.334-.548.513a89.956 89.956 0 0 0-1.575 1.575c-1.281 1.276-2.57 2.544-3.83 3.841l-.054-.003c-.068.107-.138.213-.205.32l-.101-.009.007.07a7.221 7.221 0 0 0-.318.266c-.342.362-.704.703-1.049 1.062l.001.586c.359-.362.73-.712 1.074-1.088.119-.107.24-.212.361-.316l-.005-.03c.17-.163.336-.329.503-.494l.341-.345c1.179-1.177 2.358-2.356 3.535-3.536.625-.627 1.261-1.244 1.873-1.885.236-.219.467-.443.684-.68.221-.125.422-.326.546-.547.239-.217.463-.449.683-.685.292-.274.574-.559.859-.841.095-.097.191-.193.288-.288.555-.556 1.099-1.124 1.678-1.655l.002-.035c.33-.318.649-.647.973-.972C15.471 7.06 16.516 6 17.574 4.954c1.304-1.316 2.621-2.619 3.925-3.934-.195 0-.389 0-.583-.002m1.194-.006c-1.422 1.405-2.825 2.829-4.245 4.236-1.097 1.101-2.193 2.203-3.298 3.296-.109.115-.218.23-.324.348-.21.223-.491.394-.654.654-.286.261-.576.526-.803.842-.267.186-.49.424-.711.661l-.334.317c-1.519 1.537-3.054 3.058-4.579 4.589-1.405 1.394-2.79 2.811-4.209 4.193-.091.104-.181.21-.269.317-.133.078-.226.205-.324.321-.104.085-.209.167-.314.249l.005.035a56.71 56.71 0 0 0-1.04 1.041c.007.17.015.339.027.51.41-.297.719-.707 1.1-1.036.108-.106.215-.214.32-.322.228-.248.468-.484.714-.714.087-.088.173-.176.258-.265 1.343-1.349 2.688-2.696 4.038-4.037 1.522-1.525 3.039-3.056 4.575-4.567l.285-.301c.13-.133.328-.23.398-.406.23-.219.468-.433.669-.68.375-.332.714-.701 1.075-1.047.114-.119.23-.237.345-.354a837.035 837.035 0 0 0 3.264-3.264c1.509-1.534 3.08-3.014 4.542-4.59-.171-.011-.341-.018-.511-.026m-3.747 4.925c-1.052 1.093-2.179 2.116-3.191 3.244-.643.554-1.235 1.17-1.808 1.796a3.237 3.237 0 0 0-.494.449c-.163.173-.332.34-.502.506a1621.93 1621.93 0 0 1-4.543 4.544c-1.342 1.318-2.643 2.69-3.991 3.989l-.025-.005-.164.154.002.042c-.748.777-1.558 1.498-2.267 2.31.171.011.344.02.516.027.598-.589 1.189-1.185 1.782-1.78l-.003-.047a1.91 1.91 0 0 0 .636-.628 198.699 198.699 0 0 0 3.914-3.883c1.545-1.532 3.097-3.058 4.608-4.622.179-.153.35-.315.511-.486.063.006.094-.025.092-.093.678-.796 1.456-1.482 2.212-2.202.963-.98 1.942-1.943 2.91-2.918 1.479-1.479 2.961-2.955 4.435-4.438a22.273 22.273 0 0 0-.026-.516c-1.577 1.472-3.059 3.049-4.604 4.557m.424.764a516.31 516.31 0 0 0-2.562 2.565l-.377.364-.526.53a50.88 50.88 0 0 1-.325.332c-.335.328-.666.658-.991.995-.19.182-.377.367-.562.553-1.616 1.622-3.239 3.236-4.854 4.859-.987.988-1.983 1.969-2.96 2.967-.096.087-.191.176-.286.265-.151.158-.304.317-.454.477a6.876 6.876 0 0 0-.885.88c-.508.492-1.002.998-1.503 1.498l.587.001c.521-.526 1.064-1.032 1.561-1.582.103-.07.194-.155.29-.235l-.003-.032c.177-.165.347-.338.502-.524.254-.204.495-.428.679-.699 1.005-.906 1.936-1.9 2.892-2.86 1.556-1.518 3.075-3.074 4.621-4.603.285-.326.613-.61.912-.922l.022.002c.196-.206.393-.412.587-.619.138-.124.269-.255.394-.392.252-.231.495-.472.721-.729a4.32 4.32 0 0 0 .376-.365l.02.008c.743-.788 1.534-1.53 2.284-2.311 1.355-1.337 2.696-2.688 4.04-4.035l-.002-.587c-1.4 1.399-2.8 2.798-4.198 4.199m.362.819c-.698.71-1.41 1.406-2.108 2.116l-.311.297c-.334.349-.68.688-1.021 1.03-.306.348-.656.65-.975.986l-.024-.002c-.19.205-.389.402-.587.598l-.298.3c-1.467 1.475-2.942 2.942-4.41 4.415-.934.939-1.883 1.864-2.804 2.815-.114.102-.228.204-.344.305l.007.032c-.191.187-.41.355-.561.578-.159.125-.31.26-.447.408-.516.539-1.055 1.054-1.576 1.588 6.205.002 12.411 0 18.617.001a.62.62 0 0 0 .68-.681c-.002-6.205 0-12.411-.001-18.616-1.282 1.273-2.553 2.558-3.837 3.83z"/><path fill="#8a8a8a" d="M10.237 2.754c2.34-.585 4.897.073 6.733 1.618-.853.839-1.688 1.695-2.543 2.533-.52-.006-1.042-.027-1.561.031.252.351.751.295 1.124.414-.163.163-.324.327-.481.496l-.032-.002c-1.256-.06-2.515.002-3.771-.032.105-.298.119-.703.426-.871.314-.065.638-.041.957-.052l-.016-.45c-.535-.006-1.275-.106-1.55.484-.301.742-.477 1.528-.74 2.284-1.125-.147-2.342.483-2.662 1.612-.409 1.179.336 2.504 1.488 2.904-.449.46-.906.911-1.359 1.365-2.017-2.345-2.427-5.923-.886-8.622 1.008-1.85 2.825-3.225 4.873-3.712zM15.017 6.941c.715-.776 1.486-1.506 2.234-2.252l.323.265C16.516 6 15.471 7.06 14.413 8.107a60.41 60.41 0 0 1-.119-.455l-.016-.058c.093-.068.184-.139.283-.199.14-.012.28-.022.421-.03.01-.142.022-.283.035-.424zM14.567 8.544c1.105-1.093 2.201-2.195 3.298-3.296l.214.38a837.035 837.035 0 0 1-3.264 3.264l-.248-.348zM15.172 9.181c1.012-1.128 2.139-2.151 3.191-3.244l.195.397c-.968.975-1.947 1.938-2.91 2.918a39.03 39.03 0 0 1-.476-.071zM16.225 9.266c.85-.859 1.706-1.712 2.562-2.565l.16.423c-.75.781-1.541 1.523-2.284 2.311l-.02-.008c-.139-.055-.279-.108-.418-.161zM17.041 9.636c.698-.71 1.41-1.406 2.108-2.116.988 2.78.251 6.088-1.929 8.1-2.02 1.97-5.163 2.6-7.805 1.64 1.468-1.473 2.943-2.94 4.41-4.415.782 1.199 2.697 1.277 3.597.175.897-.965.686-2.631-.381-3.384z"/><path fill="#8a8a8a" d="M9.584 8.291a71.518 71.518 0 0 1 3.435.011c-.586.62-1.2 1.213-1.803 1.816-.55-.604-1.106-1.202-1.632-1.827zM11.504 10.431c.667-.644 1.279-1.35 1.993-1.942a4.849 4.849 0 0 0-.057.59l-.002.035c-.579.531-1.123 1.099-1.678 1.655l-.256-.338zM9.225 9.365c.056-.182.113-.365.171-.547.523.52.987 1.096 1.496 1.63l-.357.346a2.793 2.793 0 0 0-1.31-1.429zM13.589 9.546c.163-.26.444-.431.654-.654l.227.354c-.361.346-.7.715-1.075 1.047.102-.238.149-.493.194-.747zM15.322 10.16l.526-.53.419.162a9.537 9.537 0 0 1-.721.729l-.224-.361zM6.501 11.201c.137-.986 1.154-1.674 2.123-1.523-.139.686-.489 1.322-.526 2.028.13-.015.355.085.408-.096.241-.579.356-1.201.587-1.785.548.265.888.789 1.079 1.35-.731.712-1.447 1.441-2.17 2.162-.96-.182-1.697-1.158-1.501-2.136zM15.709 10.963c.341-.342.687-.681 1.021-1.03.854.657 1.105 2.009.317 2.816-.768.897-2.253.721-2.924-.204.198-.196.397-.393.587-.598l.024.002c.399.012.805.058 1.201-.015.231-.29-.14-.665-.226-.971zM12.075 11.049c.221-.237.444-.475.711-.661-.029.194-.042.39-.06.585-.07.176-.268.273-.398.406l-.253-.33zM14.006 11.487c.325-.337.656-.667.991-.995l.155.421c-.194.207-.391.413-.587.619l-.022-.002a97.05 97.05 0 0 0-.537-.043zM10.601 11.337c.175-.192.361-.373.551-.55l.32.27c-.285.282-.567.567-.859.841a52.49 52.49 0 0 0-.012-.561zM7.162 15.955c1.525-1.531 3.06-3.052 4.579-4.589.1.105.2.21.302.314-1.536 1.511-3.053 3.042-4.575 4.567a28.34 28.34 0 0 0-.306-.292zM8.69 13.283a12.7 12.7 0 0 1 1.399-1.394c-.068.228-.112.461-.159.694a1.485 1.485 0 0 1-.546.547c-.233.044-.466.086-.694.153zM7.825 16.476a1621.93 1621.93 0 0 0 4.543-4.544c.155.033.31.066.465.101-1.511 1.564-3.063 3.09-4.608 4.622l-.4-.179zM8.59 16.899c1.615-1.623 3.238-3.237 4.854-4.859.062.137.123.275.187.412-1.546 1.529-3.065 3.085-4.621 4.603a35.69 35.69 0 0 0-.42-.156zM6.567 15.371a89.956 89.956 0 0 1 1.575-1.575l.558.014c-.612.641-1.248 1.258-1.873 1.885l-.26-.324zM12.405 19.227l.28-.006c.023.758.028 1.519-.004 2.277l-.359-.111c-.882.48-1.173-.872-.728-1.391.218-.232.536-.11.789-.02a5.06 5.06 0 0 1 .022-.749m-.491.978c-.245.151-.178.488-.153.728.055.332.602.296.611-.042.083-.304-.021-.87-.458-.686zM18.931 19.522c.333-.691 1.657-.178 1.123.565.209.487.275 1.502-.514 1.385a17.426 17.426 0 0 1-.014-.228l.313-.152a3.606 3.606 0 0 0-.015-.784c-.164-.044-.384-.079-.353-.303.119-.037.239-.072.358-.107.15-.411-.353-.426-.608-.301-.031.626.02 1.254-.033 1.879h-.276c-.021-.649-.065-1.309.019-1.954zM14.922 19.395l.273-.001c.014.145.03.29.046.435.279.069.269.283-.01.341a7.401 7.401 0 0 0-.008.906l.234.181.003.209c-.923.125-.331-1.032-.716-1.465.131-.176.162-.392.178-.606zM5.344 20.131c.095-.089.19-.178.286-.265.144.108.323.071.488.049a3.285 3.285 0 0 1-.679.699l-.095-.483zM7.141 19.904c.359.085.714-.117 1.067.007l-.116.263c-.84-.177-.597.795-.627 1.303l-.314-.023c-.008-.517.001-1.034-.01-1.55zM9.782 20.018c.338-.243.958-.297 1.163.139.083.43.028.874.03 1.309-.311-.033-.624.009-.935-.018-.362-.099-.451-.633-.14-.844.238-.139.535-.089.8-.127l-.097-.303c-.28-.037-.65.158-.821-.156m.246 1.056c.231.226.714.11.67-.27-.238-.037-.789-.137-.67.27zM13.366 19.966c.309-.235.723-.11 1.038.046-.043.085-.085.172-.127.258-.247-.068-.504-.147-.757-.057l.022.238c.358.043.925.053.917.549-.079.653-.951.576-1.354.266l.184-.254c.25.111.565.27.819.078.136-.312-.337-.254-.513-.303-.397-.015-.533-.593-.229-.821zM17.207 20.06c.297-.306.933-.333 1.155.072.106.435.048.893.03 1.336-.309-.038-.621.01-.929-.023-.326-.089-.439-.546-.201-.782.217-.224.565-.134.843-.176l-.037-.281c-.221-.054-.446-.03-.667.009l-.194-.155m.279.724c-.216.398.34.487.594.315l.022-.322c-.205-.003-.411 0-.616.007zM21.106 21.47c-.765-.197-.669-1.63.17-1.621.488-.005.732.513.653.942-.346-.002-.692.001-1.037.024.088.399.509.419.804.231l.197.233c-.233.145-.506.28-.787.191m-.218-.982c.248.019.497.023.746.012-.077-.432-.633-.407-.746-.012zM8.475 19.877c.347.121.694-.062 1.043.021l-.117.283c-.839-.19-.577.797-.623 1.295h-.275c-.077-.529-.027-1.067-.028-1.599zM15.902 19.874c.354.174.767-.165 1.076.109l-.185.197c-.828-.164-.516.815-.603 1.295l-.276.003c-.031-.534-.02-1.069-.012-1.604zM6.267 20.38c.116-.101.23-.203.344-.305.08.464.072.937.052 1.406l-.307-.03c.004-.348.008-.7-.082-1.039l-.007-.032zM3.809 20.46l.025.005c.158.027.317.053.477.073a1.91 1.91 0 0 1-.636.628l-.028-.51-.002-.042.164-.154zM4.005 21.488c.27-.318.562-.616.885-.88.015.177.03.353.047.53l.003.032c-.096.08-.187.165-.29.235-.214.036-.429.06-.645.083z"/><path fill="#e6e6e6" d="M14.561 7.395c.13-.172.282-.327.456-.454a19.64 19.64 0 0 0-.035.424c-.141.008-.281.018-.421.03z"/><path fill="#838383" d="M12.87 11.426c.147-.168.316-.315.494-.449.026.159.052.317.072.477.002.068-.029.099-.092.093a9.675 9.675 0 0 1-.474-.121z"/><path fill="#f1f1f1" d="M11.741 11.366l.334-.317.253.33-.285.301a29.638 29.638 0 0 1-.302-.314z"/><path fill="#8e8e8e" d="M2.683 19.209l.054.003.555.019-.341.345-.473-.047c.067-.107.137-.213.205-.32zM5.266 21.398c.137-.148.288-.283.447-.408-.015.166-.024.334-.035.501l-.412-.093z"/><path fill="#848484" d="M2.066 19.856c.104-.092.21-.181.318-.266.017.16.039.32.064.48l.005.03c-.121.104-.242.209-.361.316l-.026-.56zM2.684 20.465c.088-.107.178-.213.269-.317l.477.136c-.085.089-.171.177-.258.265-.162-.03-.325-.06-.488-.084z"/><path fill="#f8f8f8" d="M20.888 20.488c.113-.395.669-.42.746.012a6.188 6.188 0 0 1-.746-.012z"/><path fill="#858585" d="M2.046 21.035c.105-.082.21-.164.314-.249l.098.477c-.105.108-.212.216-.32.322l-.087-.515-.005-.035z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-bus-and-taxi-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0084e7" opacity=".91" d="M0 0h.804L.668.08C.424.226.218.43.076.679l-.077.148V0zM23.076 0H24v.805l-.079-.134c-.163-.268-.388-.512-.694-.611L23.076 0zM0 23.2l.079.132c.162.271.396.504.701.607L.924 24H0v-.8zM23.92 23.318l.08-.152V24h-.8l.138-.085c.24-.148.444-.349.582-.596z"/><path fill="#dbecfa" opacity=".98" d="M.804 0h22.272l.151.06c-.422.031-.844.071-1.267.064C14.863.083 7.764.171.668.081l.136-.08z"/><path fill="#fff" d="M.077.679C.219.431.425.227.669.08c7.096.09 14.195.002 21.292.043.424.007.845-.032 1.267-.064.306.098.53.343.694.611-.064 7.547-.061 15.101-.001 22.648a1.646 1.646 0 0 1-.582.596c-7.057-.082-14.118-.004-21.178-.038-.461-.008-.92.029-1.38.062-.305-.103-.539-.336-.701-.607.042-.456.065-.913.059-1.372C.099 14.866.145 7.771.078.678m.479.522C.565 8.484.546 15.774.569 23.054a.61.61 0 0 0 .382.376c7.279.029 14.567-.001 21.848.012a.574.574 0 0 0 .666-.641c-.01-7.286.02-14.581-.011-21.863a.653.653 0 0 0-.389-.376C15.781.515 8.487.557 1.2.544a.575.575 0 0 0-.643.655z"/><path fill="#fff" d="M4.268 3.769c.044-.248.313-.292.522-.281h13.834l-.372.373c-.373.004-.748.005-1.121.01-.007.368-.006.737.002 1.105-.182.182-.364.367-.546.551.013-.553.014-1.105.001-1.657-.973-.006-1.946-.007-2.92.001-.012.766-.01 1.531-.001 2.297.762.011 1.524.016 2.285-.006-1.114 1.109-2.221 2.222-3.335 3.331-1.391 0-2.782.013-4.172-.006-.092-.636-.452-1.298-1.126-1.453-.955-.312-1.985.446-2.01 1.446-.634.029-1.268.023-1.903.005-.204-1.961.386-3.841.862-5.716m.354.103c-.242 1.014-.478 2.029-.732 3.04.78.053 1.562.013 2.342.023.13-1.022.242-2.046.356-3.07-.655-.001-1.312-.01-1.967.007m2.503-.004c-.092.762-.178 1.525-.269 2.287.932.03 1.866.004 2.8.017.037-.768.01-1.536.017-2.303-.85-.008-1.698-.007-2.548-.001m3.081-.002c-.01.768-.006 1.536-.002 2.304.974.007 1.95.007 2.926 0 .005-.769.016-1.537-.006-2.305-.973.004-1.945 0-2.917.001zM20.154 5.734l.559-.566c-.031 1.277 0 2.555-.013 3.832.012.197-.056.48-.301.48-.785.043-1.573.013-2.359.01-.085-.414-.234-.815-.496-1.15.71-.712 1.421-1.424 2.135-2.132l.43-.053.046-.42z"/><path fill="#fff" d="M6.403 8.455c.714-.344 1.668.206 1.621 1.027.065.877-1 1.465-1.732 1.022-.768-.424-.73-1.727.11-2.05zM15.577 10.306a550.73 550.73 0 0 1 1.709-1.709c.418.51.491 1.343-.055 1.789-.484.414-1.186.289-1.654-.08zM5.106 14.68c.779-.017 1.558.005 2.336-.013-.294.296-.592.589-.892.881-.478-.089-.965-.08-1.448-.082l.004-.786zM9.998 15.886c.408-.42.822-.834 1.237-1.246.481 1.778.949 3.56 1.417 5.344l-.768.016c-.101-.299-.193-.6-.282-.902a27.843 27.843 0 0 0-1.609-.001c-.089.302-.181.604-.282.904a66.597 66.597 0 0 0-.774-.014c.341-1.369.752-2.722 1.061-4.099m.224 2.389c.384.018.768.017 1.152-.002-.204-.592-.293-1.29-.571-1.813-.286.467-.373 1.231-.581 1.816zM13.46 14.671c.301-.002.602-.001.902.005.241.499.449 1.013.703 1.505.226-.504.446-1.009.686-1.507.3-.004.599-.004.898.005-.374.836-.766 1.666-1.136 2.504.413.938.853 1.866 1.27 2.803-.299.007-.596.008-.894.006-.287-.59-.542-1.195-.822-1.788-.32.576-.547 1.196-.841 1.786-.298.004-.596.005-.894.004.408-.943.856-1.868 1.267-2.809-.37-.842-.768-1.672-1.139-2.513zM18.043 14.677c.264-.005.527-.006.791-.006.011 1.776.013 3.553-.001 5.33-.263-.001-.526-.004-.788-.006-.005-1.774-.004-3.546-.001-5.318zM6.442 19.43c.259-.26.521-.517.782-.775.018.45.014.901-.001 1.351a11.183 11.183 0 0 1-.798-.036l.017-.54z"/><path fill="#0091ff" d="M.557 1.2A.575.575 0 0 1 1.2.545C8.488.558 15.781.516 23.065.563c-.51.03-1.063-.101-1.546.061-.995.923-1.924 1.918-2.896 2.864H4.789c-.209-.011-.478.032-.522.281-.475 1.874-1.066 3.755-.862 5.716.635.018 1.27.024 1.903-.005.025-1 1.055-1.758 2.01-1.446.673.155 1.033.817 1.126 1.453 1.391.019 2.782.006 4.172.006-1.723 1.727-3.45 3.449-5.176 5.173-.779.018-1.558-.004-2.336.013l-.004.786c.484.001.971-.007 1.448.082a1225.717 1225.717 0 0 1-5.7 5.702c-.526.444-.223 1.21-.282 1.805C.543 15.774.562 8.484.554 1.2m5.849 7.255c-.84.323-.878 1.626-.11 2.05.732.443 1.796-.145 1.732-1.022.047-.821-.907-1.372-1.621-1.027zM23.454.938c.031 7.282.001 14.576.011 21.863a.575.575 0 0 1-.666.641c-7.282-.013-14.569.017-21.848-.012.592-.06 1.356.242 1.789-.292 1.222-1.247 2.471-2.47 3.702-3.708l-.017.54c.265.023.532.032.798.036a17.9 17.9 0 0 0 .001-1.351 278.64 278.64 0 0 1 2.774-2.77c-.308 1.378-.72 2.73-1.061 4.099.258.004.516.008.774.014.101-.3.193-.601.282-.904a29.763 29.763 0 0 1 1.609.001c.089.302.181.604.282.902l.768-.016a749.673 749.673 0 0 0-1.417-5.344c1.445-1.448 2.893-2.892 4.342-4.334.468.37 1.17.494 1.654.08.546-.446.473-1.279.055-1.789l.258-.258c.262.335.41.736.496 1.15.786.004 1.574.034 2.359-.01.245 0 .313-.283.301-.48.013-1.277-.018-2.555.013-3.832.916-.919 1.843-1.825 2.747-2.754.005-.492.014-.984-.006-1.475M13.46 14.671c.371.841.769 1.67 1.139 2.513-.412.941-.859 1.866-1.267 2.809.298.001.596 0 .894-.004.294-.589.521-1.21.841-1.786.28.593.535 1.198.822 1.788.298.002.595.001.894-.006-.416-.937-.857-1.865-1.27-2.803.371-.839.762-1.668 1.136-2.504a24.427 24.427 0 0 0-.898-.005c-.24.498-.461 1.003-.686 1.507-.254-.492-.462-1.006-.703-1.505a33.88 33.88 0 0 0-.902-.005m4.583.007c-.002 1.772-.004 3.545.001 5.318l.788.006c.014-1.777.012-3.554.001-5.33-.264 0-.527.001-.791.006z"/><path fill="#0091ff" d="M4.622 3.872c.655-.017 1.312-.008 1.967-.007-.114 1.024-.227 2.047-.356 3.07-.78-.01-1.562.03-2.342-.023.254-1.01.49-2.026.732-3.04zM7.124 3.868c.85-.006 1.698-.007 2.548.001-.007.767.02 1.535-.017 2.303-.934-.013-1.867.013-2.8-.017.091-.762.176-1.525.269-2.287zM10.205 3.866c.972-.001 1.944.002 2.917-.001.022.768.011 1.536.006 2.305-.976.007-1.951.007-2.926 0-.004-.768-.007-1.536.002-2.304zM13.669 3.871c.973-.008 1.946-.007 2.92-.001.013.552.012 1.104-.001 1.657l-.635.635c-.761.022-1.523.017-2.285.006a87.94 87.94 0 0 1 .001-2.297zM17.131 3.871c.373-.005.748-.006 1.121-.01-.371.373-.744.744-1.118 1.115-.008-.368-.01-.737-.002-1.105zM19.679 6.206c.158-.157.317-.314.475-.473l-.046.42-.43.053zM10.222 18.277c.208-.584.295-1.349.581-1.816.278.523.367 1.222.571 1.813-.384.019-.768.02-1.152.002z"/><path fill="#ff163c" d="M21.52.624c.482-.162 1.036-.031 1.546-.061.18.058.316.204.389.376.02.491.011.983.006 1.475-.904.929-1.831 1.835-2.747 2.754l-.559.566-.475.473c-.714.708-1.424 1.421-2.135 2.132l-.258.258a550.73 550.73 0 0 0-1.709 1.709 1970.732 1970.732 0 0 0-4.342 4.334c-.415.412-.829.826-1.237 1.246-.934.914-1.854 1.842-2.774 2.77-.262.258-.523.515-.782.775-1.231 1.238-2.48 2.461-3.702 3.708-.433.534-1.198.232-1.789.292a.614.614 0 0 1-.382-.376c.059-.595-.244-1.361.282-1.805 1.904-1.896 3.808-3.793 5.7-5.702.3-.292.598-.584.892-.881 1.726-1.724 3.452-3.446 5.176-5.173 1.114-1.109 2.221-2.222 3.335-3.331l.635-.635.546-.551c.374-.371.748-.742 1.118-1.115l.372-.373c.972-.947 1.901-1.942 2.896-2.864z"/><path fill="#deeffc" d="M0 .827L.077.679C.144 7.772.099 14.867.138 21.96c.006.458-.017.916-.059 1.372L0 23.2V.827z"/><path fill="#d4eafb" d="M23.921.671L24 .805v22.361l-.08.152c-.06-7.547-.062-15.101.001-22.648z"/><path fill="#cbe4f7" opacity=".97" d="M.78 23.939c.46-.034.919-.071 1.38-.062 7.06.035 14.12-.043 21.178.038L23.2 24H.924l-.144-.061z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.649 0h2.681c2.183.345 4.324 1.124 6.062 2.517-1.685 1.705-3.392 3.389-5.081 5.09-3.707.036-7.413-.009-11.121.023.269 1.172-.521 2.181-.843 3.253.76 1.108.662 2.567.24 3.786.878.012 1.756.005 2.633.007.166-1.417 2.005-2.018 2.957-.944l-.138.137c-.599-.606-1.697-.711-2.249.013-.538.61-.332 1.504.175 2.062-1.15 1.15-2.297 2.302-3.452 3.448-1.388-1.732-2.16-3.865-2.514-6.037v-2.682C.541 6.345 3.473 2.386 7.574.82 8.558.409 9.611.223 10.648.003zM17.958 7.608c1.09-1.105 2.188-2.2 3.29-3.292 1.524 1.783 2.385 4.034 2.753 6.332v2.682c-.55 4.434-3.625 8.472-7.867 9.965-.894.345-1.84.504-2.771.705h-2.712c-2.303-.355-4.552-1.227-6.337-2.751 2.181-2.193 4.374-4.374 6.558-6.566 1.338-.02 2.674-.001 4.012-.011.17-.757.735-1.489 1.571-1.502.899-.086 1.606.668 1.765 1.502 1.188-.101 2.407-.082 3.552-.451-.334-1.001-.13-2.062-.207-3.092-.054-1.143-.574-2.297-.093-3.41-1.146-.243-2.348-.019-3.515-.11M16.08 13.44c-1.029.31-1.288 1.823-.423 2.461.786.692 2.176.168 2.303-.875.216-1.022-.903-1.973-1.88-1.586z"/><path fill="#0e518d" d="M6.247 8.396c.878.001 1.756.003 2.635 0 .004.896.005 1.794-.001 2.692-.878-.004-1.756-.003-2.633-.001-.004-.896-.004-1.793 0-2.69zM9.487 8.4c.941-.004 1.882-.003 2.822-.003.003.399.004.797.009 1.196-.497.503-1 1.001-1.501 1.5-.443-.007-.886-.009-1.329-.012-.003-.894-.003-1.787-.001-2.681zM12.876 8.404l.654-.02c-.221.219-.442.439-.662.66.001-.215.005-.427.008-.64zM16.39 9.162l.78-.772c.536.008 1.071.008 1.608.009v2.684c-.801.003-1.6.004-2.401-.004-.001-.639-.004-1.278.013-1.917zM19.407 8.397l1.061.003.4 2.677c-.487.009-.973.009-1.461.008V8.397zM3.869 8.697a49.275 49.275 0 0 1 1.676-.003c-.004.922-.004 1.844 0 2.766-.859.009-1.717.003-2.575.005-.151-1.012.613-1.844.899-2.769zM14.46 11.096c.468-.467.937-.935 1.404-1.404-.012.463-.015.927-.016 1.391a80.19 80.19 0 0 0-1.388.013z"/><path fill="#c1121c" d="M19.392 2.517a11.823 11.823 0 0 1 1.855 1.799 443.965 443.965 0 0 0-3.29 3.292l-.788.782-.78.772-.526.529c-.467.469-.936.937-1.404 1.404a2426.753 2426.753 0 0 1-3.588 3.587c-2.184 2.192-4.377 4.373-6.558 6.566a11.893 11.893 0 0 1-1.799-1.859c1.155-1.146 2.302-2.298 3.452-3.448.692-.691 1.384-1.382 2.074-2.075l.138-.137c.88-.878 1.765-1.753 2.64-2.637.501-.499 1.004-.997 1.501-1.5l.55-.549c.22-.221.44-.442.662-.66l.781-.777c1.689-1.701 3.396-3.385 5.081-5.09z"/><path fill="#fff" d="M3.19 7.63c3.707-.032 7.413.013 11.121-.023l-.781.777-.654.02c-.003.213-.007.426-.008.64l-.55.549a158.95 158.95 0 0 1-.009-1.196c-.94 0-1.88-.001-2.822.003-.001.894-.001 1.787.001 2.681.443.003.886.005 1.329.012-.875.884-1.76 1.76-2.64 2.637-.952-1.074-2.791-.473-2.957.944-.878-.001-1.756.005-2.633-.007.422-1.219.52-2.677-.24-3.786.322-1.071 1.112-2.08.843-3.253m3.057.768c-.004.898-.004 1.794 0 2.69.878-.001 1.756-.003 2.633.001.007-.898.005-1.795.001-2.692-.879.003-1.757.001-2.635 0m-2.377.302c-.286.924-1.05 1.757-.899 2.769.858-.003 1.716.004 2.575-.005-.004-.922-.004-1.844 0-2.766a49.275 49.275 0 0 0-1.676.003zM17.17 8.391c.261-.261.525-.521.788-.782 1.167.091 2.37-.133 3.515.11-.481 1.114.038 2.267.093 3.41.077 1.03-.127 2.091.207 3.092-1.146.369-2.364.35-3.552.451-.159-.834-.866-1.588-1.765-1.502-.837.013-1.402.745-1.571 1.502-1.338.009-2.674-.009-4.012.011a1733.34 1733.34 0 0 0 3.588-3.587c.463-.009.926-.012 1.388-.013.001-.464.004-.928.016-1.391l.526-.529a64.48 64.48 0 0 0-.013 1.917c.801.008 1.6.007 2.401.004V8.4c-.537-.001-1.073-.001-1.608-.009m2.236.006v2.688c.488.001.975.001 1.461-.008-.134-.892-.268-1.785-.4-2.677l-1.061-.003z"/><path fill="#fff" d="M5.79 13.88c.552-.724 1.65-.619 2.249-.013-.69.693-1.382 1.384-2.074 2.075-.507-.558-.713-1.452-.175-2.062zM16.08 13.44c.977-.387 2.096.564 1.88 1.586-.127 1.044-1.517 1.567-2.303.875-.865-.638-.606-2.151.423-2.461z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-buses-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M0 0h21.973c-2.349 2.296-4.669 4.622-7.025 6.911-1.124-1.925-2.224-3.864-3.373-5.775-1.203 2.077-2.423 4.142-3.613 6.225.746.019 1.491-.001 2.237.012.021 1.398-.012 2.795.033 4.192-.372.38-.751.753-1.137 1.119-.481-.004-1.15-.15-1.436.363-.119.359-.058.748-.065 1.12A1851.43 1851.43 0 0 0 0 21.667V0zM13.032 12.662c3.531-3.595 7.061-7.191 10.583-10.795V24H1.903c1.899-1.898 3.75-3.846 5.648-5.747.222.779-.359 1.957.49 2.437 2.279.099 4.572.013 6.855.042.417.053.852-.27.833-.708.018-2.186.005-4.373.006-6.56.037-.404-.295-.802-.711-.791-.665-.024-1.33.008-1.993-.012M8 21.115c0 .4-.028.805.014 1.204.181.544 1.038.608 1.303.1.13-.424.071-.875.033-1.309-.45 0-.9 0-1.35.005m6.084-.039c-.027.415-.053.834.008 1.247.237.516 1.096.53 1.327 0 .062-.413.026-.832.015-1.247-.45.004-.9.006-1.35 0z"/><path fill="#035ca1" d="M12.788 7.387c.567-.031 1.136-.017 1.703-.024-.563.556-1.126 1.111-1.693 1.665-.012-.547-.01-1.093-.01-1.64zM9.365 16.41c.927-.945 1.846-1.897 2.775-2.84.977.063 1.975-.104 2.938.096.015.9.023 1.799-.006 2.698-1.898.103-3.804.013-5.706.046zM8.753 18.381c.465-.255 1.079.21.975.729-.004.533-.702.824-1.108.507-.413-.291-.353-1.047.132-1.236zM14.02 18.386c.389-.223.904.068.99.489.136.485-.358 1.002-.857.853-.624-.118-.72-1.105-.132-1.342z"/><path fill="#ff0303" d="M21.973 0h1.641v1.867c-3.522 3.604-7.052 7.2-10.583 10.795-.298.303-.594.606-.892.907-.929.943-1.848 1.896-2.775 2.84-.602.617-1.213 1.226-1.813 1.843-1.898 1.901-3.749 3.849-5.648 5.747H0v-2.333c2.523-2.509 5.057-5.007 7.594-7.5.503-.492 1.006-.984 1.502-1.484.386-.366.765-.739 1.137-1.119.861-.839 1.712-1.689 2.566-2.536.567-.553 1.129-1.109 1.693-1.665.151-.151.304-.302.457-.452 2.356-2.29 4.677-4.615 7.025-6.911z"/><path fill="#fff" d="M11.575 1.136c1.149 1.911 2.249 3.85 3.373 5.775-.153.15-.305.3-.457.452-.567.008-1.136-.006-1.703.024 0 .547-.001 1.093.01 1.64-.853.847-1.704 1.697-2.566 2.536-.045-1.396-.013-2.794-.033-4.192-.746-.013-1.491.008-2.237-.012 1.19-2.083 2.41-4.148 3.613-6.225zM7.659 13.046c.286-.513.955-.367 1.436-.363-.495.499-.999.992-1.502 1.484.008-.372-.054-.761.065-1.12zM12.14 13.57l.892-.907c.664.019 1.328-.013 1.993.012.416-.012.748.386.711.791-.001 2.187.012 4.374-.006 6.56.019.439-.416.761-.833.708-2.283-.03-4.575.056-6.855-.042-.85-.48-.268-1.658-.49-2.437.601-.617 1.212-1.226 1.813-1.843 1.902-.033 3.808.056 5.706-.046.03-.898.022-1.798.006-2.698-.963-.2-1.961-.033-2.938-.096m-3.386 4.809c-.485.189-.545.945-.132 1.236.406.317 1.104.026 1.108-.507.104-.519-.511-.984-.975-.729m5.266.005c-.588.237-.492 1.224.132 1.342.499.149.993-.368.857-.853-.086-.421-.601-.712-.99-.489zM8 21.115c.45-.005.9-.005 1.35-.005.037.434.096.886-.033 1.309-.264.508-1.122.444-1.303-.1C7.972 21.92 8 21.516 8 21.115zM14.084 21.076c.45.006.9.004 1.35 0 .01.416.046.834-.015 1.247-.231.53-1.09.516-1.327 0-.06-.413-.035-.833-.008-1.247z"/></symbol><symbol viewBox="0 0 29 24" id="regulatory--end-of-cycling-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#5489c4" d="M0 0h.312C.284 7.297.337 14.599.29 21.896c-.072.128-.218.383-.29.514V0z"/><path fill="#0375bc" d="M.312 0H26.59c-3.117 2.49-6.134 5.109-9.201 7.658-.723-1.206-1.191-3.039-2.861-3.179-1.936-.421-3.288 1.244-4.538 2.416l.131.898c-.704.003-1.412.009-2.116.016.022.184.072.549.094.729.817.58 1.284 1.459 1.655 2.363-.496.979-.979 1.964-1.468 2.945-1.35-.153-2.914-.309-3.968.739-1.484 1.181-1.565 3.251-1.138 4.95-.948.804-1.926 1.571-2.889 2.363C.338 14.601.285 7.299.313.002m13.18 1.039c-1.29.327-1.524 2.341-.312 2.917 1.019.611 2.512-.243 2.344-1.462.072-1.047-1.088-1.733-2.032-1.456zM20.958 8.11c2.656-2.235 5.305-4.482 8.004-6.664.012 7.409.065 14.821-.016 22.226-8.858.112-17.719.09-26.575.003.866-.742 1.721-1.496 2.615-2.21 2.615 1.122 5.283-.814 5.679-3.469.221-.025.667-.075.888-.103l.891 1.141c-.39.396-.785.789-1.178 1.181.577.022 1.153.047 1.73.069-.072-.355-.146-.711-.221-1.063 1.393-.212 1.596-1.624 2.282-2.593.402 1.471.57 2.989.792 4.495.514-.003 1.029-.003 1.543-.003-.05-1.911-.112-3.828-.443-5.713 1.153-.81 2.31-1.611 3.491-2.378l.212.963c-2.154 1.552-2.734 4.987-.633 6.823 2.007 1.989 5.723.617 6.153-2.119.776-2.833-1.864-5.589-4.731-5.015-.39-1.826-1.452-3.74-.483-5.57z"/><path fill="#0375bc" d="M9.725 8.871c.362-.05.723-.103 1.085-.153.327.605.661 1.206.991 1.808-.461-.006-.919-.009-1.381-.019l-.695-1.636zM18.069 10.504c.508-.427 1.016-.851 1.527-1.275.044.436.087.87.134 1.303l-1.661-.028zM10.803 11.308c.249.003.748.006.997.006-.159.424-.321.848-.483 1.272-.175-.424-.343-.851-.514-1.278zM15.99 12.243c.393-.324.785-.648 1.172-.976.938.028 1.873.041 2.811.056.075.256.15.511.228.767a280.16 280.16 0 0 1-3.556 2.494c-.218-.779-.436-1.562-.655-2.341zM8.896 14.734a33.57 33.57 0 0 1 1.216-2.793l.617 1.29c-.614.496-1.234.988-1.833 1.502zM12.418 15.232c.545-.449 1.085-.907 1.624-1.365l.228.966-1.284.43.689.648c-.246.069-.489.134-.736.203-.175-.296-.346-.589-.521-.882zM3.874 18.948c-.842-2.453 1.343-5.049 3.924-4.376-.228.567-.455 1.135-.711 1.689-1.066.901-2.144 1.789-3.214 2.687zM21.634 14.534c1.767-.318 3.628.888 3.812 2.721.439 2.169-1.945 4.448-4.068 3.438-2.303-.954-2.478-4.332-.508-5.744.383 1.131.564 3.357 2.222 3.104-.686-1.082-1.25-2.241-1.459-3.519zM12.592 16.654c1.166-.77 2.045 1.396.832 1.833-1.088.48-1.898-1.284-.832-1.833zM5.729 20.852c.549-.468 1.091-.938 1.639-1.409.424.293.851.589 1.272.885-.91.43-1.908.602-2.911.524z"/><path fill="#df032b" d="M26.59 0h2.709v.954c-.084.122-.252.371-.337.492-2.699 2.182-5.349 4.429-8.004 6.664-.452.377-.91.745-1.362 1.119a312.175 312.175 0 0 0-2.434 2.039c-.386.327-.779.651-1.172.976-.655.536-1.306 1.075-1.948 1.624-.539.458-1.078.916-1.624 1.365a404.805 404.805 0 0 0-5.049 4.211c-.549.471-1.091.941-1.639 1.409-.246.206-.496.411-.742.614-.895.714-1.749 1.468-2.615 2.21l-.611.324H.515c.094-.439-.075-.614-.514-.521v-1.069c.072-.131.218-.386.29-.514.963-.792 1.942-1.558 2.889-2.363l.695-.586c1.069-.898 2.148-1.786 3.214-2.687.611-.499 1.225-.994 1.808-1.527.598-.514 1.219-1.007 1.833-1.502a216.081 216.081 0 0 0 4.943-4.152c.24-.181.471-.371.698-.57.337-.287.679-.567 1.019-.851 3.067-2.55 6.084-5.168 9.201-7.658z"/><path fill="#fff" d="M13.493 1.041c.944-.277 2.104.408 2.032 1.456.168 1.219-1.325 2.073-2.344 1.462-1.212-.577-.979-2.59.312-2.917zM9.99 6.895c1.25-1.172 2.603-2.836 4.538-2.416 1.671.14 2.138 1.973 2.861 3.179-.34.284-.683.564-1.019.851-.337-1.1-1.253-.159-.698.57a218.265 218.265 0 0 1-4.943 4.152l-.617-1.29a33.57 33.57 0 0 0-1.216 2.793c-.583.533-1.197 1.029-1.808 1.527.256-.555.483-1.122.711-1.689-2.581-.673-4.766 1.923-3.924 4.376l-.695.586c-.427-1.699-.346-3.768 1.138-4.95 1.054-1.047 2.618-.891 3.968-.739.489-.982.972-1.967 1.468-2.945-.371-.904-.838-1.783-1.655-2.363-.022-.181-.072-.545-.094-.729.704-.006 1.412-.012 2.116-.016l-.131-.898m1.614.029c-.455.274-.059 1.159.43.77.446-.277.059-1.159-.43-.77M9.725 8.871l.695 1.636c.461.009.919.012 1.381.019-.33-.602-.664-1.203-.991-1.808-.362.05-.723.103-1.085.153m1.078 2.437c.171.427.34.854.514 1.278.162-.424.324-.848.483-1.272-.249 0-.748-.003-.997-.006zM19.596 9.229c.452-.374.91-.742 1.362-1.119-.969 1.83.094 3.743.483 5.57 2.868-.574 5.508 2.182 4.731 5.015-.43 2.737-4.145 4.108-6.153 2.119-2.101-1.836-1.521-5.271.633-6.823l-.212-.963a115.938 115.938 0 0 0-3.491 2.378c.33 1.886.393 3.803.443 5.713-.514 0-1.029 0-1.543.003-.221-1.505-.39-3.023-.792-4.495-.686.969-.888 2.381-2.282 2.593.075.352.15.708.221 1.063-.577-.022-1.153-.047-1.73-.069.393-.393.789-.785 1.178-1.181l-.891-1.141c-.221.028-.667.078-.888.103-.396 2.656-3.064 4.591-5.679 3.469.246-.203.496-.408.742-.614a5.742 5.742 0 0 0 2.911-.524 191.67 191.67 0 0 0-1.272-.885 412.222 412.222 0 0 1 5.049-4.211c.175.293.346.586.521.882.246-.069.489-.134.736-.203l-.689-.648 1.284-.43-.228-.966c.642-.549 1.294-1.088 1.948-1.624.218.779.436 1.562.655 2.341a273.173 273.173 0 0 0 3.556-2.494 74.219 74.219 0 0 1-.228-.767c-.938-.016-1.873-.028-2.811-.056.302-.256.605-.511.907-.764l1.661.028c-.047-.433-.09-.866-.134-1.303m2.04 5.308c.209 1.278.773 2.437 1.459 3.519-1.658.252-1.839-1.973-2.222-3.104-1.97 1.412-1.795 4.791.508 5.744 2.123 1.01 4.507-1.269 4.068-3.438-.184-1.833-2.045-3.039-3.812-2.721m-7.59 1.131c-.34 1.452 1.443-.38 0 0m-1.453.989c-1.066.549-.256 2.313.832 1.833 1.212-.436.334-2.603-.832-1.833z"/><path fill="#4e88c4" d="M28.962 1.446c.084-.122.252-.371.337-.492V24H1.761l.611-.324c8.855.087 17.716.109 26.575-.003.081-7.406.028-14.818.016-22.226z"/><path fill="#4e8cc8" d="M11.604 6.923c.489-.39.876.492.43.77-.489.39-.885-.496-.43-.77z"/><path fill="#2a7cbe" d="M15.672 9.079c-.555-.729.362-1.671.698-.57-.228.199-.458.39-.698.57z"/><path fill="#277fc1" d="M14.045 15.665c1.443-.38-.34 1.452 0 0z"/><path fill="#fce0cf" d="M0 23.479c.439-.094.608.081.514.521H0v-.521z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-dual-path-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0c479d" d="M10.723 0h1.242c.004 3.638-.01 7.276.008 10.912-.447.449-.891.899-1.338 1.345a2.18 2.18 0 0 0-2.517-.787 13.677 13.677 0 0 1-.646-1.894c-.196-.462-.762-.19-1.118-.125.303.052.61.072.913.128.142.331.187.695.284 1.041-1.089-.142-2.339.318-3.308-.3.308-.194.622-.377.921-.583-.573-.08-1.153-.039-1.726.031.3.261.603.518.912.767-.167.299-.33.599-.497.896-.879-.29-1.987-.069-2.409.831-.613 1.153.518 2.742 1.823 2.485.81-.063 1.24-.814 1.534-1.477.207.14.382.318.552.5-.116.19-.235.381-.353.57l.442.008.009-.479c.172-.094.344-.185.517-.278.19-1.071 1.307-1.576 2.062-2.221-.304.612-.836 1.196-.71 1.933.03.593.543.959.952 1.313-1.765 1.778-3.549 3.535-5.307 5.319C1.328 18.109.376 15.769 0 13.364v-2.71c.256-1.392.59-2.787 1.252-4.049C3.027 2.974 6.734.486 10.723 0zM12.566 0h.702c2.443.343 4.818 1.311 6.668 2.966-2.468 2.443-4.912 4.91-7.373 7.36.01-3.442.004-6.884.004-10.327zM18.301 7.347a262.513 262.513 0 0 1 2.983-2.987c1.513 1.797 2.38 4.054 2.716 6.364v2.54c-.48 3.993-2.97 7.707-6.605 9.483-1.282.67-2.699 1.011-4.114 1.253h-.713c-.005-3.639.01-7.278-.008-10.917 1.547-1.559 3.103-3.11 4.659-4.66.005.222.009.445.012.667-.467.207-1.066.386-1.169.967-.258 1.037-.758 2.131-.453 3.207.254-.84.433-1.705.814-2.5-.363 1.754.364 3.573-.173 5.29.196.224.386.454.579.681.344-1.286.205-2.637.457-3.939.247 1.103.173 2.237.188 3.359.235-.232.674-.423.586-.822-.064-1.449.277-2.881.207-4.33.357.939.716 1.878 1.057 2.823-.039.383-.189.743-.304 1.11.31.459.381 1.028.235 1.557l.377.106c.053-.48.093-.963.168-1.44.198.447.363.908.578 1.349.005-.74.022-1.477.112-2.211.163.292.338.579.522.86a7.285 7.285 0 0 0-.702-2.033c.102-.303.27-.605.239-.933-.136-.361-.664-.318-.884-.057-.021.352.056.699.117 1.043l-.562-.17a26.983 26.983 0 0 1-.506-2.919c-.031-.473-.485-.7-.81-.965a3.44 3.44 0 0 0 .399-1.773z"/><path fill="#0c479d" d="M4.586 10.809c1.027.001 2.053-.005 3.08.005l.151.406c-.681.562-1.304 1.192-2.027 1.702.077-.243.153-.487.244-.724a44.896 44.896 0 0 1-.373-.013 9.64 9.64 0 0 1-.053.677c-.471-.613-.691-1.364-1.021-2.053zM3.994 11.517c.138-.217.273-.434.411-.65.288.65.577 1.3.869 1.949-.132.121-.262.245-.389.372-.124-.638-.39-1.239-.891-1.671zM1.792 12.356c.355-.667 1.187-.807 1.861-.622-.196.524-.711.955-.783 1.49.536.008 1.073.005 1.61.055-.213.646-.746 1.256-1.483 1.212-1.043.039-1.767-1.26-1.205-2.134zM8.251 11.829c.792-.361 1.717-.113 2.168.643l-1.951 1.95a1.62 1.62 0 0 1-.385-2.455c.224.547.468 1.161 1.114 1.307a3.363 3.363 0 0 1-.946-1.445z"/><path fill="#0c479d" d="M3.835 11.85c.343.337.574.764.659 1.239a42.379 42.379 0 0 1-1.329-.095c.218-.385.438-.768.67-1.144zM4.36 21.284c2.528-2.546 5.071-5.078 7.607-7.615-.008 3.443-.001 6.887-.003 10.33h-1.23c-2.314-.33-4.574-1.201-6.374-2.716z"/><path fill="#fff" d="M11.965 0h.601c0 3.442.007 6.884-.004 10.327l-.59.586c-.018-3.637-.004-7.274-.008-10.912zM17.219 8.422c.357-.361.72-.719 1.083-1.075a3.442 3.442 0 0 1-.399 1.773c.325.265.779.492.81.965.123.981.277 1.957.506 2.919.188.056.374.112.562.17-.061-.344-.138-.691-.117-1.043.22-.261.749-.304.884.057.031.327-.137.63-.239.933.329.64.574 1.324.702 2.033-.184-.28-.359-.567-.522-.86-.09.734-.107 1.471-.112 2.211-.215-.441-.38-.901-.578-1.349-.076.477-.115.96-.168 1.44a33.99 33.99 0 0 1-.377-.106 1.874 1.874 0 0 0-.235-1.557c.115-.367.265-.727.304-1.11-.34-.944-.699-1.883-1.057-2.823.069 1.449-.271 2.881-.207 4.33.089.399-.351.59-.586.822-.014-1.122.059-2.255-.188-3.359-.252 1.302-.112 2.653-.457 3.939-.193-.227-.383-.457-.579-.681.537-1.718-.189-3.536.173-5.29-.381.796-.56 1.66-.814 2.5-.305-1.076.194-2.17.453-3.207.103-.58.702-.759 1.169-.967a74.185 74.185 0 0 0-.012-.667zM6.353 9.451c.356-.065.922-.337 1.118.125.172.646.381 1.281.646 1.894a2.177 2.177 0 0 1 2.517.787l-.215.215c-.451-.757-1.376-1.004-2.168-.643.188.557.506 1.053.946 1.445-.646-.146-.89-.76-1.114-1.307a1.62 1.62 0 0 0 .385 2.455c-.067.064-.13.129-.196.194-.41-.355-.922-.72-.952-1.313-.127-.737.406-1.321.71-1.933-.755.646-1.872 1.15-2.062 2.221l-.517.278c-.003.159-.007.318-.009.479L5 14.34c.119-.189.237-.38.353-.57a3.318 3.318 0 0 0-.552-.5c-.293.663-.724 1.414-1.534 1.477-1.306.257-2.437-1.332-1.823-2.485.423-.9 1.53-1.12 2.409-.831.167-.297.33-.597.497-.896a31.608 31.608 0 0 1-.912-.767c.573-.07 1.153-.111 1.726-.031-.299.206-.613.389-.921.583.969.618 2.219.158 3.308.3-.098-.346-.142-.71-.284-1.041-.303-.056-.61-.076-.913-.128m-1.768 1.358c.33.689.55 1.44 1.021 2.053a9.64 9.64 0 0 0 .053-.677l.373.013c-.091.237-.167.481-.244.724.723-.51 1.346-1.14 2.027-1.702a24.32 24.32 0 0 1-.151-.406c-1.027-.01-2.053-.004-3.08-.005m-.591.708c.501.432.767 1.033.891 1.671.127-.127.257-.25.389-.372-.292-.648-.58-1.299-.869-1.949-.138.215-.273.433-.411.65m-2.202.839c-.562.874.162 2.173 1.205 2.134.737.044 1.27-.566 1.483-1.212-.536-.05-1.073-.047-1.61-.055.072-.535.587-.965.783-1.49-.674-.185-1.507-.044-1.861.622m2.043-.505c-.232.376-.453.759-.67 1.144.443.039.886.07 1.329.095a2.295 2.295 0 0 0-.659-1.239zM11.967 13.67l.592-.587c.018 3.639.003 7.278.008 10.917h-.603c.001-3.443-.005-6.887.003-10.33z"/><path fill="#ce252c" d="M12.562 10.327c2.461-2.451 4.906-4.917 7.373-7.36.488.427.939.893 1.349 1.394a262.513 262.513 0 0 0-2.983 2.987 1279.314 1279.314 0 0 0-5.742 5.735l-.592.587c-2.536 2.537-5.079 5.069-7.607 7.615a11.863 11.863 0 0 1-1.396-1.349c1.758-1.784 3.543-3.541 5.307-5.319.065-.065.129-.13.196-.194l1.951-1.95.215-.215c.447-.446.891-.896 1.338-1.345l.59-.586z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-dual-path-pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0c479d" d="M10.741 0h.966c.003 3.643-.008 7.284.006 10.926a513.967 513.967 0 0 1-3.133 3.132c-.151-.435-.521-.88-.276-1.352.152-.321.141-.818-.328-.781-.674-.001-.431.822-.338 1.23-.19-.061-.381-.119-.57-.179-.214-.961-.357-1.933-.489-2.907-.019-.463-.477-.657-.8-.89.204-.523.515-1.074.366-1.65-.262-.452-1.046-.277-1.133.223-.072.453.085.899.137 1.346-.492.227-1.12.418-1.205 1.043-.212.996-.787 2.084-.388 3.086.214-.792.348-1.615.746-2.346-.236 1.573.097 3.142.081 4.719l-.297.281c.185.275.381.543.59.801.448-1.241.227-2.597.492-3.877.265 1.081.173 2.195.206 3.294.217-.182.427-.37.632-.565-.28-1.512.262-3.054.148-4.586.312.93.659 1.849 1.026 2.759.036.436-.201.841-.326 1.248.117.163.234.326.347.493-1.457 1.445-2.897 2.906-4.359 4.345-1.59-1.828-2.507-4.151-2.843-6.534v-2.501c.466-3.99 2.952-7.697 6.572-9.486C7.868.591 9.303.242 10.74.002zM12.302 0h.945c2.387.332 4.714 1.252 6.545 2.843-2.486 2.512-4.995 5.001-7.493 7.503.01-3.449.003-6.897.004-10.346zM12.297 13.07c2.951-2.957 5.899-5.915 8.863-8.858 1.587 1.827 2.506 4.15 2.84 6.532v2.501c-.235 1.443-.587 2.883-1.27 4.185-1.787 3.615-5.486 6.097-9.471 6.572h-.957c-.003-3.644.009-7.288-.005-10.93m4.432-3.473c-.126.665-.37 1.294-.637 1.915-.895-.421-2.129-.034-2.493.92-.355.827.094 1.876.938 2.186 1.044.443 2.439-.426 2.37-1.588.04-.643-.49-1.084-.702-1.643.698.441 1.275 1.043 1.901 1.577-.135.654.76.747.667 1.359.143-.008.288-.015.431-.021a66.87 66.87 0 0 1-.347-.519c.177-.172.27-.516.561-.502.239.626.634 1.286 1.354 1.412 1.106.297 2.134-.726 2.117-1.805-.071-1.227-1.486-1.905-2.561-1.437-.147-.28-.325-.547-.426-.849.133-.39.573-.533.845-.81a5.05 5.05 0 0 0-1.708-.018c.277.185.565.354.855.516-.129.111-.199.345-.396.333-.938.032-1.877-.008-2.815.013.141-.35.058-.819.347-1.092.267.003.534.01.801.022-.311-.234-.884-.401-1.102.032z"/><path fill="#0c479d" d="M16.551 10.828c1.017-.014 2.034-.005 3.052-.005-.335.672-.528 1.428-1.014 2.017a9.733 9.733 0 0 1-.057-.658l-.347.017c.077.235.151.472.215.712-.706-.51-1.324-1.126-1.992-1.683.048-.133.097-.266.143-.4zM19.782 10.879c.137.215.271.432.409.648-.495.421-.781 1.009-.853 1.65-.139-.123-.277-.246-.418-.366.292-.643.575-1.288.862-1.932zM13.782 12.775c.164-.974 1.351-1.383 2.17-.929-.159.551-.44 1.055-.946 1.357.706.009.892-.702 1.112-1.225.675.681.552 1.963-.369 2.354-.983.512-2.241-.484-1.968-1.557zM20.53 11.734c.694-.201 1.561-.008 1.879.702.476.871-.249 2.07-1.248 2.027-.72.036-1.253-.557-1.448-1.199.525-.053 1.054-.048 1.581-.052-.05-.529-.591-.951-.764-1.479z"/><path fill="#0c479d" d="M19.694 13.076a2.15 2.15 0 0 1 .654-1.222c.228.372.446.75.659 1.129-.437.039-.875.071-1.314.093zM4.21 21.159c2.492-2.512 5-5.005 7.501-7.507-.009 3.449-.003 6.899-.004 10.348h-.954c-2.386-.33-4.712-1.252-6.543-2.841z"/><path fill="#fff" d="M11.707 0h.595c-.001 3.449.006 6.897-.004 10.346-.195.194-.391.386-.585.581-.014-3.643-.004-7.284-.006-10.926zM5.013 7.751c.086-.501.871-.675 1.133-.223.148.577-.163 1.128-.366 1.65.323.234.781.427.8.89.132.974.275 1.946.489 2.907.19.061.381.119.57.179-.093-.408-.335-1.231.338-1.23.468-.037.48.459.328.781-.245.472.125.917.276 1.352-.465.458-.917.928-1.379 1.388-.114-.166-.23-.33-.347-.493.125-.406.363-.812.326-1.248a49.866 49.866 0 0 1-1.026-2.759c.114 1.532-.428 3.074-.148 4.586-.205.195-.415.383-.632.565-.034-1.099.058-2.213-.206-3.294-.265 1.28-.044 2.636-.492 3.877a11.224 11.224 0 0 1-.59-.801l.297-.281c.015-1.577-.317-3.146-.081-4.719-.397.73-.532 1.554-.746 2.346-.399-1.003.177-2.09.388-3.086.085-.625.714-.815 1.205-1.043-.052-.446-.209-.893-.137-1.346zM16.729 9.599c.218-.434.791-.266 1.102-.032a23.792 23.792 0 0 0-.801-.022c-.289.272-.206.742-.347 1.092.938-.021 1.877.019 2.815-.013.197.012.267-.222.396-.333-.29-.163-.578-.332-.855-.516a5.05 5.05 0 0 1 1.708.018c-.272.277-.712.421-.845.81.101.302.279.569.426.849 1.075-.467 2.49.21 2.561 1.437.017 1.079-1.012 2.102-2.117 1.805-.72-.125-1.115-.786-1.354-1.412-.292-.014-.385.33-.561.502.115.174.231.347.347.519-.143.005-.288.013-.431.021.093-.612-.803-.705-.667-1.359-.626-.534-1.203-1.135-1.901-1.577.212.559.742 1 .702 1.643.068 1.163-1.326 2.031-2.37 1.588-.844-.31-1.293-1.359-.938-2.186.364-.954 1.597-1.341 2.493-.92.267-.621.511-1.25.637-1.915m-.178 1.23c-.046.134-.095.267-.143.4.668.556 1.286 1.173 1.992 1.683a14.26 14.26 0 0 0-.215-.712l.347-.017c.012.219.03.439.057.658.486-.588.679-1.345 1.014-2.017-1.018 0-2.035-.009-3.052.005m3.231.051c-.286.644-.57 1.289-.862 1.932.141.12.279.244.418.366.072-.641.357-1.23.853-1.65-.138-.215-.272-.432-.409-.648m-6 1.896c-.274 1.074.985 2.07 1.968 1.557.921-.391 1.044-1.672.369-2.354-.221.523-.406 1.234-1.112 1.225.506-.302.787-.806.946-1.357-.819-.454-2.006-.045-2.17.929m6.747-1.041c.173.528.714.95.764 1.479-.526.004-1.055-.001-1.581.052.195.641.728 1.235 1.448 1.199.999.043 1.724-1.156 1.248-2.027-.317-.71-1.185-.903-1.879-.702m-.836 1.341c.439-.022.876-.054 1.314-.093a34.562 34.562 0 0 0-.659-1.129c-.35.325-.574.751-.654 1.222zM11.711 13.652l.586-.582c.014 3.643.003 7.286.005 10.93h-.595c.001-3.449-.005-6.899.004-10.348z"/><path fill="#ce252c" d="M19.791 2.843c.488.425.945.881 1.369 1.369-2.964 2.943-5.912 5.901-8.863 8.858l-.586.582c-2.501 2.502-5.009 4.995-7.501 7.507a13.91 13.91 0 0 1-1.368-1.368c1.462-1.439 2.902-2.899 4.359-4.345.462-.461.915-.93 1.379-1.388a513.967 513.967 0 0 0 3.133-3.132c.194-.195.39-.387.585-.581 2.498-2.502 5.006-4.991 7.493-7.503z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-equestrians-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M10.662 0h2.66c1.961.324 3.901.951 5.529 2.121-1.736 1.924-3.476 3.845-5.215 5.765-.161-.333-.314-.762-.697-.89-.447.066-1.011.203-1.194.67-.116.58.047 1.164.192 1.724-.488.25-.79.707-1.153 1.097-1.149-1.23-2.7-2.599-4.507-2.281-.27-.132-.535-.311-.852-.272.085.161.17.323.258.483-.502.781-.245 1.727-.309 2.596.19.364.659.306.979.173.061-.493.339-.902.669-1.256.474 1.201 1.591 2.102 1.6 3.47-.036.032-.07.065-.104.098-.646.278-1.298.604-1.827 1.072-.104.31.008.649.023.968-1.272 1.435-2.58 2.838-3.846 4.278C1.273 18.008.373 15.698.001 13.339v-2.66c.184-.724.257-1.473.498-2.183C1.62 4.723 4.722 1.62 8.495.499c.706-.24 1.45-.31 2.168-.498m1.192 5.642c-.502.044-.823.653-.554 1.084.258.476 1.021.479 1.285.008.315-.498-.154-1.192-.731-1.092zM15.176 10.977c2.011-2.234 4.028-4.462 6.046-6.69 1.543 1.792 2.411 4.06 2.778 6.375v2.66c-.184.724-.258 1.473-.498 2.183-1.121 3.773-4.225 6.876-7.996 7.997-.705.24-1.45.31-2.168.498h-2.662c-1.914-.32-3.811-.918-5.413-2.043 1.615-1.831 3.269-3.632 4.907-5.444.135.363.315.726.33 1.12-.11.303-.358.552-.383.885.344.009.69.005 1.034-.016.284-.938-.174-1.793-.343-2.695.387-.436.776-.869 1.176-1.291.738-.033 1.424-.323 2.138-.479.093.493.22.978.34 1.463-.107 1.167-1.057 1.982-1.674 2.895.335.036.673.042 1.008.02.039-.177.081-.352.122-.527.587-.276.665-1.022 1.153-1.42.442-.345.578-.875.655-1.404 1.228.404.865 2.047 2.004 2.508.302.107.625.005.927-.048a5.786 5.786 0 0 0-.273-.612c-.168-.038-.334-.083-.502-.119-.678-.627-.178-1.724-1.004-2.237.484-.822.725-1.827.246-2.712.869.071 1.236.961 1.487 1.67.291.912 1.083 1.738 2.088 1.76.203.024.35-.126.447-.284-1.427-.603-1.145-2.503-2.246-3.411-.654-.483-1.497-.383-2.245-.249a3.21 3.21 0 0 0-1.479-.352z"/><path fill="#d40303" d="M18.851 2.121c.884.61 1.676 1.347 2.371 2.166a2963.758 2963.758 0 0 0-6.046 6.69c-1.067 1.176-2.138 2.35-3.192 3.539-.4.423-.789.856-1.176 1.291-.213.234-.427.47-.637.706-1.638 1.812-3.291 3.613-4.907 5.444a12.052 12.052 0 0 1-2.396-2.141c1.266-1.44 2.574-2.843 3.846-4.278.603-.678 1.25-1.321 1.804-2.039l.104-.098c1.704-1.807 3.338-3.68 5.013-5.515 1.74-1.92 3.479-3.841 5.215-5.765z"/><path fill="#fff" d="M11.855 5.643c.578-.1 1.046.594.731 1.092-.264.471-1.027.469-1.285-.008-.269-.432.052-1.04.554-1.084z"/><path fill="#fff" d="M11.745 7.666c.183-.467.747-.604 1.194-.67.383.128.536.557.697.89-1.675 1.835-3.309 3.708-5.013 5.515-.009-1.369-1.126-2.269-1.6-3.47-.33.354-.608.763-.669 1.256-.32.133-.789.192-.979-.173.063-.869-.193-1.815.309-2.596-.088-.16-.173-.321-.258-.483.317-.039.582.14.852.272 1.807-.319 3.357 1.05 4.507 2.281.363-.39.665-.847 1.153-1.097-.145-.56-.307-1.144-.192-1.724zM11.983 14.516c1.054-1.189 2.126-2.363 3.192-3.539.517 0 1.02.114 1.479.352.748-.135 1.591-.234 2.245.249 1.101.908.819 2.808 2.246 3.411-.097.159-.244.309-.447.284-1.004-.022-1.797-.848-2.088-1.76-.251-.709-.618-1.599-1.487-1.67.479.885.237 1.891-.246 2.712.827.513.326 1.61 1.004 2.237.168.037.334.081.502.119.102.198.194.403.273.612-.302.053-.625.155-.927.048-1.139-.461-.776-2.104-2.004-2.508-.077.53-.213 1.059-.655 1.404-.488.397-.566 1.144-1.153 1.42-.041.175-.083.35-.122.527a5.956 5.956 0 0 1-1.008-.02c.617-.913 1.567-1.728 1.674-2.895-.121-.485-.248-.97-.34-1.463-.715.156-1.401.446-2.138.479zM6.691 14.57c.53-.467 1.181-.794 1.827-1.072-.555.719-1.201 1.361-1.804 2.039-.015-.319-.127-.658-.023-.968zM10.17 16.513c.211-.236.424-.472.637-.706.169.902.627 1.756.343 2.695-.344.022-.69.025-1.034.016.025-.333.273-.582.383-.885-.015-.394-.196-.757-.33-1.12z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-low-beam-headlights--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1d1d1d" opacity=".84" d="M10.79 0h2.405c1.136.289 2.434.311 3.408 1.018a12.46 12.46 0 0 0-9.205.002C8.366.314 9.659.295 10.79 0z"/><path fill="#fff" d="M7.398 1.02a12.46 12.46 0 0 1 9.205-.002 12.05 12.05 0 0 1 5.658 4.94c.354.71.692 1.427.994 2.161.029.079.058.16.085.239.707 2.37.707 4.915 0 7.285l-.086.236c-.3.734-.634 1.454-.995 2.162a12.116 12.116 0 0 1-4.214 4.216c-.712.354-1.426.702-2.165.997l-.239.088a12.759 12.759 0 0 1-7.28-.002 16.673 16.673 0 0 0-.238-.086c-.742-.293-1.456-.646-2.168-1-.332-.199-.649-.422-.973-.634a31.008 31.008 0 0 1-2.136-1.997c-.007-.016-.024-.046-.032-.061a1.189 1.189 0 0 0-.404-.524A1.622 1.622 0 0 0 2.361 19c-.14-.307-.344-.58-.546-.848a11.93 11.93 0 0 1-.793-1.552 12.396 12.396 0 0 1 .001-9.194l.064-.152c.383-.773.834-1.51 1.271-2.252l.055-.038c.186-.132.322-.324.401-.536a18.008 18.008 0 0 1 1.603-1.607c.559-.366 1.097-.767 1.655-1.138.427-.248.874-.466 1.328-.661m-5.652 6.25C.056 10.86.472 15.324 2.794 18.54a10.61 10.61 0 0 0 2.674 2.672c3.506 2.539 8.492 2.774 12.21.548 3.208-1.84 5.387-5.338 5.591-9.034a11.33 11.33 0 0 0-2.058-7.268 10.502 10.502 0 0 0-2.67-2.665A11.258 11.258 0 0 0 11.76.718c-4.231.029-8.28 2.7-10.012 6.553z"/><path fill="#fff" d="M13.658 5.262c.708-.388 1.58.005 2.34.067-1.165 1.166-2.328 2.336-3.5 3.497.17-1.237.48-2.507 1.16-3.564zM4.627 9.964c2.545-1.405 5.12-2.762 7.686-4.133-.167.437-.288.892-.457 1.326-2.413 1.286-4.823 2.581-7.234 3.872-.004-.355-.017-.71.005-1.066zM13.118 13.559c2.136-2.138 4.272-4.276 6.41-6.41.71.725 1.291 1.652 1.308 2.696.058 1.277-.716 2.419-1.652 3.215-1.436 1.176-3.319 1.704-5.152 1.745-.598-.079-.685-.802-.914-1.246zM4.627 12.124c2.316-1.278 4.66-2.512 6.996-3.752-.044.367-.074.737-.107 1.106-2.279 1.262-4.6 2.47-6.894 3.71-.002-.354-.017-.709.005-1.064zM4.628 14.286c1.66-.888 3.296-1.841 4.998-2.639a28.89 28.89 0 0 1-2.299 2.304c-.931.404-1.799.944-2.705 1.402-.006-.356-.016-.712.006-1.067zM9.943 16.789c.749-.868 1.601-1.642 2.417-2.446.232.266.379.59.523.908-.973.523-1.931 1.09-2.94 1.537zM4.597 16.723c-.043-.25.155-.454.402-.449-.085.188-.246.32-.402.449z"/><path fill="#00f" d="M1.748 7.272C3.48 3.419 7.528.748 11.76.719a11.25 11.25 0 0 1 6.781 2.075c-.851.841-1.691 1.694-2.543 2.536-.76-.062-1.632-.455-2.34-.067-.68 1.057-.99 2.327-1.16 3.564-.958.94-1.866 1.933-2.872 2.821-1.702.798-3.338 1.751-4.998 2.639-.022.355-.012.71-.006 1.067.906-.457 1.774-.997 2.705-1.402a29.158 29.158 0 0 1-2.328 2.323c-.247-.005-.445.199-.402.449-.592.614-1.207 1.205-1.802 1.817C.473 15.325.057 10.861 1.749 7.273m2.878 2.691c-.022.355-.008.71-.005 1.066 2.411-1.291 4.82-2.586 7.234-3.872.169-.434.29-.889.457-1.326-2.566 1.37-5.141 2.728-7.686 4.133m0 2.159c-.022.355-.007.71-.005 1.064 2.294-1.241 4.615-2.448 6.894-3.71.032-.37.062-.739.107-1.106-2.336 1.241-4.68 2.474-6.996 3.752zM19.529 7.148c.558-.566 1.128-1.121 1.682-1.69a11.332 11.332 0 0 1 2.058 7.268c-.204 3.696-2.383 7.194-5.591 9.034-3.718 2.226-8.704 1.991-12.21-.548 1.499-1.466 2.93-3.006 4.475-4.423 1.009-.448 1.967-1.014 2.94-1.537-.144-.318-.292-.642-.523-.908.236-.277.5-.529.758-.785.229.444.317 1.166.914 1.246 1.832-.041 3.715-.569 5.152-1.745.936-.796 1.71-1.938 1.652-3.215-.017-1.044-.598-1.972-1.308-2.696z"/><path fill="#282828" opacity=".82" d="M4.415 2.819A3.122 3.122 0 0 1 6.07 1.681c-.558.371-1.096.772-1.655 1.138z"/><path fill="red" d="M18.541 2.794a10.502 10.502 0 0 1 2.67 2.665c-.554.569-1.124 1.123-1.682 1.69a7747.647 7747.647 0 0 0-6.41 6.41c-.258.256-.522.508-.758.785-.816.804-1.668 1.578-2.417 2.446-1.544 1.417-2.976 2.957-4.475 4.423a10.627 10.627 0 0 1-2.674-2.672c.595-.612 1.211-1.202 1.802-1.817.156-.128.317-.26.402-.449a29.158 29.158 0 0 0 2.328-2.323 28.724 28.724 0 0 0 2.299-2.304c1.006-.888 1.914-1.882 2.872-2.821 1.172-1.16 2.335-2.33 3.5-3.497.852-.841 1.692-1.694 2.543-2.536z"/><path fill="#313131" opacity=".9" d="M2.411 4.962a.462.462 0 0 1 .401-.536 1.143 1.143 0 0 1-.401.536z"/><path fill="#212121" opacity=".8" d="M1.085 7.253c.166-.839.649-1.668 1.271-2.252-.437.743-.888 1.48-1.271 2.252z"/><path fill="#242424" opacity=".84" d="M22.261 5.958c.547.56.911 1.385.994 2.161a32.427 32.427 0 0 0-.994-2.161z"/><path fill="#1c1c1c" opacity=".84" d="M0 10.807c.287-1.136.308-2.431 1.021-3.402a12.396 12.396 0 0 0-.001 9.194c-.707-.971-.731-2.258-1.02-3.39v-2.402z"/><path fill="#1c1c1c" opacity=".86" d="M23.34 8.358c.494.7.422 1.628.66 2.426v2.418c-.235.804-.164 1.738-.66 2.441.707-2.37.707-4.915 0-7.285z"/><path fill="#242424" opacity=".84" d="M22.259 18.042c.361-.708.695-1.428.995-2.162-.08.776-.445 1.604-.995 2.162z"/><path fill="#141414" opacity=".75" d="M1.813 18.151c.202.269.406.541.546.848a1.06 1.06 0 0 1-.546-.848z"/><path fill="#2e2e2e" opacity=".89" d="M2.408 19.038c.187.128.316.318.404.524-.269-.012-.444-.268-.404-.524z"/><path fill="#2b2b2b" opacity=".85" d="M2.845 19.624c.685.692 1.388 1.37 2.136 1.997a5.223 5.223 0 0 1-2.136-1.997z"/><path fill="#222" opacity=".82" d="M5.954 22.254c.713.354 1.427.707 2.168 1a3.765 3.765 0 0 1-2.168-1z"/><path fill="#252525" opacity=".83" d="M15.88 23.255a29.199 29.199 0 0 0 2.165-.997 3.78 3.78 0 0 1-2.165.997z"/><path fill="#1c1c1c" opacity=".87" d="M8.36 23.34c2.369.708 4.912.708 7.28.002-.698.492-1.626.421-2.423.658h-2.423c-.802-.235-1.733-.166-2.435-.66z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--end-of-maximum-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.663 0h18.126c.326.262.595.602.679 1.02v21.619c-.018.702-.578 1.339-1.296 1.362H1.068C.6 23.912.279 23.553 0 23.199V.802a1.94 1.94 0 0 1 .663-.8m.403.148C.517.314.152.878.18 1.443.179 8.447.175 15.452.182 22.455c-.027.723.634 1.364 1.356 1.319 5.464-.001 10.929.005 16.393-.003.693.011 1.3-.619 1.282-1.308.007-7.009.003-14.019.002-21.028.049-.763-.645-1.41-1.398-1.364C12.737.06 7.656.072 2.574.065 2.071.071 1.556.019 1.065.151z"/><path fill="#fff" d="M1.159.642c.153-.066.326-.065.489-.071 5.39.002 10.78-.002 16.171.002.486-.051.935.372.898.861.003 7.007.006 14.016-.001 21.023.021.475-.422.866-.889.821-5.429.001-10.861.003-16.291-.001-.504.04-.921-.432-.859-.925.002-6.97-.003-13.94.002-20.91a.823.823 0 0 1 .48-.8m3.889 1.376c0 1.133-.003 2.266.001 3.399.849-.002 1.696.001 2.544-.001-.032-.193.063-.45-.067-.598-.619-.032-1.239-.002-1.859-.01l-.001-.927h1.015l.002-.625c-.338-.001-.676-.001-1.015.001l-.003-.627c.618-.001 1.236-.002 1.854.001l.009-.612h-2.48m3.09-.008c0 1.134-.003 2.268.001 3.403l.598-.002c.003-.769-.007-1.539.006-2.308.548.761 1.071 1.539 1.606 2.308l.529.001c-.001-1.135.004-2.269-.003-3.404l-.584.004c-.002.746.001 1.491-.003 2.237-.516-.745-1.035-1.488-1.547-2.236a60.957 60.957 0 0 0-.604-.003m3.497.002c.001 1.133-.005 2.266.003 3.4.637-.031 1.327.113 1.911-.211.981-.543 1.076-2.107.227-2.809-.592-.514-1.421-.362-2.14-.38M4.11 7.818c.281.263.566.524.848.787.626-.631 1.844-.933 2.495-.202.332.653-.548.982-1.06.901.004.377.003.753.001 1.13.793-.18 1.819.564 1.325 1.406-.795.86-2.33.538-3.008-.333-.307.229-.613.457-.918.688.801 1.056 2.237 1.575 3.52 1.195.954-.241 1.787-1.133 1.689-2.161-.004-.571-.41-1.009-.803-1.371.616-.657.707-1.774.002-2.402-1.156-1.043-3.066-.716-4.09.362m6.687-.885a388.179 388.179 0 0 0-.204 3.042c.384.093.759.226 1.151.28.671-.207 1.417-.356 2.092-.08.732.324.823 1.518.1 1.908-.931.489-2.063.207-2.945-.264l-.605.973c1.291.778 3.105 1.085 4.378.118 1.086-.801 1.1-2.586.075-3.442-.817-.742-2.011-.715-3.02-.474.02-.306.042-.612.064-.918l3.196-.001c.001-.378 0-.757.003-1.136-1.429-.013-2.856 0-4.285-.006m-6.161 9.231c.3.148 1.007.171.766.673-.311.378-.83.073-.922-.334l-.431.059c.074.492.446.97.995.895.616.067 1.071-.621.809-1.169-.23-.549-.958-.43-1.325-.832.156-.279.445-.305.729-.253l.15.343.479-.032c-.055-.562-.604-.905-1.141-.753-.708.082-.78 1.201-.11 1.404m1.9-1.388c.002.873.001 1.748 0 2.621l.445.026c.004-.333.004-.665.007-.997.301-.018.619.02.902-.102.525-.299.518-1.25-.048-1.496-.426-.099-.872-.037-1.306-.053m2.347 0c.003.881-.003 1.76.003 2.641.568.003 1.134.002 1.702.001l.008-.453c-.423 0-.846.002-1.268-.007l.007-.712h1.136v-.44l-1.139.001.001-.589 1.228-.001-.001-.44-1.677-.001m2.331.002c-.007.872-.002 1.746-.003 2.618a15.92 15.92 0 0 0 1.734.003l-.014-.438c-.419.004-.838.003-1.258.002.027-.231-.06-.507.06-.709.363-.025.726-.005 1.09-.014l-.013-.435c-.377.001-.754 0-1.131.002l-.003-.587a99.88 99.88 0 0 1 1.224-.003l.012-.435c-.566-.01-1.131-.006-1.696-.005m2.337.002c.005.881-.001 1.76.004 2.64.564-.038 1.337.158 1.688-.422a2.04 2.04 0 0 0-.021-1.839c-.361-.567-1.114-.337-1.672-.379m-5.738 3.892c0 .872-.002 1.745.001 2.617l.459.01c.007-.879.003-1.756.002-2.635l-.462.007m.972-.006c.001.876.003 1.75-.001 2.626l.421.009c.015-.658-.016-1.317.022-1.976.157.652.281 1.311.424 1.966l.447.003c.143-.654.268-1.312.436-1.96.03.653.006 1.307.012 1.96l.424-.001c-.003-.876.001-1.752-.003-2.628l-.686.003c-.134.587-.26 1.175-.402 1.76-.151-.582-.277-1.169-.406-1.756-.23-.004-.459-.006-.689-.007m2.705-.001c-.007.873.004 1.746-.007 2.619.15.007.301.012.451.018.003-.877-.002-1.754.002-2.631l-.446-.006m.806.005l.003.439.665.001c-.003.727-.003 1.454 0 2.182l.459.009c.006-.73.003-1.462.002-2.192l.669-.003-.007-.438c-.597.002-1.195 0-1.791.002m-6.461.014c.001.871-.002 1.743.002 2.614.534-.003 1.067-.001 1.6-.003l-.005-.441H6.299c.004-.722.001-1.443.002-2.164l-.466-.006z"/><path fill="#fff" d="M12.254 2.618c.411.004.893-.026 1.2.304.449.483.387 1.431-.232 1.75-.289.176-.642.116-.964.133-.01-.729-.004-1.459-.004-2.187zM6.986 15.207c.282.023.804-.058.809.361.048.456-.509.399-.809.425v-.786zM14.025 15.206c.972-.244 1.169.949.813 1.592-.195.24-.546.14-.814.176-.003-.59-.003-1.179.001-1.769z"/><path fill="#050505" d="M1.066.15C1.557.018 2.072.071 2.575.064 7.656.071 12.737.059 17.818.07c.753-.046 1.447.601 1.398 1.364.001 7.009.005 14.019-.002 21.028.018.689-.589 1.319-1.282 1.308-5.464.008-10.929.002-16.393.003-.721.044-1.382-.596-1.356-1.319C.176 15.451.18 8.446.181 1.442.153.878.518.313 1.067.149m.092.493a.824.824 0 0 0-.48.8c-.005 6.97 0 13.94-.002 20.91-.062.493.355.965.859.925 5.43.004 10.862.002 16.291.001.467.045.91-.346.889-.821.007-7.007.004-14.016.001-21.023.037-.489-.412-.913-.898-.861-5.39-.004-10.78 0-16.171-.002-.164.006-.336.005-.489.071z"/><path fill="#050505" d="M5.048 2.018h2.48l-.009.612c-.618-.003-1.236-.002-1.854-.001l.003.627c.339-.002.677-.002 1.015-.001l-.002.625H5.666l.001.927c.62.008 1.24-.022 1.859.01.13.148.035.406.067.598-.848.002-1.695-.001-2.544.001-.004-1.133-.001-2.266-.001-3.399zM8.138 2.011l.604.003c.512.748 1.031 1.491 1.547 2.236.004-.746.001-1.491.003-2.237l.584-.004c.007 1.135.002 2.269.003 3.404l-.529-.001c-.535-.769-1.058-1.547-1.606-2.308-.013.769-.003 1.539-.006 2.308l-.598.002c-.004-1.135-.001-2.269-.001-3.403zM11.634 2.013c.719.019 1.548-.134 2.14.38.85.701.754 2.266-.227 2.809-.584.324-1.274.18-1.911.211-.008-1.134-.002-2.267-.003-3.4m.621.605c0 .728-.006 1.458.004 2.187.322-.016.675.043.964-.133.619-.319.681-1.267.232-1.75-.307-.33-.789-.3-1.2-.304zM4.11 7.818c1.024-1.077 2.935-1.405 4.09-.362.705.628.614 1.745-.002 2.402.393.362.799.8.803 1.371.098 1.028-.735 1.92-1.689 2.161-1.282.38-2.718-.139-3.52-1.195.305-.231.611-.459.918-.688.678.87 2.213 1.193 3.008.333.494-.842-.531-1.586-1.325-1.406a70.94 70.94 0 0 0-.001-1.13c.512.08 1.392-.248 1.06-.901-.651-.731-1.869-.43-2.495.202-.282-.263-.567-.524-.848-.787zM10.798 6.933c1.429.006 2.856-.007 4.285.006-.003.379-.002.758-.003 1.136l-3.196.001c-.022.306-.044.612-.064.918 1.009-.241 2.203-.268 3.02.474 1.025.856 1.01 2.641-.075 3.442-1.273.966-3.087.659-4.378-.118l.605-.973c.882.471 2.014.753 2.945.264.723-.389.632-1.583-.1-1.908-.675-.276-1.421-.127-2.092.08-.391-.055-.766-.187-1.151-.28.065-1.014.131-2.028.204-3.042z"/><path d="M4.637 16.164c-.67-.203-.597-1.322.11-1.404.538-.152 1.087.191 1.141.753l-.479.032-.15-.343c-.284-.051-.574-.026-.729.253.367.403 1.095.283 1.325.832.263.548-.193 1.236-.809 1.169-.549.075-.921-.403-.995-.895l.431-.059c.092.407.611.712.922.334.241-.502-.467-.524-.766-.673zM6.536 14.777c.434.015.88-.046 1.306.053.567.245.574 1.197.048 1.496-.283.122-.602.084-.902.102-.003.332-.003.664-.007.997l-.445-.026c.001-.873.002-1.748 0-2.621m.45.429v.786c.3-.027.857.031.809-.425-.004-.418-.526-.338-.809-.361zM8.883 14.776l1.677.001.001.44-1.228.001-.001.589 1.139-.001v.44H9.335l-.007.712c.422.009.845.007 1.268.007l-.008.453c-.568.001-1.134.002-1.702-.001-.006-.881 0-1.76-.003-2.641zM11.214 14.778c.566-.001 1.131-.005 1.696.005-.005.144-.009.289-.012.435a99.88 99.88 0 0 0-1.224.003l.003.587c.377-.002.754-.001 1.131-.002l.013.435c-.364.009-.727-.01-1.09.014-.119.202-.033.478-.06.709.419.001.838.002 1.258-.002l.014.438c-.578.03-1.157.03-1.734-.003.001-.872-.004-1.746.003-2.618zM13.553 14.779c.557.042 1.311-.187 1.672.379.301.549.304 1.281.021 1.839-.351.58-1.124.384-1.688.422-.005-.88.001-1.759-.004-2.64m.471.427c-.004.589-.004 1.178-.001 1.769.268-.036.619.064.814-.176.356-.644.16-1.837-.813-1.592zM7.814 18.671l.462-.007c.001.879.005 1.756-.002 2.635l-.459-.01c-.003-.872-.001-1.745-.001-2.617zM8.786 18.664c.23.001.459.003.689.007.129.587.254 1.174.406 1.756.142-.585.268-1.173.402-1.76l.686-.003c.004.876 0 1.752.003 2.628l-.424.001c-.006-.653.018-1.307-.012-1.96-.168.648-.293 1.306-.436 1.96a33.304 33.304 0 0 0-.447-.003c-.143-.655-.268-1.314-.424-1.966-.038.658-.006 1.317-.022 1.976l-.421-.009c.004-.876.002-1.75.001-2.626zM11.49 18.662l.446.006c-.004.877.001 1.754-.002 2.631-.15-.005-.301-.01-.451-.018.011-.873 0-1.746.007-2.619zM12.296 18.667c.596-.002 1.194 0 1.791-.002l.007.438-.669.003c.001.73.004 1.462-.002 2.192a35.482 35.482 0 0 0-.459-.009c-.003-.727-.003-1.454 0-2.182l-.665-.001-.003-.439zM5.835 18.681l.466.006c-.001.721.002 1.442-.002 2.164h1.133l.005.441c-.533.002-1.066 0-1.6.003-.004-.871-.001-1.743-.002-2.614z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-10--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.096 0h1.834c1.769.16 3.514.669 5.05 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.983.543 2.015.642 3.052v1.83c-.161 1.769-.67 3.515-1.57 5.052-1.538 2.7-4.162 4.757-7.155 5.592-.762.224-1.55.339-2.337.428h-1.866c-1.724-.155-3.421-.647-4.931-1.499-2.633-1.468-4.68-3.954-5.593-6.829-.292-.886-.449-1.808-.547-2.734v-1.87c.093-.891.241-1.78.513-2.636.84-2.732 2.7-5.131 5.129-6.637C7.278.759 9.173.162 11.097 0m.269.596a11.347 11.347 0 0 0-5.574 1.817C3.206 4.072 1.35 6.818.781 9.838c-.627 3.184.19 6.617 2.2 9.167a11.445 11.445 0 0 0 7.423 4.306c3.22.47 6.617-.526 9.065-2.673 2.293-1.966 3.75-4.876 3.928-7.893.127-1.87-.219-3.77-.999-5.474a11.464 11.464 0 0 0-6.131-5.87 11.378 11.378 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.062 1.22c2.432-.221 4.932.42 6.958 1.786-.843.85-1.689 1.697-2.54 2.539-1.314-.158-2.693.42-3.468 1.497-.527.743-.644 1.688-.606 2.576-.606.62-1.224 1.228-1.837 1.841-.004-1.931.004-3.862-.004-5.794-.623.003-1.248-.022-1.869.011-.621.42-1.221.876-1.827 1.319-.006.669-.002 1.339-.002 2.008.609-.429 1.201-.883 1.808-1.314.004 1.88-.006 3.76.005 5.64-1.536 1.58-3.115 3.127-4.673 4.689-1.655-2.445-2.228-5.583-1.552-8.455.65-2.887 2.557-5.455 5.121-6.928a10.737 10.737 0 0 1 4.485-1.416zM16.188 5.69c.78-.772 1.551-1.553 2.33-2.325.077.058.155.115.234.171-.744.772-1.511 1.523-2.272 2.28l-.292-.127zM17.053 6.101c.722-.722 1.442-1.446 2.167-2.165.073.067.144.135.216.203-.715.713-1.425 1.433-2.145 2.14l-.238-.179zM17.758 6.668c.701-.701 1.402-1.403 2.104-2.103.068.071.136.144.202.218-.701.706-1.406 1.409-2.11 2.111l-.196-.226zM20.451 5.246c.064.076.126.155.185.236-.731.737-1.469 1.469-2.201 2.205a11.793 11.793 0 0 1-.154-.26c.716-.734 1.45-1.45 2.17-2.18zM18.599 8.381c.79-.807 1.594-1.602 2.394-2.399 1.655 2.444 2.227 5.582 1.55 8.454-.65 2.887-2.557 5.455-5.12 6.929a10.82 10.82 0 0 1-11.441-.372c.848-.855 1.698-1.708 2.555-2.554l.025.001c.334.017.668.012 1.003.006.003-.34.011-.681-.01-1.02.621-.643 1.262-1.266 1.891-1.9.087.536.262 1.066.584 1.509.759 1.028 2.077 1.602 3.349 1.475a3.794 3.794 0 0 0 2.535-1.3c.676-.785.805-1.868.763-2.865V9.283a4.32 4.32 0 0 0-.078-.901zM14.39 7.507c.16-.043.324-.061.487-.089a88.307 88.307 0 0 1-1.561 1.56c.026-.167.052-.334.1-.496.308-.339.637-.664.974-.975zM13.286 9.866c.789-.787 1.575-1.577 2.365-2.363l.295.124c-.881.888-1.77 1.769-2.652 2.656l-.008-.394v-.022zM16.397 8.028c.059.082.116.165.172.249-1.088 1.094-2.183 2.182-3.272 3.276-.004-.125-.008-.25-.016-.375l-.001-.024c1.031-1.05 2.08-2.083 3.118-3.126zM13.286 12.416c1.159-1.164 2.322-2.325 3.485-3.486l.019.397c-1.155 1.158-2.31 2.317-3.47 3.468a2.314 2.314 0 0 1-.034-.38z"/><path fill="#fff" d="M13.282 13.694c1.163-1.172 2.332-2.337 3.501-3.503.011 1.509.001 3.018.005 4.528.009.513-.124 1.06-.494 1.434-.734.745-2.186.647-2.729-.28-.392-.651-.234-1.436-.282-2.154l-.001-.024zM9.56 12.325c.603-.611 1.21-1.216 1.82-1.821.014.126.023.253.031.38-.606.619-1.222 1.229-1.837 1.839-.005-.133-.008-.266-.015-.398zM9.564 13.591c.603-.61 1.213-1.213 1.817-1.821.015.134.022.269.02.405-.608.608-1.217 1.216-1.824 1.825-.006-.136-.009-.273-.012-.409zM11.383 13.042c.014.134.019.269.019.405-.607.609-1.217 1.214-1.822 1.824-.01-.126-.022-.252-.029-.378.59-.634 1.224-1.23 1.831-1.85zM3.366 18.518c1.43-1.438 2.869-2.867 4.299-4.304.008.128.017.255.029.382a397.094 397.094 0 0 1-4.155 4.156 10.092 10.092 0 0 0-.173-.234zM11.387 14.318c.011.132.015.264.017.396-.607.609-1.213 1.219-1.825 1.823a15.71 15.71 0 0 0-.027-.379c.601-.623 1.219-1.231 1.835-1.84zM3.937 19.218c1.239-1.247 2.488-2.485 3.727-3.732.009.127.019.253.033.38-1.173 1.201-2.372 2.379-3.558 3.569a6.91 6.91 0 0 1-.202-.217zM7.67 16.755l.011.409c-.962.971-1.93 1.935-2.898 2.9a6.942 6.942 0 0 1-.217-.203c1.033-1.037 2.07-2.07 3.104-3.106zM5.248 20.45c.81-.806 1.617-1.616 2.426-2.424.001.136.003.272.008.408-.728.739-1.464 1.47-2.199 2.202a4.264 4.264 0 0 1-.235-.186z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.464 11.464 0 0 1 6.131 5.87 11.366 11.366 0 0 1 .999 5.474c-.179 3.017-1.635 5.927-3.928 7.893-2.448 2.146-5.845 3.143-9.065 2.673a11.443 11.443 0 0 1-7.423-4.306C.972 16.457.155 13.024.782 9.84c.569-3.02 2.425-5.766 5.011-7.425A11.347 11.347 0 0 1 11.367.598m-.305.622c-1.575.133-3.12.62-4.485 1.416-2.565 1.472-4.471 4.041-5.121 6.928-.676 2.873-.104 6.011 1.552 8.455 1.558-1.562 3.137-3.109 4.673-4.689.649-.602 1.258-1.248 1.889-1.87.613-.613 1.23-1.222 1.837-1.841a744.979 744.979 0 0 0 4.074-4.073c.851-.841 1.697-1.689 2.54-2.539a10.805 10.805 0 0 0-6.958-1.786m5.125 4.469c-.594.611-1.216 1.196-1.799 1.817-.337.311-.665.637-.974.975-.697.65-1.347 1.353-2.038 2.011l.001.011c-.609.604-1.217 1.21-1.82 1.821-.636.625-1.261 1.262-1.895 1.889-1.431 1.437-2.869 2.866-4.299 4.304.059.077.117.155.173.234a407.02 407.02 0 0 0 4.155-4.156c.64-.607 1.245-1.25 1.881-1.861v-.01c.615-.61 1.23-1.221 1.837-1.839.639-.63 1.279-1.265 1.905-1.906a88.307 88.307 0 0 0 1.561-1.56c.54-.527 1.073-1.064 1.604-1.602.761-.757 1.528-1.508 2.272-2.28a10.019 10.019 0 0 1-.234-.171c-.78.772-1.55 1.553-2.33 2.325m.865.409c-.468.466-.936.933-1.401 1.402-.79.786-1.576 1.576-2.365 2.363v.022c-.656.603-1.266 1.259-1.905 1.882-.604.608-1.214 1.211-1.817 1.821-.637.629-1.264 1.266-1.9 1.895-1.239 1.247-2.488 2.485-3.727 3.732.066.074.134.146.203.217 1.185-1.19 2.385-2.368 3.558-3.569.638-.609 1.251-1.246 1.879-1.866.607-.609 1.216-1.217 1.824-1.825.631-.63 1.261-1.263 1.894-1.892.882-.887 1.771-1.768 2.652-2.656.45-.447.901-.893 1.343-1.347.721-.707 1.431-1.427 2.145-2.14-.072-.068-.143-.136-.216-.203-.725.719-1.445 1.443-2.167 2.165m.705.566l-1.361 1.36c-1.038 1.043-2.087 2.076-3.118 3.126l.001.024c-.663.585-1.26 1.248-1.897 1.864-.607.62-1.241 1.216-1.831 1.85-.645.601-1.252 1.245-1.882 1.863-1.034 1.037-2.071 2.07-3.104 3.106.071.068.143.136.217.203.968-.965 1.936-1.929 2.898-2.9.638-.626 1.264-1.265 1.9-1.893.605-.61 1.215-1.215 1.822-1.824.632-.63 1.261-1.264 1.895-1.893 1.089-1.094 2.184-2.182 3.272-3.276.463-.459.924-.922 1.384-1.384.704-.703 1.409-1.405 2.11-2.111a6.946 6.946 0 0 0-.202-.218c-.703.7-1.403 1.402-2.104 2.103m2.693-1.422c-.72.73-1.455 1.446-2.17 2.18-.51.494-1.007 1.001-1.509 1.504-1.163 1.161-2.325 2.321-3.485 3.486-.637.627-1.261 1.267-1.9 1.891l.001.011c-.616.609-1.234 1.217-1.835 1.84-.637.611-1.251 1.246-1.878 1.867-.809.808-1.615 1.618-2.426 2.424a4.8 4.8 0 0 0 .235.186c.735-.733 1.471-1.463 2.199-2.202.639-.621 1.257-1.265 1.898-1.884v-.011c.612-.604 1.217-1.214 1.825-1.823.643-.632 1.269-1.281 1.918-1.906l-.002-.013c1.161-1.152 2.315-2.31 3.47-3.468.551-.544 1.095-1.095 1.644-1.641.732-.736 1.47-1.467 2.201-2.205a4.17 4.17 0 0 0-.185-.236m-1.853 3.135c-.613.595-1.213 1.205-1.816 1.81-1.169 1.166-2.338 2.332-3.501 3.503l.001.024c-.639.57-1.221 1.208-1.836 1.807-.63.634-1.271 1.257-1.891 1.9-.335.333-.695.649-.992 1.015l-.025-.001c-.857.847-1.708 1.699-2.555 2.554a10.82 10.82 0 0 0 11.441.372c2.564-1.474 4.47-4.042 5.12-6.929.677-2.872.105-6.01-1.55-8.454-.801.797-1.604 1.592-2.394 2.399z"/><path fill="gray" d="M12.012 7.042c.775-1.078 2.154-1.656 3.468-1.497a782.214 782.214 0 0 1-4.074 4.073c-.038-.889.079-1.833.606-2.576zM5.869 6.996c.606-.442 1.206-.899 1.827-1.319.621-.033 1.247-.008 1.869-.011.007 1.931 0 3.863.004 5.794-.631.622-1.24 1.268-1.889 1.87-.01-1.88-.001-3.76-.005-5.64-.607.432-1.199.885-1.808 1.314 0-.669-.004-1.339.002-2.008zM14.39 7.507c.583-.621 1.205-1.206 1.799-1.817.097.042.195.083.292.127-.53.538-1.064 1.075-1.604 1.602-.163.028-.327.046-.487.089zM15.652 7.502c.465-.469.933-.935 1.401-1.402l.238.179c-.442.454-.893.9-1.343 1.347l-.295-.124zM16.397 8.028l1.361-1.36.196.226c-.46.462-.921.924-1.384 1.384a10.973 10.973 0 0 0-.172-.249zM16.771 8.93c.502-.502.999-1.01 1.509-1.504l.154.26c-.549.546-1.094 1.097-1.644 1.641a50.31 50.31 0 0 0-.019-.397zM16.783 10.191c.604-.605 1.203-1.215 1.816-1.81.063.296.078.599.078.901v5.062c.043.997-.086 2.08-.763 2.865a3.794 3.794 0 0 1-2.535 1.3c-1.271.127-2.589-.447-3.349-1.475-.322-.442-.497-.973-.584-1.509.615-.599 1.197-1.237 1.836-1.807.048.719-.11 1.504.282 2.154.543.927 1.995 1.025 2.729.28.37-.375.503-.921.494-1.434-.004-1.509.006-3.018-.005-4.528zM11.378 10.493c.691-.658 1.34-1.361 2.038-2.011a3.486 3.486 0 0 0-.1.496 136.93 136.93 0 0 1-1.905 1.906 7.995 7.995 0 0 0-.031-.38l-.001-.011zM11.381 11.77c.639-.623 1.249-1.279 1.905-1.882l.008.394-1.894 1.892a3.052 3.052 0 0 0-.02-.405zM11.383 13.042c.637-.615 1.235-1.279 1.898-1.864.008.125.013.25.016.375-.633.629-1.262 1.262-1.895 1.893 0-.135-.005-.27-.019-.405zM7.665 14.214c.634-.627 1.259-1.264 1.895-1.889l.015.398v.01c-.635.612-1.241 1.255-1.881 1.861a12.038 12.038 0 0 1-.029-.382zM11.386 14.307c.639-.624 1.263-1.265 1.9-1.891.002.127.01.254.034.38l.002.013c-.649.625-1.275 1.274-1.918 1.906a5.244 5.244 0 0 0-.017-.396l-.001-.011zM7.664 15.486c.636-.629 1.264-1.267 1.9-1.895.003.136.006.273.012.409-.629.619-1.241 1.256-1.879 1.866a9.737 9.737 0 0 1-.033-.38zM7.67 16.755c.631-.617 1.237-1.261 1.883-1.863.007.126.018.252.029.378-.636.628-1.261 1.268-1.9 1.893l-.011-.409zM7.673 18.025c.628-.621 1.241-1.256 1.878-1.867.011.126.019.252.027.379v.011c-.641.619-1.259 1.263-1.898 1.884a13.88 13.88 0 0 1-.008-.408zM8.563 18.44c.297-.366.658-.682.992-1.015.022.34.013.681.01 1.02-.334.006-.668.012-1.003-.006z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-10--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.963 0h2.069c.16.031.322.054.486.072 3.078.369 5.97 2.013 7.89 4.443a11.952 11.952 0 0 1 2.504 5.846c.025.202.046.404.088.603v2.067c-.19 1.708-.669 3.398-1.536 4.89-1.534 2.728-4.173 4.81-7.189 5.651-.73.219-1.487.319-2.239.428h-2.067c-1.732-.189-3.439-.687-4.95-1.567C3.323 20.89 1.262 18.27.427 15.276c-.218-.73-.319-1.487-.427-2.238v-2.069c.107-.754.209-1.511.427-2.243a12.06 12.06 0 0 1 5.157-6.893C7.194.792 9.065.207 10.963.001M9.252.538a11.737 11.737 0 0 0-4.59 2.245C2.284 4.663.677 7.493.31 10.506c-.419 3.179.534 6.508 2.587 8.973 1.676-1.992 3.346-3.989 5.021-5.982.026-.041.073-.076.075-.128.626-.654 1.169-1.389 1.772-2.067l-.001-.011c.562-.667 1.13-1.329 1.678-2.007a421.581 421.581 0 0 0 3.335-3.97c1.002-1.189 2.014-2.372 2.993-3.579C15.227.259 12.104-.145 9.251.537m8.839 7.577c-.555.651-1.095 1.313-1.652 1.96v.011c-1.059 1.248-2.103 2.508-3.159 3.758-.032.045-.081.088-.088.145-.608.635-1.14 1.346-1.719 2.009-.571.697-1.173 1.373-1.73 2.082-.31.33-.588.689-.881 1.033-.882 1.05-1.767 2.097-2.642 3.152 2.553 1.466 5.671 1.884 8.529 1.197a11.737 11.737 0 0 0 4.565-2.224c2.392-1.881 4.007-4.721 4.376-7.743.42-3.179-.532-6.508-2.586-8.972a1467.552 1467.552 0 0 0-3.013 3.592z"/><path fill="#fff" d="M9.252.538c2.853-.682 5.976-.277 8.519 1.198-.979 1.207-1.992 2.39-2.993 3.579-1.378 0-2.652 1.008-3.082 2.299-.188.536-.243 1.107-.254 1.671-.547.678-1.116 1.34-1.678 2.007-.047-1.961-.001-3.924-.023-5.886-.545 0-1.091-.003-1.636 0-.121-.008-.208.086-.293.156-.497.433-1.015.841-1.508 1.278.003.712-.007 1.424.006 2.136.571-.446 1.102-.943 1.673-1.389.009 1.927-.012 3.855.01 5.782-.002.052-.049.087-.075.128-1.675 1.993-3.345 3.99-5.021 5.982C.843 17.014-.11 13.685.309 10.506c.367-3.013 1.973-5.843 4.352-7.723A11.744 11.744 0 0 1 9.251.538zM18.09 8.114c1.002-1.199 2.007-2.396 3.013-3.592 2.054 2.464 3.006 5.794 2.586 8.972-.369 3.023-1.985 5.863-4.376 7.743a11.737 11.737 0 0 1-4.565 2.224c-2.858.687-5.976.269-8.529-1.197.876-1.055 1.76-2.103 2.642-3.152.294-.005.588 0 .881-.003.01-.344.004-.687 0-1.03.556-.708 1.158-1.384 1.73-2.082.084.36.139.73.283 1.073.295.775.907 1.407 1.635 1.792a3.134 3.134 0 0 0 2.974-.058c.58-.338 1.086-.825 1.39-1.428.33-.645.443-1.378.446-2.095v-5.063c-.006-.703.036-1.413-.11-2.105z"/><path fill="#fff" d="M13.278 13.843c1.056-1.25 2.1-2.51 3.159-3.758.031 1.654.004 3.308.014 4.962.006.603-.096 1.264-.539 1.71-.629.664-1.868.567-2.359-.217-.505-.755-.308-1.701-.364-2.552.007-.058.056-.1.088-.145z"/><path fill="gray" d="M11.696 7.614c.43-1.29 1.703-2.298 3.082-2.299-1.106 1.327-2.213 2.656-3.335 3.97.011-.564.066-1.135.254-1.671zM7.812 5.563c.086-.07.172-.164.293-.156.545-.003 1.091 0 1.636 0 .022 1.962-.023 3.925.023 5.886l.001.011c-.603.678-1.146 1.413-1.772 2.067-.022-1.927-.001-3.855-.01-5.782-.571.446-1.102.943-1.673 1.389-.013-.712-.002-1.424-.006-2.136.493-.437 1.011-.845 1.508-1.278zM16.437 10.074c.557-.648 1.098-1.31 1.652-1.96.146.692.105 1.402.11 2.105v5.063c-.003.718-.115 1.451-.446 2.095-.304.603-.81 1.09-1.39 1.428a3.134 3.134 0 0 1-2.974.058c-.728-.385-1.34-1.017-1.635-1.792-.144-.343-.199-.713-.283-1.073.58-.663 1.111-1.374 1.719-2.009.055.852-.141 1.798.364 2.552.491.784 1.73.881 2.359.217.442-.446.545-1.108.539-1.71-.01-1.654.017-3.308-.014-4.962v-.011zM8.86 19.112c.293-.345.571-.703.881-1.033.004.344.01.687 0 1.03-.293.002-.587-.002-.881.003z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-100--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.091 0h1.849c1.764.163 3.507.67 5.04 1.569a12.062 12.062 0 0 1 5.365 6.441c.356.992.553 2.034.654 3.081v1.847c-.164 1.753-.664 3.486-1.553 5.012a12.075 12.075 0 0 1-6.528 5.421c-.959.338-1.964.521-2.972.629h-1.885c-2.549-.219-5.035-1.236-6.955-2.936C1.741 19.034.254 16.049 0 12.948v-1.889c.123-1.24.39-2.472.873-3.624a12.11 12.11 0 0 1 5.031-5.801C7.478.699 9.27.156 11.091 0m.275.596c-2.333.119-4.62.99-6.448 2.445a11.43 11.43 0 0 0-4.08 6.522 11.457 11.457 0 0 0 .204 5.665 11.428 11.428 0 0 0 4.276 6.033 11.371 11.371 0 0 0 6.211 2.151c3.061.146 6.152-1.024 8.357-3.151 2.055-1.948 3.343-4.686 3.511-7.514a11.376 11.376 0 0 0-1.014-5.508 11.457 11.457 0 0 0-6.115-5.835 11.35 11.35 0 0 0-4.902-.807z"/><path fill="#fff" d="M9.043 1.591c3.007-.875 6.378-.34 8.973 1.41-1.522 1.549-3.066 3.078-4.604 4.612-.582-.684-1.449-1.133-2.352-1.158-1.001-.061-2.009.392-2.646 1.162-.453.556-.622 1.289-.624 1.994.002 1.205-.005 2.409.003 3.614a62.533 62.533 0 0 1-1.565 1.568c-.015-2.745.001-5.491-.008-8.237-.432-.027-.867-.002-1.3-.012-.14.007-.303-.033-.416.075-.483.363-.986.7-1.46 1.073-.014.574-.007 1.15-.003 1.725.521-.365 1.024-.755 1.545-1.118.012 2.705-.014 5.41.013 8.115-.515.549-1.059 1.077-1.597 1.605a10.83 10.83 0 0 1 .125-12.214A10.827 10.827 0 0 1 9.04 1.593zM13.738 8.149c1.589-1.599 3.185-3.191 4.78-4.783.075.056.152.109.225.167l-.022.047-4.839 4.839c-.052-.089-.106-.176-.144-.271zM14.014 9.143c1.731-1.74 3.47-3.473 5.206-5.208.068.071.147.132.214.204-.91.907-1.807 1.83-2.733 2.72-.932.844-1.741 1.81-2.657 2.674l-.03-.39zM17.975 6.45c.629-.628 1.254-1.259 1.887-1.883.069.069.138.14.2.217-.561.558-1.11 1.132-1.685 1.673-.134-.007-.268-.001-.402-.007zM20.444 5.257c.084.042.123.157.191.225-.394.397-.787.796-1.189 1.186a7.46 7.46 0 0 1-.294-.115c.426-.436.861-.865 1.292-1.297zM20.012 6.965c.325-.329.644-.668.987-.977a10.833 10.833 0 0 1 1.649 7.932c-.508 2.931-2.306 5.602-4.816 7.194a10.8 10.8 0 0 1-7.239 1.614 10.778 10.778 0 0 1-4.605-1.731c1.207-1.237 2.439-2.453 3.665-3.672 1.399.609 3.208.079 3.99-1.246.546-.94.372-2.065.389-3.101v-.03c.362-.377.735-.746 1.109-1.11.011.898-.001 1.796.006 2.695.015.727.232 1.479.741 2.017.964 1.051 2.641 1.34 3.894.653.673-.352 1.244-.943 1.454-1.687.205-.636.144-1.312.153-1.969-.005-1.39.009-2.78-.007-4.17-.019-.967-.518-1.925-1.369-2.412z"/><path fill="#fff" d="M9.92 8.42c.669-.578 1.883-.432 2.297.387-.926.936-1.858 1.868-2.794 2.794-.001-.649-.003-1.297 0-1.945.002-.453.143-.931.496-1.235zM17.534 8.22c.15-.042.297-.12.457-.095-.378.387-.763.766-1.146 1.149-.029-.181.072-.344.126-.51.161-.202.343-.406.563-.543zM16.769 10.214c.676-.696 1.365-1.384 2.061-2.061.572.219.927.808.928 1.41.016 1.546.002 3.093.008 4.64.004.421-.052.871-.319 1.214-.46.611-1.406.697-2.034.308-.445-.283-.64-.827-.638-1.335-.007-1.392.004-2.783-.005-4.175zM15.131 9.298c.005.134.027.267.013.401-.361.372-.733.735-1.098 1.103-.011-.12-.002-.242-.017-.362l-.001-.03c.353-.383.734-.744 1.103-1.112zM9.418 12.47c.986-1.001 1.985-1.99 2.978-2.983.013.121.023.243.037.364-.981 1.022-2 2.01-3 3.015a8.776 8.776 0 0 1-.015-.397zM15.131 10.572c.01.131.016.262.017.394-.361.375-.735.739-1.102 1.107-.004-.121-.007-.243-.015-.363v-.03c.357-.379.732-.741 1.101-1.108zM9.419 13.738c.99-1 1.989-1.989 2.981-2.987.012.123.019.246.034.369-.976 1.025-2.002 2.012-3 3.02-.007-.134-.016-.268-.015-.402zM12.405 12.021c.009.134.011.268.014.402-.924.941-1.864 1.867-2.794 2.801a1.078 1.078 0 0 1-.123-.298c.965-.971 1.935-1.937 2.903-2.905zM12.407 13.295c.006.131.008.262.016.393a190.02 190.02 0 0 1-2.152 2.154l-.262-.146c.793-.806 1.596-1.603 2.398-2.401zM6.225 15.66c.508-.52 1.029-1.029 1.541-1.546.014.125.033.25.033.377-.506.532-1.035 1.045-1.556 1.564-.013-.131-.027-.263-.017-.395zM11.036 15.948c.438-.461.891-.911 1.35-1.351-.009.715-.627 1.357-1.35 1.351zM6.228 16.928c.542-.549 1.09-1.092 1.635-1.638.03.099.084.188.12.285-.559.599-1.16 1.168-1.737 1.753-.015-.133-.034-.266-.018-.4zM8.235 16.19c.068.075.135.153.181.244-1.213 1.208-2.42 2.422-3.633 3.63-.075-.064-.146-.133-.217-.202 1.22-1.227 2.446-2.447 3.668-3.672zM8.842 16.856a.787.787 0 0 1 .242.182c-1.204 1.195-2.398 2.401-3.603 3.597-.07-.068-.176-.108-.226-.19 1.194-1.198 2.393-2.392 3.587-3.589zM3.367 18.519c.395-.407.804-.801 1.2-1.208l.04.182c.062.008.124.014.187.016-.423.404-.823.862-1.26 1.231-.057-.073-.11-.149-.166-.221zM5.674 17.498l.391.011c-.641.643-1.282 1.286-1.926 1.925-.072-.068-.136-.144-.203-.216.581-.57 1.142-1.169 1.738-1.719z"/><path d="M11.366.596a11.35 11.35 0 0 1 4.902.807 11.46 11.46 0 0 1 6.115 5.835 11.353 11.353 0 0 1 1.014 5.508c-.169 2.828-1.457 5.566-3.511 7.514-2.205 2.127-5.296 3.297-8.357 3.151a11.363 11.363 0 0 1-6.211-2.151 11.432 11.432 0 0 1-4.276-6.033 11.458 11.458 0 0 1-.204-5.665 11.44 11.44 0 0 1 4.08-6.522A11.361 11.361 0 0 1 11.366.595m-2.323.996A10.824 10.824 0 0 0 3.13 5.803a10.695 10.695 0 0 0-1.786 4.319 10.824 10.824 0 0 0 1.661 7.895c.538-.528 1.082-1.056 1.597-1.605.557-.523 1.095-1.075 1.628-1.62a64.271 64.271 0 0 0 1.565-1.568c.554-.529 1.091-1.078 1.629-1.623.937-.926 1.868-1.858 2.794-2.794a67.32 67.32 0 0 0 1.195-1.195C14.95 6.079 16.495 4.549 18.017 3 15.422 1.251 12.051.716 9.044 1.59m4.694 6.559c-.452.441-.896.891-1.342 1.338-.993.993-1.992 1.982-2.978 2.983-.557.541-1.099 1.098-1.651 1.644-.512.517-1.033 1.026-1.541 1.546-.558.545-1.102 1.105-1.659 1.65-.395.407-.805.801-1.2 1.208.057.073.109.149.166.221.437-.369.838-.828 1.26-1.231.484-.48.961-.968 1.45-1.445v-.009c.521-.519 1.05-1.032 1.556-1.564.557-.526 1.083-1.084 1.633-1.617v-.007c1-1.005 2.019-1.994 3-3.015.5-.458.964-.957 1.449-1.432L18.72 3.58l.022-.047c-.074-.058-.151-.111-.225-.167-1.596 1.592-3.192 3.184-4.78 4.783m.277.994c-.542.532-1.074 1.074-1.614 1.608-.992.998-1.992 1.987-2.981 2.987-.523.513-1.037 1.035-1.556 1.552-.545.546-1.094 1.089-1.635 1.638-.185.189-.39.362-.554.57-.596.55-1.157 1.149-1.738 1.719.067.072.131.148.203.216.645-.639 1.285-1.282 1.926-1.925.064-.056.128-.113.18-.18.577-.585 1.178-1.154 1.737-1.753.5-.46.969-.959 1.451-1.436.998-1.007 2.025-1.995 3-3.02.556-.507 1.07-1.062 1.609-1.587.915-.864 1.725-1.83 2.657-2.674.927-.889 1.823-1.813 2.733-2.72-.067-.073-.145-.133-.214-.204-1.736 1.735-3.475 3.468-5.206 5.208m3.963-2.692c-.949.946-1.893 1.897-2.843 2.84v.008c-.369.368-.75.729-1.103 1.112l.001.03c-.577.475-1.078 1.062-1.625 1.581-.967.968-1.938 1.935-2.903 2.905-.425.418-.844.843-1.266 1.264-1.223 1.224-2.449 2.445-3.668 3.672.07.069.141.138.217.202 1.213-1.207 2.42-2.422 3.633-3.63.401-.405.806-.806 1.207-1.209.93-.935 1.87-1.86 2.794-2.801.549-.533 1.085-1.081 1.627-1.62.366-.368.737-.731 1.098-1.103 1.08-1.079 2.171-2.148 3.233-3.243.574-.54 1.124-1.115 1.685-1.673a2.413 2.413 0 0 0-.2-.217c-.632.624-1.258 1.256-1.887 1.883m2.469-1.194c-.431.432-.866.86-1.292 1.297l-.008-.003c-.499.51-1.008 1.012-1.513 1.517-.042.044-.096.087-.097.153-.219.137-.402.341-.563.543-.646.56-1.218 1.21-1.84 1.8v.008c-.369.367-.744.729-1.101 1.108v.03c-.575.477-1.071 1.062-1.621 1.576l-.002.009c-.802.798-1.605 1.595-2.398 2.401-.396.379-.777.775-1.167 1.16-1.194 1.198-2.393 2.392-3.587 3.589.051.082.156.122.226.19 1.205-1.195 2.399-2.401 3.603-3.597.392-.402.798-.791 1.187-1.196a190.02 190.02 0 0 0 2.152-2.154c.548-.53 1.082-1.076 1.621-1.615.368-.368.742-.732 1.102-1.107.571-.557 1.136-1.13 1.697-1.692.383-.383.767-.762 1.146-1.149.485-.477.976-.967 1.455-1.457.402-.39.795-.789 1.189-1.186-.068-.068-.107-.183-.191-.225m-.43 1.708c-.399.391-.8.782-1.183 1.188-.696.677-1.385 1.365-2.061 2.061-.553.53-1.091 1.078-1.629 1.623-.374.365-.747.734-1.109 1.11v.03c-.579.489-1.087 1.077-1.642 1.601l-.003.018c-.459.44-.912.891-1.35 1.351l-.019.003c-.452.46-.917.908-1.365 1.374-1.226 1.219-2.458 2.436-3.665 3.672a10.783 10.783 0 0 0 4.605 1.731 10.8 10.8 0 0 0 7.239-1.614c2.51-1.593 4.308-4.263 4.816-7.194a10.828 10.828 0 0 0-1.649-7.932c-.343.309-.662.648-.987.977z"/><path fill="gray" d="M15.132 9.29c.951-.944 1.895-1.894 2.843-2.84.134.005.268 0 .402.007-1.062 1.095-2.153 2.164-3.232 3.243.014-.135-.008-.268-.013-.401v-.008zM8.415 7.615a3.237 3.237 0 0 1 2.646-1.162c.903.025 1.77.474 2.352 1.158a67.32 67.32 0 0 1-1.195 1.195c-.414-.818-1.628-.965-2.297-.387-.353.304-.494.782-.496 1.235-.003.648-.001 1.297 0 1.945-.538.545-1.075 1.094-1.629 1.623-.008-1.205-.001-2.409-.003-3.614.003-.705.171-1.438.624-1.994zM19.143 6.55l.008.003c.097.041.195.08.294.115-.479.49-.97.98-1.455 1.457-.16-.025-.308.053-.457.095.001-.067.055-.11.097-.153.505-.505 1.014-1.006 1.513-1.517zM4.506 6.617c.113-.107.276-.068.416-.075.433.009.868-.015 1.3.012.009 2.745-.007 5.491.008 8.237-.534.545-1.071 1.097-1.628 1.62-.027-2.704-.001-5.41-.013-8.115-.521.364-1.024.754-1.545 1.118-.004-.575-.011-1.15.003-1.725.473-.373.977-.711 1.46-1.073zM18.83 8.153c.383-.406.784-.797 1.183-1.188.851.487 1.35 1.444 1.369 2.412.016 1.39.002 2.78.007 4.17-.009.658.052 1.333-.153 1.969-.21.743-.781 1.335-1.454 1.687-1.253.687-2.93.398-3.894-.653-.509-.538-.726-1.29-.741-2.017-.007-.899.005-1.797-.006-2.695.538-.546 1.076-1.094 1.629-1.623.009 1.392-.001 2.783.005 4.175-.002.509.193 1.053.638 1.335.628.389 1.574.303 2.034-.308.266-.343.323-.793.319-1.214-.006-1.546.008-3.093-.008-4.64-.001-.602-.356-1.191-.928-1.41zM12.396 9.487c.446-.447.89-.897 1.342-1.338.038.095.093.182.144.271-.485.475-.949.973-1.449 1.432-.014-.121-.024-.243-.037-.364zM15.131 10.564c.622-.59 1.194-1.24 1.84-1.8-.054.166-.155.329-.126.51-.561.562-1.126 1.134-1.697 1.692a5.74 5.74 0 0 0-.017-.394v-.008zM12.4 10.751c.54-.534 1.072-1.077 1.614-1.608.008.13.021.26.03.39-.54.525-1.053 1.08-1.609 1.587-.015-.123-.022-.246-.034-.369zM12.405 12.021c.547-.519 1.047-1.106 1.625-1.581.015.12.006.242.017.362-.543.54-1.078 1.088-1.628 1.62-.003-.134-.005-.268-.014-.402zM12.409 13.286c.55-.514 1.046-1.099 1.621-1.576.008.12.011.242.015.363-.539.539-1.073 1.085-1.621 1.615-.008-.131-.01-.262-.016-.393l.002-.009zM7.766 14.114c.552-.546 1.095-1.103 1.651-1.644.002.132.007.264.015.397v.007c-.55.533-1.076 1.091-1.633 1.617 0-.127-.019-.252-.033-.377zM12.39 14.579c.555-.524 1.063-1.112 1.642-1.601-.017 1.036.158 2.161-.389 3.101-.782 1.325-2.591 1.856-3.99 1.246.447-.465.913-.914 1.365-1.374l.019-.003c.723.006 1.341-.637 1.35-1.351l.003-.018zM7.863 15.29c.518-.518 1.033-1.039 1.556-1.552-.001.134.008.268.015.402-.482.477-.952.975-1.451 1.436-.036-.097-.089-.187-.12-.285zM8.235 16.19c.422-.421.841-.846 1.266-1.264.022.107.071.203.123.298-.402.404-.807.805-1.207 1.209a1.235 1.235 0 0 0-.181-.244zM4.566 17.311c.557-.546 1.101-1.106 1.659-1.65-.01.132.004.263.017.395v.009c-.488.476-.966.964-1.45 1.445a1.938 1.938 0 0 1-.187-.016 5.34 5.34 0 0 1-.04-.182zM8.842 16.856c.39-.385.772-.78 1.167-1.16l.262.146c-.389.405-.795.794-1.187 1.196a.768.768 0 0 0-.242-.182zM5.674 17.498c.164-.208.368-.381.554-.57-.016.134.003.267.018.4a1.391 1.391 0 0 1-.18.18l-.391-.011z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-100--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.97 0h2.053c.164.031.329.053.495.072 3.134.376 6.071 2.073 7.992 4.572 1.425 1.81 2.257 4.043 2.49 6.327v2.05c-.187 1.712-.668 3.404-1.536 4.899-1.534 2.727-4.173 4.81-7.189 5.651-.733.22-1.492.321-2.247.428h-2.05c-1.736-.186-3.446-.686-4.959-1.567-2.696-1.543-4.757-4.163-5.592-7.158-.218-.732-.321-1.491-.427-2.245v-2.053c.105-.757.209-1.517.427-2.252a12.057 12.057 0 0 1 5.158-6.893C7.197.79 9.07.203 10.97 0M9.253.538a11.741 11.741 0 0 0-4.591 2.245C2.284 4.664.677 7.494.31 10.506c-.42 3.18.537 6.506 2.586 8.975.743-.882 1.485-1.765 2.223-2.651.517-.604 1.018-1.223 1.54-1.823l-.001-.016c.493-.576.985-1.154 1.461-1.744.511-.581.997-1.185 1.5-1.774.825-.99 1.658-1.972 2.482-2.963.359-.42.712-.845 1.066-1.268 1.538-1.836 3.084-3.665 4.615-5.507C15.229.268 12.111-.148 9.253.538m10.069 6.103l-1.123 1.34c-.586.714-1.208 1.406-1.77 2.135-.533.577-1.015 1.202-1.53 1.796-.336.405-.678.805-1.013 1.212l.001.025c-.528.571-1.015 1.183-1.51 1.782-.411.469-.81.949-1.204 1.432-.436.497-.857 1.019-1.288 1.526a3856.725 3856.725 0 0 0-3.67 4.374c2.556 1.463 5.673 1.885 8.533 1.197a11.73 11.73 0 0 0 4.565-2.224c2.392-1.881 4.007-4.721 4.377-7.744.421-3.18-.536-6.506-2.585-8.974-.596.705-1.187 1.416-1.783 2.122z"/><path fill="#fff" d="M9.253.538c2.858-.686 5.976-.27 8.529 1.197-1.531 1.842-3.077 3.671-4.615 5.507-.263-.276-.551-.535-.889-.717a2.665 2.665 0 0 0-2.592.014c-.62.354-1.132.917-1.361 1.599-.305.832-.21 1.73-.226 2.596.012.838-.023 1.677.019 2.513-.476.59-.968 1.169-1.461 1.744-.036-.262-.022-.525-.022-.788V6.337a91.77 91.77 0 0 0-1.388-.003c-.112-.008-.195.073-.275.138-.402.349-.817.684-1.222 1.03-.09.062-.064.183-.073.277.008.543-.003 1.087.007 1.631.487-.384.945-.804 1.43-1.192.012 2.87 0 5.74.006 8.61-.738.886-1.481 1.769-2.223 2.651C.848 17.01-.109 13.684.311 10.504c.367-3.012 1.973-5.842 4.352-7.723A11.741 11.741 0 0 1 9.254.536zM19.322 6.641c.595-.706 1.186-1.416 1.783-2.122 2.049 2.468 3.006 5.794 2.585 8.974-.369 3.023-1.985 5.863-4.377 7.744a11.73 11.73 0 0 1-4.565 2.224c-2.86.689-5.977.266-8.533-1.197 1.222-1.459 2.445-2.917 3.67-4.374.733.322 1.609.316 2.322-.056.609-.319 1.128-.832 1.393-1.472.431-1.015.264-2.142.287-3.213l-.001-.025c.335-.406.677-.806 1.013-1.212.043.716.008 1.434.019 2.151-.007.777-.018 1.586.302 2.312.457 1.065 1.603 1.838 2.778 1.743.808-.041 1.549-.499 2.05-1.117.496-.628.668-1.448.67-2.234V9.563c-.002-.753-.158-1.537-.608-2.156-.211-.304-.504-.533-.787-.765z"/><path fill="#fff" d="M10.287 8.131c.585-.371 1.427-.2 1.813.379-.824.991-1.657 1.973-2.482 2.963-.019-.621-.007-1.243-.008-1.865.005-.553.186-1.165.677-1.478zM16.428 10.116c.562-.729 1.185-1.421 1.77-2.135.677.192 1.005.922 1.005 1.577.014 1.657.001 3.315.006 4.973.001.494-.064 1.031-.4 1.418-.476.583-1.479.589-1.967.019-.313-.351-.405-.838-.409-1.294-.006-1.519.005-3.039-.005-4.558zM11.172 16.364a53.03 53.03 0 0 1 1.204-1.433c-.039.662-.474 1.407-1.204 1.433z"/><path fill="gray" d="M9.685 6.539a2.665 2.665 0 0 1 2.592-.014c.338.182.626.441.889.717-.355.423-.708.848-1.066 1.268-.386-.579-1.229-.75-1.813-.379-.491.312-.673.924-.677 1.478.001.622-.01 1.244.008 1.865-.503.589-.989 1.193-1.5 1.774-.043-.836-.007-1.675-.019-2.513.016-.867-.079-1.765.226-2.596.229-.682.741-1.245 1.361-1.599zM4.971 6.473c.079-.066.163-.146.275-.138.463-.002.926-.002 1.388.003v7.866c.001.263-.013.527.022.788l.001.016c-.522.6-1.022 1.219-1.54 1.823-.006-2.87.006-5.74-.006-8.61-.485.387-.942.807-1.43 1.192-.01-.544.001-1.088-.007-1.631.008-.094-.017-.215.073-.277.405-.346.82-.681 1.222-1.03zM18.199 7.981c.374-.447.75-.893 1.123-1.34.283.232.576.461.787.765.45.619.607 1.402.608 2.156v5.204c-.001.785-.173 1.606-.67 2.234-.501.619-1.242 1.077-2.05 1.117-1.175.095-2.32-.677-2.778-1.743-.32-.726-.309-1.535-.302-2.312-.011-.717.023-1.435-.019-2.151.515-.594.996-1.219 1.53-1.796.01 1.519 0 3.039.005 4.558.004.457.097.944.409 1.294.488.57 1.492.564 1.967-.019.336-.387.402-.924.4-1.418-.005-1.658.008-3.316-.006-4.973 0-.656-.329-1.386-1.005-1.577zM12.376 14.931c.495-.599.982-1.211 1.51-1.782-.023 1.071.143 2.198-.287 3.213-.265.639-.784 1.153-1.393 1.472-.713.372-1.589.377-2.322.056.43-.507.851-1.029 1.288-1.526.73-.025 1.165-.771 1.204-1.433z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-110--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.093 0h1.843c1.755.161 3.487.664 5.015 1.552a12.076 12.076 0 0 1 5.408 6.494c.349.982.542 2.012.642 3.048v1.839c-.162 1.755-.664 3.489-1.553 5.017-1.535 2.714-4.168 4.784-7.172 5.622-.761.224-1.547.338-2.332.428h-1.877c-1.721-.157-3.417-.648-4.925-1.499-2.633-1.467-4.681-3.953-5.593-6.829-.292-.884-.448-1.805-.547-2.729v-1.88c.093-.877.237-1.752.503-2.595.835-2.747 2.7-5.16 5.139-6.673C7.278.76 9.172.163 11.096 0m.27.596a11.347 11.347 0 0 0-5.574 1.817C3.206 4.073 1.35 6.819.781 9.839c-.627 3.184.19 6.617 2.2 9.167a11.444 11.444 0 0 0 7.003 4.239 11.45 11.45 0 0 0 5.669-.421c2.805-.934 5.202-3.014 6.533-5.653 1.562-3.029 1.649-6.766.229-9.865a11.462 11.462 0 0 0-6.146-5.903 11.38 11.38 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.062 1.22c2.432-.221 4.931.42 6.956 1.785a1061.865 1061.865 0 0 1-5.516 5.513c-.026-.647.007-1.296-.015-1.942-.313-.079-.672-.01-1.002-.032-.251.023-.547-.076-.757.106-.469.352-.951.685-1.418 1.038-.005.574-.008 1.148.002 1.722.526-.356 1.023-.751 1.544-1.114.007.615-.007 1.23.008 1.845v.024c-1.182 1.185-2.365 2.37-3.552 3.551-.015-2.389 0-4.778-.007-7.167-.498-.01-.997-.003-1.494-.005-.132-.011-.233.082-.333.153-.447.337-.91.652-1.353.992-.003.577-.005 1.153.001 1.73.517-.371 1.027-.754 1.544-1.125.008 2.348-.006 4.695.008 7.043-.873.908-1.778 1.791-2.671 2.682C1.353 15.574.78 12.437 1.456 9.565c.65-2.887 2.557-5.455 5.121-6.928a10.737 10.737 0 0 1 4.485-1.416zM12.488 9.393c2.01-2.009 4.018-4.02 6.03-6.028l.235.173c-2.076 2.101-4.178 4.177-6.261 6.271 0-.131 0-.262-.003-.394v-.023zM16.699 6.456c.839-.842 1.679-1.683 2.521-2.52l.216.203c-.786.78-1.557 1.576-2.355 2.343a5.402 5.402 0 0 0-.382-.025zM17.917 6.508c.649-.647 1.295-1.297 1.945-1.943.068.071.135.144.202.218-.61.615-1.224 1.226-1.837 1.838a8.85 8.85 0 0 1-.31-.113zM20.45 5.247c.065.076.127.155.186.236-.522.525-1.045 1.048-1.57 1.57a14.984 14.984 0 0 1-.243-.172c.538-.549 1.088-1.086 1.627-1.634zM19.531 7.442c.486-.488.969-.979 1.463-1.459 1.654 2.444 2.226 5.582 1.549 8.453-.65 2.887-2.557 5.455-5.12 6.929a10.82 10.82 0 0 1-11.438-.37c1.616-1.635 3.249-3.254 4.874-4.881-.002.462-.006.924.001 1.387.521.005 1.042.008 1.563 0 .09.011.064-.101.072-.154a684.02 684.02 0 0 1-.001-2.865c.519-.525 1.042-1.047 1.567-1.567.01.555-.003 1.111.007 1.666.019.67.213 1.356.652 1.874a3.261 3.261 0 0 0 2.627 1.118c1.273-.052 2.552-.927 2.848-2.205.112-.425.116-.868.112-1.304V9.798c.032-.841-.173-1.735-.775-2.355zM15.68 10.024c.637-.642 1.273-1.287 1.922-1.917l.288.124c-.725.725-1.451 1.447-2.173 2.175a4.113 4.113 0 0 1-.037-.382zM15.807 9.036c.098-.416.448-.778.868-.869-.283.295-.573.585-.868.869z"/><path fill="#fff" d="M15.687 11.289c.889-.899 1.785-1.79 2.68-2.682.221.32.318.708.314 1.095.002 1.516 0 3.032.001 4.549.002.394-.057.81-.295 1.135-.557.788-1.935.767-2.448-.059-.186-.292-.246-.643-.249-.984-.004-1.018.003-2.036-.004-3.053zM12.488 10.663c.533-.532 1.067-1.064 1.598-1.599-.005.138-.012.277-.015.416l-.001.029c-.527.521-1.05 1.047-1.573 1.571l-.009-.393v-.024zM14.05 10.373c.009.135.014.27.018.405-.521.525-1.048 1.046-1.568 1.572-.005-.123-.01-.246-.018-.369l-.002-.029c.515-.535 1.05-1.05 1.57-1.58zM7.302 14.581c1.18-1.185 2.366-2.365 3.547-3.55l.015.377.001.025c-1.18 1.184-2.36 2.369-3.548 3.545-.003-.133-.012-.265-.016-.397zM14.053 11.65c.007.132.012.264.016.397-.52.528-1.048 1.048-1.57 1.574-.005-.124-.009-.247-.017-.37l-.001-.027c.518-.53 1.045-1.052 1.572-1.574zM7.304 15.849c1.181-1.183 2.365-2.363 3.546-3.548.005.125.01.25.017.376l.001.026c-1.176 1.188-2.364 2.364-3.543 3.549a5.462 5.462 0 0 1-.02-.404zM10.851 13.573c.005.134.011.267.011.401-2.012 2.042-4.052 4.06-6.079 6.09a14.068 14.068 0 0 1-.218-.202c.79-.789 1.575-1.584 2.371-2.367l.027.001c.114.005.229.006.344.006-.002-.12-.007-.239-.006-.358 1.161-1.207 2.371-2.376 3.549-3.57zM5.248 20.45c1.871-1.867 3.739-3.738 5.609-5.607.001.133.005.266.004.399-1.772 1.813-3.586 3.595-5.377 5.393a4.264 4.264 0 0 1-.235-.186zM3.366 18.518c.761-.768 1.53-1.528 2.291-2.295.011.127.022.253.025.38a88.615 88.615 0 0 1-2.143 2.149 14.163 14.163 0 0 0-.173-.234zM3.937 19.218c.577-.573 1.142-1.162 1.731-1.719.133 0 .266.006.399.011-.645.64-1.284 1.285-1.928 1.925a8.352 8.352 0 0 1-.202-.217z"/><path d="M11.366.596a11.35 11.35 0 0 1 4.902.807 11.462 11.462 0 0 1 6.146 5.903c1.42 3.098 1.334 6.836-.229 9.865-1.331 2.64-3.727 4.719-6.533 5.653a11.45 11.45 0 0 1-5.669.421 11.447 11.447 0 0 1-7.003-4.239C.97 16.456.153 13.023.78 9.839c.569-3.02 2.425-5.766 5.011-7.426A11.347 11.347 0 0 1 11.365.596m-.303.624c-1.575.133-3.12.62-4.485 1.416-2.565 1.472-4.471 4.041-5.121 6.928-.676 2.872-.104 6.01 1.551 8.454.893-.891 1.798-1.774 2.671-2.682.56-.524 1.09-1.08 1.635-1.621 1.186-1.182 2.37-2.366 3.552-3.551v-.024c.573-.505 1.082-1.082 1.64-1.606l-.001-.015c1.847-1.829 3.683-3.671 5.516-5.513a10.806 10.806 0 0 0-6.956-1.785m1.424 8.172v.023c-.569.513-1.088 1.081-1.64 1.614-1.181 1.185-2.367 2.365-3.547 3.55-.551.545-1.095 1.096-1.646 1.642-.761.767-1.53 1.528-2.291 2.295.059.077.117.155.173.234a88.615 88.615 0 0 0 2.143-2.149c.561-.525 1.097-1.082 1.637-1.625 1.187-1.177 2.367-2.361 3.548-3.545l-.001-.025c.57-.501 1.08-1.07 1.628-1.598 2.083-2.095 4.185-4.17 6.261-6.271a20.302 20.302 0 0 1-.235-.173c-2.012 2.007-4.02 4.019-6.03 6.028m4.211-2.937c-.871.863-1.74 1.741-2.612 2.608-.531.535-1.065 1.067-1.598 1.599v.024c-.568.514-1.088 1.082-1.639 1.615-1.18 1.184-2.364 2.364-3.546 3.548-.543.551-1.105 1.086-1.635 1.649-.589.557-1.155 1.147-1.731 1.719.066.074.134.146.202.217.645-.64 1.284-1.285 1.928-1.925.418-.42.837-.839 1.256-1.257 1.179-1.185 2.368-2.361 3.543-3.549l-.001-.026c.573-.499 1.082-1.072 1.631-1.598.524-.525 1.046-1.05 1.573-1.571l.001-.029c1.024-.976 2.017-1.99 3.009-2.999.799-.767 1.569-1.563 2.355-2.343l-.216-.203c-.842.838-1.682 1.679-2.521 2.52m1.219.053c-1.289 1.289-2.576 2.578-3.866 3.865-.521.529-1.056 1.045-1.57 1.58l.002.029c-.578.488-1.08 1.068-1.631 1.591-1.178 1.194-2.388 2.363-3.549 3.57a1.379 1.379 0 0 0-.338.352l-.027-.001c-.796.783-1.581 1.577-2.371 2.367.072.068.144.135.218.202 2.026-2.029 4.066-4.048 6.079-6.09.559-.527 1.089-1.086 1.638-1.623.521-.526 1.048-1.046 1.568-1.572.579-.581 1.168-1.157 1.739-1.743.294-.284.585-.573.868-.869.523-.505 1.035-1.032 1.552-1.546.613-.612 1.227-1.223 1.837-1.838a6.946 6.946 0 0 0-.202-.218c-.65.646-1.296 1.296-1.945 1.943m2.531-1.26c-.539.548-1.089 1.085-1.627 1.634l-.007-.005c-.396.419-.82.81-1.214 1.231-.649.63-1.284 1.275-1.922 1.917-.548.533-1.079 1.084-1.627 1.617v.01c-.527.521-1.053 1.044-1.572 1.574l.001.027c-.574.493-1.08 1.067-1.627 1.592-1.87 1.869-3.737 3.74-5.609 5.607.076.065.155.126.235.186 1.791-1.799 3.605-3.58 5.377-5.393.564-.521 1.09-1.084 1.64-1.62.522-.526 1.05-1.046 1.57-1.574.553-.544 1.096-1.097 1.648-1.642.722-.728 1.448-1.451 2.173-2.175.391-.393.786-.783 1.176-1.178.525-.522 1.048-1.045 1.57-1.57a3.856 3.856 0 0 0-.186-.236m-.918 2.193c-.39.386-.78.774-1.164 1.165-.896.892-1.792 1.784-2.68 2.682-.547.537-1.087 1.08-1.626 1.624a257.23 257.23 0 0 0-1.567 1.567c-.548.541-1.091 1.088-1.635 1.633-1.625 1.627-3.258 3.246-4.874 4.881a10.82 10.82 0 0 0 11.438.37c2.564-1.474 4.47-4.042 5.12-6.929.676-2.871.105-6.009-1.549-8.453-.494.48-.977.972-1.463 1.459z"/><path fill="gray" d="M14.086 9.064c.873-.867 1.741-1.745 2.612-2.608.128.003.255.014.382.025-.992 1.009-1.985 2.023-3.009 2.999.003-.139.01-.277.015-.416zM14.05 10.373c1.29-1.287 2.578-2.577 3.866-3.865.103.04.206.077.31.113-.518.514-1.029 1.041-1.552 1.546-.42.091-.769.453-.868.869-.57.586-1.159 1.162-1.739 1.743-.004-.135-.009-.27-.018-.405zM5.478 6.697c.099-.071.201-.165.333-.153.498.002.997-.005 1.494.005.007 2.389-.007 4.778.007 7.167-.544.54-1.074 1.097-1.635 1.621-.014-2.347.001-4.695-.008-7.043-.517.371-1.027.754-1.544 1.125a99.765 99.765 0 0 1-.001-1.73c.443-.341.907-.656 1.353-.992zM10.728 6.65c.21-.182.505-.082.757-.106.33.022.69-.046 1.002.032.023.647-.01 1.295.015 1.942l.001.015c-.557.524-1.067 1.101-1.64 1.606-.015-.615 0-1.23-.007-1.845-.521.362-1.018.758-1.544 1.114a70.605 70.605 0 0 1-.002-1.722c.467-.353.949-.686 1.418-1.038zM18.816 6.876l.007.005.243.172c-.39.395-.784.785-1.176 1.178l-.288-.124c.394-.421.818-.812 1.214-1.231zM18.367 8.607c.385-.391.774-.779 1.164-1.165.602.62.807 1.513.775 2.355v4.266c.005.436 0 .879-.112 1.304-.295 1.278-1.575 2.153-2.848 2.205a3.259 3.259 0 0 1-2.627-1.118c-.44-.518-.633-1.204-.652-1.874-.01-.555.003-1.11-.007-1.666.54-.543 1.08-1.087 1.626-1.624.007 1.018 0 2.036.004 3.053.003.341.063.692.249.984.512.826 1.891.847 2.448.059.238-.326.297-.742.295-1.135-.001-1.516.001-3.033-.001-4.549a1.883 1.883 0 0 0-.314-1.095zM10.849 11.031c.551-.533 1.071-1.102 1.64-1.614.003.131.003.262.003.394-.547.527-1.057 1.096-1.627 1.598l-.015-.377zM14.053 11.64c.549-.532 1.079-1.084 1.627-1.617.007.128.018.255.037.382-.552.545-1.095 1.098-1.648 1.642-.005-.133-.009-.265-.016-.397v-.01zM10.849 12.302c.551-.533 1.071-1.101 1.639-1.615l.009.393c-.549.526-1.058 1.099-1.631 1.598-.007-.126-.012-.251-.017-.376zM10.851 13.573c.551-.523 1.053-1.102 1.631-1.591.008.123.013.246.018.369-.549.538-1.079 1.096-1.638 1.623 0-.134-.006-.268-.011-.401zM10.856 14.843c.547-.525 1.053-1.099 1.627-1.592.008.123.012.247.017.37-.55.536-1.075 1.1-1.64 1.62.001-.133-.002-.266-.004-.399zM10.859 16.113c.544-.546 1.087-1.092 1.635-1.633-.001.955-.002 1.91.001 2.865-.008.053.018.165-.072.154-.521.008-1.042.005-1.563 0-.007-.462-.003-.924-.001-1.387zM5.656 16.223c.551-.545 1.095-1.096 1.646-1.642.004.132.013.264.016.397-.54.542-1.076 1.1-1.637 1.625a6.858 6.858 0 0 0-.025-.38zM5.668 17.498c.531-.563 1.092-1.098 1.635-1.649.002.135.008.269.02.404-.42.418-.839.837-1.256 1.257-.133-.005-.266-.011-.399-.011zM6.963 17.496c.085-.141.21-.251.338-.352 0 .12.004.239.006.358-.115 0-.23-.001-.344-.006z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-110--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.98 0h2.031c.144.026.289.049.435.063 3.149.358 6.108 2.051 8.043 4.556 1.438 1.817 2.28 4.064 2.51 6.362v2.029c-.183 1.716-.667 3.412-1.536 4.911-1.534 2.728-4.173 4.811-7.189 5.651-.736.22-1.499.322-2.257.428h-2.029c-1.74-.182-3.454-.685-4.97-1.567C3.322 20.89 1.261 18.27.426 15.275c-.219-.736-.323-1.498-.427-2.256v-2.032c.102-.761.208-1.525.427-2.263a12.053 12.053 0 0 1 5.158-6.893C7.198.788 9.075.2 10.979 0M9.253.538a11.741 11.741 0 0 0-4.591 2.245C2.284 4.663.678 7.493.311 10.505c-.42 3.18.535 6.507 2.585 8.974 1.078-1.286 2.168-2.564 3.231-3.86.519-.588 1.012-1.2 1.519-1.798 1.097-1.308 2.198-2.613 3.291-3.925.513-.608 1.035-1.218 1.533-1.831 1.78-2.103 3.547-4.218 5.316-6.33C15.231.271 12.114-.149 9.254.538M18.9 7.143c-.351.425-.709.844-1.061 1.268-.805.96-1.613 1.916-2.414 2.88-.509.594-1.006 1.198-1.511 1.795-.487.585-.983 1.163-1.465 1.753-.513.596-1.013 1.204-1.52 1.805l-4.715 5.62c2.664 1.53 5.941 1.919 8.899 1.104a11.747 11.747 0 0 0 4.199-2.13c2.392-1.881 4.007-4.721 4.376-7.743a11.788 11.788 0 0 0-2.583-8.973c-.74.87-1.468 1.751-2.206 2.622z"/><path fill="#fff" d="M9.253.538c2.859-.687 5.977-.267 8.532 1.197-1.769 2.112-3.536 4.227-5.316 6.33-.033-.576-.005-1.153-.016-1.729-.465-.004-.93-.003-1.395-.002-.098-.008-.173.061-.244.119-.432.373-.875.734-1.31 1.103-.011.619-.006 1.239-.002 1.859.484-.39.946-.806 1.43-1.196.008.559 0 1.118.004 1.677-1.093 1.312-2.194 2.617-3.291 3.925-.012-2.495.001-4.991-.007-7.486-.469-.001-.938-.004-1.406 0-.098-.006-.168.068-.239.123-.43.372-.873.73-1.304 1.101-.01.62-.005 1.24-.002 1.86.485-.395.955-.808 1.437-1.207.002 2.469-.001 4.938.002 7.407-1.063 1.297-2.153 2.574-3.231 3.86C.845 17.012-.111 13.685.31 10.505c.367-3.012 1.973-5.842 4.351-7.722A11.734 11.734 0 0 1 9.252.538zM18.9 7.143c.738-.871 1.466-1.752 2.206-2.622a11.793 11.793 0 0 1 2.583 8.973c-.369 3.023-1.984 5.863-4.376 7.743a11.747 11.747 0 0 1-4.199 2.13c-2.958.814-6.235.426-8.899-1.104l4.715-5.62c.014.48-.001.96.008 1.44.504.006 1.009.005 1.514 0 .002-1.081.007-2.163-.002-3.245.482-.59.978-1.167 1.465-1.753.011.622-.006 1.245.009 1.868.022.725.208 1.472.665 2.05.503.619 1.244 1.077 2.054 1.113 1.235.096 2.433-.765 2.839-1.917.189-.518.238-1.074.231-1.622-.002-1.704.003-3.408-.002-5.112-.005-.835-.246-1.691-.81-2.323z"/><path fill="#fff" d="M17.839 8.41c.263.359.366.807.364 1.247.002 1.656.001 3.312 0 4.967 0 .471-.087.976-.41 1.339-.485.574-1.488.57-1.968-.008-.315-.364-.399-.864-.399-1.331-.001-1.111.001-2.223-.001-3.335.8-.964 1.609-1.92 2.414-2.88z"/><path fill="gray" d="M5.994 6.459c.07-.055.141-.129.239-.123.468-.004.938-.001 1.406 0 .008 2.496-.006 4.991.007 7.486-.508.598-1 1.21-1.519 1.798-.003-2.469 0-4.938-.002-7.407-.482.399-.952.811-1.437 1.207-.003-.62-.008-1.24.002-1.86.431-.371.874-.728 1.304-1.101zM10.814 6.453c.07-.057.145-.127.244-.119.465-.001.93-.002 1.395.002.012.576-.016 1.153.016 1.729-.499.614-1.02 1.223-1.533 1.831-.003-.559.004-1.118-.004-1.677-.484.39-.946.806-1.43 1.196-.003-.62-.009-1.239.002-1.859.435-.37.877-.731 1.31-1.103zM17.839 8.41c.352-.424.71-.843 1.061-1.268.564.632.805 1.488.81 2.323.006 1.704 0 3.408.002 5.112.007.548-.041 1.104-.231 1.622-.406 1.151-1.604 2.012-2.839 1.917-.81-.036-1.552-.495-2.054-1.113-.457-.578-.643-1.325-.665-2.05-.015-.623.001-1.246-.009-1.868.505-.598 1.002-1.201 1.511-1.795.002 1.111 0 2.223.001 3.335 0 .467.084.967.399 1.331.48.577 1.483.582 1.968.008.323-.363.41-.868.41-1.339 0-1.656.002-3.312 0-4.967.001-.44-.101-.888-.364-1.247zM10.93 16.643c.508-.6 1.007-1.208 1.52-1.805.009 1.081.004 2.163.002 3.245-.505.004-1.01.005-1.514 0-.01-.48.006-.96-.008-1.44z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-120--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.094 0h1.84c1.756.16 3.489.663 5.018 1.552a12.077 12.077 0 0 1 5.407 6.495c.349.983.542 2.013.642 3.049v1.837c-.162 1.756-.664 3.49-1.553 5.018-1.535 2.714-4.168 4.784-7.172 5.622-.761.224-1.548.338-2.334.428h-1.873c-1.723-.156-3.419-.648-4.928-1.499-2.643-1.473-4.697-3.974-5.604-6.864-.285-.874-.438-1.783-.536-2.695v-1.877c.11-1.097.325-2.189.714-3.223.997-2.727 3.025-5.053 5.58-6.429C7.772.609 9.422.145 11.095.001m.271.595a11.34 11.34 0 0 0-5.574 1.817C3.206 4.073 1.35 6.819.781 9.839c-.629 3.195.195 6.64 2.22 9.192a11.442 11.442 0 0 0 7.403 4.281c3.22.47 6.617-.526 9.065-2.672 2.293-1.966 3.75-4.876 3.928-7.894.127-1.87-.219-3.77-.999-5.474a11.459 11.459 0 0 0-6.131-5.869 11.378 11.378 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.063 1.22c2.432-.221 4.932.42 6.957 1.785-1.557 1.567-3.122 3.127-4.685 4.688-.806-1.112-2.374-1.536-3.646-1.05-1.194.469-2.026 1.711-1.986 2.998.54.012 1.08.005 1.62.004.042-.342.117-.696.337-.973.407-.555 1.206-.748 1.832-.479.301.127.515.39.678.663-1.979 1.981-3.954 3.966-5.942 5.937-.009-2.748 0-5.496-.005-8.244-.497-.015-.994-.004-1.491-.007-.133-.013-.234.079-.334.151-.449.336-.91.654-1.357.993-.004.577-.004 1.154 0 1.73.52-.368 1.027-.755 1.546-1.124.012 2.707-.016 5.416.014 8.123-.522.544-1.062 1.071-1.596 1.603-1.654-2.445-2.228-5.583-1.551-8.456.65-2.887 2.557-5.456 5.122-6.928a10.737 10.737 0 0 1 4.485-1.416zM13.667 8.214c1.617-1.616 3.232-3.235 4.852-4.849.077.059.156.116.235.173-1.643 1.665-3.305 3.313-4.96 4.967l-.127-.291zM13.955 9.196c1.756-1.752 3.507-3.51 5.265-5.261l.216.203c-.829.832-1.662 1.662-2.491 2.493-1.049.925-1.948 2.001-2.962 2.963a8.862 8.862 0 0 1-.027-.398zM17.972 6.451c.631-.627 1.258-1.259 1.89-1.886.068.071.136.144.202.218-.561.557-1.11 1.129-1.682 1.672-.136.002-.272-.001-.409-.003zM19.148 6.555c.436-.437.865-.883 1.315-1.306.055.079.113.157.172.234-.394.398-.79.794-1.188 1.187-.1-.038-.2-.075-.299-.115zM20.012 6.962c.326-.328.65-.658.982-.98 1.654 2.445 2.226 5.582 1.549 8.454-.65 2.887-2.557 5.455-5.121 6.929a10.82 10.82 0 0 1-11.441-.371c1.173-1.173 2.336-2.36 3.525-3.514 1.487.01 2.974.005 4.461.003.001-.54.011-1.08-.006-1.619-.946-.005-1.892.009-2.838-.007 1.329-1.35 2.676-2.683 4.015-4.022.012.9-.001 1.799.007 2.699.015.695.21 1.411.675 1.944a3.255 3.255 0 0 0 2.413 1.098 3.26 3.26 0 0 0 2.514-1.141c.472-.565.648-1.32.64-2.042-.005-1.671.009-3.343-.007-5.014-.017-.97-.522-1.923-1.37-2.415zM17.526 8.221c.152-.054.308-.104.472-.102-.383.389-.77.775-1.159 1.159-.006-.182.067-.353.135-.518.158-.202.34-.394.552-.539z"/><path fill="#fff" d="M16.768 10.21c.681-.692 1.368-1.378 2.059-2.059.573.221.931.808.931 1.413.016 1.546.002 3.093.008 4.639.004.421-.052.871-.319 1.214-.46.611-1.406.697-2.034.308-.446-.282-.64-.827-.638-1.335-.008-1.393.006-2.786-.007-4.179zM15.132 9.298a6 6 0 0 1 .015.402c-.531.533-1.063 1.065-1.596 1.596l-.022-.049c.09-.188.194-.37.255-.571.41-.49.9-.919 1.348-1.379zM6.222 15.66c2.031-2.033 4.061-4.065 6.096-6.095.015.127.019.254.02.381-2.016 2.053-4.063 4.076-6.098 6.11a5.248 5.248 0 0 1-.018-.397zM15.132 10.571c.008.132.013.264.017.397-1.627 1.634-3.26 3.262-4.89 4.892a7.421 7.421 0 0 1-.395-.004c1.734-1.782 3.511-3.524 5.268-5.286zM6.224 16.929c1.068-1.062 2.124-2.136 3.199-3.191-.217.487-.681.845-.954 1.311-.69.809-1.488 1.518-2.225 2.284a3.405 3.405 0 0 1-.02-.404zM7.68 16.745c.017.134.023.269.021.404-.974.971-1.943 1.946-2.918 2.915a8.313 8.313 0 0 1-.218-.203c1.037-1.04 2.077-2.077 3.115-3.116zM3.366 18.518c.397-.406.807-.801 1.202-1.209l.038.187c.063.004.126.009.188.015-.415.413-.83.826-1.242 1.242a2.994 2.994 0 0 1-.187-.234zM5.67 17.499c.133 0 .266.006.398.01-.645.64-1.284 1.285-1.928 1.926a8.386 8.386 0 0 1-.203-.217c.578-.572 1.141-1.163 1.733-1.719zM5.248 20.449c1.003-.986 1.98-2.002 2.993-2.974.126.003.252.013.378.022-1.043 1.049-2.09 2.094-3.137 3.138a3.836 3.836 0 0 1-.235-.186z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.466 11.466 0 0 1 6.131 5.869 11.366 11.366 0 0 1 .999 5.474c-.179 3.017-1.635 5.928-3.928 7.894-2.448 2.146-5.844 3.143-9.065 2.672a11.44 11.44 0 0 1-7.403-4.281C.977 16.479.153 13.033.782 9.839c.569-3.02 2.425-5.766 5.011-7.426A11.34 11.34 0 0 1 11.367.596m-.304.624c-1.575.133-3.12.62-4.485 1.416-2.565 1.472-4.472 4.041-5.122 6.928-.677 2.873-.103 6.011 1.551 8.456.534-.532 1.074-1.059 1.596-1.603a77.712 77.712 0 0 0 1.625-1.623c1.988-1.972 3.963-3.956 5.942-5.937.392-.384.779-.774 1.165-1.163 1.563-1.561 3.128-3.121 4.685-4.688a10.809 10.809 0 0 0-6.957-1.785m2.604 6.993c-.451.445-.892.902-1.35 1.341l.001.01c-2.034 2.029-4.065 4.062-6.096 6.095-.554.547-1.098 1.104-1.655 1.648-.395.409-.805.803-1.202 1.209.058.082.12.16.187.234.412-.416.826-.83 1.242-1.242.481-.482.959-.968 1.447-1.443l-.001-.01c2.035-2.034 4.082-4.058 6.098-6.11.504-.46.963-.966 1.459-1.434l-.003-.008c1.655-1.654 3.317-3.301 4.96-4.967-.079-.057-.158-.114-.235-.173-1.62 1.614-3.234 3.233-4.852 4.849m.288.983a3809.043 3809.043 0 0 1-4.02 4.02c-.167.175-.389.315-.512.522-1.075 1.055-2.131 2.129-3.199 3.191-.183.191-.385.366-.554.57-.592.556-1.155 1.147-1.732 1.719.066.074.134.146.202.217.645-.64 1.284-1.286 1.928-1.926.06-.058.119-.116.176-.176.736-.766 1.535-1.475 2.225-2.284.136-.044.219-.168.319-.261 1.732-1.731 3.462-3.463 5.194-5.193 1.014-.962 1.914-2.038 2.962-2.963.83-.832 1.662-1.661 2.491-2.493l-.216-.203c-1.758 1.751-3.508 3.509-5.265 5.261m4.018-2.746c-.947.945-1.886 1.898-2.841 2.835l.001.012c-.447.46-.938.889-1.348 1.379a.809.809 0 0 0-.143.105c-1.986 1.989-3.975 3.975-5.962 5.963-1.037 1.039-2.078 2.076-3.115 3.116.072.068.144.136.218.203.975-.969 1.944-1.944 2.918-2.915 1.948-1.951 3.911-3.906 5.851-5.852.533-.531 1.065-1.063 1.596-1.596 1.077-1.083 2.169-2.151 3.233-3.246.573-.543 1.122-1.114 1.682-1.672a6.946 6.946 0 0 0-.202-.218c-.631.627-1.258 1.259-1.89 1.886m1.178.104l-.007-.002c-.525.568-1.133 1.071-1.616 1.669a2.52 2.52 0 0 0-.552.539c-.646.563-1.217 1.213-1.842 1.801v.009c-1.756 1.762-3.533 3.504-5.268 5.286h-.022c-.531.542-1.086 1.063-1.602 1.62-1.014.972-1.991 1.988-2.993 2.974.076.065.154.127.235.186 1.047-1.044 2.094-2.089 3.137-3.138l.009.001c.537-.553 1.089-1.091 1.631-1.638 1.63-1.631 3.263-3.259 4.89-4.892.567-.555 1.118-1.126 1.688-1.678V9.28c.389-.383.775-.77 1.159-1.159h.011c.473-.489.963-.962 1.44-1.449.398-.393.794-.79 1.188-1.187a6.38 6.38 0 0 1-.172-.234c-.45.423-.878.869-1.315 1.306m.865.405c-.397.394-.796.787-1.185 1.189-.691.682-1.379 1.367-2.059 2.059-.548.535-1.087 1.081-1.627 1.624-1.34 1.34-2.686 2.673-4.015 4.022h-.016c-.524.55-1.085 1.066-1.601 1.624-1.189 1.155-2.352 2.341-3.525 3.514a10.82 10.82 0 0 0 11.441.371c2.564-1.474 4.47-4.042 5.121-6.929.677-2.872.105-6.009-1.549-8.454-.332.322-.657.652-.982.98z"/><path fill="gray" d="M15.131 9.285c.955-.937 1.894-1.89 2.841-2.835.136.002.272.006.409.003-1.064 1.095-2.157 2.163-3.233 3.246a6.687 6.687 0 0 0-.015-.402l-.001-.012zM9.689 6.643c1.272-.485 2.84-.062 3.646 1.05-.387.39-.773.779-1.165 1.163-.163-.274-.377-.536-.678-.663-.626-.27-1.425-.077-1.832.479-.219.277-.295.63-.337.973-.54.001-1.08.008-1.62-.004-.041-1.287.792-2.529 1.986-2.998zM19.141 6.552l.007.002c.099.04.199.077.299.115-.476.487-.966.96-1.44 1.449h-.011a1.373 1.373 0 0 0-.472.102c.483-.599 1.091-1.101 1.616-1.669zM4.398 6.694c.1-.072.202-.164.334-.151.497.003.994-.007 1.491.007.005 2.748-.005 5.496.005 8.244a77.712 77.712 0 0 1-1.625 1.623c-.03-2.707-.002-5.415-.014-8.123-.52.368-1.027.755-1.546 1.124a99.765 99.765 0 0 1 0-1.73c.446-.339.908-.657 1.357-.993zM18.827 8.151c.389-.402.788-.795 1.185-1.189.848.492 1.353 1.445 1.37 2.415.016 1.671.002 3.343.007 5.014.008.723-.168 1.477-.64 2.042a3.259 3.259 0 0 1-2.514 1.141 3.26 3.26 0 0 1-2.413-1.098c-.465-.533-.66-1.249-.675-1.944-.008-.9.006-1.799-.007-2.699.54-.543 1.079-1.088 1.628-1.624.012 1.393-.001 2.786.007 4.179-.002.509.193 1.053.638 1.335.628.389 1.574.303 2.034-.308.266-.343.323-.793.319-1.214-.006-1.546.008-3.093-.008-4.639 0-.605-.358-1.192-.931-1.413zM12.317 9.555c.458-.439.899-.896 1.35-1.341.042.097.083.194.127.291l.003.008c-.495.468-.955.975-1.459 1.434a3.725 3.725 0 0 0-.02-.381l-.001-.01zM15.132 10.561c.624-.589 1.195-1.239 1.842-1.801-.068.165-.141.336-.135.518v.012c-.57.551-1.122 1.123-1.688 1.678-.005-.133-.009-.265-.017-.397v-.009zM9.935 13.216c1.341-1.339 2.681-2.679 4.02-4.02.006.133.015.266.027.398l-5.194 5.193c-.1.093-.183.217-.319.261.273-.466.738-.825.954-1.311.123-.207.345-.347.512-.522zM13.642 10.781a.742.742 0 0 1 .143-.105c-.06.201-.165.383-.255.571l.022.049c-1.94 1.946-3.903 3.901-5.851 5.852a2.728 2.728 0 0 0-.021-.404c1.987-1.988 3.976-3.974 5.962-5.963zM4.567 17.309c.556-.544 1.101-1.101 1.655-1.648.001.132.006.264.018.397l.001.01c-.488.475-.966.961-1.447 1.443l-.188-.015-.038-.187zM9.843 15.856h.022c.131.005.263.006.395.004-.542.547-1.094 1.086-1.631 1.638l-.009-.001c-.126-.009-.252-.019-.378-.022.516-.556 1.071-1.077 1.602-1.62zM11.108 15.855h.016c.946.016 1.892.002 2.838.007.017.54.007 1.08.006 1.619-1.487.002-2.974.007-4.461-.003.516-.558 1.077-1.073 1.601-1.624zM5.67 17.499c.169-.204.371-.379.554-.57 0 .135.006.27.02.404-.057.06-.116.119-.176.176-.133-.005-.265-.011-.398-.01z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-120--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.974 0h2.043c.424.075.854.104 1.275.194 2.842.538 5.455 2.16 7.217 4.451 1.425 1.811 2.258 4.045 2.49 6.33v2.04c-.074.409-.1.826-.187 1.234-.525 2.826-2.12 5.429-4.381 7.2a11.95 11.95 0 0 1-5.548 2.427c-.285.05-.576.063-.859.123h-2.041c-1.738-.185-3.45-.686-4.965-1.567-2.696-1.543-4.757-4.163-5.592-7.158-.218-.734-.321-1.493-.427-2.249v-2.043c.104-.759.208-1.521.427-2.258a12.06 12.06 0 0 1 5.158-6.893C7.197.789 9.072.202 10.973 0M9.065.585a11.74 11.74 0 0 0-4.403 2.199C2.284 4.664.678 7.494.31 10.507c-.42 3.18.535 6.507 2.587 8.973a510.21 510.21 0 0 0 2.222-2.649c.511-.608 1.035-1.215 1.531-1.83 1.81-2.136 3.605-4.286 5.402-6.433.354-.409.696-.828 1.046-1.241 1.563-1.864 3.128-3.726 4.69-5.591C15.175.242 11.977-.166 9.066.586m10.255 6.057c-.374.446-.749.892-1.122 1.339-.587.713-1.208 1.406-1.771 2.134-.529.578-1.02 1.197-1.523 1.797-1.234 1.455-2.453 2.922-3.682 4.381l-1.461 1.741c-1.182 1.41-2.367 2.816-3.545 4.228 2.674 1.537 5.967 1.92 8.932 1.094a11.753 11.753 0 0 0 4.163-2.12c2.392-1.881 4.007-4.721 4.376-7.743.421-3.179-.534-6.506-2.584-8.973-.598.705-1.188 1.415-1.784 2.122z"/><path fill="#fff" d="M9.065.585c2.911-.752 6.109-.344 8.722 1.15-1.561 1.865-3.127 3.727-4.69 5.591-.721-1.008-2.163-1.442-3.294-.895-1.167.583-1.823 1.914-1.787 3.192.5.004.999.006 1.499-.001.037-.616.3-1.282.89-1.559a1.267 1.267 0 0 1 1.646.504C10.253 10.714 8.459 12.864 6.649 15c-.034-2.887-.004-5.775-.015-8.662-.463-.007-.925-.004-1.388-.003-.1-.01-.178.056-.248.117-.433.372-.875.734-1.311 1.104-.014.619-.007 1.238-.003 1.857.487-.385.945-.805 1.43-1.193.01 2.87 0 5.74.005 8.61a510.21 510.21 0 0 1-2.222 2.649C.845 17.013-.109 13.685.31 10.506c.367-3.012 1.973-5.843 4.352-7.723A11.74 11.74 0 0 1 9.065.584zM19.321 6.643c.595-.707 1.185-1.417 1.784-2.122 2.05 2.467 3.005 5.794 2.584 8.973-.369 3.023-1.984 5.863-4.376 7.743a11.753 11.753 0 0 1-4.163 2.12c-2.966.826-6.259.442-8.932-1.094 1.178-1.412 2.363-2.819 3.545-4.228 1.354-.009 2.709 0 4.063-.005.01-.577.007-1.154.002-1.731-.868-.009-1.736.003-2.604-.006 1.229-1.459 2.448-2.926 3.682-4.381.036 1.029-.008 2.06.023 3.09.031.824.29 1.68.9 2.262.75.789 1.976 1.093 2.989.666.777-.326 1.426-.979 1.688-1.787.285-.804.199-1.667.212-2.504-.008-1.47.016-2.94-.012-4.41-.03-1.022-.527-2.016-1.385-2.588z"/><path fill="#fff" d="M16.428 10.116c.563-.728 1.184-1.421 1.771-2.134.677.19 1.005.922 1.005 1.576.012 1.673.001 3.347.005 5.02-.001.49-.079 1.022-.422 1.397-.483.56-1.465.554-1.945-.007-.313-.351-.405-.837-.41-1.294-.006-1.52.005-3.039-.005-4.559z"/><path fill="gray" d="M9.803 6.43c1.131-.547 2.573-.113 3.294.895-.35.412-.692.832-1.046 1.241a1.267 1.267 0 0 0-1.646-.504c-.59.277-.854.943-.89 1.559-.5.007-.999.005-1.499.001-.037-1.278.62-2.609 1.787-3.192zM4.997 6.451c.071-.06.149-.127.248-.117.463 0 .925-.004 1.388.003.012 2.887-.018 5.775.015 8.662-.496.615-1.02 1.223-1.531 1.83-.005-2.87.005-5.74-.005-8.61-.485.387-.944.807-1.43 1.193-.003-.619-.011-1.238.003-1.857.436-.37.878-.732 1.311-1.104zM18.199 7.982c.373-.447.748-.893 1.122-1.339.858.572 1.355 1.566 1.385 2.588.028 1.47.004 2.94.012 4.41-.013.836.073 1.7-.212 2.504-.262.808-.911 1.461-1.688 1.787-1.013.427-2.24.123-2.989-.666-.61-.582-.869-1.439-.9-2.262-.031-1.03.013-2.061-.023-3.09.503-.6.994-1.219 1.523-1.797.01 1.52 0 3.039.005 4.559.004.457.097.943.41 1.294.48.561 1.462.566 1.945.007.343-.375.421-.907.422-1.397-.004-1.673.007-3.347-.005-5.02 0-.655-.329-1.387-1.005-1.576zM9.762 18.035l1.461-1.741c.868.008 1.736-.003 2.604.006.005.577.008 1.154-.002 1.731-1.354.005-2.709-.005-4.063.005z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-130--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.092 0h1.846c1.755.162 3.486.664 5.013 1.552a12.078 12.078 0 0 1 5.407 6.494c.349.982.542 2.012.642 3.047v1.844c-.163 1.755-.664 3.487-1.553 5.014-1.535 2.714-4.168 4.784-7.172 5.621-.76.224-1.546.337-2.331.428h-1.881c-1.721-.157-3.415-.648-4.923-1.499-2.633-1.467-4.681-3.953-5.593-6.829-.291-.884-.448-1.804-.547-2.727v-1.884c.094-.876.237-1.75.503-2.592.835-2.747 2.7-5.16 5.139-6.673C7.276.761 9.169.164 11.092.001m.274.595a11.34 11.34 0 0 0-5.574 1.817C3.206 4.073 1.35 6.819.781 9.84c-.627 3.184.19 6.616 2.2 9.166a11.447 11.447 0 0 0 7.424 4.306c3.22.47 6.616-.526 9.064-2.672 2.293-1.966 3.75-4.876 3.928-7.893.127-1.87-.219-3.77-.999-5.475a11.462 11.462 0 0 0-6.131-5.869 11.38 11.38 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.063 1.22c2.431-.221 4.931.42 6.956 1.785-1.603 1.617-3.218 3.222-4.827 4.832-.719-1.162-2.241-1.645-3.527-1.267-1.195.39-2.125 1.552-2.186 2.817.538.004 1.076.008 1.614-.002.106-.896 1.081-1.541 1.942-1.244.435.129.777.471.982.867-1.925 1.932-3.85 3.864-5.787 5.783-.01-2.747 0-5.494-.005-8.242-.497-.017-.994-.004-1.491-.008-.133-.013-.235.079-.335.151-.449.336-.91.654-1.357.993a99.76 99.76 0 0 0 .001 1.73c.519-.369 1.026-.755 1.545-1.123.012 2.707-.017 5.415.015 8.122-.522.544-1.06 1.073-1.597 1.602-1.654-2.445-2.227-5.582-1.55-8.454.65-2.886 2.557-5.455 5.121-6.927a10.737 10.737 0 0 1 4.486-1.416zM13.5 8.383c1.671-1.674 3.344-3.346 5.018-5.017l.235.172c-1.701 1.728-3.428 3.433-5.14 5.151l-.113-.306zM13.738 9.418c1.824-1.83 3.653-3.657 5.482-5.482l.216.203c-.821.825-1.646 1.646-2.468 2.47-1.131 1.01-2.111 2.171-3.215 3.211l-.015-.402zM17.976 6.452c.626-.632 1.256-1.26 1.887-1.888.068.071.135.144.201.218-.561.557-1.11 1.13-1.684 1.672-.135.001-.27-.006-.404-.003zM20.45 5.247c.065.075.128.154.186.236-.395.397-.79.794-1.188 1.187-.1-.038-.199-.077-.297-.117.429-.44.87-.867 1.3-1.306zM20.012 6.963c.325-.329.648-.66.983-.979 1.654 2.444 2.225 5.581 1.548 8.453a10.816 10.816 0 0 1-12.98 8.105 10.723 10.723 0 0 1-3.577-1.547c1.181-1.2 2.376-2.387 3.57-3.574 1.423.468 3.147-.122 3.889-1.446a3.534 3.534 0 0 0 .266-2.714c.474-.477.949-.954 1.428-1.427.013.899-.001 1.799.007 2.698.015.695.21 1.411.675 1.944.603.681 1.499 1.102 2.412 1.098.943.022 1.875-.409 2.493-1.116.488-.567.669-1.334.662-2.068-.005-1.671.01-3.343-.007-5.014-.017-.97-.521-1.923-1.37-2.414zM17.527 8.221c.151-.053.306-.106.468-.099-.383.388-.766.775-1.157 1.155-.001-.181.066-.351.135-.516a2.49 2.49 0 0 1 .554-.54z"/><path fill="#fff" d="M16.768 10.211c.681-.693 1.368-1.38 2.06-2.061.571.223.93.808.93 1.413.016 1.546.002 3.093.008 4.64.004.421-.053.871-.319 1.214-.46.611-1.406.697-2.033.308-.446-.282-.64-.827-.638-1.335-.008-1.393.006-2.786-.007-4.178zM15.128 9.295c.014.135.02.27.02.405-.768.769-1.536 1.538-2.305 2.305a35.422 35.422 0 0 0-.242-.169c.444-.347.774-.809 1.182-1.194.449-.449.899-.897 1.346-1.347zM10.788 11.098c.429-.435.86-.869 1.297-1.296a1.25 1.25 0 0 1-.083.468 4.372 4.372 0 0 1-.744.733c-.153.048-.31.087-.47.095zM15.131 10.572c.009.131.014.263.018.395-.564.571-1.135 1.136-1.702 1.705l-.182-.232c.615-.629 1.241-1.248 1.865-1.868zM6.222 15.66c1.216-1.221 2.438-2.436 3.653-3.657.017.126.029.253.037.38-1.217 1.234-2.447 2.447-3.67 3.672a4.003 4.003 0 0 1-.02-.395zM8.448 14.703c.717-.71 1.425-1.43 2.145-2.139.121.015.242.033.361.058-.713.699-1.402 1.432-2.131 2.109a6.754 6.754 0 0 1-.375-.028zM11.557 12.868c.078.062.156.126.233.19-.784.787-1.572 1.568-2.354 2.357a1.067 1.067 0 0 1-.182-.246c.77-.765 1.535-1.534 2.303-2.301zM9.881 15.827c.743-.759 1.499-1.507 2.252-2.257.027.113.051.228.074.343l-2 2a13.135 13.135 0 0 1-.327-.086zM11.13 15.851c.333-.347.67-.691 1.022-1.018-.12.487-.533.907-1.022 1.018zM6.224 16.928c.461-.461.922-.921 1.382-1.383.045.093.091.186.139.278-.492.51-1.001 1.002-1.498 1.507a2.715 2.715 0 0 1-.022-.403zM8.044 16.379c.07.071.139.144.208.216-1.156 1.157-2.311 2.315-3.47 3.468a8.352 8.352 0 0 1-.217-.202c1.158-1.163 2.322-2.319 3.479-3.482zM5.248 20.449c1.157-1.149 2.304-2.308 3.462-3.456l.253.163a1902.42 1902.42 0 0 1-3.48 3.479 3.252 3.252 0 0 1-.235-.186zM3.366 18.518c.397-.406.806-.8 1.2-1.208l.039.185c.063.005.126.009.188.015-.414.414-.83.827-1.242 1.244a2.997 2.997 0 0 1-.186-.235zM5.671 17.498c.132 0 .264.006.396.011-.644.64-1.283 1.286-1.928 1.925a8.352 8.352 0 0 1-.202-.217c.578-.572 1.141-1.165 1.734-1.719z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.466 11.466 0 0 1 6.131 5.869 11.37 11.37 0 0 1 .999 5.475c-.179 3.017-1.635 5.927-3.928 7.893-2.448 2.146-5.844 3.143-9.064 2.672a11.434 11.434 0 0 1-7.424-4.306C.972 16.456.155 13.024.782 9.84c.569-3.021 2.425-5.767 5.011-7.427A11.34 11.34 0 0 1 11.367.596m-.304.624c-1.575.133-3.12.62-4.486 1.416-2.564 1.472-4.471 4.041-5.121 6.927-.677 2.872-.104 6.01 1.55 8.454.537-.529 1.075-1.058 1.597-1.602a71.05 71.05 0 0 0 1.625-1.623c1.937-1.919 3.862-3.852 5.787-5.783.397-.385.785-.78 1.176-1.172 1.61-1.61 3.225-3.215 4.827-4.832a10.806 10.806 0 0 0-6.956-1.785M13.5 8.383c-.472.472-.952.943-1.415 1.419-.437.428-.868.861-1.297 1.296h-.009c-.298.305-.601.605-.904.905-1.215 1.222-2.437 2.437-3.653 3.657-.554.547-1.099 1.105-1.656 1.649-.395.408-.803.802-1.2 1.208.058.082.12.16.186.235.412-.417.828-.83 1.242-1.244.483-.481.96-.968 1.449-1.443l-.001-.011c1.223-1.225 2.453-2.438 3.67-3.672.448-.459.941-.885 1.346-1.38a4.41 4.41 0 0 0 .744-.733c.565-.495 1.071-1.058 1.611-1.582 1.712-1.718 3.439-3.423 5.14-5.151a12.824 12.824 0 0 1-.235-.172A4747.007 4747.007 0 0 0 13.5 8.381m.238 1.037a717.573 717.573 0 0 0-3.145 3.146c-.72.709-1.428 1.429-2.145 2.139-.28.282-.561.563-.842.843-.459.462-.921.922-1.382 1.383-.182.191-.385.364-.552.57-.593.555-1.156 1.147-1.734 1.719.066.074.134.146.202.217.645-.639 1.284-1.285 1.928-1.925.061-.058.121-.117.179-.179.497-.505 1.006-.997 1.498-1.507.363-.36.74-.71 1.079-1.093.729-.678 1.418-1.41 2.131-2.109.934-.928 1.856-1.869 2.799-2.789V9.82c1.104-1.04 2.085-2.202 3.215-3.211.822-.824 1.647-1.645 2.468-2.47l-.216-.203a2833.362 2833.362 0 0 0-5.482 5.482m4.237-2.966c-.952.944-1.896 1.897-2.847 2.843-.447.45-.897.898-1.346 1.347-.407.385-.738.847-1.182 1.194-.359.332-.694.69-1.044 1.032-.768.766-1.533 1.536-2.303 2.301-.401.405-.805.808-1.21 1.21-1.157 1.163-2.321 2.319-3.479 3.482.072.068.144.136.218.202 1.159-1.154 2.314-2.311 3.47-3.468.397-.391.787-.789 1.184-1.18.782-.788 1.57-1.57 2.354-2.357.352-.351.703-.701 1.053-1.053.769-.767 1.537-1.536 2.305-2.305 1.076-1.083 2.169-2.15 3.232-3.245.574-.543 1.123-1.115 1.684-1.672a8.365 8.365 0 0 0-.201-.218c-.63.628-1.261 1.256-1.887 1.888m2.473-1.206c-.43.439-.871.867-1.3 1.306l-.008-.003c-.524.57-1.133 1.071-1.616 1.671a2.533 2.533 0 0 0-.554.54c-.647.563-1.218 1.213-1.842 1.802v.009c-.624.62-1.25 1.239-1.865 1.868-.384.37-.759.75-1.133 1.13-.754.749-1.509 1.497-2.252 2.257-.398.381-.784.775-1.171 1.167-1.158 1.148-2.304 2.307-3.462 3.456.075.065.154.127.235.186a1902.42 1902.42 0 0 0 3.48-3.479c.417-.413.829-.83 1.245-1.243.666-.668 1.333-1.333 2-2l1.241-1.241c.566-.569 1.137-1.133 1.702-1.705.563-.561 1.136-1.125 1.688-1.691.391-.38.774-.767 1.157-1.155h.011c.474-.49.965-.964 1.441-1.451.398-.393.794-.79 1.188-1.187a2.837 2.837 0 0 0-.186-.236m-.437 1.715c-.398.393-.796.785-1.184 1.187-.692.681-1.38 1.368-2.06 2.061-.549.534-1.088 1.08-1.628 1.624-.479.473-.954.95-1.428 1.427-.519.524-1.056 1.037-1.56 1.571-.352.327-.689.671-1.022 1.018l-.023.005c-.508.53-1.041 1.036-1.551 1.565-1.194 1.187-2.389 2.374-3.57 3.574a10.702 10.702 0 0 0 3.577 1.547 10.82 10.82 0 0 0 7.86-1.177c2.563-1.474 4.47-4.042 5.12-6.928.677-2.871.105-6.009-1.548-8.452-.335.319-.658.65-.983.979z"/><path fill="gray" d="M15.128 9.295c.951-.945 1.895-1.898 2.847-2.843.135-.003.269.004.404.003-1.063 1.095-2.156 2.162-3.232 3.245 0-.135-.006-.27-.02-.405zM9.664 6.57c1.286-.379 2.809.105 3.527 1.267-.39.393-.779.787-1.176 1.172-.205-.397-.547-.738-.982-.867-.861-.298-1.836.348-1.942 1.244-.538.009-1.076.006-1.614.002.061-1.265.991-2.427 2.186-2.817zM19.142 6.55l.008.003c.098.04.197.079.297.117-.477.487-.968.961-1.441 1.451h-.011c-.162-.007-.317.046-.468.099.482-.6 1.092-1.101 1.616-1.671zM4.398 6.694c.1-.072.202-.164.335-.151.496.004.994-.009 1.491.008.004 2.747-.006 5.495.005 8.242a71.05 71.05 0 0 1-1.625 1.623c-.031-2.707-.002-5.415-.015-8.122-.52.368-1.027.754-1.545 1.123a90.7 90.7 0 0 1-.001-1.73c.447-.339.908-.657 1.357-.993zM18.828 8.15c.388-.402.787-.794 1.184-1.187.848.491 1.352 1.444 1.37 2.414.017 1.671.002 3.343.007 5.014.008.734-.174 1.501-.662 2.068-.618.707-1.55 1.138-2.493 1.116a3.258 3.258 0 0 1-2.412-1.098c-.465-.533-.66-1.249-.675-1.944-.008-.899.006-1.799-.007-2.698.54-.543 1.079-1.089 1.628-1.624.013 1.393-.001 2.786.007 4.178-.001.509.193 1.053.638 1.335.628.389 1.574.303 2.033-.308.267-.343.323-.793.319-1.214-.006-1.547.008-3.094-.008-4.64 0-.605-.359-1.19-.93-1.413zM12.085 9.802c.463-.476.944-.947 1.415-1.419l.113.306c-.54.523-1.046 1.086-1.611 1.582a1.25 1.25 0 0 0 .083-.468zM15.131 10.563c.624-.589 1.195-1.239 1.842-1.802-.069.165-.137.334-.135.516-.552.566-1.125 1.13-1.688 1.691a10.34 10.34 0 0 0-.018-.395v-.009zM10.593 12.564c1.044-1.052 2.094-2.1 3.145-3.146l.015.402v.013c-.943.919-1.865 1.86-2.799 2.789a4.929 4.929 0 0 0-.361-.058zM10.788 11.098c.16-.008.317-.046.47-.095-.405.495-.898.921-1.346 1.38a5.368 5.368 0 0 0-.037-.38c.303-.3.606-.6.904-.905h.009zM11.557 12.868c.35-.342.685-.7 1.044-1.032l.242.169c-.35.352-.701.703-1.053 1.053a13.809 13.809 0 0 0-.233-.19zM12.133 13.57c.374-.381.749-.76 1.133-1.13l.182.232-1.241 1.241a9.96 9.96 0 0 0-.074-.343zM12.152 14.833c.503-.534 1.041-1.048 1.56-1.571a3.535 3.535 0 0 1-.266 2.714c-.742 1.324-2.467 1.914-3.889 1.446.51-.529 1.043-1.035 1.551-1.565l.023-.005a1.419 1.419 0 0 0 1.022-1.018zM7.605 15.546c.281-.28.563-.561.842-.843.125.012.25.023.375.028-.338.383-.715.733-1.079 1.093a10.287 10.287 0 0 1-.139-.278zM8.044 16.379c.405-.402.809-.805 1.21-1.21.049.09.11.173.182.246-.398.391-.788.789-1.184 1.18-.069-.072-.138-.145-.208-.216zM4.566 17.31c.557-.544 1.102-1.102 1.656-1.649.001.132.006.263.02.395l.001.011c-.489.474-.966.962-1.449 1.443l-.188-.015-.039-.185zM8.709 16.994c.388-.391.773-.786 1.171-1.167.108.03.217.059.327.086-.416.413-.828.831-1.245 1.243l-.253-.163zM5.671 17.498c.167-.206.37-.379.552-.57-.002.135.005.269.022.403-.058.061-.118.12-.179.179-.132-.005-.264-.011-.396-.011z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-130--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.969 0h2.055c.392.072.791.097 1.182.178 2.875.522 5.523 2.153 7.304 4.467 1.425 1.81 2.256 4.042 2.49 6.325v2.054c-.188 1.711-.668 3.403-1.536 4.898-1.534 2.728-4.173 4.811-7.19 5.651-.732.219-1.491.32-2.244.428h-2.054c-1.735-.187-3.444-.687-4.957-1.567-2.696-1.544-4.757-4.163-5.592-7.158-.218-.732-.32-1.49-.427-2.244v-2.055c.105-.756.209-1.516.427-2.25a12.058 12.058 0 0 1 5.129-6.876C7.174.799 9.058.206 10.969.001M9.218.547a11.738 11.738 0 0 0-4.557 2.237C2.283 4.664.676 7.494.309 10.507c-.421 3.181.538 6.507 2.586 8.977.74-.885 1.485-1.766 2.222-2.653.513-.61 1.039-1.222 1.538-1.837 1.763-2.08 3.509-4.176 5.263-6.264.353-.419.707-.839 1.057-1.26 1.602-1.911 3.212-3.815 4.804-5.733C15.217.264 12.084-.148 9.217.549M19.322 6.64l-1.124 1.342c-.591.704-1.183 1.407-1.772 2.113v.023c-.533.577-1.014 1.202-1.53 1.796-.436.527-.882 1.045-1.315 1.575-.482.569-.967 1.138-1.437 1.715-.303.346-.599.7-.888 1.058-.493.567-.971 1.154-1.458 1.73-1.195 1.424-2.393 2.847-3.585 4.274 2.555 1.463 5.672 1.885 8.531 1.196a11.734 11.734 0 0 0 4.566-2.224c2.392-1.881 4.007-4.721 4.376-7.744a11.794 11.794 0 0 0-2.584-8.975c-.595.706-1.187 1.415-1.782 2.122z"/><path fill="#fff" d="M9.218.547c2.867-.697 6-.285 8.562 1.188-1.592 1.918-3.203 3.822-4.804 5.733-.375-.561-.93-1.019-1.595-1.179-.715-.187-1.522-.105-2.128.34a3.603 3.603 0 0 0-1.454 2.714c.502-.002 1.004.015 1.506-.009.075-.641.519-1.272 1.185-1.38.591-.106 1.144.28 1.428.776-1.754 2.088-3.5 4.184-5.263 6.264a5.39 5.39 0 0 1-.022-.696V6.339c-.414-.01-.829.001-1.243-.006-.116.002-.25-.015-.34.076-.454.383-.909.765-1.365 1.146-.014.619-.008 1.238-.003 1.857.487-.383.945-.804 1.43-1.191.011 2.87 0 5.74.006 8.61-.737.887-1.482 1.768-2.222 2.653C.848 17.014-.111 13.688.31 10.507c.367-3.012 1.973-5.843 4.352-7.723A11.738 11.738 0 0 1 9.219.547zM19.322 6.64c.595-.706 1.187-1.415 1.782-2.122a11.793 11.793 0 0 1 2.584 8.975c-.369 3.023-1.984 5.863-4.376 7.744a11.72 11.72 0 0 1-4.566 2.224c-2.859.689-5.976.267-8.531-1.196 1.192-1.427 2.389-2.85 3.585-4.274a2.902 2.902 0 0 0 2.343-.268c1.414-.84 1.871-2.723 1.44-4.235.433-.529.879-1.048 1.315-1.575.045.684.008 1.371.021 2.055-.004.808-.032 1.65.302 2.406a2.959 2.959 0 0 0 2.057 1.696c1.015.226 2.082-.229 2.729-1.019.517-.62.705-1.447.712-2.239.002-1.75.001-3.501 0-5.251-.001-.764-.163-1.56-.628-2.183-.208-.292-.495-.511-.767-.739z"/><path fill="#fff" d="M16.426 10.095c.589-.705 1.181-1.409 1.772-2.113.678.189 1.005.922 1.006 1.577.014 1.657.001 3.315.006 4.972 0 .495-.065 1.032-.401 1.419-.476.582-1.479.589-1.967.018-.313-.351-.405-.838-.409-1.295-.007-1.519.007-3.038-.007-4.557v-.023zM11.258 16.261c.289-.358.585-.712.888-1.058-.113.461-.435.889-.888 1.058z"/><path fill="gray" d="M9.254 6.628c.606-.445 1.413-.526 2.128-.34.665.16 1.22.619 1.595 1.179-.351.422-.704.841-1.058 1.26-.284-.496-.837-.882-1.428-.776-.666.108-1.11.74-1.185 1.38-.502.024-1.004.007-1.506.009a3.606 3.606 0 0 1 1.454-2.714zM5.051 6.408c.09-.091.224-.075.34-.076.414.007.829-.004 1.243.006v7.959a5.39 5.39 0 0 0 .022.696c-.499.616-1.024 1.227-1.537 1.837-.006-2.87.006-5.74-.006-8.61-.485.386-.942.807-1.43 1.191-.005-.619-.011-1.238.003-1.857.456-.381.911-.762 1.365-1.146zM18.198 7.982c.374-.448.75-.893 1.124-1.342.272.228.559.447.767.739.465.623.626 1.418.628 2.183 0 1.75.002 3.501 0 5.251-.007.792-.194 1.619-.712 2.239-.646.789-1.714 1.245-2.729 1.019a2.96 2.96 0 0 1-2.057-1.696c-.334-.756-.306-1.598-.302-2.406-.012-.685.025-1.372-.021-2.055.515-.594.997-1.22 1.53-1.796.014 1.519 0 3.038.007 4.557.003.457.096.944.409 1.295.487.571 1.491.563 1.967-.018.337-.388.402-.925.401-1.419-.005-1.657.008-3.315-.006-4.972-.001-.655-.329-1.388-1.006-1.577zM12.146 15.203c.469-.578.954-1.147 1.437-1.715.431 1.512-.025 3.395-1.44 4.235a2.902 2.902 0 0 1-2.343.268c.487-.576.965-1.162 1.458-1.73.453-.169.774-.597.888-1.058z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.099 0h1.825c1.771.158 3.518.669 5.056 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.984.544 2.017.642 3.054v1.822c-.159 1.771-.669 3.519-1.57 5.058-1.537 2.7-4.162 4.757-7.155 5.592-.764.224-1.553.34-2.343.428h-1.855c-1.726-.153-3.425-.647-4.937-1.499-2.632-1.467-4.68-3.953-5.593-6.829-.292-.887-.45-1.811-.547-2.737v-1.86c.098-.967.27-1.93.581-2.853a12.073 12.073 0 0 1 5.061-6.426C7.277.76 9.173.162 11.099.001m.267.595c-2.156.11-4.272.862-6.022 2.123A11.444 11.444 0 0 0 .762 9.942c-.593 3.166.237 6.565 2.239 9.09a11.444 11.444 0 0 0 7.402 4.281c3.22.471 6.618-.526 9.065-2.672 2.294-1.966 3.75-4.876 3.929-7.894a11.368 11.368 0 0 0-.999-5.474 11.46 11.46 0 0 0-6.131-5.87 11.38 11.38 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.062 1.22c2.433-.221 4.934.42 6.959 1.787-.843.849-1.693 1.692-2.536 2.54-.045.04-.084.093-.146.105-1.248.298-2.358 1.312-2.585 2.605-.465.51-.973.988-1.463 1.477.146-1.157-.25-2.377-1.121-3.168-.92-.912-2.345-1.206-3.577-.862-1.522.454-2.631 1.994-2.572 3.584.625.005 1.251.007 1.875-.001.04-.377.124-.762.348-1.075.431-.643 1.296-.906 2.024-.677 1.113.357 1.53 1.904.807 2.805-1.654 2.094-3.331 4.17-4.994 6.258-.096.108-.052.26-.062.39-.309.362-.678.687-1.012 1.033-1.656-2.445-2.229-5.583-1.552-8.457.65-2.887 2.557-5.456 5.121-6.928a10.752 10.752 0 0 1 4.485-1.416zM16.36 5.52c.72-.717 1.436-1.44 2.159-2.155.077.059.156.117.234.174-.659.679-1.333 1.343-2.004 2.01l-.388-.029zM17.456 5.693c.592-.582 1.173-1.175 1.764-1.758.073.067.144.135.216.203-.563.562-1.121 1.128-1.689 1.685-.097-.044-.194-.088-.291-.13zM18.314 6.111c.516-.515 1.03-1.032 1.547-1.546.069.071.136.143.202.218-.498.503-1 1.003-1.501 1.503l-.247-.175zM20.45 5.247c.066.075.127.154.186.235-.471.477-.946.949-1.421 1.423l-.198-.22c.475-.481.959-.956 1.433-1.438zM19.543 7.431c.48-.487.966-.968 1.449-1.451 1.655 2.445 2.228 5.583 1.551 8.456A10.818 10.818 0 0 1 5.98 20.992c.86-.857 1.71-1.725 2.581-2.572.915.023 1.832.008 2.749.008.006-.625.006-1.251 0-1.876-.294-.008-.589 0-.883-.006.74-.744 1.482-1.486 2.226-2.226-.018.774.014 1.581.37 2.287.377.778 1.1 1.345 1.89 1.665 1.398.558 3.096.177 4.124-.922.624-.645.883-1.562.885-2.443.002-1.89 0-3.781.001-5.672.001-.618-.102-1.246-.381-1.803zM15.661 7.502c.16-.045.326-.061.49-.084a111.09 111.09 0 0 1-1.573 1.573c.009-.155.024-.31.066-.46.316-.361.672-.694 1.017-1.029zM14.519 9.917c.794-.815 1.602-1.617 2.413-2.416l.268.147c-.882.886-1.769 1.767-2.651 2.654a9.973 9.973 0 0 0-.03-.385zM14.522 11.188c1.036-1.06 2.094-2.1 3.142-3.15l.16.256c-1.089 1.096-2.186 2.184-3.276 3.28-.008-.128-.016-.257-.027-.385z"/><path fill="#fff" d="M14.526 12.455a349.187 349.187 0 0 1 3.496-3.496c.042 1.841.006 3.684.019 5.526.012.498-.029 1.03-.32 1.454-.622.935-2.205.948-2.846.029-.227-.32-.318-.717-.332-1.104-.018-.802.015-1.605-.017-2.408zM10.799 11.111c.585-.652 1.236-1.245 1.845-1.875.008.129.016.257.02.386-.924.958-1.878 1.892-2.822 2.832.235-.497.705-.849.957-1.343zM6.615 16.537c2.011-2.009 4.021-4.019 6.03-6.03.008.127.016.255.021.382-1.82 1.873-3.699 3.705-5.54 5.564-.041.036-.074.087-.127.106-.128-.004-.255-.014-.383-.022zM12.647 11.777c.006.136.009.273.012.409a2245.445 2245.445 0 0 1-4.365 4.365c-.136-.003-.273-.006-.409-.013l4.762-4.762zM12.647 13.052c.006.134.009.269.014.403a822.358 822.358 0 0 1-3.097 3.098l-.401-.012c1.157-1.168 2.324-2.325 3.485-3.489zM3.366 18.519c.211-.221.432-.431.645-.65.007.128.014.257.025.385a5.18 5.18 0 0 1-.498.496 7.721 7.721 0 0 0-.172-.232zM3.937 19.218c.263-.265.525-.531.792-.79l.411.009c-.334.332-.666.667-1 .998a6.942 6.942 0 0 1-.203-.217zM4.566 19.861c.487-.483.962-.978 1.459-1.45.128.013.256.022.385.03-.545.538-1.081 1.085-1.627 1.622a8.352 8.352 0 0 1-.217-.202zM5.25 20.462a96.407 96.407 0 0 1 2.047-2.048c.128.011.256.019.384.027-.735.729-1.462 1.466-2.199 2.194a5.562 5.562 0 0 0-.232-.172z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.464 11.464 0 0 1 6.131 5.87 11.366 11.366 0 0 1 .999 5.474c-.179 3.017-1.635 5.928-3.929 7.894-2.447 2.146-5.845 3.143-9.065 2.672a11.437 11.437 0 0 1-7.402-4.281C1 16.507.17 13.108.763 9.942a11.449 11.449 0 0 1 4.582-7.223A11.364 11.364 0 0 1 11.367.596m-.305.624c-1.575.134-3.12.62-4.485 1.416-2.565 1.472-4.471 4.042-5.121 6.928-.677 2.873-.103 6.012 1.553 8.457.334-.346.702-.671 1.012-1.033.086-.064.165-.137.239-.214 2.341-2.349 4.696-4.687 7.032-7.04.49-.489.997-.967 1.463-1.477.742-.694 1.442-1.435 2.168-2.148.138-.153.316-.274.417-.457.062-.012.102-.065.146-.105.844-.848 1.693-1.691 2.536-2.54a10.808 10.808 0 0 0-6.959-1.787m5.297 4.3c-1.238 1.239-2.476 2.478-3.716 3.715-.609.63-1.261 1.224-1.845 1.875-.205.14-.356.343-.539.51-2.084 2.083-4.165 4.168-6.25 6.248-.212.219-.434.429-.645.65.059.076.116.153.172.232.178-.152.342-.322.498-.496a962.168 962.168 0 0 0 5.806-5.8c.944-.94 1.898-1.874 2.822-2.832 1.376-1.342 2.725-2.713 4.084-4.073.671-.666 1.346-1.331 2.004-2.01a12.875 12.875 0 0 1-.234-.174c-.723.715-1.438 1.438-2.159 2.155m1.098.173c-.593.607-1.208 1.195-1.794 1.808-.345.335-.701.668-1.017 1.029-.688.635-1.328 1.322-2 1.976a8570.347 8570.347 0 0 1-6.03 6.03c-.627.632-1.261 1.257-1.885 1.891-.268.26-.53.525-.792.79.066.074.134.146.203.217.334-.332.666-.667 1-.998.615-.63 1.26-1.233 1.858-1.878.053-.019.086-.07.127-.106 1.841-1.859 3.72-3.691 5.54-5.564.657-.61 1.282-1.265 1.913-1.898a111.09 111.09 0 0 0 1.573-1.573 126.16 126.16 0 0 0 1.595-1.594c.568-.556 1.126-1.123 1.689-1.685a10.36 10.36 0 0 0-.216-.203c-.591.583-1.172 1.176-1.764 1.758m.858.418c-.46.465-.93.919-1.382 1.39-.81.799-1.619 1.601-2.413 2.416-.635.608-1.246 1.242-1.872 1.86l-4.762 4.762c-.619.625-1.252 1.237-1.861 1.872-.497.472-.972.967-1.459 1.45.071.068.143.136.217.202.546-.537 1.082-1.084 1.627-1.622.626-.632 1.259-1.257 1.885-1.889 1.457-1.454 2.912-2.908 4.365-4.365.632-.625 1.257-1.259 1.889-1.884.882-.887 1.769-1.768 2.651-2.654.455-.453.909-.907 1.362-1.362.502-.5 1.003-1 1.501-1.503a5.21 5.21 0 0 0-.202-.218c-.517.514-1.032 1.031-1.547 1.546m2.137-.865c-.475.482-.958.956-1.433 1.438-.453.449-.904.9-1.352 1.353-1.048 1.05-2.106 2.09-3.142 3.15-.636.61-1.248 1.244-1.875 1.864-1.161 1.164-2.328 2.322-3.485 3.489h-.009c-.613.63-1.251 1.237-1.857 1.873a101.35 101.35 0 0 0-2.047 2.048c.079.056.156.113.232.172.736-.728 1.464-1.465 2.199-2.194.626-.631 1.259-1.254 1.882-1.887a822.611 822.611 0 0 0 3.098-3.098c.634-.622 1.256-1.257 1.888-1.882 1.089-1.096 2.186-2.184 3.276-3.28.465-.461.928-.924 1.39-1.389.475-.473.95-.946 1.421-1.423a3.252 3.252 0 0 0-.186-.235m-.907 2.185c-.508.507-1.027 1.012-1.522 1.528a371.715 371.715 0 0 0-3.496 3.496c-.633.612-1.249 1.242-1.872 1.865-.744.74-1.486 1.482-2.226 2.226-.623.624-1.254 1.239-1.865 1.874-.87.847-1.721 1.715-2.581 2.572a10.819 10.819 0 0 0 11.442.373c2.564-1.474 4.471-4.043 5.121-6.929.677-2.873.104-6.011-1.551-8.456-.484.483-.969.965-1.449 1.451z"/><path fill="gray" d="M12.645 9.235l3.716-3.715c.129.01.259.018.388.029-1.359 1.36-2.708 2.731-4.084 4.073-.003-.129-.012-.257-.02-.386zM6.592 5.703c1.231-.344 2.657-.049 3.577.862.871.791 1.267 2.01 1.121 3.168-2.336 2.353-4.691 4.691-7.032 7.04-.074.077-.153.15-.239.214.011-.13-.034-.283.062-.39 1.662-2.087 3.339-4.164 4.994-6.258.723-.902.306-2.449-.807-2.805-.728-.228-1.593.035-2.024.677-.225.313-.308.698-.348 1.075-.625.008-1.25.006-1.875.001-.059-1.59 1.05-3.13 2.572-3.584zM12.753 8.257c.227-1.292 1.337-2.307 2.585-2.605-.101.183-.279.304-.417.457-.726.712-1.425 1.454-2.168 2.148zM15.661 7.502c.586-.614 1.201-1.201 1.794-1.808l.291.13c-.527.535-1.058 1.069-1.595 1.594-.164.022-.33.039-.49.084zM16.932 7.501c.452-.472.923-.926 1.382-1.39l.247.175c-.453.455-.907.909-1.362 1.362l-.268-.147zM17.664 8.038c.448-.453.9-.904 1.352-1.353l.198.22c-.462.465-.924.928-1.39 1.389l-.16-.256zM18.022 8.959c.495-.515 1.013-1.02 1.522-1.528.278.557.382 1.185.381 1.803 0 1.891.001 3.781-.001 5.672-.003.881-.262 1.797-.885 2.443-1.028 1.099-2.726 1.48-4.124.922-.79-.32-1.513-.887-1.89-1.665-.356-.705-.388-1.512-.37-2.287.623-.622 1.239-1.253 1.872-1.865.031.802-.001 1.605.017 2.408.014.387.105.784.332 1.104.641.919 2.225.906 2.846-.029.291-.423.331-.955.32-1.454-.013-1.842.023-3.684-.019-5.526zM12.645 10.507c.671-.653 1.312-1.341 2-1.976-.041.15-.057.305-.066.46-.631.632-1.257 1.287-1.913 1.897-.004-.127-.013-.255-.021-.382zM12.647 11.777c.626-.618 1.237-1.252 1.872-1.86.012.128.021.256.03.385-.632.626-1.257 1.259-1.889 1.884a27.917 27.917 0 0 0-.012-.409zM10.26 11.62c.183-.166.333-.37.539-.51-.252.494-.722.846-.957 1.343a1024.214 1024.214 0 0 1-5.806 5.8 8.288 8.288 0 0 1-.025-.385c2.085-2.081 4.167-4.166 6.25-6.248zM12.647 13.052c.626-.62 1.239-1.254 1.875-1.864.01.128.018.257.027.385-.631.625-1.254 1.259-1.888 1.882a26.655 26.655 0 0 0-.014-.403zM4.729 18.428c.624-.634 1.259-1.259 1.885-1.891.128.008.255.017.383.022-.599.645-1.243 1.249-1.858 1.878a28.174 28.174 0 0 0-.411-.009zM6.025 18.411c.609-.635 1.242-1.246 1.861-1.872.136.007.272.01.409.013-.626.632-1.259 1.257-1.885 1.889a9.973 9.973 0 0 1-.385-.03zM9.154 16.541h.009l.401.012c-.624.633-1.257 1.256-1.883 1.887-.128-.008-.256-.015-.384-.027.607-.636 1.244-1.243 1.857-1.873zM8.562 18.42c.611-.635 1.243-1.25 1.865-1.874.294.007.589-.001.883.006.007.625.006 1.251 0 1.876-.916 0-1.833.015-2.749-.008z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-20--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.995 0H13c.429.071.864.103 1.291.194 2.843.538 5.456 2.16 7.219 4.452 1.428 1.816 2.265 4.058 2.49 6.351v2.001c-.072.43-.104.866-.195 1.293-.54 2.854-2.174 5.475-4.477 7.24-1.813 1.415-4.042 2.247-6.325 2.469h-2.002c-1.744-.179-3.462-.683-4.982-1.567-2.674-1.53-4.724-4.12-5.572-7.085-.232-.764-.345-1.554-.448-2.343v-2.006c.22-2.283 1.052-4.515 2.469-6.328C4.232 2.367 6.855.733 9.708.194c.425-.091.858-.122 1.286-.194m-1.74.538a11.746 11.746 0 0 0-4.592 2.245C2.297 4.653.694 7.463.317 10.458c-.435 3.194.518 6.542 2.58 9.021.562-.674 1.143-1.337 1.687-2.024 2.276-2.671 4.514-5.377 6.779-8.059.5-.618 1.04-1.207 1.52-1.839.506-.572 1.02-1.151 1.469-1.768.134-.09.222-.229.327-.348 1.039-1.234 2.07-2.475 3.113-3.705C15.234.272 12.116-.152 9.255.537m9.655 6.595c-.45.539-.903 1.077-1.355 1.615-1.063 1.281-2.154 2.543-3.202 3.835-.6.672-1.163 1.377-1.746 2.063-.675.803-1.351 1.607-2.024 2.413-.563.669-1.128 1.337-1.685 2.011-.899 1.061-1.79 2.129-2.683 3.195 2.662 1.531 5.94 1.918 8.897 1.104a11.747 11.747 0 0 0 4.199-2.13c2.392-1.881 4.007-4.72 4.376-7.742.421-3.179-.534-6.506-2.584-8.974-.736.867-1.462 1.742-2.195 2.611z"/><path fill="#fff" d="M9.254.538c2.862-.689 5.98-.265 8.537 1.199-1.043 1.23-2.074 2.471-3.113 3.705-.105.119-.194.258-.327.348a3.257 3.257 0 0 0-1.469 1.768c-.48.632-1.02 1.221-1.52 1.839.084-1.468-.616-3.01-1.919-3.749-.869-.475-1.984-.528-2.868-.061-1.298.709-2.031 2.217-1.982 3.671.579.002 1.158.003 1.737-.001.045-.551.197-1.128.611-1.519.5-.522 1.404-.616 1.972-.152.857.739.931 2.142.232 3.014-1.495 2.16-2.986 4.324-4.483 6.483-.085.105-.067.246-.079.373-.544.687-1.125 1.35-1.687 2.024-2.062-2.479-3.015-5.828-2.58-9.021.377-2.995 1.98-5.805 4.345-7.675A11.732 11.732 0 0 1 9.253.539zM18.91 7.132c.734-.869 1.459-1.744 2.195-2.611 2.05 2.467 3.005 5.795 2.584 8.974-.369 3.023-1.985 5.862-4.376 7.742a11.747 11.747 0 0 1-4.199 2.13c-2.957.814-6.234.427-8.897-1.104.893-1.066 1.784-2.133 2.683-3.195.82 0 1.641.003 2.461-.001.006-.669.005-1.338 0-2.008-.259-.007-.517-.003-.776-.002.673-.805 1.349-1.609 2.024-2.413-.037 1.096.042 2.282.727 3.19.601.793 1.543 1.359 2.553 1.373 1.132.052 2.215-.593 2.839-1.515.471-.707.628-1.575.631-2.412V9.233c0-.722-.13-1.45-.448-2.102z"/><path fill="#fff" d="M17.555 8.747c.032.224.054.449.053.675v5.72c-.001.539-.101 1.115-.462 1.535-.5.613-1.497.69-2.112.211-.484-.376-.66-1.014-.673-1.603-.011-.901.003-1.802-.008-2.703 1.047-1.293 2.138-2.554 3.202-3.835z"/><path fill="gray" d="M6.575 5.587c.884-.467 1.999-.414 2.868.061 1.302.738 2.003 2.281 1.919 3.749-2.265 2.682-4.502 5.388-6.779 8.059.012-.127-.006-.267.079-.373 1.497-2.16 2.988-4.323 4.483-6.483.699-.871.624-2.275-.232-3.014-.567-.464-1.472-.369-1.972.152-.414.391-.566.968-.611 1.519-.579.004-1.158.003-1.737.001-.048-1.455.684-2.962 1.982-3.671zM12.882 7.557a3.249 3.249 0 0 1 1.469-1.768c-.449.617-.962 1.195-1.469 1.768zM17.555 8.747l1.355-1.615c.318.652.448 1.38.448 2.102v6.047c-.003.837-.161 1.704-.631 2.412-.624.922-1.707 1.567-2.839 1.515-1.01-.015-1.952-.581-2.553-1.373-.684-.908-.764-2.094-.727-3.19.583-.686 1.146-1.391 1.746-2.063.011.901-.003 1.802.008 2.703.013.589.189 1.227.673 1.603.615.478 1.613.402 2.112-.211.361-.42.461-.996.462-1.535v-5.72a4.773 4.773 0 0 0-.053-.675zM8.899 19.068c.557-.674 1.122-1.342 1.685-2.011.259-.001.518-.005.776.002.005.669.006 1.338 0 2.008-.82.005-1.641.001-2.461.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.095 0h1.837c1.768.161 3.512.67 5.048 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.983.543 2.014.642 3.051v1.833c-.161 1.757-.664 3.492-1.553 5.021-1.535 2.714-4.168 4.784-7.172 5.622-.762.224-1.549.339-2.336.428H11.07c-1.723-.156-3.42-.648-4.93-1.499-2.632-1.467-4.68-3.953-5.593-6.828-.292-.885-.449-1.808-.547-2.732v-1.874c.098-.952.265-1.901.57-2.81a12.068 12.068 0 0 1 5.072-6.461C7.277.762 9.171.164 11.095.002m.27.594c-2.155.11-4.272.862-6.022 2.123A11.446 11.446 0 0 0 .761 9.94C.168 13.106.998 16.505 3 19.031a11.446 11.446 0 0 0 7.403 4.281c3.22.47 6.617-.526 9.065-2.672 2.293-1.966 3.75-4.876 3.928-7.893a11.376 11.376 0 0 0-1.014-5.508 11.464 11.464 0 0 0-6.116-5.836 11.38 11.38 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.062 1.22c2.432-.221 4.933.42 6.958 1.786-.89.893-1.775 1.792-2.677 2.67-.822-.03-1.644-.009-2.467-.011-.006.819-.008 1.639.002 2.459l.001.024c-.528.529-1.051 1.062-1.587 1.582.143-1.157-.252-2.375-1.123-3.165-.92-.912-2.345-1.206-3.577-.862-1.522.454-2.631 1.994-2.572 3.584.625.005 1.251.007 1.876-.001.039-.377.124-.762.348-1.075.43-.643 1.295-.906 2.024-.678 1.113.357 1.53 1.904.807 2.806-1.654 2.093-3.331 4.17-4.993 6.257-.097.107-.052.258-.061.389-.309.363-.677.69-1.014 1.034-1.655-2.444-2.228-5.582-1.552-8.455.65-2.887 2.557-5.456 5.121-6.928a10.737 10.737 0 0 1 4.485-1.416zM16.231 5.652c.761-.764 1.523-1.527 2.288-2.287.078.059.156.116.235.174a114 114 0 0 1-2.145 2.142 11.95 11.95 0 0 0-.377-.029zM17.5 5.65c.576-.569 1.143-1.146 1.72-1.715.073.067.144.135.216.203-.519.515-1.026 1.043-1.556 1.545-.126-.014-.253-.024-.379-.034zM18.772 5.659c.359-.369.726-.73 1.09-1.094.068.071.136.143.201.218-.293.297-.587.594-.886.885-.135-.004-.27-.01-.405-.009zM20.451 5.247c.064.076.127.154.185.236-.309.314-.622.624-.934.935a8.067 8.067 0 0 1-.023-.38c.239-.279.52-.523.772-.791zM19.683 7.303c.42-.454.872-.883 1.31-1.321 1.655 2.444 2.227 5.582 1.55 8.454a10.819 10.819 0 0 1-16.561 6.557c.857-.862 1.711-1.727 2.581-2.575.915.028 1.831.009 2.746.01.006-.625.007-1.251 0-1.876-.294-.007-.588.001-.882-.006 1.315-1.318 2.63-2.637 3.951-3.949l.259-.011c.281-.519.765-.971 1.374-1.03.618-.061 1.402.059 1.7.682.507 1.091.378 2.355.124 3.495-.08.437-.461.756-.885.84-.589.129-1.264.11-1.772-.251-.38-.27-.565-.72-.672-1.158-.624-.002-1.25-.015-1.874.006.086.835.361 1.697.983 2.291.952.841 2.305 1.252 3.557.978 1.372-.339 2.529-1.544 2.689-2.969a12.77 12.77 0 0 0-.018-3.008c-.168-1.341-1.238-2.509-2.571-2.763.723-.718 1.433-1.452 2.168-2.156l.244.002c-.001-.081-.004-.161-.003-.242zM14.657 8.495c.319-.316.634-.636.954-.952.135.002.27.006.405.014-.445.449-.89.9-1.343 1.34-.015-.134-.023-.268-.015-.402zM14.658 9.765c.755-.737 1.483-1.512 2.251-2.228.126.004.252.013.378.022-.87.87-1.735 1.743-2.611 2.607a1.497 1.497 0 0 1-.019-.401zM16.008 9.696c.722-.72 1.433-1.455 2.17-2.158.127.003.254.012.381.022-.699.7-1.396 1.403-2.1 2.098-.15.009-.3.024-.45.038zM10.798 11.113c.658-.727 1.384-1.393 2.067-2.098l.014.378.001.025c-1.011 1.013-2.018 2.031-3.038 3.033.235-.495.704-.847.955-1.339zM6.617 16.534c2.085-2.081 4.167-4.164 6.248-6.248.004.126.008.251.015.377l.001.026c-1.959 1.957-3.907 3.936-5.885 5.87-.127-.005-.253-.015-.38-.025zM12.867 11.558c.004.133.009.265.009.398-1.509 1.546-3.055 3.064-4.582 4.597-.135-.003-.27-.007-.404-.015 1.656-1.664 3.319-3.319 4.977-4.98zM9.165 16.539a1052.06 1052.06 0 0 1 3.952-3.953c.128.007.255.018.383.031-1.31 1.315-2.622 2.627-3.937 3.937a17.639 17.639 0 0 1-.398-.015zM3.366 18.518c.21-.219.431-.429.642-.647.008.127.017.254.03.38a5.618 5.618 0 0 1-.499.501 8.271 8.271 0 0 0-.173-.233zM3.938 19.218c.262-.266.525-.531.793-.791.135.003.27.009.405.009-.328.337-.663.667-.996.999a5.894 5.894 0 0 1-.202-.217zM4.566 19.861c.487-.483.963-.98 1.462-1.451.126.014.253.024.379.034-.545.537-1.08 1.083-1.625 1.619a8.352 8.352 0 0 1-.217-.202zM5.248 20.449c.687-.675 1.355-1.37 2.05-2.036.126.012.252.021.378.029-.729.733-1.46 1.464-2.193 2.193a2.984 2.984 0 0 1-.235-.185z"/><path d="M11.365.596a11.35 11.35 0 0 1 4.902.807 11.464 11.464 0 0 1 6.116 5.836 11.376 11.376 0 0 1 1.014 5.508c-.179 3.017-1.635 5.927-3.928 7.893-2.448 2.146-5.845 3.143-9.065 2.672a11.442 11.442 0 0 1-7.403-4.281C.999 16.505.169 13.106.762 9.94a11.446 11.446 0 0 1 4.582-7.221A11.356 11.356 0 0 1 11.366.596m-.304.624c-1.575.133-3.12.62-4.485 1.416-2.565 1.472-4.471 4.042-5.121 6.928-.676 2.873-.104 6.011 1.552 8.455.337-.344.705-.67 1.014-1.034.328-.273.607-.599.916-.892 2.117-2.122 4.245-4.236 6.355-6.362.535-.52 1.059-1.053 1.587-1.582l-.001-.024c.846-.788 1.65-1.626 2.465-2.448.903-.879 1.787-1.778 2.677-2.67a10.805 10.805 0 0 0-6.958-1.786m5.168 4.431l-.009-.001c-1.111 1.129-2.238 2.243-3.357 3.364-.683.705-1.409 1.371-2.067 2.098-.205.139-.354.342-.537.507-2.085 2.084-4.166 4.17-6.253 6.251-.211.218-.432.428-.642.647.059.076.117.155.173.233.176-.156.343-.324.499-.501 1.936-1.897 3.826-3.84 5.764-5.735a.171.171 0 0 0 .041-.065c1.02-1.003 2.027-2.02 3.038-3.033l-.001-.025c.156-.101.272-.248.405-.375 1.108-1.113 2.229-2.213 3.324-3.337.726-.703 1.438-1.421 2.145-2.142-.079-.058-.157-.115-.235-.174-.765.76-1.527 1.523-2.288 2.287M17.5 5.65c-.627.633-1.261 1.26-1.889 1.893-.32.315-.635.636-.954.952a7360.983 7360.983 0 0 1-8.04 8.04c-.627.633-1.262 1.258-1.887 1.893-.268.26-.531.525-.793.791.065.074.133.146.202.217.333-.332.668-.662.996-.999.62-.621 1.261-1.233 1.861-1.876 1.978-1.934 3.925-3.912 5.885-5.87l-.001-.026c.625-.555 1.2-1.178 1.792-1.766.454-.44.898-.891 1.343-1.34h.008c.611-.632 1.251-1.236 1.855-1.874.531-.502 1.037-1.031 1.556-1.545a13.958 13.958 0 0 0-.216-.203c-.577.569-1.144 1.146-1.72 1.715m1.274.007c-.62.622-1.264 1.233-1.862 1.878-.768.717-1.497 1.492-2.251 2.228-.596.599-1.194 1.195-1.792 1.792-1.658 1.662-3.321 3.317-4.977 4.98h-.007c-.612.63-1.25 1.235-1.855 1.872-.499.471-.975.968-1.462 1.451.071.068.143.136.217.202.545-.536 1.08-1.082 1.625-1.619.626-.633 1.26-1.259 1.887-1.891 1.527-1.532 3.073-3.05 4.582-4.597.618-.575 1.193-1.195 1.802-1.779l-.001-.011c.876-.864 1.741-1.738 2.611-2.607h.007c.621-.637 1.26-1.256 1.882-1.892.299-.291.592-.588.886-.885a5.961 5.961 0 0 0-.201-.218c-.365.364-.732.725-1.09 1.094m1.678-.41c-.252.268-.533.511-.772.791-.514.485-1.015.987-1.501 1.5-.737.702-1.448 1.437-2.17 2.158l-.011.001c-.954.969-1.925 1.921-2.88 2.889a1052.06 1052.06 0 0 0-3.952 3.953h-.01c-.611.632-1.251 1.237-1.857 1.875-.696.666-1.363 1.362-2.05 2.036.076.065.153.128.235.185.733-.728 1.464-1.46 2.193-2.193h.009c.617-.637 1.256-1.254 1.877-1.888 1.315-1.309 2.627-2.622 3.937-3.937.987-.981 1.977-1.97 2.958-2.96.705-.695 1.401-1.398 2.1-2.098h.008c.374-.383.753-.763 1.136-1.136v-.007c.312-.311.625-.621.934-.935a3.84 3.84 0 0 0-.185-.236m-.767 2.058c-.09.07-.171.15-.241.24-.735.704-1.445 1.438-2.168 2.156-.966.965-1.935 1.927-2.895 2.898-1.321 1.312-2.636 2.631-3.951 3.949-.623.622-1.253 1.238-1.864 1.872-.87.848-1.725 1.714-2.581 2.575a10.819 10.819 0 0 0 16.561-6.557c.677-2.872.105-6.01-1.55-8.454-.438.439-.89.867-1.31 1.321z"/><path fill="gray" d="M6.592 5.703c1.231-.344 2.657-.049 3.577.862.871.79 1.266 2.009 1.123 3.165-2.109 2.127-4.238 4.24-6.355 6.362-.308.293-.588.619-.916.892.009-.13-.036-.282.061-.389 1.662-2.087 3.339-4.164 4.993-6.257.723-.902.306-2.449-.807-2.806-.728-.228-1.593.035-2.024.678-.225.313-.309.698-.348 1.075-.625.008-1.251.006-1.876.001-.059-1.59 1.05-3.13 2.572-3.584zM16.222 5.651l.009.001c.126.008.252.017.377.029-1.095 1.125-2.217 2.224-3.324 3.337-.133.127-.249.274-.405.375l-.014-.378c1.119-1.121 2.246-2.235 3.357-3.364zM15.611 7.543c.628-.633 1.262-1.26 1.889-1.893.127.009.253.02.379.034-.605.637-1.244 1.242-1.855 1.874h-.008a9.13 9.13 0 0 0-.405-.014zM16.91 7.537c.598-.645 1.242-1.257 1.862-1.878.135-.001.27.005.405.009-.622.636-1.261 1.255-1.882 1.892h-.007c-.126-.009-.252-.018-.378-.022zM12.876 5.666c.822.001 1.645-.019 2.467.011-.814.823-1.619 1.66-2.465 2.448-.01-.82-.008-1.64-.002-2.459zM18.178 7.538c.486-.513.987-1.015 1.501-1.5.004.127.013.253.023.38v.007c-.383.374-.762.753-1.136 1.136h-.008a6.948 6.948 0 0 0-.381-.022zM12.865 10.286c.598-.596 1.195-1.193 1.792-1.792-.008.135 0 .269.015.402-.592.588-1.167 1.211-1.792 1.766l-.015-.377zM15.997 9.697l.011-.001c.15-.014.3-.029.45-.038-.982.99-1.971 1.979-2.958 2.96a6.174 6.174 0 0 0-.383-.031c.955-.968 1.926-1.92 2.88-2.889zM14.379 12.597c.96-.971 1.929-1.933 2.895-2.898 1.334.255 2.403 1.422 2.571 2.763.125.996.13 2.011.018 3.008-.16 1.425-1.317 2.629-2.689 2.969-1.252.273-2.605-.137-3.557-.978-.622-.593-.897-1.455-.983-2.291.624-.021 1.249-.008 1.874-.006.107.438.293.887.672 1.158.508.36 1.183.38 1.772.251.423-.085.805-.404.885-.84.255-1.14.383-2.404-.124-3.495-.298-.623-1.081-.743-1.7-.682-.61.06-1.094.511-1.374 1.03l-.259.011zM12.867 11.558c.598-.597 1.195-1.193 1.792-1.792-.01.134-.008.269.019.401l.001.011c-.609.584-1.185 1.204-1.802 1.779 0-.133-.006-.266-.009-.398zM10.261 11.62c.182-.165.332-.368.537-.507-.251.492-.72.844-.955 1.339a.167.167 0 0 1-.041.065c-1.938 1.895-3.828 3.839-5.764 5.735a9.874 9.874 0 0 1-.03-.38c2.087-2.082 4.169-4.168 6.253-6.251zM4.73 18.427c.624-.635 1.26-1.26 1.887-1.893.127.01.253.02.38.025-.6.643-1.241 1.255-1.861 1.876-.135 0-.27-.006-.405-.009zM7.883 16.538h.007c.135.008.27.012.404.015-.626.633-1.26 1.258-1.887 1.891-.127-.01-.253-.021-.379-.034.605-.637 1.243-1.242 1.855-1.872zM9.155 16.538h.01c.132.007.265.011.397.015-.621.634-1.26 1.251-1.877 1.888h-.009a12.013 12.013 0 0 1-.378-.029c.606-.638 1.245-1.243 1.857-1.875zM8.565 18.418c.61-.634 1.241-1.25 1.864-1.872.294.008.588-.001.882.006.007.625.007 1.251 0 1.876-.915-.001-1.831.018-2.746-.01z"/><path fill="#7f7f7f" d="M19.442 7.543c.07-.09.151-.17.241-.24-.001.081.001.161.003.242-.082-.001-.163-.003-.244-.002z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-25--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.988 0h2.017c.17.03.341.053.513.072 3.122.376 6.051 2.062 7.971 4.547 1.44 1.82 2.283 4.07 2.51 6.371v2.013c-.181 1.719-.666 3.417-1.536 4.918-1.534 2.727-4.173 4.81-7.189 5.651-.739.221-1.504.324-2.266.428h-2.013c-1.742-.18-3.458-.684-4.977-1.567-2.685-1.537-4.741-4.141-5.582-7.122-.225-.75-.334-1.526-.438-2.3v-2.018c.101-.764.208-1.529.427-2.269a12.056 12.056 0 0 1 5.129-6.875C7.177.794 9.067.198 10.986-.001m-1.92.586a11.75 11.75 0 0 0-4.405 2.199C2.283 4.664.677 7.494.31 10.506c-.42 3.18.534 6.507 2.586 8.974.562-.675 1.144-1.338 1.687-2.026 2.278-2.67 4.514-5.377 6.78-8.058.479-.583.974-1.153 1.45-1.738.638-.746 1.265-1.502 1.896-2.254 1.028-1.222 2.054-2.445 3.079-3.669C15.176.24 11.978-.167 9.067.585M19.14 6.876c-.166.17-.322.352-.455.55h-.021c-.638.765-1.283 1.524-1.919 2.291l-.01-.002c-.856 1.049-1.742 2.073-2.603 3.119-1.187 1.404-2.365 2.816-3.548 4.224-.562.67-1.127 1.337-1.685 2.011-.898 1.062-1.79 2.129-2.683 3.195 2.675 1.536 5.968 1.921 8.934 1.094a11.753 11.753 0 0 0 4.163-2.12c2.392-1.881 4.007-4.72 4.376-7.742.421-3.18-.534-6.507-2.584-8.974-.656.784-1.328 1.558-1.965 2.355z"/><path fill="#fff" d="M9.066.585c2.911-.751 6.109-.345 8.721 1.15a2133.911 2133.911 0 0 1-3.079 3.669c-.633.007-1.265-.002-1.898.004-.003.75-.006 1.5.002 2.25-.476.585-.971 1.155-1.45 1.738.057-1.193-.367-2.42-1.245-3.247-.92-.921-2.461-1.17-3.604-.528-1.26.726-1.967 2.205-1.92 3.638.579.001 1.157.002 1.736-.001.045-.551.197-1.128.612-1.52.507-.53 1.433-.618 1.997-.131.833.747.899 2.129.207 2.992-1.495 2.16-2.986 4.324-4.483 6.483-.084.105-.067.246-.079.371-.543.688-1.125 1.351-1.687 2.026C.845 17.012-.11 13.684.31 10.505c.367-3.012 1.973-5.842 4.351-7.722A11.75 11.75 0 0 1 9.066.584zM19.14 6.876c.638-.797 1.31-1.571 1.965-2.355 2.049 2.467 3.005 5.794 2.584 8.974-.369 3.022-1.985 5.862-4.376 7.742a11.745 11.745 0 0 1-4.163 2.12c-2.966.827-6.259.442-8.934-1.094.893-1.066 1.785-2.133 2.683-3.195.821 0 1.641.002 2.462-.001.005-.669.004-1.339 0-2.009-.259-.005-.518-.003-.777-.002 1.183-1.408 2.361-2.82 3.548-4.224.106.002.213-.007.32-.004.221-.459.563-.909 1.072-1.058.646-.173 1.516 0 1.783.69.465 1.161.346 2.459.128 3.661-.054.418-.327.814-.74.942-.56.175-1.238.16-1.715-.216-.384-.307-.549-.794-.647-1.258-.581-.006-1.162-.004-1.742 0 .081.885.319 1.809.936 2.479.929.947 2.435 1.436 3.691.878 1.144-.553 1.946-1.718 2.079-2.98a15.291 15.291 0 0 0-.023-3.361c-.171-1.34-1.133-2.666-2.528-2.889.636-.767 1.281-1.527 1.919-2.291h.021c.151.002.302.002.454 0 .003-.183-.002-.366.001-.549z"/><path fill="gray" d="M6.513 5.621c1.143-.642 2.684-.393 3.604.528.878.827 1.303 2.054 1.245 3.247-2.266 2.681-4.502 5.388-6.78 8.058.012-.126-.005-.266.079-.371 1.497-2.16 2.987-4.323 4.483-6.483.691-.863.626-2.245-.207-2.992-.563-.487-1.49-.399-1.997.131-.414.391-.566.969-.612 1.52-.579.003-1.157.002-1.736.001-.047-1.433.66-2.912 1.92-3.638zM12.811 5.408c.632-.006 1.265.003 1.898-.004-.631.752-1.258 1.508-1.896 2.254-.008-.75-.005-1.5-.002-2.25zM18.685 7.426c.133-.198.288-.38.455-.55-.003.183.002.367-.001.549-.151.003-.303.003-.454 0zM16.735 9.714l.01.002c1.394.223 2.356 1.549 2.527 2.889.134 1.114.135 2.246.023 3.361-.133 1.261-.936 2.427-2.079 2.98-1.256.558-2.762.069-3.691-.878-.616-.67-.855-1.594-.936-2.479.581-.004 1.162-.006 1.742 0 .098.464.263.952.647 1.258.478.376 1.155.391 1.715.216.413-.128.686-.524.74-.942.219-1.203.337-2.501-.128-3.661-.267-.689-1.137-.862-1.783-.69-.51.149-.852.599-1.072 1.058-.107-.003-.214.006-.32.004.861-1.045 1.748-2.07 2.603-3.119zM8.899 19.068c.558-.674 1.123-1.341 1.685-2.011.259-.001.518-.003.777.002.004.669.005 1.339 0 2.009-.821.003-1.641.001-2.462.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.094 0h1.839c1.767.161 3.511.67 5.047 1.569a12.067 12.067 0 0 1 5.378 6.478c.349.982.543 2.013.642 3.049v1.835c-.162 1.768-.67 3.513-1.57 5.049-1.537 2.7-4.162 4.757-7.155 5.592-.761.224-1.548.338-2.334.428h-1.872c-1.723-.156-3.419-.648-4.928-1.499-2.632-1.467-4.68-3.953-5.593-6.828-.292-.885-.448-1.807-.547-2.731v-1.876c.093-.878.237-1.754.503-2.597.835-2.747 2.7-5.16 5.139-6.673C7.278.761 9.172.164 11.096.001m.27.595c-2.156.11-4.272.862-6.022 2.123A11.446 11.446 0 0 0 .762 9.94C.169 13.106.998 16.506 3 19.031a11.438 11.438 0 0 0 7.404 4.281c3.22.47 6.617-.526 9.064-2.672 2.294-1.966 3.75-4.876 3.929-7.894.127-1.87-.219-3.77-.999-5.474a11.465 11.465 0 0 0-6.13-5.87 11.38 11.38 0 0 0-4.902-.807z"/><path fill="#fff" d="M7.03 2.388a10.832 10.832 0 0 1 7.286-.96 10.76 10.76 0 0 1 3.703 1.577c-.839.854-1.692 1.692-2.535 2.542-.045.04-.085.096-.15.105-1.245.3-2.355 1.312-2.58 2.602-.574.618-1.189 1.208-1.791 1.803.414-1.68-.53-3.551-2.11-4.236-1.083-.44-2.409-.428-3.396.247-.956.644-1.649 1.714-1.71 2.88.624.005 1.249.005 1.874 0 .115-.812.811-1.498 1.641-1.532.928-.072 1.833.69 1.897 1.623.083.683-.256 1.409-.877 1.728-.519.288-1.128.22-1.697.248.009.552-.018 1.106.014 1.657.532.014 1.09-.063 1.593.16-.847.855-1.702 1.704-2.553 2.557a7.848 7.848 0 0 1-.085-.189c-.623-.021-1.246-.005-1.868-.008.061.566.246 1.121.535 1.612-.401.408-.805.813-1.214 1.213C1.25 15.423.72 12.049 1.59 9.04c.792-2.843 2.815-5.31 5.44-6.655zM16.365 5.517c.717-.718 1.433-1.437 2.153-2.152.081.058.163.116.234.186-.672.663-1.331 1.339-2.006 1.998l-.382-.033zM17.458 5.692c.591-.581 1.171-1.174 1.762-1.756.073.067.144.135.216.203-.564.562-1.121 1.132-1.693 1.686-.094-.046-.19-.09-.285-.134zM18.315 6.111c.516-.515 1.03-1.032 1.547-1.545.069.071.136.143.202.217-.499.503-1 1.004-1.502 1.503l-.247-.175zM20.449 5.248c.067.074.128.153.186.235-.472.476-.946.949-1.421 1.421l-.199-.217c.475-.482.958-.956 1.433-1.439zM19.543 7.433c.48-.487.963-.972 1.452-1.451 1.654 2.445 2.226 5.582 1.549 8.454a10.816 10.816 0 0 1-12.98 8.106 10.714 10.714 0 0 1-3.579-1.548c.906-.905 1.795-1.835 2.728-2.707 1.043-.351 1.932-1.202 2.259-2.261.532-.591 1.123-1.135 1.682-1.705-.017.774.014 1.581.37 2.286.377.778 1.1 1.345 1.89 1.665 1.409.563 3.122.17 4.148-.946.608-.645.86-1.549.863-2.419.002-1.89 0-3.781.001-5.671.001-.617-.1-1.246-.381-1.801zM15.662 7.501c.159-.043.323-.06.487-.081-.517.528-1.04 1.05-1.567 1.567 0-.154.02-.307.062-.454.313-.365.673-.696 1.018-1.033zM14.517 9.921c.794-.818 1.604-1.623 2.419-2.421l.261.153c-.882.882-1.766 1.762-2.646 2.647a9.522 9.522 0 0 0-.034-.379zM14.521 11.191c1.035-1.063 2.095-2.102 3.143-3.153l.16.255c-1.089 1.094-2.182 2.184-3.274 3.276a11.85 11.85 0 0 0-.029-.379z"/><path fill="#fff" d="M14.525 12.457A338.917 338.917 0 0 1 18.02 8.96c.046 1.84.007 3.683.021 5.524.012.498-.029 1.031-.32 1.454-.622.935-2.205.949-2.847.029-.226-.321-.317-.717-.331-1.104-.018-.802.015-1.604-.018-2.405zM9.924 11.958c.904-.908 1.811-1.813 2.718-2.718.008.126.018.252.023.379-.82.859-1.678 1.687-2.516 2.531l-.225-.192zM10.568 12.582c.693-.689 1.383-1.381 2.073-2.072.008.125.019.251.025.376-.622.674-1.3 1.312-1.947 1.967l-.151-.271zM12.645 11.78c.007.135.012.27.016.405-.521.528-1.049 1.049-1.572 1.575a13.727 13.727 0 0 1-.091-.333c.55-.548 1.098-1.098 1.647-1.647zM12.645 13.054l.016.4c-.478.487-.964.966-1.446 1.449a3.476 3.476 0 0 1-.033-.381c.48-.496.976-.978 1.462-1.469zM5.941 15.943c.915-.923 1.84-1.838 2.756-2.76.075.064.15.128.225.194-.919.93-1.849 1.849-2.771 2.776a10.395 10.395 0 0 1-.21-.21zM6.643 16.511c.852-.855 1.707-1.708 2.56-2.562.03.106.06.211.094.316-.771.794-1.556 1.576-2.348 2.349a15.81 15.81 0 0 0-.307-.104zM9.227 15.202c-.009.231-.128.436-.235.634-.144.166-.3.322-.468.465-.203.102-.405.265-.643.249.443-.455.893-.902 1.346-1.348zM3.366 18.518c.396-.406.804-.801 1.2-1.207l.223.197c-.414.416-.822.84-1.25 1.242a10.012 10.012 0 0 0-.174-.232zM3.937 19.218c.44-.444.882-.885 1.325-1.325l.252.17c-.459.457-.915.916-1.374 1.372a6.942 6.942 0 0 1-.203-.217zM4.566 19.86c.519-.517 1.03-1.043 1.558-1.55.096.043.193.084.29.126-.545.54-1.084 1.087-1.631 1.627a5.922 5.922 0 0 1-.217-.203zM5.249 20.449c.656-.645 1.294-1.309 1.958-1.945.127.012.255.021.383.03-.708.695-1.402 1.404-2.108 2.1a2.981 2.981 0 0 1-.234-.186z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.462 11.462 0 0 1 6.13 5.87 11.366 11.366 0 0 1 .999 5.474c-.179 3.017-1.635 5.928-3.929 7.894-2.447 2.146-5.844 3.143-9.064 2.672A11.442 11.442 0 0 1 3 19.032C.998 16.507.168 13.107.762 9.941A11.442 11.442 0 0 1 5.344 2.72 11.367 11.367 0 0 1 11.366.597M7.03 2.388C4.405 3.733 2.382 6.2 1.59 9.043c-.871 3.009-.341 6.383 1.417 8.977.409-.4.813-.805 1.214-1.213.477-.467.945-.943 1.418-1.415.851-.852 1.706-1.701 2.553-2.557.925-.923 1.859-1.846 2.772-2.777.601-.595 1.216-1.185 1.791-1.803.758-.708 1.473-1.465 2.214-2.193.122-.136.285-.242.367-.41.064-.009.105-.065.15-.105.843-.85 1.696-1.688 2.535-2.542a10.826 10.826 0 0 0-10.989-.617m9.333 3.129h-.006a723.665 723.665 0 0 1-3.717 3.717v.006c-.907.905-1.814 1.811-2.718 2.718-.412.406-.816.818-1.228 1.224-.916.923-1.84 1.837-2.756 2.76-.461.454-.914.916-1.375 1.369-.397.406-.804.801-1.2 1.207.059.077.117.154.174.232.428-.402.835-.826 1.25-1.242.458-.448.906-.906 1.362-1.357.922-.927 1.852-1.846 2.771-2.776.413-.404.82-.815 1.228-1.226.838-.844 1.696-1.672 2.516-2.531 1.376-1.339 2.723-2.71 4.08-4.069.675-.66 1.335-1.335 2.006-1.998a1.99 1.99 0 0 0-.234-.186c-.72.715-1.436 1.434-2.153 2.152m1.093.175c-.593.608-1.208 1.195-1.795 1.809-.345.337-.705.668-1.018 1.033-.691.631-1.33 1.323-2.003 1.976-.69.691-1.38 1.384-2.073 2.072-.452.458-.911.911-1.365 1.367-.853.854-1.708 1.706-2.56 2.562-.462.459-.923.92-1.381 1.382-.443.44-.885.881-1.325 1.325.066.074.134.146.203.217.459-.456.915-.915 1.374-1.372.477-.485.969-.954 1.436-1.448a126.78 126.78 0 0 0 2.347-2.349c.486-.458.949-.94 1.422-1.412.647-.656 1.326-1.293 1.947-1.967.659-.608 1.282-1.265 1.916-1.898.526-.518 1.05-1.039 1.567-1.568a95.888 95.888 0 0 0 1.594-1.595c.571-.555 1.129-1.124 1.693-1.686a8.238 8.238 0 0 0-.216-.203c-.591.582-1.171 1.175-1.762 1.756m.856.418c-.458.464-.93.915-1.379 1.389-.815.798-1.625 1.603-2.419 2.421-.638.606-1.246 1.242-1.873 1.859l-1.647 1.647c-.59.587-1.173 1.181-1.769 1.763l-.001.013a90.04 90.04 0 0 0-1.346 1.348c-.587.577-1.18 1.167-1.758 1.761-.528.508-1.039 1.034-1.558 1.55.071.069.143.137.217.203.547-.539 1.086-1.086 1.631-1.627.699-.716 1.432-1.402 2.111-2.136.167-.142.324-.299.468-.465.718-.671 1.394-1.388 2.096-2.076.523-.525 1.05-1.047 1.572-1.575.633-.626 1.258-1.26 1.89-1.886.88-.885 1.763-1.765 2.646-2.647.454-.457.911-.909 1.365-1.367.502-.5 1.004-1 1.502-1.503a5.23 5.23 0 0 0-.202-.217c-.517.514-1.031 1.03-1.547 1.545m2.135-.863c-.475.482-.959.956-1.433 1.439-.453.448-.904.899-1.352 1.352-1.048 1.05-2.108 2.09-3.143 3.153-.638.608-1.249 1.244-1.875 1.863-.486.491-.982.973-1.462 1.469-1.33 1.322-2.662 2.644-3.976 3.982-.664.636-1.302 1.3-1.958 1.945.075.066.153.128.234.186.706-.697 1.4-1.406 2.108-2.1 1.207-1.209 2.408-2.424 3.627-3.621l-.001-.011c.482-.483.968-.962 1.446-1.449.635-.62 1.252-1.258 1.888-1.877v-.007c1.092-1.092 2.185-2.182 3.274-3.276.466-.461.929-.925 1.391-1.39.475-.473.949-.945 1.421-1.421a2.493 2.493 0 0 0-.186-.235m-.909 2.183c-.51.505-1.027 1.012-1.523 1.527a338.917 338.917 0 0 0-3.495 3.497c-.634.61-1.249 1.241-1.872 1.863-.559.57-1.149 1.114-1.682 1.705a53.517 53.517 0 0 0-2.259 2.261c-.933.872-1.822 1.803-2.728 2.707a10.714 10.714 0 0 0 3.579 1.548c2.643.623 5.516.195 7.86-1.177 2.563-1.474 4.47-4.042 5.12-6.929.677-2.872.105-6.009-1.549-8.454-.488.479-.972.964-1.452 1.451z"/><path fill="gray" d="M16.359 5.517h.006l.382.033c-1.357 1.359-2.705 2.73-4.08 4.069-.005-.127-.015-.253-.023-.379v-.006a766.234 766.234 0 0 0 3.717-3.717zM5.458 6.07c.987-.675 2.312-.688 3.396-.248 1.58.685 2.524 2.556 2.11 4.236-.913.931-1.846 1.854-2.772 2.777-.503-.223-1.06-.146-1.593-.16-.032-.551-.005-1.105-.014-1.658.569-.028 1.178.04 1.697-.248.621-.319.96-1.044.877-1.728-.065-.933-.969-1.695-1.897-1.623-.83.034-1.526.72-1.641 1.532-.625.006-1.25.005-1.874 0 .062-1.166.754-2.237 1.71-2.88zM12.754 8.255c.226-1.291 1.335-2.303 2.58-2.603-.082.168-.245.273-.367.41-.741.728-1.455 1.485-2.214 2.193zM15.662 7.501c.587-.614 1.202-1.201 1.795-1.809.095.044.191.088.285.134a88.785 88.785 0 0 1-1.594 1.595c-.163.02-.328.038-.487.081zM16.936 7.5c.448-.474.92-.925 1.379-1.389l.247.175c-.453.457-.91.91-1.365 1.367l-.261-.153zM17.664 8.038c.448-.453.899-.904 1.352-1.352l.199.217c-.462.465-.924.929-1.391 1.39-.053-.085-.106-.171-.16-.255zM18.02 8.96c.495-.515 1.013-1.022 1.523-1.527.281.555.382 1.184.381 1.801 0 1.89.001 3.78-.001 5.671-.003.87-.255 1.774-.863 2.419-1.026 1.117-2.739 1.509-4.148.946-.79-.32-1.513-.887-1.89-1.665-.356-.705-.387-1.512-.37-2.286.622-.622 1.237-1.253 1.872-1.863.033.801 0 1.604.018 2.405.014.387.105.784.331 1.104.641.92 2.225.906 2.847-.029.291-.423.331-.955.32-1.454-.014-1.841.026-3.684-.021-5.524zM12.642 10.509c.673-.653 1.312-1.345 2.002-1.976-.042.148-.062.3-.062.454-.634.633-1.257 1.29-1.916 1.898-.006-.126-.016-.251-.025-.376zM12.645 11.78c.626-.617 1.235-1.253 1.873-1.859.014.126.024.252.034.379-.632.626-1.258 1.26-1.89 1.886-.004-.135-.009-.27-.016-.405zM12.645 13.054c.627-.619 1.238-1.255 1.875-1.863.011.126.02.252.029.379v.007c-.636.619-1.253 1.257-1.888 1.877l-.016-.4zM8.697 13.182c.412-.405.816-.818 1.228-1.224l.225.192c-.407.411-.814.822-1.228 1.226l-.225-.194zM9.203 13.949c.454-.456.913-.909 1.365-1.367l.151.271c-.473.472-.936.954-1.422 1.412a7.136 7.136 0 0 1-.094-.316zM9.229 15.189c.596-.581 1.179-1.175 1.769-1.763.029.112.06.223.091.333-.702.688-1.379 1.405-2.096 2.076.107-.198.226-.403.235-.634l.001-.013zM7.207 18.504c1.314-1.338 2.646-2.659 3.976-3.982.005.127.014.255.033.381l.001.011c-1.219 1.197-2.421 2.411-3.627 3.621-.128-.009-.256-.018-.383-.03zM3.685 15.194c.623.003 1.246-.013 1.868.008l.085.189c-.473.472-.941.947-1.418 1.415a4.051 4.051 0 0 1-.535-1.612zM4.566 17.312c.461-.453.914-.915 1.375-1.369.069.071.139.141.21.21-.456.45-.904.909-1.362 1.357l-.223-.197zM8.712 18.287a53.517 53.517 0 0 1 2.259-2.261c-.327 1.059-1.216 1.911-2.259 2.261zM7.882 16.55c.239.016.44-.147.643-.249-.679.734-1.412 1.419-2.111 2.136-.097-.042-.194-.083-.29-.126.577-.593 1.171-1.184 1.758-1.761zM5.262 17.893c.459-.462.92-.922 1.381-1.382.103.034.205.067.307.104-.467.494-.96.963-1.436 1.448l-.252-.17z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-30--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.981 0h2.03c.194.034.389.059.585.082 3.105.394 6.009 2.085 7.914 4.563 1.426 1.814 2.26 4.05 2.49 6.338v2.026c-.183 1.717-.667 3.413-1.536 4.912-1.534 2.727-4.173 4.81-7.189 5.651-.737.22-1.5.323-2.258.428H10.99c-1.74-.182-3.454-.685-4.971-1.567-2.696-1.543-4.757-4.162-5.592-7.158-.219-.736-.323-1.498-.427-2.257v-2.03c.102-.761.208-1.525.427-2.264a12.057 12.057 0 0 1 5.158-6.893C7.2.789 9.077.199 10.982 0M9.217.547a11.754 11.754 0 0 0-4.556 2.237C2.262 4.681.649 7.544.3 10.585c-.395 3.156.562 6.449 2.596 8.895a546.6 546.6 0 0 0 1.839-2.192c.452-.533.899-1.072 1.351-1.606.739-.886 1.485-1.767 2.224-2.655.935-1.111 1.872-2.223 2.8-3.339.591-.711 1.209-1.403 1.772-2.134.508-.571 1.02-1.149 1.468-1.767.116-.076.196-.191.285-.295 1.05-1.254 2.103-2.505 3.153-3.759C15.22.265 12.088-.155 9.218.545m9.692 6.586c-.45.54-.903 1.078-1.356 1.616-1.062 1.283-2.158 2.542-3.201 3.838-.604.668-1.162 1.377-1.748 2.06-.511.62-1.044 1.224-1.542 1.853-.683.797-1.373 1.592-2.018 2.419-.969 1.089-1.885 2.234-2.831 3.347 2.686 1.541 5.996 1.924 8.972 1.083a11.75 11.75 0 0 0 4.15-2.13c2.399-1.898 4.01-4.761 4.361-7.802.396-3.156-.563-6.447-2.595-8.894-.735.867-1.46 1.742-2.194 2.61z"/><path fill="#fff" d="M9.217.547c2.87-.7 6.002-.28 8.57 1.188-1.05 1.254-2.103 2.505-3.153 3.759-.089.104-.169.219-.285.295a3.268 3.268 0 0 0-1.468 1.767c-.563.731-1.181 1.423-1.772 2.134.109-1.183-.257-2.402-1.05-3.295-.854-1.03-2.427-1.386-3.636-.811-1.234.643-2.023 2.004-2.086 3.381.58.002 1.161.005 1.741-.001.091-.581.379-1.167.922-1.445.52-.305 1.216-.214 1.667.176.944.755.955 2.423-.035 3.142-.476.357-1.098.304-1.658.307-.003.595-.004 1.19 0 1.785.446.011.904-.042 1.335.101-.738.887-1.485 1.768-2.224 2.655-.6-.089-1.211-.022-1.816-.04.077.566.212 1.13.465 1.646a546.6 546.6 0 0 1-1.839 2.192C.861 17.036-.096 13.744.299 10.588.648 7.547 2.261 4.683 4.66 2.787A11.754 11.754 0 0 1 9.216.55zM18.91 7.131c.734-.868 1.46-1.743 2.194-2.61 2.032 2.447 2.99 5.738 2.595 8.894-.351 3.041-1.962 5.905-4.361 7.802a11.75 11.75 0 0 1-4.15 2.13c-2.977.841-6.286.458-8.972-1.083.946-1.113 1.861-2.258 2.831-3.347 1-.438 1.728-1.378 2.018-2.419.498-.629 1.031-1.233 1.542-1.853-.033 1.095.043 2.282.728 3.189.592.78 1.513 1.342 2.505 1.372 1.148.07 2.254-.577 2.887-1.513.471-.707.629-1.574.631-2.411V9.235c0-.722-.131-1.45-.448-2.103z"/><path fill="#fff" d="M17.555 8.747c.035.239.056.48.054.722v5.672c-.001.539-.101 1.115-.462 1.535-.499.614-1.497.69-2.112.212-.484-.376-.66-1.014-.673-1.604-.01-.9.002-1.8-.007-2.7 1.043-1.296 2.139-2.555 3.201-3.838z"/><path fill="gray" d="M6.424 5.583c1.209-.574 2.782-.218 3.636.811.792.892 1.158 2.112 1.05 3.295-.928 1.116-1.865 2.228-2.8 3.339-.432-.143-.89-.09-1.335-.101a132.76 132.76 0 0 1 0-1.785c.561-.003 1.182.05 1.658-.307.99-.72.979-2.387.035-3.142-.45-.39-1.147-.481-1.667-.176-.543.278-.831.864-.922 1.445-.58.007-1.161.004-1.741.001.064-1.377.853-2.738 2.086-3.381zM12.882 7.555a3.268 3.268 0 0 1 1.468-1.767c-.448.618-.96 1.196-1.468 1.767zM17.555 8.747c.453-.538.906-1.076 1.356-1.616.316.653.448 1.381.448 2.103v6.047c-.003.837-.16 1.704-.631 2.411-.632.936-1.739 1.583-2.887 1.513-.993-.03-1.914-.592-2.505-1.372-.685-.908-.762-2.094-.728-3.189.586-.683 1.144-1.392 1.748-2.06.009.9-.003 1.8.007 2.7.012.589.188 1.227.673 1.604.615.479 1.613.402 2.112-.212.361-.42.461-.996.462-1.535V9.469a4.714 4.714 0 0 0-.054-.722zM4.27 15.643c.605.018 1.216-.049 1.816.04-.452.534-.899 1.072-1.351 1.606-.253-.516-.388-1.08-.465-1.646zM9.046 18.917c.645-.826 1.335-1.621 2.018-2.419-.29 1.041-1.018 1.981-2.018 2.419z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.093 0h1.843c1.755.161 3.488.663 5.015 1.552a12.078 12.078 0 0 1 5.407 6.494c.349.982.542 2.012.642 3.048v1.84c-.163 1.766-.671 3.511-1.57 5.046-1.537 2.7-4.162 4.757-7.155 5.592-.76.224-1.547.338-2.332.428h-1.878c-1.721-.157-3.416-.648-4.925-1.499-2.655-1.479-4.714-3.995-5.616-6.9-.278-.862-.427-1.759-.525-2.657v-1.881c.094-.877.237-1.752.503-2.595.835-2.747 2.7-5.16 5.139-6.673C7.275.76 9.169.163 11.093 0m.273.596c-2.155.11-4.272.862-6.022 2.123a11.444 11.444 0 0 0-4.582 7.22c-.592 3.156.23 6.544 2.219 9.067a11.44 11.44 0 0 0 7.424 4.306c3.22.47 6.617-.526 9.064-2.673 2.293-1.965 3.75-4.876 3.928-7.893a11.376 11.376 0 0 0-1.014-5.508 11.461 11.461 0 0 0-6.116-5.836 11.378 11.378 0 0 0-4.902-.807z"/><path fill="#fff" d="M6.577 2.636c2-1.168 4.385-1.661 6.684-1.383 1.695.192 3.341.801 4.757 1.752-.888.895-1.774 1.794-2.678 2.672-.82-.03-1.643-.01-2.463-.011-.008.818-.009 1.637.001 2.456l.001.026c-.636.638-1.268 1.282-1.914 1.909.413-1.68-.531-3.55-2.111-4.235-1.083-.44-2.408-.427-3.395.248-.956.644-1.65 1.714-1.71 2.88.624.005 1.249.006 1.874-.001.115-.812.811-1.497 1.641-1.531.928-.072 1.833.69 1.897 1.623.083.683-.256 1.409-.877 1.728-.519.289-1.129.218-1.697.249.01.552-.019 1.105.015 1.656.532.015 1.089-.063 1.591.161-.847.856-1.702 1.704-2.553 2.556l-.084-.188c-.622-.022-1.245-.006-1.867-.008.058.566.245 1.121.534 1.611-.4.408-.804.814-1.214 1.213-1.654-2.445-2.227-5.582-1.55-8.454.649-2.887 2.556-5.456 5.121-6.928zM16.231 5.652c.761-.764 1.522-1.527 2.287-2.287l.232.17a83.426 83.426 0 0 1-2.144 2.146 6.762 6.762 0 0 0-.375-.03zM17.501 5.649c.575-.569 1.142-1.146 1.718-1.713.074.066.145.134.216.203-.52.515-1.025 1.046-1.559 1.546a9.506 9.506 0 0 0-.375-.036zM18.77 5.654c.365-.362.725-.728 1.092-1.088.069.07.136.142.201.217-.293.297-.586.594-.886.884-.135-.003-.271-.006-.406-.013zM19.675 6.038c.252-.272.514-.539.789-.787.056.078.113.155.171.232-.308.314-.621.623-.932.934-.011-.126-.018-.253-.028-.379zM19.683 7.305c.419-.454.87-.885 1.311-1.321 1.655 2.443 2.226 5.581 1.549 8.453a10.82 10.82 0 0 1-16.559 6.558c.907-.905 1.795-1.836 2.729-2.708 1.041-.35 1.93-1.201 2.257-2.259 1.109-1.166 2.272-2.289 3.41-3.431.086-.002.172-.007.258-.011.28-.52.765-.97 1.374-1.03.618-.061 1.401.059 1.699.682.507 1.091.378 2.355.124 3.495-.08.437-.461.756-.885.84-.589.129-1.264.11-1.772-.251-.38-.27-.565-.72-.672-1.158-.624-.002-1.249-.016-1.873.008.086.846.369 1.719 1.006 2.312.952.824 2.291 1.228 3.533.956 1.372-.339 2.528-1.544 2.689-2.968a12.77 12.77 0 0 0-.018-3.008c-.168-1.341-1.237-2.508-2.57-2.764.723-.718 1.433-1.455 2.169-2.156.08-.001.161.001.242.003a6.456 6.456 0 0 1-.003-.241zM14.658 8.494c.318-.316.633-.636.953-.95.135.002.269.005.404.015-.444.448-.888.895-1.339 1.337a1.54 1.54 0 0 1-.018-.401zM14.66 9.765c.755-.737 1.483-1.514 2.252-2.228.126.005.252.015.377.025-.872.866-1.736 1.74-2.61 2.604a1.256 1.256 0 0 1-.02-.401zM16.008 9.696c.721-.721 1.433-1.457 2.171-2.159.126.004.252.014.378.024-.7.698-1.395 1.402-2.1 2.096-.15.01-.3.022-.449.038zM9.925 11.959c.977-.983 1.96-1.961 2.94-2.943l.015.374.001.027c-.906.915-1.818 1.825-2.732 2.733a13.307 13.307 0 0 0-.224-.191zM10.569 12.581c.768-.762 1.53-1.529 2.295-2.294.005.125.009.249.015.373l.001.028a232.38 232.38 0 0 1-2.163 2.165l-.149-.272zM12.866 11.558c.004.132.009.264.01.396-.575.617-1.195 1.2-1.786 1.805a5.466 5.466 0 0 1-.092-.333l1.868-1.868zM11.184 14.523a153.33 153.33 0 0 1 1.933-1.935c.127.003.254.01.379.035a979.36 979.36 0 0 1-2.279 2.279 2.404 2.404 0 0 1-.033-.379zM5.941 15.943c.915-.923 1.84-1.836 2.754-2.76.076.062.151.127.226.192-.916.932-1.849 1.849-2.769 2.777a5.198 5.198 0 0 1-.211-.209zM6.643 16.511c.852-.855 1.707-1.707 2.56-2.561.03.105.06.21.095.314-.77.795-1.556 1.578-2.349 2.35a9.982 9.982 0 0 0-.306-.103zM9.226 15.203c-.005.232-.129.434-.234.633a4.371 4.371 0 0 1-.468.465c-.203.099-.404.268-.641.246.443-.452.892-.9 1.343-1.344zM3.366 18.518c.396-.406.803-.799 1.199-1.205l.225.195c-.406.42-.826.827-1.237 1.243-.072-.069-.127-.153-.187-.232zM3.938 19.218c.438-.444.881-.885 1.324-1.325.084.056.168.112.251.171-.459.455-.913.916-1.373 1.37a4.568 4.568 0 0 1-.202-.216zM4.566 19.861c.518-.518 1.029-1.044 1.558-1.551l.288.125c-.542.543-1.083 1.088-1.629 1.627a5.16 5.16 0 0 1-.217-.201zM5.25 20.447c.657-.642 1.29-1.313 1.959-1.941.126.007.251.018.377.027-.702.699-1.399 1.403-2.103 2.1-.08-.06-.164-.115-.232-.187z"/><path d="M11.366.596a11.35 11.35 0 0 1 4.902.807 11.461 11.461 0 0 1 6.116 5.836 11.376 11.376 0 0 1 1.014 5.508c-.179 3.017-1.635 5.927-3.928 7.893-2.447 2.146-5.844 3.143-9.064 2.673a11.434 11.434 0 0 1-7.424-4.306C.994 16.484.172 13.097.763 9.94A11.437 11.437 0 0 1 11.367.597m-4.79 2.039C4.012 4.108 2.105 6.677 1.456 9.564c-.677 2.872-.104 6.01 1.55 8.454.41-.399.814-.805 1.214-1.213.477-.466.946-.942 1.417-1.414.852-.851 1.706-1.7 2.553-2.556.926-.923 1.861-1.846 2.773-2.778.646-.627 1.278-1.271 1.914-1.909l-.001-.026c.847-.784 1.65-1.623 2.462-2.445.904-.878 1.79-1.777 2.678-2.672a10.74 10.74 0 0 0-4.757-1.752 10.794 10.794 0 0 0-6.684 1.383m9.656 3.016c-1.124 1.118-2.243 2.244-3.367 3.364-.979.982-1.962 1.959-2.94 2.943-.413.405-.817.82-1.23 1.224-.914.923-1.839 1.836-2.754 2.76-.462.453-.914.917-1.376 1.37-.395.406-.803.799-1.199 1.205.06.08.115.163.187.232.41-.416.83-.823 1.237-1.243.46-.446.906-.906 1.363-1.356.921-.928 1.853-1.845 2.769-2.777.414-.403.821-.814 1.227-1.225.914-.908 1.826-1.818 2.732-2.733l-.001-.027a.88.88 0 0 0 .195-.16c1.174-1.186 2.37-2.351 3.533-3.548a83.428 83.428 0 0 0 2.144-2.146l-.232-.17c-.765.759-1.526 1.523-2.287 2.287m1.269-.003c-.628.633-1.263 1.26-1.89 1.894-.32.315-.635.634-.953.95-.598.598-1.195 1.196-1.794 1.793-.765.765-1.528 1.532-2.295 2.294-.452.459-.912.911-1.366 1.369-.853.854-1.708 1.706-2.56 2.561-.462.459-.923.92-1.381 1.382-.443.44-.885.881-1.324 1.325.064.075.132.146.202.216.46-.454.914-.915 1.373-1.37.475-.487.971-.954 1.436-1.45.793-.772 1.579-1.555 2.349-2.35.486-.457.95-.938 1.42-1.411.725-.718 1.448-1.437 2.163-2.165l-.001-.028c.629-.551 1.2-1.18 1.796-1.765.45-.442.894-.889 1.339-1.337h.008c.61-.632 1.252-1.234 1.853-1.874.534-.5 1.039-1.031 1.559-1.546a6.876 6.876 0 0 0-.216-.202c-.576.568-1.143 1.145-1.718 1.713m1.269.006c-.615.631-1.263 1.233-1.859 1.883-.769.714-1.497 1.491-2.252 2.228-.597.599-1.195 1.196-1.793 1.793l-1.868 1.868c-.59.589-1.175 1.182-1.77 1.766l-.001.011c-.452.444-.9.892-1.343 1.344-.585.578-1.182 1.168-1.759 1.763-.529.507-1.04 1.033-1.558 1.551.07.069.142.136.217.201.547-.539 1.087-1.084 1.629-1.627l.006.002c.691-.722 1.43-1.402 2.107-2.136.167-.143.324-.3.468-.465.718-.671 1.395-1.388 2.098-2.077.592-.605 1.212-1.188 1.786-1.805.617-.577 1.205-1.193 1.803-1.788.873-.864 1.738-1.739 2.61-2.604.627-.633 1.264-1.257 1.887-1.894.3-.29.593-.587.886-.884a3.759 3.759 0 0 0-.201-.218c-.367.36-.727.727-1.092 1.088m.904.384c-.509.489-1.013.985-1.496 1.5-.738.701-1.449 1.437-2.171 2.159-.966.957-1.933 1.923-2.891 2.891-.648.641-1.296 1.284-1.933 1.935-1.329 1.323-2.666 2.64-3.975 3.984-.669.628-1.302 1.298-1.959 1.941.068.072.153.127.232.187.704-.697 1.401-1.401 2.103-2.1l.008.001a363.988 363.988 0 0 1 3.624-3.622l-.002-.011c.76-.759 1.521-1.518 2.279-2.279l.011.002c.972-1 1.974-1.971 2.95-2.966.705-.694 1.4-1.398 2.1-2.096h.007a64.49 64.49 0 0 1 1.14-1.14v-.007c.311-.311.624-.62.932-.934a12.567 12.567 0 0 1-.171-.232c-.275.248-.537.515-.789.787m.009 1.267c-.09.068-.172.147-.239.238-.737.701-1.447 1.438-2.169 2.156-.967.964-1.935 1.926-2.895 2.898-1.138 1.141-2.302 2.265-3.41 3.431a52.262 52.262 0 0 0-2.257 2.259c-.934.872-1.822 1.803-2.729 2.708a10.821 10.821 0 0 0 15.01-15.01c-.441.436-.892.867-1.311 1.321z"/><path fill="gray" d="M5.458 6.07c.986-.675 2.311-.688 3.395-.248 1.581.685 2.524 2.555 2.111 4.235-.912.932-1.847 1.855-2.773 2.778-.502-.225-1.059-.146-1.591-.161-.034-.55-.005-1.104-.015-1.656.569-.031 1.178.04 1.697-.249.621-.319.96-1.044.877-1.728-.064-.933-.969-1.695-1.897-1.623-.83.034-1.526.72-1.641 1.531a97.55 97.55 0 0 1-1.874.001c.06-1.166.754-2.237 1.71-2.88zM12.864 9.016c1.123-1.12 2.243-2.245 3.367-3.364.125.005.25.017.375.03-1.163 1.198-2.358 2.362-3.533 3.548a.91.91 0 0 1-.195.16l-.015-.374zM15.611 7.544c.627-.634 1.262-1.261 1.89-1.894.125.01.25.021.375.036-.602.639-1.243 1.242-1.853 1.874h-.008a6.816 6.816 0 0 0-.404-.015zM16.912 7.537c.595-.649 1.244-1.251 1.859-1.883.135.007.27.01.406.013-.623.637-1.26 1.261-1.887 1.894-.126-.01-.251-.02-.377-.025zM12.877 5.666c.821 0 1.643-.02 2.463.011-.812.823-1.616 1.661-2.462 2.445a118.28 118.28 0 0 1-.001-2.456zM18.179 7.538c.482-.515.987-1.011 1.496-1.5.01.126.017.253.028.379v.007c-.385.375-.765.755-1.14 1.14h-.007a5.991 5.991 0 0 0-.378-.024zM12.864 10.287c.599-.597 1.196-1.195 1.794-1.793-.013.134-.006.269.018.401-.597.585-1.167 1.215-1.796 1.765-.006-.124-.01-.248-.015-.373zM13.117 12.587c.959-.968 1.925-1.934 2.891-2.891.149-.016.299-.028.449-.038-.976.996-1.978 1.966-2.95 2.966l-.011-.002a2.19 2.19 0 0 0-.379-.035zM14.381 12.596c.959-.972 1.928-1.934 2.895-2.898 1.333.255 2.402 1.423 2.57 2.764.125.996.13 2.011.018 3.008-.161 1.425-1.318 2.629-2.689 2.968-1.242.272-2.581-.132-3.533-.956-.637-.593-.921-1.466-1.006-2.312.624-.024 1.249-.009 1.873-.008.107.438.292.887.672 1.158.508.361 1.183.38 1.772.251.423-.085.805-.404.885-.84.255-1.14.383-2.404-.124-3.495-.298-.623-1.081-.743-1.699-.682-.61.06-1.094.51-1.374 1.03a7.417 7.417 0 0 1-.258.011zM12.866 11.558l1.793-1.793c-.015.134-.009.269.02.401-.598.595-1.185 1.211-1.803 1.788-.001-.132-.007-.264-.01-.396zM8.695 13.183c.413-.405.817-.819 1.23-1.224l.224.191c-.406.411-.813.822-1.227 1.225-.075-.065-.15-.129-.226-.192zM9.203 13.95c.454-.457.914-.91 1.366-1.369l.149.272c-.471.473-.934.954-1.42 1.411a7.07 7.07 0 0 1-.095-.314zM9.227 15.192c.595-.584 1.18-1.177 1.77-1.766.028.112.059.223.092.333-.703.689-1.38 1.406-2.098 2.077.105-.199.229-.401.234-.633l.001-.011zM7.209 18.507c1.308-1.343 2.645-2.661 3.975-3.984.003.127.01.254.033.379l.002.011a363.988 363.988 0 0 0-3.624 3.622l-.008-.001c-.126-.009-.251-.02-.377-.027zM3.686 15.195c.622.003 1.245-.014 1.867.008l.084.188c-.472.472-.94.948-1.417 1.414a3.994 3.994 0 0 1-.534-1.611zM4.565 17.313c.463-.453.915-.917 1.376-1.37.068.072.139.142.211.209-.457.45-.903.91-1.363 1.356l-.225-.195zM8.714 18.286a52.262 52.262 0 0 1 2.257-2.259c-.327 1.058-1.216 1.909-2.257 2.259zM7.883 16.547c.238.022.438-.147.641-.246-.677.735-1.415 1.414-2.107 2.136l-.006-.002-.288-.125c.577-.595 1.174-1.185 1.759-1.763zM5.262 17.893c.458-.462.919-.923 1.381-1.382.102.033.204.067.306.103-.465.496-.96.963-1.436 1.45-.083-.059-.167-.115-.251-.171z"/><path fill="#7f7f7f" d="M19.445 7.543c.067-.091.148-.17.239-.238-.001.08.001.161.003.241-.081-.001-.162-.004-.242-.003z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-35--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.991 0h2.014c.171.03.342.053.515.072 3.122.376 6.05 2.062 7.971 4.547 1.44 1.82 2.283 4.071 2.51 6.373v2.01c-.182 1.73-.673 3.44-1.553 4.947-1.536 2.714-4.167 4.784-7.172 5.622-.74.22-1.505.325-2.268.428h-2.011c-1.743-.18-3.458-.684-4.977-1.567-2.685-1.537-4.741-4.141-5.582-7.122-.225-.751-.335-1.528-.438-2.303v-2.014c.1-.764.208-1.53.427-2.27a12.059 12.059 0 0 1 5.129-6.875C7.18.793 9.071.196 10.991-.002M9.066.585a11.738 11.738 0 0 0-4.404 2.199C2.284 4.664.678 7.494.311 10.506a11.802 11.802 0 0 0 2.587 8.978c.61-.734 1.229-1.461 1.838-2.195.453-.533.898-1.072 1.35-1.605.739-.887 1.486-1.767 2.223-2.655.939-1.109 1.867-2.227 2.805-3.336.563-.682 1.14-1.351 1.7-2.035.638-.746 1.265-1.501 1.895-2.254 1.033-1.22 2.05-2.453 3.087-3.668C15.178.246 11.982-.169 9.067.585m10.072 6.292c-.166.17-.322.352-.454.549h-.021c-.638.765-1.283 1.524-1.919 2.291l-.01-.002c-.856 1.049-1.743 2.073-2.603 3.119-1.026 1.218-2.059 2.433-3.068 3.664-.681.798-1.373 1.593-2.018 2.419-.967 1.089-1.886 2.231-2.827 3.346 2.672 1.538 5.966 1.92 8.932 1.094a11.749 11.749 0 0 0 4.162-2.12c2.392-1.881 4.007-4.72 4.376-7.743.422-3.181-.537-6.507-2.585-8.977-.651.789-1.328 1.56-1.965 2.359z"/><path fill="#fff" d="M9.066.585c2.915-.755 6.111-.339 8.729 1.151-1.037 1.215-2.055 2.448-3.087 3.668-.632.007-1.265-.003-1.897.005-.004.75-.006 1.5.002 2.249-.559.684-1.137 1.354-1.7 2.035.098-1.163-.242-2.361-1.011-3.249-.618-.776-1.623-1.185-2.606-1.129-.84.018-1.613.486-2.139 1.121a4.134 4.134 0 0 0-1.018 2.527c.579.003 1.159.007 1.739-.001.092-.58.379-1.166.922-1.444.53-.311 1.242-.21 1.692.198.929.77.919 2.44-.087 3.14-.474.338-1.08.283-1.63.288-.004.594-.005 1.189 0 1.783.445.015.903-.044 1.333.102-.737.888-1.485 1.769-2.223 2.655-.598-.093-1.21-.023-1.814-.041.074.567.212 1.13.463 1.645-.609.734-1.228 1.462-1.838 2.195a11.802 11.802 0 0 1-2.587-8.978C.676 7.493 2.282 4.663 4.66 2.783A11.752 11.752 0 0 1 9.064.584zM19.139 6.877c.637-.799 1.314-1.57 1.965-2.359 2.048 2.47 3.007 5.796 2.585 8.977-.369 3.022-1.985 5.862-4.376 7.743a11.749 11.749 0 0 1-4.162 2.12c-2.966.826-6.259.444-8.932-1.094.941-1.115 1.86-2.257 2.827-3.346 1-.438 1.73-1.378 2.018-2.419 1.009-1.231 2.042-2.446 3.068-3.664.106 0 .213-.005.32-.006.234-.492.621-.974 1.183-1.086.441-.071.935-.028 1.307.24.361.27.475.737.574 1.153.198 1.026.103 2.087-.107 3.104a1.089 1.089 0 0 1-.787.849c-.554.147-1.212.122-1.668-.261-.367-.308-.524-.783-.622-1.237a84.199 84.199 0 0 0-1.741 0c.079.886.319 1.809.935 2.48.936.955 2.463 1.443 3.723.863a3.8 3.8 0 0 0 2.043-2.928 15.464 15.464 0 0 0-.007-3.318c-.148-1.369-1.116-2.742-2.539-2.969.636-.767 1.281-1.526 1.919-2.291h.021c.151.004.302.003.453 0 .004-.183-.001-.366.001-.549z"/><path fill="gray" d="M5.357 6.436c.526-.636 1.299-1.103 2.139-1.121.983-.056 1.988.353 2.606 1.129.769.888 1.109 2.086 1.011 3.249-.938 1.109-1.866 2.227-2.805 3.336-.43-.146-.888-.087-1.333-.102a96.338 96.338 0 0 1 0-1.783c.55-.006 1.156.05 1.63-.288 1.006-.699 1.016-2.37.087-3.14-.45-.407-1.162-.509-1.692-.198-.543.278-.83.864-.922 1.444-.58.008-1.16.004-1.739.001a4.129 4.129 0 0 1 1.018-2.527zM12.811 5.408c.632-.008 1.265.003 1.897-.005-.63.752-1.257 1.508-1.895 2.254-.008-.75-.006-1.5-.002-2.249zM18.685 7.426a3.85 3.85 0 0 1 .454-.549c-.002.183.003.366-.001.549a9.773 9.773 0 0 1-.453 0zM16.735 9.715l.01.002c1.423.227 2.391 1.6 2.539 2.969.12 1.101.125 2.217.007 3.318a3.799 3.799 0 0 1-2.043 2.928c-1.26.581-2.787.093-3.723-.863-.616-.67-.856-1.594-.935-2.48.58-.005 1.161-.006 1.741 0 .098.453.255.928.622 1.237.456.383 1.115.408 1.668.261.399-.102.713-.444.787-.849.21-1.016.306-2.078.107-3.104-.099-.416-.213-.883-.574-1.153-.372-.268-.866-.311-1.307-.24-.562.112-.949.593-1.183 1.086-.107.001-.214.005-.32.006.86-1.046 1.747-2.07 2.603-3.119zM4.272 15.643c.603.018 1.215-.052 1.814.041-.452.533-.897 1.072-1.35 1.605-.251-.516-.389-1.079-.463-1.645zM9.046 18.917c.645-.826 1.336-1.621 2.018-2.419-.288 1.042-1.018 1.981-2.018 2.419z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.094 0h1.838c1.768.161 3.512.67 5.048 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.983.543 2.013.642 3.05v1.835c-.161 1.757-.664 3.491-1.553 5.02-1.535 2.714-4.168 4.784-7.172 5.621-.761.224-1.548.338-2.335.428h-1.871c-1.723-.156-3.419-.648-4.929-1.499-2.632-1.467-4.68-3.953-5.593-6.828-.292-.885-.448-1.807-.547-2.731v-1.875c.094-.89.241-1.778.513-2.633.84-2.733 2.7-5.131 5.128-6.638C7.276.761 9.17.164 11.094.001m.272.595c-2.155.11-4.272.862-6.022 2.123A11.446 11.446 0 0 0 .762 9.94c-.593 3.166.237 6.566 2.239 9.091a11.442 11.442 0 0 0 7.403 4.281c3.22.47 6.617-.526 9.065-2.673 2.293-1.965 3.75-4.876 3.928-7.893.127-1.87-.219-3.77-.999-5.474a11.462 11.462 0 0 0-6.131-5.869 11.378 11.378 0 0 0-4.902-.807z"/><path fill="#fff" d="M7.03 2.387a10.832 10.832 0 0 1 7.286-.959c1.32.285 2.582.826 3.703 1.578-.84.852-1.692 1.692-2.535 2.541-.045.04-.086.095-.15.105-1.245.299-2.355 1.311-2.581 2.602-.928.97-1.892 1.916-2.85 2.86-.316-.023-.632-.015-.948-.01-.009.317-.005.634.003.952-.888.917-1.799 1.82-2.711 2.715-.171-.011-.341-.012-.511-.027 1.422-3.027 2.861-6.046 4.275-9.077-.696-.007-1.392-.005-2.087-.001-1.391 2.946-2.756 5.903-4.141 8.851-.057.122-.128.247-.122.387.003.544-.004 1.088.004 1.632.273.007.547-.005.819.009-.491.493-.981.987-1.477 1.475C1.248 15.427.719 12.052 1.59 9.043c.792-2.843 2.815-5.31 5.44-6.655zM16.363 5.517c.72-.715 1.434-1.437 2.156-2.151l.234.173c-.659.679-1.334 1.345-2.007 2.011l-.383-.033zM17.458 5.692c.591-.581 1.171-1.174 1.762-1.755.073.066.144.134.216.203-.563.562-1.121 1.131-1.692 1.686-.095-.046-.19-.09-.285-.134zM18.315 6.111c.516-.515 1.029-1.032 1.547-1.545.069.07.136.143.201.218-.498.503-1 1.003-1.501 1.503l-.247-.175zM20.451 5.247c.065.075.126.155.184.235-.471.477-.946.949-1.42 1.422l-.199-.217c.475-.483.959-.958 1.435-1.44zM19.543 7.433c.48-.488.963-.972 1.451-1.451 1.655 2.444 2.227 5.582 1.549 8.454a10.816 10.816 0 0 1-12.98 8.106 10.722 10.722 0 0 1-3.58-1.549c.984-.994 1.976-1.981 2.967-2.969 0 .132.001.264.005.396.626.004 1.252.005 1.878 0 .01-.626-.003-1.252.006-1.877.338-.013.675.002 1.013-.007.006-.468.008-.936-.003-1.403.259-.279.535-.542.805-.811-.017.773.014 1.58.37 2.285.377.778 1.1 1.345 1.89 1.665 1.398.558 3.096.177 4.124-.922.624-.645.883-1.562.885-2.443.002-1.89 0-3.78.001-5.671 0-.617-.1-1.246-.381-1.801zM15.662 7.501c.159-.043.323-.061.487-.081-.516.529-1.041 1.049-1.565 1.568a1.594 1.594 0 0 1 .06-.455c.315-.364.673-.696 1.019-1.032zM14.52 9.923c.787-.823 1.603-1.624 2.415-2.422.087.05.174.1.261.152-.882.883-1.766 1.763-2.646 2.647-.01-.126-.022-.251-.03-.377zM14.521 11.191c1.035-1.063 2.094-2.103 3.143-3.153l.16.255c-1.089 1.095-2.182 2.185-3.275 3.277a15.705 15.705 0 0 0-.028-.379z"/><path fill="#fff" d="M14.525 12.457c1.152-1.177 2.326-2.333 3.491-3.499.056 1.762.009 3.528.024 5.292.008.562.022 1.171-.301 1.66-.607.961-2.218.987-2.865.057-.227-.32-.318-.717-.332-1.104-.018-.802.015-1.604-.018-2.405zM10.815 11.063c.611-.606 1.218-1.216 1.826-1.825.009.127.019.254.024.381-.587.629-1.218 1.221-1.819 1.838a10.499 10.499 0 0 0-.031-.395zM10.832 12.325c.599-.609 1.208-1.208 1.81-1.815.009.126.019.251.025.377-.581.634-1.22 1.227-1.822 1.845-.007-.136-.01-.272-.013-.407zM12.645 11.78c.008.135.012.27.015.405-.6.609-1.21 1.209-1.812 1.817a11.85 11.85 0 0 0-.033-.379c.596-.628 1.222-1.227 1.83-1.844zM7.135 14.745c.603-.6 1.204-1.201 1.804-1.804.009.127.019.254.023.381-.465.499-.957.98-1.449 1.453a9.667 9.667 0 0 0-.379-.03zM12.645 13.054c.007.134.012.267.016.4-.433.439-.868.877-1.309 1.308l-.403-.013 1.696-1.696zM8.407 14.744c.179-.176.356-.354.533-.533.01.126.017.251.022.377l.001.031a4.46 4.46 0 0 1-.178.158c-.126-.014-.252-.024-.378-.034zM3.366 18.518c.657-.664 1.319-1.322 1.98-1.982.133 0 .265.004.397.016-.733.735-1.458 1.48-2.207 2.197a6.601 6.601 0 0 0-.171-.232zM3.938 19.218c.89-.896 1.785-1.787 2.678-2.68.135-.001.27.004.405.019-.961.958-1.919 1.92-2.88 2.878a5.894 5.894 0 0 1-.202-.217zM7.887 16.538a2.63 2.63 0 0 1 .406.02c-1.172 1.166-2.337 2.34-3.51 3.505a6.91 6.91 0 0 1-.217-.202c1.105-1.11 2.214-2.215 3.321-3.322zM8.944 16.759c.006.133.01.265.014.398a949.845 949.845 0 0 1-3.476 3.478 6.626 6.626 0 0 0-.232-.172c1.216-1.248 2.46-2.471 3.693-3.704z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.466 11.466 0 0 1 6.131 5.869 11.366 11.366 0 0 1 .999 5.474c-.179 3.017-1.635 5.928-3.928 7.893-2.448 2.146-5.845 3.143-9.065 2.673a11.442 11.442 0 0 1-7.403-4.281C1 16.506.17 13.106.763 9.94a11.446 11.446 0 0 1 4.582-7.221A11.359 11.359 0 0 1 11.367.596M7.03 2.387C4.405 3.732 2.382 6.199 1.59 9.042c-.871 3.008-.341 6.383 1.417 8.977.496-.488.986-.982 1.477-1.475.589-.591 1.188-1.171 1.764-1.774.912-.895 1.823-1.798 2.711-2.715.329-.299.64-.618.945-.941.958-.944 1.922-1.89 2.85-2.86.751-.7 1.457-1.449 2.19-2.169.129-.145.301-.257.39-.433.064-.01.104-.066.15-.105.843-.849 1.695-1.689 2.535-2.541a10.762 10.762 0 0 0-3.703-1.578 10.831 10.831 0 0 0-7.286.959m9.333 3.13c-1.239 1.242-2.48 2.482-3.721 3.721-.608.609-1.215 1.219-1.826 1.825-.623.628-1.25 1.253-1.876 1.878-.6.602-1.201 1.204-1.804 1.804-.594.599-1.194 1.192-1.788 1.792-.661.66-1.324 1.319-1.98 1.982.058.076.115.153.171.232.75-.717 1.475-1.462 2.207-2.197l.011.001c.577-.601 1.186-1.172 1.758-1.778a38.18 38.18 0 0 0 1.449-1.453c.645-.603 1.252-1.247 1.884-1.864.601-.617 1.232-1.209 1.819-1.838 1.376-1.339 2.723-2.71 4.08-4.069.673-.666 1.348-1.332 2.007-2.011l-.234-.173c-.722.714-1.435 1.436-2.156 2.151m1.094.172c-.593.608-1.209 1.195-1.795 1.809-.346.336-.704.668-1.019 1.032-.69.632-1.33 1.323-2.002 1.976-.601.607-1.211 1.206-1.81 1.815-.635.624-1.26 1.26-1.892 1.887-.177.179-.354.357-.533.533-.595.6-1.195 1.195-1.791 1.793-.892.893-1.788 1.784-2.678 2.68.065.074.133.146.202.217.962-.957 1.919-1.92 2.88-2.878.585-.595 1.19-1.173 1.765-1.779.06-.051.12-.104.178-.158l-.001-.031c.651-.592 1.251-1.243 1.883-1.857.602-.619 1.241-1.212 1.822-1.845.661-.606 1.27-1.268 1.917-1.89v-.009c.525-.519 1.05-1.039 1.565-1.568.535-.524 1.069-1.058 1.594-1.595.571-.555 1.129-1.124 1.692-1.686a8.238 8.238 0 0 0-.216-.203c-.591.582-1.171 1.174-1.762 1.755m.858.421c-.458.465-.931.915-1.379 1.39-.813.799-1.628 1.6-2.415 2.422-.643.6-1.248 1.241-1.876 1.857-.607.617-1.234 1.216-1.83 1.844-.989.958-1.95 1.945-2.928 2.915-1.107 1.108-2.216 2.213-3.321 3.323.071.069.143.136.217.202 1.173-1.165 2.338-2.339 3.51-3.505.851-.853 1.702-1.706 2.556-2.556.601-.608 1.211-1.208 1.812-1.817.634-.625 1.259-1.26 1.891-1.886.88-.885 1.764-1.765 2.646-2.647.455-.456.912-.909 1.365-1.366.502-.5 1.004-.999 1.501-1.503a4.15 4.15 0 0 0-.201-.218c-.518.513-1.032 1.03-1.547 1.545m2.135-.864c-.476.482-.96.957-1.435 1.44-.454.447-.904.898-1.352 1.351-1.049 1.05-2.108 2.09-3.143 3.153-.638.608-1.249 1.244-1.876 1.863l-1.696 1.696c-.669.666-1.332 1.338-2.005 2v.009c-1.233 1.233-2.477 2.456-3.693 3.704.078.055.155.112.232.172a949.845 949.845 0 0 0 3.476-3.478 300.32 300.32 0 0 0 2.394-2.395c.442-.431.877-.869 1.309-1.308.635-.62 1.252-1.258 1.888-1.877v-.007a1264.8 1264.8 0 0 0 3.275-3.277c.466-.46.929-.924 1.391-1.389.474-.473.95-.945 1.42-1.422a3.226 3.226 0 0 0-.184-.235m-.909 2.186c-.514.504-1.02 1.014-1.527 1.525-1.164 1.166-2.339 2.322-3.491 3.499-.634.61-1.249 1.241-1.871 1.864-.27.269-.546.532-.805.811-.975.954-1.934 1.927-2.899 2.892-.991.988-1.982 1.975-2.967 2.969a10.701 10.701 0 0 0 3.58 1.549 10.82 10.82 0 0 0 7.86-1.177c2.564-1.473 4.471-4.042 5.12-6.929.677-2.872.105-6.01-1.549-8.454-.488.48-.972.963-1.451 1.451z"/><path fill="gray" d="M12.642 9.238c1.241-1.239 2.482-2.48 3.721-3.721l.383.033c-1.357 1.359-2.705 2.73-4.08 4.069-.005-.127-.015-.254-.024-.381zM7.924 5.665c.696-.004 1.392-.006 2.087.001-1.414 3.03-2.852 6.05-4.275 9.077.17.015.341.016.511.027-.576.603-1.176 1.184-1.764 1.774-.273-.014-.546-.002-.819-.009-.008-.544-.001-1.088-.004-1.632-.006-.14.065-.264.122-.387 1.385-2.948 2.75-5.906 4.141-8.851zM12.754 8.254c.226-1.29 1.335-2.303 2.581-2.602-.09.176-.262.288-.39.433-.733.72-1.44 1.469-2.19 2.169zM15.662 7.501c.586-.615 1.202-1.201 1.795-1.809.095.044.191.088.285.134-.525.537-1.059 1.071-1.594 1.595-.163.02-.327.038-.487.081zM16.936 7.5c.448-.474.921-.925 1.379-1.39l.247.175c-.453.457-.91.911-1.365 1.366a11.12 11.12 0 0 0-.261-.152zM17.664 8.038c.448-.453.898-.904 1.352-1.351l.199.217c-.462.465-.924.929-1.391 1.389l-.16-.255zM18.015 8.958c.507-.51 1.013-1.021 1.527-1.525.281.555.382 1.184.381 1.801 0 1.89.001 3.781-.001 5.671-.003.881-.262 1.798-.885 2.443-1.028 1.099-2.726 1.48-4.124.922-.79-.32-1.513-.887-1.89-1.665-.356-.705-.387-1.512-.37-2.285.622-.623 1.237-1.253 1.871-1.864.033.801 0 1.604.018 2.405.014.387.105.784.332 1.104.647.93 2.257.905 2.865-.057.323-.489.308-1.098.301-1.66-.015-1.763.032-3.529-.024-5.292zM12.642 10.509c.672-.653 1.312-1.344 2.002-1.976a1.594 1.594 0 0 0-.06.455v.009c-.647.621-1.256 1.284-1.917 1.89a11.729 11.729 0 0 0-.025-.377zM12.645 11.78c.628-.616 1.233-1.257 1.876-1.857.008.126.02.251.03.377-.632.626-1.257 1.26-1.891 1.886-.003-.135-.008-.27-.015-.405zM8.939 12.941c.626-.625 1.253-1.25 1.876-1.878.013.131.022.262.031.395-.632.617-1.239 1.261-1.884 1.864-.004-.127-.014-.254-.023-.381zM8.956 11.104c.316-.005.632-.013.948.01-.305.323-.617.642-.945.941a17.774 17.774 0 0 1-.003-.952zM12.645 13.054c.627-.619 1.238-1.255 1.876-1.863.011.126.02.252.028.379v.007c-.636.619-1.253 1.257-1.888 1.877-.005-.134-.009-.267-.016-.4zM8.94 14.212c.632-.627 1.257-1.262 1.892-1.887.003.135.006.271.013.407-.632.614-1.232 1.265-1.883 1.857a9.415 9.415 0 0 0-.022-.377zM7.887 16.538c.978-.97 1.939-1.957 2.928-2.915.014.126.024.252.033.379-.854.85-1.705 1.703-2.556 2.556a2.754 2.754 0 0 0-.406-.02zM5.347 16.536c.594-.599 1.194-1.192 1.788-1.792.126.009.253.018.379.03-.572.607-1.181 1.178-1.758 1.778l-.011-.001a4.398 4.398 0 0 0-.398-.016zM6.615 16.538c.596-.599 1.196-1.193 1.791-1.793.126.009.252.02.378.034-.575.606-1.179 1.184-1.765 1.779a3.23 3.23 0 0 0-.405-.019zM8.944 16.75c.673-.662 1.336-1.334 2.005-2l.403.013c-.793.803-1.592 1.6-2.394 2.395a26.45 26.45 0 0 0-.014-.398v-.009zM8.95 18.024c.965-.965 1.924-1.937 2.899-2.892.012.467.009.936.003 1.403-.338.009-.676-.007-1.013.007-.009.625.004 1.251-.006 1.877-.626.005-1.252.004-1.878 0-.003-.132-.004-.264-.005-.396z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-40--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.982 0h2.026c1.729.182 3.436.672 4.943 1.552 2.714 1.536 4.783 4.168 5.621 7.173.22.737.322 1.5.428 2.258v2.023c-.182 1.718-.666 3.415-1.536 4.914-1.534 2.728-4.173 4.811-7.189 5.651-.737.22-1.5.322-2.259.428h-2.023c-1.741-.181-3.457-.684-4.974-1.567-2.696-1.543-4.757-4.163-5.592-7.158-.219-.736-.323-1.499-.427-2.258V10.99c.102-.762.208-1.528.427-2.267a12.056 12.056 0 0 1 5.129-6.875C7.177.794 9.066.199 10.982-.002m-1.84.567a11.747 11.747 0 0 0-4.48 2.218C2.297 4.653.694 7.463.317 10.458-.118 13.652.835 17 2.897 19.48c.678-.802 1.352-1.607 2.025-2.413.536-.634 1.069-1.271 1.601-1.908.881-1.061 1.793-2.104 2.651-3.18.239-.236.438-.508.657-.761 1.014-1.223 2.062-2.422 3.052-3.661.506-.571 1.02-1.149 1.467-1.766.126-.082.209-.211.307-.322 1.045-1.244 2.087-2.491 3.135-3.733C15.199.258 12.035-.161 9.142.567m9.768 6.565c-.45.54-.903 1.077-1.355 1.615-1.063 1.282-2.157 2.543-3.202 3.837-.602.669-1.162 1.377-1.747 2.061-.25.302-.509.597-.752.904-.903 1.061-1.797 2.133-2.689 3.202-.987 1.168-1.967 2.34-2.949 3.512 2.708 1.556 6.051 1.93 9.047 1.062a11.746 11.746 0 0 0 4.05-2.088c2.379-1.871 3.99-4.69 4.37-7.695.436-3.194-.518-6.541-2.578-9.021-.736.866-1.461 1.742-2.195 2.61z"/><path fill="#fff" d="M9.142.565c2.893-.727 6.057-.308 8.65 1.169-1.048 1.242-2.09 2.489-3.135 3.733-.098.111-.181.24-.307.322a3.26 3.26 0 0 0-1.467 1.766c-.99 1.239-2.038 2.438-3.052 3.661l-.659.003c-.006.253-.002.505.002.758-.858 1.076-1.77 2.119-2.651 3.18l-.34-.005c1.319-3.251 2.656-6.495 3.975-9.746-.648-.002-1.296-.002-1.943 0-1.315 3.233-2.621 6.471-3.927 9.707-.068.643-.014 1.299-.027 1.947.22.006.441.006.661.006-.674.806-1.348 1.611-2.025 2.413C.835 17-.118 13.652.317 10.457c.377-2.994 1.98-5.805 4.345-7.675A11.754 11.754 0 0 1 9.142.564zM18.91 7.132c.734-.869 1.459-1.744 2.195-2.61 2.06 2.48 3.014 5.827 2.578 9.021-.38 3.005-1.991 5.824-4.37 7.695a11.729 11.729 0 0 1-4.05 2.088c-2.996.869-6.338.494-9.047-1.062.982-1.172 1.962-2.345 2.949-3.512-.003.105.007.21.009.316.581.003 1.163.002 1.744 0 .008-.667-.003-1.334.005-2 .313-.006.626.004.939-.006.002-.504.012-1.008-.007-1.512.243-.307.502-.602.752-.904-.034 1.095.043 2.282.728 3.189.601.793 1.543 1.359 2.553 1.373 1.133.052 2.215-.593 2.839-1.515.471-.708.628-1.575.631-2.412V9.234c0-.722-.13-1.45-.448-2.102z"/><path fill="#fff" d="M17.555 8.747c.032.224.054.449.053.675v5.72c-.001.539-.101 1.114-.462 1.535-.499.613-1.497.69-2.112.211-.484-.376-.66-1.014-.673-1.604-.011-.9.003-1.8-.008-2.7 1.044-1.294 2.139-2.555 3.202-3.837z"/><path fill="gray" d="M8.214 5.407c.648-.002 1.296-.002 1.943 0-1.319 3.251-2.656 6.495-3.975 9.746l.34.005c-.532.638-1.065 1.274-1.601 1.908-.22 0-.441 0-.661-.006.014-.648-.041-1.304.027-1.947 1.305-3.237 2.612-6.474 3.927-9.707zM12.883 7.556A3.256 3.256 0 0 1 14.35 5.79c-.447.617-.961 1.195-1.467 1.766zM17.555 8.747c.452-.538.905-1.076 1.355-1.615.317.652.447 1.38.448 2.102v6.047c-.003.838-.161 1.704-.631 2.412-.624.922-1.707 1.567-2.839 1.515-1.01-.015-1.952-.581-2.553-1.373-.685-.907-.762-2.094-.728-3.189.585-.684 1.145-1.392 1.747-2.061.011.9-.003 1.8.008 2.7.013.589.188 1.227.673 1.604.615.479 1.613.402 2.112-.211.361-.421.461-.997.462-1.535v-5.72c0-.226-.022-.451-.053-.675zM9.172 11.22l.659-.003c-.219.254-.418.525-.657.761-.004-.253-.008-.506-.002-.758zM9.165 18.751c.893-1.068 1.786-2.14 2.689-3.202.019.504.009 1.008.007 1.512-.313.009-.626 0-.939.006-.008.667.003 1.334-.005 2-.581.002-1.162.003-1.744 0-.001-.106-.012-.211-.009-.316z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.098 0h1.829c1.77.159 3.517.669 5.054 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.984.543 2.016.642 3.053v1.824c-.16 1.77-.669 3.518-1.57 5.056-1.537 2.7-4.162 4.757-7.155 5.592-.763.224-1.552.34-2.34.428h-1.86c-1.725-.154-3.424-.647-4.935-1.499-2.632-1.467-4.68-3.953-5.593-6.829-.292-.886-.449-1.81-.547-2.736v-1.864c.098-.966.27-1.929.581-2.851a12.076 12.076 0 0 1 5.06-6.426C7.277.758 9.173.16 11.098-.001m.268.597c-3.589.168-7.02 2.172-8.953 5.196a11.364 11.364 0 0 0-1.73 4.647c-.458 3.21.54 6.592 2.679 9.03a11.427 11.427 0 0 0 7.042 3.843c3.22.471 6.618-.525 9.066-2.672 2.294-1.965 3.75-4.876 3.928-7.893a11.37 11.37 0 0 0-1.014-5.507 11.466 11.466 0 0 0-6.115-5.836 11.38 11.38 0 0 0-4.902-.807z"/><path fill="#fff" d="M6.577 2.637c2-1.169 4.385-1.661 6.684-1.383 1.698.191 3.345.803 4.763 1.755-.856.852-1.709 1.708-2.563 2.562-.037.034-.073.076-.126.082-1.246.3-2.356 1.313-2.581 2.603-.756.802-1.559 1.568-2.335 2.354-1.095-1.156-3.044-1.273-4.297-.306-.003-.918-.006-1.836.001-2.754 1.677-.008 3.353.003 5.03-.005.004-.626.007-1.253-.001-1.878-2.269-.006-4.539-.006-6.809 0-.008 2.308-.005 4.616-.001 6.924.585.008 1.17.005 1.755.001.297-.526.788-.996 1.419-1.041.531-.039 1.131.037 1.515.444a629.816 629.816 0 0 1-3.166 3.165c-.588.006-1.176-.013-1.764.009.054.479.158.956.36 1.395-.48.491-.971.969-1.453 1.459-1.656-2.445-2.231-5.585-1.553-8.459.649-2.887 2.556-5.456 5.121-6.928zM16.361 5.52c.72-.717 1.435-1.44 2.159-2.155.076.059.154.116.232.173-.656.681-1.332 1.345-2.004 2.01-.129-.011-.258-.02-.386-.029zM17.456 5.693c.591-.582 1.171-1.176 1.763-1.757.074.066.145.134.215.203-.563.562-1.12 1.129-1.689 1.685a12.283 12.283 0 0 0-.289-.131zM18.314 6.111c.515-.515 1.03-1.032 1.547-1.545.07.069.138.142.202.218-.498.503-.999 1.003-1.501 1.502l-.247-.174zM19.016 6.685c.483-.477.951-.973 1.448-1.434.054.078.112.154.171.23-.47.478-.946.95-1.421 1.423l-.198-.219zM19.543 7.432c.479-.488.968-.967 1.448-1.454 1.656 2.445 2.23 5.584 1.552 8.458-.649 2.887-2.556 5.455-5.12 6.929a10.812 10.812 0 0 1-7.859 1.177 10.73 10.73 0 0 1-3.586-1.552c.853-.839 1.684-1.703 2.546-2.529 1.347-.275 2.52-1.397 2.767-2.765.435-.474.908-.917 1.362-1.377-.031.916.048 1.896.593 2.669 1.037 1.488 3.216 1.976 4.8 1.104.559-.303 1.071-.725 1.395-1.279.349-.586.481-1.279.483-1.955V9.233c.001-.618-.102-1.247-.381-1.803zM15.662 7.501c.16-.042.325-.062.489-.082-.519.527-1.043 1.05-1.569 1.569.006-.154.018-.308.063-.457.313-.363.672-.695 1.017-1.031zM14.519 9.919c.793-.816 1.602-1.62 2.415-2.417.087.05.176.099.265.146-.882.887-1.769 1.768-2.651 2.654a8.226 8.226 0 0 0-.03-.383zM14.522 11.19c1.035-1.062 2.094-2.101 3.142-3.151l.16.255c-1.09 1.095-2.184 2.187-3.278 3.279a6.15 6.15 0 0 0-.024-.383z"/><path fill="#fff" d="M14.526 12.457a371.816 371.816 0 0 1 3.495-3.498c.045 1.841.007 3.684.02 5.526.012.498-.029 1.03-.32 1.454-.622.935-2.205.949-2.846.029-.227-.32-.318-.717-.332-1.104-.018-.802.015-1.605-.017-2.406zM10.8 11.079c.617-.613 1.23-1.229 1.845-1.844.006.128.015.256.019.385-.555.593-1.147 1.156-1.719 1.735a36.6 36.6 0 0 1-.145-.276zM11.201 11.953c.48-.484.963-.962 1.443-1.446l.021.381c-.429.48-.912.927-1.369 1.387a6.224 6.224 0 0 0-.095-.322zM12.647 11.778l.013.408c-.415.423-.838.839-1.256 1.26a10.77 10.77 0 0 1-.022-.401c.42-.424.844-.844 1.266-1.267zM6.166 15.716c1.047-1.051 2.098-2.097 3.145-3.148l.108.303c-1.027 1.049-2.071 2.082-3.111 3.117-.048-.09-.096-.181-.142-.272zM12.65 13.054c0 .134.007.267.011.401-.415.424-.837.841-1.257 1.259.001-.13-.006-.26-.004-.39.386-.443.834-.848 1.25-1.27zM6.757 16.397c.915-.919 1.834-1.835 2.751-2.752.01.134.015.269.017.404-.823.827-1.65 1.65-2.475 2.476a6.332 6.332 0 0 1-.293-.128zM9.418 15.01c-.008.154-.011.308-.048.458-.381.391-.76.792-1.165 1.155a4.77 4.77 0 0 1-.414.013c.541-.543 1.082-1.087 1.627-1.626zM3.366 18.519c.46-.472.933-.932 1.395-1.402l.207.209c-.464.482-.946.947-1.416 1.425-.07-.07-.127-.152-.187-.232zM3.938 19.217c.487-.495.983-.982 1.471-1.476l.274.151c-.515.514-1.027 1.029-1.543 1.541a3.2 3.2 0 0 1-.202-.217zM4.566 19.86c.561-.56 1.117-1.125 1.683-1.679.097.044.194.087.292.129-.589.581-1.169 1.172-1.758 1.752a4.166 4.166 0 0 1-.217-.203zM5.25 20.449c.668-.659 1.321-1.335 1.997-1.986.114.024.228.049.343.067-.703.702-1.402 1.407-2.108 2.106-.079-.06-.159-.119-.232-.187z"/><path d="M11.366.596a11.35 11.35 0 0 1 4.902.807 11.466 11.466 0 0 1 6.115 5.836 11.372 11.372 0 0 1 1.014 5.507c-.179 3.017-1.635 5.928-3.928 7.893-2.448 2.147-5.845 3.143-9.066 2.672a11.427 11.427 0 0 1-7.042-3.843C1.222 17.03.224 13.648.682 10.438c.226-1.65.82-3.25 1.73-4.647C4.346 2.767 7.776.763 11.365.595M6.577 2.637C4.012 4.108 2.105 6.678 1.456 9.565c-.678 2.874-.103 6.014 1.553 8.459.481-.489.973-.968 1.453-1.459.471-.465.94-.932 1.404-1.404a674.81 674.81 0 0 0 3.166-3.165c.466-.458.927-.923 1.388-1.386.776-.786 1.579-1.552 2.335-2.354.765-.717 1.488-1.482 2.237-2.217.114-.128.269-.227.344-.386.053-.006.089-.048.126-.082.854-.854 1.707-1.71 2.563-2.562a10.744 10.744 0 0 0-4.763-1.755 10.794 10.794 0 0 0-6.684 1.383m9.783 2.883l-3.716 3.716c-.615.615-1.229 1.231-1.845 1.844-.494.498-.991.993-1.488 1.489-1.047 1.051-2.099 2.097-3.145 3.148-.47.465-.935.936-1.405 1.402-.463.47-.935.93-1.395 1.402.06.079.116.161.187.232.469-.477.952-.942 1.416-1.425.453-.44.898-.888 1.341-1.338 1.04-1.035 2.085-2.068 3.111-3.117.518-.495 1.017-1.01 1.525-1.515.572-.579 1.165-1.141 1.719-1.735 1.377-1.341 2.725-2.712 4.083-4.072.672-.666 1.349-1.329 2.004-2.01a12.684 12.684 0 0 1-.232-.173c-.724.714-1.439 1.438-2.159 2.155m1.094.17c-.593.607-1.207 1.194-1.794 1.807-.345.336-.704.668-1.017 1.031-.69.632-1.329 1.322-2.001 1.975-.48.483-.964.962-1.443 1.446-.566.563-1.129 1.128-1.694 1.693-.917.917-1.836 1.833-2.751 2.752-.451.446-.896.898-1.348 1.344-.488.495-.984.981-1.471 1.476.064.075.132.147.202.217.515-.512 1.028-1.028 1.543-1.541l1.367-1.367c.825-.826 1.652-1.649 2.475-2.476.593-.588 1.183-1.18 1.773-1.771l-.001-.004c.457-.46.94-.907 1.369-1.387.66-.609 1.282-1.267 1.917-1.899.527-.519 1.05-1.043 1.569-1.569.535-.527 1.068-1.058 1.594-1.595.569-.555 1.126-1.123 1.689-1.685a6.873 6.873 0 0 0-.215-.203c-.592.581-1.172 1.175-1.763 1.757m.858.417c-.459.465-.931.917-1.38 1.391-.813.796-1.622 1.601-2.415 2.417-.637.606-1.246 1.241-1.872 1.859-.421.423-.845.843-1.266 1.267-.655.654-1.315 1.309-1.964 1.965-.546.539-1.086 1.083-1.627 1.626-.515.514-1.033 1.024-1.541 1.545-.566.555-1.123 1.119-1.683 1.679.07.07.142.138.217.203.59-.58 1.17-1.171 1.758-1.752.548-.568 1.132-1.104 1.663-1.687.405-.362.785-.764 1.165-1.155.688-.664 1.354-1.35 2.034-2.023.418-.421.841-.837 1.256-1.26.633-.624 1.257-1.258 1.889-1.884.882-.886 1.769-1.767 2.651-2.654.455-.452.909-.907 1.362-1.362.502-.499 1.003-.999 1.501-1.502a3.216 3.216 0 0 0-.202-.218c-.517.514-1.032 1.03-1.547 1.545m.703.574c-.453.449-.904.9-1.352 1.353-1.048 1.05-2.107 2.09-3.142 3.151-.635.609-1.253 1.242-1.872 1.864-.416.422-.863.827-1.25 1.27-.178.126-.315.299-.473.447-1.225 1.232-2.465 2.45-3.681 3.692-.676.651-1.329 1.327-1.997 1.986.072.068.153.126.232.187.706-.698 1.406-1.404 2.108-2.106 1.271-1.27 2.546-2.542 3.815-3.816.42-.418.842-.835 1.257-1.259.632-.622 1.26-1.254 1.885-1.882 1.094-1.092 2.188-2.183 3.278-3.279.466-.46.929-.924 1.39-1.389.475-.473.951-.945 1.421-1.423a6.219 6.219 0 0 1-.171-.23c-.497.461-.965.957-1.448 1.434m.527.747c-.509.506-1.027 1.013-1.523 1.527a371.816 371.816 0 0 0-3.495 3.498c-.634.61-1.249 1.241-1.872 1.863-.453.459-.926.903-1.362 1.377-.936.906-1.858 1.832-2.767 2.765-.862.827-1.693 1.691-2.546 2.529a10.73 10.73 0 0 0 3.586 1.552c2.642.622 5.515.195 7.859-1.177 2.564-1.474 4.471-4.043 5.12-6.929.678-2.873.104-6.013-1.552-8.458-.48.487-.969.965-1.448 1.454z"/><path fill="gray" d="M12.645 9.236l3.716-3.716c.128.009.257.018.386.029-1.357 1.36-2.706 2.731-4.083 4.072-.004-.128-.013-.256-.019-.385zM4.344 5.666c2.27-.006 4.539-.006 6.809 0 .008.626.006 1.252.001 1.878-1.677.007-3.353-.003-5.03.005-.007.918-.004 1.836-.001 2.754 1.253-.967 3.202-.85 4.297.306-.461.463-.922.928-1.388 1.386-.384-.407-.983-.483-1.515-.444-.631.045-1.123.515-1.419 1.041-.585.004-1.17.007-1.755-.001-.003-2.308-.006-4.616.001-6.924zM12.754 8.256c.225-1.291 1.335-2.303 2.581-2.603-.075.159-.229.258-.344.386-.749.735-1.472 1.5-2.237 2.217zM15.662 7.501c.586-.613 1.201-1.2 1.794-1.808.097.042.193.086.289.131-.525.537-1.059 1.068-1.594 1.595-.165.02-.329.039-.489.082zM16.934 7.502c.449-.474.921-.926 1.38-1.391l.247.174c-.452.456-.907.91-1.362 1.362a7.488 7.488 0 0 1-.265-.146zM17.664 8.038c.448-.454.9-.904 1.352-1.353l.198.219c-.462.465-.924.929-1.39 1.389a15.816 15.816 0 0 0-.16-.255zM18.021 8.959c.496-.514 1.013-1.021 1.523-1.527.279.556.382 1.185.381 1.803v5.625c-.002.676-.134 1.368-.483 1.955-.324.554-.836.976-1.395 1.279-1.584.872-3.763.383-4.8-1.104-.545-.773-.624-1.752-.592-2.669.623-.622 1.238-1.253 1.872-1.863.031.802-.001 1.605.017 2.406.014.387.105.784.332 1.104.641.92 2.224.906 2.846-.029.291-.423.331-.955.32-1.454-.013-1.842.025-3.685-.02-5.526zM12.645 10.507c.672-.653 1.311-1.343 2.001-1.975a1.805 1.805 0 0 0-.063.457c-.635.632-1.258 1.29-1.917 1.899-.005-.127-.014-.254-.021-.381zM12.647 11.778c.626-.618 1.236-1.253 1.872-1.859.013.128.022.255.03.383-.632.626-1.256 1.26-1.889 1.884l-.013-.408zM9.312 12.568c.497-.495.994-.99 1.488-1.489l.145.276c-.508.505-1.006 1.021-1.525 1.515l-.108-.303zM12.65 13.054c.619-.622 1.237-1.255 1.872-1.864.011.127.021.255.024.383-.625.628-1.252 1.26-1.885 1.882-.004-.134-.011-.267-.011-.401zM9.508 13.645c.564-.564 1.128-1.13 1.694-1.693.035.106.066.214.095.322l.001.004c-.59.591-1.18 1.183-1.773 1.771a6.785 6.785 0 0 0-.017-.404zM9.418 15.01c.648-.656 1.309-1.312 1.964-1.965.005.134.012.267.022.401-.68.673-1.346 1.359-2.034 2.023.037-.15.041-.305.048-.458zM10.928 14.771c.158-.149.295-.321.473-.447-.002.13.005.26.004.39-1.268 1.274-2.544 2.546-3.815 3.816-.115-.018-.229-.043-.343-.067 1.215-1.242 2.456-2.46 3.681-3.692zM4.102 15.169c.588-.022 1.176-.003 1.764-.009-.464.472-.933.94-1.404 1.404-.202-.44-.306-.917-.36-1.395zM4.762 17.118c.47-.465.935-.936 1.405-1.402.046.091.094.181.142.272-.442.45-.887.899-1.341 1.338l-.207-.209zM8.525 18.461c.909-.933 1.831-1.859 2.767-2.765-.247 1.367-1.42 2.49-2.767 2.765zM5.409 17.741c.451-.446.897-.898 1.348-1.344.097.045.194.088.293.128l-1.367 1.367c-.091-.051-.182-.102-.274-.151zM6.249 18.181c.508-.52 1.026-1.031 1.541-1.545.138 0 .276-.002.414-.013-.532.583-1.115 1.119-1.663 1.687a15.209 15.209 0 0 1-.292-.129z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-50--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.984 0h2.024c.158.027.316.051.475.068 3.135.367 6.079 2.056 8.007 4.551 1.439 1.819 2.281 4.067 2.51 6.367v2.02c-.182 1.718-.666 3.415-1.536 4.915-1.534 2.727-4.173 4.81-7.189 5.651-.737.22-1.501.323-2.261.428h-2.021c-1.741-.181-3.457-.684-4.974-1.567-2.696-1.543-4.757-4.162-5.592-7.158-.219-.737-.324-1.5-.427-2.26v-2.024c.101-.762.208-1.527.427-2.266a12.053 12.053 0 0 1 5.158-6.893C7.201.789 9.079.199 10.985.001M9.253.538a11.752 11.752 0 0 0-4.592 2.245C2.283 4.663.677 7.493.31 10.505c-.42 3.18.534 6.508 2.586 8.974.693-.822 1.385-1.645 2.073-2.472.395-.472.802-.935 1.181-1.418 1.004-1.164 1.981-2.354 2.972-3.53.426-.501.844-1.007 1.268-1.508.825-1.002 1.688-1.977 2.49-2.995.507-.571 1.02-1.149 1.469-1.766.116-.075.195-.193.285-.296 1.05-1.253 2.103-2.504 3.152-3.758C15.229.274 12.112-.148 9.252.539m9.658 6.593c-.45.54-.903 1.077-1.355 1.616-1.063 1.282-2.157 2.542-3.201 3.837-.603.669-1.162 1.377-1.748 2.062-.418.509-.86 1-1.262 1.521-.829.962-1.652 1.934-2.449 2.923-.913 1.038-1.785 2.117-2.68 3.174 2.554 1.466 5.672 1.885 8.531 1.198a11.734 11.734 0 0 0 4.566-2.224c2.392-1.881 4.007-4.72 4.376-7.742.421-3.18-.534-6.507-2.584-8.974-.735.867-1.461 1.742-2.194 2.611z"/><path fill="#fff" d="M9.253.538c2.86-.688 5.977-.266 8.534 1.197-1.049 1.254-2.102 2.505-3.152 3.758-.09.103-.169.22-.285.296a3.268 3.268 0 0 0-1.469 1.766c-.802 1.019-1.665 1.993-2.49 2.995-.388-.375-.864-.677-1.395-.797-.861-.2-1.792.053-2.454.633-.004-.985-.002-1.97-.001-2.955 1.558-.012 3.117.002 4.675-.007.003-.673.006-1.345-.001-2.018-2.109-.002-4.217-.003-6.326 0-.004 2.475-.003 4.95 0 7.425.547.001 1.094.009 1.641-.004.222-.458.563-.908 1.073-1.057.512-.131 1.105-.058 1.521.288-.991 1.176-1.968 2.366-2.972 3.53-.495 0-.989-.006-1.484.001.043.482.135.962.302 1.418-.688.827-1.38 1.65-2.073 2.472C.845 17.012-.11 13.684.311 10.505c.367-3.012 1.973-5.842 4.351-7.722A11.732 11.732 0 0 1 9.254.538zM18.91 7.132c.734-.869 1.459-1.744 2.194-2.611 2.05 2.468 3.006 5.795 2.584 8.974-.369 3.022-1.985 5.862-4.376 7.742a11.72 11.72 0 0 1-4.566 2.224c-2.859.688-5.977.268-8.531-1.198.894-1.057 1.767-2.136 2.68-3.174 1.29-.392 2.238-1.609 2.449-2.923.402-.52.844-1.012 1.262-1.521-.034 1.095.043 2.281.728 3.189.592.78 1.513 1.342 2.505 1.372 1.159.071 2.276-.59 2.905-1.541.457-.703.61-1.557.613-2.384V9.234c0-.722-.131-1.45-.448-2.103z"/><path fill="#fff" d="M17.555 8.747c.034.239.056.48.053.721v5.673c-.001.539-.101 1.114-.462 1.535-.5.613-1.497.69-2.112.211-.484-.376-.66-1.014-.673-1.604-.01-.9.003-1.8-.007-2.7 1.044-1.295 2.138-2.555 3.201-3.837z"/><path fill="gray" d="M4.889 5.408c2.108-.003 4.217-.002 6.326 0 .007.673.004 1.345.001 2.018-1.558.009-3.117-.005-4.675.007-.001.985-.003 1.97.001 2.955.662-.58 1.593-.833 2.454-.633.531.12 1.007.421 1.395.797-.424.502-.843 1.008-1.268 1.508-.416-.346-1.009-.419-1.521-.288-.51.149-.851.599-1.073 1.057-.547.014-1.094.005-1.641.004-.003-2.475-.003-4.95 0-7.425zM12.882 7.555a3.26 3.26 0 0 1 1.469-1.766c-.449.617-.961 1.195-1.469 1.766zM17.555 8.747c.452-.539.905-1.076 1.355-1.616.317.652.448 1.38.448 2.103v6.047c-.003.826-.156 1.681-.613 2.384-.629.951-1.746 1.612-2.905 1.541-.993-.03-1.914-.592-2.505-1.372-.685-.908-.762-2.094-.728-3.189.585-.685 1.145-1.392 1.748-2.062.01.9-.003 1.8.007 2.7.012.589.188 1.227.673 1.604.615.479 1.612.402 2.112-.211.361-.421.461-.997.462-1.535V9.468a4.82 4.82 0 0 0-.053-.721zM4.667 15.59c.495-.007.989-.001 1.484-.001-.38.484-.786.947-1.181 1.418a5.453 5.453 0 0 1-.302-1.418zM8.896 19.089c.796-.99 1.62-1.961 2.449-2.923-.21 1.314-1.159 2.531-2.449 2.923z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.101 0h1.819c1.772.157 3.521.668 5.061 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.985.544 2.018.642 3.057v1.814c-.158 1.773-.668 3.523-1.57 5.063-1.537 2.7-4.162 4.758-7.156 5.593-.765.224-1.554.341-2.345.428h-1.848c-1.727-.152-3.428-.646-4.942-1.499-2.643-1.473-4.697-3.974-5.604-6.864-.285-.877-.44-1.79-.536-2.705V11.08c.096-.956.264-1.909.57-2.822a12.068 12.068 0 0 1 5.072-6.461C7.278.761 9.175.162 11.101.002m.265.594c-3.589.166-7.02 2.172-8.953 5.195a11.392 11.392 0 0 0-1.745 4.753c-.422 3.179.578 6.513 2.693 8.924a11.43 11.43 0 0 0 6.952 3.831c1.783.264 3.63.107 5.338-.475 2.805-.934 5.203-3.014 6.533-5.654 1.563-3.029 1.649-6.766.229-9.864a11.458 11.458 0 0 0-6.146-5.903 11.347 11.347 0 0 0-4.902-.806z"/><path fill="#fff" d="M6.139 2.905a10.797 10.797 0 0 1 7.121-1.652c1.699.193 3.348.803 4.766 1.758-.908.871-1.767 1.8-2.687 2.653-1.188.315-2.259 1.266-2.5 2.503-.982 1.038-2.021 2.033-3.029 3.051a3.123 3.123 0 0 0-2.384-.21c.884-1.781 1.777-3.558 2.655-5.342-.699 0-1.398-.012-2.097.006-1.118 2.22-2.221 4.447-3.334 6.669-.688 1.279-.784 2.889-.18 4.218-.482.493-.98.97-1.458 1.468a10.822 10.822 0 0 1-1.662-7.948c.508-2.919 2.293-5.581 4.789-7.173zM16.36 5.523c.719-.72 1.436-1.444 2.161-2.158.075.059.152.117.23.173-.655.679-1.328 1.344-2.002 2.006-.13-.009-.26-.015-.389-.022zM17.467 5.686c.585-.582 1.165-1.17 1.753-1.749.075.065.146.133.216.203-.552.556-1.11 1.106-1.66 1.664l-.015-.007a5.487 5.487 0 0 0-.293-.111zM18.339 6.087c.506-.508 1.012-1.015 1.521-1.521.071.069.139.141.201.218-.489.493-.981.985-1.474 1.474a5.22 5.22 0 0 0-.248-.172zM19.055 6.645c.469-.465.928-.941 1.406-1.397.057.078.115.155.174.231-.458.469-.925.93-1.389 1.393-.063-.076-.126-.152-.191-.227zM19.587 7.387c.464-.474.943-.934 1.403-1.412 1.861 2.739 2.341 6.35 1.266 9.48-.947 2.857-3.154 5.263-5.916 6.46-3.315 1.481-7.364 1.121-10.363-.925.873-.836 1.696-1.74 2.588-2.548.634-.122 1.216-.447 1.715-.85.572-.473.912-1.181 1.035-1.904.428-.5.935-.946 1.394-1.424-.023.983.059 2.048.694 2.85.977 1.259 2.791 1.748 4.275 1.176.808-.315 1.55-.886 1.938-1.677.276-.556.375-1.184.374-1.8V9.235c.001-.635-.111-1.28-.403-1.848zM15.615 7.548a1.28 1.28 0 0 1 .501-.096c-.487.503-.986.996-1.485 1.488.03-.185.069-.369.137-.545.273-.291.556-.574.847-.848zM14.595 9.838c.776-.791 1.562-1.572 2.35-2.352l.285.135c-.874.873-1.749 1.746-2.62 2.622-.003-.127-.006-.254-.013-.381l-.001-.023zM14.6 11.103c1.031-1.037 2.066-2.07 3.102-3.103l.165.252c-1.079 1.081-2.156 2.163-3.241 3.238a4.189 4.189 0 0 1-.025-.387z"/><path fill="#fff" d="M14.596 12.38c1.157-1.166 2.321-2.326 3.485-3.487.045 1.91.007 3.821.02 5.732.018.522-.088 1.081-.449 1.479-.531.595-1.477.686-2.17.341-.543-.274-.84-.878-.866-1.469-.03-.857.006-1.715-.018-2.572l-.001-.024zM10.319 11.563c.794-.793 1.584-1.589 2.38-2.378.004.129.015.259.023.388-.715.732-1.447 1.449-2.168 2.175a4.167 4.167 0 0 0-.235-.186zM10.924 12.231c.59-.594 1.184-1.184 1.774-1.777.012.135.016.271.015.408-.543.548-1.092 1.091-1.636 1.639a18.45 18.45 0 0 1-.153-.27zM12.702 11.728c.004.135.011.27.012.405-.447.452-.901.898-1.347 1.351a4.134 4.134 0 0 0-.084-.332c.463-.484.943-.953 1.419-1.425zM6.394 13.145c.471-.568 1.303-.716 1.985-.496-.797.798-1.59 1.601-2.395 2.39-.061-.646-.017-1.369.41-1.893zM6.152 15.729c.926-.923 1.847-1.852 2.776-2.773.065.075.131.148.197.221-.946.942-1.885 1.892-2.835 2.83l-.138-.278zM12.703 13.001c.008.133.011.267.012.4-.42.428-.847.849-1.271 1.274a10.132 10.132 0 0 0-.018-.391c.415-.437.848-.858 1.277-1.283zM6.726 16.43c.894-.9 1.793-1.794 2.689-2.691.031.105.062.21.088.317-.812.85-1.66 1.672-2.492 2.505a18.806 18.806 0 0 1-.285-.131zM9.517 14.913c-.011.155-.025.31-.056.463-.41.422-.819.855-1.256 1.245-.15.027-.302.04-.453.058.585-.592 1.172-1.181 1.765-1.765zM3.366 18.521c.469-.482.952-.952 1.425-1.431l.195.226c-.477.479-.957.954-1.432 1.435-.073-.068-.127-.153-.188-.23zM3.939 19.217c.489-.499.989-.989 1.48-1.485.078.063.159.124.241.182-.506.508-1.012 1.014-1.52 1.52a2.58 2.58 0 0 1-.202-.216zM4.567 19.86c.545-.547 1.089-1.095 1.638-1.636l.288.135c-.572.565-1.138 1.138-1.709 1.705a3.815 3.815 0 0 1-.217-.204zM5.249 20.45c.652-.644 1.29-1.302 1.949-1.938.116.022.232.042.349.063-.69.686-1.372 1.379-2.066 2.061-.079-.06-.158-.119-.232-.185z"/><path d="M11.366.596c1.666-.098 3.354.18 4.902.806a11.462 11.462 0 0 1 6.146 5.903c1.42 3.098 1.334 6.836-.229 9.864-1.33 2.64-3.728 4.72-6.533 5.654a11.431 11.431 0 0 1-5.338.475 11.42 11.42 0 0 1-6.952-3.831C1.246 17.056.247 13.722.669 10.543A11.392 11.392 0 0 1 2.414 5.79C4.348 2.767 7.778.761 11.367.595m-5.228 2.31C3.643 4.497 1.858 7.159 1.35 10.078a10.823 10.823 0 0 0 1.662 7.948c.478-.497.975-.975 1.458-1.468.505-.505 1.021-1.009 1.514-1.52.805-.789 1.598-1.592 2.395-2.39.48-.474.956-.952 1.431-1.431 1.008-1.018 2.047-2.013 3.029-3.051a67.053 67.053 0 0 0 2.5-2.503c.921-.853 1.78-1.781 2.687-2.653a10.731 10.731 0 0 0-4.766-1.758 10.791 10.791 0 0 0-7.121 1.652M16.36 5.523h-.004c-1.216 1.224-2.443 2.439-3.657 3.663-.796.789-1.587 1.585-2.38 2.378-.464.465-.93.926-1.391 1.393-.929.921-1.85 1.849-2.776 2.773l-1.361 1.361c-.473.479-.956.949-1.425 1.431.061.077.115.162.188.23.475-.48.955-.956 1.432-1.435.437-.433.868-.872 1.307-1.303l-.003-.006c.95-.938 1.889-1.888 2.835-2.83l1.429-1.429c.721-.727 1.453-1.444 2.168-2.175a566.55 566.55 0 0 0 4.027-4.029c.674-.662 1.347-1.327 2.002-2.006a9.86 9.86 0 0 1-.23-.173c-.726.714-1.442 1.438-2.161 2.158m1.107.162c-.615.622-1.245 1.232-1.852 1.862-.291.274-.574.557-.847.848-.7.675-1.378 1.375-2.07 2.059-.591.593-1.185 1.182-1.774 1.777-.504.501-1.006 1.005-1.509 1.508-.897.897-1.795 1.792-2.689 2.691-.438.432-.87.87-1.306 1.302-.492.497-.991.986-1.48 1.485.063.076.13.148.202.216.508-.505 1.014-1.012 1.52-1.52.451-.45.904-.897 1.35-1.353.832-.833 1.68-1.655 2.492-2.505.542-.499 1.046-1.041 1.574-1.555.544-.548 1.093-1.091 1.636-1.639.64-.639 1.285-1.277 1.919-1.922.498-.493.998-.985 1.485-1.488.55-.541 1.116-1.087 1.644-1.655l.015.007c.55-.557 1.108-1.107 1.66-1.664a4.145 4.145 0 0 0-.216-.203c-.588.579-1.168 1.167-1.753 1.749m.871.401c-.466.465-.936.927-1.395 1.399-.788.78-1.574 1.561-2.35 2.352l.001.023c-.658.585-1.265 1.245-1.894 1.866-.476.472-.956.94-1.419 1.425-.598.577-1.184 1.171-1.766 1.761a172.77 172.77 0 0 0-1.765 1.765c-.519.51-1.035 1.028-1.547 1.546-.549.542-1.093 1.09-1.638 1.636.07.07.143.139.218.204.57-.568 1.136-1.14 1.709-1.705.564-.586 1.167-1.137 1.712-1.739.437-.39.847-.823 1.256-1.245.647-.618 1.266-1.266 1.906-1.891.446-.453.9-.899 1.347-1.351.633-.629 1.26-1.263 1.894-1.89.871-.876 1.747-1.748 2.62-2.622.452-.455.908-.906 1.359-1.362.493-.489.984-.981 1.474-1.474a2.307 2.307 0 0 0-.201-.218c-.509.506-1.015 1.013-1.521 1.521m.716.557c-.452.45-.905.901-1.354 1.355-1.035 1.033-2.071 2.066-3.102 3.103-.637.626-1.261 1.264-1.898 1.89v.008c-.428.425-.862.846-1.277 1.283a495.7 495.7 0 0 0-4.229 4.227c-.659.637-1.297 1.295-1.949 1.938.074.066.152.126.232.185.694-.682 1.376-1.375 2.066-2.061l.007.001c1.29-1.306 2.592-2.6 3.892-3.897v-.004c.424-.424.851-.846 1.271-1.274.638-.634 1.283-1.274 1.91-1.912 1.085-1.075 2.162-2.157 3.241-3.238.462-.458.922-.918 1.38-1.38.464-.463.931-.923 1.389-1.393a6.34 6.34 0 0 1-.174-.231c-.478.456-.937.932-1.406 1.397m.533.745c-.504.5-1.007 1.002-1.507 1.507-1.163 1.161-2.327 2.321-3.485 3.487l.001.024c-.656.588-1.256 1.244-1.889 1.86-.459.478-.966.924-1.394 1.424-.209.141-.362.347-.548.517-.728.751-1.506 1.461-2.203 2.237-.892.808-1.715 1.711-2.588 2.548 2.999 2.046 7.049 2.407 10.363.925 2.762-1.197 4.969-3.602 5.916-6.46 1.076-3.131.595-6.742-1.266-9.48-.46.478-.938.938-1.402 1.412z"/><path fill="gray" d="M16.356 5.522h.004c.129.007.259.013.389.022a566.692 566.692 0 0 1-4.028 4.029c-.008-.129-.019-.259-.023-.388 1.215-1.223 2.441-2.438 3.657-3.663zM7.985 5.671c.698-.017 1.398-.006 2.097-.006-.878 1.784-1.771 3.561-2.655 5.342a3.128 3.128 0 0 1 2.384.21c-.475.479-.952.957-1.431 1.431-.683-.22-1.514-.072-1.985.496-.427.524-.471 1.247-.41 1.893-.493.511-1.009 1.014-1.514 1.52-.603-1.328-.507-2.939.18-4.218 1.113-2.222 2.216-4.45 3.334-6.669zM12.839 8.167c.241-1.237 1.313-2.187 2.5-2.503a70.245 70.245 0 0 1-2.5 2.503zM15.615 7.548c.607-.63 1.236-1.239 1.852-1.862.098.034.196.071.293.111-.528.568-1.094 1.113-1.644 1.655-.172 0-.342.029-.501.096zM16.944 7.486c.459-.472.929-.934 1.395-1.399.084.054.167.112.248.172-.451.456-.907.907-1.359 1.362-.094-.046-.189-.09-.285-.135zM17.701 8c.449-.454.901-.905 1.354-1.355.065.075.128.15.191.227a199.5 199.5 0 0 1-1.38 1.38L17.701 8zM18.081 8.893c.5-.505 1.002-1.006 1.507-1.507.292.569.404 1.213.403 1.848v5.578c0 .616-.098 1.244-.374 1.8-.388.79-1.13 1.361-1.938 1.677-1.484.572-3.298.083-4.275-1.176-.636-.802-.717-1.867-.694-2.85.633-.616 1.233-1.272 1.889-1.86.024.857-.011 1.716.018 2.572.026.591.323 1.195.866 1.469.694.345 1.639.254 2.17-.341.361-.398.467-.957.449-1.479-.013-1.911.025-3.822-.02-5.732zM12.698 10.454c.692-.684 1.37-1.383 2.07-2.059-.067.175-.106.36-.137.545-.633.645-1.278 1.283-1.919 1.922a3.974 3.974 0 0 0-.015-.408zM12.702 11.728c.629-.621 1.236-1.281 1.894-1.866.007.127.01.254.013.381-.634.628-1.261 1.262-1.894 1.89-.001-.135-.008-.27-.012-.405zM12.702 12.993c.637-.626 1.26-1.264 1.898-1.89.003.129.012.258.025.387-.627.638-1.272 1.277-1.91 1.912a7.598 7.598 0 0 0-.012-.4v-.008zM8.928 12.956c.46-.467.927-.929 1.391-1.393.081.059.159.121.235.186l-1.429 1.429a13.537 13.537 0 0 1-.197-.221zM9.415 13.739c.503-.503 1.005-1.007 1.509-1.508l.153.27c-.528.514-1.032 1.056-1.574 1.555-.026-.107-.057-.212-.088-.317zM9.517 14.913c.583-.589 1.168-1.184 1.766-1.761.033.109.06.22.084.332-.64.626-1.259 1.273-1.906 1.891.03-.152.045-.308.056-.463zM7.197 18.511a481.534 481.534 0 0 1 4.229-4.227c.009.13.015.26.018.391v.004c-1.299 1.297-2.602 2.591-3.892 3.897l-.007-.001c-.116-.021-.233-.041-.349-.063zM4.791 17.09l1.361-1.361.138.278.003.006c-.439.431-.87.87-1.307 1.303l-.195-.226zM10.767 16.204c.185-.169.338-.375.548-.517-.123.723-.463 1.431-1.035 1.904-.499.403-1.081.728-1.715.85.697-.777 1.475-1.486 2.203-2.237zM5.42 17.732c.436-.433.868-.87 1.306-1.302.094.045.189.089.285.131-.445.456-.899.903-1.35 1.353a4.342 4.342 0 0 1-.241-.182zM6.205 18.224c.512-.518 1.028-1.036 1.547-1.546.151-.017.303-.03.453-.058-.546.602-1.148 1.153-1.712 1.739a18.622 18.622 0 0 1-.288-.135z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-60--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.989 0h2.012c1.731.18 3.442.671 4.95 1.552 2.714 1.536 4.783 4.168 5.621 7.173.22.739.323 1.504.428 2.265v2.009c-.181 1.731-.672 3.442-1.553 4.951-1.541 2.724-4.188 4.8-7.207 5.632-.727.215-1.481.315-2.229.418h-2.01c-1.721-.178-3.417-.669-4.922-1.533-2.692-1.52-4.76-4.11-5.62-7.082C.221 14.612.107 13.81 0 13.011v-2.013c.1-.765.208-1.532.427-2.274a12.048 12.048 0 0 1 5.13-6.874C7.18.794 9.071.199 10.989 0M8.096.878c-1.2.422-2.33 1.042-3.332 1.825C2.433 4.504.819 7.21.365 10.124c-.546 3.291.394 6.791 2.531 9.354.695-.823 1.391-1.646 2.077-2.477.481-.561.955-1.129 1.426-1.697.694-.818 1.384-1.641 2.069-2.466h.003c.439-.525.885-1.045 1.317-1.575 1.037-1.221 2.06-2.454 3.093-3.679.051-.065.107-.127.136-.206.339-.311.603-.701.911-1.045.111-.147.266-.267.331-.444.115-.076.199-.19.289-.292 1.076-1.289 2.162-2.57 3.234-3.861C14.879.067 11.247-.238 8.094.879m10.851 6.218c-.45.528-.897 1.06-1.339 1.595-1.048 1.238-2.086 2.485-3.131 3.726-.022.035-.066.064-.063.11-.612.655-1.172 1.376-1.755 2.063-.432.519-.894 1.025-1.294 1.564a84.317 84.317 0 0 0-2.469 2.939c-.912 1.032-1.785 2.112-2.675 3.168 2.67 1.541 5.966 1.92 8.931 1.095a11.72 11.72 0 0 0 4.136-2.1c2.314-1.81 3.91-4.515 4.353-7.421.532-3.278-.409-6.76-2.536-9.312-.724.855-1.444 1.713-2.16 2.574z"/><path fill="#fff" d="M8.096.878c3.152-1.117 6.785-.812 9.688.857-1.072 1.291-2.159 2.572-3.234 3.861-.09.103-.174.216-.289.292a3.055 3.055 0 0 0-1.242 1.489c-.029.078-.086.141-.136.206-1.034 1.224-2.056 2.458-3.093 3.679a2.595 2.595 0 0 0-2.029-.131c.812-1.911 1.648-3.811 2.457-5.723-.647-.001-1.295-.012-1.941.005-1.034 2.35-2.04 4.713-3.063 7.067-.662 1.395-.77 3.065-.24 4.519-.686.831-1.381 1.654-2.077 2.477C.759 16.913-.18 13.413.366 10.122.82 7.209 2.434 4.503 4.765 2.701A11.762 11.762 0 0 1 8.097.876zM18.945 7.097c.715-.861 1.435-1.719 2.16-2.574 2.127 2.552 3.068 6.034 2.536 9.312-.443 2.906-2.039 5.611-4.353 7.421a11.729 11.729 0 0 1-4.136 2.1c-2.965.825-6.261.446-8.931-1.095.89-1.056 1.763-2.136 2.675-3.168.583-.167 1.105-.508 1.539-.926.536-.535.819-1.275.93-2.013.399-.54.862-1.045 1.294-1.564-.006.959.007 1.969.478 2.834.309.586.808 1.06 1.379 1.388.921.525 2.114.53 3.038.008.603-.343 1.127-.848 1.436-1.475.325-.652.431-1.39.43-2.112V9.28c.001-.75-.12-1.516-.473-2.184z"/><path fill="#fff" d="M17.606 8.692c.032.242.067.485.063.73v5.719c-.004.542-.103 1.122-.47 1.543-.546.662-1.676.688-2.259.063-.397-.411-.517-1.004-.52-1.557-.007-.888.008-1.776-.007-2.663-.003-.046.042-.075.063-.11 1.045-1.241 2.083-2.488 3.131-3.726zM6.911 13.286c.382-.433 1.005-.58 1.557-.448-.685.825-1.375 1.647-2.069 2.466-.024-.695.023-1.475.512-2.018z"/><path fill="gray" d="M8.276 5.414c.646-.017 1.294-.007 1.941-.005-.809 1.912-1.645 3.812-2.457 5.723a2.595 2.595 0 0 1 2.029.131c-.433.53-.878 1.05-1.317 1.575h-.003c-.551-.132-1.175.015-1.557.448-.489.543-.537 1.323-.512 2.018-.471.569-.945 1.137-1.426 1.697-.53-1.455-.422-3.124.24-4.519 1.023-2.355 2.029-4.717 3.063-7.067zM13.018 7.378a3.055 3.055 0 0 1 1.242-1.489c-.065.177-.22.297-.331.444-.308.344-.571.734-.911 1.045zM17.606 8.692c.442-.535.889-1.067 1.339-1.595.354.668.474 1.435.473 2.184v5.953c.001.722-.105 1.46-.43 2.112-.308.627-.833 1.132-1.436 1.475a3.135 3.135 0 0 1-3.038-.008c-.571-.328-1.07-.802-1.379-1.388-.471-.865-.484-1.875-.478-2.834.583-.687 1.143-1.409 1.755-2.063.015.887 0 1.776.007 2.663.004.553.124 1.146.52 1.557.583.624 1.714.599 2.259-.063.367-.421.466-1.001.47-1.543V9.423c.004-.245-.031-.488-.063-.73zM8.895 19.094a86.593 86.593 0 0 1 2.469-2.939c-.111.738-.394 1.478-.93 2.013-.435.418-.956.759-1.539.926z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-65--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.1 0h1.824c1.771.158 3.518.669 5.057 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.984.544 2.017.642 3.055v1.82c-.159 1.771-.669 3.52-1.57 5.059-1.537 2.7-4.162 4.757-7.155 5.592-.764.224-1.553.34-2.343.428h-1.854c-1.726-.153-3.426-.647-4.938-1.499-2.632-1.467-4.68-3.953-5.593-6.829-.292-.887-.45-1.812-.547-2.738v-1.859c.098-.967.269-1.931.581-2.854a12.076 12.076 0 0 1 5.06-6.426C7.278.759 9.174.161 11.1 0m.266.596c-2.156.11-4.272.862-6.022 2.123A11.444 11.444 0 0 0 .762 9.942c-.593 3.166.237 6.565 2.239 9.09a11.438 11.438 0 0 0 7.402 4.28c3.221.471 6.618-.526 9.066-2.672 2.293-1.965 3.75-4.876 3.928-7.893.127-1.87-.219-3.77-.999-5.474a11.469 11.469 0 0 0-6.13-5.87 11.38 11.38 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.062 1.22c2.433-.221 4.934.42 6.96 1.787-.893.889-1.775 1.789-2.677 2.668-.801-.026-1.604-.009-2.405-.009-.002.803-.011 1.606.006 2.409-1.036 1.057-2.09 2.097-3.137 3.143a3.118 3.118 0 0 0-2.38-.211c.88-1.783 1.775-3.558 2.653-5.341-.699-.001-1.399-.011-2.098.005-1.115 2.221-2.22 4.447-3.333 6.67-.687 1.278-.785 2.889-.18 4.216-.486.49-.974.977-1.463 1.463C1.353 15.576.78 12.437 1.456 9.564c.65-2.887 2.557-5.456 5.122-6.928a10.747 10.747 0 0 1 4.485-1.416zM16.226 5.654c.766-.761 1.525-1.529 2.293-2.288.078.059.156.117.235.174-.706.721-1.419 1.437-2.143 2.14a9.818 9.818 0 0 0-.385-.026zM17.498 5.653c.576-.57 1.145-1.147 1.721-1.717.073.067.145.134.216.203-.518.514-1.025 1.04-1.553 1.544a9.921 9.921 0 0 0-.384-.03zM18.769 5.661c.36-.369.728-.731 1.093-1.095.069.071.136.143.202.218-.293.297-.586.593-.885.884-.136-.003-.273-.008-.41-.006zM20.452 5.246c.063.077.125.155.184.235-.289.296-.585.585-.876.88-.004-.127-.007-.255-.012-.382l-.001-.024c.232-.239.471-.471.705-.709zM19.75 7.223c.412-.417.827-.83 1.243-1.243 1.656 2.444 2.228 5.583 1.551 8.455A10.818 10.818 0 0 1 5.98 20.991c.864-.845 1.694-1.74 2.583-2.55.635-.123 1.217-.446 1.716-.85.572-.473.912-1.181 1.035-1.904.01-.049.054-.08.085-.116.995-.99 1.983-1.989 2.981-2.977l.319-.004c.283-.513.755-.968 1.361-1.033.551-.05 1.206.012 1.583.468.263.362.369.812.434 1.248.097.85.012 1.716-.203 2.542-.108.42-.504.695-.915.769-.608.121-1.313.086-1.805-.332-.33-.274-.476-.69-.588-1.09-.622-.004-1.244-.004-1.866 0 .078.856.373 1.74 1.02 2.335 1.075.92 2.661 1.32 4.004.789.799-.359 1.515-.965 1.892-1.767.404-.817.379-1.755.388-2.645-.025-.821-.022-1.689-.414-2.435a3.223 3.223 0 0 0-2.312-1.748c.723-.712 1.427-1.448 2.162-2.145.105-.002.209 0 .314.001-.001-.1-.002-.2-.005-.3l-.001-.024zM14.715 8.439c.297-.3.595-.599.895-.896.136.002.273.008.41.007-.427.437-.863.865-1.294 1.299a14.093 14.093 0 0 1-.011-.411zM14.708 9.735a67.992 67.992 0 0 1 2.199-2.197c.128.003.257.011.386.018-.857.853-1.709 1.712-2.567 2.564-.003-.128-.014-.256-.018-.384zM16.002 9.704c.719-.727 1.439-1.454 2.171-2.168.129.008.259.014.389.019-.701.701-1.397 1.41-2.107 2.101-.15.023-.302.031-.453.047zM10.32 11.561c.871-.867 1.735-1.741 2.61-2.604.006.128.013.255.015.383-.778.818-1.597 1.603-2.391 2.408a21.363 21.363 0 0 1-.234-.188zM10.922 12.232c.667-.671 1.338-1.338 2.006-2.008.007.128.012.256.016.384l.001.027c-.627.618-1.246 1.243-1.868 1.866l-.155-.268zM12.934 11.497c-.001.136.005.272.008.409-.522.528-1.051 1.049-1.573 1.577a6.144 6.144 0 0 0-.086-.33c.541-.56 1.097-1.107 1.651-1.655z"/><path fill="#fff" d="M6.394 13.146c.471-.569 1.302-.717 1.984-.496-.797.797-1.587 1.601-2.394 2.388-.06-.645-.016-1.368.41-1.891zM11.424 14.284c.555-.574 1.125-1.134 1.692-1.697.128.005.257.013.385.027-.681.69-1.369 1.374-2.055 2.058-.003-.13-.013-.259-.021-.388zM6.152 15.727c.926-.922 1.847-1.85 2.774-2.771.067.073.133.147.198.221-.945.942-1.884 1.891-2.834 2.829a10.31 10.31 0 0 1-.138-.279zM6.726 16.429c.893-.899 1.792-1.793 2.687-2.69.032.105.065.21.091.315-.814.85-1.663 1.672-2.493 2.507a18.82 18.82 0 0 1-.285-.133zM9.516 14.916c-.011.154-.021.308-.054.459-.409.423-.819.854-1.256 1.246-.15.027-.301.038-.452.057.583-.592 1.17-1.18 1.762-1.762zM3.365 18.519c.472-.48.951-.951 1.425-1.429l.195.225c-.477.482-.959.959-1.437 1.44a10.536 10.536 0 0 1-.183-.235zM3.937 19.218c.491-.498.989-.989 1.481-1.485.081.06.161.121.241.183-.506.506-1.012 1.013-1.52 1.519a6.942 6.942 0 0 1-.203-.217zM4.566 19.86c.546-.546 1.09-1.095 1.64-1.637l.286.136c-.573.565-1.136 1.14-1.71 1.704a6.942 6.942 0 0 1-.217-.203zM5.249 20.449c.653-.643 1.29-1.302 1.949-1.938l.346.064c-.687.687-1.372 1.376-2.062 2.059a2.807 2.807 0 0 1-.234-.186z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.462 11.462 0 0 1 6.13 5.87 11.366 11.366 0 0 1 .999 5.474c-.179 3.017-1.635 5.927-3.928 7.893-2.448 2.146-5.845 3.143-9.066 2.672a11.443 11.443 0 0 1-7.402-4.28C.999 16.507.169 13.108.762 9.942a11.449 11.449 0 0 1 4.582-7.223A11.367 11.367 0 0 1 11.366.596m-.304.624c-1.575.134-3.12.62-4.485 1.416-2.565 1.472-4.472 4.042-5.122 6.928-.676 2.873-.103 6.012 1.552 8.456.489-.486.977-.973 1.463-1.463.504-.505 1.022-1.008 1.513-1.52.807-.787 1.598-1.591 2.394-2.388.48-.474.957-.952 1.431-1.431 1.047-1.046 2.1-2.087 3.137-3.143a159.66 159.66 0 0 0 2.399-2.4c.902-.879 1.784-1.779 2.677-2.668a10.807 10.807 0 0 0-6.96-1.787m5.165 4.434c-1.098 1.099-2.193 2.2-3.297 3.293v.009c-.875.863-1.739 1.737-2.61 2.604-.464.466-.932.928-1.394 1.396-.927.921-1.848 1.849-2.774 2.771-.453.456-.908.908-1.362 1.363-.474.478-.953.949-1.425 1.429.06.079.121.158.183.235.479-.481.96-.958 1.437-1.44.439-.432.868-.872 1.308-1.302l-.003-.006c.95-.938 1.889-1.887 2.834-2.829l1.43-1.429c.794-.806 1.613-1.59 2.391-2.408a258.17 258.17 0 0 0 3.666-3.66c.724-.703 1.437-1.419 2.143-2.14a47.894 47.894 0 0 1-.235-.174c-.767.759-1.526 1.528-2.293 2.288m1.273-.001c-.627.632-1.26 1.259-1.888 1.891a108 108 0 0 0-.895.896c-.597.593-1.19 1.19-1.786 1.784-.668.67-1.339 1.337-2.006 2.008-.504.502-1.006 1.005-1.509 1.508-.896.897-1.794 1.791-2.687 2.69-.438.432-.87.87-1.307 1.304-.492.496-.99.987-1.481 1.485.066.074.134.146.203.217.508-.506 1.013-1.013 1.52-1.519.451-.451.904-.9 1.351-1.354.831-.835 1.68-1.657 2.493-2.507.54-.501 1.045-1.041 1.573-1.555.622-.622 1.242-1.248 1.868-1.866l-.001-.027c.615-.561 1.184-1.175 1.781-1.757.431-.434.868-.862 1.294-1.299.623-.618 1.252-1.236 1.862-1.868.529-.503 1.035-1.03 1.553-1.544a10.36 10.36 0 0 0-.216-.203c-.577.569-1.145 1.147-1.721 1.717m1.27.007c-.621.622-1.261 1.234-1.861 1.877a71.179 71.179 0 0 0-2.199 2.197c-.608.568-1.187 1.173-1.775 1.761-.554.548-1.11 1.095-1.651 1.655-.597.579-1.185 1.173-1.767 1.764-.592.582-1.18 1.17-1.762 1.762-.52.509-1.035 1.027-1.547 1.545-.55.542-1.094 1.091-1.64 1.637.071.069.143.137.217.203.573-.564 1.137-1.139 1.71-1.704.565-.585 1.166-1.137 1.713-1.738.437-.392.847-.823 1.256-1.246.648-.618 1.268-1.266 1.907-1.893.522-.528 1.051-1.049 1.573-1.577.596-.593 1.193-1.188 1.785-1.785.859-.852 1.71-1.71 2.567-2.564.627-.631 1.26-1.256 1.885-1.89.299-.291.592-.587.885-.884a5.21 5.21 0 0 0-.202-.218c-.365.365-.733.726-1.093 1.095m1.682-.412c-.233.238-.473.47-.705.709l.001.024c-.549.491-1.056 1.033-1.575 1.557a158.48 158.48 0 0 0-2.171 2.168c-.965.953-1.928 1.92-2.886 2.884-.567.563-1.137 1.123-1.692 1.697a526.431 526.431 0 0 0-4.227 4.227c-.659.636-1.296 1.295-1.949 1.938.075.066.152.128.234.186.69-.683 1.375-1.373 2.062-2.059l.009.001c1.288-1.311 2.6-2.599 3.893-3.904.687-.684 1.375-1.368 2.055-2.058l.012.001c.972-.995 1.972-1.963 2.942-2.959.711-.691 1.406-1.4 2.107-2.101h.007c.394-.402.794-.796 1.191-1.194.29-.295.587-.584.876-.88a5.133 5.133 0 0 0-.184-.235m-.702 1.975l.001.024a1.48 1.48 0 0 0-.309.298c-.735.697-1.439 1.433-2.162 2.145-.966.968-1.937 1.931-2.899 2.903-.998.988-1.986 1.986-2.981 2.977-.03.036-.075.067-.085.116-.139.087-.244.215-.36.329-.79.813-1.631 1.585-2.391 2.425-.889.81-1.718 1.705-2.583 2.55a10.819 10.819 0 0 0 16.564-6.556c.677-2.873.105-6.011-1.551-8.455-.415.413-.831.826-1.243 1.243z"/><path fill="gray" d="M12.929 8.947c1.103-1.093 2.199-2.195 3.297-3.293.128.007.257.015.385.026a258.17 258.17 0 0 1-3.666 3.66c-.002-.128-.009-.255-.015-.383v-.009zM15.61 7.544c.627-.632 1.26-1.259 1.888-1.891.128.008.256.017.384.03-.61.633-1.239 1.25-1.862 1.868-.137 0-.273-.005-.41-.007zM16.907 7.538c.6-.644 1.241-1.255 1.861-1.877.136-.002.273.003.41.006-.624.634-1.258 1.259-1.885 1.89-.129-.007-.258-.015-.386-.018zM7.983 5.67c.699-.016 1.399-.007 2.098-.005-.878 1.784-1.772 3.559-2.653 5.341a3.117 3.117 0 0 1 2.38.211c-.474.48-.951.957-1.431 1.431-.682-.221-1.514-.072-1.984.496-.427.524-.47 1.246-.41 1.891-.491.512-1.009 1.015-1.513 1.52-.605-1.328-.507-2.938.18-4.216 1.112-2.223 2.218-4.449 3.333-6.67zM12.94 5.666c.801 0 1.604-.016 2.405.009a159.66 159.66 0 0 1-2.399 2.4c-.017-.803-.008-1.606-.006-2.409zM18.173 7.536c.519-.524 1.026-1.066 1.575-1.557l.012.382c-.397.398-.797.793-1.191 1.194h-.007c-.13-.006-.26-.011-.389-.019zM12.929 10.223c.596-.594 1.189-1.191 1.786-1.784.002.137.005.274.011.411-.597.582-1.165 1.196-1.781 1.757-.005-.128-.009-.256-.016-.384zM13.116 12.587c.958-.964 1.92-1.931 2.886-2.884.151-.015.303-.024.453-.047-.97.996-1.97 1.964-2.942 2.959l-.012-.001a5.49 5.49 0 0 0-.385-.027zM14.38 12.595c.962-.972 1.934-1.935 2.899-2.903a3.223 3.223 0 0 1 2.312 1.748c.392.746.389 1.614.414 2.435-.008.889.016 1.827-.388 2.645-.377.803-1.093 1.409-1.892 1.767-1.343.53-2.928.131-4.004-.789-.647-.595-.943-1.479-1.02-2.335.622-.004 1.244-.004 1.866 0 .112.399.259.816.588 1.09.492.418 1.197.453 1.805.332.41-.075.807-.35.915-.769.215-.826.3-1.692.203-2.542-.065-.436-.171-.886-.434-1.248-.377-.456-1.032-.518-1.583-.468-.606.065-1.078.52-1.361 1.033l-.319.004zM12.934 11.497c.587-.588 1.166-1.193 1.775-1.761.004.128.015.256.018.384a333.78 333.78 0 0 1-1.785 1.785c-.003-.136-.008-.272-.008-.409zM8.926 12.957c.462-.468.93-.93 1.394-1.396l.234.188-1.43 1.429a13.607 13.607 0 0 0-.198-.221zM9.413 13.74c.503-.503 1.005-1.006 1.509-1.508l.155.268c-.528.515-1.033 1.054-1.573 1.555a6.688 6.688 0 0 0-.091-.315zM9.516 14.916c.582-.591 1.17-1.185 1.767-1.764.032.109.06.22.086.33-.64.627-1.259 1.275-1.907 1.893.033-.151.043-.306.054-.459zM7.198 18.511a526.431 526.431 0 0 1 4.227-4.227c.008.129.018.258.021.388-1.293 1.305-2.605 2.594-3.893 3.904l-.009-.001-.346-.064zM4.79 17.09c.454-.454.909-.907 1.362-1.363.045.093.091.187.138.279l.003.006c-.44.43-.87.87-1.308 1.302l-.195-.225zM10.954 16.017c.116-.114.221-.242.36-.329-.123.723-.463 1.431-1.035 1.904-.499.404-1.081.727-1.716.85.76-.84 1.6-1.612 2.391-2.425zM5.418 17.733c.437-.433.869-.871 1.307-1.304l.285.133c-.448.454-.9.903-1.351 1.354l-.241-.183zM6.206 18.223c.513-.518 1.027-1.037 1.547-1.545.15-.018.302-.03.452-.057-.547.601-1.148 1.153-1.713 1.738l-.286-.136z"/><path fill="#8b8b8b" d="M19.441 7.546c.09-.112.191-.216.309-.298l.005.3c-.105-.001-.21-.003-.314-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-65--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.981 0h2.027c.208.05.422.053.632.087 3.077.405 5.954 2.078 7.849 4.532 1.439 1.817 2.28 4.065 2.51 6.363v2.025c-.185 1.74-.679 3.459-1.57 4.973-1.8 3.177-5.12 5.441-8.744 5.926-.222.037-.45.039-.668.094h-2.025c-1.74-.181-3.456-.684-4.974-1.567-2.662-1.524-4.707-4.098-5.56-7.048-.238-.77-.351-1.57-.459-2.366v-2.028c.102-.762.208-1.527.427-2.266a12.05 12.05 0 0 1 5.13-6.875C7.176.795 9.066.201 10.98 0M4.738 2.724C2.33 4.593.697 7.432.317 10.458c-.438 3.195.521 6.541 2.578 9.024.694-.826 1.393-1.65 2.079-2.482.481-.561.955-1.129 1.426-1.697a350.24 350.24 0 0 0 2.069-2.466h.002c.439-.525.885-1.045 1.318-1.575 1.028-1.23 2.087-2.45 3.084-3.696.634-.699 1.224-1.442 1.833-2.165 1.04-1.215 2.05-2.46 3.096-3.669C16.159.822 14.303.278 12.42.225a11.723 11.723 0 0 0-7.682 2.499m14.455 4.079v.03c-.198.166-.36.381-.505.593l-.023.002c-.641.758-1.277 1.52-1.915 2.28-.87 1.042-1.751 2.075-2.614 3.123-.927 1.104-1.882 2.199-2.773 3.326a80.278 80.278 0 0 0-2.467 2.936c-.915 1.031-1.787 2.115-2.68 3.172 2.665 1.527 5.94 1.917 8.897 1.102a11.724 11.724 0 0 0 4.174-2.111c2.315-1.81 3.91-4.516 4.353-7.422.533-3.279-.411-6.758-2.535-9.313-.64.758-1.281 1.516-1.912 2.281z"/><path fill="#fff" d="M4.738 2.724A11.725 11.725 0 0 1 12.42.225c1.883.054 3.738.597 5.382 1.507-1.046 1.209-2.056 2.453-3.096 3.669-.608.013-1.216-.001-1.824.007-.03.718-.01 1.439-.009 2.158-.998 1.246-2.056 2.467-3.084 3.696a2.601 2.601 0 0 0-2.028-.131c.811-1.911 1.648-3.81 2.456-5.722-.647-.001-1.295-.012-1.942.005-1.033 2.35-2.04 4.713-3.062 7.067-.662 1.395-.771 3.065-.24 4.519-.686.833-1.385 1.656-2.079 2.482C.838 17-.122 13.653.316 10.458c.38-3.027 2.014-5.865 4.421-7.734zM19.193 6.803c.631-.765 1.272-1.523 1.912-2.281 2.124 2.555 3.068 6.034 2.535 9.313-.443 2.906-2.039 5.612-4.353 7.422a11.732 11.732 0 0 1-4.174 2.111c-2.957.815-6.232.424-8.897-1.102.893-1.056 1.765-2.14 2.68-3.172.583-.166 1.103-.507 1.537-.925.535-.534.819-1.274.93-2.011.891-1.127 1.846-2.221 2.773-3.326.123.001.247.011.37-.003.24-.472.596-.946 1.139-1.073.63-.14 1.456.033 1.716.697.47 1.165.351 2.471.13 3.679-.053.421-.335.814-.75.939-.589.18-1.315.15-1.785-.293-.332-.309-.466-.757-.569-1.184a52.875 52.875 0 0 0-1.736 0c.072.882.317 1.8.926 2.469.847.863 2.15 1.348 3.343 1.014 1.328-.428 2.279-1.721 2.431-3.091a15.644 15.644 0 0 0-.001-3.238c-.129-1.41-1.131-2.837-2.602-3.04.638-.76 1.274-1.522 1.915-2.28l.023-.002c.169 0 .338.008.508-.002a5.547 5.547 0 0 0-.002-.591v-.03z"/><path fill="#fff" d="M6.911 13.286c.382-.433 1.006-.579 1.558-.449-.686.825-1.376 1.647-2.069 2.466-.026-.695.023-1.474.511-2.017z"/><path fill="gray" d="M8.275 5.414c.646-.017 1.295-.007 1.942-.005-.809 1.912-1.645 3.811-2.456 5.722a2.601 2.601 0 0 1 2.028.131c-.433.53-.878 1.05-1.318 1.575h-.002c-.552-.131-1.176.015-1.558.449-.488.543-.537 1.322-.511 2.017-.472.569-.945 1.136-1.426 1.697-.532-1.454-.422-3.124.24-4.519 1.023-2.355 2.03-4.717 3.062-7.067zM12.883 5.408c.608-.008 1.216.006 1.824-.007-.609.723-1.199 1.465-1.833 2.165-.001-.719-.021-1.44.009-2.158zM18.688 7.426c.146-.213.308-.428.505-.593.009.196.015.394.002.591-.169.011-.338.003-.508.002zM14.136 12.831c.862-1.048 1.743-2.081 2.614-3.123 1.472.203 2.473 1.63 2.602 3.04.11 1.074.115 2.163.001 3.238-.152 1.37-1.104 2.663-2.431 3.091-1.193.334-2.496-.151-3.343-1.014-.609-.669-.855-1.588-.926-2.469.578-.01 1.157-.009 1.736 0 .103.427.237.875.569 1.184.469.443 1.195.473 1.785.293.415-.125.697-.518.75-.939.221-1.208.34-2.513-.13-3.679-.26-.663-1.086-.837-1.716-.697-.543.127-.9.602-1.139 1.073-.123.014-.247.005-.37.003zM8.896 19.093a80.278 80.278 0 0 1 2.467-2.936c-.111.737-.395 1.477-.93 2.011-.434.418-.955.758-1.538.925z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.091 0h1.848c1.754.162 3.485.664 5.012 1.552a12.078 12.078 0 0 1 5.407 6.494c.349.982.542 2.011.642 3.046v1.845c-.163 1.754-.665 3.487-1.553 5.013-1.535 2.714-4.167 4.784-7.172 5.621-.76.224-1.545.337-2.33.428h-1.883c-1.72-.158-3.414-.648-4.921-1.499-2.633-1.468-4.681-3.954-5.593-6.829-.291-.883-.447-1.803-.547-2.726v-1.887c.094-.875.237-1.749.503-2.591.835-2.747 2.7-5.16 5.139-6.673C7.277.759 9.169.163 11.092-.001m.274.597c-2.156.11-4.272.862-6.022 2.123a11.446 11.446 0 0 0-4.582 7.22c-.594 3.166.236 6.567 2.239 9.092a11.442 11.442 0 0 0 7.404 4.281c3.22.47 6.616-.526 9.064-2.672 2.294-1.966 3.75-4.876 3.929-7.893.127-1.87-.219-3.77-.999-5.475a11.462 11.462 0 0 0-6.131-5.869 11.363 11.363 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.062 1.22c2.431-.22 4.93.419 6.954 1.784-.826.849-1.675 1.677-2.509 2.52-.053.048-.099.114-.174.129-1.245.3-2.353 1.311-2.579 2.6-.745.791-1.532 1.552-2.305 2.318.36-1.021.801-2.014 1.171-3.031.035-.622.01-1.25.012-1.875-2.424-.006-4.848-.005-7.272 0a458.558 458.558 0 0 0 0 3.709c.626.005 1.252.006 1.878-.001.008-.608-.001-1.216.004-1.824 1.093-.006 2.186-.004 3.279-.001-.835 2.161-1.716 4.305-2.541 6.471-.04.078-.109.137-.169.2-1.271 1.263-2.53 2.54-3.807 3.798C1.35 15.573.778 12.435 1.455 9.564c.65-2.886 2.557-5.455 5.121-6.927a10.733 10.733 0 0 1 4.485-1.416zM16.368 5.514c.715-.717 1.431-1.434 2.149-2.148.077.058.155.114.234.169-.653.687-1.335 1.348-2.007 2.017l-.377-.037zM17.459 5.69c.591-.58 1.17-1.172 1.76-1.754.073.067.145.135.216.203-.564.563-1.122 1.135-1.695 1.689a10.392 10.392 0 0 0-.281-.137zM18.315 6.11c.516-.515 1.029-1.033 1.547-1.545.068.071.135.143.201.218-.498.504-1 1.004-1.502 1.504l-.246-.176zM19.015 6.688c.481-.481.954-.974 1.45-1.44.054.08.112.158.17.234-.472.475-.945.948-1.42 1.42l-.2-.215zM19.542 7.435c.48-.488.961-.975 1.453-1.45 1.654 2.444 2.225 5.581 1.548 8.452a10.816 10.816 0 0 1-12.98 8.105 10.723 10.723 0 0 1-3.577-1.547c2.213-2.233 4.442-4.451 6.667-6.673-.016.773.015 1.58.371 2.285.377.778 1.1 1.344 1.89 1.664 1.398.558 3.097.177 4.125-.922.623-.645.883-1.561.885-2.443.002-1.875 0-3.75.001-5.625.004-.631-.091-1.279-.382-1.846zM15.662 7.501c.158-.042.32-.065.483-.077-.513.526-1.035 1.044-1.558 1.56a1.276 1.276 0 0 1 .057-.45c.313-.366.673-.697 1.019-1.034zM14.52 9.924c.788-.824 1.604-1.627 2.419-2.426.086.052.171.105.255.158-.882.878-1.762 1.758-2.64 2.64a9.224 9.224 0 0 1-.034-.373zM14.52 11.193c1.035-1.064 2.095-2.104 3.144-3.154l.16.255a1009.68 1009.68 0 0 1-3.273 3.272c-.01-.124-.02-.249-.032-.373z"/><path fill="#fff" d="M14.524 12.459a319.723 319.723 0 0 1 3.493-3.495c.052 1.761.008 3.525.023 5.286.008.562.022 1.171-.301 1.66-.607.962-2.218.986-2.865.057-.227-.32-.318-.717-.332-1.104-.019-.801.017-1.603-.018-2.403zM9.848 12.048c.915-.948 1.862-1.869 2.792-2.805.011.124.022.249.027.374-.984 1.02-2 2.017-3.007 3.016.017-.208.119-.393.188-.586zM9.012 14.16c1.188-1.234 2.423-2.427 3.627-3.648.012.124.023.248.029.374-1.256 1.305-2.562 2.579-3.846 3.862.024-.207.123-.393.19-.587zM12.641 11.783c.011.134.016.268.02.403-1.558 1.56-3.114 3.122-4.679 4.675.032-.193.117-.371.177-.555.023-.062.071-.109.115-.156 1.456-1.455 2.911-2.91 4.366-4.367zM12.645 13.057c.003.132.012.264.018.396-2.39 2.397-4.785 4.789-7.179 7.181a2.516 2.516 0 0 1-.236-.187c2.471-2.459 4.928-4.931 7.397-7.391zM3.366 18.518c.982-.984 1.963-1.97 2.951-2.948-.012.18-.098.342-.147.513-.04.113-.143.186-.221.272-.807.795-1.594 1.614-2.412 2.396a4.98 4.98 0 0 0-.171-.233zM3.938 19.218c.511-.513 1.02-1.029 1.538-1.535.001.181-.093.342-.142.512-.347.452-.803.823-1.195 1.239a6.88 6.88 0 0 1-.201-.217zM4.566 19.862c.491-.482.963-.993 1.471-1.451.125.005.25.015.375.028-.546.539-1.083 1.086-1.629 1.624a8.319 8.319 0 0 1-.217-.201z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.466 11.466 0 0 1 6.131 5.869 11.368 11.368 0 0 1 .999 5.475c-.179 3.017-1.635 5.927-3.929 7.893-2.447 2.146-5.844 3.143-9.064 2.672a11.442 11.442 0 0 1-7.404-4.281C.998 16.505.168 13.105.762 9.939a11.444 11.444 0 0 1 4.582-7.22A11.364 11.364 0 0 1 11.366.596m-.304.624c-1.575.133-3.12.62-4.485 1.416-2.565 1.472-4.471 4.041-5.121 6.927-.677 2.872-.105 6.009 1.549 8.453 1.277-1.258 2.536-2.535 3.807-3.798.06-.063.129-.121.169-.2.192-.136.34-.32.51-.48.984-.99 1.984-1.971 2.958-2.968.773-.766 1.56-1.527 2.305-2.318.743-.691 1.441-1.433 2.167-2.145.135-.153.316-.271.412-.456.075-.015.12-.082.174-.129.833-.843 1.682-1.67 2.509-2.52a10.806 10.806 0 0 0-6.954-1.784m5.306 4.296h-.008a593.685 593.685 0 0 1-3.722 3.722l.001.008c-.93.935-1.877 1.856-2.792 2.805-1.189 1.159-2.362 2.35-3.531 3.521-.988.978-1.969 1.964-2.951 2.948.059.076.116.154.171.233.818-.782 1.605-1.601 2.412-2.396.078-.086.181-.159.221-.272a.551.551 0 0 0 .202-.15c1.091-1.103 2.206-2.195 3.288-3.299 1.008-.999 2.023-1.996 3.008-3.016 1.376-1.338 2.722-2.708 4.079-4.066.672-.669 1.354-1.33 2.007-2.017a4.974 4.974 0 0 1-.234-.169c-.718.714-1.434 1.432-2.149 2.148m1.089.176c-.594.609-1.21 1.196-1.797 1.811-.345.337-.705.668-1.019 1.034-.693.631-1.331 1.325-2.005 1.977-1.203 1.221-2.439 2.414-3.627 3.648-1.195 1.154-2.368 2.352-3.536 3.523-.518.506-1.027 1.021-1.538 1.535.065.074.133.146.201.217.393-.417.848-.787 1.195-1.239a.666.666 0 0 0 .197-.149c1.093-1.102 2.206-2.197 3.291-3.3 1.284-1.283 2.59-2.557 3.846-3.862.662-.606 1.271-1.27 1.92-1.892v-.009c.523-.517 1.045-1.035 1.558-1.56l.014-.001c.519-.54 1.064-1.054 1.581-1.596.574-.554 1.131-1.125 1.695-1.689a10.314 10.314 0 0 0-.216-.202c-.59.582-1.17 1.174-1.76 1.754m.856.42c-.457.465-.93.913-1.376 1.388-.815.799-1.632 1.602-2.419 2.426-.645.6-1.249 1.243-1.879 1.859L8.275 16.15c-.044.047-.092.094-.115.156-.203.122-.343.32-.517.477-.532.546-1.094 1.065-1.606 1.628-.508.458-.98.969-1.471 1.451.071.068.143.135.217.201.547-.538 1.084-1.086 1.629-1.624.519-.529 1.057-1.048 1.57-1.578 1.565-1.553 3.12-3.116 4.679-4.675.634-.627 1.26-1.261 1.893-1.889.878-.882 1.758-1.762 2.64-2.64.453-.459.913-.911 1.367-1.37.502-.5 1.004-1 1.502-1.504a5.893 5.893 0 0 0-.201-.218c-.518.512-1.031 1.03-1.547 1.545m.7.578c-.454.446-.904.897-1.351 1.35-1.049 1.05-2.109 2.091-3.144 3.154-.637.608-1.252 1.242-1.875 1.864-2.47 2.46-4.926 4.932-7.397 7.391.074.068.154.128.236.187 2.395-2.392 4.79-4.784 7.179-7.181.635-.62 1.251-1.26 1.89-1.877l-.001-.01a1009.68 1009.68 0 0 0 3.273-3.272c.466-.461.929-.925 1.391-1.39.474-.472.948-.945 1.42-1.42a5.342 5.342 0 0 1-.17-.234c-.496.466-.968.958-1.45 1.44m.526.745c-.516.499-1.012 1.016-1.526 1.516l.001.013a311.08 311.08 0 0 0-3.493 3.495c-.635.61-1.25 1.24-1.872 1.863-2.224 2.222-4.454 4.44-6.667 6.673a10.702 10.702 0 0 0 3.577 1.547 10.82 10.82 0 0 0 7.86-1.177c2.563-1.474 4.47-4.042 5.12-6.928.677-2.871.106-6.008-1.548-8.452-.492.476-.974.962-1.453 1.45z"/><path fill="gray" d="M16.361 5.513h.008c.125.014.251.025.377.037-1.357 1.358-2.703 2.729-4.079 4.066a7.74 7.74 0 0 0-.027-.374l-.001-.008a567.873 567.873 0 0 0 3.722-3.722zM4.361 5.666c2.424-.005 4.848-.006 7.272 0-.002.624.023 1.252-.012 1.875-.371 1.017-.811 2.01-1.171 3.031-.974.997-1.974 1.977-2.958 2.968-.17.16-.318.345-.51.48.825-2.165 1.705-4.309 2.541-6.471-1.093-.002-2.186-.005-3.279.001-.005.608.005 1.216-.004 1.824-.626.007-1.252.006-1.878.001a458.558 458.558 0 0 1 0-3.709zM12.755 8.253c.226-1.29 1.335-2.301 2.579-2.6-.096.184-.277.302-.412.456-.726.711-1.424 1.453-2.167 2.145zM15.662 7.501c.587-.615 1.203-1.202 1.797-1.811.094.045.188.09.281.137-.517.541-1.062 1.056-1.581 1.596l-.014.001a2.715 2.715 0 0 0-.483.077zM16.939 7.498c.446-.475.919-.923 1.376-1.388l.246.176c-.454.459-.914.911-1.367 1.37a10.894 10.894 0 0 0-.255-.158zM17.664 8.039c.447-.453.897-.904 1.351-1.35l.2.215c-.462.465-.925.93-1.391 1.39l-.16-.255zM18.016 8.951c.514-.5 1.011-1.017 1.526-1.516.29.568.385 1.215.382 1.846-.001 1.875.001 3.75-.001 5.625-.003.881-.262 1.797-.885 2.443-1.028 1.099-2.727 1.48-4.125.922-.789-.32-1.512-.886-1.89-1.664-.356-.705-.387-1.511-.371-2.285.622-.623 1.237-1.253 1.872-1.863.035.801 0 1.603.018 2.403.014.387.105.784.332 1.104.647.93 2.257.905 2.865-.057.323-.489.308-1.098.301-1.66-.015-1.762.03-3.525-.023-5.286l-.001-.013zM12.638 10.512c.674-.652 1.313-1.346 2.005-1.977-.039.146-.07.297-.057.45v.009c-.649.622-1.258 1.286-1.92 1.892a7.842 7.842 0 0 0-.029-.374zM12.641 11.783c.63-.615 1.234-1.259 1.879-1.859.008.125.021.248.034.373-.633.627-1.259 1.262-1.893 1.889a6.752 6.752 0 0 0-.02-.403zM12.645 13.057c.623-.622 1.238-1.256 1.875-1.864.012.124.022.248.032.373l.001.01c-.638.617-1.254 1.257-1.89 1.877-.006-.132-.015-.264-.018-.396zM6.316 15.57c1.169-1.171 2.342-2.362 3.531-3.521-.07.193-.172.378-.188.586-1.081 1.104-2.197 2.196-3.288 3.299a.546.546 0 0 1-.202.15c.049-.171.135-.333.147-.513zM5.475 17.683c1.168-1.171 2.341-2.369 3.536-3.523-.067.194-.166.381-.19.587-1.085 1.102-2.198 2.197-3.291 3.3a.67.67 0 0 1-.197.149c.049-.17.143-.331.142-.512zM7.643 16.783c.174-.157.314-.355.517-.477-.06.185-.145.362-.177.555-.513.53-1.051 1.049-1.57 1.578a5.91 5.91 0 0 0-.375-.028c.512-.563 1.074-1.082 1.606-1.628z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-70--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.963 0h2.069c.186.035.374.06.561.082 3.039.385 5.888 2.011 7.794 4.406a11.964 11.964 0 0 1 2.519 5.825c.028.217.052.435.094.651v2.067c-.036.186-.06.374-.082.562-.388 3.051-2.025 5.909-4.433 7.815a11.939 11.939 0 0 1-5.932 2.514c-.173.02-.345.045-.517.077h-2.067c-1.732-.189-3.439-.687-4.95-1.567-2.696-1.543-4.757-4.162-5.592-7.157-.218-.73-.319-1.486-.427-2.238v-2.069c.228-2.227 1.023-4.405 2.387-6.19C4.292 2.228 7.245.482 10.407.082c.186-.022.372-.047.556-.082M9.252.539a11.756 11.756 0 0 0-4.59 2.244C2.284 4.664.677 7.494.31 10.507c-.419 3.179.534 6.508 2.587 8.973 1.433-1.704 2.862-3.411 4.294-5.115.091-.111.196-.214.262-.343 1.138-1.292 2.234-2.637 3.336-3.954.704-.834 1.425-1.658 2.096-2.517.506-.567 1.017-1.142 1.461-1.758.099-.063.172-.158.247-.247 1.055-1.274 2.139-2.525 3.179-3.81C15.229.26 12.106-.144 9.252.538m9.659 6.591c-.45.542-.905 1.08-1.358 1.62-1.061 1.285-2.165 2.542-3.2 3.842-.609.662-1.163 1.374-1.749 2.057-2.129 2.538-4.263 5.073-6.387 7.615 2.554 1.465 5.671 1.884 8.53 1.197a11.756 11.756 0 0 0 4.565-2.223c2.392-1.881 4.007-4.721 4.376-7.744.42-3.179-.533-6.508-2.586-8.973-.733.868-1.459 1.741-2.192 2.608z"/><path fill="#fff" d="M9.252.539c2.853-.682 5.977-.278 8.52 1.198-1.04 1.285-2.124 2.535-3.179 3.81-.075.088-.148.184-.247.247a3.253 3.253 0 0 0-1.461 1.758c-.671.859-1.393 1.683-2.096 2.517.214-.909.609-1.77.862-2.67.03-.662.007-1.327.011-1.991-2.25-.002-4.499.001-6.749-.002-.019 1.327-.007 2.654-.006 3.981.582.004 1.164.004 1.747 0 .007-.653-.008-1.306.007-1.959 1.013.004 2.027 0 3.04.002-.742 2.2-1.515 4.391-2.248 6.593-.066.129-.171.232-.262.343-1.432 1.704-2.861 3.412-4.294 5.115C.844 17.015-.109 13.687.31 10.508c.367-3.013 1.973-5.843 4.352-7.724A11.728 11.728 0 0 1 9.252.54zM18.911 7.129c.733-.867 1.459-1.74 2.192-2.608 2.053 2.465 3.006 5.794 2.586 8.973-.369 3.023-1.985 5.863-4.376 7.744a11.742 11.742 0 0 1-4.565 2.223c-2.858.688-5.976.269-8.53-1.197 2.124-2.543 4.258-5.077 6.387-7.615-.029 1.094.045 2.279.73 3.186.61.806 1.575 1.376 2.602 1.374 1.105.033 2.153-.595 2.772-1.488.485-.712.647-1.591.65-2.439V9.234c.001-.723-.133-1.45-.447-2.105z"/><path fill="#fff" d="M17.553 8.749c.034.222.056.447.055.672v5.719c-.001.539-.101 1.115-.462 1.536-.5.613-1.497.69-2.112.212-.485-.377-.661-1.015-.673-1.605-.011-.897.003-1.795-.008-2.692 1.035-1.3 2.139-2.558 3.2-3.842z"/><path fill="gray" d="M4.912 5.405c2.25.003 4.499 0 6.749.002-.004.664.02 1.329-.011 1.991-.253.899-.648 1.761-.862 2.67-1.102 1.318-2.198 2.662-3.336 3.954.734-2.203 1.507-4.393 2.248-6.593-1.013-.002-2.027.002-3.04-.002-.015.652 0 1.306-.007 1.959-.582.004-1.164.004-1.747 0 0-1.327-.013-2.654.006-3.981zM12.885 7.551a3.253 3.253 0 0 1 1.461-1.758c-.443.616-.955 1.192-1.461 1.758zM17.553 8.749c.453-.54.908-1.078 1.358-1.62.314.655.448 1.382.447 2.105v6.048c-.003.848-.165 1.727-.65 2.439-.619.893-1.667 1.522-2.772 1.488-1.027.002-1.992-.568-2.602-1.374-.686-.907-.759-2.092-.73-3.186.586-.683 1.14-1.395 1.749-2.057.011.897-.003 1.795.008 2.692.012.59.188 1.228.673 1.605.615.478 1.612.401 2.112-.212.361-.421.461-.997.462-1.536V9.422a4.32 4.32 0 0 0-.055-.672z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-75--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.094 0h1.839c1.768.161 3.512.67 5.047 1.569a12.075 12.075 0 0 1 5.378 6.478c.349.982.543 2.013.642 3.049v1.836c-.161 1.757-.664 3.491-1.553 5.02-1.536 2.714-4.168 4.784-7.172 5.621-.762.224-1.548.339-2.334.428h-1.873c-1.722-.156-3.419-.648-4.928-1.499-2.632-1.467-4.68-3.953-5.593-6.829-.292-.885-.448-1.807-.547-2.73v-1.876c.094-.89.241-1.778.513-2.633.84-2.732 2.7-5.131 5.128-6.637C7.276.762 9.17.165 11.094.002m.272.594a11.347 11.347 0 0 0-5.574 1.817C3.206 4.072 1.35 6.818.781 9.838c-.627 3.184.19 6.617 2.2 9.167a11.438 11.438 0 0 0 7.424 4.306c3.22.47 6.617-.526 9.065-2.672 2.293-1.966 3.75-4.876 3.928-7.893.127-1.87-.219-3.77-.999-5.475a11.464 11.464 0 0 0-6.13-5.869 11.368 11.368 0 0 0-4.902-.807z"/><path fill="#fff" d="M11.062 1.22a10.813 10.813 0 0 1 6.958 1.785c-.888.894-1.775 1.792-2.677 2.672-.822-.03-1.645-.009-2.467-.012-.005.82-.009 1.64.003 2.46v.024c-.81.809-1.613 1.625-2.431 2.425.362-1.022.803-2.016 1.173-3.034.037-.622.009-1.25.013-1.874-2.424-.005-4.848-.005-7.272 0a458.805 458.805 0 0 0 0 3.71c.626.005 1.252.006 1.878-.001.008-.608-.001-1.216.004-1.824 1.093-.005 2.187-.003 3.28-.001-.838 2.161-1.716 4.307-2.543 6.473-.035.068-.092.12-.144.174-1.278 1.273-2.549 2.554-3.829 3.825a10.845 10.845 0 0 1-1.551-8.456c.65-2.887 2.557-5.456 5.122-6.928a10.733 10.733 0 0 1 4.485-1.416zM16.229 5.65c.766-.759 1.524-1.526 2.289-2.285.078.059.156.116.235.173-.705.724-1.42 1.44-2.145 2.145-.127-.013-.253-.022-.38-.032zM17.501 5.649c.576-.569 1.144-1.145 1.719-1.715l.216.204c-.52.514-1.027 1.043-1.558 1.546-.126-.014-.252-.025-.377-.036zM18.769 5.655c.365-.363.727-.728 1.092-1.091.068.072.136.144.203.219-.295.296-.588.593-.887.885l-.408-.013zM19.674 6.036c.254-.271.517-.534.788-.788.056.079.115.157.174.235-.308.314-.624.621-.931.937l-.03-.383zM19.683 7.303c.421-.454.871-.884 1.312-1.321a10.843 10.843 0 0 1 1.549 8.454c-.65 2.887-2.557 5.455-5.12 6.929a10.82 10.82 0 0 1-11.441-.371 4154.82 4154.82 0 0 1 8.396-8.398l.26-.011c.172-.289.374-.571.658-.76.523-.363 1.226-.348 1.807-.143.417.146.656.552.771.957.302 1.017.192 2.11-.048 3.128-.089.422-.465.72-.875.805-.589.129-1.264.11-1.772-.251-.38-.27-.565-.72-.672-1.158-.625-.001-1.25-.015-1.875.007.088.835.362 1.697.983 2.29.952.841 2.305 1.252 3.557.978 1.372-.339 2.528-1.544 2.689-2.969.113-1.011.109-2.04-.024-3.049-.182-1.326-1.246-2.47-2.565-2.723.724-.717 1.433-1.452 2.168-2.155.081-.001.162.001.244.002-.002-.081-.004-.161-.003-.242zM14.656 8.495c.32-.315.635-.636.955-.952.135.004.27.007.405.015-.443.45-.893.894-1.339 1.342a1.823 1.823 0 0 1-.021-.404zM14.657 9.766c.756-.737 1.483-1.511 2.252-2.229.127.005.254.015.381.024-.871.868-1.741 1.739-2.61 2.61a1.564 1.564 0 0 1-.023-.404zM16.007 9.697c.719-.725 1.437-1.452 2.168-2.164.128.011.255.022.383.026-.7.7-1.397 1.403-2.101 2.099-.15.01-.301.02-.45.039zM9.848 12.048c.989-1.025 2.015-2.018 3.016-3.032l.015.377.001.025c-1.072 1.075-2.141 2.154-3.223 3.218.028-.206.114-.397.191-.588zM9.014 14.159c1.262-1.309 2.572-2.577 3.851-3.872.005.125.009.251.016.376l.001.026a740.766 740.766 0 0 1-4.063 4.061c.035-.206.119-.398.195-.592zM12.866 11.558c.004.133.01.265.01.398-1.615 1.65-3.262 3.275-4.898 4.909.044-.193.116-.377.183-.563.023-.06.07-.106.113-.153 1.531-1.53 3.062-3.06 4.591-4.592zM5.247 20.451c2.626-2.619 5.243-5.248 7.87-7.866.127.008.254.021.381.033-2.668 2.677-5.343 5.346-8.016 8.018a7.078 7.078 0 0 1-.235-.185zM3.365 18.518c.984-.985 1.965-1.973 2.955-2.952-.025.18-.095.347-.151.519-.023.07-.078.122-.127.175-.831.831-1.663 1.66-2.491 2.492a5.991 5.991 0 0 1-.186-.235zM3.936 19.218c.515-.513 1.022-1.033 1.544-1.538-.014.181-.092.348-.149.518-.347.45-.802.819-1.192 1.237a10.512 10.512 0 0 1-.204-.218zM4.565 19.861c.492-.48.962-.991 1.47-1.449.127.005.253.015.38.024-.546.54-1.086 1.087-1.632 1.628-.074-.067-.146-.135-.218-.203z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.464 11.464 0 0 1 6.13 5.869 11.37 11.37 0 0 1 .999 5.475c-.179 3.017-1.635 5.927-3.928 7.893-2.448 2.146-5.844 3.143-9.065 2.672a11.443 11.443 0 0 1-7.424-4.306C.97 16.456.153 13.023.78 9.839c.569-3.02 2.425-5.766 5.011-7.425A11.347 11.347 0 0 1 11.365.597m-.303.623c-1.575.133-3.12.62-4.485 1.416-2.565 1.472-4.472 4.041-5.122 6.928a10.845 10.845 0 0 0 1.551 8.456c1.28-1.271 2.551-2.552 3.829-3.825.052-.055.11-.106.144-.174 1.181-1.12 2.318-2.296 3.467-3.447.818-.8 1.621-1.616 2.431-2.425v-.024c.845-.788 1.65-1.626 2.464-2.448.902-.88 1.789-1.778 2.677-2.672A10.824 10.824 0 0 0 11.06 1.22m5.169 4.43c-1.119 1.124-2.242 2.244-3.364 3.366-1.001 1.014-2.027 2.007-3.016 3.032-1.189 1.158-2.359 2.347-3.528 3.519-.99.979-1.971 1.966-2.955 2.952.06.08.122.158.186.235.829-.832 1.661-1.662 2.491-2.492.049-.053.104-.105.127-.175a.62.62 0 0 0 .203-.152c1.09-1.103 2.205-2.193 3.286-3.298 1.082-1.064 2.151-2.143 3.223-3.218l-.001-.025c.164-.109.287-.264.428-.398 1.1-1.105 2.213-2.197 3.301-3.313.724-.705 1.44-1.42 2.145-2.145a12.882 12.882 0 0 1-.235-.173c-.765.759-1.523 1.526-2.289 2.285m1.27-.001c-.627.634-1.261 1.26-1.89 1.893-.32.316-.635.637-.955.952-.595.599-1.193 1.196-1.792 1.792-1.279 1.295-2.588 2.563-3.851 3.872-1.194 1.154-2.366 2.348-3.533 3.522-.522.505-1.029 1.025-1.544 1.537.067.074.135.146.204.218.39-.417.845-.786 1.192-1.237a.722.722 0 0 0 .2-.151c1.091-1.102 2.204-2.194 3.288-3.297a777.813 777.813 0 0 0 4.063-4.061l-.001-.026c.629-.554 1.194-1.181 1.797-1.764.446-.448.895-.892 1.339-1.342h.008c.61-.631 1.25-1.235 1.854-1.873.531-.502 1.037-1.032 1.558-1.546l-.216-.204c-.575.57-1.143 1.146-1.719 1.715m1.266.006c-.616.631-1.262 1.234-1.86 1.882-.769.719-1.496 1.492-2.252 2.229-.596.599-1.193 1.195-1.792 1.792-1.529 1.532-3.06 3.062-4.591 4.592-.044.046-.09.092-.113.153-.203.124-.345.322-.519.48-.532.546-1.094 1.065-1.607 1.629-.508.458-.978.969-1.47 1.449.072.068.144.136.218.203.546-.541 1.086-1.088 1.632-1.628.518-.526 1.052-1.043 1.564-1.571 1.635-1.634 3.283-3.258 4.898-4.909.617-.578 1.199-1.195 1.804-1.786.869-.871 1.738-1.741 2.61-2.61.627-.633 1.262-1.258 1.887-1.893.299-.291.592-.589.887-.885-.066-.075-.134-.147-.202-.219-.365.363-.727.728-1.092 1.091m.903.382c-.508.49-1.007.99-1.498 1.498-.732.712-1.449 1.439-2.168 2.164-.967.956-1.929 1.923-2.89 2.888-2.628 2.618-5.244 5.247-7.87 7.866.077.063.156.124.235.185 2.673-2.672 5.348-5.341 8.016-8.018.988-.98 1.977-1.97 2.96-2.96.704-.696 1.402-1.398 2.101-2.099.384-.376.76-.764 1.145-1.14.307-.315.623-.623.931-.937a7.915 7.915 0 0 1-.174-.235c-.271.254-.534.517-.788.788m.009 1.267c-.09.07-.171.15-.241.24-.736.704-1.444 1.439-2.168 2.155-.965.966-1.935 1.927-2.895 2.898a4154.82 4154.82 0 0 0-8.396 8.398 10.82 10.82 0 0 0 11.441.371c2.564-1.474 4.47-4.042 5.12-6.929a10.84 10.84 0 0 0-1.549-8.454c-.44.437-.89.867-1.312 1.321z"/><path fill="gray" d="M12.864 9.015c1.122-1.121 2.245-2.242 3.364-3.366.127.01.253.02.38.032-1.088 1.116-2.201 2.208-3.301 3.313-.141.134-.264.289-.428.398l-.015-.377zM15.611 7.543c.629-.633 1.263-1.26 1.89-1.893.126.01.251.022.377.036-.604.637-1.244 1.241-1.854 1.873h-.008c-.135-.007-.27-.011-.405-.015zM16.909 7.537c.598-.647 1.244-1.251 1.86-1.882l.408.013c-.625.635-1.26 1.26-1.887 1.893-.127-.009-.254-.019-.381-.024zM4.361 5.665c2.424-.004 4.848-.005 7.272 0-.004.624.023 1.252-.013 1.874-.37 1.019-.811 2.012-1.173 3.034C9.298 11.724 8.161 12.9 6.98 14.02c.827-2.165 1.705-4.311 2.543-6.473-1.094-.002-2.187-.004-3.28.001-.005.608.004 1.216-.004 1.824-.626.007-1.252.006-1.878.001a458.805 458.805 0 0 1 0-3.71zM12.875 5.665c.822.002 1.645-.019 2.467.012-.814.822-1.619 1.659-2.464 2.448-.012-.819-.008-1.64-.003-2.46zM18.176 7.533c.491-.508.99-1.008 1.498-1.498.011.127.02.255.03.383-.385.376-.761.764-1.145 1.14a6.967 6.967 0 0 1-.383-.026zM12.864 10.287c.598-.596 1.196-1.193 1.792-1.792-.007.135-.001.27.021.404-.603.583-1.168 1.211-1.797 1.764-.007-.126-.011-.251-.016-.376zM13.117 12.585c.96-.965 1.923-1.932 2.89-2.888.15-.019.3-.029.45-.039-.982.99-1.972 1.98-2.96 2.96a16.311 16.311 0 0 0-.381-.033zM14.379 12.596c.96-.971 1.93-1.932 2.895-2.898 1.319.253 2.383 1.397 2.565 2.723.133 1.009.137 2.038.024 3.049-.16 1.425-1.317 2.629-2.689 2.969-1.252.273-2.605-.137-3.557-.978-.622-.593-.895-1.455-.983-2.29.624-.022 1.25-.008 1.875-.007.107.438.293.888.672 1.158.508.36 1.183.38 1.772.251.41-.084.786-.383.875-.805.24-1.018.35-2.111.048-3.128-.115-.405-.354-.811-.771-.957-.581-.205-1.284-.22-1.807.143-.284.189-.486.472-.658.76l-.26.011zM12.866 11.558c.598-.597 1.196-1.193 1.792-1.792-.009.135-.003.271.023.404-.605.591-1.187 1.208-1.804 1.786 0-.133-.006-.266-.01-.398zM6.32 15.567c1.169-1.172 2.34-2.361 3.528-3.519-.077.191-.163.382-.191.588-1.081 1.104-2.196 2.194-3.286 3.298a.62.62 0 0 1-.203.152c.056-.172.126-.339.151-.519zM5.48 17.68c1.168-1.174 2.34-2.368 3.533-3.522-.076.193-.16.385-.195.592-1.084 1.103-2.197 2.195-3.288 3.297a.69.69 0 0 1-.2.151c.057-.171.135-.337.149-.518zM7.642 16.783c.174-.158.316-.356.519-.48-.067.186-.139.369-.183.563-.512.528-1.046 1.045-1.564 1.571-.127-.009-.253-.02-.38-.024.514-.563 1.075-1.083 1.607-1.629z"/><path fill="#7f7f7f" d="M19.442 7.543a1.44 1.44 0 0 1 .241-.24c-.001.081.001.161.003.242-.082-.001-.163-.003-.244-.002z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-75--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.982 0h2.029c.412.072.829.099 1.238.186 2.858.53 5.489 2.157 7.26 4.459 1.426 1.813 2.261 4.05 2.49 6.338v2.027c-.073.412-.1.83-.187 1.24-.533 2.869-2.17 5.508-4.485 7.281-1.81 1.413-4.034 2.243-6.311 2.469h-2.027c-1.74-.182-3.454-.685-4.971-1.567C3.322 20.89 1.261 18.27.426 15.275c-.219-.736-.323-1.499-.427-2.257v-2.03c.103-.761.208-1.525.427-2.263a12.053 12.053 0 0 1 5.158-6.893C7.198.789 9.076.201 10.981.001M9.253.538a11.741 11.741 0 0 0-4.591 2.245C2.297 4.653.694 7.463.317 10.458c-.435 3.194.518 6.543 2.58 9.021 1.449-1.719 2.89-3.445 4.338-5.166.076-.092.162-.18.217-.287 1.134-1.292 2.229-2.636 3.331-3.949.682-.802 1.36-1.608 2.031-2.421.639-.745 1.265-1.501 1.896-2.253 1.028-1.221 2.054-2.445 3.078-3.668C15.232.272 12.115-.15 9.254.538m9.884 6.34a3.534 3.534 0 0 0-.451.548h-.022c-.639.765-1.285 1.523-1.919 2.292l-.013-.003c-.854 1.05-1.742 2.071-2.6 3.117-2.645 3.139-5.28 6.286-7.917 9.432 2.663 1.53 5.94 1.918 8.897 1.104a11.747 11.747 0 0 0 4.199-2.13c2.392-1.881 4.007-4.72 4.376-7.743.421-3.18-.534-6.507-2.584-8.973-.656.785-1.328 1.559-1.966 2.357z"/><path fill="#fff" d="M9.253.538c2.86-.688 5.977-.266 8.534 1.197-1.025 1.223-2.05 2.447-3.078 3.668-.632.008-1.265-.002-1.897.005-.004.75-.006 1.499.001 2.249-.67.812-1.348 1.619-2.031 2.421.159-.701.454-1.367.667-2.054.083-.28.235-.55.217-.85-.007-.588.003-1.177-.005-1.765-2.251-.003-4.501-.002-6.752 0a405.555 405.555 0 0 0-.002 3.977c.582.005 1.163.005 1.745 0 .01-.652-.007-1.305.008-1.957 1.013 0 2.026-.001 3.04.001-.741 2.202-1.515 4.393-2.249 6.597-.055.108-.141.195-.217.287-1.447 1.721-2.889 3.447-4.338 5.166-2.062-2.478-3.015-5.828-2.58-9.021.377-2.995 1.98-5.805 4.345-7.675A11.734 11.734 0 0 1 9.252.539zM19.138 6.878c.638-.798 1.311-1.572 1.966-2.357 2.05 2.467 3.005 5.794 2.584 8.973-.369 3.022-1.984 5.862-4.376 7.743a11.747 11.747 0 0 1-4.199 2.13c-2.957.814-6.234.427-8.897-1.104 2.637-3.145 5.272-6.293 7.917-9.432.127-.011.323.058.374-.106.235-.479.651-.919 1.202-.996.509-.06 1.113.028 1.443.463.236.337.329.75.401 1.148.143.964.054 1.95-.144 2.9a1.09 1.09 0 0 1-.788.849c-.554.147-1.212.122-1.669-.261-.366-.308-.524-.782-.621-1.235a77.815 77.815 0 0 0-1.742-.001c.079.885.319 1.809.935 2.479.928.947 2.435 1.435 3.69.877 1.144-.553 1.946-1.718 2.079-2.979a15.291 15.291 0 0 0-.023-3.361c-.171-1.34-1.133-2.666-2.526-2.889.634-.769 1.28-1.527 1.919-2.292h.022c.15.003.3.003.45 0 .005-.183 0-.365 0-.547z"/><path fill="gray" d="M4.909 5.407c2.25-.002 4.501-.003 6.752 0 .008.588-.002 1.177.005 1.765.018.3-.134.57-.217.85-.213.687-.508 1.353-.667 2.054-1.102 1.313-2.197 2.656-3.331 3.949.734-2.204 1.508-4.395 2.249-6.597-1.013-.002-2.027-.001-3.04-.001-.015.652.002 1.305-.008 1.957-.582.005-1.163.005-1.745 0-.004-1.326-.007-2.652.002-3.977zM12.811 5.408c.632-.007 1.265.004 1.897-.005-.63.752-1.257 1.508-1.896 2.253-.008-.75-.006-1.499-.001-2.249zM18.687 7.425c.128-.199.286-.378.451-.548 0 .182.005.365 0 .548-.15.003-.3.003-.45 0zM16.734 9.714l.013.003c1.394.224 2.355 1.549 2.526 2.889.134 1.114.135 2.246.023 3.361-.134 1.261-.936 2.426-2.079 2.979-1.256.558-2.762.069-3.69-.877-.616-.67-.856-1.594-.935-2.479a84.3 84.3 0 0 1 1.742.001c.097.453.255.927.621 1.235.457.383 1.115.408 1.669.261.399-.102.713-.444.788-.849.198-.95.287-1.936.144-2.9-.073-.398-.165-.811-.401-1.148-.33-.435-.934-.522-1.443-.463-.551.077-.967.518-1.202.996-.05.165-.247.096-.374.106.858-1.046 1.747-2.068 2.6-3.117z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.103 0h1.815c1.773.157 3.523.668 5.063 1.569a12.068 12.068 0 0 1 5.378 6.477c.35.986.544 2.019.642 3.059v1.809c-.158 1.774-.668 3.525-1.57 5.066-1.537 2.7-4.162 4.757-7.155 5.592-.765.225-1.556.34-2.347.428h-1.844c-1.728-.152-3.43-.645-4.944-1.499C3.519 21.04 1.477 18.568.56 15.708c-.299-.9-.461-1.838-.559-2.778v-1.849c.097-.982.274-1.959.593-2.895a12.07 12.07 0 0 1 5.048-6.39C7.279.759 9.176.161 11.103.001m.263.595a11.375 11.375 0 0 0-6.022 2.123A11.448 11.448 0 0 0 .775 9.872c-.615 3.175.203 6.593 2.206 9.134a11.443 11.443 0 0 0 7.005 4.239c1.884.336 3.854.195 5.667-.421 2.805-.934 5.203-3.014 6.533-5.654 1.562-3.029 1.649-6.766.229-9.864a11.462 11.462 0 0 0-6.146-5.903 11.378 11.378 0 0 0-4.902-.807z"/><path fill="#fff" d="M7.03 2.387a10.835 10.835 0 0 1 10.99.618c-.84.852-1.692 1.692-2.535 2.542-.044.038-.082.09-.142.103-1.251.298-2.363 1.314-2.59 2.608-.425.466-.889.904-1.337 1.35.116-1.171-.326-2.387-1.218-3.165-.964-.909-2.441-1.136-3.676-.72-1.243.435-2.204 1.598-2.386 2.904-.088.621-.06 1.277.195 1.857.231.511.6.945 1.001 1.331-.839.568-1.406 1.514-1.454 2.532-.06.796.08 1.622.49 2.315-.451.455-.903.908-1.359 1.358C1.25 15.427.721 12.052 1.592 9.043c.792-2.843 2.815-5.31 5.44-6.655zM16.361 5.524c.715-.723 1.436-1.441 2.158-2.159.078.06.157.119.237.177a237.12 237.12 0 0 1-2.006 2.006 16.816 16.816 0 0 0-.388-.023zM17.455 5.695c.591-.584 1.174-1.177 1.765-1.76.073.067.144.135.216.204-.562.561-1.121 1.125-1.686 1.683a26.17 26.17 0 0 0-.295-.127zM18.314 6.112l1.547-1.547c.069.071.137.144.203.218-.5.502-1.001 1.003-1.503 1.503l-.248-.174zM19.017 6.684c.48-.48.955-.966 1.443-1.438.057.079.116.158.176.235-.472.477-.947.95-1.422 1.423l-.197-.221zM19.544 7.43c.481-.485.963-.969 1.45-1.448 1.654 2.444 2.227 5.581 1.55 8.453-.65 2.887-2.557 5.456-5.121 6.93a10.816 10.816 0 0 1-7.858 1.178 10.745 10.745 0 0 1-3.583-1.549c.858-.848 1.694-1.736 2.577-2.551 1.498-.261 2.825-1.507 3.033-3.037l.004-.027c.349-.356.704-.707 1.058-1.059-.02.774.013 1.582.369 2.287.377.778 1.1 1.345 1.89 1.665 1.408.563 3.121.17 4.147-.946.608-.645.86-1.548.862-2.418.002-1.89 0-3.781.001-5.671.002-.619-.104-1.247-.38-1.805z"/><path fill="#fff" d="M7.563 7.425c.645-.071 1.324.218 1.701.749.311.473.336 1.085.205 1.622-.201.781-1.05 1.252-1.822 1.201-.713-.039-1.446-.515-1.609-1.24-.124-.557-.086-1.199.275-1.665a1.882 1.882 0 0 1 1.251-.667zM15.661 7.502c.162-.044.328-.067.495-.083-.527.524-1.045 1.057-1.58 1.573a2.41 2.41 0 0 1 .07-.463c.317-.36.671-.692 1.016-1.027zM14.521 9.915c.794-.813 1.601-1.613 2.408-2.412l.273.143c-.884.888-1.772 1.77-2.655 2.659a12.76 12.76 0 0 0-.026-.39zM14.523 11.186c1.037-1.059 2.093-2.1 3.141-3.149l.16.256c-1.092 1.095-2.185 2.19-3.282 3.281 0-.13-.009-.259-.019-.388zM14.527 12.454a383.995 383.995 0 0 1 3.495-3.496c.041 1.889.006 3.779.018 5.668.014.56-.108 1.171-.535 1.567-.847.818-2.545.504-2.859-.695-.226-.995-.043-2.032-.119-3.043zM10.754 11.159c.601-.67 1.265-1.283 1.897-1.925-.001.13.007.261.016.391-.757.781-1.537 1.541-2.303 2.313a10.569 10.569 0 0 1-.173-.119c.197-.212.413-.41.563-.661zM10.804 12.349c.613-.616 1.229-1.229 1.843-1.844.006.128.014.257.018.386-.532.579-1.116 1.122-1.667 1.688l-.193-.229zM12.649 11.776l.01.411c-.402.407-.809.81-1.213 1.215l-.124-.3c.443-.442.884-.885 1.327-1.326zM6.303 13.288c.501-.526 1.285-.731 1.985-.548-.823.827-1.647 1.652-2.475 2.474-.168-.669-.023-1.44.49-1.926zM6.087 15.795c.927-.93 1.855-1.858 2.785-2.785l.241.176c-.939.945-1.883 1.885-2.826 2.827l-.201-.218zM12.649 13.051l.012.405c-.332.341-.674.673-1.008 1.012-.013-.125-.026-.25-.041-.375.34-.353.692-.695 1.038-1.043zM6.763 16.391c.912-.915 1.827-1.827 2.74-2.741.05.089.099.178.15.266-.86.874-1.732 1.737-2.599 2.603a12.799 12.799 0 0 1-.291-.129zM9.779 14.647c-.007.15-.02.301-.035.451a72.518 72.518 0 0 1-1.495 1.492c-.152.031-.307.04-.461.056.656-.674 1.328-1.332 1.991-1.998zM3.366 18.519c.446-.455.902-.901 1.35-1.355l.216.204c-.463.462-.918.933-1.392 1.383a8.297 8.297 0 0 0-.174-.233zM3.937 19.218c.481-.486.966-.968 1.449-1.451l.249.172-1.496 1.495a6.942 6.942 0 0 1-.203-.217zM4.565 19.86c.547-.546 1.09-1.095 1.641-1.638l.297.125c-.576.57-1.144 1.146-1.72 1.716a10.654 10.654 0 0 1-.218-.203zM5.248 20.449c.657-.65 1.305-1.308 1.963-1.957l.381.032c-.699.707-1.404 1.409-2.109 2.111a4.653 4.653 0 0 1-.234-.186z"/><path d="M11.366.596c1.666-.097 3.354.18 4.902.807a11.459 11.459 0 0 1 6.146 5.903c1.42 3.098 1.334 6.835-.229 9.864a11.457 11.457 0 0 1-6.533 5.654 11.443 11.443 0 0 1-5.667.421 11.449 11.449 0 0 1-7.005-4.239C.977 16.465.159 13.047.774 9.872a11.448 11.448 0 0 1 4.569-7.153A11.375 11.375 0 0 1 11.365.596M7.03 2.387C4.405 3.732 2.382 6.199 1.59 9.042c-.871 3.009-.341 6.384 1.417 8.977.456-.449.908-.903 1.359-1.358.485-.48.968-.963 1.447-1.448.827-.822 1.652-1.647 2.475-2.474 1.044-1.042 2.093-2.083 3.127-3.131.449-.446.912-.884 1.337-1.35.726-.681 1.412-1.405 2.122-2.103.154-.17.348-.307.468-.505.06-.013.098-.065.142-.103.843-.849 1.695-1.689 2.535-2.542a10.835 10.835 0 0 0-10.99-.618m9.332 3.137h-.008c-1.23 1.241-2.475 2.47-3.703 3.711-.632.641-1.296 1.255-1.897 1.925-.657.582-1.251 1.239-1.882 1.851-.93.927-1.858 1.856-2.785 2.785-.459.455-.913.915-1.372 1.369-.448.454-.904.9-1.35 1.355.059.076.117.154.174.233.474-.45.929-.922 1.392-1.383.455-.449.905-.903 1.357-1.355.942-.942 1.886-1.883 2.826-2.827.419-.413.833-.832 1.25-1.248.766-.772 1.546-1.532 2.303-2.313 1.37-1.35 2.725-2.715 4.083-4.078.673-.664 1.342-1.333 2.006-2.006-.08-.058-.158-.117-.237-.177-.721.718-1.442 1.436-2.158 2.159m1.095.17c-.594.607-1.208 1.194-1.794 1.807-.345.334-.699.667-1.016 1.027-.687.636-1.328 1.322-1.998 1.976-.614.615-1.23 1.228-1.843 1.844-.435.433-.868.867-1.302 1.301-.913.914-1.828 1.826-2.74 2.741-.46.458-.918.916-1.376 1.376-.484.483-.968.965-1.449 1.451.066.074.134.146.203.217l1.496-1.495c.473-.473.947-.945 1.418-1.42.867-.867 1.739-1.729 2.599-2.603.455-.439.896-.893 1.345-1.338.552-.565 1.135-1.109 1.667-1.688.654-.613 1.283-1.264 1.911-1.899.535-.517 1.053-1.049 1.58-1.573.532-.531 1.066-1.061 1.594-1.597.565-.557 1.124-1.122 1.686-1.683a13.746 13.746 0 0 0-.216-.204c-.591.584-1.174 1.177-1.765 1.76m.859.417c-.461.464-.93.921-1.384 1.391-.808.799-1.615 1.599-2.408 2.412-.634.61-1.247 1.242-1.872 1.861-.443.442-.884.885-1.327 1.326-.514.515-1.03 1.028-1.544 1.545-.663.667-1.335 1.324-1.991 1.998-.534.517-1.057 1.05-1.582 1.577-.551.542-1.094 1.092-1.641 1.638.071.069.144.137.218.203.576-.57 1.144-1.147 1.72-1.716.578-.59 1.175-1.162 1.746-1.758.508-.487 1.002-.99 1.495-1.492.574-.559 1.134-1.131 1.703-1.696.405-.405.811-.808 1.213-1.215.631-.625 1.256-1.257 1.887-1.883.883-.888 1.772-1.771 2.655-2.659.455-.452.908-.905 1.359-1.36.502-.5 1.003-1 1.503-1.503a10.654 10.654 0 0 0-.203-.218c-.517.515-1.032 1.031-1.547 1.547m.703.574c-.453.449-.904.9-1.353 1.353-1.047 1.049-2.104 2.09-3.141 3.149-.635.611-1.249 1.244-1.874 1.865-.346.348-.698.69-1.038 1.043-1.472 1.461-2.936 2.93-4.401 4.399-.658.649-1.305 1.307-1.963 1.957.076.065.154.126.234.186.705-.702 1.41-1.403 2.109-2.111l.008.001c1.347-1.357 2.702-2.705 4.053-4.057.334-.339.676-.671 1.008-1.012.63-.624 1.258-1.252 1.882-1.882 1.097-1.091 2.19-2.185 3.282-3.281.465-.46.928-.924 1.389-1.388.475-.473.95-.946 1.422-1.423a7.982 7.982 0 0 1-.176-.235c-.487.472-.962.958-1.443 1.438m.529.744c-.509.507-1.025 1.012-1.522 1.527a397.234 397.234 0 0 0-3.495 3.496c-.633.613-1.25 1.243-1.873 1.865-.354.352-.709.703-1.058 1.059l-.004.027c-.212.155-.377.362-.568.541-.817.837-1.677 1.636-2.466 2.496-.883.815-1.718 1.703-2.577 2.551a10.728 10.728 0 0 0 3.583 1.549c2.642.622 5.515.194 7.858-1.178 2.564-1.474 4.471-4.043 5.121-6.93.677-2.872.104-6.009-1.55-8.453-.487.479-.969.963-1.45 1.448z"/><path fill="gray" d="M16.354 5.524h.008c.129.007.259.014.388.023-1.357 1.362-2.713 2.728-4.083 4.078a5.11 5.11 0 0 1-.016-.391c1.229-1.241 2.474-2.469 3.703-3.711zM6.52 5.723c1.236-.416 2.712-.189 3.676.72.893.778 1.334 1.994 1.218 3.165-1.034 1.048-2.083 2.09-3.127 3.131-.7-.183-1.484.022-1.985.548-.513.486-.658 1.257-.49 1.926-.48.485-.962.968-1.447 1.448-.411-.693-.55-1.519-.49-2.315.048-1.018.615-1.964 1.454-2.532-.401-.386-.77-.82-1.001-1.331-.255-.58-.283-1.237-.195-1.857.182-1.306 1.143-2.468 2.386-2.904m1.044 1.703a1.882 1.882 0 0 0-1.251.667c-.361.466-.399 1.108-.275 1.665.163.725.896 1.201 1.609 1.24.773.051 1.621-.42 1.822-1.201.131-.537.106-1.149-.205-1.622-.377-.531-1.056-.82-1.701-.749zM12.752 8.258c.228-1.294 1.339-2.31 2.59-2.608-.12.198-.314.336-.468.505-.71.698-1.396 1.422-2.122 2.103zM15.661 7.502c.586-.613 1.2-1.2 1.794-1.807l.295.127c-.528.536-1.062 1.065-1.594 1.597-.166.017-.333.04-.495.083zM16.929 7.502c.455-.47.923-.927 1.384-1.391l.248.174c-.452.455-.905.908-1.359 1.36l-.273-.143zM17.664 8.038c.449-.454.9-.904 1.353-1.353l.197.221c-.462.464-.924.928-1.389 1.388l-.16-.256zM18.022 8.957c.497-.516 1.013-1.02 1.522-1.527.276.558.382 1.186.38 1.805 0 1.89.001 3.781-.001 5.671-.003.87-.255 1.774-.863 2.418-1.026 1.117-2.739 1.509-4.147.946-.79-.319-1.513-.887-1.89-1.665-.356-.706-.389-1.513-.369-2.288.623-.622 1.239-1.253 1.873-1.865.075 1.011-.108 2.048.119 3.043.314 1.199 2.013 1.514 2.859.695.428-.396.549-1.007.535-1.567-.012-1.889.023-3.779-.018-5.668zM12.647 10.505c.67-.654 1.312-1.341 1.998-1.976a2.41 2.41 0 0 0-.07.463c-.628.635-1.257 1.286-1.911 1.899-.004-.129-.012-.257-.018-.386zM12.649 11.776c.625-.619 1.238-1.251 1.872-1.861.011.129.019.259.026.39-.631.626-1.256 1.258-1.887 1.883l-.01-.411zM8.872 13.01c.631-.612 1.225-1.269 1.882-1.851-.15.251-.366.449-.563.661l.173.119c-.417.415-.831.834-1.25 1.248l-.241-.176zM12.649 13.051c.625-.621 1.239-1.253 1.874-1.865.01.129.019.258.019.388-.623.63-1.252 1.257-1.882 1.882l-.012-.405zM9.502 13.65c.434-.434.867-.868 1.302-1.301l.193.229c-.449.445-.89.899-1.345 1.338l-.15-.266zM9.779 14.647c.513-.517 1.029-1.03 1.544-1.545l.124.3c-.568.565-1.128 1.137-1.702 1.696.015-.15.029-.3.035-.451zM7.21 18.492c1.465-1.469 2.929-2.938 4.401-4.399.015.125.029.25.041.375-1.351 1.352-2.707 2.7-4.053 4.057l-.008-.001-.381-.032zM11.025 15.946c.191-.179.356-.386.568-.541-.209 1.53-1.536 2.776-3.033 3.037.789-.86 1.649-1.659 2.466-2.496zM4.715 17.164c.459-.454.913-.914 1.372-1.369.067.073.133.146.201.218-.452.451-.902.906-1.357 1.355l-.216-.204zM5.386 17.767c.458-.46.916-.918 1.376-1.376l.291.129c-.471.475-.945.947-1.418 1.42l-.249-.172zM6.206 18.223c.525-.528 1.047-1.06 1.582-1.577.154-.015.309-.024.461-.056-.57.597-1.168 1.169-1.746 1.758l-.297-.125z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-80--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.976 0h2.04c1.725.185 3.431.673 4.935 1.552 2.692 1.523 4.749 4.125 5.6 7.1.232.757.339 1.544.449 2.325v2.038c-.188 1.736-.68 3.453-1.57 4.964-1.8 3.177-5.12 5.442-8.744 5.927-.22.037-.446.038-.664.094h-2.039c-1.737-.184-3.45-.686-4.965-1.567-2.674-1.53-4.724-4.119-5.571-7.085-.231-.758-.34-1.543-.448-2.324v-2.041c.104-.758.208-1.522.427-2.258a12.05 12.05 0 0 1 5.13-6.875C7.175.796 9.062.203 10.976 0M8.095.878a11.781 11.781 0 0 0-3.331 1.825C2.433 4.504.819 7.211.366 10.125c-.546 3.291.396 6.789 2.531 9.353.66-.777 1.311-1.56 1.967-2.341.458-.544.915-1.089 1.371-1.634v-.004c.717-.846 1.43-1.695 2.138-2.548 1.048-1.228 2.07-2.48 3.122-3.704l-.003-.014c.467-.559.955-1.104 1.396-1.682.428-.452.804-.952 1.214-1.422.082-.112.202-.202.244-.338.179-.124.292-.321.44-.477.997-1.195 2.005-2.381 2.998-3.58C14.882.063 11.249-.239 8.097.876m10.815 6.256c-.452.539-.907 1.076-1.356 1.617-1.065 1.28-2.162 2.544-3.203 3.839-.604.666-1.163 1.374-1.746 2.059-.327.397-.677.779-.984 1.19-.836.949-1.629 1.935-2.449 2.898-.09.121-.215.221-.272.364-.053.006-.077.061-.112.094-.855 1.024-1.717 2.042-2.571 3.068 2.671 1.54 5.967 1.921 8.932 1.095a11.725 11.725 0 0 0 4.137-2.1c2.315-1.81 3.91-4.517 4.354-7.424.532-3.278-.411-6.758-2.536-9.31-.736.866-1.462 1.74-2.193 2.61z"/><path fill="#fff" d="M8.095.878c3.152-1.116 6.785-.813 9.687.858-.993 1.199-2.001 2.385-2.998 3.58-.148.157-.261.353-.44.477a3.224 3.224 0 0 0-1.458 1.76c-.441.578-.929 1.123-1.396 1.682-.049-.372-.054-.752-.156-1.116-.287-1.151-1.096-2.227-2.235-2.638-1.012-.348-2.212-.165-3.026.547-1.21 1.008-1.667 2.737-1.299 4.244.174.662.58 1.236 1.033 1.738a3.556 3.556 0 0 0-1.261 2.055 5.122 5.122 0 0 0 .317 3.072c-.656.78-1.307 1.564-1.967 2.341C.761 16.914-.181 13.416.365 10.125c.453-2.913 2.068-5.62 4.398-7.422A11.77 11.77 0 0 1 8.094.878zM18.912 7.132c.731-.87 1.457-1.744 2.193-2.61 2.125 2.553 3.068 6.032 2.536 9.31-.443 2.907-2.039 5.614-4.354 7.424a11.733 11.733 0 0 1-4.137 2.1c-2.965.826-6.261.445-8.932-1.095.854-1.026 1.716-2.044 2.571-3.068.035-.033.06-.089.112-.094 1.477-.363 2.566-1.773 2.722-3.262.307-.411.657-.794.984-1.19-.035 1.095.043 2.28.727 3.187.61.807 1.575 1.376 2.602 1.374 1.093.033 2.13-.583 2.752-1.46.499-.716.667-1.608.669-2.467V9.186c-.004-.706-.139-1.416-.446-2.055z"/><path fill="#fff" d="M8.033 7.335c.754-.018 1.47.56 1.62 1.298.105.514.095 1.072-.116 1.559a1.669 1.669 0 0 1-1.387.946c-.732.046-1.459-.472-1.651-1.18a2.763 2.763 0 0 1-.017-1.37c.162-.699.835-1.241 1.552-1.252zM17.556 8.749c.03.223.055.447.053.673v5.719c-.001.528-.095 1.09-.44 1.51-.493.635-1.509.723-2.134.237-.471-.366-.652-.982-.671-1.556-.015-.915.004-1.829-.01-2.744 1.04-1.295 2.137-2.559 3.203-3.839zM6.84 13.449a1.737 1.737 0 0 1 1.531-.497c-.708.853-1.421 1.702-2.138 2.548-.133-.727.058-1.535.607-2.051z"/><path fill="gray" d="M6.073 6.029c.815-.712 2.014-.895 3.026-.547 1.139.41 1.948 1.486 2.235 2.638.102.364.107.743.156 1.116l.003.014c-1.052 1.224-2.074 2.475-3.122 3.704a1.737 1.737 0 0 0-1.531.497c-.548.516-.74 1.324-.607 2.051v.004L4.862 17.14a5.122 5.122 0 0 1-.317-3.072 3.553 3.553 0 0 1 1.261-2.055c-.452-.502-.858-1.076-1.033-1.738-.368-1.507.089-3.236 1.299-4.244m1.961 1.304c-.717.011-1.39.553-1.552 1.252-.108.448-.105.926.017 1.37.192.708.919 1.227 1.651 1.18a1.669 1.669 0 0 0 1.387-.946c.211-.487.222-1.044.116-1.559-.15-.738-.866-1.316-1.62-1.298zM12.886 7.553a3.235 3.235 0 0 1 1.458-1.76c-.042.136-.163.226-.244.338-.41.469-.786.97-1.214 1.422zM17.556 8.749c.45-.541.904-1.079 1.356-1.617.307.639.442 1.349.446 2.055.002 2.032 0 4.063 0 6.095-.002.859-.17 1.751-.669 2.467-.622.877-1.659 1.493-2.752 1.46-1.027.001-1.992-.568-2.602-1.374-.684-.907-.763-2.092-.727-3.187.583-.685 1.142-1.394 1.746-2.059.014.915-.006 1.829.01 2.744.019.574.2 1.191.671 1.556.624.486 1.641.398 2.134-.237.345-.42.439-.982.44-1.51V9.423a4.745 4.745 0 0 0-.053-.673zM9.173 18.735c.82-.962 1.613-1.949 2.449-2.898-.156 1.489-1.245 2.899-2.722 3.262.057-.143.182-.243.272-.364z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-90--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M11.089 0h1.853c1.763.164 3.506.671 5.038 1.569a12.068 12.068 0 0 1 5.378 6.477c.349.981.541 2.01.642 3.044v1.851c-.165 1.752-.664 3.484-1.553 5.009a12.075 12.075 0 0 1-6.528 5.421c-.958.338-1.963.521-2.97.629H11.06c-2.549-.22-5.033-1.236-6.953-2.936C1.743 19.034.256 16.05.001 12.949v-1.892C.121 9.865.37 8.68.82 7.566a12.11 12.11 0 0 1 5.054-5.915C7.455.705 9.257.156 11.089 0m.277.596c-2.333.119-4.62.99-6.448 2.445a11.43 11.43 0 0 0-4.08 6.523 11.453 11.453 0 0 0 .204 5.664 11.435 11.435 0 0 0 4.276 6.034 11.379 11.379 0 0 0 6.211 2.151c3.061.145 6.152-1.025 8.357-3.151 2.043-1.938 3.328-4.655 3.508-7.467a11.362 11.362 0 0 0-1.011-5.556 11.463 11.463 0 0 0-6.115-5.836 11.378 11.378 0 0 0-4.902-.807z"/><path fill="#fff" d="M9.006 1.602c3.014-.887 6.406-.363 9.008 1.402-.885.896-1.765 1.808-2.682 2.666-1.182.309-2.25 1.261-2.487 2.49-.439.497-.935.953-1.405 1.425.009-.919-.202-1.877-.793-2.604-.666-.806-1.658-1.405-2.725-1.404-1.088-.035-2.168.428-2.932 1.195-.642.682-.864 1.645-.906 2.555-.035.902.038 1.866.538 2.645.682 1.016 1.998 1.487 3.183 1.244a529.59 529.59 0 0 1-4.802 4.796 10.79 10.79 0 0 1-1.783-6.949c.132-1.575.619-3.12 1.415-4.486 1.379-2.395 3.71-4.223 6.37-4.975zM16.37 5.512c.715-.715 1.428-1.434 2.148-2.145.078.052.151.11.227.165a57.567 57.567 0 0 1-2.003 2.012c-.124-.009-.248-.017-.372-.033zM17.471 5.684c.582-.583 1.161-1.169 1.749-1.746.075.063.144.131.214.2-.552.557-1.105 1.116-1.666 1.663l-.021-.004a9.455 9.455 0 0 0-.277-.113zM18.347 6.077c.506-.503 1.005-1.012 1.515-1.51.069.069.138.138.197.216-.482.496-.978.981-1.467 1.472a1.44 1.44 0 0 1-.246-.178zM20.444 5.258c.083.04.126.154.189.225-.457.466-.922.925-1.384 1.386a2.061 2.061 0 0 1-.189-.23c.462-.459.921-.923 1.384-1.381zM19.586 7.395c.463-.474.927-.953 1.411-1.404 1.858 2.734 2.33 6.341 1.257 9.465-.944 2.846-3.136 5.244-5.883 6.444-3.314 1.495-7.376 1.147-10.38-.903a906.001 906.001 0 0 1 6.718-6.723c-.024.98.06 2.04.693 2.84.978 1.259 2.792 1.748 4.276 1.175.797-.311 1.53-.871 1.922-1.645.287-.563.391-1.204.389-1.832V9.235c-.001-.631-.104-1.277-.403-1.84z"/><path fill="#fff" d="M7.562 7.474c.501-.043 1.056.047 1.434.405.449.43.543 1.091.541 1.683-.001.57-.123 1.208-.588 1.589-.775.698-2.167.54-2.708-.372-.33-.609-.336-1.35-.191-2.013.149-.707.823-1.197 1.513-1.292zM15.616 7.546c.158-.047.324-.128.493-.082-.488.49-.975.981-1.468 1.466.01-.184.064-.361.126-.533.273-.293.559-.576.85-.851zM14.696 9.728c.757-.743 1.492-1.514 2.26-2.243l.269.137c-.871.872-1.743 1.745-2.616 2.615a8.544 8.544 0 0 0-.015-.359c-.007-.067.066-.105.103-.151zM14.603 11.104a348.93 348.93 0 0 1 3.102-3.102l.16.248c-1.068 1.081-2.149 2.151-3.222 3.227-.053-.118-.04-.248-.04-.373zM14.595 12.387a395.756 395.756 0 0 1 3.488-3.49c.04 1.893.006 3.787.018 5.681.015.472-.049.971-.325 1.368-.621.919-2.178.938-2.824.039-.245-.337-.336-.76-.345-1.17-.011-.799.01-1.598-.01-2.397l-.001-.032zM11.309 10.594c.434-.485.922-.93 1.378-1.399.027.122.033.248.035.373-.49.517-1.004 1.015-1.509 1.517-.007-.169.066-.327.097-.491zM10.321 12.851c.768-.814 1.582-1.587 2.366-2.386.031.13.033.266.022.399-.885.891-1.774 1.779-2.664 2.665.006-.245.204-.445.276-.677zM12.69 11.736c.029.131.03.265.021.398a1456.531 1456.531 0 0 1-3.93 3.931c-.008-.219.176-.391.228-.6.03-.083.1-.143.158-.207l3.524-3.523zM12.694 13.01c.021.129.024.261.019.391a3286.03 3286.03 0 0 1-7.23 7.231c-.073-.063-.18-.107-.225-.189.667-.658 1.314-1.341 1.998-1.98.324.129.39-.25.489-.466.045-.1.133-.172.206-.25 1.582-1.578 3.157-3.164 4.743-4.738zM3.368 18.518c1.305-1.315 2.618-2.623 3.929-3.932.01.221-.174.395-.227.604-.09.164-.247.278-.372.414-1.058 1.041-2.091 2.125-3.164 3.138-.055-.075-.113-.148-.166-.225zM3.94 19.218c.692-.703 1.393-1.399 2.092-2.095.012.217-.175.391-.227.599-.502.612-1.115 1.14-1.667 1.711-.068-.069-.138-.138-.198-.215zM4.567 19.862c.472-.469.93-.959 1.422-1.405.122.015.245.024.368.035-.526.521-1.044 1.051-1.575 1.568-.076-.061-.145-.131-.215-.199z"/><path d="M11.366.596a11.35 11.35 0 0 1 4.902.807 11.456 11.456 0 0 1 6.115 5.836 11.362 11.362 0 0 1 1.011 5.556c-.18 2.812-1.465 5.529-3.508 7.467-2.205 2.126-5.296 3.296-8.357 3.151a11.371 11.371 0 0 1-6.211-2.151 11.435 11.435 0 0 1-4.276-6.034 11.43 11.43 0 0 1-.204-5.664 11.436 11.436 0 0 1 4.08-6.523A11.366 11.366 0 0 1 11.366.596m-2.36 1.006c-2.661.751-4.992 2.58-6.37 4.975a10.726 10.726 0 0 0-1.415 4.486 10.797 10.797 0 0 0 1.783 6.949 529.59 529.59 0 0 0 4.802-4.796 460.71 460.71 0 0 0 3.634-3.631c.47-.472.966-.928 1.405-1.425.686-.623 1.318-1.309 1.984-1.957.165-.18.364-.331.503-.533.917-.858 1.798-1.77 2.682-2.666C15.412 1.239 12.02.716 9.006 1.602m7.364 3.91h-.007a554.07 554.07 0 0 1-3.677 3.676l.001.007c-.455.469-.944.915-1.378 1.399-1.356 1.306-2.68 2.67-4.012 3.991-1.311 1.31-2.624 2.617-3.929 3.932.053.077.111.149.166.225 1.073-1.013 2.106-2.098 3.164-3.138.125-.136.282-.25.372-.414.135-.063.224-.19.331-.289 1.271-1.266 2.531-2.543 3.81-3.801v-.015c.506-.502 1.02-1 1.509-1.517a324.343 324.343 0 0 0 4.02-4.022 58.45 58.45 0 0 0 2.003-2.012c-.075-.055-.149-.114-.227-.165-.72.711-1.432 1.429-2.148 2.145m1.103.17c-.619.62-1.247 1.232-1.854 1.862-.291.275-.577.558-.85.851-.705.676-1.384 1.38-2.079 2.067-.784.799-1.598 1.573-2.366 2.386-1.446 1.403-2.866 2.855-4.289 4.272-.699.697-1.4 1.392-2.092 2.095.06.077.13.145.198.215.552-.572 1.164-1.1 1.667-1.711.091-.026.151-.105.217-.167 1.338-1.343 2.691-2.686 4.022-4.026.891-.886 1.779-1.774 2.664-2.665.645-.642 1.293-1.287 1.932-1.932.493-.485.98-.976 1.468-1.466.54-.556 1.127-1.086 1.638-1.668l.021.004c.561-.547 1.114-1.106 1.666-1.663-.07-.068-.14-.137-.214-.2-.588.577-1.167 1.163-1.749 1.746m.876.393c-.46.473-.945.923-1.391 1.408-.768.729-1.503 1.499-2.26 2.243-.037.046-.109.083-.103.151-.068.007-.108.065-.155.106-.582.585-1.167 1.167-1.749 1.751l-3.524 3.523c-.058.064-.128.123-.158.207-.122.041-.196.156-.288.239-.906.921-1.843 1.815-2.731 2.753-.492.446-.95.936-1.422 1.405.07.068.139.138.215.199.53-.517 1.048-1.047 1.575-1.568.805-.809 1.627-1.621 2.423-2.426 1.312-1.309 2.624-2.618 3.93-3.931.636-.629 1.268-1.263 1.898-1.897.873-.87 1.745-1.743 2.616-2.615.457-.454.913-.911 1.368-1.368.489-.491.984-.976 1.467-1.472a2.368 2.368 0 0 0-.197-.216c-.51.499-1.009 1.008-1.515 1.51m2.098-.821c-.463.458-.922.922-1.384 1.381-.45.456-.912.9-1.355 1.363a336.007 336.007 0 0 0-3.102 3.102c-.645.623-1.266 1.271-1.91 1.896l.001.01c-1.586 1.574-3.161 3.16-4.743 4.738-.074.078-.161.15-.206.25-.195.113-.343.297-.489.466-.684.638-1.331 1.321-1.998 1.98.045.082.153.126.225.189 2.414-2.407 4.825-4.816 7.23-7.231.651-.63 1.275-1.29 1.933-1.914l-.003-.01c1.073-1.076 2.154-2.146 3.222-3.227.467-.455.924-.919 1.384-1.38.462-.461.927-.92 1.384-1.386-.063-.072-.107-.185-.189-.225m-.858 2.135c-.509.492-1.01.995-1.504 1.502a370.231 370.231 0 0 0-3.488 3.49l.001.032c-.076.01-.119.083-.173.129-.567.578-1.158 1.142-1.713 1.726a906.001 906.001 0 0 0-6.718 6.723c3.005 2.049 7.066 2.398 10.38.903 2.747-1.2 4.94-3.598 5.883-6.444 1.073-3.124.601-6.731-1.257-9.465-.485.451-.949.93-1.411 1.404z"/><path fill="gray" d="M16.363 5.512h.007c.123.016.247.024.372.033a324.343 324.343 0 0 1-4.02 4.022 1.863 1.863 0 0 0-.035-.373l-.001-.007a509.745 509.745 0 0 0 3.677-3.676zM4.989 6.771c.765-.767 1.844-1.23 2.932-1.195 1.067 0 2.059.599 2.725 1.404.591.727.802 1.685.793 2.604a444.252 444.252 0 0 1-3.634 3.631c-1.185.243-2.502-.228-3.183-1.244-.5-.779-.573-1.743-.538-2.645.041-.91.263-1.873.906-2.555m2.572.703c-.69.095-1.364.585-1.513 1.292-.145.663-.138 1.404.191 2.013.541.912 1.934 1.07 2.708.372.465-.381.586-1.018.588-1.589.002-.592-.092-1.253-.541-1.683-.378-.358-.933-.448-1.434-.405zM12.844 8.159c.237-1.229 1.305-2.18 2.487-2.49-.14.202-.338.353-.503.533-.666.648-1.298 1.334-1.984 1.957zM15.616 7.546c.607-.63 1.236-1.243 1.854-1.862.092.036.185.074.277.112-.511.583-1.098 1.112-1.638 1.668-.168-.047-.334.034-.493.082zM16.956 7.485c.446-.485.931-.936 1.391-1.408.075.067.158.127.246.178-.455.457-.911.914-1.368 1.368l-.269-.137zM17.705 8.002c.443-.463.905-.907 1.355-1.363.057.082.121.158.189.23-.46.461-.917.926-1.384 1.38l-.16-.248zM18.082 8.897c.494-.508.995-1.011 1.504-1.502.299.563.402 1.209.403 1.84v5.577c.002.628-.102 1.268-.389 1.832-.392.773-1.125 1.334-1.922 1.645-1.485.573-3.298.083-4.276-1.175-.632-.799-.717-1.86-.693-2.84.555-.585 1.146-1.148 1.713-1.726.054-.046.097-.119.173-.129.021.799 0 1.598.01 2.397.01.41.101.833.345 1.17.646.9 2.203.88 2.824-.039.276-.397.34-.896.325-1.368-.012-1.894.023-3.788-.018-5.681zM12.687 10.464c.695-.686 1.375-1.391 2.079-2.067-.061.172-.115.35-.126.533-.638.645-1.286 1.29-1.932 1.932a1.272 1.272 0 0 0-.022-.399zM14.439 9.985c.047-.041.087-.099.155-.106.009.12.012.239.015.359-.631.633-1.262 1.268-1.898 1.897a1.397 1.397 0 0 0-.021-.398c.582-.584 1.168-1.166 1.749-1.751zM7.297 14.586c1.332-1.322 2.656-2.685 4.012-3.991-.031.164-.104.322-.097.491v.015c-1.279 1.258-2.539 2.535-3.81 3.801-.108.098-.196.226-.331.289.053-.21.238-.383.227-.604zM12.693 13c.644-.625 1.264-1.273 1.91-1.896 0 .125-.013.255.04.373l.003.01c-.657.624-1.282 1.284-1.933 1.914a2.042 2.042 0 0 0-.019-.391l-.001-.01zM6.032 17.122c1.422-1.417 2.843-2.869 4.289-4.272-.072.232-.27.433-.276.677-1.332 1.34-2.685 2.683-4.022 4.026-.066.063-.126.141-.217.167.052-.208.239-.382.227-.599zM8.72 15.705c.092-.083.166-.198.288-.239-.052.209-.236.381-.228.6-.796.805-1.618 1.618-2.423 2.426-.123-.011-.246-.021-.368-.035.888-.937 1.825-1.831 2.731-2.753zM7.255 18.464c.146-.169.295-.352.489-.466-.099.216-.165.595-.489.466z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-maximum-speed-limit-90--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.969 0h2.054c1.723.187 3.427.674 4.928 1.552 2.692 1.523 4.749 4.125 5.6 7.1.231.755.337 1.539.449 2.318v2.051c-.189 1.734-.681 3.449-1.57 4.958-1.8 3.177-5.12 5.441-8.743 5.926-.218.037-.443.037-.657.094h-2.052c-1.735-.186-3.446-.686-4.959-1.567-2.674-1.53-4.724-4.12-5.571-7.085C.217 14.592.11 13.809 0 13.03v-2.054c.107-.781.217-1.567.448-2.325a12.057 12.057 0 0 1 5.137-6.82C7.196.789 9.07.203 10.97-.001M8.095.878c-1.2.423-2.33 1.042-3.331 1.825C2.432 4.504.818 7.212.365 10.126c-.544 3.29.394 6.79 2.533 9.352 1.669-1.987 3.34-3.974 5.003-5.965l.01-.002c1.187-1.431 2.396-2.851 3.582-4.279.506-.622 1.066-1.21 1.529-1.862.34-.304.6-.696.907-1.036.107-.147.267-.263.324-.44.118-.077.204-.192.296-.297 1.075-1.289 2.162-2.568 3.233-3.861C14.88.064 11.247-.237 8.095.878m10.849 6.223c-.454.525-.897 1.06-1.341 1.594-1.047 1.237-2.084 2.482-3.128 3.722-.023.038-.073.072-.066.122-.621.641-1.17 1.379-1.762 2.058-2.143 2.555-4.291 5.105-6.428 7.665 2.67 1.54 5.965 1.92 8.929 1.095a11.744 11.744 0 0 0 4.139-2.101c2.315-1.81 3.91-4.517 4.353-7.424.531-3.278-.409-6.759-2.538-9.309-.722.857-1.447 1.713-2.159 2.578z"/><path fill="#fff" d="M8.095.878c3.152-1.116 6.785-.814 9.687.858-1.071 1.292-2.158 2.572-3.233 3.861-.092.105-.178.22-.296.297-.55.342-1 .869-1.231 1.476-.463.652-1.022 1.24-1.529 1.862-.085-.895-.267-1.823-.833-2.55-.525-.677-1.261-1.25-2.129-1.374-1.213-.168-2.446.45-3.163 1.417-.663.975-.754 2.21-.718 3.355.04.921.229 1.92.905 2.598a2.661 2.661 0 0 0 2.345.835c-1.664 1.992-3.334 3.978-5.003 5.965C.758 16.916-.18 13.416.364 10.126c.453-2.914 2.068-5.621 4.399-7.423A11.77 11.77 0 0 1 8.094.878zM18.944 7.101c.712-.865 1.437-1.72 2.159-2.578 2.129 2.55 3.068 6.032 2.538 9.309-.443 2.907-2.039 5.614-4.353 7.424a11.736 11.736 0 0 1-4.139 2.101c-2.964.825-6.259.445-8.929-1.095 2.137-2.56 4.285-5.11 6.428-7.665.014.978.015 2.015.522 2.889.322.578.828 1.044 1.407 1.36a3.134 3.134 0 0 0 3.006-.042c.59-.344 1.103-.841 1.406-1.459.325-.652.431-1.389.43-2.111V9.281c0-.748-.116-1.515-.474-2.181z"/><path fill="#fff" d="M7.796 7.331c.499-.082 1.071.034 1.418.425.326.363.438.861.481 1.334.038.54.028 1.101-.164 1.614-.227.61-.855 1.06-1.514 1.025-.63.005-1.214-.432-1.435-1.013-.236-.66-.238-1.393-.093-2.073.13-.645.67-1.168 1.306-1.312zM17.603 8.694c.037.24.07.483.066.728v5.719c-.005.542-.104 1.122-.471 1.544-.546.662-1.676.688-2.259.063-.432-.448-.532-1.102-.522-1.701-.005-.836.011-1.672-.008-2.507-.007-.051.043-.084.066-.122 1.044-1.24 2.081-2.485 3.128-3.722z"/><path fill="gray" d="M5.369 6.725c.717-.967 1.95-1.584 3.163-1.417.868.124 1.604.697 2.129 1.374.566.727.749 1.655.833 2.55-1.186 1.428-2.395 2.848-3.582 4.279l-.01.002a2.661 2.661 0 0 1-2.345-.835c-.676-.677-.865-1.677-.905-2.598-.037-1.146.054-2.38.718-3.355m2.426.606c-.636.144-1.176.667-1.306 1.312-.145.68-.143 1.413.093 2.073.221.581.804 1.018 1.435 1.013.658.035 1.286-.415 1.514-1.025.192-.513.202-1.074.164-1.614-.043-.473-.155-.971-.481-1.334-.348-.391-.919-.507-1.418-.425zM13.022 7.37a3.047 3.047 0 0 1 1.231-1.476c-.057.177-.217.293-.324.44-.307.34-.566.732-.907 1.036zM17.603 8.694c.443-.534.887-1.068 1.341-1.594.359.665.474 1.433.474 2.181v5.953c.001.722-.105 1.46-.43 2.111-.303.617-.816 1.115-1.406 1.459a3.136 3.136 0 0 1-3.006.042c-.578-.316-1.084-.782-1.407-1.36-.506-.874-.508-1.911-.522-2.889.592-.68 1.141-1.418 1.762-2.058.019.835.003 1.672.008 2.507-.01.599.09 1.253.522 1.701.583.624 1.713.599 2.259-.063.367-.421.466-1.002.471-1.544V9.421a4.332 4.332 0 0 0-.066-.728z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-mopeds-and-bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f7fbf5" d="M10.767 0h2.439c4.453.477 8.524 3.547 10.054 7.777.378.963.557 1.985.74 2.997v2.443c-.086.415-.145.835-.231 1.248.556-3.599-.331-7.462-2.785-10.214a12.212 12.212 0 0 0-1.826-1.717C16.458.422 12.884-.272 9.536.231c.41-.085.823-.143 1.231-.231zM9.773 4.023c.318-.579 1.081-.365 1.62-.41l.004.759c-.337 0-.674.003-1.01.004-.127.29-.25.579-.374.87.453.013.907.022 1.359.037.206.333.447.648.595 1.013-.033.522-.301.999-.447 1.497.147.203.295.407.447.608h1.313c-.247.249-.496.496-.742.743-.423-.027-.969.068-1.229-.359-.592-.863-1.084-1.793-1.668-2.663-.104.244-.214.488-.316.733 1.094.75 1.39 2.439.417 3.407-.963 1.11-2.956.813-3.56-.524-.608-1.131.025-2.551 1.153-3.057l-.081-.442c.284-.046.571-.064.857-.093.074.258.284.433.526.528.39-.879.694-1.797 1.135-2.652M6.723 9.05c.162 1.054 1.586 1.544 2.366.822.73-.582.634-1.735-.053-2.309-.222.45-.37.935-.627 1.367-.133.271-.61.297-.644-.056.141-.55.421-1.053.603-1.591-.96-.091-1.877.792-1.643 1.767z"/><path fill="#f7fbf5" d="M13.306 5.37c1.028-.223 2.086-.056 3.127-.119-.318.318-.638.634-.961.946-.471.081-.862.355-1.272.582-.536-.215-.65-.93-.893-1.409zM13.771 7.883c.235-.466.592-.857 1.07-1.079a15.34 15.34 0 0 1-1.07 1.079zM17.135 8.097l.532-.535c.574 1.006.333 2.407-.678 3.033-.712.498-1.651.413-2.401.048l.539-.536c1.243.548 2.558-.768 2.009-2.01zM13.024 12.386c.74-.042 1.482-.035 2.223-.025l-.001.44c-.209.01-.416.022-.625.034-.443.638.104 1.278.364 1.865 1.158-.275 2.49.29 2.897 1.452.56 1.333-.404 2.991-1.835 3.167-1.311.25-2.527-.785-2.751-2.048l-1.063.001c-.682-.745-1.345-1.507-2.01-2.264l.399-.4c.552.633 1.111 1.26 1.673 1.885.43-.899.853-1.8 1.267-2.707-.707-.005-1.415-.005-2.122.001.2-.198.402-.395.601-.593.595.008 1.191.009 1.786.004.073-.12.143-.24.213-.361a69.224 69.224 0 0 1-1.017-.052l.003-.398m-.185 4.307l.473.001a2.748 2.748 0 0 1 1.152-1.756l-.407-.858c-.402.873-.818 1.739-1.218 2.613m2.396-1.454c.22.532.506 1.036.708 1.576.074.147.05.427-.164.421-.626.078-1.26.012-1.889.038.198.853.978 1.569 1.886 1.486 1.126-.022 1.975-1.277 1.582-2.331-.269-.884-1.244-1.351-2.123-1.19m-1.338 1.448c.46.01.921.009 1.381.007a36.091 36.091 0 0 0-.579-1.226 2.46 2.46 0 0 0-.802 1.22zM9.554 15.674c.136-.138.274-.274.411-.411.897.923.96 2.537-.018 3.425-.901.922-2.455.822-3.359-.046.134-.137.27-.273.404-.408.699.629 1.855.745 2.543.038.754-.674.681-1.886.018-2.598z"/><path fill="#f7fbf5" d="M8.03 17.211c.307-.312.618-.618.933-.922-.125.359-.244.719-.377 1.075-.185-.05-.37-.1-.556-.153z"/><path fill="#0e518d" d="M9.536.231c3.348-.502 6.922.192 9.622 2.303-.92.895-1.817 1.812-2.726 2.717-1.041.063-2.099-.104-3.127.119.244.479.357 1.193.893 1.409.41-.227.801-.501 1.272-.582-.207.205-.413.412-.63.608-.477.222-.835.613-1.07 1.079-.16.175-.323.348-.49.518h-1.313c-.153-.201-.3-.404-.447-.608.146-.498.415-.976.447-1.497-.147-.365-.389-.681-.595-1.013-.453-.014-.907-.023-1.359-.037.124-.291.248-.58.374-.87.335-.001.673-.004 1.01-.004l-.004-.759c-.539.044-1.302-.17-1.62.41-.441.854-.745 1.773-1.135 2.652-.241-.095-.451-.27-.526-.528-.286.029-.573.047-.857.093.021.111.06.333.081.442-1.128.506-1.761 1.927-1.153 3.057.604 1.337 2.597 1.634 3.56.524.973-.968.677-2.657-.417-3.407.102-.245.211-.489.316-.733.584.87 1.076 1.8 1.668 2.663.26.427.806.331 1.229.359-3.372 3.376-6.757 6.738-10.115 10.127-1.35-1.739-2.116-3.861-2.423-6.027v-2.48C.538 5.705 4.496 1.171 9.537.232zM17.667 7.563c1.103-1.106 2.204-2.215 3.317-3.312 2.453 2.752 3.34 6.616 2.785 10.214C22.83 19.504 18.3 23.457 13.244 24h-2.481c-2.422-.329-4.78-1.278-6.626-2.903.811-.823 1.633-1.637 2.451-2.453.904.867 2.457.968 3.359.046.978-.888.916-2.502.018-3.425l.257-.256c.665.758 1.328 1.52 2.01 2.264l1.063-.001c.224 1.263 1.44 2.298 2.751 2.048 1.431-.176 2.395-1.834 1.835-3.167-.407-1.162-1.739-1.727-2.897-1.452-.26-.587-.807-1.227-.364-1.865l.625-.034.001-.44a31.687 31.687 0 0 0-2.223.025c0 .099-.001.299-.003.398.339.02.678.038 1.017.052-.069.121-.14.241-.213.361-.595.005-1.191.004-1.786-.004.845-.854 1.694-1.705 2.547-2.55.75.365 1.689.45 2.401-.048 1.011-.626 1.252-2.027.678-3.033z"/><path fill="#0e518d" d="M6.723 9.05c-.233-.976.683-1.859 1.643-1.767-.181.539-.462 1.041-.603 1.591.034.353.511.327.644.056.257-.432.406-.917.627-1.367.687.574.784 1.727.053 2.309-.78.723-2.204.232-2.366-.822zM15.127 10.107c.665-.674 1.334-1.343 2.009-2.01.549 1.242-.766 2.558-2.009 2.01zM10.621 14.607c.271-.274.544-.548.818-.82.707-.007 1.415-.007 2.122-.001-.413.907-.836 1.808-1.267 2.707a156.412 156.412 0 0 1-1.673-1.885zM12.841 16.694c.4-.874.817-1.74 1.218-2.613l.407.858a2.752 2.752 0 0 0-1.152 1.756l-.473-.001zM15.237 15.24c.879-.162 1.855.305 2.123 1.19.393 1.054-.457 2.309-1.582 2.331-.908.083-1.688-.633-1.886-1.486.629-.026 1.263.04 1.889-.038.214.005.239-.274.164-.421-.202-.54-.488-1.043-.708-1.576z"/><path fill="#0e518d" d="M13.899 16.688c.136-.483.42-.899.802-1.22.202.404.393.814.579 1.226-.46.003-.921.004-1.381-.007zM8.962 16.289c.192-.21.393-.412.592-.614.663.712.736 1.924-.018 2.598-.689.707-1.844.591-2.543-.038.342-.344.691-.682 1.037-1.024.185.052.37.103.556.153.133-.356.252-.716.377-1.075z"/><path fill="#c1121c" d="M16.432 5.251c.909-.905 1.807-1.822 2.726-2.717.664.509 1.28 1.081 1.826 1.717-1.113 1.097-2.213 2.206-3.317 3.312l-.532.535c-.674.667-1.343 1.336-2.009 2.01l-.539.536c-.853.845-1.702 1.696-2.547 2.55-.2.198-.402.395-.601.593a210.543 210.543 0 0 0-1.217 1.22l-.257.256c-.137.137-.275.273-.411.411-.2.202-.4.404-.592.614-.314.304-.626.61-.933.922-.346.342-.695.68-1.037 1.024-.134.136-.27.271-.404.408-.818.817-1.64 1.63-2.451 2.453a11.896 11.896 0 0 1-1.714-1.825c3.359-3.389 6.743-6.751 10.115-10.127.247-.248.496-.494.742-.743.167-.17.33-.343.49-.518.373-.343.733-.7 1.07-1.079.217-.196.423-.403.63-.608.323-.312.643-.627.961-.946z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-heavy-goods-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gray" d="M10.924 0h2.13c2.034.282 4.043.911 5.74 2.096-.538.613-1.142 1.163-1.712 1.746C13.41 1.456 8.153 2.08 5.144 5.263c-3.084 3.026-3.635 8.185-1.3 11.813-.58.57-1.136 1.164-1.744 1.705C.93 17.087.282 15.097 0 13.07v-2.125c.172-.93.301-1.873.622-2.767C1.82 4.546 4.864 1.573 8.543.508 9.319.264 10.128.164 10.924 0zM19.212 2.396c.128.098.256.198.38.299-.565.546-1.116 1.106-1.675 1.657l-.478-.194c.592-.586 1.177-1.178 1.772-1.762zM19.956 3.007c.115.104.229.211.341.318l-1.663 1.657-.402-.253c.576-.574 1.151-1.146 1.724-1.722zM18.956 5.351c.56-.56 1.118-1.124 1.685-1.68.113.119.226.239.336.36-.59.552-1.152 1.133-1.723 1.704l-.298-.384zM19.579 6.094l1.704-1.705c.102.127.203.254.302.385-.576.569-1.148 1.142-1.722 1.715l-.284-.395zM20.138 6.889c.583-.565 1.12-1.18 1.753-1.69 1.2 1.728 1.846 3.769 2.108 5.84v1.891c-.388 4.028-2.804 7.828-6.433 9.679-1.422.779-3.012 1.159-4.604 1.39h-1.904c-2.087-.256-4.136-.925-5.873-2.13.557-.593 1.141-1.16 1.715-1.735 3.604 2.335 8.722 1.801 11.762-1.231 3.236-3.007 3.889-8.311 1.476-12.014zM5.8 15.806c2.591-2.633 5.236-5.214 7.832-7.842l.562.103c-2.627 2.652-5.276 5.281-7.912 7.925l-.482-.186zM11.052 14.615c2.216-2.219 4.439-4.432 6.653-6.653l.569.107c-2.173 2.197-4.368 4.374-6.552 6.56a49.566 49.566 0 0 0-.67-.014z"/><path fill="gray" d="M8.545 8.509c.007-.209.044-.533.334-.482a78.602 78.602 0 0 1 4.004.002c-2.047 2.066-4.111 4.116-6.164 6.178-.276-.229-.701-.379-.988-.076-.34.28-.158.727.001 1.052l-.448.451c-.422-.487-.467-1.132-.338-1.741-.104.234-.199.472-.301.707a15.63 15.63 0 0 1-.433.006c-.168-.781-.422-1.555-.475-2.354.569-.718.504-1.655.74-2.494a.795.795 0 0 1 .79-.629 32.77 32.77 0 0 1 2.527.026c.137.706.061 1.427.084 2.14l.658-.001c.023-.929-.013-1.856.01-2.785M5.064 9.731c-.247.466-.229 1.037-.355 1.546.661.032 1.322.025 1.984.01a38.89 38.89 0 0 0-.008-1.638c-.536.034-1.104-.094-1.62.083m.06 3.919a1.882 1.882 0 0 1 2.105-.002c-.493-.654-1.616-.66-2.105.002zM8.383 14.584c2.19-2.202 4.393-4.392 6.586-6.593l.57.078c-2.189 2.215-4.406 4.403-6.6 6.614l-.556-.1zM9.718 14.588c2.192-2.196 4.39-4.387 6.581-6.583l.656.019c-2.21 2.231-4.447 4.435-6.658 6.665a53.94 53.94 0 0 0-.58-.101zM12.438 14.6c2.206-2.22 4.426-4.426 6.629-6.648.215.089.523.138.485.442.028 2.07.016 4.144.002 6.215a55.11 55.11 0 0 1-1.466-.007c-.089-1.024-1.213-1.813-2.17-1.274.734-.109 1.675.038 1.91.866.433 1.084-.928 2.184-1.898 1.553-.791-.409-.724-1.404-.425-2.107a3.416 3.416 0 0 0-.436.965c-.877.01-1.754.007-2.632-.004m4.045-.64c-.446.054-.715.617-.462.994.246.437.972.396 1.162-.071.23-.446-.209-1.021-.7-.923zM2.434 19.25c.502-.662 1.142-1.198 1.711-1.799l.26.412c-.569.572-1.151 1.134-1.706 1.721-.089-.11-.178-.222-.265-.334zM3.011 19.945c.58-.57 1.152-1.148 1.727-1.723l.244.403c-.551.556-1.104 1.108-1.655 1.662a20.298 20.298 0 0 1-.316-.342zM3.672 20.633c.558-.568 1.121-1.128 1.685-1.69l.38.299c-.576.569-1.134 1.156-1.729 1.704a20.036 20.036 0 0 1-.336-.313zM4.39 21.275c.574-.564 1.138-1.138 1.708-1.704l.395.288c-.582.566-1.121 1.178-1.751 1.693a30.536 30.536 0 0 1-.352-.277z"/><path d="M18.793 2.096c.143.096.281.197.419.3-.595.583-1.181 1.176-1.772 1.762a759.134 759.134 0 0 1-3.808 3.806c-2.597 2.628-5.242 5.209-7.832 7.842-.554.546-1.1 1.099-1.655 1.645-.569.601-1.21 1.136-1.711 1.799-.116-.154-.227-.31-.334-.469.607-.541 1.164-1.135 1.744-1.705.481-.48.962-.96 1.441-1.441l.448-.451c.33-.325.656-.653.986-.977 2.053-2.062 4.117-4.111 6.164-6.178 1.409-1.387 2.798-2.791 4.198-4.187.57-.583 1.175-1.133 1.712-1.746zM17.917 4.352c.559-.551 1.11-1.111 1.675-1.657.124.102.245.205.364.312-.574.576-1.148 1.148-1.724 1.722-1.086 1.088-2.172 2.177-3.263 3.262-2.192 2.201-4.396 4.391-6.586 6.593-1.22 1.208-2.429 2.428-3.646 3.638-.575.575-1.147 1.153-1.727 1.723-.107-.119-.21-.239-.312-.361.556-.587 1.138-1.148 1.706-1.721.624-.625 1.246-1.253 1.877-1.871 2.635-2.644 5.285-5.273 7.912-7.925 1.252-1.228 2.485-2.473 3.724-3.715zM18.634 4.982l1.663-1.657c.116.114.232.228.344.346-.566.556-1.124 1.12-1.685 1.68-.887.883-1.77 1.771-2.658 2.654-2.191 2.196-4.388 4.387-6.581 6.583-1.458 1.446-2.908 2.903-4.361 4.355-.564.562-1.127 1.122-1.685 1.69a12.542 12.542 0 0 1-.346-.346c.551-.554 1.104-1.106 1.655-1.662 1.321-1.312 2.633-2.633 3.958-3.942 2.194-2.212 4.411-4.399 6.6-6.614 1.042-1.02 2.064-2.057 3.095-3.086zM19.254 5.735c.571-.571 1.133-1.152 1.723-1.704.104.118.206.236.306.358l-1.704 1.705c-.625.623-1.246 1.249-1.874 1.868-2.214 2.221-4.436 4.434-6.653 6.653l-4.955 4.956c-.57.566-1.134 1.14-1.708 1.704-.13-.107-.258-.216-.382-.329.595-.548 1.153-1.135 1.729-1.704 1.52-1.518 3.034-3.042 4.56-4.553 2.21-2.23 4.447-4.434 6.658-6.665.77-.758 1.53-1.529 2.299-2.29zM19.864 6.488c.574-.572 1.146-1.146 1.722-1.715.104.139.209.281.306.426-.634.51-1.17 1.124-1.753 1.69-.355.356-.712.712-1.072 1.063-2.203 2.222-4.423 4.428-6.629 6.648-1.85 1.84-3.692 3.689-5.538 5.534-.574.575-1.158 1.142-1.715 1.735a9.946 9.946 0 0 1-.444-.318c.63-.515 1.169-1.127 1.751-1.693 1.745-1.741 3.487-3.485 5.23-5.23 2.184-2.186 4.379-4.363 6.552-6.56.536-.521 1.063-1.051 1.59-1.58z"/><path fill="#fff" d="M5.143 5.263c3.008-3.182 8.266-3.806 11.938-1.421-1.399 1.396-2.789 2.8-4.198 4.187a77.463 77.463 0 0 0-4.004-.002c-.289-.05-.326.274-.334.482-.023.929.013 1.856-.01 2.785l-.658.001c-.023-.713.053-1.434-.084-2.14a31.792 31.792 0 0 0-2.527-.026.795.795 0 0 0-.79.629c-.236.839-.172 1.776-.74 2.494.053.799.307 1.573.475 2.354.144 0 .289-.002.433-.006.102-.235.197-.473.301-.707-.128.61-.084 1.254.338 1.741-.479.481-.96.961-1.441 1.441-2.335-3.628-1.784-8.786 1.3-11.813zM17.44 4.158l.478.194c-1.238 1.242-2.472 2.488-3.724 3.715l-.562-.103a854.025 854.025 0 0 0 3.808-3.806zM14.969 7.991a1115.04 1115.04 0 0 0 3.263-3.262l.402.253c-1.031 1.03-2.053 2.066-3.095 3.086l-.57-.078zM16.298 8.005c.888-.883 1.771-1.771 2.658-2.654l.298.384c-.769.761-1.529 1.531-2.299 2.29l-.656-.019zM17.705 7.962c.629-.619 1.249-1.246 1.874-1.868l.284.395c-.527.529-1.054 1.06-1.59 1.58l-.569-.107zM19.067 7.952c.36-.352.716-.707 1.072-1.063 2.413 3.703 1.76 9.007-1.476 12.014-3.041 3.032-8.159 3.566-11.762 1.231 1.846-1.846 3.688-3.695 5.538-5.534.877.011 1.754.013 2.632.004.098-.341.236-.67.436-.965-.299.703-.366 1.698.425 2.107.971.631 2.332-.469 1.898-1.553-.235-.828-1.176-.976-1.91-.866.956-.539 2.081.251 2.17 1.274.488.01.978.011 1.466.007a321.89 321.89 0 0 0-.002-6.215c.038-.304-.27-.353-.485-.442z"/><path fill="#fff" d="M5.064 9.731c.516-.176 1.084-.049 1.62-.083.017.546.016 1.092.008 1.638a26.79 26.79 0 0 1-1.984-.01c.126-.509.108-1.08.355-1.546zM5.125 13.651c.488-.662 1.612-.656 2.105-.002a1.882 1.882 0 0 0-2.105.002zM5.731 14.131c.287-.304.712-.154.988.076-.33.324-.656.652-.986.977-.16-.325-.341-.773-.001-1.052zM16.482 13.961c.491-.098.93.476.7.923-.19.467-.916.508-1.162.071-.253-.377.016-.94.462-.994zM4.738 18.222c1.217-1.211 2.425-2.43 3.646-3.638.185.032.37.066.556.1-1.325 1.309-2.636 2.63-3.958 3.942l-.244-.403zM5.357 18.943c1.453-1.452 2.903-2.909 4.361-4.355.193.032.386.066.58.101-1.526 1.511-3.04 3.035-4.56 4.553l-.38-.299zM6.097 19.571l4.955-4.956c.223.004.446.008.67.014a4298.094 4298.094 0 0 1-5.23 5.23l-.395-.288zM4.145 17.452c.554-.546 1.1-1.099 1.655-1.645l.482.186c-.631.618-1.253 1.246-1.877 1.871l-.26-.412z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-horn--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.934 0h2.112c.838.16 1.688.275 2.503.535 3.547 1.067 6.496 3.896 7.735 7.384.374.971.526 2.002.715 3.019v2.101c-.421 4.055-2.906 7.858-6.59 9.664-1.346.721-2.848 1.057-4.344 1.297h-2.112c-4.074-.427-7.892-2.938-9.692-6.648C.566 16.018.234 14.54 0 13.064v-2.11c.186-1.058.352-2.13.75-3.136C2.008 4.374 4.937 1.59 8.45.533c.809-.258 1.652-.37 2.484-.534M1.782 7.048c-1.787 3.607-1.424 8.146.894 11.435 2.118-2.11 4.23-4.226 6.332-6.348.512-.445.962-.962 1.447-1.439 2.688-2.662 5.348-5.351 8.03-8.017C16.173 1.058 13.242.364 10.447.757c-3.703.468-7.061 2.927-8.666 6.292m17.097-4.077c-2.567 2.564-5.13 5.134-7.699 7.696-.426.457-.944.84-1.266 1.384-.428.146-.668.587-.848.974-.516.444-.895 1.088-1.558 1.319-1.512 1.505-3.018 3.017-4.528 4.525l.22.304c1.71-1.782 3.608-3.41 5.14-5.339.199.17.618-.251.462-.451.2-.172.362-.38.52-.592.457-.044.707-.476 1.019-.76.419-.397.828-.804 1.213-1.234 2.566-2.508 5.081-5.069 7.622-7.601l-.296-.226m-6.592 7.821l-.023-.004c-.377.4-.788.768-1.13 1.199-.294.178-.502.466-.752.697-.239.23-.469.469-.692.714-.476.464-1.049.887-1.26 1.548-.079.004-.239.011-.318.013a1321.332 1321.332 0 0 0-4.585 4.585l.242.27c1.481-1.469 2.948-2.95 4.427-4.42.236-.229.338-.551.48-.84l.341.014c.384-.386.782-.76 1.145-1.166.281-.168.461-.467.674-.71.311-.178.527-.481.767-.74.416-.299.736-.748 1.12-1.099 2.378-2.353 4.735-4.728 7.102-7.093a67.99 67.99 0 0 1-.277-.235c-2.422 2.42-4.852 4.834-7.259 7.267m1.031.193c.247-.018.536.023.706-.202 2.129-2.142 4.285-4.26 6.398-6.418a58.66 58.66 0 0 1-.259-.246c-2.281 2.29-4.586 4.554-6.845 6.865m7.399-6.213c-2.026 2.05-4.084 4.067-6.103 6.122-.07.335-.372.535-.55.81l-.264.024c-.359.298-.683.634-1 .976-.233.224-.462.452-.684.688-.415.386-.815.791-1.205 1.204.781.097 1.148-.75 1.669-1.178.258-.164.434-.45.652-.668.338-.278.646-.594.941-.918l.005.001c.042-.5.551-.706.924-.923 1.962-1.952 3.917-3.913 5.874-5.872a32.74 32.74 0 0 0-.259-.265M15.5 11.206c-.194.194-.385.391-.572.59-.31.293-.608.595-.907.898a20 20 0 0 0-.696.701c-.386.373-.762.757-1.142 1.136-.241.229-.473.468-.698.714-2.027 1.991-4.024 4.013-6.034 6.022a11.316 11.316 0 0 0 7.626 2.03c3.946-.332 7.582-2.93 9.223-6.527 1.705-3.605 1.297-8.087-1.027-11.327-1.928 1.916-3.841 3.848-5.772 5.762m-3.907 1.483c-.23.227-.456.457-.678.692-.419.386-.814.797-1.214 1.201l.511-.004c.394-.368.775-.751 1.144-1.144l.032.004c.217-.23.433-.462.646-.696.338-.287.648-.607.958-.924l-.526.017c-.304.27-.589.56-.872.853m-7.471 7.472l.251.262a832.206 832.206 0 0 0 5.23-5.232l-.496.006c-1.684 1.632-3.323 3.31-4.985 4.964m.639.578l.29.224c1.925-1.921 3.852-3.841 5.767-5.772l-.504.008c-1.867 1.83-3.703 3.692-5.554 5.539z"/><path fill="#fff" d="M1.782 7.048C3.388 3.683 6.745 1.224 10.448.756c2.795-.392 5.725.301 8.038 1.922-2.682 2.666-5.342 5.356-8.03 8.017-1.229-.132-2.474-.106-3.692-.317-1.198-.269-1.925-1.421-2.075-2.578-.349.077-.271.451-.288.72.008 1.961.007 3.922 0 5.882.008.254-.034.589.286.667.122-.827.373-1.702 1.079-2.225.901-.767 2.152-.575 3.244-.712a1353.22 1353.22 0 0 1-6.332 6.348C.36 15.191-.003 10.652 1.784 7.045zM18.878 2.972c.1.074.198.15.296.226-2.542 2.532-5.057 5.093-7.622 7.601l-.373-.131c2.569-2.562 5.132-5.131 7.699-7.696zM12.287 10.792c2.407-2.434 4.837-4.847 7.259-7.267l.277.235c-2.366 2.365-4.723 4.74-7.102 7.093l-.434-.061zM13.32 10.985c2.258-2.311 4.564-4.576 6.845-6.865l.259.246c-2.113 2.158-4.27 4.276-6.398 6.418-.169.224-.458.184-.706.202zM20.719 4.771l.259.265c-1.957 1.958-3.912 3.919-5.874 5.872-.373.217-.882.422-.924.923l-.005-.001-.373-.102.264-.024c.178-.275.48-.475.55-.81 2.02-2.056 4.078-4.073 6.103-6.122zM15.5 11.206c1.931-1.914 3.844-3.846 5.772-5.762 2.324 3.24 2.732 7.722 1.027 11.327-1.642 3.596-5.278 6.194-9.223 6.527a11.316 11.316 0 0 1-7.626-2.03c2.01-2.009 4.007-4.031 6.034-6.022 1.092.004 2.185.044 3.275-.014.977-.09 1.663-.931 1.897-1.831.976-.052 2.041-.048 2.794.677 1.166-.162 1.156-1.896.007-2.075-.762.748-1.853.732-2.844.676-.204-.599-.565-1.138-1.112-1.471z"/><path fill="#fff" d="M14.021 12.694c.299-.302.598-.605.907-.898.377.204.691.5.894.88-.6.017-1.201.012-1.801.018zM9.065 13.026c.18-.388.42-.828.848-.974l.426-.019c-.312.283-.562.715-1.019.76a3.53 3.53 0 0 1-.52.592c-.164.139-.32.289-.462.451-1.531 1.928-3.43 3.557-5.14 5.339l-.22-.304c1.51-1.508 3.016-3.02 4.528-4.525.662-.23 1.042-.875 1.558-1.319zM10.381 12.684c.251-.232.458-.52.752-.697l.468-.035c-.24.259-.456.563-.767.74-.151 0-.302-.004-.454-.008zM8.429 14.946c.211-.661.784-1.084 1.26-1.548l.472.005c-.362.407-.761.78-1.145 1.166a38.859 38.859 0 0 0-.341-.014c-.142.289-.244.611-.48.84-1.478 1.47-2.946 2.951-4.427 4.42l-.242-.27c1.524-1.532 3.053-3.06 4.585-4.585.079-.002.239-.01.318-.013zM12.182 14.531c.38-.379.756-.763 1.142-1.136.833 0 1.666-.013 2.5.01-.182.491-.502 1.031-1.075 1.1-.852.077-1.711.013-2.567.026zM4.124 20.159c1.662-1.655 3.301-3.332 4.985-4.964l.496-.006a832.206 832.206 0 0 1-5.23 5.232 60.77 60.77 0 0 0-.251-.262zM4.763 20.737c1.85-1.847 3.686-3.709 5.554-5.539l.504-.008c-1.915 1.931-3.842 3.851-5.767 5.772a73.22 73.22 0 0 1-.29-.224z"/><path fill="#666" d="M4.4 8.521c.017-.269-.061-.643.288-.72.15 1.157.877 2.309 2.075 2.578 1.218.211 2.464.185 3.692.317-.485.476-.935.994-1.447 1.439-1.092.137-2.342-.055-3.244.712-.706.523-.956 1.398-1.079 2.225-.319-.078-.277-.413-.286-.667.007-1.961.008-3.922 0-5.882zM14.928 11.796c.187-.199.378-.396.572-.59.547.334.908.872 1.112 1.471.991.056 2.082.072 2.844-.676 1.148.179 1.159 1.913-.007 2.075-.752-.725-1.818-.728-2.794-.677-.234.9-.92 1.741-1.897 1.831-1.09.059-2.183.018-3.275.014.226-.246.457-.485.698-.714.856-.013 1.715.05 2.567-.026.574-.07.893-.61 1.075-1.1-.834-.023-1.667-.01-2.5-.01a20 20 0 0 1 .696-.701c.6-.006 1.201-.001 1.801-.018a2.172 2.172 0 0 0-.894-.88z"/><path fill="#646464" d="M9.913 12.052c.322-.544.84-.926 1.266-1.384.124.043.248.086.373.131-.385.43-.794.836-1.213 1.234l-.426.019z"/><path fill="#696969" d="M12.264 10.788l.023.004.434.061c-.384.352-.703.8-1.12 1.099l-.468.035c.342-.431.754-.799 1.13-1.199z"/><path fill="#ececec" d="M12.803 12.703c.317-.342.641-.678 1-.976l.373.102c-.295.324-.602.64-.941.918l-.432-.044z"/><path fill="#f2f2f2" d="M11.594 12.688c.283-.293.569-.583.872-.853l.526-.017c-.31.317-.619.637-.958.924l-.44-.054z"/><path fill="#6a6a6a" d="M9.689 13.398c.223-.245.454-.484.692-.714.151.005.302.008.454.008-.214.244-.394.542-.674.71l-.472-.005zM10.916 13.38c.222-.235.448-.466.678-.692l.44.054c-.212.234-.428.466-.646.696l-.032-.004a32.999 32.999 0 0 0-.44-.054z"/><path fill="#6b6b6b" d="M12.119 13.391c.222-.235.451-.463.684-.688l.432.044c-.217.218-.394.504-.652.668-.155-.007-.31-.014-.464-.025z"/><path fill="#e3e3e3" d="M8.339 13.835c.142-.162.298-.312.462-.451.156.2-.263.622-.462.451z"/><path fill="#f9f9f9" d="M9.702 14.581c.401-.404.796-.815 1.214-1.201.146.017.294.035.44.054-.368.392-.75.775-1.144 1.144-.128.001-.384.002-.511.004z"/><path fill="#f7f7f7" d="M10.914 14.594c.39-.413.79-.817 1.205-1.204.155.011.31.018.464.025-.521.428-.888 1.276-1.669 1.178z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-overtaking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#747775" opacity=".73" d="M10.577 0h2.917l-.228.102c-.828 0-1.656.006-2.483-.01L10.577 0z"/><path fill="#f7fbf5" d="M.101 10.721C.564 5.243 5.301.526 10.783.093c.827.016 1.655.01 2.483.01 5.488.448 10.194 5.198 10.642 10.678-.017.834-.012 1.667-.011 2.501-.469 5.47-5.196 10.165-10.662 10.625-.838-.014-1.675-.011-2.513-.007C5.248 23.427.54 18.699.091 13.221c.02-.833.013-1.666.01-2.498m15.764-9.158C12.205 7.89 8.558 14.223 4.896 20.548c.224.18.448.361.672.544 1.332-2.284 2.665-4.567 3.96-6.871.089.223.174.446.257.672-1.277 2.149-2.507 4.325-3.76 6.487.245.148.492.292.738.438 3.709-6.421 7.416-12.842 11.12-19.265-.246-.143-.492-.284-.739-.425-1.889 3.268-3.794 6.527-5.653 9.812-.07-.245-.14-.488-.217-.73 1.812-3.095 3.592-6.209 5.387-9.312-.264-.114-.53-.224-.796-.334M14.761 9.05l-.446.01c-.409.68-.479 1.578-1.153 2.075-.293.187-.13.547-.085.818A2022.492 2022.492 0 0 0 7.24 22.061c.264.113.529.223.794.332 1.729-3.012 3.493-6.005 5.196-9.032l.356.324c.005.444.016.888.052 1.331l1.046.002c.042-.456.05-.914.052-1.372 1.738-.011 3.475-.011 5.213 0 .002.456.011.913.049 1.369l1.049.001c.032-.406.017-.814.068-1.217.102-.366.565-.553.574-.956.029-.538.001-1.076-.014-1.614-.824-.434-.809-1.507-1.355-2.135a17.97 17.97 0 0 0-4.522-.168 590.015 590.015 0 0 0 3.216-5.562l-.679-.518c-1.2 2.063-2.405 4.123-3.574 6.204m-10.697.046c-.503.696-.583 1.663-1.328 2.196-.001.726-.272 1.644.35 2.189.4.4.168 1.027.246 1.531.362.001.725-.002 1.086-.014l.04-1.368c1.434.013 2.869.018 4.304 0 .521-.92 1.092-1.814 1.564-2.762-2.201-.031-4.4-.042-6.6-.028.175-.43.313-.881.564-1.274 1.812-.391 3.698-.294 5.528-.047.188.43.382.859.616 1.267.409-.574-.142-1.159-.336-1.706-1.999-.27-4.042-.325-6.034.017z"/><path fill="#f7fbf5" d="M15.586 9.3c1.513.024 3.032-.036 4.532.223.2.437.39.88.553 1.332-1.938.002-3.877-.035-5.816-.022-.244.445-.512.881-.858 1.256.516-.938 1.067-1.855 1.589-2.79zM21.05 11.476c.488.221.202.902.193 1.319-.372-.336-.168-.882-.193-1.319zM5.905 12.36c.763-.028 1.528-.019 2.292-.011l-.004.361c-.763.004-1.526.008-2.29-.006l.001-.344zM16.198 12.349c.763-.01 1.526-.01 2.29 0l-.004.361c-.761.005-1.523.005-2.285 0l-.001-.361z"/><path fill="#2a2d2f" d="M15.865 1.565c.265.109.532.22.796.334-1.795 3.103-3.575 6.217-5.387 9.312a62.11 62.11 0 0 0-1.746 3.01c-1.295 2.304-2.628 4.588-3.96 6.871-.224-.182-.448-.364-.672-.544C8.558 14.223 12.205 7.89 15.865 1.565zM11.491 11.94c1.859-3.286 3.764-6.545 5.653-9.812.247.14.493.282.739.425-3.704 6.422-7.411 12.844-11.12 19.265-.246-.146-.493-.29-.738-.438 1.253-2.162 2.483-4.338 3.76-6.487a69.12 69.12 0 0 0 1.706-2.952zM14.761 9.05c1.169-2.081 2.374-4.141 3.574-6.204l.679.518a590.015 590.015 0 0 1-3.216 5.562c-.072.124-.143.248-.212.373-.522.935-1.073 1.852-1.589 2.79a8.902 8.902 0 0 0-.767 1.271c-1.703 3.028-3.467 6.02-5.196 9.032-.265-.109-.53-.22-.794-.332 1.938-3.373 3.88-6.745 5.837-10.108a55.873 55.873 0 0 0 1.685-2.903z"/><path fill="#8f9695" d="M4.064 9.096c1.992-.342 4.034-.287 6.034-.017.194.547.745 1.133.336 1.706a13.334 13.334 0 0 1-.616-1.267c-1.83-.247-3.716-.344-5.528.047-.251.394-.389.845-.564 1.274 2.2-.014 4.399-.004 6.6.028-.472.948-1.043 1.842-1.564 2.762-1.435.018-2.87.013-4.304 0-.013.456-.025.912-.04 1.368-.361.012-.724.016-1.086.014-.078-.504.154-1.132-.246-1.531-.623-.545-.352-1.463-.35-2.189.745-.533.826-1.5 1.328-2.196m-.946 2.367c-.025.436-.023.872.01 1.307.39-.224.406-1.111-.01-1.307m2.787.898l-.001.344c.763.014 1.526.01 2.29.006 0-.09.002-.271.004-.361-.764-.008-1.529-.017-2.292.011zM15.586 9.3c.07-.125.14-.25.212-.373a17.97 17.97 0 0 1 4.522.168c.546.628.53 1.7 1.355 2.135.016.538.043 1.076.014 1.614-.008.403-.472.59-.574.956-.052.403-.036.811-.068 1.217l-1.049-.001a17.393 17.393 0 0 1-.049-1.369 411.752 411.752 0 0 0-5.213 0c-.001.457-.01.916-.052 1.372l-1.046-.002a19.074 19.074 0 0 1-.052-1.331l-.356-.324c.224-.442.472-.872.767-1.271.346-.376.614-.811.858-1.256 1.939-.013 3.878.024 5.816.022a17.374 17.374 0 0 0-.553-1.332c-1.5-.259-3.019-.199-4.532-.223m5.464 2.174c.025.437-.179.983.193 1.319.008-.416.295-1.098-.193-1.319m-4.852.873l.001.361c.762.005 1.524.005 2.285 0 .001-.091.002-.271.004-.361-.763-.01-1.526-.01-2.29 0zM9.528 14.22a62.592 62.592 0 0 1 1.746-3.01c.077.241.148.485.217.73a69.12 69.12 0 0 1-1.706 2.952 25.848 25.848 0 0 0-.257-.672z"/><path fill="#919897" d="M14.315 9.06c.149-.002.298-.006.446-.01a55.164 55.164 0 0 1-1.685 2.903c-.044-.271-.208-.631.085-.818.674-.497.744-1.394 1.153-2.075z"/><path fill="#777a78" opacity=".75" d="M0 10.494l.101.227c.004.833.011 1.666-.01 2.498L0 13.427v-2.933z"/><path fill="#767877" opacity=".74" d="M23.908 10.78l.092-.208v2.927l-.103-.218c-.001-.834-.006-1.667.011-2.501z"/><path fill="#f2f6f1" d="M3.118 11.462c.415.196.4 1.082.01 1.307a9.999 9.999 0 0 1-.01-1.307z"/><path fill="#727472" opacity=".74" d="M10.722 23.898c.838-.004 1.675-.007 2.513.007l.214.095h-2.951l.224-.102z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-overtaking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1b1d24" d="M11.034 0h1.933c2.525.241 4.995 1.234 6.904 2.92 2.377 2.023 3.851 5.016 4.129 8.114v1.934c-.238 2.488-1.204 4.924-2.847 6.82-2.026 2.424-5.051 3.933-8.187 4.212h-1.934c-1.485-.155-2.966-.522-4.292-1.226-1.11-.611-2.189-1.315-3.077-2.226-2.168-2.072-3.471-5.019-3.57-8.013.03-.425.034-.854.001-1.279.08-3.226 1.655-6.343 4.12-8.408C6.11 1.204 8.547.237 11.035 0M6.69 3.8c-2.661 1.813-4.394 4.987-4.311 8.226-.004 2.121.753 4.224 2.049 5.897.072-.052.135-.116.191-.185l.055.101c.102-.037.205-.072.308-.108l.087.131c-.122.133-.249.262-.352.411.108.12.197.263.333.356.102-.025.158-.133.229-.202.123.006.188-.099.256-.181l.05.071c.078-.048.155-.095.234-.141.01.084.019.168.026.252-.159.176-.314.356-.472.534.113.122.231.24.353.354a50.826 50.826 0 0 0 1.984-2.191 4.611 4.611 0 0 1-.111-.237c.123-.127-.026-.256-.119-.34-.084.072-.166.146-.251.217a19.029 19.029 0 0 0-.233-.043c.093-.145.189-.291.244-.456.339-.25.304-.682.254-1.056l-.026.024c-.058-.042-.116-.006-.169.022a.904.904 0 0 1-.181-.28c.141-.205.432-.356.404-.636-.001-.806-.002-1.611.001-2.416-.017-.54.343-1.032.804-1.286 1.742-1.027 3.53-1.978 5.261-3.024-.007-.471.004-.942-.01-1.413-.466.498-.906 1.02-1.37 1.52-.08-.518-.015-1.049-.034-1.573.019-.208-.059-.47.114-.63.671-.742 1.318-1.504 1.986-2.248.551.62 1.045 1.291 1.624 1.885.432-.57.973-1.058 1.379-1.644-1.555-.94-3.371-1.498-5.198-1.425-1.924-.022-3.82.617-5.39 1.718m9.467 1.654c.152.175.113.41.123.623.146-.129.269-.279.395-.426.066.071.147.108.24.067l.081.013c-.102.091-.315.22-.189.377-.146.176-.304.342-.453.517l-.113.013c-.049.257-.055.52-.028.78l-.195.039c-.056-.068-.114-.135-.172-.202-1.016 1.114-2.006 2.251-3.013 3.374l-.129-.102c-.013.172-.133.296-.296.342a4.326 4.326 0 0 1-.043-.34c.288-.321.581-.64.848-.979-.624.388-1.367.655-1.817 1.265-.816.884-1.623 1.776-2.434 2.664-.001.263-.005.526.006.789.176-.189.353-.377.527-.568l.241.119.027-.121.144.166c-.311.346-.639.68-.924 1.047-.056.235-.016.49-.014.733.269-.205.457-.492.693-.729.121.056.203.161.281.265-.26.299-.534.588-.79.891.107.133.229.254.361.363 1.635-1.705 3.167-3.504 4.759-5.249.08.059.172.092.272.092.047.041.093.084.14.127-.126.139-.249.278-.369.422.11.137.221.273.336.406.346-.392.698-.779 1.04-1.175l.15.241.126-.045.084.092c-.364.417-.735.829-1.095 1.25.428.516.867 1.022 1.301 1.532.002.703.008 1.407-.008 2.11-.482-.443-.849-.999-1.328-1.446-.05 1.176-.017 2.356-.026 3.533-.456.03-.913.003-1.37.012-.009-1.174.001-2.349-.004-3.523l-.09.021c-.415.485-.815.989-1.261 1.445-.014-.172-.015-.345-.025-.518-.414.485-.923.915-1.263 1.447.725.444 1.481.837 2.214 1.268.001.63 0 1.259-.004 1.889-1.104-.603-2.172-1.272-3.269-1.888-.12-.09-.207.068-.285.139-.594.69-1.227 1.35-1.787 2.067 2.709 1.394 6.11 1.362 8.778-.118a10.764 10.764 0 0 0 2.196-1.583 10.03 10.03 0 0 0 3.053-6.8 9.781 9.781 0 0 0-1.462-5.589c-.199.142-.342.344-.504.524a.337.337 0 0 1-.29-.028c-.1.081-.197.166-.293.254l-.145-.106c.308-.349.635-.685.917-1.054-.024-.184-.189-.312-.3-.45-.958 1.074-1.928 2.137-2.879 3.217l-.137-.104c.054-.137.113-.277.237-.366l.122.074a1.005 1.005 0 0 0-.149-.361c.838-.95 1.705-1.873 2.523-2.839-.121-.12-.238-.244-.353-.37-.216.213-.4.455-.614.671a9.147 9.147 0 0 0-.185-.159c-.06.01-.123.022-.181-.009.225-.275.489-.515.697-.804-.134-.098-.238-.242-.39-.314-.158.123-.278.286-.414.433l-.075-.107-.13.011a.383.383 0 0 0 .025-.309c.089-.101.179-.201.269-.3a4.147 4.147 0 0 0-.429-.315c-.511.543-1.009 1.1-1.483 1.675m-.965 1.11c-.359.238-.301.689-.263 1.06.237-.207.423-.466.631-.703-.124-.115-.201-.303-.369-.358m-5.836 5.251c-.338.221-.442.648-.385 1.028.519-.549 1.014-1.121 1.528-1.676-.398.183-.776.41-1.142.648m.597 4.87c.15.086.299.173.447.262a66.055 66.055 0 0 0 1.746-1.919c.029-.251.004-.507.003-.759a52.834 52.834 0 0 0-2.196 2.416m-3.896 2.86c.128.125.272.231.414.339.218-.195.392-.432.594-.642l.118.081.076-.209c.282.122.131.378-.084.462l.091.13c-.112.158-.299.266-.373.446.116.129.273.22.44.267.651-.756 1.318-1.498 1.964-2.258a3.907 3.907 0 0 0-.426-.256 3.423 3.423 0 0 0-.369.383l-.239-.218.077-.112a9.28 9.28 0 0 0-.099-.05c.074-.086.143-.175.212-.265-.154-.071-.293-.208-.463-.226-.659.694-1.273 1.433-1.932 2.13z"/><path fill="#fff" d="M6.69 3.8c1.57-1.101 3.466-1.739 5.39-1.718 1.827-.072 3.643.485 5.198 1.425-.406.587-.946 1.074-1.379 1.644-.579-.593-1.073-1.265-1.624-1.885-.668.744-1.316 1.507-1.986 2.248-.174.16-.095.421-.114.63.019.524-.046 1.055.034 1.573.464-.5.904-1.021 1.37-1.52.015.471.003.942.011 1.413-1.731 1.046-3.519 1.997-5.261 3.024-.46.253-.821.745-.804 1.286-.003.806-.002 1.611-.001 2.416.028.281-.263.431-.404.636-.83.924-1.675 1.835-2.5 2.763a1.014 1.014 0 0 1-.191.185c-1.296-1.673-2.053-3.776-2.049-5.897-.084-3.239 1.65-6.413 4.311-8.226zM16.156 5.458a33.66 33.66 0 0 1 1.483-1.675c.149.098.294.2.429.315-.091.099-.181.2-.269.3-.379.415-.754.834-1.124 1.257-.126.147-.249.298-.395.426-.009-.213.029-.449-.123-.623zM18.391 4.371c.152.072.255.216.39.314-.208.288-.472.529-.697.804-.608.662-1.197 1.342-1.804 2.005.016-.286-.084-.607.074-.866.149-.174.307-.34.453-.517.389-.437.782-.87 1.171-1.307.135-.147.256-.309.414-.433zM18.449 5.657c.214-.215.398-.457.614-.671.114.126.232.249.353.37-.819.965-1.686 1.889-2.523 2.839-.879.994-1.736 2.006-2.621 2.993-1.591 1.745-3.124 3.544-4.759 5.248a2.635 2.635 0 0 1-.361-.363c.256-.303.529-.591.79-.891a375.464 375.464 0 0 0 5.783-6.441c.884-1.049 1.812-2.06 2.724-3.085zM16.819 8.951c.951-1.08 1.922-2.143 2.879-3.217.111.137.276.265.3.45-.282.369-.609.705-.917 1.054-1.136 1.269-2.289 2.523-3.391 3.821-.342.396-.694.784-1.04 1.175-.114-.133-.225-.27-.336-.406.119-.143.243-.283.369-.422a551.74 551.74 0 0 0 2.136-2.455zM15.19 6.571c.168.055.244.243.369.358-.208.236-.394.495-.631.703-.039-.371-.096-.822.263-1.06zM19.809 7.119c.162-.18.306-.382.504-.524a9.781 9.781 0 0 1 1.462 5.589 10.026 10.026 0 0 1-3.053 6.8 10.764 10.764 0 0 1-2.196 1.583c-2.668 1.48-6.069 1.512-8.778.118.56-.717 1.192-1.378 1.787-2.067.078-.071.165-.23.285-.139 1.097.616 2.165 1.285 3.269 1.888.004-.63.005-1.259.004-1.889-.733-.431-1.489-.823-2.214-1.268.34-.533.849-.962 1.263-1.447.01.173.012.346.025.518.446-.456.846-.96 1.261-1.445l.09-.021c.005 1.174-.005 2.349.004 3.523.457-.009.914.018 1.37-.012.009-1.177-.024-2.357.026-3.533.478.447.846 1.004 1.328 1.446.017-.703.011-1.406.008-2.11-.435-.51-.873-1.017-1.301-1.532.36-.421.731-.833 1.095-1.25 1.225-1.435 2.511-2.816 3.76-4.229zM12.831 10.632c1.007-1.123 1.998-2.259 3.013-3.374.058.067.116.133.172.202.051.064.099.129.148.195a451.853 451.853 0 0 1-6.503 7.261c-.236.238-.424.525-.693.729-.003-.243-.042-.497.014-.733.286-.367.613-.701.924-1.047.972-1.081 1.964-2.144 2.926-3.235zM11.394 10.818c.45-.61 1.193-.876 1.817-1.265-.267.339-.56.658-.848.979-.941 1.071-1.925 2.103-2.869 3.171-.174.191-.351.379-.527.568-.011-.263-.007-.526-.006-.789.811-.889 1.618-1.78 2.434-2.664z"/><path fill="#fff" d="M9.353 11.821a9.186 9.186 0 0 1 1.142-.648c-.514.555-1.008 1.126-1.528 1.676-.057-.38.048-.807.385-1.028zM9.951 16.691a52.834 52.834 0 0 1 2.196-2.416c.001.252.027.508-.003.759a64.648 64.648 0 0 1-1.746 1.919 34.575 34.575 0 0 0-.447-.262zM7.469 15.232l.026-.024c.05.373.086.805-.254 1.056-.655.719-1.307 1.442-1.961 2.162-.071.069-.128.177-.229.202-.136-.092-.226-.235-.333-.356.103-.15.231-.278.352-.411.805-.872 1.581-1.771 2.4-2.629zM5.846 18.426c.558-.593 1.08-1.219 1.649-1.801.034.087.068.174.105.26.034.08.072.159.111.237a50.826 50.826 0 0 1-1.984 2.191 6.932 6.932 0 0 1-.353-.354c.158-.178.314-.357.472-.534zM6.055 19.551c.659-.697 1.272-1.436 1.932-2.13.17.018.308.154.463.226-.069.09-.138.179-.212.265-.388.448-.78.893-1.174 1.335-.203.21-.377.447-.594.642-.142-.108-.286-.214-.414-.339zM8.499 18.293c.112-.138.237-.264.369-.383.147.078.29.161.426.256-.645.76-1.313 1.502-1.964 2.258a.933.933 0 0 1-.44-.267c.075-.18.262-.288.373-.446.408-.476.831-.939 1.235-1.418z"/><path fill="#242632" d="M16.673 5.654c.371-.423.745-.842 1.124-1.257a.387.387 0 0 1-.025.309l.13-.01.075.107c-.389.437-.782.87-1.171 1.307-.126-.157.087-.285.189-.377l-.081-.013c-.093.041-.174.005-.24-.067zM5.279 18.425c.655-.719 1.306-1.442 1.961-2.162-.056.165-.151.311-.244.456l.233.043c.085-.071.168-.144.251-.217.092.084.242.214.119.34-.037-.086-.071-.174-.105-.26-.569.582-1.091 1.208-1.649 1.801a7.17 7.17 0 0 0-.026-.252l-.234.141-.05-.071c-.068.082-.133.187-.256.181z"/><path fill="#24262e" d="M16.279 7.494c.607-.663 1.197-1.343 1.804-2.005.057.03.12.019.181.009l.185.159c-.912 1.025-1.84 2.036-2.724 3.085a379.273 379.273 0 0 1-5.783 6.441c-.078-.104-.16-.21-.281-.265a456.195 456.195 0 0 0 6.503-7.261 4.753 4.753 0 0 0-.148-.195l.195-.039c-.026-.26-.02-.524.028-.78l.113-.013c-.158.259-.058.58-.074.866z"/><path fill="#252a32" d="M19.226 7.344c.096-.087.192-.172.293-.254a.337.337 0 0 0 .29.028c-1.249 1.413-2.535 2.794-3.76 4.229l-.084-.092-.126.045-.15-.241c1.102-1.298 2.255-2.552 3.391-3.821l.145.106z"/><path fill="#24262d" d="M14.271 11.188c.885-.988 1.742-2 2.621-2.993.071.11.124.231.149.361l-.122-.074c-.124.089-.183.229-.237.366l.137.104a551.74 551.74 0 0 1-2.136 2.455c-.047-.043-.093-.086-.14-.127a.453.453 0 0 1-.272-.092z"/><path fill="#23242c" d="M9.494 13.704c.944-1.068 1.928-2.1 2.869-3.171.011.113.024.227.043.34.163-.046.283-.17.296-.342l.129.102c-.962 1.091-1.954 2.154-2.926 3.235l-.144-.166-.027.121-.241-.119zM7.063 19.248c.394-.443.786-.888 1.174-1.335l.099.05-.077.112.239.218c-.404.479-.827.942-1.235 1.418l-.091-.13c.215-.084.366-.34.084-.462l-.076.209-.118-.081z"/><path fill="#5a5a5d" d="M.092 12.535a4.187 4.187 0 0 1 .001-1.279c.033.425.03.854-.001 1.279z"/><path fill="#252b33" d="M4.619 17.737c.825-.928 1.671-1.839 2.5-2.763.044.103.101.2.181.28.054-.028.111-.064.169-.022-.819.858-1.595 1.757-2.4 2.629l-.087-.131c-.103.036-.206.071-.308.108l-.055-.101z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-overtaking--g3" xmlns="http://www.w3.org/2000/svg"><path d="M11.028 0h1.924c.77.138 1.552.222 2.305.447 4.036 1.102 7.339 4.476 8.357 8.533.189.671.252 1.367.386 2.049v1.919c-.332 3.358-2.024 6.581-4.745 8.608-1.806 1.407-4.027 2.177-6.285 2.444h-1.92c-.821-.144-1.653-.239-2.45-.493-3.998-1.146-7.25-4.525-8.235-8.567C.19 14.294.129 13.627 0 12.972v-1.925c.255-2.218 1-4.4 2.358-6.19C4.378 2.081 7.631.343 11.028 0M7.914 1.411C4.661 2.645 2.062 5.463 1.105 8.81.14 12.05.731 15.7 2.669 18.47c1.453-1.449 2.912-2.893 4.35-4.357.655-1.03 1.206-2.127 1.854-3.163.172.271.33.552.482.835.882-.863 1.733-1.755 2.63-2.602a3.053 3.053 0 0 1-.397-1.31c-.48.218-.915.705-1.476.618-.498-.193-.221-.777-.028-1.098.849-1.41 1.581-2.907 2.505-4.261.671 1.149 1.324 2.307 1.988 3.459 1.275-1.331 2.604-2.609 3.895-3.924C15.442.545 11.357.053 7.914 1.411m6.916 5.614l.189.338c1.354-1.418 2.771-2.774 4.141-4.175l-.266-.201c-1.36 1.341-2.687 2.714-4.064 4.038m.436.781c.018.19.015.38-.014.569 1.463-1.594 3.053-3.068 4.558-4.623l-.248-.216c-1.438 1.417-2.842 2.869-4.296 4.27m-.845 2.042c.058.123.117.244.177.366 1.909-1.978 3.891-3.884 5.811-5.851l-.233-.227c-1.927 1.896-3.797 3.85-5.755 5.712m.422.815l.185.34c1.948-2.017 3.963-3.97 5.933-5.966l-.2-.264c-1.979 1.956-3.921 3.951-5.918 5.89m.428.774c.892 1.354 1.121 3.271.066 4.602-.829.922-1.69 1.817-2.547 2.713-.498-.313-.884-.775-1.323-1.164.755-.971 1.7-1.787 2.488-2.733.405-.618.32-1.443-.022-2.07-2.797 2.856-5.651 5.656-8.467 8.494 2.924 2.091 6.862 2.642 10.25 1.448 3.32-1.13 6.025-3.892 7.084-7.235 1.097-3.336.526-7.169-1.52-10.026-2.011 1.982-3.973 4.015-6.009 5.971m-1.699-3.151l.173.348c.139-.135.275-.272.41-.411l-.338-.191-.245.254m.423.794l.179.338c.298-.31.602-.615.921-.905a43.455 43.455 0 0 1-.514-.015c-.2.19-.395.385-.586.582m-4.362 3.167l.153.294c.902-.826 1.721-1.74 2.623-2.566l-.178-.35c-.847.893-1.735 1.745-2.598 2.622m.447.769l.153.315c.871-.857 1.725-1.731 2.602-2.581a55.772 55.772 0 0 1-.184-.336c-.831.892-1.717 1.732-2.571 2.602m.439.778l.156.31c.866-.853 1.721-1.719 2.587-2.573l-.191-.324c-.822.89-1.706 1.72-2.552 2.587m-1.058 2.278c-.136.145-.06.372-.086.551 1.444-1.417 2.841-2.881 4.31-4.272l-.182-.353c-1.319 1.386-2.701 2.711-4.042 4.074m-2.474-1.185c-1.329 1.34-2.67 2.669-4.001 4.007l.205.263c1.598-1.59 3.197-3.179 4.779-4.785-.311.204-.735.217-.983.515m2.389.515c.281-.267.553-.545.826-.821l-.316-.15c-.289.256-.626.531-.51.971m-5.839 4.16l.217.245c1.502-1.485 2.99-2.985 4.484-4.478.181-.15.106-.403.127-.606-1.602 1.62-3.224 3.221-4.828 4.839m.595.62l.252.224c1.282-1.294 2.577-2.575 3.861-3.868.175-.147.094-.4.121-.597-1.407 1.417-2.827 2.823-4.234 4.241m4.28-3.059a960.131 960.131 0 0 0-3.639 3.638l.266.197c1.286-1.273 2.556-2.562 3.843-3.833l-.47-.002z"/><path fill="#fff" d="M7.914 1.411C11.357.053 15.442.545 18.472 2.667c-1.291 1.315-2.62 2.593-3.895 3.924-.664-1.152-1.317-2.31-1.988-3.459-.924 1.354-1.656 2.851-2.505 4.261-.193.321-.47.905.028 1.098.561.087.996-.4 1.476-.618.036.461.163.91.397 1.31-.897.847-1.748 1.739-2.63 2.602-.152-.283-.31-.564-.482-.835-.648 1.036-1.199 2.133-1.854 3.163-1.438 1.464-2.897 2.908-4.35 4.357C.731 15.7.14 12.05 1.105 8.81c.957-3.347 3.556-6.165 6.809-7.399zM14.83 7.025c1.377-1.324 2.704-2.697 4.064-4.038l.266.201c-1.37 1.401-2.787 2.757-4.141 4.175l-.189-.338zM15.266 7.806c1.454-1.401 2.858-2.853 4.296-4.27l.248.216c-1.505 1.555-3.095 3.029-4.558 4.623.029-.189.032-.379.014-.569zM14.421 9.848c1.958-1.862 3.828-3.816 5.755-5.712l.233.227c-1.92 1.967-3.902 3.873-5.811 5.851-.06-.122-.119-.243-.177-.366zM14.843 10.663c1.997-1.939 3.939-3.934 5.918-5.89l.2.264c-1.97 1.996-3.985 3.949-5.933 5.966a56.856 56.856 0 0 1-.185-.34zM15.271 11.437c2.036-1.956 3.998-3.989 6.009-5.971 2.046 2.857 2.617 6.69 1.52 10.026-1.059 3.343-3.764 6.105-7.084 7.235-3.388 1.194-7.326.643-10.25-1.448 2.816-2.838 5.67-5.638 8.467-8.494.342.627.427 1.452.022 2.07-.788.946-1.733 1.762-2.488 2.733.439.389.825.851 1.323 1.164.857-.896 1.718-1.791 2.547-2.713 1.055-1.331.826-3.248-.066-4.602zM13.995 9.08c.191-.197.386-.392.586-.582.171.006.342.011.514.015-.319.29-.623.595-.921.905l-.179-.338zM9.633 12.247c.863-.877 1.751-1.729 2.598-2.622l.178.35c-.902.826-1.721 1.74-2.623 2.566l-.153-.294zM10.08 13.016c.854-.87 1.74-1.71 2.571-2.602l.184.336c-.877.85-1.731 1.724-2.602 2.581l-.153-.315zM10.519 13.794c.846-.867 1.73-1.697 2.552-2.587l.191.324c-.866.854-1.721 1.72-2.587 2.573l-.156-.31zM9.461 16.072c1.341-1.363 2.723-2.688 4.042-4.074l.182.353c-1.469 1.391-2.866 2.855-4.31 4.272.026-.179-.05-.406.086-.551zM6.987 14.887c.248-.298.672-.311.983-.515-1.582 1.606-3.181 3.195-4.779 4.785l-.205-.263c1.331-1.338 2.672-2.667 4.001-4.007zM3.537 19.562c1.604-1.618 3.226-3.219 4.828-4.839-.021.203.054.456-.127.606-1.494 1.493-2.982 2.993-4.484 4.478l-.217-.245zM4.132 20.182c1.407-1.418 2.827-2.824 4.234-4.241-.027.197.054.45-.121.597-1.284 1.293-2.579 2.574-3.861 3.868a50.7 50.7 0 0 0-.252-.224zM8.412 17.123l.47.002c-1.287 1.271-2.557 2.56-3.843 3.833l-.266-.197a960.131 960.131 0 0 1 3.639-3.638z"/><path fill="#f3f3f3" d="M13.572 8.286l.245-.254.338.191a19.86 19.86 0 0 1-.41.411 56.222 56.222 0 0 1-.173-.348z"/><path fill="#fefefe" d="M9.376 15.402c-.116-.44.221-.715.51-.971l.316.15c-.273.276-.545.554-.826.821z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-overtaking--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd600" d="M11.378 0h1.237c2.151.134 4.259.821 6.057 2.012-2.235 2.228-4.461 4.466-6.699 6.692-.05-.588.179-1.563-.615-1.734-1.817-.071-3.643-.011-5.464-.029-.44-.046-.879.299-.846.761-.008 1.935-.002 3.871-.002 5.806.702.022 1.403.014 2.105.023l-.382.376c-.224.012-.447.041-.671.067l.005.603-.276.277c-.044-.305.086-.697-.148-.94-.211-.017-.606-.104-.637.199-.045.511-.003 1.025-.011 1.537-1.003 1.006-2.01 2.009-3.013 3.015C.822 16.874.147 14.766 0 12.622v-1.234c.139-1.955.69-3.892 1.715-5.57C3.715 2.433 7.457.203 11.378 0zM11.955 9.787c2.443-2.447 4.894-4.884 7.329-7.338.147.118.294.235.442.351-2.595 2.576-5.17 5.171-7.761 7.75l-.01-.763zM11.947 11.663c2.785-2.781 5.561-5.571 8.352-8.346.127.131.254.26.389.383-2.905 2.902-5.802 5.812-8.712 8.71-.011-.249-.02-.498-.029-.747zM14.757 10.733c2.151-2.157 4.308-4.308 6.462-6.462.11.157.224.31.342.461-1.995 1.997-3.992 3.993-5.989 5.989-.272.003-.543.009-.815.012zM16.659 10.691c1.78-1.782 3.561-3.564 5.343-5.344A12.456 12.456 0 0 1 24 11.37v1.253c-.205 3.869-2.379 7.571-5.697 9.584-1.705 1.063-3.678 1.658-5.679 1.793h-1.236a12.451 12.451 0 0 1-6.034-2.004c1.929-1.926 3.851-3.86 5.786-5.781.252.062.513.078.773.078.011-.29.02-.58.019-.87.445-.456.898-.903 1.348-1.354.083.643.297 1.26.377 1.904.017.378.589.467.765.153.092-.26.072-.542.093-.812 1.468 0 2.936-.004 4.405.002.013.262-.001.532.075.786.138.29.659.286.745-.038.174-1.003.647-2.029.356-3.052-.574-.601-.499-1.555-1.067-2.14-.755-.254-1.584-.12-2.37-.181zM11.613 13.875c.831-.831 1.659-1.665 2.496-2.49-.156.358-.245.739-.339 1.117-.585.623-1.2 1.216-1.802 1.823l-.077-.296a38.487 38.487 0 0 0-.278-.154zM7.046 14.701c.39-.396.782-.789 1.178-1.178.254.005.507.008.761.011-.396.393-.789.787-1.183 1.182l-.756-.015zM8.937 14.677c.381-.387.766-.771 1.153-1.152.248.011.497.02.746.029-.398.386-.787.783-1.176 1.177l-.723-.054zM10.893 14.594l.32-.318.015.789-.316.315-.019-.786zM4.287 21.2c1.922-1.923 3.842-3.848 5.769-5.766.04.231.078.461.115.692-1.816 1.807-3.622 3.624-5.437 5.431l-.447-.357zM3.325 20.296c1.55-1.568 3.115-3.121 4.673-4.681.181.079.363.156.545.233-1.599 1.619-3.236 3.201-4.813 4.842a30.021 30.021 0 0 0-.405-.394zM5.786 15.965c.098-.094.192-.193.286-.29l.096.673c-1.119 1.126-2.247 2.243-3.365 3.37l-.346-.436c1.009-.992 1.995-2.006 3.008-2.994a.25.25 0 0 0 .321-.323z"/><path fill="#171a1b" d="M18.672 2.012c.212.134.415.282.612.437-2.435 2.454-4.886 4.891-7.329 7.338-1.243 1.246-2.492 2.486-3.731 3.736-.396.389-.788.782-1.178 1.178-.325.324-.656.642-.974.974-.094.097-.188.196-.286.29a2.333 2.333 0 0 0-.321.323c-1.013.988-1.999 2.002-3.008 2.994a8.104 8.104 0 0 1-.439-.617c1.003-1.006 2.01-2.009 3.013-3.015.266-.265.532-.53.796-.796l.276-.277c.224-.221.447-.444.666-.67l.382-.376c1.608-1.609 3.22-3.213 4.822-4.827 2.238-2.226 4.464-4.464 6.699-6.692zM19.726 2.8c.202.159.395.331.573.517-2.791 2.775-5.567 5.565-8.352 8.346-.619.621-1.241 1.238-1.857 1.862-.387.381-.772.765-1.153 1.152-.313.312-.627.624-.939.938-1.558 1.56-3.123 3.113-4.673 4.681a5.71 5.71 0 0 1-.522-.578c1.118-1.127 2.246-2.244 3.365-3.37a251.42 251.42 0 0 1 1.634-1.632c.394-.395.787-.789 1.183-1.182.99-.998 1.991-1.985 2.98-2.984 2.591-2.579 5.166-5.174 7.761-7.75zM20.688 3.7c.194.173.383.355.531.571-2.154 2.154-4.311 4.305-6.462 6.462-.217.217-.437.43-.648.652-.837.825-1.665 1.659-2.496 2.49l-.4.401-.32.318c-.28.279-.559.56-.837.84-1.927 1.918-3.847 3.843-5.769 5.766a8.149 8.149 0 0 1-.557-.51c1.577-1.641 3.214-3.223 4.813-4.842l1.117-1.117c.389-.394.778-.791 1.176-1.177.382-.379.761-.762 1.14-1.144 2.91-2.898 5.807-5.808 8.712-8.71zM21.561 4.732c.157.198.309.4.441.615-1.782 1.78-3.563 3.562-5.343 5.344-1.128 1.125-2.253 2.252-3.379 3.378-.45.451-.903.898-1.348 1.354-.266.261-.53.526-.792.792-1.935 1.921-3.857 3.855-5.786 5.781a7.296 7.296 0 0 1-.62-.439c1.815-1.807 3.621-3.624 5.437-5.431.247-.249.493-.498.741-.746l.316-.315c.248-.246.494-.493.74-.74.602-.607 1.217-1.2 1.802-1.823.618-.576 1.202-1.187 1.802-1.781 1.997-1.996 3.994-3.992 5.989-5.989z"/><path fill="#ccc" d="M5.048 7.702c-.033-.462.406-.807.846-.761 1.821.018 3.647-.042 5.464.029.794.171.565 1.146.615 1.734-1.602 1.614-3.214 3.218-4.822 4.827-.702-.009-1.403-.001-2.105-.023 0-1.935-.006-3.871.002-5.806zM8.224 13.523c1.239-1.25 2.488-2.49 3.731-3.736l.01.763c-.989.999-1.99 1.986-2.98 2.984a96.55 96.55 0 0 1-.761-.011zM14.109 11.385c.211-.222.431-.435.648-.652.272-.003.543-.009.815-.012-.6.594-1.184 1.205-1.802 1.781.094-.378.183-.759.339-1.117zM13.28 14.069c1.126-1.126 2.251-2.253 3.379-3.378.786.061 1.615-.073 2.37.181.568.585.493 1.539 1.067 2.14.291 1.023-.182 2.049-.356 3.052-.086.324-.607.328-.745.038-.076-.254-.062-.524-.075-.786-1.469-.006-2.937-.002-4.405-.002-.021.27-.001.552-.093.812-.176.314-.748.225-.765-.153-.08-.644-.294-1.261-.377-1.904zM10.09 13.525c.616-.624 1.238-1.241 1.857-1.862.009.249.018.498.029.747-.379.382-.758.765-1.14 1.144-.249-.009-.498-.018-.746-.029zM5.042 14.113c.031-.303.426-.216.637-.199.234.243.104.635.148.94-.264.266-.53.531-.796.796.008-.512-.034-1.026.011-1.537z"/><path fill="#ced0c3" d="M6.098 13.974c.224-.026.447-.055.671-.067-.219.226-.442.449-.666.67l-.005-.603z"/><path fill="#ccd1d1" d="M11.213 14.276l.4-.401.278.154.077.296c-.246.247-.492.494-.74.74l-.015-.789zM10.056 15.434c.278-.28.557-.561.837-.84l.019.786c-.248.248-.494.497-.741.746a55.427 55.427 0 0 0-.115-.692zM6.072 15.675c.318-.332.649-.65.974-.974l.756.015a251.42 251.42 0 0 0-1.634 1.632l-.096-.673zM7.998 15.615c.312-.314.626-.626.939-.938l.723.054-1.117 1.117c-.182-.077-.364-.154-.545-.233zM11.14 16.215c.262-.266.526-.531.792-.792.001.29-.008.58-.019.87-.26 0-.521-.016-.773-.078z"/><path fill="#c2c2c2" d="M5.465 16.288c.096-.118.204-.226.321-.323a.25.25 0 0 1-.321.323z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-overtaking--g5" xmlns="http://www.w3.org/2000/svg"><path d="M10.961 0h2.056c1.403.218 2.813.509 4.097 1.136 3.835 1.762 6.469 5.654 6.887 9.83v2.04c-.404 4.068-2.898 7.885-6.59 9.696-1.355.724-2.866 1.066-4.372 1.297h-2.056c-4.055-.409-7.862-2.892-9.682-6.568C.58 16.065.228 14.55 0 13.034v-2.05C.404 6.8 3.046 2.896 6.887 1.133 8.165.509 9.567.221 10.961-.002M9.55.67c-3.63.744-6.786 3.376-8.218 6.787-1.576 3.626-1.099 8.04 1.211 11.249.99-.984 1.972-1.976 2.965-2.959.176-.181.354-.361.532-.541.245-.244.493-.482.734-.728 1.056-1.072 2.143-2.116 3.182-3.203 2.936-2.891 5.833-5.825 8.753-8.734C16.097.669 12.686-.016 9.549.67m8.569 7.939c-.25.256-.504.508-.749.768-.522.503-1.025 1.024-1.542 1.531-.751.751-1.498 1.508-2.257 2.251-.666.683-1.343 1.352-2.021 2.023-.179.184-.359.365-.539.548-1.91 1.903-3.812 3.814-5.722 5.718 2.557 1.838 5.885 2.549 8.97 1.921 3.732-.714 7.001-3.401 8.44-6.913 1.54-3.613 1.05-7.986-1.244-11.173-1.114 1.106-2.213 2.227-3.336 3.325z"/><path fill="#fff" d="M9.55.67c3.137-.686 6.547-.001 9.16 1.871-2.92 2.909-5.816 5.843-8.753 8.734-.156-.53-.114-1.087-.186-1.628-.103-.576-.679-.961-1.247-.943a97.232 97.232 0 0 0-3.007.001c-.605-.02-1.2.44-1.255 1.057-.083.481.103 1.048-.258 1.445-.605.703-.636 1.864-.012 2.563.372.376.336.935.446 1.417-.314.005-.63.008-.946.014.005.176.007.352.007.527.67.016 1.339.01 2.009.019-.994.983-1.975 1.975-2.965 2.959-2.31-3.209-2.786-7.622-1.211-11.249C2.764 4.045 5.92 1.414 9.55.67zM18.118 8.609c1.123-1.098 2.222-2.219 3.336-3.325 2.294 3.187 2.784 7.56 1.244 11.173-1.439 3.512-4.708 6.199-8.44 6.913-3.085.628-6.413-.083-8.97-1.921 1.909-1.904 3.811-3.815 5.722-5.718 3.181.011 6.364.012 9.545 0-.001-.179 0-.356.002-.535a82.835 82.835 0 0 0-.997 0c.196-.488.136-1.079.527-1.475.448-.5.497-1.237.332-1.861-.114-.473-.655-.767-.601-1.288-.024-.479.058-1.031-.287-1.421-.331-.436-.923-.446-1.414-.542z"/><path fill="#fff" d="M5.323 9.425c.902-.084 1.812-.005 2.717-.038.34.022.809-.085 1.01.275.146.406.061.853.068 1.277-1.397.01-2.794.01-4.19 0 .044-.492-.226-1.306.395-1.513zM15.827 10.908c.517-.508 1.02-1.028 1.542-1.531.512.036 1.076-.098 1.553.131.347.379.163.961.197 1.428-1.097.008-2.196.035-3.292-.028zM11.549 15.182c.678-.671 1.355-1.34 2.021-2.023.506.581.815 1.261.863 2.035-.961-.008-1.922 0-2.884-.012zM5.323 14.051c.527-.03 1.117-.066 1.451.426-.241.246-.49.485-.734.728-.302-.01-.604-.012-.906-.016.085-.376.143-.757.19-1.139zM15.283 14.053c.464.016 1.03-.157 1.345.288.343.407.829.042 1.07-.28a15.01 15.01 0 0 1 1.061-.012c.004.426-.042.919.378 1.17a63.687 63.687 0 0 0-4.192-.005c.37-.278.337-.745.337-1.162z"/><path fill="#999" d="M17.369 9.377c.245-.26.499-.512.749-.768.491.096 1.082.107 1.414.542.344.39.263.942.287 1.421-.054.521.487.815.601 1.288.164.624.115 1.361-.332 1.861-.391.396-.331.986-.527 1.475.332-.002.665-.002.997 0-.002.179-.004.356-.002.535-3.181.012-6.364.011-9.545 0l.539-.548c.961.012 1.922.004 2.884.012-.048-.774-.356-1.454-.863-2.035.76-.743 1.506-1.5 2.257-2.251 1.096.062 2.195.036 3.292.028-.034-.467.15-1.049-.197-1.428-.476-.229-1.04-.095-1.553-.131m-2.087 4.675c0 .416.032.883-.337 1.162a63.003 63.003 0 0 1 4.192.005c-.42-.251-.374-.744-.378-1.17a15.01 15.01 0 0 0-1.061.012c-.241.322-.727.686-1.07.28-.316-.445-.881-.272-1.345-.288zM4.261 9.761c.055-.617.65-1.078 1.255-1.057a94.194 94.194 0 0 1 3.007-.001c.568-.018 1.144.367 1.247.943.072.541.03 1.098.186 1.628-1.039 1.087-2.126 2.131-3.182 3.203-.334-.492-.924-.456-1.451-.426-.047.382-.104.763-.19 1.139.302.004.604.006.906.016l-.532.541c-.67-.01-1.339-.004-2.009-.019 0-.175-.002-.35-.007-.527.316-.006.631-.01.946-.014-.11-.482-.074-1.042-.446-1.417-.624-.7-.593-1.86.012-2.563.361-.397.175-.964.258-1.445m1.062-.337c-.62.208-.35 1.021-.395 1.513 1.397.01 2.794.01 4.19 0-.007-.424.078-.871-.068-1.277-.202-.36-.671-.253-1.01-.275-.905.034-1.814-.046-2.717.038z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-overtaking-by-heavy-goods-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#747775" opacity=".73" d="M10.564 0h2.934l-.245.098c-.822.007-1.645.012-2.466-.011l-.223-.088z"/><path fill="#f7fbf5" d="M.098 10.722C.566 5.239 5.301.53 10.786.088c.821.023 1.644.018 2.466.011 5.497.448 10.204 5.2 10.661 10.685-.026.832-.019 1.663-.014 2.495-.467 5.418-5.088 10.038-10.475 10.626-.901-.013-1.801-.011-2.702-.004C5.243 23.425.544 18.694.085 13.215c.03-.83.022-1.662.013-2.492m15.767-9.158c-1.506 2.616-3.034 5.22-4.519 7.846.218-1.276.114-2.596.014-3.88.017-.505-.558-.473-.918-.493-1.72-.026-3.442.001-5.162-.035-.413.01-.848-.03-1.24.13-.245.259-.181.662-.218.991a466.116 466.116 0 0 0-.001 6.368c1.907.034 3.816-.049 5.722.044-.169.264-.319.539-.469.814l-.047-.326c-1.762.001-3.524-.022-5.285.013l.006.62c1.703.034 3.408-.056 5.107.058-.211.334-.403.68-.583 1.033-.212-.325-.647-.512-.982-.241-.683.51-1.571.325-2.363.415-.065-.262.058-.629-.17-.818-.283-.041-.571-.017-.856-.011-.044.664-.092 1.332-.034 1.996.005.518.655.258.983.3.022-.298.041-.595.06-.893.908.026 1.878-.103 2.682.421-.926 1.528-1.789 3.092-2.696 4.631.223.182.449.362.674.542 1.11-1.903 2.221-3.806 3.301-5.726.17.082.349.143.535.182-1.15 1.931-2.255 3.889-3.382 5.833.245.148.492.293.739.438 1.193-2.088 2.425-4.154 3.59-6.258.068.247.139.492.218.736-1.128 1.912-2.228 3.84-3.335 5.765.265.113.529.224.796.335 1.82-3.167 3.668-6.319 5.468-9.498.058.451.073.908.032 1.362-.187-.158-.259-.391-.329-.616-.508.551-.245 1.175.288 1.582.004.424.01.847.028 1.271.365-.004.728-.01 1.093-.022.008-.449.013-.896.017-1.344 1.739-.005 3.476-.001 5.214-.002.007.456.016.913.037 1.369.364-.004.727-.011 1.091-.024.046-.524-.15-1.169.294-1.568.586-.557.246-1.445.316-2.155-.763-.494-.902-1.444-1.3-2.195-1.775-.251-3.566-.244-5.351-.125 1.372-2.348 2.726-4.705 4.081-7.063l-.68-.521c-2.282 3.946-4.578 7.885-6.829 11.849a17.985 17.985 0 0 0-.236-.7c2.224-3.803 4.409-7.628 6.616-11.442-.246-.143-.492-.284-.739-.425-2.477 4.285-4.968 8.563-7.418 12.863l-.538-.179c2.516-4.289 4.979-8.61 7.472-12.913a51.224 51.224 0 0 0-.796-.334z"/><path fill="#f7fbf5" d="M14.794 10.668l.116.262a19.57 19.57 0 0 1 5.083.059c.209.442.406.889.589 1.342-2.245-.001-4.49.007-6.734-.032a38.8 38.8 0 0 0 .946-1.63zM20.927 14.14c-.004-.425-.046-.875.175-1.259.113.414.115.845.109 1.271a13.77 13.77 0 0 1-.284-.012zM16.103 13.832l2.262-.001c.007.09.022.27.028.361-.767.013-1.534.014-2.3-.004.002-.089.007-.268.011-.356z"/><path fill="#2a2d2f" d="M15.865 1.565c.266.109.532.22.796.334-2.494 4.303-4.956 8.624-7.472 12.913-.11.181-.216.365-.317.552-1.08 1.92-2.191 3.823-3.301 5.726-.226-.18-.451-.36-.674-.542.907-1.538 1.77-3.103 2.696-4.631.242-.379.472-.768.679-1.169.18-.353.372-.7.583-1.033a6.39 6.39 0 0 0 .218-.365c.15-.275.3-.55.469-.814a66.816 66.816 0 0 0 1.804-3.126c1.486-2.626 3.013-5.23 4.519-7.846zM9.726 14.99c2.45-4.3 4.942-8.578 7.418-12.863.247.14.493.282.739.425-2.207 3.814-4.392 7.639-6.616 11.442-.325.51-.632 1.03-.913 1.565-1.165 2.104-2.398 4.17-3.59 6.258-.247-.145-.494-.29-.739-.438 1.127-1.944 2.232-3.902 3.382-5.833.11-.182.217-.368.319-.556zM11.504 14.694c2.251-3.964 4.547-7.903 6.829-11.849l.68.521a1176.257 1176.257 0 0 1-4.22 7.302 37.73 37.73 0 0 1-.946 1.63c-.12.197-.236.396-.346.599-1.8 3.179-3.648 6.331-5.468 9.498-.266-.11-.53-.222-.796-.335 1.106-1.925 2.207-3.853 3.335-5.765.335-.52.646-1.052.931-1.601z"/><path fill="#8f9695" d="M4.04 5.132c.391-.16.827-.12 1.24-.13 1.721.036 3.443.008 5.162.035.36.02.935-.012.918.493.1 1.284.204 2.604-.014 3.88a66.816 66.816 0 0 1-1.804 3.126c-1.906-.094-3.815-.011-5.722-.044-.01-2.123-.018-4.246.001-6.368.037-.329-.026-.732.218-.991zM14.933 10.429c1.784-.119 3.576-.126 5.351.125.397.751.536 1.7 1.3 2.195-.07.71.27 1.598-.316 2.155-.444.4-.248 1.044-.294 1.568-.364.013-.727.02-1.091.024-.022-.456-.03-.913-.037-1.369-1.738.001-3.475-.002-5.214.002-.004.448-.008.895-.017 1.344-.365.012-.728.018-1.093.022a38.494 38.494 0 0 1-.028-1.271c-.533-.407-.796-1.031-.288-1.582.07.224.142.457.329.616a6.329 6.329 0 0 0-.032-1.362c.109-.203.226-.402.346-.599 2.244.04 4.489.031 6.734.032-.184-.452-.38-.9-.589-1.342a19.614 19.614 0 0 0-5.083-.059l-.116-.262.139-.239m5.993 3.713l.284.012c.006-.426.004-.857-.109-1.271-.221.384-.179.834-.175 1.259m-4.824-.308c-.004.089-.008.268-.011.356.767.018 1.534.017 2.3.004-.006-.091-.02-.271-.028-.361l-2.262.001zM3.742 13.037c1.76-.035 3.523-.012 5.285-.013l.047.326a7.81 7.81 0 0 1-.218.365c-1.699-.114-3.404-.024-5.107-.058l-.006-.62zM3.901 14.093c.284-.006.572-.03.856.011.228.19.106.557.17.818.792-.09 1.68.095 2.363-.415.335-.271.769-.084.982.241-.208.401-.437.79-.679 1.169-.804-.524-1.774-.395-2.682-.421-.019.298-.038.595-.06.893-.328-.042-.978.218-.983-.3-.059-.664-.011-1.332.034-1.996zM10.355 15.559c.281-.535.588-1.055.913-1.565.084.232.162.466.236.7a20.27 20.27 0 0 1-.931 1.601c-.079-.244-.15-.488-.218-.736zM8.872 15.364c.101-.187.206-.371.317-.552l.538.179a15.34 15.34 0 0 1-.319.556 2.43 2.43 0 0 1-.535-.182z"/><path fill="#777a78" opacity=".75" d="M0 10.478l.098.244c.008.83.017 1.662-.013 2.492L0 13.436v-2.958z"/><path fill="#767877" opacity=".74" d="M23.914 10.783L24 10.56v2.957l-.101-.239c-.005-.832-.012-1.663.014-2.495z"/><path fill="#727472" opacity=".74" d="M10.722 23.9c.901-.007 1.801-.01 2.702.004l-.227.096h-2.718l.242-.1z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-overtaking-by-heavy-goods-vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.91 0h2.164c.89.18 1.799.289 2.659.594 3.613 1.159 6.571 4.141 7.7 7.763.288.828.384 1.702.566 2.555v2.16c-.179.859-.278 1.738-.566 2.572-1.139 3.652-4.139 6.652-7.79 7.789-.829.288-1.703.385-2.556.568h-2.159c-.89-.182-1.8-.289-2.662-.595-3.613-1.159-6.572-4.14-7.702-7.762-.287-.828-.384-1.7-.565-2.554v-2.164c.185-.922.301-1.861.623-2.749C1.799 4.603 4.764 1.685 8.357.564 9.184.277 10.056.18 10.909 0M9.731.632c-3.73.712-6.997 3.398-8.432 6.911-1.535 3.61-1.05 7.984 1.248 11.165.986-.98 1.966-1.968 2.952-2.947.164-.161.326-.325.486-.492.27-.263.534-.532.802-.796 1.5-1.512 3.02-3.008 4.513-4.524 2.478-2.46 4.94-4.934 7.409-7.403C16.149.706 12.819.007 9.732.632m7.45 8.927c-.125.125-.25.251-.372.377-.428.421-.85.85-1.276 1.273-.727.721-1.441 1.456-2.178 2.166-.596.622-1.213 1.224-1.824 1.832-.17.162-.334.332-.492.505-1.925 1.904-3.832 3.827-5.748 5.741 2.609 1.873 6.014 2.563 9.15 1.878 3.72-.772 6.946-3.51 8.328-7.046 1.451-3.576.944-7.861-1.315-10.993-1.427 1.421-2.845 2.848-4.273 4.267z"/><path fill="#fff" d="M9.731.632c3.088-.625 6.418.074 8.977 1.914-2.468 2.468-4.931 4.943-7.409 7.403-.298-.892.334-2.074-.514-2.735-.17-.148-.331-.37-.583-.353-1.721-.019-3.443.008-5.164-.011-.767-.124-1.56.664-1.438 1.43.023 1.938-.017 3.877.019 5.815.252.018.504.043.756.068.049.347-.12 1.021.426.991.601.088.445-.654.499-1.024.522-.042 1.105-.096 1.484.341-.268.264-.532.533-.802.796-1.072.03-2.143-.005-3.215.014l-.031.428c.919.05 1.841-.024 2.76.049-.986.979-1.966 1.967-2.952 2.947C.246 15.524-.239 11.15 1.296 7.54 2.731 4.028 5.999 1.341 9.728.629zM17.182 9.559c1.428-1.42 2.846-2.846 4.273-4.267 2.26 3.132 2.766 7.417 1.315 10.993-1.382 3.536-4.608 6.275-8.328 7.046-3.136.685-6.541-.005-9.15-1.878 1.916-1.914 3.823-3.836 5.748-5.741 3.455.024 6.91.028 10.364 0-.014-.143-.028-.286-.04-.428-3.276-.058-6.564.095-9.833-.077.611-.608 1.228-1.211 1.824-1.832l.156.593.529.246c.031.299.074.596.13.892.63.272.902-.272.832-.822a12.29 12.29 0 0 0 3.904-.002c.029.269.064.536.1.803.662.337.922-.31.847-.868.197-.089.391-.185.587-.275.01-.856.179-1.794-.084-2.604-.968-.032-.99-1.156-1.523-1.724-.55-.049-1.102-.002-1.651-.054z"/><path fill="#fff" d="M15.534 11.209c.426-.424.847-.852 1.276-1.273.619.014 1.254-.079 1.864.046.271.382.457.816.649 1.241-1.262 0-2.526.014-3.788-.013z"/><path fill="#999" d="M3.601 8.281c-.122-.767.671-1.554 1.438-1.43 1.721.019 3.443-.008 5.164.011.252-.017.413.205.583.353.847.661.216 1.843.514 2.735-1.493 1.516-3.013 3.012-4.513 4.524-.379-.437-.962-.383-1.484-.341-.054.37.102 1.111-.499 1.024-.546.03-.377-.644-.426-.991-.252-.025-.504-.05-.756-.068-.036-1.938.004-3.877-.019-5.815zM16.81 9.936c.122-.126.247-.252.372-.377.55.052 1.102.005 1.651.054.533.569.554 1.692 1.523 1.724.263.81.094 1.748.084 2.604-.196.09-.39.186-.587.275.074.558-.185 1.205-.847.868a29.831 29.831 0 0 1-.1-.803 12.261 12.261 0 0 1-3.904.002c.071.55-.202 1.094-.832.822a11.61 11.61 0 0 1-.13-.892l-.529-.246-.156-.593c.737-.71 1.451-1.445 2.178-2.166 1.262.028 2.526.013 3.788.013-.192-.425-.378-.859-.649-1.241-.61-.125-1.244-.031-1.864-.046z"/><path fill="#999" d="M11.04 15.713c.158-.173.322-.343.492-.505 3.269.172 6.557.019 9.833.077.012.143.025.286.04.428-3.455.028-6.91.024-10.364 0zM2.77 15.283c1.072-.019 2.143.016 3.215-.014-.16.167-.322.331-.486.492-.919-.073-1.841.001-2.76-.049.011-.143.022-.286.031-.428z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-overtaking-by-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.934 0h2.114c1.421.227 2.848.529 4.144 1.175C20.98 2.947 23.569 6.804 24 10.939v2.104c-.215 1.358-.503 2.72-1.099 3.968-1.73 3.877-5.642 6.545-9.836 6.989h-2.114c-1.36-.216-2.724-.503-3.971-1.105C3.105 21.163.436 17.257.001 13.062v-2.111c.42-4.141 3.016-8.004 6.806-9.778C8.099.531 9.52.229 10.935-.001M1.702 7.216c-1.699 3.582-1.303 8.027.973 11.268 1.258-1.248 2.503-2.508 3.763-3.756l-.002-.061c.304-.252.616-.499.877-.797l.14-.205c.24-.204.474-.416.702-.635 3.421-3.473 6.889-6.902 10.332-10.354a11.406 11.406 0 0 0-8.039-1.92c-3.767.475-7.172 3.012-8.747 6.46M18.878 2.97c-3.53 3.533-7.063 7.064-10.596 10.596-.223.191-.301.478-.33.758-.29.005-.605.024-.686.359-.186.577-.84.68-1.205 1.099-1.024 1.033-2.054 2.059-3.083 3.086l.223.306c1.133-1.152 2.309-2.264 3.414-3.442.2-.437.6-.673.968-.946 3.869-3.858 7.729-7.724 11.592-11.588l-.298-.229M3.526 19.543l.245.272C9.124 14.464 14.473 9.111 19.825 3.76a59.08 59.08 0 0 1-.28-.238C14.204 8.861 8.863 14.2 3.526 19.542M14.794 9.486c-.456.511-1.022.926-1.435 1.472-3.112 3.03-6.152 6.138-9.235 9.2l.256.263c2.74-2.728 5.465-5.47 8.206-8.197.196-.21.428-.402.553-.667.796-.582 1.457-1.321 2.131-2.034 1.734-1.7 3.442-3.43 5.159-5.147l-.264-.258c-1.79 1.789-3.578 3.581-5.37 5.368m5.935-4.723c-1.57 1.577-3.144 3.146-4.717 4.718-.217.223-.434.445-.654.667a66.509 66.509 0 0 0-1.592 1.595c-.373.367-.743.738-1.13 1.09l.002.043c-2.644 2.603-5.249 5.243-7.877 7.86l.293.227c2.536-2.539 5.082-5.069 7.608-7.618.488-.475.973-.956 1.44-1.452.581-.541 1.134-1.11 1.69-1.676l.034.005c.211-.236.428-.468.648-.696 1.519-1.477 3-2.993 4.504-4.487a30.683 30.683 0 0 1-.247-.276M17.21 9.502c-.222.221-.443.443-.661.666-.565.554-1.12 1.12-1.684 1.676-.749.752-1.499 1.505-2.254 2.251-2.382 2.398-4.781 4.778-7.164 7.174 2.164 1.53 4.862 2.276 7.505 2.038 3.992-.289 7.69-2.903 9.347-6.536 1.706-3.606 1.295-8.086-1.026-11.329-1.357 1.351-2.707 2.708-4.063 4.061z"/><path fill="#fff" d="M1.702 7.216c1.574-3.448 4.98-5.984 8.747-6.46a11.406 11.406 0 0 1 8.039 1.92C15.045 6.127 11.577 9.557 8.156 13.03c-.206-.712-.836-1.32-.637-2.11.223.234.541.694.874.329-.077-.85-.641-1.954-1.674-1.688-.86-.161-1.171.758-1.412 1.391-.169.277.224.378.37.548.155-.202.308-.406.461-.608.322.899-.646 1.537-.53 2.426.006.418-.103 1.367.589 1.054.131-.553-.01-1.136.14-1.685.121-.372.572-.292.872-.373.174.428.276.887.246 1.351l-.14.205c-.019-.378.012-.773-.114-1.136-.151-.314-.7-.226-.744.114-.082.602-.02 1.213-.019 1.819l.002.061c-1.26 1.248-2.506 2.508-3.763 3.756C.401 15.243.005 10.798 1.704 7.216m4.656 2.19l.906.019c.185-.445.24-1.223-.425-1.242-.673-.012-.634.768-.481 1.223m-1.18.487c-.352.007-.26.616.085.511.329-.007.251-.606-.085-.511m3.154.003c-.293.09-.132.581.149.493.398-.014.2-.706-.149-.493zM3.526 19.543c5.336-5.342 10.678-10.681 16.019-16.02l.28.238c-5.352 5.351-10.7 10.704-16.054 16.055l-.245-.272zM14.794 9.486c1.792-1.787 3.58-3.578 5.37-5.368l.264.258c-1.717 1.717-3.425 3.446-5.159 5.147l-.475-.037zM20.73 4.763l.247.276c-1.504 1.494-2.984 3.01-4.504 4.487-.115-.011-.346-.032-.461-.044 1.573-1.572 3.148-3.142 4.717-4.718zM17.21 9.502c1.356-1.352 2.706-2.71 4.063-4.061 2.321 3.244 2.732 7.723 1.026 11.329-1.657 3.634-5.354 6.247-9.347 6.536-2.642.239-5.341-.508-7.505-2.038 2.383-2.395 4.782-4.776 7.164-7.174.127.095.254.19.383.284-.002.401.001.802.011 1.202.408.006.815.006 1.223-.001.012-.44.016-.882.019-1.324 1.721-.002 3.442-.002 5.161 0 .004.442.007.883.016 1.325.41.007.82.007 1.23 0 .007-.415.011-.829.01-1.244l.337-.192c-.037-.804.191-1.71-.336-2.404-.444-.67-.568-1.532-1.121-2.124-.745-.244-1.561-.061-2.334-.116zM13.766 11.743a68.41 68.41 0 0 1 1.592-1.595c.144.022.288.044.433.068-.556.566-1.109 1.135-1.69 1.676l-.336-.15z"/><path fill="#fff" d="M14.866 11.844c.564-.557 1.118-1.122 1.684-1.676.864.04 1.746-.094 2.599.072.362.457.523 1.034.739 1.567-1.673.074-3.348.011-5.022.037zM4.123 20.159c3.083-3.062 6.124-6.17 9.235-9.2-.076.198-.145.4-.221.599-.125.265-.358.457-.553.667-2.741 2.728-5.466 5.47-8.206 8.197l-.256-.263zM4.762 20.736c2.628-2.617 5.233-5.257 7.877-7.86l.024.469c-2.526 2.549-5.072 5.078-7.608 7.618l-.293-.227zM15.608 13.133c.817.005 1.634-.001 2.453.007l-.013.444c-.817 0-1.634.002-2.45-.002l.011-.449z"/><path fill="#fdfdfd" d="M18.878 2.97l.298.229c-3.863 3.864-7.723 7.73-11.592 11.588-.368.272-.768.509-.968.946-1.105 1.177-2.281 2.29-3.414 3.442l-.223-.306c1.028-1.027 2.059-2.053 3.083-3.086.365-.419 1.019-.522 1.205-1.099.082-.335.396-.354.686-.359.029-.281.107-.568.33-.758 3.533-3.532 7.066-7.063 10.596-10.596z"/><path fill="#666" d="M6.36 9.406c-.152-.455-.192-1.235.481-1.223.665.019.61.797.425 1.242l-.906-.019zM16.549 10.168c.218-.223.439-.445.661-.666.773.055 1.589-.127 2.334.116.553.592.677 1.454 1.121 2.124.527.694.299 1.6.336 2.404l-.337.192c.001.415-.002.829-.01 1.244-.41.007-.82.007-1.23 0-.008-.442-.012-.883-.016-1.325-1.72-.002-3.44-.002-5.161 0-.004.442-.007.883-.019 1.324-.408.007-.815.007-1.223.001-.01-.401-.013-.802-.011-1.202l-.383-.284c.755-.746 1.505-1.499 2.254-2.251 1.674-.026 3.349.037 5.022-.037-.216-.533-.377-1.11-.739-1.567-.853-.166-1.735-.032-2.599-.072m-.941 2.964l-.011.449c.816.005 1.633.002 2.45.002l.013-.444c-.818-.008-1.636-.002-2.453-.007zM5.305 10.951c.241-.632.552-1.552 1.412-1.391 1.033-.265 1.597.839 1.674 1.688-.332.365-.65-.095-.874-.329-.199.79.431 1.398.637 2.11-.228.218-.462.431-.702.635.03-.464-.072-.923-.246-1.351-.3.082-.751.001-.872.373-.15.548-.01 1.132-.14 1.685-.692.313-.583-.636-.589-1.054-.115-.889.852-1.528.53-2.426-.152.203-.306.407-.461.608-.145-.17-.539-.271-.37-.548zM5.18 9.893c.336-.095.414.504.085.511-.346.104-.437-.504-.085-.511z"/><path fill="#666" d="M8.334 9.896c.349-.212.547.479.149.493-.281.088-.442-.403-.149-.493zM6.455 12.847c.044-.34.593-.428.744-.114.126.364.095.758.114 1.136-.262.298-.574.545-.877.797-.001-.606-.062-1.217.019-1.819z"/><path fill="#686868" d="M13.358 10.958c.413-.546.979-.961 1.435-1.472l.475.037c-.674.713-1.336 1.452-2.131 2.034.076-.199.145-.401.221-.599z"/><path fill="#6d6d6d" d="M15.359 10.148c.22-.222.437-.444.654-.667.115.012.346.034.461.044-.22.228-.437.46-.648.696l-.034-.005a22.801 22.801 0 0 0-.433-.068z"/><path fill="#6a6a6a" d="M12.636 12.833c.388-.352.757-.722 1.13-1.09l.336.15c-.467.496-.952.977-1.44 1.452l-.024-.469-.002-.043z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 1.426C.071.705.624-.004 1.401.027c6.933-.015 13.866.001 20.8-.008.867-.154 1.761.472 1.768 1.383.027 6.965.001 13.932.013 20.898.017.541-.162 1.137-.635 1.448-.423.291-.961.223-1.447.232a32670 32670 0 0 0-19.8 0c-.507-.007-1.078.062-1.505-.271-.357-.254-.496-.691-.595-1.097V1.426M1.235.448C.703.604.347 1.151.389 1.699v20.603c-.057.673.526 1.302 1.202 1.287 6.905.009 13.811.003 20.716.003.704.056 1.336-.582 1.281-1.284-.001-6.906.005-13.811-.003-20.717C23.6.958 23.042.388 22.407.398 15.538.386 8.669.399 1.801.392c-.19.003-.383.001-.566.056z"/><path fill="#fff" d="M.989 1.695c-.048-.352.232-.718.601-.698C7.83.989 14.071.994 20.311.995c-1.043 1.052-2.094 2.095-3.139 3.144-2.033-1.878-5.104-2.532-7.711-1.576-2.713.93-4.757 3.516-5.02 6.374-.24 2.152.513 4.366 1.974 5.956-1.807 1.81-3.614 3.619-5.424 5.424C.986 14.11.99 7.902.989 1.695zM20.908.994c.196-.001.393.001.59.001-1.245 1.255-2.499 2.5-3.747 3.753l-.288-.305C18.61 3.292 19.76 2.145 20.908.994zM18.046 5.04c1.358-1.345 2.705-2.701 4.056-4.053.181.013.362.019.543.034-1.455 1.492-2.939 2.957-4.416 4.427l-.183-.408zM18.497 5.783c1.489-1.481 2.957-2.983 4.462-4.446.015.18.025.36.038.539-1.429 1.427-2.855 2.857-4.285 4.282l-.215-.375zM18.903 6.566c1.359-1.365 2.721-2.726 4.086-4.086l-.001.592c-1.299 1.299-2.597 2.598-3.897 3.896l-.188-.402zM19.25 7.406c1.244-1.248 2.489-2.494 3.738-3.737.002 6.213.001 12.426 0 18.639a.624.624 0 0 1-.68.685c-6.214.001-12.429.001-18.644-.001 1.283-1.28 2.553-2.573 3.85-3.838-.229.872-1.112 1.473-1.138 2.402.724.007 1.449.011 2.173-.004 0-.154.003-.307.009-.461-.508-.024-1.016-.015-1.523-.03.445-.757.922-1.496 1.376-2.248.141-.197.137-.442.128-.673v-.03c.386-.376.76-.764 1.148-1.138 3.143 1.045 6.858-.254 8.645-3.044 1.278-1.889 1.592-4.352.918-6.522M9.83 18.235c-.998.345-.83 1.57-.767 2.401.147.948 1.509 1.282 2.086.519.427-.517.261-1.24.274-1.856-.006-.773-.877-1.348-1.593-1.064m2.27-.045c-.007 1.124-.02 2.249.007 3.373h.485c.032-.796-.001-1.594.018-2.39.524.787 1.008 1.6 1.535 2.385l.452.008c.04-1.123.015-2.248.014-3.372l-.501.001c-.016.787.011 1.575-.013 2.363-.53-.771-1.005-1.577-1.521-2.357l-.476-.011m3.303.008c-.008 1.121-.016 2.242.004 3.363.717-.003 1.433.005 2.15-.006l.01-.459c-.551-.048-1.103-.011-1.654-.023-.009-.328-.01-.655-.001-.982.47-.01.94 0 1.41-.008l-.012-.448c-.467-.005-.933.004-1.399-.007a21.49 21.49 0 0 1 0-.95c.549-.014 1.098.005 1.647-.011l.008-.458c-.721-.031-1.442-.016-2.163-.011z"/><path fill="#fff" d="M8.655 5.231c2.061-1.58 5.186-1.43 7.095.328-1.128 1.132-2.26 2.26-3.389 3.39-1.238-1.237-2.49-2.46-3.706-3.718zM16.043 5.861l.286.306c-1.123 1.127-2.249 2.251-3.375 3.376a82.328 82.328 0 0 0-.297-.295c1.128-1.13 2.257-2.258 3.386-3.387zM7.509 6.381c1.254 1.218 2.476 2.47 3.716 3.703-1.127 1.131-2.258 2.259-3.387 3.388-1.768-1.9-1.915-5.036-.329-7.091zM13.255 9.837c1.098-1.101 2.202-2.196 3.296-3.301l.289.3a277.912 277.912 0 0 1-3.305 3.3c-.095-.098-.185-.201-.28-.299zM13.854 10.423c1.055-1.052 2.106-2.107 3.16-3.159l.205.382a451.416 451.416 0 0 1-3.093 3.096l-.272-.319zM14.447 11.017c.967-.966 1.935-1.93 2.897-2.899l.153.432c-.913.94-1.848 1.859-2.776 2.784l-.274-.317zM15.033 11.622c.848-.841 1.677-1.702 2.542-2.525.129 1.399-.234 2.845-1.084 3.972-.498-.47-.973-.964-1.458-1.447zM8.139 13.766c1.131-1.13 2.258-2.263 3.392-3.39l.292.296a1196.782 1196.782 0 0 1-3.38 3.38 27.67 27.67 0 0 1-.304-.286zM8.781 14.313c1.106-1.111 2.217-2.219 3.326-3.327l.32.266c-1.085 1.099-2.183 2.185-3.273 3.279l-.373-.218zM9.535 14.74c1.059-1.051 2.109-2.11 3.166-3.162l.318.27c-1.029 1.036-2.058 2.073-3.1 3.095l-.384-.203zM10.384 15.084c.97-.973 1.941-1.944 2.914-2.914l.313.274c-.922.929-1.846 1.857-2.779 2.775l-.448-.135zM11.362 15.298c.84-.853 1.689-1.697 2.538-2.541.479.488.977.957 1.443 1.457-1.127.855-2.579 1.221-3.981 1.084zM.99 20.914c1.916-1.912 3.825-3.831 5.745-5.74l.279.31C5.005 17.49 3.002 19.501.99 21.504v-.59zM.982 22.107c2.117-2.114 4.234-4.227 6.345-6.347l.384.209c-2.229 2.229-4.445 4.472-6.694 6.681-.016-.181-.021-.363-.035-.543zM1.333 22.963c2.213-2.258 4.472-4.471 6.696-6.718l.42.174c-2.194 2.191-4.382 4.388-6.576 6.582-.18-.015-.36-.02-.54-.038zM7.274 18.189c.517-.511 1.029-1.027 1.543-1.541l.434.157c-.474.473-.936.956-1.425 1.413l-.552-.029zM2.476 22.994c1.464-1.451 2.895-2.942 4.388-4.359.177.004.353.014.529.017-1.426 1.461-2.886 2.889-4.324 4.34l-.593.002zM9.936 18.741c.444-.234 1.026.155.982.655-.038.507.176 1.176-.28 1.546-.42.34-1.124-.013-1.091-.558.039-.543-.209-1.329.389-1.643z"/><path d="M1.235.448c.183-.055.376-.053.566-.056C8.669.399 15.538.386 22.407.398c.635-.01 1.193.56 1.178 1.193.008 6.906.002 13.811.003 20.717.055.702-.577 1.34-1.281 1.284-6.905 0-13.811.006-20.716-.003-.676.015-1.259-.614-1.202-1.287V1.699C.347 1.151.703.604 1.235.448M.989 1.695C.99 7.902.986 14.11.991 20.317c1.81-1.805 3.617-3.614 5.424-5.424.477-.471.95-.946 1.423-1.421 1.129-1.129 2.26-2.257 3.387-3.388.381-.376.758-.755 1.136-1.135 1.129-1.13 2.261-2.258 3.389-3.39.476-.471.948-.947 1.422-1.42 1.045-1.049 2.096-2.092 3.139-3.144C14.071.994 7.83.989 1.59.997c-.369-.02-.649.346-.601.698M20.908.994c-1.148 1.151-2.298 2.298-3.445 3.449-.475.471-.947.945-1.42 1.418-1.129 1.129-2.258 2.257-3.386 3.387-.376.374-.753.749-1.126 1.128-1.134 1.127-2.261 2.26-3.392 3.39-.469.469-.941.935-1.404 1.408-1.92 1.909-3.829 3.828-5.745 5.74v.59c2.012-2.003 4.015-4.014 6.024-6.02.476-.477.956-.952 1.429-1.432 1.129-1.124 2.255-2.251 3.38-3.38.379-.374.755-.751 1.131-1.129 1.126-1.125 2.252-2.249 3.375-3.376.476-.471.948-.947 1.422-1.419 1.248-1.253 2.502-2.498 3.747-3.753-.197 0-.394-.002-.59-.001M18.046 5.04a131.79 131.79 0 0 1-1.495 1.496c-1.094 1.105-2.198 2.2-3.296 3.301-.384.382-.767.765-1.148 1.149-1.109 1.108-2.22 2.216-3.326 3.327-.487.48-.966.968-1.454 1.447-2.111 2.12-4.228 4.233-6.345 6.347.014.18.019.362.035.543 2.249-2.209 4.465-4.452 6.694-6.681.487-.474.962-.959 1.443-1.438 1.09-1.094 2.188-2.18 3.273-3.279.379-.362.739-.744 1.121-1.103l-.013-.013a277.912 277.912 0 0 0 3.305-3.3c.471-.455.933-.918 1.389-1.388 1.477-1.47 2.961-2.935 4.416-4.427-.181-.015-.362-.021-.543-.034-1.351 1.352-2.698 2.708-4.056 4.053m.451.743c-.496.492-.99.986-1.483 1.481-1.054 1.052-2.105 2.107-3.16 3.159-.384.385-.77.768-1.153 1.155-1.057 1.052-2.107 2.111-3.166 3.162-.501.503-1 1.007-1.506 1.505-2.224 2.247-4.483 4.46-6.696 6.718.18.018.36.023.54.038 2.194-2.194 4.382-4.391 6.576-6.582.495-.488.988-.976 1.47-1.476 1.042-1.022 2.071-2.059 3.1-3.095.374-.363.742-.733 1.107-1.106a451.416 451.416 0 0 0 3.093-3.096c.504-.49.998-.989 1.493-1.488 1.43-1.425 2.856-2.855 4.285-4.282-.013-.179-.023-.359-.038-.539-1.505 1.463-2.973 2.965-4.462 4.446m.406.783c-.523.514-1.037 1.037-1.559 1.552-.962.969-1.93 1.933-2.897 2.899-.383.384-.768.766-1.149 1.153-.973.97-1.944 1.941-2.914 2.914-.525.518-1.044 1.044-1.567 1.564-.514.514-1.026 1.03-1.543 1.541a5.245 5.245 0 0 0-.41.446c-1.493 1.417-2.924 2.908-4.388 4.359l.593-.002c1.438-1.451 2.898-2.879 4.324-4.34.171-.102.288-.294.433-.434.489-.457.951-.94 1.425-1.413.53-.525 1.061-1.05 1.581-1.586.933-.918 1.857-1.846 2.779-2.775.376-.365.745-.735 1.11-1.11.928-.925 1.863-1.844 2.776-2.784.543-.516 1.064-1.053 1.594-1.582 1.3-1.298 2.598-2.597 3.897-3.896l.001-.592c-1.365 1.36-2.727 2.721-4.086 4.086m.347.84c-.555.565-1.144 1.11-1.675 1.691-.865.823-1.694 1.684-2.542 2.525-.381.375-.759.753-1.133 1.135-.849.844-1.698 1.688-2.538 2.541a114.94 114.94 0 0 0-1.675 1.674c-.388.374-.762.762-1.148 1.138v.03c-.34.337-.738.633-1.025 1.014-1.297 1.265-2.567 2.558-3.85 3.838 6.215.002 12.43.002 18.644.001a.624.624 0 0 0 .68-.685c.001-6.213.002-12.426 0-18.639a1317.002 1317.002 0 0 0-3.738 3.737z"/><path fill="#8a8a8a" d="M9.461 2.563c2.607-.956 5.678-.302 7.711 1.576-.474.473-.946.949-1.422 1.42-1.909-1.758-5.034-1.908-7.095-.328 1.216 1.258 2.468 2.481 3.706 3.718-.378.38-.755.759-1.136 1.135-1.24-1.233-2.462-2.485-3.716-3.703-1.586 2.055-1.439 5.191.329 7.091-.473.475-.946.95-1.423 1.421-1.461-1.59-2.214-3.804-1.974-5.956.263-2.858 2.307-5.444 5.02-6.374zM16.043 5.861c.473-.473.945-.947 1.42-1.418l.288.305c-.474.472-.946.948-1.422 1.419a80.042 80.042 0 0 1-.286-.306zM16.551 6.536a131.79 131.79 0 0 0 1.495-1.496l.183.408c-.456.47-.918.933-1.389 1.388l-.289-.3zM17.014 7.264c.493-.495.987-.989 1.483-1.481l.215.375c-.495.499-.989.998-1.493 1.488l-.205-.382zM17.344 8.118c.522-.515 1.036-1.038 1.559-1.552l.188.402c-.53.529-1.051 1.066-1.594 1.582l-.153-.432zM17.575 9.097c.531-.581 1.12-1.126 1.675-1.691.674 2.17.36 4.633-.918 6.522-1.787 2.79-5.502 4.089-8.645 3.044a114.94 114.94 0 0 1 1.675-1.674c1.402.137 2.854-.229 3.981-1.084-.466-.5-.964-.969-1.443-1.457.374-.382.752-.76 1.133-1.135.485.483.96.977 1.458 1.447.85-1.127 1.213-2.573 1.084-3.972zM11.531 10.376c.373-.379.75-.754 1.126-1.128l.297.295c-.376.378-.752.755-1.131 1.129a40.75 40.75 0 0 1-.292-.296zM12.107 10.986c.381-.384.764-.767 1.148-1.149.095.098.185.201.28.299l.013.013c-.382.359-.742.741-1.121 1.103l-.32-.266zM12.701 11.578c.383-.387.769-.77 1.153-1.155l.272.319c-.365.373-.733.743-1.107 1.106l-.318-.27zM13.298 12.17c.381-.387.766-.769 1.149-1.153l.274.317c-.365.375-.734.745-1.11 1.11l-.313-.274zM6.735 15.174c.463-.473.935-.939 1.404-1.408.1.096.202.191.304.286-.473.48-.953.955-1.429 1.432l-.279-.31zM7.327 15.76c.488-.479.967-.967 1.454-1.447l.373.218c-.481.479-.956.964-1.443 1.438l-.384-.209zM8.029 16.245c.506-.498 1.005-1.002 1.506-1.505l.384.203c-.482.5-.975.988-1.47 1.476l-.42-.174zM8.817 16.648c.523-.52 1.042-1.046 1.567-1.564l.448.135c-.52.536-1.051 1.061-1.581 1.586l-.434-.157zM6.864 18.635c.128-.157.265-.305.41-.446l.552.029c-.145.14-.262.332-.433.434-.176-.003-.352-.013-.529-.017zM7.514 19.154c.287-.381.685-.677 1.025-1.014.009.231.013.476-.128.673-.454.752-.931 1.491-1.376 2.248.507.015 1.015.006 1.523.03-.006.154-.009.307-.009.461-.724.015-1.449.011-2.173.004.026-.929.909-1.53 1.138-2.402zM9.83 18.235c.716-.284 1.587.291 1.593 1.064-.013.616.153 1.339-.274 1.856-.577.763-1.939.429-2.086-.519-.063-.831-.231-2.056.767-2.401m.106.506c-.598.314-.35 1.1-.389 1.643-.033.545.671.898 1.091.558.456-.37.242-1.039.28-1.546.044-.5-.538-.889-.982-.655zM12.1 18.19l.476.011c.516.78.991 1.586 1.521 2.357.024-.788-.003-1.576.013-2.363l.501-.001c.001 1.124.026 2.249-.014 3.372l-.452-.008c-.527-.785-1.011-1.598-1.535-2.385-.019.796.014 1.594-.018 2.39h-.485c-.027-1.124-.014-2.249-.007-3.373zM15.403 18.198c.721-.005 1.442-.02 2.163.011l-.008.458c-.549.016-1.098-.003-1.647.011a21.49 21.49 0 0 0 0 .95c.466.011.932.002 1.399.007l.012.448c-.47.008-.94-.002-1.41.008-.009.327-.008.654.001.982.551.012 1.103-.025 1.654.023l-.01.459c-.717.011-1.433.003-2.15.006-.02-1.121-.012-2.242-.004-3.363z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--end-of-no-parking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#595959" d="M.897 0h14.195c.426.143.755.478.908.899v22.19a1.496 1.496 0 0 1-.895.91H.907A1.484 1.484 0 0 1 0 23.098V.9C.148.48.478.15.897-.002M.902.11C.426.234.057.7.08 1.196.082 8.398.081 15.6.08 22.802c-.028.598.52 1.145 1.118 1.118h13.606c.598.026 1.144-.52 1.118-1.117-.001-7.202-.001-14.404 0-21.606.029-.602-.521-1.143-1.119-1.122C10.429.069 6.055.076 1.681.072 1.422.076 1.158.054.903.11z"/><path fill="#fff" d="M.902.11c.255-.056.519-.034.778-.038C6.054.076 10.428.07 14.802.075c.598-.022 1.148.52 1.119 1.122-.001 7.202-.001 14.404 0 21.606.026.597-.52 1.143-1.118 1.117H1.197c-.598.027-1.146-.519-1.118-1.118C.08 15.6.081 8.398.079 1.196.057.699.425.234.901.11m.01.489c-.259.117-.397.404-.378.681v21.44c-.041.378.271.761.664.739 4.534.003 9.07.003 13.605 0 .393.022.702-.362.664-.739V1.281c.041-.382-.273-.759-.666-.743C10.32.527 5.84.539 1.36.532c-.151.005-.31.001-.45.067z"/><path fill="#fff" d="M.801 1.274a.418.418 0 0 1 .473-.473c4.484-.002 8.969-.002 13.453 0 .237-.053.625.25.378.46-.86.966-1.726 1.929-2.586 2.895-.238-.754-.486-1.506-.732-2.258l-.455-.001c-.254.766-.502 1.533-.749 2.301.144-.004.288 0 .432-.004.038-.157.106-.305.148-.46.264.006.528.005.792.002l.15.459h.378c-.846.945-1.69 1.892-2.538 2.836-2.146-.783-4.714-.15-6.233 1.562-1.581 1.69-1.965 4.355-.936 6.426l.011.024c-.665.737-1.324 1.479-1.986 2.219-.002-5.33-.002-10.66 0-15.99m3.129.817l.203.325c.274-.189.862-.362.964.09.017.311-.346.329-.572.325l-.001.319c.282-.025.702.081.627.454-.177.449-.784.28-1.074.038-.082.106-.166.21-.247.316.471.343 1.272.469 1.631-.093.243-.324.003-.738-.335-.866.335-.158.468-.606.213-.896-.362-.412-.994-.259-1.409-.013m2.735-.214c-.767.235-.833 1.291-.53 1.913.281.656 1.36.605 1.578-.075.376-.743-.014-2.107-1.048-1.838m1.705.024c-.002.767 0 1.534-.001 2.302l.402.002.001-1.035h.862l.001 1.035.402-.002V1.902l-.4-.004c-.004.307-.003.614-.004.922h-.861a69.58 69.58 0 0 1 .002-.914c-.135 0-.27-.008-.404-.007zM10.332 7.169c1.627-1.809 3.243-3.628 4.867-5.439l.001.677c-1.49 1.66-2.97 3.329-4.463 4.987l-.405-.225z"/><path fill="#fff" d="M6.736 2.252c.944-.23.982 1.734.056 1.616-.585-.257-.589-1.301-.056-1.616zM11.27 3.391c.094-.321.185-.643.29-.961.098.319.19.641.284.961h-.574zM11.087 7.578c1.371-1.531 2.738-3.068 4.111-4.597.002.225.002.45 0 .676-1.25 1.394-2.496 2.791-3.744 4.186l-.367-.266zM11.75 8.092c1.146-1.29 2.301-2.574 3.45-3.863-.029.277.1.622-.138.831a848.013 848.013 0 0 0-2.954 3.306l-.358-.274zM12.354 8.66c.949-1.06 1.894-2.122 2.844-3.18.002.225.002.45.002.674l-2.558 2.861a89.326 89.326 0 0 1-.287-.355zM12.87 9.338c.774-.869 1.549-1.738 2.328-2.603.005 5.33.002 10.661.002 15.991a.42.42 0 0 1-.473.473c-4.485.001-8.969.002-13.454 0-.238.053-.622-.246-.38-.463 1.502-1.684 3.008-3.366 4.513-5.049 2.323 1.213 5.406.564 7.047-1.476 1.622-1.88 1.784-4.807.417-6.873M9.516 21.045c.186.133.4-.006.586-.066-.056.388-.385.581-.756.419.108.429.765.319.885-.048.175-.402.182-1.098-.342-1.227-.479-.097-.75.657-.373.922m-6.151-.895l-.047.241c.228-.002.456-.002.684-.002a4.318 4.318 0 0 0-.506 1.234l.282.006c.097-.519.38-.973.521-1.476a41.453 41.453 0 0 0-.933-.002m5.41.361c-.011.378-.006.758-.006 1.136l.262-.001c-.002-.5 0-.999-.002-1.498l-.23.002c-.21.139-.464.586-.026.362m-3.868-.086c-.37.276-.366 1.03.08 1.226.731.085.659-1.471-.08-1.226m1.033-.009c-.396.26-.391 1.058.075 1.238.708.054.647-1.435-.075-1.238m5.37.016c-.354.282-.354 1.009.078 1.216.747.112.671-1.492-.078-1.216m1.034-.012c-.385.27-.38 1.051.082 1.234.713.059.644-1.454-.082-1.234m-5.317.48l-.001.25c.314.002.628.001.942.002l.014-.25c-.318-.003-.637-.002-.955-.002m-2.77.466c-.231.125.099.443.219.218.129-.113-.11-.349-.219-.218m6.321-.001c-.236.13.094.441.217.218.126-.112-.108-.348-.217-.218zM4.877 8.819c1.188-.995 2.845-1.38 4.346-.986l-.117.149-.031-.005a4.726 4.726 0 0 0-3.939.858c.563.561 1.119 1.13 1.689 1.685l-.118.137c-.61-.613-1.227-1.218-1.83-1.838zM9.478 8.121l.161-.158c.13.059.256.126.374.206-.175.086-.36-.01-.534-.048zM10.294 8.463l.144-.145c.12.095.239.191.358.289l-.123.084c-.13-.071-.254-.15-.378-.228zM3.503 14.242c-.633-1.615-.31-3.546.821-4.862.629.61 1.238 1.239 1.864 1.852l-.114.134c-.58-.577-1.148-1.166-1.74-1.73-.979 1.247-1.219 2.966-.717 4.458l-.114.15zM11.576 9.545l.134-.17c.048.146.269.332.138.476a2.81 2.81 0 0 1-.271-.306z"/><path fill="#fff" d="M12.082 10.238l.094-.146c1.013 1.714.794 4.022-.501 5.529-.786-.771-1.558-1.556-2.338-2.334l.113-.13c.743.73 1.47 1.474 2.213 2.204 1.139-1.44 1.272-3.513.418-5.124zM6.346 11.628l.12-.126c.095.1.191.198.282.302l-.074.159c-.11-.111-.219-.222-.328-.335zM6.941 12.219l.119-.127.306.326-.122.132-.302-.33zM7.637 12.686l.321.322-.11.12-.325-.3.114-.142zM8.116 13.4l.112-.121c.107.101.215.201.324.301l-.111.142-.325-.322zM8.706 13.994l.112-.129c.771.765 1.538 1.535 2.306 2.303-1.364 1.19-3.387 1.462-5.046.767l.137-.148c1.518.642 3.354.394 4.646-.63-.711-.728-1.438-1.441-2.154-2.164zM3.674 14.625l.136-.154c.068.142.137.284.199.43l-.101.153a35.62 35.62 0 0 1-.234-.429zM4.147 15.366l.094-.144c.094.121.188.242.275.368l-.106.144c-.09-.122-.182-.242-.264-.368zM.8 17.84c.723-.811 1.449-1.62 2.171-2.432l.261.383c-.807.91-1.62 1.816-2.431 2.723L.8 17.84zM4.686 15.993l.116-.13.336.299-.115.125-.337-.294zM.936 18.937c.842-.937 1.681-1.877 2.518-2.818l.309.324C2.781 17.555 1.787 18.657.8 19.765c.029-.275-.096-.616.136-.828zM5.329 16.524l.123-.142.398.228-.112.134-.409-.221zM.802 20.337c1.081-1.203 2.154-2.414 3.237-3.616l.325.31C3.175 18.358 1.99 19.689.802 21.017c-.001-.226-.001-.454.001-.68zM4.672 17.257l.388.242a9642.218 9642.218 0 0 1-4.259 4.765l-.002-.671c1.287-1.449 2.582-2.89 3.873-4.336zM9.702 20.871c-.214-.137-.112-.513.142-.527.154.06.183.233.247.366-.122.068-.235.198-.389.161zM5.049 20.582c.322.081.322.801-.011.904-.234-.205-.258-.74.011-.904zM6.026 20.584c.372.018.349.763.054.906-.278-.18-.26-.678-.054-.906zM11.449 20.572c.34.092.302.698.075.904-.346-.085-.319-.708-.075-.904zM12.479 21.49c-.288-.23-.222-.713-.003-.974.289.214.337.797.003.974z"/><path d="M.911.599c.14-.066.298-.062.45-.067 4.48.006 8.96-.006 13.44.006.393-.016.706.362.666.743V22.72c.038.378-.271.761-.664.739-4.535.003-9.07.003-13.605 0-.393.022-.705-.361-.664-.739V1.28C.515 1.003.652.716.912.599m-.111.675c-.002 5.33-.002 10.659 0 15.99.662-.74 1.321-1.482 1.986-2.219l-.011-.024c.259-.242.488-.514.73-.773l-.002-.006.114-.15c.838-.89 1.633-1.822 2.457-2.727l.114-.134c.174-.19.347-.382.518-.574l.118-.137c.749-.849 1.527-1.673 2.25-2.543l.031.005.117-.149c.246-.263.482-.533.721-.802.848-.944 1.691-1.891 2.538-2.836h-.378l-.15-.459c-.264.002-.528.003-.792-.002-.042.155-.11.303-.148.46-.144.004-.288 0-.432.004.247-.768.495-1.535.749-2.301l.455.001c.246.752.494 1.503.732 2.258.861-.966 1.726-1.929 2.586-2.895.247-.21-.141-.513-.378-.46-4.484-.002-8.969-.002-13.453 0a.418.418 0 0 0-.473.473m9.532 5.895c-.23.266-.471.522-.694.794l-.161.158c-.781.894-1.581 1.77-2.367 2.658l-.139.148c-.167.193-.337.383-.505.575l-.12.126c-.842.952-1.692 1.895-2.537 2.843a9.969 9.969 0 0 0-.136.154c-.234.261-.47.521-.702.783-.722.812-1.448 1.621-2.171 2.432l.001.674c.811-.907 1.624-1.813 2.431-2.723.226-.245.442-.501.676-.738l.101-.153c.916-.954 1.754-1.98 2.666-2.938l.074-.159.029.033c.175-.206.351-.411.55-.595l.058-.113c1.137-1.227 2.238-2.489 3.353-3.735 1.493-1.658 2.974-3.327 4.463-4.987l-.001-.677c-1.624 1.811-3.24 3.63-4.867 5.439m.936-3.777h.574c-.094-.32-.186-.642-.284-.961-.105.318-.195.64-.29.961m-.183 4.187c-.221.242-.44.487-.649.741l-.144.145c-.874.971-1.73 1.961-2.621 2.917l-.093.138a8.84 8.84 0 0 0-.521.574l-.119.127c-.902.998-1.782 2.018-2.699 3.003l-.094.144c-.245.238-.465.499-.693.753-.838.941-1.676 1.881-2.518 2.818-.232.212-.107.553-.136.828.987-1.108 1.981-2.21 2.963-3.322.218-.235.426-.478.648-.709l.106-.144c.922-1.001 1.82-2.025 2.726-3.041l.122-.132c.169-.186.336-.374.502-.563l.142-.155c.881-1.009 1.802-1.982 2.662-3.008l.123-.084c.202-.27.435-.512.658-.764 1.248-1.395 2.494-2.793 3.744-4.186.002-.226.002-.451 0-.676-1.374 1.529-2.74 3.066-4.111 4.597m.665.513c-1.163 1.28-2.303 2.581-3.458 3.869l-.148.164-.507.561-.114.142c-.916 1.003-1.813 2.023-2.72 3.034l-.116.13c-.218.24-.434.483-.648.728-1.082 1.202-2.156 2.413-3.237 3.616-.002.226-.002.454-.001.68l3.562-3.986c.221-.247.442-.494.66-.745l.115-.125c.902-1.011 1.808-2.021 2.709-3.034l.11-.12c.174-.195.344-.393.532-.574l.084-.132c1.181-1.313 2.377-2.612 3.534-3.936a839.388 839.388 0 0 1 2.954-3.306c.238-.21.11-.554.138-.831-1.149 1.289-2.303 2.573-3.45 3.863m.605.57c-.214.238-.426.479-.645.715l-.134.17a381.036 381.036 0 0 0-3.348 3.734l-.112.121c-.886.997-1.776 1.988-2.664 2.982l-.123.142c-.222.242-.44.486-.657.733-1.291 1.446-2.586 2.887-3.873 4.336l.002.671 4.259-4.765c.226-.252.45-.504.678-.754l.112-.134c.87-.957 1.721-1.932 2.591-2.888l.111-.142c1.374-1.511 2.73-3.04 4.09-4.565l2.558-2.861c0-.225 0-.45-.002-.674-.95 1.058-1.895 2.12-2.844 3.18m.517.677c-.23.252-.451.514-.693.754l-.094.146c-.898.954-1.75 1.951-2.631 2.92l-.113.13c-.174.192-.347.384-.52.578l-.112.129c-.831.931-1.668 1.857-2.492 2.794l-.137.148a5413.087 5413.087 0 0 0-5.185 5.8c-.242.217.142.516.38.463 4.485.002 8.969.001 13.454 0a.42.42 0 0 0 .473-.473c0-5.33.003-10.661-.002-15.991-.779.865-1.554 1.734-2.328 2.603z"/><path d="M3.93 2.089c.414-.246 1.047-.399 1.409.013.255.29.122.738-.213.896.338.127.578.542.335.866-.359.562-1.16.436-1.631.093.081-.106.165-.21.247-.316.29.242.898.41 1.074-.038.074-.373-.345-.478-.627-.454l.001-.319c.226.004.589-.014.572-.325-.102-.453-.69-.279-.964-.09L3.93 2.09zM6.665 1.874c1.034-.27 1.424 1.094 1.048 1.838-.218.68-1.298.731-1.578.075-.302-.622-.237-1.678.53-1.913m.071.378c-.533.315-.529 1.359.056 1.616.926.118.888-1.846-.056-1.616zM8.37 1.898c.134-.001.269.007.404.007-.002.305-.002.61-.002.914h.861c.001-.307 0-.614.004-.922l.4.004v2.298l-.402.002-.001-1.035a123.84 123.84 0 0 0-.862 0l-.001 1.035-.402-.002c.001-.767-.001-1.534.001-2.302zM9.516 21.045c-.378-.265-.106-1.018.373-.922.523.129.517.826.342 1.227-.12.367-.777.477-.885.048.371.162.7-.031.756-.419-.186.059-.399.198-.586.066m.186-.174c.154.037.266-.093.389-.161-.064-.134-.094-.306-.247-.366-.254.014-.356.39-.142.527zM3.365 20.15c.311-.002.622-.002.933.002-.141.503-.424.957-.521 1.476l-.282-.006c.098-.438.282-.848.506-1.234a38.99 38.99 0 0 0-.684.002l.047-.241zM8.776 20.512c-.438.224-.185-.222.026-.362l.23-.002c.002.499 0 .998.002 1.498l-.262.001c0-.378-.006-.758.006-1.136zM4.906 20.427c.739-.246.811 1.31.08 1.226-.446-.196-.45-.95-.08-1.226m.143.155c-.269.164-.246.699-.011.904.334-.103.333-.823.011-.904z"/><path d="M5.939 20.418c.722-.197.783 1.292.075 1.238-.466-.181-.471-.978-.075-1.238m.087.166c-.206.229-.224.726.054.906.294-.143.318-.888-.054-.906zM11.309 20.434c.749-.276.825 1.328.078 1.216-.431-.207-.432-.934-.078-1.216m.14.138c-.244.196-.27.819.075.904.226-.206.265-.812-.075-.904z"/><path d="M12.343 20.422c.726-.219.795 1.294.082 1.234-.462-.183-.467-.965-.082-1.234m.136 1.068c.334-.177.286-.76-.003-.974-.219.261-.285.744.003.974zM7.026 20.902c.318 0 .637-.001.955.002l-.014.25c-.314-.002-.628-.001-.942-.002l.001-.25zM4.256 21.368c.11-.131.348.105.219.218-.12.226-.45-.093-.219-.218zM10.577 21.367c.109-.13.342.106.217.218-.122.223-.453-.088-.217-.218z"/><path fill="#7f7f7f" d="M3.711 8.594c1.518-1.711 4.086-2.345 6.233-1.562-.238.269-.475.538-.721.802-1.502-.394-3.158-.01-4.346.986.602.62 1.22 1.226 1.83 1.838-.171.192-.344.384-.518.574-.626-.613-1.235-1.242-1.864-1.852-1.13 1.316-1.454 3.247-.821 4.862l.002.006c-.242.258-.47.53-.73.773-1.029-2.071-.645-4.737.936-6.426zM9.638 7.962c.222-.272.463-.528.694-.794l.405.225c-1.115 1.246-2.216 2.508-3.353 3.735-.086-.121-.18-.235-.274-.35.786-.888 1.586-1.765 2.367-2.658.174.038.359.134.534.048a2.43 2.43 0 0 0-.374-.206zM10.438 8.318c.209-.254.428-.498.649-.741l.367.266c-.223.252-.457.494-.658.764a19.653 19.653 0 0 0-.358-.289z"/><path fill="#7f7f7f" d="M5.136 8.836a4.726 4.726 0 0 1 3.939-.858c-.723.87-1.502 1.694-2.25 2.543-.57-.555-1.126-1.124-1.689-1.685zM8.292 11.961c1.154-1.288 2.294-2.589 3.458-3.869l.358.274c-1.157 1.324-2.353 2.623-3.534 3.936-.09-.118-.186-.229-.282-.341m2.736-3.003c.072.151.271.375.377.126-.1-.078-.314-.383-.377-.126zM7.674 11.38c.891-.956 1.746-1.946 2.621-2.917.125.078.249.157.378.228-.861 1.026-1.782 1.999-2.662 3.008-.112-.107-.224-.214-.337-.319zM11.71 9.375c.218-.236.43-.477.645-.715l.287.355c-1.359 1.525-2.716 3.054-4.09 4.565-.109-.1-.217-.2-.324-.301a369.816 369.816 0 0 1 3.348-3.734c.083.108.173.211.271.306.131-.144-.09-.33-.138-.476m-2.921 3.353c.081.085.15.186.254.246.205-.057-.019-.245-.043-.36a3.292 3.292 0 0 0-.211.114zM12.177 10.093c.242-.241.462-.502.693-.754 1.367 2.066 1.205 4.993-.417 6.873-1.642 2.04-4.724 2.689-7.047 1.476.222-.251.446-.502.672-.751 1.659.694 3.682.423 5.046-.767-.768-.768-1.534-1.538-2.306-2.303.173-.194.346-.386.52-.578.779.778 1.551 1.562 2.338 2.334 1.295-1.507 1.514-3.815.501-5.529zM4.334 9.634c.592.565 1.16 1.154 1.74 1.73-.824.905-1.618 1.837-2.457 2.727-.502-1.492-.262-3.21.717-4.458z"/><path fill="#7f7f7f" d="M9.451 13.158c.882-.969 1.733-1.966 2.631-2.92.854 1.611.721 3.684-.418 5.124-.743-.73-1.47-1.474-2.213-2.204zM6.466 11.502c.168-.192.338-.382.505-.575.118.106.235.212.355.314-.198.184-.374.39-.55.595l-.029-.033c-.09-.103-.186-.202-.282-.302zM7.06 12.092a8.84 8.84 0 0 1 .521-.574c.092.115.19.226.287.336-.166.189-.334.377-.502.563a97.368 97.368 0 0 1-.306-.326zM3.81 14.471c.845-.948 1.695-1.891 2.537-2.843.109.113.218.224.328.335-.912.958-1.75 1.984-2.666 2.938-.062-.146-.131-.287-.199-.43zM7.637 12.686l.507-.561.346.309c-.188.182-.358.379-.532.574-.106-.108-.214-.215-.321-.322zM4.242 15.222c.917-.985 1.797-2.005 2.699-3.003l.302.33c-.906 1.016-1.804 2.04-2.726 3.041-.087-.126-.182-.247-.275-.368zM4.802 15.862c.907-1.011 1.804-2.031 2.72-3.034l.325.3c-.901 1.013-1.806 2.022-2.709 3.034l-.336-.299zM5.452 16.382c.888-.994 1.778-1.986 2.664-2.982l.325.322c-.87.956-1.721 1.931-2.591 2.888l-.398-.228zM6.214 16.788c.824-.937 1.661-1.862 2.492-2.794.716.723 1.442 1.436 2.154 2.164-1.292 1.024-3.127 1.271-4.646.63zM2.971 15.408c.233-.262.468-.522.702-.783l.234.429c-.234.237-.45.493-.676.738l-.261-.383zM3.454 16.119c.228-.254.448-.515.693-.753.082.126.174.246.264.368-.222.231-.43.474-.648.709l-.309-.324zM4.038 16.721c.214-.245.43-.488.648-.728l.337.294c-.218.25-.439.498-.66.745l-.325-.31zM4.672 17.257c.217-.246.435-.491.657-.733l.409.221c-.227.25-.452.502-.678.754l-.388-.242z"/><path fill="#f2f2f2" d="M11.028 8.958c.063-.258.277.048.377.126-.106.25-.305.026-.377-.126z"/><path fill="#f0f0f0" d="M6.971 10.927l.139-.148c.094.114.188.229.274.35l-.058.113c-.12-.102-.238-.209-.355-.314z"/><path fill="#ededed" d="M7.581 11.518l.093-.138.337.319-.142.155c-.097-.11-.195-.221-.287-.336zM8.144 12.125l.148-.164c.095.112.192.223.282.341l-.084.132c-.116-.102-.23-.206-.346-.309z"/><path fill="#f6f6f6" d="M8.788 12.728c.069-.04.139-.078.211-.114.024.115.248.303.043.36-.105-.06-.174-.162-.254-.246z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-no-parking-or-stopping--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".96" d="M1.489 0h21.01l.067.138C15.492.113 8.414.097 1.34.146L1.489 0z"/><path fill="#fff" d="M.116 1.529C.252.88.74.393 1.34.147 8.414.098 15.492.113 22.566.139c.652.199 1.163.722 1.303 1.394.001 6.812-.002 13.624.002 20.435.028.493-.185.948-.418 1.369a4.23 4.23 0 0 1-.116.116c-.421.235-.877.451-1.372.414-6.844-.016-13.687.014-20.53-.016a1.888 1.888 0 0 1-1.32-1.386c.004-6.978.004-13.957 0-20.936M1.596.406C.871.501.35 1.196.376 1.91.37 8.637.369 15.364.377 22.092c-.026.827.703 1.56 1.535 1.516 6.726.002 13.452.004 20.178-.001.827.038 1.542-.695 1.52-1.516.008-6.726.007-13.453.001-20.179.047-.89-.77-1.62-1.644-1.542C15.177.394 8.382.32 1.596.407z"/><path fill="#fff" d="M1.73 1.036c6.742-.083 13.493-.014 20.239-.034a.937.937 0 0 1 1.007 1.039c.002 6.64.002 13.278 0 19.918a.93.93 0 0 1-1.018 1.016c-6.679-.002-13.36.008-20.039-.005-.544.024-.956-.476-.91-1.001-.004-6.647-.002-13.292-.001-19.939-.029-.451.238-.938.721-.995m4.709.819c.01 1.324.002 2.646.004 3.97.976.01 1.952.002 2.929.004l.001-.692c-.746-.002-1.493.001-2.24-.001 0-.371 0-.742.004-1.112.385.001.77 0 1.157.004.007-.232.011-.463.016-.695L7.133 3.33v-.791c.722-.004 1.446.001 2.17-.004l-.001-.691c-.954.006-1.908-.016-2.862.012m3.74-.019c-.005 1.328-.002 2.657-.001 3.985l.686.001c.004-.899 0-1.798.002-2.698.634.896 1.241 1.811 1.877 2.705l.612-.013c-.004-1.326 0-2.651-.002-3.977h-.692c-.002.875 0 1.75-.001 2.623-.613-.869-1.217-1.744-1.822-2.618-.22-.002-.439-.007-.659-.008m4.202-.001c-.036 1.327-.005 2.654-.017 3.983.778-.047 1.646.184 2.34-.272 1.117-.76 1.109-2.662-.02-3.406-.682-.455-1.536-.256-2.303-.305M10.961 6.89c-2.551.463-4.465 3.024-4.223 5.6.126 2.254 1.856 4.309 4.067 4.786 1.94.474 4.086-.322 5.309-1.884 1.055-1.301 1.41-3.12.948-4.727-.678-2.574-3.486-4.339-6.101-3.775M5.55 18.152c-.548 1.328-1.103 2.653-1.643 3.985.248-.002.497-.006.744-.011.116-.31.246-.614.377-.918.575-.001 1.15 0 1.724-.002.13.313.264.624.397.936.245-.006.49-.006.734-.011a684.733 684.733 0 0 0-1.672-3.98l-.662.001m3.107-.001c-.002 1.328 0 2.657-.001 3.984h.683c-.001-.522-.01-1.043.013-1.562l1.031.006c.244.521.466 1.054.727 1.567.24-.007.479-.011.719-.016-.239-.551-.479-1.102-.727-1.648.827-.448.924-1.792.017-2.202-.786-.264-1.645-.07-2.461-.13m3.953.001c-.002 1.328-.001 2.657-.001 3.985.977.002 1.954.002 2.929.001v-.691c-.745-.004-1.492-.001-2.237-.002-.002-.371-.005-.742.005-1.112.389.002.776 0 1.164 0v-.692H13.3l-.001-.793c.722-.002 1.446.001 2.168-.001v-.692l-2.857-.001m5.144-.008c-.565 1.324-1.105 2.658-1.654 3.99l.728.001c.13-.316.262-.63.41-.936.57.013 1.14.005 1.71.008.128.308.257.617.382.926l.746-.001c-.547-1.328-1.114-2.65-1.664-3.977l-.659-.012z"/><path fill="#fff" d="M15.052 2.528c.432.011.918-.068 1.289.206.701.514.702 1.698.002 2.213-.374.268-.86.161-1.29.18 0-.866.001-1.733-.001-2.599zM10.958 7.838c1.289-.32 2.688.013 3.75.793-.142.148-.284.293-.425.442l-.112-.053c-1.322-.517-2.807-.136-4.195-.252-.002 1.596.004 3.191-.004 4.787a76.65 76.65 0 0 1-1.312 1.362c-.766-.944-1.145-2.197-.974-3.406.211-1.736 1.562-3.276 3.271-3.673zM14.99 9.659c.121-.132.241-.264.364-.395 1.426 1.736 1.279 4.53-.413 6.038-1.487 1.457-3.986 1.554-5.605.256.202-.228.413-.445.631-.655.006.194.011.39.014.586l1.17-.001c.001-.61.002-1.218 0-1.828.26-.271.491-.581.804-.794.641-.034 1.294.07 1.925-.071 1.253-.365 1.879-2.06 1.11-3.136z"/><path fill="#fff" d="M11.093 9.938c.778.001 1.556-.018 2.334.017-.58.587-1.106 1.24-1.744 1.764-.197.005-.394.002-.592.002l.001-1.783zM13.006 11.758a8.84 8.84 0 0 1 1.174-1.211c.115.731-.454 1.279-1.174 1.211zM9.337 18.834c.476.014.962-.049 1.433.042.41.178.415.83-.016.99-.468.07-.946.014-1.417.029-.001-.354-.002-.707 0-1.061zM5.299 20.519c.204-.452.342-.935.608-1.355.196.448.374.902.56 1.355-.39.002-.779.002-1.169 0zM17.495 20.519c.191-.467.376-.936.592-1.391.198.46.385.925.574 1.39-.389.004-.776.004-1.165.001z"/><path d="M1.596.406C8.382.318 15.178.393 21.967.369c.874-.078 1.691.652 1.644 1.542.006 6.726.007 13.453-.001 20.179.022.821-.694 1.554-1.52 1.516-6.726.005-13.452.004-20.178.001-.832.044-1.561-.689-1.535-1.516A9697.9 9697.9 0 0 1 .376 1.909C.351 1.195.872.5 1.596.405m.134.631c-.484.056-.75.544-.721.995-.001 6.647-.002 13.292.001 19.939-.047.524.366 1.025.91 1.001 6.679.013 13.36.002 20.039.005a.93.93 0 0 0 1.018-1.016c.002-6.64.002-13.278 0-19.918.068-.582-.424-1.096-1.007-1.039-6.746.019-13.498-.049-20.239.034zM0 1.382l.116.146c.004 6.979.004 13.958 0 20.936L0 22.619V1.381z"/><path d="M6.438 1.854c.954-.028 1.908-.006 2.862-.012l.001.691c-.724.005-1.447 0-2.17.004v.791l1.176.002c-.005.232-.008.463-.016.695-.386-.004-.772-.002-1.157-.004-.004.371-.004.742-.004 1.112.748.002 1.494-.001 2.24.001l-.001.692c-.977-.001-1.954.006-2.929-.004-.001-1.324.006-2.646-.004-3.97zM10.18 1.837c.22.001.439.006.659.008.605.875 1.208 1.75 1.822 2.618.001-.874-.001-1.748.001-2.623h.692c.002 1.326-.001 2.651.002 3.977l-.612.013c-.636-.894-1.243-1.808-1.877-2.705-.002.9.001 1.799-.002 2.698l-.686-.001c-.001-1.328-.004-2.657.001-3.985zM14.382 1.836c.767.049 1.621-.15 2.303.305 1.129.744 1.138 2.646.02 3.406-.694.456-1.562.226-2.34.272.012-1.328-.019-2.656.017-3.983m.67.692c.002.866.001 1.733.001 2.599.43-.019.916.088 1.29-.18.7-.515.698-1.699-.002-2.213-.371-.275-.857-.196-1.289-.206zM9.977 8.768c1.388.116 2.873-.265 4.195.252l.109.053c-.275.304-.562.596-.854.882-.778-.035-1.556-.016-2.334-.017l-.001 1.783c.198 0 .395.002.592-.002-.512.662-1.141 1.223-1.71 1.836.007-1.596.001-3.191.004-4.787zM14.179 10.547c.204-.349.538-.598.811-.888.769 1.075.143 2.771-1.11 3.136-.631.14-1.284.037-1.925.071.32-.394.647-.796 1.05-1.108.72.068 1.289-.48 1.174-1.211zM9.967 14.903c.383-.426.782-.836 1.184-1.243.002.61.001 1.218 0 1.828l-1.17.001a56.606 56.606 0 0 0-.014-.586zM5.55 18.152l.662-.001a762.19 762.19 0 0 1 1.672 3.98c-.245.005-.49.005-.734.011-.133-.312-.268-.623-.397-.936-.575.002-1.15.001-1.724.002-.131.304-.26.608-.377.918-.247.005-.496.008-.744.011.54-1.332 1.094-2.657 1.643-3.985m-.252 2.367c.39.002.779.002 1.169 0-.186-.452-.365-.907-.56-1.355-.266.42-.404.902-.608 1.355zM8.656 18.151c.816.06 1.675-.134 2.461.13.907.41.81 1.754-.017 2.202.248.546.488 1.097.727 1.648-.24.005-.479.008-.719.016-.262-.514-.484-1.046-.727-1.567l-1.031-.006c-.023.52-.014 1.04-.013 1.562h-.683c.001-1.327-.001-2.656.001-3.984m.682.682c-.002.354-.001.707 0 1.061.472-.014.949.041 1.417-.029.431-.16.426-.812.016-.99-.47-.091-.956-.028-1.433-.042zM12.61 18.151l2.857.001v.692c-.722.002-1.446-.001-2.168.001l.001.793h1.17v.692c-.388 0-.775.002-1.164 0-.01.371-.007.742-.005 1.112.745.001 1.492-.001 2.237.002v.691c-.976.001-1.952.001-2.929-.001 0-1.328-.001-2.657.001-3.985zM17.754 18.145l.659.012c.551 1.327 1.117 2.648 1.664 3.977l-.746.001c-.125-.31-.253-.618-.382-.926-.57-.004-1.14.005-1.71-.008-.149.306-.281.62-.41.936l-.728-.001c.548-1.332 1.088-2.666 1.654-3.99m-.26 2.373c.389.002.776.002 1.165-.001-.188-.464-.376-.93-.574-1.39-.216.455-.401.924-.592 1.391z"/><path fill="#0d0d0d" opacity=".92" d="M23.869 1.532L24 1.388v21.124c-.114.314-.29.605-.546.824.233-.421.445-.876.418-1.369-.005-6.811-.001-13.622-.002-20.435z"/><path fill="#c0111e" d="M10.961 6.89c2.615-.564 5.423 1.201 6.101 3.775.462 1.607.107 3.426-.948 4.727-1.223 1.562-3.368 2.358-5.309 1.884-2.21-.476-3.941-2.532-4.067-4.786-.242-2.576 1.672-5.137 4.223-5.6m-.003.948c-1.709.397-3.06 1.937-3.271 3.673-.17 1.208.209 2.461.974 3.406.444-.446.878-.905 1.312-1.362.569-.613 1.198-1.174 1.71-1.836.637-.524 1.164-1.177 1.744-1.764.293-.286.58-.578.854-.882l-.109-.053.112.053c.14-.149.283-.294.425-.442-1.062-.78-2.461-1.114-3.75-.793m4.031 1.821c-.274.29-.607.539-.811.888a8.784 8.784 0 0 0-1.174 1.211c-.403.312-.73.714-1.05 1.108-.313.214-.544.523-.804.794-.402.407-.802.817-1.184 1.243-.218.21-.43.427-.631.655 1.619 1.298 4.118 1.201 5.605-.256 1.692-1.508 1.838-4.302.413-6.038l-.364.395z"/><path fill="#0b0b0b" opacity=".9" d="M21.966 23.867c.494.037.95-.179 1.372-.414a2.186 2.186 0 0 1-.781.547H1.517l-.08-.149c6.842.03 13.686 0 20.53.016z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--end-of-one-way-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c5daea" d="M0 0h.317l.061.073A.374.374 0 0 1 0 .192V0z"/><path fill="#196eac" d="M.317 0h20.737c-1.108.25-2.247.078-3.37.126C11.915.091 6.143.197.377.073L.316 0z"/><path fill="#035ca1" d="M21.054 0h.224c-2.331 2.362-4.661 4.725-7.007 7.072-.947-1.579-1.868-3.174-2.808-4.758a922.987 922.987 0 0 0-6.845 11.641c.933.019 1.867-.016 2.799.023C4.973 16.509 2.459 18.976 0 21.494V.192A.374.374 0 0 0 .378.073c5.765.124 11.538.018 17.307.053C18.808.078 19.947.25 21.055 0zM15.923 9.903c2.514-2.589 5.067-5.137 7.571-7.733v21.344a1.821 1.821 0 0 1-.681.486h-8.737c.009-3.346-.009-6.692.014-10.038 1.405-.008 2.811.006 4.216-.006a421.184 421.184 0 0 0-2.384-4.052zM2.089 24a2960.07 2960.07 0 0 1 7.024-7.143c.03 2.381.011 4.762.016 7.143H2.088z"/><path fill="#da251d" d="M21.278 0h1.554c.25.117.475.283.663.486V2.17c-2.505 2.596-5.058 5.144-7.571 7.733-2.259 2.328-4.563 4.613-6.81 6.954A2784.4 2784.4 0 0 0 2.09 24H.356c-.029-.152-.206-.278-.355-.202v-2.304c2.459-2.517 4.973-4.984 7.417-7.516 2.293-2.294 4.568-4.605 6.854-6.906 2.346-2.347 4.676-4.71 7.007-7.072z"/><path fill="#fff" d="M22.832 0h.663v.486A2.145 2.145 0 0 0 22.832 0zM4.618 13.955a922.987 922.987 0 0 1 6.845-11.641c.94 1.584 1.861 3.179 2.808 4.758-2.286 2.3-4.561 4.612-6.854 6.906-.932-.039-1.866-.004-2.799-.023zM9.114 16.857c2.247-2.341 4.551-4.626 6.81-6.954a433.759 433.759 0 0 1 2.384 4.052c-1.406.013-2.812-.001-4.216.006-.023 3.346-.005 6.692-.014 10.038H9.131c-.005-2.381.014-4.762-.016-7.143zM22.814 24c.263-.105.493-.275.681-.486V24h-.681z"/><path fill="#ead0d2" d="M0 23.798c.149-.076.326.051.355.202H0v-.202z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--end-of-parking-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#5f6261" opacity=".83" d="M4.499 0h11.369l.167.032c-2.753.137-5.512.042-8.268.07C6.626.085 5.482.125 4.343.022L4.498 0z"/><path fill="#2a2d2f" d="M0 1.039C.277.531.8.152 1.385.116 2.37.053 3.361.122 4.344.022c1.138.103 2.282.063 3.424.08 2.756-.028 5.515.068 8.268-.07.816.045 1.864.001 2.345.798.285 1.143.129 2.343.242 3.509v14.626c-.057 1.282-.033 2.566-.105 3.848-.027.636-.68.946-1.178 1.187H1.05c-.404-.233-.78-.523-1.05-.909V1.039m.355.554C.344 8.336.357 15.08.349 21.823c.898-1.184 1.79-2.374 2.696-3.551.814-1.081 1.622-2.168 2.457-3.233l-.002-.03c1.062-1.368 2.093-2.76 3.145-4.135.682-.904 1.369-1.804 2.048-2.71.371-.483.738-.971 1.105-1.457.581-.762 1.156-1.526 1.736-2.288.99-1.31 1.984-2.616 2.975-3.927C11.602.488 6.697.491 1.791.491 1.15.47.352.867.355 1.592M17.033.49c-.983 1.295-1.973 2.584-2.943 3.889l-.024-.003c-.633.885-1.309 1.739-1.962 2.609-.36.476-.716.953-1.082 1.424-.587.818-1.247 1.583-1.795 2.429h-.049c-.434.595-.886 1.176-1.329 1.765l-.512.67c-.618.855-1.304 1.665-1.892 2.54-.653.783-1.246 1.615-1.862 2.427-.259.33-.513.664-.762 1.001-.172.229-.39.434-.505.7-.652.783-1.248 1.613-1.861 2.427-.208.235.003.526.088.766a40.287 40.287 0 0 0 1.764-2.317c.346-.399.654-.83.967-1.255.329-.425.662-.848.975-1.287l.025.001c.394-.562.823-1.098 1.236-1.645.62-.834 1.26-1.652 1.877-2.488.378-.504.796-.981 1.114-1.527l.053.001c.445-.594.893-1.184 1.345-1.773.462-.613.925-1.228 1.395-1.836.394-.535.803-1.061 1.201-1.592.718-.992 1.535-1.917 2.182-2.958l.055.007c.916-1.21 1.847-2.409 2.749-3.63.157-.267-.295-.253-.447-.346m-1.751 3.924c-.851 1.139-1.716 2.27-2.577 3.402-.579.79-1.213 1.541-1.726 2.376-.686.753-1.276 1.586-1.882 2.403l-.027-.001c-.559.778-1.152 1.53-1.729 2.295-.483.638-.964 1.279-1.453 1.913-.351.481-.74.933-1.046 1.444l-.049-.001c-.325.445-.678.869-.974 1.335l-.046.012c-.47.662-1.02 1.275-1.454 1.958-.508.59-.951 1.232-1.427 1.847.192.07.384.137.578.204.27-.375.576-.726.83-1.112.268-.324.512-.665.768-.997.134-.176.261-.358.376-.546l.041-.012.198-.258.293-.413c.288-.332.551-.683.798-1.046.275-.295.491-.639.741-.954.358-.469.715-.938 1.065-1.413.268-.362.582-.695.8-1.09a58.423 58.423 0 0 0 2.389-3.15c1.11-1.368 2.147-2.802 3.214-4.207a327.486 327.486 0 0 0 2.823-3.72c.756-.982 1.503-1.971 2.248-2.959.228-.246.003-.549-.118-.785-.898 1.147-1.76 2.322-2.653 3.474m.865.515C15.123 6.29 14.053 7.628 13.07 9.02a86.548 86.548 0 0 0-2.689 3.543c-1.459 1.874-2.918 3.768-4.316 5.695-.335.364-.622.774-.908 1.178-.433.553-.876 1.1-1.259 1.691-.169.129-.272.326-.396.495l-.018.001c-.263.349-.524.699-.789 1.047-.238.309-.472.62-.705.933 4.949.001 9.899.004 14.847-.001.647-.003 1.397-.473 1.331-1.197-.003-6.712.006-13.424-.004-20.135-.681.878-1.351 1.766-2.016 2.657z"/><path fill="#2a2d2f" d="M6.257 1.612c.416 0 .833-.005 1.25.011-.138.523-.584.872-.873 1.309l.834.006-.007.268c-.422 0-.845.003-1.268-.006.122-.529.566-.88.866-1.307l-.802-.002v-.279zM8.199 1.639c.962-.318 1.258 1.365.366 1.572-.899.2-1.156-1.305-.366-1.572m.091.277c-.419.182-.347 1.055.172 1.017.543-.08.422-1.192-.172-1.017zM9.473 1.624l.264.006c.249.341.489.687.742 1.025.006-.342.006-.683.006-1.026l.286-.005c.013.53.01 1.06.007 1.59l-.303-.009c-.23-.336-.463-.669-.698-1.002-.004.336-.004.671-.004 1.007l-.304.002c-.001-.53-.004-1.059.004-1.588zM11.239 1.624c.345 0 .689 0 1.034-.003l.018.251c-.265.003-.53.005-.795.01l.001.367.478.005-.001.249-.479.008.002.455.782.003.003.261-1.043-.001c-.002-.535-.001-1.071 0-1.605z"/><path fill="#f7fbf5" d="M.355 1.593C.352.868 1.15.471 1.791.492c4.906 0 9.811-.003 14.718.001-.991 1.311-1.985 2.617-2.975 3.927-3.376.03-6.754-.019-10.129.023-.787.015-1.355.772-1.262 1.533.014 3.652-.007 7.305.01 10.955-.037.607.437 1.028.891 1.341-.906 1.177-1.798 2.367-2.696 3.551C.356 15.08.343 8.336.354 1.593m5.903.019v.279l.802.002c-.301.426-.744.778-.866 1.307.422.009.845.006 1.268.006l.007-.268-.834-.006c.29-.436.735-.786.873-1.309-.417-.016-.834-.011-1.25-.011m1.942.027c-.79.268-.533 1.773.366 1.572.891-.207.596-1.89-.366-1.572m1.274-.015c-.008.53-.005 1.059-.004 1.588l.304-.002c0-.336 0-.671.004-1.007.235.333.468.666.698 1.002l.303.009c.003-.531.006-1.061-.007-1.59l-.286.005c0 .343 0 .684-.006 1.026-.253-.338-.493-.684-.742-1.025a23.25 23.25 0 0 0-.264-.006m1.766 0c-.001.535-.002 1.071 0 1.605l1.043.001-.003-.261-.782-.003-.002-.455.479-.008.001-.249-.478-.005-.001-.367c.265-.005.53-.007.795-.01a21.163 21.163 0 0 1-.018-.251c-.345.003-.689.003-1.034.003zM17.033.49c.152.093.604.079.447.346-.901 1.221-1.832 2.42-2.749 3.63l-.055-.007a59.036 59.036 0 0 1-.587-.08c.97-1.305 1.96-2.594 2.943-3.889zM15.283 4.413c.893-1.151 1.755-2.326 2.653-3.474.12.236.346.539.118.785-.745.988-1.492 1.977-2.248 2.959-.174-.091-.349-.18-.523-.27z"/><path fill="#f7fbf5" d="M8.29 1.916c.595-.175.715.937.172 1.017-.519.038-.592-.835-.172-1.017zM16.149 4.927a167.05 167.05 0 0 1 2.016-2.657c.01 6.711.001 13.423.004 20.135.066.724-.684 1.194-1.331 1.197-4.948.005-9.898.002-14.847.001.233-.313.467-.624.705-.933.811-.009 1.621-.001 2.433-.007.02-1.076-.041-2.153.029-3.227.286-.404.574-.814.908-1.178 2.992-.011 5.984.01 8.975-.008.716.025 1.353-.602 1.326-1.32.021-3.585-.008-7.171.014-10.757a3.15 3.15 0 0 0-.231-1.246m-1.278 14.79c0 .667.002 1.334-.002 2.002l.346.024c.064-.374-.206-1.202.382-1.196.345.233.135.791.187 1.161l.355.043c-.015-.443.088-.926-.107-1.339-.194-.293-.556-.149-.812-.039l-.006-.675-.344.02m-1.593.713c.264.097.837-.172.848.183-.323.344-.798.586-.849 1.112.383.011.768.01 1.151.004l.001-.232c-.271-.014-.541-.03-.811-.053.247-.338.863-.517.797-1.004-.219-.455-.844-.315-1.137-.011m-6.495-.238c-.005.516-.005 1.032-.003 1.548l.321.003c.083-.436-.268-1.327.448-1.264.023.42.028.84.028 1.261l.329.004c.082-.426-.27-1.337.444-1.26.029.416.035.833.032 1.25l.316.012c-.056-.486.209-1.178-.253-1.511-.554.009-1.108.009-1.661-.043m2.421.106c.035.055.105.162.138.216.251-.021.539-.078.713.155-.236.046-.492.033-.714.133-.305.224-.24.782.12.911.284.068.579.013.866.009-.014-.436.061-.889-.061-1.314-.239-.36-.723-.201-1.064-.112m1.5-.103c.408.488.369 1.066-.014 1.556l.358-.002c.083-.146.165-.291.249-.436l.235.452.355-.023c-.132-.266-.267-.53-.399-.796.132-.247.263-.495.39-.744l-.342-.021-.23.434c-.083-.141-.164-.284-.246-.425l-.357.005zM5.464 6.165c1.465-.006 2.929-.01 4.394 0 .685-.009 1.35.201 1.94.543-.367.486-.734.974-1.105 1.457-1.07-.403-2.226-.232-3.341-.264-.022.982-.013 1.965-.007 2.947.433.005.866.012 1.3.027C7.593 12.25 6.562 13.641 5.5 15.01c-.087-2.946-.02-5.896-.035-8.844zM12.105 6.985l.39.431c-.398.532-.807 1.058-1.201 1.592-.092-.2-.181-.399-.272-.6.366-.471.723-.948 1.082-1.424zM12.706 7.814c.093.195.184.391.277.588-1.067 1.405-2.103 2.839-3.214 4.207-.224.002-.448-.007-.671-.016.606-.817 1.196-1.65 1.882-2.403.513-.836 1.147-1.586 1.726-2.376z"/><path fill="#f7fbf5" d="M10.381 12.564a85.653 85.653 0 0 1 2.689-3.543c.153 1.647-.962 3.387-2.689 3.543zM9.179 10.838h.049l.671.007c-.452.589-.9 1.179-1.345 1.773l-.053-.001c-.217-.006-.434-.01-.651-.014.443-.589.895-1.17 1.329-1.765zM7.337 13.273c.018.29.033.581.049.87-.617.836-1.257 1.654-1.877 2.488a11.802 11.802 0 0 1-.064-.818c.589-.875 1.274-1.685 1.892-2.54zM7.342 14.888c.019.29.038.581.038.871-.218.395-.532.728-.8 1.09l-.691-.049c.489-.634.97-1.275 1.453-1.913zM3.583 18.24l.665.035c-.313.438-.646.861-.975 1.287-.151-.107-.302-.213-.452-.321.249-.337.503-.671.762-1.001zM4.795 18.244l.049.001.672.018c-.25.315-.466.659-.741.954a3.467 3.467 0 0 1-.954.362c.296-.466.649-.89.974-1.335zM.455 22.368c.613-.814 1.209-1.644 1.861-2.427-.006.292.004.584-.01.875a39.499 39.499 0 0 1-1.764 2.317c-.085-.24-.296-.531-.088-.766zM3.898 21.128c.116-.072.233-.138.351-.205l.386.265c-.285.333-.699.48-1.133.435.124-.169.227-.365.396-.495zM10.002 21.465c-.598.226-.663-.658-.022-.5l.022.5zM.894 23.397c.476-.615.919-1.258 1.427-1.847-.009.313.002.626-.02.939-.254.386-.56.737-.83 1.112a44.269 44.269 0 0 1-.578-.204z"/><path fill="#8f9695" d="M14.066 4.376l.024.003c.195.028.39.054.587.08-.647 1.041-1.464 1.966-2.182 2.958l-.39-.431c.653-.87 1.328-1.724 1.962-2.609zM2.143 5.975c-.094-.761.475-1.518 1.262-1.533 3.375-.042 6.753.007 10.129-.023-.58.763-1.155 1.527-1.736 2.288-.59-.342-1.255-.552-1.94-.543-1.465-.01-2.929-.006-4.394 0 .015 2.948-.052 5.898.035 8.844l.002.03c-.835 1.065-1.643 2.151-2.457 3.233-.454-.314-.928-.734-.891-1.341-.017-3.651.004-7.304-.01-10.955zM12.706 7.814c.861-1.132 1.726-2.263 2.577-3.402.174.09.349.179.523.27a327.486 327.486 0 0 1-2.823 3.72l-.277-.588zM13.07 9.02c.983-1.392 2.053-2.73 3.079-4.093.155.396.245.819.231 1.246-.022 3.586.007 7.172-.014 10.757.027.719-.61 1.345-1.326 1.32-2.991.018-5.983-.003-8.975.008 1.398-1.927 2.857-3.821 4.316-5.695 1.727-.156 2.842-1.896 2.689-3.543z"/><path fill="#8f9695" d="M7.351 7.901c1.115.032 2.272-.139 3.341.264-.679.905-1.366 1.805-2.048 2.71a56.255 56.255 0 0 0-1.3-.027c-.006-.982-.015-1.965.007-2.947zM9.228 10.838c.548-.845 1.208-1.611 1.795-2.429l.272.6c-.47.608-.933 1.223-1.395 1.836l-.671-.007zM9.071 12.593l.027.001c.223.009.447.018.671.016a58.95 58.95 0 0 1-2.389 3.15c0-.291-.019-.582-.038-.871.577-.766 1.17-1.518 1.729-2.295zM7.337 13.273l.512-.67c.217.004.434.008.651.014-.319.546-.736 1.023-1.114 1.527-.016-.29-.031-.581-.049-.87zM3.583 18.24c.616-.812 1.209-1.644 1.862-2.427.009.273.036.546.064.818-.413.547-.841 1.083-1.236 1.645l-.025-.001-.665-.035zM4.844 18.245c.306-.511.695-.963 1.046-1.444l.691.049c-.35.475-.706.944-1.065 1.413l-.672-.018zM2.316 19.941c.115-.266.333-.471.505-.7.15.108.301.214.452.321-.313.425-.621.855-.967 1.255.014-.292.004-.584.01-.875zM3.821 19.579c.332-.081.658-.188.954-.362-.247.362-.51.714-.798 1.046-.143-.055-.287-.11-.43-.163l.137.577-.198.258-.041.012c-.212.06-.424.124-.634.193l.258.353c-.256.332-.5.673-.768.997.022-.313.011-.626.02-.939.434-.683.984-1.296 1.454-1.958l.046-.012zM3.898 21.128c.382-.591.826-1.138 1.259-1.691-.07 1.074-.009 2.151-.029 3.227-.812.006-1.622-.002-2.433.007.265-.348.526-.698.789-1.047l.018-.001c.434.045.848-.103 1.133-.435l-.386-.265c-.118.067-.235.133-.351.205zM14.872 19.717l.344-.02.006.675c.256-.111.617-.254.812.039.194.413.092.896.107 1.339a48.854 48.854 0 0 0-.355-.043c-.052-.37.157-.928-.187-1.161-.589-.006-.319.822-.382 1.196l-.346-.024c.004-.667.002-1.334.002-2.002zM13.278 20.431c.293-.304.918-.444 1.137.011.067.487-.55.666-.797 1.004.27.023.54.039.811.053l-.001.232a25.98 25.98 0 0 1-1.151-.004c.052-.527.527-.769.849-1.112-.012-.356-.585-.087-.848-.183zM6.783 20.192c.553.052 1.107.052 1.661.043.462.333.197 1.025.253 1.511l-.316-.012c.003-.417-.003-.834-.032-1.25-.714-.078-.362.834-.444 1.26l-.329-.004c0-.42-.005-.84-.028-1.261-.716-.064-.365.828-.448 1.264l-.321-.003c-.002-.516-.002-1.032.003-1.548zM9.205 20.298c.341-.09.825-.249 1.064.112.122.424.047.877.061 1.314-.288.004-.583.059-.866-.009-.36-.129-.425-.687-.12-.911.222-.101.478-.088.714-.133-.174-.233-.462-.176-.713-.155l-.138-.216m.795 1.165l-.022-.5c-.641-.158-.577.726.022.5zM10.703 20.193l.357-.005c.082.141.163.284.246.425l.23-.434.342.021c-.127.249-.258.497-.39.744.132.266.267.53.399.796l-.355.023-.235-.452c-.084.145-.166.29-.249.436l-.358.002c.383-.49.422-1.068.014-1.556z"/><path fill="#e1e6e1" d="M3.547 20.099l.43.163-.293.413a37.219 37.219 0 0 1-.137-.577z"/><path fill="#e6eae5" d="M2.811 21.139c.21-.069.422-.133.634-.193a6.959 6.959 0 0 1-.376.546l-.258-.353z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-parking-zone--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0072bb" d="M1.45 0h21.065c.47.137.94.377 1.17.833-.468-.354-.967-.754-1.594-.703C15.364.126 8.637.128 1.909.13.981.063.101.848.137 1.791.127 8.558.135 15.326.133 22.093c-.041.568.28 1.046.617 1.468l.104.143c-.445-.246-.7-.702-.854-1.169V1.479C.156.749.734.187 1.45.002z"/><path fill="#0072bb" d="M.917 1.804c-.041-.538.479-.958.996-.892C8.759.925 15.611.889 22.452.925c-.528.032-1.2-.204-1.602.246l-2.755 2.783c-.78-.594-1.742-.949-2.729-.929-3.107-.002-6.214-.004-9.32.001-.006 4.368.006 8.736-.005 13.105-1.631 1.646-3.259 3.295-4.892 4.939-.386.35-.206.923-.222 1.38C.897 15.573.922 8.685.917 1.803zM19.535 6.164c1.175-1.156 2.348-2.312 3.529-3.461-.007 6.461 0 12.922-.004 19.381.054.49-.34.992-.852.96-6.623.008-13.247.001-19.871.004 1.225-1.228 2.47-2.436 3.707-3.652-.001.638-.001 1.276.002 1.913a438.5 438.5 0 0 0 3.804-.001c.002-1.882.002-3.763 0-5.645.542-.534 1.086-1.068 1.63-1.601 1.456-.018 2.912.042 4.366-.031 2.047-.156 3.782-2.009 3.804-4.061-.014-1.268.1-2.55-.115-3.806z"/><path fill="#0072bb" d="M9.854 5.971c1.438.002 2.875-.02 4.312.008.514-.007.953.277 1.318.612A4800.267 4800.267 0 0 1 11 11.121l-1.145-.002a981.554 981.554 0 0 1 0-5.148zM14.552 11.076a19.2 19.2 0 0 1 1.222-1.199 1.829 1.829 0 0 1-1.222 1.199z"/><path fill="#fff" d="M.137 1.79C.101.847.982.062 1.909.129c6.727-.002 13.454-.004 20.182 0 .626-.05 1.126.349 1.594.703.074.4.162.798.17 1.206-.004 6.68-.001 13.362-.002 20.042.018.49-.228.925-.413 1.362-.436.184-.87.425-1.358.407-6.721-.002-13.442-.001-20.162-.001-.408.004-.797-.133-1.169-.289-.337-.421-.658-.9-.617-1.468C.135 15.324.128 8.556.138 1.789m.779.015c.005 6.882-.02 13.77.01 20.647.18.622.877.654 1.411.598 6.624-.002 13.248.005 19.871-.004.512.032.906-.47.852-.96.004-6.46-.004-12.92.004-19.381.011-.623.158-1.546-.612-1.778C15.612.89 8.76.926 1.914.913c-.517-.066-1.037.354-.996.892z"/><path fill="#fff" d="M6.046 3.026c3.107-.005 6.214-.004 9.32-.001.986-.02 1.949.335 2.729.929l-2.611 2.638c-.365-.335-.804-.619-1.318-.612-1.436-.029-2.874-.006-4.312-.008a981.554 981.554 0 0 0 0 5.148l1.145.002c-1.651 1.67-3.306 3.34-4.958 5.01.011-4.369-.001-8.737.005-13.105zM15.774 9.877C17 8.613 18.283 7.404 19.535 6.164c.215 1.256.101 2.538.115 3.806-.022 2.052-1.757 3.905-3.804 4.061-1.453.073-2.91.013-4.366.031 1.028-.991 2.022-2.018 3.072-2.987a1.831 1.831 0 0 0 1.222-1.199zM6.044 19.397c1.268-1.246 2.537-2.49 3.806-3.733.002 1.882.002 3.763 0 5.645a438.5 438.5 0 0 1-3.804.001 203.24 203.24 0 0 1-.002-1.913z"/><path fill="#0a6eae" opacity=".92" d="M23.684.833c.119.198.22.406.316.616V22.43c-.085.385-.265.748-.56 1.014.185-.437.431-.872.413-1.362.001-6.68-.001-13.362.002-20.042-.008-.408-.096-.806-.17-1.206z"/><path fill="#e52629" d="M20.85 1.171c.402-.45 1.074-.214 1.602-.246.77.233.623 1.156.612 1.778-1.181 1.148-2.354 2.305-3.529 3.461-1.252 1.24-2.534 2.449-3.761 3.713a19.2 19.2 0 0 0-1.222 1.199c-1.05.968-2.044 1.996-3.072 2.987l-1.63 1.601c-1.27 1.243-2.538 2.488-3.806 3.733-1.237 1.216-2.482 2.424-3.707 3.652-.534.056-1.231.024-1.411-.598.016-.457-.164-1.03.222-1.38 1.633-1.644 3.262-3.293 4.892-4.939 1.652-1.67 3.307-3.34 4.958-5.01 1.495-1.508 2.99-3.019 4.484-4.53l2.611-2.638c.919-.926 1.837-1.855 2.755-2.783z"/><path fill="#0d69a4" opacity=".85" d="M22.081 23.85c.488.018.923-.223 1.358-.407a1.934 1.934 0 0 1-.984.557H1.559c-.246-.071-.498-.145-.706-.298l-.104-.143c.372.156.761.293 1.169.289 6.72 0 13.441-.001 20.162.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-pedestrians-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M10.706 0h2.572c1.964.303 3.9.937 5.534 2.092a6178.747 6178.747 0 0 1-6.863 7.591c-.394-.603-.706-1.261-1.157-1.823-.417-.39-.953-.621-1.393-.985.15-.642.87-1.09.697-1.809-.077-.921-1.387-1.328-1.94-.562-.664.613-.492 1.69.308 2.092-.03.657-.753.836-1.13 1.259-.415.47-.877 1-.858 1.668-.039 1.046-.108 2.09-.145 3.137.31-.001.622-.001.933-.004.046-1.225.087-2.45.111-3.676.061.007.183.018.243.023.056 1.757.117 3.513.181 5.27a3242.066 3242.066 0 0 1-4.971 5.499C1.252 17.958.35 15.653 0 13.293v-2.572c.205-1.06.395-2.134.814-3.137C2.382 3.467 6.36.522 10.706-.001zM13.736 12.627c2.503-2.769 5-5.546 7.516-8.305 1.531 1.797 2.403 4.066 2.748 6.383v2.572c-.514 4.353-3.464 8.337-7.585 9.908-.998.417-2.066.604-3.121.814h-2.572c-1.925-.299-3.824-.908-5.438-2.026 1.015-1.118 2.02-2.243 3.039-3.357l.446-.064.035-.47c.307-.346.617-.686.927-1.027.022.867.072 1.735.107 2.603l.844.042c0-1.226-.027-2.452-.021-3.678.905-1 1.809-2.002 2.716-3.001.348.62 1.126.352 1.705.466-.369.983-.773 1.954-1.143 2.939.383.014.768.026 1.152.042.042.943-.047 1.89.043 2.829.023.275.364.184.547.176.128-.994.001-1.994.018-2.991.154-.004.308-.007.462-.007.042.764-.044 1.531.047 2.294.168-.031.338-.06.507-.089.014-.723.022-1.447.048-2.169l.535-.009c-.192-.82-.399-1.638-.571-2.465.415.353.813.727 1.238 1.068-.155-.921-.732-1.758-1.606-2.125-.6-.219-.033-.749.044-1.136.177-.6-.89-.9-1.109-.331-.116.377.127.747.213 1.109-.522.419-1.229.337-1.771.004z"/><path fill="#03408b" d="M10.602 9.091c.28.387.552.78.826 1.171-.27.3-.543.597-.813.896-.003-.69-.013-1.377-.013-2.067z"/><path fill="#d40303" d="M18.813 2.092c.907.63 1.74 1.373 2.439 2.23-2.516 2.759-5.013 5.536-7.516 8.305l-.359.395c-.907.999-1.81 2.001-2.716 3.001l-.93 1.033c-.31.34-.621.681-.927 1.027l-.481.533c-1.019 1.114-2.024 2.24-3.039 3.357a11.941 11.941 0 0 1-2.456-2.202c1.659-1.831 3.316-3.664 4.971-5.499.939-1.038 1.88-2.075 2.816-3.115.27-.299.543-.596.813-.896l.522-.579c2.289-2.529 4.578-5.058 6.863-7.591z"/><path fill="#fff" d="M8.156 4.504c.553-.766 1.863-.359 1.94.562.173.719-.547 1.167-.697 1.809.44.364.976.595 1.393.985.451.562.763 1.221 1.157 1.823l-.522.579c-.274-.391-.545-.784-.826-1.171 0 .69.01 1.377.013 2.067-.937 1.04-1.877 2.077-2.816 3.115-.064-1.757-.125-3.513-.181-5.27l-.243-.023a195.855 195.855 0 0 1-.111 3.676c-.31.003-.622.003-.933.004.037-1.047.106-2.091.145-3.137-.018-.668.443-1.199.858-1.668.377-.423 1.1-.601 1.13-1.259-.8-.402-.972-1.479-.308-2.092zM15.295 11.515c.219-.569 1.286-.269 1.109.331-.077.387-.644.917-.044 1.136.874.367 1.45 1.204 1.606 2.125-.425-.342-.823-.715-1.238-1.068.172.827.38 1.645.571 2.465a48.13 48.13 0 0 1-.535.009c-.026.723-.034 1.447-.048 2.169-.17.029-.339.057-.507.089-.091-.763-.005-1.53-.047-2.294-.154 0-.308.003-.462.007-.017.997.11 1.997-.018 2.991-.183.008-.523.099-.547-.176-.09-.939-.001-1.886-.043-2.829-.383-.016-.768-.027-1.152-.042.369-.985.773-1.955 1.143-2.939-.579-.113-1.357.154-1.705-.466l.359-.395c.543.333 1.25.415 1.771-.004-.086-.361-.329-.732-.213-1.109zM9.732 17.057l.93-1.033c-.007 1.226.021 2.452.021 3.678l-.844-.042c-.035-.869-.085-1.736-.107-2.603zM8.323 18.617l.481-.533-.035.47-.446.064z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-pedestrians-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.837.147c.269-.124.571-.126.862-.127C8.665.027 15.631.014 22.596.026c.835-.032 1.433.79 1.384 1.574-.002 6.965.005 13.931-.004 20.897.015.755-.588 1.504-1.38 1.476-7.064.009-14.129.009-21.193 0-.791.028-1.396-.721-1.38-1.476C.014 15.531.021 8.566.019 1.6.008 1.021.281.389.837.147m.407.322C.72.549.426 1.1.444 1.593v20.813c-.041.592.422 1.195 1.048 1.15 7.005.006 14.011.006 21.016 0 .625.044 1.087-.559 1.048-1.15-.002-6.969.007-13.938-.005-20.907C23.57.886 23.02.366 22.406.44 15.353.459 8.295.402 1.244.469z"/><path fill="#fff" d="M1.044 1.599c-.05-.325.236-.591.555-.557 6.421-.003 12.843-.004 19.264 0-1.201 1.215-2.418 2.415-3.62 3.63-1.812-1.892-4.646-2.738-7.181-2.01C7.11 3.43 4.85 6.249 4.774 9.304c-.109 2.076.768 4.141 2.265 5.569-2 1.994-3.99 3.997-5.993 5.987-.006-6.42-.002-12.841-.002-19.261zM21.266 1.152c.154-.178.417-.091.622-.12-1.39 1.404-2.794 2.796-4.189 4.195l-.246-.256c1.266-1.278 2.543-2.545 3.813-3.819zM21.867 1.568c.265-.248.518-.692.935-.455-1.535 1.602-3.132 3.145-4.693 4.722l-.214-.286c1.318-1.334 2.651-2.651 3.972-3.981zM18.293 6.163c1.555-1.558 3.107-3.118 4.671-4.667-.025.21.058.476-.129.631-1.463 1.46-2.918 2.928-4.387 4.382l-.155-.346zM18.615 6.86c1.443-1.451 2.891-2.896 4.339-4.341l.005.498c-1.399 1.404-2.802 2.804-4.203 4.205l-.141-.362zM18.889 7.599c1.354-1.355 2.706-2.712 4.065-4.062.005 6.288.003 12.576.002 18.864.048.324-.237.589-.555.557-6.289.003-12.578.004-18.867 0 1.388-1.385 2.758-2.79 4.169-4.152-.25 1.009-1.244 1.696-1.336 2.753.728.003 1.456.005 2.185-.004l.005-.464c-.507-.016-1.014-.02-1.52-.032.464-.805.99-1.574 1.445-2.383.139-.198.014-.418-.065-.609.519-.511 1.027-1.032 1.548-1.541 3.137.962 6.784-.551 8.312-3.454.922-1.649 1.121-3.659.612-5.473M9.83 18.235c-.972.33-.832 1.515-.778 2.328.079.869 1.225 1.333 1.896.782.648-.467.478-1.356.474-2.046-.004-.773-.876-1.348-1.592-1.064m2.267-.045c-.002 1.125-.018 2.25.01 3.374l.485.001c.031-.796-.001-1.593.02-2.389.523.787 1.008 1.597 1.532 2.383l.453.009c.041-1.124.013-2.25.016-3.374l-.504.001c-.013.785.012 1.57-.015 2.355-.529-.767-1.005-1.568-1.515-2.348l-.482-.012m3.304.007c-.004 1.122-.016 2.244.007 3.366.716-.007 1.431.002 2.147-.007l.014-.461c-.552-.038-1.105-.018-1.657-.021a40.346 40.346 0 0 1-.003-.984c.471-.005.942-.004 1.413-.005l-.017-.453a81.18 81.18 0 0 1-1.396-.003 50.246 50.246 0 0 1 0-.951c.549-.008 1.099 0 1.648-.01l.011-.459c-.722-.03-1.445-.015-2.167-.012z"/><path fill="#fff" d="M9.725 4.026c.608-.294 1.359.321 1.189.975-.1.622-.94.914-1.406.49-.495-.379-.368-1.247.217-1.465zM9.035 6.535c.715-.717 2.038-.424 2.425.5.341.836 1.183 1.633.802 2.599-.096.13-.224.232-.337.347-.347-.363-.066-.884-.326-1.278-.277-.52-.53-1.055-.855-1.548-.012.627-.098 1.271.023 1.89.298.4.681.738.92 1.185-.529.513-1.039 1.045-1.57 1.557-.744-.013-1.489 0-2.234-.011a4.783 4.783 0 0 1 1.009-2.208c-.477-.907-.611-2.243.143-3.033m.182.646c-.034.695-.039 1.392.001 2.086.338-.373.148-.914.198-1.367-.047-.235.117-.643-.199-.719zM13.057 9.374c.292-.311.594-.613.907-.904l.305.195c-.343.331-.68.669-1.012 1.012l-.2-.303zM13.471 9.981c.348-.369.703-.731 1.077-1.073l.095.388c-.243.251-.49.499-.74.744l-.432-.059zM12.247 10.164l.413-.397.206.304c-.134.127-.267.256-.399.385l-.22-.292zM13.281 11.179c.258-.274.525-.539.806-.789h.483c-.415.422-.836.838-1.253 1.257l-.036-.468zM11.854 10.561l.175.337c-.458.36-.771 1.084-1.456.963.415-.445.858-.863 1.281-1.3zM13.275 12.198c.53-.536 1.065-1.066 1.598-1.6l.237.264c-.619.633-1.251 1.254-1.875 1.882l.04-.546zM14.939 11.542l.388-.382c.351.421.943.897.585 1.499-.35-.349-.666-.73-.973-1.117zM13.199 13.293c.549-.564 1.115-1.113 1.666-1.675.114.475.21.955.3 1.436-.134.044-.269.086-.403.131.09.594.221 1.184.23 1.786-.141.029-.282.055-.423.08-.207-.593-.271-1.221-.423-1.828l-.333.072c-.087.603-.059 1.223-.209 1.815-.08.255-.512.154-.478-.115-.019-.568.064-1.134.073-1.702zM9.299 11.995c.197.008.395.016.594.026-.192.189-.382.379-.571.569a58.015 58.015 0 0 1-.023-.595zM10.138 12.286c.113-.114.228-.226.343-.337l.466.002c-.258.292-.532.568-.812.838l.003-.503zM9.286 13.17c.212-.299.506-.527.763-.784l.007.45c-.235.278-.493.535-.757.786a22.95 22.95 0 0 1-.013-.452zM10.169 13.284c.205-.227.42-.446.652-.647-.002.159 0 .317.003.476-.2.211-.406.416-.615.62l-.04-.449zM9.263 14.188a9.17 9.17 0 0 1 .656-.652l.024.464c-.182.185-.365.368-.551.548l-.129-.36zM10.174 14.286c.207-.219.419-.434.645-.634.001.157.005.314.011.471-.207.223-.422.44-.651.641 0-.159-.001-.319-.005-.478zM10.272 15.202c.179-.182.36-.363.54-.544l.013.46-.185.164-.368-.08zM1.049 21.363c2.11-2.088 4.193-4.204 6.306-6.29l.212.296c-2.185 2.162-4.347 4.347-6.527 6.515.002-.174.006-.348.009-.521zM1.165 22.273c2.24-2.24 4.479-4.482 6.722-6.72l.326.174c-2.369 2.359-4.707 4.753-7.108 7.08-.032-.183-.133-.404.06-.534zM1.496 22.965c2.329-2.35 4.678-4.679 7.012-7.023l.356.154c-2.253 2.24-4.485 4.497-6.737 6.738-.155.192-.42.11-.631.131zM7.304 18.15c.656-.615 1.272-1.271 1.918-1.895l.33.163a89.726 89.726 0 0 1-1.827 1.823l-.421-.091zM6.83 18.635l.043.001.465.011c-1.409 1.394-2.803 2.802-4.207 4.2-.155.179-.417.092-.623.12 1.435-1.45 2.889-2.881 4.322-4.332zM9.935 18.741c.446-.234 1.026.155.982.656-.02.475.127 1.035-.171 1.447-.379.473-1.238.154-1.198-.458.031-.543-.206-1.33.387-1.645z"/><path d="M1.244.469C8.295.402 15.353.459 22.406.44c.614-.074 1.164.446 1.145 1.059.012 6.969.003 13.938.005 20.907.039.591-.423 1.194-1.048 1.15-7.005.006-14.011.006-21.016 0-.626.045-1.089-.558-1.048-1.15V1.593C.426 1.1.72.549 1.244.469m-.2 1.13c0 6.42-.004 12.841.002 19.261 2.003-1.99 3.993-3.993 5.993-5.987a1228.502 1228.502 0 0 1 2.854-2.852l.224-.234c.531-.512 1.041-1.044 1.57-1.557l.238-.249c.113-.115.241-.217.337-.347 1.676-1.638 3.314-3.315 4.981-4.962 1.202-1.215 2.419-2.415 3.62-3.63-6.421-.004-12.843-.003-19.264 0-.319-.034-.605.232-.555.557m20.222-.447c-1.27 1.274-2.547 2.541-3.813 3.819-1.166 1.164-2.341 2.319-3.489 3.499a18.86 18.86 0 0 0-.907.904c-.133.13-.266.261-.397.393l-.413.397-.393.397c-.423.437-.866.855-1.281 1.3.685.121.998-.603 1.456-.963.148-.146.294-.293.438-.442.132-.129.265-.258.399-.385.129-.132.26-.264.391-.394.332-.343.669-.681 1.012-1.012 1.136-1.153 2.288-2.291 3.43-3.438 1.395-1.399 2.799-2.791 4.189-4.195-.205.029-.468-.058-.622.12m.601.416c-1.321 1.33-2.654 2.647-3.972 3.981-1.125 1.104-2.225 2.234-3.352 3.336l.005.023c-.374.342-.729.704-1.077 1.073l-.298.279-.43.434c-.201.198-.4.397-.598.597-.169.165-.337.333-.499.505-.273.283-.584.531-.825.841-.232.201-.447.42-.652.647-.084.073-.168.144-.252.215l.002.037a9.17 9.17 0 0 0-.656.652c-.469.445-.92.907-1.376 1.365-2.243 2.238-4.482 4.48-6.722 6.72-.193.13-.092.351-.06.534 2.401-2.327 4.739-4.721 7.108-7.08.398-.388.79-.781 1.179-1.179.186-.18.369-.363.551-.548.088-.09.177-.179.266-.267.209-.204.415-.409.615-.62.437-.43.88-.854 1.294-1.307l.109-.1c.264-.248.52-.505.775-.763.175-.17.349-.343.521-.517.126-.13.252-.259.38-.386.25-.245.497-.493.74-.744 1.16-1.149 2.311-2.307 3.466-3.461 1.561-1.577 3.158-3.12 4.693-4.722-.417-.237-.67.207-.935.455m-3.574 4.595c-1.401 1.41-2.829 2.794-4.206 4.227-.281.25-.548.515-.806.789-.822.822-1.664 1.629-2.462 2.473-.226.2-.438.415-.645.634-.562.545-1.109 1.105-1.666 1.656-2.334 2.344-4.683 4.673-7.012 7.023.211-.021.476.061.631-.131 2.252-2.241 4.484-4.498 6.737-6.738.433-.448.906-.861 1.315-1.332.229-.201.444-.418.651-.641.839-.815 1.656-1.652 2.487-2.476.417-.419.838-.835 1.253-1.257 1.295-1.291 2.591-2.581 3.878-3.881 1.469-1.454 2.924-2.922 4.387-4.382.187-.155.104-.421.129-.631-1.564 1.549-3.116 3.109-4.671 4.667m.322.697c-1.251 1.242-2.495 2.492-3.742 3.738-.533.534-1.068 1.064-1.598 1.6-.823.818-1.641 1.641-2.463 2.46-.18.181-.361.362-.54.544-.354.347-.704.698-1.05 1.053-.646.624-1.262 1.28-1.918 1.895a8.644 8.644 0 0 0-.431.486l-.043-.001c-1.433 1.451-2.887 2.882-4.322 4.332.206-.028.468.059.623-.12 1.404-1.398 2.798-2.806 4.207-4.2l.387-.406a89.726 89.726 0 0 0 1.827-1.823l.017.008c.348-.39.759-.722 1.071-1.144l.185-.164c.836-.756 1.603-1.587 2.41-2.374.624-.628 1.256-1.249 1.875-1.882 1.221-1.207 2.431-2.426 3.646-3.64 1.401-1.401 2.804-2.801 4.203-4.205l-.005-.498c-1.448 1.445-2.896 2.89-4.339 4.341m.274.739c-1.189 1.185-2.375 2.374-3.562 3.561a69.88 69.88 0 0 1-.388.382l-.074.076c-.551.562-1.117 1.111-1.666 1.675a579.864 579.864 0 0 0-3.234 3.233c-.521.509-1.029 1.03-1.548 1.541-.228.253-.535.447-.714.739-1.411 1.362-2.781 2.767-4.169 4.152 6.289.004 12.578.003 18.867 0 .318.032.603-.233.555-.557.001-6.288.003-12.576-.002-18.864-1.359 1.35-2.711 2.707-4.065 4.062m-8.751 4.687l-.003.503c.28-.27.554-.546.812-.838l-.466-.002c-.115.111-.23.223-.343.337m-.852.884c-.675.6-1.293 1.263-1.931 1.903-2.113 2.086-4.196 4.202-6.306 6.29-.003.173-.007.347-.009.521 2.18-2.168 4.342-4.353 6.527-6.515.569-.591 1.161-1.159 1.732-1.747.264-.251.522-.508.757-.786l-.007-.45c-.257.257-.551.485-.763.784z"/><path fill="gray" d="M10.062 2.662c2.535-.728 5.369.118 7.181 2.01-1.667 1.647-3.305 3.324-4.981 4.962.381-.966-.461-1.763-.802-2.599-.387-.924-1.71-1.217-2.425-.5-.754.79-.62 2.126-.143 3.033a4.783 4.783 0 0 0-1.009 2.208c.745.011 1.49-.002 2.234.011l-.224.234c-.199-.01-.397-.018-.594-.026.007.199.014.397.023.595-.762.76-1.523 1.521-2.283 2.283-1.497-1.428-2.374-3.493-2.265-5.569.076-3.055 2.336-5.874 5.288-6.642m-.337 1.364c-.585.218-.712 1.086-.217 1.465.466.424 1.306.132 1.406-.49.17-.654-.581-1.269-1.189-.975zM13.964 8.47c1.148-1.18 2.323-2.335 3.489-3.499l.246.256c-1.142 1.147-2.294 2.285-3.43 3.438l-.305-.195zM14.543 8.885c1.127-1.102 2.227-2.232 3.352-3.336l.214.286c-1.155 1.154-2.306 2.312-3.466 3.461l-.095-.388-.005-.023zM14.087 10.39c1.377-1.433 2.805-2.817 4.206-4.227l.155.346c-1.287 1.3-2.583 2.59-3.878 3.881h-.483zM14.873 10.598c1.247-1.246 2.491-2.496 3.742-3.738l.141.362c-1.215 1.214-2.425 2.433-3.646 3.64l-.237-.264z"/><path fill="gray" d="M10.744 7.155c.325.493.578 1.028.855 1.548.26.394-.021.915.326 1.278l-.238.249c-.239-.447-.622-.785-.92-1.185-.121-.619-.035-1.263-.023-1.89zM15.327 11.16c1.187-1.187 2.373-2.376 3.562-3.561.509 1.814.31 3.824-.612 5.473-1.528 2.903-5.175 4.416-8.312 3.454a579.864 579.864 0 0 1 3.234-3.233c-.009.568-.092 1.134-.073 1.702-.034.269.398.37.478.115.15-.592.122-1.212.209-1.815l.333-.072c.152.607.216 1.235.423 1.828.141-.025.282-.051.423-.08-.009-.602-.14-1.192-.23-1.786.134-.045.269-.087.403-.131-.09-.481-.186-.961-.3-1.436l.074-.076c.307.387.623.768.973 1.117.358-.602-.234-1.078-.585-1.499zM12.145 11.291c.198-.2.397-.399.598-.597l.259.249c-.255.258-.511.515-.775.763a5.432 5.432 0 0 0-.082-.415zM10.819 13.652c.798-.844 1.64-1.651 2.462-2.473l.036.468c-.831.824-1.648 1.661-2.487 2.476-.006-.157-.01-.314-.011-.471zM10.821 12.637c.241-.31.552-.558.825-.841.157.006.314.009.472.01-.414.453-.857.877-1.294 1.307-.003-.159-.005-.317-.003-.476zM10.812 14.658c.822-.819 1.64-1.642 2.463-2.46l-.04.546c-.807.787-1.574 1.618-2.41 2.374l-.013-.46zM7.355 15.073c.638-.64 1.256-1.303 1.931-1.903.003.15.007.301.013.452-.571.588-1.163 1.156-1.732 1.747l-.212-.296zM7.887 15.553c.456-.458.907-.92 1.376-1.365l.129.36c-.389.398-.781.791-1.179 1.179l-.326-.174zM8.508 15.942c.557-.551 1.104-1.111 1.666-1.656.004.159.005.319.005.478-.409.471-.882.884-1.315 1.332l-.356-.154zM9.222 16.255c.346-.355.696-.706 1.05-1.053l.368.08c-.312.422-.723.754-1.071 1.144l-.017-.008-.33-.163z"/><path fill="#838383" d="M9.217 7.181c.316.076.152.484.199.719-.05.453.14.994-.198 1.367a19.615 19.615 0 0 1-.001-2.086zM13.173 10.26l.298-.279.432.059c-.128.127-.254.256-.38.386a55.36 55.36 0 0 0-.35-.166z"/><path fill="#848484" d="M12.66 9.767c.131-.132.264-.263.397-.393l.2.303c-.131.13-.262.262-.391.394l-.206-.304z"/><path fill="#777" d="M11.854 10.561l.393-.397.22.292c-.144.149-.29.296-.438.442l-.175-.337z"/><path fill="#f1f1f1" d="M12.743 10.694l.43-.434.35.166c-.172.174-.346.347-.521.517l-.259-.249z"/><path fill="#ececec" d="M11.646 11.796c.162-.172.33-.34.499-.505.033.138.06.276.082.415l-.109.1a14.8 14.8 0 0 1-.472-.01z"/><path fill="#9b9b9b" d="M9.917 13.499c.084-.071.168-.142.252-.215l.04.449c-.089.088-.178.177-.266.267l-.024-.464-.002-.037z"/><path fill="#858585" d="M6.873 18.636c.137-.168.282-.329.431-.486l.421.091-.387.406-.465-.011z"/><path fill="#8a8a8a" d="M7.703 18.806c.179-.292.486-.486.714-.739.079.191.204.411.065.609-.455.809-.981 1.578-1.445 2.383.506.012 1.013.016 1.52.032l-.005.464c-.729.009-1.457.007-2.185.004.092-1.057 1.086-1.744 1.336-2.753zM9.83 18.235c.716-.284 1.588.291 1.592 1.064.004.69.174 1.579-.474 2.046-.671.551-1.817.087-1.896-.782-.054-.813-.194-1.998.778-2.328m.105.506c-.593.315-.356 1.102-.387 1.645-.04.612.819.931 1.198.458.298-.412.151-.972.171-1.447.044-.501-.536-.89-.982-.656zM12.097 18.19l.482.012c.51.78.986 1.581 1.515 2.348.027-.785.002-1.57.015-2.355l.504-.001c-.003 1.124.025 2.25-.016 3.374l-.453-.009c-.524-.786-1.009-1.596-1.532-2.383-.021.796.011 1.593-.02 2.389l-.485-.001c-.028-1.124-.012-2.249-.01-3.374zM15.401 18.197c.722-.003 1.445-.018 2.167.012l-.011.459c-.549.01-1.099.002-1.648.01-.003.316-.003.634 0 .951.465.006.93.005 1.396.003l.017.453c-.471.001-.942 0-1.413.005-.003.328-.002.656.003.984.552.003 1.105-.017 1.657.021l-.014.461c-.716.009-1.431 0-2.147.007-.023-1.122-.011-2.244-.007-3.366z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--end-of-pedestrians-only--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#595959" d="M.881 0h14.221c.417.147.734.474.898.881v22.222a1.55 1.55 0 0 1-.88.898H.898A1.54 1.54 0 0 1 0 23.119V.893C.152.482.474.162.881.001M.9.109C.427.239.053.7.079 1.199.081 8.428.078 15.657.081 22.885c.018.566.55 1.063 1.118 1.036 4.534-.002 9.069-.002 13.603 0 .567.026 1.098-.47 1.118-1.036.002-7.229-.001-14.458.002-21.686C15.954.598 15.4.052 14.801.076c-4.48-.005-8.959 0-13.439-.002C1.208.078 1.051.069.901.11z"/><path fill="#fff" d="M.9.109c.15-.041.307-.032.461-.036C5.841.075 10.32.071 14.8.075c.598-.024 1.153.522 1.121 1.123-.002 7.229.001 14.458-.002 21.686-.019.566-.55 1.062-1.118 1.036-4.534-.002-9.069-.002-13.603 0-.567.027-1.1-.47-1.118-1.036C.078 15.655.081 8.426.078 1.198.052.7.426.238.899.108M.91.599c-.258.118-.399.405-.378.682v21.437c-.042.379.274.764.666.742 4.534.002 9.068.002 13.602 0 .391.022.706-.363.666-.741l-.001-21.438c.042-.382-.275-.761-.667-.745C10.319.527 5.839.537 1.36.531 1.209.537 1.049.529.91.598z"/><path fill="#fff" d="M.8 1.275A.42.42 0 0 1 1.275.8l13.45.001c.212-.031.492.14.455.37-.764.87-1.544 1.728-2.314 2.594a9.223 9.223 0 0 1-.332-.06c.123-.711-.726-1.045-1.27-.728a5.167 5.167 0 0 1 .014-.543c.148-.022.381.024.322-.205-.345-.007-.69-.01-1.034.002-.066.246.216.137.327.243.006.642.008 1.286-.001 1.928-.102.115-.392-.005-.329.244.346.007.692.006 1.038.002.057-.228-.175-.181-.322-.201-.032-.387-.01-.776-.012-1.163a.605.605 0 0 1 .708-.15c.232.182.182.518.193.78.186-.003.37-.004.556-.002-.922 1.05-1.857 2.086-2.79 3.126-1.294-.422-2.752-.43-4.026.069 1.28-.433 2.737-.518 4.009-.024l-.226.217a5.486 5.486 0 0 0-4.665.607c-2.23 1.386-3.152 4.483-1.999 6.851-.731.843-1.486 1.667-2.226 2.502C.799 11.931.801 6.602.8 1.274m2.654 1.53c-.074.542-.016 1.091-.037 1.636-.121.024-.442-.008-.31.204.348.014.698.015 1.046-.009.035-.226-.233-.156-.373-.197.032-.567-.079-1.155.067-1.708.222-.576 1.194-.384 1.186.239-.244.005-.512-.008-.715.153-.35.29-.314.971.127 1.158.262.071.599.057.774-.182.197-.263.146-.613.163-.921.17-.026.19.15.242.268a74189589231434080 74189589231434080 0 0 0-2.171-.64m2.898-.059c-.044.55.005 1.104-.022 1.655-.099.118-.395-.009-.329.246.347.006.694.005 1.042.002.057-.229-.175-.181-.322-.2-.026-.573-.03-1.15 0-1.722.176-.493 1.014-.438 1.119.076.022.546.015 1.095.001 1.642-.147.026-.395-.031-.338.202.352.006.704.006 1.056 0 .051-.23-.208-.176-.352-.215-.01-.553.034-1.11-.021-1.659-.221-.801-1.574-.801-1.834-.026m2.46-.029c-.058.7.858.695 1.187 1.135.241.37-.261.794-.618.605-.23-.079-.319-.318-.379-.532-.114.008-.228.016-.341.026.008.639.8.931 1.313.661.36-.143.587-.611.37-.96-.269-.374-.806-.393-1.107-.729-.196-.252.073-.608.369-.536.246.028.339.272.389.48l.334-.001c.057-.85-1.378-.938-1.516-.149M2.641 14.672a6.86 6.86 0 0 1-.166-3.904c-.42 1.255-.374 2.693.166 3.904zM10.107 7.425c1.698-1.897 3.391-3.798 5.091-5.693.002.224.002.449.002.673-1.558 1.746-3.121 3.487-4.677 5.234-.14-.07-.278-.141-.416-.214zM10.864 7.83c1.443-1.617 2.884-3.236 4.334-4.847.004.226.004.451-.002.677-1.326 1.473-2.638 2.958-3.966 4.428l-.366-.258z"/><path fill="#fff" d="M4.865 4.086c-.694.171-.524-1.171.158-.901-.022.298.062.66-.158.901zM11.554 8.302c1.219-1.353 2.429-2.715 3.644-4.072-.032.276.108.625-.138.83a764.81 764.81 0 0 0-3.186 3.565 19.564 19.564 0 0 1-.321-.323zM12.128 8.913c1.026-1.141 2.042-2.291 3.07-3.43.003.224.002.449 0 .673-.921 1.036-1.854 2.062-2.768 3.102-.102-.114-.202-.23-.302-.346zM12.637 9.591c.862-.944 1.7-1.91 2.561-2.854.006 5.329.001 10.658.002 15.988a.42.42 0 0 1-.475.474c-4.51-.002-9.021.005-13.531-.003-.218.019-.523-.28-.302-.465 1.589-1.765 3.16-3.545 4.754-5.306 2.342 1.2 5.45.334 6.88-1.86 1.206-1.734 1.249-4.164.126-5.95l-.014-.026m.888 1.181c.089.704.31 1.409.204 2.125-.029.352-.117.698-.115 1.054.274-1.035.262-2.163-.089-3.178zM7.346 8.861c.242-.341.698-.209 1.015-.066-.253.3-.516.59-.783.878-.216-.202-.438-.523-.232-.811zM7.927 9.885c.225-.281.46-.555.722-.802-.001.198.002.398 0 .597a4.594 4.594 0 0 0-.155.19c-.186.046-.378.05-.566.014zM6.906 11.005c.288-.32.574-.642.863-.962l.413.212c-.293.329-.583.66-.883.983a18.512 18.512 0 0 1-.06-.325c-.111.03-.223.058-.333.092zM6.098 11.317c-.062-.418.294-.702.676-.75a9.817 9.817 0 0 1-.676.75zM7.262 11.858l1.179-1.318c.001.201.004.402.013.603l.002.045c-.394.446-.776.906-1.2 1.325.002-.218 0-.437.006-.655zM6.094 11.923c.183-.214.364-.43.569-.624.002.21.01.421.015.631-.174.21-.357.412-.545.61-.014-.19-.026-.381-.037-.571l-.002-.046zM6.915 13.595c.526-.789 1.256-1.426 1.846-2.163l.303.331c-.149.178-.296.367-.508.474-.68.962-1.546 1.79-2.318 2.682.161-.474.493-.862.677-1.325zM9.334 12.038c.108.106.215.214.322.321-.125.139-.25.278-.378.414a45.791 45.791 0 0 1-.3-.341l.357-.394zM8.686 12.766l.32.321c-.187.206-.372.415-.559.622a47.977 47.977 0 0 1-.316-.322c.184-.208.369-.415.555-.621z"/><path fill="#fff" d="M8.743 13.94c.194-.199.373-.411.565-.612.305.726.422 1.516.623 2.274.142.37-.44.635-.626.292-.242-.625-.287-1.311-.552-1.93l-.01-.025zM7.272 14.358c-.164.507-.521.92-.726 1.409-.049.087-.11.167-.167.25-.181.033-.378.054-.506-.108.471-.513.921-1.045 1.399-1.55zM.801 17.84c.798-.9 1.605-1.793 2.404-2.691l.254.387c-.882.995-1.769 1.986-2.657 2.976a37.633 37.633 0 0 1-.001-.672zM.936 18.936c.921-1.022 1.833-2.05 2.751-3.074l.285.354c-1.058 1.181-2.114 2.365-3.17 3.547.03-.274-.104-.619.134-.827zM.804 20.335c1.156-1.286 2.3-2.583 3.462-3.864.106.105.211.21.318.314-1.263 1.407-2.519 2.822-3.782 4.23-.003-.227-.003-.454.002-.68zM.8 21.595c1.356-1.534 2.729-3.054 4.09-4.583l.402.223C3.8 18.915 2.3 20.588.802 22.262.8 22.04.8 21.817.8 21.595z"/><path d="M.91.599c.139-.07.299-.062.45-.067 4.479.006 8.959-.004 13.438.005.392-.016.71.362.667.745l.001 21.438c.04.378-.275.763-.666.741-4.534.002-9.068.002-13.602 0-.392.022-.709-.362-.666-.742V1.282C.51 1.004.652.718.91.6m-.11.675C.801 6.604.798 11.933.801 17.261c.741-.835 1.495-1.659 2.226-2.502 1.031-1.139 2.069-2.285 3.071-3.442.239-.238.462-.49.676-.75.295-.259.53-.604.804-.894.267-.287.53-.578.783-.878a47.1 47.1 0 0 0 1.33-1.494l.226-.217c-1.272-.494-2.729-.409-4.009.024 1.274-.499 2.732-.49 4.026-.069.934-1.039 1.869-2.076 2.79-3.126-.186-.002-.37-.002-.556.002-.01-.262.039-.598-.193-.78a.603.603 0 0 0-.708.15c.002.387-.02.776.012 1.163.146.02.378-.027.322.201a35.91 35.91 0 0 1-1.038-.002c-.063-.249.226-.129.329-.244.009-.642.007-1.286.001-1.928-.111-.106-.394.003-.327-.243.345-.012.69-.01 1.034-.002.059.229-.174.183-.322.205-.017.18-.018.362-.014.543.544-.317 1.394.017 1.27.728.11.022.221.042.332.06.77-.866 1.55-1.724 2.314-2.594.037-.23-.243-.401-.455-.37L1.275.801a.42.42 0 0 0-.475.475m9.307 6.149c-.482.556-1.002 1.083-1.458 1.658a7.633 7.633 0 0 0-.722.802l-.02-.003-.138.161c-.29.32-.575.642-.863.962a.615.615 0 0 0-.244.294c-.205.194-.386.41-.569.624l.002.046c-1.015 1.006-1.92 2.128-2.891 3.18-.799.898-1.606 1.791-2.404 2.691-.002.224-.002.448.001.672.888-.99 1.775-1.981 2.657-2.976.895-.995 1.791-1.99 2.674-2.996.188-.198.371-.399.545-.61.209-.223.411-.453.626-.671l-.004-.022c.3-.323.59-.654.883-.983.115-.118.221-.246.311-.384a4.13 4.13 0 0 1 .155-.19c.674-.629 1.24-1.37 1.874-2.041 1.556-1.747 3.119-3.489 4.677-5.234.001-.224.001-.449-.002-.673-1.7 1.895-3.394 3.796-5.091 5.693m.758.405c-.81.901-1.616 1.806-2.423 2.71l-1.179 1.318a3306.413 3306.413 0 0 0-3.574 4.004c-.918 1.023-1.83 2.052-2.751 3.074-.238.208-.104.553-.134.827 1.057-1.182 2.112-2.366 3.17-3.547 1.088-1.238 2.222-2.45 3.283-3.702.424-.418.806-.878 1.2-1.325l-.002-.045c.976-.966 1.849-2.041 2.776-3.056 1.329-1.47 2.641-2.955 3.966-4.428.006-.226.006-.451.002-.677-1.45 1.611-2.89 3.23-4.334 4.847m.69.472c-.927 1.047-1.862 2.086-2.794 3.13-.59.737-1.319 1.374-1.846 2.163-.138.053-.238.161-.332.27-.766.874-1.555 1.729-2.318 2.606-1.162 1.281-2.306 2.578-3.462 3.864a15.41 15.41 0 0 0-.002.68c1.262-1.408 2.518-2.822 3.782-4.23.542-.63 1.126-1.23 1.655-1.866.772-.893 1.638-1.721 2.318-2.682.212-.107.359-.296.508-.474.942-1.041 1.869-2.096 2.811-3.138A764.81 764.81 0 0 1 15.06 5.06c.246-.206.106-.554.138-.83-1.215 1.357-2.425 2.719-3.644 4.072m.574.611l-2.794 3.126c-.118.132-.237.263-.357.394-.098.11-.196.221-.292.333-.186.206-.371.413-.555.621-.268.339-.617.618-.858.972-.478.506-.928 1.038-1.399 1.55-.326.369-.655.735-.983 1.103-1.361 1.53-2.734 3.049-4.09 4.583 0 .222-.001.445.002.667 1.498-1.674 2.998-3.347 4.49-5.027.368-.401.73-.808 1.087-1.218.058-.082.118-.162.167-.25.694-.622 1.261-1.38 1.901-2.059.187-.206.372-.415.559-.622.092-.103.182-.208.272-.313.128-.137.254-.275.378-.414a583.805 583.805 0 0 1 2.774-3.101c.914-1.041 1.847-2.066 2.768-3.102.002-.224.003-.449 0-.673-1.029 1.138-2.045 2.289-3.07 3.43m.509.678l.014.026c-1.147 1.204-2.231 2.473-3.343 3.711-.192.201-.371.413-.565.612l.01.025c-1.056 1.134-2.078 2.303-3.107 3.462-1.594 1.761-3.165 3.541-4.754 5.306-.222.185.083.484.302.465 4.51.008 9.021.001 13.531.003a.42.42 0 0 0 .475-.474c-.002-5.33.003-10.659-.002-15.988-.861.944-1.699 1.91-2.561 2.854z"/><path d="M3.454 2.804c.202-.938 1.898-.82 1.932.162.309-.05.614.141.557.484l-.318-.006c-.053-.118-.072-.294-.242-.268-.018.308.034.658-.163.921-.175.239-.512.254-.774.182-.441-.186-.477-.867-.127-1.158.203-.161.471-.148.715-.153.008-.623-.963-.815-1.186-.239-.146.553-.035 1.141-.067 1.708.14.041.408-.029.373.197a9.865 9.865 0 0 1-1.046.009c-.132-.212.19-.18.31-.204.021-.545-.037-1.094.037-1.636m1.41 1.283c.219-.241.136-.603.158-.901-.682-.27-.851 1.072-.158.901zM6.351 2.746c.26-.774 1.614-.774 1.834.026.054.55.011 1.106.021 1.659.144.039.403-.014.352.215-.352.006-.704.006-1.056 0-.058-.234.19-.176.338-.202a24.97 24.97 0 0 0-.001-1.642c-.105-.514-.943-.569-1.119-.076-.03.572-.026 1.15 0 1.722.147.019.379-.029.322.2-.347.003-.694.004-1.042-.002-.066-.254.23-.127.329-.246.026-.551-.022-1.106.022-1.655zM8.811 2.718c.138-.79 1.573-.701 1.516.149l-.334.001c-.05-.208-.143-.452-.389-.48-.296-.072-.565.284-.369.536.302.336.838.354 1.107.729.217.349-.01.817-.37.96-.513.27-1.305-.022-1.313-.661.113-.01.227-.018.341-.026.06.214.15.453.379.532.358.19.859-.234.618-.605-.33-.44-1.245-.435-1.187-1.135z"/><path fill="#7f7f7f" d="M5.026 7.908a5.486 5.486 0 0 1 4.665-.607c-.43.51-.878 1.002-1.33 1.494-.317-.142-.774-.274-1.015.066-.206.288.016.61.232.811-.274.29-.509.635-.804.894-.382.048-.738.332-.676.75-1.002 1.158-2.04 2.303-3.071 3.442-1.153-2.368-.23-5.465 1.999-6.851zM8.649 9.083c.457-.575.977-1.102 1.458-1.658.138.074.276.145.416.214-.634.67-1.2 1.412-1.874 2.041.002-.199-.001-.398 0-.597zM8.441 10.541c.807-.904 1.613-1.81 2.423-2.71l.366.258c-.927 1.015-1.8 2.09-2.776 3.056a15.162 15.162 0 0 1-.013-.603zM8.761 11.432c.931-1.043 1.866-2.082 2.794-3.13.106.11.213.217.321.323-.942 1.042-1.869 2.097-2.811 3.138l-.303-.331zM9.334 12.038l2.794-3.126.302.346c-.93 1.029-1.852 2.065-2.774 3.101l-.322-.321zM9.308 13.328c1.112-1.238 2.196-2.507 3.343-3.711 1.123 1.786 1.081 4.216-.126 5.95-1.43 2.194-4.538 3.06-6.88 1.86 1.03-1.158 2.051-2.327 3.107-3.462.265.618.31 1.305.552 1.93.186.343.768.078.626-.292-.201-.758-.318-1.549-.623-2.274zM7.907 9.882l.02.003c.189.036.381.032.566-.014-.09.138-.196.266-.311.384l-.413-.212.138-.161z"/><path fill="#7f7f7f" d="M2.641 14.672c-.541-1.211-.586-2.649-.166-3.904a6.868 6.868 0 0 0 .166 3.904zM13.526 10.77c.35 1.015.362 2.143.089 3.178-.002-.355.086-.702.115-1.054.106-.716-.115-1.421-.204-2.125zM6.906 11.005c.11-.034.222-.062.333-.092.019.108.039.217.06.325l.004.022c-.214.218-.417.448-.626.671-.006-.21-.014-.421-.015-.631a.61.61 0 0 1 .244-.294zM3.687 15.862c1.19-1.335 2.382-2.67 3.574-4.004-.006.218-.004.437-.006.655-1.061 1.253-2.195 2.464-3.283 3.702l-.285-.354zM3.205 15.149c.971-1.052 1.876-2.174 2.891-3.18.011.19.022.381.037.571-.883 1.006-1.779 2.001-2.674 2.996l-.254-.387zM8.686 12.766c.096-.112.194-.223.292-.333l.3.341c-.09.105-.18.21-.272.313l-.32-.321zM7.272 14.358c.242-.354.59-.633.858-.972l.316.322c-.64.679-1.206 1.437-1.901 2.059.206-.489.562-.902.726-1.409zM6.583 13.865c.094-.109.194-.217.332-.27-.184.463-.516.851-.677 1.325-.529.635-1.114 1.236-1.655 1.866l-.318-.314c.762-.878 1.551-1.733 2.318-2.606zM4.89 17.012c.328-.368.657-.734.983-1.103.127.162.325.141.506.108-.358.41-.719.818-1.087 1.218l-.402-.223z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--end-of-pedestrians-only--g4" xmlns="http://www.w3.org/2000/svg"><path opacity=".22" d="M0 0h.252C.312.145.145.314 0 .255V0z"/><path d="M.252 0h18.663c.031.127.121.323.285.259v23.463c-.113.057-.26.129-.256.278H.284A.575.575 0 0 0 0 23.719V.255C.145.314.312.145.252 0m.07.204C.146.306.165.526.159.7.164 8.267.158 15.835.162 23.402a.365.365 0 0 0 .436.431h18.004a.368.368 0 0 0 .436-.432c.002-7.601.002-15.202 0-22.803a.37.37 0 0 0-.437-.436C12.634.157 6.667.163.7.158a1.233 1.233 0 0 0-.378.046z"/><path d="M6.662 7.061c.279-.347.963-.283 1.114.162.129.347-.054.698-.147 1.029.349.179.845.184 1.034.579.268.444.531.893.735 1.371-.94 1.271-1.936 2.5-2.916 3.74-.004-.529.009-1.058.069-1.583l-.251-.116c.011-.255.022-.51.035-.765-.445-.4-.923-.775-1.271-1.268.428-.782.844-1.757 1.849-1.885-.221-.376-.487-.83-.251-1.264M8.174 9.52c.054.298.129.593.214.884.082-.131.163-.263.243-.395a10.567 10.567 0 0 0-.457-.489m-2.234.583c.12.143.244.281.374.414.029-.278.045-.558.043-.838-.142.138-.28.28-.417.424zM10.633 12.852c.625-1.236 1.662-2.213 2.465-3.336.358.461.61 1.019.647 1.606-.046.378-.259.711-.341 1.081.128.263.379.444.57.662-.139.19-.258.394-.341.615-.347.108-.697.207-1.045.311.299.293.408.698.33 1.107-.124.578.437 1.022.313 1.596-.226-.089-.499-.189-.559-.455-.125-.819-.532-1.551-.806-2.321.221.713-.167 1.468.153 2.155.249.457-.282 1.178-.8 1.028.037-.435.362-.853.181-1.29-.21-.62-.306-1.266-.39-1.912l-.546-.211c.054-.213.111-.424.169-.636m2.138-2.469c-.027.399-.015.82.19 1.175.203-.398.1-.85-.19-1.175zM8.245 15.685c.278-.356.558-.712.838-1.067.105.332.219.661.347.985l-.237.181c.32.042.653.109.876.363-.492.217-1.026.068-1.536.164-.091-.211-.19-.418-.288-.626z"/><path opacity=".21" d="M18.915 0h.285v.259c-.164.064-.254-.132-.285-.259z"/><path fill="#fff" d="M.322.204C.445.169.571.154.7.158 6.667.163 12.634.157 18.601.162a.37.37 0 0 1 .437.436c.002 7.601.002 15.202 0 22.803a.368.368 0 0 1-.436.432H.598a.365.365 0 0 1-.436-.431C.158 15.835.164 8.267.159.7.165.526.146.306.322.204m.43.543C.743 8.252.769 15.758.733 23.262c5.903-.032 11.808-.007 17.711-.017.012-7.506-.02-15.013.022-22.519C12.562.766 6.657.737.752.747z"/><path fill="#fff" d="M4.508 6.387c2.639 0 5.279-.009 7.918.004-1.014 1.267-1.979 2.573-3.028 3.811-.204-.478-.467-.927-.735-1.371-.189-.395-.685-.4-1.034-.579.093-.331.276-.682.147-1.029-.151-.445-.835-.509-1.114-.162-.236.434.03.888.251 1.264-1.005.128-1.421 1.103-1.849 1.885.348.493.826.868 1.271 1.268-.013.255-.024.51-.035.765l.251.116c-.06.525-.073 1.054-.069 1.583-.648.841-1.309 1.673-1.966 2.508-.021-3.354-.005-6.709-.008-10.063zM13.098 9.516a616.39 616.39 0 0 1 1.592-2.028c.003 3.373.002 6.745 0 10.118-2.648-.006-5.297.021-7.944-.014.496-.638.998-1.272 1.499-1.907.098.208.197.415.288.626.51-.096 1.044.053 1.536-.164-.223-.254-.556-.321-.876-.363l.237-.181a14.934 14.934 0 0 1-.347-.985c.535-.656 1.018-1.357 1.597-1.977l-.047.211c-.058.212-.115.423-.169.636l.546.211c.084.646.18 1.292.39 1.912.181.437-.144.855-.181 1.29.518.15 1.049-.571.8-1.028-.32-.687.068-1.442-.153-2.155.274.77.681 1.502.806 2.321.06.266.333.366.559.455.124-.574-.437-1.018-.313-1.596a1.202 1.202 0 0 0-.33-1.107c.348-.104.698-.203 1.045-.311.083-.221.202-.425.341-.615-.191-.218-.442-.399-.57-.662.082-.37.295-.703.341-1.081-.037-.587-.289-1.145-.647-1.606z"/><path fill="#fff" d="M8.174 9.52c.158.157.309.322.457.489-.08.132-.161.264-.243.395a8.684 8.684 0 0 1-.214-.884zM12.771 10.383c.29.325.393.777.19 1.175-.205-.355-.217-.776-.19-1.175z"/><path fill="#176fc1" d="M.752.747c5.905-.01 11.81.019 17.714-.021-.042 7.506-.01 15.013-.022 22.519-5.903.01-11.808-.015-17.711.017.036-7.504.01-15.01.019-22.515m11.674 5.644c-2.639-.013-5.279-.004-7.918-.004.003 3.354-.013 6.709.008 10.063-1.125 1.432-2.248 2.865-3.379 4.293-.683.647-.282 1.666-.382 2.494.516.006 1.032.005 1.548-.002 1.484-1.879 2.958-3.765 4.443-5.643 2.647.035 5.296.008 7.944.014.002-3.373.003-6.745 0-10.118 1.227-1.575 2.483-3.129 3.693-4.716.147-.654.025-1.355.061-2.028-.52-.008-1.04-.004-1.56-.004-1.5 1.872-2.968 3.771-4.458 5.651z"/><path fill="#f03120" d="M12.426 6.391c1.49-1.88 2.958-3.779 4.458-5.651.52 0 1.04-.004 1.56.004-.036.673.086 1.374-.061 2.028-1.21 1.587-2.466 3.141-3.693 4.716a616.39 616.39 0 0 0-1.592 2.028c-.803 1.123-1.84 2.1-2.465 3.336l.047-.211c-.579.62-1.062 1.321-1.597 1.977-.28.355-.56.711-.838 1.067-.501.635-1.003 1.269-1.499 1.907-1.485 1.878-2.959 3.764-4.443 5.643-.516.007-1.032.008-1.548.002.1-.828-.301-1.847.382-2.494 1.131-1.428 2.254-2.861 3.379-4.293.657-.835 1.318-1.667 1.966-2.508.98-1.24 1.976-2.469 2.916-3.74 1.049-1.238 2.014-2.544 3.028-3.811z"/><path fill="#f2f2f2" d="M5.94 10.103c.137-.144.275-.286.417-.424.002.28-.014.56-.043.838a7.349 7.349 0 0 1-.374-.414z"/><path opacity=".14" d="M0 23.719A.575.575 0 0 1 .284 24H0v-.281zM18.944 24c-.004-.149.143-.221.256-.278V24h-.256z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-priority-road--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.857 0h.109C15.986 3.947 19.982 7.919 24 11.868v.089C20.026 15.961 16.069 19.985 12.104 24h-.07C8.027 20.032 4.007 16.078-.001 12.11v-.084C3.936 8.002 7.906 4.01 11.856 0M.306 12.065c1.655 1.631 3.304 3.268 4.962 4.894.412-.394.816-.793 1.219-1.195a7383.51 7383.51 0 0 0 9.362-9.192c.406-.395.809-.792 1.216-1.187a796.094 796.094 0 0 0-5.15-5.081A6773.399 6773.399 0 0 0 .306 12.065m18.326-5.128c-.404.397-.811.793-1.212 1.194a5410.877 5410.877 0 0 0-9.364 9.197c-.409.391-.812.79-1.211 1.192 1.745 1.717 3.474 3.451 5.233 5.152 3.857-3.911 7.706-7.829 11.58-11.722-1.609-1.726-3.35-3.344-5.027-5.012z"/><path fill="#fff" d="M.306 12.065C4.17 8.139 8.041 4.221 11.915.304a771.374 771.374 0 0 1 5.15 5.081c-.407.395-.81.792-1.216 1.187-1.273-1.242-2.524-2.507-3.804-3.74-.118-.145-.238.056-.328.125-2.978 3.049-6.008 6.052-8.969 9.119 1.243 1.232 2.486 2.465 3.738 3.689-.403.402-.808.802-1.219 1.195-1.658-1.626-3.307-3.263-4.962-4.894zM18.632 6.937c1.676 1.668 3.418 3.287 5.027 5.012-3.874 3.893-7.723 7.811-11.58 11.722-1.759-1.7-3.488-3.434-5.233-5.152.398-.402.802-.8 1.211-1.192 1.361 1.295 2.645 2.674 4.037 3.934 3.06-3.097 6.114-6.199 9.174-9.298-1.238-1.319-2.566-2.555-3.847-3.833.401-.401.808-.797 1.212-1.194z"/><path fill="#ff0" d="M11.718 2.956c.09-.068.21-.27.328-.125 1.28 1.234 2.531 2.498 3.804 3.74a9007.602 9007.602 0 0 1-9.362 9.192 722.35 722.35 0 0 1-3.738-3.689c2.96-3.067 5.99-6.07 8.969-9.119zM8.057 17.328c3.116-3.07 6.24-6.134 9.364-9.197 1.282 1.278 2.609 2.514 3.847 3.833-3.06 3.098-6.114 6.2-9.174 9.298-1.392-1.26-2.676-2.639-4.037-3.934z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-prohibition--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#726f6e" d="M10.381 0h3.223l-.256.124c-.9.014-1.801.02-2.701.001L10.381 0z"/><path fill="#fff" d="M7.464.912C8.482.504 9.548.184 10.648.125c.9.019 1.801.013 2.701-.001 5.048.413 9.527 4.525 10.42 9.508.148 1.578.146 3.16.001 4.738-.815 4.496-4.508 8.268-8.947 9.284a29.322 29.322 0 0 1-4.168.223c-2.312-.196-4.554-1.176-6.311-2.688a8.99 8.99 0 0 0-1.534-1.536C1.44 18.086.57 16.112.217 14.066a13.91 13.91 0 0 1 .001-4.13 11.59 11.59 0 0 1 2.591-5.59 8.808 8.808 0 0 0 1.535-1.534 9.809 9.809 0 0 1 1.573-1.128A4.989 4.989 0 0 0 7.464.912M10.48.524C6.275 1.04 2.526 4.09 1.134 8.088c-1.388 3.779-.59 8.249 2.026 11.31 2.372 2.878 6.21 4.47 9.923 4.086 3.546-.292 6.871-2.364 8.741-5.383a11.562 11.562 0 0 0 1.558-8.245c-.569-3.155-2.538-6.011-5.262-7.694A11.553 11.553 0 0 0 10.481.525z"/><path fill="#fff" d="M8.856 1.402a11.088 11.088 0 0 1 7.05.24c-3.919 6.029-7.835 12.059-11.75 18.09-2.761-2.76-3.854-7.03-2.755-10.776.99-3.568 3.9-6.52 7.456-7.554zM16.324 1.814l.539.234C12.902 8.194 8.951 14.349 4.978 20.487l-.496-.442C8.43 13.969 12.379 7.893 16.324 1.813zM5.339 20.766C9.315 14.6 13.283 8.429 17.26 2.264l.522.289C13.84 8.773 9.876 14.98 5.918 21.189l-.578-.424zM18.162 2.806c.17.124.341.246.511.372-3.947 6.18-7.878 12.37-11.821 18.553l-.552-.293c3.946-6.216 7.907-12.422 11.862-18.632zM19.025 3.454l.472.396c-3.889 6.115-7.788 12.226-11.682 18.337l-.563-.242c3.918-6.167 7.846-12.329 11.773-18.491zM19.819 4.175c2.779 2.711 3.904 6.955 2.857 10.692-.952 3.612-3.869 6.619-7.452 7.676-2.267.69-4.754.62-6.982-.186 3.85-6.067 7.724-12.118 11.576-18.182z"/><path fill="#201b17" d="M10.48.524a11.547 11.547 0 0 1 7.639 1.637c2.724 1.684 4.693 4.54 5.262 7.694a11.562 11.562 0 0 1-1.558 8.245c-1.87 3.019-5.195 5.092-8.741 5.383-3.713.384-7.55-1.208-9.923-4.086-2.616-3.061-3.414-7.531-2.026-11.31C2.525 4.09 6.274 1.039 10.479.523m-1.623.879C5.3 2.436 2.39 5.388 1.4 8.956c-1.099 3.746-.006 8.016 2.755 10.776 3.916-6.031 7.831-12.061 11.75-18.09a11.088 11.088 0 0 0-7.05-.24m7.469.412C12.38 7.893 8.43 13.97 4.482 20.046c.164.148.33.294.496.442C8.951 14.35 12.902 8.195 16.863 2.049l-.539-.234M5.339 20.766c.193.14.385.282.578.424 3.959-6.209 7.922-12.416 11.864-18.636l-.522-.289C13.282 8.429 9.314 14.601 5.338 20.767M18.162 2.806C14.207 9.016 10.246 15.222 6.3 21.438l.552.293c3.943-6.184 7.874-12.373 11.821-18.553-.17-.126-.341-.248-.511-.372m.863.648C15.097 9.616 11.17 15.778 7.252 21.945l.563.242c3.894-6.112 7.793-12.222 11.682-18.337l-.472-.396m.794.721C15.967 10.24 12.092 16.29 8.243 22.357c2.227.806 4.715.876 6.982.186 3.583-1.057 6.5-4.064 7.452-7.676 1.046-3.737-.078-7.981-2.857-10.692z"/><path fill="#201b17" d="M0 10.937c.072-.334.144-.668.218-1.002a13.877 13.877 0 0 0-.001 4.13L0 13.053v-2.117z"/><path fill="#8c8a88" d="M5.917 1.684c.47-.34.992-.601 1.547-.772a5.033 5.033 0 0 1-1.547.772z"/><path fill="#918f8d" d="M2.809 4.345a5.673 5.673 0 0 1 1.535-1.534 8.878 8.878 0 0 1-1.535 1.534z"/><path fill="#8a8786" d="M23.768 9.631c.071.281.15.559.232.838v3.067c-.082.277-.161.553-.23.833.145-1.578.146-3.16-.001-4.738z"/><path fill="#928f8e" d="M2.81 19.652a9.027 9.027 0 0 1 1.534 1.536 5.607 5.607 0 0 1-1.534-1.536z"/><path fill="#83807e" d="M10.655 23.876a29.33 29.33 0 0 0 4.168-.223c-.505.155-1.025.25-1.543.347h-2.879l.254-.124z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--end-of-school-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#111" opacity=".94" d="M.933 0h16.291l-.132.091C11.663.119 6.233.08.804.111L.933 0zM.906 23.909c5.43-.029 10.861.013 16.29-.021l-.127.112H.776l.13-.091z"/><path fill="#fefefe" d="M.052 1.192C.048.705.395.324.804.111 6.233.08 11.663.119 17.092.091c.474.16.854.585.856 1.101.003 7.205.003 14.411 0 21.616.003.487-.343.867-.752 1.08-5.429.034-10.86-.008-16.29.021-.473-.16-.853-.585-.854-1.101-.003-7.205-.003-14.411 0-21.616m.99-.834C.606.412.308.871.331 1.293c-.004 7.138-.004 14.276 0 21.414-.031.481.366.979.87.951 5.199.006 10.398.006 15.597 0 .504.028.9-.47.871-.951.004-7.138.004-14.276 0-21.414.029-.48-.366-.984-.871-.947C11.546.353 6.293.329 1.042.358z"/><path fill="#060606" d="M1.042.358C6.293.329 11.546.353 16.798.346c.505-.037.9.467.871.947.004 7.138.004 14.276 0 21.414.029.481-.367.979-.871.951-5.199.006-10.398.006-15.597 0-.504.028-.901-.47-.87-.951-.004-7.138-.004-14.276 0-21.414C.308.871.606.412 1.042.358m.005.504c-.213.086-.308.314-.28.533.004 7.103-.004 14.207.003 21.31-.03.282.255.499.522.454 5.17-.003 10.339.005 15.509-.003.29.021.472-.289.433-.552-.005-7.103.003-14.206-.004-21.309.021-.282-.253-.501-.523-.455C11.488.856 6.264.812 1.047.862M.502 2.6l.001 18.7c-.005.545-.029 1.094.057 1.635.031-.344.046-.689.042-1.034C.567 14.956.651 8.007.56 1.065.48 1.573.494 2.088.502 2.6M17.44 1.065c-.031.344-.046.69-.042 1.035.035 6.944-.048 13.892.042 20.835.08-.508.066-1.023.058-1.535V2.6c.008-.512.021-1.027-.058-1.535z"/><path fill="#fff" d="M1.047.862C6.264.812 11.488.856 16.707.84c.27-.046.544.173.523.455.007 7.103-.001 14.206.004 21.309.039.263-.143.573-.433.552-5.17.008-10.339 0-15.509.003-.267.045-.552-.172-.522-.454C.763 15.602.771 8.498.767 1.395c-.028-.219.067-.447.28-.533m4.014 1.413c-.007 1.602-.002 3.203-.003 4.805.743-.001 1.486.001 2.229-.001l-.004-.556c-.609-.018-1.222.041-1.829-.033.01-.538-.008-1.077.014-1.615.55.006 1.099.006 1.648.001v-.552c-.55-.004-1.1-.005-1.65.002-.016-.49-.006-.981-.008-1.471l1.766.001c0-.194 0-.388-.002-.581H5.061m2.777 4.809c.129-.006.258-.009.388-.01.012-1.251-.026-2.502.02-3.752C8.75 4.574 9.25 5.826 9.774 7.07c.137.006.274.011.412.015-.002-1.604.005-3.208-.004-4.812-.118.002-.236.002-.354 0-.015 1.254.011 2.508-.013 3.762-.569-1.236-1.01-2.525-1.582-3.76a47.21 47.21 0 0 0-.376-.013c-.043 1.606-.004 3.215-.019 4.822m3.03-4.809c-.004 1.602-.001 3.203-.002 4.805.507-.023 1.032.062 1.527-.076.67-.265.836-1.063.919-1.701.074-.891.062-1.883-.474-2.643-.477-.589-1.317-.328-1.97-.385m2.373 6.584c-.496.117-.754.634-.9 1.078-.282 1.016-.291 2.137.096 3.127.177.437.542.899 1.065.858.621-.08.905-.725 1.061-1.254.216-.958.226-1.995-.115-2.925-.18-.488-.62-1.039-1.207-.884m-11.769 1.86c.114.587.713.802 1.187 1.028.679.294.548 1.603-.26 1.594-.567-.032-.736-.658-.778-1.125l-.313.034c.003.493.083 1.034.439 1.405.364.401 1.104.349 1.386-.123.376-.595.426-1.419.055-2.028-.236-.395-.709-.501-1.087-.707-.595-.273-.429-1.439.287-1.38.473.009.602.547.631.926l.337-.029c.016-.659-.339-1.609-1.159-1.464-.8.184-.872 1.207-.725 1.869m3.006-1.64c-.436.423-.578 1.054-.641 1.637-.053.921-.051 1.91.417 2.736.233.43.829.627 1.244.334.475-.345.577-.967.686-1.504l-.338-.165c-.122.433-.155.989-.612 1.216-.445.171-.806-.283-.896-.671-.241-.868-.242-1.823.043-2.681.107-.371.487-.692.887-.549.363.183.433.631.518.99l.351-.18c-.099-.414-.196-.857-.507-1.17-.294-.325-.856-.304-1.152.007m2.152-.16c-.002 1.64.001 3.279-.002 4.919l.345.001c-.004-.764.007-1.528-.007-2.292.466-.022.933-.009 1.4-.011l-.001 2.303h.368l-.001-4.916-.367-.002c.001.669-.005 1.338.006 2.008-.466.009-.932.006-1.398.004-.002-.672.001-1.343-.001-2.014a6.5 6.5 0 0 1-.342 0m3.498.009c-.585.354-.763 1.084-.86 1.716-.089.991-.075 2.104.558 2.93.303.421.971.462 1.316.07.536-.606.653-1.463.644-2.244.012-.784-.089-1.649-.626-2.261a.846.846 0 0 0-1.032-.211m5.018-.008v4.918c.562.001 1.124.004 1.686-.002l-.003-.577c-.447-.002-.893.001-1.34-.004-.005-1.446.001-2.891-.003-4.337a5.511 5.511 0 0 1-.34.002m-7.918 6.9c-.651.259-.941.978-1.076 1.617-.211 1.134-.189 2.384.397 3.409.266.472.848.802 1.383.575.721-.343.961-1.192 1.08-1.918.098-.991.09-2.047-.363-2.958-.261-.499-.832-.96-1.421-.725m-3.854.041l.001.654c.593.005 1.186 0 1.78.003-.668 1.303-1.232 2.656-1.856 3.981-.159.271-.118.59-.119.891.846.026 1.694.026 2.54 0l-.002-.637c-.678-.013-1.357.001-2.035-.009.64-1.326 1.239-2.671 1.865-4.004.155-.268.096-.586.102-.881-.759-.001-1.517-.004-2.276.002m6.213-.001c-.002 1.848-.002 3.697 0 5.545.13-.001.26-.001.39.001.006-1.433-.007-2.867.006-4.301.63 1.407 1.095 2.882 1.696 4.302.133-.002.267-.003.401-.001.002-1.85.003-3.7 0-5.55l-.398.005c-.018 1.427.028 2.856-.025 4.283-.541-1.432-1.076-2.866-1.647-4.286l-.423.002m3.234-.002c-.001 1.849-.002 3.698.001 5.547.784.002 1.569.002 2.354 0-.001-.22.001-.439.001-.658h-1.936c0-.63-.004-1.26.002-1.89h1.741a68.48 68.48 0 0 1 0-.641c-.581-.003-1.162.001-1.742-.002-.003-.566-.002-1.132-.001-1.698.629 0 1.259.003 1.888-.001l.002-.653c-.77-.008-1.54-.002-2.31-.004z"/><path fill="#fff" d="M11.266 2.856c.477.021 1.129-.147 1.391.385.413.853.331 1.89.061 2.776-.208.596-.945.494-1.446.509-.013-1.223-.003-2.446-.006-3.67zM10.326 9.424c.575-.149.909.488.999.956.157.88.209 1.878-.276 2.668-.218.389-.797.425-1.043.045-.465-.681-.463-1.57-.369-2.359.054-.492.195-1.083.689-1.31zM13.227 9.43c.605-.173.946.514 1.028 1.003.119.868.199 1.855-.297 2.626-.208.354-.739.416-.994.081-.507-.624-.457-1.491-.425-2.246.046-.536.153-1.2.688-1.464zM7.329 16.432c.481-.15.902.259 1.056.679a4.61 4.61 0 0 1 .124 2.689c-.121.434-.347.946-.833 1.056-.449.09-.793-.312-.954-.682-.343-.816-.322-1.742-.156-2.597.093-.453.307-.958.763-1.145z"/><path fill="#171717" d="M.502 2.6C.494 2.088.48 1.573.56 1.065c.091 6.942.007 13.891.042 20.836.004.345-.011.69-.042 1.034-.086-.541-.062-1.09-.057-1.635L.502 2.6zM17.44 1.065c.079.508.066 1.023.058 1.535v18.8c.008.512.022 1.027-.058 1.535-.09-6.943-.007-13.891-.042-20.835-.004-.345.011-.691.042-1.035z"/><path d="M5.061 2.275h2.161c.002.193.002.387.002.581l-1.766-.001c.002.49-.008.981.008 1.471.55-.007 1.1-.006 1.65-.002v.552c-.549.005-1.098.005-1.648-.001-.022.538-.004 1.077-.014 1.615.607.074 1.22.015 1.829.033l.004.556c-.743.002-1.486 0-2.229.001.001-1.602-.004-3.203.003-4.805zM7.838 7.084c.015-1.607-.024-3.216.019-4.822l.376.013c.572 1.235 1.013 2.524 1.582 3.76.024-1.254-.002-2.508.013-3.762.118.002.236.002.354 0 .009 1.604.002 3.208.004 4.812a27.84 27.84 0 0 1-.412-.015C9.25 5.826 8.75 4.574 8.246 3.322c-.046 1.25-.008 2.501-.02 3.752-.13.001-.259.004-.388.01zM10.868 2.275c.653.057 1.493-.204 1.97.385.536.76.548 1.752.474 2.643-.083.638-.249 1.436-.919 1.701-.495.138-1.02.053-1.527.076.001-1.602-.002-3.203.002-4.805m.398.581c.003 1.224-.007 2.447.006 3.67.501-.015 1.238.087 1.446-.509.27-.886.352-1.923-.061-2.776-.262-.532-.914-.364-1.391-.385zM13.241 8.859c.587-.155 1.027.396 1.207.884.341.93.331 1.967.115 2.925-.156.529-.44 1.174-1.061 1.254-.523.041-.888-.421-1.065-.858-.387-.99-.378-2.111-.096-3.127.146-.444.404-.961.9-1.078m-.014.571c-.535.264-.642.928-.688 1.464-.032.755-.082 1.622.425 2.246.255.335.786.273.994-.081.496-.771.416-1.758.297-2.626-.082-.489-.423-1.176-1.028-1.003zM1.472 10.719c-.147-.662-.075-1.685.725-1.869.82-.145 1.175.805 1.159 1.464l-.337.029c-.029-.379-.158-.917-.631-.926-.716-.059-.882 1.107-.287 1.38.378.206.851.312 1.087.707.371.609.321 1.433-.055 2.028-.282.472-1.022.524-1.386.123-.356-.371-.436-.912-.439-1.405l.313-.034c.042.467.211 1.093.778 1.125.808.009.939-1.3.26-1.594-.474-.226-1.073-.441-1.187-1.028zM4.478 9.079c.296-.311.858-.332 1.152-.007.311.313.408.756.507 1.17l-.351.18c-.085-.359-.155-.807-.518-.99-.4-.143-.78.178-.887.549-.285.858-.284 1.813-.043 2.681.09.388.451.842.896.671.457-.227.49-.783.612-1.216l.338.165c-.109.537-.211 1.159-.686 1.504-.415.293-1.011.096-1.244-.334-.468-.826-.47-1.815-.417-2.736.063-.583.205-1.214.641-1.637zM6.63 8.919a6.5 6.5 0 0 0 .342 0c.002.671-.001 1.342.001 2.014.466.002.932.005 1.398-.004-.011-.67-.005-1.339-.006-2.008l.367.002.001 4.916h-.368l.001-2.303c-.467.002-.934-.011-1.4.011.014.764.003 1.528.007 2.292l-.345-.001c.003-1.64 0-3.279.002-4.919zM10.128 8.928a.846.846 0 0 1 1.032.211c.537.612.638 1.477.626 2.261.009.781-.108 1.638-.644 2.244-.345.392-1.013.351-1.316-.07-.633-.826-.647-1.939-.558-2.93.097-.632.275-1.362.86-1.716m.198.496c-.494.227-.635.818-.689 1.31-.094.789-.096 1.678.369 2.359.246.38.825.344 1.043-.045.485-.79.433-1.788.276-2.668-.09-.468-.424-1.105-.999-.956zM15.146 8.92c.113.003.226.002.34-.002.004 1.446-.002 2.891.003 4.337.447.005.893.002 1.34.004l.003.577c-.562.006-1.124.003-1.686.002V8.92zM7.228 15.82c.589-.235 1.16.226 1.421.725.453.911.461 1.967.363 2.958-.119.726-.359 1.575-1.08 1.918-.535.227-1.117-.103-1.383-.575-.586-1.025-.608-2.275-.397-3.409.135-.639.425-1.358 1.076-1.617m.101.612c-.456.187-.67.692-.763 1.145-.166.855-.187 1.781.156 2.597.161.37.505.772.954.682.486-.11.712-.622.833-1.056a4.61 4.61 0 0 0-.124-2.689c-.154-.42-.575-.829-1.056-.679zM3.374 15.861c.759-.006 1.517-.003 2.276-.002-.006.295.053.613-.102.881-.626 1.333-1.225 2.678-1.865 4.004.678.01 1.357-.004 2.035.009l.002.637c-.846.026-1.694.026-2.54 0 .001-.301-.04-.62.119-.891.624-1.325 1.188-2.678 1.856-3.981-.594-.003-1.187.002-1.78-.003l-.001-.654zM9.587 15.86l.423-.002c.571 1.42 1.106 2.854 1.647 4.286.053-1.427.007-2.856.025-4.283l.398-.005c.003 1.85.002 3.7 0 5.55a13.393 13.393 0 0 0-.401.001c-.601-1.42-1.066-2.895-1.696-4.302-.013 1.434 0 2.868-.006 4.301a16.9 16.9 0 0 0-.39-.001c-.002-1.848-.002-3.697 0-5.545zM12.821 15.858c.77.002 1.54-.004 2.31.004l-.002.653c-.629.004-1.259.001-1.888.001-.001.566-.002 1.132.001 1.698.58.003 1.161-.001 1.742.002a68.48 68.48 0 0 0 0 .641h-1.741c-.006.63-.002 1.26-.002 1.89h1.936c0 .219-.002.438-.001.658-.785.002-1.57.002-2.354 0-.003-1.849-.002-3.698-.001-5.547z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-shared-path-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0372bc" d="M10.479 0h3.049c2.455.408 4.853 1.422 6.649 3.177-1.065.895-2.128 1.791-3.203 2.674-.248-1.067-1.333-1.71-2.395-1.475-.261-.548-.514-1.283-.041-1.795l.063-.301-1.425-.037.001.435c.225.008.45.014.676.021l-.004.783c-1.266.005-2.533.004-3.8 0l-.014-.819c-.142-.071-.283-.145-.422-.217.217-.077.432-.157.65-.234l-.12-.415c-.43.117-.843.305-1.143.644.203.197.401.399.613.587a6.872 6.872 0 0 1-.236 1.288c-.917-.049-1.892.483-2.08 1.435-.311 1.2.915 2.427 2.115 2.123 1.045-.174 1.708-1.381 1.328-2.363-.172-.579-.863-.799-.994-1.395.538.423.979.95 1.44 1.453-.094.573.25.975.782 1.126.147-.132.292-.265.435-.4.31.012.621.026.93.037.166.674.61 1.232 1.249 1.512a206.334 206.334 0 0 1-4.044 3.374c-.018-.345.088-.77-.2-1.036-.375-.403-1.137-.295-1.361.217-.231.508.205.974.391 1.421-.813.261-1.693.799-1.666 1.77-1.933 1.657-3.897 3.279-5.855 4.906-.987-1.495-1.539-3.23-1.848-4.985v-3.026c.396-2.431 1.39-4.809 3.116-6.597C4.995 1.746 7.678.427 10.478 0z"/><path fill="#0372bc" d="M10.258 3.929c1.101-.01 2.201-.001 3.302-.006-.437.489-.876.978-1.307 1.474-.245-.041-.492-.071-.737-.103-.418-.455-.841-.907-1.258-1.364zM12.454 5.874c.461-.644 1.021-1.209 1.552-1.794.068.166.133.335.197.505a2.467 2.467 0 0 0-.853 1.301c-.299 0-.599-.008-.897-.012zM7.706 6.325c-.16-.886.671-1.621 1.521-1.583-.085.41-.212.825-.563 1.085-.443.383.19 1.125.659.791.382-.209.257-.649.093-.96.07-.258.145-.514.219-.77.872.414 1.053 1.723.255 2.302-.759.659-2.079.129-2.186-.865zM14.797 4.774a1.519 1.519 0 0 1 1.77 1.413c-.523.452-1.05.898-1.591 1.328a1.77 1.77 0 0 1-1.225-1.221c.45.019.883.143 1.289.332.465.28.955-.561.471-.827a1.769 1.769 0 0 1-.715-1.025z"/><path fill="#0372bc" d="M13.77 5.935c.133-.368.334-.707.63-.968.138.314.265.634.375.957-.334.01-.67.009-1.005.01zM12.226 14.227a1567.03 1567.03 0 0 1 10.093-8.455c.89 1.432 1.387 3.066 1.681 4.716v3.031c-.592 4.317-3.606 8.215-7.705 9.743-.89.372-1.846.532-2.783.738h-3.03c-2.348-.39-4.649-1.323-6.414-2.952 1.535-1.285 3.054-2.592 4.617-3.846.037.969-.081 1.942.009 2.908-.03.45.706.554.769.089.105-1.222.003-2.458.044-3.685.11-.092.221-.183.332-.272.123 1.587-.034 3.187.079 4.773.019.418.779.439.751-.003.048-1.828.013-3.661.012-5.49.341-.31.699-.6 1.059-.886.414.641.785 1.332 1.342 1.863.39.129.813.062 1.217.075l-.726 2.028.41.067c.009.6-.036 1.203.021 1.801.005.227.289.253.457.199.09-.649.035-1.307.044-1.96l.332-.034c.105.53-.253 1.369.274 1.677.394-.432.132-1.12.201-1.658l.45-.062c-.17-.555-.355-1.107-.466-1.679.338.289.65.605.952.93l.308-.169c-.484-.587-.919-1.243-1.586-1.644.102-.286.361-.594.195-.905-.17-.356-.728-.36-.908-.014-.164.334.108.661.213.968-.477-.028-1.239.265-1.461-.335-.201-.547-.441-1.081-.782-1.557z"/><path fill="#fff" d="M9.001 2.44c.301-.339.714-.526 1.143-.644l.12.415c-.218.076-.434.156-.65.234.139.072.28.146.422.217l.014.819c1.267.004 2.534.005 3.8 0l.004-.783a73.975 73.975 0 0 1-.676-.021l-.001-.435c.475.013.95.026 1.425.037l-.063.301c-.472.512-.219 1.246.041 1.795 1.062-.235 2.147.408 2.395 1.475-.137.11-.272.222-.406.337a1.519 1.519 0 0 0-1.77-1.413c.116.418.351.782.715 1.025.484.266-.006 1.107-.471.827a3.433 3.433 0 0 0-1.289-.332 1.768 1.768 0 0 0 1.225 1.221 15.59 15.59 0 0 0-.394.329 2.2 2.2 0 0 1-1.249-1.512c-.31-.012-.621-.026-.93-.037-.143.135-.288.268-.435.4-.532-.151-.876-.554-.782-1.126-.461-.503-.902-1.03-1.44-1.453.13.596.822.815.994 1.395.381.982-.283 2.188-1.328 2.363-1.2.305-2.426-.923-2.115-2.123.188-.952 1.163-1.484 2.08-1.435.117-.421.201-.852.236-1.288-.212-.188-.41-.39-.613-.587m1.255 1.488c.417.457.84.908 1.258 1.364.245.032.492.062.737.103.431-.495.87-.985 1.307-1.474-1.101.005-2.201-.004-3.302.006m2.196 1.946c.298.004.597.012.897.012a2.47 2.47 0 0 1 .853-1.301c-.065-.169-.129-.338-.197-.505-.532.585-1.092 1.15-1.552 1.794m-4.749.451c.107.994 1.427 1.524 2.186.865.797-.579.617-1.888-.255-2.302-.075.257-.15.512-.219.77.164.311.289.751-.093.96-.47.334-1.102-.408-.659-.791.351-.261.477-.675.563-1.085-.85-.037-1.681.697-1.521 1.583m6.062-.39c.335-.001.671 0 1.005-.01a12.085 12.085 0 0 0-.375-.957c-.295.261-.497.6-.63.968zM8.978 10.399c.225-.512.986-.619 1.361-.217.288.266.182.692.2 1.036-.957.775-1.903 1.566-2.836 2.372-.027-.972.853-1.51 1.666-1.77-.186-.446-.622-.912-.391-1.421zM11.739 14.635c.165-.133.326-.27.486-.408.341.476.581 1.01.782 1.557.222.6.983.307 1.461.335-.105-.307-.377-.634-.213-.968.181-.346.738-.342.908.014.166.311-.093.618-.195.905.667.401 1.102 1.057 1.586 1.644l-.308.169a11.607 11.607 0 0 0-.952-.93c.111.572.295 1.124.466 1.679l-.45.062c-.07.538.192 1.226-.201 1.658-.526-.308-.169-1.147-.274-1.677l-.332.034c-.009.653.046 1.311-.044 1.96-.168.054-.452.028-.457-.199-.057-.599-.012-1.201-.021-1.801l-.41-.067c.244-.676.485-1.352.726-2.028-.404-.013-.827.054-1.217-.075-.557-.532-.928-1.222-1.342-1.863zM9.839 16.241c.286-.234.568-.472.841-.72.001 1.83.036 3.662-.012 5.49.028.441-.732.421-.751.003-.112-1.586.044-3.186-.079-4.773zM8.685 17.201c.277-.225.55-.455.822-.688-.041 1.227.061 2.463-.044 3.685-.063.465-.799.361-.769-.089-.09-.966.028-1.939-.009-2.908z"/><path fill="#ed1c24" d="M16.974 5.85c1.075-.883 2.138-1.778 3.203-2.674a12.027 12.027 0 0 1 2.142 2.595 1635.005 1635.005 0 0 0-10.579 8.863c-.36.286-.719.577-1.059.886a22.16 22.16 0 0 1-.841.72c-.111.089-.222.181-.332.272-.272.232-.545.463-.822.688-1.563 1.254-3.081 2.561-4.617 3.846a12.52 12.52 0 0 1-2.221-2.552c1.959-1.627 3.923-3.249 5.855-4.906.933-.805 1.879-1.596 2.836-2.372a209.326 209.326 0 0 0 4.044-3.374c.129-.111.261-.222.394-.329.541-.43 1.068-.876 1.591-1.328.134-.115.27-.227.406-.337z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-shared-path-pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0303cc" d="M10.689 0h2.605c2.05.317 4.067 1.005 5.744 2.25a1031.664 1031.664 0 0 1-3.915 3.913c-.39-.271-.991-.408-1.313.039-.321.359-.102.825.085 1.186a15.28 15.28 0 0 1-.126.131 74.485 74.485 0 0 1-1.153-1.098c.15-.241.303-.525.122-.797-.362-.724-.607-1.527-1.12-2.164-1.054-1.199-3.43-.228-3.256 1.391.083.615-.31 1.631.535 1.823-.563.556-.922 1.289-1.085 2.058-.068.26.177.522.442.468 1.279.014 2.557.001 3.836 0l-.847.841-.022-.661h-.866a61.853 61.853 0 0 0-.003 1.553l-.253.256c-.004-.606-.001-1.212-.007-1.818-.292.001-.585.001-.877.003.009.883-.043 1.768.047 2.649-2.33 2.344-4.673 4.678-7.011 7.015-1.245-1.672-1.928-3.684-2.252-5.726v-2.607c.197-.974.361-1.962.727-2.892 1.51-4.22 5.54-7.276 9.962-7.814m-.813.847c-1.137.382-.405 2.243.698 1.708 1.096-.404.382-2.19-.698-1.708z"/><path fill="#0303cc" d="M9.229 6.472c.159-.699-.245-1.629.219-2.186.043.656.03 1.315.017 1.972l-.236.214zM11.019 4.244c.462.763 1.103 1.605.952 2.543.358.48.849.842 1.268 1.264l-.599.601a5.41 5.41 0 0 0-1.65-2.393c-.012-.671-.028-1.346.029-2.014zM21.677 4.863c1.284 1.693 1.995 3.742 2.323 5.824v2.607c-.527 4.429-3.59 8.468-7.812 9.979-.925.365-1.908.525-2.875.727h-2.607c-2.09-.321-4.146-1.037-5.843-2.324.307-.3.612-.602.917-.905.801 1.087 2.526 1.294 3.475.287 1.026-.946.824-2.683-.26-3.503.165-.173.337-.341.508-.51.774.669 1.553 1.332 2.337 1.988-.282.772.358 1.429 1.137 1.187l-.045.417.55-.016-.299-.446c.29-.03.58-.064.87-.09.366 1.201 1.756 1.959 2.951 1.507 1.3-.41 1.955-2.083 1.256-3.26-.555-1.068-1.933-1.456-3.01-.98-.231-.369-.462-.737-.685-1.11a4.28 4.28 0 0 1 .209-.431c.203-.025.405-.046.61-.064-.003-.241-.005-.481-.009-.721-.555.143-1.128.29-1.588.648.22.039.441.079.662.115l-.275.464c-1.29.003-2.581.004-3.871-.001 1.428-1.452 2.885-2.873 4.316-4.323.022.31.223.775.605.556.358-.323.126-.914.188-1.347 2.093-2.088 4.182-4.18 6.268-6.275z"/><path fill="#fff" d="M9.875.846c1.079-.483 1.794 1.304.698 1.708-1.103.535-1.835-1.326-.698-1.708z"/><path fill="#fff" d="M8.362 4.852c-.173-1.62 2.202-2.59 3.256-1.391.513.637.758 1.44 1.12 2.164.181.273.028.556-.122.797.38.371.765.736 1.153 1.098-.176.178-.353.355-.53.531-.42-.422-.91-.784-1.268-1.264.151-.938-.49-1.78-.952-2.543-.056.669-.041 1.343-.029 2.014a5.415 5.415 0 0 1 1.65 2.393c-.182.184-.369.365-.55.55-1.279.001-2.557.014-3.836 0-.265.054-.51-.209-.442-.468.163-.769.522-1.502 1.085-2.058-.845-.191-.452-1.208-.535-1.823m.867 1.62c.059-.052.177-.16.236-.214.013-.657.026-1.317-.017-1.972-.464.557-.06 1.487-.219 2.186zM13.81 6.203c.321-.447.923-.311 1.313-.039-.405.412-.817.817-1.228 1.225-.188-.361-.407-.826-.085-1.186zM9.216 9.374c.292-.001.585-.001.877-.003.005.606.003 1.212.007 1.818-.278.279-.557.556-.837.834-.09-.881-.038-1.767-.047-2.649zM10.355 9.381h.866l.022.661c-.296.298-.591.597-.89.892a57.435 57.435 0 0 1 .003-1.553zM14.618 11.929c.264-.264.53-.526.792-.791-.062.433.17 1.024-.188 1.347-.382.219-.582-.247-.605-.556zM13.786 15.673c.46-.358 1.033-.505 1.588-.648.004.24.007.48.009.721a17.49 17.49 0 0 0-.61.064c-.077.14-.147.283-.209.431.223.372.454.741.685 1.11 1.077-.476 2.455-.088 3.01.98.699 1.178.043 2.85-1.256 3.26-1.195.452-2.585-.306-2.951-1.507-.29.026-.58.06-.87.09l.299.446-.55.016c.01-.104.033-.312.045-.417-.779.243-1.419-.414-1.137-1.187a191.556 191.556 0 0 1-2.337-1.988l.253-.248c.851.71 1.641 1.496 2.544 2.139a9.78 9.78 0 0 0-.39-.737c.168-.009.337-.011.505-.004.008.193.014.388.026.581l.42.021c.393-.734.767-1.479 1.148-2.22-1.342-.005-2.682.007-4.024-.007l.316-.319c1.29.005 2.581.004 3.871.001.092-.155.182-.31.275-.464-.222-.037-.442-.076-.662-.115m.573.851c-.401.775-.8 1.551-1.237 2.308.311.018.619.05.927.09.164-.567.51-1.052.977-1.407a39.012 39.012 0 0 0-.668-.991m1.117 1.111c.319.564.618 1.158 1.102 1.601.235.172.071.559-.198.576-.637.113-1.288.136-1.928.231.271.753.993 1.344 1.815 1.313 1.183.026 2.181-1.226 1.861-2.375-.24-1.144-1.588-1.798-2.652-1.346m-1.091 1.275c.505.052 1.012.09 1.519.126a36.49 36.49 0 0 0-.738-1.218 2.296 2.296 0 0 0-.78 1.092zM8.727 17.845c.089-.098.178-.194.269-.29 1.083.82 1.285 2.557.26 3.503-.95 1.007-2.674.8-3.475-.287l.243-.243c.586.732 1.662 1.117 2.518.615 1.255-.603 1.391-2.565.186-3.298z"/><path fill="#fff" d="M7.78 18.826c.258-.324.557-.611.864-.888-.3.573-.607 1.145-.749 1.782-.312.282-.622-.102-.619-.428l.176-.148c.201-.012.311-.118.328-.319z"/><path fill="#cc0303" d="M19.037 2.25a12.246 12.246 0 0 1 2.64 2.612 2060.13 2060.13 0 0 1-6.268 6.275c-.262.265-.529.527-.792.791-1.431 1.449-2.888 2.871-4.316 4.323l-.316.319-.229.227-.253.248c-.17.169-.342.337-.508.51-.09.096-.18.191-.269.29-.021.022-.062.07-.083.093a7.549 7.549 0 0 0-.864.888.411.411 0 0 0-.328.319l-.176.148c-.435.392-.838.82-1.254 1.235l-.243.243c-.304.303-.61.605-.917.905a12.227 12.227 0 0 1-2.611-2.637c2.338-2.337 4.681-4.671 7.011-7.015.279-.278.559-.555.837-.834l.253-.256c.299-.295.594-.594.89-.892l.847-.841c.181-.185.367-.366.55-.55l.599-.601a88.473 88.473 0 0 0 .656-.662c.41-.408.822-.813 1.228-1.225 1.309-1.301 2.612-2.606 3.915-3.913z"/><path fill="#0303ff" d="M9.756 16.797l.229-.227c1.342.013 2.682.001 4.024.007-.38.741-.754 1.486-1.148 2.22l-.42-.021c-.012-.193-.018-.388-.026-.581a5.317 5.317 0 0 0-.505.004c.142.239.269.487.39.737-.904-.643-1.693-1.43-2.544-2.139zM14.357 16.523c.228.327.449.658.668.991a2.718 2.718 0 0 0-.977 1.407 12.477 12.477 0 0 0-.927-.09c.437-.757.835-1.533 1.237-2.308zM15.473 17.634c1.064-.452 2.412.202 2.652 1.346.32 1.149-.678 2.401-1.861 2.375-.822.031-1.544-.56-1.815-1.313.64-.094 1.29-.118 1.928-.231.269-.017.433-.404.198-.576-.484-.443-.783-1.037-1.102-1.601z"/><path fill="#0303ff" d="M14.382 18.909c.144-.438.42-.81.78-1.092.254.401.5.807.738 1.218a42.976 42.976 0 0 1-1.519-.126zM8.644 17.938c.021-.024.062-.071.083-.093 1.205.733 1.069 2.695-.186 3.298-.856.502-1.932.117-2.518-.615.416-.416.818-.843 1.254-1.235-.003.325.307.709.619.428.142-.637.449-1.209.749-1.782z"/><path fill="#0303ff" d="M7.452 19.145a.413.413 0 0 1 .328-.319c-.017.201-.127.307-.328.319z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-snow-chains--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M10.607 0h2.784c1.526.303 3.075.682 4.433 1.485-.882 1.269-1.862 2.471-2.797 3.703-.477-.458-.986-1.014-1.71-.992-1.182.011-2.375-.084-3.549.059-1.035.43-1.586 1.495-1.966 2.487-.977 2.736-.994 5.738-.498 8.575-1.302 1.688-2.56 3.411-3.901 5.069-1.904-1.854-2.978-4.407-3.404-6.993v-2.785c.086-.187.127-.389.146-.592C.836 5.477 4.398 1.559 8.834.398c.575-.2 1.201-.195 1.772-.398zM20.498 3.516c1.961 1.863 3.073 4.46 3.502 7.092v2.784c-.202.571-.196 1.196-.398 1.772-1.162 4.436-5.08 7.999-9.618 8.69a1.735 1.735 0 0 0-.589.146H10.61c-1.575-.31-3.174-.712-4.564-1.56.951-1.184 1.829-2.422 2.778-3.608 1.063 1.147 2.734.547 4.1.699 1.646.191 2.531-1.551 2.95-2.869.76-2.445.905-5.098.447-7.613 1.337-1.883 2.797-3.682 4.178-5.533z"/><path fill="#d40303" d="M17.825 1.485a10.94 10.94 0 0 1 2.673 2.031c-1.381 1.851-2.84 3.65-4.178 5.533-.123.135-.245.27-.357.415-.322.436-.683.845-.967 1.309-.171.135-.336.284-.39.505-.423.513-.857 1.026-1.2 1.597-.698.799-1.324 1.662-1.95 2.517-.331.392-.64.803-.932 1.225-.125.167-.303.319-.324.542l.187.062a.435.435 0 0 0-.334.007l-.153.269c-.276.359-.585.691-.843 1.065a6.6 6.6 0 0 0-.233.269c-.949 1.185-1.828 2.424-2.778 3.608a10.994 10.994 0 0 1-2.641-2.053c1.341-1.658 2.599-3.381 3.901-5.069.09-.123.178-.247.266-.369.257-.301.498-.615.72-.943l.069-.094.051-.087-.073-.239.322-.047c.297-.363.571-.745.847-1.124.167-.216.339-.431.504-.649.377-.479.749-.961 1.098-1.461.6-.731 1.168-1.486 1.729-2.247.179-.231.368-.455.533-.696.107-.165.224-.322.351-.472.378-.454.732-.927 1.075-1.408.076-.098.154-.195.232-.294.935-1.232 1.915-2.434 2.797-3.703z"/><path fill="#030303" d="M7.803 6.742c.38-.992.931-2.057 1.966-2.487 1.174-.144 2.367-.049 3.549-.059.724-.022 1.233.534 1.71.992-.078.099-.156.196-.232.294-.338-.39-.707-.796-1.224-.938-.678.423-.331 1.371-.435 2.041.153.164.4.185.584.305-.127.15-.244.307-.351.472a4.149 4.149 0 0 0-.208-.351c-.423-.255-.874.094-1.026.491.307.076.571.26.702.556a53.603 53.603 0 0 1-1.729 2.247c-.16-.318-.518-.509-.618-.849.265.062.327.46.595.46.095-.585.27-1.154.4-1.729-.157-.514-.421-.992-.549-1.514.349.28.369.829.574 1.221.431-.467.782-1.162 1.457-1.441.02-.638.32-1.433-.231-1.921-.599-.185-.997.572-1.396.63.153-.232.442-.369.524-.645-.692.053-1.406-.08-2.084.104l.015.231c-.05-.02-.149-.061-.199-.08a1.264 1.264 0 0 0-.359.204A4.516 4.516 0 0 0 8.17 6.748l.36-.057.032.131c-.212-.034-.596.244-.191.315-.124.154-.327.208-.462.352-.252.778-.505 1.672-.338 2.407l.396.012c.059.309-.164.294-.394.294-.508.729-.177 1.772-.251 2.628a.397.397 0 0 1 .244.299c.128-.032.255-.066.38-.102-.087.179-.253.324-.289.527.232.123.471.235.704.356l-.069.094c-.31-.129-.596-.311-.907-.438.04.463.117.922.187 1.381l-.266.369c-.496-2.838-.479-5.839.498-8.575z"/><path fill="#030303" d="M10.7 6.115c.256-.062.269.4-.004.313-.173.016-.16-.327.004-.313zM9.382 6.67c.339-.062.646-.232.985-.295-.299.179-.645.244-.985.295zM8.731 9.46c.207-.16.617-.09.839-.318-.169.233-.58.203-.839.318zM15.963 9.464c.112-.145.235-.281.357-.415a16.119 16.119 0 0 1-.447 7.613c-.419 1.319-1.304 3.061-2.95 2.869-1.366-.152-3.037.448-4.1-.699a6.6 6.6 0 0 1 .233-.269c.095.202.34.167.455.311.529.572 1.511.22 2.222.306l.166-.177c.212.062.414.161.634.195.564-.491.158-1.394.27-2.061-.599-.241-.91-.812-1.22-1.337l-.132-.167c0-.061.001-.179.003-.24.626-.856 1.253-1.718 1.95-2.517-.047.959-.167 1.952-.593 2.825-.119.29-.388.446-.68.514.091.255.309.44.533.578.55.102.745-.509 1.117-.781.732-1.455.884-3.124.824-4.733.054-.222.219-.371.39-.505.065.352.084.708.082 1.067.411.187.994.112 1.188-.363-.113-.649.112-1.498-.303-2.014m-1.174 3.169c.328-.284.12-1.073.119-1.543-.338.264-.129 1.077-.119 1.543m.308-.571c-.05.51-.096 1.019-.131 1.532.1.141.19.289.27.442l-.34-.167c.003.757-.529 1.453-.392 2.201l-.26-.049c-.245.563-.691.997-1.28 1.167.053.645-.272 1.49.216 1.998.903.057 1.545-.756 1.894-1.49l-.067-.091c.284.017.338-.245.364-.467.237-.64.45-1.291.575-1.961-.076-.371-.467-.626-.582-.984.265.084.357.525.704.309.102-.658.156-1.321.193-1.986-.084-.179-.241-.31-.357-.467a3.689 3.689 0 0 0-.807.013m-.463 1.698c.351-.092.206-.666.256-.967-.396.105-.189.666-.256.967m-.254 1.117c.411 0 .255-.608.389-.886-.421.004-.268.601-.389.886m-.389 1.071c.32.079.527-.655.41-.878-.272.177-.294.585-.41.878m-.691.935c.286-.082.574-.413.679-.686-.265-.073-.695.384-.679.686zM8.62 10.993c.054.021.164.061.219.08.07.123.152.239.244.345.107.08.376-.08.344.131a1.245 1.245 0 0 1-.807-.556zM9.621 11.79c.443-.004-.193.348 0 0zM8.131 12.562c.133-.211.425-.232.628-.355l-.187.347.433-.063c-.121.218-.417.212-.608.345l.021-.287-.286.013zM8.068 13.455c.109.108.109.108 0 0z"/><path fill="#030303" d="M9.899 17.498l.356-.017a8.86 8.86 0 0 0-1.199 1.083c.257-.375.567-.707.843-1.065z"/><path fill="#fff" d="M9.779 4.622c.678-.185 1.391-.051 2.084-.104-.082.276-.371.413-.524.645.4-.058.798-.815 1.396-.63.551.488.251 1.283.231 1.921-.675.28-1.026.975-1.457 1.441-.204-.392-.224-.942-.574-1.221.128.522.392 1 .549 1.514-.129.575-.305 1.143-.4 1.729-.268 0-.33-.398-.595-.46.1.34.459.531.618.849-.349.5-.721.982-1.098 1.461-.272-.702-.167-1.663.042-2.371l.394-.021c-.591-.862-.044-1.869.285-2.719.228-.026.406-.207.32-.444-.149-.386.344-.613.322-.973-.322.059-.39.462-.592.678-.339-.342-.572-.795-.988-1.063l-.015-.231z"/><path fill="#fff" d="M13.137 6.585c.104-.67-.243-1.618.435-2.041.517.141.886.547 1.224.938-.343.481-.696.955-1.075 1.408-.185-.12-.431-.141-.584-.305zM8.168 6.749a4.521 4.521 0 0 1 1.068-1.772c.531.174.769.8 1.155 1.18-.628.144-1.271.28-1.863.535l-.36.057zM8.56 6.823c.224-.044.447-.091.675-.107-.153.285-.621.2-.866.422-.405-.071-.021-.349.191-.315zM8.462 7.284c.645-.214 1.279-.467 1.954-.558-.095.615-.442 1.175-.444 1.811-.567-.231-1.043-.832-1.51-1.253zM12.136 7.502c.152-.397.603-.745 1.026-.491.075.113.145.231.208.351-.165.241-.353.465-.533.696-.131-.297-.394-.48-.702-.556zM7.907 7.49c.371.235.732.985 1.205.725.206.125.386.305.537.495l-.326-.047c.026.069.082.206.108.274-.527.295-1.349.284-1.693.742.28-.015.538-.128.807-.191-.061.26-.555.132-.541.448.612-.066 1.158-.389 1.745-.558.032.663-.187 1.308-.137 1.974-.597-.278-1.004-.936-1.623-1.097.041.262.372.327.448.572-.277-.047-.423-.365-.724-.345.302.654 1.375.804 1.489 1.553l.276.013c.021.187-.294.185-.314.377l.343-.011c-.276.378-.55.761-.847 1.124l-.322.047.073.239-.051.087c-.233-.121-.472-.233-.704-.356.036-.203.202-.348.289-.527-.125.036-.252.07-.38.102a.395.395 0 0 0-.244-.299c.074-.856-.257-1.899.251-2.628.231 0 .454.015.394-.294l-.396-.012c-.167-.735.086-1.629.338-2.407m.223 5.072c.071-.004.215-.011.286-.013l-.021.287c.191-.133.487-.128.608-.345l-.433.063.187-.347c-.203.123-.495.144-.628.355m-.062.893c.109.108.109.108 0 0zM14.996 10.774c.284-.464.645-.873.967-1.309.415.516.19 1.365.303 2.014-.194.475-.777.55-1.188.363a5.599 5.599 0 0 0-.082-1.067zM13.406 12.876c.343-.571.777-1.084 1.2-1.597.059 1.609-.092 3.278-.824 4.733-.372.272-.567.882-1.117.781-.224-.137-.442-.323-.533-.578.293-.069.562-.224.68-.514.426-.873.546-1.866.593-2.825z"/><path fill="#fff" d="M15.096 12.062c.265-.038.539-.034.807-.013.116.157.273.287.357.467a20.314 20.314 0 0 1-.193 1.986c-.347.216-.439-.224-.704-.309.115.357.505.613.582.984-.125.67-.338 1.321-.575 1.961l-.307-.017c-.219-.291-.219-.847-.583-.953.162.483.386.952.526 1.437l.067.091c-.348.735-.99 1.547-1.894 1.49-.488-.508-.164-1.353-.216-1.998.589-.17 1.035-.604 1.28-1.167l.26.049c-.137-.748.394-1.444.392-2.201l.34.167a3.838 3.838 0 0 0-.27-.442c.034-.513.08-1.022.131-1.532z"/><path fill="#fff" d="M14.633 13.76c.067-.301-.14-.861.256-.967-.05.301.095.874-.256.967zM7.383 13.568c.311.127.597.309.907.438-.222.328-.463.642-.72.943-.07-.459-.148-.918-.187-1.381zM14.379 14.877c.121-.285-.032-.882.389-.886-.135.278.022.886-.389.886zM13.99 15.948c.116-.293.138-.702.41-.878.117.223-.09.957-.41.878zM10.523 16.618c.293-.422.601-.833.932-1.225l-.003.24c-.369.375-.349 1.065-.75 1.356a5.062 5.062 0 0 1-.179-.371z"/><path fill="#fff" d="M10.989 17.637c-.076-.67.332-1.254.596-1.837.31.525.621 1.096 1.22 1.337-.112.667.294 1.571-.27 2.061-.22-.034-.422-.133-.634-.195l-.166.177c-.711-.086-1.693.266-2.222-.306.442-.335.789-.769 1.146-1.185.436.326.559 1.137 1.133 1.311-.099-.513-.651-.851-.802-1.362z"/><path fill="#999" d="M9.236 4.977c.105-.088.229-.156.359-.204.05.02.149.061.199.08.415.268.649.721.988 1.063.202-.216.27-.618.592-.678.022.36-.471.587-.322.973.086.237-.092.418-.32.444-.328.851-.876 1.857-.285 2.719l-.394.021c-.21.708-.314 1.669-.042 2.371-.165.218-.336.433-.504.649l-.343.011c.02-.193.335-.19.314-.377l-.276-.013c-.113-.749-1.187-.899-1.489-1.553.301-.02.447.298.724.345-.076-.245-.407-.31-.448-.572.62.161 1.026.819 1.623 1.097-.05-.666.169-1.311.137-1.974-.587.169-1.133.492-1.745.558-.015-.316.48-.189.541-.448-.269.063-.527.177-.807.191.344-.459 1.166-.447 1.693-.742-.026-.069-.082-.206-.108-.274l.326.047a2.107 2.107 0 0 0-.537-.495c-.473.26-.835-.491-1.205-.725.135-.144.338-.198.462-.352.245-.222.713-.137.866-.422-.228.016-.451.063-.675.107l-.032-.131c.592-.256 1.236-.392 1.863-.535-.386-.38-.624-1.006-1.155-1.18M10.7 6.115c-.164-.015-.177.328-.004.313.273.087.26-.375.004-.313m-1.318.555c.34-.051.686-.116.985-.295-.339.063-.646.233-.985.295m-.92.614c.467.421.943 1.022 1.51 1.253.003-.636.349-1.196.444-1.811-.675.091-1.309.344-1.954.558m.319.418c-.67-.157.148.687 0 0m-.05 1.758c.258-.115.67-.084.839-.318-.222.228-.632.158-.839.318m-.111 1.533c.189.294.465.483.807.556.032-.211-.237-.05-.344-.131a2.24 2.24 0 0 1-.244-.345c-.055-.02-.165-.059-.219-.08m1.001.797c-.193.348.443-.004 0 0z"/><path fill="#f5f5f5" d="M14.788 12.633c-.011-.465-.219-1.279.119-1.543.001.469.21 1.259-.119 1.543z"/><path fill="#bfbfbf" d="M10.702 16.989c.401-.29.381-.981.75-1.356l.132.167c-.264.583-.673 1.167-.596 1.837.15.512.703.849.802 1.362-.574-.174-.696-.985-1.133-1.311-.357.417-.704.851-1.146 1.185-.115-.144-.36-.109-.455-.311a8.86 8.86 0 0 1 1.199-1.083l-.356.017.153-.269a.44.44 0 0 1 .334-.007l-.187-.062c.021-.223.199-.375.324-.542.055.125.115.249.179.371z"/><path fill="#ebebeb" d="M13.299 16.883c-.016-.302.414-.758.679-.686-.105.273-.393.604-.679.686z"/><path fill="#525252" d="M14.48 16.167c.364.107.364.662.583.953l.307.017c-.026.222-.08.484-.364.467-.14-.485-.364-.955-.526-1.437z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-snow-chains--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0363b5" d="M10.748 0h2.493c.814.151 1.633.29 2.422.544-.279.634-.578 1.257-.87 1.883-1.932-.02-3.862.004-5.794-.014-.364.014-.817-.025-1.063.303-.587.811-.886 1.79-1.427 2.627-.338.507-1.246.595-1.229 1.312.018 1.072-.047 2.148-.012 3.219.017.498.539.631.925.757-.021.43.061.853.145 1.273.61.027 1.22-.009 1.827-.055.014-.438.02-.877.027-1.315.939-.001 1.88-.007 2.819.004-.381.819-.759 1.638-1.147 2.453-.244.124-.487.25-.728.377.094.19.189.381.278.574a3.794 3.794 0 0 1-.059.128 15.747 15.747 0 0 1-.994-.05c.091.417.24.82.466 1.184l-.305.648c-.441-.043-.877.038-1.293.179.203.34.411.68.616 1.019-.254-.023-.51-.048-.764-.073 0 .364-.001.728-.007 1.093l.399.055c-.616 1.36-1.287 2.693-1.87 4.067C2.499 20.299.476 16.92 0 13.343v-2.648C.244 9.32.567 7.942 1.21 6.692 2.972 3.009 6.717.475 10.747-.001zM18.4 1.82c3.115 1.917 5.157 5.32 5.6 8.93v2.491c-.23 1.398-.561 2.798-1.21 4.067-1.706 3.533-5.238 6.091-9.125 6.618a4.07 4.07 0 0 0-1.33.074h-.453c-.457-.103-.927-.172-1.392-.073a10.41 10.41 0 0 1-2.206-.476c.314-.57.591-1.16.858-1.752.27.146.537.295.806.443l.434-.592.483.963c.247-.248.494-.494.746-.737-.219-.4-.449-.796-.673-1.193.35-.652.711-1.297 1.083-1.937.329.646.798 1.234 1.002 1.937-.145.43-.417.802-.642 1.193.241.256.479.515.713.777.175-.326.347-.653.52-.981l.421.64c.305-.173.612-.342.923-.502l-.373-.704c.37.02.741.044 1.111.067-.089-.338-.157-.683-.288-1.008-.453-.086-.914-.051-1.371-.04a91.075 91.075 0 0 1-1.081-1.927c.73-.007 1.461-.005 2.191-.005.236.403.466.807.702 1.209.33-.085.661-.164.995-.239l-.58-.961c.241-.007.484-.012.727-.017a65.644 65.644 0 0 1 0-1.087l-.715-.025c.185-.312.373-.621.558-.933a25.72 25.72 0 0 1-1.02-.288c-.219.408-.442.815-.664 1.222-.732.03-1.462.073-2.194.072.376-.673.763-1.338 1.166-1.996.443.027.887.056 1.33.072.086-.342.173-.681.263-1.021-.357.013-.713.029-1.07.039.119-.235.236-.47.352-.706a34.435 34.435 0 0 1-.878-.54l-.43.657-.373-.811c.342-.737.685-1.475 1.032-2.211.487.003.973.003 1.458.004.053.419-.134.953.157 1.297.56.179 1.163.044 1.74.025.012-.425.016-.849.022-1.274.561.037 1.177-.271 1.114-.92-.061-1.137.188-2.34-.166-3.434-.618-.47-1.294-.91-1.516-1.714.411-.899.839-1.79 1.24-2.693z"/><path fill="#0363b5" d="M7.193 5.767c.563-.845.617-2.525 1.928-2.478 1.756.005 3.511.003 5.267.005l-1.156 2.481c-2.013-.009-4.027.005-6.039-.008zM6.826 7.083c.686-.112 1.385.544 1.229 1.247-.09.847-1.276 1.229-1.843.591-.669-.557-.244-1.771.614-1.838zM17.002 7.08c.667-.064 1.323.595 1.166 1.272-.14.875-1.433 1.234-1.934.46-.579-.626-.05-1.698.768-1.732zM11.794 16.02c.326-.708.657-1.413.985-2.121l.372.616c-.357.64-.721 1.277-1.075 1.92-.095-.138-.188-.277-.282-.415zM10.898 17.965c.243.652-.494 1.165-.755 1.701.217-.582.464-1.152.755-1.701z"/><path fill="#ef2921" d="M15.663.544c.961.309 1.882.74 2.738 1.276-.402.904-.83 1.795-1.24 2.693-.143.312-.287.623-.432.934l-.147.339c-.771 1.568-1.479 3.166-2.23 4.744-.347.736-.69 1.474-1.032 2.211l-.54 1.158c-.327.708-.659 1.413-.985 2.121-.303.647-.61 1.29-.896 1.945a14.105 14.105 0 0 0-.755 1.701c-.372.659-.687 1.345-1 2.033a24.459 24.459 0 0 1-.858 1.752 12.953 12.953 0 0 1-2.68-1.259c.583-1.373 1.255-2.707 1.87-4.067a186.8 186.8 0 0 0 1.049-2.272l.305-.648c.183-.376.356-.755.528-1.135l.059-.128c.146-.318.299-.635.45-.951.387-.815.766-1.634 1.147-2.453.269-.58.543-1.158.814-1.737l.196-.425a144.291 144.291 0 0 1 .463-.993c.252-.535.501-1.071.749-1.608l1.156-2.481c.136-.288.27-.577.404-.866.292-.626.591-1.25.87-1.883z"/><path fill="#fff" d="M7.936 2.716c.247-.327.699-.288 1.063-.303 1.932.018 3.862-.005 5.794.014-.134.29-.269.578-.404.866-1.756-.003-3.511 0-5.267-.005-1.311-.047-1.364 1.633-1.928 2.478 2.013.013 4.027-.001 6.039.008a234.63 234.63 0 0 1-.749 1.608c-1.243-.013-2.486-.007-3.729-.003V7.8c1.177.005 2.353-.003 3.53.005-.089.189-.176.38-.263.569-1.088 0-2.176-.001-3.265.001l-.001.423c1.023.005 2.047.005 3.07.001-.271.579-.545 1.157-.814 1.737-.939-.01-1.88-.005-2.819-.004-.008.438-.013.877-.027 1.315-.608.046-1.217.082-1.827.055-.083-.42-.166-.843-.145-1.273-.386-.125-.908-.258-.925-.757-.035-1.071.03-2.147.012-3.219-.017-.717.891-.805 1.229-1.312.541-.837.84-1.816 1.427-2.627M6.826 7.083c-.858.067-1.283 1.281-.614 1.838.567.638 1.753.256 1.843-.591.157-.703-.543-1.359-1.229-1.247zM16.728 5.447c.145-.31.288-.622.432-.934.222.803.897 1.244 1.516 1.714.353 1.094.104 2.297.166 3.434.063.648-.553.956-1.114.92-.007.425-.01.849-.022 1.274-.577.02-1.18.154-1.74-.025-.291-.343-.103-.878-.157-1.297-.485-.001-.972-.001-1.458-.004.751-1.578 1.46-3.176 2.23-4.744a.186.186 0 0 0 .147-.339m.274 1.634c-.818.034-1.347 1.106-.768 1.732.501.773 1.795.415 1.934-.46.157-.677-.5-1.336-1.166-1.272zM13.319 12.741l.373.811.43-.657c.29.185.583.364.878.54-.116.236-.233.471-.352.706.356-.01.712-.026 1.07-.039-.09.34-.177.68-.263 1.021a49.355 49.355 0 0 1-1.33-.072 56.76 56.76 0 0 0-1.166 1.996c.732.001 1.462-.042 2.194-.072.222-.407.445-.814.664-1.222.338.103.678.2 1.02.288-.185.312-.373.621-.558.933l.715.025c-.003.363-.003.724 0 1.087-.243.005-.485.01-.727.017.193.321.386.642.58.961-.334.074-.665.154-.995.239-.236-.402-.466-.806-.702-1.209-.73 0-1.461-.001-2.191.005.353.646.712 1.289 1.081 1.927.457-.01.918-.046 1.371.04.132.325.2.67.288 1.008-.37-.022-.741-.047-1.111-.067l.373.704c-.312.16-.618.329-.923.502-.141-.214-.28-.428-.421-.64-.173.327-.346.655-.52.981a40.5 40.5 0 0 0-.713-.777c.224-.391.497-.763.642-1.193-.203-.703-.673-1.291-1.002-1.937-.372.64-.733 1.285-1.083 1.937.224.398.454.793.673 1.193-.252.243-.5.489-.746.737l-.483-.963-.434.592c-.269-.149-.536-.297-.806-.443.313-.689.629-1.375 1-2.033.261-.536.998-1.049.755-1.701.286-.655.593-1.298.896-1.945.094.138.187.277.282.415.353-.643.717-1.28 1.075-1.92l-.372-.616.54-1.158zM9.137 13.368c.241-.127.484-.253.728-.377-.151.316-.304.633-.45.951-.089-.193-.184-.383-.278-.574zM8.362 14.02c.331.023.663.047.994.05-.172.38-.346.759-.528 1.135a3.772 3.772 0 0 1-.466-1.184zM7.23 16.032c.416-.141.852-.222 1.293-.179a186.8 186.8 0 0 1-1.049 2.272l-.399-.055c.005-.365.007-.729.007-1.093.254.025.51.05.764.073-.205-.339-.412-.678-.616-1.019z"/><path fill="#4973ac" d="M16.728 5.447a.186.186 0 0 1-.147.339c.038-.085.111-.254.147-.339z"/><path fill="#0361b4" d="M8.755 7.38c1.243-.004 2.486-.01 3.729.003-.068.141-.134.283-.2.424-1.177-.008-2.353 0-3.53-.005v-.421zM8.756 8.377c1.089-.003 2.177-.001 3.265-.001l-.196.425c-1.024.004-2.048.004-3.07-.001l.001-.423z"/><path fill="#84a6c2" opacity=".86" d="M10.49 23.927c.464-.099.935-.03 1.392.073h-1.623l.231-.073z"/><path fill="#80a0bb" opacity=".83" d="M12.334 24a4.07 4.07 0 0 1 1.33-.074l-.241.074h-1.089z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-snowmobiles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0c479d" d="M10.717 0h2.546c2.378.339 4.698 1.251 6.523 2.838-1.133 1.149-2.281 2.284-3.421 3.427-.509-.74-.89-1.569-.965-2.474-.082-.78-1.294-1.064-1.667-.351-.223.613-.129 1.319.103 1.919.277.022.552.059.827.107-.106.728-.511 1.377-.753 2.069a2.24 2.24 0 0 0-2.183.536c-.556.742-1.028 1.546-1.586 2.288.278-1.666 1.727-3.343.835-5.036-.768 1.39-1.491 2.807-2.273 4.19-1.82.145-3.549 1.214-4.403 2.841.839.995 2.087 1.503 3.288 1.912-.271.363-.479.801-.856 1.064-1.036.37-2.159-.176-2.911-.886-.293-.235-.473-.725-.909-.695-.383.033-.577.493-.38.81.548 1.349 2.101 1.829 3.395 2.143-1.028 1.03-2.053 2.061-3.087 3.085-1.585-1.82-2.491-4.133-2.838-6.502v-2.546C.205 9.707.376 8.66.779 7.68 2.325 3.515 6.334.52 10.718.001zM17.155 8.224a891.147 891.147 0 0 1 4.01-4.007c1.582 1.82 2.49 4.132 2.836 6.5v2.547c-.509 4.393-3.51 8.41-7.68 9.959-.972.402-2.013.569-3.037.777h-2.547c-2.375-.339-4.696-1.251-6.519-2.837 1.45-1.458 2.906-2.913 4.362-4.366.728-.027 1.458.03 2.185-.033l.145-.334c-.247-.421-.656-.7-1.115-.848.333-.335.665-.67 1.002-1 .918-.025 1.837-.018 2.755-.047-.694.741-.342 2.091.717 2.221 1.852.082 3.713.009 5.568.035.725.05 1.58-.37 1.658-1.163.121-.741-.51-1.33-1.191-1.458-.014-.891.018-1.782-.01-2.671-.007-.443-.408-.823-.849-.82-.74-.029-1.48-.001-2.221-.005a3.067 3.067 0 0 0-.067-2.45z"/><path fill="#0c479d" d="M12.04 8.516c.544-.593 1.333-.034 1.947.12-.107.1-.214.198-.317.303-.811-.077-1.092.809-1.414 1.372-.407.481-.856.925-1.304 1.367a6.553 6.553 0 0 1-.638-.642 47.113 47.113 0 0 1 1.726-2.52zM12.982 12.398c.449-.45.891-.909 1.359-1.341-.013.45-.008.9-.018 1.35a6.987 6.987 0 0 1-1.341-.009z"/><path fill="#ce252c" d="M19.786 2.838c.498.419.961.88 1.379 1.379a891.147 891.147 0 0 0-4.01 4.007c-.95.933-1.881 1.885-2.813 2.833-.468.432-.91.891-1.359 1.341-.734.724-1.46 1.456-2.187 2.185-.337.33-.669.665-1.002 1-.407.403-.809.81-1.214 1.214a1632.372 1632.372 0 0 0-4.362 4.366c-.5-.417-.961-.879-1.379-1.377 1.034-1.024 2.06-2.054 3.087-3.085 1.679-1.671 3.35-3.35 5.027-5.023a20.77 20.77 0 0 0 1.304-1.367c.52-.404.957-.9 1.414-1.372.103-.104.21-.202.317-.303.8-.783 1.583-1.581 2.377-2.371 1.14-1.143 2.288-2.277 3.421-3.427z"/><path fill="#fff" d="M13.732 3.44c.373-.713 1.585-.429 1.667.351.076.905.457 1.735.965 2.474-.793.79-1.577 1.589-2.377 2.371-.614-.154-1.403-.713-1.947-.12a47.709 47.709 0 0 0-1.726 2.52c.197.228.411.442.638.642-1.677 1.673-3.348 3.352-5.027 5.023-1.294-.314-2.847-.794-3.395-2.143-.197-.317-.004-.777.38-.81.436-.03.616.46.909.695.753.71 1.876 1.256 2.911.886.377-.263.584-.702.856-1.064-1.201-.41-2.45-.917-3.288-1.912.854-1.627 2.584-2.696 4.403-2.841.783-1.383 1.505-2.799 2.273-4.19.892 1.693-.557 3.37-.835 5.036.558-.742 1.03-1.546 1.586-2.288a2.237 2.237 0 0 1 2.183-.536c.241-.691.647-1.341.753-2.069a8.906 8.906 0 0 0-.827-.107c-.232-.6-.326-1.306-.103-1.919zM14.341 11.057c.933-.948 1.864-1.9 2.813-2.833.36.773.387 1.659.067 2.45.741.004 1.482-.023 2.221.005.441-.003.843.377.849.82.029.89-.004 1.78.01 2.671.681.128 1.312.717 1.191 1.458-.078.793-.933 1.213-1.658 1.163-1.855-.026-3.716.047-5.568-.035-1.059-.13-1.411-1.48-.717-2.221-.918.029-1.837.022-2.755.047.728-.729 1.453-1.461 2.187-2.185.446.042.895.053 1.341.009.01-.45.005-.9.018-1.35z"/><path fill="#fff" d="M12.257 10.311c.322-.563.603-1.449 1.414-1.372-.457.472-.893.968-1.414 1.372zM8.579 16.797c.406-.404.807-.811 1.214-1.214.459.147.869.427 1.115.848l-.145.334c-.727.063-1.457.005-2.185.033z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--end-of-speed-limit-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bcbec0" d="M.538 0H18.6c.268.136.476.361.6.634v22.715a1.278 1.278 0 0 1-.611.652H.603a1.27 1.27 0 0 1-.604-.6V.598C.118.351.32.162.537.001M.42.953l.001 17.095c-.008.44-.021.882.048 1.319-.074.15-.017.329-.021.49-.052.142.002.301.007.448-.033.156-.022.316-.029.474l.057-.063c-.077.165-.047.355-.058.531.01.147.019.294.031.442-.073.135.005.304 0 .451-.041.152-.012.313-.009.469-.034.154-.009.314-.008.471.007.132.036.261.06.392.248.042.496.085.748.086 5.698-.022 11.396.012 17.092-.017.441.03.434-.48.425-.789-.04-6.049.05-12.103-.045-18.15l-.093.094c.174-.146.11-.391.127-.587l-.103.105c.158-.144.1-.362.084-.546.035-.154.006-.313.007-.468.055-.149.002-.316-.001-.47.012-.151.014-.301.009-.453l-.105.107c.157-.156.111-.395.12-.595l-.026-.438-.083.088c.16-.138.094-.36.085-.541a3.775 3.775 0 0 0-.059-.379c-.62-.133-1.255-.065-1.883-.078C11.518.441 6.237.438.957.443.652.403.365.633.417.954z"/><path fill="#bcbec0" d="M4.621 19.203c.166-.173.331-.345.498-.516.543.115 1.107.006 1.647.125-.086.946-.975 1.565-1.394 2.379.459.003.918.006 1.378.014v.491c-.701.014-1.402.015-2.101-.003.076-.973.95-1.596 1.395-2.41a12.765 12.765 0 0 1-1.423-.08zM8.2 19.535c.819-.153 1.385.778 1.128 1.498-.131.66-.999.924-1.521.541-.747-.497-.553-1.914.393-2.039m-.1.577c-.472.323-.225 1.316.41 1.163.669-.248.346-1.597-.41-1.163zM10.057 19.579c.552.156 1.278-.3 1.674.272.213.588.074 1.24.095 1.855l-.566-.02a16.66 16.66 0 0 0-.024-1.627c-.217.019-.597-.092-.638.218-.065.471-.017.949-.034 1.424h-.507a45.447 45.447 0 0 1 0-2.121zM13.311 19.534c.724-.134 1.236.642 1.119 1.3-.45.138-.952.012-1.421.087.231.693 1.063.012 1.385.573-.402.279-.952.427-1.404.175-.832-.458-.676-2 .321-2.135m-.283.882c.283.013.566.018.851.015-.068-.528-.728-.49-.851-.015z"/><path fill="#fff" d="M.42.953C.367.632.654.402.96.442 6.24.437 11.521.44 16.801.44c.628.012 1.262-.056 1.883.078-1.143 1.171-2.276 2.351-3.414 3.528-1.946-1.946-4.909-2.795-7.583-2.118-3.009.686-5.458 3.273-5.991 6.31-.542 2.672.46 5.497 2.392 7.381C2.881 16.867 1.67 18.111.47 19.366c-.069-.437-.056-.879-.048-1.319L.421.952zM15.516 4.235c1.078-1.11 2.149-2.225 3.226-3.337.009.181.075.403-.085.541-.997 1.034-1.995 2.067-2.993 3.099l-.147-.303zM18.764 1.788c-.009.201.037.439-.12.595-.853.876-1.701 1.759-2.551 2.639l-.183-.286c.954-.979 1.894-1.974 2.854-2.948zM16.287 5.274c.816-.849 1.641-1.691 2.453-2.544.003.155.056.322.001.47-.767.798-1.54 1.592-2.308 2.388l-.146-.314z"/><path fill="#fff" d="M7.86 4.021c2.082-.661 4.43-.009 5.985 1.495-.42.437-.84.874-1.262 1.308-.568.023-1.188.082-1.628.484-.61.518-.798 1.341-.871 2.102l-.947.979c-.209-.012-.42-.021-.629-.032-.02-1.141-.005-2.283-.005-3.425-.424-.01-.85-.011-1.274.003-.794 1.001-1.574 2.013-2.374 3.01-.344.379-.222.923-.231 1.387.939.024 1.878-.003 2.818.015l.084.705c-.662.698-1.335 1.386-2.004 2.078-1.586-1.533-2.321-3.92-1.669-6.054.533-1.919 2.097-3.499 4.008-4.055zM16.591 5.889c.712-.742 1.431-1.478 2.144-2.22.015.184.074.402-.084.546-.633.651-1.263 1.304-1.893 1.956l-.166-.282zM16.937 6.436c.564-.578 1.12-1.165 1.689-1.74l.093-.094c.095 6.047.005 12.101.045 18.15.009.309.015.819-.425.789-5.696.03-11.394-.005-17.092.017-.252-.001-.5-.044-.748-.086 1.377-1.421 2.747-2.848 4.122-4.269.471.059.948.074 1.423.08-.444.814-1.319 1.436-1.395 2.41.7.018 1.401.017 2.101.003v-.491a90.57 90.57 0 0 0-1.378-.014c.419-.814 1.308-1.433 1.394-2.379-.54-.119-1.104-.01-1.647-.125.489-.508.978-1.016 1.469-1.522 3.211 1.37 7.218.27 9.319-2.507 1.834-2.286 2.17-5.548 1.03-8.222M8.2 19.535c-.946.125-1.14 1.542-.393 2.039.521.383 1.39.119 1.521-.541.257-.72-.309-1.65-1.128-1.498m1.857.044a45.447 45.447 0 0 0 0 2.121h.507c.016-.474-.032-.952.034-1.424.041-.31.421-.199.638-.218.041.541.036 1.085.024 1.627l.566.02c-.021-.614.118-1.267-.095-1.855-.396-.571-1.122-.116-1.674-.272m3.254-.044c-.996.135-1.153 1.677-.321 2.135.452.252 1.002.105 1.404-.175-.323-.562-1.154.12-1.385-.573.468-.076.971.051 1.421-.087.117-.658-.396-1.434-1.119-1.3zM12.997 6.842c.362-.37.722-.742 1.083-1.114l.136.312-.977 1.01c-.082-.069-.161-.139-.242-.208zM11.143 9.68c1.081-1.14 2.212-2.225 3.266-3.389l.224.244c-1.181 1.162-2.287 2.393-3.448 3.574l-.041-.429zM13.986 7.661c.267-.276.533-.554.8-.829l.118.345c-.235.24-.468.481-.7.724l-.218-.239zM7.477 15.325c2.528-2.634 5.097-5.224 7.603-7.876l.124.331c-2.496 2.526-4.921 5.118-7.4 7.664l-.327-.119zM11.199 8.722c.313-.335.633-.664.955-.991l.278.157c-.38.392-.759.782-1.135 1.179l-.099-.346z"/><path fill="#fff" d="M14.485 8.985c.278-.294.56-.587.842-.876.564 2.025-.012 4.324-1.512 5.804-1.423 1.456-3.643 2.13-5.62 1.587 1.005-1.044 2.013-2.087 3.019-3.13.83.315 1.897.359 2.567-.313.785-.8.851-2.021.704-3.072zM5.815 10.357a44.652 44.652 0 0 1 1.643-2.116c.01.706.002 1.412.007 2.118-.549.013-1.1.016-1.649-.002zM11.193 10.557c.66-.692 1.33-1.375 1.989-2.069l.213.245c-.661.694-1.334 1.378-1.995 2.074l-.207-.25zM5.802 14.301c1.396-1.467 2.855-2.872 4.216-4.373l.108.348c-1.373 1.404-2.724 2.825-4.088 4.236a44.81 44.81 0 0 1-.236-.211z"/><path fill="#fff" d="M11.997 11.563c.466-.491.937-.976 1.407-1.462.133.798-.537 1.722-1.407 1.462zM6.313 14.682c1.281-1.327 2.562-2.652 3.841-3.981l.13.34c-1.239 1.284-2.479 2.571-3.72 3.853l-.251-.212zM6.873 15.03c1.167-1.21 2.336-2.417 3.5-3.629l.215.239a1648.453 1648.453 0 0 1-3.441 3.563l-.275-.173zM4.324 15.834l.303.137c-1.386 1.45-2.791 2.881-4.173 4.333-.005-.147-.059-.306-.007-.448 1.286-1.346 2.585-2.68 3.876-4.022zM.482 20.716c1.47-1.504 2.922-3.027 4.387-4.536l.233.231c-1.562 1.61-3.108 3.234-4.678 4.836.011-.176-.019-.366.058-.531zM.455 21.688c1.631-1.71 3.281-3.401 4.919-5.105l.31.136c-1.741 1.809-3.492 3.608-5.229 5.42.005-.147-.073-.316 0-.451zM.446 22.609C2.293 20.687 4.147 18.772 6 16.856l.273.179C4.329 19.05 2.382 21.064.439 23.081c-.001-.157-.026-.318.008-.471zM8.1 20.112c.756-.435 1.079.915.41 1.163-.635.154-.882-.84-.41-1.163zM13.028 20.416c.123-.474.782-.513.851.015-.284.003-.567-.002-.851-.015z"/><path d="M15.269 4.046c1.138-1.177 2.27-2.357 3.414-3.528.025.126.046.252.059.379-1.076 1.112-2.148 2.227-3.226 3.337-.477.499-.958.995-1.435 1.494-.361.372-.721.744-1.083 1.114-.284.294-.563.592-.843.889a46.96 46.96 0 0 0-.955.991c-.395.401-.79.802-1.181 1.207-1.361 1.5-2.82 2.906-4.216 4.373-.492.512-.986 1.021-1.478 1.533-1.291 1.342-2.59 2.676-3.876 4.022.004-.16-.053-.34.021-.49 1.2-1.255 2.412-2.499 3.618-3.747.478-.497.958-.993 1.435-1.49.669-.692 1.342-1.38 2.004-2.078.54-.551 1.076-1.107 1.611-1.663l.947-.979c.835-.86 1.666-1.724 2.499-2.586.422-.434.842-.871 1.262-1.308l1.424-1.47zM18.656 1.439l.083-.088.026.438c-.96.974-1.9 1.969-2.854 2.948-.499.519-.999 1.038-1.501 1.554-1.054 1.164-2.185 2.249-3.266 3.389l-.989 1.021c-1.279 1.329-2.56 2.654-3.841 3.981-.482.498-.963.998-1.444 1.498-1.465 1.509-2.917 3.032-4.387 4.536l-.057.063c.007-.158-.004-.319.029-.474 1.382-1.452 2.787-2.884 4.173-4.333.472-.484.941-.972 1.411-1.459 1.363-1.411 2.715-2.833 4.088-4.236.389-.405.782-.805 1.172-1.209.375-.396.755-.787 1.135-1.179.269-.278.537-.56.806-.838l.977-1.01c.481-.502.965-1 1.446-1.502.998-1.032 1.996-2.065 2.993-3.099zM18.644 2.384l.105-.107c.006.152.003.302-.009.453-.812.853-1.637 1.695-2.453 2.544-.501.518-1 1.039-1.501 1.557l-.8.829c-.267.276-.538.551-.804.828-.66.694-1.329 1.377-1.989 2.069l-.82.844c-1.164 1.212-2.333 2.419-3.5 3.629l-1.499 1.553c-1.638 1.704-3.288 3.396-4.919 5.105-.012-.148-.021-.295-.031-.442 1.57-1.601 3.116-3.226 4.678-4.836l1.461-1.517c1.241-1.283 2.481-2.569 3.72-3.853l.9-.932c1.162-1.181 2.268-2.412 3.448-3.574l1.461-1.512c.85-.88 1.697-1.763 2.551-2.639zM16.433 5.588c.768-.796 1.541-1.59 2.308-2.388-.001.155.028.314-.007.468-.712.742-1.431 1.478-2.144 2.22-.505.519-1.006 1.042-1.51 1.561-2.507 2.652-5.076 5.242-7.603 7.876A528.4 528.4 0 0 0 6 16.855c-1.853 1.916-3.707 3.831-5.554 5.753-.003-.156-.033-.318.009-.469 1.738-1.812 3.488-3.612 5.229-5.42.488-.506.977-1.009 1.463-1.517 1.149-1.186 2.295-2.373 3.441-3.563.27-.279.542-.555.812-.833.66-.696 1.333-1.38 1.995-2.074l.809-.833c.232-.243.465-.484.7-.724.508-.531 1.02-1.058 1.529-1.588zM18.65 4.214l.103-.105c-.016.196.047.441-.127.587-.568.574-1.124 1.162-1.689 1.74-.536.559-1.073 1.115-1.61 1.672-.282.29-.564.583-.842.876-.361.372-.724.741-1.081 1.116-.47.486-.942.972-1.407 1.462-.262.267-.523.536-.782.806-1.006 1.043-2.014 2.085-3.019 3.13-.537.554-1.071 1.11-1.607 1.666-.491.506-.98 1.014-1.469 1.522l-.498.516C3.246 20.623 1.876 22.05.5 23.471c-.025-.131-.054-.26-.06-.392 1.943-2.017 3.89-4.031 5.834-6.046.511-.53 1.023-1.058 1.532-1.59 2.479-2.546 4.904-5.138 7.4-7.664.516-.538 1.036-1.072 1.552-1.61.63-.653 1.26-1.306 1.893-1.956z"/><path fill="#a8aaab" d="M7.686 1.929c2.674-.677 5.637.172 7.583 2.118-.474.491-.948.98-1.424 1.47-1.554-1.503-3.902-2.156-5.985-1.495-1.911.556-3.475 2.136-4.008 4.055-.652 2.134.084 4.521 1.669 6.054-.477.497-.957.993-1.435 1.49-1.932-1.884-2.935-4.71-2.392-7.381.534-3.037 2.983-5.624 5.991-6.31zM14.08 5.728c.477-.499.958-.995 1.435-1.494l.147.303c-.481.502-.965 1-1.446 1.502l-.136-.312zM14.409 6.291c.502-.516 1.002-1.035 1.501-1.554l.183.286-1.461 1.512-.224-.244zM14.786 6.831c.501-.518 1-1.039 1.501-1.557l.146.314c-.509.53-1.021 1.057-1.529 1.588l-.118-.345zM15.081 7.45c.504-.519 1.005-1.042 1.51-1.561l.166.282c-.516.538-1.036 1.072-1.552 1.61l-.124-.331zM15.327 8.108l1.61-1.672c1.14 2.675.804 5.937-1.03 8.222-2.1 2.776-6.108 3.876-9.319 2.507.536-.556 1.07-1.112 1.607-1.666 1.977.543 4.197-.131 5.62-1.587 1.5-1.48 2.076-3.78 1.512-5.804z"/><path fill="#a8aaab" d="M10.955 7.308c.44-.402 1.06-.461 1.628-.484-.833.862-1.664 1.726-2.499 2.586.073-.761.261-1.584.871-2.102zM12.155 7.731c.28-.297.559-.595.843-.889.081.069.16.139.242.208-.27.278-.538.56-.806.838l-.278-.157zM7.23 6.935c.424-.013.85-.012 1.274-.003 0 1.142-.015 2.284.005 3.425.209.011.42.02.629.032-.535.556-1.07 1.112-1.611 1.663-.03-.234-.058-.469-.084-.705-.94-.018-1.879.009-2.818-.015.01-.465-.112-1.008.231-1.387.8-.996 1.58-2.008 2.374-3.01m-1.415 3.422c.549.018 1.1.015 1.649.002-.005-.706.003-1.412-.007-2.118a44.8 44.8 0 0 0-1.643 2.116zM13.182 8.488c.267-.276.538-.551.804-.828l.218.239c-.269.278-.54.554-.809.833l-.213-.245zM10.019 9.928c.391-.405.786-.805 1.181-1.207l.099.346c-.39.403-.783.804-1.172 1.209l-.108-.348zM13.404 10.101c.357-.375.72-.745 1.081-1.116.147 1.051.082 2.272-.704 3.072-.67.672-1.737.628-2.567.313.259-.271.52-.54.782-.806.871.26 1.541-.664 1.407-1.462zM10.154 10.701l.989-1.021.041.429-.9.932-.13-.34zM10.373 11.401l.82-.844.207.25c-.27.278-.542.554-.812.833l-.215-.239zM4.324 15.834c.492-.512.987-1.021 1.478-1.533l.236.211c-.47.487-.939.975-1.411 1.459l-.303-.137zM4.869 16.18l1.444-1.498.251.212-1.461 1.517a50.098 50.098 0 0 0-.233-.231zM5.374 16.583l1.499-1.553.275.173c-.486.508-.975 1.011-1.463 1.517a74.316 74.316 0 0 0-.31-.136zM6 16.856c.492-.511.983-1.021 1.477-1.53l.327.119c-.509.532-1.021 1.06-1.532 1.59a31.598 31.598 0 0 1-.273-.179z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--end-of-speed-limit-zone--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#595959" d="M.887 0h14.207c.423.143.745.474.906.887v22.206a1.51 1.51 0 0 1-.886.907H.905A1.49 1.49 0 0 1 0 23.102V.9C.147.481.474.158.887-.001M.9.109C.456.232.093.647.081 1.115.079 8.345.082 15.573.079 22.803c-.031.596.523 1.147 1.118 1.118 4.535-.002 9.07-.002 13.605 0 .566.026 1.098-.471 1.117-1.035.002-7.23-.001-14.458.002-21.688.032-.6-.522-1.146-1.12-1.122-4.48-.005-8.96 0-13.44-.002C1.207.08 1.05.068.9.11z"/><path fill="#fff" d="M.9.109c.15-.042.307-.03.461-.036 4.48.002 8.96-.002 13.44.002.598-.024 1.152.522 1.12 1.122-.002 7.23.001 14.458-.002 21.688-.019.564-.55 1.062-1.117 1.035-4.535-.002-9.07-.002-13.605 0-.595.029-1.15-.522-1.118-1.118.002-7.23 0-14.458.002-21.688C.093.646.456.232.9.108m.011.491c-.258.118-.401.404-.378.682v21.438c-.042.378.274.763.665.742h13.604c.391.021.706-.364.666-.742V1.281c.042-.382-.276-.76-.667-.744-4.479-.009-8.959 0-13.439-.005-.151.005-.311-.003-.45.067z"/><path fill="#fff" d="M.8 1.274A.418.418 0 0 1 1.274.8c4.51.002 9.021-.006 13.531.004.216-.022.526.281.3.46-.948 1.045-1.874 2.11-2.828 3.149-.293-.599-.517-1.281-.838-1.834-.442.61-.518 1.576-1.142 2.081.25.012.5.01.75-.004-.102-.044-.206-.084-.309-.126-.01-.163.062-.31.129-.454.244-.002.489-.002.733.001.061.136.118.273.175.41l-.128.184.422-.008c-.714.786-1.414 1.586-2.129 2.372-2.474-.93-5.482.117-6.85 2.375-1.056 1.65-1.182 3.846-.314 5.604l.012.026-1.986 2.222C.8 11.933.802 6.604.801 1.275m2.957 1.313c-.025.216-.049.432-.062.65.136-.475.61-.613 1.057-.538-.401.658-.816 1.308-1.217 1.966.634.002 1.267.003 1.901 0 .029-.264.067-.526.085-.792-.15.619-.782.769-1.341.675.401-.656.813-1.306 1.217-1.961-.546-.001-1.093-.002-1.639.001m2.67.014c-.662.184-.928 1.052-.568 1.612.311.552 1.122.65 1.617.299.51-.372.58-1.199.138-1.649-.298-.318-.784-.363-1.186-.262m1.611-.028c.499.157.298.713.334 1.105-.037.338.156.884-.314.977.253.018.506.013.759.002-.119-.071-.324-.09-.325-.265-.021-.468-.005-.937-.006-1.405.493.58.948 1.191 1.449 1.764.03-.641-.015-1.283.022-1.923.012-.158.2-.172.308-.245-.262.002-.523.002-.785-.004.59.134.27.864.348 1.29-.342-.414-.663-.847-1.011-1.256-.246-.07-.523-.005-.779-.04zM10.333 7.168c1.627-1.807 3.241-3.627 4.866-5.436.003.224.002.448.001.673-1.489 1.662-2.969 3.333-4.466 4.988l-.401-.225z"/><path fill="#fff" d="M6.671 2.678c.764-.125.738.932.638 1.43-.015.516-.793.688-.95.166-.148-.507-.238-1.308.312-1.597zM11.089 7.579c1.368-1.534 2.734-3.068 4.109-4.596.005.225.004.45-.002.675-1.25 1.394-2.493 2.792-3.743 4.184l-.364-.263zM10.924 3.955c.101-.234.194-.473.322-.694.102.23.201.461.297.694-.206.005-.413.005-.619.001zM11.772 8.062c1.145-1.275 2.284-2.554 3.426-3.831-.034.276.11.626-.138.83-.993 1.102-1.976 2.211-2.966 3.315-.11-.103-.218-.208-.323-.314zM12.356 8.66c.946-1.06 1.891-2.122 2.842-3.178.004.223.003.447.002.67-.851.955-1.703 1.91-2.559 2.862l-.284-.354zM12.868 9.342c.772-.872 1.549-1.741 2.33-2.605.006 5.33.001 10.658.002 15.988a.42.42 0 0 1-.475.474c-4.51-.002-9.021.004-13.53-.003-.218.02-.525-.281-.302-.464 1.51-1.68 3.008-3.369 4.518-5.048 2.266 1.19 5.27.597 6.931-1.344 1.716-1.872 1.936-4.889.527-6.998zM4.725 8.966a4.84 4.84 0 0 1 4.497-1.129c-.763.859-1.526 1.72-2.301 2.57-.639-.305-1.366-.058-1.964.227.08.208.169.413.265.614.35-.263.782-.414 1.22-.309-.968 1.108-1.954 2.198-2.938 3.293-.718-1.79-.21-3.975 1.221-5.266zM7.24 10.634c.796-.891 1.59-1.784 2.39-2.672.14.064.281.129.418.197-.856.977-1.728 1.94-2.594 2.91l-.214-.434zM6.825 12.342c1.216-1.33 2.39-2.7 3.615-4.023l.346.274a708.309 708.309 0 0 0-3.567 3.983l-.394-.234zM11.096 8.818c.11.103.218.208.322.318-.409.44-.79.906-1.21 1.334a22.913 22.913 0 0 0-.426-.187c.444-.483.877-.976 1.314-1.466zM10.53 10.706c.387-.44.776-.878 1.173-1.31.086.129.169.259.252.39-.389.429-.77.864-1.159 1.293l-.266-.374z"/><path fill="#fff" d="M10.958 11.486c.398-.47.817-.922 1.227-1.381 1.03 1.754.775 4.135-.614 5.623-1.33 1.51-3.638 2.019-5.478 1.197.829-.95 1.682-1.878 2.514-2.825.405.526 1.198.801 1.759.346.825-.714.866-1.977.592-2.96zM9.028 11.783c.076-.397.292-.817.747-.844a6.884 6.884 0 0 1-.747.844zM5.945 12.103c.246-.3.492-.606.786-.861-.018.441-.376.765-.786.861zM10.082 11.217c.082.138.147.282.204.432-.413.462-.82.93-1.243 1.383a6.735 6.735 0 0 1-.08-.565 30.79 30.79 0 0 1 1.119-1.25zM8.226 12.036c.01.205.022.41.025.615-.167.253-.401.453-.589.69a17.394 17.394 0 0 0-.166-.486c.237-.279.482-.55.73-.819z"/><path fill="#fff" d="M9.098 13.568a35.9 35.9 0 0 1 1.25-1.394c.015.594.075 1.329-.405 1.766-.343.236-.685-.076-.845-.371zM3.664 14.638c.675-.774 1.378-1.526 2.046-2.306l.07.35.146.105c-.679.733-1.328 1.493-2.006 2.226-.088-.124-.173-.25-.257-.376zM5.367 13.982c.373-.414.734-.84 1.12-1.242.114.09.226.182.338.275-.301.346-.608.688-.916 1.028a16.031 16.031 0 0 1-.542-.062zM5.33 16.527c.978-1.114 1.976-2.21 2.958-3.32.052.171.101.344.146.518-.901 1.005-1.798 2.011-2.698 3.018l-.407-.215zM4.898 14.495l.02.007c.148.053.298.102.447.153-.318.356-.631.715-.957 1.064l-.276-.352c.25-.295.52-.573.766-.872zM4.687 15.995c.378-.43.757-.858 1.145-1.279.197.007.394.01.59.013-.472.514-.927 1.044-1.4 1.557l-.335-.29zM.801 17.842c.72-.814 1.447-1.622 2.17-2.432l.261.378c-.802.915-1.62 1.818-2.43 2.726a37.535 37.535 0 0 1-.001-.671zM.936 18.936c.843-.934 1.679-1.876 2.517-2.815l.31.318c-.977 1.117-1.976 2.215-2.962 3.325.033-.274-.106-.621.134-.827zM.804 20.337c1.081-1.205 2.151-2.419 3.24-3.618l.317.312a4577.514 4577.514 0 0 1-3.559 3.984c-.004-.226-.003-.453.002-.678zM4.673 17.258c.129.08.258.159.386.24-1.418 1.59-2.837 3.178-4.258 4.764-.003-.222-.002-.444-.002-.666 1.283-1.452 2.58-2.893 3.873-4.338z"/><path d="M.911.599c.138-.07.298-.062.45-.067 4.48.005 8.96-.004 13.439.005.391-.016.71.362.667.744v21.438c.04.378-.274.762-.666.742H1.197c-.391.022-.707-.364-.665-.742V1.281A.691.691 0 0 1 .91.599m-.11.675C.801 6.603.798 11.932.801 17.261l1.986-2.222-.012-.026c.271-.233.495-.514.729-.782.983-1.094 1.97-2.185 2.938-3.293.171-.166.327-.348.479-.532.774-.85 1.538-1.71 2.301-2.57.245-.262.482-.533.718-.803.715-.786 1.414-1.586 2.129-2.372l-.422.008.128-.184a14.84 14.84 0 0 0-.175-.41 59.7 59.7 0 0 0-.733-.001c-.066.144-.138.291-.129.454.102.042.206.082.309.126-.25.014-.5.016-.75.004.625-.505.7-1.471 1.142-2.081.322.553.546 1.234.838 1.834.954-1.038 1.88-2.104 2.828-3.149.226-.179-.084-.482-.3-.46C10.295.792 5.784.8 1.274.798a.418.418 0 0 0-.474.474m9.533 5.896c-.232.266-.472.526-.703.794-.799.888-1.594 1.781-2.39 2.672-.17.202-.383.376-.509.608-.294.254-.54.561-.786.861-.102.046-.159.151-.234.23-.669.78-1.371 1.531-2.046 2.306-.234.255-.466.51-.693.771-.723.81-1.45 1.618-2.17 2.432-.002.223-.002.447.001.671.81-.908 1.628-1.81 2.43-2.726.237-.25.46-.512.695-.763l-.006-.01c.678-.734 1.326-1.494 2.006-2.226.503-.578 1.021-1.145 1.528-1.719.866-.97 1.738-1.933 2.594-2.91l.014.006c.219-.262.453-.511.672-.773 1.497-1.655 2.977-3.326 4.466-4.988.002-.225.002-.449-.001-.673-1.625 1.809-3.238 3.629-4.866 5.436m.754.412c-.222.241-.445.482-.649.74-1.225 1.323-2.399 2.693-3.615 4.023-.118.128-.23.262-.338.398-.386.402-.747.827-1.12 1.242a6.189 6.189 0 0 0-.45.52l-.02-.007c-.246.299-.516.577-.766.872-.23.249-.455.5-.679.754-.838.939-1.674 1.881-2.517 2.815-.241.206-.102.553-.134.827.986-1.11 1.985-2.208 2.962-3.325.223-.233.438-.472.645-.719.326-.349.639-.708.957-1.064.185-.201.366-.405.545-.611.308-.34.615-.682.916-1.028.137-.142.268-.289.394-.44a708.309 708.309 0 0 1 3.567-3.983c.222-.25.446-.498.666-.75 1.25-1.392 2.494-2.79 3.743-4.184.006-.225.006-.45.002-.675-1.374 1.528-2.741 3.062-4.109 4.596m-.165-3.625c.206.004.413.004.619-.001a24.943 24.943 0 0 0-.297-.694c-.128.222-.222.46-.322.694m.848 4.108c-.224.253-.451.504-.676.757-.438.49-.87.982-1.314 1.466-.515.58-1.023 1.168-1.556 1.732l.001.02c-.248.269-.493.54-.73.819a66.746 66.746 0 0 0-1.665 1.861c-.388.421-.766.85-1.145 1.279-.22.236-.436.477-.643.724-1.089 1.198-2.159 2.413-3.24 3.618-.006.226-.006.452-.002.678 1.187-1.327 2.374-2.655 3.559-3.984.223-.246.446-.492.662-.746.473-.513.928-1.042 1.4-1.557.411-.465.823-.928 1.24-1.388.188-.237.422-.437.589-.69.272-.275.55-.555.777-.868.27-.261.524-.542.747-.844.181-.113.29-.311.432-.468.42-.429.802-.894 1.21-1.334.225-.255.453-.506.678-.762.99-1.104 1.973-2.214 2.966-3.315.247-.204.103-.554.138-.83-1.142 1.277-2.282 2.556-3.426 3.831m.582.599c-.221.243-.442.485-.653.736-.397.431-.786.87-1.173 1.31-.155.164-.306.331-.454.502l.006.01c-.385.406-.758.824-1.119 1.25-.233.239-.454.49-.675.74-.982 1.11-1.98 2.206-2.958 3.32-.226.237-.442.484-.657.731C3.38 18.704 2.083 20.145.8 21.597c0 .222-.002.444.002.666 1.421-1.586 2.84-3.174 4.258-4.764.229-.249.453-.503.678-.756.899-1.006 1.797-2.013 2.698-3.018.201-.229.409-.451.611-.679l-.002-.014c.423-.453.83-.921 1.243-1.383.172-.188.344-.376.51-.57.389-.429.77-.864 1.159-1.293.228-.257.46-.512.685-.772.856-.951 1.708-1.906 2.559-2.862a24.94 24.94 0 0 0-.002-.67c-.95 1.056-1.895 2.118-2.842 3.178m.511.682c-.231.251-.461.504-.683.763-.41.459-.83.91-1.227 1.381-.208.218-.407.443-.611.664l.001.023c-.43.453-.843.921-1.25 1.394-.17.172-.333.35-.491.533-.832.946-1.685 1.874-2.514 2.825l-.013-.006c-.218.261-.449.508-.67.765-1.51 1.679-3.008 3.368-4.518 5.048-.222.183.085.484.302.464 4.51.007 9.02.001 13.53.003a.42.42 0 0 0 .475-.474c-.002-5.33.003-10.658-.002-15.988-.781.864-1.558 1.733-2.33 2.605z"/><path d="M3.758 2.588a298.48 298.48 0 0 1 1.639-.001c-.404.655-.816 1.305-1.217 1.961.558.094 1.19-.056 1.341-.675-.018.266-.056.528-.085.792-.634.003-1.267.002-1.901 0 .401-.658.816-1.307 1.217-1.966-.447-.074-.921.063-1.057.538.014-.218.038-.434.062-.65zM6.429 2.603c.402-.101.888-.055 1.186.262.442.45.372 1.277-.138 1.649-.494.351-1.306.253-1.617-.299-.36-.56-.094-1.428.568-1.612m.243.075c-.55.289-.46 1.09-.312 1.597.158.522.935.35.95-.166.099-.498.126-1.555-.638-1.43zM8.041 2.575c.256.035.533-.03.779.04.348.409.669.842 1.011 1.256-.078-.426.242-1.157-.348-1.29.262.006.523.006.785.004-.108.073-.296.086-.308.245-.038.64.008 1.282-.022 1.923-.501-.573-.956-1.184-1.449-1.764.002.468-.014.937.006 1.405.001.174.206.194.325.265a6.407 6.407 0 0 1-.759-.002c.47-.093.277-.638.314-.977-.036-.392.166-.948-.334-1.105z"/><path fill="#7f7f7f" d="M3.09 9.41c1.367-2.258 4.376-3.305 6.85-2.375-.236.27-.473.541-.718.803a4.84 4.84 0 0 0-4.497 1.129c-1.43 1.29-1.938 3.476-1.221 5.266-.234.268-.458.549-.729.782-.867-1.758-.742-3.954.314-5.604zM9.63 7.962c.231-.268.471-.528.703-.794l.401.225c-.219.262-.453.511-.672.773l-.014-.006a15.92 15.92 0 0 0-.418-.197zM10.44 8.319c.204-.258.426-.499.649-.74l.364.263c-.22.252-.444.5-.666.75l-.346-.274zM11.096 8.818c.225-.253.452-.504.676-.757.106.106.214.21.323.314-.225.255-.453.506-.678.762a6.898 6.898 0 0 0-.322-.318zM11.703 9.396c.21-.251.432-.493.653-.736l.284.354c-.225.26-.457.515-.685.772-.083-.131-.166-.262-.252-.39zM12.185 10.106c.222-.259.452-.512.683-.763 1.409 2.11 1.189 5.126-.527 6.998-1.662 1.941-4.665 2.534-6.931 1.344.222-.257.453-.504.67-.765l.013.006c1.84.822 4.147.314 5.478-1.197 1.39-1.488 1.644-3.869.614-5.623z"/><path fill="#7f7f7f" d="M4.957 10.634c.598-.286 1.325-.532 1.964-.227a6.534 6.534 0 0 1-.479.532c-.438-.106-.87.046-1.22.309a8.54 8.54 0 0 1-.265-.614zM8.226 12.016c.533-.564 1.041-1.152 1.556-1.732.142.062.284.123.426.187-.142.157-.251.355-.432.468-.455.027-.671.447-.747.844-.227.313-.505.593-.777.868-.003-.206-.014-.41-.025-.615l-.001-.02zM6.731 11.242c.126-.232.339-.406.509-.608l.214.434c-.507.574-1.025 1.141-1.528 1.719a7.724 7.724 0 0 1-.146-.105l-.07-.35c.075-.078.132-.184.234-.23.41-.096.768-.42.786-.861zM10.076 11.207c.148-.17.299-.338.454-.502l.266.374c-.166.194-.338.382-.51.57a2.749 2.749 0 0 0-.204-.432l-.006-.01zM10.346 12.15c.204-.221.403-.446.611-.664.274.983.233 2.246-.592 2.96-.561.455-1.354.181-1.759-.346.158-.182.322-.361.491-.533.16.295.502.607.845.371.48-.437.42-1.172.405-1.766l-.001-.023zM6.487 12.741c.108-.137.22-.27.338-.398.132.078.263.155.394.234a8.192 8.192 0 0 1-.394.44 21.395 21.395 0 0 0-.338-.275zM8.288 13.207c.221-.25.442-.501.675-.74.021.189.043.378.08.565l.002.014c-.202.228-.41.45-.611.679a15.283 15.283 0 0 0-.146-.518zM5.832 14.716a66.746 66.746 0 0 1 1.665-1.861c.058.161.113.323.166.486-.417.46-.829.923-1.24 1.388-.197-.003-.394-.006-.59-.013zM4.918 14.502c.138-.183.291-.354.45-.52.18.024.361.044.542.062-.179.206-.36.41-.545.611-.15-.05-.299-.1-.447-.153zM2.971 15.41c.227-.261.459-.516.693-.771.084.126.169.252.257.376l.006.01c-.235.251-.458.514-.695.763l-.261-.378zM3.453 16.121c.224-.254.45-.505.679-.754l.276.352c-.206.247-.422.486-.645.719l-.31-.318zM4.044 16.719c.207-.247.423-.488.643-.724l.335.29c-.215.254-.438.499-.662.746l-.317-.312zM4.673 17.258c.214-.247.43-.494.657-.731l.407.215c-.225.253-.449.507-.678.756l-.386-.24z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-speed-limit-zone--g3" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0m.221.221v23.594c7.87.004 15.739-.004 23.608.004.014-7.865 0-15.73.007-23.593C15.965.214 8.093.224.221.221z"/><path fill="#fff" d="M.221.221C8.093.223 15.965.214 23.836.226c-.007 7.864.007 15.728-.007 23.593-7.868-.007-15.738 0-23.608-.004V.221m1.374.891c-.528.181-.82.749-.774 1.288.002 6.481-.002 12.961.001 19.442-.062.733.596 1.398 1.334 1.325 6.482.001 12.965.002 19.448 0 .733.065 1.399-.589 1.34-1.326.002-6.521.006-13.042-.002-19.562.046-.726-.641-1.312-1.344-1.253-6.439-.005-12.878.001-19.318-.004-.23.006-.468.008-.686.09z"/><path fill="#fff" d="M1.229 2.268c-.036-.5.445-.888.925-.834 6.266-.001 12.534-.007 18.8.002-1.112 1.138-2.249 2.249-3.366 3.38l-.083-.097c-1.964-2.43-5.594-3.282-8.454-2.04-2.474.996-4.381 3.419-4.589 6.101-.041.581-.041 1.165.007 1.747.162 1.849 1.144 3.634 2.592 4.788-1.921 1.981-3.9 3.906-5.838 5.87.005-6.306-.006-12.613.005-18.918zM20.029 2.629c.478-.407.823-.998 1.418-1.243-1.223 1.285-2.441 2.61-3.798 3.749.66-.942 1.603-1.656 2.38-2.506zM21.103 2.022c.253-.24.47-.564.842-.618-1.079 1.166-2.244 2.251-3.352 3.39-.238.23-.45.526-.799.586 1.056-1.163 2.216-2.228 3.308-3.358zM21.222 2.381c.335-.306.6-.721 1.046-.876a72.82 72.82 0 0 1-4.271 4.266c.898-1.268 2.173-2.24 3.224-3.39zM21.397 2.677c.355-.332.65-.749 1.099-.962-.365.62-.972 1.043-1.448 1.573-.982.92-1.852 1.973-2.911 2.801l-.134.073c1.043-1.241 2.275-2.312 3.395-3.485zM19 5.558c1.216-1.16 2.345-2.417 3.604-3.529-.233.578-.809.911-1.202 1.373-.988.932-1.878 1.991-2.928 2.844.047-.302.34-.472.527-.688zM18.418 6.718c1.312-1.477 2.76-2.849 4.184-4.222-.108.457-.54.703-.833 1.033-1.152 1.094-2.192 2.315-3.424 3.32l.072-.132zM18.816 6.718c1.238-1.249 2.488-2.486 3.728-3.732-.004 6.288.004 12.576-.004 18.864.052.517-.431.956-.941.887-6.274-.002-12.546.001-18.82-.002 2.069-2.088 4.16-4.153 6.235-6.235l.211.101c.461.229.961.388 1.478.41.781.06 1.568.064 2.351-.001 3.216-.403 5.929-3.254 6.242-6.47.04-.619.043-1.242-.011-1.86-.037-.678-.259-1.324-.472-1.961M7.018 19.118l.43.023c.282-.218.62-.28.954-.14.017.466-.389.659-.803.626-.001.161-.004.322-.006.482.349.013.894.042.851.529-.151.286-.521.179-.781.186l-.197-.348c-.169.016-.338.034-.508.052.056.958 1.535 1.145 1.946.359.19-.355-.036-.726-.272-.99.299-.342.416-.896.089-1.258-.523-.487-1.578-.299-1.703.479m3.093-.62c-.426.156-.632.624-.604 1.055.014.523-.112 1.174.346 1.553.491.44 1.375.202 1.564-.436.101-.464.07-.952.036-1.423-.067-.607-.791-.996-1.342-.749m1.975-.064c-.004.952.005 1.904-.006 2.856.176.011.353.022.529.031.011-.416.011-.833.011-1.249l.91.001v1.235h.52v-2.874h-.52v1.154l-.911.002-.001-1.157h-.532m2.403 2.872l.485.006.174-.409c.313.002.626.002.94.002l.128.394.538.008c-.266-.955-.559-1.903-.818-2.86l-.62-.028c-.293.956-.587 1.914-.826 2.886z"/><path fill="#fff" d="M9.13 4.687c2.326-1.361 5.513-.703 7.177 1.396-.23.242-.466.48-.703.716-.732-1.014-2.513-.922-3.05.235-.328.811-.104 1.716-.166 2.568.084.599-.55.888-.877 1.283.002-.51-.054-1.062-.456-1.426.52-.608.38-1.486.287-2.216-.274-1.217-2.028-1.529-2.822-.647-.353.353-.425.864-.462 1.338.331.011.662.01.994.004-.102-.545.314-1.072.89-.935.739.094.642 1.028.552 1.566-.128.504-.734.443-1.138.46v.842c.389.029.946-.017 1.116.43.112.451.094.934.023 1.391-.114.598-.996.742-1.351.286-.216-.253-.169-.613-.21-.922l-.942.001c-.119.906.419 1.8 1.316 2.038a54.82 54.82 0 0 1-.968.961c-1.081-.935-1.877-2.227-2.052-3.662-.332-2.248.846-4.619 2.843-5.706zM15.661 7.156c.152-.403.496-.689.844-.924l-.07.138c-.163.34-.475.572-.774.786zM15.781 7.528c.138-.384.444-.698.791-.904l.149-.071c-.224.4-.571.713-.94.974z"/><path fill="#fff" d="M13.451 7.346c.323-.578 1.222-.438 1.459.149-.523.515-1.036 1.039-1.561 1.552.04-.563-.106-1.164.102-1.7zM15.8 8.425a3.574 3.574 0 0 1 1.117-1.187l.143-.07a4.62 4.62 0 0 1-1.26 1.256zM15.8 8.904c.342-.584.868-1.046 1.398-1.457l-.067.138c-.348.517-.832.949-1.331 1.319zM13.276 9.527c.414-.698 1.082-1.21 1.664-1.765-.358.725-1.051 1.253-1.664 1.765zM15.799 9.384c.39-.622.956-1.124 1.526-1.58l-.068.143a6.183 6.183 0 0 1-1.458 1.438zM13.272 10.001c.418-.696 1.082-1.21 1.666-1.765-.341.732-1.042 1.271-1.666 1.765zM15.91 9.658c.438-.533.953-1.004 1.464-1.468.39 1.715.047 3.606-1.087 4.974-1.358 1.729-3.746 2.498-5.868 1.945.805-.834 1.645-1.634 2.452-2.466.736.647 2 .648 2.624-.15.656-.803.271-1.9.415-2.836zM13.273 10.962c.408-.706 1.082-1.219 1.668-1.774-.353.731-1.055 1.258-1.668 1.774zM13.345 11.839c.402-.665 1.034-1.158 1.596-1.685-.337.697-.998 1.21-1.596 1.685zM11.436 11.388c.19-.478.617-.793.995-1.116-.166.491-.607.806-.995 1.116z"/><path fill="#fff" d="M13.516 12.018c.449-.469.91-.926 1.376-1.378-.025.418.096.882-.106 1.267-.284.434-.892.38-1.271.11zM11.389 11.906c.22-.484.641-.826 1.04-1.157-.167.514-.636.839-1.04 1.157zM9.416 14.647c1.063-.941 1.945-2.1 3.086-2.942-.835 1.139-2.004 1.992-2.909 3.076-.06-.043-.119-.089-.178-.133zM10.066 15.052c.833-.966 1.76-1.864 2.706-2.72-.193.545-.726.85-1.091 1.271-.499.445-.9 1.016-1.466 1.379l-.149.071zM8.497 14.238c.342-.468.746-.922 1.26-1.202-.3.433-.661.852-1.112 1.129l-.148.073zM8.759 14.45c.443-.538.902-1.134 1.546-1.435-.428.488-.854 1.015-1.404 1.368l-.142.067zM6.404 16.244c.325-.313.607-.692 1.034-.876-2.006 2.172-4.136 4.25-6.271 6.299.097-.373.422-.6.676-.864 1.523-1.517 3.041-3.04 4.561-4.559zM1.721 21.402c1.992-1.951 3.917-3.971 5.938-5.89-.067.18-.142.366-.288.499-1.723 1.716-3.442 3.438-5.162 5.158-.338.329-.641.707-1.058.943.128-.283.353-.499.571-.71zM7.78 16.298c.106-.096.211-.217.367-.212-1.756 1.969-3.743 3.77-5.586 5.676-.331.325-.636.689-1.038.934.18-.378.516-.638.802-.931 1.819-1.82 3.643-3.637 5.455-5.466zM10.237 18.982c.878-.35.731.905.694 1.423.043.557-.852.612-.896.067.029-.48-.203-1.132.203-1.49zM15.287 20.423c.102-.368.206-.737.346-1.093.119.361.224.727.328 1.093h-.673z"/><path fill="#201b16" d="M1.595 1.112c.218-.082.456-.084.686-.09 6.439.005 12.878-.001 19.318.004.703-.059 1.39.527 1.344 1.253.008 6.521.005 13.042.002 19.562.059.737-.607 1.391-1.34 1.326-6.484.002-12.966.001-19.448 0-.738.073-1.397-.592-1.334-1.325C.819 15.361.824 8.881.822 2.4c-.046-.539.246-1.106.774-1.288m-.367 1.156c-.011 6.305 0 12.612-.005 18.918 1.938-1.964 3.917-3.889 5.838-5.87.064-.052.188-.155.252-.206l-.029-.026c.372-.32.718-.671 1.054-1.027.328-.316.649-.638.968-.961-.898-.238-1.435-1.132-1.316-2.038l.942-.001c.041.308-.006.668.21.922.355.456 1.237.312 1.351-.286.071-.457.089-.94-.023-1.391-.17-.446-.727-.401-1.116-.43V9.03c.403-.017 1.009.044 1.138-.46.09-.538.187-1.472-.552-1.566-.576-.137-.992.39-.89.935-.331.006-.662.007-.994-.004.037-.474.109-.985.462-1.338.794-.882 2.549-.57 2.822.647.094.731.233 1.608-.287 2.216.402.364.458.916.456 1.426.328-.395.961-.684.877-1.283.061-.852-.162-1.757.166-2.568.538-1.157 2.318-1.249 3.05-.235.238-.236.473-.474.703-.716.352-.337.695-.682 1.048-1.016l.151-.347.083.097c1.117-1.132 2.254-2.243 3.366-3.38-6.266-.01-12.534-.004-18.8-.002-.48-.054-.961.334-.925.834m18.8.359c-.776.85-1.72 1.564-2.38 2.506 1.357-1.139 2.575-2.464 3.798-3.749-.595.245-.941.836-1.418 1.243m1.074-.607c-1.092 1.129-2.252 2.195-3.308 3.358.349-.06.562-.355.799-.586 1.108-1.139 2.273-2.224 3.352-3.39-.372.054-.589.378-.842.618m.118.359c-1.051 1.15-2.327 2.122-3.224 3.39a72.82 72.82 0 0 0 4.271-4.266c-.446.155-.712.57-1.046.876m.174.296c-1.12 1.172-2.352 2.244-3.395 3.485-.456.246-.781.668-1.085 1.076-.451.3-.848.714-1.117 1.187.492-.332.93-.761 1.26-1.256.456-.24.79-.66 1.076-1.08 1.06-.828 1.93-1.88 2.911-2.801.476-.53 1.084-.953 1.448-1.573-.449.214-.744.63-1.099.962M19 5.558c-.187.216-.48.385-.527.688 1.05-.853 1.94-1.912 2.928-2.844.394-.462.97-.794 1.202-1.373-1.259 1.112-2.388 2.369-3.604 3.529m-.581 1.16c-.419.296-.846.628-1.092 1.086-.57.456-1.136.959-1.526 1.58a6.164 6.164 0 0 0 1.458-1.438c.419-.3.841-.635 1.088-1.097 1.231-1.006 2.272-2.226 3.424-3.32.293-.33.725-.576.833-1.033-1.424 1.373-2.873 2.744-4.184 4.222m.397 0l-.305.314c-.382.383-.808.727-1.138 1.158-.511.463-1.026.935-1.464 1.468-.144.936.241 2.033-.415 2.836-.624.798-1.889.797-2.624.15-.806.832-1.646 1.632-2.452 2.466-.392.37-.774.751-1.135 1.152l-.161.07.104.269-.211-.101c-2.075 2.082-4.166 4.147-6.235 6.235 6.274.004 12.546 0 18.82.002.51.07.992-.37.941-.887.007-6.288 0-12.576.004-18.864-1.241 1.246-2.49 2.483-3.728 3.732m-2.312-.486c-.348.235-.691.521-.844.924.299-.214.611-.446.774-.786a4.49 4.49 0 0 0 1.176-1.204c-.428.281-.846.618-1.106 1.066m.067.392c-.347.205-.653.52-.791.904.368-.262.715-.575.94-.974.493-.254.842-.718 1.158-1.159-.542.276-.954.745-1.307 1.23m.29.19c-.43.294-.823.665-1.064 1.13.382-.264.77-.566.995-.98.478-.342.937-.745 1.208-1.277-.428.314-.881.652-1.139 1.127m1.368-.49c-.342.373-.798.66-1.032 1.122-.53.41-1.056.872-1.398 1.457.499-.37.983-.802 1.331-1.319.407-.325.916-.659 1.103-1.15.244.168.151-.39-.004-.11m-4.779 1.021c-.208.536-.062 1.138-.102 1.7.526-.512 1.038-1.037 1.561-1.552-.238-.587-1.136-.727-1.459-.149m-.175 2.182c.613-.512 1.307-1.04 1.664-1.765-.582.556-1.25 1.067-1.664 1.765m-.004.474c.624-.494 1.325-1.033 1.666-1.765-.583.556-1.248 1.069-1.666 1.765m.001.483c.606-.527 1.318-1.043 1.668-1.778-.589.552-1.272 1.064-1.668 1.778m0 .478c.613-.516 1.315-1.043 1.668-1.774-.586.554-1.26 1.068-1.668 1.774m-.001.484c.61-.524 1.319-1.045 1.669-1.781-.589.553-1.274 1.064-1.669 1.781m.073.393c.598-.475 1.259-.988 1.596-1.685-.562.527-1.194 1.02-1.596 1.685m-1.909-.451c.388-.31.829-.625.995-1.116-.378.323-.805.638-.995 1.116m2.08.63c.379.27.986.324 1.271-.11.202-.385.08-.85.106-1.267a47.05 47.05 0 0 0-1.376 1.378m-2.128-.113c.404-.318.874-.643 1.04-1.157-.4.331-.821.673-1.04 1.157M9.158 14.51c-.427.301-.799.673-1.142 1.066.019.133.178.172.239.028.292-.304.64-.572.834-.953.894-.665 1.597-1.554 2.413-2.31.325-.36.775-.641.931-1.123-1.116 1.066-2.262 2.135-3.275 3.293m.258.136c.059.044.118.09.178.133.905-1.084 2.074-1.937 2.909-3.076-1.141.842-2.023 2.002-3.086 2.942m.283.282c-.448.244-.77.665-1.062 1.074-.515.337-.899.833-1.346 1.25-1.806 1.853-3.718 3.613-5.458 5.526.59-.214.919-.806 1.386-1.198 1.835-1.898 3.806-3.676 5.552-5.651.452-.246.782-.66 1.079-1.07.989-.846 1.968-1.782 2.777-2.807-1.079.827-2.021 1.862-2.928 2.875m.366.125A2.908 2.908 0 0 0 9.05 16.08c-.571.395-1.01.943-1.512 1.416-1.733 1.772-3.551 3.468-5.23 5.288.593-.217.925-.81 1.393-1.204 1.741-1.802 3.619-3.488 5.276-5.363a4.74 4.74 0 0 0 1.237-1.237c.566-.362.967-.934 1.466-1.379.365-.421.898-.726 1.091-1.271-.946.857-1.873 1.754-2.706 2.72m-1.568-.812c-.461.263-.794.701-1.114 1.115.526-.264.919-.722 1.261-1.188.451-.277.812-.696 1.112-1.129-.514.281-.918.734-1.26 1.202m.263.212c-.456.262-.804.685-1.078 1.128A4.5 4.5 0 0 0 8.9 14.383c.55-.353.976-.88 1.404-1.368-.643.301-1.103.898-1.546 1.435m.482.275c-.284.402-.634.752-.989 1.091-.286.138.263.265.109.011.444-.127.708-.63 1.068-.918a10.836 10.836 0 0 0-.188-.184m-2.836 1.519c-1.52 1.519-3.038 3.042-4.561 4.559-.253.264-.578.491-.676.864 2.135-2.048 4.265-4.127 6.271-6.299-.427.184-.709.563-1.034.876m-4.683 5.158c-.218.211-.443.427-.571.71.418-.236.72-.614 1.058-.943 1.721-1.72 3.439-3.442 5.162-5.158.146-.133.221-.319.288-.499-2.021 1.919-3.946 3.938-5.938 5.89m6.014-5.557c-1.834 1.862-3.698 3.695-5.54 5.549-.324.34-.721.63-.923 1.066.259-.155.484-.359.692-.576 2.004-2.036 4.061-4.024 6.046-6.079l-.275.041m.046.452c-1.812 1.829-3.636 3.646-5.455 5.466-.286.293-.622.553-.802.931.402-.245.707-.608 1.038-.934 1.843-1.906 3.83-3.707 5.586-5.676-.156-.005-.262.116-.367.212z"/><path fill="#201b16" d="M7.018 19.118c.125-.778 1.18-.966 1.703-.479.328.361.21.916-.089 1.258.236.264.462.635.272.99-.412.786-1.89.599-1.946-.359.169-.018.338-.036.508-.052l.197.348c.26-.007.63.1.781-.186.043-.487-.502-.516-.851-.529l.006-.482c.414.032.82-.161.803-.626-.334-.139-.672-.078-.954.14l-.43-.023zM10.111 18.498c.551-.247 1.274.142 1.342.749.034.472.065.959-.036 1.423-.188.637-1.073.876-1.564.436-.457-.379-.331-1.03-.346-1.553-.029-.431.178-.899.604-1.055m.126.484c-.406.359-.174 1.01-.203 1.49.044.545.94.49.896-.067.037-.518.185-1.774-.694-1.423zM12.086 18.434h.532l.001 1.157.911-.002v-1.154h.52v2.874h-.52v-1.235l-.91-.001c0 .416 0 .833-.011 1.249l-.529-.031c.011-.952.002-1.904.006-2.856zM14.489 21.305c.239-.972.533-1.93.826-2.886.206.008.414.018.62.028.259.956.552 1.904.818 2.86-.18-.004-.359-.006-.538-.008l-.128-.394c-.313 0-.626 0-.94-.002l-.174.409-.485-.006m.799-.883h.673a25.9 25.9 0 0 0-.328-1.093c-.139.356-.244.725-.346 1.093z"/><path fill="#eee" d="M9.052 2.68c2.86-1.242 6.49-.39 8.454 2.04l-.151.347c-1.722-2.084-4.666-3.049-7.28-2.328-2.564.637-4.649 2.831-5.176 5.418-.569 2.521.404 5.281 2.387 6.926l.029.026c-.064.052-.188.155-.252.206-1.448-1.154-2.43-2.939-2.592-4.788a4.165 4.165 0 0 0-.007-1.747c.208-2.682 2.114-5.105 4.589-6.101zM15.798 7.945c.241-.466.635-.836 1.064-1.13l-.07.15c-.224.414-.613.716-.995.98zM13.273 10.484c.396-.714 1.079-1.226 1.668-1.778-.35.736-1.062 1.252-1.668 1.778zM13.272 11.446c.395-.716 1.08-1.228 1.669-1.781-.35.736-1.06 1.256-1.669 1.781zM9.158 14.51c1.013-1.158 2.159-2.227 3.275-3.293-.156.482-.606.763-.931 1.123-.816.756-1.519 1.645-2.413 2.31l.07-.14zM9.7 14.928c.907-1.013 1.849-2.048 2.928-2.875-.809 1.025-1.788 1.961-2.777 2.807l-.151.068zM7.734 15.845l.275-.041c-1.985 2.056-4.042 4.043-6.046 6.079a3.408 3.408 0 0 1-.692.576c.202-.436.599-.726.923-1.066 1.842-1.854 3.707-3.686 5.54-5.549zM7.291 17.252c.448-.418.832-.913 1.346-1.25l.134-.072c-1.746 1.975-3.718 3.752-5.552 5.651-.467.391-.796.984-1.386 1.198 1.74-1.913 3.652-3.673 5.458-5.526zM7.537 17.496c.502-.473.941-1.021 1.512-1.416l-.072.138c-1.657 1.874-3.535 3.56-5.276 5.363-.468.394-.8.986-1.393 1.204 1.679-1.82 3.497-3.516 5.23-5.288z"/><path fill="#c00" d="M10.074 2.738c2.615-.721 5.558.244 7.28 2.328-.353.335-.696.679-1.048 1.016-1.664-2.099-4.852-2.756-7.177-1.396-1.997 1.087-3.175 3.458-2.843 5.706.175 1.435.971 2.728 2.052 3.662a14.19 14.19 0 0 1-1.054 1.027c-1.982-1.645-2.956-4.405-2.387-6.926.527-2.587 2.611-4.781 5.176-5.418zM16.505 6.232c.26-.448.678-.785 1.106-1.066-.31.474-.715.878-1.176 1.204l.07-.138zM17.374 8.19c.33-.431.756-.775 1.138-1.158 1.08 2.695.311 6.004-1.894 7.906-1.945 1.77-4.892 2.302-7.334 1.324.361-.401.743-.782 1.135-1.152 2.122.553 4.51-.216 5.868-1.945 1.134-1.368 1.477-3.259 1.087-4.974zM7.384 15.353c.319-.414.653-.852 1.114-1.115l.148-.073c-.342.466-.736.924-1.261 1.188zM7.681 15.578c.274-.443.622-.866 1.078-1.128l.142-.067a4.515 4.515 0 0 1-1.219 1.195z"/><path fill="#b50b0a" d="M16.572 6.624c.353-.485.764-.954 1.307-1.23-.316.442-.665.905-1.158 1.159l-.149.071z"/><path fill="#b40706" d="M16.862 6.815c.258-.475.71-.812 1.139-1.127-.271.532-.731.935-1.208 1.277l.07-.15z"/><path fill="#b80807" d="M16.918 7.238c.304-.408.629-.83 1.085-1.076l.134-.073c-.287.42-.62.84-1.076 1.08l-.143.07z"/><path fill="#ded8d8" d="M18.23 6.325c.155-.28.247.278.004.11l-.004-.11z"/><path fill="#b40404" d="M17.198 7.447c.234-.462.69-.749 1.032-1.122l.004.11c-.187.491-.696.824-1.103 1.15l.067-.138z"/><path fill="#b20503" d="M17.326 7.804c.246-.458.673-.79 1.092-1.086l-.072.132c-.247.462-.67.797-1.088 1.097l.068-.143z"/><path fill="#eaeae9" d="M18.511 7.032l.305-.314c.212.637.434 1.283.472 1.961a4.678 4.678 0 0 0 .011 1.86c-.313 3.216-3.026 6.067-6.242 6.47a7.055 7.055 0 0 0-2.351.001c-.517-.023-1.018-.181-1.478-.41l-.104-.269.161-.07c2.442.978 5.389.446 7.334-1.324 2.204-1.902 2.974-5.21 1.894-7.906z"/><path fill="#73706d" d="M19.298 10.538a4.697 4.697 0 0 1-.011-1.86c.054.618.05 1.241.011 1.86z"/><path fill="#75726f" d="M4.463 8.78c.13.575.125 1.17.007 1.747a11.448 11.448 0 0 1-.007-1.747z"/><path fill="#b40b0b" d="M8.016 15.576c.343-.392.715-.764 1.142-1.066l-.07.14c-.194.38-.542.649-.834.953-.061.144-.22.106-.239-.028z"/><path fill="#b30606" d="M9.24 14.725c.064.06.126.121.188.184-.36.288-.624.791-1.068.918l-.109-.011c.355-.338.704-.689.989-1.091z"/><path fill="#b60403" d="M8.638 16.002c.292-.409.614-.83 1.062-1.074l.151-.068c-.296.41-.626.824-1.079 1.07l-.134.072z"/><path fill="#b50706" d="M9.049 16.08a2.9 2.9 0 0 1 1.016-1.028l.149-.071a4.725 4.725 0 0 1-1.237 1.237l.072-.138z"/><path fill="#dedcdc" d="M8.36 15.827c.154.254-.395.127-.109-.011l.109.011z"/><path fill="#625f5b" d="M10.705 17.01a7.055 7.055 0 0 1 2.351-.001c-.782.065-1.57.061-2.351.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-tractors-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.745 0h2.486c2.194.305 4.342 1.089 6.096 2.466-.845.851-1.693 1.697-2.541 2.545-1.656.003-3.313-.004-4.967.003.229 1.782-.604 3.487-.881 5.229-2.02.001-4.042-.001-6.063-.003-.264.011-.692.001-.717.359-.063 1.287-.007 2.581-.022 3.87.43.017.885.021 1.232-.274.691-.505 1.61-.454 2.371-.146-.08.076-.158.156-.236.233-.861-.307-1.907-.124-2.471.637-.502.588-.496 1.414-.282 2.119-.758.766-1.522 1.524-2.285 2.285-1.37-1.746-2.148-3.884-2.462-6.067V10.77c.187-1.058.382-2.123.79-3.124C2.352 3.493 6.363.501 10.748 0zM21.178 4.233c1.565 1.803 2.459 4.091 2.822 6.431v2.649c-.521 4.435-3.6 8.471-7.829 9.976-.909.352-1.873.516-2.823.711h-2.644c-2.358-.347-4.658-1.251-6.471-2.823 1.073-1.04 2.098-2.132 3.191-3.154.491-.216.866-.6 1.085-1.088.518-.571 1.081-1.101 1.622-1.651.729-.004 1.458-.005 2.188-.004-.113-.81-.065-1.642.228-2.409.305-.336.646-.634.997-.92-.764 1.007-1.13 2.353-.732 3.583.465 1.619 2.123 2.792 3.811 2.651 1.891-.07 3.524-1.787 3.508-3.678.063-1.705-1.203-3.328-2.867-3.696-1.166-.311-2.388.078-3.342.764.278-.343.571-.674.897-.973 1.531-.597 3.33-.219 4.514.913.161-.16.322-.319.484-.477-.464-.547-1.004-1.033-1.431-1.61-.099-.779-.008-1.572-.038-2.356.943-.945 1.892-1.884 2.83-2.835z"/><path fill="#0e518d" d="M12.621 5.97c1.071-.005 2.142.008 3.212-.008-1.387 1.377-2.753 2.773-4.154 4.135.305-1.378.621-2.753.942-4.127zM15.997 9.423a367 367 0 0 1 1.394-1.396c-.003.465-.008.931-.009 1.398-.462-.001-.923.001-1.385-.001zM16.006 12.327c1.174-.241 2.409.678 2.513 1.871.173 1.189-.829 2.38-2.033 2.396-1.113.09-2.173-.835-2.247-1.945-.135-1.08.7-2.153 1.767-2.322m.127.512c-.79.109-1.428.868-1.371 1.669.012.832.758 1.563 1.59 1.56.901.04 1.714-.794 1.648-1.696-.008-.932-.952-1.701-1.867-1.534z"/><path fill="#c1121c" d="M19.327 2.466a12.58 12.58 0 0 1 1.851 1.767c-.938.951-1.887 1.89-2.83 2.835l-.957.959c-.465.464-.93.93-1.394 1.396-.396.388-.782.786-1.178 1.176a9.08 9.08 0 0 0-.897.973 33.59 33.59 0 0 1-.378.377 9.042 9.042 0 0 0-.997.92l-2.416 2.413c-.541.55-1.104 1.08-1.622 1.651-.38.344-.742.707-1.085 1.088-1.093 1.022-2.118 2.114-3.191 3.154a12.626 12.626 0 0 1-1.771-1.854c.764-.761 1.527-1.519 2.285-2.285A51.854 51.854 0 0 1 7.5 14.28c.078-.078.156-.157.236-.233 1.316-1.315 2.648-2.616 3.943-3.951 1.4-1.362 2.767-2.759 4.154-4.135l.952-.951c.848-.848 1.696-1.695 2.541-2.545z"/><path fill="#f7fbf5" d="M11.818 5.014c1.655-.007 3.311 0 4.967-.003-.318.316-.636.634-.952.951-1.071.016-2.142.003-3.212.008a385.02 385.02 0 0 0-.942 4.127c-1.295 1.335-2.627 2.636-3.943 3.951-.761-.307-1.68-.359-2.371.146-.347.295-.802.291-1.232.274.016-1.29-.041-2.583.022-3.87.025-.357.454-.348.717-.359 2.022.001 4.043.004 6.063.003.277-1.742 1.11-3.447.881-5.229zM17.391 8.027l.957-.959c.03.785-.061 1.577.038 2.356.427.578.967 1.063 1.431 1.61-.162.158-.323.318-.484.477-1.184-1.131-2.983-1.51-4.514-.913.396-.39.782-.789 1.178-1.176.462.003.923 0 1.385.001.001-.467.007-.932.009-1.398z"/><path fill="#f7fbf5" d="M13.923 11.573c.953-.686 2.176-1.075 3.342-.764 1.664.368 2.93 1.991 2.867 3.696.016 1.891-1.617 3.608-3.508 3.678-1.688.141-3.345-1.031-3.811-2.651-.398-1.23-.032-2.575.732-3.583.128-.125.253-.251.378-.377m2.083.755c-1.067.169-1.902 1.242-1.767 2.322.074 1.11 1.134 2.035 2.247 1.945 1.204-.016 2.206-1.207 2.033-2.396-.104-1.193-1.34-2.113-2.513-1.871z"/><path fill="#f7fbf5" d="M16.133 12.839c.915-.167 1.859.601 1.867 1.534.066.902-.748 1.735-1.648 1.696-.832.003-1.578-.728-1.59-1.56-.057-.802.582-1.56 1.371-1.669zM10.131 15.284l2.416-2.413c-.293.767-.342 1.6-.228 2.409-.729-.001-1.458 0-2.188.004zM5.029 14.918c.564-.761 1.61-.944 2.471-.637a51.854 51.854 0 0 0-2.753 2.756c-.214-.705-.22-1.531.282-2.119zM7.424 18.022a15.05 15.05 0 0 1 1.085-1.088 2.122 2.122 0 0 1-1.085 1.088z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trams-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.685 0h2.611c2.207.333 4.369 1.128 6.121 2.535-1.231 1.203-2.435 2.431-3.656 3.643-2.018.001-4.038.013-6.056-.007.744-.547 1.519-1.048 2.273-1.579-.922-.661-1.864-1.293-2.801-1.929-.942.633-1.879 1.273-2.805 1.929.757.529 1.532 1.032 2.275 1.579-1.38.018-2.759.01-4.138.004.085.898-.426 1.711-.413 2.603-.009.581.007 1.163.005 1.744l1.304.007.178-.527c1.491-.004 2.982.004 4.473-.004l.174.527c.396 0 .792-.001 1.187-.005-.779.776-1.554 1.559-2.336 2.333-1.507.005-3.014-.018-4.519.013.18.976-.424 1.812-.694 2.707.43.595.485 1.33.449 2.041-.595.598-1.199 1.188-1.784 1.797C1.13 17.665.342 15.512.001 13.317v-2.614c.197-.973.362-1.961.727-2.891C2.236 3.594 6.265.54 10.686 0M5.932 10.361c-.07.873 1.083 1.169 1.458.384.29-.005.58-.009.87-.005.366.793 1.55.494 1.458-.39-1.262-.005-2.525-.024-3.786.011z"/><path fill="#0e518d" d="M7.023 4.593c.707-.51 1.43-.998 2.152-1.485.724.487 1.445.976 2.153 1.486-.717.493-1.433.988-2.153 1.477-.719-.49-1.437-.981-2.152-1.478zM19.489 6.064c.574-.595 1.165-1.176 1.751-1.76 1.529 1.794 2.407 4.054 2.761 6.369v2.647c-.529 4.417-3.586 8.442-7.795 9.954-.923.363-1.903.53-2.871.727h-2.647c-2.321-.348-4.585-1.229-6.383-2.761.717-.724 1.44-1.441 2.16-2.164.236.894 1.489 1.25 2.06.468.563-.657.097-1.503-.408-2.025.492.219.73.691.887 1.174 1.738.003 3.475 0 5.213 0 .173-.69.744-1.37 1.527-1.25.689.037 1.05.682 1.27 1.254.971-.111 1.98-.06 2.909-.41-.315-.923-.075-1.904-.209-2.851-.055-.595-.236-1.178-.237-1.777.011-.269.41-.755-.062-.793-2.24-.033-4.483.001-6.724-.013.61-.61 1.217-1.222 1.832-1.828.479.33 1.039.178 1.355-.29.46-.055.908.025 1.238.37.517.395 1.075-.222 1.075-.75-.998-.018-1.996-.008-2.994-.007l.349-.348c.995.008 1.991-.001 2.988.005l.15.518c.442.005.884.005 1.326-.001.153-1.521-.188-2.988-.519-4.456m-4.107 11.555c-.888.14-1.259 1.361-.628 1.991.546.65 1.704.387 1.94-.421.328-.803-.456-1.769-1.311-1.57zM4.818 6.671c.396-.001.793-.001 1.191.003.004.564.003 1.128.001 1.692-.547.004-1.092.005-1.639-.008.147-.563.292-1.127.447-1.687zM6.325 6.674c.675-.005 1.352-.007 2.028.001.003.564.003 1.127 0 1.691-.675.003-1.352.003-2.029 0-.001-.564-.003-1.128.001-1.692zM8.669 6.674c.677-.004 1.352-.008 2.029.004v1.687c-.677.005-1.352.004-2.029.003-.004-.565-.004-1.129 0-1.693zM11.016 6.673c.692-.004 1.385-.004 2.077.001.003.564.003 1.128 0 1.692-.692.003-1.386.003-2.079 0a63.7 63.7 0 0 1 .001-1.693zM13.411 6.675c.615-.005 1.23-.007 1.847 0-.599.606-1.201 1.207-1.806 1.806-.058-.601-.051-1.204-.041-1.806z"/><path fill="#0e518d" d="M18.093 7.447c.26-.262.521-.525.783-.784l.413.018c.156.559.303 1.12.441 1.684-.544.005-1.087.005-1.631.001-.001-.306-.005-.612-.005-.919zM17.162 8.38c.214-.212.426-.426.639-.64-.011.206-.02.412-.029.618l-.61.022zM7.085 13.502c.447-.003.894-.003 1.343 0-.449.45-.896.9-1.346 1.347-.001-.45 0-.898.003-1.347zM9.818 15.723c.757-.758 1.513-1.515 2.271-2.27.016.754.012 1.51.007 2.265-.759.005-1.519 0-2.278.005zM12.563 13.502c.82-.003 1.639-.009 2.459.005v2.211c-.82.005-1.639.004-2.459 0-.004-.738-.004-1.477 0-2.216zM15.457 13.502c.66-.004 1.321-.004 1.982 0 .004.74.003 1.479 0 2.219-.661 0-1.321.001-1.982-.003a163.69 163.69 0 0 1 0-2.216zM17.965 13.499l.871.005c.111.738.226 1.475.33 2.214-.401.003-.801.004-1.201.001-.005-.741-.007-1.481 0-2.22zM5.132 13.747a62.41 62.41 0 0 1 1.368.003c.003.559.003 1.116.007 1.673l-.601.605c-.523.012-1.045.011-1.569-.005-.013-.833.508-1.528.795-2.275z"/><path fill="#c1121c" d="M15.76 6.178c1.221-1.212 2.425-2.441 3.656-3.643a12.919 12.919 0 0 1 1.823 1.769c-.586.584-1.176 1.165-1.751 1.76-.203.201-.409.397-.612.598a144.692 144.692 0 0 0-1.075 1.078c-.212.214-.425.428-.639.64-.542.536-1.079 1.077-1.617 1.618-.117.115-.232.231-.349.348-.227.224-.45.451-.674.677-.615.606-1.222 1.218-1.832 1.828-.201.201-.401.4-.601.602-.758.755-1.515 1.512-2.271 2.27-1.113 1.124-2.214 2.254-3.353 3.352-.72.723-1.443 1.44-2.16 2.164a12.708 12.708 0 0 1-1.772-1.828c.585-.609 1.188-1.199 1.784-1.797l1.59-1.587.601-.605.576-.574c.45-.447.897-.897 1.346-1.347.216-.216.434-.433.653-.648.782-.774 1.557-1.557 2.336-2.333.678-.679 1.36-1.356 2.035-2.039.605-.599 1.207-1.2 1.806-1.806.167-.167.334-.332.502-.497z"/><path fill="#f7fbf5" d="M6.37 4.593a140.73 140.73 0 0 1 2.805-1.929c.938.636 1.879 1.268 2.801 1.929-.754.531-1.529 1.032-2.273 1.579 2.018.02 4.038.008 6.056.007-.168.165-.336.33-.502.497a94.764 94.764 0 0 0-1.847 0c-.01.602-.017 1.205.041 1.806-.675.683-1.357 1.36-2.035 2.039-.395.004-.791.005-1.187.005l-.174-.527c-1.491.008-2.982 0-4.473.004l-.178.527-1.304-.007c.001-.581-.014-1.163-.005-1.744-.013-.892.498-1.705.413-2.603 1.378.007 2.758.014 4.138-.004-.744-.547-1.519-1.05-2.275-1.579m.652 0c.715.497 1.433.988 2.152 1.478.72-.489 1.436-.984 2.153-1.477a83.11 83.11 0 0 0-2.153-1.486c-.723.487-1.445.974-2.152 1.485M4.818 6.671c-.155.56-.3 1.124-.447 1.687.547.013 1.092.012 1.639.008.001-.564.003-1.128-.001-1.692a94.615 94.615 0 0 0-1.191-.003m1.507.003a159.05 159.05 0 0 0-.001 1.692c.677.003 1.353.003 2.029 0 .003-.564.003-1.127 0-1.691a97.923 97.923 0 0 0-2.028-.001m2.344 0c-.004.564-.004 1.128 0 1.693.677.001 1.352.003 2.029-.003V6.677c-.677-.012-1.352-.008-2.029-.004m2.347 0a63.7 63.7 0 0 0-.001 1.693c.692.003 1.386.003 2.079 0 .003-.564.003-1.128 0-1.692-.692-.005-1.385-.005-2.077-.001zM18.876 6.662c.203-.201.409-.397.612-.598.332 1.469.673 2.935.519 4.456-.442.007-.884.007-1.326.001l-.15-.518c-.997-.007-1.992.003-2.988-.005.538-.542 1.075-1.082 1.617-1.618l.61-.022c.009-.206.018-.412.029-.618l.292-.294c0 .307.004.614.005.919.544.004 1.087.004 1.631-.001a54.08 54.08 0 0 0-.441-1.684l-.413-.018z"/><path fill="#f7fbf5" d="M5.932 10.361c1.262-.034 2.525-.016 3.786-.01.092.884-1.092 1.183-1.458.39-.29-.004-.58 0-.87.005-.375.784-1.528.489-1.458-.384zM14.522 11.023c.224-.226.447-.452.674-.677.998-.001 1.996-.012 2.994.007 0 .529-.559 1.145-1.075.75-.33-.345-.778-.425-1.238-.37-.316.468-.876.62-1.355.29zM4.561 12.867c1.506-.031 3.012-.008 4.519-.013-.219.215-.437.431-.653.648-.449-.003-.896-.003-1.343 0-.003.449-.004.897-.003 1.347l-.576.574c-.004-.557-.004-1.115-.007-1.673a69.331 69.331 0 0 0-1.368-.003c-.287.748-.808 1.443-.795 2.275.523.016 1.045.017 1.569.005l-1.59 1.587c.037-.711-.018-1.445-.449-2.041.27-.894.873-1.731.694-2.707zM12.089 13.453c.199-.202.4-.401.601-.602 2.241.014 4.484-.02 6.724.013.472.038.072.525.062.793.001.599.182 1.182.237 1.777.134.947-.106 1.928.209 2.851-.929.35-1.938.299-2.909.41-.219-.572-.581-1.217-1.27-1.254-.783-.121-1.353.56-1.527 1.25-1.738 0-3.475.003-5.213 0-.156-.483-.395-.955-.887-1.174.505.522.971 1.368.408 2.025-.572.782-1.824.426-2.06-.468 1.14-1.098 2.24-2.228 3.353-3.352.759-.005 1.519 0 2.278-.005.005-.755.009-1.511-.007-2.265m.475.05c-.004.74-.004 1.478 0 2.216.82.004 1.639.005 2.459 0v-2.211c-.82-.014-1.639-.008-2.459-.005m2.894 0c-.005.74-.005 1.478 0 2.216.661.004 1.321.003 1.982.003.003-.74.004-1.479 0-2.219-.661-.004-1.322-.004-1.982 0m2.508-.003c-.007.74-.005 1.479 0 2.22.4.003.8.001 1.201-.001-.105-.738-.219-1.475-.33-2.214-.29-.003-.58-.004-.871-.005z"/><path fill="#f7fbf5" d="M15.384 17.621c.855-.199 1.639.767 1.311 1.57-.236.808-1.394 1.071-1.94.421-.631-.63-.26-1.85.628-1.991z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trams-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0084e7" opacity=".91" d="M0 0h.79C.514.172.248.372.08.656l-.079.14v-.797zM23.089 0H24v.798l-.079-.136A1.406 1.406 0 0 0 23.089 0zM0 23.206l.078.136c.149.235.352.433.59.577l.151.082h-.82v-.794zM23.917 23.336l.083-.145V24h-.796l.136-.079c.232-.151.428-.35.577-.584z"/><path fill="#fff" d="M.79 0h22.3c.352.107.653.338.832.662-.066 7.555-.058 15.118-.004 22.674a1.948 1.948 0 0 1-.577.584c-7.555-.064-15.116-.06-22.672-.002a1.788 1.788 0 0 1-.59-.577c.04-.419.064-.84.06-1.261C.099 14.939.143 7.796.08.656.248.372.514.171.79 0M.557 1.2C.561 7.98.549 14.761.57 21.541c.023.606-.313 1.572.376 1.897 7.313.025 14.638.005 21.955.006.414.034.623-.398.568-.758-.018-7.248.023-14.503-.017-21.748-.073-.162-.186-.337-.382-.354-.643-.12-1.3-.043-1.95-.042C14.48.546 7.84.54 1.199.546a.566.566 0 0 0-.642.654z"/><path fill="#fff" d="M7.666 7.487c.8-.539 1.592-1.092 2.4-1.62.803.539 1.596 1.09 2.396 1.63-.666.565-1.571.878-2.078 1.607.863.065 1.729.023 2.594.031-.19.187-.379.374-.566.563a33.706 33.706 0 0 0-1.422-.005c-.007.472-.008.944.008 1.417a317.908 317.908 0 0 1-3.13 3.124c-.365-.008-.674.182-.959.386l.565.013c-.174.178-.349.355-.526.532-1.301.028-2.604.012-3.906.01l.004-.548c1.181.001 2.362-.023 3.542.016-.517-.857-1.532-.532-2.363-.59.016-.829-.049-1.662.031-2.488.184-.817.43-1.62.656-2.426 1.591-.012 3.182.019 4.774-.014-.446-.758-1.385-1.051-2.022-1.636m.705-.019c.548.416 1.112.815 1.69 1.193.562-.406 1.128-.803 1.691-1.206a71.82 71.82 0 0 0-1.68-1.139c-.577.368-1.135.766-1.7 1.152M5.074 9.707c-.149.618-.317 1.231-.464 1.85a60.18 60.18 0 0 0 1.532-.001c.006-.622.006-1.242 0-1.864a10.868 10.868 0 0 0-1.068.014m1.446.004c.019.62-.024 1.241.031 1.859.61-.012 1.219-.001 1.83-.013 0-.622.001-1.242-.001-1.864-.62-.001-1.241-.026-1.86.018m2.239-.019c-.006.623-.006 1.244-.001 1.867.582-.043 1.204.11 1.759-.08.212-.557.041-1.196.09-1.787a94.866 94.866 0 0 0-1.848 0zM16.184 9.691c.19-.187.379-.374.568-.563.742.013 1.484.005 2.226.007.216.792.475 1.577.622 2.386.052.842.008 1.688.016 2.532-.596.004-1.192-.002-1.787.013a11.9 11.9 0 0 1-.526.575c1.196-.038 2.394-.014 3.59-.016l.002.547c-3.392.002-6.785.022-10.176-.01l.533-.54c1.346-.002 2.692 0 4.038 0-.241-.146-.463-.38-.766-.373-.967-.012-1.934 0-2.902.002.904-.9 1.801-1.806 2.707-2.702l.716.02c.012-.262.026-.522.043-.782l.342-.346c-.011.372-.012.743-.008 1.115.616.008 1.232.008 1.849 0a89.28 89.28 0 0 0-.001-1.866 49.234 49.234 0 0 0-1.087 0m1.489.01c0 .616.001 1.23-.002 1.844.526.026 1.052.019 1.579.011a66.75 66.75 0 0 0-.505-1.867c-.358-.005-.715 0-1.072.012m-2.112 4.932a31.97 31.97 0 0 1 1.385-.004c-.403-.462-.982-.45-1.385.004z"/><path fill="#0091ff" d="M.557 1.2a.566.566 0 0 1 .642-.654C7.84.54 14.481.546 21.12.542c.65-.001 1.307-.078 1.95.042-.494-.026-.99-.025-1.484-.035-2.891 2.84-5.735 5.728-8.608 8.585-.865-.008-1.732.034-2.594-.031.508-.728 1.412-1.042 2.078-1.607-.8-.54-1.594-1.091-2.396-1.63-.808.528-1.6 1.081-2.4 1.62.637.584 1.576.877 2.022 1.636-1.591.034-3.182.002-4.774.014-.227.806-.473 1.609-.656 2.426-.08.826-.016 1.658-.031 2.488.83.059 1.846-.266 2.363.59-1.181-.038-2.362-.014-3.542-.016l-.004.548c1.302.002 2.605.018 3.906-.01-2.131 2.12-4.256 4.248-6.379 6.377C.549 14.759.561 7.978.558 1.198zM23.452.938c.04 7.244-.001 14.5.017 21.748.055.36-.154.792-.568.758-7.318-.001-14.642.019-21.955-.006.526-.038 1.138.152 1.607-.121 2.73-2.71 5.436-5.446 8.167-8.154 3.391.031 6.784.012 10.176.01l-.002-.547c-1.196.001-2.394-.023-3.59.016.181-.186.356-.378.526-.575.595-.016 1.19-.01 1.787-.013-.007-.844.036-1.69-.016-2.532-.146-.809-.406-1.594-.622-2.386-.742-.002-1.484.006-2.226-.007 2.232-2.242 4.481-4.465 6.703-6.715 0-.491.013-.983-.004-1.475z"/><path fill="#0091ff" d="M8.369 7.47c.565-.386 1.123-.784 1.7-1.152a71.82 71.82 0 0 1 1.68 1.139c-.563.403-1.129.8-1.691 1.206a29.721 29.721 0 0 1-1.69-1.193zM5.074 9.707c.355-.019.712-.03 1.068-.014.006.622.006 1.242 0 1.864a60.18 60.18 0 0 1-1.532.001c.148-.619.316-1.232.464-1.85zM6.52 9.71c.619-.044 1.24-.019 1.86-.018.002.622.001 1.242.001 1.864-.611.012-1.22.001-1.83.013-.055-.618-.012-1.238-.031-1.859zM8.759 9.691a94.866 94.866 0 0 1 1.848 0c-.049.59.122 1.23-.09 1.787-.556.191-1.177.037-1.759.08-.005-.623-.005-1.244.001-1.867zM10.99 9.692c.474-.007.948-.008 1.422.005-.468.474-.94.944-1.414 1.412a26.79 26.79 0 0 1-.008-1.417zM15.432 10.442l.752-.751c.362-.004.725-.004 1.087 0 .007.622.007 1.243.001 1.866-.617.008-1.234.008-1.849 0-.004-.372-.002-.743.008-1.115zM17.672 9.7a22.51 22.51 0 0 1 1.072-.012c.179.619.344 1.243.505 1.867-.527.008-1.054.016-1.579-.011.004-.614.002-1.229.002-1.844zM14.33 11.55c.252-.256.506-.509.76-.762-.017.26-.031.521-.043.782l-.716-.02zM6.91 14.62c.284-.204.594-.395.959-.386-.132.132-.263.266-.394.4l-.565-.013zM11.252 14.623l.371-.371c.967-.002 1.934-.014 2.902-.002.302-.007.524.227.766.373-1.346 0-2.692-.002-4.038 0zM15.56 14.632c.403-.454.982-.466 1.385-.004a31.97 31.97 0 0 0-1.385.004z"/><path fill="#ff163c" d="M12.978 9.134c2.873-2.857 5.717-5.744 8.608-8.585.494.01.99.008 1.484.035.196.017.308.192.382.354.017.492.004.984.004 1.475-2.222 2.25-4.471 4.474-6.703 6.715-.188.188-.378.376-.568.563-.251.251-.503.5-.752.751l-.342.346c-.253.253-.508.506-.76.762-.906.896-1.804 1.802-2.707 2.702l-.371.371-.533.54c-2.731 2.708-5.437 5.444-8.167 8.154-.469.274-1.081.083-1.607.121-.689-.325-.353-1.291-.376-1.897 2.123-2.129 4.248-4.256 6.379-6.377.176-.176.352-.354.526-.532.131-.133.262-.268.394-.4a317.887 317.887 0 0 0 3.13-3.124c.474-.468.946-.938 1.414-1.412.187-.188.377-.376.566-.563z"/><path fill="#deeffc" d="M0 .797l.079-.14c.062 7.14.019 14.282.059 21.424.004.421-.02.842-.06 1.261L0 23.206V.797z"/><path fill="#d2e9fb" d="M23.921.662L24 .798v22.393l-.083.145c-.054-7.556-.062-15.119.004-22.674z"/><path fill="#dcedfb" d="M.668 23.918c7.555-.058 15.116-.061 22.672.002l-.136.079H.819l-.151-.082z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trucks-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.641 0h2.698c2.248.351 4.449 1.182 6.215 2.644-.517.521-1.035 1.039-1.553 1.555-3.292-.004-6.584-.004-9.875 0-.041 1.339.033 2.683-.077 4.02-.247-1.002-.26-2.042-.416-3.06a163.22 163.22 0 0 0-2.321.004c-.274.648-.564 1.289-.845 1.934-.33.649-.025 1.372-.003 2.054a7.81 7.81 0 0 0-.333.782 25.08 25.08 0 0 0 1.527.011c.156-1.428 2.328-1.416 2.546-.029 1.359.008 2.716-.026 4.075-.005-.915.934-1.841 1.856-2.77 2.776-1.642-.008-3.284-.024-4.926.008.223.99-.445 1.839-.702 2.749.51.709.479 1.597.439 2.428-.559.561-1.117 1.121-1.679 1.68C1.183 17.79.358 15.597 0 13.356v-2.698c.198-.964.366-1.942.728-2.862C2.235 3.595 6.243.553 10.641.001M6.458 9.074c-.767.316-.847 1.506-.125 1.919.67.473 1.697-.076 1.684-.894.056-.783-.862-1.384-1.559-1.024zM19.923 5.881c.477-.479.955-.956 1.435-1.432 1.461 1.764 2.285 3.963 2.643 6.209v2.669c-.547 4.416-3.597 8.441-7.814 9.948-.914.359-1.887.521-2.843.727h-2.67c-2.252-.351-4.456-1.179-6.226-2.644.7-.703 1.402-1.405 2.109-2.102.426.661 1.419.957 2.001.321.623-.588.328-1.57-.329-1.996l.122-.122c.361.312.63.711.775 1.167 1.767.014 3.534.008 5.301.003.181-.614.61-1.251 1.319-1.264.771-.09 1.35.565 1.519 1.258.991-.067 1.999-.077 2.961-.354-.289-1.092-.018-2.233-.239-3.335-.151-.74-.268-1.508.007-2.236-2.292-.034-4.586-.018-6.879-.008.511-.505 1.005-1.028 1.538-1.51.391-.172.699-.467.867-.863.097-.111.197-.222.299-.329-.011.938 1.166 1.58 1.874.892.792-.669.152-2.028-.863-1.916l.22-.218c.602.131 1.024.576 1.167 1.17.568.004 1.134.003 1.702-.003.003-1.344-.003-2.687.003-4.03m-4.544 11.733c-.856.319-.986 1.622-.212 2.106.732.561 1.907-.05 1.882-.967.058-.839-.906-1.495-1.669-1.14z"/><path fill="#0e518d" d="M5.69 5.693c.496-.003.993-.003 1.489.001.035.56.06 1.121.083 1.681-.745.005-1.49.007-2.235 0 .214-.564.437-1.124.664-1.683zM7.161 13.346a55.082 55.082 0 0 1 1.676.005c-.551.56-1.107 1.116-1.668 1.664a48.875 48.875 0 0 1-.008-1.669zM12.746 13.346c.835-.005 1.671-.005 2.506-.001.005.754.005 1.507.001 2.261-.837.001-1.673.003-2.509-.001 0-.753-.001-1.506.001-2.258zM15.702 13.346c.673-.005 1.347-.005 2.02 0 .004.753.004 1.506 0 2.258-.673.004-1.347.004-2.02.001-.004-.754-.005-1.507 0-2.26zM18.254 13.344h.892l.34 2.26c-.412.004-.822.004-1.233 0 0-.754-.001-1.507.001-2.26zM10.201 15.604c.694-.696 1.39-1.391 2.084-2.088-.02.695-.012 1.39-.012 2.085-.691.009-1.382.005-2.072.003zM5.007 13.936c.237-.62 1.052-.265 1.557-.345.004.679.003 1.359.003 2.038a24.61 24.61 0 0 1-.279.281c-.641.016-1.281.016-1.923.009-.026-.72.366-1.347.643-1.983z"/><path fill="#c1121c" d="M19.554 2.644a12.816 12.816 0 0 1 1.803 1.805c-.48.476-.957.953-1.435 1.432-.959.953-1.907 1.916-2.872 2.863l-.22.218c-.334.345-.677.679-1.011 1.024-.102.108-.202.218-.299.329-.3.277-.589.565-.867.863-.534.481-1.027 1.005-1.538 1.51-.277.275-.553.552-.83.829-.694.696-1.39 1.391-2.084 2.088-.619.616-1.238 1.231-1.85 1.853l-.122.122c-.561.555-1.12 1.112-1.672 1.675a348.4 348.4 0 0 0-2.109 2.102 12.74 12.74 0 0 1-1.806-1.806 664.85 664.85 0 0 0 1.679-1.68c.657-.652 1.309-1.309 1.967-1.961.094-.093.188-.186.279-.281l.602-.614c.561-.548 1.117-1.104 1.668-1.664.224-.222.449-.443.671-.665.929-.921 1.854-1.843 2.77-2.776 1.919-1.892 3.815-3.807 5.723-5.71.518-.517 1.036-1.035 1.553-1.555z"/><path fill="#f7fbf5" d="M8.126 4.199c3.292-.004 6.584-.004 9.875 0-1.908 1.903-3.805 3.818-5.723 5.71-1.359-.021-2.716.013-4.075.005-.218-1.388-2.389-1.399-2.546.029a23.56 23.56 0 0 1-1.527-.011c.097-.266.209-.527.333-.782-.022-.682-.328-1.405.003-2.054.281-.645.57-1.287.845-1.934.774-.008 1.548-.007 2.321-.004.156 1.018.169 2.058.416 3.06.11-1.336.037-2.681.077-4.02M5.69 5.693c-.227.559-.45 1.119-.664 1.683.745.007 1.49.005 2.235 0a67.529 67.529 0 0 0-.083-1.681c-.496-.004-.993-.004-1.489-.001zM17.05 8.744c.965-.947 1.913-1.909 2.872-2.863-.005 1.343 0 2.686-.003 4.03-.568.005-1.134.007-1.702.003-.143-.594-.565-1.039-1.167-1.17z"/><path fill="#f7fbf5" d="M6.458 9.074c.698-.359 1.616.241 1.559 1.024.013.818-1.014 1.368-1.684.894-.723-.413-.643-1.603.125-1.919zM15.819 9.986c.334-.345.677-.679 1.011-1.024 1.015-.111 1.655 1.247.863 1.916-.708.689-1.885.046-1.874-.892zM14.653 11.178c.278-.298.567-.586.867-.863a1.637 1.637 0 0 1-.867.863zM4.582 12.694c1.642-.031 3.284-.016 4.926-.008l-.671.665a55.082 55.082 0 0 0-1.676-.005c-.007.556-.005 1.113.008 1.669l-.602.614c0-.679.001-1.359-.003-2.038-.505.08-1.319-.275-1.557.345-.277.636-.669 1.263-.643 1.983a53.61 53.61 0 0 0 1.923-.009c-.658.652-1.31 1.309-1.967 1.961.039-.83.071-1.718-.439-2.428.257-.91.925-1.759.702-2.749zM12.285 13.516l.83-.829c2.292-.011 4.586-.026 6.879.008-.274.728-.157 1.496-.007 2.236.22 1.102-.05 2.243.239 3.335-.963.277-1.97.287-2.961.354-.169-.692-.748-1.348-1.519-1.258-.71.013-1.138.65-1.319 1.264-1.767.005-3.534.012-5.301-.003a2.577 2.577 0 0 0-.775-1.167c.612-.622 1.231-1.237 1.85-1.853.69.003 1.381.007 2.072-.003 0-.695-.008-1.39.012-2.085m.461-.169c-.003.753-.001 1.506-.001 2.258.835.004 1.672.003 2.509.001.004-.754.004-1.507-.001-2.261-.835-.004-1.671-.004-2.506.001m2.955.001c-.005.753-.004 1.506 0 2.26.673.003 1.347.003 2.02-.001.004-.753.004-1.506 0-2.258-.673-.005-1.347-.005-2.02 0m2.552-.003c-.003.753-.001 1.506-.001 2.26.41.004.821.004 1.233 0l-.34-2.26a132.61 132.61 0 0 0-.892 0zM6.556 19.254c.552-.563 1.111-1.12 1.672-1.675.657.426.952 1.409.329 1.996-.582.636-1.575.34-2.001-.321z"/><path fill="#f7fbf5" d="M15.378 17.616c.763-.355 1.727.3 1.669 1.14.025.917-1.15 1.528-1.882.967-.774-.484-.644-1.788.212-2.106z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trucks-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.708 0h2.571c2.207.327 4.367 1.121 6.121 2.524-1.664 1.673-3.338 3.336-5.004 5.007-2.415.008-4.829 0-7.244.004-.044 1.658.038 3.319-.091 4.973-.342-1.23-.32-2.528-.512-3.786l-2.858-.001c-.404.952-.856 1.887-1.222 2.854-.104.738.171 1.474.194 2.215-.284.203-.371.52-.368.853a86.15 86.15 0 0 0 1.833-.001c.096-.824.836-1.476 1.681-1.346.778.005 1.291.683 1.422 1.393l-.182.183c-.033-.69-.517-1.374-1.249-1.414-.899-.125-1.722.819-1.44 1.693.141.633.762.945 1.346 1.056-1.058 1.068-2.123 2.128-3.187 3.191-1.399-1.75-2.189-3.906-2.52-6.105v-2.571c.189-.973.359-1.957.719-2.887C2.224 3.601 6.268.528 10.707.001zM18.024 7.53c1.071-1.075 2.14-2.151 3.22-3.219 1.535 1.801 2.412 4.072 2.756 6.396v2.574c-.521 4.443-3.596 8.494-7.833 10.004-.895.349-1.846.509-2.78.716h-2.749c-2.298-.364-4.545-1.232-6.327-2.756 2.207-2.222 4.429-4.429 6.64-6.649.789-.015 1.578-.017 2.368-.025.393-1.676 2.395-1.377 3.695-1.395 1.043-.137 2.391.165 2.521 1.412.711.009 1.423.008 2.134.004.004-2.353.001-4.704.001-7.055-1.216-.007-2.432.003-3.646-.007m-3.609 5.989c-.909.322-1.137 1.651-.393 2.26.717.715 2.077.247 2.229-.746.251-1.006-.897-1.941-1.836-1.514m3.159-.024c-1.017.291-1.225 1.804-.345 2.38.791.622 2.086.022 2.136-.978.129-.939-.909-1.745-1.791-1.402z"/><path fill="#0e518d" d="M4.147 9.394c.609-.007 1.22-.008 1.83-.004.046.69.076 1.381.108 2.072-.922.003-1.844.001-2.764.001.272-.69.554-1.377.825-2.069z"/><path fill="#c1121c" d="M19.4 2.524c.674.53 1.292 1.131 1.844 1.787-1.08 1.068-2.149 2.144-3.22 3.219-2.363 2.35-4.713 4.714-7.073 7.065-2.21 2.219-4.432 4.427-6.64 6.649a12.656 12.656 0 0 1-1.791-1.846c1.064-1.063 2.13-2.123 3.187-3.191.448-.444.898-.887 1.342-1.336l.182-.183c2.391-2.383 4.776-4.771 7.164-7.156 1.667-1.671 3.34-3.334 5.004-5.007z"/><path fill="#fff" d="M7.153 7.535c2.415-.004 4.829.004 7.244-.004-2.388 2.385-4.774 4.774-7.164 7.156-.131-.709-.644-1.387-1.422-1.393-.845-.129-1.585.522-1.681 1.346-.611.008-1.221.007-1.833.001-.003-.334.084-.65.368-.853-.022-.741-.298-1.477-.194-2.215.367-.967.819-1.902 1.222-2.854l2.858.001c.191 1.258.17 2.556.512 3.786.129-1.654.047-3.315.091-4.973M4.147 9.394c-.272.692-.554 1.379-.825 2.069.92 0 1.842.001 2.764-.001-.032-.691-.062-1.382-.108-2.072-.611-.004-1.221-.003-1.83.004zM10.95 14.595c2.36-2.351 4.71-4.716 7.073-7.065 1.215.009 2.43 0 3.646.007 0 2.351.003 4.702-.001 7.055-.711.004-1.423.005-2.134-.004-.131-1.247-1.478-1.549-2.521-1.412-1.3.018-3.302-.281-3.695 1.395-.79.008-1.58.011-2.368.025z"/><path fill="#fff" d="M4.361 15.15c-.282-.874.541-1.818 1.44-1.693.732.04 1.216.724 1.249 1.414-.444.448-.894.891-1.342 1.336-.584-.111-1.205-.423-1.346-1.056zM14.415 13.519c.939-.427 2.086.508 1.836 1.514-.152.993-1.511 1.461-2.229.746-.744-.609-.516-1.938.393-2.26zM17.574 13.495c.882-.343 1.92.463 1.791 1.402-.05 1.001-1.345 1.601-2.136.978-.88-.576-.671-2.089.345-2.38z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--end-of-trucks-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0303ff" d="M10.756 0h2.456c2.039.284 4.041.963 5.72 2.174-1.123 1.107-2.23 2.23-3.35 3.34-3.193.021-6.386-.004-9.579.012-.541-.027-1.03.454-.994.998.01 1.41-.038 2.821.027 4.23 1.757.064 3.518.009 5.276.029l-.241.243c-1.681.052-3.382-.1-5.052.077-.017 1.4-.031 2.802.008 4.203.217.035.432.08.648.117-1.166 1.169-2.339 2.333-3.502 3.506C.966 17.261.295 15.269 0 13.245v-2.456c.187-1.053.373-2.113.776-3.108C2.327 3.506 6.353.498 10.756.001zM21.83 5.074c1.205 1.668 1.876 3.659 2.17 5.682v2.456c-.479 4.415-3.497 8.457-7.68 10.012-.985.402-2.036.579-3.076.776h-2.456c-2.035-.283-4.034-.96-5.71-2.168 1.133-1.128 2.263-2.263 3.394-3.394.386.003.772-.004 1.157-.031a9.62 9.62 0 0 0 .042-1.163c.305-.312.613-.618.922-.923 1.233.003 2.464-.003 3.695.001.022.697-.023 1.394.038 2.09.578.037 1.157.035 1.735.001.052-.699.009-1.398.035-2.097.141.001.28.001.421-.001.027.699-.017 1.398.035 2.097.578.037 1.156.035 1.733 0 .074-.994.014-1.992.034-2.988.211-.039.42-.097.631-.141-.001-1.406.033-2.813-.02-4.218-1.016-.077-2.037-.026-3.055-.03l.247-.247c.923-.02 1.848.017 2.773-.021.138-.931.018-1.88.065-2.817.955-.959 1.916-1.912 2.868-2.875z"/><path fill="#0303ff" d="M6.588 13.572c.314 0 .627-.003.942-.004l-.959.957c.004-.318.012-.637.017-.953zM11.097 15.813l.44-.441c.922-.01 1.843-.012 2.764 0l.001.43c-1.068.017-2.137-.003-3.205.01zM16.085 15.373l.442-.005v.44l-.442-.007v-.428z"/><path fill="#ff0303" d="M15.582 5.515c1.119-1.11 2.227-2.233 3.35-3.34a12.039 12.039 0 0 1 2.898 2.9c-.952.963-1.913 1.916-2.868 2.875l-2.838 2.838-.247.247c-1.447 1.445-2.89 2.894-4.34 4.338a183.567 183.567 0 0 0-.945.948c-.309.305-.617.612-.922.923l-1.199 1.195c-1.131 1.131-2.26 2.266-3.394 3.394a12.027 12.027 0 0 1-2.905-2.903c1.163-1.173 2.336-2.337 3.502-3.506l.896-.897.959-.957c.845-.849 1.694-1.696 2.541-2.542l.241-.243c1.757-1.756 3.511-3.513 5.27-5.268z"/><path fill="#fff" d="M5.009 6.524c-.037-.544.453-1.025.994-.998 3.193-.016 6.386.009 9.579-.012l-5.27 5.268c-1.758-.02-3.519.035-5.276-.029-.065-1.409-.017-2.82-.027-4.23zM16.123 10.787c.946-.946 1.893-1.891 2.838-2.838-.047.938.073 1.886-.065 2.817-.925.038-1.85.001-2.773.021zM5.019 11.103c1.67-.177 3.37-.025 5.052-.077-.847.847-1.696 1.693-2.541 2.542-.314.001-.627.004-.942.004-.005.317-.013.635-.017.953l-.896.897c-.217-.038-.432-.082-.648-.117a105.165 105.165 0 0 1-.008-4.203zM11.537 15.372c1.449-1.444 2.893-2.893 4.34-4.338 1.017.004 2.039-.047 3.055.03.052 1.405.018 2.812.02 4.218-.211.044-.42.102-.631.141-.02.997.04 1.994-.034 2.988-.578.035-1.156.037-1.733 0-.052-.699-.008-1.398-.035-2.097-.141.003-.28.003-.421.001-.026.699.017 1.398-.035 2.097-.578.034-1.157.035-1.735-.001-.061-.695-.016-1.393-.038-2.09-1.231-.004-2.463.001-3.695-.001l.505-.507c1.068-.013 2.137.007 3.205-.01l-.001-.43c-.921-.012-1.842-.01-2.764 0m4.545 0v.428c.147.001.295.004.442.007v-.44l-.442.005zM8.472 18.438c.399-.399.798-.797 1.199-1.195a9.62 9.62 0 0 1-.042 1.163c-.385.027-.771.034-1.157.031z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--equestrians-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.525 0h2.963c3.878.537 7.469 2.957 9.221 6.483.702 1.251 1.009 2.663 1.291 4.055v2.931c-.285 1.388-.593 2.798-1.293 4.048-1.759 3.535-5.367 5.946-9.251 6.484H10.54c-1.391-.284-2.803-.593-4.054-1.293C2.95 20.948.539 17.342.001 13.457v-2.916c.189-.843.34-1.697.627-2.514C2.064 3.749 6.073.584 10.526.002m.286 4.336c-.861.017-.999 1.086-.593 1.659.287.313.8.24 1.126.034.673-.446.348-1.814-.533-1.693m-4.214.666c-.054.413-.105.826-.166 1.239-.27-.161-.538-.322-.808-.481.083.406.16.812.217 1.223-.545.589-1.112 1.161-1.641 1.766-.257.231-.167.821.231.822.728.016 1.422-.271 2.122-.432.411 1.393.675 2.826 1.037 4.232-.746.765-1.941 1.235-2.224 2.348.049 1.017.623 1.928.943 2.88.227.793 1.539.484 1.434-.326-.144-.773-.581-1.466-.837-2.208.415-.309.834-.614 1.269-.895.379 1.358.704 2.732 1.113 4.08.128.493.767.721 1.181.435.318-.244.288-.681.198-1.026-.328-1.269-.708-2.523-1.029-3.795 1.103-.005 2.207-.045 3.311-.031.354.494.563 1.082.834 1.626-.435.882-1.183 1.636-1.383 2.613-.193.658.789.863 1.059.357.69-1.139 1.331-2.308 2.004-3.457l.58.192c.025.854.019 1.71.123 2.558.361.252 1.07.269 1.113-.3.014-1.012.03-2.032-.07-3.041-.45-.166-.895-.349-1.336-.54.816-.702 1.142-1.946.563-2.893 1.461.314 1.68 2.022 2.283 3.141.671-.315.947-1.06 1.11-1.732-.681-1.182-1.89-2.126-3.322-1.994-.745-1.143-2.301-.852-3.426-.579.528-.483 1.131-1.162.765-1.926-.485-.791-1.109-1.494-1.657-2.244-.335-.49-1.181-.354-1.357.208-.132.618.2 1.201.441 1.747-.567.341-1.155.649-1.716.999-.747-1.098-1.138-2.454-2.161-3.348-.358-.337-.534-.811-.798-1.217z"/><path fill="#035ca1" d="M9.834 10.198c.594-.297 1.206-.554 1.815-.819l.435.468c-.214.265-.385.58-.669.78-.538-.093-1.055-.28-1.58-.429z"/><path fill="#fff" d="M10.812 4.338c.881-.121 1.206 1.247.533 1.693-.326.206-.839.279-1.126-.034-.406-.573-.269-1.642.593-1.659z"/><path fill="#fff" d="M6.598 5.004c.263.406.44.88.798 1.217 1.024.894 1.414 2.251 2.161 3.348.562-.35 1.149-.658 1.716-.999-.241-.546-.573-1.13-.441-1.747.176-.562 1.022-.698 1.357-.208.547.75 1.171 1.453 1.657 2.244.366.764-.237 1.444-.765 1.926 1.125-.274 2.682-.564 3.426.579 1.432-.132 2.641.812 3.322 1.994-.163.672-.44 1.417-1.11 1.732-.603-1.118-.822-2.827-2.283-3.141.579.947.253 2.191-.563 2.893.441.191.886.374 1.336.54.1 1.009.084 2.029.07 3.041-.043.568-.752.551-1.113.3-.104-.848-.099-1.705-.123-2.558l-.58-.192c-.673 1.149-1.314 2.318-2.004 3.457-.27.506-1.252.301-1.059-.357.2-.977.948-1.731 1.383-2.613-.271-.544-.48-1.131-.834-1.626-1.104-.014-2.208.026-3.311.031.32 1.271.701 2.526 1.029 3.795.09.345.119.782-.198 1.026-.414.287-1.052.058-1.181-.435-.409-1.348-.734-2.722-1.113-4.08-.435.282-.854.586-1.269.895.256.742.693 1.435.837 2.208.105.81-1.206 1.118-1.434.326-.32-.952-.894-1.863-.943-2.88.283-1.113 1.478-1.583 2.224-2.348-.362-1.406-.625-2.838-1.037-4.232-.701.161-1.395.448-2.122.432-.398-.001-.488-.592-.231-.822.529-.605 1.096-1.177 1.641-1.766a19.43 19.43 0 0 0-.217-1.223l.808.481c.061-.413.112-.826.166-1.239m3.236 5.195c.525.149 1.042.336 1.58.429.284-.2.455-.515.669-.78-.145-.157-.289-.313-.435-.468-.608.265-1.221.522-1.815.819z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--except-railroad-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#111" opacity=".87" d="M.589 0h14.886l.1.1C10.54.079 5.504.098.469.091L.589 0z"/><path fill="#fff" d="M.093.464C.204.327.325.195.469.092 5.504.098 10.54.08 15.575.101c.089.079.182.155.266.241l.012.065-.015.107c-.143-.183-.33-.352-.58-.319C10.413.195 5.569.192.724.197A.475.475 0 0 0 .205.72C.203 8.242.202 15.764.206 23.286a.465.465 0 0 0 .51.502c4.847.003 9.693-.001 14.54.002.217.027.39-.108.546-.236l.087-.072c-.058.291-.347.46-.631.432-4.936-.004-9.873.004-14.81-.004a2.397 2.397 0 0 1-.351-.354C.096 15.86.103 8.164.094.468z"/><path fill="#fff" d="M.517.878C.511.732.495.472.718.511c4.684-.007 9.367 0 14.051-.004.242-.002.486-.013.724.041-.001 7.634.022 15.269-.011 22.903-4.979.039-9.96.018-14.939.01C.485 15.935.538 8.405.517.878m6.688 2.296c-.002 1.161 0 2.323-.001 3.484a31.841 31.841 0 0 0-.597-.343c.087-.15.171-.303.258-.453-.329-.181-.651-.376-.981-.556l-.263.452c-.307-.177-.612-.355-.921-.528.088-.149.173-.3.261-.45-.323-.188-.642-.381-.97-.562-.087.151-.175.302-.261.454-.307-.178-.614-.357-.926-.526-.144.241-.283.484-.421.728.392.226.782.455 1.175.678-.13.23-.263.458-.396.687a91.77 91.77 0 0 0-1.177-.677c-.147.246-.291.494-.433.743.311.177.619.359.928.538l-.266.462c.323.189.651.37.972.562.089-.156.181-.309.271-.464.307.172.614.347.916.529l-.262.461c.327.184.65.372.975.559.09-.155.181-.309.27-.464.618.354 1.232.714 1.849 1.068 0 1.483-.002 2.964 0 4.447.54.002 1.081.001 1.621 0 .002-1.17-.002-2.339.002-3.509.202.113.402.23.6.352-.09.153-.177.306-.266.459.321.193.651.373.974.565.087-.153.177-.305.266-.458.307.172.612.347.916.525-.086.158-.173.315-.261.472.324.181.649.364.97.552l.266-.46c.313.177.622.359.93.543.145-.251.291-.502.434-.754-.393-.229-.791-.447-1.181-.679.131-.226.261-.454.393-.68.4.215.786.454 1.182.676l.424-.727c-.303-.189-.615-.36-.921-.54l.26-.456c-.323-.185-.644-.377-.97-.559-.087.152-.175.302-.261.454a84.359 84.359 0 0 0-.922-.529c.087-.153.176-.306.264-.458-.323-.193-.651-.377-.978-.563-.086.148-.173.295-.258.444L8.826 7.596c-.004-1.474.001-2.947-.002-4.42a291.96 291.96 0 0 0-1.621 0m-5.545 14.01c-.002 1.11 0 2.22-.001 3.33.555.002 1.111.002 1.666 0l-.001-.468-1.193-.001-.001-1.089c.235-.002.47-.001.704-.002l.002-.463c-.234-.002-.469-.002-.703-.003v-.832l1.145-.001v-.472H1.658m2.034-.005c.227.542.454 1.084.684 1.625-.238.572-.487 1.139-.726 1.71l.508.002c.159-.366.313-.734.473-1.1.157.365.31.732.463 1.099l.509.001c-.235-.574-.487-1.14-.718-1.715.238-.538.47-1.079.706-1.618l-.524-.001c-.149.341-.291.685-.436 1.027-.139-.338-.289-.672-.414-1.015a11.413 11.413 0 0 0-.523-.015m2.261.006c0 1.111-.001 2.221.001 3.332H7.62l.001-.47H6.427a99.19 99.19 0 0 1 0-1.091l.704-.001-.001-.465-.702-.001-.001-.832 1.145-.001v-.472H5.954m2.143-.003c-.002 1.112-.001 2.223 0 3.334l.459.001c.002-.611-.001-1.222.002-1.833.209.606.406 1.216.616 1.822.204-.602.398-1.207.605-1.808.007.606 0 1.212.004 1.818h.467c.002-1.111 0-2.222.001-3.333-.152-.002-.303-.002-.456-.002-.21.612-.413 1.226-.622 1.838-.206-.611-.408-1.224-.612-1.836-.155-.002-.31-.002-.465-.002m2.657.013a919.641 919.641 0 0 0 0 3.322h.464c.001-.484.002-.967-.001-1.451.27-.013.547.026.811-.046.731-.275.718-1.534-.018-1.792-.413-.072-.838-.018-1.255-.033m1.963-.01l.002.42h.596c.002.971-.001 1.942.002 2.914h.471c.002-.971-.001-1.942.002-2.913l.596-.002v-.421c-.556 0-1.113-.002-1.669.002z"/><path fill="#fff" d="M3.668 6.515c.129-.229.261-.456.397-.681.455.257.905.523 1.361.779-.124.234-.255.465-.391.694-.452-.27-.909-.53-1.367-.791zM5.945 6.917c.422.237.844.474 1.257.726-.003.294.029.593-.052.88-.536-.305-1.065-.62-1.603-.921.13-.23.262-.458.398-.685zM8.9 8.63c.535.302 1.069.604 1.596.919l-.396.682c-.421-.241-.835-.491-1.263-.718-.009-.295-.053-.602.063-.883zM10.611 10.508c.128-.226.258-.451.392-.675.46.254.912.521 1.368.783-.129.228-.261.454-.393.681-.452-.269-.913-.522-1.366-.789zM11.221 17.659c.264.035.644-.11.812.167.098.23.108.587-.133.731-.218.071-.453.029-.678.039a73.165 73.165 0 0 1 0-.937z"/><path d="M.205.718A.474.474 0 0 1 .724.195C5.569.19 10.413.193 15.258.193c.25-.033.437.136.58.319-.065 7.676.006 15.359-.036 23.038-.156.128-.329.263-.546.236-4.847-.002-9.693.002-14.54-.002a.463.463 0 0 1-.51-.502C.202 15.76.204 8.238.205.716m.312.162C.539 8.405.486 15.935.543 23.461c4.979.008 9.96.028 14.939-.01.034-7.633.01-15.269.011-22.903-.238-.054-.482-.043-.724-.041C10.085.511 5.402.504.718.511.495.472.511.732.517.878z"/><path d="M15.841.341l.121.128c.014 7.631.001 15.263.006 22.895.036.303-.213.51-.454.636H.563l-.116-.094c4.937.008 9.874 0 14.81.004.284.028.573-.14.631-.432.05-7.154.007-14.314.022-21.472-.021-.533.053-1.074-.057-1.601L15.841.34z"/><path d="M7.205 3.174c.54-.002 1.081-.001 1.621 0 .002 1.473-.002 2.946.002 4.42l1.863 1.077c.085-.149.172-.295.258-.444.327.186.654.371.978.563-.088.153-.177.305-.264.458.309.174.616.351.922.529.086-.152.174-.302.261-.454.326.182.646.374.97.559l-.26.456c.307.18.619.352.921.54-.142.242-.282.486-.424.727-.396-.222-.782-.461-1.182-.676-.132.226-.262.454-.393.68.39.232.788.45 1.181.679l-.434.754a45.13 45.13 0 0 0-.93-.543l-.266.46a49.215 49.215 0 0 0-.97-.552c.087-.157.175-.314.261-.472a51.645 51.645 0 0 0-.916-.525c-.089.153-.179.305-.266.458-.323-.192-.653-.372-.974-.565l.266-.459a20.01 20.01 0 0 0-.6-.352c-.005 1.17 0 2.34-.002 3.509-.54.001-1.081.002-1.621 0-.002-1.483 0-2.964 0-4.447-.617-.355-1.231-.714-1.849-1.068-.089.155-.18.309-.27.464-.325-.186-.649-.375-.975-.559l.262-.461a31.988 31.988 0 0 0-.916-.529c-.091.155-.182.308-.271.464-.321-.192-.649-.373-.972-.562.09-.154.177-.309.266-.462-.309-.179-.617-.361-.928-.538.141-.25.286-.497.433-.743.393.224.786.449 1.177.677.132-.229.266-.457.396-.687-.393-.223-.783-.453-1.175-.678.138-.244.277-.487.421-.728.312.169.619.348.926.526.086-.152.174-.303.261-.454.327.181.647.374.97.562l-.261.45c.309.173.615.351.921.528l.263-.452c.33.18.652.375.981.556-.087.15-.172.303-.258.453.201.112.4.226.597.343.001-1.161-.001-2.323.001-3.484M3.668 6.515c.458.262.915.522 1.367.791.136-.229.266-.459.391-.694-.456-.256-.906-.523-1.361-.779-.136.226-.267.453-.397.681m2.277.403c-.136.226-.268.455-.398.685.538.301 1.067.616 1.603.921.081-.287.049-.586.052-.88-.413-.252-.835-.489-1.257-.726M8.9 8.63c-.116.281-.071.588-.063.883.428.227.842.478 1.263.718l.396-.682A74.102 74.102 0 0 0 8.9 8.63m1.711 1.878c.454.267.914.52 1.366.789.132-.226.264-.453.393-.681-.456-.262-.908-.53-1.368-.783-.133.224-.263.449-.392.675zM1.658 17.186h1.618v.472l-1.145.001v.832c.234.002.469.001.703.003l-.002.463c-.234.001-.469 0-.704.002l.001 1.089 1.193.001.001.468c-.555.002-1.11.002-1.666 0 .001-1.11-.001-2.22.001-3.33zM3.692 17.18c.174 0 .349.007.523.015.125.343.275.677.414 1.015.145-.343.287-.686.436-1.027l.524.001c-.236.539-.467 1.08-.706 1.618.231.576.483 1.141.718 1.715l-.509-.001c-.153-.367-.306-.734-.463-1.099-.16.366-.314.734-.473 1.1a86.024 86.024 0 0 0-.508-.002c.239-.572.489-1.138.726-1.71-.23-.541-.457-1.083-.684-1.625zM5.955 17.186h1.618v.472l-1.145.001.001.832.702.001.001.465-.704.001a99.19 99.19 0 0 0 0 1.091h1.194l-.001.47H5.957c-.002-1.111-.001-2.221-.001-3.332zM8.097 17.182l.465.002c.204.612.405 1.225.612 1.836.21-.612.412-1.226.622-1.838.153 0 .304 0 .456.002-.001 1.111.001 2.222-.001 3.333h-.467c-.004-.606.003-1.212-.004-1.818-.207.6-.401 1.206-.605 1.808-.21-.606-.408-1.216-.616-1.822-.002.611.001 1.222-.002 1.833l-.459-.001c-.001-1.111-.002-2.222 0-3.334zM10.753 17.194c.417.014.842-.039 1.255.033.737.258.75 1.517.018 1.792-.263.071-.541.033-.811.046.003.484.002.967.001 1.451h-.464a919.641 919.641 0 0 1 0-3.322m.469.465c-.002.312-.002.624 0 .937.226-.01.461.032.678-.039.242-.144.231-.502.133-.731-.168-.277-.547-.132-.812-.167zM12.717 17.184c.556-.003 1.113-.002 1.669-.002v.421l-.596.002c-.002.971.001 1.942-.002 2.913h-.471c-.002-.971.001-1.942-.002-2.914h-.596c-.002-.14-.002-.28-.002-.42z"/><path fill="#fdfdfd" d="M15.838.513l.015-.107c.11.527.036 1.068.057 1.601-.014 7.157.028 14.317-.022 21.472l-.087.072c.042-7.678-.029-15.362.036-23.038z"/><path fill="#111" opacity=".83" d="M0 .569L.093.464C.102 8.16.095 15.856.096 23.552L0 23.44V.569z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--fine-for-littering--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#acb9a7" d="M0 0h.796C.101 1.447.45 3.076.401 4.615c-.06 4.846.189 9.69.143 14.536.039 1.364-.198 2.799.351 4.094 1.062.286 2.172.196 3.258.203 6.307.016 12.614.222 18.923.173v.378H-.001v-24z"/><path fill="#4a5754" d="M.796 0h1.327c5.022.729 10.133.217 15.192.568 1.821.125 3.78-.249 5.472.593-.072.072-.212.212-.284.282-3.413-.261-6.842-.196-10.26-.402-.231.367-.459.732-.692 1.098l-.443-1.101C7.674 1.066 4.247.768.813.828.836 8.111.767 15.406.963 22.68c-.016.141-.048.425-.067.565-.549-1.295-.312-2.73-.351-4.094.046-4.846-.203-9.69-.143-14.536C.45 3.076.102 1.447.797 0z"/><path fill="#a9b7ab" d="M2.123 0h20.954v1.583a53.197 53.197 0 0 0-.291-.422C21.094.319 19.135.693 17.314.568 12.256.217 7.144.73 2.122 0z"/><path fill="#b2cec4" d="M.812.828c3.434-.06 6.861.238 10.295.21l.443 1.101c.233-.367.462-.732.692-1.098 3.418.205 6.847.141 10.26.402-.088 2.518.021 5.04.162 7.555.118 4.442-.132 8.901.413 13.325v.655c-2.845.108-5.693-.014-8.541.007A7.666 7.666 0 0 1 12 22.593c-1.336.528-2.767.18-4.152.171-2.296-.03-4.592.048-6.886-.083C.766 15.407.835 8.113.812.829m1.413 3.445c.353.672 1.062 1.124 1.235 1.899-.489-.106-.976-.226-1.461-.344.275.478.556.951.845 1.419.503-.475 1.152-1.073.953-1.844-.298-.72-.918-1.237-1.419-1.809.452-.035.907-.067 1.359-.108a21.025 21.025 0 0 0-.939-1.205c-.473.547-.812 1.26-.572 1.992m2.092-1.269c.254 1.193.189 2.421.185 3.632l.219-.007c-.032-1.265-.018-2.529-.009-3.794l-.395.168m1.77-.262c-.6 1.105-.565 2.492-.238 3.672.222.732 1.124.434 1.246-.194.376-1.152.413-3.044-1.008-3.478m2.363 4.024c.134.051.399.155.533.205.192-.203.383-.408.575-.614-.069-1.223.372-2.695-.699-3.607-1.285.928-1.055 2.767-.408 4.015m2.066-2.842c.021 1.029-.362 2.684.893 3.122 1.122-1.027.817-2.818.189-4.038-.51.051-1.133.295-1.082.916m3.54-.842c-.132 1.325.122 2.642.212 3.962a9.884 9.884 0 0 0 .134-1.611c.279-.125.561-.245.842-.365-.383-.323-.824-.584-1.161-.955.475-.376 1.087-.528 1.641-.755-.508-.295-1.101-.277-1.668-.277m2.239-.202a10.165 10.165 0 0 0 .035 4.405c.33-1.431.369-2.986-.035-4.405m3.42.307c0 1.283.014 2.564.032 3.847.482.021.965.037 1.449.053l-.009-.406c-.429-.115-.861-.228-1.276-.385-.051-.621.568-.877.962-1.218-.427-.242-.787-.572-1.105-.942.445-.145.888-.288 1.336-.418l.025-.432a9.995 9.995 0 0 0-1.415-.099M17.67 7.297c.106-.602.18-1.209.249-1.816.21.316.42.632.637.946.072.164.217.489.288.653l.03.265c.515-1.297.125-2.73.217-4.087l-.522.023a57.97 57.97 0 0 1-.012 1.668c-.392-.658-.738-1.343-1.11-2.015-.358 1.401-.494 3.058.222 4.362m-8.833 2.749c.078 1.338-.039 2.684.134 4.015.099-.584.106-1.179.115-1.77l.808-.563a90.286 90.286 0 0 0-.794-.102 62.658 62.658 0 0 1-.03-1.14h.958c.012-.108.032-.325.042-.434l-1.232-.007m2.212.031c-.397 1.281-.598 2.799.277 3.932.238-.032.475-.067.713-.108.422-1.262.45-2.668-.171-3.872l-.819.048m2.239 3.903l.018.399c.208-.625.335-1.276.429-1.927.224.699.508 1.405 1.101 1.878.007-1.341-.138-2.684.005-4.025a17.68 17.68 0 0 1-.348.088 43.55 43.55 0 0 0-1.23-.427c-.203 1.327-.037 2.682.025 4.013m-9.97 2.971c-.007 1.338.009 2.675.028 4.013a48.56 48.56 0 0 0 1.705.143c-.102-.595-.678-.81-1.089-1.152-.198-.988-.078-2.008-.122-3.009a45.86 45.86 0 0 1-.522.005m4.683.279a14.04 14.04 0 0 0-1.553-.242l.443.524c.122 1.124.15 2.255.138 3.385.125.012.374.039.498.053.185-1.165-.586-2.811.568-3.605 1.574.395.835 2.453.997 3.628l.494-.074c-.023-1.325-.231-2.739.508-3.93-.708-.028-1.419.03-2.093.261m-2.603 2.617c.005.392.042 1.422.653 1.038.125-1.382.141-2.808-.231-4.156-.789.84-.348 2.086-.422 3.118m5.31 1.126c.473.06.946.111 1.419.159l-.007-.591c-.422-.081-.863-.143-1.232-.385-.046-.591.524-.849.895-1.191-.288-.205-.575-.408-.861-.614 0-.111.005-.332.005-.441.466-.21.932-.418 1.389-.644-.487-.157-.988-.33-1.509-.286-.263 1.311-.037 2.663-.099 3.992m2.014-3.982c-.162 1.362-.148 2.732-.081 4.098l.725.002c.035-.503.067-1.006.106-1.509.222.554.436 1.112.646 1.673l.517-.238c-.122-.658-.249-1.313-.374-1.971.208-.612-.002-1.239-.12-1.844-.42-.005-.842-.007-1.262 0l-.157-.212m2.377.126c-.007 1.297-.014 2.594.074 3.888l.432.249a66.823 66.823 0 0 0-.03-4.029l-.475-.108m1.093 4.089l.522-.113a119.07 119.07 0 0 1 .002-1.793c.335.72.708 1.422 1.163 2.07-.025-1.458.385-3.069-.27-4.428a22.795 22.795 0 0 0-.27 1.825c-.18-.226-.36-.452-.542-.676l-.277-.72-.009-.415c-.815 1.216-.217 2.864-.318 4.251m2.618-1.116c-.122.667.445 1.094 1.05 1.131.168-.369.342-.738.515-1.105-.076-.282-.155-.563-.231-.845a94.436 94.436 0 0 0-.549-.018c.164.45.332.898.489 1.352-.256.007-.766.025-1.022.035a27.758 27.758 0 0 1-.005-2.767c.422-.002.845-.002 1.269-.009-.312-.254-.616-.517-.951-.738-.976.655-.452 1.989-.565 2.965z"/><path fill="#69776f" d="M22.786 1.161l.291.422v20.739c-.545-4.424-.295-8.882-.413-13.325-.141-2.515-.249-5.038-.162-7.555.072-.069.212-.21.284-.282z"/><path fill="#59605b" d="M2.225 4.274c-.24-.732.099-1.445.572-1.992.328.39.642.792.939 1.205-.452.042-.907.074-1.359.108.501.572 1.122 1.089 1.419 1.809.198.771-.45 1.368-.953 1.844a57.64 57.64 0 0 1-.845-1.419c.485.118.972.238 1.461.344-.173-.775-.882-1.228-1.235-1.899zM16.297 2.878c.404 1.419.365 2.975.035 4.405a10.18 10.18 0 0 1-.035-4.405z"/><path d="M4.318 3.005c.099-.044.295-.127.395-.168-.009 1.265-.023 2.529.009 3.794l-.219.007c.005-1.212.069-2.439-.185-3.632zM18.547 5.151c.155.635.235 1.281.298 1.929-.072-.164-.217-.489-.288-.653a15.973 15.973 0 0 1-.009-1.276zM8.836 10.045l1.232.007c-.009.108-.03.325-.042.434h-.958c.007.378.016.759.03 1.14.265.032.531.067.794.102l-.808.563c-.009.591-.016 1.186-.115 1.77-.173-1.332-.055-2.677-.134-4.015zM13.288 13.978c-.062-1.332-.228-2.686-.025-4.013.413.136.822.279 1.23.427a78.32 78.32 0 0 0-1.242.328l.058.787c.429.245.856.494 1.272.762-.395.016-.792.028-1.186.039-.044.556-.088 1.112-.106 1.671zM6.448 16.985c.522.051 1.041.134 1.553.242-.367.104-.732.224-1.11.282l-.443-.524zM12.879 17.199c.42-.007.842-.005 1.262 0 .118.605.328 1.232.12 1.844-.498.291-1.043.12-1.53-.102.526-.078 1.055-.136 1.581-.194.035-.787-.45-1.186-1.191-1.218a21.632 21.632 0 0 1-.242-.33zM16.595 19.184a20.076 20.076 0 0 1-.074-1.818l.277.72c-.048.369-.127.734-.203 1.098zM17.446 19.251c.298.54.378 1.152.33 1.761a4.32 4.32 0 0 1-.33-1.761z"/><path fill="#273029" d="M6.088 2.742c1.422.434 1.385 2.326 1.008 3.478-.122.628-1.025.925-1.246.194-.328-1.179-.362-2.566.238-3.672m-.063.784a6.258 6.258 0 0 0 .023 2.635c.27.005.54-.007.81-.037.226-.861.279-1.786-.164-2.592-.166 0-.501-.005-.669-.007z"/><path fill="#262d2b" d="M8.451 6.766c-.646-1.248-.877-3.088.408-4.015 1.071.912.63 2.384.699 3.607-.192.205-.383.411-.575.614-.134-.051-.399-.155-.533-.205m.022-.702c1.482.496.771-1.92.602-2.712-1.096.415-1.089 1.837-.602 2.712z"/><path fill="#26211c" d="M10.518 3.923c-.051-.621.572-.865 1.082-.916.628 1.221.932 3.012-.189 4.038-1.255-.438-.872-2.093-.893-3.122m.427 2.529l.932-.353c-.009-.738-.012-1.477-.014-2.215-.305-.145-.609-.295-.914-.443a5.681 5.681 0 0 0-.005 3.012z"/><path fill="#2d3128" d="M14.058 3.081c.568 0 1.161-.018 1.668.277-.554.226-1.165.378-1.641.755.337.372.778.632 1.161.955-.282.12-.563.24-.842.365a9.884 9.884 0 0 1-.134 1.611c-.09-1.32-.344-2.638-.212-3.962z"/><path fill="#343f38" d="M19.717 3.185c.473 0 .946.032 1.415.099l-.025.432c-.448.129-.891.272-1.336.418a4.25 4.25 0 0 0 1.105.942c-.395.342-1.013.598-.962 1.218.415.157.847.27 1.276.385l.009.406c-.485-.016-.967-.032-1.449-.053a274.095 274.095 0 0 1-.032-3.847z"/><path fill="#6c7978" d="M17.67 7.297c-.715-1.304-.579-2.961-.222-4.362.372.672.718 1.357 1.11 2.015a57.97 57.97 0 0 0 .012-1.668l.522-.023c-.092 1.357.298 2.79-.217 4.087l-.03-.265c-.062-.648-.143-1.295-.298-1.929-.009.425-.016.852.009 1.276-.217-.314-.427-.63-.637-.946a30.003 30.003 0 0 1-.249 1.816m-.088-3.488c-.205.222-.18.637.03.847.365.005.323-.849-.03-.847z"/><path fill="#bbd9d1" d="M6.025 3.526c.168.002.503.007.669.007.443.805.39 1.731.164 2.592-.27.03-.54.042-.81.037a6.259 6.259 0 0 1-.023-2.635z"/><path fill="#bddad1" d="M8.472 6.065c-.487-.875-.494-2.296.602-2.712.168.792.879 3.208-.602 2.712z"/><path fill="#b6d2cd" d="M10.945 6.452a5.681 5.681 0 0 1 .005-3.012c.305.148.609.298.914.443.002.738.005 1.477.014 2.215l-.932.353z"/><path fill="#0b0b0c" d="M17.582 3.81c.353-.002.395.852.03.847-.21-.21-.235-.625-.03-.847z"/><path fill="#21261f" d="M11.049 10.075l.819-.048c.621 1.205.593 2.61.171 3.872-.238.042-.475.076-.713.108-.875-1.133-.674-2.652-.277-3.932m-.12.979c-.039.918-.025 1.876.605 2.615.842-.925.789-2.331.06-3.302-.224.228-.443.457-.665.688zM18.812 20.086c.113-.976-.411-2.31.565-2.965.335.222.639.485.951.738-.425.007-.847.007-1.269.009-.048.921-.039 1.846.005 2.767.256-.009.766-.028 1.022-.035-.157-.455-.325-.902-.489-1.352l.549.018c.076.282.155.563.231.845-.173.367-.346.736-.515 1.105-.605-.037-1.172-.464-1.05-1.131z"/><path fill="#abbeb6" d="M14.492 10.392c.088-.021.263-.065.348-.088-.143 1.341.002 2.684-.005 4.025-.593-.473-.877-1.179-1.101-1.878a11.32 11.32 0 0 1-.429 1.927 53.23 53.23 0 0 1-.018-.399c.018-.558.062-1.115.106-1.671.395-.012.792-.023 1.186-.039a26.714 26.714 0 0 0-1.272-.762l-.058-.787a73.01 73.01 0 0 1 1.242-.328z"/><path fill="#b7d6cd" d="M10.929 11.054c.222-.231.441-.459.665-.688.729.972.782 2.377-.06 3.302-.63-.738-.644-1.696-.605-2.615z"/><path fill="#667670" d="M3.318 16.948c.129 0 .39-.002.522-.005.044 1.002-.076 2.022.122 3.009.411.342.988.556 1.089 1.152a48.358 48.358 0 0 1-1.705-.143 214.743 214.743 0 0 1-.028-4.013z"/><path fill="#5b6966" d="M8.001 17.227c.674-.231 1.385-.288 2.093-.261-.738 1.191-.531 2.605-.508 3.93l-.494.074c-.162-1.175.577-3.233-.997-3.628-1.154.794-.383 2.439-.568 3.605-.125-.014-.374-.042-.498-.053.012-1.131-.016-2.262-.138-3.385.378-.058.743-.178 1.11-.282z"/><path fill="#718279" d="M5.398 19.844c.074-1.032-.367-2.278.422-3.118.372 1.348.355 2.774.231 4.156-.612.383-.648-.646-.653-1.038z"/><path fill="#39413d" d="M10.708 20.97c.062-1.329-.164-2.682.099-3.992.522-.044 1.022.129 1.509.286-.457.226-.923.434-1.389.644 0 .108-.005.33-.005.441l.861.614c-.372.342-.942.6-.895 1.191.369.242.81.305 1.232.385l.007.591a56.991 56.991 0 0 1-1.419-.159z"/><path fill="#8ea7a5" d="M12.722 16.987l.157.212.242.33c.741.032 1.225.432 1.191 1.218-.526.058-1.055.115-1.581.194.487.222 1.032.392 1.53.102.125.658.252 1.313.374 1.971l-.517.238a83.87 83.87 0 0 0-.646-1.673c-.039.503-.072 1.006-.106 1.509l-.725-.002c-.067-1.366-.081-2.737.081-4.098z"/><path fill="#647674" d="M15.099 17.112l.475.108c.044 1.343.067 2.686.03 4.029L15.172 21c-.088-1.295-.081-2.592-.074-3.888z"/><path fill="#757f76" d="M16.193 21.201c.102-1.387-.496-3.035.318-4.251l.009.415c0 .607.018 1.214.074 1.818.076-.365.155-.729.203-1.098.182.224.362.45.542.676.069-.612.152-1.223.27-1.825.655 1.359.245 2.97.27 4.428-.455-.648-.828-1.35-1.163-2.07-.005.598-.007 1.195-.002 1.793l-.522.113m1.254-1.949a4.322 4.322 0 0 0 .33 1.761c.048-.609-.032-1.221-.33-1.761z"/><path fill="#445150" d="M7.848 22.763c1.385.009 2.815.358 4.152-.171a7.614 7.614 0 0 0 2.536.392c2.848-.021 5.695.102 8.541-.007v.644c-6.309.048-12.616-.157-18.923-.173-1.087-.007-2.197.083-3.258-.203.018-.141.051-.425.067-.565 2.294.132 4.59.053 6.886.083z"/></symbol><symbol viewBox="0 0 27 24" id="regulatory--give-way-to-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cecece" opacity=".94" d="M1.241 0h23.943c.813.155 1.493.88 1.447 1.735.008 6.799-.001 13.599.004 20.397.043.689-.315 1.427-.98 1.687a18.237 18.237 0 0 0-.275-.073c.528-.247 1.043-.7 1.023-1.333.015-6.895.001-13.792.007-20.687.065-.751-.573-1.465-1.331-1.456C17.27.251 9.459.286 1.65.253a34.11 34.11 0 0 1-.316-.204L1.242.001z"/><path fill="#fff" d="M.025 1.269C.258.688.712.206 1.333.048l.316.204C.898.291.296.984.348 1.731.347 8.578.345 15.424.349 22.27c-.055.767.599 1.485 1.373 1.467 7.885.017 15.772-.003 23.657.009l.275.073-.385.161c-8.023-.072-16.051.04-24.073-.056-.561-.199-.952-.681-1.176-1.217C.052 15.562.04 8.415.025 1.27z"/><path fill="#fff" d="M1.383.86c.193-.085.409-.08.616-.088 7.647.007 15.293-.005 22.94.005.528-.048 1.016.415.959.951.003 6.848.004 13.696 0 20.544.053.529-.428.996-.955.936-7.695.003-15.389.001-23.084 0-.537.071-1.032-.397-.977-.94-.004-6.845-.003-13.691 0-20.536-.024-.359.164-.728.501-.872m1.901 1.891c-.535.649-.472 1.609-.276 2.38.173.723 1.167 1.032 1.715.525.457-.353.384-.977.385-1.487l-1.145-.001-.001.507c.232.019.464.037.695.061-.043.507-.672.908-1.048.449-.3-.607-.296-1.384-.016-1.997.272-.403.799-.197 1.025.137l.464-.172c-.291-.687-1.259-.983-1.797-.403m2.436-.243a616.791 616.791 0 0 0 0 3.332c.173.001.345.003.519.001V2.508l-.519-.001m1.099 0c.328 1.109.659 2.216.985 3.324h.521c.328-1.108.659-2.215.987-3.324-.18 0-.359-.001-.539 0-.24.784-.467 1.572-.705 2.357-.249-.783-.468-1.573-.711-2.357-.18-.001-.359 0-.539 0m3.076.002v3.329l2.027.001v-.52c-.503-.003-1.005-.001-1.507-.001v-.936c.347 0 .693-.003 1.04-.003l-.001-.519c-.347 0-.693-.003-1.04-.001l.001-.832 1.401-.001c.004-.171.005-.341.007-.512a77.445 77.445 0 0 0-1.928-.005m4.688-.001c.151 1.109.295 2.219.451 3.327.159-.001.319-.004.477-.008.176-.704.345-1.408.533-2.108.177.703.341 1.409.516 2.113h.475c.155-1.108.308-2.216.457-3.324l-.523-.001c-.081.588-.157 1.177-.247 1.764-.16-.591-.3-1.185-.448-1.777-.163.02-.327.031-.489.033a43.495 43.495 0 0 1-.431 1.753c-.095-.589-.165-1.183-.249-1.773-.175-.001-.349 0-.523.001m4.462.001c-.388 1.108-.779 2.216-1.157 3.328.184-.007.368-.009.553-.012.103-.311.215-.619.323-.928.34.001.68-.001 1.02-.005.115.313.233.625.343.941l.543-.003c-.385-1.111-.767-2.224-1.165-3.331l-.459.009m2.008.003c.361.635.809 1.221 1.124 1.88.04.479.009.959.015 1.439.172.001.345.004.519.004.017-.5-.041-1.005.035-1.5.335-.633.757-1.217 1.112-1.839-.827-.183-.989.787-1.405 1.279-.271-.425-.539-.853-.817-1.273l-.581.011m-9.402 4.832l.007.339.555-.001c.009.553.007 1.105.007 1.659l.343-.001.001-1.649.561-.011.005-.335a52.085 52.085 0 0 0-1.479 0m2.243.018c-.837.387-.663 2.084.375 2.015 1.216-.124.895-2.497-.375-2.015m.489 2.848c-.019.383-.035.765-.051 1.148.508.001 1.017-.012 1.524.031-.152.393-.545.573-.875.788l-.041.341c-1.28-.037-2.56-.064-3.839-.115.172-.62.957-.707 1.289-1.228.069-.295-.281-.424-.517-.395-.96 0-1.92-.004-2.879.008.061.4.132.799.207 1.197.176.04.353.079.529.116.083.327.169.652.257.977-.283.601-.579 1.196-.863 1.796-1.084-.341-2.34-.115-3.168.683-1.279 1.143-1.452 3.264-.397 4.611.828 1.143 2.461 1.612 3.755 1.023 1.061-.443 1.759-1.485 1.968-2.592l.257-.012c.325.465.879.832 1.467.663.717-.165 1.072-.956.953-1.64.852-.765 1.659-1.583 2.549-2.301.157.357-.212.563-.391.815-1.036 1.247-.967 3.232.123 4.425.849.984 2.339 1.357 3.539.833 1.777-.696 2.549-3.02 1.667-4.683-.673-1.452-2.475-2.181-3.975-1.624-.359-.761-.747-1.512-1.045-2.3-.14-.401.349-.599.545-.872.549-.473.305-1.536-.436-1.641-.717-.028-1.436-.027-2.153-.052z"/><path fill="#fff" d="M19.275 3.423c.116.315.228.632.336.951h-.667c.109-.317.217-.635.331-.951zM14.16 7.645c.771-.023.7 1.575-.105 1.369-.492-.241-.479-1.253.105-1.369zM11.669 13.575c1.336.005 2.672.021 4.007.043.1.239.2.477.299.717-.888.829-1.772 1.664-2.655 2.5-.863-.844-1.061-2.205-1.651-3.26zM10.137 15.475c.175-.339.352-.676.532-1.012.396.849.783 1.703 1.176 2.553-.175.156-.301.495-.587.352-.216-.713-.56-1.389-1.121-1.893zM5.865 17.212c.376-1.157 1.688-1.859 2.861-1.536-.356.743-.781 1.453-1.108 2.211-.133.277.059.693.381.701.807.027 1.615-.005 2.421.011-.253 1.197-1.444 2.169-2.692 1.933-1.492-.196-2.408-1.953-1.864-3.32zM17.964 16.024c.936-.247 1.999.143 2.487.992.689 1.071.315 2.669-.821 3.272-.937.552-2.237.217-2.821-.691-.649-.915-.495-2.228.264-3.031.408.692.731 1.441 1.2 2.095.341.348.977-.073.813-.527-.332-.724-.785-1.387-1.121-2.111z"/><path fill="#fff" d="M9.207 17.337c.173-.353.349-.707.531-1.057.279.328.491.703.641 1.104-.391-.009-.781-.028-1.172-.047z"/><path d="M.348 1.731C.296.984.899.291 1.649.252c7.809.033 15.62-.001 23.429.017.757-.009 1.396.705 1.331 1.456-.005 6.895.008 13.792-.007 20.687.02.633-.495 1.087-1.023 1.333-7.885-.012-15.772.008-23.657-.009-.775.019-1.428-.7-1.373-1.467C.345 15.424.346 8.577.348 1.73M1.383.86c-.337.144-.525.513-.501.872-.003 6.845-.004 13.691 0 20.536-.055.543.44 1.011.977.94 7.695.001 15.389.003 23.084 0 .527.06 1.008-.407.955-.936.004-6.848.003-13.696 0-20.544.057-.536-.431-.999-.959-.951C17.292.766 9.646.778 1.999.772c-.207.008-.423.003-.616.088zM0 1.073l.025.196C.04 8.414.052 15.561.02 22.706l-.02.175V1.073z"/><path d="M3.284 2.751c.539-.58 1.507-.284 1.797.403l-.464.172c-.227-.335-.753-.54-1.025-.137-.28.613-.284 1.391.016 1.997.376.459 1.005.057 1.048-.449a26.755 26.755 0 0 0-.695-.061l.001-.507 1.145.001c-.001.509.072 1.133-.385 1.487-.548.507-1.541.197-1.715-.525-.196-.771-.259-1.731.276-2.38zM5.721 2.507l.519.001V5.84c-.173.001-.345 0-.519-.001a616.791 616.791 0 0 1 0-3.332zM6.82 2.507c.18 0 .359-.001.539 0 .243.784.461 1.575.711 2.357.239-.785.465-1.573.705-2.357.18-.001.359 0 .539 0-.328 1.109-.659 2.216-.987 3.324a45.24 45.24 0 0 0-.521 0c-.327-1.108-.657-2.215-.985-3.324zM9.895 2.509a77.445 77.445 0 0 1 1.928.005c-.001.171-.003.341-.007.512l-1.401.001-.001.832c.347-.001.693.001 1.04.001l.001.519c-.347 0-.693.003-1.04.003v.936c.501 0 1.004-.001 1.507.001v.52l-2.027-.001V2.509zM14.583 2.508c.173-.001.348-.003.523-.001.084.591.155 1.184.249 1.773.156-.581.299-1.165.431-1.753.163-.003.327-.013.489-.033.148.592.288 1.187.448 1.777.089-.587.165-1.176.247-1.764l.523.001a757.583 757.583 0 0 1-.457 3.324h-.475c-.175-.704-.339-1.411-.516-2.113-.188.7-.357 1.404-.533 2.108-.159.004-.319.007-.477.008-.156-1.108-.3-2.217-.451-3.327zM19.044 2.509l.459-.009c.399 1.107.78 2.22 1.165 3.331-.181.001-.363.001-.543.003-.109-.316-.228-.628-.343-.941-.34.004-.68.007-1.02.005-.108.309-.22.617-.323.928-.185.003-.369.005-.553.012.379-1.112.769-2.22 1.157-3.328m.232.913c-.113.316-.221.633-.331.951h.667c-.108-.319-.22-.636-.336-.951zM21.053 2.511l.581-.011c.279.42.547.848.817 1.273.416-.492.579-1.461 1.405-1.279-.355.621-.777 1.205-1.112 1.839-.076.495-.017 1-.035 1.5-.173 0-.347-.003-.519-.004-.005-.48.025-.96-.015-1.439-.315-.659-.763-1.245-1.124-1.88zM11.653 7.344c.493-.007.985-.007 1.479 0l-.005.335-.561.011-.001 1.649-.343.001c0-.553.003-1.105-.007-1.659l-.555.001-.007-.339zM13.896 7.363c1.269-.483 1.591 1.891.375 2.015-1.037.069-1.212-1.628-.375-2.015m.264.282c-.584.116-.597 1.128-.105 1.369.805.205.876-1.392.105-1.369zM14.385 10.211c.717.025 1.436.024 2.153.052.741.105.985 1.168.436 1.641-.196.273-.685.471-.545.872.299.788.687 1.539 1.045 2.3 1.5-.557 3.301.172 3.975 1.624.883 1.663.111 3.987-1.667 4.683-1.2.524-2.689.151-3.539-.833-1.089-1.193-1.159-3.179-.123-4.425.179-.252.548-.457.391-.815-.891.719-1.697 1.536-2.549 2.301.119.684-.236 1.475-.953 1.64-.588.169-1.141-.197-1.467-.663l-.257.012c-.209 1.107-.907 2.149-1.968 2.592-1.293.589-2.927.12-3.755-1.023-1.055-1.347-.881-3.468.397-4.611.828-.797 2.084-1.024 3.168-.683.284-.6.58-1.195.863-1.796a56.166 56.166 0 0 1-.257-.977 33.363 33.363 0 0 1-.529-.116 37.897 37.897 0 0 1-.207-1.197c.959-.012 1.919-.008 2.879-.008.236-.029.587.1.517.395-.332.521-1.117.608-1.289 1.228 1.279.051 2.559.077 3.839.115l.041-.341c.329-.215.723-.395.875-.788-.507-.043-1.016-.029-1.524-.031.016-.383.032-.765.051-1.148m-2.717 3.364c.589 1.055.788 2.416 1.651 3.26.883-.836 1.767-1.671 2.655-2.5-.099-.24-.199-.479-.299-.717a356.61 356.61 0 0 0-4.007-.043m-1.532 1.9c.561.504.905 1.18 1.121 1.893.285.143.412-.196.587-.352-.393-.851-.78-1.704-1.176-2.553-.18.336-.357.673-.532 1.012m-4.272 1.737c-.544 1.367.372 3.124 1.864 3.32 1.248.236 2.439-.736 2.692-1.933-.807-.016-1.615.016-2.421-.011-.323-.008-.515-.424-.381-.701.327-.757.752-1.468 1.108-2.211-1.173-.323-2.485.379-2.861 1.536m12.098-1.188c.336.724.789 1.387 1.121 2.111.164.453-.472.875-.813.527-.469-.653-.792-1.403-1.2-2.095-.759.803-.913 2.116-.264 3.031.584.908 1.884 1.243 2.821.691 1.136-.603 1.511-2.201.821-3.272-.488-.849-1.551-1.239-2.487-.992m-8.756 1.312c.391.019.781.037 1.172.047a3.736 3.736 0 0 0-.641-1.104c-.181.351-.357.704-.531 1.057zM1.196 23.924c8.023.096 16.051-.016 24.073.056l.191.02H1.369l-.173-.076z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--give-way-to-oncoming-traffic--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.834 0h2.314c1.7.336 3.538.641 4.925 1.75-3.69-2.15-8.455-2.152-12.145 0C7.308.641 9.142.342 10.835 0zM22.249 5.929c1.104 1.386 1.414 3.214 1.751 4.909v2.304c-.276 1.169-.343 2.447-1.021 3.474 1.4-3.443 1.13-7.468-.73-10.687zM8.148 6.089c.581-.002 1.162.001 1.744-.005.024 2.364.001 4.729.011 7.093.496-.156.974-.374 1.488-.467.314.106.311.521.143.752-.764 1.358-1.513 2.725-2.286 4.078-.07.199-.325.264-.421.049-.796-1.376-1.558-2.774-2.336-4.16-.149-.221-.136-.572.121-.708.535.047 1.025.305 1.535.458.002-2.364-.001-4.727.002-7.091zM4.996 21.629c1.064.678 2.168 1.316 3.383 1.685 3.024.995 6.397.635 9.218-.805-1.266.96-2.917 1.166-4.43 1.492h-2.315c-2.071-.364-4.273-.914-5.856-2.371z"/><path fill="#fff" d="M5.927 1.75c3.69-2.152 8.455-2.15 12.145 0 .318.214.638.424.96.631.128.198.31.353.533.434l.049.028a250.04 250.04 0 0 0 1.544 1.546l.026.049c.083.221.235.403.432.533.208.322.419.641.632.959 1.86 3.22 2.13 7.244.73 10.687l-.056.118a7.994 7.994 0 0 0-.54 1.094l-.07.114a.737.737 0 0 0-.284.436l-.054.134a7.066 7.066 0 0 0-.796 1.081 1.22 1.22 0 0 1-.032.037c-.487.454-.949.935-1.411 1.415l-.131.121a7.45 7.45 0 0 0-1.094.806l-.119.064a.664.664 0 0 0-.455.272c-.114.065-.227.132-.34.199-2.821 1.44-6.194 1.8-9.218.805-1.214-.368-2.318-1.007-3.383-1.685a.555.555 0 0 1-.032-.035 1.051 1.051 0 0 0-.54-.408.442.442 0 0 1-.035-.025c-.505-.528-1.028-1.038-1.552-1.549l-.023-.035a1.024 1.024 0 0 0-.426-.548c-.21-.324-.422-.646-.638-.966a14.12 14.12 0 0 0-.674-1.327l-.056-.122a12.726 12.726 0 0 1-.356-8.274l.072-.2c.316-.744.655-1.477 1.01-2.203.216-.32.427-.644.635-.972a.575.575 0 0 0 .325-.432l.133-.143c.521-.511 1.034-1.03 1.548-1.547l.049-.026c.223-.083.404-.238.534-.436.32-.208.64-.416.958-.63M11.094.436C7.109.701 3.392 3.216 1.63 6.794c-1.789 3.504-1.609 7.919.476 11.257 2.024 3.36 5.849 5.538 9.774 5.55 3.859.067 7.667-1.961 9.78-5.188 1.649-2.453 2.286-5.55 1.758-8.455-.551-3.198-2.531-6.11-5.291-7.812C16.047.839 13.538.244 11.094.436z"/><path fill="#fff" d="M10.484 3.533c4.062-.814 8.423 1.774 9.666 5.72 1.366 3.805-.425 8.377-3.988 10.27-3.392 1.961-8.048 1.158-10.592-1.818-2.68-2.903-2.891-7.682-.49-10.817a8.61 8.61 0 0 1 5.404-3.355M8.148 6.089c-.004 2.364 0 4.727-.002 7.091-.51-.154-1-.412-1.535-.458-.257.136-.27.487-.121.708.779 1.386 1.541 2.784 2.336 4.16.096.215.352.15.421-.049.773-1.352 1.522-2.719 2.286-4.078.168-.232.172-.647-.143-.752-.514.092-.992.311-1.488.467-.01-2.364.013-4.729-.011-7.093-.582.006-1.163.002-1.744.005m4.873 3.683c-.186.391-.718.953-.229 1.324.538-.023 1.028-.307 1.543-.449.007 2.359 0 4.718.004 7.078.583.005 1.168.004 1.751.002.007-2.36-.001-4.721.005-7.08.505.15.99.402 1.519.456.4-.216.172-.702-.014-.984-.81-1.348-1.468-2.795-2.366-4.085-.904 1.123-1.448 2.51-2.212 3.738z"/><path fill="#d40000" d="M11.094.436c2.444-.192 4.954.403 7.033 1.71 2.76 1.702 4.74 4.614 5.291 7.812.528 2.905-.109 6.002-1.758 8.455-2.113 3.227-5.921 5.255-9.78 5.188-3.925-.012-7.75-2.19-9.774-5.55C.02 14.713-.16 10.298 1.63 6.794 3.393 3.217 7.109.702 11.094.436m-.61 3.097A8.61 8.61 0 0 0 5.08 6.888c-2.401 3.134-2.19 7.914.49 10.817 2.544 2.976 7.2 3.779 10.592 1.818 3.563-1.892 5.353-6.464 3.988-10.27-1.243-3.947-5.604-6.534-9.666-5.72z"/><path fill="#d40000" d="M13.02 9.773c.763-1.228 1.308-2.615 2.212-3.738.899 1.29 1.556 2.737 2.366 4.085.186.282.414.768.014.984-.529-.054-1.014-.306-1.519-.456-.006 2.359.002 4.72-.005 7.08-.583.001-1.168.002-1.751-.002-.004-2.359.004-4.718-.004-7.078-.515.142-1.006.426-1.543.449-.488-.371.043-.932.229-1.324z"/><path fill="#323232" opacity=".91" d="M4.435 2.815c.01-.284.283-.419.534-.436-.13.198-.311.353-.534.436z"/><path fill="#303030" opacity=".9" d="M19.032 2.381c.25.017.523.15.533.434a1.083 1.083 0 0 1-.533-.434z"/><path fill="#323232" opacity=".88" d="M2.838 4.388a3.741 3.741 0 0 1 1.548-1.547c-.514.517-1.027 1.036-1.548 1.547z"/><path fill="#313131" opacity=".87" d="M19.614 2.843c.653.34 1.205.894 1.544 1.546a204.605 204.605 0 0 1-1.544-1.546z"/><path fill="#2f2f2f" opacity=".9" d="M21.185 4.438c.284.008.419.282.432.533a1.103 1.103 0 0 1-.432-.533z"/><path fill="#252525" opacity=".88" d="M2.38 4.963a.43.43 0 0 1 .325-.432.575.575 0 0 1-.325.432z"/><path fill="#212121" opacity=".82" d="M.734 8.138a4.106 4.106 0 0 1 1.01-2.203 44.643 44.643 0 0 0-1.01 2.203z"/><path fill="#1a1a1a" opacity=".84" d="M0 10.822c.214-.828.192-1.741.662-2.483a12.733 12.733 0 0 0 .356 8.274C.33 15.612.27 14.345-.001 13.194v-2.372z"/><path fill="#212121" opacity=".83" d="M1.075 16.735c.25.43.472.874.674 1.327-.385-.343-.602-.821-.674-1.327z"/><path fill="#212121" opacity=".84" d="M22.382 17.828c.154-.378.331-.745.54-1.094a1.65 1.65 0 0 1-.54 1.094z"/><path fill="#2c2c2c" opacity=".91" d="M22.028 18.378a.745.745 0 0 1 .284-.436c.023.186-.054.443-.284.436z"/><path fill="#232323" opacity=".82" d="M21.179 19.594a7 7 0 0 1 .796-1.081 2.003 2.003 0 0 1-.796 1.081z"/><path fill="#2b2b2b" opacity=".87" d="M2.388 19.028c.203.128.35.32.426.548a.53.53 0 0 1-.426-.548z"/><path fill="#2a2a2a" opacity=".85" d="M2.837 19.612c.523.511 1.046 1.021 1.552 1.549a3.779 3.779 0 0 1-1.552-1.549z"/><path fill="#2c2c2c" opacity=".86" d="M19.735 21.046c.462-.48.924-.961 1.411-1.415-.314.596-.804 1.112-1.411 1.415z"/><path fill="#282828" opacity=".87" d="M4.423 21.186c.218.077.412.212.54.408-.272.053-.479-.162-.54-.408z"/><path fill="#222" opacity=".82" d="M18.51 21.973c.34-.301.706-.571 1.094-.806a2.027 2.027 0 0 1-1.094.806z"/><path fill="#2a2a2a" opacity=".91" d="M17.936 22.309a.664.664 0 0 1 .455-.272.371.371 0 0 1-.455.272z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--give-way-to-oncoming-traffic--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.771 0h2.454c1.939.307 3.876.896 5.492 2.044 2.923 1.915 4.806 5.173 5.282 8.61v2.696c-.478 3.436-2.36 6.691-5.282 8.606-1.616 1.148-3.554 1.738-5.495 2.044h-2.448c-.87-.192-1.76-.307-2.599-.62-3.517-1.147-6.408-4.038-7.555-7.555-.314-.838-.427-1.729-.62-2.598v-2.448c.192-.87.306-1.764.62-2.603C1.767 4.659 4.658 1.768 8.174.621c.838-.314 1.729-.426 2.597-.62m.076.655c-4.211.38-8.035 3.337-9.5 7.297-1.082 2.834-.97 6.107.322 8.855a11.473 11.473 0 0 0 6.45 5.914c2.852 1.034 6.126.881 8.854-.455 2.677-1.288 4.81-3.664 5.791-6.469 1.025-2.869.828-6.148-.54-8.87-2.017-4.18-6.757-6.81-11.376-6.271z"/><path fill="#fff" d="M3.865 7.465c1.68-2.971 5.089-4.837 8.497-4.666 3.626.079 7.072 2.484 8.372 5.873 1.038 2.59.779 5.65-.679 8.028-1.25 2.086-3.349 3.612-5.695 4.226-.004-1.072 0-2.142.001-3.214.538.002 1.074 0 1.612-.005-.84-1.46-1.676-2.922-2.522-4.38l-2.678 4.392c.541.002 1.081.005 1.621.004.002 1.16-.007 2.322-.002 3.484-3.566.176-7.128-1.859-8.736-5.054-1.403-2.683-1.325-6.076.21-8.688M9.32 4.228l.017 6.239c-.592-.005-1.183-.001-1.775 0 .947 1.456 1.878 2.922 2.826 4.378.853-1.448 1.687-2.909 2.545-4.355-.544-.001-1.087-.002-1.631 0 .002-2.088-.002-4.175.004-6.262H9.32z"/><path fill="#da251d" d="M10.847.656c4.619-.539 9.359 2.092 11.376 6.271 1.368 2.723 1.565 6.001.54 8.87-.982 2.806-3.114 5.182-5.791 6.469-2.728 1.336-6.001 1.489-8.854.455a11.466 11.466 0 0 1-6.45-5.914c-1.291-2.748-1.404-6.02-.322-8.855 1.465-3.96 5.29-6.917 9.5-7.297m-6.981 6.81c-1.535 2.612-1.613 6.005-.21 8.688 1.608 3.196 5.17 5.231 8.736 5.054-.005-1.162.005-2.323.002-3.484-.54.001-1.08-.001-1.621-.004.893-1.464 1.787-2.928 2.678-4.392.846 1.458 1.682 2.92 2.522 4.38-.538.005-1.074.007-1.612.005-.001 1.072-.005 2.142-.001 3.214 2.346-.614 4.445-2.141 5.695-4.226 1.458-2.378 1.717-5.438.679-8.028-1.301-3.389-4.746-5.794-8.372-5.873-3.408-.172-6.817 1.694-8.497 4.666z"/><path fill="#1f1a17" d="M9.32 4.228h1.986c-.006 2.087-.001 4.174-.004 6.262.544-.002 1.087-.001 1.631 0-.858 1.446-1.692 2.906-2.545 4.355-.948-1.456-1.879-2.922-2.826-4.378.592-.001 1.183-.005 1.775 0L9.32 4.228z"/></symbol><symbol viewBox="0 0 42 24" id="regulatory--go-left-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M2.769 0h36.165c1.369.301 2.45 1.369 2.805 2.719v18.53A3.763 3.763 0 0 1 39.016 24H2.759C1.402 23.674.336 22.591 0 21.243V2.807C.298 1.419 1.405.342 2.769 0m-.202 1.304c-.918.319-1.467 1.29-1.409 2.239.004 5.708-.017 11.416.008 17.123-.04 1.254 1.137 2.306 2.377 2.179 11.62-.008 23.24.008 34.861-.006 1.183.054 2.212-1.014 2.183-2.183.017-5.77.017-11.543 0-17.311.038-1.265-1.15-2.304-2.394-2.189-11.478-.006-22.959.004-34.437-.004-.399.01-.808.021-1.19.152z"/><path fill="#0066b3" d="M2.999 1.786c11.66-.144 23.334-.017 34.998-.065.979-.129 2.058.551 2.014 1.615.029 5.708.006 11.42.01 17.13.096.933-.657 1.847-1.619 1.799-11.622.021-23.247.002-34.869.008-.929.1-1.837-.655-1.793-1.613-.023-5.708-.004-11.418-.008-17.128-.065-.791.451-1.624 1.267-1.747m23.186 1.794c-.707 3.057-1.4 6.121-2.114 9.178-1.93-.2-3.909 1.142-4.209 3.099-.445 2.131 1.34 4.339 3.508 4.374 2.152.152 4.093-1.887 3.861-4.026-.075-1.39-1.052-2.527-2.227-3.176.198-.916.411-1.828.626-2.74.783 1.492 1.59 2.97 2.333 4.483-.282.776-.219 1.609-.213 2.419.933.002 1.866.002 2.801.006.067-.288.136-.574.205-.862.38.889.484 1.928 1.187 2.648 1.125 1.306 3.197 1.651 4.662.724 1.659-.939 2.335-3.233 1.409-4.909-.747-1.534-2.544-2.26-4.182-1.983-.346-1-.705-1.995-1.052-2.995.29-.626.582-1.252.874-1.878.432-.008.862-.008 1.294-.017 0-.563 0-1.125-.002-1.688a794.977 794.977 0 0 0-4.368 0c-.002.566 0 1.129 0 1.695.672.002 1.346.002 2.02.006-.159.328-.313.653-.47.981-2.062-.002-4.126-.002-6.19 0 .34-1.461.672-2.922 1.01-4.383.724 0 1.446-.002 2.168-.004.01-.317.01-.634.006-.954-.979-.006-1.96-.006-2.938 0M3.166 12.023c2.271 2.488 4.201 5.324 6.726 7.555 1.267-1.601-.422-3.55-.783-5.215 3.345-.015 6.691.013 10.036-.015.019-1.565.023-3.128-.002-4.694-3.345-.031-6.691 0-10.034-.017.357-1.661 2.051-3.604.781-5.201-2.525 2.241-4.489 5.059-6.724 7.586z"/><path fill="#0066b3" d="M26.506 9.878h5.178c-.818 1.732-1.624 3.469-2.45 5.194-.92-1.726-1.82-3.462-2.728-5.194zM30.334 14.947c.659-1.273 1.225-2.592 1.862-3.875.261.703.509 1.411.745 2.125-.881.528-1.427 1.392-1.899 2.275-.321-.029-.49-.328-.707-.524zM20.88 17.293c-.624-1.851 1.089-3.746 2.97-3.596-.182.851-.38 1.697-.572 2.546.309.075.62.144.931.205.19-.824.376-1.649.582-2.467 1.532.881 2.045 3.147.72 4.431-1.338 1.551-4.13.849-4.631-1.119zM34.166 13.728c1.417-.165 2.918.693 3.231 2.135.493 1.755-1.156 3.648-2.966 3.393-1.413-.106-2.381-1.394-2.548-2.726 1.087-.031 2.175-.015 3.26-.021-.008-.28-.019-.557-.029-.837-.545-.515-.728-1.256-.947-1.945z"/><path fill="#0066b3" d="M32.108 15.418c.34-.478.724-.922 1.15-1.329.167.455.33.914.495 1.371a59.991 59.991 0 0 1-1.645-.042z"/><path fill="#fff" d="M2.567 1.304c.382-.131.791-.142 1.19-.152 11.478.008 22.959-.002 34.437.004 1.244-.115 2.431.925 2.394 2.189.017 5.768.017 11.541 0 17.311.029 1.169-1 2.237-2.183 2.183-11.62.015-23.24-.002-34.861.006-1.24.127-2.417-.925-2.377-2.179-.025-5.708-.004-11.416-.008-17.123-.058-.95.49-1.92 1.409-2.239m.431.482c-.816.123-1.331.956-1.267 1.747.004 5.71-.015 11.42.008 17.128-.044.958.864 1.713 1.793 1.613 11.622-.006 23.247.013 34.869-.008.962.048 1.715-.866 1.619-1.799-.004-5.71.019-11.422-.01-17.13.044-1.064-1.035-1.745-2.014-1.615-11.664.048-23.338-.079-34.998.065z"/><path fill="#fff" d="M26.185 3.579c.979-.006 1.96-.006 2.938 0 .004.319.004.637-.006.954-.722.002-1.444.004-2.168.004-.338 1.461-.67 2.922-1.01 4.383 2.064-.002 4.128-.002 6.19 0 .157-.328.311-.653.47-.981-.674-.004-1.348-.004-2.02-.006 0-.566-.002-1.129 0-1.695 1.457-.004 2.911-.004 4.368 0 .002.563.002 1.125.002 1.688-.432.008-.862.008-1.294.017-.292.626-.584 1.252-.874 1.878.346 1 .705 1.995 1.052 2.995 1.638-.278 3.435.449 4.182 1.983.927 1.676.25 3.969-1.409 4.909-1.465.927-3.537.582-4.662-.724-.703-.72-.808-1.759-1.187-2.648-.069.288-.138.574-.205.862-.935-.004-1.868-.004-2.801-.006-.006-.81-.069-1.642.213-2.419-.743-1.513-1.551-2.991-2.333-4.483a150.78 150.78 0 0 0-.626 2.74c1.175.649 2.152 1.786 2.227 3.176.232 2.139-1.709 4.178-3.861 4.026-2.168-.035-3.953-2.243-3.508-4.374.301-1.958 2.279-3.299 4.209-3.099.714-3.057 1.407-6.121 2.114-9.178m.32 6.297c.908 1.732 1.807 3.469 2.728 5.194.826-1.726 1.632-3.462 2.45-5.194h-5.178m3.828 5.069c.217.196.386.495.707.524.472-.883 1.018-1.747 1.899-2.275a62.837 62.837 0 0 0-.745-2.125c-.637 1.283-1.202 2.602-1.862 3.875m-9.453 2.347c.501 1.968 3.293 2.669 4.631 1.119 1.325-1.283.812-3.55-.72-4.431-.207.818-.392 1.642-.582 2.467a20.092 20.092 0 0 1-.931-.205c.192-.849.39-1.695.572-2.546-1.88-.15-3.594 1.745-2.97 3.596m13.286-3.565c.219.689.403 1.43.947 1.945.01.28.021.557.029.837-1.085.006-2.173-.01-3.26.021.167 1.331 1.135 2.619 2.548 2.726 1.809.255 3.458-1.638 2.966-3.393-.313-1.442-1.814-2.3-3.231-2.135m-2.057 1.689a64.26 64.26 0 0 0 1.645.042c-.165-.457-.328-.916-.495-1.371-.426.407-.81.851-1.15 1.329zM3.166 12.023C5.401 9.496 7.365 6.678 9.89 4.437c1.271 1.597-.424 3.539-.781 5.201 3.343.017 6.689-.015 10.034.017.025 1.565.021 3.128.002 4.694-3.345.027-6.691 0-10.036.015.361 1.665 2.049 3.615.783 5.215-2.525-2.231-4.456-5.067-6.726-7.555z"/></symbol><symbol viewBox="0 0 42 24" id="regulatory--go-right-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M2.792 0h36.119a3.71 3.71 0 0 1 2.828 2.751v18.484c-.319 1.354-1.388 2.448-2.749 2.765H2.773a3.745 3.745 0 0 1-2.774-2.78V2.832C.285 1.425 1.406.33 2.791 0m-.222 1.304c-.918.315-1.467 1.288-1.411 2.237.004 5.708-.017 11.42.01 17.13-.04 1.252 1.135 2.3 2.373 2.175 11.622-.008 23.245.01 34.867-.008 1.269.061 2.287-1.146 2.189-2.375-.006-5.706.013-11.411-.01-17.117.038-1.265-1.148-2.302-2.39-2.187-11.482-.008-22.963.002-34.443-.006-.399.013-.806.021-1.185.152z"/><path fill="#0066b3" d="M2.997 1.786c11.66-.146 23.336-.017 35.002-.065.979-.127 2.056.551 2.012 1.615.021 5.775.021 11.551 0 17.328.042.962-.872 1.709-1.805 1.609-11.558 0-23.115.002-34.673 0-.931.098-1.834-.653-1.791-1.613-.027-5.708-.006-11.418-.01-17.128-.063-.789.449-1.624 1.265-1.747m9.633 1.794c0 .317.002.637.004.956.722 0 1.446 0 2.168.002.34 1.459.672 2.922 1.012 4.383-2.066-.002-4.13-.002-6.194 0l-.463-.981 2.02-.006V6.236a1591.41 1591.41 0 0 0-4.37 0l-.002 1.693 1.294.013c.29.626.582 1.252.877 1.878-.353 1-.707 1.999-1.058 3.001-2.095-.43-4.364 1.064-4.57 3.235-.363 2.304 1.855 4.518 4.157 4.149 1.945-.192 3.214-2.022 3.373-3.861.129.28.248.561.367.847.922.002 1.845.002 2.767.002.008-.82.021-1.651-.213-2.444.747-1.507 1.553-2.982 2.327-4.477.209.916.422 1.832.626 2.751-1.467.768-2.525 2.398-2.191 4.09.298 2.175 2.765 3.7 4.838 2.93 2.043-.63 3.172-3.181 2.202-5.105-.662-1.501-2.325-2.304-3.919-2.185-.71-3.057-1.407-6.117-2.112-9.176-.979-.002-1.96-.002-2.938.002m19.056.858c-.881 1.763.522 3.517.958 5.203-3.345.013-6.691-.013-10.036.013a183.934 183.934 0 0 0-.002 4.698c3.345.021 6.693 0 10.038.01-.378 1.674-2.02 3.583-.812 5.226 2.554-2.214 4.468-5.08 6.758-7.563-1.766-2.162-3.621-4.251-5.411-6.394-.401-.507-.922-.895-1.492-1.192z"/><path fill="#0066b3" d="M10.072 9.878c1.726.002 3.45 0 5.176 0-.908 1.732-1.809 3.469-2.728 5.197-.824-1.728-1.634-3.464-2.448-5.197zM8.807 13.181c.248-.707.497-1.415.751-2.118.641 1.325 1.246 2.669 1.895 3.99-.24.148-.474.309-.728.43-.484-.887-1.037-1.757-1.918-2.302zM4.353 15.871c.311-1.453 1.818-2.302 3.239-2.147-.215.699-.438 1.423-.952 1.97-.01.271-.021.545-.029.818 1.087.002 2.175-.008 3.262.015-.175 1.265-1.029 2.509-2.365 2.703-1.857.403-3.669-1.53-3.155-3.358zM17.904 13.693c1.221-.006 2.479.634 2.901 1.832.676 1.584-.526 3.552-2.229 3.723-1.663.271-3.279-1.288-3.097-2.955.029-.989.741-1.751 1.48-2.321.209.822.399 1.651.586 2.479l.931-.207c-.192-.849-.39-1.699-.572-2.552z"/><path fill="#0066b3" d="M8.502 14.083c.413.417.797.864 1.15 1.334-.551.023-1.1.035-1.649.044.163-.459.33-.92.499-1.377z"/><path fill="#fff" d="M2.569 1.304c.38-.131.787-.14 1.185-.152 11.48.008 22.961-.002 34.443.006 1.242-.115 2.427.922 2.39 2.187.023 5.706.004 11.411.01 17.117.098 1.229-.92 2.435-2.189 2.375-11.622.019-23.245 0-34.867.008-1.238.125-2.413-.922-2.373-2.175-.027-5.71-.006-11.422-.01-17.13-.056-.95.493-1.922 1.411-2.237m.428.483c-.816.123-1.327.958-1.265 1.747.004 5.71-.017 11.42.01 17.128-.044.96.86 1.711 1.791 1.613 11.558.002 23.115 0 34.673 0 .933.1 1.847-.647 1.805-1.609.021-5.777.021-11.553 0-17.328.044-1.064-1.033-1.743-2.012-1.615-11.666.048-23.343-.081-35.002.065z"/><path fill="#fff" d="M12.63 3.579c.979-.004 1.96-.004 2.938-.002.705 3.059 1.402 6.119 2.112 9.176 1.594-.119 3.258.685 3.919 2.185.97 1.924-.159 4.474-2.202 5.105-2.072.77-4.539-.755-4.838-2.93-.334-1.693.724-3.322 2.191-4.09-.205-.918-.417-1.834-.626-2.751-.774 1.494-1.58 2.97-2.327 4.477.234.793.221 1.624.213 2.444-.922 0-1.845 0-2.767-.002a23.753 23.753 0 0 0-.367-.847c-.159 1.839-1.427 3.669-3.373 3.861-2.302.369-4.52-1.845-4.157-4.149.207-2.17 2.475-3.665 4.57-3.235.351-1.002.705-2.001 1.058-3.001-.294-.626-.586-1.252-.877-1.878a558.23 558.23 0 0 1-1.294-.013l.002-1.693c1.457-.002 2.913-.002 4.37 0v1.697l-2.02.006.463.981c2.064-.002 4.128-.002 6.194 0-.34-1.461-.672-2.924-1.012-4.383-.722-.002-1.446-.002-2.168-.002-.002-.319-.004-.639-.004-.956m-2.556 6.299c.814 1.732 1.624 3.469 2.448 5.197.918-1.728 1.82-3.464 2.728-5.197-1.726 0-3.45.002-5.176 0m-1.265 3.303c.881.545 1.434 1.415 1.918 2.302.255-.121.488-.282.728-.43-.649-1.321-1.254-2.665-1.895-3.99-.255.703-.503 1.411-.751 2.118m-4.454 2.69c-.513 1.828 1.298 3.761 3.155 3.358 1.336-.194 2.189-1.438 2.365-2.703-1.087-.023-2.175-.013-3.262-.015.008-.273.019-.547.029-.818.513-.547.737-1.271.952-1.97-1.421-.154-2.928.695-3.239 2.147m13.551-2.177c.182.854.38 1.703.572 2.552l-.931.207a102.64 102.64 0 0 0-.586-2.479c-.739.57-1.45 1.331-1.48 2.321-.182 1.667 1.434 3.226 3.097 2.955 1.703-.171 2.905-2.139 2.229-3.723-.422-1.198-1.68-1.839-2.901-1.832m-9.402.389c-.169.457-.336.918-.499 1.377a60.71 60.71 0 0 0 1.649-.044c-.353-.47-.737-.916-1.15-1.334zM31.688 4.437c.57.296 1.091.685 1.492 1.192 1.791 2.143 3.646 4.232 5.411 6.394-2.289 2.483-4.203 5.349-6.758 7.563-1.208-1.642.434-3.552.812-5.226-3.345-.01-6.693.01-10.038-.01-.017-1.565-.021-3.133.002-4.698 3.345-.025 6.691 0 10.036-.013-.436-1.686-1.839-3.439-.958-5.203z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.539 0h2.925c3.817.533 7.363 2.87 9.154 6.311.746 1.305 1.098 2.779 1.382 4.242v2.898c-.529 3.822-2.866 7.375-6.311 9.167-1.3.743-2.767 1.091-4.223 1.382h-.169c-.003-5.093-.025-10.185-.029-15.278.839-.004 1.679.003 2.518-.006-1.226-2.247-2.444-4.5-3.699-6.732-1.218 2.24-2.448 4.474-3.648 6.724.799.006 1.598.001 2.397.003.005 5.097.008 10.193.018 15.29h-.318c-.776-.171-1.561-.315-2.318-.563-4.31-1.376-7.677-5.385-8.151-9.904-.005-.35-.038-.698-.069-1.046v-.982a12.6 12.6 0 0 0 .083-1.196c.475-3.885 3.06-7.406 6.571-9.11C7.857.553 9.208.267 10.537 0z"/><path fill="#fff" d="M8.44 8.707c1.2-2.25 2.43-4.483 3.648-6.724 1.254 2.231 2.473 4.485 3.699 6.732-.839.009-1.679.003-2.518.006.004 5.093.026 10.185.029 15.278h-2.442c-.01-5.097-.013-10.193-.018-15.29-.799-.001-1.598.004-2.397-.003zM0 10.49l.083-.18c-.006.4-.039.799-.083 1.196V10.49zM0 12.488c.031.348.064.695.069 1.046L0 13.743v-1.254z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--go-straight--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M.956 0h17.961l.09.044c-.579-.048-1.161-.028-1.742-.032H1.962C1.597.006 1.232.014.867.045l.09-.044zM1.14.169C6.952.138 12.765.159 18.577.158c.705-.033 1.289.659 1.188 1.346-.003 7.04-.001 14.082-.001 21.123.01.473-.318.925-.756 1.092-.311.095-.64.074-.96.075H1.895c-.275-.002-.551.014-.823-.025-.549-.062-.989-.592-.984-1.138V1.303C.088.737.567.202 1.138.168m.001.262C.679.467.346.927.35 1.37.351 8.456.348 15.542.351 22.629a.875.875 0 0 0 .634.848c.473.082.955.053 1.433.057l15.564.001c.283-.002.571.016.849-.048.405-.097.689-.514.674-.923-.003-7.062.001-14.124-.001-21.186.016-.409-.264-.83-.673-.92-.406-.103-.829-.057-1.243-.046-5.483.02-10.969-.019-16.451.02z"/><path fill="#fffffe" d="M1.133.942A.941.941 0 0 1 1.37.909C6.908.908 12.446.91 17.984.908c.292.011.614-.041.882.097.267.303.136.725.146 1.088-.006 6.846.004 13.691-.005 20.536-.006.295-.309.424-.567.407-5.559.007-11.118-.006-16.677.007-.331.022-.899.051-.914-.411C.842 15.567.848 8.501.845 1.436.837 1.24.911.982 1.133.942m5.704 6.355c-.203.273.086.721.42.641.502-.107.984-.289 1.479-.422.002 2.586-.001 5.171.001 7.757.794.002 1.587.002 2.381 0 .003-2.586 0-5.171.001-7.757.496.134.978.318 1.481.423.349.078.636-.396.405-.67a2785.43 2785.43 0 0 0-3.079-4.544C8.895 4.249 7.861 5.77 6.836 7.297M4.667 17.23a1.017 1.017 0 0 0-.651.388c-.58.908-.577 2.114-.112 3.07.401.794 1.754.819 2.137 0 .481-.864.439-1.951.052-2.841-.247-.528-.875-.768-1.426-.617m2.576.029c-.002 1.319-.001 2.639 0 3.958.208.002.416.002.624 0 .003-.891-.002-1.781.002-2.672.509.877.991 1.769 1.503 2.643.173.069.38.015.566.028v-3.958a26.034 26.034 0 0 0-.625.001c-.004.836.006 1.671-.005 2.507-.494-.831-.953-1.683-1.449-2.513-.205.003-.411.004-.616.005m3.628.001c-.002 1.32-.001 2.639-.001 3.958.82.002 1.64.002 2.46-.001a56.26 56.26 0 0 0 0-.581c-.608-.001-1.216-.004-1.824.002-.024-1.126-.002-2.253-.01-3.379a32.449 32.449 0 0 0-.624 0m2.07.001c.454.749.936 1.481 1.377 2.236.028.574.001 1.15.012 1.724l.623-.001c.011-.574-.016-1.15.012-1.723.436-.755.914-1.487 1.362-2.235a10.223 10.223 0 0 0-.743.006c-.312.509-.632 1.013-.95 1.518-.324-.507-.624-1.029-.956-1.53-.245.006-.491.003-.737.005z"/><path fill="#fffffe" d="M4.727 17.879c.285-.118.665-.02.8.274.32.668.304 1.485.002 2.156-.177.412-.832.454-1.057.069-.318-.585-.324-1.298-.15-1.929.067-.222.177-.478.406-.57zM18.692 23.933c.109-.063.246-.114.367-.048-.105.083-.244.069-.367.048z"/><path fill="#282727" d="M0 .815C.214.485.5.199.866.044c.364-.031.73-.039 1.095-.033h15.303c.581.004 1.163-.016 1.742.032.492.207.969.691.876 1.265-.009 7.216.001 14.432-.005 21.648-.105.415-.45.732-.818.929-.121-.066-.258-.016-.367.048-5.859-.016-11.719.048-17.578-.055-.517.036-.946-.374-1.114-.832V.816M1.14.169C.568.202.09.737.09 1.304v21.328c-.006.545.434 1.076.984 1.138.272.039.548.023.823.025H18.05c.32-.001.649.02.96-.075.438-.167.766-.619.756-1.092-.001-7.041-.002-14.082.001-21.123.101-.688-.483-1.38-1.188-1.346C12.767.16 6.954.139 1.142.17z"/><path fill="#1a1919" d="M1.139.43C6.621.391 12.106.43 17.59.41c.414-.011.836-.057 1.243.046.409.09.689.511.673.92.002 7.062-.002 14.124.001 21.186.015.409-.269.826-.674.923-.279.065-.566.046-.849.048L2.42 23.532c-.478-.004-.96.025-1.433-.057a.873.873 0 0 1-.634-.848C.35 15.541.352 8.454.352 1.368.347.925.68.465 1.141.428m-.008.514c-.222.039-.296.298-.288.494.003 7.065-.003 14.131.004 21.196.015.462.583.432.914.411 5.559-.012 11.118 0 16.677-.007.258.017.561-.112.567-.407.009-6.845-.001-13.69.005-20.536-.01-.362.121-.785-.146-1.088-.268-.137-.59-.086-.882-.097L1.37.909a.948.948 0 0 0-.237.033z"/><path fill="#1a1919" d="M6.837 7.297c1.025-1.527 2.059-3.048 3.09-4.572a2410.41 2410.41 0 0 1 3.079 4.544c.231.275-.056.748-.405.67-.502-.105-.985-.289-1.481-.423-.001 2.586.001 5.171-.001 7.757-.794.002-1.587.002-2.381 0-.002-2.586.001-5.171-.001-7.757-.495.133-.978.315-1.479.422-.334.08-.623-.368-.42-.641zM4.667 17.23c.551-.151 1.179.089 1.426.617.386.89.429 1.978-.052 2.841-.383.819-1.736.794-2.137 0-.465-.955-.468-2.161.112-3.07.158-.201.394-.356.651-.388m.06.649c-.23.092-.339.348-.406.57-.174.631-.168 1.345.15 1.929.226.385.881.343 1.057-.069.302-.671.318-1.488-.002-2.156-.135-.294-.515-.392-.8-.274zM7.243 17.259c.205-.001.411-.001.616-.005.496.831.955 1.683 1.449 2.513.011-.836.001-1.671.005-2.507.208-.003.416-.003.625-.001v3.958c-.186-.013-.392.041-.566-.028-.512-.874-.995-1.766-1.503-2.643-.004.891.001 1.781-.002 2.672-.208.002-.416.002-.624 0-.001-1.32-.002-2.639 0-3.958zM10.871 17.259c.208-.002.416-.002.624 0 .009 1.126-.013 2.253.01 3.379.608-.006 1.216-.003 1.824-.002v.581c-.819.003-1.639.003-2.46.001.001-1.32-.001-2.639.001-3.958zM12.942 17.259c.246-.002.492.001.737-.005.332.502.632 1.023.956 1.53.318-.505.638-1.009.95-1.518.247-.013.495-.01.743-.006-.449.748-.926 1.48-1.362 2.235-.027.573-.001 1.148-.012 1.723l-.623.001c-.012-.574.016-1.15-.012-1.724-.441-.755-.923-1.487-1.377-2.236z"/></symbol><symbol viewBox="0 0 14 24" id="regulatory--go-straight-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M1.689 0h10.362c.868.107 1.585.826 1.703 1.69v20.606A2.004 2.004 0 0 1 12.07 24H1.693c-.861-.111-1.575-.829-1.692-1.687V1.696A1.997 1.997 0 0 1 1.69 0m-.151.717a1.252 1.252 0 0 0-.878 1.208v20.151c-.025.678.585 1.289 1.264 1.263 3.141.002 6.281-.001 9.422.001.339-.004.697.035 1.014-.113.441-.198.741-.668.731-1.153.002-6.717.002-13.434 0-20.15a1.253 1.253 0 0 0-.686-1.129c-.325-.174-.704-.131-1.059-.136H2.406c-.289.004-.586-.024-.867.058z"/><path fill="#0066b3" d="M1.748 1.011c3.337-.048 6.679-.008 10.017-.02.523-.042 1.018.4.996.931.006 6.697.001 13.393.003 20.089.043.52-.404 1.019-.932.997-3.303.002-6.607.002-9.909 0-.501.02-.948-.431-.93-.93C.988 15.381.992 8.685.991 1.99c-.036-.458.294-.915.758-.979m1.284 4.087c-.174.182-.442.375-.41.657.241.294.681.228 1.01.155.64-.195 1.254-.467 1.89-.676.007 1.921-.008 3.842.008 5.763.897.023 1.795.023 2.691 0 .016-1.921.001-3.843.008-5.763.633.208 1.246.479 1.884.675.331.074.774.142 1.016-.155.032-.28-.236-.474-.409-.656-1.283-1.093-2.549-2.205-3.843-3.282-1.295 1.078-2.562 2.189-3.845 3.282m2.173 7.446c-.406 1.76-.81 3.522-1.217 5.282-1.089-.162-2.216.615-2.406 1.708-.26 1.134.58 2.356 1.729 2.524 1.088.217 2.239-.56 2.453-1.645.238-.979-.329-2.037-1.243-2.436.12-.532.242-1.063.367-1.594.481.914.961 1.827 1.439 2.742l-.221.017v1.204l1.644.001.003-.387.205-.008c.025.689.353 1.375.936 1.761.763.544 1.88.491 2.588-.123.79-.639.999-1.862.464-2.727-.455-.799-1.446-1.201-2.335-1.001-.204-.585-.417-1.166-.616-1.752.173-.354.336-.713.505-1.069.247-.002.494-.002.741-.002.002-.325.001-.651 0-.975-.837 0-1.673-.001-2.51.001l-.001.974h1.161l-.263.566c-1.187.002-2.374.001-3.561 0 .193-.837.384-1.675.579-2.511l1.249-.001v-.549H5.207z"/><path fill="#0066b3" d="M5.395 16.158c.99-.003 1.979-.003 2.969-.001a808.16 808.16 0 0 1-1.404 2.978c-.526-.99-1.045-1.984-1.564-2.977zM7.586 19.09c.368-.748.71-1.509 1.073-2.26.148.408.292.816.435 1.225a2.352 2.352 0 0 0-1.049 1.293l-.271.003-.037-.193-.151-.069zM2.387 19.03c.326-.472.913-.706 1.476-.667-.105.479-.218.956-.328 1.434.179.043.358.085.536.131.11-.467.212-.935.326-1.401.832.418 1.143 1.582.579 2.337-.516.788-1.753.902-2.406.223-.554-.521-.635-1.448-.182-2.058zM9.799 18.384c.544-.083 1.129.091 1.493.514.528.567.531 1.525.009 2.098-.491.586-1.421.714-2.055.287-.453-.281-.71-.801-.734-1.327.613-.003 1.225.001 1.838-.002a38.81 38.81 0 0 1 .001-.591l-.219-.032c-.112-.316-.227-.631-.334-.949z"/><path fill="#0066b3" d="M8.628 19.347c.149-.306.371-.568.653-.759.094.252.184.507.272.762-.309 0-.617.001-.925-.003z"/><path fill="#fff" d="M1.539.717c.281-.082.578-.054.867-.058h8.941c.355.005.734-.038 1.059.136.419.207.697.661.686 1.129.002 6.717.002 13.434 0 20.15.01.485-.29.954-.731 1.153-.317.148-.675.109-1.014.113-3.141-.002-6.281.001-9.422-.001-.679.026-1.289-.585-1.264-1.263V1.925A1.253 1.253 0 0 1 1.539.717m.209.294c-.464.063-.794.521-.758.979.001 6.696-.003 13.392.002 20.088-.018.499.43.95.93.93 3.302.002 6.606.002 9.909 0 .528.022.975-.477.932-.997-.002-6.697.003-13.393-.003-20.089.023-.532-.473-.973-.996-.931-3.338.012-6.68-.028-10.017.02z"/><path fill="#fff" d="M3.033 5.098c1.283-1.093 2.55-2.204 3.845-3.282 1.295 1.078 2.561 2.19 3.843 3.282.173.182.441.376.409.656-.242.296-.686.228-1.016.155-.637-.195-1.25-.466-1.884-.675-.008 1.921.008 3.842-.008 5.763-.896.023-1.794.023-2.691 0-.016-1.921-.001-3.843-.008-5.763-.636.209-1.25.481-1.89.676-.329.072-.77.139-1.01-.155-.032-.281.236-.474.41-.657zM5.206 12.544h1.689v.549l-1.249.001c-.195.836-.386 1.674-.579 2.511 1.187.001 2.374.002 3.561 0l.263-.566H7.73c-.001-.325-.001-.65.001-.974l2.51-.001c.001.325.002.65 0 .975-.247 0-.494 0-.741.002-.169.356-.332.714-.505 1.069.199.586.413 1.167.616 1.752.89-.199 1.88.202 2.335 1.001.535.864.326 2.088-.464 2.727-.708.614-1.825.667-2.588.123-.582-.386-.911-1.072-.936-1.761l-.205.008-.003.387c-.547 0-1.095.001-1.644-.001v-1.204l.221-.017c-.478-.915-.958-1.828-1.439-2.742-.125.531-.247 1.062-.367 1.594.914.399 1.481 1.457 1.243 2.436-.214 1.085-1.365 1.862-2.453 1.645-1.149-.168-1.989-1.39-1.729-2.524.19-1.093 1.317-1.87 2.406-1.708.407-1.76.811-3.522 1.217-5.282m.19 3.614c.52.993 1.038 1.987 1.564 2.977.47-.992.938-1.984 1.404-2.978-.99-.002-1.979-.002-2.969.001m2.192 2.932l.151.069.037.193.271-.003a2.36 2.36 0 0 1 1.049-1.293c-.144-.409-.287-.818-.435-1.225-.363.751-.706 1.512-1.073 2.26m-5.199-.061c-.452.609-.371 1.537.182 2.058.653.679 1.89.565 2.406-.223.564-.755.253-1.919-.579-2.337-.113.466-.216.934-.326 1.401-.178-.045-.357-.087-.536-.131.11-.478.224-.954.328-1.434-.563-.039-1.15.195-1.476.667m7.413-.647c.107.318.221.633.334.949l.219.032c-.002.197-.002.393-.001.591-.613.003-1.225-.001-1.838.002.024.525.281 1.045.734 1.327.633.427 1.564.298 2.055-.287.522-.573.519-1.531-.009-2.098-.364-.424-.949-.597-1.493-.514m-1.172.961c.308.004.616.003.925.003-.089-.255-.178-.51-.272-.762a1.95 1.95 0 0 0-.653.759z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.46 0h3.087c3.381.527 6.58 2.395 8.456 5.29 1.085 1.526 1.655 3.348 1.997 5.17v3.087c-.642 4.579-3.998 8.681-8.47 9.974.015-5.196.007-10.393.022-15.59.841.022 1.68.051 2.521.049-1.271-2.327-2.576-4.635-3.861-6.953C12.93 3.31 11.7 5.624 10.454 7.928c.849-.003 1.699.003 2.549.045.014 1.639-.026 3.279.051 4.918-1.236-.802-2.781-.318-4.16-.465.003-.911.048-1.821.041-2.732a437.67 437.67 0 0 0-6.887 4.092c2.277 1.333 4.552 2.666 6.832 3.989.007-.883.001-1.765.036-2.648 1.005.022 2.011-.016 3.014.029.717.026 1.17.769 1.152 1.433.015 2.469-.001 4.94.004 7.41h-2.633c-3.382-.527-6.581-2.395-8.458-5.291C.91 17.182.34 15.362-.002 13.539v-3.087c.346-1.821.913-3.64 1.997-5.163 1.877-2.896 5.08-4.767 8.463-5.29z"/><path fill="#fff" d="M10.454 7.928c1.245-2.304 2.475-4.618 3.758-6.901 1.285 2.318 2.589 4.626 3.861 6.953-.841.001-1.68-.027-2.521-.049-.015 5.198-.007 10.394-.022 15.59-.651.221-1.332.325-2 .479h-.443c-.005-2.47.011-4.941-.004-7.41.018-.664-.435-1.407-1.152-1.433-1.004-.045-2.009-.007-3.014-.029-.034.883-.029 1.765-.036 2.648-2.281-1.323-4.556-2.656-6.832-3.989a442.293 442.293 0 0 1 6.887-4.092c.007.911-.038 1.821-.041 2.732 1.378.147 2.924-.337 4.16.465-.077-1.639-.037-3.279-.051-4.918a47.15 47.15 0 0 0-2.549-.045z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--go-straight-or-turn-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M0 1.06C.138.551.611.079 1.166.11 7.009.069 12.853.112 18.696.103c.563-.07.992.444 1.204.908v22.056c-.179.479-.596.855-1.109.933H1.098c-.515-.067-.927-.456-1.098-.934V1.06M1.184.211C.568.225.049.821.091 1.43c.002 7.072.002 14.143 0 21.216-.036.513.322 1.013.804 1.176.223.057.456.059.685.056h16.514c.294-.003.593.019.882-.05.455-.144.807-.589.822-1.069V1.317c-.02-.616-.592-1.149-1.212-1.113C12.785.207 6.984.192 1.184.212z"/><path fill="#1a1919" d="M1.183.474C6.644.45 12.106.474 17.566.462c.513-.003 1.067-.105 1.543.141.19.136.344.339.4.568.048.334.032.674.026 1.01v20.54c-.02.381-.293.747-.666.848-.229.057-.467.045-.701.046H1.88c-.422 0-.9.045-1.243-.253-.202-.144-.254-.409-.284-.639V1.389C.362.942.716.491 1.182.474m-.079.519c-.167.071-.256.261-.254.436v20.916c.002.196-.032.409.064.589.227.271.62.183.931.187 5.555-.004 11.111.001 16.666-.003.244.021.508-.134.528-.395.005-6.873-.002-13.746.003-20.619-.01-.329.112-.703-.106-.99-.097-.156-.303-.15-.465-.154H1.317c-.072.003-.146.005-.214.033z"/><path fill="#1a1919" d="M10.688 6.176c.999-1.44 2.003-2.876 3.005-4.314 1.013 1.427 2.029 2.851 3.038 4.281.226.302-.071.776-.441.7-.471-.156-.947-.297-1.421-.442V21.46h-2.315c-.002-.708.001-1.416-.002-2.125a8.48 8.48 0 0 0-1.87-5.189 10.152 10.152 0 0 0-1.431-1.388c-.987-.762-2.171-1.191-3.312-1.661-.052.517-.08 1.037-.141 1.552-.082.357-.589.43-.799.149-.937-1.488-1.881-2.971-2.819-4.459 1.698-.379 3.397-.761 5.096-1.137.361-.096.74.328.516.663-.323.391-.657.774-.983 1.164 1.157.425 2.362.79 3.379 1.51.909.583 1.691 1.34 2.364 2.181V6.411c-.481.147-.954.325-1.439.454-.363.057-.646-.391-.425-.689z"/><path fill="#fffffe" d="M1.184.211c5.8-.02 11.602-.004 17.402-.008.62-.036 1.192.497 1.212 1.113v21.442c-.015.48-.368.925-.822 1.069-.289.069-.588.047-.882.05H1.58a2.623 2.623 0 0 1-.685-.056c-.482-.163-.84-.663-.804-1.176.002-7.072.002-14.144 0-21.216C.05.82.568.224 1.184.21m-.001.264c-.466.017-.82.469-.829.915v21.334c.03.231.083.495.284.639.343.298.821.254 1.243.253h16.288c.234-.001.472.011.701-.046.373-.102.647-.467.666-.848V2.181c.006-.337.021-.676-.026-1.01a1.014 1.014 0 0 0-.4-.568c-.477-.245-1.03-.144-1.543-.141C12.106.474 6.644.45 1.184.474z"/><path fill="#fffffe" d="M1.103.993c.067-.028.142-.03.214-.033H18.47c.162.005.368-.002.465.154.219.286.097.661.106.99-.005 6.873.002 13.746-.003 20.619-.02.261-.284.416-.528.395-5.555.004-11.111-.001-16.666.003-.311-.004-.703.084-.931-.187-.096-.18-.062-.393-.064-.589V1.429c-.002-.175.087-.365.254-.436m9.585 5.183c-.221.298.062.746.425.689.485-.129.958-.308 1.439-.454v6.309c-.673-.841-1.455-1.598-2.364-2.181-1.018-.72-2.222-1.085-3.379-1.51.325-.39.66-.773.983-1.164.224-.336-.155-.759-.516-.663-1.699.377-3.398.758-5.096 1.137.937 1.488 1.882 2.971 2.819 4.459.21.281.717.208.799-.149.061-.515.09-1.035.141-1.552 1.141.47 2.325.899 3.312 1.661.515.42 1.007.875 1.431 1.388a8.474 8.474 0 0 1 1.87 5.189c.003.708 0 1.416.002 2.125h2.315V6.401c.474.146.951.287 1.421.442.371.075.667-.398.441-.7-1.009-1.43-2.025-2.854-3.038-4.281-1.002 1.437-2.006 2.874-3.005 4.314z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.158 0h1.438c4.596.208 8.917 3.25 10.565 7.559.449 1.073.65 2.222.84 3.364v2.132c-.392 4.084-2.926 7.914-6.643 9.701-1.327.686-2.795 1.031-4.265 1.244h-2.128c-1.4-.196-2.797-.508-4.073-1.134C2.991 21.096.341 17.096 0 12.852v-1.67c.185-1.53.521-3.059 1.218-4.442C3.025 2.919 6.97.339 11.158.001m-.068 2.34a9.701 9.701 0 0 0-6.302 3.172c-2.716 2.932-3.274 7.589-1.339 11.083 1.738 3.33 5.536 5.429 9.281 5.099 3.629-.226 6.98-2.692 8.298-6.076 1.081-2.658.888-5.794-.508-8.3-1.794-3.331-5.662-5.392-9.43-4.978z"/><path fill="#fff" d="M11.09 2.341c3.768-.414 7.636 1.646 9.43 4.978 1.396 2.507 1.589 5.642.508 8.3-1.318 3.384-4.669 5.85-8.298 6.076-3.745.33-7.543-1.769-9.281-5.099-1.934-3.494-1.376-8.152 1.339-11.083a9.706 9.706 0 0 1 6.302-3.172m-.152 6.579c-.194.217-.067.586.22.641.446-.047.864-.239 1.298-.346.005 1.373 0 2.747.004 4.121a5.123 5.123 0 0 0-3.812-1.15c.121-.425.282-.836.377-1.267.07-.322-.362-.575-.611-.359-1.241.854-2.46 1.741-3.686 2.616 1.202.833 2.407 1.664 3.614 2.491.244.247.734.052.685-.308-.085-.439-.248-.857-.36-1.289 1.718-.248 3.503 1.006 3.779 2.732.034.637 0 1.278.014 1.916.668.001 1.338.005 2.006-.001.002-3.173-.004-6.346.004-9.518.418.104.824.257 1.249.331.329.004.48-.431.254-.654-.845-1.195-1.69-2.393-2.545-3.581a430.006 430.006 0 0 0-2.49 3.624z"/><path d="M10.938 8.92c.823-1.213 1.655-2.42 2.49-3.624.856 1.188 1.7 2.386 2.545 3.581.226.223.074.658-.254.654-.425-.074-.832-.227-1.249-.331-.007 3.173-.001 6.346-.004 9.518-.668.006-1.338.002-2.006.001-.014-.638.019-1.279-.014-1.916-.276-1.727-2.06-2.981-3.779-2.732.112.432.275.85.36 1.289.049.36-.442.556-.685.308a825.693 825.693 0 0 1-3.614-2.491c1.226-.875 2.446-1.762 3.686-2.616.248-.216.68.037.611.359-.095.431-.256.842-.377 1.267a5.119 5.119 0 0 1 3.812 1.15c-.004-1.374.001-2.748-.004-4.121-.434.107-.852.299-1.298.346-.287-.055-.414-.424-.22-.641z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.444 0h3.113c2.949.518 5.83 1.937 7.71 4.313 1.481 1.731 2.32 3.911 2.732 6.131v3.113c-.518 2.949-1.936 5.83-4.312 7.71-1.733 1.481-3.913 2.32-6.133 2.732H11.18c.003-2.552-.008-5.105.004-7.656-.001-.621.409-1.329 1.081-1.374.977-.034 1.957-.015 2.935-.025.017.851.008 1.702.025 2.553 2.185-1.294 4.4-2.538 6.568-3.861a1814.66 1814.66 0 0 0-6.591-3.92c-.005.868-.004 1.735.016 2.603-1.309.229-2.831-.368-3.969.493-.001-1.582.007-3.165.012-4.747.818-.063 1.638-.033 2.457-.051a1033.945 1033.945 0 0 0-3.597-6.633 573.73 573.73 0 0 0-3.723 6.682c.8.028 1.601-.04 2.403-.04.005 5.205.051 10.408.055 15.612-2.215-.636-4.303-1.851-5.827-3.589-1.638-1.803-2.602-4.112-3.03-6.489v-3.113C.413 8.225 1.25 6.045 2.731 4.313 4.611 1.937 7.494.519 10.443.001z"/><path fill="#fff" d="M6.4 8.062a573.73 573.73 0 0 1 3.723-6.682c1.205 2.207 2.408 4.416 3.597 6.633-.819.018-1.639-.012-2.457.051-.005 1.582-.013 3.165-.012 4.747 1.138-.861 2.66-.264 3.969-.493a90.351 90.351 0 0 1-.016-2.603c2.2 1.303 4.396 2.61 6.591 3.92-2.168 1.323-4.383 2.567-6.568 3.861-.017-.851-.008-1.702-.025-2.553-.978.011-1.958-.009-2.935.025-.673.045-1.083.753-1.081 1.374-.012 2.552-.001 5.105-.004 7.656h-.779c-.497-.191-1.038-.212-1.544-.365-.004-5.204-.05-10.407-.055-15.612-.802 0-1.602.067-2.403.04z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--go-straight-or-turn-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M0 1.006C.184.608.504.222.939.105 6.87.112 12.802.07 18.733.111c.552-.033 1.014.434 1.167.934v22.027c-.175.472-.577.855-1.086.929H1.097C.591 23.916.179 23.545 0 23.07V1.007M1.183.212C.61.23.121.753.101 1.318.103 8.477.1 15.637.102 22.796c.039.588.577 1.1 1.173 1.08 5.783.004 11.565.003 17.347 0 .611.025 1.167-.509 1.185-1.115V1.314C19.786.71 19.232.179 18.622.204 12.903.199 7.185.204 1.466.202c-.095-.001-.19 0-.284.01z"/><path fill="#1a1919" d="M1.215.465C1.636.407 2.06.464 2.482.464h15.837c.206-.002.415-.007.616.049.358.128.6.501.611.876v21.335c-.029.258-.105.55-.35.685-.326.247-.756.203-1.14.207-5.455-.002-10.909 0-16.363-.001-.239-.001-.486.012-.716-.062-.397-.136-.655-.568-.614-.982.002-7.034 0-14.069.001-21.102C.322.974.715.496 1.216.466m-.077.523c-.218.073-.313.34-.303.553.035.652.021 1.305.024 1.957v19.187c-.005.276.272.459.53.433 5.555.004 11.111-.001 16.666.002.304-.004.678.079.914-.166.115-.165.079-.382.081-.572V1.43c.012-.238-.176-.489-.431-.468C12.915.959 7.21.962 1.505.96c-.122.003-.247-.003-.366.029z"/><path fill="#1a1919" d="M3.169 6.143c1.009-1.429 2.024-2.854 3.038-4.279C7.214 3.308 8.225 4.75 9.225 6.199c.205.31-.107.739-.464.663-.474-.137-.94-.304-1.412-.451-.003 2.103-.001 4.206-.002 6.309.684-.856 1.483-1.621 2.409-2.211 1.007-.703 2.193-1.059 3.333-1.479-.287-.339-.572-.681-.863-1.017-.101-.099-.187-.228-.18-.375-.017-.288.315-.497.578-.435 1.698.377 3.396.758 5.094 1.136-.94 1.496-1.889 2.987-2.832 4.481-.224.257-.703.177-.785-.171-.06-.515-.089-1.034-.14-1.551-1.133.466-2.307.893-3.29 1.644-.79.637-1.524 1.366-2.045 2.243a8.445 8.445 0 0 0-1.277 4.351c-.003.708 0 1.416-.002 2.125H5.032V6.403c-.474.146-.95.285-1.419.442-.371.076-.67-.398-.443-.701z"/><path fill="#fffffe" d="M1.183.212c.094-.01.189-.011.284-.01C7.186.204 12.904.199 18.623.204c.61-.025 1.164.506 1.185 1.11v21.447c-.018.606-.574 1.14-1.185 1.115-5.782.003-11.565.004-17.347 0-.596.02-1.134-.492-1.173-1.08-.002-7.159 0-14.318-.001-21.478C.122.754.611.231 1.184.212m.031.253C.714.495.321.973.363 1.468c0 7.034.001 14.068-.001 21.102-.041.413.217.846.614.982.23.075.477.061.716.062 5.455 0 10.909-.001 16.363.001.384-.003.814.041 1.14-.207.245-.135.321-.427.35-.685V1.388c-.011-.374-.252-.748-.611-.876-.201-.056-.41-.051-.616-.049H2.481c-.422 0-.846-.056-1.267.001z"/><path fill="#fffffe" d="M1.139.989c.119-.032.244-.026.366-.029C7.21.962 12.915.959 18.62.962c.255-.021.442.23.431.468v20.953c-.002.19.034.407-.081.572-.236.245-.609.162-.914.166-5.555-.003-11.111.002-16.666-.002-.258.026-.534-.157-.53-.433V3.499C.858 2.847.872 2.194.836 1.542c-.011-.213.085-.48.303-.553m2.03 5.154c-.226.303.072.777.443.701.469-.157.946-.296 1.419-.442V21.46h2.315c.002-.708-.001-1.416.002-2.125a8.464 8.464 0 0 1 1.277-4.351c.522-.877 1.256-1.606 2.045-2.243.984-.751 2.157-1.178 3.29-1.644.052.516.081 1.036.14 1.551.082.348.561.428.785.171.943-1.494 1.892-2.985 2.832-4.481-1.698-.378-3.396-.76-5.094-1.136-.263-.062-.595.147-.578.435-.008.147.079.276.18.375.291.336.576.677.863 1.017-1.14.42-2.327.777-3.333 1.479-.927.59-1.725 1.355-2.409 2.211.001-2.103-.002-4.206.002-6.309.471.147.938.314 1.412.451.357.076.669-.353.464-.663-1-1.449-2.011-2.891-3.018-4.335-1.014 1.426-2.029 2.851-3.038 4.279z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--go-straight-or-turn-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.084 0h1.792c1.052.169 2.117.311 3.122.683 3.38 1.166 6.155 3.932 7.328 7.312.347.928.494 1.909.673 2.879v2.23c-.421 4.064-2.936 7.874-6.644 9.653-1.318.683-2.772 1.022-4.23 1.244h-2.232c-2.753-.34-5.432-1.512-7.384-3.51-2.039-2-3.212-4.751-3.51-7.571v-1.792c.185-1.237.395-2.483.888-3.64C2.232 4.1 5.219 1.424 8.734.457 9.501.229 10.3.146 11.084 0m.003 2.338a9.735 9.735 0 0 0-6.626 3.559c-2.54 3.049-2.875 7.692-.8 11.074 1.793 3.085 5.389 4.993 8.95 4.733 3.672-.179 7.086-2.665 8.419-6.085 1.134-2.796.864-6.116-.733-8.68-1.866-3.125-5.592-4.979-9.209-4.601z"/><path fill="#fff" d="M11.087 2.338c3.617-.378 7.343 1.476 9.209 4.601 1.597 2.563 1.867 5.884.733 8.68-1.333 3.42-4.747 5.906-8.419 6.085-3.56.26-7.157-1.648-8.95-4.733-2.075-3.382-1.74-8.024.8-11.074a9.735 9.735 0 0 1 6.626-3.559M8.044 8.887c-.212.217-.078.619.233.643.437-.064.852-.224 1.278-.334.004 3.174 0 6.348.002 9.522.668.002 1.337.002 2.006 0 .017-.662-.034-1.328.023-1.988.319-1.694 2.072-2.902 3.769-2.663-.113.467-.32.916-.362 1.397.061.299.452.413.673.21 1.214-.826 2.42-1.664 3.63-2.498-1.235-.875-2.453-1.774-3.704-2.624-.246-.204-.666.056-.592.365.089.431.252.842.372 1.265a5.152 5.152 0 0 0-3.809 1.153c.002-1.374-.002-2.747.002-4.12.425.108.835.29 1.273.343.313-.026.443-.437.232-.658-.818-1.207-1.648-2.407-2.477-3.607-.854 1.195-1.708 2.39-2.55 3.594z"/><path d="M8.044 8.887c.842-1.204 1.696-2.399 2.55-3.594.829 1.2 1.658 2.4 2.477 3.607.211.221.082.631-.232.658-.438-.053-.848-.235-1.273-.343-.005 1.373 0 2.746-.002 4.12a5.152 5.152 0 0 1 3.809-1.153c-.12-.422-.283-.834-.372-1.265-.074-.308.346-.569.592-.365 1.252.851 2.47 1.75 3.704 2.624-1.21.834-2.416 1.673-3.63 2.498-.221.203-.612.089-.673-.21.042-.481.25-.93.362-1.397-1.697-.239-3.45.968-3.769 2.663-.056.66-.006 1.326-.023 1.988-.67.002-1.338.002-2.006 0-.002-3.174.001-6.348-.002-9.522-.426.109-.841.27-1.278.334-.311-.024-.445-.426-.233-.643z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--heavy-goods-vehicles-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03694f" d="M10.498 0h1.852c.489.112.99.19 1.493.129.773.047 1.522.281 2.245.545.141.308.564.532.881.363.245.106.488.217.712.363a10.147 10.147 0 0 0 2.168 1.51.083.083 0 0 1 .017.015c.272.497.708.949 1.212 1.209a.066.066 0 0 0 .014.015c.866 1.473 1.953 2.907 2.365 4.625.529 1.557.491 3.204.469 4.823-.524 4.467-3.846 8.42-8.108 9.81-.756.278-1.56.369-2.33.592h-2.944c-4.455-.623-8.49-3.764-9.913-8.07-.299-.791-.401-1.634-.63-2.444v-2.941c.214-.782.313-1.595.591-2.361C1.98 3.839 6.022.644 10.499-.001m.333 2.489c-4.66.383-8.625 4.534-8.749 9.216-.351 4.905 3.611 9.592 8.494 10.098 3.608.504 7.382-1.264 9.343-4.325 2.35-3.474 2.046-8.458-.732-11.605-2.013-2.406-5.236-3.714-8.356-3.384z"/><path fill="#6e948a" opacity=".79" d="M12.349 0h1.249l.245.129C13.34.19 12.839.112 12.35 0z"/><path fill="#fff" d="M16.088.674c.304.094.6.214.881.363-.317.169-.74-.055-.881-.363zM17.681 1.401c.775.421 1.525.902 2.168 1.51-.77-.39-1.53-.931-2.168-1.51zM10.832 2.488c3.12-.33 6.343.978 8.356 3.384 2.778 3.147 3.082 8.131.732 11.605-1.961 3.061-5.736 4.829-9.343 4.325-4.884-.506-8.845-5.193-8.494-10.098.125-4.682 4.089-8.833 8.749-9.216M6.916 16.041c3.237.008 6.475.008 9.712 0-.018-3.744.073-7.505-.046-11.239-3.216.021-6.433.015-9.649.003-.055 3.743-.018 7.492-.018 11.236m.027.82a40.638 40.638 0 0 0-.005 1.975c.006.696 1.042.728 1.429.333.431.286 1.113.393 1.466-.067.056-.743.035-1.489.02-2.231-.202-.577-1.022-.527-1.425-.199-.431-.284-1.268-.409-1.486.19m6.759.011c-.017.737-.068 1.487.03 2.216.313.46 1.022.384 1.423.082.395.325 1.256.406 1.448-.179.039-.708.027-1.419.009-2.125-.225-.585-1.036-.501-1.454-.185-.412-.319-1.268-.419-1.457.191zM19.865 2.926c.45.354.857.761 1.212 1.209a3.008 3.008 0 0 1-1.212-1.209zM21.091 4.15c1.625 1.77 2.506 4.092 2.909 6.431v3.223l-.074-.207c.021-1.619.059-3.266-.469-4.823-.412-1.718-1.499-3.152-2.365-4.625z"/><path fill="#2b2e34" d="M6.916 16.041c0-3.744-.036-7.493.018-11.236 3.216.012 6.433.018 9.649-.003.118 3.734.027 7.495.046 11.239-3.237.008-6.475.008-9.712 0zM6.942 16.861c.217-.598 1.054-.474 1.486-.19.403-.328 1.223-.378 1.425.199.015.743.036 1.489-.02 2.231-.352.46-1.034.352-1.466.067-.387.395-1.423.363-1.429-.333a40.638 40.638 0 0 1 .005-1.975zM13.7 16.873c.188-.611 1.045-.51 1.457-.191.418-.316 1.229-.399 1.454.185.018.706.03 1.417-.009 2.125-.191.585-1.053.504-1.448.179-.401.302-1.11.378-1.423-.082-.099-.729-.047-1.479-.03-2.216z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--height-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M11.092 0h2.07c3.753.406 7.292 2.559 9.217 5.83 1.798 2.938 2.208 6.673 1.087 9.932-1.206 3.623-4.24 6.575-7.901 7.664-3.236 1.002-6.892.508-9.748-1.313C2.232 19.899-.036 15.703.182 11.48.316 6.904 3.367 2.612 7.602.903 8.71.414 9.907.211 11.093.001m.033 3.15c-4.275.432-7.846 4.329-7.859 8.633-.185 4.505 3.587 8.694 8.076 9.023 4.537.509 8.986-3.072 9.564-7.577.441-2.848-.666-5.85-2.791-7.783-1.856-1.721-4.47-2.596-6.989-2.295z"/><path fill="#fff" d="M11.126 3.151c2.519-.301 5.133.575 6.989 2.295 2.125 1.933 3.232 4.935 2.791 7.783-.577 4.505-5.027 8.086-9.564 7.577-4.489-.329-8.26-4.518-8.076-9.023.013-4.304 3.584-8.201 7.859-8.633M9.396 4.223c.803.829 1.629 1.638 2.425 2.477.842-.815 1.642-1.671 2.473-2.497-1.593-.447-3.306-.416-4.897.02M7.108 9.815c.417.115.835.225 1.255.327.18-.343.294-.78.666-.967.301-.07.579.281.448.56-.191.554-.784.784-1.299.934-.003.415-.003.829-.003 1.242.452.052 1.087-.02 1.325.47.122.38.032 1.046-.484 1.04-.468-.02-.519-.591-.66-.928-.473.087-.94.207-1.404.332.131 1.223 1.254 2.192 2.505 1.891 1.715-.183 2.266-2.74.723-3.569 1.114-.88.929-2.915-.484-3.366-1.303-.391-2.479.79-2.588 2.035m4.392.235c-.006 1.465-.003 2.929-.001 4.396.41.003.819.004 1.228.004.06-1.03-.047-2.068.054-3.095.154-.451.912-.34.94.132.057.986-.006 1.974.029 2.961.42.001.839 0 1.26-.004.02-.98-.025-1.961.019-2.94.022-.481.841-.669.967-.147.099 1.023.013 2.057.042 3.084.413.009.828.01 1.242.001-.025-1.159.058-2.327-.041-3.481-.311-1.193-1.919-1.367-2.781-.681-.847-.804-1.965.039-2.957-.231m-2.112 9.675a9.502 9.502 0 0 0 4.895.02 95.093 95.093 0 0 0-2.458-2.502c-.816.823-1.645 1.633-2.436 2.481z"/><path fill="#231f20" d="M9.396 4.223c1.591-.436 3.305-.467 4.897-.02-.831.826-1.631 1.683-2.473 2.497-.796-.839-1.622-1.648-2.425-2.477zM7.108 9.815C7.217 8.57 8.392 7.389 9.696 7.78c1.414.451 1.599 2.486.484 3.366 1.543.829.992 3.386-.723 3.569-1.251.301-2.374-.668-2.505-1.891.464-.125.931-.244 1.404-.332.141.337.192.908.66.928.516.006.607-.66.484-1.04-.239-.49-.873-.417-1.325-.47 0-.413 0-.828.003-1.242.515-.15 1.108-.38 1.299-.934.131-.279-.147-.63-.448-.56-.372.188-.486.624-.666.967-.42-.102-.838-.212-1.255-.327zM11.5 10.051c.992.271 2.111-.573 2.957.231.863-.687 2.47-.512 2.781.681.099 1.153.016 2.321.041 3.481-.415.009-.829.007-1.242-.001-.029-1.027.057-2.061-.042-3.084-.127-.522-.945-.335-.967.147-.044.979.001 1.959-.019 2.94-.42.004-.839.006-1.26.004-.035-.988.028-1.975-.029-2.961-.028-.473-.785-.583-.94-.132-.1 1.027.006 2.065-.054 3.095-.409 0-.817-.001-1.228-.004-.001-1.466-.004-2.931.001-4.396zM9.389 19.725c.791-.848 1.62-1.658 2.436-2.481a93.546 93.546 0 0 1 2.458 2.502 9.524 9.524 0 0 1-4.895-.02z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--high-beam-headlights--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.005 0h1.958c4.208.372 8.149 3.024 9.904 6.893.63 1.292.929 2.707 1.133 4.122v1.932c-.296 2.783-1.454 5.496-3.451 7.481-1.986 2.058-4.733 3.256-7.555 3.572h-1.957c-4.205-.38-8.143-3.026-9.901-6.893-.63-1.291-.93-2.706-1.135-4.12v-1.944c.193-1.457.516-2.91 1.17-4.235C2.939 2.99 6.841.384 11.006-.001m-.037 2.34a9.704 9.704 0 0 0-6.256 3.218C2.024 8.525 1.514 13.195 3.481 16.68c1.739 3.25 5.452 5.293 9.128 5.011 3.698-.179 7.14-2.699 8.444-6.161 1.099-2.803.809-6.115-.799-8.666-1.89-3.128-5.659-4.948-9.286-4.525z"/><path fill="#fff" d="M10.969 2.339c3.626-.422 7.396 1.397 9.286 4.525 1.608 2.551 1.898 5.863.799 8.666-1.304 3.462-4.746 5.982-8.444 6.161-3.677.282-7.39-1.762-9.128-5.011-1.967-3.485-1.457-8.155 1.232-11.123a9.702 9.702 0 0 1 6.256-3.218M7.483 5.216c-1.874.305-2.748 2.84-1.458 4.235 1.17 1.531 3.859 1.058 4.448-.773.779-1.822-1.076-3.965-2.99-3.462m7.921.008c-1.637.3-2.578 2.346-1.729 3.781.734 1.505 2.97 1.848 4.124.636.816-.776 1.032-2.095.49-3.086-.521-1.025-1.766-1.602-2.885-1.331m-8.161 8.511c-1.144.337-1.95 1.525-1.824 2.713.082 1.319 1.301 2.43 2.622 2.392 1.314.018 2.51-1.093 2.587-2.405.215-1.768-1.708-3.304-3.385-2.7m7.921.01c-1.158.355-1.954 1.59-1.784 2.794.13 1.316 1.387 2.386 2.708 2.299 1.318-.029 2.478-1.193 2.498-2.512.138-1.745-1.781-3.192-3.422-2.581z"/><path fill="#fff" d="M7.475 5.676c.852-.238 1.824.122 2.32.854.535.73.52 1.799-.028 2.518-.528.748-1.565 1.081-2.429.774-.856-.27-1.48-1.124-1.48-2.021-.034-.968.678-1.895 1.616-2.125zM15.395 5.684a2.164 2.164 0 0 1 2.338.826c.554.736.539 1.83-.025 2.556-.536.742-1.573 1.063-2.434.75-.847-.275-1.462-1.124-1.462-2.015-.032-.958.66-1.873 1.583-2.117zM5.828 16.428c1.463-.007 2.926-.006 4.39-.001-.122 1.073-1.082 1.985-2.178 1.966-1.106.037-2.089-.88-2.212-1.964zM13.781 16.427c1.464-.005 2.928-.006 4.391.001-.124 1.039-1.025 1.937-2.088 1.962-1.138.086-2.18-.845-2.303-1.963z"/><path d="M7.483 5.216c1.914-.503 3.769 1.64 2.99 3.462-.589 1.831-3.278 2.304-4.448.773-1.29-1.394-.416-3.93 1.458-4.235m-.008.46c-.938.23-1.65 1.157-1.616 2.125 0 .896.624 1.751 1.48 2.021.864.307 1.901-.026 2.429-.774.547-.719.563-1.788.028-2.518-.496-.732-1.468-1.092-2.32-.854zM15.404 5.224c1.118-.271 2.364.306 2.885 1.331.542.991.326 2.31-.49 3.086-1.154 1.212-3.39.869-4.124-.636-.848-1.435.092-3.481 1.729-3.781m-.009.46c-.923.244-1.615 1.159-1.583 2.117 0 .89.614 1.74 1.462 2.015.86.313 1.897-.008 2.434-.75.564-.726.58-1.82.025-2.556a2.163 2.163 0 0 0-2.338-.826zM7.243 13.735c1.678-.604 3.6.932 3.385 2.7-.077 1.312-1.273 2.423-2.587 2.405-1.321.038-2.54-1.073-2.622-2.392-.126-1.188.68-2.376 1.824-2.713m-1.415 2.693c.122 1.085 1.105 2.002 2.212 1.964 1.096.019 2.056-.893 2.178-1.966a535.328 535.328 0 0 0-4.39.001zM15.164 13.745c1.642-.611 3.56.836 3.422 2.581-.02 1.319-1.181 2.483-2.498 2.512-1.321.086-2.579-.983-2.708-2.299-.169-1.204.626-2.438 1.784-2.794m-1.383 2.682c.122 1.118 1.165 2.05 2.303 1.963 1.063-.025 1.964-.923 2.088-1.962a535.572 535.572 0 0 0-4.391-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--horn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0366b3" d="M10.716 0h2.547c4.498.513 8.592 3.66 10.067 7.966.334.887.481 1.825.67 2.749v2.549c-.513 4.498-3.66 8.592-7.966 10.067-.887.334-1.825.481-2.749.67h-2.55c-4.498-.514-8.591-3.66-10.065-7.966-.334-.886-.481-1.823-.67-2.746v-2.562c.183-.928.333-1.87.668-2.759C2.14 3.667 6.226.528 10.716.002m2.941 6.845c-.009-.743.001-1.485-.005-2.226-1.482 1.323-2.946 2.668-4.427 3.992-.003-.492-.001-.983-.004-1.474a228.09 228.09 0 0 0-2.734 3.669c.886-.521 1.733-1.105 2.612-1.634.005.349.005.697.009 1.046 1.348-.973 2.684-1.962 4.034-2.933.049.927.078 1.855.123 2.782 1.86-1.2 3.737-2.379 5.601-3.573.003-1.109.005-2.217-.003-3.324-1.741 1.216-3.469 2.452-5.206 3.676M1.346 11.665c-.274 1.358.727 2.694 2.076 2.899.005-.525.004-1.052.008-1.578.581.274 1.147.579 1.729.851a595.06 595.06 0 0 0 0-3.535c-.581.276-1.152.572-1.73.854-.005-.528.019-1.057-.034-1.583-1.017.22-1.958 1.006-2.049 2.092m5.143 1.658C7.377 14.564 8.31 15.775 9.222 17c0-.492-.001-.983.004-1.473 1.486 1.314 2.944 2.663 4.426 3.982.007-.74-.007-1.48.009-2.22 1.741 1.212 3.459 2.456 5.203 3.665.007-1.106.004-2.212.001-3.318-1.866-1.191-3.727-2.387-5.6-3.566-.049.922-.076 1.844-.125 2.766-1.351-.965-2.686-1.956-4.034-2.929l-.007 1.057c-.87-.549-1.732-1.11-2.612-1.642z"/><path fill="#fff" d="M13.657 6.847c1.737-1.224 3.465-2.46 5.206-3.676.008 1.107.005 2.216.003 3.324-1.864 1.195-3.741 2.373-5.601 3.573-.045-.927-.074-1.855-.123-2.782-1.35.971-2.685 1.96-4.034 2.933-.004-.349-.004-.697-.009-1.046-.879.529-1.726 1.112-2.612 1.634a232.632 232.632 0 0 1 2.734-3.669c.003.492.001.983.004 1.474 1.481-1.325 2.945-2.669 4.427-3.992.007.741-.004 1.484.005 2.226zM1.346 11.665c.09-1.086 1.032-1.872 2.049-2.092.053.526.029 1.055.034 1.583.578-.282 1.15-.578 1.73-.854a595.06 595.06 0 0 1 0 3.535c-.582-.272-1.148-.577-1.729-.851-.004.526-.003 1.053-.008 1.578-1.35-.204-2.351-1.541-2.076-2.899zM6.489 13.323c.88.532 1.742 1.093 2.612 1.642l.007-1.057c1.347.973 2.682 1.964 4.034 2.929.049-.922.076-1.844.125-2.766 1.872 1.179 3.734 2.375 5.6 3.566.003 1.106.005 2.212-.001 3.318-1.744-1.209-3.462-2.453-5.203-3.665-.016.74-.003 1.48-.009 2.22-1.482-1.319-2.94-2.668-4.426-3.982-.005.491-.004.981-.004 1.473-.912-1.225-1.844-2.436-2.733-3.677z"/></symbol><symbol viewBox="0 0 8 24" id="regulatory--in-street-pedestrian-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#a2a59d" d="M.82 0h6.428l.11.056C5.14.084 2.918.09.7.054L.82.001z"/><path fill="#85904f" d="M.137.539C.245.304.467.148.701.053c2.218.037 4.44.031 6.658.002.296.134.543.366.697.653v22.677c-.146.257-.36.478-.624.615H.729a6.234 6.234 0 0 1-.361-.192c.616.127 1.249.118 1.874.11 1.579-.003 3.157-.002 4.736.002.407.029.837-.206.945-.615.094-.453.037-.921.046-1.381.002-6.727-.005-13.453.003-20.179-.019-.429.09-.932-.212-1.288C7.489.131 7.031.126 6.643.12 4.817.137 2.99.114 1.164.13.744.102.412.37.128.642L.135.54z"/><path fill="#c0d642" d="M.13.641C.414.369.745.101 1.166.129 2.992.113 4.819.136 6.645.119c.388.006.846.012 1.117.337.301.356.193.86.212 1.288-.008 6.726-.001 13.452-.003 20.179-.01.46.047.928-.046 1.381-.108.409-.538.644-.945.615a934.572 934.572 0 0 0-4.736-.002c-.625.008-1.258.017-1.874-.11-.112-.098-.187-.229-.281-.343l.009-.213C.125 15.715.059 8.177.131.64m1.528.362c-.07.399.457.394.62.656-.007.338-.365.159-.529.045l-.184.065c.154.161.33.38.585.316.306-.034.447-.437.248-.662-.143-.128-.335-.179-.506-.257-.012-.039-.037-.116-.048-.155l.159-.076c.151.029.303.057.455.082-.126-.35-.719-.418-.801-.012m.861-.228c.114.085.24.149.37.207.004.363.002.725.007 1.088l.203.004c.002-.369.002-.737 0-1.106.139-.04.293-.069.363-.213a4.635 4.635 0 0 0-.942.02M3.927.76c-.149.44-.3.879-.438 1.323l.213-.023.149-.365h.355c.086.178.174.37.382.43-.114-.473-.294-.925-.446-1.386l-.215.022m.672.016c.114.086.243.148.376.202.003.365.002.73.006 1.095l.203.003c.002-.365.002-.732.002-1.097.135-.051.272-.105.367-.219A4.218 4.218 0 0 0 4.6.777m1.082-.03c.002.44.002.881.001 1.321.274.002.549.003.823.002a15.94 15.94 0 0 0-.022-.217L5.89 1.85l.002-.345.406-.033-.033-.182-.379-.025.016-.306c.212-.032.531.076.617-.195a9.732 9.732 0 0 0-.837-.017M2.426 2.559c-.003.444-.002.889-.001 1.333.276.002.551.001.826-.001l-.025-.196-.594-.001c-.002-.372-.002-.745-.001-1.117l-.206-.018m1.344.03c-.14.439-.297.872-.441 1.31l.215-.01.153-.371.378.008c.077.176.154.377.37.419-.119-.474-.301-.929-.456-1.392l-.218.036m.773-.075c.121.465-.037 1.102.353 1.44.077-.285.142-.572.218-.857.086.264.158.532.228.801l.178-.007c.062-.439.13-.878.192-1.316l-.196-.012c-.042.189-.083.378-.135.565-.06-.186-.115-.373-.167-.561l-.194.015c-.054.208-.107.416-.163.624-.076-.238 0-.615-.313-.691M1.188 4.432c-.311.081-.473.411-.455.714V19.6c-.042.386.281.751.672.736 1.748.012 3.498.004 5.246.003a.677.677 0 0 0 .724-.735c.002-4.821 0-9.642.001-14.462a.678.678 0 0 0-.727-.744c-1.82.019-3.647-.048-5.461.034m1.145 16.344c.007.38.069.759.172 1.125.081-.165.144-.338.194-.514.033.177.079.352.166.512.098-.364.164-.737.179-1.114a1.12 1.12 0 0 0-.207.41 7.53 7.53 0 0 0-.171-.415 9.893 9.893 0 0 0-.133.513c-.037-.182-.079-.369-.199-.517m.975 1.127a5.006 5.006 0 0 0-.001-1.128c-.183.329-.184.799.001 1.128m.164-1.068c.269.269.176.664.189 1.005l.142-.002c.006-.342-.077-.734.192-1.002-.174.001-.349 0-.523-.002m.677-.058c-.046.354-.034.711-.024 1.066h.116c.039-.19-.022-.484.251-.502.027.194.047.395.159.563.048-.353.035-.71.028-1.065l-.135-.003-.018.418-.223-.02c-.039-.156-.051-.326-.154-.457m.776-.001c-.041.375-.041.756.002 1.131a1.213 1.213 0 0 0-.002-1.131m.35.012c.012.366-.128.792.094 1.117.027-.231.036-.463.04-.695.11.239.231.474.384.688.032-.373.042-.75-.004-1.123-.129.157-.125.362-.144.554-.095-.198-.199-.398-.37-.541m-4.243 1.594c-.195.242-.188.667.003.91.197.171.372-.054.45-.223-.127.049-.253.099-.379.151a2.155 2.155 0 0 1-.058-.746c.153.043.305.087.458.127-.106-.149-.274-.393-.475-.219m.621-.068c-.003.361-.016.724.027 1.084.143-.169.124-.399.162-.604.091.157.164.323.228.492l.125.081c-.092-.276-.072-.557-.005-.833-.035-.254-.358-.169-.537-.221m.862.04c-.189.218-.184.545-.101.807.046.241.442.24.484-.003.11-.294.076-.949-.383-.804m.691.037c-.19.277.148.463.317.628l-.107.207c-.119-.076-.238-.15-.36-.222.063.23.294.483.522.257.215-.3-.189-.532-.325-.767.149.027.299.056.449.081-.105-.172-.301-.352-.497-.184m.677.012c-.257.359.475.487.228.846a38.2 38.2 0 0 0-.35-.252c.011.255.26.464.492.276.218-.315-.179-.542-.333-.778.151.024.301.051.452.074-.11-.162-.306-.359-.489-.166m.547-.119c.02.376.087.749.184 1.114.091-.154.135-.328.166-.502.055.172.119.34.194.506a4.19 4.19 0 0 0 .167-1.128c-.114.148-.154.33-.198.507a9.488 9.488 0 0 0-.132-.502c-.061.139-.118.28-.173.423-.045-.15-.087-.307-.208-.416m1.084-.011c-.124.36-.213.732-.273 1.107.107-.116.211-.236.316-.354.098.123.197.246.3.365-.079-.38-.105-.796-.342-1.119m.489 1.074c.195-.012.39-.033.58-.083a8.187 8.187 0 0 0-.436-.086c-.001-.302.003-.605-.027-.905-.241.298-.081.722-.118 1.075m.667-1.079c-.04.355-.027.713-.022 1.069h.137l.047-.461c.103.187.208.376.37.521-.113-.371-.277-.754-.056-1.123-.107.108-.21.22-.309.336a1.87 1.87 0 0 0-.168-.342z"/><path fill="#c0d642" d="M4.029 1.137l.144.342-.262-.003.118-.339zM1.793 22.431c.308.03.336.293.033.355l-.033-.355zM2.594 22.497c.255-.13.356.753-.025.709-.067-.224-.141-.511.025-.709z"/><path fill="#909489" d="M0 .806C.044.716.09.627.137.539L.13.641C.058 8.177.124 15.715.097 23.252l-.096.002V.805z"/><path fill="#2b2e34" d="M1.659 1.002c.082-.405.675-.337.801.012a17.32 17.32 0 0 1-.455-.082l-.159.076.048.155c.171.078.363.13.506.257.198.225.057.628-.248.662-.255.065-.43-.154-.585-.316l.184-.065c.164.115.522.293.529-.045-.164-.262-.69-.257-.62-.656zM3.927.76l.215-.022c.152.461.332.913.446 1.386-.208-.06-.296-.252-.382-.43h-.355l-.149.365-.213.023c.138-.443.289-.883.438-1.323m.102.378l-.118.339.262.003c-.047-.115-.096-.228-.144-.342zM5.682.747c.279-.004.559-.003.837.017-.086.271-.405.164-.617.195a31.34 31.34 0 0 0-.016.306l.379.025.033.182-.406.033-.002.345.594.003.022.217c-.274.001-.549 0-.823-.002.001-.44.001-.881-.001-1.321zM2.426 2.559l.206.018c-.001.372-.001.745.001 1.117l.594.001.025.196a75.84 75.84 0 0 1-.826.001c-.002-.444-.002-.889.001-1.333zM3.769 2.589c.055-.008.164-.027.218-.036.155.463.337.918.456 1.392-.216-.042-.292-.243-.37-.419l-.378-.008-.153.371-.215.01c.144-.438.301-.87.441-1.31m.096.376c-.04.119-.078.238-.117.358l.297-.007-.18-.351zM4.543 2.514c.313.076.238.453.313.691.056-.208.109-.415.163-.624l.194-.015c.052.188.107.375.167.561.051-.187.093-.376.135-.565l.196.012c-.062.438-.13.877-.192 1.316l-.178.007c-.07-.268-.141-.536-.228-.801-.076.285-.14.572-.218.857-.39-.338-.232-.975-.353-1.44zM1.188 4.432c1.815-.082 3.642-.015 5.461-.034a.679.679 0 0 1 .727.744c-.001 4.821.001 9.642-.001 14.462a.677.677 0 0 1-.724.735c-1.748.001-3.498.008-5.246-.003-.391.015-.713-.35-.672-.736V5.146c-.017-.303.144-.634.455-.714m.009.174c-.211.088-.313.32-.298.539 0 4.819-.003 9.639.002 14.458-.036.295.202.582.506.567 1.748.012 3.496.002 5.244.005a.52.52 0 0 0 .558-.57c-.001-4.847.007-9.696-.004-14.542.024-.344-.334-.541-.639-.502-1.788.031-3.588-.058-5.368.044z"/><path fill="#2b2e34" d="M3.267 11.724c.252-.022.506-.021.757.012-.101.051-.2.107-.305.152-.002.272-.002.546-.002.818l-.153-.007c-.002-.27-.002-.539-.005-.808a2.33 2.33 0 0 1-.291-.167zM4.262 11.736c.647-.3.72 1.121.068.961-.34-.158-.328-.737-.068-.961m.147.845c.318-.133.273-.637-.009-.791-.187.216-.252.606.009.791zM4.434 13.576c.218-.146.551-.022.605.238.123.332-.321.676-.606.458-.257-.141-.249-.554.002-.696zM2.661 14.467c.177-.346.779-.167.722.223-.003.259-.281.334-.478.404-.191-.14-.399-.384-.244-.627z"/><path fill="#2b2e34" d="M4.145 15.58c.153-.478.204-1.144.8-1.275.482.296.834.889.834 1.453l.155.078c.047.189.096.377.145.566-.208.058-.415.12-.622.183-.013.339-.061.678-.045 1.017.144.43.384.822.571 1.235-.11.051-.219.104-.329.156-.307-.587-.68-1.149-.808-1.811-.301.544-.25 1.181-.335 1.777a43.3 43.3 0 0 0-.358-.034c.073-.689-.009-1.409.249-2.068.187-.375.164-.784.028-1.17-.184.115-.389.189-.583.284.044.215.115.424.165.638-.17.042-.34.086-.511.127l.2.621-.218.091c.131.417.268.831.392 1.25l-.19.064c-.191-.434-.375-.871-.565-1.305l-.208-.023c-.174.449-.341.902-.512 1.354l-.193-.087c.125-.424.232-.854.35-1.28l-.098-.147c.114-.399.334-.785.299-1.211-.164.298-.453.533-.801.564.171-.313.536-.499.577-.882.048-.372.291-.694.695-.693.285.129.422.404.533.678.125-.051.252-.101.378-.15m1.124-.329c.041.24.081.481.145.716.046-.111.091-.223.135-.334-.093-.128-.185-.257-.28-.382m-1.843.663c-.06.062-.075.231.037.244.132-.025.113-.342-.037-.244zM2.333 20.776c.12.148.162.335.199.517.04-.172.084-.344.133-.513.061.136.118.275.171.415a1.12 1.12 0 0 1 .207-.41 5.057 5.057 0 0 1-.179 1.114 1.707 1.707 0 0 1-.166-.512 2.901 2.901 0 0 1-.194.514 4.514 4.514 0 0 1-.172-1.125zM3.309 21.903a1.224 1.224 0 0 1-.001-1.128c.042.375.043.753.001 1.128zM3.473 20.835c.174.002.349.002.523.002-.269.267-.186.659-.192 1.002l-.142.002c-.013-.341.08-.736-.189-1.005zM4.926 20.775c.185.325.189.806.002 1.131a5.215 5.215 0 0 1-.002-1.131zM5.276 20.787c.17.144.275.343.37.541.018-.192.015-.397.144-.554.046.373.037.75.004 1.123a4.17 4.17 0 0 1-.384-.688 6.73 6.73 0 0 1-.04.695c-.222-.325-.082-.751-.094-1.117zM1.033 22.381c.201-.174.369.071.475.219-.154-.04-.306-.084-.458-.127-.02.25-.009.502.058.746.125-.052.252-.102.379-.151-.078.169-.253.394-.45.223-.191-.243-.198-.669-.003-.91zM1.653 22.313c.179.051.502-.033.537.221-.067.276-.087.557.005.833l-.125-.081a3.487 3.487 0 0 0-.228-.492c-.038.204-.019.434-.162.604-.042-.36-.03-.722-.027-1.084m.14.117l.033.355c.302-.061.275-.325-.033-.355zM2.515 22.352c.459-.145.492.51.383.804-.042.243-.438.244-.484.003-.082-.262-.088-.589.101-.807m.079.145c-.166.198-.092.485-.025.709.381.044.28-.839.025-.709zM3.206 22.389c.197-.168.393.012.497.184-.15-.025-.3-.054-.449-.081.135.234.54.467.325.766-.228.227-.459-.027-.522-.257.121.071.241.146.36.222.027-.051.081-.154.107-.207-.169-.164-.507-.351-.317-.628zM3.882 22.401c.183-.193.38.004.489.166-.15-.023-.301-.05-.452-.074.154.236.551.463.333.778-.233.189-.482-.021-.492-.276.117.082.233.167.35.252.247-.359-.485-.487-.228-.846zM4.429 22.282c.12.109.163.266.208.416.055-.143.111-.284.173-.423.049.166.092.334.132.502.044-.177.085-.359.198-.507a4.19 4.19 0 0 1-.167 1.128 4.252 4.252 0 0 1-.194-.506 1.508 1.508 0 0 1-.166.502 5.538 5.538 0 0 1-.184-1.114zM5.513 22.273c.237.323.263.738.342 1.119-.103-.12-.202-.242-.3-.365-.105.118-.208.238-.316.354.061-.375.149-.747.273-1.107zM6.003 23.346c.037-.353-.123-.776.118-1.075.03.301.026.603.027.905.145.026.291.053.436.086-.19.05-.385.071-.58.083z"/><path fill="#2d3034" d="M2.519.776c.312-.042.628-.042.942-.02-.07.144-.224.173-.363.213.002.369.002.737 0 1.106l-.203-.004c-.005-.363-.002-.725-.007-1.088a1.916 1.916 0 0 1-.37-.207z"/><path fill="#2f3234" d="M4.599.777c.316-.043.636-.045.953-.016-.095.115-.233.169-.367.219 0 .365.001.732-.002 1.097l-.203-.003c-.003-.365-.002-.73-.006-1.095a1.603 1.603 0 0 1-.376-.202z"/><path fill="#9cae3f" d="M3.864 2.965c.061.116.12.233.18.351l-.297.007c.039-.12.077-.239.117-.358z"/><path fill="#fff" d="M1.197 4.606c1.78-.102 3.58-.013 5.368-.044.306-.04.664.158.639.502.011 4.847.003 9.695.004 14.542a.52.52 0 0 1-.558.57c-1.748-.003-3.496.007-5.244-.005-.304.015-.541-.272-.506-.567C.895 14.785.898 9.965.898 5.146c-.015-.219.087-.451.298-.539m.245 1.157c-.281.101-.355.48-.182.709.805 1.384 1.595 2.775 2.408 4.155.16.311.644.316.801-.002.809-1.387 1.605-2.782 2.402-4.176.243-.331-.074-.801-.471-.725-1.652.027-3.315-.056-4.959.039m1.827 5.96c.093.063.19.118.291.167.002.269.002.538.005.808l.153.007c0-.272 0-.546.002-.818.105-.045.203-.1.305-.152a3.548 3.548 0 0 0-.757-.012m.996.012c-.26.224-.272.803.068.961.652.16.579-1.261-.068-.961m.172 1.84c-.251.142-.259.555-.002.696.286.218.729-.125.606-.458-.054-.261-.386-.384-.605-.238m-1.772.891c-.155.243.053.487.244.627.198-.071.475-.145.478-.404.056-.389-.546-.569-.722-.223m1.484 1.113l-.378.15c-.111-.275-.248-.55-.533-.678-.404-.002-.647.321-.695.693-.042.383-.406.569-.577.882.347-.031.636-.266.801-.564.035.426-.185.812-.299 1.211l.098.147c-.119.426-.226.855-.35 1.28l.193.087c.17-.452.337-.904.512-1.354l.208.023c.189.434.374.871.565 1.305l.19-.064c-.124-.419-.261-.833-.392-1.25l.218-.091-.2-.621.511-.127c-.051-.214-.121-.423-.165-.638.194-.095.399-.169.583-.284.136.386.159.796-.028 1.17-.258.659-.176 1.379-.249 2.068l.358.034c.085-.596.034-1.233.335-1.777.128.662.501 1.224.808 1.811.11-.052.219-.105.329-.156-.188-.413-.428-.805-.571-1.235-.016-.34.032-.678.045-1.017.207-.062.414-.125.622-.183-.049-.189-.098-.378-.145-.566a11.236 11.236 0 0 1-.155-.078c0-.564-.351-1.157-.834-1.453-.595.13-.647.797-.8 1.275z"/><path fill="#fff" d="M2.525 6.608c.853-.148 1.753-.019 2.624-.066.211-.031.644.028.491.334-.385.74-.834 1.447-1.234 2.18-.104.167-.229.458-.47.309-.484-.723-.876-1.507-1.333-2.25-.07-.145-.251-.381-.078-.507m.683.325c.058.219.108.442.149.665.052-.231.111-.461.184-.687-.059.071-.116.144-.174.216-.053-.065-.105-.13-.159-.194m.464.074c-.061.144-.096.414.027.513.051-.144.092-.415-.027-.513m.172-.027l.002.565.357.013c-.1-.05-.201-.099-.302-.146l.1-.194-.094-.133.272-.091-.336-.013m.42-.09c-.029.222-.03.445-.029.668l.378-.003-.264-.126a2.578 2.578 0 0 0-.085-.538m.358.056c.002.218.01.437.022.655.331-.05.338-.371.271-.629l-.292-.026z"/><path fill="#fff" d="M4.765 7.103c.13-.001.136.306.009.312-.071-.081-.082-.229-.009-.312zM4.409 12.581c-.262-.184-.196-.575-.009-.791.282.154.327.658.009.791zM5.264 15.251c.095.125.187.254.28.382a23.33 23.33 0 0 1-.135.334 7.261 7.261 0 0 1-.145-.716zM3.421 15.914c.15-.098.169.219.037.244-.112-.013-.097-.182-.037-.244z"/><path fill="#cf3113" d="M1.441 5.764c1.644-.096 3.308-.012 4.959-.039.397-.076.714.394.471.725-.797 1.394-1.594 2.789-2.402 4.176-.157.318-.641.313-.801.002-.813-1.379-1.604-2.771-2.408-4.155-.174-.229-.099-.608.182-.709m1.083.844c-.173.126.008.362.078.507.457.742.849 1.526 1.333 2.25.241.149.366-.142.47-.309.4-.732.849-1.44 1.234-2.18.153-.306-.28-.365-.491-.334-.871.046-1.771-.082-2.624.066z"/><path fill="#cf3113" d="M3.208 6.933c.053.065.105.13.159.194l.174-.216a8.586 8.586 0 0 0-.184.687 8.868 8.868 0 0 0-.149-.665zM3.844 6.98l.336.013-.272.091.094.133-.1.194c.101.047.202.096.302.146l-.357-.013-.002-.565zM4.621 6.948l.292.026c.067.258.06.58-.271.629a15.918 15.918 0 0 1-.022-.655m.145.155c-.073.083-.062.231.009.312.127-.006.121-.313-.009-.312z"/><path fill="#db6650" d="M3.672 7.007c.119.098.077.369.027.513-.122-.099-.087-.37-.027-.513z"/><path fill="#d75339" d="M4.263 6.891c.051.175.071.357.085.538l.264.126c-.125.002-.252.002-.378.003a4.97 4.97 0 0 1 .029-.668z"/><path fill="#353935" d="M4.15 20.776c.103.131.115.301.154.457l.223.02.018-.418.135.003c.007.355.02.713-.028 1.065-.112-.168-.131-.37-.159-.563-.272.017-.212.311-.251.502h-.116c-.01-.355-.022-.713.024-1.066z"/><path fill="#343835" d="M6.669 22.268c.069.107.122.223.168.342.099-.116.202-.228.309-.336-.22.369-.056.752.056 1.123-.162-.144-.267-.334-.37-.521-.017.153-.032.306-.047.461h-.137c-.005-.356-.018-.714.022-1.069z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.568 0h2.872c2.227.349 4.397 1.188 6.144 2.636-3.725 3.579-7.472 7.135-11.205 10.705-.604-.613-1.195-1.239-1.795-1.856-.825 2.493-1.611 5-2.411 7.501a997.882 997.882 0 0 0 7.588-2.032l-1.681-1.785C13.833 11.577 17.601 8 21.367 4.42c1.448 1.748 2.288 3.92 2.633 6.148v2.872c-.492 3.704-2.717 7.133-5.972 8.988-1.397.857-2.997 1.288-4.596 1.572H10.56c-3.704-.492-7.133-2.717-8.988-5.972C.715 16.631.284 15.031 0 13.432V10.56c.283-1.564.695-3.132 1.524-4.504C3.369 2.756 6.829.491 10.568 0z"/><path fill="#fff" d="M19.584 2.636a17.16 17.16 0 0 1 1.783 1.784C17.602 8 13.834 11.577 10.08 15.169l1.681 1.785a997.882 997.882 0 0 1-7.588 2.032c.8-2.501 1.585-5.008 2.411-7.501.6.617 1.191 1.243 1.795 1.856 3.733-3.571 7.48-7.127 11.205-10.705z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--keep-left--g2" xmlns="http://www.w3.org/2000/svg"><path d="M.97 0h17.255c.56.181 1.024.683.996 1.297.011 7.101.002 14.203.004 21.304.038.591-.337 1.167-.912 1.332l-.27-.084c.591-.107 1.076-.628 1.018-1.249-.003-7.1.005-14.2-.004-21.3.029-.626-.535-1.169-1.156-1.136C12.401.155 6.9.162 1.4.16.925.133.43.386.251.841.108 1.244.173 1.681.16 2.1c.002 6.957.001 13.914 0 20.872L0 22.795V.986A1.61 1.61 0 0 1 .97 0z"/><path d="M1.037.451C6.621.362 12.217.439 17.806.413c.512-.063 1.031.347 1 .881.009 7.103.002 14.206.004 21.309.057.511-.379 1.007-.902.963-5.539 0-11.077.002-16.616-.001-.514.034-.935-.458-.88-.959L.411 1.394C.373.983.622.55 1.037.451m.078.464c-.196.068-.244.297-.235.482v21.206c-.038.249.138.527.412.494 5.539.005 11.078.005 16.617 0 .281.037.476-.233.433-.495-.003-7.102.007-14.205-.005-21.307.031-.357-.357-.453-.637-.417C12.173.906 6.638.832 1.115.915z"/><path d="M3.031 1.901l.662-.001c.001.554-.003 1.109.003 1.664.412-.552.813-1.111 1.224-1.663l.812-.001c-.404.557-.814 1.11-1.214 1.669.474.854.952 1.706 1.422 2.563l-.754.002c-.369-.659-.732-1.32-1.101-1.979-.585.506-.35 1.3-.392 1.976a70.65 70.65 0 0 0-.651.008c-.024-1.412-.003-2.825-.011-4.238zM6.739 1.905c.816-.003 1.632-.002 2.448-.001l-.001.667H7.402v1.053l1.364.001v.661l-1.364.001v1.192c.639-.001 1.278-.002 1.917 0v.66c-.859.002-1.718 0-2.577.001-.006-1.412 0-2.823-.003-4.235zM10.115 1.904c.816-.001 1.632-.001 2.448.001l-.001.665-1.784.001v1.053h1.361l.002.662-1.363.001v1.191c.639 0 1.278-.001 1.917.001v.66h-2.58V1.904zM13.49 1.9c.574.007 1.148-.015 1.721.009.577.019 1.09.512 1.123 1.091.062.581-.374 1.157-.946 1.263-.41.04-.824.009-1.236.017-.002.618.001 1.236-.003 1.854l-.659-.001V1.9m.662.662v1.056c.38-.006.764.029 1.142-.019.454-.101.507-.802.079-.977-.393-.12-.816-.042-1.221-.06zM4.034 8.639c1.691-.199 3.383-.388 5.075-.573.407-.112.826.435.521.764-.357.362-.773.659-1.146 1.005a1501.66 1501.66 0 0 1 6.848 3.961c-.391.679-.786 1.355-1.175 2.035-2.286-1.313-4.568-2.635-6.854-3.949-.123.524-.164 1.069-.334 1.581-.205.34-.769.232-.884-.133-.688-1.562-1.363-3.129-2.051-4.691zM3.633 17.789l.68-.001v3.555h1.941l.006.671c-.876.018-1.752.008-2.628.006.003-1.411 0-2.821.001-4.231zM6.891 17.788c.847-.001 1.695-.001 2.542.001-.001.227-.006.454-.01.682-.617-.007-1.234-.003-1.851-.003l-.001 1.015c.428 0 .856-.001 1.283.004l-.001.676H7.572c-.001.393-.002.786 0 1.179.646.002 1.293.001 1.939.001l.002.68H6.891v-4.235zM10.236 17.789c.875-.002 1.749-.002 2.624 0-.001.226-.001.452 0 .678l-1.943.001-.001 1.015 1.271.001-.001.679h-1.269l-.001 1.862a77.033 77.033 0 0 1-.682-.009c.006-1.409.001-2.818.002-4.227zM13.113 17.789c.873-.002 1.747-.002 2.62 0l.007.671c-.325.008-.65.009-.975.009 0 1.183-.003 2.365.001 3.548-.227.004-.454.006-.681.008v-3.557h-.972v-.679z"/><path fill="#fff" d="M.251.841C.43.386.925.133 1.4.16 6.9.162 12.401.155 17.901.164c.621-.033 1.185.51 1.156 1.136.009 7.1.001 14.2.004 21.3.058.621-.427 1.142-1.018 1.249-5.605-.052-11.215-.032-16.823-.014-.508-.037-.882-.409-1.06-.863C.161 16.014.162 9.057.16 2.1.173 1.681.108 1.244.251.841m.786-.39C.622.55.373.983.411 1.394l.001 21.212c-.055.501.366.993.88.959 5.539.003 11.077.001 16.616.001.523.044.959-.452.902-.963-.002-7.103.005-14.206-.004-21.309.031-.534-.488-.944-1-.881C12.217.439 6.621.362 1.037.451z"/><path fill="#fff" d="M1.115.915C6.638.832 12.173.906 17.7.878c.28-.036.668.06.637.417.012 7.102.002 14.205.005 21.307.043.262-.152.532-.433.495-5.539.005-11.078.005-16.617 0-.274.033-.45-.245-.412-.494V1.397c-.009-.185.039-.414.235-.482m1.916.986c.008 1.413-.013 2.826.011 4.238.217-.004.434-.006.651-.008.042-.676-.193-1.47.392-1.976.369.659.732 1.32 1.101 1.979l.754-.002c-.47-.857-.948-1.709-1.422-2.563.4-.559.81-1.112 1.214-1.669l-.812.001c-.411.552-.812 1.111-1.224 1.663-.006-.555-.002-1.11-.003-1.664l-.662.001m3.708.004c.003 1.412-.003 2.823.003 4.235.859-.001 1.718.001 2.577-.001v-.66c-.639-.002-1.278-.001-1.917 0a236.81 236.81 0 0 1 0-1.192l1.364-.001v-.661l-1.364-.001V2.571h1.784l.001-.667c-.816-.001-1.632-.002-2.448.001m3.376-.001v4.235h2.58v-.66c-.639-.002-1.278-.001-1.917-.001V4.287l1.363-.001-.002-.662h-1.361V2.571l1.784-.001.001-.665c-.816-.002-1.632-.002-2.448-.001M13.49 1.9v4.233l.659.001c.004-.618.001-1.236.003-1.854.412-.008.826.023 1.236-.017.572-.106 1.008-.682.946-1.263-.033-.579-.546-1.072-1.123-1.091-.573-.024-1.147-.002-1.721-.009M4.034 8.639c.688 1.562 1.363 3.129 2.051 4.691.115.365.679.473.884.133.17-.512.211-1.057.334-1.581 2.286 1.314 4.568 2.636 6.854 3.949.389-.68.784-1.356 1.175-2.035a1501.66 1501.66 0 0 0-6.848-3.961c.373-.346.789-.643 1.146-1.005.305-.329-.114-.876-.521-.764-1.692.185-3.384.374-5.075.573m-.401 9.15c-.001 1.41.002 2.82-.001 4.231.876.002 1.752.012 2.628-.006l-.006-.671H4.313v-3.555l-.68.001m3.258-.001v4.235h2.622l-.002-.68c-.646 0-1.293.001-1.939-.001-.002-.393-.001-.786 0-1.179h1.281l.001-.676c-.427-.005-.855-.004-1.283-.004l.001-1.015c.617 0 1.234-.004 1.851.003.004-.228.009-.455.01-.682-.847-.002-1.695-.002-2.542-.001m3.345.001c-.001 1.409.004 2.818-.002 4.227.227.004.454.007.682.009l.001-1.862h1.269l.001-.679-1.271-.001.001-1.015 1.943-.001a76.614 76.614 0 0 1 0-.678c-.875-.002-1.749-.002-2.624 0m2.877 0v.679h.972v3.557c.227-.002.454-.004.681-.008-.004-1.183-.001-2.365-.001-3.548.325 0 .65-.001.975-.009l-.007-.671c-.873-.002-1.747-.002-2.62 0z"/><path fill="#fff" d="M14.152 2.562c.405.018.828-.06 1.221.06.428.175.375.876-.079.977-.378.048-.762.013-1.142.019V2.562z"/><path fill="#020202" opacity=".87" d="M0 22.795l.16.177c.178.454.552.826 1.06.863.454.089.92.042 1.379.037 5.187.018 10.376-.002 15.563.014l.151.047-.169.067H1.064A1.525 1.525 0 0 1 0 23.042v-.247z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--keep-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#1e1e1e" opacity=".92" d="M1.416 0h16.13l.172.111C12.345.071 6.97.133 1.597.08L1.416 0z"/><path fill="#fff" d="M1.597.08C6.97.133 12.345.071 17.718.111c.176.079.352.157.523.246.532.412.897 1.05.858 1.736-.001 6.638.005 13.277-.003 19.916.015.653-.359 1.237-.853 1.635-.209.11-.431.192-.651.273-5.371-.044-10.744.002-16.115-.023a2.156 2.156 0 0 1-1.399-1.493C.132 15.428.08 8.451.104 1.477.341.794.89.257 1.597.08m.145.282C.956.459.326 1.207.368 2c0 6.667-.002 13.334.001 20.001-.033.872.756 1.658 1.629 1.619h15.205c.868.032 1.642-.752 1.612-1.618.004-6.668.002-13.336.001-20.004.052-.918-.797-1.728-1.709-1.658C11.986.355 6.862.311 1.742.362z"/><path fill="#fff" d="M1.837.959C6.925.916 12.017.951 17.106.941c.588-.051 1.149.453 1.105 1.054.006 6.636.001 13.272.002 19.908.06.575-.419 1.138-1.008 1.114-5.07.005-10.14.004-15.21.001-.55.027-1.044-.464-1.02-1.014C.968 15.335.971 8.665.973 1.997c-.032-.504.36-.985.864-1.038m4.193.609C4.547 3.672 3.058 5.773 1.581 7.881c-.369.429.061 1.177.616 1.069.717-.187 1.408-.465 2.115-.686.004.946-.004 1.892.004 2.838.026 1.868.684 3.7 1.763 5.217.513.721 1.034 1.458 1.293 2.315.423 1.234.245 2.555.282 3.833h3.342c.042-2.104.063-4.311-.936-6.229-.469-1.102-1.496-1.845-1.95-2.95-.637-1.592-.361-3.34-.432-5.01.711.211 1.4.501 2.122.664.542.074.942-.609.611-1.044-1.455-2.114-2.92-4.221-4.381-6.33m4.995 2.099c.011 3.159.546 6.338 1.736 9.271.301.887 1.345 1.432 2.229 1.06.751-.263 1.025-1.072 1.254-1.758.897-2.766 1.473-5.657 1.465-8.573h-6.684z"/><path d="M1.742.362C6.862.311 11.986.355 17.107.34c.912-.07 1.761.74 1.709 1.658.001 6.668.003 13.336-.001 20.004.03.866-.744 1.65-1.612 1.618H1.998c-.873.039-1.662-.747-1.629-1.619C.366 15.334.368 8.667.368 2 .326 1.207.956.459 1.742.362m.095.597c-.504.053-.896.534-.864 1.038C.971 8.665.968 15.335.975 22.004c-.024.55.47 1.041 1.02 1.014 5.07.003 10.14.004 15.21-.001.589.024 1.068-.539 1.008-1.114-.001-6.636.004-13.272-.002-19.908.044-.601-.517-1.105-1.105-1.054C12.017.951 6.925.916 1.837.959z"/><path d="M6.03 1.568c1.461 2.109 2.926 4.216 4.381 6.33.331.435-.069 1.118-.611 1.044-.722-.163-1.411-.453-2.122-.664.071 1.67-.205 3.418.432 5.01.454 1.105 1.481 1.848 1.95 2.95.999 1.918.978 4.125.936 6.229H7.654c-.037-1.278.141-2.599-.282-3.833-.259-.857-.78-1.594-1.293-2.315C5 14.802 4.342 12.97 4.316 11.102c-.008-.946 0-1.892-.004-2.838-.707.221-1.398.499-2.115.686-.555.108-.985-.64-.616-1.069C3.058 5.773 4.547 3.672 6.03 1.568zM11.025 3.667h6.684c.008 2.916-.568 5.807-1.465 8.573-.229.686-.503 1.495-1.254 1.758-.884.372-1.928-.173-2.229-1.06-1.19-2.933-1.725-6.112-1.736-9.271z"/><path fill="#181818" opacity=".89" d="M18.241.357c.548.197.789.766.959 1.275v20.729c-.166.513-.411 1.079-.957 1.283.494-.398.868-.982.853-1.635.008-6.639.002-13.278.003-19.916.039-.686-.326-1.324-.858-1.736z"/><path fill="#181818" opacity=".93" d="M0 1.651l.104-.174C.08 8.451.132 15.428.078 22.401L0 22.582V1.651z"/><path fill="#111" opacity=".93" d="M1.477 23.894c5.371.025 10.744-.021 16.115.023l.185.083H1.65l-.173-.106z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c50303" d="M11.112 0h1.759c4.181.347 8.118 2.933 9.913 6.75.69 1.361 1.006 2.864 1.216 4.363v1.764c-.342 4.019-2.725 7.834-6.328 9.706-1.403.782-2.975 1.178-4.552 1.417h-2.218c-2.761-.325-5.443-1.506-7.404-3.499-1.994-1.956-3.162-4.63-3.499-7.382v-2.218c.18-1.043.349-2.094.738-3.084C2.005 4.336 4.986 1.543 8.543.509 9.379.245 10.252.155 11.111 0m-.023 2.34a9.73 9.73 0 0 0-6.31 3.161c-2.724 2.935-3.289 7.603-1.344 11.104 1.744 3.33 5.548 5.426 9.296 5.089 3.62-.235 6.964-2.699 8.278-6.077 1.09-2.682.882-5.849-.547-8.365-1.805-3.288-5.638-5.314-9.373-4.912z"/><path fill="#fff" d="M11.088 2.34c3.736-.402 7.568 1.624 9.373 4.912 1.429 2.516 1.637 5.683.547 8.365-1.314 3.378-4.657 5.842-8.278 6.077-3.749.337-7.553-1.759-9.296-5.089-1.945-3.5-1.38-8.168 1.344-11.104a9.725 9.725 0 0 1 6.31-3.161M8.026 14.587c-.226-.395-.392-.826-.659-1.196-.226-.248-.653-.042-.676.269-.307 1.522-.599 3.046-.898 4.568 1.541-.295 3.088-.559 4.63-.852.324-.038.461-.54.161-.707-.358-.239-.754-.413-1.122-.635 3.191-3.157 6.389-6.308 9.58-9.467-.47-.486-.944-.97-1.426-1.445-3.202 3.15-6.391 6.312-9.59 9.464z"/><path fill="#030303" d="M8.026 14.587c3.199-3.152 6.389-6.314 9.59-9.464.481.475.955.959 1.426 1.445-3.191 3.158-6.389 6.31-9.58 9.467.368.222.764.396 1.122.635.3.167.163.668-.161.707-1.542.293-3.089.557-4.63.852.299-1.523.59-3.047.898-4.568.023-.311.45-.517.676-.269.266.371.433.802.659 1.196z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.992 0h1.978c4.144.372 8.032 2.945 9.818 6.726.674 1.336 1.001 2.806 1.212 4.276v1.952c-.302 2.837-1.507 5.598-3.571 7.595-1.972 1.985-4.661 3.133-7.421 3.451H11.03c-2.774-.302-5.479-1.458-7.459-3.451C1.514 18.565.317 15.821 0 13.001v-1.963c.199-1.514.55-3.024 1.249-4.392C3.047 2.915 6.894.389 10.992 0m-.023 2.339c-2.528.26-4.933 1.561-6.522 3.548-2.424 2.92-2.85 7.295-1.045 10.632 1.711 3.326 5.471 5.46 9.209 5.172 3.826-.192 7.358-2.891 8.57-6.521.902-2.582.646-5.544-.709-7.924-1.817-3.338-5.728-5.354-9.503-4.908z"/><path fill="#fff" d="M10.969 2.339c3.775-.446 7.686 1.57 9.503 4.908 1.355 2.38 1.612 5.341.709 7.924-1.212 3.63-4.745 6.329-8.57 6.521-3.738.288-7.498-1.846-9.209-5.172-1.805-3.337-1.379-7.712 1.045-10.632C6.036 3.901 8.441 2.6 10.969 2.34M5.52 5.413c.001 1.558-.008 3.116.011 4.673-.044.312.35.582.612.385.336-.312.577-.709.88-1.052 2.546 3.714 5.089 7.432 7.634 11.147.559-.384 1.121-.764 1.678-1.153-2.536-3.718-5.088-7.426-7.624-11.143.426-.158.872-.26 1.292-.434.299-.193.148-.667-.178-.734-1.433-.569-2.866-1.139-4.306-1.687m7.517.01c.016 1.415.308 2.844.97 4.1.33.653 1.44.652 1.734-.031.588-1.272.94-2.664.944-4.069-1.216-.001-2.432-.002-3.648 0z"/><path d="M5.52 5.413c1.44.548 2.873 1.118 4.306 1.687.325.067.476.541.178.734-.42.174-.866.276-1.292.434 2.536 3.718 5.088 7.426 7.624 11.143-.557.389-1.118.769-1.678 1.153-2.545-3.715-5.088-7.433-7.634-11.147-.302.343-.544.74-.88 1.052-.262.197-.656-.073-.612-.385-.019-1.556-.01-3.115-.011-4.673zM13.036 5.425c1.216-.002 2.432-.001 3.648 0-.005 1.405-.356 2.797-.944 4.069-.294.683-1.404.684-1.734.031-.661-1.256-.954-2.686-.97-4.1z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-left--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M10.969 0h2.032c.756.146 1.526.23 2.266.454 3.701 1.007 6.794 3.931 8.05 7.55.362.956.502 1.972.684 2.972v2.012c-.311 2.707-1.42 5.35-3.341 7.309-1.991 2.112-4.765 3.366-7.628 3.702H11c-4.153-.407-8.041-3.006-9.818-6.809C.53 15.887.22 14.455.001 13.026v-2.023c.181-1.102.356-2.215.776-3.257 1.316-3.535 4.4-6.361 8.053-7.32.7-.206 1.428-.278 2.14-.427m-.232 2.485c-3.584.426-6.77 3.077-7.859 6.515-.9 2.705-.514 5.804 1.049 8.192 1.847 2.918 5.354 4.685 8.802 4.379 3.592-.23 6.904-2.69 8.198-6.043 1.064-2.66.848-5.794-.583-8.276-1.849-3.344-5.824-5.32-9.607-4.766z"/><path fill="#fff" d="M10.738 2.484c3.784-.553 7.758 1.422 9.607 4.766 1.432 2.483 1.648 5.616.583 8.276-1.295 3.353-4.607 5.813-8.198 6.043-3.448.306-6.955-1.46-8.802-4.379-1.562-2.388-1.949-5.488-1.049-8.192 1.088-3.438 4.274-6.089 7.859-6.515m-5.202 8.075c.401-.286.828-.551 1.316-.653.781 5.028 5.46 9.043 10.547 9.059a317.7 317.7 0 0 0-.001-2.183c-4.048-.043-7.776-3.239-8.386-7.25.498-.058.99.037 1.465.18-1.066-1.277-2.13-2.555-3.205-3.823-.586 1.554-1.156 3.114-1.736 4.67z"/><path d="M5.536 10.558c.581-1.556 1.151-3.116 1.736-4.67 1.075 1.268 2.14 2.546 3.205 3.823-.475-.143-.967-.238-1.465-.18.61 4.012 4.338 7.207 8.386 7.25.004.727.004 1.456.001 2.183-5.087-.016-9.766-4.031-10.547-9.059-.488.102-.916.367-1.316.653z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--keep-left--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M1.537 0h14.948c.777.152 1.394.78 1.56 1.551V22.42c-.165.758-.77 1.449-1.573 1.524l-.141-.06.132-.038c.815-.151 1.479-.895 1.449-1.738.002-6.741.002-13.481.001-20.221.046-.948-.808-1.803-1.756-1.759C11.4.125 6.644.125 1.887.128.972.086.124.88.131 1.801.123 8.57.128 15.339.127 22.108c-.032.875.688 1.656 1.549 1.747l-.084.028-.182.065a2.025 2.025 0 0 1-1.411-1.496V1.55A2.011 2.011 0 0 1 1.536 0z"/><path fill="#030303" d="M1.567.402C6.396.33 11.233.393 16.064.371c.842-.074 1.638.666 1.591 1.516 0 6.742.002 13.483-.001 20.226.032.802-.692 1.529-1.497 1.49-4.786-.001-9.572.005-14.358-.003-.778.005-1.454-.714-1.422-1.488C.375 15.37.376 8.629.376 1.887.342 1.189.879.522 1.567.402m.09.633c-.391.074-.668.461-.642.854-.001 6.741-.004 13.482.001 20.224-.03.474.403.889.873.852 4.757.001 9.512.002 14.268-.001.466.032.884-.385.858-.852.005-6.741.002-13.482.001-20.223.042-.514-.446-.943-.949-.878-4.803.017-9.609-.032-14.41.024z"/><path fill="#030303" d="M3.614 2.598l.484.001.001 1.306c.345-.433.679-.874 1.026-1.306.207-.001.413.003.62.002-.327.429-.661.853-.991 1.279.347.637.704 1.269 1.049 1.906l-.567.002c-.277-.503-.549-1.007-.828-1.508-.468.374-.275.992-.309 1.507l-.485.001V2.599zM6.576 2.604h1.821l-.001.512H7.06v.794l.939.001v.484l-.938.002c-.002.302-.002.605-.001.908l1.451.001.001.482c-.645.002-1.29.002-1.935 0a844.291 844.291 0 0 1 0-3.183zM9.42 2.605c.607-.002 1.214-.002 1.823 0l-.001.512H9.906v.794l.937.001v.484l-.937.002c-.002.302-.002.605-.001.908l1.452.001v.482c-.646.002-1.292.002-1.937 0a1687.52 1687.52 0 0 1 0-3.182zM12.267 2.598c.542.035 1.115-.092 1.636.1.55.228.658 1.023.224 1.416-.36.369-.911.266-1.372.276-.005.466-.004.93-.004 1.396l-.484.001c-.001-1.063-.002-2.126 0-3.189m.483.489c.001.275.001.55.008.826.286-.006.575.015.86-.021.32-.106.365-.626.043-.764-.295-.081-.609-.03-.911-.041zM3.769 7.104l.578-.002c.004 1.009-.007 2.018.005 3.027.547.002 1.094-.004 1.641.005v.55c-.742.004-1.483.005-2.225-.001V7.104zM6.517 7.103c.721 0 1.443-.004 2.165.002-.032.188.071.437-.097.573-.495.023-.992-.001-1.488.009-.001.285-.001.571.001.856.358-.001.717-.002 1.075-.001v.551c-.357.002-.716 0-1.073.001-.006.345-.005.69-.002 1.035h1.631l.002.558H6.517c.003-1.195.003-2.389 0-3.584zM9.334 7.104c.734-.003 1.467-.002 2.2-.001-.005.194-.006.389-.014.583-.538.001-1.075-.005-1.612.005-.001.283 0 .566.001.849.36.004.72.002 1.08.004-.002.183-.002.367-.003.55-.343.003-.686.003-1.028-.008-.105.527-.029 1.068-.05 1.602l-.575-.003c.002-1.194.002-2.387 0-3.581zM11.753 7.104c.74-.003 1.48-.002 2.22-.001-.005.195-.008.389-.014.584-.27-.004-.54.002-.808.003.002.999-.002 1.998.002 2.997l-.559-.001c.002-1 0-1.999.002-2.999-.276-.001-.552-.002-.828 0-.006-.195-.008-.389-.013-.583zM6.114 17.388c2.538-2.013 5.07-4.034 7.611-6.043.588.734 1.174 1.471 1.76 2.208-2.515 1.993-5.026 3.993-7.542 5.986.426.219.894.365 1.286.644.304.216.303.777-.119.849-2.118.364-4.246.683-6.365 1.047.724-1.965 1.446-3.93 2.174-5.894.076-.303.426-.559.716-.345.492.343.345 1.036.478 1.547z"/><path fill="#fff" d="M.132 1.801C.125.881.973.086 1.888.128c4.757-.003 9.513-.003 14.27 0 .947-.043 1.802.811 1.756 1.759.001 6.741.001 13.481-.001 20.221.03.843-.634 1.587-1.449 1.738a899.704 899.704 0 0 0-14.786.008c-.862-.091-1.582-.872-1.549-1.747C.13 15.338.124 8.569.133 1.8M1.567.402C.879.522.342 1.189.376 1.887c0 6.742-.001 13.483.001 20.225-.032.774.644 1.492 1.422 1.488 4.786.007 9.572.002 14.358.003.805.04 1.529-.688 1.497-1.49.003-6.743.001-13.484.001-20.226.047-.85-.749-1.59-1.591-1.516C11.232.393 6.395.329 1.567.402z"/><path fill="#fff" d="M1.657 1.035c4.801-.057 9.607-.007 14.41-.024.503-.065.992.364.949.878.001 6.742.004 13.482-.001 20.223.026.466-.392.883-.858.852-4.756.003-9.512.002-14.268.001-.47.037-.903-.378-.873-.852-.004-6.742-.002-13.483-.001-20.224-.025-.392.252-.78.642-.854m1.957 1.563v3.189l.485-.001c.034-.515-.159-1.133.309-1.507.28.501.551 1.005.828 1.508l.567-.002c-.346-.638-.702-1.269-1.049-1.906.329-.427.664-.85.991-1.279-.207.001-.413-.003-.62-.002-.346.432-.681.873-1.026 1.306l-.001-1.306-.485-.001m2.963.007a844.291 844.291 0 0 0 0 3.183c.645.002 1.29.002 1.935 0l-.001-.482-1.451-.001c-.001-.302-.001-.605.001-.908l.938-.002V3.91l-.939-.001v-.794h1.336l.001-.512H6.575m2.845.002v3.182c.645.002 1.291.002 1.937 0a38.721 38.721 0 0 1 0-.482l-1.452-.001c-.001-.303-.001-.605.001-.908l.937-.002V3.91l-.937-.001v-.794h1.336l.001-.512c-.608-.002-1.215-.002-1.823 0m2.847-.005c-.002 1.063-.001 2.126 0 3.189l.484-.001c0-.466-.001-.93.004-1.396.461-.01 1.012.093 1.372-.276.434-.392.327-1.187-.224-1.416-.521-.192-1.094-.065-1.636-.1M3.769 7.104v3.579c.742.006 1.483.005 2.225.001v-.55c-.547-.008-1.094-.003-1.641-.005-.013-1.009-.002-2.018-.005-3.027l-.578.002m2.747-.001c.003 1.195.003 2.389 0 3.584h2.214l-.002-.558H7.098c-.004-.345-.005-.69.002-1.035.357-.001.716.001 1.073-.001v-.551c-.358-.001-.717 0-1.075.001a81.416 81.416 0 0 1-.001-.856c.495-.01.992.014 1.488-.009.169-.136.066-.385.097-.573-.722-.005-1.444-.002-2.164-.002m2.816.001c.002 1.194.002 2.387 0 3.581l.575.003c.021-.534-.055-1.075.05-1.602.342.011.685.011 1.028.008.001-.183.001-.367.003-.55-.36-.002-.72 0-1.08-.004-.001-.283-.002-.566-.001-.849.538-.009 1.075-.004 1.612-.005.007-.194.009-.389.014-.583-.733-.001-1.466-.002-2.2.001m2.418 0c.005.194.006.388.013.583.276-.002.552-.001.828 0-.002 1 0 1.999-.002 2.999l.559.001c-.004-.999 0-1.998-.002-2.997.269-.001.539-.006.808-.003.006-.195.009-.389.014-.584-.74-.001-1.48-.002-2.22.001M6.114 17.388c-.134-.512.014-1.204-.478-1.547-.291-.215-.641.042-.716.345-.728 1.963-1.451 3.928-2.174 5.894 2.119-.364 4.248-.682 6.365-1.047.422-.072.423-.633.119-.849-.392-.279-.86-.425-1.286-.644 2.515-1.993 5.026-3.993 7.542-5.986a945.581 945.581 0 0 0-1.76-2.208c-2.542 2.009-5.073 4.03-7.611 6.043z"/><path fill="#fff" d="M12.75 3.087c.302.011.616-.041.911.041.322.138.277.658-.043.764-.285.036-.574.014-.86.021-.007-.275-.007-.55-.008-.826z"/><path fill="#555" d="M1.677 23.855c4.927-.052 9.858-.037 14.786-.008l-.132.038c-4.913.019-9.826.022-14.738-.002l.084-.028z"/><path fill="#050505" opacity=".75" d="M1.411 23.948l.182-.065c4.913.023 9.826.021 14.738.002l.141.06.128.056H1.551l-.141-.052z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.468 0h3.074c2.594.457 5.132 1.559 6.972 3.486C22.442 5.329 23.547 7.87 24 10.468v3.074c-.457 2.594-1.559 5.132-3.486 6.972-1.843 1.928-4.384 3.033-6.982 3.486h-3.074c-2.594-.457-5.132-1.559-6.972-3.486C1.558 18.671.453 16.13 0 13.532v-3.074c.355-1.893.993-3.763 2.104-5.351 3.729 3.567 7.531 7.056 11.283 10.597-.587.65-1.216 1.261-1.793 1.923 2.576.687 5.162 1.336 7.74 2.018a363.735 363.735 0 0 0-2.488-7.593c-.578.593-1.125 1.214-1.696 1.813-3.818-3.525-7.57-7.12-11.384-10.651C5.575 1.439 8.001.438 10.468 0z"/><path fill="#fff" d="M2.104 5.108a13.423 13.423 0 0 1 1.661-1.894c3.814 3.531 7.566 7.125 11.384 10.651.571-.599 1.119-1.22 1.696-1.813a363.735 363.735 0 0 1 2.488 7.593c-2.578-.682-5.163-1.33-7.74-2.018.576-.662 1.205-1.273 1.793-1.923-3.752-3.54-7.554-7.029-11.283-10.597z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.083 0h1.806c2.317.26 4.608 1.036 6.45 2.497 2.638 1.982 4.272 5.105 4.661 8.358v2.262c-.428 4.058-2.94 7.861-6.644 9.638-1.312.682-2.761 1.016-4.212 1.244H10.88c-2.747-.346-5.42-1.514-7.369-3.51-2.039-1.999-3.21-4.75-3.51-7.568v-1.807c.187-1.2.38-2.412.853-3.54C2.197 4.114 5.246 1.383 8.832.43c.736-.217 1.502-.282 2.252-.431m.002 2.339a9.733 9.733 0 0 0-6.625 3.559c-2.54 3.049-2.875 7.691-.8 11.074 1.793 3.085 5.388 4.993 8.95 4.733 3.672-.179 7.086-2.665 8.42-6.085 1.133-2.796.863-6.115-.733-8.678-1.866-3.125-5.593-4.98-9.211-4.602z"/><path fill="#fff" d="M11.086 2.338c3.618-.378 7.345 1.477 9.211 4.602 1.596 2.563 1.866 5.882.733 8.678-1.334 3.42-4.748 5.906-8.42 6.085-3.562.26-7.157-1.648-8.95-4.733-2.075-3.383-1.74-8.024.8-11.074a9.733 9.733 0 0 1 6.625-3.559M4.96 6.569c3.191 3.158 6.39 6.307 9.578 9.467-.367.222-.762.395-1.12.632-.301.167-.167.667.156.708 1.542.29 3.089.558 4.632.851-.299-1.522-.593-3.044-.896-4.565-.023-.312-.45-.518-.678-.27-.264.372-.432.802-.658 1.196-3.199-3.152-6.388-6.317-9.592-9.464-.481.475-.954.958-1.423 1.445z"/><path d="M4.96 6.569c.469-.487.942-.97 1.423-1.445 3.204 3.148 6.392 6.312 9.592 9.464.226-.395.394-.824.658-1.196.228-.248.655-.042.678.27.304 1.52.598 3.043.896 4.565-1.543-.293-3.09-.56-4.632-.851-.323-.041-.457-.541-.156-.708.358-.238.752-.41 1.12-.632-3.188-3.16-6.388-6.308-9.578-9.467z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--keep-right--g3" xmlns="http://www.w3.org/2000/svg"><path d="M.981 0h17.23c.569.168 1.035.68 1.01 1.296.013 7.068-.002 14.137.007 21.205.067.662-.36 1.36-1.05 1.454l-.204-.094-.017-.008c.584-.062 1.122-.533 1.099-1.151.012-7.101.001-14.202.005-21.303.066-.655-.491-1.275-1.158-1.235C12.402.155 6.9.162 1.398.161.753.098.132.636.165 1.296.156 8.521.164 15.747.161 22.973L0 22.786V1.001C.147.528.516.163.981 0z"/><path d="M1.035.449C6.621.365 12.217.438 17.807.413c.513-.069 1.027.349.999.88.008 7.104.002 14.208.003 21.312.057.511-.382 1.002-.902.961-5.538 0-11.077.002-16.615 0-.512.029-.936-.457-.88-.958C.411 15.536.413 8.464.411 1.393.373.983.623.549 1.035.449m.082.465C.915.98.873 1.211.88 1.396.879 8.465.878 15.535.88 22.604c-.036.248.137.526.412.493 5.538.006 11.078.003 16.616.001.28.037.475-.234.433-.495 0-7.102.007-14.206-.004-21.308.034-.357-.357-.453-.636-.417C12.174.905 6.64.833 1.117.914z"/><path d="M3.257 3.22h.66l.001 1.671c.409-.555.815-1.113 1.224-1.669.272-.002.543-.002.816-.002-.406.555-.813 1.109-1.214 1.667.472.859.951 1.713 1.423 2.572-.251.001-.503.001-.754.003-.372-.658-.734-1.322-1.104-1.981-.593.506-.343 1.303-.392 1.979h-.66V3.22zM6.965 3.227h2.446v.666H7.627v1.054l1.363.001v.66l-1.364.001v1.19c.639.002 1.278 0 1.918.002v.659c-.86.002-1.719.002-2.579 0V3.227zM10.34 3.227l2.447-.001v.667h-1.785v1.054h1.364v.661l-1.364.001V6.8h1.918l-.001.661H10.34V3.227zM13.718 3.22c.59.01 1.181-.022 1.77.015.587.044 1.075.578 1.075 1.165.029.592-.469 1.15-1.057 1.197-.375.024-.751.006-1.126.009l-.001 1.854h-.661V3.22m.662.668v1.05c.401-.015.813.05 1.207-.041.405-.165.399-.815-.015-.965-.39-.09-.796-.031-1.192-.044zM10.742 9.36c-.13-.413.461-.733.774-.471 1.397 1.004 2.766 2.045 4.158 3.055a517.318 517.318 0 0 1-4.156 3.07c-.295.257-.843 0-.787-.398.123-.506.336-.986.492-1.482-2.553-.002-5.107.001-7.661-.001a927.48 927.48 0 0 1 0-2.359c2.554-.002 5.107.001 7.661-.002-.152-.473-.346-.933-.481-1.412zM7.939 16.941c.623-.903 2.164-.606 2.429.456l-.615.211c-.165-.588-1.048-.769-1.327-.18-.284.751-.327 1.669.05 2.392.427.6 1.386.128 1.285-.574-.251-.006-.503-.006-.755-.007l.001-.693h1.391c.016.666.091 1.487-.528 1.927-.663.546-1.791.26-2.085-.555-.339-.948-.354-2.089.154-2.977zM11.393 16.462h.668c.001.567.002 1.135 0 1.703.502.005 1.005.003 1.507.003l.001-1.706h.669c.002 1.412.001 2.823 0 4.235a74.594 74.594 0 0 0-.669 0l-.001-1.85c-.502 0-1.004-.001-1.506.001v1.848l-.67.001c0-1.412-.002-2.824.001-4.235zM2.067 16.461c.764.076 1.639-.206 2.314.256.712.509.544 1.662-.217 2.039.251.644.496 1.29.74 1.937h-.705c-.239-.618-.473-1.237-.715-1.854l-.755.001v1.853h-.662c0-1.411-.001-2.822 0-4.232m.662.667v1.051c.374-.013.758.046 1.125-.042.424-.152.414-.838-.018-.973-.363-.075-.739-.026-1.107-.036zM5.901 16.462h.66c.003 1.411 0 2.823.002 4.234l-.662.001v-4.235zM15.035 16.462h2.579v.666l-.961.002c0 1.189.001 2.378-.001 3.567h-.661c-.001-1.19.001-2.379-.001-3.568l-.955-.001a73.926 73.926 0 0 1 0-.666z"/><path fill="#fff" d="M.165 1.296C.132.636.753.098 1.398.161 6.9.162 12.402.155 17.903.164c.667-.04 1.224.58 1.158 1.235-.004 7.101.007 14.202-.005 21.303.023.618-.515 1.089-1.099 1.151-5.601-.073-11.209-.015-16.812-.024-.473-.067-.814-.429-.984-.856C.164 15.747.156 8.521.165 1.296m.87-.847c-.412.1-.662.534-.624.944.002 7.071 0 14.143.001 21.215-.056.501.368.987.88.958 5.538.002 11.077 0 16.615 0 .52.041.959-.45.902-.961-.001-7.104.005-14.208-.003-21.312.028-.531-.486-.949-.999-.88C12.217.438 6.621.365 1.035.449z"/><path fill="#fff" d="M1.117.914C6.64.833 12.174.905 17.701.878c.279-.036.67.06.636.417.011 7.102.004 14.206.004 21.308.042.261-.153.532-.433.495-5.538.002-11.078.005-16.616-.001-.275.033-.448-.245-.412-.493C.878 15.535.879 8.465.88 1.396.873 1.211.915.98 1.117.914m2.14 2.306v4.24h.66c.049-.676-.201-1.473.392-1.979.37.659.732 1.323 1.104 1.981.251-.002.503-.002.754-.003-.472-.859-.951-1.713-1.423-2.572.401-.558.808-1.112 1.214-1.667-.273 0-.544 0-.816.002-.409.556-.815 1.114-1.224 1.669L3.917 3.22h-.66m3.708.007V7.46c.86.002 1.719.002 2.579 0v-.659c-.64-.002-1.279 0-1.918-.002v-1.19l1.364-.001v-.66l-1.363-.001V3.893h1.784v-.666H6.965m3.375 0v4.234h2.579l.001-.661h-1.918V5.609l1.364-.001v-.661h-1.364V3.893h1.785v-.667l-2.447.001m3.378-.007v4.24h.661l.001-1.854c.375-.003.751.015 1.126-.009.588-.047 1.086-.605 1.057-1.197 0-.587-.488-1.121-1.075-1.165-.589-.037-1.18-.005-1.77-.015m-2.976 6.14c.135.479.329.939.481 1.412-2.554.003-5.107 0-7.661.002a927.48 927.48 0 0 0 0 2.359c2.554.002 5.108-.001 7.661.001-.156.496-.369.976-.492 1.482-.056.398.492.655.787.398a517.318 517.318 0 0 0 4.156-3.07c-1.392-1.01-2.761-2.051-4.158-3.055-.313-.262-.904.058-.774.471m-2.803 7.581c-.508.888-.493 2.029-.154 2.977.294.815 1.422 1.101 2.085.555.619-.44.544-1.261.528-1.927H9.007l-.001.693c.252.001.504.001.755.007.101.702-.858 1.174-1.285.574-.377-.723-.334-1.641-.05-2.392.279-.589 1.162-.408 1.327.18l.615-.211c-.265-1.062-1.806-1.359-2.429-.456m3.454-.479c-.003 1.411-.001 2.823-.001 4.235l.67-.001v-1.848c.502-.002 1.004-.001 1.506-.001l.001 1.85h.669c.001-1.412.002-2.823 0-4.235h-.669l-.001 1.706c-.502 0-1.005.002-1.507-.003.002-.568.001-1.136 0-1.703h-.668m-9.326-.001c-.001 1.41 0 2.821 0 4.232h.662V18.84l.755-.001c.242.617.476 1.236.715 1.854h.705c-.244-.647-.489-1.293-.74-1.937.761-.377.929-1.53.217-2.039-.675-.462-1.55-.18-2.314-.256m3.834.001v4.235l.662-.001c-.002-1.411.001-2.823-.002-4.234h-.66m9.134 0v.666l.955.001c.002 1.189 0 2.378.001 3.568h.661c.002-1.189.001-2.378.001-3.567l.961-.002v-.666h-2.579z"/><path fill="#fff" d="M14.38 3.888c.396.013.802-.046 1.192.044.414.15.42.8.015.965-.394.091-.806.026-1.207.041v-1.05zM2.729 17.128c.368.01.744-.039 1.107.036.432.135.442.821.018.973-.367.088-.751.029-1.125.042v-1.051z"/><path fill="#020202" opacity=".87" d="M0 22.786l.161.187c.17.427.511.789.984.856.146.036.296.042.445.042 5.461.012 10.924.029 16.384-.01l.204.094-.163.045H1.081A1.5 1.5 0 0 1 0 23.034v-.248z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--keep-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#1e1e1e" opacity=".92" d="M1.404 0H17.57l.146.117C12.343.06 6.967.142 1.595.077L1.404 0z"/><path fill="#fff" d="M1.595.077C6.967.142 12.343.06 17.716.117c.18.079.363.154.537.246.492.395.859.98.844 1.628.005 6.673.005 13.346 0 20.019.015.648-.354 1.229-.843 1.627-.211.113-.437.198-.66.284-5.37-.057-10.743.01-16.114-.034a2.142 2.142 0 0 1-1.405-1.485C.142 15.429.067 8.453.112 1.48A2.128 2.128 0 0 1 1.595.077m.147.285C.954.455.329 1.21.369 2.001.37 8.667.367 15.334.37 22c-.03.87.756 1.66 1.629 1.62h15.203c.868.031 1.646-.751 1.614-1.618.004-6.668.002-13.336.001-20.003.053-.92-.798-1.729-1.711-1.659C11.985.355 6.862.311 1.742.362z"/><path fill="#fff" d="M1.838.959C6.926.916 12.017.951 17.106.941c.589-.051 1.149.453 1.106 1.054.006 6.636 0 13.271.002 19.907.061.575-.419 1.14-1.009 1.115-5.07.005-10.14.004-15.21.001-.55.027-1.043-.465-1.019-1.016C.969 15.334.972 8.666.975 1.997c-.032-.503.359-.985.863-1.038m6.947 6.923c-.353.438.059 1.148.614 1.058.718-.167 1.403-.451 2.108-.662-.068 1.641.194 3.352-.4 4.926-.307.881-1.04 1.5-1.539 2.264-1.393 2.05-1.456 4.612-1.379 6.999 1.115-.002 2.229.003 3.343-.003.037-1.284-.145-2.611.287-3.849.261-.852.782-1.584 1.292-2.302 1.076-1.515 1.731-3.346 1.758-5.211.01-.946 0-1.892.005-2.838.712.22 1.406.506 2.129.687.547.093.962-.638.605-1.064-1.477-2.111-2.969-4.211-4.45-6.319a1818.155 1818.155 0 0 0-4.373 6.314M1.476 3.667c-.007 2.948.578 5.871 1.497 8.664.215.665.511 1.428 1.236 1.672.886.365 1.92-.189 2.218-1.073C7.614 9.999 8.15 6.823 8.159 3.667H1.476z"/><path d="M1.742.362C6.862.311 11.985.355 17.106.34c.913-.07 1.764.739 1.711 1.659.001 6.667.003 13.335-.001 20.003.032.867-.746 1.649-1.614 1.618H1.999C1.126 23.66.34 22.87.37 22 .367 15.334.37 8.667.369 2.001.329 1.21.954.455 1.742.362m.096.597c-.504.053-.895.535-.863 1.038C.972 8.666.969 15.334.976 22.002c-.024.551.469 1.043 1.019 1.016 5.07.003 10.14.004 15.21-.001.59.025 1.07-.54 1.009-1.115-.002-6.636.004-13.271-.002-19.907.043-.601-.517-1.105-1.106-1.054-5.089.01-10.18-.025-15.268.018z"/><path d="M8.785 7.882c1.454-2.107 2.91-4.213 4.373-6.314 1.481 2.108 2.973 4.208 4.45 6.319.357.426-.058 1.157-.605 1.064-.723-.181-1.417-.467-2.129-.687-.005.946.005 1.892-.005 2.838-.027 1.865-.682 3.696-1.758 5.211-.51.718-1.031 1.45-1.292 2.302-.432 1.238-.25 2.565-.287 3.849-1.114.006-2.228.001-3.343.003-.077-2.387-.014-4.949 1.379-6.999.499-.764 1.232-1.383 1.539-2.264.594-1.574.332-3.285.4-4.926-.705.211-1.39.495-2.108.662-.555.09-.967-.62-.614-1.058zM1.476 3.667h6.683c-.009 3.156-.545 6.332-1.732 9.263-.298.884-1.332 1.438-2.218 1.073-.725-.244-1.021-1.007-1.236-1.672-.919-2.793-1.504-5.716-1.497-8.664z"/><path fill="#181818" opacity=".89" d="M18.253.363c.533.201.775.75.947 1.25v20.763c-.168.504-.412 1.056-.946 1.261.489-.398.858-.979.843-1.627.005-6.673.005-13.346 0-20.019.015-.648-.352-1.233-.844-1.628z"/><path fill="#171717" opacity=".93" d="M0 1.631l.112-.151C.067 8.453.142 15.429.075 22.402L0 22.593V1.631z"/><path fill="#111" opacity=".93" d="M1.48 23.887c5.371.044 10.744-.023 16.114.034l.195.079H1.629l-.149-.113z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M10.09.211c4.637-.848 9.604 1.389 12.092 5.382 1.881 2.903 2.381 6.647 1.34 9.946-1.297 4.317-5.222 7.7-9.695 8.311-4.614.743-9.494-1.564-11.907-5.551-2.529-3.961-2.359-9.415.416-13.207C4.147 2.529 6.993.728 10.09.211m.726 3.2c-3.095.435-5.837 2.678-6.887 5.62-.915 2.413-.634 5.228.704 7.43 1.641 2.788 4.927 4.525 8.16 4.217 4.023-.26 7.537-3.67 7.937-7.679.313-2.551-.611-5.201-2.404-7.034-1.9-1.988-4.79-2.982-7.51-2.554z"/><path fill="#fff" d="M10.816 3.411c2.72-.428 5.61.566 7.51 2.554 1.793 1.833 2.717 4.483 2.404 7.034-.4 4.009-3.914 7.418-7.937 7.679-3.233.308-6.519-1.428-8.16-4.217-1.338-2.202-1.619-5.017-.704-7.43 1.05-2.943 3.792-5.185 6.887-5.62m2.348 8.534c.015.244.025.489.045.733l.88.013-.001.08a49.034 49.034 0 0 0-.857-.003 1.448 1.448 0 0 1-.303.628l.156.371c2.083-.035 4.186.086 6.259-.061.132-.575-.409-1.152-.166-1.789-.355-.735-.604-1.548-1.108-2.193-.983-.291-2.063-.137-3.084-.145-1.328-.111-1.22 1.581-1.821 2.367M7.721 9.885c.003.351.006.703.007 1.055-1.11.007-2.22-.006-3.331.007-.01.723-.006 1.446-.004 2.169 1.111.01 2.223.001 3.334.004l-.001 1.079a510.306 510.306 0 0 1 3.452-2.153c-1.137-.743-2.3-1.45-3.456-2.161m5.583 3.885c-.506 1.245 1.754 1.273 1.255.015a21.01 21.01 0 0 0-1.255-.015m4.526.009c-.502 1.247 1.761 1.252 1.255.001a17.507 17.507 0 0 0-1.255-.001z"/><path fill="#fff" d="M14.057 11.338c.228-.417.282-1.196.918-1.126.897-.029 1.802-.035 2.698.039.32.289.422.748.627 1.119a31.956 31.956 0 0 0-4.243-.032zM15.431 12.185c.521-.02 1.044-.035 1.565.015l-.02.396c-.511.001-1.02.003-1.529.001l-.016-.412z"/><path fill="#231f20" d="M13.164 11.945c.601-.785.493-2.477 1.821-2.367 1.021.009 2.1-.145 3.084.145.505.646.753 1.459 1.108 2.193-.243.637.298 1.215.166 1.789-2.073.147-4.176.026-6.259.061l-.156-.371c.147-.185.257-.394.303-.628.285-.001.57-.001.857.003l.001-.08-.88-.013c-.02-.244-.031-.489-.045-.733m.893-.606a31.956 31.956 0 0 1 4.243.032c-.205-.371-.307-.829-.627-1.119-.896-.074-1.801-.068-2.698-.039-.636-.07-.689.708-.918 1.126m1.374.847l.016.412c.509.001 1.018 0 1.529-.001l.02-.396c-.521-.049-1.044-.035-1.565-.015zM7.721 9.885c1.156.711 2.319 1.418 3.456 2.161a441.076 441.076 0 0 0-3.452 2.153l.001-1.079c-1.111-.003-2.223.006-3.334-.004-.001-.723-.006-1.446.004-2.169 1.111-.013 2.221 0 3.331-.007-.001-.352-.004-.704-.007-1.055z"/><path fill="#231f20" d="M13.305 13.77c.419-.009.836-.003 1.255.015.499 1.258-1.761 1.231-1.255-.015zM17.831 13.779a18.11 18.11 0 0 1 1.255.001c.506 1.251-1.757 1.245-1.255-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M10.85.348c4.48-.554 9.117 1.782 11.395 5.668 1.72 2.83 2.14 6.4 1.136 9.555-1.101 3.56-3.988 6.503-7.529 7.664-3.269 1.108-7.015.667-9.932-1.179C1.991 19.657-.269 14.83.489 10.276 1.198 5.135 5.681.835 10.85.348m-.145 3.266c-3.15.51-5.879 2.93-6.773 5.991-.805 2.61-.237 5.587 1.47 7.718 1.748 2.265 4.681 3.555 7.532 3.258 3.851-.301 7.201-3.52 7.684-7.348.449-2.996-.871-6.162-3.293-7.974-1.849-1.444-4.311-2.046-6.621-1.646z"/><path fill="#fff" d="M10.705 3.614c2.309-.4 4.772.202 6.621 1.646 2.423 1.812 3.742 4.978 3.293 7.974-.483 3.827-3.833 7.047-7.684 7.348-2.852.297-5.784-.993-7.532-3.258-1.707-2.132-2.275-5.108-1.47-7.718.893-3.062 3.623-5.482 6.773-5.991m1.003 4.083c-.014 2.34.017 4.681-.027 7.021l.318.124c-.01.562-.014 1.126.023 1.689.325.036.66.04.943-.149-.013-.577-.037-1.156.024-1.731.07.623.031 1.253.051 1.88.28.01.56.007.838-.009.018-.229.037-.457.054-.686.53-.036 1.044.078 1.552.206.496-.122.994-.239 1.51-.207.01.226.023.452.034.677.271-.006.638.152.844-.074.116-.591-.016-1.201.101-1.794.077.618.037 1.241.048 1.862.287.017.608.128.868-.047.072-.52.03-1.047.04-1.571l.267-.216c.087-2.32.014-4.651.038-6.976a54.934 54.934 0 0 0-7.525 0m-4.249 2.722c-.003.274-.006.547-.007.821-.825-.006-1.649.003-2.474-.01.009.555.007 1.109.006 1.663.822-.003 1.644-.001 2.467-.001l.01.807c.871-.555 1.751-1.098 2.627-1.644a122.532 122.532 0 0 0-2.629-1.635z"/><path fill="#fff" d="M13.914 14.789c1.031-.001 2.063-.003 3.094.001l-.003.507c-.525.038-1.035-.06-1.532-.216-.508.146-1.027.247-1.561.206l.001-.498z"/><path fill="#231f20" d="M11.709 7.698a54.934 54.934 0 0 1 7.525 0c-.024 2.325.048 4.655-.038 6.976l-.267.216c-.01.524.033 1.051-.04 1.571-.26.175-.581.064-.868.047-.011-.621.028-1.244-.048-1.862-.116.592.016 1.203-.101 1.794-.206.226-.572.068-.844.074-.011-.226-.024-.452-.034-.677-.516-.031-1.014.085-1.51.207-.508-.128-1.022-.241-1.552-.206-.017.229-.036.457-.054.686a9.362 9.362 0 0 1-.838.009c-.02-.628.018-1.257-.051-1.88-.061.575-.037 1.155-.024 1.731-.283.189-.618.185-.943.149a20.24 20.24 0 0 1-.023-1.689 17.44 17.44 0 0 1-.318-.124c.044-2.34.013-4.681.027-7.021m2.206 7.09l-.001.498c.534.041 1.052-.06 1.561-.206.497.156 1.007.254 1.532.216l.003-.507a531.825 531.825 0 0 0-3.094-.001zM7.461 10.419c.885.531 1.758 1.081 2.629 1.635-.876.547-1.757 1.089-2.627 1.644l-.01-.807c-.822 0-1.644-.001-2.467.001.001-.554.003-1.108-.006-1.663.825.013 1.649.004 2.474.01.001-.274.004-.547.007-.821z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ea2d2e" d="M10.644 0h2.679c3.873.495 7.482 2.857 9.293 6.344.738 1.329 1.114 2.814 1.384 4.3v2.68c-.495 3.871-2.857 7.481-6.342 9.294-1.323.735-2.799 1.114-4.28 1.381h-2.731c-3.863-.501-7.455-2.866-9.263-6.342-.738-1.331-1.116-2.816-1.385-4.302v-2.679C.261 9.14.665 7.61 1.437 6.243 3.257 2.815 6.822.507 10.642-.002m.227 2.201c-2.658.284-5.146 1.746-6.715 3.905-1.927 2.579-2.391 6.142-1.256 9.146 1.59 4.525 6.839 7.292 11.471 6.009 4.784-1.093 8.131-6.212 7.198-11.036-.702-4.963-5.736-8.729-10.698-8.024z"/><path fill="#fff" d="M10.869 2.199c4.962-.705 9.996 3.06 10.698 8.024.933 4.824-2.415 9.942-7.198 11.036-4.632 1.282-9.88-1.484-11.471-6.009-1.136-3.003-.672-6.567 1.255-9.146 1.569-2.159 4.058-3.621 6.715-3.905m-3.799 2.37c-.005 2.482-.003 4.964-.002 7.446-.005 1.325 1.209 2.494 2.534 2.441 1.308.021 2.482-1.14 2.476-2.445.003-2.479.003-4.961 0-7.44-1.669-.003-3.339-.002-5.009-.002m5.307 8.056c.228.588.88.078 1.316.054-.033.675.05 1.379-.178 2.026-.316.919-1.347 1.284-1.758 2.147-.752 1.188-.466 2.633-.514 3.957.502.003 1.005.003 1.509.002.024-1.341-.28-3.012.99-3.914 1.351-.957 1.57-2.697 1.501-4.226.378.081.751.183 1.128.265l.153-.33c-.627-1.077-1.373-2.084-2.047-3.13a202.51 202.51 0 0 0-2.099 3.149z"/><path fill="#030303" d="M7.069 4.569c1.67 0 3.339-.002 5.008.001.003 2.479.003 4.96 0 7.44.006 1.305-1.168 2.466-2.476 2.445-1.325.054-2.538-1.116-2.534-2.441-.002-2.483-.003-4.964.002-7.446zM12.375 12.625a207.297 207.297 0 0 1 2.099-3.148c.675 1.047 1.42 2.053 2.047 3.13l-.153.33c-.377-.082-.75-.184-1.128-.265.069 1.529-.15 3.268-1.501 4.226-1.271.901-.966 2.572-.99 3.913-.504.002-1.006.002-1.509-.002.048-1.324-.237-2.769.515-3.957.411-.863 1.441-1.227 1.758-2.146.228-.648.146-1.351.178-2.026-.435.024-1.087.534-1.316-.054z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--keep-right--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M10.999 0h1.966c4.206.378 8.131 3.034 9.895 6.892.631 1.291.932 2.704 1.14 4.115v1.945c-.296 2.723-1.414 5.377-3.341 7.348-1.998 2.117-4.783 3.377-7.658 3.701h-1.967c-4.045-.383-7.852-2.842-9.692-6.49C.592 16.113.22 14.557 0 12.997v-1.956c.17-1.116.355-2.24.778-3.294C2.082 4.244 5.122 1.437 8.734.455 9.474.235 10.242.144 11 .001m-.264 2.483c-3.584.426-6.768 3.077-7.858 6.515-.9 2.704-.514 5.804 1.048 8.191 1.847 2.92 5.357 4.686 8.804 4.38 3.592-.232 6.902-2.69 8.197-6.043 1.064-2.66.848-5.792-.583-8.276-1.849-3.344-5.825-5.32-9.608-4.766z"/><path fill="#fff" d="M10.736 2.484c3.784-.553 7.759 1.422 9.608 4.766 1.432 2.484 1.648 5.616.583 8.276-1.295 3.353-4.606 5.812-8.197 6.043-3.448.306-6.958-1.46-8.804-4.38-1.561-2.387-1.948-5.488-1.048-8.191 1.09-3.438 4.273-6.089 7.858-6.515m2.787 7.224c.476-.143.968-.227 1.466-.18-.613 4.012-4.337 7.211-8.388 7.254-.002.728-.001 1.457-.001 2.184 2.926-.059 5.807-1.339 7.786-3.498 1.444-1.531 2.39-3.499 2.762-5.566.485.113.914.367 1.315.654-.58-1.555-1.152-3.114-1.735-4.669-1.075 1.267-2.137 2.548-3.205 3.821z"/><path d="M13.523 9.707c1.068-1.273 2.13-2.554 3.205-3.821.583 1.555 1.156 3.114 1.735 4.669-.401-.287-.83-.541-1.315-.654-.372 2.066-1.319 4.034-2.762 5.566-1.979 2.159-4.86 3.439-7.786 3.498 0-.727-.001-1.456.001-2.184 4.051-.043 7.775-3.242 8.388-7.254-.498-.047-.99.037-1.466.18z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--keep-right--g9" xmlns="http://www.w3.org/2000/svg"><path d="M1.527 0h14.972a2.043 2.043 0 0 1 1.546 1.532v20.905c-.178.748-.774 1.436-1.573 1.507l-.131-.063.122-.035c.817-.146 1.48-.895 1.45-1.738-.001-6.769.005-13.538-.003-20.307.004-.918-.84-1.713-1.753-1.673C11.4.125 6.644.125 1.887.127.973.085.124.88.13 1.8.123 8.571.127 15.342.127 22.112c-.032.868.684 1.654 1.543 1.737l-.08.031-.174.069a2.045 2.045 0 0 1-1.417-1.481V1.537A2.03 2.03 0 0 1 1.526-.001z"/><path d="M1.567.402C6.396.333 11.232.393 16.064.372c.806-.07 1.589.607 1.587 1.425.008 6.771.003 13.544.003 20.315.033.802-.693 1.531-1.497 1.49-4.786-.001-9.573.005-14.358-.002-.777.004-1.454-.715-1.421-1.489V1.888C.343 1.19.881.522 1.568.402m.088.631c-.389.077-.669.463-.642.855-.001 6.742-.003 13.483.001 20.224-.03.474.404.89.874.853 4.756 0 9.512.001 14.268-.001a.826.826 0 0 0 .858-.852c.005-6.742.003-13.482.002-20.224.042-.514-.448-.946-.951-.878-4.803.015-9.609-.031-14.41.023z"/><path d="M3.616 2.598l.482.001c.003.435 0 .87.002 1.306.346-.433.678-.878 1.029-1.307.205.001.41.001.614.003-.325.429-.661.851-.989 1.278.345.638.705 1.268 1.048 1.906l-.564.002c-.278-.501-.547-1.006-.827-1.506-.478.368-.271.99-.313 1.505h-.482a846.946 846.946 0 0 1 0-3.188zM6.577 2.605c.606-.002 1.213-.002 1.82 0l-.002.511c-.446.002-.891-.002-1.335.002v.793l.939.002v.482l-.939.003v.908c.484.002.967-.002 1.451.002a38.4 38.4 0 0 0 0 .48c-.645.003-1.289.003-1.934 0-.003-1.06-.003-2.12 0-3.181zM9.421 2.606a138.17 138.17 0 0 1 1.821 0l-.001.509c-.445.003-.891-.001-1.335.003-.002.264-.002.529 0 .793l.937.002.001.483-.937.002c-.003.302-.003.604 0 .907.484.003.967-.001 1.45.003v.48c-.645.002-1.289.004-1.934 0a1685.4 1685.4 0 0 1 0-3.18zM12.268 2.599c.559.043 1.165-.115 1.691.129.533.265.578 1.069.121 1.428-.362.323-.878.221-1.32.23-.02.466-.004.933-.011 1.399h-.481a677.132 677.132 0 0 1 0-3.187m.484.49c-.005.275-.006.551.011.826.284-.009.571.012.855-.019.32-.111.367-.627.044-.769-.294-.082-.608-.027-.91-.039zM7.503 7.763c.426-.722 1.592-.51 1.846.257-.156.058-.313.115-.469.171-.18-.418-.832-.512-1.018-.051-.195.574-.252 1.313.131 1.823.344.396.999.005.906-.485a34.004 34.004 0 0 0-.554-.005l.002-.484c.34-.003.681-.003 1.022-.001-.013.419.084.904-.219 1.248-.411.538-1.351.483-1.664-.128-.359-.717-.336-1.629.017-2.344zM2.883 7.37c.518.037 1.071-.097 1.564.099.619.311.632 1.273.003 1.584.186.5.379.996.564 1.497h-.51c-.172-.462-.34-.926-.513-1.387-.208-.003-.416-.003-.624-.003-.003.463.001.927-.002 1.389h-.483c-.001-1.06-.002-2.12.001-3.18m.483.511c-.002.256-.002.512-.001.768.255-.002.512.018.766-.012.284-.06.448-.505.164-.671-.283-.149-.623-.066-.929-.085zM5.87 7.371l.482.001c.003 1.061.003 2.122.001 3.183l-.483.002c-.002-1.062-.001-2.124 0-3.186zM10.254 7.371l.482-.001c.003.427-.001.853.002 1.279h1.165c.002-.427-.001-.853.002-1.279l.481.001c.003 1.061.003 2.122.001 3.184a38.721 38.721 0 0 0-.482 0c-.003-.465 0-.928-.002-1.393h-1.165c-.004.465.001.929-.003 1.394l-.482-.002c-.001-1.061-.002-2.122.001-3.183zM13.156 7.372c.645-.003 1.289-.003 1.934 0l-.001.453c-.233.001-.466 0-.7-.004-.024.91-.002 1.823-.011 2.733l-.483.002c-.004-.91.002-1.82-.002-2.73l-.738-.002v-.452zM2.652 13.642c.585-.735 1.17-1.472 1.759-2.205 2.542 2.008 5.072 4.029 7.611 6.042.137-.511-.015-1.204.477-1.546.26-.195.605-.002.689.281.744 1.98 1.466 3.97 2.202 5.954-2.119-.358-4.245-.683-6.364-1.044-.422-.072-.424-.632-.12-.849.392-.278.861-.424 1.286-.644-2.515-1.995-5.026-3.992-7.54-5.987z"/><path fill="#fff" d="M.131 1.8C.125.881.974.085 1.888.127c4.757-.002 9.513-.002 14.27.001.913-.041 1.757.755 1.753 1.673.008 6.769.002 13.538.003 20.307.03.843-.633 1.592-1.45 1.738-4.93-.025-9.863-.034-14.792.004-.859-.083-1.574-.869-1.543-1.737 0-6.771-.005-13.542.003-20.312M1.567.402C.88.522.342 1.19.377 1.888v20.223c-.032.774.644 1.492 1.421 1.489 4.786.006 9.572.001 14.358.002.804.042 1.53-.688 1.497-1.49 0-6.771.005-13.544-.003-20.315.002-.817-.781-1.495-1.587-1.425-4.832.021-9.668-.04-14.497.03z"/><path fill="#fff" d="M1.656 1.033c4.801-.053 9.607-.007 14.41-.023.503-.068.993.364.951.878.001 6.742.003 13.482-.002 20.224a.826.826 0 0 1-.858.852c-4.756.002-9.512.001-14.268.001-.47.037-.904-.379-.874-.853-.004-6.741-.002-13.482-.001-20.224-.027-.392.254-.779.642-.855m1.96 1.565a846.946 846.946 0 0 0 0 3.188h.482c.042-.515-.165-1.137.313-1.505.281.5.549 1.005.827 1.506l.564-.002c-.343-.639-.703-1.269-1.048-1.906.328-.428.664-.849.989-1.278l-.614-.003c-.351.429-.683.874-1.029 1.307-.002-.436.001-.871-.002-1.306l-.482-.001m2.961.007a562.154 562.154 0 0 0 0 3.181c.644.003 1.288.003 1.934 0a38.4 38.4 0 0 1 0-.48c-.484-.004-.967 0-1.451-.002v-.908l.939-.003a38.721 38.721 0 0 1 0-.482l-.939-.002v-.793c.445-.004.89 0 1.335-.002l.002-.511c-.607-.002-1.214-.002-1.82 0m2.844.003a1685.4 1685.4 0 0 0 0 3.18c.645.004 1.289.002 1.934 0v-.48c-.483-.004-.966 0-1.45-.003a45.704 45.704 0 0 1 0-.907l.937-.002-.001-.483-.937-.002a52.405 52.405 0 0 1 0-.793c.445-.004.891 0 1.335-.003l.001-.509a138.17 138.17 0 0 0-1.821 0m2.849-.005a677.132 677.132 0 0 0 0 3.187h.481c.007-.466-.009-.933.011-1.399.442-.009.958.093 1.32-.23.457-.359.412-1.163-.121-1.428-.526-.244-1.131-.086-1.691-.129M7.503 7.763c-.353.715-.376 1.627-.017 2.344.313.611 1.253.666 1.664.128.303-.344.207-.829.219-1.248a69.62 69.62 0 0 0-1.022.001l-.002.484.554.005c.093.489-.562.881-.906.485-.383-.51-.326-1.249-.131-1.823.186-.461.837-.366 1.018.051.156-.056.313-.113.469-.171-.254-.767-1.42-.979-1.846-.257m-4.62-.392a842.7 842.7 0 0 0-.001 3.18h.483c.003-.463-.001-.927.002-1.389.208 0 .417 0 .624.003.173.461.341.925.513 1.387h.51c-.185-.501-.378-.997-.564-1.497.63-.311.616-1.273-.003-1.584-.494-.196-1.047-.062-1.564-.099m2.987 0c-.001 1.062-.002 2.124 0 3.186l.483-.002c.002-1.061.002-2.122-.001-3.183l-.482-.001m4.384 0c-.003 1.061-.002 2.122-.001 3.183l.482.002c.004-.465-.001-.929.003-1.394h1.165c.002.465-.001.928.002 1.393h.482c.002-1.062.002-2.123-.001-3.184l-.481-.001c-.003.427 0 .853-.002 1.279h-1.165c-.003-.427.001-.853-.002-1.279l-.482.001m2.902.001v.452l.738.002c.004.91-.002 1.82.002 2.73l.483-.002c.009-.91-.014-1.823.011-2.733.234.004.467.005.7.004l.001-.453c-.645-.003-1.289-.003-1.934 0m-10.505 6.27l7.54 5.987c-.425.22-.894.366-1.286.644-.304.217-.302.777.12.849 2.118.361 4.244.686 6.364 1.044-.735-1.984-1.457-3.974-2.202-5.954-.084-.282-.429-.476-.689-.281-.493.343-.34 1.036-.477 1.546-2.538-2.012-5.069-4.034-7.611-6.042a514.37 514.37 0 0 0-1.759 2.205z"/><path fill="#fff" d="M12.752 3.088c.302.012.616-.043.91.039.323.142.276.658-.044.769-.284.031-.571.01-.855.019a10.837 10.837 0 0 1-.011-.826zM3.366 7.88c.307.019.646-.064.929.085.283.166.12.611-.164.671-.254.03-.511.01-.766.012-.001-.256-.001-.512.001-.768z"/><path fill="#555" d="M1.671 23.849c4.93-.038 9.863-.029 14.792-.004l-.122.035c-4.916.018-9.835.018-14.751-.001l.08-.031z"/><path fill="#050505" opacity=".75" d="M1.417 23.949l.174-.069c4.916.019 9.835.019 14.751.001l.131.063.113.056H1.548l-.131-.051z"/></symbol><symbol viewBox="0 0 27 24" id="regulatory--lane-control--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.367 0h24.505l-.201.128C17.649.202 9.624.127 1.602.166.978.209.152.628.25 1.365c.007 7.129.003 14.259.002 21.39-.062.605.563.958 1.063 1.102.622.113 1.256.061 1.885.07 7.553.005 15.106-.01 22.659.008l-.192.066H1.208A2.126 2.126 0 0 1 0 23.07V.979C.314.489.807.153 1.367.002z"/><path d="M.605 1.362c-.049-.64.682-.93 1.214-.933C9.71.422 17.602.43 25.493.424c.434-.015.853.155 1.187.425.035.517.089 1.032.102 1.55.01 6.862-.017 13.725.013 20.587-.229.355-.611.565-1.023.63-8.043-.029-16.087-.005-24.129-.013-.394-.039-.802-.217-.993-.583-.087-.391-.035-.797-.046-1.193.003-6.822 0-13.645.001-20.466m.829-.724c.283.027.567.048.851.053C9.447.682 16.608.69 23.771.687c.707-.007 1.417.039 2.121-.048a6.822 6.822 0 0 0-.634-.069c-7.2.006-14.401 0-21.601.003C2.915.574 2.17.53 1.434.637m-.135.438c-.077.242-.057.502-.062.753.027 7.056-.038 14.114.032 21.168.208.104.427.197.665.177 7.893-.006 15.784.006 23.677-.006.301.032.609-.207.547-.528 0-7.093.003-14.185-.001-21.277.055-.369-.363-.534-.664-.505-7.698 0-15.395.003-23.094-.001-.371.019-.816-.09-1.101.218z"/><path d="M2.283 3.529l.407.001v2.751l1.647.001.003.345c-.686.002-1.373.001-2.058.001 0-1.033-.001-2.066.001-3.099zM4.682 3.53c.712-.001 1.424-.001 2.136 0l.002.344c-.577.002-1.154 0-1.73.002v.987H6.7l.001.341H5.09v1.077l1.743.001.002.345c-.718.002-1.435.001-2.153.001V3.53zM7.311 3.529l2.033.001.001.344c-.542.002-1.085.001-1.626.002v.987l1.427.001v.339c-.475-.001-.951-.001-1.426.001-.002.474-.002.949-.001 1.423h-.407c-.002-1.033-.001-2.066-.001-3.099zM9.494 3.53h2.478l.001.344c-.345.002-.69 0-1.034.003l-.001 2.751h-.408l-.001-2.752c-.345-.001-.689 0-1.034-.003V3.53zM14.741 3.53h.407v2.752c.584.011 1.176-.047 1.754.062.336-.945.723-1.871 1.078-2.81l.448-.01c.415 1.032.813 2.07 1.218 3.105h-.449c-.115-.311-.226-.624-.341-.935-.441-.001-.881-.003-1.322.006l-.335.925c-.819.008-1.64.003-2.459.005 0-1.033-.001-2.066.001-3.098m3.461.358c-.181.485-.357.971-.531 1.458l1.056.001c-.174-.487-.345-.975-.525-1.459zM19.879 3.53h.437c.546.84 1.087 1.683 1.639 2.519.008-.84.001-1.68.005-2.52l.385.001v3.105c-.155-.006-.31-.013-.465-.023-.525-.837-1.071-1.659-1.611-2.486-.006.834-.001 1.667-.003 2.502h-.385V3.53zM23.082 3.53c.712 0 1.424-.001 2.136 0l.002.344c-.577.002-1.154 0-1.73.002v.987h1.611v.341H23.49v1.077l1.743.001.002.345c-.718.002-1.435.001-2.153.001V3.53zM8.438 10.675l.567-.001c.265.585.525 1.173.792 1.757.254-.582.509-1.165.754-1.751.195-.005.39-.006.585-.007v3.155h-.414c-.001-.905.005-1.809-.003-2.714-.303.616-.525 1.273-.867 1.87-.585-.361-.647-1.28-1.024-1.869-.008.904-.001 1.808-.003 2.713h-.387l.001-3.153zM14.583 11.937c-.315-.543.127-1.241.726-1.291.481-.056 1.359-.035 1.181.68-.381-.234-.853-.483-1.299-.269-.327.126-.385.637-.077.814.391.206.879.186 1.232.467.424.378.256 1.13-.223 1.383-.517.302-1.146.13-1.667-.07-.002-.181-.003-.36-.003-.541.383.255.833.523 1.31.369.398-.061.555-.664.201-.88-.447-.239-1.095-.174-1.379-.663zM16.685 10.675h2.537l-.001.365-1.055.001c-.002.929 0 1.858-.001 2.787h-.417c-.001-.929.001-1.858-.001-2.787-.354-.002-.709 0-1.062-.001a22.205 22.205 0 0 1 0-.365zM11.714 10.674l.415.001c.019.773-.042 1.55.033 2.319.075.719 1.31.711 1.382-.006.077-.768.014-1.543.033-2.313h.414c-.026.818.057 1.645-.051 2.457-.214 1.053-2.093.991-2.192-.101-.073-.783-.015-1.571-.033-2.358zM1.951 17.816h2.478l.001.344c-.345.002-.69 0-1.034.003l-.001 2.751h-.408l-.001-2.752c-.345-.002-.689 0-1.034-.003v-.343zM4.666 17.816l.407-.001c.023.741-.049 1.487.038 2.224.106.773 1.45.818 1.593.047.087-.753.016-1.514.04-2.271l.409.001c-.023.77.051 1.546-.046 2.312-.178 1.157-2.235 1.133-2.397-.022-.095-.759-.023-1.528-.045-2.29zM7.882 17.816c.626.025 1.269-.071 1.883.075.669.21.661 1.223.059 1.517.519.331.328 1.007.527 1.509l-.446-.005c-.097-.411.015-.93-.314-1.248-.415-.147-.87-.058-1.302-.077v1.327h-.407c-.002-1.033-.001-2.065-.001-3.098m.409.347v1.082c.397-.006.798.033 1.189-.043.469-.067.533-.841.095-.997-.422-.083-.856-.034-1.283-.042zM10.85 17.816h.437c.546.84 1.086 1.683 1.639 2.519.008-.84.001-1.68.005-2.52l.385.001c-.001 1.041.002 2.082-.001 3.123-.153-.019-.307-.029-.457-.064-.56-.807-1.069-1.649-1.618-2.463-.006.834-.001 1.667-.003 2.502h-.385v-3.098zM15.198 17.815l.407.001v2.751l1.647.001.003.345c-.686.002-1.373.001-2.058.001 0-1.033-.001-2.066.001-3.099zM17.597 17.815l2.136.001.002.344c-.577.002-1.154 0-1.73.002v.987h1.61l.001.341c-.537 0-1.074-.001-1.611.001v1.075l1.743.001.002.345c-.718.002-1.435.001-2.153.001v-3.099zM20.225 17.816l2.033-.001.001.345c-.542.002-1.085 0-1.626.002v.987l1.427.001v.339h-1.427v1.424h-.407c-.002-1.033-.001-2.066-.001-3.098zM22.408 17.816h2.478l.001.344c-.345.002-.69 0-1.034.003l-.001 2.751h-.408l-.001-2.752c-.345-.002-.69 0-1.034-.003v-.343z"/><path opacity=".8" d="M25.872 0h.226c.557.17 1.087.505 1.33 1.056v21.955c-.233.489-.685.825-1.192.989h-.569l.192-.066c.122-.04.243-.082.366-.125.456-.161.984-.511.947-1.058.001-7.129-.003-14.259.001-21.39.053-.789-.841-1.177-1.503-1.233L25.871 0z"/><path fill="#fff" d="M.25 1.365C.152.628.978.21 1.602.166 9.624.127 17.649.203 25.671.128c.662.056 1.555.445 1.503 1.233-.005 7.13 0 14.261-.001 21.39.037.547-.491.897-.947 1.058a13.692 13.692 0 0 0-.454-.192c.411-.065.794-.274 1.023-.63.089-7.208-.008-14.421.049-21.629-.013-.181-.089-.346-.163-.509-.335-.27-.753-.44-1.187-.425C17.603.43 9.711.422 1.82.429 1.289.431.557.722.606 1.362.605 8.184.608 15.007.605 21.828c.01.397-.041.802.046 1.193.191.366.599.544.993.583l-.327.251c-.499-.144-1.125-.497-1.063-1.102.001-7.13.005-14.261-.002-21.39z"/><path fill="#fff" d="M1.299 1.075C1.584.766 2.028.876 2.4.857c7.698.005 15.395.001 23.094.001.301-.029.719.136.664.505.005 7.091.001 14.184.001 21.277.062.321-.247.56-.547.528-7.893.011-15.784 0-23.677.006-.238.019-.457-.073-.665-.177-.07-7.054-.005-14.112-.032-21.168.005-.251-.015-.511.062-.753m.983 2.453c-.002 1.033-.001 2.066-.001 3.099.686 0 1.373.001 2.058-.001l-.003-.345-1.647-.001V3.53l-.407-.001m2.399.001v3.098c.718 0 1.435.001 2.153-.001l-.002-.345-1.743-.001V5.204h1.611L6.7 4.863H5.09v-.987c.576-.002 1.153 0 1.73-.002l-.002-.344c-.712-.001-1.424-.001-2.136 0m2.629-.001c0 1.033-.001 2.066.001 3.099h.407c-.001-.474-.001-.949.001-1.423.475-.002.951-.002 1.426-.001v-.339l-1.427-.001v-.987c.542-.001 1.085 0 1.626-.002l-.001-.344-2.033-.001m2.183 0v.343c.345.003.689.002 1.034.003l.001 2.752h.408l.001-2.751c.344-.003.689-.001 1.034-.003l-.001-.344H9.493m5.248 0c-.002 1.032-.001 2.065-.001 3.098.819-.001 1.64.003 2.459-.005l.335-.925c.441-.009.881-.007 1.322-.006.114.311.225.624.341.935h.449c-.406-1.035-.803-2.073-1.218-3.105l-.448.01c-.354.939-.742 1.865-1.078 2.81-.578-.109-1.17-.05-1.754-.062V3.528h-.407m5.138.002v3.098h.385c.002-.834-.002-1.667.003-2.502.541.826 1.087 1.649 1.611 2.486.155.01.31.017.465.023V3.53l-.385-.001c-.003.84.003 1.68-.005 2.52-.552-.835-1.093-1.679-1.639-2.519h-.437m3.205 0v3.098c.718 0 1.435.001 2.153-.001l-.002-.345-1.743-.001V5.204h1.611v-.341H23.49v-.987c.576-.002 1.153 0 1.73-.002l-.002-.344c-.712-.001-1.424 0-2.136 0M8.438 10.675l-.001 3.153h.387c.002-.905-.005-1.809.003-2.713.377.589.439 1.507 1.024 1.869.343-.597.565-1.254.867-1.87.008.905.002 1.809.003 2.714h.414v-3.155c-.195.001-.39.002-.585.007-.246.586-.501 1.169-.754 1.751-.267-.584-.527-1.171-.792-1.757l-.567.001m6.146 1.262c.285.489.933.424 1.379.663.354.216.197.819-.201.88-.477.154-.927-.114-1.31-.369 0 .181.001.36.003.541.521.2 1.151.371 1.667.07.479-.253.647-1.005.223-1.383-.353-.281-.841-.262-1.232-.467-.309-.177-.25-.688.077-.814.447-.215.919.034 1.299.269.178-.715-.699-.736-1.181-.68-.599.05-1.041.749-.726 1.291m2.104-1.263v.365c.353.001.707-.001 1.062.001.002.929 0 1.858.001 2.787h.417c.001-.929-.001-1.858.001-2.787l1.055-.001.001-.365h-2.537m-4.971-.001c.018.786-.04 1.575.033 2.358.099 1.091 1.978 1.153 2.192.101.109-.813.025-1.639.051-2.457h-.414c-.019.77.043 1.545-.033 2.313-.072.717-1.306.725-1.382.006-.075-.769-.014-1.546-.033-2.319l-.415-.001m-9.762 7.141v.343c.345.003.689.001 1.034.003l.001 2.752h.408l.001-2.751c.344-.003.689-.001 1.034-.003l-.001-.344H1.95m2.716 0c.022.762-.05 1.531.045 2.29.161 1.154 2.218 1.178 2.397.022.097-.766.023-1.542.046-2.312l-.409-.001c-.024.757.047 1.518-.04 2.271-.143.771-1.487.726-1.593-.047-.087-.737-.015-1.483-.038-2.224l-.407.001m3.215 0c0 1.033-.001 2.065.001 3.098h.407v-1.327c.432.018.887-.071 1.302.077.329.318.217.837.314 1.248.149.001.297.002.446.005-.199-.502-.008-1.177-.527-1.509.601-.294.609-1.306-.059-1.517-.615-.146-1.257-.05-1.883-.075m2.967 0v3.098h.385c.002-.834-.002-1.667.003-2.502.55.814 1.058 1.656 1.618 2.463.15.035.304.045.457.064.003-1.041 0-2.082.001-3.123l-.385-.001c-.003.84.003 1.68-.005 2.52-.553-.835-1.093-1.679-1.639-2.519a31.828 31.828 0 0 0-.437 0m4.35-.001c-.002 1.033-.001 2.066-.001 3.099.686 0 1.373.001 2.058-.001l-.003-.345-1.647-.001v-2.751l-.407-.001m2.399 0v3.099c.718 0 1.435.001 2.153-.001l-.002-.345-1.743-.001v-1.075c.537-.002 1.074-.001 1.611-.001l-.001-.341h-1.61v-.987c.576-.002 1.153 0 1.73-.002l-.002-.344-2.136-.001m2.628 0c0 1.032-.001 2.065.001 3.098h.407V19.49h1.427v-.339l-1.427-.001v-.987c.542-.002 1.085 0 1.626-.002l-.001-.345-2.033.001m2.183-.001v.343c.344.003.689.001 1.034.003l.001 2.752h.408l.001-2.751c.344-.003.689-.001 1.034-.003l-.001-.344h-2.478z"/><path fill="#fff" d="M18.202 3.89c.179.485.351.973.525 1.459l-1.056-.001c.175-.487.351-.974.531-1.458zM8.29 18.163c.427.008.862-.041 1.283.042.438.155.374.929-.095.997-.391.077-.792.038-1.189.043v-1.082z"/><path fill="#2d2d2d" d="M1.434.637C2.17.53 2.915.574 3.657.573 10.857.57 18.058.575 25.258.57c.211.01.423.038.634.069-.704.087-1.414.041-2.121.048C16.609.69 9.448.682 2.285.69a10.504 10.504 0 0 1-.851-.053z"/><path fill="#6c6c6c" d="M26.68.85c.074.162.151.328.163.509-.057 7.208.04 14.421-.049 21.629-.03-6.863-.002-13.726-.013-20.587-.013-.518-.066-1.033-.102-1.55z"/><path fill="#ebebeb" d="M1.642 23.605c8.042.008 16.086-.016 24.129.013.152.061.303.125.454.192-.122.042-.243.085-.366.125-7.553-.018-15.106-.003-22.659-.008-.629-.009-1.263.043-1.885-.07l.327-.251z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--left-turn-yield-on-green--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2a2627" d="M4.239 0h12.054c1.285.103 2.612-.121 3.864.247.131.187.268.387.251.628-.211-.253-.417-.619-.8-.584C13.359.286 7.109.286.86.29.548.261.355.539.207.769a1.316 1.316 0 0 0-.102.495c.004 7.202 0 14.404.002 21.606a.918.918 0 0 0 .132.463c.169.365.564.573.959.552 6.156.009 12.313-.019 18.468.013-.643.061-1.289.027-1.933.039-5.422.013-10.844.015-16.266-.003-.291-.002-.583.001-.871-.05-.297-.033-.429-.341-.596-.546V.715C.179.32.575.102.995.07 2.075.015 3.158.04 4.238-.002z"/><path fill="#787576" d="M.207.77C.354.539.548.261.86.291 7.109.287 13.359.286 19.608.292c.383-.035.589.331.8.584.005.181.005.362.013.543-.083.713-.02 1.431-.04 2.147-.035 6.479-.001 12.959-.017 19.438-.007.407-.433.602-.652.893l-.045.003c-6.155-.032-12.312-.005-18.468-.013-.395.021-.791-.187-.959-.552.263.199.543.431.89.429 6.047.003 12.095-.002 18.143.002.383.01.738-.237.939-.55.079-.263.032-.545.04-.815l-.001-20.267c-.003-.4.023-.802-.03-1.2-.183-.211-.365-.519-.683-.509C13.335.423 7.133.425.931.424.67.393.495.615.386.819.327.804.267.786.208.77z"/><path fill="#fff" d="M.385.819C.494.615.67.393.93.424 7.132.425 13.335.423 19.537.425c.317-.01.5.297.683.509-.02 7.045-.005 14.089-.007 21.133-.024.407.097.884-.179 1.228-.191.26-.543.26-.834.273-5.622-.005-11.245 0-16.867-.002-.619-.009-1.249.056-1.854-.112a3.613 3.613 0 0 1-.115-.92C.385 15.297.344 8.058.384.82m2.242 1.447c-.009.645-.005 1.291-.002 1.937-.019.216.174.415.385.425.342.022.684-.001 1.027 0 .095-.157.249-.437.033-.561-.277-.068-.571-.021-.853-.069-.038-.579.002-1.158-.019-1.736.01-.164-.106-.284-.204-.4-.143.108-.377.188-.366.403m1.688-.158c-.075.626-.006 1.263-.033 1.893.009.221-.019.585.274.629.425.055.857.027 1.284.002.076-.192.13-.403.027-.596-.318.007-.636.007-.953-.013 0-.187.001-.375.003-.561.171-.045.385-.027.513-.166.025-.133-.037-.262-.065-.39a30.203 30.203 0 0 0-.411-.09 1.287 1.287 0 0 1-.033-.248c.307-.131.651-.054.964-.151.139-.241-.046-.607-.345-.571-.401.01-.963-.137-1.223.263m1.714.098c-.014.706-.017 1.415.001 2.12-.025.319.547.469.615.135.063-.363.077-.744-.015-1.103.302.087.616-.067.399-.399l-.335.016a.954.954 0 0 1-.071-.472 6.691 6.691 0 0 1 1.184-.034c.059.553.003 1.109.026 1.664.007.204.127.425.319.506.219.053.289-.209.315-.373.061-.576-.012-1.157.035-1.734.191-.071.43-.099.547-.287-.049-.263-.326-.423-.581-.402-.601.005-1.201.007-1.802.002-.243.006-.625.043-.635.361m4.843-.309c-.113.151-.133.335-.109.517l.461.045c.111.724-.183 1.535.182 2.199.165-.064.439-.091.428-.325.045-.631-.037-1.267.071-1.894l.452-.008c.043.642-.093 1.333.209 1.928.441.573 1.398.231 1.525-.426.016-.577.013-1.157.003-1.735-.001-.247-.293-.295-.483-.321-.299.657-.035 1.419-.159 2.118l-.337.037c-.152-.613-.035-1.248-.101-1.868-.113-.281-.403-.303-.612-.113-.478-.237-1.019-.131-1.531-.153m3.814-.006c-.259.097-.223.417-.23.64.023.619-.031 1.242.029 1.859-.005.323.563.357.614.053.059-.307.032-.621.049-.931.154.304.265.627.409.935.111.239.553.272.554-.057.15-.377-.245-.668-.205-1.015.272-.339.285-.795.175-1.201a1.597 1.597 0 0 0-1.394-.284m2.793.924c-.162-.284-.268-.603-.509-.841a21.81 21.81 0 0 1-.366-.009c-.189.261-.089.601-.111.9.053.563-.119 1.17.11 1.703.119-.005.238-.01.357-.013.199-.32.108-.705.153-1.06.317.365.337.934.817 1.147.081-.111.181-.223.171-.371.01-.67.006-1.341.002-2.011.015-.151-.101-.256-.187-.363-.484.07-.432.543-.437.918m-6.164 3.398c-.026.861 0 1.725-.011 2.588-.036.299.282.518.556.493.419-.009.838.016 1.255-.013.341-.044.356-.599.029-.679-.323-.06-.655-.011-.981-.034-.068-.903.083-1.822-.084-2.715-.317-.166-.729-.024-.765.361m2.744-.429c-.365-.003-.322.428-.327.681.031.879-.039 1.765.033 2.641.332.311.963.359 1.327.083.415.007.775-.381.777-.788a9.689 9.689 0 0 0 .005-1.607c-.01-.336-.235-.637-.525-.793-.283-.385-.875-.229-1.291-.218m-9.699.285c.137.573.509 1.06.694 1.617.099.445-.003.905.056 1.354a.59.59 0 0 0 .763.095c.115-.499-.036-1.024.079-1.523.208-.426.431-.846.641-1.271.059-.15.091-.371-.044-.488a.575.575 0 0 0-.726.287c-.087.213-.177.427-.338.595-.148-.295-.268-.616-.487-.868-.203-.065-.676-.135-.638.201m3.055-.226a.883.883 0 0 0-.123.489c.012.943-.017 1.886.016 2.828.193.009.385.01.578.002.032-.787.006-1.574.015-2.361-.008-.322.054-.669-.117-.961l-.369.004m1.329.488c.011.867-.006 1.735.007 2.603-.013.368.443.401.713.392.419-.031.883.088 1.269-.121.268-.124.193-.598-.09-.643-.323-.061-.655-.031-.983-.042a3.755 3.755 0 0 1-.011-.571c.176-.028.361-.031.526-.104.261-.141.283-.557.037-.725-.174-.089-.375-.096-.563-.131.001-.104.004-.207.006-.311.348-.049.935.165 1.035-.317l-.027-.318-.037-.222a7.437 7.437 0 0 0-1.627-.019c-.269.009-.245.338-.255.53M5.683 10.83c-.133.145-.337.277-.315.5-.001.58.001 1.16-.001 1.74-.025.232.189.369.327.52.369-.166.314-.594.439-.913.186.256.263.595.526.791.207.119.515-.019.501-.277.002-.677.02-1.356-.009-2.032-.033-.265-.322-.278-.531-.271-.116.231-.132.489-.148.742-.225-.308-.38-.697-.789-.799m4.64.347c-.053.627-.005 1.262-.023 1.892-.036.27.237.397.421.524.321-.307.157-.782.207-1.173.111.034.291.015.279.18.039.367.126.766.483.955.17-.011.355-.123.399-.295-.133-.317-.243-.645-.255-.993.361-.323.409-.978-.05-1.236-.442-.22-1.179-.39-1.461.147m2.03.218c.021.634-.035 1.273.028 1.904.257.473.896.204 1.327.263.094-.092.187-.185.282-.276.367.389.923.286 1.401.273.235-.007.359-.39.181-.523-.323-.067-.657-.041-.985-.058a1.912 1.912 0 0 1 .001-.555c.233.021.481.023.696-.083.145-.135.049-.337.012-.497a18.462 18.462 0 0 1-.565-.176c.099-.44.678-.068.909-.361.051-.229-.12-.503-.373-.475-.415.009-.991-.131-1.22.328-.041.67.015 1.344-.022 2.015-.256-.221-.605-.179-.918-.181a7.48 7.48 0 0 1 .005-.519c.171-.042.342-.087.513-.133 0-.157.047-.329-.027-.475-.13-.115-.323-.105-.482-.151l-.011-.264c.217-.011.437-.002.652-.042.281-.057.157-.486-.051-.561-.299-.041-.603-.023-.905-.016-.285-.009-.475.302-.448.563m3.789-.592c-.176.131-.405.276-.383.529-.004.6-.003 1.2-.001 1.8-.025.27.269.368.454.485.25-.213.213-.577.41-.826.134.291.293.573.525.798.193-.066.485-.123.462-.388.017-.645.015-1.293.001-1.938.019-.277-.255-.395-.473-.466-.2.189-.224.464-.237.723-.207-.283-.408-.597-.758-.717m-12.451.294c-.486.634-.413 1.535-.085 2.224.221.063.413.265.65.235.207-.103.427-.201.602-.353.067-.287.088-.583.148-.871.088-.379-.117-.737-.125-1.114-.289-.352-.857-.497-1.19-.121m5.129-.082l-.26.005c-.155.49-.416.986-.288 1.515.129.423.235.976.735 1.102.765.243 1.434-.904.853-1.436-.28-.271-.643.035-.935.127.026-.312.121-.613.259-.893.248.204.612.368.875.091-.073-.273-.173-.591-.52-.573-.216-.11-.535-.118-.719.062m-2.385 6.898c-.265.601.051 1.219.173 1.813.245.403.421.949.893 1.133.433.444 1.008.71 1.581.924 1.211.231 2.567.151 3.561-.657.215-.015.355-.181.49-.327.567-.543.845-1.32.973-2.078.09-1.531-.951-3.035-2.407-3.514-.687-.367-1.49-.15-2.233-.207-1.465.233-2.809 1.407-3.031 2.913z"/><path fill="#fff" d="M14.634 6.617c.267-.011.563.157.583.445.019.377.033.761-.016 1.136-.06.255-.331.385-.576.327-.005-.636-.017-1.273.009-1.908z"/><path fill="#d0cfcf" d="M.105 1.265C.106 1.095.142.927.207.77c.059.017.119.034.178.049-.04 7.238.001 14.477-.02 21.714-.007.311.043.619.115.92.605.168 1.235.103 1.854.112 5.622.002 11.245-.003 16.867.002.291-.013.643-.013.834-.273.276-.344.155-.821.179-1.228.002-7.044-.013-14.089.007-21.133.053.398.027.8.03 1.2.001 6.755-.001 13.511.001 20.267-.008.271.039.552-.04.815-.201.313-.556.56-.939.55-6.047-.004-12.095.001-18.143-.002-.347.002-.627-.231-.89-.429a.923.923 0 0 1-.132-.463C.106 15.669.11 8.467.106 1.265z"/><path fill="#1e1c1d" opacity=".6" d="M20.42 1.419l.047.113v1.967l-.087.067c.02-.715-.043-1.434.04-2.147z"/><path fill="#b9b8b8" d="M2.626 2.267c-.011-.215.223-.295.366-.403.098.116.214.236.204.4.021.578-.019 1.157.019 1.736.282.048.576.001.853.069.216.124.063.403-.033.561-.343-.001-.685.022-1.027 0-.211-.011-.404-.209-.385-.425-.003-.645-.007-1.291.002-1.937m.204-.077c-.002.695-.001 1.389-.001 2.083l.163.146c.328-.059.662-.054.994-.052l.069-.197c-.299-.049-.68.095-.923-.115-.12-.652.084-1.345-.104-1.987l-.198.122zM4.362 6.07c-.038-.337.435-.266.638-.201.219.252.339.573.487.868.161-.169.251-.383.338-.595a.574.574 0 0 1 .726-.287c.135.117.103.338.044.488-.21.425-.433.845-.641 1.271-.115.499.036 1.023-.079 1.523a.59.59 0 0 1-.763-.095c-.059-.449.043-.909-.056-1.354-.185-.557-.557-1.043-.694-1.617m.641.033l-.387-.016c.013.477.329.873.505 1.304.317.483.143 1.077.189 1.617l.22.089c.094-.031.188-.063.283-.093.015-.491-.023-.985.022-1.475.173-.486.541-.919.553-1.453a1.805 1.805 0 0 0-.46.097c-.01.349-.256.607-.47.855a9.908 9.908 0 0 1-.455-.925z"/><path fill="#d2d2d2" d="M4.315 2.108c.259-.399.821-.253 1.223-.263.299-.035.485.33.345.571-.313.097-.657.02-.964.151l.011-.144c.313.001.627-.022.935-.087l-.031-.253c-.408-.088-.838-.117-1.247-.026-.241.049-.187.357-.209.541.019.533-.029 1.07.025 1.601.009.177.175.29.341.299.333.029.679.047 1.007-.027.135-.097.089-.294.116-.437.103.193.049.404-.027.596-.427.025-.859.053-1.284-.002-.293-.044-.265-.408-.274-.629.027-.63-.042-1.267.033-1.893z"/><path fill="#cac9ca" d="M6.031 2.207c.009-.318.392-.355.635-.361.601.005 1.201.003 1.802-.002.255-.021.532.139.581.402-.117.188-.356.215-.547.287-.047.577.027 1.158-.035 1.734-.025.163-.095.426-.315.373-.191-.081-.311-.302-.319-.506-.023-.555.033-1.111-.026-1.664a6.691 6.691 0 0 0-1.184.034l.011-.132c.462-.02.925-.017 1.387-.004.131.661.032 1.337.076 2.005l.203.004c.109-.653.02-1.316.064-1.973.189-.042.375-.103.544-.201-.37-.173-.784-.091-1.177-.102-.467.017-.938-.043-1.402.019-.227.075-.143.367-.163.549.033.563-.059 1.135.065 1.691l.289.033c.077-.341.003-.699.109-1.034.092.359.077.741.015 1.103-.068.335-.64.184-.615-.135a48.332 48.332 0 0 1-.001-2.12z"/><path fill="#b6b5b5" d="M10.876 1.898c.511.022 1.053-.084 1.531.153.209-.19.499-.168.612.113.065.62-.051 1.255.101 1.868l.337-.037c.125-.699-.139-1.461.159-2.118.191.026.483.075.483.321.011.578.013 1.157-.003 1.735-.127.657-1.083.999-1.525.426-.303-.595-.166-1.286-.209-1.928l-.452.008c-.108.627-.027 1.263-.071 1.894.011.234-.263.261-.428.325-.365-.663-.071-1.475-.182-2.199l-.461-.045c-.024-.182-.005-.367.109-.517m-.078.412c.162.051.362.043.491.159.117.659-.119 1.365.126 1.999.137-.055.351-.086.339-.279.031-.572-.02-1.145.019-1.717.165-.081.33-.163.491-.251-.355-.279-.834-.174-1.251-.169-.147-.007-.179.151-.215.259m1.765.823c.02.376-.069.787.108 1.135.309.229.808.251 1.103-.006.264-.667.055-1.407.149-2.104l-.346.008c-.013.643.019 1.287-.02 1.93-.237.017-.666.119-.707-.223-.04-.55-.003-1.103-.014-1.655a9.084 9.084 0 0 0-.187-.156c-.159.336-.065.715-.087 1.071z"/><path fill="#cccbcb" d="M14.689 1.893a1.597 1.597 0 0 1 1.394.284c.111.405.097.861-.175 1.201-.039.347.355.638.205 1.015-.001.329-.443.296-.554.057-.144-.308-.255-.631-.409-.935-.017.31.009.624-.049.931-.051.304-.619.27-.614-.053-.06-.617-.006-1.239-.029-1.859.007-.223-.029-.543.23-.64m-.126.197a23.397 23.397 0 0 0-.009 2.168c0 .265.444.316.49.053.061-.319.004-.65.087-.967.443.272.219 1.137.865 1.127.222-.437-.373-.834-.115-1.262.259-.283.304-.821-.013-1.073-.409-.167-.881-.139-1.305-.045z"/><path fill="#979596" d="M17.483 2.816c.005-.375-.047-.848.437-.918.085.107.201.212.187.363.004.67.008 1.341-.002 2.011.01.148-.091.261-.171.371-.48-.213-.5-.782-.817-1.147-.045.355.047.74-.153 1.06-.119.003-.238.008-.357.013-.229-.533-.057-1.14-.11-1.703.022-.299-.078-.639.111-.9.121.004.243.007.366.009.241.237.347.557.509.841m-.848-.657a62.04 62.04 0 0 0 .001 2.157l.317-.078c.062-.305-.192-.953.262-.965.144.342.366.65.451 1.015l.318.037c.045-.728.051-1.462-.004-2.19-.483-.046-.279.494-.337.787-.448.193-.421-.528-.677-.758l-.331-.005zM14.577 6.444c.172-.136.379.013.505.141-.143-.044-.287-.081-.431-.12-.215.365-.125.8-.141 1.202.009.297-.039.607.063.893.142.045.291.062.437.087-.201.069-.487.121-.573-.138-.057-.455 0-.917-.025-1.375.011-.231-.044-.527.165-.69z"/><path fill="#999898" d="M4.585 2.059c.409-.091.839-.062 1.247.026l.031.253a4.509 4.509 0 0 1-.935.087l-.011.144c.003.084.015.167.033.248.137.029.275.059.411.09.028.128.09.257.065.39-.128.139-.341.121-.513.166l-.003.561c.317.02.635.021.953.013-.027.143.019.34-.116.437-.328.075-.673.056-1.007.027-.166-.009-.332-.122-.341-.299-.055-.531-.006-1.068-.025-1.601.021-.185-.033-.492.209-.541m-.081.12c-.041.65-.022 1.303-.017 1.954.009.363.474.255.715.273.186-.039.544.072.588-.185l-.025.006c-.291-.144-.659.041-.922-.145-.051-.238-.019-.483-.017-.724.161-.044.326-.076.492-.099l-.087-.143-.311-.029c-.12-.224-.109-.479-.092-.723.325-.093.669-.025.993-.118-.369-.171-.791-.065-1.183-.091l-.135.025z"/><path fill="#838282" d="M10.799 2.309c.037-.107.069-.266.215-.259.417-.005.896-.11 1.251.169-.161.088-.326.17-.491.251-.039.572.012 1.145-.019 1.717.013.193-.202.225-.339.279-.245-.634-.009-1.34-.126-1.999-.129-.116-.329-.107-.491-.159m.045-.068c.179.082.529.028.537.295.039.599-.021 1.2.028 1.799l.171-.084c.017-.595-.035-1.194.068-1.783.151-.089.301-.178.448-.272-.407-.057-.867-.139-1.251.045z"/><path fill="#908e8f" d="M14.562 2.091c.424-.095.896-.123 1.305.045.317.253.272.79.013 1.073-.258.428.337.825.115 1.262-.646.01-.421-.855-.865-1.127-.083.317-.025.649-.087.967-.046.263-.49.213-.49-.053a23.751 23.751 0 0 1 .009-2.168m.072.08a76.045 76.045 0 0 0 0 2.136l.337-.001c.051-.349-.14-.835.229-1.051.305.212.349.59.445.919.045.142.225.108.342.123-.137-.383-.462-.877-.127-1.24.221-.253.167-.737-.154-.885-.349-.099-.719-.055-1.072-.001z"/><path fill="#514f4f" d="M2.829 2.191l.198-.122c.188.641-.016 1.335.104 1.987.243.21.624.066.923.115l-.069.197c-.332-.002-.666-.007-.994.052l-.163-.146c-.001-.694-.001-1.388.001-2.083z"/><path fill="#737172" d="M4.502 2.18a6.39 6.39 0 0 1 .135-.025 45.073 45.073 0 0 0-.003 2.144c.377.013.762.033 1.129-.071l.025-.006c-.044.257-.402.146-.588.185-.241-.018-.706.089-.715-.273-.005-.651-.024-1.304.017-1.954z"/><path fill="#2f2c2d" d="M4.637 2.155c.393.026.814-.08 1.183.091-.325.093-.669.025-.993.118-.017.245-.028.499.092.723l.311.029.087.143a3.896 3.896 0 0 0-.492.099c-.002.241-.034.486.017.724.263.187.631.001.922.145-.367.103-.752.083-1.129.071a46.438 46.438 0 0 1 .003-2.144z"/><path fill="#434041" d="M6.169 2.667c.02-.181-.065-.474.163-.549.464-.063.935-.003 1.402-.019.393.011.807-.071 1.177.102a1.868 1.868 0 0 1-.544.201c-.044.657.045 1.321-.064 1.973L8.1 4.371c-.044-.668.055-1.344-.076-2.005a19.438 19.438 0 0 0-1.387.004l-.011.132a.954.954 0 0 0 .071.472l.335-.016c.217.333-.097.487-.399.399-.106.335-.033.693-.109 1.034l-.289-.033c-.123-.556-.031-1.128-.065-1.691z"/><path fill="#4c494a" d="M10.844 2.24c.384-.184.844-.102 1.251-.045a14.42 14.42 0 0 1-.448.272c-.103.589-.051 1.189-.068 1.783l-.171.084c-.049-.599.011-1.201-.028-1.799-.008-.267-.357-.213-.537-.295z"/><path fill="#4b4949" d="M12.564 3.133c.022-.356-.072-.735.087-1.071.063.051.125.103.187.156.011.551-.026 1.105.014 1.655.041.343.469.241.707.223.039-.643.007-1.287.02-1.93l.346-.008c-.094.697.115 1.437-.149 2.104-.295.257-.794.235-1.103.006-.177-.348-.088-.759-.108-1.135z"/><path fill="#403d3e" d="M14.634 2.17c.353-.054.723-.099 1.072.001.321.148.375.631.154.885-.335.363-.009.857.127 1.24-.117-.015-.297.019-.342-.123-.095-.329-.139-.707-.445-.919-.369.215-.179.702-.229 1.051l-.337.001a76.045 76.045 0 0 1 0-2.136m.524.808l.261-.015c.072-.055.145-.108.218-.161l.001-.289a22.78 22.78 0 0 0-.167-.151c-.43-.125-.557.335-.312.617z"/><path fill="#403d3d" d="M16.635 2.159l.331.005c.256.23.229.951.677.758.058-.293-.146-.833.337-.787.055.728.049 1.462.004 2.19l-.318-.037c-.085-.365-.307-.673-.451-1.015-.454.011-.2.659-.262.965-.106.026-.211.053-.317.078a57.445 57.445 0 0 1-.001-2.157z"/><path fill="#f2f1f1" d="M15.158 2.978c-.245-.281-.118-.742.312-.617l.167.151-.001.289-.218.161-.261.015z"/><path fill="#302d2f" d="M20.38 3.565l.087-.067v19.915c-.201.224-.418.507-.755.483.219-.291.645-.486.652-.893.015-6.479-.018-12.959.017-19.438z"/><path fill="#bfbebf" d="M11.319 6.214c.035-.385.447-.527.765-.361.167.893.016 1.812.084 2.715.326.023.658-.026.981.034.327.081.311.635-.029.679-.417.029-.837.005-1.255.013-.274.025-.592-.194-.556-.493.011-.863-.015-1.727.011-2.588m.299-.128c-.022.989-.011 1.978-.006 2.967.553-.049 1.169.133 1.677-.113-.383-.224-.869.013-1.241-.175-.095-.885.061-1.789-.083-2.669l-.348-.009z"/><path fill="#e2e1e2" d="M14.062 5.786c.416-.011 1.007-.167 1.291.218-.413-.137-.885-.262-1.305-.088-.318.201-.219.633-.237.951.041.717-.058 1.444.044 2.154.32.302.837.131 1.239.171-.363.275-.995.227-1.327-.083-.071-.876-.002-1.762-.033-2.641.005-.253-.038-.684.327-.681z"/><path fill="#8f8d8d" d="M7.417 5.843l.369-.004c.171.292.109.639.117.961-.009.787.017 1.575-.015 2.361a6.554 6.554 0 0 1-.578-.002c-.033-.942-.004-1.885-.016-2.828a.885.885 0 0 1 .123-.489m.009.33c.009.953-.007 1.907.009 2.86l.337.013c.009-.987.027-1.976-.011-2.963l-.335.09z"/><path fill="#dedddd" d="M8.746 6.332c.01-.192-.015-.521.255-.53a7.437 7.437 0 0 1 1.627.019l.037.222c-.413-.322-.981-.179-1.464-.167-.281-.004-.401.279-.383.521.003.823-.011 1.647.005 2.469-.005.368.461.309.71.323.437-.035.973.127 1.309-.241-.261-.484-.838-.257-1.265-.396-.098-.193-.116-.447-.005-.638.258-.129.573-.179.735-.447-.19-.273-.537-.297-.791-.47-.04-.167.015-.427.227-.429.325-.027.682.02.95-.208-.099.482-.687.267-1.035.317-.002.104-.005.207-.006.311.189.035.389.041.563.131.245.167.224.583-.037.725-.165.073-.35.076-.526.104-.011.19-.007.381.011.571.327.011.659-.019.983.042.283.045.358.519.09.643-.386.209-.849.09-1.269.121-.271.009-.726-.024-.713-.392-.013-.867.004-1.735-.007-2.603z"/><path fill="#aeadad" d="M8.818 6.397c-.018-.242.103-.525.383-.521.483-.011 1.051-.155 1.464.167l.027.318c-.268.228-.625.181-.95.208-.211.001-.267.261-.227.429.255.173.601.197.791.47-.162.268-.477.317-.735.447-.111.191-.093.445.005.638.427.139 1.003-.088 1.265.396-.336.368-.871.206-1.309.241-.249-.014-.715.045-.71-.323-.016-.823-.002-1.646-.005-2.469m.116-.194c-.044.933-.011 1.873-.014 2.809.565.154 1.219.174 1.778-.011-.241-.512-.945-.021-1.264-.429-.08-.254-.106-.587.065-.809.22-.121.527-.062.685-.298-.165-.205-.446-.157-.661-.257-.205-.193-.209-.625.071-.751.299-.083.62.008.919-.083.223-.253-.145-.447-.377-.393-.39.041-.929-.138-1.202.222z"/><path fill="#b7b5b6" d="M14.048 5.916c.419-.174.892-.049 1.305.088.289.156.515.457.525.793a9.91 9.91 0 0 1-.005 1.607c-.003.407-.363.795-.777.788-.402-.04-.919.131-1.239-.171-.102-.71-.003-1.437-.044-2.154.018-.317-.081-.749.237-.951m.043.111c-.17.109-.135.333-.143.505.009.757.002 1.514.001 2.271-.022.476.621.281.919.317.579.066.977-.526.943-1.054-.005-.631.152-1.421-.397-1.882-.382-.243-.899-.277-1.323-.157z"/><path fill="#716f6f" d="M8.933 6.204c.273-.36.812-.181 1.202-.222.232-.054.6.14.377.393-.299.091-.62 0-.919.083-.281.125-.276.558-.071.751.215.101.496.052.661.257-.158.236-.465.177-.685.298-.171.222-.145.555-.065.809.319.409 1.023-.083 1.264.429-.559.185-1.213.165-1.778.011.003-.936-.03-1.875.014-2.809m.167-.04c-.018.947-.001 1.894-.009 2.841.488.004 1.027.13 1.485-.067-.389-.127-.85.065-1.199-.18-.147-.342-.133-.77-.003-1.117.227-.085.477-.081.703-.172-.23-.076-.481-.078-.705-.173-.121-.275-.141-.64.021-.902.355-.176.773-.037 1.151-.123-.393-.303-.977-.127-1.444-.107z"/><path fill="#797777" d="M14.093 6.027c.424-.119.941-.085 1.323.157.549.461.391 1.251.397 1.882.034.528-.364 1.12-.943 1.054-.298-.036-.941.159-.919-.317.001-.757.007-1.514-.001-2.271.008-.173-.027-.396.143-.505m.006.128c.011.953-.046 1.915.027 2.861.352.031.716.049 1.064-.02.381-.198.535-.657.55-1.063.013-.489.067-1.029-.221-1.457-.274-.5-.95-.377-1.42-.322z"/><path fill="#383637" d="M5.003 6.104c.137.315.286.626.455.925.214-.249.46-.506.47-.855.148-.053.303-.085.46-.097-.012.534-.381.967-.553 1.453-.045.49-.007.984-.022 1.475l-.283.093-.22-.089c-.047-.54.127-1.135-.189-1.617-.175-.431-.491-.827-.505-1.304l.387.016z"/><path fill="#383536" d="M7.426 6.172l.335-.09c.037.987.019 1.975.011 2.963l-.337-.013c-.015-.953 0-1.907-.009-2.86z"/><path fill="#2c2a2b" d="M9.1 6.164c.467-.02 1.051-.195 1.444.107-.378.087-.796-.053-1.151.123-.161.262-.142.627-.021.902.224.095.475.097.705.173-.226.091-.476.087-.703.172-.13.347-.145.775.003 1.117.349.245.81.053 1.199.18-.459.197-.997.071-1.485.067.008-.947-.009-1.894.009-2.841z"/><path fill="#3e3b3c" d="M11.619 6.085l.348.009c.143.88-.012 1.784.083 2.669.371.187.857-.049 1.241.175-.508.247-1.125.065-1.677.113-.005-.989-.016-1.978.006-2.967z"/><path fill="#2c292a" d="M14.099 6.155c.47-.055 1.146-.178 1.42.322.288.427.234.968.221 1.457-.015.405-.169.865-.55 1.063-.348.069-.712.051-1.064.02-.073-.946-.015-1.909-.027-2.861m.387.194c-.259.134-.185.478-.202.717.031.509-.051 1.027.043 1.529.191.441.774.195.993-.084a3.386 3.386 0 0 0 .063-1.637c-.049-.392-.526-.703-.897-.525z"/><path fill="#656364" d="M14.486 6.35c.371-.179.848.133.897.525a3.373 3.373 0 0 1-.063 1.637c-.219.279-.803.525-.993.084-.094-.502-.012-1.021-.043-1.529.017-.239-.057-.583.202-.717m.091.094c-.209.163-.153.459-.165.69.025.458-.033.92.025 1.375.087.259.372.207.573.138.327-.187.316-.584.339-.912-.016-.382.065-.879-.267-1.15-.126-.127-.333-.277-.505-.141z"/><path fill="#c0bfbf" d="M14.651 6.465c.144.039.289.076.431.12.332.271.251.768.267 1.15-.023.328-.011.725-.339.912-.147-.025-.295-.042-.437-.087-.102-.286-.055-.596-.063-.893.017-.402-.074-.837.141-1.202m-.017.152c-.026.635-.013 1.272-.009 1.908.245.059.516-.072.576-.327.049-.375.035-.759.016-1.136-.02-.289-.317-.456-.583-.445zM10.323 11.178c.282-.537 1.019-.367 1.461-.147.459.258.411.913.05 1.236.012.348.123.676.255.993-.044.172-.229.284-.399.295-.357-.189-.443-.587-.483-.955.013-.165-.168-.146-.279-.18-.05.391.113.866-.207 1.173-.185-.127-.457-.254-.421-.524.017-.63-.03-1.265.023-1.892m.246.009c-.02.698-.005 1.397-.005 2.096l.192.057c.109-.316.053-.653.07-.979.156-.004.311-.007.467-.008.062.334.116.679.328.957l.22-.003c.014-.387-.2-.727-.232-1.105.343-.238.421-.837.071-1.087-.359.012-.81-.127-1.111.072z"/><path fill="#c0bebe" d="M5.683 10.83c.409.102.565.491.789.799.016-.253.032-.511.148-.742.209-.007.498.007.531.271.029.676.011 1.355.009 2.032.015.258-.294.397-.501.277-.263-.195-.34-.535-.526-.791-.125.319-.069.747-.439.913-.137-.151-.351-.288-.327-.52l.001-1.74c-.022-.223.182-.355.315-.5m.982.219c-.087.346.067.749-.128 1.06-.439-.139-.257-1.108-.894-1.03-.141.562-.032 1.149-.07 1.721.005.195-.051.554.25.525.029-.413-.007-.828.034-1.241l.205.017c.251.413.347.975.758 1.256.095-.077.242-.137.207-.288-.003-.601.01-1.204-.007-1.805-.001-.176-.219-.154-.341-.169a1.25 1.25 0 0 0-.015-.047z"/><path fill="#cac9c9" d="M12.353 11.397c-.027-.261.163-.572.448-.563.301-.007.605-.025.905.016.209.075.332.503.051.561-.215.04-.435.031-.652.042l.011.264c.159.045.352.036.482.151.073.146.027.319.027.475-.171.046-.341.091-.513.133a7.486 7.486 0 0 0-.005.519c.313.002.662-.04.918.181.037-.671-.019-1.345.022-2.015.229-.459.805-.319 1.22-.328.253-.028.425.246.373.475-.231.293-.81-.079-.909.361.187.061.376.121.565.176.037.159.133.361-.012.497-.215.106-.463.103-.696.083.164-.073.338-.117.511-.161l-.007-.333a30.515 30.515 0 0 1-.525-.109l-.002-.45c.319-.065.645-.078.969-.081a46.707 46.707 0 0 0-.113-.191c-.359.045-.813-.125-1.11.089-.036.703.001 1.409-.014 2.113.403.087.82.083 1.224.009l-.025-.205c-.279 0-.557.005-.835-.014l-.074-.112c.328.017.662-.009.985.058.179.133.055.516-.181.523-.479.013-1.034.116-1.401-.273-.095.091-.188.184-.282.276-.431-.059-1.07.211-1.327-.263-.063-.631-.007-1.27-.028-1.904m.219-.211c-.021.702.001 1.405-.009 2.108a2.58 2.58 0 0 0 1.223.007l-.025-.195c-.31-.007-.632.038-.928-.079.007-.205-.023-.415.026-.617.175-.094.382-.101.575-.133l-.009-.352c-.212-.011-.423-.047-.607-.16-.117-.589.597-.441.958-.465l-.018-.193c-.384.037-.865-.129-1.187.08z"/><path fill="#d8d7d7" d="M16.142 10.805c.35.119.551.433.758.717.013-.259.037-.535.237-.723.218.071.492.189.473.466.013.645.016 1.293-.001 1.938.023.265-.269.322-.462.388-.232-.225-.391-.507-.525-.798-.197.249-.16.613-.41.826-.185-.117-.479-.215-.454-.485-.001-.6-.003-1.2.001-1.8-.022-.253.207-.397.383-.529m-.207.461a20.086 20.086 0 0 0-.005 1.869c-.029.226.331.386.41.137.069-.361.006-.733.053-1.097.215.357.395.735.609 1.093.101.24.529.116.5-.141.011-.656.003-1.313 0-1.969a11.517 11.517 0 0 0-.371-.181c-.223.305-.066.704-.202 1.039-.147-.284-.262-.584-.427-.857-.132-.223-.565-.195-.567.107z"/><path fill="#585556" d="M3.691 11.099c.333-.376.901-.231 1.19.121.008.377.213.735.125 1.114-.06.288-.081.585-.148.871-.175.152-.395.251-.602.353-.237.029-.429-.173-.65-.235-.328-.689-.401-1.59.085-2.224m.208.561c.003.457-.07.931.07 1.374l.398.011c.271-.308.196-.735.203-1.111-.001-.195-.007-.467-.231-.541-.183-.095-.473.04-.441.267z"/><path fill="#494647" d="M8.82 11.017c.185-.18.503-.172.719-.062.225.147.381.389.238.655-.237-.176-.582-.387-.861-.178-.155.516-.092 1.078-.011 1.604.283.113.693.103.687-.295l-.295-.241a80.387 80.387 0 0 1-.012-.142c.183-.047.374-.057.557.001-.005.281.021.567-.031.845-.146.181-.401.214-.602.308-.215-.124-.591-.141-.615-.449-.063-.387-.239-.779-.111-1.171.089-.299.048-.678.336-.875z"/><path fill="#d2d1d1" d="M8.56 11.023l.26-.005c-.288.197-.247.577-.336.875-.129.392.048.784.111 1.171.023.309.4.325.615.449.201-.094.456-.127.602-.308.052-.279.026-.564.031-.845a.995.995 0 0 0-.557-.001l.012.142c.097.081.196.161.295.241.006.399-.405.408-.687.295-.081-.526-.144-1.088.011-1.604.279-.209.624.002.861.178.143-.266-.013-.507-.238-.655.347-.017.447.3.52.573-.263.277-.627.113-.875-.091-.138.28-.233.581-.259.893.292-.091.655-.398.935-.127.581.532-.088 1.679-.853 1.436-.5-.126-.606-.679-.735-1.102-.128-.529.133-1.025.288-1.515z"/><path fill="#999797" d="M15.935 11.266c.002-.303.435-.331.567-.107.165.273.281.573.427.857.136-.335-.021-.735.202-1.039.125.058.249.118.371.181.003.656.011 1.313 0 1.969.029.257-.399.381-.5.141-.215-.357-.394-.735-.609-1.093-.047.364.016.737-.053 1.097-.079.249-.439.089-.41-.137a19.747 19.747 0 0 1 .005-1.869m.16-.123c-.005.718-.011 1.436.005 2.154h.136c.08-.429-.165-1.005.219-1.32.263.427.477.882.697 1.332l.099-.025c.282-.157.073-.608.129-.885-.077-.411.157-.949-.131-1.279l-.143.059c-.057.341.156.843-.224 1.041-.175-.339-.352-.677-.477-1.037l-.31-.04z"/><path fill="#373535" d="M6.665 11.048l.015.047c.177.735.17 1.51.141 2.263-.411-.281-.507-.843-.758-1.256l-.205-.017c-.041.413-.005.827-.034 1.241-.301.029-.245-.33-.25-.525.038-.573-.071-1.159.07-1.721.637-.078.455.891.894 1.03.195-.311.041-.714.128-1.06zM14.311 11.189c.297-.215.751-.045 1.11-.089l.113.191c-.325.003-.65.016-.969.081l.002.45c.175.038.35.074.525.109l.007.333c-.173.044-.347.088-.511.161a1.877 1.877 0 0 0-.001.555l.074.112c.278.019.557.014.835.014l.025.205a3.113 3.113 0 0 1-1.224-.009c.015-.704-.022-1.41.014-2.113z"/><path fill="#676565" d="M6.68 11.095c.123.015.34-.007.341.169.017.601.003 1.204.007 1.805.035.151-.112.211-.207.288.029-.753.037-1.528-.141-2.263z"/><path fill="#3f3c3c" d="M10.569 11.186c.301-.199.752-.06 1.111-.072.35.251.273.849-.071 1.087.032.378.246.718.232 1.105l-.22.003c-.212-.278-.266-.623-.328-.957-.156.001-.311.004-.467.008-.017.326.039.663-.07.979a13.948 13.948 0 0 0-.192-.057c-.001-.699-.015-1.398.005-2.096m.322.658c.195-.006.391.003.585-.019.149-.086.123-.349-.001-.449a2.63 2.63 0 0 0-.561-.007c-.157.109-.066.327-.023.475z"/><path fill="#373536" d="M12.572 11.186c.321-.209.803-.043 1.187-.08l.018.193c-.361.023-1.075-.124-.958.465.183.113.395.149.607.16.003.117.005.235.009.352-.193.033-.4.039-.575.133-.049.201-.019.411-.026.617.296.117.618.073.928.079l.025.195a2.568 2.568 0 0 1-1.223-.007c.009-.703-.013-1.406.009-2.108z"/><path fill="#2a2728" d="M16.095 11.143l.31.04c.125.361.302.699.477 1.037.38-.197.167-.699.224-1.041l.143-.059c-.031.721.006 1.443.002 2.164l-.099.025c-.221-.45-.435-.905-.697-1.332-.383.315-.139.891-.219 1.32H16.1c-.016-.718-.009-1.436-.005-2.154z"/><path fill="#6e6b6c" d="M17.249 11.121c.289.329.055.868.131 1.279-.057.277.153.728-.129.885.004-.721-.033-1.443-.002-2.164z"/><path fill="#fcfcfc" d="M3.899 11.66c-.033-.227.257-.363.441-.267.223.073.23.345.231.541-.007.377.068.803-.203 1.111l-.398-.011c-.14-.443-.067-.917-.07-1.374z"/><path fill="#fafafa" d="M10.891 11.844c-.043-.149-.134-.367.023-.475a2.63 2.63 0 0 1 .561.007c.124.099.149.363.001.449-.195.022-.391.013-.585.019z"/><path fill="#ccded1" d="M6.435 17.915c.221-1.507 1.565-2.681 3.031-2.913.743.057 1.545-.16 2.233.207 1.456.479 2.497 1.983 2.407 3.514-.128.758-.405 1.535-.973 2.078-.135.146-.275.312-.49.327.488-.439.913-.963 1.137-1.587a3.877 3.877 0 0 0-.001-2.149c-.526-1.441-2.061-2.404-3.579-2.332-1.557-.063-3.104.988-3.571 2.483a3.803 3.803 0 0 0-.031 1.737c.139.603.538 1.096.902 1.58-.471-.184-.647-.73-.893-1.133-.121-.595-.437-1.212-.173-1.813z"/><path fill="#699f79" d="M6.629 17.544c.467-1.495 2.014-2.547 3.571-2.483 1.518-.072 3.053.891 3.579 2.332.201.699.203 1.449.001 2.149-.224.624-.649 1.148-1.137 1.587-.994.808-2.35.887-3.561.657-.573-.214-1.148-.48-1.581-.924-.364-.484-.763-.977-.902-1.58a3.79 3.79 0 0 1 .031-1.737m3.057-2.324c-1.251.211-2.498 1.023-2.868 2.288-.37.824-.151 1.775.257 2.539.898 1.399 2.803 2.114 4.368 1.485 1.114-.327 2.017-1.28 2.305-2.398-.011-.619.141-1.301-.193-1.861-.634-1.449-2.329-2.292-3.869-2.053z"/><path fill="#15682c" d="M9.687 15.221c1.539-.239 3.235.603 3.869 2.053.334.561.182 1.243.193 1.861-.288 1.118-1.191 2.071-2.305 2.398-1.565.629-3.47-.085-4.368-1.485-.408-.765-.627-1.715-.257-2.539.37-1.265 1.617-2.077 2.868-2.288z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--length-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M10.343.5c4.463-.707 9.176 1.483 11.564 5.304 1.82 2.804 2.326 6.409 1.36 9.609-1.06 3.639-3.996 6.663-7.607 7.819-3.24 1.084-6.949.627-9.83-1.207C1.923 19.634-.311 14.821.456 10.294c.703-4.957 4.926-9.131 9.887-9.793m.716 3.138c-2.877.317-5.51 2.211-6.724 4.839-1.226 2.526-1.053 5.66.439 8.039 1.561 2.613 4.606 4.251 7.65 4.083 4.017-.117 7.609-3.444 8.056-7.433.359-2.636-.643-5.391-2.569-7.217-1.794-1.73-4.373-2.61-6.851-2.31z"/><path fill="#fff" d="M11.059 3.639c2.479-.3 5.057.58 6.851 2.31 1.926 1.826 2.927 4.581 2.569 7.217-.447 3.989-4.039 7.316-8.056 7.433-3.044.169-6.089-1.47-7.65-4.083-1.491-2.379-1.664-5.513-.439-8.039 1.214-2.627 3.847-4.521 6.724-4.839M8.73 7.391c.049 1.639-.146 3.277-.026 4.914 2.286.034 4.579.076 6.861-.027-1.306.171-1.193 2.273.15 2.22 1.32.024 1.416-2.033.137-2.22.941.13 1.893.029 2.839.053l-.001-4.94c-3.32-.001-6.64-.001-9.96 0M6.043 8.936c-.241.74-.586 1.449-.771 2.207-.063.776-.004 1.556-.023 2.333h.631c.076-.657.567-1.303 1.279-1.284.699-.01 1.17.64 1.227 1.286l6.09-.001c.054-.419.227-.804.527-1.106-2.12.004-4.243.053-6.36-.02-.083-1.137-.036-2.277.013-3.414-.871-.004-1.741-.004-2.613 0m.998 3.367c-.816.034-1.294 1.093-.791 1.733.42.644 1.493.59 1.84-.097.451-.719-.204-1.759-1.049-1.636m9.342.085c.339.293.513.699.567 1.136a272.91 272.91 0 0 1 1.739-.584c.001-.187.004-.374.006-.56-.77-.004-1.541.019-2.311.009m-5.211 2.827c-1.184.349-1.194 2.571-.024 2.949 1.334-.164 1.336-2.744.024-2.949m-1.527.024a2.36 2.36 0 0 1-.549.539l-.017.404.337.079c-.007.633-.001 1.266-.003 1.899h.774c.001-.974.003-1.95 0-2.924-.181 0-.361.001-.543.004m-4.489 1.715c.753.404 1.443.951 2.263 1.214-.017-.249-.043-.496-.067-.744.331 0 .663 0 .994-.004.006-.333.006-.667 0-1.001h-.993c.024-.244.049-.487.066-.731-.826.266-1.553.781-2.263 1.267m11.374-1.294c.007.251.021.501.037.753-.329.003-.656.006-.984.014-.003.329-.003.657 0 .986.329.009.659.01.989.013-.019.256-.036.513-.046.769.79-.349 1.544-.79 2.251-1.286-.739-.433-1.446-.936-2.247-1.249m-4.017.475c.161.68-.47 2.1.629 2.073-.001-.531-.013-1.063.054-1.591.296.466.12 1.049.169 1.569.213-.004.426-.009.64-.011-.003-.511-.007-1.023.031-1.533.403.383.111 1.041.194 1.536h.631c-.093-.677.286-1.633-.391-2.086a14.876 14.876 0 0 0-1.957.044z"/><path fill="#fff" d="M6.014 10.769l.391-1.121 1.656.001v1.121c-.683.001-1.364.004-2.047-.001z"/><path fill="#231f20" d="M8.73 7.391c3.32-.001 6.64-.001 9.96 0l.001 4.94c-.946-.024-1.897.077-2.839-.053 1.279.187 1.183 2.244-.137 2.22-1.343.053-1.456-2.049-.15-2.22-2.283.103-4.576.061-6.861.027-.12-1.637.074-3.276.026-4.914m6.731 5.773c-.273.291.18.776.459.47.326-.276-.15-.781-.459-.47z"/><path fill="#231f20" d="M6.043 8.936c.871-.004 1.741-.004 2.613 0-.049 1.137-.096 2.277-.013 3.414 2.117.073 4.24.024 6.36.02-.3.301-.473.687-.527 1.106l-6.09.001c-.057-.646-.529-1.296-1.227-1.286-.711-.019-1.203.627-1.279 1.284h-.631c.019-.777-.04-1.557.023-2.333.186-.759.53-1.467.771-2.207m-.029 1.834c.683.006 1.364.003 2.047.001a209.44 209.44 0 0 1 0-1.121l-1.656-.001-.391 1.121z"/><path fill="#231f20" d="M7.041 12.304c.844-.123 1.5.917 1.049 1.636-.347.687-1.42.741-1.84.097-.503-.64-.024-1.699.791-1.733m-.15.866c-.249.296.179.767.464.47.336-.293-.159-.783-.464-.47zM16.383 12.389c.77.01 1.541-.013 2.311-.009l-.006.56c-.58.193-1.16.387-1.739.584-.054-.437-.229-.843-.567-1.136zM11.173 15.217c1.311.204 1.31 2.784-.024 2.949-1.17-.377-1.16-2.6.024-2.949m.081 2.23a3.427 3.427 0 0 0-.023-1.554c-.164.5-.23 1.071.023 1.554z"/><path fill="#231f20" d="M9.646 15.241c.181-.003.361-.004.543-.004.003.974.001 1.95 0 2.924h-.774c.001-.633-.004-1.266.003-1.899l-.337-.079.017-.404a2.38 2.38 0 0 0 .549-.539zM5.156 16.957c.71-.486 1.437-1.001 2.263-1.267a22.54 22.54 0 0 1-.066.731h.993c.006.334.006.669 0 1.001-.331.004-.663.004-.994.004.024.249.05.496.067.744-.82-.263-1.51-.81-2.263-1.214zM16.53 15.664c.801.313 1.509.816 2.247 1.249-.707.496-1.461.937-2.251 1.286.01-.256.027-.513.046-.769-.33-.003-.66-.004-.989-.013a54.012 54.012 0 0 1 0-.986c.329-.009.656-.011.984-.014-.016-.251-.03-.501-.037-.753zM12.513 16.139c.65-.05 1.309-.08 1.957-.044.677.453.299 1.409.391 2.086h-.631c-.083-.494.209-1.153-.194-1.536-.039.51-.034 1.021-.031 1.533l-.64.011c-.049-.52.127-1.103-.169-1.569-.067.529-.056 1.06-.054 1.591-1.099.027-.467-1.393-.629-2.073z"/><path fill="#f6f6f6" d="M6.891 13.17c.306-.313.8.177.464.47-.286.297-.713-.174-.464-.47zM15.461 13.164c.309-.311.784.194.459.47-.279.306-.731-.179-.459-.47zM11.254 17.447c-.253-.483-.187-1.054-.023-1.554.131.51.129 1.041.023 1.554z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--length-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.002 0h1.97c1.499.221 3.007.545 4.357 1.256 3.767 1.811 6.317 5.712 6.671 9.853v1.759c-.34 4.027-2.744 7.838-6.352 9.708-1.428.809-3.044 1.183-4.654 1.423H11.03c-1.499-.222-3.008-.545-4.36-1.258-3.766-1.81-6.319-5.708-6.671-9.85v-1.766c.343-4.211 2.978-8.166 6.83-9.95C8.13.516 9.57.221 11-.001m-.031 3.181c-4.265.402-7.83 4.294-7.844 8.579-.196 4.025 2.736 7.886 6.638 8.84 2.628.685 5.557.102 7.69-1.591 2.875-2.174 4.145-6.192 3.036-9.624-1.154-3.997-5.39-6.776-9.52-6.204z"/><path fill="#f7fbf5" d="M10.969 3.18c4.129-.572 8.365 2.207 9.52 6.204 1.109 3.432-.161 7.45-3.036 9.624-2.132 1.693-5.062 2.276-7.69 1.591-3.902-.954-6.834-4.816-6.638-8.84.014-4.285 3.58-8.177 7.844-8.579m.712 2.872c-.982.182-1.458 1.214-1.594 2.108-.163 1.16-.134 2.489.617 3.454.686.877 2.2.79 2.779-.164.73-1.187.744-2.725.34-4.028-.258-.904-1.186-1.601-2.142-1.369m-4.253.679l-.002.69c.242.004.484.001.726.005.004 1.564-.001 3.128.002 4.693h.888c0-2.005.001-4.012-.001-6.017-.252.001-.505.001-.757.005a1.602 1.602 0 0 1-.856.624m8.132 2.884c-.166-.104-.358-.136-.547-.162-.012.887-.005 1.772-.005 2.659l.47.001c.018-.595-.035-1.193.02-1.787.036-.41.703-.55.835-.13.125.628.026 1.278.058 1.915l.5-.001c.014-.634-.044-1.272.048-1.901.022-.407.756-.377.749.032.066.62.013 1.247.029 1.868h.528c-.032-.742.079-1.498-.064-2.227-.24-.619-1.027-.541-1.462-.186-.326-.308-.803-.39-1.16-.083m-9.822 6.14c.851.722 1.776 1.405 2.772 1.909.006-.486-.137-.953-.247-1.421 2.635-.004 5.27-.001 7.906-.001-.103.476-.292.948-.242 1.444.985-.516 1.861-1.224 2.765-1.868-.84-.736-1.788-1.367-2.753-1.928-.091.509.191.976.311 1.454-2.663.01-5.327-.01-7.99-.008.112-.473.258-.944.25-1.435-1.001.48-1.865 1.216-2.771 1.855z"/><path fill="#f7fbf5" d="M11.688 7.006c.529-.298 1.088.188 1.27.673.356.911.328 1.967-.002 2.881-.174.498-.739.97-1.274.683-.656-.416-.715-1.295-.751-1.998 0-.78.049-1.756.758-2.239z"/><path fill="#2a2d2f" d="M11.681 6.052c.956-.232 1.884.466 2.142 1.369.404 1.303.39 2.842-.34 4.028-.58.954-2.093 1.042-2.779.164-.751-.965-.78-2.293-.617-3.454.136-.894.612-1.926 1.594-2.108m.007.955c-.709.484-.758 1.459-.758 2.239.036.703.095 1.582.751 1.998.535.287 1.1-.185 1.274-.683.33-.914.359-1.97.002-2.881-.181-.485-.74-.971-1.27-.673zM7.428 6.732c.348-.112.65-.319.856-.624.252-.004.505-.004.757-.005.002 2.005.001 4.012.001 6.017h-.888c-.004-1.565.001-3.13-.002-4.693-.242-.004-.484-.001-.726-.005l.002-.69zM15.56 9.616c.358-.307.834-.226 1.16.083.434-.355 1.222-.433 1.462.186.143.73.031 1.486.064 2.227h-.528c-.016-.622.037-1.248-.029-1.868.007-.409-.727-.439-.749-.032-.092.629-.034 1.267-.048 1.901l-.5.001c-.031-.637.067-1.288-.058-1.915-.132-.42-.799-.281-.835.13-.055.594-.002 1.192-.02 1.787l-.47-.001c0-.887-.007-1.772.005-2.659.19.026.382.058.547.162zM5.737 15.754c.906-.64 1.77-1.375 2.771-1.855.008.491-.138.962-.25 1.435 2.663-.001 5.327.018 7.99.008-.12-.479-.402-.946-.311-1.454.965.562 1.913 1.193 2.753 1.928-.904.644-1.78 1.352-2.765 1.868-.049-.496.139-.967.242-1.444-2.635 0-5.27-.002-7.906.001.11.468.253.935.247 1.421-.996-.504-1.921-1.187-2.772-1.909z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--light-rail-divided-highway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.366 0h21.269c.612.1 1.136.531 1.365 1.105v21.952c-.165.379-.407.734-.773.943H.836A1.865 1.865 0 0 1 0 22.971V1.188C.197.567.736.129 1.366 0m.085.268C.834.357.299.879.238 1.503v20.51c.004.401-.056.833.16 1.195.271.424.764.708 1.268.714 6.943-.004 13.885 0 20.828-.002.732-.039 1.337-.695 1.345-1.426.004-6.916.004-13.833 0-20.75-.002-.872-.807-1.571-1.666-1.508C15.364.241 8.555.238 1.746.238c-.099 0-.198.01-.295.03z"/><path fill="#231f20" d="M1.292.505c.253-.056.517-.021.774-.029 6.837.002 13.674.001 20.51.001.575.04 1.086.61 1.029 1.192-.009 7.023.004 14.046-.006 21.069-.092.419-.43.85-.861.942-7.076.007-14.153-.002-21.23.005-.372.023-.708-.219-.923-.504-.236-.43-.186-.935-.187-1.406C.397 15.099.4 8.422.396 1.746.398 1.198.727.625 1.292.505m-.26 1.158c.002 6.945.002 13.889 0 20.834-.027.222.133.392.258.554 7.133-.009 14.267-.002 21.401-.004l.276-.276V1.389l-.276-.276c-7.035-.001-14.072.001-21.108-.001a.505.505 0 0 0-.551.551z"/><path fill="#231f20" d="M6.358 2.623c.336.012.68-.035 1.012.025.559.227.738.902.565 1.441-.266.621-.998.646-1.577.599V2.623m.398.386c-.002.401-.001.802-.001 1.203h.439c.119-.121.239-.241.362-.358.101-.482-.308-.933-.801-.845zM8.344 2.623h.477v2.066h-.477V2.623zM9.041 2.624l.47-.003c.185.381.263.888.501 1.194.238-.307.316-.813.501-1.194l.47.003a83.533 83.533 0 0 1-.758 2.065h-.428c-.261-.685-.528-1.368-.757-2.065zM11.205 2.623h.477v2.066h-.477V2.623zM12.079 2.623c.345.005.691-.017 1.035.008.634.188.802 1.026.526 1.555-.334.528-1.008.539-1.562.501V2.622m.479.387c-.002.405-.002.81 0 1.214.308.026.693-.098.749-.446.16-.451-.312-.855-.749-.768zM14.146 2.623h1.51v.397h-1.113v.318h.636v.397h-.636v.477h1.192v.477h-1.589V2.623zM16.053 2.623c.336.012.679-.035 1.012.025.559.227.738.902.565 1.441-.266.621-.998.646-1.577.599V2.623m.398.386c-.002.401-.001.802-.001 1.203h.439c.119-.121.239-.241.362-.358.101-.482-.308-.933-.801-.845zM4.911 5.785c.297-.176.558-.458.922-.48l.215.221c.017.377-.145.722-.267 1.068 3.741.004 7.484 0 11.225.002v1.669h-4.212v1.828l.234.001.01-.239h.865l.008.238h.628l.008-.238h.866l.008.238h.548l.008-.238h.946l.008.238h.548l.008-.238h.866l.008.238h.628l.008-.238h.866l.008.238h.628l.008-.238h.842c.019.125.054.243.188.288-.017.172.075.424-.16.473v.623c.203.04.155.239.163.393-.135.044-.172.163-.191.289h-.842l-.008-.238h-.628l-.008.238h-.866l-.008-.238h-.628l-.008.238h-.866l-.008-.238h-.548l-.008.238h-.946l-.008-.238h-.548l-.008.238h-.866l-.008-.238h-.628l-.008.238h-.865a19.09 19.09 0 0 0-.01-.239l-.234.001v1.033l.234.001.01-.239h.865l.008.238h.628l.008-.238h.866l.008.238h.548l.008-.238h.946l.008.238h.548l.008-.238h.866l.008.238h.628l.008-.238h.866l.008.238h.628l.008-.238h.842c.018.126.056.246.191.289-.008.153.04.353-.163.393v.623c.232.048.143.296.16.466a3.98 3.98 0 0 0-.217.214c-.257.003-.514.003-.771.002-.093-.251-.636-.251-.728 0h-.782c-.093-.251-.636-.251-.728 0h-.782c-.073-.247-.575-.247-.648 0h-.861c-.073-.247-.575-.247-.648 0h-.782c-.093-.251-.635-.251-.728 0-.26 0-.52.001-.78-.001-.043-.133-.16-.167-.284-.183-.006.617-.002 1.235-.003 1.852 1.808-.002 3.615.003 5.423-.002-.041-.432-.39-.855-.161-1.279.199.014.424-.021.587.122.954.72 1.991 1.33 2.918 2.082-1.023.671-2.068 1.31-3.099 1.968-.175.139-.359-.059-.521-.124.023-.412.198-.793.333-1.178-1.509.006-3.019-.008-4.528.006-.527.023-.885.457-.975.949-.522-.002-1.044-.001-1.566-.001v-.954H6.994v-1.589h4.212c-.002-.622.005-1.245-.005-1.868-.238.308-.647.176-.982.198-.094-.25-.636-.25-.728.001h-.782c-.093-.251-.635-.251-.728 0h-.782c-.073-.247-.575-.247-.648 0H5.69c-.073-.247-.575-.247-.648 0H4.26c-.093-.251-.635-.251-.728 0-.257.001-.514.001-.771-.002a4.38 4.38 0 0 0-.217-.214c.016-.17-.073-.418.16-.466v-.623c-.203-.04-.155-.239-.163-.393.135-.044.172-.163.191-.289h.842l.008.238h.628l.008-.238h.866l.008.238h.548l.008-.238h.946l.008.238h.548l.008-.238h.866l.008.238h.628l.008-.238h.866l.008.238h.628l.008-.238h.866l.008.238h.155v-1.033h-.155l-.008.238h-.866l-.008-.238h-.628l-.008.238h-.866l-.008-.238h-.628l-.008.238h-.866l-.008-.238h-.548l-.008.238h-.946l-.008-.238h-.548l-.008.238h-.866l-.008-.238h-.628l-.008.238h-.842c-.018-.126-.056-.246-.191-.289.008-.153-.04-.353.163-.393v-.623c-.234-.049-.143-.301-.16-.473.133-.045.168-.164.188-.288h.842l.008.238h.628l.008-.238h.866l.008.238h.548l.008-.238h.946l.008.238h.548l.008-.238h.866l.008.238h.628l.008-.238h.866l.008.238h.628l.008-.238h.866l.008.238h.154c-.043-.507.145-1.1-.223-1.523-.191-.139-.392-.321-.643-.306-1.511 0-3.021.002-4.531-.001.113.385.27.767.241 1.177-.164.045-.353.167-.513.045-1.04-.673-2.059-1.38-3.099-2.053.794-.594 1.667-1.074 2.475-1.647M3.576 10.57v.715h.636v-.715h-.636m1.51 0v.715h.556v-.715h-.556m1.51 0v.715h.556v-.715h-.556m1.431 0v.715h.636v-.715h-.636m1.509 0v.715h.636v-.715h-.636m1.51 0v.715h.159v-.715h-.159m1.749 0v.715h.238v-.715h-.238m1.112 0v.715h.636v-.715h-.636m1.51 0v.715h.556v-.715h-.556m1.51 0v.715h.556v-.715h-.556m1.431 0v.715h.636v-.715h-.636m1.51 0v.715h.636v-.715h-.636M3.576 13.113v.715h.636v-.715h-.636m1.51 0v.715h.556v-.715h-.556m1.51 0v.715h.556v-.715h-.556m1.431 0v.715h.636v-.715h-.636m1.509 0v.715h.636v-.715h-.636m1.51 0v.715h.159v-.715h-.159m1.749 0v.715h.238v-.715h-.238m1.112 0v.715h.636v-.715h-.636m1.51 0v.715h.556v-.715h-.556m1.51 0v.715h.556v-.715h-.556m1.431 0v.715h.636v-.715h-.636m1.51 0v.715h.636v-.715h-.636zM8.921 19.496c.42-.125.985.093 1.04.573a8.29 8.29 0 0 0-.377.123l-.245-.245-.347-.003c-.339.384-.343 1.058.182 1.278.111-.075.223-.149.331-.227a25.911 25.911 0 0 0-.288-.022l.001-.469h.796c.002.309.054.675-.216.897-.231.281-.613.213-.933.218-.728-.434-.761-1.771.056-2.123zM5.404 19.55h.397v.715h.874v-.715h.397v2.066h-.397v-.874h-.874v.874h-.397V19.55zM7.55 19.55h.397v2.066H7.55V19.55zM10.411 19.55h.397v.715h.795v-.715h.477v2.066h-.477v-.874h-.795v.874h-.397V19.55zM12.302 19.551c.158-.002.316-.002.475-.002.046.254.103.506.106.765l.134.138c.04-.306.095-.61.187-.905l.443.002c.09.331.179.664.206 1.008.131-.323.141-.675.228-1.008l.445-.003c-.153.687-.225 1.39-.392 2.073l-.446-.003c-.072-.398-.152-.799-.312-1.173-.098.397-.041 1.439-.681 1.116-.161-.649-.226-1.348-.393-2.007zM15.423 19.546l.444.004c.288.685.593 1.365.852 2.061-.161.004-.321.006-.481.008-.063-.161-.123-.323-.188-.483-.26.004-.519.005-.778.002-.091.159-.176.322-.265.482l-.405-.006c.178-.716.535-1.385.821-2.067m.194.673a6.71 6.71 0 0 0-.148.441c.126-.001.253-.002.379-.005a6.702 6.702 0 0 0-.231-.436zM16.426 19.548c.204.002.408.002.612.002.168.243.353.476.5.734.179-.242.338-.498.521-.737l.555.003c-.275.428-.563.852-.891 1.241-.002.275-.001.55-.001.825h-.398c-.033-.347.108-.757-.144-1.047-.27-.327-.458-.715-.754-1.021z"/><path fill="#fff" d="M1.451.268c.097-.02.195-.03.295-.03 6.809 0 13.618.003 20.427-.002.859-.063 1.663.637 1.666 1.508.004 6.916.004 13.833 0 20.75-.007.73-.613 1.387-1.345 1.426-6.943.002-13.885-.002-20.828.002a1.56 1.56 0 0 1-1.268-.714c-.215-.362-.156-.794-.16-1.195V1.503C.298.879.833.357 1.451.268m-.159.237c-.565.12-.895.694-.896 1.241C.4 8.422.397 15.099.398 21.775c.001.471-.049.976.187 1.406.215.285.552.527.923.504 7.077-.007 14.154.002 21.23-.005.432-.092.769-.523.861-.942.01-7.023-.002-14.046.006-21.069.057-.583-.455-1.152-1.029-1.192-6.836 0-13.673.001-20.51-.001-.257.008-.521-.027-.774.029z"/><path fill="#fff" d="M1.032 1.663a.505.505 0 0 1 .551-.551c7.036.002 14.073 0 21.108.001l.276.276v21.382l-.276.276c-7.133.002-14.267-.005-21.401.004-.126-.162-.285-.332-.258-.554.002-6.945.002-13.889 0-20.834m5.326.96v2.065c.579.047 1.31.021 1.577-.599.173-.539-.006-1.214-.565-1.441-.331-.06-.675-.013-1.012-.025m1.986 0v2.066h.477V2.623h-.477m.697.001c.23.697.497 1.38.757 2.065h.428a81.04 81.04 0 0 0 .758-2.065l-.47-.003c-.185.381-.263.888-.501 1.194-.238-.307-.316-.813-.501-1.194l-.47.003m2.163-.001v2.066h.477V2.623h-.477m.874 0v2.065c.554.037 1.228.026 1.562-.501.276-.529.108-1.368-.526-1.555-.345-.025-.691-.003-1.035-.008m2.066-.001v2.066h1.589v-.477h-1.192v-.477h.636v-.397h-.636V3.02h1.113v-.397h-1.51m1.907 0v2.065c.579.047 1.31.021 1.577-.599.173-.539-.006-1.214-.565-1.441-.332-.06-.675-.013-1.012-.025M4.911 5.785c-.808.574-1.681 1.053-2.475 1.647 1.04.672 2.059 1.38 3.099 2.053.16.122.349 0 .513-.045.029-.41-.128-.792-.241-1.177 1.51.003 3.02.001 4.531.001.251-.015.452.167.643.306.369.423.18 1.016.223 1.523h-.154l-.008-.238h-.866l-.008.238H9.54l-.008-.238h-.866l-.008.238H8.03l-.008-.238h-.866l-.008.238H6.6l-.008-.238h-.946l-.008.238H5.09l-.008-.238h-.866l-.008.238H3.58l-.008-.238H2.73c-.019.125-.055.243-.188.288.017.172-.075.424.16.473v.623c-.203.04-.155.239-.163.393.135.044.172.163.191.289h.842l.008-.238h.628l.008.238h.866l.008-.238h.548l.008.238h.946l.008-.238h.548l.008.238h.866l.008-.238h.628l.008.238h.866l.008-.238h.628l.008.238h.866l.008-.238h.155v1.033h-.155l-.008-.238h-.866l-.008.238H9.54l-.008-.238h-.866l-.008.238H8.03l-.008-.238h-.866l-.008.238H6.6l-.008-.238h-.946l-.008.238H5.09l-.008-.238h-.866l-.008.238H3.58l-.008-.238H2.73c-.018.126-.056.246-.191.289.008.153-.04.353.163.393v.623c-.233.048-.144.296-.16.466.075.068.147.14.217.214.257.003.513.003.771.002.093-.251.635-.251.728 0h.782c.073-.247.575-.247.648 0h.861c.073-.247.575-.247.648 0h.782c.093-.251.635-.251.728 0h.782c.092-.251.634-.251.728-.001.335-.022.744.11.982-.198.01.622.002 1.245.005 1.868H6.992v1.589h4.212v.954c.522 0 1.044-.001 1.566.001.09-.492.448-.926.975-.949 1.509-.014 3.019 0 4.528-.006-.135.385-.31.765-.333 1.178.161.065.346.263.521.124 1.032-.658 2.077-1.297 3.099-1.968-.927-.752-1.964-1.362-2.918-2.082-.163-.144-.388-.108-.587-.122-.229.424.121.848.161 1.279-1.808.006-3.615.001-5.423.002.002-.617-.003-1.235.003-1.852.124.016.241.05.284.183.26.002.52.001.78.001.093-.251.635-.251.728 0h.782c.073-.247.575-.247.648 0h.861c.073-.247.575-.247.648 0h.782c.092-.251.635-.251.728 0h.782c.092-.251.635-.251.728 0 .257.001.514.001.771-.002a4.38 4.38 0 0 1 .217-.214c-.017-.17.072-.418-.16-.466a64.689 64.689 0 0 1 0-.623c.203-.04.155-.239.163-.393-.135-.044-.172-.163-.191-.289h-.842l-.008.238h-.628l-.008-.238h-.866l-.008.238h-.628l-.008-.238h-.866l-.008.238h-.548l-.008-.238h-.946l-.008.238h-.548l-.008-.238h-.866l-.008.238h-.628l-.008-.238h-.865l-.01.239-.234-.001v-1.033l.234-.001.01.239h.865l.008-.238h.628l.008.238h.866l.008-.238h.548l.008.238h.946l.008-.238h.548l.008.238h.866l.008-.238h.628l.008.238h.866l.008-.238h.628l.008.238h.842c.018-.126.056-.246.191-.289-.008-.153.04-.353-.163-.393a64.688 64.688 0 0 1 0-.623c.234-.049.143-.301.16-.473-.134-.045-.168-.164-.188-.288h-.842l-.008.238h-.628l-.008-.238h-.866l-.008.238h-.628l-.008-.238h-.866l-.008.238h-.548l-.008-.238h-.946l-.008.238h-.548l-.008-.238h-.866l-.008.238h-.628l-.008-.238h-.865l-.01.239-.234-.001V8.266h4.212V6.597c-3.741-.002-7.484.002-11.225-.002.122-.346.285-.691.267-1.068-.072-.073-.145-.147-.215-.221-.364.022-.625.304-.922.48m4.012 13.71c-.817.351-.784 1.689-.056 2.123.32-.005.702.063.933-.218.27-.222.218-.588.216-.897h-.796l-.001.469.288.022c-.109.078-.22.153-.331.227-.525-.22-.521-.894-.182-1.278l.347.003.245.245c.125-.045.251-.085.377-.123-.055-.48-.62-.698-1.04-.573m-3.517.054v2.066h.397v-.874h.874v.874h.397V19.55h-.397v.715h-.874v-.715h-.397m2.146 0v2.066h.397V19.55H7.55m2.861 0v2.066h.397v-.874h.795v.874h.477V19.55h-.477v.715h-.795v-.715h-.397m1.891.001c.168.66.232 1.358.393 2.007.641.323.583-.719.681-1.116.161.373.24.775.312 1.173l.446.003c.167-.683.239-1.386.392-2.073l-.445.003c-.087.334-.097.686-.228 1.008-.027-.344-.116-.677-.206-1.008l-.443-.002a5.466 5.466 0 0 0-.187.905 8.722 8.722 0 0 1-.134-.138c-.003-.259-.06-.512-.106-.765l-.475.002m3.121-.004c-.286.682-.643 1.351-.821 2.067l.405.006c.09-.16.175-.323.265-.482.259.002.518.002.778-.002.065.16.126.322.188.483.16-.002.32-.004.481-.008-.259-.696-.563-1.376-.852-2.061a65.133 65.133 0 0 1-.444-.004m1.003.003c.296.306.484.695.754 1.021.252.289.111.699.144 1.047h.398c0-.275-.001-.55.001-.825.328-.389.616-.813.891-1.241l-.555-.003c-.184.238-.343.495-.521.737-.147-.257-.331-.49-.5-.734-.203 0-.408 0-.612-.002z"/><path fill="#fff" d="M6.756 3.009c.494-.088.902.362.801.845-.123.118-.243.238-.362.358h-.439c0-.401-.001-.803.001-1.203zM12.557 3.009c.438-.087.909.318.749.768-.056.348-.441.472-.749.446-.002-.405-.002-.81 0-1.214zM16.451 3.009c.494-.088.902.362.801.845-.123.118-.243.238-.362.358h-.439c0-.401-.001-.803.001-1.203zM3.576 10.57h.636v.715h-.636v-.715zM5.086 10.57h.556v.715h-.556v-.715zM6.596 10.57h.556v.715h-.556v-.715zM8.027 10.57h.636v.715h-.636v-.715zM9.536 10.57h.636v.715h-.636v-.715zM11.046 10.57h.159v.715h-.159v-.715zM12.795 10.57h.238v.715h-.238v-.715zM13.907 10.57h.636v.715h-.636v-.715zM15.417 10.57h.556v.715h-.556v-.715zM16.927 10.57h.556v.715h-.556v-.715zM18.358 10.57h.636v.715h-.636v-.715zM19.868 10.57h.636v.715h-.636v-.715zM3.576 13.113h.636v.715h-.636v-.715zM5.086 13.113h.556v.715h-.556v-.715zM6.596 13.113h.556v.715h-.556v-.715zM8.027 13.113h.636v.715h-.636v-.715zM9.536 13.113h.636v.715h-.636v-.715zM11.046 13.113h.159v.715h-.159v-.715zM12.795 13.113h.238v.715h-.238v-.715zM13.907 13.113h.636v.715h-.636v-.715zM15.417 13.113h.556v.715h-.556v-.715zM16.927 13.113h.556v.715h-.556v-.715zM18.358 13.113h.636v.715h-.636v-.715zM19.868 13.113h.636v.715h-.636v-.715zM15.617 20.22c.083.142.16.288.231.436l-.379.005a6.71 6.71 0 0 1 .148-.441z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--light-rail-do-not-pass--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.952 0h17.337c.387.147.738.42.885.818v22.439c-.157.354-.469.602-.823.743H.878a1.45 1.45 0 0 1-.879-.951V1.016C.112.532.487.158.951 0m.081.213C.544.347.191.828.189 1.33.192 8.486.188 15.642.191 22.798c.022.645.662 1.077 1.267 1.076 5.462-.003 10.926.003 16.388-.003.6-.005 1.175-.451 1.201-1.073.003-7.177-.001-14.354.002-21.531.009-.564-.514-1.087-1.077-1.078C12.553.192 7.134.19 1.715.19c-.227.008-.459-.023-.683.023z"/><path fill="#231f20" d="M.921.391c.178-.032.356-.081.538-.075C6.9.319 12.34.317 17.781.317c.482-.003 1.057.278 1.076.819-.001 7.285.003 14.571-.002 21.856-.075.345-.417.612-.752.687-5.59.008-11.182-.001-16.773.004-.414.011-.854-.282-.947-.691C.378 15.706.382 8.42.381 1.135.386.799.654.553.921.39m-.022.628c-.027.189-.079.375-.075.568.003 7.007 0 14.015.002 21.022-.005.223.112.422.273.569 5.68-.003 11.36-.003 17.04-.001.126-.142.295-.293.274-.502V1.327a.487.487 0 0 0-.502-.502H1.326c-.169-.018-.302.1-.427.194z"/><path fill="#231f20" d="M3.873 1.46H9.46c-.034.226.089.52-.087.695-.22.082-.328-.121-.31-.314H7.448a.835.835 0 0 1-.218.509c.743-.004 1.486.002 2.23-.004.528-.043.943.467 1.01.955.201 1.381.359 2.768.552 4.15.063.603-.298 1.232-.044 1.81.025.299-.029.605.049.899-.587-.003-1.175-.001-1.761-.001l.093.19.538-.001c.11.214.224.427.354.631-.18.004-.361.004-.541.004.055.105.107.21.158.317h.582c.097.212.206.418.305.629l-.495.011c.07.149.143.295.222.439l.54-.001c.109.236.226.469.349.698-.159 0-.317.001-.476.004.05.105.102.209.156.312-.198.065-.406.07-.612.07-.058-.13-.119-.257-.177-.386h-7.18a2.634 2.634 0 0 1-.237.39 1.95 1.95 0 0 1-.574-.079c.069-.106.141-.211.217-.312-.182.001-.364.001-.546-.004.105-.242.258-.458.377-.693l.534.001a9.02 9.02 0 0 0 .222-.439l-.495-.011c.099-.211.208-.418.305-.629l.54.001a9.07 9.07 0 0 0 .158-.311c-.167-.006-.333-.008-.5-.015.11-.214.244-.415.358-.627l.471.001.178-.191H2.414V9.105l.102-.095c-.05-.571-.159-1.139-.166-1.712.171-1.354.342-2.709.524-4.061.157-.504.661-.865 1.186-.886.688-.007 1.377.001 2.065-.002a15.13 15.13 0 0 0-.219-.22v-.288H4.334c.025.195-.083.352-.291.336A27.602 27.602 0 0 0 3.874 2v-.54m2.543.615c.159.163.502.13.54-.131a8.039 8.039 0 0 1-.309-.107c-.078.074-.27.101-.23.239m-1.91.464v1.079h4.317V2.54H4.508M3.185 4c-.118.888-.177 1.785-.328 2.667H6.35V3.745A48.395 48.395 0 0 1 3.186 4m3.735-.19v2.857h3.559a39.372 39.372 0 0 0-.267-2.655c-1.094-.104-2.191-.19-3.292-.201m1.902 4.145a1.965 1.965 0 0 0-.072.451c.081.078.16.157.239.238.175 0 .348-.027.503-.111.156.083.329.111.504.111.074-.077.15-.154.226-.23l.003-.41a2.211 2.211 0 0 0-.373-.196c-.083.03-.167.058-.251.083l-.093.104c-.196-.224-.454-.195-.684-.04m-5.514-.085a.487.487 0 0 0 0 .766l.404-.002.157-.156c.053.051.105.104.157.156l.41.003c.082-.121.143-.253.204-.384a2.588 2.588 0 0 0-.207-.389c-.213-.003-.431.006-.615.126l-.099-.118-.411-.002m-.136 1.208v.317h7.048v-.317H3.175m1.486 1.08l-.093.19h4.198a8.304 8.304 0 0 1-.093-.19H4.662m-.508.762c-.069.15-.143.298-.222.444 1.81-.004 3.621.008 5.431-.006a1.193 1.193 0 0 0-.229-.441c-1.66.006-3.32.001-4.98.003m-.509.952a9.795 9.795 0 0 1-.285.571h6.613a9.489 9.489 0 0 1-.285-.571H3.645zM14.562 4.057c.18.009.377-.02.534.09.252.219.177.72-.156.817-.234.111-.578-.022-.618-.295-.128-.243.091-.448.24-.612z"/><path fill="#231f20" d="M12.952 5.752c.512-.333 1.049-.78 1.697-.736.229.228.387.518.462.832.065.54.683.673 1.04.985a6.139 6.139 0 0 0-.192.284c-.392-.222-.987-.158-1.216-.596-.036.219-.12.429-.139.651.164.287.315.583.489.865.16.575.292 1.159.474 1.729-.185.076-.363.179-.562.213-.344-.622-.273-1.47-.886-1.931-.237.66-.512 1.307-.742 1.971l-.097.097c-.134-.102-.272-.197-.404-.3.185-.752.409-1.498.537-2.264-.046-.514-.013-1.039.188-1.52l-.192-.001c-.099.368-.071.754-.147 1.127a6.404 6.404 0 0 0-.308.09V5.751zM5.979 14.309a.986.986 0 0 1 1.084.54c.348.772.333 1.73-.105 2.464-.297.423-.909.409-1.347.252-.681-.523-.728-1.514-.545-2.285.073-.476.404-.928.913-.971m-.307.962c-.129.541-.178 1.173.131 1.664.118.163.344.142.522.154.508-.502.513-1.357.207-1.965-.192-.375-.78-.253-.86.147zM13.42 14.307c.58-.106 1.075.397 1.173.939.133.63.139 1.333-.158 1.922-.283.552-1.086.643-1.561.305-.502-.446-.514-1.174-.493-1.794.028-.599.347-1.35 1.04-1.372m-.324.886c-.233.599-.269 1.432.261 1.887h.331c.579-.536.55-1.568.076-2.166-.246-.006-.585-.013-.669.279zM2.222 14.349c.615.062 1.417-.21 1.854.368.481.747.491 1.803-.027 2.535-.42.589-1.223.244-1.827.335v-3.238m.508.572v2.094c.212-.001.425.012.636-.007.255-.059.375-.335.428-.567.076-.479.101-1.056-.256-1.436-.24-.154-.54-.063-.808-.084zM9.524 14.349l.564-.001c.345.637.708 1.267 1.077 1.89.022-.629.004-1.26.01-1.89h.571v3.237l-.5.003c-.411-.655-.768-1.343-1.15-2.016-.003.671 0 1.342-.001 2.014h-.571v-3.238zM15.048 14.349h2.032v.508h-.762v2.73h-.571v-2.73h-.698v-.508zM4.635 19.111c.615.032 1.28-.109 1.848.191.471.323.512 1.107.073 1.474-.391.283-.893.246-1.349.239v1.397h-.571V19.11m.57.573v.761c.344-.001.708.051 1.013-.144.032-.108.062-.217.086-.327-.26-.364-.711-.297-1.1-.29zM8.089 19.111l.526-.001c.349.815.554 1.684.883 2.507.095.258.192.519.237.792-.19.003-.381.003-.571.004-.146-.307-.239-.634-.353-.953h-.917c-.093.324-.185.651-.338.954-.197-.002-.394-.002-.592-.006.368-1.101.743-2.201 1.125-3.298m.262 1.042a10.18 10.18 0 0 1-.239.736l.521.001c-.121-.235-.192-.491-.283-.738zM10.236 19.378c.3-.347.787-.276 1.196-.259.289.107.51.371.601.663-.166.059-.337.104-.505.159l-.257-.263c-.202-.001-.407.004-.601.068-.024.093-.058.185-.067.282.319.444 1.001.296 1.334.726.281.323.236.811.105 1.189-.507.829-1.865.531-2.144-.353.181-.072.361-.146.542-.216.141.244.357.522.677.471.378.048.594-.461.328-.717-.331-.225-.757-.264-1.077-.507-.377-.286-.402-.882-.13-1.243zM12.912 19.196c.582-.232 1.409-.104 1.587.591-.164.055-.331.1-.496.154l-.252-.258a2.717 2.717 0 0 0-.518 0l-.154.157-.003.203c.333.401.952.307 1.292.699.572.557.13 1.754-.717 1.675-.587.119-1.026-.346-1.303-.798.168-.11.359-.178.55-.237.164.306.498.575.863.439.232-.056.276-.313.284-.515-.333-.447-.975-.399-1.347-.797-.34-.387-.209-1.039.213-1.312z"/><path fill="#fff" d="M1.032.213c.224-.047.455-.016.683-.023 5.419 0 10.838.002 16.257-.001.564-.009 1.086.514 1.077 1.078-.003 7.177.001 14.354-.002 21.531-.026.622-.601 1.068-1.201 1.073-5.462.005-10.926-.001-16.388.003-.605.001-1.244-.43-1.267-1.076C.188 15.642.192 8.486.189 1.33.191.828.544.347 1.032.213M.921.391C.654.554.386.8.381 1.136.382 8.421.378 15.707.383 22.993c.093.409.533.702.947.691 5.591-.005 11.183.004 16.773-.004.335-.075.677-.342.752-.687.005-7.285.001-14.571.002-21.857-.019-.541-.594-.822-1.076-.819C12.34.318 6.9.319 1.459.316 1.276.31 1.099.359.921.391z"/><path fill="#fff" d="M.899 1.018c.126-.094.258-.212.427-.194h16.585a.488.488 0 0 1 .502.502v21.347c.02.21-.148.361-.274.502-5.68-.002-11.36-.003-17.04.001-.161-.147-.278-.345-.273-.569C.824 15.6.827 8.592.824 1.585c-.004-.192.048-.379.075-.568m2.974.443V2c.057.058.113.117.169.177.208.016.316-.141.291-.336h1.572v.288c.074.073.147.146.219.22-.688.003-1.377-.005-2.065.002-.525.021-1.029.382-1.186.886a459.708 459.708 0 0 0-.524 4.061c.007.573.116 1.141.166 1.712a4.583 4.583 0 0 0-.102.095v1.053h1.676l-.178.191-.471-.001c-.114.213-.248.413-.358.627.167.007.333.01.5.015a9.07 9.07 0 0 1-.158.311l-.54-.001c-.097.211-.206.418-.305.629l.495.011c-.07.149-.143.295-.222.439l-.534-.001c-.119.235-.271.451-.377.693.182.005.364.005.546.004a6.68 6.68 0 0 0-.217.312c.185.06.38.076.574.079.091-.123.169-.254.237-.39h7.18c.058.129.119.256.177.386.206.001.414-.005.612-.07a9.07 9.07 0 0 1-.156-.312c.159-.004.317-.004.476-.004a13.758 13.758 0 0 1-.349-.698l-.54.001a9.02 9.02 0 0 1-.222-.439l.495-.011c-.099-.211-.208-.417-.305-.629h-.582a8.503 8.503 0 0 0-.158-.317c.18 0 .361 0 .541-.004a8.134 8.134 0 0 1-.354-.631l-.538.001a11.15 11.15 0 0 0-.093-.19c.587.001 1.174-.001 1.761.001-.078-.294-.024-.6-.049-.899-.254-.577.107-1.207.044-1.81-.194-1.382-.351-2.769-.552-4.15-.066-.488-.481-.998-1.01-.955-.743.006-1.487 0-2.23.004a.835.835 0 0 0 .218-.509h1.615c-.018.194.09.396.31.314.176-.175.053-.469.087-.695H3.872m10.69 2.597c-.149.164-.368.37-.24.612.041.273.384.406.618.295.333-.097.408-.598.156-.817-.157-.11-.354-.081-.534-.09m-1.61 1.695v1.497c.102-.032.204-.063.308-.09.076-.373.048-.759.147-1.127l.192.001c-.201.481-.234 1.006-.188 1.52-.128.765-.352 1.511-.537 2.264.133.103.27.198.404.3l.097-.097c.229-.663.504-1.31.742-1.971.613.46.542 1.309.886 1.931.199-.034.377-.137.562-.213-.182-.57-.314-1.154-.474-1.729-.174-.283-.324-.578-.489-.865.019-.222.103-.432.139-.651.23.438.825.375 1.216.596.061-.097.126-.191.192-.284-.357-.312-.975-.444-1.04-.985a1.753 1.753 0 0 0-.462-.832c-.648-.044-1.184.403-1.697.736m-6.971 8.556c-.509.043-.84.495-.913.971-.182.771-.136 1.763.545 2.285.438.157 1.05.171 1.347-.252.439-.734.453-1.692.105-2.464a.988.988 0 0 0-1.084-.54m7.441-.002c-.693.022-1.012.773-1.04 1.372-.021.62-.008 1.349.493 1.794.476.338 1.279.247 1.561-.305.297-.589.291-1.291.158-1.922-.098-.542-.592-1.045-1.173-.939m-11.197.042v3.238c.604-.091 1.406.254 1.827-.335.518-.732.509-1.788.027-2.535-.437-.578-1.239-.305-1.854-.368m7.302 0v3.238h.571c.001-.672-.002-1.343.001-2.014.383.672.74 1.361 1.15 2.016.166-.002.333-.002.5-.003v-3.237h-.571c-.006.63.012 1.26-.01 1.89a58.61 58.61 0 0 1-1.077-1.89l-.564.001m5.524-.001v.508h.698v2.73h.571v-2.73h.762v-.508h-2.032M4.635 19.111v3.302h.571v-1.397c.457.007.958.044 1.349-.239.439-.366.398-1.151-.073-1.474-.568-.3-1.233-.159-1.848-.191m3.455-.001a278.339 278.339 0 0 0-1.125 3.298c.197.004.394.004.592.006.152-.303.245-.63.338-.954h.917c.114.319.207.646.353.953.19-.001.381-.001.571-.004-.044-.273-.142-.534-.237-.792-.329-.823-.535-1.691-.883-2.507l-.526.001m2.147.266c-.272.361-.246.957.13 1.243.32.243.747.282 1.077.507.265.256.05.764-.328.717-.32.051-.536-.227-.677-.471-.181.07-.361.144-.542.216.279.884 1.637 1.182 2.144.353.131-.378.177-.866-.105-1.189-.333-.43-1.015-.282-1.334-.726.01-.097.043-.189.067-.282.194-.064.399-.069.601-.068l.257.263c.168-.055.338-.1.505-.159-.091-.291-.312-.556-.601-.663-.408-.016-.896-.088-1.196.259m2.678-.182c-.422.273-.553.925-.213 1.312.371.399 1.013.35 1.347.797-.008.202-.053.459-.284.515-.365.135-.699-.133-.863-.439a2.148 2.148 0 0 0-.55.237c.277.452.716.917 1.303.798.846.079 1.289-1.118.717-1.675-.34-.392-.959-.298-1.292-.699.001-.068.003-.135.003-.203a11.4 11.4 0 0 1 .154-.157c.172-.017.345-.016.518 0l.252.258c.164-.054.332-.098.496-.154-.178-.695-1.005-.823-1.587-.591z"/><path fill="#fff" d="M6.417 2.075c-.04-.138.152-.164.23-.239.102.038.206.073.309.107-.037.262-.381.294-.54.131zM4.508 2.54h4.317v1.079H4.508V2.54zM3.185 4a48.339 48.339 0 0 0 3.164-.255v2.922H2.856c.151-.882.21-1.779.328-2.667zM6.921 3.81c1.101.011 2.198.097 3.292.201.11.881.217 1.768.267 2.655H6.921V3.809zM8.823 7.956c.23-.155.489-.184.684.04l.093-.104c.084-.025.168-.053.251-.083.129.057.257.116.373.196-.003.137-.003.273-.003.41-.076.076-.152.153-.226.23-.175 0-.349-.028-.504-.111a1.04 1.04 0 0 1-.503.111c-.079-.081-.158-.16-.239-.238a2.09 2.09 0 0 1 .072-.451zM3.311 7.871l.411.002.099.118c.184-.12.403-.13.615-.126.083.122.146.255.207.389-.06.131-.122.263-.204.384a28.02 28.02 0 0 0-.41-.003l-.157-.156c-.053.051-.105.104-.157.156l-.404.002a.487.487 0 0 1 0-.766zM3.175 9.079h7.048v.317H3.175v-.317zM4.661 10.159h4.011l.093.19H4.567l.093-.19zM4.154 10.921c1.66-.001 3.321.003 4.98-.003.107.13.185.279.229.441-1.81.015-3.621.002-5.431.006a8.35 8.35 0 0 0 .222-.444zM3.645 11.873h6.043c.088.194.184.384.285.571H3.36c.101-.187.196-.378.285-.571zM5.672 15.271c.079-.4.668-.521.86-.147.306.608.301 1.463-.207 1.965-.178-.013-.404.008-.522-.154-.309-.491-.26-1.123-.131-1.664zM2.73 14.921c.268.021.568-.069.808.084.357.38.331.956.256 1.436-.053.232-.173.508-.428.567-.211.019-.424.006-.636.007v-2.094zM13.097 15.193c.084-.293.423-.286.669-.279.474.599.503 1.63-.076 2.166h-.331c-.53-.455-.494-1.288-.261-1.887zM5.206 19.683c.389-.008.84-.075 1.1.29-.025.11-.054.219-.086.327-.305.195-.67.143-1.013.144v-.761zM8.351 20.152c.091.247.161.503.283.738l-.521-.001c.088-.243.17-.488.239-.736z"/></symbol><symbol viewBox="0 0 29 24" id="regulatory--light-rail-only--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h28.8v24H0V0m.73.73v22.748h27.339V.73H.73z"/><path fill="#fff" d="M.73.73h27.339v22.748H.73V.73m10.33.94c-.002.34-.113.873.388.87.062-.116.121-.233.181-.35.6.002 1.2 0 1.799.001.048.175.101.349.155.521-.84.03-1.688-.058-2.522.047-.788.09-1.353.841-1.349 1.613-.149 2.137-.857 4.292-.304 6.418l-.227.217c.003.401.002.8.002 1.201h2.024l-.191.212-.565-.008a8.12 8.12 0 0 0-.368.727c.192.005.385.007.578.009l-.249.421-.586-.009a8.65 8.65 0 0 0-.368.725l.602.02c-.097.173-.203.34-.299.513l-.63-.001c-.138.292-.316.562-.489.835h.663l-.237.409c.24.002.482.021.702.127a6.93 6.93 0 0 0 .387-.536c2.836-.003 5.672.005 8.507-.004.097.176.189.355.279.535.22-.102.463-.121.703-.135-.054-.13-.11-.261-.162-.392.187-.003.374-.004.561-.004-.149-.28-.289-.565-.445-.841l-.594.013a11.037 11.037 0 0 1-.265-.52c.19-.005.381-.007.571-.008-.129-.24-.25-.483-.364-.73l-.652.001c-.056-.138-.114-.273-.17-.41.198-.006.395-.01.594-.017-.139-.239-.284-.474-.404-.722l-.68-.001v-.207c.661-.002 1.321-.001 1.982-.001a7.74 7.74 0 0 0-.11-1.767c.065-.631.169-1.264.103-1.903-.24-1.593-.408-3.196-.646-4.791-.142-.505-.549-1-1.107-1.028-.922-.022-1.846.001-2.768-.007l.248-.259.009-.263c.608 0 1.217.001 1.825-.001.058.117.119.234.181.35.5.003.39-.53.388-.87h-6.68M7.532 17.674c-1.312.275-1.896 1.96-1.241 3.062.497.943 1.816 1.383 2.754.834 1.401-.518 1.605-2.717.357-3.518-.52-.428-1.229-.504-1.87-.378m3.529.065v3.965h.835c.003-.856-.006-1.71.004-2.566.652.878 1.403 1.679 2.043 2.566h.874v-3.965h-.835c-.004.855.008 1.708-.006 2.563-.73-.838-1.345-1.777-2.13-2.565-.262.002-.524.002-.786.002m4.697 0v3.965h3.548v-.835h-2.609v-3.13h-.939m2.454.01c.552.827 1.24 1.554 1.825 2.357-.002.532-.001 1.065-.001 1.599h.835l-.001-1.494c.614-.841 1.336-1.599 1.905-2.47-.37-.002-.74-.001-1.109-.001-.36.514-.791.976-1.155 1.488-.44-.478-.785-1.036-1.251-1.491-.35.003-.699 0-1.048.013z"/><path fill="#fff" d="M14.087 2.191h.626v.27c-.104.05-.209.101-.313.153a22.517 22.517 0 0 0-.313-.153v-.27zM11.791 3.026h5.217v1.252h-5.217V3.026zM10.267 4.706c1.279.004 2.539-.247 3.82-.217V7.93c-1.433 0-2.864.001-4.297-.001.128-.901.226-1.805.328-2.708.021-.181-.046-.409.149-.515zM14.713 4.489c1.319-.006 2.623.185 3.941.206.161 1.072.28 2.155.34 3.236h-4.281V4.49zM10.383 9.383a6.98 6.98 0 0 0 1.252.001l.262.267v.419l-.262.267a7.075 7.075 0 0 0-1.252.001l-.262-.268v-.418l.262-.269zM17.166 9.38c.209.011.418.025.626.049.51-.17 1.078.004.891.639-.091.093-.182.187-.27.281a3.046 3.046 0 0 1-.57-.097c-.22.07-.45.087-.678.091-.088-.092-.174-.183-.262-.272v-.417l.263-.272zM10.226 10.853h8.452v.415h-8.452v-.415zM12.044 12.208c1.57.002 3.142.002 4.712 0l.19.21h-5.092l.19-.21zM11.399 13.041c1.989.005 3.978.001 5.967.002.086.133.174.262.266.39l.005.235c-2.207-.003-4.414.01-6.621-.006.121-.211.253-.415.383-.621zM10.683 14.295c2.451 0 4.901.005 7.351-.002.117.208.227.419.343.629-2.66-.004-5.319.008-7.978-.006.093-.208.191-.413.284-.621zM7.85 18.507c.885-.23 1.91.825 1.399 1.683-.17.477-.669.627-1.103.771a3.96 3.96 0 0 0-.469-.115c-.539-.254-.911-.846-.783-1.45.154-.428.545-.725.955-.889z"/><path fill="#231f20" d="M11.06 1.67h6.68c.002.34.112.873-.388.87a16.566 16.566 0 0 1-.181-.35c-.608.002-1.217.001-1.825.001l-.009.263-.248.259c.922.008 1.846-.015 2.768.007.558.028.965.523 1.107 1.028.238 1.594.406 3.197.646 4.791.066.64-.039 1.272-.103 1.903.107.582.137 1.173.11 1.767-.661 0-1.321-.001-1.982.001v.207l.68.001c.12.248.265.483.404.722-.198.006-.395.01-.594.017.056.137.114.272.17.41l.652-.001c.114.247.235.49.364.73-.19.001-.381.003-.571.008.085.175.172.349.265.52.197-.004.395-.007.594-.013.155.277.295.561.445.841-.188 0-.375.001-.561.004.052.131.107.262.162.392-.24.014-.483.032-.703.135-.09-.181-.182-.359-.279-.535-2.835.009-5.671.001-8.507.004a6.743 6.743 0 0 1-.387.536c-.22-.106-.462-.125-.702-.127l.237-.409h-.663c.173-.272.352-.543.489-.835l.63.001c.096-.173.202-.34.299-.513l-.602-.02a9.3 9.3 0 0 1 .368-.725l.586.009.249-.421c-.193-.002-.386-.004-.578-.009.111-.248.234-.49.368-.727l.565.008.191-.212H9.182c0-.401.001-.8-.002-1.201l.227-.217c-.553-2.127.154-4.281.304-6.418-.004-.772.561-1.523 1.349-1.613.834-.105 1.682-.017 2.522-.047a14.292 14.292 0 0 1-.155-.521c-.599-.001-1.199.001-1.799-.001-.059.117-.119.234-.181.35-.501.003-.39-.53-.388-.87m3.028.521v.27c.104.05.209.101.313.153.104-.052.209-.103.313-.153v-.27h-.626m-2.296.835v1.252h5.217V3.026h-5.217m-1.524 1.68c-.195.106-.128.335-.149.515-.101.903-.199 1.807-.328 2.708 1.433.002 2.864.001 4.297.001V4.489c-1.281-.03-2.541.221-3.82.217m4.446-.217V7.93h4.281a35.172 35.172 0 0 0-.34-3.236c-1.318-.021-2.622-.212-3.941-.206m-4.33 4.895l-.262.269v.418l.262.268a6.98 6.98 0 0 1 1.252-.001l.262-.267v-.419l-.262-.267a7.075 7.075 0 0 1-1.252-.001m6.783-.003l-.263.272v.417l.262.272c.229-.004.458-.021.678-.091.186.053.377.08.57.097.089-.094.179-.188.27-.281.187-.634-.381-.809-.891-.639a10.082 10.082 0 0 0-.626-.049m-6.94 1.475v.415h8.452v-.415h-8.452m1.818 1.355l-.19.21h5.092l-.19-.21c-1.57.002-3.142.002-4.712 0m-.645.833c-.13.206-.262.41-.383.621 2.207.017 4.414.003 6.621.006l-.005-.235a9.245 9.245 0 0 1-.266-.39c-1.989-.001-3.978.003-5.967-.002m-.716 1.254c-.093.208-.191.413-.284.621 2.66.015 5.319.002 7.978.006-.116-.21-.226-.422-.343-.629-2.45.007-4.9.002-7.351.002zM7.532 17.674c.641-.126 1.35-.05 1.87.378 1.248.8 1.045 3-.357 3.518-.938.549-2.257.11-2.754-.834-.655-1.102-.071-2.786 1.241-3.062m.318.833c-.41.164-.8.461-.955.889-.128.604.243 1.197.783 1.45.159.029.314.067.469.115.434-.144.933-.294 1.103-.771.51-.858-.514-1.913-1.399-1.683zM11.061 17.739c.262 0 .524 0 .786-.002.785.788 1.399 1.727 2.13 2.565.015-.855.002-1.708.006-2.563h.835v3.965h-.874c-.64-.887-1.391-1.688-2.043-2.566-.01.856-.001 1.71-.004 2.566h-.835v-3.965zM15.757 17.739h.939v3.13h2.609v.835h-3.548v-3.965zM18.211 17.749c.349-.013.698-.009 1.048-.013.466.455.811 1.013 1.251 1.491.364-.512.795-.974 1.155-1.488.369 0 .739-.001 1.109.001-.57.871-1.292 1.629-1.905 2.47l.001 1.494h-.835c0-.533-.001-1.066.001-1.599-.585-.803-1.273-1.53-1.825-2.357z"/></symbol><symbol viewBox="0 0 48 24" id="regulatory--look--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M2.012 0h43.873c.76.089 1.42.555 1.797 1.215V23.1a3.65 3.65 0 0 1-.905.9H1.105c-.558-.311-.931-.861-1.106-1.465V1.666A2.447 2.447 0 0 1 2.011.001M1.625.46C.899.721.297 1.42.315 2.217.32 8.881.316 15.545.317 22.208c.089.898.89 1.642 1.792 1.685 14.559.002 29.116.002 43.675 0 .946-.04 1.751-.846 1.792-1.792.004-6.628-.002-13.256.003-19.884.021-.843-.687-1.603-1.477-1.79C31.404.414 16.705.43 2.005.42a1.218 1.218 0 0 0-.381.04z"/><path fill="#231f20" d="M1.624.777c.069-.01.205-.029.273-.037 14.7 0 29.399.001 44.1-.001.733.031 1.229.795 1.262 1.477.001 6.629.002 13.257 0 19.886-.004.787-.688 1.47-1.475 1.474-14.558.002-29.116.002-43.674 0-.787-.004-1.471-.688-1.475-1.475C.631 15.473.638 8.845.631 2.218c-.015-.622.38-1.263.993-1.441m.204.702c-.213.238-.492.491-.455.842.003 6.523 0 13.047.001 19.569-.001.312.137.606.33.846 14.657-.008 29.315-.003 43.972-.003.216.004.424-.053.63-.109.056-.206.113-.414.109-.629-.003-6.717 0-13.434-.001-20.15a24.984 24.984 0 0 1-.364-.364c-14.74-.001-29.482.002-44.222-.001z"/><path fill="#231f20" d="M9.135 5.647c.591-.349 1.079-.93 1.793-1.022.133.138.269.276.406.41-.088.629-.372 1.208-.476 1.833 8.726.007 17.451.007 26.178 0-.113-.7-.632-1.395-.344-2.105.214-.047.46-.198.664-.043 1.738 1.116 3.425 2.312 5.142 3.462l.001.104c-1.813 1.17-3.534 2.509-5.405 3.576a9.952 9.952 0 0 1-.536-.368c.045-.648.312-1.247.48-1.866-8.727-.01-17.453-.007-26.18-.001.156.623.412 1.224.48 1.866-.175.129-.356.252-.539.37-.993-.439-1.805-1.185-2.721-1.754-.891-.618-1.878-1.187-2.683-1.873C6.547 7.312 7.89 6.5 9.136 5.649zM19.492 13.042c1.407-.343 3.021.48 3.412 1.905.547 1.516-.592 3.344-2.176 3.573-1.564.391-3.279-.928-3.32-2.538-.199-1.334.797-2.635 2.084-2.939m-.7 1.84c-.625.761-.191 1.972.663 2.348 1.021.635 2.485-.304 2.438-1.478.033-.926-.829-1.624-1.704-1.672-.528.122-1.138.267-1.397.801zM26.048 13.044c1.78-.487 3.699 1.055 3.534 2.903-.095 1.299-1.169 2.468-2.474 2.608-1.769.313-3.523-1.481-3.144-3.243.122-1.098 1.021-2.026 2.084-2.269m-.996 2.601c-.126 1.186 1.305 2.202 2.365 1.627.864-.31 1.336-1.472.819-2.263-.24-.593-.894-.854-1.488-.923-.837.044-1.663.68-1.697 1.558zM12.159 13.11h1.057v4.229h3.595v1.163h-4.652V13.11zM30.661 13.11h1.163v2.158c.742-.666 1.315-1.488 2.054-2.158h1.586c-.629.568-1.13 1.252-1.735 1.84.677 1.185 1.45 2.322 2.058 3.542-.423.016-.846.011-1.269.011-.53-.884-1.048-1.775-1.562-2.67-.375.378-.75.759-1.133 1.129v1.54H30.66V13.11z"/><path fill="#fff" d="M1.625.46a1.19 1.19 0 0 1 .381-.04C16.705.431 31.404.415 46.103.427c.79.187 1.498.947 1.477 1.79-.005 6.628.001 13.256-.003 19.884-.041.946-.846 1.752-1.792 1.792-14.559.002-29.116.002-43.675 0-.902-.043-1.703-.788-1.792-1.685C.317 15.545.321 8.881.316 2.217.298 1.42.9.721 1.626.46m-.002.317C1.011.955.616 1.596.631 2.218c.007 6.627 0 13.255.004 19.883.004.787.688 1.471 1.475 1.475 14.558.002 29.116.002 43.674 0 .787-.004 1.471-.687 1.475-1.474.002-6.629.001-13.257 0-19.886-.034-.682-.53-1.446-1.262-1.477-14.7.002-29.399.001-44.1.001-.068.008-.204.027-.273.037z"/><path fill="#fff" d="M1.828 1.479c14.74.003 29.482 0 44.222.001.119.123.241.243.364.364.001 6.717-.002 13.434.001 20.15.004.215-.053.423-.109.629-.206.056-.414.113-.63.109-14.657 0-29.315-.005-43.972.003-.192-.24-.331-.534-.33-.846-.001-6.522.002-13.046-.001-19.569-.037-.351.242-.604.455-.842m7.307 4.169C7.89 6.498 6.547 7.31 5.394 8.234c.806.686 1.792 1.255 2.683 1.873.917.569 1.729 1.315 2.721 1.754.183-.118.364-.241.539-.37-.068-.642-.324-1.243-.48-1.866 8.727-.006 17.453-.008 26.18.001-.168.62-.435 1.218-.48 1.866.174.128.353.251.536.368 1.87-1.067 3.592-2.405 5.405-3.576l-.001-.104c-1.717-1.149-3.403-2.345-5.142-3.462-.204-.154-.45-.003-.664.043-.289.71.23 1.405.344 2.105-8.727.007-17.452.007-26.178 0 .104-.625.388-1.204.476-1.833a19.62 19.62 0 0 1-.406-.41c-.714.092-1.202.673-1.793 1.022m10.358 7.397c-1.287.304-2.283 1.605-2.084 2.939.041 1.61 1.756 2.93 3.32 2.538 1.584-.228 2.722-2.056 2.176-3.573-.391-1.425-2.005-2.248-3.412-1.905m6.556.003c-1.063.243-1.962 1.17-2.084 2.269-.378 1.761 1.376 3.556 3.144 3.243 1.305-.141 2.379-1.309 2.474-2.608.165-1.848-1.754-3.391-3.534-2.903m-13.889.065v5.392h4.652v-1.163h-3.595V13.11h-1.057m18.502 0v5.392h1.163v-1.54c.384-.37.758-.751 1.133-1.129.514.894 1.032 1.786 1.562 2.67.423 0 .846.005 1.269-.011-.609-1.22-1.382-2.357-2.058-3.542.605-.588 1.106-1.272 1.735-1.84h-1.586c-.739.67-1.312 1.492-2.054 2.158V13.11h-1.163z"/><path fill="#fff" d="M18.792 14.883c.259-.534.869-.68 1.397-.801.875.048 1.737.745 1.704 1.672.047 1.174-1.417 2.113-2.438 1.478-.854-.376-1.288-1.587-.663-2.348zM25.052 15.644c.034-.879.86-1.514 1.697-1.558.593.069 1.248.33 1.488.923.517.791.044 1.953-.819 2.263-1.06.575-2.491-.441-2.365-1.627z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--low-beam-headlights--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e5312b" d="M11.088.301c3.923-.365 7.943 1.435 10.314 4.573 2.422 3.119 3.103 7.483 1.74 11.189-1.249 3.564-4.318 6.433-7.976 7.391a11.65 11.65 0 0 1-8.454-.877c-3.244-1.628-5.61-4.848-6.223-8.422-.674-3.589.464-7.447 2.953-10.116C5.405 1.895 8.192.541 11.088.301m0 2.879c-2.719.28-5.264 1.882-6.679 4.222-1.973 3.1-1.699 7.404.631 10.238 1.933 2.45 5.207 3.754 8.294 3.282 2.911-.379 5.56-2.314 6.823-4.963 1.156-2.336 1.189-5.18.108-7.552-1.511-3.48-5.413-5.7-9.178-5.227z"/><path fill="#fff" d="M11.088 3.18c3.764-.473 7.667 1.747 9.178 5.227 1.081 2.371 1.048 5.215-.108 7.552-1.264 2.65-3.912 4.584-6.823 4.963-3.088.472-6.361-.832-8.294-3.282-2.33-2.834-2.604-7.139-.631-10.238 1.415-2.34 3.96-3.942 6.679-4.222m2.707 4.399a8.572 8.572 0 0 0-.592 6.57c.185.42.373 1.091.952 1.033 1.568-.08 3.35-.75 4.038-2.27.419-1.288.107-2.801-.733-3.854-.954-.972-2.342-1.363-3.665-1.478m-2.479.975c-1.433.443-2.876.896-4.236 1.534-.431.144-.215.905.236.751 1.327-.33 2.609-.835 3.894-1.301.317-.166.902-.301.816-.768-.06-.347-.461-.281-.71-.216m.123 1.563a28.144 28.144 0 0 0-4.303 1.464c-.532.162-.044 1.064.401.769 1.448-.499 2.922-.949 4.325-1.565.461-.281.037-.94-.422-.668m-4.33 2.994c-.467.151-.127.652.095.87 1.322-.446 2.647-.889 3.953-1.385.295-.13.641-.224.834-.503.08-.334-.28-.61-.587-.462-1.464.384-2.912.864-4.295 1.48m4.573.02a29.562 29.562 0 0 0-4.434 1.439c-.354.067-.462.59-.137.763.5.079.984-.143 1.456-.276 1.087-.377 2.208-.686 3.234-1.212.385-.102.306-.83-.119-.714m-.23 1.576c-1.316.326-2.596.798-3.864 1.276-.263.121-.727.271-.577.649.047.36.467.312.719.222 1.256-.388 2.504-.809 3.718-1.316.264-.132.686-.263.61-.64-.048-.278-.401-.232-.605-.191z"/><path d="M13.796 7.579c1.322.115 2.711.506 3.665 1.478.84 1.054 1.152 2.567.733 3.854-.688 1.52-2.47 2.19-4.038 2.27-.578.058-.767-.613-.952-1.033a8.567 8.567 0 0 1 .592-6.57zM11.317 8.555c.25-.065.65-.131.71.216.086.467-.499.602-.816.768-1.285.466-2.567.971-3.894 1.301-.451.154-.667-.607-.236-.751 1.36-.637 2.803-1.091 4.236-1.534zM11.44 10.118c.46-.271.883.388.422.668-1.403.616-2.876 1.066-4.325 1.565-.445.295-.932-.607-.401-.769a28.144 28.144 0 0 1 4.303-1.464zM7.111 13.112c1.382-.616 2.831-1.096 4.295-1.48.307-.148.667.128.587.462-.193.278-.539.373-.834.503-1.306.496-2.63.938-3.953 1.385-.222-.218-.562-.719-.095-.87zM11.684 13.132c.425-.116.504.612.119.714-1.026.526-2.147.835-3.234 1.212-.472.133-.955.355-1.456.276-.325-.173-.217-.696.137-.763a29.562 29.562 0 0 1 4.434-1.439zM11.454 14.708c.204-.041.557-.088.605.191.077.377-.346.508-.61.64-1.213.508-2.461.929-3.718 1.316-.252.09-.672.138-.719-.222-.15-.378.314-.528.577-.649 1.268-.478 2.548-.949 3.864-1.276z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--low-beam-headlights--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.033 0h1.873c4.2.341 8.142 2.969 9.922 6.81.655 1.325.974 2.778 1.172 4.234v1.841c-.338 4.11-2.845 7.988-6.565 9.817-1.385.734-2.928 1.084-4.469 1.298h-1.872c-4.229-.352-8.194-3.012-9.96-6.894C.502 15.806.197 14.383 0 12.96v-1.856c.184-1.57.56-3.13 1.29-4.54C3.109 2.864 6.948.366 11.033 0m-.061 2.338a9.72 9.72 0 0 0-6.258 3.218c-2.689 2.969-3.199 7.639-1.231 11.125 1.738 3.25 5.452 5.292 9.128 5.01 3.698-.18 7.139-2.7 8.443-6.162 1.099-2.803.809-6.114-.799-8.665-1.89-3.128-5.657-4.948-9.283-4.526z"/><path fill="#fff" d="M10.972 2.338c3.626-.421 7.393 1.398 9.283 4.526 1.608 2.551 1.898 5.862.799 8.665-1.304 3.462-4.745 5.982-8.443 6.162-3.677.282-7.391-1.76-9.128-5.01-1.968-3.486-1.458-8.156 1.231-11.125a9.716 9.716 0 0 1 6.258-3.218M7.487 9.439c-1.225.233-2.161 1.441-2.074 2.687.037 1.35 1.272 2.536 2.627 2.485 1.346.03 2.558-1.153 2.594-2.492.132-1.64-1.547-3.074-3.148-2.68m7.926.006c-1.211.245-2.129 1.441-2.046 2.674.034 1.34 1.248 2.524 2.593 2.494 1.316.044 2.521-1.068 2.62-2.374.22-1.692-1.514-3.224-3.167-2.794z"/><path fill="#fff" d="M5.822 12.196c1.466-.006 2.933-.004 4.399-.001-.121 1.075-1.082 1.99-2.18 1.968-1.112.042-2.093-.88-2.219-1.967zM13.777 12.194c1.466-.002 2.933-.005 4.399.001-.127 1.087-1.105 2.008-2.218 1.967-1.098.023-2.06-.892-2.182-1.968z"/><path d="M7.487 9.439c1.601-.395 3.28 1.039 3.148 2.68-.036 1.339-1.248 2.522-2.594 2.492-1.355.05-2.59-1.135-2.627-2.485-.088-1.246.848-2.454 2.074-2.687m-1.666 2.757c.126 1.087 1.106 2.009 2.219 1.967 1.098.022 2.059-.893 2.18-1.968-1.466-.002-2.933-.005-4.399.001zM15.412 9.445c1.652-.431 3.386 1.102 3.167 2.794-.098 1.306-1.303 2.418-2.62 2.374-1.345.03-2.56-1.153-2.593-2.494-.083-1.232.835-2.429 2.046-2.674m-1.635 2.749c.121 1.076 1.084 1.991 2.182 1.968 1.112.041 2.09-.88 2.218-1.967a716.713 716.713 0 0 0-4.399-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--low-beam-headlights--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#291770" d="M10.622 0h2.74c.745.194 1.516.274 2.247.529 3.693 1.136 6.728 4.17 7.864 7.864.253.724.33 1.49.529 2.228v2.742c-.214.88-.33 1.788-.66 2.637-1.449 4.286-5.492 7.412-9.945 8h-2.863c-.792-.212-1.625-.283-2.383-.612-2.098-.967-4.136-2.218-5.542-4.101-.361-.405-.569-.938-1.006-1.273l-.034-.059c-.108-.404-.218-.911-.591-1.151a6.61 6.61 0 0 1-.073-.177c-.106-.847-.505-1.63-.626-2.48-.354-1.191-.119-2.449-.277-3.66v-.07c.22-.593.249-1.238.463-1.836C1.561 4.807 4.635 1.685 8.393.53 9.118.277 9.885.2 10.624.001m3.368 6.642c-.007 3.26-.008 6.521 0 9.78a3.1 3.1 0 0 0 .639-.035c-.025-3.251.022-6.505-.024-9.755l-.615.01m1.055.04c-.016 3.22-.042 6.441-.025 9.662 1.958.045 3.857-1.229 4.561-3.056.695-1.71.291-3.798-1.002-5.116-.901-.965-2.218-1.503-3.534-1.49M3.195 14.072c.372.237.771.429 1.158.641 2.939-1.563 5.84-3.201 8.769-4.786a13.296 13.296 0 0 0-.535-.982c-3.138 1.694-6.262 3.416-9.391 5.127m1.94.935c.14.382.734.439 1.053.695 2.434-1.319 4.859-2.654 7.301-3.959a13.593 13.593 0 0 0-.532-.978c-2.616 1.395-5.217 2.824-7.822 4.243m1.681.924c.333.198.652.445 1.02.565a3953.92 3953.92 0 0 0 5.777-3.026c-.169-.328-.349-.65-.535-.968-2.097 1.124-4.17 2.292-6.262 3.428z"/><path fill="#fff" d="M13.992 6.643l.615-.01c.046 3.25-.001 6.504.024 9.755-.21.041-.425.039-.639.035-.008-3.259-.007-6.519 0-9.78zM15.047 6.683c1.317-.013 2.633.525 3.534 1.49 1.293 1.318 1.697 3.406 1.002 5.116-.704 1.827-2.603 3.1-4.561 3.056-.017-3.221.009-6.442.025-9.662zM3.195 14.072c3.129-1.71 6.253-3.432 9.391-5.127.191.32.371.647.535.982-2.929 1.584-5.83 3.222-8.769 4.786-.387-.212-.786-.404-1.158-.641zM0 10.485c.157 1.212-.077 2.47.277 3.66.121.85.519 1.633.626 2.48-.471-1.024-.649-2.143-.902-3.231v-2.909zM5.136 15.007c2.605-1.419 5.205-2.847 7.822-4.243.19.32.37.644.532.978-2.442 1.305-4.867 2.64-7.301 3.959-.319-.256-.913-.313-1.053-.695zM6.817 15.932c2.092-1.136 4.165-2.304 6.262-3.428.186.317.366.64.535.968-1.925 1.01-3.851 2.018-5.777 3.026-.369-.121-.687-.367-1.02-.565zM.976 16.803c.374.24.484.748.591 1.151a7.908 7.908 0 0 1-.591-1.151zM1.601 18.013c.437.336.645.868 1.006 1.273 1.406 1.883 3.444 3.134 5.542 4.101-2.738-.911-5.129-2.859-6.548-5.374z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--low-speed-vehicle-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#037863" d="M10.664 0h2.656c3.113.431 6.092 1.975 8.048 4.461 1.458 1.763 2.28 3.96 2.632 6.203v2.656c-.431 3.113-1.975 6.092-4.463 8.05-1.763 1.457-3.96 2.28-6.202 2.63h-2.656c-3.113-.431-6.092-1.975-8.048-4.463-1.458-1.762-2.281-3.96-2.632-6.202v-2.656c.347-2.283 1.199-4.515 2.694-6.295C4.647 1.942 7.59.434 10.664-.001m-.446 2.472c-3.734.662-6.892 3.71-7.677 7.422-.946 3.949.919 8.339 4.405 10.413 2.993 1.879 7.024 1.904 10.042.066 3.916-2.238 5.784-7.381 4.19-11.608-1.474-4.409-6.402-7.245-10.96-6.294z"/><path fill="#fff" d="M10.218 2.471c4.557-.952 9.486 1.885 10.96 6.294 1.594 4.227-.274 9.37-4.19 11.608-3.018 1.838-7.049 1.813-10.042-.066-3.486-2.074-5.351-6.464-4.405-10.413.785-3.712 3.943-6.76 7.677-7.422M5.831 7.201c-.319 1.104-.642 2.207-.961 3.309-.056.318-.343.493-.563.693-.014.892-.031 1.784-.027 2.678l-.322.272c.024.48-.114 1.007.062 1.457.525.213 1.159.045 1.727.097.007.592-.034 1.184.04 1.773.535-.007 1.12.121 1.625-.052.155-.552.025-1.163.068-1.739h9.088c.025.601-.064 1.213.066 1.806.536.014 1.072.016 1.608-.001.11-.589.042-1.19.056-1.784.568-.042 1.173.093 1.717-.082.195-.459.045-1.005.069-1.499-.079-.052-.24-.158-.319-.212.001-.905-.01-1.811-.028-2.716-.195-.189-.47-.335-.538-.617-.337-1.128-.654-2.262-.992-3.388a27.92 27.92 0 0 0-12.374.006z"/><path fill="#fff" d="M6.61 9.867l.767-.001c.34 1.048.655 2.104 1 3.151.339-1.046.659-2.099.991-3.148l.769-.004c-.479 1.559-.985 3.109-1.451 4.672l-.601.031c-.493-1.566-.99-3.131-1.474-4.7zM10.511 9.868c.779.051 1.605-.14 2.351.134.843.383.851 1.636.062 2.084.929.472.916 1.913-.034 2.346-.76.257-1.59.073-2.379.123V9.868m.737.73c-.001.392-.001.784.001 1.176.433-.035.963.128 1.313-.208.277-.232.316-.752-.04-.93-.419-.078-.85-.032-1.275-.038m-.008 1.902c-.003.442-.003.884 0 1.326.457-.023.942.076 1.382-.076.545-.301.215-1.184-.34-1.237-.346-.032-.695-.014-1.042-.013zM13.825 9.86c.263.004.527.013.791.028.309 1.049.641 2.091.98 3.131.33-1.046.662-2.092.981-3.141.26-.007.518-.014.778-.017-.483 1.564-.981 3.123-1.463 4.687l-.594.011c-.488-1.567-.988-3.131-1.472-4.7z"/><path fill="#030303" d="M5.831 7.201a27.92 27.92 0 0 1 12.374-.006c.339 1.127.655 2.26.992 3.388.068.282.343.428.538.617.018.905.03 1.811.028 2.716.079.054.24.16.319.212-.024.494.126 1.04-.069 1.499-.544.175-1.149.04-1.717.082-.014.594.054 1.196-.056 1.784a26.94 26.94 0 0 1-1.608.001c-.13-.593-.041-1.204-.066-1.806H7.478c-.042.576.088 1.187-.068 1.739-.505.174-1.09.045-1.625.052-.073-.589-.032-1.182-.04-1.773-.568-.052-1.201.116-1.727-.097-.176-.45-.038-.977-.062-1.457.107-.092.215-.182.322-.272-.004-.894.013-1.786.027-2.678.22-.2.507-.376.563-.693.319-1.103.642-2.205.961-3.309m.781 2.667c.484 1.568.981 3.134 1.474 4.7l.601-.031c.466-1.563.973-3.113 1.451-4.672l-.769.004c-.332 1.049-.652 2.102-.991 3.148-.344-1.048-.659-2.104-1-3.151l-.767.001m3.902.002v4.687c.789-.049 1.619.134 2.379-.123.95-.433.963-1.875.034-2.346.789-.448.781-1.701-.062-2.084-.745-.274-1.571-.083-2.351-.134m3.314-.008c.484 1.568.984 3.133 1.472 4.7l.594-.011c.481-1.564.98-3.123 1.463-4.687-.26.003-.518.01-.778.017-.319 1.049-.651 2.095-.981 3.141-.339-1.04-.671-2.082-.98-3.131a17.466 17.466 0 0 0-.791-.028z"/><path fill="#030303" d="M11.248 10.598c.425.006.856-.04 1.275.038.356.178.316.699.04.93-.35.336-.88.172-1.313.208a92.2 92.2 0 0 1-.001-1.176zM11.239 12.5c.347-.001.696-.02 1.042.013.555.052.885.936.34 1.237-.44.152-.925.054-1.382.076a97.683 97.683 0 0 1 0-1.326z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-10--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M10.992 0h1.982c4.2.397 8.124 3.049 9.878 6.913.659 1.352.958 2.838 1.147 4.321v1.502c-.253 2.765-1.35 5.476-3.293 7.487-2.023 2.182-4.879 3.474-7.822 3.776h-1.753c-4.081-.348-7.934-2.815-9.793-6.49-.75-1.394-1.12-2.95-1.339-4.507v-1.984c.2-1.447.52-2.894 1.175-4.212C2.946 2.998 6.836.399 10.991-.002m-.029 2.45c-3.611.337-6.865 2.932-8.036 6.358-.898 2.533-.67 5.442.634 7.794 1.668 3.109 5.149 5.132 8.681 4.993 3.704-.042 7.212-2.471 8.612-5.89 1.141-2.696.956-5.914-.511-8.45-1.811-3.277-5.659-5.255-9.379-4.805z"/><path fill="#fff" d="M10.962 2.448c3.72-.45 7.568 1.528 9.379 4.805 1.468 2.537 1.652 5.754.511 8.45-1.4 3.419-4.908 5.848-8.612 5.89-3.532.139-7.013-1.884-8.681-4.993-1.303-2.352-1.531-5.261-.634-7.794 1.171-3.426 4.426-6.02 8.036-6.358m3.373 4.948c-.99.08-1.956.596-2.47 1.464-.737 1.226-.788 2.725-.68 4.114.109 1.252.607 2.609 1.768 3.244 1.262.638 2.897.635 4.11-.118 1.289-.86 1.614-2.531 1.621-3.979.002-1.314-.18-2.766-1.117-3.766-.811-.877-2.095-1.075-3.232-.959m-7.126.117c-.1.836-.778 1.477-1.643 1.384.016.528-.023 1.057.025 1.584.476-.014.953-.008 1.428-.007.004 1.986-.001 3.972.002 5.958.604.001 1.208.002 1.812-.002-.004-2.972.004-5.945-.004-8.917-.54 0-1.081-.001-1.621.001z"/><path fill="#fff" d="M14.203 9.184c.69-.244 1.585-.142 2.047.48.478.629.538 1.458.565 2.221-.005.814-.032 1.691-.487 2.399-.62.948-2.243.92-2.825-.058-.547-.913-.524-2.038-.444-3.065.068-.77.348-1.679 1.144-1.978z"/><path d="M14.334 7.396c1.136-.116 2.42.082 3.232.959.937 1 1.12 2.452 1.117 3.766-.007 1.448-.332 3.119-1.621 3.979-1.213.752-2.848.756-4.11.118-1.16-.635-1.658-1.992-1.768-3.244-.108-1.388-.056-2.887.68-4.114.514-.868 1.48-1.384 2.47-1.464m-.131 1.788c-.796.299-1.075 1.207-1.144 1.978-.08 1.027-.103 2.152.444 3.065.582.978 2.204 1.006 2.825.058.455-.708.482-1.585.487-2.399-.028-.763-.088-1.592-.565-2.221-.462-.622-1.357-.724-2.047-.48zM7.208 7.513c.54-.002 1.081-.001 1.621-.001.007 2.972 0 5.945.004 8.917-.604.005-1.208.004-1.812.002-.004-1.986.001-3.972-.002-5.958-.475-.001-.952-.007-1.428.007-.048-.527-.01-1.056-.025-1.584.865.094 1.543-.547 1.643-1.384z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-10--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.815A1.012 1.012 0 0 0 0 .753V0zM18.069 0h.822v.825A1.009 1.009 0 0 0 18.069 0zM.869.573c.138-.023.279-.014.419-.015C6.814.559 12.339.557 17.864.559c.245-.028.483.172.467.425.003 7.344.001 14.689.001 22.033a.415.415 0 0 1-.426.456c-5.641.004-11.281.001-16.922.001-.231.018-.451-.18-.437-.416V.986A.399.399 0 0 1 .869.573m1.052 2.978c-.179.334-.116.796.185 1.039.385.328.951.25 1.353.538.234.203.065.582-.202.659-.466.196-.983-.039-1.264-.429-.152.096-.3.198-.448.3.469.646 1.434.964 2.139.516.53-.315.594-1.168.091-1.537-.394-.223-.866-.249-1.27-.449-.22-.102-.172-.447.045-.524.397-.176.844.009 1.131.302.138-.117.277-.233.413-.351-.336-.372-.844-.616-1.352-.565-.331.024-.668.197-.823.5m6.54-.48c-.002 1.091-.001 2.183 0 3.274h2.393v-.547c-.604-.002-1.209.001-1.814-.001v-.932c.322-.002.643 0 .965-.001v-.558H9.04c-.005-.229-.002-.458-.002-.687.59-.002 1.18.001 1.77-.001V3.07H8.459m-3.457 0v3.284h.569c.001-.432-.001-.865.001-1.297.534-.042 1.131.123 1.605-.197.483-.318.547-1.082.141-1.486-.218-.22-.535-.301-.836-.301-.493-.005-.986-.001-1.479-.002m6.493 0v3.283h2.393v-.556c-.604-.003-1.209.001-1.814-.001v-.933c.322-.001.644.001.965-.001v-.557c-.322-.001-.643.001-.965-.001V3.63c.59-.001 1.18.001 1.77-.001v-.557h-2.35m3.049-.001v3.283c.657-.018 1.4.107 1.958-.328.805-.604.814-1.969.043-2.605-.556-.475-1.33-.323-2.001-.35M3.445 7.997v3.273h2.382v-.547c-.604-.002-1.209 0-1.813-.001-.002-.908 0-1.817-.001-2.725a53.96 53.96 0 0 0-.569 0m2.975 0c-.002 1.091-.001 2.182 0 3.273h.568V7.998a53.77 53.77 0 0 0-.568 0m1.438-.002v3.274h.556c.003-.665 0-1.329.001-1.994.3.651.596 1.304.897 1.956.318-.654.626-1.312.948-1.965.003.668-.001 1.335.002 2.003h.556c-.002-1.091.021-2.182.011-3.273a38.156 38.156 0 0 0-.586.001c-.305.648-.613 1.294-.921 1.941-.307-.647-.611-1.295-.918-1.942a50.05 50.05 0 0 0-.548 0m3.845 0c-.002 1.091-.001 2.182 0 3.273h.568V7.998a53.77 53.77 0 0 0-.568 0m1.202-.001v.535c.296.002.593-.001.89.001.002.912-.001 1.824.001 2.736h.579c.002-.912-.001-1.824.001-2.736.3-.002.6 0 .9-.001v-.536h-2.372m-.688 4.783c-.965.095-1.841.699-2.315 1.537-.525.895-.681 1.959-.644 2.983.043 1.029.374 2.081 1.08 2.851 1.005 1.159 2.892 1.35 4.122.444 1.071-.775 1.519-2.143 1.556-3.418.045-1.301-.257-2.73-1.253-3.642-.678-.623-1.643-.867-2.546-.755m-6.869.157c-.313.471-.771.865-1.34.972v1.109c.354.002.708 0 1.062.001.002 2.047-.001 4.093.001 6.139h1.416c.001-2.74.001-5.481 0-8.222-.38.001-.759-.002-1.138.002z"/><path fill="#fff" d="M5.572 3.639c.333 0 .667-.004.999.001.235 0 .489.181.468.436-.004.243-.243.404-.47.407-.332.006-.665.001-.998.001v-.846zM15.103 3.64c.434-.014.96-.028 1.251.357.309.436.335 1.127-.058 1.52-.321.297-.786.276-1.192.267V3.639zM12.467 14.184c.48-.052.987.092 1.338.431.526.504.71 1.257.763 1.96.057.908-.062 1.917-.703 2.613-.592.645-1.701.716-2.359.134-.527-.458-.738-1.17-.802-1.843-.07-.835.009-1.726.454-2.455.277-.461.768-.796 1.309-.84zM18.198 24c.358-.102.618-.419.693-.777V24h-.693zM0 23.265A1 1 0 0 0 .678 24H0v-.735z"/><path fill="#231f20" d="M.815 0h17.254c.416.067.755.41.822.825v22.398c-.075.359-.335.675-.693.777H.678A.998.998 0 0 1 0 23.265V.752C.092.365.423.062.815-.001m.054.574a.399.399 0 0 0-.322.413v22.072c-.015.236.206.434.437.416 5.641 0 11.281.003 16.922-.001a.415.415 0 0 0 .426-.456c0-7.344.002-14.689-.001-22.033.016-.252-.222-.453-.467-.425-5.525-.002-11.05 0-16.576-.001-.14.001-.28-.008-.419.015z"/><path fill="#231f20" d="M1.921 3.551c.155-.304.492-.477.823-.5.508-.051 1.016.193 1.352.565-.137.119-.275.234-.413.351-.287-.292-.735-.477-1.131-.302-.217.077-.264.422-.045.524.404.2.877.226 1.27.449.502.369.438 1.222-.091 1.537-.705.448-1.67.13-2.139-.516.148-.101.296-.204.448-.3.28.389.798.625 1.264.429.267-.077.436-.457.202-.659-.402-.289-.968-.211-1.353-.538-.302-.244-.364-.705-.185-1.039zM8.459 3.07h2.349v.547c-.59.002-1.18-.001-1.77.001 0 .229-.003.458.002.687h.963v.558c-.322.002-.643-.001-.965.001v.932c.605.003 1.209-.001 1.814.001v.547H8.459V3.07zM5.002 3.07c.493 0 .986-.003 1.479.002.302 0 .618.081.836.301.406.404.342 1.168-.141 1.486-.474.32-1.072.156-1.605.197-.002.432 0 .865-.001 1.297a53.96 53.96 0 0 1-.569 0V3.069m.571.57v.846c.333 0 .665.005.998-.001.227-.003.466-.164.47-.407.02-.255-.233-.436-.468-.436-.333-.006-.666-.001-.999-.001zM11.496 3.071h2.35v.557c-.59.002-1.18 0-1.77.001v.675c.322.002.643 0 .965.001v.557c-.322.002-.644 0-.965.001v.933c.605.002 1.209-.001 1.814.001v.556c-.798.002-1.595.001-2.393 0V3.07zM14.544 3.071c.671.027 1.445-.125 2.001.35.77.636.762 2.001-.043 2.605-.558.435-1.301.31-1.958.328V3.071m.559.569v2.145c.406.009.872.029 1.192-.267.394-.394.368-1.084.058-1.52-.291-.385-.817-.371-1.251-.357zM3.445 7.997h.569c.001.908-.001 1.817.001 2.725.604.001 1.209-.001 1.813.001v.547H3.446V7.997zM6.419 7.997h.568v3.272c-.189.002-.379.001-.568 0V7.996zM7.857 7.996h.548c.307.647.611 1.295.918 1.942.308-.647.616-1.293.921-1.941.195-.002.39-.002.586-.001.009 1.091-.013 2.182-.011 3.273h-.556c-.003-.668.001-1.335-.002-2.003-.322.652-.63 1.31-.948 1.965-.301-.651-.597-1.304-.897-1.956-.002.665.001 1.329-.001 1.994h-.556c-.002-1.091-.001-2.182 0-3.274zM11.7 7.997h.568v3.272c-.189.002-.379.001-.568 0V7.996zM12.902 7.997c.791-.002 1.581-.001 2.372 0v.536c-.3.002-.6-.001-.9.001-.002.912.001 1.824-.001 2.736h-.579c-.002-.912.001-1.824-.001-2.736-.297-.002-.593.001-.89-.001a47.704 47.704 0 0 1 0-.535zM12.213 12.779c.903-.112 1.867.133 2.546.755.996.912 1.298 2.341 1.253 3.642-.037 1.276-.486 2.643-1.556 3.418-1.23.906-3.117.715-4.122-.444-.706-.77-1.037-1.822-1.08-2.851-.037-1.024.119-2.088.644-2.983.475-.838 1.351-1.443 2.315-1.537m.254 1.405c-.541.045-1.032.38-1.309.84-.446.729-.525 1.62-.454 2.455.064.673.275 1.385.802 1.843.658.582 1.766.511 2.359-.134.641-.696.76-1.705.703-2.613-.053-.704-.237-1.456-.763-1.96-.351-.339-.858-.483-1.338-.431zM5.344 12.936c.38-.004.759-.001 1.138-.002.001 2.74.001 5.481 0 8.222H5.066c-.002-2.046.001-4.092-.001-6.139-.354-.001-.708.001-1.062-.001a204.98 204.98 0 0 1 0-1.109c.569-.107 1.028-.5 1.34-.972z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-100--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.126 0h1.48c4.53.217 8.784 3.182 10.481 7.397.499 1.144.732 2.375.913 3.602v2.023c-.398 4.218-3.091 8.143-6.977 9.881-1.235.6-2.588.878-3.935 1.097h-2.116c-4.028-.403-7.807-2.864-9.634-6.502-.794-1.511-1.204-3.194-1.339-4.889v-1.202C.222 6.623 3.537 2.166 8.093.657c.98-.346 2.01-.498 3.032-.658m-.401 2.093c-3.005.362-5.777 2.191-7.31 4.798-1.945 3.193-1.859 7.483.227 10.588 2.009 3.136 5.868 4.949 9.564 4.458 3.839-.419 7.254-3.282 8.358-6.979.877-2.806.434-5.989-1.196-8.436-2.022-3.16-5.927-4.95-9.642-4.428z"/><path fill="#fff" d="M10.724 2.092c3.715-.522 7.62 1.268 9.642 4.428 1.631 2.447 2.074 5.63 1.196 8.436-1.104 3.697-4.519 6.56-8.358 6.979-3.696.491-7.555-1.322-9.564-4.458-2.086-3.104-2.172-7.394-.227-10.588 1.534-2.606 4.306-4.435 7.31-4.798M5.548 7.82c-.43.25-.799.588-1.208.868-.022.516-.01 1.032-.01 1.547.313-.227.613-.474.94-.684-.001 2.218-.004 4.436 0 6.655.486.004.972.004 1.457 0 .004-2.798.004-5.597 0-8.396-.392.006-.787-.024-1.178.011m4.807.013c-.971.277-1.699 1.222-1.704 2.234-.004 1.327-.014 2.657.006 3.984.05 1.261 1.247 2.32 2.503 2.226 1.224-.028 2.291-1.126 2.282-2.35-.004-1.363.029-2.73-.017-4.093-.127-1.426-1.711-2.462-3.071-2.002m6.481-.001c-.971.278-1.699 1.223-1.704 2.236-.004 1.327-.014 2.657.006 3.984.05 1.261 1.247 2.32 2.504 2.226 1.223-.029 2.29-1.126 2.281-2.35-.004-1.364.03-2.73-.017-4.093-.127-1.426-1.711-2.462-3.071-2.003z"/><path fill="#fff" d="M10.604 9.278c.625-.359 1.469.198 1.402.911-.019 1.316.052 2.641-.037 3.955-.204.913-1.662.901-1.848-.018-.078-1.267-.01-2.544-.035-3.815-.036-.407.138-.846.518-1.033zM17.084 9.278c.625-.359 1.469.198 1.402.911-.019 1.318.052 2.642-.037 3.955-.204.913-1.661.901-1.847-.018-.079-1.267-.011-2.544-.036-3.815-.036-.408.138-.846.518-1.033z"/><path d="M5.548 7.82c.391-.035.786-.005 1.178-.011.004 2.8.004 5.598 0 8.396-.485.004-.971.004-1.457 0-.004-2.219-.001-4.438 0-6.655-.326.21-.626.457-.94.684 0-.515-.012-1.031.01-1.547.409-.28.779-.618 1.208-.868zM10.356 7.834c1.36-.461 2.944.576 3.071 2.002.046 1.363.013 2.73.017 4.093.008 1.224-1.058 2.322-2.282 2.35-1.256.094-2.453-.965-2.503-2.226-.02-1.327-.01-2.657-.006-3.984.005-1.013.733-1.957 1.704-2.234m.247 1.443c-.38.187-.554.626-.518 1.033.025 1.271-.043 2.548.035 3.815.186.919 1.644.931 1.848.018.089-1.314.018-2.639.037-3.955.067-.713-.776-1.27-1.402-.911zM16.836 7.832c1.36-.46 2.944.577 3.071 2.003.047 1.363.013 2.729.017 4.093.008 1.224-1.058 2.321-2.281 2.35-1.258.094-2.454-.965-2.504-2.226-.02-1.327-.01-2.657-.006-3.984.005-1.013.733-1.957 1.704-2.236m.247 1.446c-.38.187-.554.625-.518 1.033.025 1.271-.043 2.548.036 3.815.186.919 1.643.931 1.847.018.089-1.313.018-2.638.037-3.955.067-.713-.776-1.27-1.402-.911z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-100--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" d="M1.082 0h17.054c.497.139.89.514 1.064.999v21.958c-.095.161-.197.318-.3.473.089-.335.202-.67.192-1.022-.006-7.006.003-14.013-.005-21.02.04-.694-.585-1.305-1.277-1.258C12.339.126 6.867.125 1.395.13.704.089.087.702.13 1.395c-.002 7.07-.005 14.14.002 21.21-.027.57.392 1.035.901 1.226l.166.089C.597 23.927.17 23.441 0 22.907V1.094A1.543 1.543 0 0 1 1.082 0z"/><path fill="#050505" d="M1.031.435C1.215.38 1.41.382 1.6.378 7.002.384 12.404.375 17.805.382c.562-.047 1.075.449 1.03 1.015.003 7.069.005 14.139-.001 21.208.031.551-.475 1.033-1.023.983H1.392c-.542.043-1.039-.437-1.008-.981C.379 15.536.381 8.465.383 1.394.36.976.626.557 1.031.435m.095.474c-.231.094-.276.366-.267.587.006 7.036-.005 14.073.005 21.109a.475.475 0 0 0 .526.504c5.473.005 10.946.004 16.419 0a.48.48 0 0 0 .545-.509c.007-7.066.004-14.133.002-21.2a.496.496 0 0 0-.55-.542C12.404.848 7.001.86 1.599.852c-.158.006-.323-.002-.473.057z"/><path fill="#050505" d="M1.973 3.226c.146.015.294.019.438.051.224.559.384 1.143.591 1.708.204-.579.4-1.16.603-1.74l.437.001v3.167l-.446.001c0-.573.001-1.146-.001-1.719-.196.565-.379 1.135-.585 1.697-.22-.563-.399-1.141-.6-1.711-.002.578 0 1.155-.001 1.733l-.438-.001c.001-1.062-.004-2.125.002-3.187zM5.163 3.24l.441-.002c.267 1.058.531 2.117.796 3.175l-.455.001c-.077-.296-.153-.591-.231-.886l-.637-.001c-.076.295-.149.591-.224.887l-.455-.001c.254-1.058.51-2.116.765-3.173m.223 1c-.068.277-.136.554-.202.831l.414.003-.212-.834zM6.779 3.232l.481.001.418.969c.139-.324.275-.65.418-.973l.482.005-.66 1.554c.233.541.467 1.082.696 1.624l-.479.003c-.151-.348-.302-.696-.456-1.043-.152.346-.302.693-.45 1.041h-.485c.228-.544.463-1.084.692-1.627l-.657-1.554zM9.049 3.237h.461c.001 1.06.002 2.119 0 3.179l-.46.005c-.002-1.062-.001-2.123-.001-3.184zM10.123 3.245l.442.001.592 1.75c.194-.585.399-1.167.6-1.75h.438c.002 1.056.001 2.112.001 3.168l-.448-.001V4.695c-.198.575-.391 1.151-.59 1.726-.198-.581-.396-1.161-.596-1.741v1.733l-.44.001.001-3.169zM12.788 3.232l.442.001c.015.842-.033 1.688.022 2.528.083.433.807.371.817-.074.041-.817.003-1.636.017-2.454l.448-.002c-.027.884.059 1.777-.043 2.654-.203.793-1.475.805-1.665 0-.088-.879-.014-1.769-.038-2.653zM15.134 3.246l.439-.001c.201.582.397 1.165.593 1.749.199-.583.401-1.165.602-1.748h.437v3.168l-.446-.001V4.696c-.198.573-.39 1.149-.589 1.722-.2-.577-.396-1.156-.596-1.734l-.001 1.729-.439.001V3.246z"/><path fill="#fff" d="M.13 1.395C.087.702.704.089 1.395.13 6.867.125 12.339.126 17.81.13c.692-.047 1.317.564 1.277 1.258.008 7.007-.001 14.014.005 21.02.01.352-.103.687-.192 1.022-.258.137-.497.321-.786.39-5.693-.002-11.388-.024-17.081.011-.509-.191-.928-.656-.901-1.226C.125 15.535.128 8.465.13 1.395m.901-.96C.626.557.36.976.383 1.394.381 8.465.379 15.536.384 22.607c-.031.544.466 1.024 1.008.981h16.419c.548.05 1.054-.432 1.023-.983.006-7.069.004-14.139.001-21.208.045-.566-.468-1.062-1.03-1.015C12.404.375 7.002.384 1.6.378c-.19.004-.385.002-.569.057z"/><path fill="#fff" d="M1.126.909c.15-.059.315-.051.473-.057C7.001.86 12.404.848 17.806.858a.496.496 0 0 1 .55.542c.002 7.067.005 14.134-.002 21.2a.48.48 0 0 1-.545.509c-5.473.004-10.946.005-16.419 0a.475.475 0 0 1-.526-.504C.854 15.569.865 8.532.859 1.496c-.009-.221.036-.493.267-.587m.847 2.317c-.006 1.062-.001 2.125-.002 3.187l.438.001c.001-.578-.001-1.155.001-1.733.201.57.38 1.148.6 1.711.206-.562.389-1.132.585-1.697.002.573.001 1.146.001 1.719l.446-.001V3.246l-.437-.001c-.203.58-.399 1.161-.603 1.74-.207-.565-.367-1.149-.591-1.708-.144-.032-.292-.036-.438-.051m3.19.014c-.255 1.057-.511 2.115-.765 3.173l.455.001c.075-.296.148-.592.224-.887l.637.001c.078.295.154.59.231.886l.455-.001c-.265-1.058-.529-2.117-.796-3.175l-.441.002m1.616-.008l.657 1.554c-.229.543-.464 1.083-.692 1.627h.485c.148-.348.298-.695.45-1.041.154.347.305.695.456 1.043l.479-.003c-.229-.542-.463-1.083-.696-1.624l.66-1.554-.482-.005c-.143.323-.279.649-.418.973l-.418-.969-.481-.001m2.27.005c0 1.061-.001 2.122.001 3.184l.46-.005c.002-1.06.001-2.119 0-3.179a35.42 35.42 0 0 0-.461 0m1.074.008l-.001 3.169.44-.001V4.68c.2.58.398 1.16.596 1.741.199-.575.392-1.151.59-1.726v1.718l.448.001c0-1.056.001-2.112-.001-3.168h-.438c-.201.583-.406 1.165-.6 1.75l-.592-1.75-.442-.001m2.665-.013c.024.884-.05 1.774.038 2.653.19.805 1.462.793 1.665 0 .102-.877.016-1.77.043-2.654l-.448.002c-.014.818.024 1.637-.017 2.454-.01.445-.734.507-.817.074-.055-.84-.007-1.686-.022-2.528l-.442-.001m2.346.014v3.168l.439-.001.001-1.729c.2.578.396 1.157.596 1.734.199-.573.391-1.149.589-1.722v1.717l.446.001V3.246h-.437c-.201.583-.403 1.165-.602 1.748-.196-.584-.392-1.167-.593-1.749l-.439.001M8.162 9.278c-.766.234-1.25.961-1.494 1.685-.621 2.006-.509 4.165-.319 6.229.134 1.033.473 2.168 1.388 2.773.851.546 2.075.219 2.584-.644.856-1.371.838-3.061.904-4.621-.065-1.534-.056-3.186-.878-4.542-.432-.751-1.353-1.106-2.185-.88m6.08-.014c-.797.214-1.312.971-1.557 1.719-.537 1.666-.483 3.444-.421 5.171.104 1.232.238 2.606 1.145 3.538.691.731 1.981.71 2.656-.029.752-.791.932-1.92 1.071-2.96.169-1.942.197-3.96-.408-5.834-.318-1.041-1.349-1.915-2.486-1.605m-10.556.06c-.322 1.18-1.17 2.173-2.23 2.765 0 .627-.002 1.254.001 1.881a5.757 5.757 0 0 0 1.913-1.584c.021 2.616.005 5.232.008 7.848.497-.002.994-.003 1.491 0-.007-3.636-.001-7.273-.003-10.91-.394.004-.787.005-1.18 0z"/><path fill="#fff" d="M5.386 4.24l.212.834-.414-.003c.066-.277.134-.554.202-.831zM8.469 10.974c.404-.158.799.155.911.535.358 1.024.257 2.126.285 3.191-.031 1.089.069 2.218-.292 3.264-.09.321-.394.473-.673.6-.856-.271-.836-1.3-.926-2.031-.041-1.423-.091-2.857.077-4.275.065-.47.156-1.036.618-1.284zM14.205 11.203c.26-.393.903-.327 1.096.098.441.966.361 2.063.376 3.099-.02 1.17.083 2.375-.266 3.509-.085.349-.4.534-.709.657a1.194 1.194 0 0 1-.748-.92c-.313-1.426-.16-2.9-.186-4.348.084-.702.036-1.479.437-2.095z"/><path fill="#020202" d="M8.162 9.278c.832-.226 1.753.129 2.185.88.822 1.356.813 3.008.878 4.542-.066 1.56-.048 3.25-.904 4.621-.509.863-1.733 1.19-2.584.644-.915-.605-1.254-1.74-1.388-2.773-.19-2.064-.302-4.223.319-6.229.244-.724.728-1.451 1.494-1.685m.307 1.696c-.462.248-.553.814-.618 1.284-.168 1.418-.118 2.852-.077 4.275.09.731.07 1.76.926 2.031.279-.127.583-.279.673-.6.361-1.046.261-2.175.292-3.264-.028-1.065.073-2.167-.285-3.191-.112-.38-.507-.693-.911-.535zM14.242 9.264c1.137-.31 2.168.564 2.486 1.605.605 1.874.577 3.892.408 5.834-.139 1.04-.319 2.169-1.071 2.96-.675.739-1.965.76-2.656.029-.907-.932-1.041-2.306-1.145-3.538-.062-1.727-.116-3.505.421-5.171.245-.748.76-1.505 1.557-1.719m-.037 1.939c-.401.616-.353 1.393-.437 2.095.026 1.448-.127 2.922.186 4.348.068.421.353.763.748.92.309-.123.624-.308.709-.657.349-1.134.246-2.339.266-3.509-.015-1.036.065-2.133-.376-3.099-.193-.425-.836-.491-1.096-.098zM3.686 9.324c.393.005.786.004 1.18 0 .002 3.637-.004 7.274.003 10.91-.497-.003-.994-.002-1.491 0-.003-2.616.013-5.232-.008-7.848a5.757 5.757 0 0 1-1.913 1.584c-.003-.627-.001-1.254-.001-1.881 1.06-.592 1.908-1.585 2.23-2.765z"/><path fill="#060606" opacity=".76" d="M18.114 23.82c.289-.069.528-.253.786-.39-.18.288-.468.478-.791.57H.988l.211-.08c4.665-.085 9.335-.012 14.001-.036.971-.027 1.949.07 2.914-.064z"/><path fill="#767676" d="M1.033 23.831c5.693-.035 11.388-.013 17.081-.011-.965.134-1.943.037-2.914.064-4.666.024-9.336-.049-14.001.036l-.166-.089z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-110--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.136 0h1.47c4.53.21 8.784 3.184 10.481 7.397.499 1.15.731 2.388.913 3.622v1.943c-.365 4.026-2.804 7.812-6.419 9.662-1.421.774-3.007 1.171-4.602 1.376h-1.933c-4.523-.389-8.699-3.467-10.265-7.747-.43-1.082-.619-2.234-.781-3.382v-1.724c.192-1.608.571-3.209 1.338-4.645C3.188 2.818 7.045.332 11.136 0m.43 2.818c-2.87.106-5.624 1.673-7.206 4.066-1.586 2.329-1.986 5.406-1.07 8.069.976 2.958 3.562 5.304 6.594 6.007 2.654.642 5.574.013 7.728-1.666 3.078-2.3 4.392-6.626 3.106-10.248-1.228-3.803-5.155-6.496-9.151-6.228z"/><path fill="#ffd100" d="M11.566 2.818c3.996-.268 7.924 2.425 9.151 6.228 1.286 3.622-.028 7.948-3.106 10.248-2.154 1.679-5.074 2.308-7.728 1.666-3.032-.703-5.618-3.049-6.594-6.007-.916-2.663-.516-5.74 1.07-8.069 1.582-2.393 4.336-3.96 7.206-4.066M5.923 6.401c-.481.553-1.025 1.056-1.463 1.643-.043.358-.016.718-.016 1.075.28-.002.56.005.84.004.006 2.826-.002 5.652.005 8.478.62 0 1.242.001 1.862-.002.002-3.732.002-7.464 0-11.197a251.74 251.74 0 0 0-1.229 0m4.319-.001c-.482.552-1.022 1.058-1.463 1.643-.042.356-.014.718-.016 1.075.28-.002.56.005.84.002.006 2.827-.002 5.653.005 8.479.622 0 1.242.001 1.864-.002V6.401h-1.23m5.276.12c-1.13.329-1.952 1.302-2.452 2.328-1.106 2.648-.9 6.269 1.488 8.16 1.098.862 2.809.764 3.809-.211 1.379-1.17 1.855-3.055 1.873-4.798-.019-1.716-.481-3.565-1.811-4.744-.755-.732-1.896-1.032-2.908-.736z"/><path fill="#ffd100" d="M15.997 8.328c.806-.252 1.452.484 1.807 1.11.72 1.514.736 3.332.119 4.885-.258.57-.68 1.124-1.273 1.368-.809.241-1.442-.515-1.802-1.136-.72-1.536-.73-3.38-.077-4.942.258-.535.66-1.061 1.226-1.285z"/><path d="M5.923 6.401h1.229c.002 3.733.002 7.465 0 11.197-.62.004-1.242.002-1.862.002-.007-2.826.001-5.652-.005-8.478-.28.001-.56-.006-.84-.004 0-.358-.028-.718.016-1.075.438-.587.982-1.09 1.463-1.643zM10.241 6.401h1.23v11.197c-.622.004-1.242.002-1.864.002-.007-2.826.001-5.652-.005-8.479-.28.002-.56-.005-.84-.002.001-.358-.026-.719.016-1.075.44-.584.98-1.091 1.463-1.643z"/><path fill="#030200" d="M15.517 6.521c1.012-.296 2.153.004 2.908.736 1.33 1.178 1.792 3.028 1.811 4.744-.018 1.742-.494 3.628-1.873 4.798-1 .976-2.711 1.073-3.809.211-2.388-1.891-2.594-5.512-1.488-8.16.499-1.026 1.321-1.999 2.452-2.328m.479 1.806c-.566.224-.968.75-1.226 1.285-.653 1.561-.643 3.406.077 4.942.36.622.994 1.378 1.802 1.136.593-.244 1.015-.798 1.273-1.368.617-1.553.601-3.371-.119-4.885-.355-.626-1.001-1.362-1.807-1.11z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-110--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M1.079 0h17.069c.489.144.874.514 1.052.99v21.961a1.49 1.49 0 0 1-.316.475c.088-.301.215-.598.207-.917-.003-7.04.003-14.08-.003-21.12.04-.693-.587-1.307-1.278-1.26C12.338.126 6.866.125 1.395.13.704.088.085.703.13 1.395c-.002 7.07-.005 14.14.001 21.21-.025.568.391 1.048.912 1.222l.158.076c-.606.055-1.025-.474-1.201-.991V1.088C.14.56.553.147 1.079 0z"/><path fill="#040404" d="M1.03.434c.151-.046.311-.05.468-.055C6.933.382 12.369.377 17.804.382c.562-.048 1.077.449 1.031 1.016.002 7.068.005 14.137-.001 21.205.032.552-.477 1.036-1.026.985H1.392c-.542.044-1.04-.439-1.008-.983-.005-7.07-.003-14.14-.001-21.21C.358.977.626.559 1.03.434m.095.475c-.23.096-.279.366-.266.588.005 7.036-.004 14.071.004 21.106a.476.476 0 0 0 .529.507c5.471.004 10.943.002 16.415.001a.484.484 0 0 0 .548-.511c.006-7.066.003-14.133.002-21.199a.498.498 0 0 0-.552-.544C12.403.849 7.001.859 1.599.852c-.159.006-.325-.005-.474.057z"/><path fill="#040404" d="M1.971 3.242c.145.016.31-.031.442.041.222.557.381 1.137.589 1.699.207-.577.399-1.159.604-1.736h.435c.002 1.056.002 2.111 0 3.167h-.444c-.003-.569.002-1.138-.004-1.707-.2.562-.379 1.131-.584 1.691-.217-.561-.391-1.138-.598-1.703-.005.573 0 1.146-.003 1.719h-.437V3.242zM5.163 3.241l.437-.003c.274 1.057.535 2.117.8 3.176l-.456-.003c-.075-.295-.153-.59-.232-.885l-.638.003-.219.882-.456.003c.252-1.058.509-2.116.764-3.173m.222 1.018c-.07.27-.137.54-.201.812l.413.004a20.784 20.784 0 0 0-.212-.816zM6.781 3.232l.478.001.42.968c.139-.327.273-.655.425-.975l.473.009c-.218.519-.443 1.035-.658 1.554.231.542.468 1.081.694 1.624l-.48-.001a56.132 56.132 0 0 0-.455-1.037c-.152.346-.302.693-.452 1.039l-.48-.002c.224-.544.462-1.082.689-1.625-.215-.519-.44-1.035-.654-1.555zM9.05 3.237h.459c.003 1.06.002 2.121 0 3.181l-.459-.002c-.001-1.059-.002-2.119 0-3.179zM10.124 3.245l.44.002c.2.579.393 1.161.59 1.742.205-.58.399-1.164.606-1.744l.435.002v3.166h-.446c-.003-.568.002-1.136-.002-1.704-.204.566-.389 1.139-.587 1.707-.204-.576-.396-1.156-.597-1.733-.001.577.001 1.154-.002 1.73h-.438c0-1.056-.002-2.112.001-3.168zM12.789 3.234l.434-.006c.03.844-.028 1.692.028 2.534.085.432.807.37.819-.074.039-.818.002-1.638.017-2.457l.448.004c-.028.883.057 1.775-.043 2.652-.208.789-1.471.803-1.667 0-.085-.879-.015-1.769-.036-2.653zM15.135 3.246l.437-.001c.204.579.394 1.163.593 1.744.204-.58.4-1.162.603-1.741l.435-.003c.006 1.056.002 2.112.002 3.168h-.445c-.003-.569.001-1.138-.001-1.706-.204.567-.388 1.141-.589 1.708-.202-.574-.394-1.153-.596-1.727-.002.575.002 1.15-.002 1.726l-.438-.001c0-1.056-.002-2.111.001-3.167z"/><path fill="#fff" d="M.13 1.395C.085.703.704.088 1.395.13 6.866.125 12.338.126 17.81.129c.691-.047 1.318.567 1.278 1.26.006 7.04 0 14.08.003 21.12.008.319-.119.616-.207.917-.253.138-.481.337-.769.396-5.69-.004-11.382-.014-17.072.005-.521-.174-.937-.654-.912-1.222C.125 15.535.128 8.465.13 1.395m.9-.961C.626.559.358.977.383 1.395c-.002 7.07-.004 14.14.001 21.21-.032.544.466 1.027 1.008.983h16.416c.549.051 1.058-.433 1.026-.985.006-7.068.003-14.137.001-21.205.046-.567-.469-1.064-1.031-1.016C12.369.377 6.933.382 1.498.379c-.157.005-.317.009-.468.055z"/><path fill="#fff" d="M1.125.909c.149-.062.315-.051.474-.057C7.001.859 12.403.849 17.805.857a.498.498 0 0 1 .552.544c.001 7.066.004 14.133-.002 21.199a.484.484 0 0 1-.548.511c-5.472.001-10.944.003-16.415-.001a.476.476 0 0 1-.529-.507C.855 15.568.864 8.533.859 1.497c-.013-.222.036-.492.266-.588m.846 2.333v3.171h.437c.003-.573-.002-1.146.003-1.719.207.565.381 1.142.598 1.703.205-.56.384-1.129.584-1.691.006.569.001 1.138.004 1.707h.444c.002-1.056.002-2.111 0-3.167h-.435c-.205.577-.397 1.159-.604 1.736-.208-.562-.367-1.142-.589-1.699-.132-.072-.297-.025-.442-.041m3.192-.001c-.255 1.057-.512 2.115-.764 3.173l.456-.003.219-.882.638-.003c.079.295.157.59.232.885l.456.003c-.265-1.059-.526-2.119-.8-3.176l-.437.003m1.618-.009c.214.52.439 1.036.654 1.555-.227.543-.465 1.081-.689 1.625l.48.002c.15-.346.3-.693.452-1.039.156.344.306.69.455 1.037l.48.001c-.226-.543-.463-1.082-.694-1.624.215-.519.44-1.035.658-1.554l-.473-.009c-.152.32-.286.648-.425.975l-.42-.968-.478-.001m2.269.005c-.002 1.06-.001 2.12 0 3.179l.459.002c.002-1.06.003-2.121 0-3.181H9.05m1.074.008c-.003 1.056-.001 2.112-.001 3.168h.438c.003-.576.001-1.153.002-1.73.201.577.393 1.157.597 1.733.198-.568.383-1.141.587-1.707.004.568-.001 1.136.002 1.704h.446V3.247l-.435-.002c-.207.58-.401 1.164-.606 1.744-.197-.581-.39-1.163-.59-1.742l-.44-.002m2.665-.011c.021.884-.049 1.774.036 2.653.196.803 1.459.789 1.667 0 .1-.877.015-1.769.043-2.652l-.448-.004c-.015.819.022 1.639-.017 2.457-.012.444-.734.506-.819.074-.056-.842.002-1.69-.028-2.534l-.434.006m2.346.012c-.003 1.056-.001 2.111-.001 3.167l.438.001c.004-.576 0-1.151.002-1.726.202.574.394 1.153.596 1.727.201-.567.385-1.141.589-1.708.002.568-.002 1.137.001 1.706h.445c0-1.056.004-2.112-.002-3.168l-.435.003c-.203.579-.399 1.161-.603 1.741-.199-.581-.389-1.165-.593-1.744l-.437.001M1.422 11.753a511 511 0 0 0 0 1.751c.743-.333 1.378-.853 1.913-1.46.013 2.429.003 4.859.005 7.289.495.001.989.003 1.484-.002-.002-3.383.002-6.765-.002-10.148-.39-.001-.779.003-1.168-.011a4.528 4.528 0 0 1-2.232 2.581M8.994 9.21c-.304 1.117-1.175 2.001-2.174 2.539-.004.583 0 1.166-.002 1.749.745-.328 1.372-.856 1.911-1.459.011 2.431.005 4.862.003 7.292.496.004.992.006 1.487-.002-.004-3.35.009-6.7-.006-10.05-.337-.219-.825-.059-1.219-.069m5.442.041c-1.011.262-1.524 1.309-1.733 2.249a15.126 15.126 0 0 0-.016 5.706c.201 1.06.921 2.234 2.108 2.3 1.058.104 1.921-.741 2.208-1.695.55-1.777.555-3.684.325-5.516-.151-1.002-.411-2.12-1.272-2.755-.457-.362-1.07-.368-1.62-.289z"/><path fill="#fff" d="M5.385 4.259c.077.27.146.543.212.816l-.413-.004c.064-.272.131-.542.201-.812zM14.737 10.838c.708-.199.979.616 1.06 1.155a20.98 20.98 0 0 1 .077 3.809c-.018.591-.073 1.201-.339 1.738-.203.394-.82.473-1.094.116-.381-.496-.363-1.158-.432-1.751-.059-1.333-.078-2.677.102-4.002.053-.413.208-.893.626-1.065z"/><path fill="#020202" d="M1.422 11.753a4.528 4.528 0 0 0 2.232-2.581c.389.014.778.01 1.168.011.004 3.383 0 6.765.002 10.148-.495.005-.989.003-1.484.002-.002-2.43.008-4.86-.005-7.289-.535.607-1.17 1.127-1.913 1.46a511 511 0 0 1 0-1.751zM8.994 9.21c.394.01.882-.15 1.219.069.015 3.35.002 6.7.006 10.05-.495.008-.991.006-1.487.002.002-2.43.008-4.861-.003-7.292-.539.603-1.166 1.131-1.911 1.459.002-.583-.002-1.166.002-1.749.999-.538 1.87-1.422 2.174-2.539zM14.436 9.251c.55-.079 1.163-.073 1.62.289.861.635 1.121 1.753 1.272 2.755.23 1.832.225 3.739-.325 5.516-.287.954-1.15 1.799-2.208 1.695-1.187-.066-1.907-1.24-2.108-2.3a15.126 15.126 0 0 1 .016-5.706c.209-.94.722-1.987 1.733-2.249m.301 1.587c-.418.172-.573.652-.626 1.065-.18 1.325-.161 2.669-.102 4.002.069.593.051 1.255.432 1.751.274.357.891.278 1.094-.116.266-.537.321-1.147.339-1.738a20.98 20.98 0 0 0-.077-3.809c-.081-.539-.352-1.354-1.06-1.155z"/><path fill="#060606" opacity=".76" d="M18.115 23.822c.288-.059.516-.258.769-.396-.125.329-.467.459-.77.574H1.022l.179-.097C6.1 23.849 11 23.895 15.9 23.88c.738-.017 1.482.053 2.215-.058z"/><path fill="#767676" d="M1.043 23.827c5.69-.019 11.382-.009 17.072-.005-.733.111-1.477.041-2.215.058-4.9.015-9.8-.031-14.699.023l-.158-.076z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-120--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.083 0h1.536c4.123.211 8.045 2.672 9.964 6.337.793 1.426 1.187 3.025 1.417 4.63v2.027c-.383 4.044-2.851 7.84-6.498 9.671-1.384.746-2.924 1.117-4.47 1.336h-2.02c-4.51-.407-8.67-3.475-10.231-7.748-.427-1.066-.607-2.202-.781-3.33v-1.806C.2 9.521.575 7.93 1.338 6.502c1.843-3.67 5.675-6.143 9.745-6.5m.483 2.817c-2.87.103-5.624 1.673-7.206 4.064-1.624 2.383-2.002 5.548-1.007 8.25 1.23 3.526 4.786 6.073 8.525 6.068 3.544.097 6.995-2.089 8.464-5.308 1.133-2.401 1.146-5.292.038-7.704-1.487-3.364-5.136-5.609-8.814-5.371z"/><path fill="#ffd100" d="M11.566 2.819c3.678-.238 7.327 2.008 8.814 5.371a9.252 9.252 0 0 1-.038 7.704c-1.469 3.218-4.92 5.405-8.464 5.308-3.739.005-7.295-2.543-8.525-6.068-.995-2.702-.617-5.867 1.007-8.25 1.582-2.392 4.336-3.961 7.206-4.064M5.489 7.644c-.535.606-1.398 1.153-1.139 2.087l.66.01c.005 2.219-.006 4.439.005 6.658.487.004.973.004 1.46.001.005-2.933.004-5.866 0-8.797-.326.016-.673-.058-.986.042m4.046.214c-.895.42-1.441 1.392-1.42 2.37.484.006.967.006 1.451.002.025-.442.218-.918.665-1.079.629-.284 1.418.238 1.402.926.018.641-.602.99-.984 1.41-.776.824-1.798 1.494-2.213 2.594-.314.731-.253 1.54-.25 2.316 1.612.001 3.223.004 4.835-.001.005-.487.005-.973 0-1.459-1.11-.01-2.22.005-3.33-.008.362-1.177 1.526-1.813 2.298-2.702.942-.715 1.418-2.044.894-3.15-.529-1.238-2.147-1.842-3.348-1.219m6.821-.137c-1.17.406-1.902 1.578-2.162 2.74-.373 1.601-.218 3.446.79 4.793.715 1.045 2.233 1.529 3.33.782 1.856-1.268 2.132-3.896 1.544-5.908-.379-1.484-1.87-2.959-3.502-2.407z"/><path fill="#ffd100" d="M16.711 9.151c.683-.305 1.27.354 1.553.901.552 1.248.55 2.748-.043 3.98-.282.485-.784 1.066-1.412.862-.714-.307-1.068-1.094-1.217-1.814-.259-1.343-.148-3.12 1.12-3.929z"/><path d="M5.489 7.644c.313-.1.66-.026.986-.042.004 2.932.005 5.864 0 8.797-.487.002-.973.002-1.46-.001-.011-2.219 0-4.439-.005-6.658l-.66-.01c-.259-.934.604-1.481 1.139-2.087zM9.535 7.859c1.201-.623 2.819-.019 3.348 1.219.524 1.106.048 2.435-.894 3.15-.772.889-1.936 1.525-2.298 2.702 1.11.013 2.22-.001 3.33.008.005.486.005.972 0 1.459-1.612.005-3.223.002-4.835.001-.004-.776-.065-1.585.25-2.316.415-1.1 1.436-1.77 2.213-2.594.382-.42 1.002-.769.984-1.41.017-.689-.773-1.211-1.402-.926-.446.161-.64.637-.665 1.079-.484.004-.967.004-1.451-.002-.022-.978.524-1.95 1.42-2.37z"/><path fill="#030200" d="M16.356 7.722c1.632-.552 3.122.923 3.502 2.407.588 2.011.312 4.639-1.544 5.908-1.097.746-2.615.263-3.33-.782-1.008-1.346-1.163-3.192-.79-4.793.26-1.162.992-2.334 2.162-2.74m.355 1.429c-1.267.809-1.379 2.586-1.12 3.929.149.72.503 1.507 1.217 1.814.629.204 1.13-.377 1.412-.862.593-1.232.595-2.732.043-3.98-.283-.547-.87-1.206-1.553-.901z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-120--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M1.077 0h17.071c.488.146.872.514 1.052.988v21.973l-.298.469c.088-.336.198-.672.19-1.023-.004-6.702-.002-13.405-.001-20.107-.008-.42.034-.846-.046-1.262-.122-.554-.677-.935-1.235-.908C12.338.126 6.866.125 1.395.13.704.089.087.702.13 1.395.128 8.465.125 15.536.132 22.606c-.027.57.393 1.038.906 1.226l.162.085c-.602.015-1.025-.475-1.2-1.003V1.087A1.553 1.553 0 0 1 1.077 0z"/><path fill="#040404" d="M1.031.435c.184-.055.378-.054.568-.057C7.001.384 12.403.375 17.804.382c.563-.047 1.076.449 1.031 1.015.003 7.069.005 14.138-.001 21.206.031.552-.475 1.035-1.024.985-5.473 0-10.946.001-16.419-.001-.541.044-1.038-.437-1.006-.981C.379 15.536.381 8.465.383 1.394.36.977.626.558 1.031.435m.094.474c-.231.095-.275.367-.266.588.005 7.036-.005 14.072.005 21.107a.474.474 0 0 0 .527.505 11230 11230 0 0 0 16.417.001.484.484 0 0 0 .547-.51c.007-7.066.003-14.134.001-21.2a.496.496 0 0 0-.55-.542C12.403.848 7.001.86 1.598.852 1.44.858 1.275.85 1.125.909z"/><path fill="#040404" d="M1.972 3.232c.146.016.301-.004.439.052.228.555.382 1.137.591 1.699.205-.577.401-1.158.603-1.737.145-.001.291 0 .437.001v3.166h-.446c-.001-.57.002-1.14-.002-1.71-.2.574-.394 1.15-.588 1.725-.195-.58-.392-1.159-.595-1.737-.004.574-.001 1.148-.002 1.722h-.438c0-1.06-.002-2.121.001-3.181zM5.163 3.241c.147-.002.293-.003.44-.002.268 1.057.532 2.115.797 3.173l-.454.002-.232-.887h-.638c-.075.295-.148.591-.222.886h-.455c.253-1.058.509-2.115.764-3.172m.223 1.012c-.07.272-.138.545-.203.818l.416.003c-.07-.274-.139-.548-.213-.821zM6.78 3.233a38.4 38.4 0 0 1 .48 0l.418.968c.14-.324.275-.649.418-.972.161.001.321.003.481.006l-.659 1.553c.233.541.466 1.082.697 1.625h-.482a74.23 74.23 0 0 0-.454-1.04c-.153.346-.303.693-.451 1.04-.161.001-.322 0-.484-.001.228-.543.462-1.083.692-1.625L6.78 3.233zM9.049 3.237h.461v3.18a35.42 35.42 0 0 1-.461 0v-3.18zM10.123 3.246c.147-.001.295-.001.442.001l.589 1.742c.203-.58.401-1.163.604-1.743.146-.001.291 0 .437.001l.001 3.166h-.447c-.002-.569.001-1.138-.002-1.707-.201.568-.389 1.14-.587 1.709-.204-.576-.397-1.156-.597-1.733l-.001 1.731a32.12 32.12 0 0 1-.439 0V3.246zM12.788 3.234l.439-.004c.022.843-.032 1.69.025 2.531.083.433.807.371.817-.073.042-.817.003-1.637.017-2.455l.448-.001c-.027.883.06 1.777-.044 2.654-.203.791-1.472.804-1.664.001-.088-.879-.014-1.77-.038-2.653zM15.134 3.246h.439c.201.58.395 1.162.592 1.743.203-.58.401-1.161.602-1.742.146-.002.292-.002.438-.001.002 1.056 0 2.112.001 3.167h-.446c-.002-.57.001-1.139-.002-1.709-.201.569-.388 1.143-.588 1.713-.201-.576-.395-1.155-.596-1.731l-.001 1.727a32.12 32.12 0 0 1-.439 0V3.246z"/><path fill="#fff" d="M.13 1.395C.087.702.704.089 1.395.13 6.866.125 12.338.126 17.81.13c.558-.027 1.113.354 1.235.908.08.416.038.842.046 1.262-.001 6.702-.003 13.405.001 20.107.008.351-.102.687-.19 1.023-.258.137-.499.319-.787.39-5.692.002-11.385-.021-17.077.012-.513-.188-.933-.656-.906-1.226C.125 15.536.128 8.465.13 1.395m.901-.96C.626.558.36.977.383 1.394.381 8.465.379 15.536.385 22.606c-.032.544.465 1.025 1.006.981 5.473.002 10.946.001 16.419.001.549.05 1.055-.433 1.024-.985.006-7.068.004-14.137.001-21.206.045-.566-.468-1.062-1.031-1.015C12.403.375 7.001.384 1.599.378c-.19.003-.384.002-.568.057z"/><path fill="#fff" d="M1.125.909c.15-.059.315-.051.473-.057C7.001.86 12.403.848 17.806.858a.496.496 0 0 1 .55.542c.002 7.066.006 14.134-.001 21.2a.484.484 0 0 1-.547.51 11230 11230 0 0 1-16.417-.001.474.474 0 0 1-.527-.505c-.01-7.035 0-14.071-.005-21.107-.009-.221.035-.493.266-.588m.847 2.323c-.003 1.06-.001 2.121-.001 3.181h.438c.001-.574-.002-1.148.002-1.722.203.578.4 1.157.595 1.737.194-.575.388-1.151.588-1.725.004.57.001 1.14.002 1.71h.446V3.247c-.146-.001-.292-.002-.437-.001-.202.579-.398 1.16-.603 1.737-.209-.562-.363-1.144-.591-1.699-.138-.056-.293-.036-.439-.052m3.191.009c-.255 1.057-.511 2.114-.764 3.172h.455c.074-.295.147-.591.222-.886h.638l.232.887.454-.002c-.265-1.058-.529-2.116-.797-3.173-.147-.001-.293 0-.44.002m1.617-.008l.656 1.554c-.23.542-.464 1.082-.692 1.625.162.001.323.002.484.001.148-.347.298-.694.451-1.04.154.345.305.692.454 1.04h.482a396.79 396.79 0 0 0-.697-1.625l.659-1.553a38.33 38.33 0 0 0-.481-.006c-.143.323-.278.648-.418.972l-.418-.968a38.4 38.4 0 0 0-.48 0m2.269.004v3.18h.461v-3.18a35.42 35.42 0 0 0-.461 0m1.074.009v3.167h.439l.001-1.731c.2.577.393 1.157.597 1.733.198-.569.386-1.141.587-1.709.003.569 0 1.138.002 1.707h.447l-.001-3.166c-.146-.001-.291-.002-.437-.001-.203.58-.401 1.163-.604 1.743l-.589-1.742a21.708 21.708 0 0 0-.442-.001m2.665-.012c.024.883-.05 1.774.038 2.653.192.803 1.461.79 1.664-.001.104-.877.017-1.771.044-2.654l-.448.001c-.014.818.025 1.638-.017 2.455-.01.444-.734.506-.817.073-.057-.841-.003-1.688-.025-2.531l-.439.004m2.346.012v3.167h.439l.001-1.727c.201.576.395 1.155.596 1.731.2-.57.387-1.144.588-1.713.003.57 0 1.139.002 1.709h.446c-.001-1.055.001-2.111-.001-3.167a21.317 21.317 0 0 0-.438.001c-.201.581-.399 1.162-.602 1.742-.197-.581-.391-1.163-.592-1.743a32.12 32.12 0 0 0-.439 0m-8.249 6.74c-.671.788-.773 1.87-.833 2.861.491.002.982.003 1.473-.001.013-.468.009-.96.225-1.388.28-.603 1.257-.691 1.618-.121.453.675.366 1.615-.024 2.301-.593.986-1.617 1.594-2.29 2.517-.785.893-1.018 2.106-1.1 3.256 1.758-.015 3.517.035 5.274-.026-.003-.576-.001-1.152-.002-1.727-1.122-.006-2.245.01-3.367-.009.773-1.316 2.321-2.006 2.964-3.422.557-1.25.513-2.83-.277-3.972-.797-1.156-2.729-1.368-3.661-.269m7.049-.642c-.812.216-1.303.985-1.525 1.748-.472 1.582-.418 3.255-.344 4.886.114.977.254 2.006.82 2.838.827 1.183 2.866 1.117 3.604-.13.538-.934.668-2.035.759-3.091.058-1.625.068-3.304-.5-4.852-.345-1.162-1.686-1.777-2.814-1.399m-10.236.079c.046 1.117-1.01 1.914-2.076 1.757-.055.455-.045.913-.034 1.37.61.007 1.22 0 1.831.006 0 2.339.002 4.678-.001 7.017l1.541-.001c-.006-3.396.005-6.792-.005-10.188a11.198 11.198 0 0 0-1.256.039z"/><path fill="#fff" d="M5.386 4.253c.074.273.143.547.213.821l-.416-.003c.065-.273.133-.546.203-.818zM14.339 10.948c.767-.284 1.238.525 1.258 1.181.186 1.754.277 3.581-.171 5.301-.198.827-1.445.752-1.605-.061-.397-1.618-.315-3.322-.181-4.969.074-.525.13-1.224.699-1.452z"/><path fill="#020202" d="M6.885 9.986c.932-1.099 2.864-.887 3.661.269.79 1.142.834 2.722.277 3.972-.643 1.416-2.191 2.106-2.964 3.422 1.122.019 2.245.003 3.367.009.001.575-.001 1.151.002 1.727-1.757.061-3.516.011-5.274.026.082-1.15.315-2.363 1.1-3.256.673-.923 1.697-1.531 2.29-2.517.39-.686.477-1.626.024-2.301-.361-.57-1.338-.482-1.618.121-.216.428-.212.92-.225 1.388-.491.004-.982.003-1.473.001.06-.991.162-2.073.833-2.861zM13.934 9.344c1.128-.378 2.469.237 2.814 1.399.568 1.548.558 3.227.5 4.852-.091 1.056-.221 2.157-.759 3.091-.738 1.247-2.777 1.313-3.604.13-.566-.832-.706-1.861-.82-2.838-.074-1.631-.128-3.304.344-4.886.222-.763.713-1.532 1.525-1.748m.405 1.604c-.569.228-.625.927-.699 1.452-.134 1.647-.216 3.351.181 4.969.16.813 1.407.888 1.605.061.448-1.72.357-3.547.171-5.301-.02-.656-.491-1.465-1.258-1.181zM3.698 9.423c.417-.04.837-.046 1.256-.039.01 3.396-.001 6.792.005 10.188l-1.541.001c.003-2.339.001-4.678.001-7.017-.611-.006-1.221.001-1.831-.006-.011-.457-.021-.915.034-1.37 1.066.157 2.122-.64 2.076-1.757z"/><path fill="#060606" opacity=".76" d="M18.115 23.82c.288-.071.529-.253.787-.39a1.36 1.36 0 0 1-.788.57H.996l.204-.083c4.665-.083 9.334-.012 14-.036.971-.027 1.949.068 2.915-.061z"/><path fill="#767676" d="M1.038 23.832c5.692-.033 11.385-.01 17.077-.012-.966.129-1.944.034-2.915.061-4.666.024-9.335-.047-14 .036l-.162-.085z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-130--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.024 0h1.922c1.508.215 3.024.542 4.382 1.256 3.773 1.813 6.328 5.726 6.671 9.876v1.714c-.329 4.036-2.738 7.859-6.352 9.731-1.435.811-3.059 1.189-4.676 1.423h-1.915c-1.51-.216-3.028-.541-4.386-1.258C2.898 20.929.34 17.019-.001 12.87v-1.721C.33 6.991 2.892 3.072 6.67 1.255 8.02.545 9.526.222 11.024 0m-.054 3.18c-4.265.402-7.831 4.292-7.846 8.579-.196 4.025 2.736 7.888 6.64 8.842 2.628.683 5.557.101 7.688-1.592 2.875-2.174 4.145-6.191 3.036-9.624-1.153-3.996-5.389-6.776-9.518-6.204z"/><path fill="#f7fbf5" d="M10.97 3.18c4.129-.572 8.365 2.208 9.518 6.204 1.109 3.433-.161 7.45-3.036 9.624-2.131 1.693-5.06 2.275-7.688 1.592-3.904-.954-6.835-4.817-6.64-8.842.014-4.286 3.581-8.177 7.846-8.579M8.683 9.331c.302.161.608.316.916.467.416-.96 1.972-1.048 2.323 0 .296.82-.436 1.534-1.248 1.451v.992c.424-.014.905.017 1.206.359.576.659.366 1.82-.443 2.195-.822.467-1.907-.032-2.196-.907a55.33 55.33 0 0 0-.965.344c.523 1.747 2.983 2.377 4.249 1.054.984-.956.856-2.668-.077-3.616.457-.604.658-1.41.461-2.149-.284-.886-1.19-1.505-2.11-1.519-.88.017-1.693.57-2.117 1.33m7.555-1.243c-1.056.283-1.62 1.373-1.818 2.372-.275 1.552-.216 3.32.708 4.657.785 1.157 2.681 1.148 3.47.002 1.07-1.52 1.027-3.584.5-5.299-.34-1.2-1.598-2.135-2.861-1.733M6.157 8.11c-.27.376-.637.685-1.118.72.001.292.002.583.001.875.294-.004.587.004.881.001.004 2.063-.001 4.126.002 6.188h1.042c.004-2.597.004-5.195.001-7.792-.27.004-.539.006-.809.007z"/><path fill="#f7fbf5" d="M16.726 9.043c.868-.112 1.386.782 1.53 1.516.236 1.235.26 2.616-.348 3.75-.352.733-1.46.899-1.942.209-.719-1.028-.71-2.386-.572-3.584.122-.763.445-1.764 1.332-1.89z"/><path fill="#2a2d2f" d="M8.683 9.331c.424-.76 1.237-1.313 2.117-1.33.919.014 1.825.634 2.11 1.519.197.739-.004 1.546-.461 2.149.932.948 1.061 2.659.077 3.616-1.266 1.324-3.726.694-4.249-1.054.32-.119.642-.233.965-.344.289.875 1.374 1.374 2.196.907.809-.374 1.019-1.536.443-2.195-.301-.342-.782-.373-1.206-.359v-.992c.812.083 1.544-.631 1.248-1.451-.352-1.048-1.907-.96-2.323 0a32.856 32.856 0 0 1-.916-.467zM16.237 8.089c1.262-.402 2.521.533 2.861 1.733.527 1.715.57 3.779-.5 5.299-.79 1.146-2.686 1.154-3.47-.002-.924-1.337-.983-3.106-.708-4.657.198-1 .762-2.089 1.818-2.372m.488.953c-.887.126-1.21 1.127-1.332 1.89-.138 1.199-.146 2.556.572 3.584.481.69 1.59.524 1.942-.209.608-1.134.584-2.515.348-3.75-.144-.733-.662-1.627-1.53-1.516zM6.157 8.11c.27-.001.539-.004.809-.007.002 2.597.002 5.195-.001 7.792H5.923c-.004-2.063.001-4.126-.002-6.188-.294.002-.587-.005-.881-.001.001-.292 0-.583-.001-.875.481-.035.848-.344 1.118-.72z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-130--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M1.074 0h17.079c.483.149.866.515 1.047.985v21.977c-.095.156-.195.309-.294.463.084-.335.195-.668.186-1.018-.006-7.006.003-14.012-.005-21.018.04-.695-.585-1.306-1.277-1.259a9980.93 9980.93 0 0 0-16.416 0C.703.089.087.702.13 1.394.128 8.465.125 15.536.132 22.606c-.027.571.394 1.037.905 1.226l.163.086c-.601.011-1.023-.474-1.2-1.002V1.084A1.563 1.563 0 0 1 1.074 0z"/><path fill="#040404" d="M1.031.435c.184-.055.378-.054.568-.057C7.001.384 12.403.375 17.805.382c.562-.047 1.075.449 1.03 1.015.002 7.069.005 14.138-.001 21.206.031.552-.476 1.035-1.025.985-5.472 0-10.945.001-16.418-.001-.542.044-1.038-.437-1.007-.981C.379 15.536.381 8.465.383 1.395.36.977.626.558 1.031.435m.094.474c-.231.095-.275.367-.266.588.005 7.035-.005 14.072.005 21.107a.475.475 0 0 0 .528.505c5.472.005 10.944.004 16.416.001a.483.483 0 0 0 .547-.509c.007-7.067.003-14.134.001-21.201a.496.496 0 0 0-.551-.542C12.403.848 7.001.859 1.599.852 1.44.858 1.275.85 1.125.909z"/><path fill="#040404" d="M1.972 3.23c.146.015.299.004.44.052.225.556.381 1.138.59 1.701.205-.578.4-1.158.602-1.737.146-.001.292-.001.437.001.002 1.055.001 2.11.001 3.165-.149.002-.297.003-.446.001-.001-.569.003-1.138-.003-1.707-.2.565-.384 1.137-.585 1.702-.208-.568-.392-1.145-.597-1.714-.005.573-.001 1.146-.002 1.719h-.438c0-1.061-.002-2.122.001-3.183zM5.163 3.241c.146-.003.293-.003.44-.002.269 1.057.532 2.116.797 3.174-.152.001-.303.001-.455-.001-.077-.295-.153-.591-.232-.885l-.638.001-.22.884c-.153.001-.305.003-.457.001.254-1.058.51-2.115.765-3.172m.223 1.015c-.07.271-.138.543-.203.815l.416.003c-.07-.273-.138-.547-.213-.818zM6.779 3.233c.16-.002.321-.001.481 0 .14.323.278.646.419.968.138-.324.274-.65.418-.972.16.003.32.001.481.006-.221.518-.441 1.035-.66 1.553.233.542.467 1.082.697 1.625h-.482c-.149-.348-.3-.695-.455-1.04-.152.346-.301.693-.45 1.041-.161 0-.322 0-.483-.002.227-.543.462-1.083.691-1.625-.218-.519-.438-1.036-.657-1.554zM9.049 3.237h.461v3.18c-.154.001-.307.002-.461 0v-3.18zM10.123 3.246c.147-.002.295-.001.442.001.198.58.393 1.162.589 1.742.203-.58.401-1.163.604-1.743.146-.001.291-.001.437.001l.001 3.166c-.15.001-.299.001-.447-.001-.002-.567.001-1.135-.003-1.703-.202.567-.388 1.14-.586 1.708-.202-.577-.396-1.157-.597-1.734l-.001 1.73c-.147.001-.293.002-.439 0V3.246zM12.788 3.234l.439-.004c.023.844-.033 1.691.026 2.532.083.432.806.37.816-.074.041-.817.003-1.637.017-2.455.149-.002.299-.002.449.001-.029.883.059 1.775-.044 2.652-.204.791-1.472.804-1.665.001-.088-.879-.014-1.769-.038-2.653zM15.134 3.247c.146-.002.293-.002.439-.001.201.58.394 1.162.593 1.743.202-.58.4-1.161.601-1.741.146-.003.291-.004.437-.002.003 1.056.001 2.111.001 3.167-.148.002-.297.001-.445 0-.002-.569.001-1.138-.002-1.706-.202.567-.388 1.141-.588 1.709-.201-.575-.394-1.154-.596-1.729-.001.575.001 1.15-.001 1.726a32.12 32.12 0 0 1-.439 0V3.247z"/><path fill="#fff" d="M.13 1.394C.087.702.703.089 1.394.13a9980.93 9980.93 0 0 1 16.416 0c.692-.047 1.317.564 1.277 1.259.008 7.006-.001 14.012.005 21.018.009.35-.102.683-.186 1.018-.259.139-.501.326-.792.395-5.692.004-11.385-.021-17.077.012-.511-.189-.932-.655-.905-1.226C.125 15.536.128 8.465.13 1.394m.901-.959C.626.558.36.977.383 1.395.381 8.465.379 15.536.384 22.606c-.031.544.465 1.025 1.007.981 5.473.002 10.946.001 16.418.001.549.05 1.056-.433 1.025-.985.006-7.068.003-14.137.001-21.206.045-.566-.468-1.062-1.03-1.015C12.403.375 7.001.384 1.599.378c-.19.003-.384.002-.568.057z"/><path fill="#fff" d="M1.125.909c.15-.059.315-.051.474-.057C7.001.859 12.403.848 17.805.858a.496.496 0 0 1 .551.542c.002 7.067.006 14.134-.001 21.201a.483.483 0 0 1-.547.509c-5.472.003-10.944.004-16.416-.001a.475.475 0 0 1-.528-.505c-.01-7.035 0-14.072-.005-21.107-.009-.221.035-.493.266-.588m.847 2.321c-.003 1.061-.001 2.122-.001 3.183h.438c.001-.573-.003-1.146.002-1.719.205.569.389 1.146.597 1.714.201-.565.385-1.137.585-1.702.006.569.002 1.138.003 1.707.149.002.297.001.446-.001 0-1.055.001-2.11-.001-3.165a21.203 21.203 0 0 0-.437-.001c-.202.579-.397 1.159-.602 1.737-.209-.563-.365-1.145-.59-1.701-.141-.048-.294-.037-.44-.052m3.191.011c-.255 1.057-.511 2.114-.765 3.172.152.002.304 0 .457-.001l.22-.884.638-.001c.079.294.155.59.232.885.152.002.303.002.455.001-.265-1.058-.528-2.117-.797-3.174a16.116 16.116 0 0 0-.44.002m1.616-.008c.219.518.439 1.035.657 1.554-.229.542-.464 1.082-.691 1.625.161.002.322.002.483.002.149-.348.298-.695.45-1.041.155.345.306.692.455 1.04h.482c-.23-.543-.464-1.083-.697-1.625.219-.518.439-1.035.66-1.553-.161-.005-.321-.003-.481-.006-.144.322-.28.648-.418.972-.141-.322-.279-.645-.419-.968-.16-.001-.321-.002-.481 0m2.27.004v3.18c.154.002.307.001.461 0v-3.18a35.42 35.42 0 0 0-.461 0m1.074.009v3.167c.146.002.292.001.439 0l.001-1.73c.201.577.395 1.157.597 1.734.198-.568.384-1.141.586-1.708.004.568.001 1.136.003 1.703.148.002.297.002.447.001l-.001-3.166a21.22 21.22 0 0 0-.437-.001c-.203.58-.401 1.163-.604 1.743-.196-.58-.391-1.162-.589-1.742a16.281 16.281 0 0 0-.442-.001m2.665-.012c.024.884-.05 1.774.038 2.653.193.803 1.461.79 1.665-.001.103-.877.015-1.769.044-2.652-.15-.003-.3-.003-.449-.001-.014.818.024 1.638-.017 2.455-.01.444-.733.506-.816.074-.059-.841-.003-1.688-.026-2.532l-.439.004m2.346.013v3.166h.439c.002-.576 0-1.151.001-1.726.202.575.395 1.154.596 1.729.2-.568.386-1.142.588-1.709.003.568 0 1.137.002 1.706.148.001.297.002.445 0 0-1.056.002-2.111-.001-3.167a12.733 12.733 0 0 0-.437.002c-.201.58-.399 1.161-.601 1.741-.199-.581-.392-1.163-.593-1.743a21.414 21.414 0 0 0-.439.001m-1.391 6.125c-.709.131-1.253.712-1.498 1.368-.443 1.163-.535 2.425-.518 3.66-.006 1.347.074 2.758.688 3.983.609 1.264 2.569 1.433 3.451.381.44-.522.613-1.204.752-1.857.27-1.453.271-2.948.103-4.414-.142-.902-.304-1.877-.936-2.581-.512-.553-1.33-.67-2.042-.54m-6.752.414c-.801.66-.995 1.748-1.036 2.73.454.002.91.011 1.363-.034.002-.452.031-.959.359-1.305.384-.432 1.189-.311 1.422.224.238.508.241 1.166-.05 1.654-.273.429-.825.414-1.27.483.002.44.002.881-.001 1.321.5.066 1.111.065 1.418.543.471.783.34 2.228-.701 2.459-.931.139-1.318-.933-1.258-1.686-.469.003-.938.002-1.407.002.029.795.13 1.633.58 2.312.75 1.147 2.566 1.273 3.553.378 1.253-1.255 1.445-3.753-.06-4.889 1.015-.901 1.049-2.534.365-3.64-.661-1.072-2.302-1.325-3.277-.552m-3.353-.323c-.082.47-.184.986-.57 1.309-.397.386-.979.384-1.492.458-.003.434-.008.869.045 1.3.575-.007 1.15-.004 1.725-.003-.001 2.251.002 4.502-.001 6.753.492.002.984.006 1.476-.008-.003-3.27 0-6.54-.001-9.81a77.62 77.62 0 0 1-1.182.001z"/><path fill="#fff" d="M5.386 4.256c.075.271.143.545.213.818l-.416-.003c.065-.272.133-.544.203-.815zM14.034 10.95c.514-.165.987.258 1.074.747.299 1.242.234 2.538.212 3.806-.085.694-.046 1.46-.45 2.065-.332.489-1.139.333-1.329-.206-.506-1.539-.349-3.206-.276-4.799.084-.579.135-1.369.769-1.613z"/><path fill="#020202" d="M13.743 9.372c.712-.13 1.53-.013 2.042.54.632.704.794 1.679.936 2.581.168 1.466.167 2.961-.103 4.414-.139.653-.312 1.335-.752 1.857-.882 1.052-2.842.883-3.451-.381-.614-1.225-.694-2.636-.688-3.983-.017-1.235.075-2.497.518-3.66.245-.656.789-1.237 1.498-1.368m.291 1.578c-.634.244-.685 1.034-.769 1.613-.073 1.593-.23 3.26.276 4.799.19.539.997.695 1.329.206.404-.605.365-1.371.45-2.065.022-1.268.087-2.564-.212-3.806-.087-.489-.56-.912-1.074-.747zM6.991 9.786c.975-.773 2.616-.52 3.277.552.684 1.106.65 2.739-.365 3.64 1.505 1.136 1.313 3.634.06 4.889-.987.895-2.803.769-3.553-.378-.45-.679-.551-1.517-.58-2.312.469 0 .938.001 1.407-.002-.06.753.327 1.825 1.258 1.686 1.041-.231 1.172-1.676.701-2.459-.307-.478-.918-.477-1.418-.543.003-.44.003-.881.001-1.321.445-.069.997-.054 1.27-.483.291-.488.288-1.146.05-1.654-.233-.535-1.038-.656-1.422-.224-.328.346-.357.853-.359 1.305-.453.045-.909.036-1.363.034.041-.982.235-2.07 1.036-2.73zM3.638 9.463c.394.003.788.002 1.182-.001.001 3.27-.002 6.54.001 9.81-.492.014-.984.01-1.476.008.003-2.251 0-4.502.001-6.753-.575-.001-1.15-.004-1.725.003-.053-.431-.048-.866-.045-1.3.513-.074 1.095-.072 1.492-.458.386-.323.488-.839.57-1.309z"/><path fill="#060606" opacity=".76" d="M18.114 23.82c.291-.069.533-.256.792-.395-.183.284-.466.48-.789.575H.996l.204-.082c4.631-.088 9.267-.012 13.9-.038 1.004-.028 2.016.069 3.014-.06z"/><path fill="#767676" d="M1.037 23.832c5.692-.033 11.385-.008 17.077-.012-.998.129-2.01.032-3.014.06-4.633.026-9.269-.05-13.9.038l-.163-.086z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-15--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M9.622.264c2.672-.568 5.532-.148 7.946 1.124 2.905 1.52 5.141 4.273 6.002 7.441.196.652.257 1.332.43 1.99v1.951c-.295 4.595-3.427 8.845-7.751 10.441-1.018.419-2.108.57-3.178.788H11.05c-1.232-.208-2.477-.422-3.629-.932-3.401-1.408-6.074-4.448-6.995-8.016-.822-3.025-.358-6.365 1.232-9.062C3.346 3.072 6.309.918 9.62.264m1.704 2.554c-3.978.239-7.547 3.358-8.328 7.264-.854 3.707.922 7.795 4.174 9.75 2.48 1.564 5.719 1.818 8.413.661 3.306-1.358 5.668-4.782 5.639-8.374.083-2.777-1.242-5.524-3.397-7.261a9.221 9.221 0 0 0-6.5-2.04z"/><path fill="#feb82f" d="M11.324 2.818a9.221 9.221 0 0 1 6.5 2.04c2.155 1.738 3.48 4.484 3.397 7.261.029 3.592-2.333 7.015-5.639 8.374-2.694 1.157-5.933.902-8.413-.661-3.252-1.955-5.028-6.043-4.174-9.75.781-3.906 4.35-7.025 8.328-7.264m-3.45 3.238c-.468.671-.97 1.319-1.424 1.998-.07.438-.017.884-.02 1.326.352-.001.703.004 1.056-.002.043 2.688-.041 5.383.041 8.069.563-.023 1.126.004 1.688-.02-.004-3.793.005-7.585-.004-11.377-.446-.002-.892-.007-1.337.007m4.063-.007c-.361 2.018-.72 4.038-1.056 6.061.488.27.948.59 1.447.84.688-.802 1.924-1.084 2.844-.523.982.698.83 2.453-.29 2.939-.974.274-2.032-.065-2.747-.764-.413.448-.808.912-1.206 1.372 1.262 1.644 4.019 2.194 5.546.62 1.372-1.35 1.412-3.671.337-5.209-.85-1.169-2.494-1.613-3.844-1.145.101-.698.251-1.39.361-2.088 1.26-.07 2.526-.007 3.79-.03.002-.691.004-1.382-.001-2.074-1.727-.001-3.454-.002-5.182.001z"/><path d="M7.873 6.056c.445-.014.89-.01 1.337-.007.008 3.792 0 7.584.004 11.377-.563.024-1.126-.002-1.688.02-.082-2.686.002-5.381-.041-8.069-.353.006-.704.001-1.056.002.004-.442-.049-.888.02-1.326.455-.679.956-1.327 1.424-1.998zM11.936 6.05c1.728-.004 3.455-.002 5.182-.001.005.691.004 1.382.001 2.074-1.264.023-2.53-.04-3.79.03-.11.698-.26 1.39-.361 2.088 1.35-.468 2.994-.024 3.844 1.145 1.075 1.538 1.034 3.859-.337 5.209-1.528 1.573-4.284 1.024-5.546-.62.398-.46.793-.924 1.206-1.372.715.7 1.772 1.038 2.747.764 1.121-.486 1.272-2.24.29-2.939-.92-.56-2.156-.278-2.844.523-.499-.25-.959-.57-1.447-.84.336-2.023.695-4.043 1.056-6.061z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-15--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.978C.53.073.149.474.16.938v22.038c-.009.501.45.938.947.928h16.918c.494.007.934-.432.935-.925V.935c.005-.459-.368-.861-.814-.936h.899v24H-.001v-24z"/><path fill="#fff" d="M1.036.569c.138-.022.278-.013.416-.014C6.948.556 12.444.554 17.939.556c.243-.028.481.171.465.422.003 7.305.001 14.611.001 21.916a.412.412 0 0 1-.424.454c-5.611.004-11.221.001-16.832.001-.23.018-.449-.18-.434-.414V.982a.398.398 0 0 1 .32-.412m1.381 2.614c-.471.249-.589.972-.194 1.341.375.374.975.28 1.39.578.223.19.08.555-.17.643-.467.219-1.003-.018-1.288-.414-.15.096-.297.197-.444.298.466.643 1.426.959 2.128.513.527-.313.591-1.162.091-1.529-.392-.222-.861-.248-1.263-.446-.219-.102-.172-.445.044-.521.395-.175.84.01 1.126.3.137-.116.275-.231.411-.349-.437-.498-1.224-.755-1.829-.413m6.166-.132c-.002 1.086-.001 2.171 0 3.257l2.379-.001c.001-.181.001-.362 0-.543-.601-.003-1.203.001-1.804-.002v-.927c.32-.002.64 0 .96-.001v-.555h-.958c-.004-.227-.002-.455-.002-.682.587-.002 1.174.001 1.761-.001v-.544H8.583m-3.437 0V6.32h.566V5.03c.531-.041 1.126.122 1.597-.196.48-.316.544-1.076.14-1.478-.217-.219-.532-.299-.831-.299-.491-.005-.981-.002-1.472-.002m6.459-.001V6.32h2.381v-.553c-.602-.003-1.203.001-1.805-.002v-.928c.32-.001.64.001.96-.001v-.554c-.32-.002-.64.001-.96-.001a75.04 75.04 0 0 1 0-.671c.587-.001 1.174.001 1.76-.001v-.554h-2.337m3.033-.001V6.32c.644-.018 1.368.105 1.923-.308.825-.59.843-1.971.067-2.61-.553-.472-1.323-.321-1.99-.348m-11.039 4.9v3.256h2.369c.002-.181.002-.363 0-.544-.601-.002-1.202 0-1.803-.001-.002-.904 0-1.807-.001-2.711-.189-.002-.377-.001-.566 0m2.959 0c-.002 1.085-.001 2.171 0 3.256h.565V7.955a53.205 53.205 0 0 0-.565 0m1.431-.001c-.001 1.086-.002 2.171 0 3.257h.553c.003-.661-.001-1.322.002-1.983.298.647.591 1.296.891 1.943.318-.649.622-1.304.943-1.952.004.664-.001 1.328.002 1.992h.553c-.002-1.086.02-2.171.011-3.256a28.325 28.325 0 0 0-.583.001c-.303.644-.609 1.287-.915 1.93-.307-.642-.608-1.288-.913-1.931a49.323 49.323 0 0 0-.544 0m3.822-.001c-.002 1.085-.001 2.171 0 3.256h.565V7.955a53.205 53.205 0 0 0-.565 0m1.195 0v.533c.295.002.59-.001.885.001.002.907-.001 1.815.001 2.722h.576c.002-.907-.001-1.815.001-2.722.299-.002.597 0 .896-.001v-.533h-2.359m-7.608 4.771c-.311.472-.772.861-1.339.971 0 .367-.002.734 0 1.101.352 0 .704-.002 1.056 0v6.105c.473.002.946 0 1.419.001.002-2.726 0-5.452 0-8.178H5.395m4.718.043c-.095 1.315-.19 2.63-.283 3.945.423.131.841.282 1.268.399.698-.243 1.428-.542 2.183-.419.648.102 1.213.659 1.249 1.327.092.79-.574 1.478-1.324 1.596-1.047.167-2.081-.208-3.033-.604l-.662 1.253c1.039.455 2.156.811 3.304.77.723-.017 1.455-.237 2.025-.691.61-.469 1-1.21 1.041-1.979.108-1.254-.72-2.516-1.923-2.898-.87-.276-1.816-.119-2.665.161.023-.498.052-.995.071-1.493 1.305-.005 2.61 0 3.914-.003-.001-.455.015-.91.022-1.365h-5.186z"/><path fill="#fff" d="M5.713 3.62c.331 0 .663-.004.994.001.234 0 .487.18.466.434-.005.243-.243.402-.468.405-.33.006-.661.001-.992.001v-.842zM15.193 3.621c.431-.014.954-.028 1.244.355.308.433.334 1.121-.058 1.512-.319.295-.782.275-1.186.266-.001-.711-.001-1.422 0-2.134z"/><path fill="#231f20" d="M.978 0h17.17c.446.075.819.476.814.936V22.98c-.001.492-.442.931-.935.925H1.109c-.497.011-.956-.426-.947-.928V.939C.15.475.532.073.98.001m.056.568a.396.396 0 0 0-.32.412v21.953c-.015.234.204.432.434.414 5.611 0 11.221.003 16.832-.001a.413.413 0 0 0 .424-.454c0-7.305.002-14.611-.001-21.916.016-.251-.221-.45-.465-.422C12.444.553 6.949.555 1.453.554c-.139.001-.279-.008-.416.014z"/><path fill="#231f20" d="M2.416 3.184c.605-.343 1.392-.085 1.829.413-.136.118-.274.233-.411.349-.286-.29-.731-.475-1.126-.3-.216.076-.263.42-.044.521.402.198.871.225 1.263.446.5.367.436 1.215-.091 1.529-.702.445-1.662.13-2.128-.513.147-.101.294-.202.444-.298.285.396.821.633 1.288.414.25-.088.394-.453.17-.643-.414-.298-1.014-.205-1.39-.578-.395-.368-.277-1.091.194-1.341zM8.584 3.053h2.337v.544c-.587.002-1.174-.001-1.761.001 0 .228-.002.455.002.682h.958v.555c-.32.002-.64-.001-.96.001v.927c.601.003 1.203-.001 1.804.002v.543l-2.379.001c-.001-1.086-.002-2.171 0-3.257zM5.146 3.054c.49 0 .981-.003 1.472.002.3 0 .615.081.831.299.404.402.34 1.162-.14 1.478-.471.319-1.066.155-1.597.196-.002.43 0 .86 0 1.29h-.566V3.053m.567.567v.842c.331 0 .662.005.992-.001.225-.003.464-.162.468-.405.021-.254-.232-.434-.466-.434-.331-.005-.662-.001-.994-.001zM11.605 3.054c.779-.002 1.558-.001 2.337 0v.554c-.587.002-1.174 0-1.76.001a75.04 75.04 0 0 0 0 .671c.32.002.64 0 .96.001v.554c-.32.002-.64 0-.96.001v.928c.602.003 1.203-.001 1.805.002v.553c-.794.002-1.587.001-2.381 0V3.053zM14.637 3.054c.667.027 1.437-.124 1.99.348.775.639.758 2.02-.067 2.61-.554.413-1.278.29-1.923.308V3.054m.556.567c-.001.711-.001 1.422 0 2.134.404.008.867.029 1.186-.266.392-.392.366-1.079.058-1.512-.289-.383-.812-.369-1.244-.355zM3.598 7.954h.566c.001.904-.001 1.807.001 2.711.601 0 1.202-.001 1.803.001v.544H3.599V7.954zM6.556 7.954h.565v3.255c-.188.002-.377.002-.565 0V7.953zM7.987 7.954h.544c.305.643.607 1.288.913 1.931.306-.643.612-1.285.915-1.93.194-.003.389-.002.583-.001.009 1.086-.013 2.171-.011 3.256h-.553c-.003-.664.002-1.328-.002-1.992-.321.647-.625 1.302-.943 1.952-.3-.647-.593-1.296-.891-1.943-.003.661.001 1.322-.002 1.983h-.553c-.002-1.086-.001-2.171 0-3.257zM11.809 7.954h.565v3.255c-.188.002-.377.002-.565 0-.001-1.085-.002-2.171 0-3.256zM13.004 7.955c.787-.002 1.573-.001 2.359 0v.533c-.299.002-.597-.001-.896.001-.002.907.001 1.815-.001 2.722h-.576c-.002-.907.001-1.815-.001-2.722-.295-.002-.59.001-.885-.001v-.533zM5.396 12.726h1.137c0 2.726.002 5.452 0 8.178-.473-.001-.946.001-1.419-.001v-6.105c-.352-.002-.704 0-1.056 0-.002-.367 0-.734 0-1.101.567-.11 1.027-.498 1.339-.971zM10.113 12.769h5.186c-.007.455-.023.91-.022 1.365-1.305.003-2.61-.002-3.914.003-.019.498-.048.995-.071 1.493.849-.28 1.795-.436 2.665-.161 1.202.382 2.03 1.643 1.923 2.898a2.712 2.712 0 0 1-1.041 1.979c-.571.454-1.302.674-2.025.691-1.147.041-2.264-.315-3.304-.77l.662-1.253c.953.396 1.987.771 3.033.604.75-.119 1.416-.807 1.324-1.596-.035-.668-.6-1.225-1.249-1.327-.755-.123-1.485.176-2.183.419-.427-.117-.845-.269-1.268-.399.093-1.315.188-2.63.283-3.945z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M10.988 0h1.991c4.021.38 7.796 2.815 9.642 6.432.866 1.622 1.295 3.45 1.379 5.281v.568c-.094 4.64-3.096 9.053-7.406 10.789-1.295.552-2.688.809-4.085.93h-.794c-3.217-.102-6.379-1.502-8.546-3.892C1.353 18.172.308 15.619.001 13.002v-1.984c.164-.988.307-1.986.652-2.932C1.902 4.398 5.059 1.415 8.831.425c.706-.209 1.44-.281 2.159-.426m-.143 2.457c-3.409.371-6.494 2.74-7.752 5.926-1.108 2.708-.888 5.921.602 8.442 1.588 2.765 4.626 4.633 7.817 4.763 2.82.162 5.665-1.022 7.564-3.108 2.744-2.914 3.314-7.588 1.357-11.077-1.798-3.398-5.773-5.458-9.588-4.945z"/><path fill="#fff" d="M10.847 2.456c3.815-.512 7.79 1.547 9.588 4.945 1.957 3.49 1.387 8.164-1.357 11.077-1.898 2.086-4.744 3.27-7.564 3.108-3.191-.13-6.229-1.998-7.817-4.763-1.49-2.521-1.71-5.734-.602-8.442 1.258-3.186 4.343-5.555 7.752-5.926M4.854 8.572c-.514.659-.624 1.523-.588 2.334.614-.002 1.229-.002 1.843 0 .024-.431.047-.889.298-1.258.566-.92 2.216-.896 2.639.143.323.787-.06 1.66-.641 2.215-1.142 1.092-2.54 1.861-3.833 2.755-.001.554-.002 1.108.001 1.662 2.075.002 4.15.001 6.226 0 .002-.551.002-1.103 0-1.655-1.012-.004-2.022.005-3.034-.004.818-.625 1.696-1.2 2.357-2.002.936-1.064 1.127-2.701.527-3.973-.499-.996-1.667-1.403-2.718-1.439-1.135-.102-2.377.278-3.077 1.22m10.92-1.167c-1.009.119-1.964.706-2.437 1.619-.661 1.259-.696 2.744-.56 4.13.132 1.277.739 2.635 1.974 3.18 1.49.608 3.485.462 4.56-.852.815-1.046.967-2.437.942-3.722-.032-1.204-.264-2.504-1.118-3.413-.852-.894-2.186-1.088-3.36-.942z"/><path fill="#fff" d="M15.872 9.149c.816-.277 1.847.042 2.177.886.47 1.247.467 2.707.013 3.958-.443 1.178-2.27 1.319-2.945.289-.595-.916-.572-2.076-.488-3.122.068-.802.385-1.762 1.243-2.01z"/><path d="M4.854 8.572c.7-.942 1.942-1.322 3.077-1.22 1.051.036 2.219.443 2.718 1.439.6 1.272.409 2.909-.527 3.973-.661.802-1.538 1.376-2.357 2.002 1.012.008 2.022 0 3.034.004.002.552.002 1.104 0 1.655-2.076.001-4.151.002-6.226 0-.004-.554-.002-1.108-.001-1.662 1.292-.894 2.69-1.663 3.833-2.755.581-.556.964-1.428.641-2.215-.422-1.039-2.072-1.063-2.639-.143-.251.368-.274.827-.298 1.258-.614-.002-1.229-.002-1.843 0-.036-.811.074-1.675.588-2.334zM15.774 7.403c1.174-.146 2.508.048 3.36.942.854.908 1.086 2.209 1.118 3.413.025 1.285-.127 2.676-.942 3.722-1.075 1.314-3.07 1.46-4.56.852-1.235-.545-1.842-1.903-1.974-3.18-.136-1.386-.101-2.872.56-4.13.473-.913 1.428-1.5 2.437-1.619m.099 1.746c-.858.248-1.175 1.208-1.243 2.01-.084 1.046-.107 2.207.488 3.122.674 1.03 2.502.889 2.945-.289.454-1.25.457-2.711-.013-3.958-.33-.844-1.361-1.163-2.177-.886z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-20--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h18.882v.872c-.058-.316-.259-.612-.559-.743-.228-.112-.486-.084-.732-.086H.899A.971.971 0 0 0 0 .666V0z"/><path fill="#fff" d="M.828.617c.138-.023.28-.014.419-.015C6.782.603 12.318.601 17.853.603c.245-.028.484.172.468.425.003 7.357.001 14.715.001 22.073a.414.414 0 0 1-.427.456c-5.65.004-11.301.001-16.951.001-.232.018-.452-.18-.438-.416V1.029A.4.4 0 0 1 .829.616m1.053 2.985c-.179.335-.116.797.186 1.042.385.328.952.25 1.355.539.234.203.065.583-.203.66-.466.197-.985-.039-1.266-.429-.151.096-.3.199-.448.301.47.647 1.437.965 2.143.517.531-.316.596-1.171.092-1.54-.395-.223-.868-.25-1.273-.449-.194-.089-.187-.388-.012-.492.397-.231.892-.037 1.19.269.138-.117.277-.233.414-.351-.336-.373-.845-.618-1.354-.566-.332.024-.67.197-.825.501m6.55-.485c-.002 1.093-.001 2.187 0 3.28h2.397a50.05 50.05 0 0 0 0-.548c-.606-.002-1.211.001-1.817-.001v-.934c.322-.002.644 0 .966-.001a52.08 52.08 0 0 0 0-.559c-.322-.001-.644.001-.966-.001a78.433 78.433 0 0 1 0-.686c.591-.002 1.182 0 1.773-.001a50.05 50.05 0 0 0 0-.548H8.43m-3.462 0a1802.92 1802.92 0 0 0 0 3.289h.57c.001-.433-.001-.866.001-1.299.535-.042 1.133.123 1.608-.198.483-.318.548-1.083.141-1.488-.218-.221-.536-.302-.838-.302-.494-.005-.988-.001-1.482-.002m6.506 0a1802.92 1802.92 0 0 0 0 3.289h2.397v-.557c-.606-.003-1.211 0-1.817-.001v-.935c.322-.001.645.001.967-.001v-.558c-.322-.001-.644.001-.966-.001a76.389 76.389 0 0 1 0-.677c.591-.001 1.182.001 1.773-.001v-.558h-2.354m3.053 0a1802.92 1802.92 0 0 0 0 3.289c.649-.018 1.378.106 1.937-.311.831-.594.848-1.985.068-2.628-.557-.476-1.332-.323-2.005-.351M3.409 8.054v3.279h2.386v-.548H3.979c-.002-.91 0-1.82-.001-2.73a54.15 54.15 0 0 0-.57 0m2.98-.001v3.279h.569V8.055a53.96 53.96 0 0 0-.569 0m1.44-.001v3.28h.557c.003-.666 0-1.332.001-1.998.3.652.596 1.305.898 1.957.322-.652.628-1.313.95-1.965.003.669-.001 1.338.002 2.006h.557c-.002-1.093.02-2.186.011-3.279a57.429 57.429 0 0 0-.587 0c-.306.649-.614 1.297-.923 1.945-.307-.648-.612-1.297-.92-1.945a50.234 50.234 0 0 0-.549 0m3.853-.001v3.279h.569V8.055a53.96 53.96 0 0 0-.569 0m1.204 0v.536c.297.002.594-.001.891.001.002.914-.001 1.827.001 2.741h.58c.002-.914-.001-1.828.001-2.741.301-.002.601 0 .902-.001v-.537h-2.376m-.044 5.006a3.016 3.016 0 0 0-1.965.997c-.564.632-.863 1.458-.983 2.287-.216 1.468.041 3.125 1.124 4.213 1.018 1.064 2.814 1.21 4.004.351 1.151-.819 1.59-2.305 1.586-3.661.007-1.32-.375-2.772-1.475-3.601-.648-.49-1.491-.671-2.291-.587m-10.398 1.27c.289.337.575.675.867 1.009.538-.464 1.198-.812 1.916-.868.622-.052 1.312-.017 1.831.37.372.265.491.885.137 1.212-.301.247-.695.328-1.058.444-.818.244-1.629.595-2.257 1.188-.965.891-1.409 2.218-1.413 3.51h6.215v-1.375H4.136c.076-.538.506-.903.875-1.256.862-.748 2.121-.72 3.009-1.427.748-.634.946-1.801.463-2.652-.429-.779-1.3-1.205-2.153-1.329-1.394-.228-2.835.26-3.891 1.175z"/><path fill="#fff" d="M5.538 3.689c.334 0 .668-.004 1.002.001.235 0 .489.182.469.437-.004.244-.243.405-.471.409-.333.006-.667.001-1 .001v-.848zM15.087 3.689c.434-.014.961-.028 1.253.358.31.437.336 1.128-.059 1.523-.321.297-.788.277-1.194.268V3.69zM13.008 14.478c.522-.068 1.083.098 1.442.492.509.537.67 1.304.709 2.021.034.851-.087 1.784-.669 2.447-.51.601-1.447.754-2.132.376-.435-.239-.728-.673-.888-1.133-.217-.629-.25-1.309-.183-1.967.066-.589.243-1.192.635-1.649.27-.325.666-.539 1.085-.586zM18.396 24c.256-.149.427-.414.486-.702V24h-.486zM0 23.499c.085.21.239.387.435.501H0v-.501z"/><path fill="#231f20" d="M0 .666A.973.973 0 0 1 .899.043h16.692c.245.002.504-.026.732.086.3.131.501.427.559.743v22.427c-.059.288-.23.552-.486.702H.436a1.022 1.022 0 0 1-.435-.501V.666M.828.617a.4.4 0 0 0-.323.413v22.113c-.015.236.206.435.438.416 5.65 0 11.301.003 16.951-.001a.415.415 0 0 0 .427-.456c0-7.358.002-14.715-.001-22.073.016-.253-.222-.453-.468-.425C12.317.602 6.781.604 1.246.603 1.106.604.965.595.827.618z"/><path fill="#231f20" d="M1.882 3.601c.155-.304.493-.477.825-.501.509-.051 1.018.193 1.354.566-.137.118-.276.234-.414.351-.298-.306-.792-.5-1.19-.269-.175.105-.182.403.012.492.405.2.878.226 1.273.449.504.369.439 1.224-.092 1.54-.706.449-1.673.13-2.143-.517.148-.102.297-.204.448-.301.281.39.8.626 1.266.429.267-.077.437-.457.203-.66-.403-.289-.97-.211-1.355-.539-.302-.244-.365-.706-.186-1.042zM8.431 3.118h2.354v.548c-.591.002-1.182-.001-1.773.001v.686c.322.002.644 0 .966.001v.559c-.322.002-.644-.001-.966.001v.934c.606.003 1.212 0 1.817.001v.548H8.432v-3.28zM4.968 3.119c.494 0 .988-.003 1.482.002.302 0 .62.081.838.302.406.405.342 1.17-.141 1.488-.475.321-1.074.156-1.608.198-.002.433 0 .866-.001 1.299h-.57V3.119m.57.57v.848c.333 0 .667.005 1-.001.227-.003.466-.164.471-.409.02-.255-.234-.436-.469-.437-.334-.006-.668-.001-1.002-.001zM11.474 3.119h2.354v.558c-.591.002-1.182 0-1.773.001v.677c.322.002.644 0 .966.001v.558c-.322.002-.645 0-.967.001v.935c.606.002 1.212-.001 1.817.001v.557c-.799.002-1.598.001-2.397 0a1802.92 1802.92 0 0 1 0-3.289zM14.527 3.119c.672.027 1.447-.125 2.005.351.78.643.763 2.034-.068 2.628-.559.416-1.288.292-1.937.311a1802.92 1802.92 0 0 1 0-3.289m.56.569v2.148c.407.009.873.029 1.194-.268.394-.394.368-1.086.059-1.523-.292-.386-.818-.372-1.253-.358zM3.409 8.054h.57c.001.91-.001 1.82.001 2.73h1.816v.548H3.41V8.053zM6.388 8.054h.569v3.278c-.19.002-.38.002-.569 0V8.053zM7.828 8.054h.549c.307.648.612 1.297.92 1.945.309-.648.616-1.296.923-1.945.196-.002.391-.001.587 0 .009 1.093-.013 2.186-.011 3.279h-.557c-.003-.669.001-1.338-.002-2.006-.323.652-.628 1.313-.95 1.965-.302-.651-.598-1.305-.898-1.957-.002.666.001 1.332-.001 1.998h-.557c-.002-1.093-.001-2.186 0-3.28zM11.678 8.054h.569v3.278c-.19.002-.38.002-.569 0V8.053zM12.882 8.055c.792-.002 1.584-.001 2.376 0v.537c-.301.002-.601-.001-.902.001-.002.914.001 1.827-.001 2.741h-.58c-.002-.914.001-1.828-.001-2.741-.297-.002-.594.001-.891-.001a47.883 47.883 0 0 1 0-.536zM12.837 13.06c.8-.084 1.643.096 2.291.587 1.1.828 1.482 2.281 1.475 3.601.003 1.357-.435 2.842-1.586 3.661-1.19.859-2.985.712-4.004-.351-1.083-1.088-1.34-2.746-1.124-4.213.12-.829.419-1.655.983-2.287a3.016 3.016 0 0 1 1.965-.997m.171 1.417a1.67 1.67 0 0 0-1.085.586c-.393.457-.569 1.06-.635 1.649-.067.658-.034 1.338.183 1.967.16.46.453.895.888 1.133.685.378 1.622.225 2.132-.376.582-.663.702-1.596.669-2.447-.039-.717-.2-1.483-.709-2.021-.36-.394-.92-.56-1.442-.492zM2.439 14.329c1.056-.915 2.498-1.403 3.891-1.175.853.124 1.723.55 2.153 1.329.483.851.286 2.018-.463 2.652-.887.707-2.147.678-3.009 1.427-.369.353-.799.719-.875 1.256h4.541v1.375H2.462c.003-1.292.448-2.619 1.413-3.51.628-.593 1.439-.944 2.257-1.188.363-.117.757-.197 1.058-.444.354-.326.234-.947-.137-1.212-.519-.387-1.209-.422-1.831-.37-.717.057-1.377.405-1.916.868-.291-.335-.578-.673-.867-1.009z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M10.999 0h1.984c1.749.175 3.476.676 4.997 1.568 2.7 1.538 4.757 4.162 5.592 7.156.22.742.326 1.51.428 2.276v1.979c-.175 1.739-.67 3.456-1.553 4.971-1.541 2.724-4.188 4.8-7.207 5.632-.731.215-1.488.317-2.241.418H11.02c-1.728-.172-3.43-.668-4.941-1.533-2.692-1.52-4.76-4.11-5.62-7.082-.238-.776-.355-1.581-.459-2.384v-1.984c.096-.772.207-1.545.427-2.292a12.054 12.054 0 0 1 5.129-6.874C7.182.794 9.076.196 10.999.001m.221 2.412c-2.655.199-5.188 1.575-6.812 3.682-1.77 2.238-2.432 5.287-1.784 8.062.638 2.858 2.67 5.355 5.332 6.571 2.511 1.179 5.538 1.185 8.055.017a9.657 9.657 0 0 0 3.824-3.165c1.692-2.337 2.217-5.454 1.415-8.222-.752-2.691-2.749-4.995-5.3-6.131-1.473-.672-3.118-.939-4.729-.814z"/><path fill="#fff" d="M11.22 2.413a9.652 9.652 0 0 1 4.729.814c2.551 1.136 4.548 3.44 5.3 6.131.802 2.768.277 5.885-1.415 8.222a9.657 9.657 0 0 1-3.824 3.165c-2.516 1.169-5.543 1.162-8.055-.017-2.662-1.216-4.695-3.713-5.332-6.571-.649-2.775.013-5.824 1.784-8.062 1.625-2.107 4.158-3.482 6.812-3.682m-2.99 3.801c-1.269.42-1.963 1.826-1.932 3.104.448.002.896.001 1.344 0 .027-.469.168-.964.538-1.28.403-.379 1.108-.403 1.504-.002.613.624.639 1.684.108 2.368-1.118 1.678-2.235 3.358-3.354 5.035-.058.096-.154.185-.142.307.002.469 0 .938.002 1.406 1.738.002 3.475.001 5.213 0 0-.537.001-1.073-.001-1.61-1.144-.003-2.288 0-3.433-.002.953-1.412 1.887-2.837 2.832-4.254 1.013-1.451.749-3.734-.738-4.769a2.359 2.359 0 0 0-1.942-.303m4.392.009c0 1.98-.003 3.96.002 5.94h1.261c.181-.388.468-.785.913-.877.35-.06.747-.015 1.03.216.278.243.356.628.429.973.132.84.066 1.707-.127 2.532-.186.634-.997.735-1.537.547-.493-.177-.714-.709-.797-1.187-.447-.002-.894-.003-1.341 0 .07.842.325 1.761 1.041 2.282.678.539 1.642.787 2.461.435.928-.439 1.553-1.401 1.656-2.415.09-.901.084-1.815-.02-2.715-.124-.827-.565-1.665-1.323-2.071-.751-.425-1.76-.272-2.376.326.003-.79 0-1.581.001-2.371 1.199-.002 2.399.001 3.598-.001V6.223h-4.872z"/><path d="M8.229 6.214a2.366 2.366 0 0 1 1.942.303c1.487 1.035 1.751 3.318.738 4.769-.945 1.417-1.879 2.842-2.832 4.254 1.144.002 2.288-.001 3.433.002.002.537.001 1.073.001 1.61-1.738.001-3.475.002-5.213 0-.002-.469 0-.938-.002-1.406-.012-.122.084-.211.142-.307 1.119-1.677 2.235-3.357 3.354-5.035.531-.684.504-1.744-.108-2.368-.397-.4-1.102-.377-1.504.002-.369.315-.51.811-.538 1.28-.448.001-.896.002-1.344 0-.031-1.278.663-2.684 1.932-3.104zM12.62 6.223h4.872v1.614c-1.199.002-2.399-.001-3.598.001-.001.79.001 1.581-.001 2.371.615-.598 1.624-.751 2.376-.326.758.407 1.199 1.244 1.323 2.071.105.9.111 1.814.02 2.715-.103 1.013-.728 1.975-1.656 2.415-.82.351-1.783.103-2.461-.435-.716-.521-.971-1.44-1.041-2.282.447-.003.894-.002 1.341 0 .083.478.304 1.011.797 1.187.54.188 1.351.086 1.537-.547.192-.825.258-1.692.127-2.532-.073-.345-.151-.73-.429-.973-.283-.231-.68-.276-1.03-.216-.445.092-.732.489-.913.877h-1.261c-.005-1.98-.002-3.96-.002-5.94z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-25--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h18.738v.696c-.129-.374-.494-.657-.894-.653H.895A.966.966 0 0 0 0 .663V0z"/><path fill="#fff" d="M.824.613c.138-.023.278-.014.417-.015C6.746.599 12.252.597 17.758.599c.244-.028.482.172.465.423.003 7.318.001 14.637.001 21.955.027.242-.178.471-.424.454-5.621.004-11.241.001-16.862.001-.231.018-.45-.18-.435-.415V1.024A.397.397 0 0 1 .824.612m1.258 2.711c-.382.303-.419.948-.047 1.274.374.341.936.27 1.347.537.23.16.142.525-.092.636-.47.261-1.052.031-1.344-.386-.151.096-.299.198-.447.299.469.643 1.428.96 2.132.514.528-.314.593-1.165.092-1.533-.393-.222-.863-.247-1.265-.447-.218-.101-.171-.446.044-.522.395-.175.841.01 1.128.3.138-.116.277-.231.412-.35-.468-.534-1.362-.794-1.959-.322m6.303-.221c-.002 1.087-.001 2.175 0 3.262h2.384v-.545c-.602-.002-1.205.001-1.807-.001v-.929c.32-.002.641 0 .961-.001v-.556h-.958c-.006-.228-.003-.456-.003-.684.588-.002 1.176 0 1.764-.001v-.545H8.386m-3.444 0v3.272h.567c.001-.431-.001-.862.001-1.292.532-.042 1.127.122 1.6-.197.48-.317.545-1.078.14-1.481-.217-.219-.533-.3-.833-.3-.491-.005-.983-.001-1.474-.002m6.469 0v3.271h2.385v-.554c-.602-.003-1.205 0-1.807-.001v-.93c.32-.001.641.001.962-.001v-.555c-.32-.001-.641.001-.961-.001a75.488 75.488 0 0 1 0-.673c.588-.001 1.176.001 1.763-.001v-.555a913.38 913.38 0 0 0-2.341 0m3.037 0v3.271c.655-.018 1.395.107 1.951-.327.803-.601.811-1.962.043-2.596-.554-.473-1.325-.322-1.994-.349M3.39 8.011v3.262h2.373v-.545c-.602-.002-1.205.002-1.807-.002V8.012a53.582 53.582 0 0 0-.567 0m2.964 0c.001 1.087-.001 2.174.001 3.261l.565.001c.003-1.087.001-2.175.001-3.262a53.582 53.582 0 0 0-.567 0m1.434-.001v3.262h.554c.002-.663 0-1.325.001-1.988.298.648.59 1.298.892 1.944.325-.646.624-1.304.946-1.951.003.665 0 1.331.002 1.996h.554c-.002-1.087.02-2.174.011-3.262a37.896 37.896 0 0 0-.584.001c-.304.646-.612 1.291-.918 1.936l-.914-1.937a49.686 49.686 0 0 0-.546 0m3.829 0c.002 1.087 0 2.174.001 3.26l.565.001c.003-1.087.001-2.175.001-3.262-.19-.001-.379-.001-.568.001m1.2 0v.533c.295.002.591-.001.886.001.002.909-.001 1.817.001 2.726h.577c.002-.909-.001-1.817.001-2.726.299-.002.598 0 .897-.001.001-.178.001-.356 0-.534h-2.363m-10.385 6.24c.284.338.572.672.861 1.005.535-.461 1.191-.807 1.904-.864.619-.052 1.306-.017 1.822.368.37.264.488.881.136 1.206-.299.246-.69.326-1.051.441-.814.243-1.62.592-2.246 1.182-.96.886-1.402 2.206-1.405 3.491H8.63v-1.368H4.114c.075-.535.503-.898.871-1.25.857-.744 2.11-.716 2.992-1.419.745-.63.942-1.792.461-2.638-.428-.775-1.294-1.199-2.143-1.322-1.385-.226-2.817.259-3.867 1.168m8.309-1.052c-.095 1.316-.192 2.631-.282 3.947.423.132.841.282 1.268.4.596-.205 1.198-.454 1.84-.445.464-.016.937.17 1.247.52.436.477.479 1.256.096 1.778-.376.527-1.062.739-1.688.697-.844-.032-1.65-.319-2.419-.648-.222.419-.444.837-.664 1.258.999.438 2.068.788 3.171.772.792.011 1.604-.223 2.219-.735a2.728 2.728 0 0 0 .993-2.006c.077-1.254-.773-2.494-1.98-2.853-.86-.254-1.786-.098-2.62.178.027-.502.048-1.004.077-1.505h3.908c.017-.453.025-.905.024-1.357a4485.89 4485.89 0 0 0-5.188 0z"/><path fill="#fff" d="M5.509 3.669c.332 0 .664-.004.996.001.234 0 .487.181.467.435-.004.243-.243.403-.469.406-.331.006-.663.001-.994.001v-.843zM15.006 3.67c.432-.014.956-.028 1.246.356.308.434.334 1.122-.058 1.515-.32.296-.784.275-1.188.267V3.671zM17.84 23.989a.961.961 0 0 0 .898-.661V24H0v-.626c.14.362.508.622.898.616H17.84z"/><path fill="#231f20" d="M0 .663a.967.967 0 0 1 .895-.62h16.949c.4-.003.765.279.894.653v22.632a.961.961 0 0 1-.898.661H.898A.97.97 0 0 1 0 23.373V.662M.824.613a.397.397 0 0 0-.321.412v21.993c-.015.235.204.433.435.415 5.621 0 11.242.003 16.862-.001a.413.413 0 0 0 .424-.454c0-7.318.002-14.637-.001-21.955.016-.251-.222-.45-.465-.423C12.253.598 6.747.6 1.241.599 1.102.6.962.591.824.614z"/><path fill="#231f20" d="M2.082 3.323c.596-.472 1.491-.212 1.959.322-.135.119-.274.234-.412.35-.287-.29-.733-.475-1.128-.3-.215.076-.262.421-.044.522.403.199.873.225 1.265.447.502.367.437 1.219-.092 1.533-.704.446-1.663.129-2.132-.514.148-.101.296-.203.447-.299.293.418.874.648 1.344.386.234-.111.322-.476.092-.636-.411-.267-.972-.196-1.347-.537-.371-.326-.334-.971.047-1.274zM8.386 3.102h2.341v.545c-.588.002-1.176-.001-1.764.001 0 .228-.003.456.003.684h.958v.556c-.32.002-.641-.001-.961.001v.929c.602.003 1.205 0 1.807.001v.545H8.386V3.102zM4.942 3.102c.491 0 .983-.003 1.474.002.301 0 .616.081.833.3.404.403.34 1.164-.14 1.481-.472.319-1.068.155-1.6.197-.002.431 0 .862-.001 1.292h-.567V3.102m.568.567v.843c.331 0 .663.005.994-.001.226-.003.465-.163.469-.406.02-.254-.232-.435-.467-.435-.332-.006-.664-.001-.996-.001zM11.412 3.102h2.341v.555c-.588.002-1.176 0-1.763.001v.673c.32.002.641 0 .961.001v.555c-.32.002-.641 0-.962.001v.93c.603.002 1.205-.001 1.807.001v.554h-2.385V3.102zM14.45 3.102c.669.027 1.44-.124 1.994.349.767.634.759 1.994-.043 2.596-.556.433-1.296.309-1.951.327V3.103m.556.567v2.137c.405.009.869.029 1.188-.267.392-.393.366-1.081.058-1.515-.29-.383-.814-.37-1.246-.356zM3.39 8.011h.567v2.714c.602.003 1.205 0 1.807.002v.545H3.391V8.01zM6.353 8.012c.189-.002.378-.001.567 0 0 1.087.002 2.175-.001 3.262l-.565-.001c-.002-1.087 0-2.174-.001-3.261zM7.787 8.011h.546c.305.645.61 1.29.914 1.937.306-.645.614-1.29.918-1.936.194-.002.389-.002.584-.001.009 1.087-.013 2.175-.011 3.262h-.554c-.003-.665.001-1.331-.002-1.996-.322.647-.621 1.305-.946 1.951-.302-.646-.594-1.296-.892-1.944-.001.663.001 1.326-.001 1.988h-.554c-.002-1.087-.001-2.175 0-3.262zM11.614 8.012c.189-.002.378-.002.568-.001 0 1.087.002 2.175-.001 3.262l-.565-.001c-.002-1.087 0-2.174-.001-3.26zM12.813 8.012a620.42 620.42 0 0 1 2.363 0c.001.178.001.356 0 .534-.299.002-.598-.001-.897.001-.002.909.001 1.817-.001 2.726h-.577c-.002-.909.001-1.817-.001-2.726-.296-.002-.591.001-.886-.001a47.348 47.348 0 0 1 0-.533zM2.427 14.251c1.05-.909 2.483-1.394 3.867-1.168.849.123 1.715.547 2.143 1.322.481.846.284 2.008-.461 2.638-.882.703-2.135.675-2.992 1.419-.367.351-.795.715-.871 1.25h4.516v1.368H2.447c.003-1.285.445-2.605 1.405-3.491.625-.59 1.431-.939 2.246-1.182.361-.115.752-.196 1.051-.441.352-.324.234-.942-.136-1.206-.517-.385-1.203-.42-1.822-.368-.713.057-1.369.403-1.904.864-.289-.334-.577-.668-.861-1.005zM10.737 13.199h5.188c.002.453-.007.905-.024 1.357h-3.908c-.029.502-.049 1.004-.077 1.505.835-.276 1.76-.432 2.62-.178 1.207.359 2.058 1.599 1.98 2.853a2.728 2.728 0 0 1-.993 2.006c-.615.512-1.427.746-2.219.735-1.103.016-2.172-.333-3.171-.772.219-.421.442-.838.664-1.258.769.329 1.576.616 2.419.648.626.042 1.312-.169 1.688-.697.382-.522.339-1.3-.096-1.778a1.607 1.607 0 0 0-1.247-.52c-.642-.009-1.244.24-1.84.445-.427-.119-.844-.268-1.268-.4.09-1.316.187-2.631.282-3.947z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.032 0h1.922c4.208.376 8.146 3.029 9.908 6.893.634 1.3.94 2.722 1.138 4.145v1.903c-.362 4.034-2.802 7.829-6.425 9.684-1.422.776-3.014 1.157-4.608 1.375h-1.922c-4.208-.378-8.132-3.037-9.904-6.894C.507 15.808.199 14.386 0 12.964v-1.913c.193-1.428.504-2.855 1.14-4.158C2.903 3.035 6.829.383 11.032 0m-.184 2.458c-3.532.385-6.703 2.917-7.879 6.266-.952 2.606-.702 5.622.683 8.028 1.692 3.026 5.117 4.982 8.587 4.858 3.743-.047 7.294-2.516 8.666-5.993 1.092-2.653.906-5.797-.509-8.296-1.816-3.355-5.765-5.372-9.548-4.864z"/><path fill="#fff" d="M10.848 2.458c3.784-.509 7.733 1.508 9.548 4.864 1.415 2.498 1.601 5.642.509 8.296-1.373 3.476-4.924 5.946-8.666 5.993-3.47.125-6.895-1.831-8.587-4.858-1.385-2.406-1.634-5.422-.683-8.028 1.176-3.349 4.348-5.881 7.879-6.266M3.93 10.032c.634.101 1.268.194 1.902.29.05-.73.56-1.457 1.356-1.429.746-.115 1.783.272 1.702 1.177-.278.854-1.354.911-2.107.941-.001.534-.002 1.068 0 1.603.582.025 1.216-.08 1.747.21.678.451.552 1.668-.198 1.984-1.018.474-2.442-.17-2.5-1.363-.642.122-1.286.23-1.927.356.139.868.527 1.753 1.285 2.249 1.025.677 2.34.658 3.505.451.925-.146 1.769-.828 1.939-1.777.173-1.007.313-2.46-.869-2.904 1.148-.658 1.206-2.344.46-3.323-1.697-2.14-5.962-1.364-6.295 1.535m11.472-2.53c-1.018.226-1.836 1.027-2.191 1.992-.457 1.23-.48 2.585-.312 3.874.16 1.178.748 2.4 1.868 2.933 1.169.52 2.606.524 3.75-.065 1.337-.722 1.782-2.344 1.826-3.76.047-1.496-.11-3.224-1.29-4.294-.985-.857-2.425-.959-3.652-.68z"/><path fill="#fff" d="M15.882 9.18c.868-.341 1.994.023 2.308.949a5.916 5.916 0 0 1-.013 3.84c-.427 1.194-2.268 1.368-2.957.33-.586-.878-.56-1.997-.503-3.01.058-.811.323-1.794 1.165-2.11z"/><path d="M3.93 10.032c.334-2.899 4.598-3.674 6.295-1.535.746.979.689 2.665-.46 3.323 1.182.444 1.042 1.897.869 2.904-.17.949-1.014 1.631-1.939 1.777-1.165.206-2.48.226-3.505-.451-.758-.496-1.146-1.381-1.285-2.249.641-.126 1.285-.234 1.927-.356.058 1.193 1.482 1.837 2.5 1.363.75-.316.876-1.532.198-1.984-.532-.29-1.165-.185-1.747-.21-.002-.535-.001-1.069 0-1.603.754-.03 1.829-.086 2.107-.941.082-.905-.955-1.292-1.702-1.177-.796-.028-1.306.7-1.356 1.429-.634-.096-1.268-.19-1.902-.29zM15.402 7.502c1.226-.278 2.666-.176 3.652.68 1.18 1.069 1.337 2.797 1.29 4.294-.044 1.416-.49 3.037-1.826 3.76-1.144.589-2.581.584-3.75.065-1.121-.533-1.709-1.754-1.868-2.933-.168-1.289-.145-2.644.312-3.874.355-.965 1.174-1.766 2.191-1.992m.479 1.678c-.842.316-1.108 1.298-1.165 2.11-.058 1.013-.083 2.131.503 3.01.689 1.038 2.53.864 2.957-.33a5.916 5.916 0 0 0 .013-3.84c-.313-.926-1.44-1.29-2.308-.949z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-30--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.692C.313.126.023.498.031.903V23.14c-.005.371.242.708.573.86h-.605V0zM18.345 0h.614v.614A1.015 1.015 0 0 0 18.345 0z"/><path fill="#fff" d="M.916.532c.139-.023.28-.014.42-.015 5.545.001 11.09-.001 16.636.001.245-.028.485.173.468.426.003 7.371.001 14.741.001 22.112.027.244-.179.474-.427.458-5.66.004-11.321.001-16.982.001-.232.019-.454-.181-.439-.418V.946A.402.402 0 0 1 .916.531m1.088 2.935c-.218.339-.164.838.154 1.098.379.32.927.256 1.333.52.232.161.143.529-.093.64-.473.263-1.059.032-1.353-.389-.153.097-.301.199-.45.301.471.648 1.439.967 2.147.518.532-.317.598-1.174.092-1.544-.396-.223-.87-.249-1.275-.45-.219-.101-.172-.448.044-.525.399-.177.847.01 1.137.302.139-.117.279-.233.415-.353-.332-.359-.819-.605-1.316-.568-.326.014-.661.166-.835.45m6.528-.428c-.002 1.095-.001 2.191 0 3.286h2.401v-.549c-.607-.002-1.214.001-1.82-.001v-.935c.323-.002.645 0 .969-.001v-.56c-.323-.003-.647.008-.97-.006.003-.228.001-.455.002-.683.592-.002 1.184.001 1.777-.001v-.549H8.533m-3.47-.001v3.295h.571V5.031c.536-.041 1.136.123 1.611-.199.484-.318.549-1.085.141-1.491-.218-.221-.536-.302-.839-.302-.495-.005-.99-.001-1.484-.002m6.517.002v3.295h2.402v-.558c-.607-.003-1.214 0-1.821-.001v-.936c.323-.001.646.001.969-.001a52.08 52.08 0 0 0 0-.559c-.323-.001-.646.001-.969-.001 0-.226-.001-.452 0-.678.592-.001 1.184.001 1.776-.001a52.08 52.08 0 0 0 0-.559h-2.358m3.061-.001v3.295c.65-.019 1.381.106 1.94-.311.832-.595.85-1.989.068-2.633-.558-.477-1.335-.324-2.008-.351M3.501 7.982v3.285h2.391v-.549H4.073c-.002-.912 0-1.823-.001-2.735a54.34 54.34 0 0 0-.571 0m2.984-.001v3.285h.57V7.983a54.15 54.15 0 0 0-.57 0m1.444-.001v3.286h.558c.003-.667-.001-1.334.002-2.001.301.653.597 1.308.899 1.961.321-.655.628-1.316.951-1.97.004.67-.001 1.34.002 2.01h.558c-.002-1.095.021-2.19.011-3.285a38.417 38.417 0 0 0-.588.001c-.306.65-.615 1.299-.924 1.948-.308-.649-.614-1.3-.921-1.949a50.417 50.417 0 0 0-.55 0m3.858-.001v3.285h.57V7.983a54.15 54.15 0 0 0-.57 0m1.206 0v.537c.298.002.595-.001.893.001.002.915-.001 1.83.001 2.746h.581c.002-.916-.001-1.831.001-2.746.301-.002.602 0 .904-.001v-.538H12.99M2.594 14.257c.334.318.677.626 1.013.943.612-.558 1.445-.908 2.281-.748.359.062.732.206.954.508.248.324.162.878-.219 1.061-.361.19-.782.108-1.172.127-.001.474-.001.948 0 1.421.563-.016 1.205.002 1.63.427.334.316.394.865.145 1.25-.252.396-.708.607-1.154.7-.645.127-1.345.067-1.923-.262-.312-.168-.573-.408-.828-.651-.362.296-.725.592-1.087.89 1.122 1.302 3.053 1.863 4.674 1.247.783-.291 1.481-.898 1.737-1.71.321-.948-.092-2.043-.917-2.593.547-.599.807-1.482.5-2.257-.266-.736-.952-1.251-1.687-1.46-1.395-.418-2.915.136-3.946 1.106m10.48-1.003a2.997 2.997 0 0 0-1.79.833c-.636.612-.982 1.469-1.124 2.328-.248 1.493-.012 3.192 1.078 4.318 1.02 1.093 2.846 1.25 4.05.373 1.093-.787 1.547-2.184 1.572-3.484.047-1.351-.305-2.854-1.407-3.735-.661-.53-1.546-.728-2.379-.634z"/><path fill="#fff" d="M5.635 3.609c.334.001.669-.004 1.003.001.236 0 .49.181.47.437-.004.245-.244.406-.472.409-.334.006-.668.001-1.001.001v-.849zM15.2 3.61c.435-.014.963-.028 1.255.359.31.437.337 1.13-.059 1.525-.322.298-.789.277-1.197.269V3.61zM13.247 14.674c.608-.093 1.26.158 1.617.667.484.666.581 1.526.562 2.327-.03.754-.228 1.558-.791 2.097-.629.599-1.722.616-2.352.01-.516-.501-.709-1.239-.758-1.937-.043-.771.038-1.583.429-2.263.268-.473.745-.837 1.293-.9zM18.424 24a1 1 0 0 0 .534-.59V24h-.534z"/><path fill="#231f20" d="M.692 0h17.653c.285.1.511.331.614.614V23.41a1.003 1.003 0 0 1-.534.59H.606c-.331-.151-.578-.489-.573-.86V.903C.024.498.314.126.694 0m.222.532a.399.399 0 0 0-.323.415v22.151c-.015.237.206.436.439.418 5.661 0 11.322.003 16.982-.001a.415.415 0 0 0 .427-.458c0-7.371.002-14.741-.001-22.112.016-.253-.223-.454-.468-.426C12.427.517 6.881.519 1.336.518c-.14.001-.281-.008-.42.015z"/><path fill="#231f20" d="M2.004 3.466c.175-.284.51-.436.835-.45.498-.037.984.209 1.316.568-.136.12-.276.236-.415.353-.29-.292-.739-.479-1.137-.302-.216.077-.263.424-.044.525.405.201.879.227 1.275.45.505.37.44 1.227-.092 1.544-.708.449-1.676.13-2.147-.518.149-.102.298-.205.45-.301.294.421.88.652 1.353.389.236-.112.325-.48.093-.64-.406-.264-.954-.2-1.333-.52-.318-.26-.371-.759-.154-1.098zM8.532 3.038h2.358v.549c-.592.002-1.184-.001-1.777.001-.001.228.001.455-.002.683.323.014.647.003.97.006v.56c-.323.002-.646 0-.969.001v.935c.607.003 1.214 0 1.82.001v.549H8.531V3.037zM5.063 3.038c.495 0 .99-.003 1.484.002.303 0 .62.081.839.302.408.405.343 1.172-.141 1.491-.475.322-1.075.157-1.611.199-.002.434 0 .868 0 1.302h-.571V3.039m.572.57v.849c.333 0 .667.005 1.001-.001.228-.003.468-.165.472-.409.02-.256-.234-.437-.47-.437-.334-.006-.669 0-1.003-.001zM11.58 3.039h2.358v.559c-.592.002-1.184 0-1.776.001-.001.226-.001.452 0 .678.323.002.646 0 .969.001v.559c-.323.002-.646 0-.969.001v.936c.607.002 1.214-.001 1.821.001v.558c-.801.002-1.602.001-2.402 0V3.038zM14.64 3.039c.673.027 1.45-.125 2.008.351.782.644.764 2.037-.068 2.633-.559.417-1.29.293-1.94.311V3.039m.56.571v2.153c.408.008.875.029 1.197-.269.395-.395.369-1.088.059-1.525-.292-.387-.82-.373-1.255-.358zM3.501 7.982h.571c.001.912-.001 1.823.001 2.735h1.819v.549H3.501V7.981zM6.485 7.982h.57v3.284c-.19.002-.38.002-.57 0V7.981zM7.929 7.982h.55c.308.649.614 1.3.921 1.949.309-.649.618-1.298.924-1.948.196-.002.392-.002.588-.001.009 1.095-.013 2.19-.011 3.285h-.558c-.003-.67.002-1.34-.002-2.01-.323.654-.63 1.315-.951 1.97-.302-.652-.598-1.307-.899-1.96-.003.667.001 1.334-.002 2.001h-.558c-.002-1.095-.001-2.191 0-3.286zM11.785 7.982h.57v3.284c-.19.002-.38.002-.57 0V7.981zM12.991 7.983c.794-.002 1.587-.001 2.381 0v.538c-.301.001-.602-.001-.904.001-.002.915.001 1.83-.001 2.746h-.581c-.002-.916.001-1.831-.001-2.746-.298-.002-.595 0-.893-.001v-.537zM2.594 14.257c1.031-.969 2.551-1.524 3.946-1.106.736.209 1.421.724 1.687 1.46.306.776.047 1.658-.5 2.257.825.549 1.237 1.644.917 2.593-.256.812-.954 1.419-1.737 1.71-1.621.616-3.553.056-4.674-1.247l1.087-.89c.254.243.516.483.828.651.578.328 1.279.388 1.923.262.446-.093.903-.304 1.154-.7.249-.385.19-.934-.145-1.25-.425-.426-1.066-.443-1.63-.427a336.54 336.54 0 0 1 0-1.421c.391-.019.811.063 1.172-.127.381-.184.468-.737.219-1.061-.223-.302-.595-.446-.954-.508-.836-.16-1.669.19-2.281.748-.335-.317-.678-.625-1.013-.943zM13.075 13.253c.833-.094 1.717.104 2.379.634 1.102.882 1.454 2.384 1.407 3.735-.025 1.3-.479 2.697-1.572 3.484-1.204.876-3.03.72-4.05-.373-1.089-1.126-1.325-2.825-1.078-4.318.142-.859.487-1.716 1.124-2.328a2.991 2.991 0 0 1 1.79-.833m.172 1.42c-.548.063-1.025.427-1.293.9-.39.681-.471 1.493-.429 2.263.049.698.242 1.436.758 1.937.63.606 1.723.589 2.352-.01.562-.539.76-1.343.791-2.097.019-.801-.078-1.661-.562-2.327-.356-.508-1.008-.759-1.617-.667z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M11.087 0h1.789c1.486.182 2.969.511 4.319 1.175 3.828 1.798 6.457 5.728 6.805 9.926v1.498c-.145 2.255-.883 4.476-2.201 6.319-2.021 2.908-5.377 4.756-8.887 5.082h-1.789c-4.052-.337-7.874-2.783-9.742-6.414C.597 16.141.195 14.527 0 12.905v-1.774c.328-4.212 2.969-8.156 6.805-9.958C8.144.514 9.615.19 11.087-.001m-.354 2.485c-3.548.424-6.708 3.029-7.823 6.42-.94 2.726-.563 5.87 1.016 8.285 1.847 2.922 5.358 4.688 8.807 4.381 3.59-.232 6.901-2.692 8.195-6.043 1.063-2.659.848-5.791-.582-8.275-1.85-3.346-5.827-5.322-9.613-4.768z"/><path fill="#fff" d="M10.733 2.484c3.786-.554 7.763 1.422 9.613 4.768 1.43 2.484 1.645 5.616.582 8.275-1.294 3.352-4.604 5.812-8.195 6.043-3.449.307-6.96-1.459-8.807-4.381-1.579-2.414-1.956-5.558-1.016-8.285 1.115-3.391 4.274-5.996 7.823-6.42M7.717 6.995c-1.012.398-1.566 1.492-1.523 2.545.482.006.965.002 1.447.005-.023-.475.034-1.032.494-1.294.626-.442 1.58.113 1.534.871-.032.593.176 1.338-.328 1.787-.335.326-.838.228-1.261.246l-.001 1.296c.49.006 1.073-.047 1.43.362.48.527.278 1.302.3 1.946-.005.748-.793 1.362-1.514 1.074-.703-.211-.846-1.022-.79-1.658l-1.44.001c-.194 1.416.86 2.918 2.327 3.007 1.494.197 2.946-1.156 2.872-2.656.077-.974-.002-2.153-.966-2.683.971-.767.91-2.116.738-3.215-.312-1.403-2.016-2.232-3.319-1.636m5.257-.049c-.001 1.71-.002 3.419 0 5.128.574-.073 1.271.208 1.724-.259.635-.46 1.73-.036 1.776.782.019.8.034 1.606-.01 2.405-.094.91-1.439 1.207-1.985.524-.319-.376-.3-.894-.31-1.356-.48-.001-.961-.001-1.441.001-.157 1.297.666 2.62 1.95 2.942 1.498.444 3.238-.763 3.236-2.351-.016-.973.124-1.974-.118-2.927-.436-1.356-2.178-1.865-3.384-1.218.004-.79 0-1.578.002-2.368 1.104-.002 2.209 0 3.313-.001l.001-1.303h-4.757z"/><path d="M7.717 6.995c1.303-.596 3.007.233 3.319 1.636.172 1.099.233 2.448-.738 3.215.964.53 1.043 1.709.966 2.683.074 1.5-1.378 2.852-2.872 2.656-1.466-.089-2.521-1.591-2.327-3.007l1.44-.001c-.056.636.086 1.447.79 1.658.721.288 1.51-.326 1.514-1.074-.022-.644.18-1.42-.3-1.946-.358-.409-.941-.356-1.43-.362l.001-1.296c.424-.018.926.08 1.261-.246.504-.449.295-1.194.328-1.787.047-.758-.907-1.313-1.534-.871-.461.262-.517.818-.494 1.294-.482-.002-.965.001-1.447-.005-.043-1.054.511-2.147 1.523-2.545zM12.974 6.944h4.757l-.001 1.303c-1.104.001-2.209-.001-3.313.001-.002.79.001 1.578-.002 2.368 1.206-.647 2.948-.138 3.384 1.218.241.953.102 1.954.118 2.927.001 1.588-1.739 2.795-3.236 2.351-1.284-.323-2.107-1.645-1.95-2.942.48-.002.961-.002 1.441-.001.01.462-.01.98.31 1.356.546.683 1.891.385 1.985-.524.043-.799.029-1.604.01-2.405-.046-.818-1.141-1.242-1.776-.782-.454.467-1.151.186-1.724.259-.002-1.709-.001-3.418 0-5.128z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-35--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.814A1.011 1.011 0 0 0 0 .751V0zM18.033 0h.824v.825A1.006 1.006 0 0 0 18.033 0zM.868.572c.138-.023.279-.014.418-.015C6.801.558 12.317.556 17.833.558c.244-.027.482.172.466.424.003 7.331.001 14.662.001 21.994a.413.413 0 0 1-.425.455c-5.631.004-11.261.001-16.891.001-.231.018-.451-.18-.436-.415V.984A.398.398 0 0 1 .869.572m1.049 2.973c-.178.334-.117.795.186 1.038.382.329.949.249 1.35.539.224.19.081.556-.171.645-.469.219-1.007-.018-1.293-.416-.15.096-.298.198-.445.299.468.645 1.431.962 2.136.515.529-.315.593-1.167.091-1.534-.393-.222-.864-.249-1.268-.448-.217-.102-.171-.447.045-.523.396-.175.842.01 1.13.3.138-.116.276-.231.412-.349-.336-.372-.842-.615-1.35-.564-.33.024-.667.196-.821.499m6.524-.482c-.002 1.089-.001 2.179 0 3.268h2.388v-.545c-.603-.003-1.207.001-1.811-.002v-.93c.321-.002.642 0 .963-.001v-.557c-.321-.003-.643.006-.964-.005.002-.227 0-.453.001-.68.589-.002 1.178.001 1.767-.001v-.546H8.443m-3.45 0v3.278h.568c.001-.432-.001-.863.001-1.295.533-.042 1.13.123 1.602-.198.481-.317.546-1.08.141-1.483-.217-.219-.534-.3-.835-.3-.492-.005-.984-.001-1.476-.002m6.481 0v3.277h2.389v-.555c-.603-.003-1.207.001-1.811-.002v-.931c.321-.001.642.001.963-.001v-.556c-.321-.001-.642.001-.963-.001v-.674c.589-.001 1.178.001 1.767-.001v-.556h-2.346m3.044 0v3.277c.656-.018 1.398.107 1.954-.327.804-.603.812-1.966.043-2.601-.555-.474-1.327-.322-1.997-.349M3.439 7.983v3.267h2.377c.002-.182.002-.364 0-.546-.603-.002-1.206 0-1.809-.001-.002-.907 0-1.814-.001-2.721a53.77 53.77 0 0 0-.568 0m2.97 0c-.002 1.089-.001 2.178 0 3.267h.567V7.982a53.582 53.582 0 0 0-.567 0m1.436 0c-.001 1.089-.002 2.179 0 3.268h.555c.003-.663 0-1.327.001-1.99.3.65.594 1.302.895 1.951.318-.652.625-1.309.946-1.96.004.666-.001 1.333.002 1.999h.555c-.002-1.089.021-2.178.011-3.267-.195-.001-.39-.001-.585.001-.305.646-.612 1.292-.919 1.937-.306-.645-.61-1.293-.916-1.938a49.686 49.686 0 0 0-.546 0m3.836-.001c-.002 1.089-.001 2.178 0 3.267h.567V7.982a53.582 53.582 0 0 0-.567 0m1.2.001c0 .178-.001.356 0 .534.296.002.592-.001.888.001.002.91-.001 1.821.001 2.731h.578c.002-.911-.001-1.821.001-2.731.3-.002.599 0 .899-.001v-.535h-2.367M2.538 14.223c.333.316.674.623 1.007.938.609-.555 1.437-.903 2.269-.744.357.062.728.205.949.506.247.322.161.873-.218 1.056-.359.189-.777.107-1.166.126v1.413c.56-.015 1.198.002 1.62.425.333.315.392.861.144 1.243-.251.394-.705.604-1.148.696-.642.126-1.338.066-1.913-.26-.31-.167-.57-.406-.823-.647l-1.081.885c1.116 1.295 3.036 1.853 4.649 1.239.768-.285 1.455-.876 1.718-1.668.337-.95-.07-2.059-.902-2.611.544-.596.802-1.474.498-2.245-.264-.732-.947-1.244-1.678-1.452-1.388-.416-2.9.135-3.925 1.1m8.261-1.044c-.095 1.318-.193 2.636-.282 3.954.424.132.843.282 1.27.4.596-.205 1.2-.453 1.842-.446.474-.015.96.18 1.269.544.38.441.451 1.118.162 1.625-.269.487-.813.766-1.353.821-.989.079-1.95-.257-2.846-.638-.221.42-.445.838-.664 1.259 1.001.439 2.071.789 3.177.773.794.011 1.607-.223 2.223-.736.6-.486.97-1.238.995-2.009.078-1.257-.774-2.499-1.984-2.859-.861-.254-1.789-.098-2.625.179.027-.503.048-1.005.077-1.508h3.915c.017-.453.025-.906.024-1.359h-5.197z"/><path fill="#fff" d="M5.562 3.633c.333 0 .666-.004.998.001.234 0 .487.18.467.435-.004.243-.243.404-.469.407-.332.006-.664.001-.996.001v-.845zM15.076 3.633c.433-.014.958-.028 1.248.356.309.435.335 1.125-.058 1.518-.32.296-.785.276-1.19.267a763.98 763.98 0 0 1 0-2.141zM18.32 23.895c.286-.132.471-.417.537-.719V24H0v-.777a.97.97 0 0 0 .942.766h16.629c.251-.001.518.025.749-.095z"/><path fill="#231f20" d="M.814 0h17.219c.417.065.757.408.824.825v22.351c-.066.302-.251.587-.537.719-.231.12-.498.094-.749.095H.942A.97.97 0 0 1 0 23.224V.751C.092.365.423.063.814 0m.054.572a.396.396 0 0 0-.321.412v22.033c-.015.236.205.434.436.415 5.63 0 11.261.003 16.891-.001a.413.413 0 0 0 .425-.455c0-7.332.002-14.663-.001-21.994.016-.252-.222-.451-.466-.424C12.316.556 6.801.558 1.285.557c-.139.001-.28-.008-.418.015z"/><path fill="#231f20" d="M1.918 3.545c.154-.303.491-.476.821-.499.508-.051 1.014.192 1.35.564-.136.118-.274.234-.412.349-.288-.29-.734-.475-1.13-.3-.216.077-.262.421-.045.523.404.199.875.225 1.268.448.501.368.438 1.219-.091 1.534-.704.447-1.667.13-2.136-.515.147-.101.295-.202.445-.299.287.398.824.635 1.293.416.251-.089.395-.454.171-.645-.401-.29-.967-.21-1.35-.539-.303-.243-.363-.704-.186-1.038zM8.444 3.064h2.345v.546c-.589.002-1.178-.001-1.767.001l-.001.68c.321.011.643.002.964.005v.557c-.321.002-.642-.001-.963.001v.93c.604.003 1.207-.001 1.811.002v.545H8.445c-.001-1.089-.002-2.178 0-3.268zM4.993 3.065c.492 0 .984-.003 1.476.002.301 0 .618.081.835.3.405.403.341 1.166-.141 1.483-.473.32-1.07.156-1.602.198-.002.432 0 .863-.001 1.295a53.77 53.77 0 0 1-.568 0V3.065m.57.568v.845c.332 0 .664.005.996-.001.226-.003.465-.164.469-.407.02-.255-.233-.435-.467-.435-.333-.006-.666-.001-.998-.001zM11.475 3.065h2.346v.556c-.589.002-1.178 0-1.767.001v.674c.321.002.642 0 .963.001v.556c-.321.002-.642 0-.963.001v.931c.604.003 1.207-.001 1.811.002v.555c-.796.002-1.593.001-2.389 0V3.065zM14.518 3.065c.67.027 1.442-.125 1.997.349.769.634.761 1.998-.043 2.601-.557.435-1.299.31-1.954.327V3.065m.558.568a763.98 763.98 0 0 0 0 2.141c.405.008.87.029 1.19-.267.393-.393.367-1.082.058-1.518-.291-.384-.816-.37-1.248-.356zM3.439 7.983h.568c.001.907-.001 1.814.001 2.721.603.001 1.206-.001 1.809.001v.546H3.44V7.984zM6.408 7.982h.567v3.267c-.189.002-.378.002-.567 0V7.982zM7.844 7.982h.546c.306.645.61 1.293.916 1.938.308-.645.615-1.291.919-1.937.195-.002.39-.002.585-.001.009 1.089-.013 2.178-.011 3.267h-.555c-.003-.666.002-1.333-.002-1.999-.321.651-.628 1.308-.946 1.96-.301-.649-.596-1.301-.895-1.951-.002.663.001 1.327-.001 1.99h-.555c-.002-1.089-.001-2.178 0-3.268zM11.679 7.982h.567v3.267c-.189.002-.378.002-.567 0V7.982zM12.879 7.983c.789-.002 1.578-.001 2.367 0v.535c-.3.002-.599-.001-.899.001-.002.91.001 1.821-.001 2.731h-.578c-.002-.911.001-1.821-.001-2.731-.296-.002-.592.001-.888-.001a47.526 47.526 0 0 1 0-.534zM2.538 14.223c1.026-.965 2.538-1.516 3.925-1.1.732.208 1.414.72 1.678 1.452.305.771.046 1.649-.498 2.245.831.552 1.239 1.661.902 2.611-.263.792-.949 1.383-1.718 1.668-1.613.613-3.534.056-4.649-1.239l1.081-.885c.252.241.513.48.823.647.575.327 1.272.386 1.913.26.444-.093.897-.302 1.148-.696a1.002 1.002 0 0 0-.144-1.243c-.422-.423-1.061-.441-1.62-.425-.002-.471-.001-.942 0-1.413.389-.019.807.063 1.166-.126.379-.183.465-.733.218-1.056-.222-.301-.592-.444-.949-.506-.832-.159-1.66.189-2.269.744-.333-.315-.675-.622-1.007-.938zM10.799 13.179h5.197c.001.453-.007.906-.024 1.359h-3.915c-.029.503-.049 1.005-.077 1.508.836-.277 1.764-.433 2.625-.179 1.209.36 2.061 1.602 1.984 2.859a2.734 2.734 0 0 1-.995 2.009c-.616.513-1.429.747-2.223.736-1.105.016-2.176-.334-3.177-.773.219-.421.443-.84.664-1.259.897.381 1.857.717 2.846.638.541-.054 1.084-.334 1.353-.821a1.448 1.448 0 0 0-.162-1.625 1.607 1.607 0 0 0-1.269-.544c-.642-.007-1.246.24-1.842.446-.427-.118-.846-.269-1.27-.4.09-1.318.187-2.636.282-3.954z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.08 0h1.543c4.586.22 8.876 3.272 10.531 7.561.456 1.085.654 2.249.846 3.403v2.038c-.385 4.04-2.854 7.832-6.499 9.664-1.382.745-2.922 1.115-4.466 1.334h-2.028c-4.013-.385-7.782-2.821-9.629-6.426C.56 16.052.14 14.347 0 12.632v-1.256c.139-1.747.575-3.482 1.418-5.027C3.289 2.76 7.068.356 11.079 0m-.111 2.461c-3.611.342-6.862 2.94-8.027 6.368-.9 2.552-.656 5.484.677 7.842 1.674 3.068 5.126 5.054 8.623 4.93 3.863-.043 7.51-2.683 8.788-6.324.967-2.632.701-5.686-.726-8.101-1.83-3.228-5.648-5.162-9.335-4.715z"/><path fill="#fff" d="M10.968 2.461c3.686-.448 7.505 1.487 9.335 4.715 1.427 2.416 1.693 5.47.726 8.101-1.278 3.641-4.925 6.281-8.788 6.324-3.497.125-6.949-1.861-8.623-4.93-1.333-2.358-1.577-5.29-.677-7.842 1.165-3.428 4.416-6.026 8.027-6.368m5.166 4.936c-1.008.127-1.957.722-2.431 1.633-.656 1.256-.68 2.734-.547 4.112.133 1.272.732 2.633 1.967 3.175 1.218.511 2.72.485 3.859-.217 1.186-.778 1.578-2.275 1.626-3.614.049-1.41-.076-2.982-1.051-4.087-.844-.948-2.22-1.169-3.422-1.002M3.766 13.242c-.13.546-.02 1.142-.054 1.708 1.607.006 3.212-.001 4.819.005.005.505 0 1.01.004 1.517.608.001 1.216.002 1.824-.001.005-.505 0-1.01.002-1.516.366-.002.732-.004 1.098-.004.002-.565.004-1.129 0-1.693l-1.097-.002c-.006-1.908.002-3.817-.004-5.725-.776-.004-1.553-.002-2.329-.001-1.424 1.901-2.855 3.8-4.264 5.713z"/><path fill="#fff" d="M16.235 9.154c.884-.355 1.958.148 2.24 1.06.396 1.224.416 2.641-.115 3.828-.475 1.076-2.12 1.242-2.818.305-.653-.916-.632-2.122-.538-3.194.086-.792.415-1.704 1.23-1.998zM5.761 13.254c.92-1.249 1.844-2.494 2.771-3.738.001 1.246.002 2.492-.001 3.738-.923.004-1.846.004-2.77 0z"/><path d="M16.134 7.397c1.202-.167 2.579.054 3.422 1.002.976 1.105 1.1 2.677 1.051 4.087-.048 1.339-.44 2.837-1.626 3.614-1.139.702-2.641.728-3.859.217-1.235-.542-1.834-1.903-1.967-3.175-.133-1.379-.109-2.856.547-4.112.474-.911 1.423-1.506 2.431-1.633m.102 1.757c-.815.294-1.144 1.206-1.23 1.998-.095 1.073-.115 2.279.538 3.194.697.937 2.342.772 2.818-.305.532-1.187.511-2.604.115-3.828-.282-.912-1.356-1.415-2.24-1.06zM3.766 13.242C5.175 11.329 6.605 9.43 8.03 7.529c.776-.001 1.553-.002 2.329.001.006 1.908-.002 3.817.004 5.725l1.097.002c.004.564.002 1.128 0 1.693-.366 0-.732.001-1.098.004-.002.505.002 1.01-.002 1.516-.608.004-1.216.002-1.824.001-.004-.506.001-1.012-.004-1.517-1.607-.006-3.212.001-4.819-.005.034-.565-.076-1.162.054-1.708m1.994.013c.924.004 1.847.004 2.77 0 .004-1.246.002-2.492.001-3.738-.926 1.244-1.85 2.489-2.771 3.738z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-40--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.815A1.009 1.009 0 0 0 0 .751V0zM18 0h.866v24H0v-.813c.09.43.496.767.938.759H17.54c.22-.004.449.024.66-.058a.955.955 0 0 0 .623-.868V1.282c-.001-.254.029-.525-.1-.757-.135-.283-.418-.471-.723-.527z"/><path fill="#fff" d="M.866.571c.138-.023.278-.014.417-.015C6.789.557 12.294.555 17.8.557c.243-.027.481.172.465.423.003 7.318.001 14.637.001 21.955a.412.412 0 0 1-.424.454c-5.621.004-11.241.001-16.862.001-.23.018-.45-.179-.435-.414V.982A.397.397 0 0 1 .866.571m1.081 2.913c-.221.345-.159.859.176 1.11.353.273.829.255 1.218.446.148.065.252.228.213.392-.045.238-.294.366-.516.393-.418.083-.805-.166-1.051-.484-.151.096-.298.198-.446.299.468.643 1.428.96 2.131.514.528-.314.594-1.165.092-1.533-.393-.222-.864-.247-1.266-.447-.218-.101-.171-.445.044-.522.395-.175.841.01 1.129.3.138-.116.277-.231.412-.351-.33-.357-.813-.601-1.307-.564-.323.014-.655.165-.83.447m6.483-.425c-.002 1.087-.001 2.175 0 3.262h2.384v-.545c-.602-.002-1.205.001-1.807-.001v-.929c.32-.002.641 0 .961-.001v-.556c-.319.001-.637-.002-.956.002-.012-.228-.004-.457-.006-.686.588-.002 1.176.001 1.764-.001v-.545H8.428m-3.444 0v3.272h.567c.001-.431-.001-.862.001-1.292.532-.041 1.128.122 1.6-.197.48-.316.545-1.078.14-1.48-.217-.219-.533-.3-.833-.3-.491-.005-.983-.001-1.474-.002m6.47 0v3.271h2.385v-.554c-.602-.003-1.205 0-1.807-.001v-.93c.32-.001.641.001.962-.001V4.29c-.32-.001-.641.001-.962-.001a75.488 75.488 0 0 1 0-.673c.588-.001 1.176.001 1.763-.001V3.06a913.38 913.38 0 0 0-2.341 0m3.037 0v3.271c.655-.018 1.395.107 1.951-.327.803-.602.811-1.963.043-2.596-.554-.473-1.325-.321-1.994-.348M3.433 7.968v3.262h2.373v-.545H4c-.002-.905 0-1.81-.001-2.716a53.582 53.582 0 0 0-.567 0m2.964-.001v3.261h.566V7.968a53.393 53.393 0 0 0-.566 0m1.433 0v3.262h.554c.003-.662 0-1.325.001-1.987.299.649.593 1.299.893 1.947.319-.65.624-1.307.945-1.956.003.665-.001 1.33.002 1.996h.554c-.002-1.087.021-2.174.011-3.262a56.843 56.843 0 0 0-.584 0c-.304.646-.61 1.29-.918 1.935l-.914-1.935a49.686 49.686 0 0 0-.546 0m3.831 0v3.261h.566V7.968a53.393 53.393 0 0 0-.566 0m1.198.001v.533c.295.002.591-.001.886.001.002.909-.001 1.817.001 2.726h.577c.002-.909-.001-1.818.001-2.726.299-.002.598 0 .897-.001.001-.178.001-.356 0-.534h-2.363m.339 4.759c-1.012.082-1.928.725-2.403 1.613-.492.887-.637 1.926-.596 2.929.05 1.432.753 2.968 2.125 3.565.983.428 2.193.317 3.062-.32 1.1-.8 1.536-2.221 1.549-3.531.024-1.291-.314-2.705-1.336-3.572-.655-.559-1.554-.776-2.4-.684m-6.583.222c-1.636 1.686-3.258 3.388-4.889 5.079v1.405c1.615.002 3.23-.001 4.844.001.001.559-.001 1.119.001 1.678H7.99v-1.689c.371-.002.741.001 1.112-.001v-1.368c-.374-.002-.748 0-1.123-.001v-5.122c-.454.011-.92-.026-1.367.018z"/><path fill="#fff" d="M5.552 3.627c.402.024.82-.058 1.21.05.344.115.322.656-.024.75-.385.093-.792.021-1.186.043v-.843zM15.049 3.627c.432-.014.956-.028 1.246.356.308.435.335 1.123-.058 1.515-.32.295-.783.275-1.188.266V3.627zM13.406 14.133c.56-.063 1.148.164 1.493.615.447.57.583 1.316.6 2.024.022.832-.134 1.741-.726 2.366-.608.641-1.73.691-2.377.082-.55-.516-.737-1.296-.774-2.024-.033-.764.061-1.573.474-2.234.28-.457.77-.788 1.31-.829zM3.582 18.063c.998-1.043 1.991-2.089 2.995-3.126v3.126H3.582z"/><path fill="#231f20" d="M.815 0h17.186c.305.056.588.243.723.527.129.231.099.503.1.757v21.738a.958.958 0 0 1-.623.868c-.21.081-.44.054-.66.058H.939a.972.972 0 0 1-.938-.759V.753C.092.366.424.063.816.002m.05.569a.397.397 0 0 0-.321.411v21.994c-.015.235.205.432.435.414 5.621 0 11.241.003 16.862-.001a.412.412 0 0 0 .424-.454c0-7.318.002-14.637-.001-21.955.016-.251-.222-.45-.465-.423C12.294.555 6.789.557 1.283.556 1.144.557 1.004.548.866.571z"/><path fill="#231f20" d="M1.947 3.484c.174-.282.507-.433.83-.447.494-.037.978.207 1.307.564-.135.119-.274.234-.412.351-.288-.29-.733-.475-1.129-.3-.215.076-.262.421-.044.522.402.2.873.225 1.266.447.502.367.436 1.219-.092 1.533-.703.445-1.663.129-2.131-.514.148-.101.295-.203.446-.299.246.318.633.566 1.051.484.222-.027.471-.154.516-.393.039-.163-.064-.327-.213-.392-.389-.191-.865-.173-1.218-.446-.335-.251-.397-.764-.176-1.11zM8.429 3.059h2.341v.545c-.588.002-1.176-.001-1.764.001.002.228-.006.457.006.686.318-.004.637-.001.956-.002v.556c-.32.002-.641-.001-.961.001v.929c.603.003 1.205 0 1.807.001v.545H8.43V3.059zM4.984 3.059c.491 0 .983-.003 1.474.002.3 0 .616.081.833.3.404.403.34 1.164-.14 1.48-.472.32-1.068.156-1.6.197-.002.431 0 .862-.001 1.292h-.567V3.058m.569.569v.843c.394-.021.8.05 1.186-.043.347-.094.368-.635.024-.75-.391-.108-.809-.026-1.21-.05zM11.455 3.06h2.341v.555c-.588.002-1.176 0-1.763.001v.673c.321.002.641 0 .962.001v.555c-.32.002-.641 0-.962.001v.93c.603.002 1.205-.001 1.807.001v.554c-.795.002-1.59.001-2.385 0V3.06zM14.492 3.06c.669.027 1.44-.124 1.994.348.768.634.76 1.994-.043 2.596-.556.434-1.296.309-1.951.327V3.06m.557.567v2.137c.405.009.868.029 1.188-.266.393-.393.366-1.081.058-1.515-.29-.383-.814-.37-1.246-.356zM3.433 7.968H4c.001.905-.001 1.81.001 2.716h1.806v.545H3.434V7.967zM6.396 7.968h.566v3.261c-.189.002-.378.002-.566 0V7.968zM7.829 7.968h.546l.914 1.935c.308-.644.614-1.289.918-1.935.194-.002.389-.001.584 0 .009 1.087-.013 2.175-.011 3.262h-.554c-.003-.665.001-1.33-.002-1.996-.321.649-.626 1.306-.945 1.956-.3-.648-.595-1.298-.893-1.947-.002.662.001 1.325-.001 1.987h-.554c-.002-1.087-.001-2.175 0-3.262zM11.658 7.968h.566v3.261c-.189.002-.378.001-.566 0V7.968zM12.856 7.969a620.42 620.42 0 0 1 2.363 0c.001.178.001.356 0 .534-.299.001-.598-.001-.897.001-.002.909.001 1.817-.001 2.726h-.577c-.002-.909.001-1.818-.001-2.726-.296-.002-.591.001-.886-.001a47.348 47.348 0 0 1 0-.533zM13.194 12.727c.847-.091 1.745.126 2.4.684 1.023.867 1.36 2.281 1.336 3.572-.013 1.31-.449 2.731-1.549 3.531-.869.637-2.079.748-3.062.32-1.372-.598-2.075-2.133-2.125-3.565-.042-1.002.104-2.042.595-2.929.476-.888 1.392-1.532 2.403-1.613m.214 1.406c-.54.041-1.03.372-1.31.829-.413.661-.507 1.47-.474 2.234.037.728.225 1.508.774 2.024.646.61 1.769.56 2.377-.082.592-.625.749-1.534.726-2.366-.017-.707-.153-1.454-.6-2.024-.345-.451-.933-.678-1.493-.615zM6.612 12.949c.447-.044.913-.007 1.367-.018v5.122c.374.001.749-.001 1.123.001v1.368c-.37.002-.741-.001-1.112.001v1.689c-.474.002-.948.001-1.422 0-.002-.559 0-1.119-.001-1.678-1.615-.002-3.23 0-4.844-.001v-1.405c1.632-1.691 3.253-3.393 4.889-5.079m-3.03 5.114h2.995v-3.126c-1.004 1.037-1.997 2.083-2.995 3.126z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-45--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.119 0h1.492c4.621.214 8.942 3.311 10.577 7.645.438 1.073.635 2.218.812 3.355v1.97c-.368 4.024-2.808 7.804-6.419 9.654-1.416.772-2.996 1.165-4.585 1.375H11.04c-4.52-.392-8.693-3.468-10.259-7.747-.452-1.16-.668-2.395-.781-3.631V11.39C.217 7.081 2.905 3.007 6.821 1.177 8.164.507 9.641.193 11.119 0m-.15 2.461c-3.612.341-6.863 2.94-8.028 6.37-.9 2.551-.656 5.483.677 7.841 1.692 3.106 5.208 5.098 8.746 4.926 3.82-.095 7.402-2.72 8.666-6.323.966-2.632.7-5.683-.727-8.099-1.83-3.228-5.647-5.162-9.334-4.715z"/><path fill="#fff" d="M10.969 2.461c3.686-.448 7.504 1.487 9.334 4.715 1.427 2.416 1.693 5.467.727 8.099-1.265 3.602-4.847 6.228-8.666 6.323-3.538.172-7.054-1.82-8.746-4.926-1.333-2.358-1.577-5.29-.677-7.841 1.165-3.43 4.416-6.029 8.028-6.37m3.09 4.979c-.295 1.678-.547 3.362-.811 5.045.528-.007 1.056-.005 1.584-.005.431-.971 1.999-.923 2.423.028.374.804.332 1.952-.43 2.521-.763.53-2.046.152-2.101-.871-.595-.001-1.189-.005-1.783.004.119.695.329 1.426.892 1.896 1.273 1.086 3.37.978 4.561-.185 1.126-1.216 1.186-3.252.176-4.554-.872-1.094-2.602-1.272-3.709-.43.095-.63.216-1.255.282-1.889h3.805V7.44h-4.889M3.768 13.242c-.134.548-.023 1.144-.056 1.71 1.606.004 3.212-.001 4.818.002.002.505.001 1.01.002 1.517.61.002 1.219.002 1.828 0l.001-1.517 1.099-.004c.002-.565.002-1.129 0-1.694l-1.098-.002c-.004-1.908.001-3.817-.002-5.725-.778-.002-1.555-.001-2.332-.001-1.421 1.904-2.857 3.798-4.26 5.714z"/><path fill="#fff" d="M5.762 13.253c.92-1.243 1.836-2.49 2.766-3.726.006 1.242.002 2.484.001 3.727-.922.002-1.844.002-2.767-.001z"/><path fill="#030303" d="M14.059 7.44h4.889V9h-3.805c-.066.634-.187 1.259-.282 1.889 1.108-.842 2.837-.665 3.709.43 1.009 1.302.949 3.338-.176 4.554-1.192 1.163-3.288 1.271-4.561.185-.563-.47-.773-1.201-.892-1.896.594-.008 1.188-.005 1.783-.004.055 1.024 1.338 1.402 2.101.871.762-.569.804-1.717.43-2.521-.424-.95-1.992-.998-2.423-.028-.528 0-1.056-.002-1.584.005.264-1.682.516-3.367.811-5.045zM3.768 13.242c1.403-1.916 2.839-3.81 4.26-5.714.776 0 1.554-.001 2.332.001.004 1.908-.001 3.817.002 5.725l1.098.002c.002.565.002 1.129 0 1.694l-1.099.004-.001 1.517c-.608.002-1.218.002-1.828 0-.001-.506 0-1.012-.002-1.517-1.606-.004-3.212.001-4.818-.002.034-.566-.078-1.162.056-1.71m1.994.011c.923.004 1.846.004 2.767.001.001-1.243.005-2.485-.001-3.727-.93 1.236-1.846 2.483-2.766 3.726z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-45--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.755C.421.069.121.296 0 .62V0zM18.004 0h.853v24H0v-.626a.976.976 0 0 0 .9.615h16.629c.22-.003.45.022.66-.057a.958.958 0 0 0 .625-.872V.939c.006-.46-.366-.86-.81-.94z"/><path fill="#fff" d="M.825.571c.138-.022.279-.013.418-.015C6.758.557 12.274.555 17.789.557c.244-.028.483.171.467.424.004 7.331.001 14.662.001 21.993a.414.414 0 0 1-.425.456c-5.631.004-11.262.001-16.892.001-.231.018-.451-.18-.436-.417V.984A.399.399 0 0 1 .825.57m1.116 2.871c-.252.336-.214.871.119 1.141.377.319.922.258 1.327.519.231.159.142.526-.092.636-.469.265-1.053.032-1.345-.386-.152.094-.299.197-.447.296.464.65 1.431.963 2.135.518.529-.315.594-1.167.092-1.535-.394-.222-.865-.248-1.268-.448-.219-.101-.172-.446.043-.523.396-.176.843.011 1.131.3.138-.117.278-.232.413-.353-.501-.587-1.573-.836-2.107-.166m6.459-.376a890.53 890.53 0 0 0 0 3.269h2.388v-.546c-.604-.003-1.208.001-1.811-.002v-.93c.321-.002.642 0 .963-.001v-.557c-.322-.005-.645.01-.966-.008.005-.225.002-.451.003-.677.589-.002 1.178.001 1.767-.001v-.546H8.4m-3.45 0v3.278h.568V5.048c.532-.041 1.129.122 1.602-.197.481-.317.546-1.08.141-1.483-.217-.219-.534-.3-.834-.3-.492-.005-.984-.001-1.477-.002m6.483-.001v3.277c.796 0 1.593.002 2.389-.001v-.555c-.604-.003-1.207 0-1.811-.002v-.931c.321-.001.642.001.963-.001v-.556c-.321-.001-.642.001-.964-.001v-.674l1.767-.001v-.556h-2.346m3.044.001v3.277c.647-.019 1.374.105 1.93-.309.828-.592.845-1.978.067-2.619-.555-.474-1.328-.322-1.997-.349M3.396 7.983v3.267h2.378v-.546c-.603-.001-1.205-.002-1.808 0-.006-.907-.001-1.815-.003-2.722a53.77 53.77 0 0 0-.568 0m2.971-.001c-.005 1.089-.002 2.179-.002 3.268.189.001.379.002.568-.001-.002-1.089 0-2.177-.001-3.266l-.566-.001m1.436.001c-.001 1.089-.002 2.179 0 3.268h.555c.004-.663-.001-1.325.003-1.987.298.644.59 1.29.888 1.934.34-.636.625-1.301.951-1.945.006.666-.001 1.332.003 1.998h.555c-.002-1.089.021-2.178.012-3.268-.195-.001-.39-.002-.585.001-.303.644-.608 1.287-.915 1.929-.318-.638-.61-1.288-.919-1.93a49.686 49.686 0 0 0-.546 0m3.835-.001c-.006 1.089-.002 2.179-.002 3.269.189.001.379.002.568-.001-.002-1.089 0-2.177-.001-3.266-.189-.001-.377 0-.565-.002m1.198.002v.534c.296.002.592-.001.888.001.002.91-.001 1.821.001 2.731h.578c.002-.91-.001-1.821.001-2.731.3-.002.599 0 .899-.001v-.535h-2.368M11.071 12.9c-.09 1.32-.186 2.64-.283 3.959.387.131.777.249 1.165.378.174.068.336-.075.501-.112.712-.25 1.544-.489 2.26-.124.649.308.971 1.134.705 1.801-.229.625-.897.982-1.536 1.014-.956.044-1.881-.273-2.748-.646l-.666 1.259c1.061.466 2.204.827 3.377.77.789-.027 1.587-.309 2.165-.859.917-.831 1.109-2.29.523-3.364-.436-.837-1.313-1.428-2.257-1.495a5.184 5.184 0 0 0-2.02.296c.03-.501.045-1.003.078-1.504l3.919-.001c.006-.457.021-.914.022-1.37-1.734-.002-3.469 0-5.204-.001m-4.49.07c-1.64 1.689-3.264 3.395-4.899 5.088v1.408c1.618.003 3.236 0 4.853.002.001.56-.001 1.121.001 1.681.475 0 .95.003 1.425-.001a476.58 476.58 0 0 1 0-1.691c.372-.002.743.001 1.114-.001v-1.37c-.375-.002-.75 0-1.125-.001v-5.131c-.455.011-.919-.025-1.368.017z"/><path fill="#fff" d="M5.519 3.633c.332.001.665-.004.997.001.235 0 .489.181.468.436-.004.243-.244.403-.47.406-.331.006-.663.001-.995.001v-.845zM15.033 3.633c.433-.014.958-.028 1.248.356.309.435.335 1.125-.058 1.518-.32.296-.784.275-1.19.267a763.98 763.98 0 0 1 0-2.141zM3.547 18.095c.997-1.046 1.994-2.092 2.998-3.131v3.132c-.999.001-1.999.002-2.999-.001z"/><path fill="#231f20" d="M.755 0h17.249c.444.08.816.48.81.94v22.121a.96.96 0 0 1-.625.872c-.211.08-.44.054-.66.057H.9a.976.976 0 0 1-.9-.615V.62C.121.296.421.069.755 0m.07.571a.398.398 0 0 0-.321.414v22.03c-.015.236.204.435.436.417 5.631 0 11.262.003 16.892-.001.247.016.452-.213.425-.456 0-7.331.003-14.662-.001-21.993.017-.252-.222-.452-.467-.424C12.274.556 6.758.558 1.243.557 1.104.558.963.55.825.572z"/><path fill="#231f20" d="M1.941 3.441c.534-.67 1.605-.421 2.107.166-.135.121-.274.236-.413.353-.288-.29-.735-.476-1.131-.3-.216.077-.262.422-.043.523.403.2.874.225 1.268.448.502.368.437 1.22-.092 1.535-.704.445-1.671.132-2.135-.518.149-.099.295-.202.447-.296.292.418.876.651 1.345.386.234-.11.323-.477.092-.636-.405-.261-.95-.199-1.327-.519-.333-.27-.371-.805-.119-1.141zM8.401 3.064h2.345v.546c-.589.002-1.178-.001-1.767.001-.001.225.002.451-.003.677.321.018.644.003.966.008v.557c-.321.002-.642-.001-.963.001v.93c.603.003 1.207 0 1.811.002v.546H8.402c-.001-1.089-.002-2.179 0-3.269zM4.95 3.065c.492 0 .984-.003 1.477.002.301 0 .617.081.834.3.405.404.341 1.167-.141 1.483-.473.319-1.07.156-1.602.197-.002.432 0 .863 0 1.295H4.95a1790.88 1790.88 0 0 1 0-3.278m.569.569v.845c.332 0 .663.005.995-.001.226-.003.466-.163.47-.406.021-.255-.233-.436-.468-.436-.332-.006-.665 0-.997-.001zM11.433 3.065h2.346v.556l-1.767.001v.674c.321.002.642 0 .964.001v.556c-.321.002-.642 0-.963.001v.931c.604.003 1.207-.001 1.811.002v.555c-.797.003-1.593.001-2.389.001V3.066zM14.475 3.065c.669.027 1.442-.125 1.997.349.778.641.76 2.026-.067 2.619-.556.415-1.283.291-1.93.309V3.065m.558.568a763.98 763.98 0 0 0 0 2.141c.406.008.87.029 1.19-.267.393-.393.367-1.083.058-1.518-.291-.384-.816-.37-1.248-.356zM3.396 7.983h.568c.002.907-.003 1.815.003 2.722.603-.002 1.205-.002 1.808 0v.546H3.397V7.984zM6.366 7.981l.566.001c.001 1.089-.001 2.177.001 3.266a21.51 21.51 0 0 1-.568.001c0-1.089-.003-2.179.002-3.268zM7.801 7.982h.546c.309.642.601 1.293.919 1.93a282.7 282.7 0 0 0 .915-1.929c.195-.003.39-.002.585-.001.009 1.089-.013 2.178-.012 3.268h-.555c-.004-.666.002-1.332-.003-1.998-.326.644-.612 1.309-.951 1.945-.298-.644-.59-1.29-.888-1.934-.004.663.001 1.325-.003 1.987h-.555a889.986 889.986 0 0 1 0-3.268zM11.638 7.981c.189.002.377.001.565.002.001 1.089-.001 2.177.001 3.266a21.51 21.51 0 0 1-.568.001c0-1.09-.004-2.179.002-3.269zM12.836 7.983c.789-.002 1.578-.001 2.368 0v.535c-.3.001-.599-.001-.899.001-.002.91.001 1.821-.001 2.731h-.578c-.002-.91.001-1.821-.001-2.731-.296-.002-.592.001-.888-.001v-.534zM11.071 12.9c1.735 0 3.47-.001 5.204.001-.001.456-.016.913-.022 1.37l-3.919.001c-.033.501-.048 1.003-.078 1.504a5.184 5.184 0 0 1 2.02-.296c.945.067 1.821.659 2.257 1.495.586 1.074.394 2.532-.523 3.364-.578.55-1.375.832-2.165.859-1.173.057-2.316-.304-3.377-.77l.666-1.259c.867.372 1.792.69 2.748.646.64-.032 1.307-.389 1.536-1.014.266-.667-.056-1.493-.705-1.801-.716-.365-1.548-.126-2.26.124-.166.037-.327.18-.501.112-.388-.128-.779-.246-1.165-.378.097-1.319.193-2.639.283-3.959zM6.582 12.971c.449-.042.913-.006 1.368-.017v5.131c.375.001.75-.001 1.125.001v1.37c-.372.002-.743 0-1.114.001v1.691c-.475.004-.95.001-1.425.001-.002-.56 0-1.121-.001-1.681-1.617-.002-3.235.001-4.853-.002v-1.408c1.636-1.693 3.26-3.399 4.899-5.088m-3.034 5.125c.999.003 1.999.002 2.999.001v-3.132c-1.004 1.038-2.001 2.085-2.998 3.131z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-5--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.128 0h1.474c4.1.203 8.006 2.632 9.941 6.262.822 1.459 1.238 3.101 1.458 4.751v1.93c-.355 4.033-2.8 7.828-6.419 9.682-1.418.774-3.002 1.169-4.595 1.376h-1.92C6.536 23.623 2.35 20.54.782 16.254c-.431-1.079-.616-2.23-.781-3.373v-1.715c.192-1.672.601-3.335 1.418-4.817C3.295 2.748 7.099.335 11.128.001m.439 2.818c-2.87.102-5.624 1.672-7.207 4.063-1.622 2.383-2.002 5.549-1.006 8.252 1.228 3.524 4.784 6.071 8.521 6.067 3.545.097 6.996-2.089 8.466-5.306a9.247 9.247 0 0 0 .038-7.705c-1.488-3.362-5.135-5.609-8.813-5.371z"/><path fill="#ffd100" d="M11.567 2.819c3.678-.238 7.325 2.009 8.813 5.371 1.109 2.412 1.094 5.304-.038 7.705-1.47 3.217-4.921 5.404-8.466 5.306-3.737.004-7.294-2.543-8.521-6.067-.996-2.704-.617-5.869 1.006-8.252 1.583-2.392 4.337-3.961 7.207-4.063M9.457 6.401c-.26 1.796-.475 3.599-.727 5.396.606.308 1.231.576 1.849.858.464-.856 1.745-1.069 2.398-.312.698.883.67 2.422-.257 3.138-.785.569-1.919.118-2.245-.756-.587.179-1.178.347-1.766.526.36 1.139 1.35 2.06 2.532 2.284 1.384.305 2.899-.406 3.57-1.649.738-1.403.686-3.234-.239-4.54-.824-1.152-2.405-1.618-3.74-1.181.085-.63.164-1.26.254-1.889 1.259-.012 2.516.001 3.775-.006.002-.623.004-1.246-.001-1.868-1.801-.005-3.601-.001-5.402-.001z"/><path fill="#030200" d="M9.457 6.401c1.801 0 3.601-.004 5.402.001.005.623.004 1.246.001 1.868-1.259.007-2.516-.006-3.775.006-.09.629-.169 1.259-.254 1.889 1.336-.437 2.916.029 3.74 1.181.925 1.306.977 3.137.239 4.54-.671 1.243-2.186 1.954-3.57 1.649-1.182-.223-2.172-1.145-2.532-2.284.588-.179 1.18-.347 1.766-.526.326.874 1.46 1.325 2.245.756.926-.716.955-2.255.257-3.138-.653-.757-1.933-.544-2.398.312-.618-.282-1.243-.55-1.849-.858.252-1.798.467-3.6.727-5.396z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--maximum-speed-limit-5--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#2b2b2b" opacity=".91" d="M.851 0h18.294l-.155.079C12.994.114 6.995.111.999.081L.851 0z"/><path fill="#fff" d="M.999.081C6.995.111 12.994.114 18.99.079c.423.117.729.436.917.82-.002 7.363-.03 14.727.014 22.088-.116.425-.438.73-.823.92-6.062-.019-12.123.002-18.185-.01-.373-.149-.644-.443-.82-.797C.113 15.699.088 8.297.106.897.27.504.586.202.999.081m-.066.36C.549.584.337 1.003.368 1.4.371 8.501.364 15.601.372 22.702c-.022.5.423.949.925.923 5.802.004 11.604.004 17.406 0 .502.025.944-.424.925-.923.009-7.1.001-14.202.004-21.303.06-.534-.384-1.05-.93-1.028C12.969.358 7.234.372 1.501.365 1.31.369 1.113.37.933.441z"/><path fill="#fff" d="M1.043.943c.134-.088.304-.067.456-.077 5.702.005 11.403 0 17.105.002a.456.456 0 0 1 .528.528v21.208c.037.257-.14.546-.425.518-5.805.006-11.61.006-17.414 0-.286.029-.463-.261-.425-.518V1.396c-.003-.165.022-.356.175-.453m1.669 2.271c-.475.3-.489 1.076-.014 1.383.436.261.973.262 1.424.489.219.103.208.43.008.547-.466.302-1.106.149-1.465-.253-.168.122-.33.252-.484.391.578.625 1.601.839 2.321.333.526-.318.491-1.162-.003-1.491-.457-.291-1.044-.249-1.502-.533-.157-.727.975-.556 1.302-.187l.445-.401c-.526-.501-1.402-.69-2.032-.278m2.836-.188c.001 1.107-.002 2.215.002 3.322l.605-.002.001-1.305c.61-.056 1.385.191 1.84-.346.476-.511.209-1.439-.469-1.615-.65-.116-1.32-.028-1.979-.054m3.257.001a614.202 614.202 0 0 0 0 3.325h2.492l.002-.595c-.628-.003-1.256-.001-1.884-.001a68.857 68.857 0 0 1 0-.909h.992v-.608l-.993-.001v-.615c.608-.001 1.216.001 1.824-.001l-.001-.596-2.432.001m3.156-.001c-.003 1.108-.002 2.216-.001 3.325.831.002 1.661.001 2.492 0l-.001-.595c-.627-.003-1.254.003-1.882-.003l.002-.904.992-.002V4.24l-.993-.002v-.615c.608-.001 1.216.001 1.824-.001v-.595l-2.433-.001m3.154 0c-.002 1.107-.001 2.213-.001 3.32.639-.034 1.339.126 1.92-.215 1.007-.561 1.04-2.229.068-2.84-.584-.4-1.325-.23-1.987-.265M3.921 8.011c-.002 1.108-.001 2.216-.001 3.324.831.002 1.662.002 2.492 0v-.514c-.631-.001-1.262.001-1.893-.001-.002-.937.001-1.873-.002-2.809h-.596m3.057 0a921.303 921.303 0 0 0 0 3.325h.598V8.011h-.598m1.459-.003c.003 1.109-.004 2.218.003 3.327l.583-.002c.003-.673-.002-1.345.002-2.017.331.668.641 1.344.969 2.013.332-.669.647-1.347.981-2.015.004.673-.001 1.346.002 2.018l.582.003c.008-1.109.001-2.218.004-3.327l-.411-.006c-.038.149-.163.209-.299.249-.301.559-.528 1.158-.877 1.689-.287-.574-.561-1.155-.854-1.726-.169-.002-.349-.001-.368-.214l-.317.008m3.987.003v3.325h.598c.002-1.108.002-2.217 0-3.325h-.598m1.164 0v.585l.952.002c.003.913-.003 1.826.003 2.739l.58-.002c.003-.912 0-1.824.001-2.736l.956-.003v-.584a690.1 690.1 0 0 0-2.492-.001m-6.241 5.784c-.01 1.261-.182 2.499-.25 3.757.498.093.983.308 1.487.328.826-.278 1.772-.43 2.594-.062.885.455.938 1.929.006 2.366-1.15.526-2.516.228-3.585-.363-.254.398-.507.796-.758 1.197 1.593.982 3.846 1.333 5.428.152 1.249-.93 1.372-2.929.306-4.042-.992-1.094-2.625-1.127-3.961-.787.026-.382.054-.764.084-1.146 1.32-.003 2.64.002 3.96-.002l.027-1.399c-1.779-.001-3.558-.002-5.338.001z"/><path fill="#fff" d="M6.155 3.622c.401.01.807-.038 1.203.032.359.085.384.647.029.756-.405.077-.821.02-1.23.035-.002-.275-.002-.549-.002-.823zM15.721 3.618c.406.001.876-.04 1.192.27.458.466.408 1.401-.193 1.729-.298.189-.664.128-.998.137-.002-.712-.002-1.424-.001-2.136z"/><path fill="#040404" d="M.933.441c.18-.071.377-.072.568-.076C7.234.372 12.969.358 18.702.371c.546-.022.99.494.93 1.028-.003 7.101.005 14.203-.004 21.303.019.499-.423.948-.925.923-5.802.004-11.604.004-17.406 0-.502.026-.947-.423-.925-.923C.364 15.601.371 8.501.368 1.4.337 1.003.549.584.933.441m.11.502c-.153.097-.178.288-.175.453v21.208c-.038.257.139.547.425.518 5.804.006 11.609.006 17.414 0 .285.028.462-.261.425-.518V1.396a.456.456 0 0 0-.528-.528C12.902.866 7.201.871 1.499.866c-.152.01-.322-.011-.456.077z"/><path fill="#040404" d="M2.712 3.214c.63-.412 1.506-.223 2.032.278l-.445.401c-.327-.369-1.459-.54-1.302.187.458.284 1.045.242 1.502.533.494.329.529 1.173.003 1.491-.72.506-1.743.292-2.321-.333.154-.139.316-.269.484-.391.359.402.999.555 1.465.253.2-.117.211-.444-.008-.547-.451-.227-.988-.228-1.424-.489-.475-.307-.461-1.083.014-1.383zM5.548 3.026c.659.026 1.329-.062 1.979.054.678.176.945 1.104.469 1.615-.455.537-1.23.29-1.84.346l-.001 1.305-.605.002c-.004-1.107-.001-2.215-.002-3.322m.607.596c0 .274 0 .548.002.823.409-.015.825.042 1.23-.035.355-.109.33-.671-.029-.756-.396-.07-.802-.022-1.203-.032zM8.805 3.027l2.432-.001.001.596c-.608.002-1.216 0-1.824.001v.615l.993.001v.608h-.992c-.002.303-.002.606 0 .909.628 0 1.256-.002 1.884.001l-.002.595H8.805a614.202 614.202 0 0 1 0-3.325zM11.961 3.026l2.433.001v.595c-.608.002-1.216 0-1.824.001v.615l.993.002v.607l-.992.002-.002.904c.628.006 1.255 0 1.882.003l.001.595c-.831.001-1.661.002-2.492 0-.001-1.109-.002-2.217.001-3.325zM15.115 3.026c.662.035 1.403-.135 1.987.265.972.611.939 2.279-.068 2.84-.581.341-1.281.181-1.92.215 0-1.107-.001-2.213.001-3.32m.606.592c-.001.712-.001 1.424.001 2.136.334-.009.7.052.998-.137.601-.328.651-1.263.193-1.729-.316-.31-.786-.269-1.192-.27zM3.921 8.011h.596c.003.936 0 1.872.002 2.809.631.002 1.262 0 1.893.001v.514c-.83.002-1.661.002-2.492 0 0-1.108-.001-2.216.001-3.324zM6.978 8.011h.598v3.325h-.598a921.303 921.303 0 0 1 0-3.325zM8.437 8.008L8.754 8c.019.213.199.212.368.214.293.571.567 1.152.854 1.726.349-.531.576-1.13.877-1.689.136-.04.261-.1.299-.249l.411.006c-.003 1.109.004 2.218-.004 3.327l-.582-.003c-.003-.672.002-1.345-.002-2.018-.334.668-.649 1.346-.981 2.015-.328-.669-.638-1.345-.969-2.013-.004.672.001 1.344-.002 2.017l-.583.002c-.007-1.109 0-2.218-.003-3.327zM12.424 8.011h.598c.002 1.108.002 2.217 0 3.325h-.598V8.011zM13.588 8.011a690.1 690.1 0 0 1 2.492.001v.584l-.956.003c-.001.912.002 1.824-.001 2.736l-.58.002c-.006-.913 0-1.826-.003-2.739l-.952-.002v-.585z"/><path fill="#2b2b2b" opacity=".9" d="M0 .984L.106.897C.088 8.297.113 15.699.093 23.1L0 22.957V.984zM19.907.899l.093.143v22.097l-.079-.152c-.044-7.361-.016-14.725-.014-22.088z"/><path fill="#030303" d="M7.347 13.795c1.78-.003 3.559-.002 5.338-.001l-.027 1.399c-1.32.004-2.64-.001-3.96.002-.03.382-.058.764-.084 1.146 1.336-.34 2.969-.307 3.961.787 1.066 1.113.943 3.112-.306 4.042-1.582 1.181-3.835.83-5.428-.152.251-.401.504-.799.758-1.197 1.069.591 2.435.889 3.585.363.932-.437.879-1.911-.006-2.366-.822-.368-1.768-.216-2.594.062-.504-.02-.989-.235-1.487-.328.068-1.258.24-2.496.25-3.757z"/><path fill="#1f1f1f" opacity=".92" d="M.913 23.897c6.062.012 12.123-.009 18.185.01l-.142.093H.994l-.081-.103z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.541 0h2.931c2.19.373 4.373 1.186 6.091 2.639 2.453 1.92 3.976 4.853 4.437 7.902v2.931c-.621 4.596-3.986 8.793-8.512 10.038-2.369.493-4.88.603-7.2-.208-.49-.131-.932-.438-1.449-.449-.032-.017-.095-.047-.126-.064-.66-.566-1.479-.959-2.209-1.443l-.013-.017a.534.534 0 0 0-.571-.407 16.867 16.867 0 0 1-.954-.956c.094-.214-.127-.39-.309-.443-1.529-1.64-2.269-3.894-2.658-6.062v-2.934c.43-2.608 1.547-5.19 3.496-7.031C5.339 1.543 7.924.422 10.54-.001m.284 1.468c-3.848.426-7.28 3.245-8.485 6.918-1.093 3.205-.488 6.938 1.618 9.599 2.134 2.794 5.77 4.353 9.265 3.922 3.88-.372 7.371-3.184 8.603-6.875.956-2.734.673-5.863-.752-8.383-1.962-3.583-6.195-5.747-10.249-5.18z"/><path fill="#fff" d="M10.824 1.467c4.054-.567 8.287 1.597 10.249 5.18 1.425 2.521 1.708 5.65.752 8.383-1.232 3.691-4.723 6.503-8.603 6.875-3.495.431-7.131-1.128-9.265-3.922-2.106-2.661-2.712-6.394-1.618-9.599 1.205-3.673 4.637-6.492 8.485-6.918m4.109 5.911c-.783.173-1.376.819-1.648 1.552-.472 1.232-.439 2.584-.363 3.88.101.877.262 1.838.923 2.481 1.032 1.1 3.121.965 3.902-.367.707-1.201.703-2.658.662-4.009-.076-.999-.236-2.078-.92-2.858-.619-.712-1.67-.911-2.555-.678m-7.642.089c-.28 1.468-.544 2.94-.838 4.406.441.107.896.16 1.349.181.511-.57 1.496-.853 2.097-.264.652.741.603 2.152-.219 2.757-.773.504-1.726-.2-1.807-1.033-.531.035-1.059.114-1.589.163.074 1.83 2.227 2.781 3.809 2.191 1.853-.62 2.508-3.201 1.337-4.71-.702-.977-2.08-1.245-3.151-.756.109-.457.163-.924.255-1.385 1.016-.122 2.065-.013 3.093-.053.005-.498.004-.997.001-1.496a47.908 47.908 0 0 0-4.338 0z"/><path fill="#fff" d="M15.574 8.658c.702-.086.988.71 1.05 1.271.117 1.36.201 2.776-.162 4.104-.149.717-1.25.868-1.54.177-.48-1.158-.314-2.462-.303-3.686.069-.678.09-1.749.955-1.866zM2.658 19.523c.182.053.403.228.309.443-.159-.101-.291-.248-.309-.443zM3.921 20.922a.534.534 0 0 1 .571.407c-.267.014-.416-.235-.571-.407zM4.505 21.346c.73.484 1.549.877 2.209 1.443-.791-.376-1.631-.767-2.209-1.443zM6.839 22.853c.517.012.959.318 1.449.449 2.32.811 4.831.701 7.2.208-.635.318-1.375.252-2.019.49h-2.972c-1.214-.277-2.532-.507-3.658-1.147z"/><path fill="#1f1a17" d="M14.933 7.377c.886-.234 1.937-.035 2.555.678.684.78.845 1.86.92 2.858.041 1.351.045 2.808-.662 4.009-.78 1.332-2.87 1.467-3.902.367-.661-.643-.821-1.604-.923-2.481-.076-1.296-.109-2.648.363-3.88.272-.733.865-1.378 1.648-1.552m.642 1.282c-.865.117-.886 1.188-.955 1.866-.012 1.224-.177 2.528.303 3.686.29.69 1.391.54 1.54-.177.363-1.328.279-2.744.162-4.104-.062-.561-.348-1.357-1.05-1.271zM7.292 7.467a47.908 47.908 0 0 1 4.338 0c.003.499.004.999-.001 1.496-1.028.04-2.077-.069-3.093.053-.092.461-.146.928-.255 1.385 1.07-.489 2.449-.221 3.151.756 1.17 1.509.516 4.09-1.337 4.71-1.582.59-3.735-.361-3.809-2.191.53-.049 1.058-.128 1.589-.163.081.833 1.034 1.538 1.807 1.033.823-.605.871-2.016.219-2.757-.601-.589-1.586-.305-2.097.264a7.139 7.139 0 0 1-1.349-.181c.294-1.466.558-2.938.838-4.406z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-50--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.604A1.002 1.002 0 0 0 0 .579V0zM18.194 0h.653v.779A1.016 1.016 0 0 0 18.194 0zM.827.529c.138-.022.279-.013.418-.015C6.77.515 12.296.513 17.821.515c.245-.028.484.172.467.425.003 7.344.001 14.689.001 22.033a.415.415 0 0 1-.426.456c-5.641.004-11.281.001-16.922.001-.232.018-.452-.18-.437-.416V.942A.399.399 0 0 1 .826.529m1.085 2.925c-.217.338-.163.835.153 1.094.378.319.924.255 1.328.518.231.16.143.527-.092.638-.471.262-1.055.032-1.348-.388-.152.096-.3.198-.449.3.469.647 1.434.963 2.139.516.53-.316.596-1.17.092-1.538-.394-.222-.866-.248-1.27-.448-.219-.101-.172-.447.044-.524.397-.176.844.01 1.133.301.138-.117.278-.232.413-.352-.331-.357-.816-.603-1.312-.565-.324.014-.658.166-.832.448m6.506-.427c-.002 1.091-.001 2.183 0 3.274h2.393v-.547c-.605-.002-1.209.001-1.814-.001v-.932c.322-.002.643 0 .965-.001v-.558c-.322-.003-.644.007-.966-.006.003-.227.001-.453.002-.68.59-.002 1.18.001 1.77-.001v-.547H8.417m-3.458-.001v3.284h.569V5.014c.534-.041 1.131.122 1.605-.197.483-.318.547-1.082.14-1.486-.218-.22-.534-.301-.836-.301-.493-.005-.986-.001-1.479-.002m6.495 0v3.283h2.394v-.556c-.605-.003-1.209 0-1.814-.001v-.933c.322-.001.644.001.965-.001v-.557c-.322-.001-.644.001-.966-.001v-.675c.59-.001 1.18.001 1.77-.001v-.557h-2.35m3.049-.001v3.283c.648-.019 1.376.106 1.933-.31.829-.593.847-1.982.068-2.624-.556-.474-1.33-.322-2.001-.349M3.403 7.954v3.273h2.382v-.547c-.604-.002-1.209 0-1.813-.001-.002-.908 0-1.817-.001-2.725a53.96 53.96 0 0 0-.569 0m2.975-.001c-.002 1.091-.001 2.182 0 3.273h.568V7.954a53.771 53.771 0 0 0-.568 0m1.437-.001v3.274h.556c.003-.665-.001-1.329.002-1.993.3.65.594 1.303.896 1.952.32-.652.626-1.31.948-1.961.004.667 0 1.335.003 2.002h.556c-.002-1.091.021-2.182.011-3.274a38.156 38.156 0 0 0-.586.001c-.304.648-.613 1.294-.92 1.941-.308-.647-.612-1.295-.918-1.941a50.05 50.05 0 0 0-.548 0m3.843-.001c-.002 1.091-.001 2.182 0 3.273h.568V7.954a53.771 53.771 0 0 0-.568 0m1.202 0v.535c.297.002.593-.001.89.001.002.912-.001 1.824.001 2.736h.579c.002-.912-.001-1.824.001-2.736.3-.002.6 0 .9-.001v-.536h-2.372M2.677 12.881a881.061 881.061 0 0 1-.285 3.967c.388.129.779.248 1.167.377.163.068.316-.064.47-.101.723-.256 1.568-.507 2.296-.137.661.314.981 1.164.693 1.836-.242.608-.896.952-1.526.984-.959.046-1.886-.274-2.755-.647-.221.422-.448.84-.666 1.264 1.09.477 2.266.841 3.469.767.752-.044 1.505-.319 2.06-.837.968-.858 1.148-2.404.486-3.498a2.822 2.822 0 0 0-2.201-1.393 5.202 5.202 0 0 0-2.024.298c.029-.502.047-1.005.078-1.507l3.927-.001c.004-.458.021-.915.022-1.373H2.676m10.178.107c-.942.101-1.796.688-2.27 1.501-.542.906-.702 1.99-.663 3.031.047 1.446.754 3.003 2.146 3.6.984.426 2.192.309 3.062-.325 1.123-.822 1.561-2.281 1.552-3.621.018-1.305-.355-2.74-1.425-3.577-.669-.53-1.564-.715-2.401-.61z"/><path fill="#fff" d="M5.529 3.597c.333.001.666-.005.999.001.235 0 .489.181.468.436-.004.244-.244.405-.47.408-.333.006-.665 0-.998.002v-.847zM15.06 3.597c.434-.014.96-.028 1.251.357.309.436.335 1.126-.058 1.52-.32.297-.786.276-1.192.267V3.596zM13.066 14.397c.457-.063.948.039 1.308.338.592.483.802 1.277.859 2.008.066.916-.049 1.94-.696 2.644-.592.654-1.711.723-2.37.134-.519-.459-.73-1.164-.795-1.834-.066-.808.003-1.666.41-2.385.264-.473.738-.839 1.285-.905zM18.338 23.881c.27-.136.44-.409.51-.696V24H0v-.628c.141.362.51.623.901.617H17.56c.261 0 .541.025.778-.109z"/><path fill="#231f20" d="M.604 0h17.591c.341.117.59.427.653.779v22.405c-.07.287-.24.56-.51.696-.237.134-.516.109-.778.109H.901A.976.976 0 0 1 0 23.372V.578C.104.308.33.094.604-.001m.223.53a.398.398 0 0 0-.322.413v22.072c-.015.236.205.435.437.416 5.64 0 11.281.003 16.921-.001a.415.415 0 0 0 .426-.456c0-7.344.002-14.689-.001-22.033.017-.252-.222-.453-.467-.425C12.296.513 6.77.515 1.245.514 1.105.515.965.506.827.529z"/><path fill="#231f20" d="M1.911 3.454c.174-.283.508-.434.832-.448.496-.037.981.208 1.312.565-.136.12-.275.236-.413.352-.289-.291-.736-.477-1.133-.301-.216.077-.262.423-.044.524.404.2.876.226 1.27.448.504.369.438 1.223-.092 1.538-.706.447-1.67.13-2.139-.516.149-.102.297-.204.449-.3.293.419.877.65 1.348.388.235-.111.324-.478.092-.638-.404-.263-.951-.199-1.328-.518-.316-.259-.37-.756-.153-1.094zM8.416 3.027h2.349v.547c-.59.002-1.18-.001-1.77.001-.001.227.001.453-.002.68.322.013.644.003.966.006v.558c-.322.002-.644 0-.965.001v.932c.604.003 1.209 0 1.814.001V6.3H8.415V3.026zM4.959 3.027c.493 0 .986-.003 1.479.002.302 0 .618.081.836.301.406.404.342 1.168-.14 1.486-.474.32-1.072.156-1.605.197-.002.432 0 .865 0 1.297H4.96V3.026m.569.571v.847c.332-.001.665.005.998-.002.226-.003.466-.164.47-.408.02-.255-.234-.436-.468-.436-.333-.006-.666 0-.999-.001zM11.453 3.028h2.35v.557c-.59.002-1.18 0-1.77.001v.675c.322.002.644 0 .966.001v.557c-.322.002-.644 0-.965.001v.933c.605.002 1.209-.001 1.814.001v.556c-.798.002-1.596.001-2.394 0V3.027zM14.501 3.028c.671.027 1.445-.125 2.001.349.779.642.762 2.031-.068 2.624-.557.415-1.285.291-1.933.31V3.028m.559.569v2.145c.407.009.872.029 1.192-.267.394-.394.368-1.084.058-1.52-.291-.385-.817-.371-1.251-.357zM3.403 7.954h.569c.001.908-.001 1.817.001 2.725.604.001 1.209-.001 1.813.001v.547H3.404V7.954zM6.377 7.953h.568v3.272c-.189.002-.379.002-.568 0-.001-1.091-.002-2.182 0-3.273zM7.814 7.953h.548c.307.647.611 1.295.918 1.941.307-.647.616-1.293.92-1.941.195-.002.391-.002.586-.001.009 1.091-.013 2.182-.011 3.274h-.556c-.003-.668.002-1.335-.003-2.002-.322.651-.627 1.309-.948 1.961-.302-.649-.596-1.302-.896-1.952-.003.665.001 1.329-.002 1.993h-.556c-.002-1.091-.001-2.183 0-3.274zM11.657 7.953h.568v3.272c-.189.002-.379.002-.568 0-.001-1.091-.002-2.182 0-3.273zM12.859 7.954c.791-.002 1.581-.001 2.372 0v.536c-.3.001-.6-.001-.9.001-.002.912.001 1.824-.001 2.736h-.579c-.002-.912.001-1.824-.001-2.736-.297-.002-.593 0-.89-.001v-.535zM2.677 12.881h5.212c0 .458-.018.915-.022 1.373l-3.927.001c-.03.502-.049 1.005-.078 1.507a5.205 5.205 0 0 1 2.024-.298 2.82 2.82 0 0 1 2.201 1.393c.662 1.094.482 2.64-.486 3.498-.555.518-1.308.793-2.06.837-1.203.074-2.379-.29-3.469-.767.218-.423.445-.842.666-1.264.869.373 1.796.693 2.755.647.63-.031 1.285-.376 1.526-.984.288-.673-.032-1.522-.693-1.836-.729-.37-1.573-.12-2.296.137-.155.036-.307.169-.47.101-.388-.129-.779-.248-1.167-.377.098-1.322.192-2.644.285-3.967zM12.854 12.987c.837-.105 1.732.08 2.401.61 1.07.838 1.443 2.272 1.425 3.577.009 1.34-.429 2.799-1.552 3.621-.87.634-2.078.751-3.062.325-1.391-.597-2.099-2.154-2.146-3.6-.039-1.041.121-2.124.663-3.031.474-.814 1.328-1.401 2.27-1.501m.213 1.409c-.546.066-1.02.432-1.285.905-.407.719-.476 1.577-.41 2.385.064.669.275 1.375.795 1.834.659.59 1.778.52 2.37-.134.647-.704.762-1.729.696-2.644-.057-.731-.267-1.525-.859-2.008-.359-.299-.851-.401-1.308-.338z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-55--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.821A1.004 1.004 0 0 0 0 .757V0zM18.061 0h.83v.829a1.002 1.002 0 0 0-.83-.829zM.869.573c.152-.024.307-.013.462-.015C6.842.559 12.353.557 17.865.559c.245-.027.483.172.466.425.004 7.344.001 14.689.001 22.034a.414.414 0 0 1-.426.455c-5.64.004-11.281.001-16.921.001-.231.018-.451-.179-.437-.415L.547.985A.399.399 0 0 1 .869.573m1.287 2.699c-.403.296-.454.966-.072 1.299.376.341.938.273 1.351.539.243.168.131.553-.119.653-.471.242-1.032.004-1.323-.404-.151.097-.3.199-.447.301.471.644 1.433.963 2.139.516.53-.316.596-1.17.092-1.538-.394-.223-.867-.248-1.27-.449-.218-.101-.171-.447.044-.523.397-.176.844.01 1.133.301.139-.117.278-.233.414-.352-.466-.526-1.339-.789-1.943-.342m6.304-.203v3.274h2.393v-.547c-.604-.002-1.209.001-1.814-.001v-.932c.322-.002.643 0 .965-.001v-.558c-.322-.001-.644.002-.965-.001v-.685c.59-.002 1.18 0 1.77-.001v-.547H8.459M5.002 3.07v3.284h.569c0-.433-.001-.865.001-1.297.533-.041 1.131.122 1.605-.198.482-.317.547-1.082.141-1.486-.218-.22-.535-.301-.836-.301-.493-.005-.986-.001-1.479-.002m6.493 0v3.284h2.394v-.556c-.605-.002-1.209 0-1.814-.001v-.933l.965-.001v-.557l-.966-.001V3.63l1.77-.001v-.557h-2.35m3.049-.002v3.284c.657-.018 1.401.107 1.958-.328.805-.604.814-1.97.043-2.606-.556-.474-1.33-.322-2.001-.35M3.445 7.997v3.273h2.382v-.547H4.014V7.997a53.96 53.96 0 0 0-.569 0m2.974 0v3.273h.568V7.997a53.96 53.96 0 0 0-.569 0m1.439-.001v3.274h.556c.002-.665 0-1.33.001-1.995.299.652.596 1.305.896 1.956.319-.653.627-1.312.948-1.964.003.668 0 1.336.002 2.004h.556c-.002-1.091.02-2.182.011-3.273h-.586c-.305.648-.613 1.295-.921 1.942-.307-.647-.612-1.295-.918-1.942a50.05 50.05 0 0 0-.548 0m3.845-.001v3.273h.568V7.997a53.96 53.96 0 0 0-.569 0m1.204 0v.536c.297.002.593 0 .89.001.002.912 0 1.824.001 2.736h.579c.002-.912 0-1.824.001-2.736.3-.002.6 0 .901-.001v-.536h-2.372M2.72 12.924c-.093 1.322-.187 2.645-.285 3.968.389.128.779.248 1.167.377.163.066.316-.064.47-.101.723-.256 1.568-.507 2.296-.137.661.314.981 1.164.693 1.837-.242.607-.896.952-1.526.983-.959.046-1.886-.274-2.755-.647-.221.422-.448.84-.666 1.264 1.089.477 2.265.841 3.468.767.753-.044 1.506-.318 2.062-.837.968-.858 1.147-2.404.486-3.498a2.82 2.82 0 0 0-2.202-1.393 5.219 5.219 0 0 0-2.023.298c.029-.502.047-1.005.077-1.507l3.927-.001c.005-.458.021-.915.022-1.373H2.719m8.116 0c-.093 1.322-.187 2.645-.285 3.968.389.128.779.248 1.168.377.163.066.315-.064.469-.101.714-.253 1.543-.5 2.268-.151.667.301 1.009 1.142.734 1.822-.231.625-.898.982-1.538 1.013-.959.046-1.886-.275-2.755-.647-.22.421-.444.841-.666 1.261 1.063.467 2.209.829 3.384.771.811-.027 1.631-.324 2.212-.902.906-.86 1.061-2.342.436-3.406a2.827 2.827 0 0 0-2.18-1.416 5.15 5.15 0 0 0-2.062.293c.029-.502.047-1.005.077-1.507l3.927-.001c.005-.458.021-.915.022-1.373h-5.212z"/><path fill="#fff" d="M5.572 3.639c.403.025.823-.058 1.215.051.345.115.322.658-.025.753-.387.093-.795.021-1.19.043v-.847zM15.103 3.639c.434-.013.96-.027 1.251.358.309.436.336 1.126-.058 1.52-.321.297-.786.276-1.192.267V3.639zM18.197 24c.36-.102.623-.422.694-.784V24h-.694zM0 23.264c.07.348.342.632.679.736H0v-.736z"/><path fill="#231f20" d="M.821 0H18.06c.421.062.766.41.83.829v22.386c-.07.362-.334.683-.694.784H.678a.995.995 0 0 1-.679-.736V.756C.089.365.424.058.82-.001m.049.574a.399.399 0 0 0-.322.412l.001 22.074c-.015.236.205.433.437.415 5.64 0 11.281.003 16.921-.001a.414.414 0 0 0 .426-.455c0-7.345.003-14.689-.001-22.034.016-.252-.222-.452-.466-.425C12.354.557 6.842.559 1.331.558 1.177.56 1.022.548.869.573z"/><path fill="#231f20" d="M2.156 3.272c.604-.447 1.476-.184 1.943.342-.137.12-.276.236-.414.352-.289-.291-.736-.477-1.133-.301-.216.076-.262.422-.044.523.404.201.876.226 1.27.449.504.369.438 1.223-.092 1.538-.706.447-1.668.128-2.139-.516.148-.102.296-.204.447-.301.291.408.851.646 1.323.404.251-.1.363-.485.119-.653-.413-.266-.975-.198-1.351-.539-.383-.333-.331-1.003.072-1.299zM8.459 3.07h2.349v.547c-.59.002-1.18 0-1.77.001v.685c.322.003.643 0 .965.001v.558c-.322.001-.644-.001-.965.001v.932c.605.002 1.209 0 1.814.001v.547H8.459V3.069zM5.002 3.07c.493 0 .986-.003 1.479.002.302 0 .619.081.836.301.406.404.341 1.168-.141 1.486-.474.32-1.072.157-1.605.198-.002.432 0 .865-.001 1.297a53.96 53.96 0 0 1-.569 0V3.07m.571.569v.847c.395-.022.803.05 1.19-.043.348-.094.371-.638.025-.753-.392-.109-.812-.026-1.215-.051zM11.496 3.07h2.35v.557l-1.77.001v.675l.966.001v.557l-.965.001v.933c.605.002 1.209-.001 1.814.001v.556h-2.394V3.068zM14.544 3.07c.671.028 1.445-.124 2.001.35.771.636.763 2.002-.043 2.606-.558.435-1.301.31-1.958.328V3.07m.559.569v2.145c.406.009.872.029 1.192-.267.394-.394.368-1.084.058-1.52-.291-.385-.817-.371-1.251-.358zM3.445 7.997h.569v2.726h1.813v.547H3.445V7.997zM6.419 7.997h.569v3.273H6.42V7.997zM7.857 7.996h.548c.306.647.611 1.295.918 1.942.308-.647.616-1.294.921-1.942h.586c.009 1.091-.013 2.182-.011 3.273h-.556c-.003-.668.001-1.336-.002-2.004-.321.652-.629 1.311-.948 1.964-.301-.651-.597-1.304-.896-1.956-.001.665.001 1.33-.001 1.995H7.86V7.994zM11.699 7.997h.569v3.273H11.7V7.997zM12.902 7.997h2.372v.536c-.301.001-.601-.001-.901.001-.002.912 0 1.824-.001 2.736h-.579c-.002-.912 0-1.824-.001-2.736-.297-.002-.593 0-.89-.001v-.536zM2.72 12.924h5.212c-.001.458-.017.915-.022 1.373l-3.927.001c-.03.502-.049 1.005-.077 1.507a5.219 5.219 0 0 1 2.023-.298A2.822 2.822 0 0 1 8.131 16.9c.662 1.094.482 2.64-.486 3.498-.556.519-1.309.793-2.062.837-1.203.074-2.379-.29-3.468-.767.218-.423.445-.842.666-1.264.869.373 1.796.693 2.755.647.629-.031 1.284-.376 1.526-.983.288-.673-.032-1.523-.693-1.837-.729-.37-1.573-.12-2.296.137-.154.037-.307.167-.47.101-.388-.128-.779-.249-1.167-.377.097-1.322.191-2.645.285-3.968zM10.835 12.924h5.212c-.001.458-.017.915-.022 1.373l-3.927.001c-.03.502-.049 1.005-.077 1.507a5.15 5.15 0 0 1 2.062-.293 2.827 2.827 0 0 1 2.18 1.416c.625 1.065.47 2.547-.436 3.406-.58.579-1.401.875-2.212.902-1.175.058-2.321-.304-3.384-.771.222-.421.446-.84.666-1.261.869.372 1.796.693 2.756.647.64-.031 1.307-.388 1.538-1.013.275-.679-.067-1.521-.734-1.822-.725-.349-1.553-.102-2.268.151-.154.037-.307.167-.469.101-.389-.128-.779-.249-1.168-.377.097-1.322.191-2.645.285-3.968z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d20000" d="M11.147 0h1.93c4.493.443 8.642 3.552 10.178 7.819.415 1.15.646 2.357.745 3.572v1.566c-.376 4.447-3.38 8.599-7.578 10.181-1.132.469-2.336.7-3.545.862h-1.948c-4.493-.448-8.648-3.55-10.192-7.817-.378-1.033-.586-2.117-.738-3.203v-2.038C.325 7.617 2.07 4.468 4.732 2.448c1.831-1.446 4.115-2.2 6.414-2.449m-.305 3.045c-3.182.35-5.999 2.564-7.208 5.51-.95 2.168-.857 4.699.01 6.878 1.271 3.211 4.554 5.503 8 5.612 3.364.133 6.7-1.742 8.278-4.724 1.492-2.566 1.46-5.879.1-8.49-1.676-3.278-5.504-5.387-9.179-4.787z"/><path fill="gold" d="M10.841 3.044c3.674-.6 7.502 1.508 9.179 4.787 1.361 2.611 1.392 5.924-.1 8.49-1.578 2.982-4.914 4.858-8.278 4.724-3.446-.109-6.73-2.401-8-5.612-.866-2.179-.96-4.71-.01-6.878 1.21-2.946 4.026-5.16 7.208-5.51M7.204 9.004c-.458.715-.332 1.592-.346 2.396.064 1.051-.16 2.148.179 3.164.613 1.648 3.25 1.807 4.094.286.46-.962.502-2.154.085-3.138-.564-1.234-2.345-1.42-3.32-.583.016-.559-.102-1.181.245-1.669.496-.822 1.9-.76 2.281.143.336 0 .671-.002 1.007-.008-.361-1.951-3.266-2.134-4.225-.59m6.874-.917c-.88.23-1.532 1.085-1.531 1.994-.014 1.237-.008 2.477-.004 3.714-.017.882.562 1.735 1.4 2.018 1.25.496 2.911-.25 3.082-1.655.072-1.436.056-2.885.008-4.322-.132-1.374-1.706-2.171-2.956-1.75z"/><path fill="gold" d="M14.324 9.065c.632-.244 1.529.056 1.582.816.064 1.372.049 2.752.008 4.123-.024.966-1.39 1.264-1.976.616-.28-.323-.27-.779-.278-1.181.01-1.081-.007-2.164.008-3.245-.01-.456.18-.984.656-1.129zM9.048 11.568c1.392-.154 1.53 1.651 1.165 2.602-.257.955-1.802.964-2.074.014-.294-.888-.319-2.491.908-2.616z"/><path d="M7.204 9.004c.959-1.543 3.864-1.361 4.225.59-.336.006-.671.008-1.007.008-.382-.902-1.786-.965-2.281-.143-.347.488-.229 1.11-.245 1.669.976-.836 2.756-.65 3.32.583.416.984.374 2.176-.085 3.138-.845 1.522-3.481 1.362-4.094-.286-.338-1.016-.115-2.113-.179-3.164.013-.804-.113-1.681.346-2.396m1.844 2.565c-1.228.125-1.202 1.728-.908 2.616.271.949 1.817.941 2.074-.014.365-.95.227-2.755-1.165-2.602zM14.078 8.088c1.249-.421 2.824.376 2.956 1.75.048 1.438.064 2.886-.008 4.322-.17 1.405-1.831 2.15-3.082 1.655-.839-.283-1.417-1.136-1.4-2.018-.005-1.237-.011-2.477.004-3.714-.001-.91.652-1.764 1.531-1.994m.245.976c-.476.145-.666.673-.656 1.129-.016 1.081.001 2.164-.008 3.245.008.402-.001.858.278 1.181.587.648 1.952.35 1.976-.616a54.503 54.503 0 0 0-.008-4.123c-.053-.76-.949-1.06-1.582-.816z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-60--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.727A.964.964 0 0 0 0 .815V0zM18.354 0h.726v.825A.965.965 0 0 0 18.354 0zM.783.521A.704.704 0 0 1 .982.492h17.116a.428.428 0 0 1 .467.445c.004 7.347.001 14.693.002 22.04.031.267-.197.516-.469.487H.983a.43.43 0 0 1-.468-.444C.511 15.674.514 8.327.513.98.497.79.596.586.783.521m1.423 2.628c-.465.3-.468 1.064.001 1.361.444.257.989.249 1.443.482.209.109.196.426-.001.54-.466.282-1.126.164-1.473-.257-.16.121-.319.241-.477.363.557.705 1.69.85 2.4.301.44-.336.4-1.079-.044-1.394-.423-.283-.956-.283-1.418-.465-.225-.077-.218-.421-.004-.508.393-.17.877-.053 1.18.244.147-.13.296-.259.442-.392-.513-.531-1.421-.681-2.049-.274m2.874-.198v3.283h.609l.001-1.283c.405-.009.812.019 1.215-.018.501-.056.898-.541.859-1.042-.018-.502-.47-.906-.96-.931-.575-.022-1.15-.004-1.725-.009m3.253 0v3.283c.838.001 1.675.001 2.513 0v-.588H8.941v-.898h1.006v-.598H8.941v-.609h1.839v-.589H8.331m3.187-.001v3.283h2.503v-.588l-1.893-.001v-.898h1.005v-.599h-1.005v-.608c.613-.002 1.226 0 1.839-.001v-.588h-2.45m3.178 0v3.283c.392-.002.785.006 1.178-.003.568-.022 1.126-.364 1.36-.889.181-.416.196-.9.063-1.332-.19-.604-.796-1.023-1.419-1.051-.393-.017-.788-.004-1.181-.007M3.54 7.872v3.283h2.449v-.503H4.128v-2.78a57.82 57.82 0 0 0-.589 0m3.017 0v3.283h.588V7.871h-.589M8 7.872v3.284h.577c0-.665.003-1.331-.001-1.996.32.664.632 1.33.953 1.994.329-.657.637-1.323.961-1.981.004.661 0 1.323.002 1.984h.578V7.874h-.573c-.316.653-.65 1.297-.964 1.951-.322-.649-.638-1.301-.96-1.951a54.722 54.722 0 0 0-.573 0m3.925-.002v3.283h.588V7.872a57.82 57.82 0 0 0-.589 0m1.156 0v.588l.941.001v2.694h.578V8.461l.941-.001v-.588h-2.46m-9.311 5.779a4.922 4.922 0 0 0-2.026 3.627c-.065.87.022 1.816.555 2.54 1.136 1.453 3.412 1.734 4.947.773.831-.514 1.286-1.567 1.034-2.52-.228-.925-1.07-1.577-1.966-1.799-.948-.231-1.954-.148-2.885.125.323-.722.83-1.381 1.536-1.761.66-.429 1.463-.523 2.233-.521v-1.463c-1.209-.032-2.457.247-3.428.999m9.64-.964c-.905.101-1.719.669-2.204 1.428-.744 1.188-.856 2.681-.601 4.033.19.983.68 1.965 1.547 2.515.833.543 1.915.599 2.853.332 1.273-.4 2.031-1.683 2.24-2.939.261-1.489.099-3.197-.93-4.378-.706-.827-1.849-1.154-2.904-.991z"/><path fill="#fff" d="M5.69 3.541c.37.008.742-.019 1.111.015.223.023.403.239.359.465-.027.212-.245.333-.443.337-.342.012-.685.001-1.027.005V3.54zM15.306 3.541c.303.006.625-.039.908.095.749.302.768 1.544.045 1.887-.288.174-.634.115-.954.123V3.541zM13.623 14.146c.536-.081 1.132.045 1.519.444.621.619.755 1.554.74 2.394-.014.782-.195 1.626-.762 2.201-.594.628-1.674.65-2.33.107-.477-.399-.701-1.014-.788-1.613-.113-.819-.076-1.689.28-2.447.25-.537.733-1.008 1.34-1.087zM4.678 17.641c.661-.065 1.422-.045 1.945.42.351.302.331.908-.039 1.187-.551.434-1.31.449-1.976.364-.343-.057-.694-.18-.939-.437-.275-.281-.297-.779-.026-1.07.265-.287.658-.413 1.034-.465zM0 23.133c.039.3.212.584.481.729.243.141.533.116.803.118h16.47c.293-.002.611.03.871-.134.254-.145.409-.416.456-.699v.854H.001v-.867z"/><path fill="#030303" d="M.727 0h17.627a.964.964 0 0 1 .726.825v22.321c-.046.284-.201.555-.456.699-.26.164-.578.132-.871.134H1.283c-.27-.002-.56.024-.803-.118a.962.962 0 0 1-.481-.729V.813a.963.963 0 0 1 .727-.815m.057.523C.596.586.497.79.513.98.514 8.327.511 15.673.515 23.02a.43.43 0 0 0 .468.444h17.115c.273.029.501-.22.469-.487-.001-7.347.002-14.693-.002-22.04a.428.428 0 0 0-.467-.445H.982a.704.704 0 0 0-.199.029z"/><path fill="#030303" d="M2.206 3.149c.628-.406 1.536-.257 2.049.274-.146.133-.295.261-.442.392-.302-.296-.787-.414-1.18-.244-.214.087-.222.43.004.508.462.182.995.182 1.418.465.444.315.484 1.058.044 1.394-.71.549-1.844.404-2.4-.301.158-.122.317-.243.477-.363.347.421 1.007.539 1.473.257.197-.114.21-.431.001-.54-.454-.233-.999-.225-1.443-.482-.469-.296-.466-1.061-.001-1.361zM5.08 2.952c.575.005 1.15-.012 1.725.009.489.026.942.429.96.931.039.501-.358.986-.859 1.042-.404.036-.81.008-1.215.018L5.69 6.235h-.609V2.952m.609.589v.823c.342-.004.685.007 1.027-.005.198-.004.416-.125.443-.337.044-.226-.136-.442-.359-.465-.369-.035-.741-.007-1.111-.015zM8.332 2.952h2.449v.589H8.942v.609h1.006v.598H8.942v.898h1.904v.588c-.838.001-1.675.001-2.513 0V2.951zM11.518 2.952h2.45v.588l-1.839.001v.608h1.005v.599h-1.005v.898l1.893.001v.588h-2.503V2.952zM14.695 2.952c.394.003.788-.009 1.181.007.624.028 1.23.447 1.419 1.051.133.432.118.916-.063 1.332-.233.526-.792.867-1.36.889-.393.009-.785.002-1.178.003V2.951m.612.59v2.105c.319-.009.665.05.954-.123.723-.343.704-1.585-.045-1.887-.284-.133-.605-.089-.908-.095zM3.54 7.872h.589v2.78H5.99v.503H3.541V7.872zM6.556 7.872h.589v3.284h-.588V7.873zM8 7.872h.573c.322.649.638 1.302.96 1.951.314-.654.648-1.298.964-1.951h.573v3.283h-.578c-.002-.661.002-1.322-.002-1.984-.324.658-.632 1.325-.961 1.981-.32-.663-.633-1.33-.953-1.994.003.665.001 1.331.001 1.996H8V7.87zM11.925 7.872h.589v3.283h-.588V7.872zM13.08 7.872h2.46v.588l-.941.001v2.694h-.578V8.461l-.941-.001v-.588zM3.769 13.651c.971-.752 2.219-1.03 3.428-.999v1.463c-.77-.003-1.573.092-2.233.521-.706.38-1.212 1.039-1.536 1.761.93-.273 1.937-.355 2.885-.125.896.222 1.738.874 1.966 1.799.252.953-.204 2.006-1.034 2.52-1.535.961-3.811.68-4.947-.773-.533-.724-.62-1.67-.555-2.54a4.915 4.915 0 0 1 2.026-3.627m.909 3.99c-.377.052-.769.178-1.034.465-.271.29-.249.788.026 1.07.245.257.596.38.939.437.666.084 1.425.069 1.976-.364.37-.279.39-.885.039-1.187-.524-.465-1.284-.485-1.945-.42zM13.409 12.687c1.056-.163 2.199.164 2.904.991 1.029 1.181 1.191 2.889.93 4.378-.209 1.256-.968 2.539-2.24 2.939-.937.268-2.02.212-2.853-.332-.866-.55-1.356-1.533-1.547-2.515-.255-1.352-.142-2.846.601-4.033.486-.759 1.299-1.327 2.204-1.428m.215 1.459c-.607.079-1.09.55-1.34 1.087-.355.758-.393 1.628-.28 2.447.087.599.311 1.215.788 1.613.656.543 1.736.521 2.33-.107.567-.575.748-1.419.762-2.201.015-.84-.119-1.775-.74-2.394-.388-.399-.983-.525-1.519-.444z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-65--g1" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M11.025 0h1.942c.428.064.859.098 1.283.186 2.847.528 5.469 2.144 7.24 4.433 1.445 1.83 2.295 4.093 2.51 6.408v1.936c-.064.428-.099.862-.187 1.287-.531 2.858-2.158 5.488-4.459 7.26-1.826 1.432-4.077 2.277-6.382 2.49h-1.936c-1.734-.167-3.442-.666-4.957-1.533-2.658-1.501-4.71-4.045-5.588-6.972-.258-.819-.391-1.67-.492-2.52v-1.943c.09-.752.198-1.505.407-2.235a12.056 12.056 0 0 1 5.149-6.946C7.189.791 9.092.188 11.024.001m.197 2.412c-2.655.199-5.188 1.575-6.813 3.682-1.77 2.238-2.432 5.287-1.784 8.062.638 2.858 2.67 5.355 5.333 6.572 2.511 1.178 5.538 1.185 8.054.016a9.659 9.659 0 0 0 3.823-3.164c1.692-2.337 2.217-5.455 1.416-8.222-.752-2.691-2.749-4.995-5.301-6.131-1.472-.672-3.117-.939-4.728-.814z"/><path fill="#fff" d="M11.221 2.413a9.648 9.648 0 0 1 4.728.814c2.552 1.136 4.549 3.44 5.301 6.131.802 2.767.276 5.886-1.416 8.222a9.65 9.65 0 0 1-3.823 3.164c-2.516 1.169-5.543 1.162-8.054-.016-2.662-1.216-4.695-3.713-5.333-6.572-.649-2.775.013-5.824 1.784-8.062 1.625-2.107 4.158-3.482 6.813-3.682m-4.477 9.535c-.452 1.013-.522 2.182-.241 3.252.272.98 1.08 1.871 2.113 2.034.884.117 1.769-.32 2.325-.993.42-.537.573-1.228.631-1.894.045-.753.036-1.532-.235-2.246-.361-1.009-1.572-1.716-2.607-1.282.639-1.529 1.268-3.063 1.903-4.595a375.5 375.5 0 0 0-1.501 0c-.797 1.907-1.59 3.817-2.386 5.724m5.921-5.725c0 1.98-.002 3.96.001 5.94h1.262c.181-.388.468-.785.912-.877.35-.06.748-.016 1.031.216.278.244.356.629.429.975.131.84.065 1.706-.128 2.531-.187.633-.998.734-1.538.546-.492-.177-.714-.708-.795-1.186-.448-.002-.895-.005-1.343.001.071.841.325 1.759 1.041 2.28.678.539 1.642.787 2.462.436.929-.44 1.553-1.402 1.656-2.416.09-.901.084-1.815-.021-2.715-.125-.826-.565-1.663-1.322-2.069-.751-.425-1.761-.272-2.376.326.002-.79 0-1.581.001-2.371 1.199-.002 2.399.001 3.598-.001V6.224h-4.872z"/><path fill="#fff" d="M8.733 12.159c.607-.137 1.231.288 1.391.876.163.591.17 1.247-.044 1.826-.265.645-1.098.989-1.725.645-.38-.194-.563-.62-.623-1.021-.074-.5-.073-1.025.091-1.507.137-.404.483-.743.91-.818z"/><path d="M6.744 11.947c.796-1.908 1.59-3.817 2.386-5.724h1.501c-.635 1.531-1.263 3.066-1.903 4.595 1.035-.434 2.246.273 2.607 1.282.27.714.28 1.493.235 2.246-.058.666-.21 1.357-.631 1.894-.556.673-1.441 1.11-2.325.993-1.032-.164-1.841-1.054-2.113-2.034-.28-1.069-.211-2.239.241-3.252m1.991.212c-.427.075-.773.415-.91.818-.165.482-.165 1.007-.091 1.507.061.402.244.828.623 1.021.626.343 1.459-.001 1.725-.645.214-.579.207-1.235.044-1.826-.159-.587-.784-1.013-1.391-.876zM12.667 6.222h4.872v1.614c-1.199.002-2.399-.001-3.598.001-.001.79.001 1.581-.001 2.371.615-.598 1.624-.751 2.376-.326.757.406 1.198 1.243 1.322 2.069.105.9.111 1.814.021 2.715-.103 1.014-.727 1.976-1.656 2.416-.82.351-1.784.103-2.462-.436-.716-.521-.97-1.439-1.041-2.28.448-.007.895-.003 1.343-.001.081.479.303 1.01.795 1.186.54.188 1.35.087 1.537-.546.193-.825.258-1.691.128-2.531-.073-.346-.151-.731-.429-.975-.283-.232-.681-.276-1.031-.216-.444.092-.731.489-.912.877h-1.262c-.003-1.98-.001-3.96-.001-5.94z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-65--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.729A.959.959 0 0 0 0 .827V0zM18.382 0h.732v.837A.96.96 0 0 0 18.382 0zM.785.522A.704.704 0 0 1 .984.493h17.147a.43.43 0 0 1 .468.446c.004 7.359.001 14.719.002 22.079a.44.44 0 0 1-.47.488H.985a.43.43 0 0 1-.468-.445C.513 15.701.516 8.341.515.981.5.791.598.586.785.522M2.21 3.154c-.466.3-.469 1.066 0 1.363.445.257.991.25 1.446.483.21.109.196.427-.001.541-.467.283-1.128.165-1.476-.258l-.478.364c.559.705 1.694.852 2.406.301.441-.336.401-1.081-.044-1.397-.423-.284-.957-.284-1.42-.466-.226-.078-.218-.421-.004-.509.394-.171.879-.053 1.182.244l.445-.393c-.516-.531-1.424-.683-2.055-.275m2.878-.195v3.29H5.7V4.961c.406-.009.813.019 1.218-.017.501-.056.899-.543.86-1.044-.018-.503-.471-.907-.961-.933-.576-.022-1.152-.004-1.728-.01m3.257 0v3.29h2.518v-.589H8.956v-.9h1.008v-.599H8.956v-.61h1.842v-.59H8.344m3.195-.002v3.29h2.508v-.59h-1.896v-.9h1.007v-.6h-1.007v-.61h1.842v-.589h-2.454m3.182 0v3.289c.393-.003.786.006 1.18-.004.58-.022 1.151-.379 1.376-.922.168-.41.179-.881.049-1.303-.19-.605-.797-1.024-1.422-1.053-.394-.017-.789-.004-1.184-.007M3.546 7.886v3.289H6v-.504H4.136V7.886h-.59m3.021 0v3.29h.59v-3.29h-.59m1.447 0v3.29h.579c-.001-.667.002-1.334-.002-2.001l.954 2.001c.328-.66.64-1.327.963-1.989.003.663 0 1.326.001 1.989h.579v-3.29h-.574c-.317.654-.651 1.3-.966 1.955-.321-.651-.639-1.303-.96-1.954l-.575-.001m3.933 0v3.289h.589V7.886h-.59m1.159 0v.59h.942v2.699h.579V8.476h.942v-.59h-2.464m-7.759 5.13c-1.132.445-2.12 1.287-2.679 2.373-.428.811-.601 1.743-.556 2.656.03.688.211 1.401.669 1.934.785.908 2.045 1.308 3.222 1.188.834-.071 1.685-.409 2.225-1.071.558-.671.674-1.676.272-2.452-.319-.628-.93-1.068-1.59-1.282-1.004-.313-2.098-.227-3.097.063.431-1.034 1.332-1.85 2.416-2.144.443-.12.904-.129 1.36-.141v-1.467c-.757.001-1.529.067-2.241.342m5.545-.192c-.081 1.288-.174 2.575-.254 3.864.493.12.981.268 1.477.372.822-.307 1.759-.452 2.602-.146.8.32 1.081 1.461.561 2.136-.264.334-.675.514-1.086.588-1.044.168-2.139-.071-3.039-.62-.259.416-.516.833-.773 1.25.965.579 2.077.942 3.21.918.99.003 2.021-.339 2.705-1.078.852-.909.948-2.388.29-3.431-.487-.789-1.37-1.278-2.276-1.398-.708-.1-1.422.016-2.114.171l.085-1.173c1.358-.005 2.716 0 4.074-.003.003-.482.021-.964.021-1.446-1.827 0-3.654.002-5.482-.001z"/><path fill="#fff" d="M5.7 3.547c.404.021.819-.046 1.215.043.35.1.342.66-.015.744-.393.078-.801.018-1.199.037v-.825zM15.333 3.547c.303.007.626-.038.91.096.75.303.77 1.547.045 1.89-.289.174-.636.115-.956.123V3.547zM5.071 17.671c.645-.063 1.373-.041 1.899.386.343.264.396.82.094 1.134-.36.377-.91.478-1.41.496-.539.011-1.135-.055-1.555-.428-.312-.269-.363-.792-.089-1.104.267-.302.673-.431 1.06-.483zM0 23.164A.965.965 0 0 0 .717 24H0v-.836zM18.379 24a.962.962 0 0 0 .735-.825V24h-.735z"/><path fill="#030303" d="M.729 0h17.653a.958.958 0 0 1 .732.837v22.339a.962.962 0 0 1-.735.825H.716a.966.966 0 0 1-.717-.836V.828A.96.96 0 0 1 .728.001m.057.521C.597.587.499.791.515.981c.001 7.36-.002 14.72.002 22.08a.43.43 0 0 0 .468.445h17.146c.273.029.501-.22.47-.488-.001-7.36.002-14.72-.002-22.079a.429.429 0 0 0-.468-.446H.984a.704.704 0 0 0-.199.029z"/><path fill="#030303" d="M2.21 3.154c.63-.408 1.539-.256 2.055.275l-.445.393c-.303-.297-.788-.415-1.182-.244-.214.087-.222.431.004.509.463.183.997.183 1.42.466.444.316.485 1.06.044 1.397-.712.551-1.847.404-2.406-.301l.478-.364c.348.422 1.009.54 1.476.258.198-.114.211-.432.001-.541-.455-.233-1.001-.226-1.446-.483-.47-.297-.466-1.063 0-1.363zM5.089 2.957c.576.006 1.153-.012 1.728.01.49.026.943.43.961.933.039.502-.359.988-.86 1.044-.405.036-.812.009-1.218.017v1.286h-.611v-3.29m.611.59v.825c.399-.019.806.041 1.199-.037.358-.084.365-.645.015-.744-.396-.09-.811-.022-1.215-.043zM8.346 2.957H10.8v.59H8.958v.61h1.008v.599H8.958v.9h1.908v.589H8.348v-3.29zM11.539 2.957h2.454v.589h-1.842v.61h1.007v.6h-1.007v.9h1.896v.59h-2.508v-3.29zM14.721 2.958c.394.003.789-.009 1.184.007.624.029 1.231.448 1.422 1.053.13.422.118.893-.049 1.303-.225.543-.796.9-1.376.922-.393.009-.787.001-1.18.004V2.958m.611.589v2.109c.32-.009.667.051.956-.123.724-.343.705-1.588-.045-1.89-.284-.134-.606-.088-.91-.096zM3.546 7.886h.59v2.785H6v.504H3.546V7.886zM6.567 7.886h.59v3.29h-.59v-3.29zM8.014 7.886l.575.001c.321.651.639 1.303.96 1.954.315-.654.649-1.301.966-1.955h.574v3.29h-.579c-.001-.663.001-1.326-.001-1.989-.324.662-.636 1.329-.963 1.989-.318-.667-.635-1.335-.954-2.001.004.667.001 1.335.002 2.001h-.579v-3.29zM11.946 7.886h.59v3.289h-.589V7.886zM13.104 7.886h2.464v.59h-.942v2.699h-.579V8.476h-.942v-.59zM5.344 13.016c.712-.275 1.484-.341 2.241-.342v1.467c-.456.012-.917.021-1.36.141-1.084.294-1.986 1.11-2.416 2.144.999-.289 2.093-.375 3.097-.063.66.214 1.271.654 1.59 1.282.402.776.285 1.781-.272 2.452-.54.662-1.39.999-2.225 1.071-1.177.12-2.437-.28-3.222-1.188-.458-.532-.638-1.245-.669-1.934-.045-.912.128-1.845.556-2.656.559-1.087 1.547-1.929 2.679-2.373m-.272 4.654c-.387.052-.793.181-1.06.483-.274.313-.223.835.089 1.104.42.373 1.016.439 1.555.428.5-.018 1.05-.119 1.41-.496.302-.314.249-.87-.094-1.134-.527-.426-1.255-.449-1.899-.386zM10.89 12.823c1.827.003 3.654.001 5.482.001 0 .482-.019.964-.021 1.446-1.358.002-2.716-.003-4.074.003l-.085 1.173c.691-.155 1.405-.271 2.114-.171.906.12 1.788.61 2.276 1.398.658 1.044.562 2.522-.29 3.431-.684.739-1.715 1.08-2.705 1.078-1.133.024-2.245-.339-3.21-.918.258-.417.514-.834.773-1.25.9.549 1.995.788 3.039.62.411-.074.822-.254 1.086-.588.521-.674.24-1.815-.561-2.136-.843-.306-1.78-.161-2.602.146-.496-.103-.984-.251-1.477-.372.08-1.288.173-2.575.254-3.864z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.094 0h1.525c4.096.211 7.992 2.636 9.923 6.262.818 1.45 1.229 3.08 1.458 4.716v2.016c-.38 4.014-2.813 7.784-6.42 9.63-1.408.77-2.981 1.158-4.56 1.376h-2.008c-4.073-.385-7.892-2.892-9.714-6.578C.56 16.024.206 14.469 0 12.911v-1.795c.199-1.567.558-3.131 1.3-4.538C3.13 2.866 6.992.354 11.094.001m.472 2.818c-2.87.103-5.624 1.673-7.206 4.064-1.604 2.356-1.994 5.477-1.038 8.16 1.201 3.569 4.784 6.163 8.555 6.158 3.544.097 6.996-2.089 8.465-5.308 1.133-2.401 1.146-5.292.038-7.704-1.488-3.364-5.136-5.609-8.814-5.371z"/><path fill="#ffd100" d="M11.566 2.819c3.678-.238 7.326 2.008 8.814 5.371a9.252 9.252 0 0 1-.038 7.704c-1.469 3.218-4.921 5.405-8.465 5.308-3.77.005-7.354-2.59-8.555-6.158-.956-2.683-.566-5.804 1.038-8.16 1.582-2.392 4.336-3.961 7.206-4.064M5.548 6.402c-.005.619-.004 1.24-.001 1.86 1.175.008 2.35-.005 3.523.006-1.021 3.113-2.072 6.216-3.092 9.329.606.002 1.212.01 1.817.002.186.036.196-.187.25-.304 1.196-3.634 2.419-7.259 3.614-10.894-2.036-.004-4.074-.002-6.11 0m9.854.14c-1.091.347-1.885 1.294-2.377 2.291-.871 2.02-.865 4.408.035 6.415.623 1.228 1.788 2.405 3.263 2.351 1.685-.013 2.944-1.514 3.443-3 .65-1.957.566-4.188-.364-6.041-.728-1.421-2.359-2.574-4-2.016z"/><path fill="#ffd100" d="M15.99 8.317c.81-.22 1.434.527 1.786 1.154.706 1.525.716 3.347.082 4.898-.274.559-.696 1.126-1.304 1.336-.784.193-1.376-.524-1.734-1.118-.743-1.549-.75-3.421-.084-4.998.269-.533.672-1.072 1.255-1.272z"/><path d="M5.548 6.402c2.036-.002 4.074-.004 6.11 0-1.195 3.635-2.418 7.26-3.614 10.894-.054.116-.064.34-.25.304-.605.007-1.211 0-1.817-.002 1.02-3.113 2.071-6.216 3.092-9.329-1.174-.011-2.348.002-3.523-.006-.002-.62-.004-1.241.001-1.86z"/><path fill="#030200" d="M15.403 6.541c1.64-.558 3.271.595 4 2.016.93 1.853 1.014 4.084.364 6.041-.499 1.486-1.758 2.987-3.443 3-1.475.054-2.64-1.123-3.263-2.351-.9-2.008-.906-4.396-.035-6.415.492-.997 1.286-1.944 2.377-2.291m.587 1.776c-.583.2-.986.739-1.255 1.272-.666 1.577-.659 3.449.084 4.998.358.594.95 1.312 1.734 1.118.608-.21 1.031-.776 1.304-1.336.635-1.552.624-3.373-.082-4.898-.352-.628-.976-1.374-1.786-1.154z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-70--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.686A.965.965 0 0 0 0 .628V0zM18.383 0h.766v24h-.638a.958.958 0 0 0 .595-.942l.001-21.77c-.003-.268.025-.553-.105-.799a.97.97 0 0 0-.618-.49z"/><path fill="#fff" d="M.743.523a.711.711 0 0 1 .2-.029H18.12a.43.43 0 0 1 .469.447c.004 7.373 0 14.746.002 22.119.031.268-.197.518-.471.489H.944a.432.432 0 0 1-.47-.446C.47 15.73.473 8.357.472.985.456.794.554.59.742.524M2.171 3.16c-.466.301-.47 1.068 0 1.366.445.258.993.25 1.448.484.21.109.197.427-.001.541-.468.284-1.13.165-1.479-.258l-.479.364c.559.707 1.697.854 2.409.302.442-.337.401-1.083-.044-1.399-.424-.284-.959-.284-1.423-.467-.226-.078-.219-.422-.003-.51.394-.171.88-.053 1.184.245l.445-.393c-.516-.532-1.426-.684-2.058-.276m2.885-.196v3.295h.611l.001-1.288c.406-.009.814.019 1.22-.017.502-.056.901-.543.862-1.045-.017-.504-.471-.909-.963-.935-.577-.022-1.154-.004-1.732-.009m3.264-.001v3.295h2.522v-.59H8.929v-.902h1.009v-.6H8.929v-.611h1.845v-.591H8.316m3.201-.001v3.295h2.512v-.59l-1.9-.001v-.901h1.009v-.601h-1.009v-.611l1.845-.001v-.59h-2.459m3.189 0v3.295c.394-.002.788.006 1.182-.003.581-.022 1.153-.38 1.378-.924.168-.41.179-.882.049-1.305-.191-.606-.799-1.027-1.425-1.055-.395-.017-.79-.004-1.185-.007M3.51 7.9v3.295h2.458v-.505H4.101V7.9a58.214 58.214 0 0 0-.591 0m3.026 0v3.295h.59V7.899h-.591m1.451.001v3.296h.579c0-.668.002-1.336-.001-2.004.32.667.637 1.335.956 2.003.329-.659.639-1.328.965-1.99.004.663 0 1.327.002 1.99h.58V7.9h-.575c-.318.655-.651 1.303-.968 1.958-.322-.652-.64-1.306-.962-1.957L7.986 7.9m3.939 0v3.295h.59V7.9a58.214 58.214 0 0 0-.591 0m1.16 0v.59h.944v2.704h.58V8.49h.944V7.9h-2.469m.244 4.828c-.911.093-1.736.656-2.23 1.416-.762 1.202-.877 2.721-.612 4.092.19.966.671 1.929 1.516 2.48.714.493 1.631.583 2.47.456.805-.12 1.519-.627 1.976-1.289.833-1.267.966-2.896.653-4.351-.238-1.17-1.022-2.284-2.185-2.672a3.794 3.794 0 0 0-1.589-.131m-11.525.119c.014.483.024.966.023 1.449h4.661c-1.072 1.498-1.841 3.234-2.111 5.063-.084.569-.095 1.145-.117 1.719.492.002.984.003 1.476 0 .003-1.268.224-2.54.732-3.706.471-1.131 1.066-2.255 2.014-3.06-.002-.488 0-.976-.001-1.464H1.8z"/><path fill="#fff" d="M5.668 3.553c.404.021.819-.046 1.216.043.351.1.343.662-.016.746-.394.078-.802.018-1.201.037v-.826zM15.317 3.554c.304.007.627-.039.911.095.752.304.771 1.55.046 1.894-.289.174-.637.115-.957.124V3.554zM13.625 14.183c.482-.046 1.001.073 1.361.412.548.5.739 1.267.785 1.981.036.714-.024 1.456-.348 2.104-.218.447-.593.837-1.075.989-.63.191-1.382.042-1.83-.459-.499-.533-.647-1.29-.681-1.996-.037-.713.062-1.458.414-2.088.28-.501.784-.911 1.374-.943zM0 23.414A.982.982 0 0 0 .543 24H0v-.586z"/><path fill="#030303" d="M.686 0h17.697a.968.968 0 0 1 .618.49c.13.245.101.531.105.799l-.001 21.77a.958.958 0 0 1-.595.942H.543A.982.982 0 0 1 0 23.415V.629A.965.965 0 0 1 .686.001m.057.522C.555.589.457.793.473.984.474 8.357.471 15.73.475 23.102a.432.432 0 0 0 .47.446h17.176c.273.029.502-.221.471-.489-.001-7.373.002-14.746-.002-22.119a.431.431 0 0 0-.469-.447H.944a.711.711 0 0 0-.2.029z"/><path fill="#030303" d="M2.171 3.16c.632-.409 1.541-.257 2.058.276l-.445.393c-.304-.298-.79-.416-1.184-.245-.215.087-.223.432.003.51.464.183.999.183 1.423.467.445.316.486 1.062.044 1.399-.713.552-1.85.405-2.409-.302l.479-.364c.348.423 1.011.541 1.479.258.198-.114.211-.432.001-.541-.456-.234-1.003-.226-1.448-.484-.471-.298-.467-1.065 0-1.366zM5.055 2.963c.577.005 1.155-.013 1.732.009.491.026.945.431.963.935.039.502-.36.99-.862 1.045-.405.036-.814.009-1.22.017l-.001 1.288h-.611V2.962m.612.591v.826c.399-.019.807.041 1.201-.037.359-.084.367-.646.016-.746-.397-.09-.812-.023-1.216-.043zM8.318 2.963h2.458v.591H8.931v.611H9.94v.6H8.931v.902h1.911v.59H8.32V2.962zM11.517 2.963h2.459v.59l-1.845.001a62.22 62.22 0 0 0 0 .611h1.009v.601h-1.009v.901l1.9.001v.59h-2.512V2.963zM14.704 2.963c.395.003.79-.009 1.185.007.626.028 1.234.449 1.425 1.055.13.423.119.895-.049 1.305-.225.544-.797.902-1.378.924-.394.009-.788.002-1.182.003V2.962m.612.592v2.113c.321-.009.668.051.957-.124.726-.343.706-1.59-.046-1.894-.285-.134-.608-.088-.911-.095zM3.51 7.9h.591v2.79h1.867v.505H3.51V7.9zM6.536 7.9h.591v3.296h-.59V7.901zM7.986 7.9l.576.001c.322.652.64 1.305.962 1.957.317-.656.65-1.303.968-1.958h.575v3.295h-.58c-.001-.663.002-1.327-.002-1.99-.325.662-.636 1.331-.965 1.99-.319-.668-.635-1.336-.956-2.003.003.668.001 1.336.001 2.004h-.579V7.9zM11.925 7.9h.591v3.295h-.59V7.9zM13.084 7.9h2.469v.59h-.944v2.704h-.58V8.49h-.944V7.9zM13.327 12.728a3.779 3.779 0 0 1 1.589.131c1.163.389 1.947 1.502 2.185 2.672.313 1.455.18 3.085-.653 4.351-.458.662-1.171 1.17-1.976 1.289-.839.127-1.756.037-2.47-.456-.844-.551-1.326-1.513-1.516-2.48-.265-1.371-.15-2.89.612-4.092.494-.76 1.318-1.322 2.23-1.416m.297 1.456c-.591.033-1.094.442-1.374.943-.352.63-.451 1.375-.414 2.088.034.706.182 1.463.681 1.996.448.501 1.2.65 1.83.459.482-.152.857-.542 1.075-.989.324-.648.384-1.391.348-2.104-.046-.715-.237-1.481-.785-1.981-.36-.339-.879-.457-1.361-.412zM1.801 12.848h6.678c.001.488-.001.976.001 1.464-.948.805-1.543 1.929-2.014 3.06-.508 1.167-.729 2.438-.732 3.706-.492.003-.984.002-1.476 0 .022-.574.033-1.15.117-1.719.269-1.829 1.038-3.565 2.111-5.063H1.825c.001-.483-.009-.966-.023-1.449z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-75--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.683A.97.97 0 0 0 0 .627V0zM18.391 0h.758v24h-.637a.957.957 0 0 0 .593-.943l.001-21.812c.08-.52-.164-1.116-.715-1.245z"/><path fill="#fff" d="M.741.523C.82.496.905.495.987.493 6.711.496 12.436.491 18.161.496c.261-.015.458.24.429.489-.001 7.373.002 14.745-.002 22.118a.432.432 0 0 1-.471.446H.944a.432.432 0 0 1-.471-.446C.469 15.731.472 8.358.471.986.455.795.553.591.74.524m1.777 2.47c-.317.087-.61.328-.679.659-.093.374.107.801.469.947.346.135.716.196 1.07.307.146.046.318.107.38.261.069.177-.058.362-.22.432-.468.213-1.067.095-1.397-.307-.16.121-.32.242-.479.365.558.708 1.696.853 2.409.302.441-.337.401-1.083-.045-1.399-.424-.284-.958-.285-1.422-.467-.227-.078-.219-.423-.003-.51.394-.17.88-.053 1.182.246.148-.131.298-.261.444-.393-.43-.452-1.118-.606-1.71-.442m2.539-.032v3.295h.611c.002-.429-.001-.859.001-1.288.405-.009.813.018 1.217-.017.503-.055.903-.541.865-1.045-.016-.504-.47-.91-.961-.936-.577-.022-1.155-.005-1.733-.009m3.263 0v3.295h2.521a38.81 38.81 0 0 0 0-.591H8.928v-.902c.337-.001.673.001 1.01-.001v-.599c-.337-.002-.673 0-1.01-.001v-.611h1.845v-.591H8.315m3.201.001l.001 3.295h2.512l.001-.59-1.9-.001a135.3 135.3 0 0 1 0-.901h1.008v-.601H12.13a62.017 62.017 0 0 1 0-.61c.615-.002 1.23.001 1.845-.001v-.589c-.82-.002-1.639-.001-2.459 0m3.188-.002l.001 3.294c.38 0 .761.003 1.141-.001.562-.01 1.121-.327 1.377-.835a1.94 1.94 0 0 0 .103-1.362c-.179-.624-.798-1.061-1.436-1.09-.395-.016-.79-.005-1.186-.007M3.51 7.9v3.295h2.457v-.505H4.101V7.901a38.81 38.81 0 0 0-.591 0M6.536 7.9l.001 3.295.59.001V7.9h-.591m1.45 0v3.296h.579a444 444 0 0 0 0-1.999c.323.663.635 1.332.955 1.996.329-.657.636-1.325.963-1.983.007.662 0 1.323.003 1.984h.58l.001-3.295a55.489 55.489 0 0 0-.577 0c-.317.654-.65 1.301-.967 1.956-.32-.65-.642-1.299-.957-1.951-.193-.01-.387-.004-.581-.005m3.94.001v3.295h.59l.001-3.294a38.81 38.81 0 0 0-.591 0m1.159-.001v.59c.315.001.629-.001.944.001.001.901-.001 1.802.001 2.704h.579c.002-.902 0-1.803.001-2.704.315-.002.629 0 .944-.001V7.9h-2.469M1.802 12.848c.013.483.024.965.022 1.448 1.554.002 3.108 0 4.661.001-1.072 1.498-1.842 3.235-2.111 5.065-.084.568-.094 1.144-.116 1.717.492.002.984.003 1.476-.001.003-1.268.225-2.54.732-3.706.472-1.129 1.063-2.254 2.012-3.056.003-.489.001-.979.001-1.468H1.801m9.183.022c-.085 1.273-.173 2.546-.252 3.82.485.122.968.261 1.456.37.796-.301 1.698-.436 2.521-.166.824.284 1.132 1.438.614 2.121-.251.329-.652.507-1.05.583-1.041.177-2.136-.06-3.035-.608-.252.413-.508.824-.761 1.236 1.002.605 2.169.963 3.346.902a3.796 3.796 0 0 0 2.046-.665 2.75 2.75 0 0 0 1.081-1.583c.195-.833.025-1.759-.51-2.435-.498-.639-1.268-1.034-2.063-1.146-.707-.103-1.419.013-2.11.165.028-.384.058-.767.082-1.151 1.341-.013 2.683-.005 4.025-.005.011-.48.014-.96.027-1.44h-5.418z"/><path fill="#fff" d="M5.668 3.554c.395.015.796-.036 1.186.032.356.074.396.632.046.745-.4.1-.823.024-1.232.048v-.826zM15.318 3.554c.502-.043 1.137.014 1.377.535.207.475.127 1.154-.365 1.423-.299.206-.672.151-1.013.155V3.554zM0 23.415A.983.983 0 0 0 .543 24H0v-.585z"/><path fill="#040404" d="M.683 0h17.708c.551.129.795.725.715 1.245l-.001 21.812a.959.959 0 0 1-.593.943H.543A.989.989 0 0 1 0 23.415V.627A.97.97 0 0 1 .683 0m.058.523C.554.59.455.794.472.985.473 8.357.47 15.73.474 23.102a.432.432 0 0 0 .471.446h17.173a.432.432 0 0 0 .471-.446c.004-7.373.001-14.745.002-22.118.028-.249-.169-.503-.429-.489C12.438.49 6.713.495.988.492.906.494.821.495.742.522z"/><path fill="#040404" d="M2.517 2.994c.593-.164 1.281-.01 1.71.442-.147.133-.296.262-.444.393-.302-.298-.789-.415-1.182-.246-.216.087-.224.433.003.51.464.182.998.183 1.422.467.446.316.486 1.062.045 1.399-.713.551-1.851.406-2.409-.302.158-.123.319-.244.479-.364.33.402.93.52 1.397.307.161-.07.289-.255.22-.432-.062-.155-.234-.215-.38-.261-.354-.11-.724-.171-1.07-.307-.362-.146-.562-.573-.469-.947.07-.332.362-.573.679-.659zM5.055 2.963c.577.005 1.156-.012 1.733.009.491.026.945.432.961.936.038.504-.362.99-.865 1.045-.404.036-.811.008-1.217.017-.002.429.001.859-.001 1.288h-.611V2.963m.613.591v.826c.409-.024.832.052 1.232-.048.351-.113.311-.671-.046-.745-.39-.068-.791-.017-1.186-.032zM8.318 2.963h2.458v.591H8.931a62.22 62.22 0 0 0 0 .611c.337.001.673-.001 1.01.001v.599c-.337.002-.673 0-1.01.001v.902h1.911v.591H8.32V2.964zM11.516 2.963h2.459v.589c-.615.002-1.23-.001-1.845.001v.61h1.008v.601H12.13v.901l1.9.001-.001.59h-2.512l-.001-3.295zM14.704 2.963c.395.002.791-.009 1.186.007.638.028 1.257.466 1.436 1.09.125.446.103.943-.103 1.362-.255.507-.815.825-1.377.835-.38.004-.761.001-1.141.001l-.001-3.294m.614.59v2.113c.341-.005.714.05 1.013-.155.492-.269.572-.948.365-1.423-.24-.52-.875-.577-1.377-.535zM3.51 7.9h.591v2.789h1.866v.505H3.51V7.899zM6.536 7.9h.591v3.296l-.59-.001L6.536 7.9zM7.986 7.9c.194.001.388-.005.581.005.315.653.637 1.302.957 1.951.317-.654.65-1.301.967-1.956.192-.002.384-.001.577 0l-.001 3.295h-.58c-.003-.661.003-1.323-.003-1.984-.327.658-.634 1.326-.963 1.983-.321-.665-.632-1.333-.955-1.996a444 444 0 0 1 0 1.999h-.579V7.901zM11.925 7.9h.591l-.001 3.294h-.59V7.899zM13.084 7.9h2.469v.59c-.315.001-.629-.001-.944.001-.001.901.001 1.802-.001 2.704h-.579c-.002-.901 0-1.802-.001-2.704-.315-.003-.629 0-.944-.001a58.017 58.017 0 0 1 0-.59zM1.802 12.848H8.48c0 .489.002.979-.001 1.468-.949.802-1.54 1.927-2.012 3.056-.507 1.166-.729 2.438-.732 3.706-.492.004-.984.003-1.476.001.022-.573.032-1.149.116-1.717.269-1.83 1.038-3.567 2.111-5.065-1.554-.001-3.108.001-4.661-.001.001-.483-.009-.966-.022-1.448z"/><path fill="#030303" d="M10.984 12.87h5.418c-.014.48-.017.96-.027 1.44-1.342 0-2.684-.009-4.025.005-.024.384-.054.767-.082 1.151.69-.152 1.403-.268 2.11-.165.795.112 1.565.507 2.063 1.146.535.676.705 1.602.51 2.435a2.753 2.753 0 0 1-1.081 1.583c-.596.42-1.321.638-2.046.665-1.177.06-2.344-.298-3.346-.902.253-.412.509-.823.761-1.236.899.548 1.994.785 3.035.608.398-.076.799-.254 1.05-.583.518-.683.21-1.837-.614-2.121-.823-.27-1.725-.134-2.521.166-.488-.109-.971-.248-1.456-.37.079-1.273.168-2.546.252-3.82z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M11.015 0h1.936c4.212.371 8.143 3.031 9.91 6.893.632 1.295.937 2.713 1.14 4.13v1.913c-.288 2.7-1.386 5.334-3.282 7.301-2.005 2.155-4.823 3.444-7.733 3.763H11.05c-4.112-.378-7.973-2.914-9.788-6.647C.559 15.992.211 14.487.001 12.98v-1.926c.17-1.152.367-2.311.81-3.395C2.121 4.227 5.1 1.477 8.64.479c.775-.236 1.58-.337 2.376-.48m-.409 2.1C7.613 2.494 4.866 4.345 3.36 6.96c-1.933 3.236-1.786 7.571.376 10.662 2.159 3.252 6.335 4.987 10.163 4.195 3.556-.656 6.613-3.401 7.654-6.863.889-2.831.431-6.048-1.235-8.506-2.052-3.155-5.99-4.915-9.71-4.35z"/><path fill="#fff" d="M10.607 2.099c3.72-.565 7.658 1.195 9.71 4.35 1.666 2.458 2.124 5.675 1.235 8.506-1.04 3.462-4.098 6.206-7.654 6.863-3.828.792-8.004-.943-10.163-4.195-2.161-3.091-2.309-7.426-.376-10.662C4.865 4.346 7.612 2.495 10.606 2.1M6.083 8.004c-1.034 1.033-.726 3.046.702 3.562-1.667.619-2.05 3-.882 4.249 1.16 1.236 3.346 1.339 4.625.235 1.388-1.194 1.165-3.863-.684-4.48 1.531-.606 1.702-2.882.394-3.808-1.206-.826-3.082-.806-4.154.241m9.074-.76c-1.592.198-2.311 1.892-2.428 3.308-.126 1.619-.196 3.361.542 4.854.851 1.649 3.462 1.895 4.58.408.846-1.158.908-2.671.912-4.052-.036-1.229-.151-2.557-.91-3.578-.61-.822-1.721-1.114-2.698-.94z"/><path fill="#fff" d="M7.846 8.704c.755-.332 1.717.278 1.577 1.136.029.821-.935 1.271-1.622.955-.853-.341-.827-1.789.046-2.092zM15.283 8.792c.422-.232 1.013-.062 1.218.382.413.835.343 1.801.377 2.706-.026.956.036 1.962-.329 2.867-.227.61-1.138.755-1.531.234-.379-.55-.414-1.246-.454-1.89-.034-1.042-.056-2.093.097-3.126.077-.436.198-.946.622-1.172zM7.84 12.413c1.014-.418 2.021.62 1.786 1.632.01.827-.834 1.532-1.644 1.255-1.235-.35-1.309-2.41-.142-2.887z"/><path d="M6.083 8.004c1.073-1.048 2.948-1.067 4.154-.241 1.308.925 1.138 3.202-.394 3.808 1.849.617 2.072 3.286.684 4.48-1.279 1.104-3.464 1.001-4.625-.235-1.168-1.249-.785-3.63.882-4.249-1.428-.516-1.736-2.528-.702-3.562m1.764.699c-.872.302-.899 1.751-.046 2.092.688.316 1.651-.134 1.622-.955.14-.858-.822-1.469-1.577-1.136m-.005 3.708c-1.168.478-1.093 2.537.142 2.887.81.277 1.654-.428 1.644-1.255.235-1.012-.772-2.05-1.786-1.632zM15.158 7.243c.977-.174 2.088.118 2.698.94.758 1.021.874 2.35.91 3.578-.004 1.381-.066 2.894-.912 4.052-1.118 1.487-3.73 1.241-4.58-.408-.738-1.493-.668-3.235-.542-4.854.116-1.416.835-3.11 2.428-3.308m.123 1.549c-.424.227-.545.737-.622 1.172-.154 1.033-.131 2.084-.097 3.126.04.644.074 1.34.454 1.89.394.521 1.304.376 1.531-.234.365-.905.302-1.91.329-2.867-.034-.905.036-1.871-.377-2.706-.205-.444-.796-.613-1.218-.382z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-80--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.59A.979.979 0 0 0 0 .762V0zM18.526 0h.588v.768A.985.985 0 0 0 18.526 0zM.783.479c.079-.027.163-.028.245-.03C6.743.452 12.457.447 18.172.452c.26-.014.456.24.428.488-.001 7.359.002 14.719-.001 22.078a.431.431 0 0 1-.47.445c-5.672.002-11.343-.001-17.015.002-.285.054-.622-.126-.599-.447C.512 15.659.515 8.299.514.94.498.749.596.545.783.479m1.772 2.467c-.316.087-.609.327-.678.659-.093.373.108.799.468.945.346.135.715.196 1.068.306.147.046.318.107.38.262.063.164-.043.342-.192.415-.468.234-1.087.117-1.422-.291-.16.12-.319.241-.478.363.557.707 1.694.852 2.405.302.441-.337.4-1.082-.045-1.397-.423-.283-.957-.284-1.419-.465-.226-.078-.219-.423-.003-.51.393-.17.879-.053 1.181.245l.444-.392c-.43-.451-1.116-.606-1.708-.441m2.533-.032v3.289h.61c.002-.428-.001-.857.001-1.285.405-.009.812.018 1.216-.017.516-.056.923-.571.858-1.086-.039-.502-.509-.885-.999-.895-.562-.015-1.124-.003-1.686-.006m3.257 0v3.289h2.517a57.82 57.82 0 0 0 0-.589H8.956v-.9c.336-.001.672.001 1.008-.001v-.598c-.336-.002-.672 0-1.008-.001v-.61h1.842v-.59H8.344m3.195 0v3.289h2.507v-.589l-1.896-.001v-.899h1.007v-.6H12.15v-.609c.614-.002 1.228 0 1.842-.001v-.588c-.818-.002-1.636-.001-2.454 0m3.183-.002v3.288c.38 0 .759.003 1.139-.001.561-.01 1.119-.327 1.374-.833.205-.418.227-.915.102-1.359-.178-.623-.796-1.059-1.433-1.088-.394-.016-.789-.005-1.183-.007M3.546 7.843v3.289h2.453v-.504H4.136V7.844c-.196-.002-.393-.001-.59 0m3.021-.001v3.289h.589v-3.29h-.59m1.448.001v3.29h.578c.001-.666.002-1.332 0-1.998.321.664.635 1.331.953 1.996.329-.657.636-1.324.963-1.983.005.661 0 1.322.003 1.983h.579V7.842a55.105 55.105 0 0 0-.575 0c-.317.654-.649 1.299-.966 1.953-.32-.65-.639-1.299-.957-1.95-.192-.006-.385-.003-.578-.003m3.932.001v3.289h.589V7.844c-.197-.002-.393-.001-.59 0m1.159-.001v.589c.314.002.628-.001.942.001.001.9-.001 1.799.001 2.699h.578c.002-.9 0-1.799.001-2.699.314-.002.628 0 .942-.001a57.82 57.82 0 0 0 0-.589h-2.464M2.746 13.546c-.476.503-.628 1.265-.432 1.922.111.35.348.639.578.917a3.284 3.284 0 0 0-.546.659c-.618.995-.455 2.415.402 3.222.612.591 1.476.843 2.31.873 1.011.034 2.118-.183 2.852-.928 1.015-1.029.907-2.895-.196-3.822.245-.32.504-.651.589-1.054a2.038 2.038 0 0 0-.904-2.164c-.753-.483-1.687-.582-2.561-.517-.764.063-1.559.316-2.092.893m10.471-.884c-.91.093-1.732.654-2.225 1.413-.761 1.2-.876 2.717-.61 4.086.189.964.671 1.924 1.513 2.474.712.492 1.627.582 2.465.456.804-.119 1.516-.626 1.974-1.287.831-1.264.964-2.89.652-4.343-.237-1.168-1.02-2.28-2.181-2.668a3.784 3.784 0 0 0-1.587-.131z"/><path fill="#fff" d="M5.7 3.504c.394.015.794-.036 1.183.032.356.073.396.632.046.744-.399.1-.821.025-1.23.048v-.824zM15.333 3.505c.501-.043 1.135.014 1.374.533.207.475.127 1.152-.364 1.421-.298.205-.671.15-1.011.155V3.505zM4.82 14.126c.599-.042 1.26-.062 1.79.264.299.172.36.618.108.857-.337.32-.832.367-1.275.386-.505.005-1.057-.005-1.489-.302-.265-.174-.345-.586-.12-.824.254-.263.635-.339.985-.381zM13.514 14.115c.618-.075 1.272.182 1.624.706.519.746.574 1.704.502 2.582-.08.797-.398 1.668-1.137 2.075-.688.36-1.627.215-2.134-.388-.515-.589-.63-1.407-.648-2.161-.002-.683.114-1.394.486-1.978.284-.451.761-.805 1.306-.835zM4.906 17.127c.676-.044 1.478-.024 1.974.507.486.559.239 1.512-.419 1.82-.477.216-1.022.207-1.534.176-.398-.045-.842-.103-1.13-.413-.414-.408-.482-1.138-.097-1.587.303-.339.769-.462 1.206-.503zM0 23.147a.975.975 0 0 0 .482.714c.243.142.534.116.804.117h16.543c.279 0 .583.023.83-.135.252-.143.404-.41.456-.689v.845H.001v-.853z"/><path fill="#030303" d="M.59 0h17.936c.317.13.54.432.588.768v22.387c-.052.279-.204.546-.456.689-.247.157-.55.135-.83.135H1.285c-.27-.001-.561.024-.804-.117a.977.977 0 0 1-.482-.714V.762A.979.979 0 0 1 .589 0m.194.479C.596.545.498.749.514.94.515 8.299.512 15.658.515 23.018c-.023.321.314.501.599.447 5.671-.003 11.343 0 17.015-.002a.432.432 0 0 0 .47-.445c.003-7.359 0-14.719.001-22.078.028-.248-.168-.502-.428-.488C12.457.447 6.743.452 1.028.449.946.451.862.452.783.479z"/><path fill="#030303" d="M2.555 2.946c.592-.164 1.278-.009 1.708.441l-.444.392c-.302-.297-.788-.414-1.181-.245-.216.087-.223.432.003.51.463.182.996.183 1.419.465.445.315.485 1.06.045 1.397-.711.55-1.848.405-2.405-.302.159-.122.318-.243.478-.363.336.409.954.526 1.422.291.149-.073.255-.251.192-.415-.062-.155-.233-.216-.38-.262-.354-.11-.723-.171-1.068-.306-.36-.146-.561-.572-.468-.945.069-.331.361-.572.678-.659zM5.089 2.915c.562.003 1.125-.009 1.686.006.49.01.96.393.999.895.064.515-.342 1.03-.858 1.086-.404.036-.811.008-1.216.017-.002.429.001.857-.001 1.285h-.61V2.915m.611.589v.824c.408-.023.83.052 1.23-.048.35-.112.31-.671-.046-.744-.389-.068-.789-.017-1.183-.032zM8.346 2.915H10.8v.59H8.958v.61c.336.001.672-.001 1.008.001v.598c-.336.002-.672 0-1.008.001v.9h1.907v.589H8.348V2.915zM11.539 2.915h2.454v.588c-.614.002-1.228-.001-1.842.001v.609h1.007v.6h-1.007v.899l1.896.001v.589H11.54V2.913zM14.721 2.915c.394.002.789-.009 1.183.007.637.028 1.255.465 1.433 1.088.125.444.103.942-.102 1.359-.255.507-.813.823-1.374.833-.38.004-.759.001-1.139.001V2.915m.611.59v2.109c.34-.005.713.05 1.011-.155.491-.268.571-.946.364-1.421-.24-.519-.874-.576-1.374-.533zM3.546 7.843h.59v2.784h1.863v.504H3.546V7.842zM6.567 7.843h.59v3.29h-.589V7.844zM8.014 7.843c.193 0 .385-.003.578.003.318.651.637 1.301.957 1.95.317-.654.649-1.3.966-1.953h.575v3.289h-.579c-.003-.661.003-1.322-.003-1.983-.327.658-.634 1.326-.963 1.983-.318-.666-.632-1.332-.953-1.996.002.666.002 1.332 0 1.998h-.578v-3.29zM11.946 7.843h.59v3.288a57.82 57.82 0 0 1-.589 0V7.842zM13.104 7.843h2.464v.589c-.314.002-.628-.001-.942.001-.001.9.001 1.799-.001 2.699h-.578c-.002-.9 0-1.799-.001-2.699-.314-.002-.628 0-.942-.001a57.82 57.82 0 0 1 0-.589zM2.746 13.546c.533-.577 1.328-.83 2.092-.893.874-.065 1.808.035 2.561.517a2.037 2.037 0 0 1 .904 2.164c-.085.403-.345.734-.589 1.054 1.103.927 1.212 2.793.196 3.822-.735.746-1.842.963-2.852.928-.834-.031-1.698-.282-2.31-.873-.857-.807-1.02-2.227-.402-3.222.147-.246.342-.459.546-.659-.231-.278-.468-.567-.578-.917-.197-.657-.044-1.419.432-1.922m2.074.581c-.35.041-.731.117-.985.381-.225.238-.145.649.12.824.432.297.984.307 1.489.302.443-.018.938-.066 1.275-.386.251-.239.19-.685-.108-.857-.53-.325-1.191-.305-1.79-.264m.085 3.001c-.437.041-.903.165-1.206.503-.384.449-.317 1.179.097 1.587.288.309.732.368 1.13.413.512.03 1.058.04 1.534-.176.657-.309.905-1.261.419-1.82-.496-.531-1.299-.55-1.974-.507zM13.217 12.663a3.786 3.786 0 0 1 1.587.131c1.161.388 1.944 1.5 2.181 2.668.312 1.453.179 3.078-.652 4.343-.457.661-1.169 1.168-1.974 1.287-.837.126-1.752.037-2.465-.456-.842-.549-1.323-1.509-1.513-2.474-.265-1.369-.15-2.886.61-4.086.493-.759 1.315-1.32 2.225-1.413m.298 1.452c-.545.03-1.022.384-1.306.835-.372.585-.488 1.296-.486 1.978.018.754.133 1.572.648 2.161.507.603 1.446.748 2.134.388.739-.407 1.057-1.278 1.137-2.075.072-.878.016-1.836-.502-2.582-.352-.524-1.006-.78-1.624-.706z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-85--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.653C.353.132.118.389 0 .693V0zM18.512 0h.714v.926A1.248 1.248 0 0 0 18.512 0zM.986.734a.398.398 0 0 1 .153-.026C6.774.709 12.41.707 18.045.709c.244-.005.412.245.388.473 0 7.198.001 14.396-.001 21.594.014.22-.157.447-.388.442H1.14a.389.389 0 0 1-.4-.4V1.097A.393.393 0 0 1 .986.734M2.36 3.329c-.436.311-.415 1.046.047 1.323.433.238.956.237 1.396.46.2.102.202.408.013.522-.455.292-1.114.175-1.454-.244a18.35 18.35 0 0 0-.472.36c.551.679 1.645.83 2.345.302.445-.324.404-1.067-.033-1.378-.416-.286-.946-.276-1.401-.462-.21-.077-.201-.401-.003-.487.385-.176.871-.061 1.165.237.144-.131.295-.255.436-.389-.513-.524-1.425-.674-2.038-.244m2.847-.212v3.221h.603V5.072c.374-.005.749.008 1.123-.007a.981.981 0 0 0 .904-.881c.065-.532-.385-1.019-.906-1.057-.574-.022-1.149-.004-1.724-.009m3.19-.001v3.221h2.461v-.581H9.001v-.876c.327-.002.655.003.982-.002v-.588c-.328-.005-.655-.001-.983-.003a58.214 58.214 0 0 1 0-.591h1.795a56.26 56.26 0 0 0 0-.581H8.398m3.116 3.221c.821.002 1.642.001 2.462 0v-.581c-.619-.001-1.238.001-1.858-.001V4.88h.98v-.592h-.98a58.017 58.017 0 0 1 0-.59c.602-.002 1.203 0 1.805-.001 0-.194.001-.387-.001-.581-.801-.001-1.602.002-2.403-.002-.011 1.074-.001 2.149-.005 3.223m3.126 0c.578-.028 1.189.091 1.736-.147.642-.268.976-.997.886-1.668-.036-.708-.638-1.306-1.333-1.388-.428-.038-.859-.01-1.288-.019v3.221M3.708 7.944v3.221c.798.002 1.597-.001 2.395.001.005-.166.003-.331.002-.497-.609-.002-1.218 0-1.827-.001V7.943a54.15 54.15 0 0 0-.57 0m2.947.002c.002 1.074-.003 2.148.003 3.222l.578-.001V7.945a56.26 56.26 0 0 0-.581 0m1.415-.001v3.222h.57c.002-.655 0-1.309.001-1.964.31.653.62 1.306.933 1.957.319-.649.627-1.304.945-1.953.003.653 0 1.307.002 1.961.188.001.376-.002.564.003.015-1.074.002-2.149.006-3.224-.19-.002-.38-.001-.57 0-.317.635-.627 1.274-.95 1.906-.303-.638-.625-1.268-.93-1.906-.19-.002-.381-.001-.571-.001m3.856-.001v3.221h.581V7.943h-.581m1.12.001v.57c.309.002.619 0 .928.001.002.884 0 1.767.001 2.651h.559l.001-2.651h.928l.001-.571h-2.419m-10.07 5.51c-.507.499-.684 1.285-.474 1.96.109.335.336.614.56.881-.705.62-1.053 1.61-.839 2.532a2.489 2.489 0 0 0 1.184 1.638c.761.45 1.684.548 2.55.456.79-.088 1.606-.38 2.13-1.004.877-1.03.73-2.746-.305-3.618.23-.298.472-.606.565-.979.217-.808-.144-1.71-.849-2.156-.725-.474-1.625-.581-2.472-.526-.741.052-1.508.285-2.049.815m7.749-.787c-.083 1.253-.17 2.506-.248 3.759.477.121.951.255 1.43.364.785-.295 1.673-.43 2.484-.164.81.28 1.114 1.415.604 2.087-.247.324-.641.499-1.032.573-1.025.175-2.103-.058-2.987-.597-.248.406-.501.811-.75 1.217.987.595 2.135.947 3.293.888a3.746 3.746 0 0 0 2.014-.654 2.705 2.705 0 0 0 1.064-1.558c.192-.819.025-1.73-.502-2.396-.49-.629-1.248-1.018-2.032-1.128-.695-.102-1.396.013-2.075.162.03-.379.054-.758.084-1.137 1.321-.004 2.642 0 3.963-.002 0-.472.012-.944.022-1.415h-5.332z"/><path fill="#fff" d="M5.811 3.698c.345.001.69-.004 1.035.001.209.006.419.178.405.4.016.223-.199.383-.405.39-.344.024-.69.005-1.035.01v-.801zM15.233 3.698c.353.004.746-.052 1.048.175.587.399.533 1.464-.123 1.77-.282.163-.616.104-.925.113V3.698zM4.879 14.097c.468-.046.95-.048 1.409.067.236.068.488.176.616.398.126.226.044.525-.158.678-.305.242-.709.294-1.085.317-.513.01-1.068.017-1.518-.264-.262-.152-.385-.528-.196-.783.22-.282.595-.368.932-.414zM4.873 17.043c.698-.074 1.524-.074 2.065.443.549.58.235 1.629-.509 1.872-.645.193-1.352.174-1.999.001-.663-.178-1.018-1.004-.722-1.617.209-.441.709-.638 1.165-.7zM18.304 24c.471-.112.842-.517.922-.993V24h-.922zM0 23.23c.137.382.472.673.864.77H0v-.77z"/><path fill="#030303" d="M.653 0h17.858c.376.164.644.524.714.926v22.081a1.244 1.244 0 0 1-.922.993H.863a1.243 1.243 0 0 1-.864-.77V.693C.118.389.352.132.652 0m.334.734a.392.392 0 0 0-.246.363v21.721a.389.389 0 0 0 .4.4h16.904c.231.005.402-.222.388-.442.002-7.198.001-14.396.001-21.594.024-.229-.144-.478-.388-.473C12.41.707 6.774.709 1.139.708a.398.398 0 0 0-.153.026z"/><path fill="#030303" d="M2.36 3.329c.613-.431 1.525-.28 2.038.244-.141.134-.292.258-.436.389-.294-.298-.78-.413-1.165-.237-.198.086-.207.41.003.487.455.186.985.177 1.401.462.438.311.478 1.055.033 1.378-.7.529-1.794.377-2.345-.302.155-.123.313-.243.472-.36.34.418.999.535 1.454.244.19-.114.188-.42-.013-.522-.44-.222-.963-.222-1.396-.46-.462-.278-.483-1.012-.047-1.323zM5.208 3.117c.574.005 1.15-.013 1.724.009.521.038.971.526.906 1.057a.981.981 0 0 1-.904.881c-.374.015-.749.002-1.123.007v1.266h-.603V3.116m.603.582v.801c.345-.005.69.014 1.035-.01.206-.007.42-.167.405-.39.014-.221-.196-.393-.405-.4-.345-.005-.69 0-1.035-.001zM8.398 3.117h2.397c.002.194.002.387 0 .581H9v.591c.327.002.655-.003.983.003v.588c-.327.005-.655 0-.982.002v.876h1.858v.581H8.398V3.118zM11.514 6.337c.003-1.074-.006-2.149.005-3.223.801.004 1.602.001 2.403.002.002.194.001.387.001.581-.602.001-1.203-.001-1.805.001v.59h.98v.592h-.98v.875c.619.002 1.238 0 1.858.001v.581h-2.462zM14.64 6.337V3.116c.429.009.86-.02 1.288.019.695.082 1.296.68 1.333 1.388.09.671-.243 1.4-.886 1.668-.547.238-1.158.119-1.736.147m.594-2.64v2.058c.309-.009.644.049.925-.113.655-.306.709-1.371.123-1.77-.302-.227-.695-.171-1.048-.175zM3.708 7.944h.57v2.725c.609.001 1.218-.001 1.827.001.001.166.003.331-.002.497-.798-.002-1.597 0-2.395-.001V7.945zM6.655 7.945c.194-.002.387-.001.581 0v3.221l-.578.001c-.006-1.074 0-2.148-.003-3.222zM8.07 7.944c.191 0 .381-.001.571.001.305.638.627 1.267.93 1.906.322-.633.633-1.271.95-1.906h.57c-.005 1.075.008 2.149-.006 3.224-.188-.004-.376-.002-.564-.003-.002-.654.002-1.307-.002-1.961-.319.649-.626 1.304-.945 1.953-.313-.651-.623-1.304-.933-1.957-.002.655.001 1.309-.001 1.964h-.57V7.943zM11.926 7.944h.581v3.222h-.581V7.945zM13.046 7.944h2.419l-.001.571h-.928l-.001 2.651h-.559c-.002-.884 0-1.767-.001-2.651-.309-.001-.619.001-.928-.001a54.15 54.15 0 0 1 0-.57zM2.975 13.454c.541-.531 1.308-.764 2.049-.815.847-.055 1.748.052 2.472.526.705.446 1.066 1.348.849 2.156-.093.372-.334.681-.565.979 1.035.872 1.182 2.588.305 3.618-.524.625-1.339.916-2.13 1.004-.866.092-1.789-.005-2.55-.456a2.486 2.486 0 0 1-1.184-1.638c-.214-.922.134-1.912.839-2.532-.224-.267-.45-.546-.56-.881-.21-.675-.033-1.461.474-1.96m1.905.642c-.337.046-.712.132-.932.414-.189.254-.066.631.196.783.45.281 1.006.274 1.518.264.376-.023.781-.076 1.085-.317.202-.153.284-.453.158-.678-.128-.222-.38-.331-.616-.398-.459-.115-.941-.113-1.409-.067m-.006 2.945c-.456.062-.956.259-1.165.7-.296.612.06 1.438.722 1.617.648.172 1.354.191 1.999-.001.743-.243 1.058-1.293.509-1.872-.541-.517-1.367-.517-2.065-.443zM10.725 12.666h5.332c-.011.472-.023.943-.022 1.415-1.321.002-2.642-.002-3.963.002-.03.379-.054.758-.084 1.137.679-.15 1.38-.264 2.075-.162.783.109 1.541.499 2.032 1.128.526.665.693 1.576.502 2.396a2.701 2.701 0 0 1-1.064 1.558c-.586.413-1.3.628-2.014.654-1.158.059-2.307-.293-3.293-.888.249-.406.501-.81.75-1.217.884.539 1.963.772 2.987.597.391-.074.785-.25 1.032-.573.51-.672.206-1.808-.604-2.087-.811-.267-1.699-.131-2.484.164-.479-.109-.953-.243-1.43-.364.078-1.254.165-2.506.248-3.759z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-90--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.075 0h1.553c4.091.214 7.985 2.639 9.914 6.262.816 1.444 1.223 3.067 1.458 4.697v2.058c-.392 4.004-2.819 7.766-6.42 9.608-1.402.768-2.968 1.151-4.54 1.375h-2.052c-4.093-.398-7.926-2.936-9.728-6.656C.546 15.972.21 14.451 0 12.93v-1.836c.205-1.559.56-3.116 1.3-4.517C3.126 2.87 6.98.362 11.075 0m.489 2.819c-2.869.103-5.624 1.673-7.205 4.064-1.586 2.329-1.986 5.406-1.07 8.069 1.162 3.574 4.704 6.2 8.465 6.248 3.586.145 7.103-2.05 8.587-5.308 1.133-2.4 1.146-5.291.038-7.702-1.487-3.365-5.136-5.611-8.815-5.372z"/><path fill="#ffd100" d="M11.564 2.819c3.679-.239 7.328 2.008 8.815 5.372a9.248 9.248 0 0 1-.038 7.702c-1.484 3.258-5.002 5.453-8.587 5.308-3.761-.048-7.303-2.675-8.465-6.248-.916-2.663-.516-5.74 1.07-8.069 1.58-2.392 4.336-3.961 7.205-4.064m-7.099 7.386c.198 1.825 2.06 3.184 3.862 2.887a14.703 14.703 0 0 1-3.292 4.504c.862.002 1.722.011 2.584-.004 1.789-2.132 3.156-4.723 3.511-7.507.262-1.985-1.572-3.866-3.562-3.672-1.874.072-3.404 1.939-3.103 3.792m10.938-3.664c-1.088.349-1.88 1.295-2.374 2.291-.871 2.018-.864 4.406.036 6.414.622 1.226 1.786 2.402 3.258 2.351 1.787-.02 3.086-1.672 3.532-3.266.635-2.244.439-4.945-1.152-6.757-.785-.94-2.113-1.427-3.3-1.032z"/><path fill="#ffd100" d="M7.355 8.323c.816-.278 1.783.306 1.914 1.158.184.838-.492 1.735-1.35 1.778-.82.098-1.61-.601-1.632-1.422a1.5 1.5 0 0 1 1.068-1.514zM15.99 8.318c.811-.224 1.439.524 1.79 1.152.719 1.558.722 3.427.037 4.997-.281.518-.685 1.046-1.264 1.24-.79.19-1.381-.538-1.739-1.136-.733-1.546-.739-3.409-.077-4.98.269-.532.671-1.068 1.252-1.272z"/><path d="M4.465 10.206c-.301-1.853 1.229-3.72 3.103-3.792 1.99-.194 3.823 1.687 3.562 3.672-.355 2.784-1.722 5.375-3.511 7.507-.862.014-1.722.006-2.584.004a14.703 14.703 0 0 0 3.292-4.504c-1.801.296-3.664-1.062-3.862-2.887m2.89-1.883a1.5 1.5 0 0 0-1.068 1.514c.022.821.812 1.52 1.632 1.422.858-.043 1.534-.941 1.35-1.778-.131-.852-1.098-1.436-1.914-1.158z"/><path fill="#030200" d="M15.403 6.542c1.187-.395 2.515.092 3.3 1.032 1.591 1.812 1.787 4.513 1.152 6.757-.445 1.595-1.745 3.246-3.532 3.266-1.472.052-2.636-1.124-3.258-2.351-.9-2.008-.907-4.396-.036-6.414.493-.996 1.285-1.942 2.374-2.291m.587 1.777c-.581.204-.983.74-1.252 1.272-.662 1.571-.656 3.434.077 4.98.358.599.949 1.326 1.739 1.136.578-.193.983-.721 1.264-1.24.685-1.57.682-3.439-.037-4.997-.352-.628-.979-1.376-1.79-1.152z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--maximum-speed-limit-90--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M1.079 0h17.067A1.61 1.61 0 0 1 19.2.99v21.966c-.082.17-.19.326-.309.472.082-.302.202-.601.199-.919-.002-7.04.004-14.08-.002-21.12.04-.694-.586-1.307-1.278-1.26C12.338.126 6.867.125 1.396.13.704.088.085.703.13 1.396.128 8.465.125 15.535.131 22.605c-.023.601.443 1.133 1.029 1.234l-.171.088C.5 23.793.154 23.383 0 22.912V1.089C.14.56.553.147 1.079 0z"/><path fill="#040404" d="M1.031.435C1.215.379 1.41.382 1.6.378 7.001.384 12.403.376 17.805.382c.562-.047 1.076.449 1.03 1.015.002 7.069.005 14.138-.001 21.206.032.552-.476 1.036-1.025.985H1.392c-.542.044-1.04-.438-1.008-.982C.379 15.536.381 8.465.383 1.395.359.977.627.558 1.031.435m.094.474c-.23.096-.278.366-.266.588.005 7.035-.004 14.071.005 21.107a.475.475 0 0 0 .528.506c5.472.004 10.944.002 16.416.001a.484.484 0 0 0 .547-.512c.006-7.066.003-14.132.002-21.199a.498.498 0 0 0-.552-.543C12.403.849 7.001.859 1.599.852c-.159.006-.324-.003-.474.057z"/><path fill="#040404" d="M1.972 3.242l.449.015c.186.578.383 1.152.581 1.726.206-.577.4-1.159.603-1.737h.436c.002 1.056.002 2.111 0 3.167h-.444c-.002-.569.002-1.139-.004-1.709-.199.561-.377 1.129-.582 1.688-.223-.559-.393-1.136-.6-1.7-.004.574 0 1.148-.002 1.721h-.438c-.001-1.057-.001-2.114.001-3.171zM5.163 3.241l.439-.003c.27 1.057.533 2.117.798 3.175l-.455-.001c-.076-.295-.154-.59-.232-.885l-.638.001-.221.884-.455.001c.253-1.058.509-2.115.764-3.172m.223 1.014c-.071.271-.138.543-.202.816l.414.004a32.857 32.857 0 0 0-.212-.82zM6.78 3.232l.479.001c.14.323.279.646.42.968.137-.326.275-.653.423-.975.158.004.316.007.475.009-.219.518-.441 1.035-.658 1.554.231.541.467 1.081.695 1.624h-.48c-.149-.348-.3-.694-.456-1.039-.152.346-.302.692-.451 1.04l-.482-.002c.226-.543.462-1.083.691-1.625-.217-.519-.44-1.035-.656-1.555zM9.05 3.237h.459c.003 1.06.002 2.12.001 3.181l-.46-.001a1685.4 1685.4 0 0 1 0-3.18zM10.124 3.245l.44.001c.199.581.393 1.163.59 1.744.203-.581.4-1.164.605-1.745l.436.001v3.168l-.446-.001c-.002-.569.001-1.138-.002-1.706-.202.568-.389 1.141-.587 1.71-.203-.577-.396-1.157-.597-1.734-.001.576.001 1.153-.001 1.73h-.439c0-1.056-.002-2.112.001-3.168zM12.789 3.233l.438-.003c.021.844-.031 1.69.024 2.532.085.433.808.37.819-.075.039-.817.002-1.637.017-2.456l.448.003c-.028.883.058 1.775-.044 2.652-.205.791-1.472.804-1.665 0-.086-.879-.015-1.769-.037-2.653zM15.135 3.246l.437-.001c.203.58.395 1.163.593 1.744.204-.58.401-1.161.603-1.742l.436-.002c.004 1.056.001 2.112.001 3.168h-.445c-.002-.569.001-1.139-.001-1.708-.203.568-.389 1.142-.589 1.711-.201-.576-.394-1.154-.596-1.729-.001.575.001 1.151-.001 1.726h-.439c0-1.056-.001-2.111.001-3.167z"/><path fill="#fff" d="M.13 1.396C.085.703.704.088 1.396.13 6.867.125 12.338.126 17.81.129c.692-.047 1.318.566 1.278 1.26.006 7.04 0 14.08.002 21.12.003.318-.117.617-.199.919-.255.137-.489.329-.776.394-5.651.004-11.305-.031-16.955.017-.586-.101-1.052-.633-1.029-1.234C.125 15.535.128 8.465.13 1.396m.901-.961c-.404.123-.672.542-.648.96-.002 7.07-.004 14.141.001 21.211-.032.544.466 1.026 1.008.982h16.417c.549.051 1.057-.433 1.025-.985.006-7.068.003-14.137.001-21.206.046-.566-.468-1.062-1.03-1.015C12.403.376 7.001.384 1.6.378c-.19.004-.385.001-.569.057z"/><path fill="#fff" d="M1.125.909c.15-.06.315-.051.474-.057C7.001.859 12.403.849 17.805.857a.498.498 0 0 1 .552.543c.001 7.067.004 14.133-.002 21.199a.484.484 0 0 1-.547.512c-5.472.001-10.944.003-16.416-.001a.475.475 0 0 1-.528-.506C.855 15.568.864 8.532.859 1.497c-.012-.222.036-.492.266-.588m.847 2.333a1117.25 1117.25 0 0 0-.001 3.171h.438c.002-.573-.002-1.147.002-1.721.207.564.377 1.141.6 1.7.205-.559.383-1.127.582-1.688.006.57.002 1.14.004 1.709h.444c.002-1.056.002-2.111 0-3.167h-.436c-.203.578-.397 1.16-.603 1.737a87.404 87.404 0 0 1-.581-1.726l-.449-.015m3.191-.001c-.255 1.057-.511 2.114-.764 3.172l.455-.001.221-.884.638-.001c.078.295.156.59.232.885l.455.001c-.265-1.058-.528-2.118-.798-3.175l-.439.003m1.617-.009c.216.52.439 1.036.656 1.555-.229.542-.465 1.082-.691 1.625l.482.002c.149-.348.299-.694.451-1.04.156.345.307.691.456 1.039h.48c-.228-.543-.464-1.083-.695-1.624.217-.519.439-1.036.658-1.554a37.272 37.272 0 0 1-.475-.009 32.23 32.23 0 0 0-.423.975c-.141-.322-.28-.645-.42-.968l-.479-.001m2.27.005a1685.4 1685.4 0 0 0 0 3.18l.46.001c.001-1.061.002-2.121-.001-3.181H9.05m1.074.008c-.003 1.056-.001 2.112-.001 3.168h.439c.002-.577 0-1.154.001-1.73.201.577.394 1.157.597 1.734.198-.569.385-1.142.587-1.71.003.568 0 1.137.002 1.706l.446.001V3.246l-.436-.001c-.205.581-.402 1.164-.605 1.745-.197-.581-.391-1.163-.59-1.744l-.44-.001m2.665-.012c.022.884-.049 1.774.037 2.653.193.804 1.46.791 1.665 0 .102-.877.016-1.769.044-2.652l-.448-.003c-.015.819.022 1.639-.017 2.456-.011.445-.734.508-.819.075-.055-.842-.003-1.688-.024-2.532l-.438.003m2.346.013c-.002 1.056-.001 2.111-.001 3.167h.439c.002-.575 0-1.151.001-1.726.202.575.395 1.153.596 1.729.2-.569.386-1.143.589-1.711.002.569-.001 1.139.001 1.708h.445c0-1.056.003-2.112-.001-3.168l-.436.002c-.202.581-.399 1.162-.603 1.742-.198-.581-.39-1.164-.593-1.744l-.437.001M3.524 10.225c-1.085 1.015-1.309 2.719-.824 4.076.667 1.773 3.389 2.467 4.66.962-.08.822-.089 1.769-.699 2.402-.654.666-1.961.355-2.087-.626-.643-.002-1.287-.004-1.93.001.1.536.232 1.098.609 1.514 1.17 1.354 3.496 1.422 4.753.153.755-.777 1.072-1.86 1.214-2.909.166-1.325.131-2.691-.23-3.982-.27-.935-.893-1.818-1.827-2.179-1.192-.468-2.69-.322-3.639.588m9.222-.753c-1.45.237-2.193 1.704-2.366 3.031-.242 1.764-.282 3.648.392 5.326.842 2.347 4.806 2.354 5.689.034.661-1.629.63-3.446.438-5.166-.156-.925-.42-1.909-1.115-2.581-.814-.74-2.002-.821-3.038-.644z"/><path fill="#fff" d="M5.386 4.255c.075.272.144.546.212.82l-.414-.004c.064-.273.131-.545.202-.816zM5.527 11.031c.622-.138 1.32.176 1.565.777.268.681.287 1.526-.127 2.152-.571.806-2.036.734-2.384-.241-.353-.932-.213-2.429.946-2.688zM13.237 11.052a1.199 1.199 0 0 1 1.555.956c.335 1.678.364 3.462-.064 5.124-.165.847-1.315 1.115-1.911.552-.411-.473-.484-1.13-.547-1.729-.07-1.177-.093-2.368.069-3.539.089-.544.302-1.199.898-1.364z"/><path d="M3.524 10.225c.949-.91 2.447-1.056 3.639-.588.934.361 1.557 1.244 1.827 2.179.361 1.291.396 2.657.23 3.982-.142 1.049-.459 2.132-1.214 2.909-1.257 1.269-3.583 1.201-4.753-.153-.377-.416-.509-.978-.609-1.514.643-.005 1.287-.003 1.93-.001.126.981 1.433 1.292 2.087.626.61-.633.619-1.58.699-2.402-1.271 1.505-3.993.811-4.66-.962-.485-1.357-.261-3.061.824-4.076m2.003.806c-1.159.259-1.299 1.756-.946 2.688.348.975 1.813 1.047 2.384.241.414-.626.395-1.471.127-2.152-.245-.601-.943-.915-1.565-.777zM12.746 9.472c1.036-.177 2.224-.096 3.038.644.695.672.959 1.656 1.115 2.581.192 1.72.223 3.537-.438 5.166-.883 2.32-4.847 2.313-5.689-.034-.674-1.678-.634-3.562-.392-5.326.173-1.327.916-2.794 2.366-3.031m.491 1.58c-.596.165-.809.82-.898 1.364-.162 1.171-.139 2.362-.069 3.539.063.599.136 1.256.547 1.729.596.563 1.746.295 1.911-.552.428-1.662.399-3.446.064-5.124a1.199 1.199 0 0 0-1.555-.956z"/><path fill="#060606" opacity=".76" d="M18.115 23.822c.287-.065.521-.257.776-.394-.148.313-.466.466-.778.572H1.173l-.184-.073c4.634-.109 9.274-.015 13.911-.047 1.071-.031 2.149.071 3.215-.058z"/><path fill="#767676" d="M1.16 23.839c5.65-.048 11.304-.013 16.955-.017-1.066.129-2.144.027-3.215.058-4.637.032-9.277-.062-13.911.047l.171-.088z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-10--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h10.994c-1.91.196-3.791.787-5.409 1.831A12.06 12.06 0 0 0 .427 8.724C.208 9.467.099 10.235 0 11.002V0zM12.997 0H24v10.995c-.226-2.303-1.07-4.555-2.51-6.376C19.562 2.123 16.618.434 13.482.067a7.249 7.249 0 0 1-.485-.068z"/><path d="M11.408 1.195c1.729-.097 3.483.23 5.06.947 2.69 1.208 4.833 3.567 5.774 6.362.943 2.73.725 5.835-.598 8.404-1.267 2.507-3.549 4.479-6.218 5.358a10.826 10.826 0 0 1-12.808-4.873c-1.452-2.494-1.826-5.58-1.029-8.352.788-2.82 2.783-5.269 5.378-6.622a10.792 10.792 0 0 1 4.441-1.224M8.76 6.872c-.135.552-.245 1.148-.627 1.59-.441.416-1.076.47-1.643.583v1.005c.636.002 1.271-.003 1.906.002-.002 2.58.005 5.16-.003 7.739.368-.003.737.003 1.105-.004.002-3.638.008-7.277-.003-10.915a90.283 90.283 0 0 0-.736 0m6.069.036c-.867.177-1.467.952-1.777 1.736-.439 1.206-.547 2.504-.555 3.778 0 1.101.063 2.213.349 3.281.192.69.487 1.388 1.027 1.879.802.737 2.18.715 2.953-.055.518-.5.802-1.187.99-1.87.274-1.038.337-2.118.335-3.188-.006-1.076-.08-2.163-.367-3.205-.178-.627-.423-1.264-.882-1.741-.518-.559-1.335-.776-2.072-.615z"/><path d="M15.114 8.141c.415-.081.858.092 1.118.424.339.418.487.952.596 1.469.197 1.018.205 2.06.184 3.093-.031.808-.088 1.625-.308 2.407-.122.409-.291.828-.615 1.119-.395.365-1.063.401-1.477.048-.392-.33-.568-.837-.698-1.316-.271-1.106-.286-2.253-.272-3.385.029-.861.086-1.733.34-2.561.171-.555.503-1.188 1.133-1.297zM0 13.006c.104.788.217 1.579.448 2.342.848 2.965 2.897 5.554 5.572 7.085 1.521.884 3.24 1.389 4.985 1.567H0V13.006zM22.465 17.92c.87-1.503 1.356-3.204 1.535-4.926v11.005H13.005c.764-.103 1.53-.208 2.271-.428 3.016-.841 5.655-2.924 7.189-5.651z"/><path fill="red" d="M10.994 0h2.003c.161.027.323.05.485.068 3.136.367 6.08 2.056 8.008 4.552 1.44 1.821 2.284 4.072 2.51 6.376v2c-.179 1.722-.665 3.423-1.535 4.926-1.534 2.728-4.173 4.81-7.189 5.651-.741.221-1.507.326-2.271.428h-2c-1.746-.178-3.464-.683-4.985-1.567-2.674-1.531-4.724-4.12-5.572-7.085-.231-.763-.345-1.553-.448-2.342v-2.003c.099-.767.208-1.535.427-2.278a12.06 12.06 0 0 1 5.158-6.893C7.203.789 9.084.198 10.994.002m.414 1.193a10.797 10.797 0 0 0-4.441 1.224C4.372 3.772 2.376 6.221 1.589 9.041c-.797 2.772-.423 5.858 1.029 8.352 1.458 2.556 4.002 4.464 6.87 5.132 1.952.471 4.034.377 5.938-.259 2.669-.879 4.951-2.851 6.218-5.358 1.322-2.569 1.54-5.674.598-8.404-.941-2.795-3.084-5.154-5.774-6.362a10.808 10.808 0 0 0-5.06-.947z"/><path fill="#fff" d="M8.76 6.872h.736c.012 3.638.005 7.277.003 10.915-.368.007-.737 0-1.105.004.008-2.58.001-5.16.003-7.739-.636-.006-1.271 0-1.906-.002-.002-.335-.001-.67 0-1.005.567-.112 1.202-.166 1.643-.583.382-.443.492-1.039.627-1.59zM14.828 6.908c.737-.161 1.554.055 2.072.615.459.478.705 1.114.882 1.741.286 1.042.36 2.129.367 3.205.002 1.07-.061 2.15-.335 3.188-.188.683-.472 1.37-.99 1.87-.773.771-2.151.792-2.953.055-.54-.491-.835-1.188-1.027-1.879-.286-1.068-.348-2.18-.349-3.281.008-1.275.116-2.572.555-3.778.31-.784.909-1.56 1.777-1.736m.287 1.233c-.63.109-.961.742-1.133 1.297-.254.828-.311 1.7-.34 2.561-.014 1.132.001 2.28.272 3.385.13.48.307.986.698 1.316.414.353 1.082.317 1.477-.048.324-.292.493-.711.615-1.119.22-.782.277-1.599.307-2.407.021-1.033.013-2.075-.184-3.093-.109-.517-.256-1.051-.596-1.469a1.163 1.163 0 0 0-1.118-.424z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-10--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.128 0h17.741c.489.152.757.683.749 1.171V22.83c.008.488-.26 1.018-.748 1.17H3.132c-.49-.151-.759-.683-.75-1.17V1.171C2.373.683 2.64.155 3.128.001m.5.591c-.486.101-.768.624-.764 1.092.001 6.893-.001 13.787.001 20.681.007.506.38 1.066.929 1.06h16.411c.568.006.941-.587.93-1.108-.001-6.894.001-13.788-.001-20.681-.008-.505-.378-1.065-.927-1.06C14.751.574 9.295.576 3.839.575a1.234 1.234 0 0 0-.211.017z"/><path fill="#fff" d="M4.049 1.196c.07-.016.142-.019.213-.021h15.192c.233.003.486-.029.696.097.355.202.516.628.513 1.02-.001 6.487.002 12.975-.001 19.462.006.494-.331 1.064-.873 1.069-5.191.002-10.382.001-15.574 0-.542-.005-.88-.574-.874-1.069-.002-6.487 0-12.975-.001-19.462-.012-.458.233-.982.71-1.097m1.184 1.837c-.305.306-.288.878.057 1.147.334.274.793.301 1.148.536.237.141.193.533-.06.63-.375.169-.814-.058-.967-.422-.172.066-.345.128-.517.196.227.796 1.305 1.075 1.939.59.416-.313.457-1.009.063-1.357-.33-.302-.799-.345-1.176-.562-.161-.087-.176-.335-.022-.437a.61.61 0 0 1 .848.237c.165-.058.332-.113.499-.168-.196-.766-1.298-.913-1.812-.39m2.699-.257c-.007 1.042.002 2.083-.004 3.124.187-.003.374-.002.561-.001.004-.391 0-.782.002-1.173.442-.027.93.089 1.33-.156.507-.303.593-1.082.195-1.507-.212-.221-.532-.29-.827-.29-.42.001-.839-.003-1.258.003m2.96.003c-.008 1.04-.001 2.08-.004 3.12.71-.002 1.42.001 2.13-.002.003-.18.003-.36 0-.54-.521-.006-1.043-.001-1.564-.002v-.787l.906-.001c.004-.178.004-.355.003-.533l-.908-.001V3.32c.489 0 .979.001 1.469-.001.003-.18.003-.36 0-.541-.676-.003-1.353-.004-2.03.001m2.851-.001c-.006 1.04.002 2.08-.004 3.12.71-.005 1.419.001 2.129-.003.007-.18.006-.361.002-.541-.522-.004-1.045 0-1.567-.002v-.787c.302 0 .605.001.907-.001.005-.178.005-.355.004-.532h-.911v-.713h1.468c.008-.181.008-.362.003-.543-.676-.001-1.353-.005-2.03.002m2.841-.003c-.002 1.041-.003 2.082.001 3.123.655-.033 1.415.137 1.957-.336.655-.61.66-1.803.024-2.428-.54-.492-1.318-.333-1.982-.359M6.353 7.419c-.006 1.038-.002 2.077-.002 3.115h2.046v-.546c-.494-.004-.988 0-1.481-.002-.002-.855.004-1.711-.003-2.567a17.423 17.423 0 0 0-.56 0m2.685-.001c-.002 1.039 0 2.078-.001 3.116.188.001.377.001.566-.001.003-1.039.003-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.477-.001c-.007 1.039-.002 2.078-.003 3.117h.563c0-.627.007-1.255-.005-1.882.269.661.571 1.308.853 1.964.285-.655.597-1.3.854-1.966-.017.628-.004 1.257-.008 1.885l.565-.001c.003-1.039.004-2.078 0-3.117a24.481 24.481 0 0 0-.542 0c-.285.667-.598 1.322-.861 1.998-.265-.675-.573-1.332-.858-1.999-.187-.001-.373-.002-.559.002m3.739-.003c0 1.04.001 2.081-.001 3.121.185-.002.37-.001.556-.001l-.001-3.12a51.153 51.153 0 0 0-.554 0m1.274-.005c-.003.181-.002.363 0 .545.29.002.581 0 .871.001l.001 2.578.563-.001c.002-.859 0-1.718.001-2.577h.865l-.001-.547c-.766 0-1.533-.002-2.299.001m-10.74 4.585v8.634c-.001.343.399.499.691.498h13.04c.292.001.692-.155.691-.498v-8.634c-.001-.295-.323-.443-.576-.476-.543-.045-1.091.019-1.634-.034h-.063a7.55 7.55 0 0 1-1.203 0l-.063-.001a7.682 7.682 0 0 1-1.204.001l-.063-.002c-.425.044-.854.011-1.28.021-1.677-.013-3.356.025-5.032-.019a1.284 1.284 0 0 0-.063-.002c-.847.05-1.699.004-2.547.024-.288.011-.684.147-.694.488z"/><path fill="#fff" d="M8.491 3.319c.294.009.591-.02.883.014.393.074.414.719.033.825-.302.044-.611.009-.916.02v-.859zM17.147 3.318c.356.01.79-.075 1.052.233.349.442.348 1.162-.031 1.586-.264.281-.675.208-1.02.215l-.001-2.034z"/><path d="M3.628.592c.07-.014.141-.016.211-.017C9.295.576 14.752.574 20.207.576c.549-.006.919.555.927 1.06.003 6.893 0 13.787.001 20.681.01.52-.362 1.113-.93 1.108H3.794c-.549.007-.922-.554-.929-1.06-.002-6.894 0-13.787-.001-20.681-.004-.468.278-.99.764-1.092m.421.604c-.477.116-.722.64-.71 1.097.001 6.487-.001 12.975.001 19.462-.006.495.331 1.064.874 1.069 5.191.001 10.382.002 15.574 0 .542-.005.879-.575.873-1.069.003-6.487 0-12.975.001-19.462.003-.393-.158-.818-.513-1.02-.21-.127-.462-.094-.696-.098H4.261a.956.956 0 0 0-.213.021z"/><path d="M5.234 3.032c.514-.522 1.616-.375 1.812.39-.167.054-.333.11-.499.168a.61.61 0 0 0-.848-.237c-.153.102-.139.351.023.437.377.217.846.26 1.176.562.393.347.353 1.044-.063 1.357-.634.485-1.712.206-1.939-.59.171-.068.345-.13.517-.196.153.364.592.591.967.422.253-.097.297-.489.06-.63-.355-.234-.814-.262-1.148-.536-.345-.27-.362-.841-.057-1.148zM7.933 2.775c.419-.006.838-.002 1.258-.003.296 0 .615.069.827.29.397.425.311 1.204-.195 1.507-.4.245-.888.129-1.33.156-.002.391.002.782-.002 1.173-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.004-3.124m.557.544v.859c.305-.011.614.024.916-.02.382-.106.36-.751-.033-.825-.292-.034-.589-.005-.883-.014zM10.892 2.778c.676-.005 1.353-.004 2.03-.001.004.18.004.36 0 .541-.489.002-.979 0-1.469.001v.712l.908.001c.001.178.001.355-.003.533-.302.002-.604 0-.906.001v.787c.521.001 1.043-.003 1.564.002.004.18.003.36 0 .54-.71.003-1.42 0-2.13.002.003-1.04-.004-2.08.004-3.12zM13.745 2.778c.676-.007 1.353-.003 2.03-.002.005.181.005.362-.003.543h-1.468v.713h.911c.001.178.001.355-.004.532-.302.003-.605.001-.907.001v.787c.523.001 1.045-.002 1.568.002.004.18.005.361-.002.541-.709.004-1.419-.002-2.129.003.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.664.026 1.442-.133 1.982.359.636.625.631 1.818-.024 2.428-.541.473-1.302.303-1.957.336a541.842 541.842 0 0 1-.001-3.123m.56.543l.001 2.034c.345-.007.756.066 1.02-.215.379-.424.38-1.143.031-1.586-.262-.308-.696-.223-1.052-.233zM6.353 7.419c.187-.003.373-.003.56 0 .007.855 0 1.711.003 2.567.494.002.988-.001 1.481.002v.546H6.351c0-1.038-.004-2.077.002-3.115zM9.038 7.418c.188-.005.376-.005.564-.001.004 1.038.003 2.077 0 3.116-.188.003-.377.002-.566.001 0-1.039-.001-2.077.001-3.116zM10.516 7.417c.186-.004.373-.003.559-.002.285.667.593 1.324.858 1.999.262-.676.576-1.332.861-1.998.18-.002.361-.002.542 0 .004 1.039.003 2.078 0 3.117a35.45 35.45 0 0 1-.565.001c.004-.629-.009-1.257.008-1.885-.257.667-.569 1.311-.854 1.966-.282-.656-.585-1.302-.853-1.964.011.627.005 1.255.005 1.882h-.563c.001-1.039-.004-2.078.003-3.117zM14.254 7.415h.554l.001 3.12c-.186 0-.371-.001-.556.001.002-1.04.001-2.081.001-3.121zM15.528 7.41c.766-.003 1.533-.001 2.299-.001.002.182.002.365.001.547h-.865c-.001.859.001 1.718-.001 2.577l-.563.001-.001-2.578c-.29-.001-.581.001-.871-.001a24.753 24.753 0 0 1 0-.545zM4.789 11.995c.009-.34.406-.477.694-.488.848-.02 1.7.026 2.547-.024-.233.052-.442.232-.483.474-.06.345.324.673.656.565.271-.076.444-.403.332-.666-.072-.192-.255-.309-.442-.37 1.676.044 3.355.006 5.032.019.427-.01.855.023 1.28-.021-.232.053-.44.234-.481.474-.059.344.323.672.654.565.273-.075.444-.403.333-.667-.072-.192-.256-.309-.443-.37.4.03.804.032 1.204-.001-.231.056-.437.238-.476.479-.053.339.316.659.644.564.268-.068.447-.378.355-.642-.066-.208-.261-.339-.46-.399.399.031.803.032 1.203 0-.228.06-.433.24-.469.48-.055.353.349.68.682.549a.514.514 0 0 0 .314-.637c-.068-.206-.263-.336-.464-.393.543.053 1.091-.011 1.634.034.253.032.575.18.576.476v8.634c.001.343-.399.499-.691.498H5.48c-.292.001-.692-.155-.691-.498v-8.634m1.837.824a.587.587 0 0 0-.347.401c-.083.35.305.698.645.593a.518.518 0 0 0 .37-.454c.032-.338-.339-.661-.668-.54m1.308-.011a.575.575 0 0 0-.383.416c-.078.347.303.69.64.591a.518.518 0 0 0 .363-.617c-.073-.255-.35-.464-.619-.39m5.066.012c-.238.093-.413.371-.338.626.057.189.23.336.421.379.27.053.549-.162.582-.432.06-.349-.325-.701-.666-.573m5.109-.007a.58.58 0 0 0-.367.434c-.06.348.331.677.664.562a.517.517 0 0 0 .355-.45c.03-.332-.326-.651-.652-.546M8.03 14.084c-.241.009-.44.221-.484.45-.056.342.324.657.651.557a.516.516 0 0 0 .369-.549.549.549 0 0 0-.536-.458m5.11 0c-.244.006-.444.219-.489.45-.056.344.327.66.655.557a.514.514 0 0 0 .363-.428c.039-.297-.234-.585-.529-.578m3.796 0c-.378.023-.633.544-.35.829.203.266.649.256.822-.036.241-.331-.081-.827-.472-.793m1.266 0c-.372.03-.623.54-.346.825.208.278.675.255.84-.056.216-.337-.112-.808-.494-.769m-10.313 1.3c-.324.116-.48.588-.198.83.231.273.709.19.837-.142.184-.375-.251-.842-.638-.688m5.069.014a.592.592 0 0 0-.307.399c-.063.345.322.668.652.564a.51.51 0 0 0 .368-.472c.014-.346-.39-.652-.713-.492m2.572-.01a.572.572 0 0 0-.339.458c-.018.265.213.494.464.533a.514.514 0 0 0 .56-.445c.047-.351-.349-.685-.684-.547m2.532.006a.576.576 0 0 0-.327.457c-.015.255.201.475.44.526a.51.51 0 0 0 .582-.438c.053-.357-.358-.698-.696-.545M7.89 16.657c-.323.115-.48.584-.203.827.232.277.719.194.843-.145.177-.374-.256-.834-.64-.683m5.109 0a.579.579 0 0 0-.346.409c-.071.35.322.68.656.57a.51.51 0 0 0 .36-.436c.039-.342-.34-.667-.67-.542m1.267.001a.581.581 0 0 0-.341.411c-.065.345.319.67.65.568a.513.513 0 0 0 .368-.443c.036-.343-.348-.665-.677-.535m3.8.006c-.204.096-.362.325-.323.556.035.212.222.378.426.426a.509.509 0 0 0 .591-.443c.046-.353-.359-.688-.694-.539M7.892 17.93c-.322.114-.482.579-.209.825.224.27.694.208.835-.114.207-.375-.231-.865-.626-.71m5.109-.003a.571.571 0 0 0-.353.447c-.03.264.194.498.442.547a.51.51 0 0 0 .576-.419c.067-.351-.323-.703-.664-.576m5.106-.005a.578.578 0 0 0-.362.407c-.074.336.284.661.611.589a.511.511 0 0 0 .404-.449c.037-.335-.326-.653-.652-.547M6.672 19.187a.566.566 0 0 0-.4.453c-.043.336.327.641.65.545a.51.51 0 0 0 .366-.403c.067-.335-.284-.677-.616-.594m1.266.001a.566.566 0 0 0-.394.454c-.033.262.188.498.434.552a.511.511 0 0 0 .578-.386c.092-.344-.274-.711-.618-.62m1.266.001c-.341.089-.531.57-.255.83.22.277.698.222.841-.105.2-.36-.197-.837-.586-.725m5.109-.001a.57.57 0 0 0-.392.455c-.033.275.21.524.473.557a.511.511 0 0 0 .546-.429c.058-.335-.296-.67-.627-.582m1.267.001c-.34.09-.53.569-.255.829.221.277.698.223.841-.103.2-.361-.198-.838-.587-.726m1.267.001c-.333.094-.52.564-.252.823.218.277.694.23.842-.093.207-.364-.196-.851-.591-.73z"/><path fill="#ccc" d="M8.03 11.484l.063.002c.187.061.37.179.442.37.112.263-.061.59-.332.666-.332.108-.716-.219-.656-.565.041-.241.251-.422.483-.474zM14.405 11.484l.063.002c.187.061.372.179.443.37.111.264-.06.593-.333.667-.331.107-.713-.221-.654-.565.041-.24.249-.421.481-.474zM15.672 11.484l.063.001c.199.06.394.192.46.399.091.264-.087.574-.355.642-.328.095-.697-.225-.644-.564.039-.241.246-.422.476-.479zM16.938 11.485h.063c.201.057.396.187.464.393a.515.515 0 0 1-.314.637c-.334.131-.737-.197-.683-.549.037-.24.241-.421.469-.48zM6.626 12.82c.328-.121.7.203.668.54a.517.517 0 0 1-.37.454c-.34.105-.728-.243-.645-.593a.587.587 0 0 1 .347-.401zM7.934 12.809c.269-.074.547.135.619.39.074.259-.105.55-.363.617-.337.099-.718-.243-.64-.591a.579.579 0 0 1 .383-.416zM13.001 12.821c.34-.128.725.224.666.573-.033.27-.312.486-.582.432a.577.577 0 0 1-.421-.379c-.076-.255.1-.533.338-.626zM18.109 12.814c.326-.105.683.214.652.546a.52.52 0 0 1-.355.45c-.333.115-.724-.214-.664-.562a.583.583 0 0 1 .367-.434zM8.03 14.084c.259-.009.497.206.536.458a.515.515 0 0 1-.369.549c-.327.1-.706-.215-.651-.557.044-.229.242-.441.484-.45zM13.14 14.084c.295-.007.568.281.529.578a.513.513 0 0 1-.363.428c-.328.104-.711-.213-.655-.557.045-.23.245-.443.489-.45zM16.936 14.085c.391-.034.713.462.472.793-.173.293-.62.302-.822.036-.283-.285-.028-.805.35-.829zM18.202 14.085c.383-.039.71.433.494.769-.165.311-.632.334-.84.056-.277-.285-.026-.795.346-.825zM7.889 15.385c.387-.154.823.313.638.688-.127.332-.606.415-.837.142-.281-.242-.126-.714.198-.83zM12.959 15.399c.323-.16.727.146.713.492a.513.513 0 0 1-.368.472c-.33.104-.714-.219-.652-.564a.587.587 0 0 1 .307-.399zM15.531 15.388c.336-.139.732.196.684.547a.513.513 0 0 1-.56.445c-.251-.04-.482-.269-.464-.533a.575.575 0 0 1 .339-.458zM18.064 15.393c.338-.152.748.188.696.545a.511.511 0 0 1-.582.438c-.239-.051-.456-.271-.44-.526a.574.574 0 0 1 .327-.457zM7.89 16.657c.384-.151.817.308.64.683-.125.338-.611.422-.843.145-.277-.243-.12-.712.203-.827zM12.999 16.656c.33-.124.71.2.67.542a.509.509 0 0 1-.36.436c-.334.11-.727-.22-.656-.57a.579.579 0 0 1 .346-.409zM14.266 16.658c.33-.129.713.193.677.535a.512.512 0 0 1-.368.443c-.331.102-.715-.222-.65-.568a.58.58 0 0 1 .341-.411zM18.066 16.665c.336-.15.74.185.694.539a.509.509 0 0 1-.591.443c-.204-.048-.391-.213-.426-.426-.039-.231.119-.461.323-.556zM7.892 17.93c.395-.155.833.336.626.71-.141.323-.611.385-.835.114-.273-.246-.113-.711.209-.825zM13.001 17.928c.341-.127.731.225.664.576a.511.511 0 0 1-.576.419c-.247-.049-.472-.284-.442-.547a.575.575 0 0 1 .353-.447zM18.108 17.922c.327-.106.689.212.652.547a.511.511 0 0 1-.404.449c-.327.073-.685-.253-.611-.589a.578.578 0 0 1 .362-.407zM6.672 19.187c.332-.082.683.259.616.594a.51.51 0 0 1-.366.403c-.322.097-.692-.209-.65-.545a.566.566 0 0 1 .4-.453zM7.938 19.189c.344-.091.71.276.618.62a.512.512 0 0 1-.578.386c-.246-.053-.466-.289-.434-.552a.565.565 0 0 1 .394-.454zM9.204 19.19c.389-.112.786.365.586.725-.142.326-.621.381-.841.105-.276-.26-.086-.741.255-.83zM14.313 19.189c.331-.088.685.247.627.582a.511.511 0 0 1-.546.429c-.263-.033-.506-.282-.473-.557a.568.568 0 0 1 .392-.455zM15.58 19.191c.389-.112.787.364.587.726-.144.326-.621.38-.841.103-.275-.26-.086-.739.255-.829zM16.846 19.192c.394-.121.798.366.591.73-.148.323-.624.371-.842.093-.269-.259-.082-.729.252-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-10--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.006 0h19.983c.505.143.84.653.834 1.168.002 7.206 0 14.411.001 21.616.021.529-.312 1.065-.832 1.216H2.011c-.505-.143-.841-.653-.835-1.168V1.168C1.169.654 1.504.148 2.005 0m.75 1.957c-.46.393-.484 1.193-.022 1.592.459.41 1.119.438 1.622.769.316.191.268.72-.071.859-.511.242-1.132-.063-1.335-.57-.239.088-.479.174-.716.266.327 1.18 2.049 1.515 2.847.63.4-.478.375-1.291-.118-1.698-.375-.317-.862-.439-1.313-.607-.158-.064-.329-.136-.422-.286-.105-.175-.006-.421.177-.499.384-.164.913-.042 1.088.367.231-.076.462-.152.692-.231-.256-1.026-1.699-1.223-2.428-.592m3.643-.31c-.004 1.419-.003 2.838-.001 4.258.258.003.516.001.773.001V4.313c.431-.011.864.023 1.294-.023.489-.06.936-.408 1.075-.887.239-.682-.141-1.554-.885-1.696-.743-.126-1.506-.033-2.257-.059m4.075.004c-.006 1.417-.002 2.835-.001 4.252.974.003 1.948.002 2.922 0 0-.246.003-.491-.003-.737-.715-.007-1.43 0-2.144-.003V4.077l1.24-.001c0-.245.002-.49-.002-.735-.413-.007-.825 0-1.238-.004v-.948c.672-.002 1.343.001 2.015-.001 0-.246.003-.491-.002-.737-.929-.006-1.858-.004-2.786-.001m3.921.004c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.246.003-.492-.001-.739-.713-.002-1.427.001-2.141-.001V4.079l1.236-.001c0-.246.002-.491-.001-.737-.412-.003-.824 0-1.235-.002v-.948c.671-.003 1.342.003 2.013-.003.005-.245.005-.491 0-.736a259.1 259.1 0 0 0-2.788.001m3.915-.002a603.22 603.22 0 0 0 0 4.254c.807-.041 1.684.146 2.423-.27.731-.411 1.018-1.321.934-2.117-.049-.683-.418-1.378-1.063-1.664-.72-.322-1.53-.166-2.294-.202M4.233 6.567c-.002 1.416-.001 2.832 0 4.248.938.002 1.875.001 2.813 0a91.76 91.76 0 0 0 0-.742c-.679-.002-1.358 0-2.037-.001-.002-1.168.001-2.336-.002-3.505a49.795 49.795 0 0 0-.773 0m3.69-.007v4.255c.257.002.515.001.772 0V6.56a99.33 99.33 0 0 0-.772 0m2.032 0v4.254c.258.002.516.001.773 0-.003-.853.011-1.707-.008-2.56.383.893.783 1.779 1.176 2.668.389-.892.81-1.77 1.171-2.674-.017.855-.005 1.711-.008 2.566h.771V6.559h-.744c-.395.905-.81 1.802-1.184 2.716-.372-.914-.785-1.811-1.177-2.716h-.77m5.137.001v4.256h.77V6.561a99.074 99.074 0 0 0-.771 0m1.764-.004V7.3h1.192c.002 1.172 0 2.343.001 3.515h.772c.001-1.171-.001-2.343.001-3.514.398-.002.795 0 1.193-.001v-.743a1662.16 1662.16 0 0 0-3.158 0m-2.726 6.363a2.812 2.812 0 0 0-1.618.764c-.557.538-.888 1.266-1.09 2.003-.292 1.119-.34 2.294-.216 3.442.141 1.214.514 2.518 1.499 3.32.719.587 1.715.727 2.606.55.74-.147 1.387-.624 1.8-1.248.583-.873.817-1.927.908-2.959.099-1.583-.028-3.301-.943-4.651-.632-.952-1.837-1.394-2.947-1.222m-6.704.122c-.11.325-.3.633-.589.826-.405.277-.914.331-1.392.335 0 .294-.004.588.003.882.544.008 1.089 0 1.634.004l.001 7.789h1.269v-9.836h-.925z"/><path d="M7.172 2.391c.413.014.831-.03 1.24.025.531.12.524.998 0 1.126-.409.056-.827.01-1.24.024V2.39zM19.082 2.391c.415.024.874-.084 1.248.15.411.265.555.79.547 1.254.002.461-.162.976-.578 1.223-.367.223-.811.125-1.216.146V2.389zM14.412 14.091c.708-.097 1.419.302 1.736.936.406.751.513 1.62.554 2.461.03.843-.002 1.698-.206 2.52-.139.54-.361 1.089-.79 1.465-.468.414-1.169.492-1.746.286-.463-.166-.807-.561-1.015-.996-.326-.685-.431-1.45-.476-2.2-.034-1.077-.005-2.192.404-3.204.249-.646.813-1.23 1.538-1.268z"/><path fill="#fff" d="M2.755 1.957c.729-.631 2.172-.434 2.428.592-.23.079-.461.155-.692.231-.175-.409-.704-.53-1.087-.367-.182.078-.282.324-.177.499.093.15.264.223.422.286.451.168.938.29 1.313.607.493.406.518 1.22.118 1.698-.797.885-2.52.551-2.847-.63.237-.092.477-.179.716-.266.204.507.824.812 1.335.57.339-.139.387-.668.071-.859-.503-.331-1.163-.359-1.622-.769-.462-.4-.438-1.2.022-1.592zM6.399 1.647c.751.026 1.513-.067 2.257.059.745.142 1.124 1.014.885 1.696-.139.479-.585.828-1.075.887-.43.046-.863.013-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.839.001-4.258m.772.745v1.176c.413-.014.832.031 1.24-.024.524-.128.531-1.006 0-1.126-.41-.055-.827-.011-1.24-.025zM10.473 1.652c.929-.003 1.858-.005 2.786.001.005.246.002.491.002.737-.672.002-1.343-.001-2.015.001v.948c.413.003.825-.003 1.238.004.004.245.002.49.002.735l-1.24.001v1.087c.714.003 1.429-.003 2.144.003.006.246.002.491.003.737-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.788-.001.004.245.005.491 0 .736-.671.006-1.342 0-2.013.003v.948c.411.002.823-.001 1.235.002.003.246.001.491.001.737l-1.236.001v1.087c.713.002 1.427-.001 2.141.001.005.247.003.493.001.739-.974.002-1.947.001-2.92 0 .001-1.417-.004-2.835.003-4.252zM18.31 1.651c.763.036 1.573-.12 2.294.202.645.286 1.014.981 1.063 1.664.083.796-.203 1.706-.934 2.117-.739.416-1.616.229-2.423.27a670.243 670.243 0 0 1 0-4.254m.772.741v2.775c.405-.021.849.076 1.216-.146.417-.247.581-.762.578-1.223.008-.464-.136-.99-.547-1.254-.374-.234-.833-.127-1.248-.15zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.169 0 2.337.002 3.505.679.001 1.358-.001 2.037.001v.742H4.232c-.001-1.416-.002-2.832 0-4.248zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.77c.392.905.804 1.802 1.177 2.716.375-.914.789-1.811 1.184-2.716h.744v4.255h-.771c.003-.855-.009-1.711.008-2.566-.361.904-.782 1.783-1.171 2.674-.393-.889-.793-1.775-1.176-2.668.019.853.005 1.707.008 2.56h-.773c-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.771v4.255h-.77V6.559zM16.856 6.557h3.158V7.3c-.398.001-.795-.001-1.193.001-.002 1.171 0 2.343-.001 3.514h-.772c-.002-1.172.001-2.343-.001-3.515h-1.192a92.009 92.009 0 0 1 0-.743zM14.131 12.92c1.11-.172 2.315.27 2.947 1.222.915 1.35 1.043 3.068.943 4.651-.091 1.032-.325 2.086-.908 2.959-.413.623-1.061 1.101-1.8 1.248-.891.177-1.887.037-2.606-.55-.984-.802-1.357-2.106-1.499-3.32-.124-1.148-.076-2.322.216-3.442.202-.738.532-1.465 1.09-2.003a2.81 2.81 0 0 1 1.618-.764m.28 1.17c-.726.037-1.29.622-1.538 1.268-.409 1.013-.438 2.128-.404 3.204.045.75.15 1.515.476 2.2.209.435.552.829 1.015.996.577.206 1.277.128 1.746-.286.429-.375.651-.925.79-1.465.204-.822.236-1.677.206-2.52-.041-.841-.148-1.71-.554-2.461-.317-.634-1.028-1.034-1.736-.936zM7.426 13.041h.925v9.836H7.082l-.001-7.789c-.545-.003-1.089.004-1.634-.004-.007-.294-.003-.588-.003-.882.479-.003.987-.057 1.392-.335.29-.193.479-.502.589-.826z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-100--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h11c-.547.08-1.098.137-1.637.266-2.874.633-5.478 2.38-7.174 4.784C.934 6.791.206 8.879-.001 11.009V.001zM12.991 0H24v11.001c-.21-2.127-.936-4.213-2.19-5.952C20.122 2.657 17.535.914 14.676.274c-.554-.134-1.122-.195-1.685-.275z"/><path d="M11.409 1.195a10.813 10.813 0 0 1 5.438 1.128 10.866 10.866 0 0 1 5.408 6.216c.929 2.722.707 5.812-.61 8.37-1.278 2.529-3.59 4.513-6.289 5.381a10.847 10.847 0 0 1-5.942.218c-2.859-.689-5.387-2.611-6.828-5.173-1.601-2.783-1.849-6.29-.666-9.273A10.864 10.864 0 0 1 7.629 2.1a10.785 10.785 0 0 1 3.78-.905M6.363 7.62c-.116.479-.211 1-.555 1.377-.383.338-.915.377-1.393.48-.002.288-.002.577 0 .865.542.004 1.085.001 1.628.002v6.591h.953V7.62a66.993 66.993 0 0 0-.634 0m5.329-.004c-.603.058-1.094.493-1.403.988-.404.656-.54 1.432-.647 2.183a14.475 14.475 0 0 0 .001 3.283c.114.843.302 1.72.829 2.41.362.486.967.775 1.574.732.683.009 1.298-.431 1.625-1.011.523-.899.653-1.961.716-2.981.031-1.511.029-3.107-.658-4.493-.356-.754-1.199-1.258-2.037-1.111m5.853-.012c-.948.047-1.599.914-1.859 1.753-.456 1.52-.466 3.14-.303 4.707.12.902.327 1.857.947 2.558.627.714 1.822.795 2.553.197.442-.358.707-.884.884-1.414.309-.961.374-1.98.376-2.983-.007-1.04-.08-2.095-.413-3.088-.178-.517-.436-1.035-.885-1.368-.365-.286-.842-.402-1.3-.362z"/><path d="M11.832 8.697c.597-.11 1.065.405 1.236.924.402 1.15.372 2.394.34 3.596-.059.845-.106 1.746-.561 2.486-.239.402-.758.614-1.204.451-.377-.134-.599-.504-.737-.858-.26-.692-.316-1.439-.359-2.171-.016-1.135-.039-2.3.309-3.393.151-.457.451-.967.975-1.035zM17.55 8.7c.492-.098.953.244 1.147.678.381.783.42 1.673.467 2.527.02.858-.006 1.722-.146 2.57-.096.505-.226 1.039-.586 1.426-.332.363-.953.417-1.329.092-.323-.282-.477-.701-.586-1.104-.213-.851-.241-1.734-.24-2.608.015-.887.052-1.795.351-2.639.153-.421.442-.873.922-.943zM0 13c.084.587.149 1.177.292 1.754.659 2.851 2.415 5.423 4.814 7.095C6.835 23.081 8.903 23.794 11.01 24H0V13zM23.724 14.676c.135-.555.195-1.123.276-1.687V24H12.998c2.128-.209 4.212-.937 5.952-2.19 2.392-1.688 4.134-4.275 4.774-7.134z"/><path fill="red" d="M11 0h1.991c.563.08 1.131.141 1.685.275 2.859.639 5.446 2.383 7.134 4.775 1.253 1.739 1.979 3.825 2.19 5.952v1.988c-.081.564-.141 1.132-.276 1.687-.64 2.859-2.382 5.446-4.774 7.134-1.74 1.253-3.824 1.981-5.952 2.19H11.01c-2.107-.206-4.175-.918-5.904-2.151C2.707 20.178.951 17.605.292 14.755.149 14.178.083 13.588 0 13.001v-1.992c.206-2.13.934-4.218 2.19-5.959C3.885 2.647 6.489.9 9.364.266 9.903.138 10.454.08 11.001 0m.408 1.195a10.78 10.78 0 0 0-3.78.905A10.854 10.854 0 0 0 1.92 8.062c-1.183 2.984-.935 6.49.666 9.273 1.441 2.562 3.969 4.484 6.828 5.173 1.95.484 4.033.405 5.942-.218 2.699-.868 5.011-2.852 6.289-5.381 1.317-2.558 1.538-5.648.61-8.37a10.862 10.862 0 0 0-5.408-6.216 10.81 10.81 0 0 0-5.438-1.128z"/><path fill="#fff" d="M6.363 7.62h.634v9.315h-.953v-6.591c-.542-.001-1.085.002-1.628-.002a62.353 62.353 0 0 1 0-.865c.478-.103 1.01-.142 1.393-.48.343-.377.438-.898.555-1.377zM11.691 7.616c.838-.147 1.681.357 2.037 1.111.687 1.386.69 2.981.658 4.492-.063 1.02-.193 2.082-.716 2.981-.327.58-.942 1.02-1.625 1.011a1.832 1.832 0 0 1-1.574-.732c-.527-.69-.715-1.567-.829-2.41a14.418 14.418 0 0 1-.001-3.283c.107-.751.243-1.527.647-2.183.309-.495.8-.93 1.403-.988m.141 1.082c-.525.067-.824.577-.975 1.035-.348 1.094-.325 2.258-.309 3.393.042.732.098 1.479.359 2.171.139.354.36.724.737.858.446.162.965-.049 1.204-.451.455-.74.502-1.642.561-2.486.032-1.201.062-2.445-.34-3.596-.17-.519-.639-1.034-1.236-.924zM17.544 7.604c.458-.04.935.076 1.3.362.449.333.707.852.885 1.368.333.992.406 2.048.413 3.088-.003 1.003-.067 2.022-.376 2.983-.177.531-.442 1.056-.884 1.414-.731.598-1.926.517-2.553-.197-.62-.701-.826-1.656-.947-2.558-.163-1.567-.152-3.187.303-4.707.26-.84.911-1.706 1.859-1.753M17.55 8.7c-.48.069-.77.522-.922.943-.299.844-.335 1.752-.351 2.639-.001.873.027 1.757.24 2.608.109.403.263.822.586 1.104.376.325.997.271 1.329-.092.36-.387.49-.921.586-1.426.14-.848.165-1.711.146-2.57-.047-.854-.087-1.744-.467-2.527-.194-.435-.654-.776-1.147-.678z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-110--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h11.002C9.078.194 7.183.794 5.556 1.85 3.062 3.425 1.183 5.949.407 8.797.199 9.522.094 10.269 0 11.016V0zM12.983 0H24v11.003c-.207-2.095-.912-4.15-2.132-5.873-1.694-2.444-4.323-4.225-7.23-4.864-.544-.13-1.101-.188-1.655-.266z"/><path d="M11.409 1.195a10.813 10.813 0 0 1 5.438 1.128 10.861 10.861 0 0 1 5.408 6.217c.929 2.722.707 5.812-.61 8.369-1.268 2.507-3.55 4.479-6.219 5.358-1.917.641-4.013.73-5.977.25-2.863-.679-5.398-2.594-6.847-5.152-1.615-2.787-1.87-6.308-.683-9.302a10.86 10.86 0 0 1 5.975-6.075c1.116-.46 2.31-.727 3.515-.792M6.364 7.619c-.117.479-.212 1-.555 1.378-.383.338-.915.377-1.393.48-.003.288-.002.577 0 .865.542.005 1.085.001 1.627.002v6.591h.953V7.62h-.633m5.746-.001c-.114.476-.211.989-.545 1.367-.382.345-.918.389-1.4.487v.867c.541.007 1.082.001 1.624.003v6.591h.959c-.001-3.105.003-6.209-.002-9.314a67.204 67.204 0 0 0-.635 0m5.435-.016c-.949.047-1.6.913-1.86 1.753-.459 1.535-.467 3.171-.298 4.753.123.887.331 1.824.942 2.513.626.714 1.822.795 2.552.198.442-.359.708-.885.885-1.416.309-.96.373-1.979.376-2.982-.007-1.04-.08-2.096-.413-3.088-.178-.516-.436-1.035-.885-1.368-.365-.286-.842-.402-1.3-.362z"/><path d="M17.55 8.7c.479-.096.934.226 1.131.648.39.774.433 1.661.481 2.51.023.873-.002 1.753-.144 2.616-.096.505-.226 1.04-.586 1.427-.332.364-.953.417-1.329.091-.323-.282-.477-.702-.586-1.104-.213-.851-.241-1.734-.24-2.607.015-.887.052-1.795.351-2.639.153-.42.442-.873.922-.942zM0 12.998c.082.561.141 1.127.275 1.679.645 2.881 2.411 5.485 4.831 7.172 1.732 1.234 3.802 1.948 5.912 2.151H0V12.998zM23.724 14.677c.135-.558.196-1.129.276-1.696V24H12.997c2.062-.203 4.083-.889 5.79-2.075 2.475-1.686 4.284-4.324 4.938-7.248z"/><path fill="red" d="M11.002 0h1.981c.554.078 1.11.136 1.655.266 2.907.639 5.535 2.42 7.23 4.864 1.22 1.723 1.925 3.778 2.132 5.873v1.978c-.08.567-.141 1.138-.276 1.696-.654 2.924-2.464 5.562-4.938 7.248-1.706 1.186-3.727 1.872-5.79 2.075h-1.978c-2.11-.203-4.181-.917-5.912-2.151C2.686 20.162.92 17.558.275 14.677.14 14.125.081 13.559 0 12.998v-1.982c.094-.747.199-1.494.407-2.219.776-2.848 2.655-5.371 5.149-6.947C7.183.794 9.078.194 11.002 0m.407 1.195a10.79 10.79 0 0 0-3.515.792 10.86 10.86 0 0 0-5.975 6.075c-1.187 2.993-.933 6.515.683 9.302 1.449 2.558 3.984 4.473 6.847 5.152 1.964.48 4.06.391 5.977-.25 2.669-.879 4.951-2.851 6.219-5.358 1.317-2.558 1.538-5.647.61-8.369a10.861 10.861 0 0 0-5.408-6.217 10.813 10.813 0 0 0-5.438-1.128z"/><path fill="#fff" d="M6.364 7.619h.633v9.315h-.953v-6.591c-.542-.001-1.085.003-1.627-.002a62.353 62.353 0 0 1 0-.865c.478-.102 1.01-.142 1.393-.48.343-.377.437-.899.555-1.378zM12.109 7.619h.635c.005 3.105.001 6.21.002 9.314h-.959v-6.591c-.541-.002-1.082.004-1.624-.003v-.867c.482-.098 1.019-.142 1.4-.487.333-.378.431-.891.545-1.367zM17.545 7.604c.458-.04.935.076 1.3.362.449.333.707.852.885 1.368.333.992.406 2.048.413 3.088-.003 1.003-.067 2.022-.376 2.982-.177.531-.443 1.057-.885 1.416-.731.597-1.926.517-2.552-.198-.611-.689-.819-1.626-.942-2.513-.169-1.582-.161-3.218.298-4.753.26-.84.911-1.706 1.86-1.753M17.55 8.7c-.48.069-.769.522-.922.942-.299.844-.335 1.752-.351 2.639-.001.873.027 1.756.24 2.607.109.403.263.823.586 1.104.376.326.997.272 1.329-.091.36-.387.49-.922.586-1.427.142-.863.167-1.742.144-2.616-.049-.849-.091-1.736-.481-2.51-.197-.422-.652-.743-1.131-.648z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-120--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h11.015C9.086.19 7.187.792 5.556 1.85A12.054 12.054 0 0 0 .427 8.724c-.22.747-.33 1.519-.427 2.29V-.001zM12.984 0H24v11.017c-.218-2.311-1.066-4.571-2.51-6.398C19.694 2.298 17.023.67 14.131.164 13.752.089 13.366.062 12.984 0z"/><path d="M11.409 1.195c1.729-.097 3.482.23 5.059.947 2.69 1.208 4.833 3.567 5.774 6.362.943 2.73.725 5.835-.598 8.404-1.334 2.643-3.8 4.687-6.65 5.492-1.784.513-3.7.56-5.505.125-2.867-.668-5.412-2.576-6.87-5.132-1.452-2.494-1.827-5.58-1.029-8.352.79-2.831 2.799-5.289 5.409-6.638a10.778 10.778 0 0 1 4.41-1.208M6.364 7.619c-.118.479-.212 1.001-.555 1.378-.383.338-.915.377-1.393.479-.004.289-.003.577 0 .866.542.007 1.084 0 1.626.003.002 2.197 0 4.394.001 6.591h.952V7.621h-.631m11.181-.017c-.949.046-1.601.914-1.86 1.754-.459 1.534-.467 3.17-.299 4.75.124.888.331 1.825.942 2.514.627.714 1.822.795 2.553.198.442-.359.707-.885.884-1.415.309-.961.374-1.98.376-2.983-.007-1.04-.08-2.096-.413-3.088-.178-.516-.436-1.035-.885-1.367-.365-.286-.842-.402-1.299-.362m-7.354.945c-.441.695-.545 1.54-.566 2.346.32.004.64.004.96 0 .019-.557.099-1.133.374-1.627.383-.655 1.383-.776 1.933-.267.591.52.706 1.419.449 2.135-.165.46-.514.83-.911 1.103-.814.592-1.707 1.133-2.287 1.98-.537.793-.638 1.782-.686 2.713h4.936v-1.187c-1.285-.002-2.57.001-3.855-.001.06-.453.237-.898.558-1.23.742-.783 1.811-1.162 2.531-1.971 1.073-1.167 1.132-3.221-.029-4.347-.937-.885-2.701-.767-3.407.352z"/><path d="M17.55 8.7c.492-.099.953.244 1.147.678.387.798.423 1.705.469 2.574.014.947-.008 1.905-.211 2.834-.099.41-.242.833-.547 1.139-.337.343-.938.384-1.305.067-.323-.282-.477-.702-.586-1.104-.213-.851-.241-1.734-.24-2.607.015-.887.052-1.795.351-2.639.153-.42.442-.874.922-.942zM0 12.984c.102.835.23 1.67.481 2.474.872 2.942 2.929 5.501 5.598 7.008 1.51.865 3.211 1.361 4.938 1.533H0V12.983zM22.447 17.95c.882-1.515 1.377-3.231 1.553-4.968V24H12.983c.772-.098 1.545-.207 2.293-.428 3.005-.838 5.636-2.908 7.172-5.621z"/><path fill="red" d="M11.015 0h1.969c.381.062.767.09 1.147.164 2.893.506 5.564 2.134 7.359 4.455 1.443 1.827 2.292 4.087 2.51 6.398v1.965c-.176 1.738-.67 3.454-1.553 4.968-1.536 2.713-4.167 4.784-7.172 5.621-.748.222-1.522.33-2.293.428h-1.965c-1.727-.173-3.428-.668-4.938-1.533C3.41 20.958 1.353 18.4.481 15.458.23 14.654.102 13.819 0 12.984v-1.97c.097-.771.207-1.543.427-2.29A12.05 12.05 0 0 1 5.556 1.85C7.187.792 9.086.19 11.015 0m.394 1.195a10.774 10.774 0 0 0-4.41 1.208C4.389 3.752 2.38 6.21 1.59 9.041c-.798 2.772-.423 5.858 1.029 8.352 1.458 2.556 4.003 4.465 6.87 5.132 1.805.435 3.721.388 5.505-.125 2.85-.806 5.317-2.849 6.65-5.492 1.323-2.568 1.541-5.674.598-8.404-.941-2.796-3.084-5.154-5.774-6.362a10.806 10.806 0 0 0-5.059-.947z"/><path fill="#fff" d="M6.364 7.619h.631c.002 3.105.001 6.21 0 9.315h-.952c-.002-2.197 0-4.394-.001-6.591-.542-.002-1.084.004-1.626-.003a35.713 35.713 0 0 1 0-.866c.478-.101 1.009-.141 1.393-.479.343-.377.437-.899.555-1.378zM17.545 7.604c.457-.04.935.076 1.299.362.449.332.707.851.885 1.367.333.992.406 2.048.413 3.088-.003 1.003-.067 2.022-.376 2.983-.177.531-.442 1.056-.884 1.415-.731.597-1.926.517-2.553-.198-.611-.689-.818-1.626-.942-2.514-.168-1.581-.161-3.216.299-4.75.259-.84.911-1.707 1.86-1.754M17.55 8.7c-.48.068-.769.522-.922.942-.299.844-.335 1.752-.351 2.639-.001.873.027 1.756.24 2.607.109.403.263.822.586 1.104.367.317.968.275 1.305-.067.305-.306.447-.729.547-1.139.203-.929.225-1.887.211-2.834-.045-.87-.082-1.777-.469-2.574-.194-.434-.655-.777-1.147-.678zM10.19 8.55c.706-1.119 2.471-1.237 3.407-.352 1.16 1.126 1.102 3.18.029 4.347-.72.808-1.789 1.188-2.531 1.971-.321.332-.498.777-.558 1.23 1.285.003 2.57 0 3.855.001v1.187H9.456c.048-.931.149-1.92.686-2.713.579-.847 1.472-1.388 2.287-1.98.397-.274.745-.644.911-1.103.257-.715.142-1.615-.449-2.135-.55-.509-1.55-.388-1.933.267-.275.493-.355 1.07-.374 1.627-.32.004-.64.004-.96 0 .022-.806.125-1.651.566-2.346z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-130--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h10.98c-.206.038-.413.062-.621.087C7.215.499 4.283 2.24 2.386 4.778 1.02 6.568.22 8.753-.001 10.987V0zM13.013 0H24v10.981c-.229-2.276-1.056-4.502-2.469-6.31C19.634 2.19 16.74.493 13.641.088c-.21-.026-.419-.051-.627-.088z"/><path d="M11.408 1.195a10.813 10.813 0 0 1 5.345 1.081 10.863 10.863 0 0 1 5.501 6.262c.929 2.722.707 5.812-.609 8.37-1.268 2.507-3.549 4.479-6.218 5.358-1.916.641-4.012.73-5.974.251-2.864-.678-5.401-2.594-6.851-5.153C.987 14.576.733 11.055 1.92 8.061A10.862 10.862 0 0 1 7.629 2.1a10.78 10.78 0 0 1 3.78-.906M6.363 7.62c-.117.479-.211 1-.554 1.377-.383.337-.915.378-1.393.478-.004.289-.003.578 0 .867.542.004 1.084 0 1.627.002v6.591h.953c.001-3.104-.001-6.209.001-9.313a22.332 22.332 0 0 0-.634-.001m4.186.398c-.77.629-.941 1.693-.96 2.631h.954c.022-.457.059-.929.26-1.348.358-.78 1.613-.869 2.093-.167.288.407.324.935.277 1.417-.033.324-.154.683-.46.846-.403.213-.873.226-1.318.235v1.036c.513.001 1.093-.049 1.517.298.354.283.48.755.498 1.19.022.518-.049 1.08-.383 1.498-.45.574-1.351.638-1.949.271-.554-.388-.648-1.127-.683-1.752-.319-.004-.638-.001-.957-.001.056.982.26 2.131 1.147 2.71.833.482 1.975.456 2.761-.113.974-.73 1.181-2.085.982-3.216a1.9 1.9 0 0 0-1.129-1.449c.502-.271.845-.783.934-1.342.155-.972-.026-2.131-.859-2.759-.785-.554-1.95-.555-2.726.015m6.995-.414c-.948.047-1.598.914-1.858 1.753-.459 1.536-.467 3.173-.298 4.755.124.886.332 1.822.942 2.511.627.714 1.822.795 2.552.197.442-.359.707-.884.884-1.414.309-.961.374-1.98.376-2.983-.007-1.04-.08-2.095-.413-3.087-.178-.517-.436-1.036-.885-1.369-.366-.286-.843-.402-1.302-.361z"/><path d="M17.551 8.7a.996.996 0 0 1 .944.367c.342.433.466.988.555 1.521.166 1.195.156 2.413.012 3.61-.096.606-.212 1.267-.654 1.727-.329.334-.91.383-1.279.088-.301-.243-.459-.614-.57-.975-.224-.772-.266-1.582-.281-2.382-.003-.964.016-1.948.301-2.877.149-.468.437-1 .972-1.08zM0 13.02c.104.758.209 1.52.427 2.256.835 2.995 2.896 5.615 5.592 7.158 1.516.882 3.229 1.384 4.969 1.567H0v-10.98zM23.912 13.64c.026-.21.05-.42.088-.629V24H13.019c2.233-.224 4.414-1.023 6.204-2.388 2.536-1.897 4.277-4.828 4.689-7.972z"/><path fill="red" d="M10.98 0h2.033c.208.037.418.061.627.088 3.099.405 5.994 2.103 7.89 4.583 1.414 1.808 2.241 4.034 2.469 6.31v2.03c-.038.209-.062.419-.088.629-.412 3.144-2.153 6.075-4.689 7.972-1.79 1.365-3.971 2.164-6.204 2.388h-2.03c-1.74-.183-3.453-.685-4.969-1.567C3.323 20.89 1.262 18.27.427 15.275.208 14.539.104 13.778 0 13.019v-2.033c.221-2.235 1.021-4.419 2.387-6.209C4.283 2.239 7.215.498 10.36.086c.207-.025.415-.05.621-.087m.427 1.196a10.786 10.786 0 0 0-3.78.906 10.862 10.862 0 0 0-5.709 5.961c-1.187 2.994-.933 6.515.682 9.303 1.45 2.559 3.987 4.475 6.851 5.153 1.962.48 4.058.39 5.974-.251 2.669-.879 4.951-2.851 6.218-5.358 1.317-2.558 1.538-5.648.609-8.37a10.864 10.864 0 0 0-5.501-6.262 10.816 10.816 0 0 0-5.345-1.081z"/><path fill="#fff" d="M6.363 7.62c.211-.002.423-.001.634.001-.002 3.105 0 6.209-.001 9.313h-.953v-6.591c-.542-.001-1.085.002-1.627-.002a50.114 50.114 0 0 1 0-.867c.478-.1 1.01-.141 1.393-.478.343-.377.437-.898.554-1.377zM10.549 8.019c.776-.57 1.941-.569 2.726-.015.832.628 1.013 1.786.859 2.759a1.867 1.867 0 0 1-.934 1.343c.595.251 1.033.81 1.129 1.449.199 1.131-.008 2.485-.982 3.216-.786.569-1.928.595-2.761.113-.887-.579-1.091-1.729-1.147-2.71.319 0 .638-.002.957.001.035.624.129 1.364.683 1.752.598.367 1.499.303 1.949-.271.334-.418.405-.98.383-1.498-.018-.435-.143-.907-.498-1.19-.425-.347-1.005-.296-1.517-.298v-1.036c.445-.009.915-.022 1.318-.235.307-.162.427-.521.46-.846.047-.482.011-1.01-.277-1.417-.481-.702-1.736-.613-2.093.167-.202.419-.238.891-.26 1.348H9.59c.02-.938.19-2.002.96-2.631zM17.543 7.605c.458-.041.936.075 1.302.361.449.333.707.852.885 1.369.333.992.406 2.048.413 3.087-.003 1.003-.067 2.022-.376 2.983-.177.53-.442 1.056-.884 1.414-.73.598-1.926.517-2.552-.197-.61-.688-.818-1.624-.942-2.511-.169-1.582-.161-3.219.298-4.755.26-.839.91-1.705 1.858-1.753m.006 1.097c-.535.08-.823.612-.972 1.08-.285.929-.304 1.913-.301 2.877.015.799.057 1.61.281 2.382.111.36.269.731.57.975.368.295.95.246 1.279-.088.442-.46.558-1.121.654-1.727a14.116 14.116 0 0 0-.012-3.61c-.089-.533-.213-1.088-.555-1.521a.994.994 0 0 0-.944-.367z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-15--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.127 0h17.742c.489.152.758.683.749 1.171v21.658c.008.488-.259 1.018-.748 1.171H3.131c-.49-.151-.758-.683-.75-1.171V1.171C2.372.683 2.639.155 3.127 0m.502.592c-.487.102-.769.625-.765 1.093v20.632c0 .402.195.827.56 1.021.2.11.435.087.654.089l16.127-.001c.549.007.92-.555.929-1.06V1.638c-.008-.505-.378-1.066-.927-1.06L3.84.577a1.246 1.246 0 0 0-.212.017z"/><path fill="#fff" d="M4.049 1.196c.07-.017.142-.019.214-.021h15.191c.233.003.486-.03.695.097.355.202.517.628.513 1.021-.001 6.487.001 12.974-.001 19.461.005.495-.332 1.065-.875 1.069H4.214c-.543-.004-.881-.574-.875-1.069V2.246c.002-.443.25-.938.709-1.05m1.21 1.811c-.32.293-.324.866.008 1.151.335.293.81.317 1.173.557.237.141.193.533-.061.63-.374.168-.814-.057-.965-.422-.172.066-.346.127-.516.196.224.797 1.305 1.074 1.938.591.406-.306.456-.979.088-1.334-.33-.322-.814-.363-1.2-.585-.162-.087-.176-.336-.023-.438a.607.607 0 0 1 .847.237c.165-.058.331-.113.498-.168-.189-.756-1.263-.907-1.786-.415m2.674-.232c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.005-.391 0-.782.003-1.172.443-.028.93.089 1.33-.157.506-.303.593-1.082.195-1.507-.212-.221-.532-.291-.828-.29-.419.001-.838-.004-1.256.003m2.959.003c-.009 1.039-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.007-1.043-.001-1.564-.003v-.787c.301-.001.603.001.904-.001.005-.177.005-.355.003-.532-.303-.002-.605 0-.908-.001l.001-.712c.489-.001.978.002 1.468-.001.004-.18.004-.36 0-.54a137.23 137.23 0 0 0-2.029.001m2.853-.001c-.007 1.04.002 2.08-.004 3.12.71-.006 1.419.002 2.129-.004.007-.18.007-.36.002-.54-.523-.006-1.045 0-1.567-.003v-.787c.302 0 .604.001.906-.001.007-.177.006-.355.004-.532-.304-.002-.607 0-.911-.001v-.712c.489-.002.979.003 1.469-.003.007-.18.006-.36.001-.54-.676-.002-1.353-.006-2.03.001m2.843-.001c-.002 1.041-.004 2.082.001 3.122.655-.032 1.415.136 1.956-.336.648-.603.658-1.772.048-2.406-.536-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046 0v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.004-1.711-.004-2.566a13.022 13.022 0 0 0-.559 0m2.684-.001c-.003 1.039-.001 2.077-.001 3.116.188.001.376.002.565-.002a462.06 462.06 0 0 0 0-3.115 11.783 11.783 0 0 0-.564.001m1.478-.001c-.007 1.039-.002 2.078-.002 3.117h.563c0-.626.006-1.252-.004-1.878.27.659.57 1.305.853 1.959.284-.654.595-1.298.853-1.964-.016.627-.004 1.255-.007 1.883.188.001.376.001.564-.001.003-1.039.005-2.078-.001-3.117a24.3 24.3 0 0 0-.54 0c-.287.667-.599 1.323-.862 1.999-.263-.675-.574-1.331-.857-1.998a13.065 13.065 0 0 0-.56.001m3.738-.003c-.001 1.04.001 2.08-.001 3.12.185-.002.37-.001.555-.001-.001-1.04.001-2.079-.001-3.119a25.485 25.485 0 0 0-.553 0m1.275-.005c-.004.181-.003.363 0 .544.29.003.58 0 .87.002l.001 2.577h.563c.003-.859 0-1.718.001-2.577h.865c0-.182.001-.365-.002-.547-.766-.001-1.532-.003-2.298.001m-10.74 4.586c.001 2.892-.002 5.785.001 8.677.037.317.41.453.69.454h13.039c.28-.001.653-.137.69-.454.003-2.892 0-5.785.001-8.677 0-.282-.301-.434-.544-.471-.152-.025-.307-.058-.461-.038a7.972 7.972 0 0 1-1.207-.001h-.061c-.4.033-.805.031-1.205.001l-.061-.002c-.4.034-.806.032-1.206.002l-.06-.003c-.412.035-.83.034-1.241 0l-.031-.003c-.344.049-.694.013-1.04.024-1.334-.012-2.67.025-4.001-.019l-.061-.003c-.874.056-1.754-.005-2.63.031-.264.026-.609.172-.613.481z"/><path fill="#fff" d="M8.492 3.319c.294.008.591-.019.883.013.392.075.414.718.033.825-.302.044-.611.009-.916.02v-.858zM17.147 3.318c.356.01.789-.075 1.051.233.349.442.348 1.162-.031 1.586-.264.282-.675.208-1.02.215V3.318z"/><path d="M3.629.592c.069-.014.141-.016.212-.017 5.456.002 10.911 0 16.367.001.549-.006.919.555.927 1.06.002 6.909.002 13.819 0 20.728-.009.505-.38 1.067-.929 1.06l-16.127.001c-.22-.001-.454.022-.654-.089-.365-.194-.561-.619-.56-1.021V1.683c-.004-.468.278-.99.765-1.093m.419.606c-.459.112-.707.607-.709 1.05v19.508c-.006.495.332 1.065.875 1.069h15.572c.543-.005.88-.575.875-1.069.002-6.487 0-12.974.001-19.461.003-.393-.158-.819-.513-1.021-.21-.127-.462-.094-.695-.097H4.264a.96.96 0 0 0-.214.021z"/><path d="M5.258 3.007c.523-.492 1.598-.34 1.786.415-.166.055-.333.11-.498.168a.607.607 0 0 0-.847-.237c-.153.102-.139.351.023.438.386.221.87.263 1.2.585.368.355.319 1.028-.088 1.334-.633.484-1.714.207-1.938-.591.17-.069.345-.13.516-.196.151.365.591.59.965.422.254-.096.298-.489.061-.63-.363-.24-.839-.264-1.173-.557-.332-.285-.328-.858-.008-1.151zM7.933 2.775c.419-.007.838-.002 1.256-.003.296 0 .616.069.828.29.397.425.311 1.204-.195 1.507-.401.245-.888.129-1.33.157-.002.39.002.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.559.544v.858c.305-.01.614.024.916-.02.381-.108.359-.75-.033-.825-.292-.032-.589-.005-.883-.013zM10.892 2.778a137.23 137.23 0 0 1 2.029-.001c.005.18.005.36 0 .54-.489.003-.978 0-1.468.001l-.001.712c.303.002.605-.001.908.001.002.177.002.355-.003.532-.301.003-.603 0-.904.001v.787c.521.002 1.043-.004 1.564.003.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.005-2.08.004-3.119zM13.745 2.778c.676-.007 1.353-.004 2.03-.001.005.18.005.36-.001.54-.49.006-.98 0-1.469.003v.712c.304.001.607-.001.911.001.001.178.002.355-.004.532-.302.002-.604 0-.906.001v.787c.522.002 1.044-.003 1.567.003.005.18.005.36-.002.54-.709.006-1.419-.002-2.129.004.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.024 1.469-.135 2.005.381.61.633.6 1.802-.048 2.406-.541.473-1.301.304-1.956.336a464.16 464.16 0 0 1-.001-3.122m.56.542v2.034c.345-.007.756.067 1.02-.215.379-.424.38-1.143.031-1.586-.262-.308-.695-.223-1.051-.233zM6.353 7.419c.187-.004.373-.004.559 0 .008.855 0 1.711.004 2.566.494.003.987-.002 1.48.002.002.182.001.364 0 .546H6.35c0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.006.376-.006.564-.001a462.06 462.06 0 0 1 0 3.115c-.188.004-.377.003-.565.002 0-1.039-.002-2.077.001-3.116zM10.516 7.417c.187-.005.374-.004.56-.001.283.667.593 1.323.857 1.998.263-.676.575-1.332.862-1.999.18-.002.36-.002.54 0 .006 1.039.004 2.078.001 3.117-.188.003-.376.002-.564.001.003-.628-.009-1.256.007-1.883-.257.666-.569 1.31-.853 1.964-.283-.654-.583-1.3-.853-1.959.01.626.005 1.252.004 1.878h-.563c0-1.039-.005-2.078.002-3.117zM14.254 7.415c.184-.002.368-.002.553 0 .002 1.04 0 2.079.001 3.119-.185 0-.37-.001-.555.001.002-1.04 0-2.08.001-3.12zM15.529 7.41c.766-.004 1.532-.002 2.298-.001.003.182.002.364.002.547h-.865c-.002.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.577c-.29-.001-.58.001-.87-.002a16.442 16.442 0 0 1 0-.544zM4.789 11.996c.004-.309.349-.455.613-.481.876-.037 1.755.024 2.63-.031-.233.052-.442.232-.485.473-.06.346.325.674.657.566.27-.076.444-.403.332-.666-.072-.192-.255-.31-.442-.37 1.332.044 2.668.007 4.001.019.346-.011.696.025 1.04-.024-.326.065-.607.435-.437.759.157.343.683.416.887.078.243-.332-.046-.781-.418-.834.412.034.829.034 1.241 0-.232.053-.44.233-.483.474-.059.344.322.673.654.566.274-.074.444-.403.333-.667-.072-.192-.256-.31-.444-.37.4.03.806.032 1.206-.002-.232.055-.438.238-.478.478-.056.355.35.685.685.552.259-.09.414-.409.301-.664-.075-.19-.259-.307-.448-.364.4.03.805.032 1.205-.001-.229.059-.433.24-.471.48-.054.353.349.681.683.55.263-.09.417-.415.3-.672-.078-.188-.262-.303-.451-.358.4.032.806.03 1.207.001-.229.059-.431.244-.466.484-.048.349.346.67.677.547.268-.087.426-.418.306-.677-.063-.162-.221-.251-.356-.344.1.008.2.018.3.029.243.037.544.189.544.471-.001 2.892.002 5.785-.001 8.677-.037.317-.41.453-.69.454H5.482c-.281-.001-.654-.137-.69-.454-.003-2.892 0-5.785-.001-8.677m1.835.822a.587.587 0 0 0-.346.4c-.083.351.305.7.645.594a.517.517 0 0 0 .369-.455c.032-.337-.34-.661-.668-.54m1.308-.01c-.345.09-.535.579-.256.841.214.271.675.226.828-.084.225-.36-.169-.868-.572-.757m5.067.011c-.251.098-.43.402-.325.664.092.221.34.391.584.34a.518.518 0 0 0 .411-.47c.028-.336-.343-.656-.67-.534m-4.97 1.264c-.242.008-.44.22-.485.449-.057.342.324.659.651.558a.515.515 0 0 0 .368-.55c-.039-.251-.277-.466-.534-.457m5.109 0c-.244.006-.444.219-.489.449-.045.268.178.513.428.57a.51.51 0 0 0 .584-.404c.066-.307-.216-.622-.523-.615m1.266 0c-.241.009-.437.222-.482.449-.056.341.322.658.649.559a.513.513 0 0 0 .369-.428c.04-.299-.238-.591-.536-.579m1.265-.001c-.24.013-.434.226-.477.454-.05.337.32.647.644.555a.513.513 0 0 0 .375-.556c-.041-.252-.283-.468-.542-.453m1.266.001c-.378.023-.634.543-.352.829.203.266.649.256.823-.036.241-.33-.08-.827-.471-.793m-9.048 1.3a.582.582 0 0 0-.342.413c-.063.344.318.667.648.566a.518.518 0 0 0 .371-.436c.041-.345-.345-.673-.677-.543m10.174.008a.585.585 0 0 0-.323.423c-.046.331.314.637.634.553a.513.513 0 0 0 .389-.477c.013-.34-.377-.644-.7-.498M7.89 16.657c-.323.115-.48.584-.203.827.232.277.719.194.843-.145.177-.375-.256-.834-.64-.683m10.176.009c-.203.096-.362.325-.323.556.034.213.223.378.427.427a.51.51 0 0 0 .591-.443c.046-.353-.359-.689-.694-.539M7.891 17.93c-.322.114-.481.578-.208.824.224.27.694.208.835-.114.207-.375-.232-.866-.627-.71m5.11-.002a.572.572 0 0 0-.353.446c-.03.264.193.497.44.548a.511.511 0 0 0 .578-.418c.067-.352-.323-.704-.665-.576m5.107-.006c-.326.101-.506.563-.241.819.215.275.684.233.838-.083.22-.368-.195-.869-.596-.736M6.671 19.187a.567.567 0 0 0-.399.452c-.042.337.328.642.651.545a.512.512 0 0 0 .366-.404c.067-.335-.284-.677-.617-.594m1.265.003c-.346.085-.54.575-.258.834.223.276.702.215.841-.113.193-.359-.199-.825-.583-.721m1.267.001c-.341.089-.531.57-.255.83.221.277.698.222.841-.104.201-.361-.197-.838-.586-.726m5.108-.001a.573.573 0 0 0-.384.412c-.078.345.302.681.636.586a.512.512 0 0 0 .375-.415c.059-.335-.295-.671-.627-.583m1.267.002c-.34.09-.529.569-.254.829.221.277.698.222.841-.103.2-.361-.198-.839-.587-.726m1.266.001c-.333.094-.519.564-.251.823.218.278.694.231.842-.093.207-.364-.197-.851-.591-.729z"/><path fill="#ccc" d="M8.032 11.483l.061.003c.187.06.371.179.442.37.112.263-.061.59-.332.666-.332.108-.716-.22-.657-.566.043-.241.252-.422.485-.473zM13.134 11.481l.031.003c.372.053.661.502.418.834-.204.338-.73.265-.887-.078-.17-.324.112-.694.437-.759zM14.407 11.483l.06.003c.188.06.372.178.444.37.111.264-.06.593-.333.667-.332.107-.713-.222-.654-.566.043-.24.25-.421.483-.474zM15.673 11.484l.061.002c.188.057.372.174.448.364.112.255-.043.574-.301.664-.335.134-.741-.197-.685-.552.04-.24.246-.423.478-.478zM16.939 11.485H17c.189.054.374.169.451.358.117.256-.038.582-.3.672-.334.131-.737-.197-.683-.55.038-.24.242-.421.471-.48zM18.207 11.487c.154-.02.309.013.461.038-.1-.011-.201-.021-.3-.029.135.093.293.182.356.344.12.259-.038.59-.306.677-.331.124-.726-.198-.677-.547.035-.24.237-.425.466-.484zM6.626 12.82c.328-.122.7.203.668.54a.52.52 0 0 1-.369.455c-.34.105-.728-.244-.645-.594a.587.587 0 0 1 .346-.4zM7.934 12.809c.403-.111.797.397.572.757-.153.31-.614.355-.828.084-.279-.262-.089-.75.256-.841zM13.001 12.82c.327-.122.697.198.67.534a.519.519 0 0 1-.411.47c-.244.052-.492-.119-.584-.34-.105-.262.075-.566.325-.664zM8.031 14.084c.257-.008.495.206.534.457a.515.515 0 0 1-.368.55c-.327.1-.708-.216-.651-.558.045-.229.243-.441.485-.449zM13.14 14.084c.307-.008.589.308.523.615a.51.51 0 0 1-.584.404c-.25-.056-.474-.301-.428-.57.045-.23.246-.443.489-.449zM14.406 14.084c.298-.011.576.28.536.579a.513.513 0 0 1-.369.428c-.327.099-.705-.217-.649-.559.045-.227.241-.44.482-.449zM15.671 14.084c.259-.015.502.202.542.453a.513.513 0 0 1-.375.556c-.324.092-.694-.218-.644-.555.043-.228.236-.441.477-.454zM16.937 14.085c.391-.034.712.463.471.793-.174.292-.62.301-.823.036-.283-.285-.026-.806.352-.829zM7.889 15.385c.332-.13.719.198.677.543a.519.519 0 0 1-.371.436c-.33.1-.711-.222-.648-.566a.58.58 0 0 1 .342-.413zM18.063 15.393c.322-.145.713.158.7.498a.512.512 0 0 1-.389.477c-.32.084-.68-.221-.634-.553a.585.585 0 0 1 .323-.423zM7.89 16.657c.383-.152.817.308.64.683-.125.338-.611.422-.843.145-.277-.244-.12-.712.203-.827zM18.066 16.665c.335-.15.74.186.694.539a.51.51 0 0 1-.591.443c-.204-.048-.392-.214-.427-.427-.039-.231.12-.46.323-.556zM7.891 17.93c.395-.156.834.336.627.71-.141.322-.611.384-.835.114-.273-.246-.113-.71.208-.824zM13.001 17.928c.341-.128.732.225.665.576a.511.511 0 0 1-.578.418c-.247-.051-.471-.284-.44-.548a.573.573 0 0 1 .353-.446zM18.108 17.922c.401-.133.817.368.596.736-.153.316-.622.358-.838.083-.265-.256-.085-.719.241-.819zM6.671 19.187c.333-.083.684.259.617.594a.512.512 0 0 1-.366.404c-.323.097-.693-.209-.651-.545a.567.567 0 0 1 .399-.452zM7.937 19.189c.384-.105.776.362.583.721-.139.328-.618.39-.841.113-.282-.26-.089-.749.258-.834zM9.204 19.19c.389-.112.787.365.586.726-.143.326-.621.381-.841.104-.275-.26-.085-.741.255-.83zM14.312 19.189c.331-.089.686.248.627.583a.513.513 0 0 1-.375.415c-.334.095-.714-.24-.636-.586a.577.577 0 0 1 .384-.412zM15.579 19.191c.389-.113.787.364.587.726-.144.325-.621.38-.841.103-.275-.26-.086-.738.254-.829zM16.845 19.192c.394-.121.798.365.591.729-.148.324-.624.371-.842.093-.268-.259-.082-.728.251-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-15--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M1.853 0h20.286c.389.33.733.764.688 1.308.005 7.128.005 14.257 0 21.384.046.541-.299.973-.68 1.308H1.863c-.39-.33-.736-.764-.689-1.308-.005-7.128-.005-14.257 0-21.384C1.127.767 1.472.335 1.853 0m1.041 1.825c-.587.34-.692 1.247-.198 1.711.464.408 1.115.466 1.63.781.4.215.211.913-.245.895-.508.124-.919-.235-1.169-.634-.245.104-.492.205-.737.311.404 1.001 1.697 1.47 2.621.88.779-.443.785-1.729-.032-2.135-.515-.404-1.555-.286-1.586-1.127.485-.226 1.042-.181 1.381.266.23-.077.462-.156.692-.235-.332-.94-1.558-1.23-2.357-.714m3.492-.211v4.331h.798c-.001-.533 0-1.064-.002-1.597.688-.006 1.495.107 2.046-.403.67-.614.478-1.885-.396-2.204-.788-.246-1.632-.078-2.446-.126m4.079.005c-.002 1.441-.001 2.884-.001 4.325l2.948-.001a72.558 72.558 0 0 0-.01-.808c-.714 0-1.429-.011-2.143.008 0-.343 0-.688-.002-1.031.418.007.835.006 1.253.006l-.001-.808a58.057 58.057 0 0 0-1.252 0c.002-.296.002-.593.001-.89.676.016 1.35.007 2.024.008.002-.27.004-.539.004-.809-.941-.002-1.882 0-2.821-.001m7.821.002c-.002 1.44-.001 2.881 0 4.322.773-.018 1.588.098 2.317-.222 1.435-.702 1.477-3.088.08-3.852-.74-.377-1.6-.216-2.398-.248m-3.929.002c-.007 1.44-.002 2.88-.004 4.32.997.002 1.993.001 2.99 0-.001-.27-.002-.539-.005-.809-.715.002-1.43-.014-2.146.016 0-.347 0-.695-.004-1.042.41.012.821.012 1.231.012l.001-.812c-.412 0-.822-.001-1.232.007.004-.301.004-.602.004-.904.672.032 1.345.016 2.018.016.002-.269.004-.536.002-.805-.952-.002-1.904-.005-2.857.001M4.223 6.533c.002 1.438-.002 2.876.004 4.315.942 0 1.884-.001 2.826.001v-.814c-.679.002-1.357-.001-2.036.005.005-1.17.001-2.339.002-3.508h-.796m3.661 0c.001 1.438-.002 2.875.002 4.313l.827.005c.004-1.441-.001-2.882.002-4.324-.277.001-.554.002-.832.006m2.041.001c.001 1.438-.002 2.874.002 4.312.276.002.553.004.83.004.001-.848.011-1.697-.01-2.544.335.907.773 1.771 1.136 2.668.409-.877.817-1.756 1.163-2.66-.024.845-.013 1.691-.013 2.536l.832.001c.004-1.44 0-2.881.001-4.321-.265.001-.53.001-.796.004-.383.899-.798 1.784-1.166 2.689-.377-.904-.778-1.799-1.172-2.695l-.808.008m6.917-.008v.778c.396-.002.791-.001 1.187-.004 0 1.182-.002 2.365.002 3.547h.79c.005-1.182.001-2.364.002-3.546l1.205.001v-.776H16.84m-1.784.001c.001 1.44-.002 2.88.002 4.32l.829-.001c.002-1.439 0-2.879.001-4.318l-.833-.001m-9.513 7.68c.007.296.01.594.013.892h1.66c-.002 2.599.001 5.198-.002 7.798h1.289c-.002-3.294.002-6.588-.002-9.882l-.92.002c-.26.886-1.198 1.207-2.036 1.19m6.521-1.17c-.214 1.672-.384 3.349-.598 5.022.412.151.826.295 1.243.432.811-.756 2.126-1.079 3.113-.478 1.166.774 1.085 2.748-.104 3.464-1.195.744-2.812.406-3.826-.502-.25.342-.512.674-.763 1.015 1.412 1.231 3.66 1.49 5.29.546 1.638-.929 2.12-3.305 1.016-4.819-.997-1.456-3.174-1.616-4.58-.684.102-.925.264-1.843.338-2.771h4.18c0-.408-.001-.817-.004-1.225-1.769 0-3.538.002-5.305-.001z"/><path fill="#030303" d="M7.183 2.425c.493.002.99-.016 1.481.058.115.346.239.803-.164 1.014-.434.076-.878.026-1.316.038v-1.11zM19.115 2.416c.478.041 1.084-.113 1.418.331.421.553.427 1.412.047 1.987-.32.493-.96.382-1.462.418-.001-.912.004-1.824-.004-2.736z"/><path fill="#fefefe" d="M2.894 1.825c.799-.516 2.024-.226 2.357.714-.23.079-.462.158-.692.235-.34-.448-.896-.492-1.381-.266.031.841 1.072.722 1.586 1.127.817.406.811 1.692.032 2.135-.924.59-2.216.121-2.621-.88.245-.106.492-.206.737-.311.25.398.661.757 1.169.634.456.018.644-.68.245-.895-.515-.316-1.165-.373-1.63-.781-.494-.464-.389-1.372.198-1.711zM15.056 6.528l.833.001c-.001 1.439.001 2.879-.001 4.318l-.829.001c-.005-1.44-.001-2.88-.002-4.32z"/><path fill="#fff" d="M6.386 1.613c.814.048 1.657-.12 2.446.126.874.319 1.066 1.59.396 2.204-.551.51-1.358.397-2.046.403.002.533.001 1.064.002 1.597h-.798V1.612m.797.813v1.11c.438-.012.882.037 1.316-.038.403-.211.28-.668.164-1.014-.491-.073-.988-.055-1.481-.058zM10.465 1.619c.94.001 1.88-.001 2.821.001 0 .27-.001.539-.004.809-.674-.001-1.349.007-2.024-.008.001.298.001.594-.001.89.418-.005.834-.004 1.252 0l.001.808c-.418 0-.835.001-1.253-.006.002.343.002.688.002 1.031.714-.019 1.429-.008 2.143-.008.005.269.007.539.01.808l-2.948.001c0-1.441-.001-2.884.001-4.325zM18.286 1.62c.798.032 1.657-.128 2.398.248 1.397.764 1.355 3.15-.08 3.852-.73.32-1.544.204-2.317.222-.001-1.441-.002-2.882 0-4.322m.828.796c.007.912.002 1.824.004 2.736.502-.036 1.141.076 1.462-.418.38-.575.374-1.434-.047-1.987-.335-.444-.941-.29-1.418-.331zM14.356 1.622c.953-.006 1.906-.004 2.857-.001.001.269 0 .536-.002.805-.673 0-1.346.017-2.018-.016 0 .301 0 .602-.004.904.41-.008.821-.007 1.232-.007l-.001.812c-.41 0-.821 0-1.231-.012.004.347.004.695.004 1.042.715-.03 1.43-.013 2.146-.016l.005.809c-.997.001-1.993.002-2.99 0 .001-1.44-.004-2.88.004-4.32zM4.223 6.533h.796c-.001 1.169.002 2.338-.002 3.508.679-.006 1.357-.002 2.036-.005v.814c-.942-.002-1.884-.001-2.826-.001-.006-1.439-.001-2.878-.004-4.315zM7.884 6.532c.277-.004.554-.005.832-.006-.004 1.441.001 2.882-.002 4.324-.276-.001-.552-.002-.827-.005-.005-1.438-.001-2.875-.002-4.313zM9.924 6.533c.27-.004.539-.006.808-.008.395.896.796 1.792 1.172 2.695.368-.905.784-1.79 1.166-2.689l.796-.004c-.001 1.44.002 2.881-.001 4.321l-.832-.001c0-.845-.011-1.691.013-2.536-.346.905-.754 1.783-1.163 2.66-.364-.896-.802-1.76-1.136-2.668.02.847.011 1.696.01 2.544-.277 0-.554-.001-.83-.004-.005-1.438-.001-2.874-.002-4.312zM16.84 6.527h3.186v.776l-1.205-.001c-.001 1.182.002 2.364-.002 3.546h-.79c-.005-1.182-.002-2.365-.002-3.547-.396.002-.791.001-1.187.004v-.778zM5.542 14.208c.839.017 1.776-.305 2.036-1.19l.92-.002c.005 3.294 0 6.588.002 9.882H7.211c.004-2.599 0-5.198.002-7.798h-1.66c-.004-.298-.006-.595-.013-.892zM12.065 13.038c1.768.004 3.536.001 5.305.001.002.408.004.817.004 1.225h-4.18c-.074.928-.236 1.846-.338 2.771 1.406-.932 3.583-.772 4.58.684 1.104 1.514.622 3.89-1.016 4.819-1.63.944-3.877.685-5.29-.546.251-.341.514-.673.763-1.015 1.014.907 2.63 1.246 3.826.502 1.189-.716 1.271-2.69.104-3.464-.986-.601-2.302-.278-3.113.478a37.19 37.19 0 0 1-1.243-.432c.214-1.673.384-3.35.598-5.022z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-20--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h11.002C9.078.195 7.184.793 5.557 1.85A12.054 12.054 0 0 0 .428 8.724c-.22.746-.33 1.516-.427 2.286V0zM12.989 0H24v11.003c-.223-2.306-1.069-4.56-2.51-6.384C19.694 2.298 17.023.67 14.13.164c-.377-.074-.762-.1-1.141-.164z"/><path d="M11.409 1.195c1.729-.097 3.482.23 5.059.947 2.69 1.208 4.833 3.567 5.774 6.362.943 2.73.725 5.835-.598 8.404-1.334 2.643-3.8 4.687-6.651 5.492-1.784.513-3.7.56-5.505.125-2.867-.668-5.412-2.576-6.87-5.132-1.452-2.494-1.826-5.58-1.029-8.352.79-2.831 2.799-5.289 5.409-6.638a10.778 10.778 0 0 1 4.41-1.208m-4.54 6.33c-.822.825-.973 2.062-1.009 3.172.371 0 .742.002 1.113-.001.028-.668.119-1.362.462-1.949.454-.729 1.575-.864 2.21-.298.795.685.892 1.938.42 2.834-.28.545-.786.913-1.278 1.252-.954.679-1.974 1.372-2.537 2.434-.431.871-.552 1.862-.573 2.823 1.918-.004 3.835.004 5.753-.004a70.33 70.33 0 0 0-.001-1.378c-1.5-.008-3.001 0-4.502-.004.064-.89.669-1.619 1.386-2.095.861-.626 1.865-1.118 2.485-2.017.675-.929.832-2.163.561-3.262-.23-.964-.954-1.852-1.942-2.089-.87-.197-1.886-.062-2.546.583m7.958-.618c-.867.177-1.466.952-1.777 1.736-.439 1.206-.547 2.504-.555 3.778 0 1.101.063 2.213.349 3.281.192.69.487 1.388 1.027 1.879.802.737 2.18.715 2.953-.055.509-.49.791-1.163.979-1.833.283-1.049.346-2.143.345-3.225-.006-1.077-.08-2.163-.367-3.205-.178-.627-.423-1.264-.883-1.741-.518-.559-1.335-.776-2.072-.615z"/><path d="M15.114 8.141c.416-.081.858.092 1.118.424.331.406.479.925.588 1.429.205 1.03.213 2.086.192 3.132-.032.821-.09 1.65-.318 2.443-.125.407-.299.824-.63 1.106-.397.345-1.046.37-1.452.025-.401-.34-.577-.861-.707-1.353-.262-1.095-.277-2.229-.263-3.348.031-.885.088-1.784.364-2.632.172-.532.507-1.124 1.109-1.226zM0 12.998c.103.804.221 1.609.459 2.386.854 2.95 2.898 5.524 5.561 7.048 1.523.885 3.245 1.392 4.994 1.567H.001V12.997zM22.447 17.95c.882-1.513 1.375-3.228 1.553-4.964V24H12.997c.766-.101 1.536-.207 2.279-.428 3.004-.838 5.636-2.908 7.171-5.621z"/><path fill="red" d="M11.002 0h1.987c.379.063.764.09 1.141.164 2.893.506 5.565 2.134 7.36 4.455 1.441 1.823 2.287 4.078 2.51 6.384v1.983c-.177 1.736-.671 3.451-1.553 4.964-1.536 2.713-4.167 4.784-7.171 5.621-.743.221-1.513.327-2.279.428h-1.984c-1.748-.175-3.47-.682-4.994-1.567-2.663-1.524-4.707-4.098-5.561-7.048-.238-.777-.356-1.582-.459-2.386V11.01c.098-.77.207-1.54.427-2.286A12.05 12.05 0 0 1 5.555 1.85C7.182.793 9.077.194 11 0m.409 1.195a10.805 10.805 0 0 0-4.41 1.208C4.389 3.752 2.38 6.21 1.59 9.041c-.797 2.772-.423 5.858 1.029 8.352 1.458 2.556 4.003 4.464 6.87 5.132 1.805.435 3.721.388 5.505-.125 2.85-.805 5.317-2.849 6.651-5.492 1.322-2.568 1.54-5.674.598-8.404-.941-2.796-3.084-5.154-5.774-6.362a10.806 10.806 0 0 0-5.059-.947z"/><path fill="#fff" d="M6.868 7.525c.66-.645 1.676-.78 2.546-.583.988.237 1.712 1.125 1.942 2.089.27 1.1.114 2.334-.561 3.262-.62.899-1.624 1.391-2.485 2.017-.717.477-1.321 1.206-1.386 2.095 1.5.005 3.001-.004 4.502.004.007.459.004.918.001 1.378-1.918.008-3.835 0-5.753.004.021-.961.143-1.952.573-2.823.563-1.062 1.583-1.755 2.537-2.434.492-.339.998-.706 1.278-1.252.472-.896.375-2.149-.42-2.834-.635-.566-1.756-.431-2.21.298-.343.586-.434 1.281-.462 1.949-.371.004-.742.001-1.113.001.036-1.11.187-2.346 1.009-3.172zM14.828 6.908c.737-.161 1.553.055 2.072.615.459.477.705 1.114.883 1.741.286 1.042.36 2.129.367 3.205.001 1.082-.062 2.176-.345 3.225-.188.669-.471 1.342-.979 1.833-.773.771-2.151.792-2.953.055-.54-.491-.835-1.188-1.027-1.879-.286-1.068-.348-2.18-.349-3.281.008-1.275.116-2.572.555-3.778.31-.785.909-1.56 1.777-1.736m.285 1.233c-.602.102-.937.694-1.109 1.226-.276.848-.333 1.747-.364 2.632-.014 1.119.001 2.254.263 3.348.13.493.307 1.013.707 1.353.405.345 1.055.32 1.452-.025.331-.283.506-.699.63-1.106.229-.793.286-1.622.318-2.443.021-1.046.013-2.102-.192-3.132-.109-.504-.257-1.023-.588-1.429a1.163 1.163 0 0 0-1.118-.424z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-20--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.125 0h17.746c.488.154.756.684.747 1.172v21.655c.009.488-.258 1.016-.745 1.172H3.129c-.489-.153-.757-.684-.748-1.173V1.171c-.01-.488.257-1.015.743-1.172m.505.593c-.47.097-.751.593-.764 1.046-.002 6.892 0 13.785-.001 20.677-.001.403.195.829.561 1.023.2.109.434.087.653.088l16.128-.001c.55.006.921-.556.928-1.062.003-6.892 0-13.785.001-20.677 0-.403-.195-.829-.56-1.023-.2-.11-.435-.087-.654-.088H4.125c-.165.002-.332-.011-.496.016z"/><path fill="#fff" d="M4.049 1.195a1.04 1.04 0 0 1 .216-.02h15.472c.565-.03.934.559.924 1.072.002 6.502.002 13.005 0 19.507.006.495-.331 1.066-.875 1.07H4.216c-.544-.003-.883-.575-.876-1.07-.002-6.486 0-12.972-.001-19.457-.013-.459.232-.983.71-1.101m1.209 1.811c-.32.293-.324.866.008 1.15.335.294.81.317 1.174.557.238.142.192.536-.063.63-.374.167-.812-.059-.963-.423-.172.066-.346.127-.517.195.223.798 1.305 1.075 1.938.591.406-.306.455-.979.087-1.334-.33-.321-.814-.363-1.2-.584-.162-.087-.176-.336-.022-.438a.61.61 0 0 1 .848.238c.165-.058.331-.113.497-.168-.19-.755-1.264-.907-1.787-.415m2.675-.231c-.007 1.042.002 2.083-.004 3.124.187-.003.374-.002.561-.001.005-.39 0-.781.003-1.172.442-.028.93.089 1.33-.157.506-.303.593-1.082.195-1.507-.213-.221-.533-.291-.83-.29-.419.001-.837-.003-1.255.003m2.958.003c-.008 1.04 0 2.079-.004 3.119.71-.002 1.42.001 2.13-.002.003-.18.003-.36-.001-.54-.521-.006-1.043 0-1.564-.003v-.787c.301 0 .603.001.904-.001.005-.178.005-.355.003-.532-.303-.002-.606 0-.908-.002v-.711c.49-.002.979.002 1.469-.002.003-.18.004-.36 0-.54-.677-.004-1.353-.005-2.03.001m2.855 0c-.006 1.04.002 2.08-.004 3.12.71-.007 1.42.004 2.13-.005.005-.18.005-.359 0-.539-.522-.006-1.045 0-1.567-.003v-.787h.903c.012-.178.009-.356.008-.534-.304-.002-.607 0-.911-.001v-.712c.491-.004.982.007 1.472-.006.002-.179.003-.358-.001-.537-.677-.003-1.353-.005-2.03.001m2.842 0c-.002 1.041-.004 2.082.001 3.123.655-.033 1.415.137 1.956-.336.655-.61.66-1.804.023-2.429-.54-.491-1.317-.332-1.98-.358M6.352 7.419c-.005 1.038-.002 2.076-.001 3.114.682.002 1.364.001 2.046.001v-.546c-.494-.004-.987 0-1.48-.002-.003-.855.003-1.711-.003-2.566a13.068 13.068 0 0 0-.56 0m2.684-.002c-.003 1.039-.001 2.078-.001 3.116.188.001.376.001.565-.001.003-1.039.004-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.478-.001c-.007 1.039-.002 2.078-.003 3.117h.563c.001-.623.005-1.246-.003-1.869.277.652.564 1.301.855 1.948.281-.653.591-1.294.849-1.956-.014.626-.003 1.252-.006 1.877.188.001.376.001.564-.001.003-1.039.006-2.078-.001-3.117a32.28 32.28 0 0 0-.539 0c-.292.664-.593 1.324-.867 1.996-.255-.675-.574-1.323-.847-1.99-.189-.012-.378-.007-.566-.004m3.739-.003v3.121c.185-.002.37-.001.555 0 0-1.04.001-2.08-.001-3.12a34.082 34.082 0 0 0-.554-.001m1.274-.005c-.003.181-.003.363 0 .544.29.003.58 0 .871.002v2.577h.563c.003-.859 0-1.717.001-2.577h.865c.001-.182.001-.365-.001-.547-.766 0-1.532-.002-2.299.001M5.366 11.52c-.253.032-.577.181-.577.477.001 2.893-.002 5.785.001 8.677.037.317.41.453.691.454h13.037c.281-.001.654-.136.691-.453.004-2.893.001-5.785.002-8.678-.001-.296-.324-.444-.577-.477-.543-.044-1.09.017-1.633-.033h-.064c-.399.03-.803.03-1.202 0l-.064-.001c-.399.031-.803.03-1.202.001l-.063-.002c-1.68.033-3.366.031-5.046.001l-.064-.001c-.399.032-.803.03-1.202.002l-.064-.002c-.413.033-.83.03-1.242.001h-.029c-.463.048-.93-.01-1.393.033z"/><path fill="#fff" d="M8.492 3.319c.293.008.589-.019.881.013.393.074.417.717.036.826-.302.044-.612.009-.917.02V3.32zM17.147 3.318c.356.01.79-.075 1.052.234.348.442.347 1.16-.031 1.584-.263.282-.675.208-1.02.216V3.318z"/><path d="M3.629.592c.164-.028.331-.015.496-.016h15.796c.219.001.454-.022.654.088.366.195.56.621.56 1.023-.001 6.892.001 13.785-.001 20.677-.008.506-.378 1.068-.928 1.062l-16.128.001c-.219-.001-.454.021-.653-.088-.366-.195-.562-.621-.561-1.023.001-6.892-.001-13.785.001-20.677.013-.453.294-.949.764-1.046m.42.602c-.478.117-.723.642-.71 1.101.001 6.486-.001 12.972.001 19.457-.007.495.332 1.067.876 1.07h15.57c.544-.004.881-.575.875-1.07.002-6.502.002-13.005 0-19.507.01-.513-.359-1.101-.924-1.072H4.265a1.047 1.047 0 0 0-.216.02z"/><path d="M5.258 3.007c.523-.492 1.597-.34 1.787.415-.166.055-.332.111-.497.168a.61.61 0 0 0-.848-.238c-.154.102-.14.351.022.438.386.221.87.263 1.2.584.368.354.32 1.028-.087 1.334-.633.485-1.715.208-1.938-.591.171-.068.345-.13.517-.195.151.364.589.59.963.423.255-.095.301-.489.063-.63-.364-.24-.839-.263-1.174-.557-.332-.285-.328-.857-.008-1.15zM7.933 2.775c.419-.006.837-.001 1.255-.003.296 0 .617.069.83.29.398.425.311 1.204-.195 1.507-.401.245-.888.129-1.33.157-.002.391.002.782-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.004-3.124m.559.544v.858c.305-.01.615.024.917-.02.381-.109.357-.752-.036-.826-.292-.031-.587-.005-.881-.013zM10.891 2.778c.677-.006 1.353-.005 2.03-.001.004.18.004.36 0 .54-.49.004-.979 0-1.469.002v.711c.302.002.606 0 .908.002.001.178.001.355-.003.532-.301.002-.603 0-.904.001v.787c.521.002 1.043-.003 1.564.003.004.18.004.36.001.54-.71.003-1.42 0-2.13.002.003-1.04-.004-2.079.004-3.119zM13.745 2.778c.677-.007 1.353-.004 2.03-.001.004.179.003.358.001.537-.491.012-.982.001-1.472.006v.712c.303.001.607-.001.911.001.001.178.004.356-.008.534h-.903v.787c.522.002 1.045-.003 1.567.003.004.18.005.359 0 .539-.71.009-1.42-.001-2.13.005.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.664.026 1.44-.133 1.98.358.637.625.632 1.818-.023 2.429-.541.473-1.301.303-1.956.336-.005-1.041-.003-2.082-.001-3.123m.56.543v2.034c.345-.007.757.067 1.02-.216.378-.424.379-1.142.031-1.584-.262-.309-.696-.224-1.052-.234zM6.352 7.419c.187-.004.374-.004.56 0 .007.855 0 1.711.003 2.566.494.002.987-.002 1.48.002v.546c-.682 0-1.364.001-2.046-.001 0-1.038-.004-2.076.001-3.114zM9.038 7.418c.188-.005.376-.005.564-.001.004 1.039.003 2.077 0 3.116-.188.003-.376.002-.565.001 0-1.039-.002-2.077.001-3.116zM10.516 7.417c.188-.003.377-.008.566.004.272.668.592 1.316.847 1.99.274-.672.576-1.332.867-1.996.179-.001.359-.002.539 0 .007 1.039.004 2.078.001 3.117-.188.003-.376.003-.564.001.003-.626-.008-1.252.006-1.877-.258.662-.568 1.303-.849 1.956-.291-.647-.577-1.295-.855-1.948.008.623.004 1.246.003 1.869h-.563c.001-1.039-.004-2.078.003-3.117zM14.254 7.415c.185-.001.369-.001.554.001.002 1.04 0 2.079.001 3.12h-.555c.002-1.04 0-2.08 0-3.121zM15.528 7.41c.766-.004 1.532-.002 2.299-.001.003.182.003.365.001.547h-.865c-.002.859.001 1.718-.001 2.577h-.563V7.956c-.291-.001-.581.001-.871-.002a16.442 16.442 0 0 1 0-.544zM5.366 11.52c.463-.043.93.015 1.393-.033-.233.047-.441.228-.485.468-.062.348.326.679.66.567a.514.514 0 0 0 .331-.658c-.073-.205-.272-.331-.477-.377.413.028.83.031 1.242-.001-.233.05-.44.23-.483.469-.063.346.322.677.655.568.271-.075.444-.403.332-.666-.072-.191-.254-.309-.441-.369.399.028.803.03 1.202-.002-.231.053-.436.235-.477.474-.057.344.323.67.654.564.275-.075.449-.409.331-.674-.075-.189-.257-.306-.445-.363 1.68.03 3.366.032 5.046-.001-.232.051-.437.231-.481.469-.062.345.32.676.653.57.274-.074.445-.404.334-.668-.072-.191-.255-.309-.443-.368.399.028.803.03 1.202-.001-.231.054-.435.236-.475.474-.056.34.316.663.645.566.268-.068.446-.379.353-.644-.067-.206-.26-.338-.459-.396.399.029.803.03 1.202 0-.228.058-.431.239-.469.477-.056.353.348.682.683.551a.514.514 0 0 0 .313-.639c-.069-.204-.263-.334-.463-.389.542.05 1.09-.011 1.633.033.254.032.577.181.578.477-.001 2.893.002 5.785-.002 8.678-.037.317-.41.452-.691.453H5.48c-.281-.001-.653-.136-.691-.454-.003-2.892 0-5.784-.001-8.677 0-.295.324-.445.578-.477m-.007 1.297a.589.589 0 0 0-.353.402c-.081.341.283.68.616.601a.517.517 0 0 0 .398-.461c.032-.336-.334-.658-.662-.542m5.108-.006c-.346.102-.521.601-.226.854.224.264.682.195.822-.12.204-.367-.198-.857-.596-.734m2.534.009a.591.591 0 0 0-.343.397c-.085.352.303.702.644.597a.517.517 0 0 0 .37-.457c.03-.337-.343-.66-.671-.536m5.108-.007a.581.581 0 0 0-.366.435c-.055.335.305.653.63.57a.519.519 0 0 0 .39-.458c.031-.333-.327-.653-.654-.546m-7.544 1.268c-.38.02-.639.543-.355.83.211.279.683.248.841-.068.205-.332-.113-.788-.487-.761m2.579-.002c-.395.003-.668.555-.363.841.217.276.69.228.838-.092.186-.327-.114-.759-.475-.749m3.797.002c-.379.021-.637.543-.353.829.211.278.681.25.841-.066.207-.333-.112-.793-.487-.763m1.265 0c-.228.018-.41.217-.46.431-.07.34.301.668.63.579a.512.512 0 0 0 .383-.421c.05-.308-.245-.614-.553-.589m-9.052 1.303a.583.583 0 0 0-.333.412c-.061.343.319.664.648.565a.517.517 0 0 0 .374-.473c.012-.336-.366-.638-.688-.503m3.803.011c-.217.111-.374.377-.288.62.085.232.346.408.595.353a.51.51 0 0 0 .407-.481c.015-.347-.391-.653-.714-.492m2.572-.011a.585.585 0 0 0-.332.413c-.059.342.318.66.646.563a.515.515 0 0 0 .376-.473c.012-.336-.368-.638-.69-.503m2.533.005c-.227.106-.393.386-.299.634.09.233.359.407.61.341a.512.512 0 0 0 .39-.478c.013-.34-.379-.644-.701-.497M7.889 16.658a.58.58 0 0 0-.34.403c-.074.35.317.681.651.575a.519.519 0 0 0 .367-.439c.038-.344-.347-.669-.678-.539m5.108-.002a.583.583 0 0 0-.344.405c-.074.351.322.684.656.573a.512.512 0 0 0 .359-.433c.043-.344-.34-.671-.672-.545m1.269.002a.584.584 0 0 0-.339.406c-.068.347.317.675.65.572a.511.511 0 0 0 .367-.44c.039-.345-.347-.67-.678-.539m3.801.008a.568.568 0 0 0-.329.485c0 .243.207.446.434.497a.51.51 0 0 0 .59-.443c.046-.354-.359-.69-.695-.54M6.625 17.928a.582.582 0 0 0-.346.4c-.078.345.3.677.632.586a.515.515 0 0 0 .383-.445c.038-.34-.34-.663-.668-.541m6.374 0a.572.572 0 0 0-.352.444c-.032.277.214.524.479.554a.51.51 0 0 0 .544-.46c.036-.34-.342-.661-.67-.538m5.106-.005c-.325.102-.504.563-.24.818.216.275.686.233.839-.084.219-.368-.197-.869-.598-.735M5.403 19.186c-.357.078-.556.585-.262.844.226.272.702.201.837-.127.181-.356-.195-.81-.575-.718m1.266.002a.573.573 0 0 0-.389.405c-.082.338.277.672.607.6a.512.512 0 0 0 .401-.413c.067-.336-.286-.677-.619-.592m1.266.002c-.345.086-.538.575-.256.835.224.276.702.214.841-.115.192-.359-.2-.825-.585-.72m1.268.002c-.34.09-.529.57-.254.83.221.276.698.221.841-.105.201-.361-.198-.838-.587-.725m1.266.001c-.334.094-.52.565-.251.824.218.278.696.228.842-.097.206-.364-.198-.848-.592-.727m3.842-.003c-.343.088-.534.573-.255.833.223.277.703.217.842-.113.191-.36-.201-.827-.587-.72m1.268.002a.573.573 0 0 0-.384.45c-.034.273.203.519.463.558a.512.512 0 0 0 .555-.42c.065-.34-.299-.684-.634-.588m1.266.001c-.332.096-.518.564-.25.823.218.278.696.23.843-.095.206-.365-.2-.85-.593-.728z"/><path fill="#ccc" d="M6.759 11.487h.029c.205.046.404.172.477.377a.514.514 0 0 1-.331.658c-.334.112-.722-.219-.66-.567a.61.61 0 0 1 .485-.468zM8.031 11.485l.064.002c.187.06.369.179.441.369.112.263-.061.591-.332.666-.333.109-.718-.222-.655-.568.043-.24.251-.42.483-.469zM9.296 11.485l.064.001c.188.057.37.174.445.363.118.265-.056.599-.331.674-.331.106-.712-.22-.654-.564.041-.239.247-.42.477-.474zM14.406 11.485l.063.002c.188.06.37.178.443.368.111.264-.06.594-.334.668-.333.106-.715-.225-.653-.57.044-.238.249-.418.481-.469zM15.671 11.486l.064.001c.2.059.393.19.459.396.092.264-.085.575-.353.644-.329.097-.701-.226-.645-.566.04-.239.245-.42.475-.474zM16.937 11.486h.064c.2.055.394.185.463.389a.514.514 0 0 1-.313.639c-.334.132-.738-.197-.683-.551.038-.238.24-.42.469-.477zM5.359 12.818c.328-.116.694.206.662.542a.517.517 0 0 1-.398.461c-.334.079-.697-.261-.616-.601a.586.586 0 0 1 .353-.402zM10.466 12.812c.397-.123.8.367.596.734-.14.315-.598.384-.822.12-.295-.252-.12-.752.226-.854zM13 12.821c.328-.124.701.199.671.536a.517.517 0 0 1-.37.457c-.341.105-.729-.245-.644-.597A.591.591 0 0 1 13 12.82zM18.108 12.815c.327-.107.685.213.654.546a.517.517 0 0 1-.39.458c-.326.083-.686-.235-.63-.57a.585.585 0 0 1 .366-.435zM10.564 14.084c.374-.027.692.429.487.761-.158.317-.63.348-.841.068-.285-.286-.025-.81.355-.83zM13.142 14.083c.361-.01.66.422.475.749-.149.32-.621.368-.838.092-.305-.287-.032-.838.363-.841zM16.939 14.085c.375-.03.694.43.487.763-.16.315-.63.344-.841.066-.283-.286-.026-.808.353-.829zM18.205 14.085c.308-.025.603.281.553.589a.512.512 0 0 1-.383.421c-.33.088-.701-.239-.63-.579.051-.214.232-.412.46-.431zM9.153 15.388c.322-.134.7.168.688.503a.517.517 0 0 1-.374.473c-.329.099-.709-.222-.648-.565a.587.587 0 0 1 .333-.412zM12.957 15.4c.323-.161.729.145.714.492a.511.511 0 0 1-.407.481c-.249.055-.51-.121-.595-.353-.086-.243.071-.509.288-.62zM15.529 15.389c.322-.135.702.167.69.503a.515.515 0 0 1-.376.473c-.328.097-.705-.222-.646-.563a.587.587 0 0 1 .332-.413zM18.062 15.394c.322-.147.714.157.701.497a.512.512 0 0 1-.39.478c-.251.067-.52-.108-.61-.341-.094-.248.072-.528.299-.634zM7.889 16.658c.331-.13.715.195.678.539a.517.517 0 0 1-.367.439c-.334.105-.725-.225-.651-.575a.583.583 0 0 1 .34-.403zM12.997 16.656c.331-.126.714.202.672.545a.512.512 0 0 1-.359.433c-.335.111-.73-.222-.656-.573a.58.58 0 0 1 .344-.405zM14.265 16.658c.331-.131.717.194.678.539a.514.514 0 0 1-.367.44c-.332.103-.718-.225-.65-.572a.584.584 0 0 1 .339-.406zM18.066 16.665c.336-.15.741.186.695.54a.51.51 0 0 1-.59.443c-.227-.052-.435-.255-.434-.497a.568.568 0 0 1 .329-.485zM6.625 17.928c.328-.122.706.201.668.541a.514.514 0 0 1-.382.445c-.333.091-.71-.241-.632-.586a.584.584 0 0 1 .346-.4zM13 17.928c.329-.123.706.198.67.538a.51.51 0 0 1-.544.46c-.264-.03-.51-.277-.479-.554a.572.572 0 0 1 .352-.444zM18.107 17.923c.401-.134.817.366.598.735-.153.317-.623.359-.839.084-.264-.256-.085-.716.24-.818zM5.403 19.186c.38-.092.757.361.575.718-.135.328-.61.399-.837.127-.294-.259-.096-.766.262-.844zM6.669 19.187c.333-.084.686.257.619.592a.512.512 0 0 1-.401.413c-.33.072-.69-.262-.607-.6a.572.572 0 0 1 .389-.405zM7.935 19.189c.385-.105.777.361.585.72-.139.329-.618.39-.841.115-.281-.26-.089-.749.256-.835zM9.203 19.191c.389-.113.788.364.587.725-.142.326-.62.381-.841.105-.276-.259-.087-.74.254-.83zM10.469 19.192c.393-.121.797.363.592.727-.146.324-.624.375-.842.097-.27-.259-.083-.73.251-.824zM14.31 19.189c.386-.107.778.36.587.72-.139.33-.619.39-.842.113-.279-.26-.088-.745.255-.833zM15.578 19.191c.335-.097.698.248.634.588a.51.51 0 0 1-.555.42c-.26-.039-.497-.285-.463-.558a.573.573 0 0 1 .384-.45zM16.844 19.192c.394-.122.799.363.593.728-.147.325-.625.373-.843.095-.268-.259-.082-.727.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-20--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.002 0h19.992c.502.147.835.655.829 1.169.002 7.205 0 14.41.001 21.615.021.529-.311 1.062-.828 1.217H2.007c-.502-.147-.837-.654-.83-1.168V1.17C1.17.657 1.503.152 2.002.001m.753 1.956c-.46.393-.484 1.193-.022 1.593.459.41 1.119.437 1.622.769.316.191.268.72-.072.859-.511.242-1.131-.063-1.335-.571-.239.088-.479.174-.716.267.325 1.169 2.014 1.508 2.824.655.424-.474.406-1.31-.095-1.724-.447-.389-1.061-.458-1.568-.73-.246-.113-.282-.48-.051-.627.382-.219.964-.096 1.148.331.231-.076.462-.152.692-.231-.257-1.026-1.699-1.223-2.428-.592m3.644-.309c-.004 1.419-.002 2.838 0 4.258.258.003.516.001.773.001V4.313c.431-.01.864.023 1.294-.023.489-.06.936-.408 1.075-.886.239-.682-.14-1.554-.884-1.697-.743-.126-1.507-.033-2.258-.059m4.075.004c-.005 1.417-.002 2.835-.001 4.252.974.003 1.948.001 2.922 0 0-.246.002-.491-.003-.737-.715-.007-1.43 0-2.144-.003V4.077l1.24-.001c0-.245.003-.491-.003-.736-.413-.005-.825 0-1.237-.002V2.39c.672-.001 1.343.001 2.016-.001 0-.246.002-.492-.002-.737-.929-.005-1.858-.004-2.786 0m3.92.002c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.247.003-.493-.001-.739-.714-.002-1.428 0-2.142-.001V4.079l1.236-.001c0-.246.001-.491-.001-.737-.412-.003-.824 0-1.235-.001v-.948c.671-.002 1.342.003 2.013-.003.004-.245.004-.491 0-.736-.93-.003-1.859-.005-2.789.001m3.917-.003a603.22 603.22 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.731-.411 1.018-1.32.935-2.116-.048-.683-.418-1.378-1.063-1.665-.72-.322-1.53-.166-2.294-.203M4.233 6.567c-.002 1.416-.001 2.832 0 4.248h2.813v-.743c-.679-.002-1.358 0-2.037-.001-.002-1.168.001-2.337-.002-3.505a49.795 49.795 0 0 0-.773 0m3.69-.006v4.255c.257.002.515.001.772 0V6.56a99.33 99.33 0 0 0-.772 0m2.032 0v4.254c.258.002.516.001.774.001-.002-.85.008-1.7-.006-2.549.387.887.781 1.772 1.174 2.657.389-.891.808-1.769 1.17-2.67-.015.854-.005 1.709-.007 2.563h.77V6.56h-.744c-.398.9-.799 1.799-1.186 2.704-.377-.908-.783-1.803-1.175-2.704h-.77m5.137 0v4.256h.77V6.561a99.074 99.074 0 0 0-.771 0m1.763-.004V7.3h1.192c.002 1.172 0 2.344.001 3.515h.772V7.3h1.193v-.743h-3.159M5.676 13.366c-.628.357-1.13.945-1.341 1.641.378.173.758.341 1.138.511.129-.38.321-.756.641-1.011.457-.372 1.078-.468 1.65-.425.577.04 1.17.315 1.464.832.361.614.228 1.433-.235 1.957-.652.761-1.597 1.159-2.401 1.725-.75.517-1.435 1.163-1.866 1.975-.38.705-.543 1.511-.539 2.308h6.646v-1.24c-1.724-.002-3.448.001-5.172-.001.135-.646.553-1.194 1.052-1.61 1.062-.899 2.46-1.361 3.373-2.443.786-.907.873-2.313.283-3.343-.386-.67-1.095-1.102-1.839-1.26-.956-.197-1.998-.106-2.854.387m10.142-.451a2.82 2.82 0 0 0-1.624.76c-.558.535-.89 1.261-1.093 1.997-.276 1.049-.333 2.147-.242 3.225.083.893.275 1.796.719 2.584.334.6.85 1.113 1.495 1.367 1.079.412 2.428.265 3.271-.569.633-.609.978-1.454 1.172-2.296a9.53 9.53 0 0 0 .1-3.515c-.143-.893-.424-1.796-1-2.508-.649-.839-1.77-1.194-2.8-1.045z"/><path d="M7.172 2.391c.413.014.83-.03 1.24.025.532.12.525.998.001 1.126-.409.056-.828.011-1.24.024V2.39zM19.082 2.391c.415.025.874-.083 1.248.151.411.265.555.79.547 1.254.002.461-.162.976-.578 1.223-.367.223-.811.125-1.216.146V2.39zM15.859 14.125c.442-.09.928-.048 1.317.194.381.232.637.622.804 1.028.292.721.377 1.507.404 2.28.019.822-.02 1.656-.231 2.455-.14.511-.359 1.027-.763 1.385-.503.448-1.275.513-1.877.241-.516-.24-.842-.75-1.027-1.27-.3-.838-.358-1.74-.345-2.624.008-.832.096-1.682.415-2.458.229-.569.68-1.098 1.303-1.23z"/><path fill="#fff" d="M2.755 1.957c.729-.631 2.171-.434 2.428.592-.23.079-.461.155-.692.231-.184-.427-.765-.551-1.148-.331-.231.148-.195.514.051.627.508.272 1.122.342 1.568.73.501.414.519 1.249.095 1.724-.81.853-2.499.513-2.824-.655.237-.092.477-.179.716-.267.204.508.824.813 1.335.571.339-.139.388-.668.072-.859-.503-.331-1.163-.359-1.622-.769-.462-.4-.439-1.2.022-1.593zM6.398 1.647c.751.026 1.515-.067 2.258.059.744.143 1.123 1.015.884 1.697-.139.479-.585.827-1.075.886-.429.046-.863.013-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.838 0-4.258m.774.745v1.176c.413-.014.832.031 1.24-.024.524-.128.531-1.006-.001-1.126-.41-.055-.827-.012-1.24-.025zM10.473 1.652a323.41 323.41 0 0 1 2.786 0c.005.246.002.492.002.737-.672.002-1.344 0-2.016.001v.948c.412.002.825-.002 1.237.002.006.245.002.491.003.736l-1.24.001v1.087c.714.003 1.429-.003 2.144.003.005.246.002.491.003.737-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.789-.001.004.245.004.491 0 .736-.671.006-1.343 0-2.013.003v.948c.412.002.823-.001 1.235.001.002.246.001.491.001.737l-1.236.001v1.087c.714.002 1.428-.001 2.142.001.004.246.003.493.001.739h-2.92c.001-1.417-.004-2.835.003-4.252zM18.31 1.651c.763.036 1.573-.12 2.294.203.645.287 1.015.982 1.063 1.665.083.796-.203 1.706-.935 2.116-.738.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.021.849.076 1.216-.146.417-.248.581-.762.578-1.223.008-.465-.136-.99-.547-1.254-.374-.234-.833-.126-1.248-.151zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.337.002 3.505.679.001 1.358-.001 2.037.001v.743H4.232V6.568zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.77c.392.901.798 1.796 1.175 2.704.387-.905.788-1.803 1.186-2.704h.744v4.256h-.77c.002-.854-.009-1.709.007-2.563-.362.902-.781 1.78-1.17 2.67-.393-.885-.787-1.77-1.174-2.657.014.849.004 1.699.006 2.549-.258 0-.516.001-.774-.001V6.56zM15.093 6.56h.771v4.255h-.77V6.559zM16.855 6.557h3.159V7.3h-1.193v3.515h-.772c-.002-1.171 0-2.343-.001-3.515h-1.192a92.008 92.008 0 0 1 0-.743zM5.676 13.366c.855-.493 1.898-.584 2.854-.387.745.158 1.454.591 1.839 1.26.59 1.03.503 2.436-.283 3.343-.914 1.082-2.311 1.544-3.373 2.443-.499.416-.916.964-1.052 1.61 1.724.003 3.448 0 5.172.001v1.24H4.187c-.004-.796.159-1.603.539-2.308.431-.811 1.116-1.458 1.866-1.975.804-.566 1.749-.964 2.401-1.725.464-.524.597-1.343.235-1.957-.295-.517-.888-.792-1.464-.832-.572-.043-1.193.053-1.65.425-.32.255-.512.63-.641 1.011-.379-.17-.76-.337-1.138-.511.21-.696.713-1.283 1.341-1.641zM15.818 12.918c1.03-.149 2.151.207 2.8 1.045.576.713.857 1.615 1 2.508a9.553 9.553 0 0 1-.1 3.515c-.194.842-.539 1.687-1.172 2.296-.844.833-2.193.981-3.271.569-.645-.254-1.162-.767-1.495-1.367-.444-.788-.636-1.691-.719-2.584-.091-1.078-.034-2.176.242-3.225.203-.736.535-1.462 1.093-1.997a2.811 2.811 0 0 1 1.624-.76m.039 1.207c-.623.132-1.074.661-1.303 1.23-.319.776-.406 1.626-.415 2.458-.013.884.045 1.786.345 2.624.186.52.511 1.03 1.027 1.27.602.272 1.374.207 1.877-.241.405-.358.623-.874.763-1.385.211-.799.25-1.633.231-2.455-.026-.773-.112-1.558-.404-2.28-.167-.405-.423-.795-.804-1.028-.389-.242-.875-.285-1.317-.194z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-25--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h10.99c-.372.064-.75.091-1.121.164-2.959.517-5.684 2.21-7.482 4.613C1.019 6.57.218 8.757 0 10.994V-.001zM13.005 0H24v10.991c-.211-2.09-.914-4.14-2.132-5.86C20.166 2.675 17.521.89 14.599.257 14.074.132 13.537.08 13.005 0z"/><path d="M11.408 1.195a10.813 10.813 0 0 1 5.438 1.128 10.86 10.86 0 0 1 5.407 6.216c.929 2.722.707 5.812-.609 8.37-1.268 2.507-3.549 4.479-6.218 5.358-1.916.641-4.012.73-5.975.251-2.863-.678-5.4-2.594-6.849-5.153-1.615-2.788-1.87-6.308-.683-9.302a10.863 10.863 0 0 1 5.843-6.02 10.79 10.79 0 0 1 3.647-.847m1.903 5.663c-.22 1.987-.429 3.975-.647 5.963.337.002.674 0 1.011.001.253-.361.529-.747.955-.914.616-.233 1.383-.092 1.821.418.562.632.669 1.529.629 2.342-.034.712-.265 1.484-.867 1.92-.605.418-1.526.401-2.057-.135-.374-.377-.544-.9-.655-1.407H12.39c.073.477.158.96.367 1.4.275.724.874 1.358 1.64 1.551.81.232 1.746.145 2.426-.381.81-.619 1.245-1.621 1.36-2.614.118-1.026.042-2.123-.472-3.04-.37-.671-1.006-1.229-1.778-1.357a2.335 2.335 0 0 0-2.048.575c.112-.977.218-1.954.327-2.931h3.57c0-.464.001-.928-.001-1.391h-4.468m-6.445.666c-.823.825-.973 2.062-1.01 3.172h1.113c.028-.668.119-1.363.462-1.95.448-.719 1.545-.861 2.184-.32.818.678.923 1.95.446 2.856-.279.546-.787.912-1.278 1.251-.963.686-1.995 1.387-2.553 2.466-.417.865-.536 1.843-.558 2.792 1.918-.004 3.836.003 5.754-.003.002-.46.004-.92-.001-1.379-1.501-.007-3.003 0-4.504-.004.068-.876.652-1.602 1.36-2.076.878-.641 1.907-1.14 2.533-2.065.659-.925.808-2.145.541-3.234-.23-.963-.953-1.851-1.942-2.089-.87-.197-1.887-.063-2.546.583z"/><path d="M0 13.01c.105.787.217 1.576.448 2.338.848 2.966 2.898 5.555 5.572 7.085 1.518.883 3.234 1.387 4.977 1.567H0V13.01zM23.733 14.637c.13-.538.184-1.088.267-1.634V24H13.009c2.057-.208 4.074-.891 5.777-2.075 2.486-1.694 4.3-4.349 4.947-7.289z"/><path fill="red" d="M10.99 0h2.014c.532.081 1.069.133 1.594.257 2.923.632 5.567 2.418 7.269 4.874 1.218 1.719 1.921 3.77 2.132 5.86v2.012c-.083.546-.137 1.096-.267 1.634-.647 2.94-2.461 5.595-4.947 7.289-1.703 1.184-3.72 1.867-5.777 2.075h-2.012c-1.742-.18-3.458-.684-4.977-1.567-2.674-1.53-4.725-4.119-5.572-7.085-.231-.762-.344-1.551-.448-2.338v-2.015c.218-2.237 1.02-4.425 2.387-6.217C4.184 2.376 6.909.682 9.868.166c.371-.073.749-.1 1.121-.164m.419 1.193a10.795 10.795 0 0 0-3.647.847 10.866 10.866 0 0 0-5.843 6.02c-1.187 2.994-.933 6.515.682 9.302 1.449 2.559 3.986 4.475 6.849 5.153 1.963.48 4.059.39 5.975-.251 2.669-.879 4.951-2.851 6.218-5.358 1.317-2.558 1.538-5.648.609-8.37a10.864 10.864 0 0 0-5.407-6.216 10.813 10.813 0 0 0-5.438-1.128z"/><path fill="#fff" d="M13.312 6.859h4.468c.002.464 0 .927.001 1.391h-3.57c-.108.977-.215 1.954-.327 2.931a2.333 2.333 0 0 1 2.048-.575c.773.128 1.409.686 1.778 1.357.514.917.59 2.014.472 3.04-.115.993-.55 1.995-1.36 2.614-.68.526-1.617.612-2.426.381-.765-.192-1.365-.827-1.64-1.551-.208-.44-.293-.922-.367-1.4h1.112c.111.507.281 1.03.655 1.407.531.536 1.452.553 2.057.135.602-.435.833-1.208.867-1.92.041-.813-.067-1.71-.629-2.342-.438-.51-1.205-.651-1.821-.418-.426.167-.702.553-.955.914-.337-.002-.674 0-1.011-.001.218-1.987.427-3.975.647-5.962zM6.868 7.525c.66-.646 1.676-.78 2.546-.583.988.238 1.712 1.125 1.942 2.089.267 1.089.118 2.309-.541 3.234-.626.924-1.655 1.424-2.533 2.065-.707.474-1.291 1.2-1.36 2.076 1.501.004 3.003-.003 4.504.004.006.459.003.919.001 1.379-1.918.007-3.836 0-5.754.003.022-.95.141-1.928.558-2.792.558-1.079 1.59-1.78 2.553-2.466.492-.339.999-.705 1.278-1.251.477-.906.372-2.178-.446-2.856-.639-.541-1.736-.398-2.184.32-.343.586-.434 1.282-.462 1.95-.371.002-.742.001-1.113 0 .037-1.11.187-2.347 1.01-3.172z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-25--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.126 0h17.745c.489.153.757.684.747 1.172v21.655c.009.488-.259 1.017-.746 1.172H3.13c-.489-.153-.757-.684-.748-1.172V1.172C2.372.684 2.639.156 3.126 0m.503.592c-.47.097-.751.593-.764 1.046-.002 6.892 0 13.784-.001 20.677-.001.403.195.829.56 1.023.2.11.435.087.654.088l16.128-.001c.55.006.921-.556.928-1.062.002-6.908.002-13.817 0-20.726-.008-.505-.378-1.068-.928-1.061-5.455-.002-10.91 0-16.365-.001a1.17 1.17 0 0 0-.213.017z"/><path fill="#fff" d="M4.049 1.195a.97.97 0 0 1 .216-.02h15.189c.233.003.486-.03.696.097.355.203.517.629.513 1.023-.001 6.486.001 12.972-.001 19.458.006.495-.332 1.066-.876 1.07H4.216c-.544-.004-.883-.575-.876-1.071V2.246c.001-.443.25-.939.709-1.051m1.209 1.812c-.32.293-.324.866.008 1.151.335.293.81.317 1.173.557.238.141.192.535-.062.63-.374.167-.812-.058-.963-.423-.173.066-.346.127-.517.196.223.798 1.305 1.075 1.938.59.407-.306.456-.979.088-1.334-.33-.321-.814-.363-1.2-.584-.162-.087-.176-.336-.022-.438a.609.609 0 0 1 .847.238c.165-.058.331-.113.497-.168-.189-.756-1.263-.907-1.786-.415m2.674-.232c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.005-.39 0-.781.003-1.172.443-.028.93.089 1.33-.157.507-.303.593-1.083.195-1.507-.213-.221-.533-.291-.83-.29-.418.001-.837-.004-1.255.003m2.96.003c-.008 1.04-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.007-1.043 0-1.564-.003v-.787c.301 0 .603.001.904-.001.005-.178.005-.355.004-.532-.303-.003-.606 0-.908-.002v-.711c.49-.002.979.002 1.469-.002.004-.18.004-.36 0-.54-.677-.004-1.353-.005-2.03.001m2.853 0c-.007 1.04.002 2.08-.004 3.12.71-.007 1.42.003 2.13-.005.006-.18.005-.36.001-.539-.522-.006-1.045 0-1.567-.003v-.787h.904c.009-.177.008-.355.006-.533-.304-.002-.607 0-.911-.001v-.712c.49-.004.981.006 1.471-.005.003-.179.003-.358 0-.537-.677-.003-1.353-.006-2.03.001m2.842-.002c-.002 1.041-.004 2.082.001 3.122.645-.033 1.388.134 1.931-.315.675-.594.69-1.787.073-2.427-.536-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046.001v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.003-1.711-.003-2.566a13.068 13.068 0 0 0-.56 0m2.684-.002c-.003 1.039-.001 2.078-.001 3.116.188.001.376.002.565-.001.003-1.039.004-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.478-.001c-.007 1.039-.002 2.078-.002 3.117h.563c.002-.623.005-1.246-.003-1.869.276.653.566 1.301.854 1.949.283-.653.592-1.295.85-1.958-.014.626-.003 1.252-.006 1.878.188.001.376.002.564-.001.003-1.039.006-2.078-.001-3.117-.18-.002-.359-.001-.539 0-.29.666-.597 1.324-.864 1.998-.258-.675-.575-1.326-.85-1.994a7.604 7.604 0 0 0-.565-.003m3.737-.002c0 1.041.001 2.081-.001 3.121.185-.002.37-.001.555 0 0-1.04.001-2.08-.001-3.12a34 34 0 0 0-.553-.001m1.274-.005c-.003.181-.003.363 0 .544.29.003.58 0 .87.002l.001 2.577h.563c.003-.859 0-1.717.001-2.577h.865c.001-.182.001-.365-.001-.547-.766-.001-1.532-.003-2.299.001M5.332 11.525c-.242.037-.544.19-.543.471.001 2.892-.002 5.785.001 8.678.037.317.41.452.691.453h13.038c.28-.001.653-.136.69-.453.004-2.892.001-5.785.002-8.678.001-.282-.301-.434-.544-.472a1.286 1.286 0 0 0-.466-.037A8.16 8.16 0 0 1 17 11.486h-.063a7.792 7.792 0 0 1-1.203.001l-.063-.001a7.92 7.92 0 0 1-1.203.002 1.284 1.284 0 0 0-.063-.002 7.923 7.923 0 0 1-1.242 0h-.03a73.054 73.054 0 0 1-3.774.001l-.063-.001a7.92 7.92 0 0 1-1.203.002l-.063-.002c-.412.033-.83.032-1.242.001h-.03c-.474.055-.954-.015-1.427.04z"/><path fill="#fff" d="M8.492 3.319c.293.008.589-.019.881.013.393.074.417.717.036.826-.302.044-.612.009-.917.019v-.858zM17.147 3.318c.356.01.79-.075 1.052.234.348.442.347 1.16-.031 1.584-.263.282-.675.208-1.02.216V3.318z"/><path d="M3.629.592a1.17 1.17 0 0 1 .213-.017c5.455.001 10.91-.001 16.365.001.549-.007.92.556.928 1.061.002 6.908.002 13.817 0 20.726-.008.506-.378 1.068-.928 1.062l-16.128.001c-.219-.001-.454.022-.654-.088-.365-.195-.561-.621-.56-1.023.001-6.892-.001-13.785.001-20.677.013-.453.294-.948.764-1.046m.419.603c-.459.112-.708.608-.709 1.051v19.506c-.007.495.332 1.067.876 1.071h15.57c.544-.004.881-.575.876-1.07.002-6.486 0-12.972.001-19.458.004-.394-.158-.82-.513-1.023-.21-.127-.462-.094-.696-.097H4.265a.982.982 0 0 0-.216.02z"/><path d="M5.258 3.007c.523-.492 1.597-.34 1.786.415-.166.055-.332.11-.497.168a.609.609 0 0 0-.847-.238c-.154.102-.14.352.022.438.386.221.87.263 1.2.584.368.355.319 1.028-.088 1.334-.633.485-1.715.208-1.938-.59.171-.069.345-.13.517-.196.15.365.589.59.963.423.255-.095.3-.489.062-.63-.363-.24-.839-.264-1.173-.557-.332-.285-.328-.858-.008-1.151zM7.933 2.775c.418-.007.837-.002 1.255-.003.296 0 .617.069.83.29.397.424.311 1.204-.195 1.507-.4.245-.888.129-1.33.157-.002.391.002.782-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.558.544v.858c.305-.01.615.025.917-.019.381-.109.358-.752-.036-.826-.292-.031-.588-.005-.881-.013zM10.892 2.778c.676-.006 1.353-.005 2.03-.001.004.18.004.36 0 .54-.49.004-.979 0-1.469.002v.711c.303.002.606-.001.908.002.001.178.001.355-.004.532-.301.002-.602 0-.904.001-.002.262-.001.524 0 .787.521.003 1.042-.003 1.564.003.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.004-2.079.004-3.119zM13.745 2.778c.677-.007 1.353-.004 2.03-.001.004.179.004.358 0 .537-.491.011-.981.001-1.471.005v.712c.303.001.607-.001.911.001.001.178.003.356-.006.533h-.904v.787c.522.003 1.045-.003 1.567.003.004.18.005.36-.001.539-.71.008-1.42-.002-2.13.005.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.616.64.602 1.833-.073 2.427-.543.449-1.286.282-1.931.315a464.16 464.16 0 0 1-.001-3.122m.56.542v2.034c.345-.007.757.067 1.02-.216.379-.424.379-1.142.031-1.584-.262-.309-.696-.224-1.052-.234zM6.353 7.419c.187-.004.373-.004.56 0 .007.855 0 1.711.003 2.566.494.002.987-.002 1.48.002.002.182.001.364 0 .546-.682 0-1.364.001-2.046-.001 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.005.376-.005.564-.001.004 1.039.003 2.077 0 3.116-.188.003-.376.002-.565.001 0-1.039-.002-2.077.001-3.116zM10.516 7.417c.188-.004.377-.007.565.003.275.668.592 1.319.85 1.994.268-.675.575-1.333.864-1.998.18-.001.359-.002.539 0 .007 1.039.004 2.078.001 3.117-.188.003-.376.003-.564.001.003-.626-.008-1.252.006-1.878-.258.663-.568 1.305-.85 1.958-.287-.648-.577-1.296-.854-1.949.008.623.005 1.246.003 1.869h-.563c0-1.039-.005-2.078.002-3.117zM14.254 7.415a34 34 0 0 1 .553.001c.002 1.04 0 2.079.001 3.12h-.555c.002-1.04 0-2.08.001-3.121zM15.528 7.41c.766-.004 1.532-.002 2.299-.001.003.182.002.364.001.547h-.865c-.002.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.577c-.29-.001-.58.001-.87-.002a16.442 16.442 0 0 1 0-.544zM5.332 11.525c.473-.056.953.015 1.427-.04-.233.05-.441.23-.484.47-.062.347.326.679.659.567a.513.513 0 0 0 .331-.658c-.073-.205-.272-.331-.476-.379.413.031.83.032 1.242-.001-.233.05-.44.231-.484.47-.062.346.323.676.656.568.271-.075.444-.403.332-.666-.072-.191-.255-.309-.441-.37.399.029.804.031 1.203-.002-.231.053-.436.236-.478.475-.057.344.323.669.654.564.275-.075.449-.409.331-.674-.075-.189-.257-.306-.445-.363 1.256.03 2.518.033 3.774-.001-.368.055-.649.529-.383.84.206.307.713.278.866-.064.183-.335-.107-.725-.454-.776.412.031.83.032 1.242 0-.232.051-.437.232-.481.47-.062.345.32.675.653.569.274-.074.445-.404.334-.668-.072-.191-.255-.309-.443-.368.4.028.804.03 1.203-.002-.231.054-.435.237-.476.475-.056.34.316.663.645.566.268-.068.446-.379.353-.643-.067-.206-.26-.338-.459-.397.399.03.803.031 1.203-.001-.228.058-.431.24-.469.478-.056.353.348.682.683.551a.513.513 0 0 0 .313-.638c-.069-.204-.263-.335-.464-.39.398.032.802.029 1.201.001-.227.061-.427.246-.461.485-.047.348.347.669.677.545a.514.514 0 0 0 .319-.643c-.055-.173-.216-.275-.357-.373.096.006.192.014.288.024.243.038.545.19.544.472-.001 2.893.002 5.785-.002 8.677-.037.317-.41.452-.69.453H5.48c-.281-.001-.653-.136-.691-.453-.003-2.893 0-5.785-.001-8.677-.001-.281.3-.434.543-.471m.028 1.29a.589.589 0 0 0-.353.402c-.081.341.282.681.616.602a.514.514 0 0 0 .398-.462c.032-.335-.334-.658-.661-.542m5.107-.005c-.346.102-.521.601-.226.854.224.263.682.194.822-.12.204-.367-.199-.857-.596-.734m2.534.009a.589.589 0 0 0-.343.397c-.085.352.303.702.645.597a.517.517 0 0 0 .369-.457c.03-.337-.343-.66-.671-.536m-2.436 1.262c-.38.021-.639.544-.355.83.211.279.682.248.841-.068.206-.332-.113-.789-.487-.762m2.579-.001c-.395.004-.668.554-.363.841.217.276.69.228.839-.093.185-.327-.114-.759-.475-.749m1.265.002c-.24.008-.437.219-.484.446-.059.343.322.662.65.561a.512.512 0 0 0 .367-.426c.041-.3-.236-.591-.534-.581m1.267 0c-.241.012-.435.225-.479.452-.052.338.321.65.645.556a.512.512 0 0 0 .373-.559c-.043-.249-.283-.463-.54-.45m1.266.002c-.239.016-.431.228-.472.455-.041.273.194.521.451.566a.51.51 0 0 0 .566-.432c.049-.306-.241-.609-.546-.589m-7.785 1.303a.588.588 0 0 0-.334.412c-.061.343.32.663.648.564a.516.516 0 0 0 .374-.473c.012-.336-.366-.637-.688-.503m8.909.005c-.227.106-.393.386-.299.634.089.233.359.407.609.341a.51.51 0 0 0 .39-.477c.013-.341-.378-.644-.701-.498M7.889 16.658a.58.58 0 0 0-.34.403c-.074.349.317.68.651.575a.519.519 0 0 0 .367-.44c.037-.344-.347-.668-.678-.538m10.176.007a.565.565 0 0 0-.328.485c-.001.243.206.445.433.497a.51.51 0 0 0 .59-.443c.046-.354-.359-.69-.695-.54M6.624 17.928a.587.587 0 0 0-.346.4c-.078.345.3.677.632.586a.513.513 0 0 0 .382-.445c.038-.34-.34-.663-.669-.541m6.377 0a.574.574 0 0 0-.352.444c-.032.277.215.525.479.554a.511.511 0 0 0 .544-.46c.036-.34-.342-.661-.67-.538m5.106-.005c-.325.102-.504.563-.24.818.216.275.686.233.839-.084.219-.368-.197-.869-.598-.735M5.403 19.186c-.357.078-.556.585-.262.845.226.272.702.2.837-.128.181-.356-.195-.809-.575-.717m1.266.001a.572.572 0 0 0-.389.405c-.082.338.277.671.607.6a.512.512 0 0 0 .402-.413c.066-.336-.286-.677-.619-.592m1.265.002c-.345.086-.538.575-.256.835.224.276.702.214.841-.114.193-.359-.2-.826-.585-.72m1.268.001c-.34.09-.529.57-.254.83.221.276.698.221.841-.105.201-.361-.199-.838-.587-.725m1.266.001c-.334.094-.52.565-.251.824.218.278.696.229.842-.096.206-.364-.198-.849-.592-.728m3.843-.003c-.344.088-.535.573-.255.833.223.277.703.217.842-.113.191-.36-.201-.827-.586-.72m1.266.002a.572.572 0 0 0-.384.45c-.034.273.203.519.463.558a.511.511 0 0 0 .555-.421c.065-.339-.299-.684-.634-.587m1.267.001c-.332.095-.518.564-.25.823.218.278.695.23.842-.095.206-.365-.199-.85-.592-.728z"/><path fill="#ccc" d="M6.759 11.485h.03c.204.048.404.173.476.379a.514.514 0 0 1-.331.658c-.333.112-.721-.22-.659-.567.044-.24.252-.42.484-.47zM8.031 11.484l.063.002c.187.06.369.179.441.37.112.263-.061.591-.332.666-.333.108-.718-.222-.656-.568.044-.239.251-.42.484-.47zM9.297 11.485l.063.001c.188.057.37.174.445.363.118.265-.057.599-.331.674-.331.105-.711-.22-.654-.564.041-.239.247-.421.478-.475zM13.134 11.485h.03c.346.051.637.441.454.776-.153.342-.66.371-.866.064-.266-.312.015-.785.383-.84zM14.406 11.485l.063.002c.188.059.371.177.443.368.112.264-.06.594-.334.668-.333.106-.715-.225-.653-.569.044-.238.249-.419.481-.47zM15.672 11.485l.063.001c.2.059.393.191.459.397.092.264-.086.575-.353.643-.329.097-.701-.226-.645-.566.041-.239.245-.421.476-.475zM16.938 11.485h.063c.201.055.394.186.464.39a.513.513 0 0 1-.313.638c-.334.132-.738-.197-.683-.551.038-.239.241-.42.469-.478zM18.202 11.487c.156-.025.314.005.466.037a6.985 6.985 0 0 0-.288-.024c.141.098.302.2.357.373a.513.513 0 0 1-.319.643c-.33.124-.725-.196-.677-.545.034-.239.234-.423.461-.485zM5.359 12.817c.327-.116.694.207.661.542a.518.518 0 0 1-.398.462c-.334.079-.697-.261-.616-.602a.589.589 0 0 1 .353-.402zM10.466 12.812c.397-.123.8.367.596.734-.14.315-.598.384-.822.12-.295-.253-.12-.752.226-.854zM13 12.821c.328-.124.701.199.671.536a.517.517 0 0 1-.369.457c-.341.105-.73-.245-.645-.597A.589.589 0 0 1 13 12.82zM10.564 14.084c.374-.028.692.429.487.762-.159.316-.63.347-.841.068-.285-.286-.025-.809.355-.83zM13.142 14.083c.361-.011.66.422.475.749-.149.321-.622.368-.839.093-.305-.287-.032-.838.363-.841zM14.408 14.084c.298-.01.575.282.534.581a.514.514 0 0 1-.367.426c-.328.101-.709-.218-.65-.561.047-.227.243-.438.484-.446zM15.674 14.084c.257-.013.497.201.54.45a.514.514 0 0 1-.373.559c-.325.094-.697-.218-.645-.556.044-.228.238-.44.479-.452zM16.939 14.085c.305-.021.595.283.546.589a.51.51 0 0 1-.566.432c-.258-.045-.492-.293-.451-.566.041-.227.233-.439.472-.455zM9.153 15.388c.322-.134.7.167.688.503a.516.516 0 0 1-.374.473c-.328.099-.709-.221-.648-.564a.586.586 0 0 1 .334-.412zM18.062 15.393c.322-.146.714.157.701.498a.51.51 0 0 1-.39.477c-.251.067-.52-.108-.609-.341-.094-.248.071-.528.299-.634zM7.889 16.658c.33-.13.715.195.678.538a.519.519 0 0 1-.367.44c-.334.105-.725-.225-.651-.575a.58.58 0 0 1 .34-.403zM18.065 16.665c.336-.15.742.186.695.54a.51.51 0 0 1-.59.443c-.227-.052-.434-.255-.433-.497a.565.565 0 0 1 .328-.485zM6.624 17.928c.329-.122.707.201.669.541a.514.514 0 0 1-.382.445c-.333.091-.71-.241-.632-.586a.587.587 0 0 1 .346-.4zM13 17.928c.328-.123.706.198.67.538a.51.51 0 0 1-.544.46c-.264-.03-.51-.277-.479-.554a.574.574 0 0 1 .352-.444zM18.107 17.923c.401-.134.817.366.598.735-.153.317-.623.359-.839.084-.264-.256-.085-.716.24-.818zM5.403 19.186c.38-.092.757.361.575.717-.135.328-.61.399-.837.127-.294-.26-.096-.767.262-.845zM6.669 19.187c.333-.084.685.257.619.592a.512.512 0 0 1-.402.413c-.33.072-.689-.262-.607-.6a.572.572 0 0 1 .389-.405zM7.935 19.189c.385-.105.778.361.585.72-.139.328-.617.39-.841.114-.281-.26-.089-.749.256-.835zM9.203 19.191c.389-.113.788.364.587.725-.142.326-.62.381-.841.105-.276-.259-.087-.74.254-.83zM10.469 19.192c.393-.121.798.364.592.728-.147.324-.624.374-.842.096-.27-.259-.083-.73.251-.824zM14.311 19.189c.386-.107.777.36.586.72-.139.329-.619.39-.842.113-.279-.26-.088-.745.255-.833zM15.578 19.191c.335-.097.698.248.634.587a.512.512 0 0 1-.555.421c-.26-.039-.496-.285-.463-.558a.573.573 0 0 1 .384-.45zM16.845 19.192c.394-.122.799.364.592.728-.147.324-.624.373-.842.095-.269-.259-.082-.728.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-25--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.006 0h19.983c.505.143.839.653.834 1.168v21.665c.005.514-.329 1.021-.831 1.168H2.012c-.505-.143-.841-.653-.835-1.168V1.168C1.17.655 1.505.148 2.006 0m.749 1.957c-.46.393-.484 1.193-.022 1.593.459.41 1.119.437 1.622.769.316.191.268.721-.072.86-.511.241-1.131-.064-1.335-.571-.239.088-.479.173-.716.266.329 1.192 2.086 1.521 2.868.603.377-.481.345-1.273-.14-1.672-.385-.325-.887-.444-1.348-.62-.166-.069-.353-.159-.419-.34a.378.378 0 0 1 .208-.432c.384-.164.913-.042 1.087.367.231-.075.462-.151.691-.231-.255-1.026-1.699-1.223-2.427-.592m3.647-.31c-.004 1.419-.003 2.838-.001 4.258.258.003.516.001.773.001V4.313c.431-.011.864.023 1.294-.023.489-.06.936-.409 1.075-.888.239-.682-.141-1.554-.886-1.696-.743-.125-1.505-.033-2.256-.059m4.075.005c-.006 1.417-.002 2.835-.001 4.252.974.003 1.948.002 2.922 0 0-.246.003-.491-.003-.736-.715-.008-1.43 0-2.144-.004V4.077c.413-.002.827 0 1.24-.001 0-.245.003-.49-.002-.735-.413-.007-.825 0-1.238-.004v-.948c.672-.002 1.343.001 2.015-.001 0-.245.003-.491-.002-.736-.929-.006-1.858-.004-2.786-.001m3.921.003c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.246.004-.492-.001-.739-.713-.002-1.427.001-2.141-.001V4.079l1.236-.001c0-.246.002-.491-.001-.736-.412-.004-.823 0-1.234-.002v-.948c.671-.003 1.342.003 2.013-.003.005-.245.005-.491 0-.736-.93-.003-1.859-.006-2.788.001m3.914-.003a603.22 603.22 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.717-.402 1.008-1.287.939-2.07-.038-.687-.393-1.396-1.037-1.698-.726-.341-1.55-.18-2.324-.216M4.233 6.567c-.002 1.416-.001 2.832 0 4.247.937.002 1.875.001 2.812 0v-.742c-.679-.002-1.358 0-2.037-.001-.002-1.168.001-2.336-.002-3.504a39.836 39.836 0 0 0-.773 0m3.691-.007v4.254c.258.002.515.001.772 0V6.559a99.33 99.33 0 0 0-.772 0m2.032.001c-.002 1.418-.002 2.836 0 4.254.258.002.516.001.773 0-.003-.853.011-1.706-.008-2.559.384.893.783 1.779 1.176 2.668.389-.892.81-1.77 1.171-2.674-.017.855-.005 1.711-.008 2.566h.77V6.56a92.256 92.256 0 0 0-.744 0c-.396.905-.809 1.802-1.184 2.715-.373-.914-.785-1.81-1.177-2.715h-.77m5.138 0v4.255h.77c.002-1.418.001-2.837 0-4.255a98.817 98.817 0 0 0-.77 0m1.763-.003c-.001.248-.002.495 0 .743h1.192c.002 1.172-.001 2.343.001 3.515h.772c.001-1.171-.001-2.343.001-3.514.398-.002.795 0 1.193-.001v-.743a1662.16 1662.16 0 0 0-3.158 0M5.785 13.378c-.618.357-1.111.939-1.319 1.627.377.176.76.341 1.139.514.191-.666.715-1.248 1.415-1.377.773-.172 1.714-.054 2.229.608.492.623.38 1.568-.142 2.138-.588.677-1.414 1.066-2.152 1.549-.81.527-1.565 1.184-2.045 2.034-.417.727-.599 1.572-.593 2.406h6.649c0-.413.003-.826-.002-1.239-1.723-.002-3.445.001-5.168-.002.132-.648.555-1.197 1.056-1.612 1.062-.899 2.459-1.361 3.371-2.443.774-.897.863-2.278.299-3.303-.379-.687-1.095-1.134-1.85-1.296-.966-.202-2.023-.109-2.886.396m7.961-.308a926.09 926.09 0 0 0-.581 4.982c.394.139.788.28 1.185.413.065.031.105-.042.148-.075.528-.528 1.308-.745 2.04-.701.555.034 1.108.298 1.429.762.583.839.491 2.107-.274 2.805-.593.57-1.47.719-2.262.607-.696-.069-1.335-.408-1.847-.874-.255.328-.515.653-.762.987.802.786 1.972 1.079 3.067 1.088 1.097.046 2.242-.359 2.969-1.202 1.093-1.226 1.1-3.291-.053-4.48-1.104-1.148-3.057-1.198-4.317-.28.124-.949.244-1.899.368-2.848 1.391-.002 2.782 0 4.173-.001.002-.395.002-.789 0-1.184h-5.284z"/><path d="M7.172 2.391c.413.014.831-.03 1.241.025.531.121.524.998 0 1.126-.409.056-.827.011-1.24.024-.002-.392-.001-.784 0-1.176zM19.082 2.391c.415.024.875-.084 1.248.15.411.265.555.79.547 1.254.002.461-.162.976-.578 1.223-.367.223-.811.125-1.216.146V2.389z"/><path fill="#fff" d="M2.755 1.957c.728-.631 2.172-.434 2.427.592-.23.079-.461.155-.691.231-.175-.409-.704-.53-1.088-.367a.376.376 0 0 0-.208.432c.066.181.253.271.419.34.46.176.963.295 1.348.62.484.399.517 1.191.14 1.672-.782.918-2.539.589-2.868-.603.237-.093.477-.179.716-.266.204.507.824.812 1.335.571.339-.139.388-.668.072-.86-.503-.331-1.163-.359-1.622-.769-.462-.4-.438-1.2.022-1.593zM6.399 1.647c.751.026 1.513-.067 2.256.059.745.142 1.125 1.014.886 1.696-.139.479-.585.828-1.075.888-.43.046-.863.012-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.838.001-4.258m.772.744v1.176c.413-.014.832.031 1.24-.024.524-.128.531-1.005 0-1.126-.41-.055-.828-.011-1.241-.025zM10.473 1.652c.929-.003 1.858-.005 2.786.001.005.246.002.491.002.736-.672.002-1.343 0-2.015.001v.948c.413.003.825-.003 1.238.004.005.245.002.49.002.735-.413.001-.827-.001-1.24.001v1.087c.714.003 1.429-.004 2.144.004.006.245.002.491.003.736-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.788-.001.004.245.005.491 0 .736-.671.006-1.342 0-2.013.003v.948c.411.002.823-.001 1.234.002.003.245.001.491.001.736l-1.236.001v1.087c.713.002 1.427-.001 2.141.001.005.247.003.493.001.739-.974.002-1.947.001-2.92 0 .001-1.417-.004-2.835.003-4.252zM18.31 1.651c.773.037 1.598-.125 2.324.216.645.302.999 1.011 1.037 1.698.069.783-.222 1.667-.939 2.07-.738.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.021.849.077 1.216-.146.417-.247.581-.762.578-1.223.008-.465-.136-.99-.547-1.254-.373-.234-.833-.127-1.248-.15zM4.233 6.567c.258-.003.516-.002.773 0 .003 1.168 0 2.336.002 3.504.679.002 1.358 0 2.037.001v.742H4.233c-.001-1.416-.002-2.832 0-4.247zM7.924 6.56h.772v4.255h-.772V6.561zM9.956 6.56c.256-.002.513-.001.77 0 .392.905.804 1.802 1.177 2.715.375-.914.788-1.811 1.184-2.715h.744v4.255h-.77c.002-.855-.01-1.711.008-2.566-.361.904-.782 1.782-1.171 2.674-.393-.889-.792-1.775-1.176-2.668.019.853.005 1.706.008 2.559-.258.001-.516.002-.773 0-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.77c.001 1.418.002 2.837 0 4.255h-.77V6.56zM16.856 6.557h3.158V7.3c-.398.001-.795-.001-1.193.001-.002 1.171 0 2.343-.001 3.514h-.772c-.002-1.172.001-2.343-.001-3.515h-1.192c-.002-.248-.001-.495 0-.743zM5.785 13.378c.862-.505 1.92-.598 2.886-.396.755.162 1.471.609 1.85 1.296.564 1.025.475 2.406-.299 3.303-.912 1.082-2.309 1.544-3.371 2.443-.501.414-.923.963-1.056 1.612 1.723.003 3.446 0 5.168.002.005.413.002.826.002 1.239a7368.2 7368.2 0 0 1-6.649 0c-.006-.834.176-1.679.593-2.406.48-.85 1.235-1.507 2.045-2.034.738-.483 1.564-.872 2.153-1.549.522-.57.634-1.515.142-2.138-.515-.662-1.456-.78-2.229-.608-.7.129-1.224.711-1.415 1.377-.379-.173-.762-.338-1.139-.514.208-.687.701-1.269 1.319-1.627zM13.747 13.07c1.762-.002 3.523-.001 5.284 0 .001.394.002.789 0 1.184-1.391.001-2.782-.001-4.173.001-.125.949-.244 1.899-.368 2.848 1.26-.918 3.213-.868 4.317.28 1.153 1.189 1.146 3.254.053 4.48-.727.843-1.871 1.249-2.969 1.202-1.095-.009-2.265-.302-3.068-1.088.247-.334.507-.659.762-.987.512.465 1.151.804 1.847.874.791.112 1.668-.036 2.262-.607.765-.699.857-1.967.274-2.805-.321-.464-.873-.728-1.429-.762-.733-.044-1.512.172-2.04.701-.043.033-.083.107-.148.075-.396-.133-.79-.274-1.185-.413.19-1.661.382-3.322.581-4.982m.331 8.36c.023.024.023.024 0 0z"/><path fill="#c1c1c1" d="M14.078 21.431c.023.024.023.024 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-30--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h10.987C9.081.198 7.201.788 5.585 1.831A12.057 12.057 0 0 0 .427 8.724C.208 9.466.1 10.232 0 10.997V-.001zM13.002 0H24v10.988c-.227-2.29-1.063-4.529-2.49-6.343C19.714 2.31 17.034.671 14.13.164 13.756.09 13.376.065 13.001 0z"/><path d="M11.408 1.195c1.729-.097 3.483.23 5.06.947 2.69 1.208 4.833 3.567 5.774 6.362.943 2.73.725 5.836-.598 8.404-1.334 2.643-3.8 4.687-6.65 5.492a10.84 10.84 0 0 1-5.506.125c-2.867-.668-5.412-2.576-6.87-5.132-1.452-2.494-1.826-5.58-1.029-8.352.79-2.831 2.799-5.289 5.409-6.638a10.774 10.774 0 0 1 4.41-1.208M7.065 7.25c-1.006.696-1.223 2.023-1.247 3.162H6.93c.023-.612.074-1.266.425-1.788.544-.728 1.844-.732 2.345.05.319.477.357 1.081.302 1.637-.04.366-.17.769-.506.965-.474.268-1.037.283-1.568.295v1.205c.59.002 1.254-.061 1.747.332.535.42.633 1.161.605 1.797-.015.715-.308 1.518-1.005 1.827-.673.278-1.588.189-2.047-.429-.369-.503-.428-1.147-.484-1.749l-1.103.001c.067 1.138.292 2.463 1.305 3.153 1.136.692 2.808.531 3.681-.518.579-.662.788-1.562.8-2.423-.002-.559-.059-1.138-.312-1.644-.228-.458-.643-.8-1.105-1.004.782-.397 1.171-1.288 1.163-2.135.023-.87-.171-1.809-.806-2.445-.854-.835-2.31-.908-3.303-.288m7.764-.343c-.867.177-1.467.952-1.777 1.736-.439 1.206-.547 2.503-.555 3.778 0 1.101.062 2.213.348 3.281.192.69.487 1.388 1.027 1.879.803.737 2.18.715 2.953-.055.509-.491.791-1.163.979-1.833.283-1.049.346-2.143.345-3.225-.006-1.077-.08-2.163-.367-3.205-.178-.627-.423-1.264-.883-1.741-.518-.559-1.335-.776-2.072-.615z"/><path d="M15.114 8.141c.416-.081.858.092 1.118.424.339.417.487.952.596 1.469.197 1.017.205 2.06.184 3.092-.032.82-.09 1.65-.318 2.443-.125.407-.299.823-.63 1.106-.397.345-1.046.371-1.451.026-.401-.339-.578-.861-.708-1.353-.262-1.095-.277-2.229-.263-3.348.031-.885.088-1.784.364-2.632.172-.532.507-1.124 1.109-1.226zM0 13.013c.103.761.208 1.525.427 2.263.835 2.995 2.896 5.615 5.592 7.157 1.52.884 3.237 1.387 4.98 1.567h-11V13.013zM22.464 17.92c.87-1.501 1.355-3.201 1.536-4.92v11H13.011c.761-.105 1.526-.208 2.265-.428 3.016-.841 5.655-2.924 7.189-5.651z"/><path fill="red" d="M10.987 0h2.015c.375.065.755.09 1.129.164 2.904.508 5.584 2.146 7.38 4.481 1.427 1.815 2.262 4.053 2.49 6.343v2.011c-.18 1.72-.665 3.419-1.536 4.92-1.533 2.728-4.173 4.81-7.189 5.651-.738.221-1.503.324-2.265.428H11c-1.743-.18-3.46-.683-4.98-1.567-2.696-1.543-4.757-4.163-5.592-7.157-.219-.738-.324-1.502-.427-2.263v-2.015c.1-.765.208-1.531.427-2.273A12.053 12.053 0 0 1 5.586 1.83C7.202.786 9.081.197 10.988-.001m.42 1.196a10.805 10.805 0 0 0-4.41 1.208c-2.61 1.349-4.62 3.807-5.409 6.638-.797 2.772-.423 5.858 1.029 8.352 1.458 2.556 4.002 4.464 6.87 5.132a10.84 10.84 0 0 0 5.506-.125c2.85-.806 5.317-2.849 6.65-5.492 1.323-2.568 1.541-5.674.598-8.404-.941-2.795-3.084-5.154-5.774-6.362a10.808 10.808 0 0 0-5.06-.947z"/><path fill="#fff" d="M7.065 7.25c.994-.62 2.45-.548 3.303.288.635.636.829 1.575.806 2.445.009.848-.381 1.738-1.162 2.135.462.204.877.546 1.105 1.004.253.507.31 1.085.312 1.644-.012.861-.221 1.761-.8 2.423-.873 1.049-2.545 1.21-3.681.518-1.013-.69-1.238-2.016-1.305-3.153l1.103-.001c.056.602.114 1.245.484 1.749.459.618 1.373.708 2.047.429.697-.308.99-1.111 1.005-1.827.028-.637-.07-1.377-.605-1.797-.493-.393-1.157-.33-1.747-.332V11.57c.53-.012 1.094-.027 1.568-.295.336-.196.466-.599.506-.965.055-.555.017-1.16-.302-1.637-.501-.781-1.801-.778-2.345-.05-.352.522-.402 1.176-.425 1.788-.37.002-.741.001-1.112 0 .023-1.139.24-2.466 1.247-3.162zM14.828 6.908c.737-.161 1.553.055 2.072.615.459.477.705 1.114.883 1.741.286 1.042.36 2.129.367 3.205.001 1.082-.062 2.176-.345 3.225-.188.669-.471 1.342-.979 1.833-.773.771-2.15.792-2.953.055-.54-.491-.835-1.188-1.027-1.879-.286-1.068-.348-2.181-.348-3.281.008-1.275.116-2.572.555-3.778.31-.785.909-1.56 1.777-1.736m.284 1.233c-.602.102-.937.694-1.109 1.226-.276.848-.333 1.747-.364 2.632-.014 1.119.001 2.254.263 3.348.13.493.307 1.014.708 1.353.405.345 1.054.32 1.451-.026.331-.283.506-.699.63-1.106.229-.793.286-1.622.318-2.443.021-1.033.013-2.075-.184-3.092-.109-.518-.256-1.052-.596-1.469a1.163 1.163 0 0 0-1.118-.424z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-30--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.126 0h17.745c.489.153.757.684.748 1.172v21.655c.009.488-.258 1.017-.746 1.172H3.131c-.489-.153-.757-.684-.748-1.172V1.172C2.373.684 2.64.156 3.127 0m.502.592c-.47.097-.751.593-.764 1.046-.002 6.892 0 13.784-.001 20.677-.001.403.195.829.56 1.023.2.11.435.087.654.088l16.128-.001c.55.006.92-.556.928-1.061.002-6.909.002-13.818 0-20.726-.008-.505-.378-1.068-.928-1.061-5.455-.002-10.91 0-16.365-.001a1.17 1.17 0 0 0-.213.017z"/><path fill="#fff" d="M4.049 1.195a.967.967 0 0 1 .215-.02h15.189c.233.003.486-.03.696.097.355.203.517.629.513 1.022-.001 6.486.001 12.972-.001 19.458.006.495-.332 1.066-.876 1.07H4.215c-.544-.004-.882-.575-.876-1.07V2.245c.001-.444.25-.939.71-1.051m1.185 1.837c-.306.306-.289.879.057 1.149.342.282.821.299 1.174.557.225.16.14.55-.121.622-.37.142-.783-.083-.93-.436-.172.066-.346.126-.517.196.222.798 1.305 1.074 1.938.59.406-.306.455-.979.087-1.334-.33-.321-.814-.362-1.2-.584-.162-.087-.176-.336-.022-.438a.609.609 0 0 1 .847.238c.165-.058.331-.113.497-.168-.192-.767-1.297-.913-1.81-.391m2.699-.257c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.56-.001.006-.39 0-.781.003-1.172.442-.029.93.089 1.33-.157.507-.303.593-1.082.196-1.507-.213-.221-.533-.291-.829-.29-.419.001-.837-.004-1.255.003m2.959.003c-.009 1.04-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.007-1.043 0-1.564-.004 0-.262-.001-.525.001-.787h.903c.006-.177.005-.355.004-.532-.303-.003-.606.001-.908-.002v-.711c.49-.002.979.002 1.469-.002.004-.18.004-.36-.001-.54a137.23 137.23 0 0 0-2.029.001m2.854 0c-.007 1.04.001 2.08-.005 3.12.71-.007 1.42.003 2.13-.005.006-.18.005-.36.001-.539-.522-.006-1.045 0-1.567-.003v-.786c.301 0 .602.001.904-.001.01-.177.008-.355.007-.533-.304-.003-.607 0-.911-.001v-.711c.49-.005.981.006 1.471-.006.004-.179.004-.358 0-.537-.677-.004-1.353-.006-2.03.001m2.842-.002a406.382 406.382 0 0 0 0 3.123c.655-.032 1.415.136 1.956-.336.655-.61.66-1.804.023-2.429-.54-.491-1.317-.332-1.98-.358M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364 0 2.046.001v-.546c-.494-.005-.987 0-1.48-.002-.004-.855.003-1.711-.004-2.566a13.068 13.068 0 0 0-.56 0m2.685-.002c-.003 1.039-.001 2.078-.001 3.116.188 0 .376.001.565-.002.004-1.039.004-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.478 0c-.007 1.039-.002 2.078-.002 3.117h.562c.003-.623.005-1.247-.002-1.87.276.653.565 1.3.854 1.948.283-.652.592-1.295.85-1.957-.014.626-.003 1.252-.006 1.878.188.002.376.002.564-.001.004-1.039.006-2.078-.001-3.117-.18-.002-.359-.001-.538 0-.291.665-.595 1.324-.866 1.997-.257-.674-.574-1.325-.849-1.992a7.097 7.097 0 0 0-.565-.003m3.737-.002c-.001 1.04.001 2.08-.001 3.12.185-.002.37-.001.555 0 0-1.04.001-2.08-.001-3.12a25.485 25.485 0 0 0-.553 0m1.274-.005c-.003.181-.003.363 0 .544.29.004.58 0 .87.002.002.859-.001 1.718.001 2.577.187 0 .375.001.562-.001.003-.859 0-1.717.002-2.576.288-.002.576 0 .864 0 .002-.182.002-.365-.001-.547-.766-.001-1.532-.003-2.299.001M5.331 11.525c-.242.038-.544.19-.542.471.001 2.892-.002 5.785.001 8.677.037.317.41.453.691.454h13.037c.281-.001.654-.136.691-.454.003-2.892 0-5.784.001-8.677 0-.296-.324-.444-.578-.477-.543-.044-1.09.018-1.633-.034h-.063a7.792 7.792 0 0 1-1.203.001l-.063-.001a7.92 7.92 0 0 1-1.203.002l-.063-.002c-1.68.035-3.366.032-5.046.001l-.063-.001a7.92 7.92 0 0 1-1.203.002l-.063-.002c-.412.033-.83.032-1.242.001l-.03-.001c-.474.056-.954-.015-1.428.041z"/><path fill="#fff" d="M8.492 3.32c.293.007.59-.019.881.012.393.075.417.717.036.826-.302.044-.612.01-.917.019V3.32zM17.147 3.319c.356.01.79-.076 1.052.233.348.442.347 1.16-.031 1.584-.263.282-.675.209-1.02.215V3.318z"/><path d="M3.629.592a1.17 1.17 0 0 1 .213-.017c5.455.001 10.91-.001 16.365.001.549-.007.92.556.928 1.061.002 6.908.002 13.817 0 20.726-.008.505-.378 1.067-.928 1.061l-16.128.001c-.219-.001-.454.022-.654-.088-.365-.195-.561-.621-.56-1.023.001-6.893-.001-13.785.001-20.677.013-.453.294-.948.764-1.046m.419.604c-.46.112-.708.607-.71 1.051v19.507c-.007.495.332 1.066.876 1.07h15.57c.544-.004.881-.575.876-1.07.002-6.486 0-12.972.001-19.458.004-.393-.158-.82-.513-1.022-.21-.127-.462-.094-.696-.097H4.264a.973.973 0 0 0-.215.02z"/><path d="M5.234 3.031c.513-.521 1.618-.375 1.81.391-.166.055-.332.11-.497.168a.609.609 0 0 0-.847-.238c-.154.102-.14.352.022.438.386.221.87.263 1.2.584.368.355.32 1.027-.087 1.334-.632.485-1.716.209-1.938-.59.171-.07.345-.13.517-.196.148.353.56.577.93.436.261-.071.347-.461.121-.622-.353-.258-.832-.275-1.174-.557-.346-.27-.363-.843-.057-1.149zM7.933 2.775c.418-.007.837-.002 1.255-.003.296 0 .616.069.829.29.397.425.311 1.204-.196 1.507-.4.246-.887.128-1.33.157-.003.39.003.781-.003 1.172-.187-.001-.373-.002-.56.001.006-1.041-.002-2.083.005-3.124m.559.545v.857c.305-.009.615.024.917-.019.381-.109.358-.751-.036-.826-.292-.031-.588-.005-.881-.012zM10.892 2.778a137.23 137.23 0 0 1 2.029-.001c.005.18.005.36.001.54-.49.004-.979 0-1.469.002v.711c.303.003.606-.001.908.002.001.178.002.355-.004.532-.301.002-.602 0-.903 0-.002.262-.001.524-.001.787.521.004 1.043-.003 1.564.004.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.005-2.079.004-3.119zM13.746 2.778c.676-.007 1.353-.005 2.03-.001.004.179.004.358 0 .537-.49.011-.981 0-1.471.006v.711c.303.002.607-.001.911.001.001.178.004.355-.007.532-.301.002-.602 0-.904.001v.786c.522.004 1.045-.003 1.567.003.004.18.005.359-.001.539-.71.008-1.42-.002-2.13.005.006-1.04-.002-2.08.005-3.12zM16.588 2.775c.663.026 1.44-.133 1.98.358.637.625.632 1.818-.023 2.429-.541.473-1.301.304-1.956.336a406.382 406.382 0 0 1 0-3.123m.558.544v2.033c.345-.007.757.067 1.02-.215.379-.424.379-1.142.031-1.584-.262-.309-.696-.224-1.052-.233zM6.353 7.419c.187-.004.373-.004.56 0 .007.855 0 1.711.004 2.566.493.003.986-.002 1.48.002.002.182.002.364 0 .546-.682 0-1.364.001-2.046-.001 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.006.376-.006.564-.001.004 1.039.004 2.077 0 3.116-.188.003-.376.002-.565.002 0-1.039-.002-2.077.001-3.116zM10.516 7.417c.188-.004.377-.008.565.003.275.668.592 1.318.849 1.992.27-.673.575-1.332.866-1.997.179-.001.359-.002.538 0 .007 1.039.005 2.078.001 3.117-.188.003-.376.003-.564.001.003-.626-.008-1.252.006-1.878-.258.663-.567 1.305-.85 1.957-.288-.648-.578-1.295-.854-1.948.007.623.005 1.246.002 1.87h-.562c0-1.039-.005-2.078.002-3.117zM14.254 7.415c.184-.002.368-.002.553 0 .002 1.04 0 2.079.001 3.12h-.555c.002-1.04 0-2.08.001-3.12zM15.528 7.41c.766-.004 1.532-.002 2.299-.001.003.182.003.365.001.547h-.864c-.002.859.001 1.718-.002 2.576-.188.002-.375.001-.562.001-.002-.859 0-1.718-.001-2.577-.29-.003-.58.001-.87-.002a16.442 16.442 0 0 1 0-.544zM5.331 11.525c.473-.056.954.015 1.428-.041-.233.05-.441.231-.484.47-.062.348.326.679.66.567a.514.514 0 0 0 .331-.658c-.073-.205-.272-.331-.477-.379.413.031.83.032 1.242-.001-.233.05-.44.231-.484.47-.062.346.323.677.656.568.27-.076.444-.403.332-.666-.072-.191-.255-.309-.441-.37.399.029.803.031 1.203-.002-.231.054-.437.236-.478.475-.057.344.323.669.654.563.275-.075.449-.409.331-.674-.075-.189-.257-.307-.445-.363 1.68.03 3.367.033 5.046-.001-.232.051-.437.232-.481.47-.061.345.321.675.653.569.274-.074.445-.404.334-.668-.072-.191-.255-.309-.442-.369.399.029.803.031 1.203-.002-.231.054-.435.237-.476.476-.055.34.316.662.645.566.268-.068.446-.379.353-.643-.067-.206-.26-.338-.46-.397.399.03.804.031 1.203-.001-.228.058-.431.24-.469.478-.056.353.349.682.683.551a.513.513 0 0 0 .313-.638c-.069-.205-.263-.335-.464-.39.543.052 1.09-.01 1.633.034.254.032.577.181.578.477-.001 2.893.002 5.785-.001 8.677-.038.317-.411.453-.691.454H5.482c-.281-.001-.653-.136-.691-.454-.003-2.892 0-5.785-.001-8.677-.001-.281.3-.433.542-.471m.027 1.293a.59.59 0 0 0-.353.401c-.081.341.282.681.616.602a.515.515 0 0 0 .398-.461c.032-.336-.334-.658-.662-.542m5.108-.006c-.346.102-.521.601-.226.854.224.263.682.194.822-.12.204-.367-.198-.857-.596-.734m2.534.009a.589.589 0 0 0-.343.397c-.085.352.303.702.644.597a.517.517 0 0 0 .37-.457c.03-.337-.343-.66-.671-.536m5.107-.007a.583.583 0 0 0-.366.435c-.058.348.333.676.666.56a.52.52 0 0 0 .354-.449c.031-.332-.328-.652-.654-.546m-7.543 1.27c-.38.02-.639.543-.354.83.211.279.682.247.841-.068.206-.332-.113-.789-.487-.761m2.577-.003c-.243.005-.444.218-.49.447-.059.345.327.665.656.559.19-.055.34-.23.361-.427.039-.296-.233-.584-.527-.579m3.798.002c-.238.016-.43.228-.471.455-.041.273.194.521.452.566a.511.511 0 0 0 .565-.432c.049-.306-.241-.609-.547-.589m1.267 0c-.228.019-.409.217-.46.431-.07.34.3.668.63.579a.512.512 0 0 0 .383-.421c.05-.309-.245-.615-.553-.589m-10.317 1.3a.585.585 0 0 0-.34.41c-.066.345.319.67.649.568a.518.518 0 0 0 .369-.434c.043-.347-.345-.676-.678-.545m1.265.004a.585.585 0 0 0-.333.412c-.061.343.319.663.648.564a.517.517 0 0 0 .374-.473c.012-.336-.366-.637-.688-.503m3.803.012c-.216.111-.374.376-.288.619.084.232.346.409.595.353a.511.511 0 0 0 .407-.481c.014-.346-.391-.652-.715-.491m2.573-.011a.586.586 0 0 0-.333.413c-.058.342.319.66.646.563a.515.515 0 0 0 .376-.473c.012-.336-.368-.638-.69-.503m2.534.005c-.227.106-.393.386-.299.634.09.233.359.408.61.341a.512.512 0 0 0 .39-.478c.013-.34-.379-.644-.701-.497m-7.64 1.269c-.323.126-.463.603-.172.838.233.259.696.171.823-.151.189-.382-.26-.857-.65-.687m2.575-.007a.586.586 0 0 0-.345.405c-.073.351.322.683.657.573a.512.512 0 0 0 .359-.434c.042-.343-.34-.67-.671-.545m1.267.003a.581.581 0 0 0-.339.406c-.068.347.317.675.65.572a.512.512 0 0 0 .367-.44c.039-.344-.347-.669-.678-.538m3.801.007a.586.586 0 0 0-.324.417c-.052.337.316.648.64.557a.512.512 0 0 0 .379-.435c.046-.354-.359-.69-.695-.54M5.359 17.925a.573.573 0 0 0-.361.449c-.03.266.197.502.447.549a.512.512 0 0 0 .569-.408c.077-.352-.311-.711-.655-.59m5.106-.005c-.333.097-.517.57-.244.826.219.273.689.223.837-.097.211-.366-.197-.855-.593-.73m2.535.009a.572.572 0 0 0-.352.445c-.031.263.192.497.438.548.264.051.54-.15.579-.415.069-.352-.323-.707-.665-.578m5.107-.005a.58.58 0 0 0-.361.407c-.075.337.285.662.613.588a.511.511 0 0 0 .402-.448c.038-.336-.327-.655-.654-.547M6.669 19.187a.57.57 0 0 0-.39.406c-.082.337.276.67.606.599a.51.51 0 0 0 .402-.412c.067-.336-.285-.677-.618-.593m1.266.002c-.345.086-.538.575-.256.835.224.276.702.214.841-.114.192-.359-.2-.826-.585-.72m1.268.001c-.34.09-.529.57-.254.83.221.276.698.221.841-.105.201-.361-.198-.838-.587-.725m5.108-.002c-.344.088-.535.573-.255.833.222.277.702.217.841-.113.191-.36-.2-.827-.586-.72m1.267.002a.575.575 0 0 0-.385.45c-.034.273.203.519.463.558a.512.512 0 0 0 .555-.421c.065-.339-.299-.683-.633-.587m1.266.001c-.332.096-.518.564-.25.823.218.278.696.23.843-.095.207-.365-.199-.85-.593-.728z"/><path fill="#ccc" d="M6.759 11.484l.03.001c.204.047.404.173.477.379a.514.514 0 0 1-.331.658c-.333.112-.722-.219-.66-.567.044-.24.251-.42.484-.47zM8.031 11.484l.063.002c.187.06.369.179.441.37.112.263-.061.59-.332.666-.333.109-.718-.222-.656-.568.044-.239.251-.42.484-.47zM9.297 11.485l.063.001c.188.057.37.174.445.363.118.265-.056.599-.331.674-.331.105-.711-.22-.654-.563.041-.24.247-.421.478-.475zM14.406 11.485l.063.002c.187.06.37.178.443.369.111.264-.06.594-.334.668-.332.106-.714-.224-.653-.569.044-.238.25-.419.481-.47zM15.672 11.485l.063.001c.2.059.393.191.46.397.093.264-.086.575-.353.643-.329.096-.7-.225-.645-.566.04-.239.245-.421.476-.476zM16.937 11.485H17c.201.055.394.185.464.39a.513.513 0 0 1-.313.638c-.334.132-.739-.197-.683-.551.038-.239.241-.42.469-.478zM5.359 12.818c.328-.116.694.206.662.542a.516.516 0 0 1-.398.461c-.334.079-.697-.261-.616-.602a.585.585 0 0 1 .353-.401zM10.466 12.812c.397-.123.8.367.596.734-.14.315-.598.384-.822.12-.295-.253-.12-.752.226-.854zM13 12.821c.328-.124.701.198.671.536a.516.516 0 0 1-.37.457c-.341.105-.729-.245-.644-.597A.589.589 0 0 1 13 12.82zM18.107 12.815c.327-.107.685.213.654.546a.52.52 0 0 1-.354.449c-.333.116-.724-.212-.666-.56a.585.585 0 0 1 .366-.435zM10.564 14.085c.374-.028.692.429.487.761-.159.316-.63.347-.841.068-.285-.286-.025-.81.354-.83zM13.141 14.083c.294-.005.567.283.527.579a.515.515 0 0 1-.361.427c-.329.106-.715-.213-.656-.559.046-.229.247-.442.49-.447zM16.939 14.085c.306-.021.595.283.547.589a.511.511 0 0 1-.565.432c-.258-.045-.493-.293-.452-.566.041-.227.233-.439.471-.455zM18.205 14.085c.308-.025.603.28.553.589a.512.512 0 0 1-.383.421c-.33.088-.7-.239-.63-.579.051-.214.232-.412.46-.431zM7.888 15.385c.333-.132.721.198.678.545a.518.518 0 0 1-.369.434c-.33.102-.714-.223-.649-.568a.583.583 0 0 1 .34-.41zM9.153 15.388c.322-.134.7.168.688.503a.517.517 0 0 1-.374.473c-.329.099-.709-.221-.648-.564a.585.585 0 0 1 .333-.412zM12.957 15.4c.323-.161.729.145.715.491a.51.51 0 0 1-.407.481c-.249.055-.511-.122-.595-.353-.086-.243.072-.508.288-.619zM15.529 15.389c.322-.135.702.167.69.503a.515.515 0 0 1-.376.473c-.327.097-.705-.221-.646-.563a.582.582 0 0 1 .333-.413zM18.062 15.394c.322-.147.714.157.701.497a.513.513 0 0 1-.39.478c-.251.067-.52-.107-.61-.341-.094-.248.072-.527.299-.634zM10.422 16.663c.39-.17.84.305.65.687-.127.322-.59.41-.823.151-.291-.235-.151-.712.172-.838zM12.998 16.656c.331-.126.713.202.671.545a.514.514 0 0 1-.359.434c-.335.11-.729-.222-.657-.573a.582.582 0 0 1 .345-.405zM14.265 16.658c.331-.131.717.194.678.538a.514.514 0 0 1-.367.44c-.332.103-.718-.225-.65-.572a.581.581 0 0 1 .339-.406zM18.066 16.665c.336-.15.741.186.695.54a.512.512 0 0 1-.379.435c-.324.091-.693-.22-.64-.557a.584.584 0 0 1 .324-.417zM5.359 17.925c.344-.121.732.237.655.59a.511.511 0 0 1-.569.408c-.25-.047-.477-.283-.447-.549a.573.573 0 0 1 .361-.449zM10.465 17.92c.396-.125.804.364.593.73-.148.32-.618.37-.837.097-.273-.256-.09-.729.244-.826zM13 17.928c.342-.128.735.226.665.578a.51.51 0 0 1-.579.415c-.246-.052-.469-.285-.438-.548a.574.574 0 0 1 .352-.445zM18.107 17.923c.327-.107.691.212.654.547a.511.511 0 0 1-.402.448c-.328.074-.687-.252-.613-.588a.582.582 0 0 1 .361-.407zM6.669 19.187c.333-.084.685.257.618.593a.51.51 0 0 1-.402.412c-.33.071-.688-.262-.606-.599a.57.57 0 0 1 .39-.406zM7.935 19.189c.385-.105.777.361.585.72-.139.328-.618.39-.841.114-.281-.26-.089-.749.256-.835zM9.203 19.191c.389-.113.788.364.587.725-.142.326-.62.381-.841.105-.276-.259-.087-.74.254-.83zM14.311 19.189c.386-.106.777.36.586.72-.139.329-.619.39-.841.113-.28-.26-.089-.745.255-.833zM15.578 19.191c.335-.096.698.248.633.587a.512.512 0 0 1-.555.421c-.26-.038-.497-.285-.463-.558a.573.573 0 0 1 .385-.45zM16.844 19.192c.394-.122.8.364.593.728-.147.325-.624.373-.843.095-.268-.259-.082-.727.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-30--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.007 0h19.981c.505.142.84.653.835 1.168.003 7.206 0 14.411.001 21.617.021.529-.312 1.065-.833 1.215H2.012c-.506-.142-.842-.652-.836-1.168V1.167c-.007-.514.328-1.021.83-1.168m.749 1.958c-.46.393-.484 1.193-.022 1.593.459.41 1.119.437 1.622.769.316.191.268.72-.072.859-.511.242-1.131-.063-1.335-.571-.239.089-.479.175-.717.267.329 1.18 2.05 1.515 2.848.63.4-.478.375-1.292-.118-1.698-.385-.325-.887-.444-1.348-.62-.166-.069-.354-.159-.419-.34a.378.378 0 0 1 .209-.432c.384-.164.911-.041 1.088.367.231-.076.462-.152.692-.231-.258-1.025-1.699-1.223-2.429-.592m3.644-.311a863.362 863.362 0 0 0 0 4.258c.258.002.516.001.773.001V4.313c.678-.035 1.479.151 2.027-.362.522-.483.547-1.397.058-1.911-.282-.294-.704-.391-1.098-.394-.586 0-1.173-.002-1.76.001m4.075.005c-.005 1.417-.003 2.835-.001 4.253.974.002 1.948.001 2.922 0 0-.246.002-.492-.003-.737-.715-.006-1.43 0-2.145-.003V4.078l1.241-.001c0-.245.001-.49-.002-.735-.413-.006-.825 0-1.238-.003v-.948l2.016-.001c0-.246.002-.491-.002-.737-.929-.006-1.858-.004-2.786-.001m3.919.002c-.006 1.417-.001 2.835-.002 4.252h2.92c.002-.247.003-.493-.001-.739-.714-.002-1.428 0-2.142-.001V4.079l1.237-.001c0-.246.001-.491-.001-.737-.412-.003-.824 0-1.235-.001v-.948c.671-.002 1.342.002 2.014-.002.004-.246.004-.491 0-.736-.93-.002-1.86-.006-2.789.001m3.914-.004a670.243 670.243 0 0 0 0 4.254c.807-.041 1.684.146 2.423-.27.717-.402 1.008-1.287.939-2.07-.038-.687-.393-1.396-1.037-1.697-.726-.341-1.551-.18-2.324-.216M4.233 6.567c-.002 1.416-.001 2.832 0 4.248h2.813v-.743l-2.038-.001c-.001-1.168.001-2.337-.001-3.505a49.795 49.795 0 0 0-.773 0m3.69-.006v4.255h.772V6.559h-.772m2.032.001v4.254c.258.002.516.001.774.001-.004-.855.011-1.709-.009-2.563.383.895.783 1.781 1.177 2.671.389-.893.81-1.771 1.171-2.676-.018.855-.004 1.711-.008 2.567h.771V6.558h-.745c-.394.906-.81 1.802-1.183 2.716-.373-.914-.785-1.811-1.177-2.716h-.77m5.136.002v4.256h.771V6.561a99.074 99.074 0 0 0-.771 0m1.762-.004V7.3h1.192c.002 1.172 0 2.343.001 3.515h.772V7.3h1.193v-.743h-3.159M5.81 13.259a3.152 3.152 0 0 0-1.496 1.698c.393.156.79.305 1.185.455.136-.278.3-.546.525-.76.601-.611 1.627-.733 2.367-.313.639.369.838 1.236.583 1.898-.156.411-.523.719-.939.845-.421.14-.87.084-1.306.096v1.199c.712.003 1.505-.057 2.11.392.638.471.769 1.412.464 2.11-.231.509-.76.813-1.292.913-.638.123-1.348.08-1.899-.294-.439-.292-.725-.756-.925-1.233l-1.181.481c.232.614.591 1.195 1.11 1.605.626.506 1.447.727 2.243.712.988.024 2.021-.313 2.703-1.05.817-.876.959-2.295.364-3.328-.279-.474-.729-.833-1.234-1.043 1.258-.658 1.597-2.474.75-3.587-.922-1.254-2.797-1.464-4.133-.797m10.096-.357a2.85 2.85 0 0 0-1.7.697c-.605.535-.961 1.292-1.175 2.058-.285 1.065-.342 2.183-.245 3.278.121 1.257.47 2.614 1.464 3.471 1.249 1.045 3.375.858 4.34-.488.993-1.372 1.137-3.165 1.026-4.804-.098-1.072-.345-2.178-1.001-3.055-.607-.848-1.686-1.263-2.709-1.156z"/><path d="M7.172 2.391c.413.014.831-.03 1.241.025.531.121.523.999 0 1.126-.409.056-.828.01-1.24.025V2.39zM19.082 2.391c.415.024.875-.083 1.248.151.411.265.555.79.547 1.254.002.461-.161.976-.578 1.223-.367.224-.811.126-1.217.147V2.391zM16.005 14.091c.72-.101 1.439.313 1.754.959.409.773.508 1.664.546 2.525.023.817-.013 1.645-.212 2.441-.14.539-.362 1.086-.791 1.46-.47.412-1.17.489-1.747.282-.476-.173-.823-.585-1.031-1.035-.329-.719-.428-1.518-.462-2.3-.025-1.03.018-2.094.408-3.062.248-.646.81-1.231 1.536-1.269z"/><path fill="#fff" d="M2.755 1.957c.729-.632 2.171-.434 2.429.592-.23.078-.461.155-.692.231-.176-.408-.703-.531-1.088-.367a.378.378 0 0 0-.209.432c.065.181.253.271.419.34.46.176.962.295 1.348.62.493.406.518 1.22.118 1.698-.798.885-2.519.55-2.848-.63.238-.092.478-.178.717-.267.204.508.824.813 1.335.571.339-.139.388-.668.072-.859-.503-.331-1.163-.359-1.622-.769-.462-.4-.438-1.2.022-1.593zM6.398 1.647c.587-.003 1.173-.001 1.76-.001.394.002.817.1 1.098.394.489.514.465 1.427-.058 1.911-.547.514-1.349.327-2.027.362v1.593c-.258 0-.516.001-.773-.001-.002-1.419-.003-2.839 0-4.258m.774.744v1.177c.413-.015.831.031 1.24-.025.524-.127.531-1.005 0-1.126-.41-.056-.828-.011-1.241-.025zM10.473 1.652c.929-.003 1.858-.005 2.786.001.005.246.002.491.002.737l-2.016.001v.948c.413.002.826-.003 1.238.003.004.245.002.49.002.735l-1.241.001v1.087c.715.002 1.43-.003 2.145.003.005.246.002.491.003.737H10.47c-.001-1.418-.004-2.835.001-4.253zM14.394 1.654c.93-.007 1.86-.004 2.789-.001.004.245.004.491 0 .736-.671.005-1.343 0-2.014.002v.948c.412.001.824-.001 1.235.001.002.246.001.491.001.737l-1.237.001v1.087c.714.002 1.428 0 2.142.001.004.246.003.493.001.739h-2.92c.001-1.417-.004-2.835.002-4.252zM18.309 1.651c.773.037 1.598-.125 2.324.216.644.301.999 1.01 1.037 1.697.069.783-.222 1.668-.939 2.07-.739.416-1.616.229-2.423.27a861.74 861.74 0 0 1 0-4.254m.774.741v2.775c.405-.021.85.077 1.217-.147.417-.247.58-.762.578-1.223.008-.464-.136-.99-.547-1.254-.373-.234-.833-.127-1.248-.151zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.337.001 3.505l2.038.001v.743H4.232c-.001-1.416-.002-2.832 0-4.248zM7.924 6.56h.772v4.256h-.772V6.561zM9.956 6.56h.77c.392.906.804 1.803 1.177 2.716.373-.915.789-1.811 1.183-2.716h.745v4.256h-.771c.004-.856-.01-1.712.008-2.567-.36.904-.782 1.783-1.171 2.676-.393-.89-.794-1.777-1.177-2.671.02.854.005 1.709.009 2.563-.258 0-.516.001-.774-.001V6.562zM15.093 6.56h.771v4.255h-.771V6.559zM16.855 6.557h3.159V7.3h-1.193v3.515h-.772c-.002-1.172 0-2.343-.001-3.515h-1.192v-.743zM5.81 13.259c1.336-.668 3.21-.457 4.133.797.847 1.113.507 2.929-.75 3.587.505.21.955.569 1.234 1.043.595 1.033.453 2.452-.364 3.328-.682.737-1.715 1.074-2.703 1.05-.796.014-1.617-.207-2.243-.712-.519-.411-.878-.991-1.11-1.605.393-.161.787-.322 1.181-.481.2.478.486.942.925 1.233.551.374 1.261.417 1.899.294.532-.1 1.061-.404 1.292-.913.306-.698.174-1.639-.464-2.11-.605-.449-1.398-.389-2.11-.392v-1.199c.435-.012.885.044 1.306-.096.416-.126.783-.434.939-.845.255-.662.057-1.529-.583-1.898-.74-.42-1.766-.299-2.367.313a2.642 2.642 0 0 0-.525.76c-.396-.15-.792-.299-1.185-.455.272-.722.804-1.349 1.496-1.698zM15.905 12.901c1.023-.107 2.103.308 2.709 1.156.656.877.904 1.983 1.001 3.055.111 1.64-.033 3.432-1.026 4.804-.965 1.347-3.091 1.533-4.34.488-.994-.856-1.342-2.213-1.464-3.471-.097-1.095-.039-2.213.245-3.278.213-.766.57-1.523 1.175-2.058a2.86 2.86 0 0 1 1.7-.697m.1 1.191c-.725.038-1.288.623-1.536 1.269-.39.968-.433 2.032-.408 3.062.034.782.134 1.581.462 2.3.208.45.555.862 1.031 1.035.577.207 1.277.131 1.747-.282.429-.374.652-.921.791-1.46.199-.796.234-1.624.212-2.441-.038-.861-.137-1.752-.546-2.525-.315-.646-1.034-1.06-1.754-.959z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-35--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h11.016c-.553.077-1.109.137-1.653.266-2.874.633-5.478 2.38-7.174 4.783C.932 6.794.201 8.887-.001 11.023V0zM12.976 0H24v11.018c-.205-2.133-.934-4.225-2.19-5.969C20.115 2.646 17.511.898 14.636.265c-.547-.13-1.105-.19-1.661-.266z"/><path d="M11.409 1.195a10.807 10.807 0 0 1 5.437 1.128 10.862 10.862 0 0 1 5.408 6.216c.929 2.722.707 5.812-.61 8.37-1.268 2.507-3.55 4.479-6.219 5.358-1.916.64-4.012.73-5.975.25-2.874-.681-5.418-2.608-6.865-5.181-1.601-2.783-1.849-6.29-.666-9.274A10.866 10.866 0 0 1 7.629 2.1a10.78 10.78 0 0 1 3.78-.905M7.598 6.989c-.578.184-1.048.63-1.316 1.168-.351.695-.446 1.486-.465 2.255h1.112c.023-.612.073-1.266.425-1.789.544-.728 1.845-.731 2.345.051.319.478.356 1.082.301 1.638-.04.365-.17.767-.506.963-.474.268-1.037.283-1.568.294v1.206c.591.001 1.254-.06 1.748.332.535.42.633 1.16.605 1.797-.015.715-.308 1.519-1.005 1.827-.664.274-1.559.193-2.026-.403-.388-.505-.449-1.163-.504-1.776H5.64c.068 1.128.287 2.437 1.278 3.135 1.145.722 2.857.554 3.731-.525.563-.66.765-1.548.779-2.398-.003-.57-.061-1.162-.329-1.675-.231-.443-.638-.771-1.088-.973.732-.376 1.137-1.192 1.154-1.995.052-.902-.125-1.888-.774-2.56-.706-.735-1.855-.862-2.794-.573m5.714-.128c-.219 1.987-.428 3.975-.646 5.962.337.002.674 0 1.011.001.252-.361.529-.746.954-.914.616-.232 1.384-.092 1.822.418.552.62.664 1.497.631 2.295-.029.706-.239 1.47-.816 1.926-.612.467-1.591.455-2.133-.118-.359-.376-.523-.887-.632-1.384H12.39c.073.477.158.96.367 1.4.275.724.874 1.358 1.639 1.551.81.232 1.747.145 2.427-.38.823-.629 1.259-1.653 1.365-2.663.116-1.054.021-2.188-.547-3.11-.387-.644-1.036-1.156-1.796-1.253a2.32 2.32 0 0 0-1.961.59c.113-.977.219-1.954.328-2.932h3.57c0-.464.001-.927-.001-1.391h-4.469z"/><path d="M0 12.984c.085.645.165 1.291.33 1.922.684 2.791 2.422 5.301 4.777 6.944 1.733 1.234 3.807 1.95 5.92 2.151H.001V12.985zM23.715 14.715c.14-.573.206-1.159.285-1.742V24H12.982c2.134-.203 4.224-.935 5.969-2.19 2.381-1.68 4.118-4.252 4.765-7.095z"/><path fill="red" d="M11.016 0h1.96c.555.076 1.114.136 1.661.266 2.875.632 5.478 2.38 7.174 4.784 1.256 1.744 1.985 3.835 2.19 5.969v1.955c-.079.583-.144 1.17-.285 1.742-.647 2.843-2.384 5.415-4.765 7.095-1.745 1.255-3.835 1.987-5.969 2.19h-1.955c-2.113-.201-4.186-.916-5.92-2.151-2.355-1.643-4.093-4.153-4.777-6.944-.165-.63-.244-1.277-.33-1.922v-1.961c.201-2.136.932-4.229 2.19-5.974C3.885 2.646 6.489.899 9.364.266c.544-.129 1.1-.189 1.653-.266m.392 1.195a10.78 10.78 0 0 0-3.78.905 10.86 10.86 0 0 0-5.71 5.962c-1.183 2.984-.935 6.491.666 9.274 1.447 2.573 3.991 4.5 6.865 5.181 1.963.48 4.059.39 5.975-.25 2.669-.879 4.951-2.851 6.219-5.358 1.317-2.558 1.538-5.648.61-8.37a10.862 10.862 0 0 0-5.408-6.216 10.807 10.807 0 0 0-5.437-1.128z"/><path fill="#fff" d="M7.598 6.989c.938-.288 2.088-.162 2.794.573.649.672.825 1.658.774 2.56-.016.803-.421 1.619-1.154 1.995.45.202.857.53 1.088.973.267.513.325 1.105.329 1.675-.013.85-.215 1.738-.779 2.398-.874 1.078-2.586 1.247-3.731.525-.991-.698-1.209-2.007-1.278-3.135h1.104c.055.612.116 1.271.504 1.776.467.595 1.362.676 2.026.403.697-.308.99-1.112 1.005-1.827.028-.637-.07-1.377-.605-1.797-.494-.392-1.157-.33-1.748-.332V11.57c.531-.011 1.094-.027 1.568-.294.336-.196.466-.598.506-.963.055-.556.018-1.161-.301-1.638-.501-.781-1.801-.779-2.345-.051-.352.523-.402 1.177-.425 1.789H5.818c.019-.769.114-1.56.465-2.255.268-.538.737-.984 1.316-1.168zM13.311 6.86h4.469c.002.464 0 .927.001 1.391h-3.57c-.109.977-.215 1.955-.328 2.932a2.322 2.322 0 0 1 1.961-.59c.759.097 1.409.609 1.796 1.253.568.922.663 2.055.547 3.11-.107 1.01-.543 2.034-1.365 2.663-.681.525-1.618.612-2.427.38-.765-.193-1.364-.827-1.639-1.551-.208-.439-.294-.922-.367-1.4h1.112c.109.497.274 1.008.632 1.384.542.573 1.521.585 2.133.118.577-.456.787-1.22.816-1.926.033-.798-.08-1.676-.631-2.295-.438-.51-1.206-.651-1.822-.418-.425.168-.702.553-.954.914-.337-.001-.674.001-1.011-.001.218-1.988.428-3.975.646-5.962z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-35--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.127 0h17.744c.489.153.757.683.748 1.171v21.658c.009.487-.259 1.017-.747 1.171H3.132c-.49-.152-.758-.683-.749-1.171V1.171C2.374.683 2.641.156 3.128 0m.501.592c-.487.101-.769.624-.765 1.092.001 6.893-.001 13.786.001 20.68.007.506.379 1.067.929 1.06h16.411c.568.006.941-.588.93-1.109-.001-6.893.001-13.786-.001-20.68-.008-.505-.378-1.066-.927-1.06C14.752.573 9.296.575 3.84.574a1.246 1.246 0 0 0-.212.017z"/><path fill="#fff" d="M4.049 1.196c.07-.016.142-.019.214-.021h15.191c.233.003.486-.029.696.097.355.203.516.628.513 1.021-.001 6.487.002 12.974-.001 19.461.006.495-.331 1.065-.874 1.069-5.191.002-10.382.001-15.573 0-.543-.004-.88-.575-.874-1.069-.002-6.487 0-12.974-.001-19.46-.012-.458.233-.982.71-1.098m1.184 1.835c-.306.306-.289.878.057 1.148.342.283.821.299 1.175.557.225.161.14.55-.12.622-.371.143-.783-.083-.933-.435-.172.066-.346.127-.517.196.226.796 1.305 1.074 1.939.59.416-.313.457-1.009.063-1.357-.33-.301-.799-.345-1.176-.561-.162-.087-.177-.336-.023-.438a.61.61 0 0 1 .848.237c.165-.058.332-.113.499-.168-.196-.766-1.298-.912-1.812-.391m2.699-.256c-.007 1.042.002 2.083-.004 3.124.187-.003.374-.002.561-.001.004-.391 0-.782.002-1.173.443-.027.93.089 1.33-.156.507-.302.593-1.082.196-1.507-.212-.221-.532-.29-.828-.29-.419.001-.838-.003-1.257.003m2.959.003c-.008 1.04-.001 2.08-.004 3.12.71-.002 1.42.001 2.131-.002.002-.18.003-.36-.001-.54-.521-.006-1.043 0-1.564-.003v-.787c.302 0 .603.001.905-.001.004-.178.004-.355.003-.533l-.908-.001v-.712c.489 0 .979.002 1.469 0 .003-.18.003-.36 0-.541-.676-.003-1.353-.004-2.03.001m2.852-.001c-.006 1.04.002 2.08-.004 3.12.71-.006 1.42.002 2.13-.004.006-.18.005-.36.001-.54-.523-.005-1.045 0-1.568-.002v-.787c.302 0 .604.001.906-.001.006-.178.006-.355.005-.533h-.911v-.713c.49-.001.98.002 1.47-.001.006-.18.005-.36.001-.541-.677-.002-1.354-.005-2.03.002m2.842-.003a541.842 541.842 0 0 0 0 3.123c.655-.033 1.415.137 1.957-.336.655-.61.66-1.803.024-2.428-.54-.492-1.318-.333-1.981-.359M6.352 7.419c-.005 1.038-.002 2.077-.001 3.115h2.046v-.546c-.494-.004-.988 0-1.481-.002-.002-.855.003-1.711-.003-2.567a17.423 17.423 0 0 0-.56 0m2.685-.001c-.002 1.039 0 2.078-.001 3.117.188 0 .377.001.566-.002.003-1.039.003-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.477-.001c-.007 1.039-.002 2.078-.003 3.117h.563c0-.626.006-1.252-.004-1.877.272.658.569 1.305.854 1.958.283-.655.595-1.298.852-1.964-.016.627-.004 1.255-.008 1.883.188 0 .377.001.565-.001.003-1.039.005-2.078 0-3.118a48.6 48.6 0 0 0-.54 0c-.287.666-.597 1.322-.863 1.996-.263-.674-.573-1.329-.855-1.996a17.486 17.486 0 0 0-.561.001m3.738-.001c0 1.04.001 2.081-.001 3.121.185-.002.37-.001.556 0l-.001-3.12a51.153 51.153 0 0 0-.554 0m1.274-.006c-.003.181-.002.363 0 .545.29.002.581 0 .871.001v2.578l.563-.001c.002-.859 0-1.718.001-2.577h.865l-.001-.547c-.766 0-1.533-.002-2.299.001M5.366 11.52c-.253.032-.576.181-.577.476v8.633c-.001.343.399.5.692.498H18.52c.292.001.693-.155.692-.498v-8.633c.001-.281-.3-.434-.543-.47-.152-.026-.308-.059-.462-.038-.4.028-.804.03-1.204-.001h-.064a7.92 7.92 0 0 1-1.203 0l-.063-.001a7.92 7.92 0 0 1-1.203.001l-.063-.002a7.885 7.885 0 0 1-1.239 0h-.033a75.332 75.332 0 0 1-3.773.001l-.063-.001a7.792 7.792 0 0 1-1.203.002l-.063-.002a7.885 7.885 0 0 1-1.239 0l-.033.001c-.462.049-.93-.01-1.392.033z"/><path fill="#fff" d="M8.491 3.319c.294.009.591-.02.883.014.393.074.415.718.034.825-.302.044-.611.009-.916.02v-.859zM17.147 3.318c.356.01.79-.075 1.052.233.349.442.348 1.161-.031 1.585-.264.281-.675.208-1.02.215l-.001-2.034z"/><path d="M3.629.592c.069-.014.141-.016.212-.017C9.297.576 14.753.574 20.208.576c.549-.006.92.555.927 1.06.003 6.893 0 13.787.001 20.68.011.521-.362 1.114-.93 1.109H3.795c-.55.007-.922-.555-.929-1.06-.002-6.893 0-13.786-.001-20.68-.004-.468.278-.991.765-1.092m.419.603c-.477.116-.722.64-.71 1.098.001 6.487-.001 12.974.001 19.46-.006.495.331 1.065.874 1.069 5.191.001 10.382.002 15.573 0 .543-.005.879-.575.874-1.069.003-6.487 0-12.974.001-19.461.003-.393-.158-.818-.513-1.021-.21-.127-.463-.094-.696-.097H4.262a.96.96 0 0 0-.214.021z"/><path d="M5.234 3.031c.515-.521 1.616-.375 1.812.391-.167.055-.333.11-.499.168a.61.61 0 0 0-.848-.237c-.154.102-.14.351.022.438.376.217.845.26 1.176.561.393.347.353 1.044-.063 1.357-.634.485-1.713.207-1.939-.59.171-.069.345-.13.517-.196.15.352.562.578.933.435.261-.072.345-.461.12-.622-.354-.258-.832-.274-1.175-.557-.346-.27-.363-.842-.057-1.148zM7.933 2.775c.419-.006.838-.002 1.257-.003.296 0 .615.069.828.29.398.425.311 1.205-.196 1.507-.4.245-.887.129-1.33.156-.001.391.002.782-.002 1.173-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.004-3.124m.558.544v.859c.305-.011.614.024.916-.02.381-.107.36-.751-.034-.825-.292-.034-.589-.005-.883-.014zM10.892 2.778c.676-.005 1.353-.004 2.03-.001.004.18.004.36 0 .541-.489.002-.979 0-1.469 0v.713l.908.001c.001.178.001.355-.003.533-.302.002-.603 0-.905.001v.787c.521.002 1.043-.003 1.564.003.004.18.003.36.001.54-.711.003-1.421 0-2.131.002.003-1.04-.004-2.08.004-3.12zM13.745 2.778c.676-.007 1.353-.004 2.03-.002.004.18.004.36-.001.541-.49.004-.98 0-1.47.001v.713h.911c.001.178.001.355-.005.533-.302.002-.604 0-.906.001v.787c.523.002 1.045-.002 1.568.002.004.18.004.36-.001.54-.71.006-1.42-.002-2.13.004.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.664.026 1.441-.133 1.981.359.636.625.631 1.818-.024 2.428-.541.473-1.302.303-1.957.336a464.436 464.436 0 0 1 0-3.123m.56.543l.001 2.034c.345-.007.756.066 1.02-.215.379-.424.38-1.143.031-1.585-.262-.308-.696-.224-1.052-.233zM6.352 7.419c.187-.003.374-.003.56 0 .006.855 0 1.711.003 2.567.494.002.988-.002 1.481.002v.546H6.35c0-1.038-.004-2.077.001-3.115zM9.038 7.418c.188-.005.376-.005.564-.001.004 1.038.003 2.077 0 3.116-.188.003-.377.002-.566.002 0-1.039-.001-2.078.001-3.117zM10.516 7.417c.187-.004.374-.003.561-.001.282.667.592 1.322.855 1.996.266-.674.576-1.331.862-1.996.18-.002.36-.002.54 0 .005 1.039.004 2.078 0 3.118a35.45 35.45 0 0 1-.565.001c.004-.628-.008-1.256.008-1.883-.257.666-.569 1.308-.852 1.964-.285-.653-.582-1.3-.854-1.958.01.626.005 1.252.004 1.877h-.563c.001-1.039-.004-2.078.003-3.117zM14.254 7.415h.554l.001 3.12a51.523 51.523 0 0 0-.556 0c.002-1.04.001-2.081.001-3.121zM15.528 7.41c.766-.003 1.533-.001 2.299-.001.002.182.002.365.001.547h-.865c-.001.859.001 1.718-.001 2.577l-.563.001V7.956c-.291-.001-.581.001-.871-.001a24.753 24.753 0 0 1 0-.545zM5.366 11.52c.463-.043.93.016 1.392-.033-.233.05-.442.23-.483.47-.061.347.326.677.66.565a.513.513 0 0 0 .331-.657c-.072-.205-.271-.33-.474-.38.412.032.828.033 1.239 0-.233.052-.442.232-.483.473-.06.346.324.674.656.566.271-.076.444-.403.332-.666-.072-.191-.255-.309-.442-.37.399.029.804.031 1.203-.002-.231.055-.439.236-.478.477-.055.344.325.667.655.562.275-.076.448-.409.331-.674-.074-.189-.257-.306-.445-.364 1.256.03 2.518.032 3.773-.001-.232.051-.441.231-.482.472-.06.347.328.677.661.564.269-.078.435-.401.327-.663-.075-.201-.272-.325-.473-.373.411.031.827.032 1.239 0-.232.053-.439.232-.481.472-.06.345.322.673.654.567.274-.075.444-.403.334-.668-.072-.192-.256-.309-.443-.369.399.029.804.03 1.203-.001-.231.055-.437.237-.476.477-.057.355.35.685.685.552.259-.09.413-.409.301-.664-.075-.189-.259-.306-.447-.363.399.03.803.03 1.203 0-.228.059-.432.24-.469.479-.055.353.349.681.683.55.263-.089.417-.415.3-.671-.077-.188-.262-.303-.45-.357.4.031.804.029 1.204.001-.228.059-.43.244-.465.483-.048.349.346.67.677.546a.513.513 0 0 0 .319-.641c-.055-.179-.224-.279-.367-.382.099.009.198.02.298.032.243.036.544.189.543.47v8.633c.001.343-.399.5-.692.498H5.48c-.292.001-.693-.155-.692-.498v-8.633c0-.295.324-.444.577-.476m-.005 1.294a.586.586 0 0 0-.353.403c-.081.339.28.678.614.602a.518.518 0 0 0 .401-.462c.032-.335-.333-.658-.661-.543m5.106-.005c-.347.1-.522.601-.227.854.224.263.681.194.821-.12.205-.366-.196-.857-.594-.735m2.534.01c-.251.097-.43.401-.325.663.092.221.341.391.585.34a.519.519 0 0 0 .411-.47c.028-.336-.343-.656-.67-.533m-2.44 1.264c-.378.022-.637.543-.353.829.211.279.682.248.841-.067.207-.333-.113-.792-.488-.762m2.578-.002c-.243.006-.444.219-.489.449-.058.344.327.662.655.557a.513.513 0 0 0 .362-.428c.039-.296-.234-.585-.529-.578m1.267.001c-.24.01-.437.221-.482.449-.056.341.322.658.649.559a.513.513 0 0 0 .369-.428c.04-.3-.238-.59-.536-.579m1.266-.001c-.24.013-.435.226-.477.454-.05.337.32.647.644.555a.513.513 0 0 0 .375-.556c-.041-.252-.283-.467-.542-.453m1.265.001c-.378.023-.634.543-.352.829.203.266.649.256.822-.036.241-.33-.08-.827-.471-.793m-9.047 1.3c-.324.116-.48.589-.198.83.231.273.71.19.837-.142.184-.375-.252-.841-.638-.688m1.265.003a.579.579 0 0 0-.335.416c-.059.342.32.659.647.561a.517.517 0 0 0 .375-.473c.011-.335-.365-.636-.687-.503m8.908.004a.582.582 0 0 0-.323.422c-.046.332.314.638.634.553a.513.513 0 0 0 .389-.478c.013-.34-.378-.643-.7-.497m-7.64 1.27a.575.575 0 0 0-.335.45c-.023.269.213.505.469.541a.511.511 0 0 0 .554-.451c.045-.351-.354-.683-.688-.54m7.643.002a.582.582 0 0 0-.324.416c-.054.338.316.65.641.558a.513.513 0 0 0 .378-.435c.046-.354-.359-.689-.695-.539m-12.707 1.26a.58.58 0 0 0-.354.404c-.077.347.307.68.64.583a.51.51 0 0 0 .375-.443c.038-.338-.333-.658-.661-.543m5.107-.006c-.334.096-.518.57-.244.827.219.272.689.223.837-.097.21-.365-.196-.854-.593-.73m2.535.008a.573.573 0 0 0-.353.446c-.03.264.193.498.441.548a.51.51 0 0 0 .577-.418c.067-.352-.323-.704-.665-.576m5.107-.005c-.326.101-.506.563-.241.819.216.275.685.233.838-.083.22-.368-.195-.869-.597-.735M6.671 19.187c-.352.081-.548.579-.261.84.225.275.704.208.84-.121.185-.357-.197-.815-.579-.718m1.266.001a.567.567 0 0 0-.393.453c-.033.263.186.499.432.553a.512.512 0 0 0 .58-.385c.092-.344-.275-.712-.619-.62m1.267 0c-.341.089-.531.57-.255.83.22.276.698.221.841-.105.2-.36-.197-.837-.586-.725m5.108-.001a.575.575 0 0 0-.384.412c-.078.345.302.681.636.586a.512.512 0 0 0 .375-.414c.059-.336-.295-.672-.627-.583m1.267.001c-.34.09-.529.57-.254.829.221.277.698.222.842-.104.2-.361-.199-.838-.588-.725m1.266.001c-.333.094-.519.564-.251.823.218.277.694.23.842-.093.207-.364-.197-.851-.591-.73z"/><path fill="#ccc" d="M6.758 11.486l.033-.001c.203.05.402.174.474.38a.513.513 0 0 1-.331.657c-.333.112-.72-.218-.66-.565.042-.24.25-.42.483-.47zM8.03 11.484l.063.002c.187.06.37.179.442.37.112.263-.061.59-.332.666-.332.108-.717-.22-.656-.566.042-.241.251-.421.483-.473zM9.297 11.485l.063.001c.188.058.371.174.445.364.117.265-.056.598-.331.674-.33.105-.71-.218-.655-.562.039-.241.247-.422.478-.477zM13.133 11.485h.033c.201.048.398.172.473.373.108.262-.058.585-.327.663-.333.113-.721-.217-.661-.564.041-.24.25-.42.482-.472zM14.406 11.485l.063.002c.187.06.371.178.443.369.111.264-.06.593-.334.667-.332.106-.713-.222-.654-.567.042-.24.249-.42.481-.472zM15.672 11.485l.063.001c.188.058.372.174.447.363.113.255-.042.574-.301.664-.336.134-.742-.197-.685-.552.039-.24.246-.422.476-.477zM16.938 11.486h.064c.188.054.373.169.45.357.117.256-.037.582-.3.671-.334.131-.738-.197-.683-.55.037-.239.241-.42.469-.479zM18.206 11.487c.155-.02.31.013.462.038a14.29 14.29 0 0 0-.298-.032c.143.102.312.203.367.382a.513.513 0 0 1-.319.641c-.331.124-.726-.197-.677-.546.035-.24.237-.424.465-.483zM5.36 12.817c.328-.115.693.208.661.543a.52.52 0 0 1-.401.462c-.333.076-.694-.263-.614-.602a.59.59 0 0 1 .353-.403zM10.467 12.812c.397-.122.799.368.594.735-.14.314-.597.383-.821.12-.295-.253-.12-.754.227-.854zM13.001 12.821c.327-.123.697.197.67.533a.519.519 0 0 1-.411.47c-.244.052-.493-.119-.585-.34-.105-.262.075-.566.325-.663zM10.562 14.085c.375-.03.695.429.488.762-.159.315-.63.346-.841.067-.284-.286-.026-.807.353-.829zM13.14 14.083c.295-.006.568.282.529.578a.515.515 0 0 1-.362.428c-.329.105-.713-.213-.655-.557.045-.23.246-.443.489-.449zM14.406 14.084c.298-.011.576.28.536.579a.513.513 0 0 1-.369.428c-.327.099-.705-.217-.649-.559.045-.228.241-.439.482-.449zM15.672 14.084c.259-.014.501.201.542.453a.512.512 0 0 1-.375.556c-.324.092-.694-.218-.644-.555.042-.228.236-.441.477-.454zM16.937 14.085c.391-.034.712.463.471.793-.173.292-.619.301-.822.036-.283-.285-.027-.806.352-.829zM7.889 15.385c.387-.154.822.312.638.688-.127.332-.606.416-.837.143-.281-.241-.126-.714.198-.83zM9.155 15.388c.322-.132.698.168.687.503a.514.514 0 0 1-.375.473c-.328.098-.706-.219-.647-.561a.583.583 0 0 1 .335-.416zM18.063 15.393c.322-.146.713.157.7.497a.513.513 0 0 1-.389.478c-.32.085-.68-.221-.634-.553a.584.584 0 0 1 .323-.422zM10.423 16.663c.334-.143.733.189.688.54a.511.511 0 0 1-.554.451c-.256-.036-.492-.272-.469-.541a.578.578 0 0 1 .335-.45zM18.066 16.665c.336-.15.741.185.695.539a.512.512 0 0 1-.378.435c-.324.092-.695-.221-.641-.558a.582.582 0 0 1 .324-.416zM5.359 17.925c.328-.115.699.206.661.543a.512.512 0 0 1-.375.443c-.334.098-.717-.236-.64-.583a.583.583 0 0 1 .354-.404zM10.466 17.92c.397-.124.803.365.592.73-.148.319-.618.369-.837.097-.274-.257-.09-.731.244-.827zM13.001 17.928c.341-.128.732.225.665.576a.51.51 0 0 1-.577.418c-.247-.05-.471-.284-.441-.548a.573.573 0 0 1 .353-.446zM18.108 17.923c.401-.134.817.367.597.735-.153.316-.622.358-.838.083-.265-.256-.085-.718.241-.819zM6.671 19.187c.382-.097.764.361.579.718-.135.329-.615.397-.84.121-.287-.26-.091-.758.261-.84zM7.937 19.189c.344-.092.711.276.619.62a.51.51 0 0 1-.58.385c-.246-.054-.465-.29-.432-.553a.567.567 0 0 1 .393-.453zM9.204 19.19c.389-.112.786.365.586.725-.142.326-.621.381-.841.105-.276-.26-.086-.741.255-.83zM14.312 19.189c.331-.089.686.248.627.583a.51.51 0 0 1-.375.414c-.334.095-.714-.24-.636-.586a.576.576 0 0 1 .384-.412zM15.579 19.191c.389-.113.787.364.588.725-.144.326-.621.381-.842.104-.275-.26-.086-.739.254-.829zM16.845 19.192c.394-.121.798.366.591.73-.148.323-.624.371-.842.093-.268-.259-.082-.729.251-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-35--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.003 0h19.988c.503.146.837.654.831 1.168v21.664c.006.514-.328 1.019-.828 1.168H2.008c-.503-.145-.839-.654-.832-1.169V1.168C1.169.655 1.503.149 2.002 0m.753 1.957c-.46.393-.484 1.193-.022 1.593.467.419 1.147.435 1.65.79.303.211.217.738-.132.853-.509.215-1.101-.09-1.302-.585-.239.088-.479.173-.716.266.327 1.18 2.049 1.515 2.846.63.401-.478.375-1.292-.118-1.698-.375-.317-.862-.439-1.313-.607-.158-.064-.329-.136-.422-.287-.105-.175-.006-.42.177-.499.384-.164.913-.042 1.087.367.231-.076.462-.151.692-.231-.256-1.026-1.699-1.223-2.428-.592m3.645-.31c-.004 1.419-.003 2.838-.001 4.257.258.003.516.002.773.001V4.312c.431-.011.864.023 1.294-.023.489-.06.936-.408 1.075-.887.239-.682-.141-1.554-.885-1.696-.743-.126-1.506-.033-2.257-.059m4.075.005c-.006 1.417-.002 2.835-.001 4.252.974.003 1.948.002 2.922 0 0-.246.003-.491-.003-.736-.715-.008-1.43 0-2.144-.004V4.077l1.24-.001c0-.245.003-.49-.002-.735-.413-.007-.825 0-1.238-.004v-.948c.672-.002 1.343.001 2.015-.001 0-.245.003-.491-.002-.736-.929-.006-1.857-.004-2.786-.001m3.921.003c-.008 1.417-.001 2.835-.003 4.252h2.92c.002-.246.004-.493-.001-.739-.713-.002-1.427.001-2.141-.001V4.079l1.236-.001c0-.246.002-.491-.001-.737-.412-.003-.823 0-1.234-.002v-.948c.671-.003 1.342.003 2.013-.003.005-.245.004-.491 0-.736-.929-.003-1.859-.005-2.788.001m3.914-.002a603.22 603.22 0 0 0 0 4.254c.807-.041 1.684.146 2.422-.27.732-.411 1.018-1.321.935-2.117-.049-.683-.418-1.378-1.063-1.664-.72-.322-1.53-.166-2.294-.202M4.233 6.567c-.002 1.416-.001 2.832 0 4.247.937.002 1.875.001 2.812.001v-.743c-.679-.002-1.358 0-2.037-.001-.002-1.168.001-2.336-.002-3.504a39.836 39.836 0 0 0-.773 0m3.691-.007v4.255c.257.002.515.001.772 0V6.56a99.33 99.33 0 0 0-.772 0m2.032 0c-.002 1.418-.002 2.836 0 4.254.257.002.515.001.773 0-.002-.851.009-1.703-.008-2.554.386.89.781 1.776 1.175 2.662.39-.891.809-1.769 1.17-2.671-.016.855-.005 1.71-.007 2.564h.77V6.56a92.256 92.256 0 0 0-.744 0c-.395.905-.81 1.802-1.184 2.716-.372-.914-.785-1.81-1.177-2.716h-.77m5.139 0v4.256h.77c.002-1.419.001-2.837 0-4.256a98.817 98.817 0 0 0-.77 0m1.763-.003V7.3h1.192c.002 1.172-.001 2.343.001 3.515h.772c.001-1.171-.001-2.343.001-3.514.398-.002.795 0 1.193-.001v-.743a1662.16 1662.16 0 0 0-3.158 0M5.944 13.256a3.162 3.162 0 0 0-1.505 1.706c.393.151.785.307 1.182.449.252-.555.697-1.055 1.298-1.227.567-.161 1.231-.12 1.716.241.772.572.77 1.926-.05 2.455-.504.356-1.145.295-1.729.298-.011.399-.003.799-.005 1.198.755-.001 1.62-.056 2.221.488.744.689.689 2.117-.214 2.651-.615.363-1.387.419-2.069.239-.717-.195-1.213-.824-1.475-1.49-.394.161-.789.32-1.183.484.232.652.631 1.259 1.192 1.674.621.462 1.41.659 2.176.641 1.017.019 2.083-.348 2.755-1.136.683-.788.835-1.963.457-2.924-.247-.626-.78-1.11-1.395-1.365 1.249-.661 1.598-2.46.758-3.575-.918-1.26-2.795-1.473-4.132-.808m7.729-.186c-.195 1.659-.388 3.319-.58 4.978.414.146.828.296 1.246.433.721-.767 1.959-1.027 2.918-.585 1.126.559 1.33 2.22.556 3.151-.528.668-1.431.922-2.254.836-.767-.035-1.489-.378-2.049-.893-.254.326-.508.651-.758.978.794.787 1.958 1.081 3.048 1.096 1.09.051 2.228-.337 2.962-1.165 1.121-1.229 1.135-3.327-.039-4.525-1.103-1.138-3.041-1.185-4.3-.279.112-.947.249-1.891.358-2.839 1.393-.005 2.786 0 4.179-.003 0-.394.004-.789-.002-1.183h-5.285z"/><path d="M7.172 2.391c.413.013.831-.03 1.24.025.531.12.525.998 0 1.126-.409.056-.827.011-1.24.024-.002-.392-.001-.784 0-1.176zM19.082 2.391c.415.024.874-.084 1.247.15.411.265.556.79.547 1.254.002.461-.162.976-.578 1.223-.367.223-.811.125-1.216.146V2.389z"/><path fill="#fff" d="M2.755 1.957c.729-.631 2.172-.434 2.428.592-.23.079-.461.155-.692.231-.175-.409-.704-.53-1.087-.367-.182.078-.282.324-.177.499.093.15.264.223.422.287.451.168.938.29 1.313.607.493.406.518 1.22.118 1.698-.797.885-2.519.55-2.846-.63.237-.093.477-.179.716-.266.201.495.794.8 1.302.585.348-.115.435-.642.132-.853-.503-.354-1.182-.371-1.65-.79-.462-.4-.439-1.2.022-1.593zM6.399 1.647c.751.026 1.514-.067 2.257.059.744.142 1.124 1.015.885 1.696-.139.479-.586.827-1.075.887-.429.046-.862.012-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.838.001-4.257m.772.744v1.176c.413-.014.832.031 1.24-.024.524-.128.531-1.006 0-1.126-.41-.055-.827-.012-1.24-.025zM10.473 1.652c.929-.003 1.857-.005 2.786.001.006.246.003.491.002.736-.672.002-1.343 0-2.015.001v.948c.413.003.825-.003 1.238.004.005.245.002.49.002.735l-1.24.001v1.087c.714.003 1.429-.004 2.144.004.006.245.002.491.003.736-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.788-.001.004.245.005.491 0 .736-.671.006-1.343 0-2.013.003v.948c.411.002.823-.001 1.234.002.003.246.001.491.001.737l-1.236.001v1.087c.713.002 1.427-.001 2.141.001.005.246.003.493.001.739-.974.002-1.947.001-2.92 0 .001-1.417-.005-2.835.003-4.252zM18.31 1.651c.763.036 1.573-.12 2.294.203.645.286 1.014.982 1.063 1.664.083.796-.203 1.706-.935 2.117-.738.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.021.849.076 1.216-.146.417-.247.581-.762.578-1.223.008-.464-.136-.99-.547-1.254-.373-.234-.833-.127-1.247-.15zM4.233 6.567c.258-.003.516-.002.773 0 .003 1.168 0 2.336.002 3.504.679.001 1.358-.001 2.037.001v.743c-.938 0-1.875.001-2.812-.001-.001-1.416-.002-2.832 0-4.247zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.77c.392.906.804 1.802 1.177 2.716.374-.914.789-1.811 1.184-2.716h.744v4.255h-.77c.002-.855-.009-1.71.007-2.564-.362.902-.781 1.781-1.17 2.671-.394-.886-.789-1.772-1.175-2.662.017.851.005 1.703.008 2.554-.258 0-.516.002-.773 0-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.77c.001 1.418.002 2.837 0 4.256h-.77V6.56zM16.856 6.557h3.158V7.3c-.398.001-.795-.001-1.193.001-.002 1.171 0 2.343-.001 3.514h-.772c-.002-1.172.001-2.343-.001-3.515h-1.192a92.009 92.009 0 0 1 0-.743zM5.944 13.256c1.337-.665 3.214-.452 4.132.808.84 1.115.49 2.914-.758 3.575.615.256 1.148.739 1.395 1.365.378.96.226 2.136-.457 2.924-.673.788-1.739 1.155-2.755 1.136-.766.017-1.556-.179-2.176-.641-.561-.416-.959-1.022-1.192-1.674.393-.164.788-.322 1.183-.484.262.666.758 1.295 1.475 1.49.682.18 1.455.125 2.069-.239.902-.534.958-1.962.214-2.651-.602-.544-1.467-.489-2.221-.488.001-.399-.007-.799.005-1.198.584-.003 1.224.058 1.729-.298.82-.529.822-1.883.05-2.455-.485-.361-1.148-.403-1.716-.241-.601.172-1.046.673-1.298 1.227-.397-.142-.788-.298-1.182-.449a3.162 3.162 0 0 1 1.505-1.706zM13.671 13.069h5.285c.006.394.002.788.002 1.183-1.393.003-2.786-.002-4.179.003-.109.947-.246 1.891-.358 2.839 1.259-.906 3.196-.859 4.3.279 1.174 1.198 1.16 3.297.039 4.525-.735.828-1.873 1.216-2.962 1.165-1.089-.015-2.254-.309-3.048-1.096.251-.328.505-.652.758-.978.56.516 1.283.859 2.049.893.823.086 1.725-.168 2.254-.836.774-.93.57-2.592-.556-3.151-.959-.442-2.196-.182-2.918.585-.418-.137-.832-.287-1.246-.433.192-1.659.385-3.319.58-4.978z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-40--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h10.996c-1.921.196-3.814.794-5.44 1.85A12.063 12.063 0 0 0 .427 8.725C.208 9.468.099 10.237 0 11.003V0zM12.997 0H24v10.997c-.225-2.304-1.07-4.556-2.51-6.378C19.562 2.123 16.618.434 13.482.067a7.188 7.188 0 0 1-.486-.068z"/><path d="M11.408 1.195c1.729-.097 3.483.23 5.06.947 2.69 1.208 4.833 3.567 5.774 6.362.943 2.73.725 5.836-.598 8.404-1.268 2.507-3.55 4.479-6.218 5.358a10.826 10.826 0 0 1-12.808-4.873c-1.452-2.494-1.826-5.58-1.029-8.352.787-2.82 2.783-5.27 5.378-6.622a10.792 10.792 0 0 1 4.441-1.224M5.61 13.721c-.047.49-.006.993-.02 1.488 1.205.002 2.409-.001 3.614.002v2.58h1.107c.003-.86-.001-1.72.002-2.581h1.277c.002-.424.005-.847-.001-1.27-.426-.002-.851 0-1.277-.001-.002-2.355.001-4.71-.002-7.065l-.812-.001C8.2 9.155 6.901 11.437 5.609 13.722m9.219-6.814c-.867.177-1.467.952-1.777 1.736-.439 1.206-.547 2.504-.555 3.778 0 1.101.063 2.213.349 3.281.193.69.487 1.388 1.027 1.879.803.736 2.18.715 2.953-.056.518-.5.802-1.187.99-1.87.274-1.038.337-2.118.335-3.188-.006-1.077-.08-2.163-.367-3.205-.178-.627-.423-1.264-.882-1.741-.518-.559-1.335-.776-2.072-.615z"/><path d="M15.114 8.141c.415-.081.858.092 1.118.424.339.417.487.952.596 1.469.197 1.018.205 2.06.184 3.092-.031.809-.088 1.625-.308 2.407-.122.409-.291.828-.615 1.119-.395.365-1.063.401-1.477.048-.392-.33-.568-.837-.698-1.316-.271-1.105-.286-2.253-.272-3.385.029-.861.086-1.733.341-2.561.171-.555.502-1.188 1.132-1.297zM6.602 13.937c.869-1.539 1.732-3.082 2.603-4.62v4.62H6.603zM0 13.004c.105.802.221 1.605.459 2.381.854 2.95 2.898 5.524 5.561 7.048 1.521.884 3.24 1.389 4.986 1.567H.001V13.004zM22.464 17.921c.871-1.503 1.357-3.204 1.536-4.927V24H13.003c.765-.102 1.532-.208 2.273-.428 3.015-.841 5.655-2.924 7.188-5.651z"/><path fill="red" d="M10.996 0h2.001c.161.027.323.05.486.068 3.136.367 6.08 2.056 8.008 4.552 1.44 1.822 2.285 4.074 2.51 6.378v1.997c-.179 1.722-.665 3.423-1.536 4.927-1.534 2.727-4.173 4.81-7.188 5.651-.742.221-1.509.326-2.273.428h-1.997c-1.746-.178-3.465-.683-4.986-1.567C3.358 20.91 1.314 18.336.46 15.386c-.238-.775-.354-1.579-.459-2.381v-2.001c.099-.766.208-1.535.427-2.278a12.06 12.06 0 0 1 5.129-6.875C7.183.795 9.075.198 10.997.001m.411 1.194a10.797 10.797 0 0 0-4.441 1.224C4.372 3.772 2.376 6.222 1.589 9.041c-.797 2.772-.423 5.858 1.029 8.352 1.458 2.556 4.002 4.464 6.87 5.132 1.952.471 4.034.377 5.938-.259 2.669-.879 4.951-2.851 6.218-5.358 1.322-2.568 1.54-5.674.598-8.404-.941-2.795-3.084-5.154-5.774-6.362a10.82 10.82 0 0 0-5.06-.947z"/><path fill="#fff" d="M5.61 13.721c1.292-2.285 2.591-4.567 3.889-6.849l.812.001c.003 2.355 0 4.71.002 7.065.426.001.851-.001 1.277.001.006.423.003.847.001 1.27-.426.002-.852 0-1.277 0-.003.861.001 1.721-.002 2.581H9.205v-2.58c-1.205-.003-2.409 0-3.614-.002.014-.495-.028-.998.02-1.488m.991.217h2.602v-4.62c-.87 1.538-1.733 3.081-2.603 4.62zM14.828 6.908c.737-.161 1.554.055 2.072.615.459.478.705 1.114.882 1.741.286 1.042.36 2.129.367 3.205.002 1.069-.061 2.15-.335 3.188-.188.683-.472 1.37-.99 1.87-.773.771-2.15.792-2.953.056-.54-.491-.834-1.189-1.027-1.879-.286-1.067-.348-2.18-.349-3.281.008-1.275.116-2.572.555-3.778.31-.785.909-1.56 1.777-1.736m.287 1.232c-.63.109-.961.742-1.132 1.297-.255.828-.312 1.701-.341 2.561-.014 1.132.001 2.28.272 3.385.13.48.307.986.698 1.316.414.353 1.082.317 1.477-.048.324-.292.493-.71.615-1.119.22-.782.277-1.598.308-2.407.021-1.033.013-2.075-.184-3.092-.109-.518-.256-1.052-.596-1.469a1.163 1.163 0 0 0-1.118-.424z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-40--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.127 0H20.87c.489.152.757.684.748 1.172v21.657c.009.488-.259 1.018-.747 1.171H3.132c-.49-.151-.758-.683-.75-1.171V1.172C2.372.684 2.64.155 3.127.001m.502.591c-.487.102-.769.625-.765 1.093.001 6.893-.001 13.786.001 20.679.007.506.38 1.067.929 1.061h16.412c.55.006.921-.555.929-1.061V1.637c-.008-.505-.378-1.067-.928-1.061C14.752.574 9.296.576 3.841.575a1.246 1.246 0 0 0-.212.017z"/><path fill="#fff" d="M4.049 1.196c.07-.017.143-.019.214-.021h15.19c.233.003.486-.03.695.097.355.202.517.628.513 1.021-.001 6.487.001 12.973-.001 19.46.005.495-.332 1.065-.875 1.07H4.214c-.543-.004-.881-.575-.875-1.069V2.246c.001-.443.25-.939.709-1.05m1.21 1.811c-.32.293-.324.866.008 1.151.334.293.81.317 1.173.557.237.141.193.534-.061.63-.374.168-.813-.058-.964-.422-.172.066-.346.127-.517.196.224.797 1.305 1.074 1.939.59.406-.306.455-.978.087-1.333-.33-.322-.814-.363-1.2-.585-.162-.087-.176-.336-.022-.438a.609.609 0 0 1 .847.238c.165-.058.331-.113.497-.168-.189-.756-1.263-.907-1.786-.415m2.674-.233c-.008 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.006-.391 0-.782.003-1.172.443-.028.93.089 1.33-.157.507-.303.593-1.082.196-1.507-.213-.221-.533-.291-.829-.29-.419.001-.837-.004-1.256.003m2.959.003c-.009 1.04-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.007-1.043 0-1.564-.004v-.786c.301-.001.603.001.904-.001.006-.178.005-.355.003-.532-.302-.002-.605 0-.908-.002v-.712c.489-.001.979.002 1.468-.001.004-.18.004-.36 0-.54a137.23 137.23 0 0 0-2.029.001m2.854 0c-.007 1.04.002 2.08-.004 3.12.71-.006 1.419.002 2.129-.004.007-.18.007-.36.002-.54-.523-.006-1.045 0-1.567-.003v-.787c.302 0 .603.001.905-.001.008-.177.007-.355.005-.532-.304-.002-.607 0-.911-.001v-.712c.489-.002.979.002 1.469-.002.008-.18.007-.36.002-.54-.676-.003-1.353-.005-2.03.001m2.842-.002c-.002 1.041-.004 2.082.001 3.122.655-.032 1.415.136 1.956-.336.648-.603.658-1.772.048-2.406-.536-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046 0v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.004-1.711-.004-2.566a13.022 13.022 0 0 0-.559 0m2.684-.001c-.003 1.039-.001 2.077-.001 3.116.188.001.376.002.565-.002a462.06 462.06 0 0 0 0-3.115 11.783 11.783 0 0 0-.564.001m1.478 0c-.007 1.038-.002 2.078-.002 3.116h.563c.001-.625.006-1.251-.003-1.875.271.657.57 1.303.852 1.956.285-.653.595-1.297.853-1.963-.016.627-.004 1.255-.007 1.882.188.001.376.002.564-.001.003-1.039.005-2.078-.001-3.117a24.3 24.3 0 0 0-.54 0c-.287.666-.598 1.323-.862 1.998-.262-.675-.574-1.329-.854-1.996a9.607 9.607 0 0 0-.563 0m3.738-.003c-.001 1.04.001 2.08-.001 3.12.185-.002.37-.001.555-.001 0-1.04.001-2.079-.001-3.119a25.485 25.485 0 0 0-.553 0m1.275-.005c-.004.181-.003.363 0 .544.29.003.58 0 .87.002l.001 2.577h.563c.003-.859 0-1.717.001-2.577l.865-.001c.001-.182.001-.364-.001-.546-.766-.001-1.532-.003-2.298.001M4.789 11.996c.001 2.892-.002 5.784.001 8.677.037.318.41.453.69.454h13.039c.28-.001.653-.136.69-.454.003-2.893 0-5.785.001-8.678-.001-.295-.324-.444-.577-.476-.543-.045-1.091.019-1.634-.034h-.062a7.682 7.682 0 0 1-1.204 0h-.062c-.4.033-.805.031-1.204.001l-.062-.002c-1.68.035-3.367.033-5.046.001l-.063-.001c-1.283.051-2.572 0-3.856.026-.276.019-.645.161-.652.486z"/><path fill="#fff" d="M8.492 3.319c.293.008.59-.019.882.013.393.075.416.718.035.826-.302.044-.612.009-.916.02V3.32zM17.147 3.318c.356.01.79-.075 1.052.233.348.442.347 1.161-.031 1.585-.263.282-.675.208-1.02.216V3.318z"/><path d="M3.629.592c.07-.014.141-.016.212-.017 5.455.002 10.911 0 16.366.001.549-.006.92.555.928 1.061v20.727c-.008.506-.379 1.067-.929 1.061H3.794c-.549.007-.922-.555-.929-1.061-.002-6.893 0-13.786-.001-20.679-.004-.468.278-.991.765-1.093m.42.604c-.459.112-.708.607-.709 1.05v19.508c-.006.495.331 1.065.875 1.069h15.571c.543-.005.88-.575.875-1.07.002-6.487 0-12.973.001-19.46.003-.393-.158-.819-.513-1.021-.21-.127-.462-.094-.695-.097H4.264a.96.96 0 0 0-.214.021z"/><path d="M5.258 3.007c.523-.492 1.597-.341 1.786.415-.166.055-.332.111-.497.168a.61.61 0 0 0-.847-.238c-.154.102-.14.352.022.438.386.221.87.263 1.2.585.368.355.319 1.027-.087 1.333-.633.485-1.715.208-1.939-.59.171-.07.345-.13.517-.196.151.365.59.59.964.422.254-.096.299-.489.061-.63-.363-.24-.839-.264-1.173-.557-.332-.285-.328-.858-.008-1.151zM7.933 2.775c.419-.007.837-.002 1.256-.003.296 0 .616.069.829.29.397.425.311 1.204-.196 1.507-.4.245-.887.129-1.33.157-.002.39.003.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.003-2.083.005-3.124m.559.544v.858c.305-.01.614.024.916-.02.381-.108.359-.751-.035-.826-.292-.031-.588-.005-.882-.013zM10.892 2.778a137.23 137.23 0 0 1 2.029-.001c.005.18.005.36 0 .54-.489.003-.979 0-1.468.001v.712c.303.002.606 0 .908.002.002.177.002.355-.003.532-.301.002-.602 0-.904.001v.786c.521.003 1.042-.003 1.564.004.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.005-2.079.004-3.119zM13.745 2.778c.676-.007 1.353-.004 2.03-.001.005.18.006.36-.002.54-.489.004-.979 0-1.469.002v.712c.304.001.607-.001.911.001.001.178.003.355-.005.532-.302.002-.603 0-.905.001v.787c.522.002 1.044-.003 1.567.003.005.18.005.36-.002.54-.709.006-1.419-.002-2.129.004.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.024 1.469-.135 2.005.381.61.633.6 1.802-.048 2.406-.541.473-1.301.304-1.956.336a464.16 464.16 0 0 1-.001-3.122m.56.542v2.034c.345-.007.757.067 1.02-.216.379-.424.379-1.142.031-1.585-.262-.309-.696-.223-1.052-.233zM6.353 7.419c.187-.004.373-.004.559 0 .008.855 0 1.711.004 2.566.494.003.987-.002 1.48.002.002.182.001.364 0 .546-.682 0-1.364.002-2.046 0 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.006.376-.006.564-.001a462.06 462.06 0 0 1 0 3.115c-.188.004-.376.003-.565.002 0-1.039-.002-2.077.001-3.116zM10.516 7.418c.188-.005.375-.006.563 0 .28.668.592 1.322.854 1.996.264-.675.575-1.332.862-1.998.18-.002.36-.002.54 0 .006 1.039.004 2.078.001 3.117-.188.003-.376.002-.564.001.003-.627-.009-1.255.007-1.882-.258.665-.568 1.309-.853 1.963-.282-.653-.581-1.299-.852-1.956.009.625.005 1.25.003 1.875h-.563c0-1.039-.005-2.078.002-3.116zM14.254 7.415c.184-.002.368-.002.553 0 .002 1.04 0 2.079.001 3.119-.185 0-.37-.001-.555.001.002-1.04 0-2.08.001-3.12zM15.529 7.41c.766-.004 1.532-.002 2.298-.001.003.182.002.364.001.546l-.865.001c-.002.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.577c-.29-.001-.58.001-.87-.002a16.442 16.442 0 0 1 0-.544zM4.789 11.996c.006-.324.376-.466.652-.486 1.285-.027 2.573.025 3.856-.026-.232.054-.438.237-.478.477-.055.344.325.668.655.562.275-.076.449-.409.331-.674-.075-.189-.258-.307-.445-.364 1.68.032 3.366.034 5.046-.001-.232.052-.438.233-.481.473-.06.345.322.673.654.567.274-.075.444-.404.333-.668-.072-.191-.256-.309-.443-.369.399.03.804.031 1.204-.001-.232.054-.436.237-.477.477-.057.354.35.685.685.552.258-.09.413-.409.301-.664-.075-.189-.259-.307-.447-.364.399.031.804.032 1.204 0-.229.058-.432.24-.47.479-.053.339.319.66.647.562a.514.514 0 0 0 .349-.649c-.069-.205-.263-.336-.464-.392.543.053 1.091-.011 1.634.034.253.032.576.181.577.476-.001 2.892.002 5.785-.001 8.678-.037.317-.41.452-.69.454H5.482c-.281-.001-.653-.136-.69-.454-.003-2.892 0-5.784-.001-8.677m3.143.811c-.345.09-.535.579-.255.841.214.271.674.226.827-.084.225-.36-.17-.868-.572-.757m1.266.001c-.339.095-.525.574-.253.836.212.271.671.233.827-.075.233-.362-.167-.88-.575-.761m3.801.011c-.25.098-.429.401-.324.663.092.221.341.392.585.34a.517.517 0 0 0 .41-.469c.029-.337-.343-.658-.67-.534m5.108-.007c-.339.106-.511.595-.224.847.221.266.68.204.824-.11.211-.368-.198-.869-.6-.737M6.765 14.083c-.244.005-.446.218-.492.449-.046.269.179.515.43.57a.51.51 0 0 0 .584-.413c.06-.304-.218-.611-.522-.606m2.532.001c-.228.01-.412.203-.471.413-.089.35.3.695.638.595a.514.514 0 0 0 .374-.555c-.042-.251-.282-.466-.54-.453m3.842 0c-.244.005-.444.218-.489.448-.058.345.327.663.656.558a.515.515 0 0 0 .362-.428c.039-.296-.234-.584-.528-.578m3.797.001c-.378.023-.635.543-.352.829.203.266.648.256.822-.036.241-.33-.079-.826-.47-.793m1.265 0c-.227.019-.407.217-.458.43-.071.34.3.668.629.581a.512.512 0 0 0 .384-.422c.05-.309-.246-.615-.555-.589M5.316 15.397c-.223.108-.385.381-.295.627.088.232.353.407.603.347a.511.511 0 0 0 .398-.48c.015-.343-.384-.648-.706-.494m3.838-.009a.581.581 0 0 0-.335.415c-.059.342.32.66.647.562a.515.515 0 0 0 .375-.473c.011-.335-.365-.636-.687-.503m3.804.01a.594.594 0 0 0-.306.398c-.063.345.322.67.653.565a.51.51 0 0 0 .367-.472c.015-.346-.39-.652-.713-.492m2.571-.01c-.316.121-.467.581-.194.823.229.273.704.2.838-.13.193-.38-.253-.857-.645-.693m2.534.005a.586.586 0 0 0-.323.422c-.045.331.314.637.634.553a.513.513 0 0 0 .389-.478c.013-.34-.378-.644-.7-.497m-12.706 1.26c-.334.109-.497.594-.208.839.227.262.69.19.826-.128.199-.372-.225-.853-.618-.711m1.266.003a.58.58 0 0 0-.346.407c-.072.351.323.683.658.571a.513.513 0 0 0 .358-.43c.045-.344-.337-.672-.669-.548m1.266.001a.583.583 0 0 0-.341.405c-.072.349.318.678.651.573a.52.52 0 0 0 .368-.442c.035-.342-.347-.666-.677-.537m1.266.004a.582.582 0 0 0-.336.409c-.065.345.316.668.646.57a.517.517 0 0 0 .372-.437c.042-.347-.349-.677-.682-.541m1.265.002a.573.573 0 0 0-.334.45c-.023.268.213.505.468.541a.513.513 0 0 0 .555-.45c.045-.351-.354-.683-.689-.54m2.576-.008a.581.581 0 0 0-.345.407c-.072.351.322.681.656.571a.511.511 0 0 0 .36-.435c.041-.343-.34-.668-.671-.543m1.267.002a.581.581 0 0 0-.34.409c-.067.346.318.672.65.57a.51.51 0 0 0 .367-.442c.037-.344-.348-.667-.678-.536m3.802.006a.584.584 0 0 0-.324.417c-.053.337.316.649.641.558a.513.513 0 0 0 .378-.435c.046-.353-.359-.689-.695-.539M9.2 17.918c-.34.092-.526.575-.248.832.221.272.692.216.836-.105.204-.362-.197-.843-.589-.727m3.801.01a.572.572 0 0 0-.352.445c-.03.264.193.498.44.548a.512.512 0 0 0 .578-.417c.068-.352-.323-.705-.665-.577m5.106-.004c-.325.101-.505.563-.24.819.215.275.684.233.838-.083.22-.368-.196-.869-.597-.735M9.203 19.19a.57.57 0 0 0-.387.452c-.033.274.206.521.467.557a.513.513 0 0 0 .544-.385c.098-.348-.276-.723-.623-.624m5.108-.001a.575.575 0 0 0-.384.41c-.078.346.302.682.636.587a.512.512 0 0 0 .375-.414c.06-.336-.296-.672-.627-.583m1.267.002c-.339.09-.529.57-.254.829.221.276.698.222.841-.104.2-.362-.199-.839-.588-.726m1.267.002c-.333.095-.519.564-.251.823.218.277.695.23.842-.094.207-.364-.198-.851-.592-.729z"/><path fill="#ccc" d="M9.297 11.484l.063.001c.188.058.37.175.445.364.118.265-.056.598-.331.674-.33.106-.711-.218-.655-.562.04-.24.247-.423.478-.477zM14.406 11.484l.062.002c.188.06.371.178.443.369.111.264-.06.593-.333.668-.332.106-.713-.222-.654-.567.043-.24.249-.421.481-.473zM15.672 11.485h.062c.188.058.372.175.447.364.113.255-.043.574-.301.664-.336.134-.742-.197-.685-.552.04-.24.245-.423.477-.477zM16.938 11.485H17c.201.056.395.187.464.392.096.264-.079.579-.349.649-.328.098-.7-.222-.647-.562.038-.239.241-.421.47-.479zM7.934 12.809c.402-.111.797.397.572.757-.153.311-.613.355-.827.084-.279-.262-.09-.75.255-.841zM9.2 12.81c.407-.12.808.398.575.761-.157.308-.615.346-.827.075-.273-.262-.086-.741.253-.836zM13 12.821c.327-.123.699.198.67.534a.517.517 0 0 1-.41.469c-.244.052-.493-.119-.585-.34-.105-.262.075-.566.324-.663zM18.109 12.814c.401-.131.811.369.6.737-.144.314-.602.375-.824.11-.287-.252-.115-.741.224-.847zM6.765 14.083c.304-.005.582.302.522.606a.51.51 0 0 1-.584.413c-.251-.056-.476-.302-.43-.57.046-.23.248-.444.492-.449zM9.297 14.084c.259-.013.498.203.54.453a.514.514 0 0 1-.374.555c-.338.1-.727-.245-.638-.595.059-.21.243-.404.471-.413zM13.14 14.084c.294-.006.567.282.528.578a.515.515 0 0 1-.362.428c-.329.105-.713-.213-.656-.558.045-.23.246-.443.489-.448zM16.938 14.085c.391-.033.712.463.47.793-.173.292-.619.301-.822.036-.284-.285-.027-.806.352-.829zM18.203 14.085c.308-.027.604.279.555.589a.513.513 0 0 1-.384.422c-.33.087-.7-.24-.629-.581.051-.213.232-.411.458-.43zM5.316 15.397c.322-.154.721.151.706.494a.511.511 0 0 1-.398.48c-.25.06-.516-.114-.603-.347-.09-.246.072-.519.295-.627zM9.154 15.388c.322-.133.698.168.687.503a.514.514 0 0 1-.375.473c-.327.098-.706-.22-.647-.562a.581.581 0 0 1 .335-.415zM12.958 15.399c.323-.16.728.146.713.492a.512.512 0 0 1-.367.472c-.33.105-.716-.219-.653-.565a.592.592 0 0 1 .306-.398zM15.53 15.388c.391-.165.838.313.645.693-.134.33-.609.403-.838.13-.273-.241-.122-.702.194-.823zM18.063 15.393c.322-.146.713.157.7.497a.513.513 0 0 1-.389.478c-.32.084-.679-.221-.634-.553a.582.582 0 0 1 .323-.422zM5.357 16.653c.393-.142.817.338.618.711-.136.318-.599.39-.826.128-.289-.244-.126-.729.208-.839zM6.623 16.656c.332-.124.714.204.669.548a.511.511 0 0 1-.358.43c-.335.112-.73-.22-.658-.571a.58.58 0 0 1 .346-.407zM7.89 16.657c.33-.129.712.195.677.537a.521.521 0 0 1-.367.442c-.333.105-.723-.225-.651-.573a.583.583 0 0 1 .341-.405zM9.157 16.66c.333-.136.724.194.682.541a.515.515 0 0 1-.372.437c-.33.098-.711-.225-.646-.57a.584.584 0 0 1 .336-.409zM10.422 16.663c.334-.143.734.189.689.54a.51.51 0 0 1-.555.45c-.255-.036-.491-.273-.468-.541a.579.579 0 0 1 .334-.45zM12.998 16.656c.33-.125.712.201.671.543a.51.51 0 0 1-.36.435c-.334.11-.728-.221-.656-.571a.581.581 0 0 1 .345-.407zM14.265 16.658c.33-.131.715.193.678.536a.512.512 0 0 1-.367.442c-.332.103-.717-.224-.65-.57a.583.583 0 0 1 .34-.409zM18.066 16.665c.336-.15.741.186.695.539a.51.51 0 0 1-.378.435c-.324.091-.694-.22-.641-.558a.591.591 0 0 1 .324-.417zM9.2 17.918c.392-.116.793.364.589.727-.144.321-.615.377-.836.105-.279-.257-.093-.74.248-.832zM13 17.928c.342-.128.733.225.665.577a.512.512 0 0 1-.578.417c-.247-.051-.471-.285-.44-.548a.572.572 0 0 1 .352-.445zM18.107 17.923c.401-.134.817.367.597.735-.153.316-.622.358-.838.083-.265-.256-.085-.718.24-.819zM9.203 19.19c.347-.099.721.277.623.624a.512.512 0 0 1-.544.385c-.261-.037-.5-.284-.467-.557a.569.569 0 0 1 .387-.452zM14.312 19.189c.331-.09.687.247.627.583a.512.512 0 0 1-.375.414c-.334.095-.714-.241-.636-.587a.575.575 0 0 1 .384-.41zM15.579 19.191c.389-.113.788.364.588.726-.144.325-.621.38-.841.104-.275-.26-.086-.739.254-.829zM16.845 19.192c.394-.121.799.365.592.729-.148.324-.624.371-.842.094-.268-.259-.082-.728.251-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-40--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2 0h19.997c.499.15.832.655.825 1.169.003 7.205 0 14.409.001 21.614.022.529-.309 1.059-.825 1.217H2.003c-.5-.15-.834-.655-.827-1.169-.002-7.221-.001-14.441 0-21.662C1.168.656 1.501.153 1.999 0m.731 1.98c-.437.399-.45 1.177.003 1.57.467.419 1.147.435 1.65.79.303.211.217.738-.132.853-.509.215-1.101-.091-1.303-.586-.239.089-.479.175-.716.267.327 1.169 2.014 1.508 2.825.655.424-.474.406-1.31-.095-1.724-.375-.317-.863-.439-1.314-.607-.158-.064-.329-.136-.422-.287-.105-.174-.005-.419.176-.498.385-.165.912-.042 1.089.366.231-.076.463-.152.693-.231-.263-1.035-1.733-1.229-2.454-.568m3.668-.333c-.004 1.419-.002 2.838 0 4.258.258.002.516.001.773.001V4.313c.431-.01.864.023 1.294-.023.489-.06.936-.407 1.075-.886.24-.682-.139-1.554-.884-1.697-.744-.126-1.507-.033-2.258-.059m4.075.004c-.005 1.417-.002 2.835-.001 4.252.974.003 1.948.001 2.922 0 0-.246.002-.491-.002-.737-.715-.006-1.43 0-2.145-.003V4.077l1.24-.001c0-.246.003-.491-.003-.737-.413-.003-.825 0-1.237-.001V2.39l2.016-.001c0-.246.002-.492-.002-.737-.929-.005-1.858-.004-2.787 0m3.921.001c-.007 1.418-.001 2.835-.003 4.253h2.92c.002-.247.003-.493-.001-.739-.714-.002-1.428 0-2.142-.001V4.079l1.236-.001c0-.246.001-.491-.001-.737-.412-.002-.824 0-1.235-.001v-.948c.671-.002 1.342.003 2.013-.003.004-.245.004-.491 0-.736-.93-.003-1.859-.005-2.789.001m3.916-.003a670.243 670.243 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.731-.411 1.018-1.32.935-2.116-.048-.683-.417-1.379-1.063-1.665-.721-.322-1.531-.166-2.295-.202M4.233 6.567c-.002 1.416-.001 2.832 0 4.248h2.813v-.743l-2.038-.001c-.001-1.168.001-2.336-.001-3.505a49.795 49.795 0 0 0-.773 0m3.69-.006v4.255c.257.002.515.001.772 0V6.56h-.772m2.032 0v4.254c.258.002.516.001.774.001 0-.847.005-1.693-.004-2.539.39.884.78 1.767 1.172 2.648.387-.89.806-1.767 1.169-2.668-.014.853-.004 1.706-.006 2.559h.771V6.559h-.745c-.398.898-.792 1.797-1.187 2.696-.38-.903-.782-1.797-1.173-2.696h-.771m5.136.001v4.256l.77.001c.003-1.419.001-2.838.001-4.257h-.771m1.763-.003V7.3h1.192c.001 1.172-.001 2.343.001 3.515h.772V7.3h1.193v-.743h-3.159m-.9 6.354a2.823 2.823 0 0 0-1.65.737c-.565.525-.904 1.246-1.112 1.979-.245.893-.323 1.826-.293 2.751.049 1.005.203 2.029.66 2.936.301.603.764 1.143 1.375 1.445 1.205.583 2.827.363 3.695-.705.555-.654.85-1.487 1.013-2.318a9.783 9.783 0 0 0 .069-3.139c-.135-.923-.405-1.858-.99-2.601-.634-.842-1.739-1.218-2.767-1.085m-7.39.153c-1.692 2.186-3.369 4.385-5.053 6.577-.084.25-.013.535-.036.799 1.671.002 3.342 0 5.013.001v2.437h1.275v-2.437h1.386v-1.143H9.764v-6.256c-.397.016-.814-.033-1.199.023z"/><path d="M7.172 2.391c.413.014.83-.03 1.239.025.532.119.525.999.001 1.126-.409.056-.828.01-1.24.025V2.39zM19.082 2.391c.415.024.875-.083 1.248.151.411.265.555.79.547 1.254.002.461-.162.976-.579 1.223-.367.223-.811.125-1.216.146V2.39zM15.908 14.129c.77-.203 1.625.173 1.982.886.601 1.155.613 2.513.543 3.783-.071.859-.218 1.777-.772 2.469-.52.659-1.542.78-2.24.346-.409-.257-.675-.686-.841-1.129-.292-.776-.361-1.615-.371-2.438.001-.881.067-1.782.384-2.611.219-.596.668-1.165 1.315-1.307zM5.158 19.297c1.109-1.475 2.216-2.951 3.329-4.423.003 1.474.001 2.948.001 4.422-1.11.001-2.22-.001-3.33.001z"/><path fill="#fff" d="M2.73 1.98c.721-.66 2.191-.467 2.454.568-.23.079-.462.155-.693.231-.177-.408-.705-.532-1.089-.366-.181.079-.281.323-.176.498.093.151.265.224.422.287.451.168.938.29 1.314.607.501.414.519 1.249.095 1.724-.811.853-2.498.513-2.825-.655.238-.092.477-.178.716-.267.202.495.794.801 1.303.586.348-.115.435-.641.132-.853-.502-.355-1.182-.371-1.65-.79-.453-.392-.441-1.17-.003-1.57zM6.398 1.647c.751.026 1.515-.067 2.258.059.744.143 1.123 1.016.884 1.697-.139.479-.586.826-1.075.886-.429.046-.863.013-1.294.023v1.593c-.258 0-.516.001-.773-.001-.002-1.419-.003-2.839 0-4.258m.774.745v1.177c.413-.015.831.031 1.24-.025.524-.127.531-1.007-.001-1.126-.41-.055-.827-.011-1.239-.025zM10.473 1.652c.929-.003 1.858-.004 2.787 0 .005.246.002.491.002.737l-2.016.001v.948c.413.001.825-.001 1.237.001.007.246.003.491.003.737l-1.24.001v1.087c.715.002 1.43-.003 2.145.003.005.246.002.491.002.737-.974.001-1.948.002-2.922 0 0-1.418-.003-2.835.001-4.253zM14.395 1.653c.93-.006 1.859-.004 2.789-.001.003.245.004.491 0 .736-.671.006-1.343 0-2.013.003v.948c.412.001.823-.001 1.235.001.002.246.001.491.001.737l-1.236.001v1.087l2.142.001c.004.246.003.493.001.739h-2.92c.001-1.418-.004-2.835.003-4.253zM18.309 1.651c.764.037 1.574-.12 2.295.203.645.287 1.014.982 1.063 1.665.083.796-.203 1.705-.935 2.116-.738.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.021.849.076 1.216-.146.417-.247.581-.762.579-1.223.008-.465-.136-.99-.547-1.254-.373-.235-.833-.127-1.248-.151zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.169 0 2.337.001 3.505l2.038.001v.743H4.232V6.568zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.771c.391.899.793 1.792 1.173 2.696.395-.899.788-1.798 1.187-2.696h.745v4.256h-.771c.002-.853-.008-1.706.006-2.559-.363.9-.781 1.777-1.169 2.668-.392-.882-.782-1.765-1.172-2.648.008.847.003 1.693.004 2.539-.258 0-.516.001-.774-.001V6.561zM15.092 6.56h.771c0 1.419.002 2.838-.001 4.257l-.77-.001V6.56zM16.855 6.557h3.159V7.3h-1.193v3.515h-.772c-.002-1.172 0-2.343-.001-3.515h-1.192a92.009 92.009 0 0 1 0-.743zM15.954 12.911c1.028-.134 2.133.243 2.767 1.085.585.742.855 1.678.99 2.601a9.754 9.754 0 0 1-.069 3.139c-.163.832-.458 1.665-1.013 2.318-.868 1.068-2.49 1.288-3.695.705-.611-.302-1.074-.842-1.375-1.445-.457-.907-.611-1.931-.66-2.936-.03-.924.048-1.857.293-2.751.208-.733.547-1.454 1.112-1.979a2.825 2.825 0 0 1 1.65-.737m-.046 1.218c-.647.142-1.096.711-1.315 1.307-.317.83-.383 1.731-.384 2.611.009.823.079 1.662.371 2.438.166.443.433.872.841 1.129.698.434 1.72.313 2.24-.346.554-.692.701-1.61.772-2.469.07-1.27.058-2.628-.543-3.783-.357-.713-1.212-1.089-1.982-.886zM8.564 13.064c.385-.057.802-.007 1.199-.023v6.256h1.385v1.143H9.762v2.437H8.487V20.44c-1.671-.001-3.342.001-5.013-.001.023-.263-.048-.548.036-.799 1.684-2.192 3.36-4.391 5.053-6.577m-3.405 6.234c1.11-.002 2.22 0 3.33-.001 0-1.474.002-2.948-.001-4.422-1.113 1.472-2.22 2.948-3.329 4.423z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-45--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.127 0h17.744c.489.153.757.684.748 1.172v21.656c.009.488-.259 1.017-.747 1.172H3.132c-.49-.152-.758-.684-.749-1.172V1.172C2.373.684 2.641.156 3.128 0m.501.592c-.47.097-.751.593-.764 1.045-.002 6.892 0 13.785-.001 20.678-.001.403.195.828.56 1.022.2.11.435.087.654.089l16.128-.001c.55.006.92-.555.928-1.061.002-6.893 0-13.785.001-20.678 0-.403-.195-.829-.56-1.023-.215-.118-.466-.084-.701-.088H3.84a1.152 1.152 0 0 0-.212.017z"/><path fill="#fff" d="M4.049 1.195a.967.967 0 0 1 .215-.02h15.189c.233.003.486-.03.696.097.355.203.517.629.513 1.022-.001 6.486.001 12.973-.001 19.459.006.495-.332 1.065-.875 1.07H4.215c-.543-.004-.882-.575-.875-1.07V2.245c.001-.443.25-.939.71-1.051m1.208 1.813c-.32.293-.324.866.008 1.151.335.293.81.317 1.173.557.238.141.192.535-.062.63-.374.167-.813-.058-.964-.422-.172.066-.346.127-.517.196.224.798 1.305 1.075 1.938.59.406-.307.455-.979.087-1.334-.33-.321-.814-.363-1.2-.584-.162-.087-.176-.336-.022-.438a.609.609 0 0 1 .847.238c.165-.058.331-.113.497-.168-.189-.756-1.263-.907-1.786-.415m2.676-.233c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.005-.391 0-.781.003-1.172.443-.028.93.089 1.33-.157.506-.303.593-1.082.195-1.507-.213-.221-.533-.291-.829-.29-.419.001-.837-.004-1.255.003m2.959.003c-.008 1.04-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.007-1.043 0-1.564-.004v-.786c.301 0 .603.001.904-.001.005-.178.005-.355.003-.532-.303-.002-.606 0-.908-.001v-.712c.489-.001.979.002 1.469-.001.004-.18.004-.36 0-.54-.677-.004-1.353-.005-2.03.001m2.854-.001c-.007 1.04.002 2.08-.004 3.12.71-.006 1.419.002 2.129-.004.007-.18.006-.36.001-.54-.523-.006-1.045 0-1.567-.003v-.787h.905c.008-.178.007-.355.006-.533-.304-.002-.607 0-.911-.001v-.712c.49-.003.98.004 1.47-.004.005-.18.005-.359 0-.539-.676-.003-1.353-.005-2.03.001m2.843-.001c-.002 1.041-.004 2.082.001 3.122.655-.032 1.415.136 1.956-.336.649-.603.658-1.773.048-2.406-.537-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046 0v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.003-1.711-.003-2.566a13.068 13.068 0 0 0-.56 0m2.684-.001c-.003 1.038-.001 2.077-.001 3.116.188.001.376.002.565-.001.003-1.039.004-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.478-.001c-.007 1.039-.002 2.078-.002 3.117h.563c.002-.624.005-1.249-.003-1.874.273.656.569 1.303.853 1.954.285-.653.594-1.297.852-1.96-.015.627-.004 1.253-.007 1.88.188.001.376.001.564-.001.003-1.039.005-2.078-.001-3.117a24.3 24.3 0 0 0-.54 0c-.288.665-.597 1.322-.863 1.997-.262-.674-.575-1.327-.853-1.994a8.807 8.807 0 0 0-.563-.001m3.738-.003c-.001 1.04.001 2.08-.001 3.12.185-.002.37-.001.555-.001-.001-1.04.001-2.079-.001-3.119a25.485 25.485 0 0 0-.553 0m1.274-.005c-.003.181-.003.363 0 .544.29.003.58 0 .87.002l.001 2.577h.563c.003-.859 0-1.717.001-2.577h.865c.001-.182.001-.365-.001-.547-.766-.001-1.532-.003-2.299.001M4.789 11.996c.001 2.893-.002 5.785.001 8.677.037.317.41.453.691.454h13.038c.28-.001.653-.136.691-.453.003-2.893 0-5.785.001-8.678.001-.282-.3-.434-.542-.472a1.41 1.41 0 0 0-.466-.038 7.907 7.907 0 0 1-1.202-.001h-.063a7.669 7.669 0 0 1-1.203 0l-.063-.001a7.792 7.792 0 0 1-1.203.002 1.325 1.325 0 0 0-.063-.002 7.79 7.79 0 0 1-1.241 0h-.031a71.947 71.947 0 0 1-3.774.001l-.063-.001c-1.284.051-2.572-.001-3.858.026-.275.019-.645.161-.65.485z"/><path fill="#fff" d="M8.492 3.319c.305.014.617-.031.917.024.381.108.358.755-.037.824-.293.024-.587.005-.88.01v-.858zM17.147 3.318c.356.01.79-.075 1.052.233.348.442.347 1.161-.031 1.585-.263.282-.675.208-1.02.215V3.317z"/><path d="M3.629.592c.07-.014.141-.016.212-.017h16.034c.234.004.486-.03.701.088.366.194.56.62.56 1.023-.001 6.893.001 13.785-.001 20.678-.008.506-.378 1.067-.928 1.061l-16.128.001c-.22-.001-.454.022-.654-.089-.365-.194-.561-.62-.56-1.022.001-6.892-.001-13.785.001-20.678.013-.453.294-.948.764-1.045m.419.603c-.46.112-.708.607-.71 1.051v19.508c-.007.495.332 1.066.875 1.07h15.571c.543-.004.881-.575.875-1.07.002-6.486 0-12.973.001-19.459.004-.394-.158-.82-.513-1.022-.21-.127-.462-.094-.696-.097H4.263a.967.967 0 0 0-.215.02z"/><path d="M5.258 3.007c.523-.492 1.597-.34 1.786.415-.166.055-.332.11-.497.168a.609.609 0 0 0-.847-.238c-.154.102-.14.351.022.438.386.221.87.263 1.2.584.368.354.32 1.027-.087 1.334-.633.485-1.715.208-1.938-.59.171-.069.345-.13.517-.196.151.365.59.59.964.422.254-.095.3-.489.062-.63-.363-.24-.838-.264-1.173-.557-.332-.285-.328-.858-.008-1.151zM7.933 2.775c.418-.007.837-.002 1.255-.003.296 0 .616.069.829.29.397.425.311 1.204-.195 1.507-.4.245-.888.129-1.33.157-.002.391.002.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.559.544v.858c.293-.005.587.015.88-.01.395-.069.418-.716.037-.824-.3-.055-.612-.01-.917-.024zM10.892 2.778c.676-.006 1.353-.005 2.03-.001.004.18.004.36 0 .54-.49.003-.979 0-1.469.001v.712c.303.002.606-.001.908.001.001.178.001.355-.003.532-.301.002-.603 0-.904.001v.786c.521.003 1.042-.003 1.564.004.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.005-2.079.004-3.119zM13.745 2.778c.677-.007 1.353-.004 2.03-.001.004.18.005.359 0 .539-.49.008-.98 0-1.47.004v.712c.303.001.607-.001.911.001.001.178.003.355-.006.533h-.905v.787c.522.002 1.044-.003 1.567.003.004.18.005.36-.001.54-.71.007-1.419-.002-2.129.004.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.61.633.6 1.802-.048 2.406-.541.473-1.301.304-1.956.336a464.16 464.16 0 0 1-.001-3.122m.56.542v2.034c.345-.007.757.067 1.02-.215.379-.425.379-1.143.031-1.585-.262-.309-.696-.223-1.052-.233zM6.353 7.419c.187-.004.373-.004.56 0 .007.855 0 1.711.003 2.566.494.003.987-.002 1.48.002.002.182.001.364 0 .546-.682 0-1.364.002-2.046 0 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.006.376-.006.564-.001.004 1.039.003 2.077 0 3.116-.188.003-.377.002-.565.001 0-1.039-.002-2.077.001-3.116zM10.516 7.417c.188-.004.376-.006.563.001.278.668.591 1.32.853 1.994.266-.675.575-1.332.863-1.997.18-.002.36-.002.54 0 .006 1.039.004 2.078.001 3.117-.188.003-.376.002-.564.001.003-.627-.008-1.253.007-1.88-.258.664-.567 1.307-.852 1.96-.284-.651-.579-1.298-.853-1.954.008.624.005 1.249.003 1.874h-.563c0-1.039-.005-2.078.002-3.117zM14.254 7.415c.184-.001.368-.002.553 0 .002 1.04 0 2.079.001 3.119-.185 0-.37-.001-.555.001.002-1.04 0-2.08.001-3.12zM15.528 7.41c.766-.004 1.533-.002 2.299-.001.003.182.002.364.001.547h-.865c-.002.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.577c-.29-.001-.58.001-.87-.002a16.442 16.442 0 0 1 0-.544zM4.789 11.996c.006-.324.375-.466.65-.485 1.285-.027 2.574.024 3.858-.026-.231.054-.437.236-.478.475-.056.344.324.669.654.563.275-.075.449-.409.331-.674-.075-.189-.258-.306-.445-.364 1.256.031 2.518.034 3.774-.001-.367.057-.648.529-.382.841.206.307.712.278.865-.064.183-.335-.107-.724-.452-.777a7.79 7.79 0 0 0 1.241 0c-.232.051-.438.232-.482.471-.06.345.321.675.653.569.274-.074.445-.404.334-.668-.072-.191-.255-.309-.442-.369.399.029.803.031 1.203-.002-.231.054-.435.237-.476.476-.058.355.35.687.686.552.258-.09.413-.409.3-.664-.075-.189-.259-.306-.447-.363.399.031.803.031 1.203 0-.228.058-.431.24-.469.479-.056.353.348.682.683.551a.515.515 0 0 0 .314-.638c-.069-.205-.263-.335-.464-.391.399.032.802.03 1.202.001-.227.061-.428.246-.463.485-.047.348.346.669.677.546a.516.516 0 0 0 .32-.643c-.055-.175-.219-.277-.36-.375.097.007.195.016.293.026.242.038.543.19.542.472-.001 2.892.002 5.785-.001 8.678-.038.317-.411.452-.691.453H5.482c-.281-.001-.653-.136-.691-.454-.003-2.892 0-5.784-.001-8.677m3.143.81a.58.58 0 0 0-.382.413c-.081.348.302.694.641.593a.526.526 0 0 0 .364-.381c.092-.346-.275-.721-.623-.626m1.267.002c-.339.095-.525.574-.252.836.212.271.671.233.827-.075.233-.362-.168-.88-.575-.76m3.8.01a.593.593 0 0 0-.344.397c-.084.351.303.701.644.597a.517.517 0 0 0 .37-.459c.029-.337-.343-.659-.671-.535m-6.233 1.262c-.244.004-.446.218-.492.447-.047.269.178.516.429.571a.51.51 0 0 0 .585-.413c.06-.304-.217-.61-.521-.606m2.531.002c-.229.01-.412.203-.472.413-.09.35.3.696.638.595a.514.514 0 0 0 .373-.556c-.042-.25-.281-.465-.539-.453m3.843 0c-.243.005-.444.218-.49.448-.059.345.327.664.656.558.19-.055.34-.23.361-.427.039-.296-.233-.584-.528-.579m1.267.001c-.241.009-.437.22-.483.447-.058.343.322.661.65.561a.513.513 0 0 0 .368-.427c.041-.3-.237-.591-.534-.581m1.265 0c-.241.012-.435.225-.478.453-.052.338.32.649.645.556a.512.512 0 0 0 .374-.558c-.043-.25-.283-.464-.54-.451m1.265.001c-.239.016-.431.228-.471.456-.04.273.194.52.452.565a.51.51 0 0 0 .566-.433c.048-.306-.241-.608-.547-.588M5.315 15.397c-.323.138-.443.625-.138.847.251.261.729.126.823-.217.137-.382-.314-.807-.685-.63m3.839-.009a.587.587 0 0 0-.335.413c-.06.343.32.662.648.563a.517.517 0 0 0 .374-.473c.012-.336-.366-.637-.687-.504m8.909.006c-.227.106-.393.386-.3.634.09.233.359.408.61.342a.512.512 0 0 0 .39-.478c.013-.341-.378-.644-.7-.498m-12.707 1.26c-.334.11-.496.594-.208.839.227.262.689.19.826-.128.199-.372-.225-.853-.618-.711m1.267.003c-.327.113-.487.588-.205.832.233.277.721.188.842-.152.17-.373-.255-.825-.637-.68m1.266.002a.58.58 0 0 0-.34.404c-.073.349.318.679.652.574a.519.519 0 0 0 .367-.44c.037-.343-.347-.667-.678-.538m1.266.002a.584.584 0 0 0-.335.407c-.067.345.315.669.645.571a.518.518 0 0 0 .373-.436c.043-.348-.349-.679-.682-.542m1.265.003c-.323.126-.464.603-.173.838.233.259.696.171.823-.151.189-.381-.259-.856-.65-.687m7.644.002a.586.586 0 0 0-.324.417c-.053.337.317.649.641.558a.513.513 0 0 0 .378-.435c.046-.354-.359-.69-.695-.54m-8.867 1.253c-.34.093-.525.575-.247.832.221.272.692.216.836-.105.204-.363-.198-.843-.59-.727m3.802.01a.574.574 0 0 0-.352.445c-.03.264.192.497.439.549a.51.51 0 0 0 .578-.416c.069-.352-.323-.706-.665-.578m5.107-.005a.58.58 0 0 0-.361.407c-.075.337.285.662.613.588a.511.511 0 0 0 .402-.448c.037-.335-.327-.654-.654-.547m-8.904 1.268c-.34.09-.529.57-.253.83.221.276.698.22.84-.105.201-.361-.198-.838-.587-.725m5.108-.002a.577.577 0 0 0-.383.409c-.076.333.273.66.599.596a.513.513 0 0 0 .412-.421c.06-.337-.296-.674-.628-.584m1.267.002a.573.573 0 0 0-.385.451c-.033.273.204.519.464.558a.513.513 0 0 0 .555-.422c.064-.339-.299-.683-.633-.586m1.265.001c-.332.095-.518.563-.25.822.218.278.695.231.843-.094.207-.365-.199-.851-.593-.728z"/><path fill="#ccc" d="M9.297 11.485l.063.001c.188.058.37.174.445.364.118.265-.056.599-.331.674-.33.105-.711-.219-.654-.563.041-.24.247-.421.478-.475zM13.133 11.484h.031c.345.053.636.442.452.777-.153.342-.659.371-.865.064-.266-.312.014-.784.382-.841zM14.406 11.484l.063.002c.187.06.37.178.443.369.112.264-.06.594-.334.668-.332.106-.714-.224-.653-.569.044-.239.25-.42.482-.471zM15.672 11.485l.063.001c.188.057.371.174.447.363.113.255-.042.574-.3.664-.336.135-.743-.197-.686-.552.041-.24.246-.422.476-.476zM16.938 11.485h.063c.2.056.394.186.464.391a.514.514 0 0 1-.314.638c-.334.131-.738-.198-.683-.551.038-.239.241-.42.469-.479zM18.203 11.487c.156-.023.313.008.466.038a9.652 9.652 0 0 0-.293-.026c.142.098.305.2.36.375a.514.514 0 0 1-.32.643c-.33.124-.724-.197-.677-.546.035-.239.235-.424.463-.485zM7.933 12.809c.348-.096.715.279.623.626a.524.524 0 0 1-.364.381c-.338.1-.722-.245-.641-.593a.577.577 0 0 1 .382-.413zM9.2 12.81c.407-.12.808.398.575.76-.157.309-.615.346-.827.075-.273-.262-.087-.741.252-.836zM13 12.821c.328-.124.7.198.671.535a.52.52 0 0 1-.37.459c-.341.105-.728-.246-.644-.597a.59.59 0 0 1 .344-.397zM6.766 14.083c.304-.005.581.302.521.606a.51.51 0 0 1-.585.413c-.251-.056-.476-.302-.429-.571.046-.23.248-.443.492-.447zM9.298 14.084c.258-.012.497.203.539.453a.514.514 0 0 1-.373.556c-.338.1-.728-.245-.638-.595.06-.211.243-.403.472-.413zM13.141 14.083c.295-.005.567.283.528.579a.515.515 0 0 1-.361.427c-.329.106-.715-.213-.656-.558.046-.229.247-.442.49-.448zM14.407 14.084c.298-.01.576.281.534.581a.515.515 0 0 1-.368.427c-.328.1-.707-.218-.65-.561.046-.227.242-.438.483-.447zM15.673 14.084c.258-.013.498.201.54.451a.513.513 0 0 1-.374.558c-.325.093-.697-.218-.645-.556.043-.228.237-.441.478-.453zM16.939 14.085c.305-.021.595.282.547.588a.51.51 0 0 1-.566.433c-.258-.045-.492-.292-.452-.565.04-.228.232-.44.471-.456zM5.315 15.397c.371-.178.822.247.685.63-.094.343-.572.479-.823.217-.305-.222-.185-.709.138-.847zM9.154 15.388c.322-.133.699.168.687.504a.517.517 0 0 1-.374.473c-.328.099-.708-.221-.648-.563a.582.582 0 0 1 .335-.413zM18.063 15.393c.322-.146.713.157.7.498a.513.513 0 0 1-.39.478c-.251.066-.52-.108-.61-.342-.093-.248.072-.527.3-.634zM5.356 16.653c.393-.142.817.338.618.711-.137.318-.599.39-.826.128-.289-.244-.126-.729.208-.839zM6.623 16.656c.382-.145.807.307.637.68-.12.34-.608.429-.842.152-.282-.244-.122-.719.205-.832zM7.889 16.658c.331-.13.714.195.678.538a.518.518 0 0 1-.367.44c-.334.105-.724-.225-.652-.574a.585.585 0 0 1 .34-.404zM9.156 16.66c.334-.137.726.194.683.542a.518.518 0 0 1-.373.436c-.33.098-.712-.226-.645-.571a.584.584 0 0 1 .335-.407zM10.422 16.663c.39-.169.839.306.65.687-.127.322-.59.41-.823.151-.291-.235-.15-.712.173-.838zM18.066 16.665c.336-.15.741.186.695.54a.513.513 0 0 1-.378.435c-.324.091-.694-.22-.641-.558a.589.589 0 0 1 .324-.417zM9.199 17.918c.392-.117.794.364.59.727-.144.321-.615.377-.836.105-.279-.257-.093-.739.247-.832zM13 17.928c.342-.128.735.225.665.578a.51.51 0 0 1-.578.416c-.247-.052-.469-.285-.439-.549a.574.574 0 0 1 .352-.445zM18.107 17.923c.327-.107.691.212.654.547a.51.51 0 0 1-.402.448c-.328.074-.687-.252-.613-.588a.582.582 0 0 1 .361-.407zM9.203 19.191c.389-.113.788.364.587.725-.142.326-.62.381-.84.105-.276-.26-.087-.741.253-.83zM14.311 19.189c.332-.09.688.247.628.584a.513.513 0 0 1-.412.421c-.326.063-.675-.263-.599-.596a.575.575 0 0 1 .383-.409zM15.578 19.191c.335-.096.697.248.633.586a.512.512 0 0 1-.555.422c-.26-.039-.497-.285-.464-.558a.573.573 0 0 1 .385-.451zM16.844 19.193c.394-.123.8.364.593.728-.148.324-.625.372-.843.094-.268-.259-.082-.727.25-.822z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-45--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.008 0h19.979c.506.141.841.653.836 1.167.002 7.206 0 14.412.001 21.618.02.529-.313 1.066-.834 1.215H2.014c-.507-.14-.843-.652-.837-1.168V1.167C1.171.653 1.505.145 2.008 0m.698 2.003c-.414.405-.416 1.162.028 1.545.467.42 1.147.436 1.65.79.303.211.217.738-.131.853-.509.215-1.102-.09-1.303-.585-.239.088-.479.174-.716.266.329 1.192 2.086 1.522 2.869.603.376-.481.344-1.273-.14-1.672-.385-.325-.887-.444-1.348-.62-.166-.069-.353-.158-.419-.339a.378.378 0 0 1 .208-.433c.384-.164.913-.043 1.087.367.231-.076.462-.152.692-.231-.262-1.048-1.766-1.235-2.477-.545m3.693-.355c-.004 1.419-.003 2.838-.001 4.258.258.003.516.001.773.001V4.313c.431-.011.865.023 1.294-.023.49-.06.937-.409 1.075-.888.239-.682-.142-1.553-.886-1.695-.743-.125-1.505-.033-2.256-.059m4.075.004c-.006 1.417-.002 2.835-.001 4.252.974.003 1.948.002 2.922 0 0-.246.003-.491-.003-.737-.715-.007-1.43 0-2.144-.003V4.077l1.24-.001c0-.245.002-.49-.002-.735-.413-.007-.825 0-1.238-.004v-.948c.672-.002 1.343.001 2.015-.001 0-.245.003-.491-.002-.736-.929-.006-1.858-.004-2.786-.001m3.921.003c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.246.003-.493-.001-.739-.714-.002-1.428.001-2.141-.001V4.079l1.236-.001c0-.246.002-.491-.001-.736-.412-.004-.823 0-1.235-.002v-.948c.671-.003 1.342.003 2.013-.003.005-.245.005-.491 0-.736-.93-.003-1.859-.006-2.788.001m3.915-.003a603.22 603.22 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.717-.402 1.008-1.287.939-2.07-.038-.688-.393-1.396-1.037-1.698-.726-.341-1.551-.18-2.324-.217M4.233 6.567c-.002 1.416-.001 2.832 0 4.247.938.002 1.875 0 2.813.001l-.001-.743c-.679-.002-1.358 0-2.037-.001-.002-1.168.001-2.336-.002-3.504a49.795 49.795 0 0 0-.773 0m3.691-.007v4.255h.772V6.56a99.33 99.33 0 0 0-.772 0m2.032 0c-.002 1.418-.002 2.836 0 4.254.258.002.516.001.773 0-.004-.855.012-1.71-.009-2.565.383.894.781 1.782 1.178 2.67.39-.891.81-1.769 1.17-2.672-.019.856-.005 1.712-.008 2.568h.771V6.56a92.256 92.256 0 0 0-.744 0c-.395.907-.812 1.804-1.185 2.72-.368-.916-.785-1.813-1.176-2.72h-.77m5.137 0v4.255l.771.001V6.56a98.817 98.817 0 0 0-.77 0m1.762-.003V7.3h1.192c.002 1.172-.001 2.343.001 3.515h.772c.001-1.171-.001-2.343.001-3.514.398-.002.795 0 1.193-.001v-.743a1662.16 1662.16 0 0 0-3.158 0m-8.155 6.486c-1.688 2.206-3.385 4.406-5.071 6.614-.051.253-.007.524-.021.784h5.012v2.437H9.89c.003-.812 0-1.625.001-2.437.462-.001.923.001 1.385-.001v-1.142H9.892c-.002-2.085.001-4.171-.001-6.256-.397 0-.793-.003-1.189.001m5.124.026c-.196 1.66-.389 3.32-.58 4.98.412.146.825.293 1.241.432.727-.777 1.987-1.033 2.948-.57 1.149.597 1.308 2.34.438 3.243-.574.633-1.487.825-2.308.715-.715-.06-1.377-.401-1.903-.88-.254.327-.509.652-.759.981.803.793 1.981 1.086 3.082 1.094 1.064.042 2.17-.338 2.896-1.136 1.145-1.216 1.178-3.326.011-4.538-1.102-1.155-3.058-1.207-4.322-.291l.366-2.845c1.392-.002 2.783 0 4.175-.001.001-.395.002-.789-.001-1.184h-5.284z"/><path d="M7.172 2.391c.413.014.831-.031 1.241.025.53.121.523.998 0 1.126-.409.056-.828.01-1.241.024-.002-.392-.001-.784 0-1.176zM19.082 2.391c.415.024.874-.084 1.247.15.411.265.556.79.547 1.254.002.461-.161.976-.578 1.223-.367.224-.811.126-1.216.147V2.39zM5.29 19.297c1.108-1.479 2.22-2.955 3.333-4.431l-.001 4.43H5.29z"/><path fill="#fff" d="M2.706 2.003c.711-.69 2.215-.503 2.477.545-.23.079-.461.155-.692.231-.174-.41-.703-.531-1.087-.367a.378.378 0 0 0-.208.433c.066.181.253.27.419.339.46.176.963.295 1.348.62.484.399.517 1.191.14 1.672-.782.919-2.54.589-2.869-.603.237-.092.477-.179.716-.266.201.495.794.8 1.303.585.348-.115.435-.641.131-.853-.503-.354-1.183-.371-1.65-.79-.443-.384-.442-1.141-.028-1.545zM6.399 1.647c.751.026 1.513-.067 2.256.059.744.142 1.125 1.014.886 1.695-.138.48-.585.829-1.075.888-.429.046-.863.012-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.838.001-4.258m.772.745v1.176c.413-.014.832.031 1.241-.024.523-.128.53-1.005 0-1.126-.41-.056-.828-.011-1.241-.025zM10.473 1.652c.929-.003 1.858-.005 2.786.001.005.246.002.491.002.736-.672.002-1.343 0-2.015.001v.948c.413.003.825-.003 1.238.004.004.245.002.49.002.735l-1.24.001v1.087c.714.003 1.429-.004 2.144.003.006.246.002.491.003.737-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.788-.001.004.245.005.491 0 .736-.671.006-1.342 0-2.013.003v.948c.412.002.823-.001 1.235.002.003.245.001.491.001.736l-1.236.001v1.087c.713.002 1.427-.001 2.141.001.004.246.003.493.001.739-.974.002-1.947.001-2.92 0 .001-1.417-.004-2.835.003-4.252zM18.31 1.651c.773.037 1.598-.125 2.324.217.644.301.999 1.01 1.037 1.698.069.782-.222 1.667-.939 2.07-.738.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.739v2.775c.405-.021.85.077 1.216-.147.417-.247.58-.762.578-1.223.008-.464-.136-.989-.547-1.254-.373-.234-.833-.127-1.247-.15zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.336.002 3.504.679.001 1.358-.001 2.037.001l.001.743c-.938 0-1.875.001-2.813-.001-.001-1.416-.002-2.832 0-4.247zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.77c.391.907.808 1.804 1.176 2.72.372-.916.789-1.814 1.185-2.72h.744v4.255h-.771c.004-.856-.01-1.712.008-2.568-.361.903-.78 1.782-1.17 2.672-.397-.888-.795-1.775-1.178-2.67.021.855.006 1.71.009 2.565h-.773c-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.77v4.256l-.771-.001V6.56zM16.856 6.557h3.158V7.3c-.398.001-.795-.001-1.193.001-.002 1.171 0 2.343-.001 3.514a99.33 99.33 0 0 1-.772 0c-.002-1.172.001-2.343-.001-3.515h-1.192v-.743zM8.702 13.043c.397-.004.793-.001 1.189-.001.002 2.085 0 4.17.001 6.256h1.384v1.142c-.461.002-.923 0-1.385.001-.001.812.001 1.625-.001 2.437H8.622v-2.437H3.61c.014-.26-.03-.532.021-.784 1.686-2.208 3.383-4.407 5.071-6.614M5.29 19.297c1.111-.002 2.221 0 3.332 0l.001-4.43a1463.644 1463.644 0 0 0-3.333 4.431zM13.826 13.069h5.284c.003.395.002.789.001 1.184-1.392.002-2.783 0-4.175.001l-.366 2.845c1.264-.916 3.22-.864 4.322.291 1.167 1.212 1.133 3.322-.011 4.538-.726.798-1.832 1.178-2.896 1.136-1.101-.008-2.279-.301-3.082-1.094.25-.329.506-.654.759-.981.526.479 1.187.82 1.903.88.821.11 1.734-.082 2.308-.715.87-.903.711-2.646-.438-3.243-.961-.463-2.221-.207-2.948.57-.415-.138-.828-.285-1.241-.432.191-1.66.384-3.32.58-4.98z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-5--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.127 0H20.87c.489.152.757.683.748 1.171v21.657c.009.488-.259 1.017-.747 1.171H3.131c-.49-.152-.758-.683-.749-1.171V1.171C2.372.683 2.64.155 3.127 0m.502.592c-.47.097-.75.592-.764 1.045-.002 6.893 0 13.786-.001 20.679 0 .402.195.827.56 1.021.2.11.435.087.654.089l16.127-.001c.55.007.921-.555.929-1.061.003-6.893 0-13.786.001-20.679 0-.402-.195-.828-.561-1.022-.214-.117-.466-.084-.7-.088H3.84a1.246 1.246 0 0 0-.212.017z"/><path fill="#fff" d="M4.049 1.196c.07-.017.143-.019.214-.021h15.474c.564-.028.932.559.923 1.071.002 6.503.002 13.005 0 19.508.006.495-.331 1.065-.874 1.069H4.214c-.543-.004-.881-.574-.875-1.069-.002-6.487 0-12.974-.001-19.46-.012-.458.233-.982.71-1.098m1.186 1.835c-.306.306-.289.879.057 1.148.335.273.793.301 1.148.535.238.141.193.534-.062.63-.374.168-.812-.058-.964-.422-.172.066-.346.127-.517.196.225.797 1.305 1.074 1.938.59.406-.306.456-.978.088-1.333-.33-.322-.814-.363-1.2-.585-.162-.087-.177-.336-.022-.438a.609.609 0 0 1 .847.238c.165-.058.331-.113.498-.168-.194-.767-1.297-.913-1.81-.391m2.698-.256c-.007 1.042.002 2.083-.004 3.124.187-.003.374-.002.561-.001.005-.391 0-.782.003-1.172.442-.028.93.089 1.33-.157.506-.303.593-1.082.195-1.507-.212-.221-.532-.291-.829-.29-.419.001-.837-.003-1.256.003m2.959.003c-.008 1.04-.001 2.08-.004 3.12.71-.002 1.42.001 2.13-.002.003-.18.003-.36-.001-.54-.521-.006-1.043 0-1.564-.003v-.787c.302 0 .603.001.905-.001.005-.178.005-.355.003-.532-.303-.002-.606 0-.908-.001V3.32c.489-.001.979.002 1.469-.001.003-.18.004-.36 0-.54-.677-.004-1.353-.005-2.03 0m2.853-.001c-.006 1.04.002 2.08-.004 3.12.71-.006 1.419.002 2.129-.004.007-.18.006-.36.001-.54-.523-.005-1.045 0-1.567-.002v-.787c.302 0 .604.001.906-.001.006-.177.006-.355.004-.532-.304-.002-.607 0-.911-.001v-.712c.49-.002.979.002 1.469-.002.006-.18.006-.36.001-.54-.676-.002-1.353-.005-2.03.001m2.844-.003a541.495 541.495 0 0 0 0 3.122c.655-.032 1.416.137 1.957-.336.648-.603.658-1.772.048-2.405-.536-.517-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046.001v-.546c-.494-.004-.987 0-1.48-.002-.003-.855.003-1.711-.003-2.567a17.423 17.423 0 0 0-.56 0m2.684-.001c-.003 1.039-.001 2.078-.001 3.116.188.001.377.001.566-.001.003-1.039.003-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.477-.001c-.007 1.039-.002 2.078-.003 3.117h.563c.001-.625.006-1.251-.003-1.875.271.658.57 1.303.852 1.957.285-.653.595-1.297.853-1.963-.015.627-.003 1.254-.007 1.882.188.001.376.001.565-.001.003-1.039.005-2.078-.001-3.117a24.3 24.3 0 0 0-.54 0c-.286.666-.598 1.322-.862 1.998-.263-.674-.575-1.328-.855-1.996a9.607 9.607 0 0 0-.563 0m3.739-.004v3.121c.185-.002.37-.001.555-.001-.001-1.04.001-2.079-.001-3.119a34.082 34.082 0 0 0-.554-.001m1.274-.005c-.003.182-.003.363 0 .545.291.003.581 0 .871.002l.001 2.577h.563c.003-.859 0-1.718.001-2.577h.865c.001-.182.001-.365-.001-.547-.766-.001-1.533-.003-2.299 0m-10.74 4.586c.001 2.892-.002 5.784.001 8.677.037.318.41.453.69.454h13.039c.28-.001.653-.136.69-.454.004-2.892.001-5.784.002-8.677-.009-.341-.405-.477-.693-.488-1.362-.021-2.726.027-4.087-.024h-.033a7.465 7.465 0 0 1-1.233.001l-.033-.001a7.357 7.357 0 0 1-1.233.001h-.033a7.778 7.778 0 0 1-1.24.001h-.063a7.669 7.669 0 0 1-1.203 0l-.063-.001c-1.284.052-2.572-.001-3.857.027-.276.019-.645.161-.652.485z"/><path fill="#fff" d="M8.492 3.319c.293.008.59-.019.882.013.393.074.416.718.034.825-.302.044-.611.009-.916.02v-.858zM17.147 3.318c.357.01.79-.075 1.052.233.348.442.347 1.161-.031 1.585-.264.282-.675.208-1.02.215l-.001-2.034z"/><path d="M3.629.592c.07-.013.141-.016.212-.017h16.034c.234.004.486-.029.7.088.366.194.56.62.561 1.022-.001 6.893.001 13.786-.001 20.679-.008.506-.379 1.067-.929 1.061l-16.127.001c-.219-.001-.454.021-.654-.089-.365-.194-.561-.619-.56-1.021.001-6.893-.001-13.786.001-20.679.013-.453.294-.947.764-1.045m.419.604c-.477.116-.722.64-.71 1.098.001 6.487-.001 12.974.001 19.46-.007.495.332 1.065.875 1.069h15.572c.543-.004.88-.575.874-1.069.002-6.503.002-13.005 0-19.508.009-.512-.359-1.099-.923-1.071H4.264a.96.96 0 0 0-.214.021z"/><path d="M5.234 3.031c.513-.521 1.617-.375 1.81.391-.166.054-.332.11-.498.168a.609.609 0 0 0-.847-.238c-.154.102-.14.352.023.438.386.221.87.263 1.2.585.368.355.319 1.027-.088 1.333-.633.485-1.714.207-1.938-.59.171-.069.345-.131.517-.196.152.364.59.59.964.422.255-.096.3-.489.062-.63-.355-.234-.813-.262-1.148-.535-.346-.27-.363-.842-.057-1.148zM7.933 2.775c.419-.006.838-.001 1.256-.003.296 0 .616.069.829.29.397.425.311 1.204-.195 1.507-.4.245-.888.129-1.33.157-.002.39.002.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.004-3.124m.559.544v.858c.305-.01.614.024.916-.02.382-.108.359-.751-.034-.825-.292-.032-.588-.005-.882-.013zM10.892 2.778c.676-.006 1.353-.004 2.03 0 .004.18.004.36 0 .54-.49.003-.979 0-1.469.001v.712l.908.001c.001.177.001.355-.003.532-.301.002-.603 0-.905.001v.787c.521.002 1.043-.003 1.564.003.004.18.004.36.001.54-.71.003-1.42 0-2.13.002.003-1.04-.005-2.08.004-3.12zM13.745 2.778c.676-.007 1.353-.004 2.03-.001.004.18.005.36-.001.54-.49.004-.979 0-1.469.002v.712l.911.001c.001.177.002.355-.004.532-.302.003-.604.001-.906.001v.787c.522.002 1.044-.003 1.567.002.004.18.005.36-.001.54-.71.006-1.419-.002-2.129.004.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.61.633.6 1.802-.048 2.405-.541.473-1.301.304-1.957.336a464.139 464.139 0 0 1 0-3.122m.56.543l.001 2.034c.345-.007.756.067 1.02-.215.379-.424.38-1.143.031-1.585-.262-.309-.696-.223-1.052-.233zM6.353 7.419c.187-.004.373-.003.56 0 .007.856 0 1.711.003 2.567.493.002.987-.002 1.48.002v.546c-.682 0-1.364.001-2.046-.001 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.005.376-.005.564-.001.004 1.039.003 2.077 0 3.116-.189.003-.377.002-.566.001 0-1.039-.002-2.077.001-3.116zM10.516 7.417c.188-.005.375-.005.563 0 .28.668.591 1.322.855 1.996.263-.675.575-1.332.862-1.998.18-.002.36-.002.54 0 .006 1.039.004 2.078.001 3.117a35.45 35.45 0 0 1-.565.001c.004-.627-.008-1.255.007-1.882-.258.665-.568 1.309-.853 1.963-.282-.653-.581-1.299-.852-1.957.009.625.005 1.25.003 1.875h-.563c.001-1.039-.004-2.078.003-3.117zM14.254 7.415c.185-.001.369-.001.554.001.002 1.04 0 2.079.001 3.119-.185 0-.37-.001-.555.001.002-1.04 0-2.08 0-3.121zM15.528 7.41c.766-.003 1.533-.001 2.299 0 .002.182.002.364.001.547h-.865c-.001.859.001 1.718-.001 2.577h-.563l-.001-2.577c-.29-.001-.58.001-.871-.002a24.753 24.753 0 0 1 0-.545zM4.789 11.996c.006-.324.376-.466.652-.485 1.285-.028 2.573.025 3.857-.027-.231.056-.433.24-.475.479-.049.341.323.663.653.562.268-.071.443-.384.347-.647-.068-.205-.262-.334-.461-.392.399.031.803.032 1.203 0-.231.06-.432.245-.469.487-.044.348.351.67.682.544a.513.513 0 0 0 .318-.64c-.07-.206-.266-.336-.467-.391.412.032.829.033 1.24-.001-.244.043-.461.234-.499.484-.049.348.343.67.675.55.257-.082.419-.387.323-.644-.07-.205-.266-.334-.466-.39.409.033.824.034 1.233-.001-.234.048-.446.228-.488.47-.064.349.326.681.66.569a.513.513 0 0 0 .332-.651c-.072-.205-.269-.334-.472-.386.409.033.824.034 1.233-.001-.232.051-.441.232-.482.473-.06.346.325.675.658.567.267-.075.436-.393.335-.655-.073-.206-.273-.334-.478-.384 1.36.052 2.725.003 4.087.024.288.011.684.147.693.488-.001 2.892.002 5.784-.002 8.677-.037.318-.41.453-.69.454H5.482c-.28-.001-.654-.136-.69-.454-.003-2.892 0-5.784-.001-8.677m4.41.813a.593.593 0 0 0-.375.416c-.071.343.302.682.637.59a.52.52 0 0 0 .377-.411c.067-.344-.299-.696-.639-.595m.096 1.274c-.241.014-.431.227-.476.454-.037.274.198.525.459.567a.512.512 0 0 0 .555-.392c.08-.316-.218-.65-.538-.629m1.266 0c-.376.024-.632.542-.349.827.202.266.648.259.823-.033.243-.332-.082-.831-.474-.794m1.266 0c-.237.022-.426.234-.462.463-.04.329.315.627.632.549a.516.516 0 0 0 .389-.424c.049-.31-.25-.617-.559-.588m1.312-.002c-.246 0-.454.213-.497.447-.06.348.331.668.662.558a.514.514 0 0 0 .353-.407c.052-.299-.221-.597-.518-.597m1.082 1.314a.591.591 0 0 0-.306.398c-.064.346.323.671.653.566a.51.51 0 0 0 .367-.472c.013-.346-.391-.65-.715-.492m.042 1.257c-.328.112-.486.588-.204.832.233.277.723.189.843-.152.169-.374-.257-.822-.638-.679M9.2 17.919a.575.575 0 0 0-.382.458c-.022.258.191.486.432.542a.51.51 0 0 0 .588-.409c.071-.345-.299-.693-.639-.592m5.067.009c-.328.111-.487.583-.21.829.234.282.73.194.849-.152.163-.372-.259-.817-.638-.676m-3.797 1.265a.58.58 0 0 0-.379.457c-.028.325.321.618.637.539a.511.511 0 0 0 .384-.408c.069-.345-.304-.693-.642-.588m1.267.002a.563.563 0 0 0-.373.492c-.003.253.215.466.454.51a.512.512 0 0 0 .568-.417c.068-.346-.31-.697-.649-.585m1.308-.01c-.359.076-.555.584-.263.844.227.274.706.202.839-.128.179-.355-.197-.806-.577-.716z"/><path fill="#ccc" d="M9.297 11.484l.063.001c.199.058.393.188.461.392.096.263-.079.577-.347.647-.33.101-.702-.221-.653-.562.042-.239.244-.422.475-.479zM10.563 11.485h.063c.202.055.398.185.467.391a.513.513 0 0 1-.318.64c-.331.126-.726-.196-.682-.544.037-.241.239-.427.469-.487zM11.867 11.484h.033c.201.056.396.185.466.39.096.256-.066.562-.323.644-.331.12-.723-.202-.675-.55.037-.25.255-.441.499-.484zM13.133 11.483l.033.001c.202.052.399.181.472.386a.513.513 0 0 1-.332.651c-.334.112-.725-.22-.66-.569.042-.241.254-.422.488-.47zM14.399 11.483h.033c.205.05.405.178.478.384.102.262-.068.58-.335.655-.333.109-.718-.22-.658-.567.041-.24.25-.421.482-.473zM9.201 12.811c.341-.101.707.251.639.595a.518.518 0 0 1-.377.411c-.335.092-.708-.247-.637-.59a.587.587 0 0 1 .375-.416zM9.297 14.085c.319-.021.618.313.538.629a.511.511 0 0 1-.555.392c-.261-.043-.496-.293-.459-.567.045-.227.235-.44.476-.454zM10.563 14.085c.393-.037.718.462.474.794-.175.292-.621.3-.823.033-.284-.285-.028-.803.349-.827zM11.829 14.085c.309-.029.608.277.559.588a.519.519 0 0 1-.389.424c-.317.078-.672-.22-.632-.549.036-.228.225-.441.462-.463zM13.141 14.083c.298 0 .57.298.518.597a.515.515 0 0 1-.353.407c-.33.11-.722-.21-.662-.558.043-.233.251-.446.497-.447zM14.223 15.398c.324-.158.728.146.715.492a.513.513 0 0 1-.367.472c-.331.105-.717-.219-.653-.566a.591.591 0 0 1 .306-.398zM14.264 16.655c.382-.143.807.306.638.679-.12.341-.61.43-.843.152-.282-.244-.123-.719.204-.832zM9.2 17.919c.34-.102.71.247.639.592a.51.51 0 0 1-.588.409c-.241-.056-.455-.284-.432-.542a.572.572 0 0 1 .382-.458zM14.266 17.927c.38-.141.802.304.638.676-.119.346-.615.435-.849.152-.277-.246-.117-.718.21-.829zM10.47 19.193c.338-.105.711.244.642.588a.513.513 0 0 1-.384.408c-.316.08-.664-.213-.637-.539a.575.575 0 0 1 .379-.457zM11.737 19.195c.339-.111.718.239.649.585a.512.512 0 0 1-.568.417c-.239-.045-.457-.258-.454-.51a.562.562 0 0 1 .373-.492zM13.045 19.185c.379-.09.755.36.577.716-.133.33-.612.402-.839.128-.292-.26-.096-.768.263-.844z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-5--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.008 0h19.978c.507.14.842.653.837 1.168v21.665c.005.514-.33 1.023-.833 1.168H2.015c-.507-.14-.843-.652-.838-1.168V1.168C1.171.654 1.505.146 2.008.001m.675 2.027c-.392.41-.383 1.145.051 1.522.467.419 1.147.435 1.649.79.304.211.218.738-.131.853-.509.215-1.102-.09-1.303-.585-.239.088-.479.173-.715.267.311 1.102 1.816 1.464 2.681.791.563-.436.601-1.402.047-1.86-.447-.388-1.061-.458-1.568-.73-.245-.113-.282-.479-.051-.626.382-.219.966-.097 1.148.331.232-.075.462-.151.692-.23-.263-1.059-1.8-1.24-2.499-.521m3.715-.383a755.442 755.442 0 0 0 0 4.258c.257.003.515.001.773.001V4.313c.431-.011.865.023 1.294-.023.489-.06.936-.409 1.075-.888.239-.682-.142-1.554-.886-1.696-.743-.125-1.505-.033-2.256-.059m4.075.005c-.006 1.417-.003 2.835-.002 4.252.974.003 1.948.002 2.921 0 0-.246.004-.491-.002-.736-.715-.008-1.43 0-2.144-.004V4.077c.413-.002.827.001 1.24-.001 0-.245.003-.49-.002-.735-.413-.008-.825 0-1.238-.004v-.948c.672-.002 1.343.001 2.015-.001 0-.245.003-.491-.002-.736-.929-.006-1.858-.004-2.786-.001m3.921.003c-.007 1.417-.001 2.835-.003 4.252h2.92a30.26 30.26 0 0 0-.001-.738c-.713-.003-1.427 0-2.141-.002-.002-.362-.001-.724 0-1.087l1.236-.001c0-.246.002-.491-.001-.736-.412-.004-.823 0-1.234-.002v-.948c.671-.003 1.342.003 2.013-.003.005-.245.005-.49 0-.736-.93-.003-1.859-.006-2.788.002m3.914-.004a603.22 603.22 0 0 0 0 4.254c.807-.041 1.684.146 2.422-.27.717-.402 1.008-1.287.939-2.07-.038-.688-.393-1.396-1.037-1.697-.726-.341-1.551-.18-2.324-.216M4.234 6.567c-.003 1.416-.002 2.832 0 4.247.938.002 1.875.001 2.813 0v-.742c-.679-.002-1.358.001-2.037-.001-.002-1.168.002-2.336-.002-3.504a39.836 39.836 0 0 0-.773 0m3.689-.007c-.002 1.418 0 2.836 0 4.254.257.002.515.001.772 0V6.559a99.33 99.33 0 0 0-.772 0m2.032.001c-.002 1.418-.002 2.836 0 4.254.258.002.516.001.773 0-.004-.855.012-1.71-.01-2.565.382.896.786 1.782 1.177 2.674.39-.893.811-1.772 1.172-2.678-.018.856-.005 1.712-.008 2.568h.77V6.558a92.256 92.256 0 0 0-.744 0c-.395.906-.812 1.802-1.183 2.718-.373-.914-.785-1.812-1.178-2.718h-.769m5.137.002c-.002 1.418-.002 2.837 0 4.255h.77V6.56a98.817 98.817 0 0 0-.77 0m1.763-.003a91.76 91.76 0 0 0 0 .742l1.192.001c.002 1.172-.001 2.343.001 3.515h.772c.001-1.171-.001-2.343.001-3.514.398-.002.795 0 1.193-.001v-.743a1662.16 1662.16 0 0 0-3.158 0m-7.388 6.512c-.196 1.66-.389 3.32-.58 4.98.412.146.825.295 1.241.431.726-.777 1.985-1.032 2.946-.57 1.151.597 1.311 2.342.439 3.245-.575.632-1.488.824-2.309.713-.715-.06-1.375-.402-1.901-.88-.253.327-.51.652-.759.982.803.793 1.98 1.085 3.08 1.094 1.075.043 2.193-.346 2.919-1.16 1.133-1.228 1.149-3.34-.034-4.539-1.107-1.132-3.044-1.176-4.299-.265.121-.949.244-1.898.367-2.846 1.392-.002 2.783 0 4.175-.001 0-.394.002-.789-.001-1.183H9.469z"/><path d="M7.172 2.391c.413.014.832-.031 1.241.025.53.121.523.998 0 1.126-.409.056-.828.01-1.241.024-.002-.392-.001-.784 0-1.176zM19.082 2.391c.415.024.875-.084 1.248.15.411.265.555.79.547 1.254.002.461-.161.976-.578 1.223-.367.224-.811.126-1.216.146V2.39z"/><path fill="#fff" d="M2.683 2.028c.7-.72 2.236-.539 2.499.521-.23.079-.461.155-.692.23-.182-.428-.765-.55-1.148-.331-.231.148-.194.513.051.626.508.272 1.122.342 1.568.73.554.458.516 1.424-.047 1.86-.865.674-2.37.312-2.681-.791.237-.093.477-.179.715-.267.201.495.794.8 1.303.585.348-.115.435-.642.131-.853-.502-.354-1.182-.371-1.649-.79-.434-.376-.443-1.112-.051-1.522zM6.399 1.647c.751.026 1.513-.066 2.256.059.745.142 1.125 1.014.886 1.696-.139.479-.585.828-1.075.888-.429.047-.863.012-1.294.023v1.593c-.258 0-.516.002-.773-.001a863.361 863.361 0 0 1 0-4.258m.773.744v1.176c.413-.014.832.031 1.241-.024.523-.128.53-1.005 0-1.126-.41-.056-.828-.012-1.241-.025zM10.474 1.652c.928-.003 1.857-.005 2.786.001.005.246.002.491.002.736-.672.002-1.343 0-2.015.001v.948c.413.004.825-.004 1.238.004.006.245.002.489.002.735-.413.002-.827-.001-1.24.001v1.087c.714.003 1.429-.004 2.144.004.006.245.002.491.002.736-.974.001-1.947.002-2.921 0-.001-1.418-.004-2.835.002-4.253zM14.395 1.654a259.1 259.1 0 0 1 2.788-.002c.004.246.005.491 0 .736-.671.006-1.342 0-2.013.003v.948c.412.003.823-.001 1.234.002.003.245.001.491.001.736l-1.236.001v1.087c.713.002 1.427-.001 2.141.002.005.246.003.492.001.738-.974.002-1.947.001-2.92 0 .001-1.417-.004-2.835.003-4.252zM18.31 1.651c.773.036 1.598-.125 2.324.216.644.301.999 1.01 1.037 1.697.069.783-.222 1.668-.939 2.07-.738.416-1.616.23-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.741v2.774c.405-.021.85.077 1.216-.146.417-.247.58-.762.578-1.223.008-.465-.136-.99-.547-1.254-.373-.234-.833-.127-1.248-.15zM4.234 6.567c.257-.003.515-.002.773 0 .004 1.168 0 2.336.002 3.504.679.002 1.358 0 2.037.001v.742H4.233c-.001-1.416-.002-2.832 0-4.247zM7.924 6.56h.772v4.255h-.772V6.561zM9.956 6.56c.256-.002.513-.001.769 0 .393.906.805 1.804 1.178 2.718.371-.915.788-1.812 1.183-2.718h.744v4.255h-.77c.003-.856-.01-1.712.008-2.568-.36.905-.782 1.785-1.172 2.678-.391-.892-.795-1.778-1.177-2.674.022.855.006 1.71.01 2.565-.258.001-.516.002-.773 0-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.77v4.255h-.77V6.56zM16.856 6.557h3.158V7.3c-.398.001-.795-.001-1.193.001-.002 1.171 0 2.343-.001 3.514a99.33 99.33 0 0 1-.772 0c-.002-1.172.001-2.343-.001-3.515l-1.192-.001a91.761 91.761 0 0 1 0-.742zM9.469 13.069h5.284c.003.394.001.789.001 1.183-1.392.002-2.783 0-4.175.001l-.367 2.846c1.255-.91 3.192-.866 4.299.265 1.183 1.2 1.166 3.312.034 4.539-.726.814-1.844 1.203-2.919 1.16-1.1-.008-2.277-.301-3.08-1.094.25-.33.506-.654.759-.982.525.478 1.186.819 1.901.88.821.111 1.734-.081 2.309-.713.872-.903.712-2.648-.439-3.245-.961-.462-2.22-.206-2.946.57-.416-.136-.828-.285-1.241-.431.191-1.66.383-3.32.58-4.98z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-50--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h11.003C9.079.194 7.184.793 5.556 1.85 3.062 3.425 1.183 5.949.407 8.796.199 9.52.095 10.266 0 11.011V0zM12.988 0H24v11.004c-.208-2.106-.92-4.172-2.152-5.901-1.695-2.43-4.315-4.2-7.212-4.838-.542-.13-1.098-.187-1.649-.266z"/><path d="M11.409 1.195a10.809 10.809 0 0 1 5.092.962c2.675 1.213 4.805 3.564 5.742 6.348.942 2.73.724 5.835-.598 8.404-1.268 2.507-3.55 4.479-6.219 5.358a10.832 10.832 0 0 1-12.824-4.902C.981 14.567.73 11.03 1.933 8.03a10.856 10.856 0 0 1 5.996-6.055 10.793 10.793 0 0 1 3.481-.779M6.586 6.86c-.214 1.988-.43 3.975-.643 5.962h1.013c.249-.353.518-.731.931-.904.613-.243 1.386-.109 1.829.397.552.607.671 1.473.645 2.264-.023.705-.219 1.468-.78 1.939-.614.504-1.636.497-2.185-.103-.347-.377-.503-.879-.616-1.367H5.666c.132 1.015.494 2.108 1.396 2.691.964.548 2.294.53 3.155-.213.775-.658 1.173-1.667 1.263-2.663.095-.99.002-2.042-.5-2.919-.37-.656-.995-1.203-1.753-1.335a2.346 2.346 0 0 0-2.062.565c.12-.974.212-1.95.334-2.923 1.187-.001 2.375.001 3.562-.001.001-.463.002-.926-.001-1.389-1.491-.002-2.982 0-4.473 0m8.241.047c-.867.177-1.467.952-1.777 1.736-.439 1.206-.547 2.504-.555 3.778 0 1.101.062 2.213.348 3.281.189.68.478 1.365 1.003 1.856.667.633 1.751.729 2.546.289.735-.42 1.132-1.229 1.369-2.01.312-1.061.383-2.176.387-3.277-.002-1.107-.073-2.226-.367-3.299-.178-.627-.423-1.264-.882-1.741-.518-.559-1.335-.776-2.072-.615z"/><path d="M15.114 8.141c.623-.134 1.186.335 1.405.888.489 1.155.495 2.441.5 3.675-.011.899-.058 1.806-.274 2.682-.122.46-.293.939-.656 1.268-.395.365-1.063.401-1.477.048-.391-.33-.568-.836-.698-1.316-.272-1.105-.286-2.253-.273-3.386.031-.885.088-1.784.364-2.632.172-.533.507-1.125 1.109-1.227zM0 12.997c.102.792.217 1.585.448 2.351.854 2.987 2.928 5.592 5.631 7.118 1.509.865 3.209 1.36 4.935 1.533H0V12.996zM23.912 13.642c.027-.219.052-.439.088-.657V24H12.996c2.274-.218 4.495-1.045 6.306-2.448 2.494-1.897 4.201-4.8 4.61-7.91z"/><path fill="red" d="M11.003 0h1.985c.551.079 1.106.136 1.649.266 2.896.637 5.517 2.407 7.212 4.838 1.231 1.729 1.944 3.795 2.152 5.901v1.981c-.037.218-.061.437-.088.657-.409 3.11-2.116 6.013-4.61 7.91-1.811 1.403-4.032 2.23-6.306 2.448h-1.982c-1.726-.173-3.426-.668-4.935-1.533-2.703-1.526-4.777-4.131-5.631-7.118-.232-.766-.346-1.56-.448-2.351v-1.986c.095-.745.199-1.492.407-2.215.777-2.847 2.655-5.371 5.149-6.946C7.184.795 9.08.196 11.004.002m.405 1.193a10.767 10.767 0 0 0-3.481.779 10.856 10.856 0 0 0-5.996 6.055c-1.202 3-.952 6.538.669 9.335 1.456 2.57 4.008 4.491 6.887 5.161a10.84 10.84 0 0 0 5.937-.259c2.669-.879 4.951-2.851 6.219-5.358 1.322-2.568 1.54-5.674.598-8.404-.938-2.784-3.067-5.135-5.742-6.348a10.819 10.819 0 0 0-5.092-.962z"/><path fill="#fff" d="M6.586 6.86h4.473c.003.463.002.926.001 1.389-1.188.002-2.375 0-3.563.001-.122.973-.214 1.95-.334 2.923a2.352 2.352 0 0 1 2.062-.565c.758.132 1.383.678 1.753 1.335.502.877.595 1.929.5 2.919-.09.996-.488 2.005-1.263 2.663-.861.742-2.19.761-3.155.213-.902-.583-1.264-1.676-1.396-2.691h1.114c.113.488.27.99.616 1.367.549.6 1.572.607 2.185.103.561-.472.757-1.234.78-1.939.026-.79-.093-1.657-.645-2.264-.443-.506-1.216-.64-1.829-.397-.412.173-.682.55-.931.904H5.941c.213-1.988.429-3.975.643-5.962zM14.828 6.908c.737-.161 1.554.055 2.072.615.459.478.705 1.114.882 1.741.294 1.072.365 2.191.367 3.299-.004 1.101-.075 2.216-.387 3.277-.237.781-.634 1.589-1.369 2.01-.795.44-1.879.344-2.546-.289-.525-.491-.813-1.176-1.003-1.856-.286-1.068-.348-2.181-.348-3.281.008-1.275.116-2.572.555-3.778.31-.785.909-1.56 1.777-1.736m.286 1.231c-.602.102-.937.694-1.109 1.227-.276.848-.333 1.747-.364 2.632-.014 1.133.001 2.28.273 3.386.13.48.307.985.698 1.316.414.353 1.082.317 1.477-.048.362-.328.533-.807.656-1.268.216-.876.263-1.784.274-2.682-.006-1.234-.011-2.52-.5-3.675-.218-.553-.781-1.022-1.405-.888z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-50--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.126 0h17.745c.489.153.757.684.747 1.172v21.656c.009.487-.259 1.017-.746 1.172H3.131c-.49-.152-.758-.684-.749-1.172V1.173C2.372.685 2.64.157 3.126.001m.503.591c-.47.097-.751.593-.764 1.045-.002 6.892 0 13.785-.001 20.678-.001.403.195.828.56 1.023.2.109.435.087.654.088l16.128-.001c.549.006.92-.555.928-1.061.003-6.892 0-13.785.001-20.678 0-.403-.195-.829-.561-1.023-.215-.117-.466-.084-.7-.088H3.841a1.17 1.17 0 0 0-.213.017z"/><path fill="#fff" d="M4.049 1.195a.967.967 0 0 1 .215-.02h15.189c.233.003.486-.03.696.097.355.203.517.629.513 1.022-.001 6.486.001 12.973-.001 19.459.006.495-.332 1.065-.875 1.07H4.216c-.544-.004-.882-.575-.876-1.07V2.246c.001-.444.25-.94.71-1.051m1.184 1.836c-.306.306-.289.879.057 1.148.342.283.821.299 1.174.557.225.161.14.551-.121.622-.371.142-.783-.083-.931-.436-.172.066-.345.127-.517.195.223.798 1.305 1.075 1.938.591.407-.306.456-.979.088-1.334-.33-.321-.814-.363-1.2-.584-.162-.087-.177-.336-.022-.438a.609.609 0 0 1 .847.238c.165-.058.331-.113.498-.168-.194-.766-1.297-.912-1.81-.391m2.698-.256c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.005-.391 0-.781.003-1.172.443-.028.93.089 1.33-.157.507-.302.593-1.082.196-1.507-.213-.221-.533-.29-.83-.29-.419.001-.837-.004-1.255.003m2.959.003c-.008 1.04-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.007-1.043 0-1.564-.004v-.786c.301 0 .603.001.904-.001.005-.178.004-.355.003-.532-.303-.002-.606 0-.908-.001v-.712c.49-.002.979.002 1.469-.002.003-.18.004-.36 0-.54-.677-.004-1.353-.005-2.03.001m2.854 0c-.007 1.04.002 2.08-.004 3.12.71-.006 1.42.003 2.13-.005.006-.18.005-.36.001-.539-.522-.006-1.045 0-1.567-.003v-.787h.904c.009-.178.008-.355.006-.533-.304-.002-.607 0-.911-.001v-.712c.49-.003.981.005 1.47-.004.004-.179.004-.359 0-.538-.677-.003-1.353-.005-2.03.001m2.843-.002c-.002 1.041-.004 2.082.001 3.122.655-.032 1.415.136 1.956-.336.648-.603.658-1.773.048-2.406-.536-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046.001v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.003-1.711-.003-2.566a13.068 13.068 0 0 0-.56 0m2.684-.002c-.003 1.039-.001 2.078-.001 3.117.188 0 .376.001.565-.002.003-1.039.004-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.478 0c-.007 1.039-.002 2.078-.002 3.116h.563c.002-.624.005-1.248-.003-1.873.275.655.567 1.302.854 1.951.283-.652.593-1.295.85-1.958-.014.626-.003 1.253-.006 1.879.188.001.376.001.564-.001.003-1.039.005-2.078-.001-3.117a32.28 32.28 0 0 0-.539 0c-.29.665-.595 1.323-.864 1.996-.26-.674-.575-1.325-.85-1.992a8.188 8.188 0 0 0-.565-.002m3.737-.002c-.001 1.041.001 2.081-.001 3.121.185-.002.37-.001.555 0-.001-1.04.001-2.08-.001-3.12a34 34 0 0 0-.553-.001m1.274-.005c-.003.181-.003.363 0 .544.29.003.58 0 .87.002l.001 2.577h.563c.003-.859 0-1.717.001-2.577h.865c.001-.182.001-.365-.001-.547-.766-.001-1.532-.003-2.299.001M5.197 11.554c-.195.063-.417.213-.409.442.001 2.892-.002 5.784.001 8.677.037.318.41.453.691.454h13.038c.28-.001.653-.136.69-.454.004-2.892.001-5.785.002-8.677-.001-.296-.324-.444-.577-.477-.543-.045-1.091.018-1.633-.034h-.064a7.656 7.656 0 0 1-1.202 0l-.063-.001a7.669 7.669 0 0 1-1.203.001l-.063-.002a71.1 71.1 0 0 1-3.78.001h-.063a7.656 7.656 0 0 1-1.202.001l-.064-.001a7.656 7.656 0 0 1-1.202.002l-.063-.002c-.412.033-.83.033-1.242 0h-.03a7.91 7.91 0 0 1-1.241 0c-.112-.023-.22.027-.32.069z"/><path fill="#fff" d="M8.492 3.319c.293.008.59-.019.881.013.393.074.416.717.036.825-.303.044-.612.009-.917.019v-.858zM17.147 3.318c.356.01.79-.075 1.052.234.348.442.347 1.16-.031 1.584-.264.282-.675.209-1.02.216V3.318z"/><path d="M3.629.592a1.17 1.17 0 0 1 .213-.017h16.033c.234.004.486-.029.7.088.366.194.561.62.561 1.023-.001 6.893.001 13.785-.001 20.678-.008.505-.379 1.067-.928 1.061l-16.128.001c-.219-.001-.454.021-.654-.088-.365-.195-.561-.62-.56-1.023.001-6.892-.001-13.785.001-20.678.013-.453.294-.948.764-1.045m.419.603c-.46.112-.708.607-.71 1.051v19.507c-.007.495.332 1.066.876 1.07h15.57c.543-.004.881-.575.875-1.07.002-6.486 0-12.973.001-19.459.004-.393-.158-.82-.513-1.022-.21-.127-.462-.094-.696-.097H4.263a.967.967 0 0 0-.215.02z"/><path d="M5.234 3.031c.514-.521 1.617-.375 1.81.391-.166.055-.332.11-.498.168a.609.609 0 0 0-.847-.238c-.154.102-.14.352.023.438.386.221.87.263 1.2.584.368.355.319 1.028-.088 1.334-.633.485-1.715.208-1.938-.591.171-.068.345-.13.517-.195.148.352.56.577.931.436.261-.071.347-.461.121-.622-.353-.258-.832-.274-1.174-.557-.346-.27-.363-.843-.057-1.148zM7.933 2.775c.418-.007.836-.002 1.255-.003.296 0 .617.069.83.29.397.425.311 1.205-.196 1.507-.4.245-.887.129-1.33.157-.002.391.002.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.559.544v.858c.305-.01.614.025.917-.019.381-.108.358-.752-.036-.825-.292-.032-.588-.005-.881-.013zM10.892 2.778c.676-.006 1.353-.005 2.03-.001.004.18.004.36 0 .54-.49.004-.979 0-1.469.002v.712c.303.002.606-.001.908.001.001.178.001.355-.003.532-.301.002-.603 0-.904.001-.002.262-.001.524 0 .786.521.004 1.042-.003 1.564.004.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.005-2.079.004-3.119zM13.745 2.778c.677-.007 1.353-.004 2.03-.001.004.18.004.359 0 .538-.49.009-.98.001-1.47.004v.712c.304.001.607-.001.911.001.001.178.003.355-.006.533h-.904v.787c.522.002 1.045-.003 1.567.003.004.18.005.36-.001.539-.71.007-1.42-.001-2.13.005.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.61.633.6 1.802-.048 2.406-.541.473-1.301.304-1.956.336a464.16 464.16 0 0 1-.001-3.122m.56.542v2.034c.345-.007.757.067 1.02-.216.378-.424.379-1.142.031-1.584-.262-.309-.696-.224-1.052-.234zM6.353 7.419c.187-.004.373-.004.56 0 .007.855 0 1.711.003 2.566.494.003.987-.002 1.48.002.002.182.001.364 0 .546-.682 0-1.364.001-2.046-.001 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.005.376-.005.564-.001.004 1.039.003 2.077 0 3.116-.188.003-.376.002-.565.002 0-1.039-.002-2.078.001-3.117zM10.516 7.418c.188-.005.376-.007.565.002.276.667.591 1.318.85 1.992.269-.673.575-1.332.864-1.996.18-.001.359-.002.539 0 .006 1.039.004 2.078.001 3.117-.188.003-.376.002-.564.001.003-.626-.008-1.253.006-1.879-.258.663-.567 1.305-.85 1.958-.287-.649-.579-1.297-.854-1.951.008.624.005 1.249.003 1.873h-.563c0-1.039-.005-2.078.002-3.116zM14.254 7.415a34 34 0 0 1 .553.001c.002 1.04 0 2.079.001 3.12h-.555c.002-1.04 0-2.08.001-3.121zM15.528 7.41c.766-.004 1.533-.002 2.299-.001.003.182.002.364.001.547h-.865c-.002.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.577c-.29-.001-.58.001-.87-.002a16.442 16.442 0 0 1 0-.544zM5.518 11.485a7.91 7.91 0 0 0 1.241 0c-.233.05-.44.23-.484.47-.062.347.326.679.66.567a.513.513 0 0 0 .331-.657c-.073-.206-.272-.331-.476-.38.412.033.83.033 1.242 0-.232.051-.44.231-.484.471-.062.346.323.676.656.568.271-.076.444-.403.332-.667-.072-.191-.255-.308-.441-.37.399.03.803.032 1.202-.002-.231.055-.436.236-.477.475-.057.344.324.669.654.564.275-.075.449-.409.331-.674-.075-.189-.257-.306-.445-.364.399.031.803.031 1.202-.001-.228.059-.432.24-.471.478-.053.34.32.662.649.562a.516.516 0 0 0 .348-.649c-.069-.204-.262-.334-.463-.391a71.1 71.1 0 0 0 3.78-.001c-.232.052-.438.232-.481.471-.061.345.321.675.653.569.274-.074.445-.403.334-.668-.072-.192-.255-.309-.442-.37.399.03.803.031 1.203-.001-.231.055-.435.237-.476.476-.058.355.35.687.686.552.258-.09.413-.409.3-.664-.075-.189-.259-.306-.447-.363a7.78 7.78 0 0 0 1.202 0c-.228.059-.431.24-.469.478-.056.353.348.682.683.551a.514.514 0 0 0 .313-.639c-.069-.205-.263-.334-.463-.39.542.053 1.09-.01 1.633.034.253.032.576.181.577.477-.001 2.892.002 5.785-.002 8.677-.037.317-.41.453-.69.454H5.481c-.281-.001-.653-.136-.691-.454-.003-2.892 0-5.784-.001-8.677-.008-.23.214-.38.409-.443l.087-.023c-.112.125-.256.245-.282.421-.066.351.33.686.666.567a.514.514 0 0 0 .326-.651c-.073-.206-.271-.336-.477-.384m-.159 1.334a.587.587 0 0 0-.353.402c-.081.34.282.68.615.602a.518.518 0 0 0 .399-.462c.032-.335-.334-.658-.661-.542m7.641.003a.59.59 0 0 0-.344.397c-.084.351.304.701.645.597a.518.518 0 0 0 .37-.458c.03-.337-.343-.659-.671-.535m5.108-.007a.58.58 0 0 0-.366.434c-.055.335.304.653.63.57a.517.517 0 0 0 .39-.458c.031-.333-.327-.653-.654-.546M5.495 14.083c-.384.003-.664.526-.384.822.205.28.673.265.841-.045.215-.325-.084-.787-.457-.777m1.271 0c-.244.004-.446.217-.492.448-.047.269.177.515.428.571a.51.51 0 0 0 .585-.413c.06-.304-.217-.61-.521-.606m1.266.001c-.242.008-.44.218-.486.447-.059.344.324.662.652.56a.514.514 0 0 0 .367-.551c-.039-.25-.276-.464-.533-.456m1.267 0c-.229.01-.412.203-.473.413-.09.351.3.697.639.596a.514.514 0 0 0 .372-.556c-.043-.25-.281-.464-.539-.452m3.843-.002c-.395.004-.668.554-.363.841.217.276.69.229.839-.092.185-.327-.114-.759-.476-.749m3.798.002c-.239.016-.431.228-.471.456-.041.273.194.521.452.565a.512.512 0 0 0 .566-.432c.049-.306-.241-.609-.547-.589m1.265 0c-.227.019-.408.217-.459.431-.07.34.3.668.63.579a.512.512 0 0 0 .383-.421c.05-.309-.245-.615-.554-.589m-7.783 1.305a.575.575 0 0 0-.333.455c-.019.261.207.488.453.532a.512.512 0 0 0 .569-.439c.054-.354-.351-.695-.689-.548m2.536.01c-.216.111-.373.376-.288.619.084.232.346.409.595.353a.511.511 0 0 0 .407-.481c.015-.346-.391-.652-.714-.491m2.572-.011a.584.584 0 0 0-.333.414c-.059.341.319.66.646.563a.515.515 0 0 0 .376-.474c.012-.336-.367-.637-.689-.503m2.534.004c-.227.106-.393.386-.299.634.089.233.359.407.609.341a.512.512 0 0 0 .39-.478c.013-.34-.378-.644-.7-.497m-7.641 1.27a.575.575 0 0 0-.334.449c-.023.269.212.506.469.542a.511.511 0 0 0 .554-.45c.047-.351-.353-.685-.688-.541m2.574-.007a.583.583 0 0 0-.344.405c-.073.351.322.683.657.573a.512.512 0 0 0 .359-.434c.042-.343-.34-.67-.672-.544m1.268.002a.583.583 0 0 0-.339.407c-.068.347.318.675.65.571a.51.51 0 0 0 .367-.441c.038-.344-.347-.669-.678-.538m3.801.008a.586.586 0 0 0-.324.417c-.053.337.316.649.641.558a.51.51 0 0 0 .378-.435c.046-.354-.359-.69-.695-.54m-12.708 1.26a.572.572 0 0 0-.36.449c-.03.266.197.503.448.549a.51.51 0 0 0 .568-.408c.077-.352-.311-.711-.655-.59m5.106-.005c-.333.097-.517.57-.244.826.219.273.689.223.837-.096.211-.366-.197-.855-.593-.73m2.535.008a.572.572 0 0 0-.352.444c-.031.264.192.498.438.549a.51.51 0 0 0 .579-.415c.069-.352-.323-.706-.665-.578m5.107-.005c-.325.102-.504.563-.24.818.216.275.685.233.839-.083.22-.368-.197-.869-.598-.735M6.669 19.187a.573.573 0 0 0-.39.405c-.082.338.276.671.606.6a.512.512 0 0 0 .402-.413c.067-.336-.286-.677-.619-.593m1.267.003c-.345.086-.538.575-.256.835.223.276.702.214.84-.114.193-.359-.2-.825-.585-.72m1.269.001c-.34.09-.529.57-.254.83.221.276.698.221.841-.105.201-.361-.198-.838-.587-.725m5.108-.002a.577.577 0 0 0-.383.409c-.076.333.273.66.599.596a.514.514 0 0 0 .412-.421c.06-.337-.296-.674-.628-.584m1.267.002a.573.573 0 0 0-.385.451c-.033.273.203.519.464.557a.512.512 0 0 0 .555-.421c.064-.339-.299-.683-.633-.587m1.266.001c-.332.095-.518.564-.25.823.218.278.696.23.843-.095.206-.365-.199-.85-.593-.728z"/><path fill="#ccc" d="M5.197 11.554c.1-.043.208-.093.32-.069.205.048.404.178.477.384a.515.515 0 0 1-.326.651c-.336.119-.731-.216-.666-.567.026-.177.17-.297.282-.421l-.087.023zM6.758 11.485h.03c.204.049.404.174.476.38a.513.513 0 0 1-.331.657c-.334.112-.721-.219-.66-.567.044-.24.251-.42.484-.47zM8.031 11.484l.063.002c.187.061.369.179.441.37.112.263-.061.591-.332.667-.332.109-.718-.222-.656-.568.044-.24.251-.42.484-.471zM9.296 11.484l.064.001c.188.058.37.175.445.364.118.265-.056.599-.331.674-.33.105-.711-.22-.654-.564.041-.24.247-.42.477-.475zM10.562 11.485h.063c.2.057.393.187.463.391.096.264-.079.578-.348.649-.329.1-.702-.222-.649-.563.039-.239.242-.42.471-.478zM14.406 11.484l.063.002c.187.06.37.178.443.37.111.264-.06.593-.334.667-.332.106-.714-.224-.653-.569.044-.239.25-.419.481-.471zM15.672 11.485l.063.001c.188.058.371.174.447.363.113.255-.042.574-.3.664-.336.135-.744-.197-.686-.552.04-.24.245-.421.476-.476zM16.937 11.485h.064c.2.056.394.186.463.39a.514.514 0 0 1-.313.639c-.334.131-.738-.198-.683-.551.038-.239.241-.42.469-.478zM5.359 12.818c.328-.116.694.207.661.542a.518.518 0 0 1-.399.462c-.333.078-.697-.262-.615-.602a.589.589 0 0 1 .353-.402zM13 12.821c.328-.124.7.198.671.535a.518.518 0 0 1-.37.458c-.341.105-.729-.246-.645-.597A.59.59 0 0 1 13 12.82zM18.108 12.815c.327-.107.685.213.654.546a.517.517 0 0 1-.39.458c-.326.083-.685-.236-.63-.57a.584.584 0 0 1 .366-.434zM5.495 14.083c.373-.01.672.451.457.777-.168.31-.636.325-.841.045-.28-.295 0-.819.384-.822zM6.766 14.083c.304-.004.581.301.521.606a.51.51 0 0 1-.585.413c-.251-.056-.476-.302-.428-.571.046-.231.248-.443.492-.448zM8.032 14.084c.257-.008.494.206.533.456a.514.514 0 0 1-.367.551c-.328.102-.711-.217-.652-.56.046-.228.244-.439.486-.447zM9.299 14.084c.258-.012.496.202.539.452a.515.515 0 0 1-.372.556c-.339.101-.729-.245-.639-.596.06-.21.244-.403.473-.413zM13.141 14.083c.361-.011.66.422.476.749-.149.321-.622.368-.839.092-.304-.287-.031-.837.363-.841zM16.939 14.085c.306-.021.595.283.547.589a.51.51 0 0 1-.566.432c-.258-.045-.493-.293-.452-.565.04-.227.232-.439.471-.456zM18.204 14.085c.308-.025.604.28.554.589a.512.512 0 0 1-.383.421c-.33.088-.7-.239-.63-.579.051-.214.232-.412.459-.431zM10.421 15.39c.337-.147.742.194.689.548a.511.511 0 0 1-.569.439c-.246-.045-.472-.271-.453-.532a.575.575 0 0 1 .333-.455zM12.957 15.4c.323-.161.729.145.714.491a.51.51 0 0 1-.407.481c-.249.055-.511-.122-.595-.353-.085-.243.072-.508.288-.619zM15.529 15.389c.322-.134.701.167.689.503a.516.516 0 0 1-.376.474c-.327.097-.705-.221-.646-.563a.584.584 0 0 1 .333-.414zM18.063 15.393c.322-.146.713.157.7.497a.513.513 0 0 1-.39.478c-.251.067-.52-.107-.609-.341-.094-.248.072-.528.299-.634zM10.422 16.663c.335-.144.735.19.688.541a.512.512 0 0 1-.554.45c-.256-.036-.492-.273-.469-.542a.579.579 0 0 1 .334-.449zM12.997 16.656c.331-.126.713.201.672.544a.512.512 0 0 1-.359.434c-.335.11-.729-.222-.657-.573a.58.58 0 0 1 .344-.405zM14.265 16.658c.331-.131.717.194.678.538a.513.513 0 0 1-.367.441c-.332.103-.718-.225-.65-.571a.585.585 0 0 1 .339-.407zM18.066 16.665c.336-.15.741.186.695.54a.512.512 0 0 1-.378.435c-.324.091-.694-.22-.641-.558a.589.589 0 0 1 .324-.417zM5.358 17.925c.344-.121.733.237.655.59a.51.51 0 0 1-.568.408c-.251-.047-.479-.283-.448-.549a.576.576 0 0 1 .36-.449zM10.465 17.92c.396-.125.804.364.593.73-.148.319-.618.369-.837.096-.273-.256-.09-.729.244-.826zM13 17.928c.342-.128.735.225.665.578a.51.51 0 0 1-.579.415c-.247-.051-.469-.285-.438-.549a.57.57 0 0 1 .352-.444zM18.107 17.923c.401-.134.818.367.598.735-.153.317-.623.359-.839.083-.264-.256-.085-.717.24-.818zM6.669 19.187c.333-.084.685.257.619.593a.513.513 0 0 1-.402.413c-.33.071-.688-.262-.606-.6a.571.571 0 0 1 .39-.405zM7.935 19.189c.385-.105.777.361.585.72-.139.328-.617.39-.84.114-.282-.26-.09-.749.256-.835zM9.203 19.191c.389-.113.788.364.587.725-.142.326-.62.381-.841.105-.276-.259-.087-.74.254-.83zM14.311 19.189c.332-.09.689.247.628.584a.513.513 0 0 1-.412.421c-.326.063-.675-.263-.599-.596a.575.575 0 0 1 .383-.409zM15.578 19.191c.335-.097.697.248.633.587a.51.51 0 0 1-.555.421c-.26-.038-.497-.285-.464-.557a.573.573 0 0 1 .385-.451zM16.845 19.192c.393-.122.799.364.592.728-.147.325-.624.373-.843.095-.268-.259-.082-.728.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-50--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.004 0h19.987c.503.144.838.654.832 1.168.003 7.205 0 14.411.001 21.616.021.529-.312 1.063-.83 1.216H2.01c-.504-.144-.839-.653-.833-1.168V1.168C1.17.654 1.504.149 2.004 0m.751 1.957c-.46.393-.484 1.193-.022 1.593.46.41 1.119.437 1.622.769.316.191.268.72-.072.859-.511.242-1.131-.063-1.335-.571-.239.088-.479.174-.716.267.326 1.169 2.014 1.508 2.825.655.424-.474.405-1.31-.096-1.724-.447-.389-1.06-.458-1.567-.73-.246-.113-.283-.479-.052-.627.382-.22.965-.097 1.148.331.231-.076.462-.152.692-.231-.257-1.025-1.699-1.223-2.428-.592m3.645-.309c-.004 1.419-.003 2.838-.001 4.258.258.002.516.001.773.001V4.313c.431-.01.864.023 1.294-.023.489-.06.937-.408 1.075-.887.239-.682-.141-1.554-.885-1.696-.743-.126-1.506-.033-2.257-.059m4.075.004c-.005 1.417-.002 2.835-.001 4.252.974.002 1.948.001 2.922 0 0-.246.002-.491-.003-.737-.715-.007-1.43 0-2.144-.003V4.077l1.241-.001c0-.245.002-.49-.002-.735-.413-.007-.825-.001-1.238-.003V2.39l2.016-.001c0-.246.002-.491-.002-.737-.929-.006-1.858-.004-2.786-.001m3.919.003c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.247.003-.493-.001-.739-.714-.002-1.428 0-2.142-.001V4.079l1.236-.001c0-.246.001-.491-.001-.737-.412-.003-.824 0-1.235-.001v-.948c.671-.002 1.342.002 2.013-.002.005-.246.005-.491 0-.736a259.1 259.1 0 0 0-2.788.001m3.915-.004a670.243 670.243 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.732-.411 1.018-1.321.935-2.117-.049-.683-.418-1.378-1.063-1.664-.721-.322-1.531-.166-2.294-.202M4.233 6.567c-.002 1.416-.001 2.832 0 4.248h2.813v-.742c-.679-.002-1.358 0-2.038-.001-.001-1.168.002-2.337-.001-3.505a49.795 49.795 0 0 0-.773 0m3.69-.007v4.255h.772V6.559h-.772m2.032.001v4.254c.258.002.516.001.774.001-.003-.853.01-1.706-.008-2.559.384.893.783 1.778 1.176 2.667.389-.893.81-1.771 1.171-2.675-.018.855-.004 1.711-.008 2.566h.771V6.558h-.744c-.397.902-.803 1.8-1.185 2.707-.376-.909-.783-1.805-1.176-2.707h-.77m5.136.002v4.256h.771V6.561a99.074 99.074 0 0 0-.771 0m1.762-.004v.742l1.192.001c.002 1.172 0 2.343.001 3.515h.772V7.3h1.193v-.743h-3.159m-.898 6.354a2.822 2.822 0 0 0-1.652.737c-.565.525-.904 1.247-1.112 1.98-.245.893-.322 1.824-.293 2.747.05 1.017.207 2.055.677 2.969.305.601.776 1.135 1.39 1.429 1.201.563 2.804.338 3.664-.72.555-.653.85-1.486 1.013-2.318.198-1.034.211-2.1.069-3.142-.135-.921-.405-1.856-.99-2.597-.633-.842-1.739-1.219-2.766-1.085m-10.974.158c-.199 1.66-.39 3.322-.581 4.983.382.135.765.268 1.148.402.136.063.206-.119.306-.179.749-.612 1.881-.794 2.754-.351 1.133.611 1.282 2.342.412 3.238-.569.62-1.466.813-2.276.709-.723-.057-1.395-.398-1.925-.883-.255.328-.514.653-.763.987.803.786 1.973 1.079 3.068 1.088 1.097.046 2.241-.359 2.968-1.202 1.093-1.226 1.1-3.291-.053-4.48-1.104-1.148-3.057-1.198-4.317-.28.125-.949.244-1.899.368-2.848l4.174-.001v-1.184H4.981z"/><path d="M7.172 2.391c.413.014.831-.03 1.24.025.531.12.525.999 0 1.126-.409.056-.828.01-1.24.024V2.39zM19.082 2.391c.415.025.875-.083 1.248.151.411.264.555.789.547 1.253.002.461-.161.976-.578 1.224-.367.223-.811.125-1.216.146V2.39zM15.908 14.129c.77-.203 1.624.173 1.981.886.602 1.155.614 2.514.543 3.785-.072.859-.218 1.775-.772 2.467-.513.65-1.515.777-2.212.364-.424-.255-.699-.693-.87-1.147-.292-.776-.361-1.615-.371-2.438.001-.881.067-1.782.384-2.612.219-.596.668-1.165 1.316-1.306z"/><path fill="#fff" d="M2.755 1.957c.729-.631 2.171-.434 2.428.592-.23.079-.461.155-.692.231-.184-.427-.766-.551-1.148-.331-.231.148-.194.514.052.627.508.272 1.121.342 1.567.73.501.413.519 1.249.096 1.724-.81.853-2.499.513-2.825-.655.238-.092.477-.179.716-.267.204.508.824.813 1.335.571.339-.139.388-.668.072-.859-.503-.331-1.162-.359-1.622-.769-.462-.4-.439-1.2.022-1.593zM6.399 1.647c.751.026 1.513-.067 2.257.059.745.142 1.124 1.014.885 1.696-.139.479-.586.828-1.075.887-.429.046-.863.013-1.294.023v1.593c-.258 0-.516.001-.773-.001-.002-1.419-.003-2.839.001-4.258m.772.745v1.176c.413-.014.831.031 1.24-.024.524-.128.531-1.006 0-1.126-.41-.055-.827-.011-1.24-.025zM10.473 1.652c.929-.003 1.858-.005 2.786.001.005.246.002.491.002.737l-2.016.001v.948c.413.002.825-.003 1.238.003.004.245.002.49.002.735l-1.241.001v1.087c.714.003 1.429-.003 2.144.003.005.246.002.491.003.737-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654a259.1 259.1 0 0 1 2.788-.001c.004.245.005.491 0 .736-.671.005-1.342 0-2.013.002v.948c.412.002.824-.001 1.235.001.002.246.001.491.001.737l-1.236.001v1.087c.714.002 1.428-.001 2.142.001.004.247.003.493.001.739h-2.92c.001-1.417-.004-2.835.003-4.252zM18.309 1.651c.763.036 1.573-.12 2.294.202.645.286 1.014.982 1.063 1.664.083.796-.203 1.707-.935 2.117-.739.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.773.741v2.775c.405-.021.849.076 1.216-.146.417-.248.581-.763.578-1.224.008-.464-.136-.989-.547-1.253-.373-.235-.833-.127-1.248-.151zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.337.001 3.505.679.001 1.358-.001 2.038.001v.742H4.232c-.001-1.416-.002-2.832 0-4.248zM7.924 6.56h.772v4.256h-.772V6.561zM9.956 6.56h.77c.392.902.799 1.798 1.176 2.707.383-.907.788-1.805 1.185-2.707h.744v4.256h-.771c.004-.855-.01-1.711.008-2.566-.36.904-.782 1.783-1.171 2.675-.393-.889-.792-1.775-1.176-2.667.019.853.005 1.706.008 2.559-.258 0-.516.001-.774-.001V6.562zM15.093 6.56h.771v4.255h-.771V6.559zM16.855 6.557h3.159V7.3h-1.193v3.515h-.772c-.002-1.172 0-2.343-.001-3.515l-1.193-.001v-.742zM15.956 12.911c1.027-.134 2.132.243 2.766 1.085.584.742.855 1.676.99 2.597a9.716 9.716 0 0 1-.069 3.142c-.163.832-.457 1.665-1.013 2.318-.86 1.059-2.463 1.283-3.664.72-.615-.294-1.085-.828-1.39-1.429-.47-.915-.627-1.952-.677-2.969-.029-.923.049-1.855.293-2.747.208-.733.547-1.455 1.112-1.98a2.822 2.822 0 0 1 1.652-.737m-.048 1.218c-.647.142-1.097.711-1.316 1.306-.317.83-.383 1.731-.384 2.612.009.823.079 1.661.371 2.438.17.454.446.892.87 1.147.697.413 1.699.286 2.212-.364.554-.692.7-1.609.772-2.467.07-1.271.059-2.63-.543-3.785-.357-.713-1.211-1.089-1.981-.886zM4.982 13.069h5.284v1.184l-4.174.001c-.124.949-.244 1.898-.368 2.848 1.26-.918 3.213-.868 4.317.28 1.153 1.189 1.146 3.254.053 4.48-.728.843-1.871 1.249-2.968 1.202-1.096-.009-2.265-.303-3.068-1.088.248-.333.507-.659.763-.987.53.485 1.202.826 1.925.883.81.105 1.707-.089 2.276-.709.87-.896.72-2.627-.412-3.238-.874-.443-2.005-.261-2.754.351-.099.06-.17.241-.306.179-.383-.134-.766-.267-1.148-.402.191-1.661.382-3.323.581-4.983m.33 8.361c.023.023.023.023 0 0z"/><path fill="#c1c1c1" d="M5.313 21.431c.023.023.023.023 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-55--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.125 0h17.746c.488.154.756.684.747 1.172v21.656c.009.488-.258 1.016-.745 1.172H3.13c-.489-.154-.757-.684-.748-1.172V1.172C2.372.684 2.639.157 3.125 0m.504.592c-.487.102-.77.625-.765 1.094v20.629c-.001.403.195.828.56 1.022.215.117.466.085.701.089 5.36-.001 10.721.001 16.081-.001.568.005.941-.589.93-1.11V1.686c0-.403-.195-.829-.56-1.023-.215-.117-.466-.084-.701-.088H4.172c-.181.002-.364-.013-.543.016z"/><path fill="#fff" d="M4.049 1.196c.07-.016.143-.019.215-.021h15.189c.233.003.486-.029.696.097.355.203.517.629.513 1.022-.001 6.486.002 12.973-.001 19.459.006.495-.331 1.065-.875 1.07-5.19.002-10.381.002-15.571 0-.544-.004-.882-.575-.875-1.07-.003-6.486 0-12.973-.001-19.459-.012-.458.233-.983.711-1.099m1.184 1.836c-.306.306-.289.879.057 1.148.335.274.794.301 1.148.536.238.141.192.534-.062.63-.374.168-.811-.059-.964-.422-.173.065-.346.128-.518.195.227.797 1.306 1.075 1.94.59.406-.306.456-.979.087-1.334-.329-.321-.814-.363-1.199-.584-.163-.087-.177-.336-.023-.438a.612.612 0 0 1 .848.237c.166-.057.332-.113.499-.167-.198-.765-1.297-.913-1.812-.391m2.698-.256c-.006 1.041.002 2.083-.004 3.124.187-.003.374-.002.561-.001.004-.391.001-.782.002-1.173.443-.027.93.089 1.331-.156.506-.303.593-1.083.195-1.507-.213-.221-.533-.29-.829-.29-.419 0-.837-.003-1.256.003m2.958.002c-.008 1.04 0 2.08-.004 3.12.71-.002 1.42.001 2.13-.001.003-.18.003-.361 0-.541-.522-.005-1.043-.001-1.565-.003l.001-.787h.905c.003-.178.005-.356.003-.533l-.908-.001v-.713h1.469c.003-.18.003-.36 0-.541-.677-.003-1.353-.004-2.03 0m2.853.001c-.006 1.04.002 2.081-.004 3.121.71-.006 1.42.002 2.13-.004.005-.18.005-.36 0-.54-.522-.004-1.045-.001-1.568-.002v-.787h.906c.005-.178.008-.356.005-.533h-.911V3.32c.49-.002.981.004 1.471-.003.004-.18.004-.36 0-.539-.677-.003-1.354-.005-2.031.001m2.844-.004c-.002 1.041-.003 2.082.001 3.123.655-.033 1.415.137 1.957-.336.655-.61.66-1.804.024-2.428-.54-.491-1.318-.332-1.981-.359M6.352 7.419c-.005 1.038-.002 2.077-.002 3.115h2.046v-.547c-.494-.003-.988 0-1.481-.001-.002-.856.003-1.711-.002-2.567a17.486 17.486 0 0 0-.561 0m2.686-.001c-.002 1.039 0 2.078-.001 3.117.188.001.377 0 .566-.002.003-1.039.003-2.077 0-3.116a11.825 11.825 0 0 0-.565.001m1.478 0c-.006 1.039-.001 2.078-.002 3.116h.563c.001-.624.006-1.247-.003-1.871.275.654.568 1.301.853 1.951.285-.653.593-1.296.852-1.959-.015.626-.003 1.252-.007 1.879.188.001.377.001.565-.001.002-1.039.004-2.078-.001-3.118a48.6 48.6 0 0 0-.54 0c-.287.666-.596 1.322-.863 1.996-.263-.673-.574-1.326-.853-1.993a8.838 8.838 0 0 0-.564-.001m3.738-.002c0 1.04.001 2.081-.001 3.121.185-.002.37-.002.556 0l-.001-3.12a51.153 51.153 0 0 0-.554 0m1.274-.006c-.003.181-.002.363 0 .545.29.002.581.001.871.001v2.578l.563-.001.001-2.577h.865c.001-.182.001-.365-.001-.547-.766 0-1.533-.002-2.299.001m-10.33 4.145c-.196.06-.417.212-.409.441v8.632c-.002.344.399.501.692.499h13.038c.293.001.694-.155.692-.499v-8.632c.001-.281-.3-.434-.542-.471-.153-.03-.311-.063-.467-.037-.398.027-.801.03-1.199-.002h-.065c-.399.031-.802.03-1.201 0l-.065-.001a7.893 7.893 0 0 1-1.266-.001 7.897 7.897 0 0 1-1.24 0h-.032a31.73 31.73 0 0 1-2.506.001h-.065c-.398.032-.802.03-1.201.001l-.065-.001a7.893 7.893 0 0 1-1.266-.001 7.778 7.778 0 0 1-1.24 0h-.032a7.897 7.897 0 0 1-1.24 0c-.112-.022-.219.029-.32.07z"/><path fill="#fff" d="M8.491 3.319c.293.009.59-.02.881.014.394.073.417.717.036.825-.303.045-.612.009-.917.02v-.859zM17.147 3.318c.366.008.818-.075 1.074.259.332.461.324 1.201-.1 1.604-.269.236-.646.16-.973.172V3.319z"/><path d="M3.629.592c.179-.029.362-.014.543-.016h15.703c.234.004.486-.029.701.088.366.194.56.62.56 1.023v20.629c.011.521-.361 1.115-.93 1.11-5.361.002-10.721 0-16.081.001-.235-.004-.486.028-.701-.089-.365-.194-.561-.62-.56-1.022V1.687c-.005-.469.278-.992.765-1.094m.42.603c-.478.116-.723.641-.711 1.099.001 6.486-.002 12.973.001 19.459-.007.495.331 1.066.875 1.07 5.19.002 10.38.002 15.571 0 .543-.004.881-.575.875-1.07.003-6.486 0-12.973.001-19.459.004-.393-.158-.82-.513-1.022-.21-.127-.463-.095-.696-.098H4.263c-.072.002-.144.004-.215.021z"/><path d="M5.234 3.031c.515-.522 1.614-.375 1.812.391-.167.054-.333.111-.499.167a.612.612 0 0 0-.848-.237c-.154.102-.14.352.023.438.385.221.87.263 1.199.584.369.354.32 1.028-.087 1.334-.634.485-1.713.207-1.94-.59.172-.067.345-.131.518-.195.152.363.59.59.964.422.255-.095.3-.489.062-.63-.354-.235-.813-.262-1.148-.536-.346-.27-.363-.842-.057-1.148zM7.933 2.775c.419-.006.837-.002 1.256-.003.296 0 .616.069.829.29.398.424.311 1.204-.195 1.507-.4.245-.888.129-1.331.156-.001.391.002.782-.002 1.173-.187-.001-.374-.002-.561.001.006-1.042-.002-2.083.004-3.124m.558.544v.859c.305-.011.615.025.917-.02.381-.108.358-.752-.036-.825-.292-.034-.588-.005-.881-.014zM10.891 2.777c.677-.005 1.353-.003 2.03 0 .004.18.004.36 0 .541-.489.002-.979.001-1.469 0v.713l.908.001c.002.178 0 .355-.003.533h-.905l-.001.787c.522.002 1.043-.002 1.565.003.003.18.004.36 0 .541-.71.003-1.42 0-2.13.001.003-1.04-.004-2.08.004-3.12zM13.745 2.778c.677-.006 1.354-.004 2.031-.001.003.18.004.359 0 .539-.49.007-.981.001-1.471.003v.713h.911c.003.178 0 .356-.005.533h-.906v.787c.523.001 1.045-.002 1.568.002.004.18.004.36 0 .54-.71.006-1.42-.002-2.13.004.006-1.04-.002-2.081.004-3.121zM16.587 2.775c.664.027 1.441-.133 1.981.359.637.624.631 1.818-.024 2.428-.541.473-1.302.303-1.957.336a541.842 541.842 0 0 1-.001-3.123m.561.543v2.034c.327-.011.704.064.973-.172.425-.402.433-1.142.1-1.604-.255-.333-.708-.251-1.074-.259zM6.352 7.419c.187-.003.374-.003.561 0 .005.856 0 1.711.002 2.567.494.001.987-.002 1.481.001v.547H6.35c0-1.038-.003-2.077.002-3.115zM9.038 7.418c.188-.005.376-.005.565-.001.003 1.039.003 2.077 0 3.116-.188.002-.377.003-.566.002 0-1.039-.001-2.078.001-3.117zM10.516 7.418c.188-.006.376-.005.564.001.278.667.59 1.32.853 1.993.267-.674.576-1.33.862-1.996h.54c.005 1.039.003 2.078.001 3.118a35.47 35.47 0 0 1-.565.001c.004-.626-.008-1.253.007-1.879-.259.663-.567 1.306-.852 1.959-.285-.65-.578-1.297-.853-1.951.009.624.005 1.247.003 1.871h-.563c.001-1.039-.004-2.077.002-3.116zM14.254 7.415h.554l.001 3.12a51.523 51.523 0 0 0-.556 0c.002-1.04.001-2.081.001-3.121zM15.528 7.41c.766-.003 1.533-.001 2.299-.001.002.182.002.365.001.547h-.865l-.001 2.577-.563.001V7.956l-.871-.001a24.753 24.753 0 0 1 0-.545zM5.518 11.485c.412.032.828.033 1.24 0-.232.052-.441.231-.483.471-.063.347.326.679.659.567a.514.514 0 0 0 .331-.658c-.072-.205-.272-.33-.475-.379.412.032.828.033 1.24 0-.232.052-.441.231-.483.471-.062.346.323.676.656.568.271-.076.444-.403.332-.666-.071-.191-.254-.308-.44-.369.399.028.802.031 1.201-.002-.23.055-.436.235-.477.475-.057.344.324.669.655.563.275-.075.448-.409.331-.674-.075-.189-.257-.306-.444-.364.399.03.803.031 1.201-.001-.228.059-.432.239-.47.478-.053.34.32.662.648.562a.514.514 0 0 0 .348-.649c-.069-.204-.262-.334-.462-.39.834.031 1.673.033 2.506-.001-.231.052-.439.231-.481.471-.063.348.327.68.661.566.269-.078.434-.401.327-.662-.075-.202-.272-.326-.475-.374.412.032.828.033 1.24 0-.231.053-.438.232-.48.471-.061.345.321.675.653.569.274-.074.445-.403.334-.668-.072-.191-.255-.308-.442-.368.399.028.802.03 1.201-.002-.23.056-.435.237-.475.476-.059.355.35.687.686.552.258-.09.412-.409.3-.664-.075-.189-.258-.306-.446-.363.399.03.802.031 1.201 0-.227.059-.431.239-.468.478-.056.353.349.682.683.551a.513.513 0 0 0 .313-.638c-.068-.205-.262-.334-.462-.39.398.032.801.029 1.199.002-.226.061-.427.245-.461.484-.047.348.346.669.677.545a.513.513 0 0 0 .319-.643c-.054-.174-.219-.274-.356-.377.096.008.192.017.288.028.243.037.544.19.542.471v8.632c.001.344-.4.5-.692.499H5.48c-.293.002-.694-.155-.692-.499v-8.632c-.007-.229.213-.381.409-.441l.086-.031c-.107.131-.256.25-.282.428-.066.351.33.686.666.567a.515.515 0 0 0 .326-.651c-.072-.206-.272-.335-.476-.384m-.158 1.328a.586.586 0 0 0-.352.401c-.082.341.281.68.615.602a.518.518 0 0 0 .399-.462c.032-.336-.334-.658-.662-.542m7.641.004a.589.589 0 0 0-.343.397c-.085.351.303.701.644.597a.517.517 0 0 0 .37-.458c.03-.337-.343-.659-.671-.535m-7.505 1.261c-.385.003-.663.526-.384.822.205.28.673.265.841-.045.215-.326-.084-.787-.457-.777m1.271 0c-.396.003-.67.555-.364.842.218.275.69.226.838-.094.185-.326-.113-.758-.474-.748m1.266 0c-.241.008-.44.219-.486.447-.059.344.324.662.652.56a.514.514 0 0 0 .367-.551.552.552 0 0 0-.533-.457m1.266.002c-.228.01-.412.203-.472.413-.09.35.3.696.638.595a.514.514 0 0 0 .373-.556c-.042-.251-.281-.465-.539-.453m3.843 0c-.395.004-.667.554-.363.841.217.276.69.229.839-.092.185-.327-.114-.759-.476-.749m1.266.001c-.24.009-.437.219-.483.447-.059.343.322.661.649.561a.513.513 0 0 0 .368-.426c.041-.3-.236-.591-.534-.581m1.266-.001c-.24.013-.435.225-.478.453-.052.338.32.65.645.556a.513.513 0 0 0 .374-.558c-.042-.25-.283-.464-.54-.451m1.265.001c-.238.016-.431.228-.471.456-.041.273.194.521.452.565a.511.511 0 0 0 .566-.433c.048-.306-.241-.609-.547-.588m-6.518 1.305a.575.575 0 0 0-.333.455c-.019.261.207.488.453.532a.51.51 0 0 0 .569-.439c.053-.354-.351-.695-.689-.548m7.641.004c-.227.106-.392.386-.299.634.089.233.359.408.61.341a.513.513 0 0 0 .39-.478c.013-.34-.379-.644-.701-.497m-7.64 1.269c-.309.122-.46.571-.196.814.227.281.715.21.847-.128.189-.382-.26-.857-.65-.687m7.643.003a.58.58 0 0 0-.328.451c-.021.267.214.501.468.537a.512.512 0 0 0 .555-.449c.046-.354-.359-.69-.695-.54M5.358 17.925a.584.584 0 0 0-.353.403c-.078.347.306.68.64.583a.512.512 0 0 0 .375-.442c.038-.338-.334-.659-.662-.544m5.107-.005a.576.576 0 0 0-.372.423c-.053.281.192.545.461.582a.512.512 0 0 0 .551-.413c.073-.346-.3-.697-.64-.592m2.535.008c-.325.112-.486.582-.21.828.224.27.694.205.833-.118.202-.374-.229-.86-.623-.71m5.107-.005a.58.58 0 0 0-.361.407c-.075.337.285.662.613.588a.511.511 0 0 0 .402-.448c.037-.336-.326-.655-.654-.547M6.669 19.187c-.352.082-.546.579-.259.84.225.274.703.208.839-.12.186-.358-.197-.817-.58-.719m1.267.001c-.346.086-.538.575-.257.834.223.276.702.214.841-.114.193-.359-.199-.825-.584-.72m1.267.002a.571.571 0 0 0-.386.45c-.035.274.204.522.465.558a.512.512 0 0 0 .545-.384c.098-.348-.276-.724-.624-.624m5.108-.002a.577.577 0 0 0-.383.409c-.077.333.272.66.599.596a.513.513 0 0 0 .412-.421c.06-.337-.296-.674-.628-.584m1.267.002c-.339.092-.527.57-.253.829.221.277.698.222.842-.104.2-.362-.2-.839-.589-.725m1.267.001c-.333.095-.518.564-.25.823.218.278.695.23.842-.094.206-.365-.199-.851-.592-.729z"/><path fill="#ccc" d="M5.198 11.555c.101-.042.208-.093.32-.07.204.049.404.178.476.384a.515.515 0 0 1-.326.651c-.335.119-.731-.216-.666-.567.026-.179.175-.297.282-.428l-.086.031zM6.758 11.484h.032c.203.049.403.174.475.379a.514.514 0 0 1-.331.658c-.333.112-.722-.219-.659-.567.042-.24.251-.419.483-.471zM8.03 11.484l.065.003c.186.061.369.179.44.369.112.263-.061.59-.332.666-.333.109-.718-.221-.656-.568.042-.24.251-.419.483-.471zM9.296 11.485l.065.001c.187.058.37.174.444.364.117.265-.056.598-.331.674-.331.105-.712-.219-.655-.563.04-.24.247-.42.477-.475zM10.561 11.485h.065c.199.057.393.187.462.39.096.264-.079.579-.348.649-.329.1-.702-.222-.648-.562.038-.239.242-.42.47-.478zM13.133 11.484h.032c.202.048.399.172.475.374a.513.513 0 0 1-.327.662c-.334.113-.724-.218-.661-.566.042-.24.25-.419.481-.471zM14.405 11.484l.065.003c.187.06.37.178.442.368.111.265-.06.594-.334.668-.332.106-.714-.224-.653-.569.043-.239.249-.418.48-.471zM15.671 11.485l.065.001c.188.058.371.174.446.363.112.255-.042.574-.3.664-.336.135-.744-.197-.686-.552.039-.24.245-.42.475-.476zM16.937 11.486h.065c.2.056.394.186.462.39a.513.513 0 0 1-.313.638c-.334.132-.739-.197-.683-.551.037-.239.241-.419.468-.478zM18.201 11.488c.156-.026.314.007.467.037a7.011 7.011 0 0 0-.288-.028c.137.103.302.202.356.377a.513.513 0 0 1-.319.643c-.33.124-.724-.197-.677-.545.034-.239.234-.423.461-.484zM5.359 12.818c.328-.116.694.206.662.542a.518.518 0 0 1-.399.462c-.334.078-.697-.262-.615-.602a.584.584 0 0 1 .352-.401zM13 12.821c.328-.124.7.198.671.535a.518.518 0 0 1-.37.458c-.341.105-.729-.246-.644-.597A.589.589 0 0 1 13 12.82zM5.495 14.083c.373-.01.672.451.457.777-.168.31-.636.325-.841.045-.279-.296-.001-.819.384-.822zM6.766 14.083c.361-.01.659.422.474.748-.148.321-.62.369-.838.094-.306-.287-.032-.84.364-.842zM8.032 14.083a.55.55 0 0 1 .533.457.515.515 0 0 1-.367.551c-.328.102-.711-.217-.652-.56.046-.228.244-.439.486-.447zM9.298 14.084c.258-.012.497.202.539.453a.514.514 0 0 1-.373.556c-.338.1-.728-.245-.638-.595.06-.211.244-.403.472-.413zM13.141 14.083c.361-.011.661.422.476.749-.149.321-.622.368-.839.092-.304-.287-.031-.837.363-.841zM14.407 14.084c.298-.01.576.282.534.581a.513.513 0 0 1-.368.426c-.328.1-.708-.218-.649-.561.046-.227.242-.438.483-.447zM15.673 14.084c.258-.013.498.201.54.451a.514.514 0 0 1-.374.558c-.325.094-.697-.218-.645-.556.043-.228.238-.44.478-.453zM16.939 14.085c.305-.021.595.282.547.588a.512.512 0 0 1-.566.433c-.258-.045-.493-.293-.452-.565.04-.228.233-.439.471-.456zM10.421 15.39c.337-.147.742.194.689.548a.51.51 0 0 1-.569.439c-.246-.044-.472-.271-.453-.532a.575.575 0 0 1 .333-.455zM18.062 15.394c.322-.147.714.157.701.497a.513.513 0 0 1-.39.478c-.251.067-.521-.107-.61-.341-.094-.248.071-.528.299-.634zM10.422 16.663c.39-.17.839.305.65.687-.132.337-.62.409-.847.128-.264-.243-.113-.692.196-.814zM18.066 16.665c.336-.15.741.186.695.54a.512.512 0 0 1-.555.449c-.254-.036-.489-.27-.468-.537a.574.574 0 0 1 .328-.451zM5.358 17.925c.328-.115.7.206.662.544a.512.512 0 0 1-.375.442c-.334.097-.718-.236-.64-.583a.582.582 0 0 1 .353-.403zM10.465 17.92c.341-.105.713.246.64.592a.512.512 0 0 1-.551.413c-.269-.038-.514-.301-.461-.582a.574.574 0 0 1 .372-.423zM13 17.928c.395-.15.825.336.623.71-.139.322-.609.387-.833.118-.277-.246-.116-.716.21-.828zM18.107 17.923c.328-.107.691.212.654.547a.511.511 0 0 1-.402.448c-.328.074-.687-.252-.613-.588a.58.58 0 0 1 .361-.407zM6.669 19.187c.383-.098.766.361.58.719-.136.328-.615.395-.839.12-.287-.26-.092-.758.259-.84zM7.936 19.189c.385-.105.777.361.584.72-.139.328-.618.39-.841.114-.281-.259-.089-.748.257-.834zM9.203 19.191c.348-.1.722.276.624.624a.51.51 0 0 1-.545.384c-.261-.037-.5-.285-.465-.558a.567.567 0 0 1 .386-.45zM14.311 19.189c.332-.09.688.247.628.584a.513.513 0 0 1-.412.421c-.326.063-.675-.263-.599-.596a.576.576 0 0 1 .383-.409zM15.578 19.191c.39-.114.789.363.589.725-.144.326-.621.381-.842.104-.275-.259-.086-.737.253-.829zM16.845 19.192c.394-.122.799.364.592.729-.148.324-.624.372-.842.094-.269-.259-.083-.728.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-55--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.004 0h19.987c.521.15.854.687.833 1.216-.001 7.205.001 14.41-.001 21.615.006.514-.328 1.019-.828 1.168H2.01c-.503-.145-.839-.653-.833-1.168V1.167c-.007-.514.327-1.02.827-1.169m.751 1.959c-.46.393-.484 1.193-.022 1.593.459.41 1.119.437 1.622.769.316.191.268.72-.072.859-.511.241-1.131-.063-1.335-.57-.239.088-.479.174-.716.266.327 1.18 2.049 1.515 2.847.63.4-.478.375-1.291-.118-1.698-.375-.317-.862-.439-1.313-.607-.158-.064-.33-.136-.422-.287-.105-.175-.006-.42.177-.499.384-.164.913-.042 1.087.367.231-.076.462-.151.692-.231-.256-1.026-1.699-1.223-2.428-.592m3.645-.31c-.004 1.419-.003 2.838-.001 4.258.258.003.516.001.773.001V4.313c.431-.011.864.023 1.294-.023.49-.06.937-.408 1.075-.887.239-.682-.141-1.554-.885-1.696-.743-.125-1.506-.033-2.257-.059m4.075.004c-.006 1.417-.002 2.835-.001 4.252.974.003 1.948.002 2.922 0 0-.246.003-.491-.003-.737-.715-.007-1.43 0-2.144-.003V4.077l1.24-.001c0-.245.003-.49-.002-.735-.413-.006-.825 0-1.238-.003V2.39c.672-.002 1.343.001 2.015-.001 0-.245.003-.491-.002-.736-.929-.006-1.858-.004-2.786-.001m3.921.002c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.246.004-.493-.001-.739-.713-.002-1.427.001-2.141-.001V4.079l1.236-.001c0-.246.002-.491-.001-.737-.412-.003-.823 0-1.234-.002v-.948c.671-.003 1.342.003 2.013-.003.004-.245.004-.491 0-.736-.929-.003-1.859-.005-2.788.001m3.914-.002a603.22 603.22 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.732-.411 1.018-1.321.935-2.117-.049-.683-.418-1.378-1.064-1.665-.72-.322-1.53-.166-2.293-.202M4.233 6.567c-.002 1.416-.001 2.832 0 4.247.938.002 1.875.001 2.813.001v-.743c-.679-.002-1.358 0-2.037-.001-.002-1.168.001-2.336-.002-3.504a49.795 49.795 0 0 0-.773 0m3.69-.007v4.255c.257.002.515.001.772 0V6.56a99.33 99.33 0 0 0-.772 0m2.032 0v4.254c.257.002.515.001.773 0-.003-.852.01-1.703-.008-2.555.385.891.781 1.776 1.176 2.663.389-.891.809-1.77 1.17-2.672-.016.855-.005 1.71-.007 2.565h.77V6.56h-.744c-.395.906-.811 1.802-1.184 2.717-.372-.914-.785-1.811-1.177-2.717h-.77m5.138 0v4.256h.77V6.561a98.817 98.817 0 0 0-.77 0m1.763-.004V7.3h1.192c.002 1.172-.001 2.343.001 3.515h.772c.001-1.171-.001-2.343.001-3.514.398-.002.795 0 1.193-.001v-.743a1662.16 1662.16 0 0 0-3.158 0M5.112 13.069c-.198 1.66-.39 3.32-.58 4.981.412.146.824.292 1.237.431.728-.776 1.984-1.034 2.947-.572 1.153.596 1.313 2.344.44 3.247-.593.653-1.542.831-2.384.703-.688-.073-1.316-.412-1.824-.87-.254.328-.51.652-.76.983.803.791 1.979 1.084 3.078 1.092 1.075.044 2.194-.345 2.92-1.159 1.127-1.219 1.151-3.313-.01-4.518-1.103-1.153-3.059-1.205-4.321-.287l.367-2.846c1.392-.002 2.783.001 4.175-.001 0-.394.002-.789 0-1.183H5.113m8.713-.001c-.196 1.66-.389 3.32-.58 4.98.412.146.825.293 1.24.432.727-.777 1.987-1.034 2.948-.57 1.149.598 1.308 2.34.438 3.243-.574.633-1.488.825-2.309.715-.715-.06-1.376-.402-1.901-.88-.253.327-.51.652-.759.982.804.793 1.981 1.086 3.082 1.094 1.064.042 2.17-.338 2.896-1.136 1.145-1.216 1.178-3.326.011-4.538-1.102-1.155-3.058-1.207-4.322-.291.124-.949.239-1.9.371-2.848 1.39.005 2.781.002 4.17.002 0-.394.002-.788-.001-1.183-1.762-.002-3.523-.001-5.284 0z"/><path d="M7.172 2.391c.413.013.831-.03 1.24.025.531.12.524.998 0 1.126-.409.056-.828.011-1.24.024V2.39zM19.082 2.391c.415.024.874-.084 1.248.15.411.265.555.79.547 1.254.002.461-.162.976-.578 1.223-.367.223-.811.125-1.216.146V2.389z"/><path fill="#fff" d="M2.755 1.957c.729-.631 2.172-.434 2.428.592-.23.079-.461.155-.692.231-.175-.409-.704-.53-1.087-.367-.182.078-.282.324-.177.499.093.15.264.223.422.287.45.168.938.29 1.313.607.493.406.518 1.22.118 1.698-.797.885-2.52.551-2.847-.63.237-.092.477-.179.716-.266.204.507.824.812 1.335.57.339-.138.388-.668.072-.859-.503-.332-1.163-.36-1.622-.769-.462-.4-.439-1.2.022-1.593zM6.399 1.647c.751.026 1.513-.067 2.257.059.744.142 1.124 1.015.885 1.696-.139.479-.585.828-1.075.887-.429.046-.863.012-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.838.001-4.258m.772.745v1.176c.413-.014.832.031 1.24-.024.524-.128.531-1.006 0-1.126-.41-.055-.827-.012-1.24-.025zM10.473 1.652c.929-.003 1.857-.005 2.786.001.005.246.002.491.002.736-.672.002-1.343 0-2.015.001v.948c.413.003.825-.003 1.238.003.005.245.002.49.002.735l-1.24.001v1.087c.714.003 1.429-.004 2.144.003.006.246.002.491.003.737-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.788-.001.004.245.004.491 0 .736-.671.006-1.343 0-2.013.003v.948c.411.002.823-.001 1.234.002.003.246.001.491.001.737l-1.236.001v1.087c.713.002 1.427-.001 2.141.001.005.246.003.493.001.739-.974.002-1.947.001-2.92 0 .001-1.417-.004-2.835.003-4.252zM18.31 1.651c.763.036 1.573-.12 2.293.202.645.287 1.015.982 1.064 1.665.083.796-.203 1.707-.935 2.117-.739.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.021.849.076 1.216-.146.417-.247.581-.762.578-1.223.008-.464-.136-.99-.547-1.254-.374-.234-.833-.127-1.248-.15zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.336.002 3.504.679.001 1.358-.001 2.037.001v.743c-.938 0-1.875.001-2.813-.001-.001-1.416-.002-2.832 0-4.247zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.77c.392.906.805 1.803 1.177 2.717.373-.915.789-1.812 1.184-2.717h.744v4.255h-.77c.002-.855-.009-1.71.007-2.565-.361.902-.781 1.781-1.17 2.672-.394-.887-.79-1.772-1.176-2.663.017.852.005 1.703.008 2.555h-.773c-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.77v4.255h-.77V6.559zM16.856 6.557h3.158V7.3c-.398.001-.795-.001-1.193.001-.002 1.171 0 2.343-.001 3.514h-.772c-.002-1.172.001-2.343-.001-3.515h-1.192a92.009 92.009 0 0 1 0-.743zM5.112 13.069h5.284c.002.394.001.789 0 1.183-1.392.002-2.783 0-4.175.001l-.367 2.846c1.262-.918 3.218-.865 4.321.287 1.161 1.205 1.137 3.299.01 4.518-.726.814-1.845 1.202-2.92 1.159-1.099-.008-2.274-.301-3.078-1.092.249-.33.506-.655.76-.983.508.458 1.136.798 1.824.87.842.128 1.791-.05 2.384-.703.874-.903.713-2.651-.44-3.247-.963-.462-2.22-.204-2.947.572-.414-.14-.826-.285-1.237-.431.191-1.661.382-3.321.58-4.981zM13.826 13.069h5.284c.003.394.001.788.001 1.183-1.39 0-2.78.003-4.17-.002-.132.948-.247 1.899-.371 2.848 1.264-.916 3.22-.864 4.322.291 1.167 1.212 1.133 3.322-.011 4.538-.726.798-1.832 1.178-2.896 1.136-1.101-.008-2.278-.301-3.082-1.094.25-.33.506-.654.759-.982.525.478 1.186.819 1.901.88.821.111 1.735-.082 2.309-.715.87-.902.712-2.645-.438-3.243-.962-.464-2.221-.207-2.948.57a67.289 67.289 0 0 1-1.24-.432c.191-1.66.384-3.32.58-4.98z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-60--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h11.002C9.078.194 7.184.794 5.557 1.85A12.06 12.06 0 0 0 .428 8.725c-.219.745-.33 1.515-.427 2.284V.001zM12.991 0H24v11.003c-.223-2.307-1.069-4.561-2.51-6.384C19.562 2.123 16.618.434 13.482.067a9.991 9.991 0 0 1-.491-.068z"/><path d="M11.409 1.195c1.729-.097 3.482.23 5.059.947 2.701 1.213 4.851 3.587 5.786 6.397.929 2.722.707 5.812-.609 8.37-1.267 2.507-3.549 4.479-6.219 5.358-1.916.641-4.012.73-5.975.25-2.852-.675-5.38-2.579-6.832-5.123C1.167 14.9.793 11.814 1.59 9.042c.787-2.82 2.783-5.27 5.378-6.623a10.781 10.781 0 0 1 4.441-1.224M7.298 7.439c-.609.535-.944 1.311-1.161 2.076-.395 1.571-.431 3.215-.292 4.823.105.995.307 2.034.915 2.855.727 1.024 2.29 1.211 3.3.511.907-.637 1.372-1.751 1.433-2.833.103-1.198-.18-2.531-1.117-3.356-.628-.567-1.581-.709-2.362-.406-.468.182-.835.555-1.094.977.011-.899.08-1.814.388-2.666.144-.382.345-.762.67-1.02.46-.373 1.196-.378 1.634.033.367.338.523.838.604 1.316h1.11c-.096-.948-.436-1.961-1.25-2.528-.833-.577-2.03-.438-2.779.218m7.531-.531c-.868.177-1.467.952-1.777 1.737-.439 1.206-.547 2.504-.555 3.778 0 1.101.062 2.213.348 3.281.193.69.487 1.388 1.027 1.879.803.736 2.18.715 2.953-.056.518-.5.802-1.187.99-1.869.274-1.038.337-2.118.335-3.188-.006-1.077-.08-2.163-.367-3.205-.178-.627-.423-1.264-.883-1.742-.518-.559-1.334-.776-2.071-.615z"/><path d="M15.114 8.141c.623-.134 1.186.336 1.404.888.489 1.155.495 2.44.5 3.674-.009.873-.057 1.754-.255 2.607-.12.476-.285.972-.65 1.32-.392.385-1.079.431-1.501.07-.401-.34-.578-.861-.708-1.353-.262-1.095-.277-2.229-.263-3.348.031-.885.088-1.785.364-2.632.172-.532.507-1.125 1.109-1.227zM8.36 12.253c.482-.106 1.033-.003 1.381.366.502.512.631 1.268.624 1.959 0 .735-.233 1.521-.818 2.002-.514.429-1.338.388-1.814-.082-.664-.625-.833-1.603-.736-2.475.082-.771.556-1.596 1.363-1.77zM0 12.998c.103.804.221 1.609.459 2.386.854 2.95 2.898 5.524 5.561 7.049 1.523.884 3.244 1.391 4.992 1.567H.001V12.998zM22.447 17.95c.881-1.513 1.375-3.226 1.553-4.962V24H12.997c.767-.101 1.536-.208 2.279-.428 3.005-.838 5.636-2.908 7.172-5.621z"/><path fill="red" d="M11.002 0h1.989c.163.026.327.05.491.068 3.136.367 6.08 2.056 8.008 4.552 1.441 1.823 2.288 4.078 2.51 6.384v1.985c-.178 1.736-.671 3.45-1.553 4.962-1.536 2.713-4.167 4.784-7.172 5.621-.743.221-1.512.328-2.279.428h-1.985c-1.748-.176-3.469-.683-4.992-1.567-2.662-1.525-4.707-4.098-5.561-7.049-.238-.777-.356-1.582-.459-2.386v-1.99c.098-.768.208-1.538.427-2.284a12.06 12.06 0 0 1 5.129-6.875C7.182.793 9.077.193 11-.001m.409 1.196a10.797 10.797 0 0 0-4.441 1.224C4.373 3.772 2.377 6.222 1.59 9.041c-.797 2.772-.423 5.858 1.029 8.352 1.452 2.544 3.98 4.447 6.832 5.123 1.963.48 4.059.391 5.975-.25 2.67-.878 4.952-2.851 6.219-5.358 1.317-2.558 1.538-5.648.609-8.37-.935-2.81-3.084-5.184-5.786-6.397a10.819 10.819 0 0 0-5.059-.947z"/><path fill="#fff" d="M7.298 7.439c.749-.656 1.946-.795 2.779-.218.814.567 1.154 1.58 1.25 2.528-.37.002-.74.001-1.11 0-.081-.479-.237-.978-.604-1.316-.438-.411-1.174-.406-1.634-.033-.326.258-.526.638-.67 1.02-.308.852-.376 1.767-.388 2.666.259-.422.626-.795 1.094-.977.781-.303 1.734-.161 2.362.406.937.825 1.219 2.158 1.117 3.356-.061 1.082-.526 2.196-1.433 2.833-1.01.699-2.573.512-3.3-.511-.608-.821-.81-1.86-.915-2.855-.139-1.607-.103-3.252.292-4.822.217-.765.552-1.541 1.161-2.076m1.061 4.813c-.807.174-1.28.999-1.363 1.77-.097.872.073 1.85.736 2.475.475.469 1.299.51 1.814.082.585-.481.818-1.267.818-2.002.007-.691-.122-1.447-.624-1.959-.348-.369-.899-.472-1.381-.366zM14.828 6.908c.737-.161 1.553.056 2.071.615.459.478.705 1.115.883 1.742.286 1.042.361 2.129.367 3.205.002 1.069-.061 2.15-.335 3.188-.188.682-.472 1.369-.99 1.869-.773.771-2.15.792-2.953.056-.54-.491-.834-1.189-1.027-1.879-.286-1.067-.348-2.18-.348-3.281.008-1.275.116-2.572.555-3.778.31-.785.909-1.56 1.777-1.737m.286 1.233c-.602.102-.937.694-1.109 1.227-.276.847-.333 1.747-.364 2.632-.014 1.119.001 2.253.263 3.348.13.492.307 1.013.708 1.353.423.361 1.109.315 1.501-.07.364-.348.53-.844.65-1.32.198-.853.246-1.734.255-2.607-.005-1.233-.011-2.519-.5-3.674-.218-.553-.781-1.022-1.404-.888z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-60--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.126 0h17.745c.489.153.757.684.747 1.172v21.655c.009.488-.258 1.017-.746 1.172H3.13c-.489-.153-.757-.684-.748-1.172V1.172C2.372.684 2.639.156 3.126 0m.503.592c-.47.097-.751.593-.764 1.045-.002 6.892 0 13.785-.001 20.677-.001.403.195.829.56 1.023.2.11.435.087.654.089l16.128-.001c.55.006.92-.555.928-1.061.003-6.893 0-13.785.001-20.678 0-.403-.195-.829-.561-1.023-.214-.117-.466-.084-.7-.088H3.841a1.17 1.17 0 0 0-.213.017z"/><path fill="#fff" d="M4.049 1.195c.07-.016.143-.019.216-.02h15.472c.565-.029.934.559.924 1.072.002 6.502.002 13.005 0 19.507.006.495-.332 1.065-.876 1.07H4.215c-.544-.004-.882-.575-.875-1.07-.002-6.486 0-12.972-.001-19.458-.012-.459.233-.983.71-1.1m1.209 1.812c-.32.292-.324.865.008 1.15.335.293.81.317 1.173.557.238.141.192.535-.062.63-.374.167-.812-.058-.963-.423-.172.066-.346.127-.517.196.223.798 1.305 1.075 1.938.59.406-.306.455-.979.087-1.334-.33-.321-.814-.363-1.2-.584-.162-.087-.177-.337-.022-.439a.61.61 0 0 1 .847.238c.165-.058.331-.113.497-.168-.189-.756-1.263-.907-1.786-.415m2.675-.231c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.005-.391 0-.782.003-1.172.443-.028.93.089 1.33-.157.507-.302.593-1.082.196-1.507-.213-.221-.533-.291-.829-.29-.419.001-.837-.004-1.255.003m2.958.003c-.008 1.04-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.006-1.043 0-1.564-.003v-.787c.301 0 .603.001.904-.001.005-.178.005-.355.003-.532-.303-.002-.606 0-.908-.001v-.712c.489 0 .979.002 1.469-.001.004-.18.004-.36 0-.54-.677-.004-1.353-.005-2.03.001m2.854-.001c-.007 1.04.002 2.08-.004 3.12.71-.007 1.42.003 2.13-.005.005-.18.005-.36 0-.539-.522-.006-1.045 0-1.567-.003v-.787h.904c.01-.178.008-.356.007-.533-.304-.002-.607 0-.911-.001v-.712c.49-.004.981.006 1.471-.005.004-.179.004-.358 0-.537-.677-.003-1.353-.006-2.03.001m2.842-.002c-.002 1.041-.004 2.082.001 3.122.655-.032 1.415.137 1.956-.336.649-.603.658-1.773.048-2.406-.537-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046.001v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.003-1.711-.003-2.566a13.068 13.068 0 0 0-.56 0m2.684-.002c-.004 1.039-.001 2.078-.001 3.116.188.001.377.002.565-.001.003-1.039.004-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.478-.001c-.007 1.039-.002 2.078-.003 3.117h.563c.001-.623.005-1.246-.003-1.87.276.654.567 1.301.854 1.95.282-.653.592-1.296.85-1.959-.014.626-.003 1.252-.006 1.878.188.001.376.001.564-.001.003-1.039.006-2.078-.001-3.117-.18-.002-.359-.001-.539 0-.289.666-.598 1.323-.863 1.998-.261-.674-.576-1.326-.852-1.994a8.188 8.188 0 0 0-.565-.002m3.739-.002c-.001 1.041.001 2.081-.001 3.121.185-.002.37-.001.555 0-.001-1.04.001-2.08-.001-3.12a33.98 33.98 0 0 0-.553-.001m1.274-.005c-.003.181-.003.363 0 .544.29.003.58 0 .87.002l.001 2.577h.563c.003-.859 0-1.717.001-2.577h.865c.001-.182.001-.365-.001-.547-.766-.001-1.532-.003-2.299.001M5.331 11.525c-.242.038-.543.19-.542.471.001 2.893-.002 5.785.001 8.678.037.317.411.452.691.453h13.038c.28-.001.653-.136.69-.453.004-2.892.001-5.785.002-8.678 0-.296-.324-.444-.577-.477-.543-.045-1.091.018-1.633-.034h-.064a7.78 7.78 0 0 1-1.202.001l-.063-.001a7.92 7.92 0 0 1-1.203.002 1.284 1.284 0 0 0-.063-.002c-1.68.035-3.366.031-5.046.001l-.064-.001c-.399.033-.803.03-1.202.002l-.063-.002c-.412.033-.83.032-1.242 0h-.03c-.474.055-.954-.015-1.428.04z"/><path fill="#fff" d="M8.492 3.319c.293.008.589-.019.881.013.393.074.416.717.036.826-.302.044-.612.009-.917.02V3.32zM17.147 3.318c.356.01.79-.075 1.052.234.348.442.347 1.16-.031 1.584-.263.282-.675.208-1.02.216V3.318z"/><path d="M3.629.592a1.17 1.17 0 0 1 .213-.017h16.033c.234.004.486-.03.7.088.366.194.561.62.561 1.023-.001 6.893.001 13.785-.001 20.678-.008.506-.378 1.067-.928 1.061l-16.128.001c-.219-.001-.454.021-.654-.089-.365-.194-.561-.62-.56-1.023.001-6.892-.001-13.785.001-20.677.013-.453.294-.948.764-1.045m.419.603c-.477.117-.722.641-.71 1.1.001 6.486-.001 12.972.001 19.458-.007.495.331 1.066.875 1.07h15.57c.544-.004.881-.575.876-1.07.002-6.503.002-13.005 0-19.507.009-.513-.36-1.101-.924-1.072H4.265a1.047 1.047 0 0 0-.216.02z"/><path d="M5.258 3.008c.523-.492 1.597-.341 1.786.415-.166.054-.332.11-.497.168a.61.61 0 0 0-.847-.238c-.155.102-.14.352.022.439.386.221.87.263 1.2.584.368.355.32 1.028-.087 1.334-.633.485-1.715.208-1.938-.59.171-.069.345-.13.517-.196.151.365.59.59.963.423.255-.096.3-.489.062-.63-.363-.24-.839-.264-1.173-.557-.332-.285-.328-.857-.008-1.15zM7.933 2.775c.418-.007.837-.002 1.255-.003.296 0 .616.069.829.29.397.425.311 1.205-.196 1.507-.4.245-.887.129-1.33.157-.002.39.002.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.56.544v.858c.305-.01.615.024.917-.02.381-.109.358-.752-.036-.826-.292-.031-.588-.005-.881-.013zM10.892 2.778c.676-.006 1.353-.005 2.03-.001.004.18.004.36 0 .54-.49.003-.979.001-1.469.001v.712c.303.002.606-.001.908.001.001.178.001.355-.003.532-.301.002-.603 0-.904.001a68.82 68.82 0 0 0 0 .787c.521.002 1.042-.003 1.564.003.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.005-2.079.004-3.119zM13.745 2.778c.677-.007 1.353-.004 2.03-.001.004.179.004.358 0 .537-.49.01-.981.001-1.471.005v.712c.303.001.607-.001.911.001.001.178.004.356-.007.533h-.904v.787c.522.002 1.045-.003 1.567.003.004.18.005.359 0 .539-.71.008-1.42-.002-2.13.005.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.61.633.6 1.802-.048 2.406-.541.473-1.301.304-1.956.336a464.16 464.16 0 0 1-.001-3.122m.56.542v2.034c.345-.007.757.067 1.02-.216.378-.424.379-1.142.031-1.584-.262-.309-.696-.224-1.052-.234zM6.353 7.419c.187-.004.373-.004.56 0 .007.855 0 1.711.003 2.566.494.002.987-.002 1.48.002.002.182.001.364 0 .546-.682 0-1.364.001-2.046-.001 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.005.376-.005.564-.001.004 1.039.003 2.077 0 3.116-.188.003-.377.002-.565.001 0-1.039-.002-2.077.001-3.116zM10.516 7.417a8.19 8.19 0 0 1 .565.002c.276.668.591 1.32.852 1.994.265-.675.574-1.333.863-1.998.18-.001.359-.002.539 0 .007 1.039.004 2.078.001 3.117-.188.003-.376.003-.564.001.003-.626-.008-1.252.006-1.878-.258.663-.569 1.305-.85 1.959-.286-.649-.578-1.297-.854-1.95.008.623.004 1.246.003 1.87h-.563c.001-1.039-.004-2.078.003-3.117zM14.254 7.415c.184-.001.369-.001.553.001.002 1.04 0 2.079.001 3.12h-.555c.002-1.04 0-2.08.001-3.121zM15.528 7.41c.766-.004 1.533-.002 2.299-.001.003.182.002.364.001.547h-.865c-.002.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.577c-.29-.001-.58.001-.87-.002a16.442 16.442 0 0 1 0-.544zM5.331 11.525c.474-.056.954.015 1.428-.04-.233.05-.441.23-.484.47-.062.347.326.679.66.567a.514.514 0 0 0 .331-.658c-.073-.205-.272-.331-.476-.379.412.032.83.033 1.242 0-.233.05-.44.231-.484.47-.062.346.323.676.656.568.271-.075.445-.403.332-.666-.072-.191-.255-.309-.441-.37a7.78 7.78 0 0 0 1.202-.002c-.231.054-.436.236-.477.475-.057.344.324.67.655.564.275-.075.449-.409.331-.674-.075-.189-.257-.306-.445-.363 1.68.03 3.366.033 5.046-.001-.232.051-.437.232-.481.47-.061.345.321.675.653.569.274-.074.445-.404.334-.668-.072-.191-.255-.309-.443-.368.399.028.803.03 1.203-.002-.231.054-.435.237-.476.476-.055.34.316.662.645.566.268-.068.446-.379.353-.643-.067-.206-.26-.338-.459-.397.399.03.803.031 1.202-.001-.228.059-.431.24-.469.478-.056.353.348.682.682.551a.514.514 0 0 0 .313-.639c-.069-.204-.263-.335-.463-.39.542.052 1.09-.011 1.633.034.253.032.577.181.577.477-.001 2.893.002 5.785-.002 8.678-.037.317-.41.452-.69.453H5.481c-.28-.001-.653-.136-.691-.453-.003-2.892 0-5.785-.001-8.678-.001-.281.3-.433.542-.471m.028 1.29a.59.59 0 0 0-.353.401c-.082.341.282.681.616.602a.515.515 0 0 0 .398-.462c.032-.335-.334-.658-.662-.541m5.108-.006c-.346.102-.521.601-.226.854.224.263.682.194.822-.121.204-.366-.198-.856-.596-.733m2.534.009a.589.589 0 0 0-.343.397c-.085.352.303.702.644.597a.518.518 0 0 0 .37-.458c.03-.337-.343-.66-.671-.536m5.108-.006a.58.58 0 0 0-.366.434c-.055.335.304.653.63.57a.517.517 0 0 0 .39-.458c.031-.333-.327-.653-.654-.546M5.495 14.083c-.384.003-.664.526-.384.822.205.28.673.265.841-.045.215-.326-.084-.787-.457-.777m7.646 0c-.244.005-.444.218-.49.448-.059.345.327.664.656.558.19-.055.34-.23.361-.427.04-.296-.232-.584-.527-.579m3.798.002c-.239.016-.431.228-.471.456-.041.273.194.521.452.565a.512.512 0 0 0 .566-.432c.049-.306-.241-.609-.547-.589m1.266 0c-.228.019-.409.217-.46.431-.07.34.3.668.63.579a.512.512 0 0 0 .383-.421c.05-.309-.245-.615-.553-.589m-12.89 1.312c-.323.138-.443.625-.139.847.251.261.73.126.823-.217.137-.382-.314-.807-.684-.63m1.267.002a.596.596 0 0 0-.307.397c-.065.347.324.674.656.565a.51.51 0 0 0 .364-.477c.01-.344-.392-.644-.713-.485m1.306-.014c-.323.117-.478.588-.197.83.231.274.71.19.837-.143.183-.376-.254-.842-.64-.687m1.266.003a.583.583 0 0 0-.334.413c-.06.343.32.663.648.564a.517.517 0 0 0 .374-.473c.012-.336-.366-.637-.688-.503m3.803.011c-.216.111-.373.376-.288.619.085.232.346.409.596.354a.51.51 0 0 0 .407-.481c.015-.347-.391-.653-.714-.492m2.571-.012a.586.586 0 0 0-.333.414c-.059.341.319.66.646.563a.514.514 0 0 0 .376-.474c.012-.336-.367-.637-.689-.503m2.533.005c-.227.106-.392.386-.299.634.09.233.359.407.61.341a.512.512 0 0 0 .39-.478c.013-.34-.379-.644-.701-.497m-12.706 1.26c-.333.11-.496.594-.207.839.227.262.689.19.825-.128.2-.373-.225-.854-.618-.711m5.066.01c-.309.123-.461.571-.197.815.227.281.715.209.847-.128.189-.381-.26-.856-.65-.687m2.575-.007a.583.583 0 0 0-.344.405c-.073.351.322.683.656.573a.512.512 0 0 0 .36-.434c.042-.343-.34-.671-.672-.545m1.268.003a.581.581 0 0 0-.339.407c-.068.347.318.675.65.571a.51.51 0 0 0 .367-.441c.038-.344-.347-.669-.678-.538m3.801.008a.586.586 0 0 0-.324.417c-.053.337.316.649.641.558a.51.51 0 0 0 .378-.435c.046-.354-.359-.69-.695-.54m-12.707 1.26a.574.574 0 0 0-.361.449c-.03.266.197.503.448.549a.51.51 0 0 0 .568-.408c.077-.352-.311-.711-.655-.59m5.106-.005c-.333.097-.517.57-.243.826.218.273.689.223.837-.097.211-.366-.197-.855-.593-.73m2.534.009a.572.572 0 0 0-.352.445c-.031.263.192.497.438.548a.51.51 0 0 0 .579-.415c.069-.352-.323-.707-.665-.578m5.107-.005c-.325.102-.504.563-.24.819.216.275.685.233.839-.084.22-.368-.197-.869-.598-.735M6.669 19.187a.571.571 0 0 0-.389.406c-.082.337.276.67.606.599a.51.51 0 0 0 .402-.413c.066-.336-.286-.677-.619-.592m1.266.002c-.345.086-.538.575-.256.834.224.276.702.214.841-.114.193-.359-.2-.825-.585-.72m1.268.002c-.34.09-.529.57-.254.83.221.276.698.221.841-.105.201-.361-.198-.838-.587-.725m5.108-.002a.574.574 0 0 0-.382.408c-.078.333.272.66.599.597a.515.515 0 0 0 .412-.421c.06-.336-.296-.674-.628-.584m1.266.002a.573.573 0 0 0-.385.45c-.034.273.203.519.463.558a.511.511 0 0 0 .555-.421c.064-.339-.299-.683-.633-.587m1.267.001c-.332.095-.518.564-.25.823.218.278.695.23.843-.094.207-.365-.199-.851-.593-.729z"/><path fill="#ccc" d="M6.759 11.485h.03c.204.048.404.174.476.379a.514.514 0 0 1-.331.658c-.334.112-.722-.219-.66-.567.044-.24.251-.42.484-.47zM8.031 11.484l.063.002c.187.06.369.179.441.37.112.263-.061.591-.332.666-.333.108-.718-.222-.656-.568.044-.239.251-.42.484-.47zM9.296 11.485l.064.001c.188.057.37.174.445.363.118.265-.056.599-.331.674-.331.106-.712-.22-.655-.564.041-.239.247-.421.477-.475zM14.406 11.485l.063.002c.187.06.37.178.443.368.111.264-.06.594-.334.668-.332.106-.714-.224-.653-.569.044-.238.249-.419.481-.47zM15.672 11.485l.063.001c.2.059.393.191.459.397.093.264-.086.575-.353.643-.329.097-.7-.226-.645-.566.04-.239.245-.421.476-.476zM16.937 11.485h.064c.2.055.394.186.463.39a.514.514 0 0 1-.313.639c-.334.131-.739-.198-.683-.551.038-.239.241-.42.469-.478zM5.359 12.818c.328-.116.694.206.662.541a.518.518 0 0 1-.398.462c-.334.079-.697-.261-.616-.602a.585.585 0 0 1 .353-.401zM10.466 12.812c.397-.123.8.367.596.733-.14.315-.598.384-.822.121-.295-.253-.12-.752.226-.854zM13 12.821c.328-.124.7.198.671.536a.518.518 0 0 1-.37.458c-.341.105-.729-.246-.644-.597a.589.589 0 0 1 .343-.397zM18.108 12.815c.327-.107.685.213.654.546a.516.516 0 0 1-.39.458c-.325.083-.685-.235-.63-.57a.584.584 0 0 1 .366-.434zM5.495 14.083c.373-.01.672.451.457.777-.168.31-.636.325-.841.045-.28-.296 0-.819.384-.822zM13.141 14.083c.294-.005.567.283.527.579a.514.514 0 0 1-.361.427c-.329.106-.715-.213-.656-.558.046-.23.247-.442.49-.448zM16.939 14.085c.306-.021.595.283.547.589a.51.51 0 0 1-.566.432c-.258-.045-.493-.293-.452-.565.04-.227.232-.439.471-.456zM18.205 14.085c.308-.025.603.28.553.589a.512.512 0 0 1-.383.421c-.33.088-.7-.239-.63-.579.051-.214.232-.412.46-.431zM5.315 15.397c.37-.178.822.247.684.63-.093.344-.572.479-.823.217-.304-.222-.185-.709.139-.847zM6.582 15.399c.322-.159.723.141.713.485a.51.51 0 0 1-.364.477c-.331.108-.721-.218-.656-.565a.596.596 0 0 1 .307-.397zM7.888 15.385c.387-.155.824.311.64.687-.127.333-.606.417-.837.143-.281-.241-.126-.712.197-.83zM9.154 15.388c.322-.134.699.168.688.503a.517.517 0 0 1-.374.473c-.328.099-.708-.221-.648-.564a.585.585 0 0 1 .334-.413zM12.957 15.4c.323-.161.729.145.714.492a.51.51 0 0 1-.407.481c-.249.055-.511-.122-.596-.354-.085-.242.072-.508.288-.619zM15.529 15.388c.322-.134.701.167.689.503a.515.515 0 0 1-.376.474c-.327.097-.705-.221-.646-.563a.584.584 0 0 1 .333-.414zM18.062 15.393c.322-.146.714.157.701.497a.512.512 0 0 1-.39.478c-.251.067-.52-.107-.61-.341-.093-.248.072-.528.299-.634zM5.356 16.653c.394-.143.818.338.618.711-.137.318-.598.389-.825.128-.289-.244-.126-.729.207-.839zM10.422 16.663c.39-.169.839.306.65.687-.132.337-.62.409-.847.128-.264-.243-.113-.692.197-.815zM12.997 16.656c.331-.126.714.202.672.545a.513.513 0 0 1-.36.434c-.335.11-.729-.222-.656-.573a.58.58 0 0 1 .344-.405zM14.265 16.658c.331-.131.717.194.678.538a.514.514 0 0 1-.367.441c-.332.103-.718-.225-.65-.571a.583.583 0 0 1 .339-.407zM18.066 16.665c.336-.15.741.186.695.54a.512.512 0 0 1-.378.435c-.324.091-.694-.22-.641-.558a.589.589 0 0 1 .324-.417zM5.359 17.925c.344-.121.732.238.655.59a.51.51 0 0 1-.568.408c-.25-.047-.478-.283-.448-.549a.577.577 0 0 1 .361-.449zM10.465 17.92c.396-.125.804.364.593.73-.148.32-.618.37-.837.097-.273-.256-.09-.729.243-.826zM13 17.928c.342-.128.735.226.665.578a.51.51 0 0 1-.579.415c-.247-.051-.469-.285-.438-.548a.574.574 0 0 1 .352-.445zM18.107 17.923c.401-.134.818.367.598.735-.153.317-.623.359-.839.084-.264-.256-.085-.717.24-.819zM6.669 19.187c.333-.084.685.257.619.592a.513.513 0 0 1-.402.413c-.33.071-.688-.262-.606-.599a.571.571 0 0 1 .389-.406zM7.935 19.189c.385-.105.778.361.585.72-.139.328-.617.39-.841.114-.281-.259-.089-.748.256-.834zM9.203 19.191c.389-.113.788.364.587.725-.142.326-.62.381-.841.105-.276-.259-.087-.74.254-.83zM14.311 19.189c.332-.09.689.248.628.584a.513.513 0 0 1-.412.421c-.327.063-.676-.264-.599-.597a.575.575 0 0 1 .382-.408zM15.578 19.191c.335-.096.697.248.633.587a.51.51 0 0 1-.555.421c-.26-.038-.497-.285-.463-.558a.573.573 0 0 1 .385-.45zM16.845 19.192c.394-.122.799.364.592.729-.148.324-.624.372-.843.094-.268-.259-.082-.728.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-60--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.004 0H21.99c.504.144.838.654.832 1.168.003 7.205 0 14.411.001 21.616.021.529-.311 1.064-.83 1.216H2.01c-.522-.148-.856-.686-.835-1.216.001-7.205-.001-14.41.001-21.615-.007-.514.327-1.02.827-1.168m.752 1.956c-.46.393-.484 1.193-.022 1.593.46.41 1.119.437 1.622.769.316.191.268.72-.072.859-.511.242-1.131-.064-1.335-.571-.239.089-.479.175-.716.267.327 1.169 2.014 1.508 2.826.655.423-.474.405-1.31-.096-1.724-.375-.317-.862-.439-1.313-.607-.158-.064-.329-.136-.422-.287-.105-.175-.006-.42.177-.499.384-.164.912-.041 1.088.367.231-.076.463-.152.693-.231-.259-1.025-1.699-1.223-2.429-.592m3.642-.309c-.004 1.419-.002 2.839 0 4.258.258.002.516.001.773.001V4.313c.678-.035 1.479.151 2.027-.362.522-.483.547-1.397.058-1.911-.282-.294-.705-.391-1.099-.394-.586 0-1.172-.002-1.759.001m4.075.005c-.005 1.417-.002 2.835-.001 4.253.974.002 1.948.001 2.922 0 0-.246.002-.492-.002-.737-.715-.006-1.43 0-2.145-.003V4.078l1.241-.001c0-.245.001-.49-.002-.735-.413-.006-.825-.001-1.238-.003v-.948l2.016-.001c0-.246.002-.492-.002-.737-.929-.005-1.858-.003-2.787 0m3.919 0c-.006 1.418-.001 2.835-.002 4.253h2.92c.002-.247.003-.493-.001-.739-.714-.002-1.428 0-2.142-.001V4.079l1.237-.001c0-.246.001-.491-.001-.737-.412-.003-.824 0-1.235-.001v-.948c.671-.002 1.342.002 2.014-.002.004-.246.004-.491 0-.737-.93-.002-1.86-.005-2.789.001m3.914-.003a670.243 670.243 0 0 0 0 4.254c.807-.041 1.684.146 2.423-.27.717-.402 1.008-1.287.939-2.07-.038-.688-.393-1.396-1.037-1.698-.726-.341-1.551-.18-2.324-.217M4.233 6.567c-.002 1.416-.001 2.832 0 4.248h2.813v-.743l-2.038-.001c-.001-1.168.001-2.337-.001-3.505a49.795 49.795 0 0 0-.773 0m3.69-.006v4.255h.772V6.559h-.772m2.032.001v4.255c.258.002.516.001.774.001-.003-.853.01-1.706-.008-2.558.384.892.783 1.778 1.176 2.667.388-.893.809-1.771 1.17-2.674-.017.855-.004 1.71-.008 2.565h.771V6.56h-.745c-.394.906-.811 1.802-1.183 2.717-.372-.914-.785-1.811-1.177-2.717h-.771m5.138 0v4.256h.771V6.56h-.771m1.762-.003V7.3h1.192l.001 3.515h.772V7.3h1.193v-.743h-3.159m-10.83 8.139c-1.016 1.03-1.634 2.425-1.77 3.862-.096.967-.01 1.985.441 2.86a2.946 2.946 0 0 0 1.533 1.413c1.273.489 2.869.237 3.803-.799 1.093-1.177 1.096-3.185-.007-4.356-1.057-1.186-3.083-1.26-4.261-.219.453-1.726 1.975-3.045 3.688-3.444v-1.131c-1.286.254-2.511.87-3.428 1.814m9.835-1.793a2.85 2.85 0 0 0-1.991 1.013c-.658.79-.945 1.817-1.077 2.819-.157 1.294-.097 2.633.298 3.882.284.871.815 1.722 1.659 2.139 1.185.574 2.777.375 3.656-.652.583-.659.89-1.512 1.057-2.363a9.735 9.735 0 0 0 .066-3.177c-.134-.892-.395-1.794-.948-2.521-.612-.847-1.696-1.253-2.72-1.141z"/><path d="M7.172 2.391c.413.014.831-.03 1.241.025.531.12.524.999 0 1.126-.409.056-.828.01-1.24.025V2.39zM19.082 2.391c.415.025.875-.083 1.248.151.411.265.555.79.547 1.254.002.461-.162.976-.578 1.223-.367.223-.811.125-1.216.146V2.39zM15.721 14.13c.72-.186 1.533.119 1.912.767.489.783.588 1.731.644 2.633.024.825-.013 1.66-.207 2.466-.137.538-.355 1.087-.779 1.465-.472.429-1.191.507-1.777.29-.497-.187-.848-.631-1.051-1.107-.336-.788-.418-1.655-.435-2.503-.006-.91.056-1.843.381-2.701.218-.596.665-1.167 1.312-1.31zM7.05 17.974c.73-.142 1.576.018 2.077.606.634.763.617 2.026-.095 2.734-.826.787-2.321.738-3.074-.129-.516-.598-.579-1.506-.248-2.208.248-.529.772-.894 1.34-1.003z"/><path fill="#fff" d="M2.755 1.957c.73-.632 2.17-.434 2.429.592-.23.078-.462.155-.693.231-.176-.408-.704-.531-1.088-.367-.182.078-.282.324-.177.499.093.15.264.223.422.287.451.168.938.29 1.313.607.501.413.519 1.249.096 1.724-.811.853-2.499.513-2.826-.655.238-.092.477-.178.716-.267.205.507.824.813 1.335.571.339-.139.388-.668.072-.859-.503-.331-1.163-.359-1.622-.769-.462-.4-.439-1.2.022-1.593zM6.398 1.647c.586-.003 1.172-.001 1.759-.001.395.002.817.1 1.099.394.489.514.465 1.427-.058 1.911-.548.514-1.349.327-2.027.362v1.593c-.258 0-.516.001-.773-.001-.002-1.419-.003-2.839 0-4.258m.774.744v1.177c.413-.015.831.031 1.24-.025.524-.127.531-1.006 0-1.126-.41-.056-.828-.011-1.241-.025zM10.473 1.652c.929-.003 1.858-.005 2.787 0 .005.246.002.492.002.737l-2.016.001v.948c.413.002.826-.003 1.238.003.004.245.002.49.002.735l-1.241.001v1.087c.715.002 1.43-.003 2.145.003.005.246.002.491.002.737H10.47c-.001-1.418-.004-2.835.001-4.253zM14.394 1.653c.93-.006 1.86-.003 2.789-.001.003.246.004.491 0 .737-.671.005-1.343 0-2.014.002v.948c.412.001.824-.001 1.235.001.002.246.001.491.001.737l-1.237.001v1.087c.714.002 1.428 0 2.142.001.004.246.003.493.001.739h-2.92c.001-1.417-.004-2.835.002-4.253zM18.309 1.651c.773.037 1.598-.125 2.324.217.644.301.999 1.01 1.037 1.698.069.782-.222 1.667-.939 2.07-.739.416-1.616.229-2.423.27a861.74 861.74 0 0 1 0-4.254m.774.739v2.775c.405-.021.85.076 1.216-.146.417-.248.58-.762.578-1.223.008-.464-.136-.989-.547-1.254-.373-.235-.833-.127-1.248-.151zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.337.001 3.505l2.038.001v.743H4.232V6.568zM7.924 6.56h.772v4.256h-.772V6.561zM9.956 6.56h.771c.391.906.804 1.803 1.177 2.717.372-.915.789-1.811 1.183-2.717h.745v4.256h-.771c.003-.855-.009-1.71.008-2.565-.361.903-.782 1.782-1.17 2.674-.393-.889-.792-1.775-1.176-2.667.018.852.005 1.705.008 2.558-.258 0-.516.001-.774-.001V6.56zM15.093 6.56h.771v4.256h-.771V6.56zM16.855 6.557h3.159V7.3h-1.193v3.515h-.772L18.048 7.3h-1.192v-.743zM6.024 14.696c.917-.944 2.142-1.56 3.428-1.814.002.377.001.754 0 1.131-1.713.399-3.235 1.718-3.688 3.444 1.178-1.042 3.204-.967 4.261.219 1.103 1.171 1.099 3.18.007 4.356-.934 1.036-2.53 1.289-3.803.799a2.946 2.946 0 0 1-1.533-1.413c-.451-.875-.537-1.893-.441-2.86.135-1.436.753-2.832 1.77-3.862m1.025 3.278c-.568.109-1.092.474-1.34 1.003-.331.702-.268 1.61.248 2.208.753.867 2.247.916 3.074.129.712-.708.728-1.972.095-2.734-.5-.587-1.347-.748-2.077-.606zM15.858 12.903c1.024-.112 2.108.294 2.72 1.141.553.727.815 1.629.948 2.521a9.735 9.735 0 0 1-.066 3.177c-.167.851-.474 1.704-1.057 2.363-.879 1.027-2.471 1.226-3.656.652-.844-.418-1.375-1.268-1.659-2.139-.395-1.249-.455-2.588-.298-3.882.132-1.002.419-2.029 1.077-2.819a2.847 2.847 0 0 1 1.991-1.013m-.137 1.226c-.647.143-1.094.714-1.312 1.31-.325.859-.387 1.791-.381 2.701.016.848.099 1.715.435 2.503.203.476.554.921 1.051 1.107.585.217 1.305.139 1.777-.29.424-.378.642-.927.779-1.465.194-.806.231-1.641.207-2.466-.056-.902-.154-1.85-.644-2.633-.379-.648-1.192-.953-1.912-.767z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-65--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.127 0h17.742c.49.152.758.683.749 1.171v21.657c.009.488-.259 1.018-.748 1.171H3.131c-.49-.151-.758-.683-.75-1.171V1.171C2.372.683 2.639.154 3.127 0m.502.592c-.487.102-.769.625-.765 1.093.001 6.893-.001 13.786.001 20.679.007.505.38 1.067.929 1.06h16.412c.55.006.92-.555.929-1.06.002-6.909.002-13.819 0-20.728-.008-.505-.378-1.066-.927-1.06C14.753.574 9.297.576 3.841.575a1.159 1.159 0 0 0-.212.017z"/><path fill="#fff" d="M4.049 1.196c.07-.017.142-.019.214-.021h15.191c.233.003.486-.03.696.097.355.203.516.628.513 1.021-.001 6.487.001 12.974-.001 19.46.005.495-.332 1.065-.875 1.069H4.215c-.543-.004-.881-.575-.875-1.069V2.245c.002-.443.25-.939.709-1.05m1.34 1.707c-.409.24-.501.866-.173 1.209.33.338.841.353 1.223.605.237.141.193.534-.061.63-.374.168-.813-.058-.965-.422-.172.066-.346.127-.517.196.224.797 1.305 1.074 1.938.59.407-.306.456-.978.088-1.334-.33-.321-.814-.363-1.2-.584-.162-.087-.176-.336-.023-.438a.608.608 0 0 1 .847.237c.165-.058.331-.113.498-.168-.173-.699-1.103-.875-1.655-.521m2.544-.127c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.005-.391 0-.781.003-1.172.443-.028.93.089 1.33-.157.506-.303.593-1.082.195-1.507-.212-.221-.532-.291-.828-.29-.419.001-.838-.004-1.256.003m2.959.003c-.009 1.04-.001 2.08-.004 3.12.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.007-1.043 0-1.564-.003v-.787c.301-.001.603.001.904-.001.005-.178.005-.355.003-.532-.302-.002-.605 0-.908-.001V3.32c.489-.001.979.002 1.468-.001.004-.18.004-.36 0-.54-.676-.004-1.353-.005-2.029 0m2.854-.001c-.007 1.04.002 2.08-.004 3.12.71-.006 1.419.002 2.129-.004.007-.18.007-.36.002-.54-.523-.006-1.045 0-1.567-.003v-.787c.302-.001.603.001.905-.001.008-.178.007-.355.005-.532-.304-.002-.607 0-.911-.001v-.712c.489-.002.979.001 1.468-.001.008-.18.007-.36.002-.541-.676-.002-1.353-.006-2.03.001m2.843-.002c-.002 1.041-.004 2.082.001 3.122.655-.032 1.415.136 1.956-.336.648-.603.658-1.772.048-2.406-.536-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046 0v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.004-1.711-.003-2.566a13.068 13.068 0 0 0-.56 0m2.684-.001c-.003 1.038-.001 2.077-.001 3.116.188.001.376.002.565-.002a462.06 462.06 0 0 0 0-3.115 11.783 11.783 0 0 0-.564.001m1.478-.001c-.007 1.039-.002 2.078-.002 3.117h.563c.001-.626.006-1.252-.003-1.877.27.658.569 1.305.853 1.957.285-.654.595-1.298.853-1.963-.016.628-.004 1.255-.007 1.883.188.001.376.001.564-.001.003-1.039.005-2.078-.001-3.117a24.3 24.3 0 0 0-.54 0c-.287.666-.597 1.322-.862 1.997-.263-.674-.574-1.329-.855-1.996a10.53 10.53 0 0 0-.562 0m3.737-.002v3.12c.185-.002.37-.001.555-.001-.001-1.04.001-2.079-.001-3.119a25.577 25.577 0 0 0-.554 0m1.275-.005c-.003.181-.003.363 0 .544.29.003.58 0 .87.002l.001 2.577h.563c.003-.859 0-1.718.001-2.577h.865c.001-.182.001-.365-.001-.547-.766-.001-1.532-.003-2.298.001M5.366 11.52c-.253.032-.576.182-.577.477.001 2.892-.002 5.784.001 8.677.037.317.41.453.69.454h13.039c.28-.001.653-.136.69-.454.003-2.892 0-5.784.001-8.677.001-.281-.299-.434-.541-.471-.153-.026-.309-.057-.465-.039-.4.03-.804.031-1.204 0h-.063c-.4.03-.804.031-1.204 0h-.063a7.805 7.805 0 0 1-1.204.001l-.062-.002a8.02 8.02 0 0 1-1.24.001l-.032.002a77.842 77.842 0 0 1-3.774-.002h-.063a7.805 7.805 0 0 1-1.204.001l-.062-.002a8.02 8.02 0 0 1-1.24.001l-.033.002c-.463.046-.93-.01-1.392.032z"/><path fill="#fff" d="M8.492 3.319c.293.008.59-.019.882.013.393.075.416.718.034.825-.302.044-.611.009-.916.02v-.858zM17.147 3.318c.356.01.789-.075 1.051.233.348.442.348 1.161-.031 1.585-.264.282-.675.208-1.02.215V3.317z"/><path d="M3.629.592c.07-.014.141-.016.212-.017C9.297.576 14.753.574 20.208.576c.549-.006.919.555.927 1.06.002 6.909.002 13.819 0 20.728-.008.505-.379 1.066-.929 1.06H3.794c-.549.007-.922-.555-.929-1.06-.002-6.893 0-13.786-.001-20.679-.004-.468.278-.991.765-1.093m.42.604c-.459.112-.707.607-.709 1.05v19.508c-.006.495.331 1.065.875 1.069h15.572c.543-.005.88-.575.875-1.069.002-6.487 0-12.974.001-19.46.003-.393-.158-.819-.513-1.021-.21-.127-.463-.094-.696-.097H4.263a.96.96 0 0 0-.214.021z"/><path d="M5.389 2.902c.552-.354 1.481-.178 1.655.521-.166.055-.332.11-.498.168a.608.608 0 0 0-.847-.237c-.153.102-.139.351.023.438.386.221.87.263 1.2.584.368.355.319 1.028-.088 1.334-.633.485-1.714.207-1.938-.59.171-.07.345-.13.517-.196.151.365.591.59.965.422.254-.096.299-.489.061-.63-.381-.252-.892-.267-1.222-.605-.328-.343-.236-.968.173-1.209zM7.933 2.775c.419-.007.837-.002 1.256-.003.296 0 .616.069.828.29.397.425.311 1.204-.195 1.507-.401.245-.888.129-1.33.157-.002.391.002.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.559.544v.858c.305-.01.614.024.916-.02.382-.107.359-.751-.034-.825-.292-.032-.588-.005-.882-.013zM10.892 2.778a137.23 137.23 0 0 1 2.029 0c.005.18.005.36 0 .54-.489.003-.979 0-1.468.001v.712c.303.001.606-.001.908.001.002.177.002.355-.003.532-.301.002-.603 0-.904.001v.787c.521.003 1.042-.003 1.564.003.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.005-2.08.004-3.12zM13.745 2.778c.676-.007 1.353-.004 2.03-.001.005.18.006.361-.002.541-.489.002-.979 0-1.468.001v.712l.911.001c.001.177.003.355-.005.532-.302.002-.603 0-.905.001v.787c.522.002 1.044-.003 1.567.003.005.18.005.36-.002.54-.709.006-1.419-.002-2.129.004.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.61.633.6 1.802-.048 2.406-.541.473-1.301.304-1.956.336a464.16 464.16 0 0 1-.001-3.122m.56.542v2.034c.345-.007.756.067 1.02-.215.379-.424.379-1.143.031-1.585-.262-.309-.695-.223-1.051-.233zM6.353 7.419c.187-.004.373-.004.56 0 .007.855 0 1.711.003 2.566.494.003.987-.002 1.48.002.002.182.001.364 0 .546-.682 0-1.364.002-2.046 0 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.006.376-.006.564-.001a462.06 462.06 0 0 1 0 3.115c-.188.004-.377.003-.565.002 0-1.039-.002-2.077.001-3.116zM10.516 7.417c.187-.005.375-.005.562 0 .281.667.592 1.322.855 1.996.265-.675.575-1.331.862-1.997.18-.002.36-.002.54 0 .006 1.039.004 2.078.001 3.117-.188.002-.376.002-.564.001.003-.628-.009-1.255.007-1.883-.257.666-.568 1.309-.853 1.963-.284-.653-.582-1.299-.853-1.957.009.625.005 1.252.003 1.877h-.563c0-1.039-.005-2.078.002-3.117zM14.254 7.415c.185-.002.369-.002.554 0 .002 1.04 0 2.079.001 3.119-.185 0-.37-.001-.555.001.002-1.04 0-2.08 0-3.12zM15.529 7.41c.766-.004 1.532-.002 2.298-.001.003.182.002.364.001.547h-.865c-.002.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.577c-.29-.001-.58.001-.87-.002a16.442 16.442 0 0 1 0-.544zM5.366 11.52c.463-.042.93.014 1.392-.032a.606.606 0 0 0-.483.469c-.061.347.326.677.66.565a.514.514 0 0 0 .331-.658c-.073-.204-.27-.332-.474-.378.412.03.828.032 1.24-.001-.233.051-.441.232-.484.472-.06.346.324.675.656.566.27-.076.444-.403.332-.666-.072-.192-.255-.31-.442-.37.399.03.804.031 1.204-.001-.232.054-.438.237-.478.477-.055.344.325.668.656.562.274-.076.448-.409.33-.674-.075-.189-.258-.307-.445-.365 1.256.034 2.517.03 3.774.002a.607.607 0 0 0-.482.469c-.061.348.328.678.661.565.267-.077.433-.398.329-.658-.075-.203-.271-.332-.476-.378.412.03.828.033 1.24-.001-.232.052-.439.233-.481.473-.06.345.322.673.654.567.274-.075.444-.404.333-.668-.072-.191-.256-.309-.443-.369.399.03.804.031 1.204-.001-.231.054-.436.237-.476.477-.057.355.35.685.685.552.259-.09.414-.409.301-.664-.075-.189-.259-.307-.447-.364.399.032.804.031 1.204 0-.229.057-.432.24-.47.479-.052.34.319.66.647.562a.514.514 0 0 0 .349-.649c-.069-.205-.262-.336-.463-.391.399.031.804.03 1.204 0-.228.06-.43.245-.465.485-.048.348.346.67.677.546.268-.086.426-.418.306-.677-.063-.16-.219-.249-.352-.344.099.008.199.018.299.029.242.037.542.19.541.471-.001 2.892.002 5.784-.001 8.677-.037.318-.41.453-.69.454H5.484c-.28-.001-.653-.137-.69-.454-.003-2.892 0-5.784-.001-8.677.001-.295.324-.444.577-.477m-.01 1.295c-.331.11-.499.588-.22.839.218.267.675.214.824-.097.224-.371-.197-.886-.603-.742m5.106-.005c-.347.101-.522.601-.226.854.224.263.681.194.821-.12.205-.366-.197-.857-.594-.734m2.533.009c-.25.098-.429.401-.325.664.092.22.341.391.585.339a.52.52 0 0 0 .411-.47c.028-.336-.344-.657-.67-.533m-7.509 1.262c-.383.004-.662.526-.383.822.205.28.673.265.841-.045.215-.326-.084-.788-.458-.777m7.647.001c-.244.005-.444.218-.49.449-.057.344.328.662.656.557a.515.515 0 0 0 .362-.428c.039-.296-.234-.584-.528-.578m1.266 0c-.24.009-.436.221-.482.449-.057.342.322.659.649.559a.513.513 0 0 0 .369-.428c.04-.299-.238-.591-.536-.579m1.266-.001c-.384.017-.645.547-.355.833.213.277.683.243.84-.074.202-.331-.113-.784-.485-.759m1.265.001c-.378.023-.634.543-.351.829.203.266.648.256.822-.036.241-.33-.08-.827-.471-.793M5.316 15.397c-.324.137-.444.625-.139.847.251.261.73.126.823-.218.136-.382-.314-.806-.684-.629m1.267.002a.596.596 0 0 0-.308.399c-.064.346.324.671.654.564a.513.513 0 0 0 .366-.478c.01-.344-.391-.644-.713-.486m1.307-.013a.582.582 0 0 0-.341.413c-.064.344.318.667.648.567a.518.518 0 0 0 .371-.436c.041-.346-.345-.674-.678-.543m1.266.002a.581.581 0 0 0-.335.415c-.059.342.32.66.647.563a.516.516 0 0 0 .375-.474c.011-.335-.365-.636-.687-.503m8.908.004a.584.584 0 0 0-.323.422c-.046.331.314.637.633.553a.512.512 0 0 0 .39-.478c.013-.34-.378-.644-.7-.497m-12.706 1.26c-.334.109-.497.594-.208.838.227.262.689.191.826-.127.199-.372-.225-.853-.618-.711m5.066.01c-.31.122-.461.571-.197.815.227.281.714.21.847-.127.189-.381-.259-.857-.649-.688m7.642.002c-.203.096-.361.325-.322.555.034.213.223.379.427.427a.51.51 0 0 0 .591-.443c.046-.354-.359-.689-.695-.539m-12.708 1.26a.58.58 0 0 0-.354.404c-.077.347.307.68.64.583a.512.512 0 0 0 .375-.442c.038-.338-.333-.659-.661-.544m5.107-.006c-.334.096-.518.57-.245.826.219.273.689.223.837-.097.21-.365-.196-.854-.592-.73m2.534.009a.574.574 0 0 0-.352.445c-.03.264.193.498.44.548a.512.512 0 0 0 .578-.417c.067-.352-.323-.705-.665-.577m5.107-.004a.58.58 0 0 0-.362.406c-.075.337.285.662.612.589a.511.511 0 0 0 .403-.448c.037-.335-.326-.654-.653-.547M6.67 19.187a.568.568 0 0 0-.399.452c-.043.337.328.642.651.545a.512.512 0 0 0 .365-.404c.067-.336-.285-.677-.617-.594m1.267.003c-.346.085-.54.575-.258.834.223.276.702.215.841-.113.193-.359-.199-.825-.583-.721m1.266.001a.569.569 0 0 0-.387.453c-.033.274.206.521.467.557a.513.513 0 0 0 .543-.386c.097-.347-.276-.723-.623-.624m5.109-.001a.579.579 0 0 0-.384.411c-.078.345.301.681.636.586a.512.512 0 0 0 .375-.414c.06-.336-.295-.672-.627-.583m1.267.002c-.339.09-.529.57-.254.829.221.276.698.222.841-.104.2-.361-.198-.838-.588-.725m1.267.001c-.333.094-.519.564-.251.823.218.277.695.23.842-.094.207-.364-.197-.851-.591-.729z"/><path fill="#ccc" d="M6.758 11.488l.033-.002c.204.046.401.174.474.378a.514.514 0 0 1-.331.658c-.333.112-.72-.218-.66-.565a.607.607 0 0 1 .483-.469zM8.031 11.484l.062.002c.187.06.37.179.442.37.112.263-.061.59-.332.666-.332.108-.717-.22-.656-.566.043-.24.251-.421.484-.472zM9.297 11.485h.063c.188.058.371.175.445.365.118.265-.056.598-.33.674-.33.106-.711-.218-.656-.562.04-.24.247-.423.478-.477zM13.133 11.488l.032-.002c.204.046.401.175.476.378a.513.513 0 0 1-.329.658c-.333.113-.722-.217-.661-.565a.607.607 0 0 1 .482-.469zM14.406 11.484l.062.002c.188.06.371.178.443.369.111.264-.06.593-.333.668-.332.106-.713-.222-.654-.567.043-.24.249-.421.481-.473zM15.672 11.485h.063c.188.058.372.175.447.364.113.255-.043.574-.301.664-.335.134-.742-.197-.685-.552.04-.24.245-.423.476-.477zM16.938 11.486h.063c.201.055.394.187.463.391.096.264-.079.579-.349.649-.328.098-.7-.222-.647-.562.037-.239.24-.421.47-.479zM18.205 11.486c.156-.018.311.013.465.039-.1-.011-.199-.021-.299-.029.133.094.289.183.352.344.12.259-.038.591-.306.677-.331.124-.726-.197-.677-.546.035-.24.237-.425.465-.485zM5.36 12.817c.406-.144.827.371.603.742-.149.31-.606.363-.824.097-.278-.251-.111-.729.22-.839zM10.467 12.812c.397-.123.799.368.594.734-.14.314-.597.383-.821.12-.295-.253-.12-.753.226-.854zM13.001 12.821c.327-.123.698.197.67.533a.518.518 0 0 1-.411.47c-.244.052-.492-.119-.585-.339-.105-.263.075-.566.325-.664zM5.493 14.083c.374-.011.674.451.458.777-.168.31-.636.325-.841.045-.279-.295 0-.818.383-.822zM13.14 14.084c.294-.006.567.282.528.578a.515.515 0 0 1-.362.428c-.329.105-.713-.213-.656-.557.045-.23.246-.443.49-.449zM14.406 14.084c.298-.011.576.28.536.579a.513.513 0 0 1-.369.428c-.327.099-.705-.217-.649-.559.045-.227.241-.439.482-.449zM15.672 14.084c.371-.025.687.428.485.759-.157.317-.627.351-.84.074-.291-.286-.029-.816.355-.833zM16.937 14.085c.391-.034.712.463.471.793-.173.292-.619.301-.822.036-.283-.285-.027-.806.351-.829zM5.316 15.397c.37-.177.821.247.684.629-.093.344-.572.48-.823.218-.305-.222-.185-.71.139-.847zM6.583 15.399c.321-.158.722.142.712.486a.513.513 0 0 1-.366.478c-.33.107-.719-.218-.654-.564a.596.596 0 0 1 .308-.399zM7.889 15.385c.333-.13.719.197.678.543a.52.52 0 0 1-.371.436c-.33.1-.712-.223-.648-.567a.582.582 0 0 1 .341-.413zM9.155 15.388c.322-.133.698.168.687.503a.516.516 0 0 1-.375.474c-.327.097-.705-.22-.647-.563a.581.581 0 0 1 .335-.415zM18.063 15.393c.322-.146.713.157.7.497a.513.513 0 0 1-.39.478c-.32.084-.679-.221-.633-.553a.582.582 0 0 1 .323-.422zM5.357 16.653c.393-.142.817.338.618.711-.137.318-.599.39-.826.128-.289-.244-.126-.729.208-.838zM10.423 16.663c.39-.169.839.307.649.688-.133.337-.62.408-.847.127-.264-.243-.113-.692.197-.815zM18.066 16.665c.336-.15.741.185.695.539a.51.51 0 0 1-.591.443c-.204-.048-.392-.214-.427-.427-.039-.23.12-.459.323-.555zM5.359 17.925c.328-.115.699.206.661.544a.512.512 0 0 1-.375.442c-.334.098-.717-.236-.64-.583a.585.585 0 0 1 .354-.404zM10.466 17.92c.396-.124.803.365.592.73-.148.32-.618.37-.837.097-.273-.257-.089-.731.245-.826zM13 17.928c.342-.128.733.225.665.577a.511.511 0 0 1-.578.417c-.247-.051-.471-.285-.44-.548a.572.572 0 0 1 .352-.445zM18.108 17.923c.327-.107.69.212.653.547a.51.51 0 0 1-.403.448c-.328.074-.687-.252-.612-.589a.578.578 0 0 1 .362-.406zM6.67 19.187c.333-.083.684.258.617.594a.514.514 0 0 1-.365.404c-.323.097-.694-.209-.651-.545a.567.567 0 0 1 .399-.452zM7.937 19.189c.384-.105.776.362.583.721-.139.328-.618.39-.841.113-.282-.26-.089-.749.258-.834zM9.203 19.19c.347-.099.72.277.623.624a.513.513 0 0 1-.543.386c-.261-.036-.5-.283-.467-.557a.569.569 0 0 1 .387-.453zM14.312 19.189c.332-.089.687.248.627.583a.512.512 0 0 1-.375.414c-.335.095-.714-.241-.636-.586a.575.575 0 0 1 .384-.411zM15.579 19.191c.39-.113.788.364.588.725-.144.326-.62.38-.841.104-.275-.26-.086-.739.254-.829zM16.845 19.192c.394-.121.798.365.591.729-.148.324-.624.371-.842.094-.268-.259-.082-.729.251-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-65--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.006 0h19.983c.505.143.839.653.834 1.168.002 7.206 0 14.411.001 21.617.021.529-.312 1.065-.832 1.215H2.012c-.505-.143-.841-.653-.835-1.168V1.168C1.17.654 1.505.147 2.006 0m.749 1.957c-.46.393-.484 1.193-.022 1.593.467.419 1.147.435 1.65.79.303.211.217.738-.131.853-.509.215-1.102-.09-1.303-.585-.239.088-.479.173-.716.266.312 1.103 1.816 1.465 2.682.791.562-.436.6-1.402.046-1.86-.447-.388-1.06-.458-1.568-.73-.246-.113-.283-.479-.052-.627.383-.22.965-.097 1.148.331.231-.075.462-.151.692-.231-.255-1.026-1.699-1.223-2.428-.592m3.646-.309c-.004 1.419-.003 2.838-.001 4.258.258.003.516.001.773.001V4.313c.431-.011.865.023 1.294-.023.489-.06.936-.409 1.075-.888.239-.682-.142-1.554-.886-1.696-.743-.125-1.505-.033-2.256-.059m4.075.005c-.006 1.417-.002 2.835-.001 4.252.974.003 1.948.002 2.922 0 0-.246.003-.491-.003-.737-.715-.007-1.43 0-2.144-.003V4.077l1.24-.001c0-.245.003-.49-.002-.735-.413-.007-.825 0-1.238-.004v-.948c.672-.002 1.343.001 2.015-.001 0-.245.003-.491-.002-.736-.929-.006-1.858-.004-2.786-.001m3.921.003c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.246.003-.492-.001-.739-.713-.002-1.427.001-2.141-.001V4.079l1.236-.001c0-.246.002-.491-.001-.736-.412-.004-.824 0-1.235-.002v-.948c.671-.003 1.342.003 2.013-.003.005-.245.005-.491 0-.736-.93-.003-1.859-.006-2.788.001m3.915-.003a603.22 603.22 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.717-.402 1.008-1.287.939-2.07-.038-.687-.393-1.396-1.037-1.697-.726-.341-1.551-.18-2.324-.216M4.233 6.567c-.002 1.416-.001 2.832 0 4.247.938.002 1.875.001 2.812 0v-.742c-.679-.002-1.358 0-2.037-.001-.002-1.168.001-2.336-.002-3.504a49.795 49.795 0 0 0-.773 0m3.691-.007v4.255c.258.002.515.001.772 0V6.56a99.33 99.33 0 0 0-.772 0m2.032 0c-.002 1.418-.002 2.836 0 4.254.258.002.516.001.773 0-.003-.853.011-1.707-.009-2.56.384.893.783 1.779 1.177 2.669.389-.892.81-1.77 1.171-2.674-.017.855-.005 1.711-.008 2.566h.77V6.56a92.256 92.256 0 0 0-.744 0c-.395.905-.81 1.802-1.184 2.716-.372-.914-.785-1.811-1.177-2.716h-.77m5.138 0v4.255h.77V6.56a98.817 98.817 0 0 0-.77 0m1.763-.003V7.3h1.192c.002 1.172-.001 2.343.001 3.515h.772c.001-1.171-.001-2.343.001-3.514.398-.002.795 0 1.193-.001v-.743a1662.16 1662.16 0 0 0-3.158 0M6.136 14.715c-1.008 1.029-1.619 2.421-1.752 3.851-.092.988-.005 2.033.479 2.918a2.935 2.935 0 0 0 1.575 1.377c1.24.44 2.765.199 3.684-.784 1.13-1.167 1.15-3.207.04-4.394-1.055-1.19-3.09-1.272-4.266-.224.45-1.727 1.975-3.042 3.686-3.446v-1.13c-1.294.255-2.527.878-3.446 1.831m7.51-1.645c-.198 1.66-.39 3.321-.581 4.981.412.145.823.292 1.237.431.727-.776 1.984-1.033 2.946-.572 1.154.596 1.315 2.346.44 3.249-.585.642-1.517.825-2.349.705-.699-.067-1.342-.407-1.858-.875-.254.328-.511.652-.76.983.803.79 1.978 1.083 3.076 1.092 1.075.044 2.194-.345 2.921-1.158 1.128-1.219 1.153-3.315-.01-4.52-1.102-1.152-3.06-1.205-4.321-.285l.367-2.847c1.392-.003 2.784 0 4.176-.002 0-.394.001-.789-.001-1.183h-5.283z"/><path d="M7.172 2.391c.413.014.831-.03 1.241.025.531.121.524.998 0 1.126-.409.056-.828.01-1.241.024-.002-.392-.001-.784 0-1.176zM19.082 2.391c.415.024.874-.084 1.248.15.411.265.555.79.547 1.254.002.461-.161.976-.578 1.224-.367.223-.811.125-1.216.146V2.39zM7.19 17.972c.699-.132 1.499.006 2.006.536.719.774.698 2.154-.101 2.866-.799.683-2.123.659-2.889-.064-.646-.614-.735-1.672-.312-2.434.265-.48.764-.802 1.296-.904z"/><path fill="#fff" d="M2.755 1.957c.728-.631 2.172-.434 2.428.592-.23.079-.461.155-.692.231-.183-.428-.765-.551-1.148-.331-.231.148-.194.514.052.627.508.272 1.121.342 1.568.73.554.458.516 1.424-.046 1.86-.866.674-2.37.312-2.682-.791.237-.093.477-.179.716-.266.201.495.794.8 1.303.585.348-.115.435-.641.131-.853-.503-.354-1.182-.371-1.65-.79-.462-.4-.439-1.2.022-1.593zM6.399 1.647c.751.026 1.513-.067 2.256.059.744.142 1.125 1.014.886 1.696-.139.479-.585.828-1.075.888-.429.046-.863.012-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.838.001-4.258m.772.744v1.176c.413-.014.832.031 1.241-.024.523-.128.53-1.005 0-1.126-.41-.055-.828-.011-1.241-.025zM10.473 1.652c.929-.003 1.858-.005 2.786.001.005.246.002.491.002.736-.672.002-1.343 0-2.015.001v.948c.413.003.825-.003 1.238.004.005.245.002.49.002.735l-1.24.001v1.087c.714.003 1.429-.004 2.144.003.006.246.002.491.003.737-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.788-.001.004.245.005.491 0 .736-.671.006-1.342 0-2.013.003v.948c.411.002.823-.001 1.235.002.003.245.001.491.001.736l-1.236.001v1.087c.713.002 1.427-.001 2.141.001.005.247.003.493.001.739-.974.002-1.947.001-2.92 0 .001-1.417-.004-2.835.003-4.252zM18.31 1.651c.773.037 1.598-.125 2.324.216.644.301.999 1.01 1.037 1.697.069.783-.222 1.668-.939 2.07-.738.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.741v2.775c.405-.021.849.077 1.216-.146.417-.247.581-.763.578-1.224.008-.464-.136-.989-.547-1.254-.374-.234-.833-.127-1.248-.15zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.336.002 3.504.679.001 1.358-.001 2.037.001v.742H4.233c-.001-1.416-.002-2.832 0-4.247zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.77c.392.906.804 1.803 1.177 2.716.374-.914.789-1.811 1.184-2.716h.744v4.255h-.77c.003-.855-.01-1.711.008-2.566-.361.904-.782 1.782-1.171 2.674-.393-.889-.793-1.775-1.177-2.669.02.853.006 1.707.009 2.56-.258 0-.516.002-.773 0-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.77v4.255h-.77V6.56zM16.856 6.557h3.158V7.3c-.398.001-.795-.001-1.193.001-.002 1.171 0 2.343-.001 3.514h-.772c-.002-1.172.001-2.343-.001-3.515h-1.192a92.009 92.009 0 0 1 0-.743zM6.136 14.715c.919-.953 2.152-1.577 3.446-1.831v1.13c-1.711.404-3.235 1.718-3.686 3.446 1.176-1.049 3.211-.967 4.266.224 1.11 1.187 1.09 3.227-.04 4.394-.919.983-2.444 1.223-3.684.784a2.935 2.935 0 0 1-1.575-1.377c-.483-.885-.571-1.929-.479-2.918.134-1.431.744-2.822 1.752-3.851m1.054 3.256c-.533.103-1.031.424-1.296.904-.423.762-.334 1.821.312 2.434.766.723 2.091.747 2.889.064.798-.712.82-2.092.101-2.866-.508-.531-1.307-.668-2.006-.536zM13.646 13.069h5.283c.002.394.001.789.001 1.183-1.392.002-2.784-.001-4.176.002l-.367 2.847c1.261-.92 3.218-.867 4.321.285 1.163 1.205 1.138 3.3.01 4.52-.727.813-1.846 1.201-2.921 1.158-1.098-.009-2.273-.301-3.076-1.092.249-.331.507-.656.76-.983.515.467 1.158.807 1.858.875.832.12 1.764-.063 2.349-.705.875-.903.714-2.653-.44-3.249-.962-.461-2.219-.203-2.946.572-.414-.139-.825-.285-1.237-.431.191-1.661.383-3.322.581-4.981z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-70--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h11.031c-1.935.185-3.84.79-5.475 1.85C3.061 3.425 1.183 5.95.407 8.797.198 9.529.089 10.284 0 11.038V0zM12.96 0H24v11.033c-.198-2.116-.916-4.192-2.152-5.929-1.687-2.42-4.291-4.185-7.172-4.829C14.112.14 13.535.075 12.96 0z"/><path d="M11.41 1.195c1.729-.097 3.482.23 5.059.947 2.69 1.208 4.833 3.567 5.774 6.362.942 2.73.724 5.835-.598 8.404-1.268 2.507-3.55 4.479-6.219 5.358a10.832 10.832 0 0 1-5.937.259c-2.867-.668-5.412-2.576-6.87-5.132-1.452-2.494-1.826-5.58-1.029-8.352.787-2.82 2.783-5.27 5.378-6.623a10.786 10.786 0 0 1 4.442-1.224M5.814 6.881c.004.465.003.93 0 1.395h4.612c-.848 1.539-1.65 3.109-2.268 4.756-.571 1.541-.955 3.145-1.244 4.761.396-.006.792-.002 1.188-.002.254-1.749.649-3.483 1.268-5.141a26.986 26.986 0 0 1 2.03-4.251c.342-.432.141-1.012.19-1.518H5.814m9.014.027c-.868.177-1.467.952-1.777 1.736-.439 1.206-.547 2.504-.555 3.779 0 1.101.063 2.214.349 3.282.193.69.487 1.387 1.027 1.878.803.737 2.18.715 2.953-.055.508-.49.791-1.163.979-1.832.283-1.049.346-2.143.345-3.225-.006-1.076-.08-2.163-.367-3.204-.178-.628-.423-1.264-.882-1.742-.518-.559-1.335-.776-2.072-.615z"/><path d="M15.113 8.141c.623-.135 1.187.335 1.405.887.489 1.155.495 2.441.5 3.675-.009.873-.057 1.753-.255 2.606-.12.477-.286.974-.65 1.322-.393.385-1.079.431-1.501.07-.401-.34-.578-.861-.708-1.353-.262-1.095-.277-2.229-.263-3.349.029-.861.086-1.733.341-2.562.171-.555.502-1.187 1.131-1.296zM0 12.969c.085.675.173 1.353.348 2.012.697 2.761 2.424 5.24 4.758 6.868 1.738 1.237 3.817 1.956 5.936 2.151H0V12.969zM23.715 14.715c.141-.578.208-1.17.285-1.759v11.043H12.967c2.073-.194 4.105-.885 5.82-2.075 2.464-1.679 4.268-4.301 4.929-7.21z"/><path fill="red" d="M11.031 0h1.929c.574.075 1.151.139 1.716.275 2.881.644 5.485 2.409 7.172 4.829 1.236 1.737 1.953 3.813 2.152 5.929v1.924c-.076.589-.143 1.18-.285 1.759-.661 2.909-2.466 5.531-4.929 7.21-1.715 1.19-3.746 1.881-5.82 2.075h-1.924c-2.119-.195-4.198-.914-5.936-2.151-2.334-1.627-4.061-4.107-4.758-6.868-.176-.66-.263-1.337-.348-2.012v-1.931c.089-.754.198-1.509.407-2.241.776-2.848 2.655-5.372 5.149-6.947C7.191.791 9.096.186 11.031.001m.379 1.194a10.797 10.797 0 0 0-4.442 1.224C4.373 3.772 2.377 6.222 1.59 9.041c-.797 2.772-.423 5.858 1.029 8.352 1.458 2.556 4.003 4.464 6.87 5.132 1.952.47 4.033.377 5.937-.259 2.669-.878 4.951-2.851 6.219-5.358 1.322-2.568 1.54-5.674.598-8.404-.941-2.795-3.084-5.154-5.774-6.362a10.819 10.819 0 0 0-5.059-.947z"/><path fill="#fff" d="M5.814 6.881h5.776c-.049.506.152 1.087-.19 1.518a26.986 26.986 0 0 0-2.03 4.251c-.618 1.658-1.013 3.392-1.268 5.141-.396 0-.792-.004-1.188.002.289-1.616.673-3.22 1.244-4.761.618-1.647 1.42-3.218 2.268-4.756H5.814c.002-.465.003-.93 0-1.395zM14.828 6.908c.737-.161 1.553.056 2.072.615.459.478.705 1.115.882 1.742.286 1.042.36 2.128.367 3.204.001 1.082-.062 2.176-.345 3.225-.188.669-.471 1.342-.979 1.832-.773.771-2.151.792-2.953.055-.54-.491-.834-1.188-1.027-1.878-.286-1.068-.348-2.181-.349-3.282.008-1.275.116-2.572.555-3.779.31-.784.909-1.56 1.777-1.736m.285 1.235c-.629.109-.96.741-1.131 1.296-.255.828-.312 1.701-.341 2.562-.014 1.119.001 2.254.263 3.349.13.492.307 1.013.708 1.353.423.361 1.109.315 1.501-.07.364-.348.53-.845.65-1.322.198-.853.245-1.733.255-2.606-.005-1.234-.011-2.52-.5-3.675-.218-.552-.782-1.022-1.405-.887z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-70--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.127 0h17.744c.489.152.757.684.748 1.172v21.656c.009.488-.259 1.017-.747 1.172H3.132c-.49-.152-.758-.683-.749-1.172V1.172C2.373.684 2.641.156 3.128 0m.501.592c-.47.097-.751.593-.764 1.045-.002 6.892 0 13.785-.001 20.678-.001.402.195.827.56 1.022.2.11.435.087.654.089l16.128-.001c.549.006.92-.555.929-1.061V1.637c-.008-.505-.378-1.067-.928-1.061C14.752.574 9.296.576 3.841.575a1.246 1.246 0 0 0-.212.017z"/><path fill="#fff" d="M4.049 1.195a1.03 1.03 0 0 1 .215-.02h15.19c.233.003.486-.03.695.097.355.203.517.629.513 1.022-.001 6.487.001 12.973-.001 19.459.006.495-.331 1.065-.875 1.07H4.215c-.544-.004-.882-.575-.875-1.07V2.245c.001-.443.25-.939.709-1.051m1.185 1.837c-.306.306-.289.879.057 1.148.342.283.821.299 1.174.557.225.161.14.55-.121.622-.371.142-.783-.083-.931-.436-.172.066-.346.127-.517.196.224.797 1.305 1.075 1.938.59.407-.306.456-.979.088-1.334-.33-.321-.814-.363-1.2-.584-.162-.087-.176-.336-.022-.438a.609.609 0 0 1 .847.238c.165-.058.331-.113.498-.168-.193-.767-1.297-.913-1.81-.391m2.698-.256c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.005-.391 0-.782.002-1.173.443-.027.93.089 1.33-.156.507-.303.593-1.082.196-1.507-.213-.221-.533-.291-.829-.29-.419.001-.837-.004-1.255.003m2.959.003c-.008 1.04-.001 2.08-.004 3.12.71-.002 1.42.001 2.13-.002.003-.18.003-.36-.001-.54-.521-.006-1.043 0-1.564-.002v-.787c.301 0 .603.001.904-.001.005-.178.005-.355.003-.532-.303-.002-.606 0-.908-.001V3.32c.49 0 .979.002 1.469-.001.003-.18.004-.36 0-.54-.677-.004-1.353-.005-2.03 0m2.854-.001c-.007 1.04.002 2.08-.004 3.12.71-.006 1.42.002 2.13-.004.006-.18.005-.36.001-.54-.522-.006-1.045-.001-1.567-.002v-.787h.905c.008-.178.007-.355.005-.533-.304-.002-.607 0-.911-.001v-.712c.49-.002.98.004 1.47-.003.005-.18.005-.36.001-.539a152.62 152.62 0 0 0-2.03.001m2.842-.003a541.495 541.495 0 0 0 0 3.122c.646-.033 1.388.134 1.932-.315.675-.593.689-1.786.073-2.426-.537-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046 0v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.003-1.711-.003-2.566a13.068 13.068 0 0 0-.56 0m2.684-.001c-.003 1.038-.001 2.077-.001 3.116.188.001.377.002.565-.001.003-1.039.004-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.478 0c-.007 1.039-.002 2.078-.003 3.116h.563c.001-.624.006-1.249-.003-1.874.273.656.568 1.303.853 1.953.285-.653.593-1.296.852-1.96-.015.627-.004 1.254-.007 1.881.188.001.376.001.564-.001.003-1.039.005-2.078-.001-3.118-.18-.002-.36-.001-.54 0-.288.665-.597 1.322-.863 1.997-.262-.674-.574-1.327-.853-1.994a8.808 8.808 0 0 0-.563-.001m3.739-.002v3.121c.185-.002.37-.001.555 0-.001-1.04.001-2.08-.001-3.12a34.082 34.082 0 0 0-.554-.001m1.274-.005c-.003.181-.003.363 0 .544.291.003.581 0 .871.002v2.577h.563c.003-.859 0-1.717.001-2.577l.865-.001c.001-.182.001-.364-.001-.546-.766-.001-1.532-.003-2.299.001m-10.32 4.142c-.198.06-.427.211-.419.444.001 2.893-.002 5.785.001 8.678.037.317.41.452.69.453h13.039c.28-.001.653-.136.69-.454.003-2.892 0-5.785.001-8.677-.001-.296-.324-.444-.577-.477-.543-.045-1.091.018-1.633-.034h-.063a7.682 7.682 0 0 1-1.204 0l-.063-.001a7.792 7.792 0 0 1-1.203.002 1.284 1.284 0 0 0-.063-.002 71.1 71.1 0 0 1-3.78.001h-.063a7.669 7.669 0 0 1-1.203.001l-.063-.001a7.669 7.669 0 0 1-1.203.002l-.062-.002c-.412.033-.83.033-1.242 0h-.031a7.79 7.79 0 0 1-1.241 0c-.108-.022-.211.028-.309.068z"/><path fill="#fff" d="M8.492 3.319c.325.027.671-.06.982.053.32.16.262.732-.102.795-.293.024-.587.004-.88.01a122.98 122.98 0 0 1 0-.859zM17.147 3.318c.366.007.818-.075 1.073.259.338.468.327 1.233-.127 1.625-.27.213-.63.138-.946.15V3.318z"/><path d="M3.629.592c.07-.014.141-.016.212-.017 5.455.002 10.911 0 16.366.001.549-.007.92.556.928 1.061v20.727c-.008.505-.379 1.067-.929 1.061l-16.128.001c-.219-.001-.454.022-.654-.089-.365-.195-.561-.62-.56-1.022.001-6.893-.001-13.785.001-20.678.013-.453.294-.948.764-1.045m.42.603c-.459.112-.708.607-.709 1.051v19.508c-.007.495.331 1.066.875 1.07h15.571c.544-.004.881-.575.875-1.07.002-6.487 0-12.973.001-19.459.004-.393-.158-.819-.513-1.022-.21-.127-.462-.094-.695-.097H4.264a1.037 1.037 0 0 0-.215.02z"/><path d="M5.234 3.031c.513-.521 1.618-.375 1.81.391-.167.054-.333.11-.498.168a.61.61 0 0 0-.847-.238c-.154.102-.14.351.023.438.386.221.87.263 1.2.584.368.355.319 1.028-.088 1.334-.633.485-1.714.207-1.938-.59.171-.069.345-.13.517-.196.148.352.561.577.931.436.261-.072.346-.461.121-.622-.353-.258-.832-.274-1.174-.557-.346-.27-.363-.842-.057-1.148zM7.933 2.775c.418-.007.837-.002 1.255-.003.296 0 .616.069.829.29.397.425.311 1.204-.196 1.507-.4.245-.887.129-1.33.156-.002.391.002.782-.002 1.173-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.559.544v.859c.293-.006.587.014.88-.01.365-.064.422-.636.102-.795-.311-.113-.657-.026-.982-.053zM10.892 2.778c.676-.006 1.353-.004 2.03 0 .004.18.004.36 0 .54-.49.003-.979.001-1.469.001v.712c.303.001.606-.001.908.001.001.177.001.355-.003.532-.301.002-.603 0-.904.001a68.82 68.82 0 0 0 0 .787c.521.002 1.042-.004 1.564.002.004.18.004.36.001.54-.71.003-1.42 0-2.13.002.003-1.04-.005-2.08.004-3.12zM13.745 2.778c.676-.007 1.353-.004 2.03-.001.004.18.004.36-.001.539-.49.007-.98.001-1.47.003v.712c.303.001.607-.001.911.001.001.178.003.355-.005.533h-.905v.787c.522.001 1.045-.003 1.567.002.004.18.005.36-.001.54-.71.007-1.42-.002-2.13.004.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.616.64.602 1.833-.073 2.426-.543.449-1.286.282-1.932.315a464.139 464.139 0 0 1 0-3.122m.56.543v2.034c.317-.013.677.063.946-.15.453-.391.464-1.156.127-1.625-.255-.334-.708-.252-1.073-.259zM6.353 7.419c.187-.004.373-.004.56 0 .007.855 0 1.711.003 2.566.493.003.987-.002 1.48.002.002.182.001.364 0 .546H6.35c0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.006.376-.006.564-.001.004 1.039.003 2.077 0 3.116-.188.003-.377.002-.565.001 0-1.039-.002-2.077.001-3.116zM10.516 7.418c.188-.005.375-.006.563.001.278.667.591 1.32.853 1.994.266-.675.575-1.332.863-1.997.18-.002.36-.002.54 0 .006 1.039.004 2.078.001 3.118-.188.002-.376.002-.564.001.003-.627-.008-1.254.007-1.881-.258.664-.567 1.307-.852 1.96-.285-.651-.58-1.297-.853-1.953.009.624.005 1.249.003 1.874h-.563c.001-1.039-.004-2.078.003-3.116zM14.254 7.415c.185-.001.369-.001.554.001.002 1.04 0 2.079.001 3.12h-.555c.002-1.04 0-2.08 0-3.121zM15.528 7.41c.766-.004 1.533-.002 2.299-.001.003.182.002.364.001.546l-.865.001c-.002.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0V7.956c-.291-.001-.581.001-.871-.002a24.662 24.662 0 0 1 0-.544zM5.517 11.484c.412.033.83.033 1.241 0-.233.051-.44.231-.483.471-.062.347.326.678.66.566a.514.514 0 0 0 .331-.658c-.073-.205-.272-.331-.476-.38.412.033.83.033 1.242 0-.233.05-.441.232-.484.471-.061.346.323.675.656.567.271-.076.445-.403.332-.667-.072-.191-.255-.309-.442-.37.399.03.804.032 1.203-.002-.231.054-.437.236-.478.476-.056.344.324.668.655.563.275-.075.449-.409.331-.674-.075-.189-.257-.307-.445-.364.399.031.804.031 1.203-.001-.229.058-.433.24-.472.479-.053.34.32.661.649.562a.516.516 0 0 0 .349-.649c-.07-.204-.263-.335-.463-.391a71.1 71.1 0 0 0 3.78-.001c-.232.052-.438.232-.481.471-.06.345.321.675.653.568.274-.074.445-.403.334-.668-.072-.191-.256-.309-.443-.369.399.029.804.031 1.203-.002-.231.054-.436.237-.476.476-.057.355.35.687.686.553.258-.09.413-.41.3-.664-.075-.19-.259-.307-.447-.364.399.031.804.031 1.204 0-.228.058-.432.24-.47.479-.056.353.348.682.682.551a.515.515 0 0 0 .314-.638c-.069-.205-.263-.335-.464-.391.542.053 1.09-.01 1.633.034.253.032.576.181.577.477-.001 2.892.002 5.785-.001 8.677-.038.317-.41.453-.69.454H5.481c-.28-.001-.653-.136-.69-.453-.003-2.893 0-5.785-.001-8.678-.007-.233.221-.384.419-.444l.084-.027c-.115.126-.264.248-.29.428-.065.351.331.686.666.567a.514.514 0 0 0 .326-.651c-.073-.206-.272-.336-.478-.384m4.949 1.328c-.347.101-.521.601-.226.854.224.263.682.194.821-.12.205-.366-.197-.857-.595-.734m2.534.009c-.338.118-.489.614-.191.855.23.26.688.174.817-.143.194-.374-.231-.861-.626-.712m5.108-.006a.58.58 0 0 0-.366.434c-.058.348.332.676.666.561a.517.517 0 0 0 .354-.449c.031-.333-.327-.653-.654-.546m-8.81 1.269c-.228.01-.412.203-.472.413-.09.35.3.696.638.595a.513.513 0 0 0 .373-.555c-.042-.251-.281-.465-.54-.453m3.844 0c-.394.004-.667.554-.363.84.21.264.659.236.822-.062.217-.325-.084-.791-.459-.778m3.797.001c-.379.022-.636.543-.352.829.21.278.681.25.84-.065.208-.333-.112-.794-.488-.764m1.266 0c-.227.019-.408.216-.459.43-.071.34.3.668.63.581a.511.511 0 0 0 .383-.422c.05-.309-.246-.615-.554-.589m-10.316 1.3c-.323.117-.478.588-.197.83.231.274.71.19.837-.143.183-.376-.254-.841-.64-.687m5.07.015c-.316.141-.433.617-.135.84.245.26.716.14.821-.196.157-.387-.308-.833-.686-.644m2.571-.011a.58.58 0 0 0-.333.415c-.058.341.319.658.646.562a.514.514 0 0 0 .376-.474c.012-.336-.368-.637-.689-.503m2.533.004a.573.573 0 0 0-.325.457c-.015.256.203.477.443.526.27.05.551-.165.579-.437.053-.357-.359-.699-.697-.546M6.623 16.656a.579.579 0 0 0-.345.406c-.07.335.288.656.613.583a.511.511 0 0 0 .402-.442c.045-.344-.338-.672-.67-.547m6.375 0a.586.586 0 0 0-.345.406c-.072.351.322.683.657.572a.512.512 0 0 0 .359-.434c.042-.343-.34-.67-.671-.544m1.267.002a.58.58 0 0 0-.339.408c-.068.346.318.673.65.57a.51.51 0 0 0 .367-.441c.038-.344-.347-.668-.678-.537m3.801.007a.586.586 0 0 0-.324.417c-.053.337.316.649.641.558a.512.512 0 0 0 .378-.435c.046-.354-.359-.69-.695-.54m-12.707 1.26c-.333.108-.499.589-.214.835.228.268.699.195.833-.13.191-.372-.229-.844-.619-.705m7.641.003a.581.581 0 0 0-.345.399c-.077.344.299.676.632.586a.512.512 0 0 0 .383-.449c.035-.339-.342-.66-.67-.537m5.107-.004c-.326.102-.505.563-.241.819.216.275.685.233.839-.084.22-.368-.197-.869-.598-.735M5.403 19.186a.566.566 0 0 0-.405.454c-.034.268.192.508.444.557a.51.51 0 0 0 .572-.414c.068-.334-.279-.675-.611-.596m8.908.002a.575.575 0 0 0-.383.409c-.076.333.272.659.598.596a.51.51 0 0 0 .412-.421c.06-.336-.296-.674-.628-.584m1.268.002c-.339.091-.528.57-.253.829.221.277.698.222.841-.105.2-.361-.2-.838-.589-.725m1.268.002c-.332.095-.518.564-.25.823.218.278.695.23.843-.094.207-.365-.199-.851-.593-.729z"/><path fill="#ccc" d="M5.208 11.552c.098-.04.201-.089.309-.067.206.048.405.178.478.384a.515.515 0 0 1-.326.651c-.335.119-.731-.216-.666-.567.026-.18.175-.302.29-.428l-.084.027zM6.758 11.484h.031c.204.049.403.175.476.38a.514.514 0 0 1-.331.658c-.333.112-.721-.219-.66-.566.043-.24.251-.42.483-.471zM8.031 11.484l.062.002c.187.061.37.179.442.37.113.263-.061.591-.332.667-.332.108-.717-.221-.656-.567.043-.24.251-.421.484-.471zM9.297 11.484l.063.001c.188.058.371.175.445.364.118.265-.056.598-.331.674-.331.105-.711-.219-.655-.563.041-.24.247-.422.478-.476zM10.563 11.485h.063c.2.056.393.187.463.391.095.264-.08.578-.349.649-.329.099-.702-.222-.649-.562.039-.239.243-.42.472-.479zM14.406 11.484l.063.002c.187.06.371.178.443.369.111.265-.06.594-.334.668-.332.106-.714-.223-.653-.568.044-.239.25-.42.481-.471zM15.672 11.485l.063.001c.188.057.372.174.447.364.113.255-.042.574-.3.664-.336.134-.743-.197-.686-.553.04-.24.246-.422.476-.476zM16.938 11.485h.063c.2.056.394.186.464.391a.514.514 0 0 1-.314.638c-.334.131-.738-.198-.683-.551.038-.239.241-.42.47-.479zM10.466 12.812c.397-.123.8.367.595.734-.14.315-.597.384-.821.12-.295-.253-.12-.753.226-.854zM13 12.821c.395-.15.82.337.626.712-.13.318-.588.404-.817.143-.298-.241-.147-.737.191-.855zM18.108 12.815c.327-.107.685.213.654.546a.521.521 0 0 1-.354.449c-.333.115-.724-.213-.666-.561a.584.584 0 0 1 .366-.434zM9.298 14.084c.259-.013.498.202.54.453a.513.513 0 0 1-.373.555c-.338.1-.728-.245-.638-.595.06-.21.243-.403.472-.413zM13.141 14.084c.375-.013.676.453.459.778-.164.299-.613.326-.822.062-.304-.287-.031-.837.363-.84zM16.938 14.085c.376-.03.696.43.488.764-.16.315-.63.343-.84.065-.283-.286-.026-.807.352-.829zM18.204 14.085c.308-.026.604.28.554.589a.515.515 0 0 1-.383.422c-.33.088-.7-.24-.63-.581.051-.214.232-.411.459-.43zM7.888 15.385c.386-.155.823.311.64.687-.127.333-.606.417-.837.143-.281-.241-.126-.713.197-.83zM12.958 15.4c.378-.189.842.256.686.644-.105.336-.577.456-.821.196-.297-.222-.18-.698.135-.84zM15.529 15.389c.321-.135.701.167.689.503a.516.516 0 0 1-.376.474c-.327.097-.704-.221-.646-.562a.585.585 0 0 1 .333-.415zM18.062 15.393c.338-.154.75.188.697.546a.51.51 0 0 1-.579.437c-.24-.049-.458-.27-.443-.526a.573.573 0 0 1 .325-.457zM6.623 16.656c.332-.125.714.204.67.547a.511.511 0 0 1-.402.442c-.325.074-.683-.247-.613-.583a.58.58 0 0 1 .345-.406zM12.998 16.656c.331-.126.713.201.671.544a.512.512 0 0 1-.359.434c-.335.11-.729-.221-.657-.572a.584.584 0 0 1 .345-.406zM14.265 16.658c.33-.131.716.193.678.537a.512.512 0 0 1-.367.441c-.332.103-.717-.224-.65-.57a.585.585 0 0 1 .339-.408zM18.066 16.665c.336-.15.741.186.695.54a.513.513 0 0 1-.378.435c-.324.091-.694-.22-.641-.558a.591.591 0 0 1 .324-.417zM5.359 17.925c.39-.139.81.333.619.705-.134.325-.605.398-.833.13-.285-.246-.119-.727.214-.835zM13 17.928c.328-.123.705.198.67.537a.514.514 0 0 1-.383.449c-.333.09-.709-.242-.632-.586a.582.582 0 0 1 .345-.399zM18.107 17.923c.401-.134.817.367.598.735-.153.317-.623.359-.839.084-.264-.256-.085-.717.241-.819zM5.403 19.186c.332-.078.679.262.611.596a.51.51 0 0 1-.572.414c-.252-.049-.478-.289-.444-.557a.566.566 0 0 1 .405-.454zM14.311 19.189c.332-.09.688.247.628.584a.51.51 0 0 1-.412.421c-.326.063-.675-.263-.598-.596a.575.575 0 0 1 .383-.409zM15.578 19.191c.389-.113.788.363.589.725-.144.326-.621.381-.841.105-.276-.259-.087-.738.253-.829zM16.845 19.192c.394-.122.799.364.592.729-.148.324-.624.372-.843.094-.268-.259-.082-.728.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-70--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.001 0h19.994c.501.149.834.655.828 1.169.003 7.205 0 14.41.001 21.615.022.529-.31 1.061-.826 1.217H2.006c-.501-.148-.835-.654-.829-1.169V1.169C1.17.656 1.503.153 2.001.001M2.73 1.98c-.437.399-.45 1.177.003 1.57.467.419 1.147.435 1.65.79.303.211.217.738-.132.853-.509.215-1.101-.091-1.303-.586-.239.089-.478.175-.716.267.326 1.169 2.014 1.508 2.825.655.424-.474.406-1.31-.095-1.724-.375-.317-.863-.439-1.314-.607-.157-.064-.329-.136-.422-.287-.105-.175-.006-.42.176-.498.385-.165.912-.042 1.089.366.231-.076.462-.152.692-.231-.262-1.035-1.732-1.229-2.454-.568m3.669-.333c-.004 1.419-.002 2.838 0 4.258.258.003.516.001.773.001V4.313c.431-.01.864.023 1.294-.023.489-.06.936-.408 1.074-.887.239-.682-.14-1.554-.884-1.696-.744-.126-1.507-.033-2.258-.059m4.076.004c-.005 1.417-.002 2.835-.001 4.252.974.003 1.948.001 2.922 0 0-.246.002-.491-.002-.737-.715-.007-1.43 0-2.145-.003V4.077l1.24-.001c0-.245.003-.491-.002-.736-.413-.005-.825 0-1.238-.002V2.39l2.015-.001c0-.246.003-.492-.002-.737-.929-.005-1.858-.004-2.787 0m3.922.001c-.007 1.418-.001 2.835-.003 4.253h2.92c.002-.247.003-.493-.001-.739-.714-.002-1.428 0-2.141-.001V4.079l1.236-.001c0-.246.001-.491-.001-.737-.412-.003-.823 0-1.235-.001v-.948c.671-.002 1.342.003 2.013-.003.004-.245.004-.491 0-.736-.93-.003-1.859-.005-2.789.001m3.916-.003a603.22 603.22 0 0 0 0 4.254c.806-.041 1.684.146 2.423-.27.731-.411 1.018-1.32.934-2.116-.048-.683-.418-1.379-1.063-1.665-.72-.322-1.53-.166-2.294-.203M4.233 6.567c-.002 1.416-.001 2.832 0 4.248.938.002 1.875 0 2.813.001v-.743l-2.037-.001c-.002-1.168.001-2.337-.002-3.505a49.795 49.795 0 0 0-.773 0m3.69-.007v4.255h.772V6.56h-.772m2.032 0v4.254c.258.002.516.001.774.001-.001-.849.007-1.699-.006-2.548.387.887.781 1.771 1.173 2.656.389-.89.808-1.768 1.17-2.67-.015.854-.005 1.708-.006 2.562h.77V6.559h-.745c-.398.899-.795 1.798-1.186 2.7-.378-.905-.782-1.8-1.174-2.7h-.771m5.138.001v4.256h.77c.002-1.419.001-2.837 0-4.256h-.77m1.763-.003V7.3h1.192c.001 1.172-.001 2.344.001 3.515h.772c0-1.172-.001-2.343.001-3.515l1.193-.001v-.743h-3.158m-1.516 6.347a2.852 2.852 0 0 0-1.99 1.013c-.659.79-.945 1.817-1.077 2.82-.156 1.282-.097 2.608.287 3.846.275.862.786 1.708 1.608 2.142 1.192.615 2.824.424 3.719-.62.583-.659.89-1.513 1.057-2.364a9.73 9.73 0 0 0 .066-3.176c-.134-.892-.396-1.794-.949-2.521-.613-.847-1.697-1.253-2.721-1.14m-11.024.119c-.004.394-.001.789-.002 1.183 1.616.002 3.232-.001 4.848.001-.879 1.179-1.626 2.467-2.112 3.858-.547 1.535-.769 3.172-.772 4.797.431.003.862.006 1.294-.001.022-3.108.946-6.295 3.004-8.675.053-.378.008-.777.022-1.163H4.317z"/><path d="M7.172 2.391c.413.014.83-.03 1.24.025.532.12.525.998.001 1.126-.409.056-.828.01-1.24.024V2.39zM19.082 2.391c.415.024.875-.083 1.248.151.411.265.555.79.547 1.254.002.461-.162.976-.578 1.223-.367.223-.811.125-1.216.146V2.39zM15.205 14.13c.72-.186 1.533.119 1.912.767.489.783.588 1.731.644 2.633.024.813-.013 1.635-.198 2.43-.137.551-.354 1.115-.788 1.502-.472.429-1.191.507-1.777.29-.497-.187-.848-.631-1.05-1.107-.336-.788-.418-1.655-.435-2.503-.006-.91.056-1.842.381-2.701.218-.596.664-1.167 1.311-1.31z"/><path fill="#fff" d="M2.73 1.98c.721-.66 2.192-.467 2.454.568-.23.079-.461.155-.692.231-.177-.408-.704-.531-1.089-.366-.182.078-.282.323-.176.498.093.15.264.223.422.287.451.168.938.29 1.314.607.501.414.519 1.25.095 1.724-.811.853-2.499.513-2.825-.655.238-.092.477-.178.716-.267.202.495.794.801 1.303.586.348-.115.435-.642.132-.853-.503-.354-1.182-.371-1.65-.79-.453-.392-.441-1.17-.003-1.57zM6.398 1.647c.751.026 1.514-.067 2.258.059.744.143 1.123 1.015.884 1.696-.139.479-.585.827-1.074.887-.43.046-.863.013-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.839 0-4.258m.773.745v1.176c.413-.014.831.031 1.24-.024.524-.128.531-1.007-.001-1.126-.41-.055-.827-.011-1.24-.025zM10.473 1.652c.929-.003 1.858-.005 2.787 0 .005.246.002.492.002.737l-2.015.001v.948c.413.002.825-.002 1.238.002.005.245.002.491.002.736l-1.24.001v1.087c.715.003 1.43-.003 2.145.003.005.246.002.491.002.737-.974.001-1.948.002-2.922 0 0-1.418-.003-2.835.001-4.253zM14.395 1.653c.93-.006 1.859-.004 2.789-.001.004.245.004.491 0 .736-.671.006-1.342 0-2.013.003v.948c.412.002.823-.001 1.235.001.002.246.001.491.001.737l-1.236.001v1.087c.713.002 1.427 0 2.141.001.004.246.003.493.001.739h-2.92c.001-1.417-.004-2.835.003-4.253zM18.31 1.651c.763.037 1.573-.12 2.294.203.645.286 1.015.982 1.063 1.665.083.796-.203 1.705-.934 2.116-.739.416-1.617.229-2.423.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.021.85.076 1.216-.146.417-.247.58-.762.578-1.223.008-.464-.136-.989-.547-1.254-.373-.235-.833-.127-1.248-.151zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.337.002 3.505l2.037.001v.743c-.938-.001-1.875.001-2.813-.001V6.567zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.771c.391.9.795 1.795 1.174 2.7.39-.902.788-1.801 1.186-2.7h.745v4.256h-.77c.001-.854-.008-1.708.006-2.562-.362.901-.781 1.779-1.17 2.67-.392-.885-.787-1.769-1.173-2.656.013.849.004 1.699.006 2.548-.258 0-.516.001-.774-.001V6.561zM15.093 6.56h.77c.001 1.419.002 2.837 0 4.256h-.77V6.56zM16.856 6.557h3.158V7.3l-1.193.001c-.002 1.171 0 2.343-.001 3.515h-.772c-.002-1.171 0-2.343-.001-3.515h-1.192a92.009 92.009 0 0 1 0-.743zM15.341 12.903c1.024-.112 2.108.294 2.721 1.14.553.727.815 1.629.949 2.521a9.73 9.73 0 0 1-.066 3.176c-.167.851-.474 1.705-1.057 2.364-.895 1.044-2.527 1.235-3.719.62-.822-.435-1.333-1.28-1.608-2.142-.383-1.238-.443-2.564-.287-3.846.131-1.003.418-2.03 1.077-2.82a2.849 2.849 0 0 1 1.99-1.013m-.136 1.227c-.647.143-1.094.714-1.311 1.31-.325.859-.387 1.791-.381 2.701.016.848.098 1.716.435 2.503.203.476.554.92 1.05 1.107.586.217 1.305.139 1.777-.29.434-.387.651-.951.788-1.502.186-.795.222-1.617.198-2.43-.056-.902-.154-1.85-.644-2.633-.379-.648-1.192-.953-1.912-.767zM4.317 13.022h6.282c-.015.386.031.785-.022 1.163-2.058 2.38-2.983 5.567-3.004 8.675-.431.007-.863.004-1.294.001.003-1.625.225-3.262.772-4.797.487-1.391 1.233-2.679 2.112-3.858-1.616-.002-3.232 0-4.848-.001 0-.394-.002-.789.002-1.183z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-75--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h10.986C9.08.199 7.201.788 5.585 1.831 3.098 3.392 1.218 5.895.427 8.724.208 9.465.101 10.23 0 10.994V0zM13.005 0H24v10.989c-.227-2.29-1.063-4.529-2.49-6.344C19.747 2.354 17.133.732 14.291.194 13.866.103 13.433.072 13.005 0z"/><path d="M11.408 1.195c1.729-.097 3.483.23 5.059.947 2.69 1.208 4.834 3.567 5.775 6.362.943 2.73.725 5.836-.598 8.404-1.334 2.643-3.8 4.687-6.65 5.492a10.84 10.84 0 0 1-5.506.125c-2.867-.668-5.411-2.576-6.869-5.132C1.167 14.9.793 11.813 1.59 9.042c.79-2.831 2.799-5.289 5.409-6.638a10.774 10.774 0 0 1 4.41-1.208m1.903 5.664c-.222 1.987-.429 3.975-.647 5.962.337.003.673 0 1.009.002.248-.351.514-.726.922-.9.621-.252 1.409-.114 1.854.405.552.619.664 1.497.631 2.295-.029.716-.247 1.495-.842 1.946-.613.446-1.573.428-2.107-.138-.359-.376-.523-.887-.633-1.383h-1.111c.071.477.158.96.366 1.4.274.724.874 1.358 1.64 1.551.809.232 1.746.145 2.426-.381.823-.629 1.259-1.653 1.365-2.663.115-1.055.021-2.188-.547-3.11-.387-.644-1.036-1.156-1.795-1.253a2.322 2.322 0 0 0-1.961.59c.112-.977.218-1.954.327-2.931l3.57-.001c.003-.46-.005-.921.005-1.381-1.49-.021-2.982-.003-4.473-.008m-7.497.02c.004.465.002.929.001 1.394 1.537 0 3.074-.001 4.611.001C9.584 9.806 8.788 11.365 8.171 13c-.578 1.55-.965 3.164-1.255 4.79.396.003.791 0 1.187.001.257-1.761.655-3.507 1.281-5.175.579-1.573 1.34-3.073 2.189-4.516.047-.399.01-.813.017-1.217-1.925-.002-3.85-.001-5.775 0z"/><path d="M0 13.014c.104.76.208 1.524.427 2.262.835 2.995 2.896 5.614 5.592 7.157 1.518.883 3.234 1.387 4.976 1.567H-.001V13.014zM23.805 14.291c.09-.425.122-.86.195-1.288v10.996H13.009c2.269-.223 4.485-1.047 6.293-2.448 2.317-1.765 3.961-4.396 4.504-7.26z"/><path fill="red" d="M10.986 0h2.02c.428.072.861.103 1.286.194 2.843.538 5.456 2.16 7.219 4.451 1.427 1.815 2.263 4.054 2.49 6.344v2.015c-.073.428-.104.863-.195 1.288-.543 2.865-2.187 5.495-4.504 7.26-1.807 1.402-4.023 2.225-6.293 2.448h-2.013c-1.742-.18-3.458-.684-4.976-1.567C3.324 20.89 1.263 18.27.428 15.276c-.219-.738-.324-1.501-.427-2.262v-2.02c.101-.764.208-1.529.427-2.27a12.06 12.06 0 0 1 5.158-6.893C7.202.788 9.081.198 10.987 0m.421 1.195a10.805 10.805 0 0 0-4.41 1.208C4.388 3.752 2.379 6.21 1.589 9.041c-.797 2.772-.423 5.858 1.029 8.351a10.829 10.829 0 0 0 12.375 5.007c2.85-.805 5.317-2.849 6.65-5.492 1.323-2.568 1.541-5.674.598-8.404-.941-2.795-3.084-5.154-5.775-6.362a10.804 10.804 0 0 0-5.059-.947z"/><path fill="#fff" d="M13.312 6.86c1.491.005 2.983-.012 4.473.008-.009.46-.001.921-.005 1.381l-3.57.001c-.109.977-.215 1.954-.327 2.931a2.318 2.318 0 0 1 1.961-.59c.759.097 1.408.609 1.795 1.252.569.922.663 2.055.547 3.11-.106 1.01-.542 2.034-1.365 2.663-.68.526-1.617.612-2.426.381-.765-.192-1.366-.826-1.64-1.551-.209-.439-.295-.922-.366-1.4H13.5c.11.496.274 1.007.633 1.383.534.566 1.493.584 2.107.138.596-.45.814-1.23.842-1.946.033-.798-.08-1.676-.631-2.295-.445-.519-1.233-.657-1.854-.405-.409.175-.675.55-.923.9-.337-.002-.673.001-1.009-.002.218-1.987.425-3.975.647-5.962zM5.814 6.882h5.775c-.007.405.03.818-.017 1.217-.849 1.443-1.61 2.943-2.189 4.516-.626 1.668-1.024 3.414-1.281 5.175-.396-.001-.791.001-1.187-.001.291-1.626.678-3.24 1.255-4.79.617-1.635 1.413-3.195 2.255-4.723-1.537-.002-3.074-.001-4.611-.001.001-.465.003-.929-.001-1.394z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-75--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.128 0h17.739c.491.15.759.684.751 1.172v21.656c.008.488-.26 1.02-.75 1.172H3.132c-.492-.149-.761-.683-.751-1.172V1.172C2.371.684 2.639.153 3.128 0m.501.592c-.47.097-.75.593-.764 1.045v20.727c.007.505.379 1.067.929 1.061h16.412c.55.006.92-.555.929-1.061V1.637c-.008-.505-.379-1.067-.928-1.061L3.842.575c-.071 0-.143.003-.213.017z"/><path fill="#fff" d="M4.049 1.195a.967.967 0 0 1 .215-.02H19.5c.218 0 .453-.022.649.097.355.203.517.629.513 1.022-.001 6.487.001 12.973-.001 19.459.005.495-.332 1.065-.875 1.07H4.215c-.543-.005-.881-.575-.875-1.07V2.245c.002-.443.25-.939.709-1.051m1.209 1.814c-.32.292-.324.865.008 1.15.334.293.809.317 1.173.556.238.141.193.535-.062.63-.374.168-.813-.058-.964-.423-.171.067-.346.125-.516.198.225.796 1.305 1.073 1.938.588.406-.307.455-.978.087-1.334-.33-.321-.814-.363-1.2-.584-.163-.087-.177-.336-.023-.438.281-.18.7-.066.845.238.165-.058.332-.113.498-.168-.186-.757-1.263-.907-1.785-.415m2.677-.231c-.008 1.041.001 2.082-.005 3.123.187-.003.374-.002.56-.001.007-.391 0-.781.004-1.172.442-.028.93.089 1.33-.157.506-.303.593-1.082.195-1.507-.213-.221-.533-.291-.829-.29-.419.002-.837-.005-1.255.004m2.958.003c-.01 1.04-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.004-.18.005-.36-.001-.54-.521-.008-1.042.001-1.563-.004v-.785c.301-.002.602.002.904-.002.007-.178.005-.355.003-.532-.303-.003-.605 0-.907-.001V3.32c.489-.003.979.002 1.468-.003.004-.18.005-.36-.001-.539-.676-.004-1.352-.006-2.028 0m2.853.001c-.008 1.04.001 2.08-.005 3.12.71-.006 1.419.003 2.129-.005.008-.18.007-.36.001-.539-.522-.006-1.044 0-1.566-.003-.002-.262-.001-.524 0-.786l.903-.001c.013-.178.008-.355.007-.533-.303-.002-.607 0-.91-.001v-.712c.49-.004.98.005 1.47-.004.006-.18.005-.359 0-.538-.676-.003-1.353-.007-2.029.001m2.842-.003c-.003 1.041-.005 2.082.001 3.122.654-.032 1.415.136 1.956-.336.649-.603.658-1.772.048-2.406-.537-.516-1.332-.356-2.005-.381M6.353 7.419c-.008 1.038-.003 2.076-.002 3.114.682.002 1.363.001 2.045 0 .002-.182.002-.363 0-.545-.494-.006-.987 0-1.48-.003-.004-.855.005-1.711-.004-2.566a12.975 12.975 0 0 0-.558 0m2.684-.001c-.003 1.038-.001 2.077-.001 3.115.188.001.376.002.565-.002.003-1.038.004-2.076 0-3.114a8.807 8.807 0 0 0-.563.001m1.478 0c-.008 1.038-.002 2.077-.003 3.116.188.002.375.002.562 0 .002-.629.006-1.257-.003-1.886.265.663.568 1.311.854 1.965.284-.653.596-1.296.85-1.961-.013.627-.003 1.255-.006 1.882.188.001.376.002.564-.001.004-1.039.006-2.077-.001-3.116-.18-.003-.359-.003-.538 0-.292.663-.592 1.323-.866 1.994-.258-.673-.573-1.323-.849-1.989-.188-.012-.376-.007-.564-.003m3.737-.004c-.001 1.04.001 2.08-.001 3.12.185-.002.37-.001.555-.001-.001-1.04.001-2.079-.001-3.119a20.388 20.388 0 0 0-.553 0m1.275-.005c-.004.181-.004.363 0 .544.29.005.58 0 .87.002.002.859 0 1.718.002 2.577.187.001.375.002.562-.001.003-.859-.001-1.717.002-2.576.288-.002.576 0 .864-.001.002-.182.002-.364-.001-.546-.766-.002-1.532-.003-2.298 0M5.204 11.552c-.196.063-.424.212-.415.444.001 2.893-.001 5.785.001 8.677.038.317.411.453.691.454h13.038c.281-.001.653-.137.691-.454.003-2.892 0-5.784.001-8.677.001-.282-.3-.433-.542-.472-.152-.031-.31-.063-.466-.039-.399.03-.803.033-1.202-.002h-.063a7.322 7.322 0 0 1-1.203 0l-.063-.001a7.107 7.107 0 0 1-1.203 0l-.031-.013-.032.011a7.453 7.453 0 0 1-1.241.002h-.03c-.833.035-1.674.035-2.508 0h-.064a7.2 7.2 0 0 1-1.202 0l-.032-.013-.032.012a6.981 6.981 0 0 1-1.201.001l-.032-.013-.032.011c-.412.037-.83.034-1.241.002h-.03c-.412.033-.83.033-1.242 0-.11-.024-.215.024-.313.068z"/><path fill="#fff" d="M8.492 3.319c.325.026.671-.06.982.052.32.161.262.732-.102.796-.293.022-.586.005-.879.009v-.858zM17.147 3.319c.357.01.79-.076 1.052.233.348.442.347 1.161-.031 1.585-.263.282-.675.209-1.02.215-.002-.678 0-1.355-.001-2.033z"/><path d="M3.629.592a1.17 1.17 0 0 1 .213-.017l16.365.001c.549-.007.92.555.928 1.061v20.727c-.009.505-.379 1.067-.929 1.061H3.794c-.55.006-.922-.555-.929-1.061V1.637c.013-.453.294-.948.764-1.045m.42.603c-.459.112-.707.607-.709 1.051v19.508c-.006.495.332 1.065.875 1.07h15.571c.543-.005.88-.575.875-1.07.002-6.486 0-12.973.001-19.459.004-.393-.158-.819-.513-1.022-.195-.119-.43-.098-.649-.097H4.264a.967.967 0 0 0-.215.02z"/><path d="M5.258 3.008c.522-.492 1.599-.342 1.785.415-.166.056-.332.11-.498.168-.145-.304-.564-.418-.845-.238-.154.102-.14.352.023.438.386.221.87.263 1.2.584.368.355.319 1.027-.087 1.334-.633.484-1.713.208-1.938-.588.17-.073.345-.131.516-.198.151.365.59.591.964.423.255-.095.3-.489.062-.63-.364-.24-.839-.263-1.173-.556-.332-.285-.328-.858-.008-1.15zM7.934 2.775c.418-.008.836-.002 1.255-.004.296 0 .616.069.829.29.397.425.311 1.204-.195 1.507-.4.246-.887.128-1.33.157-.004.391.003.781-.004 1.172-.187-.001-.373-.002-.56.001.007-1.041-.003-2.082.005-3.123m.558.544v.858c.293-.004.587.013.879-.009.364-.065.422-.636.102-.796-.311-.112-.657-.026-.982-.052zM10.892 2.778c.676-.007 1.352-.005 2.028 0 .006.18.005.36.001.539-.489.005-.979 0-1.468.003v.711c.302.002.605-.001.907.001.001.177.003.354-.003.532-.301.004-.602 0-.904.002a68.47 68.47 0 0 0 0 .785c.521.005 1.043-.004 1.563.004.006.18.005.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.006-2.079.004-3.119zM13.746 2.779c.676-.008 1.352-.004 2.029-.001.005.179.006.358 0 .538-.49.009-.98 0-1.47.004a84.49 84.49 0 0 0 0 .712c.304.002.607-.001.91.001.001.178.006.355-.007.533l-.903.001v.786c.522.003 1.044-.003 1.566.003.005.18.006.36-.001.539-.709.008-1.419-.001-2.129.005.006-1.04-.003-2.08.005-3.12zM16.588 2.775c.673.024 1.468-.135 2.005.381.609.633.6 1.802-.048 2.406-.541.473-1.301.304-1.956.336a361.01 361.01 0 0 1-.001-3.122m.559.543c0 .678-.001 1.355.001 2.033.345-.007.756.067 1.02-.215.379-.424.379-1.142.031-1.585-.262-.309-.695-.223-1.052-.233zM6.353 7.419c.186-.004.372-.004.558 0 .009.855 0 1.71.004 2.566.494.004.987-.003 1.48.003.002.182.002.363 0 .545-.682.001-1.363.002-2.045 0-.001-1.038-.005-2.076.002-3.114zM9.038 7.418c.188-.007.375-.006.563-.001a359.15 359.15 0 0 1 0 3.114c-.188.005-.376.003-.565.002 0-1.039-.002-2.077.001-3.115zM10.517 7.418c.188-.004.376-.009.564.003.276.666.591 1.316.849 1.989.274-.671.574-1.33.866-1.994.179-.002.359-.003.538 0 .007 1.039.005 2.078.001 3.116-.188.003-.376.002-.564.001.002-.628-.007-1.255.006-1.882-.255.665-.567 1.307-.85 1.961-.286-.654-.589-1.302-.854-1.965.008.629.005 1.257.003 1.886-.188.002-.375.002-.562 0 0-1.039-.005-2.077.003-3.116zM14.254 7.415c.184-.002.368-.002.553 0 .002 1.04 0 2.079.001 3.119-.185 0-.37-.001-.555.001.002-1.04 0-2.08.001-3.12zM15.529 7.41c.766-.004 1.532-.002 2.298 0 .003.182.003.364.001.546-.288.002-.576-.001-.864.001-.003.859.001 1.717-.002 2.576-.188.003-.375.002-.562.001-.002-.859 0-1.718-.002-2.577-.29-.002-.58.002-.87-.002a16.442 16.442 0 0 1 0-.544zM5.517 11.484c.412.034.83.034 1.242 0a.618.618 0 0 0-.484.471c-.061.347.326.679.66.567a.514.514 0 0 0 .331-.658c-.074-.205-.272-.332-.476-.38.412.032.83.036 1.241-.002-.232.054-.44.232-.483.473-.061.346.323.675.656.567.283-.079.457-.432.318-.698-.078-.177-.254-.277-.427-.34.398.033.803.034 1.201-.001-.23.058-.436.237-.477.478-.055.343.324.668.655.563.275-.075.45-.409.331-.674-.075-.191-.259-.304-.444-.366a7.2 7.2 0 0 0 1.202 0c-.228.059-.432.24-.471.48-.053.34.321.662.649.562a.515.515 0 0 0 .348-.648c-.07-.204-.262-.335-.462-.393.833.035 1.674.035 2.508 0-.367.056-.648.529-.383.841.206.308.713.279.866-.063.183-.335-.107-.726-.453-.777.412.032.83.036 1.241-.002-.231.055-.437.233-.481.473-.063.359.352.697.69.555.265-.095.413-.432.283-.687-.079-.177-.255-.277-.429-.34.399.033.804.033 1.203 0-.231.055-.435.238-.476.478-.057.355.35.686.686.552.258-.09.413-.41.3-.665-.076-.189-.259-.306-.447-.364.398.032.804.033 1.203 0-.228.059-.431.241-.469.48-.053.339.319.66.647.562a.514.514 0 0 0 .349-.65c-.069-.205-.263-.335-.464-.392.398.035.803.032 1.202.002-.248.066-.47.287-.466.555.004.392.531.666.835.39.346-.261.172-.792-.2-.931.099.007.198.015.297.025.242.038.544.19.542.472-.001 2.893.002 5.785-.001 8.677-.038.317-.41.453-.691.454H5.481c-.281-.001-.653-.137-.691-.454-.002-2.892 0-5.784-.001-8.677-.008-.232.219-.382.415-.444l.088-.022c-.119.121-.263.244-.29.423-.064.351.33.686.666.567a.517.517 0 0 0 .339-.611c-.06-.226-.271-.375-.49-.425m4.949 1.325c-.346.101-.521.601-.226.854.224.263.681.194.821-.12.205-.366-.197-.857-.595-.734m2.534.009c-.338.118-.489.614-.191.855.23.26.688.174.817-.144.194-.374-.232-.861-.626-.711m-3.702 1.263c-.228.009-.412.203-.472.413-.09.35.3.696.638.595a.514.514 0 0 0 .373-.556c-.042-.25-.281-.465-.54-.452m3.844 0c-.244.005-.444.218-.49.447-.058.345.327.664.656.559a.515.515 0 0 0 .362-.428c.039-.296-.233-.584-.528-.578m1.266 0c-.241.009-.437.22-.483.447-.057.342.322.66.649.561a.513.513 0 0 0 .368-.427c.041-.299-.237-.591-.534-.58m1.266-.001c-.241.012-.435.225-.478.453-.051.338.321.649.645.555a.512.512 0 0 0 .374-.557c-.042-.25-.283-.465-.541-.451m1.265.001c-.378.022-.636.543-.352.829.203.266.648.256.822-.036.241-.33-.079-.826-.47-.793m-9.05 1.3c-.323.117-.479.589-.197.83.231.274.711.19.837-.143.183-.375-.253-.841-.64-.687m10.175.008a.585.585 0 0 0-.323.423c-.045.331.314.636.633.552a.513.513 0 0 0 .39-.478c.013-.34-.378-.644-.7-.497m-11.44 1.263c-.327.113-.487.589-.204.832.233.276.721.187.841-.153.169-.373-.255-.824-.637-.679m11.443.009a.586.586 0 0 0-.324.417c-.053.337.316.649.641.557a.51.51 0 0 0 .378-.435c.047-.354-.359-.69-.695-.54M5.359 17.925c-.333.108-.499.59-.213.836.228.268.698.194.832-.131.191-.372-.229-.844-.619-.705m7.641.003a.586.586 0 0 0-.345.399c-.077.344.3.676.632.586a.512.512 0 0 0 .383-.449c.035-.339-.343-.66-.67-.537m5.107-.004a.579.579 0 0 0-.361.406c-.075.337.285.663.613.589a.511.511 0 0 0 .402-.448c.038-.335-.326-.655-.653-.547M5.403 19.186a.568.568 0 0 0-.405.453c-.035.268.192.509.444.557a.51.51 0 0 0 .572-.414c.068-.335-.279-.675-.611-.597m8.908.004c-.344.087-.535.573-.256.833.223.277.703.217.842-.113.191-.36-.2-.826-.586-.72m1.267.002a.573.573 0 0 0-.385.452c-.033.273.204.518.464.557a.512.512 0 0 0 .554-.422c.064-.339-.299-.683-.633-.586m1.267 0c-.332.095-.518.564-.25.823.218.278.695.23.842-.094.207-.364-.199-.851-.592-.729z"/><path fill="#ccc" d="M5.204 11.552c.097-.044.203-.092.313-.068.219.05.43.199.49.425a.517.517 0 0 1-.339.611c-.336.119-.73-.217-.666-.567.027-.179.171-.301.29-.423l-.088.022zM6.759 11.484h.03c.204.048.403.175.476.38a.514.514 0 0 1-.331.658c-.334.112-.721-.219-.66-.567.044-.239.251-.421.484-.471zM8.03 11.482l.032-.011.032.013c.173.063.349.164.427.34.139.266-.035.619-.318.698-.333.108-.718-.221-.656-.567.044-.24.252-.419.483-.473zM9.296 11.483l.032-.012.032.013c.186.062.37.175.444.366.118.265-.057.599-.331.674-.33.105-.71-.219-.655-.563.041-.241.247-.42.477-.478zM10.562 11.484h.064c.2.058.392.188.462.393.096.264-.079.578-.348.648-.329.1-.702-.221-.649-.562.039-.239.243-.42.471-.48zM13.134 11.484h.03c.346.052.637.442.453.777-.153.342-.66.371-.866.063-.266-.312.015-.785.383-.841zM14.405 11.482l.032-.011.031.013c.174.063.35.163.429.34.13.255-.018.592-.283.687-.338.142-.754-.196-.69-.555.044-.24.25-.418.481-.473zM15.672 11.484l.063.001c.188.058.371.175.447.364.113.255-.042.574-.3.665-.336.134-.743-.197-.686-.552.041-.24.245-.422.476-.478zM16.938 11.484h.063c.2.058.394.188.464.392.097.265-.079.58-.349.65-.328.098-.7-.223-.647-.562.038-.239.241-.42.469-.48zM18.203 11.486c.156-.024.314.007.466.039a7.43 7.43 0 0 0-.297-.025c.372.139.546.67.2.931-.304.277-.831.003-.835-.39-.004-.268.218-.489.466-.555zM10.466 12.812c.397-.123.8.368.595.734-.14.314-.597.383-.821.12-.295-.253-.12-.753.226-.854zM13 12.821c.395-.15.82.337.626.711-.129.318-.588.404-.817.144-.298-.241-.147-.737.191-.855zM9.298 14.084c.259-.013.497.202.54.452a.514.514 0 0 1-.373.556c-.338.1-.728-.245-.638-.595.06-.21.243-.404.472-.413zM13.141 14.084c.294-.006.567.282.528.578a.515.515 0 0 1-.362.428c-.329.105-.714-.214-.656-.559.046-.229.246-.442.49-.447zM14.407 14.084c.298-.01.575.281.534.58a.515.515 0 0 1-.368.427c-.328.099-.706-.218-.649-.561.046-.227.242-.438.483-.447zM15.673 14.084c.258-.014.499.201.541.451a.511.511 0 0 1-.374.557c-.324.093-.696-.217-.645-.555.044-.228.237-.441.478-.453zM16.938 14.085c.391-.033.711.463.47.793-.174.292-.619.301-.822.036-.283-.286-.026-.807.352-.829zM7.888 15.385c.387-.154.823.311.64.687-.127.333-.606.417-.837.143-.281-.241-.126-.713.197-.83zM18.063 15.393c.322-.146.713.157.7.497a.513.513 0 0 1-.39.478c-.32.084-.678-.221-.633-.552a.585.585 0 0 1 .323-.423zM6.623 16.656c.382-.145.806.306.637.679-.12.34-.608.429-.841.153-.282-.244-.123-.72.204-.832zM18.066 16.665c.336-.15.742.186.695.54a.514.514 0 0 1-.378.435c-.324.091-.694-.22-.641-.557.032-.18.16-.34.324-.417zM5.359 17.925c.39-.139.81.333.619.705-.134.324-.604.399-.832.131-.286-.246-.12-.728.213-.836zM13 17.928c.328-.123.705.197.67.537a.514.514 0 0 1-.383.449c-.332.09-.709-.242-.632-.586a.582.582 0 0 1 .345-.399zM18.107 17.923c.327-.107.691.212.653.547a.511.511 0 0 1-.402.448c-.328.074-.687-.252-.613-.589a.579.579 0 0 1 .361-.406zM5.403 19.186c.332-.078.679.262.611.597a.51.51 0 0 1-.572.414c-.252-.049-.479-.29-.444-.557a.566.566 0 0 1 .405-.453zM14.311 19.189c.386-.106.777.36.586.72-.139.33-.619.39-.842.113-.279-.26-.088-.746.256-.833zM15.578 19.191c.334-.096.697.248.633.586a.512.512 0 0 1-.554.422c-.26-.038-.497-.284-.464-.557a.574.574 0 0 1 .385-.452zM16.845 19.192c.394-.122.799.365.592.729-.148.324-.624.372-.842.094-.269-.259-.082-.728.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-75--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.003 0h19.988c.503.145.837.654.832 1.168.003 7.206 0 14.411.001 21.616.021.529-.312 1.063-.83 1.216H2.008c-.503-.145-.838-.653-.832-1.168V1.168C1.169.655 1.503.15 2.002 0m.753 1.957c-.46.393-.484 1.193-.022 1.593.46.41 1.119.437 1.622.769.316.191.268.72-.072.859-.511.242-1.131-.063-1.335-.571-.239.089-.479.174-.716.267.326 1.169 2.014 1.508 2.825.655.423-.474.405-1.31-.096-1.723-.375-.317-.862-.439-1.313-.607-.158-.064-.329-.136-.422-.287-.105-.175-.006-.42.177-.499.384-.164.912-.042 1.088.367.231-.076.462-.152.692-.231-.258-1.025-1.699-1.223-2.429-.592m3.644-.31c-.004 1.419-.002 2.838 0 4.258.258.003.516.001.773.001V4.313c.431-.01.864.023 1.294-.023.489-.06.936-.408 1.075-.887.239-.682-.141-1.554-.885-1.696-.744-.126-1.506-.033-2.258-.059m4.076.004c-.005 1.417-.002 2.835-.001 4.252.974.003 1.948.001 2.922 0 0-.246.002-.491-.003-.737-.715-.007-1.43 0-2.145-.003V4.077l1.24-.001c0-.245.002-.49-.002-.735-.413-.006-.825 0-1.238-.003V2.39l2.016-.001c0-.246.002-.492-.002-.737-.929-.006-1.858-.004-2.786-.001m3.921.003c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.247.003-.493-.001-.739-.714-.002-1.428 0-2.142-.001V4.079l1.236-.001c0-.246.001-.491-.001-.737-.412-.003-.824 0-1.235-.001v-.948c.671-.002 1.342.003 2.013-.003.004-.245.004-.491 0-.736-.93-.003-1.859-.005-2.789.001m3.917-.003a670.243 670.243 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.732-.411 1.018-1.321.935-2.117-.049-.683-.418-1.378-1.063-1.664-.721-.322-1.53-.166-2.294-.202M4.233 6.567c-.002 1.416-.001 2.832 0 4.248h2.813v-.743c-.679-.002-1.358 0-2.038-.001-.001-1.168.002-2.337-.001-3.505a49.795 49.795 0 0 0-.773 0m3.69-.006v4.255c.257.002.515.001.772 0V6.56h-.772m2.032 0v4.254c.258.002.516.001.774.001-.003-.852.01-1.704-.008-2.556.385.891.782 1.777 1.175 2.664.389-.892.809-1.77 1.17-2.673-.017.855-.005 1.71-.008 2.565h.771V6.559h-.745c-.394.906-.81 1.802-1.183 2.717-.372-.914-.785-1.811-1.177-2.717h-.77m5.138.001v4.256h.771V6.561a99.074 99.074 0 0 0-.771 0m1.762-.004V7.3h1.192c.002 1.172 0 2.343.001 3.515h.772V7.3h1.193v-.743h-3.159M4.447 13.022v1.184h4.845c-.781 1.051-1.462 2.185-1.942 3.406-.668 1.663-.938 3.464-.942 5.249.431.005.862.003 1.293.001.028-3 .876-6.078 2.803-8.424.078-.12.239-.211.227-.371-.001-.348 0-.697-.003-1.045H4.446m8.684.047c-.198 1.66-.39 3.321-.581 4.981.411.146.822.29 1.235.431.729-.775 1.985-1.035 2.948-.573 1.154.596 1.315 2.345.441 3.248-.585.643-1.518.826-2.35.706-.699-.067-1.342-.407-1.857-.875-.254.328-.511.653-.761.984.828.811 2.041 1.099 3.17 1.092 1.122.028 2.281-.435 2.977-1.335.989-1.245.946-3.223-.182-4.366-1.108-1.129-3.045-1.174-4.298-.261l.367-2.847c1.392-.003 2.784 0 4.176-.001v-1.184h-5.284z"/><path d="M7.172 2.391c.413.014.831-.03 1.24.025.531.12.524.998 0 1.126-.409.056-.828.01-1.24.024V2.39zM19.082 2.391c.415.024.875-.083 1.248.151.411.265.555.79.547 1.254.002.461-.162.976-.579 1.223-.367.223-.81.125-1.216.146V2.39z"/><path fill="#fff" d="M2.755 1.957c.729-.631 2.171-.434 2.429.592-.23.079-.461.155-.692.231-.176-.408-.704-.531-1.088-.367-.182.078-.282.324-.177.499.093.15.264.223.422.287.451.168.938.29 1.313.607.501.413.519 1.249.096 1.723-.811.854-2.499.514-2.825-.655.238-.092.477-.178.716-.267.204.508.824.813 1.335.571.339-.139.388-.668.072-.859-.503-.332-1.162-.36-1.622-.769-.462-.4-.439-1.2.022-1.593zM6.398 1.647c.751.026 1.514-.067 2.258.059.744.142 1.124 1.014.885 1.696-.139.479-.586.828-1.075.887-.429.046-.863.013-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.839 0-4.258m.773.745v1.176c.413-.014.831.031 1.24-.024.524-.128.531-1.006 0-1.126-.41-.055-.827-.011-1.24-.025zM10.473 1.652c.929-.003 1.858-.005 2.786.001.005.245.002.491.002.737l-2.016.001v.948c.413.002.825-.003 1.238.003.005.245.002.49.002.735l-1.24.001v1.087c.715.003 1.43-.003 2.145.003.005.246.002.491.003.737-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.789-.001.004.245.004.491 0 .736-.671.006-1.343 0-2.013.003v.948c.412.002.824-.001 1.235.001.002.246.001.491.001.737l-1.236.001v1.087c.714.002 1.428-.001 2.142.001.004.246.003.493.001.739h-2.92c.001-1.417-.004-2.835.003-4.252zM18.31 1.651c.763.036 1.573-.12 2.294.203.645.286 1.014.982 1.063 1.664.083.796-.203 1.707-.935 2.117-.739.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.021.849.076 1.216-.146.417-.247.581-.762.579-1.223.008-.465-.136-.99-.547-1.254-.373-.234-.833-.127-1.248-.151zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.337.001 3.505.679.001 1.358-.001 2.038.001v.743H4.232V6.568zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.77c.392.906.805 1.803 1.177 2.717.373-.915.789-1.811 1.183-2.717h.745v4.256h-.771c.003-.855-.009-1.71.008-2.565-.361.903-.782 1.781-1.17 2.673-.393-.888-.79-1.773-1.175-2.664.017.852.005 1.704.007 2.556-.258 0-.516.001-.774-.001V6.561zM15.093 6.56h.771v4.255h-.771V6.559zM16.855 6.557h3.159V7.3h-1.193v3.515h-.772c-.002-1.172 0-2.343-.001-3.515h-1.192a92.009 92.009 0 0 1 0-.743zM4.447 13.022h6.282c.003.348.001.697.003 1.045.012.159-.149.25-.227.371-1.927 2.347-2.775 5.424-2.803 8.424-.431.002-.862.004-1.293-.001.004-1.785.273-3.586.942-5.249.48-1.221 1.161-2.355 1.942-3.406H4.448v-1.184zM13.13 13.069h5.284c.002.394.001.789 0 1.184-1.392.002-2.784-.001-4.176.001l-.367 2.847c1.253-.913 3.19-.868 4.298.261 1.128 1.144 1.171 3.122.182 4.366-.696.9-1.855 1.364-2.977 1.335-1.129.008-2.341-.281-3.17-1.092.25-.331.507-.656.761-.984.515.467 1.158.807 1.857.875.832.12 1.764-.063 2.35-.706.875-.903.713-2.653-.441-3.248-.963-.462-2.219-.202-2.948.573-.412-.142-.824-.285-1.235-.431.191-1.661.383-3.322.581-4.981z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-80--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h10.983C9.078.199 7.2.788 5.585 1.831A12.06 12.06 0 0 0 .427 8.724C.208 9.463.102 10.227 0 10.989V0zM13.01 0H24v10.984c-.228-2.277-1.055-4.504-2.469-6.313-1.789-2.338-4.462-3.983-7.362-4.5C13.786.095 13.395.067 13.01 0z"/><path d="M11.408 1.195a10.809 10.809 0 0 1 5.092.962 10.862 10.862 0 0 1 5.742 6.347c.943 2.73.725 5.835-.598 8.404-1.268 2.507-3.55 4.479-6.219 5.358-1.916.641-4.012.73-5.974.251-2.864-.678-5.4-2.594-6.85-5.153-1.616-2.787-1.87-6.308-.683-9.302a10.86 10.86 0 0 1 6.009-6.088 10.793 10.793 0 0 1 3.48-.779M7.153 7.297c-.927.66-1.268 1.884-1.116 2.973.059.723.545 1.31 1.099 1.734a2.988 2.988 0 0 0-1.419 2.386c-.098 1.209.288 2.552 1.327 3.269.776.537 1.832.592 2.692.234 1.019-.448 1.651-1.526 1.746-2.61.082-.713.014-1.468-.328-2.11-.25-.477-.647-.863-1.102-1.145.463-.359.911-.804 1.052-1.392.276-1.144.006-2.501-.949-3.261-.839-.665-2.129-.693-3.002-.078m7.675-.389c-.867.177-1.467.952-1.777 1.737-.434 1.191-.544 2.472-.554 3.731-.003 1.091.056 2.192.328 3.253.189.706.479 1.422 1.023 1.932.799.758 2.196.745 2.977-.034.518-.5.802-1.187.99-1.87.274-1.038.337-2.118.335-3.188-.006-1.077-.081-2.163-.367-3.205-.178-.627-.423-1.264-.882-1.741-.518-.56-1.335-.776-2.072-.615z"/><path d="M8.365 8.14c.488-.075 1.031.08 1.338.484.446.594.472 1.46.145 2.114-.389.776-1.539.949-2.175.387-.636-.583-.672-1.635-.265-2.357.206-.338.563-.581.958-.627zM15.114 8.141c.416-.081.858.092 1.118.424.33.405.479.924.587 1.427.206 1.03.214 2.087.193 3.135-.032.82-.09 1.65-.318 2.443-.125.406-.299.823-.63 1.106-.397.345-1.046.371-1.452.026-.401-.34-.578-.862-.708-1.355-.262-1.094-.277-2.228-.263-3.347.03-.861.086-1.733.341-2.561.171-.556.503-1.188 1.132-1.297zM8.221 12.679c.5-.097 1.058-.005 1.448.339.593.502.76 1.337.679 2.078-.054.63-.37 1.27-.938 1.583-.592.313-1.389.267-1.895-.192-.558-.496-.73-1.289-.668-2.007.043-.796.544-1.643 1.373-1.802zM0 13.017c.106.784.217 1.571.448 2.331.848 2.965 2.897 5.555 5.572 7.085 1.517.882 3.231 1.385 4.971 1.567H0V13.017zM23.821 14.208c.081-.397.11-.801.179-1.2v10.991H13.016c2.234-.223 4.416-1.023 6.206-2.388 2.381-1.783 4.066-4.474 4.599-7.404z"/><path fill="red" d="M10.983 0h2.027c.385.067.775.094 1.159.171 2.9.517 5.573 2.163 7.362 4.5C22.945 6.48 23.773 8.706 24 10.984v2.025c-.069.398-.098.803-.179 1.2-.532 2.93-2.218 5.621-4.599 7.404-1.79 1.365-3.973 2.165-6.206 2.388h-2.025c-1.74-.182-3.454-.685-4.971-1.567-2.674-1.53-4.724-4.12-5.572-7.085C.217 14.59.106 13.803 0 13.018V10.99c.102-.762.208-1.526.427-2.265a12.053 12.053 0 0 1 5.158-6.893C7.2.789 9.078.2 10.983.001m.425 1.194a10.756 10.756 0 0 0-3.48.779 10.86 10.86 0 0 0-6.009 6.088c-1.187 2.993-.933 6.515.683 9.302 1.449 2.559 3.986 4.475 6.85 5.153 1.963.48 4.058.39 5.974-.251 2.669-.879 4.951-2.851 6.219-5.358 1.322-2.569 1.54-5.674.598-8.404a10.862 10.862 0 0 0-5.742-6.347 10.82 10.82 0 0 0-5.092-.962z"/><path fill="#fff" d="M7.153 7.297c.874-.615 2.163-.587 3.002.078.955.76 1.225 2.117.949 3.261-.142.588-.589 1.034-1.052 1.392.455.282.852.668 1.102 1.145.342.642.411 1.397.328 2.11-.094 1.084-.727 2.162-1.746 2.61-.86.358-1.917.302-2.692-.234-1.039-.716-1.425-2.06-1.327-3.269a2.99 2.99 0 0 1 1.419-2.386c-.554-.424-1.041-1.012-1.099-1.734-.152-1.089.189-2.314 1.116-2.973m1.212.843a1.321 1.321 0 0 0-.958.627c-.407.722-.37 1.774.265 2.357.636.562 1.786.39 2.175-.387.327-.654.301-1.52-.145-2.114-.307-.404-.85-.558-1.338-.484m-.143 4.54c-.829.159-1.33 1.006-1.373 1.802-.062.718.11 1.511.668 2.007.505.459 1.303.505 1.895.192.568-.313.884-.953.938-1.583.081-.741-.086-1.576-.679-2.078-.39-.345-.948-.436-1.448-.339zM14.828 6.908c.737-.161 1.554.056 2.072.615.459.477.704 1.114.882 1.741.286 1.042.361 2.129.367 3.205.002 1.069-.06 2.15-.335 3.188-.188.683-.472 1.37-.99 1.87-.781.779-2.178.791-2.977.034-.544-.51-.834-1.225-1.023-1.932-.271-1.061-.331-2.162-.328-3.253.01-1.259.12-2.54.554-3.731.31-.785.909-1.56 1.777-1.737m.287 1.233c-.63.109-.961.741-1.132 1.297-.255.828-.311 1.7-.341 2.561-.014 1.119.001 2.253.263 3.347.13.493.307 1.014.708 1.355.405.345 1.055.319 1.452-.026.331-.283.505-.699.63-1.106.229-.793.286-1.622.318-2.443.021-1.047.013-2.104-.193-3.135-.108-.503-.256-1.021-.587-1.427a1.162 1.162 0 0 0-1.118-.424z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-80--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.128 0h17.741c.489.151.757.683.749 1.171v21.658c.008.488-.259 1.018-.748 1.171H3.132c-.49-.151-.759-.683-.75-1.17V1.171c-.009-.488.259-1.016.746-1.17m.501.591c-.47.097-.75.592-.764 1.044-.002 6.893 0 13.787-.001 20.68 0 .402.195.827.56 1.02.2.11.435.087.654.089l16.127-.001c.55.007.921-.555.929-1.06.003-6.894 0-13.787.001-20.681 0-.402-.195-.827-.561-1.021-.215-.117-.466-.084-.7-.088-5.345 0-10.69.001-16.035 0a1.234 1.234 0 0 0-.211.017z"/><path fill="#fff" d="M4.049 1.196c.069-.017.142-.019.213-.021h15.476c.564-.028.931.559.922 1.071.002 6.503.002 13.006 0 19.509.005.494-.331 1.064-.874 1.069H4.213c-.543-.004-.88-.574-.874-1.069-.002-6.487 0-12.974-.001-19.461-.012-.458.233-.982.71-1.098m1.186 1.835c-.306.306-.289.878.057 1.148.334.274.793.301 1.148.536.237.141.193.533-.06.63-.375.169-.814-.057-.966-.422-.172.066-.345.127-.517.196.225.797 1.305 1.074 1.939.59.406-.306.456-.978.088-1.333-.33-.322-.815-.363-1.2-.585-.162-.087-.176-.335-.023-.437a.608.608 0 0 1 .847.237c.165-.058.332-.113.498-.168-.193-.767-1.297-.913-1.81-.391m2.698-.257c-.007 1.042.001 2.083-.005 3.124.187-.003.374-.002.561-.001.005-.391 0-.782.003-1.172.443-.028.93.089 1.33-.157.506-.303.593-1.082.195-1.507-.212-.221-.532-.29-.828-.29-.419.001-.838-.003-1.257.003m2.96.003c-.009 1.04-.001 2.08-.004 3.12.71-.002 1.42.001 2.13-.002.003-.18.003-.36-.001-.54-.521-.006-1.043 0-1.564-.003v-.787c.301-.001.603.001.905-.001.005-.178.005-.355.003-.533l-.908-.001v-.712c.489 0 .979.001 1.469-.001.003-.18.004-.36 0-.54-.677-.004-1.353-.005-2.03 0m2.853 0c-.006 1.04.002 2.08-.004 3.12.71-.006 1.419.001 2.129-.003.007-.18.007-.36.002-.541-.523-.005-1.045 0-1.567-.002v-.787c.302-.001.604.001.906-.001.006-.177.006-.355.004-.532h-.911V3.32l1.468-.001c.008-.18.007-.361.002-.542-.677-.002-1.353-.005-2.03.002m2.843-.004a541.495 541.495 0 0 0 0 3.122c.655-.032 1.416.137 1.957-.336.648-.603.658-1.772.048-2.406-.536-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.077-.002 3.114.682.002 1.364.001 2.046 0v-.546c-.494-.004-.987 0-1.48-.002-.003-.855.003-1.711-.003-2.567a17.423 17.423 0 0 0-.56 0m2.684 0c-.003 1.038-.001 2.077-.001 3.116.188.001.377.002.566-.001.003-1.039.003-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.477-.001c-.007 1.039-.002 2.078-.003 3.117h.563c0-.627.006-1.253-.004-1.88.269.66.571 1.306.852 1.962.285-.655.597-1.299.854-1.966-.016.628-.004 1.256-.008 1.884.188.001.376.001.565-.001.003-1.039.005-2.078 0-3.117a24.39 24.39 0 0 0-.541 0c-.286.667-.599 1.322-.861 1.998-.264-.675-.574-1.331-.857-1.998a13.065 13.065 0 0 0-.56.001m3.738-.002v3.12c.185-.002.37-.001.555-.001l-.001-3.119a25.577 25.577 0 0 0-.554 0m1.274-.005c-.003.181-.003.363 0 .545.291.003.581 0 .871.002l.001 2.577h.563c.002-.859 0-1.718.001-2.577l.865-.001c0-.182.001-.364-.001-.546-.766-.001-1.533-.003-2.299 0M5.33 11.526c-.241.038-.542.189-.541.47.001 2.893-.002 5.785.001 8.677.037.318.41.453.69.454h13.039c.28-.001.654-.136.69-.454.004-2.892.001-5.785.002-8.677-.001-.295-.323-.444-.577-.476-.543-.045-1.091.019-1.633-.034h-.063a7.682 7.682 0 0 1-1.204 0h-.062c-.4.033-.805.031-1.204.001l-.062-.002c-1.68.035-3.366.033-5.047.001l-.062-.001c-.4.033-.804.031-1.204.002l-.062-.002a7.897 7.897 0 0 1-1.24.001h-.033c-.474.053-.954-.016-1.428.04z"/><path fill="#fff" d="M8.492 3.319c.305.015.618-.032.919.025.364.105.361.712-.003.814-.302.044-.611.009-.916.02V3.32zM17.147 3.318c.357.01.79-.075 1.052.233.349.442.348 1.161-.031 1.585-.264.282-.675.208-1.02.215l-.001-2.034z"/><path d="M3.629.592c.069-.013.141-.016.211-.017 5.345.001 10.69 0 16.035 0 .234.004.486-.029.7.088.366.194.56.619.561 1.021-.001 6.893.001 13.787-.001 20.681-.008.505-.379 1.066-.929 1.06l-16.127.001c-.219-.001-.454.022-.654-.089-.365-.194-.56-.619-.56-1.02.001-6.893-.001-13.787.001-20.68.013-.452.294-.947.764-1.044m.419.603c-.477.116-.722.64-.71 1.098.001 6.487-.001 12.974.001 19.461-.006.495.331 1.065.874 1.069h15.573c.543-.005.879-.575.874-1.069.002-6.503.002-13.006 0-19.509.009-.511-.359-1.098-.922-1.071H4.263a.945.945 0 0 0-.213.021z"/><path d="M5.234 3.031c.513-.521 1.617-.375 1.81.391-.166.054-.333.11-.498.168a.608.608 0 0 0-.847-.237c-.153.102-.139.351.023.437.386.222.871.263 1.2.585.368.355.319 1.028-.088 1.333-.634.485-1.713.207-1.939-.59.171-.069.345-.13.517-.196.152.365.592.591.966.422.253-.097.298-.489.06-.63-.355-.234-.814-.262-1.148-.536-.346-.27-.363-.842-.057-1.148zM7.933 2.775c.419-.006.838-.001 1.257-.003.296 0 .615.069.828.29.397.425.311 1.204-.195 1.507-.401.245-.888.129-1.33.157-.002.39.002.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.558.544v.858c.305-.01.614.024.916-.02.364-.102.367-.709.003-.814-.3-.057-.614-.01-.919-.025zM10.892 2.778c.676-.006 1.353-.004 2.03 0 .004.18.004.36 0 .54-.49.003-.979.001-1.469.001v.712l.908.001c.002.178.002.355-.003.533-.301.002-.603 0-.905.001v.787c.521.002 1.043-.003 1.564.003.004.18.004.36.001.54-.71.003-1.42 0-2.13.002.003-1.04-.005-2.08.004-3.12zM13.745 2.778c.676-.007 1.353-.004 2.03-.002.005.18.006.361-.002.542l-1.468.001v.712h.911c.002.178.002.355-.004.532-.302.003-.604 0-.906.001v.787c.522.002 1.044-.003 1.567.002.005.18.005.361-.002.541-.71.005-1.419-.002-2.129.003.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.61.633.6 1.802-.048 2.406-.541.473-1.301.304-1.957.336a464.139 464.139 0 0 1 0-3.122m.56.542l.001 2.034c.345-.007.756.067 1.02-.215.379-.424.38-1.143.031-1.585-.262-.309-.695-.223-1.052-.233zM6.353 7.419c.187-.003.373-.003.56 0 .007.855 0 1.711.003 2.567.493.002.987-.002 1.48.002v.546H6.35c0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.006.376-.006.564-.001.004 1.039.003 2.077 0 3.116-.188.003-.377.002-.566.001 0-1.039-.002-2.077.001-3.116zM10.516 7.417c.187-.005.374-.004.56-.001.283.667.592 1.323.857 1.998.262-.676.575-1.332.861-1.998.18-.002.36-.002.541 0 .005 1.039.004 2.078 0 3.117a35.45 35.45 0 0 1-.565.001c.004-.628-.009-1.256.008-1.884-.257.667-.568 1.311-.854 1.966-.281-.655-.584-1.301-.852-1.962.01.627.004 1.253.004 1.88h-.563c.001-1.039-.004-2.078.003-3.117zM14.254 7.415c.185-.001.369-.002.554 0 .002 1.04 0 2.079.001 3.119-.186 0-.371-.001-.555.001.002-1.04 0-2.08 0-3.12zM15.528 7.41c.766-.003 1.533-.002 2.299 0 .002.182.002.364.001.546l-.865.001c-.001.859.001 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.577c-.29-.001-.58.001-.871-.002a24.753 24.753 0 0 1 0-.545zM5.33 11.526c.473-.056.953.014 1.428-.04-.233.05-.441.231-.483.472-.06.347.327.676.66.564a.514.514 0 0 0 .331-.658c-.073-.204-.271-.33-.475-.379.412.031.829.033 1.24-.001-.233.051-.442.232-.484.473-.059.345.325.673.657.565.27-.076.444-.403.332-.666-.072-.192-.255-.31-.442-.37.4.03.804.031 1.204-.002-.232.055-.438.237-.478.478-.054.343.325.667.656.561.274-.076.448-.409.33-.674-.075-.19-.258-.307-.446-.364 1.68.031 3.367.034 5.047-.001-.232.052-.439.233-.482.473-.058.345.323.672.655.565.273-.075.444-.403.333-.667-.072-.192-.256-.31-.443-.37.399.03.804.031 1.204-.001-.232.055-.437.238-.477.478-.053.339.316.659.644.564.268-.068.447-.378.355-.643-.066-.207-.261-.339-.46-.399.399.031.804.032 1.204 0-.228.058-.433.24-.47.48-.052.34.32.659.648.561a.514.514 0 0 0 .349-.647c-.068-.206-.263-.337-.464-.393.542.053 1.09-.011 1.633.034.254.032.576.181.577.476-.001 2.892.002 5.785-.002 8.677-.036.318-.41.453-.69.454H5.482c-.28-.001-.653-.136-.69-.454-.003-2.892 0-5.785-.001-8.677-.001-.28.3-.432.541-.47m.028 1.292a.587.587 0 0 0-.354.403c-.084.353.31.703.652.592a.518.518 0 0 0 .363-.452c.033-.335-.333-.658-.66-.543m5.107-.005c-.348.1-.523.602-.227.855.224.263.68.194.82-.119.205-.366-.195-.857-.593-.735m2.533.008c-.238.093-.414.371-.338.626.057.189.23.336.42.379a.512.512 0 0 0 .583-.432c.06-.349-.325-.701-.666-.573m5.109-.007a.58.58 0 0 0-.367.434c-.06.348.331.677.665.562a.52.52 0 0 0 .355-.45c.03-.332-.326-.651-.652-.546M5.493 14.083c-.384.004-.662.526-.383.822.205.28.673.265.841-.045.216-.325-.085-.788-.458-.777m5.069.002c-.379.022-.637.544-.352.83.21.278.681.248.84-.067.207-.333-.113-.793-.488-.763m2.578-.001c-.243.006-.444.219-.489.449-.045.268.178.513.428.569a.51.51 0 0 0 .584-.404c.066-.307-.216-.622-.524-.615m3.797.002c-.377.023-.633.543-.351.829.203.266.649.256.822-.036.241-.331-.08-.827-.472-.793m1.268 0c-.386.03-.632.573-.324.848.222.27.69.21.833-.109.185-.337-.141-.776-.509-.74m-11.62 1.315a.59.59 0 0 0-.308.399c-.063.346.323.67.653.564a.513.513 0 0 0 .367-.478c.01-.344-.391-.644-.712-.486m1.306-.013a.579.579 0 0 0-.342.414c-.063.343.318.665.647.565a.518.518 0 0 0 .372-.437c.041-.345-.345-.672-.677-.542m1.266.002a.583.583 0 0 0-.336.417c-.057.341.32.659.647.561a.516.516 0 0 0 .375-.474c.011-.335-.365-.635-.686-.503m3.804.011a.592.592 0 0 0-.307.399c-.063.345.322.668.652.564a.511.511 0 0 0 .368-.472c.014-.346-.39-.652-.713-.492m2.572-.01a.584.584 0 0 0-.335.418c-.056.34.32.656.646.56a.516.516 0 0 0 .377-.475c.011-.335-.367-.636-.688-.503m2.533.005a.584.584 0 0 0-.323.422c-.046.332.314.638.634.553a.513.513 0 0 0 .389-.478c.013-.34-.377-.643-.699-.498M5.357 16.653c-.334.109-.498.594-.209.839.227.262.69.19.826-.128.198-.372-.224-.851-.617-.711m5.066.01c-.31.122-.462.571-.197.815.227.28.713.209.846-.127.19-.381-.258-.858-.649-.689m2.576-.006a.584.584 0 0 0-.346.408c-.07.35.323.68.656.571a.511.511 0 0 0 .36-.437c.04-.342-.341-.667-.671-.542m1.268.002a.584.584 0 0 0-.341.411c-.065.345.319.67.65.568a.513.513 0 0 0 .368-.443c.036-.343-.348-.665-.677-.536m3.8.007c-.204.096-.362.325-.323.556.034.213.222.378.426.427a.51.51 0 0 0 .591-.444c.046-.353-.359-.688-.694-.539M5.36 17.925a.581.581 0 0 0-.355.405c-.076.346.307.68.64.582a.512.512 0 0 0 .375-.442c.038-.338-.333-.659-.66-.544m5.107-.006a.566.566 0 0 0-.378.463c-.024.256.19.481.428.537a.511.511 0 0 0 .589-.41c.071-.345-.3-.694-.639-.59m2.534.008a.573.573 0 0 0-.353.446c-.03.264.194.498.441.548a.51.51 0 0 0 .577-.419c.067-.351-.323-.703-.665-.576m5.107-.005a.578.578 0 0 0-.362.407c-.075.336.284.661.612.589a.513.513 0 0 0 .403-.449c.037-.335-.326-.653-.652-.547M6.671 19.187a.57.57 0 0 0-.4.452c-.042.337.328.642.65.545a.51.51 0 0 0 .366-.403c.068-.336-.284-.677-.616-.594m1.266.002a.57.57 0 0 0-.394.453c-.033.263.187.499.433.553a.513.513 0 0 0 .579-.386c.092-.344-.275-.712-.618-.62m1.267.001c-.341.089-.531.57-.255.83.221.277.699.222.841-.105.2-.36-.197-.837-.586-.725m5.109-.001a.574.574 0 0 0-.385.412c-.077.345.301.68.636.585a.513.513 0 0 0 .376-.415c.058-.335-.296-.671-.627-.582m1.266.002c-.34.09-.529.57-.254.829.221.276.698.222.841-.104.2-.361-.198-.838-.587-.726m1.267.002a.58.58 0 0 0-.375.42c-.066.338.298.659.625.578a.512.512 0 0 0 .387-.41c.067-.342-.3-.69-.637-.588z"/><path fill="#ccc" d="M6.758 11.486h.033c.203.048.402.174.475.379a.514.514 0 0 1-.331.658c-.333.112-.72-.217-.66-.564.042-.24.25-.422.483-.472zM8.031 11.484l.062.002c.187.06.371.179.443.37.112.263-.061.59-.332.666-.332.108-.716-.219-.657-.565.042-.241.251-.423.484-.473zM9.297 11.484l.062.001c.188.057.371.174.446.364.118.265-.056.598-.33.674-.33.105-.71-.218-.656-.561.04-.241.247-.423.478-.478zM14.406 11.484l.062.002c.187.06.371.178.443.37.111.264-.06.593-.333.667-.332.107-.713-.221-.655-.565.043-.24.249-.422.482-.473zM15.672 11.485h.062c.2.06.394.192.46.399.092.264-.087.575-.355.643-.328.095-.697-.225-.644-.564.039-.24.245-.423.477-.478zM16.938 11.485h.063c.201.056.396.187.464.393a.514.514 0 0 1-.349.647c-.328.098-.7-.221-.648-.561.038-.24.242-.421.47-.48zM5.36 12.817c.327-.115.693.208.66.543a.518.518 0 0 1-.363.452c-.341.111-.735-.239-.652-.592a.59.59 0 0 1 .354-.403zM10.468 12.812c.397-.122.798.37.593.735-.14.313-.597.382-.82.119-.296-.253-.12-.754.227-.855zM13.001 12.821c.34-.128.726.225.666.573-.033.27-.312.485-.583.432a.58.58 0 0 1-.42-.379c-.076-.255.1-.533.338-.626zM18.109 12.814c.326-.105.683.214.652.546a.52.52 0 0 1-.355.45c-.333.115-.724-.214-.665-.562a.583.583 0 0 1 .367-.434zM5.493 14.083c.374-.011.674.451.458.777-.168.31-.636.325-.841.045-.279-.295-.001-.817.383-.822zM10.562 14.085c.375-.03.696.429.488.763-.16.315-.63.345-.84.067-.285-.286-.027-.808.352-.83zM13.14 14.084c.308-.008.59.308.524.615a.51.51 0 0 1-.584.404c-.25-.056-.474-.301-.428-.569.045-.23.246-.443.489-.449zM16.936 14.085c.391-.034.713.462.472.793-.173.292-.619.301-.822.036-.283-.285-.027-.805.351-.829zM18.203 14.085c.368-.036.694.403.509.74-.143.319-.611.379-.833.109-.308-.276-.062-.819.324-.848zM6.583 15.399c.321-.158.722.142.712.486a.511.511 0 0 1-.367.478c-.33.106-.717-.218-.653-.564a.586.586 0 0 1 .308-.399zM7.889 15.385c.333-.13.718.197.677.542a.518.518 0 0 1-.372.437c-.329.1-.71-.222-.647-.565a.58.58 0 0 1 .342-.414zM9.155 15.387c.322-.132.697.169.686.503a.515.515 0 0 1-.375.474c-.327.097-.704-.22-.647-.561a.585.585 0 0 1 .336-.417zM12.959 15.399c.323-.16.727.146.713.492a.515.515 0 0 1-.368.472c-.33.104-.714-.219-.652-.564a.59.59 0 0 1 .307-.399zM15.531 15.388c.321-.133.699.168.688.503a.516.516 0 0 1-.377.475c-.326.096-.702-.22-.646-.56a.588.588 0 0 1 .335-.418zM18.064 15.393c.322-.145.713.158.699.498a.513.513 0 0 1-.389.478c-.32.084-.68-.221-.634-.553a.582.582 0 0 1 .323-.422zM5.357 16.653c.393-.141.816.339.617.711-.136.318-.599.39-.826.128-.289-.245-.126-.73.209-.839zM10.423 16.663c.391-.169.839.308.649.689-.133.336-.619.407-.846.127-.264-.244-.113-.693.197-.815zM12.999 16.656c.33-.124.711.201.671.542a.513.513 0 0 1-.36.437c-.334.109-.727-.221-.656-.571a.584.584 0 0 1 .346-.408zM14.266 16.658c.33-.129.713.193.677.536a.513.513 0 0 1-.368.443c-.331.102-.715-.223-.65-.568a.583.583 0 0 1 .341-.411zM18.066 16.665c.335-.15.74.185.694.539a.51.51 0 0 1-.591.444c-.204-.048-.392-.214-.426-.427-.039-.231.119-.46.323-.556zM5.36 17.925c.327-.114.699.206.66.544a.51.51 0 0 1-.375.442c-.334.098-.717-.236-.64-.582a.583.583 0 0 1 .355-.405zM10.467 17.92c.339-.104.71.246.639.59a.511.511 0 0 1-.589.41c-.239-.056-.453-.281-.428-.537a.568.568 0 0 1 .378-.463zM13.001 17.928c.341-.127.732.225.665.576a.51.51 0 0 1-.577.419c-.247-.05-.471-.284-.441-.548a.573.573 0 0 1 .353-.446zM18.108 17.922c.327-.106.689.212.652.547a.512.512 0 0 1-.403.449c-.328.073-.686-.253-.612-.589a.578.578 0 0 1 .362-.407zM6.671 19.187c.333-.082.684.259.616.594a.51.51 0 0 1-.366.403c-.322.097-.692-.209-.65-.545a.568.568 0 0 1 .4-.452zM7.937 19.189c.344-.092.71.276.618.62a.512.512 0 0 1-.579.386c-.246-.054-.466-.29-.433-.553a.565.565 0 0 1 .394-.453zM9.204 19.19c.389-.112.786.365.586.725-.142.326-.621.381-.841.105-.276-.26-.085-.741.255-.83zM14.313 19.189c.331-.089.685.248.627.582a.513.513 0 0 1-.376.415c-.334.094-.712-.24-.636-.585a.574.574 0 0 1 .385-.412zM15.579 19.191c.39-.112.787.364.587.726-.144.325-.621.38-.841.104-.275-.26-.086-.739.254-.829zM16.846 19.192c.337-.102.704.246.637.588a.512.512 0 0 1-.387.41c-.327.081-.691-.24-.625-.578a.58.58 0 0 1 .375-.42z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-80--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.004 0h19.987c.503.145.838.654.832 1.168.002 7.205 0 14.411.001 21.616.021.529-.312 1.063-.83 1.216H2.01c-.504-.144-.839-.653-.833-1.168V1.168C1.17.654 1.504.149 2.004 0m.751 1.957c-.46.393-.484 1.193-.021 1.593.459.41 1.119.437 1.622.769.316.191.268.72-.072.859-.511.241-1.131-.063-1.335-.57-.239.088-.479.174-.716.266.327 1.18 2.049 1.515 2.846.63.401-.478.375-1.291-.117-1.698-.375-.317-.863-.439-1.314-.608-.158-.063-.329-.136-.422-.286-.105-.175-.006-.42.177-.499.384-.164.913-.042 1.087.367.231-.076.462-.151.692-.231-.256-1.026-1.699-1.223-2.428-.592m3.645-.31c-.004 1.419-.003 2.838-.001 4.258.258.003.516.001.773.001V4.313c.431-.011.864.023 1.294-.023.489-.06.937-.408 1.075-.887.239-.682-.141-1.554-.885-1.696-.743-.125-1.506-.033-2.257-.059m4.075.004c-.006 1.417-.002 2.835-.001 4.252.974.003 1.948.002 2.922 0 0-.246.003-.491-.003-.737-.715-.007-1.43 0-2.144-.003V4.077l1.24-.001c0-.245.002-.49-.001-.735-.413-.008-.826-.001-1.238-.004v-.948c.672-.002 1.343.001 2.015-.001 0-.245.003-.491-.002-.736-.929-.006-1.858-.004-2.786-.001m3.92.003c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.246.003-.492-.001-.739-.713-.002-1.427.001-2.141-.001V4.079l1.236-.001c0-.246.002-.491-.001-.737-.412-.003-.824 0-1.235-.002v-.948c.671-.003 1.342.003 2.013-.003.005-.245.005-.491 0-.736a259.1 259.1 0 0 0-2.788.001m3.915-.002a603.22 603.22 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.732-.411 1.018-1.321.935-2.117-.049-.683-.418-1.378-1.064-1.665-.72-.322-1.53-.166-2.293-.202M4.233 6.567c-.002 1.416-.001 2.832 0 4.247.937.002 1.875.001 2.812 0v-.742c-.679-.002-1.358 0-2.037-.001-.002-1.168.001-2.336-.002-3.504a49.795 49.795 0 0 0-.773 0m3.691-.007v4.255c.258.002.515.001.772 0V6.56a99.33 99.33 0 0 0-.772 0m2.032 0c-.002 1.418-.002 2.836 0 4.254.258.002.516.001.773 0-.003-.852.01-1.705-.008-2.557.384.892.783 1.778 1.176 2.666.389-.892.81-1.77 1.17-2.674-.017.855-.004 1.71-.008 2.565h.771V6.559h-.744c-.394.908-.815 1.804-1.184 2.722-.368-.917-.786-1.815-1.177-2.722h-.77m5.138.001v4.256h.771V6.561a99.074 99.074 0 0 0-.771 0m1.763-.004V7.3h1.192c.002 1.172-.001 2.343.001 3.515h.772c.001-1.171-.001-2.343.001-3.514.398-.002.795 0 1.193-.001v-.743a1662.16 1662.16 0 0 0-3.158 0M5.12 13.98c-.553.718-.66 1.759-.241 2.565.208.405.553.729.949.948-.45.207-.85.528-1.135.935-.748 1.053-.654 2.615.214 3.571.643.728 1.635 1.085 2.593 1.065 1.002.024 2.048-.363 2.69-1.154.738-.888.852-2.232.294-3.239a2.82 2.82 0 0 0-1.302-1.178 2.24 2.24 0 0 0 1.219-2.074c-.004-.962-.635-1.856-1.508-2.238-1.245-.563-2.916-.326-3.773.798m10.698-1.061a2.815 2.815 0 0 0-1.623.76c-.558.536-.89 1.262-1.093 1.998-.276 1.049-.333 2.147-.242 3.225.083.893.275 1.795.719 2.583.334.6.85 1.113 1.495 1.366 1.079.412 2.428.265 3.272-.569.642-.618.988-1.477 1.18-2.332.25-1.14.269-2.326.093-3.478-.143-.893-.424-1.796-1-2.509-.65-.838-1.77-1.194-2.8-1.045z"/><path d="M7.172 2.391c.413.013.831-.03 1.24.025.531.12.525.998.001 1.126-.409.056-.828.011-1.241.024-.002-.392-.001-.784 0-1.176zM19.082 2.391c.415.024.875-.084 1.248.15.411.265.555.79.547 1.254.002.461-.162.976-.578 1.224-.367.223-.811.125-1.216.146V2.39zM7.049 14.131c.543-.115 1.164-.038 1.595.337.604.512.639 1.561.038 2.091-.626.55-1.665.564-2.308.036-.549-.453-.608-1.328-.207-1.896.205-.295.535-.487.882-.567zM15.86 14.125c.442-.09.928-.048 1.317.194.381.232.637.622.803 1.028.292.722.377 1.507.404 2.28.019.823-.02 1.656-.231 2.455-.14.511-.359 1.027-.763 1.385-.503.448-1.275.513-1.877.241-.516-.24-.842-.75-1.027-1.269-.3-.839-.358-1.74-.345-2.624.008-.832.096-1.682.415-2.459.229-.569.681-1.098 1.304-1.23zM7.285 18.069c.728-.082 1.509.231 1.918.852.542.789.382 2.008-.418 2.566-.727.499-1.766.51-2.507.035-.822-.534-1.005-1.753-.491-2.559.317-.518.897-.846 1.498-.894z"/><path fill="#fff" d="M2.755 1.957c.729-.631 2.172-.434 2.428.592-.23.079-.461.155-.692.231-.175-.409-.703-.53-1.087-.367-.182.078-.282.324-.177.499.093.15.264.223.422.286.451.168.938.291 1.314.608.492.406.518 1.22.117 1.698-.797.885-2.519.551-2.846-.63.237-.092.477-.179.716-.266.204.507.824.812 1.335.57.339-.139.388-.668.072-.859-.502-.332-1.162-.36-1.622-.769-.463-.4-.439-1.2.021-1.593zM6.399 1.647c.751.026 1.513-.067 2.257.059.744.142 1.124 1.015.885 1.696-.139.479-.586.828-1.075.887-.429.046-.863.012-1.294.023v1.593c-.258 0-.516.002-.773-.001-.002-1.419-.003-2.838.001-4.258m.772.745v1.176c.413-.014.832.031 1.241-.024.524-.128.53-1.006-.001-1.126-.41-.055-.827-.012-1.24-.025zM10.473 1.652c.929-.003 1.858-.005 2.786.001.005.246.002.491.002.736-.672.002-1.343 0-2.015.001v.948c.413.003.825-.004 1.238.004.003.245.001.489.001.735l-1.24.001v1.087c.714.003 1.429-.004 2.144.003.006.246.002.491.003.737-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.001-4.253zM14.395 1.654c.93-.007 1.859-.004 2.788-.001.004.245.005.491 0 .736-.671.006-1.342 0-2.013.003v.948c.411.002.823-.001 1.235.002.003.246.001.491.001.737l-1.236.001v1.087c.713.002 1.427-.001 2.141.001.005.247.003.493.001.739-.974.002-1.947.001-2.92 0 .001-1.417-.004-2.835.003-4.252zM18.31 1.651c.763.036 1.573-.12 2.293.202.645.286 1.015.982 1.064 1.665.083.796-.203 1.707-.935 2.117-.739.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.021.849.076 1.216-.146.417-.247.581-.763.578-1.224.008-.464-.136-.989-.547-1.254-.373-.234-.833-.127-1.248-.15zM4.233 6.567c.258-.002.516-.002.773 0 .003 1.168 0 2.336.002 3.504.679.001 1.358-.001 2.037.001v.742H4.233c-.001-1.416-.002-2.832 0-4.247zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.77c.391.908.809 1.805 1.177 2.722.368-.918.789-1.815 1.184-2.722h.744v4.255h-.771c.003-.855-.009-1.71.008-2.565-.361.904-.781 1.782-1.17 2.674-.393-.889-.792-1.774-1.176-2.666.018.852.005 1.705.008 2.558h-.773c-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.771v4.255h-.771V6.559zM16.856 6.557h3.158V7.3c-.398.001-.795-.001-1.193.001-.002 1.171 0 2.343-.001 3.514h-.772c-.002-1.172.001-2.343-.001-3.515h-1.192a92.009 92.009 0 0 1 0-.743zM5.12 13.98c.857-1.124 2.528-1.361 3.773-.798.873.382 1.504 1.276 1.508 2.238a2.24 2.24 0 0 1-1.219 2.074 2.814 2.814 0 0 1 1.302 1.178c.558 1.007.444 2.351-.294 3.239-.642.791-1.688 1.177-2.69 1.154-.958.021-1.95-.337-2.593-1.065-.869-.957-.962-2.518-.214-3.571a2.822 2.822 0 0 1 1.135-.935 2.318 2.318 0 0 1-.949-.948c-.419-.807-.312-1.848.241-2.565m1.929.15c-.347.08-.676.272-.882.567-.402.567-.342 1.442.207 1.896.643.528 1.682.515 2.308-.036.6-.529.566-1.578-.038-2.091-.431-.375-1.051-.451-1.595-.337m.236 3.939c-.6.049-1.181.376-1.498.894-.514.806-.331 2.025.491 2.559.742.475 1.78.464 2.507-.035.8-.558.96-1.777.418-2.566-.409-.622-1.19-.935-1.918-.852zM15.818 12.918c1.03-.15 2.151.207 2.8 1.045.576.713.858 1.616 1 2.509a9.526 9.526 0 0 1-.093 3.478c-.192.855-.538 1.714-1.18 2.332-.844.833-2.193.981-3.272.569-.645-.254-1.161-.767-1.495-1.366-.444-.788-.636-1.69-.719-2.583-.091-1.078-.034-2.176.242-3.225.203-.736.535-1.462 1.093-1.998a2.809 2.809 0 0 1 1.623-.76m.043 1.206c-.623.131-1.074.661-1.304 1.23-.319.776-.406 1.626-.415 2.459-.013.884.045 1.785.345 2.624.186.519.512 1.029 1.027 1.269.602.272 1.374.207 1.877-.241.405-.358.623-.874.763-1.385.211-.799.25-1.632.231-2.455-.026-.773-.112-1.558-.404-2.28-.167-.405-.423-.795-.803-1.028-.389-.242-.875-.285-1.317-.194z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-85--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M3.127 0h17.744c.489.152.757.684.748 1.172v21.656c.009.488-.259 1.017-.747 1.172H3.132c-.49-.152-.758-.684-.749-1.172V1.171C2.373.683 2.641.155 3.128 0m.501.592c-.47.097-.751.593-.764 1.045-.002 6.892 0 13.785-.001 20.678-.001.403.195.828.56 1.022.2.11.435.087.654.089l16.128-.001c.55.006.921-.555.929-1.061V1.637c-.008-.505-.378-1.068-.928-1.061C14.752.574 9.296.576 3.841.575a1.152 1.152 0 0 0-.212.017z"/><path fill="#fff" d="M4.049 1.195a.967.967 0 0 1 .215-.02h15.19c.233.003.486-.03.696.097.355.203.516.629.512 1.022-.001 6.486.001 12.973-.001 19.459.006.495-.332 1.065-.875 1.07H4.215c-.543-.004-.882-.575-.875-1.07V2.245c.001-.443.25-.939.709-1.051m1.209 1.813c-.32.293-.324.866.008 1.151.334.293.81.317 1.173.557.237.141.192.535-.062.63-.374.167-.813-.058-.964-.422-.172.066-.346.127-.517.196.223.798 1.305 1.075 1.938.59.407-.306.456-.979.088-1.334-.33-.321-.814-.363-1.2-.584-.162-.087-.176-.336-.022-.438a.609.609 0 0 1 .847.238c.165-.058.331-.113.497-.168-.188-.756-1.263-.907-1.786-.415m2.675-.233c-.007 1.041.001 2.083-.005 3.124.187-.003.374-.002.561-.001.006-.391 0-.781.003-1.172.443-.028.93.089 1.33-.157.506-.303.593-1.082.195-1.507-.213-.221-.533-.291-.829-.29-.419.001-.837-.004-1.255.003m2.959.003c-.009 1.04-.001 2.079-.004 3.119.71-.002 1.42.002 2.13-.002.003-.18.004-.36-.001-.54-.521-.007-1.043 0-1.564-.004v-.786c.301 0 .603.001.904-.001.006-.178.005-.355.003-.532-.303-.002-.605 0-.908-.002v-.711c.489-.002.979.002 1.468-.002.004-.18.004-.36 0-.54a137.23 137.23 0 0 0-2.029.001m2.854 0c-.007 1.04.002 2.08-.004 3.12.71-.006 1.419.003 2.129-.004.007-.18.006-.36.001-.54-.523-.006-1.045 0-1.567-.003v-.787c.301 0 .603.001.905-.001.009-.177.007-.355.006-.532-.304-.002-.607 0-.911-.001v-.712c.49-.003.98.004 1.47-.003.005-.18.005-.359 0-.539-.676-.003-1.353-.006-2.03.001m2.843-.002c-.002 1.041-.004 2.082.001 3.122.655-.032 1.415.136 1.956-.336.648-.603.658-1.773.048-2.406-.536-.516-1.333-.356-2.005-.381M6.353 7.419c-.006 1.038-.002 2.076-.002 3.114.682.002 1.364.001 2.046 0v-.546c-.494-.005-.987 0-1.48-.002-.003-.855.004-1.711-.003-2.566a13.068 13.068 0 0 0-.56 0m2.684-.001c-.003 1.039-.001 2.077-.001 3.116.188.001.376.002.565-.001.003-1.039.004-2.077 0-3.116a11.783 11.783 0 0 0-.564.001m1.478 0c-.007 1.038-.002 2.078-.002 3.116h.562c.002-.624.006-1.249-.003-1.873.274.656.568 1.302.853 1.953.285-.653.593-1.296.852-1.96-.015.627-.004 1.253-.007 1.88.188.001.376.002.564-.001.003-1.039.006-2.078-.001-3.117a24.21 24.21 0 0 0-.539 0c-.288.665-.596 1.323-.863 1.997-.262-.674-.575-1.327-.853-1.994a8.13 8.13 0 0 0-.563-.001m3.738-.003c-.001 1.04.001 2.08-.001 3.12.185-.002.37-.001.555-.001 0-1.04.001-2.079-.001-3.119a25.485 25.485 0 0 0-.553 0m1.274-.005c-.003.181-.003.363 0 .544.29.004.58 0 .87.002l.001 2.577h.563c.003-.859 0-1.717.001-2.576.288-.002.577 0 .864-.001.002-.182.002-.365-.001-.547-.766-.001-1.532-.003-2.299.001M5.331 11.525c-.242.038-.543.19-.542.471.001 2.893-.002 5.785.001 8.678.037.317.41.452.69.453h13.039c.28-.001.653-.136.69-.454.003-2.892 0-5.785.001-8.677.001-.282-.3-.434-.543-.472-.153-.03-.31-.06-.465-.038A7.907 7.907 0 0 1 17 11.485h-.063a7.669 7.669 0 0 1-1.203 0l-.062-.001a7.805 7.805 0 0 1-1.204.002 1.284 1.284 0 0 0-.062-.002c-.412.033-.83.033-1.242 0h-.031a71.947 71.947 0 0 1-3.774.001l-.062-.001a7.682 7.682 0 0 1-1.204.001l-.063-.002a7.79 7.79 0 0 1-1.241 0h-.031c-.474.056-.954-.015-1.428.041z"/><path fill="#fff" d="M8.492 3.319c.293.008.59-.019.881.013.393.075.416.718.035.826-.302.044-.611.009-.916.019v-.858zM17.147 3.319c.366.007.818-.075 1.073.258.338.469.326 1.233-.127 1.625-.27.213-.63.138-.946.15V3.319z"/><path d="M3.629.592c.07-.014.141-.016.212-.017C9.296.576 14.752.574 20.207.576c.549-.007.92.556.928 1.061v20.727c-.008.506-.379 1.067-.929 1.061l-16.128.001c-.219-.001-.454.022-.654-.089-.365-.194-.561-.62-.56-1.022.001-6.893-.001-13.785.001-20.678.013-.453.294-.948.764-1.045m.42.603c-.459.112-.708.607-.709 1.051v19.508c-.007.495.332 1.066.875 1.07h15.571c.543-.004.881-.575.875-1.07.002-6.486 0-12.973.001-19.459.004-.393-.158-.819-.512-1.022-.21-.127-.463-.094-.696-.097H4.264a.973.973 0 0 0-.215.02z"/><path d="M5.258 3.007c.523-.492 1.598-.341 1.786.415-.166.055-.332.11-.497.168a.61.61 0 0 0-.847-.238c-.154.102-.14.351.022.438.386.221.87.263 1.2.584.368.355.319 1.028-.088 1.334-.633.485-1.715.208-1.938-.59.171-.069.345-.13.517-.196.151.365.59.59.964.422.254-.095.3-.489.062-.63-.364-.24-.839-.264-1.173-.557-.332-.285-.328-.858-.008-1.151zM7.933 2.775c.418-.007.837-.002 1.255-.003.296 0 .616.069.829.29.397.425.311 1.204-.195 1.507-.4.245-.887.129-1.33.157-.002.391.003.781-.003 1.172-.187-.001-.374-.002-.561.001.006-1.041-.002-2.083.005-3.124m.559.544v.858c.305-.01.614.024.916-.019.381-.108.358-.751-.035-.826-.292-.031-.588-.005-.881-.013zM10.892 2.778a137.23 137.23 0 0 1 2.029-.001c.005.18.005.36 0 .54-.489.004-.979 0-1.468.002v.711c.303.002.605 0 .908.002.002.178.002.355-.003.532-.301.002-.602 0-.904.001-.002.262-.001.524 0 .786.521.004 1.042-.003 1.564.004.005.18.004.36.001.54-.71.004-1.42 0-2.13.002.003-1.04-.005-2.079.004-3.119zM13.745 2.778c.677-.007 1.353-.004 2.03-.001.004.18.005.359 0 .539-.49.007-.98 0-1.47.003v.712c.303.001.607-.001.911.001.001.178.003.355-.006.532-.301.002-.603 0-.905.001v.787c.522.003 1.044-.003 1.567.003.005.18.005.36-.001.54-.71.007-1.419-.002-2.129.004.006-1.04-.002-2.08.004-3.12zM16.587 2.775c.673.025 1.469-.135 2.005.381.61.633.6 1.802-.048 2.406-.541.473-1.301.304-1.956.336a464.16 464.16 0 0 1-.001-3.122m.56.543v2.033c.317-.013.677.063.946-.15.453-.391.464-1.156.127-1.625-.255-.334-.708-.252-1.073-.258zM6.353 7.419c.187-.004.373-.004.56 0 .007.855 0 1.711.003 2.566.494.003.987-.002 1.48.002.002.182.001.364 0 .546-.682 0-1.364.002-2.046 0 0-1.038-.004-2.076.002-3.114zM9.038 7.418c.188-.006.376-.006.564-.001.004 1.039.003 2.077 0 3.116-.188.003-.376.002-.565.001 0-1.039-.002-2.077.001-3.116zM10.516 7.418c.188-.005.376-.007.563.001.278.668.591 1.32.853 1.994.267-.674.575-1.332.863-1.997.18-.002.36-.002.539 0 .007 1.039.005 2.078.001 3.117-.188.003-.376.002-.564.001.003-.627-.008-1.253.007-1.88-.258.664-.567 1.307-.852 1.96-.285-.651-.579-1.297-.853-1.953.008.624.005 1.249.003 1.873a52.64 52.64 0 0 1-.562 0c0-1.039-.005-2.078.002-3.116zM14.254 7.415c.184-.002.368-.002.553 0 .002 1.04 0 2.079.001 3.119-.185 0-.37-.001-.555.001.002-1.04 0-2.08.001-3.12zM15.528 7.41c.766-.004 1.532-.002 2.299-.001.003.182.003.364.001.547-.288.001-.576-.001-.864.001-.002.859.001 1.717-.001 2.576-.188.002-.375.001-.563 0l-.001-2.577c-.29-.002-.58.002-.87-.002a16.442 16.442 0 0 1 0-.544zM5.331 11.525c.473-.056.954.015 1.428-.041-.233.05-.441.232-.484.471-.061.347.326.678.66.566a.514.514 0 0 0 .331-.658c-.073-.205-.272-.331-.476-.38.412.033.83.033 1.241 0-.233.05-.44.232-.484.471-.061.346.323.676.656.568.271-.076.444-.403.332-.666-.072-.191-.255-.309-.442-.37.399.03.804.031 1.204-.001-.232.053-.437.236-.478.476-.056.344.324.669.655.563.275-.076.449-.409.331-.674-.075-.189-.257-.307-.445-.364 1.256.031 2.518.033 3.774-.001-.367.057-.648.529-.382.841.206.307.713.278.865-.064.183-.335-.107-.724-.453-.777.412.033.83.033 1.242 0-.232.051-.438.233-.482.471-.06.345.321.675.653.568.274-.075.445-.404.334-.668-.072-.191-.255-.309-.443-.369.399.029.804.031 1.204-.002-.231.054-.436.237-.477.476-.054.34.316.661.645.565.268-.068.446-.379.354-.643-.067-.207-.26-.338-.46-.398.399.031.804.031 1.203 0-.228.058-.431.24-.469.479-.053.339.319.66.647.562a.514.514 0 0 0 .349-.65c-.069-.205-.263-.335-.464-.391.399.032.803.03 1.202.001-.227.061-.428.246-.463.485-.047.348.346.669.677.546.269-.087.426-.418.306-.677-.063-.158-.216-.248-.347-.341.098.007.195.015.292.026.242.038.544.19.543.472-.001 2.892.002 5.785-.001 8.677-.038.317-.41.453-.69.454H5.48c-.28-.001-.653-.136-.69-.453-.003-2.893 0-5.785-.001-8.678-.001-.281.3-.433.542-.471m.028 1.291a.59.59 0 0 0-.353.402c-.081.34.282.68.615.602a.518.518 0 0 0 .399-.462c.032-.335-.334-.658-.661-.542m5.107-.005c-.346.102-.521.602-.225.854.224.263.681.194.821-.12.205-.366-.198-.857-.595-.734m2.533.009a.588.588 0 0 0-.344.398c-.084.351.303.701.644.596a.517.517 0 0 0 .37-.459c.029-.337-.343-.658-.67-.535m-7.506 1.262c-.384.003-.663.526-.383.822.205.28.673.265.841-.045.215-.326-.084-.787-.457-.777m5.068.002c-.379.021-.638.543-.353.83.203.266.65.255.823-.038.24-.33-.08-.822-.469-.791m2.577-.003c-.243.005-.444.218-.49.448-.059.345.327.664.656.558a.512.512 0 0 0 .361-.427c.039-.296-.233-.585-.528-.579m1.267.001c-.241.008-.437.22-.483.447-.058.342.322.66.65.56a.513.513 0 0 0 .368-.427c.041-.299-.236-.59-.534-.58m1.265 0c-.241.012-.435.225-.478.453-.052.338.32.649.645.556a.512.512 0 0 0 .374-.557c-.042-.25-.283-.465-.54-.451m1.264 0c-.239.016-.43.229-.471.456-.04.273.195.52.452.565a.51.51 0 0 0 .566-.433c.048-.306-.242-.609-.547-.588M6.582 15.399c-.317.141-.435.619-.136.842.249.263.731.132.825-.213.141-.384-.317-.814-.69-.629m1.307-.014a.585.585 0 0 0-.341.412c-.065.345.319.669.649.568a.518.518 0 0 0 .37-.435c.042-.346-.345-.675-.678-.544m1.266.002a.585.585 0 0 0-.334.413c-.06.343.32.662.648.563a.516.516 0 0 0 .374-.473c.012-.336-.366-.637-.688-.503m8.909.005c-.227.106-.393.386-.3.634.09.233.359.408.61.341a.512.512 0 0 0 .39-.478c.013-.34-.378-.644-.7-.497m-12.707 1.26c-.334.11-.496.594-.208.839.227.262.689.19.826-.128.199-.372-.225-.853-.618-.711m5.066.01a.575.575 0 0 0-.334.449c-.023.269.212.506.468.542a.512.512 0 0 0 .555-.45c.046-.351-.354-.685-.689-.541m7.643.002a.591.591 0 0 0-.324.417c-.053.337.316.649.64.558a.513.513 0 0 0 .379-.435c.046-.354-.36-.689-.695-.539M5.359 17.925a.583.583 0 0 0-.354.403c-.077.347.306.681.64.583a.512.512 0 0 0 .375-.442c.038-.338-.334-.659-.661-.544m5.106-.005c-.333.097-.517.57-.243.826.219.273.689.223.837-.097.21-.366-.197-.854-.593-.73m2.534.009a.586.586 0 0 0-.345.399c-.078.345.299.676.631.587a.514.514 0 0 0 .383-.448c.035-.34-.342-.661-.67-.538m5.108-.005a.583.583 0 0 0-.361.406c-.075.337.285.662.612.589a.513.513 0 0 0 .403-.448c.038-.336-.326-.655-.654-.547M6.669 19.187a.572.572 0 0 0-.39.406c-.082.337.276.669.606.599a.514.514 0 0 0 .403-.413c.067-.336-.286-.677-.619-.593m1.267.003c-.346.086-.538.575-.257.834.223.276.702.214.841-.114.193-.359-.199-.825-.584-.72m1.267.002c-.341.09-.53.57-.254.83.221.276.698.221.841-.105.201-.361-.198-.838-.587-.725m5.108-.002c-.344.088-.535.573-.255.833.223.277.703.217.842-.113.191-.36-.2-.827-.586-.72m1.266.002a.574.574 0 0 0-.385.451c-.033.273.204.519.464.557a.512.512 0 0 0 .554-.422c.064-.339-.299-.683-.633-.586m1.267.001c-.332.095-.518.564-.25.823.218.278.695.23.843-.094.207-.364-.199-.851-.593-.729z"/><path fill="#ccc" d="M6.758 11.484h.031c.204.048.403.175.476.38a.514.514 0 0 1-.331.658c-.333.112-.721-.219-.66-.566.043-.24.251-.421.484-.471zM8.031 11.484l.063.002c.187.061.37.179.442.37.112.263-.061.59-.332.666-.332.108-.717-.221-.656-.568.044-.239.251-.42.484-.471zM9.297 11.485l.062.001c.188.057.371.175.445.364.118.265-.056.598-.331.674-.331.106-.711-.219-.655-.563.041-.24.247-.422.478-.476zM13.133 11.484h.031c.346.053.636.442.453.777-.153.343-.66.371-.865.064-.266-.312.014-.784.382-.841zM14.406 11.484l.062.002c.188.06.371.178.443.369.112.264-.06.593-.334.668-.332.106-.714-.224-.653-.568.044-.239.25-.42.482-.471zM15.672 11.485l.062.001c.2.06.394.191.46.398.092.264-.086.574-.354.643-.329.096-.699-.225-.645-.565.041-.24.246-.422.477-.476zM16.938 11.485h.063c.201.056.395.186.464.391.097.265-.079.58-.349.65-.328.098-.7-.223-.647-.562.038-.239.241-.42.469-.479zM18.203 11.487c.156-.022.313.008.465.038a9.88 9.88 0 0 0-.292-.026c.131.093.284.183.347.341.12.259-.038.591-.306.677-.33.124-.724-.197-.677-.546.035-.239.235-.424.463-.485zM5.359 12.817c.328-.116.694.207.661.542a.518.518 0 0 1-.399.462c-.333.078-.697-.262-.615-.602a.589.589 0 0 1 .353-.402zM10.466 12.812c.397-.123.8.367.595.734-.14.315-.597.384-.821.12-.295-.252-.121-.752.225-.854zM13 12.821c.327-.123.699.198.67.535a.52.52 0 0 1-.37.459c-.341.105-.728-.245-.644-.596a.592.592 0 0 1 .344-.398zM5.494 14.083c.374-.01.673.451.457.777-.168.31-.636.325-.841.045-.28-.295 0-.818.383-.822zM10.563 14.085c.389-.031.709.461.469.791-.173.293-.62.305-.823.038-.285-.286-.026-.809.353-.83zM13.141 14.083c.295-.005.567.283.528.579a.515.515 0 0 1-.361.427c-.329.106-.715-.213-.656-.558.046-.229.247-.442.49-.448zM14.407 14.084c.298-.01.575.281.534.58a.513.513 0 0 1-.368.427c-.328.1-.707-.218-.65-.56.046-.227.242-.439.483-.447zM15.673 14.084c.258-.013.498.201.54.451a.512.512 0 0 1-.374.557c-.324.093-.696-.218-.645-.556.043-.228.237-.441.478-.453zM16.938 14.085c.305-.021.595.282.547.588a.51.51 0 0 1-.566.433c-.257-.045-.492-.292-.452-.565.04-.227.232-.44.471-.456zM6.582 15.399c.372-.185.83.245.69.629-.095.345-.576.476-.825.213-.299-.223-.181-.701.136-.842zM7.888 15.385c.333-.131.72.198.678.544a.518.518 0 0 1-.37.435c-.33.101-.713-.223-.649-.568a.583.583 0 0 1 .341-.412zM9.154 15.388c.322-.133.699.168.688.503a.514.514 0 0 1-.374.473c-.328.099-.708-.221-.648-.563a.583.583 0 0 1 .334-.413zM18.063 15.393c.322-.146.713.157.7.497a.513.513 0 0 1-.39.478c-.251.067-.52-.107-.61-.341-.094-.248.072-.528.3-.634zM5.356 16.653c.393-.142.817.338.618.711-.137.318-.599.39-.826.128-.289-.244-.126-.729.208-.839zM10.422 16.663c.334-.144.735.19.689.541a.513.513 0 0 1-.555.45c-.256-.036-.492-.273-.468-.542a.579.579 0 0 1 .334-.449zM18.065 16.665c.336-.15.742.185.695.539a.512.512 0 0 1-.379.435c-.324.091-.693-.22-.64-.558a.591.591 0 0 1 .324-.417zM5.359 17.925c.328-.115.7.206.661.544a.512.512 0 0 1-.375.442c-.334.098-.718-.236-.64-.583a.579.579 0 0 1 .354-.403zM10.465 17.92c.397-.124.804.364.593.73-.148.32-.618.37-.837.097-.274-.256-.09-.73.243-.826zM13 17.928c.328-.123.705.198.67.538a.514.514 0 0 1-.383.448c-.333.09-.709-.242-.631-.587a.581.581 0 0 1 .345-.399zM18.107 17.923c.328-.107.691.212.654.547a.512.512 0 0 1-.403.448c-.327.074-.687-.252-.612-.589a.58.58 0 0 1 .361-.406zM6.669 19.187c.333-.084.685.257.619.593a.513.513 0 0 1-.403.413c-.33.07-.687-.262-.606-.599a.57.57 0 0 1 .39-.406zM7.936 19.189c.385-.105.777.362.584.72-.139.328-.618.39-.841.114-.281-.26-.089-.749.257-.834zM9.203 19.191c.389-.113.788.364.587.725-.143.326-.62.381-.841.105-.276-.26-.087-.74.254-.83zM14.311 19.189c.386-.106.777.36.586.72-.139.329-.619.39-.842.113-.279-.26-.088-.745.255-.833zM15.578 19.191c.335-.096.697.248.633.586a.512.512 0 0 1-.554.422c-.26-.038-.497-.285-.464-.557a.571.571 0 0 1 .385-.451zM16.845 19.192c.394-.122.799.365.592.729-.148.324-.625.372-.843.094-.268-.259-.082-.728.25-.823z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-85--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.006 0h19.982c.505.143.84.653.834 1.168v21.665c.005.514-.329 1.021-.831 1.168H2.011c-.505-.142-.841-.653-.835-1.168V1.169C1.169.655 1.504.148 2.005.001m.701 2.002c-.414.405-.416 1.162.028 1.546.467.419 1.147.435 1.65.79.303.211.217.738-.132.853-.508.215-1.101-.09-1.302-.585-.239.088-.479.174-.716.266.327 1.18 2.049 1.515 2.847.63.4-.478.375-1.291-.118-1.698-.375-.317-.862-.439-1.313-.607-.158-.064-.329-.136-.422-.287-.106-.175-.006-.42.177-.499.384-.164.913-.042 1.087.367.231-.075.462-.151.692-.23-.262-1.048-1.766-1.235-2.477-.545m3.692-.357a755.087 755.087 0 0 0 0 4.257c.258.004.515.002.773.001V4.312c.431-.011.865.023 1.294-.023.489-.06.936-.409 1.075-.888.239-.682-.141-1.554-.886-1.696-.743-.125-1.505-.033-2.256-.059m4.075.007c-.006 1.417-.003 2.835-.002 4.252.974.003 1.948.002 2.922 0 0-.246.003-.491-.003-.736-.715-.008-1.43 0-2.144-.004V4.078c.413-.002.827.001 1.241-.001-.001-.245.003-.49-.003-.735-.413-.008-.825-.001-1.238-.004V2.39c.672-.002 1.343.001 2.015-.001 0-.245.003-.491-.002-.736-.928-.006-1.857-.004-2.785 0m3.92.001c-.007 1.417-.001 2.835-.003 4.252h2.92c.002-.246.004-.492-.001-.739-.714-.002-1.427 0-2.141-.001V4.079l1.236-.001c0-.246.002-.491-.001-.736-.412-.004-.823 0-1.235-.002v-.948c.671-.003 1.342.003 2.013-.003.005-.245.005-.49 0-.735-.93-.003-1.859-.006-2.788.001m3.915-.004a603.22 603.22 0 0 0 0 4.254c.806-.041 1.684.146 2.422-.27.717-.402 1.008-1.287.939-2.07-.038-.688-.393-1.396-1.037-1.698-.726-.341-1.55-.18-2.324-.216M4.233 6.567c-.002 1.416-.001 2.832 0 4.247.937.002 1.875.002 2.812 0 .002-.247 0-.495 0-.742-.679-.002-1.358 0-2.038-.001-.001-1.168.002-2.336-.001-3.504a39.836 39.836 0 0 0-.773 0m3.691-.007c-.002 1.418 0 2.837 0 4.255h.772V6.56a99.33 99.33 0 0 0-.772 0m2.032 0c-.002 1.418-.002 2.836 0 4.254.258.002.516.001.773 0-.004-.854.012-1.708-.009-2.561.385.893.783 1.78 1.177 2.669.39-.892.81-1.77 1.171-2.674-.017.855-.005 1.711-.008 2.566.256.002.513.001.77 0V6.559a92.256 92.256 0 0 0-.744 0c-.395.905-.81 1.802-1.184 2.716-.373-.914-.785-1.811-1.177-2.716a98.56 98.56 0 0 0-.769 0m5.137.001c-.002 1.418-.002 2.837 0 4.255h.77V6.56a98.817 98.817 0 0 0-.77 0m1.762-.003v.742c.397.002.794 0 1.192.001.002 1.172-.001 2.343.001 3.515h.771V7.3h1.194v-.743h-3.159m-11.579 7.39c-.591.738-.698 1.837-.23 2.663.21.376.54.674.913.883a2.81 2.81 0 0 0-1.17.983c-.714 1.056-.606 2.588.255 3.529.646.726 1.639 1.081 2.597 1.059 1.002.023 2.046-.366 2.686-1.158.746-.905.849-2.277.256-3.287a2.83 2.83 0 0 0-1.27-1.125c.84-.405 1.326-1.368 1.204-2.285-.079-.881-.684-1.666-1.485-2.023-1.234-.563-2.889-.339-3.757.761m8.473-.878a926.09 926.09 0 0 0-.581 4.982c.382.137.766.268 1.149.403.101.06.164-.059.232-.113.528-.495 1.281-.696 1.992-.653.555.034 1.108.298 1.429.762.583.839.491 2.106-.274 2.805-.593.57-1.47.719-2.262.606-.695-.069-1.335-.407-1.847-.873-.256.328-.515.653-.763.987.803.786 1.972 1.079 3.068 1.088 1.097.046 2.242-.359 2.969-1.202 1.093-1.226 1.1-3.292-.053-4.48-1.104-1.148-3.057-1.198-4.317-.28.124-.949.243-1.899.368-2.848 1.391-.002 2.782 0 4.173-.001.002-.395.002-.789 0-1.184h-5.284z"/><path d="M7.172 2.391c.413.013.831-.03 1.241.025.531.121.524.998 0 1.126-.409.056-.828.01-1.241.024-.002-.392-.001-.784 0-1.176zM19.082 2.391c.415.024.875-.084 1.248.15.411.265.555.79.547 1.254.002.461-.162.976-.578 1.223-.367.223-.811.125-1.216.146V2.389zM7.19 14.129c.542-.112 1.162-.035 1.59.341.596.514.63 1.553.037 2.083-.615.547-1.633.57-2.281.069-.54-.417-.638-1.236-.307-1.812.199-.356.568-.593.96-.681zM7.425 18.068c.683-.074 1.413.194 1.834.749.502.638.52 1.603.057 2.266-.629.871-1.956 1.001-2.847.479-.851-.501-1.073-1.722-.58-2.547.312-.547.913-.899 1.536-.947z"/><path fill="#fff" d="M2.706 2.003c.711-.69 2.215-.503 2.477.545-.23.079-.461.155-.692.23-.174-.409-.703-.53-1.087-.367-.182.078-.283.324-.177.499.093.15.264.223.422.287.451.168.938.29 1.313.607.493.406.518 1.22.118 1.698-.797.885-2.52.551-2.847-.63.237-.092.477-.179.716-.266.201.495.794.8 1.302.585.349-.114.435-.641.132-.853-.503-.354-1.182-.371-1.65-.79-.443-.384-.442-1.141-.028-1.546zM6.399 1.647c.751.025 1.513-.066 2.256.059.745.142 1.125 1.014.886 1.696-.139.479-.585.828-1.075.888-.429.046-.863.012-1.294.023v1.593c-.258 0-.515.002-.773-.001a862.956 862.956 0 0 1 0-4.257m.773.743v1.176c.413-.014.832.031 1.241-.024.523-.128.53-1.005 0-1.126-.41-.055-.828-.012-1.241-.025zM10.474 1.653a287.27 287.27 0 0 1 2.785 0c.006.246.003.491.002.736-.672.002-1.343 0-2.015.001v.948c.413.003.825-.004 1.238.004.006.245.002.489.003.735-.413.002-.827-.001-1.241.001v1.087c.714.003 1.429-.004 2.144.004.006.245.002.491.003.736-.974.001-1.948.002-2.922 0-.001-1.418-.004-2.835.002-4.252zM14.395 1.654c.93-.007 1.859-.004 2.788-.001.004.245.005.49 0 .735-.671.006-1.342 0-2.013.003v.948c.412.002.823-.002 1.235.002.003.245.001.491.001.736l-1.236.001v1.087c.714.002 1.427-.001 2.141.001.005.247.003.493.001.739-.974.002-1.947.001-2.92 0 .001-1.417-.004-2.835.003-4.252zM18.31 1.651c.773.036 1.598-.125 2.324.216.645.301.999 1.01 1.037 1.698.069.782-.222 1.667-.939 2.07-.738.416-1.616.229-2.422.27a670.243 670.243 0 0 1 0-4.254m.772.74v2.775c.405-.022.849.077 1.216-.146.417-.247.581-.763.578-1.223.008-.465-.136-.99-.547-1.254-.373-.234-.832-.127-1.248-.15zM4.233 6.567c.258-.003.516-.002.773 0 .003 1.168 0 2.336.001 3.504.679.001 1.358-.001 2.038.001 0 .247.002.495 0 .742-.938.002-1.875.002-2.812 0-.001-1.416-.002-2.832 0-4.247zM7.924 6.56h.772v4.255h-.772V6.56zM9.956 6.56h.769c.393.905.804 1.802 1.177 2.716.373-.915.788-1.811 1.184-2.716h.744v4.255h-.77c.002-.855-.01-1.71.008-2.566-.361.904-.781 1.783-1.171 2.674-.394-.889-.792-1.776-1.177-2.669.022.853.006 1.707.009 2.561-.258.001-.516.002-.773 0-.002-1.418-.002-2.836 0-4.254zM15.093 6.56h.77v4.255h-.77V6.56zM16.855 6.557h3.159V7.3H18.82v3.515h-.771c-.002-1.172.001-2.343-.001-3.515-.398-.001-.795.001-1.192-.001-.002-.248-.001-.495 0-.743zM5.275 13.947c.868-1.1 2.523-1.323 3.757-.761.801.357 1.406 1.142 1.485 2.023.121.917-.364 1.88-1.204 2.285.522.238.98.627 1.27 1.125.593 1.01.49 2.382-.256 3.287-.64.792-1.685 1.181-2.686 1.158-.959.022-1.951-.333-2.597-1.059-.861-.941-.969-2.473-.255-3.529.286-.43.7-.77 1.17-.983a2.341 2.341 0 0 1-.913-.883c-.468-.826-.36-1.925.23-2.663m1.914.182c-.393.087-.761.325-.96.681-.331.576-.233 1.395.307 1.812.648.501 1.666.478 2.281-.069.593-.53.559-1.569-.037-2.083-.428-.376-1.048-.453-1.59-.341m.234 3.939c-.623.048-1.224.399-1.536.947-.493.825-.271 2.046.58 2.547.891.522 2.219.392 2.847-.479.463-.663.445-1.628-.057-2.266-.421-.555-1.151-.822-1.834-.749zM13.747 13.069h5.284c.001.394.002.789 0 1.184-1.391.001-2.782-.001-4.173.001-.125.949-.244 1.899-.368 2.848 1.26-.918 3.213-.868 4.317.28 1.153 1.189 1.146 3.254.053 4.48-.727.843-1.871 1.249-2.969 1.202-1.095-.009-2.265-.302-3.068-1.088.248-.333.507-.659.763-.987.512.466 1.152.804 1.847.873.791.113 1.668-.036 2.262-.606.765-.699.857-1.967.274-2.805-.321-.464-.873-.728-1.429-.762-.711-.042-1.463.159-1.992.653-.068.054-.131.173-.232.113-.383-.135-.767-.266-1.149-.403.19-1.661.382-3.322.581-4.982m.33 8.361c.024.024.024.024 0 0z"/><path fill="#c1c1c1" d="M14.078 21.431c.024.024.024.024 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--maximum-speed-limit-led-90--g1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h10.983C9.078.2 7.201.788 5.585 1.831A12.057 12.057 0 0 0 .427 8.724C.208 9.462.103 10.226 0 10.988V0zM13.012 0H24v10.984c-.23-2.299-1.072-4.547-2.51-6.365C19.555 2.114 16.595.421 13.446.063A6.326 6.326 0 0 1 13.011 0z"/><path d="M11.408 1.195c1.729-.097 3.482.23 5.06.947 2.69 1.208 4.833 3.567 5.774 6.362.943 2.73.725 5.835-.598 8.404a10.857 10.857 0 0 1-6.219 5.358A10.826 10.826 0 0 1 1.589 9.042c.79-2.831 2.799-5.289 5.409-6.638a10.774 10.774 0 0 1 4.41-1.208M7.107 7.297c-.844.622-1.284 1.663-1.369 2.686-.037.645-.034 1.306.158 1.931.21.721.651 1.403 1.307 1.79.569.324 1.28.391 1.899.18.512-.178.9-.584 1.204-1.018-.033 1.135-.095 2.347-.709 3.338-.33.555-1.066.847-1.67.574-.585-.275-.832-.945-.916-1.545-.371-.016-.743-.004-1.114-.007.088.842.353 1.718.983 2.317.776.759 2.13.76 2.95.071.73-.569 1.114-1.461 1.314-2.341.262-1.069.324-2.175.323-3.273-.03-1.2-.122-2.433-.609-3.546-.263-.623-.734-1.185-1.375-1.436-.772-.294-1.702-.215-2.377.279m7.721-.389c-.867.177-1.466.952-1.776 1.736-.439 1.206-.547 2.503-.555 3.778 0 1.101.062 2.213.348 3.281.193.69.487 1.387 1.027 1.879.802.736 2.18.715 2.952-.056.508-.49.791-1.163.979-1.832.283-1.049.347-2.143.345-3.225-.006-1.077-.08-2.163-.367-3.205-.178-.627-.423-1.264-.882-1.741-.518-.56-1.335-.776-2.073-.615z"/><path d="M8.174 8.134a1.387 1.387 0 0 1 1.286.313c.58.526.806 1.338.79 2.101.001.661-.21 1.353-.706 1.812-.534.513-1.475.553-2.023.04-.392-.369-.579-.907-.637-1.432-.081-.617-.032-1.268.227-1.84.21-.446.568-.866 1.063-.993zM15.115 8.141c.623-.134 1.186.336 1.404.888.489 1.155.495 2.44.5 3.674-.009.874-.057 1.755-.255 2.608-.12.476-.286.971-.649 1.319-.392.385-1.079.432-1.502.071-.401-.34-.577-.862-.708-1.354-.262-1.094-.277-2.228-.263-3.348.029-.861.086-1.733.341-2.561.171-.556.503-1.189 1.133-1.297zM0 13.017c.104.759.208 1.522.427 2.259.835 2.995 2.896 5.614 5.592 7.157 1.516.882 3.23 1.384 4.97 1.567H-.001V13.017zM22.464 17.92c.869-1.498 1.352-3.195 1.536-4.911v10.99H13.016c.759-.105 1.523-.208 2.26-.428 3.015-.84 5.655-2.924 7.189-5.651z"/><path fill="red" d="M10.983 0h2.029c.144.025.289.048.435.063 3.149.358 6.108 2.051 8.044 4.556 1.438 1.818 2.28 4.065 2.51 6.365v2.026c-.184 1.716-.667 3.413-1.536 4.911-1.534 2.728-4.173 4.811-7.189 5.651-.737.22-1.5.323-2.26.428H10.99c-1.74-.183-3.454-.685-4.97-1.567-2.696-1.543-4.757-4.162-5.592-7.157-.219-.737-.323-1.5-.427-2.259v-2.029c.103-.761.208-1.525.427-2.264a12.057 12.057 0 0 1 5.158-6.893C7.201.788 9.079.199 10.984 0m.424 1.195a10.805 10.805 0 0 0-4.41 1.208c-2.61 1.35-4.619 3.807-5.409 6.638-.797 2.772-.423 5.857 1.029 8.351 1.458 2.556 4.002 4.464 6.869 5.132 1.952.471 4.035.377 5.938-.259a10.857 10.857 0 0 0 6.219-5.358c1.322-2.569 1.54-5.674.598-8.404-.941-2.795-3.084-5.154-5.774-6.362a10.82 10.82 0 0 0-5.06-.947z"/><path fill="#fff" d="M7.107 7.297c.675-.494 1.604-.573 2.377-.279.641.25 1.112.813 1.375 1.436.488 1.113.58 2.346.609 3.546.001 1.097-.061 2.204-.323 3.273-.2.881-.584 1.773-1.314 2.341-.821.689-2.174.688-2.95-.071-.63-.598-.895-1.474-.983-2.317.371.003.743-.009 1.114.007.084.6.332 1.27.916 1.545.604.273 1.34-.019 1.67-.574.615-.991.676-2.203.709-3.338-.304.434-.692.84-1.204 1.018a2.358 2.358 0 0 1-1.899-.18c-.657-.386-1.097-1.069-1.307-1.79-.192-.624-.195-1.285-.158-1.931.085-1.023.525-2.065 1.369-2.686m1.066.837c-.495.127-.853.547-1.063.993-.259.572-.308 1.223-.227 1.84.058.525.245 1.063.638 1.432.548.513 1.488.473 2.023-.04.496-.459.707-1.151.706-1.812.016-.763-.21-1.575-.79-2.101a1.39 1.39 0 0 0-1.286-.313zM14.827 6.908c.738-.161 1.554.055 2.073.615.459.477.704 1.114.882 1.741.286 1.042.36 2.129.367 3.205.002 1.082-.062 2.176-.345 3.225-.188.669-.471 1.342-.979 1.832-.773.771-2.15.792-2.952.056-.541-.491-.835-1.189-1.028-1.879-.286-1.068-.348-2.181-.348-3.281.008-1.275.116-2.572.555-3.778.31-.785.909-1.56 1.776-1.736m.287 1.233c-.63.108-.962.741-1.133 1.297-.255.828-.312 1.7-.341 2.561-.014 1.119.001 2.254.263 3.348.13.493.307 1.014.708 1.354.423.36 1.11.314 1.502-.071.363-.348.529-.843.649-1.319.198-.854.246-1.734.255-2.608-.005-1.233-.011-2.519-.5-3.674-.218-.553-.781-1.022-1.404-.888z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--minimum-safe-distance--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.485 0h3.031c4.284.588 8.165 3.557 9.707 7.615.403.912.56 1.903.777 2.87v3.031c-.588 4.284-3.557 8.165-7.615 9.707-.914.403-1.905.56-2.871.777h-3.03C6.2 23.412 2.318 20.443.777 16.385.373 15.474.218 14.483 0 13.518v-3.034c.218-.965.374-1.956.777-2.867C2.319 3.558 6.2.587 10.485 0M2.106 8.494a14.81 14.81 0 0 0-.205.831h-.045c-.24.968-.317 1.964-.294 2.957.022 1.383.379 2.75.966 3.999 1.93 4.173 6.752 6.681 11.279 5.908 3.436-.508 6.594-2.814 7.995-6.008.515-1.274.935-2.614.929-4.001h.045c.006-1.034-.094-2.072-.391-3.065-.092-.219-.095-.507-.316-.644l-.12-.004.196-.13c-1.449-4.103-5.666-7.005-10.015-6.898-4.394-.086-8.612 2.898-10.023 7.054z"/><path fill="#fff" d="M2.106 8.494c1.412-4.156 5.63-7.141 10.023-7.054 4.35-.107 8.566 2.795 10.015 6.898l-.196.13c-1.172.994-1.975 2.381-3.168 3.348-1.529.428-3.152.475-4.701.839-.741.248-.534 1.204-.538 1.806-.003.594.564.912 1.066 1.049.392-.766 1.132-1.417 2.034-1.41 1.19-.086 2.191.935 2.316 2.077.947.004 1.895.014 2.844.004-1.401 3.194-4.559 5.499-7.995 6.008-4.526.773-9.348-1.735-11.279-5.908.458-.003.916-.004 1.375-.008.101-1.161 1.094-2.177 2.29-2.124 1.169-.004 2.083 1.006 2.212 2.124.668-.343.961-1.066 1.067-1.77.123-.756.591-1.64.036-2.332-.839-.965-1.777-1.84-2.631-2.792-.403-.391-.828-.911-1.446-.881-1.108-.009-2.217.005-3.325-.004m9.939-3.919c-1.034.471-.897 1.898-.721 2.828.132.899 1.446 1.226 1.957.465.443-.777.404-1.765.164-2.603-.164-.595-.837-.863-1.4-.69M8.35 4.59l-.008.646c.53.012 1.061.009 1.591.009a5.753 5.753 0 0 0-1.11 2.968l.679.018c.084-1.157.511-2.285 1.274-3.168a37.625 37.625 0 0 1-.009-.475c-.806-.001-1.612-.003-2.417.001m5.9.976c0 .886-.001 1.774.001 2.661l.613-.008c0-.556-.006-1.112.022-1.667.2.557.386 1.121.595 1.675.201-.003.404-.004.605-.006.21-.568.414-1.137.627-1.703.019.57.013 1.139.018 1.71.2-.001.401-.001.601-.003.004-.885.003-1.77.001-2.655-.294.001-.587.001-.88.003-.223.605-.426 1.218-.668 1.817a47.15 47.15 0 0 1-.637-1.805c-.299-.01-.599-.014-.898-.017m-8.654 9.082c-.938.284-1.523 1.415-1.142 2.335.303.899 1.378 1.408 2.27 1.09.88-.286 1.439-1.305 1.161-2.199-.25-.946-1.357-1.573-2.289-1.227m10.449-.011c-1.305.435-1.555 2.391-.408 3.145 1.006.796 2.65.123 2.839-1.137.302-1.317-1.19-2.565-2.431-2.008z"/><path fill="#fff" d="M12.181 5.205c.324-.314.672.16.653.49.018.64.143 1.351-.181 1.937-.377.244-.68-.168-.671-.528-.014-.622-.159-1.351.199-1.899zM22.385 9.116c.297.992.397 2.031.391 3.065h-.045c-.583-.023-1.172.039-1.752-.034-.377-.107-.895-.575-.51-.956.622-.706 1.286-1.374 1.916-2.075zM1.855 9.325H1.9c1.228.041 2.47-.081 3.689.059.563.432.679 1.232.996 1.843.281.461-.072 1.155-.636 1.09-1.463-.003-2.925-.027-4.388-.035-.023-.994.054-1.99.294-2.957zM5.861 15.173a1.23 1.23 0 0 1 1.432.764c.258.613-.112 1.391-.747 1.585-.701.284-1.569-.275-1.608-1.026-.085-.595.338-1.195.923-1.323zM16.294 15.142c.859-.337 1.814.572 1.565 1.449-.172.925-1.492 1.261-2.093.543-.61-.606-.308-1.775.528-1.992z"/><path fill="#1f1a17" d="M12.044 4.575c.563-.173 1.236.095 1.4.69.24.837.279 1.826-.164 2.603-.511.761-1.826.435-1.957-.465-.175-.93-.312-2.357.721-2.828m.137.63c-.357.548-.213 1.277-.199 1.899-.009.36.294.772.671.528.324-.586.199-1.297.181-1.937.019-.33-.329-.804-.653-.49zM8.35 4.59c.805-.004 1.61-.003 2.417-.001.001.119.006.356.009.475-.763.883-1.19 2.01-1.274 3.168l-.679-.018a5.744 5.744 0 0 1 1.11-2.968c-.53 0-1.061.003-1.591-.009l.008-.646zM14.25 5.565c.299.003.599.006.898.017.199.606.414 1.206.637 1.805.243-.599.445-1.212.668-1.817l.88-.003c.001.885.003 1.77-.001 2.655-.2.001-.401.001-.601.003-.005-.57.001-1.139-.018-1.71-.213.566-.417 1.135-.627 1.703-.201.003-.404.004-.605.006-.209-.554-.395-1.117-.595-1.675-.028.555-.022 1.111-.022 1.667l-.613.008c-.003-.886-.001-1.774-.001-2.661zM1.901 9.325c.061-.279.129-.556.205-.831 1.108.009 2.217-.005 3.325.004.618-.03 1.044.49 1.446.881.854.952 1.792 1.827 2.631 2.792.555.692.086 1.575-.036 2.332-.106.705-.399 1.427-1.067 1.77-.129-1.117-1.043-2.128-2.212-2.124-1.196-.053-2.19.963-2.29 2.124-.459.004-.917.005-1.375.008-.587-1.249-.945-2.615-.966-3.999 1.463.008 2.925.032 4.388.035.564.065.917-.63.636-1.09-.317-.61-.434-1.41-.996-1.843-1.219-.141-2.461-.018-3.689-.059zM18.781 11.817c1.192-.968 1.996-2.355 3.168-3.348l.12.004c.221.137.225.425.316.644-.63.701-1.294 1.369-1.916 2.075-.386.381.133.849.51.956.581.072 1.169.01 1.752.034.006 1.387-.414 2.728-.929 4.001-.948.01-1.897 0-2.844-.004-.125-1.142-1.126-2.164-2.316-2.077-.902-.006-1.641.644-2.034 1.41-.502-.137-1.068-.455-1.066-1.049.004-.603-.203-1.559.538-1.806 1.548-.364 3.172-.41 4.701-.839z"/><path fill="#1f1a17" d="M5.596 14.649c.932-.346 2.039.281 2.289 1.227.277.894-.281 1.912-1.161 2.199-.892.317-1.966-.191-2.27-1.09-.381-.92.204-2.052 1.142-2.335m.265.523c-.585.128-1.008.728-.923 1.323.039.751.907 1.31 1.608 1.026.635-.194 1.005-.972.747-1.585a1.23 1.23 0 0 0-1.432-.764zM16.045 14.637c1.241-.557 2.733.69 2.431 2.008-.188 1.259-1.832 1.933-2.839 1.137-1.147-.754-.897-2.71.408-3.145m.249.505c-.836.217-1.138 1.386-.528 1.992.601.717 1.921.382 2.093-.543.249-.877-.706-1.786-1.565-1.449z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--minimum-safe-distance--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.966 0h2.038c4.16.39 8.058 2.993 9.824 6.809.649 1.308.96 2.744 1.172 4.18v2c-.39 4.069-2.873 7.901-6.566 9.713-1.363.728-2.885 1.064-4.4 1.298h-2.036c-2.762-.316-5.454-1.464-7.426-3.45-2.054-1.981-3.25-4.722-3.571-7.536v-2.011C.18 9.864.373 8.717.812 7.644 2.094 4.271 4.994 1.567 8.451.529 9.268.263 10.125.163 10.966 0m.001 2.339a9.707 9.707 0 0 0-6.252 3.217c-2.689 2.968-3.2 7.638-1.234 11.124 1.738 3.25 5.453 5.293 9.13 5.011 3.698-.18 7.139-2.699 8.443-6.162 1.099-2.803.809-6.114-.799-8.665-1.891-3.13-5.66-4.949-9.288-4.525z"/><path fill="#fff" d="M10.967 2.339c3.628-.424 7.397 1.396 9.288 4.525 1.608 2.551 1.898 5.862.799 8.665-1.304 3.463-4.745 5.982-8.443 6.162-3.677.282-7.392-1.762-9.13-5.011-1.967-3.486-1.456-8.156 1.234-11.124a9.703 9.703 0 0 1 6.252-3.217m-.45 2.289c-.558.76-.778 1.741-.526 2.658.344.371.872-.005.757-.468.835.005 1.669.006 2.503-.001-.118.463.416.842.755.468.131-.618.178-1.285-.103-1.871-.233-.544-.57-1.33-1.298-1.194-.685.115-1.644-.306-2.088.408m-1.389-.219C8.624 5.458 8.13 6.51 7.632 7.561l.389.196c.498-1.055 1.001-2.106 1.495-3.161l-.388-.187m5.355.187c.496 1.055.998 2.107 1.496 3.16l.389-.194c-.498-1.051-.994-2.104-1.496-3.152l-.389.187M5.694 11.5l.389.199c.494-1.055 1-2.105 1.493-3.161l-.389-.181c-.504 1.044-.996 2.095-1.493 3.143m10.73-2.961c.492 1.055.998 2.105 1.493 3.16l.389-.199c-.497-1.048-.989-2.099-1.493-3.143l-.389.182m-7.406 2.649c.421-.077.851-.106 1.267-.202.599-.4 1.133-.889 1.715-1.312.462.352.919.712 1.373 1.074.426.419 1.074.298 1.609.439A314.42 314.42 0 0 0 12 9.019a314.42 314.42 0 0 0-2.982 2.168m-5.393 4.381c.13.067.258.136.388.204.502-1.054.997-2.112 1.499-3.166l-.391-.187c-.504 1.046-.991 2.101-1.495 3.149m14.861-2.962c.503 1.055.997 2.112 1.5 3.166l.386-.204c-.504-1.048-.99-2.102-1.495-3.148-.131.061-.26.124-.391.186m-9.083 1.357c-.772.862-1.22 1.966-1.481 3.079-.18.746.108 1.482.07 2.232.079.536.752.582 1.163.436.432-.2.332-.743.348-1.128 1.663.052 3.33.052 4.993 0 .017.385-.086.928.347 1.128.39.127.997.121 1.145-.353.067-.45.002-.916.137-1.358.071-1.19-.421-2.347-1.015-3.355-.312-.462-.676-1.049-1.303-1.06a62.725 62.725 0 0 0-3.497-.007 1.155 1.155 0 0 0-.906.386z"/><path fill="#fff" d="M10.932 4.42a27.194 27.194 0 0 1 2.137 0c.224.36.442.722.642 1.097-1.141-.002-2.281-.002-3.422-.001.2-.373.419-.737.643-1.096zM9.917 14c1.34-.164 2.735-.096 4.09-.037.588.576.941 1.399 1.339 2.124a292.62 292.62 0 0 0-6.691.001c.367-.722.762-1.456 1.262-2.088zM8.219 16.979c.439-.019.88-.022 1.318.016l-.024.422c-.437.006-.872.008-1.308-.019l.014-.419zM14.464 16.994c.439-.038.88-.035 1.319-.016l.014.42c-.436.026-.871.024-1.308.018a56.337 56.337 0 0 0-.025-.422z"/><path fill="#fff" d="M11.132 17.114a29.552 29.552 0 0 1 1.736 0c.006.229.014.458.019.688.52-.002 1.038-.004 1.556 0 .016-.074.047-.223.061-.299.432-.007.863-.011 1.294.006l-.014.413c-2.522.011-5.046.01-7.568 0a56.985 56.985 0 0 1-.016-.413c.431-.018.863-.013 1.294-.005l.062.298a89.45 89.45 0 0 1 1.554.001c.006-.23.014-.46.022-.689z"/><path d="M10.517 4.628c.444-.714 1.403-.293 2.088-.408.728-.136 1.066.65 1.298 1.194.281.586.234 1.253.103 1.871-.338.374-.872-.005-.755-.468-.834.007-1.668.006-2.503.001.115.463-.413.839-.757.468-.252-.917-.032-1.898.526-2.658m.415-.208a19.03 19.03 0 0 0-.643 1.096c1.141-.001 2.281-.001 3.422.001-.2-.374-.418-.737-.642-1.097a27.194 27.194 0 0 0-2.137 0m-.888 1.556l.001.506c1.303-.016 2.606-.016 3.91 0l.002-.506a75.04 75.04 0 0 0-.671 0l-.006.414-.822.001a49.734 49.734 0 0 1-.046-.356h-.824l-.046.356-.823-.001-.005-.414a75.04 75.04 0 0 0-.671 0zM9.128 4.409l.388.187c-.494 1.055-.997 2.106-1.495 3.161a70.82 70.82 0 0 0-.389-.196c.498-1.051.992-2.104 1.496-3.152zM14.483 4.596l.389-.187c.503 1.049.998 2.101 1.496 3.152l-.389.194c-.498-1.052-1.001-2.105-1.496-3.16zM5.694 11.5c.497-1.048.989-2.099 1.493-3.143l.389.181c-.493 1.056-.998 2.106-1.493 3.161l-.389-.199zM16.424 8.539c.128-.061.259-.122.389-.182.504 1.044.996 2.095 1.493 3.143l-.389.199c-.494-1.055-1.001-2.105-1.493-3.16zM9.018 11.188A314.42 314.42 0 0 1 12 9.02c.998.716 1.992 1.44 2.982 2.168-.535-.142-1.183-.02-1.609-.439A79.099 79.099 0 0 0 12 9.675c-.582.422-1.116.912-1.715 1.312-.416.096-.846.125-1.267.202zM3.625 15.568c.504-1.048.991-2.102 1.495-3.149l.391.187c-.502 1.054-.997 2.112-1.499 3.166-.13-.068-.258-.137-.388-.204zM18.487 12.606c.131-.062.26-.125.391-.186.505 1.045.991 2.1 1.495 3.148l-.386.204c-.503-1.054-.997-2.111-1.5-3.166zM9.404 13.963c.227-.258.563-.398.906-.386a62.725 62.725 0 0 1 3.497.007c.628.011.991.598 1.303 1.06.594 1.008 1.086 2.165 1.015 3.355-.134.443-.07.908-.137 1.358-.148.474-.755.48-1.145.353-.433-.2-.33-.743-.347-1.128-1.663.052-3.33.052-4.993 0-.016.385.084.928-.348 1.128-.41.146-1.084.101-1.163-.436.038-.75-.25-1.486-.07-2.232.26-1.114.709-2.218 1.481-3.079m.514.037c-.5.632-.895 1.366-1.262 2.088 2.23-.026 4.462-.026 6.691-.001-.398-.725-.751-1.548-1.339-2.124-1.355-.059-2.749-.127-4.09.037m-1.698 2.979l-.014.419c.436.028.871.025 1.308.019l.024-.422a10.348 10.348 0 0 0-1.318-.016m6.245.015l.025.422c.437.006.872.008 1.308-.018l-.014-.42c-.439-.019-.88-.023-1.319.016m-3.332.12c-.007.229-.016.458-.022.689a89.45 89.45 0 0 0-1.554-.001 26.112 26.112 0 0 1-.062-.298 21.472 21.472 0 0 0-1.294.005l.016.413c2.522.01 5.046.011 7.568 0l.014-.413a23.257 23.257 0 0 0-1.294-.006c-.014.076-.046.224-.061.299-.518-.004-1.037-.002-1.556 0-.005-.229-.013-.458-.019-.688a29.552 29.552 0 0 0-1.736 0z"/><path fill="#eee" d="M10.044 5.976h.671l.005.414.823.001.046-.356h.824l.046.356.822-.001.006-.414h.671l-.002.506a159.257 159.257 0 0 0-3.91 0l-.001-.506z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--mopeds-and-bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.658 0h2.689c2.904.409 5.71 1.759 7.638 4.001-.018.289.157.619.488.581.215.269.416.548.601.838-.111.226.064.473.294.518l.058.104c.108.458.295.902.628 1.245l.039.09c.375 1.537.898 3.077.824 4.69.075 1.006-.236 1.976-.277 2.973-.97 3.951-4.153 7.238-8.031 8.431-.738.254-1.516.342-2.271.529h-2.66c-4.416-.544-8.442-3.596-9.95-7.812-.367-.917-.513-1.894-.727-2.851v-2.658C.543 6.296 3.547 2.296 7.719.763 8.662.376 9.67.219 10.659.001m-.97 3.912c-.413.843-.732 1.731-1.103 2.594L8.212 6.5a72.284 72.284 0 0 1-.121-.441 4.167 4.167 0 0 0-.939.092l.113.445c-.719.33-1.311.986-1.393 1.797-.189 1.192.78 2.4 1.983 2.477 1.158.14 2.295-.792 2.397-1.95.115-.841-.334-1.656-1.011-2.131.098-.257.206-.511.321-.761.544.825 1.04 1.68 1.562 2.521.492.876 1.639.351 2.439.514.201 1.112 1.309 1.969 2.441 1.802 1.25-.113 2.198-1.439 1.894-2.658-.223-1.178-1.523-1.987-2.681-1.669-.862.189-1.482.94-1.68 1.777-.543.003-1.085-.003-1.628.004a8.488 8.488 0 0 1-.454-.616c.126-.511.412-.989.46-1.511a8.91 8.91 0 0 0-.611-.984c-.443-.098-.911-.022-1.363-.063.109-.302.241-.594.384-.881a9.4 9.4 0 0 0 1.007-.017 90.319 90.319 0 0 1-.012-.736c-.546.03-1.31-.185-1.634.403m3.865 1.265c-.434.05-.168.504-.038.72.201.282.289.864.748.77.805-.825 2.041-.481 3.066-.644a22.83 22.83 0 0 0-.033-.867c-1.247.014-2.497-.029-3.743.021m-3.742 6.856c-.355.852-.627 1.739-.939 2.609-1.018-.226-2.168.181-2.686 1.115-.692 1.123-.211 2.745.981 3.309 1.163.633 2.757.042 3.242-1.186.505-1.099-.021-2.417-1.015-3.037.064-.169.13-.337.195-.506.876.956 1.702 1.957 2.593 2.9.353-.008.707-.004 1.061-.009.201 1.13 1.176 2.114 2.365 2.093 1.436.066 2.666-1.391 2.358-2.797-.207-1.364-1.715-2.243-3.019-1.857a24.83 24.83 0 0 1-.614-1.313c.088-.197.177-.391.268-.585l.601-.026v-.446c-.732.024-1.478-.076-2.201.055-.247.581.658.363.973.408l-.19.376c-1.256.008-2.513.005-3.77.001.047-.727.643-.993 1.3-.847.009-.194.005-.39-.022-.582-.484.073-1.184-.195-1.479.327z"/><path fill="#0e518d" d="M6.628 8.967C6.397 8 7.309 7.084 8.273 7.203c-.169.542-.46 1.039-.602 1.588.042.351.517.33.656.058.253-.431.392-.919.622-1.364.745.574.775 1.819-.013 2.367-.803.65-2.148.136-2.307-.885zM14.308 8.316c.226-.862 1.262-1.37 2.067-.96.927.392 1.117 1.773.346 2.412-.767.738-2.132.3-2.41-.706.515-.033 1.035.012 1.55-.028.341-.031.452-.624.077-.686-.54-.063-1.087-.004-1.63-.033zM9.82 13.734c1.228-.014 2.456-.005 3.684-.005-.424.905-.82 1.824-1.285 2.708a219.36 219.36 0 0 1-2.399-2.703zM12.782 16.656c.399-.875.809-1.744 1.225-2.611.144.281.282.565.407.856a2.645 2.645 0 0 0-1.151 1.756l-.48-.001zM6.509 16.476c.227-.922 1.239-1.477 2.149-1.272-.197.653-.489 1.275-.643 1.942a.647.647 0 0 0 .479.159c.278-.606.45-1.252.703-1.87 1.184.724 1.016 2.696-.298 3.171-1.293.602-2.835-.779-2.391-2.13zM15.196 15.203c.914-.203 1.928.354 2.157 1.279.306 1.002-.455 2.14-1.496 2.24-.926.143-1.853-.563-1.988-1.483.622-.029 1.247.034 1.868-.033.206-.016.25-.274.169-.428-.209-.538-.493-1.041-.71-1.575z"/><path fill="#0e518d" d="M13.856 16.649c.114-.489.4-.918.804-1.213.201.401.388.808.57 1.217-.459.007-.917.007-1.374-.004z"/><path fill="#f7fbf5" d="M9.689 3.913c.324-.588 1.089-.372 1.634-.403l.012.736a9.4 9.4 0 0 1-1.007.017c-.143.287-.275.58-.384.881.451.041.919-.035 1.363.063.224.315.43.643.611.984-.049.522-.334.999-.46 1.511.14.212.294.417.454.616.543-.007 1.085-.001 1.628-.004.198-.837.818-1.588 1.68-1.777 1.158-.317 2.458.492 2.681 1.67.304 1.22-.644 2.546-1.894 2.658-1.132.167-2.24-.69-2.441-1.802-.8-.163-1.948.362-2.439-.514-.522-.841-1.018-1.696-1.562-2.521-.115.249-.223.504-.321.761.677.475 1.127 1.29 1.011 2.131-.102 1.158-1.239 2.09-2.397 1.95-1.203-.077-2.172-1.285-1.983-2.477.081-.81.674-1.466 1.393-1.797l-.113-.445c.308-.07.623-.093.939-.092.039.147.08.294.121.441l.374.007c.371-.863.69-1.751 1.103-2.594M6.628 8.967c.159 1.022 1.504 1.536 2.307.885.788-.548.758-1.793.013-2.367-.229.445-.369.932-.622 1.364-.139.273-.614.294-.656-.058.142-.55.433-1.047.602-1.588-.964-.119-1.875.797-1.645 1.764m7.681-.651c.543.029 1.09-.03 1.63.033.375.062.264.654-.077.686-.515.039-1.035-.005-1.55.028.278 1.006 1.643 1.444 2.41.706.771-.639.581-2.02-.346-2.412-.805-.41-1.841.098-2.067.96zM20.985 4.001c.186.173.348.37.488.581-.33.038-.506-.292-.488-.581z"/><path fill="#f7fbf5" d="M13.551 5.179c1.246-.05 2.496-.007 3.743-.021.016.289.028.578.033.867-1.026.163-2.261-.181-3.066.644-.459.094-.547-.488-.748-.77-.13-.216-.396-.67.038-.72zM22.073 5.42c.126.155.231.327.294.518-.23-.045-.405-.292-.294-.518zM22.425 6.042c.258.388.455.812.628 1.245-.333-.342-.521-.787-.628-1.245zM23.092 7.377c.489 1.056.683 2.209.908 3.34v2.534c-.146.59-.197 1.201-.361 1.789.041-.997.351-1.967.277-2.973.075-1.613-.449-3.153-.824-4.69zM9.809 12.035c.295-.522.995-.253 1.479-.327.028.193.031.388.022.582-.657-.146-1.252.121-1.3.847 1.258.004 2.514.007 3.77-.001.063-.126.126-.252.19-.376-.315-.045-1.22.173-.973-.408.723-.131 1.469-.031 2.201-.055v.446l-.601.026c-.09.194-.18.388-.268.585.193.442.395.881.614 1.313 1.304-.386 2.812.493 3.019 1.857.308 1.406-.922 2.863-2.358 2.797-1.188.021-2.164-.963-2.365-2.093-.354.005-.708.001-1.061.009-.89-.943-1.717-1.944-2.593-2.9-.066.169-.131.337-.195.506.994.62 1.52 1.938 1.015 3.037-.485 1.228-2.079 1.819-3.242 1.186-1.192-.564-1.673-2.186-.981-3.309.518-.934 1.668-1.34 2.686-1.115.312-.87.584-1.756.939-2.609m.013 1.701c.79.91 1.593 1.806 2.399 2.703.466-.884.862-1.803 1.285-2.708-1.228 0-2.456-.009-3.684.005m2.962 2.922l.48.001a2.648 2.648 0 0 1 1.151-1.756 13.147 13.147 0 0 0-.407-.856c-.416.867-.826 1.736-1.225 2.611m-6.272-.18c-.445 1.351 1.098 2.732 2.391 2.13 1.314-.475 1.482-2.447.298-3.171-.253.618-.425 1.264-.703 1.87a.639.639 0 0 1-.479-.159c.153-.668.446-1.289.643-1.942-.91-.205-1.923.35-2.149 1.272m8.686-1.273c.216.534.501 1.037.71 1.575.081.153.037.412-.169.428-.62.067-1.246.004-1.868.033.135.921 1.062 1.626 1.988 1.483 1.041-.1 1.802-1.238 1.496-2.24-.23-.925-1.243-1.482-2.157-1.279m-1.34 1.446c.458.01.915.01 1.374.004-.182-.409-.37-.816-.57-1.217-.404.295-.69.724-.804 1.213z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--motorcycles-and-bicycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2b3f73" d="M10.76 0h2.467c1.449.232 2.894.586 4.201 1.271 3.599 1.775 6.059 5.448 6.572 9.401v1.057c-8 0-16-.005-24 .003v-.964c.465-3.994 2.95-7.706 6.572-9.495C7.875.588 9.317.236 10.76.001m1.676 1.205c-.422.325-.255.916-.24 1.369.169.132.67.41.245.564-.559.164-.525.774-.72 1.214-.479.283-1.12.311-1.608.021-.401.363-.475.923-.67 1.4-.486-.195-.908.014-.907.575.2.085.401.168.604.249l-.221.592c-.886-.179-2.112.323-2.077 1.363-.301 1.055.56 2.24 1.672 2.183.897-.046 1.547-.854 1.621-1.711 1.126.427 2.363.129 3.537.218.17 1.045 1.35 1.832 2.354 1.363.657-.228.879-.926 1.239-1.448.058-.76-.414-1.392-.982-1.839.235-.279.582-.315.923-.271l-.012-.302-.915-.009c-.128-.169-.159-.495-.425-.49-.716-.049-1.435.003-2.152-.025-.339-.716-.338-1.515-.055-2.248.225-.502-.222-.877-.43-1.28.11-.372.401-.717.31-1.126-.093-.459-.738-.67-1.09-.363z"/><path fill="#2b3f73" d="M9.809 5.843c.152-1.003 1.205-.711 1.945-.73.111.201.222.405.332.608-.543.81-1.523.173-2.276.123zM9.178 7.333c.023-.081.068-.244.092-.325l.446.221c-.001.124-.001.37-.003.494-.178-.13-.357-.259-.535-.39zM12.008 7.568l.884.239c.026.188.05.378.074.566l-.388.479-.499-.006c-.025-.426-.048-.852-.07-1.277zM7.295 9.031c-.021-.739.695-1.253 1.392-1.209-.163.516-.365 1.021-.481 1.551.565-.214.501-.97.773-1.432.685.466.862 1.559.125 2.063-.716.606-1.857-.083-1.809-.973zM0 12.159c8 0 16 .006 24-.003v1.159c-.501 3.994-3.018 7.692-6.657 9.459-1.254.65-2.639.973-4.019 1.226h-2.625c-4.001-.494-7.706-3.008-9.47-6.657-.653-1.257-.973-2.643-1.23-4.025v-1.16m9.951 2.307c-.347.235-.156.653 0 .937-.166.467-.369.92-.585 1.365-1.375-.548-3.003.597-2.941 2.074-.026 1.654 2.187 2.72 3.439 1.592 1.268-.863.956-2.857-.31-3.564l.232-.486c.675.65 1.337 1.315 2.014 1.965-.175.555.059 1.12.671 1.219l.101.289c.215.003.431.008.646.013-.879-.023-.363-.551-.034-.942l.423.006c.115 1.103 1.154 2.025 2.268 1.966 1.297-.008 2.453-1.381 2.014-2.665-.329-1.352-1.995-1.994-3.19-1.328a299.71 299.71 0 0 0-.61-.934l.241-.435c.143.004.288.006.432.009l.147-.326-.2-.25c-.381.053-.77.054-1.143.154.014.268.325.339.502.486l-.164.244c-1.299.006-2.597.001-3.895.004.077-.2.157-.4.237-.6l-.372-.352c.35-.597 1.147-.175 1.68-.452-.52-.105-1.103-.197-1.606.01z"/><path fill="#2b3f73" d="M9.817 16.107c1.321-.026 2.644-.009 3.965-.01-.39.681-.717 1.399-1.146 2.057-.253-.031-.301-.299-.41-.483a52.09 52.09 0 0 0-.559.006c.25.142.59.25.528.615-.903-.592-1.592-1.452-2.378-2.186zM6.645 18.561c.12-1.214 1.479-2.055 2.622-1.613-.28.666-.657 1.292-.857 1.988.557-.484.689-1.267 1.061-1.88.546.381 1.001.956 1.009 1.649.101.987-.752 1.874-1.703 1.981-1.156.163-2.35-.942-2.132-2.125zM14.817 17.066c1.089-.587 2.604.005 2.892 1.236.396 1.209-.743 2.484-1.966 2.399-.972-.013-1.814-.818-1.954-1.766.741-.012 1.48-.001 2.221-.013-.401-.615-.81-1.227-1.192-1.855z"/><path fill="#2b3f73" d="M13.803 18.694c.112-.57.386-1.094.804-1.501.347.494.671 1.003.999 1.51-.601-.003-1.203.003-1.803-.009z"/><path fill="#fff" d="M12.436 1.206c.352-.307.997-.097 1.09.363.092.409-.2.755-.31 1.126.208.403.654.778.43 1.28-.283.733-.284 1.532.055 2.248.717.027 1.436-.025 2.152.025.266-.005.297.321.425.49l.915.009.012.302c-.341-.044-.688-.008-.923.271.568.446 1.04 1.079.982 1.839-.36.521-.582 1.219-1.239 1.448-1.004.47-2.183-.317-2.354-1.363-1.174-.089-2.41.209-3.537-.218-.074.857-.724 1.665-1.621 1.711-1.112.057-1.973-1.128-1.672-2.183-.035-1.04 1.191-1.542 2.077-1.363l.221-.592a29.387 29.387 0 0 1-.604-.249c-.001-.561.421-.77.907-.575.195-.477.268-1.037.67-1.4.488.29 1.129.262 1.608-.021.195-.44.161-1.05.72-1.214.425-.154-.076-.432-.245-.564-.015-.453-.182-1.044.24-1.369M9.809 5.843c.754.05 1.733.688 2.276-.123l-.332-.608c-.739.019-1.792-.272-1.945.73m-.63 1.491c.178.13.357.259.535.39.001-.124.001-.37.003-.494l-.446-.221c-.023.081-.068.244-.092.325m1.427.636c.244.194.499.374.77.528a24.804 24.804 0 0 0-.157-1.008l-.581-.072c-.012.185-.022.369-.032.552m1.403-.401c.022.426.045.852.07 1.277.166.003.333.005.499.006l.388-.479a36.512 36.512 0 0 0-.074-.566l-.884-.239M7.295 9.031c-.048.89 1.093 1.579 1.809.973.737-.505.56-1.597-.125-2.063-.272.462-.208 1.218-.773 1.432.116-.53.319-1.035.481-1.551-.697-.044-1.413.47-1.392 1.209m7.751-1.195c.16.315.332.625.525.919.183.115.338.265.445.455-.618.053-1.237.023-1.855.044.204.597.783 1.114 1.452.959.805-.126 1.24-1.164.765-1.827-.267-.47-.84-.557-1.332-.55m-.885 1.003c.382.012.764.013 1.146.009-.174-.299-.35-.597-.533-.892a3.017 3.017 0 0 0-.613.883zM9.95 14.465c.503-.208 1.086-.115 1.606-.01-.533.276-1.33-.146-1.68.452.123.117.246.235.372.352-.08.2-.16.4-.237.6 1.298-.003 2.596.003 3.895-.004l.164-.244c-.177-.147-.488-.218-.502-.486.373-.099.763-.101 1.143-.154l.2.25-.147.326c-.145-.003-.289-.005-.432-.009l-.241.435c.204.311.408.622.61.934 1.195-.666 2.861-.025 3.19 1.328.439 1.284-.717 2.657-2.014 2.665-1.115.058-2.154-.863-2.268-1.966a30.044 30.044 0 0 0-.423-.006c-.329.391-.845.919.034.942-.215-.005-.431-.01-.646-.013l-.101-.289c-.612-.099-.846-.665-.671-1.219-.677-.65-1.339-1.315-2.014-1.965l-.232.486c1.266.707 1.578 2.701.31 3.564-1.252 1.128-3.465.062-3.439-1.592-.062-1.476 1.565-2.622 2.941-2.074.215-.445.418-.898.585-1.365-.156-.284-.347-.702 0-.937m-.136 1.641c.786.734 1.475 1.594 2.378 2.186.062-.365-.277-.474-.528-.615.186-.004.373-.005.559-.006.11.183.157.452.41.483.428-.658.756-1.375 1.146-2.057-1.321.001-2.644-.015-3.965.01m4.152.082c-.37.668-.728 1.345-1.095 2.015.101.169.2.339.298.51.143-.001.286-.003.431-.003.106-.653.414-1.254.921-1.685l-.555-.837m-7.324 2.371c-.218 1.183.975 2.288 2.132 2.125.951-.107 1.804-.994 1.703-1.981-.008-.693-.463-1.268-1.009-1.649-.372.613-.503 1.396-1.061 1.88.2-.697.577-1.323.857-1.988-1.143-.443-2.502.399-2.622 1.613m8.172-1.495c.382.628.791 1.24 1.192 1.855-.741.012-1.48.001-2.221.013.139.948.982 1.754 1.954 1.766 1.223.085 2.363-1.19 1.966-2.399-.288-1.231-1.803-1.823-2.892-1.236m-1.013 1.629c.6.012 1.201.006 1.803.009-.328-.507-.652-1.015-.999-1.51-.418.406-.692.93-.804 1.501z"/><path fill="#2e4276" d="M10.605 7.969l.032-.552.581.072c.059.335.112.671.157 1.008a6.03 6.03 0 0 1-.77-.528z"/><path fill="#2c4073" d="M15.046 7.836c.492-.008 1.065.08 1.332.55.475.663.04 1.701-.765 1.827-.668.155-1.248-.361-1.452-.959.618-.021 1.237.009 1.855-.044a1.268 1.268 0 0 0-.445-.455 9.357 9.357 0 0 1-.525-.919z"/><path fill="#2f4376" d="M14.161 8.839a3.03 3.03 0 0 1 .613-.883c.183.294.359.592.533.892-.382.004-.764.003-1.146-.009z"/><path fill="#fffffe" d="M0 11.732c8-.008 16-.003 24-.003v.427c-8 .009-16 .003-24 .003v-.427z"/><path fill="#2c4074" d="M13.969 16.19c.185.279.369.559.555.837-.507.431-.815 1.032-.921 1.685-.145 0-.288.001-.431.003-.098-.17-.197-.341-.298-.51.368-.671.725-1.347 1.095-2.015z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--motorcycles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M10.688 0h2.597c4.667.535 8.876 3.926 10.209 8.456.229.73.347 1.485.506 2.231v2.597c-.535 4.667-3.925 8.876-8.456 10.209-.728.229-1.485.348-2.231.506h-2.599c-4.666-.536-8.875-3.926-10.208-8.456-.229-.73-.348-1.485-.506-2.231v-2.597c.152-.756.274-1.521.506-2.259C1.836 3.933 6.033.551 10.687 0M8.611 4.77c.485-.056 1.646-.038 1.144.731-.351.047-.812-.126-1.083.154-.063.339-.032.684-.03 1.024.165-.004.329-.005.494-.004.605-.876 1.79-1.182 2.757-.75.491-1.258-.699-2.614-1.99-2.452-.702.034-1.147.668-1.291 1.297m1.046 2.285c-.955 1.323-1.643 2.817-2.495 4.208.523.092 1.138.045 1.47-.427.61-.893 1.105-1.86 1.679-2.777 1.142.672 2.271 1.367 3.407 2.052.347-.568.69-1.138 1.027-1.712-1.125-.717-2.196-1.585-3.488-1.984-.613-.211-1.248.139-1.6.64M7.707 8.541c-.813.613-1.572 1.297-2.393 1.898-.391.059-.789.026-1.182.032a5.252 5.252 0 0 0-.019 1.76c.385-.185.784-.34 1.195-.464-.003.187-.001.372.005.557-1.003.48-2.041 1.186-2.329 2.327-.557 2.213 1.902 4.519 4.073 3.789 1.086-.362 1.728-1.399 2.16-2.396l.453.004a6.736 6.736 0 0 1-.494 1.267c2.048.003 4.095 0 6.143 0 .542.547 1.182 1.052 1.961 1.181 1.484.309 3.045-.679 3.538-2.083.583-1.529-.318-3.42-1.846-3.977-1.727-.734-3.937.446-4.216 2.316-.036.643-.422 1.292-1.126 1.321-1.45-1.511-2.916-3.009-4.368-4.519-.915-.015-1.829.004-2.746-.012.219-1.088 1.134-1.872 1.507-2.906l-.317-.095m6.444 1.928c-1.053.012-2.108-.025-3.161.014-.687.03-1.035.95-.573 1.445a354.682 354.682 0 0 0 3.553 3.704c.402-.398.594-1.078.213-1.554-.646-.757-1.377-1.439-2.05-2.171 1.306-.016 2.611.01 3.915-.011.928.032 1.572-1.193 1.011-1.935-.465-.609-1.203-.907-1.847-1.28-.359.592-.698 1.196-1.06 1.787z"/><path fill="#03559b" d="M4.146 15.629c-.192-1.332 1.125-2.515 2.434-2.205-.274.616-.538 1.252-1.051 1.713-.355.754.915 1.253 1.173.465-.133-.687.243-1.278.54-1.867 1.081.721 1.109 2.414.095 3.2-1.1.972-3.099.17-3.191-1.306zM17.103 13.503c1.288-.48 2.846.592 2.703 1.995-.027 1.389-1.724 2.357-2.918 1.625-1.168-.602-1.369-2.303-.422-3.198.329.533.768 1.035.817 1.688.14.617 1.151.465 1.174-.144.067-.418-.332-.616-.631-.79-.318-.339-.523-.764-.723-1.177z"/><path fill="#fff" d="M8.611 4.77c.144-.629.588-1.263 1.291-1.297 1.291-.162 2.481 1.195 1.99 2.452-.967-.432-2.152-.126-2.757.75-.165-.001-.329 0-.494.004-.001-.34-.033-.686.03-1.024.272-.28.732-.107 1.083-.154.502-.769-.658-.787-1.144-.731zM9.658 7.055c.352-.502.987-.852 1.6-.64 1.292.399 2.363 1.267 3.488 1.984-.337.573-.68 1.144-1.027 1.712-1.136-.684-2.264-1.38-3.407-2.052-.573.917-1.068 1.884-1.679 2.777-.332.472-.948.518-1.47.427.852-1.391 1.54-2.884 2.495-4.208z"/><path fill="#fff" d="M7.707 8.541l.317.095c-.373 1.034-1.288 1.819-1.507 2.906.916.016 1.831-.003 2.746.012 1.452 1.51 2.918 3.008 4.368 4.519.704-.029 1.09-.677 1.126-1.321.278-1.871 2.489-3.05 4.216-2.316 1.528.557 2.429 2.448 1.846 3.977-.494 1.404-2.054 2.392-3.538 2.083-.779-.129-1.419-.634-1.961-1.181-2.048 0-4.095.003-6.143 0 .208-.405.37-.831.494-1.267l-.453-.004c-.432.997-1.074 2.034-2.16 2.396-2.171.73-4.63-1.576-4.073-3.789.288-1.141 1.326-1.847 2.329-2.327-.007-.185-.008-.37-.005-.557-.41.123-.809.278-1.195.464a5.252 5.252 0 0 1 .019-1.76c.394-.005.791.027 1.182-.032.821-.601 1.58-1.285 2.393-1.898m-3.562 7.088c.092 1.476 2.091 2.278 3.191 1.306 1.015-.786.986-2.478-.095-3.2-.298.588-.673 1.179-.54 1.867-.258.789-1.528.289-1.173-.465.513-.461.776-1.097 1.051-1.713-1.31-.31-2.626.874-2.434 2.205m12.957-2.126c.2.413.405.838.723 1.177.299.174.698.372.631.79-.023.609-1.034.761-1.174.144-.049-.653-.488-1.155-.817-1.688-.946.896-.746 2.596.422 3.198 1.195.732 2.891-.236 2.918-1.625.143-1.403-1.415-2.475-2.703-1.995z"/><path fill="#fff" d="M14.15 10.469c.362-.591.701-1.195 1.06-1.787.645.373 1.382.671 1.847 1.28.561.742-.082 1.967-1.011 1.935-1.304.021-2.61-.005-3.915.011.673.732 1.404 1.414 2.05 2.171.381.476.189 1.156-.213 1.554a335.145 335.145 0 0 1-3.553-3.704c-.462-.495-.114-1.415.573-1.445 1.053-.038 2.108-.001 3.161-.014z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--motorcycles-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h10.943a13.126 13.126 0 0 0-6.542 2.657l.151.145c4.186-3.552 10.89-3.5 15.019.119l.149-.145C17.82 1.24 15.501.3 13.08 0H24v10.896a12.917 12.917 0 0 0-2.764-6.625l-.167.17c3.607 4.126 3.649 10.807.118 14.994.055.059.11.118.167.176 1.448-1.883 2.386-4.134 2.646-6.499V24H13.178a13.111 13.111 0 0 0 6.419-2.658l-.146-.146c-2.79 2.328-6.707 3.209-10.23 2.334-4.055-.935-7.463-4.182-8.602-8.183C-.487 11.683.338 7.488 2.798 4.551l-.14-.151A13.108 13.108 0 0 0 0 10.796V.001m11.197.403a11.598 11.598 0 0 0-6.865 2.851C1.643 5.577.136 9.183.384 12.729c.199 3.788 2.414 7.38 5.687 9.289 2.526 1.51 5.636 1.987 8.502 1.328 3.025-.674 5.732-2.627 7.339-5.274 1.543-2.497 2.069-5.59 1.459-8.459A11.63 11.63 0 0 0 11.197.403M2.77 4.414A9.236 9.236 0 0 0 4.414 2.77 5.007 5.007 0 0 0 2.77 4.414m18.075-.238l.264.066c-.388-.521-.832-1.022-1.4-1.35.277.509.812.806 1.136 1.284m-1.199 16.847l.148.143c.502-.503 1.085-.948 1.434-1.58-.611.376-.983 1.038-1.582 1.438z"/><path fill="#fff" d="M6.674 6.677c.932-.511 1.996-1.571 3.085-.787-.163.233-.26.646-.626.582-.596-.086-1.058.312-1.513.628.16.176.323.348.487.521-.035.696.778.704 1.127 1.146.866.946.978 2.43 2.114 3.163.527.42 1.41.592 1.84-.056.761-1.232 1.444-2.514 2.161-3.773-.474-.19-.967-.325-1.453-.476.065-.161.113-.33.2-.48.854-.08 1.717-.017 2.575-.044.409.337.39.755-.068 1.031.154.68.311 1.361.454 2.044 1.412-.268 2.866.481 3.67 1.63.376.502.355 1.172.69 1.697.211.336.22.74.191 1.123-.263.044-.527.083-.791.122-.427 1.705-2.234 2.854-3.96 2.576-1.244-.138-2.242-1.091-2.74-2.195-.899.149-1.928-.115-2.738.325.275.14.577.32.462.678-.545.031-1.091.018-1.637.014l-.073-.486.45-.041c.085-.253.172-.506.259-.76-.54-.542-.521-1.354-.163-1.991-.571-.397-1.085-.88-1.704-1.204.464.852.761 1.811.599 2.79l-.31.188c-.223.982-.842 1.884-1.75 2.345-1.458.773-3.448.332-4.404-1.025-.688-.911-.814-2.146-.469-3.217l-.199-.287c.474-.982 1.301-1.834 2.378-2.118.565-.184 1.172-.031 1.741-.151.064-.253.091-.514.126-.773-.208.017-.413.052-.622.061.001-.486-.127-1.02.138-1.463.259-.013.52-.026.779-.043-.374-.286-.841-.923-.306-1.295m.98 2.716l-.004.58c.419.33.835.661 1.261.98-.109-.346-.223-.69-.33-1.038-.361-.068-.656-.287-.928-.522m7.017 1.894c.384-.238.754-.497 1.124-.754-.07-.361-.138-.721-.214-1.08a42.825 42.825 0 0 0-.911 1.834M3.914 12.427c.424.302.852.598 1.272.906.218-.097.438-.192.659-.283.13-.548.269-1.094.39-1.644a2.688 2.688 0 0 0-2.321 1.021m13.76-1.014c-.052.296-.131.589-.288.848.006.235.016.47.026.706.462.028.821.289.937.745.515 0 1.03.001 1.546-.005-.138-1.156-1.027-2.19-2.221-2.294m-10.412.4c-.172.611-.331 1.224-.499 1.836.545 0 1.091.002 1.636-.016-.112-.734-.488-1.429-1.136-1.82m7.873 1.045c.515.064 1.032.113 1.548.167l-.011-.353c-.361-.155-.517-.5-.6-.862-.377.287-.696.64-.937 1.048m-11.615.223c-.47 1.369.378 3.028 1.838 3.283 1.363.365 2.836-.604 2.998-2.015a39.359 39.359 0 0 0-1.718.005c-.33.344-.946.539-1.296.113-.388-.703-1.182-.971-1.822-1.386m13.681 1.852c-.262.761-1.169.404-1.772.481.617.914 1.868 1.322 2.891.876.816-.314 1.35-1.092 1.541-1.922-.502-.006-1.007-.049-1.507.004-.353.248-.703.523-1.152.562zM0 13.19c.451 4.127 3.085 7.957 6.882 9.689 1.228.604 2.57.9 3.911 1.121H0V13.19z"/><path fill="#545454" d="M10.943 0h2.137c2.42.3 4.74 1.24 6.64 2.776l-.149.145C15.442-.698 8.737-.75 4.552 2.802l-.151-.145A13.13 13.13 0 0 1 10.943 0z"/><path fill="#092d78" d="M11.197.404a11.63 11.63 0 0 1 10.715 17.669c-1.607 2.647-4.314 4.6-7.339 5.274-2.866.659-5.976.181-8.502-1.328C2.799 20.11.583 16.518.384 12.73.136 9.184 1.643 5.578 4.332 3.256A11.598 11.598 0 0 1 11.197.405M6.674 6.677c-.535.372-.068 1.009.306 1.295-.259.017-.52.03-.779.043-.265.443-.137.977-.138 1.463.209-.01.414-.044.622-.061-.035.259-.062.52-.126.773-.569.12-1.176-.032-1.741.151-1.078.284-1.904 1.136-2.378 2.118l.199.287c-.344 1.072-.218 2.306.469 3.217.956 1.357 2.946 1.798 4.404 1.025.907-.461 1.526-1.363 1.75-2.345l.31-.188c.162-.979-.134-1.938-.599-2.79.619.324 1.133.806 1.704 1.204-.358.637-.377 1.448.163 1.991-.088.253-.174.506-.259.76-.15.013-.3.026-.45.041l.073.486c.546.004 1.092.017 1.637-.014.115-.358-.187-.538-.462-.678.81-.44 1.84-.176 2.738-.325.498 1.104 1.495 2.057 2.74 2.195 1.726.277 3.533-.871 3.96-2.576.264-.04.528-.078.791-.122.029-.383.02-.787-.191-1.123-.335-.524-.314-1.195-.69-1.697-.804-1.148-2.257-1.897-3.67-1.63-.143-.683-.3-1.363-.454-2.044.458-.276.478-.694.068-1.031-.858.028-1.721-.036-2.575.044-.088.15-.136.319-.2.48.486.151.979.287 1.453.476-.718 1.259-1.4 2.54-2.161 3.773-.43.648-1.313.476-1.84.056-1.136-.733-1.248-2.218-2.114-3.163-.349-.442-1.162-.45-1.127-1.146-.164-.173-.328-.344-.487-.521.455-.316.917-.714 1.513-.628.366.064.463-.349.626-.582-1.09-.784-2.153.276-3.085.787z"/><path fill="#092d78" d="M7.654 9.392c.271.235.566.454.928.522.107.348.221.692.33 1.038-.426-.319-.842-.65-1.261-.98l.004-.58zM14.67 11.286c.284-.62.596-1.228.911-1.834.076.359.144.719.214 1.08-.371.257-.74.516-1.124.754zM3.914 12.427a2.687 2.687 0 0 1 2.321-1.021c-.121.55-.26 1.096-.39 1.644-.221.091-.44.186-.659.283-.42-.308-.848-.604-1.272-.906zM17.674 11.413c1.194.104 2.083 1.139 2.221 2.294-.516.006-1.031.005-1.546.005-.116-.456-.475-.718-.937-.745-.011-.235-.02-.47-.026-.706.157-.259.236-.552.288-.848zM7.262 11.813c.648.391 1.025 1.086 1.136 1.82-.545.018-1.091.016-1.636.016.168-.612.328-1.225.499-1.836zM15.136 12.858c.241-.408.56-.761.937-1.048.083.361.239.707.6.862l.011.353c-.516-.054-1.033-.103-1.548-.167zM3.521 13.081c.64.415 1.434.683 1.822 1.386.35.426.966.232 1.296-.113a39.359 39.359 0 0 1 1.718-.005c-.162 1.411-1.634 2.38-2.998 2.015-1.46-.256-2.309-1.914-1.838-3.283zM17.202 14.933c.449-.038.799-.313 1.152-.562.5-.053 1.006-.01 1.507-.004-.191.83-.725 1.608-1.541 1.922-1.022.446-2.274.038-2.891-.876.604-.077 1.511.28 1.772-.481z"/><path fill="#515151" d="M2.77 4.414A5.007 5.007 0 0 1 4.414 2.77 9.236 9.236 0 0 1 2.77 4.414z"/><path fill="#535353" d="M20.845 4.176c-.324-.478-.859-.775-1.136-1.284.569.328 1.013.829 1.4 1.35l-.264-.066z"/><path fill="#8b8b8b" d="M21.07 4.441c.055-.058.11-.114.167-.17a12.926 12.926 0 0 1 2.764 6.625v2.216c-.26 2.365-1.198 4.616-2.646 6.499l-.167-.176c3.532-4.187 3.49-10.868-.118-14.994z"/><path fill="#4e4e4e" d="M2.658 4.399l.14.151C.338 7.488-.488 11.683.619 15.346c1.139 4.001 4.547 7.248 8.602 8.183 3.523.875 7.44-.006 10.23-2.334l.146.146a13.111 13.111 0 0 1-6.419 2.658h-2.386c-1.34-.221-2.683-.517-3.911-1.121C3.084 21.146.45 17.316-.001 13.189v-2.395a13.108 13.108 0 0 1 2.658-6.396zM19.646 21.023c.599-.4.971-1.062 1.582-1.438-.349.632-.932 1.078-1.434 1.58l-.148-.143z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-10--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.91 0h22.178c.445.103.809.467.912.912v22.174a1.24 1.24 0 0 1-.912.915H.913a1.239 1.239 0 0 1-.913-.91V.912C.103.468.466.105.91.001m.656.586C1.008.647.559 1.171.575 1.73v20.539c-.023.64.567 1.2 1.203 1.156 6.83-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.73a1.15 1.15 0 0 0-.67-1.053c-.255-.123-.543-.104-.817-.103H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M10.478 4.006c.514-.678 1.703-.593 2.082.184-.167.098-.335.196-.504.291-.201-.404-.789-.525-1.1-.18-.374.476-.377 1.235.001 1.71.331.393 1.108.193 1.073-.368-.18 0-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.116-.002-.002.413.037.869-.228 1.219-.472.645-1.582.55-1.994-.118-.405-.662-.386-1.588.095-2.207zM4.662 3.614c.181.001.362.001.543 0 .439.682.889 1.358 1.317 2.048-.005-.683.002-1.366-.004-2.048.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.701-.924-1.388-1.357-2.1.015.7.004 1.401.007 2.1h-.558c-.002-1.035.001-2.07-.001-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.381.002-.57-.002a1602.7 1602.7 0 0 1 0-3.101zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24h1.302c.025-.412.023-.828 0-1.24.187.002.373.001.559.001v3.102c-.183.004-.366.002-.549.003.009-.44 0-.88.005-1.32-.438-.029-.878-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.001-.871-.001a48.78 48.78 0 0 1 0-.541zM14.97 9.392c.794-.095 1.635-.005 2.34.395.683.379 1.185 1.024 1.501 1.729.484 1.075.619 2.269.63 3.437-.015 1.107-.144 2.233-.574 3.262-.297.715-.769 1.38-1.433 1.796-1.298.784-3.144.688-4.274-.36-1.123-1.076-1.447-2.703-1.524-4.196-.051-1.616.122-3.353 1.074-4.713a3.255 3.255 0 0 1 2.259-1.35m.239 1.798c-.495.084-.895.451-1.123.885-.376.709-.479 1.523-.528 2.314-.035.867-.001 1.747.216 2.59.14.512.354 1.035.768 1.388.619.534 1.666.449 2.182-.19.552-.668.697-1.564.778-2.401.068-1.242.063-2.565-.512-3.7-.315-.651-1.066-1.047-1.781-.885zM5.439 10.365c.288-.19.476-.495.59-.814H7.51v10.783H5.622l-.001-8.152-1.695-.001v-1.463c.519-.012 1.072-.051 1.514-.353z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h19.875c.274-.001.563-.02.817.103.407.178.677.61.67 1.053V22.27c.021.621-.534 1.176-1.155 1.155-6.83.002-13.661 0-20.491.001-.637.044-1.226-.516-1.203-1.156V1.731c-.016-.56.433-1.084.991-1.143m8.912 3.418c-.481.619-.501 1.545-.095 2.207.411.668 1.522.763 1.994.118.264-.351.225-.806.228-1.219-.372.005-.744.002-1.116.002l.001.525c.18.002.36.002.541.003.035.562-.742.762-1.073.368-.378-.474-.375-1.234-.001-1.71.311-.345.899-.224 1.1.18.169-.094.337-.193.504-.291-.379-.777-1.568-.862-2.082-.184m-5.817-.391c.002 1.035-.001 2.07.001 3.105h.558c-.003-.7.009-1.401-.007-2.1.433.712.906 1.4 1.357 2.1h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.365.004 2.048-.428-.69-.878-1.365-1.317-2.047-.181.001-.362.001-.543 0m3.689.001v3.101c.19.004.38.004.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.002c.006 1.035.002 2.071.002 3.106h.561c.002-.444 0-.887.001-1.331.439.006.879-.016 1.318.013-.005.44.004.88-.005 1.32.183-.001.366 0 .549-.003V3.615c-.186 0-.373.001-.559-.001.023.412.025.828 0 1.24h-1.302c-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.474-.016c-.002.18-.002.361 0 .541.29.002.581 0 .871.001l.001 2.578h.563V4.141l.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0M14.97 9.392a3.255 3.255 0 0 0-2.259 1.35c-.952 1.36-1.125 3.097-1.074 4.713.077 1.493.402 3.12 1.524 4.196 1.13 1.048 2.976 1.143 4.274.36.664-.416 1.136-1.081 1.433-1.796.43-1.029.56-2.155.574-3.262-.012-1.168-.147-2.362-.63-3.437-.315-.705-.817-1.35-1.501-1.729-.705-.4-1.546-.49-2.34-.395m-9.532.973c-.442.302-.995.341-1.514.353v1.463c.565.002 1.13 0 1.695.001l.001 8.152h1.888c.002-3.594.001-7.189 0-10.783a365.56 365.56 0 0 0-1.481 0c-.114.32-.301.624-.59.814z"/><path d="M15.208 11.19c.714-.162 1.466.234 1.781.885.575 1.134.58 2.458.512 3.7-.08.837-.225 1.733-.778 2.401-.516.639-1.563.725-2.182.19-.414-.352-.629-.875-.768-1.388-.217-.844-.251-1.724-.216-2.59.049-.791.152-1.605.528-2.314.228-.434.628-.8 1.123-.885z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-15--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.908 0H23.09c.443.105.805.466.91.91v22.178a1.24 1.24 0 0 1-.91.912H.911A1.243 1.243 0 0 1 0 23.092V.909A1.24 1.24 0 0 1 .908 0m.658.587C1.008.647.559 1.171.575 1.73v20.539c-.021.621.535 1.176 1.155 1.155h20.539c.621.021 1.176-.534 1.155-1.155V1.73a1.146 1.146 0 0 0-.639-1.038c-.247-.129-.532-.121-.802-.118H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M10.478 4.005c.514-.678 1.703-.593 2.082.185-.168.097-.335.196-.504.29-.209-.43-.855-.527-1.143-.13-.322.484-.324 1.2.045 1.659.331.393 1.108.193 1.073-.368-.18 0-.361 0-.541-.003v-.525c.372 0 .743.003 1.116-.002-.002.413.037.869-.228 1.219-.472.645-1.582.55-1.994-.117-.405-.662-.386-1.589.095-2.208zM4.661 3.614c.181.001.362.001.543 0 .44.682.888 1.358 1.317 2.046-.004-.683.002-1.365-.003-2.047.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.701-.923-1.388-1.356-2.1.015.699.003 1.4.006 2.1h-.557c-.004-1.035 0-2.07-.002-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.381.002-.57-.002a1602.7 1602.7 0 0 1 0-3.101zM13.74 3.612c.188.004.375.003.563 0 .003.413 0 .827.001 1.24.433.001.866-.001 1.299.001.031-.411.024-.828.003-1.241.187.002.373.001.56.001v3.102c-.183.004-.366.002-.549.003.009-.44 0-.88.005-1.32-.438-.029-.878-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.001-.872-.001a32.52 32.52 0 0 1 .001-.541zM6.422 9.55c.491-.003.982.005 1.474-.004.019 3.595.003 7.192.008 10.788h-1.89l-.001-8.152c-.565-.002-1.13.001-1.695-.001-.002-.488-.001-.975 0-1.463.516-.012 1.065-.051 1.505-.348.294-.188.483-.497.599-.819zM12.418 9.563h6.147v1.818l-4.4.001-.162 2.238c1.417-.751 3.411-.552 4.456.734.926 1.17 1.015 2.899.336 4.208-.391.743-1.07 1.313-1.846 1.622-.898.366-1.896.4-2.846.268-.837-.122-1.672-.413-2.325-.965.355-.495.711-.99 1.07-1.483a3.752 3.752 0 0 0 2.338.709c.814.01 1.692-.406 1.997-1.2.291-.759.182-1.8-.558-2.265-.86-.492-2.039-.26-2.683.485-.615-.265-1.235-.519-1.85-.783.106-1.795.211-3.591.325-5.386z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h19.921c.27-.004.555-.011.802.118.39.185.645.607.639 1.038V22.27c.021.621-.534 1.176-1.155 1.155H1.73c-.621.021-1.177-.534-1.155-1.155V1.731c-.016-.559.433-1.084.991-1.143m8.912 3.417c-.481.62-.501 1.546-.095 2.208.411.667 1.522.762 1.994.117.264-.351.225-.806.228-1.219-.372.005-.744.002-1.116.002v.525c.18.002.361.002.541.003.035.562-.742.762-1.073.368-.369-.459-.367-1.175-.045-1.659.288-.398.934-.3 1.143.13.17-.094.337-.193.504-.29-.379-.778-1.568-.863-2.082-.185m-5.816-.391c.003 1.035-.001 2.07.002 3.105h.557c-.003-.7.009-1.4-.006-2.1.433.711.905 1.399 1.356 2.1h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.682 0 1.365.003 2.047-.429-.689-.877-1.365-1.317-2.046-.181.001-.362.001-.543 0m3.691.001v3.101c.19.005.38.004.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.002c.006 1.035.002 2.071.002 3.106h.561c.002-.444 0-.887.001-1.331.439.006.879-.016 1.318.013-.005.44.004.88-.005 1.32.183-.001.366 0 .549-.003V3.615c-.187 0-.373.001-.56-.001.021.412.028.83-.003 1.241-.433-.002-.866 0-1.299-.001-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.475-.016c-.002.18-.002.361-.001.541.291.002.581 0 .872.001l.001 2.578h.563V4.141l.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0M6.422 9.55c-.116.322-.305.631-.599.819-.441.297-.99.336-1.505.348v1.463c.565.002 1.13 0 1.695.001l.001 8.152h1.89c-.005-3.596.011-7.192-.008-10.788-.491.009-.982.001-1.474.004m5.996.014c-.114 1.795-.219 3.591-.325 5.386.615.264 1.235.518 1.85.783.645-.745 1.823-.977 2.683-.485.74.465.849 1.506.558 2.265-.305.794-1.183 1.21-1.997 1.2a3.752 3.752 0 0 1-2.338-.709c-.359.493-.715.987-1.07 1.483.653.552 1.488.843 2.325.965.95.133 1.948.098 2.846-.268.776-.309 1.455-.879 1.846-1.622.68-1.309.591-3.038-.336-4.208-1.045-1.286-3.04-1.485-4.456-.734l.162-2.238 4.4-.001V9.562h-6.147z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.91 0h22.178c.445.103.808.467.912.912v22.174c-.102.446-.467.81-.912.914H.912a1.24 1.24 0 0 1-.913-.91V.911C.102.467.465.104.909 0m.657.587C1.008.647.559 1.171.575 1.73v20.539c-.023.64.567 1.2 1.203 1.156 6.831-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.73a1.148 1.148 0 0 0-.67-1.053c-.255-.122-.542-.104-.816-.103H2.063c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M10.478 4.005c.514-.678 1.703-.592 2.082.185-.167.098-.335.196-.504.291-.201-.404-.789-.525-1.1-.18-.374.476-.377 1.235.001 1.71.331.393 1.107.193 1.073-.368-.18-.001-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.116-.002-.002.413.037.869-.228 1.22-.472.644-1.582.549-1.993-.118-.406-.662-.386-1.589.095-2.208zM4.662 3.614c.181.001.362.001.543 0 .439.682.889 1.358 1.317 2.048-.004-.683.002-1.366-.004-2.048.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.701-.923-1.388-1.357-2.1.015.7.004 1.401.007 2.1h-.558l-.001-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.38.002-.57-.002-.002-1.034-.001-2.068 0-3.102zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24h1.302a9.329 9.329 0 0 0-.004-1.24c.188.002.376.001.564.001v3.102c-.183.004-.366.002-.549.003.009-.44 0-.88.005-1.32-.438-.028-.878-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0 .001.181.001.362 0 .543l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.001-.871-.001a48.96 48.96 0 0 1 0-.542zM2.998 11.714c.498-1.293 1.78-2.186 3.143-2.327 1.015-.109 2.112.071 2.928.72 1.34 1.041 1.504 3.218.437 4.507-.856 1.02-2.175 1.434-3.199 2.241-.546.418-1.017.971-1.204 1.645 1.729.001 3.458-.001 5.187.001.002.611.004 1.222 0 1.832-2.484.004-4.967.001-7.451.001-.005-.957.172-1.925.59-2.79.576-1.216 1.607-2.156 2.752-2.832.642-.385 1.387-.675 1.838-1.305.426-.572.351-1.485-.242-1.915-.614-.443-1.482-.419-2.143-.093-.44.227-.742.645-.936 1.09-.567-.257-1.133-.516-1.7-.775zM16.516 9.392c.795-.095 1.636-.005 2.341.395.684.38 1.185 1.024 1.501 1.73.483 1.075.618 2.269.63 3.437-.015 1.107-.144 2.233-.574 3.262-.297.715-.769 1.38-1.433 1.796-1.298.784-3.144.688-4.274-.36-1.123-1.076-1.448-2.702-1.524-4.196-.051-1.616.122-3.353 1.074-4.714a3.262 3.262 0 0 1 2.258-1.35m.24 1.798c-.495.084-.895.451-1.123.885-.376.709-.479 1.523-.528 2.313-.036.867-.001 1.747.215 2.59.139.512.354 1.035.768 1.388.619.534 1.666.449 2.182-.19.552-.668.698-1.564.778-2.401.068-1.242.063-2.565-.512-3.7-.315-.651-1.066-1.047-1.781-.885z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h19.875c.274 0 .562-.019.816.103.407.178.677.61.67 1.053V22.27c.021.621-.534 1.176-1.155 1.155-6.83.002-13.66 0-20.491.001C1.14 23.47.551 22.91.574 22.27V1.731c-.016-.56.433-1.084.991-1.143m8.913 3.417c-.481.62-.501 1.546-.095 2.208.411.667 1.521.762 1.993.118.264-.351.225-.806.228-1.22-.372.005-.744.002-1.116.002l.001.525c.18.002.361.002.541.003.034.562-.742.762-1.073.368-.378-.474-.375-1.234-.001-1.71.311-.345.899-.223 1.1.18.169-.094.337-.193.504-.291-.379-.777-1.568-.862-2.082-.185m-5.816-.389l.001 3.105h.558c-.003-.7.009-1.4-.007-2.1.434.712.906 1.4 1.357 2.1h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683 0 1.365.004 2.048-.428-.69-.878-1.365-1.317-2.047-.181.001-.362.001-.543 0m3.689.001v3.102c.19.004.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.443 0-.887.001-1.331.439.006.879-.015 1.318.013-.005.44.004.88-.005 1.32.183-.001.366 0 .549-.003V3.615c-.188 0-.376.001-.564-.001.031.412.027.828.004 1.24h-1.302c-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.475-.016c-.002.18-.002.361 0 .542.29.002.581 0 .871.001l.001 2.578h.563V4.142l.865-.001c.001-.181.001-.362 0-.543h-2.301M2.998 11.714c.566.259 1.132.518 1.7.775.194-.445.496-.863.936-1.09.661-.326 1.529-.349 2.143.093.593.43.668 1.343.242 1.915-.45.63-1.196.92-1.838 1.305-1.145.675-2.176 1.615-2.752 2.832-.419.865-.595 1.833-.59 2.79 2.484 0 4.967.003 7.451-.001.004-.61.003-1.221 0-1.832-1.729-.002-3.458 0-5.187-.001.187-.674.658-1.227 1.204-1.645 1.024-.807 2.343-1.221 3.199-2.241 1.067-1.289.902-3.466-.437-4.507-.816-.649-1.912-.83-2.928-.72-1.362.141-2.645 1.034-3.143 2.327m13.518-2.322c-.9.106-1.738.608-2.258 1.35-.952 1.361-1.125 3.098-1.074 4.714.077 1.493.402 3.12 1.524 4.196 1.13 1.048 2.976 1.144 4.274.36.664-.416 1.135-1.081 1.433-1.796.43-1.029.56-2.155.574-3.262-.012-1.168-.147-2.362-.63-3.437-.316-.705-.818-1.35-1.501-1.73-.705-.4-1.546-.49-2.341-.395z"/><path d="M16.755 11.19c.714-.162 1.466.234 1.781.885.576 1.134.58 2.458.512 3.7-.081.837-.226 1.733-.778 2.401-.516.639-1.563.725-2.182.19-.414-.352-.629-.876-.768-1.388-.216-.844-.251-1.724-.215-2.59.049-.79.151-1.605.528-2.313.228-.434.628-.8 1.123-.885z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.91 0h22.177c.445.103.81.467.913.912v22.173a1.236 1.236 0 0 1-.912.915H.914A1.24 1.24 0 0 1 0 23.09V.912C.103.467.466.104.91 0m.656.587C1.008.647.559 1.171.575 1.73c0 6.862-.003 13.723.002 20.584-.001.665.649 1.191 1.298 1.111 6.798-.002 13.596 0 20.394-.001.621.021 1.176-.534 1.155-1.155V1.73a1.15 1.15 0 0 0-.67-1.053c-.255-.122-.543-.104-.817-.103H2.062c-.165.002-.332-.007-.496.013z"/><path fill="#fff" d="M10.478 4.005c.514-.678 1.703-.592 2.082.185-.167.098-.335.196-.504.291-.122-.171-.277-.348-.498-.375a.687.687 0 0 0-.751.423c-.201.488-.19 1.135.199 1.529.353.336 1.056.115 1.025-.415-.181-.001-.361 0-.542-.003v-.525c.372 0 .743.003 1.115-.002-.002.413.037.869-.227 1.22-.473.644-1.582.549-1.993-.118-.406-.662-.386-1.589.095-2.208zM4.661 3.614c.181.001.362.001.543 0 .439.683.889 1.358 1.317 2.048-.005-.683.002-1.365-.004-2.048.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106H6.57c-.451-.7-.924-1.388-1.357-2.1.015.7.004 1.401.007 2.1h-.557c-.003-1.035 0-2.07-.002-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.381.002-.57-.002V3.615zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24.44-.006.881.013 1.32-.01-.016-.41.014-.821-.017-1.23.186.002.372.001.558.001v3.102c-.183.004-.366.002-.549.003.009-.44 0-.88.005-1.32-.439-.027-.878-.007-1.318-.012-.001.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301-.001.001.181.001.362 0 .543l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.002-.872-.001a48.78 48.78 0 0 1 0-.541zM3.391 11.713c.495-1.288 1.77-2.179 3.126-2.325 1.026-.114 2.137.069 2.957.731 1.329 1.05 1.486 3.222.415 4.505-.851 1.007-2.154 1.421-3.172 2.216-.553.42-1.035.976-1.222 1.658 1.728.002 3.457 0 5.185.001v1.833H3.232c-.006-.955.17-1.92.586-2.784.607-1.289 1.724-2.264 2.949-2.951.593-.336 1.255-.632 1.656-1.21.386-.54.346-1.372-.163-1.822-.514-.457-1.282-.487-1.915-.301-.592.171-1.025.669-1.256 1.223-.565-.259-1.133-.516-1.697-.775zM13.965 9.563h6.147v1.818l-4.399.001-.162 2.238c1.425-.757 3.44-.549 4.478.76.912 1.18.991 2.91.297 4.213-.399.739-1.084 1.302-1.862 1.604-.89.354-1.875.385-2.814.254-.836-.122-1.67-.413-2.323-.964.354-.496.711-.99 1.069-1.483a3.757 3.757 0 0 0 2.385.708c.811-.001 1.677-.436 1.964-1.232.274-.753.16-1.775-.57-2.232-.859-.491-2.039-.262-2.681.484-.616-.263-1.236-.519-1.852-.782.107-1.795.211-3.591.325-5.386z"/><path d="M1.566.587c.165-.02.331-.011.496-.013h19.875c.274 0 .563-.019.817.103.407.178.677.61.67 1.053v20.539c.021.621-.534 1.176-1.155 1.155-6.798.002-13.597-.001-20.394.001-.649.08-1.299-.446-1.298-1.111C.572 15.453.575 8.591.575 1.73c-.016-.559.433-1.084.991-1.143m8.912 3.418c-.481.62-.501 1.546-.095 2.208.411.667 1.521.762 1.993.118.264-.351.225-.806.227-1.22-.372.005-.743.002-1.115.002v.525c.181.003.361.002.542.003.031.53-.672.751-1.025.415-.389-.393-.4-1.04-.199-1.529a.687.687 0 0 1 .751-.423c.221.027.376.205.498.375.169-.094.337-.193.504-.291-.38-.777-1.568-.863-2.082-.185m-5.816-.389c.002 1.035-.001 2.07.002 3.105h.557c-.003-.7.009-1.401-.007-2.1.433.712.906 1.4 1.357 2.1h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.365.004 2.048-.428-.689-.878-1.365-1.317-2.047-.181.001-.362.001-.543 0m3.69.001v3.102c.19.004.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.443 0-.887.001-1.331.439.006.879-.015 1.318.012-.005.44.004.88-.005 1.32.183-.001.366 0 .549-.003V3.614c-.186 0-.372.001-.558-.001.031.409.001.82.017 1.23-.44.023-.88.004-1.32.01-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.474-.015v.541c.291.003.581 0 .872.001l.001 2.578h.563V4.141l.865-.001c.001-.181.001-.362 0-.543-.767 0-1.534-.001-2.301.001M3.391 11.713c.565.26 1.132.516 1.697.775.231-.554.665-1.052 1.256-1.223.633-.185 1.401-.156 1.915.301.509.45.549 1.282.163 1.822-.401.577-1.063.874-1.656 1.21-1.225.687-2.341 1.662-2.949 2.951-.416.864-.592 1.83-.586 2.784h7.448V18.5c-1.729-.002-3.457 0-5.185-.001.187-.682.668-1.238 1.222-1.658 1.018-.795 2.321-1.209 3.172-2.216 1.071-1.283.914-3.455-.415-4.505-.82-.662-1.931-.845-2.957-.731-1.356.145-2.631 1.037-3.126 2.325m10.575-2.151c-.114 1.795-.218 3.591-.325 5.386.616.263 1.236.519 1.852.782.643-.746 1.822-.975 2.681-.484.73.457.844 1.478.57 2.232-.287.796-1.152 1.231-1.964 1.232a3.77 3.77 0 0 1-2.385-.708c-.359.493-.715.987-1.069 1.483.652.551 1.486.842 2.323.964.939.131 1.924.1 2.814-.254.778-.302 1.463-.865 1.862-1.604.694-1.303.615-3.033-.297-4.213-1.038-1.309-3.052-1.517-4.478-.76l.162-2.238 4.399-.001V9.562h-6.147z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.911 0h22.176c.446.102.81.467.913.913v22.171a1.234 1.234 0 0 1-.913.915H.914A1.237 1.237 0 0 1 0 23.088V.912C.102.467.466.102.911-.001m.655.588C1.008.647.56 1.171.576 1.73c0 6.862-.003 13.723.002 20.585-.001.644.615 1.173 1.25 1.111 6.814-.002 13.628 0 20.443-.001.621.021 1.176-.534 1.155-1.155V1.731c.021-.621-.534-1.177-1.155-1.155H2.111c-.181.002-.363-.009-.544.012z"/><path fill="#fff" d="M10.478 4.006c.514-.678 1.703-.593 2.082.184-.167.098-.335.196-.504.291-.205-.417-.822-.527-1.122-.156-.347.48-.351 1.218.023 1.685.331.393 1.108.193 1.073-.368-.18-.001-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.116-.002-.002.413.036.869-.228 1.22-.473.645-1.582.549-1.994-.118-.405-.662-.386-1.589.095-2.208zM4.662 3.614c.181.001.362.001.543 0 .439.683.889 1.358 1.317 2.048-.005-.683.002-1.366-.004-2.049.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.7-.924-1.388-1.357-2.1.015.7.004 1.4.007 2.1h-.557c-.003-1.035 0-2.07-.001-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.38.002-.57-.002-.002-1.034-.001-2.068 0-3.101zM13.74 3.612c.188.004.375.003.563 0 .003.413 0 .827.001 1.24.431-.004.863.009 1.294-.006.045-.399.024-.826.008-1.234.187.002.373.001.559.001v3.102c-.183.004-.366.002-.549.003.009-.44 0-.88.005-1.32-.438-.029-.878-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.577c-.291-.001-.581.001-.871-.001a32.52 32.52 0 0 1 0-.541zM4.701 9.761c1.357-.66 3.16-.544 4.282.521.872.812 1.13 2.189.63 3.266-.218.479-.6.869-1.052 1.133.738.307 1.364.927 1.579 1.709.288 1.111-.01 2.405-.874 3.19-.595.547-1.393.826-2.187.91-.966.104-1.988-.038-2.824-.556-.734-.445-1.277-1.16-1.589-1.952.577-.23 1.153-.462 1.731-.69.318.726.98 1.331 1.792 1.407.529.053 1.1-.009 1.548-.318.767-.518.784-1.8.061-2.363-.644-.495-1.5-.341-2.254-.372-.005-.6-.004-1.201 0-1.802.388-.01.776.009 1.163-.011.481-.035.963-.319 1.138-.784.22-.582.073-1.364-.503-1.683-.532-.282-1.21-.269-1.743.005-.372.194-.638.535-.833.898-.577-.227-1.161-.439-1.733-.677.326-.776.911-1.451 1.67-1.827zM16.424 9.393c.893-.112 1.852.024 2.601.552 1.272.907 1.706 2.544 1.836 4.024.119 1.763-.011 3.688-1.053 5.182-1.018 1.477-3.225 1.769-4.711.864-.794-.495-1.304-1.335-1.593-2.207-.489-1.537-.518-3.199-.246-4.78.188-.966.542-1.941 1.232-2.664a3.217 3.217 0 0 1 1.935-.97m.327 1.783c-.504.058-.931.406-1.172.84-.389.694-.503 1.5-.555 2.283-.044.88-.015 1.773.197 2.632.133.506.334 1.023.726 1.387.567.54 1.561.53 2.118-.02.359-.34.555-.81.688-1.278.241-.886.265-1.814.225-2.726-.052-.763-.162-1.547-.531-2.228-.306-.618-1.006-1.013-1.695-.89z"/><path d="M1.566.587c.18-.022.363-.01.544-.012h20.16c.621-.022 1.176.534 1.155 1.155v20.539c.021.621-.534 1.176-1.155 1.155-6.814.002-13.628-.001-20.443.001-.634.062-1.251-.467-1.25-1.111C.572 15.452.575 8.591.575 1.729c-.016-.559.433-1.083.99-1.143m8.913 3.42c-.481.619-.501 1.545-.095 2.208.411.667 1.521.762 1.994.118.264-.351.225-.806.228-1.22-.372.005-.744.002-1.116.002l.001.525c.18.003.36.002.541.003.035.561-.742.761-1.073.368-.374-.467-.37-1.205-.023-1.685.3-.371.916-.261 1.122.156.169-.094.337-.193.504-.291-.379-.777-1.568-.863-2.082-.184m-5.817-.392c.002 1.035-.001 2.07.001 3.105h.557c-.003-.7.009-1.401-.007-2.1.433.712.906 1.4 1.357 2.1h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.366.004 2.049-.428-.69-.878-1.365-1.317-2.048-.181.001-.362.001-.543 0m3.69.001v3.101c.19.005.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.002c.006 1.035.002 2.071.002 3.106h.561c.002-.444 0-.887.001-1.331.439.006.879-.016 1.318.013-.005.44.004.88-.005 1.32.183-.001.366 0 .549-.003V3.615c-.186 0-.373.001-.559-.001.016.408.037.835-.008 1.234-.431.015-.863.001-1.294.006-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.474-.016c-.002.18-.002.361 0 .541.29.003.581 0 .871.001l.001 2.577h.563V4.14l.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0M4.701 9.761c-.759.376-1.343 1.051-1.67 1.827.573.238 1.156.45 1.733.677.195-.363.462-.704.833-.898.533-.273 1.211-.286 1.743-.005.577.319.723 1.102.503 1.683-.175.465-.657.749-1.138.784-.387.021-.775.001-1.163.011a154.63 154.63 0 0 0 0 1.802c.755.031 1.61-.123 2.254.372.722.563.706 1.845-.061 2.363-.448.309-1.019.372-1.548.318-.812-.076-1.474-.681-1.792-1.407l-1.731.69c.312.793.855 1.507 1.589 1.952.836.519 1.858.66 2.824.556.794-.084 1.592-.363 2.187-.91.864-.785 1.162-2.079.874-3.19-.215-.782-.84-1.402-1.579-1.709a2.573 2.573 0 0 0 1.052-1.133c.5-1.078.242-2.454-.63-3.266-1.122-1.065-2.926-1.181-4.283-.521m11.726-.364a3.228 3.228 0 0 0-1.935.97c-.69.723-1.044 1.698-1.232 2.664-.273 1.581-.243 3.243.246 4.78.289.871.799 1.712 1.593 2.207 1.486.905 3.693.613 4.711-.864 1.042-1.494 1.172-3.419 1.053-5.182-.129-1.48-.563-3.117-1.836-4.024-.749-.528-1.708-.663-2.601-.552z"/><path d="M16.752 11.177c.689-.123 1.389.271 1.695.89.369.681.479 1.465.531 2.228.041.912.017 1.84-.225 2.726-.132.467-.329.938-.688 1.278-.557.549-1.551.56-2.118.02-.391-.364-.592-.88-.726-1.387-.212-.859-.24-1.752-.197-2.632.052-.783.166-1.589.555-2.283.241-.434.668-.783 1.172-.84z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.913 0h22.172c.447.1.814.467.915.915v22.167a1.23 1.23 0 0 1-.915.918H.916a1.233 1.233 0 0 1-.917-.912V.915C.1.468.465.103.912 0m.654.587C1.008.647.56 1.171.576 1.73v20.54c-.021.62.534 1.176 1.155 1.155h20.54c.621.021 1.175-.534 1.155-1.155V1.73c.021-.621-.534-1.176-1.155-1.155H2.111c-.181.002-.363-.009-.544.012z"/><path fill="#fff" d="M10.478 4.005c.514-.678 1.703-.592 2.082.185-.167.098-.335.196-.504.291-.201-.404-.788-.525-1.099-.181-.375.476-.378 1.236 0 1.71.331.393 1.109.193 1.073-.368-.18-.001-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.116-.002-.002.413.037.869-.228 1.22-.473.644-1.582.549-1.993-.118-.406-.662-.386-1.589.095-2.208zM4.662 3.614c.181.001.362.001.543 0 .439.683.891 1.359 1.318 2.05-.006-.683.002-1.367-.004-2.051.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.503c-.452-.701-.925-1.389-1.358-2.102.016.7.004 1.401.007 2.101h-.558c-.002-1.035 0-2.07-.001-3.104zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.38.002-.57-.002-.002-1.034-.001-2.068 0-3.102zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24h1.305c.014-.412.03-.828-.01-1.239h.566v3.102c-.183.004-.366.002-.548.003.009-.44 0-.879.006-1.319-.439-.03-.879-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.577c-.291-.001-.581.001-.871-.001a32.64 32.64 0 0 1 0-.542zM5.112 9.755c1.341-.646 3.112-.539 4.233.495.848.764 1.141 2.052.74 3.116-.202.556-.619 1.018-1.127 1.314.746.309 1.375.939 1.585 1.731.245.984.037 2.101-.615 2.89-.541.652-1.357 1.021-2.181 1.152-1.03.162-2.141.052-3.049-.491-.755-.443-1.316-1.17-1.634-1.979.577-.232 1.154-.462 1.732-.692.222.476.561.917 1.031 1.167.677.351 1.54.351 2.211-.015.843-.462.915-1.792.196-2.396-.641-.529-1.522-.376-2.29-.401v-1.805c.379-.009.759.008 1.138-.009.471-.029.948-.29 1.141-.735.257-.594.101-1.417-.5-1.742-.524-.269-1.183-.258-1.709.001-.382.193-.655.54-.855.909-.577-.224-1.154-.445-1.73-.669.324-.784.917-1.465 1.683-1.841zM13.879 9.563h6.148v1.818l-4.4.001c-.055.745-.108 1.491-.161 2.236 1.414-.749 3.404-.551 4.451.729.939 1.179 1.024 2.934.322 4.249-.401.74-1.089 1.303-1.87 1.605-.887.35-1.868.381-2.803.251-.838-.122-1.673-.414-2.326-.966.353-.496.71-.99 1.069-1.482.975.695 2.331.96 3.445.457 1.15-.516 1.418-2.297.467-3.119-.848-.617-2.14-.393-2.812.39-.619-.262-1.24-.52-1.858-.785.113-1.794.21-3.59.329-5.384z"/><path d="M1.566.587c.18-.022.363-.01.544-.012h20.16c.621-.022 1.175.534 1.155 1.155v20.54c.021.62-.534 1.175-1.155 1.155H1.73c-.621.021-1.176-.534-1.155-1.155V1.73c-.016-.559.433-1.083.99-1.143m8.913 3.418c-.481.62-.501 1.546-.095 2.208.411.667 1.521.762 1.993.118.264-.351.225-.806.228-1.22-.372.005-.744.002-1.116.002l.001.525c.18.003.36.002.541.003.035.562-.742.762-1.073.368-.378-.474-.375-1.234 0-1.71.311-.345.898-.223 1.099.181.169-.094.337-.193.504-.291-.38-.777-1.568-.863-2.082-.185m-5.816-.39c.001 1.035-.001 2.07.001 3.104.186.002.372.001.558 0-.003-.7.009-1.401-.007-2.101.433.713.906 1.401 1.357 2.102h.503c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.367.004 2.051-.427-.691-.878-1.366-1.318-2.05-.181.001-.362.001-.543 0m3.691.001v3.102c.19.004.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.443 0-.887.001-1.331.439.006.879-.016 1.318.013-.006.44.004.879-.006 1.319.183-.001.366 0 .548-.003.002-1.034.001-2.068 0-3.102h-.566c.039.411.024.827.01 1.239h-1.305c-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.476-.015c-.002.181-.002.361 0 .542.29.003.581 0 .871.001l.001 2.577h.563V4.141l.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0M5.112 9.755c-.766.376-1.359 1.057-1.683 1.841.576.224 1.154.446 1.73.669.2-.369.473-.717.855-.909a1.94 1.94 0 0 1 1.709-.001c.601.325.757 1.148.5 1.742-.193.445-.67.707-1.141.735-.379.017-.759 0-1.138.009-.002.601-.001 1.203 0 1.805.768.025 1.649-.128 2.29.401.718.604.646 1.934-.196 2.396a2.41 2.41 0 0 1-2.211.015c-.471-.25-.809-.691-1.031-1.167l-1.732.692c.317.809.879 1.536 1.634 1.979.908.543 2.019.653 3.049.491.825-.131 1.64-.5 2.181-1.152.653-.788.86-1.905.615-2.89-.21-.792-.839-1.422-1.585-1.731a2.558 2.558 0 0 0 1.127-1.314c.401-1.064.108-2.352-.74-3.116-1.121-1.034-2.893-1.141-4.233-.495m8.767-.192c-.119 1.794-.216 3.59-.329 5.384.617.265 1.238.523 1.858.785.672-.783 1.964-1.007 2.812-.39.951.822.683 2.602-.467 3.119-1.115.504-2.47.239-3.445-.457-.359.492-.716.986-1.069 1.482.653.552 1.489.844 2.326.966.935.13 1.916.099 2.803-.251.781-.301 1.469-.864 1.87-1.605.702-1.315.617-3.069-.322-4.249-1.047-1.28-3.037-1.477-4.451-.729.053-.746.106-1.491.161-2.236l4.4-.001V9.563h-6.148z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.907 0h22.185c.442.105.803.466.909.908v22.181a1.245 1.245 0 0 1-.908.911H.911a1.247 1.247 0 0 1-.91-.907V.908C.106.466.466.106.908 0m.659.587C1.008.646.559 1.171.576 1.731v20.538c-.023.641.567 1.201 1.204 1.156 6.83-.001 13.66.001 20.49-.001.621.021 1.176-.534 1.155-1.155V1.731a1.147 1.147 0 0 0-.67-1.053c-.255-.122-.542-.104-.817-.103H2.063c-.165.001-.331-.008-.496.012z"/><path fill="#fff" d="M10.478 4.006c.514-.678 1.703-.593 2.082.185-.168.097-.335.196-.504.29-.209-.43-.855-.527-1.143-.13-.323.483-.325 1.2.044 1.658.331.394 1.108.194 1.073-.368-.18 0-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.116-.002-.003.413.037.869-.228 1.22-.473.645-1.582.549-1.994-.118-.405-.662-.386-1.589.095-2.208zM4.662 3.614h.542c.44.681.888 1.358 1.317 2.045-.003-.682.002-1.364-.003-2.046.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.7-.923-1.388-1.356-2.099.015.699.003 1.399.006 2.099h-.557c-.003-1.035 0-2.07-.001-3.105zM8.351 3.615h.572c-.002 1.035 0 2.07-.001 3.104-.19.001-.38.002-.57-.002-.002-1.034-.001-2.068 0-3.102zM13.74 3.612c.188.004.375.003.563 0 .003.413 0 .827.001 1.24.433.001.865-.001 1.298.001.034-.412.024-.829.005-1.241.186.002.373.001.559.001v3.102c-.183.004-.366.003-.549.003.009-.44 0-.88.005-1.32-.438-.029-.878-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598h2.301c.001.181.001.362 0 .543l-.864.001c-.002.859 0 1.718-.001 2.577-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.001-.871-.001a32.64 32.64 0 0 1 0-.542zM16.797 9.392c.795-.096 1.636-.006 2.342.394.683.379 1.185 1.024 1.501 1.73.484 1.075.619 2.269.63 3.437-.015 1.107-.144 2.233-.574 3.262-.297.715-.769 1.38-1.433 1.796-1.298.784-3.143.688-4.274-.359-1.123-1.076-1.447-2.702-1.524-4.196-.051-1.617.122-3.353 1.074-4.715a3.255 3.255 0 0 1 2.257-1.349m.241 1.798c-.495.084-.896.451-1.124.885-.376.709-.479 1.523-.528 2.314-.035.854-.001 1.719.206 2.552.139.525.354 1.065.778 1.425.619.534 1.666.449 2.182-.191.552-.668.697-1.563.778-2.4.068-1.242.064-2.565-.511-3.7-.315-.651-1.066-1.048-1.78-.885zM7.274 9.544h2.058c.002 2.251 0 4.502.001 6.753.45.001.899-.002 1.349.001 0 .579.003 1.158-.001 1.737-.449.005-.898 0-1.348.003-.001.765.001 1.53-.001 2.296H7.474c0-.764-.002-1.528.001-2.291-1.894-.012-3.788-.001-5.683-.006.015-.407-.031-.826.022-1.225 1.815-2.426 3.64-4.844 5.459-7.267m-2.997 6.752c1.065-.002 2.131.001 3.197-.002v-4.3c-1.067 1.433-2.131 2.868-3.197 4.302z"/><path d="M1.567.587c.165-.02.33-.011.496-.012h19.875c.274-.001.562-.02.817.103.407.178.677.61.67 1.053v20.538c.021.621-.534 1.177-1.155 1.155-6.83.002-13.66 0-20.49.001-.637.045-1.228-.516-1.204-1.156V1.731c-.016-.56.433-1.085.991-1.144m8.911 3.419c-.481.619-.501 1.545-.095 2.208.411.667 1.521.762 1.994.118.264-.351.225-.806.228-1.22-.372.005-.744.002-1.116.002l.001.525c.18.002.36.002.541.003.035.562-.742.762-1.073.368-.368-.459-.366-1.175-.044-1.658.288-.397.934-.3 1.143.13.169-.094.336-.193.504-.29-.379-.778-1.568-.863-2.082-.185m-5.817-.393c.002 1.035-.001 2.07.001 3.105h.557c-.003-.7.009-1.4-.006-2.099.434.711.905 1.399 1.356 2.099h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .005.682 0 1.364.003 2.046-.429-.688-.877-1.364-1.317-2.045a48.96 48.96 0 0 1-.542 0m3.69.001v3.102c.19.004.38.003.57.002.002-1.035 0-2.07.001-3.104H8.35m5.39-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.443 0-.887.001-1.331.439.006.879-.016 1.318.013-.005.44.004.88-.005 1.32.183 0 .366 0 .549-.003V3.615c-.186 0-.373.001-.559-.001.02.412.029.83-.005 1.241-.433-.003-.865 0-1.298-.001-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.475-.016c-.002.18-.002.361 0 .542.29.002.581 0 .871.001l.001 2.578h.563c.001-.859-.001-1.718.001-2.577l.864-.001c.001-.181.001-.362 0-.543h-2.301m-.417 5.794c-.9.106-1.737.608-2.258 1.349-.952 1.361-1.125 3.098-1.074 4.715.077 1.493.402 3.12 1.524 4.196 1.13 1.047 2.976 1.143 4.274.359.664-.416 1.136-1.081 1.433-1.796.43-1.029.56-2.155.574-3.262-.012-1.168-.147-2.362-.63-3.437-.315-.706-.817-1.35-1.501-1.73-.705-.4-1.547-.49-2.342-.394m-9.523.152c-1.819 2.423-3.645 4.842-5.459 7.267-.053.399-.007.818-.022 1.225 1.894.004 3.788-.007 5.683.006-.003.764-.001 1.528-.001 2.291h1.858c.002-.765 0-1.53.001-2.296.45-.002.899.002 1.348-.003.005-.579.002-1.158.001-1.737-.45-.004-.899 0-1.349-.001-.002-2.251 0-4.502-.001-6.753H7.275z"/><path d="M17.037 11.19c.714-.162 1.466.234 1.78.885.575 1.134.58 2.458.511 3.7-.08.837-.225 1.732-.778 2.4-.516.639-1.563.725-2.182.191-.424-.361-.639-.9-.778-1.425-.207-.832-.24-1.698-.206-2.552.049-.791.152-1.605.528-2.314.228-.434.629-.801 1.124-.885zM4.276 16.297c1.065-1.434 2.13-2.869 3.197-4.302v4.3c-1.066.003-2.132 0-3.197.002z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-45--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.909 0h22.179c.444.104.808.467.911.911v22.175a1.238 1.238 0 0 1-.911.914H.911a1.24 1.24 0 0 1-.912-.909V.911C.103.467.465.105.908 0m.658.587C1.008.646.559 1.171.575 1.73c0 6.862-.003 13.723.002 20.585-.001.666.65 1.191 1.298 1.11 6.798-.002 13.596 0 20.394-.001.621.021 1.176-.534 1.155-1.155V1.73a1.148 1.148 0 0 0-.67-1.053c-.254-.122-.542-.104-.817-.103H2.109c-.181.002-.363-.009-.543.012z"/><path fill="#fff" d="M10.8 3.723c.587-.362 1.442-.161 1.76.466-.167.098-.335.196-.504.291-.207-.416-.822-.528-1.123-.156-.347.48-.35 1.218.023 1.685.333.394 1.105.193 1.076-.368-.181-.002-.363 0-.544-.003v-.525c.372 0 .743.003 1.115-.002.008.462.03.997-.334 1.344-.553.533-1.591.356-1.94-.33-.406-.767-.299-1.902.471-2.403zM4.661 3.614h.544c.438.683.888 1.358 1.317 2.047-.005-.683.002-1.365-.004-2.048.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.107h-.504c-.45-.701-.923-1.388-1.356-2.1.015.7.003 1.4.007 2.1h-.558c-.002-1.035.001-2.07-.001-3.105zM8.351 3.614h.572c-.002 1.035 0 2.07-.001 3.105-.19 0-.381.001-.571-.002V3.615zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24.435 0 .87.001 1.305-.001a14.22 14.22 0 0 0 0-1.239c.186.002.371.002.557.001v3.103c-.183.003-.366.001-.549.003.009-.441 0-.881.005-1.321-.439-.025-.879-.006-1.318-.012v1.332h-.562c.001-1.035.004-2.071-.002-3.107zM17.215 3.598a883.2 883.2 0 0 1 2.302 0v.543h-.865v2.577h-.563V4.14c-.291 0-.582.001-.872-.001a48.96 48.96 0 0 1 0-.542zM7.507 9.756c.057-.07.101-.157.178-.208.68-.011 1.361-.001 2.041-.004v6.752h1.344v1.74H9.727v2.297H7.868v-2.297H2.187c.019-.41-.038-.834.028-1.234 1.759-2.354 3.531-4.696 5.293-7.048m-2.839 6.542l3.198.001v-4.305l-3.198 4.305zM14.246 9.563h6.147v1.819h-4.4l-.162 2.238c1.426-.757 3.44-.549 4.478.76.912 1.18.991 2.91.297 4.213-.399.739-1.084 1.302-1.863 1.604-.889.354-1.875.385-2.813.255-.837-.122-1.671-.414-2.325-.965.355-.495.712-.99 1.07-1.483a3.763 3.763 0 0 0 2.385.708c.811-.001 1.677-.436 1.964-1.232.273-.753.159-1.775-.57-2.232-.859-.491-2.039-.262-2.681.484-.617-.263-1.236-.52-1.853-.782.107-1.796.212-3.592.326-5.387z"/><path d="M1.566.587c.18-.022.362-.01.543-.012h19.828c.274 0 .563-.019.817.103.407.178.677.61.67 1.053V22.27c.021.621-.534 1.176-1.155 1.155-6.798.002-13.596-.001-20.394.001-.649.08-1.3-.445-1.298-1.11C.572 15.454.575 8.593.575 1.731c-.016-.56.433-1.084.991-1.143M10.8 3.723c-.77.501-.878 1.635-.471 2.403.349.686 1.387.862 1.94.33.364-.347.342-.882.334-1.344-.372.005-.743.002-1.115.002v.525c.181.003.362.001.544.003.029.561-.743.762-1.076.368-.373-.467-.37-1.204-.023-1.685.301-.372.916-.26 1.123.156.169-.095.337-.193.504-.291-.318-.628-1.173-.829-1.76-.466m-6.139-.11c.002 1.035 0 2.07.001 3.105h.558c-.004-.7.008-1.4-.007-2.1.433.712.906 1.399 1.356 2.1h.504c0-1.036-.004-2.071.001-3.107-.186.004-.372.003-.558 0 .006.683-.001 1.365.004 2.048-.428-.689-.878-1.365-1.317-2.047h-.544m3.692.001v3.102c.19.004.381.002.571.002.001-1.035-.001-2.07.001-3.105a54.53 54.53 0 0 1-.572 0m5.389-.001c.006 1.035.003 2.071.002 3.107h.562V5.387c.439.006.879-.013 1.318.012-.005.441.004.881-.005 1.321.183-.002.366 0 .549-.003V3.614c-.186.001-.371.001-.557-.001.019.413.018.827 0 1.239-.435.002-.87 0-1.305.001l-.001-1.24a17.61 17.61 0 0 1-.563 0m3.475-.015v.542c.291.002.581 0 .872.001v2.578h.563V4.142h.865v-.543h-2.302M7.507 9.756c-1.762 2.351-3.534 4.694-5.293 7.048-.066.4-.009.825-.028 1.234h5.681v2.297h1.859v-2.297h1.343v-1.74H9.725V9.546c-.681.003-1.361-.007-2.041.004-.077.051-.121.137-.178.208m6.74-.195c-.114 1.796-.218 3.592-.326 5.387.617.262 1.236.519 1.853.782.643-.746 1.823-.975 2.681-.484.73.457.844 1.478.57 2.232-.287.796-1.153 1.231-1.964 1.232a3.769 3.769 0 0 1-2.385-.708c-.358.493-.715.988-1.07 1.483.653.55 1.487.843 2.325.965.938.131 1.924.099 2.813-.255.779-.302 1.464-.865 1.863-1.604.694-1.303.615-3.033-.297-4.213-1.038-1.309-3.052-1.517-4.478-.76l.162-2.238h4.4V9.563h-6.147z"/><path d="M4.669 16.296l3.198-4.305v4.305l-3.198-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-5--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.915 0h22.17c.448.1.816.468.916.916v22.165c-.099.45-.468.817-.916.919H.918a1.229 1.229 0 0 1-.917-.915V.915C.101.468.468.101.916 0m.65.587C1.008.647.56 1.171.576 1.73v20.539c-.021.62.535 1.176 1.155 1.155H22.27c.621.021 1.176-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.063c-.166.001-.332-.008-.497.012z"/><path fill="#fff" d="M10.478 4.005c.514-.678 1.703-.593 2.082.185-.167.098-.335.196-.504.291-.201-.404-.788-.525-1.099-.181-.375.476-.378 1.236 0 1.71.331.393 1.108.193 1.073-.368-.18-.002-.361 0-.541-.004-.002-.174-.001-.349-.001-.524.372-.001.743.003 1.116-.002-.002.413.037.869-.228 1.22-.473.645-1.583.549-1.994-.118-.405-.662-.386-1.588.095-2.208zM4.662 3.614c.181.001.362.001.543 0 .439.683.891 1.359 1.318 2.049-.006-.683.002-1.367-.004-2.05.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.503c-.452-.701-.925-1.389-1.358-2.102.016.7.004 1.401.007 2.101h-.557c-.003-1.035 0-2.07-.001-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.38.002-.57-.002-.002-1.034-.001-2.068 0-3.101zM13.74 3.612c.188.004.375.003.563 0 .003.413-.001.827.001 1.24.44-.002.879.006 1.319-.005-.014-.411.016-.824-.017-1.235.187.002.373.001.56.001v3.102c-.183.004-.366.002-.548.003.009-.44 0-.879.006-1.319-.439-.03-.879-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.577 0-.865.001l-.001 2.576c-.188.002-.375.001-.563 0-.002-.859 0-1.718-.001-2.577-.291-.001-.581.001-.871-.001-.002-.18-.002-.361 0-.542zM8.873 9.563c2.051 0 4.102-.002 6.153.001.001.605.004 1.21-.001 1.815-1.465.006-2.93 0-4.395.003-.07.747-.102 1.496-.172 2.242 1.393-.745 3.346-.566 4.41.665.973 1.163 1.078 2.926.394 4.256-.383.732-1.043 1.3-1.802 1.615-.9.382-1.906.425-2.865.295-.848-.118-1.696-.411-2.359-.968.356-.495.712-.99 1.07-1.484a3.782 3.782 0 0 0 2.364.708c.814.005 1.686-.423 1.98-1.22.281-.76.165-1.798-.579-2.252-.858-.48-2.029-.252-2.668.492-.618-.261-1.237-.52-1.853-.782l.323-5.387z"/><path d="M1.566.587c.165-.021.331-.011.497-.012H22.27c.621-.022 1.176.534 1.155 1.155v20.539c.02.621-.535 1.176-1.155 1.155H1.731c-.62.021-1.176-.534-1.155-1.155V1.73c-.016-.559.432-1.084.99-1.143m8.912 3.418c-.481.62-.501 1.545-.095 2.208.411.668 1.521.763 1.994.118.264-.351.225-.806.228-1.22-.372.005-.744.001-1.116.002 0 .175-.001.35.001.524.18.003.36.002.541.004.035.561-.742.761-1.073.368-.378-.475-.375-1.235 0-1.71.311-.345.898-.223 1.099.181.169-.094.337-.193.504-.291-.379-.777-1.568-.863-2.082-.185m-5.817-.39c.002 1.035-.001 2.07.001 3.105h.557c-.003-.7.009-1.401-.007-2.101.433.713.906 1.401 1.357 2.102h.503c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.367.004 2.05-.427-.69-.878-1.366-1.318-2.049-.181.001-.362.001-.543 0m3.692 0v3.101c.19.005.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.002c.006 1.035.002 2.071.002 3.106h.561c.002-.444 0-.887.001-1.331.439.006.879-.016 1.318.013-.006.44.004.879-.006 1.319.183-.001.366 0 .548-.003.002-1.034.001-2.068 0-3.102-.187 0-.373.001-.56-.001.034.411.003.824.017 1.235-.44.011-.879.003-1.319.005-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.477-.015c-.002.181-.002.361 0 .542.291.003.581 0 .871.001.001.859-.001 1.718.001 2.577h.563l.001-2.576c.288-.002.577 0 .865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0M8.873 9.563L8.55 14.95c.617.262 1.236.521 1.853.782.639-.743 1.81-.972 2.668-.492.744.455.86 1.492.579 2.252-.294.797-1.166 1.225-1.98 1.22-.842.044-1.679-.224-2.364-.708-.358.494-.714.988-1.07 1.484.662.558 1.51.85 2.359.968.959.13 1.965.087 2.865-.295.759-.315 1.42-.884 1.802-1.615.684-1.33.579-3.093-.394-4.256-1.065-1.231-3.018-1.41-4.41-.665.07-.746.102-1.496.172-2.242 1.465-.003 2.93.003 4.395-.003.006-.605.003-1.21.001-1.815-2.051-.003-4.102-.001-6.153-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.911 0h22.177c.445.103.81.467.913.913v22.172a1.234 1.234 0 0 1-.913.915H.915a1.237 1.237 0 0 1-.914-.911V.912C.104.467.467.103.912 0m.654.587C1.008.646.559 1.171.575 1.73v20.539c-.023.64.566 1.199 1.203 1.155 6.831-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.729a1.148 1.148 0 0 0-.67-1.053c-.255-.122-.543-.104-.817-.103H2.109c-.181.002-.363-.009-.543.013z"/><path fill="#fff" d="M10.8 3.723c.587-.363 1.442-.161 1.76.466-.167.098-.335.196-.504.291-.206-.415-.822-.528-1.123-.156-.347.48-.351 1.218.023 1.685.332.394 1.104.193 1.075-.368l-.543-.003v-.525c.372 0 .743.003 1.115-.002.008.462.03.997-.335 1.345-.553.532-1.591.356-1.94-.33-.406-.768-.299-1.902.472-2.403zM4.661 3.613c.181.002.363.002.544 0 .438.683.889 1.358 1.317 2.048-.005-.683.002-1.366-.004-2.049.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.107h-.504c-.451-.701-.924-1.389-1.357-2.101.016.7.003 1.401.007 2.101h-.558l-.001-3.105zM8.351 3.614h.573c-.002 1.035 0 2.07-.001 3.105-.19 0-.381.001-.571-.002V3.614zM13.74 3.612c.188.004.375.003.563 0v1.24c.436 0 .873.002 1.309-.001.011-.412.017-.826-.004-1.238.186.002.371.002.557.001v3.103c-.183.003-.366.001-.549.003.009-.44 0-.881.005-1.321-.439-.025-.879-.006-1.318-.012v1.332h-.562c.001-1.035.004-2.071-.002-3.107zM17.215 3.597h2.302v.543h-.866v2.577h-.563V4.139h-.872a49.142 49.142 0 0 1 0-.543zM16.425 9.397c.763-.098 1.568-.026 2.26.326.634.317 1.133.862 1.465 1.482.439.816.642 1.736.732 2.652.098 1.094.058 2.206-.181 3.28-.189.817-.508 1.628-1.067 2.265-1.125 1.315-3.275 1.472-4.668.505-1.213-.888-1.656-2.448-1.797-3.876-.135-1.643-.032-3.388.762-4.867.496-.937 1.431-1.642 2.494-1.768m.283 1.793c-.607.098-1.046.613-1.261 1.16-.409 1.016-.429 2.136-.393 3.215.074.899.194 1.867.774 2.595.505.65 1.549.744 2.177.222.438-.362.66-.912.802-1.448.218-.871.246-1.778.198-2.671-.054-.769-.171-1.561-.556-2.242-.323-.619-1.052-.982-1.74-.831zM3.445 9.563h6.151c.001.606.002 1.211 0 1.817-1.466.003-2.932 0-4.398.001-.064.747-.106 1.494-.167 2.241 1.41-.752 3.397-.558 4.447.715.949 1.185 1.033 2.953.32 4.273-.399.726-1.074 1.281-1.842 1.582-.887.356-1.87.39-2.808.261-.843-.12-1.682-.413-2.341-.966l1.071-1.485a3.78 3.78 0 0 0 2.402.708c.811-.005 1.672-.447 1.952-1.245.263-.747.152-1.753-.565-2.211-.858-.501-2.048-.274-2.692.476l-1.853-.781.324-5.388z"/><path d="M1.566.587c.18-.022.362-.01.543-.013h19.828c.274 0 .563-.019.817.103.407.178.677.61.67 1.053v20.539c.021.621-.534 1.176-1.155 1.155-6.83.002-13.661 0-20.491.001-.637.044-1.226-.516-1.203-1.155V1.731c-.016-.559.433-1.084.991-1.143M10.8 3.723c-.77.501-.878 1.635-.472 2.403.349.686 1.387.862 1.94.33.364-.347.342-.883.335-1.345-.372.005-.743.002-1.115.002v.525l.543.003c.03.561-.742.762-1.075.368-.374-.467-.37-1.205-.023-1.685.301-.372.916-.26 1.123.156.169-.095.337-.193.504-.291-.318-.628-1.173-.829-1.76-.466m-6.139-.11c.002 1.035 0 2.07.001 3.105h.558c-.004-.7.009-1.401-.007-2.101.433.712.906 1.4 1.357 2.101h.504c0-1.036-.004-2.071.001-3.107-.186.004-.372.003-.558 0 .006.683-.001 1.366.004 2.049-.428-.69-.878-1.365-1.317-2.048-.181.002-.362.001-.544 0m3.691.002v3.103c.191.003.381.002.571.002.001-1.035-.001-2.07.001-3.105H8.35m5.39-.002c.006 1.035.003 2.071.002 3.107h.562V5.387c.439.006.879-.013 1.318.012-.005.441.004.881-.005 1.321.183-.002.366 0 .549-.003V3.614c-.186.001-.371.001-.557-.001.021.412.015.826.004 1.238-.436.003-.873.001-1.309.001v-1.24a17.61 17.61 0 0 1-.563 0m3.474-.015c-.001.181-.001.362 0 .543h.872v2.578h.563V4.141h.866v-.543h-2.302m-.789 5.799c-1.064.127-1.998.831-2.494 1.768-.795 1.478-.898 3.224-.762 4.867.142 1.428.584 2.988 1.797 3.876 1.393.967 3.542.81 4.668-.505.559-.637.878-1.448 1.067-2.265.239-1.074.279-2.186.181-3.28-.09-.915-.293-1.836-.732-2.652-.331-.621-.831-1.165-1.465-1.482-.692-.352-1.498-.424-2.26-.326m-12.98.165l-.324 5.388 1.853.781c.645-.75 1.835-.977 2.692-.476.717.458.828 1.463.565 2.211-.28.798-1.141 1.24-1.952 1.245a3.773 3.773 0 0 1-2.402-.708c-.358.494-.714.989-1.071 1.485.659.552 1.498.846 2.341.966.938.128 1.921.095 2.808-.261.768-.301 1.442-.856 1.842-1.582.713-1.32.629-3.088-.32-4.273-1.05-1.273-3.037-1.468-4.447-.715.061-.747.104-1.494.167-2.241 1.466-.001 2.932.002 4.398-.001.002-.606.001-1.211 0-1.817H3.444z"/><path d="M16.708 11.189c.688-.151 1.418.211 1.74.831.385.68.502 1.472.556 2.242.048.893.021 1.8-.198 2.671-.141.536-.363 1.086-.802 1.448-.628.522-1.672.428-2.177-.222-.581-.728-.701-1.696-.774-2.595-.036-1.08-.016-2.199.393-3.215.215-.548.654-1.062 1.261-1.16z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-55--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.908 0h22.181c.444.104.806.466.91.91v22.178a1.242 1.242 0 0 1-.91.913H.91a1.243 1.243 0 0 1-.911-.908V.911C.103.468.464.107.907.001m.659.586C1.008.646.559 1.171.575 1.73v20.539c-.007.443.264.875.671 1.052.269.129.574.102.863.103h19.828c.285.002.587.018.848-.118a1.15 1.15 0 0 0 .639-1.038V1.729a1.148 1.148 0 0 0-.639-1.038c-.261-.136-.563-.12-.848-.118H2.109c-.181.002-.363-.009-.543.012z"/><path fill="#fff" d="M10.8 3.723c.588-.363 1.441-.161 1.761.466-.168.098-.335.196-.504.292-.211-.428-.855-.528-1.144-.13-.322.483-.325 1.2.044 1.658.333.394 1.103.193 1.076-.367-.182-.002-.363 0-.545-.003v-.525c.372 0 .743.003 1.115-.002.008.462.03.998-.335 1.345-.553.532-1.591.356-1.94-.33-.406-.768-.298-1.902.472-2.403zM4.661 3.614h.544c.438.683.888 1.358 1.316 2.046-.004-.682.002-1.365-.003-2.047.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.107h-.504c-.45-.701-.923-1.388-1.356-2.1.015.699.003 1.4.007 2.1h-.558c-.001-1.035.001-2.07-.001-3.105zM8.351 3.614h.572c-.002 1.035 0 2.07-.001 3.105-.19 0-.381.001-.571-.002V3.614zM13.74 3.612c.188.004.375.003.563 0v1.241c.436-.001.872.002 1.309-.002.013-.412.015-.826-.001-1.238.185.002.37.001.555.001v3.103c-.183.003-.366.001-.549.003.009-.441 0-.881.005-1.322-.439-.023-.879-.006-1.318-.011v1.332h-.562c.001-1.035.004-2.071-.002-3.107zM17.215 3.598h2.302v.543h-.866v2.578h-.563V4.141h-.872a48.96 48.96 0 0 1 0-.542zM3.839 9.563h6.148v1.819h-4.4l-.162 2.238c1.416-.751 3.411-.553 4.456.733.926 1.17 1.015 2.9.336 4.208-.391.743-1.07 1.313-1.846 1.622-.898.366-1.896.4-2.847.268-.837-.121-1.671-.414-2.325-.965.355-.495.712-.99 1.07-1.483a3.763 3.763 0 0 0 2.385.708c.799-.003 1.652-.421 1.951-1.2.286-.75.187-1.77-.529-2.246-.859-.517-2.061-.288-2.71.466-.616-.263-1.236-.52-1.853-.782.108-1.796.211-3.592.325-5.387zM13.908 9.563h6.15v1.818h-4.4c-.058.746-.108 1.493-.164 2.239 1.418-.754 3.418-.553 4.462.738.933 1.185 1.013 2.942.302 4.254-.405.737-1.095 1.296-1.877 1.594-.877.342-1.844.373-2.768.247-.844-.12-1.685-.413-2.344-.967.356-.495.712-.99 1.07-1.484a3.775 3.775 0 0 0 2.393.708c.811-.004 1.675-.442 1.958-1.24.268-.75.156-1.763-.568-2.22-.858-.496-2.044-.269-2.687.48-.617-.262-1.235-.52-1.852-.781.106-1.796.214-3.592.324-5.388z"/><path d="M1.566.587c.18-.022.362-.01.543-.012h19.828c.285-.002.587-.019.848.118.391.185.645.607.639 1.038V22.27c.006.431-.248.853-.639 1.038-.261.136-.563.12-.848.118H2.109c-.289-.001-.594.026-.863-.103a1.148 1.148 0 0 1-.671-1.052V1.732c-.016-.559.433-1.084.991-1.143M10.8 3.723c-.77.501-.878 1.635-.472 2.403.349.686 1.387.862 1.94.33.364-.347.342-.883.335-1.345-.372.005-.743.002-1.115.002v.525c.181.003.363.001.545.003.027.561-.743.762-1.076.367-.369-.458-.366-1.176-.044-1.658.29-.398.933-.298 1.144.13.169-.096.336-.193.504-.292-.319-.627-1.173-.829-1.761-.466m-6.139-.108c.002 1.035 0 2.07.001 3.105h.558c-.004-.7.008-1.4-.007-2.1.434.711.906 1.399 1.356 2.1h.504c0-1.036-.004-2.071.001-3.107-.186.004-.372.003-.558 0 .006.683 0 1.365.003 2.047-.428-.688-.878-1.364-1.316-2.046h-.544m3.692.001v3.103c.19.003.381.002.571.002.001-1.035-.001-2.07.001-3.105a54.53 54.53 0 0 1-.572 0m5.389-.002c.006 1.035.003 2.071.002 3.107h.562V5.387c.439.005.879-.012 1.318.011-.005.441.004.881-.005 1.322.183-.002.366 0 .549-.003V3.614c-.185 0-.37.001-.555-.001.016.413.014.826.001 1.238-.436.004-.872 0-1.309.002V3.612a17.61 17.61 0 0 1-.563 0m3.475-.014v.542h.872v2.578h.563V4.14h.866v-.543h-2.302M3.839 9.563c-.114 1.795-.217 3.592-.325 5.387.617.262 1.236.519 1.853.782.65-.754 1.852-.983 2.71-.466.715.476.815 1.497.529 2.246-.299.779-1.152 1.197-1.951 1.2a3.769 3.769 0 0 1-2.385-.708c-.358.493-.715.988-1.07 1.483.654.55 1.487.843 2.325.965.951.133 1.949.098 2.847-.268.776-.309 1.455-.879 1.846-1.622.68-1.309.591-3.039-.336-4.208-1.046-1.286-3.04-1.484-4.456-.733l.162-2.238h4.4V9.564H3.84m10.068-.001c-.11 1.796-.217 3.592-.324 5.388.617.261 1.236.519 1.852.781.643-.749 1.829-.976 2.687-.48.723.457.836 1.47.568 2.22-.283.798-1.147 1.236-1.958 1.24a3.78 3.78 0 0 1-2.393-.708c-.358.494-.714.989-1.07 1.484.659.555 1.5.847 2.344.967.923.126 1.891.095 2.768-.247.782-.298 1.472-.856 1.877-1.594.71-1.313.63-3.069-.302-4.254-1.044-1.291-3.044-1.492-4.462-.738.056-.746.105-1.493.164-2.239h4.4V9.565h-6.15z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.912 0h22.173c.447.101.813.467.915.915v22.168a1.23 1.23 0 0 1-.914.917H.916a1.233 1.233 0 0 1-.915-.912V.914C.102.468.468.103.913 0m.653.587C1.008.647.56 1.171.576 1.73v20.54c-.023.639.566 1.199 1.203 1.155 6.83-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.729a1.147 1.147 0 0 0-.67-1.052c-.255-.122-.543-.104-.817-.103H2.063c-.165.001-.332-.007-.497.013z"/><path fill="#fff" d="M10.478 4.005c.514-.678 1.703-.592 2.082.184-.167.098-.335.196-.504.291-.127-.183-.3-.367-.538-.381a.692.692 0 0 0-.725.461c-.184.483-.168 1.111.213 1.496.353.337 1.057.115 1.025-.415-.18 0-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.116-.002-.002.413.036.869-.228 1.22-.473.645-1.582.549-1.994-.118-.405-.662-.386-1.589.095-2.208zM4.662 3.614c.181.001.362.001.543 0 .439.683.891 1.359 1.318 2.049-.006-.683.002-1.367-.004-2.05.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.701-.924-1.389-1.357-2.102.016.7.004 1.401.007 2.101a52.08 52.08 0 0 1-.559 0V3.614zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.38.002-.57-.002V3.615zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24h1.305c.019-.413.022-.828-.002-1.24.186.002.373.002.559.001v3.102c-.183.003-.366.002-.549.003.009-.44 0-.88.006-1.32-.439-.029-.879-.007-1.318-.013-.001.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598h2.301c.001.181.001.362 0 .543l-.864.001c-.003.859 0 1.718-.001 2.577h-.563l-.001-2.578c-.291 0-.581.001-.871-.001a48.961 48.961 0 0 1 0-.542zM4.803 11.272c1.129-1.086 2.655-1.658 4.18-1.901.002.602.001 1.204.001 1.807-.92.143-1.829.473-2.559 1.061a4.028 4.028 0 0 0-1.294 1.86c1.39-.984 3.541-.712 4.602.637.914 1.178 1.008 2.947.209 4.209-.597.938-1.687 1.467-2.775 1.554-.894.082-1.839-.054-2.607-.543-.657-.41-1.137-1.066-1.396-1.79-.315-.86-.347-1.795-.26-2.699.13-1.558.748-3.112 1.898-4.197m1.497 4.08c-.505.073-1 .344-1.259.795-.413.724-.264 1.789.471 2.252a2.33 2.33 0 0 0 2.349.011c.91-.554.954-2.03.131-2.68-.471-.375-1.111-.463-1.693-.378zM16.471 9.394c.794-.098 1.635-.01 2.342.386.634.347 1.116.924 1.433 1.567.452.911.631 1.931.69 2.939.07 1.687-.092 3.519-1.118 4.925-1.022 1.414-3.152 1.686-4.616.836-.801-.477-1.325-1.307-1.622-2.172-.491-1.476-.532-3.074-.311-4.604.168-1.017.504-2.049 1.202-2.83a3.226 3.226 0 0 1 2-1.046m.328 1.783a1.532 1.532 0 0 0-1.037.646c-.42.599-.566 1.339-.647 2.053-.086.927-.075 1.869.101 2.785.125.587.321 1.198.758 1.63.457.46 1.213.544 1.785.263.454-.229.745-.681.921-1.144.328-.871.38-1.817.367-2.739-.025-.889-.12-1.814-.546-2.61-.308-.619-1.011-1.011-1.701-.885z"/><path d="M1.566.587c.165-.02.331-.011.497-.013h19.875c.274 0 .563-.019.817.103.407.178.676.61.67 1.052v20.54c.021.62-.534 1.176-1.155 1.155-6.831.002-13.661 0-20.491.001-.637.044-1.226-.516-1.203-1.155V1.73c-.016-.559.433-1.083.99-1.143m8.912 3.418c-.481.62-.501 1.546-.095 2.208.411.667 1.521.762 1.994.118.264-.351.225-.806.228-1.22-.372.005-.744.002-1.116.002l.001.525c.18.002.361.002.541.003.032.53-.673.752-1.025.415-.381-.384-.397-1.013-.213-1.496a.692.692 0 0 1 .725-.461c.238.014.411.198.538.381.169-.095.337-.193.504-.291-.38-.776-1.568-.862-2.082-.184m-5.816-.391v3.104h.559c-.003-.7.009-1.401-.007-2.101.433.713.906 1.401 1.357 2.102h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.367.004 2.05-.427-.69-.878-1.366-1.318-2.049-.181.001-.362.001-.543 0m3.69.001v3.102c.19.004.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.443 0-.887.001-1.331.439.006.879-.016 1.318.013-.006.44.004.88-.006 1.32.183-.001.366 0 .549-.003V3.615a34.7 34.7 0 0 1-.559-.001c.023.412.021.827.002 1.24h-1.305c-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.476-.016c-.002.18-.002.361 0 .542.29.002.581 0 .871.001l.001 2.578h.563c.001-.859-.002-1.718.001-2.577l.864-.001c.001-.181.001-.362 0-.543h-2.301M4.803 11.272c-1.151 1.085-1.769 2.639-1.898 4.197-.088.904-.055 1.838.26 2.699.26.724.739 1.38 1.396 1.79.768.488 1.713.625 2.607.543 1.087-.088 2.178-.616 2.775-1.554.799-1.262.705-3.031-.209-4.209-1.061-1.349-3.212-1.62-4.602-.637a4.02 4.02 0 0 1 1.294-1.86c.731-.589 1.64-.918 2.559-1.061 0-.602.001-1.205-.001-1.807-1.526.243-3.051.815-4.18 1.901m11.667-1.88a3.226 3.226 0 0 0-2 1.046c-.697.781-1.034 1.813-1.202 2.83-.221 1.53-.18 3.128.311 4.604.297.865.821 1.695 1.622 2.172 1.464.85 3.594.578 4.616-.836 1.027-1.406 1.188-3.238 1.118-4.925-.059-1.008-.238-2.028-.69-2.939-.318-.642-.799-1.219-1.433-1.567-.707-.396-1.548-.483-2.342-.386z"/><path d="M16.799 11.178c.69-.127 1.393.265 1.701.885.426.797.521 1.721.546 2.61.014.922-.039 1.867-.367 2.739-.175.463-.467.915-.921 1.144-.572.281-1.328.197-1.785-.263-.437-.433-.634-1.043-.758-1.63-.176-.916-.187-1.859-.101-2.785.081-.714.227-1.455.647-2.053a1.532 1.532 0 0 1 1.037-.646zM6.299 15.35c.581-.085 1.222.003 1.693.378.823.65.779 2.127-.131 2.68a2.33 2.33 0 0 1-2.349-.011c-.735-.463-.883-1.528-.471-2.252.258-.452.754-.722 1.259-.795z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-65--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.915 0h22.17c.447.102.815.469.914.917v22.167a1.23 1.23 0 0 1-.917.916H.914a1.232 1.232 0 0 1-.915-.915V.913C.101.467.467.1.914 0m.652.587C1.008.647.559 1.171.575 1.73v20.539c-.023.64.567 1.2 1.203 1.156 6.831-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.73a1.147 1.147 0 0 0-.67-1.052c-.255-.122-.543-.104-.817-.103H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M10.478 4.005c.514-.678 1.703-.592 2.082.185-.167.098-.335.196-.504.291-.201-.404-.789-.525-1.1-.18-.374.475-.377 1.235 0 1.71.331.393 1.108.193 1.074-.368-.18-.001-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.116-.002-.002.413.037.869-.228 1.22-.473.645-1.582.549-1.993-.118-.406-.662-.386-1.589.095-2.208zM4.662 3.614c.181.001.362.001.543 0 .439.683.89 1.359 1.318 2.049-.006-.683.002-1.367-.004-2.05.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.701-.924-1.389-1.357-2.102.016.7.004 1.401.007 2.101h-.557c-.004-1.035 0-2.07-.002-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.38.002-.57-.002-.002-1.034-.001-2.068 0-3.102zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24h1.303c.024-.412.02-.828.002-1.24.186.002.371.001.557.001v3.102c-.183.004-.366.002-.549.003.009-.44 0-.879.006-1.32-.439-.029-.879-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598h2.301v.542l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.001-.871-.001a32.64 32.64 0 0 1 0-.542zM5.189 11.282c1.131-1.09 2.659-1.668 4.189-1.911.001.602.002 1.204 0 1.806-.934.146-1.858.484-2.593 1.091a4.003 4.003 0 0 0-1.257 1.836c1.319-.945 3.334-.742 4.442.443 1.272 1.386 1.233 3.846-.232 5.083-.682.586-1.585.862-2.473.889-.828.03-1.686-.139-2.381-.608-.66-.435-1.127-1.123-1.369-1.868-.314-.946-.298-1.965-.173-2.942.185-1.425.795-2.82 1.846-3.818m1.532 4.063c-.475.065-.947.297-1.221.702-.5.738-.348 1.91.454 2.376a2.34 2.34 0 0 0 2.295-.008c.796-.476.936-1.652.425-2.384-.431-.608-1.25-.788-1.952-.685zM13.935 9.563c2.051 0 4.102-.002 6.153.001.001.605.004 1.21-.001 1.815-1.465.005-2.93 0-4.395.002-.07.747-.102 1.497-.173 2.243 1.393-.745 3.347-.567 4.411.665.966 1.154 1.075 2.898.41 4.224-.375.735-1.029 1.311-1.785 1.633-.907.394-1.927.44-2.895.309-.85-.118-1.698-.411-2.362-.969.356-.495.713-.99 1.071-1.484a3.782 3.782 0 0 0 2.364.708c.814.005 1.686-.423 1.98-1.22.281-.76.165-1.798-.579-2.252-.858-.48-2.029-.252-2.668.492-.618-.261-1.236-.52-1.853-.782l.323-5.387z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h19.875c.274-.001.562-.02.817.103.407.178.677.61.67 1.052v20.539c.021.621-.534 1.176-1.155 1.155-6.83.002-13.66 0-20.491.001-.637.044-1.226-.516-1.203-1.156V1.73c-.016-.559.433-1.083.991-1.143m8.912 3.418c-.481.62-.501 1.546-.095 2.208.411.667 1.521.762 1.993.118.264-.351.225-.806.228-1.22-.372.005-.744.002-1.116.002l.001.525c.18.002.361.002.541.003.034.562-.742.762-1.074.368-.378-.475-.374-1.234 0-1.71.311-.345.899-.223 1.1.18.169-.095.337-.193.504-.291-.379-.777-1.568-.862-2.082-.185m-5.816-.389c.002 1.035-.002 2.07.002 3.105h.557c-.003-.7.009-1.401-.007-2.101.433.713.906 1.401 1.357 2.102h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.367.004 2.05-.428-.69-.878-1.366-1.318-2.049-.181.001-.362.001-.543 0m3.69 0v3.102c.19.004.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.444 0-.887.001-1.331.439.006.879-.016 1.318.013-.006.44.003.88-.006 1.32.183-.001.366 0 .549-.003V3.615c-.186 0-.372.001-.557-.001.018.412.023.828-.002 1.24h-1.303c-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.476-.016c-.002.18-.002.361 0 .542.29.002.581 0 .871.001l.001 2.578h.563V4.142l.865-.001a48.96 48.96 0 0 0 0-.542h-2.301M5.189 11.282c-1.051.998-1.662 2.393-1.846 3.818-.124.977-.141 1.996.173 2.942.242.746.709 1.433 1.369 1.868.695.469 1.553.637 2.381.608.888-.026 1.792-.303 2.473-.889 1.464-1.237 1.503-3.698.232-5.083-1.109-1.184-3.123-1.387-4.442-.443a3.996 3.996 0 0 1 1.257-1.836c.735-.607 1.659-.945 2.593-1.091.002-.602.001-1.204 0-1.806-1.53.243-3.058.821-4.189 1.911m8.745-1.718l-.323 5.387c.617.262 1.236.521 1.853.782.639-.743 1.81-.972 2.668-.492.744.455.86 1.492.579 2.252-.294.797-1.166 1.225-1.98 1.22-.842.044-1.679-.224-2.364-.708-.358.494-.715.988-1.071 1.484.664.558 1.513.851 2.362.969.969.131 1.989.085 2.895-.309.756-.322 1.41-.897 1.785-1.633.665-1.326.556-3.07-.41-4.224-1.064-1.232-3.018-1.41-4.411-.665.071-.746.103-1.496.173-2.243 1.465-.003 2.93.003 4.395-.002.006-.605.003-1.21.001-1.815-2.051-.003-4.102-.001-6.153-.001z"/><path d="M6.72 15.346c.703-.103 1.521.077 1.952.685.511.732.371 1.908-.425 2.384a2.337 2.337 0 0 1-2.295.008c-.802-.466-.954-1.638-.454-2.376.274-.405.746-.637 1.221-.702z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.908 0h22.181c.444.104.806.466.911.91v22.177a1.242 1.242 0 0 1-.91.913H.912A1.243 1.243 0 0 1 0 23.092V.91C.104.467.466.105.908 0m.658.587C1.008.647.559 1.171.575 1.73v20.539c-.023.64.567 1.2 1.204 1.156 6.83-.001 13.66.001 20.49-.001.621.021 1.177-.534 1.155-1.155V1.73a1.15 1.15 0 0 0-.67-1.053c-.254-.122-.542-.104-.817-.103H2.109c-.181.002-.363-.009-.544.012z"/><path fill="#fff" d="M10.478 4.006c.514-.678 1.703-.593 2.082.184-.167.098-.335.196-.504.291-.205-.417-.822-.527-1.122-.156-.347.48-.35 1.218.023 1.685.331.393 1.107.193 1.074-.368-.181-.001-.361 0-.542-.003v-.525c.372 0 .743.003 1.115-.002-.002.413.037.869-.227 1.22-.472.645-1.582.549-1.993-.118-.406-.662-.386-1.588.095-2.208zM4.661 3.614c.181.001.362.001.543 0 .439.682.888 1.358 1.317 2.047-.004-.683.002-1.365-.003-2.048.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.45-.701-.923-1.388-1.356-2.1.015.7.003 1.4.006 2.1h-.557c-.002-1.035 0-2.07-.002-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.191.001-.381.002-.571-.002V3.615zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24h1.301c.026-.412.023-.828.001-1.24.187.002.373.002.559.001v3.102c-.183.003-.366.002-.549.003.009-.44 0-.88.005-1.32-.439-.027-.878-.007-1.318-.012-.001.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0 .001.181.001.362 0 .543l-.865.001v2.577h-.563l-.001-2.578c-.291 0-.581.001-.872-.001a48.96 48.96 0 0 1 0-.542zM15.953 9.392c.795-.096 1.636-.006 2.341.394.683.38 1.185 1.024 1.501 1.73.484 1.075.619 2.269.63 3.437-.015 1.107-.144 2.233-.574 3.262-.297.715-.769 1.38-1.432 1.796-1.298.784-3.144.688-4.274-.36-1.123-1.075-1.447-2.702-1.524-4.195-.051-1.617.122-3.354 1.074-4.715a3.257 3.257 0 0 1 2.258-1.349m.24 1.798c-.495.084-.895.451-1.123.885-.376.709-.479 1.523-.528 2.314-.035.854-.001 1.72.205 2.552.139.525.354 1.065.778 1.425.619.534 1.666.449 2.182-.19.552-.668.697-1.564.778-2.4.068-1.242.064-2.565-.512-3.7-.315-.651-1.066-1.047-1.78-.885zM2.79 9.547h7.34l.001 1.706c.02.143-.109.23-.184.332-.938 1.141-1.606 2.482-2.082 3.875a16.28 16.28 0 0 0-.867 4.874l-1.904-.001c.013-1.734.25-3.48.844-5.115.486-1.372 1.211-2.648 2.046-3.836-1.732-.002-3.464 0-5.195-.001V9.547z"/><path d="M1.566.587c.18-.022.362-.01.544-.012h19.828c.274 0 .563-.019.817.103.407.178.677.61.67 1.053V22.27c.021.621-.534 1.176-1.155 1.155-6.83.002-13.66 0-20.49.001-.637.044-1.227-.516-1.204-1.156V1.731C.56 1.172 1.009.647 1.567.588m8.911 3.418c-.481.62-.501 1.545-.095 2.208.411.667 1.521.762 1.993.118.264-.351.225-.806.227-1.22-.372.005-.743.002-1.115.002v.525l.542.003c.033.562-.742.762-1.074.368-.374-.467-.37-1.204-.023-1.685.3-.372.917-.261 1.122.156.169-.095.337-.193.504-.291-.379-.777-1.568-.862-2.082-.184m-5.816-.392c.002 1.035 0 2.07.002 3.105h.557c-.003-.7.009-1.4-.006-2.1.433.712.906 1.399 1.356 2.1h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683 0 1.365.003 2.048-.428-.689-.877-1.365-1.317-2.047-.181.001-.362.001-.543 0m3.691.001v3.102c.19.004.38.003.571.002.001-1.035-.001-2.069.001-3.104h-.572m5.389-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.443 0-.887.001-1.331.439.006.879-.015 1.318.012-.005.44.004.88-.005 1.32.183-.001.366 0 .549-.003V3.614a34.7 34.7 0 0 1-.559-.001c.022.412.025.828-.001 1.24h-1.301c-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.474-.015v.542c.291.002.581 0 .872.001l.001 2.578h.563V4.142l.865-.001c.001-.181.001-.362 0-.543h-2.301m-1.262 5.794c-.9.106-1.737.608-2.258 1.349-.952 1.361-1.125 3.098-1.074 4.715.077 1.493.402 3.12 1.524 4.195 1.13 1.048 2.976 1.143 4.274.36.664-.416 1.135-1.081 1.432-1.796.43-1.029.56-2.155.574-3.262-.012-1.168-.147-2.362-.63-3.437-.315-.706-.817-1.35-1.501-1.73-.705-.4-1.547-.49-2.341-.394M2.79 9.547v1.834c1.732.001 3.464-.001 5.195.001-.834 1.188-1.56 2.464-2.046 3.836-.594 1.635-.832 3.381-.844 5.115l1.904.001a16.28 16.28 0 0 1 .867-4.874c.476-1.393 1.144-2.734 2.082-3.875.075-.102.204-.19.184-.332-.002-.569 0-1.138-.001-1.706h-7.34z"/><path d="M16.193 11.19c.714-.162 1.466.234 1.78.885.576 1.135.58 2.458.512 3.7-.08.837-.225 1.733-.778 2.4-.516.639-1.563.725-2.182.19-.424-.361-.639-.9-.778-1.425-.207-.832-.24-1.698-.205-2.552.049-.79.151-1.605.528-2.314.228-.434.629-.8 1.123-.885z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-75--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.909 0h22.178c.445.103.809.467.912.912v22.174a1.24 1.24 0 0 1-.912.915H.912a1.238 1.238 0 0 1-.913-.909V.913C.102.469.465.106.908.002m.658.585C1.008.647.56 1.171.576 1.73v20.539c-.023.64.567 1.2 1.203 1.156 6.831-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.73a1.148 1.148 0 0 0-.67-1.053c-.255-.122-.543-.104-.817-.103H2.063c-.165.001-.332-.007-.497.013z"/><path fill="#fff" d="M10.478 4.006c.514-.678 1.703-.593 2.082.184-.167.098-.335.196-.504.291-.201-.404-.789-.525-1.1-.18-.374.476-.377 1.235.001 1.71.331.393 1.107.193 1.073-.368-.18-.001-.361 0-.542-.003v-.525c.372 0 .743.003 1.115-.002-.002.413.037.869-.227 1.219-.472.645-1.582.55-1.994-.117-.405-.662-.386-1.588.095-2.208zM4.661 3.614c.181.001.362.001.543 0 .439.683.889 1.358 1.317 2.048-.005-.683.002-1.366-.004-2.048.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106H6.57c-.451-.701-.924-1.388-1.357-2.1.015.7.004 1.401.007 2.1h-.557c-.003-1.035 0-2.07-.002-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.381.002-.57-.002V3.615zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24.44-.002.879.006 1.319-.005-.013-.412.015-.824-.016-1.235.187.002.373.002.559.001v3.102c-.183.003-.366.002-.549.003.009-.44 0-.88.005-1.32-.439-.028-.878-.007-1.318-.012-.001.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0 .001.181.001.362 0 .543l-.865.001v2.577h-.563l-.001-2.578c-.291 0-.581.001-.872-.001-.001-.18-.001-.361.001-.542zM3.183 9.547h7.34c-.013.61.027 1.23-.019 1.834-1.027 1.202-1.763 2.632-2.263 4.126-.518 1.554-.826 3.186-.848 4.826H5.487c.014-1.729.249-3.469.839-5.1.486-1.378 1.214-2.66 2.052-3.852l-5.195-.001V9.547zM13.402 9.563h6.147v1.818l-4.4.001-.162 2.238c1.416-.751 3.411-.552 4.456.733.926 1.17 1.015 2.9.336 4.208-.386.732-1.051 1.297-1.813 1.609-.906.378-1.918.416-2.88.281-.837-.122-1.671-.414-2.324-.965.354-.496.711-.99 1.069-1.483a3.759 3.759 0 0 0 2.385.708c.811-.001 1.677-.436 1.964-1.233.273-.753.159-1.775-.571-2.231-.86-.492-2.039-.261-2.683.485-.615-.265-1.235-.519-1.851-.783.107-1.795.211-3.591.325-5.386z"/><path d="M1.566.587c.165-.02.331-.011.497-.013h19.875c.274 0 .563-.019.817.103.407.178.677.61.67 1.053v20.539c.021.621-.534 1.176-1.155 1.155-6.83.002-13.66 0-20.491.001-.637.044-1.226-.516-1.203-1.156V1.73c-.016-.559.433-1.084.99-1.143m8.912 3.419c-.481.62-.501 1.545-.095 2.208.411.667 1.522.762 1.994.117.264-.351.225-.806.227-1.219-.372.005-.743.002-1.115.002v.525l.542.003c.033.562-.742.762-1.073.368-.378-.474-.375-1.234-.001-1.71.311-.345.899-.223 1.1.18.169-.095.337-.193.504-.291-.38-.777-1.568-.862-2.082-.184m-5.818-.391c.002 1.035-.001 2.07.002 3.105h.557c-.003-.7.009-1.4-.007-2.1.433.712.906 1.4 1.357 2.1h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.365.004 2.048-.428-.69-.878-1.365-1.317-2.047-.181.001-.362.001-.543 0m3.69.001v3.102c.19.004.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.443 0-.887.001-1.331.439.006.879-.015 1.318.012-.005.44.004.88-.005 1.32.183-.001.366 0 .549-.003V3.614a34.7 34.7 0 0 1-.559-.001c.031.411.003.824.016 1.235-.439.01-.879.002-1.319.005-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.475-.015c-.002.181-.002.361-.001.542.291.002.581 0 .872.001l.001 2.578h.563V4.142l.865-.001c.001-.181.001-.362 0-.543h-2.301M3.183 9.547v1.833l5.195.001c-.838 1.193-1.566 2.474-2.052 3.852-.59 1.631-.825 3.371-.839 5.1h1.906c.022-1.64.329-3.271.847-4.826.5-1.494 1.236-2.924 2.263-4.126.046-.604.007-1.224.019-1.834h-7.34m10.22.016c-.114 1.795-.218 3.591-.325 5.386.616.263 1.235.518 1.851.783.644-.745 1.823-.976 2.683-.485.73.457.844 1.478.571 2.231-.287.797-1.153 1.231-1.964 1.233a3.77 3.77 0 0 1-2.385-.708c-.358.493-.715.987-1.069 1.483.653.551 1.487.843 2.324.965.962.135 1.974.097 2.88-.281.762-.312 1.427-.877 1.813-1.609.679-1.309.59-3.039-.336-4.208-1.046-1.285-3.04-1.485-4.456-.733l.162-2.238 4.4-.001V9.563h-6.147z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.913 0h22.172c.447.101.814.468.915.915v22.168a1.23 1.23 0 0 1-.915.917H.916A1.234 1.234 0 0 1 0 23.087V.914C.101.467.467.102.913 0m.653.587C1.008.646.559 1.171.575 1.73v20.539c-.022.639.566 1.199 1.203 1.155 6.831-.001 13.661.001 20.492-.001.62.021 1.175-.534 1.155-1.155V1.728a1.147 1.147 0 0 0-.67-1.052c-.255-.122-.543-.104-.817-.103H2.063c-.165.001-.332-.007-.496.013z"/><path fill="#fff" d="M10.478 4.005c.514-.678 1.703-.592 2.082.184-.167.098-.334.196-.504.291-.201-.404-.788-.525-1.099-.181-.374.476-.378 1.236 0 1.71.332.394 1.108.193 1.074-.368-.18-.001-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.115-.002-.002.413.037.869-.228 1.22-.473.645-1.582.549-1.993-.118-.405-.662-.386-1.589.095-2.208zM4.662 3.614c.181.001.362.001.543 0 .439.683.89 1.359 1.318 2.049-.006-.683.002-1.367-.004-2.05.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.701-.924-1.389-1.357-2.102.016.7.004 1.401.007 2.101h-.557c-.003-1.035 0-2.07-.001-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.38.002-.57-.002V3.615zM13.74 3.612c.188.004.375.003.563 0 .002.413 0 .827.001 1.24.431-.005.862.01 1.293-.007.05-.395.019-.825.013-1.233.185.002.37.001.556.001v3.102c-.183.003-.366.002-.549.003.009-.44 0-.88.006-1.32-.439-.028-.879-.007-1.318-.013-.001.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0 .001.181.001.362 0 .543l-.865.001v2.577h-.563l-.001-2.578c-.291 0-.581.001-.871-.001a48.96 48.96 0 0 1 0-.542zM3.896 10.364c.542-.587 1.328-.894 2.112-.975.949-.094 1.966.035 2.766.59 1.117.73 1.497 2.359.82 3.507-.232.397-.583.711-.974.945.722.358 1.345.967 1.599 1.745.374 1.169.046 2.558-.877 3.385-1.045.939-2.581 1.125-3.914.838-.702-.16-1.372-.508-1.858-1.046-.751-.824-.995-2.051-.689-3.113.235-.806.878-1.436 1.623-1.791-.527-.311-.975-.786-1.171-1.374-.304-.915-.104-2.001.563-2.709m2.307.763c-.389.061-.776.266-.971.619-.289.511-.131 1.222.356 1.554.608.422 1.519.391 2.073-.111.453-.406.507-1.18.09-1.63-.384-.421-1.008-.516-1.548-.432m0 4.264c-.541.075-1.06.389-1.324.875-.393.699-.212 1.693.471 2.145.761.505 1.872.468 2.576-.126.609-.514.709-1.493.248-2.135-.428-.623-1.245-.876-1.971-.759zM16.566 9.397c.763-.098 1.568-.026 2.26.326.655.328 1.166.898 1.497 1.544.448.861.639 1.831.717 2.791.084 1.242.01 2.512-.371 3.703-.284.875-.783 1.721-1.571 2.229-1.307.812-3.189.715-4.326-.358-1.114-1.086-1.433-2.713-1.506-4.208-.047-1.619.13-3.362 1.1-4.716a3.25 3.25 0 0 1 2.199-1.312m.283 1.793c-.607.098-1.046.613-1.261 1.16-.409 1.016-.429 2.136-.393 3.215.075.908.195 1.893.796 2.621.54.666 1.652.713 2.254.108.506-.501.697-1.223.815-1.904a9.886 9.886 0 0 0-.014-2.994c-.117-.645-.309-1.32-.784-1.798-.362-.368-.914-.502-1.414-.407z"/><path d="M1.566.587c.165-.02.331-.011.496-.013h19.875c.274 0 .563-.019.817.103.407.178.677.61.67 1.052v20.54c.021.62-.534 1.175-1.155 1.155-6.831.002-13.661 0-20.492.001-.637.044-1.225-.516-1.203-1.155V1.731c-.016-.56.433-1.084.991-1.143m8.913 3.417c-.481.62-.501 1.546-.095 2.208.411.667 1.521.762 1.993.118.264-.351.226-.806.228-1.22-.372.005-.743.002-1.115.002l.001.525c.18.002.361.002.541.003.034.562-.742.762-1.074.368-.378-.474-.374-1.234 0-1.71.311-.345.898-.223 1.099.181.17-.095.337-.193.504-.291-.38-.776-1.568-.863-2.082-.184m-5.816-.391c.002 1.035-.001 2.07.001 3.105h.557c-.003-.7.009-1.401-.007-2.101.433.713.906 1.401 1.357 2.102h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.367.004 2.05-.428-.69-.878-1.366-1.318-2.049-.181.001-.362.001-.543 0m3.691 0v3.102c.19.004.38.003.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.003c.006 1.035.002 2.071.002 3.106h.561c.002-.443 0-.887.001-1.331.439.006.879-.015 1.318.013-.006.44.003.88-.006 1.32.183-.001.366 0 .549-.003V3.615c-.186 0-.371.001-.556-.001.007.408.037.838-.013 1.233-.431.016-.862.002-1.293.007-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.476-.016c-.002.181-.002.361 0 .542.29.002.581 0 .871.001l.001 2.578h.563V4.142l.865-.001c.001-.181.001-.362 0-.543h-2.301M3.896 10.364c-.667.709-.867 1.794-.563 2.709.196.588.644 1.063 1.171 1.374-.745.355-1.388.985-1.623 1.791-.306 1.062-.062 2.29.689 3.113.485.539 1.156.886 1.858 1.046 1.333.287 2.869.102 3.914-.838.922-.827 1.25-2.217.877-3.385-.254-.778-.877-1.388-1.599-1.745.39-.235.742-.549.974-.945.677-1.148.297-2.777-.82-3.507-.799-.555-1.817-.684-2.766-.59-.783.081-1.57.388-2.112.975m12.67-.965a3.246 3.246 0 0 0-2.199 1.312c-.969 1.354-1.147 3.097-1.1 4.716.073 1.495.391 3.122 1.506 4.208 1.137 1.072 3.019 1.17 4.326.358.788-.508 1.288-1.354 1.571-2.229.382-1.192.455-2.461.371-3.703-.078-.96-.269-1.93-.717-2.791-.331-.646-.842-1.216-1.497-1.544-.693-.352-1.498-.424-2.26-.326z"/><path d="M6.203 11.129c.54-.084 1.163.011 1.548.432.417.45.363 1.224-.09 1.63-.554.502-1.465.533-2.073.111-.488-.332-.645-1.043-.356-1.554.195-.353.583-.558.971-.619zM16.848 11.189c.5-.095 1.052.039 1.414.407.474.477.667 1.153.784 1.798.158.989.159 2.004.014 2.994-.118.681-.309 1.403-.815 1.904-.602.605-1.715.558-2.254-.108-.601-.728-.721-1.712-.796-2.621-.036-1.079-.015-2.198.393-3.215.215-.547.653-1.062 1.261-1.16zM6.203 15.393c.726-.116 1.543.136 1.971.759.461.642.361 1.621-.248 2.135-.704.594-1.815.631-2.576.126-.683-.453-.864-1.446-.471-2.145.264-.487.783-.8 1.324-.875z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--night-speed-limit-85--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.911 0h22.176c.446.102.81.467.913.913v22.172a1.234 1.234 0 0 1-.913.915H.914A1.237 1.237 0 0 1 0 23.089V.912C.102.467.466.103.911 0m.655.587C1.008.647.56 1.171.576 1.73v20.539c-.021.621.535 1.176 1.155 1.155H22.27c.621.021 1.176-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.063c-.165.001-.332-.008-.497.012z"/><path fill="#fff" d="M10.478 4.006c.514-.678 1.703-.593 2.082.184-.167.098-.335.196-.504.291-.2-.404-.788-.525-1.099-.181-.374.476-.377 1.236 0 1.71.331.393 1.109.193 1.073-.368-.18-.001-.361 0-.541-.003l-.001-.525c.372 0 .743.003 1.116-.002-.002.413.037.869-.228 1.22-.473.644-1.582.549-1.993-.118-.406-.662-.386-1.588.095-2.208zM4.662 3.614c.181.001.362.001.543 0 .439.683.89 1.358 1.317 2.048-.005-.683.002-1.366-.004-2.049.186.003.372.003.558 0-.005 1.035-.002 2.071-.001 3.106h-.504c-.451-.701-.924-1.388-1.357-2.101.015.7.004 1.401.007 2.101h-.558l-.001-3.105zM8.351 3.615h.572c-.002 1.035 0 2.069-.001 3.104-.19.001-.38.002-.57-.002-.002-1.034-.001-2.068 0-3.101zM13.74 3.612c.188.004.375.003.563 0 .003.413 0 .827.001 1.24h1.302c.024-.412.023-.828 0-1.24.186.002.373.001.559.001v3.102c-.183.004-.366.002-.549.003.009-.44 0-.879.005-1.319-.438-.03-.878-.007-1.318-.013-.002.443.001.887-.001 1.331h-.561c0-1.035.004-2.071-.002-3.106zM17.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.001-.871-.001a32.64 32.64 0 0 1 0-.542zM4.756 9.961c.795-.542 1.8-.666 2.737-.573.773.081 1.547.379 2.092.947.701.717.917 1.846.576 2.782-.205.562-.641 1.013-1.151 1.313.73.36 1.358.98 1.607 1.768.371 1.188.018 2.598-.941 3.413-1.112.945-2.724 1.095-4.093.724-.867-.244-1.658-.819-2.071-1.632-.416-.823-.498-1.83-.16-2.694.278-.704.871-1.239 1.543-1.563-.417-.251-.788-.593-1.018-1.027-.614-1.156-.232-2.745.878-3.459m1.824 1.172c-.332.058-.66.214-.869.486-.32.412-.304 1.041.021 1.447.537.654 1.619.693 2.264.179.495-.389.585-1.192.164-1.667-.386-.438-1.028-.534-1.579-.444m-.001 4.263c-.562.083-1.098.426-1.345.947-.348.7-.145 1.651.525 2.084.758.489 1.851.451 2.549-.132.61-.506.721-1.478.271-2.123-.426-.641-1.263-.899-2.001-.775zM14.048 9.563a6301.7 6301.7 0 0 1 6.149 0v1.817c-1.466.002-2.932 0-4.398.001-.06.746-.108 1.493-.165 2.24 1.418-.755 3.418-.554 4.462.737.927 1.176 1.011 2.915.319 4.224-.398.74-1.081 1.306-1.86 1.61-.885.355-1.867.389-2.803.26-.843-.12-1.684-.412-2.343-.966.355-.496.712-.99 1.07-1.484a3.76 3.76 0 0 0 2.347.709c.814.008 1.691-.412 1.992-1.207.286-.756.178-1.789-.555-2.253-.858-.495-2.043-.27-2.686.48l-1.853-.781c.106-1.796.214-3.592.324-5.387z"/><path d="M1.566.587c.165-.02.331-.011.497-.012H22.27c.621-.022 1.176.534 1.155 1.155v20.539c.021.621-.534 1.176-1.155 1.155H1.731c-.621.021-1.177-.534-1.155-1.155V1.73c-.016-.559.433-1.084.99-1.143m8.912 3.419c-.481.62-.501 1.545-.095 2.208.411.667 1.521.762 1.993.118.264-.351.225-.806.228-1.22-.372.005-.744.002-1.116.002l.001.525c.18.003.36.002.541.003.035.562-.742.762-1.073.368-.378-.474-.374-1.234 0-1.71.311-.345.899-.223 1.099.181.17-.094.337-.193.504-.291-.379-.777-1.568-.863-2.082-.184m-5.816-.392l.001 3.105h.558c-.003-.7.009-1.401-.007-2.101.433.713.906 1.4 1.357 2.101h.504c0-1.035-.004-2.071.001-3.106-.186.004-.372.003-.558 0 .006.683-.001 1.366.004 2.049-.428-.69-.878-1.366-1.317-2.048-.181.001-.362.001-.543 0m3.689.001v3.101c.19.005.38.004.57.002.002-1.035 0-2.069.001-3.104H8.35m5.39-.002c.006 1.035.002 2.071.002 3.106h.561c.002-.444 0-.887.001-1.331.439.006.879-.016 1.318.013-.005.44.004.879-.005 1.319.183-.001.366 0 .549-.003V3.614c-.187 0-.373.001-.559-.001.023.412.024.828 0 1.24h-1.302c-.002-.413.001-.827-.001-1.24a17.61 17.61 0 0 1-.563 0m3.474-.015c-.002.181-.002.361 0 .542.29.002.581 0 .871.001l.001 2.578h.563V4.142l.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0M4.756 9.961c-1.11.714-1.492 2.303-.878 3.459.23.434.601.775 1.018 1.027-.672.324-1.265.86-1.543 1.563-.338.864-.256 1.871.16 2.694.412.812 1.204 1.387 2.071 1.632 1.369.371 2.981.221 4.093-.724.959-.815 1.312-2.225.941-3.413-.249-.788-.877-1.408-1.607-1.768.51-.3.946-.751 1.151-1.313.341-.936.125-2.065-.576-2.782-.545-.569-1.32-.866-2.092-.947-.938-.093-1.943.031-2.738.573m9.292-.399c-.11 1.796-.218 3.592-.324 5.387.617.262 1.235.521 1.853.781.643-.75 1.828-.975 2.686-.48.733.465.841 1.498.555 2.253-.301.796-1.178 1.216-1.992 1.207a3.766 3.766 0 0 1-2.347-.709c-.357.494-.715.988-1.07 1.484.659.554 1.5.847 2.343.966.936.128 1.917.095 2.803-.26.779-.304 1.462-.87 1.86-1.61.692-1.309.607-3.048-.319-4.224-1.044-1.291-3.044-1.492-4.462-.737.057-.747.105-1.494.165-2.24l4.398-.001c.002-.606.001-1.211 0-1.817a6301.7 6301.7 0 0 0-6.149 0z"/><path d="M6.579 11.132c.551-.09 1.193.006 1.579.444.421.475.331 1.278-.164 1.667-.645.515-1.726.476-2.264-.179-.324-.405-.341-1.034-.021-1.447.209-.272.537-.428.869-.486zM6.579 15.396c.737-.124 1.575.135 2.001.775.45.645.339 1.617-.271 2.123-.698.584-1.791.622-2.549.132-.67-.433-.874-1.384-.525-2.084.247-.521.783-.864 1.345-.947z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-abnormal-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.077 0h1.555c4.52.229 8.761 3.19 10.454 7.397.493 1.129.722 2.345.913 3.556v2.15c-.434 4.058-2.947 7.854-6.647 9.641-1.309.69-2.765 1.012-4.213 1.256h-2.245c-1.278-.218-2.564-.473-3.748-1.024C3.068 21.217.234 17.058-.001 12.632v-1.255C.233 6.919 3.112 2.73 7.233.991 8.449.443 9.767.201 11.077 0M8.508 2.636a10.033 10.033 0 0 0-5.516 5.038c-1.679 3.407-1.165 7.744 1.273 10.657 1.697-1.704 3.402-3.398 5.099-5.102.239-.238.478-.475.715-.715.342-.337.684-.676 1.016-1.024.796-.774 1.572-1.567 2.359-2.351 1.628-1.622 3.25-3.254 4.882-4.874-2.68-2.24-6.569-2.863-9.828-1.628m6.145 8.143c-.242.236-.482.475-.721.715a51.62 51.62 0 0 0-1.016 1.024c-.793.775-1.571 1.566-2.356 2.347-1.63 1.624-3.247 3.258-4.883 4.874 2.408 2.008 5.789 2.752 8.82 1.952 3.433-.857 6.28-3.672 7.169-7.098.845-3.058.092-6.464-1.902-8.921a768.888 768.888 0 0 0-5.111 5.106z"/><path fill="#fff" d="M8.508 2.636c3.259-1.235 7.148-.612 9.828 1.628-1.632 1.62-3.253 3.252-4.882 4.874-.583-1.885-1.174-3.769-1.753-5.657-.988-.005-1.975-.002-2.963-.002-.689 2.059-1.322 4.139-2.088 6.169-.172.54-.742.703-1.25.696v1.144h3.677c-.004-.374-.002-.748.002-1.122-.302-.053-.767.055-.906-.302-.091-.401.11-.787.221-1.163.841.004 1.682.004 2.524 0 .11.373.306.756.223 1.154-.132.366-.605.258-.908.311.005.373.006.748.004 1.121.286.001.572 0 .859.002-.332.348-.674.686-1.016 1.024l-.72.01c0 .235.002.47.005.706-1.697 1.704-3.402 3.398-5.099 5.102-2.438-2.914-2.952-7.25-1.273-10.657a10.044 10.044 0 0 1 5.516-5.038z"/><path fill="#fff" d="M9.685 5.005c.308.976.614 1.952.92 2.929-.63.002-1.26.002-1.89 0 .323-.977.643-1.955.97-2.929zM14.653 10.78a768.888 768.888 0 0 1 5.111-5.106c1.994 2.456 2.747 5.863 1.902 8.921-.889 3.426-3.736 6.241-7.169 7.098-3.031.799-6.412.055-8.82-1.952 1.636-1.616 3.253-3.251 4.883-4.874.584 1.883 1.175 3.764 1.753 5.65.988.01 1.975.002 2.964.006.691-2.054 1.319-4.134 2.089-6.16.17-.54.744-.692 1.249-.697-.001-.382-.001-.763.001-1.144l-3.678-.001c.004.373.002.746-.002 1.12.301.058.742-.047.9.293.084.282-.023.574-.103.842-.494 1.402-.93 2.824-1.404 4.231-.474-1.583-1.018-3.149-1.47-4.735-.148-.578.523-.64.925-.631a46.314 46.314 0 0 1-.004-1.118l-.865-.002c.332-.347.674-.685 1.016-1.024l.725-.011-.004-.704z"/><path d="M8.738 3.48c.988 0 1.975-.002 2.963.002.58 1.888 1.17 3.772 1.753 5.657-.787.784-1.564 1.577-2.359 2.351-.287-.002-.574-.001-.859-.002.002-.373.001-.748-.004-1.121.304-.053.776.055.908-.311.083-.398-.113-.781-.223-1.154-.841.004-1.682.004-2.524 0-.11.376-.312.762-.221 1.163.139.358.604.25.906.302-.005.374-.006.748-.002 1.122H5.399v-1.144c.509.007 1.079-.156 1.25-.696.766-2.03 1.399-4.11 2.088-6.169m.948 1.525c-.326.974-.647 1.952-.97 2.929.63.002 1.26.002 1.89 0-.306-.977-.612-1.954-.92-2.929zM13.932 11.495c.239-.24.479-.479.721-.715l.004.704c-.242.002-.484.007-.725.011zM9.359 12.523l.72-.01c-.238.24-.476.478-.715.715-.002-.235-.005-.47-.005-.706zM10.56 14.866c.785-.781 1.562-1.572 2.356-2.347l.865.002c-.004.372-.002.745.004 1.118-.402-.008-1.073.053-.925.631.452 1.586.996 3.152 1.47 4.735.474-1.408.91-2.83 1.404-4.231.08-.269.187-.56.103-.842-.158-.34-.599-.235-.9-.293.005-.373.006-.746.002-1.12l3.678.001c-.002.38-.002.762-.001 1.144-.505.005-1.079.157-1.249.697-.77 2.026-1.398 4.105-2.089 6.16-.989-.004-1.976.004-2.964-.006-.578-1.885-1.169-3.767-1.753-5.65z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-atvs--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.636 0h2.677c1.283.239 2.575.514 3.753 1.095-.514-.077-.993-.283-1.484-.444-3.091-.959-6.567-.611-9.393.972-.612.319-1.13.793-1.766 1.069C6.154 1.172 8.391.376 10.635 0zM17.713 1.425c.441.234.868.497 1.272.792-.473-.174-.92-.423-1.272-.792zM5.884 4.85c3.628-3.172 9.628-2.909 12.937.604 3.417 3.33 3.643 9.255.488 12.834-.206-.2-.421-.392-.599-.618l.028-.257.454.003.156-.418.4-.157.034-.406.366-.301c-.043-.141-.086-.28-.127-.419.095-.087.192-.172.288-.258l-.15-.432.141-.407-.265-.257c.087-.29.011-.559-.29-.676l.011-.302a18.424 18.424 0 0 1-.179-.237l-.36.019.017-.33-.208-.171-.312-.001c-.127-.301-.414-.35-.699-.291l-.361-.239-.286.189c-.346-.233-.721.043-1.08.092a5.715 5.715 0 0 1-.761.404l-.088.312c-.377.055-.501.375-.473.724a3.751 3.751 0 0 1-.764-.687c.53-.694.839-1.588 1.524-2.142.886-.154 1.81-.068 2.708-.054.857.552 1.611 1.254 2.421 1.874l.243-.168c-.694-.817-1.436-1.59-2.163-2.377-.354-.422-.939-.335-1.428-.356-.088-.361.057-.863-.283-1.113-1.476.16-2.938.462-4.406.691-.003.429-.003.858 0 1.287.549.001 1.099.003 1.65.003-.186.687-.379 1.371-.566 2.057l-.476-.462.041-.143c.081-.287.161-.575.24-.862-.403-.001-.806.006-1.208-.006-.266-.098-.428-.372-.632-.561.211.001.422.004.633.007.003-.403.004-.804.003-1.206-.728-.629-1.412-1.309-2.137-1.943-.505-.466-1.246-.263-1.865-.297l-.079.001c-.204-.225-.457-.407-.63-.658l.008-.11c.108-.375.196-.757.346-1.119.666-.193 1.381.008 2.062-.112.117-.123.048-.276.017-.415-.76.029-1.534-.081-2.284.057-.247.422-.341.91-.501 1.367a67.32 67.32 0 0 1-1.556-1.56zM2.774 4.303c.459-.57.967-1.105 1.56-1.537a8.44 8.44 0 0 1-1.56 1.537zM4.735 5.99c.741.768 1.59 1.452 2.217 2.32a15.59 15.59 0 0 1-.919.077c-.003.637-.001 1.273-.001 1.91a41.8 41.8 0 0 0-2.168.673c.048.139.044.436.261.407 1.116-.142 2.212-.423 3.328-.574.337-.099.55.225.742.44 1.028 1.287 2.066 2.564 3.088 3.857.457.01.914.01 1.371.006l.001-.418c-.396-.004-.792-.006-1.188-.007-1.131-1.517-2.246-3.048-3.386-4.557-.28-.461-.83-.189-1.23-.097.126-.45.25-.901.374-1.352l.043-.154c.381.364.772.724 1.081 1.154.28.389.568.774.852 1.16l.352.034.097.01c.168.178.338.353.505.531-.127 0-.382.001-.509.003.652.887 1.309 1.771 1.961 2.658.377-.001.754-.007 1.131-.022l.077-.003c.541.574 1.121 1.109 1.662 1.683.203.221.126.731.53.695l-.011.414.404.193c.084.31.324.486.647.441.03.091.065.181.101.27.892.212 1.353 1.13 2.026 1.686-3.61 3.161-9.593 2.926-12.902-.564-3.465-3.317-3.687-9.272-.537-12.874m1.791 6.396l-.299-.257c-.145.109-.29.221-.433.332a20.69 20.69 0 0 0-.254-.141.93.93 0 0 0-.361.382 2.389 2.389 0 0 0-.526.127c.006.087.015.262.019.349-.356-.066-.571.222-.465.552-.332.077-.455.404-.247.673-.323.105-.316.452-.137.683-.149.247-.163.531.091.714a6.85 6.85 0 0 0-.014.537c.077.029.232.084.309.112-.057.31.119.604.469.575l.063.33.237.138c.065-.019.194-.057.259-.074l.098.294.326.137c.062-.044.186-.135.25-.179.116.314.497.432.695.121.228.258.617.207.713-.138.072.041.214.127.286.17.19-.094.342-.226.363-.451.095.03.192.059.287.09l.262-.225-.047-.281.361-.004c.099-.174.159-.361.166-.561.199-.05.284-.217.357-.389l-.149-.27.252-.225.033-.266c-.068-.052-.2-.157-.266-.21.063-.05.193-.148.258-.197l-.034-.265-.27-.229c.241-.291.011-.588-.305-.646l.083-.287a19.456 19.456 0 0 1-.179-.251l-.341.022c-.041-.177-.087-.35-.137-.523l-.428.025c-.021-.361-.404-.356-.665-.295-.183-.222-.528-.306-.681.003z"/><path fill="#fff" d="M5.978 13.586c1.086-.483 2.4.566 2.171 1.73-.12 1.168-1.669 1.803-2.563 1.03-.978-.69-.735-2.367.392-2.76m.263.391c-.865.203-1.121 1.459-.411 1.988.623.566 1.739.166 1.866-.665.194-.808-.669-1.592-1.455-1.323zM15.779 14.746c.217-.643.743-1.223 1.459-1.258 1.023-.142 1.952.905 1.719 1.902-.102.643-.646 1.073-1.219 1.298a18.211 18.211 0 0 1-.375-.359l.357-.142c.829-.27 1.083-1.47.371-2.006-.688-.615-1.873-.065-1.888.85l-.03.143c-.131-.145-.262-.287-.393-.429z"/><path fill="#c0111e" d="M6.189 1.623C9.015.04 12.491-.308 15.582.651c.491.161.97.367 1.484.444.223.095.439.207.647.33.352.368.799.618 1.272.792C21.784 4.125 23.53 7.315 24 10.635v2.706c-.567 4.619-3.903 8.788-8.39 10.132-.737.243-1.506.349-2.259.527h-2.684c-1.185-.236-2.382-.47-3.487-.981-3.894-1.652-6.636-5.481-7.179-9.65v-2.796C.384 8.3 1.22 6.041 2.775 4.303a8.409 8.409 0 0 0 1.56-1.537c.029-.025.059-.05.09-.074.636-.276 1.153-.75 1.766-1.069M5.884 4.85A67.32 67.32 0 0 0 7.44 6.41c.088.106.189.194.305.265l.055-.043-.008.11c.174.251.426.433.63.658l.079-.001c1.069 1.194 2.276 2.261 3.366 3.439.204.189.366.463.632.561.274.363.596.684.934.989l.034-.121-.041.143.476.462c.101.099.2.199.299.298.225.261.477.497.764.687l-.006.062c.273.276.542.556.821.828.131.142.262.284.393.429l.03-.143c.317.541.81 1.194 1.517 1.156l-.357.142c.123.121.248.24.375.359.324.327.639.665.972.982.178.226.393.418.599.618 3.154-3.579 2.928-9.505-.488-12.834-3.309-3.513-9.309-3.777-12.937-.604M4.735 5.99c-3.15 3.603-2.928 9.557.537 12.874 3.309 3.49 9.292 3.726 12.902.564-.673-.556-1.134-1.473-2.026-1.686a5.504 5.504 0 0 1-.101-.27c-.218-.444-.581-.851-1.04-1.048-.404.036-.327-.474-.53-.695-.541-.574-1.121-1.109-1.662-1.683l-.077.003c-.814-.926-1.732-1.749-2.583-2.639-.167-.178-.337-.353-.505-.531l-.097-.01a7.085 7.085 0 0 0-1.204-1.194c-.309-.43-.701-.79-1.081-1.154l-.043.154.037-.131-.226-.244-.084.01c-.626-.868-1.476-1.552-2.217-2.32z"/><path fill="#030303" d="M7.941 5.043c.75-.138 1.524-.028 2.284-.057.032.139.101.292-.017.415-.681.12-1.396-.081-2.062.112-.15.361-.239.743-.346 1.119l-.055.043a1.203 1.203 0 0 1-.305-.265c.16-.457.254-.945.501-1.367zM8.501 7.399c.619.033 1.36-.17 1.865.297.724.634 1.408 1.314 2.137 1.943.001.401 0 .803-.003 1.206-.211-.003-.422-.006-.633-.007-1.09-1.178-2.297-2.244-3.366-3.439zM6.033 8.388c.308-.019.614-.04.919-.077l.084-.01c.057.061.17.182.226.244l-.037.131c-.124.451-.248.902-.374 1.352.4-.092.95-.364 1.23.097 1.141 1.509 2.255 3.04 3.386 4.557.396.001.792.003 1.188.007l-.001.418c-.457.004-.914.004-1.371-.006-1.022-1.292-2.061-2.57-3.088-3.857-.192-.215-.406-.539-.742-.44-1.116.15-2.212.432-3.328.574-.217.029-.212-.268-.261-.407a41.8 41.8 0 0 1 2.168-.673c0-.637-.001-1.273.001-1.91zM12.817 9.526c1.468-.229 2.93-.531 4.406-.691.339.25.194.752.283 1.113.488.021 1.073-.066 1.428.356.727.786 1.469 1.56 2.163 2.377l-.243.168c-.81-.621-1.564-1.323-2.421-1.874-.898-.014-1.822-.101-2.708.054-.686.554-.994 1.448-1.524 2.142l-.299-.298c.186-.686.379-1.37.566-2.057-.55 0-1.101-.001-1.65-.003a92.022 92.022 0 0 1 0-1.287z"/><path fill="#030303" d="M8.349 9.676c.451.343.848.754 1.204 1.194l-.352-.034c-.284-.386-.572-.771-.852-1.16zM9.646 11.414l.509-.003c.851.89 1.77 1.713 2.583 2.639-.377.015-.754.021-1.131.022-.652-.887-1.309-1.771-1.961-2.658zM12.498 11.399c.403.011.806.004 1.208.006-.079.287-.159.575-.24.862l-.034.121a7.22 7.22 0 0 1-.934-.989zM6.526 12.386c.153-.309.498-.225.681-.003.261-.061.644-.066.665.295l.428-.025c.05.172.095.346.137.523l.341-.022.179.251-.083.287c.316.058.546.354.305.646l.27.229.034.265-.258.197.266.21-.033.266-.252.225.149.27c-.073.172-.159.339-.357.389-.007.2-.066.388-.166.561l-.361.004.047.281-.262.225c-.095-.03-.192-.059-.287-.09-.021.225-.172.357-.363.451l-.286-.17c-.097.345-.486.396-.713.138-.199.31-.579.193-.695-.121l-.25.179-.326-.137-.098-.294-.259.074a29.012 29.012 0 0 1-.237-.138 19.152 19.152 0 0 1-.063-.33c-.35.029-.526-.265-.469-.575-.077-.028-.232-.083-.309-.112a6.863 6.863 0 0 1 .014-.537c-.254-.183-.24-.468-.091-.714-.179-.23-.186-.578.137-.683-.208-.269-.086-.596.247-.673-.106-.33.109-.618.465-.552a40.781 40.781 0 0 0-.019-.349c.17-.065.346-.102.526-.127a.936.936 0 0 1 .361-.382l.254.141c.143-.112.288-.223.433-.332l.299.257m-.549 1.202c-1.127.393-1.37 2.07-.392 2.76.894.772 2.443.138 2.563-1.03.229-1.164-1.086-2.212-2.171-1.73zM16.287 12.417c.359-.05.734-.326 1.08-.092.095-.063.19-.127.286-.189l.361.239c.286-.059.572-.01.699.291l.312.001.208.171-.017.33.36-.019.179.237-.011.302c.301.117.377.386.29.676l.265.257-.141.407c.051.143.101.287.15.432-.097.086-.193.171-.288.258.041.139.084.279.127.419-.121.101-.244.201-.366.301l-.034.406-.4.157c-.051.139-.103.279-.156.418l-.454-.003-.028.257c-.334-.317-.648-.655-.972-.982.574-.225 1.117-.655 1.219-1.298.233-.997-.695-2.044-1.719-1.902-.716.034-1.243.615-1.459 1.258-.279-.272-.548-.552-.821-.828l.006-.062c-.028-.349.097-.669.473-.724l.088-.312c.262-.117.519-.248.761-.404z"/><path fill="#030303" d="M6.241 13.977c.786-.269 1.65.514 1.455 1.323-.127.83-1.243 1.23-1.866.665-.71-.528-.454-1.785.411-1.988zM16.203 15.032c.015-.914 1.2-1.465 1.888-.85.712.535.458 1.735-.371 2.006-.708.039-1.2-.615-1.517-1.156zM15.007 16.425c.459.197.822.604 1.04 1.048-.323.044-.563-.131-.647-.441l-.404-.193.011-.414z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#201b17" d="M10.716 0h2.568c.51.088 1.021.173 1.513.336a13.431 13.431 0 0 0-6.436.245C9.107.247 9.929.189 10.715 0zM8.743 7.408c.594-.102 1.207-.062 1.807-.049.251-.034.208.274.086.388-.574.091-1.163-.029-1.734.102-.187.712.864.865.634 1.612 1.542-.006 3.085.01 4.627-.001.236.018.26-.278.37-.426-.4-.01-.799-.029-1.195-.078.004-.262-.037-.696.34-.694.701.017 1.422-.101 2.105.095-.001.186-.006.372-.012.558-.211.05-.426.08-.638.127-.55.732.152 1.379.528 1.985 1.426-.718 3.316-.08 3.971 1.382.79 1.553-.157 3.64-1.848 4.063-1.642.532-3.468-.713-3.713-2.39-.684-.106-1.531.156-2.05-.422-1.01-.832-1.972-1.729-3.037-2.491a8.107 8.107 0 0 1-.292.343c.992.814 1.433 2.27.882 3.458-.575 1.422-2.365 2.179-3.779 1.559-1.408-.535-2.185-2.227-1.684-3.647.515-1.667 2.569-2.465 4.116-1.711.25-.709.806-1.322.858-2.084-.714-.228-1.004-1.228-.342-1.678m.741 2.631c-.107.169-.211.34-.313.511 1.13.908 2.272 1.805 3.413 2.7.523-1.081 1.063-2.156 1.584-3.239-1.561.007-3.122.013-4.684.028m3.691 3.443c.292.002.582.002.874.002a3.232 3.232 0 0 1 1.067-2.094 41.496 41.496 0 0 0-.494-.905c-.498.99-.97 1.994-1.446 2.996m2.776-1.985c.38.835 1.378 1.495 1.267 2.472-.856.092-1.716.023-2.574.053.185 1.129 1.252 2.006 2.396 1.957 1.373-.025 2.508-1.406 2.221-2.761-.212-1.484-1.972-2.353-3.311-1.721m-10.849.805c-.832.964-.652 2.585.374 3.341.924.743 2.389.616 3.168-.28.877-.918.763-2.47-.15-3.323-.482.743-.743 2.048-1.819 2.053-.047-.198-.133-.473.115-.577.694-.362.868-1.178 1.242-1.804-.967-.502-2.246-.27-2.93.589m10.292-.445c-.406.431-.702.962-.774 1.558.611.01 1.22.007 1.83.001-.352-.52-.679-1.057-1.056-1.559z"/><path fill="#fff" d="M8.362.581a13.43 13.43 0 0 1 6.436-.245c3.257.768 6.174 2.971 7.745 5.929.192.689.545 1.316.76 1.997a12 12 0 0 1 0 7.476c-.216.68-.568 1.308-.76 1.996-1.558 2.924-4.424 5.143-7.656 5.893-1.44.154-2.89.383-4.338.163-.75-.088-1.475-.313-2.226-.391l-.218-.074a37.22 37.22 0 0 0-2.794-1.388c-1.529-1.055-2.875-2.428-3.732-4.085-.356-.942-.72-1.885-1.139-2.801-.023-.095-.043-.191-.064-.287-.242-1.931-.388-3.917.169-5.813.22-.979.72-1.856 1.033-2.802.858-1.657 2.203-3.03 3.732-4.084A36.29 36.29 0 0 0 8.102.673l.259-.092m2.245.075c-3.937.45-7.5 3.14-9.061 6.776-1.604 3.6-1.146 8.018 1.176 11.206 2.297 3.266 6.389 5.164 10.367 4.744 3.967-.325 7.631-2.92 9.293-6.532 1.746-3.635 1.344-8.182-1.02-11.45C19.007 2.004 14.706.092 10.607.656z"/><path fill="#fff" d="M11.084 2.332c3.308-.337 6.728 1.105 8.76 3.742 2.242 2.792 2.69 6.869 1.104 10.08-1.555 3.29-5.066 5.537-8.708 5.546-2.602.09-5.215-.926-7.086-2.734-2.135-1.997-3.248-4.999-2.947-7.907.362-4.549 4.35-8.393 8.878-8.728M8.743 7.408c-.662.45-.372 1.45.342 1.678-.052.762-.608 1.375-.858 2.084-1.547-.754-3.601.044-4.116 1.711-.502 1.42.276 3.112 1.684 3.647 1.414.62 3.204-.137 3.779-1.559.551-1.188.11-2.645-.882-3.458.1-.112.197-.226.292-.343 1.066.762 2.027 1.66 3.037 2.491.518.578 1.366.317 2.05.422.245 1.678 2.071 2.922 3.713 2.39 1.691-.424 2.638-2.51 1.848-4.063-.655-1.463-2.545-2.1-3.971-1.382-.376-.606-1.078-1.253-.528-1.985.212-.047.427-.077.638-.127.006-.186.011-.372.012-.558-.683-.196-1.404-.078-2.105-.095-.377-.002-.336.432-.34.694.396.049.796.068 1.195.078-.109.148-.133.444-.37.426-1.542.011-3.085-.005-4.627.001.23-.746-.821-.9-.634-1.612.571-.131 1.16-.011 1.734-.102.121-.114.164-.421-.086-.388-.6-.013-1.213-.053-1.807.049z"/><path fill="#fff" d="M9.484 10.04c1.561-.014 3.122-.02 4.684-.028-.521 1.082-1.061 2.158-1.584 3.239a384.94 384.94 0 0 1-3.413-2.7c.102-.172.206-.342.313-.511zM13.175 13.483c.476-1.002.948-2.006 1.446-2.996.168.3.334.6.494.905a3.232 3.232 0 0 0-1.067 2.094c-.292 0-.582 0-.874-.002zM15.952 11.497c1.339-.632 3.098.236 3.311 1.721.287 1.355-.848 2.736-2.221 2.761-1.145.049-2.212-.828-2.396-1.957.858-.03 1.718.04 2.574-.053.11-.977-.887-1.637-1.267-2.472zM5.102 12.302c.684-.859 1.963-1.091 2.93-.589-.374.625-.548 1.441-1.242 1.804-.248.104-.162.379-.115.577 1.076-.005 1.337-1.31 1.819-2.053.913.853 1.027 2.405.15 3.323-.779.895-2.244 1.022-3.168.28-1.026-.756-1.206-2.377-.374-3.341z"/><path fill="#fff" d="M15.394 11.856c.377.502.704 1.039 1.056 1.559-.61.006-1.219.008-1.83-.001.072-.595.368-1.127.774-1.558z"/><path fill="#da251d" d="M10.606.656c4.099-.564 8.4 1.348 10.754 4.744 2.364 3.269 2.766 7.816 1.02 11.45-1.662 3.612-5.326 6.206-9.293 6.532-3.978.42-8.07-1.477-10.367-4.744C.398 15.451-.06 11.032 1.544 7.432 3.105 3.796 6.668 1.106 10.605.656m.479 1.676c-4.528.335-8.515 4.178-8.878 8.728-.301 2.908.812 5.91 2.947 7.907 1.871 1.807 4.484 2.824 7.086 2.734 3.642-.01 7.153-2.256 8.708-5.546 1.586-3.211 1.138-7.288-1.104-10.08-2.032-2.636-5.452-4.079-8.76-3.742z"/><path fill="#918f8d" d="M5.31 2.065A8.364 8.364 0 0 1 8.102.673c-.912.498-1.841.974-2.792 1.392z"/><path fill="#8e8b89" d="M0 10.95c.307-1.654.592-3.397 1.578-4.801-.313.946-.814 1.823-1.033 2.802-.557 1.896-.412 3.882-.169 5.813-.199-.557-.242-1.15-.376-1.723v-2.09z"/><path fill="#928f8e" d="M22.542 6.265c.853 1.246 1.122 2.771 1.458 4.214v3.041c-.337 1.444-.604 2.969-1.458 4.213.192-.688.544-1.315.76-1.996a12 12 0 0 0 0-7.476c-.215-.68-.568-1.308-.76-1.997z"/><path fill="#918e8d" d="M.439 15.05c.419.916.782 1.859 1.139 2.801-.581-.827-.952-1.81-1.139-2.801zM5.31 21.936c.953.415 1.879.895 2.794 1.388a8.299 8.299 0 0 1-2.794-1.388z"/><path fill="#888584" d="M8.322 23.399c.751.078 1.476.304 2.226.391 1.448.22 2.898-.01 4.338-.163-.515.199-1.063.26-1.6.373h-2.57c-.798-.204-1.637-.254-2.394-.601z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.094 0h1.526c4.525.224 8.771 3.186 10.466 7.397.496 1.134.726 2.356.913 3.571v2.111c-.421 4.068-2.941 7.874-6.647 9.664-1.316.695-2.782 1.02-4.24 1.258h-2.197c-4.006-.432-7.759-2.879-9.577-6.502-.792-1.506-1.2-3.186-1.339-4.876v-1.234C.229 6.674 3.451 2.277 7.918.719 8.94.34 10.022.172 11.093 0M8.507 2.636c-3.594 1.301-6.245 4.823-6.472 8.642-.318 3.702 1.663 7.446 4.858 9.324 1.334-2.856 2.67-5.711 3.996-8.572l.277-.588c.475-1.013.946-2.028 1.42-3.043l.257-.553c.822-1.763 1.652-3.521 2.461-5.29-2.189-.746-4.627-.731-6.797.079m7.165 3.888c-.787 1.676-1.601 3.342-2.29 5.063-.37.467-.568 1.044-.775 1.596-.151.125-.192.349-.289.516-1.2 2.587-2.414 5.167-3.611 7.756 2.064.71 4.358.74 6.433.052 3.73-1.196 6.557-4.752 6.83-8.666.361-3.737-1.619-7.536-4.847-9.434-.49 1.038-.977 2.075-1.452 3.119z"/><path fill="#fff" d="M8.507 2.636c2.17-.81 4.608-.826 6.797-.079-.809 1.769-1.639 3.527-2.461 5.29-1.34-.006-2.681.022-4.02-.017.11-.384.2-.782.401-1.132.361-.594 1.574.185 1.639-.629-.71-.431-2.056-.259-2.288.696-.361 1.082-.712 2.168-1.07 3.253-.888-.106-1.85-.014-2.582.546-1.616 1.111-1.781 3.781-.204 5 1.434 1.288 3.971.88 4.84-.869.949-1.586.168-3.78-1.525-4.48.109-.348.218-.697.332-1.044.845.95 1.679 1.909 2.525 2.858-1.326 2.861-2.662 5.716-3.996 8.572-3.194-1.878-5.176-5.622-4.858-9.324.227-3.82 2.878-7.342 6.472-8.642zM15.672 6.523c.475-1.044.962-2.081 1.452-3.119 3.228 1.898 5.208 5.698 4.847 9.434-.274 3.914-3.101 7.47-6.83 8.666a10.116 10.116 0 0 1-6.433-.052c1.196-2.588 2.411-5.168 3.611-7.756.583.11 1.177.076 1.768.084.313 1.638 2.015 2.796 3.653 2.5 1.862-.226 3.146-2.363 2.502-4.117-.487-1.606-2.329-2.591-3.936-2.076-.295-.752-.598-1.501-.883-2.257l.305-.736c.215-.012.428-.024.643-.038a15.089 15.089 0 0 0-.028-.52l-.67-.014z"/><path fill="#fff" d="M8.532 8.471c1.342-.158 2.704-.029 4.054-.071-.474 1.015-.944 2.03-1.42 3.043-.877-.991-1.79-1.952-2.634-2.972zM13.358 13.225c.592-1.535 1.166-3.077 1.774-4.604.228.553.446 1.11.671 1.664a3.433 3.433 0 0 0-1.829 2.934l-.616.006zM16.549 10.674c1.351-.36 2.874.528 3.154 1.912.382 1.417-.74 2.947-2.183 3.084-1.243.187-2.447-.707-2.778-1.891.923-.012 1.847.011 2.771-.008.188.026.235-.188.319-.306-.684-.775-.835-1.874-1.283-2.79zM4.247 13.084c-.006-1.547 1.555-2.774 3.06-2.434-.254.821-.556 1.627-.797 2.45-.156.293.343.566.472.254.325-.833.556-1.699.865-2.538.666.379 1.261.967 1.417 1.744.353 1.408-.708 3.012-2.185 3.109-1.469.214-2.942-1.087-2.832-2.586z"/><path fill="#fff" d="M14.616 13.222a2.832 2.832 0 0 1 1.4-2.335c.316.778.629 1.556.94 2.335-.78.004-1.56.004-2.34 0zM12.607 13.182c.208-.552.406-1.129.775-1.596l-.576 1.511-.199.085z"/><path d="M8.574 6.766c.233-.955 1.578-1.127 2.288-.696-.065.814-1.278.035-1.639.629-.2.349-.29.748-.401 1.132 1.339.038 2.68.011 4.02.017l-.257.553c-1.35.042-2.712-.088-4.054.071.844 1.02 1.757 1.981 2.634 2.972l-.277.588c-.846-.949-1.68-1.908-2.525-2.858-.114.347-.223.696-.332 1.044 1.693.7 2.474 2.893 1.525 4.48-.869 1.748-3.406 2.156-4.84.869-1.577-1.219-1.412-3.889.204-5 .732-.56 1.694-.652 2.582-.546.359-1.085.709-2.171 1.07-3.253m-4.325 6.316c-.11 1.499 1.363 2.8 2.832 2.586 1.477-.097 2.538-1.702 2.185-3.109-.156-.776-.751-1.364-1.417-1.744-.31.839-.54 1.705-.865 2.538-.128.312-.628.038-.472-.254.241-.823.542-1.63.797-2.45-1.505-.341-3.066.887-3.06 2.434zM13.382 11.586c.689-1.721 1.502-3.386 2.29-5.063l.67.014c.012.173.022.347.028.52a69.27 69.27 0 0 1-.643.038l-.305.736c.286.756.588 1.505.883 2.257 1.607-.515 3.449.47 3.936 2.076.644 1.754-.64 3.892-2.502 4.117-1.638.296-3.34-.862-3.653-2.5-.59-.008-1.184.026-1.768-.084.097-.167.138-.391.289-.516l.199-.085.576-1.511m-.024 1.64l.616-.006a3.433 3.433 0 0 1 1.829-2.934c-.224-.554-.443-1.111-.671-1.664-.607 1.528-1.182 3.07-1.774 4.604m3.191-2.551c.448.916.599 2.015 1.283 2.79-.084.118-.131.332-.319.306-.924.019-1.848-.004-2.771.008.331 1.184 1.535 2.078 2.778 1.891 1.442-.137 2.564-1.667 2.183-3.084-.28-1.384-1.802-2.272-3.154-1.912m-1.933 2.549c.78.004 1.56.004 2.34 0a392.18 392.18 0 0 0-.94-2.335 2.83 2.83 0 0 0-1.4 2.335z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c44c34" d="M10.59 0h2.823c3.302.479 6.483 2.217 8.381 5.001 1.218 1.63 1.877 3.597 2.206 5.589v2.824c-.479 3.302-2.217 6.483-5.001 8.381-1.632 1.218-3.599 1.878-5.591 2.206h-2.823c-3.3-.479-6.481-2.216-8.38-5.001C.987 17.368.327 15.401-.001 13.41v-2.825c.33-1.99.989-3.954 2.206-5.583C4.105 2.217 7.287.478 10.59.001M5.736 4.334c1.606 1.603 3.147 3.28 4.811 4.819-.183.843-1.154.733-1.779 1.048-1.495-1.464-2.924-2.993-4.441-4.434-2.542 3.065-2.966 7.67-1.039 11.153 1.661 3.17 5.187 5.279 8.775 5.147 2.221.028 4.417-.811 6.108-2.24-.551-.527-1.027-1.133-1.605-1.628.753-.057 1.509-.404 1.945-1.036l-.072.124c.37.386.743.766 1.121 1.144 2.395-2.891 2.992-7.147 1.377-10.552-1.552-3.446-5.2-5.873-9.001-5.801-2.259-.044-4.458.852-6.201 2.257z"/><path fill="#fff" d="M5.736 4.334c1.742-1.404 3.942-2.301 6.201-2.257 3.801-.072 7.449 2.354 9.001 5.801 1.615 3.406 1.018 7.661-1.377 10.552a71.1 71.1 0 0 1-1.121-1.144l.072-.124c.761-1.07.46-2.71-.669-3.397-.794-.556-1.888-.461-2.644.117l-.251-.154c1.238-1.177 3.421-.58 4.056.96.286.03.573.063.86.094.303-.618.578-1.25.841-1.887-2.197-.013-4.394.008-6.59-.02.051-1.012.234-2.112-.339-3.02-.458-.747-.664-1.835-1.586-2.149-.899-.138-1.347.762-1.641 1.446-1.665-1.539-3.205-3.217-4.811-4.819M11.6 5.511c-.676.076-1.076.94-.709 1.512.321.618 1.29.692 1.67.091.556-.663-.095-1.82-.961-1.604zM3.289 16.919C1.361 13.436 1.786 8.831 4.328 5.766c1.516 1.441 2.946 2.97 4.441 4.434l-.532.188-.128.389c.296.823-.083 1.636-.419 2.376-1.106-.406-2.522-.17-3.154.907-.757 1.114-.39 2.81.804 3.46 1.048.643 2.541.32 3.222-.705.753-1.027.507-2.54-.429-3.37l.13-.39c.504.394.98.819 1.464 1.236.08.55-.202 1.41.466 1.661.389.17.705.48 1.112.607.444.056.698-.377.956-.659.657.02 1.314.05 1.971.077.177 1.18 1.135 2.126 2.337 2.221.578.495 1.054 1.101 1.605 1.628-1.691 1.429-3.887 2.268-6.108 2.24-3.587.132-7.114-1.977-8.775-5.147z"/><path fill="#fff" d="M8.813 10.761c.109.084.218.169.329.253.118-.016.237-.033.357-.048l.73.761c-.437.269-.966.143-1.451.17.061-.376.075-.757.036-1.135zM8.362 12.561c.37-.317.875-.182 1.316-.199 0 .428 0 .855-.01 1.283-.463-.326-.913-.674-1.305-1.083zM10.942 14.932c.015-.549-.058-1.123.151-1.644.25.513.424 1.058.598 1.599-.25.014-.499.029-.749.046zM5.62 13.746c.551-.366 1.236-.32 1.849-.166-.203.659-.698 1.158-1.026 1.75-.114.171-.005.335.168.404.509-.557.806-1.27 1.257-1.873.723.676.875 1.848.25 2.639-.639.898-2.075.975-2.822.171-.841-.794-.668-2.337.324-2.924zM15.516 14.23c.726-.411 1.698-.415 2.325.18.69.615.67 1.677.293 2.456-.902-.85-1.751-1.752-2.618-2.636zM12.58 14.136c.47.462.963.902 1.399 1.397-.267 0-.532 0-.797-.01-.372-.019-.743-.06-1.115-.088.611-.187.725-.754.513-1.299zM11.213 15.275c.636-.277.942.81.281.918-.56.159-.863-.777-.281-.918zM14.936 16.488c.321.353.653.697.992 1.032-.467-.174-.852-.546-.992-1.032z"/><path fill="#23252c" d="M11.6 5.511c.866-.216 1.517.941.961 1.604-.38.601-1.349.527-1.67-.091-.367-.573.033-1.436.709-1.512z"/><path fill="#1d2326" d="M10.547 9.153c.293-.684.742-1.585 1.641-1.446.922.314 1.128 1.402 1.586 2.149.573.908.39 2.008.339 3.02 2.197.028 4.394.008 6.59.02a31.495 31.495 0 0 1-.841 1.887c-.287-.03-.574-.063-.86-.094-.635-1.54-2.818-2.137-4.056-.96-.411.551-1.02.799-1.7.64a91.995 91.995 0 0 1-.113-1.383c-.303.016-.607.033-.91.052.112.368.225.736.357 1.098.212.545.098 1.112-.513 1.299.372.028.743.069 1.115.088.338.016.676.025 1.013.034.213-.618.467-1.262 1.003-1.675.756-.578 1.85-.673 2.644-.117 1.129.687 1.43 2.326.669 3.397-.437.632-1.192.979-1.945 1.036-1.201-.095-2.16-1.041-2.337-2.221-.657-.028-1.314-.057-1.971-.077-.258.282-.512.715-.956.659-.408-.127-.724-.437-1.112-.607-.668-.251-.386-1.111-.466-1.661-.484-.417-.96-.842-1.464-1.236l-.13.39c.936.83 1.182 2.343.429 3.37-.681 1.025-2.174 1.347-3.222.705-1.194-.65-1.561-2.347-.804-3.46.632-1.077 2.048-1.313 3.154-.907.337-.74.715-1.553.419-2.376l.128-.389c.178-.062.356-.124.532-.188.625-.315 1.596-.204 1.779-1.048m-1.047 1.813l-.357.048-.329-.253c.039.378.025.759-.036 1.135.485-.027 1.015.099 1.451-.17.392-.232.827-.376 1.26-.512-.093-.3-.18-.599-.267-.899-.536.307-1.129.49-1.723.65m-1.135 1.597c.392.409.842.757 1.305 1.083.01-.428.01-.855.01-1.283-.441.018-.946-.118-1.316.199m2.581 2.372c.25-.016.499-.032.749-.046-.174-.541-.348-1.086-.598-1.599-.21.522-.136 1.096-.151 1.644M5.62 13.746c-.992.588-1.164 2.131-.324 2.924.747.804 2.183.726 2.822-.171.625-.791.472-1.963-.25-2.639-.451.603-.748 1.316-1.257 1.873-.173-.069-.282-.232-.168-.404.328-.592.823-1.091 1.026-1.75-.613-.154-1.298-.199-1.849.166m9.896.485a3.001 3.001 0 0 0-.792 1.328c.658.133 1.331.128 1.999.175l.019.373c-.677-.018-1.352-.066-2.029-.038.069.142.143.282.223.419.14.486.524.858.992 1.032.777.448 1.681-.047 2.207-.654.377-.778.396-1.841-.293-2.456-.627-.596-1.599-.592-2.325-.18m-4.304 1.046c-.583.141-.279 1.077.281.918.662-.108.356-1.195-.281-.918z"/><path fill="#d74d2e" d="M9.498 10.965c.594-.16 1.187-.343 1.723-.65.086.3.174.599.267.899-.433.136-.867.279-1.26.512-.244-.254-.488-.507-.73-.761z"/><path fill="#bb4733" d="M12.223 13.037c.303-.019.607-.036.91-.052.034.461.072.922.113 1.383.681.159 1.289-.089 1.7-.64l.251.154c-.536.413-.79 1.057-1.003 1.675a48.716 48.716 0 0 1-1.013-.034c.265.01.531.01.797.01-.437-.495-.93-.935-1.399-1.397a21.29 21.29 0 0 1-.357-1.098z"/><path fill="#db4e34" d="M14.724 15.558c.151-.503.41-.965.792-1.328.867.884 1.717 1.787 2.618 2.636-.526.607-1.43 1.102-2.207.654-.339-.335-.67-.679-.992-1.032a5.805 5.805 0 0 1-.223-.419c.677-.028 1.352.02 2.029.038a49.056 49.056 0 0 1-.019-.373c-.668-.047-1.341-.042-1.999-.175z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-carts-or-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40303" d="M10.724 0h2.538c1.082.203 2.172.403 3.192.831 3.954 1.542 6.915 5.314 7.466 9.524a46.556 46.556 0 0 0-.015 3.104l-.014.137c-.185.75-.378 1.498-.509 2.261-.06.178-.126.354-.194.53a.708.708 0 0 0-.335.737c-.092.206-.192.41-.282.617-.247-.009-.325.277-.296.475a6.975 6.975 0 0 1-.8 1.165.608.608 0 0 0-.492.588 7.88 7.88 0 0 1-1.017 1.017.616.616 0 0 0-.593.492 6.77 6.77 0 0 1-1.156.797c-.198-.031-.482.048-.473.295-.213.097-.42.205-.633.301-.638.167-1.26.4-1.85.693-.088.025-.177.05-.265.072a7.039 7.039 0 0 0-1.42.255l-.146.015c-.979-.02-1.96-.024-2.937.011-4.206-.45-7.992-3.387-9.593-7.286-.468-1.067-.686-2.216-.902-3.354v-2.538c.229-1.303.514-2.61 1.096-3.808C2.811 3.138 6.61.495 10.723 0m.283 3.076C7.039 3.415 3.6 6.739 3.113 10.69c-.592 3.758 1.551 7.715 5.004 9.295 2.569 1.25 5.74 1.129 8.213-.298 3.549-1.939 5.376-6.455 4.141-10.314-1.122-4.008-5.332-6.818-9.466-6.297z"/><path fill="#fff" d="M11.006 3.076c4.133-.521 8.344 2.289 9.466 6.297 1.235 3.859-.592 8.375-4.141 10.314-2.473 1.428-5.644 1.548-8.213.298-3.453-1.581-5.596-5.537-5.004-9.295.486-3.951 3.926-7.275 7.893-7.614m-.954 1.791c-.097.282.225.353.409.456-.086.264-.174.526-.266.787-.853-.388-2.066.192-1.971 1.21.099 1.115 1.686 1.498 2.365.658.552-.583.21-1.41-.3-1.885l.444.086a63.32 63.32 0 0 1-.338-.392c.861-.233 1.767-.056 2.647-.109a68.83 68.83 0 0 1-.739 1.184 4.884 4.884 0 0 1-.464-.357 24.522 24.522 0 0 0-.265-.047 27 27 0 0 1 .119.491 5.156 5.156 0 0 1-.77-.644l-.153.139c.221.177.435.363.647.552-.101.502.229.943.759.908l-.046.3.478-.021-.292-.32c.109-.131.219-.261.326-.393.344 1.163 2.129 1.316 2.592.172.415-1.006-.739-1.896-1.679-1.61-.082-.18-.163-.362-.241-.545.265-.164.611-.275.68-.623-.384.022-.831-.085-1.145.199.159.047.32.092.48.136l-.164.305c-.859.004-1.719.001-2.578.001l.111-.363a11.145 11.145 0 0 1-.546-.17c.378-.141.765.001 1.145.044l-.112-.306c-.374.014-.817-.096-1.133.159m2.467 4.622c.027.239.06.478.095.716l-.568.067c.134.439.317.875.321 1.342-.322-.275-.53-.742-.953-.87-.621.002-1.462.596-1.903-.104-.234-.5-.755-.65-1.236-.807-.211.429-.23.965-.106 1.41.286.256.303-.342.378-.51.409.538.73 1.334.114 1.852.108.443.311.859.456 1.292.264-.414-.18-.813-.249-1.225.173-.087.347-.17.522-.251.228.492.526.985.41 1.554.57-.404-.058-1.078-.007-1.63.337-.03.675-.06 1.012-.104.475.607-.233 1.112-.417 1.675.604-.142.629-.966 1.137-1.299l.274.281c-.052.368-.199.708-.363 1.037.629-.109.453-.849.604-1.304a5.46 5.46 0 0 1-.395-.562c.474.035.433.727.94.766-.082-.208-.168-.413-.252-.618.301.036.599.082.899.122-.158.633.124 1.481.864 1.541.657.066 1.048-.593 1.086-1.17.393.075.787.149 1.186.183-.097-.343-.485-.317-.762-.41.148-.39.292-.783.432-1.178l.397-.058a13.305 13.305 0 0 1-.403-.486l-.293.199c-.79-.15-1.581-.297-2.374-.434.157-.745-.517-1.217-.742-1.855-.409.141-.327.568-.103.842m.79 4.93c.306.485.647 1.261.21 1.727-1.178.239-2.381.65-3.574.381-.588.453-1.296.568-2.023.648l.05.347a24.56 24.56 0 0 0 1.174-.228c-.047.506.154.984.556 1.296-.66-.019-1.321-.006-1.981-.012l-.007.147c2.844-.007 5.688.009 8.532-.006a6.481 6.481 0 0 0-.009-.139c-.211.001-.422.004-.632.007-.234-.67-.526-1.334-.565-2.052-.187-.681-.23-1.496-1-1.787l-.093-.52a.952.952 0 0 0-.638.192z"/><path fill="#fff" d="M12.505 6.874c.245-.384.485-.772.734-1.155.032.093.098.28.132.373-.407.261-.662.673-.786 1.133a97.2 97.2 0 0 1-.08-.351zM8.453 7.211c-.011-.829.986-1.21 1.664-.89-.168.395-.417.755-.823.935.52.317.703-.547 1.002-.843.307.367.519.91.19 1.337-.511.837-2.065.495-2.033-.538zM13.644 6.218c.78-.194 1.714.507 1.378 1.347-.371.958-1.903.824-2.145-.167a2.736 2.736 0 0 1 1.265.076c.039-.068.114-.204.153-.271-.322-.251-.52-.606-.65-.985z"/><path fill="#fff" d="M12.848 7.226a1.4 1.4 0 0 1 .63-.935c.124.274.245.55.354.829a6.156 6.156 0 0 1-.985.106zM12.251 11.893c.073-.158.17-.303.3-.42.052.173.102.346.15.521l-.45-.101zM13.469 12.446c.145-.104.415-.057.482.119-.055.218-.596.116-.482-.119zM14.437 12.537c.184.051.369.102.552.162-.408.108-.593.225-.044.265-.072.153-.145.305-.219.456-.26-.228-.31-.555-.29-.883zM14.196 12.96c.147.17.287.344.429.52-.149.065-.297.129-.446.192.002-.238.007-.475.017-.711zM23.383 15.856c.131-.762.323-1.511.509-2.261-.057.773-.256 1.53-.509 2.261zM22.855 17.123a.707.707 0 0 1 .335-.737 1.755 1.755 0 0 1-.335.737zM12.64 16.635c.366-.065.732-.126 1.101-.173-.021.643-.577 1.23-.127 1.886-.857.532-2.014.085-2.991.249.553-.368.703-1.084.405-1.664.41-.077.826-.145 1.245-.102.311.327.382.773.448 1.201l.179-.024-.26-1.374z"/><path fill="#fff" d="M10.587 17.199c.066-.048.198-.147.265-.195.323.621.012 1.349-.674 1.508a16.16 16.16 0 0 1-.144-.193l-.225.113a2.862 2.862 0 0 1-.514-.798l.412-.005c.119.132.241.262.367.389.184-.04.368-.078.553-.116-.015-.235-.025-.47-.04-.704z"/><path fill="#fff" d="M9.38 17.321c.101-.147.379-.09.394.095-.017.271-.557.167-.394-.095zM14.195 18.607c-.123-.484-.357-1.107.201-1.409.238.399.458.808.625 1.242-.261.118-.545.155-.827.167zM22.276 18.215c-.029-.198.048-.484.296-.475a1.088 1.088 0 0 1-.296.475zM20.984 19.968a.608.608 0 0 1 .492-.588c-.116.233-.28.438-.492.588zM19.374 21.478a.616.616 0 0 1 .593-.492 1.564 1.564 0 0 1-.593.492zM17.745 22.57c-.01-.246.275-.326.473-.295a1.12 1.12 0 0 1-.473.295zM15.262 23.564a9.767 9.767 0 0 1 1.85-.693 9.243 9.243 0 0 1-1.85.693zM13.577 23.891a7.051 7.051 0 0 1 1.42-.255 6.139 6.139 0 0 1-1.42.255z"/><path fill="#2f2f2f" d="M10.053 4.867c.316-.255.759-.146 1.133-.159l.112.306c-.381-.042-.767-.184-1.145-.044.18.061.362.118.546.17l-.111.363c.859 0 1.719.002 2.578-.001l.164-.305c-.16-.044-.321-.088-.48-.136.315-.284.761-.177 1.145-.199-.07.348-.415.459-.68.623.078.183.159.364.241.545.94-.286 2.094.604 1.679 1.61-.463 1.144-2.247.991-2.592-.172-.107.132-.216.262-.326.393l.292.32-.478.021.046-.3c-.53.035-.859-.405-.759-.908a14.161 14.161 0 0 0-.647-.552l.153-.139c.235.239.492.455.77.644-.039-.164-.078-.328-.119-.491l.265.047c.147.129.302.246.464.357.25-.392.496-.787.739-1.184-.88.053-1.787-.123-2.647.109.085.098.254.293.338.392l-.444-.086c.51.475.852 1.302.3 1.885-.679.841-2.266.458-2.365-.658C8.13 6.3 9.343 5.72 10.196 6.108c.092-.261.18-.524.266-.787-.184-.103-.506-.174-.409-.456m2.452 2.009l.08.351c.124-.46.379-.872.786-1.133-.034-.093-.099-.28-.132-.373-.249.383-.489.771-.734 1.155m-4.052.337c-.032 1.033 1.522 1.375 2.033.538.328-.427.117-.97-.19-1.337-.3.296-.482 1.16-1.002.843.407-.18.655-.54.823-.935-.678-.32-1.675.061-1.664.89m5.191-.992c.131.379.328.734.65.985-.039.067-.114.203-.153.271a2.736 2.736 0 0 0-1.265-.076c.242.991 1.774 1.124 2.145.167.336-.839-.598-1.541-1.378-1.347m-.795 1.008c.33-.012.66-.04.985-.106-.109-.28-.23-.556-.354-.829a1.396 1.396 0 0 0-.63.935m-1.314-.092c-.015.378.247.635.624.617a2.788 2.788 0 0 0-.624-.617m.681.35c.005.414.379-.187 0 0z"/><path fill="#f1f1f1" d="M11.535 7.134c.238.174.453.377.624.617-.377.019-.639-.239-.624-.617z"/><path fill="#f5f5f5" d="M12.216 7.484c.379-.187.005.414 0 0z"/><path fill="#030303" d="M12.52 9.491c-.224-.274-.306-.701.103-.842.225.638.899 1.11.742 1.855.793.137 1.584.284 2.374.434l.293-.199c.131.165.264.327.403.486-.133.02-.265.04-.397.058-.139.394-.284.787-.432 1.178.277.093.665.067.762.41a11.593 11.593 0 0 1-1.186-.183c-.037.577-.429 1.236-1.086 1.17-.74-.06-1.022-.908-.864-1.541-.3-.04-.598-.086-.899-.122.085.205.17.41.252.618-.507-.039-.466-.731-.94-.766.118.196.254.382.395.562-.152.455.025 1.195-.604 1.304.164-.33.311-.669.363-1.037l-.274-.281c-.507.333-.532 1.158-1.137 1.299.184-.563.892-1.068.417-1.675-.337.045-.675.075-1.012.104-.051.552.577 1.226.007 1.63.116-.57-.183-1.062-.41-1.554-.175.081-.349.164-.522.251.068.412.512.811.249 1.225-.146-.433-.348-.849-.456-1.292.616-.517.295-1.313-.114-1.852-.075.168-.092.766-.378.51-.124-.445-.106-.981.106-1.41.481.157 1.002.307 1.236.807.44.7 1.282.107 1.903.104.423.128.63.596.953.87-.004-.466-.187-.903-.321-1.342.189-.024.378-.045.568-.067a25.545 25.545 0 0 1-.095-.716m-.669 2.039c-.277.441.471.119 0 0m.401.367l.45.101a22.283 22.283 0 0 0-.15-.521 1.308 1.308 0 0 0-.3.42m1.218.553c-.113.235.428.337.482.119-.067-.177-.337-.224-.482-.119m.968.091c-.02.328.03.655.29.883.073-.152.147-.303.219-.456-.55-.04-.364-.157.044-.265-.183-.06-.368-.111-.552-.162m-1.07.187c-.035.619.383.451.645.104-.215-.037-.43-.072-.645-.104m.208.645c.164.099.331.195.497.29l-.002-.709a37.9 37.9 0 0 0-.495.419m.62-.409c-.01.236-.015.474-.017.711.149-.062.297-.127.446-.192-.142-.175-.282-.349-.429-.52zM13.311 14.425a.963.963 0 0 1 .638-.192l.093.52c.77.291.813 1.105 1 1.787.039.718.331 1.382.565 2.052.21-.004.42-.006.632-.007l.009.139c-2.844.015-5.688-.001-8.532.006l.007-.147c.66.006 1.321-.006 1.981.012a1.447 1.447 0 0 1-.556-1.296c-.389.087-.781.159-1.174.228l-.05-.347c.727-.08 1.435-.195 2.023-.648 1.193.27 2.396-.142 3.574-.381.436-.466.096-1.242-.21-1.727m-.671 2.211l.26 1.374-.179.024c-.066-.428-.137-.874-.448-1.201-.419-.044-.834.025-1.245.102.297.579.148 1.296-.405 1.664.976-.164 2.134.284 2.991-.249-.45-.657.106-1.244.127-1.886-.368.047-.735.108-1.101.173m-2.669.047c-.448.492.824-.111 0 0m.616.516c.015.234.025.469.04.704-.185.037-.369.076-.553.116a12.231 12.231 0 0 1-.367-.389l-.412.005c.127.292.297.563.514.798l.225-.113.144.193c.686-.159.997-.888.674-1.508-.067.048-.199.147-.265.195m-1.207.121c-.163.261.377.366.394.095-.015-.184-.293-.241-.394-.095m4.815 1.286c.282-.011.566-.048.827-.167a8.343 8.343 0 0 0-.625-1.242c-.558.302-.325.925-.201 1.409z"/><path fill="#cf8080" opacity=".87" d="M23.92 10.355l.08.22v3.119l-.095-.235c-.03-1.033-.024-2.07.015-3.104z"/><path fill="#bcbcbc" d="M11.85 11.526c.471.119-.277.441 0 0z"/><path fill="#f0f0f0" d="M13.368 12.724c.215.032.43.067.645.104-.262.347-.68.515-.645-.104z"/><path fill="#fbfbfb" d="M13.576 13.369a37.9 37.9 0 0 1 .495-.419l.002.709a18.93 18.93 0 0 1-.497-.29z"/><path fill="#a0a0a0" d="M9.971 16.683c.824-.111-.448.492 0 0z"/><path fill="#ce7c7c" opacity=".87" d="M10.494 23.917a52.286 52.286 0 0 1 2.937-.011l.22.095h-3.369l.211-.083z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-mopeds-or-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cd1e05" d="M11.042 0h1.89c3.852.344 7.498 2.568 9.428 5.94.913 1.52 1.396 3.251 1.64 4.996v2.275c-.391 3.442-2.235 6.709-5.1 8.687-1.526 1.093-3.317 1.766-5.156 2.102H10.26c-4.572-.705-8.576-4.186-9.802-8.661-.225-.748-.319-1.526-.458-2.293v-1.995c.181-1.317.447-2.636.999-3.853C2.288 4.212 4.849 1.809 7.912.714 8.915.324 9.985.169 11.042 0M8.443 3.848c-.816.349-1.558.846-2.258 1.387 4.243 4.212 8.438 8.471 12.692 12.672 1.489-1.676 2.239-3.973 2.125-6.207-.095-2.753-1.593-5.391-3.843-6.962-2.49-1.777-5.918-2.13-8.716-.89M5.137 6.283c-1.493 1.828-2.315 4.215-2.091 6.58.233 3.376 2.597 6.45 5.739 7.658 2.993 1.187 6.599.57 9.029-1.542-4.216-4.242-8.457-8.458-12.677-12.696z"/><path fill="#fff" d="M8.443 3.848c2.798-1.24 6.226-.887 8.716.89 2.25 1.571 3.748 4.209 3.843 6.962.114 2.234-.636 4.531-2.125 6.207-4.254-4.201-8.449-8.46-12.692-12.672.7-.541 1.442-1.038 2.258-1.387m5.27 3.519c-.531-.011-1.113.211-1.312.744-.324.725.301 1.638 1.099 1.576.805.04 1.419-.913 1.043-1.631-.114-.35-.629-.449-.573-.859.734.468 1.048 1.685 2.055 1.566.168.503.617.936 1.175.911.769.029 1.396-.841 1.085-1.558-.211-.601-.903-.843-1.491-.729a5.327 5.327 0 0 1-.311-.819l.39-.126a12.436 12.436 0 0 0-.05-.183c-.371 0-.744-.012-1.114.034.212.085.43.154.644.232-.612.411-1.479.091-2.192.187.049-.385.359-.508.711-.463a17.866 17.866 0 0 0-.01-.226c-.868-.215-.967.75-1.149 1.344zM5.137 6.283c4.22 4.238 8.461 8.454 12.677 12.696-2.43 2.112-6.036 2.729-9.029 1.542-3.142-1.208-5.506-4.282-5.739-7.658-.224-2.365.598-4.752 2.091-6.58m.547 4.295l-.342.016c.039.19.084.379.141.566-.073.195-.148.389-.222.584-.618-.114-1.289.399-1.167 1.057.079.705 1.04 1.034 1.538.53.483-.42.306-1.178-.185-1.512.089-.196.174-.393.266-.588.2.567.275 1.179.529 1.725.46.128.95.034 1.422.062-.092-.481.085-.939.398-1.3l-1.035.003c-.097.183-.195.365-.295.545a30.683 30.683 0 0 1-.529-.028c-.062-.256-.128-.511-.179-.769.311-.019.623-.021.934-.04.075-.67-.852-.283-1.239-.388l.185-.217c.138-.052.27-.117.393-.199a14.736 14.736 0 0 0-.515-.057c.081-.362.227-.702.397-1.031-.351.23-.386.673-.495 1.041m1.444.97c.367.013.733.01 1.1.011l.084.278c-.301.259-.558.649-.422 1.063.136.597.928.886 1.414.51.493-.315.518-1.11.052-1.46-.266-.265-.702-.1-.968-.357.188-.022.377-.041.565-.059-.058-.211-.198-.408-.447-.356-.479.05-1.163-.215-1.378.37m1.032 4.35l-.429.002a3.279 3.279 0 0 1-.183.665 3.15 3.15 0 0 0-1.002.352c-.071.343-.259.704-.104 1.05.179.552.883.842 1.394.557.413-.247.642-.719.748-1.172.158.245.456.483.291.804.811.005 1.671.139 2.403-.299.168.425.531.81 1.023.778.487.03.751-.418 1.069-.702-.001-.208 0-.415.002-.623a18.987 18.987 0 0 0-.461-.559l.161-.311c-.91-.112-1.829-.138-2.734-.286l-.157-.255c-.601.001-1.201.003-1.801-.001.189-.332.393-.655.63-.955l.401-.042a2.12 2.12 0 0 0-.305-.23c-.471.258-.68.789-.946 1.227z"/><path fill="#fff" d="M14.128 6.956c.665-.002 1.331-.006 1.997-.004-.192.511-.382 1.023-.581 1.531-.469-.511-.951-1.012-1.416-1.527zM15.806 8.58c.141-.523.365-1.019.567-1.521l.21.45c-.432.238-.406.812-.777 1.071zM12.585 8.702c-.128-.61.451-1.108 1.03-1.082-.055.367-.368.761-.125 1.114.171-.332.274-.691.396-1.042.521.305.704 1.092.216 1.511-.486.49-1.413.176-1.517-.501zM16.922 7.631c.514-.092 1.121.206 1.166.77.116.6-.506 1.157-1.089 1.001-.345-.056-.558-.353-.72-.634.371-.012.743-.002 1.113-.036-.139-.374-.314-.733-.47-1.101z"/><path fill="#fff" d="M16.245 8.518c.069-.296.22-.561.434-.776.126.259.246.521.366.783-.267-.001-.534-.002-.8-.007zM4.4 12.507c.076-.348.445-.468.759-.487-.142.336-.722.694-.161.974.363-.163.215-.59.307-.893.363.24.448.809.057 1.064-.431.35-1.132-.131-.962-.658zM8.635 12.012c.374.016.812.25.756.685.012.53-.738.787-1.07.384-.299-.291-.138-.731.116-.989.106.237.098.496.118.749a.3.3 0 0 0 .505-.141c-.09-.254-.346-.42-.425-.688zM8.325 16.444c.123-.065.382.118.168.192-.196.122-.517-.142-.168-.192zM8.796 16.921c.355-.022.26.423.267.646-.113-.201-.339-.394-.267-.646zM7.179 18.024c-.41-.23-.175-.772.227-.833-.192.283-.403.726.119.704.055-.191.108-.383.167-.572.325.352-.073.937-.513.701zM12.056 17.265c.285-.078.574.032.618.35a3.881 3.881 0 0 1-.618-.35zM11.81 17.548l.217-.098.042.425c.211-.024.421-.053.632-.07-.252.467-.918.263-.891-.257z"/><path d="M13.713 7.367c.182-.594.281-1.559 1.149-1.344l.01.226c-.352-.045-.662.078-.711.463.713-.096 1.58.224 2.192-.187-.214-.078-.432-.147-.644-.232.37-.046.743-.034 1.114-.034l.05.183-.39.126c.076.283.19.553.311.819.588-.114 1.28.128 1.491.729.311.717-.316 1.587-1.085 1.558-.558.025-1.007-.408-1.175-.911-1.007.119-1.321-1.098-2.055-1.566-.056.41.459.509.573.859.376.718-.238 1.671-1.043 1.631-.798.062-1.423-.851-1.099-1.576.199-.533.781-.755 1.312-.744m.415-.411c.465.515.947 1.016 1.416 1.527.199-.508.389-1.02.581-1.531-.666-.002-1.332.002-1.997.004m1.678 1.624c.371-.259.345-.833.777-1.071l-.21-.45c-.202.502-.426.998-.567 1.521m-3.221.122c.104.677 1.031.991 1.517.501.488-.419.305-1.206-.216-1.511-.122.351-.225.71-.396 1.042-.243-.353.07-.747.125-1.114-.579-.026-1.158.472-1.03 1.082m4.337-1.071c.156.368.331.727.47 1.101-.37.034-.742.024-1.113.036.162.281.375.578.72.634.583.156 1.205-.401 1.089-1.001-.045-.564-.652-.862-1.166-.77m-.677.887c.266.005.533.006.8.007-.12-.262-.24-.524-.366-.783-.214.215-.365.48-.434.776z"/><path fill="#050505" d="M5.684 10.578c.109-.368.144-.811.495-1.041-.17.329-.316.669-.397 1.031.172.016.344.035.515.057a1.935 1.935 0 0 1-.393.199l-.185.217c.387.105 1.314-.282 1.239.388-.311.019-.623.021-.934.04.051.258.117.513.179.769.176.011.352.02.529.028.1-.18.198-.362.295-.545l1.035-.003c-.313.361-.49.819-.398 1.3-.472-.028-.962.066-1.422-.062-.254-.546-.329-1.158-.529-1.725-.092.195-.177.392-.266.588.491.334.668 1.092.185 1.512-.498.504-1.459.175-1.538-.53-.122-.658.549-1.171 1.167-1.057.074-.195.149-.389.222-.584a6.238 6.238 0 0 1-.141-.566l.342-.016M4.4 12.507c-.17.527.531 1.008.962.658.391-.255.306-.824-.057-1.064-.092.303.056.73-.307.893-.561-.28.019-.638.161-.974-.314.019-.683.139-.759.487z"/><path fill="#040404" d="M7.128 11.548c.215-.585.899-.32 1.378-.37.249-.052.389.145.447.356a27.04 27.04 0 0 0-.565.059c.266.257.702.092.968.357.466.35.441 1.145-.052 1.46-.486.376-1.278.087-1.414-.51-.136-.414.121-.804.422-1.063l-.084-.278c-.367-.001-.733.002-1.1-.011m1.507.464c.079.268.335.434.425.688a.3.3 0 0 1-.505.141c-.02-.253-.012-.512-.118-.749-.254.258-.415.698-.116.989.332.403 1.082.146 1.07-.384.056-.435-.382-.669-.756-.685zM8.16 15.898c.266-.438.475-.969.946-1.227.108.067.21.144.305.23l-.401.042c-.237.3-.441.623-.63.955.6.004 1.2.002 1.801.001l.157.255c.905.148 1.824.174 2.734.286l-.161.311c.158.182.31.371.461.559-.002.208-.003.415-.002.623-.318.284-.582.732-1.069.702-.492.032-.855-.353-1.023-.778-.732.438-1.592.304-2.403.299.165-.321-.133-.559-.291-.804-.106.453-.335.925-.748 1.172-.511.285-1.215-.005-1.394-.557-.155-.346.033-.707.104-1.05a3.15 3.15 0 0 1 1.002-.352c.081-.216.149-.437.183-.665l.429-.002m.165.546c-.349.05-.028.314.168.192.214-.074-.045-.257-.168-.192m.471.477c-.072.252.154.445.267.646-.007-.223.088-.668-.267-.646m-1.617 1.103c.44.236.838-.349.513-.701-.059.189-.112.381-.167.572-.522.022-.311-.421-.119-.704-.402.061-.637.603-.227.833m4.877-.759c.195.135.402.253.618.35-.044-.318-.333-.428-.618-.35m-.246.283c-.027.52.639.724.891.257-.211.017-.421.046-.632.07l-.042-.425-.217.098z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-mopeds-or-motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M10.728 0h2.528c4.397.503 8.418 3.509 9.968 7.68.394.977.58 2.018.776 3.048v2.528c-.503 4.397-3.509 8.418-7.679 9.967-.978.395-2.018.582-3.048.777h-2.529c-4.397-.503-8.417-3.507-9.967-7.679-.395-.977-.582-2.018-.777-3.048v-2.528C.192 9.708.381 8.662.777 7.68 2.324 3.513 6.337.513 10.728 0M5.847 4.533c4.587 4.58 9.167 9.167 13.752 13.749 2.026-2.457 2.71-5.94 1.758-8.979-1.01-3.513-4.174-6.277-7.787-6.817-2.713-.466-5.589.316-7.723 2.047M3.153 16.286c1.169 2.506 3.446 4.471 6.108 5.228 3.022.92 6.441.21 8.892-1.767-4.559-4.613-9.168-9.177-13.747-13.773-2.339 2.829-2.85 7.006-1.253 10.312z"/><path fill="#fff" d="M5.847 4.533c2.134-1.731 5.01-2.512 7.723-2.047 3.613.54 6.777 3.304 7.787 6.817.952 3.039.267 6.522-1.758 8.979-4.585-4.582-9.164-9.17-13.752-13.749m5.788-.31c-.159.283-.325.562-.485.843-.861-.378-1.968.222-1.976 1.195-.047 1.013 1.196 1.719 2.04 1.156.79-.455.822-1.619.147-2.195l.146-.261c.621.548 1.368.98 1.817 1.696.303.053.61.009.914-.001.217.52.686.964 1.282.94.87.055 1.577-.892 1.291-1.714-.231-.767-1.145-1.088-1.864-.835a64.19 64.19 0 0 0-.303-.582c.027-.068.083-.201.111-.267.149.039.297.081.446.123 0-.159.001-.317.004-.475a25.906 25.906 0 0 0-1.043.008l.38.274-.218.316-2.405-.001a8.014 8.014 0 0 0-.065-.617c.275.001.549.003.824.003-.003-.069-.005-.206-.007-.275-.493-.04-1.445-.095-1.037.672m4.387 4.817c-.123-.2-.284-.364-.526-.408l-.004.543c.166-.034.331-.067.497-.099-.163.236-.318.477-.468.721-.797-.352-1.846.117-1.951 1.021-.215 1.021 1.006 1.929 1.916 1.403.883-.411.925-1.643.253-2.272l.353-.57c.597.653 1.193 1.31 1.792 1.964l.702.001c.245.757 1.123 1.253 1.876.904 1.029-.425 1.007-2.159-.098-2.477-.854-.352-1.726.365-1.829 1.217-.428.164-.764-.068-.997-.417l.074-.522c-.32-.518-.857-.728-1.418-.875.217-.601.806-.776 1.343-.98-.66-.269-1.347.192-1.517.845m2.547-.02c.003.183.005.367.01.549.196.039.393.076.59.112l.192-.359c.45 0 .901.001 1.351-.022-.018-.073-.056-.22-.076-.293-.689 0-1.379-.013-2.067.013z"/><path fill="#fff" d="M11.636 4.715c.85-.004 1.7-.001 2.549-.001-.215.389-.433.777-.65 1.166l-.335.121c-.52-.43-1.045-.854-1.564-1.286zM13.809 5.952c.252-.307.558-1.594.929-.78a3.752 3.752 0 0 0-.515.784c-.138 0-.275-.001-.413-.004zM9.489 6.005c.153-.665.914-.916 1.513-.712a3.363 3.363 0 0 1-.814 1.013c.141.111.3.193.463.267.143-.402.34-.78.575-1.136.541.531.441 1.548-.303 1.83-.773.372-1.705-.455-1.435-1.263zM15.093 5.266c.828-.299 1.795.502 1.454 1.372-.295.937-1.696.893-2.036.004.464-.104 1.094.107 1.4-.355-.416-.21-.659-.599-.818-1.021z"/><path fill="#fff" d="M14.493 5.978c.116-.183.236-.364.359-.543.111.201.219.403.327.605-.228-.02-.458-.04-.686-.063zM3.153 16.286C1.556 12.979 2.068 8.803 4.406 5.974c4.578 4.595 9.188 9.159 13.747 13.773-2.451 1.977-5.87 2.687-8.892 1.767-2.662-.757-4.94-2.722-6.108-5.228M7.697 12.1c.252.02.503.038.755.061-.07.443-.732.393-.723.873.492-.184.959-.421 1.44-.63.003-.42-.063-.976-.567-1.073-.5-.129-.835.334-.905.77m-.52 1.394c-.406-.013-1.437-.08-1.051.591.772.309 1.681.046 2.392-.359.253.244.505.49.755.737-.537.198-1.415-.016-1.698.549.228.712.798 1.293 1.173 1.946.132.369.732.293.683-.128-.252-.552-.626-1.034-.93-1.556.593-.147 1.231-.163 1.793-.411.497-.604-.402-1.16-.664-1.673-.603-1.021-1.629.275-2.453.304m-1.773 1.326c-1.054.19-1.619 1.548-1.003 2.427.62 1.067 2.39.913 2.815-.245.539-1.124-.61-2.5-1.812-2.182m6-.002c-.787.146-1.377.953-1.264 1.749.07.837.897 1.5 1.728 1.407.828-.059 1.52-.843 1.45-1.676-.021-.942-.997-1.698-1.915-1.48zM13.847 10.835c.107-.702.904-1.033 1.534-.809-.087.449-.939.865-.42 1.267.223-.37.432-.75.672-1.11.47.54.442 1.484-.257 1.816-.746.421-1.731-.334-1.529-1.163zM18.8 10.912c.133-.673.877-1.184 1.533-.873.785.307.85 1.534.1 1.921-.59.376-1.324-.008-1.587-.597.403-.111 1.265.24 1.316-.368-.274-.471-.922-.057-1.362-.083z"/><path fill="#fff" d="M5.517 15.303c.775-.198 1.548.633 1.285 1.392-.194.811-1.36 1.073-1.883.424-.57-.586-.205-1.684.599-1.816zM11.516 15.299c.814-.197 1.583.729 1.234 1.493-.257.741-1.336.939-1.839.338-.59-.587-.214-1.71.605-1.831z"/><path fill="#030303" d="M11.635 4.223c-.408-.767.544-.712 1.037-.672.001.069.004.206.007.275-.275 0-.549-.001-.824-.003.029.205.053.411.065.617l2.405.001.218-.316-.38-.274c.348-.01.695-.01 1.043-.008-.003.158-.004.316-.004.475a37.006 37.006 0 0 0-.446-.123l-.111.267c.102.193.202.387.303.582.719-.253 1.633.068 1.864.835.286.822-.421 1.769-1.291 1.714-.596.023-1.066-.42-1.282-.94-.304.01-.612.055-.914.001-.449-.716-1.196-1.148-1.817-1.696l-.146.261c.674.577.643 1.74-.147 2.195-.844.563-2.087-.142-2.04-1.156.008-.973 1.115-1.573 1.976-1.195.16-.28.326-.56.485-.843m0 .495c.519.432 1.043.856 1.564 1.286l.335-.121.65-1.166c-.849 0-1.698-.003-2.549.001m2.173 1.237c.138.003.275.004.413.004.138-.283.312-.545.515-.784-.37-.814-.677.473-.929.78m-4.319.053c-.27.807.661 1.634 1.435 1.263.743-.282.844-1.299.303-1.83a5.273 5.273 0 0 0-.575 1.136 2.266 2.266 0 0 1-.463-.267c.335-.282.609-.625.814-1.013-.599-.203-1.36.047-1.513.712m5.603-.74c.159.423.402.811.818 1.021-.305.462-.935.25-1.4.355.34.89 1.741.933 2.036-.004.34-.87-.626-1.671-1.454-1.372m-.6.712c.228.022.458.043.686.063a70.54 70.54 0 0 0-.327-.605c-.123.179-.243.36-.359.543zM16.021 9.043c.17-.653.857-1.114 1.517-.845-.537.203-1.127.378-1.343.98.561.147 1.098.357 1.418.875l-.074.522c.232.35.569.582.997.417.103-.852.974-1.569 1.829-1.217 1.105.318 1.127 2.052.098 2.477-.753.35-1.63-.147-1.876-.904l-.702-.001c-.599-.655-1.195-1.311-1.792-1.964-.119.19-.236.38-.353.57.672.629.63 1.861-.253 2.272-.91.526-2.131-.382-1.916-1.403.106-.904 1.154-1.373 1.951-1.021.15-.244.305-.485.468-.721l-.497.099.004-.543c.241.044.403.209.526.408m-2.176 1.791c-.202.83.783 1.585 1.529 1.163.699-.331.727-1.276.257-1.816-.24.36-.449.74-.672 1.11-.519-.402.333-.818.42-1.267-.63-.224-1.427.107-1.534.809m4.953.078c.44.026 1.088-.387 1.362.083-.051.608-.913.257-1.316.368.263.59.998.973 1.587.597.75-.387.685-1.615-.1-1.921-.656-.312-1.4.2-1.533.873z"/><path fill="#030303" d="M18.566 9.022c.689-.026 1.379-.013 2.067-.013.02.073.057.22.076.293-.45.023-.901.022-1.351.022l-.192.359c-.197-.037-.394-.073-.59-.112a33.71 33.71 0 0 1-.01-.549zM7.697 12.1c.07-.436.406-.899.905-.77.505.098.57.653.567 1.073-.481.209-.948.446-1.44.63-.009-.48.652-.429.723-.873a47.969 47.969 0 0 0-.755-.061zM7.177 13.495c.824-.029 1.851-1.325 2.453-.304.262.514 1.161 1.07.664 1.673-.562.248-1.2.263-1.793.411.304.522.678 1.004.93 1.556.048.421-.552.497-.683.128-.374-.653-.944-1.234-1.173-1.946.283-.565 1.161-.351 1.698-.549-.25-.247-.502-.493-.755-.737-.711.404-1.62.668-2.392.359-.386-.67.646-.604 1.051-.591z"/><path fill="#030303" d="M5.404 14.821c1.201-.318 2.35 1.058 1.812 2.182-.425 1.158-2.195 1.312-2.815.245-.616-.879-.051-2.237 1.003-2.427m.113.482c-.803.132-1.169 1.23-.599 1.816.523.65 1.689.387 1.883-.424.263-.759-.51-1.59-1.285-1.392zM11.404 14.819c.918-.218 1.894.539 1.915 1.48.069.833-.622 1.617-1.45 1.676-.831.093-1.658-.57-1.728-1.407-.113-.796.477-1.603 1.264-1.749m.111.48c-.819.121-1.195 1.244-.605 1.831.503.601 1.582.403 1.839-.338.35-.764-.42-1.69-1.234-1.493z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-or-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M10.991 0h1.99c1.352.202 2.712.474 3.958 1.058 3.931 1.734 6.66 5.689 7.062 9.947v1.963c-.198 1.386-.494 2.772-1.099 4.044-1.74 3.892-5.676 6.571-9.892 6.988h-1.99c-1.322-.194-2.647-.463-3.868-1.026C3.175 21.269.408 17.287 0 13.003v-1.979C.391 6.696 3.21 2.68 7.23.982c1.19-.536 2.48-.78 3.761-.983m-2.983 3.21C4.804 4.627 2.546 7.908 2.36 11.407h19.28C21.454 8 19.316 4.795 16.236 3.323c-2.546-1.254-5.648-1.3-8.228-.114m-5.65 9.375c.181 3.197 2.064 6.238 4.864 7.798 2.606 1.518 5.941 1.687 8.687.439 3.248-1.399 5.54-4.708 5.732-8.237H2.358z"/><path fill="#fff" d="M8.008 3.209c2.58-1.186 5.682-1.14 8.228.114 3.079 1.472 5.218 4.678 5.404 8.084H2.36c.186-3.499 2.444-6.78 5.648-8.198m1.903 1.299c-.26.674-.407 1.387-.62 2.077-.902-.132-1.872.355-2.19 1.232-.424 1.008.229 2.264 1.28 2.531.97.299 2.077-.328 2.353-1.295.322-.96-.269-1.99-1.162-2.38l.084-.32c.734.608 1.463 1.224 2.196 1.836-.014.342.031.784.431.881.38.131.629-.239.853-.476.131.547.348 1.115.83 1.448.772.605 1.993.457 2.603-.311.683-.756.576-2.05-.218-2.686-.578-.52-1.434-.577-2.131-.282-.23-.382-.463-.76-.694-1.14.052-.176.103-.352.16-.526.226-.006.452.001.679-.004l-.001-.592c-.694.01-1.39-.024-2.083.029.184.431.72.385 1.093.53l-.074.323c-1.122.013-2.245.005-3.367.005.106-.494.25-1.051.884-.911l.001-.295c-.308.047-.763-.04-.907.324z"/><path fill="#fff" d="M9.858 5.689c1.111-.004 2.221.001 3.332-.004-.24.734-.473 1.471-.71 2.206-.1.028-.3.082-.401.108-.773-.655-1.558-1.298-2.328-1.956l.107-.354zM12.766 7.966c.216-.658.425-1.319.636-1.979.188.311.378.622.569.931-.461.389-.719.938-.854 1.516l-.35-.468zM7.319 8.878c-.31-1.114.769-2.19 1.879-2.002-.139.571-.29 1.147-.604 1.651.023.301.522.378.552.052-.014-.558.187-1.085.347-1.612 1.051.418 1.385 1.924.533 2.696-.828.875-2.483.403-2.707-.786zM14.381 7.007c.768-.296 1.753-.056 2.144.709.557.926-.09 2.258-1.165 2.383-.913.175-1.766-.551-1.901-1.438.577.005 1.193-.119 1.728.161.098-.122.32-.325.133-.47-.416-.367-.662-.874-.94-1.345z"/><path fill="#fff" d="M13.458 8.344c.104-.446.326-.853.658-1.172.248.389.486.785.726 1.18-.462.001-.923.005-1.384-.007zM2.358 12.584h19.283c-.192 3.529-2.484 6.838-5.732 8.237-2.746 1.248-6.08 1.079-8.687-.439-2.8-1.56-4.682-4.601-4.864-7.798m12.164 1.283c-.212 1.16-.836 2.156-1.44 3.146l-.684.07-.143-1.367c-1.902.196-3.802.395-5.702.6.06.582.121 1.163.185 1.745.703-.086 1.409-.152 2.113-.233-.504.479-.704 1.306-.248 1.885.572.818 1.961.731 2.42-.158.407-.677.043-1.535-.607-1.898 1.416-.126 2.828-.287 4.243-.426-.62.661-.748 1.542-.857 2.405l-.714.11.048.3c.396.067.793.132 1.19.187.287-.869.415-1.834 1.082-2.516.312.674.576 1.37.829 2.069-.245.138-.475.298-.648.523.443-.002.883-.055 1.322-.107-.118-1.072-.42-2.106-.737-3.132.422-.048.846-.092 1.27-.138a45.62 45.62 0 0 1-.038-.367l-.503.047c-.028-.476.01-.959-.072-1.43-.517-.612-1.066-1.343-1.937-1.405.332-.368.22-1.099-.376-1.045-.676.035-.584 1.002.002 1.136z"/><path fill="#fff" d="M15.924 15.206l.566.25.056 1.199c-.156.012-.311.026-.467.044-.053-.498-.106-.996-.156-1.493zM13.69 16.946c.325-.491.653-.98 1.004-1.453.092.439.167.882.228 1.326l-1.232.127zM8.776 18.161c.246-.169.509-.312.782-.431.034.306.058.613.068.92a4.996 4.996 0 0 1-.851-.49zM9.749 17.716c.295.056.581.151.854.276-.222.222-.448.44-.682.65a5.194 5.194 0 0 1-.173-.926zM10.124 18.761c.2-.206.404-.409.61-.61.091.172.179.344.265.518-.29.036-.582.066-.875.091zM8.663 18.352c.257.155.509.314.758.481a17.2 17.2 0 0 1-.907.095c.048-.192.097-.384.149-.576zM10.102 18.991a12.9 12.9 0 0 1 .92-.112c-.049.206-.101.41-.155.616-.26-.16-.516-.328-.766-.504zM8.525 19.141c.317-.038.634-.068.953-.084-.199.235-.414.456-.634.672-.119-.188-.21-.394-.319-.588zM9.936 19.186c.283.148.556.312.822.487-.242.16-.492.305-.75.436a10.528 10.528 0 0 1-.072-.923zM8.987 19.876c.22-.23.452-.45.714-.632.043.293.083.588.097.884a8.454 8.454 0 0 1-.811-.252z"/><path d="M9.911 4.508c.144-.364.599-.277.907-.324l-.001.295c-.635-.14-.779.416-.884.911 1.122 0 2.245.008 3.367-.005l.074-.323c-.373-.145-.91-.1-1.093-.53.694-.053 1.39-.019 2.083-.029l.001.592c-.227.005-.454-.002-.679.004a21.44 21.44 0 0 0-.16.526c.23.38.463.758.694 1.14.697-.295 1.553-.238 2.131.282.794.636.901 1.93.218 2.686-.61.768-1.831.916-2.603.311-.482-.334-.7-.901-.83-1.448-.224.238-.473.607-.853.476-.4-.097-.445-.539-.431-.881-.733-.612-1.462-1.228-2.196-1.836l-.084.32c.893.39 1.483 1.42 1.162 2.38-.276.967-1.384 1.594-2.353 1.295-1.051-.266-1.704-1.523-1.28-2.531.318-.877 1.288-1.364 2.19-1.232.214-.69.36-1.403.62-2.077m-.053 1.179l-.107.354c.77.658 1.555 1.301 2.328 1.956.101-.026.301-.08.401-.108.238-.734.47-1.471.71-2.206-1.111.005-2.221 0-3.332.004m2.908 2.277c.118.156.234.312.35.468.136-.577.394-1.127.854-1.516-.191-.31-.38-.62-.569-.931-.211.66-.42 1.321-.636 1.979m-5.446.912c.224 1.189 1.879 1.661 2.707.786.852-.773.518-2.279-.533-2.696-.16.527-.361 1.054-.347 1.612-.03.326-.529.25-.552-.052.313-.504.464-1.08.604-1.651-1.11-.188-2.189.888-1.879 2.002m7.062-1.872c.277.472.523.978.94 1.345.187.145-.035.348-.133.47-.535-.28-1.151-.156-1.728-.161.134.887.988 1.613 1.901 1.438 1.075-.125 1.722-1.457 1.165-2.383-.391-.766-1.376-1.006-2.144-.709m-.924 1.337c.461.012.922.008 1.384.007-.24-.395-.478-.791-.726-1.18a2.371 2.371 0 0 0-.658 1.172zM14.522 13.867c-.587-.134-.678-1.102-.002-1.136.595-.054.708.677.376 1.045.871.062 1.42.793 1.937 1.405.082.472.044.954.072 1.43l.503-.047.038.367c-.424.046-.847.09-1.27.138.317 1.026.619 2.06.737 3.132-.439.052-.88.104-1.322.107.173-.226.403-.385.648-.523a26.164 26.164 0 0 0-.829-2.069c-.667.683-.796 1.648-1.082 2.516-.397-.055-.794-.12-1.19-.187a97.37 97.37 0 0 0-.048-.3l.714-.11c.109-.863.236-1.744.857-2.405-1.415.139-2.827.3-4.243.426.65.364 1.014 1.222.607 1.898-.46.889-1.848.977-2.42.158-.456-.58-.256-1.406.248-1.885-.704.08-1.41.146-2.113.233-.064-.582-.125-1.163-.185-1.745 1.901-.205 3.8-.404 5.702-.6l.143 1.367.684-.07c.604-.99 1.228-1.986 1.44-3.146m1.4 1.34c.05.497.103.995.156 1.493.156-.018.311-.032.467-.044l-.056-1.199-.566-.25m-2.235 1.74l1.232-.127a19.224 19.224 0 0 0-.228-1.326c-.352.473-.679.962-1.004 1.453m-4.914 1.215c.269.187.55.358.851.49a12.89 12.89 0 0 0-.068-.92 4.648 4.648 0 0 0-.782.431m.972-.446c.029.313.088.624.173.926.234-.21.46-.428.682-.65a3.737 3.737 0 0 0-.854-.276m.374 1.045c.293-.025.584-.055.875-.091a19.399 19.399 0 0 0-.265-.518c-.205.2-.409.403-.61.61m-1.461-.41a30.47 30.47 0 0 0-.149.576c.304-.024.606-.055.907-.095a20.13 20.13 0 0 0-.758-.481m1.439.639c.25.176.505.344.766.504.054-.205.106-.409.155-.616-.308.026-.616.062-.92.112m-1.578.15c.109.194.2.4.319.588.22-.216.434-.437.634-.672-.319.016-.636.046-.953.084m1.411.045c.007.308.038.617.072.923.258-.131.508-.276.75-.436a9.296 9.296 0 0 0-.822-.487m-.949.69c.266.098.536.181.811.252a9.014 9.014 0 0 0-.097-.884 4.764 4.764 0 0 0-.714.632z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-or-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0303" d="M10.738 0h2.506c4.026.47 7.762 2.998 9.534 6.666.651 1.271.986 2.671 1.222 4.071v2.508c-.47 4.026-2.998 7.762-6.667 9.534-1.27.653-2.67.986-4.07 1.222h-2.51c-4.026-.47-7.759-2.999-9.531-6.667-.653-1.27-.986-2.67-1.222-4.07v-2.509c.231-1.408.568-2.813 1.222-4.089C2.992 3.002 6.72.479 10.738 0M5.925 4.49c4.542 4.511 9.097 9.01 13.65 13.51 2.256-2.876 2.661-7.043.989-10.295-1.208-2.403-3.459-4.255-6.061-4.945-2.924-.829-6.193-.143-8.578 1.731m-.684 14.53c3.277 3.295 8.963 3.59 12.594.707-4.537-4.496-9.078-8.986-13.619-13.478-2.899 3.735-2.462 9.558 1.025 12.771z"/><path fill="#fff" d="M5.925 4.49c2.384-1.873 5.654-2.56 8.578-1.731 2.602.69 4.853 2.543 6.061 4.945 1.672 3.252 1.267 7.419-.989 10.295-4.554-4.5-9.108-8.999-13.65-13.51m8.598 1.087c-.572 1.047-1.03 2.156-1.664 3.171-.192.226.038.406.217.528.612-1.2 1.153-2.438 1.775-3.634.331-.062.794.049.942-.349-.418-.003-1.062-.226-1.269.284m-1.227.42c.012.27.032.54.058.808.427-.039.567-.446.711-.782a17.953 17.953 0 0 0-.769-.026m3.494-.035c.012.165.025.331.04.497a8.91 8.91 0 0 0 2.019.04l.019-.538c-.693-.001-1.386-.003-2.078.001m-2.231.558c-.104.206-.206.413-.306.619.237.431.492.852.774 1.256.641-.051 1.282.013 1.921.051.44-1.134 1.67-1.378 2.755-1.317-.003-.113-.005-.34-.006-.453-.961.005-1.923.023-2.884.03-.012.394-.025.789-.039 1.183l-1.408-.001a25.01 25.01 0 0 0-.808-1.367m-3.01 2.434c-.009 1.19 1.601 1.829 2.439 1.014.725-.559.698-1.825-.134-2.266.077.34.234.654.324.99.138.693-.511 1.38-1.206 1.335-.843.008-1.463-1.069-.955-1.772.285-.519.918-.547 1.432-.645-.799-.664-2.051.4-1.901 1.344m5.657-.437c.486-.226.81-.758 1.376-.806.693-.119 1.395.542 1.313 1.243.003.627-.627 1.09-1.213 1.107-.555-.012-.909-.523-1.426-.655.384.924 1.614 1.204 2.403.638.777-.551.742-1.877-.071-2.381-.828-.573-2.118-.136-2.382.854m-1.73-.064c-.704.13-.328 1.225.297.965.572-.208.314-1.157-.297-.965m.73.187c-.004.224-.008.45-.01.676.802-.027 1.614.065 2.409-.061.319.014.416-.537.074-.553-.819-.109-1.649-.043-2.473-.062zM5.241 19.021C1.754 15.809 1.317 9.985 4.216 6.25c4.541 4.491 9.082 8.981 13.619 13.478-3.631 2.883-9.317 2.588-12.594-.707m1.744-5.582c.188.686-.173 1.295-.533 1.846-.649-.169-1.392-.06-1.845.474-.688.708-.448 1.99.402 2.457.902.592 2.298-.136 2.317-1.221.102-.612-.245-1.151-.655-1.566.086-.143.173-.285.261-.427 1.022.715 1.807 2.098 3.204 1.989.285.794.999 1.616 1.933 1.411 1.144-.153 1.699-1.651 1.009-2.547-.426-.653-1.27-.73-1.963-.545-.163-.278-.427-.545-.422-.885.135-.261.406-.419.599-.633-.48-.06-.963-.019-1.439.045.24.143.483.279.721.426-.972.575-2.235.135-3.322.274a7.27 7.27 0 0 0 .027-.898c.374-.045.751-.091 1.107-.222a3.886 3.886 0 0 0-1.402.021z"/><path fill="#fff" d="M7.077 14.792c1.04 0 2.082-.043 3.123.003-.292.643-.63 1.264-.972 1.881a239.444 239.444 0 0 1-2.151-1.884zM9.54 16.657c.298-.63.624-1.248.965-1.856.125.192.246.384.365.58-.294.4-.553.826-.729 1.292-.2-.004-.4-.009-.601-.016zM4.47 16.716c-.029-.938 1.029-1.484 1.851-1.2-.03.532-1.148 1.2-.45 1.557.182-.49.401-.972.743-1.374.691.642.624 1.901-.249 2.344-.868.477-2.064-.344-1.895-1.327zM11.267 15.523c.62-.197 1.358-.004 1.685.589.525.784-.062 2.017-1.022 2.037-.714.077-1.309-.47-1.475-1.134.546-.038 1.096 0 1.641-.071-.245-.492-.575-.934-.829-1.421z"/><path fill="#fff" d="M10.954 15.719c.342.206.474.62.676.946a10.16 10.16 0 0 1-1.184-.026c.117-.332.262-.662.509-.92z"/><path fill="#030303" d="M14.523 5.576c.206-.51.851-.287 1.269-.284-.148.398-.611.287-.942.349-.621 1.196-1.162 2.434-1.775 3.634-.179-.122-.409-.302-.217-.528.634-1.014 1.092-2.124 1.664-3.171zM13.297 5.996c.257.003.512.012.769.026-.144.336-.284.743-.711.782a14.554 14.554 0 0 1-.058-.808zM16.791 5.961c.693-.004 1.386-.003 2.078-.001l-.019.538a8.911 8.911 0 0 1-2.019-.04 16.9 16.9 0 0 1-.04-.497z"/><path fill="#030303" d="M14.56 6.519c.288.445.549.906.808 1.367l1.408.001c.014-.394.027-.789.039-1.183.961-.006 1.923-.025 2.884-.03l.006.453c-1.086-.061-2.316.183-2.755 1.317-.64-.038-1.28-.101-1.921-.051a13.483 13.483 0 0 1-.774-1.256c.1-.206.202-.413.306-.619zM11.549 8.954c-.15-.944 1.101-2.008 1.901-1.344-.514.097-1.147.126-1.432.645-.509.703.112 1.78.955 1.772.695.045 1.344-.642 1.206-1.335-.091-.336-.248-.65-.324-.99.832.441.859 1.707.134 2.266-.838.815-2.448.175-2.439-1.014z"/><path fill="#030303" d="M17.205 8.517c.263-.99 1.554-1.427 2.382-.854.813.503.848 1.829.071 2.381-.789.566-2.019.285-2.403-.638.516.132.87.643 1.426.655.586-.017 1.216-.48 1.213-1.107.082-.701-.62-1.362-1.313-1.243-.567.048-.89.58-1.376.806zM15.475 8.453c.611-.192.869.758.297.965-.625.259-1.002-.835-.297-.965z"/><path fill="#030303" d="M16.205 8.64c.824.019 1.654-.047 2.473.062.342.016.245.567-.074.553-.795.126-1.607.034-2.409.061l.01-.676zM6.985 13.439c.462-.091.938-.1 1.402-.021-.355.131-.733.176-1.107.222.006.3.003.599-.027.898 1.087-.139 2.351.301 3.322-.274-.239-.147-.481-.283-.721-.426.476-.065.959-.105 1.439-.045-.193.214-.464.372-.599.633-.005.34.258.607.422.885.693-.186 1.537-.108 1.963.545.69.895.135 2.394-1.009 2.547-.934.205-1.648-.618-1.933-1.411-1.397.109-2.182-1.274-3.204-1.989-.088.141-.175.284-.261.427.41.415.758.954.655 1.566-.019 1.085-1.415 1.812-2.317 1.221-.85-.467-1.09-1.749-.402-2.457.453-.533 1.196-.642 1.845-.474.361-.551.721-1.16.533-1.846m.091 1.352c.714.632 1.43 1.261 2.151 1.884.341-.618.68-1.238.972-1.881-1.04-.045-2.082-.003-3.123-.003m2.463 1.865c.201.006.401.012.601.016.176-.466.435-.893.729-1.292-.118-.196-.24-.388-.365-.58a30.209 30.209 0 0 0-.965 1.856m-5.07.059c-.169.983 1.027 1.805 1.895 1.327.873-.444.941-1.702.249-2.344-.342.402-.562.883-.743 1.374-.698-.357.42-1.025.45-1.557-.822-.284-1.88.262-1.851 1.2m6.797-1.193c.254.486.584.929.829 1.421-.545.071-1.095.034-1.641.071.166.664.762 1.21 1.475 1.134.96-.019 1.548-1.253 1.022-2.037-.327-.593-1.065-.786-1.685-.589m-.313.196c-.246.258-.392.588-.509.92.393.034.789.038 1.184.026-.202-.326-.333-.739-.676-.946z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-bicycles-tractors-or-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M10.999 0h1.975c.799.139 1.608.246 2.387.48 3.714 1.052 6.806 4.032 8.012 7.697.325.914.463 1.878.626 2.831v1.952c-.283 2.494-1.223 4.934-2.885 6.835-2.018 2.405-5.015 3.862-8.116 4.205h-1.974c-4.075-.389-7.904-2.885-9.728-6.576-.722-1.375-1.081-2.9-1.297-4.429v-1.963c.198-1.421.508-2.842 1.14-4.14C2.899 3.046 6.808.398 10.998 0m-6.06 5.417c-2.713 2.83-3.374 7.364-1.595 10.855 2.688-1.621 5.375-3.245 8.066-4.864.001-3.016.002-6.031-.001-9.048-2.442.15-4.811 1.255-6.47 3.056m7.654-3.056c-.004 3.017-.002 6.032-.001 9.049 2.69 1.616 5.376 3.241 8.065 4.861a9.682 9.682 0 0 0 .282-7.922c-1.339-3.376-4.718-5.8-8.346-5.988m-8.66 14.942a9.718 9.718 0 0 0 4.331 3.596c2.924 1.265 6.455.91 9.094-.866l.016-.076c1.049-.671 2.005-1.565 2.597-2.671-.438-.269-.86-.564-1.313-.81-2.192-1.386-4.435-2.696-6.656-4.038a1691.38 1691.38 0 0 0-8.068 4.865z"/><path fill="#fff" d="M4.938 5.417c1.66-1.801 4.028-2.906 6.47-3.056.004 3.017.002 6.032.001 9.048-2.692 1.619-5.378 3.242-8.066 4.864-1.78-3.491-1.118-8.026 1.595-10.855m.337 2.142c-.227.49-.313 1.031-.481 1.543-.762-.121-1.568.425-1.62 1.218-.119.871.774 1.667 1.627 1.447.931-.156 1.396-1.391.8-2.125-.151-.276-.635-.344-.577-.708.54.402 1.043.852 1.556 1.288-.11.637.656.854.934.296.089.724.732 1.366 1.489 1.273.89-.035 1.517-1.081 1.127-1.884-.288-.72-1.178-.973-1.864-.69-.169-.274-.335-.55-.504-.822.043-.337.325-.389.614-.376l-.006-.386c-.493-.002-.989-.018-1.481.025.182.276.538.286.822.389-.088.283-.404.193-.629.211-.611-.005-1.222-.002-1.832-.005.059-.194.116-.389.176-.582.164-.025.329-.048.494-.071-.062-.296-.487-.204-.647-.042zM12.592 2.36c3.628.188 7.007 2.612 8.346 5.988 1.042 2.521.937 5.483-.282 7.922-2.689-1.62-5.375-3.245-8.065-4.861-.001-3.017-.002-6.032.001-9.049m2.653 4.312l-.001 1.624c-.624.001-1.247-.001-1.871.001.001.529 0 1.057.002 1.586l.394.336c-.512.394-.47 1.291.194 1.489.618.216 1.106-.398 1.1-.97.684-.006 1.368-.001 2.052-.005.38.461.836.983 1.482.997.666.019 1.121-.556 1.472-1.045.149-.005.298-.01.448-.013l-.002-.451-.431-.011c-.055-.46-.223-.926-.654-1.158-.012-.703-.002-1.405-.007-2.108a865.64 865.64 0 0 0-2.279 0c-.16.45-.318.901-.476 1.351l-.893-.001-.001-1.621-.529-.001z"/><path fill="#fff" d="M17.434 7.41c.163-.002.326-.002.49-.002l.001.888h-.772c.092-.295.186-.59.281-.886zM18.12 7.408l.77.001v.887h-.77v-.888zM5.14 8.474c.8-.022 1.602-.005 2.402-.012-.168.526-.331 1.054-.51 1.577l-.277.048c-.5-.558-1.412-.883-1.615-1.613zM7.696 8.681c.13.215.262.43.39.646-.296.29-.496.656-.587 1.062a6.055 6.055 0 0 1-.254-.302c.148-.469.296-.937.451-1.405zM3.562 11.076c-.57-.802.218-1.943 1.17-1.778-.098.402-.194.814-.432 1.16.037.058.113.172.151.229l.25-.112c-.029-.42.115-.82.246-1.211.602.282.928 1.061.564 1.654-.379.728-1.528.763-1.949.058zM8.383 9.386c.996-.462 2.104.742 1.482 1.664-.524.935-2.041.551-2.136-.496.422-.016.851-.022 1.26.102l.139-.217c-.322-.294-.545-.671-.745-1.054z"/><path fill="#fff" d="M7.727 10.339c.083-.312.242-.594.46-.833.179.274.349.553.516.835-.325.002-.65.002-.976-.002zM3.932 17.302c2.686-1.627 5.372-3.253 8.068-4.865 2.221 1.342 4.464 2.652 6.656 4.038-.38-.019-.763-.013-1.144-.01.018.612.038 1.225.061 1.838.205.044.41.091.614.144-.158.11-.332.226-.535.18-.992-.092-1.987-.157-2.981-.23-.15-.46-.298-.92-.444-1.381l-.76.121c-.169-.138-.34-.275-.51-.412-.946-.016-1.907.143-2.842.029-.708-.452-1.391-.985-2.275-1.008-.188.484-.466.924-.724 1.372l.344.361c.325-.222.652-.444.978-.664.305.349.659.682.791 1.142a28.5 28.5 0 0 1-.97-.053v.301c.396.037.793.072 1.184.146a25.06 25.06 0 0 1-1.188.486c-.124.654.041 1.266.721 1.484-.073-.396-.184-.786-.223-1.189.388-.136.776-.269 1.166-.4.077.715.593 1.474.19 2.165h.47c.204-.728-.08-1.472-.116-2.207.643-.011 1.288-.024 1.932-.03l.11.895c-.31.446-.624.889-.935 1.336l.534.004c.474-.637 1.006-1.303.803-2.158.36.287.773.517 1.085.859.185.415.271.864.41 1.295.114-.053.228-.103.342-.155-.131-.734-.151-1.573-.84-2.029 1.3.11 2.6.233 3.901.338-.229.257-.406.558-.437.908l-.016.076c-2.639 1.776-6.169 2.131-9.094.866a9.725 9.725 0 0 1-4.331-3.596z"/><path fill="#fff" d="M13.679 17.438c.115.238.19.491.253.746l.266.181-.511-.043a7.9 7.9 0 0 1-.008-.884z"/><path d="M15.245 6.672l.529.001.001 1.621.893.001.476-1.351h2.279c.005.703-.005 1.405.007 2.108.431.232.599.698.654 1.158l.431.011.002.451-.448.013c-.352.49-.806 1.064-1.472 1.045-.646-.014-1.102-.536-1.482-.997-.684.004-1.368-.001-2.052.005.006.571-.482 1.186-1.1.97-.665-.198-.707-1.096-.194-1.489l-.394-.336c-.002-.529-.001-1.057-.002-1.586.624-.002 1.247 0 1.871-.001l.001-1.624m2.189.738c-.095.295-.188.59-.281.886h.772l-.001-.888c-.163 0-.326 0-.49.002m.686-.002v.888h.77v-.887l-.77-.001zM5.275 7.56c.16-.162.584-.254.647.042-.166.023-.33.046-.494.071-.06.193-.118.388-.176.582.611.002 1.222 0 1.832.005.224-.018.541.072.629-.211-.284-.103-.64-.113-.822-.389.492-.043.988-.028 1.481-.025l.006.386c-.289-.013-.571.038-.614.376.169.272.335.548.504.822.685-.283 1.576-.03 1.864.69.39.803-.236 1.849-1.127 1.884-.757.092-1.4-.55-1.489-1.273-.277.558-1.044.341-.934-.296-.514-.436-1.016-.886-1.556-1.288-.058.364.426.432.577.708.595.734.131 1.969-.8 2.125-.853.22-1.746-.576-1.627-1.447.052-.793.858-1.339 1.62-1.218.168-.512.254-1.054.481-1.543m-.137.913c.203.73 1.115 1.055 1.615 1.613l.277-.048c.179-.523.342-1.051.51-1.577-.8.007-1.602-.01-2.402.012m2.556.207c-.155.468-.304.936-.451 1.405.082.103.167.204.254.302a2.12 2.12 0 0 1 .587-1.062c-.128-.216-.26-.431-.39-.646m-4.134 2.396c.421.706 1.57.671 1.949-.058.364-.593.038-1.372-.564-1.654-.131.391-.275.791-.246 1.211l-.25.112-.151-.229c.238-.347.334-.758.432-1.16-.952-.164-1.74.977-1.17 1.778m4.821-1.69c.2.383.424.76.745 1.054l-.139.217c-.409-.124-.838-.118-1.26-.102.095 1.046 1.612 1.43 2.136.496.622-.923-.486-2.126-1.482-1.664m-.656.952c.325.005.65.005.976.002a21.5 21.5 0 0 0-.516-.835 2.007 2.007 0 0 0-.46.833zM7.842 15.746c.884.023 1.567.556 2.275 1.008.935.114 1.896-.044 2.842-.029.17.137.341.274.51.412.253-.041.506-.082.76-.121.146.461.294.922.444 1.381.994.073 1.988.138 2.981.23.203.046.377-.07.535-.18-.204-.053-.409-.1-.614-.144-.023-.613-.043-1.226-.061-1.838.38-.004.763-.01 1.144.01.452.246.875.541 1.313.81-.592 1.106-1.548 2-2.597 2.671.031-.35.208-.652.437-.908-1.301-.106-2.602-.228-3.901-.338.689.456.709 1.295.84 2.029-.114.052-.228.102-.342.155-.139-.431-.226-.88-.41-1.295-.312-.342-.725-.572-1.085-.859.203.854-.329 1.52-.803 2.158l-.534-.004c.311-.446.625-.889.935-1.336l-.11-.895c-.644.006-1.289.019-1.932.03.036.734.32 1.478.116 2.207h-.47c.403-.691-.113-1.45-.19-2.165-.39.131-.779.264-1.166.4.04.403.15.793.223 1.189-.68-.218-.845-.83-.721-1.484.4-.154.797-.312 1.188-.486-.391-.074-.788-.109-1.184-.146v-.301c.323.022.646.042.97.053-.132-.461-.486-.793-.791-1.142-.326.22-.653.442-.978.664l-.344-.361c.258-.448.535-.888.724-1.372m5.833 1.689c-.017.294-.007.59.008.884l.511.043a24.837 24.837 0 0 0-.266-.181 3.812 3.812 0 0 0-.253-.746z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.06 0h1.828c1.48.187 2.959.511 4.303 1.176 3.856 1.806 6.486 5.783 6.809 10.01v1.56c-.298 4.1-2.758 7.982-6.432 9.864-1.466.794-3.103 1.201-4.752 1.39h-1.579c-4.621-.318-8.918-3.455-10.486-7.834-.403-1.039-.59-2.141-.751-3.238v-1.816c.336-4.205 2.976-8.143 6.808-9.94C8.139.516 9.6.196 11.061-.002m-.214 2.456c-3.595.391-6.815 3.008-7.945 6.44-.87 2.539-.613 5.441.709 7.78 1.718 3.14 5.302 5.134 8.879 4.91 3.808-.149 7.349-2.806 8.572-6.413.908-2.552.664-5.486-.667-7.848-1.816-3.355-5.76-5.377-9.547-4.87z"/><path fill="#fff" d="M10.847 2.454c3.787-.508 7.732 1.514 9.547 4.87 1.331 2.362 1.576 5.296.667 7.848-1.223 3.607-4.764 6.264-8.572 6.413-3.577.223-7.16-1.77-8.879-4.91-1.322-2.339-1.579-5.24-.709-7.78 1.13-3.432 4.35-6.049 7.945-6.44M4.478 9.398c-.319.688-.11 1.547-.204 2.302l-.217.19c.102.671-.242 1.525.222 2.074.78.108 1.58.012 2.369.047-.094-.622.367-1.289 1.033-1.249.65-.004 1.055.653.985 1.254 1.982-.011 3.965-.011 5.947 0-.06-.568.28-1.192.889-1.247.691-.107 1.244.581 1.135 1.242 1.12-.226 2.243-.437 3.365-.652-.001-1.013.016-2.027-.006-3.04-.018-.578-.576-1.03-1.146-.952-4.789.022-9.584-.041-14.372.031m2.89 3.611c-.964.312-.42 1.885.536 1.522 1.016-.289.446-1.943-.536-1.522m8.029-.019c-.606.152-.776 1.036-.27 1.402.439.396 1.217.088 1.291-.49.128-.563-.479-1.098-1.021-.912z"/><path fill="#fff" d="M5.092 10.249c.268-.151.616-.09.906-.032.122 1.075.035 2.176.041 3.26-.314.01-.7.155-.965-.067-.029-1.05-.066-2.114.018-3.161zM6.805 10.181c.904-.02 1.807-.02 2.711 0 .028.442.152.948-.048 1.354-.884.059-1.775.017-2.66.017a4.2 4.2 0 0 1-.002-1.37zM10.116 10.228a12.498 12.498 0 0 1 2.7-.004c.098.418.08.864.007 1.285-.901.106-1.823.048-2.73.023-.022-.432-.085-.878.023-1.304zM13.399 10.18c.886-.002 1.777-.05 2.66.019.197.406.067.904.058 1.344-.888.017-1.781.046-2.666-.008-.205-.398-.073-.913-.052-1.355zM16.681 10.214c.714-.096 1.444-.04 2.162-.035.638.044.704.922.473 1.355-.886.05-1.777.034-2.663.002-.017-.439-.085-.892.028-1.322zM7.584 13.374c.473-.109.655.646.186.768-.514.184-.733-.706-.186-.768zM15.62 13.369c.535-.04.512.842-.017.791-.488-.006-.48-.815.017-.791z"/><path d="M4.478 9.398c4.788-.072 9.583-.01 14.372-.031.57-.078 1.128.373 1.146.952.022 1.013.005 2.027.006 3.04-1.122.215-2.245.426-3.365.652.109-.661-.444-1.349-1.135-1.242-.61.055-.949.679-.889 1.247a535.865 535.865 0 0 0-5.947 0c.07-.601-.335-1.258-.985-1.254-.666-.04-1.127.628-1.033 1.249-.788-.035-1.589.061-2.369-.047-.464-.548-.12-1.403-.222-2.074l.217-.19c.094-.755-.115-1.614.204-2.302m.614.851c-.084 1.046-.047 2.111-.018 3.161.265.222.65.077.965.067-.006-1.085.082-2.185-.041-3.26-.29-.058-.638-.119-.906.032m1.713-.068c-.072.454-.076.917.002 1.37.886 0 1.776.042 2.66-.017.2-.406.076-.912.048-1.354-.904-.02-1.807-.02-2.711 0m3.312.048c-.108.426-.044.872-.023 1.304.907.025 1.829.083 2.73-.023.073-.421.091-.868-.007-1.285a12.434 12.434 0 0 0-2.7.004m3.283-.048c-.022.442-.154.956.052 1.355.886.054 1.778.025 2.666.008.01-.44.139-.938-.058-1.344-.883-.07-1.775-.022-2.66-.019m3.282.034c-.113.431-.044.883-.028 1.322.886.031 1.777.048 2.663-.002.232-.433.166-1.31-.473-1.355-.719-.005-1.448-.061-2.162.035z"/><path d="M7.368 13.009c.983-.421 1.553 1.232.536 1.522-.956.364-1.5-1.21-.536-1.522m.216.365c-.547.062-.328.952.186.768.469-.122.287-.877-.186-.768zM15.397 12.99c.542-.186 1.15.349 1.021.912-.074.577-.852.886-1.291.49-.506-.366-.336-1.249.27-1.402m.223.379c-.497-.024-.505.785-.017.791.529.052.552-.83.017-.791z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-buses--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.135 0h1.688c1.408.184 2.821.451 4.115 1.06 3.913 1.698 6.635 5.623 7.062 9.844v2.15c-.392 4.024-2.846 7.804-6.482 9.622-1.372.73-2.893 1.108-4.423 1.325h-2.152c-1.391-.202-2.783-.51-4.051-1.135C2.996 21.101.346 17.107 0 12.87v-1.686c.194-1.585.552-3.168 1.295-4.592 1.828-3.737 5.718-6.25 9.84-6.59M5.459 4.829c.311.325.628.646.956.953.37.391.748.773 1.14 1.141 1.381 1.414 2.798 2.791 4.182 4.202.176.173.361.337.552.494.38.462.811.905 1.282 1.277.533.636 1.147 1.198 1.739 1.777.174.172.348.344.518.522.229.258.479.497.742.72l-.15.018.162.007c.289.336.599.661.976.901l-.007.085c.538.551 1.085 1.093 1.632 1.634 2.471-2.653 3.229-6.73 1.877-10.093a9.777 9.777 0 0 0-5.022-5.302c-3.45-1.612-7.789-.93-10.578 1.662M2.99 15.616c1.134 2.886 3.733 5.138 6.755 5.84 2.533.612 5.315.161 7.499-1.27-.41-.416-.82-.833-1.241-1.237-.311-.328-.63-.647-.959-.956a38.19 38.19 0 0 0-1.207-1.208 10.766 10.766 0 0 0-.911-.889l.134-.012-.161-.012c-.946-1.02-1.956-1.978-2.935-2.965-.938-.948-1.884-1.889-2.828-2.831a6.692 6.692 0 0 0-.721-.677c-.808-.923-1.727-1.752-2.585-2.632-1.682 2.587-2.003 5.992-.84 8.849z"/><path fill="#fff" d="M5.459 4.829c2.789-2.592 7.128-3.274 10.578-1.662a9.777 9.777 0 0 1 5.022 5.302c1.352 3.364.594 7.44-1.877 10.093a139.679 139.679 0 0 1-1.632-1.634l.007-.085c.032-.307.047-.616.053-.924-.343.012-.686.029-1.028.023l-.162-.007.15-.018c.34-.035.682-.047 1.022-.058.017-3.361.004-6.722.006-10.084-3.727.004-7.454-.011-11.183.007a23.221 23.221 0 0 1-.956-.953z"/><path fill="#fff" d="M9.412 6.049c1.733-.002 3.466-.001 5.198 0-.001.176 0 .353.002.53-1.734.002-3.468.004-5.202 0 .001-.178.002-.354.001-.53zM2.99 15.616c-1.163-2.857-.842-6.262.84-8.849.858.88 1.777 1.709 2.585 2.632.022 2.156-.005 4.313.013 6.468 2.156.014 4.314-.002 6.472.005l.161.012-.134.012c-2.166.072-4.336.019-6.503.029l-.002.848c2.47.052 4.944-.012 7.416.012.412.394.814.797 1.207 1.208.006.318.001.636.006.954.318.005.635-.001.953.002.421.404.83.821 1.241 1.237-2.184 1.43-4.966 1.882-7.499 1.27-3.022-.702-5.621-2.954-6.755-5.84m3.748 1.234c-.005.698-.002 1.398-.002 2.098H7.83c-.008-.691-.007-1.381-.011-2.072-.36-.008-.72-.014-1.08-.025m1.163.008c.002.694.002 1.386.011 2.08.373.012.748.013 1.122.01 0-.697.001-1.394-.001-2.092a71.192 71.192 0 0 0-1.132.002zM7.555 6.923c1.393-.001 2.786-.002 4.18 0 .004 1.402 0 2.802.002 4.202-1.384-1.411-2.801-2.789-4.182-4.202zM12.289 11.62a459.82 459.82 0 0 1 .001-4.698c1.53.001 3.06-.001 4.59.001.001 1.993.001 3.985-.001 5.977-1.103-.002-2.206.01-3.308-.004a8.647 8.647 0 0 1-1.282-1.277z"/><path fill="#fff" d="M7.136 10.075c.944.942 1.89 1.883 2.828 2.831-.941-.011-1.882-.001-2.822-.006-.005-.942.004-1.884-.006-2.825zM7.837 13.961c.419-.178.92.227.83.674-.049.464-.668.696-1.013.384-.36-.278-.256-.918.182-1.058zM15.31 14.674c-.029-.56.636-1.01 1.081-.584.473.428.02 1.153-.563 1.106-.17-.178-.344-.35-.518-.522z"/><path d="M6.415 5.782c3.728-.018 7.456-.004 11.183-.007-.002 3.361.011 6.722-.006 10.084-.341.011-.683.023-1.022.058a7.417 7.417 0 0 1-.742-.72c.583.047 1.036-.678.563-1.106-.445-.426-1.11.024-1.081.584-.592-.58-1.206-1.141-1.739-1.777 1.103.013 2.206.001 3.308.004.002-1.992.002-3.984.001-5.977-1.53-.002-3.06 0-4.59-.001-.01 1.566-.008 3.132-.001 4.698a8.64 8.64 0 0 1-.552-.494c-.002-1.4.001-2.801-.002-4.202-1.393-.002-2.786-.001-4.18 0-.392-.368-.77-.75-1.14-1.141m2.997.264c.001.176 0 .353-.001.53 1.734.004 3.468.002 5.202 0-.002-.178-.004-.354-.002-.53-1.733-.001-3.466-.002-5.198 0zM6.415 9.398c.258.206.497.434.721.677.01.941.001 1.883.006 2.825.941.005 1.882-.005 2.822.006.979.988 1.99 1.945 2.935 2.965-2.158-.007-4.315.01-6.472-.005-.018-2.155.008-4.312-.013-6.468m1.423 4.563c-.438.14-.542.78-.182 1.058.344.312.964.08 1.013-.384.09-.448-.412-.852-.83-.674zM6.424 15.924c2.167-.01 4.337.043 6.503-.029.323.276.623.577.911.889-2.472-.024-4.946.04-7.416-.012l.002-.848zM16.582 15.941c.342.006.685-.011 1.028-.023-.006.308-.02.617-.053.924-.377-.24-.686-.565-.976-.901zM6.739 16.85c.36.011.72.017 1.08.025.004.691.002 1.381.011 2.072H6.737c0-.7-.002-1.399.002-2.098zM7.902 16.859c.377-.005.755-.005 1.132-.002.002.697.001 1.394.001 2.092-.374.004-.749.002-1.122-.01-.008-.694-.008-1.386-.011-2.08zM15.044 17.993c.329.31.648.629.959.956-.318-.004-.635.002-.953-.002-.005-.318 0-.636-.006-.954z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-buses--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.098 0h1.524c4.524.224 8.77 3.186 10.465 7.397.494 1.135.728 2.357.913 3.575v2.105c-.42 4.069-2.941 7.877-6.647 9.666-1.315.694-2.777 1.02-4.232 1.258H10.92c-1.288-.211-2.582-.473-3.774-1.024C3.067 21.215.23 17.053 0 12.625V11.39C.226 7.05 2.948 2.955 6.906 1.14 8.22.499 9.662.208 11.098.001m-5.98 4.758c-2.801 2.596-3.845 6.865-2.579 10.465.662 1.957 1.956 3.683 3.623 4.901 1.144-1.968 2.275-3.943 3.416-5.914.574-.998 1.156-1.993 1.724-2.995.384-.655.77-1.309 1.129-1.98.174-.27.336-.548.496-.828 1.062-1.841 2.129-3.68 3.186-5.524-3.604-1.658-8.155-.904-10.996 1.874m10.122 3.649l-.25.432.019.062c-.535.726-.924 1.546-1.39 2.316-.568 1.002-1.183 1.979-1.704 3.006-1.387 2.268-2.674 4.607-4.018 6.904a10.07 10.07 0 0 0 6.696.54c3.622-.937 6.553-4.069 7.229-7.752.776-3.745-.852-7.825-3.972-10.03-.874 1.506-1.742 3.014-2.611 4.522z"/><path fill="#fff" d="M5.118 4.759c2.84-2.778 7.392-3.533 10.996-1.874-1.057 1.843-2.124 3.683-3.186 5.524-2.272 0-4.543-.002-6.815.001-.806-.007-1.579.26-2.294.608l.178.43a9.14 9.14 0 0 0-.59 3.85c-.163.27-.204.583-.211.893.395.024.791.028 1.187.03.132-.42.156-.9.437-1.256a11.574 11.574 0 0 1 1.786-.008c.289.352.313.839.444 1.26.844 0 1.687.004 2.531-.004-1.141 1.97-2.273 3.946-3.416 5.914-1.667-1.218-2.96-2.944-3.623-4.901-1.266-3.6-.222-7.87 2.579-10.465m.322 8.494c-.709.169-.966 1.159-.433 1.654.49.552 1.494.284 1.662-.428.24-.712-.521-1.463-1.229-1.225zM15.239 8.407c.869-1.507 1.738-3.016 2.611-4.522 3.12 2.204 4.748 6.284 3.972 10.03-.676 3.683-3.607 6.815-7.229 7.752a10.07 10.07 0 0 1-6.696-.54c1.344-2.297 2.63-4.636 4.018-6.904.824-.022 1.65-.001 2.474-.008.172-.437.077-1.289.721-1.289.509-.012 1.031-.059 1.531.06.248.36.277.817.391 1.229 1.186-.058 2.401.124 3.568-.094.335-1.432.112-2.947-.094-4.388-.124-.485-.16-1.295-.82-1.315-1.482-.028-2.966 0-4.448-.011m.165 4.854c-.724.191-.94 1.229-.359 1.697.53.517 1.519.172 1.63-.556.178-.706-.592-1.386-1.271-1.141z"/><path fill="#fff" d="M10.046 8.972c.769-.023 1.765-.325 2.386.264-.359.671-.745 1.325-1.129 1.98-.484-.059-1.486.259-1.446-.526.066-.551-.196-1.283.19-1.718zM15.757 8.934c.648-.032 1.308-.056 1.954.016.42.264.205.841.262 1.25-.031.329.108.898-.334.994-.636.041-1.278.042-1.913-.001-.448-.236-.23-.827-.284-1.231.035-.336-.118-.907.316-1.027zM18.522 8.938c.545-.036 1.499-.214 1.592.554.029.524.386 1.12.118 1.612-.506.216-1.096.094-1.633.096-.524-.078-.292-.755-.348-1.12.061-.364-.168-.971.271-1.142zM13.619 11.218c.466-.77.854-1.59 1.39-2.316.226.707.216 1.494.061 2.213-.461.179-.97.082-1.451.103zM4.722 9.301c.734-.151 1.498-.062 2.243-.065.516-.007.378.626.401.964-.038.328.12.858-.298.989-.913.059-1.835.023-2.75.019-.338.035-.502-.37-.365-.64.146-.464.218-1.109.769-1.267zM7.841 9.278c.564-.025 1.804-.37 1.727.553-.018 1.147.035 2.299-.026 3.445-.062.432-.589.324-.901.346-.324-.036-.874.124-.972-.31-.054-1.075-.001-2.155-.024-3.232.02-.271-.071-.625.197-.803z"/><path d="M3.818 9.018c.715-.348 1.488-.616 2.294-.608 2.272-.004 4.543-.001 6.815-.001-.16.28-.322.558-.496.828-.62-.589-1.616-.287-2.386-.264-.385.436-.124 1.168-.19 1.718-.04.785.962.467 1.446.526-.569 1.002-1.151 1.997-1.724 2.995-.844.007-1.687.004-2.531.004-.131-.421-.155-.908-.444-1.26a11.701 11.701 0 0 0-1.786.008c-.281.356-.305.836-.437 1.256a21.348 21.348 0 0 1-1.187-.03c.007-.31.048-.623.211-.893a9.172 9.172 0 0 1 .59-3.85l-.178-.43m.907.284c-.551.158-.623.803-.769 1.267-.137.27.026.674.365.64.916.004 1.837.04 2.75-.019.418-.131.259-.661.298-.989-.023-.337.115-.971-.401-.964-.745.002-1.508-.086-2.243.065m3.119-.023c-.268.178-.176.532-.197.803.023 1.076-.03 2.156.024 3.232.098.433.648.274.972.31.312-.022.839.086.901-.346.061-1.146.008-2.298.026-3.445.077-.923-1.163-.578-1.727-.553zM15.239 8.407c1.482.011 2.966-.017 4.448.011.66.02.696.83.82 1.315.205 1.441.428 2.957.094 4.388-1.166.217-2.382.036-3.568.094-.114-.412-.143-.869-.391-1.229-.5-.119-1.022-.072-1.531-.06-.644 0-.55.852-.721 1.289-.824.007-1.65-.013-2.474.008.521-1.027 1.136-2.004 1.704-3.006.481-.022.99.076 1.451-.103.155-.719.164-1.506-.061-2.213l-.019-.062.25-.432m.516.527c-.433.12-.281.691-.316 1.027.054.404-.163.995.284 1.231.635.043 1.277.042 1.913.001.442-.096.302-.665.334-.994-.056-.409.158-.986-.262-1.25-.646-.072-1.306-.048-1.954-.016m2.766.005c-.439.172-.21.779-.271 1.142.056.365-.176 1.042.348 1.12.538-.002 1.127.12 1.633-.096.269-.492-.089-1.087-.118-1.612-.094-.768-1.048-.59-1.592-.554z"/><path d="M5.443 13.255c.708-.238 1.469.514 1.229 1.225-.168.713-1.172.98-1.662.428-.533-.494-.276-1.484.433-1.654zM15.403 13.261c.679-.245 1.448.436 1.271 1.141-.11.727-1.099 1.073-1.63.556-.581-.468-.365-1.506.359-1.697z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-caravan-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M10.994 0h2c1.442.205 2.885.518 4.2 1.169 3.701 1.717 6.295 5.43 6.805 9.46v2.742c-.517 4.477-3.686 8.519-7.961 9.988-.829.302-1.696.476-2.56.642h-2.852c-2.954-.396-5.771-1.844-7.71-4.122-1.66-1.877-2.605-4.289-2.917-6.757v-2.129c.2-1.44.529-2.875 1.18-4.183C2.957 3.007 6.841.412 10.994.001m-.024 2.461a9.625 9.625 0 0 0-5.812 2.816c-2.683 2.659-3.516 6.955-2.029 10.427 1.446 3.598 5.23 6.082 9.11 5.936 3.782-.037 7.37-2.552 8.726-6.077 1.122-2.786.827-6.092-.781-8.632-1.886-3.091-5.617-4.907-9.215-4.471z"/><path fill="#fff" d="M10.97 2.462c3.598-.436 7.328 1.38 9.215 4.471 1.608 2.539 1.903 5.845.781 8.632-1.356 3.524-4.944 6.04-8.726 6.077-3.881.145-7.664-2.339-9.11-5.936-1.487-3.472-.654-7.768 2.029-10.427a9.612 9.612 0 0 1 5.812-2.816m.41 6.5c-.835.065-1.381.919-1.279 1.715.07 1.092-.143 2.218.134 3.286-.445-.005-.89-.004-1.334-.005-.112-.606.355-1.702-.545-1.805-1.255-.584-1.806-2.244-3.268-2.491-.439-.011-.99-.192-1.361.083-.065 1.559.086 3.126.01 4.687.359 0 .718 0 1.078-.002-.002-.709.554-1.411 1.306-1.358.726-.007 1.208.689 1.226 1.362 2.26-.236 4.534-.085 6.8-.132.08-.282.18-.558.296-.827.1.25-.101.478-.131.722-.073.595.445 1.174 1.045 1.17.589.031 1.124-.499 1.104-1.087.011-.581-.521-1.098-1.102-1.068-.283-.016-.526.269-.808.152.8-.635 2.044-.097 2.082.934.977.007 1.954.014 2.93.001.462.013.869-.397.866-.856.02-1.001.007-2.003.006-3.002.031-.708-.511-1.385-1.22-1.469-2.59-.443-5.242-.354-7.837-.01m-5.587 4.283c-.829.18-1.085 1.378-.403 1.882.58.512 1.601.152 1.733-.61.199-.751-.589-1.5-1.33-1.272z"/><path fill="#fff" d="M11.568 10.127a20.172 20.172 0 0 1 1.873-.008c.037.473.038.948.013 1.423-.631.014-1.262.025-1.894-.011-.014-.468-.013-.936.007-1.404zM15.416 10.129c1.26-.049 2.522-.026 3.782-.012.058.473.054.95.013 1.424-1.241.01-2.483.03-3.721-.006-.192-.407-.043-.948-.074-1.406zM3.971 10.247l1.259.002c.486.499.964 1.007 1.446 1.51-.902.002-1.805.001-2.706.001-.001-.505-.001-1.009.001-1.513zM5.79 13.813c.344-.217.847.061.848.468.041.413-.45.74-.816.542-.409-.169-.433-.816-.032-1.01zM15.052 13.848c.34-.274.902 0 .902.432.04.403-.426.731-.791.554-.402-.145-.473-.755-.112-.986z"/><path fill="#231f20" d="M11.381 8.963c2.596-.344 5.248-.433 7.837.01.709.084 1.252.761 1.22 1.469.001 1 .014 2.002-.006 3.002.002.458-.404.869-.866.856-.977.013-1.954.006-2.93-.001-.038-1.031-1.282-1.568-2.082-.934.282.116.524-.168.808-.152.581-.03 1.112.487 1.102 1.068.02.588-.515 1.118-1.104 1.087-.6.004-1.118-.575-1.045-1.17.03-.245.23-.473.131-.722a6.726 6.726 0 0 0-.296.827c-2.267.047-4.541-.104-6.8.132-.018-.673-.5-1.369-1.226-1.362-.751-.053-1.308.649-1.306 1.358-.36.002-.719.002-1.078.002.077-1.561-.074-3.128-.01-4.687.371-.275.922-.094 1.361-.083 1.462.247 2.012 1.907 3.268 2.491.9.103.433 1.199.545 1.805.444.001.889 0 1.334.005-.277-1.068-.065-2.194-.134-3.286-.102-.796.444-1.65 1.279-1.715m.185 1.164c-.02.468-.022.936-.007 1.404.631.036 1.262.025 1.894.011.025-.475.024-.95-.013-1.423-.624-.02-1.25-.029-1.873.008m3.847.002c.031.458-.118 1 .074 1.406 1.238.036 2.48.016 3.721.006a6.915 6.915 0 0 0-.013-1.424c-1.26-.014-2.522-.037-3.782.012m-11.445.118c-.002.504-.002 1.008-.001 1.513.901 0 1.804.001 2.706-.001-.482-.503-.96-1.01-1.446-1.51l-1.259-.002m11.081 3.601c-.361.232-.29.841.112.986.365.176.83-.151.791-.554 0-.432-.563-.706-.902-.432z"/><path fill="#231f20" d="M5.792 13.246c.74-.228 1.529.521 1.33 1.272-.132.762-1.153 1.122-1.733.61-.682-.504-.426-1.702.403-1.882m-.002.567c-.401.194-.377.841.032 1.01.366.198.857-.13.816-.542-.001-.407-.504-.685-.848-.468z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-caravans--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M.463 9.238c1.158-4.482 5.14-8.09 9.727-8.749a51.844 51.844 0 0 1 3.614.005c4.724.662 8.785 4.468 9.841 9.108.098.336.094.702.254 1.016-.1.298-.049.628.1.9v1.843c-.367 1.688-.733 3.424-1.646 4.919-1.613 2.843-4.444 4.818-7.55 5.72H9.432c-.275-.07-.551-.139-.832-.191C4.243 22.515.889 18.597.145 14.132c-.03-.388-.048-.779-.145-1.156v-1.458a.837.837 0 0 0 .103-.757c.185-.49.198-1.026.36-1.524m5.232-3.581c.757.792 1.644 1.454 2.464 2.182.403.449.901.976 1.469 1.163-.097.154.185.389.332.304l.013.12c.15.182.336.346.564.419.563.486 1.126.973 1.711 1.432l-.014.047c.172.161.342.4.586.425.083.09.17.175.264.253.49.478 1.013 1.018 1.62 1.312l.2.197c.246.328.572.652.974.766.038.055.115.166.155.221.06.061.124.122.199.168l.055-.008c1.112.907 2.202 1.882 3.36 2.71 1.421-1.993 1.736-4.547 1.366-6.918-.569-2.794-2.543-5.23-5.122-6.427C12.585 2.424 8.33 3.098 5.695 5.66M4.36 7.225c-2.218 3.228-2.059 7.933.582 10.874 1.896 2.418 5.112 3.695 8.147 3.32 1.967-.209 3.847-1.114 5.27-2.482.025-.186-.197-.271-.302-.388-1.348-1.046-2.561-2.299-4.019-3.184-.194-.251-.368-.523-.624-.719a5.095 5.095 0 0 0-1.045-.87l-.084.262c-.16-.802-1.182-1.162-1.724-1.75-.101-.248-.395-.44-.65-.53a2.629 2.629 0 0 0-.258-.259c-.071-.185-.264-.277-.439-.335-.538-.492-1.116-.938-1.67-1.411-.118-.191-.296-.398-.528-.43a3.808 3.808 0 0 0-.311-.284 1.01 1.01 0 0 0-.58-.478c-.608-.41-1.112-1.026-1.764-1.338z"/><path fill="#fff" d="M5.695 5.656c2.635-2.562 6.89-3.236 10.196-1.638 2.579 1.198 4.553 3.634 5.122 6.427.371 2.371.055 4.925-1.366 6.918-1.158-.828-2.248-1.802-3.36-2.71.786-.097 1.583-.005 2.374-.049.139-1.303.508-2.615.271-3.928-.092-.668-.161-1.34-.271-2.005-1.774-.152-3.626-.005-5.429-.072-.403-.217-.752-.526-1.162-.73-1.303-.041-2.609.025-3.912-.032-.82-.727-1.706-1.39-2.464-2.182zM4.36 7.225c.652.312 1.156.928 1.764 1.338-.059.15-.127.298-.188.446.256.017.512.007.768.031.108.09.214.184.311.284a2.47 2.47 0 0 0-.508.056c-.641.857-1.225 1.759-1.841 2.636-.065.854-.038 1.732-.013 2.592.163.007.325.008.487.001.086-.799.863-1.513 1.688-1.27.611.116.937.701 1.032 1.267.59.01 1.183.002 1.775.002.035-1.036 0-2.074.017-3.11.09.082.179.166.258.259.018.95-.018 1.902.017 2.851 1.162.025 2.328-.048 3.487.037.256.196.43.468.624.719 1.458.884 2.671 2.137 4.019 3.184.106.116.328.202.302.388-1.423 1.368-3.304 2.273-5.27 2.482-3.035.374-6.251-.902-8.147-3.32-2.641-2.941-2.8-7.646-.582-10.874m1.795 6.389c-.613.21-.93 1.001-.563 1.558.415.786 1.801.608 1.958-.284.265-.79-.646-1.577-1.396-1.273z"/><path fill="#fff" d="M10.532 9.35a36.505 36.505 0 0 1 1.751-.001c-.002.64.062 1.294-.035 1.925-.586-.458-1.148-.946-1.711-1.432a5.047 5.047 0 0 1-.005-.492zM14.69 9.374c1.148-.073 2.314-.016 3.468-.028.022.614 0 1.23.013 1.846-1.14.101-2.323.02-3.48.04-.007-.619-.005-1.238-.001-1.858zM6.672 9.785c.275-.095.583-.024.87-.03.554.473 1.133.919 1.67 1.411.004.28.011.56-.007.841-1.339.024-2.681.032-4.02.029.487-.756.985-1.505 1.487-2.251zM23.9 10.618l.1.028v.872a1.143 1.143 0 0 1-.1-.9zM0 10.77l.103-.008a.84.84 0 0 1-.103.757v-.749zM10.543 14.124c-.023-.61-.046-1.226.017-1.834.542.588 1.565.948 1.724 1.75l-.028.086c-.571.002-1.144.006-1.714-.002zM0 12.977c.097.377.115.768.145 1.156L0 14.053v-1.075zM14.704 13.31c.7-.082 1.325.464 1.469 1.128l-.139.055c-.04-.055-.116-.166-.155-.221a1.553 1.553 0 0 0-.974-.766l-.2-.197zM8.6 23.809c.281.052.557.121.832.191h-.701a10.841 10.841 0 0 0-.131-.191z"/><path fill="#1f1917" d="M8.159 7.837c1.303.058 2.609-.008 3.912.032.409.204.758.512 1.162.73 1.802.067 3.655-.08 5.429.072.11.665.179 1.337.271 2.005.236 1.313-.132 2.624-.271 3.928-.791.044-1.588-.048-2.374.049l-.055.008a1.042 1.042 0 0 1-.199-.168l.139-.055c-.144-.664-.769-1.21-1.469-1.128-.607-.294-1.13-.834-1.62-1.312 1.865.006 3.738.056 5.6-.025.086-.288-.262-.222-.438-.236-1.808.008-3.617-.006-5.426.008-.244-.025-.414-.264-.586-.425l.014-.047c.097-.631.032-1.285.035-1.925a37.857 37.857 0 0 0-1.751.001c-.006.164-.005.328.005.492-.228-.073-.414-.236-.564-.419l-.013-.12a24.493 24.493 0 0 0-.05-.264l-.282-.04c-.568-.187-1.066-.714-1.469-1.163m6.531 1.539c-.004.619-.006 1.238.001 1.858 1.157-.019 2.34.061 3.48-.04-.013-.616.008-1.231-.013-1.846-1.154.012-2.32-.046-3.468.028zM6.506 9.382a2.47 2.47 0 0 1 .508-.056c.232.031.41.239.528.43-.287.006-.595-.065-.87.03-.502.746-1 1.495-1.487 2.251 1.339.004 2.681-.005 4.02-.029.018-.281.011-.562.007-.841.175.058.368.15.439.335-.017 1.037.018 2.075-.017 3.11-.592 0-1.184.007-1.775-.002-.095-.566-.421-1.151-1.032-1.267-.826-.244-1.602.47-1.688 1.27a5.65 5.65 0 0 1-.487-.001c-.025-.86-.052-1.738.013-2.592.616-.877 1.2-1.78 1.841-2.636z"/><path fill="#1f1917" d="M6.155 13.613c.75-.304 1.661.484 1.396 1.273-.157.893-1.543 1.07-1.958.284-.367-.557-.05-1.348.563-1.558z"/><path fill="#37201f" d="M6.124 8.563c.247.073.455.254.58.478-.256-.024-.512-.014-.768-.031.061-.149.13-.296.188-.446z"/><path fill="#b0aaaa" d="M9.628 9l.282.04.05.264c-.148.085-.43-.15-.332-.304z"/><path fill="#1d1614" d="M9.91 11.76c.256.09.55.282.65.53-.062.607-.04 1.224-.017 1.834.57.008 1.142.005 1.714.002l.028-.086.084-.262c.384.241.738.535 1.045.87-1.159-.085-2.326-.012-3.487-.037-.035-.949.001-1.901-.017-2.851zM14.904 13.507c.416.116.773.379.974.766-.402-.114-.728-.438-.974-.766z"/><path fill="#f0efef" d="M12.82 11.746c1.81-.014 3.618 0 5.426-.008.176.014.524-.052.438.236-1.862.082-3.736.031-5.6.025a2.742 2.742 0 0 1-.264-.253z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-caravans-or-caravan-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40606" d="M9.371.201c2.147-.222 4.403-.32 6.448.486 3.727 1.406 6.721 4.752 7.572 8.658.032.157.072.312.118.466.053 1.483.143 2.983-.081 4.457-.935 4.663-4.851 8.554-9.548 9.369-.231-.103-.569-.169-.731.081-1.844-.079-3.788.175-5.516-.612C3.858 21.712.95 18.331 0 14.436V9.442C1.025 4.906 4.766 1.064 9.371.201m1.217 1.893c-3.892.404-7.326 3.408-8.282 7.196-1.011 3.632.381 7.763 3.338 10.083 2.305 1.869 5.488 2.587 8.37 1.872 3.44-.81 6.311-3.63 7.153-7.067.867-3.232-.124-6.872-2.493-9.233-2.055-2.14-5.148-3.219-8.086-2.851z"/><path fill="#fff" d="M10.588 2.094c2.938-.368 6.032.711 8.086 2.851 2.368 2.361 3.36 6.001 2.493 9.233-.842 3.436-3.713 6.256-7.153 7.067-2.881.715-6.065-.003-8.37-1.872-2.957-2.32-4.349-6.451-3.338-10.083.956-3.788 4.39-6.792 8.282-7.196M7.502 5.613c.935.009 1.868-.006 2.801.009.008 1.307-.006 2.615.008 3.923.795-.005 1.592.018 2.387-.006.19-.306.273-.74.673-.856.598-.272 1.232.243 1.295.847.574.03 1.148.019 1.722.01.262-1.388.262-2.792.001-4.179-1.192-.019-2.386.004-3.577-.01-.484-.018-.758-.588-1.253-.559-1.153-.005-2.307.009-3.46-.005-.212.265-.408.543-.597.827m.413.248c-.405.641-.902 1.23-1.258 1.9-.041.596-.003 1.195-.013 1.793.522.083.381-.677.82-.815.62-.387 1.354.143 1.434.804.403.008.805.004 1.208-.008v-3.68c-.73 0-1.46-.009-2.19.006m-.131 2.941c-.465.075-.764.659-.521 1.073.222.541 1.115.533 1.332-.009.293-.516-.239-1.204-.811-1.064m5.838-.008c-.965.07-.758 1.689.206 1.473.935-.081.72-1.639-.206-1.473m-9.458 2.227c-.003.177-.006.354-.011.532 5.02.003 10.038.003 15.058 0a31.468 31.468 0 0 1-.011-.532c-5.012-.004-10.023-.004-15.035 0m3.829 1.568c-.168.836-.337 1.675-.444 2.522.098.721.296 1.426.433 2.141-.561.006-1.123.005-1.684.004l-.005.413c1.63.001 3.262.003 4.893 0 .075-.556.527-1.082 1.128-1.02.561-.001.94.504 1.016 1.018.926-.019 1.858.051 2.78-.033.273-.763.323-1.617.483-2.419-.048-.875-.297-1.73-.417-2.598-2.717-.122-5.458-.067-8.182-.028m3.97 4.327c-.585.193-.706 1.067-.193 1.407.461.368 1.253.055 1.293-.546.109-.582-.563-1.109-1.1-.861z"/><path fill="#fff" d="M10.719 5.857c.414-.003.828-.003 1.242.001-.005 1.119.02 2.237-.014 3.356-.409-.003-.818-.004-1.227-.004l-.001-3.354zM13.614 5.855l2.424-.001c.003.439.003.879.006 1.318-.81.022-1.62.006-2.43.01V5.855zM8.055 6.13c.592-.011 1.182-.006 1.774-.006.001.521-.003 1.043.014 1.563-.945.05-1.892.024-2.838.03.352-.528.706-1.055 1.05-1.587zM23.51 9.811l.109.185v4.284l-.19-.013c.225-1.474.135-2.974.081-4.457zM8.875 13.377c.618.008 1.238-.029 1.854.028-.019 1.283.008 2.566-.015 3.849-.617.006-1.236.009-1.853-.004-.004-1.29-.03-2.583.014-3.873zM12.985 13.382a84.75 84.75 0 0 1 2.571.003c.009.437.009.874.004 1.31-.858.027-1.717.014-2.575.008-.008-.441-.008-.88 0-1.321zM13.149 23.718c.163-.25.5-.184.731-.081a2.347 2.347 0 0 1-.731.081z"/><path fill="#1f1917" d="M7.502 5.613c.189-.283.385-.561.597-.827 1.153.014 2.307 0 3.46.005.495-.029.77.541 1.253.559 1.191.014 2.385-.009 3.577.01.26 1.387.26 2.791-.001 4.179-.574.009-1.148.02-1.722-.01-.063-.604-.697-1.119-1.295-.847-.4.116-.483.55-.673.856-.795.024-1.592.001-2.387.006-.014-1.308 0-2.616-.008-3.923-.933-.015-1.867 0-2.801-.009m3.217.245l.001 3.354c.409 0 .818.001 1.227.004.034-1.119.009-2.237.014-3.356a73.457 73.457 0 0 0-1.242-.001m2.895-.003v1.327c.81-.004 1.62.011 2.43-.01-.004-.439-.004-.879-.006-1.318l-2.424.001m-1.341 1.638c0 .062.001.187.003.249 1.366 0 2.733.011 4.098-.006l.004-.237c-1.369-.015-2.737-.004-4.104-.005z"/><path fill="#1f1917" d="M7.915 5.862c.73-.015 1.46-.006 2.19-.006v3.68c-.403.011-.805.015-1.208.008-.08-.66-.814-1.191-1.434-.804-.439.138-.298.898-.82.815.01-.598-.028-1.197.013-1.793.357-.669.853-1.258 1.258-1.9m.141.268c-.344.532-.698 1.059-1.05 1.587.946-.006 1.893.019 2.838-.03-.017-.521-.013-1.043-.014-1.563-.592 0-1.182-.005-1.774.006z"/><path fill="#1f1917" d="M7.785 8.803c.573-.14 1.105.549.811 1.064-.217.542-1.11.55-1.332.009-.244-.414.056-.998.521-1.073zM13.623 8.795c.926-.166 1.14 1.392.206 1.473-.964.216-1.171-1.403-.206-1.473z"/><path fill="#c3c2c1" d="M12.273 7.493c1.368.001 2.735-.01 4.104.005l-.004.237c-1.365.018-2.731.006-4.098.006a20.672 20.672 0 0 1-.003-.249z"/><path fill="#393232" opacity=".23" d="M23.392 9.345c.076-.344.168-.686.227-1.035v1.686l-.109-.185a5.386 5.386 0 0 1-.118-.466z"/><path fill="#030303" d="M4.165 11.022c5.012-.004 10.023-.004 15.035 0 .003.178.006.354.011.532-5.02.003-10.038.003-15.058 0 .005-.178.009-.356.011-.532z"/><path fill="#040404" d="M7.995 12.59c2.724-.039 5.464-.094 8.182.028.119.869.368 1.723.417 2.598-.16.803-.21 1.656-.483 2.419-.922.084-1.854.014-2.78.033-.076-.514-.455-1.02-1.016-1.018-.601-.062-1.053.463-1.128 1.02-1.63.003-3.262.001-4.893 0l.005-.413c.561.001 1.123.003 1.684-.004-.137-.715-.335-1.42-.433-2.141.108-.847.277-1.686.444-2.522m.881.787c-.044 1.29-.018 2.583-.014 3.873.617.013 1.236.01 1.853.004.023-1.283-.004-2.566.015-3.849-.616-.057-1.236-.02-1.854-.028m4.11.005c-.008.441-.008.88 0 1.321.858.006 1.717.019 2.575-.008.005-.437.005-.874-.004-1.31a91.81 91.81 0 0 0-2.571-.003z"/><path fill="#040404" d="M11.966 16.917c.537-.248 1.209.279 1.1.861-.039.601-.832.914-1.293.546-.513-.34-.392-1.214.193-1.407z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-cargo-loading--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.026 0h1.92c1.4.194 2.804.48 4.087 1.096 3.906 1.74 6.589 5.705 6.967 9.94v1.892c-.188 1.404-.486 2.809-1.098 4.096-1.738 3.905-5.695 6.588-9.928 6.977h-1.921c-1.397-.193-2.797-.485-4.076-1.097C3.07 21.165.382 17.204 0 12.968v-1.904c.36-4.248 3.054-8.225 6.967-9.968C8.241.484 9.636.202 11.025.002M6.143 4.229c.592.598 1.186 1.193 1.783 1.784.733.731 1.453 1.477 2.206 2.191 1.129 1.166 2.291 2.3 3.437 3.451.23.236.464.47.701.702.798.797 1.591 1.598 2.394 2.389.192.2.382.402.564.61.056.178.167.239.334.185.343.578.911.99 1.381 1.463l-.058-.179c.173.428.576.698.881 1.027 1.746-2.306 2.369-5.401 1.663-8.206a9.716 9.716 0 0 0-4.146-5.812c-3.322-2.197-7.98-2.028-11.14.394M4.236 6.137c-1.728 2.281-2.36 5.336-1.687 8.117.596 2.581 2.314 4.87 4.616 6.178 3.282 1.926 7.68 1.648 10.694-.676-1.26-1.248-2.502-2.514-3.768-3.756a98.463 98.463 0 0 0-1.708-1.712c-.749-.761-1.51-1.508-2.258-2.267-1.651-1.643-3.293-3.295-4.944-4.938a76.705 76.705 0 0 0-.946-.946z"/><path fill="#fff" d="M6.143 4.229c3.16-2.422 7.818-2.591 11.14-.394a9.713 9.713 0 0 1 4.146 5.812c.706 2.804.083 5.899-1.663 8.206-.305-.329-.708-.599-.881-1.027-.296-.931-.592-1.864-.881-2.796.302-.055.607-.091.913-.116.076-.168.15-.335.224-.503-.26-.484-.528-.964-.794-1.444l-.515.316c-.906-.156-1.225.916-1.847 1.35.133.377.552.43.866.594a46.05 46.05 0 0 0-.188.521c-.803-.791-1.596-1.592-2.394-2.389-.005-2.114 0-4.228-.002-6.342-2.113-.001-4.228.005-6.341-.002a249.903 249.903 0 0 1-1.783-1.784m10.71 6.985c-.616.253-.236 1.333.413 1.044.647-.242.239-1.358-.413-1.044zM4.236 6.137c.318.312.632.628.946.946.012 2.384-.002 4.769.007 7.153l-.32.296c-.006.404-.007.809-.001 1.213.288.154.586.29.887.418.072.564-.2 1.284.224 1.735.524.155 1.115.09 1.657.042.49-.361.212-1.092.308-1.609 1.007.826 2.55.827 3.562.008.092.515-.172 1.229.3 1.597.545.055 1.132.112 1.661-.034.438-.452.158-1.186.233-1.758l.392-.145c1.266 1.242 2.508 2.508 3.768 3.756-3.014 2.323-7.412 2.602-10.694.676-2.303-1.308-4.02-3.596-4.616-6.178-.673-2.78-.041-5.836 1.687-8.117z"/><path fill="#fff" d="M10.133 6.713h3.437c0 1.648.001 3.295-.001 4.943-1.146-1.151-2.308-2.285-3.437-3.451l.001-1.492zM10.126 12.02c.749.758 1.51 1.506 2.258 2.267h-2.251c-.002-.756.006-1.511-.007-2.267zM17.227 15.356c.071-.4.329-.026.334.185-.167.054-.277-.007-.334-.185z"/><path d="M7.926 6.013c2.113.007 4.228.001 6.341.002.002 2.114-.002 4.228.002 6.342-.236-.232-.47-.466-.701-.702.002-1.648.001-3.295.001-4.943h-3.437l-.001 1.492c-.752-.714-1.472-1.46-2.206-2.191zM5.182 7.082c1.651 1.643 3.293 3.295 4.944 4.938.013.756.005 1.511.007 2.267a844.5 844.5 0 0 0 2.251 0c.574.566 1.147 1.133 1.708 1.712l-.392.145c-.074.572.205 1.306-.233 1.758-.529.145-1.116.089-1.661.034-.472-.368-.208-1.082-.3-1.597-1.012.818-2.555.817-3.562-.008-.096.517.181 1.248-.308 1.609-.542.048-1.133.113-1.657-.042-.425-.451-.152-1.171-.224-1.735a10.701 10.701 0 0 1-.887-.418c-.006-.404-.005-.809.001-1.213l.32-.296c-.01-2.384.005-4.769-.007-7.153zM16.853 11.216c.652-.314 1.06.802.413 1.044-.649.289-1.028-.791-.413-1.044z"/><path d="M17.832 12.282c.172-.104.343-.21.515-.316.266.48.534.96.794 1.444l-.224.503a9.335 9.335 0 0 0-.913.116c.289.932.584 1.865.881 2.796l.058.179c-.47-.473-1.038-.884-1.381-1.463-.005-.211-.263-.584-.334-.185a19.024 19.024 0 0 0-.564-.61l.188-.521c-.314-.164-.733-.217-.866-.594.622-.434.941-1.506 1.847-1.35z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cd7b7b" opacity=".87" d="M10.339 0h3.055l.239.079a48.727 48.727 0 0 1-3.058.016l-.235-.096z"/><path fill="#fff" d="M8.962.369a6.724 6.724 0 0 1 1.47-.26c-.48.134-.973.22-1.47.26zM10.476 3.324c3.953-.777 8.213 1.479 9.802 5.174 1.181 2.597 1.022 5.752-.431 8.21-1.866 3.312-5.965 5.141-9.675 4.286-4.088-.812-7.252-4.757-7.111-8.93-.029-4.197 3.273-8.082 7.415-8.741m3.906 3.636c-.529.346.064 1.239.577.844.597-.329-.043-1.279-.577-.844m-.108 1.166c-.545.215-1.13.336-1.647.617-.2.197-.096.511.099.668.44.013.836-.219 1.246-.346a84.51 84.51 0 0 0-.041.501c-.455.039-1.132-.283-1.434.157-.047.729-.107 1.468-.085 2.199.204.369.721.131.873-.186.077.529.212 1.047.33 1.567-.483-.021-.965-.057-1.446-.088-.124-1.141-1.235-1.654-2.24-1.757-.834.173-1.665-.118-2.504-.011-.807-.593-1.427-1.657-2.583-1.564a10.86 10.86 0 0 0-.568-.371c.029.187.063.374.099.562l-.325.259c.15.616-.031 1.234-.053 1.85.176.378.64.371.952.185-.018-.273-.139-.947.327-.819.477.513.813 1.151.892 1.852-.373.28-.812.569-.927 1.054.102.68.349 1.332.658 1.941.299-.072.378-.504.582-.724-.324-.264-.821-.656-.612-1.126.239-.254.75-.554 1.03-.202.354.395.469.936.592 1.436a3.573 3.573 0 0 0-.292.717c.281-.033.562-.073.839-.132l-.119-.273c.041-.113.083-.227.123-.341-.298-.555-.43-1.177-.436-1.803.717.241 1.412-.129 2.126-.168-.132.97-1.009 1.607-1.182 2.539.264-.052.525-.111.789-.158.23-.498.451-1.043.935-1.348.046-.182.094-.363.144-.544.69.122.988.783 1.045 1.415-.131.202-.255.407-.372.618.264.013.529.021.793.033a7.74 7.74 0 0 1 .057-.609c-.206-.676-.004-1.476-.696-1.914l.391-.001c.171.514.592.862 1.088 1.044.156-.388-.036-.749-.338-.995.661.074 1.326.073 1.989.077-.176 1.213.843 2.436 2.087 2.377 1.126-.011 2.009-1.05 2.008-2.147.643.005 1.284.055 1.926.094.016-.191.029-.381.043-.57-.344-.021-.687-.039-1.03-.062.303-.965.638-1.919.944-2.881-1.758-.113-3.52-.173-5.28-.27.302-.716.217-1.534.226-2.296-.241-.358-.699-.166-1.023-.057z"/><path fill="#fff" d="M14.788 13.994c.307.013.612.031.917.05-.035.439.24.976.75.901.454.011.643-.475.656-.857.303.019.607.038.91.062.001.947-.834 1.843-1.816 1.693-.897-.098-1.463-.991-1.417-1.848z"/><path fill="#d40303" d="M10.432.109l.142-.014c1.018.025 2.039.023 3.058-.016 3.942.516 7.519 3.131 9.213 6.726.619 1.246.935 2.611 1.155 3.977v2.419c-.221 1.434-.568 2.864-1.236 4.16-1.779 3.662-5.52 6.181-9.546 6.638h-2.419c-1.434-.221-2.864-.568-4.16-1.236-3.662-1.779-6.181-5.52-6.638-9.546v-2.423C.502 5.917 4.17 1.524 8.963.368a7.78 7.78 0 0 0 1.47-.26m.043 3.216c-4.142.658-7.444 4.544-7.415 8.741-.141 4.173 3.023 8.119 7.111 8.93 3.711.854 7.809-.974 9.675-4.286 1.453-2.458 1.612-5.613.431-8.21-1.59-3.696-5.849-5.951-9.802-5.174z"/><path fill="#030303" d="M14.382 6.959c.534-.435 1.174.515.577.844-.513.395-1.106-.499-.577-.844z"/><path fill="#030303" d="M14.274 8.125c.324-.109.782-.302 1.023.057-.009.761.075 1.579-.226 2.296 1.76.097 3.522.157 5.28.27-.305.963-.641 1.916-.944 2.881.343.023.686.04 1.03.062-.014.19-.026.379-.043.57-.642-.039-1.283-.089-1.926-.094.001 1.097-.882 2.136-2.008 2.147-1.244.059-2.263-1.165-2.087-2.377-.663-.004-1.328-.003-1.989-.077.302.246.494.607.338.995-.496-.182-.917-.53-1.088-1.044l-.391.001c.692.437.49 1.238.696 1.914a8.89 8.89 0 0 0-.057.609c-.264-.011-.529-.02-.793-.033.117-.211.241-.416.372-.618-.058-.632-.356-1.293-1.045-1.415-.05.181-.098.362-.144.544-.484.305-.705.851-.935 1.348-.264.048-.525.107-.789.158.173-.932 1.05-1.569 1.182-2.539-.714.039-1.409.41-2.126.168.006.626.138 1.248.436 1.803l-.123.341.119.273a9.2 9.2 0 0 1-.839.132c.069-.25.17-.489.292-.717-.123-.5-.237-1.042-.592-1.436-.28-.352-.792-.052-1.03.202-.209.47.288.862.612 1.126-.204.22-.283.652-.582.724-.309-.609-.557-1.262-.658-1.941.116-.485.554-.774.927-1.054-.079-.701-.415-1.339-.892-1.852-.466-.128-.344.547-.327.819-.313.186-.777.194-.952-.185.021-.616.202-1.234.053-1.85l.325-.259a15.36 15.36 0 0 1-.099-.562c.195.117.382.243.568.371 1.156-.093 1.777.971 2.583 1.564.839-.107 1.67.185 2.504.011 1.005.103 2.116.616 2.24 1.757.481.031.964.067 1.446.088-.118-.52-.254-1.038-.33-1.567-.152.317-.67.555-.873.186-.021-.731.039-1.47.085-2.199.302-.44.979-.118 1.434-.157l.041-.501c-.411.127-.807.358-1.246.346-.195-.157-.299-.471-.099-.668.518-.281 1.102-.402 1.647-.617m-2.956 4.87c-.195.379.416.024 0 0m3.47.998c-.045.857.52 1.75 1.417 1.848.981.151 1.817-.745 1.816-1.693-.303-.024-.607-.043-.91-.062-.013.382-.202.868-.656.857-.51.075-.785-.462-.75-.901a39.911 39.911 0 0 0-.917-.05z"/><path fill="#d7d7d7" d="M11.318 12.996c.416.024-.195.379 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-carts--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.074 0h1.554c4.522.221 8.766 3.191 10.459 7.397.493 1.132.718 2.351.913 3.562v2.057c-.203 1.373-.492 2.749-1.099 4.008-1.736 3.877-5.654 6.56-9.859 6.977H10.99c-4.5-.419-8.65-3.482-10.208-7.748-.424-1.063-.607-2.196-.781-3.32v-1.836c.361-4.229 3.025-8.191 6.907-9.959C8.214.501 9.644.196 11.074.002M6.179 4.894c2.068 2.063 4.109 4.159 6.209 6.184l.112-.007-.041.043c.128.173.27.338.433.481.865.839 1.71 1.698 2.56 2.551 1.192 1.258 2.442 2.459 3.662 3.689 1.769-2.117 2.474-5.057 1.889-7.748-.497-2.404-2.017-4.562-4.091-5.87-3.234-2.089-7.799-1.834-10.733.678M3.353 15.134c1.117 3.173 4.106 5.584 7.447 5.99a9.18 9.18 0 0 0 7.037-2.015c-1.21-1.207-2.396-2.441-3.638-3.616-.85-.798-1.614-1.688-2.507-2.441-.19-.322-.466-.578-.748-.82-.311-.301-.614-.61-.931-.906C8.357 9.56 6.6 7.884 4.894 6.164c-2.048 2.442-2.646 5.983-1.541 8.969z"/><path fill="#ffd100" d="M6.179 4.894c2.934-2.512 7.499-2.767 10.733-.678 2.074 1.308 3.594 3.467 4.091 5.87.586 2.692-.12 5.632-1.889 7.748-1.22-1.23-2.471-2.431-3.662-3.689.856-.005 1.71.004 2.566-.006-.188.347-.42.768-.188 1.154.286.614 1.265.624 1.562.014.245-.388.008-.816-.182-1.166.379.002.76.001 1.14.001v-3.131c-1.872-.013-3.745.004-5.617-.008-.245-.578-.538-1.136-.715-1.741-.041-.326-.515-.39-.667-.109-.036.244-.023.491-.022.737l.446.145c-.109.26-.217.521-.328.781a1.918 1.918 0 0 0-.947.253l-.112.007c-2.1-2.024-4.141-4.121-6.209-6.184zM3.353 15.134c-1.105-2.986-.508-6.527 1.541-8.969 1.706 1.721 3.463 3.396 5.119 5.162-1.093-.325-2.191.043-3.293-.058-.846-.055-1.037-1.123-1.818-1.307-.438-.084-.888-.023-1.331-.048.401.575.133 1.301.31 1.937.143.106.329.076.494.091.074-.353.176-.703.388-1.001.263.588.214 1.241.307 1.864-.372.14-.816.21-1.082.533.1.661.271 1.486.998 1.718l.005-.35c-.386-.247-.521-.672-.56-1.106.43-.085.859-.174 1.286-.275.364.575.696 1.17.941 1.806-.106.194-.21.389-.314.584l.44-.002.224-.497c-.222-.613-.366-1.25-.493-1.889.542.006 1.084-.013 1.621-.086.09.337.221.668.25 1.02-.209.535-.63.954-.919 1.448.119.002.354.008.473.012a4.39 4.39 0 0 1 1.033-1.424c-.017-.35.024-.698.131-1.032.749.553 1.771 1.426 1.24 2.46l.46-.023c.174-.674-.217-1.308-.275-1.97.742.176 1.478.376 2.219.554-.164.432-.244 1.015.21 1.303.379.326.869.12 1.242-.096 1.242 1.175 2.429 2.408 3.638 3.616a9.18 9.18 0 0 1-7.037 2.015c-3.341-.407-6.33-2.818-7.447-5.99z"/><path fill="#ffd100" d="M12.458 11.113c.487.065.971.156 1.452.258-.341.072-.683.133-1.019.223a3.038 3.038 0 0 1-.433-.481zM10.944 12.234c.282.241.558.498.748.82.145.236.3.466.46.692a19.788 19.788 0 0 0-1.538-.354l.436-.126c-.034-.344-.067-.689-.104-1.032z"/><path d="M13.349 9.154c.152-.281.626-.217.667.109.178.605.47 1.163.715 1.741 1.872.012 3.745-.005 5.617.008v3.131c-.38 0-.761.001-1.14-.001.191.35.427.779.182 1.166-.298.61-1.277.6-1.562-.014-.232-.386 0-.808.188-1.154-.856.01-1.71.001-2.566.006-.85-.853-1.694-1.712-2.56-2.551.336-.09.678-.151 1.019-.223a19.35 19.35 0 0 0-1.452-.258l.041-.043c.288-.17.614-.247.947-.253l.328-.781-.446-.145c-.001-.246-.014-.493.022-.737zM3.571 9.916c.443.025.893-.036 1.331.048.781.184.972 1.252 1.818 1.307 1.102.101 2.2-.268 3.293.058.317.296.62.605.931.906.037.343.071.688.104 1.032l-.436.126c.518.095 1.03.218 1.538.354-.16-.227-.314-.456-.46-.692.893.752 1.657 1.643 2.507 2.441-.373.216-.863.422-1.242.096-.454-.288-.374-.871-.21-1.303-.74-.179-1.477-.378-2.219-.554.058.662.449 1.296.275 1.97-.154.007-.307.014-.46.023.532-1.034-.491-1.907-1.24-2.46A2.909 2.909 0 0 0 8.97 14.3a4.371 4.371 0 0 0-1.033 1.424c-.119-.004-.354-.01-.473-.012.289-.494.71-.913.919-1.448-.029-.352-.16-.683-.25-1.02-.538.073-1.079.092-1.621.086.127.638.271 1.276.493 1.889-.076.166-.15.331-.224.497l-.44.002c.104-.196.209-.39.314-.584-.245-.636-.577-1.231-.941-1.806-.427.101-.857.19-1.286.275.04.434.174.859.56 1.106l-.005.35c-.727-.233-.899-1.057-.998-1.718.266-.323.71-.392 1.082-.533-.094-.623-.044-1.276-.307-1.864-.211.298-.313.648-.388 1.001-.166-.016-.352.014-.494-.091-.176-.636.091-1.362-.31-1.937z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-carts--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.563 0h2.881c2.363.377 4.677 1.317 6.472 2.926 2.255 1.929 3.651 4.719 4.084 7.635v2.883c-.377 2.363-1.316 4.677-2.925 6.472-1.93 2.255-4.72 3.651-7.636 4.084h-2.883c-2.363-.377-4.677-1.317-6.472-2.926C1.829 19.146.435 16.356 0 13.441v-2.885c.436-2.913 1.829-5.702 4.084-7.63C5.881 1.315 8.196.375 10.563 0m.133 1.724c-4.822.502-8.876 4.841-9.001 9.696-.217 3.356 1.386 6.734 4.077 8.738 2.44 1.861 5.734 2.527 8.705 1.761 3.319-.811 6.13-3.393 7.218-6.63.956-2.734.676-5.864-.752-8.382-1.959-3.586-6.194-5.748-10.248-5.182z"/><path fill="#fff" d="M10.696 1.724c4.054-.566 8.29 1.597 10.248 5.182 1.428 2.518 1.708 5.648.752 8.382-1.088 3.237-3.899 5.819-7.218 6.63-2.971.766-6.266.1-8.705-1.761-2.691-2.003-4.294-5.381-4.077-8.738.125-4.855 4.179-9.194 9.001-9.696M4.55 6.684c-.2.762-1.389 1.666-.59 2.385.426-.272.843-.557 1.263-.838.348.992.689 1.985 1.028 2.98-.263-.028-.527-.059-.791-.089l-.181.694.88.116c-.508.619-1.068 1.192-1.597 1.792.453.771.712 1.672 1.335 2.332 1.049-.656-.947-1.716-.118-2.447.552-.548.996-1.576 1.926-1.401 1.956.353 3.93.59 5.897.866.34.064.796.158.909.539.083.801-.035 1.612.049 2.413.04.331.601.524.724.15.063-.954.001-1.914.022-2.87.904.044 2.102.72 2.652-.341-1.23-.219-2.501-.287-3.696-.655-1.078-.539-.702-1.901-.744-2.867 1.174.385-.212 2.426 1.3 2.621-.04-1.043.13-2.231-.502-3.133-1.901-.067-3.812.013-5.715.004-.38-.375-.766-.744-1.15-1.117.199-.271.408-.565.329-.919l-.327-.122c-.182.177-.365.356-.545.534-.767-.684-1.582-1.47-2.689-1.458-.43.285.096.639.332.832m14.259 3.998c-.041.708-.01 1.419-.035 2.129 1.097-.191 2.287.599 2.281 1.77.208-.003.373-.101.402-.32.3-1.188.166-2.431.059-3.636-.897.032-1.835-.095-2.707.056M7.625 16.175c-.072.468.77.444.748-.001.049-1.146-.064-2.293-.065-3.441l-.674-.08a121.602 121.602 0 0 0-.009 3.522m11.03-3.02c-1.146.344-1.482 1.997-.553 2.754.834.818 2.392.35 2.659-.78.4-1.195-.938-2.453-2.106-1.974m-5.429.411c-.391.807-.851 1.581-1.212 2.403-.144.361.465.631.643.287.485-.852.893-1.748 1.346-2.618-.259-.024-.519-.05-.778-.072z"/><path fill="#fff" d="M18.902 13.903c.622-.289 1.363.459 1.079 1.081-.182.562-.99.757-1.389.307-.449-.404-.259-1.206.309-1.387z"/><path fill="#1f1a17" d="M4.55 6.684c-.236-.193-.762-.547-.332-.832 1.106-.012 1.921.774 2.689 1.458l.545-.534.327.122c.08.354-.13.648-.329.919.384.372.77.742 1.15 1.117 1.903.009 3.814-.071 5.715-.004.631.902.462 2.089.502 3.133-1.512-.195-.126-2.236-1.3-2.621.042.966-.334 2.328.744 2.867 1.195.367 2.467.435 3.696.655-.549 1.061-1.748.385-2.652.341-.021.956.041 1.916-.022 2.87-.123.373-.684.181-.724-.15-.083-.801.035-1.612-.049-2.413-.113-.381-.569-.475-.909-.539-1.967-.276-3.941-.513-5.897-.866-.93-.175-1.375.853-1.926 1.401-.829.732 1.167 1.792.118 2.447-.622-.66-.882-1.561-1.335-2.332.529-.599 1.088-1.173 1.597-1.792l-.88-.115.181-.694.791.089c-.339-.995-.68-1.988-1.028-2.98-.42.281-.837.566-1.263.838-.798-.719.39-1.622.59-2.385zM18.81 10.683c.871-.151 1.81-.024 2.707-.056.107 1.205.241 2.447-.059 3.636-.028.218-.194.317-.402.32.006-1.17-1.183-1.961-2.281-1.77.024-.71-.006-1.421.035-2.129z"/><path fill="#1f1a17" d="M7.625 16.175c-.01-1.174-.015-2.349.009-3.522l.674.08c.001 1.147.114 2.295.065 3.441.022.445-.82.47-.748.001zM18.655 13.155c1.168-.479 2.507.779 2.106 1.974-.267 1.131-1.825 1.598-2.659.78-.929-.757-.593-2.41.553-2.754m.247.748c-.569.181-.759.983-.309 1.387.399.45 1.206.255 1.389-.307.284-.621-.457-1.369-1.079-1.081zM13.226 13.566c.259.022.519.047.778.072-.453.87-.861 1.766-1.346 2.618-.178.344-.787.073-.643-.287.361-.821.82-1.595 1.212-2.403z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-carts-or-tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M10.725 0h2.538c1.435.241 2.868.588 4.165 1.271C21.04 3.054 23.517 6.748 24 10.725v2.538c-.241 1.435-.588 2.87-1.271 4.165-1.785 3.612-5.477 6.089-9.454 6.572h-2.538c-1.435-.241-2.868-.588-4.165-1.27C2.96 20.945.483 17.251 0 13.275v-2.537c.476-3.983 2.957-7.681 6.572-9.467C7.865.59 9.295.245 10.726 0m.292 3.161c-4.034.387-7.48 3.89-7.794 7.932-.326 2.942.979 5.979 3.294 7.809 2.19 1.756 5.214 2.37 7.915 1.601 2.137-.627 4.075-2.035 5.188-3.982 1.688-2.707 1.695-6.363.023-9.077-1.686-2.974-5.241-4.714-8.627-4.283z"/><path fill="#fff" d="M11.018 3.161c3.386-.431 6.941 1.308 8.627 4.283 1.672 2.715 1.665 6.37-.023 9.077-1.114 1.947-3.052 3.355-5.188 3.982-2.701.769-5.725.155-7.915-1.601-2.315-1.83-3.621-4.867-3.294-7.809.314-4.041 3.76-7.545 7.794-7.932m.991 1.998c-.324.289-.124.644.039.96-.737.748-1.861.981-2.877.947-.468.037-1.325.194-1.277-.521l-.212.145c-.339-.535-.923-.763-1.514-.901-.133.461-.338.895-.471 1.357.295-.021.627-.03.724-.378.263.412.355.885.419 1.361-.467.514-.643 1.621.114 1.92-.19-.457-.378-1.041.079-1.414.23.512.245 1.09.267 1.644.521-.463.046-1.203.277-1.79a4.314 4.314 0 0 0 1.734-.178c.123.69-.147 1.345-.554 1.888l.354.017c.164-.44.414-.836.697-1.209l.342.205c-.063.373-.289.886.199 1.063a2.648 2.648 0 0 0-.074-.627c.075-.156.152-.312.23-.468-.532-.379-.182-1-.114-1.512.023.612-.037 1.369.653 1.648a94.693 94.693 0 0 0-.147-.768c.16.103.32.208.48.314.494-.729 1.605-.617 1.954.187.757.003 1.515.003 2.272.001.381-.912 1.676-.881 2.053.015.285-.005.57-.01.855-.019-.07-.059-.209-.181-.279-.241V7.339h-5.354c0-.214.001-.427.004-.64l-.16-.155a2.998 2.998 0 0 0-.257-.792l.031-.458-.488-.134m.016 3.364c-.573.175-.804.961-.408 1.414.399.542 1.355.373 1.538-.275.263-.662-.467-1.4-1.13-1.139m4.256.022c-1.03.374-.435 2.08.619 1.677 1.145-.316.476-2.187-.619-1.677M3.675 10.889l.013.565c5.541-.006 11.083-.006 16.623-.001l.013-.564c-5.55-.005-11.099-.005-16.649 0m9.904 1.324c.072.277.161.551.28.812a8.017 8.017 0 0 1-.855 1.036c-1.254.009-2.51.001-3.764.004-.001-.192-.001-.385-.003-.577l-.604-.001v.552c-.32.053-.837-.08-.973.315-.09.637-.019 1.286-.043 1.928.849-.197 1.717.292 1.928 1.147h2.147c-.228-1.075.279-2.286 1.311-2.735.701-.382 1.499-.166 2.239-.061.027-.213.052-.425.075-.637-.135-.01-.271-.019-.406-.03-.081-.453-.225-.906-.535-1.257.169-.578-.36-.862-.796-.495m-.286 2.479c-1.538.434-2.037 2.631-.841 3.69 1.115 1.172 3.249.564 3.681-.968l1.163-.001-.008-.472c-.355 0-.708 0-1.062.003.095-1.505-1.493-2.794-2.933-2.252m-6.264.827a9.403 9.403 0 0 0-.001 1.088c.588-.185.594-.905.001-1.088m.624.917c-.902.275-1.187 1.565-.474 2.188.688.741 2.067.29 2.208-.706.214-.964-.817-1.815-1.734-1.483z"/><path fill="#fff" d="M10.115 7.101a24.093 24.093 0 0 1 1.542-.154c-.293.285-.554.603-.726.975-.147-.386-.4-.711-.815-.822zM13.467 15.539c.626-.267 1.431.006 1.725.628.39.69.013 1.658-.739 1.906-.788.33-1.792-.303-1.801-1.164a1.32 1.32 0 0 1 .815-1.37m.115.113c-.87.267-1.093 1.545-.355 2.084.667.6 1.849.143 1.96-.742.182-.87-.778-1.68-1.605-1.342zM7.794 17.083c.415-.234.988.119.96.595.04.521-.637.876-1.045.554-.417-.265-.364-.95.085-1.148m.116.11c-.692.217-.19 1.312.414.947.581-.253.165-1.194-.414-.947z"/><path fill="#030303" d="M12.01 5.159l.488.134-.031.458c.125.249.205.517.257.792l.16.155a45.42 45.42 0 0 0-.004.64h5.354v1.466c.07.061.209.182.279.241-.285.009-.57.014-.855.019-.377-.897-1.672-.928-2.053-.015-.757.001-1.515.001-2.272-.001-.348-.804-1.459-.916-1.954-.187-.16-.106-.32-.21-.48-.314.05.255.099.511.147.768-.69-.279-.63-1.036-.653-1.648-.068.512-.418 1.133.114 1.512-.077.156-.155.312-.23.468.041.206.081.415.074.627-.488-.177-.262-.69-.199-1.063l-.342-.205c-.283.373-.533.769-.697 1.209l-.354-.017c.406-.543.676-1.197.554-1.888a4.316 4.316 0 0 1-1.734.178c-.231.587.244 1.326-.277 1.79-.022-.554-.037-1.132-.267-1.644-.457.373-.268.957-.079 1.414-.756-.299-.581-1.406-.114-1.92-.065-.476-.156-.95-.419-1.361-.097.348-.428.357-.724.378.133-.462.338-.897.471-1.357.591.138 1.174.365 1.514.901l.212-.145c-.048.715.809.559 1.277.521 1.017.034 2.141-.199 2.877-.947-.163-.316-.363-.671-.039-.96m-1.896 1.943c.415.111.668.436.815.822.173-.373.434-.69.726-.975-.515.039-1.031.081-1.542.154z"/><path fill="#030303" d="M12.025 8.524c.663-.261 1.394.477 1.13 1.139-.183.648-1.139.817-1.538.275-.396-.453-.165-1.239.408-1.414zM16.281 8.546c1.095-.51 1.764 1.361.619 1.677-1.054.403-1.649-1.303-.619-1.677zM3.675 10.889c5.55-.005 11.099-.005 16.649 0l-.013.564c-5.541-.005-11.083-.005-16.623.001l-.013-.565zM13.579 12.213c.436-.366.965-.083.796.495.311.351.454.804.535 1.257.135.01.271.019.406.03-.023.213-.048.425-.075.637-.739-.106-1.538-.321-2.239.061-1.032.449-1.539 1.661-1.311 2.735H9.544c-.21-.855-1.079-1.345-1.928-1.147.023-.641-.048-1.29.043-1.928.135-.395.653-.262.973-.315v-.552l.604.001c.001.192.001.385.003.577 1.254-.003 2.51.005 3.764-.004.315-.32.599-.667.855-1.036a4.93 4.93 0 0 1-.28-.812z"/><path fill="#030303" d="M13.294 14.693c1.44-.542 3.028.747 2.933 2.252.354-.003.707-.003 1.062-.003l.008.472-1.163.001c-.432 1.532-2.566 2.139-3.681.968-1.196-1.059-.697-3.257.841-3.69m.173.846a1.32 1.32 0 0 0-.815 1.37c.009.861 1.013 1.494 1.801 1.164.752-.248 1.129-1.215.739-1.906-.294-.622-1.099-.895-1.725-.628zM7.03 15.52c.592.183.587.903-.001 1.088a9.632 9.632 0 0 1 .001-1.088z"/><path fill="#030303" d="M13.582 15.652c.827-.338 1.787.472 1.605 1.342-.111.885-1.293 1.342-1.96.742-.738-.539-.515-1.817.355-2.084zM7.654 16.437c.917-.333 1.948.519 1.734 1.483-.141.996-1.52 1.446-2.208.706-.714-.623-.428-1.914.474-2.188m.14.645c-.449.199-.502.884-.085 1.148.408.323 1.085-.032 1.045-.554.028-.476-.545-.828-.96-.595z"/><path fill="#030303" d="M7.91 17.194c.579-.246.995.694.414.947-.604.365-1.106-.73-.414-.947z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-construction-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.111 0h1.507c4.525.223 8.773 3.186 10.469 7.397.497 1.139.73 2.364.913 3.586v2.084c-.415 4.073-2.939 7.885-6.647 9.676-1.319.696-2.785 1.021-4.246 1.258h-2.179c-4.01-.426-7.77-2.875-9.589-6.502C.546 15.992.138 14.312 0 12.621v-1.228C.229 6.615 3.54 2.165 8.092.659 9.069.315 10.094.162 11.111 0M7.922 2.879c-3.46 1.502-5.868 5.11-5.91 8.884-.145 3.84 2.176 7.616 5.651 9.245.883-2.416 1.763-4.831 2.639-7.249.461-1.256.92-2.513 1.373-3.773.934-2.557 1.871-5.114 2.79-7.676-2.165-.534-4.507-.35-6.542.57m8.431.114c-.833 2.306-1.697 4.603-2.504 6.919l-.028.001c-.442 1.29-.934 2.561-1.385 3.847a1710.2 1710.2 0 0 0-2.891 7.943c2.278.568 4.759.332 6.863-.724 3.406-1.628 5.69-5.32 5.596-9.1.001-3.721-2.294-7.296-5.651-8.887z"/><path fill="#fff" d="M7.922 2.879c2.035-.92 4.378-1.104 6.542-.57-.919 2.562-1.856 5.119-2.79 7.676-.176.001-.353.004-.528.008-.41-.611-.817-1.223-1.229-1.832-1.175-.002-2.35-.001-3.524-.001.647.511.469 1.343.475 2.063h-1.3c.005-.688-.029-1.378.04-2.063l-.732-.002c.083.685.047 1.375.049 2.063-.419.048-.995-.145-1.283.257-.086.973-.011 1.957-.034 2.934.196-.005.392-.006.589-.004.356-.908 1.282-1.592 2.281-1.47.986.065 1.766.884 1.963 1.824.619-.004 1.24 0 1.859-.004-.876 2.418-1.756 4.834-2.639 7.249-3.475-1.628-5.796-5.405-5.651-9.245.042-3.774 2.45-7.381 5.91-8.884M5.796 12.4c-.846.216-1.424 1.145-1.242 2 .146.923 1.118 1.608 2.038 1.416 1.009-.157 1.714-1.309 1.356-2.276-.262-.878-1.278-1.409-2.152-1.14zM16.354 2.994c3.356 1.591 5.652 5.166 5.651 8.887.095 3.78-2.19 7.471-5.596 9.1-2.104 1.056-4.585 1.291-6.863.724a1710.2 1710.2 0 0 1 2.891-7.943c.259-.002.518-.002.778-.005.246-1.766 2.681-2.464 3.816-1.085.072-.164.142-.329.211-.493 1.051-.38 2.108-.743 3.166-1.103-.26-.443-.524-.882-.786-1.324-1.924.055-3.848.094-5.772.161.808-2.316 1.672-4.613 2.504-6.919m-1.44 9.4c-.857.209-1.45 1.142-1.265 2.008.149.93 1.135 1.616 2.06 1.411.997-.169 1.686-1.308 1.337-2.266-.256-.875-1.261-1.408-2.132-1.153z"/><path fill="#fff" d="M8.216 9.272h1.319c.002.44.001.88-.001 1.319l-1.315.001c-.004-.44-.005-.88-.002-1.32zM5.812 13.253c.623-.394 1.517.181 1.423.91-.029.697-.913 1.139-1.483.725-.589-.359-.559-1.325.06-1.634m.345.565c-.354.161-.061.725.269.521.302-.18.058-.66-.269-.521zM14.926 13.243c.623-.374 1.495.198 1.405.916-.023.726-.972 1.162-1.532.692-.552-.384-.482-1.319.127-1.608m.348.571c-.338.115-.155.66.18.554.367-.101.187-.692-.18-.554z"/><path d="M4.877 8.158l.732.002c-.068.685-.035 1.375-.04 2.063h1.3c-.006-.72.172-1.552-.475-2.063 1.175 0 2.35-.001 3.524.001.412.61.818 1.222 1.229 1.832.175-.005.352-.007.528-.008-.452 1.26-.912 2.516-1.373 3.773-.619.004-1.24 0-1.859.004-.197-.94-.977-1.759-1.963-1.824-1-.122-1.925.562-2.281 1.47a16.49 16.49 0 0 0-.589.004c.023-.977-.053-1.961.034-2.934.288-.402.864-.209 1.283-.257-.002-.688.034-1.378-.049-2.063m3.338 1.114c-.002.44-.001.88.002 1.32l1.315-.001c.002-.439.004-.878.001-1.319H8.215zM13.849 9.913c1.924-.067 3.848-.106 5.772-.161.262.442.526.881.786 1.324-1.057.36-2.114.722-3.166 1.103-.07.164-.139.329-.211.493-1.135-1.379-3.57-.682-3.816 1.085-.259.002-.518.002-.778.005.451-1.286.943-2.557 1.385-3.847l.028-.001z"/><path d="M5.796 12.4c.874-.269 1.89.262 2.152 1.14.358.967-.347 2.119-1.356 2.276-.919.192-1.891-.493-2.038-1.416-.182-.856.396-1.784 1.242-2m.016.853c-.619.31-.649 1.276-.06 1.634.57.414 1.454-.028 1.483-.725.094-.728-.8-1.303-1.423-.91zM14.914 12.394c.871-.254 1.877.278 2.132 1.153.349.958-.34 2.096-1.337 2.266-.925.205-1.912-.481-2.06-1.411-.185-.865.408-1.799 1.265-2.008m.012.849c-.61.289-.679 1.224-.127 1.608.56.469 1.51.034 1.532-.692.09-.718-.782-1.29-1.405-.916z"/><path d="M6.157 13.819c.326-.139.571.341.269.521-.33.204-.623-.36-.269-.521zM15.274 13.814c.367-.138.547.454.18.554-.335.106-.518-.439-.18-.554z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-entry--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M10.962 2.089c3.69-.518 7.547 1.252 9.616 4.338 1.637 2.37 2.167 5.458 1.418 8.238-.906 3.523-3.854 6.422-7.402 7.241-3.904 1.009-8.284-.668-10.573-3.971-2.252-3.083-2.491-7.469-.576-10.774 1.529-2.741 4.394-4.697 7.517-5.072M5.286 10.2c-.002 1.267-.006 2.534.001 3.802h13.906c.007-1.267.004-2.534.001-3.802a6447.75 6447.75 0 0 0-13.908 0z"/><path fill="#fff" d="M5.286 10.2c4.636-.005 9.272-.005 13.908 0 .002 1.267.006 2.534-.001 3.802H5.287c-.007-1.267-.004-2.534-.001-3.802z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-equestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.011 0h1.944c1.454.205 2.912.518 4.236 1.177 3.841 1.798 6.46 5.748 6.809 9.954v1.694c-.182 1.404-.468 2.809-1.073 4.099-1.739 3.97-5.76 6.709-10.055 7.075H11.16c-1.4-.179-2.801-.467-4.084-1.073C3.134 21.206.402 17.238 0 12.98v-1.938c.374-4.24 3.076-8.198 6.977-9.949C8.245.489 9.63.205 11.011-.001m-.165 2.455c-3.595.391-6.815 3.01-7.944 6.443-.87 2.538-.612 5.44.709 7.777 1.718 3.14 5.299 5.132 8.876 4.91 3.778-.146 7.296-2.761 8.543-6.326.944-2.573.709-5.546-.636-7.934-1.817-3.356-5.762-5.378-9.548-4.87z"/><path fill="#fff" d="M10.846 2.454c3.786-.509 7.732 1.513 9.548 4.87 1.345 2.388 1.58 5.362.636 7.934-1.247 3.565-4.765 6.18-8.543 6.326-3.577.222-7.158-1.77-8.876-4.91-1.321-2.338-1.579-5.239-.709-7.777 1.129-3.433 4.349-6.052 7.944-6.443m.969 3.454c-1.139.916-1.085 2.606-.832 3.913-.972-.32-2.046-.457-3.022-.064-.678.34-1.494-.014-2.156.365-.523.378-.917.982-.961 1.634-.013.71-.124 1.752-1.036 1.812.371.29.923.395 1.31.074.649-.538.834-1.438.805-2.244-.006-.592.512-1.004 1.04-1.145-.292.805-.379 1.702-.041 2.509.264.5.119 1.117-.437 1.326-.04.832.198 1.735-.234 2.5-.15-.01-.301-.019-.452-.026.008.306.032.611.072.914.518.03 1.127-.314.988-.913-.115-.8.281-1.464.566-2.167.43-.214.863-.426 1.327-.553-.1.319-.452.656-.221.997.373.664.563 1.405.641 2.159.157.019.316.037.473.054.032.216.066.432.104.648.322.013.643.016.966.005-.254-.592-.716-1.033-1.207-1.428-.102-.49-.157-.991-.214-1.487.152-.437.328-.875.288-1.351.122-.127.245-.254.367-.383a6.66 6.66 0 0 0 4.606.295c-.01.434.106.907-.166 1.289-.452.688-.188 1.576-.656 2.258.107.118.214.235.319.354-.083.134-.166.27-.247.406.371.106.757.11 1.121-.031-.233-.442-.65-.875-.51-1.415.206-.553.602-1.003.89-1.511.15-.416.191-.884.521-1.214 1.013.791 2.15 1.632 2.332 3.005-.12.096-.239.194-.358.293.125.262.272.511.442.746.226-.373.439-.772.492-1.212-.088-.482-.442-.869-.569-1.343-.172-.905-1.076-1.346-1.555-2.065.044-.49.17-.978.242-1.466.338-.551.595-1.148.68-1.793.239.168.48.334.732.482.025.223.044.445.065.668l.676.12c.376-.611-.077-1.27-.011-1.92.091-.641-.252-1.254-.065-1.89-.443.209-.917.346-1.411.271-1.237-.067-2.172.854-3.059 1.578-.569.115-.99-.389-1.391-.712-.054-.787-.048-1.685-.602-2.309.349-.18.235-.653.546-.833-.228-.36-.45-.985-1-.779-.616.28-.367 1.084-.2 1.577z"/><path fill="#fff" d="M12.86 8.905c.37.091.707.274.982.538-.181.118-.366.234-.551.347a8.293 8.293 0 0 1-.431-.884z"/><path d="M11.815 5.908c-.167-.493-.415-1.297.2-1.577.55-.206.772.419 1 .779-.311.18-.197.653-.546.833.554.624.548 1.522.602 2.309.401.323.822.827 1.391.712.887-.724 1.822-1.645 3.059-1.578.494.074.968-.062 1.411-.271-.187.636.156 1.249.065 1.89-.066.65.386 1.309.011 1.92l-.676-.12c-.02-.223-.04-.445-.065-.668a11.128 11.128 0 0 1-.732-.482c-.085.644-.342 1.242-.68 1.793-.072.488-.198.977-.242 1.466.479.719 1.384 1.16 1.555 2.065.127.474.481.86.569 1.343-.053.44-.266.839-.492 1.212a4.913 4.913 0 0 1-.442-.746c.119-.098.238-.197.358-.293-.181-1.373-1.319-2.214-2.332-3.005-.33.33-.371.798-.521 1.214-.288.508-.684.958-.89 1.511-.14.54.277.973.51 1.415-.364.142-.75.137-1.121.031l.247-.406a53.595 53.595 0 0 0-.319-.354c.468-.683.204-1.571.656-2.258.271-.382.156-.854.166-1.289a6.66 6.66 0 0 1-4.606-.295l-.367.383c.04.476-.136.914-.288 1.351.056.496.112.997.214 1.487.491.395.953.836 1.207 1.428-.323.011-.644.008-.966-.005a24.236 24.236 0 0 1-.104-.648 38.02 38.02 0 0 1-.473-.054c-.078-.754-.268-1.495-.641-2.159-.232-.341.121-.678.221-.997-.464.127-.898.34-1.327.553-.286.703-.682 1.367-.566 2.167.139.599-.469.943-.988.913a8.746 8.746 0 0 1-.072-.914c.151.007.302.017.452.026.432-.764.194-1.668.234-2.5.556-.209.701-.826.437-1.326-.338-.808-.251-1.704.041-2.509-.528.14-1.046.553-1.04 1.145.029.806-.156 1.706-.805 2.244-.388.32-.94.216-1.31-.074.912-.06 1.022-1.102 1.036-1.812.044-.653.438-1.256.961-1.634.662-.379 1.478-.025 2.156-.365.976-.394 2.05-.257 3.022.064-.253-1.307-.307-2.998.832-3.913m1.043 2.995c.126.304.27.599.431.884.185-.113.37-.229.551-.347a2.164 2.164 0 0 0-.982-.538z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-go-straight-or-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c24434" d="M10.6 0h2.807c3.68.481 7.123 2.659 8.974 5.897.913 1.411 1.326 3.063 1.618 4.698v2.817c-.485 3.709-2.698 7.172-5.976 9.014-1.395.885-3.018 1.283-4.625 1.573h-2.81C6.909 23.516 3.467 21.34 1.62 18.1.707 16.688.293 15.035-.001 13.398v-2.815c.294-1.601.685-3.221 1.569-4.609C3.41 2.691 6.884.478 10.599-.001M5.78 4.472c2.174 2.297 4.454 4.5 6.69 6.738.001.456-.01.911-.036 1.366-.599-.323-1.239-.646-1.943-.583a33 33 0 0 0-.988-1.027l-.073.065c.141-.131.275-.269.408-.407-.314-.013-.628-.02-.942-.015l.22-.004C7.548 9.026 5.975 7.45 4.405 5.872c-3.06 3.727-2.937 9.672.435 13.162 3.344 3.731 9.678 4.098 13.414.758-1.081-1.082-2.137-2.19-3.261-3.228.006-.9.005-1.799.001-2.699 1.562 1.502 3.057 3.071 4.595 4.598 2.791-3.456 2.96-8.754.287-12.323-1.399-1.96-3.592-3.266-5.936-3.742-2.855-.622-5.916.236-8.16 2.075z"/><path fill="#fff" d="M5.78 4.472c2.244-1.838 5.305-2.697 8.16-2.075 2.343.476 4.537 1.782 5.936 3.742 2.674 3.569 2.504 8.867-.287 12.323-1.538-1.527-3.033-3.096-4.595-4.598.005-1.934-.009-3.868.024-5.801.452.485.896.978 1.347 1.464-.137-1.076.426-2.44-.534-3.243-.707-.773-1.385-1.573-2.08-2.357-.7.775-1.357 1.588-2.047 2.372-.912.828-.346 2.18-.496 3.254a39.35 39.35 0 0 1 1.258-1.507c.023 1.054.003 2.108.004 3.163-2.235-2.238-4.516-4.441-6.69-6.738zM4.405 5.872c1.569 1.578 3.143 3.154 4.711 4.733l-.22.004c-.616.079-1.385-.196-1.86.319-.836.823-1.696 1.62-2.534 2.439.901.971 1.857 1.89 2.802 2.818.834-.008 1.67-.008 2.506-.014a110.56 110.56 0 0 1-1.416-1.407 44.416 44.416 0 0 1 2.421-.008c.842.005 1.542.766 1.611 1.582.087.942.013 1.891.036 2.837.838-.003 1.677.006 2.516 0 .005-.871.001-1.742.015-2.612 1.123 1.038 2.18 2.146 3.261 3.228-3.736 3.34-10.07 2.973-13.414-.758-3.371-3.491-3.494-9.435-.435-13.162z"/><path fill="#fff" d="M8.403 11.979c.33-.328.681-.636 1.028-.947l.073-.065c.334.337.667.676.988 1.027a41.53 41.53 0 0 1-2.088-.014z"/><path fill="#15171e" d="M11.705 6.299c.69-.784 1.347-1.597 2.047-2.372.695.784 1.372 1.584 2.08 2.357.96.803.397 2.168.534 3.243-.451-.486-.895-.979-1.347-1.464-.033 1.934-.019 3.868-.024 5.801.004.9.005 1.799-.001 2.699-.014.871-.01 1.742-.015 2.612-.838.006-1.677-.003-2.516 0-.024-.946.05-1.895-.036-2.837-.069-.816-.769-1.577-1.611-1.582a44.409 44.409 0 0 0-2.421.008c.467.472.939.942 1.416 1.407-.836.006-1.671.006-2.506.014-.945-.929-1.901-1.847-2.802-2.818.838-.819 1.699-1.616 2.534-2.439.475-.515 1.244-.24 1.86-.319.314-.005.628.003.942.015-.133.138-.268.276-.408.407-.347.312-.697.619-1.028.947.696.026 1.392.021 2.088.014.704-.063 1.343.26 1.943.583.026-.455.038-.91.036-1.366-.001-1.054.019-2.108-.004-3.163a39.35 39.35 0 0 0-1.258 1.507c.151-1.074-.416-2.426.496-3.254z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-go-straight-or-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bc4635" d="M10.469 0h2.822c2.141.358 4.248 1.137 5.944 2.522 2.208 1.705 3.758 4.267 4.299 7.001a.795.795 0 0 0 .085.791l.036.075a24.11 24.11 0 0 1-.009 3.1l-.011.137c-.189.971-.516 1.908-.721 2.871a2.032 2.032 0 0 1-.226.553c-.244.05-.438.318-.287.553l-.07.111c-.543.675-1.023 1.409-1.486 2.141l-.029.042a5.89 5.89 0 0 0-1.161 1.178c-.107.108-.218.213-.32.325-.2-.102-.382.081-.433.262-.017.026-.053.08-.072.106-.203-.083-.388.09-.417.285-1.496 1.099-3.32 1.627-5.125 1.947h-2.833c-1.628-.312-3.284-.745-4.683-1.671C2.565 20.495.492 17.027 0 13.407v-2.825C.495 6.998 2.533 3.56 5.695 1.717 7.119.766 8.805.313 10.469.001M5.634 4.436c.744.662 1.341 1.544 2.169 2.069-.647.649-.132 1.725-.343 2.55a36.073 36.073 0 0 0-3.208-3.241c-2.226 2.692-2.8 6.604-1.5 9.838.76 1.918 2.13 3.6 3.892 4.681 3.396 2.13 8.149 1.847 11.182-.808-1.142-1.227-2.317-2.462-3.549-3.581.773-.106 1.798.338 2.363-.366.866.847 1.632 1.818 2.579 2.569 2.529-3.135 2.901-7.84.783-11.286-1.603-2.733-4.64-4.599-7.818-4.689-2.36-.129-4.776.7-6.55 2.264z"/><path fill="#fff" d="M5.634 4.436c1.773-1.564 4.189-2.394 6.55-2.264 3.178.091 6.215 1.956 7.818 4.689 2.118 3.446 1.746 8.151-.783 11.286-.948-.751-1.714-1.722-2.579-2.569.788-.818 1.6-1.613 2.398-2.422-.895-.935-1.845-1.814-2.758-2.732a99.463 99.463 0 0 0-2.381.002c.445.458.921.885 1.36 1.35-.796.006-1.593.001-2.39.01-.509-.56-1.056-1.083-1.576-1.633.004-.734.057-1.466.065-2.2.432.463.806.975 1.248 1.429-.01-.849.042-1.701-.007-2.549-.777-1.038-1.661-1.997-2.513-2.976-.749.893-1.568 1.726-2.282 2.647-.828-.525-1.425-1.408-2.169-2.069zM4.252 5.815A35.81 35.81 0 0 1 7.46 9.056l.068.132c.49.298.885.716 1.265 1.14.002 2.851-.017 5.703-.014 8.554.832-.001 1.664-.009 2.494-.012.014-.862-.007-1.725.015-2.587.019-.894.754-1.761 1.676-1.773.348.405.724.785 1.097 1.168l-.121.24.336.026c1.232 1.119 2.407 2.354 3.549 3.581-3.033 2.655-7.786 2.938-11.182.808-1.762-1.081-3.132-2.763-3.892-4.681-1.301-3.233-.726-7.145 1.5-9.838zM23.654 10.388l.097.157v3.076l-.106-.133a24.11 24.11 0 0 0 .009-3.1zM22.913 16.497c.205-.964.532-1.9.721-2.871-.02.992-.343 1.961-.721 2.871zM22.4 17.603c-.15-.235.044-.504.287-.553-.081.192-.16.386-.287.553zM20.844 19.855c.463-.732.943-1.466 1.486-2.141-.379.777-.838 1.558-1.486 2.141zM19.654 21.075c.331-.444.72-.843 1.161-1.178-.264.487-.694.885-1.161 1.178zM18.902 21.662c.051-.182.233-.364.433-.262a.532.532 0 0 1-.433.262zM18.413 22.053c.029-.195.214-.368.417-.285a.555.555 0 0 1-.417.285z"/><path fill="#1b1d22" d="M10.085 3.857c.852.979 1.736 1.937 2.513 2.976.05.848-.002 1.7.007 2.549-.443-.454-.817-.966-1.248-1.429-.007.734-.061 1.466-.065 2.2-.005.752.039 1.502.056 2.255.478-.271.971-.535 1.52-.622.797-.009 1.594-.004 2.39-.01-.439-.465-.915-.893-1.36-1.35a89.99 89.99 0 0 1 2.381-.002c.913.918 1.863 1.797 2.758 2.732-.797.81-1.609 1.604-2.398 2.422-.565.704-1.589.26-2.363.366l-.336-.026.121-.24c.397-.367.806-.724 1.137-1.154-.745-.039-1.488-.02-2.233-.014-.923.012-1.658.879-1.676 1.773-.022.862-.001 1.725-.015 2.587-.831.004-1.663.011-2.495.012-.004-2.851.016-5.703.014-8.554-.014-.764.009-1.528-.029-2.291-.441.353-.699.925-1.236 1.15l-.068-.132c.211-.826-.303-1.901.343-2.55.714-.921 1.533-1.755 2.282-2.647z"/><path fill="#bc4534" d="M7.528 9.187c.537-.225.795-.797 1.236-1.15.037.762.015 1.527.029 2.291-.379-.424-.775-.842-1.265-1.14z"/><path fill="#eac295" d="M23.534 9.523c.162.234.114.525.085.791a.798.798 0 0 1-.085-.791z"/><path fill="#b64434" d="M11.292 10.153c.52.55 1.067 1.073 1.576 1.633-.548.087-1.042.351-1.52.622-.017-.752-.061-1.502-.056-2.255z"/><path fill="#b64534" d="M12.965 14.509c.745-.006 1.488-.025 2.233.014-.331.43-.74.787-1.137 1.154-.373-.383-.749-.762-1.097-1.168z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-good-trailers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0404" d="M10.731 0h2.519c4.456.502 8.52 3.589 10.031 7.834.363.932.53 1.92.719 2.897v2.519c-.502 4.456-3.589 8.521-7.836 10.031-.931.363-1.919.53-2.896.719h-2.519c-4.456-.502-8.521-3.589-10.031-7.836-.363-.931-.53-1.919-.719-2.896v-2.519c.185-.984.355-1.978.719-2.916C2.227 3.592 6.283.512 10.731-.001m-.004 2.165c-4.635.534-8.469 4.775-8.505 9.446-.236 4.693 3.394 9.156 8.016 9.936 4.244.869 8.821-1.502 10.64-5.415 1.353-2.764 1.275-6.167-.198-8.869-1.847-3.541-5.993-5.686-9.953-5.098z"/><path fill="#fffcfc" d="M10.727 2.164c3.96-.588 8.106 1.557 9.953 5.098 1.473 2.702 1.551 6.105.198 8.869-1.82 3.913-6.397 6.284-10.64 5.415-4.622-.781-8.252-5.243-8.016-9.936.037-4.671 3.87-8.912 8.505-9.446M4.251 7.253c-1.187 2.333-1.445 5.131-.559 7.609 1.865-.001 3.728-.003 5.593.001-.005-.611-.001-1.221-.009-1.832-.353.005-.708-.004-1.063 0v-.663a92.376 92.376 0 0 1 1.898.001c-.003.837.001 1.675-.004 2.511.977.008 1.956-.017 2.933-.009.571-1.002 2.102-1.006 2.672 0l.702-.001c.554-1 2.091-1.007 2.653-.011.398.003.796.003 1.196.001-.005-2.36.007-4.722-.005-7.083.049-.342-.29-.547-.596-.502-4.398.003-8.796-.017-13.193-.012v5.102c.36-.004.719.003 1.079 0a77.6 77.6 0 0 0-.009.68c-.628.003-1.255.003-1.884 0 .004-1.931.013-3.861.018-5.793H4.254m9.63 7.159c-.876.324-1.043 1.65-.265 2.175.729.609 1.978.058 2.018-.893.128-.915-.919-1.671-1.753-1.282m3.31.025c-.855.365-.968 1.677-.177 2.175.736.574 1.933.015 1.989-.911.129-.942-.971-1.708-1.812-1.263z"/><path fill="#040404" d="M4.251 7.253H5.67c-.005 1.932-.015 3.862-.018 5.793.629.003 1.257.003 1.884 0 .003-.227.005-.454.009-.68-.36.003-.719-.004-1.079 0V7.264c4.398-.005 8.796.015 13.193.012.306-.045.645.161.596.502.012 2.36 0 4.722.005 7.083-.4.001-.798.001-1.196-.001-.562-.997-2.099-.989-2.653.011l-.702.001c-.57-1.006-2.101-1.002-2.672 0-.977-.008-1.956.017-2.933.009.005-.836.001-1.673.004-2.511a85.777 85.777 0 0 0-1.898-.001v.663c.355-.004.709.005 1.063 0 .008.611.004 1.221.009 1.832a1737.87 1737.87 0 0 0-5.593-.001c-.886-2.478-.628-5.276.559-7.609z"/><path fill="#040404" d="M13.884 14.411c.833-.389 1.88.367 1.753 1.282-.04.951-1.288 1.502-2.018.893-.778-.525-.611-1.85.265-2.175zM17.194 14.436c.841-.444 1.941.322 1.812 1.263-.055.926-1.253 1.485-1.989.911-.791-.497-.678-1.809.177-2.175z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-goods-vehicle-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#868482" d="M10.712 0h2.582c.922.193 1.876.31 2.74.709-1.296-.245-2.579-.631-3.913-.584-1.28-.065-2.52.286-3.774.466.752-.325 1.576-.4 2.365-.59z"/><path fill="#fff" d="M8.347.59C9.601.41 10.841.06 12.121.124c1.334-.047 2.617.34 3.913.584 2.756.966 5.147 2.998 6.523 5.573.112.349.23.695.377 1.032 1.108 2.518 1.25 5.43.481 8.064-.222.804-.626 1.541-.858 2.341-1.578 2.951-4.477 5.171-7.736 5.934-1.322.113-2.647.331-3.977.17-.842-.077-1.658-.322-2.498-.414l-.276-.094a36.551 36.551 0 0 1-3.684-2.096c-1.18-.894-2.099-2.104-2.825-3.384a10.684 10.684 0 0 0-.385-1.018C-.194 13.8-.193 10.197 1.175 7.18c.15-.331.272-.673.386-1.018.725-1.28 1.645-2.491 2.825-3.384A36.102 36.102 0 0 1 8.071.682c.091-.031.184-.064.276-.094m2.255.065c-3.366.395-6.48 2.406-8.267 5.28C.812 8.327.258 11.303.781 14.088c.552 3.072 2.446 5.86 5.072 7.537 2.447 1.591 5.521 2.171 8.382 1.597 3.643-.69 6.846-3.284 8.294-6.695 1.602-3.632 1.109-8.084-1.268-11.267C18.89 1.944 14.645.096 10.601.652z"/><path fill="#fff" d="M3.252 8.008c1.645-3.66 5.712-6.05 9.715-5.586 3.901.324 7.391 3.292 8.357 7.081 1.004 3.568-.307 7.634-3.202 9.946-2.293 1.908-5.504 2.632-8.395 1.901-3.18-.757-5.87-3.256-6.854-6.374l.553.011c.036-.434.156-.859.425-1.21l.143-.203c-.494.016-.989-.013-1.483.016l-.041-.36c1.848.017 3.695-.04 5.542-.047.028-1.517.089-3.035.056-4.552.017-.4-.376-.637-.738-.608-1.358-.022-2.718.011-4.078-.014m6.979 2.965c0 .752-.001 1.504.001 2.255 3.019.005 6.04.002 9.06.001.002-.751 0-1.504.001-2.255-3.022.002-6.042.002-9.062-.001m-5.389 2.633c-.973.092-1.532 1.368-.906 2.134.553.833 1.952.679 2.322-.246.467-.905-.421-2.076-1.416-1.888m1.17-.018c.403.389.566.926.661 1.463.482-.001.965 0 1.448-.005.019-.2.041-.401.062-.6.596-.001 1.193-.002 1.789-.005l.517-.84c-1.493-.016-2.986.006-4.478-.013m5.199.055c-.592.151-1.046.739-.991 1.357-.011.73.694 1.361 1.416 1.291.766-.007 1.388-.785 1.262-1.534-.091-.774-.937-1.34-1.687-1.115m1.401-.066c.188.29.37.586.545.883 1.092-.019 2.185 0 3.277-.011.178-.287.358-.572.539-.857-1.453-.017-2.906-.011-4.361-.016m5.073.054c-.588.16-1.037.75-.982 1.367-.004.728.698 1.357 1.422 1.284.756-.019 1.379-.775 1.258-1.522-.083-.791-.935-1.356-1.698-1.129z"/><path fill="#fff" d="M4.848 14.336c.76-.26 1.148.99.382 1.205-.785.306-1.188-1.009-.382-1.205zM11.444 14.328c.827-.197 1.03 1.207.179 1.243-.778.139-.944-1.146-.179-1.243zM17.918 14.32c.775-.203 1.058 1.078.278 1.229-.798.24-1.096-1.11-.278-1.229z"/><path fill="#da251d" d="M10.602.653c4.044-.556 8.288 1.292 10.66 4.608 2.377 3.182 2.87 7.634 1.268 11.267-1.448 3.41-4.651 6.005-8.294 6.695-2.861.574-5.935-.006-8.382-1.597-2.627-1.678-4.52-4.465-5.072-7.537-.523-2.785.031-5.761 1.554-8.155C4.123 3.06 7.237 1.049 10.603.654M3.252 8.008c-.751 1.626-.978 3.449-.782 5.221l.041.36c.494-.029.989 0 1.483-.016l-.143.203c-.324-.277-.869-.03-1.274-.132.089.445.186.89.296 1.331.984 3.119 3.674 5.617 6.854 6.374 2.891.731 6.102.007 8.395-1.901 2.894-2.311 4.206-6.378 3.202-9.946-.966-3.79-4.456-6.757-8.357-7.081-4.003-.464-8.07 1.926-9.715 5.586z"/><path fill="#93908f" d="M4.386 2.78A9.353 9.353 0 0 1 8.071.684 36.374 36.374 0 0 0 4.386 2.78zM4.386 21.22c1.184.779 2.418 1.46 3.684 2.096a9.393 9.393 0 0 1-3.684-2.096z"/><path fill="#8f8c8b" d="M0 10.952c.3-1.65.595-3.377 1.561-4.788-.114.344-.236.686-.386 1.018-1.368 3.017-1.369 6.62.001 9.636.149.331.271.673.385 1.018C.594 16.422.299 14.693 0 13.04v-2.087z"/><path fill="#918f8d" d="M22.558 6.282c.833 1.249 1.111 2.754 1.442 4.192v3.061c-.335 1.434-.61 2.938-1.442 4.184.232-.8.636-1.537.858-2.341.769-2.634.626-5.546-.481-8.064a11.168 11.168 0 0 1-.377-1.032z"/><path fill="#1f1a17" d="M3.252 8.008c1.36.025 2.719-.007 4.078.014.362-.029.755.209.738.608.032 1.517-.029 3.035-.056 4.552-1.847.007-3.694.064-5.542.047-.196-1.772.031-3.595.782-5.221zM10.231 10.974c3.02.004 6.041.004 9.062.001-.001.751.001 1.504-.001 2.255-3.02.001-6.041.004-9.06-.001-.002-.751-.001-1.502-.001-2.255zM4.842 13.607c.995-.188 1.883.983 1.416 1.888-.37.925-1.769 1.079-2.322.246-.626-.766-.067-2.041.906-2.134m.006.729c-.806.196-.403 1.511.382 1.205.767-.215.378-1.465-.382-1.205z"/><path fill="#1f1a17" d="M6.012 13.589c1.493.019 2.986-.002 4.478.013-.173.28-.346.559-.517.84l-1.789.005c-.022.199-.043.4-.062.6-.484.005-.966.004-1.448.005-.095-.536-.258-1.074-.661-1.463zM11.21 13.644c.75-.226 1.596.341 1.687 1.115.126.749-.497 1.526-1.262 1.534-.722.07-1.427-.562-1.416-1.291-.055-.618.4-1.206.991-1.357m.234.683c-.766.097-.599 1.382.179 1.243.851-.036.648-1.44-.179-1.243zM12.611 13.577c1.454.005 2.908-.001 4.361.016-.181.284-.361.57-.539.857-1.092.011-2.185-.008-3.277.011a22.274 22.274 0 0 0-.545-.883zM17.684 13.63c.763-.227 1.615.338 1.698 1.129.121.746-.502 1.502-1.258 1.522-.724.073-1.426-.556-1.422-1.284-.055-.617.394-1.207.982-1.367m.234.69c-.817.119-.52 1.469.278 1.229.78-.151.497-1.432-.278-1.229zM2.576 13.644c.406.102.95-.145 1.274.132-.269.35-.389.775-.425 1.21l-.553-.011c-.11-.44-.208-.886-.296-1.331z"/><path fill="#888584" d="M8.346 23.41c.84.092 1.656.337 2.498.414 1.33.161 2.654-.058 3.977-.17-.502.162-1.022.244-1.538.347h-2.58c-.786-.193-1.607-.268-2.357-.59z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.83 0h2.317c1.696.341 3.552.635 4.922 1.756-3.682-2.16-8.46-2.161-12.142 0C7.29.636 9.142.348 10.829 0zM22.244 5.932C23.358 7.3 23.656 9.144 24 10.834v2.308c-.283 1.165-.334 2.459-1.026 3.475 1.409-3.438 1.139-7.472-.73-10.685zM15.629 7.925c.803-.47 1.417.928.557 1.212-.751.344-1.288-.871-.557-1.212zM15.901 9.292c.472-.128 1.202.257 1.237.805.22.811.24 1.698.688 2.431.336.67.708 1.322 1.019 2.003.16.439-.509.788-.772.401-.426-.748-.793-1.529-1.204-2.286-.206.203-.404.414-.593.634.217.457.496.889.666 1.367.076.442-.589.701-.811.302-.292-.577-.644-1.138-.854-1.75.156-.554.74-.87 1.073-1.327a27.015 27.015 0 0 0-.576-.966c-.278.343-.48.761-.82 1.049-.404.248-.89-.324-.563-.676.506-.658.942-1.386 1.51-1.987zM6.721 12.72c.482-1.411 2.52-1.708 3.401-.511 1.336-.204 2.67-.42 4.008-.613.032.209.062.418.091.628-.456.073-.913.139-1.37.208.091.719.214 1.433.3 2.152-.162.02-.324.035-.487.04a24.727 24.727 0 0 0-.149-1.088c-.413-.29-.836-.565-1.254-.847-.277.034-.553.076-.827.126.331 1.103-.446 2.357-1.594 2.502-1.139.204-2.232-.786-2.251-1.92-.622.089-1.241.196-1.862.284-.034-.21-.065-.419-.096-.628.696-.12 1.396-.21 2.09-.331m.721-.111a47.36 47.36 0 0 0 1.951-.305c-.607-.437-1.517-.32-1.951.305m4.618-.083c-.11.152.227.354.36.282.108-.227-.166-.418-.36-.282m-3.007.478c.2.371.048.919-.415.967-.454.083-.744-.39-.66-.792-.263.036-.524.078-.785.126-.043.821.727 1.566 1.552 1.422.84-.094 1.378-1.038 1.088-1.82-.26.03-.52.064-.78.097zM4.992 21.628c.733.443 1.453.918 2.245 1.255 3.28 1.468 7.183 1.272 10.358-.378-1.253.968-2.917 1.164-4.426 1.495h-2.318c-2.071-.364-4.279-.917-5.86-2.372z"/><path fill="#fff" d="M5.928 1.756c3.682-2.161 8.46-2.16 12.142 0 .322.205.641.413.958.625.132.199.322.349.544.437l.042.022c.511.521 1.027 1.039 1.549 1.55a.874.874 0 0 0 .022.043c.09.218.234.413.434.544.211.317.42.635.626.955 1.868 3.212 2.138 7.247.73 10.685a4.18 4.18 0 0 1-.058.116 9.082 9.082 0 0 0-.539 1.093l-.067.109a.965.965 0 0 0-.284.446 7.227 7.227 0 0 1-.058.128 7.36 7.36 0 0 0-.792 1.082l-.034.034c-.482.458-.941.942-1.411 1.414l-.128.126a6.96 6.96 0 0 0-1.094.808l-.128.053a.967.967 0 0 0-.445.28c-.114.065-.228.131-.34.199-3.175 1.65-7.079 1.846-10.358.378-.792-.337-1.512-.812-2.245-1.255l-.026-.031c-.127-.199-.329-.326-.542-.415a.52.52 0 0 0-.03-.02c-.51-.526-1.034-1.038-1.555-1.553a.61.61 0 0 0-.022-.032 1.118 1.118 0 0 0-.431-.551c-.211-.322-.421-.642-.63-.964a18.545 18.545 0 0 0-.673-1.327 2.738 2.738 0 0 0-.059-.122 12.617 12.617 0 0 1-.355-8.272l.072-.199c.306-.749.649-1.48 1.009-2.203.209-.325.421-.648.632-.973a.645.645 0 0 0 .328-.436l.132-.138c.515-.518 1.036-1.03 1.546-1.552l.042-.022c.222-.089.413-.238.544-.437.317-.212.635-.42.955-.625M11.095.437C7.079.701 3.337 3.255 1.591 6.874c-1.751 3.49-1.554 7.864.515 11.177 2.024 3.36 5.849 5.539 9.774 5.55 3.86.067 7.667-1.961 9.781-5.188a11.603 11.603 0 0 0 1.775-8.348c-.509-3.124-2.376-5.993-5.02-7.73C16.284.899 13.654.235 11.095.438z"/><path fill="#fff" d="M10.484 3.533c4.127-.83 8.552 1.862 9.724 5.899 1.316 3.919-.7 8.557-4.441 10.296-3.376 1.722-7.814.814-10.25-2.086-2.632-2.908-2.818-7.643-.436-10.754C6.37 5.137 8.34 3.904 10.485 3.533m5.144 4.392c-.731.341-.194 1.556.557 1.212.86-.284.246-1.682-.557-1.212m.272 1.367c-.568.601-1.003 1.33-1.51 1.987-.328.352.158.924.563.676.34-.288.541-.706.82-1.049.199.318.391.641.576.966-.332.457-.917.773-1.073 1.327.21.612.563 1.172.854 1.75.222.398.887.139.811-.302-.17-.478-.449-.91-.666-1.367a9.86 9.86 0 0 1 .593-.634c.41.757.778 1.538 1.204 2.286.263.388.931.038.772-.401-.311-.68-.683-1.333-1.019-2.003-.448-.733-.468-1.62-.688-2.431-.035-.548-.766-.934-1.237-.805m-9.18 3.428c-.695.121-1.394.211-2.09.331.031.209.062.418.096.628.622-.089 1.241-.196 1.862-.284.019 1.134 1.112 2.124 2.251 1.92 1.147-.145 1.925-1.399 1.594-2.502.274-.05.55-.092.827-.126.418.282.841.557 1.254.847.058.361.107.725.149 1.088.163-.005.325-.019.487-.04-.086-.719-.209-1.433-.3-2.152.457-.068.914-.134 1.37-.208-.029-.21-.059-.419-.091-.628-1.338.193-2.672.409-4.008.613-.881-1.196-2.918-.9-3.401.511z"/><path fill="#fff" d="M7.442 12.611c.434-.625 1.344-.742 1.951-.305-.648.116-1.298.215-1.951.305zM12.06 12.528c.194-.136.468.055.36.282-.133.072-.47-.13-.36-.282zM9.053 13.006c.26-.034.52-.067.78-.097.289.782-.248 1.727-1.088 1.82-.824.144-1.595-.601-1.552-1.422.26-.048.522-.09.785-.126-.084.402.206.875.66.792.463-.048.616-.596.415-.967z"/><path fill="#d40000" d="M11.095.437c2.56-.203 5.189.461 7.321 1.897 2.644 1.738 4.511 4.607 5.02 7.73a11.597 11.597 0 0 1-1.775 8.348c-2.114 3.227-5.921 5.255-9.781 5.188-3.925-.011-7.75-2.19-9.774-5.55C.037 14.737-.16 10.363 1.591 6.873 3.337 3.254 7.079.7 11.095.436m-.611 3.097C8.34 3.904 6.369 5.137 5.08 6.888 2.698 10 2.884 14.735 5.516 17.642c2.436 2.899 6.875 3.808 10.25 2.086 3.742-1.739 5.758-6.377 4.441-10.296-1.171-4.037-5.597-6.73-9.724-5.899z"/><path fill="#323232" opacity=".91" d="M4.429 2.818c.024-.278.287-.43.544-.437a1.164 1.164 0 0 1-.544.437z"/><path fill="#303030" opacity=".9" d="M19.027 2.381c.256.008.52.158.544.437a1.163 1.163 0 0 1-.544-.437z"/><path fill="#323232" opacity=".88" d="M2.842 4.391a3.652 3.652 0 0 1 1.546-1.552c-.51.522-1.031 1.033-1.546 1.552z"/><path fill="#313131" opacity=".87" d="M19.613 2.839c.65.337 1.211.9 1.549 1.55a113.18 113.18 0 0 1-1.549-1.55z"/><path fill="#2f2f2f" opacity=".9" d="M21.184 4.433c.276.024.432.286.434.544a1.172 1.172 0 0 1-.434-.544z"/><path fill="#252525" opacity=".88" d="M2.382 4.964c-.002-.205.118-.396.328-.436a.647.647 0 0 1-.328.436z"/><path fill="#212121" opacity=".82" d="M.74 8.141a3.916 3.916 0 0 1 1.009-2.203A32.9 32.9 0 0 0 .74 8.141z"/><path fill="#1a1a1a" opacity=".84" d="M0 10.82c.229-.821.173-1.756.668-2.48a12.617 12.617 0 0 0 .355 8.272c-.703-.986-.743-2.27-1.024-3.415v-2.376z"/><path fill="#212121" opacity=".83" d="M1.082 16.734c.24.433.468.875.673 1.327-.394-.325-.626-.824-.673-1.327z"/><path fill="#212121" opacity=".84" d="M22.378 17.826c.154-.376.335-.74.539-1.093-.02.422-.205.828-.539 1.093z"/><path fill="#2c2c2c" opacity=".91" d="M22.026 18.382a.963.963 0 0 1 .284-.446c.038.193-.052.451-.284.446z"/><path fill="#232323" opacity=".82" d="M21.176 19.592a7.36 7.36 0 0 1 .792-1.082 1.836 1.836 0 0 1-.792 1.082z"/><path fill="#2b2b2b" opacity=".87" d="M2.386 19.025c.203.131.346.328.431.551-.271-.044-.433-.287-.431-.551z"/><path fill="#2a2a2a" opacity=".85" d="M2.838 19.608c.521.515 1.045 1.027 1.555 1.553a3.648 3.648 0 0 1-1.555-1.553z"/><path fill="#2c2c2c" opacity=".86" d="M19.732 21.04c.47-.472.929-.955 1.411-1.414-.298.598-.802 1.132-1.411 1.414z"/><path fill="#282828" opacity=".87" d="M4.423 21.181c.214.089.415.216.542.415a.49.49 0 0 1-.542-.415z"/><path fill="#222" opacity=".82" d="M18.509 21.973c.34-.301.703-.577 1.094-.808a1.914 1.914 0 0 1-1.094.808z"/><path fill="#2a2a2a" opacity=".91" d="M17.935 22.306a.98.98 0 0 1 .445-.28c.006.233-.252.325-.445.28z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-hand-carts--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c44935" d="M10.852.398c3.991-.336 8.092 1.567 10.385 4.861 3.264 4.408 2.722 11.156-1.307 14.91-3.078 3.259-8.218 4.314-12.328 2.527-1.526-.548-2.85-1.531-4.015-2.64C.582 16.931-.5 12.059 1.107 8.005 2.458 3.809 6.541.876 10.851.399M9.836 2.813c-1.387.364-2.726.987-3.813 1.933 1.706 1.638 3.255 3.469 5.023 5.026a26.12 26.12 0 0 0-1.858.788 75.983 75.983 0 0 0-4.515-4.514c-2.48 2.919-2.821 7.407-.853 10.685 1.143 1.972 3.051 3.444 5.197 4.18 2.943.971 6.372.346 8.726-1.688a80.521 80.521 0 0 0-4.571-4.669c.093-.367.078-.75.103-1.125.318-.152.634-.308.954-.459 1.573 1.672 3.194 3.304 4.804 4.943 2.999-3.453 2.849-9.177-.428-12.399-2.19-2.349-5.639-3.422-8.77-2.699z"/><path fill="#fff" d="M9.836 2.813c3.131-.722 6.58.35 8.77 2.699 3.277 3.222 3.427 8.947.428 12.399-1.61-1.638-3.23-3.271-4.804-4.943 1.969-.904 3.936-1.814 5.906-2.717a46.075 46.075 0 0 1-.014-.639c-1.953.713-3.851 1.567-5.804 2.276-.323-.806-.646-1.61-.981-2.411.182-.095.362-.191.543-.288l-.295-.463c-.84.364-1.691.697-2.538 1.044C9.279 8.214 7.73 6.383 6.024 4.744c1.087-.946 2.426-1.57 3.813-1.933zM4.674 6.046a76.587 76.587 0 0 1 4.515 4.514c-1.466.61-2.933 1.221-4.408 1.812.048.189.095.379.14.569.283-.101.563-.204.842-.31.403.816.693 1.681 1.07 2.508-.586.358-1.226.604-1.845.896.198.185.398.37.598.552.916-.392 1.823-.801 2.746-1.176-.088-.535-.456-.841-.961-.501-.309-.855-.645-1.701-.937-2.563.545-.24 1.101-.457 1.662-.659.109.259.216.519.321.781-.858 1.376-.214 3.385 1.345 3.904 1.397.486 3.032-.392 3.411-1.819a80.847 80.847 0 0 1 4.571 4.669c-2.354 2.034-5.783 2.659-8.726 1.688-2.146-.735-4.054-2.208-5.197-4.18-1.968-3.278-1.627-7.766.853-10.685z"/><path fill="#fff" d="M11.458 10.236c.449-.202.905-.384 1.365-.562.322.808.676 1.605.956 2.429-.108.048-.215.095-.323.141-.661-.675-1.341-1.331-1.998-2.008zM8.665 11.457a12.29 12.29 0 0 1 1.024-.436l.246.257c-.373.195-.73.423-1.044.705-.076-.175-.152-.349-.226-.525zM8.71 13.9c-.021-.903.657-1.72 1.516-1.952l.346.023c.737.595 1.313 1.365 2.019 1.998l.058.056c-.103 1.022-1.021 1.939-2.078 1.865-1.038.017-1.907-.973-1.861-1.99m1.655-.681c-.564.19-.627 1.061-.099 1.334.457.317 1.137-.115 1.095-.652.039-.491-.549-.922-.997-.682z"/><path fill="#2b2b31" d="M11.047 9.772c.847-.347 1.698-.681 2.538-1.044l.295.463-.543.288c.335.801.658 1.605.981 2.411 1.953-.709 3.851-1.564 5.804-2.276.004.213.008.425.014.639-1.97.903-3.937 1.813-5.906 2.717-.32.151-.636.307-.954.459-.025.375-.011.758-.103 1.125-.379 1.427-2.014 2.305-3.411 1.819-1.559-.519-2.203-2.528-1.345-3.904a44.137 44.137 0 0 0-.321-.781c-.561.202-1.117.419-1.662.659.292.861.629 1.707.937 2.563.505-.34.873-.033.961.501-.923.375-1.83.784-2.746 1.176-.2-.183-.399-.367-.598-.552.619-.292 1.259-.538 1.845-.896-.378-.827-.668-1.692-1.07-2.508-.279.106-.56.209-.842.31-.045-.19-.093-.38-.14-.569 1.474-.59 2.942-1.202 4.408-1.812.61-.286 1.23-.549 1.858-.788m.411.464c-.595.25-1.18.523-1.769.785a12.29 12.29 0 0 0-1.024.436c.074.176.15.35.226.525.315-.282.671-.51 1.044-.705a2.677 2.677 0 0 1 2.944 1.198c.194-.075.386-.15.577-.232.108-.046.215-.094.323-.141-.28-.823-.634-1.621-.956-2.429-.46.178-.916.36-1.365.562m-1.232 1.713c-.859.232-1.537 1.049-1.516 1.952-.046 1.017.822 2.007 1.861 1.99 1.057.074 1.975-.844 2.078-1.865l-.058-.056c.147-1.249-1.186-2.272-2.364-2.021z"/><path fill="#dc503a" d="M9.689 11.021c.589-.263 1.174-.536 1.769-.785.657.677 1.338 1.333 1.998 2.008-.191.082-.384.157-.577.232a2.68 2.68 0 0 0-2.944-1.198l-.246-.257z"/><path fill="#db513a" d="M10.226 11.948c1.179-.251 2.512.772 2.364 2.021-.706-.633-1.282-1.403-2.019-1.998l-.346-.023z"/><path fill="#2b2d33" d="M10.365 13.219c.448-.24 1.036.191.997.682.042.537-.638.97-1.095.652-.529-.273-.466-1.144.099-1.334z"/><path fill="#bcc2c5" d="M23.314 14.995c.071.072.071.072 0 0z"/><path fill="#b0b5bb" d="M23.18 15.241c.389.023-.183.362 0 0z"/><path fill="#b4b6ba" d="M7.037 22.839c.071.07.071.07 0 0z"/><path fill="#a9afb5" d="M10.488 23.774c.361-.183.023.389 0 0z"/><path fill="#babdc2" d="M12.137 24a.21.21 0 0 1 .025-.002l.018.002h-.043z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-hand-carts-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c23" d="M10.771 0h2.44c4.097.455 7.891 3.065 9.641 6.816.613 1.24.93 2.596 1.149 3.955v2.441c-.455 4.096-3.065 7.89-6.815 9.64-1.241.613-2.598.93-3.956 1.149h-2.441c-4.096-.455-7.89-3.065-9.64-6.815C.537 15.945.218 14.59 0 13.231v-2.444c.212-1.365.534-2.726 1.149-3.972C2.896 3.069 6.682.464 10.771 0M6.914 4.995c.389.393.779.785 1.171 1.176-.63.786-.928 1.799-.769 2.801-.713-.749-1.455-1.47-2.186-2.201-1.482 1.993-2.066 4.619-1.536 7.048.541 2.643 2.399 4.964 4.842 6.098 2.838 1.362 6.369.988 8.896-.876l-.173-.276a2.814 2.814 0 0 0 1.226-2.316c.247.264.501.521.756.777 2.07-2.726 2.305-6.682.545-9.621-1.182-2.041-3.22-3.567-5.523-4.096-2.479-.599-5.206-.047-7.249 1.485z"/><path fill="#ed1c23" d="M9.848 11.499a3.828 3.828 0 0 0 2.909-.661c.274.278.553.555.832.828-.506-.154-1.295-.245-1.567.335.237.679 1.222.013 1.759.389-.131.14-.262.277-.394.413.042.171.086.344.127.516-.628 0-1.257.004-1.886-.009-.079-.214-.042-.539-.31-.615-.613-.225-1.009-.765-1.47-1.196zM14.528 12.611c.5.501 1 1.004 1.502 1.502a7.381 7.381 0 0 0-1.259.249c-.15-.566-.787-1.218-.243-1.751z"/><path fill="#fff" d="M6.914 4.995c2.043-1.532 4.77-2.084 7.249-1.485 2.302.529 4.341 2.055 5.523 4.096 1.76 2.939 1.526 6.895-.545 9.621a34.632 34.632 0 0 1-.756-.777 2.814 2.814 0 0 1-1.226 2.316l.173.276c-2.527 1.863-6.058 2.238-8.896.876-2.444-1.134-4.302-3.455-4.842-6.098-.53-2.429.054-5.056 1.536-7.048.732.731 1.473 1.452 2.186 2.201-.16-1.002.138-2.015.769-2.801-.392-.392-.782-.783-1.171-1.176m8.677-.329c.128.4.29.786.459 1.168-.87.355-1.742.708-2.614 1.059-.824-1.439-2.777-2.07-4.259-1.284-1.34.621-2.012 2.238-1.596 3.642-.465.179-.931.365-1.37.605.512.381 1.095.16 1.6-.099.833 1.486 2.88 2.086 4.364 1.225 1.275-.657 1.883-2.227 1.484-3.591 1.114-.451 2.231-.898 3.344-1.353l.124-.276-.099-.309-.517.193c-.173-.44-.393-.903-.919-.981m-5.744 6.833c.462.431.857.971 1.47 1.196.268.075.231.401.31.615.629.013 1.258.009 1.886.009a55.27 55.27 0 0 0-.127-.516c.132-.136.264-.273.394-.413-.537-.376-1.522.29-1.759-.389.272-.58 1.06-.489 1.567-.335a59.06 59.06 0 0 1-.832-.828 3.828 3.828 0 0 1-2.909.661m2.277.61a3.75 3.75 0 0 1 1.733.113l.119.38-.404.257c.078.215.158.429.237.642-1.189-.084-2.43.193-3.58-.173.398-.167.808-.307 1.203-.484-.675-.057-1.354-.038-2.031-.034l-.001.324c.178.04.357.079.535.117l.182.384c-.181.303-.365.605-.549.907-1.209-.547-2.793.022-3.203 1.324-.559 1.425.678 3.128 2.207 3.028 1.17.011 2.051-.976 2.283-2.058a2.3 2.3 0 0 1 .736.501l-.124.365c-.17.066-.339.133-.508.202.216.021.433.04.65.053.04-.164.082-.327.125-.491.661-.007 1.01-.592.835-1.195.604-.553 1.137-1.184 1.805-1.663-.144.556-.633.951-.731 1.526-.247 1.052.371 2.214 1.379 2.598 1.551.709 3.442-.796 3.108-2.462-.19-1.592-2.114-2.416-3.467-1.638a72.404 72.404 0 0 0-.667-1.656l.286-.328a83.48 83.48 0 0 1-.216-.655c-.638-.156-1.439-.512-1.944.116m2.405.502c-.545.533.092 1.185.243 1.751.411-.12.833-.202 1.259-.249-.502-.498-1.002-1.001-1.502-1.502z"/><path fill="#fff" d="M9.764 5.835c.336-.053.673-.099 1.01-.136a75.958 75.958 0 0 1-.252 1.908 58.941 58.941 0 0 1-.758-1.772zM11.159 5.755c.319.116.636.241.947.375a43.657 43.657 0 0 1-1.197 1.513c.075-.63.161-1.259.251-1.887zM8.593 6.592c.262-.214.53-.419.806-.616.264.588.518 1.18.764 1.776-.525-.384-1.048-.771-1.569-1.16zM11.337 7.733c.347-.463.708-.913 1.071-1.362.198.227.393.456.584.69a42.44 42.44 0 0 1-1.655.673zM7.961 7.803c.123-.31.255-.615.396-.915.53.38 1.051.771 1.572 1.163-.657-.076-1.312-.16-1.967-.248zM11.542 8.259c.554-.231 1.11-.458 1.668-.68.044.299.082.599.119.898a106.24 106.24 0 0 1-1.787-.218zM7.911 8.18c.584.058 1.167.135 1.749.224-.535.239-1.083.451-1.627.667a26.836 26.836 0 0 1-.121-.891zM11.306 8.599c.657.076 1.312.157 1.966.252a20.8 20.8 0 0 1-.38.911 99.105 99.105 0 0 1-1.586-1.163zM8.248 9.574c.55-.228 1.102-.45 1.66-.658-.356.46-.716.916-1.081 1.37-.199-.232-.39-.471-.579-.712zM9.133 10.53c.39-.517.79-1.026 1.199-1.528-.074.633-.16 1.265-.251 1.896a24.751 24.751 0 0 1-.948-.368zM10.717 9.034c.26.591.514 1.184.764 1.78-.336.053-.673.096-1.01.135.071-.64.157-1.278.247-1.915zM11.086 8.91c.53.369 1.047.758 1.557 1.154-.261.21-.53.41-.803.605a53.44 53.44 0 0 1-.754-1.759zM10.635 13.874c1.11-.003 2.221-.001 3.332-.001.05.127.102.253.153.38-.675.641-1.309 1.327-2.028 1.919.008-.175.015-.351.02-.526.22-.04.439-.083.658-.128-.243-.051-.485-.091-.729-.132-.088.256-.178.51-.272.765-.434-.729-.764-1.514-1.134-2.276zM9.877 14.736c.144-.228.286-.455.431-.682.369.787.789 1.553 1.085 2.374a2.906 2.906 0 0 0-.541.087 3.05 3.05 0 0 0-.976-1.779zM6.766 15.87c.396-1.005 1.626-1.399 2.596-1.018-.324.56-.628 1.155-1.15 1.563-.322.207-.022.791.334.674.616-.2 1.265-.186 1.904-.156-.252.938-1.125 1.737-2.143 1.582-1.224-.1-2.065-1.528-1.542-2.645zM14.778 15.009c.839-.489 2.015-.375 2.608.44.745.886.401 2.378-.644 2.867-.994.558-2.374-.033-2.684-1.121-.241-.667.016-1.373.407-1.923.401.579.828 1.149 1.328 1.647.141.174.389-.082.233-.232-.401-.572-.939-1.044-1.25-1.679z"/><path fill="#fff" d="M9.699 15.055c.389.397.659.889.77 1.433-.539.007-1.079.005-1.618-.024.248-.489.541-.955.848-1.41zM11.687 17.24c.223-.302.479-.579.76-.827.041.485-.248.877-.76.827z"/><path fill="#0366b3" d="M15.591 4.667c.526.078.746.541.919.981.171-.065.344-.128.517-.193l.099.309-.124.276c-1.113.455-2.23.902-3.344 1.353.4 1.364-.208 2.934-1.484 3.591-1.484.861-3.53.261-4.364-1.225-.505.258-1.088.48-1.6.099.439-.24.905-.426 1.37-.605-.417-1.404.256-3.021 1.596-3.642 1.482-.786 3.435-.154 4.259 1.284a649.43 649.43 0 0 0 2.614-1.059 11.838 11.838 0 0 1-.459-1.168M9.764 5.835c.241.596.498 1.185.758 1.772.091-.634.177-1.271.252-1.908-.338.037-.674.083-1.01.136m1.395-.08a85.42 85.42 0 0 0-.251 1.887c.409-.496.811-.998 1.197-1.513a19.407 19.407 0 0 0-.947-.375m-2.565.838c.521.389 1.044.777 1.569 1.16-.245-.596-.5-1.188-.764-1.776a15.46 15.46 0 0 0-.806.616m2.745 1.141a40.082 40.082 0 0 0 1.655-.673 29.547 29.547 0 0 0-.584-.69c-.363.45-.724.899-1.071 1.362m-3.376.071c.655.088 1.311.171 1.967.248a84.977 84.977 0 0 0-1.572-1.163c-.141.301-.273.605-.396.915m3.582.456c.595.076 1.189.15 1.787.218a39.417 39.417 0 0 0-.119-.898c-.558.223-1.114.45-1.668.68M7.911 8.18c.036.298.076.595.121.891.545-.216 1.092-.429 1.627-.667A32.27 32.27 0 0 0 7.91 8.18m3.396.419c.526.392 1.054.782 1.586 1.163.133-.301.261-.604.38-.911a71.817 71.817 0 0 0-1.966-.252m-3.058.975c.189.241.38.48.579.712.365-.454.725-.91 1.081-1.37-.558.208-1.11.43-1.66.658m.885.956c.314.129.629.252.948.368.091-.632.177-1.263.251-1.896a53.695 53.695 0 0 0-1.199 1.528m1.584-1.496c-.09.637-.175 1.275-.247 1.915.338-.038.674-.082 1.01-.135-.249-.596-.504-1.189-.764-1.78m.37-.124c.24.591.493 1.178.754 1.759.273-.195.542-.396.803-.605a37.267 37.267 0 0 0-1.557-1.154zM12.125 12.109c.505-.628 1.305-.272 1.944-.116.071.219.144.436.216.655l-.286.328c.229.549.451 1.101.667 1.656 1.353-.778 3.277.046 3.467 1.638.334 1.665-1.557 3.171-3.108 2.462-1.009-.384-1.626-1.545-1.379-2.598.098-.575.587-.969.731-1.526-.669.479-1.201 1.11-1.805 1.663.175.603-.174 1.188-.835 1.195a17.66 17.66 0 0 0-.125.491 17.426 17.426 0 0 1-.65-.053c.169-.069.338-.136.508-.202l.124-.365a2.3 2.3 0 0 0-.736-.501c-.232 1.083-1.113 2.069-2.283 2.058-1.53.1-2.767-1.602-2.207-3.028.41-1.302 1.994-1.871 3.203-1.324.183-.302.368-.604.549-.907l-.182-.384-.535-.117.001-.324c.676-.004 1.356-.022 2.031.034-.394.177-.804.316-1.203.484 1.15.365 2.391.088 3.58.173-.079-.214-.16-.427-.237-.642l.404-.257-.119-.38a3.737 3.737 0 0 0-1.733-.113m-1.492 1.765c.371.762.7 1.547 1.134 2.276.094-.255.183-.509.272-.765.244.041.487.08.729.132-.219.045-.438.088-.658.128-.005.175-.012.351-.02.526.719-.592 1.353-1.278 2.028-1.919-.051-.127-.103-.253-.153-.38-1.112 0-2.222-.001-3.332.001m-.758.863a3.05 3.05 0 0 1 .976 1.779c.177-.046.357-.075.541-.087-.297-.82-.716-1.586-1.085-2.374-.145.227-.287.454-.431.682M6.766 15.87c-.524 1.117.318 2.545 1.542 2.645 1.018.154 1.891-.645 2.143-1.582-.64-.03-1.288-.045-1.904.156-.356.117-.655-.467-.334-.674.522-.407.825-1.002 1.15-1.563-.971-.381-2.201.013-2.596 1.018m8.011-.861c.311.634.849 1.106 1.25 1.679.156.15-.092.406-.233.232-.5-.498-.927-1.068-1.328-1.647-.392.55-.649 1.255-.407 1.923.31 1.088 1.689 1.679 2.684 1.121 1.044-.489 1.389-1.981.644-2.867-.593-.815-1.77-.93-2.608-.44m-5.081.045c-.307.455-.6.92-.848 1.41.539.029 1.079.03 1.618.024a2.86 2.86 0 0 0-.77-1.433m1.988 2.184c.512.05.8-.342.76-.827a5.321 5.321 0 0 0-.76.827z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-hawkers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.137 0h1.469c4.53.217 8.784 3.182 10.481 7.397.5 1.146.734 2.38.913 3.611v2.024c-.403 4.213-3.094 8.135-6.977 9.871-1.236.601-2.592.881-3.94 1.097H10.96c-4.024-.409-7.796-2.868-9.622-6.502-.794-1.511-1.204-3.194-1.339-4.889v-1.201C.127 9.829.48 8.259 1.177 6.83 2.969 2.977 6.92.345 11.136 0M5.682 4.26c.251.26.509.515.769.767.173.179.348.358.526.533 1.612 1.602 3.211 3.216 4.825 4.816a41.631 41.631 0 0 0 .887.888c.233.241.469.48.713.71.317.326.635.653.97.96.547.578 1.117 1.134 1.684 1.692.126.13.251.258.379.385.396.403.798.799 1.198 1.198l.305.304c.247.256.498.505.754.752.35.358.704.713 1.064 1.062 2.432-2.917 2.947-7.249 1.266-10.655-1.482-3.143-4.704-5.372-8.173-5.627-2.555-.221-5.186.58-7.165 2.215M2.569 15.313a10.06 10.06 0 0 0 5.184 5.741c3.394 1.65 7.692 1.109 10.584-1.31-.301-.296-.598-.599-.898-.896l-.067.005c-.262-.384-.617-.686-.948-1.008-.12-.126-.244-.25-.366-.372a36.36 36.36 0 0 0-1.2-1.189c-.782-.799-1.562-1.603-2.378-2.366-.299-.347-.631-.662-.958-.982a4970.006 4970.006 0 0 0-7.261-7.26c-2.183 2.634-2.848 6.418-1.692 9.638z"/><path fill="#fff" d="M5.682 4.26c1.979-1.636 4.61-2.436 7.165-2.215 3.469.254 6.691 2.484 8.173 5.627 1.681 3.406 1.166 7.738-1.266 10.655-.36-.349-.714-.704-1.064-1.062-.014-1.109-.005-2.218-.005-3.326.474-.001.948-.002 1.422-.005v-1.002c-.288-.001-.576-.005-.863-.007-.312-1.102-.557-2.224-.899-3.316-.208-.523-.863-.384-1.307-.403-.818.053-1.664-.098-2.466.083-.692.589-1.246 1.327-1.884 1.975a41.082 41.082 0 0 1-.469-.464 828.849 828.849 0 0 1-.001-5.23c2.058-.007 4.116.006 6.174-.006-3.439-2.464-8.29-2.653-11.941-.536-.26-.252-.518-.506-.769-.767m10.09 2.505c-.68.32-.714 1.393-.055 1.754.62.419 1.553-.09 1.536-.838.053-.737-.841-1.296-1.481-.917z"/><path fill="#fff" d="M6.977 5.56c1.608.022 3.215-.001 4.822.012.005 1.601-.001 3.203.004 4.804-1.614-1.6-3.214-3.214-4.825-4.816zM2.569 15.313c-1.156-3.221-.491-7.004 1.692-9.638 2.423 2.418 4.843 4.837 7.261 7.26-2.538-.014-5.076-.006-7.613-.005-.002.335-.002.67 0 1.003.474.002.948.004 1.422.004.006 1.651-.005 3.301.005 4.951l.745-.001c.004-1.65-.001-3.3.002-4.949 1.906-.004 3.81-.004 5.714 0 .002 1.223.004 2.446-.001 3.668-.421.424-.848.841-1.266 1.27.984.006 1.968.006 2.952 0-.416-.43-.846-.846-1.265-1.272 0-1.217-.013-2.434.005-3.65l.257-.037c.816.763 1.596 1.567 2.378 2.366.017.726-.046 1.458.028 2.182.114.482.846.572 1.08.137.162-.349.067-.757.092-1.129.122.122.246.246.366.372-.14.599.275 1.248.948 1.008l.067-.005c.3.298.596.6.898.896-2.892 2.419-7.19 2.96-10.584 1.31a10.06 10.06 0 0 1-5.184-5.741m3.497-4.761c-.052.404.51.362.517.008-.131-.186-.409-.274-.517-.008m.913-.167c-.324.024-.226.569.098.469.293-.068.175-.546-.098-.469m-1.195.689c-.236.222.156.602.347.335.216-.206-.128-.53-.347-.335m.703-.014c-.253.245.191.632.366.323.186-.244-.14-.43-.366-.323m.744.006c-.266.148.018.566.266.398.276-.169-.026-.601-.266-.398m-1.682.59c-.287.077-.211.52.091.48.322-.047.22-.55-.091-.48m.622.033c-.269.179.03.592.275.398.257-.162-.024-.57-.275-.398m.557.185c.077.294.511.361.539.002-.089-.318-.414-.24-.539-.002m.867-.191c-.235.125-.074.547.187.432.348-.059.112-.613-.187-.432m-2.393.622c-.379.062-.1.666.182.418.238-.108.043-.504-.182-.418m.713-.001c-.314.022-.214.58.095.454.305-.004.192-.548-.095-.454m.684.464c.364.073.367-.385.108-.515-.256.032-.433.431-.108.515m.49-.289c.014.275.41.433.511.115.05-.344-.376-.367-.511-.115m.964-.179c-.355-.002-.229.617.091.451.276-.047.173-.498-.091-.451zM13.402 11.974c.482-.544.962-1.091 1.451-1.63.006.86.005 1.721.002 2.581l-.484.008a23.731 23.731 0 0 1-.97-.96zM17.642 10.722c.212.732.395 1.471.588 2.208l-.596-.004c0-.734-.012-1.47.008-2.204zM16.058 13.951l.368-.007c.005.355.007.712.007 1.067-.128-.127-.253-.256-.379-.385l.004-.674z"/><path d="M6.451 5.027c3.652-2.117 8.502-1.927 11.941.536-2.058.012-4.116-.001-6.174.006-.005 1.744-.005 3.487.001 5.23-.14-.14-.28-.282-.418-.424-.005-1.601.001-3.203-.004-4.804-1.607-.013-3.214.01-4.822-.012a29.352 29.352 0 0 1-.526-.533z"/><path d="M15.772 6.766c.64-.379 1.534.18 1.481.917.017.748-.916 1.256-1.536.838-.659-.361-.625-1.434.055-1.754zM14.573 9.288c.802-.181 1.648-.03 2.466-.083.444.019 1.099-.12 1.307.403.342 1.092.587 2.214.899 3.316.287.002.575.006.863.007v1.002l-1.422.005c0 1.109-.01 2.218.005 3.326a33.414 33.414 0 0 1-.754-.752c-.007-.86.004-1.721-.006-2.581l-.292.002c-.014.758-.004 1.517-.007 2.275-.4-.398-.802-.794-1.198-1.198 0-.355-.002-.712-.007-1.067l-.368.007-.004.674c-.566-.558-1.136-1.114-1.684-1.692.161-.004.322-.006.484-.008.002-.86.004-1.721-.002-2.581-.488.539-.968 1.086-1.451 1.63-.244-.23-.48-.469-.713-.71.638-.648 1.192-1.386 1.884-1.975m3.069 1.434c-.02.734-.008 1.47-.008 2.204l.596.004c-.193-.737-.376-1.476-.588-2.208zM6.065 10.552c.108-.265.386-.178.517.008-.007.354-.569.396-.517-.008zM6.978 10.385c.274-.077.391.401.098.469-.324.1-.422-.445-.098-.469zM5.783 11.074c.218-.196.563.128.347.335-.191.268-.583-.113-.347-.335zM6.486 11.06c.226-.107.552.079.366.323-.175.31-.619-.078-.366-.323zM7.23 11.066c.24-.203.542.229.266.398-.248.168-.533-.251-.266-.398zM5.548 11.656c.311-.07.413.433.091.48-.302.04-.378-.403-.091-.48zM6.17 11.689c.251-.172.532.236.275.398-.245.193-.544-.22-.275-.398zM6.727 11.874c.125-.238.45-.316.539.002-.028.359-.462.292-.539-.002zM7.594 11.683c.299-.181.535.373.187.432-.262.115-.422-.307-.187-.432zM5.201 12.305c.226-.086.42.31.182.418-.282.248-.562-.355-.182-.418zM5.914 12.304c.287-.095.4.45.095.454-.308.126-.409-.432-.095-.454zM7.088 12.479c.136-.252.562-.229.511.115-.101.318-.497.16-.511-.115zM8.052 12.3c.264-.047.367.404.091.451-.32.166-.446-.454-.091-.451zM3.91 12.93c2.537-.001 5.075-.01 7.613.005.326.319.659.635.958.982l-.257.037c-.018 1.217-.005 2.434-.005 3.65.419.426.848.842 1.265 1.272-.984.006-1.968.006-2.952 0 .418-.428.845-.846 1.266-1.27.005-1.223.004-2.446.001-3.668a1360.41 1360.41 0 0 0-5.714 0c-.004 1.649.001 3.299-.002 4.949l-.745.001c-.01-1.65.001-3.3-.005-4.951-.474 0-.948-.001-1.422-.004a83.835 83.835 0 0 1 0-1.003zM14.858 16.283c.412.384.806.786 1.2 1.189-.025.372.07.78-.092 1.129-.234.436-.966.346-1.08-.137-.073-.724-.011-1.456-.028-2.182zM16.424 17.844c.331.322.686.624.948 1.008-.673.24-1.088-.409-.948-1.008z"/><path fill="#0e0e0e" d="M6.598 12.768c-.325-.084-.148-.482.108-.515.259.13.256.588-.108.515z"/><path fill="#fdf9f9" d="M17.639 13.933l.292-.002c.01.86-.001 1.721.006 2.581l-.305-.304c.004-.758-.007-1.517.007-2.275z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.506 0h2.989c2.598.406 5.09 1.552 6.968 3.41C22.392 5.301 23.589 7.844 24 10.5v3.001c-.334 1.926-.978 3.83-2.142 5.419-1.896 2.797-5.051 4.582-8.364 5.08h-2.99c-2.598-.406-5.087-1.552-6.966-3.41-1.93-1.892-3.125-4.439-3.537-7.097v-2.991c.407-2.598 1.552-5.087 3.41-6.965C5.304 1.607 7.85.412 10.508 0m.009 1.85a10.236 10.236 0 0 0-6.364 3.452C1.406 8.388.868 13.186 2.855 16.808c1.864 3.599 6.01 5.846 10.047 5.385 3.943-.331 7.511-3.19 8.719-6.955.923-2.724.615-5.834-.826-8.323-1.984-3.564-6.239-5.674-10.278-5.064z"/><path fill="#fff" d="M10.517 1.85c4.039-.61 8.294 1.5 10.278 5.064 1.441 2.489 1.749 5.599.826 8.323-1.208 3.765-4.776 6.624-8.719 6.955-4.037.461-8.183-1.786-10.047-5.385-1.986-3.622-1.449-8.42 1.298-11.506a10.236 10.236 0 0 1 6.364-3.452M9.313 8.418c-.028 1.736-.001 3.474-.011 5.21 3.206.014 6.411.01 9.615.003-.006-1.739.01-3.476-.006-5.214.022-.37-.246-.774-.652-.733a1352.09 1352.09 0 0 0-8.304 0c-.407-.037-.664.365-.641.734m-4.686 3.101c-.821.859-.374 2.113-.481 3.172-.089.742.751.917 1.316.834.069-.844.795-1.631 1.679-1.561.83.015 1.464.734 1.578 1.52 1.921.011 3.841-.07 5.763-.077.248-.425.498-.848.738-1.278-2.071-.009-4.143.005-6.214.003-.004-1.137 0-2.276-.009-3.414.029-.306-.148-.664-.472-.716-.711-.087-1.429-.052-2.142-.07-.989-.172-1.218 1.015-1.754 1.587m12.298 2.595c.412.313.693.751.728 1.275l1.349-.001v-1.274h-2.077m-10.125.101c-1.031.16-1.398 1.646-.569 2.275.721.687 2.048.17 2.142-.811.16-.867-.717-1.681-1.573-1.464m8.816.023c-.89.308-1.131 1.602-.392 2.197.665.66 1.912.283 2.132-.618.338-.98-.794-2.02-1.74-1.579z"/><path fill="#fff" d="M6.056 10.536c.64-.188 1.416-.179 2.058-.004.347.465.282 1.24.082 1.757-.922.075-1.859.055-2.78.015-.646-.529.31-1.302.641-1.768zM6.806 14.852c.449-.241 1.051.203.96.707-.006.522-.691.814-1.093.502-.426-.274-.357-1.039.133-1.209zM15.752 14.853c.767-.506 1.497.823.684 1.217-.756.469-1.496-.811-.684-1.217z"/><path fill="#1f1a17" d="M9.313 8.418c-.023-.369.234-.771.641-.734 2.768-.009 5.537-.008 8.304 0 .406-.041.674.363.652.733.017 1.737 0 3.475.006 5.214-3.204.008-6.41.011-9.615-.003.01-1.736-.017-3.474.011-5.21z"/><path fill="#1f1a17" d="M4.628 11.519c.536-.572.765-1.759 1.754-1.587.714.018 1.431-.017 2.142.07.324.052.502.41.472.716.009 1.137.005 2.276.009 3.414 2.072.003 4.144-.011 6.214-.003-.24.43-.49.853-.738 1.278-1.921.006-3.841.088-5.763.077-.114-.786-.748-1.505-1.578-1.52-.883-.07-1.61.717-1.679 1.561-.566.083-1.406-.092-1.316-.834.107-1.06-.34-2.313.481-3.172m1.43-.983c-.331.466-1.287 1.24-.641 1.768.922.04 1.859.06 2.78-.015.2-.517.266-1.292-.082-1.757-.642-.175-1.418-.184-2.058.004zM16.928 14.114h2.077v1.274l-1.349.001c-.034-.525-.315-.963-.728-1.275z"/><path fill="#1c1714" d="M6.803 14.215c.855-.217 1.732.597 1.573 1.464-.094.98-1.421 1.497-2.142.811-.829-.629-.462-2.115.569-2.275m.003.637c-.49.17-.559.934-.133 1.209.402.313 1.086.02 1.093-.502.091-.504-.511-.949-.96-.707zM15.619 14.238c.946-.44 2.078.599 1.74 1.579-.22.901-1.467 1.278-2.132.618-.739-.595-.498-1.889.392-2.197m.133.615c-.812.406-.071 1.685.684 1.217.813-.393.083-1.722-.684-1.217z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.119 0h1.487c4.53.217 8.784 3.182 10.481 7.397.498 1.141.731 2.37.913 3.595v2.036c-.396 4.088-2.929 7.918-6.647 9.714-1.337.701-2.822 1.039-4.306 1.258h-2.082c-1.274-.196-2.552-.454-3.734-.985C3.105 21.269.223 17.075 0 12.61v-1.202C.222 6.656 3.492 2.224 8.005.69 9.009.326 10.068.166 11.119.001M5.384 4.496c.883 1.614 1.838 3.188 2.742 4.79 1.01 1.75 2.032 3.494 3.036 5.246 1.334 2.323 2.677 4.642 4.016 6.962 2.275-.773 4.26-2.371 5.464-4.454 1.412-2.38 1.742-5.359.917-7.997-.977-3.234-3.708-5.869-6.986-6.7-3.173-.87-6.724-.022-9.188 2.152M3.412 17.111c1.931 3.329 5.896 5.306 9.718 4.838-1.252-2.167-2.494-4.34-3.761-6.499-.347-.588-.631-1.219-1.061-1.753.059-.151-.088-.39-.28-.281l.137-.136c-.28-.379-.484-.806-.748-1.196-.235-.455-.496-.896-.756-1.337l-.246-.433C5.593 8.9 4.787 7.48 3.957 6.071c-2.369 3.133-2.598 7.688-.546 11.04z"/><path fill="#fff" d="M5.384 4.496c2.465-2.173 6.016-3.022 9.188-2.152 3.278.83 6.01 3.466 6.986 6.7.826 2.638.496 5.617-.917 7.997-1.204 2.083-3.188 3.682-5.464 4.454-1.339-2.321-2.682-4.639-4.016-6.962 1.854.005 3.708.004 5.563.001.066-.724.631-1.402 1.394-1.404.802-.059 1.444.638 1.506 1.404.492.002.984.002 1.477.001-.001-1.77.007-3.539-.002-5.308.04-.445-.384-.792-.811-.739-3.805.002-7.613-.008-11.418.005-.456-.034-.665.419-.745.793-.904-1.602-1.859-3.176-2.742-4.79m12.532 9.1c-.718.157-.971 1.182-.413 1.658.505.532 1.502.222 1.631-.496.19-.692-.536-1.38-1.218-1.163zM3.412 17.111c-2.052-3.352-1.823-7.907.546-11.04.829 1.409 1.636 2.83 2.458 4.243-.772.079-1.984-.346-2.267.678-.26.911-1.096 1.585-1.073 2.567-.097.317-.199.637-.176.976h1.01c.062-.76.695-1.456 1.492-1.404.769-.005 1.343.677 1.41 1.406.21-.004.421-.004.632-.001.078-.424.229-.85.584-1.12.192-.109.338.13.28.281-.938.73-.038 2.26 1.061 1.753 1.267 2.159 2.509 4.332 3.761 6.499-3.822.468-7.787-1.51-9.718-4.838m1.665-3.508c-.732.178-.949 1.249-.34 1.697.532.487 1.489.13 1.586-.58.158-.691-.576-1.349-1.247-1.117z"/><path fill="#fff" d="M11.194 9.526c.402-.366.865-.662 1.435-.535v5.033h-.872c-.004-1.332.002-2.665-.004-3.997-.185.139-.377.268-.56.409-.004-.304.002-.607.001-.91zM14.684 9.055c.832-.376 1.897.245 1.962 1.158a33.93 33.93 0 0 1-.004 2.611c-.094 1.025-1.427 1.606-2.24.973-.766-.499-.606-1.496-.612-2.278-.035-.88-.125-2.094.894-2.465m.24.835c-.323.185-.272.595-.275.91.025.67-.041 1.344.034 2.01.138.518.971.508 1.091-.017.059-.815.025-1.639.018-2.458-.001-.418-.526-.67-.868-.445zM18.176 8.999c.186.001.372.002.559.001-.005.266.005.533-.002.799l.388.018c-.004.178-.004.355 0 .534l-.386.018c.004.606 0 1.213.002 1.819l.401.034c-.004.182-.005.366-.002.55-.364.025-.836-.046-.932-.466-.065-.629-.011-1.264-.024-1.895l-.271-.12c.001-.138 0-.275-.005-.412.068-.031.208-.091.276-.121-.004-.253-.002-.506-.002-.76zM4.226 11.885c.179-.377.305-.792.583-1.11.613-.072 1.235-.016 1.852-.028.26.44.521.882.756 1.337-1.018.1-2.044.047-3.065.036l-.126-.235z"/><path d="M8.126 9.287c.08-.374.289-.827.745-.793 3.805-.013 7.613-.002 11.418-.005.427-.053.851.294.811.739.01 1.769.001 3.538.002 5.308-.493.001-.985.001-1.477-.001-.062-.766-.704-1.463-1.506-1.404-.763.002-1.328.68-1.394 1.404-1.855.002-3.709.004-5.563-.001-1.004-1.752-2.026-3.497-3.036-5.246m3.068.238c.001.302-.005.606-.001.91.184-.142.376-.27.56-.409.006 1.332 0 2.665.004 3.997h.872V8.991c-.57-.127-1.033.169-1.435.535m3.49-.471c-1.019.371-.929 1.585-.894 2.465.006.781-.154 1.778.612 2.278.814.632 2.147.052 2.24-.973.038-.869.031-1.742.004-2.611-.065-.913-1.13-1.534-1.962-1.158m3.492-.057c0 .253-.001.506.002.76-.068.03-.208.09-.276.121.005.137.006.274.005.412l.271.12c.013.631-.041 1.266.024 1.895.096.42.569.491.932.466-.002-.184-.001-.367.002-.55l-.401-.034c-.002-.606.001-1.213-.002-1.819l.386-.018a11.883 11.883 0 0 1 0-.534l-.388-.018c.007-.266-.002-.533.002-.799-.187.001-.373 0-.559-.001z"/><path d="M14.924 9.889c.342-.224.866.028.868.445.007.818.041 1.643-.018 2.458-.12.524-.953.535-1.091.017-.074-.666-.008-1.34-.034-2.01.002-.314-.048-.725.275-.91zM4.148 10.992c.283-1.024 1.495-.599 2.267-.678l.246.433c-.617.012-1.238-.044-1.852.028-.278.318-.404.733-.583 1.11l.126.235c1.021.011 2.047.064 3.065-.036.264.39.468.817.748 1.196l-.137.136c-.355.27-.506.696-.584 1.12a26.62 26.62 0 0 0-.632.001c-.067-.73-.641-1.411-1.41-1.406-.797-.052-1.429.644-1.492 1.404H2.9c-.023-.338.079-.659.176-.976-.023-.982.812-1.656 1.073-2.567z"/><path d="M5.077 13.603c.671-.232 1.405.426 1.247 1.117-.097.709-1.055 1.067-1.586.58-.61-.448-.392-1.519.34-1.697zM17.915 13.596c.682-.217 1.408.47 1.218 1.163-.128.718-1.126 1.027-1.631.496-.558-.476-.305-1.501.413-1.658zM9.368 15.45c-1.099.506-1.999-1.024-1.061-1.753.43.534.714 1.165 1.061 1.753z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#010101" opacity=".65" d="M10.783 0h2.431c1.339.221 2.681.515 3.905 1.117C20.903 2.841 23.552 6.65 24 10.766v2.466c-.194 1.338-.517 2.668-1.108 3.89-1.733 3.778-5.538 6.438-9.659 6.877h-2.462c-4.464-.468-8.528-3.576-10.045-7.814-.37-.954-.548-1.964-.726-2.968v-2.33c.41-4.16 3.068-8.028 6.889-9.769C8.109.516 9.449.224 10.783 0m.192.194C6.823.512 2.973 3.217 1.251 7.005c-1.32 2.81-1.459 6.144-.388 9.058 1.055 2.924 3.313 5.392 6.138 6.692 2.552 1.205 5.54 1.43 8.254.658 3.727-1.037 6.833-4.024 8.016-7.705 1.24-3.691.499-7.969-1.93-11.015C18.935 1.572 14.898-.183 10.974.194z"/><path fill="#fff" d="M10.975.194c3.924-.377 7.961 1.378 10.367 4.499 2.429 3.046 3.169 7.324 1.93 11.015-1.183 3.682-4.289 6.668-8.016 7.705-2.713.773-5.701.547-8.254-.658-2.825-1.301-5.083-3.768-6.138-6.692-1.072-2.914-.932-6.247.388-9.058C2.974 3.217 6.824.512 10.976.194m-.612.461c-3.229.444-6.214 2.359-7.975 5.1C.779 8.202.186 11.281.74 14.155c.59 3.205 2.641 6.094 5.455 7.733a11.428 11.428 0 0 0 7.726 1.424c3.269-.536 6.24-2.581 7.931-5.426 1.508-2.5 1.991-5.585 1.338-8.428a11.494 11.494 0 0 0-5.153-7.21C15.774.831 13.004.279 10.364.654z"/><path fill="#fff" d="M11.084 3.054c3.928-.47 7.949 1.996 9.314 5.706 1.516 3.724.112 8.33-3.203 10.594-2.2 1.576-5.124 2.063-7.716 1.289-2.968-.846-5.394-3.326-6.167-6.314-.748-2.734-.1-5.801 1.702-7.99a9 9 0 0 1 6.07-3.284M6.37 7.549c.011 1.15-.038 2.303.029 3.451 3.629.04 7.259.004 10.889.019.17-.006.481.032.43-.234.017-1.079.006-2.159.005-3.238.032-.437-.358-.833-.794-.815a1859.77 1859.77 0 0 0-9.739-.001c-.445-.029-.859.365-.818.817m.005 3.852c-.012 1.104-.03 2.21.013 3.314.163.018.328.034.492.046.04.804-.072 1.634.053 2.423.418.098.959.115 1.363-.008.127-.528.014-1.104.052-1.649l.349-.002c.002.563-.011 1.126.016 1.688.467.029.946.083 1.406-.012.103-.547.02-1.112.041-1.667 1.254-.018 2.507-.004 3.761-.007.048.559-.089 1.157.074 1.691.445.06.898.019 1.345.017.1-.565.031-1.14.052-1.71l.336-.004c.055.562-.062 1.142.067 1.691.449.023.988.131 1.388-.061.055-.791.008-1.585.022-2.377.168-.023.336-.044.503-.07.025-1.097.019-2.196.007-3.294.022-.17-.185-.216-.313-.203-3.562-.002-7.123 0-10.685-.001-.126.006-.376-.002-.342.196z"/><path fill="#fff" d="M7.652 13.284c.582-.002 1.163-.002 1.745 0v1.032c-.582.002-1.163.002-1.745 0-.001-.344-.002-.688 0-1.032zM8.344 14.755l.36-.001-.006.337-.348-.005a36.539 36.539 0 0 0-.006-.331zM10.166 14.747c1.253-.004 2.506-.002 3.758 0v.342h-3.762c.001-.085.002-.257.004-.342zM15.47 14.779c.556-.124-.124.562 0 0z"/><path fill="red" d="M10.364.655c2.64-.376 5.41.176 7.673 1.594a11.495 11.495 0 0 1 5.153 7.21c.653 2.843.17 5.928-1.338 8.428-1.691 2.845-4.662 4.89-7.931 5.426a11.436 11.436 0 0 1-7.726-1.424C3.381 20.25 1.33 17.361.74 14.156c-.554-2.874.038-5.953 1.649-8.4C4.151 3.015 7.135 1.1 10.364.656m.72 2.398a9.002 9.002 0 0 0-6.07 3.284c-1.801 2.189-2.449 5.256-1.702 7.99.773 2.988 3.199 5.468 6.167 6.314 2.592.774 5.516.287 7.716-1.289 3.314-2.263 4.718-6.87 3.203-10.594-1.366-3.71-5.387-6.176-9.314-5.706z"/><path d="M6.37 7.549c-.041-.452.373-.846.818-.817 3.246-.006 6.493-.01 9.739.001.437-.018.827.378.794.815.001 1.079.012 2.159-.005 3.238.052.266-.259.228-.43.234-3.63-.016-7.26.02-10.889-.019-.067-1.148-.018-2.302-.029-3.451zM6.377 11.4c-.034-.198.216-.19.342-.196 3.562.001 7.123-.001 10.685.001.128-.013.335.032.313.203a97.754 97.754 0 0 1-.007 3.294c-.167.025-.335.047-.503.07-.013.792.034 1.586-.022 2.377-.401.192-.94.084-1.388.061-.13-.548-.012-1.129-.067-1.691l-.336.004c-.02.57.048 1.145-.052 1.71-.448.002-.9.043-1.345-.017-.163-.534-.026-1.132-.074-1.691-1.254.004-2.507-.011-3.761.007-.02.554.062 1.12-.041 1.667-.461.095-.94.041-1.406.012-.026-.563-.013-1.126-.016-1.688l-.349.002c-.037.545.076 1.121-.052 1.649-.404.124-.946.107-1.363.008-.125-.788-.013-1.619-.053-2.423a13.417 13.417 0 0 1-.492-.046c-.043-1.104-.025-2.21-.013-3.314m1.275 1.885c-.002.344-.001.688 0 1.032.582.002 1.163.002 1.745 0v-1.032c-.582-.002-1.163-.002-1.745 0m.692 1.471l.006.331.348.005.006-.337-.36.001m1.822-.008c-.001.085-.002.257-.004.342h3.762v-.342c-1.253-.002-2.506-.004-3.758 0m5.304.032c-.124.562.556-.124 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.153 0H12.6c4.532.215 8.789 3.18 10.487 7.396.499 1.152.74 2.389.913 3.626v1.993c-.389 4.094-2.926 7.928-6.647 9.727-1.332.7-2.813 1.036-4.29 1.258h-2.087c-1.309-.196-2.621-.467-3.83-1.024C3.061 21.212.221 17.04 0 12.604v-1.19C.214 7.065 2.941 2.958 6.905 1.138 8.236.492 9.696.192 11.153-.001M5.057 4.817c-2.734 2.58-3.758 6.764-2.548 10.32a10.13 10.13 0 0 0 3.653 4.986c1.037-1.784 2.066-3.574 3.097-5.362 1.372-2.376 2.752-4.747 4.11-7.129.924-1.576 1.832-3.161 2.742-4.745-3.626-1.678-8.218-.892-11.054 1.93m10.629 2.816a3564.48 3564.48 0 0 0-4.112 7.126c-1.226 2.122-2.455 4.242-3.674 6.367a10.042 10.042 0 0 0 6.691.541c3.662-.946 6.616-4.136 7.253-7.868.722-3.713-.905-7.734-3.995-9.911a882.595 882.595 0 0 0-2.162 3.745z"/><path fill="#fff" d="M5.057 4.817c2.837-2.821 7.428-3.607 11.054-1.93-.91 1.584-1.818 3.169-2.742 4.745-1.46.004-2.921-.006-4.38.001-.253-.022-.578.114-.568.41-.041 1.259.001 2.52-.017 3.78h-.548c-.016-.661.03-1.325-.019-1.985-.013-.248-.282-.39-.508-.384a65.316 65.316 0 0 0-2.3-.002c-.311-.007-.662.119-.772.438-.379 1.246-.74 2.526-.593 3.844l-.324.337c-.131 1 1.026.634 1.638.689.047-1.026 1.074-1.883 2.092-1.57.732.158 1.168.865 1.248 1.57l.941.001c-1.031 1.788-2.06 3.577-3.097 5.362a10.13 10.13 0 0 1-3.653-4.986c-1.211-3.556-.186-7.74 2.548-10.32m1.34 8.901c-.817.151-1.116 1.312-.479 1.842.563.569 1.646.226 1.781-.563.199-.74-.566-1.49-1.302-1.279zM15.686 7.633c.719-1.249 1.438-2.498 2.162-3.745 3.09 2.177 4.717 6.198 3.995 9.911-.637 3.732-3.59 6.923-7.253 7.868-2.206.594-4.61.4-6.691-.541 1.219-2.125 2.448-4.246 3.674-6.367 1.451.002 2.902.001 4.352.001.056-1.012 1.048-1.867 2.064-1.578.754.149 1.206.872 1.28 1.596.348-.001.912.001.886-.491.028-2.006.005-4.015.012-6.023.037-.299-.124-.666-.478-.625-1.334-.022-2.67 0-4.004-.006m1.636 6.093c-.79.17-1.073 1.285-.469 1.818.557.589 1.666.253 1.8-.547.202-.752-.59-1.506-1.331-1.271z"/><path fill="#fff" d="M5.081 10.024c.674-.03 1.366-.068 2.035.022.352.341.136.919.184 1.358-.02.659-.88.355-1.3.421-.511-.097-1.223.216-1.6-.192.145-.533.065-1.385.68-1.609z"/><path d="M8.422 8.044c-.011-.296.314-.432.568-.41 1.459-.007 2.92.002 4.38-.001-1.358 2.382-2.738 4.753-4.11 7.129l-.941-.001c-.08-.704-.516-1.411-1.248-1.57-1.018-.313-2.045.544-2.092 1.57-.612-.055-1.769.311-1.638-.689l.324-.337c-.148-1.318.214-2.598.593-3.844.109-.319.461-.445.772-.438a67.823 67.823 0 0 1 2.3.002c.226-.006.494.136.508.384.049.66.004 1.324.019 1.985h.548c.018-1.26-.024-2.521.017-3.78m-3.341 1.98c-.616.224-.535 1.076-.68 1.609.377.408 1.088.095 1.6.192.42-.066 1.279.238 1.3-.421-.048-.439.168-1.018-.184-1.358-.67-.09-1.361-.052-2.035-.022zM11.574 14.759c1.368-2.377 2.74-4.752 4.112-7.126 1.334.006 2.67-.016 4.004.006.354-.041.515.326.478.625-.007 2.008.016 4.016-.012 6.023.026.492-.538.49-.886.491-.074-.724-.527-1.447-1.28-1.596-1.016-.289-2.008.566-2.064 1.578-1.451 0-2.902.001-4.352-.001z"/><path d="M6.397 13.718c.736-.211 1.501.539 1.302 1.279-.134.788-1.218 1.132-1.781.563-.637-.53-.338-1.691.479-1.842zM17.321 13.726c.74-.235 1.532.518 1.331 1.271-.134.8-1.243 1.136-1.8.547-.604-.533-.32-1.648.469-1.818z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#cc260d" d="M11.14.454c.629-.163 1.312-.137 1.94.013 5.051.371 9.592 4.475 10.318 9.49.031 1.006.18 2.012.061 3.019l-.118-.294c-.52-.073-1.055-.284-1.578-.163-.244.202-.314.557-.475.826.241-2-.066-4.09-1.028-5.873-2.078-3.809-6.966-5.844-11.108-4.418-.043-.136-.085-.271-.13-.407.1.042.198.086.294.136.07-.102.139-.204.21-.305.706.199 1.505.124 2.117-.296.163-.142.352-.002.52.049-.125.103-.251.206-.376.311.466-.109.946-.258 1.272-.63-.196.01-.391.017-.586.031l-.089-.353c-1.367-.078-2.738.095-4.102-.066-.708.241-1.523.133-2.074.776l.067.21a11.19 11.19 0 0 1-.371-.023 5.544 5.544 0 0 1-.433.732 9.798 9.798 0 0 1-.301-.112c-.27.196-.334.506-.299.821l-.328-.299a3.458 3.458 0 0 1-.661.383l-.023-.134C5.667 1.934 8.42.65 11.138.454z"/><path fill="#c42407" d="M6.209 2.299c.551-.643 1.366-.535 2.074-.776 1.363.161 2.735-.012 4.102.066l.089.353c.194-.014.39-.022.586-.031-.326.372-.806.521-1.272.63l.376-.311c-.168-.052-.356-.191-.52-.049-.612.42-1.411.496-2.117.296-.071.101-.14.203-.21.305a4.356 4.356 0 0 0-.294-.136l.13.407c-1.093.362-2.156.899-2.986 1.711 1.116 1.15 2.242 2.29 3.39 3.407-.782.145-1.618-.132-2.368.174-.814-.713-1.508-1.548-2.297-2.286-2.224 2.484-2.833 6.268-1.568 9.347.458 1.164 1.181 2.208 2.023 3.128 2.222 2.386 5.782 3.406 8.933 2.579 1.312-.366 2.568-.968 3.622-1.84-.769-.926-1.696-1.709-2.496-2.606.643-.103 1.172-.598 1.259-1.253.878.797 1.662 1.691 2.533 2.494 1.2-1.222 1.762-2.92 2.092-4.564.161-.269.232-.624.475-.826.523-.121 1.058.09 1.578.163l.118.294c-.032.655-.256 1.283-.282 1.938-.979 4.272-4.736 7.676-9.017 8.488-2.806.602-5.926-.008-8.29-1.65-1.292-1.226-2.771-2.342-3.671-3.922-1.084-2.074-1.88-4.417-1.538-6.788.018-1.373.484-2.687 1.052-3.918.217-.314.38-.707.73-.899.101-.902.974-1.477 1.44-2.213.234-.102.455-.232.661-.383l.328.299c-.035-.314.029-.625.299-.821.1.038.2.076.301.112.161-.233.31-.476.433-.732.122.01.246.017.371.023l-.067-.21z"/><path fill="#c42407" d="M9.845 8.45c.168.174.336.348.497.529l-.347.056c-.017.697.018 1.399-.101 2.09l-.08-.133c-.002-.847-.036-1.697.031-2.543zM10.349 11.501c.851-.012 1.702-.038 2.552.004l.188.218c-.877-.024-1.753-.007-2.63-.005a22.12 22.12 0 0 1-.11-.217z"/><path fill="#fff" d="M9.151 3.053c4.142-1.426 9.03.61 11.108 4.418.962 1.783 1.27 3.872 1.028 5.873-.33 1.644-.892 3.342-2.092 4.564-.871-.803-1.655-1.697-2.533-2.494.052-.859-.68-1.548-1.519-1.555-.043-.055-.128-.167-.172-.222.836-.145 1.636.354 2.016 1.082.804.017 1.609.008 2.414-.007.005-.989.011-1.978-.001-2.968-2.104-.022-4.208-.004-6.312-.022a36.476 36.476 0 0 1-.188-.218c.018-.826.007-1.651.01-2.477-.854-.119-1.714.044-2.569-.048-.161-.181-.329-.355-.497-.529-.096-.095-.192-.187-.289-.28a167.544 167.544 0 0 1-3.39-3.407c.829-.812 1.892-1.349 2.986-1.711m3.966 5.971c-.007.82-.008 1.639-.005 2.459.934.01 1.866.014 2.798.001.004-.818 0-1.638.001-2.458-.931-.007-1.864.006-2.795-.002m3.013 2.475c.962.071 1.938.068 2.902-.002-.016-.812.025-1.627-.018-2.438-.954.011-1.908.01-2.862.002-.03.812-.012 1.625-.022 2.438zM3.323 15.406c-1.265-3.079-.655-6.863 1.568-9.347.788.738 1.483 1.573 2.297 2.286-.22.781-.64 1.49-.922 2.25-.185.601-1.135.688-1.034 1.404.122.73.385 1.427.517 2.155-.19.035-.379.074-.569.109.014.146.026.292.037.438.27.004.539.006.809.001.63-1.39 2.744-1.364 3.379.007 1.386.019 2.772-.025 4.158.02.187.228.402.458.432.768.067.703.744 1.146 1.409 1.169.8.898 1.727 1.68 2.496 2.606-1.054.871-2.31 1.474-3.622 1.84-3.151.827-6.71-.193-8.933-2.579-.842-.92-1.565-1.964-2.023-3.128m4.039-1.432c-1.066.227-1.357 1.806-.47 2.418.724.588 1.942.126 2.108-.788.265-.94-.695-1.907-1.638-1.63z"/><path fill="#fff" d="M7.603 8.9c.574.48 1.082 1.03 1.608 1.561.005.073.016.218.02.292-.76.002-1.519 0-2.279-.001.178-.63.437-1.234.65-1.852zM9.814 10.993l.08.133c.047.112.091.224.132.338.108.011.215.023.323.036l.11.217c-.215.002-.43.006-.644.011a12.04 12.04 0 0 1-.001-.736zM7.346 14.534c.428-.224.994.042 1.135.496.258.63-.52 1.367-1.133 1.025-.632-.258-.623-1.252-.002-1.52z"/><path fill="#cb3733" d="M3.769 3.985l.114.026c-.466.736-1.339 1.31-1.44 2.213-.349.192-.512.584-.73.899C1.144 8.354.679 9.668.661 11.041c-.342 2.371.455 4.715 1.538 6.788.9 1.579 2.378 2.695 3.671 3.922C2.162 19.566-.033 15.047.48 10.797c.312-2.54 1.405-5.047 3.289-6.812z"/><path fill="#0d1015" d="M7.188 8.345c.75-.306 1.585-.029 2.368-.174.097.092.193.185.289.28-.067.846-.034 1.696-.031 2.543a12.9 12.9 0 0 0 .001.736c.215-.005.43-.008.644-.011.877-.002 1.753-.019 2.63.005 2.104.018 4.208 0 6.312.022.012.99.006 1.979.001 2.968-.805.016-1.61.024-2.414.007-.38-.728-1.18-1.228-2.016-1.082-.622.124-1.07.587-1.409 1.093-1.386-.046-2.772-.001-4.158-.02-.635-1.372-2.749-1.397-3.379-.007-.27.005-.539.002-.809-.001a21.545 21.545 0 0 0-.037-.438c.19-.035.379-.074.569-.109-.132-.728-.395-1.426-.517-2.155-.101-.716.85-.803 1.034-1.404.282-.76.702-1.469.922-2.25m.524.339a.831.831 0 0 1-.109.214c-.214.618-.473 1.222-.65 1.852.76.001 1.519.004 2.279.001-.005-.073-.016-.218-.02-.292.002-.593.02-1.187-.002-1.78a37.298 37.298 0 0 0-1.496.005z"/><path fill="#0d1015" d="M16.129 11.498c.01-.814-.008-1.626.022-2.438.954.007 1.908.008 2.862-.002.043.811.002 1.626.018 2.438-.964.071-1.939.073-2.902.002z"/><path fill="#e62400" d="M7.712 8.687c.498-.012.997-.013 1.496-.005.023.593.005 1.187.002 1.78-.526-.532-1.034-1.081-1.608-1.561a.831.831 0 0 0 .109-.214z"/><path fill="#0d1011" d="M9.995 9.036l.347-.056c.856.092 1.715-.071 2.569.048-.002.826.008 1.651-.01 2.477-.851-.042-1.702-.016-2.552-.004a17.714 17.714 0 0 0-.323-.036 6.571 6.571 0 0 0-.132-.338c.119-.691.084-1.393.101-2.09z"/><path fill="#0d1016" d="M13.117 9.023c.931.008 1.864-.005 2.795.002-.001.82.002 1.639-.001 2.458-.932.013-1.865.008-2.798-.001-.004-.82-.002-1.639.005-2.459z"/><path fill="#e99e2b" d="M23.398 9.956l.125.004c.116 1.643.304 3.394-.346 4.954.026-.655.25-1.283.282-1.938.119-1.007-.03-2.014-.061-3.019z"/><path fill="#bb200e" d="M13.564 14.73c.338-.506.787-.97 1.409-1.093.043.055.128.167.172.222-.726.194-1.301.853-1.148 1.639-.03-.31-.245-.54-.432-.768z"/><path fill="#14161d" d="M7.361 13.973c.943-.277 1.903.69 1.638 1.63-.167.914-1.385 1.376-2.108.788-.887-.612-.595-2.191.47-2.418m-.015.561c-.62.269-.63 1.262.002 1.52.613.342 1.391-.395 1.133-1.025-.142-.454-.707-.72-1.135-.496z"/><path fill="#0f1110" d="M13.996 15.498c-.152-.786.422-1.445 1.148-1.639.839.007 1.571.696 1.519 1.555-.086.655-.616 1.15-1.259 1.253-.665-.023-1.342-.466-1.409-1.169m.919-.948c-.558.305-.547 1.189.031 1.465.601.341 1.388-.373 1.139-1.007-.152-.461-.746-.708-1.17-.458z"/><path fill="#d72300" d="M14.914 14.55c.424-.25 1.018-.002 1.17.458.25.634-.538 1.348-1.139 1.007-.578-.276-.589-1.16-.031-1.465z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-motorcycles-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cd171e" d="M10.71 0h2.561c4.311.511 8.273 3.405 9.871 7.47.436 1.029.651 2.13.858 3.222v2.596c-.494 4.005-3.01 7.723-6.666 9.487-1.262.65-2.652.981-4.042 1.225h-2.57C6.41 23.493 2.461 20.589.86 16.53.42 15.496.209 14.389 0 13.292v-2.569c.204-1.104.42-2.214.86-3.254C2.457 3.41 6.405.518 10.71-.001M7.103 4.12c-1.05.601-1.92 1.459-2.689 2.383 2.462 1.428 4.941 2.829 7.392 4.28 2.466-1.43 4.931-2.863 7.409-4.275-.776-.925-1.648-1.79-2.704-2.392-2.826-1.72-6.582-1.709-9.408.004m-3.81 4.329c-1.099 2.605-.938 5.7.474 8.155 1.401 2.535 4.059 4.271 6.917 4.653-.012-2.853-.001-5.707-.005-8.56-2.466-1.409-4.923-2.835-7.386-4.249m9.638 4.255c-.001 2.849.009 5.699-.005 8.548 4.085-.47 7.598-3.915 8.054-8.016.2-1.624-.044-3.273-.646-4.791-2.469 1.418-4.932 2.845-7.402 4.259z"/><path fill="#fff" d="M7.103 4.12c2.826-1.712 6.582-1.724 9.408-.004 1.056.602 1.928 1.467 2.704 2.392-2.478 1.411-4.943 2.845-7.409 4.275-2.451-1.45-4.93-2.851-7.392-4.28.769-.924 1.64-1.782 2.689-2.383m3.713.419l-.012.374c-.577-.013-1.168-.031-1.72.165-.145.819-.725 1.466-.787 2.31-.28.411.235.365.514.41.108.896 1.383.865 1.457-.034h3.028c.009.896 1.314.929 1.414.062.252-.24.551-.415.864-.563l.001-.314-.001-.198a85.768 85.768 0 0 1 .004-2.211c-1.587 0-3.174.001-4.761-.001z"/><path fill="#fff" d="M9.291 5.345c.365-.147.791-.043 1.182-.07-.004.315-.005.63-.006.946-.509.006-1.016.005-1.524.006.118-.293.217-.594.349-.882zM3.293 8.449c2.462 1.414 4.919 2.84 7.386 4.249.004 2.853-.006 5.707.005 8.56-2.858-.383-5.516-2.118-6.917-4.653-1.411-2.454-1.572-5.55-.474-8.155m4.048 4.254c-.073.144-.145.288-.219.431.082.179.162.358.245.537-.262.311-.453.768-.902.838-.361-.021-.688-.205-1.035-.289-.121.342.374 1.118-.236 1.074-.942-.09-1.194 1.449-.35 1.786.593.276 1.066-.219 1.472-.576a3.217 3.217 0 0 0-.446-1.051l.176-.324c.147.224.291.453.436.678-.006.224-.009.45-.01.676.549.18 1.129.117 1.696.125.499.843 1.526.499 1.95-.218a3.742 3.742 0 0 1-.145-.898 3.432 3.432 0 0 1-.693-.59 31.088 31.088 0 0 0-.326-.077 4.62 4.62 0 0 0-.882-1.309c.345-.547-.17-1.066-.73-.813zM12.931 12.703c2.47-1.414 4.934-2.841 7.402-4.259.602 1.518.846 3.167.646 4.791-.455 4.101-3.968 7.546-8.054 8.016.014-2.849.004-5.699.005-8.548m2.01.76a61.7 61.7 0 0 0-.038.407l.396.183c-.097.258-.188.52-.275.782-.872-.324-1.945.436-1.699 1.391.147 1.096 1.849 1.264 2.253.256.4-.637-.189-1.206-.429-1.758.464.345.812.815 1.199 1.239v.363c.217.149.435.318.371.619l.323-.062-.206-.322c.148-.114.235-.394.455-.346.205.463.559.97 1.13.938.952.138 1.697-1.126 1.09-1.88-.349-.515-1.033-.592-1.579-.38-.144-.227-.292-.45-.44-.673.198-.171.402-.335.601-.505-.392-.084-.794-.082-1.191-.047.173.17.358.324.538.485-.65.009-1.299.001-1.949.003l.051-.224a28.076 28.076 0 0 1-.519-.266c.275-.025.55-.058.822-.101-.292-.099-.602-.093-.904-.101z"/><path fill="#fff" d="M15.296 14.39c.663-.016 1.326.001 1.99-.005-.173.501-.333 1.007-.524 1.501-.016-.183-.03-.365-.043-.546l-.293.101c.071.153.141.309.209.464-.514-.441-.935-.974-1.339-1.515zM18.013 15.053c.787-.319 1.75.375 1.43 1.253-.33.95-1.719.774-1.972-.143.426-.043.855-.006 1.28-.047-.18-.396-.515-.693-.738-1.064z"/><path fill="#242021" d="M10.816 4.539c1.587.003 3.174.001 4.761.001-.01.737-.013 1.474-.004 2.211-1.603.048-3.224-.135-4.813.125 1.589.241 3.212.122 4.814.074l-.001.314a3.232 3.232 0 0 0-.864.563c-.1.867-1.405.834-1.414-.062h-3.028c-.074.899-1.349.93-1.457.034-.279-.045-.794.001-.514-.41.062-.845.642-1.492.787-2.31.553-.196 1.143-.178 1.72-.165.004-.093.009-.28.012-.374m-1.524.805c-.132.288-.231.589-.349.882.509-.001 1.016 0 1.524-.006l.006-.946c-.39.027-.817-.077-1.182.07z"/><path fill="#676364" d="M10.76 6.876c1.589-.259 3.21-.077 4.813-.125l.001.198c-1.602.048-3.225.167-4.814-.074z"/><path fill="#201d1e" d="M7.341 12.704c.56-.253 1.075.266.73.813.362.388.671.821.882 1.309l.326.077c.198.232.441.419.693.59.017.304.056.606.145.898-.424.717-1.45 1.061-1.95.218-.567-.008-1.147.056-1.696-.125.001-.226.004-.451.01-.676-.145-.226-.289-.454-.436-.678l-.176.324c.218.318.353.678.446 1.051-.406.357-.88.852-1.472.576-.843-.337-.592-1.876.35-1.786.61.044.115-.732.236-1.074.348.084.675.269 1.035.289.449-.07.64-.527.902-.838-.083-.179-.163-.358-.245-.537.074-.143.147-.287.219-.431m.118 1.702l-.415.39c.249.106.509.096.759.006-.114-.132-.23-.263-.344-.397m-1.036.784c.082.158.163.318.244.477.232.013.464.023.697.027-.25-.27-.618-.357-.941-.505m1.69.23c.097.152.195.306.289.461l.34-.471-.629.01M4.884 16.66c.512.449 1.178-.314.734-.81-.022.227-.04.453-.052.681a8.6 8.6 0 0 1-.597.113l-.193-.42c.154-.179.313-.357.461-.541-.454.08-.794.645-.353.977m2.678-.872l.202.349c-.058.13-.117.261-.174.392a10.7 10.7 0 0 0 .55-.294c-.093-.204-.188-.407-.283-.61l-.296.163m1.45-.165c.184.228.379.448.588.654-.023-.34-.265-.572-.588-.654m-.152 1.076c.602.306.296-.453 0 0z"/><path fill="#181617" d="M14.94 13.463c.302.008.612.003.904.101-.272.043-.547.077-.822.101.171.09.345.179.519.266l-.051.224c.65-.001 1.299.006 1.949-.003-.18-.161-.366-.315-.538-.485.397-.035.799-.038 1.191.047-.198.17-.402.333-.601.505.148.223.296.446.44.673.546-.211 1.23-.135 1.579.38.607.754-.138 2.017-1.09 1.88-.571.032-.925-.475-1.13-.938-.221-.048-.307.232-.455.346l.206.322-.323.062c.064-.301-.154-.47-.371-.619v-.363c-.387-.424-.734-.894-1.199-1.239.24.551.829 1.121.429 1.758-.405 1.008-2.107.841-2.253-.256-.245-.955.828-1.715 1.699-1.391.087-.262.178-.524.275-.782l-.396-.183c.009-.101.027-.305.038-.407m.356.928c.403.541.825 1.074 1.339 1.515a17.694 17.694 0 0 0-.209-.464l.293-.101c.013.182.027.363.043.546.191-.494.352-1 .524-1.501-.664.006-1.327-.01-1.99.005m2.146.135c-.158.496-.339.985-.479 1.485.518-.043.418-.741.776-1.024-.101-.153-.2-.307-.297-.462m-3.951 1.431c-.034.773.976 1.332 1.583.815.558-.366.479-1.147.088-1.605a5.541 5.541 0 0 1-.651 1.123 15.396 15.396 0 0 1-.301-.385c.45-.071.638-.458.758-.848-.632-.272-1.472.188-1.476.9m4.521-.902c.223.371.558.668.738 1.064-.426.04-.855.004-1.28.047.253.917 1.642 1.092 1.972.143.32-.878-.642-1.572-1.43-1.253m-.184.1a7.255 7.255 0 0 0-.365.797c.292.004.585.001.878-.005a12.44 12.44 0 0 0-.514-.791z"/><path fill="#fffefe" d="M7.458 14.406c.114.134.23.265.344.397-.25.09-.51.1-.759-.006.139-.131.278-.259.415-.39zM17.442 14.525c.097.154.196.309.297.462-.358.283-.258.981-.776 1.024.14-.501.32-.99.479-1.485zM13.491 15.955c.004-.712.845-1.173 1.476-.9-.119.39-.307.777-.758.848.097.13.198.258.301.385.254-.352.485-.721.651-1.123.39.458.47 1.239-.088 1.605-.607.518-1.616-.042-1.583-.815zM4.884 16.66c-.441-.332-.101-.896.353-.977-.148.184-.306.362-.461.541l.193.42c.2-.031.4-.067.597-.113.012-.228.03-.454.052-.681.444.496-.222 1.258-.734.81zM7.562 15.788l.296-.163c.095.202.189.406.283.61-.18.104-.363.201-.55.294.057-.131.115-.262.174-.392a62.626 62.626 0 0 1-.202-.349zM9.011 15.623c.323.082.564.314.588.654a7.925 7.925 0 0 1-.588-.654z"/><path fill="#fdfdfd" d="M6.422 15.189c.323.148.69.235.941.505a18.113 18.113 0 0 1-.697-.027c-.08-.16-.162-.319-.244-.477zM17.829 15.154c.18.258.353.52.514.791-.293.006-.586.009-.878.005.102-.274.23-.537.365-.797z"/><path fill="#7d797a" d="M8.112 15.418l.629-.01-.34.471a35.795 35.795 0 0 0-.289-.461z"/><path fill="#f4f2f3" d="M8.859 16.699c.296-.453.602.306 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-motorcycles-or-bicycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ea2d2e" d="M10.988 0h1.981c1.45.209 2.902.52 4.222 1.175C21.093 3.01 23.779 7.068 24 11.37v1.252c-.197 3.301-1.771 6.5-4.334 8.6-1.872 1.583-4.238 2.485-6.658 2.778h-1.976c-1.386-.196-2.772-.492-4.04-1.103C3.094 21.164.409 17.226.001 13.005v-1.972C.38 6.828 3.036 2.905 6.888 1.134 8.174.508 9.584.214 10.99-.001M6.064 4.441c1.49 1.451 2.938 2.947 4.428 4.399a334.448 334.448 0 0 0 4.04 4.039c.151.002.302.006.455.01-.121.025-.242.052-.362.078 1.622 1.673 3.298 3.294 4.93 4.957 1.79-2.274 2.472-5.369 1.775-8.18-.593-2.52-2.267-4.752-4.505-6.048-3.301-1.967-7.759-1.654-10.76.745m-3.372 9.915c.61 2.453 2.243 4.622 4.42 5.903 3.276 2.002 7.72 1.714 10.74-.646a5306.24 5306.24 0 0 0-5.809-5.814c-.155-.152-.311-.305-.467-.455l-.13-.008.041-.064c-.019-.176-.118-.266-.294-.271l-.06.047c-.038-.223-.221-.377-.365-.535-1.237-1.212-2.45-2.447-3.679-3.667-.901-.905-1.806-1.807-2.708-2.71-1.765 2.302-2.419 5.408-1.688 8.22z"/><path fill="#fff" d="M6.064 4.441c3.001-2.399 7.459-2.712 10.76-.745 2.238 1.296 3.912 3.528 4.505 6.048.697 2.812.016 5.906-1.775 8.18-1.632-1.663-3.307-3.284-4.93-4.957.12-.026.241-.053.362-.078l.05-.005c-.058-1.348-.011-2.696-.026-4.044h-4.519c-1.49-1.452-2.938-2.948-4.428-4.399m6.321-.599c.14.254.46.158.697.199l-.004.191c-.677-.031-1.436-.115-1.835.558-.724-.485-1.828-.301-2.214.522-.577 1 .407 2.354 1.536 2.116 1.082-.137 1.576-1.501.958-2.36l.449-.437c.43 0 .858-.002 1.288.018-.355.37-.734.802-.696 1.352-.022.948 1.022 1.7 1.915 1.375.901-.259 1.318-1.456.764-2.216-.36-.589-1.1-.713-1.734-.611-.031-.295-.042-.59-.056-.886-.349.014-.862-.196-1.068.179m3.067 5.602c-.139 1.141-.018 2.315-.059 3.469.353-.001.704-.001 1.057-.007.362-.479 1.03-.457 1.394.005.506.001 1.013.002 1.518 0-.07-.377.176-.955-.222-1.187-.772-.092-1.556.038-2.328-.061-.265-.307-.275-.94.002-1.238.763-.096 1.537-.01 2.305-.047-.272-.889-1.226-1.223-2.08-1.092-.515.076-1.158-.168-1.589.158m-.131 3.908c.091.314.326.486.655.486.48.922 1.886.914 2.338-.029.426-.01 1.021.11 1.111-.461-.494-.031-.99-.017-1.484-.028-.14.898-1.45.908-1.585.001-.344.004-.69.007-1.034.03z"/><path fill="#fff" d="M9.358 5.534c.262-.629 1.04-.748 1.608-.486-.212.372-1.118.775-.648 1.164.355-.241.629-.578.947-.863.314.619.072 1.494-.652 1.668-.83.274-1.658-.71-1.255-1.483zM13.729 4.898c.67-.101 1.406.379 1.372 1.102.025.859-1.112 1.396-1.751.812-.562-.43-.462-1.264.006-1.723.181.322.322.665.511.982.06.245.514.016.322-.182-.134-.338-.312-.658-.46-.99zM2.693 14.356c-.731-2.812-.077-5.918 1.688-8.22.902.902 1.807 1.805 2.708 2.71-.616.109-1.968-.397-1.9.62-.002 1.055-.002 2.111.005 3.166l-.287.143c.001.349.007.698.022 1.048.526.013 1.051.011 1.577.011.487.856 1.735.94 2.304.122.571.826 1.844.726 2.309-.155l.924-.001a5306.24 5306.24 0 0 1 5.809 5.814c-3.02 2.359-7.464 2.647-10.74.646-2.177-1.28-3.81-3.45-4.42-5.903m9.336 1.286c-.322.572.581.427.911.44.034.055.1.163.132.218-.692.016-1.532-.181-1.951.532-.912.034-1.829-.044-2.737.052-.007.425-.02.864.22 1.236-.089.577-.066 1.25.427 1.652.68.686 1.994.45 2.354-.458.246-.829 1.025-1.313 1.54-1.966-.217.002-.434.005-.652.011-.148.136-.296.269-.449.4-.215-.298.144-.496.308-.702.431.005.872.028 1.283-.13l.161.344c-.913.59-.971 2.077-.014 2.654.93.691 2.402-.052 2.425-1.202.102-1.042-.966-1.871-1.96-1.651-.289-.475-.47-1.033-.845-1.447a3.715 3.715 0 0 0-1.153.017z"/><path fill="#fff" d="M7.602 12.54c.53-.088 1.007.504.791 1.003-.167.527-.942.652-1.273.214-.378-.421-.083-1.17.482-1.217zM9.865 12.536c.546-.061.99.578.728 1.067-.224.539-1.078.562-1.327.034-.266-.449.078-1.079.599-1.1zM14.294 17.491c.599.036 1.226.45 1.214 1.108.058.834-.995 1.432-1.676.937-.665-.4-.612-1.374-.046-1.838.149.211.246.481.485.611.426-.142.104-.546.023-.817zM9.22 18.047c.605.096 1.368-.239 1.841.257-.395.122-1.576-.227-1.279.474.433.079.876.024 1.314.043-.167.569-.75 1.049-1.361.827-.677-.191-.881-1.045-.515-1.601z"/><path d="M12.384 3.842c.206-.374.719-.164 1.068-.179.014.295.025.59.056.886.634-.102 1.374.022 1.734.611.553.761.137 1.957-.764 2.216-.893.325-1.937-.427-1.915-1.375-.038-.551.341-.983.696-1.352-.43-.02-.858-.018-1.288-.018l-.449.437c.618.859.125 2.224-.958 2.36-1.129.239-2.113-1.116-1.536-2.116.386-.823 1.49-1.007 2.214-.522.398-.673 1.158-.589 1.835-.558l.004-.191c-.238-.041-.557.055-.697-.199M9.358 5.534c-.403.773.425 1.757 1.255 1.483.724-.174.966-1.049.652-1.668-.318.284-.592.622-.947.863-.47-.389.436-.792.648-1.164-.568-.262-1.346-.143-1.608.486m4.371-.636c.148.332.325.652.46.99.192.198-.262.427-.322.182-.19-.317-.33-.66-.511-.982-.468.46-.568 1.294-.006 1.723.638.583 1.776.047 1.751-.812.035-.722-.702-1.202-1.372-1.102zM5.19 9.466c-.068-1.018 1.284-.511 1.9-.62 1.229 1.22 2.442 2.455 3.679 3.667.144.158.326.312.365.535l.065.257.248.031.13.008c.156.15.312.302.467.455l-.924.001c-.464.881-1.738.98-2.309.155-.569.817-1.817.733-2.304-.122-.526 0-1.051.002-1.577-.011-.014-.349-.02-.698-.022-1.048l.287-.143a371.246 371.246 0 0 1-.005-3.166m2.412 3.075c-.565.047-.86.796-.482 1.217.331.438 1.106.313 1.273-.214.216-.499-.26-1.091-.791-1.003m2.263-.004c-.521.022-.865.652-.599 1.1.25.528 1.103.505 1.327-.034.262-.488-.182-1.128-.728-1.067zM10.492 8.84h4.519c.016 1.348-.031 2.696.026 4.044l-.05.005-.455-.01a320.515 320.515 0 0 1-4.04-4.039zM15.451 9.444c.431-.326 1.074-.083 1.589-.158.853-.131 1.807.203 2.08 1.092-.768.037-1.542-.049-2.305.047-.277.299-.268.931-.002 1.238.772.1 1.556-.031 2.328.061.398.232.152.81.222 1.187-.505.002-1.012.001-1.518 0-.365-.462-1.032-.484-1.394-.005-.353.006-.704.006-1.057.007.041-1.154-.08-2.328.059-3.469zM15.318 13.352c.344-.023.69-.026 1.034-.03.136.907 1.445.896 1.585-.001.494.011.99-.004 1.484.028-.09.571-.685.451-1.111.461-.451.943-1.858.95-2.338.029-.329 0-.564-.172-.655-.486zM12.028 15.643a3.715 3.715 0 0 1 1.153-.017c.374.414.556.972.845 1.447.994-.22 2.062.61 1.96 1.651-.023 1.151-1.495 1.894-2.425 1.202-.956-.577-.899-2.064.014-2.654l-.161-.344c-.41.157-.852.134-1.283.13-.164.206-.523.404-.308.702.152-.131.301-.264.449-.4.217-.006.434-.008.652-.011-.515.653-1.294 1.136-1.54 1.966-.36.908-1.674 1.145-2.354.458-.493-.402-.516-1.075-.427-1.652-.24-.372-.227-.811-.22-1.236.908-.096 1.825-.018 2.737-.052.419-.713 1.259-.516 1.951-.532a12.655 12.655 0 0 0-.132-.218c-.33-.013-1.232.132-.911-.44m2.266 1.848c.082.271.403.676-.023.817-.239-.13-.336-.4-.485-.611-.566.464-.619 1.439.046 1.838.682.494 1.734-.103 1.676-.937.012-.658-.616-1.072-1.214-1.108m-5.074.557c-.366.556-.162 1.41.515 1.601.611.222 1.194-.258 1.361-.827-.438-.019-.881.036-1.314-.043-.296-.701.884-.352 1.279-.474-.473-.496-1.236-.161-1.841-.257z"/><path fill="#f1dfdf" d="M11.134 13.048l.06-.047c.176.005.275.095.294.271l-.041.064a20.984 20.984 0 0 0-.248-.031l-.065-.257z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-or-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c23" d="M10.775 0h2.436c4.097.454 7.891 3.065 9.641 6.816.613 1.241.931 2.598 1.149 3.957v2.437c-.454 4.097-3.065 7.891-6.816 9.641-1.241.613-2.598.931-3.957 1.149H10.79c-4.096-.454-7.89-3.065-9.64-6.816-.613-1.241-.931-2.598-1.149-3.957V10.79C.213 9.425.535 8.062 1.15 6.815 2.899 3.069 6.686.463 10.776 0M6.782 4.863c.177.177.353.355.53.53-.342.066-.852.007-.982.427-.115.694-.029 1.403-.046 2.105-.426-.431-.855-.86-1.286-1.284-2.065 2.726-2.304 6.678-.546 9.617 1.218 2.102 3.342 3.666 5.726 4.154 2.432.541 5.062-.054 7.056-1.535-.509-.513-1.009-1.036-1.544-1.522.404-.102.74-.34.963-.691.787.146.804-.613.745-1.183.537.538 1.073 1.076 1.614 1.611 2.068-2.726 2.302-6.68.541-9.618-1.18-2.041-3.219-3.567-5.52-4.096-2.48-.599-5.207-.047-7.25 1.485z"/><path fill="#ed1c23" d="M9.794 11.45c.446-.111.791-.409 1.007-.808.571.005 1.146-.046 1.714.028.803.632 1.458 1.436 2.202 2.138-1.167-.021-2.337.049-3.5-.028-.545-.356-.93-.91-1.424-1.329z"/><path fill="#fff" d="M6.782 4.863c2.043-1.532 4.77-2.084 7.25-1.485 2.301.529 4.34 2.055 5.52 4.096 1.762 2.938 1.527 6.893-.541 9.618-.541-.535-1.077-1.073-1.614-1.611.059.57.042 1.329-.745 1.183a1.579 1.579 0 0 1-.963.691c.535.485 1.035 1.009 1.544 1.522-1.994 1.481-4.625 2.076-7.056 1.535-2.384-.488-4.507-2.052-5.726-4.154-1.758-2.939-1.519-6.891.546-9.617.431.425.86.853 1.286 1.284.017-.702-.069-1.411.046-2.105.131-.421.641-.361.982-.427-.177-.175-.353-.353-.53-.53m-.273 1.101c-.054 1.175-.029 2.359-.013 3.537-.015.541.666.381 1.017.436l.1.485c.455.003.91.004 1.365.005.157.984 1.494.963 1.651-.007 1.412.012 2.823-.001 4.236.008a.84.84 0 0 0 1.664.009c.299-.013.597-.029.895-.049-.328-.575-.495-1.215-.651-1.853l-.521-.113c-.191-.377-.338-.786-.608-1.117-.448-.1-.915-.015-1.367-.091-.477-.377.206-1.573-.682-1.563-2.114-.026-4.229.001-6.344-.013-.262.024-.708-.045-.741.324m3.285 5.488c.495.419.88.973 1.424 1.329 1.163.076 2.333.007 3.5.028-.744-.702-1.399-1.506-2.202-2.138-.568-.074-1.143-.022-1.714-.028-.216.4-.562.698-1.007.808M6.038 13.82c-.671.597-.421 1.598-.397 2.388.582.413 1.396.125 2.073.203.228-1.035 1.65-.996 1.899.001 1.734.004 3.468 0 5.201.001.218-1.051 1.663-.989 1.902.013.152.001.305.004.458.008-.015-1.125.278-2.606-.704-3.39-2.802-.103-5.618-.009-8.424-.046-.76-.059-1.497.269-2.007.822m2.315 2.048c-.435.211-.446.909-.012 1.129.392.26.976-.065.978-.53.044-.487-.549-.853-.967-.599m7.118-.011c-.765.338-.146 1.582.588 1.158.765-.342.146-1.573-.588-1.158z"/><path fill="#fff" d="M14.666 7.606l.529-.001.005.748-.516.018-.018-.765zM6.244 14.604c.138-.649 1.035-1.457 1.588-.748-.361-.074-.731-.07-1.048.138.323.021.646.016.969.038l-.042.596c-.489.001-.978.003-1.466-.025zM8.119 13.593c.375-.003.749 0 1.124.008.004.339.004.679 0 1.021-.375.005-.75.008-1.126.005-.007-.344-.005-.69.003-1.034m.267.287c.051.199.56.193.616 0a.589.589 0 0 0-.616 0zM9.63 13.597c.376-.004.75-.004 1.126.007.003.339.003.678-.003 1.017-.377.007-.754.007-1.133.001-.001-.342.001-.683.009-1.025m.235.269c.053.194.563.225.611.017a.589.589 0 0 0-.611-.017zM11.135 13.605c.378-.011.756-.012 1.134-.009.004.343.004.686 0 1.029-.377.003-.754.001-1.133-.007a57.01 57.01 0 0 1-.001-1.013m.282.278c.049.206.558.179.612-.015a.586.586 0 0 0-.612.015zM12.649 13.597c.361-.005.725-.021 1.087.008.078.335.05.682.04 1.023-.376.001-.75-.001-1.126-.008a43.607 43.607 0 0 1 0-1.023m.239.283c.055.193.564.2.616 0a.584.584 0 0 0-.616 0zM14.164 13.598c.376-.007.75-.007 1.125.001.007.34.007.68.001 1.022-.375.005-.75.007-1.126 0-.005-.34-.005-.682 0-1.023m.283.285c.045.208.555.177.607-.018a.58.58 0 0 0-.607.018zM15.675 13.596c.252 0 .504.001.756.005.128.339.251.68.365 1.023-.373.004-.746.004-1.121-.001a43.949 43.949 0 0 1 0-1.027m.245.273c.215.534.529-.361 0 0z"/><path fill="#0366b3" d="M6.508 5.964c.033-.369.479-.301.741-.324 2.115.015 4.23-.013 6.344.013.887-.011.204 1.185.682 1.563.452.076.919-.009 1.367.091.27.331.417.74.608 1.117l.521.113c.157.638.323 1.278.651 1.853-.298.02-.596.036-.895.049a.84.84 0 0 1-1.664-.009c-1.412-.009-2.823.004-4.236-.008-.157.969-1.494.99-1.651.007l-1.365-.005-.1-.485c-.351-.055-1.031.104-1.017-.436-.016-1.178-.041-2.362.013-3.537m8.159 1.64l.018.765c.129-.005.386-.015.516-.018a92.947 92.947 0 0 1-.005-.748l-.529.001m.761-.125c-.026.295-.046.591-.063.887l.596-.021a9.487 9.487 0 0 0-.533-.866zM6.038 13.82c.51-.553 1.247-.881 2.007-.822 2.806.037 5.622-.057 8.424.046.982.785.69 2.265.704 3.39a23.455 23.455 0 0 0-.458-.008c-.239-1.002-1.684-1.064-1.902-.013-1.733-.001-3.467.003-5.201-.001-.249-.997-1.671-1.036-1.899-.001-.676-.078-1.491.21-2.073-.203-.024-.79-.274-1.791.397-2.388m.207.784c.488.028.977.026 1.466.025l.042-.596c-.323-.022-.646-.017-.969-.038.318-.208.687-.212 1.048-.138-.553-.709-1.449.099-1.588.748m1.876-1.012c-.008.344-.009.69-.003 1.034.376.003.752 0 1.126-.005.004-.342.004-.682 0-1.021a38.29 38.29 0 0 0-1.124-.008m1.512.004c-.008.342-.011.683-.009 1.025.378.005.756.005 1.133-.001.005-.339.005-.678.003-1.017a28.18 28.18 0 0 0-1.126-.007m1.504.008c-.003.338-.001.675.001 1.013.378.008.756.009 1.133.007a44.12 44.12 0 0 0 0-1.029 32.979 32.979 0 0 0-1.134.009m1.514-.008c-.004.34-.004.682 0 1.023.376.007.75.009 1.126.008.011-.342.038-.688-.04-1.023-.361-.029-.725-.013-1.087-.008m1.516.001c-.005.342-.005.683 0 1.023.376.007.752.005 1.126 0 .005-.342.005-.682-.001-1.022a28.126 28.126 0 0 0-1.125-.001m1.511-.002c-.004.343-.004.684 0 1.027.375.005.748.005 1.121.001a28.943 28.943 0 0 0-.365-1.023 47.632 47.632 0 0 0-.756-.005z"/><path fill="#0366b3" d="M8.354 15.868c.418-.255 1.01.112.967.599-.003.465-.587.79-.978.53-.434-.22-.423-.918.012-1.129zM15.471 15.857c.735-.415 1.353.816.588 1.158-.735.425-1.353-.82-.588-1.158z"/><path fill="#eaf2f9" d="M15.427 7.481c.195.278.369.57.533.866l-.596.021c.017-.297.037-.592.063-.887z"/><path fill="#086ab5" d="M8.387 13.88a.589.589 0 0 1 .616 0c-.055.193-.564.199-.616 0z"/><path fill="#0c6cb6" d="M9.864 13.866a.589.589 0 0 1 .611.017c-.047.208-.558.177-.611-.017z"/><path fill="#0b6bb6" d="M11.417 13.883a.588.588 0 0 1 .612-.015c-.054.194-.563.22-.612.015z"/><path fill="#096ab5" d="M12.889 13.88a.584.584 0 0 1 .616 0c-.051.2-.56.193-.616 0z"/><path fill="#0e6db6" d="M14.447 13.883a.577.577 0 0 1 .607-.018c-.051.195-.562.227-.607.018z"/><path fill="#0b6cb6" d="M15.92 13.869c.529-.361.215.534 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-or-tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c44d35" d="M11.506.406c3.675-.134 7.436 1.632 9.619 4.622a11.9 11.9 0 0 1 2.248 7.852c-.322 3.238-1.933 6.357-4.53 8.349-4.191 3.402-10.841 3.138-14.697-.659C2.24 18.82.797 16.453.495 13.85c-.019-.439-.017-.881-.119-1.312a10.868 10.868 0 0 1 2.315-7.453C4.708 2.281 8.075.558 11.507.407M6.054 4.759c.599.647 1.22 1.276 1.844 1.901l.086-.084c-.142.561.221 1.11.295 1.663l-.349.196-.024.245.55.019c.288-.26.548-.652.977-.66l-.161.072c.139.069.282.13.429.184-.843-.101-1.296 1.022-.699 1.568.54.598 1.635.104 1.569-.696.044.167.081.336.115.505h.413l.011.474.45.004.049.298c.7.45 1.193 1.139 1.778 1.719 1.914 1.913 3.741 3.915 5.711 5.771 2.605-3.113 2.805-7.938.512-11.278-1.792-2.553-4.901-4.15-8.027-4.031-2.006.074-4.036.759-5.528 2.13m-1.342 1.31c-1.833 2.21-2.61 5.291-1.909 8.092.573 2.388 2.134 4.505 4.191 5.832 3.257 2.111 7.848 1.816 10.781-.736-.845-.864-1.706-1.713-2.533-2.595.219-.337-.066-.738-.117-1.093-.32.005-.644-.03-.96.023l-.404-.088c-.096-.232-.136-.521-.384-.646-.004-.135-.006-.269-.008-.402a62.36 62.36 0 0 0-.425-.014c-.116-.176-.236-.346-.355-.519-.47-.407-.867-.891-1.315-1.323-.627-.282-.885-1.019-1.442-1.416-1.729-1.682-3.349-3.479-5.12-5.114z"/><path fill="#fff" d="M6.054 4.759c1.493-1.371 3.522-2.056 5.528-2.13 3.126-.119 6.235 1.478 8.027 4.031 2.293 3.34 2.093 8.165-.512 11.278-1.97-1.856-3.797-3.858-5.711-5.771-.585-.58-1.078-1.269-1.778-1.719l-.049-.298-.45-.004-.011-.474h-.413a7.233 7.233 0 0 0-.115-.505c-.05-.466-.424-.793-.87-.872a4.291 4.291 0 0 1-.429-.184l.161-.072c.605-.152 1.116.25 1.465.696.904-.013 1.809.044 2.71-.002.359-.296.665-.773 1.199-.72.573-.1.934.381 1.311.713.528.068 1.063.017 1.593.023.007-.679.006-1.359.008-2.037-2.21.011-4.417-.062-6.626-.061-.014-.793 0-1.584-.024-2.377-.554-.007-1.107-.006-1.661-.01-.443.793-.644 1.76-1.426 2.313l-.086.084A71.895 71.895 0 0 1 6.051 4.76m5.224.058c-.002.562-.006 1.126-.007 1.69.656.011 1.31.006 1.965.014.005-.565.002-1.131.001-1.696-.653-.006-1.306-.008-1.959-.008m2.129.012a63.7 63.7 0 0 0-.008 1.693h1.909c.03-.566.023-1.133-.002-1.699-.633.01-1.266.005-1.899.006m2.047-.004c-.008.565-.012 1.13-.007 1.694.646 0 1.293.006 1.939.001.001-.564 0-1.127.004-1.691-.645-.007-1.29-.005-1.936-.005M14.482 8.4c-.718.296-.647 1.521.128 1.696.564.174 1.179-.312 1.114-.902.032-.621-.691-1.084-1.242-.794z"/><path fill="#fff" d="M9.686 4.58h1.045c.06.482.041.97-.018 1.451-.535.001-1.069.002-1.602-.016.181-.482.374-.961.576-1.435zM4.713 6.069c1.771 1.635 3.391 3.432 5.12 5.114.558.398.816 1.134 1.442 1.416.448.432.844.916 1.315 1.323.118.173.239.344.355.519l.425.014.008.402c.248.125.289.414.384.646.101.023.302.067.404.088-.197.049-.39.107-.586.156-.377-.021-.751.037-1.126.049-.764-.336-1.567-.025-2.358-.086-.017-1.198.011-2.4-.141-3.592-.783.002-1.567-.025-2.349.013l-.117.23c.118.208.23.418.316.641-.113.478-.279.942-.393 1.421-.176-.11-.355-.213-.534-.316-.338.603-.443 1.287-.419 1.97-.402.064-.8.172-1.142.4.036.652-.392 1.556.38 1.937.534.235 1.046-.079 1.376-.49.839-.69 2.125.109 2.954-.621.462-.33 1.124.026 1.561-.384l.116-.073c.189-.074.38-.141.577-.19-.438.64-.253 1.742.622 1.858.695-.033 1.056-.88.869-1.495.524.318 1.202.242 1.471-.359.826.881 1.687 1.73 2.533 2.595-2.933 2.552-7.524 2.847-10.781.736-2.057-1.327-3.618-3.444-4.191-5.832-.701-2.801.076-5.882 1.909-8.092zM14.722 8.75c.636-.198.879.816.273.989-.633.229-.931-.875-.273-.989z"/><path fill="#fff" d="M8.234 12.894c.178-.599 1.002-.727 1.415-.326.201.621.017 1.293-.076 1.924-.597.067-1.198.043-1.797.031.086-.561.289-1.091.459-1.629zM12.915 16.756c1.046-.064.586 1.949-.261 1.284-.65-.298-.361-1.199.261-1.284zM5.97 17.102c.205.192.442.344.701.451-.037.402-.55.72-.885.423-.245-.15-.105-.476-.121-.71l.304-.164z"/><path fill="#1c2125" d="M7.983 6.577c.782-.553.983-1.52 1.426-2.313.554.004 1.107.002 1.661.01.024.793.01 1.584.024 2.377 2.209-.001 4.416.072 6.626.061-.002.678-.001 1.358-.008 2.037-.53-.006-1.065.045-1.593-.023-.377-.332-.738-.813-1.311-.713-.534-.053-.839.424-1.199.72-.901.047-1.807-.011-2.71.002-.349-.447-.86-.848-1.465-.696-.429.008-.689.4-.977.66l-.55-.019.024-.245.349-.196c-.074-.553-.437-1.102-.295-1.663M9.686 4.58c-.202.474-.394.953-.576 1.435.534.018 1.067.017 1.602.016a5.92 5.92 0 0 0 .018-1.451H9.685z"/><path fill="#1e2129" d="M11.275 4.818c.653 0 1.306.002 1.959.008.001.565.004 1.131-.001 1.696-.656-.008-1.31-.004-1.965-.014.001-.564.005-1.127.007-1.69z"/><path fill="#1e2329" d="M13.404 4.83c.633-.001 1.266.004 1.899-.006.025.566.032 1.133.002 1.699h-1.909a68.249 68.249 0 0 1 .008-1.693z"/><path fill="#22252b" d="M15.451 4.826c.646 0 1.291-.002 1.936.005-.004.564-.002 1.127-.004 1.691-.646.005-1.293-.001-1.939-.001-.005-.565-.001-1.13.007-1.694z"/><path fill="#232725" d="M9.002 9.863c-.597-.546-.144-1.669.699-1.568.447.079.82.406.87.872.066.8-1.029 1.294-1.569.696m.467-1.106c-.719.18-.161 1.315.431.912.553-.293.15-1.149-.431-.912z"/><path fill="#23292d" d="M14.482 8.4c.55-.29 1.274.173 1.242.794.064.59-.55 1.076-1.114.902-.775-.174-.845-1.399-.128-1.696m.24.35c-.658.113-.359 1.218.273.989.605-.173.363-1.187-.273-.989z"/><path fill="#dd5035" d="M9.469 8.757c.581-.236.984.62.431.912-.592.402-1.15-.732-.431-.912z"/><path fill="#6d7477" d="M7.606 12.134c.782-.038 1.565-.011 2.349-.013.152 1.192.124 2.394.141 3.592.792.061 1.594-.25 2.358.086-.853.03-1.709.088-2.558-.016.008-.633.068-1.269-.039-1.899-.031.187-.056.376-.09.565l-.195.043c.093-.63.277-1.303.076-1.924-.413-.401-1.237-.273-1.415.326.082-.241.174-.479.272-.714l-.542.064c-.05.253-.1.507-.159.761a4.825 4.825 0 0 0-.316-.641l.117-.23z"/><path fill="#43444a" d="M7.964 12.245l.542-.064c-.098.235-.19.473-.272.714-.17.537-.373 1.067-.459 1.629l-.382-.005.019-.092c.113-.479.279-.943.393-1.421.058-.253.109-.507.159-.761z"/><path fill="#1a1d23" d="M9.857 13.884c.107.629.048 1.266.039 1.899.849.104 1.705.045 2.558.016.375-.012.749-.07 1.126-.049.427.098.864.038 1.29-.048.112.414.288 1.034-.177 1.294-.788.189-1.156-.818-1.916-.794-.466-.042-.782.347-1.072.647l-.116.073c-.567.078-1.259-.195-1.728.228-.837.87-2.401-.245-3.122.842.014-.202.027-.405.039-.607l-.578-.459c.518-.715.479-1.588.615-2.419.193.005.387.008.579.011.128.001.254.002.382.005.599.012 1.2.036 1.797-.031l.195-.043c.033-.189.058-.377.09-.565z"/><path fill="#7c7b7f" d="M6.46 16.08c-.024-.683.081-1.367.419-1.97.179.104.358.207.534.316l-.019.092a37.507 37.507 0 0 1-.579-.011c-.136.831-.097 1.704-.615 2.419l.578.459a61.79 61.79 0 0 1-.039.607c.721-1.087 2.285.029 3.122-.842.469-.423 1.161-.15 1.728-.228-.437.411-1.099.055-1.561.384-.829.73-2.115-.069-2.954.621-.33.411-.842.725-1.376.49-.771-.381-.344-1.285-.38-1.937.341-.228.739-.336 1.142-.4m-.49 1.022l-.304.164c.016.234-.124.56.121.71.334.297.848-.02.885-.423a2.319 2.319 0 0 1-.701-.451z"/><path fill="#babbbc" d="M14.166 15.593c.316-.053.64-.018.96-.023.051.355.336.756.117 1.093-.269.602-.947.677-1.471.359-.392-.419-.952-.503-1.491-.363a4.691 4.691 0 0 0-.577.19c.29-.3.607-.689 1.072-.647.761-.024 1.128.983 1.916.794.464-.26.289-.88.177-1.294-.425.086-.862.146-1.29.048.196-.049.389-.107.586-.156z"/><path fill="#2d2a2d" d="M12.281 16.659c.54-.14 1.1-.056 1.491.363.186.615-.174 1.461-.869 1.495-.875-.116-1.06-1.218-.622-1.858m.634.097c-.622.085-.911.985-.261 1.284.848.665 1.307-1.348.261-1.284z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-heavy-goods-vehicles-or-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M10.746 0h2.492c4.242.484 8.151 3.281 9.805 7.241.504 1.111.741 2.311.957 3.503v2.493c-.484 4.242-3.281 8.151-7.241 9.806-1.108.503-2.306.741-3.496.956h-2.516c-4.241-.483-8.142-3.282-9.795-7.24-.5-1.107-.738-2.303-.952-3.493v-2.513c.211-1.196.452-2.399.956-3.512C2.61 3.284 6.51.492 10.746 0m-2.71 4.25c-3.479 1.714-5.35 5.938-4.454 9.688.351 1.533 1.169 2.957 2.244 4.099 1.262 1.164 2.8 2.08 4.497 2.416 2.811.594 5.863-.341 7.881-2.376.763-.624 1.289-1.533 1.698-2.424 1.337-2.685 1.076-6.073-.623-8.539-2.292-3.633-7.493-4.973-11.242-2.864z"/><path fill="#fff" d="M8.036 4.25c3.75-2.11 8.95-.769 11.242 2.864 1.699 2.467 1.96 5.854.623 8.539-2.068-.01-4.138-.004-6.207-.005-.001.676-.001 1.352-.003 2.027H11.32c-.003-1.244.001-2.489-.003-3.734-2.578-.004-5.158.003-7.737-.003-.896-3.75.975-7.974 4.454-9.688m2.002.448c-.046 1.064-.016 2.131-.016 3.195 1.24.003 2.479.003 3.718 0l-.334.274c-1.211-.001-2.423.001-3.634-.001-.005-.826.01-1.651-.009-2.478-.354.046-.707.089-1.063.114-.112.362-.215.726-.308 1.092-.624.052-1.24.161-1.856.271-.075.324-.132.651-.181.98l-.449.039c.004.166.006.333.006.499.444.004.887.004 1.331 0-.011 1.195 1.813 1.161 1.848-.003 1.366.013 2.732 0 4.098.008.039 1.162 1.836 1.18 1.852-.001.469-.011.976.083 1.388-.197l.033-.31c-.651-.114-1.445.227-1.97-.279.648-.014 1.297.003 1.946-.013.011-1.059.009-2.119.001-3.178-2.134-.02-4.268.005-6.402-.013m-6.543 7.096l.008.382c5.708.003 11.417.003 17.125 0l.008-.382c-5.713-.004-11.427-.004-17.141 0z"/><path fill="#fff" d="M7.85 18.079c.457-.867 1.701-.883 2.156-.004 1.422.008 2.844.004 4.265.001.459-.861 1.698-.882 2.152-.003.593.004 1.187.014 1.781.003-2.018 2.036-5.07 2.97-7.881 2.376-1.698-.337-3.236-1.253-4.497-2.416.675.02 1.35.034 2.024.043m.725-.462c-.652.241-.719 1.241-.112 1.578.574.431 1.481-.151 1.348-.851.004-.601-.717-.963-1.236-.728m6.409.005c-1.082.415-.287 2.173.738 1.632 1.052-.431.314-2.156-.738-1.632z"/><path fill="#030303" d="M10.036 4.698c2.134.018 4.268-.008 6.402.013.008 1.059.01 2.119-.001 3.178-.65.015-1.298-.001-1.946.013.525.506 1.319.165 1.97.279a32.58 32.58 0 0 0-.033.31c-.412.28-.92.186-1.388.197-.016 1.181-1.813 1.164-1.852.001-1.366-.008-2.732.005-4.098-.008-.035 1.164-1.86 1.197-1.848.003-.444.004-.887.004-1.331 0 0-.166-.003-.333-.006-.499l.449-.039c.049-.329.106-.656.181-.98.616-.111 1.231-.22 1.856-.271.093-.366.196-.73.308-1.092.356-.025.709-.068 1.063-.114.019.827.004 1.652.009 2.478 1.211.003 2.423 0 3.634.001l.334-.274c-1.239.003-2.478.003-3.718 0 0-1.064-.03-2.131.016-3.195zM3.492 11.793c5.714-.004 11.427-.004 17.141 0-.001.096-.005.287-.008.382-5.708.003-11.417.003-17.125 0a24.085 24.085 0 0 0-.008-.382zM3.581 13.938c2.578.005 5.158-.001 7.737.003.004 1.245 0 2.49.003 3.734h2.371l.003-2.027c2.07.001 4.139-.005 6.207.005-.408.891-.935 1.799-1.698 2.424-.593.011-1.187.001-1.781-.003-.455-.88-1.694-.858-2.152.003-1.421.003-2.842.006-4.265-.001-.455-.88-1.699-.863-2.156.004-.675-.009-1.35-.023-2.024-.043-1.076-1.142-1.894-2.566-2.244-4.099z"/><path fill="#030303" d="M8.575 17.617c.519-.235 1.24.127 1.236.728.133.7-.774 1.282-1.348.851-.607-.337-.54-1.337.112-1.578zM14.984 17.621c1.052-.524 1.789 1.201.738 1.632-1.024.54-1.819-1.218-.738-1.632z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--no-horizontal-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#606367" d="M.941.327C1.354.25 1.777.294 2.194.284 7.223.274 12.251.286 17.28.279c.403.017.849-.11 1.216.107a4.191 4.191 0 0 0-.941-.087C12.017.332 6.478.275.942.327zM11.663 6.181c.774-1.157 1.63-2.269 2.305-3.49.247.03.537.041.685.276.477.655 1.008 1.267 1.535 1.88.483.553 1.045 1.053 1.384 1.714-.609.324-1.291-.095-1.912.108-.312.605-.346 1.316-.489 1.975-.046.603-.409 1.112-.811 1.538-.333.349-.817.517-1.11.91l-.036.006a3.508 3.508 0 0 0-1.616.902c-.591.163-1.15.49-1.606.898l-.073.007c-.193.01-.391.04-.552.156-.363.248-.822.355-1.105.712l-.067.006c-.315-.006-.584.161-.841.322-.653.375-1.341.691-1.976 1.099-.691.47-.983 1.366-.83 2.172l-.01.058c-.159.324-.439.601-.782.719-.341-.016-.613-.327-.667-.653a4.47 4.47 0 0 1 .047-2.019c.219-.734.934-1.126 1.386-1.698.529-.217 1.073-.482 1.48-.893l.078-.01c.407-.012.73-.28 1.076-.46.725-.485 1.668-.647 2.272-1.297.44-.009.795-.282 1.162-.487.858-.397 1.648-.919 2.487-1.349.693-.52.92-1.522.603-2.314-.115-.277-.44-.362-.715-.335-.486.042-.972.117-1.462.088.042-.182.067-.374.162-.54m2.268-3.063c-.16.497-.499.903-.801 1.319-.484.696-.927 1.415-1.413 2.111.503.113.939-.141 1.382-.326.447.01.83.458.773.911-.035.645.138 1.364-.187 1.954-.509.501-1.223.704-1.779 1.136-.7.273-1.308.734-2.01.998-.551.269-1.019.717-1.631.847-.615.286-1.138.777-1.816.917-.224.141-.407.355-.683.402-.296.057-.466.339-.752.42-.533.173-.842.683-1.304.971-.109.433-.547.728-.535 1.195-.01.584-.039 1.176.077 1.753.354.096.82.172 1.087-.141.196-.58.036-1.219.206-1.804.322-.603.931-1.013 1.567-1.219.238-.299.604-.4.963-.47l.106-.272c.299-.043.635-.058.854-.296.263-.3.8-.173.951-.593.291-.045.597-.098.811-.322.265-.265.752-.18.911-.568.324-.049.643-.151.868-.402.974-.469 2.007-.95 2.752-1.766.291-.261.557-.577.677-.955.123-.677.062-1.375.143-2.056.13-.261.385-.432.567-.655.604-.104 1.061.436 1.66.354-.532-.69-1.19-1.291-1.692-2.012-.28-.44-.746-.727-.985-1.198-.127-.317-.499-.224-.766-.23z"/><path d="M.078 1.708C.089 1.146.425.568.941.327 6.477.275 12.017.332 17.554.299a4.25 4.25 0 0 1 .941.087c.349.237.556.625.704 1.009V22.87a1.92 1.92 0 0 1-.869 1.129H.94c-.501-.295-.861-.846-.865-1.435.003-6.952.004-13.905.001-20.857M1.049.451c-.542.184-.85.783-.862 1.331L.186 22.493c.008.523.272 1.077.758 1.312.311.115.65.077.976.082h15.429c.327-.005.666.031.982-.076.491-.231.759-.791.769-1.316-.002-6.905-.001-13.81-.001-20.716-.014-.525-.29-1.081-.786-1.304-.244-.08-.507-.051-.759-.058C12.32.419 7.085.418 1.85.418c-.267.003-.538-.017-.802.032z"/><path d="M1.179.764c.177-.028.356-.032.534-.031C7.174.744 12.636.72 18.096.744c-.656.111-1.321.058-1.982.065C11.405.812 6.697.807 1.988.812c-.27-.004-.539-.033-.809-.048zM1.136 1.308c.416-.088.842-.066 1.264-.06h14.469c.422-.003.851-.037 1.264.072l-.085-.002c-5.613-.01-11.225.005-16.838-.008l-.073-.002zM18.732 2.263c.004-.266.029-.531.038-.797.095.488.045.988.047 1.483v18.994c-.003.29.022.583-.036.869-.08-.791-.039-1.585-.047-2.378-.001-6.058.001-12.115-.001-18.171zM.895 1.592c.005.041.016.123.023.165-.02 6.919-.005 13.837.001 20.756l-.024.169c-.093-.423-.058-.858-.058-1.288V2.88c.001-.429-.035-.864.059-1.288zM6.605 2.493c.621-.141 1.354.113 1.639.71a2.478 2.478 0 0 1-.003 2.091c-.407.833-1.657.981-2.307.359-.424-.412-.525-1.045-.488-1.612.013-.687.434-1.428 1.159-1.548m0 .412c-.446.148-.647.639-.682 1.074-.04.481-.001 1.035.358 1.4.429.432 1.259.317 1.528-.24.258-.532.252-1.187.028-1.73-.19-.471-.77-.669-1.232-.503zM18.38 2.439c.08.348.062.705.053 1.058-.001 5.897.001 11.794-.001 17.691-.007.512.045 1.029-.058 1.535l-.003-.078c-.007-6.735-.025-13.472.009-20.206zM2.473 2.527c.218-.001.435.001.653.001.457.909.917 1.816 1.382 2.721.003-.907 0-1.814.001-2.722h.427v3.44l-.514-.001c-.506-.989-1.011-1.98-1.521-2.967-.003.989-.001 1.978-.001 2.968h-.426c0-1.146.001-2.292-.001-3.439zM2.674 18.885h2.404v.348l-1.007.001.001 2.64h-.394v-2.64l-1.005-.001v-.348zM6.577 18.885h.395c.02.741-.044 1.487.036 2.224.074.532.824.637 1.161.297.154-.195.178-.455.176-.695l-.001-1.826h.393c-.027.783.059 1.576-.053 2.353-.154.7-1.059.848-1.62.566-.352-.174-.481-.588-.482-.955-.011-.654-.001-1.309-.004-1.964zM10.591 18.885c.55.047 1.215-.149 1.662.269.422.451.147 1.227-.407 1.426.352.431.704.863 1.058 1.293l-.512.001-.95-1.192-.457-.001v1.192h-.394c0-.996.001-1.993-.001-2.989m.396.337c-.001.379-.001.758.001 1.138.215-.004.432.003.645-.036.44-.076.568-.781.19-1.011-.259-.125-.557-.079-.835-.091zM14.431 18.885h.562c.401.786.794 1.575 1.202 2.357.006-.785.001-1.571.003-2.357h.369v2.989h-.443c-.44-.857-.875-1.716-1.321-2.571-.008.857-.001 1.714-.003 2.571h-.368c0-.996.001-1.993-.001-2.989z"/><path fill="#fff" d="M1.049.451c.264-.049.535-.029.802-.032C7.086.419 12.32.42 17.555.418c.252.006.515-.023.759.058.496.222.771.778.786 1.304 0 6.906-.001 13.811.001 20.716-.01.525-.278 1.085-.769 1.316-.316.107-.655.071-.982.076H1.921c-.326-.005-.664.033-.976-.082-.485-.235-.749-.79-.758-1.312C.188 15.591.186 8.687.188 1.783.2 1.235.508.636 1.05.452m-.495.949c-.18.752-.093 1.536-.089 2.302l.001 18.034c.002.337-.026.675.03 1.01.038.287.208.585.489.694.213.072.435.114.661.108l15.496.001c.313-.001.628.014.939-.029.35-.07.604-.375.698-.708.058-.287.033-.579.036-.869V2.95c-.001-.494.049-.995-.047-1.483-.088-.337-.332-.626-.673-.722-5.46-.024-10.922 0-16.383-.011a3.293 3.293 0 0 0-.534.031c-.336.018-.54.344-.624.637z"/><path fill="#fff" d="M1.21 1.31c5.613.013 11.225-.002 16.838.008.399.213.365.737.333 1.122-.034 6.734-.016 13.471-.009 20.206-.124.185-.296.35-.538.317-5.557.004-11.115.004-16.672.001a1.174 1.174 0 0 1-.243-.45C.913 15.595.898 8.677.918 1.758c.029-.186.156-.328.292-.447m12.07 1.697c-.243.574-.736.987-.985 1.556-.261.483-.729.828-.889 1.37-.328.287-.503.829-.233 1.199.676.256 1.399-.158 2.096.003-.037.49.216 1.138-.248 1.488-.296.261-.587.534-.934.729-1.5.837-3.039 1.596-4.563 2.355-1.467.81-3.065 1.505-4.245 2.749-.226.42-.726.754-.589 1.288-.012.65-.013 1.301.016 1.951l.17.039c-.072.083-.128.179-.187.272.512.562 1.552.649 1.967-.065.444-.53.149-1.293.531-1.848.384-.651 1.199-.789 1.726-1.284.802-.239 1.438-.829 2.228-1.096 1.81-.99 3.704-1.869 5.352-3.127.421-.282.617-.758.902-1.156.509-.624.07-1.514.41-2.196.542-.34 1.214.03 1.808-.074.477-.05.361-.692.25-1.012-.476-.621-1.012-1.196-1.541-1.774-.692-.807-1.232-1.887-2.349-2.161-.147.344-.568.439-.693.794m-6.675-.515c-.725.12-1.146.861-1.159 1.548-.037.567.063 1.2.488 1.612.65.622 1.9.475 2.307-.359.31-.645.31-1.445.003-2.091-.285-.597-1.018-.85-1.639-.71m-4.132.034l.001 3.439H2.9c.001-.989-.002-1.979.001-2.968.509.987 1.015 1.978 1.521 2.967l.514.001v-3.44h-.427c-.001.907.002 1.814-.001 2.722-.464-.905-.925-1.812-1.382-2.721-.217 0-.435-.002-.653-.001m.201 16.359v.348l1.005.001v2.64h.394l-.001-2.64 1.007-.001v-.348H2.675m3.902 0c.003.655-.007 1.31.004 1.964.001.367.13.78.482.955.561.283 1.466.134 1.62-.566.112-.777.027-1.57.053-2.353h-.393l.001 1.826c.002.24-.023.499-.176.695-.337.34-1.087.235-1.161-.297-.08-.737-.016-1.483-.036-2.224h-.395m4.015 0l.001 2.989h.394v-1.192l.457.001.95 1.192.512-.001c-.354-.431-.706-.862-1.058-1.293.555-.2.829-.976.407-1.426-.447-.418-1.112-.222-1.662-.269m3.839-.001l.001 2.989h.368c.002-.856-.004-1.714.003-2.571.446.854.88 1.714 1.321 2.571h.443v-2.989h-.369c-.001.786.003 1.572-.003 2.357-.408-.782-.801-1.571-1.202-2.357h-.562z"/><path fill="#fff" d="M10.986 19.221c.278.012.576-.034.835.091.378.23.25.935-.19 1.011-.213.038-.43.032-.645.036-.002-.379-.001-.758-.001-1.138z"/><path fill="#1a1919" d="M.555 1.401c.084-.293.288-.619.624-.637.27.015.539.044.809.048C6.697.807 11.405.813 16.114.809c.661-.007 1.327.046 1.982-.065.341.096.585.385.673.722-.009.265-.034.531-.038.797.002 6.057.001 12.114.001 18.171.008.793-.033 1.587.047 2.378-.094.333-.348.638-.698.708-.221-.016-.443-.045-.665-.055-5.476-.02-10.954.028-16.43-.024-.281-.109-.451-.407-.489-.694.009-.223.029-.445.037-.668C.553 15.187.511 8.293.555 1.401m.581-.093l.073.002c-.136.119-.263.261-.292.447l-.023-.165C.8 2.016.836 2.451.835 2.88v18.514c0 .43-.034.865.058 1.288l.024-.169c.04.169.136.315.243.45 5.558.003 11.115.003 16.672-.001.241.033.413-.132.538-.317l.003.078c.102-.506.051-1.023.058-1.535.003-5.897 0-11.794.001-17.691.008-.353.027-.71-.053-1.058.032-.385.067-.909-.333-1.122l.085.002c-.413-.109-.842-.075-1.264-.072H2.398c-.422-.005-.848-.027-1.264.06z"/><path fill="#010101" d="M.555 1.401C.51 8.293.553 15.187.534 22.079c-.008.223-.028.445-.037.668-.056-.335-.028-.673-.03-1.01L.466 3.703c-.004-.766-.091-1.55.089-2.302zM.986 23.441c5.476.052 10.954.004 16.43.024.222.01.444.038.665.055-.311.044-.625.028-.939.029-5.165-.001-10.33.001-15.496-.001a1.906 1.906 0 0 1-.661-.108z"/><path fill="#d3d5d7" d="M13.28 3.008c.124-.355.546-.45.693-.794 1.118.274 1.657 1.354 2.349 2.161.529.578 1.066 1.153 1.541 1.774.111.32.227.962-.25 1.012-.595.104-1.267-.266-1.808.074-.34.682.099 1.572-.41 2.196-.285.398-.481.874-.902 1.156-1.648 1.258-3.542 2.137-5.352 3.127-.79.267-1.426.858-2.228 1.096-.527.494-1.342.633-1.726 1.284-.382.555-.086 1.318-.531 1.848-.415.714-1.455.627-1.967.065.059-.093.115-.189.187-.272.221.04.241.321.339.483.342.018.711.09 1.034-.06.254-.146.236-.48.287-.73l.01-.058c.12-.446.266-.886.396-1.33.169-.557.769-.752 1.204-1.051.66-.44 1.496-.621 2.047-1.211l.067-.006c.191-.012.391-.03.553-.143.368-.243.813-.377 1.105-.725l.073-.007c.21-.01.42-.055.597-.174.346-.227.783-.35 1.009-.723.608-.132 1.158-.49 1.616-.902l.036-.006c.505.003.785-.461 1.147-.735.591-.451.824-1.179 1.096-1.838.228-.553-.036-1.208.254-1.735.543-.191 1.089.058 1.606.209.37.15.53-.383.381-.635-.992-1.138-1.924-2.33-2.935-3.453-.208-.383-.823-.432-1.072-.07-.529.57-.825 1.302-1.319 1.897-.331.453-.581.959-.936 1.395-.212.241-.241.565-.248.871.724.237 1.336-.318 2.048-.28.199.618.288 1.307.037 1.923-.189.422-.615.658-1.009.855-.52.248-.992.583-1.511.83-.466.244-1 .392-1.364.793-.434.003-.748.336-1.13.49-.444.268-.941.432-1.382.706-.306.145-.65.254-.836.561l-.078.01c-.595.04-1.092.472-1.48.893-.491.021-.715.512-1.052.792-.387.309-.362.888-.778 1.175-.137-.535.363-.868.589-1.288 1.179-1.244 2.777-1.939 4.245-2.749 1.524-.758 3.063-1.518 4.563-2.355.347-.195.638-.468.934-.729.464-.35.211-.998.248-1.488-.697-.161-1.419.253-2.096-.003-.27-.37-.095-.913.233-1.199.16-.542.628-.887.889-1.37.25-.568.743-.982.985-1.556z"/><path fill="#9a9ca1" d="M13.727 2.835c.25-.362.865-.313 1.072.07 1.011 1.123 1.943 2.315 2.935 3.453.149.252-.012.785-.381.635-.517-.152-1.063-.4-1.606-.209-.291.527-.027 1.181-.254 1.735-.272.66-.505 1.388-1.096 1.838-.362.274-.643.738-1.147.735.293-.393.777-.561 1.11-.91.402-.427.765-.935.811-1.538.143-.659.177-1.37.489-1.975.621-.204 1.304.215 1.912-.108-.339-.661-.902-1.161-1.384-1.714-.527-.614-1.058-1.225-1.535-1.88-.148-.235-.438-.245-.685-.276-.675 1.221-1.531 2.332-2.305 3.49-.095.166-.12.358-.162.54.49.029.976-.046 1.462-.088.274-.027.599.058.715.335.317.792.091 1.794-.603 2.314-.839.431-1.629.952-2.487 1.349-.368.205-.722.478-1.162.487.364-.4.898-.549 1.364-.793.519-.248.991-.582 1.511-.83.394-.197.821-.433 1.009-.855.251-.616.162-1.305-.037-1.923-.712-.038-1.324.517-2.048.28.006-.306.036-.63.248-.871.355-.436.605-.942.936-1.395.494-.595.791-1.327 1.319-1.897z"/><path fill="#fffffe" d="M6.605 2.905c.462-.165 1.042.032 1.232.503.224.543.23 1.198-.028 1.73-.269.557-1.1.672-1.528.24-.359-.364-.398-.918-.358-1.4.036-.435.236-.926.682-1.074z"/><path fill="#292c34" d="M13.933 3.119c.267.007.639-.086.766.23.239.471.704.758.985 1.198.502.721 1.16 1.322 1.692 2.012-.599.082-1.056-.457-1.66-.354-.182.223-.437.394-.567.655-.081.682-.019 1.379-.143 2.056-.12.379-.385.694-.677.955-.745.816-1.778 1.297-2.752 1.766-.225.251-.544.352-.868.402-.158.388-.646.302-.911.568-.213.224-.52.276-.811.322-.151.42-.688.293-.951.593-.219.238-.555.252-.854.296l-.106.272c-.359.07-.725.171-.963.47-.636.206-1.245.615-1.567 1.219-.169.586-.01 1.224-.206 1.804-.267.313-.733.237-1.087.141-.116-.577-.086-1.168-.077-1.753-.012-.467.426-.762.535-1.195.462-.288.771-.798 1.304-.971.285-.08.455-.363.752-.42.276-.047.459-.261.683-.402.677-.14 1.201-.631 1.816-.917.612-.13 1.08-.577 1.631-.847.702-.264 1.31-.725 2.01-.998.556-.432 1.27-.635 1.779-1.136.325-.59.152-1.309.187-1.954.056-.453-.326-.901-.773-.911-.442.186-.878.44-1.382.326.485-.695.928-1.415 1.413-2.111.302-.416.64-.821.801-1.319M5.27 13.979c-.54.389-1.131.744-1.515 1.301-.351.653-.574 1.448-.293 2.167.073.206.351.416.525.189.574-.507.328-1.337.455-2.003.032-.573.679-.714 1.042-1.037.337-.302.741-.525 1.198-.57l.008-.259c-.477-.073-1.013-.086-1.42.213z"/><path fill="#929599" d="M8.296 11.609c.382-.154.696-.488 1.13-.49-.604.651-1.546.813-2.272 1.297-.346.18-.669.448-1.076.46.186-.307.53-.416.836-.561.441-.274.937-.438 1.382-.706z"/><path fill="#8f9295" d="M11.597 12.001a3.5 3.5 0 0 1 1.616-.902c-.458.412-1.009.771-1.616.902z"/><path fill="#a6a9ac" d="M9.992 12.898A4.087 4.087 0 0 1 11.598 12c-.226.373-.664.496-1.009.723a1.15 1.15 0 0 1-.597.174z"/><path fill="#a1a3a8" d="M4.52 13.779c.388-.42.885-.853 1.48-.893-.407.411-.951.675-1.48.893z"/><path fill="#a2a5a8" d="M9.366 13.061c.161-.115.359-.146.552-.156-.291.348-.737.481-1.105.725-.162.112-.362.13-.553.143.283-.357.743-.464 1.105-.712z"/><path fill="#1c1f27" d="M5.27 13.979c.407-.299.944-.285 1.42-.213l-.008.259c-.457.045-.861.267-1.198.57-.363.324-1.01.464-1.042 1.037-.127.666.119 1.496-.455 2.003-.174.227-.453.017-.525-.189-.281-.719-.058-1.513.293-2.167.384-.557.975-.913 1.515-1.301z"/><path fill="#909395" d="M3.468 14.571c.337-.28.561-.771 1.052-.792-.452.572-1.166.964-1.386 1.698a4.47 4.47 0 0 0-.047 2.019c.054.326.326.636.667.653.344-.119.623-.396.782-.719-.051.25-.034.584-.287.73-.323.15-.692.078-1.034.06-.097-.163-.117-.443-.339-.483l-.17-.039a30.957 30.957 0 0 1-.016-1.951c.416-.287.39-.867.778-1.175z"/><path fill="#9a9ea0" d="M7.353 14.1c.256-.16.525-.328.841-.322-.551.59-1.387.771-2.047 1.211-.435.3-1.035.494-1.204 1.051-.13.444-.276.883-.396 1.33-.153-.806.14-1.701.83-2.172.635-.407 1.323-.723 1.976-1.099z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-horn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fb0f0c" d="M11.044 0h1.998c.801.148 1.614.25 2.395.491 3.861 1.084 7.061 4.256 8.161 8.114.328 1.063.461 2.171.522 3.277v.232c-.081 2.232-.692 4.466-1.919 6.346-1.983 3.143-5.466 5.153-9.137 5.541h-1.991c-.8-.147-1.611-.247-2.392-.487-3.863-1.076-7.067-4.243-8.177-8.098-.245-.771-.343-1.574-.505-2.364v-2.07c.156-.801.258-1.615.504-2.395C1.611 4.73 4.817 1.563 8.681.486 9.452.25 10.254.152 11.042.001m-.388.411C8.241.706 5.911 1.74 4.131 3.405 1.015 6.18-.371 10.722.671 14.763c.864 3.707 3.705 6.862 7.274 8.166 3.952 1.509 8.693.657 11.843-2.174 3.15-2.698 4.634-7.165 3.712-11.21-.701-3.408-3.055-6.399-6.154-7.96C15.292.56 12.937.132 10.655.412z"/><path fill="#fff" d="M10.654.412c2.282-.28 4.637.148 6.691 1.173 3.099 1.561 5.454 4.552 6.154 7.96.921 4.045-.562 8.512-3.712 11.21-3.15 2.832-7.891 3.683-11.843 2.174-3.569-1.304-6.41-4.459-7.274-8.166-1.042-4.041.344-8.583 3.46-11.358C5.91 1.739 8.24.706 10.653.412m.006.608c-3.143.371-6.087 2.181-7.838 4.817-2.27 3.285-2.507 7.834-.592 11.338 1.728 3.318 5.247 5.619 8.983 5.856a11.081 11.081 0 0 0 7.198-1.961c2.987-2.039 4.847-5.631 4.746-9.253-.016-3.706-2.088-7.309-5.255-9.223-2.137-1.345-4.74-1.887-7.241-1.575z"/><path fill="#fff" d="M6.127 4.634c2.935-2.381 7.315-2.738 10.587-.841 2.359 1.318 4.102 3.688 4.625 6.343.564 2.706-.148 5.642-1.899 7.783-1.09-1.076-2.172-2.161-3.255-3.244.273-.314.435-.699.587-1.082.923.014 1.856-.082 2.763.134.72.006.73-1.333.001-1.33-.895.168-1.807.087-2.711.098-.087-1.122-.943-2.1-2.059-2.29-1.04-.172-2.102-.053-3.151-.089-1.833-1.824-3.668-3.645-5.487-5.48zM4.612 6.153c1.172 1.189 2.399 2.33 3.528 3.56-1.24-.346-2.439-.821-3.643-1.27-.657 1.36-.669 3.084.011 4.438 1.698-.657 3.412-1.335 5.214-1.641.418.423.837.848 1.269 1.258-.964.07-1.984-.17-2.908.175-1.208.556-.941 2.642.402 2.831 1.848.077 3.703.007 5.554.034 1.278 1.309 2.593 2.583 3.876 3.886-2.946 2.376-7.342 2.688-10.601.765-2.232-1.275-3.905-3.494-4.488-6-.674-2.767.006-5.814 1.787-8.035z"/><path fill="#fff" d="M12.699 11.191c1.113-.074 2.757-.104 3.033 1.299-.575.013-1.151.007-1.725.007a53.73 53.73 0 0 1-1.309-1.306zM8.8 14.452c-.538.069-.546-.953-.001-.86 1.097-.004 2.195-.011 3.292.006.279.292.563.576.854.856-1.382 0-2.764.008-4.145-.002z"/><path fill="#f4110b" d="M10.659 1.02c2.501-.312 5.104.23 7.241 1.575 3.167 1.914 5.239 5.516 5.255 9.223.101 3.622-1.758 7.213-4.746 9.253a11.074 11.074 0 0 1-7.198 1.961c-3.735-.238-7.254-2.539-8.983-5.856C.313 13.672.55 9.123 2.82 5.838c1.751-2.636 4.695-4.445 7.838-4.817M6.127 4.634c1.82 1.836 3.654 3.657 5.487 5.48-1.172.043-2.359-.001-3.475-.4-1.129-1.23-2.355-2.371-3.528-3.56-1.781 2.22-2.462 5.268-1.787 8.035.583 2.506 2.255 4.725 4.488 6 3.259 1.924 7.655 1.611 10.601-.765-1.283-1.303-2.598-2.577-3.876-3.886.788-.005 1.598-.283 2.147-.864 1.083 1.083 2.165 2.168 3.255 3.244 1.751-2.141 2.464-5.076 1.899-7.783-.523-2.654-2.266-5.024-4.625-6.343-3.272-1.897-7.651-1.54-10.587.841z"/><path fill="#f4110b" d="M9.721 11.24c.99-.101 1.986-.03 2.979-.049.429.443.864.879 1.309 1.306l-3.019.001c-.432-.41-.85-.835-1.269-1.258zM12.092 13.598c1.042.002 2.089-.047 3.13.024l.106.229.058.101c-.681.579-1.605.525-2.44.502a28.72 28.72 0 0 1-.854-.856z"/><path d="M4.496 8.443c1.205.449 2.404.924 3.643 1.27 1.116.399 2.302.444 3.475.4 1.049.036 2.112-.083 3.151.089 1.116.191 1.972 1.169 2.059 2.29.905-.011 1.816.07 2.711-.098.728-.002.719 1.336-.001 1.33-.907-.216-1.84-.119-2.763-.134-.152.382-.315.768-.587 1.082-.549.58-1.359.859-2.147.864-1.851-.027-3.706.043-5.554-.034-1.342-.188-1.61-2.275-.402-2.831.924-.345 1.944-.105 2.908-.175l3.019-.001c.574 0 1.149.006 1.725-.007-.276-1.403-1.92-1.372-3.033-1.299-.993.019-1.989-.052-2.979.049-1.802.306-3.516.984-5.214 1.641-.68-1.354-.668-3.078-.011-4.438M8.8 14.452c1.381.011 2.763.002 4.145.002.835.023 1.758.077 2.44-.502l-.058-.101c.341.042.104-.472-.106-.229-1.041-.071-2.088-.022-3.13-.024-1.097-.017-2.195-.01-3.292-.006-.545-.093-.537.929.001.86z"/><path fill="#e6d9d9" d="M15.221 13.622c.21-.242.447.271.106.229l-.106-.229z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-horn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.894 0h2.115c3.512.322 6.849 2.214 8.852 5.129 1.219 1.717 1.911 3.765 2.139 5.85v2.029c-.321 3.513-2.214 6.85-5.129 8.853-1.717 1.219-3.765 1.911-5.85 2.139h-2.029c-3.512-.321-6.85-2.214-8.853-5.129C.92 17.154.228 15.106 0 13.021v-2.029C.216 9 .85 7.042 1.973 5.373c1.966-3.024 5.348-5 8.921-5.374m-.041.249A11.695 11.695 0 0 0 4.21 3.177C1.951 5.187.511 8.093.32 11.116c-.267 3.427 1.082 6.934 3.575 9.299 2.595 2.538 6.414 3.745 9.997 3.151 3.289-.505 6.307-2.494 8.083-5.307 1.853-2.868 2.336-6.561 1.308-9.815a11.8 11.8 0 0 0-5.832-6.949A11.743 11.743 0 0 0 10.854.248z"/><path fill="#fff" d="M6.457 5.873a8.322 8.322 0 0 1 5.797-2.181c2.894.05 5.684 1.749 7.044 4.306 1.497 2.674 1.298 6.169-.473 8.666-1.586-1.382-3.166-2.772-4.761-4.145.966-.027 1.971-.068 2.884.308.212.095.327.31.457.489.272.004.545.005.817.003.002-.968.002-1.936.001-2.905-.273 0-.546 0-.819.002-.059.247-.119.529-.384.633-1.415.575-2.97.382-4.438.169-2.041-1.783-4.089-3.558-6.126-5.346zM5.283 7.223c.955.848 1.955 1.65 2.866 2.546-.488-.183-.882-.522-1.248-.882-.006 2.051-.005 4.103 0 6.155 1.279-1.276 3.109-1.736 4.795-2.221 1.974 1.739 3.968 3.455 5.933 5.202-2.4 2.284-6.229 2.83-9.187 1.349-1.98-.959-3.549-2.739-4.226-4.835-.823-2.427-.413-5.223 1.068-7.314z"/><path fill="#ff0303" d="M10.853.248a11.748 11.748 0 0 1 6.597 1.247 11.798 11.798 0 0 1 5.832 6.949c1.028 3.254.545 6.948-1.308 9.815-1.776 2.813-4.794 4.802-8.083 5.307-3.582.594-7.402-.613-9.997-3.151C1.4 18.05.052 14.543.319 11.116c.192-3.022 1.632-5.929 3.89-7.939A11.69 11.69 0 0 1 10.852.248M6.457 5.873c2.036 1.788 4.085 3.563 6.126 5.346.469.462 1.003.85 1.482 1.3 1.595 1.373 3.175 2.763 4.761 4.145 1.771-2.497 1.969-5.992.473-8.666-1.361-2.557-4.15-4.255-7.044-4.306a8.322 8.322 0 0 0-5.797 2.181m-1.175 1.35c-1.481 2.091-1.891 4.888-1.068 7.314.678 2.096 2.247 3.876 4.226 4.835 2.958 1.48 6.787.934 9.187-1.349-1.965-1.747-3.959-3.463-5.933-5.202-1.175-1.024-2.315-2.101-3.546-3.052-.911-.896-1.911-1.699-2.866-2.546z"/><path fill="#030303" d="M6.9 8.887c.367.359.76.698 1.248.882 1.232.951 2.371 2.028 3.546 3.052-1.686.485-3.516.945-4.795 2.221a1147.63 1147.63 0 0 1 0-6.154zM17.406 10.417c.273-.002.546-.002.819-.002.001.968.001 1.936-.001 2.905-.272.002-.545.001-.817-.003-.131-.179-.245-.394-.457-.489-.913-.376-1.918-.335-2.884-.308-.479-.45-1.014-.837-1.482-1.3 1.469.213 3.023.406 4.438-.169.265-.104.325-.386.384-.633z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-lane-change-to-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.946 0h2.086c.809.163 1.634.25 2.424.502 3.557 1.034 6.536 3.834 7.798 7.316.398 1.007.557 2.08.746 3.139v2.064c-.325 2.754-1.468 5.44-3.451 7.408-1.973 2.046-4.697 3.23-7.495 3.571h-2.086c-.875-.167-1.763-.276-2.61-.564-3.535-1.094-6.467-3.935-7.675-7.433-.36-.952-.499-1.962-.683-2.957v-2.074C.185 9.875.359 8.768.778 7.73 2.055 4.286 5.016 1.526 8.544.501c.781-.252 1.601-.335 2.402-.502m-1.756 2.7c-2.358.686-4.411 2.329-5.623 4.463-1.926 3.28-1.644 7.672.666 10.691 1.472-1.463 2.936-2.932 4.403-4.4.656-.658 1.325-1.303 1.963-1.978.233-.209.455-.428.662-.662.505-.473.986-.97 1.475-1.46 1.706-1.706 3.42-3.408 5.118-5.123-2.432-1.841-5.749-2.425-8.664-1.53m4.382 9.628c-.77.769-1.543 1.536-2.308 2.311-1.711 1.703-3.415 3.413-5.123 5.119 2.508 1.916 5.972 2.473 8.957 1.45a9.713 9.713 0 0 0 5.376-4.451c1.879-3.272 1.588-7.625-.712-10.616-2.068 2.058-4.128 4.124-6.191 6.187z"/><path fill="#fff" d="M9.19 2.699c2.915-.895 6.232-.311 8.664 1.53-1.698 1.715-3.412 3.416-5.118 5.123.013-1.808.006-3.619.004-5.429a72.818 72.818 0 0 0-1.478 0c-.005 2.297-.005 4.594 0 6.889a8.27 8.27 0 0 1-.662.662c-.498-.151-1.038-.402-1.235-.925-.295-.781-.17-1.636-.194-2.452.43-.001.86-.001 1.29-.005a323.938 323.938 0 0 0-2.369-3.965C7.3 5.447 6.51 6.767 5.727 8.092c.424.001.848.002 1.272.011.026 1.495-.116 3.067.464 4.482.18.509.688.742 1.174.866-1.466 1.469-2.93 2.938-4.403 4.4-2.31-3.019-2.592-7.411-.666-10.691C4.78 5.026 6.833 3.384 9.191 2.697zM13.572 12.328c2.063-2.063 4.123-4.129 6.191-6.187 2.299 2.992 2.591 7.344.712 10.616a9.713 9.713 0 0 1-5.376 4.451c-2.984 1.024-6.449.467-8.957-1.45 1.708-1.706 3.412-3.416 5.123-5.119-.012 1.812-.006 3.625-.004 5.438.493.005.985.005 1.478 0 .008-1.789-.004-3.578.006-5.368.707.302 1.582.706 1.709 1.558.186 1.192.041 2.402.008 3.601.836.007 1.674.005 2.512.001-.049-1.934.34-4.055-.678-5.813-.67-.874-1.741-1.307-2.724-1.729z"/><path d="M11.261 3.923c.493-.005.985-.005 1.478 0 .002 1.81.01 3.62-.004 5.429-.488.491-.97.988-1.475 1.46-.005-2.296-.005-4.592 0-6.889zM8.09 4.128c.8 1.315 1.586 2.639 2.369 3.965-.43.004-.86.004-1.29.005.024.816-.101 1.67.194 2.452.197.523.737.774 1.235.925-.638.674-1.307 1.32-1.963 1.978-.486-.125-.994-.358-1.174-.866-.581-1.415-.438-2.987-.464-4.482-.424-.008-.848-.01-1.272-.011A753.273 753.273 0 0 1 8.09 4.129zM11.264 14.639c.764-.775 1.537-1.542 2.308-2.311.983.422 2.054.856 2.724 1.729 1.018 1.758.629 3.878.678 5.813-.838.004-1.675.006-2.512-.001.032-1.199.178-2.41-.008-3.601-.127-.852-1.002-1.255-1.709-1.558-.01 1.789.002 3.578-.006 5.368-.493.005-.985.005-1.478 0-.002-1.813-.008-3.626.004-5.438z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-lane-change-to-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.966 0h2.052c.847.16 1.709.263 2.532.53 3.486 1.046 6.404 3.788 7.672 7.2.418 1.038.592 2.146.779 3.242v2.032c-.398 4.063-2.876 7.888-6.568 9.697-1.362.728-2.884 1.064-4.398 1.298h-2.052c-4.06-.402-7.876-2.881-9.688-6.566C.574 16.065.226 14.547 0 13.029v-2.041c.182-1.134.373-2.276.811-3.344C2.093 4.271 4.993 1.567 8.45.529 9.267.264 10.124.162 10.965 0M6.144 4.228c1.7 1.715 3.414 3.415 5.119 5.125.49.49.974.985 1.476 1.464.214.228.434.448.661.662.646.67 1.31 1.319 1.967 1.978 1.466 1.464 2.929 2.933 4.398 4.394 1.747-2.305 2.369-5.404 1.663-8.207a9.717 9.717 0 0 0-4.147-5.81c-3.32-2.195-7.978-2.028-11.137.394M4.236 6.137c-1.77 2.334-2.387 5.479-1.639 8.309.632 2.503 2.323 4.71 4.567 5.984 3.282 1.927 7.68 1.649 10.694-.673-1.709-1.705-3.413-3.415-5.122-5.119-.767-.773-1.541-1.541-2.309-2.312-2.066-2.062-4.126-4.128-6.192-6.188z"/><path fill="#fff" d="M6.144 4.228c3.16-2.422 7.817-2.588 11.137-.394a9.717 9.717 0 0 1 4.147 5.81c.706 2.803.084 5.902-1.663 8.207-1.469-1.462-2.932-2.93-4.398-4.394.486-.136.997-.368 1.175-.883.574-1.416.433-2.982.462-4.476.424-.001.848-.001 1.272-.005-.786-1.325-1.577-2.646-2.368-3.968a546.468 546.468 0 0 0-2.371 3.968c.432.002.863.004 1.295.004-.025.817.097 1.672-.198 2.453-.194.527-.739.766-1.234.93a15.283 15.283 0 0 1-.661-.662c.006-2.299.002-4.597.001-6.895a182.78 182.78 0 0 0-1.481 0c0 1.811-.007 3.622.004 5.431-1.705-1.71-3.419-3.41-5.119-5.125zM4.236 6.137c2.066 2.06 4.126 4.127 6.192 6.188-1.001.442-2.126.871-2.77 1.805-.961 1.752-.587 3.83-.634 5.741.838.002 1.675.002 2.514 0-.036-1.2-.181-2.412.005-3.606.132-.853 1.007-1.249 1.711-1.559.008 1.79-.001 3.582.005 5.372h1.481c.001-1.814.007-3.628-.004-5.441 1.709 1.704 3.413 3.414 5.122 5.119-3.014 2.322-7.412 2.6-10.694.673-2.244-1.274-3.935-3.481-4.567-5.984-.748-2.83-.131-5.975 1.639-8.309z"/><path d="M11.26 3.922c.493-.002.988-.002 1.481 0 .001 2.298.005 4.596-.001 6.895-.502-.479-.986-.974-1.476-1.464-.011-1.81-.004-3.62-.004-5.431zM13.537 8.093c.786-1.326 1.574-2.65 2.371-3.968.791 1.322 1.582 2.644 2.368 3.968-.424.004-.848.004-1.272.005-.029 1.494.112 3.06-.462 4.476-.178.515-.689.748-1.175.883-.656-.659-1.321-1.308-1.967-1.978.494-.164 1.039-.403 1.234-.93.295-.781.173-1.636.198-2.453-.432 0-.863-.001-1.295-.004zM7.658 14.13c.643-.934 1.769-1.363 2.77-1.805.768.772 1.542 1.54 2.309 2.312.011 1.813.005 3.626.004 5.441H11.26c-.006-1.79.004-3.582-.005-5.372-.704.31-1.579.706-1.711 1.559-.186 1.194-.041 2.406-.005 3.606-.839.002-1.676.002-2.514 0 .047-1.91-.328-3.989.634-5.741z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-learner-drivers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#df032b" d="M10.018 0h3.971C18.991.927 23.085 5.03 24 10.035v3.933c-.917 5.011-5.023 9.118-10.035 10.032h-3.933C5.025 23.083.922 18.986 0 13.982v-3.98C.924 5.007 5.019.911 10.018 0M6.152 4.517c1.326 1.328 2.652 2.654 3.98 3.98.207.204.411.411.615.618.19.192.378.385.568.58h.178c.109.166.33.497.442.663.323.288.642.577.962.867.423.409.836.825 1.24 1.252 1.832 1.896 3.721 3.735 5.582 5.608 1.813-2.36 2.552-5.546 1.735-8.431-.939-3.645-4.173-6.563-7.906-7.084-2.604-.435-5.313.359-7.397 1.946M4.51 6.147c-1.621 2.158-2.426 4.964-1.908 7.64.606 3.574 3.386 6.653 6.877 7.621 2.93.893 6.202.166 8.604-1.687-.782-.784-1.554-1.58-2.362-2.341a28.721 28.721 0 0 1-1.086-1.122c-2.355-2.322-4.667-4.688-7.031-7a36.994 36.994 0 0 1-1.221-1.221c-.611-.642-1.243-1.264-1.872-1.889z"/><path fill="#fff" d="M6.152 4.517c2.084-1.587 4.793-2.381 7.397-1.946 3.733.52 6.967 3.438 7.906 7.084.817 2.885.078 6.071-1.735 8.431-1.861-1.872-3.75-3.712-5.582-5.608l.069-.737c1.492.005 2.985-.002 4.474.005.007-.154.017-.468.021-.625-1.438-.002-2.875.005-4.313-.002a110.49 110.49 0 0 1 2.303-.753l-.25-.67h-5.128l-.568-.58c2.419.029 4.838.01 7.257.012.005.335.007.672.012 1.008.171.005.509.01.677.014V8.508c-.418 0-.834 0-1.25-.002.002-1.224 0-2.45.002-3.674-.604 0-1.21 0-1.813.002l.002.575c.494.059.989.131 1.478.235-.459.254-.972.371-1.478.485 0 .128-.002.385-.005.513.406.01.81.019 1.217.031l-.031.594-1.183.002c.002.154.005.461.005.615.399.005.798.007 1.198.012-.005.152-.01.456-.012.611h-6.081a41.107 41.107 0 0 1-.014-.608l1.198-.014c0-.154.002-.461.005-.615l-1.183-.002c-.007-.15-.021-.447-.031-.594.406-.012.81-.021 1.217-.031a43.868 43.868 0 0 1-.005-.513c-.506-.116-1.019-.23-1.478-.485.49-.105.981-.176 1.478-.235l.002-.575c-.604-.002-1.21-.002-1.813-.002.002 1.221-.005 2.445.014 3.667a3733.619 3733.619 0 0 1-3.98-3.98m6.331-.129c.171.292.352.582.537.865-.192.259-.371.53-.53.81.44-.14.872-.307 1.302-.482.425.188.863.354 1.309.49a9.279 9.279 0 0 0-.551-.827c.181-.283.359-.566.532-.855-.437.143-.865.314-1.286.497a15.408 15.408 0 0 0-1.314-.497m-.07 2.145c.238.271.487.532.744.787l-.753.516c.478.347.958-.024 1.416-.197.411.169.829.33 1.257.459a13.507 13.507 0 0 0-.554-.839c.204-.25.404-.501.596-.758-.447.1-.884.235-1.316.378-.449-.173-.908-.326-1.39-.345zM4.51 6.147c.63.625 1.262 1.248 1.872 1.889-.209 0-.63-.005-.839-.005.002 3.422.002 6.844 0 10.265h10.189c-.002-.228-.01-.687-.012-.917.808.76 1.58 1.556 2.362 2.341-2.402 1.853-5.674 2.581-8.604 1.687-3.491-.967-6.271-4.047-6.877-7.621-.518-2.676.288-5.482 1.908-7.64z"/><path fill="#fff" d="M7.604 9.258c2.364 2.312 4.676 4.679 7.031 7-2.343-.045-4.688-.01-7.031-.019V9.258zM11.936 10.358c1.095.024 2.191.014 3.289.031-.775.285-1.552.556-2.326.836-.321-.29-.639-.58-.962-.867z"/><path d="M12.482 4.391c.447.143.882.314 1.314.497.421-.183.848-.354 1.286-.497-.173.29-.352.573-.532.855.2.266.383.542.551.827a11.366 11.366 0 0 1-1.309-.49c-.43.176-.863.342-1.302.482.159-.28.337-.551.53-.81a20.767 20.767 0 0 1-.537-.865z"/><path d="M10.118 4.831c.604 0 1.21 0 1.813.002l-.002.575c-.497.059-.989.131-1.478.235.459.254.972.368 1.478.485 0 .128.002.385.005.513-.406.01-.81.019-1.217.031.01.147.024.444.031.594l1.183.002c-.002.154-.005.461-.005.615l-1.198.014c.002.152.01.456.014.608h6.081c.002-.154.007-.459.012-.611-.399-.005-.798-.007-1.198-.012 0-.154-.002-.461-.005-.615l1.183-.002.031-.594c-.406-.012-.81-.021-1.217-.031.002-.128.005-.385.005-.513.506-.114 1.019-.23 1.478-.485-.49-.105-.984-.176-1.478-.235l-.002-.575c.604-.002 1.21-.002 1.813-.002-.002 1.224 0 2.45-.002 3.674.416.002.832.002 1.25.002v1.642c-.169-.005-.506-.01-.677-.014-.005-.335-.007-.672-.012-1.008-2.419-.002-4.838.017-7.257-.012a89.585 89.585 0 0 0-.615-.618c-.019-1.221-.012-2.445-.014-3.667z"/><path d="M12.411 6.537c.482.019.941.171 1.39.345.432-.143.87-.278 1.316-.378-.192.257-.392.509-.596.758.192.273.38.551.554.839a13.47 13.47 0 0 1-1.257-.459c-.459.173-.939.544-1.416.197l.753-.516a15.346 15.346 0 0 1-.744-.787zM5.544 8.032c.209 0 .63.005.839.005.397.416.806.825 1.221 1.221v6.981c2.343.01 4.688-.026 7.031.019.352.383.713.758 1.086 1.122.002.23.01.689.012.917H5.544c.002-3.422.002-6.844 0-10.265zM11.494 9.695h4.95l.25.67c-.77.245-1.537.492-2.303.753 1.438.007 2.875 0 4.313.002-.005.157-.014.47-.021.625-1.49-.007-2.982 0-4.474-.005l-.069.737a37.543 37.543 0 0 0-1.24-1.252c.775-.28 1.552-.551 2.326-.836-1.098-.017-2.193-.007-3.289-.031a84.789 84.789 0 0 1-.442-.663z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-or-u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#de0222" d="M10.965.565c3.185-.309 6.476.737 8.863 2.876 2.486 2.187 4.007 5.478 3.92 8.801.064 4.138-2.377 8.156-5.998 10.125-3.456 1.952-7.919 1.939-11.361-.035-4.338-2.35-6.783-7.644-5.728-12.47C1.579 4.944 5.987.988 10.965.565M6.259 4.739c.332.382.691.741 1.072 1.076.286.265.57.537.864.795l-.024.078c.247.21.436.526.742.648.959.983 1.925 1.959 2.916 2.908l-.056.042c1.481 1.423 2.884 2.928 4.389 4.325.741.697 1.436 1.439 2.171 2.142v.081c.412.389.812.792 1.205 1.201 2.11-2.635 2.635-6.435 1.291-9.535-1.307-3.141-4.407-5.442-7.799-5.75-2.404-.251-4.874.502-6.771 1.988M4.646 6.301a10.216 10.216 0 0 0-1.178 1.968c-.01.092-.017.184-.022.276l.047.034-.075-.023c-.726 1.315-.853 2.93-.756 4.413.268 3.736 2.999 7.114 6.568 8.218 2.807.895 6.125.452 8.438-1.421.093-.04.184-.084.275-.128-.578-.625-1.218-1.19-1.781-1.829a215.333 215.333 0 0 0-5.068-5.047c-.692-.642-1.336-1.337-2.021-1.988-.261-.429-.692-.731-1.051-1.078l.064.217c-.76-1.058-1.822-1.897-2.731-2.84l.056-.035c-.259-.242-.508-.495-.766-.738z"/><path fill="#fefefe" d="M6.259 4.739C8.156 3.253 10.626 2.5 13.03 2.751c3.392.308 6.492 2.61 7.799 5.75 1.344 3.099.819 6.899-1.291 9.535-.393-.41-.793-.812-1.205-1.201v-.081c-.017-1.707.032-3.417-.023-5.122-.145-2.205-2.04-4.121-4.248-4.269-1.715-.051-3.433.006-5.149-.025-.305-.122-.495-.439-.742-.648l.024-.078c.155-.429.347-.96-.156-1.232-.239.141-.475.287-.708.436A11.705 11.705 0 0 1 6.259 4.74zM4.646 6.301c.258.244.507.496.766.738l-.056.035c-.629.399-1.246.817-1.888 1.195.312-.702.719-1.355 1.178-1.968zM2.662 12.97c-.097-1.484.03-3.098.756-4.413l.075.023c1.424.899 2.832 1.825 4.262 2.713.248.205.509-.017.686-.2-.122-.392-.23-.787-.354-1.178l-.064-.217c.359.347.79.648 1.051 1.078-.262 1.41-.096 2.848-.15 4.273-.513-.138-1.011-.341-1.537-.421-.359.051-.398.479-.196.716.931 1.479 1.887 2.941 2.822 4.418 1.017-1.585 2.041-3.165 3.04-4.761-.424-.767-1.324-.016-1.953.046-.007-.761-.004-1.522-.005-2.284a217.268 217.268 0 0 1 5.068 5.047c-.001.658.004 1.318-.007 1.977.504-.002 1.01.013 1.513-.019-2.313 1.873-5.63 2.315-8.438 1.421-3.57-1.104-6.301-4.482-6.568-8.218z"/><path fill="#fefefe" d="M11.829 10.245c1.047-1.072 2.964-.952 3.824.29.862 1.177.385 2.73.509 4.078-1.505-1.396-2.908-2.902-4.389-4.325l.056-.042z"/><path fill="#120f0f" d="M7.331 5.816c.233-.149.469-.296.708-.436.503.272.312.802.156 1.232-.295-.258-.578-.53-.864-.795z"/><path fill="#020202" d="M3.468 8.269c.642-.378 1.259-.796 1.888-1.195.909.943 1.971 1.782 2.731 2.84.124.392.232.787.354 1.178-.177.183-.438.405-.686.2-1.43-.887-2.838-1.813-4.262-2.713l-.047-.034c.005-.092.012-.184.022-.276zM8.913 7.337c1.716.032 3.434-.025 5.149.025 2.208.148 4.103 2.064 4.248 4.269.055 1.705.006 3.416.023 5.122-.735-.703-1.43-1.445-2.171-2.142-.124-1.348.353-2.901-.509-4.078-.861-1.241-2.777-1.361-3.824-.29a117.58 117.58 0 0 1-2.916-2.908zM9.074 10.775c.685.651 1.328 1.345 2.021 1.988.001.761-.002 1.522.005 2.284.629-.062 1.528-.813 1.953-.046-.999 1.596-2.023 3.176-3.04 4.761-.935-1.478-1.891-2.939-2.822-4.418-.201-.238-.162-.665.196-.716.526.08 1.024.282 1.537.421.055-1.424-.112-2.863.15-4.273zM16.162 17.81c.562.639 1.202 1.204 1.781 1.829a5.705 5.705 0 0 1-.275.128c-.503.033-1.008.017-1.513.019.011-.659.006-1.319.007-1.977z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.506 0h2.991c2.627.411 5.145 1.58 7.029 3.474C22.42 5.36 23.59 7.878 24 10.505v2.992c-.411 2.626-1.579 5.145-3.474 7.029-1.886 1.894-4.404 3.065-7.033 3.474h-2.991c-2.626-.411-5.145-1.579-7.029-3.474C1.579 18.64.408 16.122-.001 13.493v-2.991c.411-2.627 1.58-5.145 3.474-7.029C5.359 1.579 7.877.408 10.506-.001M5.999 3.72c.466.509.942 1.009 1.43 1.497 1.048 1.112 2.128 2.193 3.193 3.289 1.317 1.422 2.691 2.791 4.031 4.191a41.313 41.313 0 0 0 2.409 2.4l-.005.086c.989 1.063 2.016 2.091 3.023 3.137 2.223-2.766 2.805-6.725 1.494-10.021-1.234-3.253-4.238-5.754-7.666-6.361-2.734-.53-5.659.146-7.909 1.783m-4.193 8.405c-.024 3.502 1.974 6.897 4.98 8.668 3.536 2.175 8.369 1.847 11.594-.761-.577-.555-1.074-1.208-1.737-1.665-.668-.668-1.268-1.399-1.937-2.067-3.517-3.613-7.052-7.21-10.6-10.794-1.505 1.849-2.369 4.227-2.3 6.618z"/><path fill="#fff" d="M5.999 3.72c2.249-1.638 5.174-2.313 7.909-1.783 3.428.608 6.431 3.109 7.666 6.361 1.311 3.296.729 7.255-1.494 10.021-1.007-1.046-2.034-2.073-3.023-3.137l.005-.086c.029-1.917.043-3.839-.014-5.755-.333-1.568-1.759-2.791-3.281-3.169-1.367-.04-2.738-.04-4.107-.069.003-.723.01-1.444.003-2.166-.747.423-1.49.85-2.234 1.279a48.07 48.07 0 0 1-1.43-1.497zM1.806 12.126c-.069-2.391.795-4.769 2.3-6.618 3.548 3.583 7.083 7.181 10.6 10.794-.011 1.011-.004 2.021-.005 3.032.823.003 1.647.014 2.47-.006-.037-.387-.249-.703-.529-.959.664.457 1.16 1.109 1.737 1.665-3.225 2.608-8.058 2.936-11.594.761-3.006-1.771-5.004-5.166-4.98-8.668m2.007-4.841c1.404.794 2.796 1.616 4.222 2.368-.959-1.062-1.989-2.059-2.995-3.075-.406.241-.816.474-1.227.707z"/><path fill="#fff" d="M10.621 8.506c.867.036 1.754-.087 2.604.107.814.336 1.542 1.18 1.435 2.106-.004.66-.004 1.319-.008 1.977-1.34-1.4-2.714-2.769-4.031-4.191z"/><path fill="#1f1a17" d="M7.429 5.217a291.97 291.97 0 0 1 2.234-1.279c.008.723 0 1.444-.003 2.166 1.369.029 2.74.029 4.107.069 1.522.378 2.948 1.601 3.281 3.169.057 1.916.043 3.837.014 5.755a41.313 41.313 0 0 1-2.409-2.4c.004-.659.004-1.317.008-1.977.107-.927-.62-1.771-1.435-2.106-.85-.194-1.737-.071-2.604-.107C9.557 7.412 8.477 6.33 7.429 5.218zM3.812 7.286c.411-.234.821-.466 1.227-.707 1.006 1.016 2.036 2.013 2.995 3.075-1.426-.752-2.817-1.574-4.222-2.368zM14.706 16.302c.669.668 1.269 1.399 1.937 2.067.28.255.491.572.529.959-.823.02-1.647.009-2.47.006.001-1.011-.006-2.021.005-3.032z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-turn--g2" xmlns="http://www.w3.org/2000/svg"><path d="M10.819 0h2.336c1.691.342 3.536.636 4.909 1.75-3.683-2.152-8.449-2.153-12.132 0C7.296.638 9.137.351 10.818 0zM4.994 2.352c.206-.292.505-.488.859-.551-.27.209-.556.396-.859.551zM18.146 1.801c.355.066.667.259.866.565a6.773 6.773 0 0 1-.866-.565zM4.537 2.706a.43.43 0 0 1 .44-.342.73.73 0 0 1-.44.342zM19.037 2.392c.271-.038.502.162.545.425a1.289 1.289 0 0 1-.545-.425zM2.832 4.393a3.829 3.829 0 0 1 1.561-1.561c-.53.511-1.05 1.031-1.561 1.561zM19.612 2.836c.65.347 1.208.907 1.555 1.558a69.219 69.219 0 0 0-1.555-1.558zM2.365 4.978a.422.422 0 0 1 .34-.439.718.718 0 0 1-.34.439zM1.8 5.856a1.34 1.34 0 0 1 .552-.862 5.511 5.511 0 0 1-.552.862zM21.638 4.99c.296.208.497.51.56.868a5.66 5.66 0 0 1-.56-.868zM.737 8.142a4.215 4.215 0 0 1 1.01-2.206 25.647 25.647 0 0 0-1.01 2.206zM22.249 5.936c1.108 1.368 1.406 3.202 1.751 4.886v2.327c-.283 1.16-.335 2.444-1.022 3.46 1.404-3.436 1.133-7.462-.728-10.673zM7.18 8.245c1.603-.071 3.216-.008 4.823-.03a3.934 3.934 0 0 1 2.202.578 80.59 80.59 0 0 1-2.228 2.225 761.6 761.6 0 0 0-4.78.001c-.481-.456-.94-.934-1.411-1.399.464-.458.904-.946 1.394-1.375zM0 10.846c.236-.828.186-1.762.666-2.504-.821 2.7-.694 5.647.354 8.268C.336 15.604.288 14.33 0 13.18v-2.334zM12.983 12.188c.748-.776 1.514-1.534 2.284-2.287.324.562.517 1.199.515 1.85.006 2.154.001 4.309.001 6.463-.468-.463-.926-.936-1.4-1.393-.474.457-.934.929-1.4 1.393.004-2.009.002-4.018.001-6.026zM1.076 16.733c.238.437.464.878.674 1.328-.383-.338-.604-.827-.674-1.328zM22.392 17.832c.133-.386.335-.743.529-1.1a1.718 1.718 0 0 1-.529 1.1zM22.045 18.385c.058-.173.121-.386.312-.454.022.211-.12.385-.312.454zM1.804 18.142c.214.271.402.56.56.866-.3-.204-.496-.51-.56-.866zM21.181 19.592c.234-.382.505-.738.786-1.085-.122.444-.41.822-.786 1.085zM2.388 19.032c.19.14.342.323.43.544-.282-.018-.432-.286-.43-.544zM2.834 19.607c.511.529 1.038 1.042 1.56 1.559a3.876 3.876 0 0 1-1.56-1.559zM19.73 21.049c.48-.469.946-.954 1.424-1.427-.319.595-.818 1.123-1.424 1.427zM4.426 21.182c.22.088.406.238.545.43-.259.002-.526-.149-.545-.43zM18.508 21.971c.349-.289.712-.564 1.097-.804-.264.383-.65.67-1.097.804zM4.997 21.636c.49.266.94.601 1.439.852 3.416 1.868 7.722 1.814 11.156.016-1.248.972-2.909 1.162-4.412 1.496h-2.335c-2.069-.362-4.26-.919-5.848-2.364zM17.927 22.325a.868.868 0 0 1 .462-.286.374.374 0 0 1-.462.286z"/><path fill="#fff" d="M5.933 1.75c3.683-2.153 8.449-2.152 12.132 0l.082.052c.274.211.564.398.866.565l.024.025c.136.193.33.33.545.425l.03.019c.527.511 1.045 1.03 1.555 1.558l.125.139c.029.187.149.34.317.425a.938.938 0 0 1 .03.032c.158.306.349.595.56.868l.05.079c1.861 3.211 2.132 7.237.728 10.673l-.056.122c-.194.358-.396.714-.529 1.1a2.403 2.403 0 0 1-.035.1c-.191.067-.254.281-.312.454l-.078.122c-.281.347-.552.703-.786 1.085l-.026.03c-.479.473-.944.958-1.424 1.427l-.126.118c-.385.24-.748.515-1.097.804a4.59 4.59 0 0 1-.119.068.862.862 0 0 0-.462.286c-.113.058-.224.118-.335.179-3.434 1.799-7.74 1.853-11.156-.016-.499-.251-.949-.586-1.439-.852a.615.615 0 0 1-.026-.024 1.243 1.243 0 0 0-.545-.43c-.007-.005-.023-.012-.031-.017-.522-.517-1.049-1.03-1.56-1.559-.004-.007-.012-.024-.017-.031a1.26 1.26 0 0 0-.43-.544l-.024-.024a5.45 5.45 0 0 0-.56-.866l-.053-.08c-.21-.45-.437-.892-.674-1.328l-.056-.124a12.554 12.554 0 0 1-.354-8.268l.071-.199c.299-.751.642-1.484 1.01-2.206l.053-.08c.209-.27.396-.557.552-.862l.013-.017a.721.721 0 0 0 .34-.439l.127-.145c.511-.53 1.031-1.05 1.561-1.561l.144-.126a.73.73 0 0 0 .44-.342.066.066 0 0 1 .017-.012c.304-.155.589-.342.859-.551.019-.013.06-.038.079-.052M10.958.406A11.597 11.597 0 0 0 4.2 3.358C1.412 5.844-.041 9.722.449 13.427c.413 3.594 2.634 6.902 5.78 8.678 2.468 1.421 5.471 1.89 8.251 1.265 3.151-.672 5.971-2.734 7.582-5.524 1.48-2.515 1.94-5.599 1.285-8.441-.762-3.425-3.174-6.433-6.352-7.921A11.661 11.661 0 0 0 10.958.405z"/><path fill="#fff" d="M10.805 3.443c2.408-.34 4.94.394 6.787 1.978-1.132 1.122-2.243 2.266-3.388 3.373a3.934 3.934 0 0 0-2.202-.578c-1.607.022-3.22-.041-4.823.03-.491.43-.93.917-1.394 1.375.472.466.93.943 1.411 1.399 1.592-.006 3.186-.005 4.78-.001-2.166 2.209-4.37 4.38-6.553 6.572-2.477-2.824-2.75-7.294-.611-10.386 1.342-2.029 3.58-3.442 5.993-3.762zM18.646 6.505c2.471 2.85 2.647 7.362.448 10.418-1.213 1.748-3.086 3.04-5.171 3.496-2.568.608-5.399-.065-7.42-1.765 2.162-2.154 4.306-4.326 6.48-6.466.001 2.009.002 4.018-.001 6.026.467-.464.926-.936 1.4-1.393.474.457.932.93 1.4 1.393 0-2.154.005-4.309-.001-6.463a3.695 3.695 0 0 0-.515-1.85c1.114-1.145 2.262-2.255 3.379-3.396z"/><path fill="#d40000" d="M10.958.406a11.65 11.65 0 0 1 6.037 1.079c3.178 1.488 5.59 4.496 6.352 7.921.655 2.842.194 5.926-1.285 8.441-1.61 2.79-4.43 4.852-7.582 5.524-2.78.625-5.783.156-8.251-1.265C3.083 20.33.861 17.022.449 13.428c-.49-3.706.964-7.583 3.751-10.069A11.6 11.6 0 0 1 10.958.407m-.153 3.036c-2.413.32-4.651 1.733-5.993 3.762-2.14 3.092-1.866 7.562.611 10.386 2.183-2.192 4.387-4.363 6.553-6.572a75.392 75.392 0 0 0 2.228-2.225c1.145-1.108 2.256-2.251 3.388-3.373-1.847-1.584-4.379-2.317-6.787-1.978m7.841 3.062c-1.117 1.141-2.266 2.251-3.379 3.396-.769.754-1.536 1.511-2.284 2.287-2.174 2.14-4.318 4.312-6.48 6.466 2.021 1.7 4.852 2.374 7.42 1.765 2.084-.456 3.958-1.747 5.171-3.496 2.2-3.056 2.023-7.568-.448-10.418z"/><path fill="#222" opacity=".87" d="M21.292 4.532c.208.034.323.224.317.425a.576.576 0 0 1-.317-.425z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-turn--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.039 0h1.606c4.516.236 8.75 3.193 10.442 7.397.493 1.117.71 2.323.913 3.52v2.232c-.186.896-.304 1.811-.618 2.676-1.146 3.487-3.996 6.347-7.47 7.526-.882.329-1.818.451-2.734.649H10.85c-3.978-.467-7.704-2.894-9.512-6.503C.548 15.998.145 14.327 0 12.645v-1.284C.246 6.595 3.548 2.163 8.089.658c.954-.341 1.958-.479 2.95-.659M8.167 2.772a10.033 10.033 0 0 0-5.176 4.903c-1.674 3.403-1.172 7.75 1.28 10.652 1.168-1.184 2.354-2.347 3.521-3.533 1.608-1.594 3.205-3.2 4.806-4.802 1.91-1.915 3.841-3.811 5.73-5.747C15.54 1.952 11.49 1.36 8.166 2.771m7.279 7.226a710.535 710.535 0 0 0-6.017 6.012c-1.262 1.224-2.48 2.494-3.744 3.716 2.434 2.08 5.927 2.785 8.996 1.918 3.384-.914 6.161-3.738 7.009-7.14.806-3.03.05-6.388-1.918-8.82-1.469 1.41-2.897 2.866-4.327 4.314z"/><path fill="#fff" d="M8.167 2.772c3.324-1.411 7.374-.82 10.162 1.474-1.889 1.936-3.82 3.832-5.73 5.747-.191.004-.38.006-.571.008.304-1.06.649-2.107.948-3.168.199-.588-.601-1.087-1.054-.676a1185.016 1185.016 0 0 0-7.909 5.844c1.26.931 2.514 1.87 3.78 2.794-1.166 1.186-2.353 2.348-3.521 3.533-2.453-2.903-2.954-7.249-1.28-10.652a10.029 10.029 0 0 1 5.176-4.903zM15.445 9.997c1.43-1.448 2.858-2.904 4.327-4.314 1.968 2.432 2.724 5.79 1.918 8.82-.848 3.402-3.625 6.226-7.009 7.14-3.07.868-6.563.162-8.996-1.918 1.264-1.223 2.482-2.492 3.744-3.716.854.62 1.684 1.278 2.549 1.883.468.359 1.198-.168.996-.725-.296-1.057-.642-2.101-.944-3.157 2.659-.006 5.318.001 7.978-.004.002-1.334.004-2.67 0-4.006-1.52-.005-3.041.004-4.561-.004z"/><path d="M11.922 6.157c.452-.412 1.253.088 1.054.676-.299 1.061-.644 2.108-.948 3.168l.571-.008c-1.601 1.602-3.198 3.209-4.806 4.802-1.266-.924-2.52-1.862-3.78-2.794 2.63-1.956 5.263-3.91 7.909-5.844zM9.428 16.009a710.535 710.535 0 0 1 6.017-6.012c1.52.007 3.041-.001 4.561.004.004 1.336.002 2.671 0 4.006-2.659.005-5.318-.002-7.978.004.302 1.056.648 2.1.944 3.157.202.557-.528 1.084-.996.725-.865-.605-1.694-1.262-2.549-1.883z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--no-left-turn--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#0b0b0b" opacity=".94" d="M1.043 0h17.943l-.163.083C12.847.126 6.869.079.892.106L1.042 0z"/><path fill="#fff" d="M.108.866C.279.529.559.276.893.106 6.869.079 12.847.126 18.824.083c.431.141.79.455.924.898-.039 7.383.004 14.769-.022 22.153a1.763 1.763 0 0 1-.784.758c-5.977.031-11.956-.019-17.933.025-.432-.14-.789-.455-.923-.898C.126 15.636.082 8.25.108.866M.439.84a1.668 1.668 0 0 0-.112.54C.326 8.226.328 15.072.326 21.917c.005.417-.049.849.114 1.245.218.253.485.517.849.495 5.718.011 11.438.002 17.157.005.397.043.714-.21.947-.5.06-.175.114-.354.114-.54.001-6.846-.001-13.692.001-20.538-.005-.417.048-.85-.115-1.246-.219-.25-.484-.518-.847-.49C12.794.345 7.041.345 1.288.348.923.32.657.589.439.841z"/><path fill="#fff" d="M1.226.85C6.965.821 12.707.846 18.447.838a.474.474 0 0 1 .537.547c-.004 7.11.006 14.22-.004 21.329.026.289-.271.479-.534.447H1.388c-.263.031-.561-.16-.534-.448-.009-7.11 0-14.22-.004-21.329-.038-.244.115-.513.375-.535m10.813 1.483c-.813.257-1.344 1.056-1.482 1.869-.232 1.127-.071 2.455.818 3.267.799.733 2.198.572 2.813-.322.767-1.087.794-2.619.211-3.794-.408-.853-1.456-1.333-2.36-1.02m-5.999.003c-.001 1.838-.001 3.676 0 5.514h.579c.002-1.439-.006-2.877.004-4.316.806 1.432 1.58 2.883 2.381 4.318l.605-.003V2.333h-.563c-.001 1.438.004 2.875-.003 4.313-.814-1.427-1.586-2.879-2.387-4.314l-.616.003m-2.844 7.741v4.415a843 843 0 0 0 2.249 0 94.556 94.556 0 0 0-.007-.529H3.681c.002-1.293.002-2.587 0-3.881l-.486-.006m3.528.004c-.002 1.471-.001 2.941 0 4.412.904.001 1.809.002 2.713 0l-.002-.527c-.744-.004-1.487 0-2.229-.002-.001-.5-.002-1 .001-1.5l2.002-.001.003-.504c-.669-.004-1.338-.001-2.006-.002-.001-.454-.002-.908.001-1.362.713-.002 1.425 0 2.138-.001v-.516c-.874 0-1.747-.001-2.621.001m4.072.003v4.411l.485.001c.001-.67-.003-1.342.002-2.012.566-.002 1.133 0 1.699-.001l.001-.512c-.564.002-1.129-.006-1.692.006-.019-.459-.009-.919-.009-1.379.658-.002 1.314 0 1.971-.001l-.001-.516c-.818.001-1.637-.003-2.456.002m3.477.001l-.001.511c.395.004.79.003 1.185.003.006 1.299 0 2.598.003 3.898l.485.001c.001-1.299-.002-2.598.002-3.898l1.197-.001-.001-.516c-.957.001-1.914-.002-2.87.002m-12.21 6.438v.515l1.188.001c.004 1.299-.001 2.598.003 3.898l.482.001c.005-1.299 0-2.598.003-3.898.399-.002.798-.001 1.197-.002l-.002-.517c-.957.003-1.914-.001-2.871.002m4.038-.002c.046 1.184-.108 2.387.112 3.557.253 1.227 2.296 1.249 2.604.045.263-1.178.079-2.402.135-3.6l-.486-.002c-.004.907.007 1.814-.005 2.721-.02.353-.027.761-.3 1.023-.496.432-1.466.21-1.534-.511-.09-1.074-.019-2.155-.042-3.232l-.484-.002m4.335.002c.002 1.472-.003 2.942.002 4.414l.456.001c.03-.652.023-1.303.004-1.956.4.017.921-.112 1.191.273.37.522.619 1.117.932 1.672.201.006.403.011.605.013-.404-.682-.643-1.504-1.286-2.011 1.117-.111 1.341-1.81.396-2.296-.744-.217-1.536-.065-2.3-.11m4.316-.001v4.415h.462c.006-1.152-.007-2.305.007-3.458.598 1.099 1.203 2.193 1.801 3.292.084.247.385.145.582.174v-4.423c-.155.001-.309.003-.463.006-.004 1.147.007 2.296-.006 3.444-.622-1.152-1.263-2.295-1.889-3.445a81.354 81.354 0 0 0-.494-.004z"/><path fill="#fff" d="M12.233 2.925c1.108-.364 1.951.831 1.924 1.828.103.973-.171 2.297-1.28 2.541-1.145.22-1.859-1.042-1.797-2.038-.031-.881.193-2.029 1.153-2.331zM10.919 17.009c.487.013.982-.045 1.463.047.584.17.603 1.098.054 1.325-.499.151-1.027.062-1.54.08.004-.484.033-.968.024-1.452z"/><path fill="#040404" d="M.439.84C.657.588.923.319 1.288.347c5.753-.003 11.506-.003 17.258 0 .363-.028.628.24.847.49.018 7.441.016 14.883 0 22.324-.233.29-.55.542-.947.5-5.719-.003-11.439.006-17.157-.005-.364.022-.631-.242-.849-.495C.422 15.721.423 8.28.439.84m.787.01c-.26.022-.413.291-.375.535.004 7.11-.005 14.22.004 21.329-.028.289.271.479.534.448h17.058c.263.032.559-.159.534-.447.01-7.109 0-14.22.004-21.329a.474.474 0 0 0-.537-.547C12.708.847 6.966.822 1.227.851z"/><path opacity=".94" d="M0 1.011L.108.866C.082 8.25.126 15.636.086 23.019L0 23.168V1.011zM19.748.981l.086-.149v22.154l-.108.148c.026-7.384-.017-14.77.022-22.153z"/><path fill="#545454" d="M.327 1.38A1.7 1.7 0 0 1 .439.84C.423 8.28.422 15.721.44 23.161c-.163-.396-.109-.828-.114-1.245.002-6.845 0-13.691.001-20.537zM19.393.837c.163.396.11.829.115 1.246-.002 6.846 0 13.692-.001 20.538 0 .186-.055.366-.114.54.016-7.441.018-14.883 0-22.324z"/><path d="M12.038 2.332c.904-.313 1.953.167 2.36 1.02.583 1.175.555 2.707-.211 3.794-.615.895-2.013 1.055-2.813.322-.89-.812-1.05-2.14-.818-3.267.138-.813.668-1.613 1.482-1.869m.195.593c-.96.301-1.184 1.45-1.153 2.331-.061.996.652 2.258 1.797 2.038 1.11-.244 1.383-1.568 1.28-2.541.027-.997-.816-2.192-1.924-1.828zM6.039 2.335l.616-.003c.801 1.435 1.573 2.887 2.387 4.314.007-1.438.002-2.875.003-4.313h.563v5.515l-.605.003c-.801-1.435-1.575-2.886-2.381-4.318-.01 1.439-.002 2.877-.004 4.316h-.579c-.001-1.838-.001-3.676 0-5.514zM3.195 10.076l.486.006c.002 1.293.002 2.587 0 3.881h1.756l.007.529a843 843 0 0 1-2.249 0v-4.415zM6.723 10.079c.874-.002 1.747-.001 2.621-.001v.516c-.713.001-1.425-.001-2.138.001-.003.453-.002.907-.001 1.362.668.001 1.337-.002 2.006.002l-.003.504-2.002.001c-.003.5-.002 1-.001 1.5.743.002 1.486-.002 2.229.002l.002.527c-.904.002-1.809.001-2.713 0-.001-1.471-.002-2.941 0-4.412zM10.795 10.08c.818-.005 1.637-.001 2.456-.002l.001.516c-.657.001-1.313-.001-1.971.001 0 .459-.01.919.009 1.379.563-.012 1.128-.004 1.692-.006l-.001.512c-.566.001-1.133-.001-1.699.001-.005.67-.001 1.342-.002 2.012l-.485-.001v-4.411zM14.272 10.08c.956-.004 1.913-.001 2.87-.002l.001.516-1.197.001c-.004 1.299-.001 2.598-.002 3.898l-.485-.001c-.003-1.299.003-2.598-.003-3.898-.395 0-.79.001-1.185-.003l.001-.511zM2.062 16.518c.957-.003 1.914.001 2.871-.002l.002.517c-.399.001-.798 0-1.197.002-.003 1.299.002 2.598-.003 3.898l-.482-.001c-.004-1.299.001-2.598-.003-3.898l-1.188-.001v-.515zM6.1 16.516l.484.002c.023 1.077-.049 2.158.042 3.232.068.721 1.038.943 1.534.511.274-.263.281-.67.3-1.023.012-.907.001-1.814.005-2.721l.486.002c-.056 1.198.128 2.422-.135 3.6-.308 1.204-2.351 1.182-2.604-.045-.22-1.17-.066-2.373-.112-3.557zM10.435 16.517c.764.045 1.556-.107 2.3.11.945.486.721 2.185-.396 2.296.644.507.883 1.329 1.286 2.011a30.36 30.36 0 0 1-.605-.013c-.313-.555-.562-1.15-.932-1.672-.27-.385-.791-.256-1.191-.273.019.653.026 1.304-.004 1.956l-.456-.001c-.005-1.472 0-2.942-.002-4.414m.484.492c.009.484-.02.968-.024 1.452.513-.018 1.041.07 1.54-.08.549-.227.531-1.155-.054-1.325-.481-.091-.976-.034-1.463-.047zM14.751 16.516l.494.004c.626 1.15 1.267 2.293 1.889 3.445.013-1.148.002-2.297.006-3.444.154-.003.308-.005.463-.006v4.423c-.197-.029-.498.073-.582-.174-.598-1.099-1.203-2.193-1.801-3.292-.014 1.153-.001 2.306-.007 3.458h-.462v-4.415z"/><path fill="#090909" opacity=".94" d="M1.01 23.917c5.976-.044 11.955.006 17.933-.025l-.149.108H.85l.161-.083z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-left-turn--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.012 0h1.934c4.213.368 8.147 3.03 9.913 6.893.632 1.294.936 2.711 1.14 4.128v1.91c-.288 2.73-1.409 5.393-3.341 7.367-2 2.12-4.79 3.384-7.672 3.702h-1.934c-4.175-.379-8.087-2.993-9.872-6.809-.655-1.316-.974-2.762-1.181-4.208v-1.924c.167-1.123.353-2.252.776-3.312C2.081 4.243 5.12 1.436 8.731.453c.745-.223 1.518-.311 2.28-.454M6.118 4.412c2.468 2.465 4.922 4.945 7.406 7.393.239.264.491.515.752.755a649.603 649.603 0 0 0 5.314 5.316c1.747-2.237 2.414-5.263 1.766-8.026-.584-2.62-2.336-4.943-4.682-6.241-3.264-1.858-7.616-1.544-10.556.803m-3.497 9.634c.546 2.575 2.221 4.871 4.483 6.21 3.286 2.01 7.756 1.723 10.774-.665-1.176-1.226-2.396-2.412-3.596-3.616-1.385-1.392-2.773-2.78-4.165-4.164a2044.3 2044.3 0 0 0-5.702-5.704c-1.732 2.21-2.405 5.198-1.793 7.938z"/><path fill="#fff" d="M6.118 4.412c2.94-2.347 7.292-2.66 10.556-.803 2.346 1.298 4.098 3.622 4.682 6.241.648 2.762-.019 5.789-1.766 8.026a665.846 665.846 0 0 1-5.314-5.316c.002-.251.002-.5.002-.751l-.755-.004c-2.484-2.448-4.938-4.928-7.406-7.393zM2.621 14.046c-.612-2.74.061-5.728 1.793-7.938 1.904 1.897 3.805 3.798 5.702 5.704-.928-.01-1.855.004-2.783-.008.044-.527.226-1.027.462-1.498-1.51.9-3.042 1.762-4.555 2.656 1.52.876 3.038 1.756 4.554 2.641-.24-.468-.414-.967-.464-1.493 1.549-.011 3.098-.005 4.648-.004.006 2.098-.002 4.194.004 6.292.766.005 1.532.002 2.298.001.004-1.475-.001-2.948.002-4.423 1.2 1.204 2.42 2.389 3.596 3.616-3.018 2.388-7.488 2.675-10.774.665-2.262-1.339-3.937-3.635-4.483-6.21z"/><path d="M3.24 12.961c1.513-.894 3.046-1.756 4.555-2.656-.236.47-.418.971-.462 1.498.928.012 1.855-.001 2.783.008 1.392 1.384 2.78 2.772 4.165 4.164-.004 1.475.001 2.948-.002 4.423-.766.001-1.532.004-2.298-.001-.006-2.098.002-4.194-.004-6.292-1.549-.001-3.098-.007-4.648.004.05.526.224 1.025.464 1.493a866.822 866.822 0 0 0-4.554-2.641zM13.524 11.806l.755.004c0 .251 0 .5-.002.751-.262-.24-.514-.491-.752-.755z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-low-speed-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.624 0h2.693c.417.116.85.159 1.273.255-3.163-.486-6.548.046-9.215 1.899-.64.368-1.1 1.009-1.789 1.287C5.436 1.503 8.012.417 10.624 0zM5.989 4.81c3.583-3.078 9.414-2.911 12.763.44 3.586 3.282 3.94 9.437.654 13.034-.426-.438-.833-.894-1.274-1.32-.786-.011-1.571-.006-2.357-.001.829.827 1.68 1.633 2.516 2.453-2.833 2.523-7.236 2.961-10.57 1.19-2.548-1.314-4.43-3.829-4.952-6.65-.561-2.787.229-5.782 2.044-7.963.7.537 1.277 1.225 1.933 1.818.628-.093 1.247-.233 1.873-.343-.865-.896-1.801-1.726-2.63-2.657m.893 3.214c-.494 1.105-.409 2.556-1.306 3.414-.015.767-.021 1.536-.027 2.304l-.272.205c-.006.424-.05.854.029 1.275.491.102.995.029 1.492.053.01.497-.02.995.024 1.49.472.07.954.063 1.427.001.045-.502.015-1.006.025-1.51 2.579-.003 5.156-.003 7.733 0 .008.502-.017 1.007.024 1.51.473.063.956.067 1.427 0 .045-.497.014-.995.025-1.492.497-.024 1.002.049 1.493-.054.074-.42.033-.848.027-1.273l-.271-.208c-.006-.767-.013-1.536-.027-2.304-.899-.857-.812-2.311-1.309-3.414a24.19 24.19 0 0 0-10.515.001zM.07 10.577c.287-2.62 1.489-5.156 3.38-6.999-.271.695-.925 1.151-1.289 1.8-1.863 2.66-2.387 6.05-1.905 9.213-.093-.405-.126-.82-.255-1.217v-3.011l.07.213z"/><path fill="#fff" d="M6.947 9.419c.236-.004.47-.007.706-.013.398 1.007.639 2.073 1.016 3.091.347-1.023.636-2.064.984-3.085.247-.003.495-.001.742.007-.474 1.538-.961 3.07-1.437 4.607-.188.008-.377.014-.565.018a143.15 143.15 0 0 1-1.446-4.626zM14.025 9.419c.247-.007.495-.008.744-.007.354 1.027.645 2.073.991 3.102.357-1.027.624-2.087 1.005-3.106l.706.011a126.695 126.695 0 0 1-1.439 4.623c-.194-.045-.547.119-.607-.159-.469-1.487-.939-2.975-1.4-4.464zM10.765 9.42c.839.081 1.814-.24 2.542.296.633.493.483 1.504-.177 1.903.935.441.9 1.909-.052 2.304-.738.243-1.546.057-2.311.113-.008-1.539-.004-3.078-.003-4.616m.725 1.87c.557.045 1.486.099 1.506-.684-.068-.719-.985-.392-1.462-.476-.099.377-.025.774-.043 1.16m-.01.723c-.004.427.001.854-.007 1.281.444.031.918.087 1.347-.043.54-.279.261-1.122-.273-1.222-.354-.042-.71-.018-1.066-.015z"/><path fill="#c0111e" d="M5.375 2.154C8.042.301 11.427-.231 14.59.255c4.125.848 7.623 4.086 8.872 8.096.26.741.343 1.525.539 2.281v2.708c-.218.984-.37 1.99-.756 2.929-1.524 4.165-5.507 7.167-9.876 7.73h-2.708C5.688 23.405 1.247 19.542.257 14.59c-.483-3.163.042-6.554 1.905-9.213.364-.649 1.019-1.105 1.289-1.8l.137-.137c.689-.278 1.148-.918 1.789-1.287m.612 2.657c.829.931 1.765 1.761 2.63 2.657-.625.11-1.245.25-1.873.343-.656-.593-1.232-1.281-1.933-1.818-1.815 2.181-2.605 5.177-2.044 7.963.522 2.821 2.404 5.336 4.952 6.65 3.333 1.771 7.737 1.333 10.57-1.19-.836-.82-1.687-1.626-2.516-2.453.786-.004 1.571-.01 2.357.001.441.426.848.882 1.274 1.32 3.286-3.597 2.932-9.752-.654-13.034-3.349-3.35-9.18-3.518-12.763-.44z"/><path fill="#030303" d="M6.882 8.025a24.19 24.19 0 0 1 10.515-.001c.497 1.104.41 2.558 1.309 3.414.014.767.021 1.536.027 2.304l.271.208c.007.424.047.853-.027 1.273-.491.103-.996.031-1.493.054-.011.497.02.995-.025 1.492a5.246 5.246 0 0 1-1.427 0c-.04-.502-.015-1.007-.024-1.51-2.577-.003-5.154-.003-7.733 0-.01.504.02 1.007-.025 1.51a5.246 5.246 0 0 1-1.427-.001c-.043-.495-.014-.993-.024-1.49-.497-.024-1 .049-1.492-.053-.08-.421-.035-.851-.029-1.275l.272-.205c.006-.767.011-1.536.027-2.304.897-.858.812-2.309 1.306-3.414m.064 1.392c.449 1.552.943 3.091 1.446 4.626.188-.004.377-.01.565-.018.476-1.538.963-3.07 1.437-4.607-.247-.008-.495-.01-.742-.007-.347 1.021-.636 2.062-.984 3.085-.377-1.017-.618-2.083-1.016-3.091-.236.006-.47.008-.706.013m7.078-.001c.46 1.489.931 2.976 1.4 4.464.06.278.413.114.607.159a128.06 128.06 0 0 0 1.439-4.623l-.706-.011c-.381 1.019-.647 2.079-1.005 3.106-.346-1.028-.636-2.075-.991-3.102-.248-.001-.497 0-.744.007m-3.26.001c-.001 1.538-.006 3.077.003 4.616.765-.056 1.573.13 2.311-.113.952-.395.987-1.863.052-2.304.66-.399.811-1.411.177-1.903-.728-.536-1.704-.215-2.542-.296z"/><path fill="#030303" d="M11.489 11.29c.018-.385-.056-.783.043-1.16.477.084 1.394-.243 1.462.476-.02.783-.949.728-1.506.684zM11.48 12.013c.356-.003.712-.027 1.066.015.534.1.813.943.273 1.222-.428.13-.903.074-1.347.043.008-.427.003-.854.007-1.281z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-mopeds-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0303" d="M3.156 3.92C5.409 1.446 8.765-.069 12.128.118 17.882.021 23.21 4.871 23.735 10.586c.015 1.486.139 3.005-.267 4.454-1.157 4.556-5.24 8.275-9.94 8.807-1.421.088-2.869.142-4.266-.171C4.439 22.656.648 18.346 0 13.495V10.54C.396 8.095 1.403 5.7 3.156 3.92m6.722-1.175c-3.868.791-6.979 4.226-7.414 8.147 6.291.001 12.583.003 18.874-.001-.291-2.345-1.474-4.565-3.283-6.089-2.202-1.921-5.329-2.691-8.177-2.057M2.479 13.311c.343 2.386 1.605 4.624 3.495 6.123 2.182 1.781 5.186 2.487 7.933 1.874 3.823-.779 6.911-4.139 7.413-8.002-6.281-.001-12.56-.013-18.841.005z"/><path fill="#fff" d="M9.878 2.745c2.848-.634 5.974.135 8.177 2.057 1.809 1.524 2.992 3.744 3.283 6.089-6.291.004-12.583.003-18.874.001.435-3.922 3.546-7.356 7.414-8.147m.286 1.289c-.738 1.324-1.296 2.746-2.123 4.02-.089.158-.092.345-.133.518.227.033.529.126.61-.174.627-1.434 1.333-2.831 2.029-4.233.347-.023.694-.047 1.042-.08 0-.094.003-.281.004-.375-.47.028-1.177-.213-1.429.324m-1.578.601c.015.323.04.645.086.964.551.036.707-.53.871-.938a12.19 12.19 0 0 0-.956-.026m4.396-.055c.014.204.029.409.052.613.841.143 1.702.14 2.549.056.005-.223.008-.447.008-.67-.869 0-1.74-.003-2.609.001m-2.212 3.037c.808-.013 1.617.022 2.423.097.341-.647.821-1.302 1.565-1.497.619-.13 1.256-.121 1.884-.162l-.001-.576c-1.209.008-2.418.028-3.627.036-.018.499-.034.998-.05 1.496-.592-.027-1.203.068-1.785-.046-.352-.549-.633-1.14-1-1.681-.738.798.117 1.658.59 2.334m-4.317.113c-.373 1.15.628 2.473 1.85 2.344 1.48.032 2.403-1.938 1.374-3.038-.332-.481-.412.202-.171.443.577.859-.078 2.106-1.077 2.217-1.074.197-2.05-1.067-1.552-2.051.287-.702 1.084-.927 1.777-.924a32.52 32.52 0 0 1-.01-.317c-.928-.154-1.97.368-2.189 1.326m7.077.008c.591-.134.863-.803 1.474-.906.906-.313 1.969.513 1.882 1.467.04.863-.891 1.523-1.697 1.429-.624-.065-.971-.684-1.57-.807.414 1.257 2.202 1.523 3.119.673.802-.725.731-2.186-.16-2.812-1.003-.781-2.7-.297-3.049.957m-2.391.054c-.411.222-.4.889.034 1.079.437.333 1.058-.189.932-.682-.056-.44-.615-.624-.966-.397m1.106.154l-.013.86c1.033-.04 2.083.093 3.103-.101.364-.027.392-.675.017-.687-1.028-.133-2.073-.045-3.107-.073zM2.479 13.311c6.281-.018 12.56-.006 18.841-.005-.502 3.863-3.59 7.223-7.413 8.002-2.747.613-5.751-.093-7.933-1.874-1.891-1.499-3.152-3.737-3.495-6.123m7.281.79c.171.757-.189 1.462-.652 2.041-.776-.176-1.654-.033-2.165.633-.716.811-.447 2.196.469 2.741.959.678 2.503.023 2.697-1.131.207-.775-.16-1.536-.724-2.053.101-.17.203-.338.306-.507.78.673 1.532 1.381 2.348 2.011.377.333.905.246 1.367.292.305.911 1.114 1.837 2.173 1.651 1.259-.135 1.961-1.68 1.357-2.756-.437-.878-1.513-1.112-2.391-.831-.212-.332-.563-.671-.485-1.099.2-.244.461-.426.686-.645-.571-.115-1.15-.024-1.721.041.29.146.578.292.859.453-.137.142-.266.341-.491.323-1.117.065-2.239.003-3.357.037.092-.343.084-.697.031-1.046.426-.056.862-.092 1.265-.249-.509-.063-1.108-.199-1.57.093z"/><path fill="#fff" d="M9.858 15.596c1.205-.013 2.411-.055 3.615-.008-.34.743-.735 1.459-1.129 2.175-.83-.721-1.658-1.444-2.487-2.168zM13.831 15.608c.839.711-.282 1.381-.415 2.157a41.818 41.818 0 0 1-.712-.01c.347-.73.715-1.45 1.127-2.147zM7.61 16.542c.414-.254.913-.198 1.367-.116-.217.532-.529 1.016-.871 1.476.018.212.237.223.393.286.172-.563.43-1.099.82-1.543.53.541.761 1.403.343 2.081-.394.826-1.584 1.025-2.261.433-.855-.624-.742-2.14.208-2.616zM14.722 16.437c.756-.273 1.663.049 1.999.797.532.956-.277 2.351-1.4 2.239-.762.009-1.381-.587-1.538-1.309.589-.078 1.185.023 1.772-.059.029-.633-.665-1.061-.832-1.669z"/><path fill="#fff" d="M13.783 17.711c.094-.423.319-.799.631-1.098.263.36.499.739.709 1.132-.447.027-.896.036-1.339-.034z"/><path fill="#030303" d="M10.164 4.034c.251-.537.959-.296 1.429-.324-.001.094-.004.281-.004.375-.347.033-.694.057-1.042.08-.696 1.402-1.402 2.8-2.029 4.233-.082.3-.383.207-.61.174.041-.174.043-.36.133-.518.827-1.274 1.385-2.696 2.123-4.02zM8.586 4.635c.319-.004.638.004.956.026-.163.409-.319.974-.871.938-.046-.319-.07-.641-.086-.964zM12.983 4.58c.869-.004 1.74-.001 2.609-.001 0 .223-.003.447-.008.67-.848.084-1.708.087-2.549-.056a14.07 14.07 0 0 1-.052-.613z"/><path fill="#030303" d="M10.771 7.617c-.472-.675-1.328-1.536-.59-2.334.366.541.647 1.132 1 1.681.582.114 1.192.019 1.785.046.015-.498.032-.997.05-1.496 1.209-.008 2.418-.028 3.627-.036l.001.576c-.628.041-1.265.032-1.884.162-.744.195-1.224.85-1.565 1.497a22.288 22.288 0 0 0-2.423-.097zM6.453 7.731c.22-.959 1.261-1.481 2.189-1.326l.01.317c-.693-.003-1.49.222-1.777.924-.498.984.479 2.248 1.552 2.051 1-.111 1.654-1.358 1.077-2.217-.241-.241-.161-.924.171-.443 1.029 1.1.106 3.07-1.374 3.038-1.222.129-2.223-1.194-1.85-2.344z"/><path fill="#030303" d="M13.532 7.739c.349-1.255 2.045-1.739 3.049-.957.891.627.961 2.087.16 2.812-.917.85-2.705.585-3.119-.673.599.123.946.742 1.57.807.806.094 1.736-.566 1.697-1.429.087-.954-.975-1.78-1.882-1.467-.611.103-.883.772-1.474.906zM11.14 7.794c.351-.227.91-.043.966.397.126.493-.495 1.015-.932.682-.434-.19-.446-.857-.034-1.079z"/><path fill="#030303" d="M12.246 7.948c1.034.028 2.08-.06 3.107.073.375.011.347.66-.017.687-1.02.194-2.071.061-3.103.101l.013-.86zM9.76 14.101c.462-.292 1.061-.156 1.57-.093-.403.157-.839.193-1.265.249.054.349.061.702-.031 1.046 1.118-.034 2.24.028 3.357-.037.226.018.355-.181.491-.323a17.134 17.134 0 0 0-.859-.453c.571-.065 1.15-.156 1.721-.041-.225.218-.485.401-.686.645-.078.428.273.767.485 1.099.878-.281 1.954-.047 2.391.831.604 1.076-.098 2.621-1.357 2.756-1.058.186-1.868-.739-2.173-1.651-.462-.046-.991.041-1.367-.292-.816-.629-1.568-1.338-2.348-2.011-.103.169-.206.337-.306.507.564.517.931 1.278.724 2.053-.194 1.154-1.739 1.809-2.697 1.131-.915-.545-1.185-1.93-.469-2.741.511-.666 1.389-.809 2.165-.633.463-.58.823-1.284.652-2.041m.1 1.494c.829.724 1.657 1.446 2.487 2.168.393-.716.789-1.432 1.129-2.175-1.204-.047-2.41-.005-3.615.008m3.972.011c-.412.697-.78 1.417-1.127 2.147.236.005.474.009.712.01.133-.776 1.254-1.446.415-2.157m-6.221.934c-.95.476-1.063 1.991-.208 2.616.677.592 1.866.393 2.261-.433.417-.678.186-1.54-.343-2.081-.389.444-.647.98-.82 1.543-.156-.063-.375-.074-.393-.286.342-.46.654-.943.871-1.476-.454-.082-.954-.138-1.367.116m7.111-.104c.167.608.862 1.035.832 1.669-.587.082-1.183-.019-1.772.059.157.721.776 1.317 1.538 1.309 1.123.112 1.933-1.283 1.4-2.239-.336-.748-1.243-1.07-1.999-.797m-.938 1.273c.443.07.892.061 1.339.034a9.41 9.41 0 0 0-.709-1.132 2.193 2.193 0 0 0-.631 1.098z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicle-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.077 0h1.554c4.52.229 8.761 3.19 10.456 7.397.496 1.129.721 2.346.913 3.556v2.152c-.181.977-.328 1.966-.68 2.9-1.182 3.408-3.995 6.187-7.408 7.346-.894.33-1.841.462-2.771.649h-2.248c-3.996-.444-7.74-2.884-9.554-6.502C.547 15.994.141 14.319 0 12.632v-1.255C.238 6.637 3.499 2.222 8.003.689 8.995.328 10.042.174 11.077 0M6.379 3.739a10.007 10.007 0 0 0-4.13 6.082c-.905 3.815.716 8.04 3.912 10.298a632.727 632.727 0 0 0 3.386-5.869 624.73 624.73 0 0 0 3.236-5.6 825.59 825.59 0 0 0 3.324-5.76c-3.098-1.426-6.924-1.093-9.728.85m8.725 4.906c-1.082 1.868-2.17 3.734-3.234 5.612-1.336 2.281-2.651 4.574-3.968 6.866a10.017 10.017 0 0 0 6.691.542c3.524-.914 6.402-3.902 7.169-7.464.908-3.815-.702-8.062-3.912-10.31a658.25 658.25 0 0 0-2.746 4.753z"/><path fill="#fff" d="M6.379 3.739c2.804-1.943 6.63-2.275 9.728-.85a825.59 825.59 0 0 1-3.324 5.76 943.023 943.023 0 0 0-4.12 0c-.005 1.618.006 3.235-.005 4.854-1.498.004-2.994-.004-4.492.002.001.247.002.493.005.74 1.792.005 3.583-.001 5.375.004a656.228 656.228 0 0 1-3.386 5.869C2.964 17.86 1.343 13.634 2.248 9.82a10.018 10.018 0 0 1 4.13-6.082zM15.104 8.646c.91-1.588 1.823-3.174 2.746-4.753 3.21 2.249 4.82 6.496 3.912 10.31-.767 3.562-3.644 6.55-7.169 7.464a10.023 10.023 0 0 1-6.691-.542c1.318-2.292 2.633-4.585 3.968-6.866l.4-.019c.062-.966.894-1.841 1.89-1.795.985-.018 1.78.856 1.843 1.807 1.2-.006 2.4-.001 3.601-.004.007-1.866.002-3.732.002-5.598-1.501-.005-3.002 0-4.502-.004m-1.381 4.378c-.996.266-1.234 1.744-.378 2.315.767.636 2.065.052 2.11-.941.12-.908-.872-1.697-1.732-1.374z"/><path d="M8.664 8.65c1.373-.004 2.747-.002 4.12 0a661.208 661.208 0 0 1-3.236 5.6c-1.792-.005-3.583.001-5.375-.004l-.005-.74c1.498-.006 2.994.001 4.492-.002.011-1.619 0-3.236.005-4.854zM15.104 8.646c1.5.004 3.001-.001 4.502.004 0 1.866.005 3.732-.002 5.598-1.201.002-2.401-.002-3.601.004-.064-.952-.858-1.825-1.843-1.807-.996-.046-1.828.829-1.89 1.795l-.4.019c1.064-1.878 2.152-3.744 3.234-5.612z"/><path d="M13.723 13.024c.859-.323 1.852.466 1.732 1.374-.044.992-1.343 1.577-2.11.941-.856-.571-.618-2.048.378-2.315z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.153 0h1.446c4.534.208 8.788 3.182 10.488 7.397.499 1.154.737 2.398.913 3.637v1.907c-.374 4.528-3.452 8.704-7.732 10.279-1.057.422-2.185.619-3.307.78h-1.889C6.538 23.626 2.35 20.54.781 16.253.329 15.089.109 13.851 0 12.611v-1.207C.211 7.09 2.902 3.009 6.821 1.178 8.175.506 9.663.184 11.153.001m-.183 2.46c-3.58.338-6.808 2.892-7.997 6.278-.926 2.545-.71 5.483.601 7.854 1.66 3.112 5.14 5.135 8.666 5.008 3.833-.044 7.456-2.641 8.758-6.241 1.002-2.651.746-5.742-.696-8.184-1.829-3.227-5.646-5.161-9.332-4.715z"/><path fill="#fff" d="M10.97 2.461c3.686-.446 7.504 1.488 9.332 4.715 1.442 2.442 1.698 5.533.696 8.184-1.302 3.6-4.925 6.197-8.758 6.241-3.527.127-7.007-1.896-8.666-5.008-1.312-2.371-1.528-5.309-.601-7.854 1.189-3.386 4.417-5.94 7.997-6.278m.062 1.258l.172.187c-.042.36.066.698.454.784-.242.534-.574 1.027-1.105 1.308l-.198-.127c.108-.62.277-1.229.362-1.853-.629.899-1.133 2.334-2.518 2.066v.666c.281.041.58.068.797.274-.878-.206-1.957.058-2.309.977-.456.983.275 2.245 1.35 2.348.99.168 1.958-.713 1.92-1.709.038-.566-.36-1.001-.64-1.448 1.104.331.408 1.9 1.378 2.26 1.069.088 2.148.01 3.221.038.575 1.028 2.17 1.19 2.862.205.355-.326.158-1.026.703-1.136-.094-.75-.542-1.422-1.229-1.751-.178-.899-1.316-.376-1.952-.511-.276-.948-1.128-1.672-2.074-1.916.11-.368.29-.87-.115-1.129-.422-.316-.95.014-1.079.468m-2.89 8.261c-.174.83-.264 1.678-.413 2.513-.868.192-.686 1.163-.689 1.826.049.608-.188 1.354.344 1.81.013.562.006 1.123.008 1.685.455.359 1.088.389 1.536 0 .006-.532.004-1.063.005-1.595 2.046.134 4.097.133 6.143.001 0 .529-.001 1.06.004 1.59.445.395 1.081.362 1.537.004.002-.56-.005-1.121.007-1.681.553-.494.284-1.286.346-1.933.02-.637.124-1.53-.689-1.705-.139-.809-.241-1.625-.394-2.432-.103-.588-.64-1.06-1.243-1.055-1.722-.017-3.445-.006-5.168-.006-.606-.035-1.201.378-1.334.979z"/><path fill="#fff" d="M10.643 6.557c.451-.253.902-.508 1.351-.766.133.191.276.374.427.551-.14.218-.28.438-.418.659-.452-.152-.907-.296-1.361-.444zM13.61 7.235c.248.004.497.008.746.019-.306.37-.522.796-.713 1.234-.043-.416-.034-.835-.034-1.253zM7.256 8.452c.104-.584.713-.858 1.256-.823l-.19.331c-.656.028-1.012.932-.377 1.272.616.349 1.182-.424.871-.988.085-.095.172-.187.258-.28.317.529.247 1.309-.35 1.604-.713.42-1.674-.323-1.469-1.117zM15.342 7.606c.553.038 1.116.432 1.104 1.033.052.79-.952 1.355-1.588.865-.582-.365-.568-1.22-.077-1.657l.15.332c-.386.496.044 1.313.688 1.105.68-.202.524-1.195-.132-1.318l-.145-.361zM9.896 11.842c1.262-.103 2.532-.133 3.796-.028.504.046 1.085-.004 1.483.37.412.412.419 1.06.404 1.602-.173.479-.79.276-1.176.3-1.843-.138-3.688-.04-5.531.01-.659-.023-.44-.828-.374-1.249.065-.684.773-1.036 1.398-1.004zM8.201 15.061c.515-.094.965.496.742.97-.186.493-.934.576-1.222.132-.313-.4-.026-1.058.48-1.102zM15.64 15.059c.536-.085.976.565.696 1.031-.22.446-.917.493-1.192.077-.32-.404-.02-1.079.496-1.108zM9.461 15.73a51.724 51.724 0 0 1 5.089 0v.326H9.461v-.326zM9.462 16.45c1.694-.002 3.39 0 5.086-.001l.005.416c-1.697.005-3.395.001-5.092.002l.001-.418zM9.462 17.249l5.084-.001.006.335a48.882 48.882 0 0 1-5.093 0l.002-.334z"/><path d="M11.032 3.719c.128-.454.656-.784 1.079-.468.406.259.226.761.115 1.129.946.245 1.798.968 2.074 1.916.636.136 1.775-.388 1.952.511.686.329 1.135 1.001 1.229 1.751-.545.11-.348.81-.703 1.136-.692.985-2.287.823-2.862-.205-1.073-.029-2.152.049-3.221-.038-.97-.36-.274-1.928-1.378-2.26.28.448.678.882.64 1.448.038.996-.93 1.877-1.92 1.709C6.962 10.245 6.231 8.982 6.687 8c.352-.919 1.43-1.183 2.309-.977-.217-.205-.516-.233-.797-.274v-.666c1.385.268 1.889-1.168 2.518-2.066-.085.624-.254 1.232-.362 1.853l.198.127c.532-.281.863-.774 1.105-1.308-.388-.085-.496-.424-.454-.784l-.172-.187m-.389 2.839c.454.148.908.292 1.361.444.138-.221.277-.44.418-.659a6.922 6.922 0 0 1-.427-.551c-.449.258-.9.512-1.351.766m2.966.678c0 .418-.01.836.034 1.253.191-.438.407-.864.713-1.234a23.36 23.36 0 0 0-.746-.019M7.256 8.452c-.205.794.756 1.537 1.469 1.117.598-.295.667-1.075.35-1.604-.086.092-.173.185-.258.28.311.564-.256 1.337-.871.988-.635-.34-.28-1.244.377-1.272l.19-.331c-.544-.035-1.152.239-1.256.823m8.085-.847l.145.361c.656.122.812 1.116.132 1.318-.643.208-1.074-.61-.688-1.105l-.15-.332c-.491.437-.505 1.292.077 1.657.636.49 1.639-.076 1.588-.865.012-.601-.551-.995-1.104-1.033zM8.142 11.981c.133-.601.728-1.014 1.334-.979 1.723 0 3.446-.011 5.168.006.604-.005 1.14.467 1.243 1.055.152.808.254 1.624.394 2.432.812.175.709 1.068.689 1.705-.061.647.208 1.439-.346 1.933-.012.56-.005 1.121-.007 1.681-.456.359-1.092.391-1.537-.004-.005-.53-.004-1.061-.004-1.59a47.339 47.339 0 0 1-6.143-.001c-.001.532.001 1.063-.005 1.595-.448.389-1.081.359-1.536 0-.002-.562.005-1.123-.008-1.685-.533-.456-.295-1.201-.344-1.81.002-.664-.179-1.634.689-1.826.149-.835.239-1.682.413-2.513m1.754-.138c-.625-.031-1.333.32-1.398 1.004-.066.421-.284 1.226.374 1.249 1.843-.049 3.688-.148 5.531-.01.386-.024 1.003.179 1.176-.3.014-.542.007-1.19-.404-1.602-.398-.373-.979-.324-1.483-.37-1.264-.106-2.533-.076-3.796.028m-1.695 3.22c-.506.043-.793.702-.48 1.102.288.444 1.036.361 1.222-.132.223-.474-.227-1.063-.742-.97m7.439-.002c-.516.029-.816.703-.496 1.108.275.416.972.37 1.192-.077.28-.466-.16-1.116-.696-1.031m-6.179.671v.326h5.089v-.326a51.724 51.724 0 0 0-5.089 0m.001.72l-.001.418c1.697-.001 3.395.002 5.092-.002l-.005-.416c-1.696.001-3.391-.001-5.086.001m0 .798l-.002.334c1.696.088 3.396.089 5.093 0l-.006-.335-5.084.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M10.731 0h2.516c4.341.495 8.323 3.423 9.912 7.517.433 1.025.64 2.124.842 3.212v2.518c-.495 4.341-3.423 8.322-7.517 9.911-1.027.433-2.124.639-3.214.842h-2.517c-4.341-.495-8.322-3.423-9.911-7.517C.409 15.456.203 14.359 0 13.269v-2.515C.196 9.655.408 8.55.842 7.516 2.428 3.428 6.401.509 10.731 0m-4.74 5.757c4.288 3.733 8.577 7.466 12.856 11.208 1.491-2.175 1.946-5.032 1.108-7.543-.815-2.578-2.926-4.693-5.502-5.514-2.889-.952-6.234-.223-8.462 1.848M4.776 7.15c-2.115 2.976-2.03 7.292.258 10.148 1.685 2.222 4.518 3.509 7.299 3.313a8.655 8.655 0 0 0 5.281-2.241c-4.279-3.741-8.557-7.482-12.838-11.22z"/><path fill="#fff" d="M5.991 5.757c2.228-2.071 5.573-2.8 8.462-1.848 2.576.82 4.687 2.935 5.502 5.514.838 2.51.384 5.367-1.108 7.543-4.279-3.742-8.568-7.475-12.856-11.208m7.765.71c-.752.394-.595 1.349-1.199 1.857-.145.376-.036.819-.058 1.221.135.14.271.281.404.424l-.006.963h.646l-.001-.969 3.669.001.001.969h.598c-.037-.539-.059-1.137.479-1.44a71.78 71.78 0 0 0-.032-1.136c-.673-.488-.475-1.608-1.366-1.87-1.043-.044-2.091.003-3.135-.019z"/><path fill="#fff" d="M13.404 7.962l.272-1.087c1.138.004 2.278-.019 3.416-.017l.217 1.105c-1.303 0-2.604.001-3.905-.001zM4.776 7.15c4.281 3.737 8.559 7.479 12.838 11.22-1.443 1.314-3.33 2.128-5.281 2.241-2.781.196-5.614-1.091-7.299-3.313-2.288-2.856-2.373-7.172-.258-10.148m1.047 3.857c.033.214.065.429.094.644l-.629.076c-.008.065-.022.196-.028.262.606.098.377.656-.164.488-.287.196-.658.362-.752.732-.213.576.295 1.267.918 1.197.525.03.771-.488 1.056-.832.006-.502-.477-.794-.547-1.245.42.105.739.475 1.115.693l.099.588c.349.067.701.122 1.054.167.287.552 1.031.866 1.561.445.569-.421.489-1.29-.063-1.689l.099-.249c-.497-.008-.995-.01-1.491-.042.114-.127.231-.252.348-.375-.25.001-.501-.001-.751-.009.068.223.118.452.151.683-.75.263-1.382-.254-1.889-.733a13.464 13.464 0 0 0-.042-.696c.073-.058.219-.175.293-.232l-.43.127m3.67 4.774l-.611-.045c-.081.29-.085.589.004.878-.642-.223-1.502-.015-1.659.728-.28.909.893 1.731 1.649 1.153.628-.395.529-1.232.167-1.775.386-.081.667.232.972.412-.085.103-.168.207-.252.311l.059.334c.75.122 1.521.2 2.275.08.209.794 1.31 1.132 1.848.459.706-.49.096-1.482-.536-1.734-.062-.208-.122-.416-.182-.624-1.214.222-2.396.063-3.59-.167.2-.225.421-.431.639-.638-.386.019-.601.33-.783.629zM13.25 8.754c.336-.257.647.438.217.493-.282.172-.501-.381-.217-.493zM17.231 8.758c.318-.245.644.421.214.494-.286.151-.497-.371-.214-.494z"/><path fill="#fff" d="M4.482 13.479c-.021-.504.489-.73.914-.779-.103.322-.221.64-.29.972.302-.195.403-.548.549-.855.298.318.479.832.132 1.188-.424.515-1.362.142-1.305-.526zM8.414 13.045c.37-.706 1.532-.208 1.327.547-.124.706-1.101.774-1.449.193.277.021.549.087.827.112.435-.06.483-.744.074-.888-.259-.033-.52.032-.779.037zM7.884 18.166c-.687-.463-.047-1.512.708-1.242-.24.267-.975.536-.545.959.399.275.638-.205.599-.557.055-.049.166-.144.221-.191.353.629-.316 1.494-.983 1.032zM12.512 17.457c.204-.742 1.195-.557 1.38.099l-.307-.014c-.28-.407-.694-.181-1.073-.085zM12.424 17.567c.404.343.878.441 1.396.37-.408.629-1.348.372-1.396-.37z"/><path fill="#030303" d="M13.756 6.468c1.045.022 2.092-.024 3.135.019.891.262.693 1.382 1.366 1.87.014.379.024.757.032 1.136-.538.303-.516.901-.479 1.44h-.598l-.001-.969-3.669-.001.001.969h-.646l.006-.963c-.133-.142-.27-.284-.404-.424.022-.402-.087-.845.058-1.221.603-.508.447-1.463 1.199-1.857m-.352 1.495c1.301.003 2.603.001 3.905.001l-.217-1.105c-1.138-.003-2.278.021-3.416.017l-.272 1.087m-.154.792c-.284.112-.065.665.217.493.43-.055.119-.75-.217-.493m3.981.004c-.282.123-.072.646.214.494.43-.073.104-.739-.214-.494zM5.823 11.007l.43-.127c-.073.058-.219.175-.293.232.021.231.035.463.042.696.507.479 1.14.996 1.889.733a4.577 4.577 0 0 0-.151-.683c.25.008.501.01.751.009-.117.123-.234.248-.348.375.497.032.995.035 1.491.042a18.43 18.43 0 0 1-.099.249c.552.399.631 1.268.063 1.689-.53.421-1.273.107-1.561-.445-.353-.045-.705-.1-1.054-.167l-.099-.588c-.376-.218-.696-.588-1.115-.693.069.45.553.743.547 1.245-.285.344-.531.861-1.056.832-.622.069-1.131-.621-.918-1.197.094-.37.465-.535.752-.732.542.168.77-.39.164-.488l.028-.262c.209-.024.42-.05.629-.076-.028-.216-.06-.43-.094-.644m-1.339 2.472c-.056.669.882 1.041 1.305.526.347-.357.166-.87-.132-1.188-.146.307-.248.66-.549.855.069-.331.187-.649.29-.972-.425.049-.934.275-.914.779m3.932-.434c.259-.005.52-.071.779-.037.408.144.361.828-.074.888-.277-.024-.549-.091-.827-.112.348.581 1.325.513 1.449-.193.205-.755-.957-1.253-1.327-.547zM9.495 15.781c.182-.299.397-.61.783-.629-.218.207-.439.413-.639.638 1.194.23 2.376.389 3.59.167l.182.624c.633.252 1.242 1.244.536 1.734-.538.673-1.639.335-1.848-.459-.755.121-1.526.042-2.275-.08l-.059-.334c.083-.104.167-.208.252-.311-.304-.18-.585-.493-.972-.412.362.543.461 1.38-.167 1.775-.756.579-1.929-.244-1.649-1.153.158-.743 1.018-.951 1.659-.728a1.543 1.543 0 0 1-.004-.878l.611.045m-1.611 2.386c.667.462 1.336-.403.983-1.032-.055.047-.166.142-.221.191.039.352-.2.832-.599.557-.43-.422.305-.692.545-.959-.756-.27-1.395.779-.708 1.242m4.628-.708c.379-.096.793-.322 1.073.085.077.004.23.012.307.014-.185-.656-1.176-.841-1.38-.099m-.088.11c.049.742.988.999 1.396.37-.519.072-.992-.027-1.396-.37z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M10.967 0h2.042c1.426.224 2.862.52 4.159 1.177 3.841 1.777 6.461 5.711 6.832 9.902v1.822c-.356 4.045-2.791 7.867-6.431 9.718-1.398.78-2.975 1.134-4.542 1.381h-2.034c-1.456-.229-2.924-.533-4.243-1.217C2.953 20.991.37 17.084 0 12.925v-1.829c.36-4.23 3.026-8.194 6.911-9.959C8.179.506 9.58.227 10.967-.001m.001 3.181c-4.264.403-7.829 4.294-7.843 8.579-.194 4.024 2.735 7.885 6.636 8.84 2.629.685 5.561.102 7.693-1.592 2.875-2.174 4.144-6.192 3.035-9.624-1.156-3.996-5.39-6.775-9.521-6.203z"/><path fill="#f7fbf5" d="M10.968 3.18c4.13-.572 8.365 2.207 9.521 6.203 1.109 3.432-.16 7.45-3.035 9.624-2.132 1.694-5.064 2.278-7.693 1.592-3.901-.955-6.83-4.817-6.636-8.84.014-4.285 3.58-8.176 7.843-8.579M9.125 5.149c-.514.72-.466 1.829-1.322 2.297-.005.63-.004 1.26 0 1.89.198.215.394.432.595.643.001.446 0 .893.02 1.339.356.016.713.016 1.07.001.014-.467.014-.932.014-1.399h5.122c-.001.467-.002.934.024 1.399.355.014.71.014 1.067-.001.022-.445.02-.89.022-1.337.875-.575.534-1.663.587-2.54-.864-.462-.792-1.618-1.339-2.288a17.95 17.95 0 0 0-5.86-.004m1.712 7.36c.185.025.37.041.557.05-.004.073-.008.218-.011.292l-.5.011.005.432c.252 0 .504 0 .756-.012-.577.572-1.108 1.19-1.652 1.793l.323.304c.43-.384.858-.768 1.292-1.146.284.304.571.605.856.907-.482.24-1.592.088-1.483.864.5.697 1.188 1.246 1.77 1.876.098-.164.199-.33.299-.494-.372-.425-.743-.851-1.109-1.28.572-.02 1.152.052 1.718-.041.422-.233.401-.826.13-1.168-.402-.556-.796-1.121-1.235-1.648-.259-.317-.673-.028-1.008-.114.235-.095.475-.178.718-.252.226-.478-.04-1.151-.619-1.158-.468-.047-.7.407-.805.785m-1.808 3.608c-.689.188-1.17.913-1.073 1.621.068.794.854 1.427 1.645 1.328.857-.056 1.525-.948 1.336-1.788-.137-.85-1.09-1.429-1.908-1.162m5.281.004c-1.015.263-1.423 1.662-.707 2.429.709.908 2.334.559 2.596-.566.371-1.088-.799-2.251-1.889-1.862z"/><path fill="#f7fbf5" d="M9.349 5.593c1.8-.289 3.63-.287 5.429-.001.191.485.383.97.571 1.454a44.884 44.884 0 0 0-6.57 0c.188-.485.382-.968.57-1.453zM8.242 7.651a31.67 31.67 0 0 1 1.51-.004c.104.336.19.678.258 1.024-.589.036-1.181.032-1.77.007-.007-.342-.006-.685.002-1.027zM14.377 7.65a27.293 27.293 0 0 1 1.514 0c.01.343.01.686 0 1.03a16.33 16.33 0 0 1-1.77-.011c.07-.343.155-.683.256-1.019zM9.29 16.618c.66-.142 1.292.55 1.092 1.195-.152.701-1.142.96-1.618.422-.545-.506-.214-1.529.526-1.618zM14.68 16.606c1.268-.148 1.355 1.962.08 1.921-1.204.077-1.283-1.897-.08-1.921z"/><path fill="#2a2d2f" d="M9.125 5.149a17.95 17.95 0 0 1 5.86.004c.547.671.475 1.826 1.339 2.288-.053.877.288 1.966-.587 2.54-.001.446 0 .892-.022 1.337-.356.016-.712.016-1.067.001-.026-.466-.025-.932-.024-1.399a4372.48 4372.48 0 0 0-5.122 0c0 .467 0 .932-.014 1.399-.358.014-.714.014-1.07-.001-.02-.446-.019-.893-.02-1.339-.202-.211-.397-.428-.595-.643-.004-.63-.005-1.26 0-1.89.857-.468.809-1.577 1.322-2.297m.224.444c-.188.485-.382.968-.57 1.453a44.884 44.884 0 0 1 6.57 0c-.188-.485-.38-.97-.571-1.454a17.194 17.194 0 0 0-5.429.001M8.242 7.651c-.008.342-.01.685-.002 1.027.589.025 1.181.029 1.77-.007a9.959 9.959 0 0 0-.258-1.024 29.234 29.234 0 0 0-1.51.004m6.135-.001c-.101.336-.186.676-.256 1.019.589.04 1.181.035 1.77.011.01-.343.01-.686 0-1.03a27.293 27.293 0 0 0-1.514 0zM10.837 12.509c.106-.378.337-.832.805-.785.58.007.845.68.619 1.158a8.857 8.857 0 0 0-.718.252c.335.086.749-.203 1.008.114.439.527.833 1.092 1.235 1.648.271.342.293.935-.13 1.168-.566.092-1.146.02-1.718.041.366.43.737.856 1.109 1.28l-.299.494c-.582-.63-1.27-1.178-1.77-1.876-.109-.776 1.001-.624 1.483-.864l-.856-.907c-.434.378-.863.762-1.292 1.146l-.323-.304c.545-.602 1.075-1.22 1.652-1.793-.252.012-.504.012-.756.012l-.005-.432.5-.011c.002-.073.007-.218.011-.292a6.898 6.898 0 0 1-.557-.05zM9.031 16.118c.818-.268 1.771.312 1.908 1.162.19.84-.479 1.732-1.336 1.788-.791.098-1.577-.534-1.645-1.328-.097-.708.384-1.433 1.073-1.621m.259.499c-.739.089-1.07 1.111-.526 1.618.475.538 1.465.278 1.618-.422.2-.646-.432-1.337-1.092-1.195z"/><path fill="#2a2d2f" d="M14.312 16.121c1.09-.389 2.26.774 1.889 1.862-.262 1.126-1.886 1.475-2.596.566-.716-.767-.308-2.166.707-2.429m.368.486c-1.202.024-1.123 1.998.08 1.921 1.274.041 1.188-2.069-.08-1.921z"/></symbol><symbol viewBox="0 0 25 24" id="regulatory--no-motor-vehicles--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#d40303" d="M11.22 0h2.681c3.831.452 7.539 2.51 9.586 5.835.185.627.543 1.182.75 1.801 1.34 3.54.919 7.699-1.143 10.88-.174.254-.32.527-.448.808-2.105 2.682-5.382 4.248-8.723 4.677H11.24c-2.241-.323-4.476-1.027-6.306-2.397-1.665-1.582-3.172-3.42-3.879-5.646-1.403-3.972-.58-8.646 2.151-11.863.222-.246.42-.513.596-.796C5.831 1.418 8.503.371 11.22.001M6.782 4.974c4.291 4.293 8.584 8.584 12.875 12.879 1.557-1.832 2.362-4.286 2.15-6.684-.201-2.585-1.576-5.045-3.666-6.577-3.279-2.524-8.255-2.348-11.359.382m-3.016 8.913c.465 2.174 1.771 4.14 3.566 5.446 3.239 2.438 8.105 2.284 11.182-.357C14.228 14.69 9.94 10.407 5.658 6.119c-1.79 2.11-2.489 5.072-1.892 7.768z"/><path fill="#fff" d="M6.782 4.974c3.104-2.73 8.08-2.907 11.359-.382 2.09 1.531 3.465 3.991 3.666 6.577.212 2.399-.593 4.852-2.15 6.684-4.291-4.295-8.584-8.585-12.875-12.879m7.986 1.657c-.517.37-.335 1.192-.86 1.567-.254.378-.131.879-.143 1.309l.249.165c.004.202.01.405.016.607.264.013.527.013.791.001.008-.229.014-.457.02-.686 1.088-.005 2.177-.003 3.266-.001.008.234.015.466.028.7.258 0 .516-.001.775-.008.009-.218.018-.438.024-.658l.249-.081c-.005-.433.109-.918-.118-1.312-.561-.375-.347-1.27-.922-1.617a12.306 12.306 0 0 0-3.375.013zM1.048 7.111c.622-1.454 1.556-2.777 2.754-3.813a5.45 5.45 0 0 1-.596.796C.475 7.311-.348 11.985 1.055 15.957c.707 2.226 2.215 4.063 3.879 5.646-1.737-1.159-3.045-2.879-3.858-4.791a1.967 1.967 0 0 0-.286-.767l-.09-.23c-.742-2.522-.761-5.236.004-7.755.061-.174.117-.349.169-.527a.425.425 0 0 0 .174-.422z"/><path fill="#fff" d="M3.766 13.887c-.597-2.696.102-5.657 1.892-7.768 4.282 4.288 8.57 8.571 12.856 12.857-3.077 2.641-7.943 2.795-11.182.357-1.794-1.307-3.101-3.272-3.566-5.446m5.115-.022l.481-.01-.014.321c-.124.102-.249.202-.373.305l.151.24-.244.179c-.489-.127-.797.188-1.079.535-.914-.042-1.6 1.062-1.074 1.839.54.969 2.136.635 2.293-.453.425.239.91-.034 1.36-.065.124.565.57 1.079 1.18 1.1.823.091 1.55-.8 1.251-1.586-.084-.411-.604-.555-.61-.993-.469.107-.959.164-1.377.42.212-.612-.528-1.048-.8-1.545-.329.131-.607.352-.904.54.211-.405 1.039-.51.782-1.096-.249-.474-1.07-.301-1.023.27zM14.823 6.951c1.067-.221 2.194-.17 3.272-.024.217.323.279.721.413 1.083a14.652 14.652 0 0 0-4.061-.027c.121-.345.202-.707.376-1.032zM14.145 8.81c.15-.127.471-.042.357.198-.034.314-.556.058-.357-.198zM14.998 8.841c.999-.02 2-.025 3.001.003-.343.611-1.154.46-1.742.481-.432-.044-1.07.006-1.258-.484z"/><path fill="#fff" d="M9.018 15.397c.178-.122.353-.246.53-.371l.479.385c-.286.128-.57.258-.851.395l-.157-.409zM7.516 16.138c.395-.222.942.155.848.604-.062.466-.711.645-1.017.298-.27-.259-.175-.758.169-.903zM11.341 16.157c.358-.229.9.046.898.48.022.45-.54.75-.907.499-.371-.198-.364-.787.009-.979z"/><path fill="#ededed" d="M23.487 5.835a10.997 10.997 0 0 1 1.698 4.712c-.154.161-.081.409.085.528v1.69c-.171.178-.244.462-.076.669-.291 2.146-1.137 4.235-2.547 5.888.128-.281.274-.554.448-.808 2.062-3.181 2.483-7.34 1.143-10.88-.207-.618-.565-1.173-.75-1.801z"/><path fill="#030303" d="M14.768 6.631a12.346 12.346 0 0 1 3.375-.013c.575.347.361 1.242.922 1.617.227.394.113.879.118 1.312l-.249.081c-.006.22-.015.439-.024.658-.259.006-.517.008-.775.008-.013-.234-.02-.466-.028-.7-1.09-.001-2.178-.004-3.266.001l-.02.686a9.072 9.072 0 0 1-.791-.001c-.006-.202-.013-.405-.016-.607l-.249-.165c.013-.43-.11-.931.143-1.309.524-.375.343-1.197.86-1.567m.055.319c-.174.325-.255.687-.376 1.032a14.614 14.614 0 0 1 4.061.027c-.133-.362-.196-.761-.413-1.083-1.078-.146-2.206-.197-3.272.024m-.678 1.859c-.199.257.323.512.357.198.114-.24-.207-.325-.357-.198m4.665.349c.023-.211.042-.509-.264-.409-.325.179-.006.477.264.409m-3.812-.318c.188.49.827.439 1.258.484.588-.022 1.399.13 1.742-.481a62.552 62.552 0 0 0-3.001-.003zM.874 7.533c-.056-.188.003-.329.174-.422a.425.425 0 0 1-.174.422zM0 10.733c.241-.888.21-1.87.705-2.673-.764 2.519-.745 5.233-.004 7.755-.48-.801-.457-1.77-.701-2.65v-2.432zM8.881 13.865c-.047-.571.775-.744 1.023-.27.257.585-.571.691-.782 1.096.297-.188.575-.409.904-.54.272.498 1.012.933.8 1.545.418-.256.908-.314 1.377-.42.005.438.526.582.61.993.3.786-.428 1.677-1.251 1.586-.61-.02-1.055-.535-1.18-1.1-.45.03-.935.303-1.36.065-.157 1.088-1.754 1.422-2.293.453-.526-.777.16-1.881 1.074-1.839.282-.347.59-.662 1.079-.535l.244-.179-.151-.24c.124-.103.249-.203.373-.305l.014-.321c-.161.004-.321.008-.481.01m.137 1.533l.157.409c.281-.137.565-.267.851-.395l-.479-.385c-.177.124-.352.249-.53.371m-1.501.741c-.344.145-.439.644-.169.903.306.347.955.168 1.017-.298.094-.45-.453-.827-.848-.604m3.825.018c-.373.192-.38.781-.009.979.367.251.928-.05.907-.499.003-.434-.54-.709-.898-.48zM.791 16.044c.145.235.249.493.286.767-.265-.161-.363-.474-.286-.767z"/><path fill="#e1e1e1" d="M18.81 9.159c-.27.069-.589-.23-.264-.409.306-.1.287.198.264.409z"/><path fill="#6e6e6e" opacity=".75" d="M25.185 10.547l.085.052v.476c-.166-.119-.239-.367-.085-.528z"/><path fill="#696969" opacity=".78" d="M25.194 13.435c-.168-.207-.095-.491.076-.669v.607l-.076.062z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--no-motor-vehicles--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M0 10.394C.762 4.865 5.891.183 11.546.377c5.617-.29 10.914 4.266 11.708 9.787.288 2.05.13 4.184-.612 6.127-1.092 2.934-3.429 5.373-6.308 6.6-2.617 1.134-5.649 1.235-8.36.379C3.848 21.933.671 18.172.001 13.892v-3.498m5.625-5.457c.732.662 1.337 1.567 2.191 2.032l-.089.071c.739.745 1.481 1.486 2.22 2.229 1.622 1.63 3.249 3.255 4.878 4.878.211.208.421.418.631.627l.335.344c.149.157.286.342.488.435.359.446.773.843 1.205 1.219.079.183.267.283.415.404.242.362.603.626.899.943 1.955-2.292 2.684-5.552 1.882-8.457-.8-3.089-3.307-5.652-6.374-6.532-2.959-.895-6.318-.185-8.68 1.806m-3.271 6.277c-.397 3.619 1.574 7.334 4.769 9.066 3.291 1.885 7.703 1.447 10.568-1.037-.212-.214-.423-.427-.637-.638l-.299-.275c-.179-.183-.323-.426-.567-.525a18.057 18.057 0 0 0-.396-.474c-.361-.346-.706-.708-1.074-1.045a28.065 28.065 0 0 1-.292-.308l-.302-.294.053-.126-.245.076.092-.066a23.06 23.06 0 0 0-.53-.508c-.483-.452-.906-.972-1.428-1.38-.394-.525-.903-.944-1.353-1.418l-.054.087c-.019-.065-.06-.192-.08-.257-.8-.713-1.515-1.517-2.297-2.249-.473-.474-.955-.941-1.416-1.426l-.207-.196c-.414-.333-.701-.914-1.248-1.021l.192-.057c-.363-.357-.728-.713-1.086-1.074-1.216 1.448-1.994 3.262-2.163 5.148z"/><path fill="#fff" d="M5.626 4.937c2.362-1.99 5.72-2.701 8.68-1.806 3.067.88 5.573 3.443 6.374 6.532.803 2.905.074 6.164-1.882 8.457-.295-.317-.657-.581-.899-.943.043-1.146-.944-2.162-2.108-2.058l-.335-.344a2.622 2.622 0 0 1 2.305.734 41.087 41.087 0 0 1-.003-.993l-.878-.746c-.636.014-1.271.025-1.906.046l-.147.332A1602.433 1602.433 0 0 1 9.949 9.27c1.265.001 2.53-.005 3.795.003.065-.761.751-1.439 1.544-1.263.623.085.984.675 1.081 1.249.854-.007 1.707-.011 2.56-.015a15.19 15.19 0 0 1-.574-2.094c-.796-.111-1.614-.074-2.399-.24-.577-.47-1.032-1.074-1.571-1.588H9.647c-.616.542-1.198 1.124-1.828 1.648-.854-.465-1.458-1.37-2.191-2.032m9.132 3.396c-.719.188-.932 1.241-.327 1.683.541.508 1.526.109 1.589-.623.121-.678-.616-1.294-1.262-1.061z"/><path fill="#fff" d="M8.315 6.932c.468-.435.944-.858 1.417-1.286l1.974.001.001 1.287c-1.131 0-2.262.005-3.393-.002zM12.119 5.639c.515 0 1.029-.001 1.544.002.16.429.323.857.487 1.286h-2.031V5.639zM2.356 11.213c.17-1.886.948-3.7 2.163-5.148.358.361.722.718 1.086 1.074l-.192.057c-.266.037-.532.079-.797.119-.074.655-.213 1.311-.154 1.974.548 0 1.096.008 1.644.008.087-.404.278-.772.555-1.08l.207.196c-.431.404-.594 1.148-.098 1.571.438.443 1.116.246 1.515-.145.782.732 1.497 1.536 2.297 2.249-.223.241-.439.49-.651.743a22.17 22.17 0 0 0-1.227-.272c-.104.332-.079.675.022 1.003l.445.041c-.343.518-.686 1.038-1.026 1.56-.8-.274-1.871-.194-2.296.648-.871 1.008-.3 2.755 1.008 3.031 1.272.37 2.486-.851 2.44-2.088-.052-.543-.396-.993-.775-1.361.336-.499.667-1.003 1.025-1.486.139.198.274.397.425.588l-.392.217c.175.749.341 1.502.514 2.253.063.412.398.763.787.886 1.154.065 2.312.058 3.468.098.567.902 1.795 1.21 2.711.653.214.212.426.425.637.638-2.865 2.484-7.277 2.922-10.568 1.037-3.196-1.732-5.167-5.446-4.769-9.066z"/><path fill="#fff" d="M10.661 12.346l.054-.087c.449.474.959.893 1.353 1.418-.649-.436-1.417-.503-2.148-.242.249-.362.513-.713.74-1.089zM10.597 14.966c.966.025 1.934.235 2.898.092.179.166.355.336.53.508l-.092.066c-.354.251-.675.546-1.008.824-.777-.497-1.555-.989-2.329-1.49zM16.279 15.554c.593.175 1.025.634 1.205 1.219a9.772 9.772 0 0 1-1.205-1.219zM5.978 16.863c.071-.85.995-1.355 1.783-1.135-.182.335-.413.653-.8.758-.599.29-.25 1.291.398 1.198.614-.028.787-.796.43-1.22.121-.172.242-.344.365-.515.709.601.629 1.863-.245 2.263-.892.511-2.1-.338-1.931-1.348zM14.125 15.682l.302.294a5.024 5.024 0 0 0-.326 1.115l-.392-.007c.053-.489.203-.96.415-1.403z"/><path fill="#fff" d="M10.37 16.529c.245-.286.49-.573.752-.845-.205.44-.454.874-.499 1.368.318.182.637.438 1.029.391.96-.067 1.956.046 2.875-.3.055-.289.12-.575.192-.859.368.337.713.698 1.074 1.045-.145.062-.29.126-.434.189.272.108.55.199.83.285.245.1.388.342.567.525-.777.315-1.677.055-2.105-.678-.98.272-2.003.091-3.002.117-.465.042-.834-.273-1.208-.496a93.06 93.06 0 0 1-.072-.742zM7.178 16.574c.325-.113.677.232.572.558-.075.322-.524.452-.754.211-.258-.222-.142-.685.182-.769z"/><path fill="#030303" d="M9.645 5.321h4.738c.539.514.994 1.118 1.571 1.588.785.166 1.603.129 2.399.24.135.713.338 1.408.574 2.094-.852.003-1.706.008-2.56.015-.097-.574-.458-1.164-1.081-1.249-.794-.175-1.48.503-1.544 1.263-1.265-.008-2.53-.002-3.795-.003-.739-.743-1.481-1.484-2.22-2.229l.089-.071c.631-.524 1.212-1.106 1.828-1.648M8.315 6.932c1.131.007 2.262.002 3.393.002l-.001-1.287-1.974-.001c-.473.428-.95.851-1.417 1.286m3.803-1.293v1.288h2.031c-.164-.429-.327-.857-.487-1.286-.515-.003-1.029-.002-1.544-.002zM4.615 7.315c.265-.04.531-.082.797-.119.547.108.833.688 1.248 1.021a2.358 2.358 0 0 0-.555 1.08c-.548 0-1.096-.008-1.644-.008-.059-.663.08-1.319.154-1.974z"/><path fill="#030303" d="M14.76 8.334c.646-.233 1.383.383 1.262 1.061-.063.731-1.048 1.131-1.589.623-.605-.443-.392-1.495.327-1.683zM6.769 9.985c-.496-.423-.333-1.167.098-1.571.461.486.943.952 1.416 1.426-.398.391-1.077.588-1.515.145zM10.58 12.089c.02.065.061.192.08.257-.228.376-.491.727-.74 1.089.73-.26 1.499-.194 2.148.242.522.408.944.928 1.428 1.38-.965.144-1.932-.067-2.898-.092.773.5 1.552.993 2.329 1.49.333-.278.653-.573 1.008-.824l.245-.076-.053.126a4.317 4.317 0 0 0-.415 1.403l.392.007c.069-.383.171-.758.326-1.115.096.103.194.206.292.308-.072.284-.137.571-.192.859-.919.346-1.915.233-2.875.3-.392.048-.711-.208-1.029-.391.045-.494.294-.927.499-1.368-.262.272-.507.558-.752.845l.072.742c.374.223.743.538 1.208.496 1-.026 2.022.155 3.002-.117.428.734 1.328.993 2.105.678l.299.275c-.916.557-2.144.249-2.711-.653-1.156-.041-2.314-.034-3.468-.098-.388-.123-.723-.474-.787-.886-.173-.751-.338-1.503-.514-2.253.13-.074.262-.146.392-.217-.151-.19-.285-.389-.425-.588-.358.483-.688.987-1.025 1.486.379.368.723.817.775 1.361.046 1.236-1.167 2.458-2.44 2.088-1.308-.275-1.878-2.023-1.008-3.031.425-.841 1.495-.922 2.296-.648.34-.522.683-1.042 1.026-1.56l-.445-.041c-.101-.328-.126-.671-.022-1.003.411.082.822.166 1.227.272.212-.252.428-.502.651-.743m-4.603 4.774c-.169 1.01 1.039 1.859 1.931 1.348.874-.4.953-1.662.245-2.263l-.365.515c.357.425.183 1.192-.43 1.22-.649.093-.997-.908-.398-1.198.387-.105.618-.423.8-.758-.788-.22-1.712.285-1.783 1.135m1.2-.288c-.324.084-.44.547-.182.769.23.241.679.111.754-.211.105-.326-.247-.671-.572-.558zM14.973 13.816c.635-.022 1.27-.033 1.906-.046l.878.746c-.001.331-.002.662.003.993a2.625 2.625 0 0 0-2.305-.734c-.209-.209-.42-.419-.631-.627l.147-.332z"/><path fill="#030303" d="M15.791 15.119c1.164-.104 2.151.912 2.108 2.058-.148-.121-.336-.221-.415-.404-.18-.585-.611-1.044-1.205-1.219-.202-.093-.338-.277-.488-.435zM15.36 17.518c.144-.063.289-.127.434-.189.135.156.267.314.396.474-.28-.086-.558-.178-.83-.285z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles--g7" xmlns="http://www.w3.org/2000/svg"><path opacity=".98" d="M0 0h24v24H0V0m1.236.158C.602.288.086.894.116 1.55.114 8.517.11 15.484.12 22.45c-.02.762.664 1.451 1.428 1.427 6.928.006 13.855 0 20.783.002.788.046 1.585-.61 1.548-1.429.008-6.967.011-13.933 0-20.9.022-.81-.755-1.487-1.549-1.432C15.3.146 8.262.066 1.236.158z"/><path opacity=".98" d="M1.115.504C1.333.421 1.57.422 1.8.418c6.881.01 13.762-.007 20.642.008.654-.02 1.188.614 1.128 1.252-.002 6.923.005 13.844-.004 20.766.017.649-.607 1.193-1.246 1.135l-20.642.001c-.64.053-1.268-.48-1.244-1.136C.422 15.482.428 8.519.432 1.556.41 1.106.708.68 1.115.505m.236.589c-.235.085-.316.35-.301.578v20.654a.547.547 0 0 0 .624.623h20.653a.55.55 0 0 0 .623-.623c-.004-6.924.007-13.848-.006-20.771.024-.395-.409-.559-.739-.509-6.95.036-13.91-.056-20.854.047z"/><path opacity=".98" d="M13.477 3.529c.589-.186 1.301.048 1.542.646.385.914.398 2.058-.13 2.921-.552.836-2.018.563-2.228-.427-.32-1.027-.353-2.657.816-3.139m.247.597c-.772.418-.684 1.564-.464 2.291.076.518.828.724 1.118.274.366-.66.373-1.489.086-2.18-.098-.296-.448-.452-.74-.384zM8.701 3.539c.212.001.425.004.637.004.482.854.974 1.705 1.458 2.56.013-.854.004-1.708-.032-2.561l.666-.001v3.992c-.19-.002-.379-.004-.569-.004A395.236 395.236 0 0 0 9.335 4.84c-.011.898-.002 1.794-.005 2.692h-.629c-.002-1.331-.001-2.662 0-3.992zM9.158 10.009c.452-.178 1.056-.016 1.244.464.415.922.412 2.039.043 2.975-.24.69-1.274.829-1.693.238-.451-.67-.408-1.52-.366-2.291.061-.524.229-1.172.772-1.386m.131.574c-.558.689-.431 1.736-.204 2.538.053.401.647.538.821.149.343-.666.275-1.48.14-2.194-.041-.346-.41-.779-.757-.493zM11.19 10.02l2.039.001c0 .167.001.335.004.503-.251.007-.502.011-.751.023-.004 1.145.001 2.291-.002 3.436-.19-.002-.379-.002-.568-.001-.002-1.15 0-2.299-.002-3.449l-.72-.004.001-.509zM14.448 10.02c.485-.211 1.128-.024 1.315.5.388.924.388 2.035.002 2.96-.256.686-1.313.785-1.698.172-.409-.662-.407-1.482-.344-2.232.055-.526.209-1.145.725-1.4m.214.522c-.598.67-.452 1.723-.266 2.534.058.438.704.594.881.152.288-.683.259-1.482.091-2.194-.049-.323-.353-.684-.706-.493zM4.921 10.02c.193 0 .388 0 .582-.002.25.737.488 1.476.743 2.212.251-.734.491-1.474.74-2.209.191.001.382 0 .572-.001.001 1.321.002 2.642 0 3.964-.19-.002-.379-.002-.568-.001-.004-.727.006-1.456-.01-2.183-.262.72-.486 1.452-.738 2.174a79.356 79.356 0 0 1-.713-2.182c-.01.73-.07 1.46-.005 2.189-.202 0-.403 0-.605.002-.002-1.321-.001-2.641 0-3.962zM16.829 10.027c.596.002 1.247-.133 1.799.155.638.444.558 1.516-.12 1.889.19.634.368 1.272.559 1.907-.197.001-.392.002-.588.005-.17-.622-.35-1.24-.523-1.861-.185.001-.371-.001-.556-.002l-.001 1.864c-.19-.002-.379-.002-.568-.001-.004-1.319.001-2.636-.002-3.954m.571.524l.001 1.034c.274-.008.552.006.82-.058.408-.126.379-.806-.017-.923-.264-.06-.536-.046-.804-.054zM3.694 16.471c.172-.002.343-.002.516 0 .143.75.28 1.502.425 2.252.151-.751.275-1.508.422-2.26.17.005.341.008.512.01-.244 1.33-.484 2.66-.724 3.99l-.433-.005c-.24-1.33-.481-2.658-.719-3.988zM6.121 16.47H7.59c.001.169.001.34 0 .51l-.959.001-.002 1.018.631.002v.539l-.63.001v1.409c.341-.001.682.001 1.021.001-.001.169-.002.34-.001.509l-1.529.001c-.002-1.331-.001-2.662 0-3.991zM8.281 16.469c.169-.001.34 0 .509.002l.001 1.619.688.001c.002-.541 0-1.081.002-1.622.169-.001.34 0 .509.002v3.989l-.509.001L9.48 18.6l-.69.001v1.859l-.509.001c-.001-1.331-.002-2.662 0-3.992zM10.861 16.47c.169-.002.34-.001.509.001 0 1.33.001 2.66-.001 3.99l-.509-.002c.001-1.33-.001-2.659.001-3.989zM12.34 16.902c.275-.792 1.493-.521 1.553.277-.121.005-.365.016-.487.02a9.717 9.717 0 0 0-.28-.294c-.47.149-.42.707-.456 1.102-.007.629-.071 1.302.187 1.891.271.322.488-.11.515-.367h.509c.14.828-.935 1.376-1.458.692-.422-1.036-.323-2.249-.083-3.322zM14.61 16.471c.169-.002.338-.004.509-.002.004 1.181-.001 2.362.002 3.541l.989.001v.449a375 375 0 0 1-1.5 0v-3.989zM16.681 16.47h1.469c.001.169.001.34 0 .51l-.959.001-.002 1.018.631.002v.539l-.63.001.001 1.41c.326 0 .654-.004.982-.008-.006.173 0 .344.017.517l-1.51.001c0-1.331-.001-2.662.001-3.991zM18.702 17.166c.054-.467.503-.84.977-.724.454.053.553.562.654.922-.162.006-.323.011-.484.014-.04-.624-.806-.494-.625.101.481.79 1.477 1.649.918 2.668-.49.815-1.686.193-1.568-.673.162-.004.324-.004.486-.002.025.324.408.794.667.378.352-1.081-1.226-1.609-1.025-2.683z"/><path fill="#fff" d="M1.236.158C8.262.067 15.3.146 22.33.118c.794-.055 1.571.622 1.549 1.432.011 6.967.008 13.933 0 20.9.037.82-.76 1.475-1.548 1.429-6.928-.002-13.855.004-20.783-.002C.784 23.901.1 23.212.12 22.45.11 15.484.114 8.517.116 1.55.086.894.602.288 1.236.158m-.121.346C.708.679.411 1.105.432 1.555.428 8.519.422 15.481.434 22.443c-.024.656.605 1.189 1.244 1.136l20.642-.001c.638.058 1.262-.486 1.246-1.135.008-6.922.001-13.843.004-20.766.06-.637-.474-1.272-1.128-1.252C15.561.409 8.68.426 1.8.417c-.23.005-.467.004-.685.086z"/><path fill="#fff" d="M1.351 1.094c6.943-.103 13.903-.011 20.854-.047.33-.05.763.114.739.509.013 6.923.002 13.847.006 20.771a.55.55 0 0 1-.623.623H1.674a.547.547 0 0 1-.624-.623V1.673c-.014-.228.066-.493.301-.578m12.126 2.434c-1.169.482-1.136 2.112-.816 3.139.21.99 1.676 1.264 2.228.427.528-.863.515-2.006.13-2.921-.241-.598-.953-.832-1.542-.646m-4.776.011c-.001 1.331-.002 2.662 0 3.992h.629c.002-.898-.006-1.794.005-2.692.514.894 1.02 1.792 1.526 2.689.19 0 .379.001.569.004V3.54l-.666.001c.036.853.046 1.706.032 2.561-.484-.854-.976-1.705-1.458-2.56-.212 0-.425-.002-.637-.004m.457 6.471c-.542.214-.71.862-.772 1.386-.042.77-.085 1.621.366 2.291.419.592 1.453.452 1.693-.238.368-.936.372-2.053-.043-2.975-.188-.48-.792-.642-1.244-.464m2.032.011l-.001.509.72.004c.002 1.15 0 2.299.002 3.449.188-.001.378-.001.568.001.004-1.145-.001-2.291.002-3.436.25-.012.5-.016.751-.023-.002-.168-.004-.336-.004-.503l-2.039-.001m3.259 0c-.516.256-.67.875-.725 1.4-.062.75-.065 1.57.344 2.232.385.613 1.442.515 1.698-.172a3.928 3.928 0 0 0-.002-2.96c-.187-.524-.83-.712-1.315-.5m-9.527 0c-.001 1.321-.002 2.641 0 3.962.202-.002.403-.002.605-.002-.065-.728-.005-1.459.005-2.189.229.731.463 1.458.713 2.182.252-.722.476-1.454.738-2.174.016.727.006 1.456.01 2.183.188-.001.378-.001.568.001.002-1.321.001-2.642 0-3.964-.191.001-.382.002-.572.001-.25.736-.49 1.475-.74 2.209-.254-.736-.493-1.475-.743-2.212-.194.002-.389.002-.582.002m11.906.008c.004 1.318-.001 2.635.002 3.954.188-.001.378-.001.568.001l.001-1.864c.185.001.371.004.556.002.173.622.353 1.24.523 1.861l.588-.005c-.191-.635-.37-1.273-.559-1.907.678-.373.758-1.445.12-1.889-.552-.288-1.202-.152-1.799-.155M3.694 16.471c.238 1.33.479 2.658.719 3.988l.433.005c.24-1.33.48-2.66.724-3.99a21.647 21.647 0 0 1-.512-.01c-.148.751-.271 1.508-.422 2.26-.145-.75-.282-1.502-.425-2.252a22.189 22.189 0 0 0-.516 0m2.426-.002c-.001 1.33-.002 2.66 0 3.991l1.529-.001c-.001-.169 0-.34.001-.509-.34 0-.68-.002-1.021-.001v-1.409l.63-.001v-.539l-.631-.002.002-1.018.959-.001c.001-.17.001-.341 0-.51H6.121m2.16-.001c-.002 1.331-.001 2.662 0 3.992l.509-.001v-1.859l.69-.001.001 1.861.509-.001v-3.989c-.169-.002-.34-.004-.509-.002-.002.541 0 1.081-.002 1.622l-.688-.001-.001-1.619c-.169-.002-.34-.004-.509-.002m2.58.001c-.002 1.33 0 2.659-.001 3.989l.509.002c.002-1.33.001-2.66.001-3.99-.169-.002-.34-.004-.509-.001m1.479.432c-.24 1.073-.34 2.286.083 3.322.523.684 1.598.136 1.458-.692h-.509c-.026.257-.244.689-.515.367-.258-.589-.194-1.262-.187-1.891.036-.395-.014-.953.456-1.102.095.096.188.194.28.294l.487-.02c-.06-.798-1.278-1.069-1.553-.277m2.27-.432v3.989h1.5v-.449l-.989-.001c-.004-1.18.001-2.36-.002-3.541-.17-.001-.34 0-.509.002m2.071-.001c-.002 1.33-.001 2.66-.001 3.991l1.51-.001a3.884 3.884 0 0 1-.017-.517 64.4 64.4 0 0 1-.982.008l-.001-1.41.63-.001v-.539l-.631-.002.002-1.018.959-.001c.001-.17.001-.341 0-.51h-1.469m2.021.696c-.202 1.074 1.376 1.602 1.025 2.683-.259.416-.642-.054-.667-.378a19.684 19.684 0 0 0-.486.002c-.118.866 1.079 1.488 1.568.673.559-1.019-.437-1.878-.918-2.668-.181-.595.586-.725.625-.101.161-.004.322-.008.484-.014-.101-.36-.2-.869-.654-.922-.474-.116-.923.257-.977.724z"/><path fill="#fff" d="M13.724 4.127c.293-.068.642.088.74.384.287.691.28 1.52-.086 2.18-.29.45-1.043.245-1.118-.274-.22-.727-.307-1.873.464-2.291zM9.289 10.583c.347-.286.716.148.757.493.134.714.203 1.528-.14 2.194-.174.389-.768.252-.821-.149-.227-.802-.354-1.849.204-2.538zM14.662 10.542c.353-.191.656.17.706.493.168.712.197 1.511-.091 2.194-.176.442-.823.286-.881-.152-.186-.811-.331-1.865.266-2.534zM17.4 10.553c.268.008.54-.006.804.054.396.116.425.797.017.923-.268.064-.546.049-.82.058l-.001-1.034z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-except-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.579 0h2.853c1.081.217 2.17.433 3.18.898-1.533-.394-3.07-.88-4.676-.822-1.154-.043-2.272.273-3.408.406.658-.263 1.373-.296 2.051-.483zM16.768.961c.399.117.773.301 1.11.545a2.41 2.41 0 0 1-1.11-.545zM10.841 1.962c4-.483 8.166 1.582 10.177 5.078 1.554 2.607 1.832 5.92.743 8.752-1.147 3.07-3.85 5.481-7.012 6.32-2.643.72-5.559.376-7.947-.973-2.697-1.495-4.677-4.244-5.156-7.299a10.154 10.154 0 0 1 1.639-7.384c1.7-2.507 4.538-4.201 7.556-4.494M7.349 7.473c-.29 1.067-.59 2.131-.877 3.199-.458.053-.903.382-.913.877-.015.894.005 1.79.01 2.686-.001.65.67 1.105 1.284 1.03 3.549-.083 7.1-.05 10.649-.102.568-.004 1.15-.46 1.106-1.064-.003-.893-.011-1.785-.022-2.677.034-.51-.463-.828-.905-.913-.415-1.163-.764-2.35-1.192-3.509-.126-.422-.573-.627-.987-.608-2.292-.009-4.584 0-6.876-.005-.632-.062-1.137.517-1.276 1.086m8.291 8.077c.027.678-.037 1.365.072 2.037.34.825 1.789.876 2.105.003.083-.676.011-1.36.034-2.038-.738-.003-1.474-.001-2.212-.001m-9.264.102c.032.649-.013 1.302.058 1.948.259.924 1.879.988 2.141.029.058-.657.006-1.318.024-1.976l-2.223-.001zM19.199 2.368a.757.757 0 0 1 .443.32c-.221.097-.396-.13-.443-.32zM19.929 2.975c.451.262.814.649 1.101 1.081a5.475 5.475 0 0 1-1.101-1.081z"/><path fill="#fff" d="M8.098 7.721a.625.625 0 0 1 .665-.535c2.161-.01 4.324-.024 6.486-.024.284-.028.574.13.648.417.33.99.62 1.992.933 2.988-3.158.039-6.317.042-9.476.123.199-1.001.488-1.982.743-2.969zM16.556 11.355c1.38-.287 1.726 2.001.339 2.156-1.39.295-1.736-2.02-.339-2.156zM7.156 11.488c.743-.262 1.571.441 1.415 1.215-.09.801-1.158 1.208-1.764.679-.676-.493-.457-1.675.349-1.895z"/><path fill="#da251d" d="M8.528.483C9.665.35 10.782.033 11.936.077c1.605-.058 3.143.428 4.676.822l.156.063c.316.277.698.461 1.11.545.47.239.91.532 1.321.862.047.19.222.417.443.32.093.099.19.193.287.287.317.408.682.777 1.101 1.081 1.667 1.778 2.593 4.13 2.97 6.514v2.851c-.358 2.295-1.243 4.522-2.758 6.301-1.919 2.38-4.825 3.832-7.823 4.278h-2.836c-2.296-.357-4.524-1.242-6.305-2.758C1.898 19.324.447 16.418 0 13.42v-2.837C.59 5.944 3.97 1.723 8.528.484m2.313 1.478c-3.017.293-5.855 1.987-7.556 4.494-1.468 2.13-2.074 4.833-1.639 7.384.479 3.055 2.458 5.804 5.156 7.299 2.387 1.349 5.304 1.693 7.947.973 3.162-.839 5.865-3.25 7.012-6.32 1.09-2.832.811-6.145-.743-8.752-2.01-3.496-6.177-5.561-10.177-5.078z"/><path fill="#1f1a17" d="M7.349 7.473c.14-.569.644-1.148 1.276-1.086 2.292.005 4.584-.004 6.876.005.414-.019.861.187.987.608.428 1.158.777 2.345 1.192 3.509.442.085.94.403.905.913.01.891.019 1.784.022 2.677.044.604-.538 1.06-1.106 1.064-3.549.052-7.1.019-10.649.102-.613.075-1.285-.38-1.284-1.03-.005-.895-.025-1.792-.01-2.686.01-.495.455-.824.913-.877.287-1.068.588-2.132.877-3.199m.75.248c-.255.987-.543 1.968-.743 2.969 3.158-.081 6.317-.084 9.476-.123-.314-.996-.603-1.997-.933-2.988-.074-.287-.363-.444-.648-.417-2.163 0-4.325.014-6.486.024a.624.624 0 0 0-.665.535m8.457 3.634c-1.397.136-1.051 2.451.339 2.156 1.387-.155 1.041-2.443-.339-2.156m-9.4.133c-.806.22-1.025 1.402-.349 1.895.606.528 1.674.122 1.764-.679.156-.775-.672-1.477-1.415-1.215zM15.641 15.55c.738 0 1.474-.001 2.212.001-.023.678.048 1.363-.034 2.038-.316.874-1.765.823-2.105-.003-.109-.672-.046-1.359-.072-2.037zM6.376 15.653l2.223.001c-.018.658.034 1.319-.024 1.976-.262.959-1.882.895-2.141-.029-.071-.646-.027-1.299-.058-1.948z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-except-motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.087 0h1.536c4.524.226 8.768 3.187 10.464 7.397.493 1.132.725 2.35.913 3.564v2.12c-.422 4.067-2.942 7.872-6.646 9.661-1.318.694-2.783 1.022-4.243 1.258h-2.197c-1.285-.212-2.578-.472-3.767-1.024C3.067 21.216.23 17.052 0 12.624v-1.237C.227 7.048 2.95 2.953 6.907 1.138 8.216.5 9.655.21 11.087 0M5.179 4.7c-2.819 2.57-3.901 6.826-2.67 10.435.653 1.993 1.961 3.755 3.653 4.988.782-1.345 1.559-2.694 2.335-4.043.397-.686.8-1.369 1.184-2.063.161-.266.313-.538.474-.803.569-.995 1.147-1.985 1.716-2.978l1.69-2.924c.103-.184.209-.366.316-.547.744-1.295 1.496-2.585 2.236-3.881C12.537 1.238 8.024 1.967 5.18 4.7m10.989 2.114c-.083.132-.169.263-.256.391l.037.056c-.659.949-1.175 1.988-1.766 2.98-.578.989-1.15 1.98-1.717 2.974-.156.268-.311.536-.469.804-.43.748-.863 1.494-1.291 2.243-.937 1.621-1.877 3.241-2.808 4.866a10.066 10.066 0 0 0 6.695.54c3.701-.955 6.673-4.206 7.272-7.985.67-3.683-.961-7.639-4.016-9.796-.56.974-1.135 1.943-1.68 2.927z"/><path fill="#fff" d="M5.179 4.7c2.844-2.732 7.357-3.462 10.933-1.816-.739 1.296-1.492 2.586-2.236 3.881a38.48 38.48 0 0 0-.679.004 93.043 93.043 0 0 0-.191-.848 666 666 0 0 0-1.999 0c-.062.282-.127.564-.19.847-.878.018-1.759-.036-2.636.023-.439.013-.724.397-.852.779a387.47 387.47 0 0 0-1.278 3.517c-.228.71-.805 1.316-.688 2.113.071.614-.265 1.554.504 1.823.011.913.002 1.825.006 2.738.503-.002 1.007-.002 1.511-.001l.001-1.818c.371.05.742.09 1.111.139-.776 1.349-1.553 2.698-2.335 4.043-1.692-1.234-3-2.995-3.653-4.988-1.231-3.61-.149-7.865 2.67-10.435zM16.169 6.814c.545-.984 1.12-1.952 1.68-2.927 3.055 2.156 4.686 6.113 4.016 9.796-.599 3.779-3.571 7.03-7.272 7.985a10.066 10.066 0 0 1-6.695-.54c.931-1.625 1.871-3.245 2.808-4.866 1.979.054 3.962-.03 5.923-.319l.001 1.818h1.512c.002-.91-.006-1.818.005-2.728.236-.142.533-.301.492-.626-.008-.701.107-1.435-.112-2.113-.616-1.102-.934-2.332-1.396-3.499-.272-.68-.406-1.457-.964-1.98z"/><path fill="#fff" d="M7.979 7.375c1.849-.149 3.722-.02 5.582-.062l-1.69 2.924c-.522.005-1.045.002-1.568.001-.312-1.009-1.753-1.01-2.066 0-.463.001-.925.002-1.387 0 .394-.946.634-1.966 1.129-2.863zM14.184 10.241c.592-.991 1.108-2.03 1.766-2.98.576.912.798 1.991 1.217 2.977-.995.004-1.99 0-2.983.002zM6.248 12.223h2.056c.114.462.23.923.343 1.385H6.248v-1.385zM15.71 12.223l2.058.001v1.384h-2.401c.114-.462.23-.923.343-1.385z"/><path fill="#fff" d="M8.966 13.217c.397.001.793-.002 1.189-.001-.161.265-.313.536-.474.803-1.146-.006-2.291 0-3.437-.004l-.008-.196c.958-.006 1.915-.002 2.873-.004-.049-.199-.095-.4-.143-.599zM12.467 13.214c.86.004 1.722.001 2.582.002l-.143.599h2.864l-.004.2c-1.922.001-3.846-.002-5.77.002.158-.268.313-.536.469-.804z"/><path d="M11.008 5.921a666 666 0 0 1 1.999 0c.065.283.128.566.191.848.227-.002.454-.005.679-.004a36.97 36.97 0 0 0-.316.547c-1.86.042-3.733-.086-5.582.062-.496.898-.736 1.918-1.129 2.863.462.002.924.001 1.387 0 .313-1.01 1.754-1.009 2.066 0 .523.001 1.046.004 1.568-.001-.569.994-1.147 1.984-1.716 2.978-.396-.001-.792.002-1.189.001.048.199.094.4.143.599-.958.001-1.915-.002-2.873.004.002.049.007.146.008.196 1.146.004 2.291-.002 3.437.004-.384.694-.787 1.376-1.184 2.063-.37-.049-.74-.089-1.111-.139l-.001 1.818c-.504-.001-1.008-.001-1.511.001-.004-.913.005-1.825-.006-2.738-.769-.269-.433-1.208-.504-1.823-.118-.797.46-1.403.688-2.113.42-1.175.847-2.347 1.278-3.517.128-.382.413-.766.852-.779.877-.059 1.758-.005 2.636-.023.062-.283.127-.565.19-.847m-4.76 6.302v1.385h2.399c-.113-.462-.229-.923-.343-1.385H6.248zM15.913 7.205c.086-.128.173-.259.256-.391.558.523.691 1.3.964 1.98.462 1.168.78 2.398 1.396 3.499.218.678.103 1.412.112 2.113.041.325-.256.485-.492.626-.011.91-.002 1.818-.005 2.728h-1.512l-.001-1.818c-1.961.289-3.944.373-5.923.319.428-.749.862-1.495 1.291-2.243 1.924-.005 3.847-.001 5.77-.002l.004-.2h-2.864l.143-.599c-.86-.001-1.722.001-2.582-.002.568-.994 1.139-1.985 1.717-2.974.994-.002 1.988.001 2.983-.002-.419-.986-.641-2.065-1.217-2.977l-.037-.056m-.206 5.017c-.113.462-.229.923-.343 1.385h2.401v-1.384l-2.058-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-except-motorcycles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.09 0h1.536c4.523.227 8.766 3.188 10.46 7.397.496 1.133.725 2.353.913 3.568v2.128c-.434 4.189-3.109 8.083-6.976 9.811-1.223.596-2.564.869-3.896 1.097h-2.224c-4.001-.438-7.75-2.881-9.565-6.502-.792-1.505-1.199-3.182-1.339-4.87v-1.247C.233 6.671 3.454 2.278 7.918.719 8.939.34 10.019.173 11.09 0M5.057 4.817C2.325 7.397 1.3 11.58 2.509 15.136a10.125 10.125 0 0 0 3.653 4.987c1.235-2.126 2.462-4.256 3.688-6.388.594-1.015 1.18-2.035 1.765-3.055.332-.568.66-1.138.988-1.709l.277-.496c1.091-1.855 2.159-3.722 3.23-5.588-3.625-1.679-8.218-.89-11.053 1.93m10.157 3.636c-.097.168-.194.336-.293.504-.277.466-.538.941-.8 1.414a108.854 108.854 0 0 0-1.94 3.362c-1.448 2.45-2.856 4.927-4.28 7.393a10.045 10.045 0 0 0 6.694.541c3.586-.929 6.497-4.007 7.207-7.645.824-3.77-.796-7.914-3.95-10.133-.884 1.518-1.76 3.041-2.636 4.564z"/><path fill="#fff" d="M5.057 4.817c2.836-2.82 7.428-3.608 11.053-1.93-1.072 1.866-2.14 3.733-3.23 5.588-.802.049-1.608.089-2.399.226-1.176.341-1.727 1.849-3.036 1.859-1.169.198-2.366.289-3.512.584-.604.623-.253 1.621.091 2.303l.69-.001c.014-1.052.93-2.021 2.01-1.927 1.115.024 1.933 1.142 1.783 2.218l1.343-.001a1701.268 1701.268 0 0 1-3.688 6.388 10.13 10.13 0 0 1-3.653-4.987c-1.21-3.556-.185-7.739 2.548-10.319m1.339 7.343c-.9.116-1.346 1.316-.76 2.002.547.775 1.903.556 2.171-.359.344-.86-.508-1.854-1.411-1.643zM15.214 8.453a982.106 982.106 0 0 1 2.636-4.564c3.155 2.219 4.775 6.362 3.95 10.133-.71 3.638-3.622 6.716-7.207 7.645a10.045 10.045 0 0 1-6.694-.541c1.424-2.466 2.832-4.943 4.28-7.393 1.202.008 2.404-.002 3.605.006-.158-1.1.709-2.244 1.854-2.222 1.172-.058 2.076 1.109 1.915 2.233.672-.745.97-1.772.81-2.764-.883-.725-1.615-1.627-2.533-2.306-.84-.26-1.747-.18-2.617-.227m2.224 3.709c-.9.118-1.342 1.315-.757 1.999.546.776 1.902.558 2.17-.356.347-.862-.509-1.859-1.412-1.643z"/><path fill="#fff" d="M10.045 9.683c.679-.66 1.662-.727 2.557-.712-.328.571-.655 1.141-.988 1.709-.659-.022-1.324.049-1.979-.036-.438-.336.16-.727.409-.961zM14.921 8.957c.426-.005.853-.017 1.279.002.656-.046 1.074.54 1.526.917.336.211.23.811-.202.791-1.003.026-2.009.02-3.013.004-.203.026-.283-.173-.391-.3.263-.473.523-.948.8-1.414z"/><path d="M10.481 8.701c.791-.137 1.597-.176 2.399-.226-.094.166-.185.331-.277.496-.895-.016-1.878.052-2.557.712-.25.234-.847.625-.409.961.655.085 1.32.014 1.979.036-.586 1.02-1.171 2.04-1.765 3.055l-1.343.001c.15-1.075-.668-2.194-1.783-2.218-1.08-.094-1.996.875-2.01 1.927l-.69.001c-.344-.682-.695-1.68-.091-2.303 1.146-.295 2.344-.386 3.512-.584 1.309-.01 1.86-1.518 3.036-1.859zM14.921 8.957l.293-.504c.87.047 1.777-.034 2.617.227.918.679 1.65 1.582 2.533 2.306a3.35 3.35 0 0 1-.81 2.764c.161-1.124-.743-2.291-1.915-2.233-1.145-.022-2.012 1.122-1.854 2.222-1.201-.008-2.402.002-3.605-.006a106.546 106.546 0 0 1 1.94-3.362c.108.127.188.326.391.3a68.78 68.78 0 0 0 3.013-.004c.432.02.538-.58.202-.791-.452-.377-.87-.962-1.526-.917-.426-.019-.853-.007-1.279-.002z"/><path d="M6.396 12.161c.904-.211 1.756.782 1.411 1.643-.268.914-1.624 1.134-2.171.359-.587-.685-.14-1.885.76-2.002zM17.437 12.162c.904-.216 1.759.781 1.412 1.643-.268.914-1.624 1.133-2.17.356-.584-.684-.143-1.882.757-1.999z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e81828" d="M9.312 1.147c2.21-.419 4.559-.26 6.636.638 3.887 1.63 6.689 5.518 7.034 9.716-.047.805-.046 1.611.001 2.417-.393 4.668-4.019 8.764-8.525 9.911-.241.053-.48.114-.719.171H9.23c-.092-.166-.214-.194-.368-.085-.835-.305-1.704-.53-2.482-.973-2.917-1.382-5.001-4.15-5.926-7.201-.622-2.735-.427-5.677.789-8.226C2.83 4.368 5.791 1.796 9.311 1.147M6.387 5.179c3.988 4.421 8.05 8.776 12.069 13.172 1.044-1.375 1.879-2.988 1.955-4.744.581-4.302-2.342-8.796-6.585-9.841-2.532-.608-5.344-.187-7.439 1.414m-1.93 1.911c-1.497 2.025-2.034 4.62-1.66 7.094.532 3.446 3.341 6.378 6.728 7.161 2.283.417 4.795.218 6.752-1.13-3.974-4.344-7.831-8.794-11.82-13.124z"/><path fill="#fff" d="M6.387 5.179c2.095-1.601 4.906-2.022 7.439-1.414 4.243 1.045 7.166 5.539 6.585 9.841-.077 1.757-.912 3.369-1.955 4.744-4.019-4.396-8.081-8.751-12.069-13.172m4.427-.516c-.435.948-1.276 2.018-.838 3.067 1.854.105 3.725.021 5.587.04.271-1.161-.506-2.093-.887-3.112a93.815 93.815 0 0 0-3.862.005m-.364 3.414l-.004.848.567-.002.001-.837c-.189-.004-.377-.006-.565-.008m3.992-.007c.004.258-.006.518.033.774.266.147.601.053.895.082l.001-.796a7.804 7.804 0 0 0-.929-.06m2.179.453l-.171.239.273.307a17.86 17.86 0 0 0-.318.475c.413-.025.816-.128 1.23-.16.051-.599-.537-.777-1.013-.862m-.659 1.767l-.202-.21c-.591.26-1.273.698-1.038 1.453-.381.219-.832.526-.846 1.01-.155 1.001 1.529 1.448 1.951.56.228-.68-.124-1.483-.845-1.666.786-.032 1.114.754 1.314 1.38.585.166 1.195.142 1.796.134.034-.363.048-.734.169-1.082.002.504-.294 1.121.158 1.514.55.394 1.555.17 1.759-.508.188-.657-.44-1.101-.922-1.399l.336.085-.004-.603a50.62 50.62 0 0 1-1.031-.005c-.164-.304-.462-.303-.759-.215.135-.114.27-.227.403-.342-.359-.311-.651-.839-1.166-.865-.382.216-.715.506-1.072.759z"/><path fill="#fff" d="M10.98 4.966c1.167.027 2.341-.053 3.503.038.227.362.395.758.579 1.142-1.464-.005-2.927.02-4.391-.013.104-.388.208-.777.309-1.167zM4.457 7.091c3.989 4.331 7.847 8.781 11.82 13.124-1.957 1.348-4.469 1.548-6.752 1.13-3.387-.783-6.196-3.715-6.728-7.161-.374-2.473.163-5.068 1.66-7.094m2.481 9.347c-.906-.126-1.795.873-1.466 1.746.403 1.038 2.094 1.256 2.574.171.494-.752-.002-1.676-.741-2.029l.281-.137c.463.528.907 1.072 1.341 1.626.297.008.594.012.89.017.082.559.415 1.2 1.059 1.201.871.09 1.51-.792 1.413-1.607-.309.492-.474 1.179-1.11 1.345-.601.252-.969-.478-1.078-.958.383-.006.767-.006 1.152-.012-.209-.385-.403-.78-.584-1.18.547-.238 1.064.091 1.487.413-.268-.537-.856-.778-1.434-.676a12.745 12.745 0 0 1-.536-.823c.214-.169.426-.343.612-.544-.419-.034-.837-.032-1.256-.031l-.136.247c.241.014.481.026.722.045-.655.577-1.658.14-2.458.279.119-.188.241-.376.363-.564l.395.032-.018-.329c-1.005-.096-.998 1.16-1.473 1.766zM16.009 11.209c-.109-.501.437-.745.695-1.084.304.264.586.55.878.825-.323.005-.646.008-.968.022a1.63 1.63 0 0 1-.605.236zM14.631 11.882c.783-.381 1.074.563.917 1.163-.292.158-.696.344-.956.028-.368-.335-.099-.815.039-1.192zM18.826 11.84c.458-.188 1.105.158 1.097.69.09.733-1.201 1.029-1.451.331-.066-.355-.015-.848.354-1.021z"/><path fill="#fff" d="M7.569 15.845c.774-.004 1.548-.005 2.322 0-.197.573-.41 1.142-.584 1.723-.599-.554-1.16-1.148-1.738-1.723zM10.126 15.859c.101.177.192.361.281.544-.24.233-.435.507-.526.834.188-.184.369-.376.55-.567.205.3.413.599.621.897-.501.078-1.007.032-1.511.038.18-.586.388-1.165.585-1.745zM5.723 17.515c.108-.592.733-.844 1.267-.907-.051.42-.472.916-.077 1.271.144-.409.241-.832.369-1.247.78.349.927 1.497.216 1.992-.724.656-1.984-.203-1.776-1.109z"/><path fill="#201820" d="M10.814 4.662a93.815 93.815 0 0 1 3.862-.005c.381 1.019 1.157 1.951.887 3.112-1.862-.019-3.734.065-5.587-.04-.437-1.049.403-2.119.838-3.067m.166.304c-.101.39-.205.779-.309 1.167 1.464.033 2.927.008 4.391.013-.184-.384-.352-.78-.579-1.142-1.162-.091-2.336-.011-3.503-.038zM15.962 10.289c.357-.253.69-.543 1.072-.759.514.026.806.554 1.166.865l-.403.342c.297-.087.595-.089.759.215.344.006.687.006 1.031.005l.004.603-.336-.085c.482.298 1.11.741.922 1.399-.205.679-1.209.902-1.759.508-.453-.394-.156-1.011-.158-1.514-.121.348-.135.719-.169 1.082-.601.008-1.211.032-1.796-.134-.2-.625-.527-1.412-1.314-1.38.721.183 1.074.986.845 1.666-.422.888-2.106.441-1.951-.56.014-.484.466-.791.846-1.01-.235-.755.447-1.193 1.038-1.453l.202.21m.048.92c.216-.038.421-.118.605-.236.323-.014.646-.018.968-.022-.292-.275-.575-.562-.878-.825-.258.339-.804.583-.695 1.084m-1.378.672c-.138.377-.407.857-.039 1.192.26.316.664.13.956-.028.156-.601-.135-1.544-.917-1.163m4.195-.043c-.369.174-.42.667-.354 1.021.249.698 1.541.402 1.451-.331.008-.532-.64-.878-1.097-.69z"/><path fill="#201720" d="M10.45 8.076l.565.008-.001.837-.567.002.004-.848z"/><path fill="#1f1820" d="M14.441 8.07c.31.007.622.017.929.06l-.001.796c-.294-.028-.629.065-.895-.082-.039-.257-.03-.517-.033-.774zM6.938 16.437c.475-.606.468-1.862 1.473-1.766l.018.329-.395-.032c-.122.188-.244.376-.363.564.8-.14 1.803.298 2.458-.279-.241-.019-.481-.031-.722-.045l.136-.247c.419-.001.837-.004 1.256.031a5.348 5.348 0 0 1-.612.544c.167.281.348.554.536.823.578-.102 1.166.14 1.434.676-.423-.322-.94-.65-1.487-.413.181.4.375.794.584 1.18-.384.006-.768.006-1.152.012.109.48.478 1.209 1.078.958.636-.167.802-.854 1.11-1.345.097.815-.541 1.697-1.413 1.607-.644-.001-.978-.642-1.059-1.201-.297-.005-.594-.008-.89-.017a38.553 38.553 0 0 0-1.341-1.626l-.281.137c.739.352 1.235 1.277.741 2.029-.48 1.084-2.171.867-2.574-.171-.329-.874.56-1.873 1.466-1.746m.63-.594c.578.575 1.139 1.168 1.738 1.723.174-.581.387-1.149.584-1.723-.774-.005-1.548-.004-2.322 0m2.557.014c-.197.581-.406 1.159-.585 1.745.504-.006 1.01.04 1.511-.038-.208-.298-.416-.597-.621-.897-.181.192-.362.383-.55.567.091-.326.286-.601.526-.834a11.18 11.18 0 0 0-.281-.544m-4.403 1.657c-.208.906 1.052 1.765 1.776 1.109.711-.495.564-1.643-.216-1.992-.128.415-.225.838-.369 1.247-.395-.355.026-.851.077-1.271-.534.063-1.16.314-1.267.907z"/><path fill="#1f1720" d="M16.62 8.523c.476.085 1.064.262 1.013.862-.414.032-.817.135-1.23.16.103-.16.209-.318.318-.475-.09-.103-.181-.206-.273-.307.044-.059.129-.179.171-.239z"/><path fill="#ed6a70" d="M22.982 11.501c.114.798.115 1.619.001 2.417a20.733 20.733 0 0 1-.001-2.417z"/><path fill="#f7dcdc" d="M8.862 23.915c.154-.109.275-.08.368.085h-.318l-.05-.085z"/><path fill="#fcf2f2" d="M13.739 24c.239-.058.478-.118.719-.171.201.052.401.11.599.171h-1.318z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-or-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c62363" d="M10.661 0h2.673c3.929.487 7.569 2.927 9.366 6.474.689 1.29 1.052 2.717 1.301 4.148v2.727c-.501 3.919-2.939 7.545-6.479 9.338-1.301.698-2.742 1.056-4.187 1.313h-2.64c-3.935-.486-7.584-2.924-9.382-6.479C.615 16.22.257 14.779 0 13.334v-2.64c.246-1.455.612-2.907 1.313-4.216C3.107 2.933 6.741.503 10.661-.001m-.529 1.848c-3.567.556-6.723 3.132-7.996 6.508-1.252 3.19-.788 6.988 1.225 9.764 2.698 3.96 8.284 5.505 12.639 3.51 4.615-1.919 7.281-7.436 5.873-12.241C20.63 4.361 15.229.881 10.132 1.847z"/><path fill="#c62363" d="M6.283 19.314c1.548-.279 2.979-.951 4.474-1.415.001.277.007.554.009.831 2.049.004 4.099-.001 6.148.003.001.378.004.757.003 1.135-2.05.009-4.101-.001-6.151.004-.004.289-.004.578-.01.867-1.465-.547-2.927-1.138-4.473-1.425z"/><path fill="#fff" d="M10.132 1.847C15.228.881 20.63 4.361 21.873 9.388c1.409 4.806-1.258 10.323-5.873 12.241-4.354 1.996-9.941.45-12.639-3.51-2.013-2.776-2.477-6.575-1.225-9.764 1.273-3.376 4.428-5.953 7.996-6.508m.296 2.54c-.896.225-1.252 1.204-1.936 1.73-.742.286-1.628.05-2.33.48-.507.403-.919.978-1 1.633.585.019 1.169.012 1.754.022.302.533.683 1.216 1.396 1.181.721.015 1.148-.646 1.489-1.185 1.13-.006 2.259-.004 3.39 0 .316.501.656 1.173 1.338 1.184.759.065 1.209-.639 1.573-1.188.764.012 1.532-.033 2.293.046-.76-.169-.599-1.142-1.142-1.542-.578-.329-1.264-.373-1.864-.65-.779-.468-1.166-1.51-2.111-1.711a38.12 38.12 0 0 0-2.849.001m-5.931 7.759c-.033 1.068-.001 2.136-.012 3.204.788-.003 1.576-.001 2.366-.001.213.554.631 1.141 1.295 1.117.693.062 1.166-.53 1.375-1.119 1.661.004 3.32-.003 4.979.003.218.572.667 1.163 1.35 1.116.673.037 1.107-.556 1.326-1.116.787-.006 1.575.006 2.361-.012-.225-1.113-.581-2.219-1.191-3.184-.304-.428-.716-.924-1.296-.879-3.908.004-7.818-.015-11.724.009-.483-.044-.84.407-.828.861m1.784 7.168c1.545.287 3.007.879 4.473 1.425.006-.289.006-.578.01-.867 2.05-.006 4.101.004 6.151-.004.001-.378-.001-.757-.003-1.135-2.049-.004-4.099.001-6.148-.003-.001-.277-.007-.554-.009-.831-1.495.464-2.926 1.136-4.474 1.415z"/><path fill="#fff" d="M9.486 6.127c.394-.739 1.132-1.344 2.021-1.151v1.161c-.674 0-1.348.007-2.021-.01zM12.23 4.978c.887-.194 1.613.419 2.013 1.15-.671.018-1.342.01-2.013.01v-1.16zM6.076 12.418l.83-.001v1.095l-.831-.003c-.007-.363-.007-.727.001-1.09zM7.785 12.415c.277.001.553.003.83.003v1.09c-.277 0-.553.001-.83.003v-1.096zM9.449 12.418l.83-.001v1.093l-.83-.001v-1.09zM11.141 12.416h.831v1.093h-.831v-1.093zM12.834 12.416l.83.001v1.09l-.83.001v-1.093zM14.498 12.418c.277 0 .553-.001.83-.003v1.096l-.83-.004v-1.089zM16.209 12.416l.84.003v1.087c-.28.001-.56.001-.84.004v-1.095z"/><path fill="#030303" d="M10.428 4.387a37.591 37.591 0 0 1 2.849-.001c.945.201 1.332 1.243 2.111 1.711.6.277 1.286.321 1.864.65.544.4.382 1.373 1.142 1.542-.761-.079-1.529-.034-2.293-.046-.364.55-.815 1.253-1.573 1.188-.681-.01-1.022-.683-1.338-1.184-1.13-.004-2.259-.006-3.39 0-.341.539-.767 1.2-1.489 1.185-.713.036-1.093-.647-1.396-1.181-.585-.01-1.169-.003-1.754-.022.081-.655.493-1.23 1-1.633.702-.43 1.588-.194 2.33-.48.684-.526 1.04-1.505 1.936-1.73m-.941 1.741c.673.018 1.347.01 2.021.01V4.976c-.889-.193-1.627.412-2.021 1.151m2.744-1.149v1.16c.671 0 1.342.007 2.013-.01-.4-.73-1.126-1.344-2.013-1.15zM4.498 12.147c-.012-.453.345-.905.828-.861 3.907-.024 7.816-.004 11.724-.009.581-.046.993.45 1.296.879.61.964.966 2.071 1.191 3.184-.787.018-1.575.006-2.361.012-.219.56-.653 1.153-1.326 1.116-.683.047-1.132-.544-1.35-1.116-1.659-.006-3.319.001-4.979-.003-.209.588-.681 1.181-1.375 1.119-.664.024-1.081-.563-1.295-1.117-.79 0-1.578-.001-2.366.001.01-1.068-.021-2.136.012-3.204m1.579.27a23.3 23.3 0 0 0-.001 1.09l.831.003v-1.095l-.83.001m1.709-.002v1.096c.277-.001.553-.003.83-.003v-1.09c-.277 0-.553-.001-.83-.003m1.664.003v1.09l.83.001v-1.093l-.83.001m1.692-.001v1.093h.831v-1.093h-.831m1.693 0v1.093l.83-.001v-1.09l-.83-.001m1.664.001v1.089l.83.004v-1.096c-.277.001-.553.003-.83.003m1.711-.002v1.095c.28-.003.56-.003.84-.004V12.42l-.84-.003z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motor-vehicles-or-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40303" d="M10.755 0h2.472c1.378.221 2.756.545 4.01 1.174 3.718 1.76 6.295 5.525 6.762 9.593v2.447c-.223 1.384-.543 2.764-1.175 4.024-1.758 3.718-5.525 6.295-9.591 6.762h-2.448c-1.414-.225-2.824-.561-4.106-1.216C3.007 21.012.466 17.276 0 13.245v-2.473c.46-4.104 3.085-7.896 6.846-9.64C8.072.528 9.414.222 10.756 0M6.265 5.24c4.204 4.207 8.41 8.411 12.614 12.618 2.141-2.497 2.752-6.193 1.454-9.226-1.046-2.573-3.365-4.571-6.056-5.248-2.767-.721-5.84 0-8.012 1.855m-3.029 8.315c.369 2.261 1.663 4.336 3.499 5.698 3.173 2.444 7.983 2.307 11.025-.293-4.201-4.198-8.399-8.399-12.599-12.597-1.644 1.97-2.363 4.666-1.925 7.193z"/><path fill="#fff" d="M6.265 5.24c2.172-1.855 5.245-2.577 8.012-1.855 2.691.676 5.01 2.675 6.056 5.248 1.298 3.033.688 6.729-1.454 9.226-4.204-4.207-8.41-8.411-12.614-12.618m4.306-.516c-.414.432-.346 1.147-.813 1.558-.155.413-.301 1.104.114 1.395-.142.593.322.695.803.597.009-.228.015-.455.022-.683 1.066 0 2.133.002 3.198-.001.006.229.011.456.02.685.256.002.512.002.768 0l.02-.604c.456-.359.366-1.322-.131-1.655-.239-.473-.205-1.342-.889-1.378-1.031-.053-2.103-.144-3.114.086m7.451 4.764c.024.152.063.302.092.453-.255.093-.515.175-.767.275-.022.484-.062.967-.04 1.452.117-.022.234-.046.352-.07.035.164.068.33.104.494-.173-.007-.344-.019-.517-.03-.229-.94-1.336-.644-2.028-.78a2.514 2.514 0 0 0-1.281-.725 4.664 4.664 0 0 0-.113 1.207l.374.042c.041-.157.076-.313.106-.471.164.234.303.484.413.749-.575.333-.349.928-.09 1.393.085-.111.165-.223.241-.339-.07-.174-.381-.384-.184-.563.517-.236.562.548.515.882l.338-.065c-.051-.317-.128-.628-.195-.941.284-.029.567-.065.849-.103-.174.362-.389.703-.561 1.067.505-.035.665-.567.948-.9.266.235.333.576.204.902.092-.009.276-.029.368-.037-.025-.27-.072-.536-.108-.805.137.075.272.149.41.221.01-.134.009-.27.004-.404l.587.03c.076.388.239.828.672.931.56.199 1.056-.312 1.142-.834.257.01.515.017.773.024l.005-.287-.404-.04c.131-.389.259-.78.386-1.17a21.165 21.165 0 0 0-2.121-.09c.041-.502-.005-1.004-.067-1.502l-.405.036z"/><path fill="#fff" d="M10.72 4.989a9.612 9.612 0 0 1 3.175.006c.194.323.271.699.394 1.051-1.319-.213-2.661-.201-3.983-.027.137-.341.177-.741.414-1.03zM3.236 13.554c-.438-2.527.281-5.223 1.925-7.193 4.201 4.198 8.399 8.399 12.599 12.597-3.042 2.6-7.852 2.737-11.025.293-1.837-1.362-3.13-3.437-3.499-5.698m5.058.396l.499-.007-.009.313c-.103.086-.206.172-.311.256.076.208.158.429-.16.419-.45-.034-.777.21-1.041.547-.934-.022-1.604 1.125-1.007 1.885.576.861 1.997.514 2.2-.48.441.118.883-.027 1.318-.101.146.47.445.951.969 1.046.766.215 1.602-.495 1.475-1.291-.027-.499-.526-.754-.69-1.193-.435.086-.877.168-1.273.377.098-.608-.532-1.01-.816-1.487-.196.098-.395.192-.597.28.177-.157.354-.315.547-.453.091-.757-1.058-.872-1.103-.112zM9.992 6.882c.116-.282.333.005.492.08-.152.185-.566.287-.492-.08zM14.334 6.761c.16-.066.412.19.223.308-.173.282-.555-.177-.223-.308zM10.814 6.836c.994-.02 1.987-.017 2.979 0-.31.57-1.057.5-1.612.519-.476-.07-1.122-.01-1.368-.519zM18.274 12.474l.298-.062c.076.257.267.394.524.439.085-.138.169-.276.252-.415l.269.111c-.137.818-1.281.73-1.343-.072z"/><path fill="#fff" d="M8.456 15.453l.522-.366.468.376c-.279.126-.557.254-.831.388-.052-.133-.106-.266-.159-.398zM6.991 16.176c.386-.215.919.153.827.592-.056.418-.604.614-.928.356-.334-.229-.276-.796.101-.948zM10.734 16.196c.349-.224.88.045.877.469.024.44-.526.735-.887.49-.363-.192-.358-.773.01-.959z"/><path fill="#030303" d="M10.571 4.725c1.011-.23 2.083-.139 3.114-.086.684.036.65.905.889 1.378.496.333.587 1.296.131 1.655-.006.201-.012.403-.02.604-.256.002-.512.002-.768 0-.009-.229-.014-.456-.02-.685-1.066.004-2.133.001-3.198.001l-.022.683c-.481.098-.945-.004-.803-.597-.415-.291-.27-.982-.114-1.395.468-.412.399-1.127.813-1.558m.147.264c-.238.288-.277.689-.414 1.03 1.322-.174 2.664-.185 3.983.027-.123-.352-.2-.727-.394-1.051a9.612 9.612 0 0 0-3.175-.006m-.728 1.893c-.073.367.341.265.492.08-.159-.075-.377-.362-.492-.08m4.342-.121c-.332.132.05.591.223.308.189-.118-.062-.374-.223-.308m-3.52.075c.246.509.892.449 1.368.519.555-.019 1.302.051 1.612-.519a79.957 79.957 0 0 0-2.979 0zM18.02 9.489l.405-.036c.062.499.108 1 .067 1.502.708 0 1.416.019 2.121.09-.127.39-.255.781-.386 1.17l.404.04-.005.287a49.104 49.104 0 0 1-.773-.024c-.086.522-.582 1.033-1.142.834-.433-.103-.596-.543-.672-.931l-.587-.03c.005.134.006.27-.004.404-.138-.072-.274-.147-.41-.221.036.269.083.535.108.805-.092.009-.276.029-.368.037.129-.326.062-.667-.204-.902-.282.333-.443.865-.948.9.172-.364.387-.705.561-1.067-.282.039-.566.075-.849.103.067.313.144.624.195.941l-.338.065c.047-.333.002-1.118-.515-.882-.196.179.114.389.184.563a5.455 5.455 0 0 1-.241.339c-.26-.465-.485-1.059.09-1.393a3.874 3.874 0 0 0-.413-.749c-.03.158-.065.315-.106.471a47.51 47.51 0 0 1-.374-.042 4.708 4.708 0 0 1 .113-1.207c.496.111.929.358 1.281.725.693.136 1.799-.16 2.028.78.173.011.344.022.517.03-.036-.164-.07-.33-.104-.494l-.352.07c-.022-.485.017-.969.04-1.452.252-.099.512-.182.767-.275-.029-.15-.068-.301-.092-.453m.256 2.987c.062.802 1.206.89 1.343.072l-.269-.111c-.083.139-.168.277-.252.415-.256-.045-.448-.182-.524-.439a39.83 39.83 0 0 1-.298.062zM8.294 13.949c.045-.76 1.194-.645 1.103.112a6.605 6.605 0 0 0-.547.453c.201-.088.4-.182.597-.28.284.478.914.879.816 1.487.397-.209.838-.291 1.273-.377.164.439.663.694.69 1.193.127.796-.709 1.506-1.475 1.291-.524-.095-.823-.576-.969-1.046-.435.073-.877.219-1.318.101-.203.994-1.624 1.341-2.2.48-.597-.76.073-1.908 1.007-1.885.264-.337.591-.581 1.041-.547.318.01.236-.211.16-.419l.311-.256c.001-.078.006-.235.009-.313l-.499.007m.163 1.503c.053.132.107.265.159.398.274-.134.552-.262.831-.388-.157-.124-.312-.251-.468-.376l-.522.366m-1.465.723c-.377.152-.435.719-.101.948.323.259.872.062.928-.356.092-.439-.441-.807-.827-.592m3.743.02c-.368.185-.373.767-.01.959.361.245.91-.05.887-.49.004-.424-.527-.693-.877-.469z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.84 0h2.303c1.698.34 3.563.635 4.932 1.759-3.683-2.166-8.468-2.167-12.15.001C7.287.636 9.149.345 10.84 0zM22.24 5.927c1.118 1.368 1.421 3.223 1.76 4.918v2.292c-.284 1.166-.33 2.468-1.028 3.482 1.412-3.439 1.144-7.481-.732-10.692zM10.535 8.222c-.223-.922.944-1.416 1.624-.942.443.239.463.773.413 1.213-.596.457-1.213.889-1.82 1.331a6.398 6.398 0 0 1-.08-.431c.239-.188.484-.368.73-.547.013-.24.01-.48-.001-.72-.287.04-.575.079-.864.096z"/><path d="M12.295 8.938c.222-.173.571-.116.71.134.49.672.998 1.331 1.474 2.014.199.27-.005.574-.293.649.128.241.378.062.554.011.768-.331 1.592-.496 2.396-.712-.001.244 0 .488.004.732.922.526 1.447 1.7 1.069 2.718-.386 1.248-1.939 1.939-3.125 1.385-.787-.316-1.324-1.091-1.423-1.924-.821.132-1.637.287-2.455.432-.205-.152-.41-.305-.613-.46-.08 1.217-1.223 2.219-2.437 2.14-1.26-.028-2.366-1.224-2.214-2.494.095-1.297 1.421-2.272 2.689-2.064-.08-.156-.158-.312-.235-.469.187-.05.376-.098.564-.145-.043-.848.942-.53 1.47-.595.646-.41 1.228-.925 1.865-1.352m-1.593 2.278c.137.286.263.576.376.871.528-.329 1.127-.518 1.681-.796a26.727 26.727 0 0 0-.966-.779c-.365.232-.674.56-1.091.703m-2.747 1.308c-.623.132-1.106.763-1.01 1.404.083.77.946 1.322 1.682 1.084.697-.178 1.18-1.02.856-1.693-.21-.604-.917-.953-1.528-.794m7.688.014c-.595.15-1.043.761-.959 1.378.074.756.9 1.312 1.631 1.111.676-.149 1.172-.898.966-1.574-.167-.69-.966-1.127-1.638-.914zM4.984 21.622c.737.444 1.458.923 2.254 1.261 3.281 1.468 7.184 1.272 10.36-.379-1.254.971-2.924 1.169-4.438 1.496h-2.303c-2.076-.361-4.291-.92-5.873-2.378z"/><path fill="#fff" d="M5.924 1.76c3.682-2.168 8.467-2.167 12.15-.001.318.2.63.409.947.614.128.204.326.349.547.443l.044.023c.51.522 1.028 1.037 1.547 1.552l.025.04c.096.22.23.427.443.551.2.317.412.628.612.946 1.876 3.211 2.144 7.253.732 10.692l-.058.114a9.74 9.74 0 0 0-.54 1.094 3.941 3.941 0 0 1-.066.109.957.957 0 0 0-.283.452l-.06.12a7.74 7.74 0 0 0-.791 1.085l-.032.035c-.485.458-.943.943-1.415 1.415-.041.038-.08.078-.12.118a7.5 7.5 0 0 0-1.099.81l-.119.053a1.002 1.002 0 0 0-.454.281c-.114.065-.227.131-.338.199-3.175 1.651-7.079 1.847-10.36.379-.796-.338-1.517-.817-2.254-1.261l-.02-.025c-.124-.202-.325-.328-.54-.415a.68.68 0 0 0-.028-.019c-.512-.526-1.036-1.04-1.559-1.554a.591.591 0 0 0-.019-.036 1.142 1.142 0 0 0-.434-.548c-.206-.322-.42-.637-.624-.959a23.05 23.05 0 0 0-.674-1.331l-.059-.119a12.596 12.596 0 0 1-.356-8.28l.072-.194c.305-.751.647-1.483 1.013-2.206.202-.325.415-.642.624-.964a.712.712 0 0 0 .336-.446l.125-.13c.514-.521 1.038-1.033 1.548-1.556a1.94 1.94 0 0 0 .046-.024c.22-.094.419-.238.547-.443.314-.204.626-.413.944-.612m5.17-1.326a11.566 11.566 0 0 0-6.545 2.666C1.853 5.342.269 8.85.408 12.358c.08 3.847 2.252 7.555 5.546 9.535 2.184 1.34 4.818 1.937 7.366 1.631 3.437-.378 6.647-2.395 8.48-5.326 1.548-2.417 2.128-5.419 1.618-8.24-.552-3.198-2.53-6.11-5.291-7.812C16.047.839 13.538.244 11.094.436z"/><path fill="#fff" d="M10.484 3.534c4.127-.83 8.552 1.86 9.724 5.898 1.327 3.948-.732 8.624-4.523 10.334-3.39 1.69-7.817.732-10.224-2.188-2.582-2.911-2.744-7.601-.38-10.691 1.289-1.751 3.258-2.984 5.404-3.354m.05 4.689c.289-.017.577-.056.864-.096.011.24.014.48.001.72-.246.179-.491.359-.73.547.022.144.049.288.08.431.607-.442 1.224-.874 1.82-1.331.05-.44.03-.974-.413-1.213-.679-.474-1.847.02-1.624.942m1.762.716c-.637.427-1.219.942-1.865 1.352-.528.065-1.513-.253-1.47.595-.188.047-.377.095-.564.145.077.157.155.313.235.469-1.268-.208-2.594.767-2.689 2.064-.152 1.27.954 2.466 2.214 2.494 1.214.079 2.357-.923 2.437-2.14.203.155.408.307.613.46.818-.145 1.634-.3 2.455-.432.1.833.636 1.608 1.423 1.924 1.186.554 2.738-.137 3.125-1.385.378-1.018-.148-2.192-1.069-2.718-.004-.244-.005-.488-.004-.732-.804.216-1.628.38-2.396.712-.176.052-.426.23-.554-.011.288-.076.492-.379.293-.649-.475-.683-.984-1.342-1.474-2.014-.139-.251-.488-.307-.71-.134z"/><path fill="#fff" d="M10.702 11.216c.416-.143.726-.472 1.091-.703.329.251.649.512.966.779-.554.277-1.153.467-1.681.796a11.544 11.544 0 0 0-.376-.871zM7.955 12.523c.611-.158 1.318.191 1.528.794.324.673-.158 1.516-.856 1.693-.737.239-1.6-.313-1.682-1.084-.096-.641.388-1.272 1.01-1.404zM15.643 12.538c.672-.212 1.471.224 1.638.914.206.677-.29 1.426-.966 1.574-.731.2-1.556-.355-1.631-1.111-.084-.617.364-1.228.959-1.378z"/><path fill="#d40000" d="M11.094.436c2.444-.192 4.954.403 7.033 1.71 2.761 1.702 4.739 4.614 5.291 7.812.51 2.821-.07 5.824-1.618 8.24-1.834 2.93-5.044 4.948-8.48 5.326-2.548.306-5.182-.29-7.366-1.631C2.66 19.913.488 16.205.408 12.358.269 8.85 1.853 5.343 4.549 3.102A11.56 11.56 0 0 1 11.094.436m-.61 3.098c-2.146.37-4.115 1.603-5.404 3.354-2.364 3.09-2.202 7.78.38 10.691 2.407 2.92 6.834 3.877 10.224 2.188 3.791-1.71 5.85-6.386 4.523-10.334-1.171-4.038-5.597-6.728-9.724-5.898z"/><path fill="#323232" opacity=".91" d="M4.433 2.815c.03-.274.289-.436.547-.443a1.178 1.178 0 0 1-.547.443z"/><path fill="#303030" opacity=".9" d="M19.021 2.374c.257.008.517.169.547.443a1.174 1.174 0 0 1-.547-.443z"/><path fill="#323232" opacity=".88" d="M2.839 4.396A3.655 3.655 0 0 1 4.387 2.84c-.51.523-1.034 1.036-1.548 1.556z"/><path fill="#313131" opacity=".87" d="M19.613 2.839a3.682 3.682 0 0 1 1.547 1.552c-.518-.515-1.037-1.03-1.547-1.552z"/><path fill="#2f2f2f" opacity=".9" d="M21.185 4.43c.27.043.438.287.443.551-.212-.124-.347-.331-.443-.551z"/><path fill="#252525" opacity=".88" d="M2.378 4.972a.437.437 0 0 1 .336-.446.71.71 0 0 1-.336.446z"/><path fill="#212121" opacity=".82" d="M.742 8.141c.085-.797.457-1.627 1.013-2.206A28.918 28.918 0 0 0 .742 8.141z"/><path fill="#1a1a1a" opacity=".84" d="M0 10.824c.234-.821.169-1.765.67-2.489a12.602 12.602 0 0 0 .356 8.28C.319 15.63.282 14.339 0 13.193v-2.369z"/><path fill="#212121" opacity=".83" d="M1.085 16.734c.239.437.466.88.674 1.331-.396-.319-.631-.828-.674-1.331z"/><path fill="#212121" opacity=".84" d="M22.374 17.827c.157-.376.337-.742.54-1.094-.014.42-.203.835-.54 1.094z"/><path fill="#2c2c2c" opacity=".91" d="M22.025 18.389a.948.948 0 0 1 .283-.452c.037.194-.053.45-.283.452z"/><path fill="#232323" opacity=".82" d="M21.174 19.594a7.74 7.74 0 0 1 .791-1.085 1.795 1.795 0 0 1-.791 1.085z"/><path fill="#2b2b2b" opacity=".87" d="M2.383 19.024c.203.128.344.326.434.548-.277-.028-.426-.293-.434-.548z"/><path fill="#2a2a2a" opacity=".85" d="M2.837 19.608c.523.514 1.046 1.028 1.559 1.554a3.676 3.676 0 0 1-1.559-1.554z"/><path fill="#2c2c2c" opacity=".86" d="M19.727 21.043c.472-.472.93-.956 1.415-1.415-.296.596-.806 1.133-1.415 1.415z"/><path fill="#282828" opacity=".87" d="M4.423 21.181c.215.088.416.214.54.415a.493.493 0 0 1-.54-.415z"/><path fill="#222" opacity=".82" d="M18.508 21.971a7.5 7.5 0 0 1 1.099-.81 1.875 1.875 0 0 1-1.099.81z"/><path fill="#2a2a2a" opacity=".91" d="M17.935 22.304c.122-.134.28-.228.454-.281-.001.232-.259.325-.454.281z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.557 0h2.886c1.319.249 2.649.554 3.841 1.195 3.658 1.695 6.169 5.396 6.715 9.354v2.902c-.252 1.349-.574 2.705-1.239 3.921-1.711 3.617-5.39 6.086-9.319 6.629h-2.886c-1.351-.253-2.711-.574-3.927-1.239C3.011 21.05.542 17.37-.001 13.443v-2.886C.543 6.628 3.011 2.95 6.628 1.239 7.845.574 9.204.252 10.557 0m.144 1.73c-3.553.343-6.844 2.623-8.39 5.843-1.408 2.843-1.373 6.338.085 9.155 1.742 3.464 5.529 5.786 9.411 5.715 3.889.091 7.692-2.215 9.45-5.677 1.824-3.447 1.417-7.915-1-10.976-2.195-2.902-5.949-4.469-9.556-4.061z"/><path fill="#fff" d="M10.701 1.73c3.608-.408 7.362 1.159 9.556 4.061 2.417 3.061 2.824 7.529 1 10.976-1.758 3.461-5.561 5.768-9.45 5.677-3.882.071-7.67-2.251-9.411-5.715-1.458-2.817-1.493-6.312-.085-9.155 1.545-3.22 4.837-5.501 8.39-5.843m-3.394 5.83c-.515.166-.302.792-.317 1.192l.708.381c-.317.793-.683 1.566-1.019 2.351-1.522-.395-3.22.617-3.559 2.157-.42 1.512.643 3.196 2.163 3.528 1.52.411 3.206-.665 3.52-2.196.321-1.254-.35-2.601-1.453-3.23.287-.693.588-1.382.883-2.073.425 1.538.802 3.088 1.223 4.625.178.525.545 1.172 1.188 1.128 1.28.013 2.559.009 3.839.01-.1-.85-.277-1.788.171-2.571.276-.54.847-1 .724-1.668a100.473 100.473 0 0 0-3.007-.004c-.334.613-.67 1.227-1.002 1.84-.531-.059-1.263.221-1.595-.344-.34-.63-.462-1.459-.246-2.128.647-.248 1.444.001 2.139-.151.563-.336.395-1.258-.144-1.516-.974-.063-1.953.026-2.927-.045-.09-.698.649-.649 1.131-.679l-.003-.699c-.806.037-1.613.033-2.417.09m5.277 3.11c1.274.022 2.549.003 3.825.018.098.323.191.648.271.977-1.024.488-1.739 1.567-1.711 2.711 0 1.43 1.188 2.731 2.612 2.862 1.831.258 3.56-1.557 3.192-3.373-.213-1.57-1.808-2.649-3.347-2.46-.074-.258-.149-.516-.218-.774.359-.005.719-.014 1.078-.037.023-.445-.031-1.045-.57-1.138-1.113-.036-2.227.004-3.339-.017-.81-.113-1.403.62-1.792 1.232z"/><path fill="#fff" d="M4.033 14.374c-.067-1.174 1.093-2.143 2.237-1.967a13.28 13.28 0 0 1-.435.965c-.968.203-1.042 1.701-.063 1.933.999.255 1.575-1.135.806-1.749.117-.294.241-.587.366-.877 1.256.671 1.227 2.693-.045 3.329-1.186.743-2.898-.239-2.866-1.634zM17.729 12.391c.879-.04 1.767.511 2.005 1.378.384 1.104-.483 2.395-1.643 2.474-1.074.146-2.137-.783-2.123-1.869-.047-.73.408-1.375.992-1.766.103.316.2.634.289.954-.75.638-.145 2.014.85 1.734.956-.259.873-1.704-.073-1.926-.113-.322-.21-.649-.296-.979z"/><path fill="#1f1a17" d="M7.307 7.561c.803-.056 1.611-.053 2.417-.09 0 .234.001.467.003.699-.481.03-1.221-.019-1.131.679.974.071 1.953-.018 2.927.045.539.258.707 1.179.144 1.516-.696.153-1.493-.096-2.139.151-.216.669-.094 1.498.246 2.128.332.565 1.064.285 1.595.344.332-.613.669-1.227 1.002-1.84a97.232 97.232 0 0 1 3.007.004c.123.669-.448 1.128-.724 1.668-.448.783-.271 1.721-.171 2.571-1.28-.001-2.559.003-3.839-.01-.643.044-1.01-.603-1.188-1.128-.421-1.538-.798-3.088-1.223-4.625-.295.69-.596 1.38-.883 2.073 1.102.629 1.774 1.976 1.453 3.23-.314 1.531-2.001 2.607-3.52 2.196-1.52-.332-2.582-2.016-2.163-3.528.339-1.54 2.037-2.553 3.559-2.157.336-.785.702-1.558 1.019-2.351l-.708-.381c.015-.4-.198-1.027.317-1.192m-3.274 6.811c-.032 1.395 1.68 2.377 2.866 1.634 1.272-.637 1.301-2.658.045-3.329-.124.29-.249.583-.366.877.769.615.193 2.005-.806 1.749-.979-.232-.905-1.73.063-1.933.158-.314.302-.638.435-.965-1.144-.176-2.304.793-2.237 1.967z"/><path fill="#1f1a17" d="M12.584 10.669c.389-.612.982-1.345 1.792-1.232 1.113.021 2.227-.019 3.339.017.539.094.593.693.57 1.138-.359.023-.719.032-1.078.037.069.258.144.516.218.774 1.539-.189 3.134.891 3.347 2.46.368 1.816-1.36 3.631-3.192 3.373-1.423-.131-2.612-1.432-2.612-2.862-.028-1.144.687-2.223 1.711-2.711-.08-.329-.173-.653-.271-.977-1.276-.015-2.55.004-3.825-.018m5.146 1.723c.086.33.184.657.296.979.946.222 1.029 1.667.073 1.926-.995.28-1.599-1.096-.85-1.734-.089-.32-.186-.638-.289-.954-.584.391-1.04 1.036-.992 1.766-.014 1.086 1.049 2.015 2.123 1.869 1.16-.08 2.027-1.371 1.643-2.474-.237-.868-1.126-1.418-2.005-1.378z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1a17" d="M10.718 0h2.564c.511.083 1.02.179 1.513.336-2.129-.433-4.345-.366-6.434.246.748-.33 1.568-.4 2.357-.582zM13.609 8.801c.082-.302.336-.589.671-.581 1.444-.017 2.888-.029 4.333-.031.46-.052.594.461.726.793.312.718.395 1.594 1.085 2.062-.048.746.383 2.04-.618 2.293-2.242.032-4.488.023-6.73.006-.575-.023-.602-.672-.563-1.102.037-.566-.223-1.447.571-1.567.185-.622.335-1.253.524-1.873m.743-.088c-.522.516-.485 1.357-.744 2.015 1.937.005 3.875.006 5.812 0-.382-.688-.167-2.197-1.294-2.064-1.256.038-2.524-.064-3.774.049zM13.061 13.711c.442-.007.883-.007 1.324-.005-.006.374.036.757-.041 1.128-.162.49-.941.533-1.176.083-.168-.378-.094-.805-.107-1.206zM18.688 13.636c.44-.002.882-.002 1.322-.002-.004.361.028.727-.03 1.086-.11.427-.719.622-1.044.304-.392-.348-.212-.929-.248-1.387z"/><path fill="#fff" d="M8.362.582c2.089-.612 4.306-.679 6.434-.246 3.259.767 6.172 2.972 7.748 5.928.096.298.192.595.317.882 1.21 2.642 1.356 5.741.47 8.502-.218.713-.584 1.37-.788 2.088-1.564 2.923-4.427 5.141-7.66 5.894-1.373.136-2.752.368-4.134.184-.82-.077-1.61-.325-2.428-.416a28.24 28.24 0 0 1-.22-.073 33.857 33.857 0 0 1-3.743-2.128 10.52 10.52 0 0 1-2.783-3.344c-.146-.469-.347-.918-.546-1.367-1.235-2.976-1.174-6.466.184-9.39.142-.308.254-.628.364-.948.859-1.655 2.202-3.03 3.732-4.082.952-.419 1.88-.895 2.794-1.392l.258-.091m2.246.073C6.609 1.111 3 3.879 1.475 7.596c-1.51 3.544-1.05 7.84 1.196 10.973 2.309 3.34 6.488 5.27 10.529 4.801 3.956-.362 7.586-2.984 9.218-6.6 1.714-3.648 1.28-8.191-1.11-11.44C18.946 1.976 14.676.097 10.606.656z"/><path fill="#fff" d="M10.852 2.354c3.378-.42 6.913 1.016 8.993 3.719 2.263 2.815 2.696 6.936 1.067 10.16-1.558 3.21-4.98 5.408-8.55 5.465-2.53.114-5.078-.812-6.961-2.501-2.224-1.956-3.462-4.968-3.208-7.925.248-4.553 4.152-8.473 8.659-8.918M5.237 8.248c-.784.504-.64 1.639-1.007 2.418-.772.15-.546 1.002-.572 1.574-.028.418-.012 1.052.536 1.098 2.242.03 4.488.025 6.731.001 1.043-.229.607-1.578.632-2.34-.895-.604-.787-1.861-1.399-2.675-.208-.208-.535-.118-.798-.143-1.374.046-2.754-.02-4.123.066m8.372.554c-.19.62-.34 1.252-.524 1.873-.794.12-.534 1.001-.571 1.567-.04.43-.012 1.079.563 1.102 2.242.017 4.488.026 6.73-.006 1.001-.253.57-1.547.618-2.293-.69-.468-.773-1.344-1.085-2.062-.132-.332-.266-.845-.726-.793-1.445.002-2.89.014-4.333.031-.335-.008-.589.278-.671.581m-9.379 4.903c.005.368-.036.744.041 1.108.155.492.925.569 1.174.118.19-.376.086-.817.107-1.223-.44-.004-.881-.005-1.321-.002m5.625-.071c.002.365-.029.733.03 1.094.116.431.733.612 1.052.282.362-.354.208-.922.24-1.374a97.07 97.07 0 0 0-1.322-.002m3.204.077c.013.401-.061.828.107 1.206.235.45 1.014.407 1.176-.083.077-.371.035-.754.041-1.128-.44-.002-.882-.002-1.324.005m5.627-.075c.036.458-.144 1.039.248 1.387.325.318.934.124 1.044-.304.058-.359.026-.725.03-1.086-.44 0-.882 0-1.322.002z"/><path fill="#fff" d="M4.759 10.728c.325-.695.156-2.147 1.235-2.065 1.264.035 2.537-.055 3.794.046.539.502.486 1.367.775 2.018-1.936.007-3.87.006-5.804.001zM14.351 8.713c1.25-.113 2.518-.011 3.774-.049 1.127-.133.912 1.376 1.294 2.064-1.937.006-3.875.005-5.812 0 .259-.658.222-1.499.744-2.015z"/><path fill="#da251d" d="M10.607.656c4.069-.559 8.34 1.32 10.702 4.674 2.39 3.248 2.824 7.792 1.11 11.44-1.632 3.616-5.262 6.238-9.218 6.6-4.04.469-8.22-1.462-10.529-4.801C.426 15.436-.034 11.14 1.476 7.596 3.001 3.88 6.61 1.111 10.608.656m.244 1.698c-4.507.445-8.411 4.366-8.659 8.918-.254 2.957.984 5.969 3.208 7.925 1.883 1.688 4.432 2.615 6.961 2.501 3.57-.056 6.992-2.255 8.55-5.465 1.63-3.224 1.196-7.345-1.067-10.16-2.08-2.702-5.615-4.139-8.993-3.719z"/><path fill="#da251d" d="M5.237 8.248c1.369-.086 2.749-.02 4.123-.066.263.025.59-.065.798.143.612.814.504 2.071 1.399 2.675-.025.762.41 2.111-.632 2.34-2.243.024-4.489.029-6.731-.001-.548-.046-.564-.68-.536-1.098.026-.572-.199-1.424.572-1.574.367-.779.223-1.914 1.007-2.418m-.478 2.479c1.934.005 3.869.006 5.804-.001-.289-.652-.236-1.517-.775-2.018-1.258-.101-2.531-.011-3.794-.046-1.079-.082-.91 1.37-1.235 2.065zM4.231 13.704c.44-.002.881-.001 1.321.002-.02.406.083.847-.107 1.223-.248.451-1.019.374-1.174-.118-.077-.364-.036-.739-.041-1.108zM9.857 13.634c.442-.001.882-.001 1.322.002-.032.452.122 1.02-.24 1.374-.319.33-.936.149-1.052-.282-.059-.361-.028-.73-.03-1.094z"/><path fill="#918e8d" d="M5.31 2.065A8.374 8.374 0 0 1 8.104.673c-.913.497-1.842.973-2.794 1.392z"/><path fill="#8f8c8b" d="M0 10.952c.306-1.655.593-3.397 1.578-4.805-.109.32-.222.64-.364.948-1.357 2.924-1.418 6.414-.184 9.39.199.449.4.898.546 1.367C.592 16.441.3 14.696-.001 13.038v-2.086z"/><path fill="#928f8e" d="M22.544 6.264c.847 1.252 1.123 2.772 1.456 4.219v3.035c-.334 1.446-.607 2.968-1.457 4.218.204-.718.57-1.375.788-2.088.886-2.761.739-5.86-.47-8.502a9.448 9.448 0 0 1-.317-.882z"/><path fill="#93918f" d="M4.36 21.197c1.2.796 2.453 1.49 3.743 2.128a9.367 9.367 0 0 1-3.743-2.128z"/><path fill="#888584" d="M8.322 23.398c.817.091 1.608.34 2.428.416 1.382.185 2.761-.048 4.134-.184-.518.185-1.062.268-1.6.37h-2.568c-.798-.199-1.637-.258-2.394-.602z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d02c2e" d="M10.976 0h2.032c4.004.392 7.77 2.807 9.62 6.406.754 1.369 1.14 2.897 1.372 4.433v2.38c-.467 4.116-3.103 7.915-6.881 9.658-1.214.594-2.538.896-3.863 1.124h-2.478c-4.169-.49-8.02-3.198-9.718-7.062-.582-1.232-.853-2.575-1.061-3.913v-2.017c.163-.889.275-1.79.569-2.65C1.694 4.772 4.605 1.808 8.176.629c.906-.324 1.86-.45 2.8-.628M8.398 3.116A9.69 9.69 0 0 0 3.172 8.21c-1.558 3.452-.752 7.764 1.901 10.456 3.068-3.637 6.151-7.265 9.175-10.937.452-.462.846-.977 1.259-1.474a119.01 119.01 0 0 0 1.831-2.177c-2.567-1.795-6.048-2.15-8.94-.962M18.88 5.381c-.68.824-1.39 1.625-2.052 2.464a51.085 51.085 0 0 0-1.577 1.87c-2.887 3.407-5.752 6.834-8.624 10.253 2.911 2.015 6.964 2.196 10.026.406 2.983-1.639 4.952-4.962 4.915-8.372.004-2.443-.977-4.874-2.688-6.619z"/><path fill="#fff" d="M8.398 3.116c2.892-1.188 6.373-.833 8.94.962a119.01 119.01 0 0 1-1.831 2.177 17.944 17.944 0 0 0-.719-.632c.28-.293.558-.588.834-.886-1.444-.47-2.891-.928-4.343-1.369.407 1.519.804 3.043 1.22 4.561.328-.323.644-.656.972-.98.268.251.526.511.776.78-3.024 3.672-6.107 7.3-9.175 10.937-2.653-2.692-3.458-7.003-1.901-10.456a9.69 9.69 0 0 1 5.226-5.094M6.768 8.225c.408.02.815.034 1.223.055.002 1.542-.001 3.084.002 4.626.59.025 1.182.047 1.774.064.018-1.572.014-3.143.031-4.715.431.006.862.019 1.292.026a425.74 425.74 0 0 0-2.114-3.793c-.744 1.241-1.472 2.491-2.208 3.737zM18.88 5.381c1.711 1.745 2.692 4.176 2.688 6.619.037 3.41-1.932 6.733-4.915 8.372-3.062 1.79-7.115 1.609-10.026-.406 2.873-3.419 5.737-6.846 8.624-10.253.71 1.54.298 3.362-.859 4.562-1.578 1.543-3.198 3.052-4.944 4.404.54.455 1.088.899 1.631 1.351a883.184 883.184 0 0 1 4.675-4.398c1.072-.918 1.632-2.26 1.926-3.608.235-1.445-.337-2.86-.852-4.181.662-.839 1.372-1.639 2.052-2.464z"/><path d="M11.279 3.368c1.452.442 2.899.899 4.343 1.369-.276.298-.554.593-.834.886.245.204.485.415.719.632-.413.497-.806 1.012-1.259 1.474a16.792 16.792 0 0 0-.776-.78c-.328.324-.644.658-.972.98-.416-1.518-.814-3.042-1.22-4.561zM6.768 8.225c.736-1.246 1.464-2.496 2.208-3.737a425.74 425.74 0 0 1 2.114 3.793c-.431-.007-.862-.02-1.292-.026-.017 1.572-.013 3.143-.031 4.715-.592-.017-1.183-.038-1.774-.064-.004-1.542 0-3.084-.002-4.626-.408-.022-.815-.035-1.223-.055zM15.251 9.714a51.085 51.085 0 0 1 1.577-1.87c.515 1.321 1.087 2.736.852 4.181-.294 1.349-.854 2.69-1.926 3.608a883.184 883.184 0 0 0-4.675 4.398c-.542-.452-1.091-.896-1.631-1.351 1.746-1.352 3.366-2.861 4.944-4.404 1.157-1.2 1.57-3.023.859-4.562z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.108 0h1.51c4.525.223 8.773 3.185 10.469 7.397.494 1.138.731 2.363.913 3.583v2.088c-.215 1.447-.548 2.892-1.212 4.205-1.776 3.737-5.593 6.284-9.68 6.727h-2.182c-1.32-.212-2.647-.486-3.864-1.062C3.024 21.158.229 17.018 0 12.62v-1.228C.224 7.05 2.948 2.954 6.907 1.137 8.222.497 9.668.203 11.108-.001m-.902 2.174c-3.104.536-5.866 2.658-7.214 5.501-1.306 2.687-1.31 5.965-.001 8.652 1.517 3.229 4.866 5.482 8.429 5.669.72-1.948 1.405-3.91 2.144-5.851.05-.167.107-.331.142-.503.254-.514.422-1.072.439-1.648.21-.164.352-.389.438-.638.714-2.084 1.504-4.142 2.243-6.218.385-1.054.769-2.107 1.15-3.162a10.059 10.059 0 0 0-7.769-1.801m9.365 3.281c-.174.572-.498 1.122-.571 1.711-.863 2.023-1.526 4.129-2.305 6.186-.174.468-.349.936-.502 1.411-.083.208-.164.414-.244.623-.781 2.17-1.58 4.332-2.36 6.503 3.156-.503 6.001-2.6 7.393-5.479 1.776-3.504 1.182-8.01-1.411-10.955z"/><path fill="#fff" d="M10.206 2.173a10.059 10.059 0 0 1 7.769 1.801c-.38 1.055-.764 2.108-1.15 3.162-1.123.012-2.246-.024-3.368.012-.354-.014-.595.318-.558.653-.01 1.849.001 3.7-.002 5.55.562.001 1.123-.001 1.686.004-.086.25-.228.474-.438.638-.017.576-.185 1.134-.439 1.648.054-.582.028-1.169.03-1.752a117.6 117.6 0 0 0-.84 0l.001 2.256.667-.001c-.739 1.942-1.424 3.904-2.144 5.851-3.563-.187-6.912-2.44-8.429-5.669-1.309-2.687-1.304-5.965.001-8.652 1.349-2.843 4.11-4.964 7.214-5.501M4.81 7.788c-.005 1.854 0 3.709-.001 5.564l6.312-.001c-.007-1.886.012-3.773-.008-5.659.017-.359-.342-.589-.672-.554-1.681 0-3.362-.011-5.042.006-.352-.024-.634.3-.588.644m-.004 6.1v2.257h.841v-2.257h-.841m1.224.001v2.256l.841-.001c0-.318-.001-.636.001-.954a5.42 5.42 0 0 0 2.179-.002c.004.319.002.637.004.958l.839-.001V13.89h-.839c-.001.325 0 .65-.002.976a5.66 5.66 0 0 0-2.178 0c-.005-.325-.004-.65-.005-.977l-.84.001m4.249-.002v2.256l.84.001.001-2.256-.841-.001zM19.572 5.455c2.593 2.945 3.187 7.451 1.411 10.955-1.392 2.879-4.237 4.976-7.393 5.479.78-2.171 1.579-4.333 2.36-6.503.39-.096.786-.174 1.187-.211.005.323.008.646.008.97h.839v-2.257h-.838c-.001.33-.005.66-.012.989a13.564 13.564 0 0 1-.941-.113c.152-.475.328-.943.502-1.411l2.512-.001c.001-1.772 0-3.546.002-5.318.017-.306-.096-.59-.209-.866.073-.589.397-1.139.571-1.711m-1.204 8.431v2.257h.841v-2.257h-.841z"/><path d="M4.81 7.788c-.046-.344.236-.668.588-.644 1.68-.017 3.361-.006 5.042-.006.33-.035.689.196.672.554.02 1.886.001 3.773.008 5.659l-6.312.001c.001-1.855-.004-3.71.001-5.564zM12.899 7.801c-.037-.335.204-.667.558-.653 1.122-.036 2.245 0 3.368-.012-.739 2.076-1.529 4.134-2.243 6.218-.563-.005-1.124-.002-1.686-.004.004-1.85-.007-3.701.002-5.55zM16.696 13.352c.779-2.057 1.442-4.163 2.305-6.186.113.276.226.56.209.866-.002 1.772-.001 3.546-.002 5.318l-2.512.001zM4.807 13.888h.841v2.257h-.841v-2.257zM6.031 13.889l.84-.001c.001.326 0 .652.005.977a5.66 5.66 0 0 1 2.178 0c.002-.325.001-.65.002-.976h.839v2.255l-.839.001c-.001-.32 0-.638-.004-.958a5.42 5.42 0 0 1-2.179.002c-.002.318-.001.636-.001.954l-.841.001v-2.256zM10.28 13.888l.841.001-.001 2.256-.84-.001v-2.256zM12.895 13.889h.84c-.002.583.024 1.17-.03 1.752-.035.172-.091.336-.142.503l-.667.001-.001-2.256zM17.147 13.888h.838v2.257h-.839c0-.324-.004-.647-.008-.97a8.084 8.084 0 0 0-1.187.211c.079-.209.161-.415.244-.623.312.05.626.084.941.113.007-.329.011-.659.012-.989zM18.367 13.888h.841v2.257h-.841v-2.257z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0303" d="M10.686 0h2.612c4.701.543 8.93 3.988 10.229 8.563.216.696.314 1.419.473 2.128v2.598c-.54 4.704-3.985 8.937-8.563 10.238-.696.216-1.419.314-2.128.473h-2.598c-4.704-.539-8.937-3.985-10.238-8.563-.216-.696-.314-1.419-.473-2.128v-2.598c.155-.716.255-1.446.473-2.147C1.771 3.994 5.992.553 10.686.001m-4.8 4.376c2.316 2.276 4.546 4.653 6.928 6.854l-.042.053c.911.879 1.786 1.796 2.697 2.675a914.083 914.083 0 0 0 4.291 4.293c3.061-3.758 2.724-9.733-.777-13.094-3.361-3.504-9.339-3.843-13.097-.781M4.238 6.024c-3.085 3.786-2.713 9.819.851 13.167 3.373 3.442 9.293 3.747 13.024.71a808.608 808.608 0 0 0-4.443-4.44 8.606 8.606 0 0 0-.583-.564c-.484-.564-1.056-1.045-1.553-1.596-.16-.151-.329-.297-.548-.347.088-.209.036-.258-.153-.145-.346-.747-1.087-1.208-1.621-1.814-.548-.547-1.088-1.101-1.645-1.637a50.983 50.983 0 0 0-.458-.472c-.961-.949-1.909-1.913-2.87-2.862z"/><path fill="#fff" d="M5.886 4.377c3.758-3.061 9.735-2.722 13.097.781 3.501 3.361 3.839 9.336.777 13.094a1021.62 1021.62 0 0 1-4.291-4.293c1.342.01 2.683-.001 4.026.007-.011.483-.004.967.032 1.45.356.007.713.006 1.07-.006.011-.753-.074-1.57.632-2.051a95.91 95.91 0 0 0 .003-1.934c-.82-.491-.894-1.527-1.309-2.305a21.426 21.426 0 0 0-6.106-.001c-.356.693-.501 1.5-1.003 2.113-2.382-2.2-4.612-4.578-6.928-6.854zM4.238 6.024c.961.949 1.909 1.913 2.87 2.862-1.014.015-2.025.114-3.031.234-.414.779-.488 1.814-1.309 2.304a83.19 83.19 0 0 0 .003 1.935c.706.481.621 1.298.632 2.051.357.011.714.013 1.072.006.035-.483.042-.967.031-1.45 1.751-.006 3.501-.003 5.252-.003 0 .477.001.953.015 1.429.368.043.74.043 1.107-.01.01-.451.014-.901.015-1.352.222-.236.426-.487.639-.73.497.551 1.069 1.033 1.553 1.596l.061.481.522.082a845.347 845.347 0 0 1 4.443 4.44c-3.731 3.036-9.652 2.732-13.024-.71-3.564-3.347-3.936-9.381-.851-13.167z"/><path fill="#fff" d="M4.363 9.593c1.062-.137 2.129-.254 3.202-.236.557.536 1.097 1.09 1.645 1.637-1.815-.024-3.631.013-5.446.017.194-.476.393-.947.599-1.418zM14.09 9.596a17.432 17.432 0 0 1 5.551-.001c.201.472.4.943.594 1.418-2.24-.02-4.479-.031-6.719-.028.183-.466.378-.928.573-1.388zM3.18 11.683c.405.13.407 1.172.004 1.314a6.787 6.787 0 0 1-.004-1.314zM20.816 12.998c-.403-.14-.4-1.186.004-1.314.038.437.042.878-.004 1.314z"/><path fill="#030303" d="M4.077 9.12c1.006-.12 2.016-.219 3.031-.234.153.156.306.313.458.472-1.073-.018-2.14.099-3.202.236-.205.47-.405.942-.599 1.418 1.815-.004 3.631-.04 5.446-.017.534.606 1.275 1.067 1.621 1.814l.045.109.109.036c.219.05.388.197.548.347-.213.243-.417.494-.639.73-.001.451-.006.901-.015 1.352a4.273 4.273 0 0 1-1.107.01 48.594 48.594 0 0 1-.015-1.429c-1.751 0-3.501-.003-5.252.003.011.483.004.967-.031 1.45-.357.007-.714.006-1.072-.006-.011-.753.074-1.57-.632-2.051a95.997 95.997 0 0 1-.003-1.935c.82-.49.894-1.525 1.309-2.304m-.897 2.562c-.039.437-.042.878.004 1.314.403-.142.4-1.185-.004-1.314zM13.817 9.119a21.5 21.5 0 0 1 6.106.001c.414.779.488 1.814 1.309 2.305.006.645.006 1.289-.003 1.934-.706.481-.621 1.298-.632 2.051-.357.011-.714.013-1.07.006a14.931 14.931 0 0 1-.032-1.45c-1.342-.008-2.683.003-4.026-.007-.911-.879-1.786-1.796-2.697-2.675l.042-.053c.502-.613.647-1.419 1.003-2.113m.273.478c-.195.46-.391.922-.573 1.388 2.24-.003 4.479.008 6.719.028-.194-.474-.393-.946-.594-1.418a17.432 17.432 0 0 0-5.551.001m6.725 3.403c.046-.437.042-.878.004-1.314-.405.128-.407 1.175-.004 1.314zM13.087 14.897c.204.177.396.367.583.564a51.12 51.12 0 0 0-.522-.082l-.061-.481z"/><path fill="#e3c6c6" d="M10.832 12.808c.19-.113.241-.064.153.145l-.109-.036-.045-.109z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#bc4939" d="M10.583 0h2.834c3.3.479 6.48 2.217 8.378 5.001 1.216 1.629 1.876 3.592 2.204 5.581v2.841c-.477 3.269-2.188 6.417-4.926 8.32-1.65 1.242-3.638 1.926-5.66 2.258h-2.83c-3.27-.476-6.422-2.184-8.325-4.926C1.014 17.428.33 15.438-.001 13.417v-2.834c.333-2.02 1.015-4.009 2.258-5.657C4.162 2.186 7.312.476 10.582.002m-7.238 7.15a9.818 9.818 0 0 0-1.032 6.667c.804 4.18 4.526 7.723 8.819 8.019.005-.78 0-1.561.008-2.34.611.364 1.225.721 1.849 1.064-.023-.654.121-1.345-.061-1.976-.564-.418-1.224-.683-1.83-1.035.066-2.272.075-4.554-.003-6.825a36.586 36.586 0 0 0 2.013-1.209c.015 1.208-.032 2.415.028 3.622-.335.417-.785.757-1.016 1.247-.086.705-.011 1.418-.016 2.127.344-.385.674-.783 1.003-1.182.009 2.169-.009 4.338 0 6.507 1.778-.14 3.457-.893 4.875-1.95 3.05-2.26 4.551-6.323 3.79-10.032-.738-4.163-4.439-7.583-8.659-7.935.001.815-.024 1.632.023 2.446-.328.42-.791.752-1.012 1.244-.083.682-.013 1.373-.019 2.058.344-.363.67-.74.997-1.119-.004.414.013.829.05 1.242-.674.378-1.343.762-2.014 1.147.003-2.337.011-4.673-.005-7.008-3.265.249-6.253 2.362-7.787 5.223z"/><path fill="#fff" d="M3.344 7.152c1.534-2.861 4.522-4.974 7.787-5.223.017 2.335.008 4.672.005 7.008-1.004.575-2.025 1.124-3.02 1.716-.503.277-.817.83-.799 1.404-.001 1.486-.011 2.974-.001 4.46-.018.443.23.853.613 1.068 1.065.644 2.141 1.272 3.209 1.912-.008.78-.003 1.561-.008 2.34-4.293-.296-8.015-3.839-8.819-8.019a9.824 9.824 0 0 1 1.032-6.667zM13.111 1.919c4.22.352 7.921 3.773 8.659 7.935.761 3.709-.74 7.771-3.79 10.032-1.418 1.058-3.097 1.811-4.875 1.95-.009-2.169.009-4.338 0-6.507l.31-.371c.027 1.216.009 2.433.01 3.65.46.001.919.004 1.379.004 0-1.224-.01-2.448.018-3.672.467.504.912 1.029 1.374 1.538-.102-.884.342-1.992-.414-2.674-.541-.61-1.055-1.242-1.58-1.864-.366.391-.715.796-1.068 1.199-.06-1.206-.013-2.414-.028-3.622.546-.4 1.332-.577 1.643-1.224.136-.716.024-1.455.074-2.18.471.508.935 1.022 1.38 1.553-.104-.872.326-1.956-.408-2.635-.543-.611-1.059-1.246-1.583-1.872-.371.392-.729.796-1.078 1.206-.047-.814-.022-1.63-.023-2.446z"/><path fill="#fff" d="M13.1 6.549c.13-.149.258-.296.39-.441.013.495.016.992.01 1.487l-.35.196a12.88 12.88 0 0 1-.05-1.242zM8.785 12.946c-.136-1.33 1.479-1.585 2.309-2.221.077 2.272.069 4.554.003 6.825-.754-.513-1.844-.738-2.245-1.629-.143-.982-.028-1.985-.066-2.975z"/><path fill="#1e2229" d="M13.134 4.364c.349-.41.707-.814 1.078-1.206.524.626 1.04 1.261 1.583 1.872.734.679.303 1.763.408 2.635a42.365 42.365 0 0 0-1.38-1.553c-.05.725.062 1.464-.074 2.18-.311.648-1.097.824-1.643 1.224-.66.42-1.326.832-2.013 1.209-.829.636-2.444.891-2.309 2.221.038.99-.077 1.994.066 2.975.401.891 1.491 1.116 2.245 1.629.606.352 1.266.617 1.83 1.035.182.631.038 1.322.061 1.976-.623-.343-1.238-.7-1.849-1.064-1.068-.64-2.144-1.269-3.209-1.912a1.182 1.182 0 0 1-.613-1.068c-.01-1.486 0-2.974.001-4.46a1.562 1.562 0 0 1 .799-1.404c.994-.592 2.015-1.14 3.02-1.716a248.928 248.928 0 0 1 2.364-1.343c.006-.495.003-.992-.01-1.487-.132.145-.26.292-.39.441-.326.378-.653.756-.997 1.119.006-.686-.063-1.377.019-2.058.221-.493.684-.824 1.012-1.244z"/><path fill="#1d2126" d="M13.134 13.138c.353-.403.702-.808 1.068-1.199.524.622 1.039 1.255 1.58 1.864.756.682.312 1.79.414 2.674-.462-.509-.907-1.034-1.374-1.538-.028 1.224-.018 2.448-.018 3.672-.46 0-.919-.003-1.379-.004-.001-1.216.016-2.433-.01-3.65-.104.123-.207.246-.31.371-.329.399-.659.797-1.003 1.182.005-.709-.07-1.422.017-2.127.231-.49.681-.83 1.016-1.247z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#c50303" d="M10.804 0h2.367c.961.171 1.932.328 2.852.672 3.394 1.186 6.172 3.985 7.334 7.388.325.886.469 1.821.643 2.744v2.369c-.171.96-.327 1.931-.67 2.849-1.186 3.396-3.984 6.178-7.388 7.34-.884.322-1.814.469-2.735.638h-2.393c-.985-.175-1.979-.341-2.918-.7-3.358-1.203-6.1-3.983-7.253-7.358C.318 15.055.174 14.12 0 13.196v-2.368c.25-1.724.734-3.433 1.645-4.932C3.541 2.616 7.057.432 10.804.001M5.877 4.378c.559.564 1.12 1.126 1.685 1.684-.356.568-.725 1.128-1.084 1.694-.653-.673-1.323-1.33-1.985-1.993-2.232 2.696-2.764 6.648-1.331 9.839a9.614 9.614 0 0 0 4.99 4.936c3.175 1.391 7.076.837 9.743-1.375-1.44-1.444-2.888-2.882-4.324-4.33.921-.007 1.841-.01 2.762 0 .977.986 1.965 1.963 2.944 2.947a9.524 9.524 0 0 0 2.122-6.431c-.109-3.192-1.97-6.241-4.743-7.819-3.314-1.976-7.81-1.617-10.778.847z"/><path fill="#c50303" d="M10.539 9.058c.495.468.969.958 1.452 1.438-.101.641-.559 1.111-.816 1.68l-.084.2c-.302-.311-.602-.624-.91-.929.398-.727.394-1.584.358-2.388z"/><path fill="#fff" d="M5.877 4.378c2.968-2.463 7.464-2.822 10.778-.847 2.773 1.577 4.634 4.627 4.743 7.819a9.524 9.524 0 0 1-2.122 6.431c-.98-.984-1.967-1.96-2.944-2.947-.921-.01-1.841-.007-2.762 0 1.437 1.448 2.884 2.885 4.324 4.33-2.667 2.211-6.568 2.765-9.743 1.375a9.614 9.614 0 0 1-4.99-4.936C1.728 12.412 2.26 8.46 4.492 5.764c.662.663 1.332 1.32 1.985 1.993-.14.267-.392.66-.111.922.316.288.751.121 1.099 0 .478.338.532 1.03.196 1.486-1.034 1.359-1.413 3.243-.876 4.876.25.835.992 1.39 1.284 2.201.256.62.146 1.301.164 1.952h2.84c-.015-.688.035-1.378-.022-2.064-.128-.917-.791-1.603-1.342-2.294-.717-1.082-.141-2.408.472-3.389.308.305.608.619.91.929.364.11.751.092 1.127.096 2.097-.027 4.193.019 6.29-.023-.164-.358-.396-.674-.64-.979-.36-.493-.269-1.256-.759-1.648-1.441-.123-2.903-.029-4.352-.048-.574-.044-.623.637-.772 1.034-.109.539-.496.939-.809 1.368.257-.569.715-1.039.816-1.68-.483-.48-.957-.97-1.452-1.438-.022-.277-.062-.553-.094-.83.417.184.82.532 1.303.476.385-.132.219-.625.08-.888-.671-1.175-1.416-2.306-2.102-3.472a2.048 2.048 0 0 0-.61-.67c-.555.771-1.035 1.594-1.553 2.389a222.95 222.95 0 0 1-1.685-1.684m5.052 9.04c2.572.016 5.144.008 7.716.005a3.752 3.752 0 0 0-.072-.904c-2.482-.003-4.966.013-7.445-.008-.302.141-.17.621-.199.907m.049.085c.106.441.237.891.576 1.214.004.299.008.599.015.899.26.003.518.003.777.001.007-.292.009-.585.01-.877 1.621.002 3.242-.001 4.862 0 .001.291.002.584.008.875.261.003.521.004.782.001.005-.299.008-.599.01-.899.339-.321.471-.768.573-1.209-1.036.005-2.073.001-3.11-.004.011.2.016.399.016.6-.079-.192-.107-.397-.135-.6-.4-.003-.8-.004-1.2-.001.016.165.033.331.051.495l-.175.002c.016-.166.032-.333.045-.5-1.035.009-2.071.019-3.105.002z"/><path fill="#fff" d="M12.556 10.065a71.797 71.797 0 0 1 4.451-.002c.281.394.279.917.422 1.37-1.761 0-3.521-.002-5.282.001.135-.454.152-.962.409-1.369m-.187.805l-.11.478.583-.003-.472-.475zM11.601 12.676c.419-.223.727.494.275.632-.387.16-.64-.447-.275-.632zM12.468 12.67c.409-.196.707.472.284.635-.398.179-.67-.449-.284-.635zM16.82 12.663c.399-.175.683.464.285.635-.409.206-.694-.459-.285-.635zM17.691 12.66c.389-.155.663.463.276.634-.413.223-.707-.473-.276-.634z"/><path fill="#030303" d="M9.116 3.673c.248.179.463.4.61.67.686 1.166 1.431 2.297 2.102 3.472.14.263.305.756-.08.888-.482.057-.886-.291-1.303-.476.032.277.072.553.094.83.036.804.04 1.661-.358 2.388-.613.982-1.189 2.307-.472 3.389.551.692 1.214 1.377 1.342 2.294.057.686.007 1.376.022 2.064h-2.84c-.017-.65.093-1.332-.164-1.952-.292-.812-1.034-1.367-1.284-2.201-.537-1.633-.158-3.517.876-4.876.336-.456.281-1.148-.196-1.486-.348.121-.782.288-1.099 0-.28-.262-.028-.655.111-.922.359-.566.729-1.126 1.084-1.694.518-.795.998-1.618 1.553-2.389z"/><path fill="#030303" d="M11.985 10.808c.149-.397.199-1.078.772-1.034 1.449.019 2.911-.075 4.352.048.49.393.399 1.155.759 1.648.244.304.477.621.64.979-2.097.041-4.193-.004-6.29.023-.376-.004-.763.014-1.127-.096l.084-.2c.313-.429.7-.829.809-1.368m.572-.743c-.257.407-.274.915-.409 1.369 1.761-.003 3.521-.001 5.282-.001-.143-.453-.141-.976-.422-1.37a71.797 71.797 0 0 0-4.451.002zM10.931 13.419c.028-.286-.104-.766.199-.907 2.48.021 4.964.004 7.445.008.062.297.083.601.072.904-2.572.002-5.144.011-7.716-.005m.67-.743c-.365.184-.112.792.275.632.452-.137.144-.854-.275-.632m.867-.006c-.386.185-.115.814.284.635.423-.163.125-.831-.284-.635m4.352-.007c-.409.176-.124.841.285.635.398-.171.115-.809-.285-.635m.871-.003c-.431.16-.137.856.276.634.387-.171.113-.789-.276-.634zM10.98 13.504c1.034.016 2.069.007 3.105-.002-.013.167-.028.334-.045.5l.175-.002c-.019-.165-.035-.331-.051-.495.4-.003.8-.002 1.2.001.028.203.057.408.135.6 0-.201-.005-.4-.016-.6 1.037.005 2.074.01 3.11.004-.101.441-.233.888-.573 1.209-.002.3-.004.6-.01.899-.261.003-.521.002-.782-.001a63.81 63.81 0 0 1-.008-.875c-1.62-.001-3.241.002-4.862 0-.001.292-.003.585-.01.877a40.26 40.26 0 0 1-.777-.001c-.008-.3-.011-.6-.015-.899-.339-.323-.47-.773-.576-1.214z"/><path fill="#c80c0c" d="M12.369 10.87l.472.475-.583.003.11-.478z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking-atvs--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.706 0h2.573c1.444.24 2.884.598 4.185 1.287 3.587 1.788 6.05 5.46 6.535 9.418v2.575c-.494 4.179-3.229 8.028-7.109 9.709-1.138.527-2.369.792-3.596 1.011h-2.576c-4.179-.494-8.025-3.229-9.708-7.108-.525-1.138-.792-2.369-1.011-3.597v-2.576c.479-3.964 2.945-7.643 6.535-9.432C7.831.6 9.266.245 10.705 0m-6.2 5.827c.648.853 1.23 1.764 1.903 2.592l.125-.006-.057.04c.555 1.092 1.42 1.992 2.093 3.012l.258.156c.159.416.413.788.746 1.085.057.17.183.307.281.456.544.949 1.23 1.826 1.94 2.66.141.276.335.518.508.774.05.06.149.179.197.239 1.011 1.399 2.031 2.792 3.04 4.192 4.284-1.561 7.02-6.375 6.105-10.854-.52-2.947-2.499-5.57-5.168-6.913-3.952-2.093-9.218-.943-11.973 2.568m-.902 1.331c-1.656 2.938-1.684 6.774.098 9.66l-.001.036c2 3.526 6.348 5.47 10.311 4.621-1.096-1.549-2.247-3.063-3.332-4.621a11.845 11.845 0 0 0-.513-.604c-.141-.341-.398-.618-.606-.917a16.515 16.515 0 0 1-.29-.48 3.102 3.102 0 0 0-.26-.158 6.726 6.726 0 0 0-.938-1.4l-.098-.141-.064.001-.291-.525c-.308-.354-.533-1.032-1.116-.903l.456-.187-.197-.043c-.354-.616-.811-1.163-1.236-1.731C4.859 8.915 4.254 8.02 3.6 7.16z"/><path fill="#fff" d="M4.505 5.827c2.755-3.511 8.021-4.661 11.973-2.568 2.668 1.343 4.648 3.966 5.168 6.913.915 4.479-1.821 9.293-6.105 10.854-1.01-1.4-2.029-2.793-3.04-4.192.446.031.893.02 1.339.021.003-.527.004-1.055.006-1.582.197-.003.395-.006.592-.007.104.31.16.65.365.915.882.135 1.785.06 2.676.054.516.031.508-.621.643-.964l.622.001v1.582l1.591-.001c.001-1.183-.001-2.367-.001-3.55-.487-.004-.978-.004-1.46-.092.471-.162.973-.17 1.466-.18a15.723 15.723 0 0 0-.006-.22l-1.196-.001c-.222-.694-.331-1.464-.845-2.021l.324-.267.001-.442c.331-.041.663-.085.983-.183a7.891 7.891 0 0 0-1.187-.119c-.341-.558-.542-1.488-1.36-1.457-.648-.003-1.322-.088-1.953.089-.466.314-.623.905-.903 1.368-.379.018-.76.045-1.135.109.281.091.571.153.859.212.102.257.219.507.351.75-.474.541-.579 1.274-.794 1.937-.476.004-.957.013-1.422.138.527.125 1.071.136 1.602.243-.452.143-.927.132-1.395.143.023 1.096-.023 2.194.04 3.288-.173-.256-.368-.498-.508-.774-.04-.839-.011-1.68-.017-2.519-.477-.003-.957-.009-1.43-.089.459-.178.956-.17 1.441-.186v-.231c-.405-.006-.809-.007-1.214-.01-.223-.687-.322-1.463-.858-1.995l.349-.278-.016-.443c.349-.03.697-.068 1.041-.138-.406-.112-.825-.141-1.244-.16-.281-.466-.427-1.088-.926-1.375-.78-.156-1.606-.125-2.389.017l-.125.006c-.673-.828-1.255-1.738-1.903-2.592m3.069.317c-1.196.175-.8 2.139.379 1.813 1.152-.204.764-2.088-.379-1.813m8.523.007c-.707.128-.971 1.13-.416 1.586.489.491 1.426.182 1.529-.5.158-.631-.491-1.254-1.113-1.086zM3.601 7.159c.655.861 1.26 1.755 1.924 2.607-.339.03-.679.067-1.014.128.305.089.619.143.933.195-.004.102-.014.308-.02.41l.354.293c-.535.533-.635 1.308-.856 1.995-.402.001-.804.003-1.206.007l-.004.233c.48.017.974.007 1.429.187-.474.08-.956.085-1.434.088-.004 1.172.036 2.345-.007 3.516-1.782-2.886-1.754-6.721-.098-9.66z"/><path fill="#fff" d="M8.812 9.586c.237-.092.373.476.115.507-.187-.074-.224-.356-.115-.507zM15.218 9.569c.318.028.114.615-.16.473-.146-.143-.028-.432.16-.473zM5.56 13.566c.209-.753.053-2.176 1.201-2.069l.197.043c-.114.047-.341.141-.456.187-.652.182-.491 1.044-.663 1.565.744.001 1.488 0 2.232.003l.219.268c-.91.004-1.821.001-2.731.003zM8.569 11.465c1.059-.176 1.204.929 1.285 1.697-.098-.149-.224-.285-.281-.456-.077-.471-.241-.936-.746-1.085l-.258-.156zM14.813 11.553c.996-.087 2.035-.121 3.025.021.605.45.45 1.351.645 2.009-1.451.01-2.904-.014-4.357-.009.219-.656.021-1.61.687-2.022m-.414 1.742l3.812-.001c-.149-.5-.045-1.16-.471-1.524-.927-.108-1.882-.08-2.812-.017-.498.31-.368 1.038-.528 1.542z"/><path fill="#fff" d="M6.237 12.65c.46-.01.922-.013 1.382-.02.097.175.195.349.291.525-.565.016-1.13.014-1.694.013l.021-.518zM14.799 12.649c1-.034 2.001-.014 3.002-.016l.051.53c-1.03.011-2.058.006-3.086.004.01-.173.021-.345.033-.518zM5.379 13.429c.141.4.153.828.182 1.248 1.149.01 2.299-.03 3.448.018.089.048.176.101.26.158-1.329.041-2.66.013-3.991.017.003-.481.009-.967.101-1.441zM13.845 14.873c.028-.459-.111-.978.187-1.375.044.391.054.784.055 1.177h4.444c.004-.405 0-.812.081-1.21.207.44.119.937.135 1.407h-4.902zM5.289 15.282l.594-.001c.108.31.159.658.381.913.89.106 1.795.058 2.691.036.467.013.467-.577.605-.896.209.3.466.577.606.917.017.2.031.403.043.605l.47-.001c1.085 1.558 2.235 3.072 3.332 4.621-3.964.849-8.312-1.095-10.311-4.621.528-.003 1.057-.001 1.585-.001.003-.523.004-1.047.006-1.571z"/><path fill="#030303" d="M7.574 6.148c1.143-.274 1.531 1.609.379 1.813-1.179.325-1.575-1.639-.379-1.813zM16.097 6.155c.622-.168 1.271.456 1.113 1.086-.104.682-1.041.991-1.529.5-.555-.456-.291-1.458.416-1.586zM6.533 8.413c.782-.142 1.609-.173 2.389-.017.498.287.645.909.926 1.375.419.02.838.048 1.244.16-.344.07-.692.108-1.041.138l.016.443-.349.278c.535.533.635 1.308.858 1.995.405.003.809.004 1.214.01v.231c-.486.016-.983.009-1.441.186.473.081.953.087 1.43.089.006.839-.023 1.68.017 2.519-.71-.834-1.396-1.711-1.94-2.66-.081-.768-.226-1.873-1.285-1.697-.673-1.02-1.538-1.92-2.093-3.012l.057-.04m2.277 1.175c-.109.151-.072.433.115.507.258-.031.122-.599-.115-.507zM15.099 8.409c.631-.178 1.305-.092 1.953-.089.818-.031 1.02.899 1.36 1.457a8.01 8.01 0 0 1 1.187.119c-.32.098-.652.142-.983.183l-.001.442-.324.267c.514.557.623 1.326.845 2.021l1.196.001.006.22c-.493.01-.994.018-1.466.18.481.088.973.088 1.46.092 0 1.183.003 2.367.001 3.55l-1.591.001v-1.582l-.622-.001c-.135.344-.128.996-.643.964-.89.006-1.794.081-2.676-.054-.204-.264-.261-.605-.365-.915-.197.001-.395.004-.592.007a417.13 417.13 0 0 1-.006 1.582c-.446-.001-.893.01-1.339-.021-.048-.06-.148-.179-.197-.239-.062-1.094-.017-2.191-.04-3.288.467-.011.943 0 1.395-.143-.531-.107-1.075-.118-1.602-.243.464-.125.946-.134 1.422-.138.214-.663.32-1.396.794-1.937a6.91 6.91 0 0 1-.351-.75 7.746 7.746 0 0 1-.859-.212 9.395 9.395 0 0 1 1.135-.109c.28-.463.437-1.054.903-1.368m.119 1.163c-.189.041-.307.329-.16.473.274.142.479-.444.16-.473m2.13.025c-.118.142-.062.423.126.476.278-.028.116-.582-.126-.476m-2.535 1.959c-.666.412-.469 1.366-.687 2.022 1.453-.006 2.906.018 4.357.009-.195-.659-.04-1.559-.645-2.009-.99-.142-2.029-.108-3.025-.021m-.968 3.319h4.902c-.016-.47.072-.967-.135-1.407-.081.398-.077.805-.081 1.21h-4.444a10.747 10.747 0 0 0-.055-1.177c-.298.396-.159.916-.187 1.375zM4.512 9.894c.335-.061.675-.098 1.014-.128.425.568.882 1.115 1.236 1.731-1.149-.107-.993 1.316-1.201 2.069.91-.001 1.821.001 2.731-.003.273.355.521.73.719 1.132-1.149-.048-2.299-.009-3.448-.018-.028-.42-.041-.848-.182-1.248-.092.474-.098.96-.101 1.441 1.331-.004 2.661.024 3.991-.017.094.162.19.322.29.48-.138.32-.138.909-.605.896-.896.023-1.801.071-2.691-.036-.222-.256-.273-.604-.381-.913l-.594.001c-.001.524-.003 1.048-.006 1.571-.528 0-1.057-.001-1.585.001l.001-.036c.043-1.172.003-2.345.007-3.516.479-.003.96-.009 1.434-.088-.454-.18-.949-.17-1.429-.187l.004-.233c.402-.004.804-.006 1.206-.007.222-.687.321-1.463.856-1.995l-.354-.293c.006-.102.016-.308.02-.41a7.575 7.575 0 0 1-.933-.195z"/><path fill="#030303" d="M5.84 13.292c.172-.521.011-1.383.663-1.565.584-.129.808.55 1.116.903-.46.007-.922.01-1.382.02l-.021.518c.564.001 1.129.003 1.694-.013l.064-.001.098.141c-.744-.003-1.488-.001-2.232-.003zM8.827 11.621c.504.149.669.614.746 1.085a2.802 2.802 0 0 1-.746-1.085zM14.399 13.294c.16-.504.03-1.233.528-1.542.93-.062 1.884-.091 2.812.017.426.364.322 1.024.471 1.524l-3.812.001m.401-.645c-.011.173-.023.345-.033.518 1.028.001 2.056.007 3.086-.004l-.051-.53c-1.001.001-2.002-.018-3.002.016zM10.165 16.25c.178.195.348.396.513.604l-.47.001a20.016 20.016 0 0 0-.043-.605z"/><path fill="#a9a9a9" d="M17.348 9.594c.243-.107.405.447.126.476-.189-.053-.244-.334-.126-.476z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-overtaking-by-heavy-goods-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.832 0h2.311c1.7.338 3.553.637 4.931 1.756-3.685-2.16-8.465-2.161-12.15 0C7.293.639 9.141.347 10.832 0zM22.243 5.927c1.112 1.374 1.416 3.216 1.757 4.909v2.302c-.282 1.168-.335 2.461-1.026 3.481 1.409-3.44 1.138-7.476-.731-10.692zM14.3 11.656c1.103-.172 2.233-.131 3.341-.035.659.055.733.835 1.013 1.294.072.342.448.48.5.82-.416.019-.834-.006-1.25.031.106.476.854.112 1.229.229-.002.374.04.882-.373 1.064.006.214.001.427-.038.638-.353.041-.71.05-1.062-.004a4.178 4.178 0 0 1-.043-.725c-1.022-.007-2.045.012-3.067.008.259.81-.515.865-1.103.728a3.705 3.705 0 0 1-.037-.665l-.275-.124a2.378 2.378 0 0 1-.119-.883c.373-.121 1.198.258 1.244-.244-.43-.04-.878.064-1.295-.067.049-.202.21-.304.388-.38.335-.541.325-1.388.948-1.687m.249.393c-.46.194-.454.815-.682 1.205 1.469-.314 2.996-.289 4.469-.007-.294-.438-.359-1.283-1.046-1.235-.912-.046-1.834-.089-2.741.037m.582 1.682c-.013.215-.013.43-.001.644.602.024 1.205 0 1.808-.005a2.304 2.304 0 0 0-.005-.653 51.55 51.55 0 0 0-1.802.013zM4.986 21.624c.736.444 1.457.92 2.251 1.259 3.281 1.469 7.186 1.27 10.362-.379-1.258.968-2.921 1.168-4.433 1.496h-2.311c-2.076-.361-4.284-.919-5.869-2.376z"/><path fill="#fff" d="M5.924 1.756c3.685-2.161 8.465-2.16 12.15 0 .318.209.637.414.953.626.132.198.319.35.544.436l.042.022c.512.522 1.028 1.039 1.549 1.552l.022.041c.088.222.235.412.434.545.211.314.415.634.625.95 1.868 3.216 2.14 7.252.731 10.692l-.056.114a8.648 8.648 0 0 0-.54 1.097 4.712 4.712 0 0 0-.068.109.922.922 0 0 0-.287.444l-.05.127a7.024 7.024 0 0 0-.798 1.086l-.031.032c-.485.458-.944.942-1.415 1.416l-.12.118c-.392.234-.76.508-1.099.812l-.125.049a.939.939 0 0 0-.446.281c-.114.065-.227.131-.338.199-3.176 1.649-7.081 1.848-10.362.379-.794-.338-1.516-.815-2.251-1.259a.69.69 0 0 1-.023-.028c-.125-.202-.325-.33-.542-.414l-.029-.022c-.51-.527-1.033-1.039-1.555-1.553a.61.61 0 0 1-.022-.032 1.095 1.095 0 0 0-.43-.552c-.211-.318-.418-.64-.629-.958a17.33 17.33 0 0 0-.676-1.332 6.499 6.499 0 0 0-.058-.119 12.638 12.638 0 0 1-.355-8.279l.07-.196c.31-.749.652-1.482 1.013-2.207.211-.322.419-.644.629-.967a.645.645 0 0 0 .332-.442l.127-.132c.516-.518 1.037-1.031 1.548-1.555l.044-.022c.223-.085.409-.238.541-.436.314-.212.635-.416.952-.625M11.094.436C7.109.701 3.392 3.215 1.631 6.794c-1.79 3.503-1.61 7.919.475 11.257 2.024 3.36 5.849 5.538 9.774 5.55 3.859.067 7.667-1.961 9.78-5.186 1.649-2.453 2.285-5.551 1.758-8.456-.533-3.083-2.389-5.905-5-7.624C16.284.899 13.654.235 11.094.437z"/><path fill="#fff" d="M10.484 3.533c4.127-.829 8.552 1.861 9.724 5.899 1.315 3.919-.7 8.557-4.441 10.296-3.401 1.738-7.879.797-10.306-2.149-2.582-2.911-2.744-7.602-.38-10.691a8.603 8.603 0 0 1 5.404-3.355M5.431 7.867c-.019 2.114.013 4.23-.01 6.343 2.152.007 4.304.004 6.456.004-.05-2.111.076-4.262-.054-6.349a27.063 27.063 0 0 0-6.392.002m8.869 3.789c-.623.299-.613 1.146-.948 1.687-.178.077-.338.179-.388.38.416.131.865.028 1.295.067-.047.502-.871.122-1.244.244-.01.3.017.6.119.883l.275.124c-.005.222.002.444.037.665.588.137 1.362.082 1.103-.728 1.022.004 2.045-.016 3.067-.008-.001.242.002.486.043.725.352.054.709.044 1.062.004.04-.211.044-.425.038-.638.413-.182.371-.69.373-1.064-.374-.118-1.123.247-1.229-.229.416-.037.834-.012 1.25-.031-.053-.34-.428-.478-.5-.82-.28-.458-.354-1.238-1.013-1.294-1.108-.096-2.238-.137-3.341.035m-8.556 2.627c0 .473-.032.949.026 1.421.187.042.379.04.565-.007.058-.473.041-.949.01-1.423l-.601.01m.903-.013c-.005.484-.058.974.036 1.453.18.017.36.011.539-.017.038-.222.05-.449.048-.673.332-.006.664-.008.996-.002.221.277.576.284.796.002.331-.008.662-.007.994-.004.005.223.023.446.048.67.185.043.374.042.56.004.053-.474.048-.954.004-1.428l-.563-.002-.058.505c-.484.012-.997.077-1.399-.251-.373.361-.907.251-1.376.241l-.02-.496-.604-.002m4.325.001c-.001.48-.06.967.037 1.442.18.024.36.024.541 0 .076-.475.034-.959.03-1.439-.203 0-.406-.001-.608-.004z"/><path fill="#fff" d="M14.55 12.047c.907-.126 1.829-.083 2.741-.037.688-.048.752.797 1.046 1.235-1.472-.282-3-.307-4.469.007.228-.39.222-1.01.682-1.205zM15.132 13.729a49.208 49.208 0 0 1 1.802-.013c.032.216.034.436.005.653-.604.005-1.206.029-1.808.005a5.534 5.534 0 0 1 .001-.644z"/><path fill="#d40000" d="M11.094.436c2.56-.202 5.19.462 7.324 1.898 2.611 1.718 4.468 4.541 5 7.624.527 2.905-.109 6.004-1.758 8.456-2.113 3.226-5.921 5.254-9.78 5.186-3.925-.012-7.75-2.19-9.774-5.55C.02 14.712-.16 10.296 1.631 6.793 3.393 3.215 7.109.701 11.094.435m-.61 3.098A8.603 8.603 0 0 0 5.08 6.888c-2.364 3.089-2.202 7.78.38 10.691 2.426 2.946 6.905 3.887 10.306 2.149 3.742-1.739 5.756-6.377 4.441-10.296-1.171-4.038-5.597-6.728-9.724-5.899z"/><path fill="#d40000" d="M5.431 7.867a27.01 27.01 0 0 1 6.392-.002c.13 2.087.004 4.238.054 6.349-2.152 0-4.304.004-6.456-.004.023-2.113-.01-4.229.01-6.343zM5.743 14.285l.601-.01c.031.474.048.95-.01 1.423a1.212 1.212 0 0 1-.565.007c-.059-.472-.026-.948-.026-1.421zM6.646 14.273l.604.002.02.496c.469.01 1.003.12 1.376-.241.402.328.916.263 1.399.251l.058-.505.563.002c.044.474.049.954-.004 1.428a1.29 1.29 0 0 1-.56-.004 7.516 7.516 0 0 1-.048-.67 25.345 25.345 0 0 0-.994.004c-.22.282-.575.275-.796-.002a27.558 27.558 0 0 0-.996.002c.002.224-.01.451-.048.673a2.162 2.162 0 0 1-.539.017c-.094-.479-.041-.97-.036-1.453zM10.972 14.274c.203.002.406.004.608.004.004.48.046.964-.03 1.439a2.042 2.042 0 0 1-.541 0c-.097-.475-.038-.962-.037-1.442z"/><path fill="#323232" opacity=".91" d="M4.432 2.816c.022-.28.286-.427.541-.436-.132.198-.318.35-.541.436z"/><path fill="#303030" opacity=".9" d="M19.027 2.382c.256.008.52.156.544.436a1.14 1.14 0 0 1-.544-.436z"/><path fill="#323232" opacity=".88" d="M2.839 4.393a3.703 3.703 0 0 1 1.548-1.555c-.511.524-1.032 1.037-1.548 1.555z"/><path fill="#313131" opacity=".87" d="M19.613 2.839c.65.34 1.21.901 1.549 1.552-.521-.512-1.037-1.03-1.549-1.552z"/><path fill="#2f2f2f" opacity=".9" d="M21.184 4.432c.277.025.431.287.434.545a1.158 1.158 0 0 1-.434-.545z"/><path fill="#252525" opacity=".88" d="M2.38 4.967a.437.437 0 0 1 .332-.442.653.653 0 0 1-.332.442z"/><path fill="#212121" opacity=".82" d="M.738 8.141a3.976 3.976 0 0 1 1.013-2.207A34.886 34.886 0 0 0 .738 8.141z"/><path fill="#1a1a1a" opacity=".84" d="M0 10.824C.228 10 .176 9.066.668 8.336a12.638 12.638 0 0 0 .355 8.279C.322 15.623.278 14.34-.001 13.19v-2.366z"/><path fill="#212121" opacity=".83" d="M1.081 16.734c.244.434.469.878.676 1.332-.394-.33-.623-.827-.676-1.332z"/><path fill="#212121" opacity=".84" d="M22.378 17.83c.154-.378.334-.744.54-1.097a1.519 1.519 0 0 1-.54 1.097z"/><path fill="#2c2c2c" opacity=".91" d="M22.022 18.383a.922.922 0 0 1 .287-.444c.032.191-.052.454-.287.444z"/><path fill="#232323" opacity=".82" d="M21.174 19.596c.23-.388.499-.75.798-1.086a1.897 1.897 0 0 1-.798 1.086z"/><path fill="#2b2b2b" opacity=".87" d="M2.386 19.024c.203.131.347.326.43.552-.269-.049-.433-.286-.43-.552z"/><path fill="#2a2a2a" opacity=".85" d="M2.837 19.608c.522.514 1.045 1.026 1.555 1.553a3.686 3.686 0 0 1-1.555-1.553z"/><path fill="#2c2c2c" opacity=".86" d="M19.728 21.044c.47-.474.93-.958 1.415-1.416-.302.598-.805 1.127-1.415 1.416z"/><path fill="#282828" opacity=".87" d="M4.421 21.182c.217.084.418.212.542.414-.269.036-.49-.158-.542-.414z"/><path fill="#222" opacity=".82" d="M18.509 21.974c.34-.305.707-.578 1.099-.812a1.95 1.95 0 0 1-1.099.812z"/><path fill="#2a2a2a" opacity=".91" d="M17.938 22.304a.939.939 0 0 1 .446-.281c.006.234-.254.318-.446.281z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.069 0h1.561c4.583.223 8.869 3.274 10.524 7.561.455 1.081.652 2.242.846 3.391v2.066c-.396 4.063-2.894 7.872-6.576 9.686-1.358.721-2.867 1.074-4.379 1.295h-2.057c-4.006-.394-7.766-2.825-9.611-6.426C.56 16.053.14 14.35-.001 12.636v-1.267c.14-1.745.576-3.478 1.418-5.021 1.87-3.586 5.642-5.987 9.65-6.349M6.118 4.412c4.489 4.492 8.98 8.983 13.47 13.472 1.843-2.339 2.478-5.56 1.675-8.425a9.637 9.637 0 0 0-4.59-5.846c-3.264-1.864-7.607-1.532-10.555.799M4.397 6.128c-2.074 2.675-2.588 6.46-1.25 9.576 1.286 3.144 4.351 5.466 7.732 5.833 2.476.307 5.047-.421 7.013-1.952-4.501-4.482-8.959-9.011-13.494-13.457z"/><path fill="#0079c1" d="M6.118 4.412c2.948-2.332 7.291-2.663 10.555-.799a9.637 9.637 0 0 1 4.59 5.846c.803 2.866.168 6.086-1.675 8.425-4.49-4.489-8.981-8.981-13.47-13.472zM4.397 6.128c4.535 4.446 8.993 8.975 13.494 13.457-1.966 1.531-4.537 2.26-7.013 1.952-3.38-.367-6.445-2.689-7.732-5.833-1.338-3.116-.823-6.901 1.25-9.576z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.104 0h1.514c4.525.223 8.773 3.185 10.469 7.397.498 1.138.727 2.362.913 3.581v2.084c-.419 4.201-3.101 8.11-6.977 9.841-1.228.599-2.574.871-3.911 1.097h-2.177c-4.013-.422-7.775-2.874-9.596-6.5C.546 15.992.138 14.312 0 12.62v-1.225C.229 6.648 3.496 2.223 8.004.69c1.001-.362 2.054-.521 3.1-.689M8.166 2.772a10.029 10.029 0 0 0-5.173 4.902c-1.679 3.404-1.168 7.742 1.272 10.655 1.247-1.25 2.502-2.492 3.742-3.75l.002 2.828a189.74 189.74 0 0 1-2.33 2.332c2.722 2.285 6.698 2.904 9.991 1.573a10.072 10.072 0 0 0 5.314-4.903c1.73-3.416 1.211-7.783-1.22-10.733-.851.827-1.686 1.669-2.519 2.514a4.018 4.018 0 0 0-1.44-1.412c.853-.832 1.697-1.674 2.528-2.527-2.785-2.299-6.841-2.89-10.166-1.478z"/><path fill="#e20a16" d="M13.83 8.772c.752.023 1.404.631 1.442 1.391-.468.452-.928.916-1.385 1.381-.935-.02-1.87.007-2.804-.019.904-.929 1.826-1.841 2.747-2.753zM10.484 14.076c.29-.002.581-.004.872-.004-.295.289-.588.582-.876.877 0-.292.001-.582.004-.874z"/><path fill="#fff" d="M8.166 2.772c3.325-1.411 7.381-.821 10.166 1.478-.832.853-1.675 1.696-2.528 2.527a4.285 4.285 0 0 0-2.12-.535c-1.891-.005-3.782-.002-5.675 0-.004 2.779.001 5.557-.002 8.336-1.24 1.258-2.495 2.5-3.742 3.75-2.44-2.912-2.951-7.25-1.272-10.655a10.029 10.029 0 0 1 5.173-4.902zM17.244 8.19c.833-.845 1.668-1.687 2.519-2.514 2.431 2.95 2.951 7.316 1.22 10.733a10.069 10.069 0 0 1-5.314 4.903c-3.293 1.331-7.27.712-9.991-1.573.782-.77 1.561-1.547 2.33-2.332-.001.41-.001.821.001 1.231.823.004 1.645.004 2.467 0 .006-1.23 0-2.46.004-3.689.288-.295.581-.588.876-.877.895-.01 1.79.018 2.686-.013 1.554-.064 3.006-1.145 3.517-2.612a3.893 3.893 0 0 0-.316-3.257z"/><path fill="#fff" d="M10.481 8.777c1.116-.005 2.233.006 3.349-.005-.92.912-1.843 1.824-2.747 2.753-.2.006-.402.011-.602.013-.002-.92-.001-1.841 0-2.761zM13.888 11.544c.457-.466.917-.929 1.385-1.381a1.495 1.495 0 0 1-1.385 1.381z"/><path d="M8.009 6.242c1.892-.002 3.784-.005 5.675 0a4.285 4.285 0 0 1 2.12.535 4.026 4.026 0 0 1 1.44 1.412c.572.972.7 2.194.316 3.257-.511 1.468-1.963 2.549-3.517 2.612-.895.031-1.79.004-2.686.013-.292 0-.582.001-.872.004-.002.292-.004.582-.004.874-.004 1.229.002 2.459-.004 3.689-.822.004-1.644.004-2.467 0-.002-.41-.002-.821-.001-1.231l-.002-2.828c.004-2.779-.001-5.557.002-8.336m2.472 2.534c-.001.92-.002 1.841 0 2.761.2-.002.402-.007.602-.013.935.026 1.87-.001 2.804.019a1.497 1.497 0 0 0 1.385-1.381c-.038-.76-.69-1.368-1.442-1.391-1.116.011-2.233 0-3.349.005z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.565 0h2.901c1.569.343 3.242.661 4.581 1.625-.435-.08-.804-.329-1.201-.505A11.988 11.988 0 0 0 8.237.675c-.477.134-.912.416-1.419.44C7.989.512 9.297.273 10.564 0zM18.15 1.679c.513.283 1.062.563 1.426 1.035-.514-.281-1.035-.591-1.426-1.035zM5.676 4.275c1.852-1.5 4.252-2.31 6.636-2.212 3.633.079 7.098 2.338 8.654 5.619 1.691 3.395 1.215 7.749-1.219 10.668-4.696-4.687-9.391-9.373-14.071-14.076m.982.125c.734.733 1.444 1.494 2.215 2.189.016-.794-.004-1.59.009-2.384.822-.011 1.644-.01 2.465-.001.013 1.639-.015 3.277.014 4.914.505.47.952 1.001 1.486 1.437.026-2.114-.008-4.23.016-6.343l2.436-.001c.013 2.872.001 5.744.004 8.616-.031.183.079.323.207.439 1.328 1.316 2.641 2.648 3.971 3.962 1.618-2.209 2.043-5.208 1.27-7.819-.774-2.693-2.85-4.968-5.461-5.984-2.803-1.123-6.155-.76-8.634.975zM4.594 2.497a.612.612 0 0 1 .412-.284c-.003.206-.211.379-.412.284zM3.957 3.021a.546.546 0 0 1 .431-.289c-.052.18-.224.386-.431.289zM19.587 2.722a5.296 5.296 0 0 1 1.693 1.69 21.257 21.257 0 0 1-1.693-1.69zM21.288 4.426c.469.363.745.908 1.029 1.414-.435-.393-.748-.903-1.029-1.414zM2.272 14.557c-.799-3.04-.06-6.447 1.972-8.852 4.689 4.694 9.378 9.389 14.076 14.073-3.004 2.582-7.603 3.013-11.07 1.116-2.443-1.299-4.302-3.65-4.977-6.337m3.239 4.056c2.993 3.123 8.209 3.645 11.785 1.225-.646-.666-1.288-1.338-1.978-1.959-.029.583-.003 1.166-.015 1.749-.816-.004-1.636.045-2.449-.024-.004-1.385.014-2.771-.006-4.155-.408-.57-.979-1.043-1.489-1.534-.029 1.901.004 3.805-.016 5.707-.819.006-1.639.009-2.457-.003-.021-2.688 0-5.376-.011-8.063.025-.162-.108-.266-.207-.368-1.471-1.451-2.913-2.932-4.393-4.374-2.426 3.581-1.897 8.806 1.236 11.799zM22.378 5.955c.866 1.298 1.368 2.862 1.5 4.412-.276-1.543-.868-2.992-1.5-4.412zM23.884 10.487l.116-.118v3.141l-.116.111c.08-1.044.07-2.091 0-3.134zM23.734 14.365c-.059-.235.016-.469.129-.674.02.219.128.554-.129.674z"/><path fill="#da251d" d="M8.238.675a11.988 11.988 0 0 1 8.609.445c.397.176.767.425 1.201.505l.102.054c.391.445.912.754 1.426 1.035a.023.023 0 0 1 .011.008c.53.593 1.098 1.161 1.693 1.69a.08.08 0 0 1 .009.014c.281.51.594 1.02 1.029 1.414l.06.116c.632 1.42 1.224 2.869 1.5 4.412l.006.121c.07 1.043.08 2.09 0 3.134l-.021.07c-.113.205-.188.439-.129.674l.009.078a.447.447 0 0 0-.09.55c-1.083 4.755-5.419 8.42-10.217 9.007h-2.888c-.263-.103-.544-.137-.822-.176-4.49-.785-8.317-4.403-9.395-8.825-.166-.509-.157-1.057-.33-1.562v-2.913C.417 7.672 1.78 4.942 3.958 3.022c.207.097.379-.109.431-.289a7.69 7.69 0 0 0 .206-.235c.201.096.41-.078.412-.284A9.678 9.678 0 0 1 6.82 1.116c.506-.024.941-.305 1.419-.44M5.676 4.275c4.679 4.703 9.375 9.389 14.071 14.076 2.434-2.919 2.91-7.273 1.219-10.668-1.556-3.281-5.021-5.54-8.654-5.619a9.994 9.994 0 0 0-6.636 2.212M2.272 14.557c.675 2.686 2.534 5.037 4.977 6.337 3.467 1.897 8.066 1.466 11.07-1.116-4.698-4.684-9.386-9.379-14.076-14.073-2.032 2.405-2.771 5.813-1.972 8.852z"/><path fill="#035ca1" d="M6.658 4.399c2.479-1.735 5.83-2.098 8.634-.975 2.611 1.015 4.687 3.291 5.461 5.984.773 2.611.348 5.61-1.27 7.819-1.329-1.314-2.643-2.646-3.971-3.962-.128-.116-.239-.255-.207-.439-.003-2.872.009-5.744-.004-8.616l-2.436.001c-.024 2.114.01 4.23-.016 6.343-.534-.436-.981-.968-1.486-1.437-.029-1.637-.001-3.276-.014-4.914-.822-.009-1.644-.01-2.465.001-.013.794.008 1.59-.009 2.384-.772-.695-1.481-1.456-2.215-2.189zM5.512 18.613C2.378 15.62 1.849 10.395 4.276 6.814c1.48 1.443 2.921 2.923 4.393 4.374.099.102.232.206.207.368.011 2.688-.01 5.376.011 8.063.818.011 1.637.009 2.457.003.02-1.902-.013-3.806.016-5.707.51.491 1.081.964 1.489 1.534.02 1.385.003 2.771.006 4.155.813.069 1.633.02 2.449.024.013-.583-.014-1.166.015-1.749.69.621 1.332 1.293 1.978 1.959-3.576 2.42-8.792 1.897-11.785-1.225z"/><path fill="#f3bab7" d="M23.652 14.993a.448.448 0 0 1 .09-.55c.041.187.064.407-.09.55z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.607 0h2.811c.533.153 1.093.187 1.622.357-1.037-.068-2.057-.329-3.101-.279C8.391.102 4.917 1.82 2.72 4.6.428 7.434-.438 11.345.443 14.881c.177.887.627 1.688.809 2.571C.565 16.197.267 14.783 0 13.392v-2.798C.558 5.976 3.937 1.825 8.416.499 9.13.264 9.877.171 10.606 0zM15.419.475c.313.023.617.116.883.28a.916.916 0 0 1-.883-.28z"/><path fill="#fff" d="M5.742 4.31c1.938-1.564 4.453-2.403 6.945-2.237 3.643.175 7.063 2.534 8.528 5.874 1.566 3.384.999 7.603-1.38 10.472-4.703-4.698-9.42-9.383-14.093-14.11m1.035.088c1.362 1.368 2.727 2.733 4.096 4.095.013-1.543-.001-3.086.008-4.63.822-.001 1.645-.001 2.467.001.008 2.276-.001 4.552.004 6.828a.573.573 0 0 0 .211.499c2.026 2.016 4.042 4.042 6.065 6.06 1.645-2.361 2.08-5.505 1.131-8.223-.89-2.65-3.053-4.83-5.698-5.736-2.732-.965-5.899-.543-8.283 1.106zM4.301 5.759c4.715 4.679 9.408 9.38 14.093 14.088-2.106 1.701-4.906 2.503-7.592 2.142-3.692-.435-6.984-3.126-8.168-6.646C1.489 12.139 2.16 8.396 4.3 5.758m-.932 9.215c.88 2.65 3.012 4.845 5.633 5.804 2.753 1.045 5.97.671 8.433-.936-1.35-1.371-2.719-2.72-4.075-4.085-.019 1.464-.003 2.927-.01 4.39-.823.005-1.646.003-2.469.003-.003-2.154-.005-4.307.003-6.461.006-.222-.009-.464-.201-.611-2.097-2.087-4.179-4.189-6.281-6.27-1.554 2.382-1.965 5.473-1.032 8.166zM1.704 18.206a.376.376 0 0 1 .292.457.635.635 0 0 1-.292-.457zM2.215 18.995c.186.049.407.221.314.439a.698.698 0 0 1-.314-.439zM2.748 19.613c.172.083.383.254.3.472-.162-.112-.283-.274-.3-.472z"/><path fill="#da251d" d="M2.719 4.6C4.917 1.819 8.39.102 11.938.078c1.044-.05 2.064.211 3.101.279.128.035.255.073.379.118.227.24.557.361.883.28 4.148 1.497 7.162 5.484 7.698 9.836v2.817c-.481 3.712-2.697 7.176-5.975 9.018-1.391.885-3.012 1.282-4.614 1.573h-2.828c-2.871-.386-5.588-1.76-7.534-3.914.083-.219-.128-.39-.3-.472l-.219-.18c.093-.217-.128-.39-.314-.439a21.144 21.144 0 0 1-.22-.332.376.376 0 0 0-.292-.457 5.876 5.876 0 0 1-.452-.754c-.182-.883-.632-1.684-.809-2.571-.881-3.536-.015-7.448 2.277-10.281m3.023-.289c4.673 4.727 9.39 9.412 14.093 14.11 2.379-2.869 2.945-7.088 1.38-10.472-1.465-3.34-4.885-5.7-8.528-5.874-2.492-.166-5.007.672-6.945 2.237M4.301 5.759c-2.14 2.637-2.811 6.381-1.666 9.585 1.184 3.52 4.476 6.211 8.168 6.646 2.686.361 5.486-.441 7.592-2.142A3283.986 3283.986 0 0 0 4.302 5.76z"/><path fill="#035ca1" d="M6.777 4.397c2.384-1.649 5.551-2.071 8.283-1.106 2.645.906 4.809 3.086 5.698 5.736.949 2.718.514 5.862-1.131 8.223-2.023-2.018-4.04-4.045-6.065-6.06a.57.57 0 0 1-.211-.499c-.005-2.276.004-4.552-.004-6.828a405.74 405.74 0 0 0-2.467-.001c-.009 1.544.005 3.087-.008 4.63-1.37-1.362-2.734-2.727-4.096-4.095zM3.368 14.973C2.434 12.28 2.845 9.189 4.4 6.807c2.102 2.081 4.184 4.183 6.281 6.27.192.147.207.388.201.611-.008 2.154-.005 4.307-.003 6.461.823 0 1.646.003 2.469-.003.008-1.464-.009-2.927.01-4.39 1.356 1.365 2.725 2.714 4.075 4.085-2.463 1.607-5.68 1.982-8.433.936-2.621-.959-4.754-3.154-5.633-5.804z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.67 0h2.615c.972.194 1.963.342 2.884.723-1.834-.372-3.707-.821-5.599-.526-.935.062-1.809.444-2.738.526C8.739.344 9.716.207 10.669 0zM6.428 1.341c.39-.209.794-.388 1.209-.542-.333.313-.76.483-1.209.542zM16.353.794c.597.221 1.172.498 1.719.824-.616-.163-1.219-.419-1.719-.824zM5.133 5.446c3.471-3.779 10.01-3.831 13.578-.16 3.29 3.104 3.815 8.6 1.191 12.279a1780.376 1780.376 0 0 1-5.824-4.778c.604.019 1.209.018 1.813.009.009-.707.009-1.412.001-2.117-1.459-.009-2.919 0-4.376-.004A26.734 26.734 0 0 1 10.22 9.62c.001-.661-.003-1.323.004-1.984 1.89-.009 3.779.006 5.67-.007.006-.684-.001-1.367.007-2.052-2.601-.068-5.207-.015-7.81-.027-.001.773-.003 1.547.004 2.32a156.379 156.379 0 0 1-2.963-2.424zM5.601 19.289c-3.56-3.046-4.237-8.782-1.517-12.588 1.338 1.101 2.699 2.176 4.009 3.311-.001 2.899-.006 5.799.003 8.698 2.599.007 5.197.007 7.796 0 .009-.705.007-1.409.001-2.114-1.89-.012-3.779.001-5.67-.006-.003-1.262-.007-2.526.003-3.788.416-.003.831-.01 1.247.004 2.504 1.95 4.926 4.018 7.388 6.025-3.381 3.649-9.639 3.867-13.261.458z"/><path fill="#ea2d2e" d="M10.57.197c1.892-.295 3.764.154 5.599.526.062.022.123.046.184.071.499.404 1.102.661 1.719.824 3.262 1.837 5.424 5.302 5.929 8.984v2.767c-.551 4.29-3.455 8.21-7.51 9.79-.994.431-2.065.613-3.117.841h-2.721c-4.298-.542-8.228-3.447-9.812-7.508-.427-.991-.612-2.056-.84-3.104v-2.764c.511-3.883 2.904-7.511 6.428-9.283.449-.059.876-.23 1.209-.542.065-.028.13-.053.196-.076.929-.081 1.803-.464 2.738-.526M5.133 5.446c.979.818 1.964 1.63 2.963 2.424.692.601 1.41 1.173 2.124 1.75.422.363.852.719 1.296 1.055.839.721 1.702 1.415 2.561 2.113 1.938 1.596 3.879 3.19 5.824 4.778C22.525 13.887 22 8.391 18.71 5.287c-3.567-3.671-10.107-3.619-13.578.16m.469 13.842c3.622 3.409 9.88 3.191 13.261-.458-2.462-2.007-4.884-4.076-7.388-6.025-1.081-.982-2.234-1.889-3.381-2.794-1.31-1.135-2.671-2.21-4.009-3.311-2.72 3.806-2.043 9.542 1.517 12.588z"/><path fill="#030303" d="M8.092 5.55c2.603.012 5.209-.041 7.81.027-.009.684-.001 1.367-.007 2.052-1.89.013-3.779-.001-5.67.007-.007.661-.003 1.323-.004 1.984-.714-.576-1.433-1.148-2.124-1.75a199.35 199.35 0 0 1-.004-2.32zM8.093 10.012c1.147.905 2.299 1.812 3.381 2.794-.416-.015-.831-.007-1.247-.004-.01 1.262-.006 2.526-.003 3.788 1.89.007 3.779-.006 5.67.006.006.705.007 1.409-.001 2.114-2.599.007-5.197.007-7.796 0-.009-2.899-.004-5.799-.003-8.698zM11.517 10.674c1.458.004 2.917-.004 4.376.004.007.705.007 1.41-.001 2.117-.604.009-1.209.01-1.813-.009-.859-.698-1.723-1.391-2.561-2.113z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.002 0h1.974c4.141.374 8.026 2.946 9.812 6.727.676 1.337 1.003 2.809 1.212 4.284v1.949c-.301 2.777-1.457 5.485-3.451 7.469-1.986 2.056-4.73 3.253-7.55 3.571h-1.974c-2.773-.305-5.474-1.459-7.454-3.451-2.057-1.986-3.257-4.734-3.57-7.556v-1.961C.2 9.55.535 8.07 1.211 6.726 2.994 2.951 6.87.385 11.003 0M7.798 3.239c-3.022 1.417-5.177 4.495-5.467 7.82-.248 2.465.499 5 2.03 6.946 1.363-1.331 2.694-2.694 4.05-4.031 0 1.084.002 2.168-.001 3.252a81.877 81.877 0 0 0-2.416 2.408c2.341 1.86 5.562 2.538 8.452 1.764a9.769 9.769 0 0 0 6.108-4.8c1.837-3.317 1.446-7.682-.932-10.631-.962.792-1.876 1.644-2.873 2.395-.05-.738-.248-1.477-.641-2.108.648-.617 1.274-1.256 1.901-1.896-2.834-2.261-6.955-2.722-10.211-1.12z"/><path fill="#094ca1" d="M7.798 3.239c3.256-1.602 7.376-1.141 10.211 1.12a75.519 75.519 0 0 1-1.901 1.896c-.655-1.075-1.898-1.68-3.139-1.692-1.518-.022-3.036-.01-4.554-.006-.008 3.139 0 6.278-.004 9.418-1.356 1.337-2.687 2.7-4.05 4.031a9.761 9.761 0 0 1-2.03-6.946c.29-3.325 2.446-6.403 5.467-7.82zM16.748 8.363c.997-.751 1.91-1.603 2.873-2.395 2.378 2.948 2.77 7.314.932 10.631a9.769 9.769 0 0 1-6.108 4.8c-2.89.774-6.11.096-8.452-1.764a80.671 80.671 0 0 1 2.416-2.408c.005.737-.001 1.475.002 2.212.71.005 1.42.005 2.13 0 .006-2.177-.006-4.354.005-6.529 1.667-.083 3.599.337 4.976-.865 1.039-.9 1.295-2.371 1.225-3.68z"/><path fill="#094ca1" d="M10.547 6.642c.919.032 1.853-.086 2.761.08 1.852.473 1.849 3.739-.07 4.097-.892.1-1.794.02-2.69.043a424.012 424.012 0 0 1-.001-4.22z"/><path fill="#fff" d="M8.414 4.556c1.518-.004 3.036-.016 4.554.006 1.241.012 2.484.617 3.139 1.692.392.631.59 1.37.641 2.108.07 1.309-.186 2.78-1.225 3.68-1.378 1.202-3.31.782-4.976.865-.011 2.176.001 4.352-.005 6.529-.71.005-1.42.005-2.13 0-.004-.737.002-1.475-.002-2.212.004-1.084.001-2.168.001-3.252.004-3.139-.005-6.278.004-9.418m2.132 2.088c-.006 1.406-.007 2.814.001 4.22.896-.023 1.799.056 2.69-.043 1.919-.358 1.921-3.624.07-4.097-.908-.167-1.842-.048-2.761-.08z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#c62363" d="M10.578 0h2.838c3.594.517 7.011 2.562 8.854 5.737.136.62.515 1.144.73 1.736 1.4 3.439 1.081 7.525-.865 10.692-.287.528-.754.954-.925 1.542l-.029.034c-.59.353-1.07.881-1.452 1.449l-.047.051c-.322-.061-.669.17-.64.518-1.624 1.235-3.597 1.898-5.587 2.242h-2.884c-4.28-.58-8.186-3.493-9.746-7.553-.417-.967-.584-2.011-.824-3.029v-2.814C.24 9.538.425 8.452.869 7.444 2.454 3.431 6.338.585 10.579.001M5.772 3.666c.796.85 1.639 1.655 2.453 2.486a71.064 71.064 0 0 0-1.665.007c-.016.432-.018.865-.001 1.298 1.002.016 2.006 0 3.009.007.382.442.795.859 1.24 1.241-.645.865-1.668 1.367-2.697 1.616-1.403-1.586-2.974-3.042-4.462-4.556-1.785 2.312-2.463 5.416-1.866 8.27.743 3.802 3.833 7.01 7.604 7.895 2.931.723 6.18.094 8.586-1.746-1.804-1.822-3.601-3.654-5.432-5.451 0-.224.007-.448.013-.67 1.18-.013 2.359 0 3.54-.006 1.324 1.333 2.637 2.678 3.975 3.998 3.06-3.859 2.59-9.918-.938-13.33C15.731 1.15 9.698.68 5.774 3.665z"/><path fill="#c62363" d="M9.263 11.393c.941-.369 1.838-.907 2.476-1.706.994 1.016 2.028 1.99 2.985 3.04-1.383.022-2.766.012-4.149.013-.439-.448-.882-.89-1.313-1.346z"/><path fill="#fff" d="M5.772 3.666C9.695.681 15.729 1.15 19.129 4.726c3.528 3.413 3.998 9.471.938 13.33-1.338-1.32-2.65-2.665-3.975-3.998.667 0 1.336.007 2.005-.006.004-.436.004-.872.001-1.308-1.124-.015-2.249.012-3.373-.018-.957-1.049-1.992-2.024-2.985-3.04l.086-.098c1.389 1.681 3.678 2.362 5.797 2.295.007-.446.007-.893.001-1.339-1.586.045-3.287-.331-4.46-1.462-.448-.413-.642-1.016-.641-1.613 1.531-.015 3.06.001 4.591-.007.003-.436.003-.871-.003-1.305-2.962-.006-5.924.001-8.886-.004-.814-.831-1.657-1.636-2.453-2.486zM1.781 14.036c-.597-2.854.08-5.958 1.866-8.27 1.488 1.513 3.059 2.969 4.462 4.556-.675.152-1.368.183-2.058.186-.003.458-.003.915.001 1.373a8.38 8.38 0 0 0 3.211-.487c.43.457.874.899 1.313 1.346-1.665.004-3.331-.003-4.996.003-.004.438-.004.875.001 1.313 1.847.01 3.692-.001 5.539.006.01 1.417-.003 2.832.004 4.248.471.007.942.007 1.412-.001.007-1.191.001-2.382.001-3.574 1.831 1.797 3.628 3.629 5.432 5.451-2.406 1.84-5.655 2.469-8.586 1.746-3.771-.885-6.86-4.093-7.604-7.895z"/><path fill="#fff" d="M22.269 5.737c.938 1.481 1.428 3.184 1.731 4.897v2.697c-.361 2.315-1.218 4.607-2.791 6.376.171-.588.638-1.014.925-1.542 1.946-3.167 2.265-7.253.865-10.692-.215-.591-.594-1.115-.73-1.736zM9.566 7.465a82.721 82.721 0 0 1 1.575.003c-.018.433-.094.869-.335 1.238a11.812 11.812 0 0 1-1.24-1.241zM19.728 21.189c.382-.568.862-1.096 1.452-1.449a7.783 7.783 0 0 1-1.452 1.449zM19.042 21.758c-.029-.348.318-.58.64-.518-.181.209-.411.366-.64.518z"/><path fill="#030303" d="M6.559 6.16a71.11 71.11 0 0 1 1.665-.007c2.962.006 5.924-.001 8.886.004.006.435.006.869.003 1.305-1.531.009-3.06-.007-4.591.007-.001.597.193 1.2.641 1.613 1.174 1.131 2.874 1.507 4.46 1.462.006.446.006.893-.001 1.339-2.119.067-4.408-.613-5.797-2.295l-.086.098c-.638.799-1.535 1.338-2.476 1.706a8.374 8.374 0 0 1-3.211.487 89.77 89.77 0 0 1-.001-1.373c.689-.003 1.383-.034 2.058-.186 1.029-.249 2.052-.751 2.697-1.616.241-.369.318-.805.335-1.238a82.706 82.706 0 0 0-1.575-.003c-1.002-.007-2.006.009-3.009-.007-.016-.433-.015-.866.001-1.298zM5.58 12.742c1.665-.006 3.331.001 4.996-.003 1.383-.001 2.766.009 4.149-.013 1.124.029 2.249.003 3.373.018.003.436.003.872-.001 1.308-.669.013-1.338.006-2.005.006-1.181.006-2.36-.007-3.54.006-.006.222-.013.446-.013.67 0 1.191.006 2.382-.001 3.574-.47.009-.941.009-1.412.001-.007-1.417.006-2.832-.004-4.248-1.847-.007-3.692.004-5.539-.006a52.244 52.244 0 0 1-.001-1.313z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M11.005 0h1.985c1.475.203 2.947.534 4.286 1.205 3.66 1.73 6.224 5.419 6.724 9.42v2.815c-.553 4.481-3.75 8.52-8.05 9.953-.804.282-1.642.442-2.476.607h-2.842c-4.47-.538-8.508-3.714-9.955-7.994-.359-.966-.514-1.988-.678-3v-1.968C.389 6.866 3 2.958 6.821 1.182 8.129.528 9.568.217 11.004 0M6.493 5.147c.65.662 1.307 1.318 1.97 1.967l.001 2.66a684.896 684.896 0 0 0-3.301-3.301c-1.403 1.74-2.118 4.019-1.927 6.248.186 2.635 1.654 5.132 3.844 6.602 3.098 2.168 7.596 1.991 10.487-.456-.384-.377-.75-.772-1.136-1.146l.169.028c.008-.493.004-.988.008-1.48.347 0 .694.02 1.04.004.395.449.826.864 1.259 1.274 1.318-1.661 2.034-3.792 1.926-5.915-.097-2.65-1.478-5.21-3.635-6.751-3.101-2.322-7.72-2.196-10.705.265z"/><path fill="#e41408" d="M11.33 12.625c.881-.001 1.762-.001 2.644.001.719.716 1.418 1.452 2.165 2.14.006.886.001 1.77.004 2.654a28.571 28.571 0 0 1-.607-.599c.017-.683-.596-1.043-1.184-1.16-.328-.325-.642-.664-.978-.979.619-.275 1.444-.22 1.676.526l.402-.056c-.176-1.118-1.544-1.259-2.365-.762-.581-.593-1.174-1.171-1.756-1.764zM16.603 15.841l.004-.578c.196.197.39.394.584.592l-.588-.013z"/><path fill="#19408b" d="M6.493 5.147c2.986-2.461 7.604-2.587 10.705-.265 2.156 1.541 3.538 4.102 3.635 6.751.108 2.123-.608 4.254-1.926 5.915a19.91 19.91 0 0 1-1.259-1.274c1.001.127 1.568-1.229.818-1.862-.691-.42-1.558-.184-2.324-.241l-.004.596c-.746-.688-1.446-1.423-2.165-2.14.667-.001 1.334-.001 2.002-.004.004-2.536.004-5.07 0-7.606-2.503-.004-5.006-.004-7.508 0-.004.698-.002 1.398-.004 2.096-.664-.649-1.32-1.304-1.97-1.967z"/><path fill="#19408b" d="M10.068 6.202c1.096.037 2.214-.104 3.293.127 1.236.335 1.316 2.256.206 2.798-.868.374-1.841.186-2.758.233 0 .722.002 1.445-.001 2.167h-.742c-.001-1.775-.002-3.551.001-5.326m.744.633c-.002.634-.001 1.267 0 1.902.743-.034 1.51.095 2.233-.116.739-.251.72-1.489-.031-1.711-.724-.145-1.469-.052-2.202-.074z"/><path fill="#19408b" d="M5.164 6.473a642.09 642.09 0 0 1 3.301 3.301c.001.95-.002 1.9.002 2.849.954.005 1.909.001 2.863.002.582.593 1.175 1.171 1.756 1.764-.162.36-.358.806-.08 1.166.464.584 1.333.446 1.907.857.311.275.082.798-.294.872-.616.233-1.342-.076-1.516-.732l-.421.034c.11 1.456 2.522 1.646 2.854.235.199.203.402.402.607.599l.002.26c.095.012.191.025.286.041.386.374.752.769 1.136 1.146-2.891 2.447-7.388 2.624-10.487.456-2.19-1.47-3.658-3.967-3.844-6.602-.191-2.23.524-4.508 1.927-6.248m.409 7.697c.001 1.182-.001 2.363.001 3.544l.444.016c.025-.56.023-1.122.018-1.682.605-.002 1.21-.004 1.816 0l.002 1.668c.148.004.296.007.445.013.034-1.187.011-2.374.013-3.562-.154.002-.307.004-.461.004.001.485.001.97-.001 1.453-.604.004-1.208.004-1.813 0 0-.485 0-.971-.004-1.457-.154.002-.307.004-.461.004m4.431.044c-1.123.414-1.339 1.984-.716 2.897.581.858 1.988.883 2.617.068.499-.677.51-1.675.066-2.382-.408-.638-1.278-.839-1.967-.583z"/><path fill="#19408b" d="M10.238 14.572c1.099-.398 1.853.917 1.517 1.856-.126.953-1.495 1.282-2.048.506-.493-.715-.402-2.051.532-2.363zM16.606 14.586c.425.001.852-.028 1.274.032.523.073.617.91.158 1.135-.264.12-.565.085-.847.101l-.584-.592-.001-.677zM14.351 15.661c-.533-.066-1.277-.287-.978-.979.336.316.65.654.978.979z"/><path fill="#fff" d="M8.467 5.017c2.502-.004 5.005-.004 7.508 0 .004 2.536.004 5.07 0 7.606l-2.002.004c-.882-.002-1.763-.002-2.644-.001-.954-.001-1.909.002-2.863-.002-.005-.949-.001-1.898-.002-2.849l-.001-2.66c.001-.698 0-1.398.004-2.096m1.601 1.183c-.004 1.775-.002 3.551-.001 5.326h.742c.004-.722.001-1.445.001-2.167.917-.047 1.89.142 2.758-.233 1.11-.542 1.03-2.464-.206-2.798-1.079-.232-2.197-.09-3.293-.127z"/><path fill="#fff" d="M10.811 6.834c.733.023 1.478-.071 2.202.074.751.222.77 1.46.031 1.711-.724.211-1.49.083-2.233.116-.001-.635-.002-1.268 0-1.902zM5.572 14.17c.154 0 .307-.001.461-.004.004.486.004.972.004 1.457.605.004 1.21.004 1.813 0 .002-.484.002-.968.001-1.453.154 0 .307-.001.461-.004-.002 1.188.02 2.375-.013 3.562-.149-.006-.298-.01-.445-.013l-.002-1.668c-.606-.004-1.211-.002-1.816 0 .005.56.007 1.122-.018 1.682a63.55 63.55 0 0 0-.444-.016c-.002-1.181 0-2.362-.001-3.544zM10.002 14.215c.689-.256 1.559-.055 1.967.583.444.707.433 1.705-.066 2.382-.629.815-2.036.79-2.617-.068-.623-.913-.407-2.483.716-2.897m.236.357c-.934.312-1.025 1.648-.532 2.363.553.775 1.922.446 2.048-.506.336-.94-.418-2.255-1.517-1.856zM13.086 14.389c.821-.497 2.189-.356 2.365.762l-.402.056c-.233-.745-1.057-.8-1.676-.526-.299.692.445.913.978.979.588.118 1.201.478 1.184 1.16-.331 1.411-2.743 1.22-2.854-.235l.421-.034c.174.656.9.965 1.516.732.376-.074.605-.598.294-.872-.574-.41-1.442-.272-1.907-.857-.277-.36-.082-.806.08-1.166zM16.142 14.17c.767.058 1.633-.179 2.324.241.75.634.182 1.99-.818 1.862-.347.017-.694-.004-1.04-.004-.005.492 0 .986-.008 1.48l-.169-.028a7.028 7.028 0 0 0-.286-.041l-.002-.26c-.002-.884.002-1.769-.004-2.654l.004-.596m.463.416l.001.677-.004.578.588.013c.282-.016.583.019.847-.101.458-.226.365-1.062-.158-1.135-.422-.06-.85-.031-1.274-.032z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--no-parking--g9" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.659 0h.299c-.276.039-.536.139-.804.209.159-.089.331-.152.504-.209zM1.731.206c.298-.054.601-.041.902-.042 3.775.001 7.55-.002 11.325.001 1.163-.048 2.107 1.089 1.954 2.222-.002 6.306 0 12.612-.001 18.918-.003.408.029.83-.114 1.221a1.94 1.94 0 0 1-1.835 1.276c-3.879.006-7.757-.001-11.635.003-.509.001-1.037-.129-1.442-.449a1.997 1.997 0 0 1-.681-1.559C.202 15.388.205 8.979.203 2.57c.001-.367-.018-.745.105-1.097A1.942 1.942 0 0 1 1.731.205m0 .429C1.095.799.609 1.418.624 2.08c0 6.593-.001 13.187.001 19.779-.037.793.66 1.523 1.453 1.522 3.961.006 7.922.002 11.884.002.795.036 1.536-.663 1.527-1.462.005-6.572-.001-13.145.003-19.717.08-.829-.634-1.632-1.472-1.618-3.857-.004-7.713 0-11.57-.002-.239.001-.484-.011-.718.049z"/><path fill="#fff" d="M1.852 1.12c.216-.05.439-.03.658-.034l11.448.001c.542-.03 1.044.446 1.029.991l.001 19.783c.029.53-.432 1.021-.964 1.019-3.962.006-7.924.002-11.886.002-.522.026-1.01-.436-1.009-.959-.003-6.615-.001-13.229-.001-19.844-.017-.437.31-.841.723-.959m5.52.991c-1.696.211-3.245 1.309-4.016 2.832a5.271 5.271 0 0 0-.45 3.604 5.317 5.317 0 0 0 3.285 3.754 5.273 5.273 0 0 0 4.238-.22c1.449-.721 2.53-2.139 2.825-3.732a5.28 5.28 0 0 0-.915-4.093C11.236 2.707 9.257 1.84 7.37 2.111M4.423 13.967c.002 1.101-.001 2.202.001 3.303.534-.042 1.193.164 1.61-.277.396-.413.276-1.107-.15-1.451.505-.396.443-1.357-.214-1.548-.411-.059-.831-.013-1.247-.026m2.476-.001c.001 1.102-.002 2.203.001 3.305.154.001.307.002.46.001.001-1.101.004-2.203-.001-3.306l-.46-.001m1.259.001c.002 1.101-.001 2.202.001 3.303.157.002.315.003.473.002.002-.555-.087-1.147.302-1.605.2.531.384 1.068.578 1.601.167.005.334.006.501.004-.258-.714-.511-1.43-.766-2.146.225-.386.456-.77.681-1.157a14.097 14.097 0 0 0-.544.001c-.251.436-.493.876-.749 1.309-.005-.437.001-.875-.003-1.312-.158-.001-.316 0-.474.001m2.476-.001c.001 1.101-.002 2.203.001 3.304.56.003 1.119.002 1.678.001v-.464c-.402-.004-.803-.001-1.205-.002-.002-.359.002-.718-.002-1.077.228-.012.456-.013.684-.01l-.001-.454a21.442 21.442 0 0 0-.671.002 7.864 7.864 0 0 1-.001-.841c.356.005.711.003 1.067.003.002-.154.004-.309.003-.462-.518-.002-1.035-.001-1.553-.001m-6.542 4.635c-.001 1.101-.004 2.202.002 3.302.56.002 1.119 0 1.679.001v-.438c-.402-.01-.804.009-1.206-.011.004-.95.001-1.899.002-2.848a15.173 15.173 0 0 0-.477-.006m2.697.127c-.26 1.059-.529 2.116-.787 3.176l.473-.002c.074-.299.148-.597.216-.896.236-.008.471-.008.707-.003.077.299.162.596.233.896.157.004.315.005.473.006-.264-1.103-.543-2.202-.82-3.302-.159.031-.459-.103-.495.126m1.798-.128c0 1.1-.001 2.2.001 3.301l.472.001c.007-.73-.006-1.461.007-2.192.347.724.675 1.457 1.011 2.185l.365.008.001-3.298a10.703 10.703 0 0 0-.474-.006c-.004.655.002 1.31-.002 1.965-.315-.649-.601-1.311-.904-1.965a37.763 37.763 0 0 0-.476 0m2.591.001c.001 1.101-.009 2.202.004 3.304.558-.004 1.115-.001 1.673-.001l.001-.464c-.402-.002-.803.006-1.204-.004-.001-.362-.001-.724.001-1.086l.683-.001.001-.45-.684-.002c0-.277-.001-.555.001-.832.359-.002.718.003 1.078-.003v-.459c-.517-.002-1.035-.001-1.551-.001zM16.062 1.809l.04-.083v20.543l-.039-.081c.019-6.793.021-13.586-.002-20.379z"/><path fill="#fff" d="M5.196 3.924c1.443-1.249 3.698-1.37 5.284-.319a4.443 4.443 0 0 1 1.94 2.832 4.452 4.452 0 0 1-.932 3.776c-.76-.75-1.513-1.507-2.267-2.264 1.098-.234 1.845-1.473 1.482-2.548-.243-.835-1.085-1.429-1.947-1.425-1.084-.009-2.168-.002-3.252-.002l-.001.259a14.907 14.907 0 0 1-.307-.309zM4.611 4.5c.296.305.634.583.891.919.002 1.72-.004 3.44.002 5.161.401.002.802.001 1.203 0l-.001-2.593c.462-.002.924 0 1.387-.001.946.926 1.875 1.869 2.812 2.805a4.437 4.437 0 0 1-3.198 1.017c-1.522-.103-2.952-1.05-3.634-2.416-.809-1.548-.594-3.557.536-4.891z"/><path fill="#fff" d="M6.703 5.155c.603-.002 1.206 0 1.809-.002.282-.003.586.032.812.216.381.293.383.964-.023 1.237-.35.266-.815.185-1.224.197-.452-.469-.958-.902-1.368-1.403l-.005-.245zM6.694 6.596c.084.064.159.139.225.222a14.157 14.157 0 0 0-.201-.037 90.167 90.167 0 0 0-.024-.185zM4.899 14.431c.221.004.446-.023.664.024.25.108.219.456.132.666-.153.292-.531.168-.796.191a64.68 64.68 0 0 1 0-.881zM4.899 15.778c.201.002.407-.023.604.023.342.14.429.692.137.923-.222.133-.495.068-.74.08v-1.026zM6.814 20.533c.069-.307.137-.614.227-.915.093.302.161.612.239.918-.156.001-.311.001-.467-.002zM.057 22.289c.083.048.097.115.042.201a.215.215 0 0 1-.042-.201zM1.999 23.968c4.098-.004 8.197.017 12.296-.01l.077.043H1.917L2 23.969z"/><path fill="#2b2e34" d="M1.959 0H14.4c.838.203 1.619.911 1.662 1.809.023 6.793.021 13.586.002 20.379-.079.901-.865 1.698-1.769 1.769-4.098.027-8.197.007-12.296.01-.869-.014-1.678-.636-1.9-1.478.056-.086.042-.153-.042-.201l.006-.184c-.01-6.726.01-13.452-.01-20.178C.028 1.202.512.514 1.154.208c.268-.07.528-.171.804-.209m-.227.207A1.942 1.942 0 0 0 .308 1.474c-.124.351-.104.73-.105 1.097C.204 8.98.202 15.389.204 21.798a1.992 1.992 0 0 0 .681 1.559c.405.32.933.449 1.442.449 3.879-.004 7.757.002 11.635-.003a1.94 1.94 0 0 0 1.835-1.276c.143-.391.111-.812.114-1.221.001-6.306-.001-12.612.001-18.918.154-1.133-.79-2.27-1.954-2.222-3.775-.003-7.55 0-11.325-.001-.301.001-.604-.012-.902.042z"/><path fill="#2b2e34" d="M5.504 3.973c1.084 0 2.168-.007 3.252.002.862-.004 1.704.59 1.947 1.425.362 1.075-.384 2.314-1.482 2.548-.384-.379-.766-.761-1.144-1.146.41-.012.874.069 1.224-.197.406-.273.404-.943.023-1.237-.226-.184-.53-.219-.812-.216-.602.002-1.206 0-1.809.002.001.081.002.163.005.245-.437-.35-.801-.782-1.205-1.168l.001-.259zM5.503 5.419c.424.362.812.768 1.191 1.177l.024.185.201.037c.408.37.789.773 1.176 1.168-.462.001-.924-.001-1.387.001 0 .864-.001 1.728.001 2.593-.401.001-.802.002-1.203 0-.006-1.72-.001-3.441-.002-5.161z"/><path fill="#cf3113" d="M1.731.634c.234-.06.479-.048.718-.049 3.857.002 7.713-.002 11.57.002.838-.014 1.553.789 1.472 1.618-.004 6.572.002 13.144-.003 19.717.009.799-.732 1.498-1.527 1.462-3.961-.001-7.922.004-11.884-.002-.793.001-1.49-.729-1.453-1.522L.623 2.081C.608 1.419 1.094.8 1.73.635m.122.485c-.413.118-.74.522-.723.959.001 6.615-.002 13.229.001 19.844-.001.523.487.985 1.009.959 3.962-.001 7.924.004 11.886-.002.532.002.993-.489.964-1.019 0-6.594.001-13.189-.001-19.783.015-.544-.487-1.021-1.029-.991-3.816-.001-7.632.001-11.448-.001-.219.004-.443-.017-.658.034z"/><path fill="#cf3113" d="M7.371 2.111c1.886-.271 3.866.596 4.968 2.145a5.284 5.284 0 0 1 .915 4.093c-.295 1.593-1.376 3.01-2.825 3.732a5.273 5.273 0 0 1-4.238.22 5.317 5.317 0 0 1-3.285-3.754 5.27 5.27 0 0 1 .45-3.604c.771-1.523 2.32-2.621 4.016-2.832M5.196 3.924c.101.104.203.207.307.309.404.386.768.818 1.205 1.168.411.5.916.934 1.368 1.403.378.385.76.767 1.144 1.146.754.757 1.507 1.514 2.267 2.264a4.455 4.455 0 0 0 .932-3.776 4.442 4.442 0 0 0-1.94-2.832c-1.586-1.051-3.841-.93-5.284.319m-.584.575c-1.13 1.335-1.345 3.343-.536 4.891.681 1.366 2.112 2.312 3.634 2.416a4.437 4.437 0 0 0 3.198-1.017c-.937-.936-1.866-1.879-2.812-2.805-.387-.394-.767-.797-1.176-1.168a1.313 1.313 0 0 0-.225-.222 14.072 14.072 0 0 0-1.191-1.177c-.257-.336-.595-.614-.891-.919zM4.423 13.967c.415.013.835-.032 1.247.026.658.191.719 1.153.214 1.548.426.344.546 1.038.15 1.451-.416.441-1.075.235-1.61.277-.002-1.101.001-2.202-.001-3.303m.476.465a64.68 64.68 0 0 0 0 .881c.264-.023.643.101.796-.191.088-.21.119-.558-.132-.666-.218-.047-.443-.02-.664-.024m0 1.347v1.026c.245-.012.519.054.74-.08.292-.231.206-.783-.137-.923-.197-.047-.403-.021-.604-.023zM6.899 13.967l.46.001c.005 1.102.002 2.204.001 3.306-.154.001-.307 0-.46-.001-.004-1.101-.001-2.203-.001-3.305zM8.158 13.967l.474-.001c.004.437-.002.875.003 1.312.256-.433.498-.873.749-1.309.181-.004.362-.004.544-.001-.225.388-.456.771-.681 1.157.255.716.508 1.431.766 2.146-.167.002-.334.001-.501-.004-.193-.533-.378-1.07-.578-1.601-.389.458-.3 1.05-.302 1.605-.157.001-.315 0-.473-.002-.002-1.101.001-2.202-.001-3.303zM10.634 13.967a267.98 267.98 0 0 1 1.553.001c.001.154-.001.308-.003.462-.356 0-.711.002-1.067-.003-.015.28-.015.56.001.841.223-.004.448-.005.671-.002l.001.454a10.403 10.403 0 0 0-.684.01c.004.359.001.718.002 1.077.402.001.803-.002 1.205.002v.464c-.56.001-1.119.002-1.678-.001-.004-1.101-.001-2.203-.001-3.304zM4.092 18.601c.159-.001.318.001.477.006-.001.95.002 1.899-.002 2.848.402.02.804.001 1.206.011v.438c-.56-.001-1.12.001-1.679-.001-.006-1.1-.003-2.201-.002-3.302zM6.789 18.728c.037-.229.336-.094.495-.126.277 1.1.556 2.199.82 3.302-.158-.001-.316-.001-.473-.006-.072-.301-.157-.597-.233-.896a12.82 12.82 0 0 0-.707.003c-.069.299-.142.598-.216.896l-.473.002c.258-1.06.527-2.117.787-3.176m.025 1.806c.156.003.311.004.467.002-.078-.306-.146-.615-.239-.918-.091.301-.158.609-.227.915zM8.587 18.601h.476c.303.654.59 1.316.904 1.965.004-.655-.002-1.31.002-1.965.158-.001.316.001.474.006l-.001 3.298-.365-.008c-.337-.729-.664-1.461-1.011-2.185-.012.73.001 1.461-.007 2.192l-.472-.001-.001-3.301zM11.179 18.601a267.29 267.29 0 0 1 1.551.001v.459c-.359.006-.719.001-1.078.003-.002.277-.001.555-.001.832.228.002.456.002.684.002.001.149.001.299-.001.45l-.683.001c-.002.362-.002.724-.001 1.086.401.01.803.002 1.204.004.001.155.001.309-.001.464-.558 0-1.115-.002-1.673.001-.013-1.101-.004-2.202-.004-3.304z"/><path fill="#bebfc0" d="M0 1.858l.053.07c.02 6.726 0 13.452.01 20.178L0 22.102V1.858z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-parking-bicycles-or-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M10.99 0h1.981c4.202.383 8.124 3.038 9.889 6.893.629 1.283.926 2.689 1.14 4.093v1.991c-.384 4.016-2.808 7.802-6.425 9.646-1.41.77-2.986 1.148-4.565 1.378h-1.982c-4.105-.386-7.958-2.915-9.768-6.647C.558 16.006.222 14.512 0 13.018v-1.999c.204-1.447.523-2.893 1.18-4.208C2.952 3.007 6.836.402 10.99.001M6.373 5.122c4.136 4.198 8.308 8.37 12.505 12.506 1.534-1.89 2.262-4.411 1.919-6.827-.325-2.538-1.832-4.873-3.974-6.262-3.133-2.082-7.566-1.834-10.45.582m-3.155 8.194c.367 2.579 1.952 4.946 4.189 6.28 3.185 1.999 7.613 1.61 10.415-.893A4108.443 4108.443 0 0 0 5.299 6.175c-1.699 1.922-2.472 4.608-2.081 7.14z"/><path fill="#0e518d" d="M6.373 5.122c2.884-2.416 7.316-2.664 10.45-.582 2.142 1.388 3.649 3.724 3.974 6.262.343 2.416-.385 4.937-1.919 6.827A1198.744 1198.744 0 0 1 6.373 5.123m7.803 1.137c-.347.565-.475 1.238-.844 1.794l-.222-.372-.548.026.002.312c-.87.385-1.165 1.634-.448 2.302.635.685 1.89.456 2.245-.406.314-.63.023-1.382-.512-1.789a11.6 11.6 0 0 1 .197-.461c.421.589.71 1.276 1.187 1.82.408.181.883.052 1.318.091.202.912 1.318 1.489 2.13.942.923-.509.848-2.026-.125-2.436-.817-.428-1.823.158-2.008 1.025-.346.005-.691.006-1.037-.001-.09-.128-.18-.257-.268-.386.097-.306.203-.611.313-.913-.175-.608-.677-.818-1.276-.702.079-.182.158-.365.238-.546l.649-.02-.014-.468c-.322.03-.746-.106-.978.188m2.199.912c.125.342.264.691.538.944.554-.535 1.348-.383 2.044-.451l-.02-.551c-.853.025-1.715-.072-2.561.058zM3.218 13.315c-.391-2.532.382-5.218 2.081-7.14 4.182 4.168 8.359 8.341 12.523 12.527-2.802 2.503-7.23 2.892-10.415.893-2.237-1.333-3.822-3.701-4.189-6.28m3.789-1.277c-.299.536-.421 1.152-.656 1.717-.913-.215-1.925.504-1.871 1.476-.035 1.1 1.355 1.866 2.261 1.224.958-.544.877-2.026-.049-2.564l.097-.326c.558.589 1.075 1.214 1.62 1.817l.678.002c.151.739.815 1.369 1.598 1.3.956-.035 1.661-1.12 1.285-2.004-.257-.738-1.099-1.073-1.828-.917-.126-.27-.247-.541-.371-.811.058-.28.274-.415.55-.41a23.046 23.046 0 0 0-.01-.252c-.482.004-.97-.037-1.447.05.044.355.462.196.703.256l-.143.197c-.787.058-1.579.012-2.369.018.076-.168.15-.336.227-.503l.611-.031c-.002-.088-.01-.262-.012-.349-.284.029-.641-.083-.875.112z"/><path fill="#0e518d" d="M12.175 9.264c.029-.54.551-.894 1.063-.87-.125.355-.32.69-.385 1.063.456.392.616-.541.775-.839.631.336.454 1.385-.205 1.586-.601.253-1.325-.292-1.248-.941zM17.026 9.098c.192-.491.74-.845 1.262-.625.67.229.792 1.231.203 1.62-.518.391-1.259.068-1.46-.512.365-.072 1.297.229 1.16-.402-.373-.125-.779-.046-1.165-.08zM6.946 13.186c.77-.001 1.541-.006 2.312.002-.258.571-.529 1.135-.794 1.703a174.327 174.327 0 0 1-1.518-1.705zM9.574 13.381c.084.176.167.354.25.532-.532.227-.49 1.051-1.022 1.127.241-.56.51-1.108.773-1.658zM4.84 15.224c-.038-.728.698-1.252 1.385-1.136-.131.432-.305.851-.41 1.291.077.013.228.042.305.056.166-.389.298-.791.444-1.187.655.432.676 1.495-.014 1.901-.688.479-1.73-.091-1.709-.925zM10.333 14.082c.944-.191 1.771.953 1.172 1.751-.52.838-1.878.502-2.05-.442.448-.012.899.02 1.342-.06-.061-.449-.343-.82-.464-1.249z"/><path fill="#0e518d" d="M9.463 15.014c.103-.294.247-.592.533-.748.115.247.227.496.337.745-.29.004-.581.007-.87.002z"/><path fill="#f7fbf5" d="M14.176 6.26c.232-.294.656-.158.978-.188l.014.468-.649.02-.238.546c.599-.116 1.1.094 1.276.702-.11.302-.216.607-.313.913.088.13.178.258.268.386.346.007.691.006 1.037.001.185-.866 1.19-1.453 2.008-1.025.973.41 1.048 1.927.125 2.436-.812.547-1.928-.03-2.13-.942-.434-.04-.91.09-1.318-.091-.476-.545-.766-1.231-1.187-1.82-.068.152-.134.306-.197.461.535.407.827 1.159.512 1.789-.355.862-1.61 1.091-2.245.406-.718-.667-.422-1.916.448-2.302l-.002-.312c.182-.01.365-.018.548-.026l.222.372c.368-.556.497-1.229.844-1.794m-2.002 3.004c-.077.649.647 1.194 1.248.941.659-.202.836-1.25.205-1.586-.16.298-.319 1.231-.775.839.065-.373.26-.708.385-1.063-.512-.024-1.034.33-1.063.87m4.851-.167c.386.035.792-.044 1.165.08.137.631-.796.33-1.16.402.202.581.942.904 1.46.512.589-.389.467-1.391-.203-1.62-.522-.22-1.07.134-1.262.625z"/><path fill="#f7fbf5" d="M16.374 7.172c.846-.13 1.708-.032 2.561-.058l.02.551c-.696.068-1.489-.084-2.044.451-.274-.253-.413-.602-.538-.944zM7.007 12.038c.234-.194.59-.083.875-.112.002.088.01.262.012.349l-.611.031c-.077.167-.151.335-.227.503.79-.006 1.582.04 2.369-.018l.143-.197c-.241-.06-.659.1-.703-.256.478-.088.965-.047 1.447-.05l.01.252c-.276-.005-.492.131-.55.41.124.27.245.541.371.811.728-.156 1.571.179 1.828.917.376.884-.329 1.969-1.285 2.004-.784.07-1.447-.56-1.598-1.3l-.678-.002c-.545-.602-1.062-1.228-1.62-1.817l-.097.326c.926.539 1.007 2.021.049 2.564-.906.642-2.296-.124-2.261-1.224-.054-.972.958-1.691 1.871-1.476.235-.565.358-1.181.656-1.717m-.062 1.15c.503.57 1.007 1.141 1.518 1.705.265-.568.536-1.132.794-1.703-.772-.008-1.542-.004-2.312-.002m2.628.195c-.263.551-.532 1.098-.773 1.658.533-.076.491-.9 1.022-1.127a86.575 86.575 0 0 0-.25-.532M4.84 15.224c-.022.834 1.021 1.404 1.709.925.69-.406.67-1.469.014-1.901-.146.396-.278.798-.444 1.187-.077-.014-.228-.043-.305-.056.106-.44.28-.859.41-1.291-.686-.115-1.423.408-1.385 1.136m5.494-1.142c.121.43.403.8.464 1.249-.443.08-.894.048-1.342.06.172.943 1.53 1.279 2.05.442.599-.798-.228-1.942-1.172-1.751m-.87.932c.289.005.58.001.87-.002-.11-.25-.222-.498-.337-.745-.286.156-.43.454-.533.748z"/></symbol><symbol viewBox="0 0 10 24" id="regulatory--no-parking-bus-stop--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M.899 0h7.907c.41.156.716.495.868.901v22.268c-.137.346-.368.652-.7.831H8.59c.315-.072.631-.233.803-.518.206-.287.223-.659.213-.999V1.55A2.018 2.018 0 0 0 9.52.829 1.177 1.177 0 0 0 8.495.067C6.078.066 3.662.068 1.245.066.669.078.122.556.1 1.144.099 8.358.101 15.572.099 22.786c-.053.591.442 1.13 1.014 1.213H.694c-.29-.206-.568-.46-.667-.814l-.028-.072V.915.889C.105.748.154.571.273.439c.16-.205.392-.334.625-.44z"/><path fill="#231f20" d="M2.831 6.44c.091-.005.179-.034.27-.036l3.811.001c.28.022.514.232.635.476.122.299.126.625.173.939.098.787.203 1.573.304 2.359.025.402-.101.794-.099 1.195.197.225.058.557.099.828h-.539v.64H6.373v-.607H3.339v.64H2.227v-.64h-.539c.044-.282-.103-.631.102-.863-.052-.409-.087-.819-.138-1.227.138-.964.247-1.933.373-2.899a.897.897 0 0 1 .807-.807m.404.168v.742h3.169v-.742H3.236m-.973 1.086c-.066.649-.175 1.296-.206 1.948h2.561c0-.721.001-1.443-.001-2.164-.782.103-1.573.114-2.354.217m2.793-.177v2.124h2.596a33.008 33.008 0 0 0-.211-1.989c-.796-.03-1.587-.125-2.385-.134m1.319 3.266a.824.824 0 0 1 .036.162c.121.171.394.198.514.009.126.2.459.163.531-.062.088-.189-.084-.387-.274-.407a.914.914 0 0 1-.161.037l-.091.096-.098-.096a1.238 1.238 0 0 1-.16-.037.335.335 0 0 0-.297.297m-4.004-.266c-.138.107-.206.309-.101.462.114.164.368.143.494.004.151.179.434.118.539-.078.073-.263-.177-.458-.423-.388l-.116.115-.116-.115-.277-.001m-.113.911v.236h5.225v-.236H2.258zM3.27 15.202c.73-.001 1.46.002 2.19-.001.413.014.869.067 1.172.38.333.288.552.726.515 1.172a1.47 1.47 0 0 1-1.092 1.453c-.313-.316-.636-.623-.939-.948.318-.018.724.088.953-.199.262-.306.017-.815-.373-.842-.483-.008-.967-.001-1.45-.003 0 .059 0 .117.002.176-.336-.314-.655-.647-.979-.972l.002-.215zM3.269 16.644c.544.552 1.131 1.059 1.659 1.626-.227-.003-.454 0-.681-.001v1.787h-.978c-.001-1.137.001-2.275-.001-3.412z"/><path fill="#fff" d="M.101 1.144C.123.556.67.078 1.246.066c2.417.002 4.833 0 7.25.001.451.026.874.333 1.025.762.079.232.095.478.086.721v20.933c.009.34-.008.712-.213.999-.172.285-.488.445-.803.518H1.114C.543 23.916.047 23.377.1 22.787.102 15.573.1 8.359.101 1.145m.956-.83c-.365.071-.679.389-.72.762v21.912a.9.9 0 0 0 .876.775c2.438-.003 4.877.001 7.316-.002.459-.032.838-.45.842-.908V1.212c-.004-.491-.447-.937-.944-.91-2.457.01-4.915-.015-7.37.013z"/><path fill="#fff" d="M1.091.618C3.546.592 6.004.616 8.46.606c.313-.013.593.263.607.573v21.71a.616.616 0 0 1-.538.572c-2.461-.002-4.922.003-7.383-.002-.345-.033-.545-.383-.539-.705V1.348c-.004-.312.148-.664.485-.73m3.373.148c-.898.146-1.711.779-2.03 1.637-.386.97-.049 2.148.764 2.793.98.832 2.55.818 3.515-.031.824-.677 1.127-1.909.678-2.883C6.92 1.178 5.633.544 4.465.766M2.831 6.44a.897.897 0 0 0-.807.807c-.126.966-.236 1.935-.373 2.899.05.408.085.819.138 1.227-.206.232-.058.58-.102.863h.539v.64h1.112v-.64h3.034v.607h1.112v-.64h.539c-.041-.272.097-.603-.099-.828-.001-.4.125-.792.099-1.195-.101-.786-.205-1.572-.304-2.359-.047-.314-.051-.641-.173-.939-.121-.244-.355-.454-.635-.476-1.27 0-2.54.001-3.811-.001-.091.001-.179.031-.27.036m1.7 7.191a3.963 3.963 0 0 0-2.003.727C1.383 15.152.742 16.601.895 17.98c.067.784.385 1.543.884 2.15.635.788 1.598 1.292 2.602 1.406.239.006.478.079.716.012 1.479-.056 2.861-1.052 3.413-2.422.476-1.163.378-2.548-.282-3.623-.751-1.256-2.244-2.003-3.698-1.872m2.081 8.155c-.029.157.039.308.071.46-1.654.003-3.308 0-4.962.002v.64c1.655.002 3.309-.002 4.964.002-.033.12-.07.24-.1.361l.064.114c.042-.001.083-.003.125-.007.408-.247.786-.54 1.19-.793a42.557 42.557 0 0 0-1.152-.787c-.057-.042-.157-.063-.199.01z"/><path fill="#fff" d="M4.529.925c1.16-.208 2.431.494 2.79 1.633.347.989-.109 2.15-.995 2.689-.991.65-2.426.492-3.234-.381a2.303 2.303 0 0 1-.584-2.125c.217-.947 1.071-1.679 2.023-1.817m-.796.956c-.112.13-.037.366.14.386.252.03.508.007.762.013.006.701.001 1.402.003 2.103.004.098.003.205.06.291.094.161.359.171.466.019.072-.098.068-.227.071-.343-.002-.688.001-1.377-.002-2.065.273-.023.555.033.822-.035.228-.083.155-.457-.088-.454-.618-.022-1.237-.002-1.856-.01-.129.003-.286-.011-.38.095zM3.236 6.607h3.169v.742H3.236v-.742zM2.263 7.693c.782-.102 1.572-.114 2.354-.217l.001 2.164H2.057c.032-.651.14-1.298.206-1.948zM5.056 7.517c.798.009 1.589.104 2.385.134.095.658.156 1.326.211 1.989H5.056V7.516zM6.375 10.784a.334.334 0 0 1 .297-.297c.052.017.106.028.16.037l.098.096c.03-.032.06-.065.091-.096a.875.875 0 0 0 .161-.037c.19.02.362.218.274.407-.072.224-.405.262-.531.062-.12.189-.393.161-.514-.009a.808.808 0 0 0-.036-.162zM2.371 10.517l.277.001.116.115.116-.115c.246-.07.497.125.423.388-.105.196-.388.257-.539.078-.127.139-.38.16-.494-.004-.104-.153-.037-.356.101-.462zM2.258 11.427h5.225v.236H2.258v-.236zM4.469 14.479c1.096-.142 2.241.363 2.89 1.252.815 1.078.809 2.69-.023 3.757-.426-.428-.856-.853-1.28-1.283a1.47 1.47 0 0 0 1.092-1.453c.036-.447-.182-.884-.515-1.172-.303-.313-.759-.366-1.172-.38-.73.003-1.46 0-2.19.001l-.002.215c-.093-.113-.262-.205-.298-.337a3.182 3.182 0 0 1 1.499-.601zM2.337 15.702c.308.317.633.619.932.942.002 1.137 0 2.275.001 3.412h.978v-1.787c.227.001.454-.002.681.001.616.592 1.212 1.208 1.82 1.809-.922.707-2.241.856-3.276.314-.87-.401-1.514-1.247-1.695-2.186-.189-.867.039-1.795.56-2.507z"/><path fill="#fff" d="M4.246 16.213c.483.002.967-.005 1.45.003.39.027.635.536.373.842-.229.287-.635.181-.953.199a20.92 20.92 0 0 1-.869-.868c-.002-.059-.002-.117-.002-.176zM0 23.114l.028.072L0 23.174v-.06z"/><path fill="#bf2e1a" d="M1.057.315C3.512.287 5.97.313 8.427.302c.497-.027.94.419.944.91v21.642c-.004.458-.382.877-.842.908-2.439.003-4.878-.001-7.316.002a.9.9 0 0 1-.876-.775V1.077c.041-.373.355-.691.72-.762m.034.303c-.337.065-.489.418-.485.73v21.406c-.006.322.194.672.539.705 2.461.005 4.922 0 7.383.002a.617.617 0 0 0 .538-.572V1.179c-.014-.31-.294-.587-.607-.573C6.003.616 3.544.592 1.09.618z"/><path fill="#bf2e1a" d="M4.53 13.632c1.453-.131 2.947.616 3.698 1.872.66 1.074.758 2.459.282 3.623-.552 1.37-1.934 2.366-3.413 2.422-.237.066-.477-.007-.716-.012-1.003-.114-1.967-.618-2.602-1.406a3.946 3.946 0 0 1-.884-2.15c-.153-1.379.488-2.828 1.632-3.621a3.978 3.978 0 0 1 2.003-.727m-.061.846a3.182 3.182 0 0 0-1.499.601c.037.132.206.225.298.337.325.326.643.658.979.972.28.297.571.589.869.868.303.325.626.632.939.948.425.429.854.854 1.28 1.283.832-1.067.838-2.679.023-3.757-.649-.889-1.794-1.393-2.89-1.252m-2.131 1.223c-.521.712-.749 1.64-.56 2.507.18.938.824 1.785 1.695 2.186 1.036.542 2.354.392 3.276-.314-.608-.602-1.203-1.218-1.82-1.809-.529-.567-1.115-1.074-1.659-1.626-.299-.324-.624-.626-.932-.942zM6.611 21.786c.042-.073.141-.052.199-.01.389.254.772.52 1.152.787-.404.253-.782.547-1.19.793a1.713 1.713 0 0 1-.125.007 6.534 6.534 0 0 1-.064-.114c.031-.121.068-.24.1-.361-1.655-.003-3.309 0-4.964-.002v-.64c1.654-.001 3.308.002 4.962-.002-.032-.151-.1-.302-.071-.46z"/><path d="M4.465.766c1.168-.222 2.454.412 2.927 1.516.45.973.147 2.206-.678 2.883-.965.849-2.535.863-3.515.031-.813-.645-1.15-1.823-.764-2.793.32-.858 1.132-1.491 2.03-1.637m.064.159c-.952.138-1.806.869-2.023 1.817a2.306 2.306 0 0 0 .584 2.125c.809.872 2.244 1.031 3.234.381.886-.539 1.342-1.7.995-2.689-.36-1.138-1.63-1.841-2.79-1.633z"/><path d="M3.733 1.88c.094-.107.251-.092.38-.095.619.008 1.238-.012 1.856.01.242-.003.316.371.088.454-.267.068-.549.012-.822.035.003.688 0 1.377.002 2.065-.003.116.001.244-.071.343-.107.152-.372.143-.466-.019-.057-.086-.056-.192-.06-.291-.002-.701.004-1.402-.003-2.103-.254-.006-.51.017-.762-.013-.177-.02-.252-.256-.14-.386z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--no-parking-or-no-stopping--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#353233" opacity=".95" d="M1.739 0H14.46c.846.211 1.51.898 1.688 1.752-.115 5.146-.017 10.299-.05 15.448.026 1.682-.057 3.368.049 5.048A2.317 2.317 0 0 1 14.475 24H1.739a2.302 2.302 0 0 1-1.687-1.751c.115-5.147.017-10.3.05-15.449C.076 5.118.159 3.432.053 1.752A2.354 2.354 0 0 1 1.739 0m.002.162C.854.332.148 1.19.193 2.1v19.801c-.063 1.039.863 1.986 1.898 1.975 4.006.003 8.012.003 12.018 0 1.035.011 1.96-.936 1.898-1.975V2.099c.051-.939-.696-1.824-1.624-1.952C13.725.076 13.06.131 12.4.115 8.848.146 5.288.052 1.741.162z"/><path fill="#fff" d="M1.741.162C5.288.052 8.848.146 12.4.115c.66.016 1.325-.039 1.983.032.928.128 1.675 1.013 1.624 1.952v19.802c.062 1.039-.863 1.986-1.898 1.975-4.006.003-8.012.003-12.018 0-1.035.011-1.961-.936-1.898-1.975a65346.6 65346.6 0 0 1 0-19.801C.148 1.19.854.332 1.741.162m-.105.483C1.03.841.608 1.458.623 2.092.62 8.697.62 15.303.623 21.908c-.027.802.672 1.531 1.476 1.529 3.967.008 7.934 0 11.901.004.84.05 1.603-.693 1.577-1.532.006-6.571-.001-13.143.003-19.714.07-.838-.629-1.64-1.481-1.635C10.233.541 6.366.563 2.5.55c-.289.002-.586.001-.864.095z"/><path fill="#fff" d="M1.941 1.165c3.951-.075 7.909-.007 11.863-.034.584-.088 1.224.325 1.189.959.011 6.572 0 13.145.005 19.717.061.563-.417 1.097-.991 1.052-3.938.002-7.876.002-11.814 0-.527.039-1.013-.418-.986-.95-.01-6.571 0-13.144-.005-19.716-.038-.463.258-.956.739-1.028m3.483 1.542v3.978c.187.003.374.003.561.001.007-.868-.013-1.737.014-2.605.417.86.785 1.742 1.186 2.609l.42-.005c.003-1.326.001-2.651.001-3.977a20.982 20.982 0 0 0-.561-.001c-.005.781.005 1.563-.007 2.344-.366-.774-.699-1.563-1.052-2.343a21.065 21.065 0 0 0-.562-.001m3.718.038c-.495.296-.615.929-.672 1.459-.046.728-.046 1.524.356 2.163.375.603 1.412.489 1.654-.18.372-.906.369-1.98.033-2.897-.173-.563-.86-.803-1.371-.545m-7.38 6.068c.099.588 1.186.665.912 1.351-.235.404-.676.08-.739-.266l-.366.021c.1.396.348.866.831.806.7-.017.936-1.025.393-1.416-.214-.259-.86-.408-.615-.828.208-.263.476-.001.626.177l.338.002c-.116-.262-.225-.598-.55-.654-.472-.148-.953.338-.83.807m1.48-.782l-.006.345.488.011.001 2.295h.384l.001-2.296.489-.009-.007-.347c-.45-.001-.9-.001-1.35.001m2.079 0c-.706.528-.611 1.689-.268 2.413.403.626 1.296.126 1.273-.529.144-.705.064-2.18-1.005-1.884m1.483-.007c-.001.886-.002 1.772.001 2.658l.379-.002V9.53c.329-.038.761.047.979-.268.236-.366.165-.975-.262-1.168-.353-.113-.732-.058-1.097-.07m1.758-.001c-.004.886-.002 1.771-.001 2.657l.38.001c0-.384.001-.768-.002-1.151.319-.039.721.044.954-.232.28-.37.198-1.049-.276-1.218-.343-.09-.704-.047-1.055-.057m1.756.006c-.002.884-.001 1.769 0 2.653l.371.001c.002-.885.002-1.77 0-2.655l-.371.001m.862-.005c-.005.884-.001 1.769-.003 2.653l.379.007c.005-.579-.004-1.159.011-1.738.403.569.426 1.476 1.088 1.804.03-.908.007-1.816.014-2.724h-.378c-.004.522.001 1.044-.007 1.566-.251-.516-.485-1.04-.722-1.562l-.382-.006m2.262.122c-.465.519-.367 1.318-.255 1.955.065.507.699.817 1.12.504.368-.286.258-.806.285-1.212l-.688.001-.005.363.329.023a13.02 13.02 0 0 1-.114.589c-.221-.025-.517-.051-.563-.323-.101-.514-.175-1.119.101-1.591.22-.245.481.024.634.197l.34-.01c-.103-.53-.735-.888-1.184-.496m-6.914 3.895c-.741.289-.798 1.402-.314 1.944.519.525 1.53.171 1.574-.581.231-.755-.428-1.694-1.26-1.363m1.597-.024c-.002.727-.001 1.455-.001 2.183h.284c.004-.292 0-.584.005-.876l.336.01c.227.288.457.574.683.864l.374.002c-.248-.305-.497-.61-.748-.911.277-.211.542-.547.371-.91-.236-.486-.87-.327-1.304-.362M2.066 16.3c-.026.532.642.484.985.657.292.068.213.517-.063.552-.439.166-.719-.26-1.012-.496 0 .572.619.864 1.11.671.351-.078.531-.57.259-.826-.276-.207-.646-.205-.947-.363-.188-.118-.075-.432.129-.463.377-.133.643.231.898.439.061-.785-1.255-.921-1.359-.171m3.449-.457c-.25.619-.489 1.242-.729 1.865l.261-.025.193-.545h.793l.198.558.272.006c-.241-.62-.482-1.24-.728-1.857a22.536 22.536 0 0 0-.26-.002m1.188-.001c-.006.619-.002 1.239-.003 1.858h.231c0-.498-.003-.995.005-1.493.331.494.651.996.977 1.493h.264c-.105-.627.232-1.435-.2-1.935-.047.528-.021 1.058-.031 1.587-.335-.497-.656-1.004-.986-1.506l-.257-.004m1.901 0c-.003.621-.001 1.242-.002 1.864.362-.014.742.029 1.085-.109.492-.247.537-.958.304-1.398-.301-.455-.923-.329-1.387-.357m1.813 0c-.004.62-.002 1.24-.002 1.86l.243-.004c-.002-.617-.001-1.234-.001-1.85l-.24-.006m.686 0c-.005.619-.002 1.239-.003 1.858h.231c0-.498-.003-.995.004-1.493.331.494.652.995.978 1.493h.264c-.105-.626.232-1.436-.201-1.935-.045.528-.02 1.058-.03 1.587-.336-.497-.656-1.005-.986-1.506l-.257-.004m2.254 1.8c.32.173.677.048.977-.103.069.075.14.148.211.222.015-.346.015-.692.015-1.038-.278.002-.555.003-.833.009l.043.188c.208.007.416.015.624.029-.104.304-.319.645-.695.579-.759-.055-.792-1.363-.069-1.502.388-.103.634.292.933.458-.064-.5-.581-.794-1.051-.652-.772.218-.873 1.459-.155 1.81m-9.798-1.795l.001.201h.617V17.7h.241v-1.652h.617l.001-.201H3.559m-.623 4.766c.541.373 1.086.743 1.623 1.123.158.095.327.261.523.158-.022-.267-.102-.523-.165-.782 2.105.003 4.211.002 6.316 0-.059.287-.135.571-.171.863.805-.3 1.432-.924 2.16-1.363-.723-.449-1.371-1.027-2.156-1.369.04.292.1.581.161.87-2.102.001-4.204-.001-6.306.001a3.08 3.08 0 0 0 .135-.883c-.75.39-1.414.921-2.12 1.382z"/><path fill="#fff" d="M9.434 3.232c.527-.18.7.489.741.877.034.669.133 1.482-.341 2.024-.536.298-.788-.431-.809-.842-.022-.675-.168-1.577.409-2.059zM5.425 8.406c.296-.187.51.17.532.427.064.482.119 1.049-.185 1.463-.287.206-.529-.142-.544-.407-.06-.485-.139-1.079.197-1.483zM7.183 8.375c.283.029.777-.005.735.419.021.414-.453.35-.729.383-.004-.268-.005-.535-.006-.802zM8.941 8.378c.284.02.769-.002.735.412.021.413-.454.36-.732.385a105.87 105.87 0 0 1-.003-.797zM6.739 12.239c.982-.16 1.082 1.678.156 1.749-.883.016-.949-1.557-.156-1.749zM8.413 12.243c.297.024.831.002.767.446.001.409-.474.4-.766.433a32.195 32.195 0 0 1-.001-.879zM5.319 16.935c.107-.291.211-.583.322-.872.106.29.21.581.314.872-.212.002-.424.002-.636 0zM8.848 17.507c-.003-.492-.004-.984.002-1.477.3.042.684-.034.903.227.181.294.175.701.004.998-.198.301-.602.22-.909.252z"/><path fill="#bf2f37" d="M1.636.645C1.914.551 2.211.552 2.5.55c3.866.013 7.733-.009 11.599.01.852-.005 1.551.797 1.481 1.635-.004 6.571.003 13.143-.003 19.714.026.839-.737 1.582-1.577 1.532-3.967-.004-7.934.004-11.901-.004-.804.002-1.503-.727-1.476-1.529C.62 15.303.62 8.697.623 2.092.608 1.458 1.03.841 1.636.645m.305.52c-.481.072-.777.565-.739 1.028.005 6.572-.005 13.145.005 19.716-.027.532.459.989.986.95 3.938.002 7.876.002 11.814 0 .574.045 1.052-.489.991-1.052-.005-6.572.006-13.145-.005-19.717.035-.634-.605-1.047-1.189-.959-3.954.027-7.912-.041-11.863.034z"/><path fill="#bf2f37" d="M5.424 2.707c.187-.002.374-.002.562.001.353.78.686 1.569 1.052 2.343.012-.781.002-1.563.007-2.344.187-.002.374-.002.561.001 0 1.326.002 2.651-.001 3.977l-.42.005c-.401-.867-.769-1.749-1.186-2.609-.027.868-.007 1.737-.014 2.605-.187.002-.374.002-.561-.001V2.707zM9.142 2.745c.511-.258 1.198-.018 1.371.545.336.917.339 1.991-.033 2.897-.242.669-1.279.783-1.654.18-.402-.639-.402-1.435-.356-2.163.057-.53.177-1.163.672-1.459m.292.487c-.577.482-.431 1.384-.409 2.059.021.411.273 1.14.809.842.474-.542.375-1.355.341-2.024-.041-.388-.214-1.057-.741-.877zM1.762 8.813c-.123-.469.358-.955.83-.807.325.056.434.392.55.654l-.338-.002c-.15-.178-.418-.44-.626-.177-.245.42.401.569.615.828.543.391.307 1.399-.393 1.416-.483.06-.731-.41-.831-.806l.366-.021c.063.346.504.67.739.266.274-.686-.813-.763-.912-1.351zM3.242 8.031c.45-.002.9-.002 1.35-.001l.007.347-.489.009-.001 2.296h-.384l-.001-2.295-.488-.011.006-.345zM5.321 8.031C6.39 7.735 6.47 9.21 6.326 9.915c.023.655-.87 1.155-1.273.529-.343-.724-.438-1.885.268-2.413m.104.375c-.336.404-.257.998-.197 1.483.015.265.257.613.544.407.304-.414.249-.981.185-1.463-.022-.257-.236-.614-.532-.427zM6.804 8.024c.365.012.744-.043 1.097.07.427.193.498.802.262 1.168-.218.315-.65.23-.979.268v1.15l-.379.002c-.003-.886-.002-1.772-.001-2.658m.379.351c.001.267.002.534.006.802.276-.033.75.031.729-.383.042-.424-.452-.39-.735-.419zM8.562 8.023c.351.01.712-.033 1.055.057.474.169.556.848.276 1.218-.233.276-.635.193-.954.232.003.383.002.767.002 1.151l-.38-.001c-.001-.886-.003-1.771.001-2.657m.379.355c0 .266.001.531.003.797.278-.025.753.028.732-.385.034-.414-.451-.392-.735-.412zM10.318 8.029l.371-.001c.002.885.002 1.77 0 2.655l-.371-.001c-.001-.884-.002-1.769 0-2.653zM11.18 8.024l.382.006c.237.522.471 1.046.722 1.562.008-.522.003-1.044.007-1.566h.378c-.007.908.016 1.816-.014 2.724-.662-.328-.685-1.235-1.088-1.804-.015.579-.006 1.159-.011 1.738l-.379-.007c.002-.884-.002-1.769.003-2.653zM13.442 8.146c.449-.392 1.081-.034 1.184.496l-.34.01c-.153-.173-.414-.442-.634-.197-.276.472-.202 1.077-.101 1.591.046.272.342.298.563.323.043-.195.08-.392.114-.589a36.345 36.345 0 0 0-.329-.023l.005-.363.688-.001c-.027.406.083.926-.285 1.212-.421.313-1.055.003-1.12-.504-.112-.637-.21-1.436.255-1.955zM2.936 20.613c.706-.461 1.37-.992 2.12-1.382.004.3-.053.595-.135.883 2.102-.002 4.204 0 6.306-.001a12.315 12.315 0 0 1-.161-.87c.785.342 1.433.92 2.156 1.369-.728.439-1.355 1.063-2.16 1.363.036-.292.112-.576.171-.863-2.105.002-4.211.003-6.316 0 .063.259.143.515.165.782-.196.103-.365-.063-.523-.158-.537-.38-1.082-.75-1.623-1.123z"/><path fill="#0c0a0b" opacity=".36" d="M0 1.92l.053-.168C.159 3.432.076 5.118.102 6.8c-.033 5.149.065 10.302-.05 15.449L0 22.081V1.92zM16.148 1.752l.052.168v20.159l-.053.169c-.106-1.68-.023-3.366-.049-5.048.033-5.149-.065-10.302.05-15.448z"/><path fill="#b51a00" d="M6.528 12.041c.832-.331 1.491.608 1.26 1.363-.044.752-1.055 1.106-1.574.581-.484-.542-.427-1.655.314-1.944m.211.198c-.793.192-.727 1.765.156 1.749.926-.071.826-1.909-.156-1.749zM8.125 12.017c.434.035 1.068-.124 1.304.362.171.363-.094.699-.371.91.251.301.5.606.748.911l-.374-.002c-.226-.29-.456-.576-.683-.864a37.682 37.682 0 0 1-.336-.01c-.005.292-.001.584-.005.876h-.284c0-.728-.001-1.456.001-2.183m.288.226c-.004.293-.003.586.001.879.292-.033.767-.024.766-.433.064-.444-.47-.422-.767-.446zM2.066 16.3c.104-.75 1.42-.614 1.359.171-.255-.208-.521-.572-.898-.439-.204.031-.317.345-.129.463.301.158.671.156.947.363.272.256.092.748-.259.826-.491.193-1.11-.099-1.11-.671.293.236.573.662 1.012.496.276-.035.355-.484.063-.552-.343-.173-1.011-.125-.985-.657zM5.515 15.843l.26.002c.246.617.487 1.237.728 1.857l-.272-.006-.198-.558H5.24l-.193.545-.261.025c.24-.623.479-1.246.729-1.865m-.196 1.092c.212.002.424.002.636 0-.104-.291-.208-.582-.314-.872-.111.289-.215.581-.322.872zM6.703 15.842l.257.004c.33.502.651 1.009.986 1.506.01-.529-.016-1.059.031-1.587.432.5.095 1.308.2 1.935h-.264c-.326-.497-.646-.999-.977-1.493-.008.498-.005.995-.005 1.493H6.7c.001-.619-.003-1.239.003-1.858zM8.604 15.842c.464.028 1.086-.098 1.387.357.233.44.188 1.151-.304 1.398-.343.138-.723.095-1.085.109.001-.622-.001-1.243.002-1.864m.244 1.665c.307-.032.711.049.909-.252a1.01 1.01 0 0 0-.004-.998c-.219-.261-.603-.185-.903-.227-.006.493-.005.985-.002 1.477zM10.417 15.842l.24.006c0 .616-.001 1.233.001 1.85l-.243.004c0-.62-.002-1.24.002-1.86zM11.103 15.842l.257.004c.33.501.65 1.009.986 1.506.01-.529-.015-1.059.03-1.587.433.499.096 1.309.201 1.935h-.264c-.326-.498-.647-.999-.978-1.493-.007.498-.004.995-.004 1.493H11.1c.001-.619-.002-1.239.003-1.858zM13.357 17.642c-.718-.351-.617-1.592.155-1.81.47-.142.987.152 1.051.652-.299-.166-.545-.561-.933-.458-.723.139-.69 1.447.069 1.502.376.066.591-.275.695-.579a18.603 18.603 0 0 0-.624-.029l-.043-.188c.278-.006.555-.007.833-.009 0 .346 0 .692-.015 1.038-.071-.074-.142-.147-.211-.222-.3.151-.657.276-.977.103zM3.559 15.847h1.477l-.001.201h-.617V17.7h-.241v-1.652H3.56l-.001-.201z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--no-parking-or-no-stopping--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.628.324C6.516.181 11.415.282 16.306.287c.672.256 1.216.9 1.39 1.597.01 6.605-.001 13.21.006 19.815.091.948-.702 1.707-1.489 2.092-4.807.015-9.617.014-14.424.001C1 23.408.208 22.648.298 21.699.334 15.167.234 8.633.386 2.102.311 1.299.925.611 1.628.324m.206.316C1.152.822.653 1.483.683 2.193v19.614c-.052.928.821 1.674 1.716 1.633 4.434-.003 8.868.006 13.302-.004.864-.002 1.659-.744 1.615-1.628.003-6.538.003-13.077 0-19.615.053-.931-.817-1.676-1.717-1.637C11.433.549 7.267.557 3.1.552 2.678.556 2.245.521 1.834.64z"/><path fill="#fff" d="M1.315 1.863c.18-.477.675-.762 1.177-.729h13.016a1.18 1.18 0 0 1 1.177.729c-.005 6.758-.006 13.516 0 20.273-.181.424-.607.742-1.079.722-4.404.004-8.808.003-13.212 0-.472.02-.9-.295-1.079-.721.006-6.758.006-13.516 0-20.274m7.124 1.185c-.004 1.058.009 2.116-.007 3.174A450.539 450.539 0 0 0 7.036 3.04l-.358.014v4.028l.352.003c.002-1.048-.005-2.095.004-3.143.458 1.046.918 2.09 1.371 3.138l.366.011c.002-1.349.001-2.698.001-4.047l-.333.004m1.79-.01c-.506.184-.76.724-.872 1.216-.156.817-.133 1.737.357 2.442.233.349.686.564 1.098.427.489-.161.763-.658.885-1.129.181-.783.168-1.653-.209-2.378-.224-.448-.761-.777-1.259-.578M2.43 9.037c.003 1.151.002 2.301.001 3.452l.3-.003c0-.467-.001-.933.002-1.399.403-.028.904.091 1.21-.245.3-.462.31-1.126-.007-1.581-.395-.388-1.012-.169-1.506-.224m2.517-.003c-.299 1.149-.575 2.305-.877 3.453l.326-.008c.08-.344.164-.688.248-1.032.316.002.633.003.949.007.085.345.172.689.255 1.033l.338-.001a219.625 219.625 0 0 0-.926-3.452h-.313m1.499.003v3.45l.299.001c.001-.519-.003-1.038.004-1.556.912-.136.989.959 1.306 1.552l.38.003c-.221-.525-.41-1.071-.747-1.536.685-.319.774-1.381.196-1.833-.456-.163-.962-.05-1.438-.081m2.282-.013c-.005 1.155-.001 2.31-.002 3.466l.301-.007c-.004-.604-.118-1.277.37-1.739.27.58.535 1.161.805 1.741l.392-.001c-.329-.684-.661-1.367-.988-2.052.325-.459.636-.928.953-1.393a55.763 55.763 0 0 0-.409-.002c-.37.57-.739 1.14-1.119 1.703a59.154 59.154 0 0 1-.001-1.685c-.101-.011-.202-.022-.302-.031m2.191.008l.001 3.461.299-.016c-.003-1.145.001-2.29-.002-3.434l-.298-.011m.811.001c-.002 1.153-.001 2.305-.001 3.458l.301-.012c.001-.891-.008-1.781.005-2.672.39.892.782 1.783 1.169 2.676l.324.001c-.001-1.148-.002-2.295 0-3.442l-.288-.009c-.004.906.009 1.813-.007 2.719-.401-.904-.798-1.811-1.196-2.717l-.307-.002m2.409.707c-.284.812-.293 1.844.298 2.524.444.497 1.261.288 1.601-.222.068-.433.016-.874.029-1.31-.317.002-.633.002-.95.002v.41l.665.002c.131.526-.19 1.077-.782.992-.733-.187-.783-1.124-.709-1.741.052-.449.279-1.028.811-1.04.411-.007.569.426.69.743l.259-.1c-.113-.376-.238-.848-.665-.975-.537-.204-1.097.201-1.247.715M3.103 14.322c-.181.854-.468 1.684-.595 2.548.319-.152.299-.539.389-.831l.676-.002c.103.291.068.723.436.824-.17-.864-.442-1.704-.667-2.555l-.239.016m1.325-.056c-.018.843-.007 1.687-.008 2.53l.206-.007c.002-.643-.008-1.287.008-1.93.39.642.448 1.548 1.07 2.005.027-.85.006-1.701.013-2.551l-.232.011c-.002.629.007 1.258-.009 1.888-.279-.625-.549-1.254-.824-1.88l-.224-.066m1.701.04c.376.785.798 1.585.638 2.489l.209-.002c-.179-.933.337-1.723.655-2.551-.495.192-.51.817-.741 1.23-.157-.388-.324-.771-.483-1.156l-.278-.01m3.449.01l-.001.267.554.008c.112.747-.23 1.659.184 2.299.052-.765.012-1.533.027-2.3l.542-.006-.017-.295c-.43-.007-.86-.006-1.289.027m1.792-.005v2.483h.21c.002-.828.001-1.656 0-2.484l-.21.001m.817-.075c-.018.852-.005 1.703-.008 2.555l.207.005c.007-.65-.013-1.3.014-1.95.229.668.3 1.376.515 2.047.429-.62.379-1.434.622-2.132.037.711-.027 1.425.043 2.134.391-.759.067-1.741.17-2.587l-.293.005c-.159.689-.308 1.38-.473 2.067-.193-.662-.272-1.351-.472-2.01a3.171 3.171 0 0 0-.325-.134m2.149.052c-.008.834-.002 1.669-.004 2.504h1.223l.002-.275h-1.012l-.003-.863.926-.001c-.003-.097-.007-.193-.009-.29l-.918.002.003-.778.981-.001v-.274a14.295 14.295 0 0 0-1.189-.024m-3.372 4.219l.016.474c-1.79.005-3.581.001-5.371.002a82.17 82.17 0 0 0-.012.702c1.796.018 3.595-.04 5.389.034l-.031.495c.737-.17 1.42-.516 2.078-.879-.672-.315-1.339-.664-2.069-.828z"/><path fill="#fff" d="M10.519 3.439c.859.087.954 1.181.919 1.861.016.612-.334 1.565-1.107 1.365-.729-.36-.739-1.323-.674-2.025.051-.499.278-1.15.862-1.201zM2.731 9.437c.293.014.6-.034.883.056.336.251.332.866.004 1.121-.285.092-.593.047-.888.061l.001-1.238zM6.745 9.419c.304.007.614-.023.914.039.404.195.39.893-.02 1.072-.293.063-.597.034-.895.041l.001-1.152zM4.726 11.071c.143-.533.256-1.074.378-1.612.123.539.257 1.075.393 1.61-.257.002-.514.003-.771.002zM2.958 15.761c.096-.385.186-.771.264-1.159.096.386.192.772.29 1.158l-.554.001z"/><path fill="#bf2f37" d="M1.834.64C2.245.521 2.678.556 3.1.552c4.167.005 8.333-.003 12.499.004.9-.039 1.77.706 1.717 1.637.003 6.538.003 13.077 0 19.615.044.884-.751 1.626-1.615 1.628-4.434.01-8.868.001-13.302.004-.895.041-1.768-.705-1.716-1.633V2.193C.653 1.483 1.152.822 1.834.64m-.519 1.223l-.004-.143c-.178.577-.104 1.186-.111 1.78v17c.006.594-.067 1.202.111 1.78l.004-.143c.179.426.607.741 1.079.721 4.404.003 8.808.004 13.212 0 .472.02.898-.298 1.079-.722l.003.144c.18-.578.105-1.186.112-1.78v-17c-.007-.594.068-1.203-.112-1.781l-.003.144a1.18 1.18 0 0 0-1.177-.729H2.492c-.502-.033-.997.252-1.177.729z"/><path fill="#bf2f37" d="M10.964 18.507c.73.164 1.397.513 2.069.828-.658.363-1.341.709-2.078.879l.031-.495c-1.794-.074-3.593-.016-5.389-.034l.012-.702c1.79-.001 3.581.003 5.371-.002l-.016-.474z"/><path fill="#b80606" d="M1.311 1.72l.004.143c.006 6.758.006 13.516 0 20.274l-.004.143c-.178-.578-.105-1.186-.111-1.78v-17c.007-.594-.067-1.203.111-1.78zM16.685 1.863l.003-.144c.18.578.105 1.187.112 1.781v17c-.007.594.068 1.202-.112 1.78l-.003-.144c-.006-6.757-.005-13.515 0-20.273z"/><path fill="#bb1404" d="M8.439 3.048l.333-.004c0 1.349.001 2.698-.001 4.047l-.366-.011c-.453-1.048-.913-2.092-1.371-3.138-.009 1.048-.002 2.095-.004 3.143l-.352-.003V3.054l.358-.014c.469 1.059.935 2.119 1.396 3.182.016-1.058.003-2.116.007-3.174zM2.43 9.037c.494.055 1.111-.164 1.506.224.317.455.307 1.119.007 1.581-.306.336-.807.217-1.21.245-.003.466-.002.932-.002 1.399l-.3.003c.001-1.151.002-2.301-.001-3.452m.301.4l-.001 1.238c.295-.014.603.031.888-.061.328-.255.332-.87-.004-1.121-.283-.09-.59-.042-.883-.056zM8.728 9.024c.1.009.201.02.302.031-.006.562-.009 1.123.001 1.685.38-.563.749-1.133 1.119-1.703l.409.002c-.317.465-.628.934-.953 1.393.327.685.659 1.368.988 2.052l-.392.001c-.27-.58-.535-1.161-.805-1.741-.488.462-.374 1.135-.37 1.739l-.301.007c.001-1.156-.003-2.311.002-3.466z"/><path fill="#bc1704" d="M10.229 3.038c.498-.199 1.035.13 1.259.578.377.725.39 1.595.209 2.378-.122.471-.396.968-.885 1.129-.412.137-.865-.078-1.098-.427-.49-.705-.513-1.625-.357-2.442.112-.492.366-1.032.872-1.216m.29.401c-.584.051-.811.702-.862 1.201-.065.702-.055 1.665.674 2.025.773.2 1.123-.753 1.107-1.365.035-.68-.06-1.774-.919-1.861z"/><path fill="#bb1504" d="M4.947 9.034h.313c.317 1.149.628 2.299.926 3.452l-.338.001c-.083-.344-.17-.688-.255-1.033-.316-.004-.633-.005-.949-.007-.084.344-.168.688-.248 1.032l-.326.008c.302-1.148.578-2.304.877-3.453m-.221 2.037c.257.001.514 0 .771-.002a67.43 67.43 0 0 1-.393-1.61c-.122.538-.235 1.079-.378 1.612zM11.37 14.311l.21-.001c.001.828.002 1.656 0 2.484h-.21v-2.483z"/><path fill="#bb1304" d="M6.446 9.037c.476.031.982-.082 1.438.081.578.452.489 1.514-.196 1.833.337.465.526 1.011.747 1.536l-.38-.003c-.317-.593-.394-1.688-1.306-1.552-.007.518-.003 1.037-.004 1.556l-.299-.001v-3.45m.299.382l-.001 1.152c.298-.007.602.022.895-.041.41-.179.424-.877.02-1.072-.3-.062-.61-.032-.914-.039zM6.129 14.306l.278.01c.159.385.326.768.483 1.156.231-.413.246-1.038.741-1.23-.318.828-.834 1.618-.655 2.551l-.209.002c.16-.904-.262-1.704-.638-2.489zM9.578 14.316c.429-.033.859-.034 1.289-.027l.017.295-.542.006c-.015.767.025 1.535-.027 2.3-.414-.64-.072-1.552-.184-2.299l-.554-.008.001-.267zM14.336 14.288c.396-.005.793-.004 1.189.024v.274l-.981.001-.003.778.918-.002c.002.097.006.193.009.29l-.926.001.003.863h1.012a25.21 25.21 0 0 0-.002.275h-1.223c.002-.835-.004-1.67.004-2.504z"/><path fill="#bb1104" d="M10.919 9.032l.298.011c.003 1.144-.001 2.289.002 3.434l-.299.016-.001-3.461zM11.73 9.033l.307.002c.398.906.795 1.813 1.196 2.717.016-.906.003-1.813.007-2.719l.288.009c-.002 1.147-.001 2.294 0 3.442l-.324-.001c-.387-.893-.779-1.784-1.169-2.676-.013.891-.004 1.781-.005 2.672l-.301.012c0-1.153-.001-2.305.001-3.458zM3.103 14.322l.239-.016c.225.851.497 1.691.667 2.555-.368-.101-.333-.533-.436-.824l-.676.002c-.09.292-.07.679-.389.831.127-.864.414-1.694.595-2.548m-.145 1.439l.554-.001c-.098-.386-.194-.772-.29-1.158-.078.388-.168.774-.264 1.159z"/><path fill="#bc1504" d="M14.139 9.74c.15-.514.71-.919 1.247-.715.427.127.552.599.665.975l-.259.1c-.121-.317-.279-.75-.69-.743-.532.012-.759.591-.811 1.04-.074.617-.024 1.554.709 1.741.592.085.913-.466.782-.992l-.665-.002v-.41c.317 0 .633 0 .95-.002-.013.436.039.877-.029 1.31-.34.51-1.157.719-1.601.222-.591-.68-.582-1.712-.298-2.524z"/><path fill="#bc1604" d="M4.428 14.266l.224.066c.275.626.545 1.255.824 1.88.016-.63.007-1.259.009-1.888l.232-.011c-.007.85.014 1.701-.013 2.551-.622-.457-.68-1.363-1.07-2.005-.016.643-.006 1.287-.008 1.93l-.206.007c.001-.843-.01-1.687.008-2.53z"/><path fill="#bd1804" d="M12.187 14.236c.111.039.219.083.325.134.2.659.279 1.348.472 2.01.165-.687.314-1.378.473-2.067l.293-.005c-.103.846.221 1.828-.17 2.587-.07-.709-.006-1.423-.043-2.134-.243.698-.193 1.512-.622 2.132-.215-.671-.286-1.379-.515-2.047-.027.65-.007 1.3-.014 1.95l-.207-.005c.003-.852-.01-1.703.008-2.555z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--no-parking-or-no-stopping--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M1.822 0h12.51c.935.154 1.656.942 1.791 1.87-.05.458-.042.92-.039 1.38v17.167c.004.571-.023 1.143.039 1.713-.132.925-.844 1.716-1.777 1.871H1.833c-.942-.142-1.668-.936-1.789-1.87.05-.458.042-.92.039-1.38V3.584c-.005-.573.023-1.147-.04-1.717C.17.939.89.157 1.821 0m.049.136C.918.232.147 1.124.182 2.079.184 8.721.179 15.364.185 22.007c-.003 1.003.891 1.884 1.893 1.872 4.003.004 8.007.005 12.011 0 1.033.012 1.931-.933 1.897-1.958-.002-6.643.004-13.286-.003-19.929C15.974.966 15.032.075 14.007.117 9.962.129 5.915.092 1.871.135z"/><path fill="#fff" d="M1.87.136C5.914.093 9.961.129 14.006.118c1.025-.042 1.967.849 1.976 1.875.008 6.643.002 13.286.003 19.929.034 1.026-.863 1.971-1.897 1.958-4.003.005-8.007.004-12.011 0-1.002.012-1.896-.869-1.893-1.872C.178 15.365.183 8.722.181 2.08.146 1.125.918.232 1.869.137m-.095.476C1.105.746.596 1.396.618 2.076c0 6.615-.004 13.23.003 19.845-.028.797.662 1.526 1.462 1.519 4 .006 8.001.006 12 .001.8.006 1.486-.731 1.445-1.526-.001-6.638.007-13.278-.003-19.916.008-.834-.792-1.507-1.608-1.428C9.87.6 5.817.516 1.774.613z"/><path fill="#fff" d="M7.379 1.057c2.208-.002 4.414-.003 6.622 0 .559-.035 1.068.462 1.046 1.021.004 6.615.004 13.23 0 19.845.026.563-.482 1.063-1.047 1.021-3.944.002-7.889.002-11.834 0-.567.046-1.08-.454-1.047-1.021-.004-4.752.001-9.502-.002-14.254 2.087-.006 4.173.003 6.261-.004-.001-2.202-.003-4.405.001-6.607M1.914 8.529c-.005 1.266-.003 2.532-.001 3.798.159 0 .319.001.478-.001.002-.547-.001-1.094.001-1.641 1.133.213 1.525-1.378.774-2.013-.372-.232-.837-.12-1.253-.143m2.314.001c-.258 1.266-.519 2.531-.776 3.797l.489.003c.074-.338.147-.677.219-1.015l.612-.008c.081.339.157.679.226 1.021a42 42 0 0 0 .502 0c-.26-1.267-.524-2.533-.787-3.8l-.486.003m1.476-.002c-.002 1.266 0 2.532-.001 3.798l.479.001c.004-.591-.002-1.182.003-1.773l.221.003c.147.589.284 1.181.432 1.77h.49c-.123-.623-.257-1.244-.377-1.867.485-.375.49-1.116.2-1.61-.333-.454-.965-.295-1.447-.321m1.916-.002c-.002 1.266 0 2.532-.001 3.798l.479.001c.058-.595-.147-1.251.177-1.793.183.593.343 1.193.513 1.789.173.003.346.003.518.005-.222-.832-.451-1.662-.672-2.495.203-.437.417-.869.621-1.307l-.558.001c-.199.398-.388.803-.593 1.198-.004-.4-.003-.799-.005-1.198a37.922 37.922 0 0 0-.477 0m1.979.001c-.003 1.266-.001 2.532-.001 3.798.16.002.319.002.479.002.001-1.268.003-2.534-.001-3.801a25.282 25.282 0 0 0-.477.001m1 0c-.003 1.266-.001 2.532-.001 3.798.16.002.319.002.479.002.008-.729-.011-1.458.011-2.187.264.723.483 1.46.734 2.187h.412c0-1.267.002-2.533-.001-3.8-.161-.002-.322-.002-.483-.002-.007.62.005 1.241-.007 1.861-.234-.617-.44-1.243-.672-1.861-.157 0-.316 0-.473.002m2.233.384c-.297.928-.252 1.961-.063 2.907.09.672 1.151.794 1.409.189.137-.493.058-1.013.076-1.518h-.701l-.008.457.234.084c.02.298.048 1.079-.443.803-.339-.776-.214-1.711-.118-2.538.018-.361.481-.419.607-.087.149.003.298.002.447.001.003-.768-1.174-1.027-1.441-.297M2.624 13.826c-.18.911-.374 1.818-.553 2.729.116 0 .233 0 .349.002.056-.244.107-.489.161-.733l.444-.002c.056.245.107.492.163.737.119-.003.238-.004.357-.005-.188-.914-.378-1.827-.567-2.74l-.354.012m1.299-.009c-.001.913-.003 1.827.002 2.741l.342-.002c.008-.526-.004-1.051.009-1.577.192.518.35 1.048.528 1.572l.294.009c.01-.914.004-1.828.003-2.742l-.345-.001c-.003.44.003.88-.008 1.32-.173-.436-.317-.882-.483-1.321l-.343.001m1.568.003c.165.483.372.951.525 1.437.068.428.012.865.03 1.297.117 0 .233.001.35.003.034-.537-.093-1.102.135-1.609.146-.376.287-.753.424-1.132l-.372-.001c-.117.318-.236.637-.358.953a39.46 39.46 0 0 0-.369-.958l-.364.008m3.241 0l-.003.341.342.023c-.004.791-.005 1.582-.001 2.373l.343.003c.006-.793.002-1.586.002-2.379l.355-.018-.003-.342a59.744 59.744 0 0 0-1.037 0m1.423-.001c-.002.912-.003 1.825.001 2.738l.343.003c.005-.914.003-1.828.001-2.742l-.345.002m.951-.013c-.002.918-.004 1.837.002 2.756.115-.006.231-.01.347-.013 0-.531-.007-1.061.003-1.591.114.328.218.661.333.991.106-.327.207-.654.32-.978.01.528.001 1.057.006 1.585l.341-.001c.001-.915.003-1.829-.002-2.744-.115.007-.231.012-.347.016a40.8 40.8 0 0 1-.319.951c-.201-.341-.13-1.064-.683-.972m1.951.012c.004.895-.017 1.792.008 2.687.304.123.698.019 1.034.048l-.001-.352-.693-.003a50.775 50.775 0 0 1 0-.956l.44-.007-.001-.354-.439-.007-.002-.701.657-.005-.001-.351a55.78 55.78 0 0 0-1.002 0M2.945 19.032c.657.442 1.288.929 1.97 1.332.348-.101.018-.572 0-.83 2.771-.005 5.542.008 8.313-.007l-.003-.993c-2.769-.003-5.539.001-8.309-.002.018-.255.342-.706.012-.828-.679.412-1.318.889-1.982 1.327z"/><path fill="#fff" d="M3.248 2.033h.564c.003 1.488.001 2.977.001 4.466l-.486.001c-.295-.873-.572-1.752-.873-2.624-.01.875 0 1.749-.005 2.623a52.64 52.64 0 0 1-.562 0c-.002-1.488-.003-2.976 0-4.464l.561-.003c.271.73.517 1.468.791 2.197.012-.732-.001-1.463.008-2.195zM5.194 2.032c.407-.158.922.005 1.112.412.309.637.242 1.368.254 2.056-.017.597-.001 1.263-.368 1.77-.364.483-1.218.381-1.454-.179-.351-.787-.222-1.676-.235-2.511.036-.558.099-1.298.692-1.548m.169.576c-.355.427-.263 1.04-.292 1.558.027.581-.076 1.237.261 1.747.254.254.516-.111.541-.359a7.511 7.511 0 0 0-.012-2.503c-.036-.229-.207-.642-.498-.442zM2.396 9.008c.88-.236.907 1.457-.002 1.186-.004-.395-.004-.791.002-1.186zM6.185 9.009c.428-.087.776.217.657.663.055.401-.375.416-.657.399-.004-.354-.005-.708.001-1.062zM4.475 9.849c.075.322.138.648.198.973h-.405c.067-.325.132-.65.207-.973zM2.805 14.772c.053.228.1.458.146.688l-.289.01c.043-.233.091-.467.143-.698z"/><path fill="#bf2f37" d="M1.774.613C5.817.516 9.87.601 13.917.571c.816-.078 1.616.594 1.608 1.428.01 6.638.003 13.278.003 19.916.041.795-.645 1.532-1.445 1.526-3.999.005-8 .005-12-.001-.801.007-1.491-.723-1.462-1.519C.614 15.306.618 8.691.618 2.076.596 1.395 1.105.746 1.774.613m5.605.444c-.003 2.202-.002 4.405-.001 6.607-2.088.007-4.174-.002-6.261.004.003 4.752-.003 9.502.002 14.254-.033.567.48 1.067 1.047 1.021 3.945.002 7.89.002 11.834 0 .565.042 1.072-.457 1.047-1.021.004-6.615.004-13.23 0-19.845.022-.559-.487-1.056-1.046-1.021-2.208-.003-4.414-.002-6.622 0m-4.131.977c-.009.732.004 1.463-.008 2.195-.274-.728-.52-1.467-.791-2.197l-.561.003c-.003 1.488-.002 2.977 0 4.464h.562c.005-.874-.005-1.748.005-2.623.301.872.578 1.751.873 2.624l.486-.001c0-1.488.002-2.978-.001-4.466h-.564m1.945 0c-.593.25-.656.99-.692 1.548.013.835-.116 1.724.235 2.511.236.56 1.09.663 1.454.179.368-.507.352-1.173.368-1.77-.012-.687.055-1.419-.254-2.056-.19-.408-.705-.571-1.112-.413z"/><path fill="#bf2f37" d="M5.364 2.608c.292-.199.462.213.498.443.138.823.153 1.68.012 2.503-.025.248-.287.613-.541.359-.337-.51-.233-1.166-.261-1.747.029-.518-.063-1.131.292-1.558zM1.914 8.529c.415.023.881-.089 1.252.143.751.635.358 2.227-.774 2.013-.002.547.001 1.094-.001 1.641-.159.002-.319.001-.478.001-.002-1.267-.004-2.532.001-3.798m.482.479c-.006.395-.006.791-.002 1.186.908.271.882-1.422.002-1.186zM4.227 8.53c.162-.002.323-.003.486-.003.263 1.267.528 2.533.787 3.8a42 42 0 0 1-.502 0 27.324 27.324 0 0 0-.226-1.021l-.612.007c-.072.338-.145.677-.219 1.015l-.489-.003c.257-1.266.517-2.531.776-3.797m.247 1.321c-.075.323-.141.648-.207.973h.405c-.06-.326-.123-.652-.198-.973zM5.702 8.529c.483.026 1.114-.133 1.448.321.29.494.285 1.235-.2 1.61.12.623.254 1.244.377 1.867h-.49c-.148-.589-.286-1.181-.432-1.77l-.221-.003c-.004.592.002 1.182-.003 1.773l-.479-.001c.001-1.266-.001-2.532.001-3.798m.482.481c-.006.354-.005.708-.001 1.062.282.017.712.002.657-.399.119-.446-.229-.75-.657-.663zM7.618 8.528h.477c.003.399.001.798.005 1.198.205-.396.394-.8.593-1.198l.558-.001c-.203.438-.417.87-.621 1.307.222.832.451 1.662.672 2.495l-.518-.005c-.169-.597-.33-1.196-.513-1.789-.323.542-.118 1.197-.177 1.793l-.479-.001c.001-1.267-.001-2.532.001-3.798zM9.599 8.528c.159-.002.318-.002.477-.001.003 1.267.002 2.533.001 3.801-.16 0-.319 0-.479-.002 0-1.266-.002-2.532.001-3.798zM10.599 8.528c.158-.002.316-.002.473-.002.233.618.438 1.244.672 1.861.012-.62 0-1.241.007-1.861.161 0 .322 0 .483.002.003 1.267.001 2.533.001 3.8a28.29 28.29 0 0 0-.412 0c-.251-.727-.47-1.464-.734-2.187-.022.728-.003 1.458-.011 2.187-.16 0-.319 0-.479-.002 0-1.266-.002-2.532.001-3.798zM12.831 8.912c.267-.729 1.443-.47 1.441.297-.149.001-.298.002-.447-.001-.127-.332-.589-.273-.607.087-.096.827-.221 1.762.118 2.538.491.276.463-.505.443-.803l-.234-.084.008-.457h.701c-.018.505.061 1.025-.076 1.518-.258.605-1.319.483-1.409-.189-.189-.946-.234-1.978.063-2.907zM2.624 13.826l.354-.012c.19.913.38 1.826.567 2.74l-.357.005c-.057-.245-.108-.492-.163-.737l-.444.002c-.054.244-.105.489-.161.733-.117-.002-.233-.002-.349-.002.179-.911.373-1.818.553-2.729m.181.946c-.052.232-.1.465-.143.698l.289-.01c-.046-.23-.093-.46-.146-.688zM3.923 13.817l.343-.001c.166.438.309.885.483 1.321.011-.44.005-.88.008-1.32l.345.001c.002.914.007 1.828-.003 2.742l-.294-.009c-.178-.523-.337-1.053-.528-1.572-.013.526-.001 1.051-.009 1.577l-.342.002c-.005-.913-.003-1.827-.002-2.741zM5.49 13.82l.364-.008c.127.318.25.638.369.958.123-.317.241-.635.358-.953l.372.001c-.138.378-.278.756-.424 1.132-.228.507-.101 1.072-.135 1.609-.117-.003-.233-.003-.35-.003-.018-.432.038-.869-.03-1.297-.153-.487-.36-.955-.525-1.437zM8.732 13.818c.345-.003.691-.003 1.037 0l.003.342-.355.018c0 .793.004 1.586-.002 2.379a19.61 19.61 0 0 0-.343-.003c-.004-.791-.003-1.582.001-2.373l-.342-.023.003-.341zM10.153 13.818l.345-.002c.002.914.004 1.828-.001 2.742a19.61 19.61 0 0 0-.343-.003c-.004-.912-.003-1.825-.001-2.738zM11.104 13.806c.553-.093.483.631.683.972a40.8 40.8 0 0 0 .319-.951c.116-.003.232-.009.347-.016.005.915.003 1.829.002 2.744l-.341.001c-.005-.528.004-1.057-.006-1.585-.113.323-.214.651-.32.978-.114-.33-.218-.663-.333-.991-.01.53-.003 1.06-.003 1.591-.116.003-.232.008-.347.013-.006-.919-.003-1.838-.002-2.756zM13.056 13.818a55.78 55.78 0 0 1 1.002 0l.001.351-.657.005.002.701.439.007.001.354-.44.007c-.003.318-.003.637 0 .956l.693.003.001.352c-.337-.029-.73.074-1.034-.048-.024-.895-.003-1.792-.008-2.687zM2.945 19.032c.663-.438 1.302-.915 1.982-1.328.33.123.007.573-.012.828 2.77.003 5.54-.001 8.309.002l.003.993c-2.771.014-5.542.002-8.313.007.018.258.348.729 0 .83-.682-.403-1.312-.891-1.97-1.332z"/><path opacity=".24" d="M0 2.008l.043-.142c.063.57.035 1.144.04 1.717V20.75c.003.46.011.922-.039 1.38L0 21.987V2.009zM16.122 1.87l.044.143v19.972l-.044.144c-.062-.569-.035-1.142-.039-1.713V3.249c-.003-.46-.011-.922.039-1.38z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--no-parking-or-no-stopping--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#1e1b1b" opacity=".97" d="M1.003 0h18.224c.502.165.905.546 1.051 1.06-.086.864-.025 1.734-.043 2.601.023 6.458-.048 12.919.036 19.375-.095.193-.188.405-.399.497.132-.266.268-.543.25-.849.001-7.122.003-14.244-.001-21.367.041-.65-.564-1.197-1.199-1.167C13.087.144 7.251.147 1.416.148.768.093.11.647.154 1.317.153 8.47.15 15.624.156 22.778c-.031.722.72 1.146 1.364 1.139 5.767.001 11.534.002 17.3-.001.382.004.728-.167 1.039-.372-.082.222-.281.351-.481.457H.983c-.449-.168-.832-.496-.983-.962V1.006C.163.532.551.191 1.003.001z"/><path fill="#fbf8f8" d="M.154 1.317C.11.647.768.093 1.416.148 7.251.147 13.087.144 18.922.15c.635-.029 1.24.518 1.199 1.167.004 7.123.002 14.245.001 21.367.018.306-.118.583-.25.849a.106.106 0 0 0-.012.01c-.311.205-.657.376-1.039.372-5.766.003-11.533.002-17.3.001-.644.007-1.394-.417-1.364-1.139C.151 15.624.154 8.47.155 1.316M.482.924c-.173.381-.11.806-.118 1.211.003 6.542.001 13.084.001 19.627.012.447-.062.913.108 1.341.19.288.477.565.849.544 5.832.005 11.664 0 17.497.003.149 0 .299-.02.446-.044.352-.163.615-.531.605-.924-.002-7.123.001-14.245-.001-21.369a1.016 1.016 0 0 0-.296-.67c-.282-.273-.699-.265-1.065-.261C12.812.386 7.116.38 1.42.384a1.02 1.02 0 0 0-.939.54z"/><path fill="#b80a00" d="M.482.924c.178-.35.55-.548.939-.54C7.117.38 12.813.386 18.509.382c.366-.004.783-.011 1.065.261-.961-.114-1.93-.057-2.895-.068C11.559.577 6.439.571 1.32.577.835.512.54.983.585 1.419c.002 6.713.002 13.426 0 20.14.011.496-.058 1.005.061 1.493.149.388.609.48.979.475 5.323-.012 10.646 0 15.969-.007.558-.011 1.121-.019 1.672.087a2.904 2.904 0 0 1-.446.044c-5.832-.003-11.664.002-17.497-.003-.372.021-.659-.256-.849-.544C.48 15.711.462 8.318.483.924z"/><path fill="#b80a00" d="M4.601 15.902l.231.009c.522 1.119.946 2.283 1.493 3.388.025-1.131-.005-2.263.015-3.394l.226.004c.01 1.31 0 2.621.005 3.932l-.268.015c-.512-1.136-.973-2.294-1.482-3.431-.016 1.142.003 2.285-.009 3.428l-.244-.005c.015-1.315-.051-2.637.034-3.947z"/><path fill="#bd1c13" d="M.584 1.42C.539.984.834.513 1.319.578c5.119-.006 10.239 0 15.359-.002.965.011 1.934-.046 2.895.068.184.173.278.422.296.67.002 7.124-.001 14.246.001 21.369.01.394-.253.762-.605.924-.551-.107-1.114-.099-1.672-.087-5.323.007-10.646-.005-15.969.007-.37.005-.83-.086-.979-.475-.119-.488-.05-.997-.061-1.493.002-6.714.002-13.427 0-20.14m.3-.106C.883 8.439.886 15.565.883 22.689c-.019.232.197.484.437.464 5.866.005 11.731.003 17.595.002.203.034.344-.107.451-.258.008-7.194.002-14.388.003-21.582.015-.242-.2-.487-.454-.446C13.056.867 7.197.866 1.338.869c-.256-.04-.446.215-.455.444m-.115-.211c-.047 7.297-.04 14.6-.004 21.897.091-.475.049-.96.052-1.44V2.339c0-.412.036-.829-.048-1.237z"/><path fill="#fff" d="M.884 1.313c.008-.23.198-.484.455-.444 5.859-.003 11.718-.002 17.577 0 .253-.041.469.204.454.446-.001 7.194.005 14.388-.003 21.582-.107.152-.247.292-.451.258-5.865.001-11.729.003-17.595-.002-.24.02-.457-.232-.437-.464.003-7.125 0-14.251.001-21.376m10.747 1.18c-.743.065-1.096.863-1.214 1.507-.158.972-.146 2.091.47 2.912.421.568 1.369.508 1.731-.095.565-.855.548-1.963.38-2.937-.128-.664-.59-1.455-1.367-1.387M7.458 7.204l.265-.01c.051-1.321-.006-2.645.028-3.968.577 1.321 1.127 2.654 1.707 3.973l.32-.001c.008-1.531.006-3.062.001-4.593l-.276-.008c-.015 1.342.008 2.685-.011 4.027-.593-1.335-1.136-2.693-1.744-4.02a23.59 23.59 0 0 1-.265-.019c-.067 1.535-.014 3.08-.026 4.619M2.476 9.913c-.776.041-.981 1.045-.704 1.637.193.454.741.488 1.12.711.397.249.392.827.194 1.201-.243.413-.927.351-1.114-.083-.173-.204.01-.699-.381-.608.01.393.087.832.401 1.103.427.352 1.177.179 1.356-.362.131-.403.148-.876-.039-1.264-.202-.378-.667-.425-1.013-.606-.583-.221-.53-1.195.041-1.397.312-.097.643.096.745.397.073.183-.003.529.302.435.018-.526-.286-1.22-.908-1.163m4.462.001c-.64.011-.97.685-1.08 1.232-.153.946-.179 2.221.715 2.816.958.423 1.552-.754 1.552-1.55.086-.9-.028-2.399-1.187-2.498m9.653.879a4.122 4.122 0 0 0 .063 2.561c.163.448.643.827 1.136.67.356-.073.533-.417.701-.702-.002.209-.002.42 0 .629l.199-.002c.002-.675.001-1.352-.001-2.027a48.422 48.422 0 0 0-1.078.001l.001.304c.286.008.572.001.857.008-.015.504-.074 1.131-.557 1.412-.36.234-.827-.01-.989-.37-.352-.702-.316-1.536-.123-2.278.097-.41.433-.834.9-.77.458.062.646.547.749.939.057-.008.172-.023.229-.032-.083-.521-.355-1.147-.948-1.218-.551-.088-.998.382-1.139.875m-12.916-.78v.309c.269.003.54 0 .811.009.008 1.206-.002 2.413.004 3.62l.229.001c.012-1.209-.008-2.42.01-3.629.268-.001.538.012.806-.013l-.004-.278c-.615-.051-1.238-.009-1.856-.019m4.975-.005c-.067 1.309-.015 2.631-.026 3.945l.24-.002c.011-.577-.002-1.153.005-1.73.439-.012.989.062 1.295-.329.316-.469.308-1.149.005-1.621-.384-.424-1.018-.204-1.518-.262m2.152.002c-.005 1.313-.003 2.626-.001 3.94l.225.003c.01-.577-.001-1.154.004-1.732.455-.012 1.033.063 1.329-.368.275-.46.265-1.08.006-1.543-.371-.478-1.047-.247-1.563-.3m2.259-.003c-.009 1.313-.002 2.625-.003 3.938l.23.005c-.001-1.315.007-2.63-.004-3.946a16.36 16.36 0 0 1-.223.003m.898-.005c-.013 1.316-.004 2.632-.004 3.947l.23.005c.014-1.142-.011-2.285.012-3.427.509 1.133.972 2.286 1.475 3.421l.271.005c.007-1.311-.004-2.622.006-3.933a18.57 18.57 0 0 0-.235-.018c-.014 1.148.006 2.296-.009 3.444-.52-1.137-.969-2.305-1.497-3.438a20.52 20.52 0 0 1-.248-.006m-11.254 5.9c-.349 1.314-.676 2.634-1.012 3.952.503-.02.336-.845.545-1.223.389-.013.779-.014 1.167 0 .107.396.189.796.286 1.195l.254.035c-.324-1.315-.647-2.632-.979-3.945l-.261-.013m1.894-.003c-.084 1.31-.018 2.632-.034 3.947l.244.005c.012-1.143-.007-2.286.009-3.428.508 1.137.97 2.295 1.482 3.431l.268-.015c-.005-1.311.005-2.622-.005-3.932l-.226-.004c-.02 1.131.01 2.263-.015 3.394-.547-1.105-.971-2.27-1.493-3.388l-.231-.009m2.618-.006c.205.774.603 1.487.858 2.247.034.568-.003 1.14.015 1.709l.232-.002c.023-.58-.039-1.165.028-1.741.277-.743.621-1.46.9-2.203H8.99c-.277.621-.514 1.259-.774 1.887-.281-.613-.494-1.255-.758-1.875l-.241-.023m2.444.016a.646.646 0 0 0-.001.312c.264.001.528-.001.792.005.002 1.208-.006 2.415.003 3.622h.243c.008-1.207.001-2.414.003-3.621.262-.007.526-.006.789-.006a.519.519 0 0 0 0-.312 278.77 278.77 0 0 0-1.829 0m6.982.01c.006 1.309-.004 2.618.005 3.926.577.002 1.154.015 1.731-.007l-.002-.294c-.491-.013-.983.004-1.476-.007-.012-.523-.004-1.045-.006-1.568.436-.012.874.006 1.31-.009l.018-.301c-.441-.019-.884-.001-1.325-.009-.007-.475-.002-.95-.002-1.424.483-.014.967.005 1.45-.009v-.305c-.567-.003-1.136-.016-1.703.007m-4.417.025c.004 1.301 0 2.601.003 3.902l.224.005c.003-1.315.007-2.63-.002-3.945l-.225.038m1.165-.035a470.892 470.892 0 0 0 0 3.942l.248-.004c.021-1.132-.023-2.265.022-3.397.297 1.113.527 2.244.82 3.358l.178.074c.376-1.106.546-2.288.867-3.416.053 1.126.002 2.254.025 3.38l.242.005c.006-1.315.005-2.63 0-3.944l-.36-.001c-.278 1.152-.544 2.306-.824 3.459-.309-1.147-.557-2.311-.852-3.461l-.367.004z"/><path fill="#fff" d="M11.52 2.88c.591-.155 1.042.398 1.165.914.217.898.238 1.928-.247 2.744-.273.496-1.038.552-1.372.091-.488-.646-.48-1.517-.419-2.287.076-.561.259-1.279.873-1.461zM6.646 10.305c.363-.206.826.011.996.368.326.624.304 1.373.201 2.051-.074.471-.381 1.037-.926 1.021-.663-.098-.854-.871-.887-1.437-.024-.688-.022-1.576.616-2.003zM8.868 10.33c.408.011 1.011-.131 1.214.341.11.383.137.952-.278 1.164-.302.089-.624.044-.936.048-.003-.518-.001-1.035-.001-1.553zM11.03 11.881c.002-.519-.007-1.037.006-1.556.387.028.897-.117 1.166.249.179.355.174.831-.069 1.153-.304.258-.739.134-1.103.154zM2.83 16.276c.171.669.349 1.338.48 2.017-.324-.003-.648.001-.972-.009.149-.672.299-1.346.492-2.007z"/><path fill="#dfa19f" d="M.364 2.136c.008-.405-.055-.83.118-1.211C.461 8.318.479 15.711.473 23.105c-.17-.428-.096-.894-.108-1.341 0-6.543.002-13.085-.001-19.627z"/><path fill="#bc0000" d="M.768 1.102c.083.408.048.825.048 1.237v19.22c-.003.48.039.965-.052 1.44-.036-7.297-.043-14.6.004-21.897z"/><path opacity=".42" d="M20.277 1.06l.062.128v21.718l-.069.13c-.083-6.456-.012-12.917-.036-19.375.017-.867-.044-1.737.043-2.601z"/><path fill="#bc1500" d="M11.632 2.493c.777-.068 1.239.723 1.367 1.387.168.974.185 2.082-.38 2.937-.362.603-1.31.663-1.731.095-.616-.821-.627-1.939-.47-2.912.118-.644.471-1.442 1.214-1.507m-.112.387c-.613.182-.796.9-.873 1.461-.061.77-.069 1.641.419 2.287.334.462 1.099.406 1.372-.091.485-.816.464-1.846.247-2.744-.123-.517-.575-1.069-1.165-.914z"/><path fill="#ba1000" d="M7.458 7.204c.012-1.539-.041-3.084.026-4.619l.265.019c.608 1.327 1.151 2.685 1.744 4.02.019-1.342-.004-2.685.011-4.027l.276.008c.005 1.531.007 3.062-.001 4.593l-.32.001C8.878 5.88 8.328 4.547 7.752 3.226c-.035 1.323.022 2.647-.028 3.968l-.265.01zM12.226 15.947l.225-.038c.009 1.315.005 2.63.002 3.945l-.224-.005c-.003-1.301.001-2.601-.003-3.902z"/><path fill="#bb1500" d="M2.476 9.913c.622-.057.926.638.908 1.163-.305.094-.229-.252-.302-.435-.103-.301-.433-.493-.745-.397-.571.202-.623 1.177-.041 1.397.346.181.811.228 1.013.606.187.388.17.861.039 1.264-.179.541-.928.714-1.356.362-.313-.272-.391-.711-.401-1.103.392-.091.208.404.381.608.186.434.871.496 1.114.083.197-.374.202-.952-.194-1.201-.378-.223-.926-.257-1.12-.711-.278-.592-.072-1.597.704-1.637z"/><path fill="#bb1400" d="M6.938 9.915c1.158.099 1.273 1.598 1.187 2.498 0 .796-.594 1.973-1.552 1.55-.894-.595-.867-1.87-.715-2.816.11-.546.44-1.22 1.08-1.232m-.292.39c-.639.427-.641 1.315-.616 2.003.033.566.224 1.339.887 1.437.545.016.852-.55.926-1.021.103-.678.125-1.427-.201-2.051-.17-.357-.633-.575-.996-.368zM3.675 10.014c.618.01 1.241-.032 1.856.019l.004.278c-.268.025-.538.012-.806.013-.018 1.209.002 2.42-.01 3.629l-.229-.001c-.006-1.207.004-2.414-.004-3.62-.271-.009-.541-.006-.811-.009v-.309zM8.65 10.009c.5.058 1.134-.162 1.518.262.303.472.311 1.152-.005 1.621-.305.392-.855.317-1.295.329-.007.577.006 1.153-.005 1.73l-.24.002c.011-1.314-.041-2.636.026-3.945m.219.322c0 .518-.002 1.035.001 1.553.311-.004.634.042.936-.048.415-.213.387-.781.278-1.164-.203-.472-.806-.329-1.214-.341zM10.803 10.012c.516.053 1.192-.178 1.563.3.259.463.268 1.083-.006 1.543-.296.431-.875.356-1.329.368-.005.578.006 1.155-.004 1.732l-.225-.003c-.002-1.314-.004-2.627.001-3.94m.227 1.869c.364-.019.799.105 1.103-.154.243-.322.248-.798.069-1.153-.269-.366-.779-.221-1.166-.249-.013.519-.004 1.037-.006 1.556zM13.96 10.004l.248.006c.528 1.133.977 2.301 1.497 3.438.015-1.148-.005-2.296.009-3.444l.235.018c-.01 1.311.001 2.622-.006 3.933l-.271-.005c-.502-1.135-.965-2.288-1.475-3.421-.023 1.142.002 2.285-.012 3.427a17.27 17.27 0 0 1-.23-.005c0-1.315-.009-2.631.004-3.947zM2.707 15.904l.261.013c.333 1.313.655 2.63.979 3.945a11.06 11.06 0 0 1-.254-.035c-.097-.399-.179-.799-.286-1.195a16.819 16.819 0 0 0-1.167 0c-.209.378-.042 1.203-.545 1.223.336-1.318.663-2.638 1.012-3.952m.123.373a31.392 31.392 0 0 0-.492 2.007c.324.01.648.006.972.009-.131-.678-.309-1.347-.48-2.017zM9.661 15.912c.61-.002 1.219-.002 1.829 0a.519.519 0 0 1 0 .312c-.263 0-.527-.001-.789.006-.002 1.207.005 2.414-.003 3.621h-.243c-.009-1.207-.001-2.414-.003-3.622-.264-.006-.528-.004-.792-.005a.646.646 0 0 1 .001-.312z"/><path fill="#bb1300" d="M16.591 10.794c.141-.492.588-.963 1.139-.875.593.071.864.698.948 1.218-.057.008-.172.023-.229.032-.104-.392-.292-.877-.749-.939-.467-.064-.803.36-.9.77-.193.742-.229 1.576.123 2.278.163.36.629.604.989.37.483-.281.542-.907.557-1.412-.286-.007-.572 0-.857-.008l-.001-.304c.359-.005.719-.004 1.078-.001.002.675.003 1.352.001 2.027l-.199.002a32.97 32.97 0 0 1 0-.629c-.168.285-.345.628-.701.702-.493.157-.973-.222-1.136-.67a4.122 4.122 0 0 1-.063-2.561zM16.643 15.922c.567-.023 1.136-.01 1.703-.007v.305c-.483.014-.967-.005-1.45.009 0 .474-.005.949.002 1.424.441.008.884-.01 1.325.009l-.018.301c-.436.015-.874-.003-1.31.009.002.523-.006 1.045.006 1.568.492.011.984-.006 1.476.007l.002.294c-.577.022-1.154.009-1.731.007-.009-1.309.001-2.618-.005-3.926z"/><path fill="#b80b00" d="M13.062 10.009l.223-.003c.011 1.316.003 2.631.004 3.946l-.23-.005c.001-1.313-.006-2.625.003-3.938z"/><path fill="#bd1901" d="M7.218 15.897l.241.023c.263.62.477 1.262.758 1.875.26-.628.497-1.266.774-1.887h.261c-.279.742-.623 1.459-.9 2.203-.067.576-.005 1.161-.028 1.741l-.232.002c-.018-.569.018-1.141-.015-1.709-.255-.761-.653-1.474-.858-2.247z"/><path fill="#bd1a00" d="M13.391 15.912l.367-.004c.295 1.15.543 2.314.852 3.461.28-1.152.546-2.306.824-3.459l.36.001a471.37 471.37 0 0 1 0 3.944l-.242-.005c-.023-1.127.027-2.255-.025-3.38-.321 1.128-.491 2.309-.867 3.416l-.178-.074c-.293-1.114-.523-2.245-.82-3.358-.046 1.132-.001 2.265-.022 3.397l-.248.004a470.892 470.892 0 0 1 0-3.942z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--no-parking-or-no-stopping--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".96" d="M1.715 0h12.58A2.23 2.23 0 0 1 16 1.577v20.827c-.214.811-.901 1.425-1.715 1.596H1.751A2.26 2.26 0 0 1 0 22.291V1.72A2.273 2.273 0 0 1 1.715 0m.026.162C.828.299.104 1.169.13 2.092.129 8.697.129 15.302.131 21.908c-.038 1.016.847 1.944 1.864 1.947 4.003.007 8.007.004 12.01.001.988.01 1.882-.855 1.892-1.846.008-6.639.001-13.278.004-19.917.037-.937-.709-1.822-1.641-1.936-.618-.063-1.24-.016-1.86-.029C8.848.15 5.291.081 1.741.162z"/><path fill="#fff" d="M1.741.162C5.291.081 8.848.15 12.4.128c.62.013 1.242-.034 1.86.029.932.114 1.678.999 1.641 1.936-.003 6.639.004 13.278-.004 19.917-.01.991-.904 1.856-1.892 1.846-4.003.003-8.007.006-12.01-.001-1.017-.003-1.902-.931-1.864-1.947C.129 15.302.129 8.697.13 2.092.104 1.169.828.299 1.741.162m-.11.47C.996.808.546 1.443.562 2.098c-.003 6.601-.003 13.203 0 19.804-.024.82.715 1.555 1.534 1.525 3.936 0 7.872-.002 11.807.001.829.044 1.589-.692 1.568-1.522.004-6.604.003-13.208 0-19.812.026-.799-.665-1.525-1.468-1.528C10.136.549 6.268.568 2.4.557c-.257.002-.52.001-.769.075z"/><path fill="#fff" d="M1.144 2.093c-.027-.521.443-.972.959-.949 3.934-.008 7.869-.005 11.804-.001.522-.032 1.008.418.981.949.019 6.72.01 13.441.013 20.162-.249.309-.562.638-.998.592-3.936 0-7.872.003-11.807-.002-.517.032-.976-.433-.952-.946-.005-6.602-.006-13.204 0-19.805m4.205.427L5.348 6.5c.187-.002.373-.002.56.001.003-.885-.003-1.77.003-2.654.404.881.79 1.771 1.192 2.653.14.001.28 0 .42-.001.002-1.326.002-2.653.001-3.979-.187.001-.373.001-.56-.001-.003.79.003 1.579-.003 2.368-.358-.787-.698-1.582-1.056-2.369-.186.003-.371.004-.556.002m3.779.006c-.52.23-.661.86-.731 1.371-.061.781-.08 1.651.378 2.326.257.395.798.296 1.193.242.469-.274.595-.868.661-1.366.056-.761.073-1.599-.356-2.265-.234-.379-.753-.452-1.145-.308m3.925 8.12c-.335.977-.278 2.075-.083 3.077.086.674 1.105.834 1.426.267.187-.529.083-1.107.106-1.657l-.718.001-.004.48.237.076c-.03.296.058.646-.148.894-.264.123-.442-.148-.455-.381-.095-.758-.112-1.537.012-2.292.013-.232.208-.34.404-.405l.22.298.48-.013c-.019-.774-1.16-1.08-1.477-.345m-11.49-.359c-.002 1.324-.002 2.648-.001 3.971.164.003.329.003.493.001.001-.571.002-1.141-.001-1.712 1.169.192 1.549-1.43.803-2.102-.38-.25-.867-.133-1.294-.158m2.417-.001a1073.51 1073.51 0 0 0-.798 3.973l.514.002c.074-.351.146-.703.218-1.055.214 0 .429.003.644.002.07.351.143.701.213 1.051.173-.002.345 0 .517.003a755.045 755.045 0 0 0-.798-3.975l-.51-.001m1.612.001c-.001 1.324-.002 2.648.001 3.972l.492.002c.004-.635-.004-1.269.007-1.904l.202.082c.21.589.289 1.219.455 1.822.168.001.336-.001.504-.004-.124-.644-.259-1.287-.38-1.932.472-.422.504-1.169.204-1.697-.333-.479-.989-.312-1.485-.341m2.126 0c-.001 1.325-.002 2.649 0 3.974l.492-.002c.046-.626-.13-1.298.173-1.881.201.623.355 1.259.541 1.886.177-.004.354-.006.531-.006-.218-.861-.493-1.709-.685-2.576.15-.488.423-.927.62-1.396-.188.002-.376.002-.564.001-.204.416-.403.835-.612 1.249-.003-.416-.003-.833-.004-1.249h-.492m2.041.004v3.974c.164.002.329.002.493 0 .002-1.325.002-2.65 0-3.975a16.204 16.204 0 0 0-.493.001m.946-.004c-.002 1.324-.003 2.649 0 3.974h.491c.008-.771-.007-1.542.01-2.312.265.765.5 1.54.755 2.308.138.004.277.005.415.005.005-1.325.002-2.65.002-3.975h-.493c-.004.65.003 1.301-.007 1.952-.24-.647-.45-1.304-.682-1.953l-.491.001m-7.944 8.701c.762.425 1.398 1.119 2.238 1.371a7.34 7.34 0 0 0-.176-.871c2.9-.015 5.802.013 8.702-.014-.045-.322.116-.73-.105-.992-2.865-.025-5.731.003-8.597-.013.074-.286.148-.572.164-.868-.824.301-1.478.938-2.226 1.387z"/><path fill="#fff" d="M9.344 3.044c.513-.186.701.475.738.857.037.675.139 1.496-.339 2.043-.584.298-.798-.517-.816-.945-.005-.642-.14-1.503.417-1.955zM2.06 10.779c.897-.203.924 1.503-.002 1.248-.004-.416-.004-.832.002-1.248zM6.089 10.785c.897-.25.917 1.412-.001 1.108-.003-.369-.003-.739.001-1.108zM4.022 12.687c.066-.34.135-.681.214-1.018.076.337.145.676.212 1.016-.142.002-.284.003-.426.002z"/><path fill="#bf2519" d="M1.631.632C1.88.558 2.143.559 2.4.557c3.868.011 7.736-.008 11.603.009.803.003 1.494.729 1.468 1.528.003 6.604.004 13.208 0 19.812.021.83-.739 1.566-1.568 1.522-3.935-.003-7.871-.001-11.807-.001-.819.03-1.558-.705-1.534-1.525-.003-6.601-.003-13.203 0-19.804C.546 1.443.996.808 1.631.632m-.487 1.461c-.006 6.601-.005 13.203 0 19.805-.024.513.435.978.952.946 3.935.005 7.871.002 11.807.002.436.046.749-.283.998-.592-.003-6.721.006-13.442-.013-20.162.027-.531-.459-.981-.981-.949-3.935-.004-7.87-.007-11.804.001-.516-.023-.986.428-.959.949z"/><path fill="#bf2519" d="M5.349 2.52c.185.002.37.001.556-.002.358.787.698 1.582 1.056 2.369.006-.789 0-1.578.003-2.368.187.002.373.002.56.001.001 1.326.001 2.653-.001 3.979-.14.001-.28.002-.42.001-.402-.882-.788-1.772-1.192-2.653-.006.884 0 1.769-.003 2.654a20.908 20.908 0 0 0-.56-.001l.001-3.98zM9.128 2.526c.392-.144.911-.071 1.145.308.429.666.412 1.504.356 2.265-.066.498-.192 1.092-.661 1.366-.395.054-.936.153-1.193-.242-.458-.675-.439-1.545-.378-2.326.07-.511.211-1.141.731-1.371m.216.518c-.557.452-.422 1.313-.417 1.955.018.428.232 1.243.816.945.478-.547.376-1.368.339-2.043-.037-.382-.225-1.043-.738-.857zM13.053 10.646c.317-.735 1.458-.429 1.477.345l-.48.013a32.704 32.704 0 0 1-.22-.298c-.196.065-.391.173-.404.405-.124.755-.107 1.534-.012 2.292.013.233.191.504.455.381.206-.248.118-.598.148-.894l-.237-.076.004-.48.718-.001c-.023.55.081 1.128-.106 1.657-.321.567-1.34.407-1.426-.267-.195-1.002-.252-2.1.083-3.077zM1.563 10.287c.427.025.914-.092 1.294.158.746.672.366 2.294-.803 2.102.003.571.002 1.141.001 1.712-.164.002-.329.002-.493-.001-.001-1.323-.001-2.647.001-3.971m.497.492c-.006.416-.006.832-.002 1.248.926.255.899-1.451.002-1.248zM3.98 10.286l.51.001c.269 1.324.536 2.649.798 3.975a17.8 17.8 0 0 0-.517-.003c-.07-.35-.143-.7-.213-1.051-.215.001-.43-.002-.644-.002-.072.352-.144.704-.218 1.055a88.068 88.068 0 0 0-.514-.002c.263-1.325.53-2.649.798-3.973m.042 2.401c.142.001.284 0 .426-.002-.067-.34-.136-.679-.212-1.016-.079.337-.148.678-.214 1.018zM5.592 10.287c.496.029 1.152-.138 1.485.341.3.528.268 1.275-.204 1.697.121.645.256 1.288.38 1.932a21.17 21.17 0 0 1-.504.004c-.166-.603-.245-1.233-.455-1.822l-.202-.082c-.011.635-.003 1.269-.007 1.904l-.492-.002c-.003-1.324-.002-2.648-.001-3.972m.497.498c-.004.369-.004.739-.001 1.108.918.304.898-1.358.001-1.108zM7.718 10.287h.492c.001.416.001.833.004 1.249.209-.414.408-.833.612-1.249.188.001.376.001.564-.001-.197.469-.47.908-.62 1.396.192.867.467 1.715.685 2.576-.177 0-.354.002-.531.006-.186-.627-.34-1.263-.541-1.886-.303.583-.127 1.255-.173 1.881l-.492.002c-.002-1.325-.001-2.649 0-3.974zM9.759 10.291c.164-.003.329-.003.493-.001.002 1.325.002 2.65 0 3.975-.164.002-.329.002-.493 0v-3.974zM10.705 10.287l.491-.001c.232.649.442 1.306.682 1.953.01-.651.003-1.302.007-1.952h.493c0 1.325.003 2.65-.002 3.975-.138 0-.277-.001-.415-.005-.255-.768-.49-1.543-.755-2.308-.017.77-.002 1.541-.01 2.312h-.491c-.003-1.325-.002-2.65 0-3.974zM2.761 18.988c.748-.449 1.402-1.086 2.226-1.387-.016.296-.09.582-.164.868 2.866.016 5.732-.012 8.597.013.221.262.06.67.105.992-2.9.027-5.802-.001-8.702.014.078.286.133.577.176.871-.84-.252-1.476-.946-2.238-1.371z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-passenger-loading--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ea2d2e" d="M10.972 0h2.023c1.015.172 2.038.33 3.01.683 4.496 1.532 7.764 5.941 7.996 10.679v1.268c-.198 3.241-1.718 6.384-4.205 8.484-1.89 1.643-4.303 2.582-6.773 2.886h-2.016c-2.82-.319-5.561-1.529-7.548-3.578C1.477 18.453.321 15.773.001 13.017v-2.008C.177 9.935.343 8.85.746 7.833 2.035 4.291 5.092 1.443 8.734.454 9.465.234 10.226.148 10.972 0M6.071 4.441c.245.247.492.491.749.725.587.619 1.196 1.216 1.805 1.814.674.686 1.356 1.367 2.041 2.041.236.25.479.492.73.726.794.812 1.6 1.615 2.41 2.412.209-.002.416.01.624.004-.182.077-.385.04-.576.046.61.619 1.222 1.237 1.844 1.843.211.227.433.444.662.655.187.203.38.402.583.592.367.365.706.764 1.124 1.074.268.39.641.695.986 1.014l-.047-.211c.053.323.331.523.546.742 1.776-2.238 2.454-5.29 1.801-8.07-.572-2.562-2.261-4.837-4.529-6.151-3.299-1.962-7.76-1.661-10.754.745M4.378 6.14c-2.026 2.624-2.554 6.312-1.306 9.388 1.246 3.232 4.367 5.634 7.812 6.004 2.456.3 5.005-.416 6.965-1.921-1.072-1.063-2.122-2.149-3.208-3.197a.445.445 0 0 0-.17-.158l-.304-.332c-1.248-1.241-2.484-2.494-3.734-3.732a611.834 611.834 0 0 0-3.323-3.32c-.236-.25-.48-.491-.73-.727a130.437 130.437 0 0 0-2.003-2.003z"/><path fill="#fff" d="M6.071 4.441c2.994-2.406 7.456-2.707 10.754-.745 2.268 1.314 3.956 3.589 4.529 6.151.653 2.78-.025 5.832-1.801 8.07-.215-.218-.493-.419-.546-.742-.4-1.772-.816-3.541-1.207-5.316.206.199.408.403.612.606.037.45-.254 1.766.56 1.351.094-.522.082-1.069.02-1.594-.383-.426-.774-.863-1.234-1.207-.485-.064-.977-.018-1.463.004.052.406.12.809.229 1.202-.272.324-.546.647-.821.968-.012-2.48.006-4.962-.008-7.442a.656.656 0 0 0-.682-.701c-2.405-.02-4.812.002-7.217-.011a3.759 3.759 0 0 0-.978.13 20.482 20.482 0 0 1-.749-.725m10.535 4.861c-.604.056-.896.888-.449 1.303.385.445 1.193.216 1.301-.358.144-.502-.341-1.033-.852-.946z"/><path fill="#fff" d="M8.795 5.81c1.495-.031 2.996-.032 4.49.001.456.05.38.8-.078.758-1.444.011-2.89.011-4.333 0-.464.05-.542-.714-.079-.76zM4.378 6.14c.674.661 1.344 1.328 2.003 2.003.01 2.366-.007 4.734.008 7.099-.024.377.318.701.691.674 2.362.011 4.724-.005 7.087.006l.304.332c-.588-.019-1.177-.002-1.765-.006.018.48-.079.985.077 1.447.302.486.992.355 1.469.282.594-.272.362-1.05.39-1.565 1.086 1.048 2.136 2.134 3.208 3.197-1.96 1.505-4.508 2.221-6.965 1.921-3.445-.37-6.566-2.772-7.812-6.004-1.248-3.076-.72-6.763 1.306-9.388m3.117 10.111c.02.462-.06.938.053 1.391.25.544.961.4 1.44.359.709-.271.383-1.174.452-1.751-.649 0-1.297-.001-1.945.001zM8.624 6.98c.679.006 1.36.004 2.039.004.001.679 0 1.358.002 2.038a170.761 170.761 0 0 1-2.041-2.041zM11.398 6.985c.961.006 1.924-.017 2.885.007a.66.66 0 0 1 .673.686c.013 1.243.004 2.488.005 3.731.032.343-.173.698-.532.754-.208.006-.415-.006-.624-.004-.81-.797-1.615-1.6-2.41-2.412.002-.92-.004-1.842.002-2.762z"/><path fill="#fff" d="M7.11 8.87a693.409 693.409 0 0 1 3.323 3.32c-.911-.026-1.822.019-2.731-.019-.332-.01-.593-.325-.581-.649-.023-.884.007-1.769-.011-2.652zM15.697 14.052c.383-.311.684-.702 1.004-1.073.29.612-.1 1.182-.342 1.728a12.033 12.033 0 0 1-.662-.655zM8.19 13.711c.486-.172 1.037.301.938.809-.054.545-.785.828-1.192.46-.455-.334-.294-1.133.253-1.268m.128.368c-.448.088-.241.828.185.66.422-.097.228-.79-.185-.66zM16.943 15.299c.19-.422.374-.845.568-1.265.198.776.36 1.561.557 2.339-.419-.31-.757-.709-1.124-1.074z"/><path d="M6.82 5.166c.32-.079.647-.136.978-.13 2.405.013 4.812-.01 7.217.011a.656.656 0 0 1 .682.701c.014 2.48-.004 4.962.008 7.442.275-.322.548-.644.821-.968a8.465 8.465 0 0 1-.229-1.202c.486-.022.978-.067 1.463-.004.46.344.851.781 1.234 1.207.061.524.073 1.072-.02 1.594-.815.415-.523-.901-.56-1.351-.204-.203-.406-.407-.612-.606.391 1.775.808 3.544 1.207 5.316l.047.211c-.346-.319-.719-.624-.986-1.014-.197-.778-.359-1.562-.557-2.339-.193.42-.378.842-.568 1.265-.203-.19-.396-.389-.583-.592.242-.546.632-1.116.342-1.728-.32.371-.622.762-1.004 1.073a118.676 118.676 0 0 1-1.844-1.843c.191-.006.394.031.576-.046.359-.055.564-.41.532-.754-.001-1.243.008-2.488-.005-3.731a.659.659 0 0 0-.673-.686c-.961-.024-1.924-.001-2.885-.007-.006.92 0 1.842-.002 2.762a16.657 16.657 0 0 1-.73-.726c-.002-.679-.001-1.358-.002-2.038-.679 0-1.36.002-2.039-.004C8.02 6.38 7.41 5.784 6.823 5.165m1.972.645c-.463.046-.385.81.079.76 1.444.011 2.89.011 4.333 0 .458.042.534-.708.078-.758a103.397 103.397 0 0 0-4.49-.001zM6.38 8.143c.25.236.493.478.73.727.018.883-.012 1.768.011 2.652-.012.324.248.64.581.649.91.038 1.82-.007 2.731.019 1.25 1.238 2.486 2.491 3.734 3.732-2.363-.011-4.726.005-7.087-.006-.373.026-.715-.298-.691-.674-.016-2.365.001-4.733-.008-7.099m1.809 5.568c-.547.136-.708.935-.253 1.268.407.368 1.138.085 1.192-.46.098-.508-.452-.98-.938-.809z"/><path d="M16.604 9.301c.511-.088.996.444.852.946-.108.574-.916.803-1.301.358-.448-.415-.155-1.247.449-1.303zM8.317 14.08c.413-.13.607.563.185.66-.426.168-.632-.572-.185-.66zM7.496 16.249c.648-.002 1.296-.001 1.945-.001-.07.577.257 1.48-.452 1.751-.479.041-1.19.185-1.44-.359-.113-.452-.032-.929-.053-1.391zM12.706 16.249c.588.004 1.177-.013 1.765.006.071.037.127.09.17.158-.028.515.204 1.292-.39 1.565-.476.073-1.166.204-1.469-.282-.156-.462-.059-.967-.077-1.447z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.557 0h2.901c1.316.245 2.641.551 3.827 1.194C20.95 2.892 23.46 6.605 24 10.571v2.871c-.249 1.321-.553 2.65-1.195 3.844-1.699 3.663-5.407 6.175-9.373 6.715H10.56c-1.321-.249-2.652-.552-3.844-1.195C3.052 21.107.54 17.398 0 13.432v-2.871c.545-3.962 3.053-7.668 6.715-9.365C7.907.553 9.237.242 10.558.001m.397 1.851c-4.84.359-9.105 4.466-9.493 9.33-.331 3.174.92 6.445 3.283 8.586 1.992 1.852 4.726 2.893 7.448 2.798 3.895-.009 7.65-2.414 9.315-5.931 1.694-3.436 1.218-7.795-1.182-10.782-2.174-2.821-5.833-4.362-9.37-4.002z"/><path fill="#fff" d="M10.955 1.852c3.537-.361 7.196 1.181 9.37 4.002 2.4 2.987 2.876 7.346 1.182 10.782-1.665 3.517-5.42 5.922-9.315 5.931-2.722.095-5.456-.946-7.448-2.798-2.363-2.141-3.614-5.412-3.283-8.586.389-4.864 4.654-8.971 9.493-9.33m1.138.905c-.51.015-1.172.112-1.345.681-.384 1.283 1.277 2.694 2.46 2.068.851-.895.271-2.854-1.115-2.749m-1.31 3.146C9.9 6.6 9.056 7.345 8.183 8.054c-.29.219-.548.536-.521.923.01 1.013.008 2.03.095 3.04.232.467 1.078.313 1.14-.208.105-.829-.094-1.681.05-2.5.494-.67 1.256-1.077 1.884-1.611.003 1.328-.045 2.657-.026 3.985.01.438.468.633.756.883 1.01.829 2.155 1.514 3.065 2.453.643 1.38.999 2.888 1.638 4.269.461.778 1.787.186 1.482-.68-.477-1.49-1.087-2.947-1.663-4.401-.847-.997-2.01-1.666-2.949-2.572-.037-1.443-.083-2.884-.089-4.328.076-.56-.488-.851-.871-1.128-.407-.227-.945-.635-1.391-.275m2.756 3.041c.008.648.014 1.298.037 1.947.621.465 1.165 1.042 1.838 1.432.728.326 1.224-.747.689-1.215a240.226 240.226 0 0 0-2.564-2.164m-2.735 3.894c-1.018 1.684-2.029 3.37-3.049 5.053-.221.373-.581.759-.443 1.231.012.683 1.086 1.02 1.432.402a526.888 526.888 0 0 0 3.387-5.766c-.444-.305-.875-.626-1.327-.919z"/><path fill="#1f1a17" d="M12.092 2.758c1.386-.105 1.966 1.855 1.115 2.749-1.183.626-2.844-.784-2.46-2.068.173-.57.836-.666 1.345-.681zM10.782 5.904c.447-.361.984.047 1.391.275.384.277.947.569.871 1.128.005 1.444.051 2.885.089 4.328.939.906 2.102 1.575 2.949 2.572.576 1.454 1.186 2.911 1.663 4.401.304.866-1.022 1.458-1.482.68-.639-1.381-.995-2.889-1.638-4.269-.91-.938-2.055-1.624-3.065-2.453-.287-.25-.746-.445-.756-.883-.019-1.328.028-2.657.026-3.985-.628.534-1.39.941-1.884 1.611-.144.819.055 1.671-.05 2.5-.062.521-.907.675-1.14.208-.087-1.01-.085-2.028-.095-3.04-.027-.386.231-.703.521-.923.873-.708 1.717-1.454 2.599-2.15z"/><path fill="#1f1a17" d="M13.539 8.945a230.7 230.7 0 0 1 2.564 2.164c.535.468.039 1.541-.689 1.215-.673-.39-1.217-.968-1.838-1.432-.023-.649-.03-1.299-.037-1.947zM10.804 12.839c.452.293.883.613 1.327.919a517.621 517.621 0 0 1-3.387 5.766c-.347.619-1.421.281-1.432-.402-.139-.472.222-.857.443-1.231 1.02-1.683 2.032-3.369 3.049-5.053z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c31927" d="M10.957 0h2.064c4.559.425 8.754 3.57 10.264 7.918.371.979.532 2.017.715 3.042v2.059c-.184 1.093-.37 2.196-.779 3.233-1.21 3.233-3.888 5.875-7.141 7.03-.98.371-2.018.536-3.046.719h-2.052c-1.033-.182-2.077-.346-3.062-.718-3.254-1.156-5.932-3.798-7.144-7.03C.369 15.226.188 14.131 0 13.048v-2.074C.182 9.882.364 8.78.776 7.747 2.33 3.488 6.468.432 10.957 0M5.748 4.207c1.314 1.464 2.779 2.8 4.152 4.214 1.656 1.62 3.24 3.316 4.944 4.885l-.06-.204c.095.296.316.527.53.742 1.498 1.474 2.966 2.975 4.464 4.446 2.176-2.663 2.82-6.469 1.624-9.695-.818-2.299-2.527-4.255-4.674-5.41-3.428-1.883-7.969-1.49-10.98 1.021M2.695 15.671a10.063 10.063 0 0 0 5.057 5.382c3.409 1.642 7.71 1.093 10.61-1.332-.704-.7-1.382-1.426-2.12-2.089.014.065.044.194.06.258-.272-.674-.904-1.091-1.379-1.612-.563-.516-1.022-1.156-1.686-1.552a6.312 6.312 0 0 0-.15-.296c-.552-.529-1.08-1.084-1.632-1.613-.548-.527-1.034-1.127-1.644-1.584l-.088.017.036-.068c-.222-.376-.565-.662-.916-.913l-.08.02.037-.073C7.361 8.631 5.775 7.17 4.28 5.634c-2.291 2.737-2.92 6.727-1.585 10.037z"/><path fill="#fff" d="M5.748 4.207c3.011-2.512 7.552-2.904 10.98-1.021 2.147 1.154 3.856 3.11 4.674 5.41 1.196 3.226.552 7.032-1.624 9.695-1.498-1.471-2.966-2.972-4.464-4.446-.215-.215-.436-.445-.53-.742-.337-.712.106-1.445.034-2.179-.022-.822-.47-1.537-.769-2.279l.966.143c.124 1.082.246 2.166.368 3.248l.954.047c-.028-1.315-.056-2.63-.088-3.947-1.423-.661-2.773-1.514-4.252-2.042-1.177.031-1.792 1.344-2.098 2.328-1.373-1.415-2.838-2.75-4.152-4.214m4.73-.684c-.922.133-1.343 1.39-.696 2.056.552.686 1.758.486 2.07-.334.426-.863-.437-1.949-1.374-1.722zM2.695 15.671c-1.334-3.31-.706-7.3 1.585-10.037C5.775 7.17 7.362 8.63 8.8 10.216l-.037.073c-.532.33-1.038.696-1.564 1.036l.474.799c.682-.293 1.367-.58 2.05-.874l.088-.017c.61.457 1.096 1.057 1.644 1.584-1.24 2.101-1.619 4.529-2.298 6.839.462.126.92.258 1.381.39.367-1.238.744-2.474 1.104-3.715.18-.818.938-1.291 1.445-1.901.053.097.102.197.15.296.821 1.918 1.615 3.847 2.426 5.77.379-.314.756-.631 1.136-.942-.172-.553-.349-1.104-.498-1.664a10.756 10.756 0 0 1-.06-.258c.738.664 1.416 1.39 2.12 2.089-2.9 2.425-7.201 2.974-10.61 1.332a10.066 10.066 0 0 1-5.057-5.382z"/><path d="M10.477 3.524c.937-.227 1.8.859 1.374 1.722-.312.82-1.518 1.02-2.07.334-.647-.666-.226-1.922.696-2.056zM9.9 8.422c.306-.984.92-2.297 2.098-2.328 1.478.528 2.828 1.381 4.252 2.042.031 1.316.06 2.632.088 3.947l-.954-.047a3584.43 3584.43 0 0 0-.368-3.248l-.966-.143c.299.742.748 1.457.769 2.279.072.734-.371 1.468-.034 2.179l.06.204c-1.704-1.57-3.288-3.265-4.944-4.885zM7.2 11.324c.526-.34 1.032-.706 1.564-1.036l.08-.02c.35.251.694.538.916.913l-.036.068c-.683.294-1.368.581-2.05.874l-.474-.799zM11.455 12.817c.552.529 1.08 1.084 1.632 1.613-.506.61-1.265 1.082-1.445 1.901-.36 1.241-.737 2.477-1.104 3.715-.461-.132-.919-.264-1.381-.39.679-2.31 1.058-4.738 2.298-6.839zM13.237 14.726c.664.396 1.123 1.036 1.686 1.552.475.521 1.106.937 1.379 1.612.149.56.326 1.111.498 1.664-.38.311-.757.628-1.136.942-.811-1.922-1.606-3.852-2.426-5.77z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--no-pedestrians--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#dd8188" d="M0 0h23.469v.106C15.646.105 7.823.102 0 .108V0z"/><path fill="#c0111e" d="M0 .108C7.823.102 15.646.105 23.469.106v23.773c-7.434.019-14.866 0-22.3.01-.39.001-.782.007-1.169-.042V.109m4.799 3.384C6.42 5.11 8.037 6.731 9.656 8.349c-.56.451-1.176.844-1.646 1.395-1.539-1.57-3.106-3.113-4.658-4.67v15.29c5.098.001 10.197-.001 15.296.001-1.377-1.366-2.744-2.742-4.116-4.112.413-.168.989-.407.906-.959-.17-.676-.535-1.285-.779-1.937 1.861 1.848 3.707 3.708 5.565 5.558V3.492c-5.142 0-10.283-.002-15.425 0z"/><path fill="#fff" d="M4.799 3.493c5.142-.002 10.283 0 15.425 0v15.423c-1.857-1.85-3.704-3.71-5.565-5.558.244.652.61 1.261.779 1.937.083.552-.493.791-.906.959 1.372 1.37 2.739 2.746 4.116 4.112-5.099-.002-10.198 0-15.296-.001V5.075c1.552 1.558 3.119 3.101 4.658 4.67.47-.551 1.086-.944 1.646-1.395-1.619-1.618-3.237-3.239-4.857-4.856m5.936.881c-.054.158-.107.318-.159.478l-.445.101c.135.078.27.153.406.229.037.467.274.871.666 1.129-.728.558-.673 1.53-1.002 2.3-.519.53-1.18.907-1.696 1.446l.32.228.342-.142c.089.047.178.095.269.141.432-.311.868-.62 1.318-.907.105.405.265.803.292 1.223-.269.532-.753.93-.962 1.499-.397 1.057-.667 2.157-1.014 3.232-.191.081-.382.162-.571.25.552.114 1.11.2 1.668.271.453-1.415.596-3.114 1.816-4.117.582 1.223 1.097 2.481 1.625 3.73-.144.2-.285.404-.41.617.602-.12 1.153-.401 1.708-.654-.635-1.57-1.347-3.106-1.99-4.672.256-.887-.138-1.813-.162-2.713.274.296.605.55.818.896.122.641.08 1.361.55 1.88.507-.718.309-1.695.046-2.464-.684-.788-1.253-1.788-2.295-2.144.008-.319.041-.636.069-.954l.478-.127a2.363 2.363 0 0 1-.607-.691 7.419 7.419 0 0 0-1.074-.065M5.724 16.941c.133.057.267.113.401.168-.006.125-.011.251-.015.377-.138.002-.276.005-.414.01-.016.487-.067.981.011 1.465-.008.177.268.179.286.011.07-.376.027-.762.034-1.143.388.003.775.002 1.163-.002 0 .428-.002.857.019 1.285.652-.168.216-1.12.312-1.613-.194-.008-.39-.014-.584-.017a6.23 6.23 0 0 0 .468-.722c-.551.003-1.237-.245-1.681.182m4.091-.217c-.157.013-.211.106-.161.281.425.083.871.083 1.296-.001.022-.511-.784-.267-1.134-.28m2.946-.063c-.029.875-.008 1.75-.016 2.625l-.462-.005c-.018-.548.063-1.107-.058-1.646l-.235.01c-.116.525-.039 1.069-.054 1.601-.235.057-.598-.011-.623.321 1.016.154 2.063.068 3.09.035l-.057-.309c-.415-.01-.832-.01-1.247-.01l.003-1.044c.255-.22.879-.308.722-.754-.256.076-.492.203-.73.322.007-.384.005-.769-.007-1.153l-.326.007m-7.741.111c-.135.125-.139.508.075.512.359.042.136-.813-.075-.512m3.115.714c.427.191.897-.315.891-.72-.426-.024-.635.457-.891.72m1.338.304c.277.03.555.047.834.058.139.566-.336 1.525.323 1.803.044-.598.029-1.198.023-1.797l.492-.05-.008-.304c-.531.078-1.371-.294-1.663.289m-4.873-.069c.141.084.282.169.426.252-.004.331-.004.663-.01.994a6.349 6.349 0 0 0-.321.59c.156-.028.312-.055.468-.085.674.157 1.373.088 2.059.097.199 0 .665-.031.393-.312-.734-.102-1.48-.005-2.219-.057-.041-.508.016-1.022-.051-1.527-.169-.262-.53-.053-.745.049m3.583.866l.447-.084c.072.362-.219 1.009.267 1.129.198-.518-.045-1.104.199-1.612.057-.141.142-.293.038-.436-.416.211-.811.542-.95 1.004m-1.846-.451l.2.244-.169.355.26.314.274-.308-.168-.361.191-.235-.274-.262-.314.253zM0 23.846c.388.05.779.044 1.169.042 7.434-.01 14.866.01 22.3-.01v.121H0v-.154z"/><path fill="#0366b3" d="M10.735 4.375c.359-.001.718.014 1.074.065.152.272.365.498.607.691l-.478.127c-.028.318-.061.635-.069.954 1.042.356 1.611 1.356 2.295 2.144.263.769.461 1.746-.046 2.464-.47-.518-.428-1.238-.55-1.88-.212-.346-.544-.6-.818-.896.024.901.418 1.827.162 2.713.644 1.565 1.355 3.102 1.99 4.672-.554.253-1.105.534-1.708.654.125-.213.265-.417.41-.617-.528-1.249-1.043-2.506-1.625-3.73-1.22 1.004-1.362 2.703-1.816 4.117a21.857 21.857 0 0 1-1.668-.271c.189-.087.38-.169.571-.25.347-1.075.617-2.175 1.014-3.232.209-.569.693-.967.962-1.499-.027-.421-.187-.819-.292-1.223-.45.287-.886.596-1.318.907-.09-.047-.179-.095-.269-.141l-.342.142-.32-.228c.516-.539 1.177-.916 1.696-1.446.329-.77.274-1.743 1.002-2.3a1.468 1.468 0 0 1-.666-1.129 53.165 53.165 0 0 1-.406-.229l.445-.101c.052-.16.105-.32.159-.478zM5.724 16.941c.444-.427 1.13-.178 1.681-.182a6.146 6.146 0 0 1-.468.722c.194.003.39.008.584.017-.097.493.34 1.445-.312 1.613-.021-.428-.019-.857-.019-1.285a64.41 64.41 0 0 1-1.163.002c-.007.38.036.767-.034 1.143-.018.169-.294.167-.286-.011-.078-.484-.027-.978-.011-1.465l.414-.01c.004-.126.008-.252.015-.377-.135-.055-.269-.11-.401-.168m.702.156c-.027.541.533-.193 0 0zM9.815 16.725c.35.014 1.156-.23 1.134.28a3.384 3.384 0 0 1-1.296.001c-.05-.175.004-.269.161-.281zM12.762 16.662l.326-.007c.013.384.015.769.007 1.153.238-.119.474-.245.73-.322.157.446-.467.534-.722.754l-.003 1.044c.415 0 .832 0 1.247.01l.057.309c-1.027.033-2.074.119-3.09-.035.025-.331.389-.263.623-.321.015-.532-.062-1.077.054-1.601.058-.002.175-.006.235-.01.121.539.04 1.098.058 1.646l.462.005c.007-.875-.013-1.75.016-2.625zM5.021 16.773c.211-.302.434.554.075.512-.215-.004-.21-.387-.075-.512zM8.136 17.487c.256-.263.465-.744.891-.72.006.405-.464.911-.891.72zM9.474 17.791c.292-.583 1.132-.211 1.663-.289l.008.304-.492.05c.005.599.02 1.199-.023 1.797-.658-.278-.184-1.237-.323-1.803a13.74 13.74 0 0 1-.834-.058z"/><path fill="#0366b3" d="M4.602 17.721c.216-.102.577-.311.745-.049.067.505.01 1.019.051 1.527.739.052 1.486-.045 2.219.057.272.281-.194.312-.393.312-.686-.008-1.385.061-2.059-.097-.156.03-.312.057-.468.085.096-.203.204-.399.321-.59.005-.331.005-.663.01-.994-.143-.083-.285-.168-.426-.252zM8.185 18.588c.139-.462.534-.792.95-1.004.104.143.019.295-.038.436-.243.508-.001 1.094-.199 1.612-.485-.12-.194-.767-.267-1.129l-.447.084z"/><path fill="#0366b3" d="M6.34 18.138l.314-.253.274.262-.191.235.168.361-.274.308-.26-.314.169-.355-.2-.244z"/><path fill="#e4eff7" d="M6.426 17.096c.533-.193-.027.541 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M10.605 0h2.732c.901.207 1.831.322 2.692.678-.978-.121-1.912-.483-2.902-.537-1.744-.226-3.462.186-5.154.537C8.816.325 9.728.223 10.606 0zM6.9 1.126c.234-.166.497-.286.777-.354-.103.322-.476.423-.777.354zM16.323.772c.279.068.543.187.776.356-.301.067-.673-.033-.776-.356zM17.567 1.333c.286.109.548.269.79.458-.325.029-.751-.071-.79-.458zM9.232 2.814c2.967-.901 6.343-.26 8.77 1.669-1.228 1.245-2.478 2.47-3.706 3.716-2.118-1.574-4.259-3.121-6.349-4.732-.06.04-.119.081-.179.12 1.155.747 2.214 1.631 3.339 2.425-1.136.067-1.222 1.591-.254 1.995-.06.487-.659.405-.992.606-.887.46-1.401 1.447-1.522 2.411-.114.726.172 1.554-.389 2.15-1.635-1.638-3.247-3.301-4.878-4.942 1.155-2.577 3.434-4.638 6.16-5.418zM3.134 3.887c.241-.267.497-.52.763-.76a2.62 2.62 0 0 1-.763.76zM20.101 3.126c.268.241.525.497.766.765a2.53 2.53 0 0 1-.766-.765zM16.26 9.502c1.147-1.108 2.253-2.256 3.392-3.373 1.701 2.17 2.473 5.11 1.864 7.808-.42 2.816-2.329 5.32-4.794 6.7-3.314 1.91-7.75 1.549-10.727-.851 1.024-1.026 2.037-2.062 3.081-3.07a48.82 48.82 0 0 0-.06 1.43c.557-.077 1.257.024 1.631-.497-.268.004-.536.014-.804.028.113-.67.216-1.344.343-2.012.642.826 1.806 1.376 1.984 2.468l.491.043c.956.973 1.937 1.923 2.858 2.929a8.99 8.99 0 0 1 .127-.148c-.978-.9-1.877-1.881-2.814-2.82.387-.113.776-.223 1.155-.363-.265-.292-.684-.124-1.026-.126-.165-1.426-.308-2.853-.565-4.266.42-.399.777-.875 1.274-1.183.179.188.343.389.497.599.241-.038.481-.074.723-.11l-.126-.487a4.767 4.767 0 0 1-.854-.325 90.59 90.59 0 0 1 2.149-2.146c.092.063.278.187.37.248-.059-.159-.113-.32-.169-.479m.162.513c1.592 1.08 3.11 2.272 4.653 3.421.085.201.22.053.329.01-1.637-1.133-3.223-2.344-4.807-3.551-.06.039-.119.08-.176.12z"/><path fill="#fff" d="M11.972 6.65c.73.56 1.472 1.101 2.21 1.649-.469.477-.936.954-1.422 1.413-.128-.678-.338-1.528-1.189-1.547.31-.445.497-.967.4-1.515zM3.031 8.382c1.614 1.669 3.26 3.31 4.884 4.97l.593.625c-1.384 1.388-2.77 2.777-4.161 4.16-2.161-2.696-2.685-6.583-1.316-9.755zM8.627 13.238c.078-1.07.087-2.258.721-3.17.663.695.456 1.773.378 2.641-.311.42-.72.755-1.081 1.13-.194-.17-.387-.343-.583-.512.188-.032.377-.061.565-.089zM10.263 15.527c.368-.392.753-.769 1.133-1.15.66.853.526 1.984.67 2.99-.601-.614-1.207-1.222-1.803-1.84z"/><path fill="#c0111e" d="M7.972.678c1.693-.352 3.41-.763 5.154-.537.991.054 1.924.416 2.902.537l.294.093c.103.322.474.423.776.356.158.067.313.137.469.205.039.387.465.487.79.458.628.38 1.227.813 1.744 1.335.194.311.462.564.766.765 1.76 1.815 2.736 4.25 3.133 6.72v2.754c-.236 1.118-.442 2.251-.914 3.3-1.617 3.968-5.487 6.776-9.707 7.335h-2.736c-1.084-.232-2.187-.424-3.208-.872C3.419 21.531.564 17.638.001 13.385v-2.757C.389 8.15 1.373 5.709 3.135 3.887a2.62 2.62 0 0 0 .763-.76c.871-.834 1.888-1.535 3.003-2.001.301.068.674-.032.777-.354.098-.031.197-.061.294-.093m1.26 2.135c-2.727.78-5.005 2.841-6.16 5.418a3.622 3.622 0 0 0-.04.149c-1.369 3.172-.846 7.059 1.316 9.755 1.391-1.383 2.777-2.771 4.161-4.16l-.593-.625.148-.025c.197.169.389.342.583.512.361-.375.77-.71 1.081-1.13 1.06-.945 2.033-1.988 3.033-2.996.486-.459.953-.936 1.422-1.413l.113-.1c1.228-1.246 2.478-2.471 3.706-3.716-2.427-1.928-5.803-2.57-8.77-1.669m7.028 6.688c.056.159.11.32.169.479a79.617 79.617 0 0 1-.37-.248 92.516 92.516 0 0 0-2.149 2.146c-.1.085-.201.17-.301.257l.061.067c-.497.308-.854.784-1.274 1.183-.339.325-.675.653-1 .992-.38.381-.765.758-1.133 1.15-.412.381-.809.777-1.187 1.19-1.044 1.007-2.057 2.044-3.081 3.07 2.978 2.4 7.413 2.761 10.727.851 2.466-1.38 4.374-3.885 4.794-6.7.608-2.699-.163-5.639-1.864-7.808-1.139 1.116-2.245 2.265-3.392 3.373z"/><path fill="#030303" d="M7.768 3.587c.06-.039.119-.08.179-.12 2.09 1.61 4.231 3.158 6.349 4.732l-.113.1c-.738-.548-1.48-1.09-2.21-1.649.096.548-.091 1.07-.4 1.515.851.02 1.06.869 1.189 1.547-1 1.007-1.973 2.051-3.033 2.996.078-.868.285-1.947-.378-2.641-.635.913-.643 2.1-.721 3.17-.188.028-.377.057-.565.089l-.148.025c-1.624-1.66-3.269-3.301-4.884-4.97.01-.038.029-.113.04-.149 1.631 1.641 3.243 3.304 4.878 4.942.561-.596.275-1.425.389-2.15.121-.964.635-1.951 1.522-2.411.333-.201.932-.119.992-.606-.968-.405-.882-1.928.254-1.995-1.125-.794-2.184-1.679-3.339-2.425zM16.422 10.012c.057-.04.116-.081.176-.12 1.584 1.207 3.17 2.418 4.807 3.551-.109.043-.244.191-.329-.01-1.543-1.15-3.061-2.341-4.653-3.421zM13.609 12.135c.1-.087.201-.172.301-.257.273.137.56.243.854.325l.126.487-.723.11a6.166 6.166 0 0 0-.497-.599l-.061-.067zM11.396 14.378c.325-.339.661-.667 1-.992.257 1.412.4 2.84.565 4.266.342.001.76-.166 1.026.126-.38.14-.769.25-1.155.363.938.939 1.836 1.92 2.814 2.82a8.99 8.99 0 0 0-.127.148c-.921-1.006-1.902-1.956-2.858-2.929l-.491-.043c-.179-1.093-1.342-1.642-1.984-2.468-.127.668-.23 1.342-.343 2.012.268-.014.536-.024.804-.028-.374.52-1.074.42-1.631.497.013-.477.033-.953.06-1.43.378-.413.776-.809 1.187-1.19.596.618 1.201 1.227 1.803 1.84-.144-1.006-.01-2.138-.67-2.99z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians--g5" xmlns="http://www.w3.org/2000/svg"><path d="M10.836 0h2.31c1.7.335 3.538.641 4.927 1.75-3.691-2.15-8.459-2.152-12.15.001C7.307.642 9.141.341 10.836 0zM9.553 5.111c.168-.492 1.03-.509 1.183-.002.143.443-.025.899-.038 1.346.217.366.694.446 1.037.66.608 1.772.841 3.678 1.207 5.482.235.115.451.331.719.343.378-.203.725-.469 1.153-.564-.217-.136-.569-.116-.666-.388.091-.433.222-.886.552-1.201a9.2 9.2 0 0 0-.598-.314l.56-.22.386.546c.194-.204.394-.403.599-.596.073.205.143.41.211.618-.233.023-.466.046-.698.071.174.335.416.631.564.978-.097.22-.344.311-.522.455.293.154.696.216.832.562.352.718.73 1.43.95 2.203l-.448-.168.286.43c-.367.224-.77.379-1.153.572.374.871.509 1.82.874 2.684-.266.106-.469-.167-.562-.383-.329-.776-.77-1.5-1.073-2.287-.307.776-.536 1.597-.817 2.394-.283.106-.574.233-.883.186.671-.686.73-1.687.864-2.585a5.246 5.246 0 0 1-.902-.46c.371-.604.874-1.115 1.404-1.579l-.205-.617c-.306.1-.607.212-.91.323-.361-.32-.624-.79-1.117-.922-.019-.158-.031-.316-.048-.474-.546-.823-.541-1.89-.892-2.804-.359 1.028 0 2.082.22 3.094-.368.556-.258 1.284-.364 1.919.223 1.055.628 2.065.899 3.108-.211.445-.545.875-1.002 1.088.038-.289.139-.564.253-.83-.492-1.46-1.484-2.777-1.373-4.386-.745 1.409-.762 3.037-1.09 4.558-.371.331-.874.491-1.318.708-.02-.422.449-.59.589-.943.259-1.658.085-3.378.536-5.003-.137-1.073.762-2.05.336-3.132-.288 1.226-1.391 1.944-2.012 2.965-.102-1.008.588-1.891 1.026-2.755.23-.694.336-1.422.503-2.134.109-.574.776-.719 1.195-1.015-.265-.455-.432-1.015-.248-1.53m6.205 8.438c-.048.146-.096.293-.142.44.307.287.622.572.853.928l.118-.148c-.401-.311-.511-.839-.829-1.22zM22.249 5.927C23.352 7.315 23.664 9.143 24 10.84v2.299c-.274 1.171-.343 2.448-1.021 3.478 1.402-3.444 1.129-7.469-.73-10.69zM4.993 21.628c1.141.734 2.34 1.403 3.656 1.77 2.957.894 6.21.505 8.948-.889-1.268.959-2.92 1.168-4.435 1.492h-2.309c-2.074-.362-4.277-.916-5.861-2.372z"/><path fill="#fff" d="M5.923 1.751c3.691-2.153 8.459-2.152 12.15-.001.317.214.636.422.956.63.13.199.313.353.536.437l.047.025c.514.518 1.028 1.034 1.547 1.548l.025.047c.085.222.236.407.434.536.206.32.416.638.63.954 1.859 3.221 2.131 7.246.73 10.69a3.12 3.12 0 0 1-.055.116 8.097 8.097 0 0 0-.542 1.097c-.017.029-.052.085-.068.114a.747.747 0 0 0-.286.437l-.053.131a7.04 7.04 0 0 0-.797 1.085.344.344 0 0 0-.03.035 37.02 37.02 0 0 0-1.414 1.416l-.128.119a7.515 7.515 0 0 0-1.096.808l-.116.062a.66.66 0 0 0-.456.274c-.114.065-.227.132-.34.199-2.738 1.394-5.992 1.783-8.948.889-1.316-.367-2.515-1.036-3.656-1.77a.938.938 0 0 0-.03-.032 1.046 1.046 0 0 0-.541-.409l-.032-.024c-.506-.528-1.031-1.039-1.553-1.552l-.024-.032a1.005 1.005 0 0 0-.428-.551 40.909 40.909 0 0 0-.634-.962c-.203-.455-.426-.9-.677-1.33a4.514 4.514 0 0 0-.055-.122 12.731 12.731 0 0 1-.355-8.278l.07-.196c.317-.745.658-1.478 1.013-2.206.216-.32.427-.643.634-.971a.585.585 0 0 0 .328-.433l.13-.14C3.36 3.88 3.873 3.36 4.388 2.843a.759.759 0 0 1 .049-.026c.222-.084.406-.238.535-.437.319-.206.637-.415.953-.628m5.17-1.316C7.11.701 3.392 3.215 1.631 6.794c-1.79 3.503-1.61 7.919.475 11.257 2.024 3.36 5.849 5.538 9.774 5.55 3.859.067 7.667-1.96 9.78-5.188 1.672-2.484 2.3-5.629 1.738-8.567-.577-3.155-2.543-6.018-5.27-7.7C16.048.84 13.54.244 11.096.436z"/><path fill="#fff" d="M11.1 3.448c4.025-.509 8.119 2.258 9.164 6.174 1.148 3.734-.662 8.068-4.103 9.901-2.428 1.369-5.528 1.436-8.01.166-3.28-1.586-5.266-5.408-4.651-9.005.516-3.766 3.811-6.91 7.6-7.236M9.553 5.111c-.184.515-.017 1.075.248 1.53-.419.296-1.086.442-1.195 1.015-.167.712-.272 1.44-.503 2.134-.438.864-1.128 1.747-1.026 2.755.622-1.021 1.724-1.739 2.012-2.965.426 1.082-.473 2.059-.336 3.132-.451 1.625-.277 3.344-.536 5.003-.14.353-.61.521-.589.943.444-.217.947-.377 1.318-.708.328-1.52.344-3.149 1.09-4.558-.112 1.609.881 2.926 1.373 4.386a3.176 3.176 0 0 0-.253.83c.457-.214.791-.643 1.002-1.088-.271-1.043-.676-2.053-.899-3.108.106-.635-.005-1.363.364-1.919-.22-1.012-.578-2.065-.22-3.094.35.914.346 1.981.892 2.804.017.158.029.316.048.474.493.132.756.601 1.117.922.302-.11.604-.223.91-.323l.205.617c-.53.464-1.033.976-1.404 1.579.282.188.59.329.902.46-.134.898-.193 1.898-.864 2.585.31.047.6-.08.883-.186.281-.797.51-1.618.817-2.394.302.787.744 1.511 1.073 2.287.092.216.295.488.562.383-.365-.864-.499-1.813-.874-2.684.383-.193.786-.348 1.153-.572a64.12 64.12 0 0 0-.286-.43l.448.168c-.221-.773-.599-1.486-.95-2.203-.136-.346-.539-.408-.832-.562.178-.144.425-.235.522-.455-.148-.347-.39-.643-.564-.978.233-.025.466-.048.698-.071a24.934 24.934 0 0 0-.211-.618c-.205.193-.404.392-.599.596-.13-.182-.258-.365-.386-.546l-.56.22c.203.098.402.202.598.314-.33.316-.461.768-.552 1.201.097.271.449.252.666.388-.428.095-.775.361-1.153.564-.268-.012-.484-.228-.719-.343-.366-1.804-.599-3.709-1.207-5.482-.343-.214-.82-.294-1.037-.66.013-.448.181-.904.038-1.346-.154-.506-1.015-.49-1.183.002z"/><path fill="#fff" d="M15.757 13.55c.318.382.428.91.829 1.22l-.118.148c-.232-.355-.546-.641-.853-.928.046-.148.094-.294.142-.44z"/><path fill="#d40000" d="M11.095.436c2.444-.192 4.952.404 7.032 1.71 2.728 1.682 4.693 4.546 5.27 7.7.563 2.938-.066 6.083-1.738 8.567-2.113 3.228-5.921 5.255-9.78 5.188-3.925-.012-7.75-2.19-9.774-5.55C.019 14.713-.161 10.297 1.63 6.794 3.392 3.216 7.109.702 11.094.436m.006 3.012c-3.788.326-7.084 3.47-7.6 7.236-.614 3.596 1.372 7.418 4.651 9.005 2.482 1.271 5.582 1.204 8.01-.166 3.44-1.834 5.251-6.167 4.103-9.901-1.045-3.916-5.14-6.683-9.164-6.174z"/><path fill="#323232" opacity=".91" d="M4.435 2.815c.011-.283.284-.419.535-.437-.13.199-.313.353-.535.437z"/><path fill="#303030" opacity=".9" d="M19.03 2.38c.25.018.524.152.536.437a1.101 1.101 0 0 1-.536-.437z"/><path fill="#323232" opacity=".88" d="M2.837 4.39a3.752 3.752 0 0 1 1.549-1.548c-.515.517-1.028 1.037-1.549 1.548z"/><path fill="#313131" opacity=".87" d="M19.613 2.842A3.701 3.701 0 0 1 21.16 4.39c-.518-.514-1.033-1.03-1.547-1.548z"/><path fill="#2f2f2f" opacity=".9" d="M21.185 4.436c.283.012.42.286.434.536a1.115 1.115 0 0 1-.434-.536z"/><path fill="#252525" opacity=".88" d="M2.38 4.963a.434.434 0 0 1 .328-.433.58.58 0 0 1-.328.433z"/><path fill="#212121" opacity=".82" d="M.733 8.14a4.123 4.123 0 0 1 1.013-2.206c-.355.727-.696 1.46-1.013 2.206z"/><path fill="#1a1a1a" opacity=".84" d="M0 10.824c.212-.829.193-1.744.664-2.489a12.732 12.732 0 0 0 .355 8.278C.331 15.61.27 14.344 0 13.192v-2.368z"/><path fill="#212121" opacity=".83" d="M1.074 16.735c.251.43.474.875.677 1.33-.385-.344-.604-.823-.677-1.33z"/><path fill="#212121" opacity=".84" d="M22.381 17.83c.154-.378.334-.745.542-1.097-.046.422-.221.814-.542 1.097z"/><path fill="#2c2c2c" opacity=".91" d="M22.027 18.38a.746.746 0 0 1 .286-.437c.023.187-.056.443-.286.437z"/><path fill="#232323" opacity=".82" d="M21.178 19.596c.229-.386.498-.748.797-1.085a2.013 2.013 0 0 1-.797 1.085z"/><path fill="#2b2b2b" opacity=".87" d="M2.384 19.027c.205.127.354.32.428.551a.545.545 0 0 1-.428-.551z"/><path fill="#2a2a2a" opacity=".85" d="M2.837 19.61c.522.512 1.046 1.024 1.553 1.552a3.794 3.794 0 0 1-1.553-1.552z"/><path fill="#2c2c2c" opacity=".86" d="M19.734 21.047c.462-.48.925-.961 1.414-1.416-.317.596-.806 1.112-1.414 1.416z"/><path fill="#282828" opacity=".87" d="M4.422 21.186c.22.077.413.212.541.409-.272.052-.479-.164-.541-.409z"/><path fill="#222" opacity=".82" d="M18.51 21.973a7.664 7.664 0 0 1 1.096-.808 2.042 2.042 0 0 1-1.096.808z"/><path fill="#2a2a2a" opacity=".91" d="M17.938 22.309a.668.668 0 0 1 .456-.274.379.379 0 0 1-.456.274z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--no-pedestrians--g6" xmlns="http://www.w3.org/2000/svg"><path opacity=".87" d="M1.099 0H18.13c.553.08 1.005.525 1.103 1.073-.017.143-.039.286-.044.43.004 6.798 0 13.595.002 20.393-.007.345-.017.691.042 1.033-.1.534-.531.964-1.064 1.065-.144-.017-.287-.039-.432-.043-5.161.004-10.322 0-15.482.002-.398.003-.799-.026-1.194.039-.604-.111-1.091-.668-1.059-1.293 0-7.149-.003-14.297.002-21.446C-.011.631.496.091 1.1 0m-.079.126C.501.223.093.719.104 1.249c-.001 7.167-.002 14.335 0 21.502-.013.59.502 1.129 1.093 1.137 5.598.003 11.196 0 16.794.001.608.017 1.153-.532 1.14-1.138.002-7.168.002-14.336 0-21.503.015-.611-.53-1.156-1.14-1.146C12.478.096 6.965.102 1.452.099c-.144 0-.29 0-.432.027z"/><path fill="#fff" d="M1.021.126c.142-.028.288-.027.432-.027C6.966.103 12.479.096 17.992.102c.61-.01 1.155.536 1.14 1.146.002 7.167.002 14.335 0 21.503.013.607-.532 1.155-1.14 1.138-5.598-.002-11.196.001-16.794-.002C.607 23.878.092 23.34.105 22.75.103 15.583.103 8.415.105 1.248A1.151 1.151 0 0 1 1.022.125m.101.26a.877.877 0 0 0-.749.865v21.501c-.01.465.41.887.877.869h16.735c.467.016.884-.408.873-.873.002-7.164.002-14.329 0-21.493.015-.489-.435-.91-.919-.881C12.334.38 6.727.354 1.121.386z"/><path fill="#fff" d="M1.119.876c.074-.025.154-.026.231-.028C6.88.85 12.411.847 17.941.85a.414.414 0 0 1 .442.448v21.404c.025.245-.194.471-.441.44-5.565-.002-11.13.001-16.694-.002-.232.011-.417-.213-.396-.438V1.297c-.015-.18.09-.367.267-.422m.374 2.349V6.42h.363V5.024c.302-.004.688.067.878-.234.29-.441.267-1.156-.177-1.491-.332-.145-.713-.047-1.065-.074m7.358.213c-.299.382-.226 1.031.207 1.282.231.128.468.291.554.555.117.255.085.68-.243.747-.277.036-.41-.265-.401-.497l-.37.001c-.001.37.165.788.54.918.342.13.708-.117.831-.436.215-.558-.029-1.248-.534-1.563-.136-.098-.327-.162-.375-.342-.083-.201.069-.503.309-.463.158.029.218.191.262.325h.359c-.022-.247-.105-.508-.318-.656-.242-.213-.646-.131-.82.13m4.897-.212v3.194h.379V3.226h-.379m-10.552.011c-.001 1.061-.001 2.122 0 3.183h1.337v-.45H3.57V4.926h.56v-.444l-.56-.001v-.798h.894v-.444H3.195m1.804-.002v3.182c.222-.002.444.007.666-.003.335-.016.602-.308.672-.622a4.706 4.706 0 0 0 .025-1.782c-.057-.328-.255-.679-.602-.759-.252-.037-.508-.01-.761-.017m1.866.001v3.184h1.338v-.45h-.962V4.927H7.8v-.445h-.559v-.797l.894-.001V3.24h-1.27m3.376.401c.154 0 .308 0 .462-.002.009.927 0 1.854.005 2.782h.367v-2.78h.477v-.402H10.24v.402m1.609 2.779h.368c.002-.493 0-.986.001-1.479l.334-.003c.126.493.24.988.362 1.481h.383c-.123-.521-.253-1.04-.375-1.562.48-.353.481-1.197.017-1.559-.343-.13-.73-.032-1.09-.062-.001 1.061-.001 2.122 0 3.183m3.184-3.186a1792.92 1792.92 0 0 0-.633 3.186l.378.001c.063-.298.123-.597.185-.895h.526c.064.298.123.597.186.895h.373c-.216-1.062-.435-2.124-.653-3.186h-.362m1.27 3.186h.371c.002-.622-.002-1.244.002-1.866.237.621.467 1.245.702 1.866h.365c0-1.061.001-2.122 0-3.183h-.369c-.002.685 0 1.37-.001 2.055l-.784-2.055h-.286V6.42M2.519 9.76c1.689 1.69 3.381 3.376 5.069 5.066-1.689 1.692-3.38 3.379-5.07 5.069.678.672 1.352 1.35 2.029 2.024l5.071-5.066 5.072 5.065 2.028-2.023c-1.688-1.692-3.381-3.379-5.07-5.069 1.687-1.692 3.381-3.376 5.069-5.067-.675-.675-1.349-1.352-2.027-2.025-1.693 1.686-3.38 3.377-5.072 5.063-1.693-1.685-3.379-3.378-5.072-5.063-.676.674-1.354 1.348-2.027 2.026z"/><path fill="#fff" d="M1.862 3.685c.185.016.396-.049.562.051.171.185.148.481.066.702-.122.229-.424.12-.632.143l.005-.897zM5.364 3.682c.216-.017.494.008.579.247.15.451.13.941.086 1.408-.033.19-.022.421-.188.553-.131.117-.319.066-.478.076V3.682zM12.217 3.685c.182.008.371-.026.548.023.187.13.166.408.114.603-.108.267-.442.147-.662.171v-.797zM15.217 4.226c.06.281.117.563.173.844h-.341c.055-.282.111-.563.168-.844z"/><path d="M1.123.385C6.728.353 12.336.379 17.942.372c.484-.029.934.393.919.881.002 7.164.002 14.329 0 21.493.011.465-.406.889-.873.873H1.253c-.467.019-.887-.404-.877-.869-.002-7.167-.002-14.334 0-21.501a.876.876 0 0 1 .749-.865m-.006.492c-.177.055-.282.242-.267.422v21.405c-.022.224.164.449.396.438 5.565.003 11.13 0 16.694.002.247.031.466-.196.441-.44V1.299a.413.413 0 0 0-.442-.448C12.41.848 6.88.851 1.35.85c-.078.002-.157.003-.231.028z"/><path d="M1.493 3.224c.352.028.733-.071 1.065.074.443.334.467 1.049.177 1.491-.19.301-.576.231-.878.234v1.396h-.363V3.223m.368.462l-.005.897c.208-.023.511.086.632-.143.082-.221.106-.517-.066-.702-.166-.1-.377-.035-.562-.051zM8.85 3.438c.174-.261.578-.343.82-.13.212.148.296.409.318.656h-.359c-.044-.134-.104-.296-.262-.325-.24-.04-.392.262-.309.463.048.179.239.244.375.342.505.316.75 1.005.534 1.563-.123.319-.49.566-.831.436-.375-.13-.541-.549-.54-.918l.37-.001c-.01.232.124.533.401.497.328-.067.36-.492.243-.747-.086-.265-.322-.427-.554-.555-.433-.251-.506-.9-.207-1.282zM13.748 3.227h.379v3.195h-.379V3.228zM3.196 3.237h1.269v.444h-.894v.798l.56.001v.444h-.56v1.044h.963v.45H3.197c-.001-1.061-.001-2.122 0-3.183zM4.999 3.237c.254.007.509-.02.761.017.347.079.545.43.602.759.102.588.1 1.198-.025 1.782-.071.314-.338.607-.672.622-.222.01-.444 0-.666.003V3.238m.365.444c-.002.762-.001 1.523 0 2.284.159-.01.347.041.478-.076.166-.132.155-.363.188-.553.044-.467.064-.957-.086-1.408-.085-.238-.363-.263-.579-.247zM6.865 3.237h1.27v.444c-.298.002-.596 0-.894.002v.797H7.8v.445h-.559v1.044h.962v.45H6.865V3.235zM10.241 3.641v-.402h1.312v.402h-.477v2.78h-.367c-.004-.927.005-1.855-.005-2.782-.154.001-.308.002-.462.001zM11.849 6.42c-.001-1.061-.001-2.122 0-3.183.36.031.747-.068 1.09.062.465.362.463 1.206-.017 1.559.122.522.252 1.041.375 1.562h-.383c-.122-.494-.236-.989-.362-1.481l-.334.003-.001 1.479h-.368m.368-2.736v.797c.22-.024.554.096.662-.171.053-.195.073-.473-.114-.603-.177-.049-.366-.016-.548-.023zM15.033 3.233h.362c.218 1.062.437 2.123.653 3.186h-.373c-.063-.298-.122-.597-.186-.895h-.526c-.063.298-.123.597-.185.895l-.378-.001.633-3.186m.184.994c-.057.281-.113.563-.168.844h.341a78.805 78.805 0 0 0-.173-.844zM16.303 6.42V3.237h.286l.784 2.055c.002-.685 0-1.37.001-2.055h.369c.001 1.061 0 2.122 0 3.183h-.365c-.236-.622-.465-1.245-.702-1.866-.003.622 0 1.244-.002 1.866h-.371zM2.519 9.76c.673-.678 1.351-1.351 2.027-2.026 1.693 1.686 3.379 3.378 5.072 5.063 1.692-1.686 3.379-3.377 5.072-5.063a773.91 773.91 0 0 1 2.027 2.025c-1.688 1.692-3.382 3.376-5.069 5.067 1.689 1.691 3.382 3.378 5.07 5.069-.677.673-1.352 1.348-2.028 2.023l-5.072-5.065-5.071 5.066c-.677-.674-1.351-1.351-2.029-2.024 1.69-1.69 3.382-3.378 5.07-5.069-1.688-1.691-3.38-3.377-5.069-5.066z"/><path opacity=".76" d="M19.234 1.073l.007-.06v21.975l-.007-.06c-.059-.341-.048-.688-.042-1.033-.002-6.798.002-13.595-.002-20.393.005-.144.028-.287.044-.43z"/><path opacity=".73" d="M1.06 23.991c.395-.065.796-.036 1.194-.039 5.161-.002 10.322.002 15.482-.002.145.005.288.026.432.043l.062.007-17.171-.009z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians-bicycles-animals-or-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M10.782 0h2.42c4.101.448 7.899 3.062 9.65 6.815.613 1.245.934 2.604 1.149 3.967v2.42c-.45 4.101-3.062 7.898-6.815 9.649-1.244.615-2.603.935-3.967 1.15h-2.42c-4.101-.448-7.899-3.062-9.65-6.815C.536 15.941.215 14.582 0 13.219v-2.42c.21-1.37.533-2.735 1.149-3.984C2.899 3.066 6.689.458 10.782 0M5.624 4.286c2.077 2.086 4.164 4.16 6.24 6.247 2.076-2.086 4.163-4.16 6.239-6.245-1.85-1.313-4.075-2.184-6.367-2.147-2.206.021-4.328.886-6.112 2.145M4.16 5.749c-1.335 1.895-2.231 4.175-2.145 6.52.053 2.156.924 4.212 2.144 5.962 2.082-2.078 4.163-4.158 6.241-6.24A3337.899 3337.899 0 0 0 4.16 5.75m9.168 6.241c2.078 2.082 4.159 4.163 6.241 6.24 1.218-1.75 2.09-3.803 2.144-5.959.086-2.345-.811-4.626-2.145-6.521a3059.228 3059.228 0 0 0-6.24 6.24m-7.704 7.7c1.853 1.316 4.081 2.2 6.38 2.161 2.202-.032 4.32-.902 6.102-2.161-2.081-2.078-4.155-4.162-6.241-6.236-2.086 2.073-4.16 4.158-6.24 6.236z"/><path fill="#fff" d="M5.624 4.286c1.784-1.259 3.906-2.124 6.112-2.145 2.292-.037 4.516.833 6.367 2.147-2.076 2.085-4.163 4.159-6.239 6.245-2.076-2.086-4.163-4.16-6.24-6.247m5.771-1.734c-.356.119-.476.628-.187.878.28.295.845.103.881-.305.071-.373-.34-.709-.694-.574m.021 1.226c-.53.493-.907 1.133-1.352 1.704-.202.137-.09.537.171.393.381-.357.651-.815.988-1.213.003.276.004.551.005.827l1.05-.001-.001-1.017c.165.148.331.294.497.439.034.338-.092.833.372.876.036-.349.047-.703.053-1.055-.489-.444-1.002-1.396-1.783-.952m-.152 1.834c.018.803-.667 1.386-.674 2.188-.041.347-.332 1.25.334 1.014.21-.866.264-1.788.829-2.528.137.957.524 1.845 1.058 2.645.181-.107.464-.28.278-.521-.5-.851-.844-1.795-.837-2.794-.33.001-.659 0-.988-.004zM4.16 5.749c2.082 2.078 4.163 4.158 6.24 6.241a4589.577 4589.577 0 0 1-6.241 6.24c-1.22-1.75-2.091-3.806-2.144-5.962-.086-2.345.811-4.625 2.145-6.52m.408 5.255l-.367-.335-.073.475c.098-.015.293-.044.39-.057-.108.179-.218.36-.324.541-.626-.225-1.432.065-1.556.77-.21.798.712 1.568 1.456 1.2.748-.31.798-1.309.262-1.842l.274-.442c.471.517.945 1.033 1.412 1.552l.541.011c.265.665 1.121 1.073 1.727.579.707-.534.388-1.833-.529-1.888-.649-.119-1.089.469-1.251 1.019l-.4.055-.345-.382.055-.435c-.282-.377-.702-.57-1.146-.686.225-.435.661-.632 1.113-.753-.534-.228-1.044.119-1.241.618m2.023.02l.011.436.38.067c.378-.43 1-.128 1.437-.444-.603-.109-1.218-.069-1.828-.059zM13.328 11.991c2.077-2.084 4.158-4.163 6.24-6.24 1.335 1.895 2.231 4.176 2.145 6.521-.054 2.156-.926 4.209-2.144 5.959a4079.588 4079.588 0 0 1-6.241-6.24m1.767-1.49c.084.145.169.289.256.433-.224.316-.53.63-.434 1.056.384-.037.76-.123 1.135-.207.526.909 1.63 1.759 1.093 2.927l.434.028c.04-.524 0-1.047-.057-1.567.64.145 1.494-.144 1.971.384l.245.046.204-.381c.104.145.21.29.316.434-.079.334-.162.665-.243.998l.396.005c.092-.434.2-.865.349-1.283a2.404 2.404 0 0 1-.092-1.336c.141.522.174 1.064.303 1.589.422-.856-.128-1.804-.232-2.684-1.59-.009-3.389.435-4.787-.558l.116.258a56.54 56.54 0 0 0-.593.067l-.382-.211z"/><path fill="#fff" d="M3.252 13.358c-.92-.53-.144-1.942.818-1.557-.179.324-.404.628-.534.976.426-.046.504-.572.761-.848.642.711-.156 1.965-1.044 1.429zM6.761 12.51c.179-.936 1.655-.996 1.735.016.124 1.03-1.338 1.246-1.716.367.361-.057.789.076 1.1-.158-.054-.578-.752-.178-1.12-.224zM5.624 19.691c2.08-2.078 4.154-4.163 6.24-6.236 2.086 2.074 4.16 4.158 6.241 6.236-1.782 1.259-3.899 2.13-6.102 2.161-2.298.038-4.527-.845-6.38-2.161m4.718-2.47c-.037.599.131 1.174.323 1.733-.965.015-1.933-.029-2.897.018l-.12.222c1.168.078 2.343.015 3.514.032.02.633.393 1.345 1.1 1.37.795.107 1.333-.647 1.358-1.37.384.003.767.003 1.151.003 0-.069-.001-.206-.003-.274l-.589-.001.396-1.658c-1.411-.021-2.822-.057-4.233-.074z"/><path fill="#fff" d="M11.403 19.233l.574-.007c-.091.778.884.764.789-.005l.599.013c-.013.592-.45 1.213-1.104 1.12-.582-.028-.808-.628-.857-1.121z"/><path fill="#030303" d="M11.395 2.552c.353-.136.765.2.694.574-.036.407-.601.6-.881.305-.289-.251-.169-.76.187-.878z"/><path fill="#030303" d="M11.416 3.777c.781-.444 1.294.508 1.783.952a11.98 11.98 0 0 1-.053 1.055c-.464-.042-.338-.538-.372-.876a50.362 50.362 0 0 1-.497-.439l.001 1.017-1.05.001-.005-.827c-.336.398-.607.856-.988 1.213-.261.144-.373-.256-.171-.393.444-.571.822-1.211 1.352-1.704z"/><path fill="#030303" d="M11.264 5.612c.328.004.658.005.988.004-.007 1 .338 1.944.837 2.794.186.241-.098.414-.278.521-.534-.8-.92-1.688-1.058-2.645-.566.74-.62 1.662-.829 2.528-.666.236-.375-.667-.334-1.014.007-.802.692-1.385.674-2.188zM4.568 11.003c.196-.5.707-.847 1.241-.618-.452.121-.887.318-1.113.753.444.116.864.309 1.146.686-.015.109-.042.327-.055.435l.345.382.4-.055c.162-.55.603-1.138 1.251-1.019.916.055 1.236 1.354.529 1.888-.607.495-1.462.086-1.727-.579l-.541-.011c-.467-.52-.942-1.035-1.412-1.552l-.274.442c.535.533.485 1.532-.262 1.842-.744.368-1.665-.402-1.456-1.2.124-.705.93-.996 1.556-.77.107-.181.216-.361.324-.541-.098.013-.293.042-.39.057l.073-.475.367.335m-1.318 2.355c.889.535 1.687-.719 1.044-1.429-.257.276-.335.802-.761.848.131-.348.355-.651.534-.976-.961-.385-1.738 1.027-.818 1.557m3.51-.848c.368.046 1.065-.353 1.12.224-.311.235-.738.102-1.1.158.377.88 1.84.663 1.716-.367-.08-1.011-1.556-.952-1.735-.016zM15.095 10.501l.382.211c.198-.024.396-.046.593-.067l-.116-.258c1.398.993 3.196.549 4.787.558.104.88.654 1.828.232 2.684-.129-.525-.162-1.067-.303-1.589-.104.448-.057.905.092 1.336a9.965 9.965 0 0 0-.349 1.283l-.396-.005c.08-.334.164-.665.243-.998a31.877 31.877 0 0 1-.316-.434l-.204.381-.245-.046c-.477-.527-1.332-.239-1.971-.384.057.52.096 1.043.057 1.567l-.434-.028c.537-1.168-.567-2.019-1.093-2.927-.376.084-.752.17-1.135.207-.096-.426.21-.74.434-1.056a30.788 30.788 0 0 1-.256-.433zM10.341 17.221c1.411.017 2.822.053 4.233.074l-.396 1.658.589.001.003.274c-.384 0-.767 0-1.151-.003-.025.723-.563 1.477-1.358 1.37-.707-.025-1.08-.737-1.1-1.37-1.171-.017-2.346.046-3.514-.032l.12-.222c.964-.047 1.932-.004 2.897-.018-.193-.559-.36-1.134-.323-1.733m1.062 2.013c.049.493.276 1.093.857 1.121.654.094 1.091-.527 1.104-1.12l-.599-.013c.095.769-.88.783-.789.005-.191.001-.382.004-.574.007z"/><path fill="#0a0a0a" d="M6.589 11.023c.609-.009 1.225-.05 1.828.059-.438.316-1.059.015-1.437.444l-.38-.067-.011-.436z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M10.711 0h2.552c4.408.506 8.434 3.532 9.975 7.717.386.96.563 1.983.762 2.994v2.552c-.508 4.409-3.532 8.435-7.718 9.975-.96.386-1.982.563-2.993.762h-2.555c-4.407-.508-8.431-3.533-9.972-7.717C.376 15.322.199 14.3 0 13.289v-2.553c.193-1.02.375-2.05.762-3.019C2.3 3.539 6.315.522 10.711 0m.096 3.212c-2.567.315-4.946 1.839-6.313 4.031-1.579 2.458-1.789 5.715-.553 8.361 1.689 3.861 6.376 6.034 10.413 4.788 4.233-1.121 7.116-5.725 6.236-10.026-.703-4.481-5.294-7.848-9.782-7.154z"/><path fill="#fff" d="M10.807 3.212c4.488-.694 9.079 2.673 9.782 7.154.88 4.302-2.003 8.905-6.236 10.026-4.037 1.246-8.724-.927-10.413-4.788-1.235-2.645-1.026-5.903.553-8.361C5.861 5.05 8.24 3.526 10.806 3.212m.786.513c-.681.366-.029 1.456.615 1.023.669-.366.025-1.452-.615-1.023m.158 1.463c-.627.772-1.095 1.667-1.626 2.508.814.227 1.039-.825 1.471-1.296.008.442.012.884.013 1.326.399.007.796.012 1.195.012 0-.563-.005-1.125.004-1.688.669.321.479 1.064.498 1.666.699-.207.652-1.197.334-1.691-.552-.375-1.15-1.279-1.89-.837m-.085 2.715c-.518 1.066-1.142 2.077-1.666 3.141.277-.03.635.041.793-.253.547-.803.909-1.714 1.381-2.56.53.906 1.007 1.843 1.544 2.745.251.092.312-.407.294-.593-.312-.876-.898-1.625-1.262-2.48h-1.085M3.57 11.297l.004.4c5.57.003 11.141.003 16.712 0l.001-.4c-5.572-.003-11.145-.004-16.717 0m6.103 1.389c-.308.671-.468 1.399-.69 2.102-.955-.125-1.982.351-2.361 1.264-.529 1.104.115 2.56 1.292 2.902 1.117.407 2.45-.327 2.73-1.474.307-1.011-.289-2.106-1.216-2.547.051-.155.1-.31.147-.466.79.817 1.53 1.679 2.277 2.535.33.455.938.277 1.415.31.253 1.124 1.44 1.954 2.584 1.663 1.25-.24 2.046-1.729 1.517-2.896-.395-1.044-1.626-1.559-2.674-1.249-.198-.435-.395-.872-.589-1.309l.118-.387c.18-.003.358-.026.536-.039a9.737 9.737 0 0 0-.03-.417c-.65-.001-1.301-.012-1.951.009.14.375.661.291.982.417a10.54 10.54 0 0 1-.15.408c-1.251.004-2.502.004-3.753 0 .007-.725.62-.942 1.251-.824.004-.109.011-.327.013-.435-.489.039-1.197-.123-1.449.431z"/><path fill="#fff" d="M9.756 13.974c1.221-.003 2.442-.003 3.663.001-.348.947-.703 1.892-1.056 2.838-.866-.949-1.738-1.892-2.607-2.839zM13.868 14.146l.407.884a2.444 2.444 0 0 0-1.054 1.861 50.222 50.222 0 0 0-.388-.009c.337-.915.692-1.824 1.036-2.736zM6.961 16.536c.176-.841 1.04-1.359 1.866-1.293-.033.59-.862 1.617-.159 1.886.302-.54.399-1.165.619-1.738.546.313.971.876.959 1.527.025.956-.9 1.791-1.848 1.662-.961-.084-1.693-1.107-1.437-2.043zM14.901 15.263c.835-.199 1.791.239 2.059 1.082.371.948-.35 2.085-1.352 2.195-.825.134-1.587-.454-1.853-1.209.619-.079 1.348.119 1.9-.111-.042-.669-.543-1.3-.754-1.957z"/><path fill="#fff" d="M14.466 15.473c.219.466.429.938.635 1.41-.47.001-.938.004-1.407-.012a2.035 2.035 0 0 1 .772-1.398z"/><path fill="#030303" d="M11.592 3.725c.64-.429 1.284.657.615 1.023-.644.433-1.296-.657-.615-1.023zM11.75 5.188c.74-.442 1.338.462 1.89.837.317.493.365 1.483-.334 1.69-.02-.602.17-1.344-.498-1.666-.009.563-.004 1.125-.004 1.688-.399 0-.796-.005-1.195-.012a83.74 83.74 0 0 0-.013-1.326c-.433.471-.657 1.523-1.471 1.296.531-.841.999-1.735 1.626-2.508zM11.664 7.903h1.085c.363.855.949 1.604 1.262 2.48.018.186-.043.685-.294.593-.536-.902-1.014-1.839-1.544-2.745-.472.846-.834 1.757-1.381 2.56-.159.294-.517.223-.793.253.523-1.064 1.148-2.075 1.666-3.141zM3.57 11.297c5.572-.004 11.145-.003 16.717 0l-.001.4c-5.571.003-11.142.003-16.712 0l-.004-.4zM9.673 12.686c.252-.555.96-.392 1.449-.431l-.013.435c-.631-.118-1.245.098-1.251.824 1.251.004 2.502.004 3.753 0 .052-.135.102-.271.15-.408-.321-.126-.842-.042-.982-.417.65-.021 1.301-.011 1.951-.009.013.139.024.278.03.417-.178.013-.357.037-.536.039l-.118.387c.194.437.391.873.589 1.309 1.048-.311 2.279.205 2.674 1.249.529 1.167-.268 2.656-1.517 2.896-1.144.291-2.33-.539-2.584-1.663-.477-.033-1.085.146-1.415-.31-.746-.856-1.487-1.718-2.277-2.535a19.34 19.34 0 0 1-.147.466c.927.441 1.523 1.536 1.216 2.547-.281 1.148-1.613 1.881-2.73 1.474-1.176-.342-1.82-1.798-1.292-2.902.379-.913 1.406-1.389 2.361-1.264.222-.703.382-1.431.69-2.102m.082 1.286c.87.947 1.742 1.89 2.607 2.839.353-.946.708-1.891 1.056-2.838a638.933 638.933 0 0 0-3.663-.001m4.112.172c-.344.911-.699 1.82-1.036 2.736l.388.009a2.447 2.447 0 0 1 1.054-1.861c-.135-.295-.27-.59-.407-.884m-6.906 2.39c-.256.936.476 1.959 1.437 2.043.948.13 1.873-.706 1.848-1.662.012-.65-.413-1.213-.959-1.527-.22.573-.317 1.197-.619 1.738-.703-.269.126-1.296.159-1.886-.826-.066-1.691.452-1.866 1.293m7.94-1.272c.211.657.712 1.288.754 1.957-.552.231-1.281.033-1.9.111.266.755 1.028 1.343 1.853 1.209 1.002-.11 1.723-1.247 1.352-2.195-.268-.843-1.224-1.281-2.059-1.082m-.435.21a2.032 2.032 0 0 0-.772 1.398c.47.016.938.013 1.407.012a55.678 55.678 0 0 0-.635-1.41z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians-or-bicycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e23828" d="M10.919 0h2.12c.809.155 1.628.263 2.417.509 3.586 1.042 6.576 3.884 7.829 7.398.374.966.53 1.993.715 3.007v2.132c-.18 1.091-.368 2.189-.779 3.222-1.61 4.366-5.953 7.522-10.6 7.732H11.39c-4.681-.206-9.053-3.408-10.639-7.819-.4-1.025-.575-2.113-.751-3.193v-1.94C.169 9.956.344 8.854.752 7.82 2.02 4.347 4.992 1.545 8.544.511c.775-.244 1.583-.344 2.375-.51M6.179 5.13c4.229 4.236 8.462 8.467 12.695 12.701 1.356-1.619 2.158-3.712 2.119-5.831.054-3.026-1.594-5.998-4.156-7.597-3.215-2.106-7.762-1.802-10.658.727m-3.047 8.424c.403 2.375 1.818 4.548 3.811 5.898 3.222 2.263 7.924 2.012 10.885-.583-4.23-4.232-8.46-8.466-12.694-12.696-1.724 2.004-2.46 4.782-2.003 7.381z"/><path fill="#fff" d="M6.179 5.13c2.897-2.53 7.444-2.833 10.658-.727 2.562 1.6 4.21 4.571 4.156 7.597.038 2.119-.763 4.212-2.119 5.831-4.232-4.234-8.466-8.465-12.695-12.701m8.868-.878c-.426.128-.599.718-.294 1.049.319.422 1.084.236 1.16-.292.116-.482-.406-.93-.866-.757m-.501 3.084c-.371.444-.743.888-1.116 1.331.145.12.29.24.438.358.228-.274.456-.55.688-.821-.041 1.388-.636 2.692-.925 4.042.288.076.576.155.865.228.258-.97.524-1.936.775-2.908-.241 1.13.61 1.97 1.09 2.896l.766-.466c-.31-.575-.709-1.105-.973-1.702-.029-.992-.012-1.986-.004-2.98.353.553.151 1.235.202 1.849l.553.002c-.062-.742.212-1.596-.331-2.213-.356-.47-.587-1.349-1.328-1.235-.632.24-.739 1.025-.698 1.618zM3.132 13.554c-.457-2.599.278-5.377 2.003-7.381 4.234 4.23 8.464 8.464 12.694 12.696-2.962 2.596-7.663 2.846-10.885.583-1.993-1.35-3.408-3.523-3.811-5.898m4.841-.798c-.271.671-.431 1.384-.655 2.072-.893-.145-1.87.449-2.015 1.368-.221.954.545 1.993 1.531 2.023.858.103 1.697-.566 1.817-1.416.15-.737-.298-1.453-.913-1.828l.072-.352c.629.736 1.356 1.408 1.838 2.249.252.122.494-.072.722-.157.16.778.788 1.499 1.625 1.506 1.034.127 1.973-.893 1.798-1.91-.088-1.026-1.213-1.715-2.182-1.434-.187-.493-.632-.964-.475-1.522.16-.034.32-.068.48-.104-.032-.626-.832-.3-1.242-.354-.022.12-.043.241-.062.361l.404.097c-.112.331-.211.666-.307 1.002-.754-.245-1.507-.487-2.264-.72l.137-.497c.212-.01.426-.02.64-.034l.001-.421c-.306.026-.695-.118-.949.07z"/><path fill="#fff" d="M7.898 14.038c.818.188 1.606.486 2.407.734-.181.443-.222 1.086-.511 1.393-.695-.618-1.289-1.405-1.896-2.128zM10.238 16.373c.179-.708.416-1.4.626-2.1l.367.791c-.541.278-.594.954-.994 1.309zM5.662 16.675c-.138-.874.72-1.602 1.562-1.478-.008.54-.637 1.135-.262 1.595.39-.389.443-.964.636-1.454.821.443.94 1.726.154 2.26-.76.607-2.041.06-2.09-.922zM11.742 15.232c1.142-.338 2.176 1.087 1.456 2.047-.618.99-2.26.588-2.42-.55.508-.007 1.016.004 1.524-.022-.046-.536-.39-.977-.559-1.476z"/><path fill="#fff" d="M10.784 16.302c.115-.347.313-.658.589-.899.148.301.289.605.431.908-.341.002-.68.001-1.02-.01z"/><path d="M15.047 4.252c.461-.173.983.275.866.757-.077.528-.841.714-1.16.292-.305-.331-.132-.92.294-1.049zM14.546 7.336c-.041-.593.066-1.378.698-1.618.742-.114.972.764 1.328 1.235.544.617.269 1.471.331 2.213l-.553-.002c-.05-.614.151-1.296-.202-1.849-.008.994-.025 1.987.004 2.98.264.596.664 1.127.973 1.702l-.766.466c-.48-.925-1.331-1.765-1.09-2.896-.251.972-.517 1.938-.775 2.908-.289-.073-.577-.152-.865-.228.289-1.35.884-2.653.925-4.042-.232.271-.46.547-.688.821-.148-.118-.293-.238-.438-.358.373-.443.745-.887 1.116-1.331zM7.974 12.756c.254-.187.643-.043.949-.07l-.001.421c-.214.013-.427.024-.64.034l-.137.497c.757.233 1.511.475 2.264.72.096-.336.196-.671.307-1.002a77.874 77.874 0 0 1-.404-.097c.019-.12.041-.241.062-.361.41.054 1.21-.272 1.242.354-.16.036-.32.071-.48.104-.157.558.288 1.028.475 1.522.968-.281 2.094.408 2.182 1.434.175 1.018-.763 2.038-1.798 1.91-.836-.007-1.465-.728-1.625-1.506-.228.085-.47.28-.722.157-.482-.841-1.21-1.513-1.838-2.249l-.072.352c.616.374 1.063 1.091.913 1.828-.12.85-.959 1.519-1.817 1.416-.986-.03-1.752-1.069-1.531-2.023.145-.919 1.122-1.513 2.015-1.368.224-.689.384-1.402.655-2.072m-.075 1.281c.607.722 1.201 1.51 1.896 2.128.289-.307.33-.95.511-1.393-.802-.248-1.589-.546-2.407-.734m2.34 2.334c.4-.355.452-1.031.994-1.309l-.367-.791c-.21.7-.448 1.392-.626 2.1m-4.577.302c.049.982 1.331 1.529 2.09.922.786-.534.667-1.817-.154-2.26-.193.491-.246 1.066-.636 1.454-.376-.46.253-1.055.262-1.595-.842-.124-1.7.605-1.562 1.478m6.08-1.442c.169.499.514.94.559 1.476-.508.025-1.016.014-1.524.022.161 1.138 1.802 1.54 2.42.55.72-.96-.313-2.386-1.456-2.047m-.957 1.069c.34.011.679.012 1.02.01-.142-.304-.283-.607-.431-.908a2.034 2.034 0 0 0-.589.899z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-pedestrians-or-bicycles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.106 0h1.513c4.525.223 8.772 3.186 10.468 7.397.494 1.138.731 2.362.913 3.582v2.093c-.215 1.446-.548 2.89-1.212 4.201-1.776 3.737-5.593 6.284-9.68 6.727h-2.185c-1.289-.21-2.584-.473-3.776-1.024C3.067 21.214.23 17.05.001 12.621V11.39C.225 7.05 2.949 2.954 6.907 1.138c1.316-.641 2.761-.935 4.2-1.139M8.249 2.737C4.781 4.104 2.26 7.554 2.035 11.279c-.32 3.743 1.708 7.542 4.975 9.384 1.31-2.275 2.618-4.552 3.941-6.82.139-.251.281-.5.42-.751l-.179.086c.257-.218.438-.512.589-.81.17-.272.334-.548.498-.824 1.567-2.742 3.157-5.471 4.732-8.208-2.633-1.511-5.95-1.752-8.762-.599m10.393 1.779c-.352.596-.683 1.206-1.05 1.794-.17.323-.385.654-.343 1.038-.025-.053-.078-.157-.103-.209a32.743 32.743 0 0 0-1.122 1.939l.227-.132c-.716.649-1.058 1.624-1.555 2.441-1.984 3.352-3.905 6.742-5.858 10.111 2.606.863 5.569.623 7.969-.725 2.345-1.267 4.128-3.52 4.836-6.089 1.043-3.601-.18-7.705-3-10.169z"/><path fill="#fff" d="M8.249 2.737c2.813-1.153 6.13-.912 8.762.599-1.574 2.737-3.164 5.466-4.732 8.208-.32-.96-1.303-1.601-2.316-1.382-.205-.504-.469-1.001-.488-1.555l.436-.161.004-.403a24.709 24.709 0 0 0-1.678.006l-.05.282c.29.061.582.12.874.179l-.088.314c-1.123-.013-2.246.028-3.368-.018-.023-.733.497-1.147 1.212-1.04l.041-.377c-.472-.061-1.151-.197-1.412.325-.312.792-.535 1.618-.808 2.424-1.074-.166-2.191.623-2.227 1.742-.128 1.109.932 2.122 2.03 1.99 1.079-.054 1.894-1.184 1.667-2.227-.089-.6-.557-1.027-1.021-1.366l.164-.468c.702.803 1.393 1.615 2.106 2.408.298.359.812.198 1.217.238.287 1.018 1.357 1.604 2.378 1.388-1.322 2.268-2.63 4.544-3.941 6.82-3.268-1.842-5.296-5.641-4.975-9.384.224-3.725 2.746-7.175 6.214-8.542zM18.642 4.516c2.82 2.464 4.043 6.568 3 10.169-.708 2.569-2.491 4.822-4.836 6.089-2.4 1.348-5.363 1.588-7.969.725 1.954-3.37 3.875-6.76 5.858-10.111-.096.57-.056 1.315.67 1.378.074-.792.121-1.586.182-2.38.262-.078.523-.156.786-.23-.102.551-.21 1.102-.313 1.652l2.083.001c.08-.25.162-.499.244-.748.496.865 1.591.82 2.447 1.032.061-.93-1.196-.91-1.429-1.692-.362-.671-.446-1.558-1.091-2.034-.721-.428-1.409.27-2.023.58l-.227.132c.354-.658.724-1.308 1.122-1.939.025.052.078.156.103.209.137.455.64.744 1.098.584.596-.167.809-1.012.358-1.436-.282-.328-.739-.246-1.112-.186.367-.588.698-1.198 1.05-1.794m-3.66 12.645c-.088.466.349.744.746.814.468-1.406.914-2.82 1.38-4.229a8.63 8.63 0 0 1 1.549 3.245c.082.587.64.954 1.213.845-.118-.637-.263-1.267-.394-1.901-.184-1.333-1.074-2.404-1.621-3.599-.647-.002-1.294 0-1.94-.002-.31 1.609-.653 3.214-.934 4.828z"/><path fill="#fff" d="M5.458 9.318c1.105-.03 2.212-.007 3.318-.013-.338.87-.671 1.742-1.008 2.612-.77-.866-1.556-1.718-2.31-2.599zM9.182 9.548c.112.263.22.526.329.79-.748.324-.743 1.262-1.261 1.71.26-.851.625-1.666.932-2.5zM2.9 12.229c-.175-.919.682-1.72 1.582-1.631-.149.541-.389 1.057-.488 1.61.092.172.241.29.398.106.251-.493.353-1.048.554-1.561.749.457.991 1.568.336 2.21-.714.842-2.256.353-2.382-.734zM10.138 10.607c.992-.154 1.91.764 1.644 1.762-.151.298-.332.592-.589.81-.77.522-1.776.074-2.134-.724.614-.013 1.236.032 1.843-.083a11.786 11.786 0 0 1-.764-1.765z"/><path fill="#fff" d="M9.001 11.956c.076-.457.308-.863.662-1.162.172.386.325.781.479 1.175-.38 0-.761.001-1.141-.013z"/><path d="M17.592 6.31c.373-.06.83-.142 1.112.186.451.425.239 1.27-.358 1.436-.458.16-.961-.13-1.098-.584-.042-.384.173-.715.343-1.038zM5.444 7.714c.262-.522.941-.386 1.412-.325a48.22 48.22 0 0 0-.041.377c-.715-.107-1.235.307-1.212 1.04 1.122.046 2.245.005 3.368.018l.088-.314c-.292-.059-.583-.118-.874-.179l.05-.282a24.704 24.704 0 0 1 1.678-.006l-.004.403-.436.161c.019.554.283 1.051.488 1.555 1.013-.218 1.996.422 2.316 1.382-.164.276-.328.552-.498.824.266-.997-.652-1.915-1.644-1.762.205.608.463 1.199.764 1.765-.607.115-1.229.07-1.843.083.358.798 1.363 1.246 2.134.724l.179-.086c-.139.251-.281.5-.42.751-1.021.216-2.092-.371-2.378-1.388-.404-.04-.919.121-1.217-.238-.713-.793-1.404-1.606-2.106-2.408l-.164.468c.464.338.932.766 1.021 1.366.227 1.043-.588 2.173-1.667 2.227-1.098.132-2.159-.881-2.03-1.99.036-1.12 1.153-1.908 2.227-1.742.272-.806.496-1.632.808-2.424m.015 1.604c.754.881 1.54 1.733 2.31 2.599.337-.87.67-1.742 1.008-2.612-1.106.006-2.213-.017-3.318.013m3.724.23c-.307.834-.672 1.649-.932 2.5.518-.448.514-1.386 1.261-1.71-.109-.264-.217-.527-.329-.79M2.9 12.229c.126 1.087 1.668 1.577 2.382.734.655-.642.413-1.753-.336-2.21-.202.514-.304 1.068-.554 1.561-.157.185-.306.066-.398-.106.1-.553.34-1.069.488-1.61-.9-.089-1.757.712-1.582 1.631m6.101-.273c.38.014.761.013 1.141.013-.154-.394-.307-.788-.479-1.175a1.917 1.917 0 0 0-.662 1.162zM16.25 8.946c.614-.31 1.302-1.008 2.023-.58.644.476.728 1.363 1.091 2.034.233.782 1.49.762 1.429 1.692-.856-.212-1.951-.167-2.447-1.032-.082.248-.163.498-.244.748l-2.083-.001c.103-.551.211-1.102.313-1.652-.263.074-.524.152-.786.23-.061.793-.108 1.588-.182 2.38-.726-.062-.766-.808-.67-1.378.497-.817.839-1.792 1.555-2.441z"/><path d="M14.983 17.162c.281-1.614.624-3.218.934-4.828.647.002 1.294 0 1.94.002.547 1.195 1.438 2.266 1.621 3.599.131.634.276 1.264.394 1.901-.574.109-1.132-.258-1.213-.845a8.652 8.652 0 0 0-1.549-3.245c-.466 1.409-.912 2.822-1.38 4.229-.397-.07-.834-.348-.746-.814z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-rickshaws--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M11.105 0h1.513c4.526.217 8.771 3.188 10.469 7.397.497 1.14.722 2.368.913 3.589v2.004c-.377 4.01-2.807 7.78-6.407 9.628-1.415.774-2.995 1.168-4.583 1.382h-1.991c-4.199-.388-8.122-3.05-9.88-6.905-.636-1.288-.923-2.701-1.14-4.109v-1.933c.382-4.181 2.996-8.095 6.822-9.876C8.159.509 9.631.198 11.104 0M6.653 4.034c1.81 2.111 3.542 4.313 5.4 6.366.126.206.274.4.433.582.64.763 1.271 1.532 1.926 2.284.236.31.491.605.748.898.134.164.27.329.408.493l.388.455c.298.37.601.736.92 1.087.139.176.28.35.422.524.541.64 1.079 1.282 1.615 1.924 2.071-2.087 3.037-5.185 2.582-8.084-.362-2.494-1.772-4.805-3.802-6.294-3.15-2.381-7.795-2.485-11.041-.234M2.496 13.32c.335 2.537 1.753 4.895 3.811 6.409 3.155 2.394 7.799 2.497 11.053.239-1.36-1.624-2.719-3.247-4.085-4.866a16.804 16.804 0 0 0-.39-.451 65.969 65.969 0 0 0-1.572-1.88l-.34-.419-.335-.388a85.145 85.145 0 0 0-.385-.46C8.538 9.445 6.808 7.399 5.089 5.342c-2.027 2.077-3.011 5.105-2.594 7.978z"/><path fill="#fff" d="M6.653 4.034c3.246-2.251 7.891-2.147 11.041.234 2.029 1.489 3.439 3.8 3.802 6.294.455 2.899-.511 5.998-2.582 8.084a411.17 411.17 0 0 0-1.615-1.924c1.478-.889 1.234-3.304-.388-3.888l.655-.179c.22-.906-.11-1.87.25-2.749.424-1.126.779-2.274 1.153-3.415-1.595-.421-3.241-.367-4.855-.08.331 1.321.635 2.658 1.141 3.926.276 1.07-.179 2.105-.842 2.928-.655-.751-1.286-1.52-1.926-2.284.078-.19.16-.377.242-.563-.226-.006-.451-.008-.676-.019-1.858-2.053-3.59-4.255-5.4-6.366zM2.496 13.32c-.416-2.873.568-5.9 2.594-7.978 1.718 2.057 3.449 4.103 5.164 6.162-.868-.001-1.736.004-2.604-.004.085-.386.176-.772.276-1.154l.695-.007.013-.486c-.379.002-.757.012-1.136.025-.226.998-.456 1.996-.684 2.994-.713-.137-1.544-.048-2.036.545-.817.784-.814 2.254.028 3.017.654.695 1.834.77 2.58.182.902-.653 1.114-2.068.43-2.95-.202-.274-.545-.482-.534-.863a54.06 54.06 0 0 1 2.316 1.733c-.157.727.428 1.298 1.147 1.22l-.268.287-.002.316c.3.004.6.005.901.006v-.376l-.368-.127-.091-.278c.102-.157.202-.316.299-.476.688-.01 1.374-.001 2.062-.006 1.366 1.619 2.725 3.242 4.085 4.866-3.254 2.258-7.898 2.155-11.053-.239-2.058-1.514-3.476-3.872-3.811-6.409z"/><path fill="#fff" d="M7.56 11.934c1.026.002 2.053.018 3.079.03l.335.388c-.325.504-.233 1.684-.973 1.601l.305-.238.005-.259c-.306-.002-.612-.005-.918-.004v.294l.419.104c.025.095.076.284.1.379-.848-.584-1.65-1.232-2.479-1.842.047-.15.09-.301.128-.454zM11.314 12.77c.534.617 1.06 1.243 1.572 1.88-.545.01-1.09.007-1.634.006a22.342 22.342 0 0 0-.404-.598c.157-.43.314-.858.467-1.289zM4.958 14.551c.167-.742.952-1.24 1.692-1.008-.04.552-.25 1.052-.754 1.327l.334.379c.36-.427.844-.798.893-1.4.691.709.478 2.04-.469 2.402-.989.42-1.998-.749-1.696-1.7zM15.16 14.164c.324-.517.953-.877 1.561-.636 1.134.418 1.158 2.081.155 2.671a24.343 24.343 0 0 1-.92-1.087c.095-.002.283-.007.378-.011.022-.148.046-.295.073-.443l-.839-.001a44.297 44.297 0 0 1-.408-.493zM10.348 14.332c.617-.074.792.85.2 1.031-.686.203-.92-.976-.2-1.031z"/><path d="M14.113 6.412c1.614-.287 3.26-.341 4.855.08-.374 1.141-.73 2.29-1.153 3.415-.36.88-.03 1.843-.25 2.749l-.655.179c1.621.584 1.866 2.999.388 3.888a34.53 34.53 0 0 1-.422-.524c1.003-.59.979-2.254-.155-2.671-.608-.241-1.237.119-1.561.636a17.351 17.351 0 0 1-.748-.898c.664-.823 1.118-1.858.842-2.928-.506-1.268-.81-2.605-1.141-3.926zM7.498 9.878c.379-.013.757-.023 1.136-.025-.005.162-.01.324-.013.486l-.695.007c-.1.383-.191.768-.276 1.154.868.007 1.736.002 2.604.004.13.152.257.306.385.46-1.026-.012-2.053-.028-3.079-.03a9 9 0 0 1-.128.454c.829.61 1.631 1.258 2.479 1.842a26.484 26.484 0 0 0-.1-.379l-.419-.104v-.294c.306-.001.612.001.918.004l-.005.259-.305.238c.74.083.648-1.097.973-1.601l.34.419c-.152.431-.31.859-.467 1.289.138.197.272.396.404.598.545.001 1.09.004 1.634-.006.132.148.263.299.39.451-.688.005-1.374-.004-2.062.006-.097.161-.197.319-.299.476l.091.278.368.127v.376a90.007 90.007 0 0 1-.901-.006l.002-.316.268-.287c-.719.078-1.304-.493-1.147-1.22a54.06 54.06 0 0 0-2.316-1.733c-.011.38.332.589.534.863.684.882.473 2.297-.43 2.95-.746.588-1.926.512-2.58-.182-.841-.763-.845-2.233-.028-3.017.492-.593 1.324-.682 2.036-.545.228-.998.458-1.996.684-2.994m-2.536 4.671c-.302.952.707 2.12 1.696 1.7.947-.362 1.16-1.693.469-2.402-.049.602-.533.973-.893 1.4l-.334-.379c.504-.275.714-.775.754-1.327-.74-.232-1.525.266-1.692 1.008m5.39-.219c-.72.055-.486 1.234.2 1.031.592-.181.416-1.105-.2-1.031zM12.053 10.4c.224.011.45.013.676.019-.083.186-.164.373-.242.563a4.224 4.224 0 0 1-.433-.582z"/><path d="M15.568 14.657l.839.001a9.73 9.73 0 0 0-.073.443c-.095.004-.283.008-.378.011l-.388-.455z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-rickshaws--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.069 0h1.565c4.519.23 8.759 3.19 10.453 7.397.492 1.127.722 2.339.913 3.546v2.173c-.224 1.398-.536 2.8-1.172 4.075-1.754 3.769-5.58 6.344-9.682 6.809h-2.264c-1.273-.221-2.555-.475-3.734-1.024C3.07 21.217.236 17.058.001 12.633v-1.259C.234 7.04 2.954 2.951 6.908 1.137 8.211.501 9.645.213 11.07-.001m-3.149 2.88C4.424 4.397 2.006 8.065 2.01 11.881c-.098 3.803 2.218 7.511 5.653 9.13.456-1.312.995-2.598 1.397-3.926.232-.536.472-1.078.601-1.649.236-.502.407-1.031.594-1.553.047-.127.091-.254.134-.382 1.372-3.728 2.729-7.462 4.076-11.198-2.168-.521-4.508-.347-6.545.576m8.434.111c-.63 1.724-1.254 3.451-1.885 5.174-.04.169-.077.338-.114.508l-.061-.043c-.054.15-.109.301-.167.45a10.64 10.64 0 0 0-.086.467l-.18.049.054.139a1.431 1.431 0 0 0-.077.438c-.227-.011-.323.343-.192.497-.466.764-.677 1.673-.97 2.518l-.142.296a8.597 8.597 0 0 0-.133.402l-.048.004-.032.302-.056.004-.149.581c-.134.198-.205.431-.292.653a39.33 39.33 0 0 1-.172.482c-.703 1.932-1.412 3.862-2.107 5.797 2.166.53 4.51.354 6.544-.574 3.497-1.528 5.922-5.194 5.916-9.016.095-3.804-2.221-7.499-5.651-9.128z"/><path fill="#fff" d="M7.921 2.879c2.036-.923 4.376-1.097 6.545-.576-1.348 3.737-2.705 7.47-4.076 11.198a21.812 21.812 0 0 1-4.637-.764c.542-.083 1.092-.235 1.399-.731.078.271.157.541.238.811.61.114 1.219.228 1.834.302-.217-.895-.313-1.818-.564-2.704-.169-.604-.88-1.084-1.469-.708-.62.5-.642 1.402-1.103 2.017-.324.312-.726.524-1.079.8-.578-.108-1.211-.736-1.766-.296 2.174 1.063 4.615 1.48 7.013 1.654-.187.522-.358 1.051-.594 1.553-.06-.442-.157-.877-.247-1.313a30.002 30.002 0 0 1-2.227-.341c-.805 1.216-1.12 2.629-1.352 4.046.942.106 1.098-.904 1.3-1.58.158-.695.623-1.247 1.033-1.807.296.882.625 1.753.893 2.644-.402 1.328-.941 2.615-1.397 3.926-3.436-1.619-5.752-5.327-5.653-9.13-.004-3.816 2.414-7.484 5.911-9.002m-.916 5.086c-.498.232-.528 1.01-.054 1.285.455.314 1.148-.054 1.136-.608.04-.544-.612-.948-1.082-.677zM16.354 2.99c3.43 1.63 5.746 5.324 5.651 9.128.006 3.822-2.419 7.488-5.916 9.016-2.034.928-4.378 1.104-6.544.574.695-1.936 1.404-3.865 2.107-5.797 1.277 1.808 3.955 2.416 5.849 1.234 1.656-.968 2.544-3.1 1.974-4.946-.384-1.024-.166-2.132-.216-3.198-.05-.454.17-1.088-.31-1.37-.224.011-.498.143-.47.407-.05.773.014 1.548-.034 2.321-.823-.559.034-1.783-.769-2.348-.678-.288-1.308.305-1.841.653-.455-.166-.91-.335-1.367-.497.631-1.723 1.255-3.45 1.885-5.174m1.083 3.384c-.443.226-.452.926-.022 1.17.426.293 1.066-.072 1.037-.587.018-.496-.594-.853-1.015-.583z"/><path fill="#fff" d="M14.293 8.629l.061.043c.15.106.302.208.456.31-.228.031-.456.065-.684.097.058-.149.113-.3.167-.45zM14.04 9.546a9.087 9.087 0 0 1 1.06-.228l.007.827c-.319.055-.636.115-.953.179-.08-.196-.161-.392-.24-.589l-.054-.139.18-.049zM15.394 9.324c.425.055.842.146 1.254.264-.115.236-.149.538-.338.725-.311-.037-.613-.119-.919-.176l.004-.812zM16.937 9.689c.367.218.719.461 1.05.732-.188.188-.378.377-.565.566a9.29 9.29 0 0 0-.804-.544l.319-.755zM13.645 10.669c-.131-.154-.035-.508.192-.497.058.2-.031.378-.192.497zM17.624 11.185c.19-.193.379-.386.571-.577.263.341.493.707.707 1.08-.247.098-.494.198-.74.3a25.52 25.52 0 0 0-.538-.803zM18.278 12.242c.24-.096.479-.193.719-.287.127.408.224.826.27 1.252l-.817.001a17.423 17.423 0 0 0-.172-.966zM12.676 13.187c.862-.073 1.717-.202 2.574-.302.544-.083.674.836.133.925-1.006.217-2.036.313-3.062.382.007-.076.024-.227.032-.302l.048-.004c.946-.084 1.904-.114 2.83-.34.181-.032.209-.251.306-.372-1.007.043-1.997.256-3.002.31l.142-.296zM18.46 13.499c.271-.005.544.002.815-.002a8.62 8.62 0 0 1-.271 1.25 40.202 40.202 0 0 0-.715-.302c.067-.313.127-.628.172-.946zM12.115 14.776l.23-.05c.182.263.348.535.529.799l-.563.552a36.583 36.583 0 0 1-.488-.648c.086-.222.157-.455.292-.653zM18.164 14.706l.745.305c-.203.38-.449.736-.73 1.063-.178-.178-.365-.346-.526-.538.155-.286.338-.556.51-.83zM12.528 16.292c.182-.194.367-.388.551-.581.264.198.536.384.818.557-.106.242-.21.485-.314.727a6.053 6.053 0 0 1-1.055-.703zM16.619 16.28a13.1 13.1 0 0 0 .802-.562l.569.57a8.34 8.34 0 0 1-1.054.695c-.106-.234-.21-.469-.317-.703zM14.164 16.366c.311.079.624.146.94.203 0 .262 0 .522-.002.784a7.287 7.287 0 0 1-1.25-.235c.103-.251.208-.5.313-.751zM15.39 16.559c.326-.047.652-.107.974-.175l.277.736a8.474 8.474 0 0 1-1.244.236c-.005-.265-.006-.532-.007-.797z"/><path d="M17.436 6.377c.421-.27 1.033.088 1.015.583.029.515-.611.88-1.037.587-.431-.244-.421-.944.022-1.17zM18.479 8.036c-.028-.264.246-.396.47-.407.48.282.259.917.31 1.37.05 1.066-.168 2.174.216 3.198.57 1.847-.318 3.978-1.974 4.946-1.894 1.182-4.572.575-5.849-1.234l.172-.482c.161.217.323.433.488.648l.563-.552c-.181-.264-.347-.536-.529-.799l-.23.05.149-.581.056-.004c1.026-.068 2.057-.164 3.062-.382.541-.089.41-1.008-.133-.925-.857.101-1.712.229-2.574.302.293-.845.504-1.753.97-2.518.161-.119.25-.296.192-.497.002-.149.028-.295.077-.438.079.197.16.394.24.589.317-.064.634-.124.953-.179l-.007-.827c-.356.06-.713.126-1.06.228.025-.156.054-.312.086-.467.228-.032.456-.066.684-.097a18.239 18.239 0 0 1-.456-.31c.037-.169.074-.338.114-.508.457.162.912.331 1.367.497.533-.348 1.163-.941 1.841-.653.803.565-.054 1.789.769 2.348.048-.773-.017-1.548.034-2.321m-3.086 1.293l-.004.812c.306.058.608.139.919.176.19-.187.223-.488.338-.725a8.522 8.522 0 0 0-1.254-.264m1.544.366c-.107.252-.214.503-.319.755.277.168.546.348.804.544.187-.19.377-.378.565-.566a8.536 8.536 0 0 0-1.05-.732m.687 1.495c.184.264.364.532.538.803.246-.102.493-.202.74-.3a9.501 9.501 0 0 0-.707-1.08c-.192.191-.382.384-.571.577m.654 1.057c.066.32.124.642.172.966l.817-.001a6.606 6.606 0 0 0-.27-1.252c-.24.094-.479.191-.719.287m.182 1.257c-.044.318-.104.632-.172.946.239.098.478.199.715.302a8.62 8.62 0 0 0 .271-1.25c-.271.005-.544-.002-.815.002m-.295 1.207c-.172.275-.355.545-.51.83.161.192.348.36.526.538a5.93 5.93 0 0 0 .73-1.063l-.745-.305m-5.637 1.586c.326.271.679.506 1.055.703l.314-.727a10.607 10.607 0 0 1-.818-.557c-.184.193-.368.386-.551.581m4.091-.012c.107.234.211.469.317.703a8.412 8.412 0 0 0 1.054-.695l-.569-.57c-.259.198-.528.384-.802.562m-2.455.086c-.106.251-.21.5-.313.751.409.119.828.19 1.25.235.002-.262.002-.522.002-.784a13.102 13.102 0 0 1-.94-.203m1.227.194c.001.265.002.532.007.797.42-.05.836-.125 1.244-.236l-.277-.736c-.323.068-.648.128-.974.175zM7.007 7.964c.47-.271 1.122.133 1.082.677.012.554-.682.923-1.136.608-.474-.275-.444-1.054.054-1.285zM7.19 9.708c.589-.376 1.3.104 1.469.708.251.886.347 1.808.564 2.704-.614-.074-1.224-.188-1.834-.302-.08-.27-.16-.54-.238-.811-.307.496-.857.648-1.399.731 1.513.422 3.068.677 4.637.764-.043.127-.088.254-.134.382-2.398-.174-4.838-.59-7.013-1.654.556-.439 1.188.188 1.766.296.353-.276.755-.488 1.079-.8.461-.616.482-1.517 1.103-2.017z"/><path d="M12.534 13.483c1.006-.054 1.996-.266 3.002-.31-.097.121-.125.34-.306.372-.925.226-1.884.256-2.83.34.042-.136.085-.27.133-.402zM7.187 13.782c.739.138 1.481.259 2.227.341.09.436.187.871.247 1.313-.13.571-.37 1.112-.601 1.649-.268-.89-.596-1.762-.893-2.644-.41.56-.875 1.112-1.033 1.807-.202.677-.358 1.686-1.3 1.58.233-1.417.547-2.831 1.352-4.046z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-rickshaws--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fafbfb" d="M11.363 0h.082l.005.032.044-.032h.285l.023.001.013-.001h.653c.09.163.165.163.226 0h.064c.778.269 1.632.227 2.41.519 3.88 1.075 6.953 4.337 8.092 8.159.191.966.33 1.95.503 2.906v.061c-.185.078-.185.146 0 .203v.072c-.17.273-.109.611-.132.916-.206 3.807-2.438 7.414-5.692 9.377-1.67 1.122-3.681 1.536-5.641 1.787h-1.016l-.045-.011.015.011h-.153c-.791-.22-1.631-.213-2.407-.5C4.364 22.391.981 18.508.256 14.13c-.16-.557-.057-1.154-.255-1.7v-.091l.001-.026-.001-.015v-.158c.187-.107.187-.178 0-.214v-.012c.204-.493.089-1.034.165-1.548.381-2.628 1.681-5.124 3.6-6.96C5.745 1.337 8.587.342 11.364.001m-.865.525a11.883 11.883 0 0 0-5.298 2.063C1.956 4.905.022 8.973.382 12.955c.258 4.33 3.216 8.395 7.3 9.895 3.41 1.338 7.482.87 10.477-1.244 3.138-2.154 5.18-5.897 5.084-9.724.057-3.273-1.488-6.474-3.92-8.634-2.357-2.137-5.68-3.122-8.824-2.722z"/><path fill="#ca4c32" d="M10.499.526c3.144-.4 6.467.585 8.824 2.722 2.432 2.16 3.977 5.361 3.92 8.634.096 3.827-1.946 7.57-5.084 9.724-2.995 2.114-7.067 2.582-10.477 1.244-4.084-1.499-7.042-5.565-7.3-9.895-.36-3.983 1.574-8.051 4.819-10.366C6.765 1.478 8.6.781 10.499.526M5.968 4.773c1.635 1.684 3.32 3.321 4.977 4.983-.16.36-.299.728-.478 1.08-.301.067-.606.118-.895.226C7.982 9.353 6.28 7.75 4.626 6.103a9.451 9.451 0 0 0-2.085 5.661c-.122 3.147 1.46 6.356 4.132 8.059 3.283 2.249 7.989 1.998 11.02-.574a39.735 39.735 0 0 0-.595-.638l-.122.023c.754-.162 1.359-.797 1.543-1.537l-.075.28c.17.179.35.35.545.503 1.062-1.295 1.714-2.904 1.951-4.556.53-3.462-1.048-7.19-3.994-9.119-3.269-2.254-7.96-2.008-10.978.569z"/><path fill="#feffff" d="M5.968 4.773c3.018-2.577 7.71-2.823 10.978-.569 2.947 1.928 4.524 5.657 3.994 9.119-.236 1.653-.889 3.261-1.951 4.556a4.892 4.892 0 0 1-.545-.503l.075-.28c.614-1.684-1.268-3.408-2.894-2.679l-.278-.248c1.368-.61 3.005.189 3.469 1.584.091-.526.11-1.082.365-1.565.251-.561.953-.888.847-1.585.252-1.71 0-3.413-.176-5.115-.888-.056-1.539.662-2.019 1.314-.574 1.076.265 2.606-.808 3.474-.779.422-1.798.419-2.364 1.208-.171-.138-.34-.277-.51-.416.101-.82-.05-1.669-.5-2.368-.38-.615-.528-1.539-1.338-1.741-.6-.184-1.152.265-1.369.796-1.657-1.662-3.342-3.299-4.977-4.983m5.486 2.177c-.674.304-.668 1.377-.008 1.691.568.353 1.398-.135 1.358-.803.086-.683-.756-1.251-1.35-.888zM2.541 11.764a9.447 9.447 0 0 1 2.085-5.661C6.28 7.75 7.982 9.354 9.572 11.062a11.18 11.18 0 0 1-1.099.425c.201.877 0 1.724-.409 2.512-.834-.302-1.834-.266-2.534.329-1.002.781-1.12 2.4-.254 3.326.91 1.097 2.817.947 3.61-.211.747-.981.455-2.423-.45-3.197l.201-.335c.456.397.917.789 1.371 1.19.017.441-.017.888.069 1.322.341.271.778.4 1.126.67.456.265.891-.156 1.116-.524l.2-.017.135.402c.356-.002.713-.004 1.07-.002.076-.094.152-.188.229-.28l.246.006c.198 1.274 1.476 2.304 2.777 1.957l.122-.023c.201.211.399.423.595.638-3.031 2.572-7.737 2.823-11.02.574-2.672-1.703-4.255-4.912-4.132-8.059z"/><path fill="#feffff" d="M9.105 11.775l.377.278c.209-.07.418-.141.633-.192l.215-.043c.203.178.391.373.594.552-.519.473-1.189.558-1.863.482.102-.353.16-.719.044-1.078zM8.808 13.232c.38-.011.76-.01 1.142-.007.002.441.004.883-.015 1.325-.424-.298-.816-.637-1.229-.949l.102-.368zM12.292 13.883l.081-.002c.46.457.937.901 1.351 1.402-.094.314-.182.629-.272.943a40.23 40.23 0 0 1-1.302-.055c.214-.14.441-.265.631-.44-.057-.637-.374-1.22-.488-1.849zM11.154 14.108c.473.358.461 1.079.718 1.591-.261.006-.524.017-.785.032-.017-.542-.017-1.086.068-1.623zM5.594 14.98c.509-.707 1.466-.822 2.256-.615-.006.791-1.047 1.264-.864 2.046.453-.563.792-1.207 1.211-1.795.712.557.89 1.66.391 2.411-.485.764-1.568 1.094-2.37.633-.979-.449-1.282-1.843-.624-2.679zM15.904 14.828c1.324-.457 2.664.888 2.177 2.211-.811-.649-1.446-1.479-2.177-2.211zM14.038 15.501c.096.166.191.334.271.51l-.049.228-.418.013c.058-.252.118-.504.196-.751zM11.161 16.029l.361-.153.37.154.171.368c-.078.648-.978.662-1.074.015l.172-.385zM14.716 16.691c.198.025.418-.023.6.075.513.455.975.964 1.44 1.467-.953.13-1.973-.542-2.04-1.542z"/><path fill="#1a1e24" d="M11.453 6.949c.594-.364 1.435.204 1.35.888.04.668-.79 1.156-1.358.803-.659-.314-.665-1.387.008-1.691z"/><path fill="#161a1d" d="M17.834 8.802c.48-.652 1.131-1.37 2.019-1.314.176 1.701.428 3.405.176 5.115.106.697-.596 1.024-.847 1.585-.254.482-.273 1.038-.365 1.565-.465-1.395-2.102-2.193-3.469-1.584-.501.241-.902.645-1.218 1.095l-.258-.431c.183-.491.451-.949.79-1.349.567-.789 1.585-.787 2.364-1.208 1.073-.869.234-2.398.808-3.474z"/><path fill="#191d21" d="M10.945 9.756c.216-.531.769-.98 1.369-.796.81.202.958 1.125 1.338 1.741.45.699.601 1.548.5 2.368-.04.241-.093.481-.145.72-.545.029-1.091.042-1.634.093l-.081.002c.114.629.431 1.212.488 1.849-.19.175-.417.299-.631.44.434.025.867.044 1.302.055.09-.315.178-.63.272-.943.046-.151.095-.302.147-.45.086.144.171.288.258.431a3.243 3.243 0 0 0-.091.238 9.745 9.745 0 0 0-.196.751l.418-.013.049-.228c.114-.731.653-1.306 1.316-1.594 1.627-.728 3.509.996 2.894 2.679-.184.74-.789 1.376-1.543 1.537-1.301.347-2.578-.683-2.777-1.957l-.246-.006-.229.28c-.358-.001-.714 0-1.07.002l-.135-.402-.2.017c-.225.368-.659.789-1.116.524-.348-.27-.785-.399-1.126-.67-.086-.435-.052-.882-.069-1.322-.454-.402-.915-.794-1.371-1.19l-.201.335c.905.775 1.198 2.216.45 3.197-.792 1.158-2.699 1.308-3.61.211-.866-.926-.747-2.545.254-3.326.7-.595 1.7-.631 2.534-.329.409-.788.61-1.635.409-2.512.375-.118.738-.27 1.099-.425.289-.108.594-.159.895-.226.178-.352.317-.72.478-1.08m-.83 2.104c-.215.051-.424.122-.633.192l-.377-.278c.116.359.058.725-.044 1.078.674.076 1.344-.01 1.863-.482.223.032.466-.08.693-.114-.075-.311-.15-.623-.221-.934-.39.257-.827.43-1.281.538m-1.306 1.371l-.102.368c.412.312.804.651 1.229.949.019-.442.018-.884.015-1.325-.381-.002-.762-.004-1.142.007m2.346.877c-.084.537-.084 1.081-.068 1.623.261-.015.524-.026.785-.032-.257-.512-.245-1.233-.718-1.591m-5.559.872c-.658.836-.355 2.23.624 2.679.802.461 1.886.131 2.37-.633.499-.751.321-1.853-.391-2.411-.418.588-.758 1.232-1.211 1.795-.183-.782.858-1.255.864-2.046-.79-.207-1.748-.091-2.256.615m10.31-.151l-.029-.03c-.625.273-1.099.816-1.186 1.507.631.046 1.268.04 1.894.149l.03.326c-.431.045-.865.012-1.297-.013-.182-.097-.402-.05-.6-.075.067 1 1.087 1.672 2.04 1.542.605-.173 1.117-.589 1.325-1.194.487-1.324-.853-2.669-2.177-2.211m-4.743 1.2l-.172.385c.096.646.996.632 1.074-.015a65.125 65.125 0 0 0-.171-.368l-.37-.154-.361.153z"/><path fill="#da4d2d" d="M10.114 11.861a4.021 4.021 0 0 0 1.281-.538c.071.311.146.623.221.934-.227.034-.469.146-.693.114-.203-.179-.391-.374-.594-.552l-.215.043z"/><path fill="#be462c" d="M14.152 13.068c.17.139.339.278.51.416a4.532 4.532 0 0 0-.79 1.349c-.052.149-.101.299-.147.45-.413-.501-.891-.945-1.351-1.402.543-.051 1.088-.064 1.634-.093.052-.239.105-.479.145-.72z"/><path fill="#b94734" d="M14.129 15.264c.316-.45.716-.854 1.218-1.095l.278.248c-.663.289-1.202.864-1.316 1.594a6.062 6.062 0 0 0-.271-.51c.027-.081.058-.159.091-.238z"/><path fill="#dc4d2d" d="M14.69 16.305c.087-.69.561-1.233 1.186-1.507l.029.03c.731.732 1.365 1.562 2.177 2.211-.208.605-.72 1.021-1.325 1.194-.465-.504-.927-1.012-1.44-1.467.432.025.866.058 1.297.013-.007-.081-.021-.245-.03-.326-.626-.108-1.263-.102-1.894-.149z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-right-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.552 0h2.906c2.358.384 4.667 1.318 6.459 2.926 2.252 1.928 3.646 4.715 4.083 7.627v2.903c-.384 2.358-1.318 4.668-2.926 6.461-1.928 2.252-4.715 3.645-7.626 4.083h-2.906c-2.358-.384-4.667-1.318-6.459-2.926C1.831 19.146.438 16.36 0 13.448v-2.904c.441-2.908 1.831-5.692 4.083-7.617C5.879 1.318 8.191.381 10.553.001M5.994 3.766c.866.964 1.807 1.86 2.716 2.785.639.625 1.224 1.312 1.906 1.89 3.148 3.355 6.44 6.585 9.654 9.884 2.051-2.657 2.679-6.336 1.588-9.515-1.127-3.487-4.26-6.221-7.867-6.862-2.767-.539-5.727.155-7.996 1.819m-1.83 1.718c-1.529 1.874-2.422 4.28-2.35 6.707-.021 3.49 1.951 6.875 4.931 8.666 3.545 2.222 8.432 1.937 11.689-.69-3.128-3.23-6.255-6.459-9.39-9.683a98.562 98.562 0 0 0-2.12-2.17c-.902-.959-1.797-1.93-2.761-2.829z"/><path fill="#fff" d="M5.994 3.766c2.269-1.663 5.229-2.358 7.996-1.819 3.608.642 6.741 3.375 7.867 6.862 1.091 3.179.463 6.859-1.588 9.515-3.214-3.298-6.506-6.529-9.654-9.884a114.94 114.94 0 0 1 3.572-.03c.012.705.01 1.408.015 2.113 1.915-1.141 3.861-2.231 5.764-3.388-1.97-1.102-3.949-2.191-5.906-3.316-.006.729-.001 1.458-.003 2.187-1.775.155-3.727-.402-5.348.544C7.8 5.625 6.86 4.729 5.993 3.765zM4.165 5.485c.964.898 1.858 1.87 2.761 2.829-.181.457-.336.934-.322 1.431-.004 3.187-.018 6.372-.018 9.559.811-.005 1.622-.003 2.433-.01-.004-2.936.012-5.873.027-8.809 3.134 3.224 6.262 6.453 9.39 9.683-3.257 2.627-8.145 2.912-11.689.69-2.98-1.79-4.951-5.176-4.931-8.666-.072-2.427.821-4.833 2.35-6.707z"/><path fill="#1f1a17" d="M14.06 3.819c1.957 1.126 3.936 2.214 5.906 3.316-1.903 1.158-3.849 2.247-5.764 3.388-.005-.705-.004-1.408-.015-2.113a114.94 114.94 0 0 0-3.572.03c-.681-.579-1.267-1.265-1.906-1.89 1.621-.946 3.573-.389 5.348-.544.001-.729-.004-1.458.003-2.187zM6.925 8.314c.717.714 1.426 1.436 2.12 2.17-.015 2.936-.031 5.873-.027 8.809-.811.008-1.622.005-2.433.01 0-3.187.014-6.372.018-9.559-.014-.497.141-.974.322-1.431z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-right-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M10.991 0h1.987c1.446.212 2.897.52 4.213 1.176 3.834 1.795 6.446 5.734 6.809 9.93v1.744c-.348 4.091-2.822 7.951-6.512 9.803-1.42.761-3 1.138-4.588 1.348h-1.765c-4.025-.35-7.834-2.75-9.713-6.352C.626 16.215.227 14.607 0 12.994v-1.972C.404 6.416 3.595 2.172 7.997.683 8.963.33 9.982.173 10.991 0M8.382 3.092A9.62 9.62 0 0 0 3.13 8.295c-1.478 3.443-.679 7.71 1.966 10.368 1.031-1.232 2.068-2.461 3.097-3.695.798-.961 1.606-1.914 2.414-2.867.521-.641 1.067-1.261 1.584-1.904.671-.786 1.336-1.577 1.996-2.371 1.067-1.261 2.126-2.527 3.186-3.794-2.6-1.766-6.083-2.153-8.99-.94m8.425 4.728c-.67.788-1.332 1.582-1.997 2.374-1.399 1.682-2.872 3.33-4.199 5.058-.856.884-1.589 1.878-2.411 2.792-.512.649-1.062 1.27-1.585 1.909 2.578 1.752 6.017 2.138 8.91.972a9.672 9.672 0 0 0 5.293-5.136c1.547-3.463.74-7.774-1.91-10.476a91.334 91.334 0 0 0-2.101 2.507z"/><path fill="#fff" d="M8.382 3.092c2.908-1.213 6.39-.827 8.99.94-1.06 1.267-2.119 2.533-3.186 3.794-1.252.006-2.503-.023-3.754.012-1.169.04-2.197 1.064-2.232 2.234-.024 1.632-.005 3.264-.008 4.896-1.03 1.234-2.066 2.462-3.097 3.695-2.645-2.658-3.444-6.925-1.966-10.368a9.62 9.62 0 0 1 5.252-5.203zM16.808 7.82a94.44 94.44 0 0 1 2.101-2.507c2.651 2.702 3.457 7.013 1.91 10.476a9.678 9.678 0 0 1-5.293 5.136c-2.893 1.166-6.332.78-8.91-.972.523-.64 1.073-1.26 1.585-1.909-.018.662-.012 1.325-.01 1.987h2.417c.004-1.594-.005-3.187.004-4.78 1.327-1.728 2.8-3.376 4.199-5.058 1.328-.01 2.663.047 3.989-.023.558-.331 1.033-.785 1.566-1.156-.53-.378-1.006-.838-1.57-1.163-.659-.076-1.326-.005-1.988-.032z"/><path fill="#fff" d="M10.721 10.606c.296-.523.971-.392 1.47-.408-.517.643-1.063 1.264-1.584 1.904.031-.494-.089-1.028.114-1.496z"/><path d="M8.201 10.073c.035-1.17 1.063-2.195 2.232-2.234 1.25-.035 2.502-.006 3.754-.012-.66.794-1.325 1.585-1.996 2.371-.499.016-1.174-.115-1.47.408-.203.468-.083 1.002-.114 1.496-.809.953-1.616 1.906-2.414 2.867.004-1.632-.016-3.264.008-4.896zM14.812 10.194c.665-.792 1.327-1.585 1.997-2.374.662.028 1.33-.043 1.988.032.564.325 1.039.785 1.57 1.163-.533.371-1.008.824-1.566 1.156-1.326.07-2.66.013-3.989.023zM8.202 18.044c.822-.914 1.555-1.908 2.411-2.792-.008 1.592 0 3.186-.004 4.78H8.192c-.002-.662-.008-1.325.01-1.987z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-right-turn--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.052 0h1.588c4.517.233 8.754 3.192 10.447 7.397.494 1.121.713 2.329.913 3.529v2.207c-.185.934-.316 1.883-.648 2.78-1.164 3.449-3.996 6.268-7.44 7.438-.886.329-1.824.455-2.743.649h-2.303c-3.984-.458-7.717-2.891-9.527-6.502C.548 15.997.143 14.323 0 12.639v-1.271C.242 6.598 3.547 2.163 8.09.658c.958-.341 1.966-.481 2.962-.659M5.687 4.284c1.925 1.885 3.814 3.808 5.725 5.706 1.604 1.602 3.203 3.209 4.812 4.807 1.183 1.172 2.334 2.383 3.551 3.52 2.094-2.576 2.798-6.204 1.756-9.364-1.054-3.386-4.043-6.076-7.528-6.744-2.888-.588-6.07.14-8.316 2.075m-3.148 10.94a10.048 10.048 0 0 0 5.135 5.791c3.407 1.699 7.736 1.159 10.663-1.261a378.212 378.212 0 0 0-3.749-3.745 710.417 710.417 0 0 0-6.017-6.011C7.155 8.54 5.695 7.124 4.27 5.674c-2.179 2.6-2.843 6.349-1.732 9.55z"/><path fill="#fff" d="M5.687 4.284c2.246-1.934 5.428-2.663 8.316-2.075 3.485.668 6.474 3.358 7.528 6.744 1.043 3.16.338 6.787-1.756 9.364-1.217-1.136-2.368-2.347-3.551-3.52 1.265-.928 2.519-1.868 3.784-2.797-2.641-1.95-5.272-3.917-7.926-5.85-.452-.4-1.24.1-1.043.68.299 1.062.646 2.111.949 3.172l-.576-.012C9.5 8.092 7.612 6.169 5.687 4.284zM2.539 15.224c-1.111-3.2-.448-6.949 1.732-9.55 1.424 1.45 2.885 2.866 4.301 4.324-1.52.005-3.042-.002-4.562.004-.002 1.334-.001 2.669 0 4.004 2.659.005 5.32-.002 7.98.004-.306 1.056-.65 2.1-.948 3.158-.2.551.517 1.078.986.73.871-.604 1.7-1.267 2.561-1.889a378.212 378.212 0 0 1 3.749 3.745c-2.927 2.42-7.256 2.96-10.663 1.261a10.05 10.05 0 0 1-5.135-5.791z"/><path d="M11.039 6.83c-.197-.581.59-1.08 1.043-.68 2.654 1.933 5.285 3.9 7.926 5.85-1.265.929-2.519 1.87-3.784 2.797-1.609-1.598-3.208-3.205-4.812-4.807l.576.012c-.304-1.061-.65-2.11-.949-3.172zM4.009 10.002c1.52-.006 3.042.001 4.562-.004 2.02 1.99 4.021 3.997 6.017 6.011-.86.622-1.69 1.285-2.561 1.889-.469.348-1.187-.179-.986-.73.298-1.058.642-2.102.948-3.158-2.66-.006-5.321.001-7.98-.004-.001-1.336-.002-2.67 0-4.004z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--no-right-turn-on-red--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" opacity=".73" d="M1.17 0h13.702c.427.137.862.397 1.009.846l-.102-.043c-.22-.313-.517-.597-.912-.655-.403-.072-.815-.042-1.222-.044H2.408c-.407.002-.817-.024-1.221.04C.663.211.257.648.13 1.146l-.038.22C.086 8.215.1 15.064.089 21.914c-.005.303.05.623-.089.906V1.175A1.567 1.567 0 0 1 1.17.001z"/><path fill="#656565" d="M1.187.144c.404-.064.814-.039 1.221-.04h11.237c.407.002.819-.028 1.222.044-4.56-.008-9.12 0-13.68-.004z"/><path fill="#fff" d="M.13 1.145C.258.647.663.211 1.187.143c4.56.004 9.12-.004 13.68.004.395.058.692.342.912.655.067.207.117.421.116.639v20.472c-.006.312.022.628-.03.939-.112.571-.669 1.011-1.251.982-4.419-.002-8.837.002-13.255-.002-.61.014-1.12-.484-1.237-1.063.024-7.207.01-14.417.009-21.625M1.07.356C.603.484.283.966.313 1.444c0 7.037-.002 14.075.001 21.112-.026.57.47 1.1 1.044 1.092 4.418.006 8.837.002 13.255.002.592.032 1.122-.501 1.096-1.091.004-7.039.002-14.08.002-21.12.044-.607-.494-1.166-1.104-1.133C10.327.3 6.046.307 1.766.303c-.233.002-.47-.011-.696.052z"/><path fill="#fff" d="M1.142.744c.123-.043.255-.04.384-.044 4.361.004 8.722-.002 13.082.003.402-.033.75.34.712.737-.001 7.04.002 14.081-.002 21.122a.678.678 0 0 1-.703.699c-4.392.002-8.784 0-13.176.001-.393.038-.762-.308-.733-.706C.702 15.519.705 8.482.704 1.445a.69.69 0 0 1 .437-.701m6.195.58A5.2 5.2 0 0 0 3.99 3.185c-1.128 1.351-1.461 3.293-.892 4.953.665 2.038 2.703 3.523 4.85 3.516 1.627.034 3.236-.763 4.208-2.065.958-1.249 1.283-2.947.87-4.464-.602-2.457-3.19-4.18-5.69-3.801M6.04 12.714c-.002 3.334 0 6.669-.002 10.003 1.316.005 2.631.002 3.946.002.004-3.333-.002-6.665.003-9.998-1.316-.014-2.632-.002-3.948-.006z"/><path fill="#fff" d="M5.36 3.315c1.543-1.328 4.061-1.257 5.502.191 1.545 1.418 1.682 4.037.292 5.609-1.08-1.08-2.169-2.15-3.236-3.241.409.002.818.002 1.227.002-.018.303-.328.891.158.942.827-.506 1.595-1.11 2.403-1.648-.802-.552-1.571-1.159-2.399-1.67-.5.043-.144.649-.113.946-.829.057-1.71-.149-2.494.21a36.026 36.026 0 0 1-1.34-1.34zM4.114 7.772c-.454-1.329-.174-2.903.767-3.956.415.429.852.836 1.258 1.272a2.013 2.013 0 0 0-.51 1.328 644.393 644.393 0 0 0 0 3.109h1.424c.048-1.147-.093-2.313.076-3.447 1.19 1.167 2.361 2.352 3.538 3.53-1.086.912-2.654 1.226-3.994.742a4.137 4.137 0 0 1-2.56-2.577zM7.645 16.396a1.372 1.372 0 0 1 1.527.592c.317.49.265 1.178-.12 1.615a1.368 1.368 0 1 1-1.407-2.207zM7.734 19.54a1.375 1.375 0 0 1 1.512.743c.304.591.085 1.377-.473 1.734-.552.389-1.379.27-1.803-.255-.678-.731-.219-2.06.763-2.222z"/><path d="M1.07.356c.226-.063.463-.051.696-.052 4.281.004 8.561-.003 12.841.003.611-.033 1.149.527 1.104 1.133 0 7.04.002 14.081-.002 21.12.026.59-.505 1.123-1.096 1.091-4.418-.001-8.837.004-13.255-.002-.575.007-1.07-.523-1.044-1.092C.311 15.52.313 8.482.313 1.445.283.967.603.484 1.07.357m.072.387a.687.687 0 0 0-.437.701C.706 8.482.703 15.519.707 22.556c-.029.397.34.743.733.706 4.392-.001 8.784.002 13.176-.001a.679.679 0 0 0 .703-.699c.004-7.04.001-14.081.002-21.122.039-.397-.31-.77-.712-.737C10.249.697 5.888.704 1.527.7c-.128.004-.261.001-.384.044z"/><path d="M15.779.803l.102.043c.043.102.078.207.119.31-.042.416-.03.835-.03 1.252v19.104c-.001.417-.014.837.034 1.254-.115.626-.653 1.176-1.313 1.167-4.442.002-8.885-.001-13.327.002-.606.012-1.362-.501-1.243-1.164.117.579.627 1.077 1.237 1.063 4.418.003 8.837-.001 13.255.002a1.248 1.248 0 0 0 1.251-.982c.052-.311.024-.627.03-.939V1.443a2.026 2.026 0 0 0-.116-.639zM9.195 4.445c-.03-.297-.387-.902.113-.946.828.511 1.597 1.118 2.399 1.67-.808.538-1.576 1.142-2.403 1.648-.486-.051-.176-.64-.158-.942-.409.001-.819 0-1.227-.002-.408-.405-.816-.808-1.218-1.219.783-.358 1.665-.153 2.494-.21zM6.139 5.089c.33.33.662.658.99.989-.169 1.135-.028 2.3-.076 3.447H5.629a644.393 644.393 0 0 1 0-3.109 2.008 2.008 0 0 1 .51-1.328z"/><path d="M6.04 12.714c1.316.004 2.632-.007 3.948.006-.006 3.333.001 6.665-.003 9.998-1.315.001-2.63.003-3.946-.002.002-3.334-.001-6.669.002-10.003m1.771.483c-.763.088-1.322.905-1.133 1.649.15.772 1.039 1.275 1.779.998.685-.218 1.099-1.027.86-1.709-.184-.627-.862-1.047-1.506-.938m-.167 3.2a1.367 1.367 0 0 0-.137 2.589c.527.217 1.18.057 1.544-.382a1.374 1.374 0 0 0 .12-1.615 1.374 1.374 0 0 0-1.527-.592m.089 3.144c-.982.161-1.442 1.491-.763 2.222.424.525 1.251.644 1.803.255.558-.356.777-1.143.473-1.734a1.375 1.375 0 0 0-1.512-.743z"/><path opacity=".31" d="M16 1.156l.054.107v21.396l-.05.107c-.047-.417-.035-.836-.034-1.254V2.408c0-.417-.012-.836.03-1.252z"/><path fill="#c0111e" d="M7.336 1.324c2.5-.379 5.088 1.344 5.69 3.801a5.201 5.201 0 0 1-.87 4.464c-.971 1.302-2.581 2.099-4.208 2.065-2.147.007-4.184-1.478-4.85-3.516-.569-1.66-.236-3.602.892-4.953a5.196 5.196 0 0 1 3.346-1.861M5.36 3.315c.435.458.882.905 1.34 1.34.401.411.81.815 1.218 1.219 1.067 1.092 2.156 2.162 3.236 3.241 1.389-1.572 1.253-4.191-.292-5.609-1.441-1.448-3.959-1.519-5.502-.191M4.114 7.772a4.132 4.132 0 0 0 2.56 2.577c1.34.485 2.908.17 3.994-.742-1.177-1.178-2.349-2.363-3.538-3.53-.328-.331-.661-.659-.99-.989-.405-.437-.843-.844-1.258-1.272-.942 1.052-1.221 2.626-.767 3.956zM7.812 13.196c.644-.11 1.322.311 1.506.938.238.681-.176 1.491-.86 1.709-.739.277-1.629-.226-1.779-.998-.189-.744.371-1.56 1.133-1.649z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-skiing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.655 0h2.676c4.779.562 9.089 4.136 10.273 8.835a16.1 16.1 0 0 1-.001 6.331c-1.18 4.695-5.482 8.26-10.253 8.834h-2.671c-4.652-.555-8.844-3.938-10.173-8.459-.227-.72-.339-1.468-.505-2.203v-2.653c.16-.744.275-1.5.505-2.228C1.833 3.943 6.015.569 10.656 0M5.71 4.681c1.06 1.077 2.108 2.182 3.225 3.195l.121-.025-.054.081c1.478 1.529 2.957 3.089 4.552 4.501l-.117-.248c.498.925 1.372 1.547 2.069 2.309.728.673 1.362 1.478 2.146 2.068.208.262.435.508.671.745.279.294.567.58.867.854 3.156-3.622 2.922-9.601-.567-12.924C15.296 1.763 9.336 1.542 5.71 4.68m-.535 14.143c3.332 3.43 9.262 3.642 12.858.5-.67-.68-1.306-1.432-2.058-2.009-.815-.827-1.554-1.78-2.523-2.425-.527-.829-1.295-1.506-2.036-2.129l-.078.056.021-.113c-.248-.392-.631-.673-.94-1.013a64.917 64.917 0 0 0-1.528-1.532c-.271-.244-.494-.547-.807-.742l-.085.052.029-.119C6.951 8.124 5.713 7.029 4.587 5.84c-3.232 3.608-2.943 9.675.587 12.985z"/><path fill="#fff" d="M5.71 4.681c3.625-3.138 9.586-2.918 12.913.557 3.488 3.322 3.723 9.301.567 12.924-.3-.273-.587-.56-.867-.854.431-.006.861-.007 1.292-.01l-.021-.734c-.647-.001-1.295.014-1.942-.001-.784-.59-1.418-1.395-2.146-2.068-.698-.762-1.571-1.384-2.069-2.309-.687-1.204-1.407-2.392-2.096-3.596.449.162.908.301 1.342.501.913.515.942 2.354 2.242 2.089 1.803-.06 3.607 0 5.408-.031-.001-.087-.006-.261-.008-.347-1.732-.006-3.463-.001-5.195-.001a14.737 14.737 0 0 0-1.538-2.485 19.496 19.496 0 0 0-2.858-1.154c-.589.148-1.122.456-1.679.691l-.121.025C7.818 6.865 6.77 5.76 5.709 4.683m2.836.781c-.659.227-.836 1.185-.297 1.628.516.498 1.492.177 1.593-.539.174-.709-.627-1.384-1.296-1.09zM5.175 18.823c-3.53-3.31-3.819-9.377-.587-12.985 1.126 1.189 2.364 2.284 3.441 3.509L8 9.466c-.098.176-.193.353-.289.529-.709.021-1.42-.027-2.128.021-.382-.018-.632.445-.463.769.215.251.562.368.716.677.96 1.707 1.952 3.395 2.902 5.107-1.264-.08-2.757.339-3.74-.705.063.744.621 1.434 1.409 1.434 3.188.036 6.38 0 9.568.015.752.578 1.388 1.33 2.058 2.009-3.596 3.142-9.526 2.93-12.858-.5zM23.604 8.835c.17.603.25 1.225.396 1.832v2.957l-.042-.218c-.109.587-.186 1.183-.356 1.76.426-2.093.414-4.236.001-6.331z"/><path fill="#fff" d="M8.891 10.157c.515.505 1.03 1.01 1.528 1.532-.36.646-.802 1.247-1.111 1.921-.12 1.017.025 2.053-.075 3.074-1.141-1.818-2.147-3.72-3.229-5.574.755-.035 1.521.068 2.269-.052.324-.181.424-.603.618-.901zM11.339 12.815l.078-.056c.741.624 1.508 1.3 2.036 2.129.311.565.636 1.123.952 1.687-1.263.003-2.527 0-3.79.001.015-1.3-.253-2.721.724-3.762z"/><path fill="#030303" d="M8.545 5.464c.67-.294 1.471.381 1.296 1.09-.102.716-1.077 1.037-1.593.539-.539-.444-.361-1.401.297-1.628zM9.056 7.852c.557-.234 1.09-.543 1.679-.691.975.31 1.945.693 2.858 1.154.583.776 1.118 1.606 1.538 2.485 1.732 0 3.463-.004 5.195.001l.008.347c-1.801.031-3.606-.029-5.408.031-1.3.265-1.33-1.574-2.242-2.089-.434-.2-.893-.339-1.342-.501.689 1.204 1.409 2.392 2.096 3.596l.117.248c-1.595-1.412-3.074-2.972-4.552-4.501l.054-.081zM8 9.466l.085-.052c.313.195.536.498.807.742-.194.299-.294.72-.618.901-.748.12-1.514.017-2.269.052 1.081 1.854 2.087 3.756 3.229 5.574.1-1.021-.045-2.057.075-3.074.308-.674.751-1.275 1.111-1.921.31.34.692.621.94 1.013l-.021.113c-.977 1.041-.709 2.461-.724 3.762 1.263-.001 2.527.001 3.79-.001-.315-.564-.64-1.122-.952-1.687.968.645 1.708 1.598 2.523 2.425-3.188-.015-6.38.021-9.568-.015-.788 0-1.347-.691-1.409-1.434.982 1.044 2.475.625 3.74.705-.95-1.712-1.942-3.4-2.902-5.107-.153-.308-.501-.426-.716-.677-.169-.324.081-.787.463-.769.707-.047 1.419 0 2.128-.021.096-.176.191-.353.289-.529zM17.651 16.563c.647.015 1.295 0 1.942.001l.021.734c-.431.003-.861.004-1.292.01a8.934 8.934 0 0 1-.671-.745z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-snowmobiles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.084 0h1.538c4.584.218 8.879 3.271 10.531 7.562.454 1.087.66 2.252.846 3.409v2.03c-.205 1.44-.523 2.881-1.178 4.19-1.772 3.794-5.647 6.403-9.796 6.808h-2.023c-4.505-.412-8.66-3.478-10.222-7.747-.424-1.067-.611-2.202-.781-3.331v-1.814c.354-4.202 2.981-8.143 6.822-9.93C8.153.516 9.617.193 11.083 0M6.175 4.891c1.24 1.243 2.468 2.498 3.731 3.718.278.305.571.593.865.882l.251.259.311.29c.233.247.475.487.721.724a618.343 618.343 0 0 0 5.31 5.311c.574.596 1.164 1.178 1.753 1.762a9.226 9.226 0 0 0 1.96-7.358c-.403-2.5-1.907-4.782-4.02-6.169-3.246-2.189-7.896-1.962-10.882.582M3.353 15.133c1.13 3.215 4.184 5.644 7.574 6.007 2.455.305 5.008-.454 6.913-2.028-1.007-1.012-2.006-2.033-3.035-3.024-.56-.569-1.091-1.172-1.718-1.668l.018-.109a3.884 3.884 0 0 0-.242-.12c-1.332-1.47-2.788-2.827-4.183-4.236a466.878 466.878 0 0 0-3.787-3.792c-2.044 2.447-2.647 5.983-1.54 8.97z"/><path fill="#ffd100" d="M6.175 4.891c2.986-2.544 7.636-2.771 10.882-.582 2.113 1.387 3.617 3.67 4.02 6.169a9.224 9.224 0 0 1-1.96 7.358c-.589-.583-1.18-1.165-1.753-1.762.624-.022 1.265.065 1.878-.085.599-.149.986-.844.742-1.424-.139-.418-.584-.577-.948-.743-.09-.883.204-1.86-.178-2.682-.672-.508-1.625-.168-2.412-.256.514-1.256-.29-2.45-.695-3.604-.41-.697-.79-1.421-.887-2.238-.058-.654-1.057-.895-1.385-.319-.235.52-.073 1.11.038 1.642.257.044.52.058.778.106-.193.589-.438 1.159-.673 1.733-1.188-.368-2.116.58-2.6 1.546a60.382 60.382 0 0 1-.251-.259c.332-1.01.935-2.106.377-3.155-.438.744-.829 1.514-1.242 2.273C8.644 7.39 7.415 6.135 6.175 4.891zM3.353 15.133c-1.108-2.987-.504-6.523 1.54-8.97A466.878 466.878 0 0 1 8.68 9.955 4.898 4.898 0 0 0 5.442 12.3c.749.822 1.782 1.294 2.821 1.636-.299.367-.522.929-1.06.972-1.008.128-1.906-.51-2.533-1.235-.22-.346-.787-.16-.769.246.166.937 1.078 1.454 1.891 1.771 1.283.538 2.695.346 4.046.386.408-.018.852.072 1.225-.133-.256-1.033-1.596-1.062-2.462-1.17l.413-.662c1.278.174 2.566.014 3.848.08.082.037.163.077.242.12l-.018.109c-.078.413-.166.912.158 1.249.39.443 1.024.407 1.56.419 1.028.991 2.028 2.012 3.035 3.024-1.906 1.574-4.458 2.333-6.913 2.028-3.39-.364-6.444-2.792-7.574-6.007z"/><path fill="#ffd100" d="M12.424 8.83c.652-.005 1.264.504 1.921.206l.124.384c-.496.014-1.002-.05-1.49.064-.427.32-.625.852-.924 1.28a19.688 19.688 0 0 1-.721-.724c.334-.416.54-1.042 1.091-1.211z"/><path d="M13.48 4.724c.328-.576 1.327-.335 1.385.319.097.817.476 1.541.887 2.238.404 1.153 1.208 2.347.695 3.604.787.088 1.74-.252 2.412.256.382.822.088 1.799.178 2.682.364.166.809.325.948.743.245.581-.143 1.276-.742 1.424-.613.15-1.254.064-1.878.085a618.343 618.343 0 0 1-5.31-5.311c.299-.428.497-.96.924-1.28.488-.114.995-.049 1.49-.064l-.124-.384c-.658.298-1.27-.211-1.921-.206-.551.169-.757.794-1.091 1.211-.103-.097-.206-.194-.311-.29.485-.966 1.412-1.914 2.6-1.546.235-.574.48-1.144.673-1.733-.258-.048-.521-.061-.778-.106-.112-.532-.274-1.122-.038-1.642zM11.148 6.336c.558 1.049-.044 2.144-.377 3.155-.294-.289-.587-.577-.865-.882.413-.758.804-1.529 1.242-2.273zM5.442 12.3A4.902 4.902 0 0 1 8.68 9.955c1.396 1.409 2.851 2.766 4.183 4.236-1.283-.066-2.57.094-3.848-.08l-.413.662c.866.108 2.207.137 2.462 1.17-.373.205-.817.115-1.225.133-1.351-.041-2.764.151-4.046-.386-.814-.317-1.726-.834-1.891-1.771-.018-.406.55-.592.769-.246.628.725 1.525 1.363 2.533 1.235.538-.043.761-.605 1.06-.972-1.039-.342-2.072-.814-2.821-1.636zM13.087 14.42c.628.496 1.158 1.099 1.718 1.668-.536-.012-1.17.024-1.56-.419-.324-.337-.236-.836-.158-1.249z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-snowmobiles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.705 0h2.572c4.672.529 8.886 3.925 10.218 8.459.241.731.335 1.497.505 2.247v2.572c-.534 4.746-4.037 9.013-8.667 10.284-.66.204-1.348.282-2.019.44h-2.62c-4.737-.54-8.987-4.048-10.252-8.668-.205-.666-.283-1.36-.442-2.037v-2.572c.166-.756.262-1.528.505-2.265C1.836 3.932 6.042.541 10.705.001M5.81 4.497c.982.97 1.942 1.965 2.937 2.922.899.851 1.695 1.832 2.68 2.576.403.62.98 1.129 1.547 1.592.14.22.325.406.511.589.183.174.339.385.561.513.628.688 1.299 1.338 1.96 1.994 1.115 1.146 2.253 2.267 3.387 3.395 3.17-3.59 2.968-9.532-.426-12.908-3.332-3.617-9.474-3.922-13.158-.673m-1.15 1.146c-3.227 3.657-2.962 9.753.606 13.093 3.356 3.47 9.357 3.677 12.978.5a513.198 513.198 0 0 0-4.547-4.549 44.57 44.57 0 0 0-1.99-1.995 40.26 40.26 0 0 0-.54-.551A127.836 127.836 0 0 0 7.34 8.314c-.901-.882-1.778-1.79-2.68-2.669z"/><path fill="#fff" d="M5.81 4.497c3.684-3.25 9.826-2.944 13.158.673 3.393 3.377 3.596 9.318.426 12.908-1.133-1.127-2.272-2.249-3.387-3.395 1.167-.024 2.346.077 3.502-.049.829-.265.769-1.246.72-1.942-2.061-.01-4.122-.001-6.183-.003-.222-.128-.378-.339-.561-.513 2.339-.008 4.68.025 7.017-.017.395-.673.075-1.62.181-2.4-.724-.601-1.743-.218-2.427.268-1.736.128-3.501-.021-5.244.073-.719.233-.374 1.072-.039 1.487-.568-.463-1.144-.973-1.547-1.592-.497-.925-.968-1.866-1.499-2.773-.328-.465-.847-.011-1.182.197-.995-.957-1.955-1.952-2.937-2.922zM4.659 5.643c.903.879 1.779 1.787 2.68 2.669-.886.56-1.776 1.112-2.65 1.69-.666.491-.318 1.434-.396 2.133 2.29.008 4.581.003 6.872.004.181.181.361.366.54.551-.527-.003-1.056-.021-1.582.031.374.758.656 2.043 1.727 1.97.614-.001 1.229-.001 1.845-.006a500.037 500.037 0 0 1 4.547 4.549c-3.621 3.177-9.622 2.971-12.978-.5-3.568-3.339-3.833-9.435-.606-13.093M3.25 12.167c-.174 1.199.805 2.48 2.041 2.493 1.501-.001 3.001.004 4.503-.004.006-.278.007-.555 0-.832-1.501-.008-3.003 0-4.503-.003-.794.018-1.521-.572-1.754-1.316-.064-.145-.068-.378-.287-.339z"/><path fill="#030303" d="M8.747 7.419c.335-.208.854-.661 1.182-.197.53.907 1.002 1.847 1.499 2.773-.985-.744-1.782-1.725-2.68-2.576zM4.69 10.002c.873-.578 1.764-1.13 2.65-1.69a129.03 129.03 0 0 1 3.826 3.827c-2.291-.001-4.582.004-6.872-.004.078-.699-.269-1.642.396-2.133zM18.258 10.027c.684-.486 1.702-.869 2.427-.268-.106.78.213 1.727-.181 2.4-2.337.042-4.679.008-7.017.017-.186-.183-.371-.368-.511-.589-.335-.416-.68-1.254.039-1.487 1.743-.093 3.508.056 5.244-.073zM3.25 12.167c.219-.039.223.194.287.339.233.744.96 1.334 1.754 1.316 1.5.003 3.001-.006 4.503.003.007.276.006.554 0 .832-1.501.008-3.001.003-4.503.004-1.236-.014-2.216-1.295-2.041-2.493zM10.123 12.721c.526-.052 1.055-.033 1.582-.031a44.57 44.57 0 0 1 1.99 1.995c-.615.004-1.231.004-1.845.006-1.072.073-1.353-1.213-1.727-1.97zM14.047 12.689c2.061.001 4.122-.007 6.183.003.049.696.109 1.677-.72 1.942-1.157.126-2.336.025-3.502.049-.661-.656-1.333-1.306-1.96-1.994z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-snowmobiles-or-atvs--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.646 0h2.691c3.106.438 6.078 1.978 8.032 4.461 1.456 1.758 2.273 3.949 2.632 6.184v2.692c-.438 3.106-1.978 6.078-4.461 8.032-1.759 1.456-3.949 2.273-6.185 2.632h-2.691c-3.106-.438-6.078-1.978-8.032-4.461C1.176 17.781.359 15.591 0 13.355v-2.691C.545 6.299 3.531 2.312 7.683.775c.95-.387 1.964-.562 2.963-.774m-4.76 4.572c.346.37.709.721 1.055 1.091.761.827 1.584 1.597 2.397 2.372.46.421.827.959 1.385 1.259.165.296.394.549.638.782 1.108 1.067 2.167 2.184 3.278 3.248.524.45.892 1.105 1.573 1.343l-.168.124c1.235 1.128 2.372 2.36 3.573 3.525 2.143-2.509 2.853-6.133 1.831-9.268-.936-3.021-3.463-5.476-6.497-6.356-3.089-.936-6.601-.203-9.065 1.879M4.714 5.739c-3.161 3.632-2.997 9.583.401 13.005 3.356 3.702 9.607 4.029 13.348.727-.469-.486-.956-.952-1.42-1.44l-.051.295c-.011-.342-.251-.582-.474-.81l-.088.128a.46.46 0 0 0-.165-.4 6.61 6.61 0 0 1-.816-.806c-.096-.082-.192-.164-.288-.244a30.55 30.55 0 0 1-.556-.582c-.186-.192-.374-.384-.562-.575-.158-.138-.315-.278-.472-.418l.034-.113-.136.001a5.937 5.937 0 0 0-.925-.868l.001-.093c-.887-.806-1.652-1.817-2.615-2.495-.093-.138-.188-.275-.282-.412a29.454 29.454 0 0 1-.59-.582 12.635 12.635 0 0 0-.64-.669C7.15 8.205 5.974 6.926 4.712 5.737z"/><path fill="#fff" d="M5.886 4.573c2.464-2.082 5.976-2.815 9.065-1.879 3.034.88 5.561 3.335 6.497 6.356 1.022 3.136.312 6.76-1.831 9.268-1.201-1.165-2.338-2.397-3.573-3.525l.168-.124c.584.363 1.052.889 1.669 1.206-.6-.779-1.206-1.95-2.32-1.941-.042-.24-.085-.479-.131-.717-.264.035-.527.072-.791.11-1.111-1.064-2.17-2.181-3.278-3.248 2.143-.006 4.289.03 6.431-.014.792-.076.791-1 .757-1.6-2.74.01-5.48-.032-8.219.023.126.272.257.542.394.809-.558-.301-.925-.839-1.385-1.259 1.008-.014 2.015 0 3.021-.008-.656-1.24-1.324-2.472-1.985-3.709-.117-.227-.335-.58-.635-.398-.964.525-1.859 1.17-2.798 1.744-.346-.37-.709-.721-1.055-1.091M16.921 6.32c-1.434.093-2.887-.068-4.316.076-.63.46.12 1.138.298 1.643 1.972.02 3.944-.006 5.917.013.158-.647.052-1.319.088-1.976-.63-.455-1.416-.151-1.986.244zM4.714 5.739C5.976 6.928 7.152 8.207 8.42 9.39c-.761-.034-1.528.047-2.284-.044-.717-.126-1.002-.851-1.345-1.398-.093.916.469 1.928 1.424 2.084.946.073 1.897.011 2.845.027.193.196.391.39.59.582-.649.568-.641 1.523-.966 2.274l-.504.031-.008 1.227c-.487.202-1.18.164-1.45.692.872-.01 1.707-.364 2.578-.343.822.854 1.496 1.842 2.266 2.744.319-.003.637-.008.956-.024-.145-.347-.552-.219-.846-.26-.75-.954-1.432-1.964-2.188-2.912-.175-.27-.52-.116-.775-.12.275-.96.534-1.924.813-2.884l.407-.013c.963.678 1.728 1.688 2.615 2.495l-.001.093c-.01.291-.016.583-.02.874.315 0 .63-.003.944-.006l.136-.001-.034.113c-.174.573-.346 1.149-.455 1.741.371-.394.652-.858.926-1.323.188.191.376.383.562.575-1.029.529-1.341 2.036-.5 2.867.758.87 2.192.724 2.887-.154l.051-.295c.464.488.952.954 1.42 1.44-3.741 3.302-9.992 2.975-13.348-.727-3.398-3.422-3.562-9.373-.401-13.005m5.018 6.565c-.128.356-.254.712-.376 1.07.287.384.577.765.861 1.153.7.008 1.399.004 2.099.004.006-.247.01-.493.017-.738-.774-.645-1.429-1.763-2.602-1.489m.762 2.582c.416.57.844 1.132 1.251 1.71 1.12.315 1.112-.977 1.357-1.708-.87 0-1.739.001-2.608-.001m-2.907.767c-1.073.565-1.235 2.264-.25 2.992.912.812 2.456.39 2.907-.728a2.442 2.442 0 0 0-.024-1.384c-.433-.984-1.7-1.437-2.633-.88z"/><path fill="#fff" d="M8.099 16.306c1.237-.614 2.07 1.496.774 1.906-1.186.514-1.976-1.441-.774-1.906m.129.258c-.5.174-.62.911-.209 1.24.404.391 1.16.117 1.224-.44.114-.545-.514-1.038-1.015-.799zM15.161 16.194c.096.08.192.162.288.244-.608.121-1.024.896-.493 1.358.498.469 1.175.017 1.309-.552a.455.455 0 0 1 .165.4c-.302.719-1.371.864-1.811.205-.45-.592-.049-1.354.542-1.655z"/><path fill="#030303" d="M9.738 3.92c.301-.182.518.171.635.398.661 1.237 1.328 2.469 1.985 3.709-1.007.008-2.013-.006-3.021.008-.813-.775-1.636-1.544-2.397-2.372.939-.573 1.834-1.218 2.798-1.744zM16.921 6.32c.57-.395 1.357-.699 1.986-.244-.035.658.071 1.33-.088 1.976-1.972-.018-3.944.007-5.917-.013-.178-.505-.928-1.183-.298-1.643 1.429-.144 2.881.017 4.316-.076zM4.79 7.948c.343.546.628 1.272 1.345 1.398.757.09 1.523.01 2.284.044.22.216.435.438.64.669-.947-.016-1.899.047-2.845-.027-.956-.155-1.518-1.168-1.424-2.084zM10.328 8.486c2.739-.055 5.479-.013 8.219-.023.034.6.035 1.523-.757 1.6-2.142.044-4.288.008-6.431.014a3.38 3.38 0 0 1-.638-.782 21.566 21.566 0 0 1-.394-.809zM8.684 12.915c.325-.751.316-1.707.966-2.274.095.137.189.274.282.412l-.407.013c-.28.96-.538 1.924-.813 2.884.256.004.6-.15.775.12.757.949 1.439 1.958 2.188 2.912.294.041.7-.088.846.26-.319.016-.637.021-.956.024-.769-.902-1.444-1.89-2.266-2.744-.871-.021-1.705.333-2.578.343.27-.528.963-.49 1.45-.692l.008-1.227.504-.031z"/><path fill="#030303" d="M9.733 12.305c1.173-.274 1.828.844 2.602 1.489-.007.246-.011.491-.017.738-.7 0-1.399.004-2.099-.004-.284-.388-.575-.769-.861-1.153.121-.359.247-.714.376-1.07zM14.639 13.326c.264-.038.527-.075.791-.11.047.239.089.477.131.717 1.114-.008 1.72 1.162 2.32 1.941-.617-.316-1.084-.843-1.669-1.206-.68-.237-1.049-.892-1.573-1.343zM12.545 13.64c.34.253.645.549.925.868-.315.003-.63.006-.944.006.004-.291.01-.583.02-.874zM13.571 14.62c.157.14.313.28.472.418-.274.464-.555.929-.926 1.323.109-.592.281-1.168.455-1.741zM10.494 14.887c.868.003 1.738.001 2.608.001-.244.731-.237 2.023-1.357 1.708-.407-.577-.834-1.139-1.251-1.71zM7.587 15.655c.933-.558 2.2-.104 2.633.88.136.455.155.926.024 1.384-.45 1.118-1.995 1.54-2.907.728-.985-.727-.823-2.427.25-2.992m.512.651c-1.203.464-.412 2.42.774 1.906 1.296-.409.463-2.52-.774-1.906zM14.105 18.48c-.841-.832-.529-2.338.5-2.867.184.196.368.39.556.582-.592.301-.992 1.063-.542 1.655.44.659 1.509.514 1.811-.205l.088-.128c.223.229.463.469.474.81-.695.878-2.129 1.024-2.887.154z"/><path fill="#030303" d="M8.228 16.564c.501-.239 1.129.254 1.015.799-.064.558-.82.832-1.224.44-.411-.329-.291-1.066.209-1.24zM14.956 17.797c-.531-.462-.116-1.237.493-1.358.251.288.518.565.816.806-.134.569-.81 1.021-1.309.552z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c00" d="M8.852.446c2.944-.805 6.193-.439 8.869 1.032 3.594 1.901 5.954 5.726 6.278 9.754v1.512c-.288 3.391-1.946 6.672-4.68 8.738a11.975 11.975 0 0 1-8.273 2.458c-3.673-.27-7.151-2.354-9.122-5.466C-.134 15.322-.544 11.179.832 7.676c1.332-3.497 4.402-6.271 8.02-7.23M6.07 4.34c1.926 1.98 3.905 3.91 5.849 5.872 2.002-1.952 3.967-3.944 5.941-5.924-3.349-2.642-8.462-2.615-11.79.053m7.486 7.505c2.036 2.028 4.055 4.074 6.106 6.088 2.75-3.414 2.678-8.7-.142-12.05a632.637 632.637 0 0 0-5.964 5.963M4.285 17.86c2.014-2 4.018-4.009 6.022-6.018a904.555 904.555 0 0 0-5.879-5.875c-2.755 3.318-2.81 8.507-.143 11.893m7.641-4.396c-2.017 2.016-4.045 4.021-6.044 6.055 3.385 2.85 8.755 2.897 12.157.054a733.518 733.518 0 0 0-6.113-6.109z"/><path fill="navy" d="M6.07 4.34c3.328-2.668 8.441-2.695 11.79-.053-1.974 1.98-3.94 3.972-5.941 5.924C9.975 8.249 7.996 6.319 6.07 4.339zM13.556 11.846a632.637 632.637 0 0 1 5.964-5.963c2.82 3.35 2.892 8.636.142 12.05-2.051-2.014-4.069-4.06-6.106-6.088zM4.285 17.86c-2.668-3.386-2.612-8.575.143-11.893a904.555 904.555 0 0 1 5.879 5.875c-2.004 2.009-4.008 4.018-6.022 6.018zM11.926 13.464a733.518 733.518 0 0 1 6.113 6.109c-3.402 2.843-8.772 2.796-12.157-.054 1.999-2.034 4.027-4.039 6.044-6.055z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.144 0h1.672c4.17.314 8.106 2.861 9.938 6.644.688 1.328 1.028 2.797 1.246 4.267v2.136c-.392 4.086-2.922 7.92-6.643 9.708-1.33.685-2.797 1.034-4.271 1.244h-2.137c-1.393-.2-2.786-.509-4.056-1.134C2.993 21.097.342 17.1 0 12.859v-1.67c.192-1.588.551-3.173 1.295-4.6C3.124 2.85 7.019.336 11.145-.001M5.952 4.415c.47.479.943.955 1.423 1.424.898.904 1.795 1.808 2.705 2.7.552.57 1.116 1.126 1.679 1.684.725-.713 1.439-1.438 2.16-2.154.918-.918 1.837-1.835 2.753-2.756.374-.37.748-.74 1.115-1.117-3.408-2.592-8.528-2.51-11.834.22m8.296 6.877c-.241.232-.476.469-.706.712.228.244.463.481.704.712 1.782 1.788 3.565 3.572 5.353 5.353 2.813-3.402 2.816-8.726-.002-12.126a2998.396 2998.396 0 0 0-5.35 5.35M4.201 6.228c-2.524 3.308-2.53 8.248 0 11.555a786.532 786.532 0 0 0 3.164-3.164c.87-.869 1.747-1.733 2.606-2.614-.86-.88-1.736-1.744-2.608-2.612A1048.395 1048.395 0 0 0 4.2 6.229m5.885 9.237c-.908.892-1.799 1.8-2.705 2.694-.472.485-.958.955-1.43 1.438 3.305 2.735 8.434 2.826 11.84.221a14.743 14.743 0 0 0-.692-.678c-.892-.931-1.822-1.825-2.725-2.746-.875-.865-1.738-1.741-2.612-2.606-.562.557-1.123 1.112-1.675 1.678z"/><path fill="#fff" d="M5.952 4.415c3.306-2.73 8.426-2.812 11.834-.22-.367.377-.74.748-1.115 1.117-3.101.014-6.2-.001-9.301.008l.005.518c-.48-.469-.953-.946-1.423-1.424zM14.249 11.293c1.781-1.786 3.564-3.568 5.35-5.35 2.819 3.4 2.815 8.724.002 12.126a2078.142 2078.142 0 0 1-5.353-5.353c-.006-.474-.006-.948.001-1.423zM4.201 6.228C5.257 7.28 6.312 8.335 7.364 9.392c.013 1.741.012 3.484.001 5.226a786.532 786.532 0 0 1-3.164 3.164c-2.53-3.307-2.524-8.246 0-11.555zM10.092 8.075c1.276-.004 2.551.008 3.827-.006-.721.716-1.435 1.441-2.16 2.154-.563-.558-1.127-1.114-1.679-1.684l.012-.464zM10.085 15.466c.552-.565 1.114-1.121 1.675-1.678.875.865 1.738 1.741 2.612 2.606-1.428-.02-2.856-.004-4.283-.008 0-.307-.004-.613-.005-.92zM5.95 19.597c.473-.482.959-.953 1.43-1.438-.006.328-.008.654-.01.982 3.242.002 6.485.004 9.727-.001.239.217.468.445.692.678-3.407 2.605-8.536 2.514-11.84-.221z"/><path d="M7.37 5.321c3.101-.01 6.2.006 9.301-.008-.916.922-1.835 1.838-2.753 2.756-1.276.014-2.551.002-3.827.006-.004.155-.007.31-.012.464-.91-.892-1.807-1.796-2.705-2.7l-.005-.518zM7.364 9.392c.871.869 1.747 1.733 2.608 2.612-.859.881-1.736 1.745-2.606 2.614.011-1.742.012-3.485-.001-5.226zM13.543 12.005c.229-.242.464-.48.706-.712-.007.475-.007.949-.001 1.423-.241-.23-.476-.468-.704-.712zM7.38 18.16c.906-.894 1.796-1.802 2.705-2.694.001.307.005.613.005.92 1.427.005 2.855-.012 4.283.008.904.92 1.834 1.814 2.725 2.746-3.242.005-6.485.004-9.727.001a64.3 64.3 0 0 1 .01-.982z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.979 0h2.006c.794.144 1.601.245 2.376.48 3.629 1.022 6.662 3.889 7.924 7.439.379.985.535 2.032.715 3.066v1.99c-.305 2.714-1.417 5.36-3.341 7.325-1.993 2.113-4.771 3.368-7.639 3.701h-2.008c-4.128-.398-7.996-2.962-9.791-6.727-.676-1.327-1.003-2.791-1.222-4.256V11.02c.176-1.108.356-2.225.778-3.272 1.294-3.472 4.29-6.26 7.861-7.266.763-.234 1.558-.33 2.34-.48M5.84 4.318c.898.887 1.783 1.787 2.682 2.672 2.824 2.832 5.652 5.66 8.484 8.484.886.899 1.783 1.784 2.672 2.678 2.25-2.762 2.801-6.772 1.364-10.034-1.35-3.22-4.528-5.579-8.01-5.902a9.871 9.871 0 0 0-7.193 2.101M2.576 14.832c.754 2.551 2.604 4.741 4.974 5.942 3.347 1.747 7.681 1.302 10.596-1.1a292.112 292.112 0 0 0-2.668-2.671c-2.822-2.834-5.65-5.663-8.483-8.486-.887-.899-1.783-1.788-2.677-2.681-2.003 2.479-2.682 5.948-1.742 8.996z"/><path fill="#fff" d="M5.84 4.318a9.867 9.867 0 0 1 7.193-2.101c3.482.323 6.66 2.682 8.01 5.902 1.436 3.263.886 7.272-1.364 10.034-.889-.894-1.787-1.78-2.672-2.678.331-.33.662-.662.992-.994.001-1.656.002-3.312 0-4.967-1.17-1.172-2.34-2.346-3.516-3.512-1.656-.002-3.311-.002-4.966 0a132.6 132.6 0 0 0-.995.989c-.899-.886-1.784-1.786-2.682-2.672zM2.576 14.832c-.94-3.048-.26-6.517 1.742-8.996.894.893 1.79 1.782 2.677 2.681-.331.33-.664.66-.995.992-.002 1.657-.001 3.314-.001 4.972 1.172 1.172 2.344 2.347 3.517 3.518 1.655.002 3.31.001 4.964 0 .334-.331.666-.662.997-.996.894.887 1.786 1.774 2.668 2.671-2.915 2.402-7.249 2.848-10.596 1.1-2.37-1.201-4.22-3.391-4.974-5.942z"/><path d="M9.517 6.001c1.655-.002 3.31-.002 4.966 0 1.176 1.166 2.346 2.34 3.516 3.512.002 1.655.001 3.311 0 4.967-.33.331-.661.664-.992.994-2.832-2.824-5.66-5.652-8.484-8.484.33-.331.661-.661.995-.989zM6.996 8.516a3393.49 3393.49 0 0 1 8.483 8.486c-.331.334-.664.665-.997.996-1.655.001-3.31.002-4.964 0-1.174-1.171-2.345-2.346-3.517-3.518 0-1.657-.001-3.314.001-4.972.331-.332.664-.662.995-.992z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.034 0h1.613c4.514.236 8.748 3.193 10.44 7.396.492 1.117.71 2.321.913 3.516v2.246c-.18.862-.294 1.742-.588 2.578-1.129 3.527-3.996 6.426-7.5 7.616-.881.324-1.813.452-2.726.648h-2.345c-3.974-.472-7.696-2.897-9.502-6.502C.549 15.999.145 14.329 0 12.648v-1.29C.247 6.625 3.504 2.22 8.003.69 8.981.331 10.014.182 11.034 0M7.277 3.192C4.085 4.874 1.967 8.387 2.01 12c-.052 3.874 2.4 7.652 5.98 9.144.378-1.201.788-2.39 1.154-3.594.598.313 1.246.53 1.913.638-.404 1.192-.779 2.394-1.176 3.589 3.042.685 6.365-.178 8.699-2.239 2.819-2.412 4.078-6.458 3.108-10.043-.744-2.912-2.878-5.471-5.664-6.628-.385 1.218-.792 2.429-1.178 3.647a5.11 5.11 0 0 0-1.982-.678c.588-1.126.822-2.414 1.267-3.605-2.304-.493-4.776-.157-6.853.96z"/><path fill="#e20a16" d="M12.185 8.194c.674.121 1.325.407 1.831.872-.19.571-.374 1.144-.56 1.715a18.38 18.38 0 0 1-1.886-.659c.205-.642.422-1.282.616-1.928zM10.8 12.482c.635.204 1.279.38 1.909.598-.296.917-.6 1.83-.889 2.749a4.282 4.282 0 0 1-1.89-.734c.325-.858.578-1.742.87-2.612z"/><path fill="#fff" d="M7.277 3.192c2.077-1.117 4.549-1.453 6.853-.96-.445 1.19-.679 2.479-1.267 3.605-1.748-.33-3.965.12-4.886 1.793-.596 1.182-.122 2.582.586 3.602.558.68 1.435.97 2.238 1.25-.292.87-.545 1.754-.87 2.612a4.305 4.305 0 0 1-.761-.817c-.68.469-1.36.938-2.033 1.415a5.15 5.15 0 0 0 2.008 1.858c-.366 1.204-.776 2.393-1.154 3.594-3.58-1.492-6.031-5.27-5.98-9.144-.043-3.613 2.075-7.126 5.267-8.808zM16.024 2.868c2.786 1.157 4.92 3.715 5.664 6.628.97 3.584-.289 7.631-3.108 10.043-2.334 2.062-5.657 2.924-8.699 2.239.397-1.195.772-2.398 1.176-3.589 1.898.308 4.195-.101 5.344-1.79.775-1.194.492-2.767-.179-3.941-.622-.942-1.735-1.356-2.766-1.676.186-.571.371-1.144.56-1.715.132.125.259.256.386.385.638-.512 1.28-1.02 1.916-1.536a4.85 4.85 0 0 0-1.474-1.4c.386-1.218.793-2.429 1.178-3.647z"/><path fill="#fff" d="M10.63 8.354c.487-.21 1.036-.196 1.555-.161-.193.647-.41 1.286-.616 1.928-.426-.185-.956-.239-1.252-.635-.274-.371-.096-.943.312-1.133zM12.709 13.08c.744.262 1.915.667 1.694 1.674-.394.984-1.648 1.174-2.584 1.075.289-.919.593-1.832.889-2.749z"/><path d="M7.976 7.63c.922-1.673 3.138-2.123 4.886-1.793.7.084 1.376.32 1.982.678.588.353 1.084.84 1.474 1.4-.636.516-1.278 1.024-1.916 1.536-.127-.13-.254-.26-.386-.385-.506-.466-1.157-.751-1.831-.872-.52-.035-1.068-.049-1.555.161-.408.19-.586.762-.312 1.133.295.396.826.45 1.252.635.616.256 1.247.47 1.886.659 1.031.32 2.144.734 2.766 1.676.671 1.174.954 2.747.179 3.941-1.148 1.69-3.445 2.099-5.344 1.79a6.307 6.307 0 0 1-1.913-.638 5.15 5.15 0 0 1-2.008-1.858c.673-.476 1.352-.946 2.033-1.415.223.299.467.584.761.817a4.27 4.27 0 0 0 1.89.734c.936.098 2.19-.091 2.584-1.075.221-1.007-.95-1.412-1.694-1.674-.63-.217-1.274-.394-1.909-.598-.803-.281-1.68-.57-2.238-1.25-.708-1.02-1.182-2.42-.586-3.602z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c62363" d="M10.619 0h2.72c4.379.542 8.372 3.554 9.904 7.72.376.93.542 1.924.757 2.899v2.72c-.544 4.379-3.554 8.372-7.72 9.904-.93.376-1.923.542-2.899.757h-2.72c-4.379-.542-8.372-3.554-9.904-7.721C.381 15.35.215 14.356 0 13.381v-2.72c.25-1.369.572-2.739 1.213-3.985C2.966 3.039 6.643.535 10.619 0M5.831 3.563c.819.831 1.63 1.673 2.477 2.473-.628-.004-1.258-.016-1.886.022-.003.437-.003.873.003 1.31 1.093.01 2.185 0 3.279 0 0 1.124-.422 2.321-1.399 2.959A674.3 674.3 0 0 0 3.689 5.68C.64 9.567.97 15.599 4.448 19.114c3.433 3.784 9.724 4.314 13.751 1.176-.818-.828-1.631-1.661-2.467-2.471l-.17.067c1.341-.373 2.081-1.953 1.268-3.157 1.252 1.041 2.311 2.293 3.49 3.416 3.079-3.926 2.625-10.046-.956-13.51C15.917 1.011 9.811.549 5.831 3.564z"/><path fill="#c62363" d="M10.396 10.071c.927 1.256 2.237 2.188 3.65 2.83.181-.178.364-.351.535-.538.344.351.69.699 1.039 1.046l.009.342.367.018c.175.219.348.441.527.659-1.538-.924-3.373-1.071-5.126-.991-.687-.693-1.378-1.384-2.064-2.079.409-.381.739-.834 1.062-1.287zM12.778 14.825c.973.012 2.142.04 2.861.788.385.633-.424 1.016-.905 1.187-.653-.656-1.302-1.319-1.956-1.975z"/><path fill="#fff" d="M5.831 3.563C9.812.548 15.917 1.01 19.364 4.634c3.581 3.464 4.034 9.584.956 13.51-1.179-1.123-2.239-2.375-3.49-3.416-.104-.099-.206-.2-.307-.299-.179-.218-.353-.44-.527-.659.359.012.719.01 1.077.009-.001-2.69.009-5.381-.004-8.07-.484-.001-.969-.001-1.455.001-.004.976.003 1.953-.004 2.929-.957.006-1.916-.001-2.874.004v1.33c.961.012 1.923-.016 2.884.021a155.501 155.501 0 0 0 0 3.415c-.348-.347-.695-.695-1.039-1.046.236-.276.45-.567.665-.858-1.084-.479-2.298-.807-3.167-1.655-.679-.636-.96-1.569-.97-2.477 1.081-.009 2.163 0 3.244-.006V6.035c-2.015-.003-4.03-.003-6.044 0-.847-.8-1.658-1.641-2.477-2.473zM4.447 19.113C.97 15.597.64 9.566 3.688 5.679a697.314 697.314 0 0 1 4.616 4.647c-.849.545-1.801.899-2.723 1.301.335.481.711.932 1.129 1.342a8.768 8.768 0 0 0 2.622-1.61c.686.695 1.376 1.385 2.064 2.079-1.277.079-2.667.241-3.681 1.095-.785.631-.884 1.935-.15 2.643.893.867 2.196 1.099 3.39 1.204 1.542.079 3.15.09 4.606-.495l.17-.067c.836.81 1.649 1.643 2.467 2.471-4.027 3.138-10.319 2.607-13.751-1.176z"/><path fill="#fff" d="M8.761 15.43c1.176-.735 2.683-.687 4.016-.604.653.656 1.302 1.319 1.956 1.975-1.757.391-3.644.436-5.385-.061-.578-.107-1.221-.834-.587-1.31z"/><path fill="#030303" d="M15.613 5.71c.486-.003.97-.003 1.455-.001.013 2.689.003 5.379.004 8.07-.359.001-.719.003-1.077-.009a42.952 42.952 0 0 1-.367-.018 19.515 19.515 0 0 0-.009-.342 155.501 155.501 0 0 1 0-3.415c-.961-.037-1.923-.009-2.884-.021v-1.33c.959-.006 1.917.001 2.874-.004.007-.976 0-1.953.004-2.929z"/><path fill="#030303" d="M6.422 6.058c.628-.039 1.258-.027 1.886-.022 2.015-.003 4.03-.003 6.044 0v1.332c-1.081.006-2.163-.003-3.244.006.01.908.292 1.841.97 2.477.87.847 2.083 1.176 3.167 1.655-.215.29-.43.582-.665.858-.17.187-.354.36-.535.538-1.413-.641-2.723-1.573-3.65-2.83-.323.453-.653.907-1.062 1.287a8.747 8.747 0 0 1-2.622 1.61 9.407 9.407 0 0 1-1.129-1.342c.921-.401 1.874-.756 2.723-1.301.976-.637 1.399-1.834 1.399-2.959-1.093 0-2.185.01-3.279 0a63.561 63.561 0 0 1-.003-1.31zM7.716 14.532c1.015-.853 2.404-1.016 3.681-1.095 1.753-.08 3.588.067 5.126.991.101.099.203.2.307.299.813 1.204.073 2.784-1.268 3.157-1.456.585-3.064.573-4.606.495-1.194-.105-2.496-.338-3.39-1.204-.735-.708-.636-2.012.15-2.643m1.045.898c-.634.476.009 1.203.587 1.31 1.741.496 3.628.452 5.385.061.481-.17 1.29-.554.905-1.187-.719-.748-1.887-.776-2.861-.788-1.333-.083-2.84-.13-4.016.604z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M10.738 0h2.506c4.35.493 8.335 3.436 9.924 7.538.432 1.022.626 2.117.832 3.201v2.505c-.493 4.35-3.435 8.335-7.538 9.923-1.022.434-2.117.627-3.2.834h-2.506c-4.35-.493-8.335-3.436-9.924-7.538-.434-1.022-.626-2.117-.832-3.2v-2.506c.201-1.09.399-2.191.834-3.219C2.42 3.441 6.397.504 10.739.001m-3.877 5.36c.828.688 1.419 1.649 2.293 2.258-.117.876-.586 1.631-.862 2.457-1.031-1.021-2.037-2.067-3.094-3.061-1.621 2.297-2.132 5.348-1.108 7.996.826 2.351 2.787 4.208 5.092 5.098 2.622.932 5.675.471 7.917-1.172a139.168 139.168 0 0 0-3.081-3.066 29.79 29.79 0 0 1 .006-1.303c.492-.005.982-.005 1.472-.001.045-.143.084-.289.12-.435 1.003 1.092 2.097 2.103 3.135 3.163a8.071 8.071 0 0 0 1.795-4.908c.15-3.165-1.644-6.379-4.497-7.799-2.855-1.586-6.652-1.311-9.188.773z"/><path fill="#ea1c03" d="M9.079 10.932c-.105-.924.446-1.721.746-2.555.141.163.279.329.423.488.089.092.181.181.275.266.239.205.468.422.663.67-.141.641-.212 1.388-.026 1.999.694.063 1.394.004 2.09.022.217.213.434.427.644.645-1.09.004-2.181.008-3.271 0a148.937 148.937 0 0 1-1.545-1.534z"/><path fill="#ea1c03" d="M11.85 10.437l.084.077c.215.21.434.418.641.637-.244.001-.486-.004-.73-.003l.005-.712z"/><path fill="#fff" d="M6.862 5.361c2.537-2.084 6.333-2.359 9.188-.773 2.853 1.419 4.646 4.634 4.497 7.799a8.069 8.069 0 0 1-1.795 4.908c-1.039-1.059-2.133-2.071-3.135-3.163l-.13-.208-.191-.075a19.293 19.293 0 0 1-.67-.672c.493-.001.986-.003 1.48 0 0 .441.001.883.008 1.324.266.003.533.004.8.005.013-.677.01-1.355.004-2.032-1.008-.013-2.015 0-3.023-.009-.21-.218-.427-.432-.644-.645.85-.001 1.699.006 2.55-.005.03-.657.017-1.314.012-1.97-1.542-.043-3.086.043-4.626-.045a4.882 4.882 0 0 0-.663-.67c2.095-.015 4.191.009 6.286-.012-.001-.228-.003-.455 0-.683-1.035-.018-2.068 0-3.102-.009a1.342 1.342 0 0 1 .248-.81 7.58 7.58 0 0 0-1.021-.057c-.001.289-.009.577-.01.866-.874.009-1.748-.005-2.622.008l-.054.431c-.145-.159-.283-.325-.423-.488l.329-.218a6.013 6.013 0 0 0-.999-.539c-.874-.609-1.465-1.57-2.293-2.258zM5.199 7.015c1.057.994 2.063 2.04 3.094 3.061-.328.724-.934 1.267-1.368 1.926.206.175.415.347.622.523.266-.325.525-.657.785-.988.018 1.943.001 3.888.008 5.831l.741-.004c.004-2.145.006-4.288-.001-6.432.51.516 1.027 1.026 1.545 1.534-.277-.001-.556.01-.834.017a71.45 71.45 0 0 0 .001 2.018c.267.003.534.005.801.005.005-.443.006-.885.008-1.328.245.001.49-.001.737-.001.228.23.455.459.679.693a59.57 59.57 0 0 0-.732.014c-.003.225-.005.449-.006.674.634.083 1.508-.245 1.898.436.075.506.018 1.021.022 1.53-.533.196-1.112.094-1.663.048.081.259.159.521.209.79.644-.032 1.352.141 1.943-.19.466-.263.306-.863.332-1.299 1.044 1.004 2.07 2.03 3.081 3.066-2.243 1.643-5.295 2.103-7.917 1.172-2.305-.89-4.266-2.747-5.092-5.098C3.069 12.365 3.58 9.314 5.2 7.017z"/><path fill="#030303" d="M9.155 7.619c.351.146.681.332.999.539l-.329.218c-.299.834-.85 1.631-.746 2.555.008 2.145.005 4.288.001 6.432l-.741.004c-.006-1.943.01-3.888-.008-5.831a53.97 53.97 0 0 1-.785.988c-.206-.175-.415-.347-.622-.523.434-.659 1.04-1.203 1.368-1.926.276-.826.745-1.581.862-2.457zM12.934 7.56c.341-.005.681.015 1.021.057a1.351 1.351 0 0 0-.248.81c1.034.009 2.067-.009 3.102.009-.003.227-.001.454 0 .683-2.095.021-4.191-.004-6.286.012a5.737 5.737 0 0 1-.275-.266l.054-.431c.874-.013 1.748.001 2.622-.008.001-.289.009-.577.01-.866zM11.16 11.799c-.186-.61-.115-1.357.026-1.999 1.539.088 3.084.003 4.626.045.005.657.018 1.314-.012 1.97-.85.012-1.699.004-2.55.005-.697-.018-1.396.041-2.09-.022m.69-1.361c-.003.237-.004.475-.005.712.244-.001.486.004.73.003.813.008 1.626.006 2.439.001l.006-.644c-1.028-.004-2.058-.012-3.086.005l-.084-.077zM9.79 12.483c.277-.006.556-.018.834-.017 1.09.008 2.181.004 3.271 0 1.008.009 2.015-.004 3.023.009.006.677.009 1.355-.004 2.032a212.02 212.02 0 0 1-.8-.005 97.394 97.394 0 0 1-.008-1.324c-.494-.003-.987-.001-1.48 0-1.097-.003-2.194 0-3.289-.001-.246 0-.492.003-.737.001-.001.443-.003.885-.008 1.328-.267 0-.534-.003-.801-.005-.01-.674-.01-1.346-.001-2.018z"/><path fill="#030303" d="M11.284 13.884c.244-.006.488-.012.732-.014 1.094-.001 2.187.023 3.28-.019l.191.075.13.208a7.166 7.166 0 0 1-.12.435c-.49-.004-.981-.004-1.472.001-.012.435-.014.868-.006 1.303-.026.436.134 1.036-.332 1.299-.591.33-1.299.157-1.943.19a6.959 6.959 0 0 0-.209-.79c.551.046 1.13.148 1.663-.048-.004-.51.053-1.025-.022-1.53-.39-.681-1.265-.354-1.898-.436.001-.225.004-.449.006-.674z"/><path fill="#fcfcfc" d="M11.934 10.515c1.028-.017 2.058-.009 3.086-.005-.003.214-.004.428-.006.644-.813.005-1.626.006-2.439-.001-.208-.219-.426-.427-.641-.637z"/><path fill="#e91c03" d="M11.337 13.177c1.095.001 2.192-.001 3.289.001.218.227.439.454.67.672-1.093.043-2.186.018-3.28.019-.223-.234-.45-.463-.679-.693z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-stopping-on-pavement--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2c30" d="M11.821 0h.352c2.31.083 4.612.743 6.521 2.068 2.712 1.85 4.596 4.867 5.099 8.11.803 4.807-1.741 9.965-6.025 12.278-2.401 1.308-5.231 1.789-7.927 1.306-2.69-.518-5.237-1.925-6.996-4.043-1.756-2.068-2.744-4.724-2.844-7.43v-.574c.108-1.89.506-3.791 1.468-5.442C3.447 2.504 7.573.038 11.823.001M6.476 4.765c1.108 1.072 2.147 2.239 3.305 3.244.118.156.244.305.383.443.518.474.948 1.063 1.529 1.459 1.126 1.288 2.392 2.461 3.613 3.66l.208.274.101-.061.208.319c.252.275.517.538.78.802l.072-.037c.101.136.209.266.322.392.102.056.205.11.31.164.08.157.112.376.305.438.14.121.287.235.433.35.09.346.42.522.683.724l-.002.091.48.472c2.57-3.281 2.425-8.298-.314-11.431-1.427-1.61-3.412-2.789-5.562-3.061-2.41-.418-4.924.276-6.851 1.759M5.292 18.032l.007.106c1.092 1.225 2.557 2.072 4.11 2.573 2.742.803 5.816.233 8.084-1.504-.352-.371-.721-.724-1.078-1.09l-.089.001-.166-.163a3.668 3.668 0 0 0-.388-.41l-.013-.065c-.088-.043-.262-.128-.349-.172l.109-.084c-.26-.268-.526-.53-.804-.78l-.385-.246.107-.055c-.239-.265-.503-.509-.82-.678-.34-.475-.784-.896-1.229-1.273-.254-.385-.592-.7-.922-1.016l-.096.056c-.103-.146-.2-.295-.301-.442-.881-.912-1.788-1.799-2.684-2.695-1.199-1.214-2.41-2.416-3.616-3.622-2.629 3.295-2.492 8.563.521 11.558z"/><path fill="#fff" d="M6.476 4.765c1.927-1.483 4.441-2.177 6.851-1.759 2.15.272 4.135 1.451 5.562 3.061 2.74 3.133 2.885 8.15.314 11.431l-.48-.472.002-.091c.035-1.889.036-3.778.005-5.666-.976-.038-1.952-.02-2.928-.001-.031-.306.077-.665-.094-.936-.668-.577-.578-1.544-.845-2.321-1.694-.008-3.389 0-5.083-.002-1.158-1.004-2.197-2.172-3.305-3.244zM5.292 18.032c-3.013-2.995-3.15-8.263-.521-11.558 1.206 1.206 2.417 2.407 3.616 3.622-.334.313-.258.774-.266 1.186-.948-.008-1.896-.01-2.844-.005.011 2.252-.023 4.505.016 6.756z"/><path fill="#fff" d="M10.164 8.452c1.432-.006 2.863-.005 4.295-.001.137.486.272.973.402 1.462-1.056-.002-2.112.004-3.168-.001-.581-.396-1.01-.985-1.529-1.459zM16.956 11.81a2.08 2.08 0 0 1 1.505-.389c-.013.282.04.584-.079.85-.527.23-.958-.3-1.426-.461zM15.782 12.436c.6-.514 1.29-.163 1.836.236-.408.229-.827.438-1.25.635.134.112.271.221.407.332-.143-.006-.284-.014-.426-.022-.104-.156-.211-.313-.364-.427l.186-.004c.079-.173-.198-.242-.324-.246l.138.25-.34-.028c.125.125.25.248.376.371-.137.082-.272.166-.407.25l-.101.061c-.053-.068-.156-.205-.208-.274.016-.258.058-.515.09-.772l.184.017-.121-.218.324-.162zM17.789 12.518l.533.013c-.037.143-.089.28-.235.344l.354.256c.008.251.013.502.012.752-.122.073-.245.143-.366.216a12.802 12.802 0 0 1-1.134-.588c.38-.168.748-.37 1.082-.617-.14-.084-.2-.228-.246-.377zM5.508 13.028c.529-.101.986.205 1.415.469-.248.152-.492.312-.732.478.049.02.148.062.197.084a1.75 1.75 0 0 0-.322.48 6.776 6.776 0 0 1-.566-.313l.302-.072c-.414-.251-.41-.707-.294-1.126zM10.954 13.478l.419-.246.096-.056c.33.317.667.631.922 1.016-.263.431-.673.193-.925-.101l.194-.097c-.236-.172-.472-.343-.706-.516zM6.39 14.351c.342-.191.666-.448 1.058-.521.366.136.684.372 1.044.522-.361.188-.704.419-1.091.553-.385-.071-.702-.329-1.012-.554zM9.39 14.358c.353-.166.666-.439 1.048-.529.39.076.71.332 1.05.523-.246.176-.497.348-.748.52l.25.028c-.217.174-.406.443-.714.432-.046-.091-.09-.184-.136-.276l.25-.095c-.292-.264-.653-.426-1-.602zM15.822 14.102c.608-.46 1.241-.103 1.789.254-.308.178-.62.348-.937.51l-.072.037c-.263-.264-.528-.527-.78-.802zM5.443 14.8c.212-.056.426-.11.641-.162.254.227.541.41.844.562-.228.152-.455.307-.68.463l.139.139c-.101.142-.203.283-.307.422-.74-.073-.638-.888-.636-1.424m.348 1.046c.026.395.361-.187 0 0zM7.934 15.272c.28-.257.604-.469.967-.584.407.052.73.35 1.066.563-.347.166-.671.408-1.05.49-.343-.119-.656-.31-.983-.468zM10.934 15.235c.353-.191.672-.484 1.07-.566.354.119.691.318.943.595-.311.155-.61.335-.884.547l.241.08-.132.278c-.21.006-.386-.104-.547-.227a4.462 4.462 0 0 1-1.187.69c-.344-.144-.688-.305-.972-.552.299-.229.607-.464.973-.572.317.107.58.35.925.379-.1-.16-.24-.282-.392-.389l.228-.017-.266-.247zM16.996 15.259c.442-.266.914-.739 1.466-.485 0 .382.08.85-.341 1.04-.271-.133-.546-.257-.816-.391-.104-.054-.208-.108-.31-.164zM6.389 16.135c.299-.227.589-.481.946-.616.364.085.767.293 1.002.56-.202.269-.588.389-.883.56a49.102 49.102 0 0 0-1.064-.505zM12.505 16.086c.325-.283.715-.468 1.114-.62.317.169.581.413.82.678l-.107.055c-.338.175-.686.329-1.037.476.13.121.26.241.388.365a5.841 5.841 0 0 1-.77-.378c.048-.047.143-.14.19-.188l-.596-.388zM6.004 17.502c-.757.018-.785-1.14-.04-1.171.324.216.652.425.979.636-.331.143-.66.304-.94.535zM7.93 16.912c.314-.188.616-.414.967-.533.385.086.703.348 1.05.526-.419.194-.72.542-.866.978-.19-.064-.372-.145-.556-.224-.058-.068-.114-.137-.17-.205.044-.026.134-.079.18-.104l-.605-.437m.874.629c.139.419.461-.257 0 0zM10.912 16.91c.359-.196.725-.378 1.096-.551.325.158.641.336.944.533-.262.307-.659.5-1.049.571-.344-.157-.658-.376-.991-.553zM14.717 16.445c.278.25.544.512.804.78l-.109.084c-.503.31-1-.149-1.459-.323.256-.179.511-.359.764-.541zM6.343 17.872a4.07 4.07 0 0 1 1.1-.671c.294.186.6.364.947.425l.062.244c-.69.199-1.416.145-2.11.002zM9.352 17.864a7.929 7.929 0 0 1 1.087-.678c.389.19.748.431 1.092.691a4.93 4.93 0 0 1-2.179-.013zM12.438 17.882c.31-.294.679-.514 1.072-.679.388.25.852.304 1.282.45-.51-.074.023.478 0 0 .132.018.264.034.396.048l-.07.185c-.894.011-1.793.235-2.68-.004zM5.299 18.138c3.676-.035 7.351.002 11.028-.019l.089-.001c.356.366.726.719 1.078 1.09-2.268 1.736-5.342 2.306-8.084 1.504-1.553-.5-3.018-1.348-4.11-2.573z"/><path d="M9.781 8.009c1.694.002 3.389-.006 5.083.002.266.776.176 1.744.845 2.321.17.271.062.63.094.936-.002.389-.002.779-.02 1.168l-.324.162.121.218-.184-.017c-.032.257-.074.514-.09.772-1.222-1.199-2.488-2.372-3.613-3.66 1.056.005 2.112-.001 3.168.001-.13-.488-.265-.976-.402-1.462a614.903 614.903 0 0 0-4.295.001 4.138 4.138 0 0 1-.383-.443zM8.12 11.281c.008-.412-.067-.872.266-1.186.896.896 1.804 1.783 2.684 2.695-.466 0-.932.001-1.398-.006-.035.313-.067.626-.1.941l-.943-.001c.014-.528.02-1.132-.534-1.391.014-.307.019-.614.022-.922l.002-.131zM16.22 11.765c.184-.023.367-.047.552-.066-.136.024-.271.048-.407.07l-.124.163-.022-.167zM5.542 12.751c-.011-.12-.02-.239-.036-.358.048.409.485.364.751.2-.02.052-.044.102-.064.154-.217.002-.434.004-.652.004zM15.847 12.941c.126.004.403.073.324.246l-.186.004-.138-.25zM17.61 15.862l.34.167c.161-.049.322-.096.484-.142-.128.11-.256.222-.39.325-.146-.115-.293-.229-.433-.35zM7.268 16.819c.604-.55-.019.852 0 0zM15.774 17.545c.136.13.272.262.388.41-.228-.008-.456-.012-.682-.037l.371.001-.077-.374zM5.809 17.885c.076-.074.151-.148.228-.221l.035.275c-.18-.018-.361-.034-.539-.066l.276.012zM14.791 17.653c-.51-.074.023.478 0 0z"/><path fill="#bfbfbf" d="M5.276 11.276c.948-.005 1.896-.004 2.844.005l-.002.131c-.887.193-1.805-.012-2.702-.01.022.33.041.662.09.991.016.119.025.238.036.358a4.36 4.36 0 0 1-.034.277c-.116.419-.12.875.294 1.126l-.302.072c.182.116.374.215.566.313l.018.098c-.215.052-.428.106-.641.162-.002.536-.104 1.351.636 1.424l-.115.107c-.745.031-.718 1.189.04 1.171l.034.162c-.077.073-.152.146-.228.221l-.276-.012c.178.032.359.048.539.066.091-.019.181-.044.271-.067.694.143 1.42.197 2.11-.002a17.382 17.382 0 0 1-.062-.244l.134.032c.184.079.366.161.556.224.091-.005.181-.011.271-.018a4.93 4.93 0 0 0 2.179.013c.302.008.605-.005.907.005.887.239 1.786.014 2.68.004.121.008.241.022.362.032.226.025.454.029.682.037l.166.163c-3.677.022-7.352-.016-11.028.019a3.536 3.536 0 0 1-.007-.106c-.038-2.251-.005-4.504-.016-6.756z"/><path fill="#e4e4e4" d="M15.803 11.268c.976-.019 1.952-.037 2.928.001.031 1.889.03 3.778-.005 5.666-.263-.202-.593-.378-.683-.724.134-.103.262-.215.39-.325-.162.046-.323.092-.484.142a108.49 108.49 0 0 0-.34-.167c-.193-.062-.224-.281-.305-.438.27.134.545.258.816.391.421-.191.341-.659.341-1.04-.552-.254-1.025.218-1.466.485a5.727 5.727 0 0 1-.322-.392c.317-.162.629-.332.937-.51-.548-.358-1.181-.714-1.789-.254l-.208-.319c.134-.084.27-.168.407-.25a32.774 32.774 0 0 1-.376-.371l.34.028c.152.114.259.271.364.427.142.007.283.016.426.022l-.407-.332c.424-.197.842-.406 1.25-.635-.546-.4-1.236-.75-1.836-.236.018-.389.018-.779.02-1.168m1.155.541c.468.161.899.691 1.426.461.119-.265.066-.568.079-.85a2.08 2.08 0 0 0-1.505.389m-.736-.045l.022.167.124-.163c.136-.022.271-.046.407-.07-.185.019-.368.043-.552.066m1.568.753c.046.149.106.293.246.377a5.705 5.705 0 0 1-1.082.617c.368.212.745.413 1.134.588.121-.073.244-.143.366-.216.001-.251-.004-.502-.012-.752l-.354-.256c.146-.065.198-.202.235-.344l-.533-.013z"/><path fill="#f8f8f8" d="M5.416 11.402c.898-.002 1.816.203 2.702.01-.002.307-.007.614-.022.922.554.259.548.863.534 1.391l.943.001c.032-.314.065-.628.1-.941.466.007.932.006 1.398.006.101.146.198.295.301.442l-.419.246c.234.173.469.344.706.516l-.194.097c.252.294.662.532.925.101.445.377.889.798 1.229 1.273-.398.152-.788.337-1.114.62l.596.388c-.047.048-.142.142-.19.188.248.144.504.272.77.378-.127-.124-.258-.244-.388-.365.35-.148.698-.301 1.037-.476l.385.246c-.253.182-.509.362-.764.541.46.174.956.632 1.459.323.088.043.262.128.349.172l.013.065.077.374-.371-.001c-.121-.011-.241-.024-.362-.032l.07-.185c-.132-.014-.264-.03-.396-.048-.43-.146-.894-.2-1.282-.45a3.56 3.56 0 0 0-1.072.679c-.302-.01-.605.004-.907-.005a6.638 6.638 0 0 0-1.092-.691c-.383.192-.74.427-1.087.678-.09.007-.18.013-.271.018a1.63 1.63 0 0 1 .866-.978c-.347-.178-.665-.439-1.05-.526-.352.119-.653.344-.967.533l.605.437a7.718 7.718 0 0 0-.18.104l.17.205-.134-.032c-.347-.061-.653-.239-.947-.425a4.044 4.044 0 0 0-1.1.671c-.09.023-.18.048-.271.067l-.035-.275a9.332 9.332 0 0 0-.034-.162c.28-.232.608-.392.94-.535-.328-.211-.655-.42-.979-.636l.115-.107c.104-.139.206-.281.307-.422l-.139-.139c.226-.156.452-.311.68-.463a3.854 3.854 0 0 1-.844-.562l-.018-.098c.073-.181.194-.335.322-.48a8.31 8.31 0 0 0-.197-.084 16.7 16.7 0 0 1 .732-.478c-.428-.264-.886-.57-1.415-.469a6.54 6.54 0 0 0 .034-.277c.217 0 .434-.001.652-.004.019-.052.043-.102.064-.154-.266.163-.703.209-.751-.2-.049-.329-.068-.661-.09-.991m.975 2.948c.31.226.626.484 1.012.554.386-.134.73-.365 1.091-.553-.36-.15-.678-.386-1.044-.522-.392.073-.716.33-1.058.521m2.999.007c.347.176.708.338 1 .602l-.25.095c.046.092.09.185.136.276.308.011.497-.258.714-.432l-.25-.028c.251-.172.502-.343.748-.52-.34-.191-.66-.448-1.05-.523-.382.09-.695.364-1.048.529m-1.456.915c.326.158.64.349.983.468.379-.082.703-.324 1.05-.49-.336-.212-.659-.511-1.066-.563a2.615 2.615 0 0 0-.967.584m3-.036l.266.247-.228.017c.152.107.293.229.392.389-.346-.029-.608-.272-.925-.379-.366.108-.674.343-.973.572.284.247.628.408.972.552a4.462 4.462 0 0 0 1.187-.69c.161.122.337.233.547.227l.132-.278-.241-.08c.275-.212.574-.392.884-.547a2.239 2.239 0 0 0-.943-.595c-.398.083-.718.376-1.07.566m-4.545.899c.356.164.712.332 1.064.505.295-.172.682-.292.883-.56-.235-.268-.638-.475-1.002-.56-.356.134-.647.389-.946.616m4.524.774c.334.178.647.396.991.553.39-.071.787-.264 1.049-.571a9.031 9.031 0 0 0-.944-.533c-.371.173-.737.355-1.096.551m-3.644-.091c-.019.852.604-.55 0 0z"/><path fill="#4f4f4f" d="M5.792 15.846c.361-.187.026.395 0 0z"/><path fill="#5f5f5f" d="M8.804 17.542c.461-.257.139.419 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-straight-through--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fafbfb" d="M11.424 0l-.002.069c.015-.018.049-.052.065-.069h.634l.046.044.014-.044h.288l.064.043L12.519 0h.05c2.729.358 5.538 1.31 7.476 3.361 1.611 1.497 2.716 3.486 3.299 5.596.157.746.238 1.509.418 2.248v1.742l-.043.063.043-.013v.064c-.329.399-.139.909-.302 1.359-.896 4.302-4.283 8.063-8.584 9.124-.629.232-1.307.257-1.943.456h-.006c-.048-.188-.119-.188-.214 0h-.958l-.045-.045-.014.045h-.289a3.663 3.663 0 0 1-.065-.044l.013.044h-.278c-.586-.196-1.212-.206-1.808-.359-3.084-.676-5.711-2.783-7.455-5.357C.713 16.614.267 14.638 0 12.693v-.118c.187-.051.187-.122 0-.216v-.953l.044-.064-.044.013v-.278c.336-1.008.236-2.129.749-3.084C1.874 4.802 4.477 2.25 7.559.917 8.805.449 10.128.22 11.424.001m-.929.518c-2.885.337-5.549 1.9-7.39 4.125-2.97 3.322-3.517 8.475-1.541 12.434.645 1.404 1.713 2.557 2.83 3.601 2.661 2.456 6.569 3.441 10.082 2.59 4.583-1.024 8.181-5.134 8.76-9.766.626-4.167-1.31-8.545-4.72-10.987C16.211.893 13.297.121 10.495.519z"/><path fill="#c44c3c" d="M10.495.519c2.802-.398 5.716.374 8.021 1.997 3.41 2.442 5.347 6.82 4.72 10.987-.579 4.632-4.177 8.742-8.76 9.766-3.513.851-7.421-.134-10.082-2.59-1.117-1.044-2.185-2.197-2.83-3.601C-.412 13.119.135 7.966 3.105 4.644 4.947 2.419 7.61.856 10.495.519M6.068 4.751c.93.974 1.878 1.931 2.842 2.872-.44.474-1.059.948-.87 1.685-1.119-1.054-2.108-2.246-3.259-3.261A9.313 9.313 0 0 0 2.97 9.626c-1.194 3.86.751 8.276 4.125 10.371 3.247 2.07 7.776 1.738 10.69-.779a749.632 749.632 0 0 0-4.41-4.508c.007-.841.008-1.682.006-2.524a5092.09 5092.09 0 0 1 5.663 5.722c2.538-2.963 2.797-7.564.781-10.876-1.697-2.825-5.017-4.564-8.299-4.42-1.989.091-3.946.836-5.457 2.14z"/><path fill="#feffff" d="M6.068 4.751c1.511-1.303 3.468-2.048 5.457-2.14 3.282-.144 6.602 1.594 8.299 4.42 2.016 3.312 1.757 7.913-.781 10.876a4361.42 4361.42 0 0 0-5.663-5.722 77.543 77.543 0 0 1 .017-2.552c.791.827 1.578 1.661 2.369 2.488.093-1.031-.011-2.065.063-3.096.094-.606-.442-.971-.792-1.368-1.023-1.123-2.041-2.251-3.061-3.379-1.047 1.092-2.025 2.248-3.067 3.345a113.185 113.185 0 0 1-2.842-2.872zM4.781 6.046c1.151 1.016 2.14 2.208 3.259 3.261.029.955.086 1.91.087 2.867.444-.473.895-.941 1.351-1.403.356.362.716.724 1.105 1.053.046 2.645.002 5.291.02 7.937.912-.006 1.825.002 2.737-.001.029-1.684.001-3.367.034-5.051a749.632 749.632 0 0 1 4.41 4.508c-2.913 2.518-7.442 2.849-10.69.779-3.374-2.095-5.319-6.511-4.125-10.371A9.306 9.306 0 0 1 4.78 6.046z"/><path fill="#1e2125" d="M8.91 7.623c1.042-1.097 2.02-2.253 3.067-3.345 1.019 1.128 2.038 2.256 3.061 3.379.35.397.886.762.792 1.368-.074 1.031.03 2.065-.063 3.096-.791-.827-1.578-1.661-2.369-2.488-.024.851-.02 1.701-.017 2.552.002.841.001 1.682-.006 2.524-.033 1.684-.006 3.367-.034 5.051-.912.004-1.825-.005-2.737.001-.018-2.646.026-5.292-.02-7.937.008-.7.04-1.401-.053-2.096-.366.331-.71.686-1.051 1.043-.456.462-.907.93-1.351 1.403-.001-.956-.058-1.912-.087-2.867-.189-.737.43-1.211.87-1.685z"/><path fill="#c34a36" d="M9.478 10.771c.341-.358.686-.712 1.051-1.043.094.695.062 1.396.053 2.096a16.4 16.4 0 0 1-1.105-1.053z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-straight-through--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M11.207 2.092c3.724-.419 7.556 1.477 9.53 4.651 1.511 2.344 1.958 5.33 1.219 8.017-.857 3.23-3.425 5.936-6.606 6.96-2.672.896-5.716.581-8.15-.84-2.675-1.528-4.584-4.33-4.981-7.39-.329-2.37.223-4.85 1.54-6.848 1.634-2.531 4.445-4.266 7.448-4.55m.119 2.758c-2.887.319-5.431 2.53-6.182 5.33-.682 2.383-.025 5.081 1.666 6.893 1.598 1.78 4.1 2.686 6.469 2.322 3.785-.484 6.744-4.274 6.232-8.069-.343-3.929-4.273-7.062-8.184-6.476z"/><path fill="#fff" d="M11.326 4.85c3.911-.586 7.841 2.548 8.184 6.476.512 3.794-2.447 7.585-6.232 8.069-2.369.364-4.871-.542-6.469-2.322-1.691-1.812-2.347-4.51-1.666-6.893.751-2.801 3.295-5.011 6.182-5.33m.89.662c-.853 2.216-1.709 4.434-2.544 6.658.421.006.844.002 1.265.006.002 2.172-.002 4.345.002 6.517.856-.001 1.712.008 2.568-.005.018-2.171-.001-4.342.01-6.512.418-.004.836 0 1.254-.007-.853-2.219-1.691-4.442-2.555-6.656z"/><path fill="#231f20" d="M12.215 5.512c.864 2.214 1.702 4.438 2.555 6.656-.418.007-.836.004-1.254.007-.011 2.171.008 4.342-.01 6.512-.856.013-1.712.004-2.568.005-.005-2.172 0-4.345-.002-6.517-.421-.004-.844 0-1.265-.006.835-2.224 1.691-4.441 2.544-6.658z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-studded-snow-chains--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M11.093 0h1.526c4.525.216 8.771 3.19 10.466 7.397.496 1.138.724 2.363.914 3.581v2.016c-.197 1.382-.49 2.765-1.098 4.031-1.739 3.883-5.668 6.57-9.881 6.976h-2.009c-1.385-.194-2.77-.492-4.036-1.104-3.914-1.752-6.611-5.73-6.977-9.982v-1.799C.348 6.879 3.02 2.91 6.905 1.138 8.215.498 9.653.19 11.091 0M8.407 3.54c-1.057.426-2.006 1.085-2.825 1.874 4.594 3.88 9.205 7.738 13.812 11.602l-.029-.341c.032.188.134.354.211.526.392-.541.7-1.136.958-1.752 1.027-2.572.917-5.728-.641-8.054l-.064.034.024-.092c-2.117-3.942-7.386-5.545-11.447-3.796M3.103 9.65l.124.203a5.394 5.394 0 0 1-.131-.131c-.714 2.699-.097 5.716 1.636 7.907l.439.542c1.702 1.865 4.171 3.019 6.706 3.03 2.432.053 4.846-.938 6.578-2.638-.172-.131-.332-.278-.523-.379-.193-.198-.38-.412-.626-.545-.242-.23-.499-.444-.762-.65-4.028-3.412-8.083-6.796-12.131-10.187-.612.86-1.001 1.846-1.309 2.848z"/><path fill="#ffd100" d="M8.407 3.54c4.061-1.75 9.33-.146 11.447 3.796l-.024.092c-1.973 1.912-5.128 2.425-7.598 1.223-2.02-.935-3.476-2.92-3.824-5.111zM3.096 9.722c.032.034.097.098.131.131.205.312.408.624.614.934-.284.319-.569.638-.852.96.082.104.163.21.245.316.376-.2.752-.4 1.127-.604.428.464.864.924 1.314 1.368l-.649 1.106.3.264c.336-.269.668-.54 1.003-.809.503.38 1.016.745 1.544 1.088l-.424 1.214.35.192c.274-.33.546-.66.821-.99a20.46 20.46 0 0 0 1.717.756c-.049.43-.107.859-.164 1.289l.374.131.618-1.136a23.48 23.48 0 0 0 1.841.402c.026.43.05.859.073 1.29-2.783.002-5.566-.007-8.348.005-1.733-2.191-2.35-5.208-1.636-7.907zM19.307 15.889c.412-.14.82-.289 1.228-.44a8.635 8.635 0 0 1-.958 1.752c-.077-.172-.179-.337-.211-.526a20.615 20.615 0 0 1-.059-.786zM13.856 16.448c.631.04 1.264.055 1.896.049l.289 1.126c-.847 0-1.696.002-2.543-.001.118-.391.238-.782.358-1.174zM16.543 16.99c.263.206.52.42.762.65-.275-.018-.55-.02-.824-.025l.062-.625zM5.171 18.172c4.253.018 8.507-.012 12.761.013.191.101.352.248.523.379-1.733 1.699-4.146 2.69-6.578 2.638-2.534-.011-5.004-1.165-6.706-3.03z"/><path d="M5.582 5.414C6.4 4.624 7.35 3.966 8.407 3.54c.348 2.191 1.805 4.176 3.824 5.111 2.471 1.202 5.626.689 7.598-1.223l.064-.034c1.558 2.327 1.668 5.483.641 8.054-.408.151-.816.3-1.228.44.016.263.032.524.059.786l.029.341c-4.607-3.864-9.218-7.722-13.812-11.602zM3.103 9.65c.308-1.002.697-1.987 1.309-2.848 4.048 3.391 8.102 6.775 12.131 10.187-.022.208-.042.416-.062.625.275.005.55.007.824.025.246.133.433.347.626.545-4.254-.025-8.508.005-12.761-.013l-.439-.542c2.783-.012 5.566-.002 8.348-.005-.023-.431-.047-.86-.073-1.29a23.48 23.48 0 0 1-1.841-.402l-.618 1.136-.374-.131c.058-.43.115-.859.164-1.289a20.317 20.317 0 0 1-1.717-.756c-.275.33-.547.66-.821.99l-.35-.192c.14-.404.282-.81.424-1.214a26.306 26.306 0 0 1-1.544-1.088c-.335.269-.667.54-1.003.809l-.3-.264.649-1.106c-.45-.444-.886-.904-1.314-1.368-.374.204-.751.403-1.127.604l-.245-.316c.283-.322.568-.641.852-.96-.206-.31-.409-.622-.614-.934l-.124-.203m10.753 6.798c-.12.391-.24.782-.358 1.174.847.004 1.696.001 2.543.001l-.289-1.126c-.632.006-1.265-.01-1.896-.049z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--no-through-trucks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".3" d="M2.704 0l15.344.014c-.363.072-.734.031-1.101.039-4.281.006-8.562-.015-12.842 0-.501-.007-1.002.019-1.502-.02L2.704 0z"/><path fill="#1a1919" d="M0 .977C.178.569.491.151.953.062c.549-.039 1.102.007 1.651-.03.5.039 1.001.013 1.502.02 4.281-.015 8.562.006 12.842 0 .367-.008.738.033 1.101-.039.351.205.693.468.847.858l-.061.144c-.139-.356-.402-.685-.773-.811-.309-.094-.637-.063-.956-.067C11.983.137 6.86.138 1.738.136 1.38.139.988.103.673.308.364.49.182.819.071 1.15L0 1.014V.977zM.083 22.982c.131.512.561.949 1.101.999L1.095 24H.734A1.833 1.833 0 0 1 0 23.131v-.024l.083-.125z"/><path fill="#fffffe" d="M.672.309C.987.105 1.379.141 1.737.137 6.86.139 11.982.138 17.105.138c.318.004.646-.026.956.067.372.126.634.455.773.811.065.253.037.516.042.774-.001 7.002.001 14.003-.001 21.005-.008.6-.523 1.136-1.118 1.189-.319-.056-.645-.035-.967-.036H2.158c-.325.002-.652-.021-.974.033-.541-.049-.971-.487-1.101-.999C.058 15.705.082 8.428.071 1.151.182.82.363.491.673.309m.501.128C.689.503.333.998.346 1.474c.002 7.07 0 14.14.001 21.21.004.534.473 1.041 1.022 1.015 5.351.005 10.702-.001 16.053.003.601.089 1.181-.415 1.181-1.018.001-7.07-.001-14.141.001-21.211.013-.348-.177-.683-.452-.887-.254-.189-.588-.171-.888-.172-5.123.002-10.246 0-15.368.001-.241.003-.482-.015-.721.022z"/><path fill="#1a1919" d="M1.174.437c.238-.037.48-.019.721-.022C7.018.414 12.141.416 17.263.414c.301.001.634-.018.888.172.275.204.465.539.452.887-.002 7.07-.001 14.141-.001 21.211-.001.603-.58 1.107-1.181 1.018-5.351-.004-10.702.002-16.053-.003-.549.026-1.018-.481-1.022-1.015-.001-7.07.001-14.14-.001-21.21C.332.998.689.503 1.173.437m-.333.897l.005-.157c-.161.303-.088.654-.098.982C.746 8.808.749 15.457.745 22.106c.014.273-.071.588.123.816l-.009-.086a.579.579 0 0 0 .561.333c5.387-.002 10.775.003 16.162-.002.313.017.561-.283.532-.585l-.001-21.057a.539.539 0 0 0-.582-.575H1.416a.579.579 0 0 0-.576.385z"/><path fill="#0b0a09" d="M18.834 1.016l.061-.144.052.166v22.03c-.106.394-.39.718-.731.933h-.374l-.086-.017c.596-.053 1.11-.589 1.118-1.189l.001-21.005c-.005-.258.023-.521-.042-.774z"/><path fill="#fff" d="M.84 1.334a.579.579 0 0 1 .576-.385h16.115a.54.54 0 0 1 .582.575l.001 21.057c.029.302-.219.602-.532.585-5.387.005-10.775.001-16.162.002-.239.023-.456-.124-.561-.333a3.11 3.11 0 0 1-.029-.519C.839 15.322.818 8.328.841 1.334m10.39 1.01c-.747.103-1.294.759-1.487 1.455-.256.965-.196 2.093.459 2.892.52.699 1.617.806 2.301.29.596-.468.858-1.246.886-1.982.038-.791-.147-1.661-.749-2.218a1.675 1.675 0 0 0-1.41-.437m-5.48.064c-.006 1.605.001 3.211-.004 4.816h.505c-.002-1.25-.003-2.5.001-3.75.717 1.237 1.375 2.507 2.079 3.751l.534-.001c-.002-1.606.002-3.212-.002-4.818-.172 0-.344-.001-.514.021a775.81 775.81 0 0 1-.001 3.737C7.653 4.913 6.977 3.651 6.27 2.407l-.52.001m3.574 7.169c.007 1.563.003 3.125.002 4.688-.008.095.022.183.105.237.161-.013.322-.025.481-.059-.006-.739-.001-1.478-.003-2.218.347.042.837-.136 1.05.236.405.632.606 1.367.954 2.029.169-.003.338-.003.508-.004-.063-.397-.31-.733-.427-1.114-.19-.408-.335-.877-.705-1.161a4.588 4.588 0 0 1-.007-.117c.765-.142.993-1.062.879-1.725-.078-.444-.286-.967-.795-1.038-.638-.085-1.291-.016-1.935-.038l-.004-.077a.662.662 0 0 0-.102.364m5.823-.293c-.003 1.194-.013 2.389.004 3.584-.052.368-.125.81-.487 1.001-.265.082-.579.1-.836-.018-.3-.212-.439-.603-.433-.959-.014-1.177-.003-2.353-.006-3.53l-.112-.075-.368.002c-.003 1.219-.014 2.439.007 3.659.061.37.106.759.308 1.085.428.711 1.673.726 2.068-.023.282-.337.293-.803.327-1.22.039-1.167.038-2.34.002-3.507a12.422 12.422 0 0 0-.473.002m-12.434.587c.381.054.766.022 1.148.032-.001 1.518.003 3.037-.002 4.555.158.027.319.031.477.005-.006-1.522.007-3.045-.007-4.567l.051-.004-.004.087c.355-.047.777.106 1.09-.092-.012-.2-.008-.401-.012-.601-.895.005-1.791-.008-2.686.006-.118.158-.026.391-.056.578m3.153-.35c.004 1.645.001 3.291.002 4.937l.108.027.409-.002c.005-.816-.004-1.633.005-2.45.599-.001 1.198-.002 1.797.001.009.817 0 1.635.005 2.453.152-.001.305-.005.456-.028-.022-1.724.035-3.452-.029-5.173l-.427.003c-.003.704-.001 1.409-.001 2.113-.598.05-1.206.045-1.804.003-.002-.705.002-1.409-.002-2.113-.138-.003-.277-.006-.415-.017-.106.041-.105.151-.104.246m4.231 7.198c-.374.693-.475 1.502-.457 2.278-.017.84.076 1.717.467 2.471.24.492.91.703 1.365.375.492-.426.647-1.097.724-1.718a5.913 5.913 0 0 1-.376-.224c-.084.405-.119.838-.364 1.187-.207.339-.777.365-.989.017-.439-.627-.454-1.425-.452-2.161-.001-.654.064-1.351.447-1.904.214-.293.686-.353.939-.077.243.271.29.655.366.997a7.51 7.51 0 0 0 .379-.167c-.07-.633-.296-1.385-.94-1.648-.456-.139-.873.218-1.109.573m5.435.127c-.196.604-.21 1.314.109 1.879.247.433.772.523 1.153.792.509.259.513.967.314 1.43-.167.454-.869.525-1.135.128-.242-.282-.326-.657-.335-1.021l-.348.035c.013.529.091 1.089.405 1.531a.996.996 0 0 0 1.181.304c.344-.124.471-.501.615-.801.206-.715.202-1.602-.351-2.165-.304-.351-.833-.357-1.145-.693-.307-.28-.286-.774-.126-1.125.175-.427.832-.448 1.077-.08.158.243.177.545.202.825a5.09 5.09 0 0 0 .369-.067c-.007-.627-.184-1.418-.839-1.667-.491-.167-1.012.226-1.145.693m-11.685-.609c.001 1.893.003 3.785-.001 5.677l.394-.001c-.002-.843-.001-1.686-.001-2.529.209.005.421-.016.628.016.361.243.469.689.596 1.079.135.486.332.952.478 1.435.161 0 .322 0 .483-.003-.348-.864-.471-1.834-1.042-2.595.272-.105.533-.285.622-.576a2.874 2.874 0 0 0-.045-2.075c-.102-.283-.416-.411-.696-.426-.473-.009-.945-.001-1.418-.004m8.824.003c.002 1.892.001 3.785.001 5.677l.402-.003c.003-.655-.011-1.311.006-1.965.129-.299.285-.589.432-.881.136.154.176.361.241.549.249.774.576 1.519.811 2.298.172.001.344.002.516.001-.404-1.133-.854-2.248-1.267-3.378.393-.773.813-1.531 1.217-2.297-.175-.002-.35-.001-.525-.002-.464.938-.981 1.849-1.421 2.799-.024-.932-.006-1.864-.011-2.795a13.469 13.469 0 0 0-.402-.003m-11.538.001c.001.222 0 .443.002.665l.964.001-.001 5.008.407.001c-.003-1.67 0-3.339-.001-5.009h.941c.002-.222.002-.445.002-.667-.772.001-1.543-.002-2.315.002m5.645 0v3.286c.028.731.033 1.517.439 2.156.351.436 1.107.431 1.451-.014.312-.438.349-.994.411-1.51.019-1.307.004-2.614.009-3.921l-.375-.001v3.342c-.021.492.023 1.034-.251 1.468-.185.337-.726.396-.968.092-.299-.339-.29-.819-.309-1.245-.012-1.219-.002-2.438-.005-3.657-.134.001-.268.001-.402.004z"/><path fill="#fff" d="M11.226 2.915c.48-.128 1.024.109 1.274.534.325.503.378 1.131.328 1.714-.036.492-.206 1.006-.593 1.334-.4.34-1.033.358-1.443.025-.61-.473-.693-1.333-.621-2.047.035-.654.345-1.412 1.055-1.559zM9.861 11.551c.004-.558 0-1.117.003-1.676.448.006.901-.026 1.347.017.674.214.667 1.35.052 1.631-.463.065-.935.021-1.401.028zM4.241 16.861c.366.013.736-.026 1.1.023.405.145.458.643.431 1.013.005.339-.163.806-.561.821-.323.019-.647.003-.97.009v-1.865z"/><path d="M0 1.015l.071.136C.082 8.428.058 15.705.083 22.982L0 23.107V1.015zM.747 2.158c.011-.327-.063-.678.098-.982l-.005.157C.817 8.327.838 15.321.829 22.315a3.34 3.34 0 0 0 .029.519l.009.086c-.194-.228-.109-.544-.123-.816.004-6.649.001-13.298.002-19.947zM11.231 2.344a1.675 1.675 0 0 1 1.41.437c.603.557.788 1.427.749 2.218-.027.736-.29 1.514-.886 1.982-.684.516-1.781.409-2.301-.29-.656-.799-.716-1.927-.459-2.892.193-.696.74-1.352 1.487-1.455m-.005.571c-.71.147-1.019.905-1.055 1.559-.072.714.011 1.575.621 2.047.409.333 1.043.315 1.443-.025.386-.328.556-.842.593-1.334.051-.583-.003-1.211-.328-1.714-.25-.425-.794-.663-1.274-.534zM5.751 2.408c.173.001.347 0 .52-.001.707 1.245 1.383 2.507 2.079 3.757.004-1.246.003-2.492.001-3.737.17-.022.342-.021.514-.021.003 1.606-.001 3.212.002 4.818l-.534.001C7.628 5.981 6.97 4.711 6.254 3.474c-.004 1.25-.003 2.5-.001 3.75h-.505c.005-1.605-.002-3.211.004-4.816zM2.715 9.875c.029-.187-.062-.42.056-.578.895-.014 1.791-.001 2.686-.006.004.201 0 .401.012.601-.362-.007-.725-.017-1.086.004l-.051.004c.014 1.523.001 3.045.007 4.567a1.441 1.441 0 0 1-.477-.005c.005-1.518.001-3.037.002-4.555-.383-.009-.767.022-1.148-.032zM5.971 9.278c.138.012.276.015.415.017.003.704 0 1.408.002 2.113.598.042 1.206.047 1.804-.003 0-.704-.002-1.409.001-2.113l.427-.003c.064 1.721.007 3.449.029 5.173a3.164 3.164 0 0 1-.456.028c-.005-.818.004-1.636-.005-2.453-.599-.003-1.198-.002-1.797-.001-.009.817.001 1.634-.005 2.45l-.409.002c-.009-1.736.003-3.473-.006-5.21zM9.43 9.291c.644.022 1.297-.047 1.935.038.509.071.717.594.795 1.038.114.664-.115 1.583-.879 1.725l.007.117c.37.284.515.753.705 1.161.117.382.364.717.427 1.114l-.508.004c-.348-.662-.548-1.397-.954-2.029-.213-.372-.703-.194-1.05-.236.003.739-.003 1.478.003 2.218a3.51 3.51 0 0 1-.481.059c.006-1.737.008-3.474-.001-5.211m.432 2.262c.466-.007.938.037 1.401-.028.615-.281.623-1.416-.052-1.631-.446-.044-.898-.011-1.347-.017-.003.559.001 1.117-.003 1.676zM12.916 12.95c-.021-1.219-.01-2.439-.007-3.659l.368-.002.112.075c.003 1.177-.008 2.353.006 3.53-.006.357.133.747.433.959.256.118.571.099.836.018.363-.191.436-.633.487-1.001.211-1.168-.015-2.37.124-3.546l.258.039c.025 1.142.015 2.284.003 3.426.009.422-.119.826-.245 1.223-.395.748-1.639.734-2.068.023-.203-.325-.248-.715-.308-1.085zM10.098 16.722c.236-.355.653-.712 1.109-.573.644.263.87 1.015.94 1.648a7.51 7.51 0 0 1-.379.167c-.076-.343-.124-.726-.366-.997-.253-.276-.725-.215-.939.077-.383.553-.448 1.249-.447 1.904-.002.736.013 1.534.452 2.161.212.348.783.322.989-.017.245-.349.28-.783.364-1.187.123.079.248.154.376.224-.077.621-.232 1.292-.724 1.718-.455.328-1.125.117-1.365-.375-.391-.754-.485-1.631-.467-2.471-.017-.777.084-1.586.457-2.278zM15.533 16.848c.134-.467.655-.86 1.145-.693.655.249.832 1.041.839 1.667a5.7 5.7 0 0 1-.369.067c-.025-.281-.044-.583-.202-.825-.246-.368-.903-.347-1.077.08-.159.351-.181.845.126 1.125.312.335.841.342 1.145.693.553.563.557 1.45.351 2.165-.145.301-.272.677-.615.801a.996.996 0 0 1-1.181-.304c-.314-.442-.392-1.002-.405-1.531l.348-.035c.009.363.093.738.335 1.021.266.396.968.326 1.135-.128.199-.463.196-1.171-.314-1.43-.381-.269-.906-.359-1.153-.792-.319-.565-.305-1.275-.109-1.879zM3.849 16.237c.473.003.945-.005 1.418.004.279.015.594.143.696.426.268.65.293 1.415.045 2.075-.089.292-.351.472-.622.576.571.761.694 1.731 1.042 2.595-.161.003-.322.003-.483.003-.146-.483-.343-.949-.478-1.435-.127-.389-.235-.836-.596-1.079-.207-.032-.419-.011-.628-.016 0 .843-.001 1.686.001 2.529l-.394.001c.003-1.892.001-3.785.001-5.677m.39.622v1.865c.323-.006.647.01.97-.009.398-.014.566-.482.561-.821.027-.37-.025-.868-.431-1.013-.364-.049-.734-.009-1.1-.023zM12.671 16.238c.134-.001.268 0 .402.003.005.932-.014 1.864.011 2.795.441-.95.957-1.861 1.421-2.799l.525.002c-.404.767-.824 1.525-1.217 2.297.413 1.13.863 2.245 1.267 3.378-.173.001-.345 0-.516-.001-.235-.779-.562-1.524-.811-2.298-.065-.189-.105-.395-.241-.549-.147.292-.303.582-.432.881-.017.655-.003 1.311-.006 1.965l-.402.003c0-1.892.001-3.785-.001-5.677zM1.133 16.239c.772-.004 1.543-.001 2.315-.002 0 .222.001.445-.002.667h-.941c.001 1.67-.002 3.339.001 5.009-.136.001-.272.001-.407-.001l.001-5.008-.964-.001c-.002-.222-.002-.443-.002-.665zM6.777 16.24c.134-.003.268-.003.402-.004.003 1.219-.007 2.438.005 3.657.019.425.009.905.309 1.245.242.304.783.245.968-.092.274-.434.229-.976.251-1.468v-3.342l.375.001c-.005 1.307.011 2.614-.009 3.921-.062.516-.099 1.072-.411 1.51-.343.445-1.099.451-1.451.014-.406-.639-.411-1.426-.439-2.156V16.24z"/><path fill="#c9c9c9" d="M9.324 9.577a.646.646 0 0 1 .102-.364l.004.077c.009 1.737.007 3.474.001 5.211-.083-.054-.113-.142-.105-.237.001-1.563.005-3.125-.002-4.688z"/><path fill="#3e3e3e" d="M15.148 9.287c.157-.004.315-.004.473-.002.036 1.167.038 2.34-.002 3.507-.035.417-.045.883-.327 1.22.126-.397.254-.802.245-1.223.013-1.142.022-2.284-.003-3.426l-.258-.039c-.139 1.176.086 2.378-.124 3.546-.016-1.194-.006-2.389-.004-3.584z"/><path fill="#9c9c9c" d="M5.867 9.524c-.001-.096-.002-.206.104-.246.008 1.737-.003 3.474.006 5.21l-.108-.027c-.001-1.646.003-3.292-.002-4.937z"/><path fill="#dbdbdb" d="M4.383 9.896c.361-.021.724-.012 1.086-.004-.313.197-.735.045-1.09.092l.004-.087z"/><path fill="#9f9e9e" d="M1.184 23.981c.322-.054.649-.032.974-.033H16.79c.323.001.648-.021.967.036l.086.017H1.095l.089-.019z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tour-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.095 0h1.529c4.523.226 8.768 3.187 10.463 7.397.497 1.134.725 2.354.913 3.571v2.114c-.424 4.067-2.942 7.872-6.647 9.66-1.314.695-2.778 1.018-4.232 1.258h-2.207c-4.004-.433-7.758-2.879-9.575-6.502C.547 15.992.139 14.314 0 12.626v-1.241C.233 6.641 3.497 2.222 8.004.688c.997-.361 2.048-.52 3.091-.689m-.655 2.133c-3.596.526-6.758 3.197-7.898 6.644a10.05 10.05 0 0 0 .342 7.327c1.072-.602 2.132-1.22 3.193-1.841a67.29 67.29 0 0 0 1.451-.836l.406-.233c.882-.518 1.788-1.001 2.652-1.549a47.234 47.234 0 0 0 2.714-1.573c.283-.097.526-.282.773-.448a33.18 33.18 0 0 0 2.519-1.456l.12-.017c1.116-.7 2.282-1.319 3.412-1.997-2.141-3.017-6.032-4.643-9.683-4.022m7.667 7.524c-.265.103-.5.268-.722.442a6.586 6.586 0 0 0-.139.017 4.09 4.09 0 0 1-.295.197c-.761.438-1.537.853-2.273 1.332a68.146 68.146 0 0 0-3.719 2.156c-2.382 1.294-4.711 2.704-7.068 4.05 2.047 2.876 5.686 4.52 9.199 4.099 3.785-.37 7.189-3.112 8.382-6.719a10.042 10.042 0 0 0-.346-7.331c-1.009.581-2.028 1.146-3.019 1.757z"/><path fill="#fff" d="M10.44 2.132c3.65-.62 7.542 1.006 9.683 4.022-1.129.678-2.296 1.297-3.412 1.997-.197-.574-.403-1.145-.608-1.716.696-.382.83-1.34.439-1.984-.476-.569-1.312-.446-1.97-.402.005 1.387-.004 2.773.005 4.159l.587-.002c.002-.587.001-1.172.004-1.758l.306-.002c.212.592.418 1.187.628 1.78.163-.018.326-.037.491-.058a33.18 33.18 0 0 1-2.519 1.456c-.995.184-1.928-.284-2.918-.178-.367.006-.696.226-1.068.198-1.805-.01-3.608-.001-5.413-.006-.436-.006-.863.085-1.28.198l.16.368c-.559 1.103-.697 2.4-.342 3.587l2.234.001c-.012-1.336 1.895-1.78 2.489-.599l-.406.233c-.257-.37-.756-.629-1.177-.356-.437.234-.457.786-.274 1.193a229.6 229.6 0 0 1-3.193 1.841 10.051 10.051 0 0 1-.342-7.327c1.14-3.448 4.302-6.119 7.898-6.644M7.207 4.057l.001.59c.236.002.474-.001.71.002.004 1.189-.001 2.377.002 3.566l.59-.001c.004-1.188-.002-2.376.002-3.565.236-.002.474 0 .71-.004v-.589c-.672-.002-1.344-.002-2.017 0m2.906.052c-.409.168-.636.613-.599 1.044.036.812-.077 1.642.065 2.443.272.89 1.686.833 1.886-.076.09-.824.025-1.661.037-2.49.041-.696-.766-1.219-1.39-.922m1.963-.053c.024 1.165-.056 2.338.041 3.498.218.917 1.675.886 1.852-.04.08-1.147.012-2.303.034-3.454l-.59-.004c-.011 1.084.017 2.167-.012 3.25.008.432-.714.454-.719.017-.043-1.068.012-2.14-.023-3.209-.145-.13-.398-.024-.582-.059z"/><path fill="#fff" d="M10.465 4.618a.4.4 0 0 1 .44.416c.01.758.024 1.52-.007 2.279-.025.445-.764.439-.78-.007-.028-.756-.016-1.514-.006-2.272a.397.397 0 0 1 .353-.416zM15.168 5.869c-.006-.414-.006-.828.013-1.242.449-.065 1.1.043.973.652.102.605-.559.652-.986.59zM18.108 9.655c.991-.611 2.01-1.176 3.019-1.757a10.047 10.047 0 0 1 .346 7.331c-1.193 3.607-4.597 6.349-8.382 6.719-3.514.421-7.152-1.223-9.199-4.099 2.357-1.346 4.686-2.756 7.068-4.05 1.168-.016 2.335-.004 3.503-.005.05-.7.628-1.351 1.366-1.285.686.014 1.157.638 1.222 1.28 1.318.026 2.636.005 3.947-.16-.055-1.11.191-2.297-.362-3.322l.184-.374c-.847-.397-1.804-.295-2.71-.278m-2.6 3.341c-.553.158-.75.942-.322 1.334.389.425 1.182.234 1.332-.324.22-.588-.421-1.225-1.01-1.01zM3.874 10.116c.408-.03.955-.181 1.283.107.05 1.021.048 2.056.001 3.077-.356.216-1.045.235-1.392-.02.036-1.037-.179-2.195.108-3.163zM5.501 10.099c.455-.037.911-.034 1.367-.017.078.512.065 1.036.011 1.549-.46.002-.919.005-1.378-.011a9.1 9.1 0 0 1 0-1.522zM7.228 10.104c.997-.061 2-.034 2.999-.014a9.97 9.97 0 0 1 0 1.536c-1 .004-2 .024-3-.011a9.648 9.648 0 0 1 .001-1.511zM10.568 10.103c.91-.066 1.82-.013 2.731-.031a47.234 47.234 0 0 1-2.714 1.573 7.293 7.293 0 0 1-.017-1.542z"/><path fill="#fff" d="M17.246 10.114l.139-.017c.841-.053 1.687-.022 2.531-.014.208.503.479.99.541 1.538-1.067.019-2.135.016-3.203.002a21.723 21.723 0 0 1-.008-1.51zM14.678 11.642c.736-.479 1.512-.894 2.273-1.332.002.434.001.871-.014 1.306-.752.036-1.506-.002-2.258.026z"/><path d="M7.207 4.057c.673-.002 1.345-.002 2.017 0v.589c-.236.004-.474.001-.71.004-.005 1.189.001 2.377-.002 3.565l-.59.001c-.004-1.189.001-2.377-.002-3.566-.236-.004-.474 0-.71-.002l-.001-.59zM10.111 4.108c.624-.298 1.43.226 1.39.922-.012.829.053 1.666-.037 2.49-.2.908-1.614.966-1.886.076-.142-.802-.029-1.631-.065-2.443-.037-.431.19-.876.599-1.044m.353.509a.398.398 0 0 0-.353.416c-.01.757-.022 1.516.006 2.272.016.446.755.452.78.007.031-.758.017-1.52.007-2.279a.4.4 0 0 0-.44-.416zM12.073 4.054c.184.035.437-.071.582.059.035 1.069-.02 2.141.023 3.209.005.437.727.415.719-.017.029-1.082.001-2.166.012-3.25l.59.004c-.022 1.151.047 2.306-.034 3.454-.176.925-1.633.956-1.852.04-.097-1.16-.017-2.333-.041-3.498zM14.572 4.05c.659-.044 1.494-.167 1.97.402.391.643.257 1.602-.439 1.984.205.571.412 1.142.608 1.716l-.12.017a43.6 43.6 0 0 1-.491.058c-.21-.593-.415-1.188-.628-1.78l-.306.002c-.002.586-.001 1.171-.004 1.758l-.587.002c-.008-1.386 0-2.772-.005-4.159m.598 1.819c.427.061 1.088.014.986-.59.127-.608-.524-.716-.973-.652-.019.414-.019.828-.013 1.242zM10.086 9.644c.372.028.701-.192 1.068-.198.99-.107 1.924.361 2.918.178-.247.166-.49.35-.773.448-.911.018-1.822-.035-2.731.031a7.227 7.227 0 0 0 .017 1.542c-.864.548-1.77 1.031-2.652 1.549-.594-1.181-2.501-.737-2.489.599l-2.234-.001c-.355-1.187-.217-2.484.342-3.587l-.16-.368c.418-.113.845-.204 1.28-.198 1.805.005 3.608-.004 5.413.006m-6.211.471c-.287.968-.072 2.126-.108 3.163.347.256 1.036.236 1.392.02a32.554 32.554 0 0 0-.001-3.077c-.328-.288-.875-.137-1.283-.107m1.627-.016a9.1 9.1 0 0 0 0 1.522c.458.016.918.013 1.378.011a6.084 6.084 0 0 0-.011-1.549c-.456-.017-.912-.02-1.367.017m1.727.004a9.528 9.528 0 0 0-.001 1.511c1 .035 2 .014 3 .011a9.97 9.97 0 0 0 0-1.536c-.998-.019-2.002-.047-2.999.014zM17.386 10.097c.222-.174.457-.338.722-.442.906-.017 1.862-.119 2.71.278l-.184.374c.553 1.025.307 2.212.362 3.322-1.31.164-2.629.186-3.947.16-.065-.642-.535-1.266-1.222-1.28-.738-.066-1.315.586-1.366 1.285-1.168.001-2.335-.011-3.503.005a68.146 68.146 0 0 1 3.719-2.156c.752-.029 1.506.01 2.258-.026.016-.434.017-.871.014-1.306a4.09 4.09 0 0 0 .295-.197c-.012.503-.014 1.007.008 1.51 1.068.013 2.136.017 3.203-.002-.062-.548-.334-1.036-.541-1.538-.844-.007-1.69-.038-2.531.014z"/><path d="M6.35 13.07c.421-.272.92-.013 1.177.356-.48.284-.964.564-1.451.836-.184-.407-.163-.959.274-1.193zM15.51 12.996c.589-.215 1.23.422 1.01 1.01-.15.558-.943.749-1.332.324-.428-.392-.232-1.176.322-1.334z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tractors--g1" xmlns="http://www.w3.org/2000/svg"><path d="M10.835 0h2.309c1.702.335 3.541.641 4.931 1.751-3.691-2.152-8.46-2.153-12.15 0C7.306.642 9.141.342 10.835 0zM22.248 5.927c1.105 1.387 1.416 3.216 1.752 4.914v2.297c-.275 1.17-.342 2.449-1.02 3.476 1.4-3.443 1.128-7.468-.732-10.687zM14.083 7.356c.172-.575 1.088-.594 1.272-.02.176.404-.125.793-.487.947.966.011.655 1.152.696 1.777 1.446-.107 2.852 1.091 2.827 2.572l-.259.058c.595 1.579-.725 3.44-2.413 3.376-1.669.047-2.963-1.783-2.399-3.349l-.235-.118c.053-.247.066-.502.097-.752-.16.494-.21 1.026-.438 1.495-.274.252-.766.002-.685-.379.1-.644.305-1.268.442-1.906.161-.786 1.158-.604 1.744-.814l-.194-.533c-.45.197-.868.47-1.337.62-.419.11-.652-.583-.268-.768.77-.45 1.548-.904 2.368-1.26-.466-.028-.925-.456-.73-.946m1.203 5.416c-.661.342-.517 1.444.202 1.62.672.223 1.36-.53 1.076-1.175-.168-.533-.826-.61-1.278-.445z"/><path d="M5.819 10.025c2.082.012 4.165.012 6.248 0-.007.949.078 1.903-.016 2.85-1.313-.049-2.63.058-3.94-.035.18.076.362.236.569.161 1.104-.148 2.222-.032 3.332-.071l.131.702c-.97 0-1.94.014-2.911-.004l-.461-.458c.684.726.636 2.029-.247 2.568-.862.614-2.201.084-2.43-.942-.244-.824.3-1.682 1.08-1.964l-1.338-.002c-.011-.935-.016-1.87-.018-2.804M7.49 13.85c-.719.184-.336 1.339.344 1.066.686-.187.322-1.312-.344-1.066zM4.992 21.628c1.04.659 2.114 1.289 3.298 1.656 3.046 1.031 6.461.68 9.308-.776-1.266.961-2.918 1.169-4.434 1.493h-2.309c-2.074-.361-4.278-.916-5.863-2.372z"/><path fill="#fff" d="M5.924 1.751c3.69-2.153 8.459-2.152 12.15 0 .316.212.634.42.953.628.132.199.317.354.541.439l.048.025c.511.517 1.022 1.036 1.544 1.543l.025.037c.08.229.228.425.436.554.206.318.414.635.626.949 1.86 3.22 2.132 7.244.732 10.687l-.058.12c-.209.35-.388.716-.54 1.094l-.066.112a.637.637 0 0 0-.281.455l-.067.115c-.293.34-.56.7-.791 1.085a1.22 1.22 0 0 1-.032.037c-.487.455-.949.936-1.412 1.415l-.126.118a7.35 7.35 0 0 0-1.096.81l-.13.053a.787.787 0 0 0-.442.28l-.342.2c-2.848 1.457-6.263 1.807-9.308.776-1.183-.367-2.257-.997-3.298-1.656a7.765 7.765 0 0 0-.03-.034 1.043 1.043 0 0 0-.545-.409l-.031-.026a64.345 64.345 0 0 0-1.547-1.544l-.025-.034a1.028 1.028 0 0 0-.431-.556 48.106 48.106 0 0 0-.631-.96 13.925 13.925 0 0 0-.677-1.328l-.056-.124a12.725 12.725 0 0 1-.355-8.278l.071-.196c.316-.745.656-1.478 1.012-2.206.216-.32.426-.643.632-.97a.59.59 0 0 0 .329-.436l.13-.138c.52-.514 1.037-1.028 1.546-1.55l.038-.026c.23-.078.425-.229.553-.437.318-.208.636-.415.95-.626M11.094.436C7.109.701 3.392 3.215 1.631 6.792c-1.79 3.504-1.61 7.92.475 11.258 2.024 3.36 5.849 5.538 9.774 5.55 3.859.067 7.668-1.961 9.781-5.188 1.67-2.484 2.299-5.63 1.736-8.569-.577-3.152-2.543-6.016-5.27-7.697C16.049.838 13.539.243 11.094.435z"/><path fill="#fff" d="M10.484 3.533c4.094-.821 8.488 1.817 9.695 5.809 1.336 3.848-.545 8.435-4.174 10.266-3.403 1.873-7.997 1.008-10.49-1.967-2.63-2.908-2.818-7.642-.434-10.753a8.607 8.607 0 0 1 5.404-3.355m3.598 3.823c-.196.49.264.918.73.946-.82.356-1.597.81-2.368 1.26-.384.185-.151.878.268.768.469-.15.887-.424 1.337-.62.065.178.13.354.194.533-.586.21-1.583.028-1.744.814-.137.637-.342 1.261-.442 1.906-.08.382.412.631.685.379.228-.469.278-1.001.438-1.495-.031.251-.044.505-.097.752l.235.118c-.564 1.566.73 3.396 2.399 3.349 1.688.065 3.008-1.796 2.413-3.376l.259-.058c.025-1.481-1.381-2.678-2.827-2.572-.041-.625.27-1.766-.696-1.777.362-.154.664-.542.487-.947-.184-.574-1.1-.554-1.272.02m-8.263 2.669c.002.935.007 1.87.018 2.804l1.338.002c-.78.282-1.324 1.14-1.08 1.964.229 1.026 1.568 1.556 2.43.942.883-.539.931-1.842.247-2.568l.461.458c.971.018 1.942.004 2.911.004l-.131-.702c-1.11.038-2.228-.077-3.332.071-.206.076-.389-.085-.569-.161 1.309.092 2.627-.014 3.94.035.094-.947.008-1.901.016-2.85-2.083.012-4.166.012-6.248 0z"/><path fill="#fff" d="M15.287 12.772c.452-.164 1.11-.088 1.278.445.283.644-.404 1.398-1.076 1.175-.719-.176-.863-1.278-.202-1.62zM7.49 13.85c.666-.246 1.031.878.344 1.066-.68.274-1.063-.882-.344-1.066z"/><path fill="#d40000" d="M11.094.436c2.446-.192 4.955.403 7.033 1.711 2.728 1.681 4.693 4.544 5.27 7.697.563 2.939-.066 6.085-1.736 8.569-2.113 3.227-5.922 5.255-9.781 5.188-3.925-.012-7.75-2.19-9.774-5.55C.02 14.713-.16 10.297 1.631 6.793 3.393 3.216 7.109.702 11.094.437m-.61 3.096A8.607 8.607 0 0 0 5.08 6.888C2.697 10 2.884 14.734 5.514 17.641c2.494 2.975 7.087 3.84 10.49 1.967 3.629-1.831 5.509-6.418 4.174-10.266-1.207-3.992-5.6-6.63-9.695-5.809z"/><path fill="#323232" opacity=".91" d="M4.421 2.814a.559.559 0 0 1 .553-.437 1.033 1.033 0 0 1-.553.437z"/><path fill="#303030" opacity=".9" d="M19.027 2.378c.252.019.526.155.541.439a1.132 1.132 0 0 1-.541-.439z"/><path fill="#323232" opacity=".88" d="M2.837 4.391a3.779 3.779 0 0 1 1.546-1.55c-.509.522-1.026 1.037-1.546 1.55z"/><path fill="#313131" opacity=".87" d="M19.616 2.843a3.74 3.74 0 0 1 1.544 1.543c-.522-.508-1.033-1.026-1.544-1.543z"/><path fill="#2f2f2f" opacity=".9" d="M21.186 4.423c.264.06.437.286.436.554a1.059 1.059 0 0 1-.436-.554z"/><path fill="#252525" opacity=".88" d="M2.378 4.964a.44.44 0 0 1 .329-.436.589.589 0 0 1-.329.436z"/><path fill="#212121" opacity=".82" d="M.734 8.14a4.11 4.11 0 0 1 1.012-2.206c-.355.727-.696 1.46-1.012 2.206z"/><path fill="#1a1a1a" opacity=".84" d="M0 10.824c.215-.829.191-1.746.664-2.489a12.725 12.725 0 0 0 .355 8.278C.33 15.611.271 14.343 0 13.192v-2.368z"/><path fill="#212121" opacity=".83" d="M1.075 16.736c.251.43.473.875.677 1.328-.386-.343-.606-.822-.677-1.328z"/><path fill="#212121" opacity=".84" d="M22.382 17.828c.152-.378.331-.744.54-1.094-.043.422-.218.812-.54 1.094z"/><path fill="#2c2c2c" opacity=".91" d="M22.036 18.395a.634.634 0 0 1 .281-.455.39.39 0 0 1-.281.455z"/><path fill="#232323" opacity=".82" d="M21.178 19.595c.23-.385.498-.745.791-1.085-.13.446-.406.827-.791 1.085z"/><path fill="#2b2b2b" opacity=".87" d="M2.383 19.025c.206.128.355.325.431.556a.555.555 0 0 1-.431-.556z"/><path fill="#2a2a2a" opacity=".85" d="M2.839 19.614a68.248 68.248 0 0 1 1.547 1.544 3.76 3.76 0 0 1-1.547-1.544z"/><path fill="#2c2c2c" opacity=".86" d="M19.733 21.047c.463-.479.925-.96 1.412-1.415a3.282 3.282 0 0 1-1.412 1.415z"/><path fill="#282828" opacity=".87" d="M4.417 21.185c.221.077.416.211.545.409-.272.049-.479-.164-.545-.409z"/><path fill="#222" opacity=".82" d="M18.511 21.974a7.35 7.35 0 0 1 1.096-.81c-.262.39-.647.673-1.096.81z"/><path fill="#2a2a2a" opacity=".91" d="M17.94 22.307a.794.794 0 0 1 .442-.28c.006.23-.253.308-.442.28z"/></symbol><symbol viewBox="0 0 26 24" id="regulatory--no-tractors-mopeds-or-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#b53947" opacity=".87" d="M11.244 0h3.347l.152.115a78.294 78.294 0 0 0-3.594.005l.094-.12z"/><path fill="red" d="M3.843 3.454C5.821 1.575 8.43.369 11.15.12a76.897 76.897 0 0 1 3.594-.005c1.85.156 3.67.766 5.228 1.775.274.307.618.556 1 .71l.063.035c.001.301.305.472.574.494a10.84 10.84 0 0 0 1.573 1.528l.147.175c.646 1.08 1.369 2.134 1.819 3.325.618 1.413.463 2.986.483 4.486.015 1.168-.145 2.355-.672 3.409-2.062 4.839-7.347 7.992-12.57 7.735-1.886.086-3.636-.72-5.399-1.188a4.407 4.407 0 0 1-.339-.181c-.378-.421-.932-.668-1.436-.912l-.037-.017c-.026-.225-.259-.37-.472-.373a.975.975 0 0 1-.04-.014c-.031-.222-.252-.406-.477-.381a8.697 8.697 0 0 1-1.311-1.298c.006-.277-.196-.569-.488-.586a.62.62 0 0 1-.032-.063c-.226-.457-.494-.911-.854-1.276-.587-1-1.014-2.103-1.235-3.243.081-.243.103-.563-.117-.739a6.049 6.049 0 0 0-.021-.142c-.022-.969-.048-1.935-.004-2.903.239-2.708 1.688-5.239 3.717-7.018m7.035-.438c-3.055.588-5.787 2.751-7.018 5.614-1.342 3.102-.481 6.97 1.996 9.254 2.347 2.467 6.027 3.507 9.328 2.716 1.774-.356 3.375-1.31 4.69-2.532 1.845-1.573 2.941-4.025 2.799-6.454.094-3.137-2.035-5.908-4.615-7.475-2.116-1.35-4.765-1.406-7.179-1.124z"/><path fill="#fff" d="M19.972 1.89c.351.212.698.432 1 .71a2.712 2.712 0 0 1-1-.71zM21.035 2.635c.227.115.436.275.574.494-.27-.022-.573-.194-.574-.494zM10.879 3.015c2.414-.283 5.063-.226 7.179 1.124 2.581 1.566 4.71 4.338 4.615 7.475.142 2.43-.954 4.881-2.799 6.454-1.315 1.222-2.916 2.175-4.69 2.532-3.301.791-6.981-.249-9.328-2.716C3.379 15.6 2.518 11.732 3.86 8.63c1.231-2.863 3.963-5.026 7.018-5.614m-.11 1.548c-.595.716-1.343 1.399-1.035 2.428.124.066.24.143.347.234.008.163.009.325.006.489l-.317.147c1.986-.013 3.974-.023 5.96.012l.031-.088c-.597.072-.328-.728-.061-.988.306-.946-.596-1.665-1.154-2.306.24.437.586.805.855 1.225a96.034 96.034 0 0 1-5.259-.065 8.9 8.9 0 0 1 .711-1.031c.947-.054 1.899.03 2.845-.045a60.901 60.901 0 0 0-2.93-.012m.892 5.037c-.043.235.017.468.027.702-.37.215-.514.619-.708.973-.552.044-1.107-.014-1.662.003-.001.077-.006.232-.009.31.083.081.164.163.248.244a1.877 1.877 0 0 0-.27.646c.297.132.311.501.495.734-.172.009-.343.022-.514.037l.006.292c2.115 0 4.23.004 6.345-.003l.057-.289-.439-.062c.364-.31.289-.785.23-1.204l-.067.004c-.048-.209-.186-.468-.426-.474-.009-.28-.29-.236-.489-.276l-.106-.357c-.532-.048-1.065-.037-1.597-.048-.31-.07-.317-.357-.129-.565.182-.241.105-.517-.014-.766-.302.181-.658.015-.978.099m-.078 5.083c.123.502-.295.44-.617.526-.004.272-.035.561.152.786a5.29 5.29 0 0 1-.277.448c-1.142-.366-2.427 1.001-1.735 2.076.839 1.043 2.733.547 2.894-.797.003.199.004.399.003.599.28.105.582.053.874.074-.07.436.352.311.63.31.052-.07.157-.206.21-.275.306.307.646.663 1.112.67 1.004.135 1.96-1.036 1.461-1.975-.192-.253-.186-.555-.16-.857-.529-.023-1.058-.001-1.587-.01.092-.111.185-.219.28-.325a1.912 1.912 0 0 0-.24-.351 46.75 46.75 0 0 0-1.449-.052c-.046.188-.04.383-.043.577.197.075.409.093.614.141l-.252.208a7.39 7.39 0 0 0-.049.448c-.253.003-.506 0-.759.001-.21-.24-.365-.523-.568-.769a19.86 19.86 0 0 1 .003-.772l.421-.059c.012-.194.014-.387.012-.581-.31-.019-.619-.035-.929-.039zM21.623 3.142c.591.422 1.085.969 1.559 1.515a10.787 10.787 0 0 1-1.559-1.515z"/><path fill="#fff" d="M23.329 4.832c1.298 1.44 2.079 3.27 2.477 5.151v3.973c-.547 2.257-1.561 4.506-3.345 6.055-2.432 2.459-5.817 3.902-9.27 3.988h-.419c-1.987-.123-3.999-.476-5.783-1.4 1.763.468 3.512 1.275 5.399 1.188 5.223.257 10.508-2.897 12.57-7.735.528-1.054.688-2.241.672-3.409-.019-1.501.135-3.074-.483-4.486-.45-1.191-1.173-2.245-1.819-3.325zM10.071 6.226c.201-.254.757-.201.706.19-.108.413-.861.262-.706-.19zM14.867 6.081c.319-.145.747.312.356.521-.365.265-.863-.342-.356-.521zM10.568 7.249c1.419.009 2.837-.005 4.257.008.021.17.036.342.048.515-1.423-.014-2.848-.008-4.271-.004a.827.827 0 0 1-.034-.519zM10.467 11.946c.648-.161-.107.555 0 0zM13.934 12.141c.146-.265.431.028.341.222-.161.079-.619.008-.341-.222zM14.661 12.226l.323-.151c.106.226-.235.4-.323.151zM10.941 12.707c-.209-.213.126-.277.276-.182a18.82 18.82 0 0 1-.276.182zM13.908 12.532c.155-.027.274.019.356.138-.143.326-.577.178-.356-.138zM14.621 12.63c.343-.36.551.33.055.088l-.055-.088zM10.899 12.843c-.075.414-.572.032-.21-.175l.21.175zM11.203 13.293c.165-.157.321-.323.476-.49l.066.111c.081.185.236.303.419.377-.32.001-.641-.004-.961.003zM.15 13.517c.221.177.199.497.117.739-.132-.223-.12-.49-.117-.739zM11.232 16.312c.684.13-.448.382 0 0z"/><path fill="#fff" d="M9.653 17.681c-.035-.457.586-.726.941-.533-.119.206-.32.325-.525.43-.021.155-.018.31.009.463l.258.135c.253-.119.523-.191.805-.163-.199.801-1.708.51-1.488-.333zM1.502 17.499c.36.365.628.819.854 1.276-.346-.381-.61-.826-.854-1.276zM12.274 17.844c.694.021-.243.726 0 0zM2.388 18.839c.292.017.494.308.488.586-.199-.161-.383-.35-.488-.586zM4.187 20.723c.226-.026.446.159.477.381-.199-.065-.351-.221-.477-.381zM4.705 21.117c.213.003.446.148.472.373-.191-.067-.378-.187-.472-.373zM5.214 21.507c.505.244 1.058.492 1.436.912-.51-.249-1.008-.538-1.436-.912z"/><path d="M10.768 4.564c.977-.026 1.954-.01 2.93.012-.946.075-1.898-.009-2.845.045a8.9 8.9 0 0 0-.711 1.031c1.751.074 3.506.086 5.259.065-.27-.419-.615-.787-.855-1.225.557.641 1.459 1.36 1.154 2.306-.267.261-.537 1.061.061.988l-.031.088a246.688 246.688 0 0 0-5.96-.012l.317-.147a7.965 7.965 0 0 0-.006-.489 1.991 1.991 0 0 0-.347-.234c-.308-1.03.44-1.712 1.035-2.428m-.698 1.662c-.155.452.597.603.706.19.052-.391-.505-.444-.706-.19m4.796-.145c-.507.179-.009.786.356.521.391-.209-.037-.666-.356-.521m-3.642.204l.001.159a51.35 51.35 0 0 0 2.83-.001c-.763-.285-1.919-.098-2.831-.157m-.234.284l.01.121c1.099.036 2.208.031 3.308 0l-.035-.114c-1.093-.021-2.19-.001-3.284-.008m.361.292l.012.148c.921-.077 2.018.203 2.83-.142a24.043 24.043 0 0 0-2.841-.006m-.784.388a.82.82 0 0 0 .034.519c1.423-.004 2.848-.01 4.271.004a9.653 9.653 0 0 0-.048-.515c-1.419-.013-2.837.001-4.257-.008zM11.659 9.601c.32-.084.676.081.978-.099.119.249.196.525.014.766-.07-.01-.208-.028-.277-.039-.199.212-.075.463.058.67-.179.2-.209.461-.182.717.548.009 1.093-.085 1.634-.17.043-.137.043-.33.234-.323l.112.258c.236.094.49.124.743.133.24.005.378.265.426.474-.139.027-.277.057-.415.086-.081.039-.243.114-.323.151a9.184 9.184 0 0 0-.157.228l.117.175.055.088a5.4 5.4 0 0 0-.17.556 1.227 1.227 0 0 0-.241-.604c-.083-.119-.201-.165-.356-.138a2.143 2.143 0 0 0-.84.117l.081.228-.084-.003c-.437.106-.881.289-1.321.039l-.066-.111.151-.166c-.195-.083-.405-.09-.613-.111-.15-.095-.485-.031-.276.182l-.041.135a17.686 17.686 0 0 0-.21-.175l-.006-.146-.003-.111-.217-.061c-.132.006-.262.015-.392.023.223-.094.241-.314.227-.524a8.34 8.34 0 0 1-.529.191l-.214-.208c-.084-.081-.165-.163-.248-.244.003-.077.008-.232.009-.31.555-.017 1.11.041 1.662-.003.195-.354.338-.757.708-.973-.01-.234-.07-.467-.027-.702m-1.193 2.349c-.107.555.648-.161 0 0m3.88-.057c.005.572.619-.206 0 0m-.413.252c-.279.23.179.301.341.222.09-.194-.195-.486-.341-.222m-3.042.025c.022.425.408-.212 0 0zM10.791 13.351l.412-.058c.32-.006.641-.001.961-.003.235.004.47.001.705.001.337.001.674 0 1.009-.01.12.041.24.085.359.129-1.142.026-2.321.151-3.445-.059z"/><path fill="#fcfcfc" d="M11.225 6.285c.912.059 2.068-.128 2.831.157a51.35 51.35 0 0 1-2.83.001l-.001-.159z"/><path fill="#f9f9f9" d="M10.991 6.57c1.094.006 2.191-.013 3.284.008l.035.114a54.455 54.455 0 0 1-3.308 0l-.01-.121z"/><path fill="#d7d7d7" d="M11.351 6.861a24.042 24.042 0 0 1 2.841.006c-.812.345-1.908.065-2.83.142l-.012-.148zM10.222 12.654c.423.294-.431.312 0 0z"/><path fill="#383838" d="M12.374 10.23c.07.01.208.028.277.039-.188.208-.181.495.129.565.533.01 1.066 0 1.597.048l.106.357c.199.04.48-.004.489.276a2.208 2.208 0 0 1-.743-.133l-.112-.258c-.191-.008-.191.186-.234.323-.541.085-1.085.179-1.634.17-.027-.257.003-.517.182-.717-.133-.206-.257-.458-.058-.67z"/><path fill="#ae4553" opacity=".86" d="M0 10.326l.125.146c-.044.968-.018 1.934.004 2.903L0 13.283v-2.957z"/><path fill="#323232" d="M9.285 12.479c.052-.226.137-.455.27-.646l.214.208a8.34 8.34 0 0 0 .529-.191c.014.21-.004.43-.227.524.13-.008.261-.017.392-.023l.219.172.006.146c-.361.208.135.59.21.175l.041-.135c.07-.045.208-.135.276-.182.208.021.418.028.613.111l-.151.166c-.155.168-.311.333-.476.49l-.412.058c1.124.21 2.303.085 3.445.059a15.344 15.344 0 0 0-.359-.129c-.218-.177-.422-.408-.728-.404l-.081-.228c.27-.098.555-.132.84-.117-.221.316.213.465.356.138.141.174.209.385.241.604a5.66 5.66 0 0 1 .17-.556c.495.243.288-.448-.055-.088l-.117-.175.157-.228c.088.249.428.075.323-.151.138-.03.276-.059.415-.086l.067-.004c.059.419.134.894-.23 1.204l.439.062-.057.289c-2.115.006-4.23.003-6.345.003l-.006-.292c.17-.015.342-.028.514-.037-.185-.234-.199-.603-.495-.734m.939.172c-.431.312.423.294 0 0z"/><path fill="#c2c2c2" d="M14.347 11.889c.619-.206.005.572 0 0z"/><path fill="#cdcdcd" d="M10.892 12.166c.408-.212.022.425 0 0z"/><path fill="#f4f4f4" d="M10.463 12.35c.054.014.163.045.217.061l.003.111-.219-.172zM13.066 12.875l.084.003c.306-.004.51.227.728.404-.335.01-.672.012-1.009.01.067-.139.132-.277.197-.417z"/><path fill="#5c5c5c" d="M11.745 12.914c.44.25.884.067 1.321-.039l-.197.417c-.235 0-.47.003-.705-.001-.183-.074-.338-.192-.419-.377z"/><path fill="#3a3a3a" d="M11.581 14.684c.31.004.619.019.929.039.003.194 0 .387-.012.581l-.421.059c-.006.257-.005.514-.003.772.203.246.357.529.568.769.253-.001.506.001.759-.001.012-.15.028-.299.049-.448l.252-.208c-.205-.048-.417-.066-.614-.141.003-.194-.004-.388.043-.577.483.01.966.026 1.449.052.089.11.177.223.24.351a11.08 11.08 0 0 0-.28.325c.529.009 1.058-.013 1.587.01-.026.302-.032.604.16.857.499.939-.457 2.111-1.461 1.975-.466-.006-.806-.363-1.112-.67-.053.068-.159.205-.21.275-.277.001-.699.126-.63-.31-.292-.021-.594.031-.874-.074.001-.2 0-.4-.003-.599-.161 1.345-2.055 1.84-2.894.797-.692-1.075.594-2.443 1.735-2.076.101-.145.192-.294.277-.448-.187-.225-.156-.514-.152-.786.321-.086.739-.025.617-.526m-.348 1.63c-.448.382.684.13 0 0m-1.579 1.369c-.221.843 1.289 1.134 1.488.333-.283-.028-.552.044-.805.163l-.258-.135a1.498 1.498 0 0 1-.009-.463c.205-.105.406-.223.525-.43-.355-.194-.975.076-.941.533m2.13-.65c-.032.19.111.405.13.609.17-.063.177-.708-.13-.609m2.387.644h.408c.003-.186.004-.373 0-.559-.203.132-.328.334-.408.559m.905-.565c.058.435.462.675.666 1.03.063-.361-.027-.712-.286-.975l-.379-.054m-4.608.604c.067.187.44.116.6.052-.068-.187-.443-.124-.6-.052m1.806.128c-.243.726.694.021 0 0m1.049.099c-.354.187.133.39.279.172.134-.177-.16-.295-.279-.172m.904.022c.014.183.341.156.457.072-.014-.181-.342-.15-.457-.072m.374.396c.108.166.672.169.773-.001a1.48 1.48 0 0 0-.773.001z"/><path fill="#f0f0f0" d="M11.783 17.032c.307-.099.301.546.13.609-.019-.204-.163-.419-.13-.609z"/><path fill="#fdfdfd" d="M14.17 17.676c.08-.225.205-.427.408-.559.004.186.003.373 0 .559h-.408zM14.227 17.965c.115-.077.443-.108.457.072-.116.084-.443.111-.457-.072z"/><path fill="#f3f3f3" d="M15.075 17.111l.379.054c.259.263.35.614.286.975-.204-.355-.608-.595-.666-1.03z"/><path fill="#b2b2b2" d="M10.468 17.716c.157-.072.532-.135.6.052-.16.065-.533.135-.6-.052z"/><path fill="#e5e5e5" d="M13.323 17.943c.119-.124.413-.005.279.172-.146.218-.632.015-.279-.172z"/><path fill="#f6f6f6" d="M14.601 18.361a1.48 1.48 0 0 1 .773-.001c-.101.17-.665.168-.773.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tractors-or-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.044 0h1.902c1.428.2 2.858.499 4.162 1.136 3.858 1.776 6.52 5.705 6.893 9.919v1.874c-.367 4.097-2.878 7.952-6.592 9.772-1.379.734-2.917 1.09-4.454 1.298h-1.901c-4.086-.376-7.927-2.879-9.756-6.576-.727-1.39-1.094-2.93-1.297-4.476v-1.888c.367-4.217 3.034-8.148 6.893-9.925 1.3-.636 2.728-.932 4.151-1.135m-3.037 3.21c-3.203 1.417-5.465 4.698-5.646 8.197 6.425.004 12.851.004 19.276 0-.181-3.407-2.324-6.611-5.4-8.082-2.548-1.255-5.648-1.301-8.23-.115M2.36 12.586c.181 3.377 2.286 6.563 5.326 8.045 3.34 1.734 7.66 1.21 10.512-1.235a10.228 10.228 0 0 0 3.142-4.98c.167-.598.25-1.213.299-1.83-6.426-.002-12.852-.002-19.278 0z"/><path fill="#fff" d="M8.008 3.209c2.581-1.186 5.682-1.14 8.23.115 3.076 1.471 5.219 4.675 5.4 8.082-6.425.004-12.851.004-19.276 0 .181-3.499 2.443-6.78 5.646-8.197M9.722 4c-.002.728.001 1.457-.002 2.184H7.214c-.002.706-.001 1.41-.001 2.116.181.157.361.317.54.476-.756.502-.602 1.799.319 1.992.808.228 1.417-.568 1.398-1.31.928-.002 1.855-.001 2.784 0 .487.654 1.15 1.334 2.024 1.337.869-.023 1.468-.754 1.914-1.416l.594-.004v-.62a57.435 57.435 0 0 1-.587-.005c-.054-.608-.278-1.26-.871-1.538-.006-.948 0-1.895-.002-2.843h-3.058c-.216.605-.424 1.212-.641 1.817l-1.193-.001c-.005-.728-.001-1.456-.004-2.184h-.709z"/><path fill="#fff" d="M13.577 4.984l1.033.001v1.199h-1.033c-.002-.4-.001-.799 0-1.2zM12.28 6.182c.124-.401.252-.799.383-1.198l.652-.001a240 240 0 0 1 0 1.2c-.344.001-.69 0-1.034-.001zM2.36 12.586c6.426-.002 12.852-.002 19.278 0a9.612 9.612 0 0 1-.299 1.83c-1.1-.016-2.201-.005-3.3-.007.024.752.049 1.504.076 2.256l.684.11-.194.301a202.048 202.048 0 0 0-4.039-.311c-.18-.563-.358-1.127-.541-1.688l-.923.149c-.266-.186-.494-.52-.851-.499-1.048.005-2.096.106-3.143.079-.622-.271-1.106-.785-1.734-1.045-.486-.114-1.034-.101-1.399-.5.077.146.152.295.228.443-.293.498-.576 1.001-.862 1.504l.419.428c.398-.266.797-.533 1.193-.802.347.443.863.809.943 1.404-.385-.018-.77-.044-1.156-.072l-.008.371c.476.043.953.083 1.424.163-.458.238-.941.419-1.422.602l.001 1.237c.284.198.57.395.863.581-.016-.497-.268-.949-.242-1.451.469-.168.94-.334 1.41-.494.089.881.75 1.826.215 2.664.295.001.709-.012.712-.406-.03-.774-.191-1.537-.26-2.309.786-.013 1.573-.029 2.36-.037.013.45.274.979-.052 1.37-.318.454-.644.901-.959 1.356l.65.006c.59-.779 1.226-1.597.982-2.645.434.347.918.636 1.318 1.024.235.515.334 1.081.514 1.616.139-.062.277-.125.416-.186-.166-.896-.17-1.928-1.027-2.477 1.598.131 3.196.289 4.795.415-.58.44-.698 1.26-.232 1.829-2.852 2.444-7.172 2.969-10.512 1.235-3.04-1.482-5.144-4.668-5.326-8.045z"/><path fill="#fff" d="M13.348 15.653c.226.217.224.548.296.834l.37.239-.644-.052c-.019-.341-.04-.68-.022-1.021z"/><path d="M9.722 4h.709c.002.728-.001 1.456.004 2.184l1.193.001c.217-.605.425-1.212.641-1.817h3.058c.002.948-.004 1.895.002 2.843.593.278.817.93.871 1.538l.587.005v.62c-.198.001-.396.001-.594.004-.446.662-1.045 1.393-1.914 1.416-.875-.002-1.537-.683-2.024-1.337-.929-.001-1.856-.002-2.784 0 .019.743-.59 1.538-1.398 1.31-.922-.193-1.075-1.49-.319-1.992-.179-.16-.359-.319-.54-.476 0-.706-.001-1.41.001-2.116h2.506c.004-.727 0-1.456.002-2.184m3.854.985c-.001.401-.002.8 0 1.2h1.033V4.985l-1.033-.001M12.28 6.182c.344.001.69.002 1.034.001a240 240 0 0 0 0-1.2l-.652.001c-.131.398-.259.797-.383 1.198zM5.975 13.26c.365.4.913.386 1.399.5.628.26 1.112.774 1.734 1.045 1.046.026 2.095-.074 3.143-.079.356-.02.584.313.851.499.308-.049.616-.098.923-.149.184.562.361 1.126.541 1.688 1.348.089 2.694.194 4.039.311l.194-.301-.684-.11c-.026-.752-.052-1.504-.076-2.256 1.099.002 2.2-.008 3.3.007a10.228 10.228 0 0 1-3.142 4.98c-.467-.569-.348-1.388.232-1.829-1.6-.126-3.197-.284-4.795-.415.857.548.862 1.58 1.027 2.477-.139.061-.277.124-.416.186-.18-.535-.278-1.102-.514-1.616-.4-.388-.883-.677-1.318-1.024.245 1.048-.391 1.866-.982 2.645l-.65-.006c.314-.455.641-.902.959-1.356.325-.391.065-.92.052-1.37-.787.008-1.574.024-2.36.037.07.772.23 1.535.26 2.309-.002.394-.416.407-.712.406.535-.838-.126-1.783-.215-2.664-.47.161-.941.326-1.41.494-.025.502.227.954.242 1.451a25.018 25.018 0 0 1-.863-.581l-.001-1.237c.481-.184.964-.365 1.422-.602-.472-.08-.948-.12-1.424-.163.002-.092.007-.278.008-.371.385.028.77.054 1.156.072-.08-.595-.596-.961-.943-1.404-.396.269-.794.535-1.193.802-.139-.143-.278-.287-.419-.428.286-.503.569-1.006.862-1.504-.076-.148-.151-.296-.228-.443m7.374 2.392c-.018.341.002.68.022 1.021l.644.052-.37-.239c-.072-.286-.071-.617-.296-.834z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-trailers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.622 0h2.737c1.136.236 2.287.453 3.353.933 3.949 1.626 6.73 5.486 7.288 9.689v2.737c-.237 1.136-.453 2.287-.933 3.353-1.626 3.949-5.486 6.73-9.689 7.288h-2.737c-1.136-.237-2.287-.453-3.353-.933C3.339 21.441.558 17.581 0 13.378v-2.737C.546 6.43 3.335 2.561 7.289.934 8.348.454 9.493.242 10.622.001M5.886 4.679c.898.944 1.838 1.848 2.75 2.777.167.219.443.232.692.263-.099-.01-.298-.03-.398-.038a22.77 22.77 0 0 0 2.317 2.342c1.379 1.46 2.839 2.846 4.241 4.286.112.117.234.22.368.308l-.14.008.174.013c.248.315.528.607.868.826.875 1.05 1.899 1.995 2.864 2.972 3.23-3.664 2.996-9.728-.5-13.135-3.385-3.594-9.524-3.865-13.237-.621m-1.18 1.17c-3.25 3.712-2.99 9.867.621 13.247 3.398 3.512 9.466 3.717 13.134.505a297.116 297.116 0 0 0-3.462-3.459 6.058 6.058 0 0 0-.779-.798c-1.773-1.765-3.538-3.536-5.305-5.307a14.976 14.976 0 0 0-1.398-1.396c-.272-.272-.544-.545-.813-.819l-.174-.172c-.614-.596-1.2-1.218-1.824-1.801z"/><path fill="#fff" d="M5.886 4.679c3.713-3.244 9.851-2.973 13.237.621 3.496 3.407 3.73 9.472.5 13.135-.966-.977-1.989-1.921-2.864-2.972.52.383 1.056.837 1.756.696a78.78 78.78 0 0 0 .069-1.535c-.898-.003-1.796.035-2.694.013l-.174-.013.14-.008c.928-.049 1.858-.006 2.784-.064-.908-.549-2.122-.109-3.152-.244-1.402-1.44-2.862-2.826-4.241-4.286.816.114 1.631-.054 2.448-.021.964-.023 1.931.219 2.887-.006.161-.887 1.416-.868 1.573.011.373 0 .745-.003 1.118-.008.325-1.152.806-2.634.052-3.678-2.057.006-4.114.006-6.171.001-.552.826-.721 1.991-.432 2.945l-.388-.069c-.051.203-.1.408-.15.611-.056-.008-.168-.028-.224-.038-.114-.322-.189-.656-.27-.988-.469-.048-.947-.044-1.41-.14-.356-.265-.611-.641-.952-.925-.248-.031-.525-.044-.692-.263-.912-.929-1.852-1.832-2.75-2.777M17.12 9.505c-.713.285-.178 1.451.514 1.067.68-.302.161-1.419-.514-1.067zM4.705 5.85c.624.583 1.21 1.206 1.824 1.801-.387.315-.721.696-1.135.977-.64.13-1.303.099-1.938.258-.038.387-.078.775-.092 1.163.318.001.635.001.953-.001.168-.952 1.492-.96 1.673-.013.976.013 1.95.006 2.924.003 1.768 1.77 3.532 3.542 5.305 5.307a1.949 1.949 0 0 1-.453.134l-.124.455-.366-.013a24.304 24.304 0 0 1-.226-.96 20.567 20.567 0 0 0-1.443-.151c-.306-.322-.616-.642-.923-.963-.919.006-1.841-.034-2.759.013-.464.189-.73.689-1.165.936-.632.114-1.279.117-1.912.224-.054.392-.095.788-.104 1.184.322.001.642.004.964.006.121-.968 1.491-.973 1.629-.016.968.007 1.937 0 2.907.006.148-.977 1.494-.976 1.666-.011 1.029.023 2.057-.041 3.088-.047a297.109 297.109 0 0 1 3.462 3.459c-3.668 3.212-9.736 3.007-13.134-.505-3.611-3.38-3.871-9.535-.621-13.247m.264 3.632c-.409.128-.542.72-.205.997.295.295.85.137.956-.263.154-.432-.319-.899-.751-.734m1.284 6.221c-.658.343-.055 1.408.58 1.014.685-.336.062-1.441-.58-1.014m4.529.008c-.377.208-.352.817.03 1.007.36.215.867-.071.867-.49.038-.45-.527-.784-.896-.517z"/><path fill="#fff" d="M13.11 7.066c.493-.011.984-.01 1.475-.001.02.47.018.94 0 1.41a48.35 48.35 0 0 1-1.475-.001 23.606 23.606 0 0 1 0-1.408zM15.04 6.99c.322.007.645.007.967-.001-.01.414-.007.827-.013 1.24-.318.006-.635.007-.952.013.004-.416.004-.834-.003-1.251zM17.536 7.07a43.6 43.6 0 0 1 1.844-.006c.016.391.016.782.006 1.173-.62.01-1.238.013-1.856-.003-.004-.39-.004-.778.007-1.165zM5.716 8.641c.299-.306.621-.593.987-.817.27.274.541.546.813.819-.6.008-1.2.008-1.8-.001zM19.097 9.779c.082.082.082.082 0 0zM7.091 14.811c.488-.666 1.204-.929 2.015-.761l-.004.764c-.671 0-1.341.003-2.01-.003zM9.337 14.046c.315-.007.63-.003.944.016.083.25.171.497.258.745l-1.2-.003c0-.253-.001-.507-.003-.758z"/><path fill="#030303" d="M13.153 6.322c2.057.004 4.114.004 6.171-.001.754 1.043.272 2.526-.052 3.678-.373.006-.745.008-1.118.008-.157-.88-1.412-.898-1.573-.011-.956.224-1.923-.017-2.887.006-.817-.032-1.632.136-2.448.021a22.77 22.77 0 0 1-2.317-2.342c.1.008.299.028.398.038.34.284.596.659.952.925.463.096.942.092 1.41.14.08.332.155.666.27.988.056.01.168.03.224.038.237.038.476.061.714.085a19.42 19.42 0 0 0-.176-.627c-.289-.954-.12-2.119.432-2.945m-.043.743c-.014.469-.014.939 0 1.408.491.008.984.008 1.475.001.018-.47.02-.94 0-1.41-.491-.008-.983-.01-1.475.001m1.93-.076c.007.416.007.834.003 1.251.316-.006.634-.007.952-.013.006-.412.003-.826.013-1.24-.322.008-.645.008-.967.001m2.495.081c-.011.387-.011.775-.007 1.165.618.016 1.237.013 1.856.003.01-.391.01-.782-.006-1.173a41.985 41.985 0 0 0-1.844.006m1.562 2.708c.082.082.082.082 0 0zM6.529 7.652l.174.172a5.188 5.188 0 0 0-.987.817c.6.01 1.2.01 1.8.001.5.431.96.905 1.398 1.396-.974.003-1.948.01-2.924-.003-.181-.947-1.505-.939-1.673.013-.318.003-.635.003-.953.001.014-.388.054-.776.092-1.163.635-.16 1.299-.128 1.938-.258.414-.281.748-.662 1.135-.977z"/><path fill="#030303" d="M4.969 9.481c.432-.165.905.302.751.734-.106.4-.661.558-.956.263-.337-.277-.205-.868.205-.997zM17.12 9.505c.675-.352 1.194.765.514 1.067-.692.384-1.227-.782-.514-1.067zM6.761 14.797c.435-.247.7-.747 1.165-.936.918-.047 1.84-.007 2.759-.013.308.32.617.641.923.963.481.035.964.082 1.443.151.069.322.144.641.226.96.092.003.275.008.366.013l.124-.455c.155-.028.308-.069.453-.134.288.236.539.512.779.798-1.031.006-2.058.069-3.088.047-.172-.964-1.518-.966-1.666.011-.97-.006-1.938.001-2.907-.006-.138-.957-1.508-.953-1.629.016-.322-.001-.642-.004-.964-.006.01-.397.051-.792.104-1.184.632-.107 1.279-.11 1.912-.224m.33.013c.669.006 1.34.003 2.01.003l.004-.764c-.81-.168-1.526.095-2.015.761m2.247-.765c.001.251.003.505.003.758l1.2.003a41.014 41.014 0 0 1-.258-.745 11.9 11.9 0 0 0-.944-.016zM15.487 14.308c1.031.136 2.245-.305 3.152.244-.926.058-1.856.014-2.784.064a2.082 2.082 0 0 1-.368-.308zM15.889 14.637c.898.023 1.796-.016 2.694-.013a78.78 78.78 0 0 1-.069 1.535c-.7.141-1.237-.313-1.756-.696-.34-.219-.62-.511-.868-.826z"/><path fill="#030303" d="M6.253 15.702c.642-.428 1.265.678.58 1.014-.635.394-1.238-.671-.58-1.014zM10.782 15.71c.37-.267.935.066.896.517 0 .419-.507.704-.867.49-.381-.189-.407-.799-.03-1.007z"/><path fill="#505050" d="M12.333 9.198c.128.023.258.047.388.069.062.208.121.416.176.627-.239-.024-.477-.047-.714-.085.049-.203.099-.408.15-.611z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tricycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bc4433" d="M10.617 0h2.771c2.647.392 5.273 1.508 7.101 3.51 1.998 1.829 3.134 4.449 3.512 7.101V13.4c-.388 2.645-1.518 5.259-3.512 7.088-1.834 2.002-4.461 3.125-7.114 3.512h-2.758c-2.59-.387-5.163-1.456-6.981-3.387C1.631 18.779.351 16.174.057 13.478c-.116-1.681.146-3.336.409-4.988C1.787 3.981 5.957.534 10.618 0M5.989 4.474c.92 1.108 2.016 2.089 3.006 3.146l-.104.001c-.234.624-.445 1.257-.66 1.888-1.206-1.234-2.412-2.468-3.668-3.651-2.393 2.776-2.916 6.946-1.419 10.27 1.423 3.261 4.744 5.613 8.304 5.818 2.447.155 4.95-.655 6.806-2.269-1.077-1.129-2.197-2.215-3.252-3.364.759.184 1.766.124 2.032-.764l-.042.153c.841.893 1.687 1.784 2.593 2.611 1.87-2.287 2.625-5.434 1.998-8.32-.772-4.049-4.417-7.359-8.526-7.721-2.518-.303-5.176.516-7.067 2.201z"/><path fill="#fff" d="M5.989 4.474c1.891-1.685 4.549-2.504 7.067-2.201 4.109.362 7.753 3.672 8.526 7.721.627 2.886-.128 6.034-1.998 8.32-.905-.827-1.752-1.719-2.593-2.611l.042-.153c.496-1.144-.689-2.33-1.843-1.913l-.313.04c.836-.672 2.092-.149 2.445.798.454.015.908.02 1.363.016.067-1.074-.121-2.136-.121-3.208a737.3 737.3 0 0 1-5.76.002c-.379.026-.71-.335-.676-.706-.021-.986.005-1.972-.006-2.957-1.042-.005-2.084-.012-3.126-.002-.99-1.057-2.085-2.038-3.006-3.146zM3.142 16.128c-1.497-3.324-.974-7.495 1.419-10.27 1.256 1.183 2.462 2.417 3.668 3.651-.195.596-.399 1.193-.729 1.73-.346.575-.082 1.256.02 1.864-.828-.052-1.651.267-2.154.94l.415.104c.464-.41 1.078-.634 1.692-.464-.528.119-1.195.083-1.548.575-.509.621-.284 1.675.484 1.966.826.419 1.666-.27 1.86-1.069 1.24-.03 2.48-.016 3.719-.017l.011-.741c.364.004.729.005 1.094.009.446.502.934.966 1.425 1.425.165.155.325.317.48.484 1.054 1.149 2.175 2.235 3.252 3.364-1.855 1.614-4.359 2.425-6.806 2.269-3.56-.205-6.882-2.558-8.304-5.818z"/><path fill="#fff" d="M10.104 8.113c.519-.016 1.04-.022 1.554.055.019.713-.004 1.425.017 2.138a67.525 67.525 0 0 1-1.809-1.821c.077-.124.157-.249.238-.372zM0 10.622c.187-.704.246-1.436.465-2.133-.264 1.651-.525 3.307-.409 4.988L0 13.682v-3.06zM8.411 9.795l.41.339c-.046.438-.261.837-.77.777.108-.376.231-.747.359-1.117zM14.373 11.627c.628-.005 1.255 0 1.881.002l.002.9c-.629-.001-1.258-.002-1.886-.016l.002-.887zM16.601 11.629c.562-.005 1.123-.015 1.685-.011.012.297.015.594.022.892-.57.011-1.14.014-1.71.019l.002-.899zM6.339 15.553c-.519-.54.087-1.379.772-1.234-.124.368-.266.73-.369 1.104.434-.05.402-.756.814-.716.434.757-.678 1.472-1.217.846z"/><path fill="#1a1d23" d="M8.89 7.622l.104-.001c1.042-.01 2.084-.002 3.126.002.011.985-.015 1.971.006 2.957-.034.372.297.732.676.706a737.3 737.3 0 0 0 5.76-.002c0 1.072.188 2.134.121 3.208-.455.004-.909-.001-1.363-.016-.353-.948-1.609-1.47-2.445-.798-.262.188-.458.451-.665.695-.372.019-.744.029-1.115.032-.366-.004-.73-.005-1.094-.009l-.011.741c-1.24.001-2.48-.012-3.719.017-.194.8-1.035 1.488-1.86 1.069-.767-.291-.992-1.346-.484-1.966.353-.491 1.02-.455 1.548-.575-.614-.17-1.229.053-1.692.464l-.415-.104c.502-.673 1.326-.992 2.154-.94-.102-.608-.366-1.29-.02-1.864.33-.537.533-1.134.729-1.73.215-.63.427-1.263.66-1.888m-.48 2.175c-.128.369-.251.741-.359 1.117.509.06.724-.339.77-.777.133-.749.374-1.48.407-2.245-.532.487-.567 1.266-.817 1.905m1.692-1.682c-.081.123-.16.247-.238.372a18.422 18.422 0 0 1-.73 2.041 20.59 20.59 0 0 0-.006.497c.167-.002.333-.006.5-.01.695-.103 2.133.428 2.046-.708-.021-.713.001-1.425-.017-2.138-.515-.077-1.036-.071-1.554-.055m2.031 3.534c.002.293.005.588.01.882.633-.009 1.267-.019 1.898.036l-.045-.036c.011-.307.016-.616.021-.923-.351.001-.7.006-1.05.017l-.834.024m2.237-.019l-.002.887c.628.014 1.257.015 1.886.016l-.002-.9c-.627-.002-1.253-.007-1.881-.002m2.227.001l-.002.899c.57-.005 1.14-.007 1.71-.019-.007-.297-.01-.594-.022-.892-.562-.004-1.123.006-1.685.011M6.339 15.553c.54.627 1.651-.088 1.217-.846-.413-.04-.381.667-.814.716.103-.374.245-.736.369-1.104-.685-.145-1.291.694-.772 1.234z"/><path fill="#d3492d" d="M8.411 9.795c.25-.639.285-1.418.817-1.905-.032.765-.274 1.496-.407 2.245l-.41-.339zM15.349 15.743c-.655-.377-.448-1.293.127-1.64.371.412.752.812 1.163 1.185-.269.429-.803.811-1.29.455z"/><path fill="#d2472d" d="M9.136 10.525c.286-.664.524-1.348.73-2.041a70.594 70.594 0 0 0 1.809 1.821c.087 1.135-1.35.604-2.046.708l-.494-.487z"/><path fill="#f6fbfb" d="M9.13 11.023c0-.165.002-.332.006-.497l.494.487-.5.01zM12.97 11.622c.349-.011.699-.016 1.05-.017-.005.307-.01.616-.021.923a10.3 10.3 0 0 1-1.028-.905z"/><path fill="#ca472d" d="M12.136 11.646l.834-.024c.326.32.662.63 1.028.905l.045.036c-.63-.055-1.265-.045-1.898-.036-.005-.293-.007-.588-.01-.882z"/><path fill="#1c2125" d="M15.19 13.638c1.154-.418 2.339.768 1.843 1.913-.266.888-1.273.948-2.032.764a10.435 10.435 0 0 0-.48-.484c-.277-.81-.083-1.719.669-2.192m.159 2.104c.486.356 1.021-.026 1.29-.455.146-.709-.464-1.292-1.163-1.185-.575.347-.782 1.263-.127 1.64z"/><path fill="#b94432" d="M14.211 14.373c.208-.244.403-.507.665-.695l.313-.04c-.752.474-.946 1.383-.669 2.192a21.767 21.767 0 0 1-1.425-1.425 29.58 29.58 0 0 0 1.115-.032z"/><path fill="#fbfcf5" d="M15.476 14.103c.699-.107 1.308.476 1.163 1.185-.41-.373-.792-.773-1.163-1.185z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-tricycles-or-hand-carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M10.653 0h2.672c4.265.528 8.176 3.382 9.787 7.392.451 1.04.669 2.156.889 3.26v2.673c-.529 4.265-3.382 8.174-7.392 9.785-1.04.451-2.156.669-3.26.889h-2.673c-4.265-.528-8.174-3.382-9.785-7.394-.451-1.038-.669-2.154-.889-3.259v-2.672c.213-1.113.435-2.237.889-3.283C2.499 3.386 6.399.539 10.654-.001M6.208 4.79C7.95 6.298 9.5 8.014 11.166 9.606l.13-.036c-.61.295-.721 1.177-.236 1.635.444.455 1.214.357 1.605-.117 2.319 2.172 4.512 4.475 6.801 6.68.836-1.119 1.46-2.4 1.761-3.768.8-3.555-.723-7.6-3.859-9.535-3.282-2.316-8.011-2.156-11.16.325M4.446 6.506c-3.009 3.857-2.209 10.131 1.9 12.883 3.227 2.493 8.06 2.508 11.303.04-1.239-.99-2.273-2.203-3.432-3.28.058-.416.113-.834.162-1.252a70.795 70.795 0 0 1-1.666-.207c-2.717-2.767-5.545-5.423-8.267-8.185z"/><path fill="#fff" d="M6.208 4.79c3.149-2.481 7.878-2.641 11.16-.325 3.136 1.934 4.658 5.98 3.859 9.535-.301 1.368-.925 2.649-1.761 3.768-2.289-2.205-4.482-4.508-6.801-6.68.383-.613-.003-1.235-.374-1.735.828.438 1.479 1.113 1.966 1.906l.431.029a39.53 39.53 0 0 1-.474-.324c.087-.129.176-.256.266-.382l1.988-.001c.059-1.015 1.19-1.653 2.052-1.05-.241-.846.364-1.593 1.193-1.706l-.004-.755c-.778.02-1.561-.058-2.335.046-.581.156-.687.834-.795 1.336a2.7 2.7 0 0 0-1.499 1.764h-.758c.28-.645.36-1.47 1.041-1.838l-.338-.134a11.89 11.89 0 0 1-.548.166c.022.12.045.239.069.357-.685-.036-1.375.03-2.059-.046-.412-.402.307-.643.574-.839-.671-.085-1.144.533-.691 1.092l-.202.46c-.292.026-.587.049-.87.136l-.13.036C9.502 8.014 7.953 6.298 6.21 4.79m11.034 4.784c-.64.286-.76 1.281-.185 1.694.564.505 1.574.16 1.689-.594.204-.818-.785-1.521-1.504-1.1zM4.446 6.506c2.722 2.761 5.55 5.417 8.267 8.185-.921-.114-1.84-.246-2.761-.354-.084.639-.173 1.278-.256 1.917-.189-.013-.38-.026-.57-.042.15-1.259-1.186-1.817-2.101-2.307a17.489 17.489 0 0 1-.24-.567c-.286.088-.557.22-.815.372l.364.638.541.003c-.121.8-.664 1.389-1.459 1.556.672.067 1.345.132 2.013.239.069.431.171.856.282 1.278-.184.126-.367.252-.552.376.298-.035.59-.101.886-.134a43.29 43.29 0 0 1-.127-1.437l.549.027c.23.408.568.732.941 1.008-.111.158-.221.314-.331.473.266-.155.528-.317.788-.48-.295-.296-.591-.59-.883-.888.69.043 1.373.147 2.057.243.113.961 1.342 1.129 1.684.218.457.058.912.123 1.369.187.036-.289.087-.575.124-.865 1.16 1.077 2.193 2.29 3.432 3.28-3.243 2.468-8.076 2.452-11.303-.04-4.109-2.753-4.908-9.026-1.9-12.883z"/><path fill="#030303" d="M16.577 8.452c.108-.502.214-1.18.795-1.336.773-.104 1.557-.026 2.335-.046l.004.755c-.828.113-1.434.86-1.193 1.706-.862-.603-1.992.035-2.052 1.05l-1.988.001c-.09.126-.179.253-.266.382.158.108.315.217.474.324l-.431-.029c-.487-.792-1.138-1.467-1.966-1.906.372.5.758 1.122.374 1.735-.39.474-1.161.573-1.605.117-.486-.458-.374-1.34.236-1.635.283-.087.578-.11.87-.136l.202-.46c-.453-.558.02-1.177.691-1.092-.267.195-.986.437-.574.839.684.077 1.373.01 2.059.046a10.705 10.705 0 0 1-.069-.357c.184-.051.366-.107.548-.166l.338.134c-.681.367-.76 1.193-1.041 1.838h.758a2.7 2.7 0 0 1 1.499-1.764m-4.176.638c.474.457.999.86 1.561 1.2a.787.787 0 0 0-.429-.487c.13-.02.257-.048.382-.091l.214.474.473-1.243c-.732.043-1.499-.124-2.2.147m-1.059.685c-.286.344-.5.896-.098 1.246.364.395.908.173 1.272-.093a1.295 1.295 0 0 0-.267-1.162c-.098.223-.195.445-.283.671a3.76 3.76 0 0 1-.168-.166c.085-.185.171-.37.253-.558-.237.016-.473.043-.708.062z"/><path fill="#030303" d="M17.244 9.574c.719-.421 1.707.282 1.504 1.1-.114.755-1.125 1.099-1.689.594-.575-.413-.455-1.408.185-1.694m.296.156c-.512.111-.797.797-.432 1.206.37.564 1.376.298 1.385-.387.084-.52-.463-.953-.953-.818z"/><path fill="#030303" d="M17.62 10.369c.577-.127-.129.577 0 0zM5.97 13.709c.259-.152.529-.283.815-.372.077.189.156.379.24.567.915.49 2.251 1.048 2.101 2.307.189.016.38.029.57.042.082-.639.172-1.278.256-1.917.921.108 1.84.24 2.761.354.554.074 1.109.146 1.666.207-.049.418-.104.836-.162 1.252-.038.289-.088.575-.124.865-.457-.064-.912-.129-1.369-.187-.343.911-1.572.743-1.684-.218-.684-.095-1.368-.2-2.057-.243.292.298.588.591.883.888-.26.163-.522.325-.788.48.11-.159.22-.315.331-.473-.373-.276-.711-.6-.941-1.008l-.549-.027c.032.48.08.959.127 1.437-.296.033-.588.1-.886.134.185-.124.369-.25.552-.376a13.3 13.3 0 0 1-.282-1.278c-.668-.107-1.34-.172-2.013-.239.795-.166 1.337-.756 1.459-1.556l-.541-.003-.364-.638m.709 2.205c.273.014.545.036.818.055.087-.187.175-.372.263-.557l-.577-.438a38.39 38.39 0 0 0-.505.94m1.581-.115c-.451.519.651.168 0 0m3.334.4c-.636.321-.098 1.362.538 1.022.714-.302.121-1.43-.538-1.022z"/><path fill="#fefefe" d="M12.399 9.09c.701-.272 1.469-.104 2.2-.147l-.473 1.243-.214-.474a2.167 2.167 0 0 1-.382.091.787.787 0 0 1 .429.487 8.855 8.855 0 0 1-1.561-1.2zM11.341 9.775c.236-.019.471-.046.708-.062-.082.188-.168.373-.253.558l-.455-.496zM8.26 15.797c.651.168-.451.519 0 0z"/><path fill="#fcfcfc" d="M17.54 9.73c.49-.134 1.037.298.953.818-.009.685-1.015.951-1.385.387-.364-.409-.08-1.094.432-1.206m.08.64c-.129.577.577-.127 0 0zM6.68 15.912c.163-.317.333-.629.505-.94l.577.438c-.088.185-.176.37-.263.557-.273-.019-.545-.04-.818-.055z"/><path fill="#e71c03" d="M11.242 11.021c-.402-.35-.188-.902.098-1.246l.455.496c.053.056.11.113.168.166.182.166.366.328.551.492-.364.266-.908.487-1.272.093z"/><path fill="#fefdfd" d="M12.247 9.766c.28.331.364.742.267 1.162-.185-.163-.369-.325-.551-.492.088-.226.185-.448.283-.671z"/><path fill="#fdfdfd" d="M11.594 16.197c.659-.408 1.252.72.538 1.022-.636.34-1.174-.701-.538-1.022z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--no-turn-on-red--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M0 .924C.189.561.473.182.891.084 6.634.044 12.379.077 18.122.07c.358-.036.64.246.858.492.193.194.151.487.186.735.033.846.021 1.693.051 2.539v19.2c-.161.411-.435.781-.848.964H.806A1.831 1.831 0 0 1 0 23.156V.924M1.068.178C.555.23.133.707.101 1.214v21.654c.033.579.568 1.076 1.153 1.046 5.379.004 10.759 0 16.138.002.296-.004.596.02.887-.047.475-.141.833-.628.802-1.126-.002-7.177 0-14.353-.001-21.53C19.051.628 18.508.129 17.92.16 12.393.156 6.865.16 1.338.158c-.09 0-.18.008-.27.02z"/><path fill="#1a1919" d="M.986.424c.168-.041.342-.038.514-.036C6.973.389 12.445.387 17.917.389c.479-.025.92.388.932.865v21.574c-.016.474-.456.882-.932.858-5.554.001-11.107.002-16.66 0a.915.915 0 0 1-.928-.857V1.255A.915.915 0 0 1 .985.426m.122.483a.4.4 0 0 0-.279.386v21.489c-.008.245.232.429.467.405 5.543-.001 11.085.002 16.628-.002.222.013.435-.173.429-.4V1.294c.009-.229-.206-.423-.431-.408C12.38.884 6.838.886 1.297.885a.673.673 0 0 0-.19.023z"/><path fill="#1a1919" d="M11.451 2.256a1.654 1.654 0 0 1 1.481.5c.756.941.743 2.388.013 3.34-.549.632-1.6.717-2.251.197-.75-.615-.909-1.716-.697-2.62.131-.711.705-1.363 1.453-1.417m.078.761c-.223.02-.417.166-.55.339-.397.633-.394 1.496-.011 2.135.342.529 1.258.5 1.543-.072.294-.634.308-1.423-.044-2.037-.19-.316-.59-.439-.939-.365zM5.514 2.306c.25.011.511-.026.754.017.654.924 1.296 1.859 1.946 2.786.001-.934-.001-1.869.001-2.803.243-.001.486-.002.73 0v4.251c-.219 0-.439.002-.658-.001-.676-.974-1.35-1.949-2.028-2.921-.002.974.001 1.948-.002 2.921h-.744V2.304zM4.174 8.383H6.15v.448c-.247.002-.494-.001-.741.002-.002.917.001 1.835-.002 2.752h-.503c-.003-.917 0-1.835-.002-2.753-.243-.002-.486.001-.73-.001a33.451 33.451 0 0 1 0-.448zM6.613 8.383c.169.003.34-.011.508.009-.009.689 0 1.378-.004 2.068a.758.758 0 0 0 .175.492.58.58 0 0 0 .821 0 .762.762 0 0 0 .175-.492c-.003-.69.002-1.38-.003-2.071.169-.013.338-.005.507-.006 0 .707.002 1.414-.001 2.12-.018.329-.113.693-.397.892a1.113 1.113 0 0 1-1.426-.036c-.255-.203-.334-.547-.354-.856-.003-.707-.001-1.414-.001-2.12zM9.547 8.403c.368-.048.772-.01 1.154-.018.358-.015.732.178.87.519.214.422.016.981-.405 1.189.184.498.375.994.559 1.492-.184 0-.367.002-.551-.001-.172-.464-.342-.93-.518-1.393l-.603.001c-.003.464 0 .929-.002 1.393h-.506c.002-1.061-.003-2.121.002-3.182m.505.485c-.001.262-.002.524 0 .786.242-.002.484.008.725-.006.268-.006.492-.344.321-.578-.237-.337-.703-.156-1.047-.202zM12.255 8.383c.168-.002.336-.002.505 0 .39.68.777 1.363 1.168 2.042.002-.681-.001-1.361.001-2.042.168-.002.336-.002.504 0 .001 1.067.002 2.135 0 3.202l-.446.001c-.413-.718-.812-1.443-1.226-2.16-.005.72 0 1.44-.002 2.16h-.505V8.384zM7.715 13.473c.403-.1.859.024 1.091.384.298.51.35 1.134.266 1.71-.063.424-.229.896-.636 1.101-.451.183-1.052.088-1.312-.36-.373-.73-.405-1.651-.01-2.38a.812.812 0 0 1 .602-.456m.039.53c-.192.096-.279.32-.329.518-.124.497-.11 1.052.141 1.508.192.303.715.27.854-.067.243-.546.254-1.211-.01-1.754-.117-.236-.425-.299-.656-.206zM9.805 13.498c.166-.002.332.001.498-.003.4.675.777 1.363 1.173 2.039.005-.679 0-1.357.003-2.036.168-.001.336-.002.505.001V16.7a9.773 9.773 0 0 1-.453-.002c-.405-.722-.812-1.443-1.221-2.162-.002.722 0 1.443-.001 2.164h-.505v-3.201zM5.775 18.501c.43.004.861-.015 1.291.014a.852.852 0 0 1 .751.545c.189.419-.015.949-.423 1.153.187.496.375.992.559 1.49-.182.002-.364 0-.547.001-.177-.463-.344-.93-.52-1.393-.202-.001-.404-.002-.606 0-.002.464 0 .928-.001 1.392l-.504.001c-.003-1.068-.001-2.135-.001-3.203m.507.506c-.002.262-.002.523 0 .785.341-.044.794.13 1.037-.189.184-.229-.033-.576-.303-.591-.244-.013-.49-.004-.734-.005zM8.484 18.501h1.888v.506c-.461.001-.921-.001-1.382.001-.001.262-.002.523 0 .785.311.002.621-.001.932.001v.516c-.311.002-.622-.001-.933.002-.003.289.004.578-.004.867.495.02.991.002 1.486.009v.516c-.663.001-1.326.002-1.989 0v-3.202zM11.001 18.501c.465.011.934-.03 1.397.033.326.103.535.422.648.728a2.514 2.514 0 0 1-.069 1.822c-.169.302-.444.606-.816.617-.386.007-.772 0-1.159.003C10.996 20.636 11 19.568 11 18.5m.507.507a527.56 527.56 0 0 0 0 2.179c.25-.011.511.034.752-.045.237-.134.333-.419.375-.674.056-.429.052-.913-.197-1.284-.222-.281-.624-.146-.93-.176z"/><path fill="#fffffe" d="M1.068.178c.09-.012.18-.019.27-.02C6.865.16 12.393.156 17.92.16c.588-.031 1.131.469 1.16 1.053.001 7.176-.001 14.353.001 21.53.03.498-.327.985-.802 1.126-.291.066-.591.043-.887.047-5.379-.001-10.759.002-16.138-.002-.585.029-1.12-.468-1.153-1.046V1.214C.133.707.555.23 1.068.178M.986.424a.913.913 0 0 0-.656.829v21.574c.015.472.453.88.928.857 5.553.002 11.106.002 16.66 0 .476.024.916-.384.932-.858V1.252c-.012-.476-.454-.89-.932-.865C12.446.385 6.973.387 1.501.386a2.106 2.106 0 0 0-.514.036z"/><path fill="#fffffe" d="M1.107.909a.755.755 0 0 1 .19-.023C6.838.887 12.38.885 17.921.887c.226-.015.44.179.431.408v21.493c.006.227-.207.412-.429.4-5.543.004-11.085.001-16.628.002-.235.024-.475-.16-.467-.405V1.296A.4.4 0 0 1 1.107.91m10.344 1.346c-.748.055-1.322.706-1.453 1.417-.212.903-.053 2.004.697 2.62.651.52 1.702.435 2.251-.197.729-.952.742-2.399-.013-3.34a1.658 1.658 0 0 0-1.481-.5m-5.938.05v4.252h.744c.002-.974 0-1.948.002-2.921.678.972 1.352 1.947 2.028 2.921.219.002.438.001.658.001V2.308a44.409 44.409 0 0 0-.73 0c-.002.934 0 1.869-.001 2.803-.651-.927-1.292-1.862-1.946-2.786-.243-.043-.504-.006-.754-.017M4.174 8.383c-.002.15-.002.299 0 .448.243.002.486 0 .73.001.002.918-.001 1.835.002 2.753h.503c.003-.917 0-1.835.002-2.752.247-.003.494 0 .741-.002v-.448c-.659-.002-1.318-.001-1.976 0m2.437 0c0 .707-.002 1.414.001 2.12.019.309.099.654.354.856a1.113 1.113 0 0 0 1.426.036c.284-.199.379-.564.397-.892.003-.707.001-1.413.001-2.12-.169.001-.339-.007-.507.006.005.69 0 1.38.003 2.071a.758.758 0 0 1-.175.492.578.578 0 0 1-.821 0 .758.758 0 0 1-.175-.492c.004-.69-.004-1.379.004-2.068-.169-.02-.339-.006-.508-.009m2.934.02c-.006 1.061-.001 2.121-.002 3.182h.506c.002-.464-.002-.929.002-1.393l.603-.001c.176.463.345.928.518 1.393.184.003.367.002.551.001-.184-.498-.374-.994-.559-1.492.421-.208.619-.767.405-1.189-.138-.341-.512-.533-.87-.519-.382.008-.786-.03-1.154.018m2.708-.02a1708.8 1708.8 0 0 0 0 3.202h.505c.002-.72-.003-1.44.002-2.16.414.717.813 1.443 1.226 2.16l.446-.001c.002-1.067.001-2.135 0-3.202a42.336 42.336 0 0 0-.504 0c-.002.681 0 1.361-.001 2.042-.391-.679-.778-1.362-1.168-2.042a21.253 21.253 0 0 0-.505 0m-4.541 5.091a.81.81 0 0 0-.602.456c-.395.729-.363 1.65.01 2.38.26.448.861.543 1.312.36.407-.205.573-.677.636-1.101.084-.576.032-1.2-.266-1.71-.231-.36-.688-.484-1.091-.384m2.091.024v3.201h.505c.001-.721-.001-1.443.001-2.164.409.72.816 1.44 1.221 2.162.151.004.302.003.453.002v-3.201a28.355 28.355 0 0 0-.505-.001c-.003.679.002 1.358-.003 2.036-.396-.677-.774-1.365-1.173-2.039-.166.004-.332.001-.498.003m-4.031 5.004c0 1.067-.002 2.135.001 3.203l.504-.001c.001-.464-.001-.928.001-1.392.202-.002.404-.002.606 0 .176.463.343.93.52 1.393.182 0 .364.001.547-.001-.184-.497-.372-.994-.559-1.49.407-.204.612-.734.423-1.153a.852.852 0 0 0-.751-.545c-.43-.029-.861-.009-1.291-.014m2.708 0v3.202c.663.002 1.326.002 1.989 0v-.516c-.495-.007-.992.011-1.486-.009.007-.289.001-.578.004-.867.311-.003.622 0 .933-.002v-.516c-.311-.002-.621.001-.932-.001-.002-.262-.001-.523 0-.785.461-.002.921 0 1.382-.001V18.5H8.486m2.515.001c0 1.068-.004 2.136.002 3.204.386-.004.773.004 1.159-.003.372-.011.647-.315.816-.617.256-.568.267-1.234.069-1.822-.114-.306-.323-.625-.648-.728-.463-.063-.932-.022-1.397-.033z"/><path fill="#fffffe" d="M11.528 3.017c.349-.074.75.049.939.365.352.615.338 1.403.044 2.037-.285.572-1.201.601-1.543.072-.384-.639-.387-1.502.011-2.135.133-.173.327-.319.55-.339zM10.052 8.888c.344.045.81-.135 1.047.202.17.234-.054.571-.321.578-.241.014-.483.004-.725.006a51.484 51.484 0 0 1 0-.786zM7.755 14.002c.231-.093.539-.031.656.206.264.542.253 1.207.01 1.754-.139.337-.662.37-.854.067-.252-.456-.266-1.011-.141-1.508.05-.198.137-.422.329-.518zM6.281 19.007c.244.002.49-.008.734.005.27.015.488.362.303.591-.244.319-.697.145-1.037.189a51.353 51.353 0 0 1 0-.785zM11.507 19.007c.306.031.708-.104.93.176.249.372.253.855.197 1.284-.042.255-.137.54-.375.674-.242.078-.502.033-.752.045a527.56 527.56 0 0 1 0-2.179z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-turn-on-red--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.504.068c6.195-.034 12.39-.033 18.586 0C14.895.065 8.699.064 2.504.068zM1.382.244c.154-.013.309-.009.464-.009h20.197c.271-.001.553-.007.808.102.488.193.85.688.88 1.211 0 6.954-.001 13.909.001 20.864.046.758-.633 1.466-1.395 1.449-6.941.002-13.882.001-20.822 0-.717.023-1.369-.592-1.412-1.301L.102 1.735C.04 1.005.649.291 1.382.244m-.001.291C.814.576.352 1.136.388 1.698c.002 6.942 0 13.883.001 20.825.025.451.358.865.786 1.004.28.07.57.046.856.05 6.757-.001 13.515.002 20.272-.001.58.023 1.11-.474 1.142-1.049V1.585c-.024-.579-.555-1.087-1.14-1.062C15.449.519 8.592.523 1.736.521c-.118-.001-.237 0-.354.015z"/><path fill="#fffffe" d="M1.415 1.156a.983.983 0 0 1 .172-.016c6.906.002 13.812-.001 20.718.002.266-.009.517.211.521.48l.001 20.829c.01.292-.271.535-.558.505-6.906 0-13.813.001-20.72-.001a.51.51 0 0 1-.539-.505V1.658a.499.499 0 0 1 .407-.503M13.789 3.53c-.332.021-.641.181-.887.4-.425.431-.565 1.057-.562 1.645-.017.502.155.995.425 1.414.517.747 1.715.831 2.345.182.418-.445.561-1.075.558-1.67.025-.524-.176-1.035-.477-1.456-.332-.408-.886-.596-1.402-.515m-5.55.049v3.962h.694c.002-.908-.001-1.815.001-2.722.632.906 1.259 1.815 1.891 2.722h.611V3.579a77.067 77.067 0 0 0-.68 0c-.002.87.001 1.74-.002 2.61-.609-.869-1.213-1.741-1.822-2.61h-.694m-2.68 6.318v.555l.903.001.001 3.407h.625l.001-3.406c.306-.001.611.001.917-.001v-.555H5.558m3.017-.001v2.547a1.88 1.88 0 0 0 .217.884c.405.631 1.359.795 1.948.328.379-.243.512-.713.532-1.139.003-.873.001-1.746.001-2.619a65.104 65.104 0 0 0-.625 0c.001.861-.001 1.722.001 2.583a.944.944 0 0 1-.223.604c-.192.21-.513.243-.772.157-.284-.114-.437-.428-.452-.72V9.899a65.313 65.313 0 0 0-.626 0m3.629-.002v3.962h.625c.002-.575-.001-1.149.001-1.724h.75c.215.574.425 1.15.64 1.724h.68c-.229-.616-.463-1.23-.692-1.847.649-.306.808-1.247.316-1.762a1.133 1.133 0 0 0-.861-.345c-.486-.02-.973-.005-1.459-.009m3.351.001c.001 1.321-.001 2.642.001 3.963l.624-.001c.002-.894 0-1.788.001-2.682.507.893 1.01 1.788 1.516 2.681h.556V9.896a65.313 65.313 0 0 0-.626 0c-.001.842.001 1.684-.001 2.526-.485-.841-.962-1.686-1.447-2.527l-.624.001m-11.551 6.3c-.377.021-.762.235-.915.592-.487.897-.445 2.029.006 2.93.324.567 1.103.705 1.663.436.332-.162.516-.507.639-.838.244-.813.223-1.72-.138-2.495a1.19 1.19 0 0 0-1.256-.625m2.416.056v3.962h.625c.001-.893-.001-1.786.001-2.679.508.891 1.009 1.787 1.516 2.679h.555v-3.963h-.625c-.002.843.001 1.686-.001 2.528-.484-.842-.962-1.687-1.447-2.528h-.625m5.611.001v3.962h.625c.001-.575-.001-1.149.001-1.724a93.5 93.5 0 0 1 .749 0c.218.575.422 1.154.645 1.726.225-.004.45-.001.676-.002-.23-.617-.464-1.231-.694-1.848.508-.246.755-.909.523-1.424a1.05 1.05 0 0 0-.933-.673c-.53-.036-1.062-.011-1.593-.018m3.352.001v3.962h2.461v-.639c-.611-.001-1.223.001-1.834-.001v-1.083c.385-.002.769 0 1.154-.001v-.639c-.384-.001-.769.001-1.153-.001v-.973c.57-.001 1.14.001 1.71-.001v-.624h-2.336m3.114 0v3.963c.48-.001.961.005 1.441-.003.455-.013.788-.386 1-.752a3.098 3.098 0 0 0 .016-2.453c-.172-.314-.413-.658-.789-.727-.554-.051-1.111-.019-1.667-.027z"/><path fill="#fffffe" d="M13.899 4.232c.313-.05.658.074.823.356.325.574.311 1.31.034 1.899-.271.527-1.119.55-1.435.058a1.964 1.964 0 0 1-.078-1.832c.112-.261.368-.466.656-.481zM12.83 10.523c.291 0 .581-.007.871.004.313-.005.597.346.466.648-.084.161-.24.305-.43.311-.302.018-.604.005-.906.008-.003-.324-.001-.648-.001-.972zM3.961 16.847c.262-.07.582.009.721.257.312.599.316 1.318.125 1.955a.894.894 0 0 1-.34.51c-.275.142-.669.077-.829-.206-.309-.593-.318-1.307-.135-1.94.065-.24.208-.496.457-.577zM12.656 16.878c.298.003.597-.008.895.008.196.002.36.152.444.319.121.292-.143.628-.443.638-.298.017-.597.005-.896.008v-.973zM19.122 16.878c.277.007.556-.019.832.017.258.038.402.288.483.511a2.763 2.763 0 0 1-.014 1.652c-.096.214-.238.464-.495.498-.267.038-.537.013-.806.019v-2.697zM1.015 23.975c.048-.034.087-.026.118.025h-.101l-.017-.025z"/><path fill="#1a1919" d="M0 1.101C.233.611.668.17 1.22.077c.428-.011.856-.006 1.285-.009C8.7.064 14.895.065 21.091.068c.416-.001.832.006 1.248.004.737-.046 1.41.555 1.551 1.262v21.458c-.052.03-.06.069-.025.117-.184.477-.544.89-1.032 1.067-.049-.035-.089-.027-.12.024H1.134c-.031-.051-.07-.059-.118-.025a1.743 1.743 0 0 1-1.015-1V1.101M1.382.244C.649.291.041 1.005.102 1.735L.103 22.56c.042.71.695 1.324 1.412 1.301 6.941.001 13.882.002 20.822 0 .761.017 1.44-.691 1.395-1.449-.002-6.955 0-13.91-.001-20.864a1.428 1.428 0 0 0-.88-1.211c-.254-.109-.536-.103-.808-.102H1.846c-.155 0-.309-.004-.464.009z"/><path fill="#1a1919" d="M1.381.535c.118-.016.236-.016.354-.015C8.592.522 15.448.518 22.304.522c.585-.025 1.117.484 1.14 1.062v20.942c-.032.575-.561 1.072-1.142 1.049-6.757.003-13.515 0-20.272.001-.285-.004-.576.02-.856-.05a1.159 1.159 0 0 1-.786-1.004C.387 15.58.389 8.639.387 1.697.35 1.135.813.575 1.38.534m.035.622a.499.499 0 0 0-.407.503v20.792a.51.51 0 0 0 .539.505c6.907.002 13.814 0 20.72.001.288.03.568-.213.558-.505l-.001-20.829c-.003-.27-.255-.49-.521-.48-6.906-.003-13.812 0-20.718-.002a.903.903 0 0 0-.172.016z"/><path fill="#1a1919" d="M13.789 3.53c.515-.08 1.07.107 1.402.515.302.421.502.932.477 1.456.003.595-.14 1.225-.558 1.67-.63.649-1.828.565-2.345-.182-.27-.418-.442-.912-.425-1.414-.003-.587.137-1.214.562-1.645.246-.219.555-.378.887-.4m.11.702c-.288.015-.544.22-.656.481a1.961 1.961 0 0 0 .078 1.832c.316.492 1.165.469 1.435-.058.277-.59.292-1.325-.034-1.899-.165-.281-.51-.406-.823-.356zM8.239 3.579h.694c.609.869 1.213 1.742 1.822 2.61.003-.87 0-1.74.002-2.61h.68v3.962a62.22 62.22 0 0 1-.611 0c-.631-.906-1.259-1.816-1.891-2.722-.003.907 0 1.814-.001 2.722H8.24V3.579zM5.558 9.897h2.447v.555c-.306.002-.611 0-.917.001l-.001 3.406h-.625l-.001-3.407c-.301-.001-.602.001-.903-.001v-.555zM8.575 9.897h.626v2.623c.014.292.168.606.452.72.259.086.58.054.772-.157a.937.937 0 0 0 .223-.604c-.003-.861 0-1.722-.001-2.583h.625c0 .873.002 1.746-.001 2.619-.02.425-.154.896-.532 1.139-.589.467-1.543.303-1.948-.328a1.874 1.874 0 0 1-.217-.884V9.895zM12.205 9.897c.486.004.973-.011 1.459.009.321-.008.64.108.861.345.492.514.333 1.456-.316 1.762.229.616.463 1.231.692 1.847h-.68c-.215-.574-.425-1.15-.64-1.724h-.75c-.003.575.001 1.149-.001 1.724h-.625V9.898m.625.625c0 .324-.001.648.001.972.302-.004.604.009.906-.008.19-.006.346-.15.43-.311.131-.302-.153-.653-.466-.648-.29-.011-.581-.004-.871-.004zM15.556 9.897l.624-.001c.485.841.962 1.686 1.447 2.527.002-.842 0-1.684.001-2.526h.626v3.962h-.556c-.506-.894-1.009-1.788-1.516-2.681-.001.894.001 1.788-.001 2.682l-.624.001c-.002-1.321 0-2.642-.001-3.963zM4.005 16.196a1.19 1.19 0 0 1 1.256.625c.361.775.381 1.683.138 2.495-.123.332-.307.676-.639.838-.56.269-1.34.131-1.663-.436-.452-.902-.493-2.033-.006-2.93.152-.357.538-.572.915-.592m-.045.651c-.25.081-.392.337-.457.577-.182.633-.174 1.347.135 1.94.16.283.553.348.829.206a.894.894 0 0 0 .34-.51c.191-.637.186-1.356-.125-1.955-.14-.248-.459-.327-.721-.257zM6.42 16.252h.625c.484.841.963 1.686 1.447 2.528.002-.843 0-1.686.001-2.528h.625v3.963h-.555c-.507-.892-1.008-1.788-1.516-2.679-.003.893 0 1.786-.001 2.679h-.625v-3.962zM12.03 16.252c.531.007 1.063-.018 1.593.018.408.012.792.289.933.673.232.516-.015 1.179-.523 1.424.23.616.464 1.231.694 1.848-.225.001-.45-.002-.676.002-.223-.572-.428-1.152-.645-1.726a93.5 93.5 0 0 0-.749 0c-.002.575 0 1.149-.001 1.724h-.625v-3.962m.625.625v.973c.298-.003.597.01.896-.008.301-.01.564-.346.443-.638-.084-.167-.248-.317-.444-.319-.298-.016-.597-.005-.895-.008zM15.381 16.252h2.336v.624c-.57.002-1.139 0-1.71.001v.973l1.153.001v.639c-.385.001-.769-.001-1.154.001v1.083c.611.002 1.223 0 1.834.001v.639h-2.461v-3.962zM18.497 16.252c.555.008 1.112-.024 1.667.027.376.069.617.414.789.727a3.094 3.094 0 0 1-.016 2.453c-.212.366-.545.739-1 .752-.48.008-.96.001-1.441.003v-3.963m.626.627v2.697c.268-.006.539.019.806-.019.257-.034.399-.284.495-.498.181-.53.172-1.117.014-1.652-.08-.223-.225-.473-.483-.511-.276-.037-.555-.01-.832-.017z"/><path fill="#b0b0b0" opacity=".97" d="M23.864 22.909c-.035-.048-.027-.087.025-.117v.101l-.025.016z"/><path fill="#bbb" opacity=".96" d="M22.712 24c.031-.051.072-.059.12-.024l-.017.024h-.103z"/></symbol><symbol viewBox="0 0 21 24" id="regulatory--no-turn-on-red--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#434041" d="M.951 0h19.405c.113.033.227.07.338.111C13.944.094 7.194.117.444.1.612.059.781.027.951 0z"/><path fill="#232021" d="M0 .691C.086.464.17.157.444.1c6.75.017 13.5-.005 20.25.011.552.249.417.963.465 1.456-.074.731-.029 1.469.025 2.201a7.12 7.12 0 0 0-.047.911c-.021 5.705-.007 11.41-.012 17.115-.009.637.084 1.307-.189 1.906a4.476 4.476 0 0 1-.244.253c-6.251-.03-12.502-.009-18.753-.024-.611-.008-1.29.11-1.817-.281-.042-.065-.086-.128-.122-.196v-.031c.053-.138.095-.282.097-.431C.09 15.75.092 8.509.096 1.269.087 1.08.039.898 0 .714V.69m.308.377c.003 7.333 0 14.667.002 22-.003.149.076.279.142.408l.087.14c6.573.04 13.148.006 19.721.017.378.041.576-.378.548-.701.003-7.221-.001-14.441.002-21.662-.003-.233-.037-.462-.064-.693L20.57.504c-.035-.085-.072-.17-.106-.255-.537-.043-1.076-.018-1.613-.023C12.878.228 6.904.221.931.229.499.214.301.7.307 1.066z"/><path fill="#5e5b5c" d="M.308 1.067C.302.701.5.215.932.23 6.905.223 12.879.229 18.852.227c.537.005 1.076-.02 1.613.023.034.086.07.17.106.255-.498-.227-1.055-.151-1.584-.159-5.705 0-11.41.002-17.114-.001C1.432.356.931.254.563.564L.56.696C.565 7.84.561 14.983.562 22.127c.003.448-.017.897.026 1.344l.003.04a5.475 5.475 0 0 1-.137-.037c-.067-.128-.145-.259-.142-.408-.002-7.333.001-14.667-.002-22z"/><path fill="#979595" d="M.562.565c.368-.31.869-.208 1.31-.219 5.705.003 11.41.001 17.114.001.529.008 1.086-.068 1.584.159.059.023.118.047.176.072.027.231.061.46.064.693-.003 7.22.001 14.441-.002 21.662.028.323-.17.742-.548.701-6.574-.011-13.149.023-19.721-.017l-.087-.14.137.037a.437.437 0 0 0 .251.005c6.473-.014 12.948-.001 19.421-.007.295.005.429-.324.416-.576-.002-7.267-.003-14.534.001-21.801-.005-.209-.027-.477-.255-.563-.41-.175-.87-.116-1.304-.124C13.481.451 7.843.449 2.205.449 1.655.436 1.099.437.56.567z"/><path fill="#979595" d="M16.704 12.824c.498-.183 1.076-.047 1.603-.074.453.189.852.601.97 1.088.03.479.043.966-.011 1.443-.189.523-.65.98-1.219 1.05-.414.025-.828-.004-1.241.009-.215-.302-.11-.688-.132-1.032.022-.828-.042-1.661.031-2.485m.116.057c-.029.965-.003 1.932-.015 2.899-.002.113-.007.319.162.299.536-.027 1.11.093 1.616-.124.745-.644.77-1.889.218-2.662-.478-.62-1.311-.371-1.982-.412z"/><path fill="#d2d1d2" d="M.562.565C1.101.435 1.656.434 2.207.447 7.845.446 13.482.449 19.121.446c.434.009.893-.051 1.304.124.229.086.251.354.255.563-.004 7.267-.003 14.534-.001 21.801.012.252-.121.582-.416.576-6.473.006-12.948-.007-19.421.007l-.001-.041c6.204.032 12.41 0 18.614.016.322.008.646.006.961-.064.287-.424.185-.955.195-1.434-.001-6.931-.002-13.864.001-20.794-.007-.203-.091-.389-.174-.57C19.8.56 19.159.598 18.519.591L2.073.59C1.567.581 1.053.565.559.697L.562.565z"/><path fill="#fff" d="M.558.697C1.052.565 1.566.581 2.072.59 7.554.591 13.036.589 18.518.591c.64.007 1.281-.031 1.919.039.03 6.72.005 13.441.013 20.161-.01.879.029 1.76-.035 2.637-.316.07-.64.072-.961.064-6.205-.016-12.41.016-18.614-.016a.299.299 0 0 0-.253-.004c-.043-.447-.023-.896-.026-1.344C.56 14.984.564 7.841.559.697m12.573.675c-.847-.017-1.712.466-1.955 1.313-.578 1.213-.013 2.891 1.26 3.396.45.093.922.063 1.378.031.816-.205 1.362-.973 1.521-1.766.016-.423.029-.85-.01-1.273-.197-.632-.572-1.268-1.201-1.548a3.57 3.57 0 0 0-.993-.154m-7.16.126c-.092.7-.023 1.409-.044 2.113.023.819-.051 1.643.046 2.458.342.045.733.13 1.048-.049.127-.864-.019-1.754.077-2.626.701.842 1.307 1.764 2.039 2.58.265.233 1.005.279.976-.219.01-1.318.005-2.636.003-3.954.035-.48-.567-.321-.868-.352-.086.043-.172.086-.259.127-.109.724.027 1.455-.06 2.18a21.972 21.972 0 0 1-.322-.207c-.444-.616-.918-1.212-1.388-1.809-.275-.419-.832-.263-1.249-.241m1.508 6.308c-.09.801-.012 1.617-.039 2.424a.871.871 0 0 0 .714.947c.618.519 1.791.055 1.942-.731.374-.429.166-1.04.217-1.554-.039-.391.148-.922-.246-1.179a4.003 4.003 0 0 0-.618.059c-.045.751-.002 1.505-.054 2.255-.041.189-.166.346-.264.509a3.245 3.245 0 0 1-.786-.088c-.048-.786-.011-1.574-.021-2.361.074-.449-.596-.454-.846-.28m3.527-.074c-.284.061-.274.396-.273.624.021.87-.018 1.742.017 2.611-.002.406.489.507.794.369.158-.459.029-.963.086-1.439.168.001.336-.001.504-.004.126.453.321.884.529 1.304.171.325.602.158.89.14.116-.579-.425-1.018-.474-1.574.176-.329.534-.596.502-1.007-.095-.568-.612-1.084-1.211-1.052-.454.011-.914-.039-1.364.028m2.942.29c-.007.959.003 1.918-.005 2.876a.88.88 0 0 0 .102.438c.226-.005.453-.011.679-.02.158-.61.02-1.244.098-1.864.472.571.759 1.27 1.221 1.847.237.096.681.065.693-.27.013-1.042-.001-2.085.005-3.128-.225-.191-.52-.207-.793-.122-.035.565.002 1.132-.029 1.697-.518-.465-.752-1.15-1.203-1.665-.223-.151-.784-.166-.769.211M4.71 7.775l.092.062-.094-.003.007.488c.265-.001.53.009.792.055-.118.856-.027 1.729-.051 2.593-.102.541.931.52.855.001.025-.857-.029-1.717.026-2.573.245.009.489-.013.73-.059a25.303 25.303 0 0 1-.004-.551c-.775-.104-1.576-.086-2.353-.011m-1.879 4.964c-.534.176-.891.745-.9 1.298-.025.689-.106 1.508.46 2.02.605.604 1.835.412 2.155-.408.13-.523.455-1.068.193-1.608-.118-.533-.364-1.144-.936-1.31a4.773 4.773 0 0 0-.971.008m2.429.137c-.013 1.011-.007 2.022-.005 3.032-.022.38.507.589.767.348.126-.626.003-1.277.08-1.911.464.602.777 1.308 1.247 1.905.207.174.732.16.707-.207a87.867 87.867 0 0 0-.007-3.247c-.253-.055-.548-.131-.786.005-.154.524-.019 1.084-.084 1.623-.357-.499-.63-1.057-1.028-1.525-.219-.279-.629-.18-.893-.023m5.273.221c.003.937-.003 1.875.003 2.811-.027.375.517.608.753.329.117-.437.023-.903.059-1.352l.546-.007c.225.491.308 1.067.697 1.467.241.005.493.015.707-.114-.069-.548-.505-.973-.507-1.528.204-.26.419-.54.478-.872-.04-.614-.612-1.147-1.232-1.101-.398.012-.797-.015-1.195.011-.182.006-.338.17-.308.356m3.327-.359c-.188-.004-.188.229-.194.364.003.932-.001 1.864.001 2.795.013.164.021.452.245.449.6.021 1.2-.001 1.8.011.196-.007.488.007.55-.233.043-.199.087-.528-.171-.592-.508-.112-1.034-.007-1.548-.067.003-.19.005-.379.006-.569.32-.019.649.026.963-.049.154-.217.098-.528.01-.764-.299-.155-.662-.054-.986-.092.015-.154.032-.308.051-.461.415-.017.837.043 1.247-.039.288-.065.3-.437.216-.663-.106-.144-.318-.089-.472-.108-.572.017-1.147-.021-1.717.019m2.843.083c-.073.824-.009 1.657-.031 2.485.022.344-.082.73.132 1.032.414-.013.828.015 1.241-.009.568-.07 1.03-.527 1.219-1.05.055-.477.041-.964.011-1.443-.118-.487-.517-.899-.97-1.088-.527.027-1.105-.109-1.603.074m-7.089 4.287c-.898.336-1.737 1.035-1.953 2.005-.444 1.485.775 3.082 2.252 3.303a1.82 1.82 0 0 0 1.459.009c1.053-.184 1.991-1.011 2.262-2.053.27-.591.042-1.237-.193-1.796-.423-.788-1.212-1.344-2.07-1.556-.582.011-1.199-.104-1.756.088z"/><path fill="#fff" d="M12.869 2.443c.605-.269 1.387.314 1.328.967-.013.478.105 1.042-.275 1.416-.472.511-1.485.313-1.637-.398-.251-.679-.139-1.644.584-1.985zM2.88 13.778c.094-.275.507-.445.721-.196.509.502.437 1.353.037 1.9-.239-.009-.513.068-.725-.065a2.752 2.752 0 0 1-.033-1.639zM17.574 13.584c.232.008.465.013.696.035.161.031.132.231.168.353.056.505.134 1.105-.231 1.518a18.75 18.75 0 0 0-.668-.05c.002-.618-.044-1.24.034-1.856z"/><path fill="#eae9e9" d="M20.437.63c.083.181.166.368.174.57-.003 6.931-.001 13.863-.001 20.794-.009.479.093 1.01-.195 1.434.064-.878.025-1.758.035-2.637-.009-6.72.017-13.441-.013-20.161z"/><path fill="#4a4748" d="M0 .715c.039.184.087.366.096.555C.091 8.51.09 15.751.097 22.991a1.24 1.24 0 0 1-.097.431V.716z"/><path fill="#bcbbbb" d="M13.132 1.372a3.56 3.56 0 0 1 .993.154c.628.28 1.004.915 1.201 1.548.039.423.026.85.01 1.273-.158.793-.705 1.561-1.521 1.766-.456.032-.928.062-1.378-.031-1.273-.505-1.838-2.183-1.26-3.396.243-.847 1.108-1.33 1.955-1.313m-.008.129c-.593-.039-1.211.214-1.558.705-.602.889-.603 2.176.012 3.059.659.953 2.165 1.066 2.997.285.981-.989.946-2.833-.167-3.711-.355-.305-.834-.357-1.284-.338z"/><path fill="#b4b3b3" d="M5.972 1.497c.417-.021.974-.178 1.249.241.47.597.944 1.193 1.388 1.809l.283.425.18-.039c.143-.822-.145-1.699.178-2.486.301.031.903-.128.868.352.003 1.318.007 2.636-.003 3.954.029.499-.711.452-.976.219-.732-.816-1.338-1.738-2.039-2.58-.096.872.05 1.762-.077 2.626-.315.179-.706.094-1.048.049-.097-.816-.023-1.639-.046-2.458.021-.704-.048-1.413.044-2.113m.077.077c-.046 1.302-.005 2.607-.022 3.91.015.163-.026.359.085.495.269.049.544.015.81-.043.118-.862.004-1.736.068-2.603l.153-.096c.681.834 1.3 1.717 1.981 2.55.191.274.543.205.83.205.128-.986.023-1.99.056-2.984-.035-.476.084-.975-.076-1.435a6.142 6.142 0 0 1-.607-.007c-.237.874.035 1.828-.154 2.725a2.15 2.15 0 0 1-.529-.5c-.499-.679-1.029-1.334-1.534-2.009-.235-.356-.706-.196-1.06-.209z"/><path fill="#dbdada" d="M8.99 1.574c.087-.041.173-.084.259-.127-.323.787-.035 1.664-.178 2.486l-.18.039-.283-.425c.107.07.214.138.322.207.086-.725-.049-1.456.06-2.18z"/><path fill="#6f6d6d" d="M13.124 1.502c.45-.019.929.033 1.284.338 1.113.878 1.149 2.722.167 3.711-.832.781-2.338.668-2.997-.285-.615-.883-.614-2.17-.012-3.059.347-.491.965-.744 1.558-.705m-.53.15a1.885 1.885 0 0 0-1.232 1.209c-.142.872-.176 1.915.515 2.576.652.6 1.696.708 2.419.168.495-.332.704-.915.853-1.464.132-.708-.144-1.445-.579-1.998-.487-.57-1.29-.603-1.976-.492z"/><path fill="#646162" d="M6.05 1.573c.354.013.825-.147 1.06.209.505.675 1.035 1.33 1.534 2.009.142.199.328.36.529.5.189-.896-.083-1.851.154-2.725.015.748-.007 1.497.011 2.245a1.34 1.34 0 0 1-.157.69 2.685 2.685 0 0 1-.475-.441c-.56-.733-1.13-1.458-1.684-2.195-.199-.306-.592-.223-.9-.223-.007 1.403-.053 2.812.023 4.213.194-.007.388-.013.582-.015.147-.848-.007-1.714.076-2.566.016-.144.18-.185.275-.267.769.85 1.397 1.817 2.136 2.692.17.195.452.14.681.162.082-1.427.003-2.859.039-4.288.16.46.041.959.076 1.435-.033.993.072 1.998-.056 2.984-.287.001-.638.07-.83-.205-.681-.833-1.3-1.717-1.981-2.55l-.153.096c-.064.866.051 1.74-.068 2.603-.265.057-.54.092-.81.043-.111-.136-.07-.332-.085-.495.017-1.303-.024-2.607.022-3.91z"/><path fill="#221f20" d="M6.121 1.642c.308.001.701-.082.9.223.554.737 1.124 1.462 1.684 2.195.134.171.305.307.475.441a1.34 1.34 0 0 0 .157-.69c-.018-.748.005-1.497-.011-2.245.202.013.404.015.607.007-.035 1.429.043 2.861-.039 4.288-.229-.022-.511.033-.681-.162-.739-.875-1.366-1.842-2.136-2.692-.095.082-.259.122-.275.267-.084.852.071 1.719-.076 2.566-.195.002-.388.007-.582.015-.077-1.401-.031-2.81-.023-4.213zM12.594 1.652c.687-.111 1.489-.078 1.976.492.435.553.711 1.29.579 1.998-.149.55-.358 1.132-.853 1.464-.723.54-1.767.431-2.419-.168-.692-.66-.657-1.703-.515-2.576a1.887 1.887 0 0 1 1.232-1.209m.129.582c-.635.253-.892 1.001-.797 1.643-.128.906.802 1.78 1.702 1.465 1.133-.549 1.193-2.404.144-3.071-.333-.117-.705-.08-1.049-.037z"/><path fill="#292727" opacity=".62" d="M21.159 1.567l.033.12v1.995l-.008.086c-.053-.731-.098-1.469-.025-2.201z"/><path fill="#636061" d="M12.723 2.235c.344-.043.716-.08 1.049.037 1.05.667.989 2.522-.144 3.071-.9.315-1.83-.559-1.702-1.465-.096-.641.162-1.39.797-1.643m.2.069c-1.243.382-1.227 2.547.015 2.937.599.168 1.28-.289 1.352-.905a3.67 3.67 0 0 0-.036-1.334 1.138 1.138 0 0 0-1.331-.699z"/><path fill="#b9b7b8" d="M12.923 2.304a1.136 1.136 0 0 1 1.331.699c.099.436.1.892.036 1.334-.072.616-.753 1.073-1.352.905-1.243-.39-1.258-2.555-.015-2.937m-.054.138c-.723.341-.836 1.306-.584 1.985.151.711 1.165.91 1.637.398.38-.374.263-.938.275-1.416.059-.654-.723-1.236-1.328-.967z"/><path fill="#413f3f" d="M21.184 3.768l.008-.086v19.735c-.083.097-.17.189-.257.283.273-.599.18-1.269.189-1.906.005-5.705-.009-11.41.012-17.115a7.12 7.12 0 0 1 .047-.911z"/><path fill="#bdbcbc" d="M7.479 7.806c.25-.174.919-.168.846.28.009.787-.027 1.575.021 2.361.257.063.521.089.786.088l-.039.057c-.304.289-.863-.009-.887-.4-.073-.78.049-1.568-.069-2.345a10.79 10.79 0 0 1-.568-.013c-.079.752-.034 1.51-.039 2.264-.023.435.286.769.585 1.042l.039.037a.872.872 0 0 1-.714-.947c.027-.807-.051-1.623.039-2.424z"/><path fill="#cfcfcf" d="M11.005 7.733c.451-.067.911-.017 1.364-.028.599-.033 1.116.484 1.211 1.052.032.411-.326.679-.502 1.007.049.556.59.995.474 1.574-.288.019-.719.185-.89-.14a7.596 7.596 0 0 1-.529-1.304 21.17 21.17 0 0 1-.504.004c-.057.477.073.98-.086 1.439-.305.138-.796.037-.794-.369-.035-.869.004-1.741-.017-2.611-.001-.227-.011-.563.273-.624m-.077.689c.051.947-.092 1.911.078 2.847.154-.003.31-.001.464.003.117-.459.05-.936.064-1.404.208-.057.424-.073.638-.065.221.426.375.882.581 1.314.099.281.452.128.673.144-.019-.574-.405-1.042-.509-1.597.447-.312.682-.969.296-1.423-.497-.616-1.349-.441-2.04-.451-.318.01-.231.419-.246.631z"/><path fill="#969495" d="M13.947 8.023c-.015-.377.546-.362.769-.211.451.515.685 1.2 1.203 1.665.031-.566-.006-1.132.029-1.697.273-.085.568-.068.793.122-.006 1.043.007 2.086-.005 3.128-.013.335-.457.366-.693.27-.461-.577-.749-1.276-1.221-1.847-.078.62.06 1.254-.098 1.864-.227.009-.453.015-.679.02a.88.88 0 0 1-.102-.438c.007-.958-.003-1.917.005-2.876m.243-.113c-.029 1.05.055 2.105-.073 3.149l.367.028c.126-.654.02-1.329.06-1.992.133.041.296.047.392.162.382.585.725 1.198 1.126 1.771.065.13.206.16.336.185.179-1.08.034-2.194.08-3.288-.143-.063-.295-.038-.441-.001-.031.618.042 1.241-.046 1.856a6.585 6.585 0 0 1-.15.035c-.429-.578-.743-1.236-1.194-1.798-.1-.156-.302-.091-.457-.106z"/><path fill="#a8a6a6" d="M4.71 7.775c.777-.075 1.578-.092 2.353.011-.001.184.001.367.004.551a3.253 3.253 0 0 1-.73.059c-.055.856-.001 1.716-.026 2.573.076.519-.957.541-.855-.001.023-.863-.067-1.737.051-2.593.165.944-.031 1.909.114 2.857.199 0 .523.014.507-.272.019-.88.012-1.763.062-2.643.243-.057.495-.067.743-.076l-.013-.375c-.704-.064-1.412-.011-2.117-.03l-.092-.062z"/><path fill="#b0afaf" d="M9.45 7.772c.204-.037.41-.053.618-.059.139.903.091 1.826.029 2.733-.151.787-1.324 1.251-1.942.731l-.039-.037c.732.386 1.848-.019 1.923-.907.035-.8.054-1.607-.023-2.405a6.062 6.062 0 0 1-.486.009c-.058.731.009 1.465-.033 2.195-.002.255-.211.427-.402.56l.039-.057c.098-.163.223-.32.264-.509.052-.75.009-1.504.054-2.255z"/><path fill="#dad9d9" d="M10.068 7.713c.394.257.207.788.246 1.179-.051.515.157 1.125-.217 1.554.062-.907.11-1.83-.029-2.733z"/><path fill="#817f80" d="M10.928 8.422c.015-.213-.072-.621.246-.631.691.01 1.544-.166 2.04.451.386.454.151 1.11-.296 1.423.104.556.489 1.024.509 1.597-.221-.015-.574.138-.673-.144-.206-.433-.36-.888-.581-1.314a2.075 2.075 0 0 0-.638.065c-.014.468.053.945-.064 1.404a8.973 8.973 0 0 0-.464-.003c-.17-.936-.027-1.9-.078-2.847m.151-.516c-.023 1.076-.053 2.157.015 3.231l.302-.016c.072-.444-.075-.937.114-1.35.272-.095.739-.161.881.174.183.386.33.788.496 1.181l.322.007c.012-.524-.287-.993-.491-1.461.195-.219.494-.392.527-.711.053-.302-.034-.664-.321-.819-.547-.372-1.231-.203-1.846-.236z"/><path fill="#656162" d="M4.801 7.836c.705.019 1.413-.034 2.117.03-.673.071-1.35.015-2.026.042l-.074.285c.286.049.834-.083.818.358.034.826-.011 1.653.011 2.48.129-.015.259-.021.389-.02.028-.877-.045-1.758.031-2.633l.12-.062c-.049.88-.042 1.763-.062 2.643.016.286-.308.272-.507.272-.144-.947.051-1.913-.114-2.857a4.56 4.56 0 0 0-.792-.055l-.007-.488.094.003z"/><path fill="#727070" d="M7.57 7.834c.189.009.378.013.568.013.118.777-.004 1.566.069 2.345.024.39.583.689.887.4.191-.133.4-.305.402-.56.042-.731-.025-1.465.033-2.195.162.004.324.001.486-.009.078.798.058 1.606.023 2.405-.074.888-1.191 1.293-1.923.907-.299-.272-.608-.607-.585-1.042.005-.755-.039-1.512.039-2.264m.09.266c-.03.62-.001 1.242-.013 1.863-.016.443.212.91.64 1.078.659.451 1.677-.165 1.668-.945.024-.725.043-1.455-.034-2.179l-.298-.011c-.095.79.037 1.594-.068 2.381-.171.275-.463.55-.798.577-.396-.106-.736-.478-.758-.899-.039-.695.055-1.397-.051-2.087-.106.051-.3.061-.287.222z"/><path fill="#343132" d="M4.893 7.909c.675-.027 1.352.029 2.026-.042l.013.375c-.249.009-.5.018-.743.076l-.12.062c-.077.875-.003 1.756-.031 2.633-.13-.001-.26.005-.389.02-.023-.827.023-1.655-.011-2.48.015-.441-.532-.308-.818-.358l.074-.285z"/><path fill="#272425" d="M7.659 8.1c-.013-.161.18-.171.287-.222.106.691.013 1.393.051 2.087.022.42.362.792.758.899.335-.027.627-.301.798-.577.106-.787-.027-1.59.068-2.381l.298.011c.078.723.058 1.453.034 2.179.009.78-1.009 1.396-1.668.945-.429-.168-.656-.635-.64-1.078.013-.621-.017-1.243.013-1.863zM16.821 12.88c.671.041 1.504-.208 1.981.412.552.773.527 2.018-.218 2.662-.507.217-1.08.097-1.616.124-.17.02-.164-.186-.162-.299.012-.967-.014-1.933.015-2.899m.515.389c-.145.019-.134.191-.146.3-.018.535.001 1.072-.009 1.607.005.208-.018.495.221.585.361.133.779-.005 1.078-.222.162-.343.332-.716.325-1.102-.1-.429-.199-.966-.652-1.16-.265-.072-.549-.057-.817-.009z"/><path fill="#2a2728" d="M11.08 7.907c.616.033 1.3-.136 1.846.236.287.155.374.517.321.819-.033.318-.332.492-.527.711.203.467.503.937.491 1.461a35.354 35.354 0 0 0-.322-.007c-.166-.392-.314-.795-.496-1.181-.142-.335-.609-.269-.881-.174-.189.413-.042.907-.114 1.35l-.302.016c-.068-1.074-.037-2.155-.015-3.231m.482.52c-.074.262-.036.548-.015.816.423.061.878.053 1.195-.272-.026-.147.051-.345-.095-.443-.346-.034-.694.022-1.041-.002.273-.06.637.095.85-.126-.293.005-.619-.066-.894.027z"/><path fill="#262324" d="M14.191 7.91c.154.015.356-.05.457.106.451.562.765 1.22 1.194 1.798l.15-.035c.088-.614.015-1.238.046-1.856.146-.037.298-.062.441.001-.045 1.094.1 2.208-.08 3.288-.13-.025-.271-.054-.336-.185-.401-.573-.744-1.186-1.126-1.771-.096-.115-.259-.12-.392-.162-.04.663.066 1.337-.06 1.992l-.367-.028c.128-1.045.044-2.099.073-3.149zM5.517 13.099c-.045-.237.217-.243.38-.245.437.497.78 1.086 1.068 1.68.044.231.258.348.48.264.207-.612-.063-1.29.181-1.903.138.271.178.576.162.876-.026.727.025 1.455-.031 2.181-.134.025-.268.05-.402.077-.342-.675-.816-1.272-1.151-1.949-.152-.082-.233.097-.225.225-.022.588.007 1.176-.014 1.764l-.404.023c-.104-.991-.021-1.996-.044-2.993z"/><path fill="#f7f7f7" d="M11.563 8.427c.275-.093.601-.021.894-.027-.213.221-.576.067-.85.126.347.024.695-.032 1.041.002.146.098.069.295.095.443-.318.326-.772.333-1.195.272-.021-.269-.059-.554.015-.816z"/><path fill="#c0bfc0" d="M2.831 12.741c.322-.041.648-.033.971-.008.572.166.818.777.936 1.31.262.54-.063 1.084-.193 1.608-.32.821-1.55 1.013-2.155.408-.566-.512-.485-1.331-.46-2.02.009-.553.366-1.121.9-1.298m.2.062c-.574.107-.933.693-1.003 1.239-.02.53-.08 1.104.198 1.583.288.625 1.15.878 1.727.497.56-.292.648-.986.707-1.55-.036-.565-.121-1.213-.6-1.585-.273-.265-.685-.192-1.03-.185z"/><path fill="#abaaaa" d="M5.261 12.878c.264-.158.674-.257.893.023.398.468.671 1.026 1.028 1.525.064-.539-.07-1.098.084-1.623.238-.136.533-.06.786-.005.028 1.082.019 2.165.007 3.247.025.368-.501.381-.707.207-.47-.598-.784-1.303-1.247-1.905-.077.634.046 1.284-.08 1.911-.26.241-.789.032-.767-.348-.003-1.01-.009-2.021.005-3.032m.254.221c.023.997-.06 2.002.044 2.993.135-.009.269-.016.404-.023.021-.588-.008-1.176.014-1.764-.007-.128.073-.306.225-.225.335.677.81 1.274 1.151 1.949.171.14.384.138.574.037.009-1.066.025-2.133-.009-3.198a2.134 2.134 0 0 0-.592.035c-.009.549.007 1.098-.014 1.647l-.35-.017c-.287-.594-.631-1.183-1.068-1.68-.164.002-.425.008-.38.245z"/><path fill="#acaaaa" d="M10.532 13.099c-.031-.186.126-.35.308-.356.398-.027.796.001 1.195-.011.62-.045 1.192.487 1.232 1.101-.059.333-.274.612-.478.872.001.555.438.979.507 1.528-.214.13-.466.12-.707.114-.389-.4-.471-.975-.697-1.467l-.546.007c-.035.449.058.915-.059 1.352-.236.279-.78.046-.753-.329-.006-.937.001-1.874-.003-2.811m.268-.225a103.764 103.764 0 0 0-.001 3.205l.396-.001c.022-.392-.013-.786.019-1.177.181-.23.554-.077.816-.099.194.432.344.883.577 1.297.166 0 .48.003.392-.254-.122-.409-.406-.765-.427-1.209.489-.316.659-1.157.13-1.506-.537-.443-1.27-.205-1.903-.257z"/><path fill="#bebebe" d="M13.86 12.74c.571-.04 1.145-.001 1.717-.019.154.019.366-.035.472.108.084.225.072.598-.216.663-.41.082-.832.023-1.247.039-.019.153-.036.307-.051.461.324.038.687-.063.986.092.088.236.144.547-.01.764-.314.076-.643.031-.963.049-.001.19-.003.379-.006.569.515.06 1.04-.045 1.548.067.258.064.214.394.171.592-.061.24-.354.226-.55.233-.6-.012-1.2.011-1.8-.011-.224.003-.233-.284-.245-.449-.003-.931.001-1.863-.001-2.795.006-.136.006-.368.194-.364m-.072.108c-.079.773-.017 1.552-.038 2.328.013.318-.051.655.074.957.128.118.323.074.482.089.528-.019 1.058.022 1.584-.017.269-.056.333-.421.096-.567-.519-.127-1.086.09-1.586-.145.003-.207.006-.414.007-.621.358-.086.729-.039 1.088-.108-.011-.2.062-.457-.121-.6-.25-.045-.507.001-.757-.042-.308-.08-.278-.554-.084-.725.465-.107.952-.01 1.426-.061.035-.164.039-.332.023-.498-.729-.048-1.466-.064-2.193.009z"/><path fill="#797677" d="M3.03 12.803c.345-.007.756-.08 1.03.185.479.372.564 1.02.6 1.585-.059.564-.146 1.257-.707 1.55-.578.381-1.439.128-1.727-.497-.277-.479-.218-1.053-.198-1.583.07-.546.429-1.132 1.003-1.239m-.125.129c-.855.475-.992 1.674-.625 2.504.158.592.949.947 1.483.631.472-.168.701-.688.726-1.158.051-.61.031-1.321-.439-1.774-.291-.304-.767-.315-1.145-.203z"/><path fill="#7a7878" d="M13.787 12.847c.727-.073 1.464-.057 2.193-.009.017.166.012.334-.023.498-.474.051-.961-.046-1.426.061-.194.171-.224.645.084.725.25.043.507-.003.757.042.183.143.11.4.121.6-.36.068-.731.021-1.088.108-.001.207-.004.414-.007.621.501.235 1.067.018 1.586.145.237.146.173.511-.096.567-.527.039-1.056-.002-1.584.017-.159-.015-.354.029-.482-.089-.124-.302-.061-.639-.074-.957.021-.776-.041-1.555.038-2.328m.086.081a29.3 29.3 0 0 0-.006 3.08c.707.074 1.45.136 2.145-.023-.239-.482-.919-.128-1.348-.244-.491-.008-.504-.588-.391-.939.376-.116.773-.043 1.155-.122.095-.5-.491-.306-.784-.374-.558-.015-.599-1.094-.001-1.045.421-.015.844.022 1.265-.034-.005-.102-.011-.203-.015-.305a11.825 11.825 0 0 0-2.018.006z"/><path fill="#272525" d="M2.906 12.933c.378-.112.853-.101 1.145.203.47.453.49 1.165.439 1.774-.025.47-.254.99-.726 1.158-.533.316-1.324-.039-1.483-.631-.367-.83-.23-2.029.625-2.504m.195.337c-.451.249-.602.83-.653 1.306.095.509.259 1.243.909 1.245.621-.108.842-.827.759-1.381.086-.576-.325-1.405-1.015-1.171z"/><path fill="#5a5858" d="M7.329 12.905c.195-.041.394-.051.592-.035.034 1.065.018 2.132.009 3.198-.191.101-.403.103-.574-.037.134-.027.268-.052.402-.077.056-.726.005-1.454.031-2.181a1.714 1.714 0 0 0-.162-.876c-.244.613.025 1.291-.181 1.903-.222.084-.436-.033-.48-.264l.35.017c.021-.548.005-1.098.014-1.647z"/><path fill="#292627" d="M10.799 12.874c.633.052 1.366-.186 1.903.257.529.348.359 1.19-.13 1.506.021.443.305.8.427 1.209.088.257-.226.254-.392.254-.233-.414-.383-.865-.577-1.297-.262.022-.635-.131-.816.099-.033.391.003.785-.019 1.177l-.396.001c-.016-1.068-.016-2.137.001-3.205m.52.396c-.251.201-.183.713-.04.984.383.172.939.135 1.243-.193.217-.317-.068-.767-.423-.805a3.283 3.283 0 0 0-.78.014z"/><path fill="#2d2a2b" d="M13.872 12.929c.67-.064 1.348-.057 2.018-.006l.015.305c-.42.056-.844.019-1.265.034-.598-.049-.556 1.03.001 1.045.293.069.879-.126.784.374-.382.078-.78.005-1.155.122-.113.351-.1.931.391.939.43.116 1.109-.238 1.348.244-.695.159-1.438.098-2.145.023a29.3 29.3 0 0 1 .006-3.08z"/><path fill="#737071" d="M3.101 13.27c.69-.235 1.101.595 1.015 1.171.083.554-.138 1.274-.759 1.381-.65-.003-.814-.737-.909-1.245.051-.476.202-1.058.653-1.306m.084.075c-.374.142-.461.563-.561.904-.147.441.126.862.228 1.281.266.098.6.213.843.001.424-.389.37-1.03.29-1.545-.119-.324-.394-.758-.8-.64z"/><path fill="#6c6a6a" d="M11.32 13.271c.257-.039.521-.037.78-.014.355.038.64.488.423.805-.304.328-.86.365-1.243.193-.143-.271-.211-.784.04-.984m-.019.095c-.027.245-.13.54.045.753.36.154.788.07 1.118-.124-.003-.119-.003-.237-.005-.356-.255-.401-.754-.327-1.157-.273z"/><path fill="#625f60" d="M17.336 13.269c.268-.048.552-.064.817.009.453.194.552.731.652 1.16.007.386-.162.759-.325 1.102-.3.217-.717.355-1.078.222-.239-.09-.215-.377-.221-.585.011-.535-.009-1.072.009-1.607.012-.109.001-.281.146-.3m.203.063c-.287-.021-.267.302-.269.503.007.491-.004.982.003 1.473-.006.129.04.297.198.3.316.027.729.086.955-.191.217-.457.29-.987.126-1.473-.037-.485-.586-.708-1.013-.611z"/><path fill="#b7b6b6" d="M3.185 13.346c.406-.118.681.316.8.64.08.515.134 1.156-.29 1.545-.243.213-.577.097-.843-.001-.102-.418-.375-.84-.228-1.281.1-.341.187-.762.561-.904m-.305.433a2.76 2.76 0 0 0 .033 1.639c.213.132.487.056.725.065.399-.547.471-1.398-.037-1.9-.215-.249-.627-.08-.721.196z"/><path fill="#aaa8a9" d="M11.301 13.366c.403-.053.903-.128 1.157.273a2.163 2.163 0 0 0-1.078-.171c-.011.18-.026.36-.044.54.376.011.752.002 1.128-.013-.33.194-.758.277-1.118.124-.175-.213-.072-.508-.045-.753z"/><path fill="#a7a5a5" d="M17.539 13.333c.427-.097.975.126 1.013.611.164.486.091 1.016-.126 1.473-.227.277-.639.219-.955.191-.158-.002-.204-.17-.198-.3-.007-.491.005-.981-.003-1.473.003-.201-.017-.524.269-.503m-.158.311c-.061.602-.011 1.213-.021 1.819.275.097.566.085.848.029.365-.413.287-1.013.231-1.518-.036-.122-.007-.322-.168-.353-.231-.221-.749-.359-.889.023z"/><path fill="#fcfcfc" d="M11.38 13.468c.369-.027.74.015 1.078.171l.005.356c-.376.015-.752.023-1.128.013.018-.179.033-.359.044-.54z"/><path fill="#dcdadb" d="M17.381 13.643c.14-.382.658-.245.889-.023-.231-.021-.464-.027-.696-.035-.078.616-.032 1.237-.034 1.856.223.013.445.029.668.05-.282.056-.573.068-.848-.029.009-.606-.04-1.217.021-1.819z"/><path fill="#f28981" d="M9.614 17.112c.558-.193 1.175-.078 1.756-.088.858.212 1.647.767 2.07 1.556.235.56.463 1.205.193 1.796-.271 1.042-1.209 1.869-2.262 2.053a1.82 1.82 0 0 1-1.459-.009c-1.476-.221-2.695-1.818-2.252-3.303.217-.97 1.056-1.669 1.953-2.005m.707.032c-1.019.134-2.028.748-2.401 1.741a2.512 2.512 0 0 0 .657 2.689c.83.765 2.057.889 3.111.608 1.081-.361 1.952-1.418 1.83-2.596-.064-1.56-1.733-2.619-3.197-2.443z"/><path fill="#eb413b" d="M10.32 17.144c1.463-.176 3.133.882 3.197 2.443.122 1.178-.749 2.235-1.83 2.596-1.054.281-2.28.157-3.111-.608a2.512 2.512 0 0 1-.657-2.689c.373-.993 1.383-1.606 2.401-1.741z"/><path fill="#bebdbe" d="M.586 23.472a.299.299 0 0 1 .253.004l.001.041a.438.438 0 0 1-.251-.005l-.003-.04z"/><path fill="#322e30" opacity=".93" d="M.122 23.648c.527.39 1.206.273 1.817.281 6.251.015 12.502-.006 18.753.024l-.053.047H.441a2.522 2.522 0 0 1-.318-.352z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-turns--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#070707" opacity=".3" d="M2.811 0h20.237l-.076.035C16.789.069 10.603.027 4.419.047 3.856.04 3.292.063 2.729.034l.081-.035z"/><path fill="#1a1919" d="M0 1.181C.202.69.557.189 1.098.055c.543-.031 1.088 0 1.632-.021.563.029 1.126.006 1.69.013 6.184-.02 12.37.022 18.553-.012.468.198.84.582 1.027 1.053v21.829c-.159.485-.546.865-.999 1.083H1.046a1.956 1.956 0 0 1-1.045-1.136V1.181M1.252.161C.635.265.145.854.122 1.473v21.101c.023.57.439 1.1.98 1.276.23.058.468.07.704.067 6.891-.004 13.782.003 20.673-.004.735.03 1.404-.608 1.431-1.337V1.472C23.886.741 23.215.099 22.478.129 15.603.123 8.728.129 1.854.126a3.278 3.278 0 0 0-.602.035z"/><path fill="#1a1919" d="M21.404.451c.558-.012 1.164-.089 1.678.181.238.182.426.45.483.747.041.426.022.855.012 1.283-.001 6.654.001 13.309-.001 19.963-.07.594-.67.98-1.24.955-6.732.008-13.465.002-20.197.003-.472-.009-1.021.017-1.388-.333-.331-.324-.312-.818-.298-1.245.002-6.004 0-12.008.001-18.012.017-.84-.088-1.682.018-2.52C.535.966.915.442 1.474.468c6.643-.023 13.287.01 19.93-.016m-19.965.607c-.239.035-.405.274-.402.507v20.295c.001.279-.038.564.031.838.123.262.43.303.688.303 6.829-.005 13.658.001 20.486-.003.299.018.691-.082.751-.423.003-6.653-.002-13.307.003-19.961-.017-.451.162-.954-.113-1.359-.092-.183-.316-.215-.499-.214H1.947c-.17.002-.341-.012-.509.017z"/><path fill="#1a1919" d="M14.796 3.963c.587-.078 1.264-.038 1.718.387.271.231.501.518.618.858.522 1.218.536 2.612.172 3.876a3.616 3.616 0 0 1-.542 1.073c-.451.529-1.191.714-1.862.62-.769-.04-1.42-.647-1.65-1.36-.449-1.133-.483-2.404-.188-3.58.111-.465.332-.899.614-1.282a1.884 1.884 0 0 1 1.119-.592m.239 1.044c-.419.033-.698.413-.84.774-.374 1.103-.385 2.363.125 3.426.188.374.623.573 1.032.512.442-.018.755-.413.891-.8.358-1.085.377-2.321-.121-3.367-.18-.415-.653-.614-1.086-.545zM6.849 4.037h1.037c.799 1.412 1.591 2.83 2.392 4.241.004-1.413 0-2.827.002-4.24h1.037v6.652h-.906c-.843-1.494-1.679-2.991-2.523-4.483-.003 1.494 0 2.989-.001 4.483H6.85V4.038zM20.004 14.773c.831-.443 1.994-.012 2.277.904-.266.079-.533.155-.8.23-.23-.54-1.058-.612-1.392-.143-.193.241-.203.674.082.847.54.2 1.186.149 1.648.54.524.368.766 1.068.633 1.688-.165.637-.724 1.187-1.398 1.231-.907.128-1.833-.456-2.147-1.309.261-.099.523-.196.784-.294.206.468.691.827 1.219.761.497.002.874-.549.706-1.012-.104-.231-.3-.432-.547-.502-.501-.162-1.05-.209-1.505-.494-.406-.383-.567-1.012-.366-1.538.154-.382.427-.731.806-.909zM1.562 14.683H4.8v.75H3.597v4.571h-.83v-4.571H1.563v-.749zM5.452 14.683h.829c0 1.158.002 2.315-.001 3.474-.006.289.11.572.288.796.248.283.673.34 1.017.223.389-.148.595-.58.613-.975v-3.518c.277-.002.553-.001.829 0l.001 3.471c.001.417-.109.837-.324 1.195-.349.474-.938.771-1.53.738a1.807 1.807 0 0 1-1.392-.725 2.342 2.342 0 0 1-.331-1.207c.002-1.157 0-2.314.001-3.471zM9.933 14.683c.57 0 1.141-.002 1.711.001.37.017.77.023 1.085.245.635.379.868 1.281.518 1.929-.121.3-.384.503-.656.659.302.83.612 1.658.915 2.488h-.894c-.282-.774-.569-1.546-.851-2.32-.333-.003-.666-.001-.999 0v2.321h-.83v-5.322m.831.853v1.291c.39-.002.78.008 1.169-.005.291.003.554-.222.635-.494.102-.386-.245-.79-.634-.787-.39-.013-.78-.003-1.17-.005zM14.414 14.684h.83c.638 1.131 1.273 2.264 1.913 3.394.003-1.132 0-2.263.001-3.394h.829v5.321h-.725c-.674-1.193-1.34-2.391-2.016-3.582-.005 1.194-.001 2.388-.002 3.582h-.83v-5.321z"/><path fill="#fffffe" d="M1.252.161c.199-.033.401-.038.602-.035C8.728.129 15.603.123 22.478.129c.737-.03 1.409.611 1.432 1.343v21.104c-.027.729-.696 1.367-1.431 1.337-6.891.007-13.782 0-20.673.004a2.772 2.772 0 0 1-.704-.067c-.541-.175-.957-.705-.98-1.276V1.473C.145.854.635.265 1.252.161m20.152.29C14.761.477 8.117.444 1.474.467.915.441.535.965.472 1.472c-.106.838-.001 1.68-.018 2.52C.454 9.996.455 16 .453 22.004c-.015.427-.034.922.298 1.245.367.35.916.324 1.388.333 6.732-.001 13.464.005 20.197-.003.571.025 1.17-.361 1.24-.955.002-6.654 0-13.309.001-19.963.01-.428.029-.857-.012-1.283a1.275 1.275 0 0 0-.483-.747c-.514-.27-1.12-.193-1.678-.181z"/><path fill="#fffffe" d="M1.439 1.059c.168-.029.34-.015.509-.017h20.437c.184-.001.408.03.499.214.274.404.096.908.113 1.359-.005 6.654 0 13.308-.003 19.961-.061.342-.452.442-.751.423-6.829.004-13.658-.002-20.486.003-.258 0-.566-.041-.688-.303-.07-.274-.03-.559-.031-.838V1.566c-.004-.233.163-.472.402-.507m13.356 2.904c-.426.06-.83.274-1.119.592a3.554 3.554 0 0 0-.614 1.282c-.295 1.175-.261 2.447.188 3.58.23.712.881 1.32 1.65 1.36.671.094 1.411-.091 1.862-.62a3.64 3.64 0 0 0 .542-1.073c.365-1.263.35-2.658-.172-3.876-.117-.34-.347-.626-.618-.858-.454-.425-1.132-.465-1.718-.387m-7.948.074v6.652h1.037c.001-1.494-.002-2.989.001-4.483.844 1.493 1.68 2.99 2.523 4.483h.906V4.037h-1.037c-.001 1.413.002 2.827-.002 4.24-.802-1.411-1.593-2.828-2.392-4.241H6.848m13.156 10.737c-.379.178-.651.527-.806.909-.202.526-.04 1.156.366 1.538.454.285 1.003.332 1.505.494.247.07.443.271.547.502.168.463-.209 1.015-.706 1.012-.528.066-1.013-.293-1.219-.761-.261.098-.523.195-.784.294.315.853 1.24 1.438 2.147 1.309.673-.044 1.233-.594 1.398-1.231.133-.619-.109-1.319-.633-1.688-.461-.391-1.107-.341-1.648-.54-.286-.173-.276-.606-.082-.847.334-.47 1.162-.397 1.392.143.267-.076.534-.151.8-.23-.283-.917-1.446-1.348-2.277-.904m-18.442-.09v.749h1.204v4.571h.83v-4.571h1.203v-.75H1.561m3.891.001c-.001 1.157.001 2.314-.001 3.471 0 .422.112.846.331 1.207.324.432.848.719 1.392.725a1.815 1.815 0 0 0 1.53-.738c.215-.358.325-.778.324-1.195l-.001-3.471h-.829V18.2c-.018.395-.223.827-.613.975-.344.117-.769.06-1.017-.223a1.266 1.266 0 0 1-.288-.796c.003-1.158.001-2.316.001-3.474a114.54 114.54 0 0 0-.829 0m4.481.001v5.322h.83v-2.321c.333-.001.666-.002.999 0 .282.774.569 1.546.851 2.32.298.002.596.001.894 0-.303-.83-.613-1.658-.915-2.488.272-.156.535-.359.656-.659.35-.647.117-1.55-.518-1.929-.316-.222-.716-.228-1.085-.245-.57-.003-1.141 0-1.711-.001m4.48.002v5.321h.83c.001-1.194-.003-2.388.002-3.582.676 1.191 1.343 2.389 2.016 3.582h.725v-5.321h-.829c-.002 1.131.001 2.263-.001 3.394-.64-1.13-1.275-2.263-1.913-3.394h-.83z"/><path fill="#fffffe" d="M15.034 5.007c.432-.069.906.13 1.086.545.498 1.046.479 2.282.121 3.367-.135.387-.448.782-.891.8-.409.061-.844-.138-1.032-.512-.51-1.063-.498-2.323-.125-3.426.142-.361.422-.741.84-.774zM10.763 15.537c.39.002.78-.008 1.17.005.389-.003.737.401.634.787-.081.271-.344.497-.635.494-.389.013-.779.003-1.169.005v-1.291z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-turns--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#cc4d3e" d="M10.644.536c3.631-.476 7.434.954 9.853 3.691 2.805 3.222 3.789 8.046 2.055 12.004.002-.841.309-1.642.47-2.461l-.34-.089.266-.329a13.682 13.682 0 0 1-.221-.269c.13-.052.26-.103.391-.153a2.246 2.246 0 0 1-.838-.575c.241-.029.485-.049.727-.067l-.361-.356.252-.251-.391.044.011-.631c-.551-.279-.658.234-.4.644l-.328-.347-.059.598-.304.069c.181.264.362.528.551.787a3.579 3.579 0 0 0-.762-.337c.125-2.173-.468-4.406-1.804-6.14-2.484-3.457-7.51-4.744-11.335-2.862l-.286-.945-.53.029.389-.377-.057-.276-.189.276c-.316-.057-.632-.114-.947-.173.027.108.056.215.084.322.223.039.446.084.668.13-.427.203-.874.355-1.318.514-.643.202-.961.859-1.535 1.175-.004-.16-.005-.322-.007-.482-.109.069-.22.138-.328.208.015.2.032.4.046.6l-.324-.36c-.321.651-.608 1.401-1.413 1.554C4.113 2.85 7.302.893 10.642.537z"/><path fill="#c4463a" d="M7.594 1.937l.057.276-.389.377.53-.029.286.945a10.87 10.87 0 0 0-1.982 1.265c.705.746 1.435 1.466 2.127 2.224-.699-.078-1.486-.065-1.916.583a19.73 19.73 0 0 0-1.526-1.521c-1.457 1.747-2.269 4.022-2.149 6.301.056 3.954 3.006 7.602 6.796 8.635 2.863.822 6.159.172 8.396-1.827-1.536-1.531-3.025-3.112-4.586-4.617-.001-.838.001-1.676.008-2.515 2.007 1.903 3.857 3.971 5.863 5.876 1.236-1.529 2.004-3.435 2.107-5.402.269.076.519.202.762.337a30.046 30.046 0 0 1-.551-.787l.304-.069.059-.598c.109.115.219.23.328.347-.258-.41-.151-.923.4-.644l-.011.631.391-.044-.252.251.361.356c-.242.018-.486.038-.727.067.229.258.519.446.838.575-.131.05-.261.101-.391.153l.221.269-.266.329.34.089c-.162.819-.468 1.619-.47 2.461-1.792 4.945-7.402 8.198-12.569 7.169-4.69-.801-8.739-4.741-9.396-9.499-.398-2.799.089-5.867 1.744-8.202.804-.153 1.092-.903 1.413-1.554l.324.36c-.014-.2-.031-.4-.046-.6.108-.07.219-.139.328-.208l.007.482c.574-.316.892-.973 1.535-1.175.443-.159.891-.311 1.318-.514-.222-.045-.444-.09-.668-.13a16.874 16.874 0 0 1-.084-.322c.315.059.631.116.947.173l.189-.276z"/><path fill="#fff" d="M8.079 3.505c3.825-1.882 8.85-.595 11.335 2.862 1.335 1.735 1.928 3.967 1.804 6.14-.102 1.968-.871 3.873-2.107 5.402-2.007-1.906-3.857-3.973-5.863-5.876-.014-.423.339-.83.77-.832a14.945 14.945 0 0 1 1.881-.014c-.472.492-.977.949-1.444 1.446.994-.125 2.297.41 3.012-.512.784-.782 1.61-1.521 2.4-2.297-.953-.942-1.903-1.9-2.911-2.781-.807-.152-1.661-.029-2.486-.03.468.507.983.968 1.457 1.469-1.034.044-2.069-.007-3.102.033-.387-.002-.619.341-.839.607-.44-.84-1.471-.569-2.242-.611a20.856 20.856 0 0 1-.899-.91c.185-.188.372-.374.558-.562-.393-.007-.787-.02-1.179-.045-.691-.758-1.422-1.478-2.127-2.224a10.817 10.817 0 0 1 1.982-1.265zM4.782 6.057c.537.478 1.044.987 1.526 1.521-.777.773-1.602 1.498-2.377 2.273.82.765 1.644 1.524 2.446 2.309.726.924 2.03.36 3.031.492-.468-.478-.953-.94-1.403-1.434.461-.013.924-.027 1.387-.025.637-.081 1.296.518 1.243 1.162-.006 2.285-.019 4.57-.017 6.854.848-.005 1.698.024 2.545-.021.156-1.523.02-3.095.077-4.638 1.561 1.505 3.05 3.086 4.586 4.617-2.237 2-5.533 2.65-8.396 1.827-3.79-1.034-6.74-4.681-6.796-8.635-.12-2.279.693-4.554 2.149-6.301z"/><path fill="#22232a" d="M6.308 7.578c.43-.649 1.218-.662 1.916-.583.392.025.785.038 1.179.045-.187.188-.373.374-.558.562-.28.284-.541.587-.791.897a79.44 79.44 0 0 0 1.691.013c.771.042 1.802-.229 2.242.611.22-.266.451-.61.839-.607 1.034-.04 2.069.011 3.102-.033-.474-.5-.989-.961-1.457-1.469.825.001 1.679-.122 2.486.03 1.008.882 1.958 1.839 2.911 2.781-.79.776-1.616 1.515-2.4 2.297-.715.922-2.017.387-3.012.512.467-.497.972-.954 1.444-1.446a15.136 15.136 0 0 0-1.881.014c-.431.001-.784.409-.77.832-.007.839-.01 1.678-.008 2.515-.057 1.543.078 3.115-.077 4.638-.847.045-1.697.017-2.545.021-.002-2.285.011-4.57.017-6.854.053-.644-.606-1.243-1.243-1.162-.462-.002-.926.012-1.387.025.45.494.935.956 1.403 1.434-1-.132-2.305.432-3.031-.492-.802-.784-1.627-1.543-2.446-2.309.776-.775 1.6-1.499 2.377-2.273z"/><path fill="#bd493b" d="M8.053 8.499c.251-.31.511-.613.791-.897.291.312.59.617.899.91a79.44 79.44 0 0 1-1.691-.013z"/><path fill="#adb3b9" d="M7.869 23.196c.071.07.071.07 0 0z"/><path fill="#a2a7ad" d="M9.776 23.655c.36-.183.023.39 0 0z"/><path fill="#babdc2" d="M13.097 23.789c.071.072.071.072 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-two-stage-right-turn-for-mopeds--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c23" d="M10.741 0h2.509c5.039.532 9.529 4.464 10.506 9.468.122 1.361.111 2.728.181 4.089-.489 3.899-3.027 7.452-6.546 9.193-1.288.669-2.708 1.012-4.131 1.25h-2.501c-4.417-.494-8.454-3.527-9.997-7.718-.386-.969-.572-2-.762-3.022v-2.5c.18-.997.359-2.001.727-2.95C2.244 3.578 6.297.506 10.741-.001m-4.127 5.1c.269.271.539.543.81.813-.123.665-.087 1.343-.071 2.016.716.093 1.477-.083 2.164.113 1.659 1.572 3.237 3.233 4.871 4.833-.35.792-.738 1.572-1.293 2.244l-.846-.847c.346-.237.791-.678.418-1.098-.476-.386-1.167-.156-1.734-.219-.624-.652-1.314-1.243-1.891-1.938-.855-1.306-1.511-2.737-2.397-4.025-.308.265-.519.611-.721.957-.359-.362-.72-.723-1.085-1.081-2.054 2.711-2.291 6.641-.543 9.565 1.212 2.09 3.322 3.645 5.694 4.131 2.418.538 5.035-.054 7.019-1.528a32.367 32.367 0 0 0-1.057-1.039c.502-.013 1.124.143 1.516-.264.346-.431.189-1.032.231-1.541.359.357.717.715 1.077 1.07 2.056-2.711 2.29-6.645.538-9.566-1.174-2.03-3.203-3.548-5.491-4.073-2.466-.595-5.178-.047-7.209 1.477z"/><path fill="#ed1c23" d="M16.127 15.082l.334.037.004.569a183.77 183.77 0 0 1-.338-.606zM14.931 15.601c.291.462.443 1.144 1.081 1.233-.268.228-.357.553-.349.896-.702-.511-.876-1.3-.732-2.129z"/><path fill="#fff" d="M6.614 5.099c2.031-1.524 4.744-2.072 7.209-1.477 2.289.526 4.317 2.043 5.491 4.073 1.752 2.921 1.519 6.855-.538 9.566-.359-.355-.717-.713-1.077-1.07-.042.509.115 1.11-.231 1.541-.392.407-1.014.25-1.516.264.362.337.711.686 1.057 1.039-1.984 1.474-4.601 2.066-7.019 1.528-2.372-.487-4.483-2.041-5.694-4.131-1.748-2.923-1.511-6.854.543-9.565.365.358.725.719 1.085 1.081.202-.346.413-.692.721-.957.887 1.288 1.542 2.719 2.397 4.025.577.695 1.267 1.287 1.891 1.938.567.063 1.258-.167 1.734.219.372.42-.072.86-.418 1.098l.846.847c.555-.671.943-1.452 1.293-2.244-1.634-1.6-3.212-3.26-4.871-4.833-.687-.195-1.448-.02-2.164-.113-.016-.673-.052-1.351.071-2.016-.271-.27-.542-.542-.81-.813m6.141-.751c-.089.733.531 1.321.674 2.021-1.9.07-3.805.012-5.706.031v1.172c1.903.016 3.807-.031 5.709.025-.143.729-.835 1.35-.632 2.125 1.75-.73 3.31-1.845 4.984-2.734-1.323-.772-2.661-1.521-3.987-2.291-.321-.173-.657-.401-1.041-.349m-8.435 7.189c-.184.325-.386.665-.383 1.052.707.224 1.395-.679 2-.563.178 1.85.021 3.742.076 5.609h1.169c.021-1.86-.039-3.723.028-5.58.686-.157 1.268.669 1.997.595.118-.357-.106-.687-.264-.99-.787-1.36-1.565-2.725-2.349-4.087-.762 1.318-1.51 2.645-2.274 3.963m10.407 1.487c-.378.812-.778 1.617-1.342 2.319.035.08.109.24.146.32.174-.097.349-.194.525-.289.005.686-.037 1.376.012 2.06-.043.271.416.43.452.113.146-1.015-.071-2.059.102-3.07.1-.475.761-1.134.105-1.453m2.144.08c-.039.384-.054.771-.064 1.157-.615-.001-1.231-.007-1.848.02l-.031.445c.628.035 1.256.029 1.886.024.009.79.011 1.579 0 2.369-.298.077-.879-.029-.787.443.384.13.973.224 1.237-.16.156-.867.031-1.763.068-2.641.275-.009.552-.017.829-.03l-.012-.45c-.269-.009-.539-.017-.808-.024a24.978 24.978 0 0 0-.042-1.095l-.428-.056m-8.513.596c-.135 1.066.169 2.218-.361 3.213-.108.251-.379.83.138.687.919-1.039.664-2.53.711-3.803.466-.02.932-.02 1.399-.017l-.113.346c-1.043-.195-1.091.944-.858 1.651.265.289.717.172 1.066.231 0 .374.001.748.008 1.121-.279.033-.99.113-.624.521.341.049.83.143 1.056-.191.14-.467.059-.968.076-1.448.353-.066.829.064 1.085-.248.106-.46.15-.995-.039-1.436-.362-.262-.862-.13-1.283-.178l.136-.37c.569-.115 1.546.327 1.767-.412-1.112-.101-2.231-.037-3.346-.054-.3.007-.758.003-.818.387m7.768 1.381l.338.606-.004-.569-.334-.037m-.804.135c-.034.46.257.879.536 1.22.731-.056.066-1.498-.536-1.22m-.392.384c-.144.829.03 1.617.732 2.129-.008-.342.081-.668.349-.896-.637-.089-.79-.771-1.081-1.233m-5.428.697c-.262.283-.641.555-.683.965.517.458 1.546-1.285.683-.965m1.81.01c-.012.468.407.818.758 1.065.647-.203-.391-1.385-.758-1.065z"/><path fill="#fff" d="M9.544 14.824c.589-.378 1.536-.39 2.122 0-.706.063-1.416.058-2.122 0zM9.681 15.284c.623 0 1.247-.001 1.87.001l-.035.262c-.609.009-1.216.008-1.824.001a24.378 24.378 0 0 1-.01-.265z"/><path fill="#0366b3" d="M12.755 4.348c.384-.052.72.176 1.041.349 1.326.77 2.664 1.519 3.987 2.291-1.673.889-3.234 2.004-4.984 2.734-.203-.775.489-1.395.632-2.125-1.902-.056-3.806-.009-5.709-.025V6.4c1.902-.02 3.806.038 5.706-.031-.143-.7-.763-1.288-.674-2.021zM4.321 11.537c.765-1.318 1.512-2.645 2.274-3.963.784 1.361 1.562 2.727 2.349 4.087.157.303.382.633.264.99-.729.073-1.311-.753-1.997-.595-.067 1.857-.007 3.721-.028 5.58H6.014c-.055-1.868.102-3.759-.076-5.609-.605-.117-1.293.787-2 .563-.003-.387.199-.727.383-1.052zM14.728 13.023c.656.319-.005.978-.105 1.453-.173 1.011.043 2.055-.102 3.07-.037.317-.496.159-.452-.113-.049-.685-.007-1.374-.012-2.06-.176.094-.35.191-.525.289l-.146-.32c.564-.702.964-1.507 1.342-2.319z"/><path fill="#0366b3" d="M16.872 13.103l.428.056c.024.365.034.731.042 1.095.269.007.539.014.808.024l.012.45c-.277.013-.553.021-.829.03-.037.879.088 1.774-.068 2.641-.264.384-.852.29-1.237.16-.092-.472.489-.366.787-.443a93.54 93.54 0 0 0 0-2.369c-.63.005-1.258.012-1.886-.024l.031-.445c.616-.026 1.233-.021 1.848-.02.01-.386.025-.772.064-1.157zM8.359 13.701c.06-.384.518-.38.818-.387 1.115.017 2.233-.047 3.346.054-.22.738-1.197.296-1.767.412-.046.123-.092.247-.136.37.421.049.921-.084 1.283.178.189.441.146.976.039 1.436-.256.312-.732.182-1.085.248-.017.48.064.981-.076 1.448-.226.334-.715.24-1.056.191-.366-.408.345-.488.624-.521a59.907 59.907 0 0 1-.008-1.121c-.349-.059-.801.058-1.066-.231-.233-.707-.185-1.847.858-1.651l.113-.346a28.346 28.346 0 0 0-1.399.017c-.047 1.273.209 2.765-.711 3.803-.517.143-.245-.437-.138-.687.53-.995.226-2.147.361-3.213m1.185 1.123c.706.058 1.416.063 2.122 0-.586-.39-1.533-.378-2.122 0m.137.46l.01.265c.609.007 1.216.008 1.824-.001l.035-.262c-.623-.003-1.247-.001-1.87-.001z"/><path fill="#0366b3" d="M15.323 15.217c.602-.278 1.267 1.163.536 1.22-.279-.341-.57-.759-.536-1.22zM9.503 16.298c.863-.32-.167 1.423-.683.965.042-.41.421-.682.683-.965zM11.313 16.308c.367-.32 1.405.862.758 1.065-.351-.247-.77-.597-.758-1.065z"/><path fill="#d48b8d" opacity=".86" d="M23.756 9.468c.089.39.164.782.244 1.172v3.157l-.063-.24c-.07-1.361-.059-2.728-.181-4.089z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.508 0h2.995c2.625.414 5.141 1.58 7.024 3.474 1.893 1.883 3.066 4.399 3.474 7.026v3.011c-.412 2.622-1.582 5.134-3.474 7.015-1.884 1.896-4.406 3.064-7.033 3.474h-2.996c-4.203-.586-8.046-3.414-9.626-7.385C.43 15.622.221 14.552 0 13.494v-2.996c.414-2.625 1.58-5.141 3.474-7.024C5.36 1.58 7.88.409 10.508 0M5.604 3.726c.698.763 1.436 1.489 2.164 2.224.554.583 1.12 1.158 1.697 1.718 1.551 1.582 3.097 3.17 4.656 4.744.784.798 1.531 1.642 2.385 2.367v.068c1.194 1.209 2.389 2.417 3.572 3.636 2.05-2.469 2.823-5.93 1.998-9.034-.696-2.754-2.611-5.151-5.104-6.499C13.45.998 8.83 1.312 5.605 3.727M3.743 5.493C2.224 7.34 1.348 9.727 1.42 12.127c-.028 3.567 2.059 7 5.133 8.765 3.529 2.103 8.279 1.874 11.579-.576-.54-.555-1.075-1.114-1.625-1.66-.8-.788-1.505-1.675-2.371-2.395v-.074c-1.568-1.586-3.094-3.211-4.658-4.8-.788-.781-1.519-1.623-2.35-2.358C6.089 7.786 4.867 6.67 3.744 5.492z"/><path fill="#fff" d="M5.604 3.726c3.225-2.415 7.845-2.729 11.367-.777 2.493 1.348 4.408 3.746 5.104 6.499.825 3.105.052 6.566-1.998 9.034-1.183-1.219-2.378-2.427-3.572-3.636v-.068c.006-2.118.017-4.236.011-6.354-.026-2.122-1.706-4.037-3.772-4.434-1.856-.414-3.901.389-4.976 1.958-.728-.735-1.466-1.46-2.164-2.224zM3.743 5.493C4.866 6.671 6.088 7.787 7.127 9.03c-.001 1.526-.02 3.051-.037 4.578-.679 0-1.357-.003-2.036.003 1.04 1.864 2.101 3.716 3.148 5.575 1.075-1.852 2.111-3.728 3.161-5.594-.628-.01-1.256-.008-1.884-.006-.003-.733-.001-1.464-.001-2.197 1.564 1.589 3.091 3.214 4.658 4.8v.074c-.003 1.254.003 2.506.005 3.76.786.006 1.573.006 2.359 0l.006-1.365c.55.545 1.085 1.104 1.625 1.66-3.3 2.45-8.05 2.678-11.579.576-3.074-1.766-5.161-5.198-5.133-8.765-.071-2.4.804-4.787 2.323-6.634z"/><path fill="#fff" d="M9.465 7.669c.446-.996 1.579-1.621 2.658-1.412 1.089.161 2.057 1.157 1.997 2.289-.005 1.289.006 2.577.001 3.867-1.559-1.574-3.105-3.162-4.656-4.744z"/><path fill="#211c19" d="M7.768 5.95c1.075-1.569 3.12-2.372 4.976-1.958 2.067.397 3.747 2.312 3.772 4.434.005 2.118-.005 4.236-.011 6.354-.854-.725-1.601-1.569-2.385-2.367.005-1.289-.006-2.577-.001-3.867.06-1.132-.908-2.128-1.997-2.289-1.079-.209-2.212.416-2.658 1.412a59.766 59.766 0 0 1-1.697-1.718z"/><path fill="#1f1a17" d="M7.127 9.031c.831.735 1.563 1.577 2.35 2.358 0 .733-.001 1.464.001 2.197.628-.001 1.256-.004 1.884.006-1.049 1.866-2.086 3.742-3.161 5.594-1.047-1.859-2.108-3.711-3.148-5.575.679-.005 1.357-.003 2.036-.003.017-1.527.036-3.052.037-4.578zM14.136 16.263c.866.72 1.57 1.607 2.371 2.395-.004.454-.005.91-.006 1.365-.786.006-1.573.006-2.359 0-.003-1.254-.008-2.506-.005-3.76z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-u-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.01 0h1.926c4.216.365 8.154 3.029 9.924 6.893.631 1.29.931 2.702 1.14 4.114v1.934c-.367 4.03-2.798 7.832-6.424 9.682-1.416.773-2.999 1.153-4.585 1.378h-1.927c-4.12-.368-7.988-2.905-9.803-6.646C.555 16 .216 14.499 0 12.998v-1.945c.196-1.459.52-2.916 1.18-4.242C2.956 3.002 6.848.392 11.01.001m.074 3.169c-4.312.347-7.939 4.262-7.96 8.587-.206 4.229 3.049 8.254 7.216 8.964 3.857.804 8.045-1.338 9.68-4.913 1.672-3.395.829-7.793-1.988-10.321-1.837-1.729-4.441-2.592-6.948-2.317z"/><path fill="#f7fbf5" d="M11.084 3.17c2.507-.275 5.111.588 6.948 2.317 2.818 2.528 3.66 6.926 1.988 10.321-1.636 3.575-5.824 5.717-9.68 4.913-4.166-.71-7.422-4.735-7.216-8.964.02-4.325 3.648-8.24 7.96-8.587M8.552 6.629c-.904 1.292-.58 2.933-.638 4.406-.832-.185-1.657-.412-2.496-.554-.353-.022-.422.413-.224.632a609.8 609.8 0 0 0 3.258 4.68c.134.263.508.346.671.062 1.126-1.567 2.218-3.162 3.318-4.747.227-.245.073-.702-.298-.624-.812.163-1.618.368-2.428.548.092-1.064-.223-2.22.259-3.216 1.045-1.771 4.492-1.4 4.685.816.037 2.917.001 5.836.018 8.753.617-.002 1.235-.001 1.852-.001.002-2.878.007-5.756-.002-8.634.002-1.224-.61-2.444-1.65-3.108-1.938-1.283-4.949-.984-6.324.986z"/><path fill="#2a2d2f" d="M8.552 6.629c1.375-1.97 4.386-2.269 6.324-.986 1.04.664 1.652 1.884 1.65 3.108.01 2.878.005 5.756.002 8.634-.617 0-1.235-.001-1.852.001-.017-2.917.019-5.836-.018-8.753-.193-2.216-3.64-2.587-4.685-.816-.482.996-.167 2.152-.259 3.216.81-.18 1.615-.385 2.428-.548.371-.078.524.379.298.624-1.1 1.585-2.192 3.18-3.318 4.747-.163.283-.536.2-.671-.062a609.8 609.8 0 0 1-3.258-4.68c-.198-.22-.128-.654.224-.632.839.143 1.664.37 2.496.554.059-1.474-.265-3.114.638-4.406z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-u-turn--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M10.24.173c2.216-.32 4.525-.029 6.576.882 3.799 1.636 6.589 5.38 7.05 9.494.46 3.566-.814 7.3-3.356 9.842-3.12 3.223-8.132 4.428-12.367 2.922-3.19-1.075-5.866-3.557-7.159-6.666C-.23 13.799-.265 10.474.881 7.599 2.392 3.697 6.088.741 10.241.172M5.112 5.471C2.503 8.16 1.74 12.472 3.353 15.865a127.026 127.026 0 0 0 3.492-2.017 97.523 97.523 0 0 0 3.137-1.805 165.63 165.63 0 0 0 4.004-2.314 98.928 98.928 0 0 0 2.75-1.588c.989-.553 1.961-1.134 2.944-1.694-1.68-2.381-4.529-3.87-7.439-3.926-2.653-.09-5.309 1.02-7.129 2.95m12.05 4.676c-1.063.564-2.096 1.188-3.136 1.794a225.714 225.714 0 0 0-4.046 2.338c-1.057.588-2.096 1.205-3.142 1.811-.848.476-1.685.976-2.531 1.456 1.778 2.514 4.855 4.042 7.934 3.931 2.323-.04 4.6-.998 6.281-2.596 2.881-2.658 3.809-7.207 2.117-10.756-1.158.676-2.34 1.313-3.478 2.022z"/><path fill="#fff" d="M5.112 5.471c1.82-1.93 4.476-3.04 7.129-2.95 2.91.056 5.759 1.546 7.439 3.926-.983.56-1.955 1.141-2.944 1.694-1.049-2.606-4.385-3.857-6.902-2.629-1.717.775-2.923 2.554-2.987 4.44-.02 1.297-.014 2.597-.002 3.895a127.026 127.026 0 0 1-3.492 2.017C1.74 12.47 2.503 8.159 5.112 5.47z"/><path fill="#fff" d="M10 9.959c.09-1.033 1.096-1.861 2.125-1.768.881.025 1.628.709 1.861 1.538a174.687 174.687 0 0 1-4.004 2.314c.011-.695-.026-1.391.018-2.084zM17.162 10.147c1.138-.709 2.32-1.346 3.478-2.022 1.692 3.548.764 8.098-2.117 10.756-1.681 1.597-3.958 2.556-6.281 2.596-3.079.11-6.156-1.417-7.934-3.931.846-.48 1.682-.979 2.531-1.456.032.497-.076 1.022.052 1.501.487.536 1.015 1.034 1.518 1.556.514-.55 1.096-1.043 1.561-1.631.032-1.078.005-2.159.011-3.238 1.34-.793 2.69-1.572 4.046-2.338.01 2.398-.008 4.794.008 7.192.533-.503 1.032-1.04 1.567-1.541.533.502 1.031 1.04 1.565 1.541.008-2.995.017-5.99-.005-8.986z"/><path d="M9.834 5.513c2.518-1.228 5.854.023 6.902 2.629-.91.541-1.825 1.075-2.75 1.588-.233-.829-.98-1.513-1.861-1.538-1.03-.094-2.035.734-2.125 1.768-.044.694-.007 1.39-.018 2.084a98.33 98.33 0 0 1-3.137 1.805c-.012-1.298-.018-2.598.002-3.895.064-1.886 1.27-3.665 2.987-4.44zM14.027 11.941c1.039-.606 2.072-1.23 3.136-1.794.022 2.995.013 5.99.005 8.986-.534-.5-1.032-1.039-1.565-1.541-.535.5-1.034 1.038-1.567 1.541-.017-2.398.001-4.794-.008-7.192zM6.839 16.09c1.045-.606 2.084-1.223 3.142-1.811-.006 1.079.022 2.16-.011 3.238-.466.588-1.048 1.081-1.561 1.631-.503-.522-1.031-1.02-1.518-1.556-.127-.479-.019-1.004-.052-1.501z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-goods--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1a17" d="M10.686 0h2.636c.494.09.99.184 1.471.337-2.998-.659-6.169-.163-8.849 1.326C7.343.696 9.04.313 10.685 0zM9.323 6.677c1.967-.001 3.932-.002 5.898 0a967.93 967.93 0 0 1-.001 5.903c-1.966-.011-3.931-.006-5.897-.002-.004-1.967-.004-3.934 0-5.9m.114.119c-.004 1.89-.013 3.779.005 5.669 1.894-.006 3.788.005 5.682-.006.029-1.886.013-3.774.007-5.66a400.267 400.267 0 0 0-5.694-.002zM16.345 15.23c.376-.006.752-.005 1.128.018a1497.36 1497.36 0 0 0 0 3.671l-1.133.001c.002-1.23-.006-2.46.005-3.69zM7.228 15.338c.374 0 .75.002 1.124.007.004 1.228.001 2.456.001 3.685a212.44 212.44 0 0 0-1.129 0c.004-1.231-.004-2.461.004-3.692zM8.736 15.33c.386-.002.774-.002 1.16-.002.002.464.001.928.01 1.392a85.347 85.347 0 0 1 1.518 0c.449-.754 1.55-.842 2.02-.06h1.41c-.002-.457-.001-.914-.001-1.373.388-.004.774-.004 1.162-.002-.002 1.232.005 2.465-.004 3.698l-1.156-.002c-.002-.454-.001-.908-.005-1.363-.466-.002-.931-.005-1.398.001-.436.725-1.487.767-1.952.049-.533-.004-1.064 0-1.596-.006-.006.456-.005.911-.004 1.367H8.743c-.014-1.232-.002-2.466-.007-3.698z"/><path fill="#fff" d="M5.945 1.663C8.625.174 11.796-.322 14.794.337c3.272.764 6.186 2.987 7.768 5.951.102.318.208.635.34.942 1.139 2.538 1.292 5.485.517 8.148-.221.802-.626 1.536-.857 2.334-1.574 2.948-4.468 5.171-7.723 5.935-1.327.12-2.657.336-3.994.176-.84-.072-1.652-.322-2.491-.41-2.866-.902-5.36-2.942-6.794-5.584a10.474 10.474 0 0 0-.385-1.012c-1.369-3.017-1.368-6.62 0-9.636.149-.33.271-.67.385-1.012 1.012-1.868 2.557-3.43 4.386-4.507M10.717.643c-3.206.343-6.2 2.15-8.045 4.788a11.37 11.37 0 0 0-2.034 7.532c.257 3.464 2.234 6.728 5.144 8.61 2.45 1.624 5.545 2.219 8.426 1.651 3.623-.679 6.815-3.238 8.282-6.618 1.644-3.644 1.162-8.138-1.231-11.344-2.35-3.282-6.534-5.13-10.543-4.62z"/><path fill="#fff" d="M10.841 2.452c3.791-.529 7.75 1.492 9.582 4.844a9.649 9.649 0 0 1 .704 7.837c-1.019 3.026-3.646 5.441-6.748 6.199-2.723.702-5.74.122-8.005-1.546-2.596-1.86-4.157-5.074-3.949-8.269.115-4.54 3.907-8.598 8.416-9.066M7.764 5.063v9.008c3.004.005 6.006.004 9.01.001.002-3.004 0-6.007.001-9.011-3.004.002-6.007 0-9.011.001m-1.465 9.396l.022.344c4.046-.008 8.093.01 12.139-.01a37.773 37.773 0 0 1-.014-.343c-4.049.011-8.098-.005-12.146.008m10.045.773c-.011 1.23-.002 2.46-.005 3.69l1.133-.001a1497.36 1497.36 0 0 1 0-3.671 14.636 14.636 0 0 0-1.128-.018m-9.117.108c-.007 1.231 0 2.461-.004 3.692h1.129c0-1.229.002-2.458-.001-3.685a84.23 84.23 0 0 0-1.124-.007m1.508-.008c.005 1.232-.007 2.466.007 3.698H9.9c-.001-.456-.002-.911.004-1.367.532.006 1.063.002 1.596.006.466.718 1.517.676 1.952-.049.467-.006.932-.004 1.398-.001.004.455.002.91.005 1.363l1.156.002c.008-1.234.001-2.466.004-3.698-.388-.001-.774-.001-1.162.002 0 .458-.001.916.001 1.373h-1.41c-.469-.782-1.571-.694-2.02.06a85.347 85.347 0 0 0-1.518 0c-.008-.464-.007-.928-.01-1.392-.386 0-.774 0-1.16.002z"/><path fill="#fff" d="M8.106 5.377c2.784.001 5.568-.005 8.352.004.008 2.783.001 5.567.004 8.351-2.785.008-5.572.001-8.358.002 0-2.785-.004-5.572.002-8.357m1.217 1.3c-.004 1.967-.004 3.934 0 5.9 1.966-.004 3.931-.008 5.897.002.008-1.968.005-3.935.001-5.903-1.966-.002-3.931-.001-5.898 0z"/><path fill="#da251d" d="M10.717.643c4.009-.51 8.194 1.338 10.543 4.62 2.393 3.205 2.875 7.699 1.231 11.344-1.468 3.38-4.66 5.939-8.282 6.618-2.881.568-5.976-.028-8.426-1.651-2.91-1.882-4.888-5.146-5.144-8.61a11.37 11.37 0 0 1 2.034-7.532C4.517 2.794 7.511.987 10.718.644m.123 1.808c-4.508.468-8.3 4.526-8.416 9.066-.208 3.196 1.354 6.409 3.949 8.269 2.266 1.668 5.282 2.248 8.005 1.546 3.102-.758 5.729-3.173 6.748-6.199a9.649 9.649 0 0 0-.704-7.837c-1.832-3.353-5.791-5.374-9.582-4.844z"/><path fill="#1b1613" d="M7.764 5.063c3.004-.001 6.007.001 9.011-.001-.001 3.004.001 6.007-.001 9.011-3.004.002-6.006.004-9.01-.001V5.064m.342.313c-.006 2.785-.002 5.572-.002 8.357 2.786-.001 5.573.006 8.358-.002-.002-2.784.005-5.568-.004-8.351-2.784-.008-5.568-.002-8.352-.004zM6.299 14.458c4.049-.013 8.098.002 12.146-.008l.014.343c-4.046.019-8.093.001-12.139.01l-.022-.344z"/><path fill="#8e8c8b" d="M0 10.943c.304-1.644.594-3.366 1.559-4.772-.114.342-.236.682-.385 1.012-1.368 3.016-1.369 6.619 0 9.636.149.329.271.67.385 1.012C.594 16.423.303 14.699 0 13.054v-2.11z"/><path fill="#918e8d" d="M22.561 6.288C23.39 7.532 23.664 9.031 24 10.46v3.085c-.338 1.427-.608 2.926-1.439 4.166.23-.798.636-1.532.857-2.334.775-2.663.622-5.61-.517-8.148a10.469 10.469 0 0 1-.34-.942z"/><path fill="#e77817" d="M9.437 6.797c1.898-.01 3.797-.014 5.694.002.006 1.886.022 3.774-.007 5.66-1.894.011-3.788 0-5.682.006-.018-1.89-.008-3.779-.005-5.669z"/><path fill="#888584" d="M8.353 23.413c.839.089 1.651.338 2.491.41 1.337.16 2.666-.056 3.994-.176-.503.166-1.026.248-1.543.353h-2.603c-.78-.194-1.594-.269-2.339-.587z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-goods--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c23" d="M10.744 0h2.491c4.146.471 7.975 3.15 9.69 6.973.568 1.187.855 2.479 1.075 3.769v2.493c-.471 4.146-3.15 7.974-6.972 9.69-1.188.568-2.48.855-3.77 1.075h-2.494c-4.146-.471-7.974-3.15-9.689-6.973C.506 15.84.22 14.548 0 13.258v-2.494c.217-1.331.522-2.663 1.118-3.882C2.848 3.109 6.641.48 10.743 0m-4.25 4.809a643.432 643.432 0 0 0 3.199 3.2c-1.197-.032-2.403.058-3.596-.039-.531-.383-.937-.912-1.416-1.356-2.101 2.773-2.344 6.792-.556 9.781 1.24 2.139 3.399 3.729 5.824 4.225 2.472.548 5.145-.058 7.173-1.562a687.016 687.016 0 0 0-3.194-3.194c1.192.034 2.391-.051 3.58.036.54.369.94.905 1.419 1.345 2.104-2.771 2.342-6.792.552-9.78-1.201-2.077-3.274-3.628-5.614-4.166-2.522-.609-5.293-.048-7.372 1.508z"/><path fill="#fff" d="M6.493 4.809c2.078-1.557 4.85-2.117 7.372-1.508 2.34.538 4.413 2.089 5.614 4.166 1.79 2.987 1.551 7.008-.552 9.78-.479-.44-.878-.976-1.419-1.345-1.189-.087-2.388-.003-3.58-.036a739.863 739.863 0 0 1 3.194 3.194c-2.029 1.504-4.701 2.11-7.173 1.562-2.425-.496-4.584-2.086-5.824-4.225-1.787-2.989-1.545-7.008.556-9.781.479.444.885.972 1.416 1.356 1.193.097 2.399.007 3.596.039a643.432 643.432 0 0 1-3.199-3.2M6.03 8.61a5.05 5.05 0 0 1-1.294 2.727c.09.05.27.146.359.196l.382-.28c-.016 1.278-.067 2.608-.732 3.739.213.07.503.174.615-.103.701-1.158.605-2.584.646-3.886 1.116-.032 2.24.056 3.348-.058.292-.001.201-.256.137-.441-.484-.084-.977-.043-1.465-.046.244-.369.762-.93.245-1.305-.54-.224-1.162-.072-1.734-.115l-.134-.475-.374.046m10.134 1.521l-.55-.003c.007-.51.122-1.779-.66-1.082-.093.015-.279.044-.371.06-.028 1.065-.29 2.112-.271 3.175.72-.227.542-1.094.735-1.669.044.701.035 1.404.034 2.106-.366.17-.736.335-1.095.519.194.567.727.247 1.113.101.122.627-.379 1.781.496 1.92-.001-.744.034-1.488.035-2.231.243-.166.485-.327.729-.489-.206.595-.575 1.142-.657 1.775l.286.284c.732-1.247 1.267-2.657 1.294-4.118l.217.017c-.02 1.524-.621 2.934-1.061 4.364l.322.145c.093-.079.186-.156.28-.233.414.147.858.339 1.305.224.528-.268.428-.961.453-1.455-.039-1.11.102-2.231-.032-3.333-.493-.508-1.37-.166-2.018-.28.04-.463.235-.959.025-1.405-.693.125-.418 1.091-.609 1.608m-5.132.056c.016-.363.196-.771.001-1.111-.434-.225-1.428-.3-1.361.429-.005 1.836-.024 3.674.011 5.509-.043.267.271.265.44.361.038-.236.072-.472.106-.709.692-.215.999-.914.943-1.597.381.071.766.115 1.149.164-.259.748-.947 1.162-1.601 1.522-.288.084-.106.461.138.45.703-.169 1.248-.678 1.707-1.211.473.479.939 1.083 1.646 1.195.123-.154.169-.41-.05-.507-.577-.394-1.097-.87-1.475-1.463.397-.038.804-.023 1.187-.147.138-.564.185-1.189.027-1.752-.342-.302-.882-.142-1.294-.291.292-.145.615-.19.936-.225l.164-.276c.217-.075.646-.174.374-.453-.56-.345-.933-1.047-1.591-1.183-.595.261-.957.886-1.456 1.297m-4.748 1.13c-.017 1.25-.035 2.501-.051 3.752.81-.008 1.625.084 2.431-.009.717-.169.74-1.062.692-1.653.028-.265-.21-.611-.476-.361-.134.479.056 1.044-.248 1.468-.611.102-1.235.017-1.852.017l.012-1.144c.54.225 1.385.65 1.805.027.088-.605.178-1.29-.032-1.87-.636-.471-1.539-.13-2.281-.227z"/><path fill="#fff" d="M6.371 9.583c.538 0 1.075-.001 1.614.005a31.75 31.75 0 0 1-.721.872l-1.207-.001c.107-.291.212-.583.314-.876zM10.205 11.028c.146-.465-.355-1.609.375-1.55-.066.53-.233 1.038-.375 1.55zM11.671 10.313a18.3 18.3 0 0 0 .877-.885c.302.308.609.61.936.892a37.793 37.793 0 0 0-1.813-.007zM10.894 10.407c.381.312.833.499 1.333.481l.007.213c-.335.064-.788-.07-1.032.228-.106.449-.062.918-.087 1.377-.392-.712-.444-1.523-.22-2.299zM15.973 11.871c.449-.371.524-.996.768-1.496a7.933 7.933 0 0 1-.241 1.768l-.386-.093c-.165.111-.33.221-.493.333-.003-.574-.004-1.148-.011-1.72.143 0 .287.001.43.003-.067.366-.716 1.156-.067 1.205zM17.166 14.309c.602-1.259.634-2.686 1.063-3.974.084 1.39.043 2.789-.03 4.179-.346-.059-.689-.133-1.034-.205z"/><path fill="#fff" d="M11.678 11.665l.551.001.004.971-.555.001v-.973zM12.768 11.674h.677c-.007.32-.012.642-.02.964h-.652l-.005-.964zM6.818 11.853l1.321.001c-.008.467-.015.935-.039 1.4-.444-.111-.871-.268-1.301-.425l.019-.976zM10.215 11.874c.342.713.661 1.636.04 2.298-.082-.763-.052-1.533-.04-2.298z"/><path fill="#0366b3" d="M6.03 8.61l.374-.046.134.475c.571.043 1.193-.109 1.734.115.516.374-.001.936-.245 1.305.488.003.981-.039 1.465.046.064.185.156.44-.137.441-1.107.114-2.232.025-3.348.058-.042 1.302.055 2.727-.646 3.886-.113.278-.402.173-.615.103.665-1.132.716-2.462.732-3.739l-.382.28c-.09-.05-.27-.146-.359-.196a5.05 5.05 0 0 0 1.294-2.727m.34.972c-.102.292-.206.585-.314.876l1.207.001c.245-.287.487-.575.721-.871-.539-.007-1.077-.005-1.614-.005zM16.163 10.13c.19-.516-.084-1.483.609-1.608.209.446.015.943-.025 1.405.648.114 1.524-.228 2.018.28.134 1.102-.007 2.223.032 3.333-.025.493.075 1.187-.453 1.455-.446.115-.89-.076-1.305-.224-.094.078-.188.154-.28.233l-.322-.145c.44-1.431 1.04-2.84 1.061-4.364l-.217-.017c-.027 1.46-.562 2.871-1.294 4.118l-.286-.284c.082-.633.45-1.18.657-1.775-.244.162-.487.323-.729.489-.001.743-.036 1.487-.035 2.231-.876-.139-.374-1.293-.496-1.92-.386.146-.918.467-1.113-.101.359-.184.729-.349 1.095-.519.001-.703.011-1.405-.034-2.106-.193.575-.015 1.443-.735 1.669-.019-1.063.243-2.11.271-3.175l.371-.06c.782-.697.666.573.66 1.082l.55.003m-.19 1.741c-.649-.05 0-.839.067-1.205l-.43-.003c.007.573.008 1.146.011 1.72.164-.111.329-.221.493-.333l.386.093a7.94 7.94 0 0 0 .241-1.768c-.244.5-.319 1.125-.768 1.496m1.193 2.438c.345.072.688.146 1.034.205.072-1.39.114-2.789.03-4.179-.429 1.289-.461 2.715-1.063 3.974z"/><path fill="#0366b3" d="M11.031 10.186c.499-.41.861-1.035 1.456-1.297.658.135 1.031.838 1.591 1.183.272.279-.157.378-.374.453l-.164.276c-.32.035-.644.08-.936.225.412.149.952-.011 1.294.291.158.563.111 1.188-.027 1.752-.382.125-.79.11-1.187.147.378.593.898 1.069 1.475 1.463.219.097.173.353.05.507-.708-.111-1.173-.716-1.646-1.195-.459.532-1.004 1.042-1.707 1.211-.244.011-.426-.366-.138-.45.654-.359 1.342-.774 1.601-1.522-.383-.048-.768-.093-1.149-.164.056.682-.251 1.382-.943 1.597-.034.237-.068.473-.106.709-.169-.095-.483-.094-.44-.361-.035-1.836-.016-3.674-.011-5.509-.067-.729.926-.654 1.361-.429.194.341.015.748-.001 1.111m-.825.844c.142-.512.31-1.02.375-1.55-.731-.059-.229 1.085-.375 1.55m1.466-.715a36.538 36.538 0 0 1 1.813.007 15.153 15.153 0 0 1-.936-.892 18.3 18.3 0 0 1-.877.885m-.777.094c-.224.776-.172 1.587.22 2.299.025-.459-.019-.928.087-1.377.244-.298.697-.164 1.032-.228a14.213 14.213 0 0 0-.007-.213c-.5.017-.952-.169-1.333-.481m.785 1.258v.973l.555-.001-.004-.971-.551-.001m1.09.009c.003.32.004.642.005.964h.652c.008-.322.013-.644.02-.964h-.677m-2.553.2c-.012.766-.042 1.535.04 2.298.621-.662.302-1.585-.04-2.298zM6.284 11.318c.741.097 1.645-.244 2.281.227.21.581.121 1.266.032 1.87-.42.623-1.264.198-1.805-.027l-.012 1.144c.617 0 1.24.084 1.852-.017.304-.424.114-.99.248-1.468.265-.251.504.095.476.361.048.591.025 1.484-.692 1.653-.806.094-1.621.001-2.431.009.016-1.251.034-2.502.051-3.752m.534.535c-.005.326-.012.65-.019.976.429.157.857.314 1.301.425.024-.465.031-.933.039-1.4l-1.321-.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-goods--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#5c4b4c" opacity=".39" d="M11.177 0h1.607l.168.086c-.645.029-1.289.032-1.934.002L11.177 0z"/><path fill="#c0111e" d="M2.36 4.989C4.354 2.205 7.602.358 11.018.088c.645.03 1.289.026 1.934-.002a12.09 12.09 0 0 1 6.157 2.289c2.666 1.942 4.477 5.032 4.816 8.315-.015.752.011 1.505-.003 2.257-.238 5.75-5.37 10.824-11.127 10.985-2.888.261-5.835-.663-8.111-2.446-2.625-2.034-4.319-5.2-4.592-8.506.03-.607.023-1.216-.008-1.824.169-2.213.986-4.366 2.277-6.168m3.556-.196c.737.744 1.471 1.491 2.225 2.218 2.979 2.959 5.944 5.931 8.907 8.906.726.758 1.478 1.49 2.221 2.231 2.287-2.669 2.886-6.635 1.469-9.854-1.341-3.214-4.581-5.514-8.058-5.715-2.427-.168-4.913.626-6.763 2.214m-3.095 9.515c.769 3.229 3.365 5.933 6.56 6.832 2.991.883 6.384.162 8.755-1.864-.734-.75-1.48-1.486-2.219-2.23-2.96-2.977-5.931-5.943-8.906-8.905a333.244 333.244 0 0 0-2.225-2.224c-1.954 2.266-2.698 5.493-1.965 8.391z"/><path fill="#fff" d="M5.917 4.792c1.85-1.587 4.336-2.382 6.763-2.214 3.478.201 6.718 2.502 8.058 5.715 1.417 3.218.818 7.185-1.469 9.854-.743-.741-1.495-1.473-2.221-2.231 1.301-1.295 2.594-2.595 3.889-3.895-2.966-2.97-5.931-5.941-8.905-8.902a396.406 396.406 0 0 0-3.891 3.89c-.754-.727-1.488-1.474-2.225-2.218zM2.823 14.307c-.734-2.898.01-6.125 1.965-8.391.746.737 1.486 1.48 2.225 2.224-1.307 1.283-2.597 2.585-3.891 3.882l8.906 8.91c1.302-1.29 2.593-2.593 3.891-3.887.739.744 1.486 1.48 2.219 2.23-2.371 2.026-5.765 2.747-8.755 1.864-3.195-.899-5.791-3.603-6.56-6.832z"/><path fill="#030303" d="M8.142 7.01a407.73 407.73 0 0 1 3.891-3.89c2.974 2.961 5.939 5.931 8.905 8.902-1.295 1.299-2.589 2.6-3.889 3.895a2337.161 2337.161 0 0 0-8.907-8.906zM3.121 12.023c1.295-1.297 2.584-2.599 3.891-3.882 2.975 2.962 5.946 5.928 8.906 8.905-1.298 1.294-2.59 2.597-3.891 3.887l-8.906-8.91z"/><path fill="#7e3137" opacity=".61" d="M23.925 10.69c.127.747.081 1.507-.003 2.257.015-.752-.011-1.505.003-2.257z"/><path fill="#514243" opacity=".35" d="M0 11.323l.083-.167c.031.608.038 1.217.008 1.824L0 12.83v-1.507z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-goods--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#a9332a" d="M9.687.258c2.59-.49 5.348-.123 7.69 1.099 2.132 1.069 3.891 2.831 5.053 4.904.94 1.74 1.494 3.715 1.461 5.7.043 1.438-.259 2.869-.746 4.217-.827 2.25-2.391 4.197-4.33 5.592-2.798 2.008-6.501 2.671-9.829 1.797-1.178-.274-2.282-.799-3.317-1.415-1.088-.653-2.027-1.529-2.856-2.484C1.058 17.641.07 14.984-.001 12.31v-.696a12.11 12.11 0 0 1 1.329-5.103c.612-1.182 1.448-2.237 2.397-3.166A11.943 11.943 0 0 1 9.687.257M6.089 4.44c.958.963 1.918 1.924 2.882 2.88.511.519 1.026 1.036 1.546 1.545.647.657 1.298 1.31 1.956 1.955.511.515 1.013 1.043 1.547 1.534.137.181.315.332.479.489l-.023-.071c.037.106.123.183.2.26.704.694 1.393 1.404 2.103 2.093.405.422.823.831 1.239 1.242.348.357.701.709 1.057 1.058.14.148.286.291.432.434.537-.714 1-1.487 1.331-2.318.685-1.761.86-3.723.456-5.571a10.56 10.56 0 0 0-.742-2.171c-.469-.985-1.147-1.857-1.906-2.635a9.463 9.463 0 0 0-4.683-2.509c-2.716-.597-5.683.064-7.873 1.784M4.396 6.133a9.55 9.55 0 0 0-1.989 6.358c.056 1.318.421 2.611.989 3.797.471.953 1.134 1.798 1.874 2.555 1.264 1.231 2.873 2.114 4.602 2.479 2.735.623 5.738-.033 7.944-1.773l-3.8-3.798c-.515-.516-1.03-1.032-1.547-1.546-.65-.651-1.298-1.304-1.953-1.951a187.787 187.787 0 0 0-1.546-1.546c-.979-.986-1.963-1.966-2.945-2.948-.362-.362-.72-.726-1.086-1.083-.178-.186-.362-.365-.544-.546z"/><path fill="#fffffe" d="M6.089 4.44c2.19-1.72 5.157-2.381 7.873-1.784a9.47 9.47 0 0 1 4.683 2.509c.759.778 1.437 1.65 1.906 2.635.321.695.579 1.421.742 2.171.404 1.848.229 3.81-.456 5.571a10.076 10.076 0 0 1-1.331 2.318c-.145-.143-.291-.286-.432-.434.163.003.326.003.488.001.001-3.583.002-7.166 0-10.748h-1.543c-.673 2.008-1.331 4.021-2.002 6.03-.67-2.009-1.331-4.02-1.999-6.029-.515-.003-1.03-.002-1.546 0-.002 1.38-.001 2.761 0 4.141a156.753 156.753 0 0 1-1.956-1.955c-.001-.729.002-1.457-.001-2.187H8.971c-.004.214-.001.428-.002.641-.964-.956-1.923-1.918-2.882-2.88zM4.396 6.133c.182.181.366.36.544.546-.153-.001-.305-.002-.457 0-.001 3.583-.002 7.166.001 10.749.515 0 1.029.002 1.544 0 .003-1.621-.001-3.243.002-4.864.98-.002 1.96-.002 2.941 0 .003 1.621-.001 3.243.002 4.864.515.001 1.03.002 1.545 0 .002-1.724 0-3.448.001-5.172.654.647 1.303 1.3 1.953 1.951.008 1.074-.001 2.148.005 3.221.514 0 1.029.002 1.544 0 0-.559.004-1.117-.002-1.675 1.267 1.265 2.532 2.532 3.799 3.798-2.206 1.74-5.208 2.396-7.944 1.773a9.452 9.452 0 0 1-4.602-2.48c-.74-.757-1.404-1.602-1.874-2.555-.568-1.186-.933-2.479-.989-3.797a9.55 9.55 0 0 1 1.989-6.358z"/><path fill="#fffffe" d="M6.026 7.762c.982.982 1.967 1.962 2.945 2.948l-.001.344c-.98.001-1.961.002-2.942 0-.002-1.097.003-2.194-.002-3.291zM14.021 11.403c.155.455.303.913.455 1.37l.023.071c-.164-.157-.342-.308-.479-.489-.002-.317-.002-.634.001-.952zM16.779 15.126c.415-1.24.821-2.484 1.237-3.723.003 1.655 0 3.31.002 4.966-.416-.411-.834-.821-1.239-1.242z"/><path fill="#1a1919" d="M4.482 6.679c.153-.002.305-.001.457 0 .366.357.725.721 1.086 1.083.006 1.097 0 2.194.002 3.291.981.002 1.961.001 2.942 0l.001-.344c.518.513 1.034 1.027 1.546 1.546-.001 1.724.001 3.448-.001 5.172-.515.002-1.03.001-1.545 0-.003-1.621.001-3.243-.002-4.864-.98-.001-1.96-.002-2.941 0-.003 1.621.001 3.242-.002 4.864-.514.002-1.029.001-1.544 0-.003-3.583-.002-7.166-.001-10.749zM8.972 6.679h1.544c.002.729 0 1.458.001 2.187a118.53 118.53 0 0 1-1.546-1.545c0-.213-.002-.427.002-.641zM12.474 6.68c.515-.002 1.03-.002 1.546 0 .668 2.009 1.329 4.02 1.999 6.029.67-2.009 1.329-4.022 2.002-6.03h1.543c.002 3.583.001 7.165 0 10.748a15.87 15.87 0 0 1-.488-.001 65.899 65.899 0 0 1-1.057-1.058c-.002-1.655.002-3.31-.002-4.966-.416 1.24-.821 2.483-1.237 3.723-.71-.688-1.398-1.398-2.103-2.093-.077-.078-.163-.154-.2-.26-.152-.457-.3-.915-.455-1.37-.002.317-.002.634-.001.952-.533-.491-1.036-1.019-1.547-1.534V6.679zM12.47 14.206c.517.514 1.032 1.03 1.547 1.546.006.558.002 1.117.002 1.675-.515.002-1.03.001-1.544 0-.005-1.074.003-2.148-.005-3.221z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-water-pollutants--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.559 0h2.886c3.015.462 5.947 1.936 7.858 4.352 1.479 1.759 2.333 3.956 2.697 6.206v2.888c-.612 4.623-3.978 8.85-8.541 10.069-.692.032-1.351.276-2.043.32-3.901.469-7.963-1.145-10.497-4.146-.524-.538-.842-1.238-1.369-1.771a1.024 1.024 0 0 1-.03-.057 2.434 2.434 0 0 0-.55-1.077c-.301-.542-.448-1.156-.62-1.749.114-.184.056-.41-.08-.563l-.055-.077c.14-.177.048-.41-.07-.568l-.058-.218c.177-.25.057-.56-.088-.791v-2.277c.438-2.834 1.769-5.585 3.937-7.493C5.771 1.381 8.125.383 10.558.002m.28 1.703C7.1 2.122 3.75 4.816 2.508 8.362c-1.135 3.126-.626 6.803 1.374 9.47 2.065 2.86 5.695 4.5 9.206 4.107 3.784-.319 7.227-2.978 8.533-6.536 1.058-2.767.82-5.995-.646-8.57-1.935-3.549-6.128-5.688-10.137-5.128z"/><path fill="#fff" d="M10.838 1.705c4.009-.56 8.202 1.578 10.137 5.128 1.467 2.575 1.704 5.803.646 8.57-1.307 3.558-4.749 6.217-8.533 6.536-3.511.394-7.142-1.247-9.206-4.107-2-2.668-2.509-6.344-1.374-9.47 1.242-3.545 4.592-6.24 8.33-6.657m-.118 2.052c-1.464.26-3.098.83-3.848 2.216-.554 1.06.154 2.265 1.076 2.837 1.868 1.209 4.255 1.38 6.395.949 1.316-.303 2.761-.888 3.402-2.161.507-.982-.098-2.114-.928-2.692-1.746-1.234-4.03-1.462-6.097-1.148M6.489 9.662c-.061.448-.022.9-.034 1.351 3.851.027 7.704.005 11.556.011.001-.448.003-.897-.003-1.343-.495.004-.992-.019-1.487.006-.488.174-.842.71-1.406.632-1.991-.01-3.982.024-5.972.004-.754-.64-1.683-.842-2.654-.662m.14 1.803c-.008 1.317-.003 2.632-.004 3.948.409.008.818.008 1.227.001-.001-1.317.003-2.632-.003-3.948a99.228 99.228 0 0 0-1.22-.001m1.68.019c-.001 1.323.008 2.645.01 3.97.385.006.77.006 1.154 0 .006-.504-.005-1.007.008-1.511.573-.004 1.145.001 1.719 0 .419.86 1.702.862 2.124.003.549-.006 1.097-.004 1.647-.004.058.491.023.985.03 1.478.397.003.796.003 1.194.009.036-1.314.008-2.631.014-3.947a39.302 39.302 0 0 0-1.238.005c-.022.502-.005 1.004-.011 1.507-.551.008-1.101.003-1.652.006-.428-.83-1.693-.847-2.104.008-.575-.003-1.15.005-1.726-.003-.01-.507-.004-1.015-.016-1.521a36.93 36.93 0 0 0-1.153 0m8.344-.015v3.944c.427.006.855.008 1.281-.001.006-1.314.004-2.629.001-3.942a42.21 42.21 0 0 0-1.283-.001M5.943 16.866c-.107.189-.022.43-.039.64.561-.446 1.22-.838 1.961-.829 1.322-.114 2.396.871 3.684.961 1.252.156 2.47-.239 3.605-.726 1.152-.49 2.476-.175 3.422.599 0-.215.001-.428.004-.643-.498-.372-1.088-.623-1.686-.778-1.255-.194-2.296.645-3.473.881-1.074.23-2.196.07-3.238-.235-.73-.212-1.394-.692-2.183-.664-.762-.033-1.457.364-2.056.794m-.046 1.239c-.001.202-.001.405.001.608.522-.357 1.064-.747 1.718-.792 1.542-.263 2.791 1.041 4.316.96 1.112.079 2.168-.306 3.175-.729 1.161-.485 2.517-.212 3.468.59.001-.232-.001-.465-.013-.696-1.043-.719-2.415-1.023-3.578-.395-1.827.963-4.039.777-5.858-.104-1.081-.536-2.325-.138-3.229.557zM0 12.817c.145.231.264.541.088.791L0 13.562v-.745zM.27 14.471c.136.152.194.378.08.563-.152-.151-.132-.373-.08-.563zM.97 16.782c.27.309.461.677.55 1.077-.277-.302-.451-.681-.55-1.077z"/><path fill="#fff" d="M1.55 17.916c.527.533.844 1.233 1.369 1.771 2.533 3.001 6.596 4.615 10.497 4.146.692-.044 1.351-.288 2.043-.32-.631.305-1.36.258-2.005.486h-2.928c-3.677-.557-7.241-2.715-8.975-6.084z"/><path fill="#1c1714" d="M10.72 3.757c2.066-.314 4.35-.086 6.097 1.148.83.578 1.435 1.71.928 2.692-.641 1.274-2.086 1.858-3.402 2.161-2.14.432-4.527.26-6.395-.949-.922-.571-1.629-1.777-1.076-2.837.749-1.385 2.384-1.956 3.848-2.216m.116.224c-1.487.258-3.286.83-3.858 2.383-.347 1.38 1.016 2.375 2.146 2.804 2.439.889 5.416.827 7.595-.693.969-.613 1.333-2.061.46-2.916-1.624-1.629-4.169-1.872-6.343-1.578z"/><path fill="#1c1714" d="M6.489 9.662c.971-.18 1.9.022 2.654.662 1.99.02 3.981-.014 5.972-.004.564.077.918-.458 1.406-.632.495-.025.992-.003 1.487-.006.005.447.004.895.003 1.343-3.851-.006-7.704.015-11.556-.011.013-.451-.027-.903.034-1.351z"/><path fill="#fff503" d="M10.836 3.98c2.174-.293 4.719-.051 6.343 1.578.874.855.509 2.302-.46 2.916-2.179 1.52-5.156 1.582-7.595.693-1.13-.429-2.493-1.423-2.146-2.804.571-1.553 2.371-2.126 3.858-2.383z"/><path fill="#1f1a17" d="M6.629 11.464c.406-.001.814-.001 1.22.001.005 1.316.001 2.631.003 3.948-.409.006-.818.006-1.227-.001.001-1.316-.004-2.631.004-3.948z"/><path fill="#1f1a14" d="M8.309 11.483a36.93 36.93 0 0 1 1.153 0c.013.507.006 1.015.016 1.521.575.008 1.15 0 1.726.003.411-.855 1.676-.838 2.104-.008.551-.004 1.101.001 1.652-.006.006-.503-.01-1.006.011-1.507.413-.009.825-.009 1.238-.005-.006 1.316.022 2.632-.014 3.947-.397-.006-.796-.006-1.194-.009-.008-.493.028-.987-.03-1.478-.55 0-1.098-.003-1.647.004-.423.86-1.705.857-2.124-.003-.574.001-1.147-.004-1.719 0-.013.504-.001 1.007-.008 1.511-.385.006-.77.006-1.154 0-.003-1.324-.011-2.646-.01-3.97z"/><path fill="#1e1914" d="M16.653 11.468c.428-.005.855-.006 1.283.001.003 1.313.005 2.627-.001 3.942-.427.009-.855.008-1.281.001v-3.944z"/><path fill="#f2afad" d="M.146 13.826c.118.157.21.391.07.568-.147-.156-.121-.38-.07-.568z"/><path fill="#035ba1" d="M5.943 16.866c.599-.429 1.294-.827 2.056-.794.789-.028 1.453.452 2.183.664 1.043.305 2.164.465 3.238.235 1.177-.236 2.218-1.076 3.473-.881.598.155 1.189.406 1.686.778-.003.215-.004.428-.004.643-.946-.775-2.27-1.09-3.422-.599-1.135.488-2.353.883-3.605.726-1.288-.09-2.362-1.076-3.684-.961-.74-.009-1.399.383-1.961.829.018-.21-.067-.451.039-.64z"/><path fill="#035ba1" d="M5.898 18.105c.904-.696 2.149-1.093 3.229-.557 1.818.881 4.03 1.067 5.858.104 1.163-.629 2.536-.324 3.578.395.011.231.014.463.013.696-.951-.803-2.307-1.076-3.468-.59-1.007.423-2.062.808-3.175.729-1.525.081-2.775-1.223-4.316-.96-.654.046-1.196.436-1.718.792a24.653 24.653 0 0 1-.001-.608z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-dangerous-water-pollutants--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.132 0h1.476c4.529.218 8.782 3.182 10.478 7.397.498 1.145.736 2.377.913 3.606v2.038c-.402 4.084-2.932 7.907-6.646 9.702-1.326.697-2.798 1.028-4.266 1.258h-2.135c-1.301-.203-2.605-.469-3.808-1.024C3.062 21.214.222 17.045-.002 12.613v-1.207C.216 7.06 2.943 2.958 6.904 1.14 8.228.496 9.682.199 11.13.001M9.239 2.4c-2.536.708-4.741 2.488-6.001 4.798-1.752 3.13-1.616 7.207.356 10.206 1.688 2.675 4.704 4.417 7.856 4.602.692-1.795 1.322-3.617 1.99-5.423.07-.2.143-.398.218-.596.179-.452.344-.914.385-1.402.116-.15.223-.31.306-.481h.004c.143-.418.293-.832.438-1.248l.185-.487-.185.061c.209-.044.253-.274.325-.44.644-1.801 1.307-3.594 1.957-5.392.313-.864.634-1.726.938-2.593-2.462-1.865-5.809-2.476-8.773-1.604m10.369 3.094c-.806 2.204-1.609 4.411-2.41 6.618-.246.664-.487 1.328-.726 1.994l-.142.383c-.158.473-.377.928-.491 1.415-.157.364-.317.731-.408 1.117-.16.352-.287.715-.41 1.08a347.567 347.567 0 0 0-1.374 3.773c3.134-.508 5.952-2.606 7.337-5.465 1.768-3.488 1.188-7.969-1.376-10.915z"/><path fill="#fff" d="M9.239 2.4c2.964-.871 6.311-.26 8.773 1.604-.305.868-.625 1.729-.938 2.593-2.561-2.394-6.91-2.486-9.678-.398-1.406.997-1.882 3.149-.701 4.501 1.928 2.281 5.393 2.639 8.096 1.729l.185-.061c-.061.162-.122.324-.185.487-2.281.718-4.873.562-6.964-.642-.577-.214-1.216-.059-1.819-.1-.002.664-.001 1.327.001 1.991 2.779-.001 5.56.001 8.34-.001a2.74 2.74 0 0 1-.306.481c-.041.487-.206.949-.385 1.402-.28.001-.558.002-.836 0-.376-.614-1.24-.652-1.609-.007-.404.01-.808.01-1.212.008l-.002-1.499h-1.39a2158.8 2158.8 0 0 0 0 3.599H10v-1.499c.402-.001.804-.001 1.206.002a.914.914 0 0 0 1.596.002l.638-.011c-.667 1.806-1.297 3.628-1.99 5.423-3.152-.185-6.168-1.927-7.856-4.602-1.973-2.999-2.108-7.076-.356-10.206 1.26-2.31 3.466-4.09 6.001-4.798m-2.43 12.091a2158.8 2158.8 0 0 0 0 3.599H8.2a2158.8 2158.8 0 0 0 0-3.599 322.48 322.48 0 0 0-1.391 0zM19.607 5.495c2.564 2.946 3.144 7.427 1.376 10.915-1.385 2.858-4.202 4.957-7.337 5.465.452-1.259.907-2.518 1.374-3.773l.386-.026c-.001-.352-.005-.703.024-1.054.091-.386.251-.754.408-1.117-.047.727-.014 1.456-.022 2.183h1.39c.001-1.2.002-2.4 0-3.6l-.877.002.142-.383c.511-.002 1.024-.004 1.535-.004.002-.664.004-1.327 0-1.991h-.809c.8-2.207 1.603-4.414 2.41-6.618z"/><path d="M7.396 6.199c2.768-2.088 7.117-1.996 9.678.398-.65 1.798-1.313 3.59-1.957 5.392-.072.167-.116.396-.325.44-2.704.91-6.168.552-8.096-1.729-1.181-1.352-.706-3.504.701-4.501m4.61-1.273c-1.304 1.283-2.59 2.584-3.886 3.875 1.284 1.312 2.596 2.597 3.886 3.902 1.292-1.303 2.599-2.593 3.888-3.9-1.296-1.292-2.581-2.594-3.888-3.877z"/><path d="M6.008 12.114c.604.041 1.242-.114 1.819.1 2.09 1.204 4.682 1.36 6.964.642-.145.416-.295.83-.438 1.248h-.004c-2.78.002-5.561 0-8.34.001-.002-.664-.004-1.327-.001-1.991zM17.197 12.113h.809c.004.664.002 1.327 0 1.991-.511 0-1.024.001-1.535.004.239-.666.48-1.331.726-1.994zM6.809 14.489H8.2v3.599H6.809a2158.8 2158.8 0 0 1 0-3.599zM8.609 14.489h1.39l.002 1.499c.404.001.808.001 1.212-.008.37-.644 1.234-.607 1.609.007.278.002.557.001.836 0a18.49 18.49 0 0 0-.218.596l-.638.011a.914.914 0 0 1-1.596-.002A80.803 80.803 0 0 0 10 16.59v1.499H8.609a2158.8 2158.8 0 0 1 0-3.599zM16.33 14.49l.877-.002a1440 1440 0 0 1 0 3.6h-1.39c.007-.727-.025-1.456.022-2.183.114-.487.332-.942.491-1.415zM15.02 18.102c.124-.365.251-.728.41-1.08-.029.35-.025.702-.024 1.054l-.386.026z"/><path fill="#ff6900" d="M12.007 4.926c1.307 1.283 2.592 2.585 3.888 3.877-1.289 1.307-2.596 2.597-3.888 3.9-1.29-1.306-2.602-2.591-3.886-3.902 1.296-1.291 2.581-2.592 3.886-3.875z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-explosives--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.565 0h2.871c2.367.375 4.684 1.314 6.481 2.925 2.255 1.93 3.658 4.722 4.083 7.64v2.879c-.375 2.364-1.318 4.677-2.926 6.474-1.93 2.255-4.722 3.651-7.639 4.083h-2.871c-2.367-.375-4.683-1.316-6.48-2.926C1.828 19.145.431 16.353 0 13.436v-2.871c.433-2.916 1.828-5.707 4.083-7.638C5.881 1.316 8.199.374 10.566.001m.003 1.851c-4.823.499-8.879 4.841-9.002 9.695-.217 3.356 1.385 6.737 4.077 8.738 2.439 1.862 5.734 2.53 8.705 1.762 3.319-.81 6.13-3.393 7.219-6.63a10.318 10.318 0 0 0-.753-8.383c-1.959-3.586-6.194-5.748-10.247-5.181z"/><path fill="#da251d" d="M11.57 3.387c.951 1.633 1.855 3.295 2.794 4.935 1-.85 1.983-1.719 2.989-2.559.148 1.133.267 2.269.43 3.4.481-.022.961-.054 1.443-.085-.69 1.974-1.265 3.993-2.046 5.932.01-.581.013-1.187-.253-1.721.397-1.149.851-2.275 1.249-3.424L17.09 9.85c-.119-.859-.222-1.721-.353-2.578-.882.694-1.72 1.441-2.604 2.132-.823-1.363-1.599-2.754-2.44-4.106-.228.506-.453 1.014-.68 1.521-.489-.376-.975-.755-1.472-1.12.027 1.102.146 2.202.173 3.305-.816-.474-1.599-1.001-2.424-1.459.208.755.44 1.503.653 2.256-.774.157-1.548.308-2.319.468.563.901 1.158 1.781 1.751 2.664-.117.244-.345.395-.56.548-.773-1.251-1.536-2.508-2.304-3.76.846-.178 1.697-.335 2.544-.507-.214-1.014-.497-2.011-.73-3.02.874.461 1.736.941 2.607 1.409-.047-1.167-.18-2.328-.198-3.496.646.47 1.276.96 1.925 1.427.307-.715.603-1.432.911-2.146z"/><path fill="#fff" d="M10.569 1.852c4.053-.567 8.288 1.595 10.247 5.181 1.427 2.518 1.71 5.65.753 8.383-1.09 3.237-3.9 5.82-7.219 6.63-2.971.767-6.267.1-8.705-1.762-2.693-2.001-4.294-5.381-4.077-8.738.123-4.854 4.179-9.196 9.002-9.695m1 1.536c-.308.714-.604 1.431-.911 2.146-.649-.467-1.28-.957-1.925-1.427.018 1.168.15 2.329.198 3.496-.87-.468-1.733-.948-2.607-1.409.234 1.009.516 2.006.73 3.02-.847.172-1.698.329-2.544.507.767 1.253 1.531 2.509 2.304 3.76-.502.335-.24 1.034-.299 1.536.022.653-.196 1.724.681 1.888 2.949.041 5.901-.028 8.852-.028.415.021.88-.123 1.068-.526.086-.44.035-.893.063-1.34.78-1.939 1.355-3.958 2.046-5.932-.481.031-.961.063-1.443.085-.163-1.131-.282-2.267-.43-3.4-1.006.841-1.989 1.71-2.989 2.559-.939-1.64-1.843-3.302-2.794-4.935M7.203 17.225c.026.558-.047 1.131.074 1.681.33.588 1.425.619 1.675-.058.108-.531.035-1.079.05-1.617-.599-.01-1.199-.008-1.799-.006m7.472-.039c.014.531-.031 1.07.05 1.598.239.692 1.41.744 1.708.068.083-.552.023-1.114.033-1.67a89.188 89.188 0 0 0-1.792.004z"/><path fill="#fff" d="M8.614 10.796c.077-.339.465-.366.747-.354 1.715.009 3.431-.023 5.147-.003.285-.035.439.228.511.463.253.752.471 1.516.717 2.269-2.595.017-5.188.099-7.783.101.219-.825.406-1.662.661-2.477zM15.554 13.792c.689-.068 1.226.75.874 1.351-.304.604-1.253.648-1.604.068-.409-.554.046-1.419.73-1.419zM7.736 13.906c.665-.352 1.526.394 1.256 1.102-.173.601-.986.821-1.459.431-.52-.38-.411-1.307.203-1.534z"/><path fill="#fff503" d="M11.013 6.818c.227-.507.452-1.015.68-1.521.841 1.351 1.617 2.743 2.44 4.106.884-.69 1.722-1.437 2.604-2.132.131.857.234 1.72.353 2.578l1.086.015c-.398 1.149-.852 2.276-1.249 3.424l-.531-.157c-.33-.957-.603-1.938-.99-2.874-.176-.47-.748-.439-1.16-.447-1.757.019-3.515-.01-5.272.012-.45-.017-.809.35-.945.752-.264.771-.439 1.57-.655 2.356-.593-.883-1.187-1.763-1.751-2.664.771-.16 1.545-.312 2.319-.468-.213-.753-.445-1.502-.653-2.256.825.458 1.608.986 2.424 1.459-.027-1.102-.146-2.202-.173-3.305.497.366.983.744 1.472 1.12z"/><path fill="#1f1a17" d="M8.029 10.575c.136-.402.494-.769.945-.752 1.757-.022 3.515.008 5.272-.012.412.008.984-.023 1.16.447.386.936.66 1.916.99 2.874.177.051.354.104.531.157.266.534.263 1.14.253 1.721-.028.447.023.9-.063 1.34-.187.403-.653.547-1.068.526-2.951 0-5.902.069-8.852.028-.878-.164-.66-1.235-.681-1.888.059-.502-.203-1.201.299-1.536.214-.153.443-.304.56-.548.216-.787.39-1.585.655-2.356m.584.22c-.255.815-.441 1.652-.661 2.477 2.595-.003 5.188-.085 7.783-.101-.246-.753-.465-1.517-.717-2.269-.072-.235-.226-.498-.511-.463-1.716-.021-3.432.012-5.147.003-.282-.012-.67.015-.747.354m6.94 2.995c-.684 0-1.14.865-.73 1.419.352.58 1.3.536 1.604-.068.352-.602-.185-1.419-.874-1.351m-7.818.114c-.613.227-.723 1.154-.203 1.534.474.39 1.286.169 1.459-.431.27-.708-.592-1.454-1.256-1.102zM7.203 17.225c.601-.001 1.2-.004 1.799.006-.015.538.058 1.086-.05 1.617-.25.676-1.345.646-1.675.058-.122-.551-.049-1.123-.074-1.681zM14.675 17.186a89.188 89.188 0 0 1 1.792-.004c-.01.556.05 1.118-.033 1.67-.298.676-1.47.624-1.708-.068-.081-.527-.036-1.067-.05-1.598z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--no-vehicles-carrying-explosives-or-dangerous-water-pollutants--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.065 0h1.845c1.126.16 2.257.35 3.32.77 3.315 1.234 6.008 4.012 7.131 7.368.339.945.484 1.942.639 2.929v1.841c-.152 1.023-.309 2.053-.665 3.029-1.178 3.446-4.018 6.269-7.473 7.424-.945.339-1.941.484-2.929.639h-1.841c-1.023-.152-2.053-.309-3.029-.665C4.666 22.174 1.875 19.4.69 16.012c-.37-.99-.532-2.037-.69-3.077v-1.846c.153-1.048.318-2.103.69-3.101C1.874 4.599 4.666 1.825 8.063.663 9.03.31 10.051.156 11.065 0M7.093 3.687c-2.725 1.586-4.561 4.575-4.732 7.726h19.277c-.174-3.247-2.123-6.318-4.98-7.867-2.919-1.642-6.696-1.587-9.565.141m-4.732 8.9c.172 3.176 2.036 6.186 4.796 7.763 2.88 1.706 6.658 1.734 9.563.069 2.824-1.558 4.744-4.609 4.918-7.832H2.361z"/><path fill="#d40000" d="M12.478 2.969c.277.783.544 1.569.822 2.352.856-.448 1.705-.909 2.56-1.357-.193.654-.399 1.305-.597 1.958.287.188.581.365.875.541-.478.856-.954 1.713-1.416 2.577l.004-.368c.431-.701.825-1.423 1.2-2.155l-.828-.53c.17-.572.35-1.142.513-1.716-.808.392-1.585.846-2.389 1.248-.264-.715-.496-1.44-.764-2.153-.223.442-.434.89-.645 1.338-.435-.419-.847-.862-1.274-1.289-.02.607-.024 1.214-.035 1.821-.58-.107-1.158-.221-1.738-.325.174.587.363 1.169.544 1.754-.395.053-.79.106-1.184.163.366.419.741.83 1.146 1.212l.002.251c-.477-.532-.974-1.045-1.461-1.567.435-.063.872-.119 1.308-.178-.182-.612-.385-1.218-.573-1.829.607.114 1.211.237 1.818.35.014-.674.01-1.348.024-2.021.463.468.91.953 1.375 1.42.241-.498.472-1 .713-1.497z"/><path fill="#fff" d="M7.093 3.687c2.869-1.728 6.646-1.783 9.565-.141 2.857 1.549 4.806 4.62 4.98 7.867H2.361c.171-3.151 2.007-6.14 4.732-7.726m5.385-.718c-.241.497-.472.999-.713 1.497-.465-.467-.912-.952-1.375-1.42-.014.673-.01 1.347-.024 2.021-.607-.113-1.211-.236-1.818-.35.188.611.391 1.217.573 1.829-.436.059-.873.115-1.308.178.487.522.984 1.035 1.461 1.567.027.554-.019 1.111.025 1.664l.23.097c0 .23.001.459.003.689h.735c.003-.247.004-.494.005-.741h3.456c.001.247.002.494.005.741a59.7 59.7 0 0 1 .733.001l.006-.69c.448-.097.171-.679.25-1.012.462-.864.938-1.721 1.416-2.577a25.404 25.404 0 0 1-.875-.541c.198-.653.404-1.304.597-1.958-.855.448-1.704.909-2.56 1.357-.278-.783-.545-1.569-.822-2.352z"/><path fill="#fff" d="M10.125 6.294h3.75l.199.993H9.926l.199-.993zM9.831 8.337c.463-.11.614.655.139.726-.46.104-.609-.652-.139-.726zM14.03 8.336c.459-.104.609.652.139.726-.463.11-.615-.655-.139-.726zM9.527 9.321c1.649-.002 3.297-.002 4.946 0l-.002.245H9.529l-.002-.245zM2.361 12.587h19.277c-.174 3.223-2.094 6.274-4.918 7.832-2.905 1.665-6.683 1.637-9.563-.069-2.76-1.577-4.624-4.587-4.796-7.763m8.771.954c-.631.11-1.755.506-1.427 1.338.727.903 2.08.908 3.136.768.551-.118 1.206-.295 1.485-.835.171-.392-.167-.767-.495-.936-.818-.439-1.798-.484-2.699-.335m-1.826 2.346v2.126h.641v-.906c.552 0 1.104-.003 1.657.002.223.27.568.27.791 0 .553-.005 1.106-.002 1.658-.002v.906h.641v-2.126h-.641v.913c-.553-.001-1.105.002-1.658-.003-.22-.277-.57-.278-.79 0-.553.005-1.106.002-1.658.003v-.913h-.641m.025 3.474c-.247-.076-.456-.436-.727-.229.452.546 1.236.645 1.759.14.474.442 1.158.436 1.637.006.478.431 1.162.435 1.636-.006.523.505 1.309.406 1.76-.141-.272-.204-.482.153-.728.23-.407.173-.747-.19-1.031-.427-.429.573-1.202.579-1.637.008-.435.569-1.209.567-1.637-.008-.285.236-.625.599-1.032.427m-.683.185c.219.745 1.193.774 1.721.333.493.388 1.133.378 1.631.004.496.375 1.137.382 1.63-.003.529.442 1.503.409 1.722-.335-.274.117-.511.313-.796.406-.355.064-.646-.208-.922-.387-.457.497-1.172.487-1.634.004-.463.483-1.177.493-1.635-.004-.276.179-.566.451-.922.388-.284-.094-.521-.289-.795-.406z"/><path fill="#ff9700" d="M11.813 4.704c.211-.448.422-.896.645-1.338.268.713.5 1.438.764 2.153.804-.402 1.581-.856 2.389-1.248-.163.574-.343 1.144-.513 1.716l.828.53a31.696 31.696 0 0 1-1.2 2.155c.09-.936-.548-1.715-.655-2.63a953.583 953.583 0 0 0-4.143.004c-.15.687-.375 1.351-.656 1.994-.405-.382-.78-.793-1.146-1.212.394-.057.789-.11 1.184-.163-.181-.585-.37-1.167-.544-1.754.58.104 1.158.218 1.738.325.011-.607.015-1.214.035-1.821.427.427.839.87 1.274 1.289zM11.132 13.541c.901-.149 1.881-.104 2.699.335.328.169.666.544.495.936-.279.54-.934.717-1.485.835-1.056.14-2.409.135-3.136-.768-.328-.832.796-1.228 1.427-1.338z"/><path d="M9.928 6.046c1.381-.005 2.762-.005 4.143-.004.107.915.745 1.694.655 2.63l-.004.368c-.079.333.198.915-.25 1.012l-.006.69a59.7 59.7 0 0 0-.733-.001c-.003-.247-.004-.494-.005-.741h-3.456c-.001.247-.002.494-.005.741h-.735c-.002-.23-.003-.459-.003-.689l-.23-.097c-.044-.553.002-1.11-.025-1.664a21.003 21.003 0 0 1-.002-.251c.281-.643.506-1.307.656-1.994m.197.248l-.199.993h4.148l-.199-.993h-3.75m-.294 2.043c-.47.074-.321.83.139.726.475-.071.324-.836-.139-.726m4.199-.001c-.476.071-.324.836.139.726.47-.074.32-.83-.139-.726m-4.503.985l.002.245h4.942l.002-.245c-1.649-.002-3.297-.002-4.946 0zM9.306 15.887h.641v.913c.552-.001 1.105.002 1.658-.003.22-.278.57-.277.79 0 .553.005 1.105.002 1.658.003v-.913h.641v2.126h-.641v-.906c-.552 0-1.105-.003-1.658.002-.223.27-.568.27-.791 0-.553-.005-1.105-.002-1.657-.002v.906h-.641v-2.126z"/><path fill="#214ea6" d="M9.331 19.361c.407.172.747-.191 1.032-.427.428.575 1.202.577 1.637.008.435.571 1.208.565 1.637-.008.284.237.624.6 1.031.427.246-.077.456-.434.728-.23-.451.547-1.237.646-1.76.141-.474.441-1.158.437-1.636.006-.479.43-1.163.436-1.637-.006-.523.505-1.307.406-1.759-.14.271-.207.48.153.727.229z"/><path fill="#2551a8" d="M8.648 19.546c.274.117.511.312.795.406.356.063.646-.209.922-.388.458.497 1.172.487 1.635.004.462.483 1.177.493 1.634-.004.276.179.567.451.922.387.285-.093.522-.289.796-.406-.219.744-1.193.777-1.722.335-.493.385-1.134.378-1.63.003-.498.374-1.138.384-1.631-.004-.528.441-1.502.412-1.721-.333z"/></symbol><symbol viewBox="0 0 33 24" id="regulatory--one-way-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M0 0h33.116v23.501c-.288.08-.579.212-.746.473-1.284-.262-2.603-.143-3.905-.16-7.939.004-15.875.004-23.814 0-1.31.019-2.636-.106-3.927.158-.156-.266-.443-.398-.724-.487V0m12.575 3.265C9.388 6.063 6.233 8.9 3.064 11.721c3.168 2.819 6.329 5.648 9.494 8.469.592.644 1.743.069 1.539-.794-.38-1.674-.893-3.317-1.313-4.982 5.766-.004 11.529.002 17.293-.004.004-1.788.004-3.576 0-5.366-5.764-.004-11.527.002-17.293-.002.42-1.671.938-3.317 1.317-4.995.18-.841-.947-1.416-1.526-.781z"/><path fill="#fff" d="M12.575 3.265c.579-.634 1.706-.06 1.526.781-.38 1.678-.897 3.325-1.317 4.995 5.766.004 11.529-.002 17.293.002.004 1.79.004 3.578 0 5.366-5.764.006-11.527 0-17.293.004.42 1.665.934 3.308 1.313 4.982.205.863-.947 1.438-1.539.794-3.165-2.82-6.326-5.65-9.494-8.469 3.168-2.82 6.324-5.658 9.511-8.456z"/><path fill="#e8eff6" d="M0 23.485c.281.089.567.221.724.487L.627 24H0v-.515z"/><path fill="#e0ebf3" d="M32.37 23.974c.167-.26.458-.393.746-.473V24h-.649l-.097-.026z"/><path fill="#3477af" d="M.724 23.972c1.291-.264 2.618-.14 3.927-.158 7.939.004 15.875.004 23.814 0 1.302.017 2.621-.102 3.905.16l.097.026-31.743-.028z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--one-way-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#131313" opacity=".94" d="M1.251 0h15.452l.127.127C11.591.072 6.349.102 1.11.112L1.251 0z"/><path fill="#fff" d="M.095 1.215C.231.699.63.318 1.11.112c5.239-.01 10.481-.04 15.72.015.074.015.148.029.223.042.029.175.222.232.371.261l.132.136c.177.314.334.655.329 1.024.006 7.027-.002 14.055.004 21.083a4.103 4.103 0 0 1-.161.468 8.044 8.044 0 0 1-.587.581c-.132.055-.268.103-.402.154-5.163.013-10.326-.009-15.488.011a1.632 1.632 0 0 1-1.166-1.172c.031-7.166.012-14.334.01-21.5M1.239.458a1.133 1.133 0 0 0-.822 1.134C.416 8.53.413 15.47.418 22.408c-.025.629.552 1.191 1.182 1.139l14.8-.001c.621.041 1.18-.52 1.156-1.138.006-6.938.003-13.877.001-20.815.046-.675-.586-1.249-1.251-1.18C11.285.443 6.255.354 1.239.458z"/><path fill="#fff" d="M1.436 1.053c4.955-.046 9.914-.007 14.871-.02.333-.048.673.211.629.565.005 6.901 0 13.803.002 20.704.049.319-.191.658-.534.622-4.935.006-9.872.003-14.808.001a.5.5 0 0 1-.556-.524c-.006-6.934-.003-13.868-.002-20.802-.021-.248.14-.512.398-.546m2.498 1.492c-.585.199-.876.813-1.021 1.371-.241.977-.171 2.064.311 2.958.526 1.003 2.204.954 2.682-.07.522-1.069.523-2.384.062-3.474-.32-.779-1.278-1.074-2.034-.785m3.612-.018v4.972l.788.001c.002-1.119-.002-2.238.002-3.357.637 1.116 1.264 2.237 1.896 3.356l.693.001c0-1.658.001-3.315-.001-4.973h-.779c-.001 1.059.001 2.118-.001 3.177C9.542 4.646 8.937 3.59 8.338 2.53c-.264-.002-.528-.004-.792-.003m4.63.005c.002 1.658-.001 3.316.002 4.974h3.083l.001-.802c-.765-.003-1.531 0-2.297-.002V5.34l1.442-.001v-.802c-.48-.001-.961 0-1.441-.002-.002-.405-.002-.809-.001-1.214l2.141-.001v-.788h-2.93m-9.71 6.462c.244 1.66.489 3.32.736 4.979l.69.001c.261-1.061.51-2.124.774-3.184.264 1.06.52 2.122.779 3.183h.701c.242-1.66.486-3.319.727-4.98l-.794.001c-.133.86-.247 1.724-.392 2.583-.224-.857-.424-1.72-.637-2.581a97.795 97.795 0 0 0-.766-.003c-.214.868-.416 1.739-.634 2.606-.133-.868-.254-1.737-.383-2.605h-.801m6.566.001c-.568 1.66-1.14 3.317-1.705 4.977l.839.001c.165-.468.313-.942.501-1.401.512.014 1.024.006 1.535.008.164.465.325.93.488 1.394l.836-.002c-.565-1.661-1.137-3.319-1.706-4.979l-.788.002m2.537 0c.46.75.926 1.497 1.39 2.245.638.767.242 1.825.351 2.734h.787c.015-.721-.027-1.445.018-2.164.534-.956 1.144-1.871 1.7-2.815-.305-.002-.61-.002-.915-.002-.405.638-.803 1.279-1.208 1.917-.397-.637-.788-1.279-1.186-1.917-.312 0-.624 0-.937.002m-4.171 6.498c-1.425.971-2.833 1.968-4.249 2.952 1.417.987 2.829 1.981 4.246 2.967.281.24.766-.029.689-.395-.117-.492-.317-.959-.462-1.443 2.441 0 4.882-.005 7.322.003.009-.752.011-1.503-.001-2.255-2.44.009-4.88.004-7.32.003.144-.483.344-.951.461-1.442.076-.364-.409-.625-.686-.39z"/><path fill="#fff" d="M4.142 3.35c.373-.21.911-.096 1.092.314.381.807.358 1.784.041 2.609a.773.773 0 0 1-1.015.468c-.565-.268-.625-.994-.675-1.543.005-.631.017-1.421.557-1.848zM8.931 11.771c.168-.465.334-.93.508-1.394.162.465.324.929.482 1.395-.33.002-.66.002-.99-.001z"/><path fill="#363636" opacity=".88" d="M17.053.169c.168 0 .297.12.371.261-.149-.029-.342-.086-.371-.261z"/><path d="M1.239.458C6.255.354 11.285.443 16.306.413c.665-.069 1.297.505 1.251 1.18.002 6.938.005 13.877-.001 20.815.024.618-.535 1.179-1.156 1.138l-14.8.001c-.63.052-1.207-.51-1.182-1.139C.413 15.47.416 8.53.417 1.592A1.133 1.133 0 0 1 1.239.458m.197.595c-.258.034-.419.298-.398.546-.001 6.934-.004 13.868.002 20.802a.5.5 0 0 0 .556.524c4.936.002 9.873.005 14.808-.001.343.036.583-.303.534-.622-.002-6.901.003-13.803-.002-20.704.044-.354-.296-.613-.629-.565-4.957.013-9.916-.026-14.871.02z"/><path d="M3.934 2.545c.756-.289 1.714.006 2.034.785.461 1.09.46 2.405-.062 3.474-.478 1.024-2.156 1.073-2.682.07-.482-.894-.552-1.981-.311-2.958.145-.558.436-1.172 1.021-1.371m.208.805c-.54.427-.552 1.217-.557 1.848.05.549.11 1.275.675 1.543a.773.773 0 0 0 1.015-.468c.317-.825.34-1.802-.041-2.609-.181-.41-.719-.524-1.092-.314zM7.546 2.527c.264-.001.528.001.792.003.599 1.06 1.204 2.116 1.806 3.174.002-1.059 0-2.118.001-3.177h.779c.002 1.658.001 3.315.001 4.973l-.693-.001C9.6 6.38 8.973 5.259 8.336 4.143c-.004 1.119 0 2.238-.002 3.357l-.788-.001V2.527zM12.176 2.532h2.93v.788l-2.141.001c-.001.405-.001.809.001 1.214.48.002.961.001 1.441.002v.802l-1.442.001v1.362c.766.002 1.532-.001 2.297.002l-.001.802h-3.083c-.003-1.658 0-3.316-.002-4.974zM2.466 8.994h.801c.129.868.25 1.737.383 2.605.218-.867.42-1.738.634-2.606.255 0 .511.001.766.003.213.861.413 1.724.637 2.581.145-.859.259-1.723.392-2.583l.794-.001c-.241 1.661-.485 3.32-.727 4.98h-.701c-.259-1.061-.515-2.123-.779-3.183-.264 1.06-.513 2.123-.774 3.184l-.69-.001c-.247-1.659-.492-3.319-.736-4.979zM9.032 8.995l.788-.002c.569 1.66 1.141 3.318 1.706 4.979l-.836.002c-.163-.464-.324-.929-.488-1.394-.511-.002-1.023.006-1.535-.008-.188.459-.336.933-.501 1.401l-.839-.001c.565-1.66 1.137-3.317 1.705-4.977m-.101 2.776c.33.003.66.003.99.001-.158-.466-.32-.93-.482-1.395-.174.464-.34.929-.508 1.394zM11.569 8.995c.313-.002.625-.002.937-.002.398.638.789 1.28 1.186 1.917.405-.638.803-1.279 1.208-1.917.305 0 .61 0 .915.002-.556.944-1.166 1.859-1.7 2.815-.045.719-.003 1.443-.018 2.164h-.787c-.109-.909.287-1.967-.351-2.734-.464-.748-.93-1.495-1.39-2.245zM7.398 15.493c.277-.235.762.026.686.39-.117.491-.317.959-.461 1.442 2.44.001 4.88.006 7.32-.003.012.752.01 1.503.001 2.255-2.44-.008-4.881-.003-7.322-.003.145.484.345.951.462 1.443.077.366-.408.635-.689.395-1.417-.986-2.829-1.98-4.246-2.967 1.416-.984 2.824-1.981 4.249-2.952z"/><path fill="#141414" opacity=".82" d="M17.556.566c.197.179.344.403.444.65v21.607l-.111-.15c-.006-7.028.002-14.056-.004-21.083.005-.369-.152-.71-.329-1.024z"/><path fill="#121212" opacity=".94" d="M0 1.075l.095.14c.002 7.166.021 14.334-.01 21.5L0 22.863V1.075z"/><path fill="#393939" opacity=".85" d="M17.141 23.722c.206-.183.401-.378.587-.581a.782.782 0 0 1-.587.581z"/><path fill="#101010" opacity=".73" d="M1.251 23.887c5.162-.02 10.325.002 15.488-.011l-.13.124H1.396l-.145-.113z"/></symbol><symbol viewBox="0 0 71 24" id="regulatory--one-way-left--g3" xmlns="http://www.w3.org/2000/svg"><path d="M2.529 0h66.422l-.296.233C46.513.237 24.366.169 2.226.269L2.528 0zM2.502 1.184c.711-.151 1.444-.073 2.164-.089 21.04.002 42.08 0 63.118 0 1.149-.136 2.273.827 2.224 2 .02 5.86.007 11.722.007 17.582.096 1.127-.873 2.187-2.013 2.133-21.631.007-43.262.007-64.893 0-1.136.051-2.102-1.009-2.004-2.131-.007-5.787-.002-11.571-.002-17.358-.087-.924.489-1.884 1.4-2.138m16.966 1.168a2501.958 2501.958 0 0 0-15.4 9.604c5.144 3.213 10.296 6.418 15.44 9.633.951.696 2.427-.2 2.251-1.36-.213-1.051-.624-2.053-.911-3.087 14.747-.004 29.496.002 44.244-.002.002-3.458.007-6.913-.002-10.371-14.747 0-29.493.004-44.242-.002.284-1.076.749-2.104.924-3.207.058-1.14-1.391-1.907-2.304-1.209z"/><path d="M70.847 2.227l.264.3v18.976c-.364 1.18-1.307 2.067-2.478 2.422l.184-.282c1.196-.487 2.147-1.611 2.067-2.956-.016-6.153.056-12.309-.038-18.46zM23.42 8.109c1.138-.507 2.696-.229 3.293.951.882 1.742.858 3.931.044 5.696-.811 1.789-3.793 1.707-4.442-.178-.822-2.047-.9-5.1 1.104-6.469m.872 1.071c-1.207.387-1.216 1.989-1.236 3.038-.024 1.131.527 3.011 2.033 2.469 1.1-.773 1.06-2.367.967-3.571-.056-.922-.616-2.249-1.764-1.936zM28.36 8.002c.409-.002.82-.004 1.231-.009.98 1.664 1.9 3.36 2.878 5.027.018-1.673.004-3.347.009-5.02.411 0 .824 0 1.238.002-.004 2.633.002 5.264-.004 7.898-.367-.002-.733-.007-1.1-.009-.998-1.776-1.989-3.556-3-5.324-.009 1.776 0 3.553-.007 5.329h-1.244c-.004-2.631-.002-5.262 0-7.893zM34.856 8.011c1.549-.002 3.098-.004 4.647.002-.002.416-.004.833-.004 1.249-1.131.002-2.262 0-3.393.002-.002.642-.002 1.284 0 1.927.762.002 1.522.002 2.284.002 0 .424 0 .849.002 1.273l-2.289.004v2.16c1.216.004 2.429 0 3.642.004l-.002 1.276c-1.629 0-3.256 0-4.884-.002-.007-2.631-.004-5.264-.002-7.898zM43.682 8h1.269c.213 1.362.38 2.731.613 4.089.353-1.356.667-2.72.993-4.08.404-.004.811-.009 1.216-.011.351 1.364.647 2.74 1.024 4.098.216-1.362.407-2.729.611-4.091.42-.002.84-.004 1.262-.004-.387 2.636-.767 5.273-1.16 7.909-.373-.027-.747-.007-1.12-.036-.389-1.673-.802-3.34-1.218-5.007-.433 1.671-.811 3.356-1.231 5.031-.36 0-.72 0-1.078.004-.422-2.629-.784-5.269-1.182-7.902zM53.22 8.02c.42-.018.84-.013 1.262-.027.904 2.631 1.818 5.262 2.702 7.902h-1.32l-.769-2.204c-.82-.004-1.64-.004-2.46 0-.26.736-.518 1.471-.776 2.207l-1.322-.004c.884-2.629 1.811-5.242 2.682-7.873m.659 2.186c-.271.733-.536 1.469-.796 2.207.52.002 1.042.002 1.567 0-.251-.738-.504-1.473-.771-2.207zM55.889 8.002l1.482-.007c.644 1.009 1.256 2.04 1.891 3.053.638-1.013 1.269-2.031 1.909-3.044C61.66 8 62.147 8 62.635 8c-.891 1.493-1.862 2.942-2.696 4.467-.096 1.138-.009 2.287-.038 3.429-.413 0-.829 0-1.24.002-.04-1.142.049-2.289-.042-3.427-.84-1.527-1.833-2.971-2.731-4.469z"/><path fill="#fff" d="M.249 2.318C.598 1.376 1.307.662 2.227.269c22.14-.1 44.287-.031 66.429-.036 1.022.271 1.782 1.038 2.191 1.993.093 6.151.022 12.307.038 18.46.08 1.344-.871 2.469-2.067 2.956-21.827.109-43.658.013-65.487.047-1.224.096-2.282-.664-2.931-1.644a11.243 11.243 0 0 1-.147-.66C.213 15.029.222 8.674.249 2.318m2.253-1.134c-.911.253-1.487 1.213-1.4 2.138 0 5.787-.004 11.571.002 17.358-.098 1.122.869 2.182 2.004 2.131 21.631.007 43.262.007 64.893 0 1.14.053 2.109-1.007 2.013-2.133 0-5.86.013-11.722-.007-17.582.049-1.173-1.076-2.136-2.224-2-21.038 0-42.078.002-63.118 0-.72.016-1.453-.062-2.164.089z"/><path fill="#fff" d="M19.469 2.351c.913-.698 2.362.069 2.304 1.209-.176 1.102-.64 2.131-.924 3.207 14.749.007 29.496.002 44.242.002.009 3.458.004 6.913.002 10.371-14.749.004-29.498-.002-44.244.002.287 1.033.698 2.036.911 3.087.176 1.16-1.3 2.056-2.251 1.36-5.144-3.216-10.296-6.42-15.44-9.633 5.122-3.22 10.256-6.422 15.4-9.604m3.951 5.757c-2.004 1.369-1.927 4.422-1.104 6.469.649 1.884 3.631 1.967 4.442.178.813-1.764.838-3.953-.044-5.696-.598-1.18-2.156-1.458-3.293-.951m4.939-.107c-.002 2.631-.004 5.262 0 7.893h1.244c.007-1.776-.002-3.553.007-5.329 1.011 1.769 2.002 3.549 3 5.324.367.002.733.007 1.1.009.007-2.633 0-5.264.004-7.898-.413-.002-.827-.002-1.238-.002-.004 1.673.009 3.347-.009 5.02-.978-1.667-1.898-3.362-2.878-5.027l-1.231.009m6.497.01c-.002 2.633-.004 5.267.002 7.898 1.629.002 3.256.002 4.884.002l.002-1.276c-1.213-.004-2.427 0-3.642-.004v-2.16l2.289-.004c-.002-.424-.002-.849-.002-1.273-.762 0-1.522 0-2.284-.002-.002-.642-.002-1.284 0-1.927 1.131-.002 2.262 0 3.393-.002 0-.416.002-.833.004-1.249-1.549-.007-3.098-.004-4.647-.002M43.682 8c.398 2.633.76 5.273 1.182 7.902.358-.004.718-.004 1.078-.004.42-1.676.798-3.36 1.231-5.031.416 1.667.829 3.333 1.218 5.007.373.029.747.009 1.12.036.393-2.636.773-5.273 1.16-7.909-.422 0-.842.002-1.262.004-.204 1.362-.396 2.729-.611 4.091-.378-1.358-.673-2.733-1.024-4.098-.404.002-.811.007-1.216.011-.327 1.36-.64 2.724-.993 4.08-.233-1.358-.4-2.727-.613-4.089h-1.269m9.537.02c-.871 2.631-1.798 5.244-2.682 7.873l1.322.004c.258-.736.516-1.471.776-2.207.82-.004 1.64-.004 2.46 0l.769 2.204h1.32c-.884-2.64-1.798-5.271-2.702-7.902-.422.013-.842.009-1.262.027m2.668-.017c.898 1.498 1.891 2.942 2.731 4.469.091 1.138.002 2.284.042 3.427.411-.002.827-.002 1.24-.002.029-1.142-.058-2.291.038-3.429.833-1.524 1.804-2.973 2.696-4.467-.489 0-.976 0-1.464.004-.64 1.013-1.271 2.031-1.909 3.044-.636-1.013-1.247-2.044-1.891-3.053l-1.482.007z"/><path fill="#fff" d="M24.291 9.18c1.149-.313 1.709 1.013 1.764 1.936.093 1.204.133 2.798-.967 3.571-1.507.542-2.058-1.338-2.033-2.469.02-1.049.029-2.651 1.236-3.038zM53.878 10.207c.267.733.52 1.469.771 2.207-.524.002-1.047.002-1.567 0 .26-.738.524-1.473.796-2.207z"/><path fill="#020202" d="M0 2.636l.249-.318C.222 8.674.213 15.029.253 21.385L0 21.663V2.636z"/><path fill="#0d0d0d" opacity=".65" d="M.4 22.044c.649.98 1.707 1.74 2.931 1.644 21.829-.033 43.66.062 65.487-.047l-.184.282-.167.076H2.469C1.598 23.61.511 23.132.4 22.043z"/></symbol><symbol viewBox="0 0 31 24" id="regulatory--one-way-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h31.13v2.017c-.167-.72-.777-1.323-1.55-1.27C20.178.728 10.775.752 1.371.735c-.473-.014-.93.122-1.372.28V-.001zM17.624 5.005c-.172-.779.87-1.33 1.416-.744 2.983 2.621 5.937 5.271 8.899 7.915-2.967 2.638-5.925 5.287-8.89 7.927-.553.588-1.607.043-1.423-.75.355-1.565.835-3.103 1.228-4.661-5.388-.009-10.776.002-16.162-.005-.003-1.671-.003-3.343 0-5.014 5.388-.007 10.774.003 16.162-.005-.391-1.558-.871-3.096-1.23-4.663zM29.581 23.616c.739.071 1.292-.503 1.55-1.139V24H.001v-.678c.372.186.777.311 1.197.301 9.461-.01 18.923 0 28.384-.007z"/><path fill="#03559b" d="M0 1.016C.442.858.899.722 1.372.736c9.403.017 18.807-.007 28.209.012.772-.054 1.383.55 1.55 1.27v20.459c-.257.637-.81 1.21-1.55 1.139-9.461.007-18.923-.003-28.384.007-.419.01-.824-.115-1.197-.301V1.016m17.624 3.989c.358 1.567.838 3.104 1.23 4.663-5.388.009-10.774-.002-16.162.005-.003 1.671-.003 3.343 0 5.014 5.386.007 10.774-.003 16.162.005-.393 1.558-.873 3.096-1.228 4.661-.184.793.87 1.337 1.423.75 2.965-2.64 5.923-5.289 8.89-7.927-2.962-2.643-5.917-5.294-8.899-7.915-.546-.586-1.588-.035-1.416.744z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--one-way-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#131313" opacity=".94" d="M1.128 0h15.834l-.201.075C11.604.148 6.441.055 1.283.121L1.128 0z"/><path fill="#fff" d="M.936.168l.347-.047C6.441.055 11.604.148 16.761.075c.516.159.916.544 1.136 1.032.028 7.201-.041 14.405.034 21.605-.172.567-.6 1.017-1.178 1.171-5.167-.006-10.335-.008-15.503.001-.132-.054-.266-.106-.396-.166a5.991 5.991 0 0 1-.575-.574c-.06-.132-.109-.269-.161-.404-.013-7.016 0-14.032-.006-21.048C.098 1.293.239.91.441.571L.58.42C.725.4.923.344.936.168m.396.275c-.531.098-.915.617-.89 1.15C.44 8.531.437 15.47.444 22.408c-.024.619.533 1.178 1.155 1.139l14.801.001c.632.05 1.207-.51 1.182-1.14.007-6.939.004-13.878.002-20.817.046-.688-.607-1.257-1.28-1.18C11.314.434 6.319.37 1.332.443z"/><path fill="#fff" d="M1.439 1.06c4.953-.061 9.912-.008 14.867-.027.34-.051.699.197.655.565.004 6.903 0 13.806.002 20.709.049.33-.208.663-.559.616-4.936.003-9.873.006-14.809-.001-.343.036-.579-.3-.532-.619-.001-6.868.001-13.736-.001-20.605-.024-.263.082-.589.377-.638m2.596 1.784c-.586.2-.878.813-1.022 1.372-.241.977-.172 2.064.31 2.958.526 1.004 2.205.955 2.684-.07.522-1.069.523-2.384.062-3.474-.32-.779-1.278-1.075-2.034-.786m3.61-.019V7.8h.79c0-1.118-.003-2.236.001-3.354.638 1.114 1.264 2.235 1.895 3.353l.695.001-.001-4.974h-.78c-.002 1.059 0 2.118-.001 3.177-.602-1.058-1.207-2.115-1.806-3.175l-.793-.003m4.632.005v4.977h3.085v-.805h-2.296l-.001-1.361c.481 0 .962-.002 1.442 0l.001-.806h-1.443V3.62l2.142.001V2.83h-2.93M2.565 9.294c.244 1.66.49 3.32.736 4.98h.692c.258-1.059.51-2.119.772-3.177.268 1.057.52 2.118.78 3.177l.702.001c.241-1.661.485-3.321.728-4.982h-.797c-.132.858-.244 1.719-.392 2.574-.226-.854-.424-1.715-.636-2.573-.256.001-.512-.002-.767-.001-.212.866-.414 1.735-.633 2.599-.132-.866-.255-1.733-.382-2.599l-.803.001m6.566 0c-.566 1.661-1.14 3.318-1.705 4.979l.84.001c.159-.463.323-.925.479-1.389.52-.002 1.039-.008 1.558-.004.16.465.325.929.485 1.394l.839-.002c-.565-1.661-1.138-3.32-1.706-4.98l-.79.001m2.536 0c.562.945 1.188 1.856 1.718 2.817.059.718.006 1.443.024 2.163h.789c.106-.907-.28-1.961.344-2.734.462-.746.918-1.496 1.376-2.246l-.92-.001-1.206 1.917c-.396-.638-.789-1.278-1.184-1.917l-.941.001m-1.751 6.588c.115.492.315.959.461 1.442-2.442.002-4.885.002-7.327.001a563 563 0 0 0 0 2.251c2.443-.002 4.885-.002 7.327-.001-.146.483-.347.95-.46 1.442-.079.367.406.636.687.395 1.419-.984 2.832-1.978 4.246-2.968-1.416-.983-2.822-1.983-4.249-2.951-.277-.236-.762.025-.685.389z"/><path fill="#fff" d="M4.243 3.65c.399-.229.963-.066 1.125.379.348.84.334 1.853-.061 2.674-.292.616-1.27.446-1.422-.192-.288-.909-.379-2.149.358-2.861zM9.031 12.072c.167-.465.336-.93.508-1.394l.483 1.395-.991-.001z"/><path fill="#363636" opacity=".88" d="M.58.42C.651.287.772.162.936.168.923.344.725.4.58.42z"/><path fill="#040404" d="M1.332.443C6.319.37 11.314.434 16.304.411c.673-.077 1.326.492 1.28 1.18.002 6.939.005 13.878-.002 20.817.025.63-.55 1.19-1.182 1.14l-14.801-.001c-.622.039-1.179-.52-1.155-1.139C.437 15.47.44 8.531.442 1.593.417 1.06.801.541 1.332.443m.107.617c-.295.049-.401.375-.377.638.002 6.869 0 13.737.001 20.605-.047.319.189.655.532.619 4.936.007 9.873.004 14.809.001.351.047.608-.286.559-.616-.002-6.903.002-13.806-.002-20.709.044-.368-.315-.616-.655-.565-4.955.019-9.914-.034-14.867.027z"/><path fill="#040404" d="M9.916 15.882c-.077-.364.408-.625.685-.389 1.427.968 2.833 1.968 4.249 2.951-1.414.99-2.827 1.984-4.246 2.968-.281.241-.766-.028-.687-.395.113-.492.314-.959.46-1.442-2.442-.001-4.884-.001-7.327.001-.002-.751-.001-1.501 0-2.251 2.442.001 4.885.001 7.327-.001-.146-.483-.346-.95-.461-1.442z"/><path fill="#141414" opacity=".82" d="M0 1.238C.104.99.251.762.441.571.239.91.098 1.293.112 1.692.118 8.708.105 15.724.118 22.74L0 22.59V1.238z"/><path fill="#121212" opacity=".94" d="M17.897 1.107l.103.186v21.61l-.069-.191c-.075-7.2-.006-14.404-.034-21.605z"/><path fill="#030303" d="M4.035 2.844c.756-.289 1.714.007 2.034.786.461 1.09.46 2.405-.062 3.474-.479 1.025-2.158 1.074-2.684.07-.482-.894-.551-1.981-.31-2.958.144-.559.436-1.172 1.022-1.372m.208.806c-.737.712-.646 1.952-.358 2.861.152.638 1.13.808 1.422.192.395-.821.409-1.834.061-2.674-.162-.445-.726-.608-1.125-.379zM7.645 2.825l.793.003c.599 1.06 1.204 2.117 1.806 3.175.001-1.059-.001-2.118.001-3.177h.78l.001 4.974-.695-.001C9.7 6.681 9.074 5.56 8.436 4.446c-.004 1.118-.001 2.236-.001 3.354h-.79V2.825zM12.277 2.83h2.93v.791l-2.142-.001v1.215h1.443l-.001.806c-.48-.002-.961 0-1.442 0l.001 1.361h2.296v.805h-3.085V2.83zM2.565 9.294l.803-.001c.127.866.25 1.733.382 2.599.219-.864.421-1.733.633-2.599.255-.001.511.002.767.001.212.858.41 1.719.636 2.573.148-.855.26-1.716.392-2.574h.797c-.243 1.661-.487 3.321-.728 4.982l-.702-.001c-.26-1.059-.512-2.12-.78-3.177-.262 1.058-.514 2.118-.772 3.177h-.692c-.246-1.66-.492-3.32-.736-4.98zM9.131 9.294l.79-.001c.568 1.66 1.141 3.319 1.706 4.98l-.839.002c-.16-.465-.325-.929-.485-1.394-.519-.004-1.038.002-1.558.004-.156.464-.32.926-.479 1.389l-.84-.001c.565-1.661 1.139-3.318 1.705-4.979m-.1 2.778l.991.001-.483-1.395c-.172.464-.341.929-.508 1.394zM11.667 9.294l.941-.001c.395.639.788 1.279 1.184 1.917l1.206-1.917.92.001c-.458.75-.914 1.5-1.376 2.246-.624.773-.238 1.827-.344 2.734h-.789c-.018-.72.035-1.445-.024-2.163-.53-.961-1.156-1.872-1.718-2.817z"/><path fill="#393939" opacity=".85" d="M.279 23.144c.179.204.37.396.575.574a.812.812 0 0 1-.575-.574z"/><path fill="#101010" opacity=".73" d="M1.25 23.884c5.168-.009 10.336-.007 15.503-.001l-.154.117H1.445l-.195-.116z"/></symbol><symbol viewBox="0 0 71 24" id="regulatory--one-way-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M2.567 0h66.444l-.378.216C46.486.258 24.34.165 2.193.263l.373-.262zM2.502 1.184c.711-.149 1.444-.076 2.164-.091 21.04.007 42.082 0 63.122.002 1.142-.131 2.264.827 2.211 1.996.02 5.864.007 11.729.007 17.593.098 1.124-.871 2.18-2.009 2.127-21.629.009-43.258.009-64.887 0-1.14.056-2.109-1.002-2.016-2.129-.007-5.787 0-11.573-.002-17.362-.082-.924.491-1.889 1.409-2.136M49.342 3.56c.171 1.102.636 2.133.922 3.209-14.749.007-29.498.002-44.247.002-.004 3.456-.002 6.911 0 10.367 14.749.002 29.5-.002 44.249.002-.291 1.036-.704 2.038-.913 3.096-.176 1.156 1.298 2.044 2.247 1.351 5.144-3.211 10.296-6.42 15.442-9.633a2705.016 2705.016 0 0 0-15.404-9.602c-.911-.696-2.358.071-2.296 1.209z"/><path fill="#030303" d="M0 2.093l.211.387C.251 8.622.189 14.767.24 20.909c.004 1.509 1.358 2.813 2.867 2.771 20.964.02 41.929 0 62.893.009.898 0 1.798.031 2.693-.078-1.4.267-2.833.147-4.249.158-18.667-.002-37.333-.002-56-.002-2.031.016-4.064-.073-6.089.107-1.136-.336-1.987-1.258-2.356-2.367V2.094z"/><path fill="#030303" d="M9.644 8.107c1.136-.507 2.693-.227 3.291.951.869 1.696.844 3.809.12 5.551-.511 1.293-2.136 1.767-3.356 1.229-1.229-.611-1.551-2.127-1.678-3.373-.051-1.533.142-3.518 1.622-4.358m.873 1.073c-1.336.489-1.26 2.316-1.2 3.496.029 1.04.709 2.516 1.991 2.009 1.16-.829 1.08-2.533.936-3.804-.084-.862-.687-1.998-1.727-1.7zM14.58 8.002c.413-.004.829 0 1.244-.004.964 1.669 1.9 3.356 2.867 5.024.013-1.673.002-3.349.007-5.022h1.24c-.002 2.633.004 5.267-.002 7.9-.367-.002-.733-.004-1.102-.004-.998-1.778-1.993-3.558-3-5.329-.009 1.776 0 3.553-.004 5.331h-1.249c-.002-2.633 0-5.264 0-7.896zM21.078 8.009c1.549-.002 3.098-.004 4.647 0-.002.42 0 .838-.002 1.256-1.131 0-2.262 0-3.393.002-.002.64-.002 1.282 0 1.924.762 0 1.522.002 2.284 0 0 .427 0 .851.002 1.278-.764 0-1.527 0-2.289.002v2.16c1.213.004 2.429 0 3.642.004-.002.424 0 .851-.002 1.276-1.627.002-3.256 0-4.884 0-.016-2.633-.004-5.269-.004-7.902zM29.904 8h1.271c.207 1.367.389 2.738.611 4.102.347-1.362.664-2.731.993-4.098.407-.004.811-.002 1.218-.007.344 1.371.66 2.747 1.018 4.116.216-1.369.409-2.74.616-4.111.42-.002.842 0 1.264-.002-.389 2.636-.767 5.271-1.16 7.907-.371-.02-.742-.002-1.113-.02a548.587 548.587 0 0 0-1.229-5.024c-.422 1.673-.811 3.356-1.224 5.031l-1.078.013c-.436-2.629-.787-5.271-1.187-7.907zM39.451 8.009c.418-.013.838.002 1.258-.016.902 2.633 1.813 5.264 2.704 7.902-.442 0-.884.004-1.327.002-.26-.736-.509-1.473-.771-2.207-.82-.002-1.638-.002-2.456 0-.267.733-.513 1.473-.776 2.207-.442-.002-.884 0-1.327-.002.891-2.631 1.807-5.253 2.693-7.887m.653 2.196c-.271.736-.536 1.471-.798 2.209h1.567c-.253-.738-.509-1.473-.769-2.209zM42.109 8c.496.004.993-.007 1.491 0 .636 1.011 1.256 2.031 1.882 3.049.638-1.016 1.271-2.033 1.913-3.047.487-.007.976.002 1.464-.002-.887 1.496-1.876 2.938-2.691 4.473-.107 1.136-.011 2.282-.042 3.424-.416 0-.831-.002-1.247 0-.033-1.14.06-2.284-.042-3.42-.827-1.538-1.833-2.976-2.729-4.478z"/><path fill="#fff" d="M.211 2.48C.489 1.458 1.26.709 2.193.262 24.34.164 46.486.258 68.633.215c1.013.284 1.773 1.042 2.211 1.98.042 6.433.093 12.871-.024 19.302a4.525 4.525 0 0 1-.102.516c-.507.704-1.144 1.398-2.024 1.598-.896.109-1.796.078-2.693.078-20.964-.009-41.929.011-62.893-.009-1.509.042-2.862-1.262-2.867-2.771C.19 14.767.252 8.622.212 2.48m2.29-1.296c-.918.247-1.491 1.211-1.409 2.136.002 5.789-.004 11.576.002 17.362-.093 1.127.876 2.184 2.016 2.129 21.629.009 43.258.009 64.887 0 1.138.053 2.107-1.002 2.009-2.127 0-5.864.013-11.729-.007-17.593.053-1.169-1.069-2.127-2.211-1.996-21.04-.002-42.082.004-63.122-.002-.72.016-1.453-.058-2.164.091z"/><path fill="#fff" d="M49.342 3.56c-.062-1.138 1.384-1.904 2.296-1.209a2691.14 2691.14 0 0 1 15.404 9.602c-5.147 3.213-10.298 6.422-15.442 9.633-.949.693-2.422-.196-2.247-1.351.209-1.058.622-2.06.913-3.096-14.749-.004-29.5 0-44.249-.002-.002-3.456-.004-6.911 0-10.367 14.749 0 29.498.004 44.247-.002-.287-1.076-.751-2.107-.922-3.209M9.644 8.107c-1.48.84-1.673 2.824-1.622 4.358.127 1.247.449 2.762 1.678 3.373 1.22.538 2.844.064 3.356-1.229.724-1.742.749-3.856-.12-5.551-.598-1.178-2.156-1.458-3.291-.951m4.935-.105c0 2.631-.002 5.262 0 7.896h1.249c.004-1.778-.004-3.556.004-5.331 1.007 1.771 2.002 3.551 3 5.329.369 0 .736.002 1.102.004.007-2.633 0-5.267.002-7.9h-1.24c-.004 1.673.007 3.349-.007 5.022-.967-1.669-1.902-3.356-2.867-5.024-.416.004-.831 0-1.244.004m6.499.007c0 2.633-.011 5.269.004 7.902 1.629 0 3.258.002 4.884 0 .002-.424 0-.851.002-1.276-1.213-.004-2.429 0-3.642-.004v-2.16c.762-.002 1.524-.002 2.289-.002-.002-.427-.002-.851-.002-1.278-.762.002-1.522 0-2.284 0-.002-.642-.002-1.284 0-1.924 1.131-.002 2.262-.002 3.393-.002.002-.418 0-.836.002-1.256-1.549-.004-3.098-.002-4.647 0M29.904 8c.4 2.636.751 5.278 1.187 7.907l1.078-.013c.413-1.676.802-3.358 1.224-5.031.418 1.673.827 3.349 1.229 5.024.371.018.742 0 1.113.02.393-2.636.771-5.271 1.16-7.907-.422.002-.844 0-1.264.002-.207 1.371-.4 2.742-.616 4.111-.358-1.369-.673-2.744-1.018-4.116-.407.004-.811.002-1.218.007-.329 1.367-.647 2.736-.993 4.098-.222-1.364-.404-2.736-.611-4.102h-1.271m9.547.009c-.887 2.633-1.802 5.256-2.693 7.887.442.002.884 0 1.327.002.262-.733.509-1.473.776-2.207.818-.002 1.636-.002 2.456 0 .262.733.511 1.471.771 2.207.442.002.884-.002 1.327-.002-.891-2.638-1.802-5.269-2.704-7.902-.42.018-.84.002-1.258.016M42.109 8c.896 1.502 1.902 2.94 2.729 4.478.102 1.136.009 2.28.042 3.42.416-.002.831 0 1.247 0 .031-1.142-.064-2.289.042-3.424.816-1.536 1.804-2.978 2.691-4.473-.489.004-.978-.004-1.464.002-.642 1.013-1.276 2.031-1.913 3.047-.627-1.018-1.247-2.038-1.882-3.049-.498-.007-.996.004-1.491 0z"/><path fill="#fff" d="M10.516 9.18c1.04-.298 1.642.838 1.727 1.7.144 1.271.224 2.976-.936 3.804-1.282.507-1.962-.969-1.991-2.009-.06-1.18-.136-3.007 1.2-3.496zM40.102 10.204c.26.736.516 1.471.769 2.209h-1.567c.262-.738.527-1.473.798-2.209z"/><path fill="#040404" d="M70.844 2.196l.267.371v18.944l-.291-.013c.118-6.431.067-12.869.024-19.302z"/><path fill="#0e0e0e" opacity=".66" d="M68.693 23.611c.88-.2 1.518-.893 2.024-1.598-.104 1.093-1.18 1.587-2.053 1.987H2.686l-.331-.127c2.024-.18 4.058-.091 6.089-.107 18.667 0 37.333 0 56 .002 1.416-.011 2.849.109 4.249-.158z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--one-way-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M0 0h24.13v24h-9.408c.005-3.35-.012-6.699.009-10.049 1.443-.01 2.886.008 4.33-.009-2.335-3.992-4.69-7.974-7.031-11.964a1750.267 1750.267 0 0 0-7.04 11.966c1.545.016 3.091-.009 4.637.012.013 3.347.001 6.695.005 10.044H.221c.025-.175-.049-.252-.221-.232V0z"/><path fill="#fff" d="M4.989 13.945c2.333-3.997 4.677-7.987 7.04-11.966 2.342 3.989 4.696 7.972 7.031 11.964-1.444.017-2.888-.001-4.33.009-.021 3.35-.004 6.699-.009 10.049H9.63c-.004-3.348.008-6.697-.005-10.044-1.545-.021-3.091.004-4.637-.012z"/><path fill="#bed7e9" d="M0 23.768c.171-.019.245.057.221.232H0v-.232z"/></symbol><symbol viewBox="0 0 14 24" id="regulatory--one-way-straight--g3" xmlns="http://www.w3.org/2000/svg"><path d="M1.155 0h11.231a1.541 1.541 0 0 1 1.174 1.176v21.587c-.126.567-.554 1.052-1.12 1.205-.214-.02-.427-.047-.642-.05-2.983.005-5.967.001-8.95.003-.578.004-1.158-.032-1.732.047-.555-.153-.978-.622-1.115-1.176V1.168A1.547 1.547 0 0 1 1.156 0m-.115.166a1.295 1.295 0 0 0-.926 1.258C.114 8.452.116 15.48.114 22.508c-.031.703.594 1.378 1.306 1.36h10.719c.711.016 1.332-.658 1.3-1.36-.002-7.028 0-14.056-.001-21.085.033-.703-.599-1.338-1.303-1.309C8.61.11 5.086.115 1.56.111a1.875 1.875 0 0 0-.518.054z"/><path d="M1.247.31C4.877.282 8.509.305 12.139.299c.603-.024 1.148.518 1.113 1.125.001 7.028-.001 14.056.001 21.084.024.601-.496 1.206-1.115 1.19-3.574-.001-7.147-.002-10.721 0-.619.023-1.142-.584-1.119-1.185L.299 1.418C.271.876.708.369 1.246.31m.002.478c-.289.052-.493.343-.477.631C.769 8.45.772 15.481.77 22.513c-.019.355.287.713.652.7 3.549.003 7.098-.001 10.647.001.386.04.736-.322.714-.702-.001-7.031.001-14.062-.001-21.093.028-.383-.335-.696-.708-.651C8.466.78 4.855.741 1.249.788z"/><path d="M3.616 2.129c.938-.189 1.545.839 1.426 1.664.028.746-.569 1.558-1.382 1.415-.692-.05-1.083-.775-1.083-1.407-.068-.692.266-1.568 1.039-1.673m-.004.532c-.616.275-.642 1.161-.37 1.692.18.392.774.473 1.042.134.308-.386.315-.946.15-1.394-.114-.325-.482-.558-.822-.432zM5.634 2.17c.161-.001.321-.001.482-.004.47.652.917 1.319 1.381 1.976l.001-1.972h.52v2.987c-.156-.001-.312-.001-.467-.003-.467-.673-.927-1.35-1.397-2.021-.004.675 0 1.348-.002 2.023h-.516c-.002-.995-.001-1.991-.001-2.986zM8.778 2.174c.715-.002 1.429-.001 2.144-.001v.519c-.542.002-1.084-.001-1.626.001v.594l.877.001.001.519-.878.001v.833h1.679l.001.52c-.733.001-1.465.002-2.197-.001l-.001-2.986zM1.831 6.879l.525.001c.115.597.224 1.196.338 1.793.151-.597.294-1.196.444-1.793h.506c.16.602.313 1.207.473 1.809.113-.602.216-1.207.327-1.809l.515-.001c-.174.996-.353 1.991-.531 2.986l-.56.001c-.159-.622-.308-1.247-.465-1.869-.162.621-.315 1.245-.473 1.867-.182.002-.365.002-.547.002-.186-.996-.37-1.992-.553-2.988zM6.585 6.878l.497.003c.418.995.838 1.989 1.254 2.986a34.97 34.97 0 0 1-.561-.001c-.094-.232-.19-.462-.285-.694-.433-.003-.866-.001-1.298-.001-.098.233-.195.466-.297.696l-.544-.001c.41-.997.82-1.993 1.236-2.988m-.192 1.777c.292.001.584.001.875-.001a64.988 64.988 0 0 0-.435-1.056 98 98 0 0 0-.441 1.057zM8.714 6.879l.624-.001c.298.411.584.83.877 1.244.284-.414.572-.826.855-1.24.211-.004.422-.004.633-.002-.401.596-.821 1.18-1.212 1.782-.049.397-.003.803-.02 1.204h-.519c-.009-.393.014-.788-.009-1.18-.388-.615-.826-1.201-1.231-1.807zM6.508 12.202c.132-.195.401-.174.525.016.797.966 1.597 1.93 2.382 2.906.171.161.156.526-.13.532-.62-.113-1.227-.296-1.843-.433.054 2.019.114 4.038.168 6.057H5.914c.056-2.019.114-4.038.168-6.058-.625.136-1.24.332-1.871.435-.279-.045-.252-.387-.09-.548.789-.974 1.585-1.942 2.386-2.906z"/><path fill="#fff" d="M1.041.166c.167-.05.344-.053.518-.054 3.525.003 7.05-.001 10.575.003.704-.029 1.336.606 1.303 1.309.001 7.028-.001 14.056.001 21.085.033.702-.588 1.376-1.3 1.36H1.419c-.712.018-1.336-.657-1.306-1.36.002-7.028 0-14.056.001-21.084A1.294 1.294 0 0 1 1.04.167m.207.143C.709.369.272.875.3 1.418.299 8.45.301 15.481.299 22.513c-.024.601.5 1.208 1.119 1.185 3.574-.002 7.147-.001 10.721 0 .618.016 1.138-.589 1.115-1.19-.001-7.028.001-14.056-.001-21.084.035-.607-.51-1.149-1.113-1.125C8.509.304 4.878.282 1.248.31z"/><path fill="#fff" d="M1.248.788C4.854.741 8.465.781 12.073.768c.374-.045.736.268.708.651.003 7.031 0 14.062.001 21.093.022.38-.327.742-.714.702-3.549-.002-7.098.001-10.647-.001-.365.012-.671-.346-.652-.7C.771 15.482.768 8.451.77 1.419c-.016-.287.188-.578.477-.631m2.369 1.341c-.772.104-1.107.981-1.039 1.673-.001.632.391 1.357 1.083 1.407.812.143 1.41-.668 1.382-1.415.119-.825-.488-1.854-1.426-1.664m2.018.04c.001.995-.001 1.991.001 2.986h.516c.002-.675-.002-1.348.002-2.023.47.671.93 1.348 1.397 2.021.155.002.311.002.467.003V2.17a45.067 45.067 0 0 0-.52 0c-.001.657.001 1.315-.001 1.972-.464-.656-.911-1.324-1.381-1.976-.161.003-.321.003-.482.004m3.145.004c.001.995-.001 1.99.001 2.986.732.003 1.464.002 2.197.001l-.001-.52H9.296v-.833l.878-.001a29.93 29.93 0 0 0-.001-.519l-.877-.001a58.806 58.806 0 0 1 0-.594c.542-.001 1.084.001 1.626-.001v-.519a510.75 510.75 0 0 0-2.144.001M1.831 6.879c.183.997.367 1.993.553 2.988.182 0 .365 0 .547-.002.158-.622.31-1.246.473-1.867.157.622.306 1.247.465 1.869l.56-.001c.178-.995.357-1.991.531-2.986-.172 0-.344-.001-.515.001-.111.602-.214 1.207-.327 1.809-.16-.603-.313-1.207-.473-1.809h-.506c-.151.597-.293 1.196-.444 1.793-.115-.597-.224-1.196-.338-1.793l-.525-.001m4.753-.002c-.416.995-.826 1.991-1.236 2.988l.544.001c.102-.231.199-.464.297-.696.433 0 .866-.002 1.298.001.095.231.191.462.285.694l.561.001c-.416-.997-.836-1.991-1.254-2.986l-.497-.003m2.131.001c.404.606.842 1.192 1.231 1.807.023.393 0 .787.009 1.18h.519c.016-.401-.029-.807.02-1.204.391-.602.811-1.186 1.212-1.782a22.262 22.262 0 0 0-.633.002c-.283.414-.571.826-.855 1.24-.293-.414-.58-.833-.877-1.244l-.624.001m-2.208 5.323c-.801.963-1.597 1.932-2.386 2.906-.161.161-.188.502.09.548.631-.102 1.246-.298 1.871-.435-.054 2.02-.113 4.039-.168 6.058h1.696c-.054-2.019-.115-4.038-.168-6.057.616.137 1.222.32 1.843.433.286-.005.301-.37.13-.532-.785-.976-1.585-1.94-2.382-2.906-.125-.19-.394-.21-.525-.016z"/><path fill="#fff" d="M3.612 2.66c.34-.126.708.107.822.432.165.447.158 1.008-.15 1.394-.268.339-.862.258-1.042-.134-.272-.532-.246-1.417.37-1.692zM6.395 8.655a98 98 0 0 1 .441-1.057c.148.351.292.703.435 1.056-.292.002-.584.001-.875.001z"/><path opacity=".8" d="M1.115 23.967c.574-.079 1.155-.043 1.732-.047 2.983-.002 5.967.002 8.95-.003.215.003.428.03.642.05l-.094.033H1.208l-.094-.033z"/></symbol><symbol viewBox="0 0 32 24" id="regulatory--parking-fee-station--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.653 0h.149c-.042.077-.099.091-.171.042L1.653 0zM.27 1.551C.489.743 1.29.188 2.114.167h27.959c.951.022 1.848.811 1.89 1.779.001 6.758-.002 13.516.002 20.274-.024.869-.731 1.608-1.566 1.78H1.729c-.73-.175-1.344-.766-1.505-1.505-.08-.309-.054-.63-.056-.946V2.895c.007-.449-.043-.91.103-1.344M1.857.743A1.376 1.376 0 0 0 .725 2.002C.722 8.723.727 15.443.722 22.164c.019.619.492 1.197 1.113 1.28 9.412-.001 18.823-.002 28.235 0 .645.072 1.274-.479 1.336-1.113V1.891c-.057-.643-.644-1.143-1.279-1.166C20.771.722 11.415.726 2.059.723a.983.983 0 0 0-.202.021z"/><path fill="#fff" d="M1.912 1.411l.146-.02h20.051a.72.72 0 0 1 .667.667c-.002 6.683 0 13.367-.001 20.051.011.426-.366.737-.777.721-6.591.001-13.182.003-19.772-.001-.379.008-.786-.195-.831-.608-.006-6.721 0-13.442-.003-20.163.01-.298.241-.558.521-.647m8.374 1.47C8.469 4.702 6.648 6.519 4.83 8.339c-.277.349-.511.78-.489 1.238.007.694-.005 1.389.006 2.083 1.123-.724 2.523-1.069 3.837-.737l.002-.488c.902-.895 1.8-1.793 2.694-2.695.761-.002 1.522-.001 2.283-.001-1.983 1.996-3.979 3.981-5.967 5.972a1.998 1.998 0 0 0-.306 2.337c.546 1.02 2.066 1.267 2.922.503 1.767-1.767 3.538-3.532 5.3-5.303 1.459-.002 2.919.002 4.378-.002.403-.054.815-.212 1.099-.513.448-.45.895-.902 1.349-1.346.002-2.387.001-4.773.001-7.16-3.453.001-6.906-.001-10.359.001a2.07 2.07 0 0 0-1.294.653m-4.934 8.542c-1.74.705-2.983 2.555-2.847 4.447-.053 2.433 2.188 4.625 4.622 4.51 1.185.065 2.35-.447 3.217-1.237a4.77 4.77 0 0 0 1.4-4.13c-.543.539-1.083 1.083-1.624 1.623-.422.374-.963.678-1.545.629-1.038.062-1.991-.78-2.165-1.785-.149-.613.078-1.275.454-1.765.724-.737 1.464-1.459 2.188-2.196-1.126-.6-2.528-.551-3.7-.095m9.939.103c.396.409.805.807 1.206 1.212.165.174.39.27.619.327.835.212 1.76-.737 1.409-1.531-1.077-.017-2.156-.002-3.234-.007m-2.042 1.978c.608.59 1.197 1.199 1.801 1.792.332.251.787.38 1.187.217.829-.218 1.138-1.352.589-1.995-.59-.605-1.192-1.199-1.791-1.795-.599.59-1.189 1.189-1.786 1.781m-1.269 1.276c.058.496.182 1.009.039 1.506.337.332.706.761 1.233.698.575.082 1.129-.366 1.262-.914.064-.38.027-.812-.244-1.108-.415-.411-.823-.827-1.24-1.235-.352.349-.707.694-1.05 1.052zM0 1.653l.042-.023c.048.072.035.13-.042.173v-.15zM26.356 1.733c.513-.017 1.028-.002 1.542-.007V9.8h-1.671V4.343h-.78v-1.65c.472-.1.778-.533.908-.961zM24.446 10.413h.277l.001.501h.557c-.001-.167 0-.334.001-.501h.277v1.336a12.788 12.788 0 0 0-.277 0l-.001-.556a51.709 51.709 0 0 0-.557 0l-.001.556a12.789 12.789 0 0 0-.277 0v-1.336zM26.137 10.414c.219.008.515-.065.65.163.34.405.162 1.216-.439 1.223-.648-.114-.738-1.051-.21-1.385m.044.339c-.038.11-.078.219-.121.327.048.134.101.267.172.392a7.55 7.55 0 0 1 .261-.001.549.549 0 0 0-.004-.794 1.233 1.233 0 0 0-.307.076zM27.174 10.413h.334c.001.308-.001.616.002.924l.133.133.249.004c.22-.31.08-.709.119-1.061h.277c-.011.346.024.696-.016 1.04-.109.334-.513.343-.801.291-.44-.305-.263-.881-.297-1.331zM28.566 10.414c.29-.001.579-.002.868.001.08.083.161.164.245.245l.001.345-.218.205c.097.17.172.352.231.539l-.331.003a5.082 5.082 0 0 0-.203-.503l-.314.002-.001.501a12.788 12.788 0 0 0-.277 0l-.001-1.336m.279.276v.277c.163-.023.379.068.499-.075.056-.292-.326-.189-.499-.202zM23.852 12.437c2.069-.045 4.146-.004 6.219-.02.303-.028.621.195.665.5.004 3.083-.002 6.165.003 9.248.031.384-.375.657-.724.667-1.95-.001-3.9.002-5.85-.001-.334-.007-.722-.194-.777-.553-.003-3.083.001-6.166-.002-9.249a.642.642 0 0 1 .466-.591m2.32 1.539c-.001 1.359.002 2.719-.001 4.077-.382-.147-.778-.247-1.171-.357a3.048 3.048 0 0 0-.279.19c.001.172-.022.361.102.501.745 1.086 1.473 2.184 2.218 3.271.123.008.149-.168.223-.242.715-1.049 1.421-2.106 2.13-3.157.028-.071.052-.144.078-.216a.687.687 0 0 0-.347-.347c-.39.121-.788.212-1.169.357-.003-1.359 0-2.719-.001-4.078h-1.782z"/><path fill="#231f20" d="M1.801 0h28.537l.12.046c.752.14 1.315.712 1.617 1.39v21.3a2.45 2.45 0 0 1-1.095 1.263h-.581c.836-.173 1.542-.912 1.566-1.78-.004-6.758-.001-13.516-.002-20.274-.043-.968-.94-1.756-1.89-1.779H2.114C1.29.187.489.742.27 1.55c-.146.434-.096.895-.103 1.344v18.654c.002.316-.024.636.056.946.161.739.775 1.33 1.505 1.505h-.58a2.426 2.426 0 0 1-1.103-1.45 5.896 5.896 0 0 0-.046-.12V1.802c.076-.043.09-.1.042-.173A2.35 2.35 0 0 1 1.63.04c.072.049.129.035.171-.042z"/><path fill="#ebebeb" opacity=".92" d="M30.338 0h.1l.02.046a5.896 5.896 0 0 0-.12-.046z"/><path fill="#036f51" d="M1.857.743a.976.976 0 0 1 .202-.021c9.356.003 18.712-.001 28.068.002.635.023 1.222.523 1.279 1.166v20.44c-.062.634-.691 1.186-1.336 1.113-9.412-.002-18.823-.001-28.235 0-.621-.083-1.094-.662-1.113-1.28C.726 15.442.721 8.722.725 2.001A1.376 1.376 0 0 1 1.857.742m.055.669c-.28.089-.511.349-.521.647.003 6.721-.003 13.442.003 20.163.045.413.452.615.831.608 6.591.004 13.182.002 19.772.001.411.017.788-.295.777-.721.001-6.684-.001-13.368.001-20.051a.72.72 0 0 0-.667-.667H2.057c-.037.005-.11.014-.146.02m24.445.322c-.13.427-.437.861-.908.961v1.65h.78v5.457h1.671V1.727c-.514.005-1.028-.011-1.542.007m-1.911 8.679v1.336h.277l.001-.556h.557l.001.556h.277v-1.336h-.277l-.001.501h-.557l-.001-.501h-.277m1.691.001c-.527.334-.438 1.271.21 1.385.601-.007.779-.817.439-1.223-.135-.227-.43-.155-.65-.163m1.038 0c.033.45-.144 1.026.297 1.331.287.052.692.043.801-.291.04-.344.004-.694.016-1.04h-.277c-.04.352.101.751-.119 1.061a21.013 21.013 0 0 0-.249-.004l-.133-.133c-.003-.308-.001-.616-.002-.924h-.334m1.392.001c-.001.445-.001.89.001 1.336h.277l.001-.501.314-.002c.077.164.144.332.203.503l.331-.003a2.824 2.824 0 0 0-.231-.539l.218-.205-.001-.345a9.433 9.433 0 0 1-.245-.245c-.29-.002-.579-.001-.868-.001m-4.714 2.025a.642.642 0 0 0-.466.591c.002 3.083-.002 6.166.002 9.249.055.359.443.546.777.553 1.95.003 3.9.001 5.85.001.35-.01.756-.283.724-.667-.006-3.083.001-6.165-.003-9.248-.044-.305-.362-.527-.665-.499-2.073.016-4.15-.025-6.219.02z"/><path fill="#036f51" d="M10.287 2.881c.33-.368.805-.597 1.294-.653 3.453-.002 6.906-.001 10.359-.001 0 2.387.001 4.774-.001 7.16-.454.445-.901.897-1.349 1.346-.285.301-.696.459-1.099.513-1.459.003-2.919-.001-4.378.002-1.762 1.772-3.533 3.536-5.3 5.303-.856.765-2.376.517-2.922-.503a1.996 1.996 0 0 1 .306-2.337c1.988-1.991 3.983-3.976 5.967-5.972-.761 0-1.522-.001-2.283.001-.894.902-1.792 1.8-2.694 2.695a79.06 79.06 0 0 0-.002.488c-1.314-.331-2.713.013-3.837.737-.011-.694.001-1.389-.006-2.083-.022-.459.212-.889.489-1.238 1.818-1.82 3.639-3.637 5.457-5.458zM26.182 10.754c.099-.037.202-.063.307-.076.222.216.235.58.004.794a7.57 7.57 0 0 0-.261.001 2.575 2.575 0 0 1-.172-.392c.043-.108.083-.217.121-.327zM28.845 10.692c.173.013.555-.09.499.202-.12.144-.336.052-.499.075v-.277z"/><path fill="#036f51" d="M5.352 11.423c1.172-.456 2.574-.505 3.7.095-.724.737-1.464 1.46-2.188 2.196-.376.49-.604 1.152-.454 1.765.174 1.005 1.127 1.847 2.165 1.785.582.049 1.123-.255 1.545-.629.542-.54 1.081-1.084 1.624-1.623a4.77 4.77 0 0 1-1.4 4.13c-.866.79-2.032 1.301-3.217 1.237-2.433.115-4.675-2.076-4.622-4.51-.136-1.892 1.106-3.742 2.847-4.447zM15.291 11.527c1.077.005 2.156-.01 3.234.007.351.795-.574 1.743-1.409 1.531-.229-.057-.454-.153-.619-.327-.401-.405-.809-.803-1.206-1.212zM13.249 13.506c.597-.592 1.187-1.191 1.786-1.781.6.596 1.202 1.19 1.791 1.795.549.643.24 1.777-.589 1.995-.4.163-.855.034-1.187-.217-.604-.594-1.194-1.203-1.801-1.792zM11.98 14.782c.342-.357.698-.703 1.05-1.052.417.408.825.824 1.24 1.235.271.296.308.728.244 1.108-.133.547-.687.996-1.262.914-.528.063-.896-.366-1.233-.698.143-.497.019-1.01-.039-1.506zM26.172 13.977h1.782c.001 1.359-.002 2.719.001 4.078.381-.146.78-.237 1.169-.357a.68.68 0 0 1 .347.347c-.026.072-.05.144-.078.216-.709 1.051-1.415 2.109-2.13 3.157-.075.075-.101.25-.223.242-.744-1.086-1.473-2.184-2.218-3.271-.124-.14-.101-.329-.102-.501.09-.068.183-.132.279-.19.393.11.789.21 1.171.357.003-1.359 0-2.718.001-4.077z"/><path fill="#efefef" opacity=".94" d="M0 22.43l.046.12L0 22.529v-.099z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--parking-restrictions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.382 0h13.366c.644.263 1.165.82 1.326 1.503v20.939A2.14 2.14 0 0 1 14.515 24H1.55C.769 23.78.14 23.136 0 22.327V1.616C.141.883.667.235 1.382 0m.522.076C.981.159.207.956.165 1.883c.002 6.745-.002 13.49.002 20.235.07.985.965 1.755 1.936 1.771 3.974-.002 7.948.004 11.922-.003 1.043-.018 1.944-.948 1.937-1.99-.001-6.634.005-13.269-.003-19.903C15.942.986 15.085.107 14.081.059 10.108.052 6.134.06 2.161.055a1.387 1.387 0 0 0-.257.022z"/><path fill="#231f20" d="M6.651 3.104c.847.007 1.696-.014 2.543.01 1.005.207 1.411 1.575.737 2.33-.599.635-1.554.455-2.338.487v1.607h-.942V3.104m.943.942v.942c.569-.078 1.306.22 1.723-.301.033-.256-.045-.579-.339-.635-.461-.019-.923-.001-1.384-.007z"/><path fill="#fff" d="M1.904.076a1.38 1.38 0 0 1 .257-.022c3.973.004 7.947-.003 11.92.004 1.004.049 1.861.927 1.878 1.934.008 6.634.002 13.269.003 19.903.007 1.042-.893 1.972-1.937 1.99-3.974.008-7.948.001-11.922.003-.971-.016-1.866-.785-1.936-1.771-.004-6.745 0-13.49-.002-20.235C.207.955.981.158 1.904.075M1.85.464C1.173.553.585 1.135.554 1.826.556 8.608.553 15.39.555 22.172c.08.74.755 1.319 1.493 1.328 4.011-.002 8.022.004 12.033-.003.814-.021 1.498-.735 1.494-1.547V1.992c-.003-.783-.64-1.518-1.438-1.548C10.127.438 6.116.445 2.106.44a1.29 1.29 0 0 0-.256.023z"/><path fill="#fff" d="M1.849 1.127c4.037-.045 8.08-.003 12.119-.021.473-.059.927.364.942.831.002 6.671-.002 13.343.002 20.014.018.473-.412.903-.886.886-4.011-.003-8.023.001-12.034-.002-.497-.033-.843-.517-.828-.995V2.103c-.003-.424.252-.876.686-.977m5.875.502c-1.093.105-2.152.699-2.748 1.631-.7 1.024-.797 2.41-.304 3.54.563 1.296 1.926 2.263 3.363 2.181.852.056 1.694-.276 2.352-.806 1.432-1.12 1.786-3.355.764-4.86-.708-1.146-2.093-1.811-3.428-1.685m-2.07 8.015v2.383h.388v-1.054c.279-.025.636.094.845-.152.181-.271.228-.668.03-.942-.298-.4-.845-.181-1.264-.236m2.177-.002c-.192.795-.411 1.585-.585 2.384l.4.004c.073-.216.058-.467.184-.66.138-.015.277-.008.416-.009.069.217.075.463.193.66.127.014.254.008.382.009-.203-.752-.382-1.511-.571-2.266-.035-.197-.28-.096-.419-.122m1.036.003c.182.457.425.888.592 1.351.048.341.007.689.02 1.033h.388c.009-.367-.019-.737.012-1.103.165-.435.392-.844.559-1.278-.147-.002-.295-.002-.442-.003-.086.258-.21.502-.332.744a14.77 14.77 0 0 1-.374-.744h-.423m3.629 3.346c-.352.18-.429.618-.414.977.001.375-.035.777.168 1.112.191.328.717.455.987.153.3-.263.137-.698.176-1.043h-.609v.331l.222.002.001.376-.231.137c-.254-.121-.358-.414-.326-.681.027-.328-.09-.737.181-.989.101-.143.261-.001.375.047l.002.167.399-.002c.055-.479-.522-.835-.931-.588m-9.834-.019v2.383h.388v-1.054c.271-.024.599.085.82-.122.281-.355.229-1.005-.229-1.191-.323-.043-.653-.006-.979-.017m2.176-.002c-.192.795-.411 1.585-.585 2.384l.39.003c.069-.217.074-.462.193-.658.137-.015.276-.008.414-.009.038.224.104.443.143.667l.418.001c-.194-.753-.392-1.505-.553-2.265-.037-.197-.282-.096-.421-.122m1.206.002v2.383h.388c0-.372-.001-.744.001-1.117.1.025.263-.042.307.084.119.337.163.704.315 1.026.13.013.261.007.392.007-.101-.38-.228-.753-.33-1.133.46-.266.427-1.052-.093-1.233-.324-.043-.653-.006-.979-.017m1.717 0v2.383h.389c.001-.369-.063-.769.186-1.08.137.356.256.719.381 1.08h.426c-.172-.514-.361-1.022-.538-1.534.165-.283.319-.573.497-.849h-.484a9.093 9.093 0 0 1-.46.817c-.014-.272-.008-.545-.009-.817H7.76m1.718 0v2.383h.388V12.97h-.388m.831.001v2.383h.388c.004-.476-.008-.953.006-1.429.217.479.429.961.665 1.431l.272-.002v-2.383h-.388c-.003.402.006.804-.004 1.206-.191-.399-.37-.804-.55-1.208l-.387.002m-6.672 3.327a1.45 1.45 0 0 1-.369.251v.356l.222.002v2.438h.443v-3.05l-.296.003m.973-.002c-.072.514-.078 1.033-.13 1.549.15.047.307.064.464.061.132-.115.323-.248.492-.116.344.265.291.943-.154 1.078-.195.105-.387-.042-.556-.127l-.326.337c.181.186.428.272.677.319.31-.057.658-.101.864-.372.332-.492.295-1.28-.221-1.635-.193-.152-.452-.082-.678-.095v-.499h.998v-.499h-1.43m2.982-.001v1.386h.276c0-.162-.002-.324.004-.485.07.172.128.349.2.521.091-.206.154-.424.237-.634.009.199.004.399.004.598h.222v-1.385a8.365 8.365 0 0 0-.224-.003c-.079.216-.147.436-.237.647-.07-.216-.141-.432-.217-.646l-.264.001m1.163 0v1.386h.277v-1.386h-.277m.498 0v1.386h.222c.001-.255-.005-.509.006-.764.114.256.223.514.35.764h.254v-1.386h-.277c-.001.234.002.468-.001.702-.101-.233-.211-.462-.294-.702a11.267 11.267 0 0 0-.26 0m1.053 0c-.001.404.002.808-.002 1.212.158.155.37.198.585.177l.193-.196v-1.194h-.222c-.018.37.051.75-.058 1.11a7.776 7.776 0 0 0-.216 0c-.109-.36-.04-.741-.058-1.11h-.222m.943.001v.221l.222.002v1.163h.222v-1.163l.277-.001v-.221h-.721m.831-.001v1.386h.721v-.222h-.443v-.387l.277-.001v-.221l-.277-.001v-.332h.443v-.222h-.721m-3.658 1.662v1.386h.721v-.222h-.499v-1.164h-.222m.887 0v1.386h.222v-1.386h-.222m.443 0v1.386h.276c0-.162-.002-.324.004-.485.069.172.127.349.199.521.091-.206.154-.424.237-.634.009.199.004.399.004.598h.222v-1.385a8.365 8.365 0 0 0-.224-.003c-.079.216-.147.436-.237.647-.07-.216-.141-.432-.217-.646l-.264.001m1.164 0v1.386h.277v-1.386h-.277m.388 0v.221l.277.001v1.163h.222V18.18l.222-.002v-.221h-.721m-.189 2.033l-.145.167c.064.208.125.417.185.626-2.74.006-5.48.001-8.22.002v1.053c2.739.001 5.478-.002 8.217.002-.058.228-.109.458-.181.683l.144.166a.837.837 0 0 0 .346-.139c.566-.423 1.182-.792 1.737-1.221-.563-.418-1.155-.805-1.737-1.2a.85.85 0 0 0-.346-.139z"/><path fill="#fff" d="M5.176 4.955c.161-1.403 1.445-2.557 2.861-2.547.694.018 1.387.26 1.909.724.634.536.987 1.365 1.004 2.189.003 1.246-.888 2.432-2.088 2.766-.8.253-1.708.114-2.4-.36-.909-.576-1.431-1.707-1.286-2.772m1.475-1.851v4.434h.942V5.931c.784-.033 1.739.147 2.338-.487.673-.755.268-2.122-.737-2.33-.847-.024-1.696-.003-2.543-.01z"/><path fill="#fff" d="M7.594 4.046c.461.006.923-.012 1.384.007.293.055.371.379.339.635-.416.521-1.154.223-1.723.301v-.942zM6.042 10.028c.186-.001.374.005.553.058.214.377-.204.658-.553.561v-.619zM8 10.497c.052.16.104.319.161.478l-.247-.001c.026-.16.059-.318.086-.477zM3.048 13.359c.145-.001.291-.001.436-.003.072.122.242.259.141.41-.088.234-.376.204-.578.206v-.614zM6.43 13.358h.474l.135.136v.227l-.135.136H6.43v-.499zM5.01 13.767c.052.196.091.395.152.589l-.274.001c.058-.193.096-.391.121-.59z"/><path fill="#006f51" d="M1.85.464a1.37 1.37 0 0 1 .256-.023c4.01.005 8.021-.002 12.031.004.799.03 1.435.765 1.438 1.548v19.958c.004.812-.68 1.526-1.494 1.547-4.011.007-8.021.001-12.033.003-.738-.009-1.413-.588-1.493-1.328C.553 15.391.556 8.609.554 1.827.585 1.135 1.173.554 1.85.465m-.001.662c-.434.101-.688.553-.686.977v19.737c-.015.478.331.962.828.995 4.011.002 8.023-.001 12.034.002.473.018.903-.412.886-.886-.003-6.671.001-13.343-.002-20.014-.015-.467-.469-.89-.942-.831-4.039.018-8.082-.024-12.119.021z"/><path fill="#006f51" d="M7.725 1.628c1.335-.126 2.72.539 3.428 1.685 1.022 1.505.668 3.74-.764 4.86-.658.53-1.5.862-2.352.806-1.438.082-2.801-.885-3.363-2.181-.493-1.13-.396-2.516.304-3.54.596-.932 1.655-1.525 2.748-1.631m-2.55 3.328c-.145 1.065.377 2.196 1.286 2.772.692.474 1.6.614 2.4.36 1.2-.335 2.091-1.52 2.088-2.766-.017-.825-.37-1.653-1.004-2.189-.522-.464-1.215-.706-1.909-.724-1.416-.01-2.7 1.144-2.861 2.547zM5.654 9.644c.418.054.966-.164 1.264.236.197.274.15.671-.03.942-.209.246-.566.127-.845.152v1.054h-.388V9.645m.387.383v.619c.349.097.768-.183.553-.561a1.907 1.907 0 0 0-.553-.058zM7.83 9.641c.139.027.384-.075.419.122.189.755.368 1.514.571 2.266-.128-.001-.256.004-.382-.009-.119-.197-.124-.442-.193-.66-.139.001-.278-.006-.416.009-.126.193-.111.444-.184.66a52.813 52.813 0 0 1-.4-.004c.173-.799.393-1.589.585-2.384m.17.856c-.027.159-.06.317-.086.477l.247.001A16.768 16.768 0 0 1 8 10.497zM8.866 9.644h.423c.118.251.241.5.374.744.122-.243.246-.486.332-.744.147.001.295.001.442.003-.167.435-.395.843-.559 1.278-.03.366-.002.736-.012 1.103h-.388c-.013-.344.028-.692-.02-1.033-.167-.462-.41-.894-.592-1.351zM12.495 12.99c.409-.247.986.109.931.588l-.399.002-.002-.167c-.114-.047-.274-.19-.375-.047-.271.253-.155.661-.181.989-.032.267.072.56.326.681l.231-.137-.001-.376-.222-.002v-.331h.609c-.039.345.124.78-.176 1.043-.27.302-.797.175-.987-.153-.203-.335-.167-.737-.168-1.112-.015-.359.062-.798.414-.977zM2.661 12.97c.326.012.656-.025.979.017.458.185.51.835.229 1.191-.221.207-.549.098-.82.122v1.054h-.388v-2.383m.387.388v.614c.202-.002.49.028.578-.206.101-.151-.07-.288-.141-.41-.145.002-.291.002-.436.003zM4.837 12.967c.139.027.384-.074.421.122.161.76.359 1.512.553 2.265l-.418-.001c-.039-.224-.105-.442-.143-.667-.138.001-.277-.006-.414.009-.119.196-.124.442-.193.658-.13-.001-.261-.001-.39-.003.173-.8.393-1.589.585-2.384m.172.801a3.72 3.72 0 0 1-.121.59l.274-.001c-.062-.193-.101-.393-.152-.589zM6.042 12.97c.326.012.656-.025.979.017.519.181.553.967.093 1.233.103.38.229.753.33 1.133-.131.001-.262.007-.392-.007-.152-.322-.197-.689-.315-1.026-.044-.126-.206-.059-.307-.084l-.001 1.117h-.388V12.97m.389.388v.499h.474l.135-.136v-.227l-.135-.136H6.43zM7.76 12.97h.388c.001.272-.006.545.009.817.164-.266.324-.535.46-.817h.484c-.177.276-.331.566-.497.849.176.512.366 1.02.538 1.534h-.426c-.125-.361-.243-.723-.381-1.08-.249.31-.185.711-.186 1.08H7.76V12.97zM9.478 12.97h.388v2.383h-.388V12.97zM10.309 12.971l.387-.002c.181.404.36.809.55 1.208.011-.402.002-.804.004-1.206h.388v2.383l-.272.002c-.236-.47-.448-.952-.665-1.431-.013.476-.002.953-.006 1.429h-.388v-2.383zM3.639 16.298c.099-.002.197-.003.296-.003v3.05h-.443v-2.438l-.222-.002v-.356c.135-.065.261-.147.369-.251zM4.612 16.296h1.43v.499h-.998v.499c.226.013.485-.057.678.095.516.355.553 1.143.221 1.635-.206.271-.553.316-.864.372-.249-.048-.497-.134-.677-.319l.326-.337c.169.086.361.232.556.127.445-.135.498-.813.154-1.078-.169-.132-.359.001-.492.116a1.456 1.456 0 0 1-.464-.061c.052-.516.058-1.034.13-1.549zM7.594 16.296l.264-.001c.076.214.147.43.217.646.09-.212.159-.432.237-.647l.224.003v1.385h-.222c0-.199.004-.399-.004-.598-.083.21-.145.427-.237.634-.072-.172-.13-.349-.2-.521-.006.161-.004.323-.004.485h-.276v-1.386zM8.758 16.296h.277v1.386h-.277v-1.386zM9.256 16.296h.26c.083.24.193.469.294.702.003-.234 0-.468.001-.702h.277v1.386h-.254c-.126-.25-.236-.508-.35-.764-.011.254-.005.509-.006.764h-.222v-1.386zM10.309 16.296h.222c.018.37-.051.75.058 1.11h.216c.109-.36.04-.741.058-1.11h.222v1.194c-.065.064-.129.13-.193.196-.215.021-.427-.023-.585-.177.004-.404.001-.808.002-1.212zM11.252 16.296h.721v.221l-.277.001v1.163h-.222v-1.163l-.222-.002v-.221zM12.083 16.296h.721v.222h-.443v.332l.277.001v.221l-.277.001v.387h.443v.222h-.721v-1.386zM8.425 17.958h.222v1.164h.499v.222h-.721v-1.386zM9.312 17.958h.222v1.386h-.222v-1.386zM9.755 17.958l.264-.001c.076.214.147.43.217.646.09-.212.159-.432.237-.647l.224.003v1.385h-.222c0-.199.004-.399-.004-.598-.083.21-.145.427-.237.634-.072-.172-.13-.349-.199-.521-.007.161-.004.323-.004.485h-.276v-1.386zM10.919 17.958h.277v1.386h-.277v-1.386zM11.307 17.958h.721v.221l-.222.002v1.163h-.222v-1.163l-.277-.001v-.221zM11.118 19.99a.85.85 0 0 1 .346.139c.582.395 1.175.782 1.737 1.2-.555.43-1.171.798-1.737 1.221a.832.832 0 0 1-.346.139l-.144-.166c.072-.225.123-.455.181-.683-2.739-.004-5.478-.001-8.217-.002v-1.053c2.74-.002 5.48.003 8.22-.002-.059-.21-.12-.418-.185-.626l.145-.167z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--parking-restrictions--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.665 0h.151c-.044.078-.103.091-.175.04L1.665 0zM.761.761c.36-.398.898-.576 1.423-.594 3.964.002 7.93-.002 11.894.002.898.023 1.713.704 1.903 1.581v20.67a2.024 2.024 0 0 1-1.704 1.579H1.862c-.511-.121-1.036-.361-1.317-.828-.315-.4-.349-.926-.378-1.414V2.408c.015-.592.139-1.23.594-1.649M1.984.581c-.391.058-.791.21-1.046.527-.344.359-.393.886-.378 1.359.002 6.355.001 12.71.001 19.065-.011.375.006.755.118 1.116.186.514.692.885 1.226.958 4.095.002 8.19-.001 12.285.001.772-.013 1.46-.74 1.402-1.515-.004-6.711-.001-13.422-.002-20.134-.016-.537-.371-1.063-.88-1.25-.325-.125-.681-.156-1.027-.151C9.784.574 5.882.53 1.985.579z"/><path fill="#fff" d="M5.215 1.065c2.992.001 5.983-.001 8.975.001.561.026.956.585.951 1.119l-.001 6.563H5.215V1.066m3.477.672v2.748h.449V3.252h.673v1.234h.393V1.738h-.393v1.121h-.673V1.738h-.449m2.074 0v2.748h.393V3.197l.326-.002c.123.43.255.857.362 1.291.15-.001.301-.001.451-.003-.099-.444-.241-.877-.366-1.314.432-.207.45-.83.214-1.19-.361-.377-.92-.204-1.379-.241M5.664 5.383v2.748h.393V6.958a.69.69 0 0 0 .767-.414c.062-.383.054-.827-.271-1.097a3.436 3.436 0 0 0-.888-.064m1.693 0c-.204.913-.353 1.839-.576 2.748h.438c.025-.247.098-.486.144-.729l.371-.001c.061.215.091.437.137.654.086.146.3.048.441.077-.193-.916-.362-1.839-.579-2.75l-.376.001m1.109.001v2.747h.393c.006-.426-.015-.853.013-1.279.257.365.246.86.384 1.28l.401-.004c-.056-.458-.218-.898-.245-1.36.368-.327.338-1.027-.063-1.321a3.312 3.312 0 0 0-.883-.064m1.402 0v2.748h.393c.03-.403-.077-.829.083-1.211.174.386.196.827.38 1.204.131.013.262.007.393.007-.119-.606-.308-1.196-.47-1.79.165-.315.324-.633.477-.954l-.465-.006c-.137.255-.257.518-.397.772-.004-.257-.001-.513-.001-.77h-.393m1.458 0v2.748h.393V5.383h-.393m.785.001v2.747h.393c.003-.463-.007-.926.004-1.39.169.458.322.922.463 1.39h.373V5.383h-.393c-.003.407.006.813-.003 1.22-.164-.401-.299-.813-.444-1.221l-.394.003m1.725.152c-.182.305-.228.674-.211 1.024.003.507-.053 1.063.243 1.508.276.148.675.177.861-.124.162-.357.035-.777.075-1.16h-.561l-.001.389.169.007c-.022.208.098.525-.184.585l-.143-.162c-.076-.604-.155-1.261.101-1.832l.16.003c.03.057.061.113.09.17l.379-.002c.098-.544-.658-.757-.979-.406zM1.389 3.699c.024-.76.614-1.518 1.414-1.515.518-.064 1.087.146 1.362.606.442.615.372 1.604-.279 2.05-.355.299-.813.491-1.069.894-.242.332-.43.707-.528 1.107H4.43v.785c-1.013-.001-2.027.001-3.039-.001.058-1.146.451-2.38 1.436-3.059.273-.228.642-.375.801-.713.136-.454-.307-.948-.772-.881-.335.067-.661.362-.625.73-.28 0-.561.001-.842-.002z"/><path fill="#fff" d="M11.159 2.186c.22.012.491-.057.659.127a.48.48 0 0 1 0 .365c-.169.183-.439.115-.659.127v-.619zM6.056 5.833l.28-.004c.121.176.124.388.115.594l-.14.138h-.255v-.728zM8.86 5.833l.333-.003c.061.183.066.376.065.567-.131.045-.262.088-.395.13-.004-.231-.003-.462-.003-.693zM7.538 6.519c.051.159.088.323.102.49l-.19-.001c.034-.163.062-.326.087-.49zM1.065 9.084H15.14c0 4.318-.001 8.637.001 12.956.012.51-.372 1.016-.893 1.063H1.961c-.53-.03-.909-.553-.896-1.063l.001-12.956m2.993 1.98c-.201.322-.192.772-.025 1.105-.225.383-.224.876-.034 1.271.226.393.89.295 1.001-.141.089-.385.089-.821-.113-1.174l.094-.089c.09-.404.071-.896-.294-1.162-.219-.001-.497-.03-.629.188m1.785.049c-.019.11-.044.22-.071.329h.426c.034-.066.068-.132.104-.198.293.04.188.356.202.565l-.136.137-.201.002v.391l.257-.001.126.133c.011.124.024.249.044.373a4.92 4.92 0 0 0-.044.32l-.168.16a4.859 4.859 0 0 1-.197-.257l-.426.002c.058.147.09.311.195.435.237.293.773.246.943-.097.148-.352.121-.741.044-1.106l-.145-.141a1.32 1.32 0 0 0 .026-1.093c-.237-.299-.755-.247-.98.048m1.875-.233a8.434 8.434 0 0 1-.191.139c-.319.495-.225 1.099-.239 1.655-.007.278.052.567.213.797.214.304.744.269.911-.066.206-.439.167-.934.169-1.405a1.857 1.857 0 0 0-.19-.936c-.143-.232-.441-.187-.673-.184m1.996.054c-.149.902-.345 1.796-.533 2.689l.401.004c.073-.241.121-.488.18-.732l.374.001c.042.244.098.485.14.729h.441c-.228-.889-.37-1.798-.579-2.692h-.424m1.277.002v2.691h.393c.003-.463-.007-.926.004-1.389.114.281.193.576.303.859.128-.297.191-.615.302-.917.019.482.002.965.008 1.447h.393v-2.692h-.43c-.081.292-.191.575-.269.868a7.04 7.04 0 0 0-.312-.87l-.391.002m-5.583.561l-.138.138-.001.171.142.149c.217.043.359-.099.316-.316l-.149-.142-.171.001m.001 1.065l-.138.138v.171l.141.149c.217.043.359-.099.316-.316l-.149-.142-.171.001m-1.466 2.652c-.412.163-.472.662-.467 1.048.024.547-.103 1.175.27 1.636.244.196.667.136.832-.14.194-.311.195-.694.19-1.047-.006-.426.045-.892-.19-1.272a.549.549 0 0 0-.635-.225m3.385.541l.378.002c.068-.064.134-.13.209-.187.222.167.196.485.049.693l-.224-.002v.367c.488.038.481.664.279.983a8.01 8.01 0 0 0-.155-.002 8.361 8.361 0 0 1-.158-.226l-.371.001c-.074.562.727.859 1.058.431.198-.421.215-.973-.034-1.377.139-.32.175-.716.011-1.031-.298-.431-1.069-.19-1.041.348m1.941-.541c-.238.079-.324.345-.385.563-.109.615-.139 1.264.05 1.866.126.427.823.515 1.012.099.215-.345.135-.76.147-1.144-.011-.387.06-.804-.131-1.16-.142-.236-.444-.295-.693-.224m-7.082.038v.392l.28.001v2.299h.393v-2.299h.393v-.393H2.188m3.432 0c-.095.445-.067.9-.069 1.351.22.006.436-.036.653-.062.195.302.032.707-.107 1.01-.135.062-.278.034-.413-.006l-.214.313c.264.214.675.196.933-.019.23-.266.264-.63.307-.963.029-.449-.292-.879-.777-.793.007-.149.027-.298.07-.441.205.002.409.002.614.002v-.393h-.996m5.37.002v2.691h.393c0-.369.001-.737-.001-1.106.263-.05.612-.068.716-.368.163-.4.113-1.009-.339-1.199-.253-.043-.513-.01-.768-.018m1.513 0v2.691h.393c.003-.426-.007-.852.004-1.277.103.248.173.508.265.76.146-.253.175-.551.284-.819.019.445.003.89.008 1.335h.393v-2.691l-.379-.001c-.102.275-.184.556-.285.832-.132-.265-.199-.556-.304-.832l-.379.001m-5.545.61c-.027.108-.056.215-.081.324l.243.141.234-.135c.062-.274-.158-.376-.396-.33m-.001 1.064a.464.464 0 0 0-.006.384l.173.077.229-.13c.062-.275-.158-.376-.396-.331m-2.205 2.518c-.618.464-1.293.849-1.905 1.322.652.426 1.284.883 1.929 1.319.104.082.295.114.376-.012.033-.265-.076-.519-.158-.765l6.16.001c-.091.244-.211.498-.159.765.08.127.27.093.373.012.645-.437 1.277-.894 1.93-1.319-.601-.466-1.265-.841-1.871-1.299-.117-.087-.327-.211-.432-.045-.052.263.081.509.125.763-2.043.006-4.086.001-6.129.003.09-.244.211-.498.159-.765-.091-.153-.288-.058-.398.023z"/><path fill="#fff" d="M4.316 11.398l.206-.158c.095.217.08.455.077.686l-.115.095-.166-.155-.002-.468zM7.85 11.268l.172-.001c.228.622.248 1.353-.002 1.969l-.169-.001c-.232-.394-.16-.86-.169-1.294a1.397 1.397 0 0 1 .169-.675zM9.819 12.506c.049-.163.091-.328.141-.491.022.163.05.326.085.487l-.225.003zM4.433 13.29c-.244-.234-.272-.79.092-.902.198.228.147.56.074.828l-.166.074zM3.935 15.777c.063-.064.126-.129.187-.194l.131.139c.089.616.264 1.336-.108 1.887l-.163-.075c-.172-.568-.141-1.178-.048-1.757zM9.442 15.596c.209.012.246.368.26.552-.043.486.125 1.041-.186 1.466-.376-.132-.219-.648-.316-.957.048-.349-.03-.795.242-1.06zM11.385 15.627c.112.023.223.049.335.074.053.173.061.354.059.534a9.307 9.307 0 0 0-.142.139c-.085 0-.17-.001-.255 0 0-.249-.001-.497.002-.746zM0 22.261l.044.124L0 22.363v-.103z"/><path fill="#231f20" d="M1.816 0h12.585l.122.045c.601.164 1.095.574 1.459 1.069v.636C15.791.872 14.977.192 14.079.169 10.115.166 6.149.17 2.185.167 1.66.185 1.122.363.762.761.307 1.179.183 1.818.168 2.41v19.349c.029.488.063 1.014.378 1.414.281.467.806.707 1.317.828h-.635a2.241 2.241 0 0 1-1.184-1.615L0 22.262V1.917c.077-.045.09-.105.038-.178A2.35 2.35 0 0 1 1.641.042c.072.052.131.038.175-.04zM14.278 24a2.025 2.025 0 0 0 1.704-1.579v.588c-.25.401-.592.742-.994.991h-.71z"/><path fill="#ebebeb" opacity=".92" d="M14.401 0h.101l.021.045A6.008 6.008 0 0 0 14.401 0z"/><path fill="#036f51" d="M1.984.581C5.881.532 9.783.576 13.682.559c.346-.006.701.026 1.027.151.51.187.865.713.88 1.25.001 6.712-.003 13.423.002 20.134.058.774-.63 1.502-1.402 1.515-4.095-.002-8.19.001-12.285-.001-.534-.073-1.04-.444-1.226-.958-.112-.361-.129-.741-.118-1.116.001-6.356.002-12.71-.001-19.065-.015-.473.034-1 .378-1.359.255-.316.655-.468 1.046-.527m3.232.482v7.682h9.925c0-2.187-.001-4.376.001-6.563.004-.533-.39-1.093-.951-1.119-2.992-.002-5.983 0-8.975-.001M1.389 3.699c.281.003.561.002.842.002-.036-.368.29-.662.625-.73.464-.066.907.428.772.881-.159.338-.529.484-.801.713-.985.679-1.378 1.913-1.436 3.059 1.013.002 2.026.001 3.039.001V6.84H2.289c.098-.4.286-.775.528-1.107.256-.403.714-.595 1.069-.894.651-.446.721-1.436.279-2.05-.275-.46-.844-.67-1.362-.606-.8-.003-1.39.755-1.414 1.515m-.324 5.386c0 4.318.001 8.637-.001 12.956-.013.51.365 1.033.896 1.063h12.287c.521-.047.905-.553.893-1.063l-.001-12.956H1.064z"/><path fill="#036f51" d="M8.692 1.738h.449v1.121h.673V1.738h.393v2.748h-.393V3.252h-.673v1.234h-.449V1.738zM10.766 1.738c.459.038 1.019-.136 1.379.241.236.359.218.982-.214 1.19.126.437.267.87.366 1.314-.15.003-.301.003-.451.003-.107-.434-.239-.861-.362-1.291l-.326.002v1.289h-.393V1.738m.394.448v.619c.22-.012.49.057.659-.127a.48.48 0 0 0 0-.365c-.168-.184-.439-.116-.659-.127zM5.664 5.383c.298-.01.597-.003.888.064.325.27.333.714.271 1.097a.689.689 0 0 1-.767.414v1.173h-.393V5.383m.393.45v.728h.255l.14-.138c.01-.206.006-.418-.115-.594l-.28.004zM7.358 5.383l.376-.001c.218.911.386 1.834.579 2.75-.141-.029-.355.07-.441-.077-.047-.218-.076-.44-.137-.654l-.371.001c-.046.243-.119.482-.144.729h-.438c.224-.909.373-1.834.576-2.748m.18 1.136c-.026.164-.054.327-.087.49l.19.001a2.213 2.213 0 0 0-.102-.49zM8.467 5.384c.296-.01.593-.005.883.064.401.294.432.994.063 1.321.027.462.19.902.245 1.36l-.401.004c-.139-.42-.127-.915-.384-1.28-.028.426-.007.852-.013 1.279h-.393V5.385m.393.448c0 .231-.001.462.003.693.132-.041.264-.085.395-.13a1.749 1.749 0 0 0-.065-.567l-.333.003zM9.869 5.383h.393c.001.257-.003.513.001.77.14-.253.26-.517.397-.772.155.001.31.002.465.006-.154.321-.312.639-.477.954.162.595.352 1.185.47 1.79-.131 0-.262.006-.393-.007-.184-.377-.206-.819-.38-1.204-.16.382-.053.809-.083 1.211h-.393V5.383zM11.327 5.383h.393v2.748h-.393V5.383zM12.112 5.384l.394-.003c.145.408.28.82.444 1.221.008-.407 0-.813.003-1.22h.393V8.13h-.373a24.598 24.598 0 0 0-.463-1.39c-.012.463-.001.926-.004 1.39h-.393V5.383zM13.836 5.537c.321-.351 1.077-.139.979.406l-.379.002-.09-.17-.16-.003c-.256.571-.178 1.227-.101 1.832l.143.162c.282-.059.161-.377.184-.585l-.169-.007.001-.389h.561c-.039.382.087.802-.075 1.16-.186.302-.584.273-.861.124-.297-.445-.24-1.001-.243-1.508-.016-.35.03-.719.211-1.024zM4.059 11.064c.132-.219.41-.19.629-.188.364.266.384.758.294 1.162a3.951 3.951 0 0 0-.094.089c.202.353.202.788.113 1.174-.111.436-.775.534-1.001.141-.19-.395-.192-.888.034-1.271-.167-.334-.177-.783.025-1.105m.257.332l.002.468.166.155.115-.095c.003-.23.019-.469-.077-.686l-.206.158m.117 1.892l.166-.074c.073-.268.124-.6-.074-.828-.364.112-.336.668-.092.902zM5.844 11.111c.224-.294.743-.347.98-.048a1.32 1.32 0 0 1-.026 1.093l.145.141c.077.366.104.754-.044 1.106-.17.343-.706.39-.943.097-.105-.123-.137-.288-.195-.435l.426-.002c.062.088.129.173.197.257l.168-.16c.012-.107.026-.214.044-.32a5.194 5.194 0 0 1-.044-.373l-.126-.133-.257.001v-.391l.201-.002.136-.137c-.014-.209.091-.525-.202-.565l-.104.198h-.426c.027-.109.052-.218.071-.329zM7.718 10.88c.232-.003.53-.048.673.184.146.288.205.615.19.936-.002.471.037.966-.169 1.405-.167.335-.696.37-.911.066-.161-.23-.22-.52-.213-.797.014-.556-.08-1.161.239-1.655.064-.045.128-.091.191-.139m.132.388a1.397 1.397 0 0 0-.169.675c.01.434-.062.9.169 1.294l.169.001c.25-.616.23-1.347.002-1.969l-.172.001zM9.714 10.934h.424c.21.894.352 1.803.579 2.692h-.441c-.042-.244-.098-.485-.14-.729l-.374-.001c-.059.244-.107.491-.18.732a53.609 53.609 0 0 1-.401-.004c.188-.894.385-1.788.533-2.689m.105 1.571l.225-.003a7.289 7.289 0 0 1-.085-.487c-.05.163-.091.327-.141.491zM10.991 10.935l.391-.002c.12.284.23.572.312.87.079-.293.188-.576.269-.868h.43v2.692H12c-.006-.482.011-.965-.008-1.447-.11.303-.173.621-.302.917-.11-.283-.189-.578-.303-.859-.012.463-.001.926-.004 1.389h-.393v-2.691zM5.409 11.495l.171-.001.149.142c.043.217-.099.359-.316.316l-.142-.149.001-.171.138-.138zM5.409 12.561l.171-.001.149.142c.043.217-.099.359-.316.316l-.141-.149v-.171l.138-.138zM3.942 15.214a.548.548 0 0 1 .635.225c.236.38.184.846.19 1.272.004.354.004.737-.19 1.047-.165.276-.588.336-.832.14-.373-.461-.247-1.089-.27-1.636-.005-.386.056-.885.467-1.048m-.007.563c-.093.579-.124 1.189.048 1.757l.163.075c.371-.552.197-1.271.108-1.887l-.131-.139-.187.194zM7.327 15.755c-.028-.538.743-.779 1.041-.348.164.315.128.711-.011 1.031.249.404.232.957.034 1.377-.331.428-1.132.131-1.058-.431l.371-.001c.05.076.104.151.158.226l.155.002c.202-.319.209-.945-.279-.983v-.367l.224.002c.147-.208.173-.526-.049-.693-.075.057-.141.122-.209.187l-.378-.002zM9.269 15.214c.25-.071.551-.012.693.224.191.356.119.773.131 1.16-.012.384.068.799-.147 1.144-.189.416-.885.327-1.012-.099-.19-.602-.159-1.251-.05-1.866.062-.218.147-.484.385-.563m.173.382c-.273.265-.194.712-.242 1.06.097.309-.059.825.316.957.311-.425.144-.98.186-1.466-.015-.184-.052-.539-.26-.552zM2.187 15.252h1.065v.393h-.393v2.299h-.393v-2.299l-.28-.001v-.392zM5.62 15.252h.996v.393c-.205 0-.409 0-.614-.002a1.887 1.887 0 0 0-.07.441c.485-.086.806.344.777.793-.043.334-.076.698-.307.963-.258.215-.669.232-.933.019.072-.104.144-.208.214-.313.136.04.278.067.413.006.139-.303.302-.709.107-1.01-.217.026-.433.068-.653.062.002-.451-.026-.907.069-1.351zM10.991 15.253c.256.008.515-.025.768.018.452.19.502.799.339 1.199-.103.299-.453.317-.716.368l.001 1.106h-.393v-2.691m.395.374c-.003.249-.002.497-.002.746.085-.001.169 0 .255 0l.142-.139a1.75 1.75 0 0 0-.059-.534c-.112-.025-.224-.051-.335-.074zM12.505 15.253l.379-.001c.105.276.172.566.304.832.1-.275.183-.557.285-.832l.379.001v2.691h-.393c-.005-.445.011-.89-.008-1.335-.109.268-.138.565-.284.819-.093-.252-.162-.513-.265-.76-.011.425-.001.851-.004 1.277h-.393v-2.691z"/><path fill="#036f51" d="M6.96 15.862c.238-.046.458.056.396.33a17.81 17.81 0 0 0-.234.135l-.243-.141c.026-.109.054-.216.081-.324zM6.959 16.926c.238-.044.459.057.396.331l-.229.13-.173-.077a.468.468 0 0 1 .006-.384zM4.754 19.444c.11-.081.307-.176.398-.023.053.267-.068.521-.159.765 2.043-.002 4.086.003 6.129-.003-.044-.253-.177-.5-.125-.763.105-.166.315-.041.432.045.606.458 1.271.833 1.871 1.299-.652.426-1.284.883-1.93 1.319-.103.081-.294.116-.373-.012-.052-.267.068-.521.159-.765-2.053 0-4.106.001-6.16-.001.082.246.191.501.158.765-.081.127-.272.094-.376.012-.645-.437-1.277-.894-1.929-1.319.612-.473 1.287-.857 1.905-1.322z"/><path fill="#f8f8f8" opacity=".97" d="M0 1.762l.038-.025c.052.073.039.133-.038.178v-.154z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--parking-restrictions--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#a4a6a8" d="M1.86 0h12.377v.056C10.11.058 5.982.054 1.855.059L1.86 0z"/><path fill="#fff" d="M1.49.094a.189.189 0 0 1 .189-.04c-.045.078-.108.092-.189.04zM1.701.196c.224-.042.453-.048.681-.046 3.873.005 7.746-.005 11.619.005.8-.01 1.562.531 1.818 1.287.139.375.108.78.112 1.173v18.828c.002.435.021.891-.171 1.294-.304.701-1.051 1.161-1.811 1.142-3.973-.001-7.946.007-11.919-.004-1.004-.009-1.887-.907-1.87-1.912C.151 15.359.158 8.755.157 2.152.121 1.239.807.373 1.703.197m.121.417C1.133.731.58 1.385.593 2.089c0 6.627-.003 13.255.001 19.882-.005.791.711 1.486 1.499 1.471 3.951.005 7.902.002 11.853.002a1.527 1.527 0 0 0 1.43-.919c.152-.34.121-.719.122-1.081V2.558c-.004-.329.03-.672-.096-.985-.207-.57-.783-.989-1.394-.983C10.171.588 6.335.591 2.498.589c-.225.001-.452-.011-.675.026z"/><path fill="#fff" d="M1.88 1.193c.088-.02.178-.023.267-.024 3.954.003 7.909-.002 11.863.003.489-.005.911.431.905.917.002 6.608.001 13.216.001 19.824.024.522-.448.986-.97.951-3.95-.001-7.902.003-11.853-.002-.503.013-.944-.448-.922-.948-.002-6.589-.001-13.177-.001-19.766a.943.943 0 0 1 .711-.954m4.123 1.853c-.379.085-.53.512-.58.854-.049.525-.072 1.101.205 1.572.219.401.896.386 1.096-.027.278-.497.248-1.105.17-1.651-.056-.431-.406-.891-.891-.749m1.362.029c-.001.882-.002 1.763.001 2.645l.375.001c.001-.594.002-1.187-.001-1.781.273.592.549 1.183.818 1.777l.291.005c-.001-.883.001-1.766-.001-2.649l-.38-.001c-.001.53-.001 1.06.001 1.59-.246-.53-.479-1.066-.733-1.593l-.372.006m1.951-.003c-.003.88.004 1.76-.004 2.639.45.019.901.005 1.352.008l-.002-.37-.964-.001c-.002-.291-.001-.583-.001-.874l.548-.001-.001-.361-.546-.002c-.003-.223-.002-.445-.002-.667.288-.001.576-.001.865.001l-.001-.37c-.415-.004-.83-.001-1.245-.002M7.052 7.349c-.477-.019-.697.492-.74.891-.049.522-.07 1.098.213 1.563.22.375.854.378 1.07-.001.264-.424.252-.945.226-1.425-.027-.437-.227-1.061-.769-1.028m-2.657.045c.001.883-.003 1.765.002 2.648l.379.001-.001-1.199c.242 0 .483 0 .725.002.003.399 0 .797.002 1.197h.381c-.002-.882.001-1.765-.002-2.647l-.379-.001c-.002.358 0 .716-.001 1.074l-.726.001c-.001-.358.001-.717-.002-1.074l-.379-.001m3.84 0c.003.654-.009 1.309.005 1.962a.749.749 0 0 0 .644.718c.416.065.834-.294.832-.717.009-.654.002-1.309.002-1.964l-.378-.001c-.013.68.031 1.363-.022 2.041-.059.386-.668.341-.689-.042-.034-.665-.003-1.332-.015-1.998l-.379-.001m1.933.002v2.646l.381.001c0-.415-.001-.83 0-1.245l.367-.003c.111.418.232.834.353 1.249l.387-.002c-.119-.433-.259-.86-.373-1.294.504-.234.501-1.09-.024-1.295-.35-.114-.729-.035-1.09-.057m2.241 4.491c-.369.554-.299 1.289-.173 1.912.089.498.739.778 1.138.446.341-.295.224-.787.241-1.182a37.857 37.857 0 0 0-.674 0l-.001.366c.102.003.203.005.304.009-.024.189.026.46-.182.561-.263.096-.484-.157-.506-.4-.06-.467-.119-.979.088-1.416.156-.28.557-.149.618.135l.364-.002c-.017-.608-.83-.895-1.219-.428m-9.911-.192v2.646l.381.001V13.18c.301-.009.653.053.898-.167.355-.368.26-1.145-.278-1.289-.329-.063-.668-.017-1-.03m2.155 0c-.219.884-.439 1.767-.66 2.65l.387-.008c.053-.241.113-.48.172-.719l.566-.001.187.726.378.001c-.221-.882-.44-1.764-.662-2.646l-.368-.003m1.242.001l.001 2.646.381.002c.002-.416-.001-.832.002-1.248l.368.002c.109.416.232.828.349 1.242l.39.003c-.123-.43-.254-.858-.374-1.288.51-.244.501-1.116-.044-1.308-.347-.1-.715-.034-1.071-.052m1.786 0c0 .883-.001 1.765.001 2.648l.381.001c-.001-.441-.07-.918.24-1.281.164.424.309.855.468 1.281l.399-.002c-.208-.571-.412-1.144-.614-1.716.179-.311.366-.618.545-.929l-.431-.003c-.205.345-.395.7-.603 1.045-.009-.348-.002-.695-.006-1.042l-.379-.003m1.782.002c.002.883-.002 1.765.002 2.647l.373.001c-.003-.883.003-1.765-.003-2.648l-.372-.001m.809-.001c.002.883-.002 1.766.002 2.649l.381.002c-.002-.588-.003-1.174 0-1.762.281.582.54 1.174.816 1.758l.287.005c-.003-.883.002-1.767-.003-2.65h-.38c0 .522.003 1.045-.001 1.567-.251-.516-.476-1.044-.719-1.563l-.384-.006m-7.631 4.602c-.16.469-.093 1.266.554 1.27-.139.32-.36.593-.619.822l.184.282c.703-.546 1.109-1.502.882-2.379-.114-.478-.889-.47-1 .003m1.827-.316c-.185.881-.356 1.765-.539 2.646l.34.003c.052-.235.103-.47.151-.705h.441c.045.235.096.469.142.704l.359-.002c-.189-.88-.364-1.763-.55-2.644a19.61 19.61 0 0 0-.343-.003m1.254.001v2.647h.333c.001-.52.002-1.04-.002-1.56.115.323.214.651.327.976.113-.319.201-.646.316-.964.006.515 0 1.031.003 1.547.11.002.22.002.331.003.007-.883.002-1.766.002-2.649l-.335.002c-.105.304-.199.614-.317.913-.118-.302-.216-.611-.325-.916l-.333.001m3.355.001l.001.343c.266.002.531.001.797.002-.351.714-.49 1.513-.51 2.304l.342-.002c.02-.716.113-1.445.426-2.097.095-.168.094-.363.091-.549H9.08m1.646-.001c-.001.882-.002 1.764.001 2.646l.333.001c0-.381.001-.762-.001-1.144.657.127 1.007-.672.71-1.183-.175-.413-.686-.311-1.043-.32m1.503 0v2.647l.331-.001c.007-.517-.001-1.034.003-1.551.117.319.216.645.327.966.109-.302.184-.615.306-.912.021.499.003.998.01 1.497l.332.001c.002-.883.001-1.766.001-2.649l-.333.003c-.108.306-.206.615-.317.92-.115-.306-.216-.616-.325-.923l-.335.002m-4.466 1.233l.003.344c.274.002.549.002.823.001l-.001-.343c-.275-.002-.55-.001-.826-.002m-4.859 3.408c.618.437 1.244.864 1.869 1.29.092.084.277.016.266-.115-.035-.231-.117-.452-.175-.677l6.316-.001c-.052.228-.133.449-.174.678-.012.135.169.191.264.119.626-.428 1.249-.864 1.878-1.291-.621-.43-1.249-.85-1.872-1.276-.091-.089-.246-.051-.272.077.025.239.121.465.177.698-2.104.001-4.208.002-6.312-.001.06-.232.125-.464.187-.696l-.131-.151c-.698.407-1.348.896-2.02 1.346z"/><path fill="#fff" d="M6.009 3.448c.188-.139.434.031.472.236.141.507.166 1.087-.064 1.571-.155.268-.547.103-.571-.174-.114-.525-.195-1.188.163-1.633zM6.933 7.743c.207-.095.413.083.445.285.128.511.163 1.101-.094 1.578-.213.264-.569-.003-.572-.282-.081-.513-.177-1.181.221-1.581zM10.548 7.765c.179.003.362-.017.537.029.259.091.264.527.002.615-.176.041-.359.021-.539.024a74.594 74.594 0 0 1 0-.669zM2.877 12.064c.179.003.363-.015.537.033.265.132.266.6-.025.7-.168.036-.342.016-.512.017a94 94 0 0 1 0-.751zM6.277 12.064c.186.005.38-.021.559.041.23.108.235.492.002.601-.183.044-.374.023-.561.026a74.594 74.594 0 0 1 0-.669zM4.647 13.246c.053-.246.11-.491.18-.732.069.243.132.488.2.732l-.379.001zM3.049 16.295c.425-.052.382.658.186.89-.436.063-.374-.658-.186-.89zM11.06 16.314c.617-.166.632 1.007.001.822a45.047 45.047 0 0 1-.001-.822zM4.498 17.575c.045-.22.09-.44.147-.657.053.217.096.438.139.658l-.286-.001zM16.002 22.515c-.053-.087-.031-.192.035-.265a.294.294 0 0 1-.035.265zM14.116 24c.103-.081.255-.12.364-.026l-.028.026h-.336z"/><path fill="#383b41" d="M1.679.054l.176.005C5.983.054 10.11.058 14.237.056c.987.02 1.851.972 1.814 1.953-.03 6.692-.004 13.385-.013 20.077l-.002.164c-.066.073-.088.178-.035.265-.187.723-.797 1.292-1.521 1.459-.11-.094-.261-.056-.364.026H1.922c-.078-.084-.214-.113-.303-.028-.851-.191-1.586-.969-1.575-1.864.033-5.122.005-10.245.014-15.367C.049 5.145.076 3.548.044 1.952.02 1.095.681.317 1.49.094c.081.052.144.038.189-.04m.022.142C.805.372.119 1.237.155 2.151.156 8.755.149 15.359.158 21.962c-.017 1.006.866 1.904 1.87 1.912 3.973.011 7.946.003 11.919.004.761.019 1.507-.441 1.811-1.142.192-.403.173-.859.171-1.294V2.614c-.003-.392.027-.798-.112-1.173A1.936 1.936 0 0 0 13.999.154C10.126.144 6.253.154 2.38.149a3.605 3.605 0 0 0-.681.046z"/><path fill="#00694f" d="M1.824.614c.223-.037.45-.025.675-.026 3.837.002 7.673-.001 11.51.001.611-.006 1.186.413 1.393.983.126.313.092.656.096.985v18.886c-.001.363.03.741-.122 1.081-.23.562-.825.937-1.43.919-3.951 0-7.902.003-11.853-.002-.789.015-1.504-.68-1.499-1.471C.59 15.342.593 8.715.593 2.088.581 1.384 1.133.731 1.824.613m.056.58a.942.942 0 0 0-.711.954c0 6.589-.002 13.177.001 19.766-.021.5.419.961.922.948 3.951.005 7.903.001 11.853.002.522.035.994-.429.97-.951 0-6.608.002-13.216-.001-19.824.006-.486-.417-.922-.905-.917-3.954-.005-7.908.001-11.863-.003-.089.002-.179.004-.267.024z"/><path fill="#00694f" d="M6.004 3.047c.486-.142.835.318.891.749.077.546.108 1.154-.17 1.651-.2.413-.877.428-1.096.027-.277-.471-.254-1.047-.205-1.572.05-.342.2-.769.58-.854m.005.4c-.357.445-.277 1.108-.163 1.633.023.277.416.442.571.174.23-.484.205-1.063.064-1.571-.038-.205-.284-.375-.472-.236zM7.366 3.075l.372-.006c.253.527.487 1.063.733 1.593a280.9 280.9 0 0 1-.001-1.59l.38.001c.002.883 0 1.766.001 2.649l-.291-.005c-.27-.594-.545-1.185-.818-1.777.002.593.001 1.187.001 1.781l-.375-.001c-.003-.882-.002-1.763-.001-2.645zM9.316 3.072c.415.001.83-.002 1.245.002l.001.37c-.289-.002-.577-.001-.865-.001 0 .222-.001.445.002.667l.546.002.001.361-.548.001c-.001.291-.001.583.001.874l.964.001.002.37c-.451-.003-.901.01-1.352-.008.008-.88.001-1.76.004-2.639zM7.052 7.349c.542-.033.741.591.769 1.028.026.48.038 1.002-.226 1.425-.217.379-.851.376-1.07.001-.282-.465-.262-1.04-.213-1.563.044-.4.263-.911.74-.891m-.119.394c-.398.4-.303 1.068-.221 1.581.003.279.36.546.572.282.257-.477.222-1.066.094-1.578-.033-.203-.238-.381-.445-.285zM4.395 7.394l.379.001c.003.358.001.717.002 1.074l.726-.001c.001-.359-.001-.717.001-1.074l.379.001c.003.882 0 1.765.002 2.647h-.381c-.002-.399.001-.798-.002-1.197-.242-.002-.483-.002-.725-.002l.001 1.199-.379-.001c-.006-.882-.002-1.765-.002-2.648zM8.234 7.395l.379.001c.012.665-.019 1.333.015 1.998.021.384.631.429.689.042.053-.678.009-1.361.022-2.041l.378.001c-.001.654.007 1.309-.002 1.964.002.422-.416.782-.832.717a.75.75 0 0 1-.644-.718c-.015-.654-.002-1.309-.005-1.962zM10.167 7.395c.361.022.74-.057 1.09.057.525.206.528 1.062.024 1.295.114.434.254.861.373 1.294l-.387.002a53.794 53.794 0 0 1-.353-1.249l-.367.003c-.001.415 0 .83 0 1.245l-.381-.001V7.395m.382.37v.669c.18-.003.363.016.539-.024.262-.089.257-.524-.002-.615-.175-.046-.358-.026-.537-.029zM12.409 11.886c.389-.467 1.202-.18 1.219.428l-.364.002c-.061-.285-.461-.415-.618-.135-.206.438-.148.95-.088 1.416.021.243.242.496.506.4.208-.101.158-.371.182-.561l-.304-.009.001-.366c.224-.002.449-.002.674 0-.017.395.099.887-.241 1.182-.399.331-1.049.052-1.138-.446-.126-.623-.196-1.357.173-1.912zM2.496 11.695c.332.012.671-.033 1 .03.538.144.633.921.278 1.289-.245.22-.597.157-.898.167v1.162l-.381-.001v-2.646m.382.368a94 94 0 0 0 0 .751c.17-.001.344.019.512-.017.291-.101.29-.568.025-.7-.174-.048-.358-.03-.537-.033zM4.652 11.694l.368.003c.222.882.44 1.764.662 2.646l-.378-.001-.187-.726-.566.001c-.059.239-.119.479-.172.719l-.387.008.66-2.65m-.005 1.552l.379-.001c-.068-.243-.131-.489-.2-.732-.069.241-.126.486-.18.732zM5.894 11.695c.356.017.724-.048 1.071.052.545.192.554 1.063.044 1.308.12.431.251.858.374 1.288l-.39-.003c-.117-.414-.24-.826-.349-1.242l-.368-.002c-.003.416.001.832-.002 1.248l-.381-.002c-.001-.882.001-1.764-.001-2.646m.385.368v.669c.187-.003.378.018.561-.026.233-.109.228-.493-.002-.601-.179-.063-.373-.037-.559-.041zM7.682 11.694l.379.003c.005.347-.003.694.006 1.042.208-.345.397-.7.603-1.045.144.001.288.001.431.003-.18.311-.366.617-.545.929.202.572.406 1.145.614 1.716l-.399.002c-.159-.426-.304-.857-.468-1.281-.31.364-.241.84-.24 1.281l-.381-.001c-.002-.883-.001-1.765-.001-2.648zM9.465 11.695l.372.001c.006.883 0 1.765.003 2.648l-.373-.001c-.005-.882-.001-1.764-.002-2.647zM10.274 11.693l.384.006c.243.52.468 1.047.719 1.563.005-.522.001-1.045.001-1.567h.38c.005.883-.001 1.767.003 2.65l-.287-.005c-.276-.585-.536-1.176-.816-1.758-.003.588-.002 1.174 0 1.762l-.381-.002c-.004-.883 0-1.766-.002-2.649zM2.642 16.295c.112-.473.886-.481 1-.003.227.877-.18 1.832-.882 2.379l-.184-.282c.26-.23.48-.503.619-.822-.647-.004-.714-.801-.554-1.27m.408-.002c-.188.231-.25.952.186.89.196-.231.239-.942-.186-.89zM4.47 15.977c.114 0 .229.001.343.003.185.881.361 1.764.55 2.644l-.359.002c-.046-.235-.097-.47-.142-.704a32.414 32.414 0 0 0-.441 0c-.048.236-.099.471-.151.705l-.34-.003c.184-.882.354-1.765.539-2.646m.029 1.597l.286.001c-.042-.22-.085-.44-.139-.658-.057.217-.102.437-.147.657zM5.725 15.977l.333-.001c.109.305.207.614.325.916.118-.3.212-.609.317-.913l.335-.002c-.001.883.005 1.766-.002 2.649l-.331-.003c-.003-.515.003-1.031-.003-1.547-.114.318-.203.645-.316.964-.113-.324-.212-.653-.327-.976.004.52.002 1.04.002 1.56h-.333v-2.647zM9.08 15.978h1.147c.003.187.003.381-.091.549-.313.653-.406 1.381-.426 2.097l-.342.002c.019-.791.159-1.589.51-2.304l-.797-.002-.001-.343zM10.726 15.978c.357.009.868-.093 1.043.32.297.511-.053 1.31-.71 1.183l.001 1.144-.333-.001c-.002-.882-.001-1.764-.001-2.646m.334.336c-.002.274-.002.548.001.822.631.185.616-.987-.001-.822zM12.229 15.978l.335-.002c.11.307.21.618.325.923.111-.305.209-.615.317-.92l.333-.003c.001.883.002 1.766-.001 2.649l-.332-.001c-.006-.499.011-.998-.01-1.497-.122.297-.198.61-.306.912-.111-.321-.209-.647-.327-.966-.004.517.003 1.034-.003 1.551l-.331.001v-2.647zM7.763 17.211c.275.001.55-.001.826.002l.001.343a75.26 75.26 0 0 1-.823-.001l-.003-.344zM2.903 20.619c.672-.45 1.322-.939 2.02-1.346l.131.151c-.062.232-.127.463-.187.696 2.104.003 4.208.002 6.312.001-.056-.233-.152-.459-.177-.698.026-.127.181-.166.272-.077.623.427 1.251.846 1.872 1.276-.628.427-1.251.863-1.878 1.291-.095.072-.275.016-.264-.119.041-.23.121-.45.174-.678a4432.43 4432.43 0 0 0-6.316.001c.058.225.14.446.175.677.01.131-.174.199-.266.115-.625-.426-1.251-.853-1.869-1.29z"/><path fill="#e1e2e2" d="M0 1.865l.044.087c.032 1.596.005 3.193.014 4.789-.009 5.122.019 10.245-.014 15.367L0 22.201V1.866z"/><path fill="#d7d8d9" d="M16.052 2.009l.045-.094v20.166l-.058.005c.009-6.693-.017-13.386.013-20.077z"/><path fill="#aaacae" d="M1.62 23.972c.089-.085.225-.056.303.028h-.276l-.027-.028z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pass-on-either-side--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.532 0h2.936c2.615.431 5.213 1.516 7.024 3.507 1.991 1.811 3.077 4.41 3.507 7.026v2.936c-.431 2.615-1.516 5.213-3.507 7.023-1.811 1.992-4.41 3.078-7.026 3.508h-2.939c-2.614-.433-5.213-1.516-7.022-3.507-1.991-1.811-3.077-4.41-3.507-7.027v-2.935c.431-2.615 1.517-5.214 3.508-7.024C5.316 1.516 7.915.43 10.53 0M6.826 12.216c-.645-.704-1.264-1.431-1.899-2.143-.691 2.662-1.334 5.338-2.004 8.005 2.577-.669 5.145-1.374 7.715-2.07-.62-.661-1.279-1.287-1.89-1.957 1.151-1.201 2.303-2.404 3.466-3.596-.582-.689-1.207-1.34-1.815-2.005-1.203 1.245-2.363 2.529-3.574 3.765m5.441-1.774c1.171 1.192 2.311 2.413 3.479 3.608-.62.664-1.271 1.297-1.889 1.963 2.572.694 5.142 1.393 7.717 2.075-.674-2.671-1.315-5.35-2.005-8.016-.628.719-1.264 1.431-1.892 2.151-1.217-1.235-2.372-2.53-3.587-3.768-.619.652-1.203 1.336-1.823 1.987z"/><path fill="#fff" d="M6.826 12.216c1.21-1.237 2.371-2.521 3.574-3.765.609.665 1.233 1.317 1.815 2.005-1.163 1.192-2.315 2.395-3.466 3.596.611.67 1.27 1.296 1.89 1.957-2.57.695-5.138 1.401-7.715 2.07.67-2.668 1.313-5.343 2.004-8.005.635.712 1.254 1.439 1.899 2.143zM12.266 10.441c.62-.65 1.204-1.335 1.823-1.987 1.214 1.238 2.37 2.532 3.587 3.768.628-.72 1.264-1.432 1.892-2.151.69 2.666 1.331 5.344 2.005 8.016-2.574-.682-5.145-1.381-7.717-2.075.618-.666 1.268-1.3 1.889-1.963-1.169-1.195-2.308-2.416-3.479-3.608z"/></symbol><symbol viewBox="0 0 33 24" id="regulatory--pass-on-either-side--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f2f7fa" d="M0 0h.523C.429.27.319.568.047.707L0 .606V0z"/><path fill="#03559b" d="M.523 0h32.852v24H.501c-.086-.277-.188-.581-.456-.735.223-.863.131-1.761.144-2.64-.009-5.751-.008-11.501 0-17.25C.174 2.484.273 1.577.046.707.318.568.429.27.522 0m10.833 3.471C8.141 6.295 4.956 9.152 1.763 12c3.195 2.844 6.384 5.696 9.576 8.543.598.643 1.747.052 1.543-.81-.383-1.669-.893-3.308-1.309-4.971 3.669-.006 7.337-.006 11.004 0-.418 1.671-.934 3.317-1.314 4.995-.178.842.938 1.418 1.53.799 3.201-2.848 6.392-5.707 9.594-8.554-3.197-2.852-6.386-5.713-9.602-8.541-.594-.624-1.706-.022-1.521.812.386 1.673.896 3.315 1.313 4.978-3.668.008-7.337.008-11.004 0 .416-1.665.928-3.309 1.313-4.984.182-.84-.943-1.429-1.53-.797z"/><path fill="#508bbb" d="M0 .606l.047.101c.227.87.128 1.777.143 2.668-.008 5.749-.009 11.499 0 17.25-.013.879.079 1.777-.144 2.64l-.045.101V.605z"/><path fill="#fff" d="M11.355 3.471c.587-.632 1.712-.043 1.53.797-.384 1.674-.896 3.319-1.313 4.984 3.668.008 7.337.008 11.004 0-.416-1.663-.926-3.306-1.313-4.978-.186-.834.926-1.436 1.521-.812C26 6.29 29.189 9.151 32.386 12.003c-3.203 2.846-6.394 5.706-9.594 8.554-.592.619-1.708.043-1.53-.799.381-1.678.896-3.324 1.314-4.995-3.668-.006-7.335-.006-11.004 0 .416 1.663.926 3.302 1.309 4.971.204.863-.945 1.453-1.543.81-3.191-2.846-6.381-5.698-9.576-8.543 3.193-2.848 6.379-5.706 9.592-8.529z"/><path fill="#ecf2f8" d="M0 23.366l.045-.101c.268.154.369.457.456.735H0v-.634z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pass-on-either-side--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M11.14 0h1.681c4.23.317 8.2 2.953 10.004 6.809.652 1.315.98 2.756 1.175 4.202v1.998c-.391 4.223-3.088 8.155-6.977 9.894-1.238.602-2.596.882-3.947 1.097h-2.094c-4.032-.398-7.816-2.862-9.643-6.502C.543 15.986.134 14.299 0 12.602v-1.187C.126 9.833.48 8.261 1.178 6.83 2.97 2.977 6.922.344 11.139 0m-.413 2.092c-4.506.494-8.312 4.42-8.669 8.939-.414 3.742 1.525 7.596 4.757 9.517 2.376 1.47 5.381 1.849 8.053 1.042 3.116-.913 5.695-3.44 6.666-6.541.925-2.854.474-6.116-1.213-8.6-2.034-3.116-5.909-4.873-9.594-4.356z"/><path fill="#fff" d="M10.726 2.092c3.685-.517 7.56 1.24 9.594 4.356 1.687 2.484 2.138 5.747 1.213 8.6-.971 3.101-3.55 5.628-6.666 6.541-2.672.808-5.677.428-8.053-1.042-3.232-1.921-5.171-5.776-4.757-9.517.356-4.519 4.163-8.444 8.669-8.939M5.118 13.278c.007-.755.005-1.51.004-2.264-.538.533-1.081 1.06-1.602 1.609.008 1.126-.004 2.251.007 3.377 1.133-.002 2.266.007 3.398-.005A149.81 149.81 0 0 1 8.519 14.4c-.751-.002-1.501.005-2.251-.004 1.909-1.916 3.818-3.833 5.741-5.736a1149.68 1149.68 0 0 1 5.74 5.736c-.75.008-1.5.001-2.25.004.548.53 1.068 1.09 1.628 1.607 1.122-.016 2.243 0 3.365-.01.005-1.127 0-2.255.002-3.382-.524-.541-1.062-1.07-1.598-1.601-.001.757-.007 1.514.005 2.273-2.286-2.31-4.594-4.6-6.892-6.898-2.3 2.292-4.597 4.588-6.89 6.888z"/><path d="M5.118 13.278c2.293-2.3 4.59-4.596 6.89-6.888 2.298 2.298 4.606 4.588 6.892 6.898-.012-.758-.006-1.516-.005-2.273.536.53 1.074 1.06 1.598 1.601-.002 1.127.002 2.255-.002 3.382-1.122.01-2.243-.006-3.365.01-.56-.517-1.08-1.076-1.628-1.607.75-.002 1.5.005 2.25-.004a1108.634 1108.634 0 0 0-5.74-5.736c-1.922 1.903-3.832 3.82-5.741 5.736.75.008 1.5.001 2.251.004a159.8 159.8 0 0 0-1.594 1.595c-1.133.012-2.266.002-3.398.005-.011-1.126.001-2.251-.007-3.377.521-.55 1.064-1.076 1.602-1.609.001.755.004 1.51-.004 2.264z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--pass-with-care--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#111" opacity=".94" d="M1.078 0h18.091l-.193.071C12.951.139 6.923.079.897.101L1.078 0zM1.023 23.929c6.025-.069 12.054-.007 18.081-.031l-.182.102H.83l.193-.071z"/><path fill="#fbfbfb" d="M.099.87C.269.529.551.261.897.101 6.923.079 12.951.139 18.976.071c.45.144.822.466.962.927-.058.431-.047.868-.044 1.302.006 6.943-.008 13.886.007 20.829a1.69 1.69 0 0 1-.797.769c-6.027.024-12.056-.038-18.081.031-.45-.144-.821-.466-.962-.926.059-.432.048-.868.045-1.303C.099 14.757.114 7.814.099.87M1.142.362C.657.417.344.93.36 1.39v21.22c-.031.563.449 1.115 1.034 1.05 5.768-.001 11.536.007 17.304-.005.552.025.966-.524.942-1.045V1.39c.024-.519-.388-1.075-.942-1.042C12.846.353 6.993.327 1.142.362z"/><path fill="#060606" d="M1.142.362C6.993.327 12.846.353 18.698.348c.554-.033.966.523.942 1.042v21.22c.024.521-.39 1.07-.942 1.045-5.768.012-11.536.004-17.304.005-.585.065-1.065-.487-1.034-1.05V1.39C.344.93.657.417 1.142.362m-.286.691c0 7.298-.001 14.596.001 21.895.163.101.33.227.534.21 5.739.002 11.479.002 17.218 0 .204.017.371-.109.534-.211V1.053c-.163-.102-.329-.229-.534-.211C12.87.84 7.131.84 1.391.842 1.187.824 1.02.95.856 1.053z"/><path fill="#fff" d="M.856 1.053c.164-.103.331-.229.535-.211C7.131.84 12.87.84 18.609.842c.205-.018.371.109.534.211v21.894c-.163.102-.33.228-.534.211-5.739.002-11.479.002-17.218 0-.204.017-.371-.109-.534-.21C.855 15.649.856 8.351.856 1.053m9.683 1.786c-.204.56-.203 1.319.299 1.726.535.391 1.241.387 1.818.685.481.273.173 1.062-.355 1.028-.552.142-1.127-.178-1.161-.776-.27.004-.54.004-.81.009-.075 1.21 1.288 1.919 2.335 1.543 1.049-.247 1.453-1.756.673-2.493-.619-.49-1.511-.381-2.122-.889-.243-1.061 1.559-1.1 1.584-.1.269 0 .537 0 .806-.004-.052-.356-.103-.74-.352-1.019-.684-.836-2.273-.752-2.715.29m4.29 1.531c.496.602 1.371.538 2.015.881.329.182.304.706.001.901-.57.343-1.484.121-1.523-.648-.27.002-.541.002-.811.007-.061 1.179 1.23 1.899 2.275 1.56 1.057-.204 1.503-1.664.793-2.449-.544-.513-1.372-.44-1.99-.81-.412-.302-.082-1.001.408-.96.492-.105.923.234.98.722.269-.002.538-.002.807-.005.049-1.068-1.081-1.833-2.072-1.531-1.039.167-1.394 1.521-.883 2.332M2.281 2.134v4.863c.292.011.583.013.874.014V5.256c.714-.015 1.695.15 2.108-.598.363-.803.319-2.139-.675-2.45-.755-.16-1.54-.043-2.307-.074m4.931 0c-.487 1.627-.973 3.254-1.474 4.876.303-.001.607-.002.91-.005.098-.327.188-.656.278-.985a88.182 88.182 0 0 1 1.543-.002c.087.32.165.643.228.969.321.02.642.024.964.024-.481-1.627-.977-3.251-1.462-4.877a40.592 40.592 0 0 0-.987 0M2.751 9.433c.402 1.619.777 3.245 1.174 4.866.266.009.532.011.798.014.234-1.258.447-2.519.664-3.78.18 1.259.416 2.508.632 3.761.276.013.551.016.827.018.393-1.624.779-3.25 1.169-4.876-.292-.004-.584-.004-.875-.006-.226 1.16-.486 2.314-.661 3.483-.272-1.149-.416-2.323-.639-3.482l-.912.001c-.223 1.16-.355 2.336-.61 3.49-.158-1.173-.433-2.326-.644-3.489h-.923m5.786-.002v4.879h.846V9.432l-.846-.001m1.38 0v.853l1.235-.001c.007 1.342.001 2.684.003 4.027h.875c.003-1.343-.005-2.685.004-4.027h1.228v-.852c-1.115.002-2.23.002-3.345 0m3.909.001l.001 4.878h.846l-.001-2.18 1.615-.001c-.003.727-.001 1.453-.002 2.18.29 0 .58 0 .87.002v-4.88c-.29.001-.58.001-.87.005l.001 1.854c-.538-.002-1.076-.001-1.614-.002l.001-1.857-.847.001M2.98 16.779c-1.265.635-1.405 2.365-1.04 3.581.223.964 1.284 1.633 2.244 1.316.758-.219 1.143-.995 1.28-1.716a61.206 61.206 0 0 0-.857-.003c-.083.622-.748 1.183-1.351.79-.818-.664-.748-2.011-.267-2.859.455-.714 1.547-.318 1.625.474.289 0 .578 0 .867-.005-.06-1.202-1.381-2.102-2.501-1.578m4.532-.04c-.463 1.632-.982 3.247-1.462 4.874.302-.002.603-.002.905-.015.098-.325.186-.652.279-.978a87.725 87.725 0 0 1 1.539.001c.086.323.166.649.252.973.314.017.629.018.943.018-.481-1.627-.982-3.249-1.457-4.878a36.966 36.966 0 0 0-.999.005m7.622-.007l.001 4.879h3.14v-.877c-.769.002-1.538.001-2.307 0l.001-1.258c.682-.004 1.364.005 2.046-.006v-.829c-.682-.01-1.364-.002-2.047-.006 0-.35 0-.7.002-1.051a805.2 805.2 0 0 1 2.198 0v-.852c-1.011.002-2.022.002-3.034 0m-4.377.001v4.882c.288-.003.576-.008.863-.024 0-.635-.005-1.27.005-1.905.454.047 1.024-.129 1.394.196.273.527.063 1.165.22 1.729h.978c-.424-.724.149-1.813-.685-2.326.941-.548.76-2.262-.335-2.501-.807-.108-1.628-.025-2.44-.051z"/><path fill="#fff" d="M3.157 2.967c.448.043 1.079-.152 1.366.305.126.354.128.887-.259 1.08-.358.109-.738.06-1.106.069-.003-.485-.003-.969-.001-1.454zM7.164 5.16c.196-.622.329-1.262.54-1.88.18.623.34 1.252.512 1.878a73.81 73.81 0 0 1-1.052.002zM11.622 17.569c.392.008.787-.028 1.177.027.638.063.648 1.231-.008 1.272-.389.039-.782.014-1.172.02 0-.44-.001-.879.003-1.319zM8.001 17.926c.222.598.332 1.229.527 1.835-.353.002-.707.002-1.06 0 .199-.605.325-1.232.533-1.835z"/><path fill="#4c4c4c" opacity=".95" d="M0 1.023L.099.87c.015 6.944 0 13.887.007 20.83.003.435.014.871-.045 1.303L0 23.185V1.023zM19.938.998L20 .815v22.16l-.099.154c-.015-6.943-.001-13.886-.007-20.829-.003-.434-.014-.871.044-1.302z"/><path d="M10.539 2.839c.442-1.042 2.031-1.126 2.715-.29.249.279.3.663.352 1.019-.269.004-.537.004-.806.004-.025-1-1.827-.961-1.584.1.611.508 1.503.399 2.122.889.78.737.376 2.246-.673 2.493-1.047.376-2.41-.333-2.335-1.543.27-.005.54-.005.81-.009.034.598.609.918 1.161.776.528.034.836-.755.355-1.028-.577-.298-1.283-.294-1.818-.685-.502-.407-.503-1.166-.299-1.726zM14.829 4.37c-.511-.811-.156-2.165.883-2.332.991-.302 2.121.463 2.072 1.531-.269.003-.538.003-.807.005-.057-.488-.488-.827-.98-.722-.49-.041-.82.658-.408.96.618.37 1.446.297 1.99.81.71.785.264 2.245-.793 2.449-1.045.339-2.336-.381-2.275-1.56.27-.005.541-.005.811-.007.039.769.953.991 1.523.648.303-.195.328-.719-.001-.901-.644-.343-1.519-.279-2.015-.881zM2.281 2.134c.767.031 1.552-.086 2.307.074.994.311 1.038 1.647.675 2.45-.413.748-1.394.583-2.108.598v1.755a25.515 25.515 0 0 1-.874-.014V2.134m.876.833c-.002.485-.002.969.001 1.454.368-.009.748.04 1.106-.069.387-.193.385-.726.259-1.08-.287-.457-.918-.262-1.366-.305zM7.212 2.134c.329-.004.658-.004.987 0 .485 1.626.981 3.25 1.462 4.877-.322 0-.643-.004-.964-.024a13.358 13.358 0 0 0-.228-.969 88.182 88.182 0 0 0-1.543.002c-.09.329-.18.658-.278.985-.303.003-.607.004-.91.005.501-1.622.987-3.249 1.474-4.876M7.164 5.16c.35.001.701.002 1.052-.002-.172-.626-.332-1.255-.512-1.878-.211.618-.344 1.258-.54 1.88zM2.751 9.433h.923c.211 1.163.486 2.316.644 3.489.255-1.154.387-2.33.61-3.49l.912-.001c.223 1.159.367 2.333.639 3.482.175-1.169.435-2.323.661-3.483.291.002.583.002.875.006-.39 1.626-.776 3.252-1.169 4.876a20.742 20.742 0 0 1-.827-.018c-.216-1.253-.452-2.502-.632-3.761-.217 1.261-.43 2.522-.664 3.78-.266-.003-.532-.005-.798-.014-.397-1.621-.772-3.247-1.174-4.866zM8.537 9.431l.846.001v4.878h-.846V9.431zM9.917 9.431c1.115.002 2.23.002 3.345 0v.852h-1.228c-.009 1.342-.001 2.684-.004 4.027h-.875c-.002-1.343.004-2.685-.003-4.027l-1.235.001v-.853zM13.826 9.432l.847-.001-.001 1.857c.538.001 1.076 0 1.614.002l-.001-1.854c.29-.004.58-.004.87-.005v4.88c-.29-.002-.58-.002-.87-.002.001-.727-.001-1.453.002-2.18l-1.615.001.001 2.18h-.846l-.001-4.878zM2.98 16.779c1.12-.524 2.441.376 2.501 1.578-.289.005-.578.005-.867.005-.078-.792-1.17-1.188-1.625-.474-.481.848-.551 2.195.267 2.859.603.393 1.268-.168 1.351-.79.286-.001.571 0 .857.003-.137.721-.522 1.497-1.28 1.716-.96.317-2.021-.352-2.244-1.316-.365-1.216-.225-2.946 1.04-3.581zM7.512 16.739c.333-.007.666-.007.999-.005.475 1.629.976 3.251 1.457 4.878-.314 0-.629-.001-.943-.018-.086-.324-.166-.65-.252-.973a87.725 87.725 0 0 0-1.539-.001c-.093.326-.181.653-.279.978-.302.013-.603.013-.905.015.48-1.627.999-3.242 1.462-4.874m.489 1.187c-.208.603-.334 1.23-.533 1.835.353.002.707.002 1.06 0-.195-.606-.305-1.237-.527-1.835zM15.134 16.732c1.012.002 2.023.002 3.034 0v.852a805.2 805.2 0 0 0-2.198 0c-.002.351-.002.701-.002 1.051.683.004 1.365-.004 2.047.006v.829c-.682.011-1.364.002-2.046.006l-.001 1.258c.769.001 1.538.002 2.307 0v.877h-3.14l-.001-4.879zM10.757 16.733c.812.026 1.633-.057 2.44.051 1.095.239 1.276 1.953.335 2.501.834.513.261 1.602.685 2.326h-.978c-.157-.564.053-1.202-.22-1.729-.37-.325-.94-.149-1.394-.196-.01.635-.005 1.27-.005 1.905a19.08 19.08 0 0 1-.863.024v-4.882m.865.836c-.004.44-.003.879-.003 1.319.39-.006.783.019 1.172-.02.656-.041.646-1.209.008-1.272-.39-.055-.785-.019-1.177-.027z"/></symbol><symbol viewBox="0 0 30 24" id="regulatory--passing-lane-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" d="M1.208 0h27.56c.269.087.511.239.687.462-.321-.183-.666-.36-1.046-.348H1.591C1.212.102.867.277.547.46.721.247.95.091 1.208 0zM.544 23.538c.321.182.667.359 1.047.348h26.818c.38.011.725-.166 1.046-.348a1.52 1.52 0 0 1-.663.462H1.232a1.427 1.427 0 0 1-.688-.462z"/><path fill="#fff" d="M.547.46c.32-.183.665-.358 1.044-.346h26.818c.38-.012.725.165 1.046.348l.104.105a.457.457 0 0 0 .25.38c.019.107.036.213.053.32.042 7.177.045 14.359-.001 21.536l-.062.247a.48.48 0 0 0-.24.384l-.104.104c-.321.182-.666.359-1.046.348H1.591c-.38.011-.726-.166-1.047-.348l-.104-.105a.457.457 0 0 0-.249-.381 17.695 17.695 0 0 1-.054-.319C.096 15.556.094 8.374.139 1.197L.2.951A.484.484 0 0 0 .44.567L.547.46m.791-.007C.804.538.405 1.058.429 1.594c-.002 6.937-.003 13.875 0 20.813-.036.633.532 1.197 1.164 1.165 8.938.005 17.877.005 26.815 0 .631.031 1.197-.532 1.162-1.165.004-6.938.004-13.876 0-20.815.04-.677-.601-1.239-1.264-1.168-8.989.02-17.981-.036-26.968.029z"/><path fill="#fff" d="M1.323 1.107a.954.954 0 0 1 .376-.054c8.901.005 17.802-.002 26.703.003a.498.498 0 0 1 .541.542c.004 6.935.004 13.869 0 20.804a.497.497 0 0 1-.541.541c-8.934.004-17.869.004-26.804 0a.498.498 0 0 1-.542-.541C1.05 15.501 1.057 8.6 1.053 1.699c-.014-.226.043-.49.27-.592m8.905 2.876c.365.627 1.181.565 1.777.8.599.347.278 1.342-.404 1.293-.485.105-.893-.146-1.155-.535l-.011-.312c-.135.007-.269.011-.404.014.034 1.13 1.491 1.389 2.285.87.431-.285.475-.938.212-1.348-.459-.397-1.091-.46-1.645-.649-.469-.131-.482-.901-.054-1.093.547-.255 1.432-.082 1.441.651l.32-.011c.011-.664-.652-1.157-1.292-1.032-.724-.114-1.403.664-1.07 1.352m3.912-1.151c-.52.328-.532 1.212.031 1.502.541.409 1.595.132 1.768.96.03 1.111-1.918 1.035-1.923-.041l-.359-.05c-.059 1.143 1.399 1.416 2.2.947.538-.325.59-1.309-.02-1.585-.449-.231-.955-.304-1.425-.478-.348-.127-.342-.59-.222-.878.394-.42 1.103-.351 1.541-.03l.131.494.325-.015c-.002-1.027-1.332-1.303-2.047-.826m10.121-.069c-1.147.667-1.189 2.549-.185 3.355.642.363 1.625.364 2.094-.278l.175-.013c.002.161.007.321.015.481l.187-.07c.044-.594.006-1.191.018-1.786a85.447 85.447 0 0 0-1.519.002l-.007.248c.41.032.822.023 1.233.031-.021.419-.142.887-.522 1.122-.567.453-1.452.214-1.801-.394a2.333 2.333 0 0 1 .109-2.105c.428-.546 1.314-.568 1.846-.165.183.218.237.609.604.562-.045-1.091-1.417-1.35-2.247-.99M3.134 2.684c-.011 1.191-.001 2.383-.006 3.575l.351.006c.003-.512.001-1.025.003-1.537.55-.033 1.139.035 1.656-.188.709-.332.664-1.523-.088-1.777-.626-.154-1.278-.067-1.916-.079m2.941 3.577l.37-.008c.126-.359.246-.72.334-1.09.56-.019 1.12-.003 1.68-.015.156.361.271.737.392 1.11l.351.005c-.386-1.183-.921-2.314-1.29-3.503l-.411-.104c-.522 1.183-.962 2.4-1.426 3.605M17.554 2.76c.01 1.166.003 2.332.004 3.497l.363-.003c-.05-1.203.097-2.425-.078-3.614l-.289.12m1.794-.031c.019 1.177.004 2.354.008 3.531l.382-.004c.005-1.032-.015-2.064.012-3.096a48.046 48.046 0 0 0 2.068 3.116l.421-.036c-.003-1.165-.006-2.331.002-3.496l-.389-.04c-.013 1.014.011 2.029-.013 3.042-.599-.712-1.053-1.542-1.587-2.306-.245-.302-.406-.947-.904-.711M8.077 9.793c.037 1.217-.071 2.443.058 3.652.723-.025 1.447.016 2.17-.02l.07-.27c-.612-.164-1.252-.047-1.877-.082-.022-1.099.016-2.198-.02-3.297a4.137 4.137 0 0 1-.401.017m4.404.04c-.423 1.224-1.02 2.397-1.358 3.642.582-.061.501-.805.743-1.203.556.021 1.117-.045 1.669.049.198.374.127 1.118.673 1.137-.314-1.24-.92-2.39-1.301-3.614l-.426-.011m2.778.004c.064 1.213-.127 2.466.1 3.652l.285-.173c0-1-.015-2 .009-3 .692 1.064 1.356 2.155 2.121 3.167.126-.061.382-.085.358-.278.009-1.117-.002-2.235.004-3.352l-.38-.031c-.01 1.017.004 2.035-.008 3.052-.779-.945-1.388-2.027-2.076-3.043l-.413.006m4.169-.006c.004 1.203-.018 2.407.012 3.61.803-.004 1.606-.003 2.41 0l.036-.298c-.702-.013-1.404-.002-2.106-.008-.006-.471-.004-.941-.003-1.412.643-.041 1.307.092 1.934-.097-.475-.418-1.27-.096-1.873-.184-.106-.428-.053-.871-.057-1.307.683-.003 1.366.001 2.048-.003l.017-.292c-.806-.022-1.612-.008-2.418-.009M6.836 16.942c-.394 1.228-1.042 2.369-1.338 3.627l.299-.045c.142-.357.276-.717.387-1.085.549-.016 1.098-.009 1.648-.006.16.365.286.744.417 1.12l.353-.008c-.477-1.202-.874-2.443-1.429-3.611l-.337.008m2.813-.001c-.01 1.202-.008 2.404-.002 3.606l.317.005c.051-.568-.076-1.184.065-1.722.638-.145 1.371-.02 2.046-.06.047.591-.072 1.2.076 1.78l.292.003c-.006-1.192.024-2.387-.014-3.578l-.283-.071c-.098.516-.059 1.041-.063 1.563-.705-.003-1.411.018-2.116-.014.006-.504.008-1.009-.005-1.513l-.313.001m4.136-.001c-.027 1.202-.007 2.405-.011 3.608.819.007 1.637.006 2.456.001l.003-.289c-.697-.006-1.394-.001-2.09-.003-.002-.475-.002-.951 0-1.426.606-.001 1.211.001 1.817-.002l-.003-.284c-.603-.002-1.206-.001-1.809-.001a39.495 39.495 0 0 1-.003-1.288c.675-.002 1.35.005 2.026-.004l-.011-.31c-.792-.006-1.584-.004-2.375-.002m4.677.001c-.393 1.236-1.074 2.383-1.339 3.653.497-.114.496-.773.706-1.162.532-.005 1.064 0 1.596-.004.177.363.333.735.455 1.121.106 0 .211.002.317.003-.397-1.224-.91-2.41-1.372-3.613l-.363.002m2.777-.037c-.02 1.23-.014 2.461-.005 3.691.684.005 1.481.201 2.087-.189.672-.255.865-1.058.839-1.705-.011-.6-.163-1.39-.829-1.582-.558-.476-1.413-.093-2.092-.215z"/><path fill="#fff" d="M3.538 3.04c.367-.15.832-.037 1.23.007.611.048.67 1.04.148 1.263-.433.194-.918.115-1.377.135-.055-.458-.131-.968-.001-1.405zM7.623 3.07c.283.571.509 1.168.678 1.783-.437.007-.875.007-1.312 0 .127-.623.441-1.181.634-1.783zM12.004 11.959c.197-.616.415-1.225.694-1.81.192.613.445 1.204.655 1.811-.45-.051-.913.143-1.349-.001zM21.561 17.262c.559.002 1.138-.068 1.679.108.86.635.845 2.137-.022 2.76-.527.204-1.107.113-1.658.119.002-.995.001-1.991.001-2.987zM18.634 17.299c.243.605.538 1.209.656 1.853-.427-.003-.855-.002-1.282-.002.144-.635.367-1.254.626-1.851zM7.027 17.292c.189.631.549 1.204.665 1.858-.43 0-.861-.001-1.292.002a8.49 8.49 0 0 1 .627-1.86z"/><path fill="#060606" d="M1.338.453C10.325.388 19.317.444 28.306.424c.663-.071 1.304.491 1.264 1.168.004 6.939.004 13.877 0 20.815.035.633-.531 1.196-1.162 1.165-8.938.005-17.877.005-26.815 0-.632.032-1.2-.532-1.164-1.165-.003-6.938-.002-13.876 0-20.813C.405 1.058.804.538 1.338.453m-.015.654c-.227.102-.284.366-.27.592.004 6.901-.003 13.802.003 20.703a.498.498 0 0 0 .542.541c8.935.004 17.87.004 26.804 0a.497.497 0 0 0 .541-.541c.004-6.935.004-13.869 0-20.804a.498.498 0 0 0-.541-.542c-8.901-.005-17.802.002-26.703-.003a.954.954 0 0 0-.376.054z"/><path fill="#292929" opacity=".9" d="M.2.951A.362.362 0 0 1 .44.567.484.484 0 0 1 .2.951z"/><path fill="#282828" opacity=".89" d="M29.559.567c.158.061.257.21.25.38a.457.457 0 0 1-.25-.38zM.191 23.052a.457.457 0 0 1 .249.381.386.386 0 0 1-.249-.381z"/><path fill="#060606" d="M0 1.269l.139-.072C.094 8.374.096 15.556.137 22.733L0 22.824V1.269zM29.862 1.267l.138-.09V22.73l-.139.073c.046-7.177.043-14.359.001-21.536z"/><path fill="#080808" d="M10.228 3.983c-.333-.688.346-1.466 1.07-1.352.64-.125 1.303.368 1.292 1.032l-.32.011c-.009-.733-.894-.906-1.441-.651-.428.192-.415.962.054 1.093.554.189 1.186.252 1.645.649.263.41.219 1.063-.212 1.348-.794.519-2.251.26-2.285-.87.135-.003.269-.007.404-.014l.011.312c.262.389.67.64 1.155.535.682.049 1.003-.946.404-1.293-.596-.235-1.412-.173-1.777-.8zM14.14 2.832c.715-.477 2.045-.201 2.047.826l-.325.015-.131-.494c-.438-.321-1.147-.39-1.541.03-.12.288-.126.751.222.878.47.174.976.247 1.425.478.61.276.558 1.26.02 1.585-.801.469-2.259.196-2.2-.947l.359.05c.005 1.076 1.953 1.152 1.923.041-.173-.828-1.227-.551-1.768-.96-.563-.29-.551-1.174-.031-1.502zM24.261 2.763c.83-.36 2.202-.101 2.247.99-.367.047-.421-.344-.604-.562-.532-.403-1.418-.381-1.846.165a2.333 2.333 0 0 0-.109 2.105c.349.608 1.234.847 1.801.394.38-.235.501-.703.522-1.122-.411-.008-.823.001-1.233-.031l.007-.248a85.447 85.447 0 0 1 1.519-.002c-.012.595.026 1.192-.018 1.786l-.187.07c-.008-.16-.013-.32-.015-.481l-.175.013c-.469.642-1.452.641-2.094.278-1.004-.806-.962-2.688.185-3.355zM19.348 2.729c.498-.236.659.409.904.711.534.764.988 1.594 1.587 2.306.024-1.013 0-2.028.013-3.042l.389.04a370.366 370.366 0 0 0-.002 3.496l-.421.036A48.046 48.046 0 0 1 19.75 3.16c-.027 1.032-.007 2.064-.012 3.096l-.382.004c-.004-1.177.011-2.354-.008-3.531z"/><path fill="#0b0b0b" d="M3.134 2.684c.638.012 1.29-.075 1.916.079.752.254.797 1.445.088 1.777-.517.223-1.106.155-1.656.188-.002.512 0 1.025-.003 1.537l-.351-.006c.005-1.192-.005-2.384.006-3.575m.404.356c-.13.437-.054.947.001 1.405.459-.02.944.059 1.377-.135.522-.223.463-1.215-.148-1.263-.398-.044-.863-.157-1.23-.007z"/><path fill="#070707" d="M6.075 6.261c.464-1.205.904-2.422 1.426-3.605l.411.104c.369 1.189.904 2.32 1.29 3.503l-.351-.005c-.121-.373-.236-.749-.392-1.11-.56.012-1.12-.004-1.68.015-.088.37-.208.731-.334 1.09l-.37.008M7.623 3.07c-.193.602-.507 1.16-.634 1.783.437.007.875.007 1.312 0a9.949 9.949 0 0 0-.678-1.783zM12.481 9.833l.426.011c.381 1.224.987 2.374 1.301 3.614-.546-.019-.475-.763-.673-1.137-.552-.094-1.113-.028-1.669-.049-.242.398-.161 1.142-.743 1.203.338-1.245.935-2.418 1.358-3.642m-.477 2.126c.436.144.899-.05 1.349.001-.21-.607-.463-1.198-.655-1.811a14.305 14.305 0 0 0-.694 1.81zM18.462 16.941l.363-.002c.462 1.203.975 2.389 1.372 3.613-.106-.001-.211-.003-.317-.003a8.196 8.196 0 0 0-.455-1.121c-.532.004-1.064-.001-1.596.004-.21.389-.209 1.048-.706 1.162.265-1.27.946-2.417 1.339-3.653m.172.358a10.531 10.531 0 0 0-.626 1.851c.427 0 .855-.001 1.282.002-.118-.644-.413-1.248-.656-1.853z"/><path fill="#030303" d="M17.554 2.76l.289-.12c.175 1.189.028 2.411.078 3.614l-.363.003c-.001-1.165.006-2.331-.004-3.497zM8.077 9.793l.281.174c.037 1.069-.041 2.139.043 3.205.658.022 1.317.033 1.974-.017a26.79 26.79 0 0 0-.07.27c-.723.036-1.447-.005-2.17.02-.129-1.209-.021-2.435-.058-3.652z"/><path fill="#737373" d="M8.077 9.793c.134.001.267-.005.401-.017.036 1.099-.002 2.198.02 3.297.625.035 1.265-.082 1.877.082-.657.05-1.316.039-1.974.017-.084-1.066-.006-2.136-.043-3.205l-.281-.174z"/><path fill="#090909" d="M15.259 9.837l.413-.006c.688 1.016 1.297 2.098 2.076 3.043.012-1.017-.002-2.035.008-3.052l.38.031c-.006 1.117.005 2.235-.004 3.352.024.193-.232.217-.358.278-.765-1.012-1.429-2.103-2.121-3.167-.024 1-.009 2-.009 3l-.285.173c-.227-1.186-.036-2.439-.1-3.652zM6.836 16.942l.337-.008c.555 1.168.952 2.409 1.429 3.611l-.353.008c-.131-.376-.257-.755-.417-1.12-.55-.003-1.099-.01-1.648.006-.111.368-.245.728-.387 1.085l-.299.045c.296-1.258.944-2.399 1.338-3.627m.191.35a8.49 8.49 0 0 0-.627 1.86c.431-.003.862-.002 1.292-.002-.116-.654-.476-1.227-.665-1.858z"/><path fill="#0a0a0a" d="M19.428 9.831c.806.001 1.612-.013 2.418.009l-.017.292c-.682.004-1.365 0-2.048.003.004.436-.049.879.057 1.307.603.088 1.398-.234 1.873.184-.627.189-1.291.056-1.934.097-.001.471-.003.941.003 1.412.702.006 1.404-.005 2.106.008l-.036.298c-.804-.003-1.607-.004-2.41 0-.03-1.203-.008-2.407-.012-3.61zM9.649 16.941l.313-.001c.013.504.011 1.009.005 1.513.705.032 1.411.011 2.116.014.004-.522-.035-1.047.063-1.563l.283.071c.038 1.191.008 2.386.014 3.578l-.292-.003c-.148-.58-.029-1.189-.076-1.78-.675.04-1.408-.085-2.046.06-.141.538-.014 1.154-.065 1.722l-.317-.005c-.006-1.202-.008-2.404.002-3.606z"/><path fill="#0f0f0f" d="M13.785 16.94c.791-.002 1.583-.004 2.375.002l.011.31c-.676.009-1.351.002-2.026.004-.005.43-.006.859.003 1.288.603 0 1.206-.001 1.809.001l.003.284c-.606.003-1.211.001-1.817.002-.002.475-.002.951 0 1.426.696.002 1.393-.003 2.09.003l-.003.289c-.819.005-1.637.006-2.456-.001.004-1.203-.016-2.406.011-3.608z"/><path fill="#979797" d="M21.239 16.904c.679.122 1.534-.261 2.092.215a8.013 8.013 0 0 0-2.003-.145 46.527 46.527 0 0 0-.007 3.524 10.14 10.14 0 0 0 2-.092c-.606.39-1.403.194-2.087.189-.009-1.23-.015-2.461.005-3.691z"/><path fill="#010101" d="M21.328 16.974a8.013 8.013 0 0 1 2.003.145c.666.192.818.982.829 1.582.026.647-.167 1.45-.839 1.705a10.14 10.14 0 0 1-2 .092 46.527 46.527 0 0 1 .007-3.524m.233.288c0 .996.001 1.992-.001 2.987.551-.006 1.131.085 1.658-.119.867-.623.882-2.125.022-2.76-.541-.176-1.12-.106-1.679-.108z"/><path fill="#272727" opacity=".89" d="M29.559 23.434a.48.48 0 0 1 .24-.384.365.365 0 0 1-.24.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-bicycles-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#038253" d="M10.807 0h2.366c4.458.463 8.537 3.529 10.078 7.757.386.979.569 2.017.75 3.05v2.366c-.463 4.459-3.529 8.537-7.757 10.078-.979.386-2.017.569-3.05.75h-2.367c-4.458-.463-8.535-3.529-10.076-7.757-.386-.979-.569-2.019-.75-3.05v-2.366c.22-1.457.571-2.907 1.255-4.221C3.045 2.957 6.786.448 10.808.001m-.31 2.545c-2.552.366-4.918 1.813-6.427 3.901-2.279 3.043-2.495 7.44-.537 10.698 1.916 3.356 5.952 5.332 9.779 4.748 3.735-.48 7.025-3.32 8.042-6.946.775-2.627.383-5.576-1.079-7.895-1.978-3.278-6.001-5.131-9.779-4.505z"/><path fill="#fff" d="M10.498 2.546c3.778-.626 7.801 1.227 9.779 4.505 1.461 2.319 1.853 5.268 1.079 7.895-1.017 3.626-4.307 6.466-8.042 6.946-3.827.585-7.863-1.391-9.779-4.748-1.958-3.258-1.742-7.655.537-10.698 1.509-2.088 3.874-3.535 6.427-3.901m.472 1.164c-.321.17-.404.65-.135.904.314.366 1.006.14 1.019-.348.065-.461-.499-.789-.884-.556m-.457 2.424c-.349.378-.82.619-1.221.936l.296.509c.531-.333 1.169-.52 1.59-1.005.153.334.308.667.46 1.002-.26.533-.583 1.038-.806 1.589-.097.715-.105 1.44-.168 2.16l.8.072c.067-.473.128-.946.188-1.417.018-.612.536-1.019.838-1.504.51.947 1.013 1.896 1.522 2.843l.676-.302c-.639-1.621-1.283-3.24-1.919-4.862l.446.102c.107.391.216.782.326 1.173.19.006.381.013.571.023-.095-.601-.198-1.2-.297-1.8-.636-.301-1.246-.672-1.908-.908-.779.07-1.023.834-1.392 1.39m-.562 5.962c-.399.851-.716 1.742-1.081 2.61-1.202-.531-2.674.172-3.147 1.364-.418.985-.083 2.217.795 2.836 1.053.815 2.764.552 3.475-.592.633-.833.505-2.063-.182-2.823-.169-.226-.47-.379-.497-.687.948.76 1.829 1.603 2.742 2.404-.175.541.374.724.536 1.111l.284-.026c.095-.265.261-.492.422-.72l.303-.017c.305 1.446 2.04 2.311 3.374 1.673 1.208-.498 1.812-2.046 1.219-3.221-.541-1.232-2.136-1.711-3.326-1.158-.204-.32-.409-.638-.612-.958l.12-.326c.154-.043.31-.086.465-.126-.353-.506-1.186-.213-1.738-.309.182.299.542.328.848.406l-.114.191c-1.331.011-2.664-.083-3.996-.11l.446-1.109c.417-.004.835-.004 1.253-.005l.011-.474c-.53.034-1.088-.084-1.6.064z"/><path fill="#fff" d="M9.678 14.042c1.358.039 2.715.089 4.073.132-.396.92-.683 1.889-1.156 2.773l.058-.48-.425.103c.101.127.203.253.301.383-1.099-.696-2.001-1.675-3.018-2.489.057-.14.113-.28.168-.422zM12.994 16.956c.359-.853.721-1.706 1.086-2.557.145.225.289.45.432.676a2.85 2.85 0 0 0-.987 2.025l-.318.046a19.234 19.234 0 0 0-.213-.19zM6.323 16.309c.385-.865 1.441-1.288 2.329-.979-.221.365-.402.758-.668 1.094-.179.182-.535.322-.44.639.069.381.664.485.827.12.097-.594.457-1.085.75-1.596.444.448.721 1.087.58 1.723-.159.972-1.259 1.638-2.196 1.337-.959-.25-1.627-1.408-1.182-2.338zM15.25 15.392c.984-.397 2.272.169 2.477 1.248.254.964-.474 1.998-1.45 2.131-.888.176-1.781-.44-2.028-1.29.563-.057 1.143-.229 1.701-.053.406.12.675-.57.279-.745-.487-.28-.664-.855-.98-1.29z"/><path fill="#fff" d="M14.208 17.015a1.955 1.955 0 0 1 .662-1.379c.272.403.545.808.771 1.239-.476.057-.954.102-1.433.14z"/><path fill="#030303" d="M10.971 3.709c.385-.233.949.095.884.556-.013.488-.706.714-1.019.348-.269-.254-.185-.734.135-.904z"/><path fill="#030303" d="M10.514 6.133c.37-.556.613-1.32 1.392-1.39.662.235 1.272.607 1.908.908.099.6.202 1.199.297 1.8-.19-.01-.381-.017-.571-.023-.109-.391-.219-.782-.326-1.173l-.446-.102c.636 1.622 1.28 3.241 1.919 4.862l-.676.302c-.509-.947-1.012-1.896-1.522-2.843-.302.485-.82.892-.838 1.504-.059.472-.121.945-.188 1.417a99.05 99.05 0 0 0-.8-.072c.063-.72.07-1.445.168-2.16.222-.55.545-1.055.806-1.589-.152-.335-.307-.668-.46-1.002-.421.485-1.059.672-1.59 1.005l-.296-.509c.402-.317.872-.558 1.221-.936zM9.954 12.096c.512-.149 1.07-.03 1.6-.064l-.011.474c-.418.001-.836.001-1.253.005l-.446 1.109c1.332.027 2.665.121 3.996.11l.114-.191c-.307-.078-.667-.107-.848-.406.552.096 1.385-.197 1.738.309-.154.04-.31.083-.465.126l-.12.326c.203.32.408.638.612.958 1.189-.552 2.785-.074 3.326 1.158.593 1.175-.011 2.723-1.219 3.221-1.334.638-3.069-.227-3.374-1.673l-.303.017c-.16.228-.327.455-.422.72l-.284.026c-.162-.387-.71-.57-.536-1.111-.914-.801-1.794-1.643-2.742-2.404.026.308.328.461.497.687.687.76.815 1.99.182 2.823-.712 1.144-2.423 1.407-3.475.592-.878-.619-1.213-1.851-.795-2.836.473-1.192 1.945-1.895 3.147-1.364.365-.869.682-1.76 1.081-2.61m-.276 1.944c-.055.141-.11.282-.168.422 1.017.814 1.919 1.793 3.018 2.489-.097-.13-.2-.255-.301-.383l.425-.103-.058.48c.473-.884.76-1.853 1.156-2.773-1.358-.043-2.715-.093-4.073-.132m3.317 2.914l.213.19.318-.046a2.855 2.855 0 0 1 .987-2.025 398.4 398.4 0 0 0-.432-.676c-.365.851-.727 1.704-1.086 2.557m-6.671-.647c-.444.93.223 2.089 1.182 2.338.936.302 2.036-.365 2.196-1.337.141-.636-.135-1.275-.58-1.723-.292.511-.652 1.002-.75 1.596-.163.365-.758.261-.827-.12-.095-.317.26-.457.44-.639.266-.336.447-.73.668-1.094-.888-.309-1.944.114-2.329.979m8.927-.917c.316.435.493 1.01.98 1.29.396.175.127.865-.279.745-.558-.176-1.138-.004-1.701.053.247.851 1.141 1.466 2.028 1.29.975-.133 1.704-1.168 1.45-2.131-.206-1.079-1.493-1.644-2.477-1.248m-1.043 1.624c.479-.038.956-.083 1.433-.14-.226-.431-.499-.836-.771-1.239a1.957 1.957 0 0 0-.662 1.379m-1.91.57c.042.549.543-.056 0 0z"/><path fill="#b8b8b8" d="M12.298 17.585c.543-.056.042.549 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-keep-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M10.841 2.092c3.774-.532 7.728 1.326 9.764 4.538 1.579 2.4 2.035 5.492 1.228 8.249-.823 2.909-3.031 5.377-5.821 6.535-2.618 1.109-5.71 1.026-8.261-.232-2.965-1.42-5.146-4.362-5.598-7.624a10.04 10.04 0 0 1 1.742-7.266c1.597-2.285 4.18-3.85 6.946-4.201m-1.549 3.25c-2.554 1.054-4.388 3.648-4.484 6.414-.132 2.148.809 4.261 2.341 5.743.199.184.395.385.656.479 2.039 1.625 5.016 1.898 7.363.797a7.388 7.388 0 0 0 3.574-3.502c1.093-2.195.943-4.942-.364-7.014-1.784-3.022-5.875-4.357-9.086-2.917z"/><path fill="#fff" d="M9.292 5.341c3.211-1.44 7.302-.104 9.086 2.917 1.307 2.072 1.457 4.819.364 7.014a7.388 7.388 0 0 1-3.574 3.502c-2.347 1.102-5.324.828-7.363-.797.329-.03.658-.173.796-.493.742-1.486 1.442-2.994 2.178-4.483.554 1.448 1.086 2.906 1.642 4.355.142.456.696.776 1.139.522.396-.209.421-.725.259-1.094-.619-1.703-1.244-3.403-1.859-5.108-.121-.298.089-.587.166-.866.232.16.455.332.686.496 0 .342-.031.691.047 1.027.232.443 1.115.35 1.1-.206-.018-.522.182-1.186-.265-1.579-.74-.739-1.454-1.506-2.21-2.23-.458-.468-1.084.065-1.481.362-.883.958-1.727 1.955-2.569 2.95-.397.455.259 1.194.763.888.539-.427.96-.985 1.466-1.45.302.569-.146 1.08-.368 1.582-.66 1.343-1.315 2.688-1.975 4.03-.136.253-.146.541-.17.821-1.532-1.482-2.473-3.595-2.341-5.743.096-2.766 1.931-5.36 4.484-6.414m.579.939c-.671.19-.886 1.148-.361 1.607.474.49 1.398.253 1.578-.406.264-.703-.515-1.474-1.217-1.201m4.564 5.674c.737.472 1.484.924 2.221 1.397.005-.229 0-.458.005-.688.7-.006 1.399.006 2.099-.01l-.002-1.391c-.7-.004-1.399 0-2.098-.002.004-.229-.004-.458 0-.686-.752.444-1.489.912-2.225 1.38z"/><path fill="#231f20" d="M9.872 6.283c.702-.272 1.481.498 1.217 1.201-.18.659-1.104.895-1.578.406-.524-.458-.31-1.417.361-1.607zM10.002 8.678c.397-.298 1.022-.83 1.481-.362.756.724 1.47 1.49 2.21 2.23.448.394.247 1.057.265 1.579.014.557-.869.649-1.1.206-.078-.336-.047-.685-.047-1.027-.232-.163-.455-.336-.686-.496-.077.28-.287.569-.166.866.614 1.705 1.24 3.406 1.859 5.108.162.37.137.886-.259 1.094-.443.254-.997-.066-1.139-.522-.556-1.448-1.087-2.906-1.642-4.355-.736 1.489-1.436 2.998-2.178 4.483-.138.32-.467.463-.796.493-.262-.094-.457-.295-.656-.479.024-.28.035-.568.17-.821.66-1.342 1.315-2.687 1.975-4.03.222-.502.671-1.013.368-1.582-.506.464-.928 1.022-1.466 1.45-.504.306-1.16-.433-.763-.888.842-.995 1.686-1.992 2.569-2.95zM14.436 11.957c.736-.468 1.472-.936 2.225-1.38-.004.228.004.457 0 .686.698.002 1.398-.001 2.098.002l.002 1.391c-.7.016-1.399.004-2.099.01-.005.229 0 .458-.005.688-.737-.473-1.484-.925-2.221-1.397z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M10.751 0h2.478c4.347.485 8.336 3.418 9.929 7.516.434 1.033.644 2.138.842 3.236v2.477c-.485 4.348-3.418 8.337-7.516 9.93-1.033.434-2.138.644-3.236.842H10.77c-4.348-.485-8.336-3.418-9.929-7.516-.434-1.033-.644-2.138-.842-3.236v-2.478C.19 9.666.406 8.556.841 7.516 2.431 3.423 6.411.497 10.75 0M8.514 4.013c-.919.462-1.064 1.883-.058 2.342-.037.271-.135.54-.388.68-.673.431-1.278 1.05-1.527 1.82-.099 1.154-.122 2.315-.186 3.473l.921-.001c.04-1.209.09-2.417.107-3.626l.24.009c.098 3.157.219 6.313.334 9.47.272-.013.545-.023.818-.036-.013-1.758-.031-3.518-.04-5.276.267.004.535.006.803.012.094 2.113.178 4.225.27 6.338l.833.04c-.026-3.483-.056-6.965-.083-10.447.675.919 1.274 1.894 1.969 2.798.461.381.702.928 1.034 1.407.458.121.942.071 1.41.127-.368.968-.761 1.928-1.131 2.895.38.006.76.027 1.138.036.036.928-.042 1.861.04 2.786.03.268.358.187.54.171.121-.978.003-1.961.015-2.942.153-.003.307-.003.459-.001.039.751-.051 1.503.044 2.251.167-.023.334-.053.499-.087.01-.714.027-1.427.04-2.139l.535.012c-.194-.819-.391-1.635-.574-2.456.409.361.807.733 1.23 1.078-.114-1.151-1.043-1.829-1.934-2.386.177-.331.42-.657.422-1.049-.153-.416-.797-.571-1.072-.195-.228.365.06.766.173 1.119-.53.566-1.577.417-1.951-.253-.81-1.371-1.648-2.725-2.476-4.084-.341-.616-1.097-.769-1.552-1.265.003-.589.706-.91.66-1.523.091-.801-.841-1.499-1.564-1.096z"/><path fill="#fff" d="M8.514 4.013c.724-.403 1.656.295 1.564 1.096.046.613-.657.934-.66 1.523.454.497 1.21.649 1.552 1.265.828 1.359 1.666 2.713 2.476 4.084.373.67 1.421.819 1.951.253-.113-.353-.402-.755-.173-1.119.275-.376.919-.221 1.072.195-.003.391-.245.717-.422 1.049.891.557 1.82 1.235 1.934 2.386-.422-.345-.82-.717-1.23-1.078.182.821.38 1.638.574 2.456l-.535-.012c-.013.712-.03 1.426-.04 2.139a7.133 7.133 0 0 1-.499.087c-.095-.748-.005-1.5-.044-2.251a23.393 23.393 0 0 0-.459.001c-.013.981.105 1.964-.015 2.942-.182.017-.511.098-.54-.171-.082-.925-.004-1.858-.04-2.786-.379-.009-.759-.03-1.138-.036.37-.968.762-1.928 1.131-2.895-.468-.056-.952-.006-1.41-.127-.332-.479-.574-1.025-1.034-1.407-.694-.904-1.294-1.879-1.969-2.798.027 3.482.058 6.964.083 10.447l-.833-.04c-.091-2.113-.176-4.225-.27-6.338l-.803-.012c.009 1.758.027 3.518.04 5.276-.272.013-.545.023-.818.036-.114-3.157-.236-6.313-.334-9.47l-.24-.009c-.017 1.209-.067 2.417-.107 3.626l-.921.001c.064-1.158.087-2.319.186-3.473.249-.77.855-1.389 1.527-1.82.253-.14.35-.409.388-.68-1.006-.459-.861-1.88.058-2.342z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-only--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.544 0h2.929c3.848.532 7.414 2.918 9.189 6.398.723 1.284 1.061 2.733 1.338 4.168v2.867c-.52 3.83-2.861 7.389-6.31 9.184-1.31.747-2.788 1.104-4.256 1.383h-2.867c-3.862-.523-7.45-2.902-9.23-6.397C.616 16.328.281 14.889.001 13.465v-2.928c.274-1.426.611-2.866 1.331-4.142C3.108 2.908 6.685.513 10.545.001m1.04 3.294c-.815.117-.955 1.174-.551 1.762.464.717 1.546 1.409 2.343.8.966-1.171-.265-3.219-1.792-2.562M8.482 8.348c-1.204.789-.451 2.413-.637 3.592-.224.719.829 1.044 1.127.419.179-.859-.078-1.753.08-2.611.481-.701 1.278-1.099 1.908-1.65-.001 1.323-.049 2.646-.029 3.968-.017.342.291.546.525.736.865.645 1.714 1.312 2.578 1.958.339.261.704.536.859.952.468 1.238.885 2.495 1.358 3.728.171.509.846.81 1.278.418.518-.322.287-.999.118-1.454-.499-1.239-.938-2.504-1.453-3.734-.806-1.051-2.048-1.664-2.94-2.628-.169-1.535-.003-3.108-.15-4.65-.422-.619-1.184-1.127-1.936-1.177-.981.581-1.775 1.446-2.688 2.133m5.181 1.042c.01.637.022 1.274.04 1.911.629.471 1.168 1.078 1.869 1.44.691.261 1.117-.743.64-1.187-.833-.738-1.703-1.437-2.549-2.164m-6.064 9.378c-.223.335-.204.795-.008 1.136.32.413 1.1.453 1.326-.08 1.108-1.881 2.214-3.763 3.316-5.648-.433-.305-.864-.612-1.302-.911-1.116 1.83-2.204 3.678-3.331 5.503z"/><path fill="#fff" d="M11.585 3.295c1.527-.656 2.758 1.391 1.792 2.562-.797.608-1.878-.083-2.343-.8-.403-.588-.263-1.645.551-1.762zM8.482 8.348c.913-.686 1.707-1.552 2.688-2.133.751.049 1.514.558 1.936 1.177.148 1.541-.018 3.115.15 4.65.891.964 2.134 1.578 2.94 2.628.515 1.23.954 2.495 1.453 3.734.169.455.4 1.133-.118 1.454-.432.392-1.107.091-1.278-.418-.474-1.234-.89-2.491-1.358-3.728-.154-.416-.52-.691-.859-.952-.864-.646-1.712-1.313-2.578-1.958-.235-.189-.542-.393-.525-.736-.021-1.322.027-2.645.029-3.968-.63.551-1.427.95-1.908 1.65-.158.859.099 1.753-.08 2.611-.298.625-1.352.3-1.127-.419.186-1.179-.567-2.803.637-3.592z"/><path fill="#fff" d="M13.661 9.39c.846.726 1.716 1.426 2.549 2.164.477.444.052 1.448-.64 1.187-.702-.362-1.24-.969-1.869-1.44-.018-.637-.03-1.274-.04-1.911zM7.597 18.768c1.127-1.825 2.216-3.673 3.331-5.503.438.298.869.606 1.302.911a1773.645 1773.645 0 0 1-3.316 5.648c-.226.533-1.005.493-1.326.08-.196-.341-.215-.802.008-1.136z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--pedestrians-only--g3" xmlns="http://www.w3.org/2000/svg"><path opacity=".22" d="M0 0h.254C.31.144.145.31 0 .257V0zM18.913 0h.287v.261c-.165.06-.251-.136-.287-.261z"/><path d="M.254 0h18.659c.036.125.122.321.287.261V23.72c-.114.059-.255.133-.259.28H.287A.618.618 0 0 0 0 23.718V.257C.145.31.31.144.254 0m.071.205C.144.3.167.524.157.696c.005 7.57-.002 15.139.004 22.708a.372.372 0 0 0 .435.435c6.003.002 12.006.002 18.008 0a.373.373 0 0 0 .435-.435c.003-7.602.003-15.205 0-22.808a.372.372 0 0 0-.435-.435C12.635.157 6.665.163.696.158a1.133 1.133 0 0 0-.371.047z"/><path d="M6.586 7.298c.043-.594 1.03-.604 1.19-.073.133.346-.051.695-.152 1.022.294.16.665.182.92.401.284.481.614.948.811 1.474-.126.48-.439.888-.701 1.302.092.3.217.589.334.88l-.349.03c.107 1.121.37 2.227.796 3.271l-.252.186c.317.04.669.077.876.355-.345.124-.719.204-1.078.091a10.25 10.25 0 0 1-.455.099c-.482-1.046-.426-2.247-.873-3.311a12.85 12.85 0 0 0-.153 3.14l-.259.115.111.36c-.42.188-.859.305-1.323.241-.007-.352.362-.427.605-.572a82.21 82.21 0 0 0-.33-.142c.242-1.255.104-2.54.254-3.803l-.257-.12c.01-.255.02-.511.034-.766-.421-.415-.97-.744-1.238-1.285.379-.794.832-1.743 1.817-1.862-.158-.326-.423-.644-.328-1.033M8.17 9.512c.059.301.133.599.217.893l.246-.397a16.662 16.662 0 0 0-.463-.496m-2.227.591c.12.145.245.287.373.425.026-.286.041-.573.042-.861-.141.143-.279.289-.415.436zM11.328 8.123c.291-.41 1.01-.299 1.192.159.098.261.142.538.202.81l-.214.231c.86.119 1.153 1.059 1.24 1.798-.06.394-.254.753-.378 1.129.21.206.416.416.616.632-.164.165-.295.357-.331.592-.357.112-.719.213-1.078.321.363.301.411.77.334 1.209-.092.537.479.94.307 1.478a.723.723 0 0 1-.606-.686c-.021-.7-.616-1.231-.598-1.935l-.19-.084c.337.673-.171 1.433.196 2.096.253.425-.257 1.128-.724 1.045-.182-.419.324-.811.127-1.23-.226-.645-.323-1.32-.417-1.993l-.543-.202c.118-.501.299-.983.466-1.469-.254-.341-.504-.686-.754-1.03.132-.691.372-1.555 1.21-1.624-.324-.331-.319-.881-.057-1.247m1.444 2.242c-.033.412 0 .835.173 1.216.232-.409.108-.87-.173-1.216m-1.728.94c.053-.278.078-.561.067-.844-.137.259-.392.611-.067.844z"/><path fill="#fff" d="M.325.205C.446.169.569.153.696.158 6.665.163 12.635.157 18.604.161a.372.372 0 0 1 .435.435c.003 7.603.003 15.206 0 22.808a.373.373 0 0 1-.435.435c-6.002.002-12.005.002-18.008 0a.372.372 0 0 1-.435-.435C.155 15.835.162 8.266.157.696.167.524.144.3.325.205m.429.543C.752 8.247.752 15.746.755 23.245c5.897.003 11.793.003 17.69 0 .003-7.499.003-14.998.001-22.497C12.549.745 6.651.745.754.748z"/><path fill="#fff" d="M4.507 6.388c3.393-.002 6.787-.002 10.18 0 .002 3.739.002 7.478 0 11.217-3.393.003-6.787.002-10.18 0-.002-3.739-.002-7.478 0-11.217m2.079.91c-.095.389.17.707.328 1.033-.985.119-1.438 1.068-1.817 1.862.268.541.817.87 1.238 1.285-.014.255-.024.511-.034.766l.257.12c-.15 1.263-.012 2.548-.254 3.803l.33.142c-.243.145-.612.22-.605.572.464.064.903-.053 1.323-.241l-.111-.36.259-.115a12.85 12.85 0 0 1 .153-3.14c.447 1.064.391 2.265.873 3.311.152-.03.304-.062.455-.099.359.113.733.033 1.078-.091-.207-.278-.559-.315-.876-.355l.252-.186a11.573 11.573 0 0 1-.796-3.271l.349-.03c-.117-.291-.242-.58-.334-.88.262-.414.575-.822.701-1.302-.197-.526-.527-.993-.811-1.474-.255-.219-.626-.241-.92-.401.101-.327.285-.676.152-1.022-.16-.531-1.147-.521-1.19.073m4.742.825c-.262.366-.267.916.057 1.247-.838.069-1.078.933-1.21 1.624.25.344.5.689.754 1.03-.167.486-.348.968-.466 1.469l.543.202c.094.673.191 1.348.417 1.993.197.419-.309.811-.127 1.23.467.083.977-.62.724-1.045-.367-.663.141-1.423-.196-2.096l.19.084c-.018.704.577 1.235.598 1.935a.723.723 0 0 0 .606.686c.172-.538-.399-.941-.307-1.478.077-.439.029-.908-.334-1.209.359-.108.721-.209 1.078-.321.036-.235.167-.427.331-.592-.2-.216-.406-.426-.616-.632.124-.376.318-.735.378-1.129-.087-.739-.38-1.679-1.24-1.798l.214-.231c-.06-.272-.104-.549-.202-.81-.182-.458-.901-.569-1.192-.159z"/><path fill="#fff" d="M8.17 9.512c.158.162.312.328.463.496l-.246.397a10.855 10.855 0 0 1-.217-.893zM12.772 10.365c.281.346.405.807.173 1.216-.173-.381-.206-.804-.173-1.216zM11.044 11.305c-.325-.233-.07-.585.067-.844.011.283-.014.566-.067.844z"/><path fill="#176fc1" d="M.754.748c5.897-.003 11.795-.003 17.692 0 .002 7.499.002 14.998-.001 22.497-5.897.003-11.793.003-17.69 0C.752 15.746.752 8.247.754.748m3.753 5.64c-.002 3.739-.002 7.478 0 11.217 3.393.002 6.787.003 10.18 0 .002-3.739.002-7.478 0-11.217-3.393-.002-6.787-.002-10.18 0z"/><path fill="#f2f2f2" d="M5.943 10.103c.136-.147.274-.293.415-.436a9.886 9.886 0 0 1-.042.861c-.128-.138-.253-.28-.373-.425z"/><path opacity=".14" d="M0 23.718A.618.618 0 0 1 .287 24H0v-.282zM18.941 24c.004-.147.145-.221.259-.28V24h-.259z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--pedestrians-priority-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#df032b" d="M10.018 0h3.975c4.995.936 9.08 5.021 10.006 10.018v3.975c-.936 4.99-5.011 9.077-10.006 10.006H9.982C5.001 23.063.921 18.983-.001 13.997V9.984C.945 4.999 5.027.926 10.017-.001m.505 2.451c-3.652.575-6.796 3.484-7.675 7.074-.749 2.87-.057 6.074 1.839 8.36 2.172 2.759 5.945 4.125 9.379 3.36 3.505-.699 6.468-3.531 7.319-7.005.865-3.203-.143-6.796-2.507-9.115-2.136-2.174-5.351-3.208-8.355-2.673z"/><path fill="#df032b" d="M8.379 6.734c.806-.76 2.015-.432 3.013-.499.107.326.23.644.352.962-.832.014-1.697-.128-2.505.126-.661.556-.689 1.49-.815 2.284.542-.067 1.081-.143 1.621-.216-.19.753-.349 1.516-.492 2.281.159-1.141-1.435-1.861-1.939-.699-.402 1.2 1.119 1.611 1.901.958.209.145.418.288.63.432.214-1.034.463-2.074.981-3.006-.273 1.644-.815 3.227-1.129 4.862l-1.017-.086c-.005.558-.012 1.119-.019 1.68a5.2 5.2 0 0 1-1.469.017c-.007-.613-.01-1.224-.01-1.837-.23-.154-.461-.311-.694-.466.195-1.278-.658-3.198.82-3.89.271-.96.285-2.017.77-2.904zM13.561 6.221c.879.024 2.003-.154 2.554.727.418.815.459 1.763.665 2.645 1.48.706.68 2.6.834 3.897-.927.378-.63 1.39-.72 2.177-.295.466-.886.147-1.321.157l-.021-1.711c-.487.057-.974.116-1.461.185a36.028 36.028 0 0 1-.627-1.72c.375.045.989.221 1.226-.147-.404-.181-.865-.078-1.293-.086l-.102-.518c.397.055 1.124.28 1.345-.112-.413-.223-.917-.097-1.347.014.024-.537.078-1.074.133-1.611.582.475 1.131.993 1.616 1.568.38.758 1.542.806 1.785-.09.314-1.012-.965-1.504-1.711-.993a3.017 3.017 0 0 1-.865-1.238c.525.093 1.048.185 1.575.276.114-.834.074-1.901-.751-2.367-.672-.157-1.371-.076-2.055-.076l.542-.977z"/><path fill="#fff" d="M10.522 2.45c3.004-.535 6.219.499 8.355 2.673 2.364 2.319 3.372 5.912 2.507 9.115-.851 3.474-3.814 6.307-7.319 7.005-3.434.765-7.207-.601-9.379-3.36-1.896-2.286-2.588-5.489-1.839-8.36.879-3.59 4.023-6.499 7.675-7.074m.87 3.786c-.998.067-2.208-.261-3.013.499-.485.886-.499 1.944-.77 2.904-1.478.691-.625 2.611-.82 3.89.233.154.463.311.694.466 0 .613.002 1.224.01 1.837.49.062.981.062 1.469-.017.007-.561.014-1.122.019-1.68l1.017.086c-.223.96-.972 1.663-1.495 2.467l.544.839c.772-1.079 1.69-2.06 2.364-3.203.44-.007.879-.019 1.321-.038.694 1.114.684 2.469.958 3.714.288.002.577.005.865.01-.119-1.238.076-2.547-.463-3.709.487-.069.974-.128 1.461-.185l.021 1.711c.435-.01 1.027.309 1.321-.157.09-.787-.207-1.799.72-2.177-.154-1.297.646-3.191-.834-3.897-.207-.882-.247-1.83-.665-2.645-.551-.882-1.675-.703-2.554-.727-.116-1.312-2.191-1.366-2.17.014z"/><path fill="#fff" d="M9.239 7.324c.808-.254 1.673-.112 2.505-.126.425.012.851.012 1.276 0 .684 0 1.383-.081 2.055.076.825.466.865 1.533.751 2.367-.528-.09-1.05-.183-1.575-.276-.273-.872-.893-1.763-1.906-1.766-1.131-.133-1.939.834-2.3 1.792-.539.074-1.079.15-1.621.216.126-.794.154-1.728.815-2.284zM7.613 10.973c.504-1.162 2.098-.442 1.939.699l-.038.259c-.782.653-2.303.242-1.901-.958zM15.115 10.603c.746-.511 2.025-.019 1.711.993-.242.896-1.404.848-1.785.09a34.3 34.3 0 0 0 .775-.478l-.701-.606z"/><path d="M11.392 6.235c-.021-1.381 2.053-1.326 2.17-.014l-.542.977c-.425.012-.851.012-1.276 0-.121-.318-.245-.637-.352-.962zM10.044 9.391c.361-.958 1.169-1.925 2.3-1.792 1.012.002 1.632.893 1.906 1.766.183.478.473.908.865 1.238l.701.606c-.257.164-.513.321-.775.478a12.157 12.157 0 0 0-1.616-1.568 28.198 28.198 0 0 0-.133 1.611l.002.097.102.518.067.233c.192.58.406 1.152.627 1.72.539 1.162.345 2.471.463 3.709-.288-.005-.577-.007-.865-.01-.273-1.245-.264-2.6-.958-3.714-.24-.44-.485-.877-.727-1.316-.195.454-.385.91-.594 1.354-.675 1.143-1.592 2.124-2.364 3.203-.183-.28-.364-.558-.544-.839.523-.803 1.271-1.507 1.495-2.467.314-1.635.855-3.217 1.129-4.862-.518.931-.768 1.972-.981 3.006l-.63-.432.038-.259c.143-.765.302-1.528.492-2.281z"/><path fill="#f3a2b2" d="M13.293 11.729c.43-.112.934-.238 1.347-.014-.221.392-.948.166-1.345.112l-.002-.097z"/><path fill="#e7b6be" d="M13.397 12.345c.428.007.889-.095 1.293.086-.238.368-.851.192-1.226.147l-.067-.233z"/><path fill="#c90e2e" d="M11.411 14.322c.209-.444.399-.901.594-1.354.242.44.487.877.727 1.316-.442.019-.882.031-1.321.038z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--pedestrians-push-button--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.609 0h15.184c.511.205.997.513 1.265 1.012v22.23a4.21 4.21 0 0 1-.869.757H1.08A2.891 2.891 0 0 1 0 22.368V1.86C.155 1.005.737.215 1.609-.001m.066.39C.806.659.354 1.581.348 2.441.353 8.93.345 15.42.353 21.908c-.005 1.021.826 1.939 1.855 1.975 4.625.005 9.25-.002 13.876.003.874.031 1.685-.671 1.852-1.51.015-6.761-.001-13.523.008-20.285.043-.981-.89-1.842-1.864-1.745-4.8.035-9.612-.052-14.405.043z"/><path fill="#231f20" d="M.936 1.858C1.03 1.286 1.608.752 2.209.812c4.664.006 9.327.006 13.99 0 .693-.066 1.294.608 1.276 1.279.002 6.684 0 13.369.001 20.053.005.494-.338.899-.747 1.136-.331.059-.659.15-.998.14-4.469-.006-8.938.001-13.407-.003-.635-.02-1.407-.437-1.392-1.156.006-6.8-.005-13.602.005-20.402m.809.132c.002 6.602 0 13.203.001 19.805-.017.253.127.471.23.691 4.76-.001 9.52-.003 14.28.001l.289-.289c-.005-6.779-.002-13.559-.001-20.338-.22-.103-.438-.247-.691-.23-4.433-.001-8.866.001-13.299-.001-.319-.034-.567.191-.809.361z"/><path fill="#231f20" d="M9.015 1.984c.719.013 1.342.682 2.097.509.49-.146.861.316 1.276.496.897.412 1.892.597 2.874.636v2.186c-1.199.083-2.408.249-3.542.668-.545.082-1.138.113-1.658-.11-.64-.788-1.445-1.417-2.111-2.175-.984-.044-1.986.099-2.959-.085-.15.042-.301.08-.452.119.007.454.002.909.003 1.364h-.932V9.67h-.466V2.796h.466v.584c.282-.002.563-.002.845.001.12.129.247.254.373.379.059-.123.12-.246.182-.367 1.374-.092 2.737-.31 4.113-.377-.118-.312-.487-.767-.108-1.031z"/><path fill="#231f20" d="M6.408 7.573c.294-.001.586 0 .88.001l.285.284c-.001.197-.001.395.002.593l-.288.288-.53-.001v.932h-.35V7.573m.35.349v.466h.311l.195-.233a40.126 40.126 0 0 0-.195-.233h-.311zM7.922 7.573h.35c.002.565-.012 1.131.019 1.696.797-.142.324-1.131.446-1.696h.351c.001.603-.002 1.207.002 1.81l-.288.287a58.806 58.806 0 0 0-.594 0c-.096-.096-.191-.191-.288-.285.005-.605.001-1.208.002-1.812zM9.424 8.356c-.182-.678.343-.922.933-.79.101.19.198.381.292.574l-.472.022-.207-.26-.204.204c.665.267 1.149 1.065.449 1.594a5.087 5.087 0 0 1-.763-.147 10.992 10.992 0 0 1-.172-.622c.226.036.486.035.606.27l.247.003.005-.326c-.235-.177-.478-.346-.713-.523zM10.718 7.573h.466v.816h.466v-.816H12V9.67h-.35v-.932h-.466v.932h-.466V7.573zM3.147 10.47c.444-.043.867.086 1.191.397a8.358 8.358 0 0 1-.101.663c.07.31.082.628.089.945a2.86 2.86 0 0 1-1.178.242c-.002-.749-.001-1.498 0-2.247m.347.481v.35h.35v-.35h-.35m0 .816v.466h.311L4.001 12a40.126 40.126 0 0 0-.195-.233h-.311zM4.545 10.485h.465v1.748h.35v-1.748h.466v1.852c-.302.268-.74.535-1.078.156-.401-.58-.126-1.349-.203-2.009zM5.942 10.485h2.33v.465l-.35.002v1.746h-.466V10.95h-.699v1.748h-.466v-1.746a40.603 40.603 0 0 0-.35-.002v-.465zM8.789 10.441c1.036-.002 1.023 1.293.727 1.996-.303.436-.981.248-1.093-.245-.092-.603-.125-1.3.366-1.751m.149.414a1.595 1.595 0 0 0 0 1.475c.405-.346.405-1.129 0-1.475zM9.903 10.485h.431c.135.393.289.781.495 1.142.01-.381.007-.761.006-1.142h.35v2.214h-.414a4.585 4.585 0 0 0-.394-.91c-.01.303-.009.607-.01.91h-.464v-2.214zM12.699 10.485h1.165v.465l-.35.002v1.746h-.466v-1.746a40.603 40.603 0 0 0-.35-.002v-.465z"/><path fill="#231f20" d="M14.187 12.495c-.381-.684-.403-2.06.675-2.054.49.451.458 1.149.365 1.752-.107.451-.713.679-1.039.302m.423-.184c.394-.419.34-.987.092-1.464-.443.395-.412 1.005-.092 1.464zM4.078 13.515h1.165v.348l-.35.002v1.746h-.466v-1.746l-.35-.002v-.348zM5.36 13.515h.466c.044.612-.133 1.27.156 1.84.367-.539.127-1.231.192-1.84h.465c-.055.698.172 1.47-.228 2.097h-.823c-.401-.627-.174-1.399-.228-2.097zM6.99 13.515c.292 0 .586 0 .878-.002l.288.288c-.002.199-.001.4-.001.599-.08.075-.16.148-.239.224.105.323.189.652.27.982l-.466.009c-.043-.266-.105-.528-.165-.79a17.627 17.627 0 0 0-.216-.184v.972h-.35v-2.097m.35.297c.006.197.014.393.024.59.188-.091.372-.191.549-.301-.19-.1-.38-.197-.573-.289zM8.388 13.515h.414c.092.318.235.619.394.91.01-.304.009-.607.01-.91h.464v2.097h-.418a14.462 14.462 0 0 0-.511-1.019c-.005.339-.003.679-.002 1.019h-.35v-2.097zM11.662 13.513h.559c.518.558.483 1.464.132 2.099l-.784-.001c-.358-.637-.452-1.534.093-2.098m-.006 1.05c.089.264.161.536.282.79a1.311 1.311 0 0 0 0-1.58c-.121.253-.193.525-.282.79zM12.932 13.516l.345-.002c.137.35.28.699.465 1.026.009-.341.007-.684.006-1.025h.35v2.097h-.414a4.585 4.585 0 0 0-.394-.91c-.01.303-.009.607-.01.91h-.347v-2.096zM4.285 16.485c.36.001.513.291.601.593.009-.202.02-.403.035-.605.345.064.503.311.468.652l.086.001v-.586l.49.006c-.174.691-.276 1.397-.4 2.097l-.288-.003c-.087-.227-.171-.454-.264-.678-.007.226-.007.452-.009.678l-.341.001c-.143-.715-.304-1.431-.379-2.157zM6.423 16.544h.422c.196.693.296 1.409.508 2.097h-.45c.028-.322-.108-.571-.426-.662-.01.366-.141.722-.569.72.112-.73.32-1.443.515-2.155zM7.456 16.544h.993c.107.106.216.211.325.316-.184.6-.334 1.186-.021 1.781h-.44a5.162 5.162 0 0 0-.374-1.035c-.019.344-.019.69-.019 1.035h-.464v-2.097m.444.335c.022.195.049.388.082.581.161-.148.282-.33.362-.534l-.444-.048zM8.971 16.545l.343-.002c.185.326.326.675.473 1.019.008-.34-.005-.679.001-1.018h.348v2.096l-.35.002c-.169-.337-.289-.696-.457-1.033-.014.344-.012.689-.01 1.032h-.348v-2.096zM10.485 16.544h.35v2.097h-.35v-2.097zM11.184 16.544h.426c.136.298.256.603.388.904.003-.302.003-.602.001-.904h.466v2.097h-.426c-.136-.298-.256-.603-.388-.904a54.47 54.47 0 0 0-.001.904h-.466v-2.097zM12.968 16.544h.771c.1.188.197.377.289.57l-.458.015c-.101-.1-.204-.199-.306-.298-.086.48-.35 1.269.308 1.432-.113-.221-.241-.432-.35-.654.26-.012.521-.017.783-.022.022.396-.122.762-.384 1.056a53.96 53.96 0 0 0-.569 0c-.481-.592-.468-1.46-.084-2.098zM5.592 19.456h.35v1.748h.816v.466H5.593v-2.214zM6.874 19.456h.35v2.214h-.35v-2.214zM7.978 19.409c.267.058.521.157.767.273a52.23 52.23 0 0 1-.021.395 7.547 7.547 0 0 1-.664-.16c-.162.438-.151.897.02 1.33l.298-.163c-.1-.146-.202-.289-.306-.43.228-.021.458-.033.686-.043a3.714 3.714 0 0 1-.134.932c-.218.061-.437.118-.657.164-.579-.607-.578-1.699.012-2.299zM9.087 19.456h.35v.816h.466v-.816h.35v2.214h-.35v-.932h-.466v.932h-.35v-2.214zM10.485 19.456h1.049v.465l-.35.002v1.746h-.35v-1.746l-.35-.002v-.465zM11.766 19.68c.242-.115.494-.213.757-.273.163.212.315.433.457.661-.318-.042-.63-.118-.946-.171.269.358.807.509.864 1.003.117.296-.191.536-.329.771l-.515-.001a51.105 51.105 0 0 0-.405-.402c.002-.085.009-.254.013-.339.211.037.437.065.555.271.062.001.184.003.246.006l.005-.327c-.232-.174-.468-.34-.7-.515l-.001-.684z"/><path fill="#fff" d="M1.675.389C6.468.293 11.28.381 16.08.346c.974-.097 1.907.764 1.864 1.745-.009 6.762.007 13.524-.008 20.285-.168.839-.979 1.541-1.852 1.51-4.625-.006-9.25.001-13.876-.003-1.029-.036-1.859-.954-1.855-1.975C.345 15.42.353 8.931.348 2.441.354 1.581.806.66 1.675.389M.936 1.858C.927 8.658.937 15.46.931 22.26c-.015.719.757 1.136 1.392 1.156 4.469.005 8.938-.002 13.407.003.339.01.668-.08.998-.14.409-.237.751-.642.747-1.136-.001-6.684.001-13.369-.001-20.053.019-.671-.583-1.346-1.276-1.279-4.663.006-9.326.006-13.99 0-.601-.059-1.179.474-1.273 1.046z"/><path fill="#fff" d="M1.746 1.991c.241-.17.489-.395.809-.361 4.433.002 8.866 0 13.299.001.253-.017.471.127.691.23-.001 6.779-.003 13.559.001 20.338l-.289.289c-4.76-.005-9.52-.002-14.28-.001-.103-.22-.247-.438-.23-.691-.001-6.601.001-13.202-.001-19.805m7.269-.007c-.379.264-.009.719.108 1.031-1.376.068-2.739.285-4.113.377-.062.121-.122.243-.182.367-.126-.125-.253-.249-.373-.379a47.603 47.603 0 0 0-.845-.001v-.584h-.466v6.874h.466V5.591h.932c-.001-.456.003-.91-.003-1.364.151-.038.302-.077.452-.119.973.184 1.975.041 2.959.085.666.758 1.471 1.388 2.111 2.175.52.223 1.113.191 1.658.11 1.134-.418 2.343-.585 3.542-.668V3.624c-.982-.04-1.977-.224-2.874-.636-.415-.181-.785-.642-1.276-.496-.755.172-1.378-.496-2.097-.509m-2.606 5.59V9.67h.35v-.932l.53.001.288-.288a29.33 29.33 0 0 1-.002-.593c-.096-.094-.191-.19-.285-.284-.294-.001-.586-.002-.88-.001m1.513 0c-.001.603.002 1.207-.002 1.812.097.094.192.19.288.285h.594l.288-.287c-.005-.603-.001-1.207-.002-1.81h-.351c-.122.565.351 1.554-.446 1.696-.03-.565-.016-1.131-.019-1.696h-.35m1.502.783c.235.177.478.346.713.523l-.005.326-.247-.003c-.12-.235-.38-.234-.606-.27.051.21.11.416.172.622.25.069.506.117.763.147.7-.529.217-1.327-.449-1.594l.204-.204.207.26.472-.022a18.193 18.193 0 0 0-.292-.574c-.591-.132-1.115.112-.933.79m1.295-.784V9.67h.466v-.932h.466v.932H12V7.573h-.35v.816h-.466v-.816h-.466M3.147 10.47c-.001.749-.002 1.498 0 2.247.408.007.804-.083 1.178-.242-.007-.317-.019-.635-.089-.945.045-.22.075-.442.101-.663a1.476 1.476 0 0 0-1.191-.397m1.399.015c.077.659-.198 1.428.203 2.009.338.379.776.112 1.078-.156v-1.852H5.36v1.748h-.35v-1.748h-.465m1.397-.001v.465l.35.002v1.746h.466V10.95h.699v1.748h.466v-1.746l.35-.002v-.465h-2.33m2.846-.044c-.49.451-.458 1.148-.366 1.751.112.493.79.68 1.093.245.296-.703.309-1.998-.727-1.996m1.114.044v2.214h.464c.001-.303 0-.607.01-.91.158.29.301.592.394.91h.414v-2.214h-.35c.001.381.005.761-.006 1.142a6.646 6.646 0 0 1-.495-1.142h-.431m2.796 0v.465l.35.002v1.746h.466v-1.746l.35-.002v-.465H12.7m1.487 2.01c.326.377.932.149 1.039-.302.093-.603.126-1.301-.365-1.752-1.078-.006-1.056 1.37-.675 2.054m-10.108 1.02v.348l.35.002v1.746h.466v-1.746l.35-.002v-.348H4.079m1.281 0c.055.698-.172 1.47.228 2.097h.823c.401-.627.174-1.399.228-2.097h-.465c-.065.608.175 1.3-.192 1.84-.289-.57-.112-1.228-.156-1.84H5.36m1.63 0v2.097h.35v-.972l.216.184c.061.262.122.524.165.79l.466-.009a14.39 14.39 0 0 0-.27-.982c.079-.076.158-.149.239-.224 0-.199-.001-.4.001-.599a39.1 39.1 0 0 1-.288-.288c-.292.002-.586.002-.878.002m1.397.001v2.097h.35c-.001-.34-.002-.68.002-1.019.184.333.354.673.511 1.019h.418v-2.097h-.464c-.001.303 0 .606-.01.91a4.61 4.61 0 0 1-.394-.91h-.414m3.275-.002c-.545.564-.451 1.461-.093 2.098l.784.001c.352-.635.387-1.541-.132-2.099a52.08 52.08 0 0 1-.559 0m1.27.003v2.096h.347c.001-.303 0-.607.01-.91.158.29.301.592.394.91h.414v-2.097h-.35c.001.341.003.684-.006 1.025a8.16 8.16 0 0 1-.465-1.026l-.345.002m-8.646 2.969c.075.726.235 1.441.379 2.157l.341-.001c.002-.226.002-.452.009-.678.093.224.177.451.264.678l.288.003c.123-.7.226-1.406.4-2.097-.164-.002-.327-.003-.49-.006v.586l-.086-.001c.035-.341-.123-.588-.468-.652-.015.202-.026.403-.035.605-.089-.302-.241-.592-.601-.593m2.137.058c-.195.712-.403 1.425-.515 2.155.428.002.558-.354.569-.72.318.091.454.34.426.662h.45c-.212-.689-.312-1.404-.508-2.097h-.422m1.033 0v2.097h.464c0-.345 0-.691.019-1.035.165.329.283.679.374 1.035h.44c-.313-.595-.163-1.181.021-1.781a24.39 24.39 0 0 1-.325-.316h-.993m1.515.001v2.096h.348c-.001-.344-.003-.689.01-1.032.168.338.288.697.457 1.033l.35-.002v-2.096h-.348c-.006.339.007.678-.001 1.018-.147-.345-.288-.693-.473-1.019l-.343.002m1.514-.001v2.097h.35v-2.097h-.35m.699 0v2.097h.466a54.47 54.47 0 0 1 .001-.904c.132.301.252.606.388.904h.426v-2.097h-.466c.002.302.002.602-.001.904-.132-.301-.252-.606-.388-.904h-.426m1.784 0c-.384.638-.397 1.506.084 2.098h.569c.262-.294.407-.659.384-1.056-.262.005-.523.01-.783.022.108.221.237.432.35.654-.657-.163-.394-.952-.308-1.432.103.099.205.198.306.298l.458-.015a15.223 15.223 0 0 0-.289-.57h-.771m-7.376 2.913v2.214h1.165v-.466h-.816v-1.748h-.35m1.283 0v2.214h.35v-2.214h-.35m1.104-.047c-.59.6-.591 1.692-.012 2.299.22-.047.439-.104.657-.164.091-.303.122-.617.134-.932-.228.01-.458.022-.686.043.105.141.206.284.306.43-.099.055-.199.11-.298.163a1.833 1.833 0 0 1-.02-1.33c.219.063.44.117.664.16l.021-.395a3.706 3.706 0 0 0-.767-.273m1.11.046v2.214h.35v-.932h.466v.932h.35v-2.214h-.35v.816h-.466v-.816h-.35m1.398 0v.465l.35.002v1.746h.35v-1.746l.35-.002v-.465h-1.049m1.28.224l.001.684c.232.175.468.341.7.515l-.005.327a20.19 20.19 0 0 0-.246-.006c-.118-.206-.344-.234-.555-.271l-.013.339c.136.133.27.267.405.402l.515.001c.137-.235.445-.475.329-.771-.057-.494-.595-.645-.864-1.003.316.054.628.129.946.171a8.347 8.347 0 0 0-.457-.661 3.565 3.565 0 0 0-.757.273z"/><path fill="#fff" d="M6.757 7.922h.311l.195.233-.195.233h-.311v-.466zM3.495 10.951h.35v.35h-.35v-.35zM8.938 10.855c.405.346.405 1.129 0 1.475a1.595 1.595 0 0 1 0-1.475zM14.611 12.311c-.32-.459-.351-1.07.092-1.464.248.478.302 1.045-.092 1.464zM3.495 11.767h.311l.195.233-.195.233h-.311v-.466zM7.339 13.813c.193.092.383.189.573.289-.177.11-.361.21-.549.301-.01-.197-.019-.393-.024-.59zM11.656 14.563c.089-.264.161-.537.282-.79a1.311 1.311 0 0 1 0 1.58c-.121-.254-.193-.525-.282-.79zM7.9 16.879l.444.048a1.44 1.44 0 0 1-.362.534 11.43 11.43 0 0 1-.082-.581z"/></symbol><symbol viewBox="0 0 14 24" id="regulatory--pedestrians-push-button--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M1.28 0h11.823l.077.038C9.243-.009 5.305.029 1.367.019L1.279 0zM1.474.142C5.242.107 9.012.137 12.781.127c.834-.036 1.591.703 1.572 1.538.001 6.908.002 13.816-.001 20.724.009.85-.784 1.578-1.628 1.517-3.525-.003-7.051-.001-10.577-.001-.358-.001-.733.029-1.069-.121a1.553 1.553 0 0 1-.945-1.448c.002-6.89 0-13.78.001-20.671C.122.916.728.223 1.474.142m.054.54a.994.994 0 0 0-.85.982C.676 8.429.679 15.194.677 21.959c.003.292-.033.606.115.871.172.338.549.546.926.531h11.063c.376.012.752-.199.92-.539.145-.264.11-.575.113-.863V2.093c-.004-.305.036-.635-.126-.91-.181-.345-.577-.54-.96-.516C8.995.678 5.261.65 1.529.681z"/><path fill="#fff" d="M14.419 1.119l.024.029v.192c-.069-.048-.115-.17-.024-.221zM1.267 1.663c-.006-.239.216-.423.447-.409 3.688-.002 7.376-.002 11.064 0 .228-.012.454.169.439.407.008 1.225.002 2.45.003 3.675-3.985 0-7.97.002-11.955-.001.001-1.224-.006-2.448.003-3.672m4.149.051c-.168.284.339.46.173.745a4.283 4.283 0 0 0-.246-.179c-.012.192.209.39.359.207.195-.293-.25-.482-.186-.763l.223.152c.048-.194-.207-.346-.322-.162m2.804.011c-.074.246-.088.536.017.775.131.134.309.015.342-.141l-.111-.045-.112.163c-.108-.228-.077-.484-.045-.724.085.023.169.046.255.067-.019-.171-.262-.273-.346-.093m1.19-.096c-.278.117-.185.528-.155.77.028.226.369.185.361-.038.024-.231.113-.69-.206-.732m.404.075c-.181.285.326.464.173.754-.083-.061-.165-.122-.251-.179-.014.193.214.391.36.201.187-.292-.247-.475-.194-.757l.239.146c.02-.183-.203-.339-.328-.165m.48-.006c-.19.286.319.467.172.759-.084-.061-.166-.123-.252-.18-.023.201.228.395.364.192.163-.285-.231-.462-.208-.734.091.04.181.082.273.12-.031-.161-.217-.324-.35-.157m.444-.089v.913h.161v-.913h-.161m.951.088c-.092.222-.076.479-.033.711.018.158.241.197.33.075.032-.124.023-.254.027-.381l-.176.004c.032.121.115.271-.024.36-.117-.225-.074-.49-.028-.729.079.029.158.058.238.085-.022-.164-.216-.272-.336-.126m-5.894-.026c.27.218.069.603.155.898.273-.199-.106-.714.248-.881a.593.593 0 0 0-.403-.017m.428.905c.113-.049.141-.169.177-.274l.119.001c.031.109.063.225.175.277-.038-.33-.118-.654-.194-.978-.239.249-.191.654-.277.975m.604-.945c-.005.303-.002.605-.002.907l.111-.001c.001-.155.004-.31.019-.464.089.164.061.407.249.5a6.43 6.43 0 0 0-.075-.437c.188-.251.028-.586-.302-.506m.425.021c.047.054.094.107.143.159l-.001.729.114-.001c.032-.3-.103-.659.141-.896a6.588 6.588 0 0 0-.398.009m1.563.943c.024-.172.025-.347.044-.52.057.149.097.303.133.457l.117.012a51.527 51.527 0 0 1-.082-.418c.198-.242.023-.576-.3-.496.037.317-.099.686.087.964m2.273-.99c-.027.311-.011.623-.015.935h.113c0-.17 0-.339.004-.508.078.186.095.412.256.552a8.01 8.01 0 0 0 .004-.98c-.163.088-.084.294-.112.441-.07-.153-.09-.35-.25-.44m-8.722.435v2.577h2.04V2.04h-2.04m3.007.591v.161h6.658v-.161H5.369m1.421.366c.041.316.058.636.127.948.129-.143.113-.349.155-.525.034.176.062.354.114.526.168-.293.116-.657.167-.981-.163.064-.126.259-.159.398-.035-.14-.034-.301-.148-.405-.037.139-.065.28-.096.42-.017-.126-.031-.253-.045-.379l-.116-.002m1.108.062a3.027 3.027 0 0 1-.086.242l.068.076c.012.196-.078.488.174.56-.053-.213-.088-.436-.019-.65a6.64 6.64 0 0 1-.06-.313l-.077.086m.629-.001c.042.292-.097.64.09.891.033-.217.016-.439.055-.655.122.204-.016.468.144.656.046-.23.043-.47-.007-.699l-.168-.038-.004-.235-.111.079m.926-.06c.006.316-.02.633.021.947.145-.116.078-.316.094-.475l.13-.013.009-.101-.14-.019-.003-.219.234-.005-.003-.114h-.342m-2.019.414l.228-.069c-.106.115-.299.216-.238.405.015.173.198.15.324.152-.015-.211.047-.445-.057-.639-.119-.106-.253.017-.256.151m.772.464c.137.112.223-.083.25-.192-.07.037-.139.076-.206.118a2.044 2.044 0 0 1 .008-.482l.121.137.075-.142c-.345-.303-.433.373-.248.561m1.692-.644c-.154.164-.134.457-.024.641.335.15.365-.714.024-.641m.347.005c-.001.214 0 .428-.002.643l.111.027c.004-.164.007-.329.012-.493.049-.056.097-.112.142-.171l-.263-.005m-3.035.895c.058.318.096.641.186.952.18-.289.164-.659.221-.987-.193.104-.139.36-.198.539-.033-.163-.063-.328-.093-.492l-.117-.012m.915.065v.838l.113.004c.009-.2-.038-.415.065-.598.031.198.028.398.028.598l.112-.003a3.064 3.064 0 0 0-.037-.649l-.169-.024.001-.242a7.52 7.52 0 0 0-.114.076m.47-.062c-.055.249.249-.055 0 0m.623.057v.846l.113-.002v-.914a6.928 6.928 0 0 1-.113.07m-1.498.701c.021.199.275.194.307.001-.063.01-.126.02-.188.032l-.035-.142.238-.019c-.029-.134-.013-.299-.124-.397-.265-.02-.229.351-.198.525m1.154-.48c-.086.19-.115.477.053.63.149.055.205-.125.179-.238l-.156.156a3.185 3.185 0 0 1-.02-.458l.221.071c-.031-.121-.148-.3-.276-.161m.598.508c.04.182.288.152.285-.037l-.181.042-.023-.147.232-.01c-.035-.134.004-.371-.172-.408-.225.063-.173.382-.141.559m.384-.498c-.104.191.142.337.169.521l-.207-.049.043.157c.391.031.228-.395.048-.557l.228-.015c-.078-.063-.201-.186-.281-.057m-1.277-.041v.654l.112.003.001-.657h-.113z"/><path fill="#fff" d="M6.928 1.755l.177.032c-.015.106-.042.212-.143.269a5.131 5.131 0 0 1-.034-.301zM2.907 2.915c.169-.096.329-.229.528-.253.159.071.159.28.255.408.103.095.219.174.316.276a1.147 1.147 0 0 1-.511-.169l-.046.209c.178.268.254.582.324.892l-.168.057c-.078-.238-.133-.491-.29-.693-.108.241-.196.49-.293.736l-.128-.093c.139-.438.185-.89.225-1.344-.13.14-.065.358-.195.495a3.93 3.93 0 0 1-.017-.52zM1.235 5.638h11.973v7.034H1.235V5.638m1.463.157c.068.146.124.303.248.412-.038-.16-.11-.308-.18-.454l-.068.042m.631-.05v.43h.107v-.43h-.107m.529.463c.149-.123.215-.311.24-.497a1.277 1.277 0 0 0-.24.497m-1.893-.342c.105.142.232.268.374.374a.557.557 0 0 0-.374-.374m2.514.357a.883.883 0 0 0 .386-.388.943.943 0 0 0-.386.388m2.633-.344c-.237.173-.158.561-.104.812.095.214.384.063.354-.14.017-.218.088-.707-.251-.672m1.018-.002c-.061.048-.024.162.049.176.117-.012.061-.237-.049-.176m1.133.055c-.199.286.299.469.172.768-.087-.06-.173-.121-.263-.177-.002.181.196.38.354.214.203-.285-.212-.482-.186-.758.086.041.173.082.26.121-.017-.163-.201-.322-.337-.168m1.393-.058c.003.321-.022.643.02.962.136-.14.077-.346.112-.519.083.166.06.405.242.506a5.38 5.38 0 0 0-.072-.455c.199-.246.012-.57-.302-.494m-4.222-.001c-.002.306-.001.612 0 .918.129-.017.339.016.354-.166.068-.291.098-.84-.354-.752m1.207.953c.02-.187.017-.375.019-.562.068.197.115.407.244.576-.002-.32.137-.735-.071-.995a5.237 5.237 0 0 0-.018.469c-.068-.168-.096-.367-.256-.477.022.321-.122.723.083.989m.666-.944c.232.243.103.598.134.898l.114.002c0-.249.002-.498-.003-.747l.166-.093c-.128-.063-.272-.061-.411-.06m1.309.01c.047.054.095.108.144.161l-.001.727.114.001c-.001-.245-.002-.489.003-.733a5.54 5.54 0 0 0 .151-.157 4.355 4.355 0 0 0-.412.002m.439.925c.111-.053.143-.166.172-.275h.117c.032.11.069.222.182.274-.083-.324-.048-.717-.275-.979a7.425 7.425 0 0 0-.197.98m1.021-.929c.047.054.096.106.146.158l.001.734.114-.001c-.001-.243.001-.486-.001-.729.052-.051.103-.104.151-.159a4.044 4.044 0 0 0-.412-.003m-8.711.393v2.577h2.04V6.282h-2.04m-.54.415c.127.133.302.201.477.244a.83.83 0 0 0-.477-.244m2.704.246c.181-.045.358-.121.497-.248-.185.033-.369.104-.497.248m1.917-.071v.161h5.047v-.161H6.443m.867.339c-.187.205.265.084 0 0m3.443.005c-.212.134.211.134 0 0m-4.576.022c.006.316-.019.634.021.949.143-.118.079-.317.093-.476l.126-.014.02-.098-.146-.024-.003-.217.234-.006-.003-.114h-.341m.394.003c-.038.216.213-.056 0 0m1.292.047a80.09 80.09 0 0 0-.001.849l.112-.001c.006-.201-.034-.416.065-.601.038.218.013.441.056.659.15-.201.078-.468.052-.697l-.174-.045.003-.224-.113.061m1.007.032c-.075.243-.08.523.01.762.149.168.366-.003.331-.198-.076.053-.15.109-.223.164-.074-.227-.06-.467-.026-.699.089.018.178.037.267.053-.043-.156-.277-.271-.358-.084m-7.046.144v.107h.43v-.107h-.43m2.738 0v.107h.43v-.107h-.43m2.01-.032c-.03.251-.032.507.004.758.14-.202.156-.566-.004-.758m.242.051c.032.229-.086.518.089.703.035-.219-.002-.447.075-.659.091.213-.04.484.13.664.04-.238.034-.483-.015-.719l-.279.011m.453-.004a72.6 72.6 0 0 0 0 .66l.113-.005V7.48l-.113-.003m.271.016c-.176.193.142.354.128.56L7.5 7.984l-.013.144c.099.01.248.037.278-.095.042-.179-.132-.314-.194-.468l.199.063c-.035-.089-.124-.238-.23-.136m1.742-.013c.031.231-.086.52.09.707.026-.175.025-.353.028-.529.048-.057.096-.115.142-.173a7.514 7.514 0 0 0-.26-.004m.399-.007c-.155.163-.136.459-.022.642.333.144.363-.713.022-.642m.346.029c-.135.186.113.349.158.524l-.237-.006c.059.105.198.187.288.067.112-.188-.086-.347-.168-.5.075.004.15.008.226.01-.07-.063-.174-.205-.267-.095m.324.002c-.113.191.116.344.165.518l-.245.003c.069.09.202.182.296.066.121-.186-.085-.355-.172-.504l.222.015c-.071-.082-.158-.207-.266-.098m.347-.037c-.005.241-.017.483.018.722.174-.185.06-.467.093-.693a17.86 17.86 0 0 1-.111-.028m.256.015c.002.235-.011.47.022.703.18-.171.034-.453.138-.661.101.21-.04.488.136.662a1.942 1.942 0 0 0-.018-.717l-.278.013m.643.711a1.334 1.334 0 0 0-.075.297c.327-.232.133-.688.184-1.023-.427-.104-.439.614-.11.726m-9.793.197c.186-.023.375-.09.494-.242a1.38 1.38 0 0 0-.494.242m2.727-.239c.122.149.31.216.496.241a1.267 1.267 0 0 0-.496-.241m2.665.224v.913h.161v-.913h-.161m.331.006c-.072.295-.002.595-.018.894l.111.004c.002-.203-.009-.41.039-.609l-.039-.129.067-.176-.16.015m.71.071c-.154.282.3.446.201.732-.097-.043-.187-.098-.282-.145.016.181.231.366.373.179.171-.279-.215-.465-.206-.727.094.026.185.063.277.095-.034-.165-.245-.315-.362-.133m.459-.017a6.511 6.511 0 0 1-.059.241c.108.192-.083.606.236.611a.838.838 0 0 1-.034-.613 7.063 7.063 0 0 1-.06-.317l-.084.078m1.003-.004l-.011.195a10.96 10.96 0 0 0-.314-.005c-.001.22-.001.439.001.659l.112-.005c0-.177.001-.355.009-.532l.196-.027c.031.191-.104.577.199.569a.768.768 0 0 1-.028-.614 5.36 5.36 0 0 1-.068-.305l-.095.064m.853-.004l-.005.177-.159.03a.893.893 0 0 0 .018.659c.086-.008.172-.015.258-.02-.002-.301-.001-.602-.001-.904l-.111.059m-1.605.227l-.003.134.214-.055c-.131.108-.325.236-.233.435.031.148.202.1.312.117-.02-.236.081-.536-.139-.704l-.152.072m1.3.6l-.041-.13a7.457 7.457 0 0 1-.136.05l-.032-.147.236-.017c-.033-.139.005-.372-.178-.411-.272.11-.227.828.152.654m-8.276-.002c.169-.076.293-.219.397-.369-.176.067-.303.211-.397.369m.5-.325c.001.169-.001.337.016.505a1.08 1.08 0 0 0 .054-.433 9.55 9.55 0 0 0 .128-.086l-.198.013m.252-.052a3.017 3.017 0 0 0-.024.503l.167-.004a13.758 13.758 0 0 0-.092-.126 1.181 1.181 0 0 0-.05-.374m.153.547l.147-.162.116.157a2.574 2.574 0 0 0-.113-.542c-.071.176-.108.362-.15.547m.455-.145l-.187-.003.149.141c.142-.135.021-.292-.067-.416l.18.003-.156-.113c-.131.133.006.267.081.387m.106-.398c.001.184-.001.368.011.552.025-.083.047-.166.071-.249.041.072.078.148.114.223.001-.172-.005-.345.001-.517a3.246 3.246 0 0 1-.118.186c-.025-.066-.052-.13-.079-.195m.267.038v.483h.107v-.483h-.107m.192-.038c-.015.145-.022.29-.029.436.072.02.144.041.215.063-.001-.169.002-.338-.009-.506-.024.07-.046.14-.066.21a3.076 3.076 0 0 0-.112-.203m.326.53l.129-.065.008-.177-.171-.011a.907.907 0 0 1 .186-.205c-.28-.123-.239.306-.151.459m.251-.527a.95.95 0 0 0 .394.383.91.91 0 0 0-.394-.383m-2.112.571v2.362h2.04V9.45h-2.04m4.081.107v.161h5.047v-.161H6.443m-.943.48c.051.056.104.111.158.164.004.261.002.523.003.784l.124.002c.04-.319-.113-.705.148-.956a6.947 6.947 0 0 0-.433.005m.513.004v.966h.161v-.966h-.161m.341-.045c-.021.329-.007.659-.011.989l.126.002v-.538l.112.317c.035-.106.069-.213.105-.319.002.18.002.36.002.54l.125-.001c-.005-.33.011-.661-.013-.991-.15.07-.17.244-.223.382-.052-.139-.059-.325-.223-.381m.653.036v.955h.362l.003-.123a18.884 18.884 0 0 0-.239-.002l-.001-.317.206-.061c-.067-.034-.136-.065-.204-.096l-.002-.23.239-.002v-.125l-.363.002m.826-.012c.008.339-.024.681.028 1.019.159-.139.071-.372.118-.555.067.162.101.335.141.505l.123-.005c-.032-.145-.063-.29-.092-.435.217-.255.024-.616-.317-.528m.548.009v.956l.362.001.006-.122-.242-.005-.005-.307.214-.082-.215-.083c.003-.077.004-.155.006-.232l.238-.001-.001-.124h-.363m.501.003v.951l.123.003c.001-.167.002-.335.009-.501l.105.278c.034-.103.068-.205.105-.307.003.193 0 .387.031.578.213-.284.049-.705.091-1.043-.149.07-.176.238-.232.375l-.104-.338-.126.004m.783-.009c-.066.319-.13.638-.197.957l.121.009.062-.249.156.006.048.235.128.006c-.061-.317-.129-.632-.192-.949l-.127-.015m.426.015v.966h.161v-.966h-.161m.344-.045c-.021.329-.006.659-.011.988l.125.004c0-.179 0-.357.002-.536.057.176.112.352.166.528l.115.014c.005-.321.002-.642.003-.964h-.124c0 .163-.001.326-.004.489-.084-.176-.068-.436-.272-.523m.569.045v.966h.161v-.966h-.161m.346-.006l.001.951.123.003c.001-.164.003-.329.01-.492.077.183.098.399.247.544.056-.334.023-.673.031-1.01h-.123c0 .164 0 .328-.004.492a14.77 14.77 0 0 1-.157-.492l-.127.004m.62.121c-.049.261-.113.613.09.819.278.115.303-.256.283-.44l-.213.009c.07.124.108.256.006.379-.121-.242-.097-.521-.039-.776.091.026.181.05.273.072-.045-.194-.326-.286-.4-.062M5.35 11.31l.176.11c-.003.269-.001.537-.001.806h.125c0-.268.002-.537-.002-.805l.178-.111a.778.778 0 0 0-.475 0m1.377-.04c0 .319-.001.638.001.957l.123-.002.002-.413c.157-.039.2-.18-.004-.19l.003-.227.239-.001-.001-.124h-.363m.472.017c-.055.249.249-.054 0 0m.757-.02c-.174.22.271.068 0 0m.571.068l.001.891h.125c0-.191 0-.382.002-.572l.091-.01.004.583.122-.001c.001-.234.018-.472-.042-.701l-.181.003.005-.268-.127.075m.939.018c-.085.254-.097.559.009.808.147.189.37-.011.355-.201a5.127 5.127 0 0 0-.249.166 1.364 1.364 0 0 1-.003-.739c.09.024.181.047.273.067-.063-.154-.272-.287-.386-.101m1.971-.066c-.055.248.25-.054 0 0m-3.259.272c-.144.198.122.366.177.546l-.201-.056a9.238 9.238 0 0 0-.018.165c.102.012.252.042.294-.086.075-.186-.119-.324-.198-.47l.232.017c-.053-.099-.176-.232-.285-.115m2.511.044c-.067.195.16.328.197.508a12.28 12.28 0 0 1-.205-.065l-.004.164c.132.04.253.001.331-.117l.027.135c.099-.008.245.02.284-.104.072-.19-.131-.329-.202-.486l.183.055.005-.15c-.085-.011-.204-.061-.256.04-.101.199.144.346.196.524-.295.038-.336-.302-.481-.479l.194.068a10.105 10.105 0 0 1-.022-.172c-.086.003-.208-.027-.247.078m-4.768-.057c-.14.168-.178.688.13.685.215-.136.21-.795-.13-.685m1.259-.018l.001.699.124.001.001-.7h-.126m.263-.006c-.001.23.001.46-.003.69l.123.024c.004-.214-.004-.43.028-.642.127.185.054.421.071.631l.121.003c-.006-.281.124-.825-.34-.706m.472.01l.001.693.124.003c.002-.234.001-.468.001-.702a5.227 5.227 0 0 1-.125.006m2.04.693l.124.003c.01-.24-.063-.519.146-.696a23.788 23.788 0 0 0-.267-.007c-.003.234-.002.467-.002.7m.373-.664c-.11.183-.117.471.016.643.387.165.365-.859-.016-.643m1.087-.033c.048.236-.118.585.112.74.023-.246.012-.494.014-.74h-.126m.263-.006l-.001.704.125-.002c-.002-.21-.007-.421.023-.63.127.18.056.413.069.618l.123.025c-.005-.283.129-.834-.339-.715m.68.756c-.039.105-.086.21-.084.325.362-.227.142-.72.201-1.07l-.265-.013c-.117.239-.177.661.148.758m-9.492-.353c.029.17.038.341.064.512.033-.168.036-.34.057-.51a4.964 4.964 0 0 0-.121-.002m.184-.006c.006.161.008.322.009.483h.106v-.483h-.115m.169-.011c-.002.177-.004.354.003.531.036-.089.069-.179.103-.269.035.089.07.179.107.267.012-.181.012-.363.007-.544l-.099.135-.121-.12m.314.029v.448l.201-.009-.135-.074c.006-.097.01-.193.007-.289l.122-.083-.195.007m.223-.05c-.006.188-.009.378.017.565.022-.079.042-.158.06-.238.037.081.076.162.119.24.014-.203.117-.556-.196-.568z"/><path fill="#fff" d="M7.102 6.651c-.017-.235-.09-.514.088-.708.079.228.076.472.042.708l-.13-.001zM7.96 10.146l.143.025.002.223-.146.027.001-.274zM1.235 12.94h11.973v3.866H1.235V12.94m1.43.397c.058.099.119.196.177.295l-.206-.013c.076.047.155.088.239.118a.545.545 0 0 0-.099-.34l.097-.154c-.07.03-.139.061-.208.093m.254-.075c.028.167.043.337.084.501.029-.165.04-.332.061-.498.094.14.074.314.086.474a4.47 4.47 0 0 0 .34-.089l.114.09c-.035-.177-.07-.355-.128-.526-.064.14-.07.302-.144.436-.157.011-.075-.196-.106-.295l.122-.094c-.144.002-.287.003-.431 0m.735-.012c-.002.156-.002.311-.001.467l.172.002c.034-.134.045-.271.042-.409a17.021 17.021 0 0 0-.213-.061m.25-.02c.046.173.083.348.113.525.026-.177.065-.352.125-.52l-.126.14-.111-.144m-1.541.571v2.577h2.04v-2.577h-2.04m3.857.516c-.002.307-.002.613.001.92.119-.024.311.025.344-.136.077-.297.119-.869-.345-.784m.623.038c-.14.242-.151.627.016.859.273.128.323-.262.308-.447.023-.188-.06-.576-.324-.412m.499-.069c-.025.312-.009.626-.013.939l.114.001.001-.523c.058.17.114.34.17.511l.098.027c.008-.303.004-.607.004-.911l-.113-.003-.002.43c-.074-.164-.09-.372-.259-.471m.575.05c-.084.276.267-.004 0 0m.166.031c.298.202.06.622.177.918.157-.242.058-.546.079-.817a9.65 9.65 0 0 0 .178-.082.542.542 0 0 0-.434-.019m1.011-.014c-.13.241-.108.552-.033.807.129.188.401.02.32-.186-.07.057-.139.116-.208.175a1.512 1.512 0 0 1-.014-.717c.086.025.172.05.259.073-.049-.13-.186-.261-.324-.152m.397-.036c-.002.3 0 .599-.002.899l.108.021c.004-.159.008-.318.023-.476.062.148.1.303.137.459l.114.011c-.049-.21-.106-.428-.003-.632.062-.238-.201-.295-.379-.282m.618.022c-.171.234-.159.615-.018.862.239.162.345-.196.323-.377.014-.19-.014-.603-.304-.485m.498.025c-.201.259.191.46.208.718l-.097.043a3.232 3.232 0 0 0-.205-.166c-.026.197.209.396.356.207.168-.287-.213-.478-.216-.752.09.046.178.094.267.141-.005-.161-.163-.331-.314-.191m.456.292c.101.151.253.302.182.5-.084-.066-.167-.134-.255-.196-.016.182.165.38.334.232.172-.225-.056-.47-.195-.643a6.8 6.8 0 0 0 .042-.133c.073.049.147.099.222.147-.03-.097-.037-.245-.17-.249-.175-.015-.26.217-.159.342zM1.274 17.112h11.94c-.001 1.743.002 3.485-.002 5.228a.402.402 0 0 1-.429.424c-3.69.002-7.38.001-11.071.001a.406.406 0 0 1-.439-.426c-.003-1.742-.001-3.484-.001-5.226m2.595.494c-.003.302-.002.603-.001.905l.128-.001-.001-.38c.186.008.426-.071.373-.306-.022-.255-.319-.213-.5-.22m.626.008c.006.248-.021.498.016.744.06.22.411.22.47 0 .037-.246.011-.497.015-.744a5.379 5.379 0 0 1-.127.002c-.006.239.02.48-.015.717-.041.09-.152.088-.21.017-.043-.242-.013-.49-.02-.733l-.129-.002m.744.077c-.267.315.591.495.145.728a.852.852 0 0 0-.252-.207c.03.131.081.303.242.314.223.03.366-.274.213-.433-.099-.126-.374-.206-.2-.387.093.055.187.108.285.155-.015-.214-.288-.368-.433-.17m.562-.079c-.002.3-.003.6.001.9l.127-.001.001-.406.244-.002.002.408.128.001c0-.3.001-.6-.001-.9l-.129.001-.001.366-.244-.002v-.365l-.128-.001m1.144-.002c-.001.302-.002.605.001.907.307.091.657-.161.428-.474.2-.321-.14-.512-.429-.434m.654.008c.011.252-.027.509.023.757.076.21.416.193.466-.026.034-.244.009-.492.013-.737l-.129.006c-.003.23.017.462-.01.692-.004.125-.216.122-.221-.002-.028-.231-.007-.464-.013-.696l-.129.006m.581.016a.68.68 0 0 0 .209.132c.004.25.002.499.003.748l.128-.002.001-.741c.074-.042.147-.085.217-.134a1.94 1.94 0 0 0-.559-.004m.564-.017a4.388 4.388 0 0 0-.005.117l.165.008c-.002.258-.002.516-.001.774l.129-.001c0-.258.001-.517-.001-.775l.165-.006v-.119c-.151 0-.301 0-.452.002m.723.003c-.236.193-.209.603-.061.845.184.185.431-.046.414-.258.042-.23-.012-.703-.353-.586m.54-.007a90 90 0 0 0-.001.9h.128c0-.192-.001-.384.005-.576.094.183.18.37.263.559l.103.032c.007-.304.003-.609.004-.913l-.128-.002c-.001.172-.002.345-.005.517-.084-.17-.162-.342-.24-.514l-.129-.004m1.087 1.241H2.797l-.001.418h8.293c.004.104-.159.331.015.338.282-.166.566-.343.812-.558-.268-.182-.527-.381-.812-.535-.173.005-.011.234-.015.337m-6.25.751v.118l.164.005c0 .259-.001.518.001.777l.129-.004-.001-.772.159-.007.013-.113c-.155-.004-.311-.004-.466-.004m.712.014c-.251.214-.229 1.007.228.87.256-.213.231-1.016-.228-.87m1.1.032c-.163.216-.147.552-.02.782.163.2.44.012.418-.214-.09.061-.173.13-.255.201-.179-.192-.196-.542-.01-.732.083.07.168.138.257.201.021-.208-.217-.406-.39-.237m.568-.052l-.001.9.128.004c.001-.153.002-.306.008-.459.188.07.175.294.235.453l.132.008a62.774 62.774 0 0 1-.115-.41c.068-.104.162-.228.095-.357-.082-.187-.321-.122-.483-.139m.799.011c-.229.202-.215.634-.032.863.529.249.566-1.026.032-.863m.558.134c-.115.277.38.322.304.573-.104.186-.255-.074-.38-.112.037.115.065.275.208.303.213.064.395-.211.274-.389-.096-.123-.237-.205-.323-.338l.133-.067c.082.049.166.093.253.132-.017-.25-.377-.37-.47-.104m.618-.022c-.142.284.319.332.309.574-.096.216-.273-.037-.394-.091-.009.242.297.436.463.215.181-.249-.114-.454-.299-.574.034-.048.068-.095.103-.141.09.051.179.103.274.145-.011-.239-.345-.368-.456-.128m-4.678 1.427l-.001.901h.129c0-.163 0-.325.002-.488.056.159.108.319.162.479.059-.159.111-.321.168-.48l.001.489h.129c-.001-.309.003-.618-.003-.927-.226.069-.207.351-.293.532-.055-.164-.108-.328-.161-.492l-.135-.015m1.899.904h.122c-.002-.313.011-.627-.011-.939-.23.248-.061.633-.111.939m1.292-.903c0 .303-.001.605.001.908.144-.019.351.042.433-.117a.854.854 0 0 0 .012-.66c-.072-.178-.296-.112-.446-.132m1.076.014c-.055.249.249-.056 0 0m-3.539.359c.088-.005.176-.012.264-.02l.053.099c-.164-.01-.366.082-.316.278.031.213.271.178.427.176-.007-.191.026-.389-.028-.575-.091-.162-.325-.106-.4.042m.578-.123c.002.3.001.6.001.901l.12-.047.011-.171c.352.04.397-.405.262-.634-.099-.109-.265-.037-.394-.049m1.017-.01c-.359.156-.123.94.27.582l-.069-.128-.164.124a31.819 31.819 0 0 0-.093-.185l.36-.012c-.015-.169-.068-.449-.303-.381m1.532.012c.033.228-.093.524.096.701.029-.193.027-.39.033-.585h.159l-.005-.129c-.094.005-.188.01-.282.013m.392-.006a36.3 36.3 0 0 0 0 .66l.126-.004a70.851 70.851 0 0 1 0-.652l-.126-.004m.226.004c.07.221.141.442.215.661l.101-.014c.069-.217.14-.434.207-.652l-.133.006c-.042.143-.085.285-.13.427-.047-.144-.092-.288-.137-.432l-.123.004m.656.585c.119.163.328.05.404-.093a.537.537 0 0 0-.281.054l-.067-.168.355-.005c-.024-.158-.047-.423-.271-.39-.247.064-.236.417-.14.601z"/><path fill="#fff" d="M7.068 17.735c.086.008.171.018.257.03-.007.151-.1.234-.249.241l-.008-.27zM5.554 20.279c-.052-.209-.063-.477.136-.614.128.199.163.47.052.683-.057.091-.176.016-.188-.069zM5.95 21.534l.137-.052c.083.171.095.388-.074.511a1.069 1.069 0 0 1-.063-.459z"/><path fill="#231f20" d="M1.073.108a3.82 3.82 0 0 1 .294-.089c3.937.01 7.876-.028 11.813.019l.038.018c.049.063.108.075.178.035l.133.081.129.025c.184.132.348.289.496.461l.075.112c.066.115.126.234.191.349-.091.051-.045.173.024.221v21.385c-.079.03-.091.082-.038.156l-.033.038a5.684 5.684 0 0 0-.01.13 1.787 1.787 0 0 1-.469.611 4.397 4.397 0 0 1-.115.07l-.173.133-.13.015a7.46 7.46 0 0 1-.152.086c-.07-.052-.127-.04-.172.035H1.342c-.043-.075-.099-.088-.168-.038l-.038-.033a6.157 6.157 0 0 0-.13-.01 1.826 1.826 0 0 1-.919-.973c.043-.067.037-.127-.021-.183a2.105 2.105 0 0 0-.027-.072C.035 15.878.039 9.066.037 2.254c-.001-.31-.006-.621.024-.93l.006-.038c.056-.056.063-.117.02-.182L.172.969.2.841.339.647A1.87 1.87 0 0 0 .646.338 5.02 5.02 0 0 1 .947.141l.127-.033m.4.034C.728.223.122.916.134 1.665c-.001 6.89.001 13.78-.001 20.671a1.552 1.552 0 0 0 .945 1.448c.336.15.711.12 1.069.121 3.526.001 7.051-.002 10.577.001.845.061 1.637-.667 1.628-1.517.002-6.908.001-13.816.001-20.724.019-.835-.738-1.574-1.572-1.538-3.769.01-7.539-.02-11.307.015z"/><path fill="#231f20" d="M1.528.682C5.26.651 8.995.679 12.727.668c.383-.024.779.171.96.516.162.275.122.605.126.91V21.96c-.003.289.032.599-.113.863-.168.34-.543.551-.92.539H1.717a1.007 1.007 0 0 1-.926-.531c-.149-.266-.112-.58-.115-.871C.678 15.195.675 8.43.677 1.665a.994.994 0 0 1 .85-.982m-.26.98c-.01 1.224-.003 2.448-.003 3.672 3.985.003 7.97.001 11.955.001-.001-1.225.005-2.45-.003-3.675.015-.238-.212-.419-.439-.407-3.688-.002-7.376-.002-11.064 0-.23-.014-.453.17-.447.409m-.031 3.975v7.034h11.973V5.638H1.235m0 7.302v3.866h11.973V12.94H1.235m.039 4.172c0 1.742-.002 3.484.001 5.226-.02.242.199.45.439.426 3.69.001 7.38.001 11.071-.001a.402.402 0 0 0 .429-.424c.004-1.743.001-3.485.002-5.228H1.276z"/><path fill="#231f20" d="M5.417 1.714c.115-.184.37-.033.322.162l-.223-.152c-.063.281.381.47.186.763-.15.183-.371-.015-.359-.207.085.056.165.118.246.179.166-.285-.34-.461-.173-.745zM8.222 1.725c.084-.179.327-.077.346.093a5.99 5.99 0 0 1-.255-.067c-.032.241-.063.497.045.724l.112-.163.111.045c-.033.156-.211.275-.342.141-.105-.239-.091-.528-.017-.775zM9.412 1.631c.318.042.229.5.206.732.009.223-.333.264-.361.038-.03-.242-.123-.653.155-.77m-.018.821c.231-.147.113-.524.054-.751-.16.215-.121.509-.054.751zM9.816 1.706c.125-.174.348-.018.328.165a13.79 13.79 0 0 1-.239-.146c-.053.282.381.465.194.757-.147.19-.374-.009-.36-.201.086.057.168.119.251.179.152-.29-.354-.469-.173-.754zM10.295 1.7c.133-.167.319-.003.35.157a8.348 8.348 0 0 1-.273-.12c-.024.272.371.449.208.734-.136.202-.387.009-.364-.192.086.057.168.119.252.18.147-.293-.362-.474-.172-.759zM10.738 1.611h.161v.913h-.161v-.913zM11.689 1.699c.119-.146.314-.038.336.126a9.591 9.591 0 0 1-.238-.085c-.046.238-.089.504.028.729.139-.089.056-.239.024-.36l.176-.004c-.005.127.005.257-.027.381-.089.121-.312.083-.33-.075-.043-.232-.06-.489.033-.711zM5.793 1.672a.6.6 0 0 1 .403.017c-.354.166.025.682-.248.881-.086-.294.115-.68-.155-.898zM6.221 2.577c.086-.321.038-.726.277-.975.076.323.156.648.194.978-.112-.052-.144-.168-.175-.277l-.119-.001c-.036.106-.063.225-.177.274m.242-.566c-.072.025-.093.178-.005.194.077-.021.09-.177.005-.194zM6.825 1.633c.33-.079.49.255.302.506.029.145.056.29.075.437-.188-.093-.161-.336-.249-.5a5.127 5.127 0 0 0-.019.464l-.111.001c0-.302-.003-.605.002-.907m.103.121c.009.1.02.201.034.301.101-.057.128-.163.143-.269a60.617 60.617 0 0 1-.177-.032zM7.25 1.653c.132-.007.265-.01.398-.009-.244.237-.109.596-.141.896l-.114.001c0-.243-.001-.486.001-.729a5.397 5.397 0 0 1-.143-.159zM8.812 2.596c-.186-.278-.05-.648-.087-.964.322-.079.498.255.3.496.026.14.054.279.082.418l-.117-.012a3.418 3.418 0 0 0-.133-.457c-.019.173-.02.347-.044.52m.03-.872a6.49 6.49 0 0 0-.002.312c.205-.021.19-.275.002-.312zM11.084 1.605c.16.091.18.287.25.44.027-.147-.052-.354.112-.441.017.326.02.654-.004.98-.161-.14-.178-.366-.256-.552-.004.169-.004.339-.004.508h-.113c.004-.312-.013-.624.015-.935zM2.362 2.04h2.04v2.577h-2.04V2.04m1.087.32c-.166.077-.025.353.133.263.194-.068.038-.377-.133-.263m-.542.555a3.93 3.93 0 0 0 .017.52c.13-.137.065-.355.195-.495-.04.455-.087.907-.225 1.344l.128.093c.097-.246.185-.495.293-.736.157.202.212.455.29.693l.168-.057c-.07-.31-.146-.623-.324-.892l.046-.209c.155.096.33.154.511.169-.097-.102-.213-.181-.316-.276-.096-.127-.095-.337-.255-.408-.199.024-.359.157-.528.253zM5.369 2.631h6.658v.161H5.369v-.161zM6.79 2.997l.116.002c.015.126.028.253.045.379.031-.14.059-.281.096-.42.114.104.113.265.148.405.033-.139-.003-.334.159-.398-.051.324.001.688-.167.981-.053-.172-.081-.35-.114-.526-.042.176-.026.382-.155.525-.069-.311-.086-.632-.127-.948zM7.897 3.059l.077-.086c.018.105.037.209.06.313-.069.214-.034.438.019.65-.252-.072-.163-.364-.174-.56L7.811 3.3c.032-.079.061-.16.086-.242zM8.526 3.059l.111-.079.004.235.168.038c.05.229.053.469.007.699-.161-.188-.023-.452-.144-.656-.039.216-.023.438-.055.655-.186-.251-.048-.6-.09-.891zM9.451 2.998h.342l.003.114-.234.005.003.219.14.019-.009.101-.13.013c-.016.159.051.359-.094.475-.041-.314-.016-.631-.021-.947zM7.432 3.413c.003-.135.137-.258.256-.151.104.194.043.428.057.639-.126-.003-.309.021-.324-.152-.061-.188.132-.289.238-.405l-.228.069m.12.185c-.049.052-.047.173.033.194.103-.014.077-.255-.033-.194zM8.205 3.877c-.185-.188-.097-.864.248-.561l-.075.142-.121-.137a2.1 2.1 0 0 0-.008.482c.067-.042.135-.082.206-.118-.026.109-.112.304-.25.192zM9.897 3.233c.341-.072.311.791-.024.641-.111-.184-.13-.477.024-.641m.049.597c.088-.166.075-.356.031-.532-.101.162-.07.356-.031.532zM10.244 3.238l.263.005a3.299 3.299 0 0 1-.142.171c-.005.164-.008.329-.012.493l-.111-.027c.002-.214.002-.428.002-.643zM7.209 4.134l.117.012c.03.164.06.329.093.492.059-.179.004-.434.198-.539-.057.329-.041.698-.221.987-.091-.311-.128-.635-.186-.952zM8.123 4.199a7.52 7.52 0 0 0 .114-.076l-.001.242.169.024c.043.213.04.432.037.649l-.112.003c0-.2.002-.4-.028-.598-.103.183-.056.398-.065.598l-.113-.004v-.838zM9.215 4.194l.113-.07v.914a4.259 4.259 0 0 1-.113.002v-.846zM7.717 4.895c-.031-.174-.067-.546.198-.525.111.099.095.263.124.397l-.238.019.035.142c.063-.012.126-.023.188-.032-.032.193-.286.198-.307-.001m.145-.374c-.195.153.2.145 0 0zM8.871 4.415c.128-.139.245.04.276.161l-.221-.071c-.003.153.001.306.02.458l.156-.156c.026.113-.03.293-.179.238-.168-.153-.139-.44-.053-.63zM9.47 4.923c-.032-.177-.085-.496.141-.559.176.037.137.273.172.408l-.232.01.023.147c.06-.015.121-.028.181-.042.003.19-.244.219-.285.037m.099-.405c-.071.052 0 .201.083.136.07-.052-.002-.2-.083-.136zM9.854 4.424c.08-.129.203-.006.281.057l-.228.015c.18.162.343.588-.048.557l-.043-.157.207.049c-.026-.184-.272-.331-.169-.521zM8.577 4.383h.113l-.001.657-.112-.003v-.654zM2.698 5.795l.068-.042c.07.147.142.294.18.454-.124-.109-.18-.267-.248-.412zM3.329 5.745h.107v.43h-.107v-.43zM7.112 5.879c.338-.035.267.454.251.672.03.203-.259.354-.354.14-.055-.252-.133-.639.104-.812m-.011.772l.13.001c.033-.236.037-.48-.042-.708-.177.193-.104.473-.088.708zM9.262 5.932c.136-.155.32.004.337.168a7.693 7.693 0 0 1-.26-.121c-.025.276.389.473.186.758-.158.166-.355-.032-.354-.214.09.056.176.118.263.177.127-.299-.371-.482-.172-.768zM10.655 5.874c.314-.076.501.248.302.494.028.151.056.302.072.455-.182-.101-.158-.339-.242-.506-.034.173.024.379-.112.519-.042-.319-.018-.642-.02-.962m.118.091a6.49 6.49 0 0 0-.002.312c.203-.022.191-.277.002-.312zM6.433 5.873c.452-.089.421.461.354.752-.015.182-.224.15-.354.166-.001-.306-.002-.612 0-.918m.117.094c-.008.243-.007.486-.001.729.239-.117.228-.605.001-.729zM7.64 6.826c-.205-.266-.061-.668-.083-.989.159.11.188.309.256.477.002-.157.004-.314.018-.469.208.26.07.675.071.995-.128-.169-.176-.379-.244-.576-.002.187.001.375-.019.562zM8.307 5.882c.14-.001.283-.003.411.06l-.166.093c.005.249.003.498.003.747a4.26 4.26 0 0 0-.114-.002c-.031-.3.098-.654-.134-.898zM9.616 5.892c.137-.006.274-.008.412-.002-.049.054-.1.106-.151.157-.004.244-.003.489-.003.733l-.114-.001c0-.242-.001-.485.001-.727a7.21 7.21 0 0 1-.144-.161zM10.054 6.818c.04-.331.113-.658.197-.98.227.262.192.655.275.979-.113-.052-.15-.164-.182-.274h-.117c-.029.109-.061.223-.172.275m.213-.547c-.132.228.209.094 0 0zM2.362 6.282h2.04v2.577h-2.04V6.282m1.011.106c-.042.337-.01.679-.075 1.013-.028-.287-.018-.576-.027-.864l-.153.001c-.009.288-.003.577-.034.864-.083-.223.064-.579-.192-.696.008.503-.17 1.057.096 1.517.035.159.011.324.006.485.231-.001.462-.001.693.001-.01-.208-.092-.471.105-.619.257-.219.413-.522.54-.828-.271-.005-.372.275-.527.445-.05-.376-.017-.758-.07-1.132l-.138-.071c-.016.308 0 .617-.036.925-.12-.332.112-.814-.186-1.039zM6.443 6.872h5.047v.161H6.443v-.161zM6.177 7.238h.341l.003.114-.234.006.003.217.146.024-.02.098-.126.014c-.013.159.05.358-.093.476-.041-.315-.016-.632-.021-.949zM7.864 7.288l.113-.061-.003.224.174.045c.026.229.099.496-.052.697-.042-.217-.018-.441-.056-.659-.099.186-.059.4-.065.601l-.112.001c-.001-.283-.002-.566.001-.849zM8.871 7.321c.082-.187.315-.072.358.084l-.267-.053c-.034.232-.047.472.026.699.074-.055.148-.111.223-.164.035.194-.181.366-.331.198a1.204 1.204 0 0 1-.01-.762zM1.826 7.463h.43v.107h-.43v-.107zM4.564 7.463h.43v.107h-.43v-.107zM6.816 7.482l.279-.011c.048.236.055.481.015.719-.17-.179-.039-.451-.13-.664-.077.212-.039.44-.075.659-.175-.185-.056-.474-.089-.703zM7.269 7.478l.113.003v.653l-.113.005a72.6 72.6 0 0 1 0-.66zM7.54 7.493c.106-.102.195.047.23.136l-.199-.063c.062.154.236.288.194.468-.031.132-.179.105-.278.095l.013-.144.168.069c.014-.206-.304-.367-.128-.56zM9.282 7.479c.086 0 .173.001.26.004-.046.059-.094.116-.142.173-.003.177-.002.354-.028.529-.177-.187-.059-.476-.09-.707zM9.681 7.473c.341-.071.311.786-.022.642-.114-.183-.133-.478.022-.642m.048.065c-.046.176-.06.367.032.531.038-.176.064-.368-.032-.531z"/><path fill="#231f20" d="M10.027 7.502c.093-.11.197.032.267.095a16.352 16.352 0 0 1-.226-.01c.082.154.28.312.168.5-.09.12-.23.038-.288-.067l.237.006c-.045-.175-.294-.338-.158-.524z"/><path fill="#231f20" d="M10.351 7.504c.108-.109.195.016.266.098l-.222-.015c.088.149.294.318.172.504-.094.117-.227.025-.296-.066.081-.002.163-.003.245-.003-.049-.174-.279-.327-.165-.518zM10.698 7.467l.111.028c-.033.227.081.508-.093.693-.035-.239-.023-.481-.018-.722zM10.954 7.483l.278-.013c.051.235.055.479.018.717-.176-.174-.034-.452-.136-.662-.104.208.042.49-.138.661-.033-.233-.02-.468-.022-.703zM11.597 8.194c-.329-.112-.318-.83.11-.726-.051.336.143.791-.184 1.023.011-.103.041-.201.075-.297m-.051-.106a.752.752 0 0 0 .001-.554.673.673 0 0 0-.001.554zM7.195 8.376h.161v.913h-.161v-.913zM7.526 8.382l.16-.015-.067.176.039.129c-.048.199-.038.405-.039.609l-.111-.004c.016-.299-.055-.6.018-.894zM8.236 8.452c.117-.181.329-.032.362.133-.092-.032-.183-.068-.277-.095-.009.261.377.448.206.727-.142.187-.358.002-.373-.179.095.047.186.102.282.145.099-.286-.355-.449-.201-.732zM8.696 8.436l.084-.078c.018.106.037.212.06.317a.838.838 0 0 0 .034.613c-.319-.005-.127-.419-.236-.611.021-.08.04-.161.059-.241zM9.698 8.432a7.66 7.66 0 0 0 .094-.064c.02.102.042.204.068.305-.078.2-.065.42.028.614-.302.008-.168-.379-.199-.569l-.196.027c-.009.177-.009.355-.009.532l-.112.005c-.002-.22-.002-.439-.001-.659.105 0 .209.002.314.005l.011-.195zM10.552 8.427l.111-.059c0 .301-.001.602.001.904a7.463 7.463 0 0 0-.258.02.893.893 0 0 1-.018-.659l.159-.03.005-.177m-.074.262c-.038.174-.038.355.005.529.09-.162.104-.373-.005-.529zM8.947 8.655l.152-.072c.22.168.118.468.139.704-.11-.017-.281.031-.312-.117-.092-.2.102-.327.233-.435l-.214.055.003-.134m.159.565c.008-.099.011-.199.009-.298-.125.07-.114.217-.009.298z"/><path fill="#231f20" d="M10.246 9.254c-.379.173-.424-.544-.152-.654.183.04.145.272.178.411l-.236.017.032.147.136-.05.041.13m-.186-.496c-.075.052-.002.2.081.133.071-.051 0-.201-.081-.133zM2.471 8.926l.198-.013a9.55 9.55 0 0 0-.128.086 1.08 1.08 0 0 1-.054.433c-.017-.168-.015-.337-.016-.505zM3.332 9.274c-.075-.12-.212-.253-.081-.387L3.407 9l-.18-.003c.088.124.208.28.067.416l-.149-.141.187.003zM3.438 8.875c.027.064.054.129.079.195.042-.06.079-.123.118-.186-.006.172-.001.345-.001.517a3.9 3.9 0 0 0-.114-.223c-.024.083-.046.166-.071.249-.012-.184-.01-.368-.011-.552zM3.705 8.913h.107v.483h-.107v-.483zM2.362 9.45h2.04v2.362h-2.04V9.45m.797.323c-.003.586-.004 1.173.001 1.759l.125.001c.005-.587.004-1.174.001-1.761l-.126.001m.317.03c.002.569 0 1.138.001 1.707.256.031.527.076.776-.011.039-.565.007-1.136.013-1.703a2.583 2.583 0 0 0-.79.007zM6.443 9.557h5.047v.161H6.443v-.161z"/><path fill="#231f20" d="M3.606 9.893l.535.001c.002.231.002.463.001.695h-.536a53.67 53.67 0 0 1 .001-.695zM5.5 10.037c.144-.007.288-.007.433-.005-.261.251-.108.637-.148.956a5.128 5.128 0 0 0-.124-.002c-.001-.261.001-.523-.003-.784a4.873 4.873 0 0 1-.158-.164zM6.013 10.04h.161v.966h-.161v-.966zM6.354 9.995c.164.056.171.242.223.381.053-.139.072-.312.223-.382.024.33.008.661.013.991l-.125.001c0-.18.001-.36-.002-.54-.036.106-.07.213-.105.319l-.112-.317v.538l-.126-.002c.004-.33-.01-.66.011-.989zM7.007 10.031l.363-.002v.125l-.239.002.002.23c.068.031.137.062.204.096l-.206.061.001.317.239.002-.003.123h-.362v-.955zM7.834 10.02c.341-.088.534.273.317.528.03.146.06.29.092.435l-.123.005c-.039-.17-.074-.343-.141-.505-.046.183.041.416-.118.555-.052-.337-.021-.679-.028-1.019m.127.127l-.001.274.146-.027-.002-.223-.143-.025zM8.383 10.03h.363l.001.124-.238.001c-.002.077-.003.155-.006.232l.215.083-.214.082.005.307.242.005a5.237 5.237 0 0 0-.006.122l-.362-.001v-.956zM8.884 10.034l.126-.004.104.338c.057-.137.083-.305.232-.375-.041.338.122.76-.091 1.043-.031-.191-.028-.386-.031-.578-.037.101-.07.204-.105.307a15.733 15.733 0 0 0-.105-.278c-.006.167-.008.335-.009.501l-.123-.003v-.951zM9.669 10.025l.127.015c.062.317.13.632.192.949a5.48 5.48 0 0 0-.128-.006l-.048-.235a8.13 8.13 0 0 1-.156-.006l-.062.249-.121-.009.197-.957m.064.414c-.072.026-.092.179-.004.195.079-.021.088-.177.004-.195zM10.094 10.04h.161v.966h-.161v-.966zM10.438 9.995c.205.088.188.347.272.524.003-.163.004-.326.004-.489h.124c-.001.322.002.643-.003.964a4.507 4.507 0 0 0-.115-.014 29.498 29.498 0 0 0-.166-.528c-.002.179-.002.357-.002.536l-.125-.004c.005-.33-.01-.659.011-.988zM11.007 10.04h.161v.966h-.161v-.966zM11.353 10.034l.127-.004c.05.165.101.33.157.492.004-.164.004-.328.004-.492h.123c-.008.337.025.676-.031 1.01-.149-.144-.17-.361-.247-.544-.008.164-.009.328-.01.492l-.123-.003c.001-.317.001-.634-.001-.951zM11.974 10.155c.074-.224.355-.132.4.062a4.972 4.972 0 0 1-.273-.072c-.058.255-.082.534.039.776.103-.123.064-.255-.006-.379l.213-.009c.02.184-.005.555-.283.44-.202-.207-.139-.558-.09-.819zM3.606 10.703h.535c.003.237.003.474-.001.71-.178-.001-.355 0-.533.001a56.17 56.17 0 0 1-.001-.711zM6.728 11.27h.363l.001.124-.239.001-.003.227c.204.009.161.15.004.19-.002.138-.002.276-.002.413l-.123.002-.001-.957zM8.528 11.335l.127-.075-.005.268.181-.003c.06.229.043.467.042.701l-.122.001-.004-.583-.091.01c-.002.191-.002.382-.002.572h-.125l-.001-.891zM9.467 11.353c.114-.186.323-.053.386.101a6.04 6.04 0 0 1-.273-.067c-.062.242-.071.498.003.739.082-.057.164-.114.249-.166.015.191-.208.39-.355.201-.106-.249-.094-.554-.009-.808zM8.178 11.559c.11-.117.232.016.285.115a18.086 18.086 0 0 1-.232-.017c.079.147.273.285.198.47-.041.129-.192.098-.294.086l.018-.165.201.056c-.055-.179-.321-.348-.177-.546zM10.69 11.604c.039-.105.161-.075.247-.078l.022.172a11.053 11.053 0 0 0-.194-.068c.144.177.186.517.481.479-.052-.178-.297-.325-.196-.524.052-.101.171-.05.256-.04l-.005.15-.183-.055c.071.157.274.296.202.486-.039.123-.185.096-.284.104l-.027-.135a.277.277 0 0 1-.331.117l.004-.164.205.065c-.037-.181-.264-.313-.197-.508zM5.922 11.546c.34-.11.345.549.13.685-.308.003-.27-.518-.13-.685m.057.065c-.028.172-.027.348.003.52a.425.425 0 0 0-.003-.52zM7.444 11.522c.464-.119.334.425.34.706l-.121-.003c-.017-.209.056-.446-.071-.631-.032.213-.024.428-.028.642l-.123-.024c.003-.23.002-.46.003-.69zM7.916 11.532l.125-.006c.001.234.001.468-.001.702a5.13 5.13 0 0 0-.124-.003l-.001-.693zM9.957 12.225c0-.234-.001-.467.002-.7l.267.007c-.209.177-.135.456-.146.696l-.124-.003z"/><path fill="#231f20" d="M10.331 11.561c.381-.215.403.808.016.643-.133-.172-.126-.46-.016-.643m.128.584a1.447 1.447 0 0 0 0-.541.488.488 0 0 0 0 .541zM11.681 11.522c.469-.119.335.432.339.715l-.123-.025c-.013-.205.059-.438-.069-.618-.03.209-.025.42-.023.63l-.125.002c0-.235-.001-.469.001-.704zM12.361 12.278c-.325-.097-.265-.519-.148-.758l.265.013c-.059.35.161.843-.201 1.07-.002-.115.045-.22.084-.325m-.06-.117c.076-.176.057-.369.032-.553-.143.151-.089.377-.032.553zM2.869 11.925l.121.002c-.021.17-.025.342-.057.51-.026-.17-.035-.342-.064-.512zM3.053 11.919h.115v.483h-.106a15.562 15.562 0 0 0-.009-.483zM3.536 11.937l.195-.007-.122.083a3.09 3.09 0 0 1-.007.289c.045.024.09.048.135.074l-.201.009v-.448zM2.665 13.337c.069-.032.139-.063.208-.093l-.097.154a.543.543 0 0 1 .099.34 1.264 1.264 0 0 1-.239-.118l.206.013c-.059-.099-.119-.196-.177-.295zM3.902 13.227l.111.144.126-.14c-.06.169-.099.343-.125.52a5.835 5.835 0 0 0-.113-.525zM2.362 13.799h2.04v2.577h-2.04v-2.577m1.021.17c-.073.325-.011.666-.085.992-.048-.301.032-.619-.071-.911-.243.197-.054.625-.142.912-.09-.203.068-.644-.184-.673-.056.387-.052.786-.047 1.176.14.244.186.517.135.795.232-.004.465-.004.697.002-.006-.203-.093-.464.096-.612.263-.223.429-.532.548-.85-.264.02-.37.28-.525.453-.043-.387-.034-.776-.064-1.164a6.49 6.49 0 0 0-.139-.01c-.023.295-.008.592-.04.886-.071-.325-.009-.663-.07-.988a4.136 4.136 0 0 0-.108-.006zM6.219 14.315c.464-.085.422.487.345.784-.033.161-.225.112-.344.136a56.428 56.428 0 0 1-.001-.92m.124.094a5.39 5.39 0 0 0 .001.73c.225-.126.22-.6-.001-.73zM6.842 14.353c.264-.164.347.224.324.412.015.185-.035.575-.308.447-.167-.232-.156-.617-.016-.859m.086.032a1.16 1.16 0 0 0 .004.786.691.691 0 0 0-.004-.786zM7.341 14.284c.169.099.185.307.259.471.002-.143.002-.287.002-.43l.113.003c-.001.303.004.607-.004.911l-.098-.027a30.571 30.571 0 0 0-.17-.511l-.001.523-.114-.001c.004-.313-.012-.627.013-.939zM8.082 14.365a.546.546 0 0 1 .434.019 9.65 9.65 0 0 0-.178.082c-.021.271.078.575-.079.817-.118-.295.121-.716-.177-.918zM9.093 14.351c.138-.109.274.022.324.152-.087-.023-.173-.048-.259-.073-.048.237-.053.483.014.717.069-.059.137-.118.208-.175.081.207-.191.374-.32.186-.075-.255-.097-.566.033-.807zM9.49 14.315c.178-.013.441.045.379.282-.104.203-.046.422.003.632a4.393 4.393 0 0 0-.114-.011 2.92 2.92 0 0 0-.137-.459c-.016.158-.019.317-.023.476l-.108-.021c.002-.3 0-.599.002-.899m.106.096c.008.108.019.216.034.324.17-.07.169-.303-.034-.324zM10.106 14.337c.29-.119.318.295.304.485.022.181-.084.539-.323.377-.141-.246-.153-.628.018-.862m.051.065c-.056.254-.092.539.046.774.098-.233.172-.589-.046-.774zM10.605 14.362c.151-.14.308.031.314.191l-.267-.141c.003.274.384.464.216.752-.147.189-.382-.01-.356-.207.07.052.138.108.205.166l.097-.043c-.017-.258-.409-.459-.208-.718zM11.06 14.654c-.1-.125-.016-.357.159-.342.133.004.141.152.17.249a6.555 6.555 0 0 1-.222-.147 6.8 6.8 0 0 1-.042.133c.139.173.368.418.195.643-.169.148-.35-.05-.334-.232.088.062.17.13.255.196.071-.198-.081-.35-.182-.5zM3.867 17.607c.181.006.478-.035.5.22.053.235-.187.313-.373.306l.001.38-.128.001c-.002-.302-.002-.603.001-.905m.132.112c-.003.097-.004.193-.005.29.307.047.307-.329.005-.29zM4.492 17.613l.129.002c.007.244-.023.492.02.733.058.071.169.073.21-.017.035-.237.009-.478.015-.717l.127-.002c-.004.248.023.498-.015.744-.059.22-.41.22-.47 0-.038-.246-.01-.496-.016-.744zM5.236 17.691c.145-.199.418-.045.433.17a3.41 3.41 0 0 1-.285-.155c-.174.181.101.261.2.387.152.159.01.463-.213.433-.162-.011-.213-.183-.242-.314.1.048.178.126.252.207.446-.232-.412-.413-.145-.728zM6.942 17.609c.289-.078.629.113.429.434.228.312-.122.564-.428.474a91.406 91.406 0 0 1-.001-.907m.126.125l.008.27c.149-.007.242-.089.249-.241-.085-.012-.171-.021-.257-.03m.006.345a11.87 11.87 0 0 0-.001.327c.314.038.301-.354.001-.327zM7.596 17.616l.129-.006c.006.231-.015.465.013.696.004.123.216.126.221.002.027-.229.007-.461.01-.692l.129-.006c-.004.245.021.493-.013.737-.05.219-.39.236-.466.026-.05-.248-.012-.505-.023-.757zM8.177 17.632c.185-.026.374-.025.559.004a3.01 3.01 0 0 1-.217.134l-.001.741a5.464 5.464 0 0 1-.128.002c-.002-.249.001-.498-.003-.748a.68.68 0 0 1-.209-.132zM9.463 17.617c.341-.117.395.356.353.586.017.213-.23.443-.414.258-.148-.241-.174-.652.061-.845m.092.836a.576.576 0 0 0 .001-.777.608.608 0 0 0-.001.777zM10.003 17.611l.129.004c.078.172.156.345.24.514.004-.172.005-.345.005-.517l.128.002c-.001.304.003.608-.004.913l-.103-.032a10.532 10.532 0 0 0-.263-.559c-.005.192-.005.384-.005.576h-.128a90 90 0 0 1 .001-.9zM11.09 18.851c.004-.104-.158-.332.015-.337.285.155.544.353.812.535-.246.215-.53.392-.812.558-.174-.006-.011-.234-.015-.338H2.797l.001-.418h8.293zM4.839 19.602c.155-.001.311 0 .466.004l-.013.113-.159.007.001.772-.129.004c-.002-.259-.001-.519-.001-.777a8.978 8.978 0 0 0-.164-.005v-.118zM5.55 19.616c.459-.146.484.658.228.87-.456.136-.479-.656-.228-.87m.004.663c.012.085.131.161.188.069.112-.213.076-.484-.052-.683-.2.136-.188.405-.136.614zM6.65 19.648c.173-.17.412.029.39.237a3.854 3.854 0 0 1-.257-.201c-.186.191-.17.541.01.732.082-.071.165-.14.255-.201.021.227-.255.414-.418.214-.126-.23-.142-.566.02-.782zM7.218 19.597c.162.017.401-.048.483.139.067.129-.027.253-.095.357l.115.41-.132-.008c-.06-.159-.047-.383-.235-.453-.006.152-.008.306-.008.459l-.128-.004c.001-.3-.001-.6.001-.9m.131.11l-.002.266c.302.037.299-.289.002-.266zM8.016 19.608c.534-.163.497 1.112-.032.863-.183-.229-.197-.661.032-.863m.055.116c-.13.173-.171.59.076.674.164-.158.187-.674-.076-.674z"/><path fill="#231f20" d="M8.574 19.742c.092-.266.453-.147.47.104a2.43 2.43 0 0 1-.253-.132l-.133.067c.086.133.227.215.323.338.12.178-.062.453-.274.389-.143-.028-.171-.188-.208-.303.125.038.276.297.38.112.076-.251-.42-.296-.304-.573zM9.191 19.718c.111-.24.445-.112.456.128-.095-.042-.184-.094-.274-.145a7.273 7.273 0 0 0-.103.141c.184.12.48.326.299.575-.166.221-.472.026-.463-.215.121.054.298.307.394.091.01-.242-.451-.29-.309-.574zM4.513 21.145l.135.015c.052.164.106.328.161.492.086-.181.067-.463.293-.532.005.309.002.618.003.927h-.129l-.001-.489c-.057.159-.11.321-.168.48-.054-.16-.106-.321-.162-.479-.002.163-.002.325-.002.488h-.129c0-.301-.001-.601.001-.901zM6.41 22.048c.05-.306-.119-.692.111-.939.021.312.009.626.011.939H6.41zM7.702 21.145c.15.02.374-.046.446.132a.854.854 0 0 1-.012.66c-.083.158-.289.097-.433.117l-.001-.908m.133.102c-.005.231-.004.463-.001.696.354-.001.353-.688.001-.696zM5.239 21.517c.075-.148.309-.204.4-.042.054.186.021.384.028.575-.157.002-.397.037-.427-.176-.05-.196.152-.288.316-.278a8.906 8.906 0 0 0-.053-.099 7.811 7.811 0 0 1-.264.02m.167.405c.153.107.127-.113.15-.208-.122-.013-.276.099-.15.208zM5.817 21.394c.128.012.294-.06.394.049.135.229.09.673-.262.634l-.011.171-.12.047c-.001-.301.001-.601-.001-.901m.133.14c-.008.156.004.312.063.459.169-.123.157-.34.074-.511l-.137.052zM6.834 21.384c.235-.068.288.213.303.381-.12.003-.241.007-.36.012l.093.185.164-.124.069.128c-.392.358-.628-.426-.27-.582m.038.12c-.109.022-.06.187.043.151.111-.017.056-.187-.043-.151zM8.367 21.396l.282-.013.005.129h-.159c-.006.195-.004.391-.033.585-.189-.177-.062-.472-.096-.701zM8.76 21.39l.126.004v.652l-.126.004a36.3 36.3 0 0 1 0-.66zM8.986 21.394l.123-.004c.045.144.09.288.137.432.045-.142.089-.284.13-.427l.133-.006c-.068.217-.139.434-.207.652a3.499 3.499 0 0 1-.101.014c-.075-.219-.145-.44-.215-.661zM9.642 21.979c-.096-.185-.107-.537.14-.601.224-.033.247.232.271.39l-.355.005.067.168a.527.527 0 0 1 .281-.054c-.076.143-.285.256-.404.093m.144-.475c-.11.022-.058.187.045.15.112-.018.053-.186-.045-.15z"/><path fill="#b8b6b7" d="M0 1.355l.06-.031c-.03.309-.025.62-.024.93C.038 9.066.034 15.878.038 22.69L0 22.603V1.354zM3.759 11.887c.312.011.21.364.196.568a3.567 3.567 0 0 1-.119-.24c-.018.08-.038.159-.06.238a3.44 3.44 0 0 1-.017-.565z"/><path fill="#fefefe" d="M8.843 1.725c.188.037.202.29-.002.312a6.49 6.49 0 0 1 .002-.312zM10.773 5.965c.189.035.201.29-.002.312a6.49 6.49 0 0 1 .002-.312z"/><path fill="#f5f5f5" d="M9.946 3.83c-.039-.176-.07-.37.031-.532.044.176.056.366-.031.532z"/><path fill="#4e4b4c" d="M8.592 4.137c.249-.055-.055.249 0 0z"/><path fill="#282526" d="M11.074 5.889c.137-.005.275-.005.412.003a3.252 3.252 0 0 1-.151.159l.001.729-.114.001-.001-.734a5.353 5.353 0 0 1-.146-.158z"/><path fill="#f4901d" d="M3.373 6.388c.299.225.066.708.186 1.039.036-.307.02-.616.036-.925l.138.071c.054.374.02.757.07 1.132.155-.17.256-.45.527-.445-.127.307-.283.609-.54.828-.197.148-.115.411-.105.619l-.693-.001c.005-.161.029-.326-.006-.485-.266-.46-.088-1.014-.096-1.517.257.117.11.472.192.696.032-.287.025-.576.034-.864l.153-.001c.01.288-.001.577.027.864.065-.334.033-.676.075-1.013zM3.477 9.803c.261-.046.528-.042.79-.007-.006.567.026 1.137-.013 1.703-.249.088-.521.042-.776.011-.001-.569.001-1.138-.001-1.707m.129.09l-.001.695h.536c.001-.231.001-.463-.001-.695l-.535-.001m.001.811c-.001.237-.001.474.001.711l.533-.001c.003-.237.003-.474.001-.71h-.535zM3.383 13.969l.108.006c.061.326-.002.663.07.988.032-.295.017-.592.04-.886l.139.01c.03.388.021.777.064 1.164.155-.173.261-.433.525-.453-.119.318-.285.627-.548.85-.189.148-.102.409-.096.612a20.237 20.237 0 0 0-.697-.002 1.153 1.153 0 0 0-.135-.795c-.005-.39-.009-.789.047-1.176.252.029.094.47.184.673.088-.287-.101-.715.142-.912.103.292.023.61.071.911.075-.326.012-.666.085-.992z"/><path fill="#f6f5f5" d="M9.729 7.538c.097.163.07.355.032.531-.092-.164-.078-.355-.032-.531z"/><path fill="#efefef" d="M11.547 8.088a.677.677 0 0 1 .001-.554.757.757 0 0 1-.001.554z"/><path fill="#f7f7f7" d="M10.478 8.688c.108.156.095.367.005.529a1.181 1.181 0 0 1-.005-.529z"/><path fill="#464343" d="M2.723 8.873c.043.12.047.248.05.374l.092.126a9.305 9.305 0 0 0-.167.004 3.017 3.017 0 0 1 .024-.503zM2.877 9.419c.042-.184.079-.37.15-.547.059.176.092.358.113.542l-.116-.157-.147.162zM4.222 9.405c-.088-.153-.128-.582.151-.459a.907.907 0 0 0-.186.205l.171.011-.008.177-.129.065zM3.222 11.908l.121.12.099-.135c.005.181.005.362-.007.544-.037-.089-.072-.178-.107-.267-.033.09-.067.18-.103.269-.006-.177-.004-.354-.003-.531z"/><path fill="#555152" d="M3.897 8.875c.039.067.076.135.112.203.02-.07.042-.141.066-.21.011.169.008.338.009.506a5.295 5.295 0 0 0-.215-.063c.007-.146.014-.291.029-.436z"/><path fill="#f18e1d" d="M3.159 9.773l.126-.001c.004.587.004 1.174-.001 1.761l-.125-.001c-.004-.586-.004-1.173-.001-1.759z"/><path fill="#262223" d="M5.35 11.31a.778.778 0 0 1 .475 0l-.178.111c.003.268.002.537.002.805h-.125c0-.269-.002-.537.001-.806a16.933 16.933 0 0 1-.176-.11zM5.798 17.612l.128.001v.365l.244.002.001-.366.129-.001.001.9-.128-.001a55.49 55.49 0 0 1-.002-.408l-.244.002-.001.406-.127.001c-.003-.3-.002-.6-.001-.9z"/><path fill="#332f30" d="M7.2 11.287c.249-.054-.055.249 0 0zM7.916 14.334c.267-.004-.084.276 0 0z"/><path fill="#393536" d="M11.437 11.287c.25-.054-.055.248 0 0z"/><path fill="#282425" d="M7.181 11.528h.126l-.001.7-.124-.001-.001-.699z"/><path fill="#292526" d="M11.418 11.528h.126c-.002.246.009.494-.014.74-.23-.156-.063-.505-.112-.74z"/><path fill="#565354" d="M2.919 13.261c.143.003.287.002.431 0l-.122.094c.031.099-.051.306.106.295.074-.134.08-.296.144-.436.058.171.093.349.128.526l-.114-.09a4.995 4.995 0 0 1-.34.089c-.012-.161.008-.334-.086-.474-.021.165-.032.333-.061.498-.041-.165-.056-.335-.084-.501z"/><path fill="#3d3a3a" d="M3.652 13.248c.071.019.142.04.213.061l-.188.032a.72.72 0 0 0 .146.377c-.057-.002-.114-.002-.172-.002-.001-.156-.001-.311.001-.467z"/><path fill="#979596" d="M3.677 13.34l.188-.032a1.61 1.61 0 0 1-.042.409.72.72 0 0 1-.146-.377z"/><path fill="#272324" d="M8.74 17.614c.15-.002.301-.002.452-.002v.119l-.165.006c.002.258.001.517.001.775l-.129.001c-.001-.258-.001-.516.001-.774l-.165-.008a4.78 4.78 0 0 0 .005-.117z"/><path fill="#f2f2f2" d="M6.871 21.504c.099-.035.154.134.043.151-.104.036-.152-.129-.043-.151z"/><path fill="#f0f0f0" d="M9.786 21.505c.098-.037.157.132.045.15-.103.038-.155-.128-.045-.15z"/><path fill="#bdbcbc" d="M14.405 22.881c-.054-.074-.041-.126.038-.156v.135l-.038.021z"/><path fill="#ddd" d="M14.362 23.049z"/><path fill="#d1d0d1" d="M13.475 23.879l.13-.015-.13.015z"/><path fill="#dedddd" d="M1.005 23.919z"/><path fill="#cac9c9" d="M1.172 23.962c.069-.05.125-.038.168.038h-.145l-.023-.038z"/><path fill="#d0cfcf" d="M13.15 24c.045-.075.103-.086.172-.035l-.025.035h-.147z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--priority-over-oncoming-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M0 0h23.217v24H0V0m6.129 3.539c-.018 3.301.001 6.603-.009 9.904-.777-.203-1.534-.494-2.323-.647-.519.142-.42.827-.154 1.166 1.158 1.951 2.113 4.04 3.402 5.902.197-.115.364-.274.467-.48 1.042-1.87 2.093-3.737 3.125-5.613.213-.31.157-.82-.217-.977-.805.132-1.569.445-2.358.646-.022-3.299-.004-6.597-.009-9.896a94.92 94.92 0 0 0-1.924-.005m9.868.193c-1.12 1.891-2.155 3.836-3.237 5.75-.236.33-.257.893.168 1.077.802-.146 1.572-.433 2.358-.646.013 3.297.003 6.596.005 9.893.642.004 1.283.003 1.925.003.013-3.3-.001-6.6.008-9.9.775.215 1.538.49 2.327.646.423-.108.47-.681.25-.998-1.057-1.902-2.11-3.807-3.188-5.699-.103-.258-.455-.455-.617-.127z"/><path fill="#d40303" d="M6.129 3.539a94.92 94.92 0 0 1 1.924.005c.005 3.299-.013 6.597.009 9.896.789-.201 1.553-.514 2.358-.646.373.157.429.667.217.977-1.032 1.876-2.083 3.742-3.125 5.613-.103.206-.27.365-.467.48-1.289-1.863-2.243-3.951-3.402-5.902-.266-.339-.365-1.024.154-1.166.789.153 1.546.443 2.323.647.01-3.301-.009-6.603.009-9.904z"/><path fill="#fff" d="M15.997 3.732c.162-.329.514-.132.617.127 1.077 1.891 2.131 3.797 3.188 5.699.219.317.172.89-.25.998-.789-.155-1.552-.43-2.327-.646-.009 3.3.005 6.6-.008 9.9-.642 0-1.283.001-1.925-.003-.003-3.297.008-6.596-.005-9.893-.787.213-1.556.5-2.358.646-.425-.184-.404-.747-.168-1.077 1.083-1.913 2.117-3.858 3.237-5.75z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--priority-over-oncoming-vehicles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1ea8e3" d="M0 0h9.192c-.003 2.333.006 4.667-.003 7l-1.217.017c.809 1.389 1.602 2.788 2.42 4.171.826-1.373 1.609-2.773 2.396-4.169l-1.25-.02c-.016-2.332-.001-4.665-.006-6.998h12.325v24h-8.024c.004-3.867-.007-7.734.006-11.601.551-.013 1.102-.003 1.653-.017-.981-1.846-2.038-3.655-3.111-5.45a248.64 248.64 0 0 0-3.116 5.45c.527.011 1.054.007 1.581.017.013 3.867.001 7.734.006 11.601H0v-24z"/><path fill="#df1034" d="M9.192 0h2.34c.004 2.333-.01 4.667.006 6.998l1.25.02c-.787 1.396-1.569 2.796-2.396 4.169-.818-1.383-1.61-2.782-2.42-4.171l1.217-.017c.009-2.333 0-4.667.003-7z"/><path fill="#fff" d="M14.382 6.932c1.074 1.795 2.13 3.604 3.111 5.45-.551.014-1.102.004-1.653.017-.013 3.867-.001 7.734-.006 11.601h-2.982c-.004-3.867.007-7.734-.006-11.601-.527-.01-1.054-.006-1.581-.017a248.64 248.64 0 0 1 3.116-5.45z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--priority-road--g1" xmlns="http://www.w3.org/2000/svg"><path opacity=".96" d="M11.719 0h.584c.464.257.81.667 1.182 1.034l9.48 9.48c.364.367.763.71 1.034 1.157v.629c-.27.42-.652.748-1.001 1.099l-9.479 9.48c-.391.386-.756.804-1.21 1.121h-.634c-.45-.269-.787-.678-1.157-1.04l-9.48-9.48c-.365-.37-.773-.71-1.04-1.163v-.572c.314-.472.744-.845 1.139-1.246l9.54-9.54c.329-.338.661-.676 1.04-.959m-.029.301C7.926 3.926 4.282 7.688.565 11.366c-.388.292-.493.91-.1 1.243 3.665 3.658 7.324 7.321 10.988 10.979.28.304.803.287 1.074-.02 3.682-3.678 7.361-7.361 11.044-11.038.334-.299.302-.858-.034-1.141C19.919 7.764 16.294 4.145 12.673.522c-.238-.276-.656-.419-.986-.221z"/><path opacity=".96" d="M12.012 4.942a1385.09 1385.09 0 0 1 7.067 7.068c-2.36 2.352-4.717 4.706-7.067 7.069a6731.297 6731.297 0 0 0-7.069-7.07 1148.78 1148.78 0 0 1 7.069-7.067m-6.794 7.065c2.262 2.267 4.526 4.531 6.793 6.794 2.264-2.266 4.529-4.53 6.794-6.794a1404.25 1404.25 0 0 0-6.794-6.796 1088.13 1088.13 0 0 0-6.793 6.796z"/><path fill="#fff" d="M11.688.301c.33-.198.749-.055.986.221 3.62 3.623 7.246 7.242 10.864 10.867.336.283.367.842.034 1.141-3.683 3.677-7.362 7.36-11.044 11.038-.271.307-.794.324-1.074.02C7.789 19.93 4.13 16.267.466 12.609c-.394-.334-.288-.952.1-1.243C4.282 7.688 7.927 3.926 11.689.301m.323 4.641a1121.431 1121.431 0 0 0-7.069 7.067c2.358 2.356 4.715 4.712 7.069 7.07 2.35-2.363 4.706-4.717 7.067-7.069a1385.09 1385.09 0 0 0-7.067-7.068z"/><path fill="#ff0" d="M5.218 12.007a1145.4 1145.4 0 0 1 6.793-6.796c2.272 2.257 4.538 4.522 6.794 6.796-2.266 2.264-4.53 4.529-6.794 6.794a5438.924 5438.924 0 0 1-6.793-6.794z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--priority-road--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h.382C.302.206.188.403 0 .528V0zM7.209 4.792c1.57-1.042 3.158-2.058 4.742-3.082a529.269 529.269 0 0 1 4.815 3.074c.005 1.976-.003 3.951.004 5.927 1.858.011 3.717-.005 5.576.007.007.882.004 1.764.001 2.644-1.858.011-3.717-.004-5.576.007-.009 3.16.003 6.32-.007 9.478-1.512-1.042-3.014-2.1-4.535-3.129-1.675 1.036-3.341 2.084-5.01 3.132-.011-3.16.001-6.321-.009-9.481-1.768-.011-3.534.003-5.301-.007-.003-.88-.004-1.762.001-2.644 1.766-.011 3.532.003 5.299-.005.005-1.974.001-3.947 0-5.92zM0 23.277c.158.269.357.513.587.723H0v-.723z"/><path fill="#0366b3" d="M.382 0h23.67c-.095.156.058.335.213.366v23.076a4.58 4.58 0 0 1-.556.558H.587A3.052 3.052 0 0 1 0 23.277V.527C.188.402.302.205.382-.001m6.827 4.793c.001 1.973.005 3.946 0 5.92-1.766.008-3.532-.005-5.299.005a291.31 291.31 0 0 0-.001 2.644c1.768.009 3.534-.004 5.301.007.011 3.16-.001 6.321.009 9.481 1.668-1.048 3.335-2.096 5.01-3.132 1.521 1.029 3.023 2.087 4.535 3.129.009-3.158-.003-6.318.007-9.478 1.859-.011 3.718.004 5.576-.007.003-.88.005-1.762-.001-2.644-1.859-.012-3.718.004-5.576-.007-.007-1.976.001-3.951-.004-5.927a537.235 537.235 0 0 0-4.815-3.074c-1.583 1.024-3.172 2.039-4.742 3.082z"/><path fill="#d7e7f3" d="M24.052 0h.213v.366c-.155-.03-.309-.21-.213-.366z"/><path fill="#e6f0f8" d="M23.71 24c.2-.17.386-.357.556-.558V24h-.556z"/></symbol><symbol viewBox="0 0 59 24" id="regulatory--radar-enforced--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#222" d="M1.955 0h55.566l-.343.168C38.67.214 20.159.222 1.651.164L1.956 0z"/><path fill="#fff" d="M.325 1.012A6.084 6.084 0 0 1 1.651.165c18.508.057 37.019.05 55.527.004.22.055.443.105.657.183.482.347.964.827.886 1.479.006 6.779.004 13.562.002 20.341.078.655-.402 1.141-.892 1.488-.126.046-.251.09-.377.133-18.582.118-37.169-.002-55.752.059a5.897 5.897 0 0 1-1.351-.794C.225 15.714.277 8.359.325 1.013M1.722.617C1.17.746.648 1.223.749 1.834.755 8.674.74 15.512.756 22.35c-.006.81.951 1.146 1.634 1.128h54.297c.663 0 1.599-.338 1.564-1.137.011-6.894.013-13.789 0-20.682.033-.801-.908-1.11-1.562-1.132C38.654.514 20.617.531 2.582.52c-.29.004-.583.011-.86.098z"/><path fill="#fff" d="M1.682 1.645c-.024-.556.67-.622 1.082-.62 17.85.004 35.701.002 53.551 0 .51-.037 1.158.198 1.023.82-.026 6.971.055 13.944-.041 20.913-.321.098-.641.222-.98.216-17.913.002-35.826.002-53.74 0-.474.055-1.021-.26-.905-.801.006-6.842-.017-13.686.009-20.527m14.15 1.799c0 2.108-.002 4.218.002 6.327.233.002.463.002.696.002a442.01 442.01 0 0 1 .002-2.821c1.848-.45 2.313 1.614 3.026 2.817l.879.033c-.55-.988-.949-2.094-1.794-2.88 1.508-.282 1.842-2.465.615-3.275-1.091-.391-2.289-.131-3.425-.203m5.663 6.358c.249-.015.497-.028.746-.041.19-.633.373-1.27.57-1.902.722.004 1.444.002 2.166.002.205.635.404 1.272.607 1.907.264.002.526.004.79.004-.716-2.105-1.41-4.218-2.134-6.321l-.713-.022c-.713 2.112-1.351 4.25-2.033 6.373m6.407-6.358c.004 2.116-.007 4.233.006 6.351.921-.015 1.863.068 2.766-.157 1.086-.345 1.44-1.612 1.51-2.627.068-1.206-.124-2.712-1.287-3.364-.953-.362-2.001-.151-2.994-.203m5.665 6.323h.735c.188-.635.375-1.27.57-1.903.718-.002 1.436 0 2.154-.007.222.635.415 1.278.624 1.916.262-.004.526-.006.788-.009-.729-2.106-1.405-4.233-2.154-6.332l-.718.02c-.672 2.103-1.329 4.211-1.999 6.316m6.393.003c.233.002.463.002.696.002.002-.94 0-1.879.004-2.819 1.83-.441 2.315 1.591 3.006 2.799l.897.054c-.552-.988-.943-2.112-1.807-2.884 1.547-.258 1.854-2.57.552-3.31-1.078-.33-2.234-.103-3.345-.17-.002 2.11.002 4.218-.002 6.329m-14.058 3.968c-2.01.598-2.321 3.286-1.597 4.966.473 1.23 2.031 1.955 3.212 1.242 1.468-.871 1.632-2.884 1.233-4.385-.306-1.224-1.569-2.184-2.849-1.824m12.132.298c-1.673 1.324-1.612 4.237-.192 5.721 1.37 1.18 3.436.024 3.6-1.654-.227-.065-.452-.129-.676-.196-.185.768-.7 1.671-1.615 1.593-1.159-.024-1.638-1.335-1.61-2.322-.092-1.091.246-2.714 1.601-2.767.823-.15 1.302.626 1.56 1.278.216-.061.434-.118.652-.174-.236-1.506-2.046-2.394-3.319-1.479m-31.35-.26c.002 2.108.002 4.218 0 6.329 1.296.004 2.594.004 3.89 0-.004-.249-.006-.5-.006-.751-1.071-.004-2.142.004-3.21-.006v-2.125c.964-.006 1.927-.006 2.891-.002l.015-.748c-.967-.006-1.937-.002-2.906-.006v-1.942c1.032-.006 2.066 0 3.098-.006a93.336 93.336 0 0 1-.009-.746c-1.255 0-2.509-.002-3.762.002m5.79.006c0 2.108-.002 4.217 0 6.325l.674-.007c.004-1.647-.011-3.294.007-4.938.901 1.649 1.807 3.297 2.712 4.944l.705.004v-6.332a23.33 23.33 0 0 0-.648-.002c-.004 1.649.009 3.297-.007 4.944-.94-1.636-1.817-3.305-2.745-4.948-.175.004-.524.007-.698.011m6.296-.006c0 2.11-.004 4.22 0 6.33.233 0 .465 0 .698-.002-.004-.953-.002-1.907-.002-2.86.814-.004 1.628-.002 2.442 0 0-.253.002-.506.004-.757-.816-.002-1.63 0-2.446 0v-1.966c.942.002 1.883 0 2.825 0a46.377 46.377 0 0 1 0-.746c-1.174-.004-2.346-.002-3.521 0m12.014.001c0 2.11-.002 4.218 0 6.327.231.002.462.004.694.004-.002-.94-.004-1.881 0-2.821 1.852-.452 2.322 1.61 3.031 2.819.29 0 .58.002.871.004-.546-.978-.953-2.068-1.782-2.854 1.501-.29 1.835-2.463.611-3.275-1.091-.393-2.291-.131-3.426-.203m12.494 6.327c1.294.004 2.588.004 3.884 0-.006-.251-.009-.5-.009-.751-1.062-.002-2.123 0-3.183-.002.002-.711 0-1.422-.002-2.132.958 0 1.916 0 2.874-.002 0-.249.002-.497.006-.746-.96-.002-1.918-.002-2.878-.002v-1.946c1.023-.002 2.046 0 3.07-.002a46.377 46.377 0 0 1 0-.746c-1.254-.004-2.507 0-3.761-.002-.002 2.11 0 4.22-.002 6.33m5.791-6.325c-.002 2.108 0 4.217 0 6.325 1.218-.083 2.825.358 3.678-.783.862-1.39.87-3.321.035-4.724-.831-1.211-2.478-.726-3.713-.818z"/><path fill="#fff" d="M40.654 4.15c.716.024 1.451-.079 2.154.089.84.277.799 1.695-.054 1.924-.689.144-1.401.065-2.099.078.002-.696.002-1.392-.002-2.09zM16.527 4.152c.7.013 1.41-.063 2.105.07.862.222.875 1.634.055 1.924-.705.174-1.442.074-2.16.096.002-.698.002-1.394 0-2.09zM28.575 4.191c.86.041 2.055-.246 2.551.685.526 1.074.467 2.433-.031 3.508-.504.905-1.676.578-2.522.637 0-1.61 0-3.22.002-4.83zM35.946 4.163c.253 1.014.572 2.009.884 3.004-.585.004-1.17.004-1.756-.002.305-.997.62-1.99.871-3.002zM23.86 4.276c.33.954.593 1.929.91 2.886a94.26 94.26 0 0 1-1.763.007c.308-.956.593-1.922.853-2.893zM25.905 14.489c1.41-.502 2.428 1.049 2.311 2.302.186 1.248-.617 3-2.112 2.675-1.94-.676-1.953-4.086-.199-4.977zM31.477 14.485c.718.02 1.451-.078 2.158.085.864.277.788 1.756-.102 1.938-.679.12-1.372.054-2.057.065.002-.696.002-1.392 0-2.088zM49.765 14.524c.834.052 1.968-.246 2.498.607.604 1.073.517 2.465.035 3.569-.495.916-1.687.598-2.533.655-.002-1.61-.002-3.222 0-4.831z"/><path d="M57.834.351c.476.111.873.415 1.128.829-.209 5.14-.033 10.29-.09 15.436.035 2.066-.092 4.137.094 6.199a1.78 1.78 0 0 1-1.135.844c.489-.347.969-.833.892-1.488.002-6.779.004-13.562-.002-20.341.078-.652-.404-1.132-.886-1.479zM15.831 3.445c1.135.072 2.334-.188 3.425.203 1.228.81.894 2.993-.615 3.275.846.786 1.244 1.892 1.794 2.88l-.879-.033c-.713-1.204-1.178-3.268-3.026-2.817-.004.94-.004 1.879-.002 2.821-.233 0-.463 0-.696-.002-.004-2.108-.002-4.218-.002-6.327m.697.707c.002.696.002 1.392 0 2.09.718-.022 1.455.078 2.16-.096.82-.29.807-1.702-.055-1.924-.694-.133-1.405-.057-2.105-.07zM21.495 9.803c.681-2.123 1.32-4.261 2.033-6.373l.713.022c.724 2.103 1.418 4.217 2.134 6.321-.264 0-.526-.002-.79-.004-.203-.635-.402-1.272-.607-1.907-.722 0-1.444.002-2.166-.002-.198.631-.38 1.268-.57 1.902-.249.013-.497.026-.746.041m2.364-5.527c-.26.971-.545 1.937-.853 2.893a94.26 94.26 0 0 0 1.763-.007c-.318-.956-.58-1.931-.91-2.886zM27.901 3.445c.993.052 2.042-.159 2.994.203 1.163.652 1.355 2.158 1.287 3.364-.07 1.015-.425 2.282-1.51 2.627-.903.225-1.844.142-2.766.157-.013-2.118-.002-4.235-.006-6.351m.675.746c-.002 1.61-.002 3.22-.002 4.83.846-.059 2.018.268 2.522-.637.498-1.074.558-2.433.031-3.508-.497-.93-1.691-.644-2.551-.685zM33.567 9.768c.67-2.105 1.327-4.213 1.999-6.316.181-.006.539-.017.718-.02.75 2.099 1.425 4.226 2.154 6.332-.262.004-.526.006-.788.009-.209-.639-.402-1.281-.624-1.916-.718.007-1.436.006-2.154.007-.196.633-.382 1.268-.57 1.903h-.735m2.379-5.604c-.251 1.012-.567 2.005-.871 3.002.585.006 1.17.006 1.756.002-.312-.995-.631-1.99-.884-3.004zM39.96 9.772c.004-2.11 0-4.218.002-6.329 1.111.066 2.267-.161 3.345.17 1.302.74.995 3.052-.552 3.31.864.772 1.255 1.896 1.807 2.884l-.897-.054c-.69-1.207-1.176-3.24-3.006-2.799-.004.94-.002 1.879-.004 2.819-.233 0-.463 0-.696-.002m.695-5.621c.004.698.004 1.394.002 2.09.698-.013 1.41.066 2.099-.078.853-.229.894-1.647.054-1.924-.703-.168-1.438-.065-2.154-.089zM25.903 13.741c1.279-.36 2.542.6 2.849 1.824.399 1.501.234 3.513-1.233 4.385-1.182.713-2.74-.013-3.212-1.242-.724-1.68-.414-4.368 1.597-4.966m.001.747c-1.754.892-1.741 4.302.199 4.977 1.495.325 2.298-1.427 2.112-2.675.116-1.254-.901-2.804-2.311-2.302zM38.034 14.038c1.274-.916 3.083-.028 3.319 1.479-.218.055-.436.113-.652.174-.258-.652-.737-1.427-1.56-1.278-1.355.054-1.693 1.676-1.601 2.767-.028.988.45 2.298 1.61 2.322.916.078 1.431-.825 1.615-1.593.223.066.449.131.676.196-.164 1.678-2.23 2.834-3.6 1.654-1.42-1.484-1.481-4.398.192-5.721zM6.685 13.778c1.254-.004 2.507-.002 3.762-.002l.009.746c-1.032.006-2.066 0-3.098.006v1.942c.969.004 1.938 0 2.906.006a92.38 92.38 0 0 0-.015.748c-.964-.004-1.927-.004-2.891.002v2.125c1.069.009 2.14.002 3.21.006 0 .251.002.502.006.751-1.296.004-2.594.004-3.89 0 .002-2.11.002-4.22 0-6.329zM12.476 13.783c.174-.004.522-.007.698-.011.929 1.643 1.806 3.312 2.745 4.948.017-1.647.004-3.295.007-4.944.216-.002.432-.002.648.002v6.332l-.705-.004c-.905-1.647-1.811-3.295-2.712-4.944-.018 1.645-.004 3.292-.007 4.938l-.674.007c-.002-2.108 0-4.217 0-6.325zM18.772 13.778c1.174-.002 2.346-.004 3.521 0-.002.249-.002.497 0 .746-.942 0-1.883.002-2.825 0v1.966c.816 0 1.63-.002 2.446 0a95.01 95.01 0 0 0-.004.757c-.814-.002-1.628-.004-2.442 0 0 .953-.002 1.907.002 2.86-.233.002-.465.002-.698.002-.004-2.11 0-4.22 0-6.33zM30.786 13.778c1.135.072 2.335-.19 3.426.203 1.224.812.89 2.985-.611 3.275.829.786 1.235 1.876 1.782 2.854-.292-.002-.582-.004-.871-.004-.709-1.209-1.18-3.271-3.031-2.819-.004.94-.002 1.881 0 2.821-.233 0-.463-.002-.694-.004-.002-2.108 0-4.217 0-6.327m.69.708c.002.696.002 1.392 0 2.088.685-.011 1.377.055 2.057-.065.89-.183.966-1.662.102-1.938-.707-.162-1.44-.065-2.158-.085zM43.279 20.106c.002-2.11 0-4.22.002-6.33 1.254.002 2.507-.002 3.761.002-.002.249-.002.497 0 .746-1.025.002-2.047 0-3.07.002v1.946c.96 0 1.918 0 2.878.002-.004.249-.006.497-.006.746-.958.002-1.916.002-2.874.002.002.711.004 1.422.002 2.132 1.06.002 2.121 0 3.183.002 0 .251.004.5.009.751-1.296.004-2.59.004-3.884 0zM49.069 13.78c1.235.092 2.882-.393 3.713.818.834 1.403.827 3.334-.035 4.724-.853 1.141-2.459.7-3.678.783 0-2.108-.002-4.217 0-6.325m.696.744c-.002 1.61-.002 3.222 0 4.831.846-.057 2.038.26 2.533-.655.482-1.104.569-2.496-.035-3.569-.53-.853-1.663-.556-2.498-.607z"/><path fill="#040404" d="M1.722.617c.277-.087.57-.094.86-.098C20.617.53 38.654.513 56.689.526c.654.022 1.595.33 1.562 1.132.013 6.894.011 13.789 0 20.682.035.799-.901 1.137-1.564 1.137H2.39c-.683.018-1.639-.318-1.634-1.128C.739 15.511.754 8.673.749 1.833.647 1.222 1.17.746 1.722.616m-.04 1.029c-.026 6.842-.004 13.686-.009 20.527-.116.541.43.857.905.801 17.913.002 35.826.002 53.74 0 .34.006.659-.118.98-.216.096-6.969.015-13.942.041-20.913.135-.622-.513-.857-1.023-.82-17.85.002-35.701.004-53.551 0-.412-.002-1.106.065-1.082.62zM0 1.294l.325-.282c-.048 7.346-.1 14.701.026 22.045A55.327 55.327 0 0 1 0 22.745V1.295zM1.702 23.85c18.583-.061 37.17.059 55.752-.059l-.233.209H1.377l.325-.15z"/><path fill="#030303" opacity=".64" d="M58.962 1.18l.114.201v21.225l-.111.209c-.186-2.062-.059-4.134-.094-6.199.057-5.145-.118-10.296.09-15.436z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--reserved-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.401 0h13.405a2.18 2.18 0 0 1 1.287 1.405V22.59A2.213 2.213 0 0 1 14.689 24H1.462a2.186 2.186 0 0 1-1.463-1.757V1.698C.133.94.651.237 1.4-.001m.408.08C.909.226.192 1.051.168 1.961v20.024c.022.924.749 1.79 1.678 1.903 4.133.003 8.266-.001 12.399.002.949-.071 1.756-.954 1.737-1.907-.004-6.711-.001-13.422-.001-20.134-.056-.953-.904-1.747-1.849-1.792H2.015c-.07 0-.14.008-.208.022z"/><path fill="#fff" d="M1.808.079a.967.967 0 0 1 .208-.022h12.117c.945.045 1.793.839 1.849 1.792 0 6.712-.003 13.423.001 20.134.019.953-.788 1.836-1.737 1.907-4.133-.003-8.267.002-12.399-.002-.929-.112-1.656-.979-1.678-1.903V1.961C.193 1.051.91.227 1.809.079m-.05.39C1.098.624.58 1.219.56 1.904L.561 22.04c.004.712.579 1.37 1.287 1.454 4.151.002 8.303.002 12.454 0 .649-.075 1.211-.637 1.286-1.285.003-6.787-.001-13.574.002-20.361-.026-.732-.667-1.373-1.4-1.4H2.356c-.199.004-.4-.019-.596.021z"/><path fill="#fff" d="M1.983 1.03c3.747-.047 7.501-.007 11.251-.02.397.016.812-.058 1.192.092.37.136.612.525.603.915-.002 6.675.001 13.35-.002 20.024a.956.956 0 0 1-.949.896c-4.021-.003-8.042.001-12.062-.002-.539-.013-.902-.557-.894-1.061.002-6.6-.004-13.2.003-19.8-.011-.504.333-.996.858-1.042m3.106 2.681c.229.261.572.393.798.656.146.189.01.412-.116.567l-.329.001a.876.876 0 0 1-.194-.45c-.147 0-.294 0-.442.002-.006.441.319.929.801.9.5.033.873-.522.757-.982-.081-.453-.521-.7-.879-.921-.129-.102-.094-.27-.047-.405.127-.022.253-.047.38-.07.052.099.102.199.15.299.148-.001.296-.001.445-.004-.058-.368-.324-.791-.75-.731-.58-.072-.913.71-.575 1.139M1.57 2.636v2.692h.449V4.094h.319c.07.42.234.817.317 1.234h.478c-.117-.427-.251-.849-.372-1.275.5-.31.517-1.207-.088-1.396-.364-.051-.736-.007-1.103-.021m1.738 0v2.692h1.458v-.393H3.757v-.841h.561v-.449h-.561v-.617h.897v-.393H3.308m3.253.001v2.692h1.458v-.393H7.01v-.841h.561v-.449H7.01v-.617h.897v-.393H6.561m1.626.001v2.692h.449V4.095l.327-.001c.13.409.216.83.356 1.235l.455-.004a99.013 99.013 0 0 1-.369-1.288c.513-.273.478-1.157-.058-1.382-.384-.048-.774-.005-1.161-.019m1.56-.002c.275.885.459 1.797.698 2.693h.361c.196-.905.463-1.793.681-2.694-.157.034-.437-.091-.485.122-.113.5-.278.986-.375 1.489-.135-.494-.249-.993-.376-1.489-.053-.219-.343-.085-.505-.121m1.862.002v2.692h1.402v-.393h-.953v-.841h.561v-.449h-.561v-.617h.841v-.393h-1.29m1.627.001v2.692c.33-.013.664.029.991-.021.38-.104.497-.529.536-.874.096-.425.026-.862-.077-1.279-.063-.22-.203-.453-.441-.51-.335-.024-.672-.001-1.008-.008m-.819 4.283c-.187.47-.242.996-.149 1.494.031.301.089.643.344.838.222.163.505.107.761.115.495-.263.433-.874.422-1.347h-.728v.392l.29.001c.022.239-.053.484-.289.585-.44-.199-.399-.743-.396-1.146-.008-.342.027-.855.476-.866.082.099.165.2.239.306l.43-.004c-.064-.241-.136-.529-.393-.633-.339-.195-.802-.061-1.007.265M2.411 6.617v2.748h.449V8.189c.344.013.775.022.99-.301.163-.427.141-1.106-.391-1.249-.345-.052-.699-.008-1.047-.021m2.193-.002c-.244.912-.46 1.832-.695 2.747l.449.002c.06-.244.12-.488.19-.73l.506-.001c.1.233.107.501.229.722.132.014.264.01.396.011-.164-.928-.461-1.827-.65-2.751h-.424m1.282.001v2.748h.449V8.076l.27-.001c.137.426.265.855.367 1.29l.446-.002c-.067-.451-.246-.876-.356-1.318.518-.279.492-1.26-.128-1.407-.345-.05-.699-.007-1.047-.021m1.793 0v2.748h.449c.001-.432-.069-.896.211-1.265.155.421.298.847.46 1.266.158-.001.315-.002.473-.006-.211-.59-.427-1.178-.627-1.772.18-.326.389-.636.554-.971l-.507-.002c-.204.322-.377.663-.564.995-.002-.331 0-.662-.001-.993h-.449m1.852 0v2.748h.393V6.617h-.393m.841 0v2.748h.449c.002-.538-.003-1.076.002-1.614.273.527.487 1.082.75 1.614h.313V6.617h-.393c-.002.501.003 1.001-.002 1.502-.252-.49-.459-1.002-.692-1.502h-.428m-5.754 4.001c-.368.048-.598.409-.583.762.003 2.208-.001 4.415.002 6.622-.003.352.308.694.67.672 2.264-.004 4.528.001 6.792-.002a.64.64 0 0 0 .613-.67c-.004-2.245.001-4.489-.002-6.733.013-.435-.445-.706-.839-.673-2.218.019-4.439-.026-6.654.022m.666 8.68c-.64.435-1.295.849-1.919 1.308-.016.114.128.157.199.222.581.366 1.128.784 1.708 1.153.111.069.303.11.385-.019.047-.262-.076-.51-.128-.762 1.693-.008 3.387-.001 5.08-.003-.079.248-.192.499-.178.764.1.128.313.1.433.013.585-.386 1.148-.804 1.742-1.178.061-.056.174-.082.183-.175a86.938 86.938 0 0 0-1.968-1.33c-.112-.07-.303-.11-.387.02-.043.269.098.516.178.764-1.694-.001-3.388.004-5.083-.003.052-.252.175-.5.128-.763-.08-.127-.27-.092-.373-.011z"/><path fill="#fff" d="M2.019 3.021c.214.02.536-.033.639.209.073.113-.004.244-.021.363a2.38 2.38 0 0 1-.619.055v-.627zM8.636 3.025c.241-.016.493-.004.675.177l-.002.306a8.848 8.848 0 0 0-.137.137h-.536v-.62zM13.683 3.019c.237-.016.526.048.598.31.14.441.082.925.011 1.375-.151.179-.383.235-.608.246-.003-.644-.001-1.287-.001-1.931zM2.86 7.066l.5-.003a.439.439 0 0 1 0 .677l-.5-.003v-.672zM6.336 7.066l.5-.003c.07.126.243.263.141.416-.103.242-.426.19-.64.21v-.623zM4.794 7.587c.054.199.104.398.156.597l-.302.004c.058-.199.104-.399.146-.601zM7.176 12.446c-.031-.517.775-.612.95-.164.177.321-.085.67-.399.764.026.287.077.572.072.861h1.228v.505H7.849v.224c.542-.001 1.084.001 1.627-.001.239.523.441 1.063.691 1.581.182-.043.351-.123.524-.193.056.144.112.287.159.434-.332.133-.67.251-1.002.385-.23-.573-.474-1.14-.73-1.701H7.412c-.127-.893-.113-1.8-.236-2.694z"/><path fill="#fff" d="M6.142 15.949c-.179-.813.314-1.636 1.035-2 .054.197.063.401.059.605-.312.255-.592.608-.569 1.034-.062.769.773 1.446 1.511 1.225.468-.104.849-.511.927-.985l.075-.09c.098.264.424.554.221.839-.307.51-.903.818-1.494.81-.835.043-1.623-.621-1.765-1.439z"/><path fill="#006f51" d="M1.759.469c.196-.04.398-.017.596-.021h11.834c.733.026 1.374.667 1.4 1.4-.002 6.787.001 13.574-.002 20.361-.075.648-.637 1.211-1.286 1.285-4.151.002-8.303.002-12.454 0C1.139 23.41.564 22.752.56 22.04.559 15.328.561 8.616.559 1.904c.02-.685.538-1.28 1.199-1.435m.225.561c-.525.046-.869.539-.858 1.042-.008 6.6-.001 13.2-.003 19.8-.008.504.356 1.048.894 1.061 4.02.003 8.041-.001 12.062.002.49.01.931-.406.949-.896.003-6.675 0-13.349.002-20.024.009-.39-.233-.779-.603-.915-.38-.15-.795-.076-1.192-.092-3.75.013-7.503-.027-11.251.02z"/><path fill="#006f51" d="M5.089 3.713c-.339-.429-.006-1.211.575-1.139.426-.061.692.363.75.731-.149.003-.297.003-.445.004a9.27 9.27 0 0 0-.15-.299l-.38.07c-.048.135-.082.303.047.405.358.221.799.469.879.921.116.46-.257 1.014-.757.982-.482.029-.806-.459-.801-.9.147-.002.294-.002.442-.002.017.168.091.32.194.45l.329-.001c.126-.155.261-.378.116-.567-.226-.263-.569-.395-.798-.656zM1.57 2.636c.367.014.739-.03 1.103.021.605.189.588 1.087.088 1.396.121.426.255.848.372 1.275h-.478c-.084-.417-.248-.814-.317-1.234h-.319v1.234H1.57V2.636m.449.385v.627c.207.002.417-.003.619-.055.016-.119.094-.25.021-.363-.104-.241-.425-.188-.639-.209zM3.308 2.636h1.346v.393h-.897v.617h.561v.449h-.561v.841h1.009v.393H3.308V2.637zM6.561 2.636h1.346v.393H7.01v.617h.561v.449H7.01v.841h1.009v.393H6.561V2.637zM8.187 2.636c.386.014.777-.029 1.161.019.536.224.571 1.109.058 1.382.12.43.243.859.369 1.288l-.455.004c-.14-.405-.227-.827-.356-1.235l-.327.001v1.233h-.449V2.636m.448.389v.62h.536l.137-.137.002-.306c-.182-.181-.434-.193-.675-.177zM9.746 2.634c.161.036.452-.098.505.121.127.496.241.995.376 1.489.096-.504.262-.99.375-1.489.048-.214.328-.088.485-.122-.218.901-.484 1.789-.681 2.694h-.361c-.239-.896-.423-1.807-.698-2.693zM11.607 2.636h1.29v.393h-.841v.617h.561v.449h-.561v.841h.953v.393h-1.402V2.637zM13.234 2.636c.336.007.673-.016 1.008.008.238.057.378.289.441.51.103.416.174.853.077 1.279-.039.345-.156.77-.536.874-.326.05-.661.008-.991.021V2.636m.45.383c0 .644-.002 1.287.001 1.931.225-.011.456-.067.608-.246.072-.45.129-.934-.011-1.375-.072-.262-.362-.326-.598-.31zM12.416 6.919c.205-.326.667-.46 1.007-.265.257.104.329.392.393.633a62.22 62.22 0 0 1-.43.004 4.184 4.184 0 0 0-.239-.306c-.449.011-.484.524-.476.866-.003.403-.043.948.396 1.146.236-.1.311-.345.289-.585l-.29-.001v-.392h.728c.011.473.073 1.084-.422 1.347-.256-.008-.539.048-.761-.115-.255-.195-.313-.537-.344-.838a2.722 2.722 0 0 1 .149-1.494zM2.411 6.617c.348.013.702-.03 1.047.021.533.144.555.823.391 1.249-.215.322-.647.313-.99.301v1.176H2.41V6.616m.45.45v.672l.5.003a.439.439 0 0 0 0-.677l-.5.003zM4.605 6.616h.424c.188.924.486 1.823.65 2.751-.132-.001-.265.003-.396-.011-.122-.221-.129-.489-.229-.722l-.506.001c-.07.241-.13.486-.19.73l-.449-.002c.235-.915.45-1.834.695-2.747m.19.971a7.734 7.734 0 0 1-.146.601l.302-.004c-.052-.199-.102-.399-.156-.597zM5.888 6.617c.348.013.702-.03 1.047.021.62.147.647 1.128.128 1.407.11.442.289.867.356 1.318l-.446.002c-.102-.435-.23-.865-.367-1.29l-.27.001v1.289h-.449V6.617m.449.449v.623c.214-.02.537.033.64-.21.103-.153-.071-.29-.141-.416l-.5.003zM7.682 6.617h.449c.001.331-.001.662.001.993.187-.332.359-.673.564-.995l.507.002c-.165.335-.374.644-.554.971.2.594.416 1.182.627 1.772a18.65 18.65 0 0 1-.473.006c-.162-.419-.304-.845-.46-1.266-.28.369-.211.833-.211 1.265h-.449V6.617zM9.533 6.617h.393v2.748h-.393V6.617zM10.374 6.617h.428c.233.5.44 1.012.692 1.502.004-.5 0-1.001.002-1.502h.393v2.748h-.313c-.264-.532-.478-1.087-.75-1.614-.004.538 0 1.076-.002 1.614h-.449V6.617zM5.284 19.298c.103-.081.293-.116.373.011.047.263-.076.511-.128.763 1.695.007 3.389.002 5.083.003-.08-.248-.22-.496-.178-.764.084-.13.275-.09.387-.02.663.432 1.317.88 1.968 1.33-.009.093-.122.119-.183.175-.593.374-1.156.792-1.742 1.178-.12.087-.333.116-.433-.013-.015-.265.099-.516.178-.764-1.693.002-3.386-.004-5.08.003.052.252.175.5.128.762-.082.13-.274.088-.385.019-.58-.369-1.127-.787-1.708-1.153-.071-.065-.215-.108-.199-.222.624-.459 1.279-.873 1.919-1.308z"/><path fill="#005596" d="M4.619 10.618c2.215-.048 4.436-.004 6.654-.022.394-.033.852.238.839.673.003 2.244-.002 4.489.002 6.733.022.344-.266.667-.613.67-2.264.003-4.529-.002-6.792.002-.362.022-.672-.32-.67-.672-.003-2.208.001-4.415-.002-6.622-.015-.353.215-.714.583-.762m2.556 1.828c.123.894.109 1.802.236 2.694h1.706c.255.561.499 1.129.73 1.701.332-.134.67-.251 1.002-.385-.047-.147-.103-.29-.159-.434-.173.07-.342.15-.524.193-.25-.518-.451-1.058-.691-1.581l-1.627.001v-.224h1.178v-.505H7.799c.004-.289-.046-.574-.072-.861.314-.094.576-.443.399-.764-.176-.447-.981-.353-.95.164m-1.034 3.504c.142.818.93 1.481 1.765 1.439.592.008 1.188-.3 1.494-.81.203-.285-.123-.575-.221-.839l-.075.09c-.078.473-.459.88-.927.985-.738.221-1.573-.455-1.511-1.225-.023-.426.257-.779.569-1.034a2.194 2.194 0 0 0-.059-.605c-.721.364-1.214 1.187-1.035 2z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--reversible-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fffffe" d="M2.054.139C7.701.09 13.352.126 18.998.161 13.351.132 7.702.132 2.054.139zM.981.43c.273-.087.564-.067.847-.07C7.363.364 12.899.358 18.435.363c.635-.035 1.226.513 1.235 1.148v21.136c-.009.635-.599 1.183-1.235 1.148-5.668.004-11.335.003-17.002.001-.638.041-1.24-.502-1.252-1.142C.178 15.631.182 8.608.179 1.584.158 1.081.506.591.981.429m.322.169C.784.643.372 1.151.398 1.665.401 8.635.396 15.606.4 22.577c.008.765.838 1.128 1.507 1.004 5.486-.005 10.971.004 16.457-.005.556.034 1.077-.442 1.086-1 .002-6.997.002-13.995 0-20.993C19.442.989 18.866.519 18.284.58 12.624.591 6.962.556 1.304.598z"/><path fill="#fffffe" d="M1.297 1.143c.095-.024.19-.036.288-.037 5.566.001 11.132-.001 16.698.001.33-.036.674.201.641.557v20.83c.033.357-.311.594-.641.558-5.594-.001-11.187.006-16.78-.003-.314.022-.608-.231-.578-.556V1.667c-.011-.228.131-.485.371-.524M9.099 2.87c.033 1.136-.091 2.295.193 3.408a4.933 4.933 0 0 0 1.797 2.582c.672.552 1.536.765 2.359.979-.199.337-.435.652-.621.997-.165.253.184.572.432.447 1.228-.425 2.452-.864 3.677-1.295-.834-.988-1.67-1.974-2.512-2.955-.148-.215-.488-.167-.602.047-.047.397.022.796.021 1.194-.564-.144-1.161-.259-1.641-.609-.81-.567-1.334-1.519-1.407-2.501-.015-.764-.001-1.528-.006-2.293-.563-.002-1.127-.001-1.69-.001M6.632 6.955c-1.229.426-2.454.863-3.68 1.296.838.992 1.679 1.981 2.522 2.969.159.205.42.114.596-.011.032-.416-.017-.83-.026-1.245.568.147 1.171.261 1.654.618.794.559 1.307 1.492 1.394 2.455.021.776-.001 1.554.01 2.33.563 0 1.126.002 1.689-.001-.033-1.113.084-2.246-.176-3.34A4.994 4.994 0 0 0 8.24 9.007c-.567-.289-1.186-.452-1.8-.606.203-.346.449-.666.633-1.022.137-.252-.201-.542-.44-.425M4.558 17.359c-.208.091-.407.23-.514.436-.518.889-.504 2.028-.072 2.948.345.737 1.484.837 2.012.259.644-.905.63-2.17.158-3.146-.297-.568-1.021-.689-1.585-.497m2.791-.018c.001 1.322-.001 2.642.001 3.964.208.003.416.003.624.002.005-.892-.002-1.783.004-2.675.506.885 1.01 1.771 1.503 2.664.189.012.379.014.568.012.002-1.323.002-2.646 0-3.968a64.896 64.896 0 0 0-.624 0c-.004.843.001 1.687-.002 2.53-.482-.841-.966-1.68-1.44-2.525a13.402 13.402 0 0 0-.634-.005m3.648.001c0 1.322-.001 2.643.001 3.966.821.002 1.642.002 2.463 0v-.583c-.613-.003-1.225.001-1.837-.002-.003-1.128.002-2.255-.002-3.382a43.265 43.265 0 0 0-.624.001m1.924 0c.45.747.931 1.476 1.37 2.228.045.577.004 1.159.019 1.737.208.002.417.002.625 0 .015-.579-.025-1.16.018-1.736.435-.753.912-1.481 1.357-2.229-.243-.002-.486-.002-.73-.002-.328.502-.635 1.018-.963 1.52-.333-.497-.627-1.018-.953-1.52-.249 0-.497 0-.745.002z"/><path fill="#fffffe" d="M5.036 17.916c.232-.017.473.095.575.313.325.669.312 1.494.006 2.168-.179.435-.881.435-1.084.025-.299-.596-.298-1.308-.111-1.937.077-.283.291-.577.614-.569z"/><path fill="#1a1919" d="M.9.191c.381-.067.77-.038 1.155-.052C7.703.133 13.352.133 18.999.161c.408.195.709.558.888.966-.03 7.3-.03 14.604 0 21.905-.172.412-.485.74-.865.967H.923A1.513 1.513 0 0 1 0 23.076V1.09C.143.674.455.291.9.19m.081.24C.507.591.158 1.082.179 1.585c.003 7.024-.001 14.047.002 21.07.012.64.614 1.183 1.252 1.142 5.667.002 11.334.003 17.002-.001.636.035 1.226-.513 1.235-1.148V1.512c-.009-.635-.6-1.183-1.235-1.148C12.899.358 7.363.365 1.828.361c-.283.003-.574-.017-.847.07z"/><path fill="#1a1919" d="M1.303.598C6.961.556 12.624.591 18.283.58c.582-.061 1.158.409 1.166 1.003.002 6.997.002 13.995 0 20.993-.009.558-.529 1.034-1.086 1-5.486.009-10.971 0-16.457.005-.669.124-1.499-.239-1.507-1.004C.394 15.607.4 8.636.397 1.665.371 1.152.783.643 1.302.598m-.005.545c-.24.039-.382.296-.371.524v20.826c-.03.325.264.579.578.556 5.593.009 11.186.002 16.78.003.33.036.673-.201.641-.558V1.664c.033-.356-.312-.593-.641-.557-5.566-.002-11.132 0-16.698-.001a1.216 1.216 0 0 0-.288.037z"/><path fill="#1a1919" d="M9.099 2.87c.563 0 1.127-.001 1.69.001.006.765-.009 1.529.006 2.293.074.982.598 1.934 1.407 2.501.48.35 1.077.465 1.641.609.001-.397-.068-.797-.021-1.194.114-.214.455-.261.602-.047.842.981 1.678 1.968 2.512 2.955-1.225.431-2.449.869-3.677 1.295-.249.125-.598-.194-.432-.447.185-.345.422-.66.621-.997-.823-.215-1.687-.427-2.359-.979a4.939 4.939 0 0 1-1.797-2.582c-.285-1.113-.161-2.272-.193-3.408zM6.632 6.955c.239-.117.577.173.44.425-.184.356-.431.676-.633 1.022.614.153 1.233.316 1.8.606a4.99 4.99 0 0 1 2.375 3.019c.261 1.094.143 2.227.176 3.34-.563.002-1.126.001-1.689.001-.011-.776.01-1.554-.01-2.33-.087-.963-.6-1.895-1.394-2.455-.482-.357-1.086-.471-1.654-.618.01.415.058.829.026 1.245-.176.126-.437.216-.596.011a790.346 790.346 0 0 1-2.522-2.969c1.226-.433 2.452-.87 3.68-1.296zM4.558 17.359c.563-.192 1.287-.071 1.585.497.472.977.486 2.241-.158 3.146-.528.578-1.667.478-2.012-.259-.432-.92-.447-2.059.072-2.948.107-.206.306-.345.514-.436m.477.557c-.323-.008-.537.286-.614.569-.187.629-.188 1.341.111 1.937.203.41.905.409 1.084-.025.306-.674.319-1.499-.006-2.168-.102-.218-.343-.331-.575-.313zM7.348 17.341c.211-.003.423-.002.634.005.474.845.958 1.684 1.44 2.525.002-.843-.002-1.687.002-2.53h.624c.002 1.322.002 2.645 0 3.968a7.69 7.69 0 0 1-.568-.012c-.493-.892-.997-1.779-1.503-2.664-.006.892.001 1.783-.004 2.675a32.45 32.45 0 0 1-.624-.002c-.002-1.322 0-2.642-.001-3.964zM10.996 17.341c.207-.002.416-.002.624-.001.004 1.128-.001 2.255.002 3.382.612.002 1.225-.002 1.837.002v.583c-.821.002-1.642.002-2.463 0-.002-1.322-.001-2.644-.001-3.966zM12.921 17.341c.248-.002.496-.002.745-.002.326.502.62 1.024.953 1.52.328-.502.635-1.018.963-1.52.243 0 .486 0 .73.002-.445.748-.923 1.477-1.357 2.229-.044.576-.003 1.158-.018 1.736-.208.002-.417.002-.625 0-.015-.579.026-1.16-.019-1.737-.439-.753-.92-1.481-1.37-2.228z"/><path fill="#727171" d="M19.887 1.128l.06.117v21.674l-.06.114c-.03-7.301-.03-14.605 0-21.905z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--reversible-lanes--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#020202" d="M.774 0h14.493c.32.169.795.428.666.866-.137-.412-.509-.759-.964-.735C10.345.125 5.72.126 1.097.131.572.102.1.573.129 1.097.125 8.366.127 15.635.128 22.904c-.014.264.123.497.229.729-.161-.084-.264-.232-.357-.382V.793C.149.438.429.164.774 0z"/><path fill="#fff" d="M.13 1.097C.101.573.573.102 1.098.131c4.623-.005 9.248-.006 13.872 0 .455-.024.827.323.964.735.001 7.424-.001 14.848.001 22.272-.13.419-.507.77-.965.748H1.098c-.269.016-.501-.136-.734-.245a.042.042 0 0 0-.006-.008c-.106-.232-.243-.465-.229-.729C.128 15.635.126 8.366.13 1.097M.837.346a.753.753 0 0 0-.524.75c-.002 7.268-.001 14.538 0 21.807-.038.43.351.83.784.795H14.97c.43.031.812-.369.777-.795.001-7.269.002-14.539 0-21.808.034-.471-.426-.849-.88-.788C10.192.334 5.506.256.837.346z"/><path fill="#fff" d="M.942.75C5.58.687 10.229.741 14.87.723c.229-.039.492.124.462.378.004 7.266.002 14.532 0 21.798.027.207-.153.41-.365.384-4.622.003-9.246.002-13.868 0-.214.029-.4-.173-.371-.383-.004-7.234 0-14.467-.002-21.701-.018-.175.03-.382.215-.448M2.657 1.95c-.319.41-.318 1.034-.048 1.468.323.488 1.154.408 1.414-.1a1.567 1.567 0 0 0-.293-.166c-.193.207-.54.349-.772.117-.243-.304-.245-.813.009-1.112.236-.224.575-.078.771.123.1-.064.299-.072.255-.237-.307-.399-.994-.498-1.336-.093m1.836-.226c-.006.663-.005 1.325 0 1.987.494.005.988.003 1.482.001l.002-.352c-.374-.01-.747.001-1.12-.005a10.644 10.644 0 0 1-.005-.536l.592-.01a.698.698 0 0 0-.035-.364c-.185.005-.371.002-.555.002v-.366c.362-.006.724.003 1.087-.003v-.353a77.651 77.651 0 0 0-1.448-.001m1.883-.001c-.002.66 0 1.32-.001 1.981l.342.009c.017-.451-.003-.902.012-1.354.32.441.627.892.935 1.342l.31.014a69.9 69.9 0 0 0 .001-1.996l-.334.001c-.009.433.004.867-.007 1.299-.317-.427-.6-.88-.924-1.301l-.334.005m1.943.002c.001.115.002.23.005.344.187.001.375.002.562.001.018.548-.005 1.098.01 1.646l.344-.004c.009-.546-.003-1.093.005-1.639l.569-.005.004-.341c-.5-.009-1-.006-1.5-.002m1.839-.001c-.005.663-.003 1.325-.001 1.987.497.003.994.008 1.491-.004l-.01-.35c-.372-.005-.744.005-1.117-.004a9.578 9.578 0 0 1 0-.536c.198-.001.397-.004.595-.013l-.007-.353a115.07 115.07 0 0 1-.59-.005l.001-.363c.363-.009.725.004 1.088-.006l.002-.348c-.484-.011-.968-.006-1.452-.004m1.887-.002a131.21 131.21 0 0 0-.001 1.984l.35.003c.008-.26.002-.52.004-.781a6.69 6.69 0 0 1 .53 0c.112.257.208.522.323.778.13.002.26.002.39.002-.106-.279-.232-.551-.35-.825.302-.215.44-.679.151-.964-.375-.346-.938-.149-1.397-.197M4.22 4.71a82.42 82.42 0 0 0 .001 1.989c.493.001.986.003 1.479-.001l.006-.301c-.378-.011-.755.002-1.132-.007-.007-.56.006-1.121-.006-1.68H4.22m1.644 1.982c.131.005.262.003.393-.003.061-.154.128-.305.191-.459a17.9 17.9 0 0 1 .867-.001c.064.151.131.299.188.452.13.019.26.017.391.01-.258-.621-.521-1.239-.776-1.86-.037-.194-.26-.108-.394-.129-.322.645-.568 1.329-.859 1.989m2.372-1.984c-.008.662-.003 1.325-.003 1.986l.345.001c.008-.453-.001-.906.003-1.359.44.416.598 1.311 1.246 1.368.023-.665.007-1.331.008-1.996H9.5c-.01.438-.001.875-.003 1.311-.433-.409-.586-1.332-1.26-1.311m2.124.006c-.004.662-.005 1.324 0 1.985.494.003.989.003 1.483 0 .002-.117.003-.235.003-.352-.375-.01-.748.003-1.123-.006a9.578 9.578 0 0 1 0-.536l.59-.006.002-.358c-.198-.004-.396-.006-.593-.008-.153-.65.727-.256 1.086-.368v-.352c-.483-.003-.966-.006-1.448.002M2.717 7.492c0 .137.002.273.005.41h10.617c.002-.137.004-.273.004-.41-3.542-.009-7.085-.008-10.626 0M7.37 8.691c-.004.586-.008 1.174.003 1.76.041 1.291.798 2.526 1.922 3.16.559.339 1.214.452 1.813.701-.164.312-.852.861-.264 1.087 1.017-.257 2.012-.597 3.026-.871-.629-.84-1.244-1.691-1.897-2.511-.601-.186-.382.693-.441 1.032-.789-.285-1.696-.45-2.243-1.151-.806-.877-.552-2.127-.596-3.207a83.224 83.224 0 0 0-1.322 0m-5.179 4.771c.639.847 1.249 1.718 1.92 2.537.586.117.349-.708.416-1.045.41.114.807.266 1.209.404.913.337 1.587 1.244 1.624 2.22.015.566.002 1.134.004 1.7.44.035.896.047 1.333-.006-.011-.6.01-1.201-.013-1.8a3.852 3.852 0 0 0-1.701-2.958c-.619-.404-1.34-.594-2.032-.826.152-.32.852-.856.272-1.089-1.015.267-2.023.568-3.031.865m2.449 6.852c-.888.36-.669 2.099.383 2.008 1.191-.151.875-2.445-.383-2.008m1.66-.019a94.29 94.29 0 0 0-.001 1.99l.342-.001c.008-.451-.002-.902.003-1.353.449.407.597 1.326 1.253 1.354.005-.663.004-1.326.001-1.989h-.337c-.009.431.004.862-.007 1.292-.445-.392-.581-1.322-1.254-1.293m2.196.003c-.01.664-.006 1.328-.002 1.991.494.003.989.004 1.484-.001l-.001-.301c-.377-.009-.752.002-1.129-.005-.006-.56.005-1.121-.004-1.681l-.348-.003m1.436-.005c.405.621 1.038 1.174.836 1.99l.353.002c-.202-.818.432-1.37.835-1.992-.57-.188-.683.52-1.008.762-.335-.255-.447-.946-1.017-.762z"/><path fill="#fff" d="M12.399 2.568a4.525 4.525 0 0 1 .009-.494c.275.028.875-.13.832.322-.148.308-.57.132-.841.172zM6.878 5.209c.105.215.193.437.277.661-.182.003-.365.003-.546 0 .085-.222.176-.442.269-.661zM4.857 20.632c.677-.08.747 1.089.224 1.319-.734.179-.855-1.161-.224-1.319z"/><path d="M.837.346c4.669-.09 9.355-.012 14.03-.039.454-.06.914.317.88.788.002 7.269.001 14.539 0 21.808.035.427-.347.826-.777.795H1.097c-.433.035-.822-.366-.784-.795-.001-7.269-.002-14.539 0-21.807a.753.753 0 0 1 .524-.75M.942.75c-.185.066-.233.273-.215.448.002 7.234-.002 14.467.002 21.701-.029.21.157.412.371.383 4.622.002 9.246.003 13.868 0 .212.026.392-.177.365-.384.002-7.266.004-14.532 0-21.798.03-.254-.233-.417-.462-.378C10.23.74 5.581.686.943.749z"/><path d="M2.657 1.95c.341-.405 1.028-.305 1.336.093.044.165-.155.173-.255.237-.196-.201-.535-.346-.771-.123-.254.298-.252.807-.009 1.112.232.232.579.089.772-.117.103.044.202.099.293.166-.26.508-1.091.588-1.414.1-.27-.434-.271-1.058.048-1.468zM4.493 1.724c.483-.003.966-.005 1.448.001v.353c-.363.006-.725-.003-1.087.003v.366c.185 0 .371.003.555-.002a.697.697 0 0 1 .035.364l-.592.01c-.003.179-.001.357.005.536.373.006.746-.005 1.12.005l-.002.352c-.494.002-.988.004-1.482-.001-.005-.663-.006-1.325 0-1.987zM6.376 1.723l.334-.005c.324.422.607.875.924 1.301.011-.433-.002-.867.007-1.299l.334-.001c.008.665.01 1.332-.001 1.996l-.31-.014c-.308-.45-.615-.901-.935-1.342-.015.452.005.903-.012 1.354l-.342-.009c.001-.661-.001-1.321.001-1.981zM8.319 1.725c.5-.004 1-.007 1.5.002l-.004.341-.569.005c-.008.546.004 1.093-.005 1.639l-.344.004c-.015-.548.008-1.098-.01-1.646-.188.001-.376 0-.562-.001-.003-.114-.004-.229-.005-.344zM10.157 1.724c.484-.002.968-.007 1.452.004a40.14 40.14 0 0 0-.002.348c-.363.01-.725-.003-1.088.006l-.001.363.59.005.007.353c-.199.009-.398.012-.595.013a9.578 9.578 0 0 0 0 .536c.373.009.745-.001 1.117.004l.01.35c-.497.012-.994.007-1.491.004-.002-.663-.004-1.325.001-1.987zM12.044 1.723c.459.048 1.022-.15 1.397.197.289.285.152.749-.151.964.119.274.244.546.35.825-.13 0-.26 0-.39-.002-.115-.256-.211-.521-.323-.778a6.69 6.69 0 0 0-.53 0c-.002.261.004.521-.004.781l-.35-.003c-.004-.662-.005-1.324.001-1.984m.355.845c.271-.04.694.137.841-.172.042-.452-.557-.294-.832-.322a4.525 4.525 0 0 0-.009.494zM4.22 4.71h.348c.012.559-.001 1.12.006 1.68.377.009.754-.004 1.132.007l-.006.301c-.493.004-.986.002-1.479.001A82.425 82.425 0 0 1 4.22 4.71zM5.864 6.692c.29-.661.536-1.345.859-1.989.134.02.356-.065.394.129.255.621.518 1.239.776 1.86a1.965 1.965 0 0 1-.391-.01c-.057-.153-.124-.301-.188-.452a17.903 17.903 0 0 0-.867.001c-.063.154-.13.305-.191.459a4.683 4.683 0 0 1-.393.003m1.015-1.484c-.093.219-.184.439-.269.661.182.003.365.003.546 0a7.498 7.498 0 0 0-.277-.661zM8.237 4.707c.674-.02.827.903 1.26 1.311.002-.437-.007-.874.003-1.311h.336c-.001.666.015 1.332-.008 1.996-.648-.056-.806-.952-1.246-1.368-.004.453.005.906-.003 1.359l-.345-.001c0-.662-.005-1.325.003-1.986zM10.361 4.713c.482-.008.965-.005 1.448-.002v.352c-.358.111-1.238-.282-1.086.368.198.002.396.004.593.008l-.002.358-.59.006a9.578 9.578 0 0 0 0 .536c.375.009.748-.004 1.123.006 0 .117-.001.235-.003.352-.494.003-.989.003-1.483 0-.005-.662-.004-1.324 0-1.985zM2.717 7.492c3.542-.008 7.085-.009 10.626 0 0 .137-.002.273-.004.41H2.722a18.683 18.683 0 0 1-.005-.41zM7.37 8.691c.441-.003.881-.004 1.322 0 .044 1.08-.21 2.331.596 3.207.547.701 1.454.866 2.243 1.151.059-.339-.161-1.218.441-1.032.653.82 1.268 1.672 1.897 2.511-1.013.273-2.008.614-3.026.871-.587-.226.1-.774.264-1.087-.598-.249-1.253-.361-1.813-.701-1.124-.635-1.881-1.869-1.922-3.16a68.839 68.839 0 0 1-.003-1.76zM2.192 13.462c1.007-.296 2.015-.597 3.031-.865.579.233-.12.768-.272 1.089.693.232 1.414.423 2.032.826a3.853 3.853 0 0 1 1.701 2.958c.023.6.002 1.2.013 1.8a6.746 6.746 0 0 1-1.333.006c-.002-.566.011-1.134-.004-1.7-.037-.976-.711-1.883-1.624-2.22-.402-.138-.799-.289-1.209-.404-.066.337.171 1.163-.416 1.045-.671-.818-1.281-1.69-1.92-2.537zM4.642 20.316c1.257-.437 1.574 1.858.383 2.008-1.051.09-1.27-1.648-.383-2.008m.215.316c-.631.158-.51 1.497.224 1.319.523-.23.453-1.399-.224-1.319zM6.302 20.297c.673-.028.809.902 1.254 1.293.011-.431-.002-.862.007-1.292H7.9c.003.664.004 1.327-.001 1.989-.656-.028-.804-.947-1.253-1.354-.005.451.005.902-.003 1.353l-.342.001a94.284 94.284 0 0 1 .001-1.99zM8.498 20.3l.348.003c.009.56-.002 1.121.004 1.681.377.007.752-.004 1.129.005l.001.301c-.495.005-.99.004-1.484.001-.004-.664-.008-1.328.002-1.991zM9.934 20.295c.57-.184.682.507 1.017.762.325-.242.438-.95 1.008-.762-.404.623-1.037 1.174-.835 1.992l-.353-.002c.202-.816-.432-1.37-.836-1.99zM14.969 23.886c.458.022.835-.329.965-.748.131.427-.315.683-.623.863H.742c-.153-.091-.3-.196-.38-.36.233.109.465.261.734.245h13.872z"/><path fill="#030303" opacity=".96" d="M15.933.866l.134-.067v22.405l-.133-.066c-.002-7.424 0-14.848-.001-22.272z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--road-closed--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c23" d="M10.705 0h2.569c4.48.518 8.558 3.642 10.044 7.924.335.896.497 1.84.682 2.774v2.577c-.518 4.478-3.644 8.554-7.925 10.041-.897.335-1.842.497-2.778.684h-2.572c-4.13-.492-7.94-3.159-9.65-6.973C.509 15.852.232 14.572 0 13.297v-2.572c.181-.943.346-1.896.684-2.8C2.168 3.649 6.234.529 10.705 0M4.717 6.661c2.314 1.358 4.635 2.704 6.953 4.057 2.316-1.354 4.639-2.696 6.952-4.057-1.404-1.734-3.454-2.938-5.67-3.241-3.07-.476-6.308.81-8.235 3.241m-1.298 8.865c1.903-1.106 3.806-2.212 5.704-3.329a1045.377 1045.377 0 0 0-5.702-3.325 9.166 9.166 0 0 0-.001 6.654m10.79-3.329c1.901 1.111 3.805 2.22 5.709 3.328a9.148 9.148 0 0 0-.001-6.653c-1.904 1.105-3.805 2.216-5.708 3.325m-9.497 5.539c1.801 2.265 4.732 3.57 7.622 3.325 2.444-.165 4.76-1.421 6.29-3.324-2.314-1.361-4.638-2.706-6.956-4.061-2.318 1.354-4.639 2.703-6.956 4.06z"/><path fill="#fff" d="M4.717 6.661C6.644 4.23 9.882 2.944 12.952 3.42c2.216.303 4.266 1.507 5.67 3.241-2.313 1.361-4.636 2.703-6.952 4.057-2.318-1.353-4.639-2.699-6.953-4.057zM3.419 15.526a9.166 9.166 0 0 1 .001-6.654c1.904 1.102 3.805 2.211 5.702 3.325-1.897 1.117-3.801 2.223-5.704 3.329zM14.21 12.197c1.903-1.109 3.804-2.22 5.708-3.325a9.143 9.143 0 0 1 .001 6.653 2496.55 2496.55 0 0 1-5.709-3.328zM4.713 17.736c2.317-1.357 4.638-2.706 6.956-4.06 2.318 1.356 4.642 2.7 6.956 4.061-1.53 1.903-3.845 3.159-6.29 3.324-2.891.245-5.822-1.061-7.622-3.325m2.207-1.148c.185.17.377.335.57.497l.205-.334c-.241-.13-.495-.276-.775-.164m.794.021c.212.075.428.142.645.204.067.153.137.304.209.457l-.634-.024c-.004.63-.009 1.262.028 1.89l-.4-.283c.003-.408.004-.815-.001-1.223-.286.035-.577.075-.837.21l.524.176c0 .306.001.611.004.917l-.437.306.15.311.495-.386c.719.389 1.553.288 2.337.308l.153-.287c-.623-.013-1.247-.011-1.87-.03.078-.267.153-.534.232-.799.247.176.333.465.432.736.079-.209.158-.418.233-.629l.432.009c-.319.424-.306.662.256.472.004-.558.004-1.114.003-1.671-.232-.024-.464-.048-.695-.074.186-.212.503-.354.556-.654-.602-.074-1.221-.078-1.815.062m2.489.451l.184.259c.282-.201.556-.41.833-.618a26.04 26.04 0 0 0-.102-.298c-.307.216-.609.438-.914.657m1.309-.521c.004.075.011.223.013.296h1.494l.016-.295c-.508-.003-1.015-.001-1.523-.001m3.461-.091c0 .876-.003 1.75.003 2.625l-.606.013-.001-1.85h-.314v1.83c-.156.012-.31.024-.465.038l.024.278h2.975c.001-.074.007-.221.008-.296a190.39 190.39 0 0 0-1.309-.004l-.001-1.264c.377-.042.88.125 1.107-.278a16.945 16.945 0 0 0-1.105-.039c-.003-.351-.003-.704-.005-1.055l-.311.003m-4.859 1.833c.197.005.394.004.591 0-.013.4-.015.8-.019 1.201l.295.07c.039-.799-.066-1.624.265-2.376-.523.097-.75.76-1.133 1.105m1.217-.825c-.004.076-.011.229-.013.306l1.12.001c0 .46.001.921.007 1.381l-.381.082.186.308c.157-.046.314-.094.471-.143.038-.539.038-1.078.035-1.618l.465-.019c.005-.072.019-.217.025-.29-.638-.009-1.276-.005-1.915-.008z"/><path fill="#fff" d="M8.356 17.453c.252-.097.412.315.117.357-.252.098-.41-.316-.117-.357zM8.907 17.503l.456-.001.001.259h-.459l.001-.257zM8.771 18.156c.188-.091.377-.174.569-.255l.027.361-.595-.106z"/><path fill="#2179bd" d="M6.92 16.588c.28-.113.534.034.775.164l-.205.334a16.892 16.892 0 0 1-.57-.497z"/><path fill="#0366b3" d="M7.714 16.608c.594-.139 1.213-.135 1.815-.062-.054.3-.37.442-.556.654l.695.074c.001.556.001 1.113-.003 1.671-.562.19-.575-.048-.256-.472l-.432-.009c-.075.21-.154.42-.233.629-.099-.271-.185-.56-.432-.736-.079.265-.154.532-.232.799.623.019 1.247.016 1.87.03l-.153.287c-.784-.02-1.618.08-2.337-.308l-.495.386a44.121 44.121 0 0 1-.15-.311l.437-.306a93.435 93.435 0 0 1-.004-.917l-.524-.176c.26-.135.551-.176.837-.21.005.408.004.815.001 1.223l.4.283c-.038-.629-.032-1.26-.028-1.89l.634.024a18.513 18.513 0 0 1-.209-.457 10.975 10.975 0 0 1-.645-.204m.642.843c-.294.04-.135.455.117.357.295-.042.135-.453-.117-.357m.551.05l-.001.257h.459l-.001-.259-.456.001m-.664.495c-.162.202.201.391.331.21.162-.202-.201-.393-.331-.21m.527.159l.595.106-.027-.361c-.192.08-.381.164-.569.255zM10.203 17.057c.306-.219.607-.441.914-.657l.102.298c-.276.208-.551.417-.833.618l-.184-.259zM11.513 16.536c.508 0 1.015-.001 1.523.001l-.016.295h-1.494a30.635 30.635 0 0 0-.013-.296zM14.974 16.445l.311-.003c.003.351.003.704.005 1.055.369.003.737.012 1.105.039-.228.402-.731.236-1.107.278l.001 1.264c.436 0 .873.001 1.309.004-.001.075-.007.223-.008.296h-2.975l-.024-.278.465-.038v-1.83h.314l.001 1.85.606-.013c-.005-.876-.003-1.75-.003-2.625zM10.115 18.279c.383-.345.61-1.008 1.133-1.105-.331.752-.227 1.577-.265 2.376a31.493 31.493 0 0 1-.295-.07c.004-.401.005-.802.019-1.201-.197.004-.394.005-.591 0zM11.331 17.454c.638.003 1.276-.001 1.915.008-.007.072-.02.217-.025.29l-.465.019c.003.54.003 1.079-.035 1.618-.157.05-.314.098-.471.143a36.109 36.109 0 0 1-.186-.308l.381-.082c-.005-.46-.007-.921-.007-1.381l-1.12-.001.013-.306z"/><path fill="#ddebf5" d="M8.244 17.997c.13-.182.493.008.331.21-.13.181-.493-.008-.331-.21z"/></symbol><symbol viewBox="0 0 38 24" id="regulatory--road-closed--g2" xmlns="http://www.w3.org/2000/svg"><path d="M1.279 0h35.796c.607.17 1.099.643 1.265 1.255-.053.54-.088 1.081-.074 1.625.044 6.653-.064 13.31.055 19.961A1.877 1.877 0 0 1 37.126 24H1.222A1.87 1.87 0 0 1 0 22.723V1.291A1.837 1.837 0 0 1 1.279 0m.094.206C.671.297.135.976.185 1.68.187 8.6.178 15.521.19 22.44c-.016.782.715 1.433 1.483 1.384 11.684 0 23.37.002 35.054-.001.802.037 1.507-.697 1.442-1.496.002-6.884.002-13.768 0-20.652.07-.852-.731-1.572-1.564-1.498-11.743.019-23.491-.04-35.233.03z"/><path d="M1.242.544c.178-.056.367-.059.552-.065 11.605.002 23.21 0 34.816.001.626-.067 1.261.434 1.253 1.082.012 6.922.001 13.843.005 20.765.055.631-.496 1.232-1.136 1.192-11.687.004-23.374 0-35.06.001-.654.061-1.242-.539-1.181-1.19V1.668c-.035-.49.283-.974.752-1.124m.121.592c-.206.089-.293.32-.277.532-.002 6.888-.001 13.776 0 20.664a.515.515 0 0 0 .582.588c11.687-.001 23.374.002 35.059-.002.337.047.588-.282.542-.599V1.681c.044-.317-.212-.629-.541-.596-11.604-.013-23.209.002-34.813-.007-.184.011-.379-.018-.552.059z"/><path d="M15.522 4.013c1.081-.325 2.26.349 2.54 1.438.407 1.346.402 2.9-.287 4.156-.647 1.205-2.64 1.249-3.336.073-.661-1.15-.757-2.574-.444-3.846.194-.787.656-1.654 1.526-1.82m.584.961c-.56-.042-.944.451-1.068.946-.278 1.002-.282 2.14.193 3.082.323.658 1.387.672 1.705.002.46-.919.479-2.022.23-3.006-.119-.5-.48-1.057-1.061-1.024zM8.544 4.057c1.08.076 2.228-.194 3.258.216 1.247.62 1.198 2.588-.04 3.199.371.979.74 1.96 1.103 2.941-.362.002-.725.004-1.087.002-.338-.914-.692-1.825-1.01-2.748-.404-.031-.81-.023-1.216-.017-.004.92 0 1.842-.001 2.764-.336.001-.672.002-1.008.001 0-2.12-.001-4.24.001-6.359m1.008 1.009a199.95 199.95 0 0 0 0 1.549c.733-.062 2.036.318 2.182-.734-.06-1.108-1.439-.774-2.182-.815zM21.343 4.057l1.004-.001c.732 2.118 1.46 4.238 2.186 6.359-.359.002-.716.002-1.075-.001-.196-.587-.418-1.164-.595-1.757-.67-.053-1.342-.014-2.011-.024-.211.593-.415 1.187-.62 1.781-.358.004-.716.004-1.074.001.725-2.12 1.454-4.24 2.185-6.358m-.128 3.549c.42.004.841.004 1.262 0-.199-.596-.409-1.19-.617-1.784-.22.594-.438 1.187-.646 1.784zM25.489 4.058c1.211.138 2.845-.454 3.662.752.922 1.444.918 3.524-.114 4.913-.846 1.106-2.369.568-3.548.691V4.058m1.009 1.008c-.002 1.438-.002 2.876 0 4.315.63-.049 1.493.223 1.88-.445.553-1 .552-2.293.091-3.328-.358-.76-1.304-.506-1.972-.542zM16.132 13.523c.829-.18 1.778.144 2.178.928.709 1.433.7 3.248-.034 4.67-.66 1.266-2.771 1.259-3.414-.019-.65-1.262-.712-2.804-.252-4.14.228-.689.756-1.351 1.522-1.439m.099 1.037c-.541.194-.709.82-.811 1.326-.14.894-.126 1.88.328 2.688.342.632 1.387.607 1.686-.052a4.288 4.288 0 0 0 .072-3.389c-.185-.508-.773-.756-1.274-.574zM20.533 13.932c1.044-.834 2.874-.514 3.313.842-.287.089-.572.174-.859.258-.365-.556-1.157-.71-1.717-.368-.341.223-.33.792.018 1.004.622.404 1.416.427 2.029.854 1.076.684 1.037 2.49-.016 3.18-1.238.844-3.014.103-3.529-1.243.313-.125.628-.244.944-.359.294.584.918 1.06 1.601.908.689-.08 1.019-1.044.512-1.519-.648-.562-1.61-.54-2.255-1.111-.718-.592-.708-1.823-.042-2.447zM4.36 14.44c.798-1.436 3.244-1.22 3.791.337-.312.133-.624.263-.937.39-.364-.834-1.682-.907-2.052-.047-.449 1.067-.448 2.368.074 3.408.444.779 1.668.598 1.967-.22.317.115.634.234.948.354-.456 1.586-2.824 1.9-3.703.534-.827-1.422-.85-3.301-.088-4.757zM9.541 13.595c.336-.002.672-.002 1.008-.001.005 1.806-.002 3.613.004 5.42.979.005 1.958-.002 2.938.004l-.001.928c-1.318-.005-2.635.019-3.952-.012.008-2.112 0-4.225.004-6.338zM25.188 13.594h3.749c.002.336.002.671 0 1.006-.914.005-1.828-.002-2.741.005-.001.516-.001 1.032.001 1.549.614.001 1.23-.001 1.844.001.002.341.002.683 0 1.024-.616.004-1.23 0-1.846.002a504.6 504.6 0 0 0 0 1.74c.98.002 1.96-.002 2.939.001.002.342.002.683 0 1.025-1.315.002-2.63.002-3.947 0-.002-2.118-.002-4.235 0-6.353zM30.221 13.594c.959.043 1.94-.103 2.884.096 1.171.57 1.465 2.051 1.436 3.239-.036 1.156-.487 2.564-1.693 2.962-.868.12-1.752.024-2.627.053a3359.15 3359.15 0 0 1 0-6.349m1.009 1.007c-.002 1.439-.002 2.878 0 4.318.607-.054 1.403.208 1.829-.373.52-.782.533-1.793.388-2.689-.098-.479-.296-1.06-.815-1.216-.463-.079-.935-.031-1.402-.04z"/><path fill="#fff" d="M1.373.206c11.742-.07 23.49-.011 35.233-.03.833-.074 1.633.646 1.564 1.498.002 6.884.002 13.768 0 20.652.065.799-.641 1.534-1.442 1.496-11.684.004-23.37.001-35.054.001-.768.049-1.499-.601-1.483-1.384C.179 15.52.189 8.599.186 1.679.136.976.672.297 1.374.205m-.132.339C.773.694.455 1.179.49 1.668V22.33c-.061.652.527 1.252 1.181 1.19 11.687-.001 23.374.002 35.06-.001.641.041 1.192-.56 1.136-1.192-.004-6.922.007-13.843-.005-20.765.008-.648-.626-1.15-1.253-1.082C25.004.479 13.399.481 1.793.479c-.185.006-.374.008-.552.065z"/><path fill="#fff" d="M1.364 1.136c.173-.077.368-.048.552-.059 11.604.01 23.209-.006 34.813.007.329-.032.586.28.541.596v20.638c.046.317-.205.646-.542.599-11.686.005-23.372.001-35.059.002a.515.515 0 0 1-.582-.588c-.001-6.888-.002-13.776 0-20.664-.016-.211.071-.443.277-.532m14.158 2.878c-.87.167-1.332 1.033-1.526 1.82-.313 1.272-.217 2.696.444 3.846.696 1.176 2.689 1.132 3.336-.073.689-1.255.694-2.809.287-4.156-.281-1.088-1.459-1.763-2.54-1.438m-6.979.045c-.002 2.119-.001 4.238-.001 6.359.336.001.672 0 1.008-.001.001-.922-.002-1.843.001-2.764.406-.006.811-.014 1.216.017.318.923.672 1.834 1.01 2.748.362.001.725 0 1.087-.002-.362-.982-.732-1.962-1.103-2.941 1.237-.611 1.286-2.579.04-3.199-1.03-.41-2.178-.14-3.258-.216m12.799-.001c-.731 2.118-1.46 4.237-2.185 6.358a76.9 76.9 0 0 0 1.074-.001c.205-.594.409-1.188.62-1.781.67.01 1.342-.029 2.011.024.178.593.4 1.17.595 1.757.359.004.716.004 1.075.001a2383.17 2383.17 0 0 0-2.186-6.359l-1.004.001m4.146.001v6.356c1.18-.124 2.702.415 3.548-.691 1.032-1.388 1.036-3.469.114-4.913-.817-1.206-2.452-.614-3.662-.752m-9.357 9.465c-.766.088-1.294.75-1.522 1.439-.46 1.336-.398 2.878.252 4.14.643 1.278 2.754 1.285 3.414.019.733-1.422.743-3.238.034-4.67-.4-.784-1.349-1.108-2.178-.928m4.401.409c-.666.624-.676 1.855.042 2.447.644.571 1.607.55 2.255 1.111.506.475.176 1.439-.512 1.519-.683.151-1.307-.324-1.601-.908-.317.115-.631.234-.944.359.515 1.346 2.291 2.087 3.529 1.243 1.052-.69 1.092-2.496.016-3.18-.613-.427-1.408-.45-2.029-.854-.348-.212-.359-.781-.018-1.004.56-.342 1.352-.187 1.717.368.287-.084.572-.169.859-.258-.439-1.356-2.269-1.676-3.313-.842M4.36 14.44c-.762 1.456-.739 3.335.088 4.757.88 1.366 3.247 1.052 3.703-.534-.314-.12-.631-.239-.948-.354-.299.817-1.523.998-1.967.22-.522-1.04-.523-2.341-.074-3.408.37-.86 1.688-.787 2.052.047.313-.127.625-.257.937-.39-.547-1.558-2.993-1.774-3.791-.337m5.181-.846c-.004 2.113.005 4.226-.004 6.338 1.316.031 2.634.007 3.952.012l.001-.928c-.979-.006-1.958.001-2.938-.004-.006-1.807.001-3.614-.004-5.42-.336-.001-.672-.001-1.008.001m15.648 0c-.002 2.118-.002 4.235 0 6.353 1.316.002 2.632.002 3.947 0 .002-.342.002-.683 0-1.025-.979-.004-1.958.001-2.939-.001a504.6 504.6 0 0 1 0-1.74c.616-.002 1.23.001 1.846-.002.002-.341.002-.683 0-1.024-.614-.002-1.23 0-1.844-.001-.002-.517-.002-1.033-.001-1.549.913-.007 1.826 0 2.741-.005.002-.335.002-.67 0-1.006a2342.5 2342.5 0 0 0-3.749 0m5.032 0a3359.15 3359.15 0 0 0 0 6.349c.875-.029 1.759.067 2.627-.053 1.206-.397 1.657-1.806 1.693-2.962.029-1.188-.265-2.669-1.436-3.239-.943-.199-1.925-.053-2.884-.096z"/><path fill="#fff" d="M16.105 4.975c.581-.034.942.523 1.061 1.024.248.984.229 2.087-.23 3.006-.318.67-1.382.655-1.705-.002-.475-.942-.472-2.08-.193-3.082.124-.494.508-.988 1.068-.946zM9.552 5.065c.743.041 2.122-.293 2.182.815-.145 1.052-1.448.672-2.182.734a199.95 199.95 0 0 1 0-1.549zM26.498 5.066c.667.036 1.614-.217 1.972.542.461 1.034.462 2.328-.091 3.328-.388.668-1.25.396-1.88.445-.002-1.439-.002-2.878 0-4.315zM21.215 7.606c.208-.598.426-1.19.646-1.784.208.594.418 1.188.617 1.784-.421.004-.842.004-1.262 0zM16.231 14.56c.502-.182 1.09.066 1.274.574a4.288 4.288 0 0 1-.072 3.389c-.299.659-1.344.684-1.686.052-.454-.808-.468-1.794-.328-2.688.102-.506.27-1.132.811-1.326zM31.23 14.602c.467.008.938-.04 1.402.04.518.156.716.737.815 1.216.145.896.132 1.907-.388 2.689-.426.581-1.222.319-1.829.373-.002-1.44-.002-2.879 0-4.318z"/><path opacity=".64" d="M38.34 1.255l.06.169v21.235l-.079.181c-.119-6.65-.011-13.308-.055-19.961-.013-.544.022-1.085.074-1.625z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--road-closed-to-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d02c2e" d="M11 0h1.97c4.148.378 8.018 2.972 9.814 6.75.715 1.442 1.085 3.03 1.216 4.628v1.236c-.223 4.588-3.275 8.886-7.573 10.534-1.212.491-2.503.746-3.803.852h-1.482c-2.84-.275-5.609-1.477-7.621-3.521C1.5 18.5.317 15.788 0 12.996V11.05c.174-1.118.36-2.245.784-3.301C2.096 4.251 5.129 1.451 8.734.457c.74-.223 1.511-.308 2.267-.456M6.63 4.043c4.088 4.88 8.182 9.76 12.292 14.623 2.182-2.232 3.128-5.561 2.48-8.611a9.626 9.626 0 0 0-4.128-6.083C14.135 1.858 9.74 1.889 6.63 4.043m-4.105 9.519c.388 2.448 1.787 4.706 3.782 6.17 3.157 2.387 7.807 2.484 11.063.235-4.079-4.88-8.172-9.75-12.251-14.63-2.14 2.095-3.086 5.286-2.594 8.225z"/><path fill="#fff" d="M6.63 4.043c3.11-2.154 7.505-2.185 10.644-.071a9.623 9.623 0 0 1 4.128 6.083c.648 3.05-.299 6.379-2.48 8.611-4.11-4.864-8.203-9.743-12.292-14.623zM2.525 13.562c-.492-2.939.455-6.13 2.594-8.225 4.079 4.88 8.172 9.75 12.251 14.63-3.256 2.249-7.906 2.152-11.063-.235-1.996-1.464-3.395-3.722-3.782-6.17z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--road-closed-to-vehicles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e22526" d="M11.378 0h.798c3.106.045 6.175 1.329 8.354 3.549 1.831 1.824 3.006 4.256 3.389 6.806v3.264c-.434 3.07-2.074 5.953-4.534 7.846-2.039 1.606-4.612 2.485-7.202 2.535h-.767c-3.472-.21-6.83-1.939-8.926-4.73a11.975 11.975 0 0 1-2.423-8.149c.2-2.95 1.557-5.798 3.71-7.823C5.815 1.336 8.567.201 11.378 0m-.061 3.409c-2.994.217-5.779 2.142-7.061 4.853-1.242 2.535-1.114 5.682.337 8.106 1.27 2.178 3.537 3.742 6.029 4.138a8.642 8.642 0 0 0 5.774-1.074 8.66 8.66 0 0 0 3.737-4.499 8.66 8.66 0 0 0-.043-5.982c-1.274-3.522-5.039-5.914-8.772-5.541z"/><path fill="#fff" d="M11.317 3.409c3.733-.373 7.498 2.019 8.772 5.541a8.66 8.66 0 0 1 .043 5.982 8.656 8.656 0 0 1-3.737 4.499 8.634 8.634 0 0 1-5.774 1.074c-2.492-.396-4.759-1.96-6.029-4.138-1.45-2.424-1.579-5.57-.337-8.106 1.282-2.711 4.066-4.636 7.061-4.853z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--roundabout--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.46 0h3.08c2.991.513 5.9 1.969 7.791 4.386 1.443 1.729 2.272 3.88 2.669 6.078v3.075c-.512 2.991-1.969 5.901-4.386 7.792-1.729 1.443-3.88 2.272-6.078 2.669h-3.075c-2.991-.512-5.902-1.969-7.793-4.387C1.227 17.884.397 15.733 0 13.537v-3.075c.398-2.197 1.226-4.348 2.669-6.075C4.56 1.97 7.469.514 10.46.001M5.801 8.385c2.512-.005 5.024-.032 7.538-.053-.322-.646-.702-1.259-1.033-1.899 1.796-.198 3.551.678 4.621 2.103.761-.539 1.522-1.079 2.276-1.627-1.904-2.655-5.447-3.857-8.607-3.223-.377-.551-.74-1.112-1.116-1.663-1.241 2.111-2.458 4.238-3.679 6.361m9.465 7.136c.713.021 1.427 0 2.138.062-.717 1.663-2.36 2.726-4.126 2.954.111.92.189 1.846.278 2.769 3.229-.315 6.086-2.763 7.068-5.827.676-.073 1.357-.104 2.036-.145-1.215-2.13-2.447-4.25-3.675-6.373-1.25 2.181-2.482 4.373-3.719 6.56m-9.842 2.807c-.278.615-.592 1.212-.885 1.82 2.45 0 4.899.012 7.348-.005-1.275-2.165-2.542-4.336-3.829-6.493-.367.611-.728 1.224-1.097 1.833-1.098-1.437-1.203-3.402-.509-5.039-.843-.392-1.692-.77-2.535-1.159-1.35 2.958-.645 6.649 1.507 9.044z"/><path fill="#fff" d="M5.801 8.385c1.221-2.123 2.438-4.25 3.679-6.361.376.551.738 1.112 1.116 1.663 3.16-.634 6.703.568 8.607 3.223-.754.549-1.515 1.088-2.276 1.627-1.069-1.425-2.825-2.301-4.621-2.103.331.64.711 1.253 1.033 1.899-2.513.021-5.025.047-7.538.053zM15.266 15.52c1.237-2.188 2.469-4.379 3.719-6.56 1.228 2.123 2.461 4.244 3.675 6.373-.679.041-1.36.073-2.036.145-.982 3.065-3.839 5.512-7.068 5.827-.09-.923-.167-1.849-.278-2.769 1.766-.228 3.409-1.291 4.126-2.954-.711-.062-1.424-.041-2.138-.062zM5.424 18.327c-2.152-2.395-2.858-6.086-1.507-9.044.843.389 1.692.767 2.535 1.159-.694 1.636-.589 3.601.509 5.039.369-.609.731-1.222 1.097-1.833 1.287 2.157 2.554 4.328 3.829 6.493-2.449.017-4.898.005-7.348.005.293-.608.607-1.205.885-1.82z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--roundabout--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".29" d="M2.809 0h20.059l.044.05c-6.245.007-12.49-.014-18.735 0-.48-.006-.96.013-1.44-.011L2.81 0z"/><path fill="#1a1919" d="M1.071.066C1.623.019 2.181.06 2.735.039c.48.024.96.006 1.44.011 6.245-.014 12.49.007 18.735 0 .493.22.839.65 1.038 1.142v2.105c-.028 6.397-.034 12.796-.037 19.193.078.671-.507 1.184-1.051 1.461-7.258-.002-14.516-.004-21.774 0-.493-.206-.871-.61-1.088-1.094V1.202C.158.692.551.23 1.069.065m.31.112C.707.221.148.848.132 1.51v20.98c.027.727.695 1.362 1.429 1.328 6.926.005 13.852.003 20.778.001.741.044 1.425-.59 1.454-1.326l.001-20.986C23.778.764 23.09.117 22.343.161 15.466.156 8.589.161 1.711.158a2.83 2.83 0 0 0-.332.018z"/><path fill="#1a1919" d="M1.432.485C8.402.46 15.373.479 22.343.475c.577-.034 1.116.455 1.136 1.031.002 6.979 0 13.958.001 20.937a1.105 1.105 0 0 1-.742 1.005c-.277.077-.567.056-.851.058H2.013c-.283-.002-.573.019-.847-.065a1.11 1.11 0 0 1-.719-1c0-6.96.002-13.92 0-20.88C.438 1.024.892.518 1.432.486m.046.594c-.261.018-.459.275-.437.53v20.779a.501.501 0 0 0 .519.519c6.926.003 13.852.001 20.778.001.289.029.563-.225.544-.516-.001-6.946.002-13.892-.002-20.838.006-.306-.301-.519-.59-.486-6.938.008-13.877-.014-20.814.011z"/><path fill="#fffffe" d="M1.379.177a2.83 2.83 0 0 1 .332-.018C8.588.162 15.465.156 22.343.162c.747-.044 1.435.603 1.451 1.346l-.001 20.986c-.028.736-.713 1.37-1.454 1.326-6.926.001-13.852.004-20.778-.001-.734.033-1.402-.601-1.429-1.328V1.511C.149.848.708.221 1.379.178m.053.307C.892.517.438 1.023.447 1.56c.002 6.96 0 13.92 0 20.88.003.437.31.852.718 1 .274.085.565.063.847.065h19.874c.284-.002.574.019.851-.058.42-.139.738-.562.742-1.005-.001-6.979.001-13.958-.001-20.937C23.458.929 22.92.44 22.342.474 15.372.479 8.401.459 1.431.484z"/><path fill="#fffffe" d="M1.478 1.08c6.937-.025 13.876-.004 20.814-.011.289-.033.596.18.59.486.003 6.946 0 13.892.002 20.838.019.291-.255.545-.544.516-6.926 0-13.852.002-20.778-.001a.502.502 0 0 1-.519-.519V1.61c-.023-.256.176-.512.437-.53m4.438 4.545c-.318-.379-.604-.785-.932-1.154-.231-.263-.725-.087-.729.267-.023 1.828-.036 3.657-.052 5.486 1.685-.657 3.372-1.308 5.054-1.971.302-.11.449-.558.134-.742-.48-.231-1.008-.343-1.507-.527.664-.579 1.496-.94 2.329-1.203 1.833-.531 3.867-.151 5.431.925l1.264-1.975a9.421 9.421 0 0 0-3.702-1.427c-2.616-.389-5.374.505-7.29 2.321m11.388.456c-.258 1.815-.523 3.628-.771 5.444-.033.354.412.568.685.358.375-.326.73-.677 1.104-1.005.324 1.641-.138 3.36-1.042 4.743a6.753 6.753 0 0 1-2.527 2.153l1.102 2.071c1.737-.898 3.217-2.341 4.035-4.129.875-1.816 1.052-3.937.582-5.889.514-.101 1.047-.123 1.546-.283.338-.121.281-.612-.012-.756-1.565-.906-3.135-1.806-4.703-2.706M3.22 11.471c-.107 1.537.254 3.082.922 4.463.389.847.979 1.585 1.638 2.237a8.777 8.777 0 0 0 3.778 2.248c-.17.479-.385.941-.533 1.426-.081.364.373.624.666.424 1.568-.899 3.133-1.804 4.699-2.707-1.434-1.129-2.866-2.26-4.301-3.387-.279-.203-.72.027-.676.381.09.495.218.983.315 1.477-.632-.268-1.262-.57-1.797-1.008-.725-.648-1.397-1.391-1.783-2.295a6.753 6.753 0 0 1-.599-3.249c-.776.009-1.553-.009-2.329-.009z"/><path fill="#1a1815" d="M5.918 5.625c1.916-1.816 4.674-2.71 7.29-2.321a9.433 9.433 0 0 1 3.702 1.427l-1.264 1.975c-1.564-1.076-3.598-1.456-5.431-.925-.833.262-1.665.623-2.329 1.203.499.185 1.027.296 1.507.527.315.183.169.632-.134.742-1.682.663-3.369 1.314-5.054 1.971.016-1.828.03-3.657.052-5.486.004-.354.498-.529.729-.267.329.369.614.775.932 1.154zM17.306 6.081c1.568.901 3.138 1.801 4.703 2.706.293.144.349.635.012.756-.499.16-1.032.182-1.546.283.469 1.953.293 4.073-.582 5.889-.818 1.789-2.298 3.231-4.035 4.129l-1.102-2.071a6.753 6.753 0 0 0 2.527-2.153c.904-1.383 1.366-3.102 1.042-4.743-.374.328-.729.679-1.104 1.005-.273.21-.717-.005-.685-.358.248-1.816.513-3.629.771-5.444zM3.22 11.471c.776 0 1.553.017 2.329.009a6.742 6.742 0 0 0 .599 3.249c.386.904 1.059 1.647 1.783 2.295.535.438 1.164.74 1.797 1.008-.098-.494-.225-.982-.315-1.477-.044-.354.396-.584.676-.381 1.435 1.127 2.867 2.258 4.301 3.387-1.566.903-3.131 1.808-4.699 2.707-.293.201-.747-.06-.666-.424.148-.485.364-.947.533-1.426A8.764 8.764 0 0 1 5.78 18.17c-.659-.652-1.248-1.39-1.638-2.237-.668-1.381-1.029-2.926-.922-4.463z"/><path fill="#141414" opacity=".21" d="M1.088 23.952c7.258-.004 14.516-.003 21.774 0l-.041.049H1.13l-.042-.048z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--roundabout--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.97 0h2.033c.756.144 1.524.234 2.263.454 3.671.998 6.746 3.886 8.018 7.465.379.983.533 2.027.715 3.058v2.016c-.312 2.707-1.421 5.347-3.341 7.307-1.991 2.112-4.766 3.366-7.631 3.701h-2.033c-4.152-.408-8.038-3.006-9.814-6.809-.652-1.303-.965-2.736-1.182-4.166v-2.024c.181-1.1.358-2.213.776-3.253C2.08 4.246 5.119 1.438 8.73.455 9.462.237 10.222.15 10.968.001m-.002 2.215c-2.623.256-5.101 1.638-6.718 3.716-2.455 3.06-2.773 7.616-.768 10.988 1.886 3.331 5.833 5.344 9.64 4.853 3.632-.376 6.908-2.972 8.125-6.413.994-2.688.726-5.808-.724-8.282-1.861-3.319-5.774-5.311-9.556-4.862z"/><path fill="#fff" d="M10.966 2.216c3.781-.449 7.694 1.543 9.556 4.862 1.45 2.474 1.717 5.594.724 8.282-1.217 3.44-4.493 6.037-8.125 6.413-3.806.491-7.753-1.522-9.64-4.853-2.005-3.372-1.687-7.928.768-10.988 1.616-2.078 4.094-3.461 6.718-3.716M7.135 4.962c.292.71.601 1.415.896 2.124-1.946 1.538-2.784 4.282-2.071 6.653.689-.217 1.385-.407 2.078-.608-.38-1.342-.014-2.844.898-3.89.313.696.595 1.405.906 2.102.599-1.524 1.268-3.024 1.807-4.57-1.508-.595-3.004-1.224-4.514-1.811m6.34.892c-.164.71-.329 1.421-.485 2.132 1.373.322 2.532 1.368 2.936 2.728-.756-.108-1.517-.18-2.274-.276 1.004 1.291 2.01 2.582 3.02 3.869 1.297-1.006 2.582-2.026 3.881-3.029-.77-.094-1.54-.193-2.311-.272-.354-2.482-2.332-4.597-4.768-5.152m-5.838 8.967c.24 1.618.45 3.239.679 4.856.469-.614.926-1.238 1.402-1.85 2.326.961 5.162.336 6.88-1.499-.533-.492-1.055-.996-1.589-1.487-.978 1.036-2.497 1.495-3.881 1.122.444-.619.916-1.218 1.362-1.836-1.619.22-3.242.419-4.853.694z"/><path d="M7.135 4.962c1.511.587 3.006 1.216 4.514 1.811-.539 1.546-1.208 3.046-1.807 4.57-.311-.697-.593-1.406-.906-2.102-.912 1.046-1.278 2.549-.898 3.89-.694.202-1.39.391-2.078.608-.713-2.371.125-5.114 2.071-6.653-.295-.709-.605-1.414-.896-2.124zM13.475 5.854c2.436.554 4.414 2.67 4.768 5.152.772.079 1.541.179 2.311.272-1.298 1.003-2.584 2.023-3.881 3.029-1.01-1.286-2.016-2.578-3.02-3.869.757.096 1.518.168 2.274.276-.404-1.36-1.564-2.406-2.936-2.728.156-.712.32-1.422.485-2.132zM7.636 14.821c1.61-.275 3.234-.474 4.853-.694-.446.618-.918 1.217-1.362 1.836 1.384.373 2.903-.086 3.881-1.122.534.491 1.056.995 1.589 1.487-1.717 1.835-4.554 2.46-6.88 1.499-.475.612-.932 1.236-1.402 1.85-.229-1.618-.439-3.239-.679-4.856z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--shared-path-bicycles-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#5e9dc2" opacity=".89" d="M10.62 0h2.755l.237.059a26.726 26.726 0 0 1-3.227 0L10.62 0z"/><path fill="#0379c1" d="M2.057 5.24C3.936 2.434 7.046.528 10.386.058c1.075.065 2.152.065 3.227 0 4.201.563 7.979 3.485 9.536 7.432.438 1.035.649 2.145.851 3.244v2.506c-.237 1.463-.597 2.922-1.297 4.24-1.794 3.589-5.477 6.042-9.438 6.52h-2.506c-1.463-.237-2.922-.597-4.24-1.297-3.59-1.794-6.042-5.477-6.52-9.438V10.76c.287-1.958.915-3.887 2.057-5.52m6.378-3.168c-.255.402.07.798.334 1.088-.176.711-.373 1.416-.558 2.123-1.197-.386-2.637.101-3.194 1.266-.54 1.024-.264 2.391.637 3.12.924.804 2.432.785 3.336-.043.848-.724 1.111-2.027.61-3.023-.218-.483-.716-.784-.85-1.312 1.067.599 2.02 1.377 3.037 2.055-.142.834.525 1.571 1.38 1.451.029.04.089.116.119.156l-.327.438c.38.107.775.13 1.162.041l.006-.329-.465-.04-.207-.41c.208-.266.407-.537.611-.806.207 1.335 1.365 2.543 2.783 2.413 1.619-.032 2.847-1.829 2.285-3.35-.417-1.406-2.095-2.11-3.431-1.587a376.86 376.86 0 0 0-1.006-1.748l.158-.433c.329-.181.614-.428.817-.747-.845-.051-1.693-.033-2.539-.015l-.074.332c.383.11.77.202 1.157.29l-.218.64c-1.549.005-3.096-.008-4.643.008.137-.46.027-.908-.283-1.269.38-.019.761-.026 1.141-.031l-.001-.641c-.581.066-1.391-.22-1.777.363m4.465 10.832c-.491.225-1.242.326-1.315.982-.428 1.38-.437 2.925-1.199 4.177-.221-.026-.439-.049-.659-.074.097-.297.371-.632.165-.942-.172-.382-.737-.434-.982-.098-.253.282-.032.647.051.951-.95.512-.823 1.725-.769 2.636.142.083.296.139.447.203-.075-.568-.038-1.15.2-1.68.103 1.286.068 2.598.008 3.894.668-.405.503-1.275.878-1.873.057.511.051 1.025.051 1.537l.595.398c-.309-.71-.069-1.467.306-2.091-.069-.754-.349-1.474-.49-2.219a9.357 9.357 0 0 0 1.125-.572c.107-1.12.706-2.111 1.069-3.161.014 1.524-.148 3.052.032 4.571.014 1.158.415 2.355.032 3.486.299-.2.591-.409.88-.624.068-1.353-.043-2.732.313-4.054.171 1.369.235 2.755.121 4.131.206.188.411.374.623.554-.069-1.351.308-2.673.343-4.021.16-1.376-.134-2.743-.191-4.117.577.846.777 1.898.595 2.904-.135.361.347.642.586.327.144-1.453.08-2.955-.391-4.349-.338-.509-.978-.674-1.518-.883.471-.569.582-1.753-.398-1.806-1.037-.046-1.056 1.22-.508 1.814z"/><path fill="#0379c1" d="M9.054 4.658l.084-.378c1.54 0 3.079-.003 4.62.001-.283.788-.568 1.574-.858 2.359l-.363.027-.107-.175c.107-.149.213-.299.318-.449-.426-.14-.989-.226-1.26.234.204.04.409.074.614.109.064.174.128.349.19.523-1.091-.731-2.151-1.511-3.239-2.251zM14.408 4.386c.26.412.5.836.74 1.26-.595.495-.896 1.214-1.086 1.943-.18-.259-.402-.504-.507-.806.229-.817.571-1.598.853-2.397zM5.505 7.534c.075-1.211 1.416-1.905 2.511-1.541-.077.724-.53 1.291-1.066 1.744.84.638 1.537-.6 1.666-1.32.753.863.599 2.358-.474 2.883-1.186.706-2.842-.397-2.637-1.766zM16.083 5.981c.862-.232 1.888.102 2.254.961.557 1.07-.267 2.496-1.467 2.562-.964.121-1.785-.649-1.991-1.549.73-.014 1.46.008 2.189-.037-.197-.707-.642-1.3-.986-1.938z"/><path fill="#0379c1" d="M14.871 7.473c.142-.423.357-.816.634-1.166.239.384.463.777.687 1.172-.442.003-.882.003-1.321-.006zM12.682 7.063c.812-.268 1.2 1.072.38 1.287-.829.305-1.243-1.091-.38-1.287z"/><path fill="#fff" d="M8.434 2.072c.386-.582 1.196-.296 1.777-.363l.001.641c-.38.005-.761.011-1.141.031.31.361.42.809.283 1.269 1.547-.015 3.094-.003 4.643-.008l.218-.64a21.26 21.26 0 0 1-1.157-.29l.074-.332c.846-.018 1.694-.036 2.539.015a2.221 2.221 0 0 1-.817.747c-.054.144-.106.289-.158.433.337.581.671 1.164 1.006 1.748 1.337-.523 3.014.181 3.431 1.587.562 1.52-.666 3.318-2.285 3.35-1.418.13-2.576-1.077-2.783-2.413-.204.268-.403.54-.611.806l.207.41.465.04c-.003.082-.005.246-.006.329a2.335 2.335 0 0 1-1.162-.041l.327-.438c-.029-.04-.089-.116-.119-.156-.855.12-1.522-.618-1.38-1.451-1.017-.678-1.97-1.457-3.037-2.055.134.529.632.83.85 1.312.5.996.237 2.299-.61 3.023-.904.829-2.411.848-3.336.043-.901-.729-1.177-2.096-.637-3.12.557-1.166 1.997-1.652 3.194-1.266.185-.707.382-1.412.558-2.123-.264-.29-.59-.686-.334-1.088m.62 2.586c1.088.739 2.147 1.519 3.239 2.251-.063-.175-.126-.35-.19-.523-.206-.034-.41-.069-.614-.109.271-.46.834-.374 1.26-.234-.105.151-.211.3-.318.449l.107.175.363-.027c.29-.785.574-1.571.858-2.359-1.541-.004-3.08-.001-4.62-.001l-.084.378m5.353-.272c-.282.799-.624 1.58-.853 2.397.105.301.327.546.507.806.19-.729.491-1.448 1.086-1.943-.24-.424-.48-.848-.74-1.26M5.505 7.534C5.301 8.903 6.956 10.005 8.142 9.3c1.072-.525 1.227-2.02.474-2.883-.129.72-.826 1.958-1.666 1.32.536-.453.989-1.02 1.066-1.744-1.095-.364-2.436.329-2.511 1.541m10.578-1.553c.343.638.789 1.231.986 1.938-.729.045-1.459.023-2.189.037.207.9 1.028 1.67 1.991 1.549 1.2-.066 2.023-1.492 1.467-2.562-.366-.859-1.393-1.194-2.254-.961m-1.213 1.491c.439.009.88.009 1.321.006a32.621 32.621 0 0 0-.687-1.172c-.277.35-.493.743-.634 1.166m-2.189-.41c-.863.195-.448 1.592.38 1.287.82-.214.431-1.555-.38-1.287zM12.899 12.904c-.548-.594-.529-1.86.508-1.814.98.054.869 1.237.398 1.806.54.209 1.18.374 1.518.883.471 1.394.535 2.897.391 4.349-.239.315-.721.034-.586-.327a3.917 3.917 0 0 0-.595-2.904c.057 1.374.351 2.741.191 4.117-.036 1.348-.412 2.671-.343 4.021a23.25 23.25 0 0 1-.623-.554c.114-1.376.05-2.763-.121-4.131-.356 1.323-.245 2.701-.313 4.054-.289.216-.581.424-.88.624.383-1.131-.018-2.329-.032-3.486-.18-1.519-.018-3.047-.032-4.571-.363 1.049-.961 2.041-1.069 3.161-.36.217-.738.405-1.125.572.142.744.421 1.464.49 2.219-.375.624-.615 1.381-.306 2.091a205.5 205.5 0 0 0-.595-.398c0-.512.006-1.026-.051-1.537-.375.597-.211 1.468-.878 1.873.06-1.296.096-2.608-.008-3.894-.239.53-.276 1.112-.2 1.68-.151-.064-.305-.12-.447-.203-.055-.911-.181-2.124.769-2.636-.083-.304-.304-.669-.051-.951.245-.336.809-.283.982.098.207.31-.068.645-.165.942.22.026.438.049.659.074.762-1.252.771-2.797 1.199-4.177.073-.656.823-.757 1.315-.982z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--shared-path-pedestrians-and-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.493 0h3.016c3.796.566 7.351 2.887 9.113 6.337.702 1.291 1.122 2.714 1.377 4.157v3.016c-.566 3.794-2.885 7.35-6.333 9.116-1.285.695-2.695 1.13-4.131 1.375h-3.083c-3.785-.569-7.32-2.898-9.076-6.335C.674 16.373.254 14.95-.001 13.508v-3.016c.256-1.443.676-2.864 1.379-4.156C3.14 2.886 6.697.566 10.493.001m-.916 1.626c-1.084.487-.278 2.349.82 1.743 1.067-.489.263-2.339-.82-1.743m-.945 1.995c-.471 1.2-.947 2.397-1.427 3.592-.115.258-.107.543-.097.819.263-.023.528-.05.789-.102.38-.948.737-1.907 1.133-2.849.402 2.753-.953 5.337-1.019 8.045.338 0 .908.119.98-.35.314-1.376.507-2.778.847-4.148.365 1.388.556 2.82.942 4.201.069.536 1.017.376.901-.171-.26-2.517-.94-5.002-.82-7.551.352.944.605 1.928 1.007 2.851.128.293.479.193.729.21-.043-1.582-.823-3.043-1.137-4.585-.942-.005-1.885.017-2.828.035m5.771 2.309c-.553.145-.686.968-.228 1.3.359.305.957.108 1.09-.337.22-.518-.313-1.149-.862-.964m-2.45 2.614c.325 1.047 1.358.159 2.023.005.176 1.555-.563 2.991-.522 4.526.267.023.535.039.802.043.175-.764.223-1.551.368-2.32.249.772.37 1.577.582 2.36.27-.052.871.083.755-.368-.23-1.298-.861-2.538-.723-3.888.32.537.477 1.531 1.327 1.207-.337-.873-.897-1.63-1.337-2.451-1.188-.214-2.223.46-3.275.887M9.35 14.435c-.513.406-.151 1.064.322 1.313-.18.527-.441 1.02-.682 1.52-1.012-.454-2.311-.149-2.893.827-.759 1.128-.164 2.834 1.128 3.25 1.294.52 2.9-.506 2.932-1.908.099-.78-.355-1.461-.866-1.998.369-.295.685.137.963.34.963.729 1.775 1.933 3.147 1.689.228 1.171 1.384 2.097 2.593 1.855 1.453-.198 2.327-2.01 1.548-3.262-.547-1.037-1.902-1.381-2.94-.909-.206-.318-.41-.637-.608-.957l.223-.571c.159-.02.317-.042.476-.063a2.21 2.21 0 0 0-.04-.487 24.534 24.534 0 0 0-1.758.014c-.01.123-.034.369-.046.493.31.017.622.023.933.039l-.189.368c-1.207.001-2.413-.008-3.62-.003l-.048-.453c-.25-.217-.466-.477-.489-.823.522-.068 1.136.138 1.564-.256-.543-.089-1.109-.134-1.65-.02z"/><path fill="#035ca1" d="M9.912 16.4c1.197-.02 2.395-.021 3.593-.025-.408.828-.809 1.659-1.223 2.483-.858-.687-1.724-1.366-2.587-2.048.07-.138.143-.275.217-.411zM13.773 16.851c.257.022.293.381.438.558a3.103 3.103 0 0 0-.837 1.612l-.651-.012c.361-.713.663-1.458 1.05-2.159zM14.813 17.463c.933-.301 2.091.025 2.447 1.01.467 1.043-.347 2.345-1.474 2.435-.935.123-1.774-.608-1.973-1.493.65-.128 1.577.258 2.04-.241-.25-.623-.716-1.126-1.04-1.71zM6.455 18.335c.468-.828 1.559-1.075 2.396-.687-.256.63-.612 1.22-1.158 1.638.072.06.217.179.29.237.647-.325.878-1.046 1.221-1.63.309.408.608.877.557 1.411.018 1.123-1.223 2.03-2.287 1.651-1.079-.284-1.64-1.681-1.019-2.62z"/><path fill="#035ca1" d="M13.793 18.976c.107-.45.313-.87.621-1.218.283.402.552.815.824 1.225-.481.003-.964.003-1.445-.007z"/><path fill="#fff" d="M9.577 1.627c1.084-.596 1.887 1.253.82 1.743-1.098.607-1.904-1.256-.82-1.743z"/><path fill="#fff" d="M8.632 3.622c.943-.018 1.886-.04 2.828-.035.314 1.542 1.094 3.003 1.137 4.585-.25-.017-.601.083-.729-.21-.402-.923-.655-1.907-1.007-2.851-.12 2.549.561 5.033.82 7.551.116.547-.832.707-.901.171-.386-1.381-.577-2.813-.942-4.201-.339 1.37-.532 2.772-.847 4.148-.072.468-.642.35-.98.35.065-2.708 1.42-5.292 1.019-8.045-.397.942-.754 1.9-1.133 2.849a7.533 7.533 0 0 1-.789.102c-.01-.277-.018-.561.097-.819.48-1.195.956-2.392 1.427-3.592zM14.403 5.928c.549-.185 1.083.446.862.964-.133.445-.732.642-1.09.337-.458-.333-.325-1.156.228-1.3z"/><path fill="#fff" d="M11.953 8.541c1.053-.427 2.087-1.101 3.275-.887.44.82 1 1.578 1.337 2.451-.849.325-1.007-.669-1.327-1.207-.138 1.35.493 2.59.723 3.888.116.451-.485.316-.755.368-.211-.783-.333-1.587-.582-2.36-.145.77-.193 1.556-.368 2.32-.267-.004-.535-.02-.802-.043-.042-1.535.698-2.971.522-4.526-.665.154-1.698 1.042-2.023-.005zM9.35 14.435c.541-.115 1.107-.069 1.65.02-.428.394-1.042.188-1.564.256.023.346.239.607.489.823.016.15.033.301.048.453 1.207-.005 2.413.004 3.62.003l.189-.368c-.31-.016-.622-.022-.933-.039l.046-.493c.586-.026 1.173-.03 1.758-.014.029.16.048.322.04.487-.159.021-.317.043-.476.063l-.223.571c.198.321.402.639.608.957 1.038-.472 2.393-.128 2.94.909.779 1.252-.095 3.064-1.548 3.262-1.209.243-2.365-.683-2.593-1.855-1.372.244-2.185-.96-3.147-1.689-.278-.203-.593-.635-.963-.34.511.537.965 1.218.866 1.998-.033 1.402-1.638 2.429-2.932 1.908-1.293-.416-1.887-2.122-1.128-3.25.582-.976 1.881-1.281 2.893-.827.241-.5.502-.993.682-1.52-.473-.249-.835-.908-.322-1.313m.562 1.963c-.073.136-.146.273-.217.411.862.682 1.728 1.36 2.587 2.048.415-.824.815-1.655 1.223-2.483-1.199.004-2.396.005-3.593.025m3.861.45c-.387.7-.689 1.445-1.05 2.159l.651.012a3.103 3.103 0 0 1 .837-1.612c-.145-.177-.181-.536-.438-.558m1.04.611c.323.584.789 1.087 1.04 1.71-.463.5-1.39.113-2.04.241.2.886 1.038 1.616 1.973 1.493 1.127-.09 1.941-1.392 1.474-2.435-.356-.985-1.514-1.311-2.447-1.01m-8.358.873c-.621.939-.06 2.336 1.019 2.62 1.063.378 2.305-.528 2.287-1.651.051-.535-.248-1.003-.557-1.411-.343.584-.574 1.306-1.221 1.63a33.229 33.229 0 0 1-.29-.237c.547-.419.903-1.008 1.158-1.638-.837-.387-1.928-.141-2.396.687m7.338.641c.481.009.964.009 1.445.007-.273-.41-.541-.823-.824-1.225a2.806 2.806 0 0 0-.621 1.218z"/></symbol><symbol viewBox="0 0 48 24" id="regulatory--sidewalk-closed--g1" xmlns="http://www.w3.org/2000/svg"><path d="M2.562 0h42.555a3.394 3.394 0 0 1 2.585 2.546v18.859c-.279 1.228-1.243 2.23-2.472 2.525-1.407-.162-2.823-.085-4.237-.095-11.428-.002-22.857-.002-34.286 0-1.412.012-2.826-.067-4.232.094-1.249-.297-2.226-1.33-2.476-2.586V2.589A3.407 3.407 0 0 1 2.561.001m-.277.352C1.081.684.2 1.884.237 3.132.235 9.044.233 14.956.239 20.868c-.045 1.538 1.348 2.919 2.887 2.853h41.451c1.543.069 2.935-1.313 2.893-2.853.006-5.912.004-11.824.002-17.736.028-1.13-.684-2.227-1.725-2.664-.698-.312-1.477-.231-2.22-.24C30.409.23 17.291.23 4.173.228c-.631.009-1.278-.052-1.89.125z"/><path d="M2.437.956c.273-.081.561-.097.842-.101 13.765.003 27.53-.004 41.293.003 1.228-.055 2.315 1.048 2.275 2.27.003 5.915.006 11.83-.002 17.745.021 1.197-1.058 2.281-2.261 2.224-13.823-.002-27.645-.002-41.466 0-1.202.055-2.275-1.029-2.254-2.221C.857 14.959.86 9.043.862 3.126.843 2.163 1.5 1.219 2.436.956m.301 1.204c-.459.149-.68.65-.641 1.106.002 5.823 0 11.645.002 17.468-.072.593.422 1.173 1.032 1.127 13.814.004 27.63.004 41.444 0 .613.049 1.109-.531 1.041-1.125-.003-5.873.009-11.748-.006-17.621.039-.629-.571-1.1-1.17-1.027-13.673-.003-27.345.004-41.016-.003-.228.007-.464.001-.684.076z"/><path d="M4.362 4.746c-.167-.668.467-1.371 1.152-1.228.528.057.768.578.885 1.03-.411.081-.662-.227-.944-.455-.353-.104-.723.309-.526.637.462.455 1.202.696 1.376 1.389.24.739-.423 1.617-1.219 1.467-.613-.063-.897-.68-.988-1.216l.54-.012c.03.623.878.985 1.134.295.218-.982-1.272-1.036-1.41-1.907zM7.023 3.578h.558c0 1.318.002 2.636 0 3.955a25.762 25.762 0 0 0-.556 0c-.003-1.319-.002-2.637-.002-3.955zM8.446 3.567c.678.036 1.677-.213 1.992.602.3.92.359 2.017-.094 2.896-.383.681-1.264.404-1.898.458V3.567m.573 3.421c.447.027 1.036-.06 1.042-.632.079-.841.285-2.461-1.041-2.261-.007.964-.004 1.929-.002 2.893zM11.459 3.578h1.865c-.002.186-.002.371-.002.558-.432-.006-.863.003-1.294-.002l-.001.994c.274 0 .547.002.821.003-.002.18-.002.361 0 .541l-.821.004.001 1.298c.482-.007.963.006 1.446-.002l.002.559c-.672-.002-1.345-.002-2.017 0V3.576zM13.828 3.569c.185 0 .371 0 .556-.002.11.699.218 1.397.332 2.094.136-.696.259-1.395.388-2.093l.446-.003c.122.692.239 1.385.374 2.074.127-.689.231-1.38.346-2.072.186.002.371.002.558 0-.219 1.324-.417 2.65-.651 3.973a69.06 69.06 0 0 0-.479-.027c-.119-.681-.243-1.362-.371-2.042-.128.684-.25 1.368-.374 2.053l-.499-.002c-.207-1.318-.417-2.636-.625-3.953zM18.046 3.567l.556.002c.326 1.318.656 2.634.984 3.952l-.568.004c-.086-.362-.188-.723-.274-1.085-.283.003-.566.002-.85-.002-.083.362-.182.723-.264 1.087l-.569-.004.985-3.953m.263 1.198c-.095.376-.183.751-.274 1.127.189 0 .379 0 .568.002-.1-.376-.191-.754-.294-1.128zM20.142 3.578h.569c0 1.142.002 2.284 0 3.427.484-.007.967.006 1.452.003-.003.174-.006.35-.006.525-.671-.002-1.343-.002-2.014 0l-.001-3.955zM22.709 3.567h.569c-.003.529.002 1.058 0 1.588.301-.528.601-1.058.9-1.588l.654.003c-.271.464-.546.926-.818 1.388.304.854.611 1.708.912 2.562-.198.002-.397.003-.595.003-.233-.645-.458-1.292-.704-1.932-.416.563-.376 1.266-.352 1.93l-.566.003-.001-3.958zM27.825 3.83c.65-.75 1.771-.086 1.807.798-.139 0-.416 0-.555.002-.085-.444-.625-.814-.951-.352-.297.771-.268 1.695.002 2.472.262.528.95.258.964-.28l.55.018c.004.993-1.339 1.543-1.907.669-.47-1.008-.54-2.372.089-3.326zM30.386 3.578h.568c-.002 1.142.002 2.284 0 3.427.482-.007.964.006 1.447 0v.528c-.672-.002-1.345-.002-2.015 0-.002-1.318-.002-2.636 0-3.955zM33.579 3.601c1.661-.532 1.784 1.829 1.522 2.905 0 1.006-1.473 1.556-1.932.561-.413-1.069-.559-2.661.41-3.466m.318.483c-.632.462-.47 1.43-.434 2.12-.009.449.395 1.122.885.71.391-.629.326-1.437.23-2.142-.043-.335-.258-.829-.681-.687zM35.987 4.621c-.152-1.377 1.984-1.444 2.059-.107l-.507.024c-.146-.414-.76-.675-.982-.174-.148.616.711.747 1.02 1.145.756.605.405 2.048-.611 2.085-.713.085-1.143-.602-1.23-1.221.136-.004.407-.015.543-.021.036.608.85.999 1.128.322.259-1.038-1.404-1.072-1.419-2.053zM38.664 3.578l1.869.001c-.003.185-.004.371-.004.556-.432-.009-.863.006-1.295-.003.002.332.002.665 0 .996l.823.003c-.003.18-.003.361-.002.541l-.821.004c0 .432.002.866 0 1.3.483-.007.966.003 1.449-.002-.002.186-.002.371 0 .558-.672-.002-1.345-.002-2.017 0 0-1.318.002-2.637-.002-3.955zM41.35 3.566c.657.048 1.599-.215 1.953.531.353.921.392 2.041-.039 2.941-.373.713-1.27.438-1.916.486.002-1.319.002-2.638.002-3.958m.572.529c-.007.964-.007 1.929 0 2.893.42.016 1.008-.031 1.029-.58.095-.853.31-2.51-1.029-2.314zM4.14 11.973c1.559-1.008 3.039-2.159 4.657-3.068.736.179.21 1.018.124 1.489 9.956.002 19.914 0 29.87 0-.086-.48-.614-1.301.119-1.489 1.62.903 3.099 2.06 4.658 3.069-1.528.997-2.998 2.094-4.554 3.042-.845.039-.34-.99-.222-1.452-9.958 0-19.916 0-29.873-.002.119.456.623 1.492-.225 1.452-1.556-.948-3.025-2.045-4.554-3.042zM6.024 16.427h.569c.025 1.017-.051 2.038.036 3.05.063.529.905.565 1.003.033.107-1.021.016-2.056.045-3.083h.569c-.034 1.078.073 2.164-.06 3.236-.238.994-1.792 1.027-2.088.054-.164-1.085-.03-2.196-.075-3.29zM9.129 17.565c-.142-.659.484-1.325 1.155-1.188.519.043.748.549.887.979-.161.012-.323.025-.484.04-.192-.371-.713-.702-.988-.215-.216.605.62.748.93 1.111.823.563.552 2.072-.493 2.154-.73.113-1.191-.592-1.261-1.23l.541-.007c.042.561.763.999 1.091.383.392-1.041-1.281-1.112-1.377-2.027zM11.797 16.429l1.863.001.002.558c-.432-.009-.865.009-1.297-.002.002.331.002.663 0 .996l.821.001-.001.543-.82.003c.002.432 0 .865.002 1.298.483-.006.966.006 1.449.001-.002.185-.003.371-.003.558-.672-.002-1.345-.002-2.015 0v-3.958zM17.338 16.448c.49-.206 1.149-.042 1.336.499.379.947.394 2.099-.058 3.023-.377.772-1.629.565-1.792-.265-.282-1.039-.432-2.518.514-3.257m.158.588c-.464.71-.379 1.673-.174 2.463.061.413.674.565.856.154.304-.711.274-1.543.085-2.281-.051-.346-.486-.62-.766-.335zM19.415 16.43h2.018c-.002.174 0 .35.001.525-.241 0-.482.004-.723.004 0 1.142.002 2.284 0 3.427-.192-.002-.383-.002-.574-.002l-.001-3.426c-.241 0-.482-.004-.723-.004.002-.174.003-.35.002-.525zM21.982 16.43h.569c-.002.537.001 1.073 0 1.61h1.085c-.003-.537 0-1.073-.002-1.61h.569v3.955l-.568.002c-.002-.598-.002-1.196-.002-1.795-.361 0-.723 0-1.084.002v1.792h-.569c.002-1.318.002-2.637 0-3.955zM25.07 16.429l1.865.001c-.002.185 0 .371.002.558-.432-.009-.865.009-1.297-.002 0 .331 0 .663-.002.996l.821.001v.544c-.274-.002-.547 0-.82 0v1.301c.483-.007.966.004 1.449 0-.002.185-.002.371-.002.558h-2.017v-3.958zM27.754 16.427c.577.031 1.198-.101 1.743.142.696.42.592 1.516-.067 1.929.177.629.364 1.257.544 1.884-.192 0-.386 0-.578.002-.174-.62-.352-1.239-.526-1.857a48.88 48.88 0 0 1-.543-.006c-.003.622-.003 1.243-.004 1.863l-.566-.002c0-1.318 0-2.637-.002-3.955m.568.538c0 .343.002.686.004 1.029.408-.019 1.152.085 1.085-.547-.025-.568-.704-.438-1.09-.482zM32.57 17.589c-.174-.713.555-1.413 1.258-1.191.465.095.639.568.784.962-.171.009-.34.021-.51.033-.159-.637-1.179-.555-.993.159.695.549 1.853 1.204 1.328 2.276-.505 1.127-2.176.549-2.133-.613l.547-.004c.021.634.887.987 1.133.292.21-.988-1.291-1.032-1.415-1.914zM35.234 16.429l.556.001c.002 1.318 0 2.637 0 3.955-.186 0-.371 0-.556.002v-3.958zM36.657 16.426c.663.052 1.637-.23 1.969.555.331.926.383 2.045-.07 2.94-.391.677-1.263.417-1.899.462v-3.956m.57.53c-.003.964-.002 1.929 0 2.893.441.028 1.041-.067 1.043-.631.082-.845.288-2.482-1.043-2.263zM39.669 16.429l1.865.001c0 .185 0 .371.002.558-.432-.009-.865.009-1.297-.002v.996l.82.001v.543c-.274 0-.547.002-.82.003.002.432 0 .865 0 1.298.483-.006.966.006 1.449.001-.002.185-.002.371-.002.558-.672-.002-1.345-.002-2.017 0v-3.958z"/><path fill="#fff" d="M2.284.353c.613-.177 1.26-.116 1.89-.125C17.292.23 30.41.23 43.528.228c.742.009 1.522-.072 2.22.24 1.041.437 1.753 1.534 1.725 2.664.003 5.912.004 11.824-.002 17.736.042 1.54-1.351 2.922-2.893 2.853H3.127c-1.54.066-2.932-1.315-2.887-2.853C.234 14.956.237 9.044.238 3.132.201 1.884 1.082.684 2.285.353m.152.603C1.501 1.22.843 2.163.863 3.126.86 9.043.857 14.959.865 20.876c-.021 1.193 1.052 2.276 2.254 2.221h41.466c1.203.057 2.282-1.027 2.261-2.224.007-5.915.004-11.83.002-17.745.04-1.222-1.046-2.325-2.275-2.27C30.81.851 17.045.858 3.28.855a3.147 3.147 0 0 0-.842.101z"/><path fill="#fff" d="M2.737 2.16c.221-.075.456-.069.684-.076 13.671.007 27.344 0 41.016.003.599-.073 1.209.398 1.17 1.027.015 5.873.003 11.748.006 17.621.069.595-.428 1.175-1.041 1.125-13.814.004-27.63.004-41.444 0-.61.046-1.103-.534-1.032-1.127-.002-5.823 0-11.645-.002-17.468-.039-.456.182-.957.641-1.106m1.627 2.587c.139.871 1.628.924 1.41 1.907-.256.69-1.105.328-1.134-.295l-.54.012c.091.537.376 1.154.988 1.216.796.151 1.459-.727 1.219-1.467-.174-.693-.914-.935-1.376-1.389-.197-.328.173-.741.526-.637.282.228.532.535.944.455-.118-.452-.358-.973-.885-1.03-.686-.143-1.319.561-1.152 1.228m2.661-1.168c0 1.318-.002 2.636.002 3.955.185-.002.37-.002.556 0 .002-1.319 0-2.637 0-3.955h-.558m1.423-.011v3.956c.634-.054 1.515.224 1.898-.458.453-.879.394-1.977.094-2.896-.315-.815-1.313-.566-1.992-.602m3.013.011v3.955c.672-.002 1.345-.002 2.017 0l-.002-.559c-.483.007-.964-.006-1.446.002l-.002-1.298.821-.004a48.78 48.78 0 0 1 0-.541c-.274-.002-.547-.003-.821-.003.002-.331.002-.663.002-.994.431.004.862-.004 1.294.002l.001-.558h-1.865m2.37-.011c.207 1.318.417 2.636.625 3.953l.499.002c.124-.684.246-1.368.374-2.053.128.68.252 1.361.371 2.042.121.006.359.019.479.027.234-1.322.432-2.649.651-3.973h-.558c-.115.692-.219 1.383-.346 2.072-.136-.689-.252-1.382-.374-2.074-.112.002-.335.003-.446.003-.128.698-.252 1.397-.388 2.093-.115-.698-.222-1.395-.332-2.094l-.556.001m4.219-.001l-.985 3.953.569.004c.082-.364.18-.724.264-1.087.283.003.566.004.85.002.086.362.188.723.274 1.085l.568-.004c-.328-1.318-.657-2.634-.984-3.952l-.556-.001m2.096.011l.001 3.955c.671-.002 1.343-.002 2.014 0 0-.174.003-.35.006-.525-.484.003-.967-.01-1.452-.003.002-1.143 0-2.285 0-3.427h-.569m2.567-.011c.002 1.319 0 2.638.002 3.958.142-.002.425-.003.566-.003-.024-.665-.064-1.367.352-1.93.246.639.471 1.286.704 1.932l.595-.003c-.301-.854-.608-1.708-.912-2.562.273-.462.547-.924.818-1.388l-.654-.003c-.3.529-.599 1.06-.9 1.588.002-.529-.003-1.058 0-1.588h-.569m5.114.262c-.629.954-.559 2.318-.089 3.326.568.874 1.911.323 1.907-.669a94.79 94.79 0 0 1-.55-.018c-.015.538-.702.808-.964.28-.27-.777-.298-1.701-.002-2.472.326-.462.866-.092.951.352.139-.002.416-.002.555-.002-.036-.884-1.157-1.547-1.807-.798m2.56-.251c-.002 1.319-.002 2.637 0 3.955.671-.002 1.343-.002 2.015 0v-.528c-.483.006-.966-.007-1.447 0 .002-1.143-.002-2.285 0-3.427h-.568m3.193.023c-.969.805-.823 2.397-.41 3.466.459.996 1.932.446 1.932-.561.262-1.076.139-3.438-1.522-2.905m2.408 1.02c.015.981 1.678 1.015 1.419 2.053-.279.677-1.093.286-1.128-.322l-.543.021c.086.619.517 1.306 1.23 1.221 1.017-.037 1.367-1.48.611-2.085-.309-.398-1.167-.529-1.02-1.145.222-.501.836-.24.982.174l.507-.024c-.075-1.337-2.211-1.27-2.059.107m2.678-1.043c.003 1.318.002 2.637.002 3.955.672-.002 1.345-.002 2.017 0a25.948 25.948 0 0 1 0-.558c-.483.004-.966-.006-1.449.002.002-.434 0-.868 0-1.3l.821-.004c-.002-.18-.002-.361.002-.541l-.823-.003c.002-.331.002-.663 0-.996.432.009.863-.006 1.295.003 0-.185.002-.371.004-.556-.623-.002-1.246-.002-1.869-.002m2.686-.012c0 1.319 0 2.638-.002 3.958.645-.048 1.543.227 1.916-.486.431-.9.392-2.02.039-2.941-.353-.745-1.295-.483-1.953-.531M4.14 11.973c1.529.997 2.998 2.094 4.554 3.042.848.04.344-.996.225-1.452 9.958.002 19.916.002 29.873.002-.118.462-.623 1.491.222 1.452 1.556-.948 3.026-2.045 4.554-3.042-1.559-1.009-3.038-2.166-4.658-3.069-.733.188-.206 1.009-.119 1.489-9.956 0-19.914.002-29.87 0 .086-.471.613-1.31-.124-1.489-1.617.909-3.098 2.06-4.657 3.068m1.884 4.453c.045 1.094-.089 2.205.075 3.29.297.973 1.85.941 2.088-.054.133-1.072.025-2.159.06-3.236h-.569c-.028 1.027.063 2.062-.045 3.083-.098.532-.941.496-1.003-.033-.086-1.012-.01-2.033-.036-3.05h-.569m3.104 1.138c.097.915 1.769.987 1.377 2.027-.328.616-1.049.177-1.091-.383l-.541.007c.07.638.531 1.343 1.261 1.23 1.045-.082 1.316-1.591.493-2.154-.31-.362-1.146-.505-.93-1.111.276-.487.796-.157.988.215.161-.015.323-.028.484-.04-.139-.431-.368-.936-.887-.979-.671-.137-1.297.529-1.155 1.188m2.669-1.136v3.958c.671-.002 1.343-.002 2.015 0 0-.186.001-.373.003-.558-.483.004-.966-.007-1.449-.001l-.001-1.298.82-.003c0-.136 0-.407.002-.543l-.821-.002v-.996c.432.01.865-.007 1.297.002l-.001-.558-1.863-.001m5.539.019c-.947.739-.796 2.218-.514 3.257.162.83 1.415 1.038 1.792.265.452-.924.437-2.077.058-3.023-.186-.541-.845-.705-1.336-.499m2.077-.018c.002.174 0 .35-.002.525.241 0 .482.004.723.004l.001 3.426c.191 0 .382 0 .574.002.002-1.143 0-2.285 0-3.427.242 0 .482-.004.723-.004-.002-.174-.003-.35-.002-.525h-2.018m2.568-.001c.002 1.318.002 2.637 0 3.955h.569v-1.792c.361-.002.723-.002 1.084-.002 0 .599 0 1.197.002 1.795l.568-.001V16.43h-.569c.001.537-.002 1.073.001 1.61h-1.085c.002-.537-.001-1.073 0-1.61h-.569m3.087-.001v3.958c.672-.002 1.345-.002 2.017 0 0-.186 0-.373.002-.558-.483.004-.966-.007-1.449 0v-1.301c.273 0 .546-.002.82 0v-.544l-.821-.002c.002-.332.002-.665.002-.996.432.01.865-.007 1.297.002a34.639 34.639 0 0 1-.002-.558c-.622 0-1.243 0-1.865-.002m2.683-.001c.002 1.318.002 2.637.002 3.955l.566.002.004-1.863c.18.003.361.004.543.006.174.619.352 1.237.526 1.857.192-.002.386-.002.578-.002-.18-.628-.367-1.255-.544-1.884.659-.413.763-1.509.067-1.929-.544-.243-1.166-.11-1.743-.142m4.817 1.162c.124.882 1.625.926 1.415 1.914-.246.695-1.112.341-1.133-.292l-.547.004c-.043 1.161 1.628 1.74 2.133.613.525-1.072-.634-1.728-1.328-2.276-.186-.714.833-.796.993-.159.17-.012.338-.024.51-.033-.145-.394-.319-.866-.784-.961-.704-.222-1.433.479-1.258 1.191m2.663-1.161v3.958c.185-.002.37-.002.556-.002 0-1.318.002-2.637 0-3.955-.186 0-.371 0-.556-.002m1.423-.002v3.956c.637-.045 1.509.215 1.899-.462.453-.894.401-2.014.07-2.94-.332-.784-1.306-.502-1.969-.555m3.012.004v3.958c.672-.002 1.345-.002 2.017 0 0-.186 0-.373.002-.558-.483.004-.966-.007-1.449-.001 0-.434.002-.866 0-1.298.273-.002.546-.003.82-.003v-.543l-.82-.002v-.996c.432.01.865-.007 1.297.002-.002-.186-.002-.373-.002-.558l-1.865-.001z"/><path fill="#fff" d="M33.897 4.084c.423-.142.638.352.681.687.097.705.161 1.513-.23 2.142-.49.413-.894-.261-.885-.71-.036-.69-.198-1.658.434-2.12zM9.019 6.988c-.003-.964-.006-1.929.002-2.893 1.325-.2 1.119 1.421 1.041 2.261-.006.572-.595.659-1.042.632zM41.922 4.095c1.339-.197 1.124 1.461 1.029 2.314-.021.549-.608.596-1.029.58-.007-.964-.007-1.929 0-2.893zM18.309 4.766c.103.374.194.753.294 1.128-.189-.002-.379-.002-.568-.002.091-.376.179-.751.274-1.127zM17.496 17.036c.28-.285.716-.01.766.335.189.738.219 1.57-.085 2.281-.182.411-.795.259-.856-.154-.204-.79-.289-1.753.174-2.463zM28.323 16.965c.386.043 1.064-.086 1.09.482.067.632-.677.528-1.085.547-.003-.343-.004-.686-.004-1.029zM37.227 16.957c1.331-.219 1.125 1.418 1.043 2.263-.003.563-.602.659-1.043.631-.002-.964-.003-1.929 0-2.893z"/><path opacity=".73" d="M2.476 23.928c1.406-.161 2.82-.082 4.232-.094 11.429-.002 22.858-.002 34.286 0 1.413.01 2.829-.067 4.237.095l-.225.07H2.708l-.231-.072z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--slanted-parking--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0066b3" d="M1.518 0h20.951c.338.09.653.258.89.518-.436-.212-.896-.409-1.391-.392C15.282.132 8.595.122 1.91.131.946.089.082.943.134 1.912.132 8.637.132 15.364.134 22.09c-.046.962.81 1.828 1.776 1.775h20.178c.967.052 1.822-.812 1.776-1.776.007-6.684-.002-13.369.005-20.054.019-.494-.172-.958-.386-1.392.238.228.404.515.517.823v20.998a2.076 2.076 0 0 1-1.518 1.537H1.478A2.122 2.122 0 0 1 0 22.477V1.46C.222.75.786.176 1.518.001z"/><path fill="#0066b3" d="M1.711.988C1.933.916 2.169.915 2.4.91 8.839.917 15.278.909 21.718.914c.695-.06 1.352.532 1.318 1.237.01 6.524.001 13.051.004 19.576.062.676-.499 1.339-1.19 1.316-6.565.011-13.129.005-19.694.004-.715.049-1.32-.624-1.249-1.327C.909 15.202.903 8.682.911 2.164c-.02-.514.312-1.015.803-1.175m1.58 1.46c-.004 5.063.002 10.126-.002 15.188.666.017 1.333.011 2 .008-.001-5.066.011-10.133-.006-15.199-.664.001-1.328 0-1.992.002m7.55.612C9.428 4.213 8.23 5.64 6.892 6.894c-.385.296-.586.904-.199 1.283 2.912 2.933 5.843 5.849 8.765 8.77.292.329.842.341 1.14.016a1266.48 1266.48 0 0 0 3.844-3.844c.353-.326.278-.905-.077-1.2-2.84-2.84-5.681-5.682-8.518-8.527-.25-.268-.632-.497-1.003-.331m3.84 15.407c.406.167.817.334 1.256.385l.005-.34c-.403-.091-1.033-.637-1.261-.046m4.128-.282l-.14.374c-.529.013-1.074-.077-1.592.06.092.619 1.164.163 1.648.304v.293c-.43.046-.931-.121-1.313.116-.05.355-.04.715-.032 1.073-.094.768.899.39 1.351.478l-.018.32c-.551.12-1.474-.308-1.74.312.564.072 1.134.042 1.7.046-.062.636.636.642.57.001.568-.005 1.139.023 1.704-.046-.268-.622-1.19-.193-1.742-.313l-.013-.319c.42-.028.866.066 1.27-.065.175-.476.041-1.027.071-1.532-.438-.097-.89-.076-1.336-.071l-.001-.293c.482-.139 1.577.313 1.644-.307-.52-.13-1.062-.044-1.591-.056l-.14-.378c-.1 0-.198.001-.298.004m-15.863 1.26c.311.024.62.052.931.08l.002.416c-.264.014-.533.01-.791.079-.108.47.518.257.79.33.004.4.002.799-.005 1.199l-.43.168c.132.33.498.275.785.289.113-.544.077-1.1.079-1.651.228-.024.473.004.684-.101.094-.391-.458-.27-.686-.316l.007-.377c.292-.062.722-.218.706-.578-.296-.296-.586-.798-1.054-.762-.401.336-.85.71-1.019 1.223m3.338-1.143c-.116.752-.01 1.524-.055 2.284-.39.17-1.253-.034-1.234.565.419.034.826-.102 1.234-.175.006.341.012.682.025 1.022.631.128.389-.647.428-1.015.132-.116.263-.233.392-.35-.13-.082-.259-.162-.39-.242-.025-.732.06-1.471-.064-2.196l-.337.108m4.175-.047c-.065.192-.13.384-.191.577a7.04 7.04 0 0 0-1.213.127c-.066-.292-.168-.679-.547-.508.047.245.097.488.146.732-.604.503-.912 1.387-.554 2.12.17.38.668.506 1.01.276.776-.498 1.094-1.415 1.445-2.221.865.372.844 1.77-.08 2.044-.377.019-.3.598.067.41 1.362-.284 1.43-2.39.146-2.852.041-.228.077-.458.108-.688l-.337-.018m2.169.124c-.122.713-.041 1.447-.032 2.168.424.041.851.043 1.276.035l.055.438a21.272 21.272 0 0 0-.289-.427c-.152.36.088.667.286.946l-.479.138.016.276c.192.025.385.048.578.068l.19-.24c.65.242 1.373.116 2.051.108.362-.41-.432-.394-.689-.382 0-.313.001-.626.004-.938l.647-.03c-.007-.086-.02-.262-.028-.349l-.622-.023-.004-.772c.251-.016.502-.032.752-.053a49.105 49.105 0 0 1-.05-.35 25.504 25.504 0 0 0-1.896-.002l-.042.358c.257.018.515.032.772.047l-.006.763c-.246.031-.781-.071-.68.341.221.062.452.064.68.08l.004.924c-.284.017-.569.036-.852.07.034-.421.046-.845.017-1.267-.2-.07-.462-.09-.534-.33l.486-.124-.011-.217c-.166-.047-.33-.096-.494-.146.164-.152.374-.235.577-.32-.148-.164-.361-.229-.563-.3.13-.2.377-.215.583-.276-.28-.536-1.184-.259-1.702-.212m-7.378.22c.067.391.397.666.712.874l.144-.281c-.238-.223-.46-.857-.856-.593m-.212.857c-.148.376.296.666.515.923.625-.02-.124-1.012-.515-.923M3.028 21.7c.554.316.762-.847.565-1.192-.446.132-.368.814-.565 1.192m1.412-1.158c.006.382.086.756.193 1.121l.293.029c.049-.388-.07-.764-.181-1.13l-.305-.019m8.004 1.341c.451-.145.32-.75.372-1.122-.47-.121-.325.761-.372 1.122m.458-1.104c.083.323-.138.908.298.994.01-.288.013-.576.02-.864.089.233.032.601.352.653-.022-.262-.05-.522-.083-.784l-.587.001z"/><path fill="#0066b3" d="M10.19 3.985c.299-.256.532-.79.976-.748.078.376-.595 1.195-.976.748zM9.516 10.45c.773-2.046 2.447-3.65 4.463-4.464.146.746.442 1.476.499 2.23-1.026.829-1.987 1.746-2.778 2.806-.727-.194-1.454-.388-2.184-.571zM14.417 6.496c1.487 1.393 2.91 2.858 4.336 4.314-.702-.156-1.618.074-2.112-.571-.557-.605-1.192-1.139-1.722-1.766-.234-.637-.34-1.318-.502-1.976zM7.261 6.894c.815-.352-.09 1.068-.575.798.012-.358.336-.577.575-.798zM9.977 10.932c.817.259 1.847.173 2.43.901.434.445.875.886 1.321 1.319.636.502.415 1.415.563 2.12-1.448-1.435-2.912-2.858-4.314-4.34zM17.224 10.97c.668.007 1.33.157 1.993.241-1.231 1.751-2.783 3.269-4.519 4.517-.082-.643-.236-1.278-.283-1.925.96-.916 1.945-1.819 2.809-2.833zM13.044 18.676l.324-.01.054.282-.434-.007.056-.265zM9.154 19.388c.318-.072.643-.114.97-.126-.157.454-.358.89-.6 1.306a32.87 32.87 0 0 1-.37-1.18zM12.934 19.529c.126-.302.444-.326.53.022a13.412 13.412 0 0 1-.53-.022zM17.804 19.572c.31-.008.619-.012.93-.012l-.023.316-.886-.007-.022-.296zM19.193 19.561c.31 0 .619.002.929.01l-.023.299-.888.006-.018-.314zM8.767 19.631c.174.451.319.914.473 1.374-.209.113-.437.412-.682.211-.384-.474-.163-1.17.209-1.585zM12.994 19.934c.14-.006.281-.008.421-.01l-.037.296a19.51 19.51 0 0 0-.342-.008l-.042-.278zM17.825 20.206c.296-.004.592-.006.888-.008l.022.342c-.31-.004-.62-.01-.93-.025l.02-.308zM19.21 20.197l.892.007.02.312c-.31.013-.619.019-.929.022l.017-.341z"/><path fill="#fff" d="M.134 1.912C.082.944.946.089 1.91.131 8.595.123 15.282.132 21.968.126c.494-.017.955.18 1.391.392.043.04.084.08.124.124.215.434.406.898.386 1.392-.007 6.685.002 13.37-.005 20.054.046.964-.809 1.828-1.776 1.776H1.91c-.966.053-1.822-.812-1.776-1.775-.002-6.726-.002-13.453 0-20.178M1.711.988c-.491.16-.823.661-.803 1.175C.901 8.681.907 15.201.904 21.719c-.071.703.534 1.376 1.249 1.327 6.565.001 13.129.007 19.694-.004.691.023 1.253-.641 1.19-1.316-.002-6.524.006-13.051-.004-19.576.035-.706-.623-1.297-1.318-1.237C15.276.908 8.837.917 2.397.909c-.23.005-.467.006-.689.078z"/><path fill="#fff" d="M3.294 2.449c.664-.002 1.328-.001 1.992-.002.017 5.066.005 10.133.006 15.199-.667.002-1.334.008-2-.008.005-5.063-.001-10.126.002-15.188zM10.844 3.06c.371-.166.754.064 1.003.331 2.837 2.845 5.677 5.687 8.518 8.527.355.295.43.874.077 1.2-1.278 1.284-2.56 2.564-3.844 3.844-.298.325-.848.313-1.14-.016-2.922-2.921-5.852-5.837-8.765-8.77-.386-.379-.186-.986.199-1.283 1.338-1.254 2.536-2.681 3.952-3.834m-.654.926c.38.448 1.054-.372.976-.748-.444-.042-.677.492-.976.748m-.674 6.465c.73.184 1.457.377 2.184.571.791-1.06 1.752-1.976 2.778-2.806-.058-.754-.353-1.483-.499-2.23-2.016.814-3.69 2.418-4.463 4.464m4.901-3.953c.162.659.268 1.339.502 1.976.53.628 1.165 1.162 1.722 1.766.494.646 1.41.415 2.112.571-1.426-1.456-2.849-2.921-4.336-4.314m-7.156.399c-.239.221-.563.44-.575.798.485.27 1.39-1.15.575-.798m2.716 4.038c1.402 1.482 2.866 2.905 4.314 4.34-.148-.706.073-1.619-.563-2.12a68.451 68.451 0 0 1-1.321-1.319c-.583-.728-1.613-.642-2.43-.901m7.247.038c-.864 1.014-1.849 1.918-2.809 2.833.047.647.202 1.282.283 1.925 1.736-1.248 3.288-2.766 4.519-4.517-.664-.084-1.325-.234-1.993-.241zM14.684 18.468c.228-.592.858-.046 1.261.046l-.005.34c-.439-.052-.851-.218-1.256-.385zM18.812 18.185c.1-.002.198-.004.298-.004l.14.378c.529.012 1.072-.073 1.591.056-.067.62-1.162.168-1.644.307l.001.293c.445-.005.898-.026 1.336.071-.03.505.104 1.056-.071 1.532-.403.131-.85.037-1.27.065l.013.319c.552.12 1.475-.308 1.742.313-.565.068-1.136.041-1.704.046.066.641-.632.635-.57-.001-.566-.004-1.136.026-1.7-.046.266-.62 1.189-.192 1.74-.312l.018-.32c-.452-.088-1.445.29-1.351-.478-.007-.358-.018-.718.032-1.073.382-.238.883-.071 1.313-.116v-.293c-.484-.14-1.555.316-1.648-.304.518-.137 1.063-.047 1.592-.06l.14-.374m-1.006 1.388l.022.296.886.007.023-.316c-.311 0-.62.004-.93.012m1.388-.01l.018.314.888-.006.023-.299c-.31-.007-.619-.01-.929-.01m-1.368.646l-.02.308c.31.016.62.022.93.025a39.23 39.23 0 0 0-.022-.342l-.888.008m1.385-.008l-.017.341c.31-.002.619-.008.929-.022a16.324 16.324 0 0 1-.02-.312c-.298-.004-.595-.005-.892-.007zM2.951 19.446c.169-.512.618-.887 1.019-1.223.468-.036.757.466 1.054.762.017.36-.414.516-.706.578l-.007.377c.228.046.78-.076.686.316-.211.104-.456.077-.684.101-.002.551.034 1.108-.079 1.651-.287-.014-.653.041-.785-.289l.43-.168c.007-.4.008-.799.005-1.199-.271-.073-.898.14-.79-.33.258-.07.527-.065.791-.079l-.002-.416c-.311-.029-.62-.056-.931-.08m.643-.312c.355.005.712.005 1.068-.001-.191-.206-.384-.412-.576-.616-.166.205-.33.41-.492.617zM6.288 18.302l.337-.108c.124.725.038 1.464.064 2.196.131.08.26.161.39.242-.13.118-.26.234-.392.35-.04.368.203 1.144-.428 1.015-.013-.341-.019-.682-.025-1.022-.408.073-.815.209-1.234.175-.019-.599.844-.395 1.234-.565.046-.76-.061-1.531.055-2.284zM10.462 18.256l.337.018c-.031.229-.067.46-.108.688 1.284.462 1.216 2.568-.146 2.852-.367.187-.444-.391-.067-.41.924-.274.946-1.672.08-2.044-.35.806-.668 1.723-1.445 2.221-.342.23-.84.104-1.01-.276-.358-.733-.049-1.618.554-2.12-.049-.244-.1-.487-.146-.732.379-.172.481.216.547.508.4-.082.805-.116 1.213-.127.061-.193.126-.385.191-.577m-1.308 1.131c.116.395.238.788.37 1.18a7.38 7.38 0 0 0 .6-1.306 5.28 5.28 0 0 0-.97.126m-.387.243c-.372.415-.593 1.111-.209 1.585.245.2.473-.098.682-.211-.154-.46-.299-.923-.473-1.374z"/><path fill="#fff" d="M12.631 18.379c.517-.047 1.422-.324 1.702.212-.206.061-.454.076-.583.276.202.071.415.136.563.3-.203.085-.413.168-.577.32.164.05.329.1.494.146l.011.217-.486.124c.072.24.334.26.534.33.029.422.017.846-.017 1.267.283-.034.568-.053.852-.07l-.004-.924c-.228-.017-.46-.018-.68-.08-.101-.412.434-.31.68-.341l.006-.763a49.942 49.942 0 0 1-.772-.047l.042-.358a25.504 25.504 0 0 1 1.896.002l.05.35c-.251.02-.502.037-.752.053l.004.772c.208.007.415.014.622.023.007.088.02.263.028.349l-.647.03c-.002.312-.004.625-.004.938.257-.012 1.051-.029.689.382-.678.008-1.4.134-2.051-.108l-.19.24c-.193-.02-.386-.043-.578-.068l-.016-.276.479-.138c-.198-.278-.438-.586-.286-.946.098.142.194.283.289.427l-.055-.438c-.425.008-.852.006-1.276-.035-.008-.721-.09-1.456.032-2.168m.414.299l-.056.265.434.007a27.98 27.98 0 0 0-.054-.282l-.324.01m-.11.853c.176.011.354.018.53.022-.086-.348-.404-.324-.53-.022m.06.405l.042.278.342.008.037-.296c-.14.001-.281.004-.421.01zM5.254 18.601c.396-.264.618.37.856.593l-.144.281c-.314-.208-.644-.482-.712-.874zM5.042 19.458c.391-.089 1.14.902.515.923-.218-.257-.662-.547-.515-.923zM3.028 21.7c.197-.378.119-1.06.565-1.192.197.344-.011 1.507-.565 1.192zM4.44 20.542l.305.019c.112.366.23.743.181 1.13l-.293-.029a4.23 4.23 0 0 1-.193-1.121z"/><path fill="#fff" d="M12.444 21.884c.047-.361-.098-1.243.372-1.122-.052.372.079.977-.372 1.122zM12.902 20.78l.587-.001c.032.262.061.522.083.784-.319-.052-.263-.42-.352-.653-.007.288-.011.576-.02.864-.436-.085-.215-.671-.298-.994z"/><path fill="#0d6eb7" d="M3.595 19.135c.162-.206.326-.412.492-.617.192.204.385.409.576.616a34.57 34.57 0 0 1-1.068.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--snow-chains--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M10.551 0h2.891c.551.2 1.153.21 1.711.396 4.049 1.062 7.39 4.404 8.452 8.452.185.555.193 1.154.396 1.703v2.891c-.201.551-.21 1.153-.396 1.711-1.062 4.049-4.404 7.39-8.452 8.452-.555.185-1.154.193-1.701.396H10.56c-.552-.2-1.153-.21-1.711-.396-4.049-1.062-7.39-4.404-8.454-8.452-.184-.556-.192-1.154-.394-1.701v-2.891c.2-.552.21-1.153.396-1.712C1.459 4.8 4.8 1.459 8.848.397c.556-.185 1.156-.192 1.704-.396m-.846 4.095c-1.225.601-1.755 1.974-2.141 3.196-.676 2.352-.737 4.855-.389 7.267.245 1.376.589 2.785 1.401 3.946.404.567 1.004 1.107 1.746 1.079 1.077-.003 2.153.015 3.23-.009.96-.086 1.557-.979 1.984-1.748.863-1.785 1.136-3.792 1.176-5.755.017-2.143-.235-4.347-1.164-6.302-.436-.88-1.195-1.826-2.279-1.779-1.185.048-2.399-.121-3.564.105z"/><path fill="#030303" d="M9.706 4.096c1.165-.225 2.379-.056 3.564-.105 1.085-.047 1.844.9 2.279 1.779.929 1.955 1.181 4.159 1.164 6.302-.04 1.963-.312 3.97-1.176 5.755-.428.77-1.024 1.663-1.984 1.748-1.077.024-2.153.007-3.23.009-.741.028-1.342-.512-1.746-1.079-.813-1.161-1.156-2.57-1.401-3.946-.349-2.412-.287-4.915.389-7.267.386-1.223.916-2.596 2.141-3.196m.082.338l.06.236-.228-.094c-.119.052-.229.123-.343.189-.51.516-.881 1.161-1.124 1.842l.379-.094.032.166c-.18.039-.449.027-.358.295l.198-.007-.079.135c-.147.072-.312.119-.429.241-.122.695-.648 1.663-.264 2.218l-.093.239.448-.02-.164.363c-.194-.21-.359.056-.465.192-.102.817-.062 1.644-.06 2.466.068-.001.204-.004.272-.007l-.044.307a6.56 6.56 0 0 1 .479-.182c-.109.206-.287.367-.385.581l-.141.086-.114-.074c.102.937.252 1.874.534 2.777a.71.71 0 0 0 .464.005c.152-.184.298-.374.44-.564-.253.278-.446.653-.347 1.027.233.102.574.004.748.225-.33-.054-.731-.079-.957-.349a5.071 5.071 0 0 0-.146.37l.072.015c.19.609.53 1.177.963 1.646.099.13.256.189.4.257l-.001.09c.152.102.323.17.501.205.711.011 1.52.188 2.179-.079l.41.125.267-.3.048.274c.245-.019.495.034.737-.023.716-.192 1.195-.841 1.512-1.471l-.064-.106c.287.007.335-.251.366-.477.245-.682.508-1.377.585-2.098-.194-.339-.501-.61-.644-.968.308.076.381.626.768.383-.007-.754.492-1.747-.064-2.334l.316-.157c.013-.182-.189-.217-.311-.291.469-.251.169-.822.216-1.238-.105-.362.083-.886-.271-1.12-.658.45-.137-.235.064-.488-.127-.716-.252-1.468-.589-2.117-.402.149-.326.807-.727.881.231-.46.497-.897.547-1.421-.369-.776-.886-1.609-1.766-1.857l-.109.17a.338.338 0 0 0-.597-.008l-.076-.149c-.573-.119-1.035.339-1.357.75l-.109-.103c.165-.24.484-.375.562-.668-.713.055-1.447-.086-2.144.107z"/><path fill="#030303" d="M10.655 5.964l.245.031.025.241-.284.012.013-.284zM9.434 6.524a1.66 1.66 0 0 1 .971-.307c-.162.256-.656.329-.971.307zM10.973 6.457c.35.326.39.898.607 1.327.287-.156.333-.536.523-.782l.201.03-.042.206-.024.114c.719.201.87 1.015 1.03 1.64.366 1.844.371 3.769.001 5.613-.158.617-.319 1.432-1.034 1.617l.028.129.046.21-.205.023c-.185-.268-.255-.631-.53-.827-.17.322-.208.752-.518.972.07-.461.428-.838.472-1.301a15.038 15.038 0 0 1-.401-1.748c-.095.048-.286.142-.379.19.083-.181.232-.316.337-.484-.019-.485-.068-.971-.087-1.457l-.013-.264c.043-.522.083-1.044.111-1.567-.24-.314-.53-.585-.786-.884l.095-.111c.257.228.416.606.731.744.09-.606.268-1.192.409-1.785-.164-.544-.456-1.047-.573-1.605zM13.479 6.764c.05.295.31.429.558.542-.278-.078-.678-.157-.558-.542zM14.165 7.655c.252.176.048.641.41.768a18.82 18.82 0 0 1-.276-.182c-.036-.197-.059-.398-.134-.586zM14.534 8.735c.152.278.196.601.298.898-.161-.272-.196-.601-.298-.898zM8.769 9.34c.178-.249.606-.113.843-.299-.223.169-.546.335-.843.299zM14.812 9.958c.165.265.056.568.117.858l-.137.011c.048-.284.165-.594.02-.869zM8.628 10.895c.26-.001.378.365.68.316.038.091.084.176.145.253-.278-.184-.662-.282-.825-.57zM14.935 11.039h.03c.005.522.012 1.046.005 1.569-.103-.5-.012-1.051-.035-1.569zM8.054 12.551c.184-.245.518-.3.774-.449l-.272.409.544-.129c-.154.272-.515.256-.737.45l.08-.351a52.91 52.91 0 0 0-.389.07zM14.804 12.787l.115-.001c-.068.271.106.648-.119.847.137-.267.058-.564.004-.846zM14.533 14.863c.113-.294.137-.623.299-.896-.113.294-.127.631-.299.896zM9.731 14.427c.613-.067-.208.66 0 0zM9.027 15.64a2.24 2.24 0 0 1 .708-.712c-.283.185-.523.43-.708.712zM14.291 15.359c.093-.063.186-.125.28-.186l-.231.204c.047.168.084.337.111.508l-.32.036.225-.2-.066-.362zM13.538 16.615c.149-.13.315-.237.487-.334-.091.225-.493.244-.554.562.017-.056.051-.17.067-.228zM10.742 17.197c.611.219-.362.438 0 0z"/><path fill="#fff" d="M9.788 4.434c.697-.193 1.431-.052 2.144-.107-.078.292-.397.428-.562.668l.109.103c.322-.41.784-.869 1.357-.75l.076.149c.264.441.205.98.147 1.468-.101.519-.74.595-.956 1.038-.19.245-.236.626-.523.782-.217-.429-.257-1.002-.607-1.327.117.558.409 1.061.573 1.605-.141.593-.319 1.179-.409 1.785-.315-.138-.473-.516-.731-.744l-.095.111c.256.299.546.57.786.884a54.466 54.466 0 0 1-.111 1.567c-.408-.023-1.295.168-1.126-.522.186-.681-.189-1.578.473-2.054-.282-.774.075-1.574.323-2.328.05-.32.595-.318.465-.704-.093-.308.131-.555.294-.788-.017-.105-.076-.165-.18-.18-.151.206-.229.488-.453.634-.278-.378-.555-.767-.933-1.054l-.06-.236zM13.508 4.505l.109-.17c.88.248 1.397 1.081 1.766 1.857-.05.524-.316.961-.547 1.421.401-.074.324-.732.727-.881.337.649.461 1.401.589 2.117-.201.253-.723.939-.064.488.354.233.166.758.271 1.12-.047.416.253.987-.216 1.238-.307.06-.625.099-.936.051.091-.636-.334-1.527.359-1.916-.067-.324-.354-.036-.51.054-.005-.774-.489-1.504-.147-2.269-.129.074-.251.157-.379.229-.174-.593-.589-1.149-1.183-1.368-.012-.646-.186-1.386.162-1.971z"/><path fill="#fff" d="M8.153 6.607c.243-.681.614-1.326 1.124-1.842.496.282.774.81 1.145 1.223-.64.13-1.276.299-1.889.526l-.379.094zM8.565 6.68c.233-.046.467-.098.705-.113-.225.235-.599.22-.865.401l-.198.007c-.091-.268.178-.256.358-.295zM8.463 7.145c.656-.224 1.314-.449 1.996-.574-.135.619-.436 1.201-.465 1.845-.578-.274-1.031-.849-1.531-1.271zM12.263 7.239c.606-.814 1.409-.023 1.711.625.888 2.206.924 4.71.315 6.992-.174.741-.607 1.381-1.175 1.88-.343.067-.614-.174-.85-.385l-.028-.129c.715-.185.876-1 1.034-1.617.37-1.844.365-3.769-.001-5.613-.16-.625-.311-1.439-1.03-1.64l.024-.114zM7.897 7.345c.31.295.601.622.977.834.105-.019.21-.035.316-.051.18.123.327.287.48.441l-.323-.036.083.28c-.542.311-1.372.279-1.731.782.296-.044.582-.139.874-.204-.178.177-.538.181-.585.457.627-.08 1.193-.39 1.794-.574.031.67-.19 1.321-.145 1.994a12.452 12.452 0 0 1-1.413-1.091c-.436.064.139.402.232.569-.272-.111-.489-.337-.782-.396.288.627 1.122.796 1.482 1.384.04.185.157.263.349.233-.121.142-.299.247-.35.438.165-.046.329-.094.492-.145-.048.611.087 1.205.141 1.809l-.504-.032c.119.138.255.263.382.394a7.266 7.266 0 0 1-.963-.46c.13.007.39.017.522.024-.322-.363-.827-.566-1.293-.685.078.311.456.342.67.531-.355.011-.63-.302-.983-.341.098-.213.276-.374.385-.581a6.738 6.738 0 0 0-.479.182c.011-.076.034-.229.044-.307-.068.003-.204.005-.272.007-.001-.822-.042-1.649.06-2.466.106-.135.271-.402.465-.192l.164-.363-.448.02.093-.239c-.383-.555.142-1.523.264-2.218m.159 5.208l.389-.07-.08.351c.223-.194.583-.178.737-.45l-.544.129.272-.409c-.256.149-.59.204-.774.449z"/><path fill="#fff" d="M9.951 11.981c.345-.072.699-.042 1.047-.052.019.487.068.972.087 1.457-.105.168-.253.303-.337.484l.379-.19c.095.591.236 1.172.401 1.748-.044.463-.402.839-.472 1.301.31-.22.347-.65.518-.972.275.196.345.559.53.827.137.303.463.432.704.636.072.578-.05 1.169.083 1.743l-.267.3-.41-.125c-.755-.569-1.47-1.464-1.07-2.455-.145.098-.27.221-.405.331-.237-.559-.394-1.148-.531-1.738-.121-.555.361-.956.594-1.398-.299-.038-.424.306-.636.456-.434-.629-.223-1.612-.216-2.353zM15.254 12.042c.29-.088.649-.138.882.101.556.587.058 1.581.064 2.334-.387.243-.46-.307-.768-.383.142.358.449.629.644.968-.076.721-.339 1.416-.585 2.098l-.306-.02c-.248-.307-.231-.928-.63-1.018.197.503.409 1.004.57 1.515l.064.106c-.318.63-.796 1.279-1.512 1.471-.193-.039-.39-.071-.571-.149-.103-.599-.063-1.22-.031-1.826.731-.119.972-.838 1.507-1.201.114-.735.383-1.435.469-2.172l.278.115c-.224-.623-.181-1.298-.075-1.939zM7.366 13.512l.114.074c.676.418 1.402.751 2.125 1.079-.607.499-1.106 1.113-1.705 1.624-.282-.902-.432-1.84-.534-2.777zM8.619 16.559c.206-.547.853-1.142 1.372-1.377.082.613.294 1.195.46 1.787-.611-.135-1.211-.323-1.831-.41zM8.173 17.019c.721.098 1.409.355 2.128.453-.377.408-.767.806-1.165 1.193a4.396 4.396 0 0 1-.963-1.646zM9.536 18.922c.491-.326.75-.91 1.254-1.208.274.54.645 1.018 1.035 1.478-.595.047-1.192.017-1.789.025a1.366 1.366 0 0 1-.501-.205l.001-.09z"/><path fill="#eaeaea" d="M12.912 4.497a.338.338 0 0 1 .597.008c-.349.585-.174 1.325-.162 1.971.594.219 1.008.775 1.183 1.368.129-.072.251-.156.379-.229-.342.764.142 1.495.147 2.269.156-.09.442-.378.51-.054-.693.389-.268 1.28-.359 1.916.311.048.629.009.936-.051.122.074.324.109.311.291l-.316.157c-.233-.239-.593-.189-.882-.101-.106.641-.149 1.315.075 1.939l-.278-.115c-.086.737-.355 1.437-.469 2.172-.535.363-.776 1.082-1.507 1.201-.032.606-.072 1.227.031 1.826.181.078.378.11.571.149-.243.056-.492.004-.737.023l-.048-.274c-.133-.574-.011-1.165-.083-1.743-.241-.204-.567-.333-.704-.636l.205-.023-.046-.21c.236.21.507.452.85.385.567-.499 1-1.138 1.175-1.88.609-2.282.573-4.787-.315-6.992-.302-.648-1.105-1.439-1.711-.625l.042-.206-.201-.03c.216-.442.855-.519.956-1.038.058-.488.117-1.027-.147-1.468m.564 2.267c-.121.385.28.464.558.542-.248-.113-.508-.247-.558-.542m.686.891c.075.188.098.389.134.586.091.062.184.122.276.182-.362-.127-.158-.593-.41-.768m.369 1.08c.102.298.137.626.298.898-.102-.298-.146-.621-.298-.898m.278 1.223c.145.275.028.585-.02.869l.137-.011c-.06-.29.048-.593-.117-.858m.123 1.081c.023.518-.068 1.069.035 1.569.007-.523 0-1.047-.005-1.569h-.03m-.131 1.748c.054.282.133.579-.004.846.225-.2.051-.577.119-.847l-.115.001m-.271 2.076c.172-.264.186-.602.299-.896-.162.272-.186.602-.299.896m-.242.496l.066.362-.225.2.32-.036a4.378 4.378 0 0 0-.111-.508l.231-.204c-.094.062-.188.123-.28.186m-.754 1.256c-.016.058-.05.172-.067.228.06-.318.463-.337.554-.562a2.897 2.897 0 0 0-.487.334z"/><path fill="#a8a8a8" d="M9.277 4.765c.114-.066.224-.137.343-.189l.228.094c.378.287.656.676.933 1.054.224-.146.302-.428.453-.634.103.015.162.075.18.18-.162.233-.386.48-.294.788.13.386-.416.383-.465.704-.248.754-.605 1.554-.323 2.328-.662.476-.287 1.373-.473 2.054-.169.689.719.499 1.126.522l.013.264c-.349.011-.703-.02-1.047.052-.007.741-.219 1.724.216 2.353.212-.15.337-.493.636-.456-.233.442-.715.843-.594 1.398.137.59.294 1.179.531 1.738.135-.11.26-.233.405-.331-.4.991.315 1.886 1.07 2.455-.658.267-1.468.09-2.179.079.597-.008 1.193.021 1.789-.025-.39-.46-.762-.937-1.035-1.478-.504.298-.763.882-1.254 1.208-.143-.068-.3-.127-.4-.257.398-.387.788-.786 1.165-1.193-.719-.098-1.406-.355-2.128-.453l-.072-.015a5.57 5.57 0 0 1 .146-.37c.227.27.627.295.957.349-.174-.221-.515-.123-.748-.225-.099-.374.094-.75.347-1.027-.142.19-.288.381-.44.564-.143.058-.319.04-.464-.005.599-.511 1.098-1.125 1.705-1.624-.723-.329-1.449-.661-2.125-1.079l.141-.086c.353.039.627.351.983.341-.215-.189-.593-.22-.67-.531.465.119.971.322 1.293.685l-.522-.024c.307.18.633.327.963.46-.127-.131-.263-.256-.382-.394l.504.032c-.054-.603-.189-1.197-.141-1.809-.164.051-.327.099-.492.145.051-.192.229-.296.35-.438-.192.03-.308-.048-.349-.233-.359-.587-1.193-.756-1.482-1.384.292.059.51.284.782.396-.093-.166-.668-.504-.232-.569.446.394.914.764 1.413 1.091-.046-.673.176-1.323.145-1.994-.601.184-1.166.493-1.794.574.047-.276.406-.28.585-.457-.292.064-.578.16-.874.204.359-.503 1.189-.471 1.731-.782l-.083-.28.323.036c-.153-.154-.3-.318-.48-.441-.106.016-.212.032-.316.051-.377-.212-.668-.539-.977-.834.117-.122.282-.169.429-.241l.079-.135c.265-.181.64-.166.865-.401-.239.015-.472.067-.705.113l-.032-.166c.613-.227 1.25-.396 1.889-.526-.371-.413-.649-.941-1.145-1.223m1.377 1.196l-.013.284.284-.012-.025-.241-.245-.031m-1.222.56c.315.021.808-.051.971-.307a1.66 1.66 0 0 0-.971.307m-.971.621c.5.422.953.998 1.531 1.271.03-.644.33-1.225.465-1.845-.682.125-1.341.35-1.996.574m.339.412c-.669-.071.06.688 0 0M8.769 9.34c.298.036.621-.13.843-.299-.237.186-.665.05-.843.299m-.141 1.555c.162.288.547.386.825.57a1.114 1.114 0 0 1-.145-.253c-.302.048-.42-.318-.68-.316m1.103 3.531c-.208.66.613-.067 0 0m-.704 1.213c.185-.282.425-.527.708-.712a2.24 2.24 0 0 0-.708.712m-.408.919c.621.087 1.22.275 1.831.41-.166-.593-.378-1.175-.46-1.787-.519.235-1.165.83-1.372 1.377m.924.398c.101.264.59.299.869.292-.204-.233-.613-.122-.869-.292m1.2.24c-.362.438.611.219 0 0z"/><path fill="#525252" d="M14.556 16.122c.4.09.382.711.63 1.018l.306.02c-.031.227-.079.484-.366.477-.161-.511-.373-1.012-.57-1.515z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--snow-chains--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d71920" d="M10.736.44c3.623-.35 7.362 1.168 9.703 3.955 1.913 2.207 2.899 5.174 2.719 8.086-.176 3.472-2.059 6.798-4.936 8.747-3.187 2.239-7.544 2.629-11.093 1.036a11.52 11.52 0 0 1-5.596-5.334C-.211 13.506-.051 9.201 1.96 5.924 3.795 2.841 7.154.728 10.734.441m-.492 2.248c-2.765.433-5.266 2.215-6.604 4.669-1.394 2.508-1.516 5.67-.314 8.276 1.541 3.521 5.444 5.802 9.27 5.393 3.673-.284 6.992-2.994 8.018-6.532 1.11-3.506-.143-7.597-3.036-9.87-2.016-1.66-4.763-2.371-7.334-1.937z"/><path fill="#fff" d="M10.242 2.689c2.572-.434 5.318.277 7.334 1.937 2.893 2.273 4.146 6.364 3.036 9.87-1.026 3.538-4.345 6.247-8.018 6.532-3.826.409-7.729-1.872-9.27-5.393-1.201-2.606-1.08-5.768.314-8.276 1.338-2.454 3.839-4.236 6.604-4.669M8.297 5.958c.305.002.611.002.916.002.149-.199.233-.497.503-.562.154.175-.016.383-.06.568.331-.006.664-.006.996-.007.149-.198.232-.498.502-.558.152.174-.018.382-.061.565.336-.007.672-.006 1.008-.002.146-.205.259-.455.493-.577.19.161.01.382-.03.568.187.008.373.019.56.03.047.443-.473.283-.748.338-.1.288-.193.578-.281.87l.492.058-.007.281c-.191.016-.382.03-.574.043-.068.349-.128.7-.182 1.051.114.008.343.025.457.035l-.017.32-.49.034c-.025.342-.052.684-.076 1.027.229.048.55.032.542.346-.187.026-.374.05-.563.074 0 .344-.002.69-.01 1.036l.45.037.126.254c-.193.043-.388.077-.581.113.006.404.018.809.041 1.212.263.026.62-.019.662.331-.21.028-.42.05-.63.071.038.352.085.702.14 1.051.248.044.712-.071.698.317-.204.066-.419.078-.629.102.062.302.128.605.204.905.287.02.632-.01.732.331-.205.036-.413.064-.62.089.108.292.221.582.342.868.226.023.464.006.673.108.055.281-.268.268-.454.307.169.184.335.37.498.559-.443.324-.673-.316-.942-.557-.337-.08-.692-.024-1.037-.032.173.198.346.396.514.599-.456.299-.696-.331-.96-.604-.33.001-.659.001-.989.004.172.199.344.397.512.6-.458.296-.697-.335-.962-.605-.304.001-.607.002-.91.007.384.608.86 1.33 1.645 1.409 1.082.026 2.166.006 3.248.01.793.023 1.416-.598 1.775-1.246.676-1.236.866-2.666.961-4.052.115-2.239-.035-4.55-.896-6.646-.42-.923-.942-2-1.962-2.359-1.117-.073-2.243-.014-3.362-.031-.799-.03-1.295.704-1.661 1.309m-.155.347c-.118.301-.229.604-.335.908.328.002.656.001.984.001.095-.307.194-.613.3-.916-.317.004-.632.005-.949.006m1.343.003c-.104.299-.203.601-.294.905.346.004.691.004 1.037.002.095-.307.194-.612.299-.914-.347.001-.694.004-1.042.007m1.438-.001c-.106.3-.205.602-.295.907.359.004.718.002 1.076-.01.088-.304.184-.605.284-.905l-1.066.007M7.705 7.564c-.079.356-.152.715-.22 1.074.344.002.689.002 1.034.001.059-.36.12-.721.188-1.08-.335 0-.668.001-1.003.005m1.408-.003c-.076.356-.137.716-.191 1.078h1.034c.06-.36.121-.72.191-1.079l-1.034.001m1.436 0c-.076.356-.137.716-.191 1.078h1.066c.059-.36.12-.72.187-1.079l-1.062.001m-3.113 1.44a25.76 25.76 0 0 0-.104 1.076c.354.002.707.002 1.061.002.025-.36.053-.72.088-1.079H7.436M8.88 9c-.032.359-.061.719-.083 1.079l1.032.001c.023-.36.052-.72.086-1.08H8.879m1.437.001a35.35 35.35 0 0 0-.085 1.075c.355.004.709.004 1.064.004.024-.361.052-.721.086-1.08-.355-.001-.71 0-1.066.001M7.314 10.43c-.01.36-.014.72-.012 1.08l1.056.001c.005-.36.012-.719.018-1.078l-1.062-.004m1.468.004c-.006.36-.008.72-.012 1.079h1.025c.005-.36.012-.719.018-1.079a177.16 177.16 0 0 0-1.031 0m1.436 0c-.008.36-.016.719-.02 1.079l1.063.001.018-1.08a187.62 187.62 0 0 0-1.061 0M7.31 11.864c.022.425.049.85.082 1.273l1.01-.001c-.012-.424-.03-.847-.044-1.271-.349-.002-.698-.002-1.048-.001m1.452 0c.004.425.017.848.041 1.271h1.04c-.018-.424-.036-.846-.049-1.27-.344-.002-.688-.002-1.032-.001m1.436 0c.005.422.018.844.035 1.265.359.007.719.008 1.078.007-.017-.425-.035-.848-.048-1.272h-1.064m-2.764 1.631c.047.371.102.74.174 1.106.324-.016.648-.019.972-.02-.053-.36-.1-.721-.139-1.084l-1.007-.002m1.396.004c.042.361.09.724.145 1.084l1.04.001a32.804 32.804 0 0 1-.138-1.085 45.764 45.764 0 0 0-1.048 0m1.436 0c.043.362.091.724.145 1.084l1.072.002c-.05-.362-.097-.725-.138-1.088-.36-.001-.719-.001-1.079.002m-2.594 1.463c.072.318.152.636.241.95.313 0 .626 0 .94.002-.07-.318-.139-.636-.21-.953-.324-.001-.648-.002-.971 0m1.369-.001c.065.318.134.635.215.949.344.002.69.002 1.034.006l-.211-.953a59.86 59.86 0 0 0-1.038-.002m1.435 0c.065.318.136.635.216.949.354.002.708.002 1.062.005a81.422 81.422 0 0 0-.21-.954c-.356-.001-.712-.001-1.068 0M8.02 16.288c.114.307.234.611.36.912.306 0 .612 0 .918.002-.119-.3-.233-.602-.338-.907a49.033 49.033 0 0 0-.94-.007m1.336.001c.109.306.227.608.355.908l1.022.005c-.119-.3-.23-.604-.335-.91a51.776 51.776 0 0 0-1.043-.004m1.438.002c.109.306.227.608.355.907l1.054.006c-.12-.302-.234-.606-.343-.912-.355-.004-.71-.005-1.066-.001z"/><path fill="#fff" d="M13.457 7.086c.686-.584 1.133.426 1.277.977.634 2.388.803 4.942.34 7.375-.154.577-.36 1.597-1.175 1.374.768-.371.85-1.308.982-2.051.25-2.036.168-4.134-.359-6.122-.186-.6-.377-1.358-1.064-1.553z"/><path fill="#fff" d="M13.303 9.073c.793.773.653 2.029.749 3.047-.043.841.085 1.828-.498 2.516a20.627 20.627 0 0 1-.251-5.563z"/><path fill="#231f20" d="M8.297 5.958c.366-.605.862-1.339 1.661-1.309 1.12.017 2.245-.042 3.362.031 1.02.359 1.542 1.436 1.962 2.359.862 2.095 1.012 4.406.896 6.646-.095 1.386-.286 2.816-.961 4.052-.359.648-.982 1.268-1.775 1.246-1.082-.004-2.166.017-3.248-.01-.785-.079-1.261-.8-1.645-1.409.302-.005.606-.006.91-.007.265.27.504.901.962.605-.168-.203-.341-.401-.512-.6l.989-.004c.264.272.504.902.96.604a29.455 29.455 0 0 0-.514-.599c.344.008.7-.048 1.037.032.269.241.499.881.942.557a20.45 20.45 0 0 0-.498-.559c.186-.04.509-.026.454-.307-.209-.102-.448-.085-.673-.108a20.3 20.3 0 0 1-.342-.868c.208-.025.415-.053.62-.089-.1-.341-.445-.311-.732-.331a20.04 20.04 0 0 1-.204-.905c.21-.024.425-.036.629-.102.013-.388-.45-.272-.698-.317-.055-.349-.102-.7-.14-1.051.21-.02.42-.043.63-.071-.042-.35-.4-.305-.662-.331a28.798 28.798 0 0 1-.041-1.212c.193-.036.388-.07.581-.113l-.126-.254-.45-.037c.007-.346.01-.691.01-1.036.188-.024.376-.048.563-.074.007-.313-.313-.298-.542-.346.024-.343.05-.685.076-1.027l.49-.034.017-.32c-.114-.01-.343-.026-.457-.035.054-.352.114-.702.182-1.051.192-.013.383-.028.574-.043l.007-.281-.492-.058c.088-.292.181-.582.281-.87.275-.055.794.104.748-.338-.187-.011-.373-.022-.56-.03.04-.186.22-.407.03-.568-.234.122-.347.372-.493.577a30.792 30.792 0 0 0-1.008.002c.043-.184.214-.391.061-.565-.27.06-.353.36-.502.558-.332.001-.665.001-.996.007.044-.185.214-.392.06-.568-.27.065-.354.362-.503.562-.305 0-.611 0-.916-.002m5.156 1.129c.688.194.878.953 1.064 1.553.527 1.988.608 4.086.359 6.122-.132.743-.214 1.68-.982 2.051.815.223 1.021-.797 1.175-1.374.463-2.434.294-4.987-.34-7.375-.144-.551-.59-1.561-1.277-.977m-.153 1.987a20.544 20.544 0 0 0 .251 5.563c.583-.689.455-1.675.498-2.516-.096-1.018.044-2.274-.749-3.047z"/><path fill="#231f20" d="M8.138 6.306c.317-.001.632-.002.949-.006-.106.302-.205.608-.3.916-.328 0-.656.001-.984-.001.106-.305.217-.607.335-.908zM9.481 6.308c.348-.004.695-.006 1.042-.007-.104.302-.204.607-.299.914-.346.001-.691.001-1.037-.002.091-.304.19-.606.294-.905zM10.919 6.307l1.066-.007c-.101.3-.197.601-.284.905a25.75 25.75 0 0 1-1.076.01c.09-.305.19-.607.295-.907zM7.705 7.564c.335-.004.668-.005 1.003-.005-.068.359-.13.72-.188 1.08-.346.001-.69.001-1.034-.001.067-.359.14-.718.22-1.074zM9.112 7.561l1.034-.001c-.07.359-.131.719-.191 1.079H8.921c.054-.361.115-.721.191-1.078zM10.548 7.561l1.062-.001c-.067.359-.128.719-.187 1.079h-1.066c.054-.361.115-.721.191-1.078zM7.435 9.001h1.044c-.035.359-.062.719-.088 1.079-.354 0-.707 0-1.061-.002.028-.36.062-.719.104-1.076zM8.88 9h1.036c-.035.36-.064.72-.086 1.08l-1.032-.001c.022-.36.05-.72.083-1.079zM10.316 9.001c.355-.001.71-.002 1.066-.001-.035.359-.062.719-.086 1.08-.355 0-.709 0-1.064-.004.023-.359.052-.716.085-1.075zM7.314 10.43c.354.001.708.001 1.062.004-.006.359-.013.718-.018 1.078l-1.056-.001c-.002-.36.002-.72.012-1.08zM8.782 10.433h1.031c-.006.36-.013.719-.018 1.079H8.77c.004-.359.006-.719.012-1.079zM10.218 10.433h1.061l-.018 1.08-1.063-.001c.005-.36.012-.719.02-1.079zM7.31 11.864c.349-.001.698-.001 1.048.001.014.424.032.847.044 1.271l-1.01.001c-.032-.424-.06-.848-.082-1.273zM8.762 11.864c.344-.001.688-.001 1.032.001.013.424.031.846.049 1.27h-1.04a26.84 26.84 0 0 1-.041-1.271zM10.198 11.864h1.064c.013.424.031.847.048 1.272-.359.001-.719 0-1.078-.007a44.3 44.3 0 0 1-.035-1.265zM7.435 13.495l1.007.002c.04.362.086.724.139 1.084-.324.001-.648.005-.972.02a16.508 16.508 0 0 1-.174-1.106zM8.831 13.499c.349-.004.698-.004 1.048 0 .04.362.086.724.138 1.085l-1.04-.001a30.32 30.32 0 0 1-.145-1.084zM10.266 13.499c.36-.004.719-.004 1.079-.002.041.364.088.726.138 1.088l-1.072-.002c-.054-.36-.102-.721-.145-1.084zM7.672 14.962c.323-.002.647-.001.971 0 .071.317.14.635.21.953-.313-.002-.626-.002-.94-.002a18.34 18.34 0 0 1-.241-.95zM9.041 14.96c.346-.001.692-.001 1.038.002l.211.953c-.344-.004-.69-.004-1.034-.006-.08-.314-.15-.631-.215-.949zM10.476 14.96c.356-.001.712-.001 1.068 0 .072.318.142.636.21.954-.354-.002-.708-.002-1.062-.005-.08-.314-.151-.631-.216-.949zM8.02 16.288c.313 0 .626.001.94.007.106.305.22.607.338.907-.306-.002-.612-.002-.918-.002a23.98 23.98 0 0 1-.36-.912zM9.356 16.289c.348-.002.696-.001 1.043.004.104.306.216.61.335.91-.341-.001-.682-.002-1.022-.005a15.94 15.94 0 0 1-.355-.908zM10.793 16.29c.355-.004.71-.002 1.066.001.109.306.223.61.343.912l-1.054-.006a15.624 15.624 0 0 1-.355-.907z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--snow-chains--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#0363b5" d="M10.716 0h2.543c4.118.485 7.929 3.132 9.645 6.932.579 1.189.865 2.489 1.095 3.783v2.546c-.485 4.118-3.132 7.928-6.932 9.644-1.189.579-2.489.865-3.783 1.095h-2.547c-4.118-.487-7.927-3.132-9.642-6.932C.516 15.879.23 14.579 0 13.285v-2.546c.224-1.303.514-2.61 1.095-3.807C2.807 3.137 6.607.498 10.716 0M7.578 2.924c-.444.808-.831 1.647-1.282 2.452-.298.51-1 .607-1.269 1.134-.074 1.09.007 2.188-.073 3.279-.045.568.428.979.979.935.056.447-.186 1.106.31 1.367.537.033 1.132.138 1.636-.091.109-.428.045-.876.057-1.313 2.576-.007 5.153-.007 7.729-.001.011.488-.085 1.01.187 1.445.558-.065 1.187.133 1.696-.15.091-.416.044-.847.05-1.269.504.056 1.089-.182 1.116-.758.023-1.061.053-2.131-.02-3.189-.027-.711-.886-.788-1.22-1.292-.495-.777-.81-1.653-1.289-2.438-.191-.328-.537-.56-.924-.544-2.171-.015-4.343.005-6.513-.009-.419-.004-.941.029-1.171.443m3.181 9.788c-.166.325-.335.647-.509.968-.143-.211-.286-.42-.427-.632l-.931.524c.134.24.26.485.396.724-.385-.032-.77-.053-1.156-.078.091.337.182.674.269 1.012.473.001.945.007 1.419.013.371.67.756 1.331 1.108 2.011-.737.009-1.473.003-2.209.008-.232-.439-.46-.882-.701-1.315-.342.105-.683.213-1.025.32.188.331.386.658.577.988l-.752.008.004 1.052c.249.005.499.011.748.019l-.565 1.022c.339.061.679.125 1.017.194.227-.404.447-.814.668-1.221.736-.009 1.47-.012 2.206.003-.361.646-.743 1.278-1.111 1.919-.475 0-.948.001-1.421.005-.08.339-.164.678-.247 1.017.373-.027.744-.056 1.115-.093-.137.24-.274.481-.415.721l.927.526.426-.622c.158.322.321.642.48.963.253-.247.504-.496.754-.747a56.143 56.143 0 0 1-.678-1.2c.359-.643.697-1.299 1.107-1.915.379.625.709 1.274 1.071 1.908-.237.411-.477.822-.727 1.227.241.261.488.516.737.769.178-.321.357-.639.541-.953.138.215.273.431.41.646l.932-.564a42.856 42.856 0 0 1-.407-.688c.375.03.752.054 1.127.076-.066-.321-.125-.644-.235-.955-.455-.11-.932-.037-1.395-.046-.381-.662-.749-1.331-1.118-2 .741-.007 1.481-.003 2.222-.004.231.407.465.813.688 1.224.341-.078.679-.163 1.016-.253a55.233 55.233 0 0 0-.591-.965c.248-.003.497-.008.745-.009l.012-1.048c-.259-.005-.516-.013-.773-.017.206-.329.407-.66.606-.992-.347-.107-.697-.208-1.046-.309-.219.428-.402.883-.7 1.264-.721.105-1.453.021-2.179.041.386-.622.686-1.302 1.135-1.882.432-.148.933-.033 1.392-.062.091-.339.182-.678.268-1.018-.361.007-.721.005-1.082.009.122-.22.245-.439.369-.659-.293-.191-.587-.381-.882-.57-.164.204-.312.422-.472.629-.143-.314-.298-.623-.443-.936-.269.253-.536.509-.809.76.237.395.475.79.709 1.188-.35.659-.728 1.301-1.102 1.945-.349-.652-.716-1.294-1.074-1.94.241-.407.48-.815.719-1.224-.237-.27-.485-.53-.741-.782z"/><path fill="#0363b5" d="M6.943 5.867c.574-.851.618-2.521 1.932-2.501 2.137.034 4.287-.076 6.416.054.891.448.961 1.652 1.447 2.446-3.266.007-6.53.005-9.795 0zM6.548 7.211c.601-.098 1.276.37 1.266 1.008.125.846-.973 1.538-1.669 1.018-.886-.452-.594-1.939.403-2.026zM16.881 7.208c.841-.107 1.534.964 1 1.656-.35.566-1.179.766-1.655.236-.772-.554-.281-1.916.655-1.892zM8.511 7.496c2.193-.005 4.386-.004 6.578-.001 0 .126-.003.377-.004.501H8.516l-.005-.5z"/><path fill="#fff" d="M7.578 2.924c.229-.414.752-.447 1.171-.443 2.171.015 4.343-.005 6.513.009.387-.016.733.216.924.544.479.785.794 1.661 1.289 2.438.334.504 1.193.581 1.22 1.292.073 1.058.042 2.128.02 3.189-.028.577-.613.814-1.116.758-.007.422.041.853-.05 1.269-.509.282-1.138.085-1.696.15-.272-.435-.176-.957-.187-1.445-2.576-.005-5.153-.005-7.729.001-.012.436.052.884-.057 1.313-.504.229-1.099.125-1.636.092-.496-.261-.255-.92-.31-1.367-.55.044-1.024-.367-.979-.935.08-1.091-.001-2.189.073-3.279.269-.526.971-.623 1.269-1.134.451-.805.838-1.644 1.282-2.452m-.636 2.943c3.265.005 6.529.007 9.795 0-.485-.794-.556-1.998-1.447-2.446-2.13-.13-4.279-.02-6.416-.054-1.314-.02-1.358 1.65-1.932 2.501m-.395 1.343c-.997.088-1.289 1.574-.403 2.026.696.52 1.794-.172 1.669-1.018.009-.638-.666-1.106-1.266-1.008m10.333-.003c-.936-.024-1.427 1.338-.655 1.892.476.53 1.305.33 1.655-.236.534-.692-.159-1.764-1-1.656m-8.37.288l.005.5h6.569c.001-.125.004-.375.004-.501-2.192-.003-4.385-.004-6.578.001m0 1.062l.003.374c2.192.003 4.382.003 6.573 0l.005-.374c-2.194-.005-4.388-.005-6.581 0zM10.758 12.713c.256.252.504.512.741.782-.239.408-.477.817-.719 1.224.358.646.725 1.288 1.074 1.94.374-.644.752-1.286 1.102-1.945a196.02 196.02 0 0 0-.709-1.188c.273-.251.54-.507.809-.76.145.313.3.622.443.936.16-.207.308-.424.472-.629.294.19.589.379.882.57-.123.22-.247.439-.369.659.361-.004.721-.003 1.082-.009-.086.341-.176.679-.268 1.018-.459.029-.96-.086-1.392.062-.45.579-.749 1.26-1.135 1.882.725-.02 1.457.064 2.179-.041.298-.381.481-.835.7-1.264.349.101.699.202 1.046.309-.199.332-.4.663-.606.992.257.004.514.012.773.017l-.012 1.048c-.248.001-.497.007-.745.009.2.32.398.642.591.965-.337.09-.675.175-1.016.253-.223-.411-.457-.817-.688-1.224-.741.001-1.481-.003-2.222.004.369.668.737 1.338 1.118 2 .463.009.94-.064 1.395.046.11.31.168.634.235.955a42.629 42.629 0 0 1-1.127-.076c.134.231.269.46.407.688-.312.188-.622.375-.932.564-.137-.215-.272-.431-.41-.646-.184.314-.363.632-.541.953a33.436 33.436 0 0 1-.737-.769c.249-.404.489-.815.727-1.227-.362-.634-.692-1.284-1.071-1.908-.41.615-.748 1.272-1.107 1.915.221.403.447.804.678 1.2-.251.251-.501.5-.754.747-.159-.321-.322-.64-.48-.963l-.426.622-.927-.526c.141-.24.278-.481.415-.721a41.53 41.53 0 0 1-1.115.093c.082-.339.167-.678.247-1.017.473-.004.947-.005 1.421-.005.369-.64.75-1.273 1.111-1.919a67.594 67.594 0 0 0-2.206-.003c-.221.407-.442.817-.668 1.221a44.411 44.411 0 0 0-1.017-.194c.187-.341.377-.682.565-1.022-.249-.008-.499-.013-.748-.019L6.82 17.26l.752-.008c-.191-.33-.389-.656-.577-.988.342-.106.683-.215 1.025-.32.241.434.469.876.701 1.315.736-.005 1.472.001 2.209-.008-.353-.68-.737-1.342-1.108-2.011a111.71 111.71 0 0 0-1.419-.013c-.088-.338-.178-.675-.269-1.012.386.025.772.046 1.156.078-.137-.239-.263-.484-.396-.724l.931-.524c.141.212.284.422.427.632.174-.321.343-.643.509-.968z"/><path fill="#0562b5" d="M8.511 8.558c2.193-.005 4.386-.005 6.581 0l-.005.374c-2.19.003-4.381.003-6.573 0l-.003-.374z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--snowmobiles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0c479d" d="M10.736 0h2.508c4.027.47 7.762 2.998 9.534 6.666.653 1.271.986 2.67 1.222 4.07v2.51c-.47 4.026-2.998 7.76-6.666 9.533-1.271.653-2.67.986-4.07 1.222h-2.512c-4.026-.471-7.759-2.999-9.53-6.666-.654-1.27-.987-2.67-1.223-4.07v-2.512C.23 9.347.567 7.942 1.221 6.665 2.991 3.003 6.718.479 10.735-.001m3.105 3.469c-.327.614-.14 1.354.026 1.991.294.03.589.06.882.099-.189.715-.518 1.379-.78 2.067-.795-.227-1.672-.018-2.23.603-.538.73-1.002 1.515-1.55 2.239.314-1.661 1.728-3.341.863-5.039-.771 1.378-1.496 2.779-2.256 4.162-1.827.134-3.526 1.219-4.406 2.826.859.972 2.081 1.506 3.29 1.901-.344.422-.571 1.088-1.188 1.152-1.186.171-2.283-.576-3.008-1.45-.272-.444-1.03-.128-.899.375.254 1.082 1.318 1.651 2.274 2.017 1.552.62 3.247.367 4.873.424.441-.04 1.056.166 1.297-.341-.649-.957-1.893-1.112-2.955-1.169l.505-.799c1.659.223 3.341.053 5.009.062-.647.755-.324 2.08.734 2.205 1.885.087 3.779.018 5.668.034.767.036 1.605-.55 1.527-1.382-.01-.663-.606-1.083-1.194-1.226-.013-.885.025-1.771-.013-2.654-.006-.441-.401-.815-.839-.81-.737-.039-1.474-.005-2.211-.006.662-1.411-.3-2.761-.715-4.077-.436-.855-1.022-1.663-1.079-2.659-.005-.794-1.16-1.197-1.624-.544z"/><path fill="#0c479d" d="M12.174 8.536c.811-.69 1.806.688 2.615-.04.057.182.117.362.176.542-.693.096-1.679-.298-2.116.432-.528.813-1.033 1.644-1.558 2.46a6.947 6.947 0 0 1-.917-.822c.601-.856 1.135-1.766 1.799-2.571zM13.606 10.481c.426.069.851.145 1.278.202-.703.332-.474 1.17-.502 1.795a6.668 6.668 0 0 1-1.88-.123c.398-.607.733-1.251 1.104-1.875z"/><path fill="#fff" d="M13.84 3.468c.464-.654 1.619-.25 1.624.544.057.996.643 1.805 1.079 2.659.415 1.317 1.376 2.666.715 4.077.737.001 1.474-.032 2.211.006.438-.005.833.368.839.81.038.883 0 1.77.013 2.654.588.143 1.183.563 1.194 1.226.078.832-.76 1.418-1.527 1.382-1.889-.016-3.783.053-5.668-.034-1.059-.126-1.382-1.45-.734-2.205-1.668-.009-3.35.161-5.009-.062l-.505.799c1.062.057 2.307.211 2.955 1.169-.241.507-.856.301-1.297.341-1.626-.057-3.321.196-4.873-.424-.956-.366-2.02-.935-2.274-2.017-.131-.503.627-.819.899-.375.725.874 1.823 1.622 3.008 1.45.618-.064.845-.73 1.188-1.152-1.209-.394-2.431-.929-3.29-1.901a5.546 5.546 0 0 1 4.406-2.826c.76-1.383 1.485-2.784 2.256-4.162.865 1.698-.549 3.378-.863 5.039.549-.724 1.012-1.509 1.55-2.239.558-.621 1.435-.83 2.23-.603.262-.688.59-1.352.78-2.067-.293-.039-.588-.069-.882-.099-.166-.637-.353-1.378-.026-1.991m-1.665 5.069c-.664.806-1.199 1.715-1.799 2.571.282.301.588.576.917.822.525-.816 1.03-1.646 1.558-2.46.437-.73 1.423-.336 2.116-.432-.06-.18-.119-.361-.176-.542-.81.728-1.805-.65-2.615.04m1.431 1.946c-.371.624-.706 1.267-1.104 1.875a6.595 6.595 0 0 0 1.88.123c.029-.625-.201-1.463.502-1.795-.427-.057-.852-.134-1.278-.202z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--snowmobiles-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#037863" d="M10.703 0h2.58c2.694.372 5.304 1.538 7.216 3.499 1.96 1.909 3.123 4.515 3.501 7.203v2.582c-.372 2.694-1.538 5.304-3.499 7.216-1.909 1.96-4.515 3.123-7.204 3.501h-2.582c-2.694-.372-5.304-1.539-7.216-3.501C1.541 18.593.378 15.987 0 13.299v-2.583C.372 8.022 1.538 5.412 3.501 3.5 5.408 1.542 8.014.379 10.704.001m-.28 2.483c-3.209.477-6.08 2.7-7.372 5.672-1.143 2.556-1.102 5.608.115 8.13 1.166 2.48 3.434 4.402 6.064 5.165 4.037 1.244 8.725-.531 10.942-4.123 1.725-2.668 2.005-6.195.723-9.102-1.657-4-6.203-6.504-10.472-5.743z"/><path fill="#fff" d="M10.424 2.484c4.269-.761 8.815 1.742 10.472 5.743 1.282 2.907 1.003 6.433-.723 9.102-2.217 3.591-6.905 5.367-10.942 4.123-2.63-.763-4.898-2.685-6.064-5.165-1.217-2.522-1.258-5.574-.115-8.13 1.292-2.972 4.162-5.195 7.372-5.672M9.033 7.468c-1.546.959-3.079 1.944-4.617 2.92-.792.477-.42 1.532-.5 2.288 2.873.001 5.747.004 8.62-.001-.903-1.679-1.788-3.367-2.707-5.037-.136-.318-.537-.375-.797-.169m9.015 3.05c-1.616.003-3.234-.011-4.85.003-.413-.048-.797.393-.659.791.193.481.481.916.706 1.382 2.495-.01 4.992.03 7.485-.018.432-.684.075-1.673.204-2.475-.352-.376-.882-.305-1.346-.287-.578.018-.946.649-1.541.605M4.959 15.3c1.561.004 3.123-.003 4.684 0-.001-.294-.001-.588.001-.882-1.644-.014-3.289.024-4.932-.016-.927-.094-1.498-.949-1.744-1.771-.466 1.223.737 2.634 1.991 2.668m4.966-1.994c.487.7.65 1.982 1.708 1.995 2.647-.016 5.298.036 7.943-.027.959-.172.947-1.291.885-2.048-3.509.051-7.037-.106-10.536.08z"/><path fill="#030303" d="M9.033 7.468c.26-.206.66-.149.797.169.919 1.67 1.804 3.359 2.707 5.037-2.873.006-5.747.003-8.62.001.08-.756-.293-1.811.5-2.288 1.538-.976 3.07-1.961 4.617-2.92zM18.047 10.519c.595.044.963-.587 1.541-.605.464-.018.994-.089 1.346.287-.129.802.227 1.791-.204 2.475-2.494.048-4.99.009-7.485.018-.224-.466-.513-.9-.706-1.382-.138-.398.246-.839.659-.791 1.616-.014 3.234 0 4.85-.003zM4.959 15.3c-1.254-.034-2.457-1.446-1.991-2.668.246.822.817 1.677 1.744 1.771 1.643.04 3.288.001 4.932.016-.003.294-.003.588-.001.882-1.561-.003-3.123.004-4.684 0zM9.925 13.305c3.499-.186 7.027-.028 10.536-.08.062.757.074 1.876-.885 2.048-2.644.062-5.296.011-7.943.027-1.058-.013-1.221-1.295-1.708-1.995z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--speed-limit-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fdfdfd" d="M0 0h1.079C.87.128.666.266.462.403c.433-.14.871-.292 1.332-.287C7.997.123 14.198.117 20.4.12c.96.008 1.933-.068 2.879.145L22.901 0H24v1.214c-.11-.212-.228-.421-.346-.629.112.476.233.958.229 1.452-.008 6.041-.001 12.082-.004 18.122-.011.995.071 2.003-.14 2.984l.26-.259v1.115h-1.111c-.74-.154-1.498-.132-2.249-.12H3.359c-.742-.011-1.489-.037-2.22.12h-1.14v-.995c.151-.739.133-1.495.12-2.245 0-5.64.001-11.28-.001-16.92-.019-.94.086-1.89-.119-2.816V-.001m1.373.433C.814.55.37 1.098.413 1.675c.004 6.884 0 13.769.001 20.654-.029.619.503 1.223 1.138 1.205 6.924.005 13.849-.004 20.773.004.658.038 1.258-.553 1.213-1.213-.005-6.923.005-13.847-.005-20.771-.001-.677-.68-1.194-1.328-1.142C15.261.431 8.314.39 1.372.432z"/><path fill="#969696" d="M1.079 0h21.822l.378.265C22.333.051 21.36.128 20.4.12 14.198.118 7.997.124 1.794.116 1.333.111.895.262.462.403.666.266.87.128 1.079 0zM23.654.586c.118.208.235.416.346.629v21.671l-.26.259c.211-.982.13-1.99.14-2.984.002-6.041-.005-12.082.004-18.122.004-.494-.118-.976-.229-1.452z"/><path fill="#020202" d="M1.372.432C8.314.39 15.261.431 22.205.412c.648-.052 1.327.466 1.328 1.142.01 6.924 0 13.848.005 20.771.044.66-.556 1.252-1.213 1.213-6.924-.007-13.849.001-20.773-.004-.635.018-1.166-.586-1.138-1.205C.413 15.443.416 8.559.413 1.675.37 1.098.814.549 1.372.432m.117.578a.673.673 0 0 0-.497.672C.987 8.523.993 15.366.988 22.208c-.054.388.275.778.68.709 6.886.005 13.771.002 20.656.001a.55.55 0 0 0 .594-.594c.004-6.886 0-13.771.001-20.657.047-.389-.331-.722-.709-.677-6.907.012-13.817-.026-20.722.019z"/><path fill="#020202" d="M14.082 6.407c1.064-.186 2.2.763 2.125 1.866-.023 1.11.047 2.227-.035 3.334-.263 1.438-2.35 1.902-3.235.773-.775-1.051-.341-2.414-.46-3.618-.137-1.043.505-2.198 1.604-2.354m-.012.948c-.431.149-.67.593-.636 1.036.026 1.03-.061 2.071.049 3.095.25.851 1.612.764 1.78-.091.064-1.037.016-2.08.025-3.118.016-.598-.638-1.142-1.218-.922zM12.092 18.445c.155.01.311.019.466.03.52.775 1.012 1.568 1.522 2.35-.01-.791-.002-1.58-.006-2.37l.515.004c-.007 1.124.001 2.249-.006 3.373-.19-.052-.458.011-.556-.205-.486-.736-.958-1.481-1.441-2.218.023.793.017 1.586.013 2.381l-.508.016c.005-1.121.004-2.24.001-3.36z"/><path fill="#fff" d="M1.489 1.01C8.394.964 15.303 1.003 22.211.991c.378-.046.756.288.709.677-.001 6.886.002 13.771-.001 20.657a.55.55 0 0 1-.594.594c-6.884.001-13.77.004-20.656-.001-.406.068-.734-.322-.68-.709C.994 15.367.988 8.524.993 1.683a.673.673 0 0 1 .497-.672m9.472 1.199c-3.215.385-5.984 3.08-6.444 6.288-.289 1.297-.032 2.64.373 3.881 1.05 2.84 3.934 4.944 6.989 4.892 2.753.114 5.447-1.51 6.744-3.918 1.17-2.104 1.259-4.796.163-6.948-1.343-2.891-4.673-4.675-7.825-4.195m-.739 16.215c-.659.008-1.192.61-1.184 1.255.018.581-.118 1.244.271 1.739.522.691 1.778.5 2.05-.334.085-.505.034-1.026.04-1.537.02-.622-.582-1.117-1.176-1.123m-3.766.033l.004.47c.5-.005 1.002-.002 1.502-.013-.516.96-1.319 1.812-1.591 2.875.721.006 1.441 0 2.162.011l.013-.452c-.497-.002-.994 0-1.49-.001.488-.965 1.318-1.801 1.516-2.882-.706-.005-1.41 0-2.116-.007m5.634-.014c.002 1.12.004 2.239-.001 3.36l.508-.016c.004-.794.01-1.588-.013-2.381.484.737.955 1.482 1.441 2.218.097.216.366.154.556.205.007-1.124-.001-2.249.006-3.373a88.417 88.417 0 0 1-.515-.004c.004.79-.004 1.579.006 2.37-.51-.781-1.002-1.574-1.522-2.35-.155-.011-.311-.02-.466-.03m3.275.014c.008 1.111.007 2.222-.001 3.334.725.001 1.448.005 2.173.006l.011-.451c-.56.001-1.121 0-1.681.005.001-.341.001-.682-.006-1.022l1.429.001a67.827 67.827 0 0 0-.006-.454h-1.417c.001-.319 0-.638-.005-.958.558.007 1.116.004 1.674.01l.004-.47c-.725.006-1.45.008-2.174 0z"/><path fill="#fff" d="M10.838 4.247c2.95-.704 6.149 1.482 6.626 4.463.457 2.316-.746 4.835-2.844 5.917-2.059 1.132-4.859.804-6.506-.904-1.775-1.616-2.23-4.465-1.084-6.568.731-1.493 2.197-2.555 3.808-2.909M9.559 6.433c-.857.172-1.411.982-1.535 1.808.314.018.629.024.943.032.1-.311.198-.682.528-.823.602-.43 1.462.222 1.38.905-.052.33-.259.601-.462.854-.794.967-1.555 1.962-2.346 2.932.006.271.007.544.01.815 1.238.006 2.477.006 3.715.001a71.149 71.149 0 0 1 0-.924c-.828.016-1.657-.011-2.485.017.671-.803 1.307-1.633 1.962-2.449.274-.344.556-.734.523-1.2.167-1.184-1.091-2.25-2.233-1.968m4.523-.026c-1.099.156-1.741 1.312-1.604 2.354.119 1.204-.316 2.567.46 3.618.886 1.129 2.972.665 3.235-.773.082-1.106.012-2.224.035-3.334.074-1.103-1.061-2.052-2.125-1.866z"/><path fill="#fff" d="M14.069 7.356c.58-.221 1.234.324 1.218.922-.01 1.038.038 2.081-.025 3.118-.168.856-1.53.942-1.78.091-.11-1.024-.023-2.065-.049-3.095-.034-.443.205-.887.636-1.036z"/><path fill="#929292" d="M0 1.024c.205.926.1 1.877.119 2.816C.121 9.48.12 15.12.12 20.76c.013.75.031 1.506-.12 2.245V1.023z"/><path fill="#fc0102" d="M10.962 2.21c3.152-.48 6.482 1.304 7.825 4.195 1.096 2.152 1.007 4.844-.163 6.948-1.297 2.408-3.991 4.032-6.744 3.918-3.055.052-5.939-2.052-6.989-4.892-.406-1.241-.662-2.584-.373-3.881.46-3.208 3.229-5.903 6.444-6.288m-.124 2.037c-1.61.354-3.077 1.416-3.808 2.909-1.146 2.102-.691 4.951 1.084 6.568 1.648 1.708 4.447 2.035 6.506.904 2.098-1.082 3.301-3.601 2.844-5.917-.478-2.981-3.677-5.167-6.626-4.463z"/><path fill="#010101" d="M9.559 6.433c1.142-.282 2.4.784 2.233 1.968.032.466-.25.856-.523 1.2-.655.816-1.291 1.646-1.962 2.449.828-.028 1.657-.001 2.485-.017-.002.307-.002.616 0 .924-1.238.005-2.477.005-3.715-.001-.002-.271-.004-.544-.01-.815.791-.97 1.552-1.964 2.346-2.932.203-.253.41-.524.462-.854.082-.683-.778-1.334-1.38-.905-.33.142-.428.512-.528.823-.314-.008-.629-.014-.943-.032.124-.827.678-1.637 1.535-1.808zM10.223 18.425c.594.006 1.196.502 1.176 1.123-.006.511.046 1.032-.04 1.537-.271.834-1.528 1.025-2.05.334-.389-.494-.253-1.158-.271-1.739-.007-.646.526-1.247 1.184-1.255m-.232.551c-.638.287-.421 1.11-.445 1.666-.034.502.595.912 1.024.614.529-.287.312-.978.355-1.464.088-.499-.436-1.025-.934-.816zM15.367 18.458c.725.008 1.45.006 2.174 0l-.004.47c-.558-.006-1.116-.002-1.674-.01.005.319.006.638.005.958h1.417l.006.454-1.429-.001c.007.341.007.682.006 1.022.56-.005 1.121-.004 1.681-.005l-.011.451c-.725-.001-1.448-.005-2.173-.006.008-1.111.01-2.222.001-3.334z"/><path d="M6.458 18.458c.706.007 1.41.002 2.116.007-.198 1.081-1.027 1.918-1.516 2.882.497.001.994-.001 1.49.001l-.013.452c-.721-.011-1.441-.005-2.162-.011.272-1.063 1.075-1.915 1.591-2.875-.5.011-1.002.008-1.502.013l-.004-.47z"/><path fill="#fefefe" d="M9.99 18.976c.498-.209 1.021.317.934.816-.043.486.174 1.177-.355 1.464-.428.298-1.057-.113-1.024-.614.024-.556-.193-1.379.445-1.666z"/><path fill="#949494" d="M1.14 24c.731-.157 1.478-.131 2.22-.12h17.28c.751-.012 1.508-.034 2.249.12H1.14z"/></symbol><symbol viewBox="0 0 30 24" id="regulatory--speeding-fines-increased--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#060606" d="M1.206 0h27.561c.263.1.534.215.689.465-.322-.181-.665-.371-1.047-.352L2.8.114C2.039.137 1.203-.028.546.463.698.225.954.103 1.206 0zM.544 23.535c.322.181.664.371 1.047.352h26.817c.383.019.725-.171 1.048-.352-.154.237-.41.361-.662.465H1.233c-.263-.1-.534-.215-.689-.465z"/><path fill="#fff" d="M.546.463C1.203-.028 2.039.137 2.8.114L28.409.113c.382-.019.725.171 1.047.352l.095.108c.031.154.117.29.246.38.023.098.045.196.066.295.041 7.176.042 14.359 0 21.536l-.07.262a.63.63 0 0 0-.242.381l-.095.108c-.323.181-.665.371-1.048.352H1.591c-.383.019-.725-.171-1.047-.352l-.096-.109a.609.609 0 0 0-.245-.379 7.755 7.755 0 0 1-.066-.294 1863.01 1863.01 0 0 1 0-21.538l.07-.261a.633.633 0 0 0 .241-.38L.546.463m.792-.011C.806.54.404 1.057.43 1.593.427 8.531.427 15.469.43 22.407c-.037.632.532 1.197 1.163 1.165 8.938.004 17.877.004 26.815 0 .63.031 1.197-.533 1.162-1.165.003-6.938.003-13.876 0-20.814.041-.677-.601-1.241-1.264-1.168C19.317.444 10.325.39 1.338.452z"/><path fill="#fff" d="M1.322 1.107c.147-.075.319-.045.478-.055 8.867.006 17.735-.001 26.602.003a.5.5 0 0 1 .543.544c.002 6.934.002 13.868 0 20.802a.502.502 0 0 1-.543.544c-8.935.002-17.869.002-26.803 0a.5.5 0 0 1-.544-.543c-.002-6.935-.002-13.869 0-20.804a.504.504 0 0 1 .267-.491M5.41 3.011c-.327.494-.339 1.197.003 1.687.341.479 1.093.368 1.396.893.337.537.029 1.533-.711 1.442-.543-.075-.687-.658-.745-1.115l-.24.008c-.028.529.144 1.142.651 1.396.514.264 1.198-.069 1.341-.621.139-.504.147-1.101-.164-1.546-.372-.377-.97-.376-1.344-.75-.322-.476-.152-1.357.505-1.424.533-.03.776.557.767 1.008.089-.021.18-.038.271-.052-.071-.331-.088-.695-.303-.974-.331-.463-1.127-.434-1.427.048m16.91.604c-.31 1.11-.341 2.447.334 3.432.549.692 1.586.275 1.795-.498.002.245.004.491.008.737l.227-.009c.003-.779 0-1.558 0-2.338-.41.001-.821-.004-1.231.005l.009.343c.322-.002.644-.002.967.001.031.69-.184 1.699-1.03 1.748-.821-.153-.98-1.138-.998-1.835.036-.741-.003-1.739.753-2.144.645-.303 1.174.404 1.233.983.092.003.186.008.279.013-.087-.599-.377-1.339-1.067-1.412-.621-.102-1.122.419-1.279.974M7.742 2.749c.001 1.511-.002 3.023.002 4.534l.259-.007c.022-.671-.002-1.341.013-2.012.484-.008 1.066.083 1.427-.319.38-.502.364-1.246.107-1.798-.375-.637-1.208-.325-1.808-.398m4.986 0l.001 4.529c.65 0 1.301.002 1.951-.001v-.356c-.556-.004-1.112 0-1.668-.001-.051-.602-.026-1.208-.015-1.811.493-.05.99-.008 1.485-.027l-.023-.335c-.489.009-.978.008-1.467.003-.013-.541-.006-1.083-.004-1.625.55-.01 1.1-.001 1.651-.005l.012-.369c-.641-.005-1.282-.001-1.923-.002m5.51-.014a862.227 862.227 0 0 0-.001 4.549l.282-.011c.01-1.5-.006-3 .008-4.5a6.915 6.915 0 0 1-.289-.038m1.044.018c.006 1.502-.012 3.005.009 4.507l.262.037c.024-1.32-.011-2.64.017-3.96.573 1.302 1.096 2.626 1.659 3.933l.312.017c.01-1.513.003-3.027.004-4.54l-.27.003c-.011 1.312.016 2.624-.014 3.936a374.855 374.855 0 0 1-1.647-3.931l-.332-.002m-9.051 4.524c.652.002 1.303.002 1.954 0v-.355c-.554-.006-1.109 0-1.663-.003a48.645 48.645 0 0 1 0-1.832c.488-.003.976.002 1.464-.002l.002-.329c-.491-.007-.981-.001-1.472-.002-.003-.545-.001-1.089-.001-1.633h1.625l.012-.371c-.637-.005-1.275.005-1.912-.006-.02 1.511-.002 3.022-.009 4.533m4.985-4.526c.005 1.509-.001 3.018.002 4.527.677-.027 1.62.186 1.996-.559.487-1.037.46-2.323.043-3.378-.353-.813-1.342-.557-2.041-.59m3.294 8.443c.147.518.718.661 1.152.852.633.224.671 1.14.274 1.591-.357.367-1.03.182-1.185-.295-.168-.22.018-.719-.395-.635-.052.669.332 1.581 1.139 1.468.931-.034 1.129-1.237.857-1.942-.189-.535-.798-.629-1.25-.839-.684-.328-.496-1.612.298-1.623.538-.01.697.593.755 1.019l.226-.037c.014-.61-.344-1.44-1.078-1.328-.809.078-1.024 1.119-.793 1.769M9.643 9.532c-.002 1.513.001 3.026-.002 4.538l.264.003c.027-.721.003-1.442.012-2.164.474-.002.948.001 1.423-.001l.015-.367c-.48-.014-.959-.002-1.438-.008.002-.552-.01-1.104.009-1.656.521-.003 1.042.004 1.564-.003a38.213 38.213 0 0 1-.005-.341c-.614-.002-1.228 0-1.842-.001m2.388-.003c-.006 1.515-.001 3.029-.003 4.544l.275-.005c.005-1.513.044-3.031-.02-4.542l-.252.003m1.063-.005c-.039 1.514-.006 3.031-.017 4.545l.271.001c.006-1.315-.015-2.631.01-3.946.565 1.313 1.107 2.636 1.664 3.952.108-.007.215-.013.323-.018a340.21 340.21 0 0 1 0-4.518l-.289.004c.006 1.312.023 2.625-.008 3.936-.558-1.314-1.099-2.637-1.668-3.946l-.286-.01m2.929.009c-.004 1.512.003 3.024-.004 4.536.653.001 1.306.003 1.958-.001l-.001-.348c-.549-.033-1.12.056-1.654-.042-.095-.571-.014-1.177-.039-1.762.496-.019.993.006 1.489-.017l.007-.363c-.499-.005-.997.003-1.496-.005.046-.55-.102-1.141.08-1.664.522.019 1.045.006 1.567.011l.024-.316c-.64-.068-1.288-.011-1.931-.029m-7.856 7.335c-.398.991-.392 2.132-.074 3.145.146.514.632 1.016 1.205.893.721-.155.966-.956 1.073-1.592l-.282.001c-.084.405-.2.861-.556 1.113-.377.277-.92.028-1.092-.371-.361-.723-.317-1.576-.227-2.357.077-.542.409-1.292 1.076-1.181.524.048.697.627.783 1.061l.278-.028c-.104-.454-.197-1.002-.633-1.262-.55-.358-1.338-.02-1.551.578m10.776-.228c-.253.5-.248 1.163.104 1.616.356.432 1.056.343 1.357.84.361.531.037 1.556-.71 1.446-.533-.064-.702-.647-.74-1.102l-.241.006c-.015.52.135 1.147.649 1.387.514.276 1.209-.065 1.35-.622.125-.504.148-1.107-.177-1.545-.324-.328-.81-.37-1.183-.616-.596-.388-.33-1.612.446-1.536.477.007.667.552.665.955l.243.023c.014-.435-.093-.954-.483-1.209-.418-.291-1.076-.112-1.28.357m-14.922-.378c.003 1.509-.002 3.019.003 4.528l.255.001c.006-1.511.003-3.022.002-4.533l-.26.004m1.05-.007a761.378 761.378 0 0 0 0 4.534l.267-.002c.017-1.316-.026-2.634.021-3.95.533 1.322 1.092 2.633 1.644 3.947l.328.002c.002-1.507.003-3.015 0-4.523l-.285-.005c-.009 1.316.006 2.633-.007 3.949-.554-1.31-1.116-2.618-1.644-3.938l-.324-.014m5.865 4.54l.285-.018c.004-.682-.001-1.363.002-2.045.457.065 1.185-.22 1.377.369.116.547.036 1.119.152 1.669l.311.046c-.257-.739.092-1.637-.446-2.277.545-.497.576-1.434.161-2.017-.495-.455-1.232-.188-1.835-.265-.018 1.512-.005 3.025-.007 4.538m2.712-.01c.657.003 1.315.008 1.972-.003l-.003-.348a77.379 77.379 0 0 0-1.669 0c-.02-.603-.004-1.205-.01-1.808.495-.002.99.004 1.485-.002l.002-.357c-.495-.008-.99-.002-1.486-.003v-1.635c.539-.001 1.078.001 1.617.001l.008-.369-1.913-.001c-.007 1.508.001 3.017-.003 4.525m3.355-4.515c-.35 1.512-.781 3.008-1.102 4.526l.266-.016c.116-.469.206-.943.332-1.41a43.87 43.87 0 0 1 1.308 0c.106.472.228.941.341 1.412l.256.015c-.324-1.522-.725-3.028-1.085-4.542l-.316.015m4.337 4.516c.659-.001 1.318.01 1.978-.007a39.687 39.687 0 0 1-.004-.343c-.563-.021-1.126.016-1.688-.02.007-.597.002-1.193.003-1.79.494-.002.989.004 1.483-.003l.002-.356c-.495-.008-.989-.002-1.484-.003-.002-.545-.001-1.09 0-1.635.544 0 1.089 0 1.634.002l-.002-.374c-.64.006-1.279.003-1.918.002-.009 1.509 0 3.018-.004 4.527m2.496 0c.682-.028 1.613.194 2.003-.545.481-1.054.459-2.344.029-3.41-.372-.78-1.335-.534-2.026-.573-.012 1.509-.001 3.018-.006 4.528z"/><path fill="#fff" d="M8.011 3.121c.401.035.87-.106 1.216.154.322.407.299 1.041.007 1.459-.349.254-.812.168-1.216.18-.013-.597-.004-1.195-.007-1.793zM15.48 3.123c.4.014.827-.055 1.209.083.606.409.589 1.244.593 1.896-.028.589-.042 1.339-.599 1.691-.378.149-.801.127-1.201.125-.007-1.265-.003-2.53-.002-3.795zM11.223 16.629c.464.048 1.049-.15 1.407.241.253.45.225 1.217-.309 1.451-.362.064-.732.029-1.098.036v-1.728zM24.116 16.63c.517.022 1.239-.138 1.522.433.404.869.373 1.925.046 2.813-.234.638-1.016.563-1.565.553-.007-1.267-.002-2.533-.003-3.799zM16.616 19.02c.159-.735.261-1.595.586-2.226.161.742.378 1.474.494 2.225-.36.003-.72.003-1.08.001z"/><path fill="#040404" d="M1.338.452C10.325.39 19.317.444 28.306.425c.663-.073 1.305.491 1.264 1.168.003 6.938.003 13.876 0 20.814.035.632-.532 1.196-1.162 1.165-8.938.004-17.877.004-26.815 0-.631.032-1.2-.533-1.163-1.165C.427 15.469.427 8.531.43 1.593.404 1.057.806.54 1.338.452m-.016.655a.504.504 0 0 0-.267.491c-.002 6.935-.002 13.869 0 20.804a.5.5 0 0 0 .544.543c8.934.002 17.868.002 26.803 0a.502.502 0 0 0 .543-.544c.002-6.934.002-13.868 0-20.802a.5.5 0 0 0-.543-.544c-8.867-.004-17.735.003-26.602-.003-.159.01-.331-.02-.478.055z"/><path fill="#292929" opacity=".9" d="M.207.954C.178.782.268.607.448.574a.633.633 0 0 1-.241.38z"/><path fill="#282828" opacity=".89" d="M29.551.573c.18.035.268.208.246.38a.606.606 0 0 1-.246-.38zM.203 23.047c.128.09.214.226.245.379-.18-.035-.268-.208-.245-.379z"/><path fill="#040404" d="M0 1.241l.137-.026a1863.01 1863.01 0 0 0 0 21.538L0 22.799V1.241zM29.863 1.248L30 1.201v21.557l-.137.026c.042-7.177.041-14.36 0-21.536z"/><path d="M5.41 3.011c.3-.482 1.096-.511 1.427-.048.215.279.232.643.303.974a3.502 3.502 0 0 0-.271.052c.009-.451-.234-1.038-.767-1.008-.657.067-.827.948-.505 1.424.374.374.972.373 1.344.75.311.445.303 1.042.164 1.546-.143.552-.827.885-1.341.621-.507-.254-.679-.867-.651-1.396l.24-.008c.058.457.202 1.04.745 1.115.74.091 1.048-.905.711-1.442-.303-.525-1.055-.414-1.396-.893-.342-.49-.33-1.193-.003-1.687zM22.32 3.615c.157-.555.658-1.076 1.279-.974.69.073.98.813 1.067 1.412-.093-.005-.187-.01-.279-.013-.059-.579-.588-1.286-1.233-.983-.756.405-.717 1.403-.753 2.144.018.697.177 1.682.998 1.835.846-.049 1.061-1.058 1.03-1.748a62.353 62.353 0 0 0-.967-.001l-.009-.343c.41-.009.821-.004 1.231-.005 0 .78.003 1.559 0 2.338l-.227.009c-.004-.246-.006-.492-.008-.737-.209.773-1.246 1.19-1.795.498-.675-.985-.644-2.322-.334-3.432zM7.742 2.749c.6.073 1.433-.239 1.808.398.257.552.273 1.296-.107 1.798-.361.402-.943.311-1.427.319-.015.671.009 1.341-.013 2.012l-.259.007c-.004-1.511-.001-3.023-.002-4.534m.269.372c.003.598-.006 1.196.007 1.793.404-.012.867.074 1.216-.18.292-.418.315-1.052-.007-1.459-.346-.26-.815-.119-1.216-.154zM12.728 2.749c.641.001 1.282-.003 1.923.002l-.012.369c-.551.004-1.101-.005-1.651.005-.002.542-.009 1.084.004 1.625.489.005.978.006 1.467-.003l.023.335c-.495.019-.992-.023-1.485.027-.011.603-.036 1.209.015 1.811.556.001 1.112-.003 1.668.001v.356c-.65.003-1.301.001-1.951.001l-.001-4.529zM18.238 2.735c.096.015.192.027.289.038-.014 1.5.002 3-.008 4.5l-.282.011c-.003-1.516-.004-3.033.001-4.549zM19.282 2.753l.332.002c.542 1.313 1.09 2.624 1.647 3.931.03-1.312.003-2.624.014-3.936l.27-.003c-.001 1.513.006 3.027-.004 4.54l-.312-.017c-.563-1.307-1.086-2.631-1.659-3.933-.028 1.32.007 2.64-.017 3.96a20.653 20.653 0 0 1-.262-.037c-.021-1.502-.003-3.005-.009-4.507zM10.231 7.277c.007-1.511-.011-3.022.009-4.533.637.011 1.275.001 1.912.006l-.012.371h-1.625c0 .544-.002 1.088.001 1.633.491.001.981-.005 1.472.002l-.002.329c-.488.004-.976-.001-1.464.002a48.645 48.645 0 0 0 0 1.832c.554.003 1.109-.003 1.663.003v.355c-.651.002-1.302.002-1.954 0zM15.216 2.751c.699.033 1.688-.223 2.041.59.417 1.055.444 2.341-.043 3.378-.376.745-1.319.532-1.996.559-.003-1.509.003-3.018-.002-4.527m.264.372c-.001 1.265-.005 2.53.002 3.795.4.002.823.024 1.201-.125.557-.352.571-1.102.599-1.691-.004-.652.013-1.487-.593-1.896-.382-.138-.809-.069-1.209-.083zM18.51 11.194c-.231-.65-.016-1.691.793-1.769.734-.112 1.092.718 1.078 1.328l-.226.037c-.058-.426-.217-1.029-.755-1.019-.794.011-.982 1.295-.298 1.623.452.21 1.061.304 1.25.839.272.705.074 1.908-.857 1.942-.807.113-1.191-.799-1.139-1.468.413-.084.227.415.395.635.155.477.828.662 1.185.295.397-.451.359-1.367-.274-1.591-.434-.191-1.005-.334-1.152-.852zM9.643 9.532c.614.001 1.228-.001 1.842.001l.005.341c-.522.007-1.043 0-1.564.003-.019.552-.007 1.104-.009 1.656.479.006.958-.006 1.438.008l-.015.367c-.475.002-.949-.001-1.423.001-.009.722.015 1.443-.012 2.164l-.264-.003c.003-1.512 0-3.025.002-4.538zM12.031 9.529l.252-.003c.064 1.511.025 3.029.02 4.542l-.275.005c.002-1.515-.003-3.029.003-4.544zM13.094 9.524l.286.01c.569 1.309 1.11 2.632 1.668 3.946.031-1.311.014-2.624.008-3.936l.289-.004a340.21 340.21 0 0 0 0 4.518 17.47 17.47 0 0 0-.323.018c-.557-1.316-1.099-2.639-1.664-3.952-.025 1.315-.004 2.631-.01 3.946l-.271-.001c.011-1.514-.022-3.031.017-4.545zM16.023 9.533c.643.018 1.291-.039 1.931.029l-.024.316c-.522-.005-1.045.008-1.567-.011-.182.523-.034 1.114-.08 1.664.499.008.997 0 1.496.005l-.007.363c-.496.023-.993-.002-1.489.017.025.585-.056 1.191.039 1.762.534.098 1.105.009 1.654.042l.001.348c-.652.004-1.305.002-1.958.001.007-1.512 0-3.024.004-4.536zM8.167 16.868c.213-.598 1.001-.936 1.551-.578.436.26.529.808.633 1.262l-.278.028c-.086-.434-.259-1.013-.783-1.061-.667-.111-.999.639-1.076 1.181-.09.781-.134 1.634.227 2.357.172.399.715.648 1.092.371.356-.252.472-.708.556-1.113l.282-.001c-.107.636-.352 1.437-1.073 1.592-.573.123-1.059-.379-1.205-.893-.318-1.013-.324-2.154.074-3.145zM18.943 16.64c.204-.469.862-.648 1.28-.357.39.255.497.774.483 1.209l-.243-.023c.002-.403-.188-.948-.665-.955-.776-.076-1.042 1.148-.446 1.536.373.246.859.288 1.183.616.325.438.302 1.041.177 1.545-.141.557-.836.898-1.35.622-.514-.24-.664-.867-.649-1.387l.241-.006c.038.455.207 1.038.74 1.102.747.11 1.071-.915.71-1.446-.301-.497-1.001-.408-1.357-.84-.352-.453-.357-1.116-.104-1.616zM4.021 16.262l.26-.004c.001 1.511.004 3.022-.002 4.533l-.255-.001c-.005-1.509 0-3.019-.003-4.528zM5.071 16.255l.324.014c.528 1.32 1.09 2.628 1.644 3.938.013-1.316-.002-2.633.007-3.949l.285.005c.003 1.508.002 3.016 0 4.523l-.328-.002c-.552-1.314-1.111-2.625-1.644-3.947-.047 1.316-.004 2.634-.021 3.95l-.267.002a761.378 761.378 0 0 1 0-4.534zM10.936 20.795c.002-1.513-.011-3.026.007-4.538.603.077 1.34-.19 1.835.265.415.583.384 1.52-.161 2.017.538.64.189 1.538.446 2.277a33.304 33.304 0 0 0-.311-.046c-.116-.55-.036-1.122-.152-1.669-.192-.589-.92-.304-1.377-.369-.003.682.002 1.363-.002 2.045l-.285.018m.287-4.166v1.728c.366-.007.736.028 1.098-.036.534-.234.562-1.001.309-1.451-.358-.391-.943-.193-1.407-.241zM13.648 20.785c.004-1.508-.004-3.017.003-4.525l1.913.001-.008.369c-.539 0-1.078-.002-1.617-.001v1.635c.496.001.991-.005 1.486.003l-.002.357c-.495.006-.99 0-1.485.002.006.603-.01 1.205.01 1.808a77.379 77.379 0 0 1 1.669 0l.003.348c-.657.011-1.315.006-1.972.003zM17.003 16.27l.316-.015c.36 1.514.761 3.02 1.085 4.542l-.256-.015c-.113-.471-.235-.94-.341-1.412a43.87 43.87 0 0 0-1.308 0c-.126.467-.216.941-.332 1.41l-.266.016c.321-1.518.752-3.014 1.102-4.526m-.387 2.75c.36.002.72.002 1.08-.001-.116-.751-.333-1.483-.494-2.225-.325.631-.427 1.491-.586 2.226zM21.34 20.786c.004-1.509-.005-3.018.004-4.527.639.001 1.278.004 1.918-.002l.002.374c-.545-.002-1.09-.002-1.634-.002-.001.545-.002 1.09 0 1.635.495.001.989-.005 1.484.003l-.002.356c-.494.007-.989.001-1.483.003-.001.597.004 1.193-.003 1.79.562.036 1.125-.001 1.688.02l.004.343c-.66.017-1.319.006-1.978.007zM23.836 20.786c.005-1.51-.006-3.019.006-4.528.691.039 1.654-.207 2.026.573.43 1.066.452 2.356-.029 3.41-.39.739-1.321.517-2.003.545m.28-4.156c.001 1.266-.004 2.532.003 3.799.549.01 1.331.085 1.565-.553.327-.888.358-1.944-.046-2.813-.283-.571-1.005-.411-1.522-.433z"/><path fill="#272727" opacity=".89" d="M29.551 23.427a.63.63 0 0 1 .242-.381c.027.172-.062.346-.242.381z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--state-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#a3a5a7" d="M1.357 0h21.438l.183.094c-6.199.07-12.401.01-18.603.03C3.306.1 2.234.183 1.169.07L1.358 0z"/><path fill="#2b2e34" d="M.031 1.321C.125.711.555.199 1.168.07 2.233.182 3.305.1 4.374.124c6.201-.02 12.404.04 18.603-.03.44.198.804.543 1.023.972v22.141a1.748 1.748 0 0 1-.815.792H.919a1.733 1.733 0 0 1-.839-.924C.005 15.824.104 8.57.031 1.32m10.515-.143c-3.522.459-6.721 2.768-8.304 5.943C.877 9.772.685 12.995 1.71 15.795c1.306 3.702 4.73 6.549 8.615 7.136 3.961.675 8.185-1.065 10.551-4.305 2.633-3.435 2.901-8.455.642-12.149-2.161-3.753-6.684-5.955-10.973-5.3z"/><path fill="#2b2e34" d="M11.469 8.201c.522-1.656 2.384-2.697 4.074-2.351 1.475.27 2.771 1.529 2.9 3.052.109.906-.3 1.781-.888 2.45.97.773 1.537 2.035 1.325 3.276-.261 2.109-2.393 3.775-4.506 3.462-1.857-.214-3.444-1.854-3.555-3.727-.129-1.161.486-2.271 1.344-3.014-.753-.844-1.07-2.065-.694-3.149m2.817-.409c-.668.181-1.248.885-1.059 1.596.468 1.426 2.993 1.369 3.301-.134.102-1.141-1.269-1.812-2.243-1.462m.007 4.639c-.843.169-1.625.916-1.556 1.822.036 1.184 1.235 2.109 2.388 1.938 1.154-.085 2.161-1.26 1.859-2.421-.32-1.094-1.647-1.602-2.69-1.339zM5.176 6.779c.614-.038 1.152-.351 1.561-.796l1.465.005c.003 3.981 0 7.962.001 11.944a206.94 206.94 0 0 0-1.93 0c-.001-3.228.001-6.454-.001-9.68-.364-.001-.729-.003-1.094-.003.001-.49.001-.98-.003-1.47z"/><path fill="#fff" d="M10.546 1.177c4.289-.655 8.811 1.548 10.973 5.3 2.259 3.694 1.99 8.714-.642 12.149-2.366 3.24-6.59 4.98-10.551 4.305-3.885-.588-7.309-3.434-8.615-7.136-1.025-2.8-.833-6.022.532-8.675 1.583-3.175 4.781-5.484 8.304-5.943m.922 7.024c-.376 1.084-.059 2.305.694 3.149-.858.742-1.473 1.852-1.344 3.014.111 1.874 1.698 3.514 3.555 3.727 2.114.312 4.245-1.354 4.506-3.462.213-1.241-.355-2.504-1.325-3.276.588-.669.996-1.544.888-2.45-.129-1.524-1.425-2.783-2.9-3.053-1.69-.346-3.551.695-4.074 2.351M5.176 6.779c.004.49.004.98.003 1.47.365 0 .73.001 1.094.003.003 3.226 0 6.453.001 9.68a206.94 206.94 0 0 1 1.93 0c-.001-3.981.001-7.962-.001-11.944a357.71 357.71 0 0 0-1.465-.005c-.409.445-.948.759-1.561.796zM0 1.145l.031.176C.103 8.571.005 15.825.08 23.076L0 22.899V1.145z"/><path fill="#fff" d="M14.286 7.791c.974-.35 2.345.321 2.243 1.462-.309 1.503-2.834 1.56-3.301.134-.189-.711.391-1.415 1.059-1.596zM14.292 12.43c1.043-.264 2.37.245 2.69 1.339.303 1.161-.705 2.336-1.859 2.421-1.152.171-2.351-.754-2.388-1.938-.069-.906.714-1.654 1.556-1.822z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--stay-in-lane--g1" xmlns="http://www.w3.org/2000/svg"><path d="M.988 0h17.213c.469.135.84.492.999.953v22.089a1.494 1.494 0 0 1-.953.958H.974A1.524 1.524 0 0 1 0 23.022V1.004C.145.526.515.155.988 0m.052.156C.51.246.11.759.129 1.292.126 8.43.127 15.569.129 22.707c-.036.632.53 1.205 1.164 1.172 5.538.002 11.076.001 16.614 0 .638.04 1.213-.534 1.18-1.17.003-7.139.003-14.278-.001-21.417.033-.68-.614-1.237-1.279-1.166C12.219.147 6.626.087 1.04.156z"/><path d="M.93.43c.181-.071.379-.067.57-.072C6.967.364 12.434.355 17.901.363c.516-.033.985.42.952.939.002 7.135.002 14.27-.001 21.405.034.515-.434.982-.952.939-5.533.001-11.068.002-16.601 0-.514.035-.974-.433-.936-.945C.36 15.567.36 8.433.363 1.299A.89.89 0 0 1 .93.43m.11.498c-.165.098-.189.295-.182.469.003 7.102-.004 14.204.003 21.306-.03.244.187.48.436.442 5.535.003 11.07.002 16.606.001.255.042.48-.194.453-.445.002-7.134.003-14.268-.001-21.402a.41.41 0 0 0-.452-.436C12.435.855 6.967.865 1.499.858c-.151.016-.328-.025-.459.07z"/><path d="M4.204 3.01c.659-.249 1.452.045 1.699.726-.179.056-.357.11-.537.163-.25-.331-.736-.447-1.092-.22-.229.166-.169.548.08.662.47.237 1.057.269 1.428.679.52.604.276 1.709-.513 1.951-.77.284-1.614-.196-1.926-.918.197-.079.395-.156.594-.231.186.351.541.65.964.579.419-.026.676-.583.4-.909-.405-.424-1.086-.381-1.5-.793-.509-.486-.311-1.515.403-1.689zM6.371 3.001c.82-.002 1.64-.001 2.46 0l.002.556c-.306.004-.613.004-.919.004-.003 1.14.001 2.28-.002 3.42h-.628c-.004-1.14 0-2.28-.002-3.42a33.132 33.132 0 0 0-.892.005c-.01-.188-.016-.376-.019-.565zM10.433 3.002h.633c.452 1.327.913 2.65 1.364 3.977-.224.001-.448 0-.672-.001-.127-.372-.257-.744-.385-1.115a51.836 51.836 0 0 0-1.247 0c-.128.372-.258.743-.385 1.115-.224.001-.448.002-.672.001.451-1.327.911-2.651 1.364-3.977m.323 1.109c-.137.368-.271.737-.402 1.107.264.002.527.002.791.001a35.419 35.419 0 0 0-.389-1.108zM12.459 3.001L13.208 3c.324.503.631 1.017.952 1.522.327-.504.642-1.016.968-1.521L15.863 3c-.444.74-.919 1.464-1.345 2.214-.08.581-.01 1.179-.034 1.766h-.629c-.015-.577.025-1.157-.017-1.732-.433-.764-.925-1.495-1.379-2.247zM7.458 10.016l.641-.001c.002 1.328.001 2.655 0 3.982h-.641c-.001-1.327-.002-2.654 0-3.981zM9.055 10.014l.625-.001c.491.838.961 1.689 1.451 2.528.007-.842.001-1.685.003-2.527h.625v3.978l-.553.002c-.509-.892-1.005-1.792-1.519-2.681-.006.894-.001 1.787-.003 2.68h-.629a1759.16 1759.16 0 0 1 0-3.979zM3.213 17.031l.631.004c0 1.131-.005 2.263.002 3.394h1.835v.583c-.823.002-1.646.002-2.468 0-.002-1.327-.002-2.654 0-3.981zM7.296 17.022c.204.003.408.004.612.004.466 1.324.916 2.653 1.37 3.98H8.61c-.131-.37-.259-.742-.391-1.112-.414-.002-.827-.001-1.241 0-.132.37-.26.742-.391 1.112h-.668c.458-1.328.899-2.663 1.377-3.984m-.093 2.231h.791a48.482 48.482 0 0 0-.387-1.109c-.14.368-.273.738-.404 1.109zM9.877 17.028l.62-.004c.498.841.968 1.699 1.458 2.545.003-.848-.003-1.696.003-2.543l.622.001v3.98l-.553-.002c-.508-.893-1.008-1.792-1.519-2.683-.004.895.001 1.789-.002 2.684h-.629c-.002-1.326-.002-2.652 0-3.978zM13.536 17.033c.781-.002 1.563-.001 2.344-.001v.631c-.571.002-1.142-.001-1.713.002-.002.323-.002.646 0 .97l1.152.001.001.643-1.152.001c-.004.364-.005.728.003 1.092.611-.003 1.222-.003 1.832-.001v.641c-.822.001-1.645.003-2.467-.001-.002-1.326-.002-2.652 0-3.978z"/><path fill="#fff" d="M1.04.156C6.626.087 12.219.147 17.807.126c.665-.071 1.312.486 1.279 1.166.004 7.139.004 14.278.001 21.417.033.636-.542 1.21-1.18 1.17-5.538.001-11.076.002-16.614 0-.634.033-1.2-.54-1.164-1.172C.127 15.569.126 8.43.129 1.292.11.759.51.246 1.04.156M.93.43a.89.89 0 0 0-.567.869C.36 8.433.36 15.567.363 22.701c-.038.512.422.98.936.945 5.533.002 11.068.001 16.601 0 .518.043.986-.424.952-.939.003-7.135.003-14.27.001-21.405.033-.519-.436-.972-.952-.939C12.434.355 6.967.364 1.5.358 1.309.363 1.111.359.93.43z"/><path fill="#fff" d="M1.04.928c.131-.095.308-.054.459-.07C6.967.865 12.435.855 17.903.863a.41.41 0 0 1 .452.436c.004 7.134.003 14.268.001 21.402.027.251-.198.487-.453.445-5.536.001-11.071.002-16.606-.001-.249.038-.466-.198-.436-.442-.007-7.102 0-14.204-.003-21.306-.007-.174.017-.371.182-.469M4.204 3.01c-.714.174-.912 1.203-.403 1.689.414.412 1.095.369 1.5.793.276.326.019.883-.4.909-.423.071-.778-.228-.964-.579-.199.075-.397.152-.594.231.312.722 1.156 1.202 1.926.918.789-.242 1.033-1.347.513-1.951-.371-.41-.958-.442-1.428-.679-.249-.114-.309-.496-.08-.662.356-.227.842-.111 1.092.22.18-.053.358-.107.537-.163-.247-.681-1.04-.975-1.699-.726m2.167-.009c.003.189.009.377.019.565.297-.006.594-.007.892-.005.002 1.14-.002 2.28.002 3.42h.628c.003-1.14-.001-2.28.002-3.42.306 0 .613 0 .919-.004l-.002-.556c-.82-.001-1.64-.002-2.46 0m4.062.001c-.453 1.326-.913 2.65-1.364 3.977.224.001.448 0 .672-.001.127-.372.257-.743.385-1.115.416-.005.831-.005 1.247 0 .128.371.258.743.385 1.115.224.001.448.002.672.001-.451-1.327-.912-2.65-1.364-3.977a66.782 66.782 0 0 0-.633 0m2.026-.001c.454.752.946 1.483 1.379 2.247.042.575.002 1.155.017 1.732h.629c.024-.587-.046-1.185.034-1.766.426-.75.901-1.474 1.345-2.214l-.735.001c-.326.505-.641 1.017-.968 1.521-.321-.505-.628-1.019-.952-1.522l-.749.001m-5.001 7.015c-.002 1.327-.001 2.654 0 3.981h.641c.001-1.327.002-2.654 0-3.982l-.641.001m1.597-.002a1759.16 1759.16 0 0 0 0 3.979h.629c.002-.893-.003-1.786.003-2.68.514.889 1.01 1.789 1.519 2.681l.553-.002v-3.978h-.625c-.002.842.004 1.685-.003 2.527-.49-.839-.96-1.69-1.451-2.528l-.625.001m-5.842 7.017c-.002 1.327-.002 2.654 0 3.981.822.002 1.645.002 2.468 0v-.583H3.846c-.007-1.131-.002-2.263-.002-3.394l-.631-.004m4.083-.009c-.478 1.321-.919 2.656-1.377 3.984h.668c.131-.37.259-.742.391-1.112.414-.001.827-.002 1.241 0 .132.37.26.742.391 1.112h.668c-.454-1.327-.904-2.656-1.37-3.98-.204 0-.408-.001-.612-.004m2.581.006c-.002 1.326-.002 2.652 0 3.978h.629c.003-.895-.002-1.789.002-2.684.511.891 1.011 1.79 1.519 2.683l.553.002v-3.98l-.622-.001c-.006.847 0 1.695-.003 2.543-.49-.846-.96-1.704-1.458-2.545l-.62.004m3.659.005c-.002 1.326-.002 2.652 0 3.978.822.004 1.645.002 2.467.001v-.641c-.61-.002-1.221-.002-1.832.001a33.127 33.127 0 0 1-.003-1.092l1.152-.001-.001-.643-1.152-.001a78.409 78.409 0 0 1 0-.97c.571-.003 1.142 0 1.713-.002v-.631c-.781 0-1.563-.001-2.344.001z"/><path fill="#fff" d="M10.756 4.111c.137.366.264.737.389 1.108a69.52 69.52 0 0 1-.791-.001c.131-.37.265-.739.402-1.107zM7.203 19.253c.131-.371.264-.741.404-1.109.134.368.262.738.387 1.109h-.791z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M7.153 1.216c.241-.208.436-.577.805-.525 3.015.005 6.03-.001 9.045.004 2.198 2.179 4.373 4.378 6.568 6.56a768.02 768.02 0 0 1 0 9.357c-2.161 2.144-4.305 4.306-6.461 6.453-.141.162-.376.1-.563.117-2.947-.011-5.894.003-8.841-.006-2.202-2.159-4.33-4.396-6.566-6.515-.018-3.15-.015-6.302-.001-9.452 2.034-1.968 4.008-3.997 6.014-5.992M4.305 7.599c-1.504.48-1.825 2.483-1.083 3.712.51.806 1.521.932 2.283 1.378.605.691.63 2.448-.585 2.447-.709.064-.961-.747-.927-1.315l-1.187.001c-.072.73.107 1.522.678 2.02.873.815 2.408.69 3.139-.251.621-.808.556-1.936.359-2.883-.273-.992-1.304-1.419-2.193-1.703-1.086-.302-.902-2.461.346-2.24.635.062.753.784.729 1.302.409 0 .817-.001 1.227-.006.296-1.527-1.286-3.021-2.785-2.463m9.767-.061c-.908.162-1.656.998-1.656 1.93-.003 1.646-.004 3.293 0 4.939-.018 1.095 1.038 2.016 2.108 1.977 1.113.018 2.112-.999 2.088-2.111.004-1.599.014-3.2-.005-4.797-.042-1.24-1.324-2.223-2.535-1.938m3.783.291c.008 2.823 0 5.648.005 8.471.422.018.865.096 1.268-.073-.029-1.103-.006-2.207-.015-3.309.834.013 1.811-.071 2.357-.791.651-.932.547-2.179.315-3.232-.409-1.271-1.949-1.464-3.092-1.382-.269.072-.908-.149-.837.317M7.551 7.557c-.004.39-.004.781-.005 1.171.495.039.993.015 1.489.028-.001 2.509.004 5.019-.003 7.527.413.058.83.044 1.245.033.032-2.521.003-5.043.014-7.564.448-.01.897.016 1.344-.011.302-.293.082-.801.14-1.182a457.71 457.71 0 0 0-4.225-.001z"/><path fill="#c1121c" d="M14.319 8.765c.507-.121 1.074.298 1.037.832-.009 1.643.042 3.291-.025 4.931-.229.849-1.614.762-1.68-.139-.08-1.511-.01-3.029-.035-4.542-.029-.456.192-1.023.704-1.083zM19.117 8.747c.539-.009 1.312-.115 1.56.508.154.628.169 1.324-.009 1.948-.251.604-1.016.524-1.549.509a366.35 366.35 0 0 1-.003-2.965z"/><path fill="#090002" opacity=".23" d="M1.036 7.699a1.201 1.201 0 0 1 .104-.49c-.014 3.15-.016 6.302.001 9.452a.899.899 0 0 1-.1-.36c.005-2.867.016-5.735-.005-8.602z"/><path fill="#fffefe" d="M4.305 7.599c1.499-.558 3.081.936 2.785 2.463-.409.005-.817.006-1.227.006.024-.518-.093-1.24-.729-1.302-1.248-.221-1.432 1.938-.346 2.24.889.284 1.92.711 2.193 1.703.197.946.263 2.074-.359 2.883-.731.941-2.266 1.066-3.139.251-.571-.498-.75-1.29-.678-2.02l1.187-.001c-.034.568.219 1.379.927 1.315 1.215.001 1.19-1.756.585-2.447-.762-.446-1.772-.572-2.283-1.378-.743-1.229-.422-3.232 1.083-3.712zM14.073 7.537c1.211-.285 2.493.697 2.535 1.938.019 1.598.009 3.198.005 4.797.024 1.112-.975 2.128-2.088 2.111-1.07.039-2.126-.882-2.108-1.977-.004-1.646-.003-3.293 0-4.939 0-.932.748-1.768 1.656-1.93m.246 1.228c-.512.059-.733.627-.704 1.083.025 1.513-.044 3.032.035 4.542.066.901 1.451.988 1.68.139.067-1.641.016-3.288.025-4.931.037-.534-.531-.954-1.037-.832zM17.856 7.828c-.071-.466.568-.245.837-.317 1.143-.082 2.683.111 3.092 1.382.232 1.053.336 2.3-.315 3.232-.546.72-1.523.803-2.357.791.009 1.103-.014 2.207.015 3.309-.403.169-.846.091-1.268.073-.005-2.823.003-5.648-.005-8.471m1.262.92c-.003.988-.004 1.976.003 2.965.533.015 1.297.095 1.549-.509.178-.624.163-1.32.009-1.948-.248-.623-1.021-.517-1.56-.508zM7.551 7.557a457.71 457.71 0 0 1 4.225.001c-.058.381.162.889-.14 1.182-.447.028-.896.001-1.344.011-.011 2.521.018 5.043-.014 7.564-.416.011-.832.025-1.245-.033.006-2.509.001-5.019.003-7.527-.496-.013-.994.011-1.489-.028.001-.39.001-.781.005-1.171z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g10" xmlns="http://www.w3.org/2000/svg"><path fill="#2a2a2a" d="M7.057 0h9.895A767.878 767.878 0 0 1 24 7.049v9.912A1610.826 1610.826 0 0 1 16.961 24H7.058a701.43 701.43 0 0 1-6.953-6.955l.004-.139c2.162 2.133 4.301 4.29 6.447 6.438.246.219.457.588.838.535 3.105-.007 6.212.001 9.317-.004.182.022.318-.107.437-.224 2.24-2.253 4.493-4.494 6.737-6.743-.003-3.171-.004-6.343.001-9.515a.567.567 0 0 0-.185-.49L17.097.299c-.123-.145-.308-.189-.49-.178-3.071.005-6.142.004-9.213 0-.38-.051-.595.312-.84.533C4.41 2.805 2.263 4.954.11 7.096l-.005-.139A735.477 735.477 0 0 1 7.057 0z"/><path fill="#fff" d="M6.554.654c.245-.221.46-.584.84-.533 3.071.004 6.142.005 9.213 0 .182-.011.367.033.49.178l6.604 6.604c.144.123.2.304.185.49-.005 3.172-.004 6.344-.001 9.515-2.244 2.249-4.497 4.49-6.737 6.743-.119.117-.255.246-.437.224-3.105.005-6.212-.003-9.317.004-.381.053-.592-.316-.838-.535-2.146-2.148-4.285-4.305-6.447-6.438.024-3.269.023-6.54.001-9.81C2.263 4.954 4.41 2.805 6.554.654M.884 7.397v9.209c2.173 2.17 4.342 4.344 6.516 6.514 3.069.001 6.137-.001 9.206.001 2.176-2.169 4.344-4.346 6.52-6.516V7.399c-2.168-2.178-4.343-4.35-6.519-6.52-3.07.002-6.139.001-9.209.001C5.226 3.051 3.049 5.219.884 7.397z"/><path fill="#fff" d="M9.383 5.307h.921c.001 1.275.002 2.55 0 3.825-.307.002-.614.001-.921 0l-.038-1.491c-.248.001-.497-.003-.745-.002l-.001-.78c.25-.018.498-.042.748-.06.009-.497.023-.995.036-1.492zM18.007 5.346l1.047.001c-.004 2.027.009 4.054-.007 6.082l-1.041-.003c-.001-2.027-.003-4.054.001-6.08z"/><path fill="#fff" d="M5.222 5.468c1.066-.002 2.132-.002 3.198 0v.925c-.369 0-.739 0-1.108.003-.106.948.863 1.368 1.48 1.869l-.683.539a3.228 3.228 0 0 1-1.363-1.128c-.408.417-.822.84-1.338 1.124a6.703 6.703 0 0 1-.732-.396c.644-.544 1.447-1.071 1.528-1.997a23.018 23.018 0 0 0-.983-.015l.001-.924zM13.632 5.646c1.167.003 2.334-.004 3.501.004l-.001.956-1.137.001c-.067 1.301.515 2.482 1.35 3.441-.185.201-.375.398-.566.595-.581-.469-1.07-1.057-1.337-1.761-.358.745-.996 1.288-1.544 1.886-.232-.2-.462-.402-.693-.603.339-.447.715-.865 1.04-1.323.461-.648.475-1.474.559-2.234-.391-.002-.782-.001-1.172-.003v-.959zM7.146 8.959c.871-.09 1.799-.013 2.576.422.34.194.688.573.55.995-.198.503-.754.717-1.233.862-1.061.273-2.24.235-3.234-.253-.403-.189-.795-.671-.535-1.123.393-.629 1.193-.799 1.876-.903m.1.705c-.382 0-1.33.327-.783.777.825.398 2.13.511 2.765-.246-.341-.677-1.336-.554-1.982-.531zM6.309 16.09c-.715-.771-.313-2.316.795-2.443.834-.127 1.43.677 1.473 1.436-.289.004-.578.004-.867.002-.103-.216-.206-.537-.51-.495-.392.013-.565.546-.303.817.355.369.889.485 1.271.823.551.461.611 1.322.3 1.936-.383.728-1.438.958-2.092.46-.409-.286-.563-.79-.618-1.263.283-.003.566-.003.849-.003.077.331.29.717.693.645.549-.026.712-.804.326-1.131-.401-.323-.964-.39-1.317-.784zM8.796 13.733h2.417l.001.873c-.261-.002-.522.003-.783.002V18.8h-.837v-4.193c-.267.001-.533-.002-.8-.001 0-.291 0-.582.002-.873z"/><path fill="#fff" d="M12.929 13.733c.897-.218 1.83.291 2.284 1.062.697 1.036.506 2.502-.291 3.426-.779.855-2.304.926-3.104.062-1.357-1.325-.888-4.166 1.111-4.55m.105.911c-1.42.303-1.562 2.617-.305 3.228.825.438 1.741-.285 1.958-1.084.373-1.018-.49-2.415-1.653-2.144zM16.211 13.733c.683.029 1.415-.104 2.054.2.927.532.977 2.04.182 2.711-.403.345-.963.273-1.453.277-.003.626-.001 1.253-.002 1.879h-.782c.001-1.689-.001-3.378.001-5.067m.815.927c.001.476-.001.951.003 1.427.301-.013.629.007.891-.167.423-.24.354-.961-.084-1.146-.254-.113-.539-.097-.81-.114z"/><path fill="#c50000" d="M.884 7.397C3.049 5.219 5.226 3.051 7.398.88c3.07 0 6.139.001 9.209-.001 2.176 2.17 4.351 4.342 6.519 6.52v9.206c-2.176 2.17-4.344 4.347-6.52 6.516-3.069-.002-6.137 0-9.206-.001-2.174-2.17-4.343-4.344-6.516-6.514V7.397m8.499-2.09c-.013.497-.027.995-.036 1.492-.25.018-.498.042-.748.06l.001.78c.248-.001.497.003.745.002l.038 1.491c.307.001.614.002.921 0 .002-1.275.001-2.55 0-3.825h-.921m8.624.039c-.004 2.026-.002 4.053-.001 6.08l1.041.003c.016-2.028.003-4.055.007-6.082l-1.047-.001m-12.785.122l-.001.924c.328 0 .655.001.983.015-.081.926-.884 1.453-1.528 1.997.236.146.479.28.732.396.516-.284.93-.707 1.338-1.124.341.495.812.887 1.363 1.128l.683-.539c-.617-.501-1.586-.921-1.48-1.869.369-.003.739-.003 1.108-.003v-.925a852.268 852.268 0 0 0-3.198 0m8.41.178v.959c.39.002.781.001 1.172.003-.084.76-.098 1.586-.559 2.234-.325.458-.701.876-1.04 1.323.231.201.461.403.693.603.548-.598 1.186-1.141 1.544-1.886.267.704.756 1.292 1.337 1.761.191-.197.381-.394.566-.595-.835-.959-1.417-2.14-1.35-3.441l1.137-.001.001-.956c-1.167-.008-2.334-.001-3.501-.004M7.146 8.959c-.683.104-1.483.274-1.876.903-.26.452.132.934.535 1.123.994.488 2.173.526 3.234.253.479-.145 1.035-.359 1.233-.862.138-.422-.21-.801-.55-.995-.777-.435-1.705-.512-2.576-.422m-.837 7.131c.353.394.916.461 1.317.784.386.327.223 1.105-.326 1.131-.403.072-.616-.314-.693-.645-.283 0-.566 0-.849.003.055.473.209.977.618 1.263.654.498 1.709.268 2.092-.46.311-.614.251-1.475-.3-1.936-.382-.338-.916-.454-1.271-.823-.262-.271-.089-.804.303-.817.304-.042.407.279.51.495.289.002.578.002.867-.002-.043-.759-.639-1.563-1.473-1.436-1.108.127-1.51 1.672-.795 2.443m2.487-2.357c-.002.291-.002.582-.002.873.267-.001.533.002.8.001V18.8h.837v-4.192c.261.001.522-.004.783-.002l-.001-.873H8.796m4.133 0c-1.999.384-2.468 3.225-1.111 4.55.8.864 2.325.793 3.104-.062.797-.924.988-2.39.291-3.426-.454-.771-1.387-1.28-2.284-1.062m3.282 0c-.002 1.689 0 3.378-.001 5.067h.782c.001-.626-.001-1.253.002-1.879.49-.004 1.05.068 1.453-.277.795-.671.745-2.179-.182-2.711-.639-.304-1.371-.171-2.054-.2z"/><path fill="#c50000" d="M7.246 9.664c.646-.023 1.641-.146 1.982.531-.635.757-1.94.644-2.765.246-.547-.45.401-.777.783-.777zM13.034 14.644c1.163-.271 2.026 1.126 1.653 2.144-.217.799-1.133 1.522-1.958 1.084-1.257-.611-1.115-2.925.305-3.228zM17.026 14.66c.271.017.556.001.81.114.438.185.507.906.084 1.146-.262.174-.59.154-.891.167-.004-.476-.002-.951-.003-1.427z"/><path opacity=".95" d="M0 7.083l.105-.126.005.139c.022 3.27.023 6.541-.001 9.81l-.004.139L0 16.918V7.083z"/></symbol><symbol viewBox="0 0 27 24" id="regulatory--stop--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M1.13 0h25.007c.532.106 1.006.458 1.163.993v.491c-.148.511-.449.953-.711 1.41-3.903 6.763-7.808 13.525-11.71 20.289a1.781 1.781 0 0 1-.944.817h-.547a1.687 1.687 0 0 1-.926-.759C8.519 16.417 4.582 9.589.639 2.764.4 2.357.147 1.952 0 1.499v-.466C.13.485.605.129 1.13 0m.004.449C.483.515.217 1.322.575 1.827 4.64 8.89 8.724 15.943 12.796 23.002c.192.353.565.674.994.589.512-.098.734-.623.972-1.025 3.963-6.869 7.93-13.736 11.896-20.603.202-.331.341-.774.114-1.128-.219-.366-.679-.43-1.068-.422H2.3C1.912.418 1.52.39 1.134.449z"/><path fill="#c0111e" d="M1.224.93C9.416.862 17.616.916 25.811.903c.418-.089.779.329.485.696-4.084 7.082-8.17 14.164-12.266 21.239a.405.405 0 0 1-.759-.004C9.187 15.781 5.119 8.719 1.041 1.663.849 1.423.838.964 1.224.93m12.337 3.931c-.041.23-.019.465-.021.698-.444.022-.89-.018-1.333.027-.291.031-.336.47-.077.584.466.069.94.013 1.409.031l-.001.655c-.475.01-.953-.038-1.425.03-.206.133-.212.47.026.573.462.065.933.01 1.399.029l.001.763c-.397-.009-.819-.071-1.192.1-.474.208-.461.992-.001 1.208.628.287 1.529.161 1.844-.524.314.115.605.281.913.409.279.077.486-.328.275-.515-.352-.28-.789-.419-1.208-.564.001-.293.001-.586.003-.878.365-.008.733.026 1.097-.025.248-.093.247-.456.024-.58-.372-.052-.75-.021-1.125-.035 0-.216.003-.432.004-.647.368-.008.74.028 1.105-.026.235-.097.244-.465.01-.57-.364-.074-.739-.027-1.107-.035-.006-.238.005-.479-.036-.714-.07-.277-.52-.271-.584.006m-5.052.135c-.016 1.354.002 2.71-.008 4.065-.245-.002-.49-.002-.736-.006-.009-.646.027-1.294-.013-1.938-.024-.338-.58-.339-.603 0-.039.645-.003 1.292-.012 1.938-.277.004-.555-.011-.829.028-.324.082-.248.626.09.602 1.468.015 2.938.012 4.407.002.327.038.448-.433.176-.594-.611-.076-1.23-.011-1.844-.034-.003-.617 0-1.233-.002-1.849.369-.23.774-.404 1.128-.657.228-.177.036-.589-.249-.531-.311.111-.587.299-.877.451-.02-.552.04-1.108-.032-1.657-.15-.303-.647-.158-.596.18M18 4.908c-.041.821-.004 1.645-.015 2.467-.181.186-.363.37-.549.551.112-.525.414-1.029.415-1.566-.247-.323-.803-.338-1.18-.294-.421.323.116.696.472.669-.227.744-.475 1.482-.69 2.229-.121.265.239.552.463.359.382-.322.706-.705 1.068-1.047.01.404-.031.813.025 1.215.087.305.605.239.596-.085.034-.589-.001-1.18.015-1.77.455-.451.9-.913 1.37-1.348.035 1.027-.038 2.06.036 3.084.368.441.9-.191 1.239-.412.227-.433-.369-.616-.639-.334-.003-.776.02-1.553-.008-2.329-.015-.481-.632-.782-1.02-.497-.357.283-.648.637-.979.948-.017-.613.025-1.228-.019-1.84-.021-.332-.58-.332-.6 0z"/><path fill="#c0111e" d="M12.544 9.022c.171-.339.625-.138.929-.19l.128.191c-.35.055-.707.053-1.057-.001z"/><path fill="#fff" d="M1.134.449C1.52.39 1.912.418 2.3.413h23.404c.389-.008.849.056 1.068.422.227.354.088.797-.114 1.128-3.966 6.867-7.933 13.734-11.896 20.603-.238.402-.46.927-.972 1.025-.429.085-.802-.236-.994-.589C8.724 15.943 4.64 8.89.575 1.827.217 1.322.483.515 1.134.449m.09.481c-.386.034-.375.493-.183.733 4.078 7.056 8.146 14.118 12.23 21.171.137.352.62.357.759.004 4.096-7.075 8.182-14.157 12.266-21.239.294-.367-.067-.785-.485-.696C17.616.916 9.416.862 1.224.93z"/><path fill="#fff" d="M13.561 4.861c.064-.277.514-.283.584-.006.041.235.03.476.036.714.368.008.743-.039 1.107.035.234.105.225.473-.01.57-.365.054-.737.018-1.105.026-.001.215-.004.431-.004.647.375.014.753-.017 1.125.035.223.124.224.487-.024.58-.364.051-.732.017-1.097.025-.002.292-.002.585-.003.878.419.145.856.284 1.208.564.211.187.004.592-.275.515-.308-.128-.599-.294-.913-.409-.315.685-1.216.811-1.844.524-.46-.216-.473-1 .001-1.208.373-.171.795-.109 1.192-.1l-.001-.763c-.466-.019-.937.036-1.399-.029-.238-.103-.232-.44-.026-.573.472-.068.95-.02 1.425-.03l.001-.655c-.469-.018-.943.038-1.409-.031-.259-.114-.214-.553.077-.584.443-.045.889-.005 1.333-.027.002-.233-.02-.468.021-.698m-1.017 4.161c.35.054.707.056 1.057.001l-.128-.191c-.304.052-.758-.149-.929.19zM8.509 4.996c-.051-.338.446-.483.596-.18.072.549.012 1.105.032 1.657.29-.152.566-.34.877-.451.285-.058.477.354.249.531-.354.253-.759.427-1.128.657.002.616-.001 1.232.002 1.849.614.023 1.233-.042 1.844.034.272.161.151.632-.176.594-1.469.01-2.939.013-4.407-.002-.338.024-.414-.52-.09-.602.274-.039.552-.024.829-.028.009-.646-.027-1.293.012-1.938.023-.339.579-.338.603 0 .04.644.004 1.292.013 1.938.246.004.491.004.736.006.01-1.355-.008-2.711.008-4.065zM18 4.908c.02-.332.579-.332.6 0 .044.612.002 1.227.019 1.84.331-.311.622-.665.979-.948.388-.285 1.005.016 1.02.497.028.776.005 1.553.008 2.329.27-.282.866-.099.639.334-.339.221-.871.853-1.239.412-.074-1.024-.001-2.057-.036-3.084-.47.435-.915.897-1.37 1.348-.016.59.019 1.181-.015 1.77.009.324-.509.39-.596.085-.056-.402-.015-.811-.025-1.215-.362.342-.686.725-1.068 1.047-.224.193-.584-.094-.463-.359.215-.747.463-1.485.69-2.229-.356.027-.893-.346-.472-.669.377-.044.933-.029 1.18.294-.001.537-.303 1.041-.415 1.566.186-.181.368-.365.549-.551.011-.822-.026-1.646.015-2.467z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M10.964 1.492a10.564 10.564 0 0 1 6.848 1.691c3.064 1.99 4.94 5.652 4.733 9.304-.13 3.592-2.26 7.012-5.405 8.738-2.54 1.434-5.687 1.727-8.452.802-2.952-.955-5.411-3.292-6.527-6.186-1.086-2.752-.938-5.958.407-8.593 1.578-3.182 4.855-5.44 8.395-5.755M5.558 6.236c4.294.006 8.587.007 12.881-.001-1.668-1.871-4.172-2.962-6.682-2.87-2.348.047-4.634 1.126-6.199 2.872m-.224 1.925C7.555 11.917 9.775 15.67 12 19.423c2.227-3.751 4.446-7.507 6.667-11.262-4.445-.002-8.888-.002-13.333.001M3.779 9.304c-.848 2.622-.389 5.636 1.282 7.841 1.278 1.738 3.228 2.95 5.346 3.356-2.212-3.731-4.418-7.465-6.628-11.197m9.816 11.197c2.461-.468 4.686-2.041 5.915-4.23 1.207-2.086 1.444-4.674.712-6.964-2.21 3.731-4.416 7.464-6.626 11.194z"/><path fill="#fff" d="M5.558 6.236c1.565-1.746 3.851-2.825 6.199-2.872 2.509-.091 5.014 1 6.682 2.87-4.294.008-8.587.007-12.881.001zM5.334 8.162c4.445-.004 8.888-.004 13.333-.001-2.221 3.755-4.44 7.511-6.667 11.262-2.225-3.752-4.445-7.506-6.666-11.261m3.617 1.04c-.356.142-.431.706-.11.923.274.15.605.161.869.33.031.581-.762.286-1.072.125l.004.378c.41.052.846.155 1.247.001.428-.155.424-.912-.059-.986-.236-.122-.8-.068-.694-.466.25-.306.667-.058.948.07l-.007-.402c-.372-.022-.768-.119-1.126.028m1.369-.083v.239l.601.002c-.004.559 0 1.12-.001 1.679h.48c-.002-.559.002-1.12-.001-1.679L12 9.359V9.12h-1.68m2.558.053c-.812.191-.862 1.516-.083 1.787.63.28 1.55-.106 1.483-.88.065-.736-.779-1.135-1.4-.907m1.762-.053v1.92h.48v-.708c.28-.026.592.019.842-.136.379-.239.292-.922-.157-1.026-.382-.088-.778-.043-1.165-.05zM3.779 9.304c2.209 3.732 4.416 7.466 6.628 11.197-2.118-.407-4.068-1.619-5.346-3.356-1.67-2.204-2.13-5.219-1.282-7.841z"/><path fill="#fff" d="M13.008 9.42c.871-.409 1.122 1.272.307 1.378-.696.05-.79-1.058-.307-1.378zM15.119 9.34c.764-.2.764.962 0 .761.004-.253.004-.508 0-.761zM13.595 20.501c2.21-3.73 4.416-7.463 6.626-11.194.732 2.29.496 4.878-.712 6.964-1.229 2.189-3.454 3.762-5.915 4.23z"/><path d="M8.951 9.202c.358-.146.754-.049 1.126-.028l.007.402c-.281-.127-.698-.376-.948-.07-.107.397.457.343.694.466.482.074.487.832.059.986-.401.154-.836.05-1.247-.001l-.004-.378c.31.161 1.103.456 1.072-.125-.264-.169-.595-.18-.869-.33-.32-.217-.246-.781.11-.923zM10.32 9.12H12v.239l-.601.002c.004.559-.001 1.12.001 1.679h-.48c.001-.559-.002-1.12.001-1.679l-.601-.002V9.12zM12.878 9.173c.622-.228 1.465.172 1.4.907.067.774-.853 1.159-1.483.88-.779-.271-.73-1.596.083-1.787m.13.247c-.482.319-.389 1.428.307 1.378.815-.106.564-1.787-.307-1.378zM14.64 9.12c.388.007.784-.037 1.165.05.449.104.536.787.157 1.026-.251.155-.563.109-.842.136v.708h-.48V9.12m.479.22c.004.253.004.508 0 .761.764.202.764-.961 0-.761z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#d20000" d="M11.176 0h1.62c1.478.17 2.951.491 4.3 1.136 3.838 1.752 6.497 5.639 6.905 9.82v2.052c-.382 4.164-3.007 8.044-6.808 9.823-1.294.646-2.717.954-4.136 1.169h-2.064c-1.468-.209-2.935-.54-4.265-1.217C2.856 20.927.217 16.877.001 12.596v-1.38C.175 9.706.505 8.2 1.182 6.831 2.977 2.967 6.95.334 11.177-.001M2.956 7.962a9.99 9.99 0 0 0 .004 8.096c1.544 3.536 5.299 5.952 9.162 5.861 3.786 0 7.421-2.396 8.938-5.861a9.994 9.994 0 0 0 .004-8.096c-1.529-3.508-5.23-5.92-9.062-5.861-3.826-.052-7.519 2.357-9.044 5.861z"/><path fill="#fff" d="M2.956 7.962C4.481 4.458 8.175 2.05 12 2.101c3.833-.059 7.534 2.353 9.062 5.861-6.036-.002-12.071 0-18.107 0zM4.327 9.972c.905-.497 2.305-.346 2.809.65-.229.09-.458.179-.688.266-.416-.524-1.247-.587-1.796-.247-.257.139-.389.598-.035.704.718.257 1.588.142 2.189.686.606.523.412 1.578-.256 1.962-.928.562-2.394.433-2.959-.584.227-.095.454-.188.682-.281.419.5 1.168.552 1.742.328.378-.125.587-.722.191-.952-.701-.395-1.634-.152-2.263-.725-.565-.523-.253-1.494.384-1.808zM7.841 9.714c1.204-.004 2.407-.002 3.611-.001l.001.686-1.414.002c-.008 1.306.007 2.612-.007 3.918h-.775c-.004-1.306.002-2.612-.002-3.918l-1.414-.002v-.685zM13.234 9.754c.834-.09 1.93-.215 2.456.605.475.737.208 1.668.268 2.492-.001 1.032-1.098 1.644-2.038 1.466-.986.16-1.95-.709-1.822-1.716-.044-1.03-.157-2.545 1.135-2.848m.118.722c-.784.277-.427 1.262-.508 1.885-.079.498.061 1.228.703 1.204.559-.019 1.447.204 1.646-.521.042-.691.049-1.393-.005-2.083-.256-.758-1.231-.499-1.837-.485zM16.662 9.714c.99.035 1.996-.085 2.976.067.961.278 1.018 1.776.085 2.135-.734.214-1.524.048-2.28.101-.001.768.002 1.535-.001 2.303a101.4 101.4 0 0 0-.78 0c-.004-1.536-.002-3.071 0-4.606m.782.72v.86c.624-.007 1.249.024 1.873-.012.438-.052.436-.788-.005-.833-.622-.044-1.246-.007-1.868-.016zM2.959 16.058h18.1c-1.517 3.464-5.152 5.861-8.938 5.861-3.863.091-7.618-2.324-9.162-5.861z"/><path d="M2.956 7.962c6.036 0 12.071-.002 18.107 0a9.994 9.994 0 0 1-.004 8.096h-18.1a9.99 9.99 0 0 1-.004-8.096m1.372 2.01c-.637.314-.949 1.285-.384 1.808.629.572 1.562.33 2.263.725.396.229.187.827-.191.952-.575.224-1.324.173-1.742-.328a57.49 57.49 0 0 0-.682.281c.565 1.018 2.032 1.146 2.959.584.667-.384.862-1.439.256-1.962-.601-.545-1.471-.43-2.189-.686-.354-.107-.222-.565.035-.704.55-.34 1.38-.277 1.796.247.229-.088.458-.176.688-.266-.504-.996-1.904-1.147-2.809-.65m3.514-.259v.685l1.414.002c.005 1.306-.001 2.612.002 3.918h.775c.014-1.306-.001-2.612.007-3.918l1.414-.002-.001-.686c-1.204-.001-2.407-.002-3.611.001m5.393.04c-1.292.302-1.18 1.818-1.135 2.848-.128 1.007.835 1.876 1.822 1.716.94.178 2.036-.434 2.038-1.466-.06-.824.208-1.756-.268-2.492-.527-.82-1.622-.695-2.456-.605m3.427-.041c-.002 1.535-.004 3.07 0 4.606h.78c.004-.768 0-1.535.001-2.303.756-.053 1.546.113 2.28-.101.932-.359.876-1.856-.085-2.135-.98-.152-1.986-.032-2.976-.067z"/><path d="M13.351 10.475c.606-.014 1.582-.274 1.837.485.054.69.047 1.392.005 2.083-.199.725-1.087.502-1.646.521-.642.024-.782-.706-.703-1.204.08-.623-.276-1.608.508-1.885zM17.444 10.434c.623.008 1.247-.029 1.868.016.44.044.443.781.005.833-.624.036-1.249.005-1.873.012v-.86z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#2c2c2c" d="M7.057 0h9.895A767.878 767.878 0 0 1 24 7.049v9.912c-2.337 2.354-4.687 4.696-7.036 7.039H7.058a735.053 735.053 0 0 1-6.952-6.953l.004-.14c2.361 2.29 4.625 4.694 7.015 6.946 3.055.058 6.117 0 9.174.028.27-.014.601.06.796-.181a4568 4568 0 0 1 6.604-6.603.556.556 0 0 0 .186-.49c-.004-3.071-.003-6.142 0-9.213.053-.356-.272-.568-.484-.795a1963.402 1963.402 0 0 1-5.95-5.95c-.245-.224-.464-.582-.846-.527-3.07.004-6.141.003-9.211 0-.379-.049-.595.311-.84.532-2.144 2.151-4.29 4.3-6.443 6.441l-.004-.14A747.099 747.099 0 0 1 7.057 0z"/><path fill="#fff" d="M6.554.654c.245-.221.461-.581.84-.532 3.07.003 6.141.004 9.211 0 .382-.055.601.303.846.527 1.979 1.987 3.962 3.971 5.95 5.95.212.227.537.439.484.795-.003 3.071-.004 6.142 0 9.213a.556.556 0 0 1-.186.49 4568 4568 0 0 0-6.604 6.603c-.195.241-.526.167-.796.181-3.057-.028-6.119.03-9.174-.028-2.39-2.252-4.654-4.656-7.015-6.946.023-3.27.022-6.542.001-9.812C2.264 4.954 4.41 2.805 6.554.654m.773.062A8233.677 8233.677 0 0 0 .719 7.324c-.003 3.118 0 6.236-.002 9.353 2.199 2.207 4.412 4.399 6.608 6.608 3.119.004 6.237.001 9.356.001 2.203-2.203 4.405-4.405 6.61-6.606.001-3.119.003-6.238-.002-9.358-2.205-2.201-4.404-4.408-6.61-6.608-3.118-.001-6.235-.003-9.352.002z"/><path fill="#fff" d="M8.405 4.802c.114.021.229.043.337.087.424.185.856.349 1.29.51-.19.149-.408.293-.471.543-.27.772-.521 1.55-.847 2.301.148.07.297.139.445.21-.114.097-.23.194-.346.29.002 3.279.002 6.557 0 9.836l-1.451.002c-.011-2.482.013-4.964-.012-7.446-.331.514-.619 1.056-1.003 1.534a18.726 18.726 0 0 0-.455-1.231c-.103-.271-.166-.606-.005-.867 1.145-1.726 1.873-3.69 2.461-5.665l.057-.104z"/><path fill="#fff" d="M12.824 4.802c.622.005 1.248-.037 1.866.055l-.112.122c-.361.218-.249.658-.266 1.011 1.111.002 2.222-.002 3.333.002.004.495.004.989.001 1.484-2.661.073-5.326-.03-7.988.048a88.755 88.755 0 0 1-.004-1.548c1.056.026 2.114.026 3.17.014V4.802zM10.464 8.053c2.116-.015 4.232 0 6.347-.008.012 1.045.005 2.089.005 3.134-2.116 0-4.232-.002-6.347.001-.007-1.043.002-2.085-.005-3.127m1.412 1.162c0 .268 0 .535.002.803 1.139-.018 2.283.047 3.418-.03.044-.256.031-.517.031-.774-1.15-.026-2.301 0-3.451.001zM9.341 11.757c2.825 0 5.65-.006 8.475.003 0 .941.001 1.882-.001 2.823-.46.01-.919.008-1.378.005a94.88 94.88 0 0 0-.003-1.509c-1.925-.003-3.849-.001-5.774-.001-.008.511-.005 1.022-.004 1.533-.437.01-.874.01-1.31.007-.009-.953-.002-1.907-.005-2.861z"/><path fill="#fff" d="M11.081 13.723c1.659-.007 3.318-.003 4.977-.002-.002.461-.002.923 0 1.384-.581.01-1.162.006-1.742.006-.02.801.057 1.611-.078 2.405-.049.407-.36.756-.753.864-.758.215-1.555.174-2.334.193-.086-.549-.263-1.077-.471-1.59.701.03 1.407.089 2.105-.007.071-.617.03-1.24.038-1.86-.581-.009-1.162-.002-1.743-.008-.002-.461-.002-.923.001-1.385z"/><path fill="#af1e2d" d="M7.327.716c3.117-.005 6.234-.003 9.352-.002 2.206 2.2 4.405 4.407 6.61 6.608.005 3.12.003 6.239.002 9.358-2.205 2.201-4.407 4.403-6.61 6.606-3.119 0-6.237.003-9.356-.001-2.196-2.209-4.409-4.401-6.608-6.608.002-3.117-.001-6.235.002-9.353C2.92 5.12 5.123 2.918 7.327.716M5.811 4.811c.03 1.917-.119 3.856.076 5.76-.161.261-.098.596.005.867a2.692 2.692 0 0 0-.101.762c.029 2.196-.013 4.393.02 6.589 4.126.023 8.252.018 12.377-.001.02-4.658.02-9.318 0-13.977-.862-.031-1.725.004-2.587-.018-.348-.007-.725-.027-1.023.186l.112-.122c-.618-.092-1.244-.05-1.866-.055V5.99a88.158 88.158 0 0 1-3.17-.014c1.017-.109 2.041.014 3.06-.064a8.442 8.442 0 0 0 0-1.102c-1.322.031-2.665-.119-3.972.079a1.703 1.703 0 0 0-.337-.087l-.057.104-.052-.077c-.825-.067-1.657-.024-2.485-.018z"/><path fill="#c0111e" d="M5.811 4.811c.828-.006 1.66-.049 2.485.018l.052.077c-.588 1.975-1.316 3.939-2.461 5.665-.195-1.904-.046-3.843-.076-5.76zM8.742 4.889c1.307-.198 2.65-.048 3.972-.079.024.367.024.735 0 1.102-1.019.078-2.043-.045-3.06.064-.002.516-.003 1.032.004 1.548 2.662-.078 5.327.025 7.988-.048.003-.495.003-.989-.001-1.484-1.111-.004-2.222 0-3.333-.002.017-.353-.095-.793.266-1.011.298-.213.675-.193 1.023-.186.862.022 1.725-.013 2.587.018.02 4.659.02 9.319 0 13.977a1215.8 1215.8 0 0 1-12.377.001c-.033-2.196.009-4.393-.02-6.589a2.692 2.692 0 0 1 .101-.762c.17.404.314.817.455 1.231.384-.478.672-1.02 1.003-1.534.025 2.482.001 4.964.012 7.446l1.451-.002c.002-3.279.002-6.557 0-9.836.116-.096.232-.193.346-.29-.148-.071-.297-.14-.445-.21.326-.751.577-1.529.847-2.301.063-.25.281-.394.471-.543a24.678 24.678 0 0 1-1.29-.51m1.722 3.164c.007 1.042-.002 2.084.005 3.127 2.115-.003 4.231-.001 6.347-.001 0-1.045.007-2.089-.005-3.134-2.115.008-4.231-.007-6.347.008m-1.123 3.704c.003.954-.004 1.908.005 2.861.436.003.873.003 1.31-.007-.001-.511-.004-1.022.004-1.533 1.925 0 3.849-.002 5.774.001.006.503.005 1.006.003 1.509.459.003.918.005 1.378-.005.002-.941.001-1.882.001-2.823-2.825-.009-5.65-.003-8.475-.003m1.74 1.966c-.003.462-.003.924-.001 1.385.581.006 1.162-.001 1.743.008-.008.62.033 1.243-.038 1.86-.698.096-1.404.037-2.105.007.208.513.385 1.041.471 1.59.779-.019 1.576.022 2.334-.193.393-.108.704-.457.753-.864.135-.794.058-1.604.078-2.405.58 0 1.161.004 1.742-.006-.002-.461-.002-.923 0-1.384-1.659-.001-3.318-.005-4.977.002z"/><path fill="#c0111e" d="M11.876 9.215c1.15-.001 2.301-.027 3.451-.001 0 .257.013.518-.031.774-1.135.077-2.279.012-3.418.03-.002-.268-.002-.535-.002-.803z"/><path fill="#030303" opacity=".95" d="M0 7.082l.107-.127.004.14c.021 3.27.022 6.542-.001 9.812l-.004.14L0 16.919V7.082z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#b31a36" opacity=".79" d="M10.739 0h2.495c.296.064.594.138.876.253a20.689 20.689 0 0 0-3.196-.125L10.739 0z"/><path fill="#de0029" d="M9.34.346c.454-.181.943-.23 1.428-.21-.47.1-.947.176-1.428.21zM7.361.989a5.076 5.076 0 0 1 1.91-.625 23.15 23.15 0 0 1-1.91.625zM14.722.373a4.092 4.092 0 0 1 1.664.506 15.116 15.116 0 0 1-1.664-.506zM10.478.647a11.534 11.534 0 0 1 6.546 1.051c3.052 1.471 5.375 4.366 6.133 7.669.638 2.69.266 5.611-1.051 8.045-1.558 2.924-4.438 5.113-7.686 5.791-3.005.667-6.266.037-8.81-1.693-2.483-1.666-4.277-4.328-4.844-7.267-.582-2.898.002-6.013 1.628-8.485C4.18 2.988 7.205 1.06 10.478.647M5.281 5.762c-.45.415-.481 1.268.029 1.649.544.349 1.237.304 1.804.598.245.126.208.508-.006.644-.52.3-1.352.188-1.511-.478-.246 0-.492.001-.739.004.041 1.266 1.66 1.567 2.592 1.079.67-.307.85-1.378.245-1.83-.554-.335-1.229-.349-1.822-.586-.277-.126-.216-.575.05-.684.474-.233 1.127-.062 1.286.48.25 0 .5 0 .75-.002-.095-1.273-1.822-1.598-2.678-.874m7.953-.319c-1.417.22-1.762 2.042-1.178 3.148.614 1.152 2.522 1.17 3.174.044.366-.674.371-1.525.09-2.232-.326-.792-1.286-1.134-2.086-.96m-4.893.058l-.001.679c.383.004.764.004 1.147-.002.052 1.061.007 2.125.023 3.188l.806.002c.005-1.061-.001-2.123.004-3.184.388-.002.776-.002 1.165-.002l.002-.68a366.582 366.582 0 0 0-3.146-.001m7.822-.003a623.717 623.717 0 0 0 0 3.869h.804c0-.467.005-.932.002-1.399.487-.019.998.071 1.468-.097.912-.388.94-1.95-.023-2.287-.736-.174-1.502-.054-2.251-.085m-5.854 6.358c-.356 1.073-.8 2.122-1.432 3.064.126.198.246.401.372.599.156-.23.31-.462.461-.694.004 1.129-.004 2.26.004 3.39h.634a484.65 484.65 0 0 0-.001-4.177c-.048-.697.42-1.274.614-1.915-.216-.091-.436-.175-.652-.266m2.329.047l-.008.596c-.551.004-1.1.006-1.65-.005-.007.17-.012.34-.016.51 1.361.001 2.72.004 4.081-.001-.002-.168-.005-.335-.006-.503-.594 0-1.188.01-1.782-.01a57.947 57.947 0 0 0-.01-.592l-.61.004m-1.244 1.41c-.004.439-.004.877 0 1.316 1.009.002 2.018.002 3.028 0 .004-.439.004-.877 0-1.316a382.034 382.034 0 0 0-3.028 0m-.709 1.656c-.006.434-.005.87.004 1.306l.552-.005c-.004-.269.008-.536.005-.805 1.091-.004 2.182-.002 3.272 0-.005.263.008.527.005.791l.616-.002c.004-.427.004-.856 0-1.284-1.484-.004-2.969-.002-4.453 0m.767.897l.002.522 1.218.004c.004.374.004.749-.005 1.123l-.608.004c.097.222.196.444.284.67.294-.086.678-.052.883-.317.073-.49.022-.988.041-1.48.356 0 .714-.001 1.072-.013l-.019-.517c-.956.004-1.913-.004-2.868.005zM16.574.923a.394.394 0 0 1 .362.19c-.191.049-.312-.014-.362-.19zM6.818 1.231a.393.393 0 0 1 .36-.196c-.049.176-.169.241-.36.196zM2.34 4.96a.527.527 0 0 1 .349-.439.547.547 0 0 1-.349.439z"/><path fill="#de0029" d="M13.24 6.167c1.072-.466 1.716.87 1.411 1.747-.08.858-1.314 1.19-1.794.469-.402-.671-.389-1.816.383-2.216zM16.969 6.158c.325.005.655-.02.977.044.514.076.506.96.018 1.066-.33.053-.665.024-.996.026l.001-1.136zM.492 8.801a5.393 5.393 0 0 1 .762-2.034c-.236.684-.498 1.36-.762 2.034zM22.862 7.104c.16.037.234.144.222.32-.16-.04-.233-.146-.222-.32zM23.125 7.612c.457.943.725 1.993.74 3.042-.168-1.033-.455-2.038-.74-3.042zM23.123 16.391c.288-.998.569-1.998.742-3.024a7.237 7.237 0 0 1-.742 3.024zM11.941 13.746c.642-.004 1.284-.002 1.926-.002-.006.151-.017.302-.023.454-.634-.008-1.268-.004-1.902-.006l-.001-.445zM.376 14.723c.263.848.575 1.678.878 2.51-.455-.764-.776-1.624-.878-2.51zM22.888 16.934c-.044-.19.02-.31.193-.36a.377.377 0 0 1-.193.36zM21.416 19.373c.23-.427.505-.828.821-1.198a3.653 3.653 0 0 1-.821 1.198zM2.339 19.04a.542.542 0 0 1 .347.444.548.548 0 0 1-.347-.444zM2.83 19.64a.528.528 0 0 1 .347.444.566.566 0 0 1-.347-.444zM4.522 21.312c.2.032.367.16.439.35a.525.525 0 0 1-.439-.35zM18.176 22.237a6.893 6.893 0 0 1 1.204-.827 3.689 3.689 0 0 1-1.204.827zM16.577 23.083c.041-.158.149-.232.323-.221-.038.161-.146.234-.323.221zM13.349 23.864c1.033-.166 2.038-.452 3.041-.739-.942.455-1.991.736-3.041.739z"/><path fill="#fff" d="M10.768.136l.146-.007a20.565 20.565 0 0 1 3.196.125l.052.022c.144.114.33.136.504.086l.056.012c.546.196 1.099.376 1.664.506l.188.043c.05.175.172.239.362.19a11.908 11.908 0 0 1 5.371 4.834c.008.181.073.431.292.452.008.054.028.162.036.217l.196.215.031.274c-.011.174.062.281.222.32l.041.187c.286 1.004.572 2.009.74 3.042l.006.146c.018.814.016 1.627-.001 2.441l-.006.126c-.173 1.026-.454 2.026-.742 3.024l-.042.184c-.173.05-.238.17-.193.36-.1.216-.202.431-.304.647a.503.503 0 0 0-.281.473l-.066.121c-.316.37-.59.77-.821 1.198a11.863 11.863 0 0 1-2.036 2.038c-.43.232-.833.51-1.204.827a5.365 5.365 0 0 1-.13.07c-.18.011-.426.074-.445.292l-.215.035c-.053.049-.16.148-.214.196l-.274.034c-.174-.011-.282.062-.323.221l-.187.042c-1.003.287-2.008.574-3.041.739l-.146.006c-1.993.152-3.977-.184-5.852-.852a44.02 44.02 0 0 1-.932-.439.488.488 0 0 0-.476-.275c-.334-.203-.66-.418-.98-.642a.553.553 0 0 0-.439-.35c-.478-.377-.934-.78-1.345-1.228a.526.526 0 0 0-.347-.444l-.144-.156a.542.542 0 0 0-.347-.444 19.231 19.231 0 0 1-.64-.983.512.512 0 0 0-.277-.48c-.055-.115-.112-.229-.168-.344-.304-.833-.616-1.662-.878-2.51l-.014-.056a.558.558 0 0 0-.083-.505l-.023-.055a16.282 16.282 0 0 1 0-4.225l.02-.055c.098-.142.174-.344.061-.502l.052-.061c.127-.11.155-.244.082-.4l.022-.062c.264-.674.526-1.35.762-2.034l.167-.344a.505.505 0 0 0 .277-.48c.203-.335.418-.661.642-.983a.549.549 0 0 0 .349-.439c1.087-1.404 2.538-2.513 4.129-3.289.191.046.311-.019.36-.196L7.36.994A23.15 23.15 0 0 0 9.27.369l.068-.018c.481-.034.958-.11 1.428-.21m-.288.506c-3.274.413-6.299 2.341-8.084 5.111C.768 8.23.184 11.345.766 14.243c.568 2.939 2.362 5.602 4.844 7.267 2.544 1.73 5.806 2.36 8.81 1.693 3.248-.678 6.128-2.867 7.686-5.791 1.318-2.434 1.69-5.354 1.051-8.045-.758-3.304-3.082-6.198-6.133-7.669A11.534 11.534 0 0 0 10.478.647z"/><path fill="#fff" d="M5.281 5.762c.857-.725 2.584-.4 2.678.874-.25.002-.5.002-.75.002-.16-.542-.812-.713-1.286-.48-.266.109-.328.558-.05.684.593.236 1.267.251 1.822.586.605.452.425 1.523-.245 1.83-.932.488-2.551.187-2.592-1.079.247-.002.493-.004.739-.004.158.666.991.778 1.511.478.214-.137.251-.518.006-.644-.566-.294-1.26-.248-1.804-.598-.51-.38-.479-1.234-.029-1.649zM13.234 5.443c.799-.174 1.759.168 2.086.96.281.707.276 1.558-.09 2.232-.652 1.126-2.56 1.108-3.174-.044-.583-1.105-.239-2.928 1.178-3.148m.006.724c-.772.401-.785 1.546-.383 2.216.48.721 1.714.389 1.794-.469.305-.877-.34-2.213-1.411-1.747zM8.341 5.501c1.049-.002 2.098-.005 3.146.001l-.002.68c-.389 0-.778 0-1.165.002-.005 1.061.001 2.123-.004 3.184l-.806-.002c-.016-1.063.029-2.128-.023-3.188-.383.006-.764.006-1.147.002l.001-.679zM16.163 5.498c.749.031 1.516-.089 2.251.085.962.337.935 1.9.023 2.287-.469.168-.98.078-1.468.097.002.467-.002.932-.002 1.399h-.804c-.004-1.29-.004-2.58 0-3.869m.806.661l-.001 1.136c.331-.002.666.026.996-.026.488-.106.496-.99-.018-1.066-.322-.065-.652-.04-.977-.044zM10.309 11.857c.216.091.436.175.652.266-.194.641-.662 1.218-.614 1.915.007 1.392.006 2.785.001 4.177h-.634c-.007-1.13 0-2.261-.004-3.39-.151.232-.305.463-.461.694-.126-.198-.246-.401-.372-.599.631-.942 1.075-1.991 1.432-3.064zM12.638 11.905l.61-.004.01.592c.594.019 1.188.01 1.782.01.001.168.004.335.006.503-1.361.005-2.72.002-4.081.001.004-.17.008-.34.016-.51.55.011 1.099.008 1.65.005l.008-.596zM11.393 13.314c1.009-.004 2.018-.004 3.028 0 .004.439.004.877 0 1.316-1.009.002-2.018.002-3.028 0a72.162 72.162 0 0 1 0-1.316m.548.432l.001.445c.634.002 1.268-.002 1.902.006.006-.151.017-.302.023-.454-.642 0-1.284-.001-1.926.002zM10.684 14.97c1.484-.002 2.969-.004 4.453 0 .004.428.004.857 0 1.284l-.616.002c.004-.264-.01-.528-.005-.791-1.091-.002-2.182-.004-3.272 0 .004.269-.008.536-.005.805l-.552.005c-.008-.436-.01-.871-.004-1.306z"/><path fill="#fff" d="M11.452 15.868c.955-.008 1.912-.001 2.868-.005l.019.517c-.358.012-.715.013-1.072.013-.019.492.032.99-.041 1.48-.205.265-.589.23-.883.317-.089-.226-.187-.448-.284-.67l.608-.004c.008-.374.008-.749.005-1.123-.406-.001-.811-.001-1.218-.004l-.002-.522z"/><path fill="#c52f4a" opacity=".86" d="M14.161.275c.155-.146.382-.053.504.086a.557.557 0 0 1-.504-.086z"/><path fill="#b62a44" opacity=".8" d="M1.421 6.422a.534.534 0 0 1 .277-.48.507.507 0 0 1-.277.48z"/><path fill="#bd304a" opacity=".82" d="M22.308 5.946c.151.106.286.258.292.452-.218-.022-.283-.271-.292-.452zM22.303 18.054a.502.502 0 0 1 .281-.473.527.527 0 0 1-.281.473z"/><path fill="#b21934" opacity=".79" d="M22.636 6.616l.196.215-.196-.215z"/><path fill="#c32543" opacity=".86" d="M.389 9.263c-.079-.155-.053-.288.082-.4.073.156.046.289-.082.4z"/><path fill="#c42b47" opacity=".85" d="M.276 9.826a.398.398 0 0 1 .061-.502c.113.157.037.36-.061.502z"/><path fill="#b11d38" opacity=".78" d="M.071 10.618c.038-.251.083-.503.185-.737a16.282 16.282 0 0 0 0 4.225A5.59 5.59 0 0 1 0 13.262v-2.654l.071.01z"/><path fill="#b91936" opacity=".82" d="M23.872 10.8l.128-.176v2.822l-.13-.205c.017-.814.019-1.627.001-2.441z"/><path fill="#c42b47" opacity=".86" d="M.278 14.161a.558.558 0 0 1 .083.505c-.139-.122-.229-.35-.083-.505z"/><path fill="#b62a43" opacity=".8" d="M1.422 17.578c.182.091.283.28.277.48a.53.53 0 0 1-.277-.48z"/><path fill="#bb2944" opacity=".82" d="M5.941 22.304a.486.486 0 0 1 .476.275.533.533 0 0 1-.476-.275z"/><path fill="#c02d48" opacity=".84" d="M17.602 22.598c.019-.217.265-.281.445-.292-.101.154-.252.289-.445.292z"/><path fill="#b51c38" opacity=".8" d="M17.173 22.829c.054-.048.161-.146.214-.196-.053.049-.16.148-.214.196z"/><path fill="#b1233d" opacity=".78" d="M7.35 23.018c1.876.668 3.859 1.004 5.852.852l.176.13h-2.624c-1.154-.239-2.366-.383-3.404-.982z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#151515" opacity=".95" d="M7.056 0h9.858l.133.107-.135.005C13.707.154 10.5.114 7.294.131c-.181-.019-.318.106-.437.223C4.678 2.544 2.489 4.725.305 6.91c-.265.22-.162.591-.184.89 0 3.036.023 6.074-.011 9.11l-.004.133L0 16.909V7.055A744.98 744.98 0 0 1 7.056 0z"/><path fill="#fff" d="M6.857.354c.119-.117.256-.242.437-.223C10.5.114 13.707.154 16.912.112c2.242 2.251 4.49 4.496 6.74 6.74.114.121.246.256.228.439.034 3.215-.049 6.437.04 9.65a765.575 765.575 0 0 0-6.982 6.978c-3.212-.085-6.433-.005-9.648-.038-.156.015-.28-.08-.384-.182C4.64 21.437 2.383 19.165.11 16.91c.034-3.036.011-6.074.011-9.11.022-.299-.081-.67.184-.89C2.489 4.725 4.678 2.544 6.857.354M.597 7.285c.002 3.04.004 6.08-.001 9.12-.002.163-.004.345.137.457 2.186 2.183 4.368 4.372 6.557 6.553 3.072-.004 6.145.001 9.217-.002.169.024.304-.077.414-.19 2.097-2.104 4.198-4.205 6.301-6.301.115-.11.211-.247.188-.414.003-3.074-.003-6.148.003-9.222-2.159-2.174-4.336-4.331-6.496-6.505-.106-.115-.243-.205-.408-.181-3.074-.001-6.15.003-9.225-.002C5.053 2.824 2.824 5.054.597 7.285z"/><path fill="#fff" d="M1.072 7.486c2.134-2.143 4.272-4.281 6.415-6.415 2.94.006 5.88 0 8.82.003.201-.032.345.117.476.244 2.045 2.062 4.11 4.104 6.155 6.166-.003 3.013-.006 6.025.001 9.038-2.04 2.065-4.107 4.103-6.15 6.165-.133.129-.279.279-.483.246-2.94.002-5.881-.003-8.822.002-2.141-2.135-4.282-4.27-6.413-6.416.006-3.011.004-6.022.001-9.033m6.969-4.937c-1.758 1.703-3.462 3.467-5.21 5.182-.146.16-.37.31-.332.559-.001 2.438.004 4.876-.002 7.314.007.162-.014.354.13.466 1.751 1.751 3.505 3.498 5.251 5.254.107.117.248.202.413.182 2.438.003 4.876-.003 7.313.003.163-.009.357.012.471-.132 1.752-1.748 3.498-3.503 5.253-5.248.164-.127.195-.331.184-.525-.006-2.437.001-4.875-.003-7.312.021-.166-.068-.307-.184-.416a1706.28 1706.28 0 0 1-4.851-4.85c-.251-.233-.47-.607-.87-.529-2.517.04-5.061-.065-7.563.052z"/><path fill="#fff" d="M11.528 5.334c.2-.302.724-.285.906.029.257.503-.122 1.167.265 1.618.057-.283.065-.575.136-.856.212-.362.952-.244.911.235.143 1.811.144 3.634.334 5.441-.023.338.477.561.593.18.154-.937.273-1.953.892-2.717.238-.305.647-.331.995-.236-.42 1.143-.398 2.372-.271 3.566.058.966-.067 2.018-.706 2.789-.407.53-1.085.794-1.429 1.378-.316.666-.161 1.421-.185 2.129-1.283.016-2.567-.005-3.851-.01-.144-1.083.259-2.283-.331-3.272-.502-.588-.935-1.303-.89-2.107.088-2.002.15-4.006.306-6.004-.025-.273.19-.562.485-.496.349.116.273.569.385.847.187-.485-.005-1.025.174-1.51.141-.343.693-.391.882-.072.099.27.111.564.184.842.334-.529-.058-1.218.215-1.774z"/><path fill="#292929" d="M16.912.112l.135-.005c2.34 2.29 4.651 4.616 6.953 6.945v10.056l-.08-.167c-.089-3.213-.006-6.435-.04-9.65.018-.183-.114-.318-.228-.439-2.25-2.244-4.498-4.489-6.74-6.74z"/><path fill="#c0111e" d="M.597 7.285C2.824 5.054 5.053 2.824 7.284.598c3.075.005 6.151.001 9.225.002.165-.024.302.066.408.181 2.16 2.174 4.337 4.331 6.496 6.505-.006 3.074 0 6.148-.003 9.222.023.167-.073.304-.188.414a2673.714 2673.714 0 0 0-6.301 6.301c-.11.113-.245.214-.414.19-3.072.003-6.145-.002-9.217.002-2.189-2.181-4.371-4.37-6.557-6.553-.141-.112-.139-.294-.137-.457.005-3.04.003-6.08.001-9.12m.475.201c.003 3.011.005 6.022-.001 9.033 2.131 2.146 4.272 4.281 6.413 6.416 2.941-.005 5.882 0 8.822-.002.204.033.35-.117.483-.246 2.043-2.062 4.11-4.1 6.15-6.165-.007-3.013-.004-6.025-.001-9.038-2.045-2.062-4.11-4.104-6.155-6.166-.131-.127-.275-.276-.476-.244-2.94-.003-5.88.003-8.82-.003a2155.485 2155.485 0 0 0-6.415 6.415z"/><path fill="#c0111e" d="M8.041 2.549c2.502-.117 5.046-.012 7.563-.052.4-.078.619.296.87.529a1706.28 1706.28 0 0 0 4.851 4.85c.116.109.205.25.184.416.004 2.437-.003 4.875.003 7.312.011.194-.02.398-.184.525-1.755 1.745-3.501 3.5-5.253 5.248-.114.144-.308.123-.471.132-2.437-.006-4.875 0-7.313-.003-.165.02-.306-.065-.413-.182-1.746-1.756-3.5-3.503-5.251-5.254-.144-.112-.123-.304-.13-.466.006-2.438.001-4.876.002-7.314-.038-.249.186-.399.332-.559 1.748-1.715 3.452-3.479 5.21-5.182m3.487 2.785c-.273.556.119 1.245-.215 1.774-.073-.278-.085-.572-.184-.842-.189-.319-.741-.271-.882.072-.179.485.013 1.025-.174 1.51-.112-.278-.036-.731-.385-.847-.295-.066-.51.223-.485.496-.156 1.998-.218 4.002-.306 6.004-.045.804.388 1.519.89 2.107.59.989.187 2.189.331 3.272 1.284.005 2.568.026 3.851.01.024-.708-.131-1.463.185-2.129.344-.584 1.022-.848 1.429-1.378.639-.771.764-1.823.706-2.789-.127-1.194-.149-2.423.271-3.566-.348-.095-.757-.069-.995.236-.619.764-.738 1.78-.892 2.717-.116.381-.616.158-.593-.18-.19-1.807-.191-3.63-.334-5.441.041-.479-.699-.597-.911-.235-.071.281-.079.573-.136.856-.387-.451-.008-1.115-.265-1.618-.182-.314-.706-.331-.906-.029z"/><path fill="#262626" d="M.11 16.91c2.273 2.255 4.53 4.527 6.796 6.789.104.102.228.197.384.182 3.215.033 6.436-.047 9.648.038l.159.081H7.055a584.353 584.353 0 0 1-6.949-6.957l.004-.133z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#292929" opacity=".96" d="M7.049 0h9.9a859.863 859.863 0 0 1 6.949 6.956l-.006.141c-2.157-2.139-4.299-4.293-6.447-6.442-.246-.221-.457-.593-.84-.533-3.103.008-6.207.001-9.31.004-.157-.02-.285.072-.389.178A4566.616 4566.616 0 0 1 .304 6.907c-.107.103-.194.233-.176.388v9.41c-.02.287.261.449.428.64 2.185 2.177 4.371 4.356 6.543 6.546l-.141.007c-2.335-2.3-4.646-4.627-6.958-6.95V7.051C2.338 4.69 4.691 2.341 7.049 0z"/><path fill="#fff" d="M6.906.304c.104-.106.232-.198.389-.178 3.103-.003 6.207.004 9.31-.004.383-.06.594.312.84.533 2.148 2.149 4.29 4.303 6.447 6.442-.042 3.202-.005 6.405-.018 9.608.019.156-.069.287-.176.389-2.136 2.133-4.273 4.263-6.401 6.403-.172.155-.328.403-.593.375-3.201.014-6.404-.025-9.605.019-2.172-2.19-4.358-4.369-6.543-6.546-.167-.191-.448-.353-.428-.64v-9.41C.11 7.14.197 7.01.304 6.907c2.203-2.199 4.404-4.4 6.602-6.603m.615.911a474.51 474.51 0 0 0-6.305 6.306 307.403 307.403 0 0 0 0 8.957c2.076 2.129 4.206 4.21 6.3 6.323 2.989.008 5.979.009 8.968 0 2.105-2.107 4.21-4.213 6.318-6.317.01-2.99.009-5.98 0-8.97-2.113-2.093-4.193-4.224-6.323-6.298a303.978 303.978 0 0 0-8.958-.001z"/><path fill="#fff" d="M18.698 7.168c.267-.299.54-.593.814-.886.352.302.692.617 1.034.93-.277.3-.558.595-.842.887l-1.006-.931zM16.864 7.401c.267-.304.54-.604.816-.901.341.307.683.613 1.023.922-.272.302-.548.6-.825.897-.346-.298-.68-.608-1.014-.918zM8.348 7.721c.206-.365.412-.73.623-1.093.404.212.806.427 1.206.646-.202.371-.407.74-.612 1.11a57.3 57.3 0 0 1-1.217-.663zM18.171 9.271c.233-.371.685-.622 1.126-.506.613.144.934.759 1.138 1.3.588 1.541.431 3.214.452 4.828-4.696 0-9.392.002-14.088-.001-1.453-.074-3.209-.044-4.247-1.237-.857-1.167-.161-2.623.384-3.76.102.042.203.085.304.13-.247.639-.659 1.302-.479 2.013.204.732.974 1.08 1.649 1.259 1.953.467 3.98.233 5.967.287-.648-.244-1.508-.502-1.671-1.278-.059-.841.349-1.682.937-2.266.451-.455 1.278-.321 1.574.243.554 1.003.434 2.199.458 3.303h8.578a6.36 6.36 0 0 0-.152-1.237c-.54.144-1.107.366-1.67.209-.438-.106-.801-.493-.828-.951-.046-.808.118-1.654.568-2.336m.364 1.889c.379.175.797.019 1.144-.157-.22-.381-.485-.871-.976-.911-.501.05-.608.858-.168 1.068m-8.811.54c-.088.663.686.806 1.169.921-.028-.436-.006-.949-.333-1.285-.296-.282-.869-.07-.836.364z"/><path fill="#b40a00" d="M7.521 1.215c2.982-.043 5.976-.044 8.958.001 2.13 2.074 4.21 4.205 6.323 6.298.009 2.99.01 5.98 0 8.97-2.108 2.104-4.213 4.21-6.318 6.317-2.989.009-5.979.008-8.968 0-2.094-2.113-4.224-4.194-6.3-6.323a307.403 307.403 0 0 1 0-8.957 474.51 474.51 0 0 1 6.305-6.306m11.177 5.953l1.006.931c.284-.292.565-.587.842-.887-.342-.313-.682-.628-1.034-.93a52.37 52.37 0 0 0-.814.886m-1.834.233c.334.31.668.62 1.014.918.277-.297.553-.595.825-.897-.34-.309-.682-.615-1.023-.922-.276.297-.549.597-.816.901m-8.516.32a57.3 57.3 0 0 0 1.217.663c.205-.37.41-.739.612-1.11-.4-.219-.802-.434-1.206-.646-.211.363-.417.728-.623 1.093m9.823 1.55c-.45.682-.614 1.528-.568 2.336.027.458.39.845.828.951.563.157 1.13-.065 1.67-.209.091.406.142.821.152 1.237h-8.578c-.024-1.104.096-2.3-.458-3.303-.296-.564-1.123-.698-1.574-.243-.588.584-.996 1.425-.937 2.266.163.776 1.023 1.034 1.671 1.278-1.987-.054-4.014.18-5.967-.287-.675-.179-1.445-.527-1.649-1.259-.18-.711.232-1.374.479-2.013a11.563 11.563 0 0 0-.304-.13c-.545 1.137-1.241 2.593-.384 3.76 1.038 1.193 2.794 1.163 4.247 1.237 4.696.003 9.392.001 14.088.001-.021-1.614.136-3.287-.452-4.828-.204-.541-.525-1.156-1.138-1.3-.441-.116-.893.135-1.126.506z"/><path fill="#b40a00" d="M18.535 11.16c-.44-.21-.333-1.018.168-1.068.491.04.756.53.976.911-.347.176-.765.332-1.144.157zM9.724 11.7c-.033-.434.54-.646.836-.364.327.336.305.849.333 1.285-.483-.115-1.257-.258-1.169-.921z"/><path fill="#171717" opacity=".93" d="M23.898 6.956l.102.12v9.877c-2.337 2.36-4.688 4.709-7.047 7.047H7.078l-.12-.102.141-.007c3.201-.044 6.404-.005 9.605-.019.265.028.421-.22.593-.375 2.128-2.14 4.265-4.27 6.401-6.403.107-.102.195-.233.176-.389.013-3.203-.024-6.406.018-9.608l.006-.141z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop--g9" xmlns="http://www.w3.org/2000/svg"><path fill="#d9112a" d="M7.073 0h10.035c2.323 2.279 4.596 4.611 6.923 6.888a381.469 381.469 0 0 0-.008 10.092c-2.328 2.287-4.616 4.613-6.929 6.914-3.33-.04-6.665-.054-9.994.008-2.329-2.311-4.631-4.651-6.972-6.95.008-3.339.031-6.68-.012-10.02C2.449 4.637 4.736 2.294 7.072 0m2.04 4.915c-.855 2.936-2.492 5.61-4.616 7.798.318.28.646.552.993.796 1.038-.934 2.052-1.902 2.958-2.969 1.138.886 2.278 1.804 3.604 2.399.268-.252.531-.507.791-.769-1.106-.893-2.237-1.778-3.155-2.874-.11-.122-.223-.296-.074-.439.791-1.205 1.364-2.539 1.79-3.911a92.113 92.113 0 0 0-2.291-.032m6.388.043c-.005 1.031.003 2.06-.003 3.09-1.032.005-2.062-.005-3.093.006-.004.447-.004.895.001 1.342 1.031.012 2.061.001 3.092.005.004 1.332-.003 2.664.004 3.997.63.013 1.262.009 1.894.008.009-2.818.008-5.638 0-8.458-.631 0-1.264-.005-1.896.009m-4.341 8.646c-1.135 1.962-3.079 3.265-4.953 4.45.323.33.642.666.957 1.004 1.522-.757 3.021-1.609 4.252-2.799 1.87.925 3.773 1.989 5.892 2.163.148-.341.307-.678.47-1.013-1.77-.612-3.495-1.351-5.082-2.353.266-.515.629-.974.882-1.496-.806.004-1.612.018-2.418.045z"/><path fill="#fff" d="M9.112 4.915c.764-.001 1.527.014 2.291.032-.426 1.372-1 2.705-1.79 3.911-.149.142-.036.317.074.439.918 1.096 2.048 1.98 3.155 2.874-.259.262-.522.517-.791.769-1.326-.594-2.465-1.513-3.604-2.399-.906 1.067-1.92 2.034-2.958 2.969a11.532 11.532 0 0 1-.993-.796c2.124-2.188 3.762-4.862 4.616-7.798zM15.5 4.957c.631-.014 1.264-.009 1.896-.009.008 2.82.009 5.639 0 8.458-.633.001-1.264.005-1.894-.008-.006-1.332 0-2.664-.004-3.997-1.031-.004-2.061.006-3.092-.005a66.715 66.715 0 0 1-.001-1.342c1.031-.012 2.061-.001 3.093-.006.005-1.031-.003-2.06.003-3.09zM11.158 13.602a84.783 84.783 0 0 1 2.418-.045c-.253.522-.616.982-.882 1.496 1.588 1.001 3.313 1.74 5.082 2.353-.163.335-.322.671-.47 1.013-2.119-.173-4.022-1.237-5.892-2.163-1.231 1.19-2.73 2.042-4.252 2.799a60.577 60.577 0 0 0-.957-1.004c1.874-1.185 3.818-2.487 4.953-4.45z"/><path fill="#804f55" opacity=".54" d="M0 7.052l.117-.121c.042 3.339.019 6.68.012 10.02l-.128-.13V7.052z"/><path fill="#e35a6a" d="M24.031 6.888c.071.175.107.361.108.549-.004 2.782-.008 5.566 0 8.349-.01.398.058.82-.116 1.194-.033-3.364-.049-6.729.008-10.092z"/><path fill="#d36a78" opacity=".91" d="M7.1 23.901c3.329-.062 6.664-.047 9.994-.008l-.119.107H7.212l-.112-.099z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--stop-here-on-red-or-flashing-light--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#b0b2b4" d="M1.202 0h13.584v.052C10.233.053 5.68.061 1.126.048l.076-.049z"/><path fill="#fff" d="M.914.092C.969.038 1.03.03 1.098.067 1.043.126.982.135.914.092zM1.119.181c.231-.049.468-.036.702-.036 4.266.002 8.532-.002 12.798.002.488-.008.964.287 1.168.732.143.292.124.626.124.943-.002 6.914.002 13.829-.002 20.743.028.694-.588 1.325-1.285 1.303-4.397.004-8.796.003-13.193.001-.699.026-1.331-.597-1.299-1.298C.131 15.525.13 8.479.133 1.433.119.854.551.3 1.119.183m.003.227a1.083 1.083 0 0 0-.801 1.025C.319 8.35.321 15.265.32 22.179c.003.233-.017.47.036.699.122.47.59.823 1.078.798 4.396-.002 8.792.001 13.189-.002.579.003 1.089-.53 1.056-1.11-.001-7.043.002-14.087-.002-21.13C15.689.871 15.18.369 14.62.373 10.335.37 6.05.374 1.765.371c-.215.002-.434-.015-.643.038z"/><path fill="#fff" d="M1.229.791c.176-.037.358-.019.537-.022C6.034.771 10.302.768 14.57.77c.386-.019.74.328.713.717-.001 7.009.002 14.019-.002 21.028.038.406-.295.789-.711.762-4.38.006-8.76.002-13.14.002-.415.03-.732-.37-.712-.764C.716 15.505.716 8.496.717 1.486a.693.693 0 0 1 .511-.695m2.368 1.323c-.605.134-.776 1.014-.335 1.411.323.322.828.314 1.179.589.263.211.174.695-.153.79-.367.138-.764-.106-.916-.444-.166.06-.332.118-.496.18.249.643 1.033 1.039 1.679.738.654-.256.771-1.244.25-1.684-.329-.278-.793-.276-1.145-.509-.191-.121-.17-.443.031-.542a.683.683 0 0 1 .858.216l.45-.139c-.203-.563-.858-.808-1.404-.606m5.253-.051a.929.929 0 0 0-.722.489c-.314.6-.345 1.321-.178 1.97.087.324.245.663.548.836.482.247 1.182.121 1.432-.397.351-.708.348-1.58.049-2.307-.175-.441-.668-.685-1.128-.592m-3.461.048l-.003.457c.251.008.502.006.753.006.003.948 0 1.896.002 2.844l.524.002c.001-.948-.001-1.897 0-2.845.255-.001.511-.001.766.001l-.002-.462c-.68-.002-1.36-.001-2.04-.001m5.522-.002c.003 1.102-.001 2.204.002 3.306l.522.001V3.979c.53-.012 1.226.104 1.562-.418.394-.515.034-1.352-.605-1.431-.492-.045-.989-.009-1.482-.02M4.861 7.064c.002.661 0 1.322.001 1.984l.314-.001v-.861c.241-.001.482 0 .724-.002v.863l.314-.001c-.001-.66.001-1.321-.001-1.981L5.9 7.064l-.001.8a86.64 86.64 0 0 1-.721 0c-.003-.266-.002-.532-.002-.799l-.314-.002m1.819.002c.003.661.001 1.322.001 1.983h1.232l-.003-.319c-.306-.001-.612 0-.918-.002a9.821 9.821 0 0 1 .006-.543c.191.002.382.004.573.002l-.001-.319a27.362 27.362 0 0 0-.573.001 19.83 19.83 0 0 1-.006-.487l.859-.001-.002-.313c-.39-.002-.779.001-1.169-.001m1.56 0c.003.66.001 1.321.001 1.982l.314.001c0-.287-.001-.574.001-.862l.376-.001c.104.286.213.571.313.859l.348.003c-.115-.3-.221-.602-.344-.897.289-.196.416-.623.162-.9-.305-.31-.786-.143-1.171-.184m1.681-.001c0 .66-.001 1.321.001 1.982h1.231l-.002-.32c-.305-.001-.61.002-.915-.003v-.538l.575-.002.001-.319c-.192 0-.384.001-.575-.002a39.043 39.043 0 0 1 0-.484l.854-.001.001-.313H9.923m-5.309 3.623c.099.663.194 1.327.294 1.99.093-.001.186 0 .28.001.102-.419.196-.84.301-1.258.116.417.211.839.32 1.257l.275.001c.1-.661.194-1.324.294-1.985-.107-.002-.214-.002-.32-.002-.051.336-.09.674-.157 1.008-.097-.333-.17-.673-.258-1.007l-.304-.001c-.084.34-.154.683-.247 1.021-.064-.335-.103-.675-.152-1.013l-.324-.012m2.053.003c.001.662-.002 1.324.002 1.986l.312.002c-.001-.288.002-.576-.002-.864.242.001.483-.001.726.002.002.286.001.573.002.86l.314.002c-.003-.662.001-1.324-.002-1.986a32.66 32.66 0 0 0-.312-.002c-.006.259.01.518-.006.777-.225.065-.482.01-.718.025-.002-.267-.001-.534-.001-.799a16.33 16.33 0 0 0-.313-.003m1.816.002c0 .662-.002 1.324.001 1.985l1.234.001-.001-.32c-.307-.001-.614 0-.921-.002a32.4 32.4 0 0 0-.001-.54l.58-.001-.001-.321h-.577l-.001-.489.855-.001-.001-.313H8.486m1.563-.001c-.001.663-.001 1.325.001 1.987l.31.001c.001-.446-.003-.892.003-1.337.259.441.501.892.759 1.334l.278.004c-.002-.662 0-1.324-.001-1.986-.103-.002-.206-.002-.31-.002-.002.422 0 .844-.001 1.266-.248-.418-.482-.844-.727-1.263a16.123 16.123 0 0 0-.311-.003m-2.956 3.631c-.438.089-.477.781-.074.947.231.142.695.14.664.508-.086.383-.62.258-.738-.044l-.297.108c.164.382.631.628 1.023.436.447-.184.45-.93-.012-1.098-.205-.121-.598-.092-.616-.397.079-.273.476-.215.615-.019l.277-.074a.66.66 0 0 0-.842-.367m5.811.236a1.617 1.617 0 0 0-.028 1.474c.196.413.862.412 1.092.033.145-.222.085-.5.096-.75l-.672.001c-.001.103 0 .205.001.308.129.004.258.009.387.019.018.332-.461.531-.639.228-.145-.358-.159-.806.039-1.146.168-.218.496-.113.602.113l.291-.117c-.152-.494-.895-.599-1.169-.163m-10.963-.235c0 .66-.001 1.321.001 1.981l.312.002.001-.862.576-.001-.002-.319-.574-.002-.001-.489c.306-.001.611.001.917-.001v-.309h-1.23m1.523-.001c.002.66-.003 1.321.002 1.982l1.23.001.002-.293c-.299-.024-.639.046-.914-.033-.018-.551.001-1.105-.007-1.657a16.328 16.328 0 0 0-.313 0m1.353 1.981l.332.003c.067-.185.131-.37.194-.556h.621c.066.185.13.371.199.554l.33-.001c-.226-.661-.454-1.322-.682-1.982h-.315c-.222.662-.454 1.32-.679 1.981m3.517-1.981c0 .662-.002 1.322.001 1.983l.312.001.001-.862c.241-.001.482-.001.723.002.001.286 0 .573.002.859l.313.002c-.003-.662.002-1.322-.003-1.984l-.312.001-.001.799c-.241.001-.482.001-.723-.001l-.001-.797-.313-.004m1.818.001c-.001.662-.002 1.322.001 1.983l.319.001c-.001-.66.001-1.321-.001-1.981a16.963 16.963 0 0 0-.319-.003m.786.001c.001.66-.002 1.321.001 1.981l.311.001c.004-.445-.002-.89.004-1.335.259.44.504.889.756 1.333l.279.003v-1.982l-.313-.004c-.002.417.003.834-.004 1.251-.245-.413-.477-.835-.719-1.25a16.643 16.643 0 0 0-.316 0m-4.699 5.485c-.093-.369-.153-.748-.275-1.108-.093-.233-.461-.226-.556.003-.59 1.194-1.162 2.398-1.743 3.597 1.318.095 2.636.195 3.954.286.262.054.478-.282.301-.489-.249-.281-.548-.514-.808-.786 1.804-1.03 3.606-2.063 5.41-3.093-.287-.501-.579-.999-.864-1.501-1.811 1.022-3.609 2.068-5.418 3.092zM0 1.055l.025.081a9259.59 9259.59 0 0 0 .002 21.731l-.026.086V1.055zM16.026 1.244l.029-.087v21.581l-.036.082c.007-7.192-.007-14.384.007-21.576z"/><path fill="#fff" d="M8.842 2.61a.537.537 0 0 1 .682.338c.206.547.202 1.194-.054 1.724-.151.349-.699.36-.879.034-.233-.409-.237-.908-.176-1.362.049-.278.14-.616.428-.734zM11.434 2.632c.305.01.615-.028.916.025.337.087.374.62.047.745-.312.085-.643.028-.963.041v-.812zM8.555 7.38c.179.002.361-.017.538.017.164.079.195.311.045.422-.181.083-.389.037-.582.047l-.001-.486zM5.66 14.872c.067.186.13.373.194.561l-.396-.003c.069-.185.136-.372.202-.558zM15.965 23.084c-.043-.069-.035-.131.023-.188a.153.153 0 0 1-.023.188zM1.103 23.956c.532.043 1.067.016 1.601.024 4.094-.007 8.189.013 12.282-.011l-.089.031H1.103l-.001-.044z"/><path fill="#2b2e34" d="M1.097.067l.029-.018c4.553.013 9.107.005 13.66.004.638-.019 1.191.575 1.24 1.192-.014 7.192 0 14.384-.007 21.576a5.946 5.946 0 0 0-.031.076c-.058.057-.066.119-.023.188a1.457 1.457 0 0 1-.979.885c-4.094.024-8.188.004-12.282.011-.534-.008-1.068.019-1.601-.024-.536-.099-1.005-.537-1.076-1.089C.016 15.624.02 8.38.025 1.137.104.655.453.25.914.093c.068.042.129.034.184-.025m.021.113C.551.298.118.851.133 1.431.13 8.477.131 15.523.132 22.569c-.031.701.6 1.324 1.299 1.298 4.397.003 8.796.004 13.193-.001.697.022 1.313-.609 1.285-1.303.003-6.914 0-13.829.002-20.743.001-.317.02-.65-.124-.943a1.285 1.285 0 0 0-1.168-.732C10.353.141 6.087.145 1.821.143c-.234.001-.471-.012-.702.036z"/><path fill="#2b2e34" d="M1.122.41c.21-.054.429-.036.643-.038C6.05.374 10.335.371 14.62.374c.561-.004 1.069.498 1.057 1.061.003 7.044.001 14.087.002 21.13.033.58-.477 1.113-1.056 1.11-4.397.003-8.793 0-13.189.002a1.09 1.09 0 0 1-1.078-.798c-.054-.229-.034-.466-.036-.699C.321 15.265.319 8.35.321 1.436A1.08 1.08 0 0 1 1.122.411m.107.38a.693.693 0 0 0-.511.695C.717 8.496.717 15.505.719 22.515c-.02.393.297.793.712.764 4.38.001 8.76.004 13.14-.002.416.027.748-.356.711-.762.004-7.01.001-14.019.002-21.028.027-.389-.327-.736-.713-.717C10.303.768 6.035.771 1.767.769c-.179.003-.361-.015-.537.022z"/><path fill="#2b2e34" d="M3.596 2.114c.546-.202 1.201.043 1.404.606l-.45.139a.682.682 0 0 0-.858-.216c-.202.099-.223.421-.031.542.352.233.815.232 1.145.509.52.44.404 1.428-.25 1.684-.647.301-1.431-.095-1.679-.738.164-.062.33-.12.496-.18.153.338.55.582.916.444.327-.095.415-.579.153-.79-.351-.275-.856-.266-1.179-.589-.441-.397-.27-1.278.335-1.411zM8.847 2.063c.46-.093.953.151 1.128.592.298.727.302 1.598-.049 2.307-.249.518-.95.644-1.432.397-.303-.173-.461-.511-.548-.836-.167-.649-.136-1.37.178-1.97a.929.929 0 0 1 .722-.489m-.004.546c-.287.118-.379.456-.428.734-.061.455-.057.953.176 1.362.18.326.729.315.879-.034.257-.53.26-1.177.054-1.724a.538.538 0 0 0-.682-.338zM5.387 2.11c.68.001 1.36-.001 2.04.001l.002.462c-.255-.002-.511-.001-.766-.001-.001.948.001 1.897 0 2.845l-.524-.002c-.002-.948.001-1.896-.002-2.844-.251.001-.502.002-.753-.006l.003-.457zM10.909 2.11c.494.012.99-.024 1.482.02.638.079.999.916.605 1.431-.337.522-1.032.406-1.562.418v1.438c-.174.001-.349.001-.522-.001-.003-1.102.001-2.204-.002-3.306m.524.522v.812c.321-.014.651.044.963-.041.327-.125.29-.658-.047-.745-.302-.053-.611-.015-.916-.025zM4.861 7.064l.314.002c0 .266-.001.532.002.799h.721l.001-.8.313.001c.001.66-.001 1.321.001 1.981l-.314.001v-.863c-.242.002-.483.001-.724.002v.861l-.314.001c-.001-.662.001-1.323-.001-1.984zM6.681 7.065c.39.002.779-.001 1.169.001l.002.313c-.286 0-.573-.001-.859.001 0 .162.001.324.006.487.191-.001.382-.003.573-.001l.001.319c-.191.002-.382 0-.573-.002-.006.181-.009.362-.006.543.306.002.612.001.918.002l.003.319H6.683c-.001-.661.002-1.322-.001-1.983zM8.24 7.066c.385.041.866-.125 1.171.184.254.277.127.704-.162.9.124.295.23.598.344.897l-.348-.003c-.1-.288-.209-.573-.313-.859l-.376.001c-.002.287-.001.574-.001.862l-.314-.001c0-.661.002-1.321-.001-1.982m.315.315l.001.486c.193-.01.401.036.582-.047.151-.11.12-.343-.045-.422-.177-.034-.359-.015-.538-.017zM9.921 7.066h1.169l-.001.313c-.285 0-.569-.001-.854.001v.484c.191.003.383.002.575.002l-.001.319c-.191.002-.383.001-.575.002v.538c.305.004.61.002.915.003l.002.32H9.92l-.001-1.982zM4.614 10.689l.324.012c.049.338.088.678.152 1.013.093-.338.163-.681.247-1.021l.304.001c.088.335.161.674.258 1.007.066-.334.105-.672.157-1.008l.32.002c-.099.661-.194 1.324-.294 1.985l-.275-.001c-.109-.419-.204-.841-.32-1.257-.105.418-.199.839-.301 1.258l-.28-.001c-.1-.663-.194-1.327-.294-1.99zM6.669 10.692c.104.001.209.001.313.003 0 .266-.001.532.001.799.237-.015.494.04.718-.025.015-.259 0-.518.006-.777l.312.002c.003.662-.001 1.324.002 1.986l-.314-.002c-.001-.286 0-.573-.002-.86-.242-.003-.484-.002-.726-.002.004.288.002.576.002.864l-.312-.002c-.004-.662-.001-1.324-.002-1.986zM8.487 10.694h1.168l.001.313-.855.001.001.489h.577l.001.321-.58.001.001.54c.307.002.614.001.921.002l.001.32c-.411 0-.823.001-1.234-.001-.003-.662-.001-1.324-.001-1.985zM10.049 10.692l.311.003c.246.419.479.846.727 1.263.001-.422-.001-.844.001-1.266l.31.002c.001.662-.001 1.324.001 1.986l-.278-.004c-.258-.442-.5-.893-.759-1.334-.006.446-.002.892-.003 1.337l-.31-.001c-.002-.662-.001-1.324-.001-1.987zM7.094 14.324a.66.66 0 0 1 .842.367c-.093.025-.185.051-.277.074-.139-.196-.536-.254-.615.019.018.305.412.275.616.397.462.168.459.914.012 1.098-.393.193-.86-.054-1.023-.436l.297-.108c.118.302.652.427.738.044.031-.369-.433-.366-.664-.508-.403-.166-.364-.857.074-.947zM12.905 14.56c.274-.436 1.017-.33 1.169.163-.097.039-.195.077-.291.117-.106-.226-.434-.331-.602-.113-.198.34-.184.789-.039 1.146.178.303.657.104.639-.228a8.352 8.352 0 0 0-.387-.019c-.001-.103-.002-.206-.001-.308l.672-.001c-.011.249.049.528-.096.75-.23.379-.895.38-1.092-.033a1.617 1.617 0 0 1 .028-1.474zM1.942 14.325h1.23v.309l-.917.001.001.489.574.002.002.319-.576.001-.001.862-.312-.002c-.002-.66-.001-1.321-.001-1.981zM3.465 14.324h.313c.008.552-.011 1.106.007 1.657.275.079.615.009.914.033l-.002.293-1.23-.001c-.005-.661-.001-1.322-.002-1.982zM4.818 16.305c.226-.661.457-1.32.679-1.981h.315c.229.66.456 1.321.682 1.982l-.33.001c-.069-.184-.134-.37-.199-.554a64.274 64.274 0 0 0-.621 0c-.063.185-.127.371-.194.556l-.332-.003m.842-1.434c-.066.186-.133.372-.202.558l.396.003c-.064-.188-.127-.375-.194-.561zM8.335 14.323l.313.004.001.797.723.001.001-.799.312-.001c.005.662-.001 1.322.003 1.984l-.313-.002c-.002-.286-.001-.573-.002-.859a43.562 43.562 0 0 0-.723-.002l-.001.862-.312-.001c-.003-.661-.001-1.322-.001-1.983zM10.152 14.323l.319.003c.002.66 0 1.321.001 1.981l-.319-.001c-.002-.661-.001-1.322-.001-1.983zM10.938 14.324h.316c.242.415.474.836.719 1.25.007-.417.002-.834.004-1.251l.313.004v1.982l-.279-.003c-.252-.444-.497-.893-.756-1.333-.006.445.001.89-.004 1.335l-.311-.001c-.003-.66 0-1.321-.001-1.981zM6.238 19.807c1.81-1.024 3.608-2.07 5.418-3.092.285.502.577 1 .864 1.501-1.804 1.03-3.606 2.063-5.41 3.093.259.272.558.505.808.786.177.207-.04.543-.301.489-1.318-.091-2.636-.19-3.954-.286.582-1.199 1.154-2.402 1.743-3.597.095-.228.463-.236.556-.003.121.36.182.739.275 1.108z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--stop-here-on-red-or-flashing-light--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.334 0h16.571c.55.035 1.06.344 1.269.867v22.41c-.191.317-.46.583-.808.723H.869a1.496 1.496 0 0 1-.87-.933V1.001A1.48 1.48 0 0 1 1.333 0M.976.275C.575.441.205.812.191 1.267L.19 22.795c.022.678.706 1.094 1.332 1.077 5.397-.003 10.796.005 16.194-.004.606.008 1.266-.357 1.328-1.012.01-7.175-.001-14.35.005-21.525.013-.506-.413-.964-.888-1.076C12.509.248 6.857.257 1.205.251a.766.766 0 0 0-.229.023z"/><path fill="#231f20" d="M1.102.403a.936.936 0 0 1 .23-.023c5.546.003 11.092 0 16.639.002.434.015.886.364.886.823V22.86c.003.415-.381.743-.761.821-5.588.007-11.177-.001-16.764.004-.417.012-.862-.284-.949-.698C.377 15.748.386 8.51.379 1.27.32.843.72.494 1.103.403m-.006.486c-.127.143-.295.295-.272.505v21.275c-.023.211.145.363.272.505h17.045c.161-.147.276-.346.271-.57V1.457c.004-.224-.11-.422-.271-.57H1.097z"/><path fill="#231f20" d="M3.387 2.879c.575-.771 2.055-.603 2.291.393-.207.06-.411.132-.623.17-.237-.385-.804-.463-1.12-.131v.364c.433.382 1.091.324 1.512.72.505.402.513 1.212.154 1.714a1.383 1.383 0 0 1-1.514.408c-.503-.117-.844-.542-1.048-.992.225-.083.454-.155.669-.262.164.451.634.668 1.095.58.279-.211.462-.563.198-.867-.448-.349-1.071-.345-1.491-.738-.345-.356-.36-.94-.123-1.357zM10.563 2.434c.445-.078.96-.029 1.283.32.514.65.568 1.54.467 2.328-.058.474-.229.978-.618 1.281-.596.412-1.566.27-1.898-.415a3.352 3.352 0 0 1 .015-2.93c.129-.311.439-.498.751-.585m.189.696c-.529.231-.512.895-.589 1.379.058.43.08.916.396 1.25.222.129.552.137.756-.03.352-.52.42-1.188.297-1.791-.047-.416-.367-.963-.86-.808zM6.286 2.476h2.54v.635h-.952V6.54h-.635V3.111h-.952v-.635zM13.397 2.476c.53.001 1.06-.001 1.589-.001.442-.001.868.257 1.057.659.214.51.062 1.204-.447 1.478-.455.266-1.003.108-1.5.15V6.54h-.698V2.477m.697.698v.889c.35 0 .702.001 1.053-.001.094-.097.19-.192.288-.284.025-.261-.12-.547-.394-.597-.315-.021-.631-.001-.947-.007zM5.714 7.619h.444v.952h.825v-.952h.444v2.476h-.444V9.016h-.825v1.079h-.444V7.619zM7.937 7.619h1.524v.444H8.382v.508h.698v.444h-.698v.635h1.143v.444H7.938V7.618zM9.905 7.619c.47.034.997-.11 1.413.175a.749.749 0 0 1-.132 1.175c.163.368.288.751.43 1.127l-.486-.001c-.169-.349-.251-.731-.421-1.079h-.361v1.079h-.444V7.619m.445.444v.508h.623l.155-.263-.23-.244-.548-.001zM12 7.619h1.46v.444h-1.016v.508h.698v.444h-.698v.635h1.079v.444h-1.524V7.618zM4.319 13.537c2.715-2.37 6.589-3.381 10.093-2.476.041.853-.105 1.693-.067 2.546-1.227-.417-2.525-.731-3.819-.673-1.851.028-3.658.674-5.218 1.652.595.349 1.345.405 1.872.862.02.241-.033.575-.331.603-1.583.241-3.172.448-4.759.657.291-1.581.583-3.164.853-4.749.053-.271.368-.293.591-.283.456.515.512 1.248.783 1.861z"/><path fill="#231f20" d="M10.183 13.99c.37-.097.806-.01.992.356.164.397.237.851.131 1.273-.027.349-.23.715-.581.818-.279.004-.636.084-.834-.168-.414-.61-.42-1.469-.025-2.09.076-.1.206-.138.317-.189m.118.408c-.363.444-.37 1.158-.007 1.603l.368-.001c.309-.454.31-1.046.054-1.524a2.157 2.157 0 0 0-.415-.079zM11.873 13.968l.437-.001c.263.486.532.97.823 1.439.021-.479.004-.959.01-1.439h.381v2.476h-.352a96.217 96.217 0 0 1-.853-1.498c-.004.499.001.999-.001 1.498h-.444v-2.476zM7.365 17.587c.627.015 1.258-.03 1.882.022.949.208 1.082 1.707.21 2.117.222.625.479 1.236.699 1.862a63.645 63.645 0 0 0-.757.001c-.233-.566-.432-1.145-.655-1.716h-.68v1.714h-.698v-4m.697.636v.951c.432-.018.962.112 1.276-.273-.006-.183.013-.408-.152-.531-.339-.211-.747-.139-1.124-.147zM10.73 17.587h2.413v.635h-1.714v.952h1.143v.698h-1.143v1.016h1.841v.698h-2.54v-4zM13.841 17.587c.53 0 1.059.001 1.589-.002.298-.018.568.174.736.406.477.636.488 1.486.38 2.239-.103.578-.451 1.206-1.063 1.347-.547.025-1.095.001-1.642.01v-4m.699.636v2.665c.321-.015.679.065.968-.111.446-.455.383-1.136.352-1.719-.087-.26-.119-.614-.409-.731-.283-.146-.606-.1-.912-.104z"/><path fill="#fff" d="M.976.275a.766.766 0 0 1 .229-.023C6.856.258 12.508.249 18.161.256c.475.111.901.57.888 1.076-.006 7.175.005 14.35-.005 21.525-.062.655-.721 1.02-1.328 1.012-5.397.009-10.796.001-16.194.004-.626.017-1.31-.399-1.332-1.077C.19 15.62.189 8.444.191 1.268.205.812.574.442.976.276m.126.127C.719.494.319.842.378 1.27.385 8.509.377 15.748.382 22.987c.087.413.533.71.949.698 5.588-.005 11.177.003 16.764-.004.38-.078.764-.406.761-.821V1.205c0-.458-.453-.808-.886-.823C12.423.38 6.877.383 1.331.38a.936.936 0 0 0-.23.023z"/><path fill="#fff" d="M1.097.889h17.045c.161.147.276.346.271.57v21.147c.004.223-.11.422-.271.57H1.097c-.127-.143-.295-.295-.272-.505V1.396c-.023-.211.145-.363.272-.505m2.29 1.988c-.237.417-.223 1.002.123 1.357.42.393 1.044.389 1.491.738.263.305.081.656-.198.867-.46.088-.93-.129-1.095-.58-.215.107-.444.178-.669.262.204.45.545.875 1.048.992a1.383 1.383 0 0 0 1.514-.408c.359-.502.351-1.312-.154-1.714-.42-.396-1.079-.338-1.512-.72v-.364c.316-.331.883-.253 1.12.131.212-.038.416-.11.623-.17-.236-.996-1.716-1.164-2.291-.393m7.176-.443c-.312.086-.622.274-.751.585a3.352 3.352 0 0 0-.015 2.93c.332.685 1.303.827 1.898.415.39-.303.56-.808.618-1.281.1-.787.046-1.678-.467-2.328-.323-.349-.838-.398-1.283-.32m-4.277.041v.635h.952V6.54h.635V3.111h.952v-.635h-2.54m7.112 0v4.063h.698V4.761c.498-.042 1.045.116 1.5-.15.509-.274.661-.968.447-1.478a1.176 1.176 0 0 0-1.057-.659c-.53.001-1.06.002-1.589.001M5.714 7.619v2.476h.444V9.016h.825v1.079h.444V7.619h-.444v.952h-.825v-.952h-.444m2.223 0v2.476h1.587v-.444H8.381v-.635h.698v-.444h-.698v-.508H9.46V7.62H7.936m1.969-.001v2.476h.444V9.016h.361c.17.349.252.731.421 1.079l.486.001c-.143-.376-.268-.759-.43-1.127.414-.25.485-.844.132-1.175-.417-.284-.944-.141-1.413-.175m2.094 0v2.476h1.524v-.444h-1.079v-.635h.698v-.444h-.698v-.508h1.016V7.62h-1.46m-7.682 5.917c-.272-.613-.328-1.346-.783-1.861-.223-.01-.538.012-.591.283-.27 1.585-.562 3.168-.853 4.749 1.587-.209 3.176-.416 4.759-.657.298-.029.351-.362.331-.603-.526-.457-1.277-.513-1.872-.862 1.559-.978 3.366-1.624 5.218-1.652 1.294-.058 2.592.256 3.819.673-.038-.853.107-1.693.067-2.546-3.505-.905-7.378.107-10.093 2.476m5.862.453c-.11.051-.241.089-.317.189-.395.621-.389 1.48.025 2.09.198.252.555.173.834.168.351-.104.554-.469.581-.818.107-.422.033-.876-.131-1.273-.186-.366-.622-.453-.992-.356m1.69-.022v2.476h.444c.002-.499-.003-.999.001-1.498.279.502.566 1.001.853 1.498h.352v-2.476h-.381c-.005.479.011.959-.01 1.439a27.258 27.258 0 0 1-.823-1.439l-.437.001m-4.507 3.618v4h.698v-1.714h.68c.223.57.422 1.149.655 1.716.252-.002.505-.002.757-.001-.22-.626-.477-1.237-.699-1.862.872-.41.739-1.909-.21-2.117-.624-.052-1.255-.006-1.882-.022m3.366 0v4h2.54v-.698h-1.841v-1.016h1.143v-.698h-1.143v-.952h1.714v-.635H10.73m3.111-.001v4c.547-.008 1.095.015 1.642-.01.612-.142.96-.77 1.063-1.347.108-.753.097-1.603-.38-2.239-.168-.232-.438-.423-.736-.406-.53.003-1.059.002-1.589.002z"/><path fill="#fff" d="M10.752 3.129c.493-.154.813.392.86.808.123.603.055 1.271-.297 1.791-.204.167-.533.159-.756.03-.316-.334-.338-.82-.396-1.25.077-.484.06-1.148.589-1.379zM14.095 3.175c.316.006.632-.014.947.007.274.05.42.336.394.597a8.564 8.564 0 0 0-.288.284l-1.053.001v-.889zM10.349 8.063l.548.001.23.244-.155.263h-.623v-.508zM10.301 14.398c.14.013.279.038.415.079.257.477.255 1.07-.054 1.524l-.368.001c-.363-.445-.356-1.159.007-1.603zM8.063 18.223c.377.008.785-.063 1.124.147.164.123.146.348.152.531-.314.385-.844.255-1.276.273v-.951zM14.54 18.223c.305.003.629-.043.912.104.29.117.322.472.409.731.03.583.094 1.265-.352 1.719-.289.176-.647.096-.968.111v-2.665z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop-signals--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#da251d" d="M10.564 0h2.879c3.858.527 7.443 2.905 9.221 6.398.721 1.283 1.06 2.73 1.336 4.163v2.883c-.528 3.858-2.906 7.44-6.398 9.219-1.284.721-2.731 1.061-4.166 1.338h-2.881c-3.857-.529-7.439-2.906-9.217-6.397C.617 16.318.277 14.872 0 13.437v-2.88c.279-1.431.616-2.876 1.336-4.158C3.117 2.905 6.702.525 10.564.001m.25 1.743c-4.893.361-9.204 4.515-9.596 9.433-.336 3.207.931 6.512 3.318 8.676 2.046 1.904 4.864 2.951 7.659 2.827 3.892-.061 7.622-2.479 9.283-5.995 1.716-3.473 1.23-7.881-1.194-10.9-2.2-2.848-5.895-4.408-9.472-4.041z"/><path fill="#fff" d="M10.814 1.744c3.577-.367 7.271 1.194 9.472 4.041 2.423 3.019 2.91 7.427 1.194 10.9-1.662 3.516-5.392 5.934-9.283 5.995-2.796.125-5.613-.922-7.659-2.827-2.387-2.164-3.654-5.469-3.318-8.676.392-4.918 4.703-9.072 9.596-9.433m-4.196 6.8c.28.68 1.234.512 1.638.977.128.852-1.206.684-1.288-.036l-.584.067c.121.669.681 1.239 1.4 1.129.804.067 1.409-.852 1.003-1.555-.32-.649-1.287-.415-1.651-.965.083-.594 1.018-.401 1.143.112l.597-.044c-.115-.584-.593-1.066-1.222-.999-.697-.083-1.361.645-1.035 1.315m2.568-1.24l.006.549.9.004c.001.915-.001 1.83.001 2.746.206.004.414.008.621.01l.001-2.757.9-.001.003-.558c-.811.003-1.623-.004-2.434.006m3.569.015c-.974.362-1.103 1.641-.79 2.499.32.889 1.581 1.139 2.269.528.599-.532.619-1.449.411-2.166-.24-.763-1.161-1.148-1.89-.86m2.485-.02c.003 1.104.003 2.207 0 3.311l.621-.001c.001-.409.001-.817-.003-1.226.397-.018.81.016 1.19-.126.714-.344.711-1.565-.018-1.889-.586-.128-1.195-.049-1.79-.069M3.666 11.451c-.983.169-.854 1.648.114 1.712 5.314.054 10.633.012 15.949.022.614.053 1.304-.593.99-1.214-.256-.585-.973-.607-1.519-.586-5.176.052-10.365-.083-15.534.066m-.184 2.751c-.006.767-.003 1.535-.001 2.301l.458.005c.003-.379.008-.759.047-1.135.262.352.455.745.645 1.139l.514-.013c-.201-.419-.409-.839-.693-1.209.108-.202.214-.405.319-.607.153-.157.304-.315.449-.479-.754-.206-.896.624-1.236 1.074a14.26 14.26 0 0 1-.044-1.074c-.152-.001-.305-.001-.457-.003m2.531.01c-1.056.327-.947 2.231.209 2.32.769.153 1.388-.629 1.236-1.356-.003-.728-.785-1.187-1.445-.964m1.809-.011c.003.768-.001 1.535.004 2.303l.435.003v-1.008c.297-.001.593-.004.89-.006l.001 1.016c.117-.001.35-.005.467-.008 0-.762-.003-1.524 0-2.287a75.36 75.36 0 0 1-.468-.014l-.001.908c-.296-.001-.593-.001-.889-.003l.003-.903h-.441m4.154-.001c.003.768 0 1.536.004 2.304l.436.001v-.855c.333-.035.699.019 1-.158.41-.296.357-1.066-.143-1.242-.427-.084-.865-.04-1.297-.051m2.726-.003c-1.123.25-1.026 2.252.157 2.335.704.132 1.332-.528 1.216-1.225.092-.745-.673-1.326-1.373-1.11m1.822.006c-.001.594.012 1.187-.012 1.78a2.884 2.884 0 0 0-.423.537c1.227.24.802-1.197.865-1.92l.666-.014c.006.638-.001 1.277.001 1.915l.464.008c.004-.768.001-1.536.004-2.303l-1.566-.003m2.051-.002c0 .768-.003 1.536.003 2.304.493-.014 1.003.061 1.483-.082.486-.2.485-1.003.009-1.214-.336-.135-.708-.082-1.06-.101l.003-.906-.437-.001m-8.664.002v.39l.66-.001v1.91l.429.008c.009-.637.001-1.275.006-1.912l.686-.01.005-.379c-.595-.005-1.192-.004-1.788-.005z"/><path fill="#fff" d="M13.146 7.827c1.213-.187 1.345 2 .304 2.253-1.217.197-1.373-2.028-.304-2.253zM15.865 7.84c.379.029 1.079-.077 1.073.488-.006.56-.69.45-1.072.48a52.058 52.058 0 0 1-.001-.968zM6.27 14.574c.939-.182.987 1.589.087 1.566-.767-.047-.817-1.422-.087-1.566zM12.419 14.571c.282.054.8-.086.793.345-.003.428-.507.285-.789.349a53.621 53.621 0 0 1-.004-.694zM14.837 14.583c.944-.25 1.098 1.478.213 1.557-.799.031-.916-1.338-.213-1.557zM19.013 15.488c.431.006.999-.073.972.519-.319.07-.643.112-.968.138a47.818 47.818 0 0 1-.004-.656z"/><path fill="#1f1a17" d="M6.62 8.544c-.326-.671.339-1.398 1.035-1.315.629-.067 1.107.415 1.222.999-.2.016-.398.03-.597.044-.125-.512-1.06-.706-1.143-.112.365.55 1.331.317 1.651.965.406.703-.198 1.623-1.003 1.555-.719.11-1.279-.459-1.4-1.129l.584-.067c.082.72 1.417.889 1.288.036-.405-.464-1.358-.297-1.638-.977zM9.189 7.305c.811-.01 1.623-.004 2.434-.006l-.003.558-.9.001-.001 2.757-.621-.01c-.003-.916 0-1.832-.001-2.746l-.9-.004a50.243 50.243 0 0 1-.006-.549zM12.756 7.319c.729-.288 1.65.097 1.89.86.208.717.188 1.635-.411 2.166-.688.611-1.949.361-2.269-.528-.313-.858-.184-2.137.79-2.499m.39.509c-1.069.226-.913 2.451.304 2.253 1.042-.253.909-2.44-.304-2.253zM15.241 7.3c.595.019 1.204-.06 1.79.069.729.324.732 1.545.018 1.889-.38.141-.793.108-1.19.126.004.409.004.817.003 1.226l-.621.001c.003-1.104.003-2.207 0-3.311m.624.54c-.003.323-.001.645.001.968.381-.03 1.065.08 1.072-.48.006-.564-.694-.459-1.073-.488zM3.666 11.451c5.168-.149 10.358-.014 15.534-.066.546-.021 1.264.001 1.519.586.314.621-.376 1.267-.99 1.214-5.316-.01-10.635.032-15.949-.022-.968-.065-1.098-1.544-.114-1.712zM3.482 14.202c.152.001.305.001.457.003.005.358.012.717.044 1.074.34-.45.483-1.28 1.236-1.074-.145.163-.296.322-.449.479-.105.202-.211.405-.319.607.284.37.492.79.693 1.209l-.514.013c-.189-.394-.383-.787-.645-1.139-.039.376-.044.756-.047 1.135l-.458-.005c-.001-.767-.005-1.535.001-2.301z"/><path fill="#1f1a17" d="M6.014 14.211c.66-.223 1.443.236 1.445.964.152.726-.467 1.509-1.236 1.356-1.156-.088-1.265-1.993-.209-2.32m.256.363c-.73.144-.68 1.519.087 1.566.9.023.852-1.747-.087-1.566zM14.704 14.196c.699-.215 1.465.366 1.373 1.11.117.697-.511 1.357-1.216 1.225-1.183-.083-1.28-2.085-.157-2.335m.133.387c-.703.219-.586 1.588.213 1.557.885-.079.732-1.807-.213-1.557z"/><path fill="#1b1613" d="M7.823 14.2h.441l-.003.903c.296.001.593.001.889.003l.001-.908c.118.004.352.012.468.014-.003.763 0 1.526 0 2.287l-.467.008-.001-1.016c-.297.003-.593.005-.89.006v1.008l-.435-.003c-.005-.768-.001-1.535-.004-2.303zM11.978 14.2c.432.01.87-.034 1.297.051.499.175.553.946.143 1.242-.301.178-.667.123-1 .158v.855l-.436-.001c-.004-.768-.001-1.536-.004-2.304m.441.37c0 .231.001.462.004.694.282-.064.786.079.789-.349.008-.431-.511-.291-.793-.345zM16.526 14.202l1.566.003c-.003.767 0 1.535-.004 2.303a36.211 36.211 0 0 1-.464-.008c-.003-.638.005-1.277-.001-1.915l-.666.014c-.064.723.362 2.16-.865 1.92.119-.195.261-.375.423-.537.023-.593.01-1.186.012-1.78zM18.576 14.2l.437.001c-.001.302-.003.603-.003.906.352.019.724-.034 1.06.101.476.211.477 1.014-.009 1.214-.48.143-.99.067-1.483.082-.005-.768-.003-1.536-.003-2.304m.438 1.288c0 .219.001.437.004.656a7.05 7.05 0 0 0 .968-.138c.027-.592-.541-.512-.972-.519zM9.913 14.202c.595.001 1.192 0 1.788.005l-.005.379-.686.01c-.005.637.003 1.275-.006 1.912l-.429-.008v-1.91l-.66.001v-.39z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--stop-signals--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.022 0h1.927c1.457.202 2.916.518 4.242 1.174C21.003 2.961 23.617 6.86 24 11.032v1.902c-.188 1.399-.491 2.797-1.099 4.079-1.744 3.899-5.694 6.589-9.924 6.988h-1.926c-1.334-.186-2.669-.461-3.9-1.026C3.168 21.265.391 17.27 0 12.973v-1.915c.366-4.183 2.989-8.094 6.808-9.884C8.127.522 9.575.21 11.022.002m-.287 2.482c-3.583.427-6.767 3.078-7.856 6.515-.9 2.704-.514 5.803 1.048 8.191 1.847 2.921 5.357 4.686 8.806 4.38 3.59-.232 6.902-2.69 8.195-6.043 1.066-2.66.85-5.792-.582-8.276-1.849-3.344-5.825-5.321-9.61-4.766z"/><path fill="#fff" d="M10.735 2.484c3.785-.554 7.76 1.422 9.61 4.766 1.432 2.484 1.648 5.616.582 8.276-1.292 3.353-4.604 5.812-8.195 6.043-3.449.306-6.959-1.459-8.806-4.38-1.561-2.388-1.948-5.488-1.048-8.191 1.09-3.437 4.273-6.088 7.856-6.515M4.763 6.68c-.595.38-.671 1.316-.161 1.796.548.547 1.409.452 2.036.844.395.415-.191.936-.636.878-.533.091-.941-.32-1.068-.8-.281.032-.56.066-.84.103.107 1.466 2.009 1.842 3.055 1.122.623-.484.649-1.58 0-2.052-.548-.38-1.253-.383-1.837-.678-.23-.101-.276-.467-.044-.59.498-.301 1.26-.152 1.41.472.281-.017.562-.032.842-.05-.094-1.322-1.802-1.651-2.758-1.044m8.726-.248c-1.571.199-2.022 2.208-1.422 3.454.563 1.24 2.436 1.428 3.349.49.721-.775.743-2.022.317-2.946-.398-.815-1.387-1.154-2.244-.997m-5.406.054l.001.76h1.279l.001 3.617.853-.001V7.248h1.28v-.76H8.081m8.612 0c.002 1.459.002 2.918.001 4.378.284-.002.569-.002.854-.006-.002-.553-.001-1.106-.001-1.66.572-.017 1.17.062 1.718-.139 1.022-.389 1.003-2.156-.064-2.472-.824-.163-1.674-.079-2.509-.101m-7.034 6.736c.048.349.361.605.505.922-.983.732-1.261 2.074-1.182 3.235-.455.229-.392.767-.422 1.198.37-.115.758-.196 1.096-.391.04-.287.022-.578.049-.866.386.755.023 1.613.004 2.413.361-.077.74-.154 1.021-.413a27.735 27.735 0 0 0-.462-.106c.006-.612.181-1.199.36-1.777.113.079.382.036.379.215.008.714.208 1.402.344 2.098.358.104.624-.258.846-.482-.187.006-.373.018-.56.03-.164-.914.138-1.826.035-2.744.274.14.558.26.85.358.014.241.036.482.082.72-.244.164-.371.42-.407.707.163.001.326.001.491-.001-.079.392.205.628.52.782-.247.52-.319 1.165-.066 1.696.203-.143.402-.29.6-.44-.131-.067-.263-.132-.395-.198.086-.491.212-1.158.821-1.212.02.616.09 1.228.233 1.828.286-.02.536-.142.691-.39-.149-.029-.298-.056-.448-.084a6.048 6.048 0 0 1 .108-1.428l.373-.142c.029-.364-.179-.656-.376-.94.286-.031.572-.055.858-.084.01-.122.018-.245.024-.366-.365-.049-.701-.202-1.032-.353-.041-.47.08-1.018-.295-1.382.366-.226.534-.626.712-.997-.504-.785-1.248-.113-1.721.32.097.223.21.439.32.656-.439.16-.728.524-.94.925-.506-.352-1.264-.678-1.238-1.406.048-.439-.16-.816-.521-1.054.234-.45.102-.959-.054-1.41-.451-.288-1.056.114-1.202.565z"/><path fill="#fff" d="M13.475 7.232c.55-.193 1.285 0 1.506.583.262.692.259 1.626-.34 2.146-.628.516-1.7.166-1.873-.64-.169-.721-.109-1.79.707-2.089zM17.548 7.244c.45.029.934-.059 1.356.136.385.211.317.846-.097.982-.408.118-.84.07-1.259.08V7.244z"/><path d="M4.763 6.68c.955-.607 2.664-.278 2.758 1.044-.281.018-.562.034-.842.05-.15-.624-.912-.773-1.41-.472-.232.124-.186.49.044.59.584.295 1.289.298 1.837.678.649.472.623 1.568 0 2.052-1.046.72-2.948.344-3.055-1.122.28-.037.559-.071.84-.103.127.48.535.892 1.068.8.445.058 1.031-.463.636-.878-.628-.391-1.488-.296-2.036-.844-.51-.48-.434-1.416.161-1.796zM13.488 6.433c.857-.157 1.846.182 2.244.997.426.924.404 2.171-.317 2.946-.913.938-2.786.75-3.349-.49-.6-1.246-.149-3.254 1.422-3.454m-.013.8c-.816.299-.876 1.368-.707 2.089.173.805 1.246 1.156 1.873.64.599-.52.601-1.453.34-2.146-.221-.583-.956-.776-1.506-.583zM8.082 6.488h3.415v.76h-1.28v3.616l-.853.001-.001-3.617H8.084l-.001-.76zM16.693 6.488c.835.022 1.685-.062 2.509.101 1.067.316 1.086 2.083.064 2.472-.548.202-1.146.122-1.718.139 0 .553-.001 1.106.001 1.66-.286.004-.57.004-.854.006.001-1.459.001-2.918-.001-4.378m.854.756v1.198c.419-.011.851.037 1.259-.08.414-.136.482-.77.097-.982-.422-.194-.906-.107-1.356-.136zM9.658 13.224c.146-.451.751-.853 1.202-.565.156.451.288.96.054 1.41.361.238.569.614.521 1.054-.025.728.732 1.055 1.238 1.406.211-.401.5-.766.94-.925-.11-.217-.223-.433-.32-.656.473-.433 1.217-1.105 1.721-.32-.178.371-.346.772-.712.997.376.365.254.912.295 1.382.331.151.667.304 1.032.353-.006.121-.014.244-.024.366-.286.029-.572.053-.858.084.197.283.404.576.376.94l-.373.142c-.101.469-.12.949-.108 1.428.15.028.299.055.448.084-.155.248-.406.37-.691.39a9.223 9.223 0 0 1-.233-1.828c-.608.054-.734.721-.821 1.212.132.066.264.131.395.198-.198.15-.397.298-.6.44-.253-.53-.181-1.176.066-1.696-.314-.155-.599-.39-.52-.782-.164.002-.328.002-.491.001.036-.287.163-.542.407-.707a5.627 5.627 0 0 1-.082-.72 5.974 5.974 0 0 1-.85-.358c.103.918-.199 1.83-.035 2.744.187-.012.373-.024.56-.03-.222.224-.488.587-.846.482-.137-.696-.336-1.384-.344-2.098.002-.179-.266-.136-.379-.215-.179.578-.354 1.165-.36 1.777.154.034.307.068.462.106-.281.259-.66.336-1.021.413.019-.8.383-1.658-.004-2.413-.028.288-.01.58-.049.866-.337.196-.726.276-1.096.391.03-.431-.032-.968.422-1.198-.079-1.162.199-2.503 1.182-3.235-.144-.317-.457-.572-.505-.922z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--tanks-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#494949" opacity=".73" d="M10.674 0h2.932l-.218.115a89.006 89.006 0 0 0-2.923.006l.21-.121z"/><path fill="#fff" d="M8.669.478C9.264.34 9.862.218 10.464.122a89.006 89.006 0 0 1 2.923-.006c2.912.311 5.66 1.796 7.603 3.974 1.553 1.823 2.612 4.08 2.899 6.466-.001.91-.004 1.819.001 2.728-.169 1.844-.838 3.62-1.835 5.174-1.858 2.992-5.149 4.988-8.623 5.435-.907-.002-1.813-.004-2.719 0-1.84-.175-3.619-.84-5.171-1.837C2.582 20.218.584 16.974.12 13.535c-.022-.972-.013-1.944-.006-2.916.47-4.554 3.812-8.6 8.159-10.003a.331.331 0 0 0 .395-.137m2.176.055C8.726.721 6.69 1.562 4.996 2.838 2.151 4.997.401 8.542.479 12.12c-.004 3.964 2.24 7.834 5.678 9.804 3.582 2.176 8.368 2.12 11.9-.133 3.39-2.042 5.544-5.954 5.459-9.911.006-4.112-2.411-8.13-6.062-10.027C15.456.742 13.112.315 10.843.534z"/><path fill="#fff" d="M10.722 3.77c3.235-.534 6.719 1.045 8.371 3.89 1.592 2.5 1.645 5.897.133 8.446-1.436 2.647-4.458 4.338-7.464 4.205-1.972-.002-3.869-.852-5.347-2.124-2.646-2.354-3.532-6.467-1.978-9.668 1.12-2.509 3.574-4.349 6.284-4.748m-.363 5.2c-.094.241-.186.481-.278.721-1.06-.3-2.124-.578-3.19-.853-.034.118-.101.353-.136.469.994.492 2.002.95 2.986 1.46l-.515.054-.04.356c-1.063.018-2.128-.013-3.19.013-.46-.034-.76.57-.488.929.612.869 1.272 1.704 1.862 2.588.218.306.466.718.902.673 3.283.008 6.565.043 9.848.048.516.064.607-.612.407-.96-.454-.948-.875-1.915-1.356-2.85-.485-.71-1.469-.35-2.185-.437l-.025-.359-.326-.032c-.301-.607-.601-1.213-.913-1.814-.566-.05-1.008-.518-1.598-.472-.658-.114-1.13.479-1.765.464z"/><path fill="#494949" opacity=".75" d="M8.274.614c.096-.146.228-.192.395-.137-.098.139-.23.185-.395.137z"/><path fill="#c1121c" d="M10.844.534c2.269-.22 4.613.208 6.611 1.319 3.652 1.897 6.068 5.915 6.062 10.027.085 3.956-2.069 7.868-5.459 9.911-3.533 2.254-8.318 2.309-11.9.133C2.72 19.954.476 16.084.48 12.12.402 8.542 2.152 4.997 4.997 2.838 6.69 1.562 8.727.721 10.845.534m-.123 3.236c-2.711.4-5.165 2.239-6.284 4.748-1.554 3.202-.668 7.314 1.978 9.668 1.478 1.272 3.376 2.122 5.347 2.124 3.006.133 6.028-1.558 7.464-4.205 1.512-2.549 1.459-5.946-.133-8.446-1.652-2.845-5.136-4.424-8.371-3.89z"/><path d="M10.358 8.971c.635.014 1.108-.578 1.765-.464.59-.047 1.032.421 1.598.472.312.601.612 1.207.913 1.814l.326.032.025.359c.716.086 1.7-.274 2.185.437.481.935.902 1.902 1.356 2.85.2.348.109 1.024-.407.96-3.283-.005-6.565-.04-9.848-.048-.437.044-.684-.367-.902-.673-.59-.884-1.25-1.72-1.862-2.588-.271-.359.029-.962.488-.929 1.062-.026 2.126.005 3.19-.013l.04-.356.515-.054c-.984-.51-1.992-.968-2.986-1.46.035-.116.102-.352.136-.469 1.066.275 2.13.553 3.19.853l.278-.721z"/><path fill="#4a4a4a" opacity=".74" d="M0 10.396l.115.222c-.007.972-.016 1.944.006 2.916L0 13.324v-2.928z"/><path fill="#4d4d4d" opacity=".76" d="M23.89 10.555l.11.212v2.741l-.109-.226c-.005-.908-.002-1.818-.001-2.728z"/><path fill="#545454" opacity=".73" d="M10.714 23.892c.906-.004 1.812-.002 2.719 0l-.216.108h-2.724l.221-.108z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--taxi-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11 0h1.968c1.45.208 2.903.518 4.224 1.174 3.805 1.783 6.413 5.671 6.808 9.834v1.948c-.298 2.722-1.414 5.375-3.341 7.344-1.998 2.117-4.784 3.378-7.66 3.701H11.03c-4.104-.388-7.957-2.918-9.769-6.647C.559 15.998.213 14.498 0 12.996v-1.958C.17 9.923.355 8.8.778 7.748c1.294-3.472 4.29-6.26 7.86-7.266.772-.234 1.572-.335 2.363-.48m-.265 2.482c-3.584.426-6.769 3.078-7.858 6.515-.9 2.704-.514 5.803 1.048 8.191 1.847 2.92 5.356 4.686 8.804 4.38 3.592-.23 6.902-2.69 8.197-6.043 1.064-2.66.848-5.792-.583-8.276-1.849-3.344-5.825-5.32-9.608-4.766z"/><path fill="#fff" d="M10.736 2.484c3.784-.553 7.759 1.422 9.608 4.766 1.432 2.484 1.648 5.616.583 8.276-1.295 3.353-4.606 5.813-8.197 6.043-3.449.306-6.958-1.46-8.804-4.38-1.561-2.388-1.948-5.488-1.048-8.191 1.088-3.437 4.273-6.089 7.858-6.515M4.948 7.8c-.326.316-.647.636-.965.96l.962.96.901-.001a66.55 66.55 0 0 0-.551-.641c.63.004 1.259.002 1.889.002v-.641c-.631 0-1.262-.001-1.894.001l.559-.641h-.902m13.203.002l.558.64c-.63-.002-1.261-.001-1.892-.001v.641c.63 0 1.259.001 1.889-.002a68.59 68.59 0 0 0-.551.641l.901.001c.322-.319.642-.64.962-.96a58.22 58.22 0 0 0-.965-.96l-.902.001M3.985 10.633l-.001.998 1.439.001c.002 1.643 0 3.284 0 4.926h.984c.002-1.642-.001-3.283.002-4.926l1.428-.001-.001-.998a1647.8 1647.8 0 0 0-3.851 0m3.917 5.926c.349.001.698.001 1.048-.001.128-.451.265-.9.401-1.349h1.925c.143.449.286.898.421 1.349.356.002.713.002 1.069.001-.643-1.976-1.289-3.952-1.937-5.926l-1.042-.002a1849.49 1849.49 0 0 0-1.885 5.928m5.47-5.926c.503.947 1.012 1.89 1.519 2.834-.552 1.033-1.121 2.058-1.675 3.09.389.002.778.002 1.168.002.359-.665.716-1.331 1.078-1.993.392.647.724 1.328 1.087 1.993.392 0 .785 0 1.178-.002-.553-1.032-1.123-2.056-1.674-3.089.505-.946 1.016-1.888 1.518-2.836-.378-.001-.756-.002-1.134-.001-.328.584-.637 1.178-.966 1.763-.325-.586-.64-1.176-.964-1.762-.378-.002-.757-.002-1.135 0m5.24 0c-.002 1.976-.001 3.952-.001 5.928l.973-.001c0-1.975.001-3.95-.001-5.926l-.971-.001z"/><path fill="#fff" d="M10.302 12.037c.224.721.442 1.445.661 2.168-.44.004-.881.004-1.321 0 .217-.724.431-1.448.66-2.168z"/><path d="M4.948 7.8h.902l-.559.641c.631-.002 1.262-.001 1.894-.001v.641c-.63 0-1.259.001-1.889-.002.185.212.368.426.551.641l-.901.001c-.322-.319-.642-.64-.962-.96.318-.324.638-.644.965-.96zM18.15 7.801l.902-.001c.325.316.647.636.965.96l-.962.96-.901-.001c.182-.215.366-.428.551-.641-.63.004-1.259.002-1.889.002v-.641c.631 0 1.262-.001 1.892.001l-.558-.64zM3.985 10.633a1647.8 1647.8 0 0 1 3.851 0l.001.998-1.428.001c-.004 1.643 0 3.284-.002 4.926h-.984c0-1.642.002-3.283 0-4.926l-1.439-.001.001-.998zM7.902 16.559a1849.49 1849.49 0 0 1 1.885-5.928l1.042.002c.648 1.974 1.294 3.949 1.937 5.926-.356.001-.713.001-1.069-.001-.136-.451-.278-.9-.421-1.349H9.351c-.136.449-.272.898-.401 1.349-.349.002-.698.002-1.048.001m2.4-4.522c-.229.72-.443 1.445-.66 2.168.44.004.881.004 1.321 0-.22-.724-.437-1.447-.661-2.168zM13.372 10.633c.378-.002.757-.002 1.135 0 .324.586.638 1.176.964 1.762.329-.584.638-1.178.966-1.763.378-.001.756 0 1.134.001-.502.948-1.013 1.89-1.518 2.836.551 1.033 1.121 2.057 1.674 3.089-.394.002-.786.002-1.178.002-.364-.665-.695-1.346-1.087-1.993-.361.662-.719 1.328-1.078 1.993-.39 0-.779 0-1.168-.002.554-1.032 1.123-2.057 1.675-3.09-.508-.944-1.016-1.888-1.519-2.834zM18.612 10.632l.971.001c.002 1.975.001 3.95.001 5.926l-.973.001c0-1.976-.001-3.952.001-5.928z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--text--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M11.003 0h1.967c1.499.223 3.01.542 4.36 1.256 3.767 1.81 6.317 5.712 6.671 9.853v1.758c-.338 4.026-2.743 7.84-6.352 9.708-1.428.811-3.046 1.182-4.655 1.424h-1.96c-1.5-.224-3.012-.542-4.363-1.258C2.905 20.933.353 17.033 0 12.891v-1.764c.34-4.151 2.899-8.06 6.671-9.874C8.014.543 9.515.227 11.003-.002m-.28 3.294c-4.121.516-7.501 4.313-7.519 8.47-.185 3.904 2.588 7.666 6.347 8.696 2.63.767 5.611.23 7.78-1.457 2.885-2.131 4.182-6.126 3.096-9.547-1.145-4.074-5.522-6.869-9.703-6.162z"/><path fill="#f7fbf5" d="M10.723 3.292c4.181-.707 8.558 2.088 9.703 6.162 1.086 3.421-.211 7.416-3.096 9.547-2.168 1.687-5.149 2.224-7.78 1.457-3.758-1.031-6.532-4.793-6.347-8.696.018-4.157 3.398-7.954 7.519-8.47m.62 4.729c-.013 1.048-.004 2.096-.005 3.145l.534.002c.002-1.122.001-2.244 0-3.367l-.529.22M5.634 7.89a1193.92 1193.92 0 0 0 0 3.278c.18-.004.36-.004.541 0 .004-.672-.002-1.345.005-2.017.337.658.646 1.331.979 1.991.331-.665.648-1.338.983-2 .008.676.001 1.351.005 2.027.178-.004.356-.004.534 0 .002-1.091.002-2.183 0-3.274a9.434 9.434 0 0 1-.532-.001c-.334.671-.655 1.346-.99 2.016-.319-.619-.6-1.256-.923-1.872-.096-.245-.404-.107-.602-.148m4.256.084c-.347.166-.038.743.287.542.394-.155.06-.778-.287-.542m3.12-.005c-.36.16-.049.751.281.546.386-.152.065-.768-.281-.546m-3.232.769c-.002.809-.002 1.618 0 2.428l.54.002c.004-.811.004-1.622 0-2.434-.18.001-.36.004-.54.004m3.112 0c-.001.809-.002 1.619 0 2.428l.541.002c.002-.811.002-1.622-.001-2.434l-.54.004m1.911 2.375c.439.205.929.017 1.277-.275a14.264 14.264 0 0 1-.361-.289c-.434.288-.962.095-1.013-.446.522-.01 1.045-.007 1.568-.008.047-.668-.39-1.471-1.153-1.384-1.159.101-1.31 1.949-.318 2.402m2.177-2.375c.082.704-.206 1.526.218 2.148.486.601 1.252.014 1.867.307.005-.82.004-1.639.001-2.459-.179.001-.356.004-.535.002-.014.523.038 1.05-.031 1.571-.132.438-.828.431-.949-.01-.066-.517-.013-1.043-.03-1.564-.181.001-.361.004-.541.004m-9.854 4.888l-.006.532c.424.004.848.004 1.272.006-.431.632-1.376 1.04-1.342 1.884.719.002 1.438.002 2.156 0a47.349 47.349 0 0 1 0-.533c-.445-.001-.889-.001-1.334-.005.437-.474.882-.94 1.325-1.409a9.35 9.35 0 0 1 .006-.474c-.692-.004-1.385-.002-2.077-.001m3.362-.016c-1.271.266-1.054 2.6.312 2.465 1.43-.139 1.175-2.776-.312-2.465m2.551.16c-.15-.19-.392-.15-.605-.163-.004.816-.001 1.631-.001 2.447.179-.006.356-.007.535-.005.025-.533-.056-1.079.049-1.603.163-.421.858-.374.946.074.053.506.012 1.019.023 1.528.178 0 .355.002.533.006-.018-.618.061-1.246-.044-1.856-.184-.604-.946-.762-1.435-.427m2.786 2.213c.44.218.947.036 1.301-.26a9.473 9.473 0 0 1-.359-.305c-.426.302-.968.116-1.019-.436.524-.008 1.049-.006 1.573-.008.041-.653-.368-1.445-1.115-1.384-1.176.05-1.363 1.914-.382 2.393z"/><path fill="#f7fbf5" d="M14.717 9.665c.128-.544.839-.57.979-.007-.326.017-.653.017-.979.007zM10.47 14.168c.876-.398.997 1.501.131 1.386-.506-.205-.505-1.052-.131-1.386zM15.767 14.543c.125-.56.846-.552.974 0-.325.01-.65.012-.974 0z"/><path fill="#2a2d2f" d="M11.342 8.021c.176-.073.353-.145.529-.22.001 1.123.002 2.245 0 3.367l-.534-.002c.001-1.049-.008-2.098.005-3.145zM5.634 7.89c.198.041.506-.097.602.148.323.616.604 1.253.923 1.872.335-.67.656-1.345.99-2.016.176.005.354.006.532.001.002 1.091.002 2.183 0 3.274a11.883 11.883 0 0 0-.534 0c-.004-.676.004-1.351-.005-2.027-.335.662-.652 1.336-.983 2-.334-.66-.642-1.333-.979-1.991-.007.672-.001 1.345-.005 2.017a12.197 12.197 0 0 0-.541 0c-.001-1.093-.002-2.186 0-3.278zM9.89 7.974c.347-.235.68.388.287.542-.325.2-.634-.377-.287-.542zM13.01 7.969c.346-.222.667.394.281.546-.33.205-.641-.386-.281-.546zM9.778 8.738c.18 0 .36-.002.54-.004.004.811.004 1.622 0 2.434l-.54-.002c-.002-.81-.002-1.619 0-2.428zM12.89 8.738c.18-.001.36-.001.54-.004.004.811.004 1.622.001 2.434l-.541-.002c-.002-.809-.001-1.619 0-2.428zM14.801 11.113c-.992-.454-.841-2.302.318-2.402.763-.088 1.2.715 1.153 1.384-.523.001-1.046-.001-1.568.008.05.541.578.734 1.013.446.119.098.239.196.361.289-.348.292-.838.48-1.277.275m-.084-1.448c.326.01.653.01.979-.007-.14-.563-.851-.536-.979.007zM16.978 8.738c.18 0 .36-.002.541-.004.017.521-.036 1.046.03 1.564.121.44.817.448.949.01.07-.521.017-1.048.031-1.571.179.001.356-.001.535-.002.002.82.004 1.639-.001 2.459-.616-.293-1.381.294-1.867-.307-.425-.622-.137-1.444-.218-2.148zM7.124 13.625c.692-.001 1.385-.002 2.077.001a9.35 9.35 0 0 0-.006.474c-.443.469-.888.935-1.325 1.409.445.004.889.004 1.334.005v.533c-.719.002-1.438.002-2.156 0-.035-.844.911-1.252 1.342-1.884-.424-.002-.848-.002-1.272-.006l.006-.532zM10.486 13.609c1.487-.311 1.742 2.326.312 2.465-1.366.136-1.583-2.198-.312-2.465m-.016.559c-.374.334-.376 1.181.131 1.386.866.115.745-1.784-.131-1.386zM13.037 13.769c.49-.335 1.252-.176 1.435.427.106.611.026 1.238.044 1.856a23.68 23.68 0 0 0-.533-.006c-.011-.509.03-1.021-.023-1.528-.088-.449-.782-.496-.946-.074-.106.524-.024 1.07-.049 1.603a11.93 11.93 0 0 0-.535.005c0-.816-.002-1.631.001-2.447.212.013.455-.026.605.163zM15.824 15.983c-.982-.479-.794-2.342.382-2.393.746-.061 1.156.731 1.115 1.384-.524.002-1.049 0-1.573.008.05.552.593.738 1.019.436.116.106.236.205.359.305-.354.296-.86.479-1.301.26m-.058-1.44c.324.012.649.01.974 0-.128-.552-.85-.56-.974 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--text--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d0191f" d="M10.557 0h2.865c3.661.536 7.096 2.668 8.946 5.908.873 1.412 1.308 3.028 1.632 4.642v2.88c-.541 3.659-2.668 7.093-5.908 8.944-1.412.87-3.028 1.304-4.639 1.626H10.57c-1.389-.278-2.783-.616-4.042-1.285C2.979 20.958.571 17.343 0 13.457v-2.89C.528 6.903 2.684 3.49 5.908 1.628 7.323.757 8.946.331 10.557.001M8.112 3.38c-.309.039-.45.307-.467.592l-.018.01c-.975-.191-1.629.649-2.244 1.249C4.351 6.252 3.425 7.445 3.075 8.88c-1.23 2.919-.48 6.314 1.139 8.926.773.988 1.813 1.708 2.767 2.508 2.614 1.481 5.895 1.652 8.699.602.39-.099.664-.406.782-.782.907-.58 1.802-1.22 2.494-2.055 1.064-.191 1.244-1.42 1.71-2.209.612-.993.602-2.188.942-3.276.097-.768-.317-1.499-.335-2.268-.102-1.7-1.115-3.171-2.201-4.412-.337-.372-.45-.98-.972-1.151-1.172-.485-2.093-1.463-3.357-1.744-2.168-.745-4.493-.225-6.631.362z"/><path fill="#a02822" d="M8.112 3.38c2.139-.587 4.463-1.106 6.631-.362 1.264.281 2.185 1.259 3.357 1.744.521.171.635.779.972 1.151 1.087 1.241 2.099 2.712 2.201 4.412.018.769.432 1.501.335 2.268-.34 1.088-.33 2.283-.942 3.276-.465.789-.646 2.019-1.71 2.209 1.647-2.045 2.581-4.779 2.07-7.399-.631-4.332-4.779-7.928-9.189-7.716-1.46-.049-2.877.413-4.192 1.008.016-.284.158-.552.467-.592zM5.384 5.231c.615-.6 1.269-1.44 2.244-1.249-2.07 1.198-3.782 3.12-4.445 5.446-.985 3.205-.13 7.039 2.453 9.266 2.732 2.896 7.414 3.413 10.828 1.44-.118.376-.393.684-.782.782-2.804 1.05-6.085.879-8.699-.602-.953-.801-1.994-1.521-2.767-2.508-1.619-2.612-2.369-6.007-1.139-8.926.35-1.435 1.276-2.628 2.308-3.649z"/><path fill="#fffeff" d="M7.645 3.972c1.315-.595 2.732-1.057 4.192-1.008 4.41-.212 8.558 3.385 9.189 7.716.511 2.62-.422 5.354-2.07 7.399-.692.835-1.586 1.475-2.494 2.055-3.414 1.973-8.096 1.456-10.828-1.44-2.582-2.227-3.437-6.061-2.453-9.266.662-2.326 2.375-4.248 4.445-5.446l.018-.01m9.008 7.275c-.136 1.11-.202 2.814 1.126 3.217.947.477 2.17-.179 2.425-1.172.067-.487.012-.978-.007-1.465-.6.002-1.2.003-1.8.026l.005.789c.357.01.715.018 1.073.033a6.32 6.32 0 0 1-.616 1.003c-.515.036-.94-.209-1.282-.572.09-.902-.283-2.007.577-2.633.493.012.927.258 1.139.71.33-.002.661-.008.991-.018-.164-.947-.958-1.517-1.876-1.618-.896.104-1.693.763-1.756 1.7M4.475 9.712c-.457.473-1.088 1.121-.74 1.83.278.907 1.336 1.016 2.132 1.152.159.158.321.316.478.477a8.418 8.418 0 0 1-.924.695c-.728-.284-1.775-1.022-2.055.166 1.003.638 2.412.96 3.408.135.809-.907.026-2.54-1.185-2.497-.488.071-.888-.166-1.087-.612l.468-.515c.199-.01.396-.021.595-.033.431.322.975.492 1.346-.016l.013-.419c-.745-.452-1.614-.421-2.451-.363m3.103-.002a148.039 148.039 0 0 0-.005 4.897c.325.015.653.028.98.039.002-.805-.007-1.613.025-2.416.301.536.516 1.113.717 1.693.278.028.557.054.837.079.233-.679.574-1.317.792-2.002l.094-.002c-.018.87-.016 1.741.005 2.61l.809.038a317.05 317.05 0 0 0-.003-4.973l-.825.018c-.429.955-.815 1.928-1.241 2.885A30.118 30.118 0 0 1 8.48 9.694c-.301.003-.602.008-.902.015m5.951.044c-.713.237-1.164 1.011-1.042 1.754.104.86-.271 1.881.362 2.596.848.925 2.783.704 3.076-.644.048-.861.035-1.728.02-2.591-.268-1.036-1.47-1.414-2.415-1.115z"/><path fill="#202020" d="M16.652 11.247c.062-.937.86-1.596 1.756-1.7.917.1 1.711.671 1.876 1.618-.33.01-.661.016-.991.018-.212-.452-.646-.699-1.139-.71-.86.626-.487 1.731-.577 2.633.342.363.768.608 1.282.572.238-.312.441-.651.616-1.003-.358-.015-.717-.023-1.073-.033l-.005-.789c.6-.023 1.2-.025 1.8-.026.018.487.074.978.007 1.465-.255.993-1.478 1.649-2.425 1.172-1.328-.403-1.262-2.107-1.126-3.217z"/><path fill="#211e1e" d="M4.475 9.712c.837-.058 1.706-.089 2.451.363l-.013.419c-.372.508-.916.339-1.346.016-.199.012-.396.023-.595.033l-.468.515c.199.445.598.682 1.087.612 1.212-.043 1.994 1.59 1.185 2.497-.996.825-2.405.503-3.408-.135.279-1.188 1.327-.45 2.055-.166.322-.212.633-.441.924-.695-.158-.161-.319-.319-.478-.477-.796-.136-1.854-.245-2.132-1.152-.348-.708.283-1.356.74-1.83z"/><path fill="#212121" d="M7.576 9.71c.301-.007.602-.012.902-.015a29.87 29.87 0 0 0 1.281 2.882c.426-.957.812-1.93 1.241-2.885l.825-.018c.018 1.657.012 3.314.003 4.973l-.809-.038a58.234 58.234 0 0 1-.005-2.61l-.094.002c-.219.685-.559 1.323-.792 2.002a76.478 76.478 0 0 1-.837-.079c-.201-.58-.416-1.157-.717-1.693-.031.804-.023 1.611-.025 2.416-.327-.012-.654-.025-.98-.039-.023-1.632-.026-3.265.005-4.897zM13.529 9.753c.945-.299 2.147.079 2.415 1.115.015.863.028 1.729-.02 2.591-.293 1.348-2.227 1.57-3.076.644-.633-.715-.258-1.736-.362-2.596-.122-.743.329-1.517 1.042-1.754m-.206 3.343c.232.27.472.536.768.738.205-.087.413-.169.621-.247.128-.176.263-.348.401-.518.016-.61.015-1.22.008-1.83-.283-.263-.561-.533-.84-.797-1.241.299-.968 1.696-.958 2.653z"/><path fill="#fdfdfd" d="M13.322 13.096c-.01-.957-.283-2.354.958-2.653.279.265.557.534.84.797.007.61.008 1.22-.008 1.83-.138.169-.273.342-.401.518-.209.077-.416.159-.621.247-.296-.202-.536-.468-.768-.738z"/></symbol><symbol viewBox="0 0 26 24" id="regulatory--toll-pass-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.929 0h22.013c.921.282 1.632 1.068 1.869 1.995v19.951A2.741 2.741 0 0 1 23.816 24H1.986a2.825 2.825 0 0 1-1.985-2.298V2.297C.138 1.241.904.305 1.93 0m.659.082C1.305.142.2 1.284.176 2.568L.175 21.433c.047 1.243 1.08 2.37 2.334 2.451 6.931-.002 13.862 0 20.792-.001 1.292-.059 2.367-1.225 2.387-2.507.012-6.21-.001-12.421.006-18.632-.006-.963-.521-1.965-1.421-2.377-.509-.28-1.105-.324-1.675-.309H3.329c-.246.003-.495-.017-.739.023z"/><path fill="#231f20" d="M2.356.255c.07-.013.141-.02.212-.022h20.733c1.159.045 2.172 1.058 2.217 2.217.001 6.367-.001 12.733.001 19.099-.064 1.122-1.036 2.12-2.165 2.173-.326.067-.659.041-.989.044-6.482.001-12.963-.001-19.446.001-.217-.003-.427-.06-.644-.068C1.258 23.545.423 22.632.35 21.608V2.393C.41 1.323 1.302.4 2.356.256m.058.35C1.512.731.738 1.532.7 2.451v19.098c.055.972.936 1.856 1.928 1.81 6.95-.005 13.9.001 20.85-.003.916-.114 1.647-.951 1.691-1.866l-.001-18.982c-.021-1.017-.915-1.893-1.925-1.926L2.626.583a1.164 1.164 0 0 0-.212.022z"/><path fill="#231f20" d="M8.134 11.933c.431-.087.938.013 1.22.374.321.433.41 1.012.284 1.531-.054.574-.565 1.125-1.171 1.056-.593.069-1.061-.449-1.178-.987-.176-.726.002-1.768.846-1.974m-.186.866c-.273.527-.19 1.446.518 1.567.695-.123.784-1.036.509-1.561-.152-.434-.858-.423-1.027-.006zM10.277 11.971h.569c.402.601.826 1.19 1.242 1.783-.002-.594-.001-1.189-.001-1.783h.526v2.861h-.512c-.415-.647-.881-1.258-1.299-1.903v1.903h-.526v-2.861zM13.314 11.971h.584v2.394h1.577v.467h-2.161v-2.861zM15.638 11.97l.738.001c.236.388.538.731.771 1.121.262-.377.513-.76.795-1.122.232.002.465.001.698.001-.384.604-.839 1.164-1.219 1.768-.05.36-.006.729-.02 1.093h-.526c0-.377.001-.754-.001-1.131-.433-.562-.819-1.158-1.237-1.731zM12.204 17.051h1.46c-.001.64.001 1.279-.001 1.919.816-.218 1.64-.41 2.454-.632.249-.078.252.21.238.377-1.128 1.055-2.281 2.08-3.418 3.124a226.83 226.83 0 0 1-2.857-2.6 2.534 2.534 0 0 1-.635-.663l.148-.253c.877.178 1.741.434 2.612.648-.002-.64-.001-1.279-.001-1.919z"/><path fill="#fff" d="M2.589.082c.244-.04.493-.02.739-.023h19.269c.57-.014 1.166.029 1.675.309.9.412 1.415 1.413 1.421 2.377-.006 6.211.006 12.422-.006 18.632-.02 1.282-1.095 2.448-2.387 2.507-6.931.001-13.862-.001-20.792.001-1.254-.081-2.287-1.208-2.334-2.451 0-6.288-.001-12.576.001-18.865C.199 1.285 1.304.143 2.588.083m-.232.172C1.302.399.41 1.322.35 2.392v19.215c.073 1.024.908 1.937 1.925 2.091.217.009.427.065.644.068 6.482-.002 12.964 0 19.446-.001.33-.003.663.022.989-.044 1.129-.053 2.1-1.051 2.165-2.173-.002-6.366 0-12.732-.001-19.099C25.472 1.29 24.459.277 23.301.232H2.568a1.26 1.26 0 0 0-.212.022z"/><path fill="#fff" d="M2.414.606c.07-.013.141-.02.212-.022C9.498.583 16.371.585 23.243.583c1.01.033 1.904.909 1.925 1.926.001 6.327-.001 12.655.001 18.982-.044.914-.774 1.752-1.691 1.866-6.95.004-13.9-.002-20.85.003-.992.046-1.873-.839-1.928-1.81V2.452c.038-.919.812-1.72 1.714-1.845m.973 2.254v6.891h19.095V2.861H3.387m4.747 9.072c-.844.206-1.021 1.248-.846 1.974.117.538.585 1.057 1.178.987.606.069 1.117-.482 1.171-1.056.126-.519.037-1.098-.284-1.531-.281-.361-.789-.461-1.22-.374m2.144.038v2.861h.526v-1.903c.418.645.884 1.256 1.299 1.903h.512v-2.861h-.526c.001.594-.001 1.188.001 1.783-.416-.593-.84-1.181-1.242-1.783h-.569m3.036 0v2.861h2.161v-.467h-1.577v-2.394h-.584m2.324-.001c.418.573.805 1.168 1.237 1.731l.001 1.131h.526c.015-.364-.03-.733.02-1.093.381-.604.836-1.164 1.219-1.768-.233 0-.466.001-.698-.001-.283.361-.534.745-.795 1.122-.234-.389-.535-.733-.771-1.121l-.738-.001m-3.435 5.081c.001.64-.001 1.279.001 1.919-.871-.214-1.735-.47-2.612-.648l-.148.253c.162.263.391.478.635.663.944.876 1.898 1.74 2.857 2.6 1.137-1.044 2.29-2.069 3.418-3.124.015-.168.011-.455-.238-.377-.814.222-1.638.414-2.454.632.002-.64.001-1.279.001-1.919h-1.46z"/><path fill="#fff" d="M10.389 3.851c.199.003.398.003.596.003-.373 1.432-.653 2.887-1.016 4.322-.195 0-.389-.001-.584-.003.334-1.44.645-2.888 1.004-4.322zM11.401 3.854c.194-.001.389 0 .583.002-.246 1.392-.652 2.752-.904 4.142 3.1.004 6.199 0 9.299.002v.174c-3.313 0-6.627.002-9.94-.001.286-1.447.67-2.874.962-4.319zM5.268 4.73c1.519.002 3.039-.003 4.558.002a3.663 3.663 0 0 1-.127.526c-.814-.006-1.627-.001-2.441-.003-.248 1.171-.545 2.332-.793 3.504-.212 0-.425 0-.636-.002.246-1.17.562-2.326.784-3.5-.477-.004-.952.001-1.428-.003.019-.176.054-.35.084-.524z"/><path fill="#fff" d="M12.976 4.729c.589.057 1.232-.133 1.781.138.38.382.138 1.012-.232 1.309-.36.291-.85.163-1.274.185-.131.422-.209.857-.304 1.288-.212.001-.425 0-.636-.002.212-.975.452-1.944.666-2.919m.525.464a10.42 10.42 0 0 0-.144.703c.26-.018.565.075.788-.1.145-.11.162-.301.173-.468a2.116 2.116 0 0 0-.818-.135zM8.373 5.685c.272-.054.572-.004.809.14.346.277.327.787.126 1.146-.288.716-1.421.964-1.931.369-.318-.698.227-1.599.996-1.655m-.371 1.5c.147-.002.293-.002.44-.002.312-.224.481-.622.316-.991-.57-.296-1.107.535-.756.993zM14.71 6.365c.148-.611.874-.815 1.42-.659.224.036.461.227.391.479-.092.399-.166.802-.288 1.194l.137.155-.097.116-.539.001-.087-.175c-.256.206-.606.204-.914.155-.35-.115-.302-.599-.112-.839.281-.359.776-.317 1.181-.378l.134-.123-.076-.159h-.361l-.224.234h-.565m.336.757l.098.124a.602.602 0 0 0 .688-.485c-.278.081-.663.036-.786.36zM16.808 6.578c-.073-.714.777-1.071 1.366-.873.297.019.488.296.454.58-.141.149-.378.057-.562.081l-.095-.218a8.61 8.61 0 0 1-.227-.075c-.133.052-.26.118-.372.207.373.181.853.129 1.15.455.072.582-.521 1.003-1.062.919-.436.086-.993-.189-.883-.704l.648-.001a8.74 8.74 0 0 0 0 .229c.162.054.332.069.503.068l.163-.182-.093-.104c-.35-.062-.741-.096-.99-.383zM18.914 6.648c-.186-.948 1.218-1.319 1.759-.675l-.002.392-.577.001-.011-.17-.217-.124c-.118.064-.39.037-.363.22.347.202.954.083 1.11.547.005.534-.564.874-1.052.815-.328.033-.675-.036-.876-.318l.001-.387.576-.001.016.156.134.14c.191-.002.523.028.565-.216-.343-.16-.767-.119-1.062-.38zM8.584 8.293h.876v.174h-.876v-.174zM11.27 8.293h.876v.174h-.876v-.174zM14.015 8.293h.876v.174h-.876v-.174zM16.701 8.293h.876v.174h-.876v-.174zM19.445 8.293c.304.001.608-.007.913.008-.173.322-.617.106-.913.165v-.173zM7.65 8.585c4.217.005 8.433-.012 12.65.008-.088.245-.363.153-.562.168-4.029-.003-8.058 0-12.088-.002v-.174zM7.949 12.799c.169-.418.875-.429 1.027.006.274.525.186 1.438-.509 1.561-.708-.12-.791-1.04-.518-1.567z"/><path fill="#6c2769" d="M3.387 2.861h19.095v6.891H3.387V2.861m7.002.99c-.359 1.434-.67 2.882-1.004 4.322.194.002.389.003.584.003.363-1.435.643-2.89 1.016-4.322-.199 0-.398 0-.596-.003m1.012.003c-.292 1.446-.676 2.872-.962 4.319 3.313.003 6.627.001 9.94.001V8c-3.1-.002-6.199.002-9.299-.002.252-1.39.658-2.751.904-4.142-.194-.002-.389-.002-.583-.002m-6.133.876c-.03.174-.065.348-.084.524.476.003.952-.001 1.428.003-.222 1.174-.538 2.331-.784 3.5.212.002.425.002.636.002.248-1.171.545-2.332.793-3.504.814.002 1.627-.003 2.441.003.055-.172.098-.348.127-.526-1.519-.005-3.039-.001-4.558-.002m7.709-.001c-.214.975-.454 1.943-.666 2.919.212.002.425.002.636.002.095-.43.173-.866.304-1.288.424-.022.914.106 1.274-.185.37-.297.612-.927.232-1.309-.549-.272-1.192-.081-1.781-.138m-4.602.955c-.768.055-1.314.957-.996 1.655.509.595 1.643.347 1.931-.369.201-.359.221-.869-.126-1.146a1.156 1.156 0 0 0-.809-.14m6.337.68h.565l.224-.234h.361l.076.159-.134.123c-.405.061-.9.019-1.181.378-.19.24-.238.724.112.839.308.05.658.051.914-.155l.087.175.539-.001.097-.116-.137-.155c.123-.391.197-.795.288-1.194.07-.252-.167-.443-.391-.479-.547-.155-1.272.048-1.42.659m2.098.214c.249.287.64.321.99.383l.093.104-.163.182a1.552 1.552 0 0 1-.503-.068 8.74 8.74 0 0 1 0-.229l-.648.001c-.11.516.447.791.883.704.54.085 1.134-.336 1.062-.919-.297-.326-.777-.274-1.15-.455.112-.089.239-.155.372-.207.075.026.151.051.227.075l.095.218c.184-.024.42.068.562-.081.034-.284-.157-.562-.454-.58-.589-.198-1.439.159-1.366.873m2.106.069c.295.261.719.22 1.062.38-.042.244-.374.214-.565.216l-.134-.14-.016-.156-.576.001-.001.387c.201.283.549.351.876.318.488.059 1.057-.281 1.052-.815-.156-.464-.763-.345-1.11-.547-.027-.183.245-.156.363-.22l.217.124.011.17.577-.001.002-.392c-.541-.644-1.945-.273-1.759.675M8.584 8.293v.174h.876v-.174h-.876m2.686 0v.174h.876v-.174h-.876m2.745 0v.174h.876v-.174h-.876m2.686 0v.174h.876v-.174h-.876m2.744 0v.173c.296-.059.74.156.913-.165-.304-.015-.608-.008-.913-.008M7.65 8.585v.174c4.029.002 8.058-.001 12.088.002.199-.015.475.077.562-.168-4.217-.02-8.433-.003-12.65-.008z"/><path fill="#6c2769" d="M13.502 5.192c.28-.015.555.041.818.135-.012.167-.028.359-.173.468-.224.175-.528.082-.788.1.039-.237.089-.471.144-.703zM8.002 7.185c-.351-.458.186-1.289.756-.993.165.368-.004.767-.316.991l-.44.002zM15.046 7.123c.123-.325.508-.28.786-.36a.601.601 0 0 1-.688.485l-.098-.124z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--tractors-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.71 0h2.556c4.426.51 8.466 3.558 9.991 7.769.377.944.542 1.949.743 2.941v2.556c-.51 4.426-3.558 8.466-7.769 9.991-.944.377-1.949.542-2.941.743h-2.559C6.235 23.484 2.144 20.339.67 16.034c-.334-.88-.479-1.813-.67-2.73v-2.599c.192-.99.362-1.994.739-2.937C2.263 3.562 6.295.526 10.71 0m1.433 5.174c.243 1.787-.603 3.507-.883 5.256-2.075.005-4.15-.004-6.225.003-.285-.03-.638.121-.607.456-.02 1.261-.004 2.522-.005 3.783.434.021.9.062 1.234-.27 1.191-.85 2.953-.216 3.506 1.093 1.166.007 2.331-.001 3.495.004-.292-1.516.285-3.162 1.517-4.107 1.595-1.299 4.081-1.122 5.528.322l.487-.484c-.484-.54-.972-1.075-1.465-1.606-.023-1.482.001-2.966-.012-4.45-2.189-.005-4.38-.004-6.569 0m4.085 5.759c-1.883.221-3.387 2.037-3.235 3.929.056 2.019 1.974 3.741 3.991 3.555 2.045-.073 3.747-2.061 3.51-4.092-.125-2.076-2.216-3.734-4.266-3.392M6.545 14.38c-.949.178-1.708 1.091-1.655 2.066.007 1.102 1.042 2.059 2.141 1.981 1.074-.034 2.008-1.029 1.945-2.108-.005-1.208-1.25-2.206-2.432-1.939z"/><path fill="#0e518d" d="M12.953 6.141c1.596-.012 3.194-.004 4.791-.004.005 1.156.003 2.312.001 3.469-1.309.005-2.617.005-3.926-.001-.255.26-.442.593-.732.815-.371.034-.745.008-1.118.005.329-1.428.652-2.857.984-4.284zM16.36 12.528c1.18-.243 2.423.682 2.527 1.882.174 1.196-.835 2.393-2.046 2.409-1.119.09-2.185-.842-2.259-1.96-.133-1.085.707-2.161 1.778-2.331m.128.514c-1.162.13-1.803 1.64-1.078 2.56.639.992 2.285.865 2.778-.203.643-1.112-.448-2.611-1.7-2.358zM6.667 15.552c1.087-.402 1.602 1.44.481 1.672-1.054.333-1.521-1.395-.481-1.672z"/><path fill="#f7fbf5" d="M12.143 5.174c2.189-.004 4.38-.005 6.569 0 .013 1.484-.011 2.968.012 4.45.493.53.981 1.066 1.465 1.606l-.487.484c-1.447-1.444-3.933-1.622-5.528-.322-1.232.944-1.809 2.591-1.517 4.107-1.164-.005-2.33.003-3.495-.004-.553-1.309-2.315-1.943-3.506-1.093-.334.333-.801.292-1.234.27.001-1.261-.015-2.522.005-3.783-.03-.335.322-.487.607-.456 2.075-.007 4.15.003 6.225-.003.28-1.749 1.126-3.469.883-5.256m.811.967c-.331 1.427-.655 2.856-.984 4.284.373.003.747.029 1.118-.005.29-.223.477-.556.732-.815 1.309.007 2.617.007 3.926.001.001-1.156.004-2.312-.001-3.469-1.596 0-3.194-.008-4.791.004z"/><path fill="#f7fbf5" d="M16.229 10.933c2.05-.342 4.141 1.315 4.266 3.392.237 2.031-1.465 4.019-3.51 4.092-2.017.186-3.935-1.535-3.991-3.555-.151-1.892 1.352-3.707 3.235-3.929m.131 1.595c-1.071.17-1.911 1.246-1.778 2.331.074 1.118 1.14 2.05 2.259 1.96 1.211-.016 2.22-1.213 2.046-2.409-.105-1.2-1.347-2.124-2.527-1.882z"/><path fill="#f7fbf5" d="M16.488 13.042c1.252-.253 2.343 1.245 1.7 2.358-.493 1.067-2.139 1.195-2.778.203-.725-.92-.084-2.43 1.078-2.56zM6.545 14.38c1.181-.268 2.427.731 2.432 1.939.062 1.079-.871 2.074-1.945 2.108-1.099.078-2.135-.879-2.141-1.981-.053-.975.705-1.888 1.655-2.066m.121 1.172c-1.04.277-.573 2.005.481 1.672 1.12-.232.606-2.074-.481-1.672z"/></symbol><symbol viewBox="0 0 16 24" id="regulatory--traffic-signal-photo-enforced--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.296 0h13.19c.304.126.689.214.814.56-.343-.22-.708-.457-1.135-.437C10.01.118 5.853.12 1.697.122.853.09.08.85.124 1.699c.001 6.867-.001 13.733.001 20.6-.021.834.747 1.577 1.581 1.531 4.15 0 8.302.001 12.453-.001.593.024 1.112-.36 1.412-.848l.041.14c-.221.427-.652.678-1.095.82-3.462-.116-6.935-.018-10.401-.05-.923.022-1.85-.057-2.769.056-.66-.153-1.165-.678-1.349-1.323V1.316A1.987 1.987 0 0 1 1.294-.001z"/><path d="M1.337.542c.216-.072.447-.073.672-.075C6.025.472 10.04.464 14.056.472c.713-.029 1.347.617 1.302 1.329 0 6.8.003 13.601-.002 20.401.023.69-.598 1.309-1.29 1.275-4.122 0-8.245.005-12.368-.003-.67 0-1.245-.616-1.22-1.281C.474 15.399.477 8.603.477 1.809a1.284 1.284 0 0 1 .86-1.266m.211.324c-.424.082-.73.507-.702.934 0 6.797-.002 13.595.001 20.393-.023.509.447.965.957.916 4.086 0 8.172.001 12.258-.001.499.034.945-.419.924-.914.005-6.796.002-13.592.002-20.388.042-.51-.406-.991-.922-.961C9.894.856 5.718.815 1.548.867z"/><path d="M5.442 2.513c1.651-.005 3.302-.005 4.953 0 .001 4.509.002 9.018-.001 13.526-1.65.007-3.3.003-4.95.002-.005-4.51-.002-9.02-.002-13.528m2.126.646c-.774.139-1.42.811-1.499 1.599-.105.793.383 1.612 1.121 1.913.735.328 1.667.098 2.166-.532.475-.556.56-1.404.201-2.043a1.878 1.878 0 0 0-1.988-.937M7.466 7.48c-.891.205-1.542 1.134-1.393 2.045.115.992 1.14 1.749 2.123 1.574.999-.128 1.764-1.169 1.551-2.161-.164-1.02-1.285-1.733-2.282-1.457m-.001 4.31c-1.004.224-1.667 1.375-1.32 2.352.312 1.07 1.675 1.625 2.645 1.07.776-.396 1.189-1.376.898-2.204-.278-.903-1.311-1.463-2.223-1.218zM7.877 17.426c.714-.17.868.789.682 1.282-.073.477-.807.579-.992.13-.195-.446-.21-1.195.31-1.412m.074.261c-.354.227-.371 1.179.158 1.168.373-.221.385-1.207-.158-1.168zM10.593 17.442c.934-.279 1.09 1.407.353 1.671-.872.141-.973-1.328-.353-1.671m.083.255c-.264.291-.282.868.011 1.142.613.135.618-1.296-.011-1.142zM4.443 17.436c.402-.005 1.096-.112 1.131.461.009.461-.519.517-.866.478-.002.239-.002.478-.005.718l-.259.001c-.004-.552-.002-1.106-.001-1.658m.264.257v.408c.172.007.343.001.514-.011.283-.355-.254-.465-.514-.397zM5.888 17.435l.257.001c.002.223.005.445.005.668.201.005.402.004.603-.001 0-.212.007-.423 0-.635l.264-.031c.005.554.006 1.109-.001 1.663l-.259.001-.003-.723a9.388 9.388 0 0 0-.605.001c0 .24 0 .48-.004.72h-.257a76.916 76.916 0 0 1 0-1.664zM2.216 20.275c.326-.005.653-.006.979.001l.006.255c-.241.006-.483.001-.724.011l-.001.392c.163.003.325.015.488.014v.259l-.486.007c-.003.151-.003.301.003.452.256.001.512 0 .768.005l.001.261c-.345.007-.69.006-1.035.001-.002-.552-.004-1.106.001-1.658zM3.596 20.27c.515-.009.559.724.865 1.048.006-.349-.002-.699.006-1.048h.257c.006.554.005 1.109 0 1.663-.493-.038-.557-.772-.865-1.115-.008.371.002.742-.006 1.114l-.257-.001a70.744 70.744 0 0 1 0-1.661zM5.19 20.275c.344-.005.688-.006 1.032.001l.002.256c-.257.005-.514.002-.771.005-.003.134-.003.268-.002.402.162-.001.323.007.485.007v.261c-.162-.001-.323.007-.485.007 0 .24 0 .481-.003.722l-.257.001a76.735 76.735 0 0 1-.001-1.662zM6.772 20.339c1.084-.585 1.278 1.786.193 1.615-.611-.219-.6-1.205-.193-1.615m.204.194c-.293.263-.29.858-.017 1.136.615.172.635-1.276.017-1.136zM8.11 20.273c.335.027.795-.116 1.02.216.166.235.031.53-.173.69.091.252.193.5.281.754l-.279-.001c-.094-.239-.182-.48-.272-.72a31.668 31.668 0 0 1-.312-.008c-.004.242-.005.485-.008.728l-.257-.001a83.304 83.304 0 0 1 0-1.658m.263.257l-.001.412c.195-.027.485.087.572-.16.011-.319-.366-.241-.571-.252zM9.713 20.461c.232-.345.806-.262.973.106-.234.296-.49-.273-.732.029-.211.325-.243 1.1.285 1.108.073-.063.149-.127.224-.188l.226.085c-.134.414-.762.498-.983.12a1.305 1.305 0 0 1 .007-1.261zM11.112 20.275c.326-.005.653-.006.979.001l.002.256c-.24.003-.479.003-.719.005a13.46 13.46 0 0 0-.001.402c.162-.001.323.007.485.007v.261c-.162-.001-.323.007-.485.007-.002.151-.002.3.001.451.256.003.513 0 .77.006l.003.26c-.345.009-.691.007-1.036.002a91.629 91.629 0 0 1 .001-1.658zM12.489 20.276c.319.024.759-.121.963.205.231.377.234.911-.033 1.269-.219.287-.616.15-.921.183-.024-.552-.007-1.105-.009-1.657m.264.256c-.003.379-.01.758.007 1.138.807.24.806-1.396-.007-1.138z"/><path fill="#fff" d="M.126 1.699C.082.85.855.09 1.699.122 5.855.12 10.012.118 14.167.123c.427-.02.791.217 1.135.437a.094.094 0 0 0 .012.009c.145.261.322.515.374.815.004 7.042-.009 14.086.007 21.128-.028.159-.078.313-.121.469-.3.487-.818.872-1.412.848-4.151.002-8.303.001-12.453.001-.833.045-1.602-.697-1.581-1.531-.002-6.867 0-13.733-.001-20.6M1.337.542c-.526.172-.89.714-.86 1.266 0 6.794-.003 13.59.001 20.384-.025.666.55 1.281 1.22 1.281 4.122.008 8.245.003 12.368.003.692.034 1.313-.585 1.29-1.275.005-6.8.002-13.601.002-20.401.044-.712-.589-1.358-1.302-1.329C10.04.463 6.025.471 2.009.466c-.225.002-.456.003-.672.075z"/><path fill="#fff" d="M1.548.867C5.718.815 9.894.856 14.066.846c.516-.03.964.451.922.961 0 6.796.003 13.592-.002 20.388.021.495-.425.948-.924.914-4.086.002-8.172.001-12.258.001-.51.049-.98-.407-.957-.916C.844 15.396.846 8.598.846 1.801c-.028-.427.278-.852.702-.934m3.894 1.646c0 4.509-.003 9.019.002 13.528 1.65.001 3.3.005 4.95-.002.003-4.509.002-9.018.001-13.526a817.742 817.742 0 0 0-4.953 0m2.435 14.913c-.52.217-.505.966-.31 1.412.185.45.919.347.992-.13.186-.493.032-1.452-.682-1.282m2.716.016c-.62.343-.518 1.812.353 1.671.736-.264.58-1.95-.353-1.671m-6.15-.006c-.001.552-.003 1.106.001 1.658l.259-.001c.003-.24.003-.479.005-.718.346.039.875-.017.866-.478-.035-.573-.729-.466-1.131-.461m1.445-.001c-.006.554-.006 1.11 0 1.664h.257c.004-.24.004-.48.004-.72.202-.007.403-.007.605-.001l.003.723.259-.001c.007-.554.006-1.109.001-1.663l-.264.031c.007.212 0 .423 0 .635-.201.005-.402.006-.603.001 0-.223-.003-.445-.005-.668l-.257-.001m3.02.004l-.001.222.384.023c.001.471-.007.943.002 1.415h.257c.009-.472.001-.945.003-1.417l.39-.021-.001-.222a32.338 32.338 0 0 0-1.033 0m-6.693 2.836c-.005.552-.003 1.106-.001 1.658.345.005.69.006 1.035-.001l-.001-.261c-.256-.005-.512-.004-.768-.005a7.569 7.569 0 0 1-.003-.452l.486-.007v-.259c-.163.001-.325-.011-.488-.014l.001-.392c.241-.01.483-.005.724-.011a21.194 21.194 0 0 0-.006-.255 26.626 26.626 0 0 0-.979-.001m1.38-.005a70.744 70.744 0 0 0 0 1.661l.257.001c.008-.372-.002-.743.006-1.114.307.342.372 1.076.865 1.115.005-.554.006-1.109 0-1.663h-.257c-.008.349 0 .699-.006 1.048-.305-.324-.349-1.057-.865-1.048m1.594.005c-.005.553-.006 1.108.001 1.662l.257-.001c.003-.241.003-.482.003-.722.162 0 .323-.008.485-.007v-.261c-.162 0-.323-.008-.485-.007-.001-.134-.001-.268.002-.402.257-.003.514 0 .771-.005l-.002-.256a29.586 29.586 0 0 0-1.032-.001m1.582.064c-.408.41-.418 1.396.193 1.615 1.086.172.891-2.2-.193-1.615m1.338-.066a83.304 83.304 0 0 0 0 1.658l.257.001c.003-.243.004-.486.008-.728l.312.008c.09.24.178.481.272.72l.279.001c-.088-.254-.19-.502-.281-.754.204-.16.338-.455.173-.69-.225-.332-.685-.189-1.02-.216m1.603.188a1.305 1.305 0 0 0-.007 1.261c.221.378.85.293.983-.12l-.226-.085c-.075.061-.151.125-.224.188-.528-.008-.496-.782-.285-1.108.242-.302.498.267.732-.029-.167-.369-.741-.452-.973-.106m1.399-.187a91.629 91.629 0 0 0-.001 1.658c.345.005.691.007 1.036-.002a22.8 22.8 0 0 1-.003-.26c-.257-.006-.514-.003-.77-.006-.003-.151-.003-.3-.001-.451.162 0 .323-.008.485-.007v-.261c-.162 0-.323-.008-.485-.007a13.46 13.46 0 0 1 .001-.402c.24-.002.479-.002.719-.005l-.002-.256a26.626 26.626 0 0 0-.979-.001m1.377.001c.002.552-.015 1.105.009 1.657.305-.033.702.104.921-.183.267-.358.264-.893.033-1.269-.204-.326-.644-.181-.963-.205z"/><path fill="#fff" d="M4.707 17.693c.26-.068.797.041.514.397a4.637 4.637 0 0 1-.514.011 27.744 27.744 0 0 1 0-.408zM7.951 17.687c.542-.039.53.947.158 1.168-.528.011-.512-.941-.158-1.168zM10.676 17.697c.629-.155.624 1.276.011 1.142-.293-.274-.275-.851-.011-1.142zM6.976 20.533c.618-.141.597 1.307-.017 1.136-.273-.278-.276-.873.017-1.136zM8.373 20.53c.206.011.582-.067.571.252-.087.247-.378.133-.572.16l.001-.412zM12.753 20.532c.813-.258.814 1.378.007 1.138-.017-.38-.01-.759-.007-1.138z"/><path fill="#060606" opacity=".73" d="M15.313.569c.346.124.424.51.553.808V22.53a2.727 2.727 0 0 1-.253.59l-.041-.14c.043-.156.093-.31.122-.469.076-.505.041-1.017.047-1.525-.001-6.025-.001-12.05 0-18.074-.008-.51.035-1.024-.054-1.528-.051-.3-.229-.554-.374-.815z"/><path fill="#727272" d="M15.686 1.385c.089.504.046 1.018.054 1.528-.001 6.024-.001 12.049 0 18.074-.006.508.029 1.02-.047 1.525-.016-7.042-.003-14.086-.007-21.128z"/><path fill="#af1e2d" d="M7.568 3.159c.773-.158 1.62.239 1.988.937.36.639.274 1.486-.201 2.043-.499.631-1.431.861-2.166.532-.738-.301-1.226-1.12-1.121-1.913.079-.787.725-1.46 1.499-1.599z"/><path fill="#ffd033" d="M7.466 7.48c.996-.276 2.118.437 2.282 1.457.213.992-.552 2.033-1.551 2.161-.983.176-2.007-.581-2.123-1.574-.15-.911.502-1.84 1.393-2.045z"/><path fill="#006649" d="M7.464 11.791c.912-.245 1.945.315 2.223 1.218.291.828-.122 1.809-.898 2.204-.97.554-2.333 0-2.645-1.07-.347-.977.315-2.128 1.32-2.352z"/><path fill="#020202" d="M8.908 17.439c.344-.005.689-.006 1.033 0l.001.222-.39.021c-.002.472.006.945-.003 1.417h-.257c-.009-.472-.001-.944-.002-1.415l-.384-.023.001-.222z"/><path opacity=".53" d="M1.349 23.948c.919-.113 1.846-.034 2.769-.056 3.466.032 6.939-.066 10.401.05l-.135.058H1.486l-.138-.052z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trams-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M10.726 0h2.523c4.142.476 7.964 3.153 9.677 6.974.562 1.182.854 2.467 1.074 3.752v2.523c-.477 4.142-3.153 7.964-6.974 9.677-1.182.562-2.467.854-3.752 1.074h-2.525c-4.14-.477-7.963-3.153-9.675-6.974C.512 15.844.22 14.559 0 13.274v-2.525c.213-1.293.509-2.585 1.074-3.776C2.784 3.158 6.595.489 10.726-.001m-.093 5.399c-2.05.199-4.14-.145-6.18.192-.171 1.166-.695 2.327-.272 3.523.645.003 1.289 0 1.932.004.143-.558.512-1.163 1.162-1.152.677-.059 1.108.554 1.232 1.148 1.849.007 3.697-.005 5.546.005.139-.56.524-1.159 1.171-1.141.65-.032 1.07.561 1.185 1.137 1.148.021 2.299.003 3.44-.148-.022-.989.139-2.032-.321-2.953l.158-.325c-1.849-.495-3.804-.126-5.697-.237-1.129.144-2.242-.379-3.356-.053M7.056 8.429c-.513.178-.602.959-.136 1.241.411.311 1.067 0 1.1-.509.074-.503-.496-.945-.964-.732m7.946-.01c-.501.155-.636.887-.218 1.208.392.363 1.105.088 1.153-.444.093-.501-.462-.957-.935-.764m-2.325 4.588a40.8 40.8 0 0 0 1.531.955c-3.002.32-6.03.066-9.04.206.097.125.196.25.295.374a5.061 5.061 0 0 0-.669 3.053c.255.144.51.335.819.315 4.213.003 8.426.001 12.638.001.314.021.575-.167.834-.311a5.042 5.042 0 0 0-.665-3.057l.3-.379c-1.273-.032-2.543-.011-3.803-.208.516-.299 1.019-.623 1.521-.946-.619-.416-1.241-.82-1.865-1.226-.632.407-1.266.812-1.894 1.223m-6.706 5.189c.163.701.934.832 1.366.291.459-.011.917-.011 1.377-.003.437.544 1.208.41 1.373-.289a91.095 91.095 0 0 0-4.116.001m7.818 0c.163.699.933.834 1.365.291.459-.011.919-.011 1.378-.003.437.544 1.208.41 1.373-.289a91.095 91.095 0 0 0-4.116.001z"/><path fill="#03559b" d="M4.692 5.859c.409-.022.817-.023 1.226-.007.03.978.03 1.957.001 2.935a15.67 15.67 0 0 1-1.226-.022 35.202 35.202 0 0 1-.001-2.906zM6.197 5.849c.417-.015.832-.016 1.249-.01.012.455.01.911-.001 1.366-.416 0-.831-.001-1.245-.01a31.832 31.832 0 0 1-.003-1.347zM7.72 5.851a45.673 45.673 0 0 1 2.669-.003c.007.45.007.898.001 1.348-.89.014-1.781.016-2.672-.001-.008-.448-.008-.896.001-1.344zM10.657 5.849c.894-.026 1.79-.025 2.684-.001.011.45.01.901-.003 1.352-.89-.029-1.792.086-2.673-.055-.04-.431-.018-.864-.008-1.296zM13.616 5.851a39.47 39.47 0 0 1 2.665.003c.011.447.012.894.005 1.341-.893.016-1.784.016-2.677 0-.004-.448-.003-.896.007-1.344zM16.555 5.842c.784-.015 1.57-.014 2.355-.001.191.442.358.891.502 1.349-.952.027-1.904.011-2.857.014a28.11 28.11 0 0 1 0-1.362zM12.93 12.99a83.38 83.38 0 0 1 1.632-1.038c.539.34 1.072.687 1.605 1.038-.54.346-1.078.694-1.621 1.034-.539-.344-1.079-.686-1.616-1.034zM5.157 15.914c.197-.581.322-1.543 1.12-1.506.051.697.038 1.397.019 2.097-.435-.032-1.136.029-1.14-.591zM6.555 14.463c.45-.01.902-.01 1.352.004a84.741 84.741 0 0 1 0 3.108c-.45.007-.901.007-1.351.001a124.244 124.244 0 0 1-.001-3.113zM8.142 14.469a51.534 51.534 0 0 1 2.359-.005c.014.671.015 1.343-.003 2.013-.778-.032-1.584.111-2.344-.073-.067-.642-.025-1.291-.012-1.935zM10.757 14.464a56.551 56.551 0 0 1 2.366.001c.014.669.015 1.34-.004 2.009-.786.015-1.572.015-2.357 0a42.127 42.127 0 0 1-.004-2.011zM13.378 14.464a51.444 51.444 0 0 1 2.357.003c.027.668.029 1.337-.001 2.006-.783.018-1.568.014-2.351.005a45.12 45.12 0 0 1-.005-2.015zM15.972 14.467c.444.008.915-.091 1.341.06.052 1.015.014 2.034.01 3.05-.45.004-.9.004-1.349-.003a92.003 92.003 0 0 1-.001-3.108zM17.583 14.459l.554.005c.208.494.539.968.58 1.514-.059.571-.72.484-1.136.527a36.728 36.728 0 0 1 .001-2.046z"/><path fill="#fff" d="M10.633 5.398c1.114-.325 2.227.197 3.356.053 1.893.111 3.848-.258 5.697.237l-.158.325c.459.92.299 1.964.321 2.953-1.141.151-2.292.169-3.44.148-.115-.576-.535-1.168-1.185-1.137-.647-.018-1.033.581-1.171 1.141-1.849-.011-3.697.001-5.546-.005-.123-.594-.554-1.207-1.232-1.148-.65-.011-1.019.594-1.162 1.152-.643-.004-1.288-.001-1.932-.004-.424-1.196.1-2.357.272-3.523 2.039-.337 4.129.007 6.18-.192m-5.941.461c-.037.967-.041 1.938.001 2.906.409.025.817.029 1.226.022.029-.978.029-1.957-.001-2.935a13.193 13.193 0 0 0-1.226.007m1.505-.01c-.008.448-.008.898.003 1.347.414.008.83.01 1.245.01.011-.455.014-.911.001-1.366a23.643 23.643 0 0 0-1.249.01m1.523.001c-.01.448-.01.896-.001 1.344.89.018 1.781.015 2.672.001.005-.45.005-.898-.001-1.348-.89-.023-1.78-.026-2.669.003m2.936-.002c-.01.432-.032.865.008 1.296.88.141 1.783.026 2.673.055.012-.451.014-.902.003-1.352a49.015 49.015 0 0 0-2.684.001m2.959.002c-.01.448-.011.896-.007 1.344.893.016 1.784.016 2.677 0 .007-.447.005-.894-.005-1.341a39.469 39.469 0 0 0-2.665-.003m2.939-.009c-.012.454-.01.908 0 1.362.953-.003 1.905.014 2.857-.014a13.828 13.828 0 0 0-.502-1.349 68.476 68.476 0 0 0-2.355.001z"/><path fill="#fff" d="M7.056 8.429c.468-.213 1.038.229.964.732-.033.509-.688.82-1.1.509-.466-.283-.377-1.063.136-1.241zM15.002 8.419c.473-.193 1.029.263.935.764-.048.532-.761.808-1.153.444-.418-.321-.283-1.053.218-1.208zM12.677 13.007c.628-.411 1.262-.816 1.894-1.223.624.406 1.247.811 1.865 1.226-.502.324-1.005.647-1.521.946 1.26.197 2.53.177 3.803.208l-.3.379a5.04 5.04 0 0 1 .665 3.057c-.259.144-.52.332-.834.311-4.212 0-8.425.001-12.638-.001-.309.019-.564-.171-.819-.315a5.063 5.063 0 0 1 .669-3.053l-.295-.374c3.01-.14 6.038.114 9.04-.206a38.354 38.354 0 0 1-1.531-.955m.255-.017c.536.348 1.077.69 1.616 1.034.543-.34 1.081-.688 1.621-1.034a93.408 93.408 0 0 0-1.605-1.038 83.38 83.38 0 0 0-1.632 1.038m-7.773 2.924c.004.62.705.56 1.14.591.019-.699.032-1.4-.019-2.097-.798-.037-.923.924-1.12 1.506m1.397-1.451c-.011 1.038-.014 2.076.001 3.113.45.005.901.005 1.351-.001a84.741 84.741 0 0 0 0-3.108c-.45-.014-.902-.014-1.352-.004m1.587.006c-.012.645-.055 1.293.012 1.935.76.184 1.566.041 2.344.073a43.58 43.58 0 0 0 .003-2.013 53.006 53.006 0 0 0-2.359.005m2.615-.005a42.13 42.13 0 0 0 .004 2.011c.786.015 1.572.015 2.357 0 .019-.669.018-1.34.004-2.009a53.32 53.32 0 0 0-2.366-.001m2.622-.001a45.12 45.12 0 0 0 .005 2.015c.783.008 1.568.012 2.351-.005.03-.669.029-1.339.001-2.006a51.448 51.448 0 0 0-2.357-.003m2.594.002a97.58 97.58 0 0 0 .001 3.108c.45.007.9.007 1.349.003.004-1.016.043-2.035-.01-3.05-.427-.151-.897-.052-1.341-.06m1.612-.009a35.787 35.787 0 0 0-.001 2.046c.416-.043 1.077.044 1.136-.527-.041-.546-.372-1.02-.58-1.514a51.16 51.16 0 0 0-.554-.005zM5.973 18.196a91.094 91.094 0 0 1 4.116-.001c-.165.699-.935.834-1.373.289a33.273 33.273 0 0 0-1.377.003c-.432.542-1.203.41-1.366-.291zM13.791 18.196a91.094 91.094 0 0 1 4.116-.001c-.165.699-.935.834-1.373.289a33.318 33.318 0 0 0-1.378.003c-.432.543-1.201.409-1.365-.291z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trams-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0379c1" d="M10.703 0h1.396c.5.102 1.01.147 1.52.124.847.009 1.672.278 2.461.566.154.273.474.4.775.317.38.14.744.316 1.081.54.651.579 1.37 1.11 2.126 1.545.359.29.684.622.97.984.45.787.982 1.545 1.562 2.241.163.256.291.532.392.819a.692.692 0 0 0 .323.777 9.36 9.36 0 0 1 .597 2.432c-.065.526-.009 1.051.095 1.568v1.364c-.503 4.273-3.361 8.196-7.37 9.82-1.067.471-2.217.684-3.355.902h-2.521c-4.287-.491-8.225-3.35-9.851-7.37-.472-1.067-.686-2.217-.903-3.355v-2.521C.209 9.604.43 8.446.903 7.369 2.525 3.365 6.438.512 10.705-.001m.664 6.583c-.565.436-1.178.806-1.74 1.247.561.409 1.138.795 1.69 1.215-.657.071-1.426-.197-1.948.328-2.311.093-4.636-.014-6.951.051-.644.169-.527 1.023-.737 1.525-.502 1.422-.267 2.94-.314 4.415.56.005 1.12.005 1.679-.004l.157.344c.296 0 .593 0 .889-.004.165.912 1.416.876 1.596-.008.269.01.538.01.808 0 .179.889 1.43.913 1.599.006 2.474.008 4.947.013 7.421-.004.17.905 1.427.894 1.6-.004.288.004.577.013.865.033.128.897 1.408.844 1.54-.023.3.003.599.003.899.003l.143-.342c.563.004 1.125.008 1.688.001-.029-1.547.171-3.13-.364-4.616-.171-.448-.102-1.203-.69-1.324-2.312-.062-4.635.037-6.945-.047-.523-.53-1.295-.259-1.953-.331.554-.419 1.129-.806 1.691-1.213-.559-.447-1.176-.81-1.74-1.25.24-.869-1.126-.869-.885 0z"/><path fill="#0379c1" d="M11.818 6.627c.57.397 1.158.772 1.7 1.208-.57.401-1.134.811-1.708 1.208-.571-.396-1.135-.804-1.703-1.208.543-.438 1.129-.822 1.71-1.208zM2.69 10.307c.325-.044.976-.161.923.353-.022.489.098 1.023-.089 1.482-.422.061-1.03.221-1.349-.121.113-.571.174-1.244.514-1.714zM4.342 10.3c.381-.005.937-.183 1.2.156.06 1.34.005 2.687.027 4.029.141.739-1.029.641-1.374.356-.057-1.305-.004-2.615-.027-3.921.027-.211-.067-.507.174-.62zM6.011 10.342c.434-.102 1.418-.287 1.304.442-.018 1.34.028 2.681-.022 4.018-.246.348-1.044.296-1.346.042-.006-1.491-.132-3.04.063-4.502zM7.901 10.305c.715-.027 1.505-.135 2.182.057.123.54.234 1.335-.072 1.822-.714-.005-1.519.138-2.179-.077-.105-.547-.215-1.304.07-1.802zM10.706 10.335c.717-.117 1.487-.1 2.211-.009.203.324.074.742.112 1.103-.02.264.094.783-.321.77-.665-.01-1.351.076-2.003-.051a3.12 3.12 0 0 1 .001-1.813zM13.613 10.3c.664-.06 1.337-.039 2.003-.014.362.043.229.51.263.762-.055.368.128.842-.157 1.131-.715.01-1.511.131-2.183-.063-.117-.54-.232-1.335.075-1.816zM16.415 10.328c.442-.075 1.403-.273 1.29.461-.022 1.351.038 2.706-.03 4.053-.342.278-1.514.385-1.368-.357.076-1.378-.143-2.822.108-4.157zM18.187 10.314c.397-.03.923-.182 1.241.118.043 1.467.041 2.942.001 4.409-.348.284-1.517.383-1.374-.357.091-1.378-.173-2.853.132-4.17zM20.097 10.337c.338-.084.957-.203 1.023.283.117.465.288.923.326 1.403-.321.339-.928.183-1.35.118a3.649 3.649 0 0 1 0-1.804z"/><path fill="#7ba7c2" opacity=".85" d="M12.099 0h1.516l.004.124A6.255 6.255 0 0 1 12.099 0z"/><path fill="#fff" d="M16.08.691c.273.067.533.174.775.317a.679.679 0 0 1-.775-.317zM17.935 1.548a10.91 10.91 0 0 1 2.126 1.545 13.054 13.054 0 0 1-2.126-1.545zM21.031 4.077a11.11 11.11 0 0 1 1.562 2.241 15.704 15.704 0 0 1-1.562-2.241zM11.369 6.582c-.241-.869 1.125-.869.885 0 .564.439 1.181.803 1.74 1.25-.563.406-1.138.794-1.691 1.213.658.072 1.43-.198 1.953.331 2.31.084 4.632-.015 6.945.047.588.122.518.876.69 1.324.536 1.486.335 3.069.364 4.616a94.98 94.98 0 0 1-1.688-.001c-.048.114-.097.227-.143.342-.3 0-.599 0-.899-.003-.132.867-1.412.919-1.54.023-.288-.02-.577-.029-.865-.033-.173.898-1.43.909-1.6.004-2.474.016-4.947.011-7.421.004-.169.907-1.42.883-1.599-.006-.269.01-.538.01-.808 0-.18.884-1.431.919-1.596.008-.296.004-.593.004-.889.004l-.157-.344c-.559.009-1.119.009-1.679.004.047-1.476-.188-2.993.314-4.415.21-.502.093-1.356.737-1.525 2.315-.065 4.64.042 6.951-.051.522-.524 1.291-.256 1.948-.328-.552-.42-1.129-.806-1.69-1.215.561-.441 1.175-.811 1.74-1.247m.447.043c-.582.386-1.167.77-1.71 1.208.568.404 1.131.811 1.703 1.208.574-.396 1.138-.806 1.708-1.208-.542-.436-1.13-.81-1.7-1.208m-9.129 3.68c-.34.47-.401 1.143-.514 1.714.319.342.927.182 1.349.121.187-.458.067-.993.089-1.482.053-.514-.598-.397-.923-.353m1.651-.007c-.241.113-.147.409-.174.62.023 1.307-.03 2.616.027 3.921.345.286 1.515.383 1.374-.356-.022-1.342.033-2.69-.027-4.029-.263-.339-.819-.161-1.2-.156m1.669.042c-.196 1.462-.07 3.011-.063 4.502.302.254 1.1.306 1.346-.042.05-1.337.004-2.678.022-4.018.114-.729-.87-.543-1.304-.442m1.889-.037c-.284.498-.175 1.255-.07 1.802.66.216 1.465.072 2.179.077.306-.488.196-1.283.072-1.822-.677-.192-1.467-.084-2.182-.057m2.806.03c-.182.543-.179 1.266-.001 1.813.651.127 1.337.041 2.003.051.415.014.301-.505.321-.77-.038-.362.091-.78-.112-1.103-.724-.091-1.493-.108-2.211.009m2.907-.035c-.307.481-.192 1.276-.075 1.816.672.194 1.468.074 2.183.063.286-.29.103-.763.157-1.131-.034-.251.099-.719-.263-.762-.665-.025-1.338-.046-2.003.014m2.803.028c-.251 1.336-.032 2.78-.108 4.157-.146.742 1.026.635 1.368.357.069-1.347.009-2.702.03-4.053.113-.734-.848-.536-1.29-.461m1.772-.014c-.305 1.317-.041 2.792-.132 4.17-.143.74 1.026.641 1.374.357a79.037 79.037 0 0 0-.001-4.409c-.317-.3-.843-.149-1.241-.118m1.91.023a3.649 3.649 0 0 0 0 1.804c.422.065 1.029.221 1.35-.118-.038-.48-.21-.938-.326-1.403-.066-.486-.686-.367-1.023-.283zM22.985 7.138c.147.24.253.503.323.777a.692.692 0 0 1-.323-.777z"/><path fill="#77a5c1" opacity=".85" d="M23.905 10.347l.095.207v1.361c-.104-.517-.16-1.043-.095-1.568z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--triple-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.98 0h2.021c1.38.208 2.766.486 4.033 1.096C20.927 2.83 23.598 6.773 24 10.989v2c-.175 1.079-.352 2.168-.75 3.193-1.2 3.298-3.934 5.984-7.248 7.134-.961.353-1.976.512-2.982.684h-2.021c-1.013-.167-2.034-.329-3.001-.683-3.317-1.15-6.05-3.838-7.25-7.136-.396-1.016-.57-2.096-.748-3.167v-2.01C.388 6.84 2.99 2.94 6.805 1.17 8.111.518 9.547.216 10.98 0m-.012 2.339a9.7 9.7 0 0 0-6.253 3.217c-2.69 2.968-3.2 7.638-1.234 11.124 1.738 3.25 5.452 5.293 9.128 5.011 3.698-.18 7.14-2.699 8.444-6.161 1.099-2.803.809-6.115-.799-8.665-1.89-3.13-5.659-4.95-9.287-4.526z"/><path fill="#fff" d="M10.968 2.339c3.628-.424 7.397 1.397 9.287 4.526 1.608 2.55 1.898 5.862.799 8.665-1.304 3.462-4.746 5.981-8.444 6.161-3.677.282-7.391-1.762-9.128-5.011-1.967-3.486-1.457-8.156 1.234-11.124a9.7 9.7 0 0 1 6.253-3.217M5.686 13.603c-.458-.073-.918-.166-1.385-.146.03.221.082.444.216.629.764 1.193 1.513 2.396 2.273 3.592.756-1.193 1.502-2.394 2.267-3.582.134-.191.186-.42.228-.644-.469-.011-.931.078-1.392.152l-.001-7.291H5.688l-.001 7.291m5.485-7.292l-.001 7.291c-.457-.073-.917-.16-1.382-.158.022.206.066.416.185.593.772 1.211 1.534 2.428 2.302 3.641.788-1.254 1.584-2.504 2.37-3.76.119-.148.065-.336.065-.506-.446.052-.889.119-1.332.192V6.313h-2.206m6.039.001c-.76 1.196-1.507 2.399-2.269 3.593-.11.191-.277.402-.162.632.448.04.888-.083 1.328-.144v7.284h2.204c.002-2.428 0-4.855.001-7.283.454.071.91.167 1.372.148a1.195 1.195 0 0 0-.2-.63c-.766-1.195-1.512-2.402-2.274-3.6z"/><path d="M5.686 13.603l.001-7.291h2.204l.001 7.291c.461-.074.923-.163 1.392-.152-.042.224-.094.454-.228.644-.764 1.188-1.511 2.389-2.267 3.582-.76-1.195-1.508-2.399-2.273-3.592-.134-.185-.186-.408-.216-.629.467-.019.926.073 1.385.146zM11.172 6.312h2.206v7.292c.443-.073.886-.14 1.332-.192 0 .17.054.359-.065.506-.786 1.255-1.582 2.506-2.37 3.76-.768-1.213-1.53-2.43-2.302-3.641-.119-.176-.163-.386-.185-.593.466-.001.925.085 1.382.158l.001-7.291zM17.212 6.314c.762 1.198 1.508 2.405 2.274 3.6.13.185.19.406.2.63-.462.019-.918-.077-1.372-.148-.001 2.428.001 4.855-.001 7.283h-2.204v-7.284c-.44.061-.881.184-1.328.144-.115-.23.052-.442.162-.632.762-1.194 1.51-2.396 2.269-3.593z"/></symbol><symbol viewBox="0 0 38 24" id="regulatory--triple-lanes-go-straight-center-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M1.565.12C9.578.063 17.592.09 25.605.083c3.679.004 7.358 0 11.037.037.714-.012 1.283.604 1.483 1.243.005 7.104.002 14.21.002 21.315-.187.629-.727 1.199-1.401 1.279-.718.006-1.436.009-2.155.009-1.602-.015-3.204-.005-4.806.003a197.281 197.281 0 0 0-3.077-.007c-5.491-.001-10.982-.007-16.473.003-.95-.012-1.901-.003-2.851.002-1.126-.005-2.253-.021-3.378.005-.848 0-1.695-.007-2.543-.013-.662-.061-1.167-.601-1.402-1.192.006-3.563-.008-7.126-.003-10.688.024-2.287-.02-4.575-.01-6.862-.006-.783.041-1.567.004-2.349.01-.604-.024-1.218.102-1.811C.416.539.938.073 1.566.12m-.067.138C.798.315.211.95.17 1.644.169 8.521.172 15.397.169 22.274c-.041.815.7 1.567 1.517 1.536 11.598.001 23.196.002 34.794 0 .811.02 1.538-.728 1.499-1.536-.002-6.876 0-13.752-.001-20.628a1.528 1.528 0 0 0-.905-1.278c-.284-.132-.606-.127-.912-.126H2.127c-.21.001-.419-.008-.628.016z"/><path fill="#1a1919" d="M1.66.582c.155-.016.311-.01.466-.01h33.913c.164 0 .328-.006.491.015.597.037 1.096.591 1.118 1.18-.001 6.849.001 13.698-.001 20.548-.037.646-.636 1.2-1.288 1.167-11.451.004-22.903 0-34.354.002-.214.005-.43-.01-.639-.058-.47-.157-.836-.611-.868-1.107-.002-6.851 0-13.702-.001-20.553C.52 1.162 1.046.601 1.659.583m-.001.636c-.301.033-.537.328-.526.626v20.391c-.001.348.328.637.672.612 11.52.001 23.039.002 34.559 0 .339.017.657-.273.654-.615V1.807c-.005-.355-.347-.634-.695-.602H2.088c-.143 0-.287-.007-.429.014z"/><path fill="#1a1919" d="M16.503 6.192c.864-1.252 1.72-2.51 2.595-3.753.858 1.259 1.725 2.512 2.583 3.771.187.252-.07.645-.373.59-.417-.109-.82-.264-1.234-.384l-.008 10.86c-.655 0-1.309.004-1.964-.002.018-3.619.021-7.239.007-10.859-.407.12-.805.268-1.214.376-.316.058-.585-.332-.393-.6zM2.164 8.848c1.462-.505 2.917-1.033 4.379-1.538.312-.119.634.261.472.551-.231.398-.498.775-.734 1.17.813.212 1.645.42 2.371.857.531.367 1.047.77 1.451 1.279.547.707.992 1.515 1.163 2.399.229 1.218.118 2.463.151 3.695H9.42c-.004-.898.006-1.796-.004-2.694-.095-1.283-.838-2.522-1.964-3.16-.514-.267-1.084-.385-1.64-.531.003.441.059.884.041 1.324-.05.325-.498.423-.701.183-.992-1.182-2.008-2.345-2.99-3.535zM31.119 7.854c-.152-.286.16-.658.468-.546 1.463.504 2.918 1.032 4.38 1.538-.963 1.194-1.987 2.343-2.969 3.523-.199.26-.673.162-.717-.178-.016-.438.046-.878.038-1.317-.653.184-1.354.301-1.914.711-1.104.764-1.764 2.127-1.689 3.466.002.734-.004 1.468.003 2.203-.666.018-1.334.003-2.001.007.042-1.334-.106-2.696.223-4.005.356-1.228 1.118-2.347 2.161-3.094.787-.64 1.798-.879 2.757-1.133-.244-.394-.508-.775-.74-1.175zM12.899 12.818c.208.017.441-.034.634.023.008 3.335.002 6.67.003 10.005-.213.004-.426.01-.638-.002.003-3.342 0-6.683.001-10.025zM24.614 12.818c.212 0 .424-.002.636.001v10.025a10.34 10.34 0 0 1-.635.002c-.006-3.343-.002-6.686-.002-10.029zM3.311 18.328c.4-.087.845.053 1.061.415.315.583.346 1.287.195 1.924-.085.339-.263.692-.593.848-.446.173-1.035.079-1.29-.362-.371-.721-.404-1.631-.018-2.353a.81.81 0 0 1 .644-.47m.074.509c-.193.033-.299.23-.361.398-.169.53-.171 1.143.102 1.639.197.307.717.254.854-.084.23-.539.243-1.186-.013-1.718-.098-.214-.365-.297-.582-.234zM15.305 18.319a.956.956 0 0 1 1.017.476c.302.625.319 1.364.122 2.023-.099.272-.254.549-.524.681-.464.207-1.105.087-1.345-.399-.338-.715-.368-1.597.011-2.302a.825.825 0 0 1 .72-.479m-.002.52c-.193.032-.299.23-.361.397-.169.53-.171 1.143.102 1.639.197.307.717.254.854-.084.23-.538.243-1.185-.013-1.718-.098-.215-.364-.298-.581-.234zM27.378 18.309a.938.938 0 0 1 .934.537c.271.606.287 1.308.104 1.942-.098.295-.268.592-.562.726-.446.171-1.034.077-1.288-.364-.402-.781-.405-1.788.087-2.53a.926.926 0 0 1 .725-.312m-.114.531c-.173.027-.273.197-.339.342-.185.525-.194 1.131.051 1.639.111.245.441.323.669.204.158-.09.247-.263.294-.433.146-.506.141-1.076-.108-1.55-.109-.195-.362-.262-.567-.203zM5.184 18.356c.167.002.333.002.5.001.389.675.771 1.355 1.162 2.029v-2.027c.167-.002.334-.002.501 0-.003 1.06.006 2.121-.004 3.182-.145-.002-.289-.004-.434.001-.42-.698-.786-1.432-1.221-2.118-.007.705-.001 1.41-.003 2.115l-.501.001c-.002-1.061-.004-2.123.001-3.184zM9.435 18.356c.201.014.41-.022.605.016.26.397.498.81.755 1.21.262-.406.511-.82.773-1.226.195.002.391.001.586 0-.359.606-.746 1.196-1.098 1.806-.013.458-.001.917-.005 1.376-.167.002-.335.003-.502 0-.005-.46.009-.922-.006-1.381-.358-.606-.745-1.196-1.108-1.8zM17.103 18.356c.166.002.333.002.499.002.389.675.771 1.355 1.163 2.028v-2.027c.167-.002.334-.002.501 0-.003 1.06.006 2.121-.004 3.182-.144-.001-.289-.004-.433.002-.422-.698-.787-1.432-1.222-2.119-.008.705-.002 1.41-.003 2.115-.167 0-.334 0-.5.002-.002-1.062-.004-2.123 0-3.185zM21.354 18.358c.201.011.41-.024.606.015.26.397.498.81.755 1.209.262-.406.511-.82.773-1.226.196.002.391.001.587 0-.359.606-.747 1.196-1.098 1.806-.013.458-.001.917-.005 1.375-.168.003-.335.003-.502 0-.005-.46.009-.921-.006-1.381-.358-.606-.743-1.197-1.109-1.799zM29.066 18.356h.498c.39.675.772 1.356 1.164 2.03-.002-.676-.001-1.352 0-2.028.167-.003.334-.003.501 0-.003 1.061.007 2.121-.005 3.182a10.562 10.562 0 0 0-.436 0c-.417-.699-.785-1.43-1.219-2.117-.008.705-.001 1.41-.004 2.115h-.5c-.001-1.061-.002-2.122 0-3.183zM31.826 18.352c.159.026.344-.03.488.028.008.896.003 1.792.002 2.688.491.006.982 0 1.474.002.001.157.001.313-.002.47-.655-.001-1.311-.005-1.966.002-.011-1.063-.018-2.128.003-3.191zM33.318 18.356c.2.011.405-.017.604.013.259.399.499.811.756 1.213.261-.406.512-.819.773-1.225h.588c-.361.601-.74 1.191-1.096 1.794-.019.462-.004.925-.007 1.387l-.498.003c-.015-.462.008-.925-.011-1.386-.359-.605-.744-1.196-1.108-1.798zM7.933 18.359c.167-.003.335-.003.502 0 0 .903.002 1.806-.001 2.71.492.004.983-.001 1.475.002 0 .157 0 .313-.002.47-.655 0-1.31-.007-1.965.004-.022-1.061-.004-2.123-.01-3.185zM19.853 18.359c.167-.003.334-.003.501 0 0 .903.001 1.806-.001 2.71.492.004.984 0 1.476.002 0 .157 0 .313-.002.47-.655 0-1.31-.006-1.965.003-.022-1.061-.004-2.123-.009-3.185z"/><path fill="#fffffe" d="M1.499.258c.209-.024.419-.014.628-.016h34.034c.306-.001.628-.006.912.126.503.214.873.732.905 1.278 0 6.876-.002 13.752.001 20.628.039.807-.688 1.556-1.499 1.536-11.598.002-23.196.001-34.794 0-.818.03-1.558-.722-1.517-1.536.003-6.877 0-13.753.001-20.63C.211.95.798.315 1.499.258m.161.324C1.046.6.521 1.16.498 1.765.499 8.616.497 15.467.499 22.318c.033.496.398.951.869 1.107.209.048.425.063.639.058 11.451-.002 22.903.002 34.354-.002.652.034 1.251-.521 1.288-1.167.002-6.849 0-13.698.001-20.548-.022-.588-.521-1.143-1.118-1.18-.163-.02-.327-.015-.491-.015H2.128c-.155 0-.311-.006-.466.01z"/><path fill="#fffffe" d="M1.658 1.219c.142-.021.287-.015.429-.014h34.234c.348-.033.69.247.695.602v20.426c.002.342-.315.632-.654.615-11.52.002-23.039.002-34.559 0-.344.024-.673-.264-.672-.612V1.845c-.011-.298.226-.593.526-.626m14.846 4.973c-.192.268.077.658.393.6.409-.109.808-.256 1.214-.376.014 3.62.01 7.239-.007 10.859.655.007 1.309.003 1.964.002l.008-10.86c.414.12.818.275 1.234.384.303.055.56-.338.373-.59-.858-1.259-1.725-2.512-2.583-3.771-.875 1.243-1.732 2.502-2.595 3.753M2.164 8.848c.982 1.19 1.998 2.353 2.99 3.535.203.24.651.142.701-.183.018-.44-.037-.883-.041-1.324.555.146 1.126.263 1.64.531 1.127.638 1.869 1.876 1.964 3.16.01.898 0 1.796.004 2.694h1.997c-.033-1.231.078-2.476-.151-3.695-.171-.885-.616-1.692-1.163-2.399-.403-.508-.92-.912-1.451-1.279-.727-.437-1.558-.645-2.372-.857.236-.395.502-.772.734-1.17.162-.289-.161-.67-.472-.551-1.462.505-2.917 1.033-4.379 1.538m28.954-.994c.232.4.497.781.74 1.175-.959.254-1.97.492-2.757 1.133-1.043.746-1.804 1.866-2.161 3.094-.329 1.309-.181 2.67-.223 4.005.667-.004 1.334.011 2.001-.007-.008-.734-.001-1.468-.003-2.203-.075-1.339.585-2.702 1.689-3.466.559-.41 1.261-.527 1.914-.711.008.439-.054.879-.038 1.317.044.34.519.438.717.178.982-1.18 2.006-2.329 2.969-3.523-1.462-.505-2.917-1.033-4.38-1.538-.308-.112-.619.26-.468.546m-18.22 4.964c-.001 3.342.002 6.684-.001 10.025.212.012.425.006.638.002-.001-3.335.005-6.67-.003-10.005-.193-.057-.426-.006-.634-.023m11.715.001c-.001 3.343-.004 6.685.002 10.029.211.005.423.006.635-.002V12.82c-.212-.003-.424-.002-.636-.001M3.311 18.328a.81.81 0 0 0-.644.47c-.386.722-.353 1.633.018 2.353.255.442.844.535 1.29.362.33-.156.508-.509.593-.848.15-.636.12-1.341-.195-1.924-.216-.362-.661-.501-1.061-.415m11.993-.007a.825.825 0 0 0-.72.479c-.379.706-.35 1.587-.011 2.302.24.486.881.606 1.345.399.27-.132.425-.409.524-.681.198-.659.181-1.398-.122-2.023a.958.958 0 0 0-1.017-.476m12.074-.01a.926.926 0 0 0-.725.312c-.492.742-.489 1.749-.087 2.53.254.441.842.535 1.288.364.294-.135.464-.432.562-.726.183-.634.167-1.336-.104-1.942a.937.937 0 0 0-.934-.537m-22.194.046a563.245 563.245 0 0 0-.001 3.184l.501-.001c.002-.705-.004-1.41.003-2.115.435.686.801 1.42 1.221 2.118.144-.005.289-.003.434-.001.011-1.061.002-2.121.004-3.182a13.946 13.946 0 0 0-.501 0v2.027c-.391-.674-.773-1.354-1.162-2.029l-.5-.001m4.252 0c.363.603.75 1.194 1.108 1.8.016.46.002.921.006 1.381.167.003.335.003.502 0 .004-.459-.008-.918.005-1.376.351-.61.738-1.2 1.098-1.806-.195.001-.391.002-.586 0-.262.406-.511.82-.773 1.226-.257-.4-.494-.812-.755-1.21-.195-.039-.405-.002-.605-.016m7.668.001a483.06 483.06 0 0 0 0 3.185c.167-.002.334-.001.5-.002.002-.705-.004-1.41.003-2.115.435.687.8 1.422 1.222 2.119.144-.006.289-.003.433-.002.011-1.061.002-2.121.004-3.182a13.946 13.946 0 0 0-.501 0v2.027c-.392-.674-.773-1.353-1.163-2.028-.167 0-.333 0-.499-.002m4.252.002c.365.602.75 1.193 1.108 1.799.016.46.002.921.006 1.381.167.003.335.003.502 0 .004-.458-.008-.917.005-1.375.351-.61.739-1.2 1.098-1.806-.195.001-.391.002-.587 0-.262.406-.511.82-.773 1.226-.257-.4-.494-.812-.755-1.209-.195-.039-.405-.004-.606-.015m7.714-.003a675.434 675.434 0 0 0 0 3.183h.5c.003-.705-.004-1.41.004-2.115.434.686.802 1.418 1.219 2.117.145-.002.29-.002.436 0 .012-1.061.002-2.121.005-3.182a13.946 13.946 0 0 0-.501 0v2.028c-.392-.674-.773-1.355-1.164-2.03h-.498m2.759-.005a106.07 106.07 0 0 0-.003 3.191c.655-.007 1.31-.003 1.966-.002.003-.157.003-.313.002-.47-.492-.002-.983.003-1.474-.002 0-.896.005-1.792-.002-2.688-.144-.058-.329-.002-.488-.028m1.491.003c.364.603.749 1.193 1.108 1.798.02.461-.004.924.011 1.386l.498-.003c.004-.462-.012-.925.007-1.387.356-.603.735-1.193 1.096-1.794h-.588c-.261.407-.512.82-.773 1.225-.257-.401-.497-.814-.756-1.213-.199-.03-.403-.002-.604-.013m-25.384.004c.006 1.062-.013 2.124.01 3.185.655-.01 1.31-.003 1.965-.004.002-.157.002-.313.002-.47-.492-.003-.983.002-1.475-.002.002-.903.001-1.807.001-2.71a14.001 14.001 0 0 0-.502 0m11.919.001c.006 1.062-.013 2.124.009 3.185.655-.01 1.31-.003 1.965-.003.002-.157.002-.313.002-.47-.492-.002-.984.002-1.476-.002.002-.903.001-1.806.001-2.71a13.946 13.946 0 0 0-.501 0z"/><path fill="#fffffe" d="M3.384 18.839c.217-.063.483.02.582.234.256.533.244 1.18.013 1.718-.136.339-.657.391-.854.084-.273-.496-.271-1.108-.102-1.639.062-.168.168-.365.361-.398zM15.304 18.839c.217-.064.483.02.581.234.256.533.244 1.18.013 1.718-.136.339-.657.391-.854.084-.273-.496-.271-1.109-.102-1.639.062-.167.168-.365.361-.397zM27.264 18.839c.205-.059.458.007.567.203.249.474.253 1.044.108 1.55-.047.169-.136.342-.294.433-.229.119-.558.041-.669-.204-.244-.508-.236-1.114-.051-1.639.067-.145.166-.315.339-.342z"/><path fill="#252424" opacity=".67" d="M0 2.817l.031.051c.037.782-.01 1.566-.004 2.349-.01 2.287.034 4.575.01 6.862L0 12.082V2.816z"/><path fill="#121111" opacity=".32" d="M0 12.082l.037-.003c-.005 3.562.009 7.125.003 10.688L0 22.744V12.082z"/><path fill="#505050" opacity=".49" d="M3.985 23.972c1.125-.026 2.252-.01 3.378-.005l.05.033H4.035l-.05-.028z"/><path fill="#7e7e7e" opacity=".78" d="M7.363 23.967c.95-.005 1.901-.014 2.851-.002l.047.035H7.412l-.05-.033z"/><path fill="#a0a0a0" d="M10.215 23.965c5.491-.01 10.982-.004 16.473-.003l.002.038H10.263l-.047-.035z"/><path fill="#7c7c7c" opacity=".76" d="M26.687 23.962c1.025-.004 2.051-.005 3.077.007l-.051.031h-3.024l-.002-.038z"/><path fill="#444" opacity=".42" d="M29.764 23.969c1.602-.008 3.204-.018 4.806-.003l.046.034h-4.904l.051-.031z"/></symbol><symbol viewBox="0 0 38 24" id="regulatory--triple-lanes-turn-left-center-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M1.191 0h36.327a2.15 2.15 0 0 1-.03.071c.445.259.863.694.922 1.223.055 7.151-.001 14.302.009 21.452-.169.562-.633 1.016-1.186 1.218a27022.46 27022.46 0 0 0-36.015.001c-.553-.211-.972-.673-1.181-1.221.006-7.189.008-14.379 0-21.568C.249.653.637.175 1.192 0m.32.1C.75.158.121.901.17 1.659.171 8.594.169 15.53.171 22.465c.061.759.76 1.412 1.53 1.384l35.008.001c.817.057 1.584-.654 1.59-1.469-.003-6.974.001-13.948-.002-20.922-.066-.747-.746-1.388-1.504-1.374C25.231.08 13.668.085 2.105.083c-.198.002-.396-.01-.593.017z"/><path fill="#1a1919" d="M1.637.43c.128-.019.258-.016.387-.015h34.078c.329.004.662-.021.985.057.523.172.919.712.88 1.269V22.22c.036.697-.601 1.334-1.299 1.299-11.628 0-23.257.001-34.886-.001-.65.023-1.238-.531-1.279-1.174V1.741C.459 1.102.992.465 1.638.431m.034.638c-.289.028-.521.303-.532.588v20.606c0 .335.306.625.64.616 11.63.003 23.257.001 34.888.001.342.018.662-.276.66-.621V1.661c-.005-.395-.408-.664-.781-.607H1.82a.817.817 0 0 0-.148.016z"/><path fill="#1a1919" d="M20.542 2.326l.046-.007c.86 1.269 1.736 2.526 2.597 3.794.167.252-.076.623-.37.584-.429-.095-.836-.29-1.264-.375.004 4.826.001 9.653-.009 14.479-.656.001-1.312-.001-1.968.001-.012-.971.008-1.943.002-2.914-.033-1.605-.55-3.17-1.338-4.559-.978-1.724-2.472-3.074-4.002-4.301a5.408 5.408 0 0 0-.05.008c-.132.423-.264.847-.405 1.267-.136.285-.587.258-.71-.023-.537-1.44-1.072-2.882-1.607-4.323 1.522.008 3.044.019 4.566.031.32-.019.564.411.324.653-.309.271-.655.499-.967.765.829.542 1.651 1.107 2.372 1.79.703.641 1.261 1.423 1.822 2.181-.006-1.687-.002-3.375-.002-5.062-.42.104-.824.272-1.244.376-.311.041-.567-.335-.387-.602.862-1.256 1.731-2.507 2.593-3.763zM2.192 8.757c1.472-.508 2.936-1.038 4.407-1.548.315-.118.635.264.476.556-.231.4-.51.775-.733 1.179.816.218 1.653.424 2.383.865.535.37 1.056.777 1.463 1.289.559.723 1.013 1.552 1.181 2.459.218 1.216.118 2.458.14 3.686-.669.001-1.338.003-2.007-.001-.009-.905.005-1.811-.006-2.716-.096-1.294-.844-2.542-1.979-3.186-.516-.268-1.089-.389-1.648-.533-.013.443.056.89.034 1.332-.052.307-.435.411-.667.231-1.007-1.191-2.02-2.377-3.029-3.567l-.015-.049zM31.38 7.759c-.149-.288.159-.661.469-.552 1.472.508 2.936 1.037 4.407 1.548.012.062-.052.098-.083.142l-2.956 3.479c-.238.177-.618.064-.665-.245-.025-.437.063-.896.026-1.321-.558.147-1.13.265-1.645.535-1.143.653-1.893 1.919-1.973 3.226-.003.886-.005 1.772.001 2.658-.667.036-1.344.008-2.016.014.037-1.346-.108-2.718.223-4.037.362-1.249 1.141-2.384 2.204-3.139.788-.635 1.799-.865 2.753-1.126-.244-.396-.511-.78-.746-1.182zM13.009 12.765c.206-.003.413 0 .619-.002l.021.024c.001 3.363.003 6.726-.001 10.089-.212-.002-.434.024-.641-.012l.001-10.1zM24.828 12.766c.21.011.446-.032.642.02 0 3.364.003 6.727-.002 10.091-.21-.005-.444.031-.64-.017V12.766zM3.414 18.313a.962.962 0 0 1 1.01.451c.316.624.336 1.369.148 2.035-.099.296-.269.597-.565.733-.448.174-1.04.082-1.3-.36-.375-.728-.41-1.648-.019-2.378a.823.823 0 0 1 .726-.481m-.001.524c-.176.021-.276.196-.344.341-.194.549-.202 1.192.081 1.712.201.307.722.256.862-.085.235-.552.246-1.218-.028-1.759-.108-.197-.363-.272-.571-.208zM27.609 18.302a.95.95 0 0 1 .929.516c.285.617.304 1.336.118 1.985-.105.327-.311.652-.652.767-.353.074-.779.075-1.047-.204-.206-.174-.285-.441-.361-.689-.17-.629-.132-1.33.189-1.905.14-.314.493-.474.824-.469m-.115.534c-.184.027-.289.215-.353.372-.181.54-.184 1.166.089 1.676.198.312.724.263.865-.08.232-.544.244-1.196-.013-1.734-.1-.215-.37-.303-.588-.234zM5.231 18.349c.166.005.331-.001.497.004.398.676.775 1.366 1.176 2.041-.004-.68-.004-1.359 0-2.039a4.22 4.22 0 0 1 .503.001c-.004 1.068.012 2.137-.008 3.205-.169-.039-.44.096-.51-.123-.369-.661-.75-1.316-1.113-1.98l-.045-.016c-.002.705 0 1.409-.001 2.114-.167.006-.334 0-.501.004-.006-1.07-.011-2.142.002-3.211zM9.517 18.35c.201.012.416-.022.61.016.26.399.495.816.76 1.212.272-.401.511-.826.784-1.227.195-.002.39.003.585-.003-.358.614-.748 1.209-1.108 1.821-.019.461.028.942-.023 1.39l-.473.001c-.031-.463.001-.932-.015-1.397-.367-.607-.754-1.204-1.119-1.813zM29.314 18.35c.166.003.331 0 .497.002.4.676.776 1.368 1.178 2.043-.006-.68-.004-1.359-.001-2.039.167-.01.337-.011.504 0-.006 1.067.017 2.139-.012 3.203l-.428-.001c-.41-.692-.803-1.4-1.192-2.105l-.045-.011c-.002.705.002 1.41-.002 2.115-.167.003-.335.001-.501.001-.004-1.07-.008-2.14.002-3.209zM32.106 18.35h.462c.048.898.008 1.823.02 2.731.495.013.991-.001 1.487.006-.001.157.007.316-.005.473-.656-.004-1.313-.001-1.969-.002-.042-.998-.005-2.017-.018-3.022.011-.06-.025-.139.023-.186zM33.601 18.348c.202.015.41-.015.608.015.258.402.497.816.76 1.215.274-.399.512-.824.783-1.226.195-.002.391 0 .586-.001-.36.607-.74 1.202-1.104 1.807-.013.465-.004.932-.004 1.398-.166.009-.333 0-.499.005-.024-.465.002-.933-.013-1.398-.367-.608-.755-1.204-1.118-1.814zM8.001 18.357c.167-.01.337-.012.504.001.002.909 0 1.817 0 2.726.495.01.991-.003 1.487.006-.001.157.005.314-.004.471-.656-.002-1.312 0-1.968-.001-.048-1.052-.009-2.138-.019-3.203z"/><path fill="#fffffe" d="M1.512.1c.197-.027.395-.015.593-.017C13.667.085 25.23.08 36.793.085c.758-.014 1.438.627 1.504 1.374.003 6.974-.001 13.948.002 20.922-.006.816-.773 1.527-1.59 1.469l-35.008-.001c-.77.028-1.469-.625-1.53-1.384C.169 15.53.171 8.594.17 1.659.121.9.749.158 1.512.1m.125.33C.991.464.458 1.101.502 1.74v20.603c.042.642.629 1.196 1.279 1.174 11.628.002 23.257.001 34.886.001.698.035 1.335-.602 1.299-1.299V1.74c.039-.557-.357-1.097-.88-1.269-.323-.078-.656-.053-.985-.057H2.023c-.129 0-.259-.004-.387.015z"/><path fill="#fffffe" d="M1.672 1.069a.918.918 0 0 1 .148-.016h34.727c.373-.056.776.212.781.607v20.598c.002.344-.318.639-.66.621-11.63 0-23.258.002-34.888-.001a.638.638 0 0 1-.64-.616V1.656c.011-.285.242-.56.532-.588m18.87 1.258c-.863 1.256-1.731 2.507-2.593 3.763-.181.267.075.643.387.602.42-.104.824-.272 1.244-.376 0 1.687-.004 3.375.002 5.062-.561-.758-1.119-1.539-1.822-2.181-.722-.684-1.543-1.248-2.372-1.79.312-.266.658-.495.967-.765.24-.242-.004-.672-.324-.653-1.522-.012-3.044-.023-4.566-.031.535 1.441 1.07 2.883 1.607 4.323.123.281.574.308.71.023.141-.42.273-.844.405-1.267l.05-.008c1.53 1.226 3.024 2.576 4.002 4.301.788 1.389 1.305 2.954 1.338 4.559.006.971-.013 1.943-.002 2.914.656-.002 1.312 0 1.968-.001.009-4.826.013-9.653.009-14.479.427.085.835.28 1.264.375.294.039.537-.332.37-.584-.861-1.268-1.737-2.525-2.597-3.794l-.046.007M2.192 8.757l.015.049c1.009 1.189 2.021 2.376 3.029 3.567.232.18.616.076.667-.231.023-.442-.047-.89-.034-1.332.559.145 1.131.265 1.648.533 1.135.643 1.883 1.892 1.979 3.186.012.905-.002 1.811.006 2.716.669.004 1.338.002 2.007.001-.023-1.228.078-2.47-.14-3.686-.168-.907-.621-1.735-1.181-2.459-.407-.512-.928-.919-1.463-1.289-.73-.442-1.567-.647-2.383-.865.223-.404.502-.779.733-1.179.159-.293-.161-.674-.476-.557-1.471.51-2.936 1.039-4.407 1.548m29.188-1c.235.401.501.786.746 1.182-.954.261-1.965.491-2.753 1.126-1.063.755-1.842 1.89-2.204 3.139-.331 1.319-.186 2.691-.223 4.037.671-.006 1.348.021 2.016-.014-.006-.886-.004-1.772-.001-2.658.08-1.307.83-2.573 1.973-3.226.515-.27 1.087-.389 1.645-.535.037.425-.051.884-.026 1.321.047.31.427.422.665.245l2.956-3.479c.03-.045.095-.08.083-.142-1.471-.51-2.936-1.039-4.407-1.548-.31-.108-.619.264-.469.552m-18.372 5.006l-.001 10.1c.206.036.429.01.641.012.004-3.363.002-6.726.001-10.089l-.021-.024c-.206.001-.413-.002-.619.002m11.818 0V22.86c.196.047.429.011.64.017.004-3.363.001-6.727.002-10.091-.196-.053-.431-.009-.642-.02M3.414 18.313a.823.823 0 0 0-.726.481c-.391.73-.356 1.65.019 2.378.26.442.853.534 1.3.36.296-.136.466-.437.565-.733.188-.666.168-1.411-.148-2.035a.961.961 0 0 0-1.01-.451m24.195-.011c-.331-.004-.684.155-.824.469-.322.576-.36 1.276-.189 1.905.076.248.156.515.361.689.268.279.694.278 1.047.204.341-.115.547-.44.652-.767.186-.649.167-1.368-.118-1.985a.95.95 0 0 0-.929-.516m-22.378.048c-.013 1.07-.009 2.141-.002 3.211.167-.003.334.002.501-.004.001-.705-.001-1.409.001-2.114l.045.016c.363.664.744 1.319 1.113 1.98.07.219.341.083.51.123.02-1.067.004-2.137.008-3.205a4.442 4.442 0 0 0-.503-.001c-.004.679-.004 1.359 0 2.039-.401-.675-.777-1.365-1.176-2.041-.166-.005-.331.001-.497-.004m4.286.001c.365.609.751 1.205 1.119 1.813.017.465-.015.934.015 1.397l.473-.001c.051-.448.004-.929.023-1.39.36-.612.75-1.208 1.108-1.821-.195.006-.39.001-.585.003-.273.401-.512.826-.784 1.227-.265-.396-.5-.813-.76-1.212-.193-.038-.408-.004-.61-.016m19.798 0c-.009 1.07-.006 2.14-.002 3.209.167 0 .334.002.501-.001.004-.705 0-1.41.002-2.115l.045.011c.389.705.782 1.412 1.192 2.105.142.002.285 0 .428.001.03-1.064.006-2.136.012-3.203a3.853 3.853 0 0 0-.504 0c-.002.68-.004 1.359.001 2.039-.402-.675-.777-1.367-1.178-2.043-.166-.002-.332.001-.497-.002m2.792-.001c-.048.047-.013.126-.023.186.013 1.006-.024 2.025.018 3.022.656.001 1.313-.002 1.969.002.012-.157.004-.316.005-.473-.495-.008-.991.006-1.487-.006-.012-.909.028-1.833-.02-2.731h-.462m1.495-.002c.363.61.75 1.206 1.118 1.814.015.465-.011.933.013 1.398.166-.005.333.004.499-.005 0-.466-.009-.933.004-1.398.364-.605.744-1.2 1.104-1.807-.195.002-.391-.001-.586.001-.271.402-.51.827-.783 1.226-.262-.399-.501-.813-.76-1.215-.198-.03-.407 0-.608-.015m-25.601.01c.01 1.065-.029 2.15.019 3.203.656.001 1.312-.001 1.968.001.009-.157.003-.314.004-.471-.495-.009-.991.004-1.487-.006 0-.909.002-1.817 0-2.726a3.686 3.686 0 0 0-.504-.001z"/><path fill="#fffffe" d="M3.413 18.837c.208-.064.462.012.571.208.274.542.263 1.207.028 1.759-.14.342-.661.393-.862.085-.283-.52-.275-1.163-.081-1.712.069-.145.169-.321.344-.341zM27.494 18.837c.218-.068.488.019.588.234.257.538.245 1.19.013 1.734-.141.343-.667.391-.865.08-.274-.51-.27-1.136-.089-1.676.064-.157.169-.345.353-.372z"/><path fill="#0a0a0a" opacity=".21" d="M0 1.17l.036.006c.008 7.189.007 14.379 0 21.568L0 22.748V1.17z"/><path fill="#050505" opacity=".21" d="M1.217 23.965c12.005-.009 24.011-.008 36.015-.001l.005.036-36.02-.035z"/></symbol><symbol viewBox="0 0 38 24" id="regulatory--triple-lanes-turn-right-center-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M.93 0h36.327c.555.174.943.653 1.155 1.176-.008 7.189-.007 14.379 0 21.568-.208.548-.627 1.009-1.179 1.22-12.006-.009-24.012-.007-36.017 0C.664 23.762.2 23.308.031 22.746.041 15.595-.017 8.445.04 1.294.098.765.516.331.96.071L.931-.001m.655.091C.786.105.097.865.151 1.66v20.601c-.064.828.677 1.61 1.509 1.589 11.696.002 23.392.001 35.088.001.824.031 1.572-.728 1.531-1.55V1.661C38.335.829 37.585.057 36.75.085 25.029.088 13.307.075 1.586.091z"/><path fill="#1a1919" d="M1.635.428c.129-.019.259-.013.389-.013h34.037c.339.004.682-.022 1.015.059.518.177.91.713.871 1.268v20.603c-.041.643-.63 1.196-1.279 1.174-11.628.002-23.257.001-34.886.001-.657.031-1.259-.526-1.299-1.177v-20.6C.438 1.097.982.456 1.635.43m-.001.642c-.282.035-.505.309-.513.588v20.598a.635.635 0 0 0 .627.619c11.641.003 23.28.002 34.921 0a.637.637 0 0 0 .64-.616V1.656c-.009-.347-.337-.627-.68-.603H2.024c-.13.001-.261-.009-.39.019z"/><path fill="#1a1919" d="M17.861 2.319l.046.007c.862 1.256 1.731 2.507 2.593 3.764.181.266-.075.643-.387.602-.42-.104-.824-.272-1.244-.377 0 1.688.004 3.375-.002 5.063.345-.444.66-.924 1.035-1.349.879-1.063 2.01-1.877 3.159-2.622-.312-.266-.658-.495-.967-.765-.241-.242.004-.672.324-.653 1.522-.012 3.044-.025 4.566-.031-.535 1.441-1.07 2.883-1.607 4.323-.124.281-.573.308-.71.023-.142-.42-.272-.844-.406-1.267l-.049-.008c-1.411 1.13-2.782 2.361-3.762 3.896-.924 1.488-1.542 3.2-1.579 4.963-.006.971.013 1.943.002 2.914-.656-.002-1.313 0-1.969-.001-.009-4.826-.014-9.652-.009-14.478-.416.083-.816.268-1.232.369-.225.05-.452-.153-.455-.378-.008-.164.116-.287.198-.416.816-1.194 1.641-2.383 2.452-3.58zM2.191 8.755c1.471-.511 2.936-1.039 4.408-1.548.31-.109.62.264.47.552-.236.401-.501.786-.746 1.181.954.262 1.965.491 2.753 1.127 1.056.749 1.83 1.873 2.197 3.11.34 1.328.192 2.71.23 4.065-.671-.007-1.348.022-2.016-.015.006-.886.004-1.772.002-2.658-.081-1.306-.831-2.573-1.974-3.226-.515-.27-1.087-.389-1.644-.535-.045.432.063.905.018 1.349-.062.295-.429.385-.658.218L2.199 8.806l-.008-.053zM31.431 7.868c-.274-.297.071-.82.451-.65 1.459.511 2.915 1.032 4.376 1.538-.008.066-.071.105-.106.156-.98 1.153-1.961 2.305-2.938 3.46-.233.179-.616.075-.667-.232-.024-.442.048-.89.033-1.332-.559.145-1.131.265-1.647.533-1.147.65-1.901 1.918-1.982 3.228-.007.891.002 1.783-.004 2.674-.669.003-1.338.001-2.008.001.025-1.269-.086-2.556.165-3.81.368-1.589 1.455-2.98 2.876-3.769.669-.344 1.402-.527 2.124-.72-.2-.37-.451-.716-.672-1.077zM12.978 12.786c.198-.051.431-.009.642-.019v10.094l-.017.019c-.208.003-.415.004-.623-.002-.004-3.364-.001-6.728-.002-10.092zM24.82 12.764c.206.001.412-.002.619.002.002 3.366 0 6.733.001 10.099-.207.036-.429.01-.641.012-.002-3.363-.001-6.726 0-10.09l.022-.024zM3.333 18.233a.961.961 0 0 1 1.026.478c.304.631.321 1.375.123 2.041-.123.374-.412.758-.84.767-.427.085-.898-.128-1.073-.535-.344-.774-.333-1.729.142-2.447.157-.175.381-.303.622-.303m-.001.522c-.175.02-.276.196-.344.341-.195.549-.202 1.191.081 1.712.201.307.723.256.862-.085.235-.553.246-1.218-.028-1.759-.108-.197-.363-.272-.571-.208zM27.212 18.233a.96.96 0 0 1 1.025.478c.304.631.321 1.375.123 2.04-.123.374-.412.759-.84.767-.427.085-.897-.128-1.072-.535-.344-.774-.333-1.729.142-2.447.157-.175.381-.303.622-.303m-.001.523c-.176.021-.276.196-.344.341-.195.549-.202 1.192.081 1.712.201.307.723.256.862-.085.235-.553.246-1.218-.028-1.759-.109-.197-.363-.272-.571-.208zM5.151 18.268c.166.006.331-.001.497.004.399.676.775 1.366 1.176 2.041-.005-.68-.004-1.36 0-2.039.168-.007.337-.01.505.001-.006 1.068.011 2.138-.009 3.205-.142-.003-.285 0-.427-.002-.439-.682-.789-1.461-1.241-2.117-.002.705 0 1.41-.001 2.115-.167.006-.334.001-.501.004-.006-1.07-.011-2.142.002-3.211zM9.436 18.27c.202.012.416-.021.61.015.26.4.496.816.76 1.213.271-.402.511-.826.783-1.227.195-.002.39.003.585-.003-.359.613-.748 1.209-1.108 1.821-.019.46.029.943-.023 1.39l-.471.001c-.032-.462 0-.932-.016-1.397-.367-.607-.753-1.204-1.119-1.812zM29.029 18.268c.165.005.331-.001.497.004.399.676.775 1.366 1.176 2.041-.005-.68-.005-1.36 0-2.039.168-.008.337-.011.505.001-.006 1.068.011 2.137-.009 3.205-.142-.003-.285 0-.427-.002-.439-.682-.789-1.46-1.241-2.117-.002.705 0 1.41-.001 2.115-.167.006-.334.001-.501.004-.006-1.07-.011-2.142.002-3.211zM33.314 18.27c.201.012.415-.021.61.015.259.4.496.816.76 1.213.271-.402.511-.826.783-1.227.195-.002.39.003.585-.003-.359.613-.748 1.209-1.108 1.82-.018.461.028.943-.023 1.39l-.472.001c-.032-.463.001-.932-.016-1.397-.368-.607-.753-1.204-1.119-1.812zM7.919 18.274c.168-.009.337-.011.504.001v2.727c.495.01.991-.003 1.487.006-.001.157.005.314-.004.471-.656-.002-1.311 0-1.967-.001-.05-1.051-.01-2.139-.02-3.204zM31.798 18.275c.167-.01.337-.011.504 0v2.727c.495.01.991-.003 1.487.006-.001.157.005.314-.004.471-.656-.002-1.312 0-1.968-.001-.049-1.051-.01-2.139-.02-3.203z"/><path fill="#fffffe" d="M1.586.09C13.307.074 25.029.087 36.75.084c.835-.028 1.585.743 1.529 1.576V22.3c.042.822-.706 1.581-1.531 1.55-11.696 0-23.392.002-35.088-.001-.832.021-1.573-.761-1.509-1.589V1.659C.098.864.786.104 1.586.089m.049.339C.982.454.437 1.095.483 1.741v20.6c.04.652.641 1.209 1.299 1.177 11.628 0 23.257.001 34.886-.001.65.023 1.238-.531 1.279-1.174V1.74c.039-.555-.353-1.09-.871-1.268-.333-.081-.676-.055-1.015-.059H2.024c-.13 0-.26-.005-.389.013z"/><path fill="#fffffe" d="M1.634 1.072c.128-.028.26-.018.39-.019h34.605c.343-.023.671.256.68.603v20.605a.638.638 0 0 1-.64.616c-11.641.002-23.28.002-34.921 0a.636.636 0 0 1-.627-.619V1.66c.008-.279.23-.553.513-.588m16.227 1.247c-.811 1.198-1.636 2.386-2.452 3.58-.082.129-.206.251-.198.416.003.225.23.428.454.378.416-.101.816-.286 1.232-.369-.005 4.826 0 9.652.009 14.478.656.001 1.313-.001 1.969.001.011-.971-.009-1.943-.002-2.914.037-1.763.654-3.475 1.579-4.963.98-1.536 2.351-2.766 3.762-3.896l.049.008c.134.423.264.847.406 1.267.136.285.586.257.71-.023.537-1.44 1.072-2.882 1.607-4.323-1.522.006-3.044.019-4.566.031-.32-.019-.565.411-.324.653.309.271.655.499.967.765-1.149.745-2.28 1.559-3.159 2.622-.376.425-.69.905-1.035 1.349.006-1.688.002-3.375.002-5.063.42.105.824.272 1.244.377.311.041.567-.336.387-.602-.862-1.256-1.731-2.507-2.593-3.764l-.046-.007M2.191 8.755l.008.053 3.032 3.569c.228.167.595.077.658-.218.045-.444-.062-.917-.018-1.349.557.147 1.13.265 1.644.535 1.143.653 1.892 1.919 1.974 3.226a235.5 235.5 0 0 1-.002 2.658c.667.036 1.344.007 2.016.015-.038-1.355.11-2.738-.23-4.065-.367-1.237-1.141-2.362-2.197-3.11-.788-.636-1.799-.865-2.753-1.127.245-.396.51-.78.746-1.181.15-.288-.16-.661-.47-.552-1.472.509-2.937 1.037-4.408 1.548m29.24-.889c.221.36.472.706.672 1.077-.722.194-1.455.377-2.124.72-1.421.79-2.508 2.181-2.876 3.769-.251 1.254-.14 2.541-.165 3.81.669 0 1.338.002 2.008-.001.007-.892-.002-1.783.004-2.674.081-1.309.835-2.577 1.982-3.228.516-.268 1.088-.388 1.647-.533.015.442-.057.89-.033 1.332.052.307.435.411.667.232.977-1.155 1.958-2.307 2.938-3.46.035-.051.098-.09.106-.156-1.461-.506-2.916-1.028-4.376-1.538-.38-.17-.724.352-.451.65m-18.452 4.918c.001 3.364-.002 6.728.002 10.092.208.006.415.005.623.002l.017-.019V12.767c-.211.01-.444-.032-.642.019m11.842-.022l-.022.024c-.001 3.363-.002 6.726 0 10.09.212-.002.434.023.641-.012 0-3.366.001-6.733-.001-10.099-.206-.004-.413-.001-.619-.002M3.333 18.233c-.241 0-.464.127-.622.303-.475.718-.487 1.673-.142 2.447.175.408.645.62 1.073.535.428-.009.717-.393.84-.767.198-.665.181-1.41-.123-2.041a.961.961 0 0 0-1.026-.478m23.879.001a.855.855 0 0 0-.622.303c-.476.718-.487 1.673-.142 2.447.175.408.645.62 1.072.535.428-.009.718-.393.84-.767.198-.665.181-1.409-.123-2.04a.96.96 0 0 0-1.025-.478m-22.061.035c-.014 1.07-.009 2.141-.002 3.211.167-.003.334.002.501-.004.001-.705-.001-1.41.001-2.115.452.656.802 1.435 1.241 2.117.142.002.285-.001.427.002.02-1.068.003-2.137.009-3.205a4.478 4.478 0 0 0-.505-.001c-.004.68-.004 1.36 0 2.039-.401-.675-.777-1.365-1.176-2.041-.166-.005-.331.002-.497-.004m4.286.003c.365.608.751 1.205 1.119 1.812.017.465-.016.934.016 1.397l.471-.001c.052-.446.005-.93.023-1.39.36-.612.75-1.208 1.108-1.821-.195.006-.39.001-.585.003-.272.401-.512.825-.783 1.227-.265-.397-.501-.813-.76-1.213-.193-.037-.408-.003-.61-.015m19.594-.001c-.013 1.07-.009 2.141-.002 3.211.167-.003.334.002.501-.004.002-.705-.001-1.41.001-2.115.452.656.802 1.435 1.241 2.117.142.002.285-.001.427.002.02-1.068.002-2.137.009-3.205a4.254 4.254 0 0 0-.505-.001c-.004.68-.004 1.359 0 2.039-.401-.675-.777-1.366-1.176-2.041-.166-.005-.331.001-.497-.004m4.286.003c.365.608.751 1.205 1.119 1.812.017.465-.016.934.016 1.397l.472-.001c.051-.447.005-.93.023-1.39.361-.612.75-1.207 1.108-1.82-.195.006-.39.001-.585.003-.272.401-.512.825-.783 1.227-.264-.397-.501-.813-.76-1.213-.194-.036-.408-.003-.61-.015m-25.395.004c.011 1.065-.03 2.153.02 3.204.656.001 1.311-.001 1.967.001.009-.157.004-.314.004-.471-.496-.009-.992.004-1.487-.006v-2.727a4.036 4.036 0 0 0-.504-.001m23.879.001c.01 1.065-.029 2.152.02 3.203.656.001 1.312-.001 1.968.001.009-.157.003-.314.004-.471-.496-.009-.992.004-1.487-.006v-2.727a4.036 4.036 0 0 0-.504 0z"/><path fill="#fffffe" d="M3.332 18.756c.208-.064.462.012.571.208.274.542.263 1.206.028 1.759-.139.342-.661.393-.862.085-.283-.52-.276-1.163-.081-1.712.069-.145.169-.321.344-.341zM27.211 18.756c.208-.064.462.012.571.208.274.542.263 1.206.028 1.759-.139.342-.661.393-.862.085-.283-.52-.276-1.163-.081-1.712.069-.145.169-.321.344-.341z"/><path fill="#0a0a0a" opacity=".21" d="M38.413 1.176l.036-.004v21.576l-.036-.004c-.006-7.189-.008-14.379 0-21.568z"/><path fill="#050505" opacity=".21" d="M1.215 23.964c12.006-.007 24.012-.008 36.017 0l.004.036-36.022-.036z"/></symbol><symbol viewBox="0 0 32 24" id="regulatory--truck-route--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M5.828 0h20.869c1.52.057 3.042.034 4.562.107.428.021.93.257.979.734.183 1.156.096 2.337.188 3.502V23.09c-.311.511-.781.908-1.41.911H1.31a1.646 1.646 0 0 1-1.311-.732V1.179C.027.673.329.184.868.132 2.517.011 4.175.066 5.827.001M1.216.814c-.347.079-.555.441-.522.783.001 6.971-.002 13.942.001 20.914a.718.718 0 0 0 .793.77h29.345c.435.055.844-.326.804-.766 0-7.007.006-14.014-.003-21.021.016-.473-.471-.777-.906-.714C20.891.805 11.049.739 1.215.813z"/><path fill="#030303" d="M19.558 4.517c.894-1.565 3.569-1.322 4.17.39-.343.15-.688.298-1.035.441-.381-.89-1.78-1.022-2.224-.127-.545 1.182-.529 2.646.035 3.82.478.877 1.861.689 2.175-.237.351.131.702.261 1.05.398-.231.517-.555 1.031-1.071 1.303-1.091.551-2.647.19-3.177-.976-.748-1.549-.738-3.491.077-5.012zM1.756 4.585a65 65 0 0 1 .004-.987c1.444.001 2.89-.002 4.335.001.003.329.003.658.001.987-.542.003-1.083-.001-1.625.002-.003 2.012.002 4.025-.002 6.036-.37.002-.739.001-1.109-.001-.002-2.012.001-4.023-.001-6.035-.534-.003-1.069.001-1.603-.003zM6.992 3.599c.976.014 1.954-.037 2.928.034.993.082 1.751 1.049 1.702 2.022-.026.708-.457 1.363-1.073 1.703.403 1.09.82 2.175 1.223 3.264-.401.003-.802.002-1.203.002-.385-1.014-.756-2.034-1.134-3.051-.444-.012-.889-.007-1.332-.005-.003 1.018.001 2.036-.002 3.054-.37.003-.74.003-1.109 0-.002-2.341-.003-4.683 0-7.024m1.111 1.111c-.002.575-.002 1.149.001 1.724.82-.058 2.306.341 2.407-.867-.121-1.197-1.589-.796-2.409-.857zM12.796 3.599c.368-.002.737-.002 1.107.001.013 1.572-.02 3.145.016 4.717.015.695.603 1.373 1.335 1.294.724 0 1.217-.721 1.205-1.396.016-1.534.011-3.068.002-4.601.372-.025.745-.019 1.117-.014.002 1.468.001 2.935.001 4.403-.007.656-.118 1.36-.542 1.884-.766.943-2.255 1.139-3.237.426-.736-.467-1.003-1.376-1.005-2.204a968.578 968.578 0 0 1 0-4.51zM25.115 10.623c0-2.341-.004-4.683.002-7.025.369-.001.738-.001 1.107.001.003.927-.003 1.854.003 2.781.748-.924 1.474-1.865 2.227-2.784.473.003.946 0 1.419.004-.718.919-1.456 1.823-2.166 2.749a976.333 976.333 0 0 1 2.311 4.274c-.427.003-.853.002-1.28.001-.595-1.105-1.178-2.215-1.775-3.319-.239.307-.519.586-.725.918-.034.799-.001 1.601-.015 2.401-.369.001-.739.001-1.108-.001zM10.491 13.385c1.04-.285 2.222.203 2.627 1.229.509 1.194.56 2.559.288 3.819-.167.707-.486 1.445-1.116 1.856-1.014.597-2.562.343-3.11-.772-.72-1.404-.763-3.122-.242-4.599.237-.717.777-1.389 1.553-1.532m.115 1.165c-.597.336-.739 1.086-.835 1.707-.085.902-.064 1.885.397 2.692.384.704 1.552.665 1.876-.077.539-1.141.544-2.529.089-3.7-.206-.609-.957-.89-1.526-.622zM2.931 13.442c.973.012 1.949-.037 2.919.032.847.069 1.538.779 1.682 1.6.161.837-.293 1.729-1.045 2.121.402 1.093.821 2.179 1.226 3.27-.402.003-.804.002-1.205.001-.383-1.017-.757-2.037-1.136-3.055a73.484 73.484 0 0 0-1.328-.001c-.004 1.019.001 2.037-.002 3.056-.37.002-.74.002-1.11-.001v-7.023m1.113 1.109c-.004.572-.004 1.145 0 1.717.582-.017 1.17.039 1.75-.028.69-.135.894-1.15.287-1.522-.619-.325-1.366-.105-2.037-.167zM14.962 13.441c.37-.002.741-.002 1.111.001.016 1.6-.032 3.202.025 4.801.03.849.974 1.487 1.761 1.111.55-.235.787-.863.775-1.426.006-1.495-.001-2.992.003-4.487.369-.002.739-.002 1.109 0 0 1.492.002 2.985-.001 4.477-.004.803-.231 1.695-.926 2.178-.946.747-2.423.62-3.233-.27-.474-.505-.61-1.23-.624-1.9-.003-1.494 0-2.99-.001-4.485zM20.645 13.441c1.447-.002 2.894-.002 4.341 0 .001.326.001.653-.001.979-.542.003-1.084 0-1.625.001-.004 2.015.001 4.03-.002 6.045h-1.109c-.003-2.015 0-4.029-.001-6.044-.534-.002-1.068.001-1.602-.002-.002-.326-.002-.653-.001-.979zM25.885 13.441c1.381-.001 2.763-.003 4.144.001.001.369.001.738-.002 1.107-1.01.002-2.02 0-3.03 0-.003.574-.003 1.147 0 1.721.682.001 1.363-.002 2.045.001.002.379.002.757 0 1.136-.683.003-1.364 0-2.046.001-.001.64-.001 1.279.001 1.918 1.084.003 2.169-.002 3.253.002v1.137c-1.455.003-2.909.002-4.364.001-.002-2.342-.002-4.684-.001-7.025z"/><path fill="#fff" d="M1.216.814C11.05.74 20.892.805 30.729.781c.434-.063.922.241.906.714.01 7.007.003 14.014.003 21.021.039.439-.369.821-.804.766H1.489a.719.719 0 0 1-.793-.77C.693 15.54.696 8.569.695 1.598.662 1.256.87.894 1.217.815m18.341 3.702c-.815 1.521-.825 3.463-.077 5.012.529 1.166 2.085 1.527 3.177.976.516-.272.839-.786 1.071-1.303-.348-.137-.699-.267-1.05-.398-.314.926-1.697 1.114-2.175.237-.564-1.173-.58-2.638-.035-3.82.444-.895 1.843-.763 2.224.127.347-.143.691-.29 1.035-.441-.601-1.712-3.276-1.955-4.17-.39m-17.802.068c.534.004 1.069 0 1.603.003.002 2.012-.001 4.023.001 6.035.37.002.739.003 1.109.001.004-2.012-.001-4.025.002-6.036.542-.003 1.083.001 1.625-.002.002-.329.002-.658-.001-.987-1.445-.003-2.891 0-4.335-.001a65 65 0 0 0-.004.987m5.236-.986c-.003 2.341-.002 4.683 0 7.024.369.003.739.003 1.109 0 .003-1.018-.001-2.036.002-3.054.444-.002.889-.006 1.332.005.378 1.017.749 2.036 1.134 3.051.401 0 .802.001 1.203-.002-.403-1.089-.82-2.174-1.223-3.264.617-.34 1.047-.995 1.073-1.703.049-.974-.709-1.94-1.702-2.022-.974-.071-1.952-.02-2.928-.034m5.804-.001a968.578 968.578 0 0 0 0 4.51c.002.828.269 1.737 1.005 2.204.982.714 2.471.517 3.237-.426.423-.524.534-1.228.542-1.884 0-1.468.001-2.935-.001-4.403-.372-.005-.745-.011-1.117.014.009 1.533.014 3.067-.002 4.601.012.675-.481 1.396-1.205 1.396-.733.079-1.321-.598-1.335-1.294-.036-1.572-.003-3.145-.016-4.717-.37-.003-.739-.003-1.107-.001m12.318 7.024c.369.002.739.002 1.108.001.014-.8-.019-1.602.015-2.401.206-.333.486-.611.725-.918.597 1.104 1.18 2.214 1.775 3.319.427.001.853.002 1.28-.001-.768-1.426-1.536-2.852-2.311-4.274.71-.926 1.449-1.829 2.166-2.749-.473-.004-.946-.001-1.419-.004-.753.919-1.479 1.86-2.227 2.784-.006-.927 0-1.854-.003-2.781-.369-.002-.738-.002-1.107-.001-.006 2.342-.002 4.684-.002 7.025m-14.624 2.762c-.777.143-1.316.815-1.553 1.532-.521 1.477-.478 3.196.242 4.599.548 1.116 2.096 1.37 3.11.772.629-.411.948-1.149 1.116-1.856.272-1.26.221-2.625-.288-3.819-.405-1.026-1.587-1.514-2.627-1.229m-7.56.058v7.023c.37.003.74.003 1.11.001.003-1.019-.002-2.037.002-3.056.443-.003.885-.004 1.328.001.379 1.018.753 2.038 1.136 3.055.401.001.803.002 1.205-.001-.404-1.091-.823-2.177-1.226-3.27.752-.391 1.206-1.283 1.045-2.121-.144-.821-.835-1.531-1.682-1.6-.971-.069-1.947-.02-2.919-.032m12.032-.001c.001 1.495-.002 2.991.001 4.485.014.67.15 1.395.624 1.9.81.89 2.287 1.017 3.233.27.694-.483.922-1.375.926-2.178.003-1.492.001-2.985.001-4.477-.37-.002-.74-.002-1.109 0-.004 1.495.003 2.992-.003 4.487.012.563-.225 1.191-.775 1.426-.787.375-1.731-.262-1.761-1.111-.057-1.599-.009-3.201-.025-4.801a82.29 82.29 0 0 0-1.111-.001m5.682 0c-.001.326-.001.653.001.979.534.003 1.068 0 1.602.002.001 2.015-.002 4.029.001 6.044h1.109c.003-2.015-.002-4.03.002-6.045.541-.001 1.083.002 1.625-.001.002-.326.002-.653.001-.979-1.447-.002-2.894-.002-4.341 0m5.24 0c-.001 2.341-.001 4.683.001 7.025 1.455.001 2.909.002 4.364-.001v-1.137c-1.085-.004-2.17.001-3.253-.002-.002-.639-.002-1.278-.001-1.918.682-.001 1.363.002 2.046-.001.002-.379.002-.757 0-1.136-.682-.003-1.363 0-2.045-.001-.003-.574-.003-1.147 0-1.721 1.01 0 2.02.002 3.03 0 .003-.369.003-.738.002-1.107-1.381-.004-2.763-.002-4.144-.001z"/><path fill="#fff" d="M8.103 4.709c.819.061 2.288-.34 2.409.857-.101 1.209-1.587.81-2.407.867-.003-.575-.003-1.149-.001-1.724zM4.045 14.551c.671.063 1.419-.158 2.037.167.607.372.403 1.387-.287 1.522-.58.067-1.168.011-1.75.028-.004-.573-.004-1.146 0-1.717zM10.606 14.551c.57-.268 1.321.013 1.526.622.455 1.171.45 2.559-.089 3.7-.324.741-1.492.781-1.876.077-.461-.807-.482-1.79-.397-2.692.096-.621.238-1.371.835-1.707z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-10--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.908 0H23.09c.443.105.805.466.91.909v22.178a1.243 1.243 0 0 1-.909.912H.911A1.243 1.243 0 0 1 0 23.091V.908a1.24 1.24 0 0 1 .908-.909m.658.588C1.008.647.559 1.171.575 1.73v20.539c-.021.621.535 1.177 1.156 1.155h20.538c.621.021 1.176-.534 1.155-1.155V1.731c.021-.621-.534-1.177-1.155-1.155H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.015.451-.017 6.408.001 12.815-.001 19.223.001.57-.007 1.075.5 1.069 1.07v19.508c.006.57-.499 1.075-1.069 1.07-6.502.002-13.005.002-19.508 0-.57.006-1.077-.499-1.069-1.07V2.246c-.004-.51.398-.981.903-1.054M13.025 3.98c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586-.173-.068-.345-.133-.519-.199-.163.375-.689.547-.99.231-.394-.454-.394-1.188-.094-1.692.258-.403.898-.311 1.096.104.168-.075.336-.151.503-.229-.31-.792-1.52-.918-2.024-.253m6.786-.155c-.33.292-.334.872.006 1.157.341.304.839.311 1.199.579.235.174.123.576-.154.632-.365.123-.76-.101-.902-.445-.173.064-.346.128-.519.194.232.809 1.344 1.077 1.971.563.397-.326.412-1.019.009-1.346-.33-.284-.783-.33-1.152-.54-.179-.092-.171-.382.011-.466.283-.136.672-.04.81.257.168-.054.337-.111.503-.171-.203-.743-1.256-.887-1.782-.415M2.215 3.598c-.002.18-.002.361-.001.541.291.003.581 0 .872.001.002.859-.001 1.718.001 2.578h.563c.001-.859-.001-1.718.001-2.577.288-.001.576.001.864-.001a48.96 48.96 0 0 0 0-.542H2.214m3.387 3.099c.188.002.375.002.562 0 .005-.399 0-.798.002-1.197.202-.001.403-.002.605.001.198.398.391.799.592 1.196.21 0 .42.002.63-.002-.201-.419-.409-.834-.609-1.253.584-.201.788-.975.461-1.473-.172-.27-.506-.378-.811-.381-.477-.003-.953-.001-1.43-.001a644.393 644.393 0 0 0 0 3.109m3.496-3.082v1.919c.003.353.097.739.382.973.416.324 1.031.334 1.497.112.363-.183.535-.6.544-.989.007-.672-.002-1.344.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.921.921 0 0 1-.752 0c-.22-.113-.268-.384-.269-.608-.003-.64 0-1.28-.001-1.92a53.77 53.77 0 0 1-.568 0m7.039 0c.003 1.035 0 2.07.002 3.105h.564c.012-.293-.02-.59.014-.88.165-.221.349-.427.518-.644.27.509.54 1.017.812 1.525.218 0 .436.001.655-.001-.362-.666-.724-1.332-1.088-1.996.288-.374.592-.736.882-1.11-.222.004-.444.003-.666.003-.372.479-.749.953-1.125 1.427V3.614c-.189.002-.377.002-.566 0m-1.17 5.778c-.9.106-1.737.608-2.258 1.35-.952 1.361-1.125 3.098-1.074 4.715.077 1.493.402 3.12 1.524 4.195 1.13 1.048 2.975 1.143 4.274.36.664-.416 1.136-1.081 1.433-1.796.43-1.029.56-2.155.574-3.262-.012-1.168-.147-2.362-.63-3.437-.315-.705-.817-1.35-1.501-1.729-.705-.4-1.547-.49-2.341-.395m-9.558.99c-.438.287-.978.32-1.486.336l.001 1.462c.565.002 1.13 0 1.695.001l.001 8.152h1.889V9.551c-.494-.002-.987 0-1.48-.001-.118.33-.315.644-.618.833z"/><path fill="#fff" d="M6.165 4.122c.315.009.633-.022.946.017.392.053.412.715.03.799-.322.047-.652.009-.976.021v-.837zM15.209 11.19c.714-.162 1.466.234 1.78.885.575 1.135.58 2.458.512 3.7-.08.837-.225 1.733-.778 2.401-.516.639-1.563.725-2.182.19-.424-.361-.639-.9-.778-1.425-.207-.832-.24-1.698-.206-2.552.049-.79.152-1.605.528-2.314.228-.434.629-.8 1.123-.885z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h20.207c.621-.022 1.176.534 1.155 1.155v20.538c.021.621-.534 1.176-1.155 1.155H1.731c-.621.022-1.177-.534-1.156-1.155V1.729c-.016-.56.433-1.084.991-1.143m.514.606a1.084 1.084 0 0 0-.903 1.054v19.508c-.007.57.5 1.075 1.069 1.07 6.502.002 13.005.002 19.508 0 .57.005 1.075-.5 1.069-1.07V2.246c.007-.57-.499-1.076-1.069-1.07-6.408-.003-12.815 0-19.223-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.98c.503-.665 1.714-.539 2.024.253-.167.077-.335.154-.503.229-.198-.415-.838-.507-1.096-.104-.3.503-.3 1.238.094 1.692.302.316.827.144.99-.231.173.066.346.131.519.199-.106.232-.259.453-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.558.142-2.17zM19.81 3.825c.526-.472 1.579-.327 1.782.415-.167.06-.335.116-.503.171-.138-.298-.526-.393-.81-.257-.182.084-.19.374-.011.466.369.21.822.256 1.152.54.403.327.388 1.02-.009 1.346-.627.514-1.739.246-1.971-.563l.519-.194c.142.344.537.568.902.445.277-.057.389-.458.154-.632-.36-.268-.857-.276-1.199-.579-.34-.285-.336-.865-.006-1.157zM2.215 3.598h2.301v.542c-.288.002-.577 0-.864.001-.002.859 0 1.718-.001 2.577-.188.002-.375.001-.563 0-.002-.859 0-1.718-.001-2.578-.291-.001-.581.002-.872-.001a32.52 32.52 0 0 1 .001-.541zM5.601 6.697a644.393 644.393 0 0 1 0-3.109c.477 0 .953-.002 1.43.001.306.003.64.112.811.381.327.498.122 1.272-.461 1.473.201.419.408.834.609 1.253-.21.004-.42.002-.63.002-.201-.397-.394-.798-.592-1.196-.202-.003-.403-.002-.605-.001-.002.399.003.798-.002 1.197-.187.002-.374.002-.562 0m.566-2.576v.837c.325-.012.654.026.976-.021.382-.084.362-.746-.03-.799-.313-.039-.631-.008-.946-.017zM9.099 3.614h.568c.001.64-.002 1.28.001 1.92 0 .225.049.495.269.608a.921.921 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.344-.004 2.017-.009.39-.181.806-.544.989-.465.221-1.08.212-1.497-.112-.285-.234-.379-.619-.382-.973V3.614zM16.137 3.614h.566v1.429c.376-.475.754-.949 1.125-1.427.222 0 .444.001.666-.003-.29.373-.593.735-.882 1.11.364.665.726 1.331 1.088 1.996-.218.002-.436.001-.655.001a445.12 445.12 0 0 1-.812-1.525c-.169.218-.354.423-.518.644-.034.29-.002.587-.014.88h-.564c-.002-1.035.001-2.07-.002-3.105zM14.969 9.392c.795-.095 1.636-.005 2.341.395.683.379 1.185 1.024 1.501 1.729.484 1.075.619 2.269.63 3.437-.015 1.107-.144 2.233-.574 3.262-.297.715-.769 1.38-1.433 1.796-1.298.784-3.144.688-4.274-.36-1.123-1.075-1.447-2.702-1.524-4.195-.051-1.617.122-3.353 1.074-4.715a3.262 3.262 0 0 1 2.258-1.35m.241 1.799c-.495.084-.895.451-1.123.885-.376.709-.479 1.523-.528 2.314-.035.854-.001 1.72.206 2.552.139.525.354 1.064.778 1.425.619.534 1.666.449 2.182-.19.552-.668.697-1.564.778-2.401.068-1.242.063-2.565-.512-3.7-.315-.651-1.066-1.047-1.78-.885zM5.412 10.383c.303-.189.5-.503.618-.833.494.001.987-.001 1.48.001v10.783H5.621l-.001-8.152c-.565-.002-1.13.001-1.695-.001l-.001-1.462c.508-.016 1.048-.049 1.486-.336z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-15--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.91 0h22.177c.445.103.81.467.913.912v22.173a1.236 1.236 0 0 1-.912.915H.914A1.24 1.24 0 0 1 0 23.09V.912C.103.467.466.104.91 0m.656.587C1.008.647.559 1.171.575 1.73v20.539c-.023.64.567 1.2 1.203 1.156 6.83-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.15-.024.301-.015.451-.017 6.408.001 12.815-.001 19.223.001.57-.006 1.075.5 1.069 1.069v19.508c.006.57-.499 1.074-1.069 1.069-6.502.002-13.005.002-19.508 0-.57.006-1.076-.499-1.069-1.069V2.245a1.085 1.085 0 0 1 .903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.17.297.601 1.128.788 1.688.454.223-.134.375-.354.481-.586a29.282 29.282 0 0 0-.519-.199c-.163.375-.689.547-.99.231-.394-.454-.394-1.189-.094-1.692.258-.403.898-.311 1.096.104.168-.075.336-.151.503-.229-.311-.791-1.52-.917-2.024-.253m6.862-.218c-.384.263-.44.882-.095 1.199.34.325.855.328 1.224.602.235.174.123.575-.154.632-.364.123-.759-.1-.901-.444-.174.063-.348.126-.52.195.235.807 1.344 1.075 1.971.561.397-.326.412-1.019.009-1.346-.323-.274-.758-.331-1.124-.522-.186-.075-.218-.359-.046-.466.28-.164.697-.068.837.24.169-.055.338-.111.504-.171-.192-.712-1.159-.867-1.705-.48M2.215 3.598c-.002.18-.002.361 0 .541.29.003.581 0 .871.001.002.859-.001 1.718.001 2.577h.563l.001-2.577c.288-.001.576.001.864-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.388 3.1c.187.002.374.002.561 0 .005-.399 0-.798.002-1.197.202-.001.403-.002.605.001.198.398.39.799.592 1.196.21.001.419.002.629-.002-.199-.42-.408-.834-.608-1.253.583-.201.788-.975.461-1.473-.172-.27-.505-.378-.811-.381-.477-.003-.954-.001-1.431 0-.001 1.036-.002 2.072.001 3.109m3.496-3.083v1.92c.003.353.098.738.382.972.416.324 1.031.334 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.219-.113-.268-.384-.269-.608-.003-.64 0-1.281-.001-1.921a53.77 53.77 0 0 1-.568 0m7.039.001c.003 1.035 0 2.07.001 3.104.188.002.376.002.564 0 .012-.293-.02-.589.014-.879.164-.221.349-.427.518-.645.27.509.54 1.018.812 1.524h.655l-1.088-1.997c.289-.374.592-.736.882-1.109-.222.004-.444.003-.666.003-.372.478-.75.952-1.126 1.428V3.614c-.189.002-.377.002-.566 0M6.422 9.55c-.116.322-.305.631-.599.819-.441.297-.99.335-1.506.348v1.463c.565.003 1.13-.001 1.695.001.002 2.717 0 5.434.001 8.151h1.89V9.55c-.494-.005-.988-.002-1.482-.002m5.997.015c-.114 1.795-.219 3.591-.325 5.386.616.264 1.236.518 1.851.783.644-.745 1.822-.976 2.682-.485.73.457.844 1.478.57 2.232-.287.797-1.152 1.231-1.964 1.232a3.77 3.77 0 0 1-2.385-.708c-.359.492-.714.987-1.07 1.482.652.552 1.487.843 2.324.965.951.133 1.949.099 2.847-.267.765-.305 1.436-.863 1.83-1.591.693-1.303.615-3.033-.298-4.213-1.038-1.308-3.052-1.516-4.478-.759l.162-2.238 4.399-.001V9.563h-6.147z"/><path fill="#fff" d="M6.165 4.122c.315.009.633-.022.946.017.392.053.413.714.031.799-.322.047-.652.009-.977.021v-.837z"/><path d="M1.566.587c.165-.021.331-.011.496-.012h20.207c.621-.022 1.176.534 1.155 1.155v20.539c.021.621-.534 1.176-1.155 1.155-6.83.002-13.661 0-20.491.001-.637.044-1.226-.516-1.203-1.156V1.73c-.016-.56.433-1.084.991-1.143m.514.605a1.086 1.086 0 0 0-.903 1.054v19.508c-.007.57.499 1.075 1.069 1.069 6.503.002 13.006.002 19.508 0 .57.005 1.075-.5 1.069-1.069V2.246c.006-.57-.499-1.075-1.069-1.069-6.408-.003-12.815 0-19.223-.001-.15.001-.302-.008-.451.017z"/><path d="M13.025 3.979c.504-.664 1.713-.538 2.024.253-.167.078-.334.154-.503.229-.199-.415-.838-.507-1.096-.104-.3.503-.3 1.238.094 1.692.302.316.827.144.99-.231.173.066.347.131.519.199-.106.232-.259.452-.481.586-.56.333-1.391.147-1.688-.454-.335-.672-.316-1.558.142-2.17zM19.886 3.761c.546-.387 1.513-.231 1.705.48-.167.06-.336.116-.504.171-.14-.308-.556-.403-.837-.24-.172.107-.139.39.046.466.366.191.802.247 1.124.522.403.328.387 1.02-.009 1.346-.627.514-1.736.246-1.971-.561.172-.069.345-.132.52-.195.142.344.537.567.901.444.277-.057.389-.458.154-.632-.368-.274-.884-.277-1.224-.602-.345-.317-.289-.936.095-1.199zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.577 0-.864.001-.002.859 0 1.718-.001 2.577-.188.002-.375.001-.563 0-.002-.859 0-1.718-.001-2.577-.291-.001-.581.001-.871-.001a48.78 48.78 0 0 1 0-.541zM5.602 6.697a805.491 805.491 0 0 1-.001-3.109c.477 0 .954-.002 1.431 0 .306.003.639.112.811.381.327.498.122 1.272-.461 1.473.2.419.409.834.608 1.253-.21.004-.419.003-.629.002-.201-.397-.394-.798-.592-1.196-.202-.003-.403-.002-.605-.001-.002.399.003.798-.002 1.197-.187.002-.374.002-.561 0m.564-2.575v.837c.325-.011.655.026.977-.021.381-.085.361-.746-.031-.799-.313-.039-.631-.008-.946-.017zM9.099 3.614h.568c.001.64-.002 1.281.001 1.921 0 .224.049.495.269.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.221-1.08.211-1.497-.112-.285-.233-.379-.618-.382-.972v-1.92zM16.137 3.614h.566v1.429c.376-.475.754-.95 1.126-1.428.222 0 .443.001.666-.003-.29.373-.593.735-.882 1.109.364.665.726 1.331 1.088 1.997-.218.002-.436.001-.655 0-.272-.507-.542-1.016-.812-1.524-.169.218-.354.424-.518.645-.034.29-.002.587-.014.879-.188.002-.376.002-.564 0-.002-1.035.001-2.07-.001-3.104zM6.422 9.55c.494 0 .988-.003 1.482.002v10.782h-1.89c-.002-2.717 0-5.434-.001-8.151-.565-.002-1.13.001-1.695-.001-.002-.488-.001-.975 0-1.463.516-.013 1.065-.051 1.506-.348.293-.188.482-.497.599-.819zM12.418 9.563h6.147v1.818l-4.399.001-.162 2.238c1.425-.757 3.439-.548 4.477.759.913 1.18.991 2.91.298 4.213-.394.728-1.065 1.286-1.83 1.591-.898.366-1.897.4-2.847.267-.837-.122-1.672-.413-2.324-.965.355-.495.711-.99 1.07-1.482a3.769 3.769 0 0 0 2.385.708c.811-.001 1.677-.435 1.964-1.232.274-.753.16-1.775-.57-2.232-.86-.492-2.038-.261-2.682.485-.615-.264-1.235-.519-1.851-.783.106-1.796.211-3.591.325-5.386z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-20--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.907 0h22.184c.443.105.803.466.909.908v22.18a1.243 1.243 0 0 1-.908.911H.91a1.245 1.245 0 0 1-.91-.907V.907C.105.465.465.105.907-.001m.659.588c-.559.06-1.007.584-.991 1.144v20.538c-.023.641.567 1.201 1.204 1.156 6.83-.001 13.66.001 20.49-.001.621.021 1.177-.534 1.155-1.155V1.731c.021-.621-.534-1.177-1.156-1.155H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.3-.015.451-.017 6.408.001 12.815-.001 19.223.001.57-.007 1.076.5 1.069 1.07v19.508c.006.57-.5 1.075-1.069 1.07-6.502.002-13.005.002-19.508 0-.57.006-1.077-.5-1.069-1.07V2.246a1.084 1.084 0 0 1 .903-1.054m10.945 2.787c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586a32.492 32.492 0 0 0-.518-.199c-.163.375-.689.547-.991.23-.394-.454-.394-1.188-.093-1.691.257-.403.897-.312 1.096.104.169-.075.337-.151.504-.23-.314-.79-1.52-.917-2.025-.252m6.785-.153c-.329.292-.333.871.007 1.156.341.304.839.311 1.199.579.235.174.123.576-.154.632-.364.123-.759-.1-.901-.444-.174.064-.348.126-.52.196.235.806 1.344 1.074 1.971.561.397-.326.412-1.019.009-1.346-.33-.284-.783-.331-1.153-.54-.179-.091-.171-.382.011-.465.282-.136.673-.042.809.257.169-.055.337-.111.504-.171-.203-.743-1.256-.887-1.782-.415M2.215 3.598a32.5 32.5 0 0 0-.001.541c.291.003.581 0 .872.001.002.859-.001 1.718.001 2.578h.563V4.141c.288-.001.577.001.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.387 3.099c.187.003.375.003.562.001.005-.399 0-.798.002-1.197.202-.001.404-.002.605.001.197.399.39.8.591 1.196.21 0 .419.002.629-.002-.199-.42-.408-.834-.608-1.253.584-.201.788-.975.461-1.473-.172-.27-.506-.378-.811-.381-.477-.003-.953-.001-1.43-.001a644.393 644.393 0 0 0 0 3.109m3.497-3.083v1.919c.003.354.097.739.382.973.416.324 1.031.334 1.497.112.363-.183.535-.6.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.22-.113-.269-.384-.269-.609-.003-.64 0-1.28-.001-1.92a53.77 53.77 0 0 1-.568 0m7.039.001c.003 1.035 0 2.07.002 3.104.188.002.375.002.563 0 .013-.293-.02-.591.015-.881.165-.22.349-.426.518-.643.27.509.54 1.017.812 1.524.218.001.436.001.655-.001-.362-.666-.724-1.331-1.088-1.996.288-.375.592-.736.881-1.11-.222.004-.444.003-.666.003-.372.478-.749.952-1.125 1.427l-.001-1.429c-.188.002-.377.002-.566 0M2.998 11.713c.566.26 1.132.518 1.699.775.194-.444.496-.863.936-1.09.661-.325 1.529-.349 2.143.094.593.43.668 1.342.242 1.915-.458.639-1.217.928-1.867 1.322-1.133.673-2.152 1.609-2.723 2.814-.419.865-.595 1.833-.59 2.79 2.483 0 4.967.003 7.451-.002.004-.61.004-1.221 0-1.831-1.729-.002-3.457 0-5.186-.001.183-.663.643-1.21 1.178-1.625.817-.652 1.808-1.035 2.626-1.686.508-.396.939-.918 1.132-1.541.351-1.138.135-2.502-.747-3.346-.823-.8-2.042-1.039-3.152-.915-1.362.142-2.644 1.034-3.141 2.326m13.516-2.32c-.9.106-1.737.608-2.258 1.349-.952 1.361-1.125 3.098-1.074 4.715.077 1.493.402 3.12 1.524 4.195 1.13 1.048 2.976 1.143 4.274.36.664-.416 1.135-1.081 1.432-1.796.43-1.029.56-2.155.574-3.262-.012-1.168-.147-2.362-.63-3.437-.315-.706-.817-1.35-1.501-1.73-.705-.4-1.547-.49-2.342-.394z"/><path fill="#fff" d="M6.165 4.122c.315.009.633-.022.946.017.392.053.412.715.03.799-.322.046-.652.009-.976.021v-.837zM16.755 11.19c.688-.154 1.421.204 1.746.824.385.676.503 1.465.558 2.231.049.9.022 1.816-.199 2.695-.132.494-.329.995-.705 1.356-.563.56-1.579.563-2.142.002-.376-.36-.572-.863-.703-1.357-.207-.832-.24-1.698-.206-2.552.049-.791.151-1.605.528-2.314.228-.434.629-.8 1.123-.885z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h20.206c.622-.022 1.177.535 1.156 1.155v20.538c.021.621-.534 1.177-1.155 1.155-6.83.002-13.659 0-20.49.001-.637.045-1.227-.516-1.204-1.156V1.73c-.016-.56.432-1.084.991-1.144m.514.606a1.084 1.084 0 0 0-.903 1.054v19.508c-.008.57.5 1.075 1.069 1.07 6.502.002 13.005.002 19.508 0 .57.006 1.075-.5 1.069-1.07V2.246c.007-.57-.499-1.076-1.069-1.07-6.407-.003-12.815 0-19.223-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.979c.505-.665 1.711-.538 2.025.252-.167.079-.335.155-.504.23-.199-.416-.839-.507-1.096-.104-.3.503-.3 1.237.093 1.691.302.317.828.145.991-.23.173.065.346.131.518.199-.106.232-.258.452-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.558.142-2.17zM19.81 3.826c.526-.473 1.579-.328 1.782.415-.167.06-.335.116-.504.171-.136-.299-.526-.393-.809-.257-.182.084-.19.374-.011.465.369.21.822.256 1.153.54.403.327.387 1.02-.009 1.346-.627.514-1.736.246-1.971-.561.172-.07.346-.132.52-.196.142.344.537.567.901.444.277-.057.389-.458.154-.632-.36-.268-.857-.276-1.199-.579-.34-.285-.336-.865-.007-1.156zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.577 0-.865.001v2.577c-.188.002-.375.002-.563 0-.002-.859 0-1.718-.001-2.578-.291-.001-.581.002-.872-.001-.001-.18-.001-.36.001-.541zM5.601 6.697a644.393 644.393 0 0 1 0-3.109c.477 0 .953-.002 1.43.001.306.003.64.112.811.381.327.498.122 1.272-.461 1.473.2.419.409.834.608 1.253-.21.004-.419.002-.629.002-.201-.397-.394-.797-.591-1.196a30.516 30.516 0 0 0-.605-.001c-.002.399.003.798-.002 1.197-.187.002-.375.002-.562-.001m.565-2.575v.837c.325-.012.654.025.976-.021.382-.084.362-.746-.03-.799-.313-.039-.631-.008-.946-.017zM9.099 3.614h.568c.001.64-.002 1.28.001 1.92 0 .225.049.496.269.609a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.389-.181.805-.544.989-.465.222-1.08.212-1.497-.112-.285-.234-.379-.619-.382-.973V3.615zM16.137 3.614h.566l.001 1.429c.376-.475.754-.949 1.125-1.427.222 0 .444.001.666-.003-.289.374-.593.735-.881 1.11.364.665.726 1.33 1.088 1.996a47.67 47.67 0 0 1-.655.001c-.272-.507-.542-1.016-.812-1.524-.169.217-.353.423-.518.643-.035.29-.002.588-.015.881-.188.002-.376.002-.563 0-.001-1.035.001-2.069-.002-3.104zM2.998 11.713c.497-1.292 1.779-2.185 3.141-2.326 1.11-.124 2.329.116 3.152.915.883.844 1.098 2.208.747 3.346-.192.623-.623 1.145-1.132 1.541-.817.65-1.809 1.034-2.626 1.686-.535.415-.994.961-1.178 1.625 1.729.001 3.457-.001 5.186.001.004.61.004 1.221 0 1.831-2.484.005-4.967.001-7.451.002-.006-.957.171-1.925.59-2.79.57-1.206 1.59-2.141 2.723-2.814.649-.395 1.409-.683 1.867-1.322.426-.572.351-1.485-.242-1.915-.614-.443-1.481-.42-2.143-.094-.44.227-.742.646-.936 1.09a369.67 369.67 0 0 1-1.699-.775zM16.515 9.392c.795-.096 1.636-.006 2.342.394.683.379 1.185 1.024 1.501 1.73.484 1.075.619 2.269.63 3.437-.015 1.107-.144 2.233-.574 3.262-.297.715-.769 1.38-1.432 1.796-1.298.784-3.144.688-4.274-.36-1.123-1.075-1.447-2.702-1.524-4.195-.051-1.617.122-3.354 1.074-4.715a3.255 3.255 0 0 1 2.257-1.349m.24 1.798c-.495.084-.895.451-1.123.885-.377.709-.479 1.523-.528 2.314-.035.854-.001 1.719.206 2.552.131.494.327.997.703 1.358.563.561 1.579.557 2.142-.002.376-.36.574-.862.705-1.356.221-.878.248-1.794.199-2.695-.055-.766-.173-1.555-.558-2.231-.325-.62-1.058-.978-1.746-.824z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-25--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.91 0h22.178c.445.103.809.467.912.912v22.173a1.24 1.24 0 0 1-.912.915H.913A1.237 1.237 0 0 1 0 23.09V.912C.103.467.466.104.91 0m.656.587C1.008.647.559 1.171.575 1.73v20.539c-.021.621.535 1.176 1.155 1.155h20.539c.621.021 1.176-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.109c-.181.002-.363-.009-.543.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.015.451-.017 6.407.001 12.815-.001 19.223.001.57-.007 1.075.5 1.069 1.069v19.508c.006.57-.499 1.074-1.069 1.069-6.502.002-13.006.002-19.509 0-.569.005-1.075-.499-1.068-1.069V2.245a1.085 1.085 0 0 1 .903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586a29.282 29.282 0 0 0-.519-.199c-.163.375-.689.547-.99.231-.394-.454-.394-1.189-.093-1.692.258-.403.897-.311 1.096.105.168-.075.336-.151.503-.229-.311-.791-1.519-.917-2.024-.253m6.835-.198c-.363.271-.403.869-.068 1.178.34.325.855.328 1.224.603.234.173.123.574-.153.632-.364.123-.759-.1-.902-.444-.174.063-.347.127-.52.193.232.809 1.344 1.077 1.971.563.397-.326.412-1.019.009-1.346-.323-.275-.758-.331-1.124-.523-.186-.075-.218-.358-.046-.465.28-.164.697-.068.837.24.169-.055.338-.111.504-.171-.195-.722-1.191-.875-1.732-.459M2.215 3.598c-.002.18-.002.361 0 .542.29.003.581 0 .871.001.001.859-.001 1.718.001 2.578h.563c.001-.859-.001-1.718.001-2.577.288-.001.576.001.864-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.388 3.098c.187.002.374.002.561 0 .005-.399 0-.798.002-1.197.202-.001.403-.002.605 0 .197.399.391.8.592 1.197.21.001.419.002.629-.002-.2-.419-.408-.834-.608-1.253.583-.201.788-.975.461-1.473-.172-.27-.505-.378-.811-.381-.477-.003-.954-.001-1.431 0-.001 1.036-.002 2.072.001 3.109m3.496-3.083v1.92c.003.353.098.739.382.972.416.324 1.031.334 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.22-.113-.268-.384-.269-.608-.003-.64 0-1.281-.001-1.921a53.77 53.77 0 0 1-.568 0m7.039.001c.004 1.035 0 2.07.002 3.105h.564c.012-.293-.02-.59.014-.88.164-.221.349-.426.518-.644.27.509.54 1.017.812 1.525.218 0 .436.001.655-.001l-1.088-1.997c.289-.374.592-.736.882-1.109-.222.004-.444.003-.666.003-.372.479-.75.952-1.126 1.428V3.615c-.189.002-.377.002-.566 0M3.391 11.713c.565.26 1.132.516 1.698.775.23-.554.665-1.052 1.256-1.223.633-.185 1.401-.156 1.915.302.518.458.549 1.309.143 1.85-.404.56-1.052.851-1.635 1.182-1.225.687-2.341 1.662-2.949 2.951-.416.864-.593 1.83-.586 2.784h7.448c.002-.611.001-1.222 0-1.833-1.728-.002-3.457.001-5.185-.001.187-.682.669-1.238 1.222-1.658 1.018-.795 2.321-1.209 3.172-2.216 1.071-1.284.914-3.455-.415-4.506-.821-.661-1.931-.845-2.957-.731-1.356.145-2.631 1.037-3.126 2.325m10.573-2.151c-.113 1.795-.219 3.591-.325 5.386.616.263 1.236.52 1.852.782.643-.746 1.823-.975 2.681-.484.73.457.844 1.478.57 2.232-.287.796-1.152 1.231-1.964 1.232a3.77 3.77 0 0 1-2.385-.708c-.359.493-.715.987-1.07 1.483.652.551 1.487.843 2.323.965.962.135 1.975.098 2.881-.281.762-.312 1.427-.877 1.813-1.608.675-1.299.592-3.012-.314-4.182-1.038-1.309-3.053-1.517-4.478-.76l.162-2.238 4.399-.001V9.563h-6.147z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.946.017.392.053.412.714.031.799-.322.047-.652.009-.977.021v-.837z"/><path d="M1.566.587c.18-.022.362-.01.543-.012h20.16c.621-.022 1.177.534 1.155 1.155v20.539c.021.621-.534 1.176-1.155 1.155H1.73c-.621.021-1.177-.534-1.155-1.155V1.73c-.016-.559.433-1.084.991-1.143m.514.605a1.085 1.085 0 0 0-.903 1.054v19.508c-.007.57.499 1.074 1.068 1.069 6.503.002 13.006.002 19.509 0 .57.005 1.075-.5 1.069-1.069V2.246c.006-.57-.499-1.076-1.069-1.069-6.408-.003-12.816 0-19.223-.001-.15.001-.302-.008-.451.017z"/><path d="M13.025 3.979c.504-.664 1.712-.538 2.024.253-.167.078-.335.154-.503.229-.199-.415-.838-.507-1.096-.105-.301.503-.301 1.238.093 1.692.302.316.827.144.99-.231.173.066.347.131.519.199-.107.232-.259.452-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.559.142-2.17zM19.86 3.782c.54-.415 1.536-.263 1.732.459-.167.06-.336.116-.504.171-.139-.308-.556-.403-.837-.24-.172.107-.139.39.046.465.366.191.802.247 1.124.523.403.327.387 1.02-.009 1.346-.627.514-1.739.246-1.971-.563.173-.066.346-.13.52-.193.142.344.538.567.902.444.276-.058.388-.458.153-.632-.368-.275-.884-.277-1.224-.603-.335-.308-.294-.907.068-1.178zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.576 0-.864.001-.002.859 0 1.718-.001 2.577-.188.002-.375.001-.563 0-.002-.859 0-1.718-.001-2.578-.291-.001-.581.002-.871-.001a48.961 48.961 0 0 1 0-.542zM5.602 6.697a805.491 805.491 0 0 1-.001-3.109c.477 0 .954-.003 1.431 0 .306.003.639.112.811.381.327.498.122 1.272-.461 1.473.201.419.409.834.608 1.253-.21.004-.419.003-.629.002-.201-.397-.394-.798-.592-1.197a30.503 30.503 0 0 0-.605 0c-.002.399.003.798-.002 1.197-.187.002-.374.002-.561 0m.564-2.575v.837c.325-.012.655.026.977-.021.381-.085.361-.746-.031-.799-.314-.039-.631-.007-.946-.017zM9.099 3.614h.568c.001.64-.002 1.281.001 1.921 0 .224.049.495.269.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.222-1.08.212-1.497-.112-.285-.233-.379-.619-.382-.972v-1.92zM16.137 3.614h.566v1.429c.376-.475.754-.949 1.126-1.428.222 0 .443.001.666-.003-.29.373-.593.735-.882 1.109.364.665.726 1.331 1.088 1.997-.218.002-.436.001-.655.001a445.12 445.12 0 0 1-.812-1.525c-.169.218-.354.423-.518.644-.034.29-.002.587-.014.88h-.564c-.002-1.035.002-2.07-.002-3.105zM3.391 11.713c.495-1.288 1.77-2.179 3.126-2.325 1.026-.114 2.136.069 2.957.731 1.329 1.05 1.486 3.222.415 4.506-.851 1.007-2.154 1.421-3.172 2.216-.553.42-1.035.976-1.222 1.658 1.728.002 3.457 0 5.185.001.001.611.002 1.222 0 1.833-2.483.002-4.965.001-7.448 0-.007-.955.17-1.92.586-2.784.607-1.289 1.724-2.264 2.949-2.951.584-.331 1.232-.622 1.635-1.182.406-.54.375-1.392-.143-1.85-.515-.457-1.282-.487-1.915-.302-.591.171-1.026.669-1.256 1.223-.565-.259-1.132-.515-1.698-.775zM13.965 9.563h6.147v1.818l-4.399.001-.162 2.238c1.425-.757 3.44-.549 4.478.76.906 1.17.989 2.883.314 4.182-.386.732-1.051 1.297-1.813 1.608-.906.379-1.919.416-2.881.281-.836-.122-1.671-.413-2.323-.965.355-.495.711-.99 1.07-1.483a3.757 3.757 0 0 0 2.385.708c.811-.001 1.677-.436 1.964-1.232.274-.753.16-1.775-.57-2.232-.859-.491-2.039-.262-2.681.484-.616-.263-1.236-.519-1.852-.782.106-1.795.211-3.591.325-5.386z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-30--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.907 0H23.09c.443.105.804.466.909.909v22.179a1.244 1.244 0 0 1-.909.912H.91a1.245 1.245 0 0 1-.911-.907V.909C.104.466.464.106.906 0m.66.587c-.558.06-1.007.584-.991 1.144v20.538c-.022.621.535 1.177 1.156 1.155h20.538c.621.021 1.177-.534 1.155-1.155V1.731c.023-.64-.566-1.201-1.204-1.156C15.335.584 8.45.559 1.565.588z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.016.451-.017 6.407.001 12.815-.001 19.223.001.57-.007 1.076.5 1.069 1.069v19.508c.006.57-.5 1.075-1.069 1.07-6.502.002-13.005.002-19.508 0-.57.006-1.077-.499-1.069-1.07V2.245a1.084 1.084 0 0 1 .903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.171.297.601 1.128.787 1.688.454.223-.134.375-.354.481-.586-.173-.068-.345-.133-.519-.199-.163.375-.689.547-.99.231-.394-.454-.394-1.188-.094-1.692.258-.403.898-.312 1.096.104.169-.075.337-.152.504-.23-.313-.79-1.52-.917-2.025-.253m6.862-.218c-.384.263-.439.881-.095 1.198.34.325.855.328 1.224.602.235.174.123.576-.154.632-.364.123-.759-.1-.901-.444-.174.065-.35.125-.52.198.239.804 1.345 1.073 1.972.559.397-.326.412-1.019.009-1.346-.322-.275-.758-.331-1.124-.523-.185-.075-.218-.357-.047-.465.28-.165.698-.069.838.239.169-.055.337-.111.504-.171-.193-.711-1.159-.867-1.705-.48M2.215 3.598a32.5 32.5 0 0 0-.001.541c.291.003.581.001.872.001.001.859-.001 1.718.001 2.578h.563c.001-.859-.001-1.718.001-2.577l.864-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.387 3.099c.188.002.375.002.562 0 .005-.399 0-.798.002-1.197.202-.001.404-.002.605.001.197.399.39.799.591 1.197.21 0 .419.002.629-.002-.199-.42-.408-.834-.608-1.253.584-.201.788-.975.461-1.473-.172-.27-.506-.378-.811-.381-.477-.003-.953-.001-1.43-.001a644.393 644.393 0 0 0 0 3.109m3.497-3.083v1.919c.003.354.097.739.382.973.416.324 1.031.334 1.497.112.363-.184.535-.6.544-.989.007-.672-.002-1.344.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.219-.113-.268-.384-.268-.608-.003-.64 0-1.28-.001-1.92a53.77 53.77 0 0 1-.568 0m7.038 0c.003 1.035 0 2.07.002 3.104.188.002.375.002.564 0 .012-.293-.021-.591.015-.881.165-.22.349-.426.518-.643.27.509.54 1.017.812 1.525.218 0 .436.001.655-.001-.362-.666-.724-1.332-1.088-1.996.288-.374.592-.736.882-1.11-.222.004-.444.003-.666.003-.372.479-.749.953-1.125 1.427V3.613c-.189.002-.377.002-.566 0M5.161 9.568a3.455 3.455 0 0 0-2.121 2.036c.58.211 1.15.45 1.731.66.187-.366.459-.701.827-.895.533-.273 1.211-.286 1.743-.005.577.32.724 1.102.503 1.683-.175.465-.658.749-1.138.784-.387.021-.775.001-1.163.011-.004.601-.004 1.202 0 1.802.755.031 1.61-.123 2.254.372.723.563.706 1.846-.062 2.364-.449.309-1.02.371-1.55.318-.81-.077-1.472-.682-1.789-1.407-.578.228-1.153.461-1.731.69.314.804.87 1.526 1.617 1.971.831.504 1.839.641 2.794.539.795-.083 1.593-.363 2.189-.91.864-.785 1.162-2.079.874-3.19-.215-.782-.84-1.402-1.579-1.709.957-.519 1.446-1.669 1.276-2.728-.114-.894-.69-1.697-1.474-2.131-.964-.543-2.161-.591-3.202-.254m11.263-.176a3.226 3.226 0 0 0-1.934.97c-.69.724-1.045 1.699-1.232 2.666-.273 1.581-.243 3.243.246 4.779.289.871.799 1.711 1.593 2.206 1.486.905 3.693.613 4.711-.864 1.042-1.494 1.172-3.419 1.053-5.183-.129-1.479-.563-3.116-1.836-4.023-.749-.528-1.708-.664-2.602-.551z"/><path fill="#fff" d="M6.165 4.122c.315.009.633-.022.946.017.392.053.412.715.03.799-.322.047-.652.009-.977.021v-.837zM16.752 11.177c.69-.123 1.389.271 1.695.89.369.681.48 1.465.532 2.228.041.912.017 1.84-.224 2.726-.132.467-.33.938-.688 1.277-.557.55-1.552.56-2.119.02-.382-.354-.582-.856-.715-1.349-.218-.856-.249-1.749-.209-2.628.05-.796.162-1.618.557-2.324.241-.434.668-.782 1.172-.84z"/><path d="M1.566.587C8.45.558 15.336.583 22.221.574c.638-.045 1.227.516 1.204 1.156v20.538c.021.621-.534 1.177-1.155 1.155H1.732c-.621.022-1.177-.534-1.156-1.155V1.73C.56 1.17 1.009.646 1.567.586m.513.606a1.085 1.085 0 0 0-.903 1.054v19.508c-.007.57.5 1.075 1.069 1.07 6.502.002 13.005.002 19.508 0 .57.006 1.075-.5 1.069-1.07V2.246c.007-.57-.499-1.076-1.069-1.069-6.407-.003-12.815 0-19.223-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.979c.504-.665 1.711-.538 2.025.253-.167.078-.335.155-.504.23-.198-.416-.838-.507-1.096-.104-.3.503-.3 1.238.094 1.692.301.316.828.144.99-.231.173.066.346.131.519.199-.106.232-.259.453-.481.586-.56.333-1.391.148-1.688-.454-.335-.673-.317-1.559.142-2.171zM19.886 3.761c.546-.387 1.513-.232 1.705.48-.167.06-.335.116-.504.171-.14-.308-.558-.404-.838-.239-.171.108-.138.39.047.465.366.191.802.248 1.124.523.403.327.387 1.02-.009 1.346-.627.514-1.733.246-1.972-.559.171-.073.346-.133.52-.198.142.345.537.567.901.444.277-.057.389-.458.154-.632-.368-.274-.884-.277-1.224-.602-.345-.317-.289-.935.095-1.198zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.864.001c-.002.859 0 1.718-.001 2.577-.188.002-.375.001-.563 0-.002-.859 0-1.718-.001-2.578-.291 0-.581.002-.872-.001-.001-.18-.001-.36.001-.541zM5.601 6.697a644.393 644.393 0 0 1 0-3.109c.477 0 .953-.002 1.43.001.306.003.64.112.811.381.327.498.122 1.272-.461 1.473.2.419.409.834.608 1.253-.21.004-.419.002-.629.002-.201-.397-.394-.798-.591-1.197a30.516 30.516 0 0 0-.605-.001c-.002.399.003.798-.002 1.197-.187.002-.374.002-.562 0m.565-2.575v.837c.325-.012.654.026.977-.021.381-.084.362-.746-.03-.799-.313-.039-.631-.008-.946-.017zM9.099 3.614h.568c.001.64-.002 1.281.001 1.92 0 .225.049.495.268.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.344-.004 2.017-.009.39-.181.805-.544.989-.465.222-1.08.212-1.497-.112-.285-.234-.379-.619-.382-.973V3.614zM16.137 3.614h.566v1.429c.376-.475.754-.949 1.125-1.427.222 0 .444.001.666-.003-.29.373-.593.735-.882 1.11.364.665.726 1.33 1.088 1.996-.218.002-.437.001-.655.001a445.12 445.12 0 0 1-.812-1.525c-.169.218-.353.423-.518.643-.035.29-.002.588-.015.881-.188.002-.376.002-.564 0-.001-1.035.001-2.07-.002-3.104zM5.161 9.568c1.041-.337 2.238-.289 3.203.254.784.435 1.359 1.237 1.474 2.131.17 1.058-.319 2.208-1.276 2.728.738.308 1.364.927 1.579 1.709.288 1.111-.01 2.405-.874 3.19-.596.547-1.394.827-2.189.91-.954.102-1.963-.034-2.794-.539-.747-.444-1.303-1.167-1.617-1.971.577-.229 1.153-.462 1.731-.69.317.725.979 1.329 1.789 1.407.53.053 1.101-.009 1.55-.318.768-.518.785-1.801.062-2.364-.644-.495-1.5-.341-2.254-.372-.005-.6-.004-1.201 0-1.802.388-.01.776.009 1.163-.011.48-.035.963-.319 1.138-.784.22-.581.073-1.364-.503-1.683-.532-.282-1.209-.269-1.743.005-.367.195-.64.529-.827.895-.581-.209-1.151-.448-1.731-.66a3.455 3.455 0 0 1 2.121-2.036zM16.423 9.393c.893-.113 1.853.023 2.602.551 1.272.908 1.706 2.544 1.836 4.023.119 1.764-.011 3.689-1.053 5.183-1.018 1.477-3.225 1.769-4.711.864-.794-.495-1.304-1.335-1.593-2.206-.488-1.537-.518-3.199-.246-4.779.187-.967.541-1.942 1.232-2.666a3.22 3.22 0 0 1 1.934-.97m.328 1.784c-.504.058-.93.406-1.172.84-.396.706-.508 1.528-.557 2.324-.04.879-.009 1.772.209 2.628.133.493.334.995.715 1.349.567.54 1.561.53 2.119-.02.359-.34.556-.81.688-1.277.241-.886.265-1.814.224-2.726-.052-.763-.162-1.547-.532-2.228-.306-.618-1.005-1.013-1.695-.89z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-35--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.907 0h22.185c.442.105.803.466.909.909v22.18a1.243 1.243 0 0 1-.909.911H.911a1.245 1.245 0 0 1-.91-.907V.908C.106.466.466.106.908 0m.658.587C1.008.647.559 1.171.575 1.73v20.538c-.023.641.567 1.201 1.204 1.156 6.83-.001 13.66.001 20.49-.001.621.021 1.177-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.063c-.165.001-.331-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.015.451-.017 6.407.001 12.815-.001 19.223.001.57-.007 1.076.5 1.069 1.069v19.508c.006.57-.5 1.075-1.069 1.07-6.502.002-13.005.002-19.508 0-.57.006-1.077-.499-1.069-1.07V2.245c-.004-.51.398-.981.903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.17.297.601 1.128.788 1.688.454.222-.134.375-.354.481-.586a32.492 32.492 0 0 0-.518-.199c-.163.375-.689.547-.99.231-.394-.454-.394-1.188-.094-1.691.257-.404.897-.312 1.096.104a45.5 45.5 0 0 0 .503-.228c-.309-.793-1.519-.918-2.023-.254m6.784-.154c-.329.292-.333.871.007 1.156.341.304.839.311 1.199.579.235.174.123.576-.154.632-.364.123-.758-.1-.9-.444-.174.063-.348.127-.52.194.234.808 1.345 1.076 1.972.562.396-.326.412-1.018.009-1.345-.33-.284-.783-.331-1.153-.54-.179-.091-.172-.381.01-.465.283-.136.673-.041.809.257.169-.055.337-.11.504-.171-.203-.742-1.256-.887-1.782-.415M2.215 3.598c-.002.18-.002.36 0 .541.29.003.581 0 .871.001.002.859-.001 1.718.001 2.578h.563c.001-.859-.001-1.718.001-2.577.288-.001.576.001.864-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.387 3.099c.187.003.375.003.562.001.005-.399 0-.798.002-1.197.202-.001.404-.002.605.001.197.399.39.8.591 1.196.21 0 .419.002.629-.002-.199-.42-.409-.834-.608-1.253.583-.201.788-.975.461-1.473-.172-.27-.506-.378-.811-.381-.477-.003-.953-.001-1.43-.001a644.393 644.393 0 0 0 0 3.109m3.497-3.083v1.918c.003.353.097.739.382.973.417.324 1.032.334 1.497.112.363-.183.535-.6.544-.989.007-.672-.002-1.344.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.922-.008.224-.054.495-.274.608a.917.917 0 0 1-.752 0c-.22-.113-.268-.384-.269-.608-.003-.64 0-1.28-.001-1.92l-.568.001m7.039 0c.003 1.035 0 2.07.002 3.104.188.002.375.002.563 0 .013-.293-.02-.591.015-.88.165-.22.349-.426.518-.644.27.509.54 1.017.812 1.524.218.001.436.001.655-.001-.362-.666-.724-1.331-1.088-1.996.288-.375.592-.736.881-1.11-.222.004-.444.003-.666.003-.372.478-.749.952-1.125 1.427l-.001-1.429c-.188.002-.377.002-.566 0M5.112 9.755c-.765.376-1.359 1.057-1.683 1.841.576.225 1.154.446 1.73.67.2-.369.473-.717.855-.909a1.937 1.937 0 0 1 1.708-.001c.601.325.757 1.147.5 1.741-.193.446-.671.708-1.143.736-.378.017-.758 0-1.137.009-.002.601-.001 1.203 0 1.805.768.024 1.649-.127 2.29.401.718.604.646 1.935-.197 2.396-.68.37-1.56.367-2.24-.002-.457-.253-.782-.685-1.002-1.15-.577.231-1.154.46-1.73.693.313.798.863 1.516 1.604 1.961.841.515 1.866.651 2.834.542.802-.089 1.607-.38 2.198-.944.813-.766 1.099-1.988.862-3.06-.191-.823-.834-1.485-1.603-1.803.508-.296.925-.758 1.127-1.314.401-1.063.108-2.352-.74-3.116-1.121-1.034-2.893-1.141-4.233-.495m8.767-.193c-.118 1.794-.216 3.59-.329 5.384.618.265 1.239.525 1.859.785.671-.784 1.963-1.006 2.81-.39.951.822.684 2.603-.467 3.119-1.114.503-2.47.238-3.445-.457-.359.489-.709.986-1.068 1.475.597.524 1.37.803 2.142.943 1.004.167 2.067.15 3.022-.235.767-.304 1.44-.862 1.836-1.591.702-1.315.617-3.07-.322-4.249-1.047-1.28-3.036-1.477-4.45-.729l.161-2.235c1.466-.003 2.933 0 4.399-.001V9.564h-6.148z"/><path fill="#fff" d="M6.165 4.122c.315.009.633-.022.946.017.392.053.412.715.03.799-.322.046-.652.009-.977.021v-.837z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h20.206c.622-.022 1.177.534 1.155 1.155v20.538c.021.621-.534 1.176-1.155 1.155-6.83.002-13.66 0-20.49.001-.637.045-1.227-.516-1.204-1.156V1.73c-.016-.559.433-1.084.991-1.143m.515.605a1.084 1.084 0 0 0-.903 1.054v19.508c-.007.57.5 1.075 1.069 1.07 6.502.002 13.005.002 19.508 0 .57.006 1.075-.5 1.069-1.07V2.246c.007-.57-.499-1.076-1.069-1.069-6.407-.002-12.815 0-19.223-.001-.15.001-.302-.008-.451.017z"/><path d="M13.025 3.979c.504-.664 1.714-.539 2.023.254-.167.077-.334.154-.503.228-.199-.416-.839-.507-1.096-.104-.3.503-.3 1.237.094 1.691.301.316.827.144.99-.231.173.065.346.131.518.199-.105.232-.259.453-.481.586-.56.333-1.391.147-1.688-.454-.335-.672-.316-1.558.142-2.17zM19.81 3.826c.526-.473 1.579-.328 1.782.415a14.93 14.93 0 0 1-.504.171c-.136-.299-.526-.394-.809-.257-.182.084-.189.374-.01.465.369.21.822.256 1.153.54.403.327.387 1.019-.009 1.345-.627.514-1.738.246-1.972-.562.172-.067.346-.131.52-.194.142.344.536.567.9.444.278-.056.39-.458.154-.632-.36-.268-.857-.276-1.199-.579-.34-.285-.336-.865-.007-1.156zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.577 0-.864.001-.002.859 0 1.718-.001 2.577-.188.002-.375.002-.563 0-.002-.859 0-1.718-.001-2.578-.291-.001-.581.002-.871-.001a48.78 48.78 0 0 1 0-.541zM5.601 6.697a644.393 644.393 0 0 1 0-3.109c.477 0 .953-.002 1.43.001.306.003.64.112.811.381.327.498.122 1.272-.461 1.473.199.419.409.834.608 1.253-.21.004-.419.002-.629.002-.201-.397-.394-.797-.591-1.196a30.516 30.516 0 0 0-.605-.001c-.002.399.003.798-.002 1.197-.187.002-.375.002-.562-.001m.565-2.575v.837c.325-.012.654.025.977-.021.381-.084.362-.746-.03-.799-.313-.039-.631-.008-.946-.017zM9.099 3.614l.568-.001c.001.64-.002 1.28.001 1.92 0 .224.049.495.269.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.608.005-.641 0-1.282.002-1.922.187.002.374.002.562 0-.007.672.002 1.344-.004 2.017-.009.39-.181.806-.544.989-.465.222-1.08.212-1.497-.112-.285-.234-.379-.62-.382-.973V3.614zM16.137 3.614h.566l.001 1.429c.376-.475.754-.949 1.125-1.427.222 0 .444.001.666-.003-.289.374-.593.735-.881 1.11.364.665.726 1.33 1.088 1.996a47.67 47.67 0 0 1-.655.001c-.272-.507-.542-1.016-.812-1.524-.169.218-.353.423-.518.644-.035.29-.002.587-.015.88-.188.002-.375.002-.563 0-.001-1.035.001-2.07-.002-3.104zM5.112 9.755c1.341-.646 3.112-.539 4.233.495.848.764 1.141 2.053.74 3.116-.202.556-.619 1.018-1.127 1.314.769.318 1.412.98 1.603 1.803.237 1.072-.049 2.294-.862 3.06-.591.564-1.396.855-2.198.944-.968.109-1.993-.027-2.834-.542-.741-.444-1.291-1.162-1.604-1.961.576-.232 1.154-.462 1.73-.693.219.465.545.898 1.002 1.15.681.369 1.56.372 2.24.002.844-.461.915-1.792.197-2.396-.641-.528-1.522-.377-2.29-.401v-1.805c.379-.009.758.008 1.137-.009.472-.028.95-.29 1.143-.736.256-.594.101-1.417-.5-1.741a1.94 1.94 0 0 0-1.708.001c-.382.192-.656.54-.855.909-.577-.224-1.154-.445-1.73-.67.324-.784.918-1.464 1.683-1.841zM13.879 9.563h6.148v1.818c-1.466.002-2.933-.001-4.399.001-.054.745-.109 1.49-.161 2.235 1.414-.748 3.403-.551 4.45.729.939 1.179 1.024 2.934.322 4.249-.396.729-1.069 1.287-1.836 1.591-.954.385-2.018.402-3.022.235-.772-.14-1.545-.42-2.142-.943.359-.489.709-.986 1.068-1.475.975.695 2.331.96 3.445.457 1.151-.516 1.418-2.297.467-3.119-.848-.616-2.139-.394-2.81.39-.62-.26-1.241-.519-1.859-.785.112-1.794.21-3.59.329-5.384z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-40--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.915 0h22.17c.448.1.816.468.916.917v22.164a1.23 1.23 0 0 1-.917.919H.918a1.23 1.23 0 0 1-.917-.915V.915C.101.468.468.101.916 0m.65.587c-.558.06-1.006.584-.99 1.142v20.54c-.021.621.535 1.176 1.155 1.155h20.54c.62.021 1.175-.534 1.155-1.155V1.729c.02-.62-.534-1.176-1.155-1.155H2.064c-.165.001-.332-.008-.497.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.015.451-.017 6.408.001 12.816-.001 19.223.001.57-.006 1.074.499 1.068 1.069v19.51c.006.569-.499 1.073-1.068 1.068-6.503.002-13.006.002-19.509 0-.569.005-1.075-.499-1.068-1.069V2.245c-.003-.509.398-.98.903-1.053m10.945 2.787c-.458.612-.477 1.498-.142 2.17.297.601 1.128.788 1.688.454.223-.133.375-.354.482-.586a29.282 29.282 0 0 0-.519-.199c-.163.375-.689.547-.99.23-.394-.454-.394-1.189-.093-1.692.258-.403.897-.31 1.096.105.168-.075.336-.152.503-.228-.31-.793-1.52-.918-2.024-.254m6.86-.218c-.384.263-.439.881-.095 1.198.34.325.856.328 1.224.603.234.173.123.574-.153.631-.365.124-.76-.099-.902-.443-.174.063-.347.127-.52.194.233.808 1.344 1.076 1.971.563.397-.326.413-1.019.01-1.346-.323-.275-.758-.331-1.124-.522-.186-.075-.218-.359-.046-.466.279-.163.697-.07.835.239.169-.053.338-.11.505-.17-.191-.713-1.159-.868-1.705-.48M2.215 3.598c-.002.181-.002.361 0 .542.291.003.581 0 .871.001.002.859-.001 1.718.001 2.577h.563l.001-2.576c.288-.002.577 0 .865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.387 3.098c.187.002.374.002.562 0 .005-.399 0-.798.002-1.197.201-.001.402-.002.603 0 .199.398.391.8.593 1.197.21.001.419.002.629-.002-.2-.42-.408-.834-.608-1.253.583-.201.788-.975.462-1.473-.172-.27-.506-.378-.812-.381-.477-.003-.954-.001-1.431 0-.001 1.036-.003 2.072.001 3.109m3.496-3.083v1.92c.003.353.098.738.383.972.416.324 1.031.334 1.496.112.363-.183.535-.599.544-.988.007-.673-.002-1.345.004-2.018-.188.002-.375.002-.562 0-.003.641.003 1.283-.002 1.924-.008.224-.054.493-.274.606a.917.917 0 0 1-.752 0c-.219-.113-.268-.383-.268-.607-.003-.64 0-1.281-.001-1.921l-.568.001m7.038-.001c.003 1.035 0 2.07.002 3.105h.563c.012-.293-.019-.589.014-.879.165-.221.35-.427.518-.645.27.509.54 1.018.813 1.525.218 0 .436.001.654-.001-.362-.667-.726-1.332-1.088-1.998.29-.372.592-.735.882-1.108-.222.004-.443.003-.665.003-.373.478-.75.953-1.126 1.429v-1.43c-.189.002-.377.002-.566 0m.661 5.777a3.228 3.228 0 0 0-1.962.991c-.694.74-1.045 1.732-1.226 2.715-.26 1.586-.226 3.255.285 4.789.299.865.826 1.693 1.629 2.167 1.129.643 2.626.635 3.739-.042.664-.416 1.135-1.082 1.433-1.797.429-1.029.559-2.155.574-3.261-.012-1.168-.147-2.362-.63-3.437-.316-.706-.818-1.35-1.502-1.73-.705-.399-1.545-.489-2.34-.394m-9.523.151c-1.822 2.422-3.646 4.843-5.462 7.269-.051.399-.007.818-.021 1.224h5.68c.002.766 0 1.531.001 2.297h1.858c.002-.765 0-1.53.001-2.296.449-.003.898.003 1.347-.003.005-.579.002-1.158.001-1.737-.45-.004-.899 0-1.349-.002-.001-2.25.001-4.501-.001-6.752H7.275z"/><path fill="#fff" d="M6.165 4.122c.315.009.633-.022.946.017.392.053.413.713.032.799-.323.047-.652.009-.978.021v-.837zM17.036 11.19c.714-.163 1.466.233 1.781.885.575 1.134.58 2.458.512 3.7-.08.837-.225 1.733-.777 2.4-.516.639-1.563.725-2.183.191-.424-.361-.639-.9-.778-1.425-.207-.833-.24-1.699-.206-2.553.049-.79.152-1.604.528-2.313.228-.433.628-.8 1.122-.884zM4.276 16.297c1.065-1.434 2.13-2.87 3.197-4.303-.001 1.434.001 2.869-.001 4.303H4.276z"/><path d="M1.566.587c.165-.021.331-.011.497-.012H22.27c.621-.022 1.175.534 1.155 1.155v20.54c.02.621-.535 1.175-1.155 1.155H1.73c-.62.021-1.176-.534-1.155-1.155V1.73c-.015-.559.433-1.083.99-1.142m.515.604a1.085 1.085 0 0 0-.903 1.053v19.509c-.007.57.499 1.074 1.068 1.069 6.503.002 13.006.002 19.509 0 .569.005 1.074-.499 1.068-1.068V2.245c.006-.57-.499-1.075-1.068-1.069-6.408-.002-12.816 0-19.223-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.979c.504-.664 1.714-.539 2.024.254-.167.076-.334.153-.503.228-.199-.415-.838-.507-1.096-.105-.301.503-.301 1.238.093 1.692.302.316.827.144.99-.23.173.065.347.13.519.199-.107.232-.259.453-.482.586-.56.333-1.391.147-1.688-.454-.335-.673-.316-1.558.142-2.17zM19.886 3.761c.546-.387 1.514-.232 1.705.48-.167.06-.336.116-.505.17-.138-.309-.556-.402-.835-.239-.172.107-.14.39.046.466.366.191.802.247 1.124.522.403.328.387 1.02-.01 1.346-.627.513-1.737.245-1.971-.563.172-.067.346-.131.52-.194.142.345.538.567.902.443.276-.058.387-.458.153-.631-.368-.275-.884-.278-1.224-.603-.345-.317-.29-.935.095-1.198zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.577 0-.865.001L3.65 6.717c-.188.002-.375.001-.563 0-.002-.859 0-1.718-.001-2.577-.291-.001-.581.001-.871-.001a32.64 32.64 0 0 1 0-.542zM5.602 6.697c-.004-1.036-.002-2.072-.001-3.109.477-.001.954-.002 1.431 0 .306.003.64.112.812.381.327.499.121 1.272-.462 1.473.201.419.409.833.608 1.253-.21.004-.419.003-.629.002-.201-.397-.394-.799-.593-1.197a30.302 30.302 0 0 0-.603 0c-.002.399.002.798-.002 1.197-.188.002-.375.002-.562 0m.564-2.575v.837c.326-.011.655.026.978-.021.381-.085.36-.746-.032-.799-.313-.039-.631-.008-.946-.017zM9.099 3.614l.568-.001c.001.64-.002 1.281.001 1.921 0 .224.049.495.268.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.606.005-.641 0-1.282.002-1.924.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.389-.181.805-.544.988-.465.222-1.08.212-1.496-.112-.285-.234-.38-.619-.383-.972v-1.92zM16.137 3.614h.566v1.43c.376-.476.754-.951 1.126-1.429.222 0 .443.001.665-.003-.29.373-.592.735-.882 1.108L18.7 6.718c-.218.002-.436.001-.654.001-.273-.507-.542-1.016-.813-1.525-.169.218-.353.424-.518.645-.033.29-.002.587-.014.879-.188.002-.375.002-.563 0-.002-1.035.001-2.07-.002-3.105zM16.799 9.392c.794-.095 1.635-.005 2.34.394.684.38 1.186 1.024 1.502 1.73.483 1.075.618 2.269.63 3.437-.015 1.106-.144 2.232-.574 3.261-.298.715-.769 1.38-1.433 1.797-1.113.677-2.61.685-3.739.042-.803-.473-1.33-1.301-1.629-2.167-.511-1.535-.545-3.203-.285-4.789.181-.982.532-1.974 1.226-2.715a3.228 3.228 0 0 1 1.962-.991m.237 1.799c-.495.084-.894.451-1.122.884-.376.709-.479 1.523-.528 2.313-.035.854-.001 1.72.206 2.553.139.525.354 1.064.778 1.425.619.534 1.666.449 2.183-.191.552-.668.697-1.564.777-2.4.068-1.242.063-2.565-.512-3.7-.315-.651-1.067-1.048-1.781-.885zM7.276 9.544h2.056c.002 2.251 0 4.502.001 6.752.45.001.899-.002 1.349.002.001.579.004 1.158-.001 1.737-.449.006-.898 0-1.347.003-.002.765 0 1.53-.001 2.296H7.475c-.001-.766.001-1.531-.001-2.297-1.894.002-3.787.001-5.68 0 .015-.406-.03-.825.021-1.224 1.816-2.426 3.64-4.847 5.462-7.269m-3.001 6.753h3.196c.002-1.434 0-2.869.001-4.303-1.067 1.433-2.132 2.869-3.197 4.303z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-45--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.91 0h22.178c.445.103.808.467.912.912v22.174c-.102.446-.467.81-.912.914H.912a1.24 1.24 0 0 1-.913-.91V.911C.102.467.465.104.909 0m.657.587C1.008.647.559 1.171.575 1.73v20.539c-.023.64.567 1.2 1.203 1.156 6.831-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.73a1.15 1.15 0 0 0-.67-1.053c-.255-.122-.543-.104-.817-.103H2.062c-.165.001-.331-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.016.451-.017 6.408.001 12.815-.001 19.223.001.57-.007 1.075.5 1.069 1.069v19.508c.006.57-.499 1.074-1.069 1.069-6.502.002-13.005.002-19.508 0-.569.006-1.076-.499-1.069-1.069V2.245a1.085 1.085 0 0 1 .903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.17.297.601 1.128.788 1.688.454.223-.134.375-.354.482-.586a32.6 32.6 0 0 0-.519-.199c-.164.375-.689.547-.991.231-.394-.454-.394-1.188-.094-1.692.258-.403.897-.311 1.096.104.168-.075.336-.152.503-.229-.312-.791-1.519-.918-2.024-.253m6.836-.197c-.362.271-.403.869-.068 1.178.34.325.855.328 1.224.603.234.173.123.574-.153.632-.365.123-.759-.1-.902-.444-.174.063-.347.127-.52.194.234.807 1.344 1.076 1.972.562.397-.326.413-1.019.009-1.346-.33-.284-.783-.33-1.153-.54-.18-.092-.171-.382.011-.466.282-.135.671-.041.808.257.169-.054.337-.111.504-.17-.196-.722-1.192-.875-1.732-.459M2.215 3.598c-.002.18-.002.361-.001.542.291.002.581 0 .872.001l.001 2.578h.563V4.142l.865-.001c.001-.181.001-.362 0-.543H2.214m3.387 3.099c.188.002.375.002.562 0 .004-.399 0-.798.002-1.197.202-.001.403-.002.605 0 .197.399.391.8.591 1.197.21 0 .42.002.63-.002-.2-.419-.408-.834-.609-1.253.583-.202.788-.975.462-1.473-.172-.27-.506-.378-.812-.381-.477-.003-.954 0-1.431-.001-.001 1.036-.002 2.073 0 3.109m3.498-3.082v1.92c.003.353.098.739.382.972.416.324 1.032.334 1.497.112.363-.183.535-.599.544-.988.007-.673-.002-1.345.004-2.018-.188.002-.375.002-.562 0-.002.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.219-.113-.268-.384-.269-.608-.003-.64 0-1.281-.001-1.921h-.568m7.039.001c.003 1.035 0 2.07.002 3.105h.564c.012-.293-.021-.59.015-.88.164-.222.349-.427.518-.645.27.509.54 1.017.812 1.525.218 0 .436.001.655-.001-.362-.666-.725-1.332-1.089-1.997.29-.373.592-.736.882-1.109-.222.004-.444.003-.666.003-.372.479-.75.953-1.126 1.428V3.614c-.189.002-.377.002-.566 0M2.213 16.803c-.064.4-.009.825-.027 1.234l5.681.001.001 2.296h1.858l.001-2.296c.448-.002.895 0 1.343-.001v-1.74c-.448-.002-.895 0-1.343-.001l-.001-6.752c-.683-.003-1.367.003-2.051-.003a2150.175 2150.175 0 0 0-5.462 7.262m12.033-7.24c-.114 1.795-.218 3.591-.325 5.386.616.263 1.236.519 1.852.783.643-.746 1.822-.976 2.682-.485.74.465.848 1.506.557 2.265-.305.794-1.183 1.21-1.997 1.2a3.75 3.75 0 0 1-2.338-.709c-.359.493-.715.987-1.07 1.483.652.552 1.487.843 2.324.965.938.131 1.924.099 2.813-.255.778-.302 1.463-.865 1.863-1.604.693-1.303.615-3.034-.298-4.213-1.039-1.308-3.052-1.517-4.478-.76l.162-2.238 4.4-.001V9.562h-6.147z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.946.018.392.053.412.714.03.799-.322.047-.652.009-.977.021a117.04 117.04 0 0 1 0-.838zM4.669 16.296l3.197-4.304v4.305l-3.198-.001z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h19.875c.274-.001.563-.02.817.103.407.178.677.61.67 1.053V22.27c.021.621-.534 1.176-1.155 1.155-6.83.002-13.66 0-20.491.001-.637.044-1.226-.516-1.203-1.156V1.731c-.016-.56.433-1.084.991-1.143m.514.604a1.085 1.085 0 0 0-.903 1.054v19.508c-.007.57.5 1.075 1.069 1.069 6.503.002 13.006.002 19.508 0 .57.006 1.075-.499 1.069-1.069V2.246c.007-.57-.499-1.076-1.069-1.069-6.408-.003-12.815 0-19.223-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.979c.505-.665 1.712-.538 2.024.253-.167.077-.335.154-.503.229-.199-.415-.838-.507-1.096-.104-.3.503-.3 1.238.094 1.692.302.316.827.144.991-.231.173.066.346.131.519.199-.107.232-.259.452-.482.586-.56.333-1.391.147-1.688-.454-.335-.673-.316-1.559.142-2.17zM19.86 3.782c.541-.415 1.536-.262 1.732.459-.167.06-.336.116-.504.17-.137-.298-.526-.393-.808-.257-.182.084-.191.374-.011.466.369.21.822.256 1.153.54.403.328.387 1.02-.009 1.346-.628.514-1.737.245-1.972-.562.172-.067.346-.131.52-.194.143.344.538.567.902.444.276-.058.388-.458.153-.632-.368-.275-.884-.277-1.224-.603-.335-.308-.294-.907.068-1.178zM2.215 3.598c.767-.002 1.534-.001 2.301 0 .001.181.001.362 0 .543l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.001-.872-.001-.001-.18-.001-.361.001-.542zM5.601 6.697a644.393 644.393 0 0 1 0-3.109c.477 0 .954-.002 1.431.001.306.003.64.112.812.381.327.499.121 1.272-.462 1.473.201.419.409.834.609 1.253-.21.004-.42.002-.63.002-.2-.397-.394-.798-.591-1.197a30.503 30.503 0 0 0-.605 0c-.001.399.002.798-.002 1.197-.188.002-.375.002-.562 0m.564-2.576v.838c.325-.012.654.026.977-.021.381-.084.362-.746-.03-.799-.313-.039-.631-.007-.946-.018zM9.099 3.614h.568c.001.64-.002 1.281.001 1.921 0 .224.049.495.269.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.389-.181.805-.544.988-.465.222-1.08.212-1.497-.112-.285-.233-.379-.619-.382-.972v-1.92zM16.137 3.614c.189.002.377.001.566 0v1.429c.376-.475.754-.949 1.126-1.428.222 0 .444.001.666-.003-.29.373-.593.735-.882 1.109.364.665.727 1.331 1.089 1.997-.218.002-.437.001-.655.001a445.12 445.12 0 0 1-.812-1.525c-.169.218-.354.423-.518.645-.035.29-.003.587-.015.88h-.564c-.002-1.035.001-2.07-.002-3.105zM2.213 16.803c1.817-2.423 3.635-4.846 5.462-7.262.684.007 1.367 0 2.051.003l.001 6.752c.448.001.895-.001 1.343.001v1.74c-.448.001-.895-.001-1.343.001l-.001 2.296H7.868l-.001-2.296-5.681-.001c.017-.41-.037-.834.027-1.234m2.456-.507l3.198.001v-4.305c-1.066 1.435-2.133 2.869-3.197 4.304zM14.246 9.563h6.147v1.818l-4.4.001-.162 2.238c1.425-.757 3.439-.548 4.478.76.912 1.179.991 2.91.298 4.213-.399.739-1.085 1.302-1.863 1.604-.89.354-1.875.385-2.813.255-.837-.122-1.672-.413-2.324-.965.355-.495.711-.99 1.07-1.483a3.75 3.75 0 0 0 2.338.709c.814.01 1.692-.406 1.997-1.2.291-.759.182-1.8-.557-2.265-.859-.491-2.039-.262-2.682.485-.616-.264-1.236-.519-1.852-.783.107-1.795.211-3.591.325-5.386z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-5--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.912 0h22.175c.446.102.811.468.913.914v22.17a1.233 1.233 0 0 1-.914.915H.914A1.235 1.235 0 0 1 0 23.087V.911C.102.466.467.101.912-.001m.654.588C1.008.647.559 1.171.575 1.73v20.539c-.022.64.566 1.199 1.203 1.155 6.831-.001 13.661.001 20.491-.001.621.021 1.176-.534 1.155-1.155V1.729a1.15 1.15 0 0 0-.67-1.053c-.255-.122-.543-.104-.817-.103H2.062c-.165.001-.332-.007-.496.013z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.016.452-.017 6.407.001 12.815-.001 19.223.001.57-.006 1.075.5 1.069 1.069v19.509c.006.569-.499 1.074-1.068 1.068-6.503.002-13.006.002-19.509 0-.569.006-1.075-.499-1.068-1.068V2.245a1.085 1.085 0 0 1 .903-1.054m10.943 2.788c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.455.223-.133.374-.354.482-.586a36.767 36.767 0 0 0-.519-.199c-.164.375-.689.547-.991.23-.395-.454-.394-1.189-.093-1.692.258-.403.897-.31 1.096.105.168-.075.336-.152.503-.23-.314-.79-1.52-.917-2.025-.253m6.836-.197c-.362.271-.403.869-.068 1.178.34.325.855.328 1.224.603.234.173.123.574-.153.632-.365.123-.759-.1-.902-.444-.174.063-.348.127-.52.195.236.806 1.344 1.075 1.972.561.397-.326.412-1.019.009-1.346-.323-.275-.758-.331-1.124-.522-.185-.075-.218-.359-.046-.466.281-.164.697-.068.837.239.169-.054.337-.111.504-.17-.196-.722-1.192-.875-1.732-.459M2.215 3.598c-.002.18-.002.361 0 .542.291.002.581 0 .871.001l.001 2.578h.563V4.142l.865-.001c.001-.181.001-.362 0-.543H2.214m3.388 3.099c.187.002.374.002.562 0 .004-.399 0-.798.002-1.197h.604c.198.398.391.799.592 1.197.21.001.42.002.629-.002-.2-.419-.408-.834-.608-1.252.583-.202.788-.975.462-1.474-.172-.27-.506-.378-.812-.381-.477-.003-.954-.001-1.431 0-.001 1.036-.003 2.073.001 3.109m3.496-3.083v1.92c.003.354.098.739.382.972.417.324 1.031.334 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.003-.375.002-.562 0l-.001 1.875c-.007.228-.034.503-.246.638a.907.907 0 0 1-.749.032c-.225-.091-.297-.355-.299-.576-.008-.656-.001-1.312-.003-1.968h-.568m7.039.001c.004 1.035 0 2.07.002 3.105h.564c.012-.293-.02-.59.015-.88.163-.222.35-.427.518-.645.269.509.54 1.018.812 1.525.218 0 .437.001.655-.001L17.614 4.72c.29-.373.592-.735.882-1.108-.222.004-.443.003-.666.003-.372.479-.75.953-1.126 1.429v-1.43c-.189.002-.377.002-.566 0M8.873 9.563l-.324 5.387c.618.262 1.236.521 1.854.782.639-.743 1.81-.972 2.668-.492.744.455.86 1.492.579 2.252-.294.797-1.166 1.225-1.98 1.22a3.778 3.778 0 0 1-2.363-.709c-.359.494-.714.989-1.071 1.484.663.558 1.511.851 2.361.969.969.131 1.989.085 2.896-.309.757-.322 1.41-.897 1.785-1.633.665-1.326.556-3.07-.41-4.224-1.064-1.231-3.018-1.41-4.41-.666.07-.746.102-1.496.172-2.242 1.465-.002 2.931.002 4.395-.002.006-.605.003-1.211.001-1.816-2.051-.002-4.102-.001-6.153 0z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.946.018.392.053.413.714.031.799-.323.047-.652.009-.978.021v-.837z"/><path d="M1.566.587c.165-.02.331-.011.496-.013h19.875c.274 0 .563-.019.817.103.407.178.677.61.67 1.053v20.539c.021.621-.534 1.176-1.155 1.155-6.831.002-13.661 0-20.491.001-.637.044-1.225-.516-1.203-1.155V1.731c-.016-.56.433-1.084.991-1.143m.514.604a1.086 1.086 0 0 0-.903 1.054v19.509c-.007.57.499 1.074 1.068 1.068 6.503.002 13.006.002 19.509 0 .569.006 1.074-.499 1.068-1.068V2.246c.007-.57-.499-1.075-1.069-1.069-6.407-.003-12.815 0-19.223-.001-.151.001-.303-.008-.452.017z"/><path d="M13.025 3.979c.505-.665 1.711-.537 2.025.253-.167.078-.335.154-.503.23-.2-.415-.838-.508-1.096-.105-.301.503-.301 1.238.093 1.692.302.317.827.144.991-.23.173.065.346.13.519.199-.108.232-.259.453-.482.586-.56.333-1.391.147-1.688-.455-.335-.672-.316-1.558.142-2.17zM19.86 3.782c.541-.415 1.536-.262 1.732.459-.167.06-.336.116-.504.17-.141-.307-.556-.403-.837-.239-.172.107-.139.39.046.466.366.191.802.247 1.124.522.403.327.387 1.02-.009 1.346-.627.514-1.735.245-1.972-.561.172-.068.346-.132.52-.195.143.344.538.567.902.444.276-.058.388-.458.153-.632-.368-.275-.884-.277-1.224-.603-.335-.308-.294-.906.068-1.178zM2.215 3.598h2.301c.001.181.001.362 0 .543l-.865.001v2.577c-.188.002-.375.001-.563 0l-.001-2.578c-.291 0-.581.001-.871-.001a48.96 48.96 0 0 1 0-.542zM5.602 6.697c-.004-1.036-.002-2.072-.001-3.109.477 0 .954-.003 1.431 0 .306.003.64.112.812.381.327.499.121 1.272-.462 1.474.201.419.409.833.608 1.253-.21.004-.419.003-.629.002-.2-.397-.394-.798-.592-1.197a30.402 30.402 0 0 0-.604 0c-.001.399.002.798-.002 1.197-.188.002-.375.002-.562 0m.564-2.576v.837c.325-.011.655.026.978-.021.381-.085.361-.746-.031-.799-.313-.039-.631-.007-.946-.018zM9.099 3.614h.568c.002.656-.005 1.312.003 1.968.002.221.074.485.299.576a.91.91 0 0 0 .749-.032c.212-.134.24-.41.246-.638l.001-1.875c.187.002.374.003.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.222-1.08.212-1.497-.112-.285-.233-.379-.618-.382-.972v-1.92zM16.137 3.614c.189.002.377.001.566 0v1.43c.375-.476.754-.95 1.126-1.429.222 0 .444.001.666-.003-.29.373-.592.735-.882 1.108l1.089 1.998c-.218.002-.437.001-.655.001-.272-.508-.543-1.016-.812-1.525-.168.218-.355.423-.518.645-.035.29-.003.587-.015.88h-.564c-.002-1.035.002-2.07-.002-3.105zM8.873 9.563c2.051 0 4.102-.002 6.153 0 .001.605.004 1.211-.001 1.816-1.465.005-2.93 0-4.395.002-.07.747-.102 1.496-.172 2.242 1.393-.745 3.346-.566 4.41.666.966 1.154 1.075 2.898.41 4.224-.375.735-1.029 1.311-1.785 1.633-.907.395-1.927.44-2.896.309-.849-.118-1.697-.411-2.361-.969.356-.495.712-.99 1.071-1.484a3.782 3.782 0 0 0 2.363.709c.814.005 1.686-.423 1.98-1.22.281-.76.165-1.798-.579-2.252-.858-.48-2.029-.252-2.668.492-.618-.261-1.236-.52-1.854-.782l.324-5.387z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-50--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.914 0h22.171c.448.101.814.468.915.916v22.167a1.23 1.23 0 0 1-.915.917H.916A1.234 1.234 0 0 1 0 23.086V.914A1.23 1.23 0 0 1 .914 0m.652.587C1.008.647.56 1.171.575 1.73v20.54c-.021.621.535 1.176 1.155 1.155h20.539c.621.021 1.176-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.015.451-.017 6.408.001 12.816-.001 19.223.001.57-.006 1.074.499 1.068 1.069v19.509c.006.569-.499 1.074-1.068 1.069-6.503.002-13.006.002-19.509 0-.569.005-1.075-.499-1.068-1.069V2.245c-.003-.509.398-.98.903-1.053m10.945 2.787c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586a29.282 29.282 0 0 0-.519-.199c-.163.375-.689.547-.99.231-.395-.454-.394-1.189-.093-1.693.258-.403.897-.31 1.096.105.168-.075.336-.152.503-.23-.313-.79-1.52-.917-2.025-.253m6.862-.217c-.384.263-.44.882-.095 1.199.34.325.856.328 1.224.603.234.173.123.573-.152.631-.365.124-.761-.099-.904-.444-.171.062-.341.128-.512.187.212.818 1.341 1.082 1.964.57.397-.326.413-1.019.01-1.346-.322-.275-.758-.331-1.124-.523-.186-.075-.218-.359-.045-.466.28-.163.696-.068.835.24.169-.054.337-.11.505-.17-.192-.712-1.159-.868-1.705-.481M2.215 3.598c-.002.181-.002.361 0 .542.291.003.581 0 .871.001l.001 2.577h.563l.001-2.577.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.387 3.099c.187.002.374.002.562 0 .005-.399 0-.798.002-1.197.202-.001.403-.002.604 0 .198.398.391.8.592 1.197.21.001.419.002.629-.002-.2-.419-.408-.834-.608-1.253.583-.201.788-.975.462-1.473-.172-.27-.506-.378-.811-.382-.477-.003-.954-.001-1.431 0-.001 1.036-.003 2.072.001 3.109m3.495-3.082v1.921c.003.353.098.738.383.971.416.323 1.031.334 1.496.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0l-.001 1.876c-.007.227-.034.503-.246.636a.909.909 0 0 1-.75.033c-.225-.091-.298-.354-.299-.576-.008-.656-.001-1.312-.003-1.968h-.568m7.04.001c.003 1.035-.001 2.07.002 3.105h.563c.011-.292-.019-.588.013-.878.165-.221.35-.427.519-.645.27.509.54 1.017.812 1.525.218 0 .436.001.655-.001l-1.088-1.998c.29-.373.592-.735.882-1.108-.222.004-.443.003-.665.003-.373.478-.75.953-1.126 1.428v-1.43c-.189.002-.377.002-.566 0m.287 5.782c-1.063.127-1.998.831-2.494 1.768-.795 1.478-.898 3.224-.762 4.867.142 1.428.584 2.988 1.797 3.876 1.393.968 3.543.81 4.669-.506.533-.607.847-1.374 1.04-2.151.264-1.109.309-2.262.208-3.394-.09-.915-.293-1.836-.731-2.652-.337-.631-.848-1.183-1.497-1.498-.686-.339-1.478-.407-2.229-.31m-12.981.166l-.323 5.387c.617.262 1.236.521 1.853.781.645-.75 1.834-.977 2.692-.476.726.466.833 1.492.551 2.244-.298.796-1.172 1.219-1.986 1.213a3.776 3.776 0 0 1-2.355-.709c-.358.494-.714.988-1.07 1.484.658.553 1.496.846 2.338.966.95.131 1.948.094 2.844-.274.754-.304 1.415-.853 1.808-1.568.714-1.32.629-3.089-.32-4.273-1.05-1.273-3.037-1.467-4.447-.714.062-.747.103-1.495.168-2.241 1.465-.002 2.931.002 4.397-.002.003-.606.002-1.211.001-1.816-2.05-.002-4.101-.001-6.151 0z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.946.017.392.052.413.713.032.799-.323.047-.653.009-.979.021v-.837zM16.708 11.189c.5-.095 1.052.039 1.414.407.474.477.667 1.153.784 1.797.158.989.159 2.004.014 2.994-.118.682-.309 1.404-.816 1.905-.602.605-1.714.557-2.254-.108-.601-.728-.721-1.713-.797-2.621-.035-1.079-.015-2.198.394-3.214.215-.548.653-1.062 1.261-1.16z"/><path d="M1.566.587c.165-.021.331-.011.496-.012h20.207c.621-.022 1.176.534 1.155 1.155v20.54c.02.62-.535 1.176-1.155 1.155H1.73c-.62.021-1.176-.534-1.155-1.155V1.73C.56 1.171 1.008.647 1.566.587m.514.605a1.085 1.085 0 0 0-.903 1.053v19.509c-.007.57.499 1.074 1.068 1.069 6.503.002 13.006.002 19.509 0 .569.005 1.074-.5 1.068-1.069V2.245c.006-.57-.499-1.075-1.068-1.069-6.408-.003-12.816 0-19.223-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.979c.505-.665 1.712-.538 2.025.253-.167.078-.335.154-.503.23-.199-.415-.838-.508-1.096-.105-.301.503-.301 1.238.093 1.693.302.316.827.144.99-.231.173.066.347.131.519.199-.107.232-.259.452-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.558.142-2.17zM19.886 3.761c.546-.387 1.514-.231 1.705.481-.167.06-.336.116-.505.17-.139-.308-.555-.402-.835-.24-.172.107-.141.391.045.466.366.191.802.248 1.124.523.403.328.387 1.02-.01 1.346-.623.512-1.752.247-1.964-.57.172-.06.341-.125.512-.187.143.345.539.568.904.444.275-.058.386-.458.152-.631-.368-.275-.884-.277-1.224-.603-.345-.317-.289-.936.095-1.199zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001-.001 2.577c-.188.002-.375.001-.563 0l-.001-2.577c-.291-.001-.581.001-.871-.001a48.96 48.96 0 0 1 0-.542zM5.602 6.697c-.004-1.036-.002-2.072-.001-3.109.477 0 .954-.002 1.431 0 .306.003.64.112.811.382.327.498.121 1.272-.462 1.473.201.419.409.834.608 1.253-.21.004-.419.003-.629.002-.201-.397-.394-.798-.592-1.197a30.402 30.402 0 0 0-.604 0c-.002.399.003.798-.002 1.197-.188.002-.375.002-.562 0m.565-2.576v.837c.326-.012.656.027.979-.021.38-.086.36-.747-.032-.799-.313-.039-.631-.007-.946-.017zM9.099 3.614h.568c.002.656-.005 1.313.003 1.968.001.222.074.485.299.576a.91.91 0 0 0 .75-.033c.211-.134.239-.409.246-.636l.001-1.876c.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.222-1.08.211-1.496-.112-.285-.233-.38-.618-.383-.971V3.615zM16.137 3.614h.566v1.43c.376-.476.754-.95 1.126-1.428.222 0 .443.001.665-.003-.29.373-.592.735-.882 1.108L18.7 6.719c-.218.002-.436.001-.655.001a445.12 445.12 0 0 1-.812-1.525c-.169.218-.355.424-.519.645-.032.29-.002.586-.013.878a35.22 35.22 0 0 1-.563 0c-.003-1.035.001-2.07-.002-3.105zM16.425 9.397c.751-.097 1.543-.029 2.229.31.648.315 1.16.867 1.497 1.498.438.816.641 1.736.731 2.652.101 1.133.056 2.286-.208 3.394-.192.777-.507 1.544-1.04 2.151-1.125 1.315-3.276 1.473-4.669.506-1.213-.888-1.655-2.448-1.797-3.876-.135-1.643-.032-3.388.762-4.867.496-.937 1.431-1.642 2.494-1.768m.284 1.792c-.607.098-1.046.613-1.261 1.16-.409 1.016-.428 2.135-.394 3.214.075.908.196 1.893.797 2.621.54.666 1.652.713 2.254.108.507-.502.697-1.223.816-1.905a9.886 9.886 0 0 0-.014-2.994c-.117-.644-.31-1.32-.784-1.797-.362-.368-.914-.502-1.414-.407zM3.445 9.563h6.151c.001.606.002 1.211-.001 1.816-1.466.004-2.932 0-4.397.002-.065.746-.106 1.494-.168 2.241 1.41-.753 3.397-.558 4.447.714.949 1.185 1.034 2.953.32 4.273-.393.715-1.054 1.265-1.808 1.568-.896.368-1.894.405-2.844.274-.842-.12-1.68-.413-2.338-.966.356-.495.712-.99 1.07-1.484.682.485 1.516.75 2.355.709.814.007 1.688-.417 1.986-1.213.282-.753.175-1.778-.551-2.244-.858-.501-2.048-.274-2.692.476-.618-.26-1.237-.519-1.853-.781l.323-5.387z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-55--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.909 0h22.179c.444.104.807.467.911.911v22.176a1.24 1.24 0 0 1-.911.914H.911a1.24 1.24 0 0 1-.912-.909V.912C.103.468.465.106.908.001m.658.586C1.008.647.559 1.171.575 1.73v20.539c-.021.621.535 1.176 1.155 1.155h20.539c.621.021 1.176-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.109c-.181.002-.363-.009-.543.012z"/><path fill="#fff" d="M2.08 1.192c.15-.024.301-.015.451-.017 6.408.001 12.816-.001 19.223.001.57-.006 1.075.5 1.069 1.069v19.508c.006.57-.499 1.074-1.069 1.069-6.502.002-13.005.002-19.508 0-.57.006-1.076-.499-1.069-1.069V2.245a1.085 1.085 0 0 1 .903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586a29.282 29.282 0 0 0-.519-.199c-.163.375-.689.547-.99.231-.394-.454-.394-1.188-.094-1.692.258-.403.897-.311 1.096.104.168-.075.336-.151.503-.229-.311-.792-1.52-.918-2.024-.254m6.836-.196c-.362.271-.403.869-.068 1.178.34.325.855.328 1.224.602.235.174.123.576-.154.632-.365.123-.759-.1-.901-.444-.174.063-.347.127-.52.193.233.808 1.344 1.077 1.971.563.397-.326.412-1.019.009-1.346-.33-.284-.783-.331-1.153-.54-.179-.092-.171-.382.011-.466.283-.135.672-.041.809.258.169-.055.337-.111.504-.171-.196-.722-1.192-.874-1.732-.459M2.215 3.598c-.002.18-.002.361 0 .541.29.003.581 0 .871.001l.001 2.578h.563c.001-.859-.001-1.718.001-2.577.288-.001.576.001.864-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.387 3.099c.188.002.375.002.562 0 .005-.399 0-.798.002-1.197.202-.001.403-.002.605.001.197.398.391.799.592 1.196.21 0 .419.002.629-.002-.199-.42-.408-.834-.608-1.253.583-.201.788-.975.461-1.473-.172-.27-.506-.378-.811-.381-.477-.003-.953-.001-1.431 0-.001 1.036-.002 2.072 0 3.109m3.497-3.083v1.919c.003.353.097.739.382.973.416.324 1.031.334 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0-.002.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.219-.113-.268-.384-.268-.608-.003-.64 0-1.28-.001-1.92a53.77 53.77 0 0 1-.568 0m7.038 0c.003 1.035 0 2.07.002 3.104.188.002.376.002.564 0 .012-.293-.021-.59.015-.88.164-.221.349-.426.517-.644.27.509.54 1.017.812 1.524h.655l-1.088-1.997c.289-.374.592-.736.882-1.109-.222.004-.444.003-.666.003-.372.479-.75.952-1.126 1.428V3.614c-.189.002-.377.002-.566 0M3.84 9.563c-.114 1.795-.219 3.591-.325 5.386.616.264 1.236.519 1.852.783.644-.746 1.822-.976 2.682-.485.73.457.844 1.478.571 2.232-.287.796-1.153 1.231-1.964 1.232a3.77 3.77 0 0 1-2.385-.708c-.359.493-.715.987-1.07 1.483.653.551 1.488.843 2.325.965.951.133 1.949.098 2.847-.268.765-.305 1.435-.863 1.829-1.591.694-1.303.615-3.034-.298-4.213-1.038-1.308-3.052-1.517-4.478-.76l.162-2.238 4.4-.001V9.562H3.841m10.067.001c-.11 1.796-.218 3.592-.323 5.387.617.262 1.235.52 1.852.781.643-.749 1.828-.976 2.686-.48.733.465.841 1.498.555 2.254-.301.796-1.178 1.216-1.992 1.207a3.766 3.766 0 0 1-2.347-.709c-.358.493-.714.988-1.07 1.483.658.556 1.5.848 2.343.968.923.126 1.891.095 2.768-.247.781-.298 1.472-.856 1.877-1.594.71-1.313.63-3.069-.302-4.254-1.044-1.291-3.045-1.492-4.462-.738.056-.746.105-1.493.164-2.239 1.466-.001 2.932.001 4.399-.001.002-.606.001-1.211 0-1.817a6301.7 6301.7 0 0 0-6.149 0z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.946.017.392.053.412.714.03.799-.322.047-.652.009-.977.021v-.837z"/><path d="M1.566.587c.18-.022.362-.01.543-.012h20.16c.621-.022 1.176.534 1.155 1.155v20.539c.021.621-.534 1.176-1.155 1.155H1.73c-.621.021-1.177-.534-1.155-1.155V1.73c-.016-.56.433-1.084.991-1.143m.514.605a1.086 1.086 0 0 0-.903 1.054v19.508c-.007.57.499 1.075 1.069 1.069 6.503.002 13.006.002 19.508 0 .57.005 1.075-.5 1.069-1.069V2.246c.006-.57-.499-1.075-1.069-1.069-6.407-.003-12.815 0-19.223-.001-.15.001-.302-.008-.451.017z"/><path d="M13.025 3.979c.504-.664 1.713-.538 2.024.254-.167.077-.335.154-.503.229-.199-.415-.839-.507-1.096-.104-.3.503-.3 1.237.094 1.692.302.316.827.144.99-.231.173.066.347.131.519.199-.107.232-.259.452-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.559.142-2.17zM19.86 3.782c.541-.415 1.536-.263 1.732.459-.167.06-.336.116-.504.171-.136-.299-.526-.393-.809-.258-.182.084-.19.374-.011.466.369.21.822.256 1.153.54.403.327.387 1.02-.009 1.346-.627.514-1.738.245-1.971-.563.173-.066.346-.13.52-.193.142.344.537.567.901.444.277-.057.389-.458.154-.632-.368-.274-.884-.277-1.224-.602-.335-.308-.294-.907.068-1.178zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.577 0-.864.001-.002.859 0 1.718-.001 2.577-.188.002-.375.001-.563 0L3.087 4.14c-.291 0-.581.002-.871-.001a48.78 48.78 0 0 1 0-.541zM5.601 6.697a644.393 644.393 0 0 1 0-3.109c.477 0 .954-.003 1.431 0 .306.003.64.112.811.381.327.498.122 1.272-.461 1.473.2.419.409.833.608 1.253-.21.004-.419.002-.629.002-.201-.397-.394-.798-.592-1.196-.202-.003-.403-.002-.605-.001-.002.399.003.798-.002 1.197-.187.002-.374.002-.562 0m.565-2.575v.837c.325-.012.654.026.977-.021.381-.084.362-.746-.03-.799-.313-.039-.631-.007-.946-.017zM9.099 3.614h.568c.001.64-.002 1.281.001 1.92 0 .224.049.495.268.608a.913.913 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.221-1.08.212-1.497-.112-.285-.234-.379-.619-.382-.973V3.614zM16.137 3.614h.566v1.429c.376-.475.754-.949 1.126-1.428.222 0 .443.001.666-.003-.29.373-.593.735-.882 1.109.364.665.726 1.331 1.088 1.997-.218.002-.436.001-.655 0-.272-.507-.542-1.016-.812-1.524-.169.218-.354.423-.518.644-.036.29-.003.588-.015.88-.188.002-.376.002-.564 0-.002-1.035.001-2.07-.002-3.104zM3.84 9.563h6.147v1.818l-4.4.001-.162 2.238c1.425-.757 3.439-.548 4.478.76.913 1.179.991 2.91.298 4.213-.393.728-1.064 1.286-1.829 1.591-.898.366-1.896.4-2.847.268-.837-.122-1.671-.413-2.325-.965.354-.496.711-.99 1.07-1.483a3.763 3.763 0 0 0 2.385.708c.811-.001 1.677-.436 1.964-1.232.273-.754.159-1.775-.571-2.232-.859-.491-2.038-.261-2.682.485-.616-.264-1.236-.519-1.852-.783.106-1.795.211-3.591.325-5.386zM13.908 9.563a6301.7 6301.7 0 0 1 6.149 0v1.817c-1.466.002-2.933 0-4.399.001-.059.746-.108 1.493-.164 2.239 1.418-.755 3.418-.553 4.462.738.933 1.185 1.013 2.942.302 4.254-.405.737-1.096 1.296-1.877 1.594-.877.342-1.844.373-2.768.247-.843-.12-1.686-.412-2.343-.968.355-.495.712-.99 1.07-1.483a3.764 3.764 0 0 0 2.347.709c.814.008 1.691-.412 1.992-1.207.286-.756.178-1.789-.555-2.254-.858-.495-2.044-.268-2.686.48-.617-.261-1.236-.519-1.852-.781.105-1.796.213-3.592.323-5.387z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-60--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.911 0h22.177c.445.103.81.467.912.913v22.172a1.238 1.238 0 0 1-.913.915H.913a1.237 1.237 0 0 1-.914-.911V.911C.102.466.465.103.91-.001m.656.588C1.008.646.559 1.171.575 1.73v20.539c-.025.661.6 1.222 1.252 1.156 6.814-.002 13.628 0 20.442-.001.621.021 1.176-.534 1.155-1.155V1.73a1.148 1.148 0 0 0-.67-1.053c-.254-.122-.542-.104-.817-.103H2.109c-.181.002-.363-.009-.543.012z"/><path fill="#fff" d="M2.08 1.193c.149-.024.301-.016.451-.017 6.408.002 12.816-.001 19.223.001.57-.006 1.074.5 1.068 1.069.001 6.502.002 13.006 0 19.508.006.57-.499 1.074-1.069 1.069-6.502.002-13.005.002-19.508 0-.569.006-1.076-.499-1.069-1.069V2.246a1.083 1.083 0 0 1 .903-1.053m10.946 2.786c-.458.612-.477 1.498-.142 2.17.302.612 1.157.794 1.716.436.209-.135.349-.347.454-.568a32.6 32.6 0 0 0-.519-.199c-.164.374-.689.547-.991.23-.395-.454-.394-1.189-.094-1.692.259-.404.897-.31 1.097.104.169-.076.337-.152.504-.23-.315-.789-1.52-.917-2.025-.252m6.835-.196c-.363.271-.403.869-.068 1.178.34.325.855.328 1.224.603.234.173.123.574-.153.632-.366.124-.758-.101-.904-.443-.173.063-.347.127-.519.194.234.796 1.313 1.068 1.947.583.419-.318.447-1.032.035-1.367-.33-.284-.783-.331-1.153-.54-.166-.086-.176-.349-.018-.448.281-.164.696-.068.837.239.169-.054.338-.111.505-.171-.198-.721-1.192-.874-1.733-.459M2.215 3.598v.542c.291.002.581.001.872.001v2.578h.563V4.142h.865c.001-.181.001-.362 0-.543H2.214m3.387 3.098h.562c.004-.399.001-.798.002-1.197.202 0 .403-.001.605.001.197.399.391.799.591 1.197.21.001.42.002.63-.002-.2-.419-.408-.834-.609-1.252.571-.199.781-.944.48-1.445-.166-.288-.513-.408-.83-.41-.477-.003-.954 0-1.431 0 0 1.036-.002 2.073.001 3.109m3.497-3.084v1.92c.003.353.098.739.382.973.417.324 1.031.333 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.005-2.017-.188.003-.375.002-.562 0v1.875c-.007.228-.034.504-.246.638a.909.909 0 0 1-.75.032c-.225-.092-.297-.355-.299-.576-.008-.656-.001-1.313-.003-1.968h-.568m7.038 0c.003 1.035 0 2.07.002 3.105h.564c.012-.293-.022-.59.015-.879.162-.223.35-.427.517-.645.269.509.54 1.018.812 1.525.218 0 .436.001.655-.001-.363-.666-.725-1.333-1.089-1.998.291-.372.592-.736.883-1.108-.222.003-.444.003-.666.002-.372.479-.75.953-1.126 1.428v-1.43c-.189.002-.377.002-.566 0M4.779 11.294c-1.136 1.084-1.746 2.628-1.875 4.175-.089.915-.054 1.863.272 2.731.262.711.737 1.353 1.384 1.756.768.488 1.713.624 2.607.543 1.087-.088 2.178-.616 2.775-1.554.799-1.262.705-3.031-.209-4.209-1.061-1.349-3.211-1.62-4.602-.638a4.03 4.03 0 0 1 1.294-1.86c.73-.589 1.64-.918 2.559-1.062 0-.602.001-1.204-.001-1.807-1.537.245-3.073.824-4.204 1.924m11.692-1.899a3.226 3.226 0 0 0-2 1.046c-.697.78-1.034 1.813-1.201 2.828-.221 1.53-.18 3.129.311 4.605.297.866.821 1.696 1.622 2.173 1.464.85 3.593.578 4.616-.836 1.027-1.405 1.188-3.238 1.119-4.925-.059-1.008-.238-2.028-.69-2.939-.318-.642-.8-1.22-1.433-1.567-.707-.396-1.549-.483-2.343-.386z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.947.018.392.053.412.714.031.799-.323.047-.652.009-.978.021v-.838zM16.799 11.178c.69-.127 1.393.265 1.701.884.42.783.518 1.69.545 2.564.017.938-.032 1.899-.365 2.785-.175.463-.467.915-.921 1.144-.572.281-1.328.197-1.785-.263-.438-.433-.634-1.043-.758-1.631-.176-.916-.187-1.859-.101-2.785.079-.703.223-1.429.627-2.025.242-.355.626-.619 1.057-.674zM6.299 15.35c.581-.085 1.222.003 1.692.378.824.65.78 2.127-.131 2.68a2.33 2.33 0 0 1-2.349-.011c-.735-.463-.883-1.528-.471-2.252.258-.452.754-.722 1.259-.795z"/><path d="M1.566.587c.18-.022.362-.01.543-.012h19.828c.274 0 .563-.019.817.103.407.178.677.61.67 1.053V22.27c.021.621-.534 1.176-1.155 1.155-6.814.002-13.628-.001-20.442.001-.652.065-1.277-.495-1.252-1.156V1.731c-.016-.56.433-1.084.991-1.143m.514.605a1.085 1.085 0 0 0-.903 1.053v19.508c-.007.57.5 1.075 1.069 1.069 6.503.002 13.006.002 19.508 0 .57.006 1.075-.499 1.069-1.069.002-6.502.001-13.006 0-19.508.006-.57-.499-1.075-1.068-1.069-6.408-.003-12.816 0-19.223-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.979c.506-.665 1.71-.537 2.025.252-.167.078-.335.154-.504.23-.2-.414-.838-.508-1.097-.104-.3.503-.301 1.238.094 1.692.302.317.827.144.991-.23.173.065.347.131.519.199-.105.221-.245.434-.454.568-.559.358-1.414.175-1.716-.436-.335-.672-.316-1.559.142-2.17zM19.86 3.782c.541-.415 1.535-.262 1.733.459-.167.06-.336.116-.505.171-.141-.307-.556-.403-.837-.239-.158.099-.148.362.018.448.369.21.822.256 1.153.54.413.335.384 1.049-.035 1.367-.635.485-1.713.213-1.947-.583.172-.067.346-.13.519-.194.146.342.538.567.904.443.276-.058.388-.458.153-.632-.368-.275-.884-.277-1.224-.603-.335-.308-.294-.907.068-1.178zM2.215 3.598h2.301c.001.181.001.362 0 .543h-.865v2.577h-.563V4.14c-.291 0-.582.001-.872-.001a48.96 48.96 0 0 1 0-.542zM5.601 6.697C5.598 5.661 5.6 4.624 5.6 3.588c.477 0 .954-.003 1.431 0 .317.002.664.122.83.41.301.501.091 1.245-.48 1.445.201.419.409.834.609 1.252-.21.004-.42.003-.63.002-.2-.397-.394-.798-.591-1.197-.202-.002-.403-.001-.605-.001-.001.399.002.798-.002 1.197a52.64 52.64 0 0 1-.562 0m.565-2.574v.838c.325-.012.655.026.978-.021.381-.084.361-.746-.031-.799-.314-.04-.631-.007-.947-.018zM9.099 3.614h.568c.002.656-.005 1.312.003 1.968.002.221.074.484.299.576a.913.913 0 0 0 .75-.032c.212-.134.24-.41.246-.638V3.613c.188.002.375.003.562 0-.007.672.003 1.345-.005 2.017-.009.39-.181.805-.544.989-.465.221-1.08.212-1.497-.112-.285-.234-.379-.619-.382-.973v-1.92zM16.137 3.614c.189.002.377.001.566 0v1.43c.375-.476.754-.95 1.126-1.428.222.001.444 0 .666-.002-.291.372-.592.735-.883 1.108.364.665.726 1.332 1.089 1.998-.219.002-.437.001-.655.001-.272-.508-.543-1.016-.812-1.525-.168.219-.356.422-.518.645-.037.29-.003.587-.015.879h-.564c-.002-1.035.001-2.07-.002-3.105zM4.779 11.294c1.132-1.1 2.668-1.679 4.204-1.924.002.602.001 1.205.001 1.807-.92.144-1.829.473-2.559 1.062a4.028 4.028 0 0 0-1.294 1.86c1.391-.982 3.541-.711 4.602.638.914 1.178 1.008 2.947.209 4.209-.597.938-1.688 1.467-2.775 1.554-.894.082-1.838-.054-2.607-.543-.647-.404-1.122-1.046-1.384-1.756-.326-.868-.36-1.816-.272-2.731.129-1.547.738-3.091 1.875-4.175m1.52 4.055c-.505.073-1 .344-1.259.795-.413.724-.265 1.789.471 2.252a2.33 2.33 0 0 0 2.349.011c.911-.554.955-2.03.131-2.68-.47-.375-1.111-.463-1.692-.378zM16.471 9.394c.794-.098 1.635-.01 2.343.386.634.347 1.116.924 1.433 1.567.452.911.631 1.931.69 2.939.069 1.687-.092 3.519-1.119 4.925-1.023 1.414-3.152 1.686-4.616.836-.801-.477-1.325-1.307-1.622-2.173-.491-1.476-.532-3.075-.311-4.605.168-1.016.504-2.048 1.201-2.828a3.226 3.226 0 0 1 2-1.046m.329 1.783c-.431.054-.815.319-1.057.674-.404.595-.548 1.321-.627 2.025-.086.927-.075 1.869.101 2.785.125.588.321 1.198.758 1.631.457.46 1.213.544 1.785.262.454-.229.745-.681.921-1.144.332-.886.382-1.848.365-2.785-.027-.874-.126-1.781-.545-2.564-.308-.619-1.011-1.011-1.701-.884z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-65--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.906 0h22.188c.441.107.8.466.907.907v22.185a1.248 1.248 0 0 1-.907.908H.909a1.247 1.247 0 0 1-.907-.906V.905C.109.465.467.106.908-.001m.658.588c-.558.06-1.007.584-.991 1.144v20.538c-.025.661.6 1.222 1.253 1.157 6.814-.002 13.627 0 20.441-.001.621.022 1.177-.534 1.155-1.155V1.732a1.147 1.147 0 0 0-.67-1.053c-.255-.123-.543-.104-.817-.103H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.15-.024.301-.016.451-.017 6.407.001 12.815-.001 19.222.001.57-.007 1.077.5 1.07 1.07v19.507c.007.57-.5 1.076-1.07 1.07-6.502.002-13.005.002-19.507 0-.57.006-1.077-.5-1.07-1.07V2.246c-.004-.51.398-.982.903-1.055m10.946 2.788c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586-.173-.068-.345-.133-.518-.199-.164.375-.689.547-.991.231-.394-.454-.394-1.188-.094-1.691.258-.404.898-.312 1.096.104a45.5 45.5 0 0 0 .503-.228c-.309-.793-1.52-.918-2.024-.254m6.836-.198c-.363.271-.403.869-.068 1.178.34.325.855.328 1.223.602.236.174.123.577-.155.633-.365.123-.759-.102-.901-.446-.173.068-.352.123-.519.202.245.801 1.345 1.068 1.973.555.396-.326.412-1.018.009-1.346-.33-.284-.783-.33-1.153-.54-.179-.091-.172-.381.01-.465.284-.137.673-.041.811.257.168-.056.337-.111.503-.172-.199-.721-1.192-.874-1.732-.458M2.215 3.598c-.002.18-.002.361-.001.541.291.002.581 0 .872.001l.001 2.578h.563V4.141l.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.387 3.099c.187.002.375.002.562 0 .005-.399.001-.798.002-1.197.202-.001.404-.002.606.001.196.399.39.799.591 1.196.21 0 .419.002.629-.002-.2-.42-.408-.834-.608-1.253.584-.201.788-.975.461-1.473-.172-.269-.506-.377-.811-.381-.477-.003-.953-.001-1.431-.001-.001 1.036-.002 2.073 0 3.109m3.497-3.082v1.918c.003.354.097.74.382.974.416.324 1.031.334 1.497.112.363-.184.535-.6.544-.989.007-.672-.002-1.344.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.922-.008.224-.054.495-.274.608a.921.921 0 0 1-.752 0c-.22-.113-.268-.385-.269-.609-.003-.64 0-1.28-.001-1.92a53.77 53.77 0 0 1-.568 0m7.039.001c.003 1.035 0 2.07.001 3.105h.564c.013-.293-.022-.592.015-.882.164-.221.349-.425.517-.643.269.509.54 1.017.812 1.524.218.001.436.001.655-.001-.362-.665-.724-1.331-1.089-1.995.288-.375.593-.736.882-1.11-.222.004-.444.003-.666.003-.371.479-.749.952-1.125 1.427-.002-.477 0-.953-.001-1.429-.189.002-.377.002-.566 0M5.189 11.282c-1.05.998-1.661 2.391-1.846 3.815-.124.979-.141 1.998.173 2.944.242.746.709 1.433 1.369 1.869.695.469 1.553.637 2.38.607.889-.026 1.793-.303 2.474-.889 1.464-1.237 1.503-3.697.232-5.082-1.108-1.184-3.122-1.387-4.441-.444a3.986 3.986 0 0 1 1.255-1.834c.735-.606 1.658-.946 2.591-1.09.007-.602.002-1.204.002-1.807-1.53.243-3.058.821-4.189 1.911m8.746-1.719l-.323 5.387 1.854.781c.639-.743 1.809-.972 2.668-.491.744.455.86 1.492.579 2.252-.294.797-1.166 1.225-1.98 1.22-.843.045-1.679-.225-2.367-.708-.354.495-.714.988-1.068 1.484.665.558 1.514.851 2.364.969.968.13 1.987.084 2.893-.31.756-.321 1.41-.897 1.785-1.632.665-1.326.556-3.07-.41-4.224-1.064-1.232-3.017-1.41-4.411-.667.07-.746.102-1.496.172-2.242 1.465-.003 2.93.002 4.395-.003.005-.605.002-1.21.001-1.815-2.051-.003-4.102-.001-6.154-.001z"/><path fill="#fff" d="M6.165 4.122c.315.009.633-.022.946.017.393.053.412.715.03.799-.322.046-.652.009-.976.021v-.837zM6.718 15.346c.703-.103 1.522.076 1.953.684.511.732.372 1.908-.424 2.385a2.337 2.337 0 0 1-2.295.008c-.802-.465-.954-1.637-.454-2.376.274-.405.745-.636 1.22-.702z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h19.875c.274-.001.562-.02.817.103.407.178.677.61.67 1.053v20.538c.021.621-.534 1.177-1.155 1.155-6.814.002-13.627-.001-20.441.001-.653.066-1.278-.496-1.253-1.157V1.73c-.016-.56.433-1.084.991-1.144m.514.606a1.084 1.084 0 0 0-.903 1.055v19.507c-.007.57.5 1.076 1.07 1.07 6.502.002 13.005.002 19.507 0 .57.006 1.076-.5 1.07-1.07V2.247c.007-.57-.499-1.077-1.07-1.07-6.407-.003-12.815 0-19.222-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.979c.504-.664 1.714-.539 2.024.254-.167.077-.335.154-.503.228-.199-.416-.839-.507-1.096-.104-.3.503-.3 1.237.094 1.691.302.316.827.144.991-.231.173.066.346.131.518.199-.106.232-.259.453-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.558.142-2.17zM19.86 3.782c.541-.415 1.534-.262 1.733.458-.167.061-.335.116-.503.172-.138-.299-.527-.395-.811-.257-.181.084-.189.374-.01.465.369.21.822.256 1.153.54.403.328.387 1.02-.009 1.346-.627.514-1.728.246-1.973-.555.168-.08.346-.134.519-.202.143.344.536.569.901.446.277-.056.39-.459.155-.633-.368-.274-.884-.278-1.223-.602-.335-.308-.294-.907.068-1.178zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001v2.577c-.188.002-.375.001-.563 0L3.087 4.14c-.291 0-.581.001-.872-.001a32.52 32.52 0 0 1 .001-.541zM5.601 6.697a644.393 644.393 0 0 1 0-3.109c.477 0 .954-.002 1.431.001.306.003.639.112.811.381.327.499.122 1.273-.461 1.473.2.419.409.834.608 1.253-.21.004-.419.002-.629.002-.2-.397-.394-.797-.591-1.196a20.403 20.403 0 0 0-.606-.001c-.001.399.003.798-.002 1.197-.187.002-.375.002-.562 0m.565-2.576v.837c.325-.012.654.025.976-.021.382-.084.363-.746-.03-.799-.313-.039-.631-.008-.946-.017zM9.099 3.614h.568c.001.64-.002 1.28.001 1.92 0 .225.049.496.269.609a.921.921 0 0 0 .752 0c.22-.113.266-.383.274-.608.005-.641 0-1.282.002-1.922.187.002.374.002.562 0-.007.672.002 1.344-.004 2.017-.009.39-.181.805-.544.989-.465.222-1.08.212-1.497-.112-.285-.234-.379-.62-.382-.974V3.615zM16.137 3.614h.566c.001.476-.001.953.001 1.429.375-.475.753-.949 1.125-1.427.222 0 .444 0 .666-.003-.289.374-.593.735-.882 1.11.365.664.727 1.33 1.089 1.995a47.67 47.67 0 0 1-.655.001 318.8 318.8 0 0 1-.812-1.524c-.168.217-.353.422-.517.643-.037.29-.003.588-.015.882h-.564c-.001-1.035.002-2.07-.001-3.105zM5.189 11.282c1.131-1.09 2.659-1.668 4.189-1.911 0 .602.004 1.205-.002 1.807-.934.144-1.857.484-2.591 1.09a3.986 3.986 0 0 0-1.255 1.834c1.319-.943 3.333-.74 4.441.444 1.272 1.385 1.233 3.846-.232 5.082-.681.586-1.585.863-2.474.889-.827.03-1.686-.139-2.38-.607-.66-.436-1.127-1.123-1.369-1.869-.314-.946-.298-1.965-.173-2.944.186-1.424.796-2.818 1.846-3.815m1.529 4.064c-.475.066-.946.297-1.22.702-.5.738-.348 1.91.454 2.376a2.34 2.34 0 0 0 2.295-.008c.795-.477.935-1.652.424-2.385-.431-.608-1.25-.787-1.953-.684zM13.935 9.563c2.052 0 4.103-.002 6.154.001.001.605.004 1.21-.001 1.815-1.465.006-2.931 0-4.395.003-.07.746-.102 1.495-.172 2.242 1.394-.744 3.347-.565 4.411.667.966 1.154 1.074 2.898.41 4.224-.375.735-1.029 1.311-1.785 1.632-.906.395-1.925.441-2.893.31-.851-.118-1.7-.411-2.364-.969.354-.496.713-.988 1.068-1.484.688.482 1.523.752 2.367.708.813.005 1.686-.423 1.98-1.22.281-.759.165-1.797-.579-2.252-.858-.48-2.029-.252-2.668.491l-1.854-.781.323-5.387z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-70--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.91 0h22.178c.445.103.808.467.912.912v22.174c-.102.446-.467.81-.912.914H.912a1.24 1.24 0 0 1-.913-.91V.911C.102.467.465.104.909 0m.657.587C1.008.647.559 1.171.575 1.73v20.539c-.021.621.535 1.176 1.155 1.155h20.539c.621.021 1.176-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.062c-.165.001-.331-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.15-.024.301-.015.451-.017 6.408.001 12.815-.001 19.223.001.57-.007 1.075.5 1.069 1.069v19.508c.006.57-.499 1.074-1.069 1.069-6.502.002-13.005.002-19.508 0-.57.006-1.076-.499-1.069-1.069V2.245c-.004-.51.398-.981.903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586a29.282 29.282 0 0 0-.519-.199c-.163.375-.689.547-.99.231-.394-.454-.394-1.189-.094-1.692.258-.403.898-.311 1.096.104.168-.075.336-.151.503-.229-.311-.792-1.519-.918-2.024-.254m6.786-.152c-.329.292-.333.871.007 1.156.341.304.839.311 1.199.579.235.174.123.576-.154.632-.365.123-.759-.1-.901-.444-.173.063-.347.128-.519.194.233.808 1.344 1.076 1.971.563.397-.326.412-1.019.009-1.346-.33-.284-.783-.33-1.152-.54-.18-.092-.171-.382.011-.466.283-.135.672-.041.808.258.169-.055.338-.111.504-.171-.202-.743-1.256-.888-1.782-.415M2.215 3.598c-.002.18-.002.361 0 .541.29.003.581 0 .871.001.001.859-.001 1.718.001 2.578h.563c.001-.859-.001-1.718.001-2.577.288-.001.576.001.864-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.388 3.099c.187.002.374.002.561 0 .005-.399 0-.798.002-1.197.202-.001.403-.002.605.001.197.398.391.799.592 1.196.21 0 .419.002.629-.002-.199-.42-.408-.834-.608-1.253.583-.201.788-.975.462-1.473-.172-.27-.506-.378-.812-.381-.477-.003-.953-.001-1.431 0-.001 1.036-.002 2.072.001 3.109m3.496-3.083v1.919c.003.353.097.739.382.973.416.324 1.031.334 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.22-.113-.268-.384-.269-.608-.003-.64 0-1.28-.001-1.92a53.77 53.77 0 0 1-.568 0m7.039 0c.003 1.035 0 2.07.002 3.104.188.002.376.002.564 0 .012-.293-.02-.59.015-.88.164-.221.349-.426.518-.644.27.509.54 1.017.812 1.525.218 0 .436.001.655-.001l-1.088-1.997c.289-.374.592-.736.882-1.109-.222.004-.444.003-.666.003-.372.479-.75.953-1.126 1.428V3.614c-.189.002-.377.002-.566 0m-.185 5.778c-.9.106-1.738.608-2.258 1.35-.952 1.361-1.125 3.098-1.074 4.714.077 1.493.402 3.12 1.524 4.196 1.13 1.048 2.976 1.144 4.274.36.664-.416 1.135-1.081 1.433-1.796.43-1.029.56-2.155.574-3.262-.012-1.168-.147-2.362-.63-3.437-.315-.706-.817-1.35-1.501-1.73-.705-.4-1.547-.489-2.341-.395M2.79 9.547v1.833c1.732.001 3.464-.001 5.195.001-.834 1.189-1.56 2.464-2.046 3.836-.594 1.635-.832 3.381-.844 5.115.629-.001 1.259.005 1.888-.003.135-3.184 1.048-6.477 3.134-8.958.03-.606.005-1.217.012-1.826h-7.34z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.946.017.392.053.412.715.03.799-.322.047-.652.009-.977.021v-.837zM16.193 11.19c.688-.154 1.421.204 1.746.825.385.676.503 1.465.558 2.231.049.9.022 1.816-.199 2.695-.132.494-.329.995-.705 1.356-.563.56-1.578.564-2.142.002-.376-.36-.572-.863-.703-1.357-.207-.833-.24-1.699-.206-2.553.049-.79.152-1.605.528-2.314.228-.434.629-.8 1.123-.885z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h20.207c.621-.022 1.176.534 1.155 1.155v20.539c.021.621-.534 1.176-1.155 1.155H1.73c-.621.021-1.177-.534-1.155-1.155V1.73c-.016-.56.433-1.084.991-1.143m.514.605a1.084 1.084 0 0 0-.903 1.054v19.508c-.007.57.499 1.075 1.069 1.069 6.503.002 13.006.002 19.508 0 .57.005 1.075-.5 1.069-1.069V2.246c.007-.57-.499-1.076-1.069-1.069-6.408-.003-12.815 0-19.223-.001-.15.001-.302-.008-.451.017z"/><path d="M13.025 3.979c.504-.665 1.713-.538 2.024.254-.167.077-.334.154-.503.229-.199-.415-.838-.507-1.096-.104-.3.503-.3 1.237.094 1.692.301.316.827.144.99-.231.173.066.347.131.519.199-.106.232-.259.452-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.559.142-2.17zM19.81 3.826c.526-.473 1.58-.328 1.782.415-.167.06-.336.116-.504.171-.136-.299-.525-.393-.808-.258-.182.084-.19.374-.011.466.369.21.822.256 1.152.54.403.328.388 1.02-.009 1.346-.627.514-1.738.246-1.971-.563.173-.067.346-.131.519-.194.143.344.537.568.901.444.277-.057.389-.458.154-.632-.36-.268-.858-.276-1.199-.579-.34-.285-.336-.865-.007-1.156zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.577 0-.864.001-.002.859 0 1.718-.001 2.577-.188.002-.375.001-.563 0-.002-.859 0-1.718-.001-2.578-.291-.001-.581.002-.871-.001a48.78 48.78 0 0 1 0-.541zM5.602 6.697a805.491 805.491 0 0 1-.001-3.109c.477 0 .954-.003 1.431 0 .306.003.64.112.812.381.327.498.121 1.272-.462 1.473.2.419.409.834.608 1.253-.21.004-.419.002-.629.002-.201-.397-.394-.798-.592-1.196-.202-.003-.403-.002-.605-.001-.002.399.003.798-.002 1.197-.187.002-.374.002-.561 0m.564-2.575v.837c.325-.011.654.026.977-.021.381-.084.362-.745-.03-.799-.313-.039-.631-.007-.946-.017zM9.099 3.614h.568c.001.64-.002 1.281.001 1.92 0 .225.049.495.269.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.222-1.08.212-1.497-.112-.285-.234-.379-.619-.382-.973V3.614zM16.137 3.614h.566v1.429c.376-.475.754-.949 1.126-1.428.222 0 .443.001.666-.003-.29.373-.593.735-.882 1.109.364.665.726 1.331 1.088 1.997-.218.002-.436.001-.655.001a445.12 445.12 0 0 1-.812-1.525c-.169.217-.354.423-.518.644-.035.29-.002.587-.015.88-.188.002-.376.002-.564 0-.002-1.035.001-2.07-.002-3.104zM15.954 9.392c.794-.095 1.636-.005 2.341.395.683.379 1.185 1.024 1.501 1.73.484 1.075.619 2.269.63 3.437-.015 1.107-.144 2.233-.574 3.262-.297.715-.769 1.38-1.433 1.796-1.298.784-3.144.688-4.274-.36-1.123-1.076-1.447-2.702-1.524-4.196-.051-1.617.122-3.353 1.074-4.714a3.262 3.262 0 0 1 2.258-1.35m.24 1.798c-.495.084-.895.451-1.123.885-.376.709-.479 1.523-.528 2.314-.035.854-.001 1.72.206 2.553.131.494.327.997.703 1.357.564.562 1.579.557 2.142-.002.376-.36.574-.862.705-1.356.221-.878.248-1.794.199-2.695-.055-.765-.173-1.554-.558-2.231-.325-.62-1.058-.979-1.746-.825zM2.79 9.547h7.34c-.007.608.018 1.22-.012 1.826-2.086 2.481-2.999 5.774-3.134 8.958-.629.008-1.259.001-1.888.003.012-1.734.249-3.48.844-5.115.486-1.373 1.211-2.648 2.046-3.836-1.732-.002-3.464 0-5.195-.001V9.549z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-75--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.912 0h22.174c.447.102.812.467.914.914v22.17c-.1.448-.467.813-.914.916H.915A1.235 1.235 0 0 1 0 23.088V.913C.102.467.466.103.912 0m.654.587C1.008.647.56 1.171.576 1.73v20.539c-.021.621.535 1.176 1.155 1.155H22.27c.62.021 1.175-.534 1.155-1.155V1.73a1.147 1.147 0 0 0-.67-1.052c-.254-.123-.543-.104-.817-.103H2.063c-.165.001-.332-.008-.497.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.015.451-.017 6.408.001 12.816-.001 19.223.001.57-.006 1.075.5 1.069 1.069v19.509c.006.569-.499 1.074-1.069 1.069-6.502.002-13.006.002-19.508 0-.57.005-1.076-.499-1.069-1.069V2.246a1.085 1.085 0 0 1 .903-1.054m10.945 2.787c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586a32.492 32.492 0 0 0-.518-.199c-.164.375-.689.547-.991.231-.394-.454-.394-1.189-.093-1.692.258-.403.897-.31 1.096.105.168-.075.336-.152.503-.229-.312-.791-1.52-.918-2.024-.253m6.835-.198c-.363.271-.404.869-.068 1.178.34.325.855.328 1.224.603.234.173.123.574-.153.631-.365.124-.76-.099-.903-.443a32.34 32.34 0 0 0-.519.193c.23.798 1.312 1.069 1.946.585.419-.318.447-1.032.035-1.367-.323-.275-.758-.331-1.124-.522-.186-.075-.218-.359-.046-.466.28-.163.696-.068.836.24.169-.054.338-.11.505-.17-.196-.722-1.191-.875-1.732-.459M2.215 3.598c-.002.18-.002.361 0 .542.29.003.581 0 .871.001l.001 2.578h.563V4.142l.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.388 3.098c.187.002.374.002.562 0 .004-.399 0-.798.002-1.197.202-.001.403-.002.604 0 .198.398.391.8.592 1.197.21.001.42.002.629-.002-.2-.419-.408-.834-.608-1.253.583-.201.788-.975.462-1.473-.172-.27-.506-.378-.811-.381-.477-.003-.954-.001-1.431 0-.001 1.036-.002 2.072.001 3.109m3.495-3.083v1.92c.003.353.098.738.382.972.417.323 1.031.333 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0-.002.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.219-.113-.268-.383-.269-.607-.003-.641 0-1.281-.001-1.921h-.568m7.039 0c.003 1.035 0 2.07.002 3.105h.564c.011-.293-.019-.588.013-.878.164-.222.35-.428.519-.646.27.509.54 1.017.812 1.525.218 0 .436.001.655-.001-.362-.666-.725-1.332-1.089-1.997.29-.373.592-.736.882-1.109-.222.004-.443.003-.665.003-.373.478-.75.953-1.126 1.428V3.615c-.189.002-.377.002-.566 0M3.183 9.547v1.833l5.195.001c-.838 1.193-1.566 2.474-2.052 3.852-.59 1.631-.825 3.371-.839 5.1h1.906c.022-1.64.329-3.271.847-4.825.5-1.494 1.236-2.924 2.263-4.125.047-.603.007-1.225.019-1.835h-7.34m10.22.015c-.114 1.795-.218 3.591-.325 5.386.616.263 1.236.52 1.853.782.642-.746 1.822-.975 2.68-.485.73.457.845 1.479.57 2.232-.287.796-1.152 1.231-1.964 1.232a3.77 3.77 0 0 1-2.385-.708c-.359.493-.714.987-1.07 1.482.652.552 1.486.843 2.322.965.963.135 1.976.098 2.882-.281.762-.312 1.427-.877 1.813-1.609.679-1.309.59-3.039-.336-4.208-1.046-1.285-3.04-1.485-4.456-.733l.162-2.238 4.4-.001V9.561h-6.147z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.946.017.392.052.413.713.032.799-.322.047-.652.009-.978.021v-.837z"/><path d="M1.566.587c.165-.02.331-.011.497-.012h19.875c.274-.001.563-.02.817.103.407.178.677.61.67 1.052v20.539c.021.621-.534 1.176-1.155 1.155H1.731c-.621.021-1.177-.534-1.155-1.155V1.73c-.016-.559.433-1.083.99-1.143m.514.605a1.085 1.085 0 0 0-.903 1.054v19.508c-.007.57.499 1.074 1.069 1.069 6.502.002 13.006.002 19.508 0 .57.005 1.074-.5 1.069-1.069V2.245c.006-.57-.499-1.075-1.069-1.069-6.407-.003-12.815 0-19.223-.001-.15.001-.302-.008-.451.017z"/><path d="M13.025 3.979c.504-.665 1.712-.538 2.024.253-.167.077-.335.154-.503.229-.199-.415-.838-.508-1.096-.105-.301.503-.301 1.238.093 1.692.302.316.827.144.991-.231.173.066.346.131.518.199-.107.232-.259.452-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.558.142-2.17zM19.86 3.782c.541-.415 1.536-.262 1.732.459-.167.06-.336.116-.505.17-.14-.308-.556-.403-.836-.24-.172.107-.14.391.046.466.366.191.802.247 1.124.522.412.335.384 1.049-.035 1.367-.634.485-1.716.213-1.946-.585.172-.066.346-.13.519-.193.143.344.538.567.903.443.276-.058.387-.458.153-.631-.368-.275-.884-.278-1.224-.603-.335-.308-.294-.907.068-1.178zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001v2.577c-.188.002-.375.001-.563 0L3.087 4.14c-.291 0-.581.002-.871-.001a48.96 48.96 0 0 1 0-.542zM5.602 6.697a805.491 805.491 0 0 1-.001-3.109c.477 0 .954-.003 1.431 0 .306.003.639.112.811.381.327.499.121 1.272-.462 1.473.201.419.409.834.608 1.253-.21.004-.419.003-.629.002-.2-.397-.394-.798-.592-1.197a30.402 30.402 0 0 0-.604 0c-.002.399.002.798-.002 1.197-.188.002-.375.002-.562 0m.565-2.575v.837c.325-.012.655.026.978-.021.381-.085.36-.747-.032-.799-.313-.039-.631-.007-.946-.017zM9.099 3.614h.568c.001.64-.002 1.281.001 1.921 0 .224.049.495.269.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.221-1.08.211-1.497-.112-.285-.234-.379-.618-.382-.972v-1.92zM16.137 3.614h.566v1.429c.376-.475.754-.95 1.126-1.428.222 0 .443.001.665-.003-.29.373-.593.735-.882 1.109.364.665.727 1.331 1.089 1.997-.218.002-.436.001-.655.001a445.12 445.12 0 0 1-.812-1.525c-.169.218-.355.424-.519.646-.032.29-.002.586-.013.878h-.564c-.002-1.035.001-2.07-.002-3.105zM3.183 9.547h7.34c-.012.61.028 1.232-.019 1.835-1.027 1.202-1.763 2.631-2.263 4.125-.518 1.554-.825 3.185-.847 4.825H5.488c.014-1.729.248-3.469.839-5.1.486-1.378 1.214-2.66 2.052-3.852l-5.195-.001V9.546zM13.402 9.563h6.147v1.818l-4.4.001-.162 2.238c1.416-.751 3.411-.552 4.456.733.926 1.17 1.015 2.9.336 4.208-.386.732-1.051 1.297-1.813 1.609-.907.379-1.92.416-2.882.281-.836-.122-1.67-.413-2.322-.965.355-.495.711-.99 1.07-1.482a3.757 3.757 0 0 0 2.385.708c.811-.001 1.677-.436 1.964-1.232.274-.753.16-1.775-.57-2.232-.859-.49-2.039-.262-2.68.485-.617-.263-1.237-.519-1.853-.782.107-1.795.211-3.591.325-5.386z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-80--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.91 0h22.177c.445.103.81.467.913.912v22.173a1.236 1.236 0 0 1-.912.915H.914A1.24 1.24 0 0 1 0 23.09V.912C.103.467.466.104.91 0m.656.587C1.008.647.559 1.171.575 1.73v20.539c-.021.621.535 1.176 1.155 1.155h20.539c.621.021 1.176-.534 1.155-1.155V1.73c.021-.621-.534-1.177-1.155-1.155H2.062c-.165.001-.332-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.3-.015.451-.017 6.408.001 12.815-.001 19.223.001.57-.007 1.075.5 1.069 1.069v19.508c.006.57-.499 1.074-1.069 1.069-6.503.002-13.006.002-19.508 0-.57.005-1.076-.499-1.069-1.069V2.245a1.085 1.085 0 0 1 .903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586a32.6 32.6 0 0 0-.519-.199c-.163.375-.689.547-.99.231-.394-.454-.394-1.189-.093-1.692.258-.403.897-.311 1.096.105.168-.075.335-.151.503-.229-.31-.792-1.52-.918-2.024-.254m6.861-.218c-.384.263-.44.882-.095 1.199.34.325.856.328 1.224.603.234.173.123.574-.153.632-.364.123-.758-.099-.902-.443-.174.061-.348.125-.52.194.235.807 1.344 1.075 1.971.561.397-.326.412-1.019.009-1.346-.33-.284-.783-.331-1.153-.54-.179-.091-.171-.382.011-.466.282-.135.673-.041.808.258.169-.054.337-.11.504-.171-.192-.712-1.159-.867-1.705-.48m-17.67-.164c-.002.18-.002.361 0 .541.291.003.581 0 .871.002.002.859-.001 1.718.001 2.577h.563l.001-2.577c.288-.001.576.001.864-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.388 3.099c.187.002.374.002.561 0 .005-.399 0-.798.003-1.197.201-.001.403-.002.604.001.198.398.39.799.592 1.196.21 0 .419.002.629-.002-.199-.42-.408-.834-.608-1.253.583-.201.788-.975.462-1.473-.172-.27-.506-.378-.811-.381-.477-.003-.954-.001-1.431 0a644.393 644.393 0 0 0 0 3.109m3.496-3.083v1.919c.003.353.098.739.382.972.416.324 1.031.334 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0-.002.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.22-.113-.269-.384-.269-.608-.003-.64 0-1.28-.001-1.92l-.568.001m7.039 0c.003 1.035-.001 2.069.002 3.103.188.003.375.003.563.001.012-.293-.02-.59.014-.88.165-.221.349-.427.518-.644.27.509.539 1.018.812 1.524h.655l-1.088-1.997c.289-.374.592-.736.882-1.109-.222.004-.444.003-.666.003-.372.478-.75.952-1.126 1.428V3.614c-.189.002-.377.002-.566 0m-12.241 6.75c-.667.709-.866 1.794-.563 2.709.196.588.644 1.063 1.172 1.374-.745.355-1.389.984-1.624 1.791-.306 1.062-.062 2.29.689 3.114.485.539 1.156.886 1.858 1.046 1.333.287 2.869.101 3.914-.838.922-.827 1.25-2.217.877-3.385-.254-.778-.877-1.388-1.599-1.746.391-.234.742-.548.974-.945.677-1.148.297-2.777-.82-3.507-.8-.554-1.817-.683-2.767-.589-.782.082-1.569.389-2.11.975m12.669-.966c-1.064.127-1.999.831-2.494 1.769-.795 1.478-.898 3.224-.762 4.866.142 1.428.584 2.989 1.797 3.876 1.393.967 3.543.81 4.668-.506.525-.597.837-1.35 1.031-2.113.273-1.12.318-2.287.217-3.432-.09-.915-.293-1.836-.732-2.651-.337-.631-.848-1.184-1.497-1.498-.686-.339-1.477-.407-2.228-.31z"/><path fill="#fff" d="M6.165 4.122c.315.009.633-.022.946.017.392.053.412.713.031.799-.323.047-.652.009-.978.021v-.837zM6.203 11.13c.54-.084 1.164.01 1.548.432.417.45.363 1.224-.09 1.63-.554.502-1.465.533-2.073.111-.487-.332-.645-1.043-.357-1.554.196-.353.583-.558.971-.619zM16.849 11.189c.5-.095 1.052.039 1.414.407.484.487.675 1.179.791 1.837.151.99.152 2.004 0 2.993-.119.668-.311 1.375-.809 1.866-.602.605-1.714.558-2.254-.108-.601-.728-.721-1.712-.797-2.62-.035-1.08-.015-2.199.394-3.216.216-.547.654-1.062 1.261-1.16zM6.203 15.393c.726-.116 1.544.136 1.971.759.461.642.361 1.622-.248 2.136-.704.594-1.815.631-2.576.126-.703-.466-.872-1.502-.436-2.205.273-.454.771-.742 1.289-.816z"/><path d="M1.566.587c.165-.021.331-.011.496-.012h20.207c.621-.022 1.176.534 1.155 1.155v20.539c.021.621-.534 1.176-1.155 1.155H1.73c-.621.021-1.177-.534-1.155-1.155V1.73c-.016-.559.433-1.084.991-1.143m.514.605a1.084 1.084 0 0 0-.903 1.054v19.508c-.007.57.499 1.074 1.069 1.069 6.502.002 13.005.002 19.508 0 .57.005 1.075-.5 1.069-1.069V2.246c.006-.57-.499-1.076-1.069-1.069-6.408-.002-12.815 0-19.223-.001-.15.001-.302-.008-.451.017z"/><path d="M13.025 3.979c.504-.664 1.713-.539 2.024.254-.167.077-.334.154-.503.229-.199-.415-.838-.507-1.096-.105-.301.503-.301 1.238.093 1.692.302.316.827.144.99-.231.173.065.346.131.519.199-.106.232-.259.452-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.558.142-2.17zM19.886 3.761c.546-.387 1.513-.232 1.705.48-.167.061-.335.117-.504.171-.135-.299-.526-.393-.808-.258-.182.084-.19.375-.011.466.369.21.822.256 1.153.54.403.327.387 1.02-.009 1.346-.627.514-1.736.246-1.971-.561.172-.069.345-.133.52-.194.143.344.538.566.902.443.276-.058.388-.458.153-.632-.368-.275-.884-.277-1.224-.603-.345-.317-.289-.936.095-1.199zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542c-.288.002-.577 0-.864.001-.002.859 0 1.718-.001 2.577-.188.002-.375.002-.563 0-.002-.859 0-1.718-.001-2.577-.291-.001-.581.001-.871-.002a48.78 48.78 0 0 1 0-.541zM5.602 6.697a536.995 536.995 0 0 1 0-3.109c.477 0 .953-.002 1.431 0 .306.003.639.112.811.381.326.498.121 1.272-.462 1.473.2.419.409.834.608 1.253-.21.004-.419.002-.629.002-.201-.397-.394-.798-.592-1.196-.202-.003-.403-.002-.604-.001-.003.399.002.798-.003 1.197-.187.002-.374.002-.561 0m.564-2.575v.837c.325-.011.655.026.978-.021.381-.085.36-.746-.031-.799-.313-.039-.631-.008-.946-.017zM9.099 3.614l.568-.001c.001.64-.002 1.281.001 1.92 0 .225.049.495.269.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.222-1.08.212-1.497-.112-.285-.233-.379-.619-.382-.972V3.614zM16.137 3.614h.566v1.429c.376-.475.754-.95 1.126-1.428.222 0 .443.001.666-.003-.29.373-.593.735-.882 1.109.364.665.726 1.331 1.088 1.997-.218.002-.436.001-.655 0-.273-.507-.542-1.016-.812-1.524-.169.218-.353.423-.518.644-.034.29-.002.587-.014.88-.188.002-.376.002-.563-.001-.003-1.035.001-2.069-.002-3.103zM3.896 10.364c.541-.587 1.328-.894 2.11-.975.949-.094 1.967.035 2.767.589 1.117.73 1.497 2.359.82 3.507-.232.397-.583.711-.974.945.723.358 1.346.967 1.599 1.746.374 1.169.046 2.558-.877 3.385-1.045.939-2.58 1.125-3.914.838-.702-.16-1.373-.508-1.858-1.046-.751-.824-.995-2.052-.689-3.114.235-.806.878-1.436 1.624-1.791-.528-.311-.976-.786-1.172-1.374-.303-.915-.104-2.001.563-2.709m2.308.765c-.389.06-.775.266-.971.619-.289.511-.13 1.222.357 1.554.607.422 1.519.391 2.073-.111.453-.406.507-1.18.09-1.63-.384-.421-1.008-.516-1.548-.432m-.001 4.263c-.518.074-1.016.362-1.289.816-.435.702-.266 1.739.436 2.205.762.505 1.873.468 2.576-.126.609-.514.709-1.493.248-2.136-.428-.623-1.245-.875-1.971-.759zM16.566 9.397c.751-.097 1.543-.029 2.228.31.649.315 1.16.867 1.497 1.498.439.816.641 1.736.732 2.651.101 1.146.056 2.312-.217 3.432-.194.763-.506 1.516-1.031 2.113-1.125 1.316-3.275 1.473-4.668.506-1.213-.887-1.655-2.448-1.797-3.876-.135-1.643-.032-3.388.762-4.866.495-.938 1.431-1.642 2.494-1.769m.283 1.793c-.607.098-1.046.613-1.261 1.16-.409 1.016-.428 2.136-.394 3.216.076.908.196 1.892.797 2.62.54.666 1.652.713 2.254.108.498-.491.69-1.198.809-1.866a9.912 9.912 0 0 0 0-2.993c-.116-.658-.307-1.35-.791-1.837-.362-.368-.914-.502-1.414-.407z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--truck-speed-limit-85--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.906 0h22.185c.442.105.803.466.909.908v22.181a1.246 1.246 0 0 1-.908.911H.91a1.247 1.247 0 0 1-.91-.907V.908C.105.466.465.106.906 0m.66.587c-.558.06-1.007.584-.991 1.144v20.538c-.022.621.535 1.177 1.156 1.155h20.538c.621.021 1.177-.534 1.155-1.155V1.731a1.15 1.15 0 0 0-.67-1.053c-.255-.123-.543-.104-.817-.103H2.062c-.165.001-.331-.008-.496.012z"/><path fill="#fff" d="M2.08 1.192c.149-.024.301-.016.451-.017 6.407.001 12.815-.001 19.223.001.57-.007 1.076.5 1.069 1.07v19.508c.007.57-.499 1.075-1.069 1.069-6.502.002-13.005.002-19.508 0-.57.006-1.077-.5-1.069-1.07V2.245a1.084 1.084 0 0 1 .903-1.054m10.945 2.788c-.458.612-.477 1.498-.142 2.17.297.602 1.128.788 1.688.454.223-.134.375-.354.481-.586-.173-.068-.345-.133-.519-.199-.163.375-.689.547-.99.231-.394-.454-.394-1.188-.094-1.691.257-.404.897-.312 1.096.104.169-.075.337-.152.504-.23-.315-.789-1.52-.917-2.025-.252m6.836-.198c-.362.271-.403.869-.068 1.178.34.325.855.328 1.223.602.235.174.123.576-.154.632-.364.123-.76-.1-.901-.444-.174.064-.349.126-.52.196.237.806 1.345 1.074 1.972.56.396-.326.412-1.018.009-1.346-.322-.274-.758-.331-1.124-.522-.185-.075-.218-.357-.047-.465.28-.165.698-.069.838.239.169-.055.337-.111.504-.171-.197-.721-1.192-.874-1.732-.459M2.215 3.598c-.002.18-.002.361-.001.541.291.002.581 0 .872.001l.001 2.578h.563V4.141l.865-.001a48.96 48.96 0 0 0 0-.542c-.767-.001-1.534-.002-2.301 0m3.387 3.099c.187.002.375.002.562 0 .005-.399 0-.798.002-1.197.202-.001.404-.002.605.001.197.399.39.799.591 1.196.21 0 .419.002.629-.002-.199-.42-.408-.834-.608-1.253.583-.201.788-.975.462-1.473-.172-.27-.506-.378-.812-.381-.477-.003-.953 0-1.431-.001-.001 1.036-.002 2.073 0 3.109m3.498-3.082v1.919c.003.354.097.739.382.973.416.324 1.031.334 1.497.112.363-.183.535-.599.544-.989.007-.672-.002-1.345.004-2.017-.188.002-.375.002-.562 0-.003.641.003 1.282-.002 1.923-.008.224-.054.494-.274.607a.917.917 0 0 1-.752 0c-.22-.113-.268-.384-.269-.608-.003-.64 0-1.28-.001-1.92a53.77 53.77 0 0 1-.568 0m7.039 0c.003 1.035 0 2.07.002 3.104.188.002.375.002.564 0 .012-.293-.021-.591.015-.881.164-.221.349-.426.517-.643.27.509.54 1.017.812 1.525.218 0 .436.001.655-.001-.363-.666-.724-1.332-1.089-1.996.289-.374.592-.736.882-1.11-.222.004-.444.003-.666.003-.372.479-.749.953-1.125 1.427-.002-.476 0-.952-.001-1.429-.189.002-.377.002-.566 0M4.756 9.961c-1.11.714-1.492 2.303-.878 3.459.23.434.601.775 1.018 1.027-.672.324-1.265.86-1.543 1.564-.338.864-.255 1.871.161 2.694.407.801 1.182 1.372 2.036 1.621 1.378.386 3.006.238 4.128-.713.959-.815 1.312-2.225.941-3.413-.249-.788-.877-1.408-1.608-1.769.51-.3.946-.751 1.151-1.313.341-.936.125-2.065-.576-2.782-.544-.568-1.319-.866-2.09-.947-.938-.094-1.945.03-2.739.572m9.291-.398c-.11 1.796-.218 3.592-.323 5.387l1.852.781c.643-.749 1.828-.976 2.686-.48.733.465.841 1.498.555 2.253-.301.796-1.178 1.216-1.992 1.208a3.766 3.766 0 0 1-2.347-.709c-.358.493-.715.988-1.07 1.484.66.554 1.501.847 2.345.967.923.126 1.89.095 2.766-.247.782-.298 1.472-.857 1.877-1.594.705-1.303.631-3.042-.282-4.228-1.036-1.314-3.056-1.524-4.483-.764.056-.746.105-1.493.165-2.239l4.398-.001c.002-.606.001-1.212 0-1.818h-6.149z"/><path fill="#fff" d="M6.165 4.122c.315.01.633-.022.946.017.392.053.412.715.03.799-.322.047-.652.009-.976.021v-.837zM6.58 11.132c.551-.09 1.193.006 1.579.444.421.475.33 1.277-.164 1.666-.645.515-1.726.476-2.264-.179-.324-.405-.341-1.034-.021-1.447.209-.272.537-.428.869-.486zM6.579 15.396c.737-.124 1.575.135 2.001.776.45.645.339 1.616-.27 2.123-.698.584-1.791.622-2.55.132-.67-.432-.874-1.384-.525-2.084.247-.521.783-.864 1.345-.947z"/><path d="M1.566.587c.165-.02.331-.011.496-.012h19.875c.274-.001.562-.02.817.103.407.178.677.61.67 1.053v20.538c.021.621-.534 1.177-1.155 1.155H1.731c-.621.022-1.177-.534-1.156-1.155V1.731c-.016-.56.433-1.084.991-1.144m.514.605a1.084 1.084 0 0 0-.903 1.054v19.508c-.007.57.5 1.075 1.069 1.07 6.502.002 13.005.002 19.508 0 .57.006 1.076-.5 1.069-1.069V2.247c.007-.57-.499-1.076-1.069-1.07-6.407-.003-12.815 0-19.223-.001-.15.001-.302-.007-.451.017z"/><path d="M13.025 3.979c.505-.665 1.71-.537 2.025.252-.167.078-.335.155-.504.23-.199-.415-.839-.507-1.096-.104-.3.503-.3 1.237.094 1.691.301.316.827.144.99-.231.173.066.346.131.519.199-.106.232-.259.453-.481.586-.56.333-1.391.148-1.688-.454-.335-.672-.316-1.559.142-2.17zM19.86 3.782c.541-.415 1.536-.262 1.732.459-.167.06-.336.116-.504.171-.14-.308-.558-.404-.838-.239-.171.108-.138.39.047.465.366.191.802.248 1.124.522.403.328.387 1.02-.009 1.346-.627.514-1.735.246-1.972-.56.172-.07.346-.132.52-.196.141.344.537.567.901.444.277-.057.389-.458.154-.632-.368-.274-.884-.277-1.223-.602-.335-.308-.294-.907.068-1.178zM2.215 3.598c.767-.002 1.534-.001 2.301 0v.542l-.865.001v2.577c-.188.002-.375.001-.563 0L3.087 4.14c-.291 0-.581.001-.872-.001a32.52 32.52 0 0 1 .001-.541zM5.601 6.697a644.393 644.393 0 0 1 0-3.109c.477 0 .954-.002 1.431.001.306.003.64.112.812.381.327.498.121 1.272-.462 1.473.2.419.409.834.608 1.253-.21.004-.419.002-.629.002-.201-.397-.394-.797-.591-1.196a30.516 30.516 0 0 0-.605-.001c-.002.399.003.798-.002 1.197-.187.002-.375.002-.562 0m.564-2.576v.837c.325-.012.654.026.976-.021.382-.084.362-.746-.03-.799-.314-.039-.631-.007-.946-.017zM9.099 3.614h.568c.001.64-.002 1.28.001 1.92 0 .224.049.495.269.608a.917.917 0 0 0 .752 0c.22-.113.266-.383.274-.607.005-.641 0-1.282.002-1.923.187.002.374.002.562 0-.007.672.002 1.345-.004 2.017-.009.39-.181.805-.544.989-.465.222-1.08.212-1.497-.112-.285-.234-.379-.619-.382-.973V3.614zM16.137 3.614h.566c.001.476-.001.953.001 1.429.376-.475.753-.949 1.125-1.427.222 0 .444.001.666-.003-.29.373-.593.735-.882 1.11.365.664.726 1.331 1.089 1.996-.218.002-.437.001-.655.001a445.12 445.12 0 0 1-.812-1.525c-.169.218-.354.422-.518.643-.036.29-.003.588-.015.881-.188.002-.376.002-.564 0-.001-1.035.001-2.07-.002-3.104zM4.756 9.961c.795-.542 1.801-.666 2.739-.572.772.081 1.546.379 2.09.947.701.717.917 1.846.576 2.782-.205.562-.641 1.013-1.151 1.313.73.36 1.358.98 1.608 1.769.371 1.188.018 2.598-.941 3.413-1.122.952-2.75 1.099-4.128.713-.854-.249-1.629-.82-2.036-1.621-.416-.823-.499-1.83-.161-2.694.278-.704.871-1.24 1.543-1.564-.417-.252-.788-.593-1.018-1.027-.614-1.156-.232-2.745.878-3.459m1.825 1.171c-.332.058-.66.214-.869.486-.32.412-.304 1.041.021 1.447.537.654 1.619.693 2.264.179.495-.389.585-1.192.164-1.666-.386-.438-1.028-.535-1.579-.444m-.002 4.262c-.562.083-1.098.426-1.345.947-.348.7-.145 1.651.525 2.084.758.489 1.852.451 2.55-.132.61-.507.721-1.478.27-2.123-.426-.641-1.263-.9-2.001-.776zM14.048 9.563h6.149v1.818l-4.398.001c-.06.746-.108 1.493-.165 2.239 1.427-.76 3.446-.55 4.483.764.913 1.186.987 2.925.282 4.228-.405.737-1.095 1.296-1.877 1.594-.876.342-1.843.373-2.766.247-.844-.12-1.686-.413-2.345-.967.355-.496.712-.99 1.07-1.484a3.766 3.766 0 0 0 2.347.709c.814.008 1.691-.412 1.992-1.208.286-.756.178-1.789-.555-2.253-.858-.495-2.044-.268-2.686.48-.618-.261-1.236-.52-1.852-.781.105-1.796.213-3.592.323-5.387z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trucks-and-buses-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M10.999 0h1.981c1.446.21 2.896.522 4.213 1.175 3.804 1.783 6.41 5.67 6.806 9.832v1.961c-.198 1.391-.496 2.782-1.105 4.056-1.742 3.888-5.678 6.565-9.894 6.977h-1.982c-1.324-.194-2.651-.464-3.872-1.028C3.17 21.265.404 17.283 0 12.997v-1.972c.383-4.17 2.998-8.065 6.806-9.851C8.118.525 9.56.215 10.999 0m-.03.421a11.596 11.596 0 0 0-6.761 2.95C1.605 5.699.152 9.243.399 12.729c.198 3.724 2.346 7.252 5.527 9.185 2.576 1.596 5.792 2.106 8.74 1.402 2.958-.682 5.6-2.591 7.198-5.17 1.618-2.561 2.147-5.77 1.472-8.719-.658-2.966-2.548-5.628-5.117-7.247a11.619 11.619 0 0 0-7.25-1.758z"/><path fill="#0e518d" d="M10.598 1.003c2.582-.33 5.276.271 7.45 1.709C21.15 4.697 23.12 8.315 23.083 12c.032 3.569-1.81 7.073-4.747 9.092-2.273 1.606-5.165 2.279-7.915 1.878-3.623-.487-6.896-2.917-8.44-6.224C.309 13.29.627 8.97 2.805 5.806c1.75-2.618 4.662-4.427 7.793-4.802M8.393 4.801c-.032 1.229.03 2.461-.066 3.688-.233-.918-.238-1.874-.378-2.808-.709-.001-1.418-.002-2.128.002-.292.713-.641 1.403-.905 2.126-.053.553.115 1.105.163 1.656l-.269.128v.468c.446.002.893.002 1.339.002.089-1.308 2.15-1.315 2.297-.032 1.508.002 3.018-.017 4.528-.018.324-1.286 1.865-1.014 2.867-1.038.761-.102 1.67.181 1.77 1.056l1.576-.001V4.8c-3.598-.001-7.195-.002-10.794 0M6.872 9.26c-.704.288-.78 1.376-.121 1.757.616.436 1.559-.068 1.544-.82.05-.714-.786-1.261-1.423-.937m6.846.012c-.677.299-.745 1.344-.116 1.732.611.456 1.578-.042 1.564-.803.055-.728-.809-1.276-1.447-.929m2.289.011c-.683.319-.71 1.396-.048 1.751.617.406 1.529-.097 1.516-.834.054-.738-.829-1.284-1.468-.917M5.147 12.574c.228.906-.407 1.684-.642 2.516.581.842.527 1.973.17 2.893.682.038 1.366.025 2.048.022.128-.514.451-1.033 1.012-1.133.749-.192 1.435.416 1.56 1.133 1.627.006 3.253.005 4.879.001.131-.541.496-1.085 1.094-1.148.726-.137 1.354.46 1.477 1.144.916-.078 1.855-.056 2.74-.341-.226-.624-.133-1.292-.145-1.94.007-.835-.214-1.646-.287-2.473.098-.215.172-.439.216-.67a1303.65 1303.65 0 0 0-14.123-.004m2.448 4.5c-.761.272-.923 1.404-.272 1.883.623.557 1.723.095 1.781-.733.128-.796-.774-1.484-1.508-1.15m7.44.003c-.787.289-.907 1.486-.197 1.93.671.512 1.745-.048 1.721-.887.052-.767-.827-1.364-1.524-1.043z"/><path fill="#0e518d" d="M6.166 6.169c.455-.002.91-.002 1.366.001.029.514.053 1.026.074 1.54-.683.002-1.366.004-2.048 0 .198-.516.402-1.03.608-1.541zM7.511 13.17a69.094 69.094 0 0 1 2.036.008c-.004.686-.002 1.373-.001 2.059-.679.004-1.358.004-2.036.001-.001-.69-.002-1.379.001-2.069zM10.008 13.178c.707-.005 1.415-.036 2.122.002.149.66.016 1.376.06 2.057-.726.004-1.453.004-2.179 0 .001-.686.002-1.373-.002-2.059zM12.623 13.169c.764-.001 1.53-.002 2.294.001.002.69.002 1.379.001 2.069-.766.002-1.531.002-2.297 0 0-.69-.001-1.38.001-2.07zM15.326 13.17c.617-.002 1.234-.002 1.85 0 .002.689.001 1.379 0 2.069-.617.002-1.234.002-1.85 0a356.73 356.73 0 0 1 0-2.069zM17.663 13.169h.815c.106.69.209 1.38.311 2.071l-1.127-.001c0-.69-.001-1.38.001-2.07zM4.967 15.526c-.064-.785.466-1.444.739-2.142.42.008.84.01 1.261.011.002.71.002 1.421 0 2.132-.667.001-1.333.002-2-.001z"/><path fill="#f7fbf5" d="M10.969.421a11.617 11.617 0 0 1 7.25 1.758c2.569 1.619 4.459 4.28 5.117 7.247.674 2.95.145 6.158-1.472 8.719-1.597 2.579-4.24 4.488-7.198 5.17-2.947.704-6.163.194-8.74-1.402C2.745 19.98.597 16.452.399 12.728.152 9.242 1.605 5.698 4.208 3.37A11.608 11.608 0 0 1 10.969.42m-.371.583c-3.131.376-6.043 2.184-7.793 4.802-2.178 3.164-2.496 7.484-.824 10.94 1.543 3.307 4.817 5.737 8.44 6.224 2.75.401 5.642-.272 7.915-1.878 2.938-2.02 4.78-5.524 4.747-9.092.037-3.685-1.933-7.303-5.035-9.288-2.173-1.438-4.867-2.039-7.45-1.709z"/><path fill="#f7fbf5" d="M8.393 4.801c3.599-.002 7.196-.001 10.794 0v5.23l-1.576.001c-.1-.875-1.009-1.158-1.77-1.056-1.002.024-2.543-.248-2.867 1.038-1.51.001-3.019.02-4.528.018-.146-1.283-2.208-1.276-2.297.032-.446 0-.893 0-1.339-.002v-.468l.269-.128c-.048-.551-.216-1.103-.163-1.656.264-.724.613-1.414.905-2.126a215.61 215.61 0 0 1 2.128-.002c.14.934.145 1.89.378 2.808.096-1.226.034-2.459.066-3.688M6.166 6.169c-.206.511-.41 1.025-.608 1.541.683.004 1.366.002 2.048 0-.022-.514-.046-1.026-.074-1.54a88.866 88.866 0 0 0-1.366-.001z"/><path fill="#f7fbf5" d="M6.872 9.26c.637-.324 1.474.223 1.423.937.014.751-.929 1.255-1.544.82-.659-.38-.583-1.469.121-1.757zM13.718 9.272c.638-.347 1.502.2 1.447.929.014.761-.953 1.259-1.564.803-.629-.388-.56-1.433.116-1.732zM16.008 9.283c.638-.367 1.522.179 1.468.917.013.737-.899 1.24-1.516.834-.662-.355-.635-1.432.048-1.751zM5.147 12.574c4.708-.02 9.416-.028 14.123.004a2.96 2.96 0 0 1-.216.67c.073.827.294 1.638.287 2.473.012.648-.08 1.316.145 1.94-.884.284-1.824.263-2.74.341-.124-.684-.751-1.28-1.477-1.144-.599.064-.964.607-1.094 1.148-1.626.004-3.252.005-4.879-.001-.125-.716-.811-1.325-1.56-1.133-.56.1-.883.619-1.012 1.133-.683.004-1.367.017-2.048-.022.356-.92.41-2.051-.17-2.893.235-.833.87-1.61.642-2.516m2.363.596c-.004.69-.002 1.379-.001 2.069.678.002 1.357.002 2.036-.001-.001-.686-.002-1.373.001-2.059-.678-.017-1.358-.012-2.036-.008m2.497.007c.005.686.004 1.373.002 2.059.726.004 1.453.004 2.179 0-.044-.68.089-1.397-.06-2.057-.707-.038-1.415-.007-2.122-.002m2.616-.009c-.002.69-.001 1.38-.001 2.07.766.002 1.531.002 2.297 0 .001-.69.001-1.379-.001-2.069-.764-.004-1.53-.002-2.294-.001m2.702.001c-.002.69-.002 1.379 0 2.069.617.002 1.234.002 1.85 0 .001-.69.002-1.38 0-2.069-.617-.002-1.234-.002-1.85 0m2.337-.001c-.002.69-.001 1.38-.001 2.07l1.127.001c-.102-.691-.205-1.381-.311-2.071h-.815M4.967 15.526c.667.004 1.333.002 2 .001.002-.712.002-1.422 0-2.132a66.192 66.192 0 0 1-1.261-.011c-.274.698-.803 1.357-.739 2.142z"/><path fill="#f7fbf5" d="M7.594 17.074c.734-.335 1.637.354 1.508 1.15-.058.828-1.158 1.29-1.781.733-.65-.479-.488-1.61.272-1.883zM15.035 17.077c.697-.322 1.576.276 1.524 1.043.024.839-1.05 1.399-1.721.887-.71-.444-.59-1.64.197-1.93z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trucks-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.961 0h2.06c.846.161 1.706.263 2.528.53 3.486 1.046 6.404 3.788 7.67 7.2.419 1.037.592 2.143.78 3.238v2.042c-.401 4.061-2.878 7.882-6.568 9.691-1.361.727-2.88 1.063-4.393 1.298h-2.062c-.91-.166-1.832-.29-2.711-.593-3.466-1.105-6.336-3.887-7.552-7.314-.378-.984-.533-2.028-.715-3.06v-2.05c.181-1.102.36-2.213.778-3.253C2.042 4.316 4.962 1.574 8.449.528c.816-.266 1.672-.365 2.51-.529m.008 2.34a9.707 9.707 0 0 0-6.252 3.217c-2.689 2.968-3.2 7.638-1.234 11.123 1.738 3.251 5.453 5.294 9.13 5.012 3.698-.18 7.139-2.699 8.443-6.162 1.099-2.803.809-6.114-.799-8.665-1.89-3.13-5.66-4.949-9.288-4.525z"/><path fill="#fff" d="M10.967 2.339c3.628-.424 7.398 1.396 9.288 4.525 1.608 2.551 1.898 5.862.799 8.665-1.304 3.463-4.745 5.982-8.443 6.162-3.677.282-7.392-1.762-9.13-5.012-1.967-3.485-1.456-8.155 1.234-11.123a9.703 9.703 0 0 1 6.252-3.217m1.154 4.541c-.007 2.341-.002 4.682-.002 7.022l-.259.253c-.103.631-.04 1.297.712 1.399.095.492-.185 1.138.24 1.51.449.1.932.054 1.391.023.403-.353.188-.956.25-1.423.834.704 2.082.715 2.91-.006.065.467-.145 1.06.24 1.424.458.048.934.065 1.39-.006.438-.366.168-1.016.246-1.511.24-.11.478-.226.714-.344.016-.354.016-.708.006-1.061l-.26-.263c.002-2.339.004-4.678-.001-7.016l-7.574-.001m-6.711 5.497c-1.03 1.051-1.578 2.614-1.278 4.072-.133.58.576.852 1.001.576.278-.187.184-.559.211-.841 1.337.031 2.675.047 4.012-.01-.242.697.556 1.284 1.1.773.502-1.561.007-3.378-1.141-4.553-.551-.353-1.26-.152-1.878-.21-.668.059-1.417-.143-2.027.193z"/><path fill="#fff" d="M5.68 12.532c1.086-.126 2.209-.074 3.305-.028.467.469.732 1.12 1.062 1.692a215.21 215.21 0 0 0-5.39-.005c.325-.559.604-1.166 1.024-1.66zM4.322 14.902a19.53 19.53 0 0 1 1.055.004c.089.613-.694.289-1.052.354l-.002-.358zM9.35 14.9c.348-.006.696-.007 1.044.008l.005.322c-.349.025-.698.042-1.049.056V14.9zM6.643 15.006c.472-.01.944-.008 1.416-.002.019.221.04.44.062.661a39.907 39.907 0 0 0-1.508-.005c.01-.218.019-.437.03-.654z"/><path d="M12.121 6.88l7.574.001c.005 2.339.004 4.678.001 7.016l.26.263c.01.353.01.707-.006 1.061a21.27 21.27 0 0 1-.714.344c-.078.494.192 1.145-.246 1.511-.456.071-.931.054-1.39.006-.385-.365-.175-.958-.24-1.424-.828.721-2.076.71-2.91.006-.061.467.154 1.07-.25 1.423-.458.031-.942.077-1.391-.023-.425-.372-.145-1.018-.24-1.51-.751-.102-.815-.768-.712-1.399l.259-.253c0-2.34-.005-4.681.002-7.022zM5.413 12.377c.61-.336 1.358-.134 2.027-.193.618.058 1.327-.143 1.878.21 1.148 1.175 1.643 2.992 1.141 4.553-.545.511-1.343-.076-1.1-.773-1.337.056-2.675.041-4.012.01-.028.282.067.654-.211.841-.425.276-1.134.004-1.001-.576-.3-1.458.248-3.02 1.278-4.072m.267.155c-.42.493-.698 1.1-1.024 1.66 1.796-.016 3.594-.025 5.39.005-.33-.572-.595-1.223-1.062-1.692-1.096-.047-2.219-.098-3.305.028m-1.357 2.369l.002.358c.359-.065 1.141.259 1.052-.354a19.53 19.53 0 0 0-1.055-.004M9.35 14.9v.386c.35-.014.7-.031 1.049-.056l-.005-.322A16.52 16.52 0 0 0 9.35 14.9m-2.707.106c-.011.217-.02.436-.03.654a39.893 39.893 0 0 1 1.508.005c-.023-.221-.043-.44-.062-.661a44.56 44.56 0 0 0-1.416.002m-2.329.326l.002.318c.434.008.869.006 1.303.018l-.346-.336c-.32 0-.64-.002-.96 0m4.823.324c.416.002.834.002 1.252.005-.004-.12-.006-.241-.008-.362-.431.061-.989-.107-1.243.358z"/><path fill="#f8f8f8" d="M4.314 15.332c.32-.002.64 0 .96 0l.346.336c-.434-.012-.869-.01-1.303-.018a33.71 33.71 0 0 1-.002-.318z"/><path fill="#f5f5f5" d="M9.136 15.656c.254-.464.812-.296 1.243-.358l.008.362c-.418-.002-.835-.002-1.252-.005z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--trucks-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M10.636 0h2.715c4.064.502 7.81 3.117 9.532 6.852.584 1.188.884 2.485 1.117 3.78v2.697c-.514 4.064-3.116 7.819-6.858 9.541-1.216.6-2.546.903-3.873 1.129h-2.523c-4.095-.476-7.885-3.095-9.618-6.858-.6-1.216-.903-2.546-1.129-3.873v-2.523c.222-1.334.528-2.669 1.129-3.888C2.846 3.125 6.585.527 10.635-.002M7.563 9.02c-.031 1.255.005 2.512-.015 3.766l-.288.005c-.038-.753.061-1.516-.057-2.262-.222-.443-.807-.252-1.204-.297-.825.063-1.69-.121-2.491.101-.604.548-.715 1.44-1.174 2.097-.599.709-.532 1.695-.724 2.557.383.003.766.003 1.15.004.071-.869.806-1.664 1.715-1.583.86.008 1.46.785 1.564 1.586.233-.001.466-.003.701-.003.1-1.681 2.075-1.789 3.349-1.597.003.532.003 1.064.003 1.595 2.363-.001 4.725.003 7.087-.001.085-.795.686-1.557 1.53-1.579.919-.094 1.66.706 1.737 1.58h1.66c-.004-2 .014-4.002-.005-6.001.035-.511-.477-.859-.95-.806-4.235-.001-8.471-.004-12.706.001a.816.816 0 0 0-.88.836m-3.567 4.946c-1.312.425-.573 2.583.735 2.082 1.392-.389.622-2.666-.735-2.082m3.955.005c-.787.27-.94 1.454-.245 1.915.627.514 1.681.057 1.75-.746.14-.802-.762-1.496-1.504-1.169m10.493-.015c-.792.232-1 1.399-.337 1.891.618.57 1.732.119 1.796-.713.132-.781-.723-1.467-1.459-1.178z"/><path fill="#03559b" d="M3.218 12.292c-.121-.56.226-1.158.607-1.54.931-.02 1.893-.106 2.812.053.183.421.3 1.139-.095 1.459-1.105.07-2.216.004-3.323.027z"/><path fill="#fff" d="M7.563 9.02a.815.815 0 0 1 .88-.836c4.235-.005 8.471-.003 12.706-.001.473-.053.986.295.95.806.019 1.999.001 4.001.005 6.001h-1.66c-.078-.874-.818-1.675-1.737-1.58-.844.022-1.445.784-1.53 1.579-2.362.004-4.724 0-7.087.001 0-.532 0-1.064-.003-1.595-1.274-.192-3.25-.085-3.349 1.597-.235 0-.468.001-.701.003-.104-.8-.704-1.578-1.564-1.586-.91-.08-1.645.715-1.715 1.583-.383-.001-.766-.001-1.15-.004.192-.862.125-1.848.724-2.557.46-.657.57-1.549 1.174-2.097.802-.222 1.666-.038 2.491-.101.397.045.982-.146 1.204.297.119.746.019 1.51.057 2.262l.288-.005c.02-1.255-.016-2.512.015-3.766m3.394.331c-.003.341-.003.683-.003 1.025l.635-.465v4.499l.985-.001-.001-5.674c-.638-.125-1.169.199-1.616.616m4.082-.585c-1.375.374-1.184 1.994-1.16 3.097-.057.874-.035 1.991.889 2.418.922.509 2.198-.14 2.317-1.189.06-.953.031-1.912.018-2.868-.011-1.006-1.113-1.774-2.063-1.458m3.775-.006c.003.275-.003.551.001.826-.342.078-.3.41-.326.683.082.012.245.04.327.052.018.731-.057 1.469.038 2.194.124.451.645.494 1.034.51.003-.218.005-.436.01-.655-.15-.005-.3-.015-.45-.026-.007-.679-.003-1.358-.004-2.037l.436-.016a25.63 25.63 0 0 1-.004-.62 60.325 60.325 0 0 1-.434-.019c.001-.297.001-.595.003-.892-.211.003-.421.003-.631 0M3.218 12.292c1.107-.023 2.219.042 3.323-.027.395-.32.278-1.038.095-1.459-.919-.16-1.88-.074-2.812-.053-.38.382-.728.979-.607 1.54z"/><path fill="#fff" d="M15.19 9.742c.423-.247 1.001.127.945.615.004.866.031 1.735-.015 2.599-.056.634-1.054.715-1.229.109-.095-.713-.016-1.437-.045-2.155.015-.4-.09-.948.344-1.169zM3.998 13.965c1.357-.584 2.127 1.694.735 2.082-1.308.5-2.047-1.657-.735-2.082zM7.953 13.97c.742-.327 1.645.367 1.504 1.169-.068.803-1.122 1.26-1.75.746-.694-.461-.541-1.645.245-1.915zM18.447 13.955c.736-.289 1.591.397 1.459 1.178-.064.832-1.178 1.283-1.796.713-.663-.492-.455-1.66.337-1.891z"/><path fill="#030303" d="M10.955 9.352c.447-.417.978-.742 1.616-.616l.001 5.674-.985.001V9.912l-.635.465c0-.342 0-.685.003-1.025zM15.037 8.767c.95-.316 2.052.451 2.063 1.458.014.956.042 1.915-.018 2.868-.119 1.049-1.395 1.698-2.317 1.189-.925-.427-.946-1.544-.889-2.418-.023-1.103-.214-2.723 1.16-3.097m.154.975c-.434.221-.329.769-.344 1.169.029.717-.05 1.441.045 2.155.175.605 1.173.525 1.229-.109.046-.865.019-1.733.015-2.599.056-.488-.522-.862-.945-.615zM18.813 8.761c.21.003.42.003.631 0-.001.297-.001.595-.003.892l.434.019c-.001.207 0 .413.004.62l-.436.016c.001.679-.003 1.358.004 2.037.15.011.3.02.45.026l-.01.655c-.389-.016-.91-.059-1.034-.51-.095-.725-.02-1.463-.038-2.194-.082-.012-.245-.04-.327-.052.026-.273-.016-.605.326-.683-.004-.275.001-.551-.001-.826z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03408b" d="M10.718 0h2.531c4.433.5 8.481 3.554 10.008 7.769.378.947.544 1.954.743 2.949v2.531c-.501 4.433-3.554 8.481-7.769 10.008-.947.378-1.954.544-2.949.743h-2.533c-4.433-.501-8.48-3.554-10.007-7.769-.378-.947-.544-1.954-.743-2.949v-2.533c.19-1.006.362-2.023.743-2.981C2.266 3.561 6.299.519 10.717-.001m-.177 6.702c-2.856 1.764-5.696 3.555-8.541 5.338 2.851 1.794 5.707 3.583 8.56 5.374.365.318.98-.094.819-.549-.298-1.03-.717-2.026-1.001-3.062a5.9 5.9 0 0 0 .11-.117c3.694-.052 7.392-.001 11.088-.025.004-1.085.005-2.169 0-3.254-3.737-.041-7.48.066-11.21-.053.267-1.09.739-2.12 1.03-3.202.064-.442-.52-.744-.857-.451z"/><path fill="#fff" d="M10.54 6.701c.337-.293.92.009.857.451-.292 1.082-.764 2.112-1.03 3.202 3.73.119 7.473.012 11.21.053.005 1.085.004 2.169 0 3.254-3.695.024-7.394-.027-11.088.025l-.11.117c.284 1.036.703 2.031 1.001 3.062.16.455-.455.867-.819.549-2.853-1.791-5.71-3.58-8.56-5.374 2.844-1.783 5.684-3.575 8.541-5.338z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--turn-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".3" d="M2.855 0h16.311l-.087.022c-.268.061-.544.024-.816.031-4.684.006-9.368-.014-14.053 0C3.727.046 3.244.07 2.762.037l.093-.036z"/><path fill="#1a1919" d="M0 1.013C.181.511.639.029 1.207.048 1.725.044 2.244.055 2.762.036c.482.034.965.009 1.448.016 4.684-.014 9.368.006 14.053 0 .272-.007.548.029.816-.031.401.235.807.543.921 1.021v22.012c-.103.413-.417.733-.774.946H.774c-.356-.21-.665-.529-.775-.937V1.013M1.017.184a1.272 1.272 0 0 0-.938 1.185v21.368c.001.517.369 1.009.857 1.174.242.072.498.069.748.067 5.649-.003 11.297.003 16.946-.003.675.033 1.294-.563 1.293-1.235V1.364C19.917.696 19.301.107 18.63.139 12.982.134 7.333.14 1.684.136a2.98 2.98 0 0 0-.667.046z"/><path fill="#1a1919" d="M1.227.439c.238-.038.48-.022.72-.024h16.158c.278.002.563-.018.834.061.409.142.715.561.707.997-.002 7.071.001 14.142-.001 21.213a1.07 1.07 0 0 1-.701.951c-.271.087-.559.061-.839.064H1.894c-.28-.003-.568.023-.84-.065a1.072 1.072 0 0 1-.698-.95C.354 15.615.357 8.544.355 1.472.347.983.736.504 1.227.439m.104.525c-.268.028-.464.296-.442.559.002 7.038-.001 14.075.002 21.113-.012.306.281.558.581.531h17.057c.301.028.595-.224.583-.532.001-7.055.002-14.111-.001-21.165.008-.331-.323-.558-.634-.523C12.762.959 7.044.926 1.331.963z"/><path fill="#1a1919" d="M9.176 3.968c.385-.151.782.325.572.679-.283.478-.597.937-.891 1.409 1.165.304 2.391.597 3.346 1.372 1.296.929 2.243 2.329 2.656 3.866.363 1.561.196 3.174.245 4.761-.809 0-1.618.001-2.427-.001-.006-1.107.011-2.215-.008-3.322-.122-1.379-.846-2.723-1.982-3.528-.691-.532-1.573-.686-2.395-.907.012.526.066 1.052.057 1.577-.037.392-.551.552-.824.288C6.3 8.723 5.077 7.282 3.853 5.841 5.628 5.216 7.4 4.584 9.177 3.966zM4.861 17.334a1.21 1.21 0 0 1 1.341.673c.414.979.419 2.197-.214 3.086-.533.593-1.673.482-2.033-.253-.427-.905-.46-2.021.022-2.913.152-.343.513-.573.884-.593m.055.645c-.274.029-.425.304-.504.538-.199.652-.201 1.393.117 2.007.164.309.589.362.876.206a1.07 1.07 0 0 0 .333-.572c.169-.626.16-1.327-.147-1.911-.129-.235-.424-.327-.676-.269zM7.355 17.381l.633-.001c.491.853.975 1.709 1.466 2.562.003-.854 0-1.708.002-2.562h.634l-.001 4.017c-.186 0-.373 0-.559.002-.518-.902-1.022-1.813-1.539-2.715-.004.905 0 1.809-.002 2.714-.212.001-.424.002-.636-.005.006-1.337.001-2.675.003-4.013zM11.034 17.381h.634c.001 1.142-.001 2.284.001 3.425l1.859.001v.592c-.832 0-1.663.001-2.494-.001.001-1.339-.001-2.678.001-4.017zM12.994 17.381c.254-.001.508-.001.762.001.323.513.625 1.038.964 1.54.322-.515.643-1.029.967-1.542l.744.001c-.456.757-.935 1.501-1.382 2.263-.032.583-.003 1.17-.013 1.755-.212.001-.423.001-.634-.001-.002-.553.002-1.107-.001-1.661.006-.081-.038-.149-.077-.215-.446-.712-.888-1.427-1.331-2.141z"/><path fill="#fffffe" d="M1.017.184a2.98 2.98 0 0 1 .667-.046C7.332.141 12.981.135 18.63.141c.672-.033 1.287.556 1.293 1.225v21.376c.001.672-.618 1.268-1.293 1.235-5.648.005-11.297 0-16.946.003-.251.002-.506.004-.748-.067-.488-.165-.856-.657-.857-1.174V1.371C.085.831.492.314 1.017.186m.21.253C.736.504.348.983.355 1.472.357 8.544.354 15.615.356 22.686c.012.416.306.812.698.95.272.087.56.062.84.065h16.211c.28-.003.568.023.839-.064.394-.137.689-.534.701-.951.002-7.071-.001-14.142.001-21.213a1.073 1.073 0 0 0-.707-.997c-.271-.079-.556-.059-.834-.061H1.947c-.24.003-.482-.014-.72.024z"/><path fill="#fffffe" d="M1.331.964C7.045.927 12.762.959 18.477.948c.311-.036.642.192.634.523.003 7.055.002 14.111.001 21.165.012.308-.282.56-.583.532H1.472c-.301.027-.593-.225-.581-.531C.888 15.599.892 8.562.889 1.524c-.022-.263.174-.531.442-.559m7.845 3.003c-1.777.618-3.549 1.25-5.324 1.875 1.224 1.441 2.447 2.882 3.672 4.321.273.264.787.104.824-.288.009-.525-.045-1.052-.057-1.577.822.221 1.705.375 2.395.907 1.136.805 1.861 2.148 1.982 3.528.019 1.107.002 2.215.008 3.322l2.427.001c-.049-1.587.118-3.2-.245-4.761-.414-1.537-1.36-2.937-2.656-3.866-.955-.775-2.181-1.068-3.346-1.372.293-.472.608-.931.891-1.409.21-.354-.187-.831-.572-.679M4.861 17.334c-.371.02-.732.25-.884.593-.482.892-.449 2.007-.022 2.913.359.735 1.499.846 2.033.253.634-.888.628-2.107.214-3.086a1.212 1.212 0 0 0-1.341-.673m2.494.047c-.002 1.337.003 2.675-.003 4.013.212.007.424.006.636.005.002-.905-.002-1.809.002-2.714.517.903 1.021 1.813 1.539 2.715.186-.002.373-.002.559-.002l.001-4.017a66.993 66.993 0 0 0-.634 0c-.002.854.001 1.708-.002 2.562-.491-.853-.976-1.709-1.466-2.562l-.633.001m3.68-.001l-.001 4.017c.832.002 1.663.001 2.494.001a58.41 58.41 0 0 0 0-.592c-.62-.001-1.239.001-1.859-.001l-.001-3.425a66.993 66.993 0 0 0-.634 0m1.961 0c.443.714.885 1.429 1.331 2.141.039.066.083.135.077.215.003.554-.001 1.107.001 1.661l.634.001c.011-.585-.018-1.172.013-1.755.446-.762.925-1.506 1.382-2.263l-.744-.001c-.324.513-.646 1.027-.967 1.542-.339-.502-.642-1.027-.964-1.54a64.517 64.517 0 0 0-.762-.001z"/><path fill="#fffffe" d="M4.916 17.979c.252-.058.547.034.676.269.307.583.316 1.284.147 1.911a1.07 1.07 0 0 1-.333.572c-.287.156-.713.103-.876-.206-.318-.615-.316-1.356-.117-2.007.079-.235.23-.509.504-.538z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2c30" d="M11.731 0h.42c3.257.078 6.479 1.475 8.671 3.899 1.92 2.14 3.124 4.973 3.122 7.864.139 4.217-2.21 8.41-5.868 10.511-3.642 2.227-8.508 2.208-12.162.016C2.357 20.237.135 16.234-.001 12.16v-.414C.156 7.522 2.572 3.393 6.348 1.421A12.979 12.979 0 0 1 11.73.001m-.87 2.973c-2.407.275-4.702 1.597-6.114 3.572-2.4 3.01-2.426 7.607-.151 10.692 2.192 3.204 6.577 4.643 10.243 3.368 1.903-.635 3.614-1.878 4.71-3.569 2.161-3.101 2.053-7.614-.34-10.559-1.864-2.582-5.209-3.925-8.348-3.505z"/><path fill="#fff" d="M10.86 2.974c3.139-.42 6.485.923 8.348 3.505 2.393 2.945 2.501 7.458.34 10.559-1.096 1.691-2.807 2.934-4.71 3.569-3.666 1.274-8.051-.164-10.243-3.368-2.275-3.085-2.249-7.682.151-10.692 1.412-1.975 3.707-3.298 6.114-3.572M8.543 8.299c-1.798 1.223-3.578 2.471-5.366 3.709 1.786 1.232 3.565 2.473 5.346 3.712.325.287.946.108.978-.352-.118-.661-.384-1.286-.559-1.934 3.814-.005 7.627 0 11.441-.002v-2.84c-3.814 0-7.627.004-11.44-.001.173-.656.451-1.286.558-1.957-.061-.428-.638-.596-.958-.334z"/><path d="M8.543 8.299c.319-.263.896-.095.958.334-.107.671-.385 1.301-.558 1.957 3.812.005 7.626.001 11.44.001v2.84c-3.814.002-7.627-.002-11.441.002.175.648.442 1.273.559 1.934-.032.46-.653.638-.978.352-1.781-1.238-3.56-2.479-5.346-3.712 1.788-1.238 3.569-2.486 5.366-3.709z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.465 0h3.075c2.991.513 5.901 1.969 7.791 4.386 1.443 1.73 2.272 3.881 2.669 6.079v3.076c-.513 2.991-1.97 5.9-4.387 7.789-1.729 1.443-3.88 2.272-6.078 2.669h-3.078c-2.989-.514-5.898-1.97-7.788-4.386C1.226 17.883.396 15.731 0 13.531v-3.074c.4-2.196 1.226-4.345 2.669-6.073C4.56 1.967 7.473.508 10.465-.002M1.763 7.664c2.281 1.284 4.594 2.512 6.882 3.783.007-.864-.012-1.726-.008-2.59 1.367.024 2.79-.206 4.105.291 1.953.687 3.398 2.615 3.465 4.691.066 2.5.004 5.003.032 7.503.866.008 1.731.008 2.598 0 .007-2.499.008-4.998 0-7.497-.026-3.31-2.43-6.392-5.596-7.308-1.518-.514-3.133-.236-4.698-.359-.016-.907-.001-1.816-.026-2.722C6.273 4.868 4.01 6.252 1.764 7.663z"/><path fill="#fff" d="M1.763 7.664C4.009 6.253 6.272 4.87 8.516 3.457c.025.906.011 1.815.026 2.722 1.565.123 3.181-.156 4.698.359 3.166.916 5.57 3.998 5.596 7.308.008 2.499.007 4.998 0 7.497-.866.008-1.731.008-2.598 0-.028-2.5.034-5.003-.032-7.503-.067-2.076-1.513-4.004-3.465-4.691-1.315-.497-2.738-.268-4.105-.291-.004.864.015 1.726.008 2.59-2.288-1.271-4.601-2.499-6.882-3.783z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.131 0h1.693c2.342.239 4.656 1.026 6.515 2.498C21.986 4.49 23.631 7.629 24 10.9v2.153c-.396 4.084-2.924 7.915-6.644 9.702-1.326.685-2.79 1.031-4.259 1.244h-2.154c-1.391-.203-2.783-.509-4.051-1.135C2.997 21.099.348 17.108 0 12.873V11.18c.196-1.584.552-3.166 1.295-4.59C3.121 2.854 7.011.343 11.131 0m-.043 2.338a9.731 9.731 0 0 0-6.628 3.56c-2.54 3.049-2.875 7.692-.799 11.074 1.793 3.085 5.389 4.993 8.95 4.732 3.672-.18 7.085-2.665 8.418-6.084 1.134-2.797.864-6.118-.733-8.681-1.865-3.124-5.591-4.978-9.208-4.601z"/><path fill="#fff" d="M11.088 2.338c3.617-.377 7.343 1.477 9.208 4.601 1.597 2.563 1.867 5.884.733 8.681-1.333 3.419-4.746 5.904-8.418 6.084-3.56.262-7.157-1.646-8.95-4.732C1.585 13.59 1.92 8.948 4.46 5.898a9.731 9.731 0 0 1 6.628-3.56M9.959 6.577c-1.367.838-2.699 1.732-4.051 2.592 1.328.848 2.646 1.715 3.978 2.558.258.228.685.006.68-.328-.085-.408-.283-.782-.416-1.176 2.092-.013 4.056 1.577 4.427 3.643.179 1.2.053 2.42.091 3.629h2.117c-.028-1.237.07-2.483-.077-3.714-.403-3.169-3.364-5.726-6.558-5.67.128-.353.286-.695.392-1.055.126-.322-.294-.679-.583-.48z"/><path d="M9.959 6.577c.289-.199.709.158.583.48-.107.36-.264.702-.392 1.055 3.194-.056 6.155 2.501 6.558 5.67.146 1.231.049 2.477.077 3.714h-2.117c-.038-1.208.088-2.429-.091-3.629-.371-2.066-2.335-3.656-4.427-3.643.133.394.331.768.416 1.176.005.334-.422.556-.68.328-1.332-.844-2.65-1.71-3.978-2.558 1.352-.86 2.684-1.754 4.051-2.592z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.494 0h3.015c2.741.432 5.37 1.72 7.276 3.752 1.724 1.856 2.822 4.246 3.214 6.743v3.015c-.432 2.741-1.72 5.37-3.752 7.276-1.854 1.723-4.244 2.82-6.737 3.214h-.398c.003-3.442.001-6.885-.003-10.327-.001-.552.086-1.264.685-1.483.79-.279 1.644-.076 2.46-.088-.001.87-.009 1.739-.008 2.609 2.33-1.276 4.671-2.539 6.992-3.833-2.29-1.423-4.573-2.857-6.874-4.264-.047.933-.024 1.869-.042 2.804-1.542-.039-3.365-.265-4.435 1.125-.53-.578-1.16-1.156-1.967-1.268-.764-.09-1.537-.034-2.303-.055-.015-.951.02-1.901.046-2.85C5.246 7.68 2.847 9.023.439 10.351c2.321 1.433 4.669 2.821 7.002 4.233.021-.896.016-1.793.03-2.69.758.021 1.527-.054 2.277.093.57.117.847.744.811 1.279-.012 3.579-.032 7.157-.036 10.736h-.058c-2.73-.444-5.351-1.724-7.251-3.752C1.49 18.394.392 16.002 0 13.507v-3.015c.393-2.494 1.491-4.884 3.214-6.739C5.121 1.722 7.751.431 10.494.001z"/><path fill="#fff" d="M.44 10.35c2.408-1.327 4.807-2.671 7.224-3.981-.025.949-.06 1.9-.046 2.85.767.021 1.539-.035 2.303.055.807.113 1.437.69 1.967 1.268 1.07-1.39 2.893-1.164 4.435-1.125.017-.935-.005-1.87.042-2.804 2.301 1.406 4.584 2.841 6.874 4.264-2.321 1.294-4.662 2.557-6.992 3.833-.001-.87.007-1.739.008-2.609-.817.012-1.671-.19-2.46.088-.599.219-.686.93-.685 1.483.004 3.442.005 6.885.003 10.327h-2.59c.004-3.579.024-7.157.036-10.736.036-.535-.241-1.162-.811-1.279-.75-.146-1.519-.071-2.277-.093-.013.897-.008 1.794-.03 2.69-2.333-1.412-4.681-2.8-7.002-4.233z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--turn-left-or-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" d="M.977 0h17.268c.577.158 1.059.675 1.033 1.298.007 7.134.003 14.27.002 21.404.037.57-.343 1.05-.829 1.298H.848A1.597 1.597 0 0 1 0 23.043V.997A1.65 1.65 0 0 1 .977 0M.928.226C.437.38.122.895.164 1.401.166 8.5.163 15.6.165 22.699c-.049.626.499 1.208 1.128 1.185 5.572.003 11.144.006 16.716-.001.619.012 1.15-.566 1.104-1.181 0-7.135.004-14.27-.002-21.405.031-.645-.578-1.193-1.213-1.135C12.433.159 6.967.164 1.501.16c-.192.003-.389.004-.573.066z"/><path fill="#050505" d="M1.035.45c.15-.043.308-.043.462-.047 5.47.005 10.941-.001 16.411.003.497-.036.979.384.956.893.006 7.136.003 14.272.002 21.408.036.479-.374.945-.864.925-5.568.004-11.136.002-16.704.001-.497.031-.926-.436-.887-.926-.003-7.104 0-14.209-.002-21.313C.371.981.632.564 1.035.45m.081.459c-.191.083-.256.295-.24.488.002 7.102-.001 14.205.002 21.307-.036.244.169.485.42.466 5.536.007 11.074 0 16.611.003.267.042.531-.186.49-.463.002-7.139.006-14.278-.002-21.417.022-.321-.324-.464-.596-.42C12.24.9 6.672.828 1.116.909z"/><path fill="#fff" d="M.928.226c.184-.062.381-.063.573-.066C6.967.164 12.433.159 17.898.162c.635-.058 1.244.49 1.213 1.135.006 7.135.002 14.27.002 21.405.046.615-.485 1.193-1.104 1.181-5.572.007-11.144.004-16.716.001-.629.023-1.177-.559-1.128-1.185C.163 15.6.166 8.5.164 1.401.122.895.437.38.928.226m.107.224C.632.564.371.981.409 1.394.411 8.498.408 15.603.411 22.707c-.039.49.39.957.887.926 5.568.001 11.136.003 16.704-.001.49.02.9-.446.864-.925.001-7.136.004-14.272-.002-21.408.023-.509-.459-.929-.956-.893C12.438.402 6.967.408 1.497.403c-.154.004-.312.004-.462.047z"/><path fill="#fff" d="M1.116.909C6.672.828 12.24.9 17.801.873c.272-.044.618.099.596.42.008 7.139.004 14.278.002 21.417.041.277-.223.505-.49.463-5.537-.003-11.075.004-16.611-.003-.251.019-.456-.222-.42-.466-.003-7.102 0-14.205-.002-21.307-.016-.193.049-.405.24-.488m.499 3.648c.975 1.241 1.968 2.467 2.941 3.71.92.171.514-1.036.604-1.561 1.886.311 3.384 2.081 3.36 3.994-.026 3.034-.005 6.056-.003 9.092.684.014 1.369.007 2.053.006 0-2.736.02-5.465 0-8.198.011-.662-.056-1.341.15-1.982.412-1.464 1.686-2.664 3.202-2.898.019.422-.016.846.023 1.267.019.33.518.399.681.142.961-1.178 1.897-2.376 2.838-3.571-1.451-.465-2.9-.947-4.368-1.357-.245-.113-.43.111-.552.291.211.47.538.87.809 1.304-1.555.382-2.958 1.339-3.813 2.702-.847-1.366-2.252-2.319-3.804-2.701.225-.388.522-.732.724-1.133.144-.272-.189-.58-.455-.466-1.476.409-2.929.898-4.39 1.359z"/><path fill="#1a1919" d="M1.615 4.557c1.461-.461 2.914-.95 4.39-1.359.266-.114.599.194.455.466-.202.401-.499.745-.724 1.133 1.552.382 2.957 1.335 3.804 2.701.855-1.363 2.258-2.32 3.813-2.702-.271-.434-.598-.834-.809-1.304.122-.18.307-.404.552-.291 1.468.41 2.917.892 4.368 1.357-.941 1.195-1.877 2.393-2.838 3.571-.163.257-.662.188-.681-.142-.039-.421-.004-.845-.023-1.267-1.516.234-2.79 1.434-3.202 2.898-.206.641-.139 1.32-.15 1.982.02 2.733 0 5.462 0 8.198-.684.001-1.369.008-2.053-.006-.002-3.036-.023-6.058.003-9.092.024-1.913-1.474-3.683-3.36-3.994-.09.525.316 1.732-.604 1.561-.973-1.243-1.966-2.469-2.941-3.71z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-left-or-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#b51a00" d="M10.231 0h3.522c5.171.74 9.494 5.063 10.248 10.229v3.523c-.74 5.172-5.063 9.495-10.231 10.248h-3.522C5.076 23.26.754 18.937 0 13.769v-3.52C.738 5.077 5.063.754 10.231 0m.191 2.339c-2.927.439-5.585 2.313-6.998 4.911-1.416 2.535-1.586 5.716-.464 8.391A9.76 9.76 0 0 0 8.217 20.9c2.644 1.105 5.78.954 8.298-.416 4.025-2.068 6.112-7.146 4.682-11.445-1.306-4.486-6.166-7.524-10.774-6.7z"/><path fill="#fff" d="M10.422 2.339c4.608-.824 9.468 2.214 10.774 6.7 1.43 4.299-.658 9.377-4.682 11.445-2.518 1.37-5.654 1.521-8.298.416a9.754 9.754 0 0 1-5.257-5.259c-1.122-2.676-.951-5.857.464-8.391 1.413-2.597 4.071-4.472 6.998-4.911M8.039 6.912c-1.514 1.02-2.991 2.096-4.49 3.137 1.454 1.069 2.94 2.098 4.407 3.151.339.328.963.054.95-.418-.082-.469-.362-.878-.523-1.322 1.363.795 2.281 2.302 2.322 3.884.026 1.271.003 2.543.01 3.816.802.007 1.603.004 2.406.003.011-1.28-.01-2.558.01-3.837.02-1.555.909-3.055 2.259-3.826-.152.43-.395.831-.481 1.28-.011.44.542.738.893.462 1.502-1.049 2.989-2.123 4.485-3.182-1.484-1.057-2.964-2.122-4.463-3.154-.362-.278-.924.034-.915.48.111.498.381.944.561 1.419a7.333 7.333 0 0 0-3.563 2.729c-.844-1.264-2.095-2.254-3.543-2.728.176-.437.406-.854.557-1.302.142-.479-.489-.896-.88-.591z"/><path fill="#040404" d="M8.039 6.912c.392-.305 1.022.112.88.591-.151.449-.381.865-.557 1.302 1.449.474 2.7 1.464 3.543 2.728a7.332 7.332 0 0 1 3.563-2.729c-.18-.474-.45-.92-.561-1.419-.01-.446.552-.758.915-.48 1.5 1.032 2.979 2.098 4.463 3.154-1.495 1.059-2.982 2.133-4.485 3.182-.351.277-.905-.021-.893-.462.087-.449.329-.849.481-1.28-1.351.771-2.24 2.271-2.259 3.826-.02 1.28.001 2.558-.01 3.837-.802.001-1.603.004-2.406-.003-.007-1.272.016-2.545-.01-3.816-.041-1.582-.959-3.089-2.322-3.884.16.444.44.854.523 1.322.013.471-.611.746-.95.418-1.467-1.054-2.952-2.082-4.407-3.151 1.5-1.041 2.977-2.117 4.49-3.137z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--turn-left-or-u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".3" d="M2.855 0h16.309l-.086.018c-.303.066-.614.026-.921.034-4.649.006-9.298-.014-13.947 0C3.726.045 3.242.07 2.759.034L2.855 0z"/><path fill="#1a1919" d="M0 1.004C.189.508.641.028 1.208.049 1.725.043 2.242.058 2.759.035c.483.037.967.012 1.451.018 4.649-.014 9.298.006 13.947 0 .307-.008.618.032.921-.034.397.239.803.542.922 1.017v22.028c-.109.406-.419.72-.768.936H.771c-.351-.213-.657-.527-.771-.93V1.004m1.018-.82C.492.311.085.829.079 1.369v21.367c-.003.673.615 1.272 1.291 1.239 5.753.004 11.507.003 17.26 0 .676.033 1.294-.563 1.293-1.235V1.364C19.917.696 19.301.107 18.629.14 12.998.135 7.367.14 1.736.137c-.24-.001-.483-.006-.719.046z"/><path fill="#1a1919" d="M1.227.439c.238-.037.481-.022.721-.024h16.105c.296.003.598-.023.886.061.41.142.715.562.707.998-.002 7.071.001 14.141-.001 21.211a1.072 1.072 0 0 1-.702.953c-.271.086-.559.061-.838.064H1.894c-.279-.003-.568.023-.838-.064a1.071 1.071 0 0 1-.701-1.005c.002-7.053.001-14.105 0-21.158-.008-.49.38-.969.871-1.034m.105.523c-.269.029-.464.297-.442.56.002 7.037-.002 14.075.002 21.112-.012.307.281.56.582.532h17.055c.302.028.596-.224.584-.533.003-7.037-.001-14.074.002-21.111.032-.324-.263-.601-.582-.575C12.986.945 7.441.949 1.895.947c-.188.002-.378-.012-.564.016z"/><path fill="#fffffe" d="M1.018.184c.236-.053.479-.047.719-.046C7.368.141 12.999.136 18.63.141c.672-.033 1.288.556 1.294 1.224v21.376c.001.672-.617 1.268-1.293 1.235-5.753.003-11.507.004-17.26 0-.676.033-1.294-.566-1.291-1.239V1.37A1.271 1.271 0 0 1 1.019.185m.208.254C.736.504.348.983.356 1.473c.001 7.053.002 14.105 0 21.158-.012.436.289.862.701 1.005.271.087.559.061.838.064h16.211c.279-.003.568.022.838-.064a1.07 1.07 0 0 0 .702-.953c.002-7.07-.001-14.141.001-21.211a1.073 1.073 0 0 0-.707-.998c-.288-.083-.591-.057-.886-.061H1.949c-.24.002-.482-.013-.721.024z"/><path fill="#fffffe" d="M1.331.964c.186-.028.376-.014.564-.016C7.441.95 12.986.946 18.532.95c.318-.026.614.251.582.575-.002 7.037.001 14.074-.002 21.111.012.309-.282.561-.584.533H1.473c-.302.028-.594-.225-.582-.532C.888 15.6.892 8.563.889 1.525c-.022-.263.173-.531.442-.56m4.27 1.597l-.079.121c-.43.141-.802.427-1.181.672-.417.084-.729.424-1.078.652-.169.142-.403.277-.436.513.148.257.457.363.678.549.653.544 1.304 1.095 2.005 1.577.187.154.444.162.671.112.255-.429-.013-.933.137-1.372.662.022 1.327.047 1.982.146-.007.15.015.312-.059.449-.262.469-.527.949-.634 1.481-.227.5-.12 1.077-.367 1.574-.243.017-.493-.002-.696-.149-.247-.176-.623.015-.628.315.009.527.361.954.582 1.409.344.532.554 1.167 1.034 1.599.272.229.659.132.894-.101.82-.739 1.563-1.56 2.303-2.377.195-.174.136-.451.117-.68-.475-.051-.988-.09-1.418.159-.12-.439.213-.819.178-1.256.128-.583.386-1.156.841-1.563.651-.742 1.786-1.001 2.679-.573.606.336 1.197.875 1.276 1.601.001.674.044 1.362-.125 2.021-.096.514-.048 1.046-.186 1.554-.127.459-.078.942-.173 1.405-.192.688-.093 1.418-.302 2.105-.035.559-.183 1.139-.016 1.689.072 0 .144.002.216.006.292.009.584.016.876.004.202.008.403.007.604.002l.172.01c.183-.42.293-.878.222-1.337l.005-.133c.014-.459.304-.876.205-1.344.007-.061.009-.121.006-.182.01-.223.051-.445.132-.654.188-.483-.011-1.023.186-1.505.124-.324.143-.683.073-1.022l.005-.031c.057-.307.093-.617.199-.913.075-.435.057-.885.021-1.324.011-.128.025-.258.011-.386.012-.163.033-.329.004-.491-.194-.579-.416-1.172-.851-1.619-.526-.556-1.164-1.023-1.885-1.266-.285-.088-.553-.256-.859-.247-1.174-.018-2.348-.015-3.522-.016-.779-.056-1.548-.279-2.335-.166-.144-.022-.289-.022-.434-.026.002-.202-.054-.433.088-.602.191-.239.112-.561.081-.837-.475-.113-.807.299-1.22.446m-.004 14.827c-.568.224-.626 1.013-.373 1.493.264.488 1.077.486 1.341-.001a1.294 1.294 0 0 0-.002-1.179c-.183-.334-.625-.435-.966-.313m1.329-.014v1.837h.226c.001-.525-.003-1.051.003-1.576.274.523.541 1.05.809 1.576h.272v-1.837l-.225.001c-.002.482.004.963-.003 1.444-.253-.478-.491-.963-.738-1.444h-.343m3.315-.001v1.837l1.062-.001a5.185 5.185 0 0 1-.001-.216h-.82v-1.621h-.241m1.211.001v1.837h1.145a7.776 7.776 0 0 1 0-.216h-.904v-.682l.843-.001a7.776 7.776 0 0 1 0-.216h-.843v-.506h.904a7.776 7.776 0 0 1 0-.216h-1.145m1.421 0v1.837a9.68 9.68 0 0 1 .241 0v-.886h.819a7.776 7.776 0 0 1 0-.216l-.819-.001a44.72 44.72 0 0 0 0-.518h.854a5.185 5.185 0 0 1 .001-.216h-1.095m1.178 0v.216h.618l-.001 1.621a9.68 9.68 0 0 1 .241 0V17.59h.618a7.776 7.776 0 0 1 0-.216h-1.477m-6.296 2.808c-.648.167-.744 1.033-.486 1.553.261.54 1.149.544 1.422.012.183-.362.183-.818.006-1.183-.165-.339-.592-.475-.942-.381m5.053-.001c-.648.167-.744 1.033-.486 1.552.261.541 1.15.544 1.422.012.183-.362.183-.819.006-1.183-.166-.339-.592-.475-.942-.381m-9.965.012c-.214.637-.432 1.273-.642 1.912l.254-.001c.056-.178.114-.356.172-.534h.733l.174.535H3.8l-.644-1.912a16.328 16.328 0 0 0-.313 0m1.09 0l-.001 1.912a10.5 10.5 0 0 1 .251 0l.001-.763h.292c.2.253.406.502.601.76.112-.007.223.012.334.002-.225-.275-.448-.551-.675-.824.32-.129.513-.546.308-.848-.255-.354-.741-.209-1.111-.239m1.684 0l-.001 1.912a10.5 10.5 0 0 1 .251 0l.001-.763h.292c.2.253.406.502.601.76.112-.007.223.011.334.002-.225-.275-.448-.551-.675-.824.32-.129.513-.547.308-.848-.255-.353-.742-.208-1.111-.239m3.313.002c.164.636.326 1.273.489 1.909h.277c.128-.526.25-1.054.38-1.579.141.524.26 1.053.393 1.579h.284l.48-1.911-.246-.001c-.128.533-.253 1.067-.383 1.6-.136-.532-.258-1.067-.389-1.6l-.257.001c-.131.514-.23 1.038-.386 1.546-.144-.513-.25-1.035-.386-1.55l-.254.006m5.211-.002v1.911h.235c.001-.549-.001-1.099.001-1.649.285.548.565 1.098.846 1.649h.284c-.003-.638.002-1.276-.003-1.914a18.26 18.26 0 0 1-.234.004c-.001.501.004 1.002-.003 1.503-.265-.499-.507-1.009-.774-1.507-.118-.001-.235.005-.353.003m1.737 0l.001 1.912h1.106l-.001-.225h-.855v-1.687a10.5 10.5 0 0 0-.251 0m.952 0c.173.292.344.585.519.875.224.298.087.692.124 1.036.085-.001.169-.001.255 0 .006-.279-.014-.56.008-.839.187-.37.429-.711.634-1.072l-.266-.001c-.167.281-.331.564-.503.843-.163-.282-.327-.563-.492-.843l-.278.001z"/><path fill="#fffffe" d="M5.652 17.599c.265-.135.633-.012.729.279.101.337.127.774-.147 1.039-.269.243-.751.103-.842-.251-.096-.353-.097-.859.261-1.067zM7.856 20.384c.889-.176.983 1.495.144 1.542-.763-.003-.815-1.352-.144-1.542zM12.908 20.384c.889-.176.983 1.495.144 1.542-.763-.003-.815-1.352-.144-1.542zM4.184 20.407c.161.005.327-.009.485.036.271.091.245.541-.005.642-.151.063-.319.043-.479.052-.002-.244-.001-.487 0-.731zM5.868 20.407c.161.005.327-.009.485.036.271.092.245.541-.005.642-.151.064-.319.044-.479.053-.002-.244-.001-.487 0-.731zM2.697 21.355c.098-.301.194-.602.295-.901.103.299.198.6.297.901h-.592z"/><path fill="#889393" d="M5.601 2.562c.413-.147.745-.559 1.22-.446.031.276.109.598-.081.837-.142.169-.086.401-.088.602.145.004.291.004.434.026.361.065.716.169 1.083.191-.237.006-.473.031-.709.037l-.179-.002c-.306-.146-.816-.117-.874-.54.189-.28.284-.61.261-.948-.17.012-.351.013-.5.106-.974.591-1.966 1.152-2.902 1.802l.028-.153a12.93 12.93 0 0 0 1.047-.719c.379-.245.751-.531 1.181-.672l.079-.121z"/><path fill="#1f302b" d="M6.167 2.425c.149-.093.33-.094.5-.106.024.338-.071.668-.261.948-.112.497.515.6.874.54l.179.002c.366.012.732.016 1.098.029.76.112 1.531.114 2.297.152-.348.02-.696.066-1.046.044-1.021-.062-2.043.013-3.064-.046-.362.004-.642-.484-.448-.792.104-.207.208-.416.288-.634-.39-.068-.678.213-.921.472-.419.356-.718.876-1.258 1.066-.136.18-.024.453-.107.662-.088.08-.194.136-.296.197.219.272.511.475.714.762-.536-.387-1.012-.855-1.578-1.201.043-.097.082-.196.125-.293.936-.65 1.928-1.212 2.902-1.802z"/><path fill="#162424" d="M5.665 3.034c.243-.258.531-.54.921-.472-.081.218-.185.426-.288.634-.193.308.086.796.448.792 1.021.059 2.043-.015 3.064.046.349.022.697-.024 1.046-.044.855.068 1.731-.047 2.567.191.437.072.81.332 1.239.427.295.414.816.651.984 1.157.078.177.006.409-.176.487-.199.052-.407.052-.609.087.227.327.404.717.367 1.124-.043.296-.159.576-.288.845-.151-.413.046-.924-.316-1.257-.309-.745-.928-1.377-1.717-1.594a3.91 3.91 0 0 0-1.482.026c-1.115.348-1.944 1.391-2.099 2.541-.089.406-.205.812-.163 1.233.473.271.983-.094 1.481.022-.085.387-.422.628-.674.906-.595.614-1.148 1.273-1.798 1.829-.136.116-.355.231-.483.04-.421-.482-.666-1.086-.998-1.628-.218-.423-.541-.842-.493-1.345.143.018.289.036.424.09.218.242.554.258.831.389.148.229.021.493-.177.639.167.167.225.395.303.609.114.201.28.366.396.566.086-.003.172-.008.257-.01.177-.477.561-.826.908-1.178.138-.351-.287-.528-.424-.791a3.487 3.487 0 0 1 .181-1.446c.086-.236.015-.483-.118-.684.264-.321.553-.637.714-1.024.007-.152-.141-.263-.213-.385-.195.359-.491.678-.562 1.093-.028.201-.255.246-.403.333a6.18 6.18 0 0 0-.22 2.19l-.403-.001c-.009-.803.087-1.625.406-2.368.094-.212.154-.435.188-.663.184-.361.413-.754.238-1.167a13.265 13.265 0 0 0-2.383-.01l-.129.023c-.033.414.025.832-.049 1.243-.276-.016-.466-.235-.686-.373a3.191 3.191 0 0 1-.561-.433c-.203-.286-.495-.489-.714-.762.102-.061.207-.117.296-.197.083-.209-.029-.482.107-.662.54-.191.838-.71 1.258-1.066z"/><path fill="#596666" d="M6.407 3.267c.058.423.568.394.874.54-.359.06-.986-.043-.874-.54z"/><path fill="#bdc7c4" d="M3.263 4.006c.348-.228.661-.567 1.078-.652-.334.261-.689.493-1.047.719l-.028.153-.188.014-.053.331c.905.605 1.673 1.387 2.578 1.991.159.106.438.26.56.022.106-.425-.004-.872.057-1.304.542-.021 1.083-.007 1.625.001.249-.001.465.138.677.253-.099.531-.466.956-.628 1.466-.214.414-.211.886-.347 1.323-.101.324.011.76-.369.924a1.633 1.633 0 0 0-1.173-.178c-.013.466.291.847.478 1.251.363.583.627 1.232 1.078 1.756.199.247.588.168.79-.036.674-.607 1.278-1.286 1.901-1.944.213-.225.394-.477.557-.74-.114-.135-.231-.325-.437-.29-.346.037-.655.255-1.017.204-.028-.478-.001-.964.166-1.417.228-1.455 1.745-2.675 3.23-2.324.7.258 1.43.721 1.672 1.464.083.381.243.766.146 1.161-.093.385-.158.776-.142 1.173-.006.134-.01.267-.013.401-.004.439-.231.842-.206 1.284-.004.116-.002.232-.003.347-.072.359-.214.706-.195 1.079-.039.416.023.846-.114 1.249-.131.395-.12.817-.11 1.228l-.006.035c-.122.326-.214.666-.185 1.017l.198.037.023.199a3.893 3.893 0 0 0-.216-.006c-.167-.55-.019-1.13.016-1.689.209-.686.109-1.416.302-2.105.095-.464.046-.946.173-1.405.138-.508.09-1.04.186-1.554.169-.659.125-1.347.125-2.021-.078-.726-.669-1.265-1.276-1.601-.893-.428-2.029-.169-2.679.573-.455.406-.712.98-.841 1.563.034.437-.298.816-.178 1.256.429-.249.943-.209 1.418-.159.019.229.078.506-.117.68-.741.817-1.483 1.638-2.303 2.377-.234.233-.622.331-.894.101-.48-.432-.69-1.067-1.034-1.599-.221-.455-.572-.883-.582-1.409.006-.3.382-.491.628-.315.204.147.453.166.696.149.247-.497.141-1.074.367-1.574.107-.531.372-1.012.634-1.481.075-.137.053-.299.059-.449-.655-.099-1.321-.124-1.982-.146-.151.439.118.943-.137 1.372-.227.05-.483.042-.671-.112-.701-.482-1.352-1.033-2.005-1.577-.222-.186-.531-.292-.678-.549.033-.235.267-.371.436-.513z"/><path fill="#c8cfce" d="M7.086 3.581c.786-.113 1.556.111 2.335.166 1.174.001 2.348-.003 3.522.016.307-.009.575.158.859.247l-.193.008a12.545 12.545 0 0 1-.432-.032c-.274-.11-.562-.196-.86-.183-1.385.004-2.766-.038-4.149-.032-.367-.022-.723-.126-1.083-.191z"/><path fill="#6f7b79" d="M7.461 3.809c.236-.007.472-.031.709-.037 1.383-.006 2.764.035 4.149.032.298-.013.586.073.86.183-.518.039-1.031-.061-1.547-.087-1.021-.111-2.048-.064-3.073-.061-.366-.014-.733-.017-1.098-.029z"/><path fill="#3b4a49" d="M8.559 3.838c1.024-.003 2.052-.05 3.073.061.516.026 1.028.126 1.547.087.144.013.287.024.432.032.335.226.763.298 1.052.591-.429-.095-.802-.355-1.239-.427-.836-.238-1.712-.123-2.567-.191-.766-.038-1.537-.041-2.297-.152z"/><path fill="#9da3a2" d="M13.61 4.018l.193-.008c.721.243 1.359.709 1.885 1.266l-.025.179c-.306-.311-.594-.664-1.001-.846-.289-.293-.717-.365-1.052-.591z"/><path fill="#5d6b69" d="M3.078 4.241l.188-.014c-.043.097-.083.196-.125.293.566.346 1.042.813 1.578 1.201.167.168.361.306.561.433.22.138.41.357.686.373l.172-.022c.045-.414-.035-.829.007-1.244.79-.076 1.593-.057 2.383.01.174.413-.054.806-.238 1.167-.335.608-.586 1.286-.609 1.985-.041.303-.157.588-.233.884-.284.039-.564-.027-.824-.137-.135-.054-.281-.072-.424-.09-.048.503.275.922.493 1.345.332.543.577 1.146.998 1.628.128.191.347.076.483-.04.65-.557 1.203-1.216 1.798-1.829.252-.278.588-.519.674-.906-.498-.116-1.008.248-1.481-.022-.043-.421.074-.827.163-1.233.155-1.151.984-2.193 2.099-2.541a3.93 3.93 0 0 1 1.482-.026c.789.217 1.408.849 1.717 1.594.008.076.014.153.018.23a3.452 3.452 0 0 1-.22-.29c-.242-.744-.972-1.206-1.672-1.464-1.485-.351-3.002.869-3.23 2.324-.167.453-.194.938-.166 1.417.362.051.671-.167 1.017-.204.207-.035.323.155.437.29a4.565 4.565 0 0 1-.557.74c-.623.658-1.227 1.337-1.901 1.944-.202.204-.591.283-.79.036-.451-.525-.715-1.174-1.078-1.756-.188-.404-.491-.784-.478-1.251.398-.09.819-.026 1.173.178.381-.164.269-.601.369-.924.136-.437.133-.909.347-1.323.162-.51.529-.935.628-1.466-.212-.114-.427-.253-.677-.253-.542-.008-1.083-.022-1.625-.001-.062.433.049.879-.057 1.304-.122.238-.401.084-.56-.022-.905-.604-1.673-1.386-2.578-1.991l.053-.331z"/><path fill="#273537" d="M14.662 4.608c.407.182.695.536 1.001.846.208.534.606 1.005.648 1.594.066.653-.045 1.307-.003 1.961l-.004.039c-.123.408-.218.827-.214 1.256-.01.318-.065.635-.183.931-.058-.386.039-.76.124-1.132.053-1.181.484-2.416-.01-3.562l-.109.013c.071.595-.027 1.185-.168 1.762-.087.375.007.775-.134 1.139-.296.642-.272 1.368-.37 2.054-.061.125-.225.243-.367.195-.123-.296.154-.63-.037-.908-.068-.127-.225-.117-.346-.145-.058.596-.024 1.217-.287 1.772.034-.245.03-.494.04-.74.009-.4.193-.773.183-1.175l.003-.038c0-.576.199-1.127.209-1.701.022-.496.024-.994.005-1.49a5.782 5.782 0 0 0-.018-.23c.363.333.165.844.316 1.257.128-.268.245-.549.288-.845.037-.407-.14-.797-.367-1.124.202-.035.41-.035.609-.087.182-.078.254-.31.176-.487-.167-.506-.688-.743-.984-1.157z"/><path fill="#34473f" d="M6.015 5.284l.129-.023c-.042.414.038.829-.007 1.244a8.959 8.959 0 0 1-.172.022c.074-.411.016-.829.049-1.243z"/><path fill="#c1c9c7" d="M15.687 5.275c.434.447.656 1.04.851 1.619.029.162.008.328-.004.491-.197-.673-.324-1.443-.872-1.931l.025-.179z"/><path fill="#778283" d="M15.663 5.455c.548.488.675 1.258.872 1.931.015.128 0 .258-.011.386-.03.419-.1.834-.216 1.238-.042-.654.069-1.308.003-1.961-.042-.589-.439-1.061-.648-1.594z"/><path fill="#202c2f" d="M8.721 6.947c.071-.414.366-.733.562-1.093.072.122.22.233.213.385-.161.387-.45.704-.714 1.024.133.202.204.448.118.684-.156.463-.229.96-.181 1.446.136.263.562.44.424.791-.348.353-.731.701-.908 1.178-.086.002-.172.007-.257.01-.116-.199-.282-.365-.396-.566-.078-.214-.136-.443-.303-.609.198-.147.325-.411.177-.639-.277-.131-.613-.147-.831-.389.261.109.541.176.824.137.076-.295.192-.581.233-.884.023-.699.274-1.377.609-1.985a2.63 2.63 0 0 1-.188.663c-.319.744-.415 1.565-.406 2.368l.403.001a6.18 6.18 0 0 1 .22-2.19c.148-.087.375-.132.403-.333z"/><path fill="#192829" d="M15.912 6.556l.109-.013c.494 1.145.063 2.381.01 3.562-.085.372-.182.746-.124 1.132.004.617-.145 1.213-.236 1.817.039.627-.245 1.214-.208 1.839-.049.376-.148.744-.239 1.112l-.419-.012c-.001-.473.027-.954.203-1.398.156-.422-.088-.83-.171-1.237.12-.054.258-.085.357-.175.115-.233.059-.503.055-.753a3.773 3.773 0 0 0-.463-.028c-.008.277.044.555.012.831-.099.303-.417.521-.382.872.059.561-.222 1.07-.235 1.625.014.179-.201.178-.323.226-.062-.398-.004-.798-.016-1.198.056-.377.19-.744.183-1.129-.001-.407.027-.821.178-1.203.263-.555.229-1.176.287-1.772.121.028.278.018.346.145.191.278-.085.613.037.908.143.048.306-.07.367-.195.098-.686.074-1.412.37-2.054.141-.364.046-.764.134-1.139.142-.577.239-1.167.168-1.762z"/><path fill="#849292" d="M14.423 6.991c.067.102.143.196.22.29.019.496.017.994-.005 1.49-.072.184-.157.363-.212.554-.016-.397.049-.788.142-1.173.097-.395-.063-.78-.146-1.161z"/><path fill="#c1c9c6" d="M16.308 9.01c.116-.404.186-.819.216-1.238.036.439.054.889-.021 1.324-.106.295-.143.606-.199.913.007-.32.002-.64.001-.96l.004-.039z"/><path fill="#556463" d="M14.426 9.325c.054-.191.139-.37.212-.554-.011.574-.209 1.124-.209 1.701.005-.249-.017-.497-.015-.746.003-.133.007-.267.013-.401z"/><path fill="#6d7a77" d="M16.091 10.305c-.004-.429.091-.848.214-1.256.001.32.006.64-.001.96l-.005.031c-.076.232-.161.464-.184.708-.005-.148-.018-.295-.023-.443z"/><path fill="#8d9b99" d="M14.207 11.009c-.025-.442.203-.845.206-1.284-.002.249.021.497.015.746l-.003.038c-.081.163-.166.324-.219.499z"/><path fill="#bdc5c2" d="M16.114 10.748c.024-.245.108-.477.184-.708.07.339.051.697-.073 1.022-.197.482.002 1.022-.186 1.505a2.037 2.037 0 0 0-.132.654c-.006-.2-.021-.4-.019-.601.049-.628.262-1.234.226-1.872z"/><path fill="#5d6967" d="M15.907 11.236c.118-.296.173-.613.183-.931.005.148.018.295.023.443.035.637-.177 1.244-.226 1.872-.054.431-.216.846-.194 1.287l-.011.185a2.633 2.633 0 0 1-.221.867v-.067c-.036-.626.248-1.213.208-1.839.091-.604.241-1.199.236-1.817z"/><path fill="#5b6d6a" d="M14.207 11.009c.053-.175.138-.337.219-.499.009.403-.174.775-.183 1.175-.01.246-.006.495-.04.74-.151.383-.179.796-.178 1.203.007.386-.126.752-.183 1.129l-.056.155c-.01-.411-.021-.833.11-1.228.136-.403.075-.833.114-1.249.171-.334.224-.707.195-1.079.001-.116-.001-.232.003-.347z"/><path fill="#909e9a" d="M14.009 12.435c-.019-.373.123-.72.195-1.079.029.372-.024.745-.195 1.079z"/><path fill="#2f3c3e" d="M14.785 12.402c.155-.001.309.01.463.028.004.249.06.52-.055.753-.099.09-.237.121-.357.175.083.407.327.815.171 1.237-.176.444-.204.925-.203 1.398l.419.012c.091-.368.189-.735.239-1.112v.067c-.004.212.006.423.005.635a2.105 2.105 0 0 1-.006.082c-.044.18-.107.355-.166.531a9.357 9.357 0 0 1-.604-.002c-.229-.255-.594-.181-.899-.203-.024-.352-.005-.703-.013-1.055l.006-.035.056-.155c.012.399-.046.8.016 1.198.122-.048.337-.047.323-.226.013-.555.294-1.064.235-1.625-.036-.351.282-.568.382-.872.032-.276-.02-.554-.012-.831z"/><path fill="#8a9492" d="M15.694 13.907c-.023-.441.139-.856.194-1.287-.002.201.013.401.019.601.003.061.001.122-.006.182-.062.171-.143.334-.206.504z"/><path fill="#c3ccc9" d="M15.694 13.907c.064-.17.145-.333.206-.504.099.468-.192.885-.205 1.344-.004-.218-.018-.436-.012-.655.003-.062.006-.124.011-.185z"/><path fill="#899893" d="M15.463 14.959a2.69 2.69 0 0 0 .221-.867c-.006.218.008.436.012.655l-.005.133c-.049.245-.146.477-.222.715.001-.212-.009-.423-.005-.635z"/><path fill="#c3ccc8" d="M15.468 15.594c.076-.237.173-.469.222-.715.071.459-.039.917-.222 1.337-.003-.181-.007-.361-.005-.541l.006-.082z"/><path fill="#657671" d="M13.594 15.965c-.029-.352.064-.692.185-1.017.008.352-.011.703.013 1.055a13.759 13.759 0 0 0-.198-.037z"/><path fill="#6e7b76" d="M15.296 16.207c.059-.176.123-.351.166-.531-.002.18.003.36.005.541l-.172-.01z"/><path fill="#525f5b" d="M13.793 16.002c.305.022.67-.053.899.203-.292.013-.584.005-.876-.004l-.023-.199z"/><path d="M5.596 17.388c.342-.122.784-.021.966.313.19.358.191.821.002 1.179-.264.487-1.077.489-1.341.001-.253-.48-.195-1.269.373-1.493m.056.211c-.357.207-.357.714-.261 1.067.092.354.573.494.842.251.274-.265.248-.702.147-1.039-.096-.291-.464-.414-.729-.279zM6.925 17.374h.343c.247.481.486.966.738 1.444.007-.481.002-.962.003-1.444l.225-.001v1.837a12.33 12.33 0 0 0-.272 0c-.268-.526-.535-1.053-.809-1.576-.006.525-.002 1.051-.003 1.576a8.513 8.513 0 0 0-.226 0v-1.837zM10.241 17.374h.241v1.621h.82c-.001.072-.001.144.001.216l-1.062.001v-1.837zM11.452 17.374h1.145a7.776 7.776 0 0 0 0 .216h-.904v.506h.843a7.776 7.776 0 0 0 0 .216c-.281 0-.562-.001-.843.001v.682h.904a7.776 7.776 0 0 0 0 .216h-1.145v-1.837zM12.873 17.374h1.095l-.001.216h-.854v.518l.819.001a7.776 7.776 0 0 0 0 .216h-.819v.886a9.68 9.68 0 0 0-.241 0v-1.837zM14.052 17.374h1.477a7.776 7.776 0 0 0 0 .216h-.618v1.621a9.68 9.68 0 0 0-.241 0l.001-1.621h-.618a7.776 7.776 0 0 0 0-.216zM7.755 20.182c.351-.094.777.042.942.381.177.365.176.821-.006 1.183-.272.532-1.161.528-1.422-.012-.258-.519-.163-1.385.486-1.553m.101.203c-.671.19-.619 1.538.144 1.542.838-.047.745-1.717-.144-1.542zM12.808 20.182c.351-.094.776.042.942.381.177.364.176.821-.006 1.183-.272.532-1.161.528-1.422-.012-.257-.519-.162-1.385.486-1.552m.1.202c-.671.19-.619 1.538.144 1.542.838-.047.745-1.717-.144-1.542zM2.843 20.194h.313l.644 1.912h-.266l-.174-.535a89.548 89.548 0 0 0-.733 0c-.057.178-.116.355-.172.534l-.254.001c.211-.638.428-1.274.642-1.912m-.146 1.161h.592c-.098-.301-.194-.602-.297-.901-.101.299-.197.6-.295.901zM3.933 20.194c.369.031.856-.114 1.111.239.205.302.012.718-.308.848.226.273.45.549.675.824-.112.009-.223-.009-.334-.002-.194-.258-.401-.507-.601-.76h-.292l-.001.763a10.5 10.5 0 0 0-.251 0l.001-1.912m.251.213c-.001.244-.002.487 0 .731.16-.009.328.011.479-.052.25-.102.276-.551.005-.642-.157-.045-.324-.032-.485-.036zM5.617 20.194c.369.031.855-.114 1.111.239.205.302.012.719-.308.848.226.273.45.549.675.824-.112.009-.223-.009-.334-.002-.194-.258-.401-.507-.601-.76h-.292l-.001.763a10.5 10.5 0 0 0-.251 0l.001-1.912m.251.213c-.001.244-.002.487 0 .731.16-.009.329.011.479-.053.25-.102.276-.551.005-.642-.157-.045-.324-.031-.485-.036zM8.93 20.196l.254-.006c.136.515.243 1.037.386 1.55.156-.508.255-1.032.386-1.546l.257-.001c.132.533.253 1.068.389 1.6.13-.533.254-1.067.383-1.6l.246.001-.48 1.911a13.443 13.443 0 0 0-.284 0c-.133-.526-.252-1.055-.393-1.579-.13.525-.252 1.053-.38 1.579a12.788 12.788 0 0 0-.277 0c-.163-.636-.325-1.273-.489-1.909zM14.143 20.194c.117.002.235-.004.353-.003.266.498.509 1.008.774 1.507.007-.501.002-1.002.003-1.503l.234-.004c.004.638 0 1.276.003 1.914h-.284c-.281-.551-.561-1.101-.846-1.649-.002.549-.001 1.099-.001 1.649a9.205 9.205 0 0 0-.235 0v-1.911zM15.879 20.194a10.5 10.5 0 0 1 .251 0v1.687h.855c-.001.075-.001.149.001.225H15.88l-.001-1.912zM16.831 20.194l.278-.001c.165.281.329.561.492.843.173-.278.336-.562.503-.843l.266.001c-.205.361-.447.702-.634 1.072-.023.279-.003.559-.008.839-.085-.001-.17-.001-.255 0-.037-.344.101-.737-.124-1.036-.175-.29-.346-.583-.519-.875z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#04408b" d="M10.734 0h2.511c4.506.503 8.608 3.656 10.085 7.966.335.892.487 1.836.67 2.767v2.513c-.504 4.506-3.656 8.607-7.966 10.084-.892.335-1.836.487-2.767.67h-2.511c-4.507-.503-8.608-3.656-10.085-7.966-.335-.892-.487-1.836-.67-2.767v-2.511c.178-.94.333-1.89.67-2.789C2.145 3.662 6.237.515 10.735.001m1.868 7.15c.29 1.086.766 2.116 1.033 3.208-3.733.107-7.474.017-11.21.045-.011 1.086-.005 2.172-.004 3.257 3.572.011 7.144.004 10.716.003.166.02.39-.044.481.142-.281 1.036-.703 2.029-1 3.06-.162.453.452.866.818.55 2.848-1.795 5.712-3.57 8.551-5.379a1174.093 1174.093 0 0 0-8.545-5.342c-.335-.282-.906.025-.842.457z"/><path fill="#fff" d="M12.603 7.151c-.064-.432.507-.74.842-.457 2.859 1.765 5.702 3.554 8.545 5.342-2.839 1.81-5.703 3.584-8.551 5.379-.366.316-.98-.097-.818-.55.297-1.032.719-2.025 1-3.06-.091-.186-.316-.122-.481-.142-3.572.001-7.144.008-10.716-.003-.001-1.085-.007-2.171.004-3.257 3.735-.028 7.477.062 11.21-.045-.267-1.091-.743-2.122-1.033-3.208z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2c30" d="M11.754 0h.372c1.307.076 2.618.241 3.845.721 3.954 1.284 6.922 4.91 7.726 8.946.797 3.696-.426 7.694-2.972 10.454-2.488 2.77-6.361 4.176-10.048 3.74-2.575-.22-5.005-1.424-6.898-3.157C1.647 18.726.384 15.95 0 13.09v-1.351c.049-2.86 1.199-5.665 3.1-7.793C5.28 1.508 8.496.095 11.754-.001m-.896 2.971c-3.024.311-5.73 2.318-7.073 5.021-1.412 2.876-1.176 6.509.688 9.13 1.867 2.8 5.404 4.35 8.729 3.853 2.54-.326 4.925-1.813 6.325-3.962 2.1-3.046 2.038-7.444-.241-10.376-1.842-2.664-5.231-4.092-8.428-3.665z"/><path fill="#fff" d="M10.858 2.97c3.197-.427 6.586 1.001 8.428 3.665 2.279 2.933 2.341 7.331.241 10.376-1.4 2.149-3.785 3.636-6.325 3.962-3.325.497-6.862-1.054-8.729-3.853-1.864-2.621-2.1-6.253-.688-9.13 1.343-2.702 4.049-4.71 7.073-5.021m3.608 5.67c.108.67.384 1.298.557 1.952-3.812.002-7.626-.001-11.438.001-.002.947-.001 1.892-.001 2.839 3.814.002 7.626-.002 11.44.002-.176.648-.438 1.273-.559 1.936.029.428.604.634.928.382 1.802-1.241 3.59-2.503 5.395-3.739a650.87 650.87 0 0 0-5.342-3.701c-.319-.276-.93-.118-.978.328z"/><path d="M14.466 8.639c.048-.445.659-.604.978-.328a650.87 650.87 0 0 1 5.342 3.701c-1.805 1.236-3.593 2.498-5.395 3.739-.324.252-.899.047-.928-.382.121-.662.383-1.288.559-1.936-3.814-.005-7.626 0-11.44-.002 0-.947-.001-1.892.001-2.839 3.812-.002 7.626.001 11.438-.001-.173-.654-.449-1.283-.557-1.952z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--turn-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".3" d="M.84 0h16.312l.086.038a7.32 7.32 0 0 1-.554.016C11.667.038 6.649.058 1.631.052 1.395.046 1.154.076.92.027L.839 0z"/><path fill="#1a1919" d="M0 1.044C.113.569.515.253.921.027c.234.049.474.019.711.025C6.65.057 11.667.037 16.685.054a7.32 7.32 0 0 0 .554-.016c.585.022 1.172-.007 1.756.022.476.091.829.502 1.005.935v22.066c-.108.408-.418.727-.773.939H.774c-.355-.208-.661-.528-.775-.932V1.044M1.018.183a1.274 1.274 0 0 0-.941 1.182V22.74c.002.515.368 1.003.852 1.169.245.073.503.071.755.069 5.649-.003 11.297.003 16.946-.003.658.031 1.262-.534 1.29-1.187.002-7.14-.001-14.28.001-21.42C19.917.699 19.303.107 18.63.14 12.982.135 7.333.141 1.684.137a2.967 2.967 0 0 0-.666.046z"/><path fill="#1a1919" d="M1.227.439c.221-.035.445-.023.667-.024h16.211c.278.002.563-.018.834.061.392.138.689.528.704.945.003 7.053-.002 14.105.002 21.158.028.413-.219.826-.587 1.009-.278.139-.599.11-.9.113H1.895c-.28-.003-.568.022-.839-.064a1.069 1.069 0 0 1-.701-.953C.354 15.613.356 8.543.354 1.473.346.982.736.502 1.228.438m.053.535a.516.516 0 0 0-.393.497C.884 8.488.89 15.507.885 22.526c-.051.318.2.651.533.639 5.703.006 11.406.002 17.108.003.302.028.594-.226.583-.533.001-7.055.002-14.11-.001-21.165.007-.305-.284-.542-.578-.522C12.861.945 7.192.949 1.523.946a1.174 1.174 0 0 0-.243.026z"/><path fill="#1a1919" d="M10.252 4.647c-.209-.355.188-.831.574-.679 1.776.618 3.549 1.249 5.323 1.875a5207.712 5207.712 0 0 1-3.671 4.32c-.274.265-.788.105-.826-.287-.008-.525.046-1.051.057-1.577-.822.221-1.704.374-2.394.906-1.136.805-1.861 2.148-1.983 3.527-.019 1.107-.002 2.215-.009 3.323H4.897c.051-1.629-.131-3.291.277-4.887.436-1.485 1.36-2.836 2.623-3.739.955-.776 2.181-1.068 3.346-1.373-.293-.472-.607-.932-.891-1.409zM5.281 17.282a1.21 1.21 0 0 1 1.342.672c.414.979.419 2.197-.214 3.086-.534.593-1.673.482-2.033-.253-.427-.906-.46-2.021.022-2.913.152-.343.512-.573.883-.592m.056.644c-.259.025-.408.279-.49.499-.214.661-.219 1.419.104 2.046.164.309.589.362.877.207.161-.137.268-.328.321-.531.183-.637.178-1.355-.135-1.952-.129-.235-.424-.327-.676-.269zM7.776 17.328l.632-.001c.492.852.974 1.708 1.466 2.56.004-.853-.001-1.706.003-2.559h.633c0 1.339.001 2.678-.001 4.018a20.61 20.61 0 0 0-.556.003c-.523-.898-1.02-1.813-1.541-2.712-.006.903 0 1.806-.003 2.708a9.015 9.015 0 0 1-.637-.007c.01-1.337 0-2.673.005-4.01zM11.456 17.328c.211-.001.422-.001.633.001.001 1.141-.001 2.283.001 3.424.619.002 1.239 0 1.858.001.002.197.002.395-.001.592-.831-.002-1.662.003-2.493-.002.001-1.338-.001-2.677.001-4.016zM13.416 17.328c.254-.001.508-.002.763.003.318.516.633 1.034.958 1.545.324-.516.645-1.034.973-1.548.247.001.495-.001.742.001-.456.756-.933 1.501-1.382 2.26-.031.584-.002 1.172-.013 1.757-.211.001-.423.001-.634-.002-.006-.581.013-1.163-.008-1.742-.449-.767-.938-1.513-1.399-2.273z"/><path fill="#fffffe" d="M1.018.183c.218-.048.444-.048.666-.046C7.332.14 12.981.134 18.63.14c.673-.032 1.287.559 1.291 1.228-.002 7.14.001 14.28-.001 21.42-.028.653-.632 1.218-1.29 1.187-5.648.005-11.297 0-16.946.003-.253.002-.511.004-.755-.069-.484-.167-.851-.655-.852-1.169V1.365A1.275 1.275 0 0 1 1.018.183m.209.256C.735.503.345.983.353 1.474c.002 7.071 0 14.141.001 21.211.011.418.307.815.701.953.271.086.559.061.839.064h16.263c.301-.003.622.027.9-.113a1.08 1.08 0 0 0 .587-1.009c-.004-7.053.001-14.106-.002-21.158a1.076 1.076 0 0 0-.704-.945c-.271-.078-.555-.059-.834-.061H1.893C1.67.417 1.446.404 1.226.44z"/><path fill="#fffffe" d="M1.281.973c.079-.018.162-.024.243-.026C7.193.949 12.862.945 18.531.949c.295-.021.586.216.578.522.002 7.055.002 14.109.001 21.165.012.307-.281.561-.583.533-5.703-.001-11.406.004-17.108-.003-.333.012-.584-.321-.533-.639C.89 15.509.885 8.49.889 1.471a.513.513 0 0 1 .393-.497m8.97 3.673c.284.478.598.937.891 1.409-1.165.305-2.392.597-3.346 1.373-1.263.903-2.187 2.254-2.623 3.739-.408 1.596-.226 3.258-.277 4.887h2.426c.007-1.107-.011-2.216.009-3.323.122-1.379.846-2.722 1.983-3.527.69-.532 1.573-.686 2.394-.906-.011.526-.065 1.052-.057 1.577.037.393.552.552.826.287 1.224-1.439 2.448-2.879 3.671-4.32-1.774-.626-3.546-1.257-5.323-1.875-.385-.152-.783.325-.574.679M5.281 17.282a1.037 1.037 0 0 0-.883.592c-.482.892-.449 2.007-.022 2.913.36.735 1.499.846 2.033.253.633-.889.627-2.106.214-3.086a1.21 1.21 0 0 0-1.342-.672m2.495.046c-.005 1.337.005 2.673-.005 4.01.212.012.425.009.637.007.003-.903-.003-1.806.003-2.708.521.899 1.018 1.814 1.541 2.712.185-.003.371-.004.556-.003.002-1.339.001-2.678.001-4.018a66.782 66.782 0 0 0-.633 0c-.004.853.002 1.706-.003 2.559-.492-.852-.975-1.708-1.466-2.56l-.632.001m3.681 0c-.002 1.338 0 2.677-.001 4.016.831.005 1.662.001 2.493.002.003-.197.003-.395.001-.592-.619-.001-1.239.001-1.858-.001-.002-1.142 0-2.283-.001-3.424l-.633-.001m1.959 0c.462.761.95 1.506 1.399 2.273.022.579.002 1.162.008 1.742.211.003.423.003.634.002.011-.585-.017-1.173.013-1.757.449-.759.925-1.504 1.382-2.26-.247-.002-.495-.001-.742-.001-.328.514-.649 1.032-.973 1.548-.326-.511-.641-1.029-.958-1.545-.254-.005-.508-.003-.763-.003z"/><path fill="#fffffe" d="M5.337 17.926c.252-.058.547.034.676.269.314.597.318 1.315.135 1.952a1.044 1.044 0 0 1-.321.531c-.288.155-.713.103-.877-.207-.323-.627-.317-1.385-.104-2.046.082-.221.231-.474.49-.499z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#045ca1" d="M10.462 0h3.084c2.987.516 5.896 1.97 7.784 4.386 1.443 1.727 2.269 3.878 2.669 6.074v3.087c-.516 2.987-1.97 5.896-4.386 7.784-1.729 1.443-3.88 2.271-6.076 2.669h-3.084c-2.987-.516-5.895-1.97-7.784-4.386C1.226 17.885.397 15.734 0 13.536v-3.083C.402 8.26 1.228 6.112 2.669 4.386 4.56 1.969 7.472.51 10.462 0m4.996 6.181c-1.565.12-3.181-.157-4.698.357-3.166.916-5.57 3.998-5.596 7.308-.008 2.499-.007 4.998 0 7.497.866.008 1.731.008 2.598 0 .022-2.455-.022-4.913.022-7.369.022-2.087 1.425-4.062 3.38-4.789 1.337-.539 2.8-.307 4.201-.327.003.864-.016 1.726-.009 2.59 2.292-1.269 4.602-2.508 6.891-3.782-2.254-1.404-4.514-2.796-6.761-4.208-.028.907-.012 1.815-.028 2.723z"/><path fill="#fff" d="M15.458 6.181c.016-.909 0-1.816.028-2.723 2.247 1.412 4.507 2.804 6.761 4.208-2.289 1.274-4.6 2.513-6.891 3.782-.007-.864.012-1.726.009-2.59-1.402.02-2.864-.212-4.201.327-1.954.728-3.357 2.702-3.38 4.789-.045 2.455 0 4.913-.022 7.369-.866.008-1.731.008-2.598 0-.007-2.499-.008-4.998 0-7.497.026-3.31 2.43-6.392 5.596-7.308 1.518-.514 3.133-.237 4.698-.357z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turn-right-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c50000" d="M11.059 0h1.578c4.58.229 8.881 3.263 10.524 7.56.439 1.044.628 2.164.839 3.27v2.332c-.449 4.04-2.952 7.824-6.643 9.594-1.301.678-2.74 1.006-4.176 1.244h-2.33c-1.204-.212-2.417-.439-3.538-.946-3.157-1.316-5.675-4.062-6.714-7.322-.312-.901-.428-1.849-.599-2.783v-1.878c.188-1.186.384-2.382.851-3.497C2.266 3.93 5.578 1.098 9.407.294 9.955.182 10.511.108 11.059 0m.028 2.341a9.708 9.708 0 0 0-6.299 3.172c-2.716 2.932-3.274 7.589-1.339 11.083 1.72 3.293 5.452 5.386 9.161 5.107 3.672-.182 7.087-2.663 8.419-6.085 1.08-2.658.887-5.792-.509-8.298-1.794-3.334-5.664-5.394-9.433-4.979z"/><path fill="#fff" d="M11.087 2.341c3.769-.415 7.639 1.645 9.433 4.979 1.396 2.506 1.589 5.64.509 8.298-1.332 3.422-4.747 5.903-8.419 6.085-3.709.278-7.441-1.814-9.161-5.107-1.934-3.494-1.376-8.152 1.339-11.083a9.708 9.708 0 0 1 6.299-3.172m2.373 4.618c.085.401.275.769.414 1.152-3.086-.049-5.971 2.324-6.51 5.364-.232 1.327-.086 2.682-.127 4.021.706 0 1.411-.001 2.117.001.037-1.196-.083-2.404.083-3.592.353-2.088 2.332-3.695 4.439-3.685-.139.391-.331.766-.418 1.174-.02.328.407.562.662.34 1.34-.84 2.657-1.718 3.995-2.562-1.327-.852-2.645-1.72-3.982-2.555-.257-.234-.706.002-.673.342z"/><path d="M13.46 6.959c-.032-.34.416-.576.673-.342 1.337.835 2.654 1.703 3.982 2.555-1.338.844-2.654 1.722-3.995 2.562-.256.222-.683-.012-.662-.34.086-.408.278-.782.418-1.174-2.107-.01-4.086 1.597-4.439 3.685-.166 1.188-.046 2.395-.083 3.592-.706-.002-1.411-.001-2.117-.001.041-1.339-.104-2.694.127-4.021.539-3.04 3.424-5.413 6.51-5.364-.139-.383-.329-.751-.414-1.152z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--turning-vehicles-yield-to-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#96989a" d="M1.316 0h21.366l.002.056C15.532.056 8.38.058 1.228.055l.088-.056z"/><path fill="#c6c7c8" d="M1.015.077a.15.15 0 0 1 .182-.003c-.065.066-.126.067-.182.003z"/><path fill="#383b41" d="M1.197.074l.032-.018c7.152.003 14.304.001 21.456.001.582.015 1.052.513 1.258 1.025v21.831a6.282 6.282 0 0 0-.042.127c-.159.432-.52.822-.983.918L22.79 24H1.2c-.591-.132-1.052-.62-1.199-1.2V1.249l.071-.151.011-.14C.252.537.616.261 1.016.076c.056.064.117.063.182-.003M.965.277A1.448 1.448 0 0 0 .12 1.6C.117 4.617.119 7.636.119 10.654v11.744a1.457 1.457 0 0 0 .777 1.338c.339.186.736.163 1.109.162 6.797-.002 13.594.001 20.39-.002a1.443 1.443 0 0 0 1.309-.769c.188-.346.168-.751.166-1.131l-.001-11.341c-.002-3.018.003-6.037-.002-9.055a1.448 1.448 0 0 0-.8-1.301c-.367-.187-.79-.15-1.187-.153H2.119C1.733.15 1.326.113.964.278z"/><path fill="#ffcf59" d="M.965.277C1.326.111 1.734.149 2.12.145h19.761c.398.003.821-.034 1.187.153.487.234.806.762.8 1.301.006 3.019.001 6.037.002 9.055h-.339l.001-8.997c.012-.384-.163-.774-.49-.986-.339-.235-.772-.18-1.16-.185C15.123.489 8.364.485 1.605.488A1.117 1.117 0 0 0 .64.982c-.219.315-.179.717-.182 1.08.004 2.864.001 5.728.002 8.592H.12C.121 7.636.118 4.618.121 1.6.112 1.044.455.5.966.277z"/><path fill="#ffcf59" d="M1.056 1.604c-.013-.322.294-.558.603-.523h20.682a.534.534 0 0 1 .591.579c.002 2.997 0 5.995.001 8.993H1.052c.003-3.017-.005-6.033.004-9.05m.866.348l.001.396.573.001c0 .697-.001 1.392.001 2.089l.396.001.001-2.09.573-.001-.001-.396H1.923m1.915 0c.005.573-.01 1.147.005 1.72.007.44.417.814.855.792.428.007.822-.365.825-.797.013-.571.001-1.143.004-1.714l-.394-.001c-.014.597.031 1.198-.021 1.792-.085.432-.801.414-.86-.023-.041-.588-.005-1.179-.017-1.769h-.398m2.288 0c0 .829-.001 1.658.001 2.487l.396.001c-.001-.366.001-.732.001-1.097.156.007.321-.024.471.027.16.347.261.718.406 1.072l.413-.005c-.132-.387-.28-.768-.418-1.152.45-.233.534-.923.094-1.208-.411-.234-.914-.083-1.364-.125m2.12 0c0 .829-.001 1.658.001 2.487l.394.001c.001-.547-.005-1.094.003-1.641.305.544.604 1.092.904 1.64l.384.001c0-.829.001-1.658-.001-2.487l-.398-.002c0 .541.005 1.082-.003 1.623-.309-.536-.6-1.083-.902-1.623l-.383.001m2.289 0c.001.829-.001 1.658.001 2.487l.397.001-.001-2.489-.397.001m.993-.001c.002.829.001 1.659.001 2.489h.396c.003-.547 0-1.094.002-1.641.311.545.601 1.1.913 1.644l.375-.005V1.952l-.398-.001v1.63c-.306-.541-.602-1.087-.903-1.63l-.386-.001m2.503.281c-.347.523-.344 1.249-.08 1.807.215.471.935.578 1.27.182.25-.278.243-.672.238-1.022l-.839-.002-.001.397c.158.001.316.002.474.005-.069.204-.167.476-.429.469-.333.014-.454-.361-.483-.631-.025-.35-.035-.78.245-1.038.239-.186.522.009.639.235a15.3 15.3 0 0 1 .354-.14c-.167-.592-1.027-.772-1.387-.262m6.006.808c.025.258.127.499.194.748-.883.006-1.766-.007-2.648.006-.186-.019-.28.167-.262.328-.001 1.083-.001 2.167.001 3.25.365.002.73.001 1.095.001l-.002-2.218c.002-.102.009-.28.154-.262.554-.022 1.11-.002 1.664-.007-.066.242-.163.477-.193.727.002.172.235.215.345.109.686-.456 1.364-.924 2.045-1.387-.676-.457-1.352-.914-2.025-1.374-.112-.101-.338-.1-.368.078M2.268 6.304c.206.827.412 1.654.604 2.484l.34.001c.195-.829.401-1.656.603-2.484l-.357-.001c-.141.563-.269 1.13-.417 1.691-.141-.564-.274-1.128-.416-1.691l-.357-.001m1.895.001l.001 2.488c.422 0 .845-.001 1.268.001l-.001-.352c-.305.002-.611-.001-.916 0-.011-.266.005-.533 0-.8.183.001.366-.001.549.003a13.554 13.554 0 0 1-.011-.349c-.18 0-.36-.001-.541.002 0-.215 0-.43-.002-.646.307.002.614-.002.92.001l.001-.347-1.268-.001m1.689-.001c.002.829 0 1.658.002 2.487l.347-.002V7.643l.698.001v1.145l.347.001c-.001-.828.001-1.656-.001-2.484l-.348-.002c.003.33 0 .661.001.991l-.698.002c.002-.33 0-.661-.001-.991l-.347-.002m1.942 0V8.79l.347-.002c0-.828.002-1.655-.001-2.483l-.345-.001m1.192.105c-.437.447-.37 1.16-.282 1.729.052.36.343.731.743.671.35-.021.522-.371.597-.67-.119-.001-.237-.002-.355-.001-.058.225-.327.473-.518.219-.253-.481-.247-1.114-.012-1.601.153-.249.441-.072.533.133.118.001.237.001.355-.001-.077-.474-.654-.812-1.06-.48m1.541-.103c.001.828-.001 1.656.001 2.484l1.27.001v-.348c-.307.002-.613-.001-.92 0-.001-.712.001-1.425-.001-2.137l-.351.001m1.619-.002v2.489c.424-.002.848 0 1.272-.001 0-.117-.002-.234-.005-.352-.306.003-.612.001-.919.001-.001-.266-.001-.532 0-.798h.548v-.347l-.548-.001c0-.215 0-.43-.002-.645.309.003.617 0 .925.001l-.002-.347-1.269-.001m1.694.765c.124.449.757.452.887.896.073.206-.026.535-.292.503-.23.018-.345-.2-.39-.391a19.298 19.298 0 0 0-.341-.003c-.001.482.461.875.937.718.609-.173.597-1.116.085-1.404-.199-.166-.613-.264-.549-.592.125-.269.519-.18.615.071l.333-.001c-.06-.308-.289-.605-.633-.582-.427-.061-.776.386-.652.786z"/><path fill="#ffcf59" d="M6.522 2.35c.225.002.454-.024.676.023.244.071.249.464.01.545-.225.053-.458.024-.686.028V2.35z"/><path fill="#2b2e34" d="M.639.982c.206-.323.587-.502.965-.494C8.363.485 15.122.489 21.881.486c.389.005.822-.05 1.16.185.327.211.502.602.49.986l-.001 8.997c.001 3.78-.001 7.561.001 11.341-.005.32.033.662-.12.957-.191.4-.638.632-1.074.608-6.911-.002-13.823.001-20.735-.001-.391.009-.784-.186-.984-.528-.208-.325-.157-.727-.162-1.093.002-3.761 0-7.522.001-11.284C.456 7.79.459 4.926.455 2.062c.003-.364-.037-.765.182-1.08m.419.622c-.009 3.016-.001 6.033-.004 9.05.001 3.914-.002 7.828.002 11.741-.023.307.23.592.545.565 6.934.003 13.868.004 20.802 0a.515.515 0 0 0 .531-.563c.002-3.914 0-7.829.001-11.743-.001-2.998.001-5.996-.001-8.993a.534.534 0 0 0-.591-.579H1.659c-.308-.035-.616.2-.603.523z"/><path fill="#2b2e34" d="M1.922 1.951h1.543l.001.396-.573.001c0 .697.001 1.393-.001 2.09l-.396-.001c-.002-.697-.001-1.392-.001-2.089l-.573-.001-.001-.396zM3.838 1.951h.398c.012.589-.025 1.181.017 1.769.06.437.776.455.86.023.052-.595.007-1.195.021-1.792l.394.001c-.003.572.009 1.143-.004 1.714-.003.431-.398.804-.825.797-.438.023-.848-.352-.855-.792-.015-.573 0-1.147-.005-1.72zM6.125 1.951c.45.042.953-.109 1.364.125.44.285.355.975-.094 1.208.138.384.285.766.418 1.152l-.413.005c-.144-.354-.245-.726-.406-1.072-.15-.051-.315-.02-.471-.027l-.001 1.097-.396-.001-.001-2.487m.397.399v.596c.229-.004.462.025.686-.028.239-.081.234-.474-.01-.545-.222-.048-.451-.021-.676-.023zM8.245 1.951l.383-.001c.301.541.592 1.087.902 1.623.008-.541.003-1.082.003-1.623l.398.002c.002.829.001 1.658.001 2.487l-.384-.001c-.3-.548-.599-1.096-.904-1.64-.008.547-.003 1.094-.003 1.641l-.394-.001-.001-2.487zM10.533 1.951l.397-.001c.001.83-.001 1.659.001 2.489l-.397-.001c-.002-.829 0-1.658-.001-2.487zM11.526 1.95l.386.001c.301.543.597 1.089.903 1.63v-1.63l.398.001v2.485l-.375.005c-.312-.544-.602-1.099-.913-1.644-.002.547.001 1.094-.002 1.641h-.396c-.001-.829.001-1.659-.001-2.489zM14.029 2.231c.36-.51 1.22-.33 1.387.262l-.354.14c-.116-.227-.4-.421-.639-.235-.28.258-.27.688-.245 1.038.029.269.15.645.483.631.262.007.36-.265.429-.469-.159-.003-.316-.003-.474-.005l.001-.397.839.002c.006.35.013.745-.238 1.022-.335.396-1.055.289-1.27-.182-.265-.558-.267-1.284.08-1.807zM20.036 3.039c.03-.179.257-.179.368-.078.674.46 1.35.918 2.025 1.374-.682.462-1.36.931-2.045 1.387-.111.105-.344.063-.345-.109.03-.25.127-.486.193-.727-.554.005-1.11-.015-1.664.007-.145-.017-.152.16-.154.262l.002 2.218c-.365-.001-.73.001-1.095-.001l-.001-3.25c-.018-.161.076-.347.262-.328.882-.013 1.765.001 2.648-.006-.068-.249-.169-.49-.194-.748zM2.268 6.304l.357.001c.143.563.276 1.128.416 1.691.148-.561.276-1.128.417-1.691l.357.001c-.202.828-.408 1.654-.603 2.484l-.34-.001c-.192-.83-.399-1.657-.604-2.484zM4.163 6.304l1.268.001-.001.347c-.306-.002-.613.001-.92-.001.002.215.002.43.002.646.18-.003.36-.002.541-.002.002.116.006.233.011.349-.183-.003-.366-.002-.549-.003.005.267-.011.533 0 .8.305-.001.611.002.916 0l.001.352c-.423-.002-.845-.001-1.268-.001-.001-.829.001-1.659-.001-2.488zM5.852 6.303l.347.002c.001.33.002.661.001.992l.698-.002c-.001-.33.002-.661-.001-.991l.348.002.001 2.484-.347-.001V7.644l-.698-.001v1.145l-.347.002c-.002-.829.001-1.658-.002-2.487zM7.794 6.304l.345.001c.003.828.001 1.655.001 2.483l-.347.002V6.304zM8.987 6.409c.406-.332.983.006 1.06.48l-.355.001c-.092-.205-.38-.381-.533-.133-.235.487-.241 1.12.012 1.601.191.253.46.006.518-.219.119-.001.237 0 .355.001-.075.299-.247.648-.597.67-.4.06-.691-.31-.743-.671-.088-.569-.155-1.282.282-1.729zM10.529 6.305l.351-.001.001 2.137c.306-.001.613.002.92 0v.348l-1.27-.001c-.002-.828-.001-1.656-.001-2.484zM12.147 6.304c.423 0 .846-.001 1.269.001l.002.347c-.308-.001-.616.002-.925-.001.002.215.002.43.002.645l.548.001v.347h-.548c-.001.266-.001.532 0 .798.306-.001.612.002.919-.001.003.117.005.234.005.352-.424.001-.848-.001-1.272.001V6.305zM13.841 7.068c-.124-.4.225-.848.652-.786.344-.023.573.274.633.582l-.333.001c-.096-.251-.49-.34-.615-.071-.064.328.35.427.549.592.511.289.524 1.231-.085 1.404-.476.156-.938-.236-.937-.718l.341.003c.045.191.159.409.39.391.266.032.365-.297.292-.503-.13-.444-.762-.447-.887-.896zM18.979 12.28c.443-.211 1.004.179.958.667-.005.508-.645.839-1.061.544-.46-.264-.392-1.025.103-1.21zM18.604 15.611c.203-.668.324-1.579 1.042-1.884.932.055 1.694.703 2.453 1.189.001.729-.002 1.458.001 2.186a22.507 22.507 0 0 0-.44-.077c-.058-.58-.113-1.16-.174-1.74-.165-.033-.33-.065-.494-.101.263.727.493 1.518.325 2.294a.64.64 0 0 0 .004.325c.285 1.136.552 2.277.837 3.413-.2.14-.399.281-.597.422-.418-1.114-.854-2.22-1.278-3.331-.228.28-.569.491-.67.856-.247.759-.494 1.518-.744 2.276-.26-.093-.523-.18-.78-.282.177-.721.383-1.434.569-2.153.139-.723.64-1.293.939-1.949-.059-.375-.207-.731-.302-1.099-.15.177-.251.431-.496.494-.467.155-.937.301-1.402.462a6.648 6.648 0 0 0-.235-.341c.48-.321.96-.642 1.442-.961zM11.76 16.034l1.539.001.001.398-.573-.001-.001 2.094a10.404 10.404 0 0 0-.395-.004c.002-.697.001-1.392.001-2.088l-.572-.002-.001-.397zM14.226 16.062c.497-.205 1.016.19 1.102.684.104.491.1 1.053-.191 1.483-.274.415-.963.423-1.249.018-.271-.381-.297-.882-.236-1.331.052-.345.217-.734.574-.855m.109.388c-.396.306-.347.919-.232 1.355.054.315.492.472.699.207.242-.376.23-.877.096-1.29-.062-.235-.339-.392-.564-.273z"/><path fill="#d8d8d9" d="M.071 1.098zM23.9 23.04l.042-.127v.104l-.042.023z"/><path fill="#fff" d="M.119 10.654h.34C.458 14.416.46 18.177.458 21.938c.005.367-.046.768.162 1.093.2.341.593.537.984.528 6.912.002 13.824-.001 20.735.001.436.025.883-.207 1.074-.608.152-.295.115-.637.12-.957-.002-3.78 0-7.561-.001-11.341h.339c.001 3.78-.001 7.561.001 11.341.002.38.022.785-.166 1.131-.244.48-.773.785-1.309.769-6.797.003-13.594-.001-20.39.002-.373.002-.77.024-1.109-.162a1.457 1.457 0 0 1-.777-1.338V10.653z"/><path fill="#fff" d="M1.052 10.654h21.881c-.001 3.914.001 7.828-.001 11.743a.515.515 0 0 1-.531.563c-6.934.004-13.868.003-20.802 0-.316.027-.569-.258-.545-.565-.003-3.913-.001-7.827-.002-11.741m17.927 1.626c-.494.185-.562.946-.103 1.21.416.296 1.056-.036 1.061-.544.046-.488-.516-.878-.958-.667m-.375 3.332c-.482.318-.962.64-1.442.961.082.111.16.225.235.341.465-.161.935-.307 1.402-.462.245-.062.347-.317.496-.494.095.368.243.725.302 1.099-.299.655-.8 1.226-.939 1.949-.186.718-.392 1.431-.569 2.153.257.101.52.188.78.282.25-.758.497-1.517.744-2.276.101-.365.442-.576.67-.856.424 1.111.86 2.217 1.278 3.331l.597-.422c-.285-1.136-.552-2.277-.837-3.413a.64.64 0 0 1-.004-.325c.168-.776-.062-1.567-.325-2.294.164.036.329.068.494.101.061.58.115 1.16.174 1.74.147.024.293.049.44.077-.003-.729 0-1.458-.001-2.186-.758-.485-1.521-1.134-2.453-1.189-.718.305-.839 1.215-1.042 1.884M2.028 13.89c-.197.085-.231.347-.108.509 1.261 2.18 2.518 4.362 3.782 6.541.123.236.486.194.584-.042 1.254-2.183 2.516-4.362 3.764-6.548.156-.22-.047-.532-.309-.497-2.445-.005-4.89.009-7.335-.001-.127.003-.258-.004-.379.038m9.733 2.144l.001.397.572.002c-.001.696.001 1.392-.001 2.088.132-.001.263 0 .395.004l.001-2.094.573.001-.001-.398c-.513-.001-1.026.001-1.539-.001m2.465.029c-.357.121-.522.509-.574.855-.061.449-.035.95.236 1.331.286.405.975.396 1.249-.018.292-.43.296-.992.191-1.483-.086-.494-.605-.89-1.102-.684z"/><path fill="#fff" d="M4.311 15.193c1.041-.072 2.093-.014 3.138-.033.262-.049.507.253.347.487-.504.886-1.019 1.766-1.528 2.649-.101.238-.464.245-.573.01-.509-.867-1.005-1.742-1.51-2.612-.12-.163-.077-.431.127-.501m.455.267c.133.248.23.518.206.804l.097.003c-.032-.299.091-.571.195-.842-.125.072-.195.196-.258.321l-.104-.265a7.646 7.646 0 0 1-.136-.022m.636.01v.792l.111.005-.001-.793-.11-.004m.278-.003l.001.797h.395l-.001-.11-.282-.001a21.171 21.171 0 0 1-.002-.251l.221-.03c-.072-.041-.144-.084-.215-.126l-.01-.152c.112-.01.224-.02.336-.034-.117-.119-.29-.08-.44-.092m.529.805c.157-.005.314-.017.467-.058-.119-.029-.239-.052-.359-.078.002-.238.006-.475-.01-.713-.209.221-.055.573-.098.849m.528-.815c-.001.274-.001.548.002.821.595.153.591-.969-.002-.821z"/><path fill="#fff" d="M6.858 15.542c.29.069.294.585-.001.647a9.305 9.305 0 0 1 .001-.647zM14.335 16.449c.225-.12.502.038.564.273.134.413.146.914-.096 1.29-.207.265-.646.108-.699-.207-.115-.436-.164-1.049.232-1.355z"/><path fill="#cf3113" d="M2.028 13.89c.121-.042.252-.035.379-.038 2.445.009 4.89-.004 7.335.001.262-.035.465.277.309.497-1.249 2.186-2.511 4.365-3.764 6.548-.098.236-.462.278-.584.042-1.264-2.178-2.521-4.361-3.782-6.541-.123-.162-.089-.424.108-.509m2.282 1.303c-.203.07-.247.339-.127.501.505.87 1.001 1.745 1.51 2.612.109.235.472.228.573-.01.509-.883 1.024-1.763 1.528-2.649.161-.234-.084-.536-.347-.487-1.045.019-2.097-.039-3.138.033z"/><path fill="#cf3113" d="M4.767 15.46l.136.022.104.265c.062-.125.132-.25.258-.321-.104.271-.227.543-.195.842l-.097-.003c.025-.286-.072-.556-.206-.804zM5.403 15.469l.11.004.001.793-.111-.005v-.792zM5.681 15.466c.15.012.323-.027.44.092a7.643 7.643 0 0 1-.336.034l.01.152c.072.042.143.085.215.126l-.221.03.002.251.282.001.001.11h-.395l-.001-.797zM6.213 16.272c.043-.276-.111-.628.098-.849.016.237.011.475.01.713.12.026.24.049.359.078-.152.042-.31.053-.467.058zM6.741 15.457c.592-.148.597.974.002.821-.002-.274-.002-.548-.002-.821m.117.085a9.304 9.304 0 0 0-.001.647c.294-.062.291-.578.001-.647z"/><path fill="#dedfdf" d="M22.789 24l.128-.042-.023.042h-.105z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--two-stage-right-turn-for-mopeds--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#033163" d="M10.661 0h2.675c4.075.505 7.825 3.135 9.548 6.882.586 1.195.877 2.499 1.117 3.8v2.62c-.501 4.05-3.076 7.797-6.792 9.538-1.219.61-2.556.916-3.888 1.16h-2.623c-4.05-.503-7.797-3.077-9.537-6.792-.61-1.219-.916-2.556-1.16-3.89v-2.621c.243-1.372.566-2.746 1.204-3.994C2.957 3.045 6.659.514 10.662 0m5.493 2.914c-.004.488-.004.977-.003 1.467-2.966-.086-5.922-.354-8.883-.566.003.886 0 1.771.003 2.657 2.958-.245 5.918-.46 8.88-.68-.001.532-.001 1.065.001 1.597 1.156-.763 2.318-1.519 3.474-2.282-1.138-.762-2.358-1.392-3.473-2.194M3.463 10.014c.539.005 1.078.004 1.618.007a842.426 842.426 0 0 0-.68 8.834c.92-.004 1.841-.001 2.761-.003-.245-2.943-.445-5.89-.692-8.833.528 0 1.057.001 1.585-.009-.756-1.14-1.542-2.261-2.295-3.404-.759 1.141-1.535 2.27-2.297 3.408m10.403 1.297c.02.311.19.587.295.876-.853.748.27 1.857-.405 2.746-.664.121-1.663-.353-2.034.405l-.684.015.034.247c.115-.013.345-.04.459-.055.048.058.143.17.19.228-.383.363-.697.81-.745 1.352.315.536.636 1.242 1.358 1.268.743.125 1.299-.511 1.5-1.157.902-.035 1.818.084 2.708-.106.117.896 1.125 1.626 1.974 1.118.747-.329.755-1.211.7-1.905-.418-.496-1.032-.779-1.687-.715l-.205-.397c.158-.064.316-.129.476-.192a25.992 25.992 0 0 1-.21-.652l-.476.19c-.139-.4-.279-.799-.463-1.18-.177.07-.354.142-.528.217-.263-.06-.526-.118-.79-.172-.083-.463-.235-.926-.733-1.075.434-.255.527-.835.29-1.254-.261-.39-.904-.244-1.023.197z"/><path fill="#033163" d="M17.056 15.593c.374-.111.225.46-.068.39-.227-.046-.102-.359.068-.39zM15.706 15.922l.445-.06.004.412c-.182.143-.363.286-.55.422.03-.259.063-.516.101-.774zM12.971 16.266c.158.215.311.433.46.654-.29.005-.578.008-.866.008.133-.223.268-.442.406-.662z"/><path fill="#fefefe" d="M16.155 2.914c1.114.802 2.334 1.432 3.473 2.194-1.156.763-2.318 1.519-3.474 2.282-.003-.532-.003-1.065-.001-1.597-2.962.22-5.922.434-8.88.68-.003-.886 0-1.771-.003-2.657 2.96.212 5.917.48 8.883.566-.001-.489-.001-.979.003-1.467zM3.463 10.014c.762-1.138 1.538-2.267 2.297-3.408.754 1.144 1.539 2.265 2.295 3.404-.528.011-1.057.009-1.585.009.247 2.943.446 5.89.692 8.833-.92.001-1.841-.001-2.761.003.216-2.946.433-5.891.68-8.834-.54-.003-1.079-.001-1.618-.007zM13.866 11.311c.119-.441.762-.587 1.023-.197.237.418.145.999-.29 1.254.499.149.65.613.733 1.075.264.054.527.111.79.172.174-.075.351-.147.528-.217.184.381.323.78.463 1.18l.476-.19c.068.217.137.434.21.652-.16.063-.318.127-.476.192l.205.397c.654-.064 1.268.219 1.687.715.055.695.047 1.577-.7 1.905-.849.508-1.857-.223-1.974-1.118-.89.19-1.806.071-2.708.106-.201.646-.758 1.282-1.5 1.157-.723-.027-1.043-.732-1.358-1.268.048-.542.362-.988.745-1.352-.047-.058-.142-.17-.19-.228-.114.015-.343.042-.459.055a20.917 20.917 0 0 0-.034-.247l.684-.015c.371-.758 1.37-.284 2.034-.405.674-.889-.448-1.998.405-2.746-.105-.288-.275-.564-.295-.876m1.444 2.731c-.097.157-.192.315-.286.473.464.585 1.204.154 1.806.107-.141-.784-.928-.573-1.52-.581m1.747 1.551c-.17.031-.295.345-.068.39.294.07.442-.501.068-.39m-1.35.329c-.038.257-.071.515-.101.774.186-.137.367-.279.55-.422l-.004-.412-.445.06m-1.271.236l-.084.456c.2.168.422.307.674.385.025-.349.046-.699.062-1.049-.217.068-.434.137-.652.208m3.263.004c.109.371.245.733.374 1.097l-.225.075c-.125-.362-.248-.725-.389-1.081-.968.573-.186 2.202.851 1.641.968-.449.386-1.872-.611-1.732m-4.727.104c-.138.22-.274.44-.406.662.288 0 .577-.003.866-.008-.149-.221-.302-.44-.46-.654z"/><path fill="#043364" d="M15.309 14.043c.593.008 1.38-.204 1.52.581-.602.047-1.342.477-1.806-.107.094-.158.189-.316.286-.473z"/><path fill="#043264" d="M14.435 16.158c.217-.071.434-.139.652-.208-.016.35-.036.7-.062 1.049a1.943 1.943 0 0 1-.674-.385l.084-.456z"/><path fill="#033263" d="M17.698 16.162c.998-.139 1.579 1.283.611 1.732-1.038.56-1.819-1.069-.851-1.641.141.355.264.719.389 1.081l.225-.075c-.129-.363-.265-.725-.374-1.097z"/></symbol><symbol viewBox="0 0 14 24" id="regulatory--two-way--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.212 0h11.983c.272.102.598.192.734.478-.3-.217-.64-.412-1.023-.395-3.8-.002-7.599-.002-11.399 0C.752.068.076.758.084 1.508l.001 20.984c-.016.352.146.675.329.964-.252-.133-.318-.424-.414-.667V1.23A1.772 1.772 0 0 1 1.212 0z"/><path d="M1.244.31C5.102.247 8.968.302 12.829.283c.679-.061 1.302.556 1.294 1.227v20.98c.035.627-.515 1.211-1.144 1.201-3.848.003-7.695.003-11.542 0-.599.006-1.132-.529-1.133-1.126C.298 15.571.305 8.578.3 1.584.265 1.01.684.442 1.244.31m.078.514a.751.751 0 0 0-.52.758c.003 6.97-.001 13.94.002 20.91a.664.664 0 0 0 .705.696c3.822-.002 7.644.003 11.466-.003.364.006.67-.334.645-.693.003-6.969-.001-13.939.002-20.91.04-.427-.357-.836-.79-.781C8.996.816 5.156.773 1.321.823z"/><path d="M10.117 1.983c.561-.143 1.186.144 1.42.68.316.703.295 1.633-.224 2.237-.462.515-1.392.5-1.828-.041-.669-.849-.539-2.543.632-2.876m.062.562c-.616.302-.645 1.173-.409 1.736.164.457.828.597 1.144.222.349-.432.356-1.08.135-1.573a.698.698 0 0 0-.871-.386zM2.588 2.014c.783 0 1.566-.006 2.35.003l-.001.51c-.3.01-.6.004-.9.005-.004.892.001 1.784-.002 2.675-.185.002-.37.002-.556-.001-.001-.892.002-1.782-.001-2.674-.296-.002-.592.001-.889-.001a44.549 44.549 0 0 1 0-.517zM5.309 2.014c.187-.004.375-.003.564.005.121.636.229 1.276.365 1.909.154-.639.31-1.277.47-1.914.182-.004.363-.003.545.005.167.642.323 1.288.506 1.926.112-.643.228-1.286.344-1.929.184-.004.368-.005.551-.002a496.167 496.167 0 0 1-.569 3.193c-.199.002-.399.002-.598.001-.189-.63-.267-1.31-.516-1.911-.169.635-.321 1.274-.486 1.91-.195.002-.389.002-.584 0a689.39 689.39 0 0 1-.591-3.193zM1.898 6.789c.187-.001.373-.001.56.001.128.633.231 1.271.365 1.903.162-.63.316-1.263.465-1.895.18-.009.36-.011.539-.012.191.644.339 1.299.515 1.946.12-.646.23-1.295.35-1.942a50.6 50.6 0 0 1 .551 0c-.189 1.065-.375 2.13-.57 3.195l-.598-.001c-.169-.663-.321-1.33-.499-1.991-.166.664-.333 1.328-.502 1.992-.195.001-.389.001-.584-.001-.198-1.065-.396-2.129-.591-3.194zM6.99 6.786c.169.004.338.004.507-.001.472 1.057.902 2.133 1.355 3.198-.197.001-.394.002-.592.005-.11-.241-.21-.487-.303-.735-.464-.03-.93-.005-1.395-.013-.112.246-.21.497-.319.744-.194-.001-.39.018-.582-.019.453-1.055.866-2.128 1.329-3.179m.257.774c-.154.378-.317.753-.469 1.132h.935a72.886 72.886 0 0 0-.466-1.132zM9.253 6.79c.225-.002.449-.001.673 0 .316.441.621.89.937 1.33.301-.445.608-.885.912-1.328.224-.001.45-.02.673.014-.441.634-.886 1.267-1.305 1.916-.019.42 0 .841-.008 1.261-.18.001-.36.001-.541.004-.039-.419.004-.841-.021-1.261-.419-.658-.884-1.289-1.32-1.937zM8.403 11.672c-.035-.269.325-.486.537-.293 1.234.854 2.469 1.707 3.691 2.577-1.24.842-2.477 1.689-3.718 2.531-.252.199-.603-.101-.52-.383.122-.416.245-.831.364-1.248-2.319-.002-4.639.001-6.958-.001-.002-.603-.001-1.206 0-1.81 2.308-.003 4.616.001 6.925-.001-.102-.458-.226-.912-.32-1.372zM5.504 17.391c.223-.186.579.063.518.333-.097.45-.215.896-.315 1.346 2.308.003 4.615-.001 6.923.002.002.603.003 1.206-.001 1.81-2.318.002-4.636-.002-6.955.002.115.419.244.837.363 1.256.074.277-.272.565-.52.375-1.241-.842-2.474-1.697-3.72-2.533 1.222-.881 2.466-1.733 3.705-2.59z"/><path fill="#fff" d="M.084 1.508C.077.758.752.068 1.507.083c3.8-.002 7.599-.002 11.399 0 .383-.017.724.178 1.023.395l.008.008c.21.303.419.637.402 1.022v20.258c-.004.357.015.716-.026 1.072l-.095.317c-.18.243-.391.463-.645.63l-.066.035a2.718 2.718 0 0 1-.677.09c-3.798-.004-7.596.002-11.395-.004-.326.005-.62-.156-.892-.319a3.232 3.232 0 0 0-.132-.13c-.183-.29-.345-.612-.329-.964L.081 1.509M1.244.31C.684.442.265 1.011.3 1.584.304 8.578.298 15.571.304 22.565c.001.597.534 1.132 1.133 1.126 3.847.003 7.694.003 11.542 0 .63.01 1.179-.574 1.144-1.201V1.51C14.13.839 13.508.221 12.829.283 8.968.302 5.102.248 1.244.31z"/><path fill="#fff" d="M1.322.824C5.156.774 8.996.818 12.833.802c.432-.055.83.353.79.781-.003 6.97.001 13.94-.002 20.91.025.36-.281.7-.645.693-3.822.006-7.644.001-11.466.003a.664.664 0 0 1-.705-.696c-.003-6.97.001-13.94-.002-20.91a.75.75 0 0 1 .52-.758m8.794 1.158c-1.171.332-1.301 2.027-.632 2.876.436.541 1.366.556 1.828.041.519-.604.541-1.534.224-2.237-.234-.535-.858-.823-1.42-.68m-7.529.031v.517c.297.003.593-.001.889.001.004.892.001 1.782.001 2.674.185.003.37.003.556.001.004-.892-.001-1.783.002-2.675.301-.001.6.005.9-.005l.001-.51c-.783-.009-1.566-.003-2.35-.003m2.722 0c.195 1.065.391 2.129.591 3.193.195.002.389.002.584 0 .166-.636.317-1.275.486-1.91.249.6.327 1.281.516 1.911.2.001.399.001.598-.001.192-1.064.383-2.128.569-3.193a14.451 14.451 0 0 0-.551.002c-.115.643-.231 1.286-.344 1.929-.183-.638-.339-1.284-.506-1.926a8.254 8.254 0 0 0-.545-.005c-.16.637-.316 1.276-.47 1.914-.135-.634-.244-1.273-.365-1.909a8.84 8.84 0 0 0-.564-.005m-3.41 4.775c.195 1.065.393 2.13.591 3.194l.584.001c.169-.664.336-1.328.502-1.992.178.661.33 1.328.499 1.991l.598.001c.195-1.065.381-2.13.57-3.195a50.6 50.6 0 0 0-.551 0c-.12.646-.23 1.295-.35 1.942-.176-.647-.324-1.302-.515-1.946a12.15 12.15 0 0 0-.539.012 93.464 93.464 0 0 1-.465 1.895c-.134-.632-.237-1.27-.365-1.903l-.56-.001m5.093-.002c-.463 1.051-.876 2.124-1.329 3.179.192.037.388.017.582.019.109-.246.207-.498.319-.744.465.008.93-.017 1.395.013.093.248.193.494.303.735.197-.003.394-.004.592-.005-.453-1.065-.883-2.141-1.355-3.198a9.522 9.522 0 0 1-.507.001m2.263.004c.436.649.901 1.279 1.32 1.937.025.419-.018.842.021 1.261.18-.003.36-.004.541-.004.008-.42-.012-.841.008-1.261.419-.649.864-1.281 1.305-1.916-.223-.034-.449-.014-.673-.014-.304.443-.61.883-.912 1.328-.316-.44-.621-.889-.937-1.33a50.326 50.326 0 0 0-.673 0m-.85 4.881c.094.46.218.914.32 1.372-2.308.002-4.616-.001-6.925.001-.001.603-.002 1.206 0 1.81 2.319.003 4.639-.001 6.958.001-.119.417-.242.832-.364 1.248-.083.282.268.582.52.383 1.241-.842 2.478-1.689 3.718-2.531-1.222-.87-2.457-1.723-3.691-2.577-.212-.194-.572.024-.537.293m-2.898 5.719c-1.239.858-2.484 1.71-3.705 2.59 1.245.836 2.479 1.692 3.72 2.533.248.19.593-.099.52-.375-.12-.419-.248-.836-.363-1.256 2.319-.004 4.637 0 6.955-.002.004-.603.003-1.206.001-1.81-2.308-.004-4.615.001-6.923-.002.099-.45.218-.896.315-1.346.061-.27-.295-.519-.518-.333z"/><path fill="#fff" d="M10.179 2.545a.696.696 0 0 1 .871.386c.221.492.213 1.14-.135 1.573-.316.375-.981.235-1.145-.222-.236-.563-.208-1.434.409-1.736zM7.247 7.56c.158.376.314.753.466 1.132h-.935c.152-.378.315-.754.469-1.132z"/><path fill="#020202" d="M13.938.486c.278.135.37.45.476.716v21.62l-.1.015c.041-.356.022-.714.026-1.072V1.507c.017-.385-.192-.719-.402-1.022z"/><path fill="#181818" opacity=".84" d="M13.574 23.785c.254-.166.465-.387.645-.63-.053.315-.321.6-.645.63z"/><path fill="#0b0b0b" opacity=".9" d="M.546 23.586c.272.164.565.324.892.319 3.798.006 7.596-.001 11.395.004.228.004.455-.037.677-.09-.092.059-.179.125-.272.181H1.221c-.246-.094-.546-.155-.674-.414z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M0 0h23.111v24h-4.364c.005-5.333.014-10.667.015-16 .014-1.643-.507-3.335-1.643-4.549-2.639-2.852-7.892-2.394-9.972.895-1.004 1.482-.97 3.335-.938 5.05.058 1.958.024 3.917.028 5.877-.954.023-1.907-.001-2.862.011 1.416 2.527 2.834 5.051 4.263 7.571 1.542-2.523 3.058-5.063 4.584-7.594-.957-.017-1.916.006-2.874-.011-.019-2.5-.004-5.002-.008-7.503-.004-1.123.471-2.312 1.457-2.918 1.213-.787 2.959-.565 3.934.503.676.709.914 1.713.91 2.668.01 5.333.019 10.667.032 16H.001V0z"/><path fill="#fff" d="M7.147 4.347C9.227 1.058 14.48.6 17.119 3.452c1.137 1.214 1.657 2.905 1.643 4.549-.001 5.333-.01 10.667-.015 16h-3.074c-.013-5.333-.022-10.667-.032-16 .004-.955-.235-1.959-.91-2.668-.975-1.068-2.721-1.29-3.934-.503-.985.606-1.46 1.796-1.457 2.918.004 2.502-.011 5.003.008 7.503.957.018 1.916-.005 2.874.011-1.526 2.531-3.043 5.07-4.584 7.594a1649.822 1649.822 0 0 1-4.263-7.571c.955-.013 1.909.011 2.862-.011-.004-1.959.03-3.919-.028-5.877-.032-1.716-.066-3.568.938-5.05z"/></symbol><symbol viewBox="0 0 20 24" id="regulatory--u-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#080808" opacity=".3" d="M2.856 0H19.17l-.094.025c-.356.052-.717.022-1.075.028-4.579.006-9.158-.014-13.737 0C3.763.046 3.26.073 2.76.033L2.856 0z"/><path fill="#1a1919" d="M0 .999C.188.523.609.056 1.155.05 1.69.039 2.225.061 2.76.032c.5.04 1.003.013 1.504.02 4.579-.014 9.158.006 13.737 0 .358-.006.719.024 1.075-.028.407.223.801.541.925 1.008v22.034c-.111.404-.419.714-.765.933H.769c-.347-.216-.652-.526-.767-.927V.999M1.018.184a1.273 1.273 0 0 0-.939 1.185v21.368c.001.518.369 1.011.858 1.174.242.072.497.069.747.067 5.648-.003 11.297.003 16.946-.003.675.033 1.294-.563 1.293-1.235V1.364C19.917.696 19.301.107 18.63.139 12.999.134 7.368.139 1.737.136 1.496.134 1.254.13 1.018.182z"/><path fill="#1a1919" d="M1.227.439c.238-.037.481-.022.721-.024h16.105c.296.003.598-.023.886.061.41.142.715.562.707.998-.002 7.071.001 14.141-.001 21.211-.013.472-.388.92-.86.991-.225.038-.454.023-.68.025H1.894c-.227-.002-.455.013-.679-.025-.489-.075-.873-.554-.859-1.045.002-7.052.001-14.105 0-21.157-.008-.49.38-.969.871-1.035m.104.525c-.269.029-.464.297-.442.561.002 7.037-.002 14.074.002 21.111-.012.308.281.56.583.532h17.054c.303.028.597-.224.585-.533.003-7.036-.001-14.073.002-21.11.033-.324-.264-.601-.582-.575C13.005.946 7.477.95 1.949.948c-.206.003-.413-.014-.617.016z"/><path fill="#1a1919" d="M4.859 17.334a1.211 1.211 0 0 1 1.359.711c.36.892.395 1.964-.086 2.819-.387.824-1.746.798-2.16.008-.447-.909-.482-2.043.004-2.946.153-.342.512-.572.882-.592m.058.645c-.274.03-.425.304-.503.539-.199.651-.201 1.392.117 2.006.163.309.589.364.876.205.188-.153.291-.383.345-.613.156-.615.143-1.298-.159-1.868-.129-.235-.425-.327-.676-.269zM7.355 17.381h.633c.489.852.972 1.708 1.465 2.558.005-.853 0-1.705.003-2.558l.634.001V21.4a34.845 34.845 0 0 0-.56.001c-.518-.899-1.017-1.81-1.537-2.708-.007.902-.001 1.804-.003 2.706-.206-.017-.438.04-.628-.028-.015-1.329-.002-2.659-.006-3.989zM11.034 17.381l.634.001c0 1.142-.001 2.284.001 3.425l1.86.001c0 .197.001.395-.001.592-.832-.002-1.663.002-2.495-.002.002-1.339-.001-2.678.001-4.017zM12.994 17.381c.255 0 .509-.002.764.002.317.517.634 1.034.958 1.547.323-.517.646-1.034.972-1.549l.745.001c-.439.716-.879 1.432-1.321 2.146a.414.414 0 0 0-.075.259c0 .537.002 1.075.001 1.612-.212-.001-.424.001-.635-.002l.002-1.611a.415.415 0 0 0-.078-.264c-.446-.713-.888-1.427-1.332-2.142z"/><path fill="#fffffe" d="M1.018.184c.236-.053.478-.048.719-.046C7.368.141 12.999.136 18.63.141c.672-.033 1.287.556 1.293 1.225v21.376c.001.672-.618 1.268-1.293 1.235-5.648.005-11.297 0-16.946.003-.25.002-.505.004-.747-.067-.489-.164-.857-.656-.858-1.174V1.371C.085.831.492.314 1.018.186m.209.253C.736.504.348.984.356 1.474c.001 7.052.002 14.105 0 21.157-.013.491.37.97.859 1.045.224.038.453.023.679.025h16.211c.226-.002.455.013.68-.025.472-.071.847-.519.86-.991.002-7.071-.001-14.141.001-21.211a1.073 1.073 0 0 0-.707-.998c-.288-.083-.591-.057-.886-.061H1.948c-.24.002-.482-.013-.721.024z"/><path fill="#fffffe" d="M1.331.964c.204-.03.411-.013.617-.016C7.476.95 13.004.946 18.532.95c.318-.026.615.251.582.575-.002 7.037.001 14.074-.002 21.11.013.309-.282.562-.585.533H1.473c-.302.028-.595-.224-.583-.532C.887 15.599.891 8.562.888 1.525c-.022-.263.173-.532.442-.561M8.2 2.72c-.214-.001-.343.184-.522.264-.427.099-.694.48-1.052.703l-.098.189c-.226.205-.442.443-.546.735-.081.224-.318.381-.279.644-.139.149-.293.313-.292.532-.099 1.431.047 2.874-.113 4.301l-.473.098c-.193.014-.308-.152-.454-.244-.247-.099-.505.013-.719.136-.159.41.226.651.296 1.017.204.105.225.343.335.52.268.339.418.755.704 1.084.164.263.373.502.478.797l.163.08c.256.623.774 1.096 1.056 1.71.24.055.585.147.637-.188l.17-.08c.091-.307.362-.515.44-.828l.179-.077c.044-.314.302-.522.4-.813l.174-.096a2.22 2.22 0 0 1 .596-.928c.136-.619.84-1.056.659-1.745-.328-.048-.66-.091-.992-.059-.335.036-.71-.017-.993.206a1.456 1.456 0 0 1-.082-.466c.008-.842-.002-1.684.006-2.526-.066-.596.358-1.106.267-1.702a5.34 5.34 0 0 0 .054-.166l.165-.076c.109-.248.363-.389.588-.516.484-.081.983-.043 1.472-.032.027.081.056.161.084.241.449.064.777.41 1.06.736.102.237.222.464.374.674.105.566.075 1.169.323 1.705.001.057.004.115.008.173-.047.952-.015 1.907.033 2.859.003.446.165.871.181 1.316.069 1.099.05 2.201.056 3.302l.125.012.177.005.12-.008c.264-.001.527.003.791.003.31.002.621.006.93-.004l.015.067.018-.072.281.017c-.001-.491.005-.982-.019-1.472.048-.44.009-.883.011-1.324.02-.36-.214-.662-.265-1.01a2.083 2.083 0 0 1-.002-.079c.064-1.049.011-2.103-.011-3.154.005-.247-.138-.455-.209-.682-.109-.486.015-.999-.115-1.482-.119-.224-.245-.447-.282-.702.022-.123.003-.244-.099-.325-.186-.151-.129-.429-.295-.592-.192-.183-.173-.521-.455-.616l-.075-.221-.202-.075-.078-.232-.207-.068a36.62 36.62 0 0 1-.097-.211l-.223-.078c-.114-.251-.407-.293-.592-.471-.095-.089-.225-.117-.346-.151a13.304 13.304 0 0 1-.1-.208 20.02 20.02 0 0 0-.247.004l-.045-.002c-.241-.143-.461-.363-.761-.357a24.161 24.161 0 0 0-2.085.009M4.859 17.334a1.044 1.044 0 0 0-.882.592c-.486.903-.451 2.036-.004 2.946.414.791 1.773.816 2.16-.008.481-.855.446-1.927.086-2.819-.213-.527-.805-.828-1.359-.711m2.495.047c.004 1.33-.009 2.661.006 3.989.19.068.422.012.628.028.002-.902-.004-1.804.003-2.706.521.898 1.019 1.809 1.537 2.708.187-.002.373-.002.56-.001v-4.018l-.634-.001c-.003.853.002 1.705-.003 2.558-.493-.85-.975-1.706-1.465-2.558h-.633m3.68.001c-.002 1.339.001 2.678-.001 4.017.832.004 1.663 0 2.495.002l.001-.592-1.86-.001-.001-3.425-.634-.001m1.96 0c.444.714.886 1.429 1.332 2.142a.41.41 0 0 1 .078.264l-.002 1.611c.212.002.423.001.635.002.001-.537-.001-1.075-.001-1.612a.412.412 0 0 1 .075-.259c.442-.714.882-1.43 1.321-2.146l-.745-.001c-.326.515-.649 1.032-.972 1.549-.324-.513-.641-1.03-.958-1.547-.255-.004-.509-.002-.764-.002z"/><path fill="#fffffe" d="M4.916 17.979c.252-.058.547.034.676.269.302.57.315 1.253.159 1.868-.055.231-.157.461-.345.613-.286.158-.713.104-.876-.205-.318-.614-.316-1.355-.117-2.006.078-.235.229-.509.503-.539z"/><path fill="#b3b7b6" d="M8.2 2.72a23.767 23.767 0 0 1 2.085-.009c.3-.006.52.214.761.357-.241-.005-.536.012-.641-.258a6.522 6.522 0 0 0-.522-.03c-.444-.019-.888.018-1.332.017-.379-.073-.585.369-.981.29l-.081.185c-.791.419-1.328 1.201-1.607 2.034-.194.334-.184.724-.194 1.096-.182 1.117-.117 2.26-.086 3.387.008.167-.031.341-.172.445l.002-.051c-.009-1.185-.009-2.369.001-3.554-.007-.477.309-.891.269-1.375-.038-.264.199-.42.279-.644.105-.292.32-.53.546-.735l.098-.189c.358-.223.625-.604 1.052-.703.179-.08.308-.265.522-.264z"/><path fill="#596362" d="M7.571 3.087c.396.079.601-.363.981-.29-.293.325-.783.307-1.093.612-.43.408-1.104.744-1.112 1.417l-.221.094c-.034.284-.049.577-.166.843-.235.501-.172 1.07-.193 1.607-.032 1.047.058 2.102-.053 3.145-.313.045-.656.099-.938-.082-.208-.139-.459-.136-.697-.097.101.164.152.348.176.538a.89.89 0 0 1-.337-.601 9.16 9.16 0 0 1 .877-.019l.042.003c.144.097.283.231.463.251.228-.112.429-.338.398-.61-.022-1.164.01-2.329-.009-3.493.01-.372 0-.762.194-1.096.278-.834.816-1.615 1.607-2.034l.081-.185z"/><path fill="#192524" d="M8.552 2.797c.444.001.887-.037 1.332-.017.2.106.391.239.614.293.488.111.875.448 1.295.699a.568.568 0 0 1-.081.139c.31.138.587.344.795.614-.313.054-.568-.127-.833-.252-.248-.108-.462.089-.616.259.215.172.524.267.612.555-.261.02-.522.033-.783.024-.404-.017-.747-.285-1.152-.284-.258-.002-.469.163-.693.268l-.198.002c-.4-.034-.661.327-.892.596-.196.376-.44.762-.437 1.202-.023 1.106.046 2.211.019 3.316 0 .226-.033.546.253.613.116.037.238.048.358.05.352.035.686-.084 1.019-.178.157-.058.379.015.38.206-.258.582-.678 1.085-.889 1.686-.437.659-.866 1.324-1.293 1.989a1.02 1.02 0 0 1-.587.104c-.052-.217-.123-.437-.275-.607-.331-.386-.515-.872-.856-1.252-.176-.169-.257-.398-.016-.551.167.222.322.453.476.684.157.245.474.322.626.573.101.118.156.311.319.355.119-.038.221-.115.325-.182l-.08-.314c.157-.218.312-.438.471-.656a25.677 25.677 0 0 1-.107-.243.517.517 0 0 0-.002-.646c.275-.083.56-.119.841-.175a.428.428 0 0 0-.06-.232c-.301-.021-.607.025-.903-.036-.207-.125-.383-.299-.608-.395-.054-.508.295-.936.299-1.428-.155-.456-.377-.894-.488-1.365-.011-.264.167-.488.213-.743.084-.335-.056-.695.088-1.018.093-.205.157-.42.224-.635.072-.231.332-.312.466-.497.064-.148.069-.315.133-.464.189-.119.43-.132.61-.272.194-.136.298-.356.393-.565-.227-.113-.437-.292-.695-.323-.245.02-.324.293-.428.473l-.385.113a.997.997 0 0 1-.399.417c-.334.183-.611.487-.715.857-.052.289.047.597-.086.874-.116-.536-.009-1.102.19-1.604.008-.673.682-1.009 1.112-1.417.309-.305.799-.287 1.093-.612z"/><path fill="#616b6a" d="M9.883 2.779c.174.003.348.013.522.03.105.27.4.253.641.258l.045.002c.015.071.031.141.045.212.427.032.694.382 1.027.599.632.421 1.103 1.041 1.472 1.696.159.287.222.629.465.865-.005.163.003.326.011.488-.004.113-.014.226-.018.339-.196-.802-.506-1.598-.987-2.275-.395-.448-.801-.907-1.314-1.224-.421-.251-.807-.588-1.295-.699-.224-.053-.414-.186-.614-.293z"/><path fill="#aeb3b1" d="M11.092 3.069l.247-.004.1.208c.122.034.252.062.346.151.185.178.478.219.592.471l.223.078.097.211.207.068.078.232.202.075.075.221c.282.095.263.433.455.616.165.163.108.441.295.592.102.081.122.202.099.325l-.007.13c-.244-.236-.306-.578-.465-.865-.368-.655-.839-1.276-1.472-1.696-.334-.218-.601-.568-1.027-.599l-.045-.212z"/><path fill="#232e35" d="M7.742 4.168c.104-.181.183-.453.428-.473.258.032.468.21.695.323-.095.209-.199.429-.393.565-.18.139-.421.152-.61.272-.063.149-.069.315-.133.464-.134.185-.394.266-.466.497-.067.215-.132.429-.224.635-.145.323-.005.684-.088 1.018-.045.255-.224.478-.213.743.111.472.333.909.488 1.365-.005.493-.354.921-.299 1.428.225.096.402.271.608.395.296.061.603.015.903.036a.426.426 0 0 1 .06.232c-.281.056-.566.092-.841.175a.52.52 0 0 1 .002.646l.107.243c-.158.218-.313.438-.471.656l.08.314c-.105.066-.206.143-.325.182-.163-.044-.218-.236-.319-.355-.152-.251-.468-.328-.626-.573a14.133 14.133 0 0 0-.476-.684c-.241.152-.16.382.016.551.341.379.525.865.856 1.252.152.17.223.389.275.607.203.024.405-.011.587-.104-.095.146-.192.291-.288.435-.561-.337-.707-1.024-1.138-1.481-.572-.879-1.214-1.717-1.681-2.659a1.35 1.35 0 0 0-.176-.538c.237-.039.489-.043.697.097.282.182.625.127.938.082.111-1.043.021-2.097.053-3.145.021-.537-.042-1.106.193-1.607.117-.266.132-.558.166-.843l.221-.094c-.199.502-.306 1.068-.19 1.604.133-.277.034-.585.086-.874.105-.37.381-.674.715-.857a.997.997 0 0 0 .399-.417l.385-.113z"/><path fill="#1e2734" d="M11.793 3.771c.513.317.918.775 1.314 1.224.481.677.791 1.473.987 2.275l.001.043c-.041.697.156 1.376.265 2.059-.021.521.024 1.04.023 1.561-.046.829.021 1.659.027 2.489.002.248.053.492.113.732.121.488.093.994.105 1.492-.095-.331-.205-.658-.296-.991-.275.165-.447.44-.651.678-.127-.065-.255-.13-.381-.196-.232.157-.272.429-.246.689.214.053.428.107.643.159l.061.224c-.263 0-.527-.004-.791-.003l-.013-.238c.033-1.037-.02-2.073-.017-3.109.058-.865-.027-1.731-.024-2.596.016-.395-.176-.755-.202-1.145-.036-.461-.041-.923-.052-1.384-.001-.393-.216-.736-.288-1.114-.031-.183-.166-.316-.295-.436a.65.65 0 0 0-.297-.432c-.302-.207-.561-.476-.891-.641.261.009.523-.004.783-.024-.088-.288-.397-.384-.612-.555.154-.169.367-.367.616-.259.265.125.52.306.833.252a2.057 2.057 0 0 0-.795-.614.568.568 0 0 0 .081-.139z"/><path fill="#5c6860" d="M9.043 5.095c.224-.105.434-.269.693-.268.405-.002.748.266 1.152.284.33.164.589.434.891.641a.652.652 0 0 1 .297.432l-.041.187c-.273-.565-.85-.89-1.362-1.208-.531-.132-1.088-.038-1.629-.067z"/><path fill="#656b69" d="M7.954 5.693c.231-.269.492-.63.892-.596-.324.222-.672.448-.824.828-.295.462-.244 1.027-.252 1.549.008 1.102-.006 2.203.017 3.305l.003.046c-.285-.067-.253-.387-.253-.613.027-1.106-.042-2.211-.019-3.316-.003-.44.241-.826.437-1.202z"/><path fill="#a4aaa9" d="M8.845 5.096l.198-.002c.542.029 1.099-.064 1.629.067.512.318 1.089.643 1.362 1.208.077.187.189.362.236.561-.001.135-.012.27-.018.405-.185-.514-.345-1.073-.778-1.442-.331-.258-.638-.579-1.049-.704-.489-.011-.988-.048-1.472.032-.225.127-.478.268-.588.516l-.165.076a4.594 4.594 0 0 1-.054.166c-.143.364-.365.716-.323 1.126.032 1.224-.073 2.457.058 3.675l-.096-.004c-.023-1.102-.009-2.203-.017-3.305.008-.523-.043-1.087.252-1.549.153-.38.501-.606.824-.828z"/><path fill="#dadddb" d="M10.425 5.192c.412.124.719.445 1.049.704.433.369.593.927.778 1.442.007.111.015.222.021.334.009.292-.008.584-.007.876-.248-.536-.218-1.138-.323-1.705a3.438 3.438 0 0 1-.374-.674c-.283-.326-.611-.672-1.06-.736l-.084-.241z"/><path fill="#e2e4e3" d="M5.41 5.787c-.001-.219.153-.382.292-.532.041.484-.276.897-.269 1.375-.01 1.185-.01 2.369-.001 3.554-.203.007-.406.015-.608.002l.473-.098c.161-1.427.014-2.87.113-4.301z"/><path fill="#c6c9c6" d="M7.824 7.108c-.042-.41.179-.762.323-1.126.091.596-.333 1.106-.267 1.702-.008.842.002 1.684-.006 2.526-.004.159.034.315.082.466.283-.223.657-.171.993-.206.332-.032.664.011.992.059.181.689-.523 1.126-.659 1.745a2.21 2.21 0 0 0-.596.928l-.174.096c-.098.291-.356.499-.4.813l-.179.077c-.078.313-.349.521-.44.828a8.843 8.843 0 0 0-.17.08c-.052.335-.397.243-.637.188-.282-.614-.8-1.087-1.056-1.71l-.163-.08c-.105-.295-.314-.535-.478-.797-.285-.328-.435-.745-.704-1.084-.111-.177-.131-.415-.335-.52-.071-.366-.456-.607-.296-1.017.214-.123.472-.235.719-.136.146.093.262.258.454.244.203.013.406.006.608-.002l-.002.051c-.196.035-.396.024-.594.02l-.042-.003c-.282-.016-.572-.129-.851-.046-.122.115-.067.309-.014.446.634 1.163 1.378 2.258 2.131 3.346.353.408.495.992 1.008 1.248.198-.234.384-.481.52-.757.244-.226.349-.552.555-.807.274-.324.409-.737.685-1.061.168-.291.423-.546.49-.884l.004-.018c.262-.172.337-.494.489-.75.123-.177-.026-.432-.231-.447-.229-.023-.459-.001-.688.001-.375-.041-.622.375-1.012.261-.131-1.218-.027-2.451-.058-3.675z"/><path fill="#3f4a4b" d="M12.075 6.183c.129.121.265.253.295.436.072.378.287.722.288 1.114.011.462.015.924.052 1.384.026.389.218.75.202 1.145-.003.865.082 1.731.024 2.596-.025-.443-.022-.89-.103-1.327-.21-1.006-.139-2.039-.215-3.058.023-.699-.297-1.341-.371-2.028l-.212-.074.041-.187z"/><path fill="#c5c9ca" d="M14.108 6.312c.037.255.163.478.282.702.13.483.005.995.115 1.482.071.227.214.435.209.682.022 1.051.074 2.105.011 3.154-.053-.818.008-1.646-.134-2.456-.154-.582-.167-1.187-.211-1.784-.003-.076-.004-.153-.006-.229a1.242 1.242 0 0 0-.261-.932c-.008-.163-.016-.326-.011-.488l.007-.13z"/><path fill="#626b6c" d="M12.035 6.371l.212.074c.074.687.394 1.328.371 2.028.076 1.019.005 2.053.215 3.058.081.437.077.884.103 1.327-.003 1.036.05 2.073.017 3.109-.106-1.228.014-2.476-.225-3.694-.155-1.279-.049-2.578-.198-3.858-.113-.49-.22-.981-.259-1.484-.047-.199-.159-.374-.236-.561z"/><path fill="#8f9696" d="M5.603 9.79c-.031-1.127-.096-2.27.086-3.387.019 1.164-.013 2.329.009 3.493.031.272-.17.498-.398.61-.18-.021-.319-.154-.463-.251.197.004.398.015.594-.02.141-.104.18-.278.172-.445z"/><path fill="#8e9493" d="M12.271 6.932c.039.503.146.994.259 1.484.149 1.28.043 2.579.198 3.858.239 1.218.119 2.466.225 3.694l.013.238-.12.008c-.05-.527-.009-1.056-.056-1.583-.191-1.589-.177-3.192-.239-4.789.029-.739-.272-1.435-.277-2.172a18.133 18.133 0 0 0-.021-.334c.006-.135.017-.27.018-.405z"/><path fill="#8f9496" d="M14.112 6.93c.208.267.305.593.261.932-.092-.184-.199-.359-.278-.549l-.001-.043c.004-.113.014-.226.018-.339z"/><path fill="#565d63" d="M14.095 7.313c.079.189.186.365.278.549l.006.229c-.001.427.003.854-.02 1.281-.109-.683-.306-1.362-.265-2.059z"/><path fill="#b8bdbb" d="M12.274 7.671c.005.737.306 1.433.277 2.172.063 1.597.049 3.2.239 4.789.047.526.006 1.056.056 1.583l-.177-.005c-.048-1.737-.078-3.475-.155-5.211-.072-.761-.199-1.515-.239-2.279a2.003 2.003 0 0 1-.008-.173c-.001-.292.017-.584.007-.876z"/><path fill="#929896" d="M14.379 8.091c.044.597.057 1.202.211 1.784.142.811.081 1.638.134 2.456l.002.079c.002.604-.003 1.211.046 1.813a.99.99 0 0 0 .208.521c.024.49.018.981.019 1.472l-.281-.017c.081-.342.017-.695.015-1.042-.025-1.141-.062-2.282-.097-3.423a4.452 4.452 0 0 0-.102-.679c-.116-.555-.077-1.127-.176-1.685.023-.427.019-.854.02-1.281z"/><path fill="#dee1df" d="M12.275 8.719c.04.764.167 1.518.239 2.279.077 1.736.107 3.474.155 5.211a55.003 55.003 0 0 1-.125-.012c-.006-1.101.014-2.203-.056-3.302-.016-.445-.177-.87-.181-1.316-.047-.952-.08-1.908-.033-2.859z"/><path fill="#656c6e" d="M14.359 9.372c.099.557.06 1.129.176 1.685.046.224.092.449.102.679.036 1.141.072 2.282.097 3.423.002.346.066.699-.015 1.042l-.018.072c.018-.951-.059-1.9-.073-2.851.039-.842-.271-1.646-.246-2.489.001-.521-.044-1.04-.023-1.561z"/><path fill="#778079" d="M3.945 10.206c.279-.083.569.031.851.046a9.16 9.16 0 0 0-.877.019.895.895 0 0 0 .337.601c.467.942 1.108 1.78 1.681 2.659.431.457.577 1.144 1.138 1.481.097-.144.194-.289.288-.435.427-.665.856-1.33 1.293-1.989.242-.268.406-.596.663-.852-.067.337-.322.593-.49.884-.276.324-.411.737-.685 1.061-.206.256-.311.581-.555.807a3.768 3.768 0 0 1-.52.757c-.514-.256-.656-.84-1.008-1.248-.753-1.088-1.497-2.183-2.131-3.346-.053-.136-.108-.331.014-.446z"/><path fill="#909690" d="M7.882 10.783c.391.114.637-.302 1.012-.261.229-.002.459-.023.688-.001.205.016.354.271.231.447-.153.256-.227.578-.489.75.006-.204.162-.342.248-.512.071-.207.031-.43.022-.644-.266-.008-.557-.068-.8.074a1.753 1.753 0 0 1-.648.237 1.234 1.234 0 0 1-.358-.05l-.003-.046.096.004z"/><path fill="#475247" d="M8.795 10.637c.243-.142.534-.082.8-.074.009.214.049.437-.022.644-.087.17-.243.307-.248.512l-.004.018c-.257.255-.421.584-.663.852.211-.601.631-1.105.889-1.686-.001-.191-.223-.264-.38-.206-.333.094-.667.213-1.019.178.232-.028.447-.123.648-.237z"/><path fill="#3f474b" d="M14.383 10.932c-.025.843.285 1.647.246 2.489.014.951.091 1.899.073 2.851l-.015-.067c-.043-.184-.051-.373-.059-.561-.012-.498.016-1.004-.105-1.492a3.083 3.083 0 0 1-.113-.732c-.007-.829-.073-1.659-.027-2.489z"/><path fill="#cbcecc" d="M14.726 12.41c.052.348.285.65.265 1.01-.001.442.037.884-.011 1.324a.973.973 0 0 1-.208-.521c-.049-.603-.045-1.209-.046-1.813z"/><path fill="#192820" d="M13.681 15.332c.203-.238.375-.514.651-.678.092.332.202.659.296.991.008.188.016.377.059.561-.309.01-.62.006-.93.004a18.62 18.62 0 0 1-.061-.224l-.643-.159c-.026-.261.014-.532.246-.689.126.066.254.131.381.196z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--u-turn--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.995.142c.214-.102.456-.084.686-.095C8.6.051 15.521.046 22.44.049c.811-.052 1.568.696 1.508 1.511v20.88c.054.809-.696 1.567-1.507 1.506-6.96 0-13.921-.001-20.882.001-.81.061-1.564-.698-1.507-1.507V1.56C.006.946.426.355.995.142M.686 1.676v20.647c-.056.506.34 1.009.868.983 4.601.014 9.204.002 13.806.005-.011-2.254.023-4.51-.016-6.763-.079-1.876-1.96-3.39-3.811-3.072-1.636.18-2.892 1.7-2.916 3.32.594.005 1.188.002 1.781.005-.932 1.6-1.872 3.196-2.801 4.796-.938-1.596-1.864-3.199-2.798-4.798H6.55c.01-1.892 1.045-3.734 2.686-4.686 1.877-1.139 4.393-.944 6.125.384-.005-1.568.008-3.137-.005-4.705a3.365 3.365 0 0 0-1.758-2.909c-1.093-.613-2.47-.487-3.516.164.372.457.755.905 1.127 1.362-1.823.305-3.646.619-5.468.926.617-1.741 1.252-3.476 1.874-5.215.383.444.758.896 1.135 1.345 1.59-1.18 3.821-1.403 5.6-.527 1.852.851 3.092 2.83 3.088 4.862.006 5.168.002 10.337.001 15.505 1.669.004 3.338.014 5.008-.002.527.026.922-.478.868-.983V1.674a.9.9 0 0 0-.991-.995C15.443.675 8.56.675 1.678.679c-.566-.065-1.066.425-.99.995z"/><path fill="#fff" d="M8.236 9.054c-.57-.295-.385-.941.214-1.028l.209.323c-.173.059-.347.12-.518.182.18.132.359.269.548.388-.176.606-.128 1.243-.091 1.864.236.01.473-.012.709-.017.008-.404.007-.81.012-1.214-.133-.077-.266-.154-.397-.233.256-.062.514-.121.77-.176.008.541.006 1.082.012 1.624.137.09.272.181.408.274-.583-.145-1.248.232-1.771-.06-.324-.566-.121-1.297-.104-1.925zM3.452 8.992c.18-.275.412-.51.631-.751.15-.001.3 0 .45.005-.001.971-.002 1.942.001 2.912l-.511.004c0-.737-.01-1.472.008-2.208-.191.047-.403.202-.58.038zM5.2 8.248c.558-.01 1.115-.01 1.673-.006l-.126.464c-.517-.005-1.232-.156-1.121.602.347-.037.75-.149 1.045.103.586.421.401 1.435-.258 1.681-.472.181-1.25.19-1.332-.451.474.073 1.309.228 1.396-.442.034-.577-.611-.668-.99-.388a35.208 35.208 0 0 1-.281-.13c-.004-.479-.002-.958-.006-1.435z"/><path fill="#0d69e1" d="M.686 1.676c-.076-.57.424-1.06.99-.995 6.882-.004 13.765-.004 20.646 0a.9.9 0 0 1 .991.995v20.646c.054.505-.341 1.009-.868.983-1.669.017-3.338.006-5.008.002.001-5.168.005-10.337-.001-15.505.005-2.033-1.236-4.012-3.088-4.862-1.78-.876-4.01-.653-5.6.527-.377-.449-.752-.901-1.135-1.345-.623 1.739-1.258 3.474-1.874 5.215 1.823-.307 3.646-.622 5.468-.926-.372-.457-.755-.905-1.127-1.362 1.046-.652 2.423-.778 3.516-.164a3.365 3.365 0 0 1 1.758 2.909c.013 1.568 0 3.137.005 4.705-1.732-1.328-4.248-1.523-6.125-.384-1.64.952-2.676 2.794-2.686 4.686H4.797c.935 1.598 1.86 3.202 2.798 4.798.929-1.601 1.868-3.197 2.801-4.796-.593-.002-1.187 0-1.781-.005.024-1.62 1.28-3.14 2.916-3.32 1.852-.318 3.732 1.196 3.811 3.072.038 2.254.005 4.51.016 6.763-4.602-.002-9.205.01-13.806-.005-.528.026-.924-.476-.868-.983V1.678m7.552 7.376c-.017.628-.22 1.358.104 1.925.523.292 1.188-.085 1.771.06-.136-.092-.271-.184-.408-.274-.006-.541-.004-1.082-.012-1.624-.257.055-.515.114-.77.176.131.079.264.156.397.233-.005.404-.004.81-.012 1.214-.236.005-.473.026-.709.017-.037-.62-.085-1.258.091-1.864-.19-.119-.368-.256-.548-.388.172-.062.346-.124.518-.182l-.209-.323c-.599.088-.784.733-.214 1.028m-4.783-.06c.176.163.389.008.58-.038-.018.736-.008 1.471-.008 2.208l.511-.004c-.004-.971-.002-1.942-.001-2.912-.15-.005-.3-.006-.45-.005-.22.241-.451.476-.631.751M5.2 8.248c.004.478.002.956.006 1.435l.281.13c.379-.281 1.024-.19.99.388-.086.67-.922.515-1.396.442.082.641.86.632 1.332.451.659-.246.844-1.26.258-1.681-.295-.252-.698-.14-1.045-.103-.112-.758.604-.607 1.121-.602l.126-.464A66.645 66.645 0 0 0 5.2 8.25z"/></symbol><symbol viewBox="0 0 36 24" id="regulatory--use-crosswalk--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#6d6f73" d="M1.847 0h32.076c.789.236 1.514.797 1.733 1.62l-.107.22C35.296.931 34.453.181 33.483.203 23.04.209 12.598.201 2.155.207 1.072.234.219 1.21.134 2.257l-.133-.145v-.401C.231.828.981.207 1.848-.001z"/><path fill="#fff" d="M.133 2.258C.217 1.211 1.071.235 2.154.208 12.597.202 23.039.21 33.482.204c.97-.023 1.813.728 2.066 1.637.029 6.592.013 13.187.008 19.779.04 1.113-.917 2.002-1.971 2.153-10.45-.008-20.901-.004-31.35-.002-1.07-.106-1.966-.957-2.083-2.032C.122 15.246.16 8.752.133 2.259M2.102.678C1.27.75.605 1.537.631 2.363.633 8.788.626 15.215.634 21.64c-.004.903.83 1.686 1.729 1.639 10.339-.001 20.677.001 31.016-.001.897.042 1.735-.734 1.729-1.639.005-6.426.002-12.852.002-19.278.035-.928-.81-1.743-1.731-1.703C22.954.669 12.526.629 2.102.678z"/><path fill="#fff" d="M1.983 1.365a1.92 1.92 0 0 1 .489-.059c10.301.004 20.602-.004 30.902.004.58-.038 1.112.469 1.09 1.052.008 6.39.003 12.783.002 19.173.037.594-.487 1.134-1.086 1.093-10.34.002-20.679.001-31.019 0-.598.049-1.121-.502-1.084-1.092-.008-6.357-.001-12.714-.004-19.071-.032-.473.245-.956.709-1.1m22.453 2.852c.131.604.355 1.184.51 1.781-2.056.004-4.112.002-6.167.001.002.962.002 1.923 0 2.885 2.055.015 4.11 0 6.165.007-.149.614-.396 1.203-.512 1.824-.068.431.514.718.834.435 1.839-1.221 3.661-2.469 5.486-3.709-1.842-1.241-3.674-2.497-5.519-3.733-.341-.261-.918.074-.797.509M9.841 6.735c.434.809 1.489.986 1.95 1.769.316.576-.198 1.414-.872 1.295-.503-.054-.677-.587-.74-1.013-.271 0-.542.002-.812.004.029.622.277 1.279.829 1.618.73.475 1.807.202 2.23-.557.531-.838.206-1.984-.574-2.546-.445-.493-1.584-.651-1.325-1.515.267-.689 1.342-.48 1.383.249l.787-.001c.013-.95-.935-1.759-1.873-1.491-.93.194-1.44 1.365-.985 2.189M5.073 4.611c.004 1.452-.008 2.905.006 4.357-.02.77.572 1.473 1.316 1.631.949.242 1.974-.566 1.994-1.537.031-1.48-.001-2.962.014-4.444a60.647 60.647 0 0 0-.853-.01c-.001 1.417.003 2.835-.001 4.252.027.438-.269.945-.749.948-.477.051-.878-.387-.871-.848-.026-1.433.012-2.867-.015-4.299-.251-.113-.565-.031-.842-.049m8.615-.002v5.927c1.006.002 2.013.002 3.019 0l-.002-.834c-.72-.003-1.441.002-2.161-.004-.001-.652.001-1.303-.001-1.955h1.231l-.003-.803c-.409-.001-.818 0-1.227-.002a374.5 374.5 0 0 1 0-1.499h1.93l.001-.83c-.929 0-1.858-.001-2.787.001M3.604 13.378c-.651.193-.788.963-.864 1.544-.122 1.255-.186 2.564.182 3.784.251.832 1.493.989 2.024.35.239-.317.231-.735.247-1.113l-.754-.001c-.061.261-.033.751-.42.722-.476-.051-.476-.66-.548-1.022-.063-1.065-.149-2.171.141-3.21.115-.467.751-.419.858.031.246.001.492.002.739-.001-.034-.798-.85-1.363-1.605-1.085m9.902.434c-.432.624-.312 1.51.168 2.074.576.725 1.529 1.576 1.098 2.594-.42.523-1.004-.118-.935-.623l-.752.006c.042.444.109.934.446 1.261.563.529 1.621.389 1.948-.342.442-.997-.04-2.17-.755-2.913-.416-.43-1.017-1.076-.543-1.68.386-.362.75.141.727.53.254-.002.509-.003.764-.007-.081-.386-.138-.818-.44-1.103-.482-.458-1.363-.352-1.726.203m3.104.018c-.41.62-.288 1.481.172 2.042.502.651 1.229 1.262 1.224 2.155.05.338-.218.73-.592.631-.368-.076-.401-.506-.453-.806l-.755.012c.056.478.128 1.023.538 1.338.644.5 1.725.194 1.941-.616.339-1.151-.344-2.285-1.144-3.065-.398-.337-.628-1.081-.122-1.421.42-.177.582.293.616.616h.756c-.066-.399-.142-.833-.451-1.123-.492-.444-1.376-.331-1.728.237M6.29 13.404c-.001 1.976-.003 3.951.001 5.927.246.002.492.005.739.006.013-.925.004-1.85.005-2.776.118.004.237.006.355.006.242.918.43 1.848.667 2.766.256-.001.513.001.769.003-.185-.981-.41-1.953-.594-2.934.785-.553.766-1.739.323-2.5-.524-.716-1.51-.45-2.266-.499m4.156.036c-.889.519-.818 1.734-.847 2.631.021.935-.093 1.947.373 2.801.355.697 1.474.774 1.913.122.459-.67.448-1.525.465-2.304-.015-.917.073-1.892-.34-2.741-.271-.569-1.01-.78-1.564-.508m8.789-.037c.235 1.975.451 3.951.691 5.926l.64.008c.186-1.066.324-2.141.541-3.202.235 1.056.363 2.132.57 3.194l.638.007c.23-1.978.464-3.955.687-5.933l-.769.001c-.112.888-.176 1.782-.322 2.666-.16-.888-.308-1.778-.473-2.666a68.267 68.267 0 0 0-.64 0c-.157.895-.31 1.79-.469 2.685-.141-.891-.207-1.791-.323-2.684l-.769-.002m5.321.003c-.391 1.977-.801 3.95-1.199 5.926h.771c.105-.526.215-1.051.328-1.575l.973-.004c.13.523.222 1.054.338 1.58.266-.001.53.001.796.003-.421-1.976-.815-3.957-1.237-5.932l-.77.002m2.815-.002c.005 1.976-.006 3.952.006 5.929.754.001 1.508-.002 2.262.001l-.001-.683-1.518-.001c-.003-1.749.001-3.498-.002-5.247l-.747.001m3.077-.001c.01 1.978-.013 3.955.012 5.933l.741-.004c.103-.925-.25-1.964.29-2.79.276.927.521 1.863.797 2.79l.803.001c-.335-1.295-.725-2.576-1.038-3.875.263-.708.656-1.36.954-2.053-.289-.002-.578-.001-.866-.002-.318.616-.605 1.247-.931 1.859-.015-.619-.004-1.239-.008-1.858l-.754-.001z"/><path fill="#fff" d="M10.835 14.12c.449-.134.562.494.62.815.119 1.103.21 2.259-.073 3.344-.061.374-.592.545-.757.149-.378-.867-.23-1.848-.255-2.768.053-.517 0-1.197.466-1.54zM7.03 15.789c.01-.543.001-1.086.013-1.629.302.045.717-.062.918.231.163.378.162.831.026 1.218-.237.281-.639.169-.957.18zM24.622 16.982c.112-.51.213-1.022.344-1.528.105.509.203 1.019.307 1.528h-.651z"/><path fill="#2b2e34" d="M2.102.678C12.526.63 22.954.67 33.379.658c.922-.04 1.767.775 1.731 1.703 0 6.426.003 12.852-.002 19.278.005.904-.832 1.681-1.729 1.639-10.339.002-20.677 0-31.016.001-.899.047-1.734-.735-1.729-1.639C.626 15.215.633 8.788.631 2.363.605 1.537 1.27.75 2.102.678m-.119.687c-.464.144-.741.627-.709 1.1.003 6.357-.004 12.714.004 19.071-.037.59.485 1.141 1.084 1.092 10.34.001 20.679.002 31.019 0 .598.041 1.123-.499 1.086-1.093.001-6.39.006-12.783-.002-19.173.023-.583-.51-1.09-1.09-1.052-10.3-.008-20.601 0-30.902-.004a1.871 1.871 0 0 0-.489.059zM0 2.113l.133.145C.16 8.751.122 15.245.152 21.738l-.151-.061V2.112z"/><path fill="#2b2e34" d="M24.435 4.217c-.121-.435.456-.769.797-.509 1.845 1.236 3.677 2.492 5.519 3.733-1.825 1.24-3.647 2.489-5.486 3.709-.32.283-.902-.004-.834-.435.116-.621.363-1.21.512-1.824-2.055-.007-4.11.008-6.165-.007.002-.962.002-1.923 0-2.885 2.055.001 4.111.003 6.167-.001-.155-.597-.379-1.177-.51-1.781zM9.841 6.735c-.455-.824.055-1.995.985-2.189.937-.268 1.886.542 1.873 1.491l-.787.001c-.041-.729-1.117-.938-1.383-.249-.26.864.88 1.022 1.325 1.515.78.562 1.105 1.708.574 2.546-.423.759-1.5 1.032-2.23.557-.552-.339-.8-.996-.829-1.618.27-.002.541-.004.812-.004.063.425.237.959.74 1.013.675.119 1.189-.719.872-1.295-.46-.783-1.516-.96-1.95-1.769zM5.073 4.611c.276.019.59-.064.842.049.028 1.433-.01 2.867.015 4.299-.006.46.394.899.871.848.48-.003.776-.51.749-.948.004-1.417 0-2.835.001-4.252.284.001.569.005.853.01-.015 1.481.016 2.963-.014 4.444-.021.971-1.045 1.779-1.994 1.537-.745-.158-1.336-.86-1.316-1.631-.014-1.452-.002-2.905-.006-4.357zM13.687 4.61c.929-.002 1.858-.001 2.787-.001l-.001.83h-1.93v1.499c.409.002.818.001 1.227.002l.003.803h-1.231c.002.652 0 1.303.001 1.955.72.006 1.441.001 2.161.004l.002.834a759.53 759.53 0 0 1-3.019 0V4.609zM3.604 13.378c.755-.278 1.571.286 1.605 1.085-.246.003-.492.002-.739.001-.107-.45-.743-.498-.858-.031-.29 1.038-.204 2.145-.141 3.21.072.362.072.97.548 1.022.387.029.359-.461.42-.722l.754.001c-.016.378-.008.796-.247 1.113-.531.639-1.773.482-2.024-.35-.369-1.221-.304-2.53-.182-3.784.076-.581.213-1.351.864-1.544zM13.506 13.811c.364-.555 1.244-.661 1.726-.203.302.285.358.717.44 1.103-.255.004-.51.005-.764.007.023-.389-.341-.892-.727-.53-.474.604.127 1.25.543 1.68.715.743 1.197 1.916.755 2.913-.327.731-1.384.871-1.948.342-.337-.327-.404-.817-.446-1.261l.752-.006c-.069.505.515 1.146.935.623.431-1.018-.522-1.869-1.098-2.594-.48-.564-.599-1.45-.168-2.074zM16.61 13.829c.352-.568 1.236-.681 1.728-.237.309.289.385.724.451 1.123h-.756c-.034-.323-.196-.793-.616-.616-.507.341-.276 1.085.122 1.421.8.781 1.483 1.915 1.144 3.065-.215.81-1.297 1.116-1.941.616-.41-.315-.482-.86-.538-1.338l.755-.012c.053.3.085.729.453.805.374.099.643-.294.592-.631.005-.893-.722-1.504-1.224-2.155-.46-.56-.582-1.421-.172-2.042zM6.29 13.404c.756.048 1.742-.217 2.266.499.443.761.461 1.947-.323 2.5.184.981.409 1.953.594 2.934a65.709 65.709 0 0 0-.769-.003c-.238-.918-.425-1.848-.667-2.766-.118 0-.237-.002-.355-.006-.001.926.008 1.851-.005 2.776l-.739-.006c-.004-1.976-.002-3.951-.001-5.927m.739 2.384c.318-.011.72.101.957-.18a1.71 1.71 0 0 0-.026-1.218c-.201-.293-.616-.185-.918-.231-.012.543-.003 1.086-.013 1.629zM10.445 13.439c.553-.272 1.293-.061 1.564.508.413.849.324 1.824.34 2.741-.016.779-.005 1.635-.465 2.304-.439.652-1.557.576-1.913-.122-.466-.854-.352-1.865-.373-2.801.029-.897-.042-2.112.847-2.631m.39.682c-.466.343-.413 1.023-.466 1.54.026.92-.123 1.9.255 2.768.165.396.696.225.757-.149.283-1.085.193-2.24.073-3.344-.058-.32-.171-.949-.62-.815zM19.234 13.403l.769.002c.116.893.182 1.793.323 2.684.159-.895.312-1.79.469-2.685h.64c.165.888.313 1.778.473 2.666.146-.884.21-1.778.322-2.666l.769-.001c-.224 1.978-.457 3.955-.687 5.933l-.638-.007c-.207-1.062-.335-2.138-.57-3.194-.216 1.061-.354 2.136-.541 3.202l-.64-.008c-.24-1.975-.456-3.951-.691-5.926zM24.557 13.406l.77-.002c.422 1.975.816 3.956 1.237 5.932-.266-.002-.53-.004-.796-.003-.115-.526-.208-1.057-.338-1.58l-.973.004c-.112.524-.222 1.049-.328 1.575h-.771c.398-1.976.808-3.949 1.199-5.926m.065 3.576h.651c-.104-.509-.202-1.019-.307-1.528-.131.506-.232 1.018-.344 1.528zM27.372 13.404l.747-.001c.003 1.749-.001 3.498.002 5.247l1.518.001.001.683c-.754-.003-1.508 0-2.262-.001-.012-1.977-.001-3.953-.006-5.929zM30.449 13.403l.754.001c.004.619-.007 1.239.008 1.858.327-.612.613-1.243.931-1.859.288.001.577 0 .866.002-.298.693-.691 1.345-.954 2.053.313 1.299.704 2.58 1.038 3.875l-.803-.001c-.276-.927-.521-1.863-.797-2.79-.541.826-.187 1.865-.29 2.79l-.741.004c-.026-1.978-.002-3.955-.012-5.933zM1.997 23.892l.237-.122c10.45-.002 20.901-.006 31.35.002l.146.117-.195.016a9919.908 9919.908 0 0 0-31.338.001l-.201-.015z"/><path fill="#959799" d="M35.548 1.841l.107-.22.088.246v20.301c-.239.903-1.037 1.717-2.012 1.722l-.146-.117c1.055-.15 2.012-1.039 1.971-2.153.005-6.592.021-13.187-.008-19.779zM0 21.677l.151.061c.116 1.075 1.013 1.926 2.083 2.032l-.237.122c-.964-.029-1.756-.843-1.997-1.74v-.475z"/><path fill="#f2f2f2" d="M2.198 23.907c10.446-.019 20.892-.015 31.338-.001l-.162.094H2.354l-.157-.093z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--vehicles-carrying-dangerous-goods-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#03559b" d="M10.657 0h2.661c1.146.222 2.303.447 3.375.925 3.966 1.626 6.769 5.508 7.307 9.732v2.662c-.222 1.144-.448 2.301-.927 3.372-1.626 3.966-5.506 6.77-9.73 7.308h-2.662c-1.146-.222-2.301-.448-3.372-.927C3.343 21.446.539 17.566.001 13.34v-2.659C.525 6.446 3.337 2.554 7.309.924 8.373.447 9.523.228 10.658-.001m.075 3.946c-1.816.191-3.679.885-4.897 2.297-.839.952-1.161 2.368-.653 3.554.673 1.6 2.29 2.561 3.887 3.051 2.368.671 5.036.488 7.193-.746 1.176-.684 2.238-1.799 2.381-3.209.153-1.303-.583-2.55-1.58-3.336-1.766-1.398-4.129-1.83-6.33-1.611m-5.797 8.396c-.007.757-.007 1.514 0 2.271 4.575.007 9.152.006 13.727 0 .007-.757.007-1.514 0-2.271-.658.028-1.336-.078-1.98.051-2.947 1.727-6.842 1.723-9.786-.007-.642-.112-1.31-.022-1.962-.044m.917 2.717c-.01 1.371-.006 2.743-.001 4.113.53.008 1.06.01 1.59 0 0-1.371.006-2.741-.003-4.112a76.226 76.226 0 0 0-1.586-.001m2.057.002c-.003 1.371-.006 2.741.001 4.112.529.007 1.057.007 1.587-.001.008-.567.001-1.136.006-1.704.469-.012.938-.015 1.405.004.379.706 1.396.72 1.773.004.47-.026.943-.021 1.415-.008.004.567-.001 1.135.006 1.704.529.008 1.057.008 1.584 0 .007-1.369.007-2.74 0-4.111a52.275 52.275 0 0 0-1.584 0c-.007.57-.001 1.139-.004 1.708-.469.008-.938.011-1.405 0-.373-.732-1.416-.72-1.792.001-.465.008-.931.006-1.396.001-.007-.572.003-1.142-.01-1.713a76.227 76.227 0 0 0-1.586.003m8.25 4.103c.53.021 1.06.018 1.59.01.006-1.372.004-2.743.001-4.113a76.226 76.226 0 0 0-1.586-.001c-.014 1.368-.003 2.737-.006 4.105z"/><path fill="#fff" d="M10.733 3.945c2.202-.219 4.564.212 6.33 1.611.997.787 1.733 2.034 1.58 3.336-.143 1.409-1.204 2.525-2.381 3.209-2.157 1.235-4.825 1.418-7.193.746-1.597-.49-3.214-1.451-3.887-3.051-.508-1.186-.186-2.603.653-3.554 1.218-1.412 3.081-2.106 4.897-2.297M7.353 8.557c1.482 1.486 2.965 2.969 4.448 4.453l4.448-4.45A406.066 406.066 0 0 0 11.8 4.107a582.917 582.917 0 0 0-4.446 4.45z"/><path fill="#fff" d="M4.937 12.341c.652.022 1.319-.068 1.962.044 2.944 1.73 6.839 1.734 9.786.007.644-.129 1.322-.024 1.98-.051.007.757.007 1.514 0 2.271-4.575.006-9.152.007-13.727 0-.007-.757-.007-1.514 0-2.271zM5.853 15.058a93.165 93.165 0 0 1 1.586.001c.008 1.371.003 2.741.003 4.112-.53.01-1.06.008-1.59 0-.004-1.371-.008-2.743.001-4.113zM7.91 15.06a76.227 76.227 0 0 1 1.586-.003c.012.572.003 1.142.01 1.713.465.004.931.007 1.396-.001.376-.721 1.419-.734 1.792-.001.468.011.936.008 1.405 0 .003-.569-.003-1.138.004-1.708a52.275 52.275 0 0 1 1.584 0c.007 1.371.007 2.741 0 4.111-.527.008-1.056.008-1.584 0-.007-.569-.001-1.136-.006-1.704a17.566 17.566 0 0 0-1.415.008c-.377.716-1.394.702-1.773-.004a20.567 20.567 0 0 0-1.405-.004c-.004.567.003 1.136-.006 1.704-.53.008-1.059.008-1.587.001-.007-1.371-.004-2.741-.001-4.112zM16.16 19.163c.003-1.368-.008-2.737.006-4.105a93.165 93.165 0 0 1 1.586.001c.003 1.371.004 2.741-.001 4.113-.53.008-1.06.011-1.59-.01z"/><path fill="#ff6903" d="M7.353 8.557a582.933 582.933 0 0 1 4.446-4.45 397.422 397.422 0 0 1 4.449 4.453L11.8 13.01c-1.483-1.484-2.966-2.967-4.448-4.453z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--vehicles-carrying-dangerous-goods-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#037863" d="M10.679 0h2.597c4.72.531 8.966 3.994 10.26 8.589.211.689.312 1.406.465 2.111v2.566c-.525 4.723-3.992 8.974-8.589 10.269-.691.211-1.406.312-2.111.465h-2.567c-4.723-.526-8.973-3.993-10.269-8.588-.209-.684-.313-1.392-.463-2.09v-2.63C.333 8.365 1.224 6.096 2.76 4.298 4.714 1.898 7.636.416 10.681 0m-.107 2.578c-3.141.466-5.951 2.626-7.243 5.523-1.349 2.922-1.085 6.521.693 9.207 2.347 3.76 7.447 5.422 11.554 3.739 4.378-1.608 7.058-6.672 5.882-11.196-1.022-4.772-6.079-8.167-10.886-7.273z"/><path fill="#fff" d="M10.574 2.578c4.807-.894 9.864 2.501 10.886 7.273 1.176 4.524-1.505 9.587-5.882 11.196-4.107 1.683-9.207.021-11.554-3.739-1.778-2.686-2.042-6.285-.693-9.207 1.293-2.897 4.102-5.057 7.244-5.523m-7.529 9.494c3.022 3.013 6.031 6.041 9.05 9.055 3.016-3.022 6.035-6.038 9.054-9.057a3356.303 3356.303 0 0 0-9.054-9.043c-3.025 3.006-6.036 6.025-9.05 9.044z"/><path fill="#030303" d="M3.046 12.072c3.013-3.019 6.025-6.038 9.05-9.044 3.025 3.008 6.041 6.024 9.054 9.043-3.019 3.019-6.038 6.035-9.054 9.057-3.019-3.015-6.028-6.042-9.05-9.055z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--vehicles-carrying-explosives-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#092d78" d="M10.734 0h2.504c1.436.232 2.869.582 4.165 1.258 3.628 1.78 6.119 5.488 6.597 9.481v2.499c-.232 1.436-.582 2.869-1.258 4.165-1.782 3.628-5.488 6.119-9.481 6.597h-2.5c-1.435-.232-2.867-.582-4.164-1.258C2.989 20.973.516 17.298 0 13.338v-2.677C.359 8.2 1.336 5.776 3.07 3.96a5.05 5.05 0 0 0 .869-.872C5.778 1.329 8.24.355 10.734.001M9.713 6.653c-.753-.245-1.474.401-1.275 1.175-.7.08-.966.85-.486 1.359-.25.493-.165 1.382.5 1.421-.251.73-.466 1.473-.702 2.208-1.227.18-.795 1.756-.657 2.601l-.14.516c.225.094.452.18.682.264.003.523-.003 1.048.018 1.571.458.034.919.033 1.379.018.014-.536.011-1.07.011-1.606 2.094.01 4.188.009 6.283 0-.001.536-.005 1.072.014 1.608.462.014.926.016 1.387-.025.028-.521.022-1.044.024-1.566.481-.058.766-.31.56-.799.094-.846.538-2.395-.674-2.58-.244-.742-.447-1.497-.721-2.229.692-.004.832-.872.593-1.389.361-.489.286-1.31-.452-1.308.116-1.012-.954-1.728-1.857-1.28-.292-1.018-1.567-1.371-2.357-.676-.757-.59-1.898-.222-2.131.719z"/><path fill="#092d78" d="M8.743 10.875c2.3-.022 4.601-.024 6.9.001.22.651.41 1.313.607 1.973a46.474 46.474 0 0 0-8.113 0c.197-.659.389-1.322.606-1.975zM8.31 14.03c.592-.283 1.037.692.437.956-.627.321-1.055-.703-.437-.956zM15.674 14.025c.654-.297 1.02.855.326.99-.623.202-.919-.787-.326-.99z"/><path fill="#fff" d="M3.07 3.959c.273-.307.563-.598.869-.872a5.015 5.015 0 0 1-.869.872zM8.452 10.607c.098-.019.196-.039.293-.06 2.296-.023 4.593-.009 6.889-.001l.282.041c.274.731.477 1.487.721 2.229 1.213.185.768 1.735.674 2.58.206.489-.079.74-.56.799-.003.522.004 1.045-.024 1.566a11.46 11.46 0 0 1-1.387.025c-.019-.536-.015-1.072-.014-1.608-2.095.009-4.189.01-6.283 0 0 .536.003 1.07-.011 1.606-.46.015-.921.017-1.379-.018-.02-.523-.015-1.048-.018-1.571-.23-.084-.457-.17-.682-.264l.14-.516c-.138-.844-.57-2.42.657-2.601.236-.735.451-1.478.702-2.208m.291.269c-.217.653-.409 1.316-.606 1.975a46.474 46.474 0 0 1 8.113 0c-.197-.66-.387-1.322-.607-1.973a337.67 337.67 0 0 0-6.9-.001M8.31 14.03c-.618.253-.19 1.277.437.956.601-.264.155-1.239-.437-.956m7.364-.005c-.593.203-.297 1.192.326.99.693-.136.328-1.288-.326-.99z"/><path fill="#f47216" d="M9.713 6.653c.232-.941 1.374-1.309 2.131-.719.79-.696 2.065-.343 2.357.676.903-.448 1.972.268 1.857 1.28.738-.003.813.819.452 1.308.239.517.099 1.385-.593 1.389a27.353 27.353 0 0 1-.282-.041c-1.469-.273-2.974-.063-4.46-.135-.81.003-1.637-.079-2.429.136l-.293.06c-.665-.039-.75-.928-.5-1.421-.48-.509-.213-1.279.486-1.359-.199-.773.522-1.42 1.275-1.175m1.9-.248c.147.126.295.25.443.375.204-.237.292-.508.019-.731-.155.118-.31.237-.462.357m-.872-.03c.057.484.549.691.861.994-.132-.446-.368-.881-.861-.994m2.568.167c-.055.216-.109.433-.16.65.208-.184.408-.377.606-.573l-.446-.077m-.885.175c-.643 1.044-1.553 2.09-1.401 3.402l.61-.06c-.02-.538.25-.979.677-1.284.344.464.175.98-.076 1.437.528-.063 1.496.326 1.597-.448-.208-1.103-.657-2.193-1.407-3.048m-2.805.583c-.013.152-.025.305-.036.457.452.11.894.257 1.326.43-.259-.504-.739-.804-1.29-.888m3.882 1.092c.41-.251.836-.483 1.307-.599l-.023-.439c-.566.138-1.001.541-1.284 1.039m1.514-.01c.19.029.383.042.577.046l.048-.442c-.208.124-.657.06-.625.396M9.79 8.146l-.008.532.583-.14-.137-.367c-.146-.01-.292-.019-.438-.025m4.548-.095c-.098.353-.15.715-.174 1.079.557-.165 1.027-.989.174-1.079m-5.01 1.07l.203.409c.292-.081.585-.164.877-.25a1.385 1.385 0 0 0-1.081-.159m4.846.267a8.646 8.646 0 0 1 1.286-.075v-.296c-.477-.118-.928.058-1.286.371m.302.482c.232.057.466.108.701.161l.18-.295c-.3-.033-.643-.108-.881.133z"/><path fill="#3c291f" d="M11.614 6.404c.152-.119.307-.239.462-.357.273.223.185.494-.019.731a39.838 39.838 0 0 1-.443-.375z"/><path fill="#231f20" d="M10.742 6.375c.493.113.729.549.861.994-.312-.303-.804-.51-.861-.994zM12.425 6.717c.75.855 1.199 1.944 1.407 3.048-.102.775-1.069.385-1.597.448.251-.457.42-.974.076-1.437-.427.305-.697.745-.677 1.284-.203.02-.406.041-.61.06-.152-1.312.758-2.358 1.401-3.402zM9.62 7.299c.551.084 1.031.383 1.29.888a9.673 9.673 0 0 0-1.326-.43c.01-.152.023-.305.036-.457zM13.502 8.39c.283-.498.717-.9 1.284-1.039l.023.439c-.471.117-.897.348-1.307.599zM15.016 8.381c-.032-.337.417-.272.625-.396-.013.11-.037.331-.048.442a4.458 4.458 0 0 1-.577-.046zM9.79 8.146c.146.006.292.015.438.025l.137.367-.583.14.008-.532zM14.338 8.051c.853.09.383.914-.174 1.079.024-.364.076-.726.174-1.079zM9.328 9.121a1.386 1.386 0 0 1 1.081.159c-.292.086-.585.169-.877.25l-.203-.409zM14.173 9.388c.358-.312.809-.489 1.286-.371v.296c-.43-.013-.86.024-1.286.075zM14.475 9.87c.239-.241.582-.166.881-.133l-.18.295c-.235-.053-.469-.104-.701-.161z"/><path fill="#3e2a1f" d="M13.31 6.542l.446.077c-.198.196-.397.389-.606.573.051-.217.105-.434.16-.65z"/><path fill="#b08270" d="M8.745 10.547c.792-.215 1.619-.133 2.429-.136 1.486.071 2.99-.138 4.46.135-2.296-.008-4.593-.022-6.889.001z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--vehicles-carrying-hazardous-goods-permitted--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#43534f" opacity=".43" d="M11.693 0h.605l.058.028c-.24.008-.48.009-.719.001l.056-.03z"/><path fill="#036249" d="M4.823 2.469C6.763.964 9.187.117 11.637.03c.24.008.48.007.719-.001 1.552.059 3.111.365 4.53 1.011a11.811 11.811 0 0 1 3.803 2.69c.949.989 1.775 2.117 2.316 3.382.57 1.304.906 2.702 1.033 4.117v1.61a12.656 12.656 0 0 1-1.273 4.569c-.817 1.564-1.954 2.974-3.35 4.058a11.95 11.95 0 0 1-4.864 2.275c-.993.263-2.027.23-3.045.225-.812.012-1.618-.124-2.4-.337a10.518 10.518 0 0 1-2.433-.914c-2.029-1.003-3.719-2.629-4.905-4.547a12.5 12.5 0 0 1-1.427-3.585A12.04 12.04 0 0 1 .706 8.15c.742-2.262 2.247-4.228 4.117-5.681m6.397.101a9.408 9.408 0 0 0-6.458 3.409 8.877 8.877 0 0 0-1.709 3.074 9.404 9.404 0 0 0 .194 6.457c.452 1.222 1.235 2.292 2.133 3.224a9.612 9.612 0 0 0 3.54 2.229c1.733.596 3.64.7 5.418.247 1.632-.388 3.138-1.253 4.339-2.419.895-.917 1.681-1.968 2.146-3.171.466-1.146.728-2.38.716-3.619.012-1.431-.348-2.85-.953-4.142-.469-.969-1.137-1.829-1.883-2.599-1.942-1.935-4.751-2.95-7.483-2.689z"/><path fill="#fffffe" d="M11.22 2.57c2.731-.261 5.54.754 7.483 2.689.746.771 1.414 1.631 1.883 2.599.605 1.292.965 2.71.953 4.142.013 1.239-.25 2.473-.716 3.619-.464 1.203-1.251 2.255-2.146 3.171-1.2 1.167-2.707 2.031-4.339 2.419-1.778.453-3.685.349-5.418-.247a9.624 9.624 0 0 1-3.54-2.229c-.898-.932-1.68-2.002-2.133-3.224a9.398 9.398 0 0 1-.194-6.457 8.886 8.886 0 0 1 1.709-3.074 9.408 9.408 0 0 1 6.458-3.409M4.565 6.678v10.783h1.551c.002-1.627-.001-3.254.002-4.881h2.951c.002 1.627-.001 3.253.001 4.88h1.551V6.678c-.517-.002-1.034-.001-1.551 0-.002 1.462 0 2.925-.001 4.388-.984.002-1.967 0-2.951.001-.001-1.463.001-2.926-.001-4.389h-1.55m8.014 0v10.783h1.551c.003-2.014-.002-4.028.002-6.043.673 2.012 1.331 4.027 2.004 6.039.67-2.012 1.331-4.027 2.003-6.038.004 2.014-.001 4.028.002 6.042h1.551V6.679c-.516-.002-1.033-.001-1.55-.001-.674 2.012-1.325 4.032-2.009 6.039-.67-2.012-1.333-4.027-2.002-6.039-.517 0-1.034-.002-1.551 0z"/><path fill="#1a1919" d="M4.565 6.678c.517-.002 1.034-.001 1.55 0 .002 1.463 0 2.926.001 4.389.984 0 1.967.001 2.951-.001.001-1.462-.001-2.925.001-4.388a267.29 267.29 0 0 1 1.551 0V17.46H9.068c-.002-1.627 0-3.253-.001-4.88H6.116c-.002 1.627.001 3.254-.002 4.881H4.563V6.678zM12.581 6.678c.517-.002 1.034-.001 1.551 0 .669 2.013 1.332 4.027 2.002 6.039.684-2.008 1.336-4.028 2.009-6.039.517 0 1.034-.002 1.55.001v10.782h-1.551c-.003-2.014.002-4.028-.002-6.042-.672 2.011-1.333 4.026-2.003 6.038-.673-2.012-1.331-4.027-2.004-6.039-.004 2.014 0 4.028-.002 6.043H12.58V6.678z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--vehicles-only--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#035ca1" d="M10.528 0h2.948c3.912.56 7.586 3.004 9.287 6.619.661 1.214.983 2.563 1.237 3.91v2.948c-.561 3.912-3.004 7.585-6.618 9.286-1.215.661-2.564.983-3.912 1.237h-2.949c-3.91-.561-7.583-3.004-9.284-6.619C.576 16.167.254 14.818 0 13.471v-2.948C.257 9.178.577 7.831 1.237 6.62 2.938 3.003 6.615.558 10.528.001M7.09 9.834c-1.472.36-2.974.597-4.451.939-.601.132-.669.858-.73 1.36-.092.712.181 1.726 1.04 1.766.337-.648.621-1.463 1.406-1.683 1.383-.688 3.262.397 3.226 1.977 2.719.177 5.516.16 8.265.221.068-1.713 2.204-2.705 3.559-1.684.426.229.473 1.043.957 1.022.498-.756.83-1.65.949-2.546-.132-.992-.581-1.926-.994-2.828-.394-.41-.583-1.262-1.274-1.174-2.761.025-5.526-.048-8.286-.039-1.287.786-2.389 1.865-3.666 2.669m-2.076 2.639c-.881.126-1.585.974-1.532 1.865-.01.986.91 1.857 1.897 1.777.99.014 1.848-.927 1.766-1.91.001-1.068-1.087-1.934-2.13-1.731m12.407.4c-.898.308-1.439 1.378-1.123 2.279.272.97 1.443 1.561 2.378 1.177.92-.306 1.465-1.418 1.113-2.327-.294-.95-1.446-1.498-2.368-1.128z"/><path fill="#035ca1" d="M8.022 10.577c1.008-.906 1.972-1.872 3.025-2.723 2.571.026 5.15.079 7.726.114a72 72 0 0 1 .888 1.549c-.182.337-.268.757-.541 1.028-3.698.04-7.399.022-11.098.032zM5 13.408c.658-.312 1.437.383 1.265 1.074-.098.709-1.061 1.066-1.577.561-.546-.451-.346-1.408.312-1.636zM17.699 13.709c.6-.308 1.383.246 1.309.912.033.723-.866 1.201-1.459.81-.636-.374-.546-1.466.15-1.721z"/><path fill="#fff" d="M7.09 9.834c1.277-.804 2.379-1.883 3.666-2.669 2.76-.01 5.524.063 8.286.039.691-.088.88.764 1.274 1.174.414.902.862 1.836.994 2.828a6.161 6.161 0 0 1-.949 2.546c-.484.021-.531-.793-.957-1.022-1.354-1.021-3.491-.029-3.559 1.684-2.749-.061-5.546-.044-8.265-.221.036-1.579-1.843-2.665-3.226-1.977-.785.219-1.069 1.034-1.406 1.683-.859-.04-1.132-1.054-1.04-1.766.061-.502.128-1.228.73-1.36 1.477-.342 2.979-.579 4.451-.939m.933.743c3.699-.01 7.4.008 11.098-.032.273-.27.359-.691.541-1.028-.29-.52-.586-1.036-.888-1.549-2.575-.036-5.154-.088-7.726-.114-1.052.851-2.017 1.817-3.025 2.723z"/><path fill="#fff" d="M5.015 12.473c1.043-.203 2.131.663 2.13 1.731.083.983-.775 1.924-1.766 1.91-.986.08-1.906-.79-1.897-1.777-.052-.891.651-1.739 1.532-1.865M5 13.408c-.658.228-.858 1.185-.312 1.636.516.505 1.479.148 1.577-.561.172-.691-.607-1.386-1.265-1.074zM17.423 12.874c.923-.37 2.074.178 2.368 1.128.352.909-.193 2.021-1.113 2.327-.935.385-2.106-.207-2.378-1.177-.316-.901.225-1.971 1.123-2.279m.276.836c-.697.255-.786 1.348-.15 1.721.593.392 1.492-.087 1.459-.81.074-.666-.709-1.219-1.309-.912z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--wear-seat-belt--g1" xmlns="http://www.w3.org/2000/svg"><path d="M1.282 0h15.495c.635.163 1.184.669 1.262 1.341l-.06.162-.048-.154C17.794.641 17.142.081 16.408.127 11.471.128 6.533.123 1.595.13.805.1.1.805.133 1.596.131 8.532.13 15.468.134 22.404c-.025.749.618 1.442 1.371 1.451 5.079.024 10.159-.022 15.237.023l-.184.122H1.337A1.765 1.765 0 0 1 0 22.707V1.304A1.754 1.754 0 0 1 1.282 0z"/><path d="M1.339.462C6.359.395 11.386.451 16.409.434c.645-.052 1.248.508 1.212 1.161.005 6.936.006 13.874 0 20.81.027.61-.514 1.162-1.124 1.145-4.968.006-9.936.004-14.903.001-.619.029-1.18-.524-1.152-1.145-.004-6.937-.003-13.875 0-20.812C.42 1.064.814.555 1.339.462m-.008.653c-.223.1-.28.359-.27.58.002 6.87.002 13.74.001 20.61-.047.317.185.663.531.62 4.971.002 9.943.005 14.914-.002.331.027.534-.315.495-.613-.004-6.907.006-13.815-.005-20.722.03-.326-.281-.57-.591-.532-4.869-.007-9.739.002-14.608-.005-.156.007-.321-.002-.467.064z"/><path d="M7.731 3.03c.779-.829 2.274-.716 2.916.225.652.845.379 2.209-.559 2.727-.422.186-.255.725-.247 1.09.171.367.653.434.97.644.704-.803 1.413-1.6 2.12-2.399.204.184.405.37.608.555-.663.738-1.31 1.489-1.972 2.228.435.211.951.435 1.072.957.383 1.322.74 2.653 1.107 3.981.169.555-.129 1.093-.255 1.623a10.92 10.92 0 0 1 1.682.762c-.107.254-.208.51-.311.765a11.689 11.689 0 0 0-1.607-.732c-.593 2.034-1.28 4.039-1.88 6.071H9.349c.342-1.581.687-3.16 1.03-4.74H7.808c.343 1.58.688 3.159 1.03 4.739-.675.001-1.349 0-2.024.002-.594-1.971-1.233-3.928-1.813-5.903-.557.486-.992 1.091-1.497 1.628-.204-.178-.407-.356-.614-.529.6-.685 1.206-1.364 1.807-2.048-.124-.536-.427-1.079-.256-1.639.333-1.228.681-2.452 1.014-3.68.089-.307.182-.646.445-.854.761-.498 1.653-.785 2.394-1.31.108-.402.232-1.042-.247-1.247-1.001-.583-1.158-2.128-.316-2.916m.265.167c-.754.645-.656 1.992.21 2.494.641.281.566 1.196.299 1.712-.739.567-1.671.839-2.444 1.36-.174.152-.229.388-.295.599-.335 1.232-.683 2.46-1.019 3.691-.16.464.076.924.187 1.369 1.889-2.161 3.792-4.309 5.68-6.471-.408-.236-1.058-.376-1.087-.949-.004-.419-.128-1.009.339-1.233.811-.412 1.103-1.56.563-2.298-.514-.8-1.753-.941-2.433-.274M5.997 14.432a11.879 11.879 0 0 1 7.207.137c.116-.495.406-.996.237-1.512-.364-1.306-.712-2.615-1.088-3.917-.115-.464-.622-.598-.989-.803a1947.098 1947.098 0 0 0-5.367 6.095m-.723 1.124c.566 1.896 1.197 3.773 1.76 5.671.477 0 .955-.002 1.432.001-.342-1.579-.687-3.156-1.03-4.734h3.315c-.342 1.578-.688 3.155-1.03 4.733.477 0 .954-.001 1.431.001.588-1.965 1.232-3.914 1.836-5.874-2.488-.819-5.289-.844-7.714.202z"/><path fill="#fff" d="M.133 1.596C.1.805.805.1 1.595.13 6.533.123 11.471.128 16.408.127c.734-.046 1.386.514 1.523 1.222-.059 7.094-.033 14.19-.013 21.285-.077.627-.603 1.062-1.176 1.244-5.078-.045-10.158.001-15.237-.023-.753-.009-1.396-.702-1.371-1.451C.13 15.468.131 8.532.133 1.596M1.339.462C.814.555.42 1.064.442 1.594c-.003 6.937-.004 13.875 0 20.812-.028.621.533 1.174 1.152 1.145 4.967.003 9.935.005 14.903-.001.61.017 1.151-.535 1.124-1.145.006-6.936.005-13.874 0-20.81.036-.653-.567-1.213-1.212-1.161-5.023.017-10.05-.039-15.07.028z"/><path fill="#fff" d="M1.331 1.115c.146-.066.311-.057.467-.064 4.869.007 9.739-.002 14.608.005.31-.038.621.206.591.532.011 6.907.001 13.815.005 20.722.039.298-.164.64-.495.613-4.971.007-9.943.004-14.914.002-.346.043-.578-.303-.531-.62.001-6.87.001-13.74-.001-20.61-.01-.221.047-.48.27-.58m6.4 1.915c-.842.788-.685 2.333.316 2.916.479.205.355.845.247 1.247-.741.525-1.633.812-2.394 1.31-.263.208-.356.547-.445.854-.333 1.228-.681 2.452-1.014 3.68-.171.56.132 1.103.256 1.639-.601.684-1.207 1.363-1.807 2.048.207.173.41.351.614.529.505-.537.94-1.142 1.497-1.628.58 1.975 1.219 3.932 1.813 5.903.675-.002 1.349-.001 2.024-.002-.342-1.58-.687-3.159-1.03-4.739h2.571c-.343 1.58-.688 3.159-1.03 4.74h2.026c.6-2.032 1.287-4.037 1.88-6.071.553.205 1.091.446 1.607.732.103-.255.204-.511.311-.765-.539-.3-1.1-.557-1.682-.762.126-.53.424-1.068.255-1.623-.367-1.328-.724-2.659-1.107-3.981-.121-.522-.637-.746-1.072-.957.662-.739 1.309-1.49 1.972-2.228-.203-.185-.404-.371-.608-.555-.707.799-1.416 1.596-2.12 2.399-.317-.21-.799-.277-.97-.644-.008-.365-.175-.904.247-1.09.938-.518 1.211-1.882.559-2.727-.642-.941-2.137-1.054-2.916-.225z"/><path fill="#fff" d="M7.996 3.197c.68-.667 1.919-.526 2.433.274.54.738.248 1.886-.563 2.298-.467.224-.343.814-.339 1.233.029.573.679.713 1.087.949-1.888 2.162-3.791 4.31-5.68 6.471-.111-.445-.347-.905-.187-1.369.336-1.231.684-2.459 1.019-3.691.066-.211.121-.447.295-.599.773-.521 1.705-.793 2.444-1.36.267-.516.342-1.431-.299-1.712-.866-.502-.964-1.849-.21-2.494zM5.997 14.432c1.785-2.036 3.574-4.067 5.367-6.095.367.205.874.339.989.803.376 1.302.724 2.611 1.088 3.917.169.516-.121 1.017-.237 1.512a11.879 11.879 0 0 0-7.207-.137zM5.274 15.556c2.425-1.046 5.226-1.021 7.714-.202-.604 1.96-1.248 3.909-1.836 5.874-.477-.002-.954-.001-1.431-.001.342-1.578.688-3.155 1.03-4.733H7.436c.343 1.578.688 3.155 1.03 4.734-.477-.003-.955-.001-1.432-.001-.563-1.898-1.194-3.775-1.76-5.671z"/><path fill="#020202" opacity=".65" d="M18.039 1.341l.061-.158v21.435A1.812 1.812 0 0 1 16.843 24h-.285l.184-.122c.573-.182 1.099-.617 1.176-1.244.082-.44.088-.889.085-1.334-.023-6.599.023-13.199-.024-19.797l.06-.162z"/><path fill="#505050" d="M17.931 1.349l.048.154c.047 6.598.001 13.198.024 19.797.003.445-.003.894-.085 1.334-.02-7.095-.046-14.191.013-21.285z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--wear-seat-belt--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0e518d" d="M11.027 0h1.916c4.088.365 7.926 2.872 9.756 6.566.728 1.385 1.088 2.922 1.301 4.463v1.91c-.367 4.09-2.872 7.931-6.57 9.76-1.384.73-2.921 1.088-4.46 1.301h-1.909c-4.12-.367-7.984-2.91-9.8-6.646-.704-1.363-1.051-2.87-1.26-4.38v-1.919C.2 9.533.553 8.017 1.26 6.645 3.072 2.917 6.92.38 11.028-.001m-.456 3.252c-.768.874-.409 2.309.589 2.842l-.002.881c-1.06.53-2.468.886-2.902 2.128-.749 1.526-.989 3.246-.929 4.932 2.21-2.182 4.42-4.367 6.623-6.556-.377-.176-.773-.311-1.144-.499-.096-.264-.032-.562-.046-.839.956-.475 1.435-1.757.82-2.683-.598-1.075-2.272-1.193-3.01-.205m3.39 4.223c.326.166.65.338.971.518-2.45 2.453-4.982 4.84-7.368 7.348 1.064-.346 2.116-.774 3.238-.914 2.044-.335 4.091.305 5.926 1.165-.056.36-.115.719-.178 1.078.988.5 1.936 1.074 2.849 1.699.21-.277.416-.556.62-.836a22.704 22.704 0 0 0-3.29-1.943c.299-2.411.119-5.004-1.217-7.1-.16-.203-.378-.347-.577-.508.882-.874 1.766-1.744 2.647-2.618-.241-.252-.486-.5-.734-.745-.964.95-1.926 1.902-2.886 2.857m-9.977 9.87c.218.268.438.533.662.796a24.205 24.205 0 0 1 2.928-1.621 20.304 20.304 0 0 1-.256-2.472 797.398 797.398 0 0 0-3.335 3.298m3.595-.827c.332 1.742.937 3.456 1.93 4.936h1.645a13.48 13.48 0 0 1-1.505-4.573c1.574-.005 3.149-.004 4.723-.001-.232 1.613-.796 3.161-1.601 4.573.582.002 1.163 0 1.745.002 1.025-1.417 1.661-3.085 2.029-4.786-1.423-.682-2.947-1.272-4.546-1.286-1.541.007-3.025.521-4.421 1.135z"/><path fill="#f7fbf5" d="M10.572 3.251c.738-.988 2.412-.87 3.01.205.616.926.137 2.208-.82 2.683.013.277-.05.575.046.839.371.188.767.323 1.144.499a2730.246 2730.246 0 0 1-6.623 6.556c-.06-1.686.18-3.406.929-4.932.433-1.242 1.842-1.597 2.902-2.128l.002-.881c-.998-.533-1.357-1.968-.589-2.842zM13.961 7.475c.96-.955 1.922-1.907 2.886-2.857.248.245.493.493.734.745-.881.875-1.765 1.745-2.647 2.618.199.161.418.305.577.508 1.336 2.096 1.516 4.69 1.217 7.1a22.704 22.704 0 0 1 3.29 1.943c-.204.281-.41.559-.62.836a25.188 25.188 0 0 0-2.849-1.699c.062-.359.121-.718.178-1.078-1.835-.86-3.882-1.5-5.926-1.165-1.122.14-2.173.569-3.238.914 2.386-2.508 4.918-4.895 7.368-7.348-.32-.18-.644-.353-.971-.518zM3.985 17.346a797.398 797.398 0 0 1 3.335-3.298c.035.828.12 1.654.256 2.472a24.205 24.205 0 0 0-2.928 1.621 45.747 45.747 0 0 1-.662-.796z"/><path fill="#f7fbf5" d="M7.579 16.52c1.396-.614 2.88-1.128 4.421-1.135 1.598.014 3.122.605 4.546 1.286-.368 1.7-1.004 3.368-2.029 4.786-.582-.002-1.163 0-1.745-.002.805-1.412 1.369-2.96 1.601-4.573-1.574-.002-3.149-.004-4.723.001.215 1.603.74 3.15 1.505 4.573H9.51c-.992-1.48-1.597-3.193-1.93-4.936z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--wear-seat-belt--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#037863" d="M10.615 0h2.743c1.036.221 2.09.406 3.073.819 4.087 1.561 7.003 5.499 7.568 9.807v2.732c-.6 4.786-4.179 9.13-8.921 10.265-.201-.123-.459-.086-.593.114l-.048.011c-2.897.389-5.956.004-8.473-1.554C2.382 20.085.029 16.028.078 11.862a6.116 6.116 0 0 0-.079-1.411v-.063C.676 6.181 3.548 2.355 7.566.82 8.541.409 9.588.228 10.614.001M6.228 3.612C2.384 6.269.914 11.731 2.896 15.964c.356.728.716 1.495 1.288 2.077.33.501.76.923 1.21 1.314.124.149.28.266.43.386.541.414 1.108.794 1.717 1.099.143.062.286.124.428.188 2.577 1.246 5.683 1.185 8.291.058l.001-.083c.168-.054.337-.109.505-.168.588-.332 1.168-.683 1.692-1.112v-.103c.148-.091.295-.183.443-.276a8.835 8.835 0 0 0 1.167-1.255c.451-.668.926-1.33 1.217-2.087l.086-.001c1.421-3.172 1.119-7.074-.914-9.914-.455-.524-.899-1.058-1.357-1.578C15.766 1.16 10.005.79 6.23 3.612z"/><path fill="#fff" d="M6.228 3.612c3.775-2.822 9.537-2.452 12.87.897-1.142 1.538-2.25 3.099-3.379 4.647-.521-.283-1.037-.574-1.556-.859-.648.643-1.297 1.283-1.935 1.934-.687-.658-1.359-1.332-2.04-1.994-1.103.599-2.2 1.212-3.301 1.817-.862.45-1.497 1.361-1.486 2.35-.01 1.186.007 2.372-.003 3.559-.834.003-1.669 0-2.503.003-1.982-4.233-.512-9.695 3.332-12.352m5.122-1.218c-2.252.535-3.07 3.713-1.357 5.268 1.586 1.738 4.825.839 5.284-1.47.673-2.241-1.709-4.539-3.927-3.797z"/><path fill="#fff" d="M11.634 2.818c1.434-.361 3.01.695 3.222 2.157.288 1.446-.834 2.959-2.297 3.113-1.455.229-2.921-.96-3.01-2.426-.143-1.298.81-2.583 2.084-2.844zM20.455 6.087c2.033 2.84 2.335 6.742.914 9.914l-.086.001c-.792.008-1.583.007-2.375.003-.017-1.247.028-2.494-.019-3.739-.037-.903-.641-1.661-1.379-2.13a1160.08 1160.08 0 0 0 2.945-4.05zM7.006 10.462a294.564 294.564 0 0 1 3.087-1.655c.71.67 1.406 1.353 2.101 2.037.699-.657 1.382-1.328 2.073-1.992.403.211.801.433 1.197.657-1.247 1.748-2.534 3.468-3.785 5.211-.312.364-.212.847-.069 1.258l-.394.048c.011.68.007 1.36.006 2.04.829-.074 1.742.208 2.502-.214.785.414 1.698.177 2.543.234-.001.972.007 1.945-.006 2.917l-.001.083c-2.608 1.127-5.714 1.188-8.291-.058.018-.999.004-1.997.011-2.994.989.036 1.981-.079 2.968.026.008-.698.007-1.396.001-2.094-.981.154-1.967-.094-2.954-.001-.007-1.274 0-2.548-.006-3.822-.112.001-.335.001-.448.003-.004 2.898-.003 5.797 0 8.695a10.788 10.788 0 0 1-1.717-1.099c.014-2.446 0-4.892.006-7.338-.026-.808.469-1.571 1.177-1.942z"/><path fill="#fff" d="M0 10.451c.086.466.102.938.079 1.411-.05 4.167 2.303 8.223 5.886 10.332 2.517 1.559 5.577 1.943 8.473 1.554-.348.088-.698.161-1.044.251h-2.728c-4.622-.563-8.792-3.902-10.139-8.39-.243-.735-.346-1.506-.526-2.258V10.45zM13.193 15.948c1.418-1.763 2.677-3.651 4.04-5.458.692.388 1.228 1.095 1.218 1.914.017 2.406 0 4.811.007 7.217v.103c-.524.429-1.105.779-1.692 1.112-.001-2.894.004-5.789-.003-8.684l-.481.003c-.004 1.281.001 2.564-.003 3.846-.846.054-1.745-.163-2.542.207a37.94 37.94 0 0 0-.543-.259z"/><path fill="#fff" d="M4.183 18.041c.403.008.804.004 1.207.003-.001.437-.01.874.003 1.312-.45-.392-.88-.814-1.21-1.314zM18.899 18.087c.39.001.779 0 1.168.003a8.777 8.777 0 0 1-1.167 1.255c-.003-.419-.001-.839-.001-1.258z"/><path fill="#030303" d="M11.349 2.396c2.218-.742 4.6 1.556 3.927 3.797-.459 2.309-3.698 3.208-5.284 1.47-1.713-1.554-.895-4.732 1.357-5.268m.285.423c-1.274.261-2.228 1.546-2.084 2.844.088 1.466 1.554 2.655 3.01 2.426 1.462-.154 2.585-1.668 2.297-3.113-.212-1.462-1.788-2.519-3.222-2.157z"/><path fill="#030303" d="M19.098 4.509c.458.52.902 1.054 1.357 1.578a1160.08 1160.08 0 0 1-2.945 4.05c.738.469 1.342 1.226 1.379 2.13.047 1.246.003 2.492.019 3.739.792.004 1.583.006 2.375-.003-.291.757-.766 1.419-1.217 2.087-.389-.003-.778-.001-1.168-.003 0 .419-.001.839.001 1.258-.148.092-.295.185-.443.276-.007-2.406.01-4.811-.007-7.217.01-.819-.526-1.527-1.218-1.914-1.363 1.807-2.622 3.695-4.04 5.458.181.084.363.171.543.259.797-.37 1.697-.153 2.542-.207.004-1.281-.001-2.564.003-3.846.12 0 .361-.001.481-.003.007 2.895.001 5.79.003 8.684-.168.059-.337.114-.505.168.012-.972.004-1.945.006-2.917-.846-.058-1.759.179-2.543-.234-.76.422-1.673.139-2.502.214.001-.68.006-1.36-.006-2.04l.394-.048c-.143-.411-.243-.894.069-1.258 1.251-1.743 2.538-3.463 3.785-5.211a44.753 44.753 0 0 0-1.197-.657c-.691.663-1.374 1.335-2.073 1.992-.695-.684-1.39-1.367-2.101-2.037a337.4 337.4 0 0 0-3.087 1.655c-.708.371-1.203 1.134-1.177 1.942-.006 2.446.008 4.892-.006 7.338-.15-.12-.306-.237-.43-.386-.012-.437-.004-.874-.003-1.312-.403.001-.804.006-1.207-.003-.572-.582-.932-1.349-1.288-2.077.834-.003 1.669 0 2.503-.003.01-1.186-.007-2.372.003-3.559-.011-.989.623-1.901 1.486-2.35 1.101-.604 2.197-1.218 3.301-1.817.681.662 1.353 1.337 2.04 1.994.639-.651 1.287-1.291 1.935-1.934.519.286 1.034.577 1.556.859 1.13-1.548 2.237-3.109 3.379-4.647z"/><path fill="#030303" d="M7.541 12.146c.113-.001.337-.001.448-.003.006 1.274-.001 2.548.006 3.822.988-.092 1.974.156 2.954.001.006.698.007 1.396-.001 2.094-.988-.105-1.979.01-2.968-.026-.007.997.007 1.996-.011 2.994-.142-.063-.284-.126-.428-.188-.003-2.898-.004-5.797 0-8.695z"/><path fill="#aabfbb" opacity=".84" d="M14.486 23.738c.134-.2.392-.237.593-.114a.7.7 0 0 1-.593.114z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#8a3434" opacity=".54" d="M10.766 0h.21c-.057.068-.161.097-.231.029L10.766 0zM0 10.77l.028-.022c.069.068.041.173-.028.23v-.209zM0 13.025c.068.057.097.161.029.23L0 13.234v-.209z"/><path fill="red" d="M10.975 0h2.104c1.705.188 3.388.678 4.875 1.545 2.724 1.544 4.802 4.19 5.634 7.211.208.705.308 1.432.412 2.158v2.164c-.188 1.694-.671 3.366-1.528 4.845-1.547 2.751-4.217 4.847-7.265 5.676-.693.202-1.409.299-2.121.402h-2.107c-.057-.068-.161-.097-.23-.028a12.048 12.048 0 0 1-6.267-2.581C1.993 19.414.349 16.42.028 13.256c.068-.069.039-.173-.029-.23V10.98c.068-.057.097-.162.028-.23.123-1.09.377-2.168.786-3.187a12.117 12.117 0 0 1 5.563-6.202A12.129 12.129 0 0 1 10.745.029c.069.068.173.039.231-.029m.104 2.413c-2.845.253-5.522 1.863-7.095 4.245-1.811 2.665-2.122 6.258-.812 9.2 1.098 2.54 3.346 4.547 5.995 5.349a9.694 9.694 0 0 0 6.189-.178 9.677 9.677 0 0 0 5.58-5.437 9.686 9.686 0 0 0 .384-6.021c-.672-2.635-2.527-4.931-4.952-6.157a9.65 9.65 0 0 0-5.288-1.002z"/><path fill="#fff" d="M11.08 2.413a9.648 9.648 0 0 1 5.288 1.002c2.426 1.225 4.28 3.522 4.952 6.157a9.685 9.685 0 0 1-.384 6.021 9.675 9.675 0 0 1-5.58 5.437 9.701 9.701 0 0 1-6.189.178c-2.649-.802-4.897-2.809-5.995-5.349-1.31-2.942-.999-6.535.812-9.2 1.572-2.382 4.249-3.992 7.095-4.245M6.045 8.028a728.832 728.832 0 0 0-.325 4.659c.625.008 1.251-.013 1.875.014.382.032.808.125 1.057.443.453.623.304 1.73-.488 2.004-.858.278-1.818-.1-2.407-.748-.17.42-.336.841-.508 1.26.642.683 1.599 1.038 2.53.986.589-.01 1.18-.239 1.588-.67.596-.608.781-1.51.725-2.335-.036-.752-.357-1.54-1.014-1.953-.64-.403-1.424-.386-2.152-.38.039-.64.085-1.279.129-1.919.895-.002 1.79.002 2.685-.002 0-.453.001-.906-.001-1.358-1.231-.002-2.462 0-3.694-.001m5.181.001c-.079 1.555-.24 3.105-.297 4.661.607.002 1.214-.012 1.821.009.376.028.79.108 1.053.402.503.61.357 1.753-.44 2.044-.859.285-1.829-.09-2.416-.745-.164.427-.358.842-.499 1.277.854.879 2.242 1.226 3.395.79.964-.385 1.458-1.461 1.445-2.453.038-.824-.215-1.73-.902-2.242-.648-.482-1.495-.473-2.265-.463.028-.641.097-1.279.119-1.92.897-.003 1.795.002 2.692-.002-.002-.453.008-.907-.006-1.359h-3.699m5.69 4.041l-.001.796-.432.001v.715l.431.001v1.698c.002.299.047.614.223.864.283.416.965.457 1.305.093-.029-.221-.122-.428-.172-.645-.132.109-.308.2-.48.133-.171-.069-.216-.275-.217-.441-.003-.567 0-1.134 0-1.702l.701-.001c.002-.238.001-.477 0-.715l-.702-.001-.001-.796a71.942 71.942 0 0 0-.657 0z"/><path d="M6.045 8.028c1.231 0 2.463-.001 3.694.001.002.453.001.906.001 1.358-.895.004-1.79 0-2.685.002-.044.64-.09 1.279-.129 1.919.728-.006 1.512-.022 2.152.38.657.413.978 1.201 1.014 1.953.057.825-.129 1.727-.725 2.335-.408.431-.999.66-1.588.67-.931.052-1.888-.303-2.53-.986.172-.419.338-.84.508-1.26.589.648 1.549 1.026 2.407.748.791-.275.941-1.381.488-2.004-.249-.319-.674-.411-1.057-.443-.624-.026-1.25-.006-1.875-.014.104-1.553.211-3.107.325-4.659zM11.226 8.029h3.699c.013.453.004.906.006 1.359-.898.004-1.795-.001-2.692.002-.022.641-.091 1.279-.119 1.92.77-.011 1.617-.019 2.265.463.687.511.94 1.418.902 2.242.013.992-.481 2.068-1.445 2.453-1.153.436-2.541.089-3.395-.79.141-.435.335-.851.499-1.277.588.655 1.557 1.03 2.416.745.797-.291.943-1.434.44-2.044-.263-.294-.677-.375-1.053-.402-.607-.021-1.214-.007-1.821-.009.057-1.556.217-3.106.297-4.661zM16.917 12.069h.657l.001.796.702.001v.715c-.234.002-.467.001-.701.001 0 .567-.002 1.134 0 1.702.001.165.045.371.217.441.172.067.349-.023.48-.133.051.217.144.424.172.645-.34.364-1.022.323-1.305-.093-.176-.25-.221-.565-.223-.864v-1.698l-.431-.001a85.205 85.205 0 0 1 0-.715l.432-.001.001-.796z"/><path fill="#873333" opacity=".53" d="M10.749 23.972c.069-.069.173-.04.23.028h-.209l-.022-.028z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#dc1803" d="M11.201 0h1.968c.805.302 1.668.388 2.483.655 4.162 1.318 7.433 5.101 8.095 9.419.044 1.352.068 2.712-.026 4.062-.767 4.222-3.984 7.885-8.078 9.182-1.7.648-3.551.454-5.329.426-5.015-.602-9.3-4.849-10.049-9.828-.042-1.507-.139-3.038.112-4.532.698-3.227 2.888-6.056 5.71-7.73C7.657.734 9.449.377 11.203 0m-.229 3.073c-2.86.313-5.509 2.101-6.856 4.645-1.932 3.422-1.202 8.058 1.676 10.728 2.845 2.834 7.649 3.322 11.002 1.11 3.484-2.125 5.101-6.781 3.643-10.601-1.303-3.838-5.444-6.42-9.466-5.882z"/><path fill="#fff" d="M10.974 3.073c4.021-.538 8.162 2.045 9.466 5.882 1.458 3.82-.16 8.476-3.643 10.601-3.353 2.212-8.156 1.724-11.002-1.11-2.879-2.67-3.608-7.306-1.676-10.728 1.346-2.544 3.996-4.332 6.856-4.645M6.924 6.126c-.132 1.312-.206 2.628-.313 3.941-.308.127-.647.334-.605.721-.034 1.782-.004 3.565-.013 5.348l.599.002c.053.648-.139 1.367.14 1.968.408.19 1.008.198 1.414-.002.271-.599.064-1.319.124-1.964 2.477.004 4.954-.012 7.429.006.182.628-.13 1.361.167 1.949.395.217.997.197 1.405.016.286-.596.079-1.324.138-1.972l.599-.002c-.014-1.82.029-3.643-.019-5.462.014-.348-.337-.476-.593-.605-.097-1.278-.187-2.557-.295-3.835.004-.47-.45-.804-.898-.752H7.797c-.4-.036-.835.217-.872.644z"/><path fill="#fff" d="M7.462 10.405c.388-1.068 1.939-1.361 2.682-.511.54.564.457 1.49-.094 2.016.696.542.779 1.632.156 2.261-.814.87-2.414.566-2.864-.54.277-.113.559-.216.841-.319.275.581 1.195.73 1.478.083.301-.612-.335-1.139-.917-1.105l.002-.728c.487-.001 1.094-.415.809-.958-.259-.554-1.014-.397-1.264.084a31.17 31.17 0 0 1-.83-.282zM15.701 11.544l.521-.452v.972h.602c0 .164 0 .33-.002.496l-.601-.004c.002.503-.011 1.008.031 1.511l.442-.008c.042.167.086.331.133.497-.395.038-.922.024-1.072-.426-.114-.514-.036-1.046-.053-1.567l-.326-.007.002-.484.326-.018c-.002-.169-.005-.34-.004-.509z"/><path fill="#030303" d="M6.924 6.126c.037-.427.473-.68.872-.644h8.406c.448-.052.901.282.898.752.108 1.278.198 2.557.295 3.835.256.128.607.257.593.605.048 1.819.005 3.642.019 5.462l-.599.002c-.059.648.148 1.375-.138 1.972-.408.181-1.01.202-1.405-.016-.296-.588.016-1.321-.167-1.949-2.476-.018-4.952-.002-7.429-.006-.06.646.148 1.366-.124 1.964-.406.2-1.006.192-1.414.002-.28-.601-.088-1.32-.14-1.968l-.599-.002c.01-1.783-.02-3.566.013-5.348-.042-.388.296-.594.605-.721.107-1.313.181-2.629.313-3.941m.539 4.28c.276.097.552.193.83.282.25-.481 1.004-.638 1.264-.084.286.542-.322.956-.809.958l-.002.728c.582-.034 1.218.493.917 1.105-.283.647-1.204.498-1.478-.083-.282.103-.564.206-.841.319.45 1.106 2.051 1.41 2.864.54.623-.629.54-1.718-.156-2.261.551-.526.634-1.452.094-2.016-.743-.85-2.294-.557-2.682.511m4.579.144l-.001 1.94.556.142c.316-.107.744-.262.992.058.274.371.228 1.094-.277 1.249-.35.114-.667-.136-.95-.306-.161.155-.323.311-.481.467.479.428 1.177.691 1.8.425 1.001-.401 1.066-2.029.128-2.534-.323-.2-.713-.172-1.073-.131.006-.209.01-.416.013-.625.536.002 1.073.001 1.609.004v-.688h-2.316m3.659.995c-.001.169.001.34.004.509l-.326.018-.002.484.326.007c.017.521-.061 1.054.053 1.567.15.45.677.464 1.072.426a17.34 17.34 0 0 1-.133-.497l-.442.008c-.042-.503-.029-1.008-.031-1.511.2.001.401.001.601.004.002-.166.002-.331.002-.496h-.602v-.972l-.521.452m-4.438 3.081c-.134.166-.27.33-.396.502.72.149 1.159-1.026.412-1.246-.616-.088-.652.823-.016.744z"/><path fill="#fefefe" d="M12.042 10.548h2.316v.688c-.536-.002-1.073-.001-1.609-.004-.004.209-.007.416-.013.625.36-.041.75-.07 1.073.131.937.505.872 2.134-.128 2.534-.623.266-1.321.004-1.8-.425.158-.156.32-.312.481-.467.283.17.6.42.95.306.505-.155.551-.878.277-1.249-.248-.319-.677-.164-.992-.058l-.556-.142.001-1.94zM11.264 14.624c-.636.079-.6-.832.016-.744.748.22.308 1.394-.412 1.246.126-.172.262-.336.396-.502z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#de0329" d="M10.166 0h3.667c5.119.787 9.379 5.047 10.166 10.166v3.67c-.79 5.117-5.05 9.377-10.166 10.164h-3.667C5.047 23.21.787 18.95 0 13.831v-3.665C.79 5.047 5.05.789 10.166 0m-.004 2.491c-4.414.821-7.978 4.992-7.956 9.506-.077 4.385 3.242 8.496 7.474 9.518 2.34.396 4.922.314 6.974-1.013 3.298-1.838 5.426-5.688 4.956-9.475-.499-5.39-6.098-9.689-11.448-8.537z"/><path fill="#fff" d="M10.162 2.491c5.35-1.152 10.949 3.146 11.448 8.537.47 3.787-1.658 7.637-4.956 9.475-2.052 1.327-4.634 1.409-6.974 1.013-4.231-1.022-7.55-5.134-7.474-9.518-.022-4.514 3.542-8.686 7.956-9.506m2.635 1.684c-1.836.607-1.956 3.024-1.37 4.562.641 1.865 3.66 1.966 4.438.163.374-1.116.341-2.352.067-3.487-.518-1.142-1.98-1.644-3.134-1.238m-3.985.096a7.28 7.28 0 0 1-1.162.715l-.014.862c.302 0 .607.002.91.005 0 1.378.002 2.758-.002 4.135.413 0 .823 0 1.234-.002a288.87 288.87 0 0 1-.029-5.738c-.312.007-.624.014-.936.024m-1.679 8.625c.137.458.228.926.314 1.394.25.012.502.002.749-.038-.226-.295-.449-.59-.655-.898l.595-.343a18.238 18.238 0 0 1-.674-.866c-.108.252-.216.502-.329.751m1.611-.099c-.842.454-.168 1.92.734 1.474.979-.389.233-2.17-.734-1.474m1.516-.12c0 .526 0 1.051-.005 1.577l.254-.002c.067-.47.096-.986.499-1.31.094.514.163 1.03.259 1.541.811-.845.218-2.213-1.008-1.805m1.708.064c.022.602.043 1.212.235 1.79.199-.533.343-1.087.6-1.596.158.526.283 1.061.434 1.589.178-.607.144-1.238.053-1.855-.442.022-.881.046-1.322.072m1.848.377c-.463.991.917 1.642 1.505.77-.346-.01-.691-.014-1.034-.012l.053-.636c.324.144.653.286.984.418-.007-.804-1.118-1.45-1.507-.54m1.787-.432c-.058.526-.115 1.054-.187 1.579.506.13 1.018.089 1.462-.204a56.513 56.513 0 0 1-.29-1.406c-.329.01-.655.019-.984.031m-1.938 2.899l-.11.72a22.303 22.303 0 0 0-1.286-.283c-.05.948-.05 1.901-.012 2.849.221-.19.439-.382.655-.578.334.281.665.566.989.859.331-.005.665-.007.998-.007.096-.173.192-.348.29-.521.197.254.398.506.6.758.022-.972.062-1.944.065-2.918-.17-.065-.338-.127-.506-.192l.73-.439c-.658-.022-1.325-.041-1.958.17l-.454-.418m-5.658 2.268c.816-.228 1.176-1.02 1.522-1.711l.624.014a4.786 4.786 0 0 0 1.111 1.61l.504-.242c-.571-.456-1.07-1.003-1.354-1.687-.305-.012-.61-.026-.914-.041a8.08 8.08 0 0 0-1.493 2.057m1.608-.876a55.389 55.389 0 0 1-.617 1.598l-.883.406c1.118.13 2.249-.206 3.355.098a12.318 12.318 0 0 0-1.063-1.493c.031.338.07.674.11 1.01a386.7 386.7 0 0 1-1.15.086c.226-.506.456-1.01.682-1.514a92.78 92.78 0 0 1-.434-.192z"/><path fill="#fff" d="M13.31 5.155c1.553-.398 1.853 1.656 1.574 2.738-.06.998-1.486 1.57-2.064.653-.622-.991-.648-2.772.49-3.391zM8.974 13.234c.35-.286.737.331.391.571-.35.286-.739-.331-.391-.571zM14.083 16.594c.278-.194.557-.386.84-.576-.449.612-.854 1.265-.991 2.023.065-.48.118-.962.151-1.447zM14.062 18.547c.991-.66.415.924 0 0z"/><path d="M12.797 4.176c1.154-.406 2.616.096 3.134 1.238.274 1.135.307 2.371-.067 3.487-.778 1.802-3.797 1.702-4.438-.163-.586-1.538-.466-3.955 1.37-4.562m.514.979c-1.138.619-1.111 2.4-.49 3.391.578.917 2.004.346 2.064-.653.278-1.082-.022-3.137-1.574-2.738zM8.813 4.272c.312-.01.624-.017.936-.024-.012 1.913.002 3.826.029 5.738-.41.002-.821.002-1.234.002.005-1.378.002-2.758.002-4.135-.302-.002-.607-.005-.91-.005l.014-.862a7.324 7.324 0 0 0 1.162-.715zM7.135 12.898c.113-.25.221-.499.329-.751.216.295.442.586.674.866l-.595.343c.206.307.43.602.655.898-.247.041-.499.05-.749.038a13.361 13.361 0 0 0-.314-1.394zM8.746 12.799c.967-.696 1.714 1.085.734 1.474-.902.446-1.577-1.02-.734-1.474m.228.435c-.348.24.041.857.391.571.346-.24-.041-.857-.391-.571zM10.262 12.679c1.226-.408 1.819.96 1.008 1.805-.096-.511-.166-1.027-.259-1.541-.403.324-.432.84-.499 1.31l-.254.002c.005-.526.005-1.051.005-1.577zM11.969 12.744c.442-.026.881-.05 1.322-.072.091.617.125 1.248-.053 1.855-.151-.528-.276-1.063-.434-1.589-.257.509-.401 1.063-.6 1.596-.192-.578-.214-1.188-.235-1.79zM13.817 13.121c.389-.91 1.5-.264 1.507.54-.331-.132-.66-.274-.984-.418l-.053.636c.343-.002.689.002 1.034.012-.588.871-1.968.221-1.505-.77zM8.011 17.856a8.097 8.097 0 0 1 1.493-2.057c.305.014.61.029.914.041.283.684.782 1.231 1.354 1.687l-.504.242a4.796 4.796 0 0 1-1.111-1.61l-.624-.014c-.346.691-.706 1.483-1.522 1.711z"/><path d="M9.619 16.98l.434.192c-.226.504-.456 1.008-.682 1.514l1.15-.086a33.874 33.874 0 0 1-.11-1.01c.394.468.744.972 1.063 1.493-1.106-.305-2.237.031-3.355-.098l.883-.406c.214-.53.42-1.063.617-1.598z"/><path fill="#737373" d="M15.605 12.689c.329-.012.655-.022.984-.031.091.47.187.938.29 1.406-.444.293-.955.334-1.462.204.072-.526.13-1.054.187-1.579z"/><path fill="#313131" d="M13.668 15.588l.454.418c.634-.211 1.301-.192 1.958-.17l-.73.439c.168.065.336.127.506.192-.002.974-.043 1.946-.065 2.918a60.353 60.353 0 0 1-.6-.758c-.098.173-.194.348-.29.521-.334 0-.667.002-.998.007a36.63 36.63 0 0 0-.989-.859c-.216.197-.434.389-.655.578a30.763 30.763 0 0 1 .012-2.849c.432.082.862.178 1.286.283l.11-.72m.416 1.006a22.51 22.51 0 0 1-.151 1.447c.137-.758.542-1.411.991-2.023-.283.19-.562.382-.84.576m-.021 1.953c.415.924.991-.66 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c8031a" d="M10.757 0h2.445c4.345.467 8.329 3.396 9.937 7.478.442 1.05.662 2.17.86 3.287v2.439c-.47 4.342-3.391 8.326-7.47 9.936-1.051.441-2.172.664-3.289.86h-2.458c-4.036-.455-7.785-2.992-9.561-6.664-.655-1.278-.992-2.685-1.222-4.094v-2.456c.187-1.127.414-2.259.86-3.316C2.461 3.399 6.431.491 10.756 0m.32 2.783c-1.302.15-2.621.451-3.726 1.188-1.997.912-3.317 2.816-4.214 4.752-.806 1.92-.798 4.12-.186 6.093 1.308 4.429 6.285 7.517 10.826 6.355 4.747-.86 8.343-5.953 7.291-10.717-.714-4.591-5.349-8.239-9.992-7.672z"/><path fill="#fff" d="M11.076 2.783c4.643-.567 9.278 3.081 9.992 7.672 1.052 4.764-2.544 9.857-7.291 10.717-4.541 1.161-9.518-1.926-10.826-6.355-.612-1.973-.62-4.173.186-6.093.896-1.936 2.217-3.84 4.214-4.752 1.105-.737 2.423-1.038 3.726-1.188m-1.08 4.171l-.013.697c-1.146-.019-2.299-.07-3.377.383l.134.322c-.231.549-.433 1.11-.649 1.666-.877.515-.274 1.864-.987 2.561l.182.301c.367-.004.734-.006 1.1-.016-.069.728.512 1.253 1.169 1.415.758-.135 1.284-.62 1.325-1.415 1.915.009 3.831.019 5.747-.005-.066.759.533 1.27 1.222 1.406.689-.148 1.414-.564 1.265-1.388l.422-.006.008-.339c.428-.167.852-.341 1.275-.524l.027-.611c-2.868.003-5.737 0-8.606 0l-.001-.244c2.867-.004 5.734.005 8.6-.004-.006-1.398-.009-2.796.001-4.193-2.947.01-5.895.018-8.842-.005m-1.838 8.579c0 .237-.001.475-.003.712.196-.166.389-.332.586-.496-.009 1.123.006 2.247-.014 3.37h.595c-.03-1.317-.006-2.632-.012-3.949-.431-.06-.813.114-1.153.362m2.397.689l.501-.01c.141-.252.375-.419.614-.57.274.147.627.323.554.699-.287 1.059-1.683 1.606-1.657 2.784.749-.006 1.498-.005 2.248-.001l-.016-.572c-.509.006-1.017.006-1.526.008.528-.621.991-1.297 1.55-1.894.009-.662-.323-1.62-1.149-1.498-.654-.145-1.123.45-1.12 1.055m4.328-.808l.018.906-.379.042.006.333.368.008c-.003.69-.003 1.379-.009 2.069l.331.345.615.005-.004-.533a18.632 18.632 0 0 1-.471-.091c-.004-.602-.001-1.204-.005-1.806l.455.014.04-.353-.498-.019c.004-.304.009-.606.017-.909a78.459 78.459 0 0 0-.485-.01z"/><path fill="#fff" d="M7.127 8.22c.73.021 1.461.008 2.191.009-.013.62-.008 1.239-.005 1.859-.925.01-1.851-.008-2.778.012.191-.629.385-1.256.592-1.88z"/><path fill="#030303" d="M9.997 6.955c2.947.023 5.895.016 8.842.005-.01 1.397-.008 2.794-.001 4.193-2.866.009-5.733 0-8.6.004l.001.244c2.87 0 5.738.003 8.606 0l-.027.611c-.423.183-.847.357-1.275.524-.003.084-.006.254-.008.339l-.422.006c.149.824-.576 1.24-1.265 1.388-.689-.136-1.288-.647-1.222-1.406-1.916.025-3.832.014-5.747.005-.04.795-.567 1.28-1.325 1.415-.656-.162-1.238-.688-1.169-1.415-.366.009-.733.012-1.1.016a48.195 48.195 0 0 0-.182-.301c.714-.697.11-2.046.987-2.561.215-.555.418-1.117.649-1.666l-.134-.322c1.078-.453 2.231-.402 3.377-.383l.013-.697M7.127 8.22a81.914 81.914 0 0 0-.592 1.88c.926-.019 1.853-.001 2.778-.012-.003-.62-.008-1.239.005-1.859-.73-.001-1.461.012-2.191-.009zM8.161 15.535c.34-.248.723-.422 1.153-.362.005 1.317-.018 2.632.012 3.949h-.595c.021-1.123.005-2.247.014-3.37-.197.163-.39.33-.586.496l.003-.712z"/><path fill="#040404" d="M10.557 16.223c-.004-.605.466-1.2 1.12-1.055.826-.122 1.158.837 1.149 1.498-.559.597-1.022 1.273-1.55 1.894.509-.001 1.017-.001 1.526-.008l.016.572c-.75-.004-1.5-.005-2.248.001-.026-1.178 1.37-1.725 1.657-2.784.073-.376-.28-.553-.554-.699-.239.15-.472.318-.614.57a42.28 42.28 0 0 1-.501.01zM14.884 15.416l.485.01c-.008.304-.013.606-.017.909l.498.019-.04.353c-.114-.004-.341-.012-.455-.014.004.602.001 1.204.005 1.806.157.032.313.062.471.091l.004.533-.615-.005-.331-.345c.006-.69.006-1.379.009-2.069l-.368-.008-.006-.333.379-.042-.018-.906z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M10.924 0h2.117c4.21.416 8.124 3.108 9.857 6.99.622 1.294.911 2.71 1.103 4.123v1.73c-.258 2.503-1.187 4.961-2.842 6.877-2.045 2.471-5.114 3.973-8.288 4.279h-1.72c-4.062-.337-7.901-2.78-9.773-6.425C.615 16.176.228 14.615 0 13.049v-2.09c.2-1.366.494-2.731 1.094-3.983 1.733-3.87 5.633-6.55 9.829-6.977m-.075 3.177c-4.098.45-7.528 4.103-7.727 8.219-.334 3.906 2.274 7.784 5.984 9.008 2.783.986 6.036.439 8.345-1.399 3.061-2.306 4.28-6.692 2.827-10.244-1.392-3.722-5.488-6.173-9.43-5.584z"/><path fill="#fff" d="M10.848 3.176c3.942-.589 8.038 1.861 9.43 5.584 1.453 3.552.234 7.938-2.827 10.244-2.309 1.838-5.562 2.386-8.345 1.399-3.71-1.224-6.318-5.102-5.984-9.008.199-4.116 3.629-7.769 7.727-8.219m4.678 2.846v.787l-.44.014c-.002.163-.004.326-.004.49l.445.014c.026.607-.059 1.226.047 1.828.222.469.848.348 1.259.252l-.048-.494c-.203-.006-.406-.011-.608-.019-.048-.522-.023-1.048-.026-1.571l.684-.005-.001-.499a77.755 77.755 0 0 1-.683-.005c0-.331 0-.662-.004-.992-.208.066-.414.133-.62.2m-8.035.747c.19.116.38.23.571.344.16-.214.296-.491.578-.558.388-.124.83.371.566.72-.426.625-1.099 1.02-1.645 1.531-.001.216-.004.432-.004.648.818.001 1.638.004 2.456-.001l-.001-.643c-.499-.004-.998-.001-1.498-.004.505-.502 1.274-.864 1.421-1.624.134-.678-.504-1.32-1.178-1.242-.562-.029-.994.383-1.267.828m4.184-.739c-1.368.695-1.144 3.692.688 3.476 1.226-.1 1.418-1.646 1.109-2.587-.17-.78-1.079-1.186-1.796-.889m-4.572 5.456a215.237 215.237 0 0 0 0 3.769c1.919.018 3.84.013 5.759.001.012-1.259.016-2.518-.001-3.776a184.2 184.2 0 0 0-5.758.006m6.341-.007a136.014 136.014 0 0 0-.001 3.779c2.033.01 4.066.016 6.098-.002a205.88 205.88 0 0 0 0-3.769c-2.032-.04-4.066-.025-6.097-.007m-8.49 1.155a6.004 6.004 0 0 0-.392 2.605c.038.392-.19 1.102.418 1.096.052-.948 1.048-1.196 1.83-1.08.007-.889.017-1.781-.005-2.67-.613.007-1.258-.095-1.85.049m.856 2.912c-.539.152-.761.91-.344 1.304.388.446 1.199.246 1.337-.328.186-.565-.426-1.186-.992-.977m1.289-.011c-.004.253-.004.505-.002.758a96.79 96.79 0 0 0 1.704.001c.002-.252.004-.505.002-.757a40.333 40.333 0 0 0-1.704-.002m2.436.024c-.553.166-.71.958-.271 1.328.424.431 1.252.16 1.318-.448.137-.575-.505-1.109-1.046-.881m1.908-.028c-.966.169-.662 1.78.311 1.558.994-.152.683-1.823-.311-1.558m3.006.017c-.532.157-.745.904-.342 1.3.382.454 1.196.25 1.342-.317.193-.572-.432-1.188-1-.983m3.594-.005c-.56.139-.761.918-.346 1.315.389.445 1.199.229 1.332-.34.196-.57-.424-1.165-.986-.976z"/><path fill="#fff" d="M12.031 6.619c1.322-.168 1.234 2.65-.085 2.327-.682-.499-.692-1.906.085-2.327zM5.198 12.924c.358-.016.714-.017 1.072-.008.006.386.006.774-.001 1.16-.458.007-.916.007-1.374-.002.094-.385.2-.767.304-1.15z"/><path d="M15.527 6.022l.62-.2c.004.33.004.661.004.992l.683.005.001.499c-.228.001-.456.002-.684.005.004.523-.022 1.049.026 1.571.203.008.406.013.608.019l.048.494c-.41.096-1.037.217-1.259-.252-.106-.601-.02-1.22-.047-1.828a68.254 68.254 0 0 0-.445-.014c0-.163.001-.326.004-.49l.44-.014v-.787zM7.493 6.769c.274-.445.706-.857 1.267-.828.674-.078 1.313.564 1.178 1.242-.146.76-.916 1.122-1.421 1.624.499.002.998 0 1.498.004l.001.643c-.818.005-1.638.002-2.456.001 0-.216.002-.432.004-.648.546-.511 1.219-.906 1.645-1.531.264-.349-.179-.844-.566-.72-.282.067-.419.344-.578.558-.191-.114-.382-.228-.571-.344zM11.676 6.029c.718-.296 1.626.109 1.796.889.31.941.118 2.488-1.109 2.587-1.831.216-2.056-2.782-.688-3.476m.356.59c-.778.421-.767 1.828-.085 2.327 1.319.323 1.408-2.495.085-2.327zM7.105 11.485a184.2 184.2 0 0 1 5.758-.006c.017 1.259.013 2.518.001 3.776-1.919.012-3.84.017-5.759-.001a215.237 215.237 0 0 1 0-3.769zM13.446 11.478c2.032-.018 4.066-.032 6.097.007a205.88 205.88 0 0 1 0 3.769c-2.033.018-4.066.012-6.098.002-.016-1.26-.018-2.52.001-3.779zM4.956 12.634c.593-.144 1.237-.042 1.85-.049.022.889.012 1.781.005 2.67-.782-.116-1.778.132-1.83 1.08-.607.006-.379-.703-.418-1.096a6.034 6.034 0 0 1 .392-2.605m.243.29c-.103.383-.21.764-.304 1.15.458.01.916.01 1.374.002.007-.386.007-.774.001-1.16a16.66 16.66 0 0 0-1.072.008z"/><path d="M5.813 15.546c.566-.209 1.178.412.992.977-.138.574-.949.774-1.337.328-.416-.395-.194-1.152.344-1.304zM7.103 15.534c.568-.01 1.136-.012 1.704.002.001.252 0 .505-.002.757a96.79 96.79 0 0 1-1.704-.001c-.001-.253-.001-.505.002-.758zM9.539 15.558c.541-.228 1.183.306 1.046.881-.066.607-.894.878-1.318.448-.439-.371-.282-1.163.271-1.328zM11.448 15.529c.994-.265 1.304 1.405.311 1.558-.973.222-1.277-1.388-.311-1.558zM14.454 15.546c.568-.205 1.193.41 1 .983-.145.566-.96.77-1.342.317-.403-.396-.19-1.142.342-1.3zM18.048 15.541c.563-.19 1.182.406.986.976-.133.569-.943.785-1.332.34-.415-.397-.215-1.176.346-1.315z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M11.004 0h1.958c1.452.205 2.906.52 4.229 1.174 3.808 1.784 6.416 5.675 6.809 9.84v1.934c-.193 1.394-.492 2.788-1.1 4.064-1.74 3.894-5.682 6.58-9.904 6.988h-1.96c-1.328-.19-2.659-.462-3.884-1.026C3.173 21.266.401 17.28 0 12.99v-1.948c.373-4.177 2.993-8.082 6.809-9.87C8.122.522 9.564.213 11.004 0m-.269 2.484c-3.583.426-6.767 3.078-7.856 6.515-.9 2.704-.514 5.804 1.048 8.191 1.847 2.921 5.357 4.686 8.806 4.38 3.59-.232 6.902-2.69 8.195-6.043 1.066-2.66.85-5.792-.582-8.276-1.849-3.344-5.825-5.32-9.61-4.766z"/><path fill="#fff" d="M10.735 2.484c3.785-.553 7.76 1.422 9.61 4.766 1.432 2.484 1.648 5.616.582 8.276-1.292 3.353-4.604 5.812-8.195 6.043-3.449.306-6.959-1.459-8.806-4.38-1.561-2.387-1.948-5.488-1.048-8.191 1.09-3.437 4.273-6.089 7.856-6.515M5.106 7.04c-.006 1.931-.018 3.863.006 5.795.54.008 1.08.01 1.619-.006.011-.482.005-.965.013-1.447.347-.21.179-.655.221-.985 1.402.064 2.804.112 4.206.184.38-.034.262.446.371.674a1.8 1.8 0 0 0 .916 0c.109-.227-.007-.71.372-.674 1.403-.071 2.806-.121 4.21-.184.001.263.004.526.008.788.438.403.118 1.11.221 1.644.54.016 1.08.014 1.62.006.024-1.932.012-3.864.006-5.795a31.479 31.479 0 0 0-1.626.002c-.008.491-.01.98-.004 1.471l-.226.154.004.816c-1.433-.077-2.87-.086-4.3-.212l-.056-.659a5.098 5.098 0 0 0-1.374 0l-.056.659c-1.429.126-2.866.134-4.298.212 0-.271.001-.542.004-.814l-.226-.157c.006-.49.005-.979-.004-1.47a29.38 29.38 0 0 0-1.626-.002m2.921 9.869c-.331.367-.158.894-.196 1.338l3.137.001v1.192h1.198l-.001-1.19.716-.002v-1.094l-.716-.002c.002-1.236 0-2.473.001-3.71l-1.517-.001c-.88 1.153-1.744 2.317-2.622 3.47m5.754-2l-.001 1.079-.494.004.001.636.493.004c.026.769-.06 1.547.049 2.311.166.572.857.522 1.321.427-.023-.221-.046-.44-.067-.66a2.34 2.34 0 0 1-.672-.082c-.004-.666-.004-1.333-.002-1.999l.732.004.014-.641-.746-.002c0-.45 0-.9-.004-1.35l-.624.27z"/><path fill="#fff" d="M9.17 17.15a265.87 265.87 0 0 1 1.796-2.422c.006.808.001 1.615.002 2.423-.599 0-1.199.002-1.799-.001z"/><path d="M5.106 7.04a31.479 31.479 0 0 1 1.626.002c.008.491.01.98.004 1.47l.226.157c-.002.271-.004.542-.004.814 1.433-.078 2.869-.086 4.298-.212l.056-.659a5.098 5.098 0 0 1 1.374 0l.056.659c1.429.126 2.867.136 4.3.212-.001-.272-.001-.544-.004-.816l.226-.154c-.006-.491-.005-.98.004-1.471a29.38 29.38 0 0 1 1.626-.002c.006 1.931.018 3.863-.006 5.795-.54.008-1.08.01-1.62-.006-.103-.534.217-1.241-.221-1.644a51.886 51.886 0 0 1-.008-.788c-1.404.062-2.807.113-4.21.184-.379-.036-.263.448-.372.674a1.8 1.8 0 0 1-.916 0c-.109-.228.01-.708-.371-.674-1.402-.072-2.804-.12-4.206-.184-.042.33.126.775-.221.985-.008.482-.002.965-.013 1.447-.539.016-1.079.014-1.619.006-.024-1.932-.012-3.864-.006-5.795zM8.028 16.909c.878-1.153 1.742-2.317 2.622-3.47l1.517.001c-.001 1.237.001 2.474-.001 3.71l.716.002v1.094l-.716.002.001 1.19h-1.198v-1.192l-3.137-.001c.037-.444-.136-.971.196-1.338m1.142.243c.6.004 1.2.001 1.799.001-.001-.808.004-1.615-.002-2.423-.605.803-1.201 1.612-1.796 2.422zM13.782 14.911l.624-.27c.004.45.004.9.004 1.35l.746.002-.014.641-.732-.004c-.001.666-.001 1.333.002 1.999.218.062.445.084.672.082l.067.66c-.464.095-1.156.145-1.321-.427-.109-.764-.023-1.542-.049-2.311l-.493-.004-.001-.636.494-.004.001-1.079z"/></symbol><symbol viewBox="0 0 19 24" id="regulatory--weight-limit--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M1.003 0h17.229c.474.131.879.482 1.019.961-.023.379-.064.757-.069 1.138.003 6.667.009 13.335-.003 20.002.007.32.058.636.108.952-.173.4-.446.76-.849.947H.857A1.568 1.568 0 0 1 0 23.027V1.025A1.567 1.567 0 0 1 1.003 0M.931.226C.438.376.125.891.164 1.397.165 8.5.162 15.602.165 22.704c-.046.624.499 1.202 1.126 1.18 5.539.006 11.079.001 16.618.002.652.057 1.253-.524 1.204-1.18.004-7.103.002-14.207.001-21.311.064-.632-.466-1.246-1.11-1.228C12.536.151 7.068.168 1.6.159 1.376.162 1.147.157.931.226z"/><path fill="#040404" d="M1.037.451c.148-.041.303-.043.455-.047C6.965.408 12.437.402 17.91.407c.497-.035.977.384.954.894.006 7.135.003 14.271.001 21.406.035.479-.37.941-.858.924-5.571.006-11.142.003-16.713.001-.496.028-.92-.434-.882-.923C.408 15.603.412 8.497.41 1.39.374.979.632.561 1.037.451m.085.458c-.197.074-.256.293-.245.484.001 7.104-.003 14.209.002 21.314-.043.294.235.51.512.466 5.506-.001 11.013.001 16.519-.001.269.04.526-.183.488-.461.007-7.107.002-14.214.003-21.321.062-.352-.275-.579-.596-.517C12.245.899 6.678.827 1.122.909z"/><path fill="#040404" d="M2.474 1.794l.515-.001c.082.553.159 1.106.246 1.658.138-.551.267-1.105.401-1.657h.492c.138.552.271 1.106.414 1.658.085-.552.162-1.106.245-1.658h.516l-.47 3.179c-.149.003-.299.003-.448.001-.171-.675-.33-1.352-.503-2.025-.167.674-.324 1.351-.492 2.026-.149.001-.299.001-.448-.002-.155-1.06-.313-2.119-.468-3.179zM5.819 1.794h1.878l.002.499c-.459.003-.917.002-1.376.002v.785c.309-.003.618.003.927 0 .001.172.002.343.001.514-.31-.001-.619.002-.928.001v.864c.492.001.984-.001 1.475.001v.514H5.819a1685.4 1685.4 0 0 1 0-3.18zM8.371 1.794l.515-.001v3.181h-.515a1685.4 1685.4 0 0 1 0-3.18zM9.942 2.142c.469-.654 1.599-.48 1.858.289-.156.064-.311.128-.466.194-.184-.357-.714-.526-.98-.164-.309.548-.291 1.268-.045 1.836.3.466 1.036.141 1.013-.382a32.094 32.094 0 0 0-.623-.026l.001-.495h1.085c-.015.403.066.854-.172 1.21-.378.597-1.431.588-1.745-.069-.354-.741-.347-1.68.074-2.393zM12.524 1.793l.504.001v1.285h1.161V1.794l.505-.001c0 1.061.001 2.121-.001 3.181h-.503l-.001-1.378c-.387-.002-.774-.002-1.16 0l-.001 1.378h-.504V1.793zM15.21 1.794c.656-.001 1.311-.002 1.967 0 .002.149.002.298 0 .446l-.736.001-.001 2.734a42.336 42.336 0 0 0-.504 0c-.001-.911.001-1.822-.001-2.733-.242-.003-.484 0-.725-.003a16.503 16.503 0 0 1 0-.445zM4.618 6.573h.504v2.713c.492.001.984-.001 1.476.001.001.156.001.311-.001.467H4.618V6.573zM7.101 6.573h.513v3.18c-.171.001-.342.002-.513.001V6.573zM8.398 6.573H8.9c.248.593.489 1.189.739 1.782.246-.594.489-1.188.736-1.782.168-.001.336-.001.504.001 0 1.06.001 2.121-.001 3.182-.168-.003-.335-.003-.503-.003-.001-.609.002-1.218-.002-1.827-.248.607-.488 1.218-.735 1.825-.249-.606-.486-1.218-.736-1.824-.003.609-.001 1.218-.003 1.827h-.501a1686.46 1686.46 0 0 1 0-3.181zM11.673 6.573h.515c0 1.061.002 2.122-.001 3.182a22.017 22.017 0 0 0-.514-.001V6.573zM12.692 6.573c.655 0 1.31-.001 1.965.001.002.148.002.297 0 .446l-.737.001c0 .91.001 1.821-.001 2.732-.168.002-.335.002-.503.001V7.021c-.242 0-.483-.002-.724-.001a16.652 16.652 0 0 1 0-.447z"/><path fill="#fff" d="M.931.226c.216-.069.445-.064.669-.067C7.068.168 12.536.151 18.004.167c.644-.018 1.174.596 1.11 1.228.001 7.104.003 14.208-.001 21.311.049.656-.552 1.237-1.204 1.18-5.539-.001-11.079.004-16.618-.002-.627.022-1.172-.556-1.126-1.18C.162 15.602.165 8.5.164 1.397.125.891.438.376.931.226m.106.225C.632.561.374.979.41 1.39.412 8.497.408 15.603.412 22.709c-.038.489.386.951.882.923 5.571.002 11.142.005 16.713-.001.488.017.893-.445.858-.924.002-7.135.005-14.271-.001-21.406.023-.51-.457-.929-.954-.894C12.437.402 6.965.408 1.492.404c-.152.004-.307.006-.455.047z"/><path fill="#fff" d="M1.122.909C6.678.827 12.245.899 17.805.873c.321-.062.658.165.596.517-.001 7.107.004 14.214-.003 21.321.038.278-.219.501-.488.461-5.506.002-11.013 0-16.519.001-.277.044-.555-.172-.512-.466C.874 15.602.878 8.497.877 1.393c-.011-.191.048-.41.245-.484m1.352.885c.155 1.06.313 2.119.468 3.179.149.003.299.003.448.002.168-.675.325-1.352.492-2.026.173.673.332 1.35.503 2.025.149.002.299.002.448-.001l.47-3.179a44.376 44.376 0 0 0-.516 0c-.083.552-.16 1.106-.245 1.658-.143-.552-.276-1.106-.414-1.658a40.344 40.344 0 0 0-.492 0c-.134.552-.263 1.106-.401 1.657-.087-.552-.164-1.105-.246-1.658l-.515.001m3.345 0a1685.4 1685.4 0 0 0 0 3.18h1.979V4.46c-.491-.002-.983 0-1.475-.001v-.864c.309.001.618-.002.928-.001.001-.171 0-.342-.001-.514-.309.003-.618-.003-.927 0v-.785c.459 0 .917.001 1.376-.002l-.002-.499H5.819m2.552 0a1685.4 1685.4 0 0 0 0 3.18h.515V1.793l-.515.001m1.571.348c-.421.713-.428 1.652-.074 2.393.314.657 1.367.666 1.745.069.238-.356.157-.807.172-1.21H10.7l-.001.495c.208.007.416.015.623.026.023.523-.713.848-1.013.382-.246-.568-.264-1.288.045-1.836.266-.362.796-.193.98.164.155-.066.31-.13.466-.194-.259-.769-1.389-.943-1.858-.289m2.582-.349a1686.46 1686.46 0 0 0 0 3.181h.504l.001-1.378c.386-.002.773-.002 1.16 0l.001 1.378h.503c.002-1.06.001-2.12.001-3.181l-.505.001v1.285h-1.161V1.794l-.504-.001m2.686.001c-.002.148-.002.297 0 .445.241.003.483 0 .725.003.002.911 0 1.822.001 2.733h.504l.001-2.734.736-.001c.002-.148.002-.297 0-.446-.656-.002-1.311-.001-1.967 0M4.618 6.573v3.181h1.979c.002-.156.002-.311.001-.467-.492-.002-.984 0-1.476-.001V6.573h-.504m2.483 0v3.181c.171.001.342 0 .513-.001v-3.18h-.513m1.297 0v3.181h.501c.002-.609 0-1.218.003-1.827.25.606.487 1.218.736 1.824.247-.607.487-1.218.735-1.825.004.609.001 1.218.002 1.827.168 0 .335 0 .503.003.002-1.061.001-2.122.001-3.182a28.225 28.225 0 0 0-.504-.001c-.247.594-.49 1.188-.736 1.782-.25-.593-.491-1.189-.739-1.782a42.001 42.001 0 0 0-.502 0m3.275 0a1686.46 1686.46 0 0 0 0 3.181c.171-.002.343-.001.514.001.003-1.06.001-2.121.001-3.182h-.515m1.019 0c-.002.149-.002.298 0 .447.241-.001.482.001.724.001v2.733c.168.001.335.001.503-.001.002-.911.001-1.822.001-2.732l.737-.001c.002-.149.002-.298 0-.446-.655-.002-1.31-.001-1.965-.001M8.37 12.012c-.001.191-.003.383-.007.575.459-.273 1.214-.579 1.606-.049.28.598-.389.987-.908.94l-.002.399c.325.034.753-.012.948.316.194.391.095.983-.348 1.159-.48.187-.982-.038-1.401-.27l.001.571c.676.248 1.645.422 2.124-.266.494-.577.241-1.614-.556-1.749.631-.158.982-.987.524-1.496-.534-.511-1.351-.345-1.981-.13m-4.246 6.506a17.5 17.5 0 0 0 .002.458c.248.001.495-.003.743-.001.001.949-.001 1.898.001 2.848l.512.002c.004-.95 0-1.899.002-2.848.254-.005.508.001.762-.001a17.5 17.5 0 0 0 .002-.458H4.124m3.309.011c-.894.526-.839 1.816-.548 2.681.239.783 1.434.927 1.843.218.383-.689.364-1.552.121-2.286-.192-.563-.872-.874-1.416-.613m2.435-.012c.001 1.102-.001 2.205.001 3.307h.507c.005-.744-.003-1.488.004-2.232.436.739.833 1.501 1.275 2.236l.455-.008v-3.3l-.532-.003c-.002.698.007 1.396-.006 2.093-.391-.699-.794-1.392-1.185-2.091-.173-.002-.346-.003-.519-.002m3.565.015c-.621.197-.703 1.166-.164 1.499.337.219.77.255 1.08.521.274.265.051.822-.346.789-.347.052-.591-.223-.768-.477-.158.065-.317.125-.477.184.266.611.996 1.035 1.643.752.661-.254.828-1.233.291-1.691-.352-.342-.95-.259-1.26-.647-.13-.626.764-.562 1.045-.21l.405-.147c-.243-.545-.894-.828-1.449-.573z"/><path fill="#fff" d="M7.638 19.041c.414-.21.779.205.814.594.059.561.128 1.282-.363 1.677-.531.211-.827-.377-.847-.813-.035-.492-.049-1.142.396-1.458z"/><path fill="#030303" opacity=".8" d="M19.251.961l.049.132v22.064l-.013-.104c-.05-.316-.101-.632-.108-.952.012-6.667.006-13.335.003-20.002.005-.381.046-.759.069-1.138z"/><path d="M8.37 12.012c.63-.215 1.447-.381 1.981.13.458.509.107 1.338-.524 1.496.797.135 1.05 1.172.556 1.749-.479.688-1.448.514-2.124.266l-.001-.571c.419.232.921.457 1.401.27.443-.176.542-.768.348-1.159-.195-.328-.623-.282-.948-.316l.002-.399c.519.047 1.188-.342.908-.94-.392-.53-1.147-.224-1.606.049.004-.192.006-.384.007-.575z"/><path fill="#020202" d="M4.124 18.518h2.024a17.5 17.5 0 0 1-.002.458c-.254.002-.508-.004-.762.001-.002.949.002 1.898-.002 2.848l-.512-.002c-.002-.95 0-1.899-.001-2.848-.248-.002-.495.002-.743.001a17.5 17.5 0 0 1-.002-.458z"/><path fill="#030303" d="M7.433 18.529c.544-.261 1.224.05 1.416.613.243.734.262 1.597-.121 2.286-.409.709-1.604.565-1.843-.218-.291-.865-.346-2.155.548-2.681m.205.512c-.445.316-.431.966-.396 1.458.02.436.316 1.024.847.813.491-.395.422-1.116.363-1.677-.035-.389-.4-.804-.814-.594zM9.868 18.517c.173-.001.346 0 .519.002.391.699.794 1.392 1.185 2.091.013-.697.004-1.395.006-2.093l.532.003v3.3l-.455.008c-.442-.735-.839-1.497-1.275-2.236-.007.744.001 1.488-.004 2.232h-.507c-.002-1.102 0-2.205-.001-3.307zM13.433 18.532c.555-.255 1.206.028 1.449.573l-.405.147c-.281-.352-1.175-.416-1.045.21.31.388.908.305 1.26.647.537.458.37 1.437-.291 1.691-.647.283-1.377-.141-1.643-.752.16-.059.319-.119.477-.184.177.254.421.529.768.477.397.033.62-.524.346-.789-.31-.266-.743-.302-1.08-.521-.539-.333-.457-1.302.164-1.499z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit-per-axle--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M10.846 2.214c2.584-.379 5.302.296 7.398 1.855 2.878 2.069 4.512 5.725 4.092 9.251-.36 3.664-2.91 6.988-6.335 8.322-2.579 1.037-5.584.937-8.084-.276-3-1.417-5.208-4.39-5.662-7.681a10.085 10.085 0 0 1 1.748-7.278c1.58-2.252 4.111-3.823 6.842-4.193m.237 2.754c-3.546.52-6.366 3.926-6.166 7.513.049 3.652 3.199 6.912 6.845 7.096 3.665.337 7.231-2.51 7.772-6.137.424-2.395-.466-4.956-2.257-6.593-1.628-1.541-3.985-2.251-6.194-1.879z"/><path fill="#fff" d="M11.082 4.968c2.209-.372 4.566.338 6.194 1.879 1.792 1.637 2.681 4.198 2.257 6.593-.541 3.626-4.108 6.474-7.772 6.137-3.646-.184-6.796-3.444-6.845-7.096-.2-3.587 2.62-6.994 6.166-7.513m-.98 1.8c-.01.182-.018.365-.026.547.456-.222 1.126-.564 1.534-.08.416.598-.148 1.243-.528 1.69-.373.526-1.039.924-1.05 1.631.738.01 1.476.004 2.213.004v-.443c-.539-.001-1.076 0-1.615-.002.44-.548.937-1.054 1.337-1.632.373-.521.368-1.373-.205-1.75-.506-.338-1.134-.146-1.658.036m3.05.015c.002.293.004.584.008.876-.08.01-.242.029-.323.037l-.001.324c.082.014.244.044.325.06.017.694-.084 1.405.073 2.088.182.488.808.362 1.216.404v-.398c-.266-.049-.613.059-.817-.163-.114-.644-.029-1.306-.053-1.956l.869-.001.002-.374h-.87l-.006-.905-.424.008m-1.295 5.246c-.007.269-.011.538-.012.806-.21-.008-.42-.014-.631-.017.294.656.667 1.276 1.068 1.872.373-.611.758-1.219 1.051-1.873a14.72 14.72 0 0 0-.631.03c-.005-.271-.008-.544-.017-.815a22.866 22.866 0 0 0-.828-.004m-4.639 2.136l-.167.133c-.092.984-.074 1.992-.01 2.977.362.33 1.441.361 1.382-.349.012-.832.059-1.672-.023-2.501-.184-.457-.8-.293-1.183-.26m1.249.071c.036 1.012-.007 2.027.011 3.037.264.316.751.185 1.111.161.432-.307.192-.923.246-1.368.709.071 1.534-.222 2.126.293.36.26.761-.035 1.022-.289.574-.008 1.147-.005 1.721-.005.061.432-.158 1.003.179 1.336.392.094 1.202.24 1.223-.358.007-.875.034-1.754-.014-2.627-.124-.407-.653-.278-.973-.283-.595.03-.372.776-.418 1.172-.564-.001-1.127 0-1.691-.002-.391-.474-1.072-.482-1.453.007-.571.004-1.141.001-1.712.004-.029-.349.071-.744-.101-1.062-.376-.245-.869-.11-1.277-.016m7.882-.06l-.157.126c-.047.985-.04 1.98-.005 2.965.296.306 1.036.314 1.318-.012.086-.906.034-1.826.03-2.737-.037-.566-.806-.398-1.186-.342z"/><path fill="#231f20" d="M10.102 6.768c.524-.182 1.152-.374 1.658-.036.574.377.578 1.229.205 1.75-.4.578-.896 1.084-1.337 1.632.539.002 1.076.001 1.615.002v.443c-.737 0-1.475.006-2.213-.004.011-.707.677-1.105 1.05-1.631.38-.446.944-1.092.528-1.69-.408-.484-1.078-.142-1.534.08l.026-.547zM13.154 6.784l.424-.008.006.905h.87l-.002.374-.869.001c.024.65-.061 1.312.053 1.956.204.222.551.114.817.163v.398c-.408-.042-1.033.084-1.216-.404-.157-.683-.056-1.394-.073-2.088a20.394 20.394 0 0 0-.325-.06l.001-.324c.08-.008.242-.028.323-.037-.005-.292-.006-.583-.008-.876zM11.858 12.03c.275-.004.552-.004.828.004.008.271.012.544.017.815.21-.014.42-.025.631-.03-.293.654-.678 1.262-1.051 1.873a12.645 12.645 0 0 1-1.068-1.872c.211.002.421.008.631.017.001-.269.005-.538.012-.806zM7.219 14.165c.383-.032 1-.197 1.183.26.082.829.035 1.669.023 2.501.059.71-1.02.679-1.382.349-.065-.985-.083-1.993.01-2.977l.167-.133z"/><path fill="#231f20" d="M8.467 14.236c.408-.095.901-.229 1.277.016.172.318.072.713.101 1.062.571-.002 1.141 0 1.712-.004.382-.49 1.062-.481 1.453-.007.564.002 1.127.001 1.691.002.046-.396-.178-1.142.418-1.172.32.005.85-.124.973.283.048.872.022 1.752.014 2.627-.02.598-.83.451-1.223.358-.337-.332-.118-.904-.179-1.336-.574 0-1.147-.004-1.721.005-.262.254-.662.55-1.022.289-.593-.515-1.417-.222-2.126-.293-.054.445.186 1.061-.246 1.368-.36.024-.847.155-1.111-.161-.018-1.01.025-2.026-.011-3.037zM16.349 14.176c.379-.056 1.148-.224 1.186.342.004.911.056 1.831-.03 2.737-.282.326-1.021.318-1.318.012-.035-.985-.042-1.98.005-2.965l.157-.126z"/></symbol><symbol viewBox="0 0 24 24" id="regulatory--weight-limit-per-tandem-axle--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M11.134 0h1.474c4.53.218 8.783 3.182 10.48 7.397.499 1.145.734 2.377.913 3.607v2.034c-.406 4.211-3.096 8.13-6.977 9.865-1.236.6-2.591.88-3.938 1.097h-2.129c-4.021-.412-7.793-2.869-9.617-6.502C.546 15.988.136 14.305.001 12.61v-1.205c.128-1.578.481-3.148 1.178-4.576C2.969 2.977 6.92.347 11.134-.001m-.41 2.093c-3.005.364-5.778 2.192-7.31 4.799-1.945 3.192-1.859 7.482.227 10.586 2.009 3.136 5.868 4.948 9.564 4.458 3.838-.419 7.253-3.281 8.357-6.977.878-2.806.437-5.99-1.194-8.438-2.023-3.16-5.928-4.95-9.643-4.428z"/><path fill="#fff" d="M10.724 2.092c3.715-.522 7.62 1.268 9.643 4.428 1.631 2.448 2.072 5.633 1.194 8.438-1.104 3.696-4.519 6.558-8.357 6.977-3.696.49-7.555-1.322-9.564-4.458-2.086-3.104-2.172-7.394-.227-10.586 1.532-2.606 4.306-4.435 7.31-4.799M6.185 6.599c-.002.403-.001.806.001 1.21.25-.184.498-.371.748-.554.007 1.778-.001 3.558.004 5.336.389.004.778.002 1.166-.001-.001-2.238.002-4.476-.002-6.714-.767-.181-1.382.227-1.916.724m3.605 1.124c.378.005.756.006 1.134.001.115-.27.22-.596.521-.714.605-.298 1.362.502.958 1.076-.816 1.133-1.772 2.166-2.581 3.304-.036.401-.007.805-.012 1.207 1.283.002 2.567.002 3.85 0v-1.135h-2.429c.696-.938 1.499-1.801 2.15-2.772.656-1 .06-2.443-1.056-2.788-1.181-.432-2.534.582-2.534 1.82m6.071-1.857c-.001.475 0 .95-.002 1.424l-.472.011c-.001.33-.001.66.001.991.156.002.313.006.47.01.025 1.139-.044 2.281.035 3.416.146.774 1.012.991 1.688.881.002-.334.002-.665-.002-.997a76.163 76.163 0 0 0-.676 0c-.09-1.097-.016-2.203-.038-3.304.229-.001.458-.002.688-.005.001-.331.001-.664-.001-.995l-.688-.004c.001-.476.001-.953-.001-1.429-.334-.004-.668-.002-1.002 0M6.24 16.598l.61.001c-.084-1.123.772-2.232 1.937-2.243 2.141-.035 4.286-.034 6.427-.001 1.174.004 2.032 1.116 1.956 2.245l.605-.001c.116-1.457-1.058-2.839-2.537-2.862-2.191-.023-4.385-.043-6.575.011-1.435.074-2.53 1.44-2.423 2.85m2.438-1.797c-.842.272-1.465 1.109-1.469 1.997-.04.93.607 1.83 1.494 2.104.845.283 1.847-.024 2.375-.744.63-.781.587-2.006-.097-2.742-.552-.644-1.504-.893-2.303-.614m5.28-.002c-.842.274-1.465 1.11-1.469 1.998-.04.93.607 1.83 1.494 2.104.845.283 1.847-.024 2.376-.744.629-.781.586-2.006-.098-2.741-.552-.646-1.502-.894-2.303-.617z"/><path fill="#fff" d="M8.916 15.737c.816-.383 1.822.426 1.633 1.303-.103.877-1.266 1.319-1.931.744-.707-.523-.532-1.75.298-2.047zM14.196 15.737c.817-.383 1.822.426 1.632 1.304-.101.841-1.183 1.296-1.862.793-.773-.488-.634-1.79.23-2.098z"/><path d="M6.185 6.599c.534-.497 1.15-.905 1.916-.724.005 2.238.001 4.476.002 6.714-.389.004-.778.005-1.166.001-.005-1.778.004-3.558-.004-5.336-.25.184-.498.371-.748.554-.002-.403-.004-.806-.001-1.21zM9.791 7.724c0-1.238 1.354-2.252 2.534-1.82 1.116.344 1.712 1.788 1.056 2.788-.652.971-1.454 1.834-2.15 2.772h2.429v1.135c-1.283.002-2.567.002-3.85 0 .005-.402-.024-.806.012-1.207.809-1.138 1.765-2.171 2.581-3.304.404-.575-.353-1.374-.958-1.076-.301.118-.406.444-.521.714-.378.005-.756.004-1.134-.001zM15.863 5.866a55.78 55.78 0 0 1 1.002 0c.002.476.002.953.001 1.429l.688.004c.002.331.002.664.001.995l-.688.005c.023 1.1-.052 2.207.038 3.304h.676c.005.332.005.664.002.997-.677.11-1.542-.107-1.688-.881-.079-1.135-.01-2.278-.035-3.416l-.47-.01c-.002-.331-.002-.661-.001-.991l.472-.011c.002-.474.001-.949.002-1.424zM6.24 16.598c-.107-1.41.988-2.776 2.423-2.85 2.19-.054 4.384-.034 6.575-.011 1.478.023 2.653 1.405 2.537 2.862l-.605.001c.076-1.129-.782-2.242-1.956-2.245a205.517 205.517 0 0 0-6.427.001c-1.165.011-2.021 1.12-1.937 2.243l-.61-.001z"/><path d="M8.678 14.801c.799-.278 1.751-.03 2.303.614.684.736.727 1.961.097 2.742-.528.72-1.53 1.027-2.375.744-.887-.274-1.534-1.174-1.494-2.104.004-.888.626-1.724 1.469-1.997m.238.937c-.829.298-1.004 1.524-.298 2.047.665.575 1.828.133 1.931-.744.188-.877-.817-1.686-1.633-1.303zM13.958 14.8c.8-.277 1.751-.029 2.303.617.684.734.727 1.96.098 2.741-.529.72-1.531 1.027-2.376.744-.887-.274-1.534-1.174-1.494-2.104.004-.888.626-1.724 1.469-1.998m.238.937c-.864.307-1.003 1.609-.23 2.098.679.503 1.762.048 1.862-.793.19-.878-.815-1.687-1.632-1.304z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--weight-limit-with-trucks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.947 0h20.946c.176.191.339.401.561.543.063.163.123.327.179.493a6592.06 6592.06 0 0 0 .001 21.786 10.51 10.51 0 0 1-.231.636l-.119.104c-.194.123-.393.237-.583.366-6.86.043-13.723.039-20.583.001-.443-.14-.733-.523-.916-.93C.186 15.616.185 8.233.202.85.405.53.663.251.946 0m.248.217C.75.354.413.807.44 1.276c.003 7.101.003 14.204 0 21.307-.041.603.517 1.156 1.12 1.114h19.737c.553.026 1.057-.454 1.081-1.001.001-7.177.001-14.356 0-21.534-.03-.606-.631-1.069-1.226-1.001C14.501.2 7.835.084 1.193.218z"/><path fill="#fff" d="M1.037 1.041c.161-.206.4-.333.666-.299l19.454.001c.259-.033.483.106.637.301v21.764c-.127.15-.283.323-.501.3-6.576.007-13.151.004-19.726.001-.229.03-.394-.14-.53-.297V1.039m2.127 1.375c.186 1.047.374 2.093.574 3.137.201-.013.427.056.611-.046.149-.663.306-1.324.463-1.986.227.66.334 1.354.52 2.027.199.013.4.013.6-.001.184-1.046.383-2.089.554-3.137a2.686 2.686 0 0 0-.574.027c-.106.633-.187 1.27-.304 1.9-.229-.62-.316-1.283-.494-1.917a5.102 5.102 0 0 0-.553-.007c-.187.649-.273 1.323-.486 1.964-.119-.654-.2-1.314-.339-1.964a8.425 8.425 0 0 0-.573.003m3.92 0c-.01 1.046-.013 2.093.001 3.139.78.001 1.56.006 2.341-.003.006-.184.006-.37-.001-.554-.589-.016-1.177.003-1.766-.007a10.016 10.016 0 0 1 0-.849c.309-.009.617-.001.927-.009a7.847 7.847 0 0 0 0-.574c-.31-.01-.619-.003-.927-.006a6.44 6.44 0 0 1-.003-.573c.571-.019 1.144.01 1.716-.013.004-.176.006-.351.003-.527-.76-.067-1.529-.016-2.291-.024m3.034-.003c-.01 1.047-.013 2.094 0 3.141.186.006.37.004.554-.004.006-1.043.004-2.087 0-3.131a6.022 6.022 0 0 0-.554-.006m1.622.468c-.577.87-.381 2.539.826 2.72.9.163 1.599-.757 1.419-1.601a15.546 15.546 0 0 0-1.101 0c-.007.181-.01.363-.007.543.123.007.367.019.49.024-.086.556-.994.661-1.214.133-.241-.537-.243-1.347.297-1.706.377-.227.704.097.96.337.167-.064.333-.133.499-.204-.331-.874-1.66-1.043-2.167-.246m3.015-.462a327.192 327.192 0 0 0 0 3.133c.184.007.37.009.554.003.02-.456-.003-.911.011-1.369.464-.007.93-.006 1.394 0 .024.456-.003.911.016 1.367.183.006.366.007.549.003.019-1.047.014-2.096.003-3.141a7.284 7.284 0 0 0-.553 0c-.013.4.004.8-.01 1.199-.467.01-.934.014-1.401-.003-.007-.399.009-.799-.007-1.197a6.066 6.066 0 0 0-.556.006m3.12-.002a6.58 6.58 0 0 0 .003.544c.297.007.596 0 .893.009.017.859 0 1.719.007 2.577.181.01.363.013.544.01.021-.85.001-1.7.009-2.55.287-.094.603-.016.903-.047.006-.174.007-.349.004-.521-.784-.061-1.576-.019-2.363-.021M5.69 7.599a136.938 136.938 0 0 0-.003 3.14c.78.009 1.561.009 2.341 0l.001-.477c-.593-.016-1.184.004-1.777-.007-.021-.884.004-1.769-.01-2.651a8.498 8.498 0 0 0-.553-.004m2.878.001c-.014 1.046-.01 2.091-.001 3.139.184.007.37.007.556-.001.004-1.046.01-2.093-.003-3.139a7.785 7.785 0 0 0-.551.001m1.361.002c-.007 1.03.001 2.059-.004 3.089.171.064.354.081.549.05.019-.634-.001-1.269.007-1.903.31.623.6 1.257.899 1.886.354-.581.569-1.237.929-1.814.029.609-.001 1.219.014 1.827.18.009.361.01.544.003.007-1.046.011-2.094-.003-3.14a6.46 6.46 0 0 0-.539.003c-.333.601-.593 1.243-.944 1.833-.293-.604-.591-1.204-.883-1.809-.186-.051-.38-.029-.569-.024m3.765-.004a136.943 136.943 0 0 0-.001 3.14c.184.007.37.006.556-.003.003-1.046.007-2.09-.001-3.136a8.497 8.497 0 0 0-.553-.001m1.074.006c-.006.174-.007.35-.004.526.301.033.604.016.907.029.006.86-.011 1.721.006 2.581.191.029.374.013.549-.046.003-.847-.011-1.694.004-2.541.299-.004.597.003.896-.007a8.223 8.223 0 0 0 0-.544 92.595 92.595 0 0 0-2.357.003m1.664 6.562c-.537.607-.257 1.666.58 1.801.969.233 1.706-1.11.937-1.779.527-.59-.054-1.544-.803-1.45-.697.01-1.12.859-.714 1.427m2.476-1.374a6.79 6.79 0 0 0-.004.429c.237.007.474.007.713.013.019.899-.009 1.797.011 2.696.16.006.321.007.481.006.031-.9-.004-1.801.017-2.701.24-.006.48-.006.72-.01.004-.146.003-.29-.006-.436-.644 0-1.289-.006-1.933.004M5.077 12.8c-.01.106-.029.317-.037.421-.719-.179-1.219.234-1.216.967-.189.041-.416-.029-.576.096-.006.309.003.619 0 .927l-.299.236c.244.027.491.033.737.03.163.156.22.454.489.459.504.074.597-.657 1.101-.653.753-.007 1.506-.01 2.259.001-.036.841 1.206.834 1.169 0 .209-.004.419-.009.629-.011.01-.823.009-1.646 0-2.469-1.419-.011-2.837-.003-4.256-.004m11.113 5.99c.149.033.3.05.451.053.144-.491.874-.546 1.127-.12.134.36-.286.526-.529.667a2.02 2.02 0 0 0-1.096 1.717c.716.017 1.431.01 2.146.004a5.212 5.212 0 0 0-.003-.5c-.51-.014-1.02.007-1.53-.01.173-.521.697-.737 1.124-1.003.461-.273.55-.974.159-1.344-.531-.606-1.839-.34-1.85.536m-11.966-.804c-.009.661-.016 1.326.004 1.989.707.109 1.671-.321 2.097.449 1.059.04 2.119 0 3.179.017-.073.859 1.17.834 1.104-.006.259.001.517.01.774-.007.004-.813.006-1.624 0-2.436-2.386-.021-4.771-.01-7.159-.006m10.759.63c-.01.833-.014 1.666-.001 2.499l.493.004c.017-1.05.013-2.101.003-3.153-.414-.154-1.244.527-.494.65m3.934-.577l-.003.366c.239.019.479.019.719.024.017.893-.003 1.786.007 2.679.161.01.324.014.487.014.031-.899-.004-1.797.017-2.696.239-.004.477-.004.717-.009v-.441c-.64.034-1.339-.094-1.944.063M2.634 19.503c-.166.016-.333.031-.499.049-.04.39.096.83-.196 1.151.199-.006.399-.007.597 0 .304.829.93.154 1.311-.197.18-.006.361-.004.541.003-.031.806 1.056.753 1.067-.001l.52-.011c-.447-.559-1.31-.154-1.944-.279-.023-.536.009-1.071-.016-1.606-.707-.144-1.423.037-1.383.891z"/><path fill="#fff" d="M16.9 13.346c.303-.297.989.083.66.473-.306.376-1.09-.069-.66-.473zM17.059 14.487c.544-.197 1.027.597.46.901-.631.479-1.294-.739-.46-.901z"/><path fill="#040404" d="M1.194.217C7.835.083 14.501.198 21.153.16c.594-.067 1.196.396 1.226 1.001.001 7.179.001 14.357 0 21.534-.024.547-.529 1.027-1.081 1.001H1.561c-.603.041-1.161-.511-1.12-1.114.003-7.103.003-14.206 0-21.307C.414.806.751.354 1.195.216m-.158.825v21.773c.136.157.301.327.53.297 6.574.003 13.15.006 19.726-.001.219.023.374-.15.501-.3V1.046c-.154-.196-.379-.334-.637-.301L1.703.744c-.266-.034-.504.093-.666.299zM0 .871L.203.85c-.017 7.383-.016 14.766 0 22.149L0 22.985V.872z"/><path fill="#040404" d="M3.164 2.414c.191-.007.381-.009.573-.003.139.65.22 1.31.339 1.964.213-.641.299-1.316.486-1.964.184-.007.369-.006.553.007.179.634.266 1.297.494 1.917.117-.63.199-1.267.304-1.9.19-.03.381-.039.574-.027-.171 1.049-.37 2.091-.554 3.137a4.45 4.45 0 0 1-.6.001c-.186-.673-.293-1.367-.52-2.027-.157.661-.314 1.323-.463 1.986-.184.101-.41.033-.611.046-.2-1.044-.389-2.09-.574-3.137zM7.083 2.414c.763.009 1.531-.043 2.291.024.003.176.001.351-.003.527-.571.023-1.144-.006-1.716.013-.007.191-.007.381.003.573.309.003.617-.004.927.006.007.191.007.383 0 .574-.31.007-.619 0-.927.009-.011.283-.013.566 0 .849.589.01 1.177-.009 1.766.007.007.184.007.37.001.554-.781.009-1.561.004-2.341.003a136.856 136.856 0 0 1-.001-3.139zM10.117 2.411c.184-.007.37-.004.554.006.004 1.044.006 2.089 0 3.131a6.82 6.82 0 0 1-.554.004c-.013-1.047-.01-2.094 0-3.141zM11.739 2.879c.507-.797 1.836-.629 2.167.246-.166.071-.331.14-.499.204-.256-.24-.583-.564-.96-.337-.54.359-.539 1.169-.297 1.706.22.529 1.129.423 1.214-.133l-.49-.024c-.003-.18 0-.361.007-.543.367-.013.734-.013 1.101 0 .18.844-.519 1.764-1.419 1.601-1.207-.181-1.403-1.85-.826-2.72zM14.756 2.417c.186-.01.37-.013.556-.006.016.399 0 .799.007 1.197.467.017.934.013 1.401.003.014-.399-.003-.799.01-1.199.184-.007.369-.007.553 0a109.63 109.63 0 0 1-.003 3.141c-.183.004-.366.003-.549-.003-.019-.456.009-.911-.016-1.367-.464-.006-.93-.007-1.394 0-.014.457.009.913-.011 1.369-.184.006-.37.004-.554-.003a327.192 327.192 0 0 1 0-3.133zM17.876 2.416c.787.003 1.579-.04 2.363.021.003.173.001.347-.004.521-.3.031-.616-.047-.903.047-.007.85.013 1.7-.009 2.55-.181.003-.363 0-.544-.01-.007-.859.01-1.719-.007-2.577-.297-.009-.596-.001-.893-.009a6.58 6.58 0 0 1-.003-.544zM5.69 7.599a9.27 9.27 0 0 1 .553.004c.014.883-.011 1.767.01 2.651.593.011 1.184-.009 1.777.007l-.001.477c-.78.009-1.561.009-2.341 0-.009-1.047-.013-2.094.003-3.14zM8.567 7.601c.183-.007.367-.007.551-.001.013 1.046.007 2.093.003 3.139a6.065 6.065 0 0 1-.556.001c-.009-1.047-.013-2.093.001-3.139zM9.929 7.603c.189-.004.383-.027.569.024.291.604.59 1.204.883 1.809.351-.59.611-1.231.944-1.833a6.46 6.46 0 0 1 .539-.003c.014 1.046.01 2.094.003 3.14a6.162 6.162 0 0 1-.544-.003c-.016-.609.014-1.219-.014-1.827-.36.577-.574 1.233-.929 1.814-.299-.629-.589-1.263-.899-1.886-.009.634.011 1.269-.007 1.903a1.066 1.066 0 0 1-.549-.05c.006-1.03-.003-2.059.004-3.089zM13.694 7.6c.184-.006.369-.004.553.001.009 1.046.004 2.09.001 3.136-.186.009-.371.01-.556.003-.01-1.046-.013-2.094.001-3.14zM14.769 7.606a92.595 92.595 0 0 1 2.357-.003c.006.181.006.363 0 .544-.299.01-.597.003-.896.007-.016.847-.001 1.694-.004 2.541a1.163 1.163 0 0 1-.549.046c-.017-.86 0-1.721-.006-2.581-.303-.013-.606.004-.907-.029a11.52 11.52 0 0 1 .004-.526zM16.434 14.169c-.406-.569.017-1.417.714-1.427.749-.094 1.33.86.803 1.45.769.669.031 2.011-.937 1.779-.837-.136-1.117-1.194-.58-1.801m.466-.824c-.43.404.354.849.66.473.329-.39-.357-.77-.66-.473m.159 1.141c-.834.163-.171 1.38.46.901.567-.304.084-1.099-.46-.901zM18.91 12.794c.644-.01 1.289-.004 1.933-.004.009.146.01.29.006.436-.24.004-.48.004-.72.01-.021.9.014 1.801-.017 2.701-.16.001-.321 0-.481-.006-.02-.899.007-1.797-.011-2.696-.239-.006-.476-.006-.713-.013a7.653 7.653 0 0 1 .004-.429zM5.077 12.8c1.419.001 2.837-.007 4.256.004.009.823.01 1.646 0 2.469l-.629.011c.037.834-1.204.841-1.169 0a89.531 89.531 0 0 0-2.259-.001c-.504-.004-.597.727-1.101.653-.269-.004-.326-.303-.489-.459a6.04 6.04 0 0 1-.737-.03l.299-.236c.003-.309-.006-.619 0-.927.16-.124.387-.054.576-.096-.003-.733.497-1.146 1.216-.967l.037-.421zM16.19 18.79c.011-.876 1.319-1.141 1.85-.536.391.37.303 1.071-.159 1.344-.427.266-.951.481-1.124 1.003.51.017 1.02-.004 1.53.01.009.167.01.333.003.5-.714.006-1.43.013-2.146-.004a2.02 2.02 0 0 1 1.096-1.717c.243-.141.663-.307.529-.667-.253-.426-.983-.371-1.127.12a2.286 2.286 0 0 1-.451-.053zM4.223 17.986c2.387-.004 4.773-.016 7.159.006.006.811.004 1.623 0 2.436-.257.017-.516.009-.774.007.066.84-1.177.864-1.104.006-1.06-.017-2.12.023-3.179-.017-.426-.77-1.39-.34-2.097-.449a45.482 45.482 0 0 1-.004-1.989zM14.981 18.616c-.75-.123.08-.804.494-.65.01 1.051.014 2.103-.003 3.153l-.493-.004a90.512 90.512 0 0 1 .001-2.499zM18.916 18.039c.606-.157 1.304-.029 1.944-.063v.441c-.24.004-.479.004-.717.009-.021.899.014 1.797-.017 2.696-.163 0-.326-.004-.487-.014-.01-.893.01-1.786-.007-2.679-.24-.006-.48-.006-.719-.024l.003-.366z"/><path fill="#040404" d="M2.634 19.503c-.04-.854.676-1.036 1.383-.891.024.534-.007 1.07.016 1.606.634.124 1.497-.28 1.944.279l-.52.011c-.011.754-1.099.807-1.067.001a7.507 7.507 0 0 0-.541-.003c-.381.351-1.007 1.026-1.311.197a9.141 9.141 0 0 0-.597 0c.291-.321.156-.761.196-1.151l.499-.049zM1.119 23.929c6.86.037 13.723.041 20.583-.001l.064.073H.946l.173-.071z"/><path fill="#070707" opacity=".85" d="M22.454.543l.403.074v22.427c-.146.144-.303.276-.454.413.086-.21.16-.421.231-.636.144-2.936 0-5.881.066-8.821-.059-4.321.051-8.647-.067-12.964-.056-.166-.116-.33-.179-.493z"/><path fill="#131313" opacity=".96" d="M21.701 23.927c.19-.129.389-.243.583-.366a1.287 1.287 0 0 1-.147.439h-.371l-.064-.073z"/></symbol><symbol viewBox="0 0 23 24" id="regulatory--width-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M7.992.802c3.383-1.144 7.275-.619 10.229 1.39 2.607 1.72 4.416 4.511 5.06 7.555v4.406c-.618 3.08-2.459 5.901-5.092 7.628-2.812 1.904-6.471 2.462-9.731 1.516-4.392-1.203-7.768-5.154-8.459-9.63v-3.333C.637 5.998 3.803 2.145 7.991.802m2.415 2.718c-2.899.428-5.494 2.45-6.604 5.164-1.102 2.545-.813 5.618.713 7.929A8.618 8.618 0 0 0 10.21 20.4c3.002.565 6.244-.675 8.131-3.071 2.509-2.982 2.519-7.692.022-10.685-1.85-2.357-4.997-3.6-7.957-3.123z"/><path fill="#fff" d="M10.406 3.52c2.96-.477 6.108.766 7.957 3.123 2.498 2.994 2.488 7.703-.022 10.685-1.887 2.396-5.129 3.636-8.131 3.071a8.618 8.618 0 0 1-5.695-3.787c-1.526-2.311-1.815-5.383-.713-7.929 1.109-2.713 3.705-4.735 6.604-5.164M6.828 9.827c-.001.431-.001.864.004 1.295a6.058 6.058 0 0 0 1.354-.823c-.012 1.257-.004 2.516-.006 3.775h1.301V8.269l-1.036-.001c-.302.724-.897 1.266-1.617 1.559m6.592-.858c-.43.647-.264 1.559.342 2.035-1.164.691-.892 2.827.47 3.094.667.125 1.444.128 2.009-.3.799-.723.779-2.156-.118-2.798.732-.627.746-1.926-.111-2.447-.808-.44-2.041-.415-2.593.417m-9.338.834c-.345 1.42-.322 2.917.02 4.336.739-.716 1.466-1.444 2.199-2.166-.743-.721-1.469-1.457-2.219-2.17m13.004 2.179c.727.726 1.457 1.449 2.194 2.166a9.234 9.234 0 0 0 .027-4.31c-.785.668-1.476 1.434-2.222 2.144m-6.076.52l-.001 1.559c.233.012.466.023.698.036-.109.385-.369.686-.684.924.098.221.195.443.295.665 1.245-.565 1.098-2.051 1.066-3.185h-1.374m-1.019 3.762c.006.982 0 1.963.004 2.945h.772c.158-.675-.345-1.897.303-2.226.195.723.049 1.486.093 2.226h.785c.034-.773-.099-1.568.118-2.324.612.566.149 1.578.292 2.324h.773c-.062-.862.142-1.769-.124-2.601-.227-.589-.934-.537-1.41-.319-.509-.253-1.072-.039-1.607-.024z"/><path fill="#fff" d="M14.844 9.246c.742-.103.822 1.275.101 1.296-.693.029-.75-1.188-.101-1.296zM14.705 11.532c.969-.297 1.141 1.541.243 1.667-.757-.085-.838-1.309-.243-1.667z"/><path fill="#231f20" d="M6.828 9.827c.72-.293 1.315-.835 1.617-1.559l1.036.001v5.805H8.18c.001-1.259-.006-2.518.006-3.775a5.963 5.963 0 0 1-1.354.823 69.879 69.879 0 0 1-.004-1.295zM13.42 8.969c.552-.832 1.785-.857 2.593-.417.857.522.842 1.821.111 2.447.897.642.917 2.075.118 2.798-.565.428-1.342.425-2.009.3-1.362-.267-1.634-2.403-.47-3.094-.606-.476-.772-1.388-.342-2.035m1.423.278c-.65.108-.592 1.325.101 1.296.721-.022.641-1.4-.101-1.296m-.139 2.286c-.595.358-.515 1.582.243 1.667.898-.126.726-1.965-.243-1.667zM4.081 9.804c.75.713 1.476 1.449 2.219 2.17-.733.721-1.46 1.45-2.199 2.166a9.251 9.251 0 0 1-.02-4.336zM17.085 11.983c.746-.71 1.437-1.476 2.222-2.144.339 1.413.313 2.9-.027 4.31-.737-.717-1.467-1.44-2.194-2.166zM11.008 12.503h1.374c.032 1.134.178 2.62-1.066 3.185l-.295-.665c.315-.239.575-.539.684-.924l-.698-.036.001-1.559zM9.989 16.264c.535-.014 1.098-.228 1.607.024.476-.218 1.183-.27 1.41.319.266.832.062 1.739.124 2.601h-.773c-.142-.746.32-1.758-.292-2.324-.217.756-.083 1.551-.118 2.324h-.785c-.045-.74.102-1.503-.093-2.226-.648.329-.145 1.551-.303 2.226h-.772c-.004-.982.001-1.963-.004-2.945z"/></symbol><symbol viewBox="0 0 36 24" id="regulatory--wrong-way--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h1.699A2.365 2.365 0 0 0 0 1.705V0zM34.482 0H36.2v1.487C35.961.715 35.271.142 34.482 0z"/><path fill="#fff" d="M.299 2.094C.287 1.109 1.253.321 2.194.299c10.637.002 21.275.002 31.912 0 .787.012 1.559.552 1.779 1.318.168.511.109 1.055.116 1.583-.002 6.302-.002 12.604 0 18.906-.013.848-.614 1.602-1.396 1.894H1.693c-.743-.246-1.359-.885-1.39-1.695C.294 15.568.304 8.831.299 2.094M1.838.535C1.133.644.51 1.263.502 1.996.496 8.765.505 15.534.498 22.303c-.03.766.632 1.475 1.398 1.496 10.837.002 21.674.001 32.51.001.77-.071 1.422-.821 1.396-1.596-.006-6.703.002-13.406-.004-20.108A1.655 1.655 0 0 0 34.204.502C23.535.497 12.866.502 2.197.499a1.96 1.96 0 0 0-.359.036z"/><path fill="#fff" d="M17.837 4.635c.59-.068 1.27-.13 1.77.26.644.46.844 1.286.968 2.024.094 1.083.04 2.255-.556 3.199-.565.847-1.789.968-2.635.501-.922-.685-1.108-1.946-1.089-3.019.021-1.115.301-2.612 1.542-2.965m.296.896a1.313 1.313 0 0 0-.591.507 4.467 4.467 0 0 0-.048 3.265c.234.807 1.589.848 1.879.068.45-1.028.408-2.226.015-3.265-.216-.457-.76-.747-1.255-.575zM28.118 5.118c.975-1.063 3.071-.497 3.296.957-.294.17-.629.244-.949.347-.168-.542-.804-1.02-1.362-.716-.492.232-.572.839-.679 1.313-.053.749-.089 1.538.217 2.243.209.313.557.606.961.543.523-.063.862-.598.822-1.103-.342-.002-.683-.002-1.024-.002V7.6h2.099c-.007.837.123 1.766-.412 2.484-.773 1.142-2.741 1.016-3.342-.231-.344-.9-.562-1.898-.37-2.858.087-.668.22-1.402.743-1.877zM4.779 4.702c.348.055.831-.148 1.088.13.102.947.289 1.884.362 2.835.265-.987.482-1.986.758-2.97.329.002.659.003.988.003.215.934.454 1.862.651 2.8l.06.001c.172-.93.22-1.878.414-2.803l1.015.003c-.213 2.04-.566 4.065-.833 6.099-.299 0-.597.001-.895.003-.339-1.217-.603-2.453-.93-3.673-.302 1.222-.579 2.449-.883 3.67H5.62a901.87 901.87 0 0 0-.841-6.098zM11.2 4.7c.945.038 1.906-.078 2.841.057 1.427.403 1.577 2.606.237 3.231.319.948.729 1.862 1.046 2.81l-1.123.004c-.348-.898-.711-1.792-1.026-2.702H12.2v2.7h-1V4.7m.9.901v1.598c.555-.019 1.116.048 1.666-.031.358-.078.408-.482.534-.763a29.274 29.274 0 0 1-.22-.585c-.601-.359-1.318-.183-1.98-.219zM21.9 4.7l1.087-.001c.661 1.194 1.312 2.395 1.995 3.576.041-1.191.007-2.384.018-3.575h1.1v6.1h-.949c-.708-1.294-1.46-2.563-2.149-3.868-.006 1.289 0 2.579-.002 3.868h-1.1V4.7zM10.036 13.698l1.045.002c.124.854.266 1.708.333 2.569l.155.162c.173-.921.441-1.82.657-2.731.321.034.724-.091.994.074.27.922.404 1.9.749 2.805.042-.968.267-1.915.35-2.879l1.094.001c-.292 1.8-.507 3.614-.778 5.419-.055.218.022.497-.162.663-.281.035-.565.018-.847.019-.285-1.226-.658-2.433-.875-3.674-.402 1.201-.579 2.461-.938 3.674l-.914-.001c-.338-2.026-.578-4.068-.863-6.103zM17.723 13.699l1.043.001c.632 2.051 1.397 4.056 2.056 6.099-.375.001-.751.001-1.126.003-.251-.661-.441-1.343-.692-2.004-.527.002-1.054.003-1.58.001-.228.664-.463 1.326-.658 2.001-.367 0-.734.001-1.1-.005.612-2.052 1.361-4.068 2.057-6.096m-.116 3.201c.409 0 .817.002 1.226-.005a18.493 18.493 0 0 0-.597-1.76c-.253.573-.406 1.182-.629 1.765zM20.99 13.698c.431.002.862.002 1.294.002.415.763.905 1.481 1.35 2.226.448-.75.896-1.5 1.378-2.228.411.001.822 0 1.234.01-.559.949-1.156 1.875-1.718 2.823-.134.241-.345.469-.328.763-.006.835.004 1.671 0 2.506h-1.1c-.124-1.12.337-2.411-.429-3.369-.565-.908-1.107-1.831-1.681-2.733zM0 22.705c.174.515.453 1.047.964 1.295H0v-1.295zM35.342 24c.353-.304.687-.65.858-1.094V24h-.858z"/><path fill="#231f20" d="M1.699 0h32.783c.789.142 1.479.715 1.718 1.487v21.419c-.171.444-.505.79-.858 1.094h-.737c.782-.292 1.383-1.046 1.396-1.894-.002-6.302-.002-12.604 0-18.906-.007-.528.052-1.072-.116-1.583-.22-.766-.992-1.306-1.779-1.318-10.637.002-21.275.002-31.912 0-.941.022-1.907.81-1.895 1.795.005 6.737-.005 13.474.004 20.211.031.81.647 1.449 1.39 1.695H.964c-.511-.248-.79-.78-.964-1.295v-21A2.365 2.365 0 0 1 1.699 0z"/><path fill="#bf2e1a" d="M1.838.535a1.96 1.96 0 0 1 .359-.036C12.866.502 23.535.497 34.204.502a1.655 1.655 0 0 1 1.594 1.594c.006 6.702-.002 13.405.004 20.108.026.775-.626 1.525-1.396 1.596-10.836 0-21.673.001-32.51-.001-.766-.021-1.428-.73-1.398-1.496C.505 15.534.496 8.765.502 1.996.51 1.263 1.133.644 1.838.535m15.999 4.1c-1.241.353-1.521 1.85-1.542 2.965-.019 1.073.167 2.334 1.089 3.019.846.467 2.07.346 2.635-.501.596-.944.65-2.116.556-3.199-.124-.738-.324-1.564-.968-2.024-.5-.39-1.18-.328-1.77-.26m10.281.483c-.523.475-.656 1.209-.743 1.877-.192.96.026 1.958.37 2.858.601 1.247 2.569 1.373 3.342.231.535-.718.405-1.647.412-2.484H29.4v1.1c.341 0 .682 0 1.024.002.04.505-.299 1.04-.822 1.103-.404.063-.752-.23-.961-.543-.306-.705-.27-1.494-.217-2.243.107-.474.187-1.081.679-1.313.558-.304 1.194.174 1.362.716.32-.103.655-.177.949-.347-.225-1.454-2.321-2.02-3.296-.957M4.779 4.702c.287 2.032.568 4.065.841 6.098h.954c.304-1.221.581-2.448.883-3.67.327 1.22.591 2.456.93 3.673.298-.002.596-.003.895-.003.267-2.034.62-4.059.833-6.099L9.1 4.698c-.194.925-.242 1.873-.414 2.803l-.06-.001c-.197-.938-.436-1.866-.651-2.8-.329 0-.659-.001-.988-.003-.276.984-.493 1.983-.758 2.97-.073-.951-.26-1.888-.362-2.835-.257-.278-.74-.075-1.088-.13M11.2 4.7v6.1h1V8.1h.975c.315.91.678 1.804 1.026 2.702l1.123-.004c-.317-.948-.727-1.862-1.046-2.81 1.34-.625 1.19-2.828-.237-3.231-.935-.135-1.896-.019-2.841-.057m10.7 0v6.1H23c.002-1.289-.004-2.579.002-3.868.689 1.305 1.441 2.574 2.149 3.868h.949V4.7H25c-.011 1.191.023 2.384-.018 3.575-.683-1.181-1.334-2.382-1.995-3.576L21.9 4.7m-11.864 8.998c.285 2.035.525 4.077.863 6.103l.914.001c.359-1.213.536-2.473.938-3.674.217 1.241.59 2.448.875 3.674.282-.001.566.016.847-.019.184-.166.107-.445.162-.663.271-1.805.486-3.619.778-5.419l-1.094-.001c-.083.964-.308 1.911-.35 2.879-.345-.905-.479-1.883-.749-2.805-.27-.165-.673-.04-.994-.074-.216.911-.484 1.81-.657 2.731l-.155-.162c-.067-.861-.209-1.715-.333-2.569l-1.045-.002m7.687.001c-.696 2.028-1.445 4.044-2.057 6.096.366.006.733.005 1.1.005.195-.675.43-1.337.658-2.001.526.002 1.053.001 1.58-.001.251.661.441 1.343.692 2.004.375-.002.751-.002 1.126-.003-.659-2.043-1.424-4.048-2.056-6.099l-1.043-.001m3.267-.001c.574.902 1.116 1.825 1.681 2.733.766.958.305 2.249.429 3.369h1.1c.004-.835-.006-1.671 0-2.506-.017-.294.194-.522.328-.763.562-.948 1.159-1.874 1.718-2.823-.412-.01-.823-.009-1.234-.01-.482.728-.93 1.478-1.378 2.228-.445-.745-.935-1.463-1.35-2.226-.432 0-.863 0-1.294-.002z"/><path fill="#bf2e1a" d="M18.133 5.531c.495-.172 1.039.118 1.255.575.393 1.039.435 2.237-.015 3.265-.29.78-1.645.739-1.879-.068a4.467 4.467 0 0 1 .048-3.265c.144-.218.345-.409.591-.507zM12.1 5.601c.662.036 1.379-.14 1.98.219.072.196.144.391.22.585-.126.281-.176.685-.534.763-.55.079-1.111.012-1.666.031V5.601zM17.607 16.9c.223-.583.376-1.192.629-1.765.235.574.421 1.166.597 1.76-.409.007-.817.005-1.226.005z"/></symbol><symbol viewBox="0 0 27 24" id="regulatory--yield--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M1.482 0h24.136c.742.17 1.3.759 1.501 1.482v.564c-.195.648-.582 1.209-.913 1.793-3.685 6.393-7.37 12.785-11.058 19.176-.283.546-.853.846-1.432.986h-.264c-.597-.126-1.181-.435-1.468-.997C8.129 16.323 4.281 9.639.423 2.961A5.941 5.941 0 0 1 0 2.027v-.384A2.053 2.053 0 0 1 1.482.001m1.387 2.398c3.58 6.172 7.083 12.393 10.724 18.526 3.555-6.178 7.127-12.346 10.675-18.526-7.134-.004-14.266-.005-21.399 0z"/><path fill="#fff" d="M2.869 2.399c7.134-.005 14.266-.004 21.399 0-3.548 6.18-7.12 12.348-10.675 18.526C9.952 14.792 6.449 8.571 2.869 2.399z"/></symbol><symbol viewBox="0 0 18 24" id="regulatory--yield-or-stop-for-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.281 0h15.518c.536.102 1.01.481 1.201.996v22.092a1.67 1.67 0 0 1-.915.912H.99A1.658 1.658 0 0 1 0 22.757V1.322C.11.672.624.113 1.281 0m.039.135C.666.247.135.842.119 1.509.117 8.516.12 15.524.118 22.53c-.006.733.621 1.392 1.351 1.43H16.61c.739-.039 1.4-.72 1.351-1.471-.003-7.034.001-14.068-.002-21.101-.069-.643-.626-1.2-1.268-1.268C11.617.117 6.543.12 1.469.118c-.05 0-.1.006-.149.016z"/><path fill="#231f20" d="M1.36.413a.747.747 0 0 1 .149-.016c4.967 0 9.935.002 14.902-.001.394-.024.817.132 1.047.465.192.25.244.579.225.887 0 6.927-.002 13.855.001 20.782-.003.377-.191.757-.516.956-.261.193-.604.205-.915.197H1.59a1.208 1.208 0 0 1-.943-.449c-.23-.3-.258-.697-.249-1.061V1.948C.388 1.596.405 1.22.599.913.78.66 1.046.458 1.361.414m.081.674a.525.525 0 0 0-.369.5v20.905c-.001.26.208.507.473.515h14.986a.491.491 0 0 0 .475-.475c-.001-7.022.002-14.044-.001-21.066a.51.51 0 0 0-.474-.393c-4.981-.001-9.962.002-14.944-.001a.42.42 0 0 0-.146.016z"/><path fill="#231f20" d="M1.907 10.808h.358v.834h.477v-.834h.318v2.066h-.318v-.914h-.477v.914h-.358v-2.066zM3.457 10.808h.993v.318h-.636v.477h.397v.318h-.397v.596h.715v.358H3.456v-2.066zM4.808 10.808c.342.016.711-.067 1.019.128.23.27.242.768-.114.936.094.335.188.671.296 1.002h-.355c-.075-.321-.184-.633-.26-.954h-.228v.954h-.358v-2.066m.358.317v.478c.178.003.495.046.496-.215.002-.259-.301-.288-.496-.263zM6.278 10.808h.993v.318h-.675v.477h.437v.318h-.437v.596h.755v.358H6.278v-2.066zM5.299 15.385c2.305-2.036 5.618-2.925 8.609-2.147-.002.729 0 1.459-.001 2.188-.917-.339-1.881-.579-2.861-.606-1.734-.054-3.466.494-4.905 1.452.482.195.975.364 1.45.576.29.154.163.657-.165.665-1.335.163-2.665.388-4.001.531.22-1.197.432-2.396.649-3.594.043-.206.034-.446.186-.61.186-.112.505-.075.572.163.173.454.324.917.465 1.382zM13.162 16.384a.585.585 0 0 1 .497.115c.285.395.286.919.211 1.381-.033.24-.154.509-.4.592-.178.005-.397.05-.529-.103-.238-.265-.225-.636-.265-.966.041-.369.053-.89.485-1.018m-.168 1.06c.038.244.033.523.207.716h.183c.243-.269.223-.655.197-.992-.044-.184-.068-.414-.268-.493-.298.128-.29.496-.319.769zM11.444 16.411h1.033v.318h-.358v1.709h-.318v-1.709h-.358v-.318zM7.562 20.329c-.161-.319.091-.766.463-.742.318-.062.58.261.564.559h-.322l-.005-.103-.142-.146c-.148.003-.311.103-.293.268.203.229.552.313.678.615.208.327.01.817-.371.902-.392.109-.76-.277-.709-.662h.311a.378.378 0 0 0 .238.36c.056-.02.112-.037.169-.052.11-.107.176-.282.068-.414-.188-.224-.529-.297-.65-.584zM15.192 20.369c-.2-.338.095-.857.505-.782.299-.021.525.275.48.56-.137.002-.349.04-.334-.164a.658.658 0 0 0-.242-.087l-.144.15v.169c.317.207.776.432.718.885.053.41-.457.739-.811.53-.242-.108-.314-.37-.354-.609.154-.006.418-.05.372.189.072.068.15.127.232.181.147-.076.319-.223.238-.407-.149-.273-.514-.339-.661-.615zM1.907 19.629c.274.01.552-.021.823.015.368.099.386.563.292.861-.128.313-.518.288-.797.277v.875h-.318v-2.026m.318.316v.517c.183.008.384.022.519-.128l-.002-.252-.137-.137h-.379zM3.298 19.629h.993v.318h-.636v.437h.397v.318h-.397v.636h.715v.318H3.297V19.63zM4.649 19.629h.817c.41.292.334.834.337 1.273.007.308-.151.681-.481.748-.224.017-.449.001-.673.006V19.63m.358.317v1.39l.257.001a.442.442 0 0 0 .221-.437c-.026-.322.091-.7-.168-.956l-.31.002zM6.159 19.629h.993v.318h-.636v.437h.397v.318h-.397v.636h.715v.318H6.158V19.63zM8.702 19.629h1.073v.278h-.358v1.748h-.318v-1.748h-.397v-.278zM10.013 19.629c.265.005.53-.01.795.006.453.101.498.849.087 1.034.086.331.201.653.281.985l-.329.004c-.111-.313-.184-.639-.284-.957l-.231.002v.953h-.318V19.63m.317.317v.437c.159.002.323.014.476-.041.023-.083.039-.168.049-.254a6.603 6.603 0 0 1-.147-.142h-.378zM11.483 19.629h.318v2.026h-.318v-2.026zM12.527 19.629h.337c.149.679.334 1.35.497 2.026-.105 0-.211.007-.315-.003-.116-.158-.068-.39-.184-.548-.125-.011-.25-.004-.374-.004a4.438 4.438 0 0 1-.137.557c-.107-.001-.215-.001-.322-.003.149-.679.334-1.349.498-2.025m.116.809c-.012.115-.035.229-.055.343l.213.001a2.325 2.325 0 0 1-.096-.412l-.062.068zM13.589 19.63l.313-.001c.197.356.336.74.519 1.103.007-.368.001-.735.003-1.103h.318v2.026l-.266.001c-.165-.43-.385-.836-.567-1.258-.003.419 0 .839-.001 1.258h-.318V19.63z"/><path fill="#fff" d="M1.32.135a.68.68 0 0 1 .149-.016C6.543.121 11.617.118 16.691.121c.643.069 1.2.626 1.268 1.268.003 7.034-.001 14.067.002 21.101.049.751-.612 1.432-1.351 1.471H1.469c-.729-.038-1.357-.698-1.351-1.43.002-7.007 0-14.014.001-21.021C.135.843.666.248 1.32.136m.04.277C1.046.457.779.659.598.912c-.194.306-.21.683-.201 1.035v20.225c-.009.364.019.761.249 1.061.225.284.582.451.943.449h14.663c.312.008.654-.004.915-.197.325-.199.513-.579.516-.956-.002-6.927-.001-13.854-.001-20.782.019-.308-.033-.637-.225-.887-.23-.333-.653-.489-1.047-.465-4.967.002-9.935.001-14.902.001a.755.755 0 0 0-.149.016z"/><path fill="#fff" d="M1.442 1.088a.42.42 0 0 1 .146-.016c4.981.003 9.962 0 14.944.001a.51.51 0 0 1 .474.393c.003 7.022 0 14.044.001 21.066a.491.491 0 0 1-.475.475H1.546c-.265-.008-.474-.255-.473-.515V1.587a.526.526 0 0 1 .369-.5m3.699.954c-.495.048-.801.648-.552 1.077C5.857 5.321 7.13 7.521 8.403 9.72c.19.321.6.415.936.296.215-.096.347-.304.451-.505 1.225-2.138 2.457-4.272 3.679-6.412.261-.485-.173-1.106-.713-1.07-2.538.004-5.079-.019-7.616.012m-3.233 8.767v2.066h.358v-.914h.477v.914h.318v-2.066h-.318v.834h-.477v-.834h-.358m1.55 0v2.066H4.53v-.358h-.715v-.596h.397v-.318h-.397v-.477h.636v-.318h-.993m1.35.001v2.066h.358v-.954h.228c.075.321.184.633.26.954h.355c-.107-.331-.201-.667-.296-1.002.356-.168.344-.666.114-.936-.308-.194-.677-.111-1.019-.128m1.47 0v2.066h1.073v-.358h-.755v-.596h.437v-.318h-.437v-.477h.675v-.318h-.993m-.979 4.578a20.951 20.951 0 0 0-.465-1.382c-.067-.238-.386-.275-.572-.163-.152.163-.143.404-.186.61-.217 1.198-.429 2.397-.649 3.594 1.336-.143 2.665-.369 4.001-.531.327-.008.455-.511.165-.665-.475-.213-.968-.381-1.45-.576 1.438-.958 3.171-1.506 4.905-1.452.98.027 1.943.267 2.861.606.002-.729-.001-1.459.001-2.188-2.992-.778-6.304.111-8.609 2.147m7.861.999c-.432.128-.444.649-.485 1.018.04.33.027.702.265.966.132.153.351.108.529.103.246-.083.367-.352.4-.592.075-.462.074-.986-.211-1.381a.59.59 0 0 0-.497-.115m-1.719.028v.318h.358v1.709h.318v-1.709h.358v-.318h-1.033m-3.883 3.918c.12.287.461.36.65.584.108.133.042.308-.068.414a2.532 2.532 0 0 0-.169.052.378.378 0 0 1-.238-.36h-.311c-.051.385.317.771.709.662.381-.085.579-.574.371-.902-.126-.302-.474-.386-.678-.615-.018-.165.145-.265.293-.268.046.049.094.098.142.146l.005.103h.322c.015-.298-.246-.621-.564-.559-.372-.023-.624.424-.463.742m7.629.041c.147.277.512.342.661.615.081.184-.091.331-.238.407a1.64 1.64 0 0 1-.232-.181c.046-.24-.218-.195-.372-.189.04.239.112.501.354.609.354.209.864-.12.811-.53.057-.453-.402-.677-.718-.885v-.169l.144-.15a.658.658 0 0 1 .242.087c-.015.203.197.166.334.164.045-.285-.181-.581-.48-.56-.409-.075-.705.445-.505.782m-13.286-.74v2.026h.318v-.875c.279.012.67.037.797-.277.094-.298.075-.762-.292-.861-.271-.036-.549-.004-.823-.015m1.391.002v2.026h1.073v-.318h-.715v-.636h.397v-.318h-.397v-.437h.636v-.318h-.993m1.35.001v2.026c.224-.005.449.011.673-.006.329-.067.488-.44.481-.748-.003-.438.073-.98-.337-1.273-.272.001-.544 0-.817 0m1.51.001v2.026h1.073v-.318h-.715v-.636h.397v-.318h-.397v-.437h.636v-.318H6.16m2.542.001v.278h.397v1.748h.318v-1.748h.358v-.278H8.702m1.311 0v2.026h.318v-.953l.231-.002c.1.317.173.643.284.957l.329-.004c-.079-.332-.194-.654-.281-.985.411-.185.366-.933-.087-1.034-.264-.015-.53 0-.795-.006m1.471.001v2.026h.318v-2.026h-.318m1.044 0c-.164.675-.348 1.346-.498 2.025.107.002.215.002.322.003.055-.183.105-.369.137-.557.124 0 .25-.007.374.004.116.158.068.39.184.548.105.01.21.004.315.003-.163-.676-.349-1.347-.497-2.026h-.337m1.062.001v2.026h.318c.001-.419-.002-.839.001-1.258.182.423.402.829.567 1.258l.266-.001v-2.026h-.318c-.002.368.004.735-.003 1.103-.183-.363-.322-.747-.519-1.103l-.313.001z"/><path fill="#fff" d="M6.849 3.312c1.384-.033 2.773-.003 4.159-.015.246-.017.548.119.555.399-.038.24-.201.43-.315.638-.6 1.066-1.222 2.119-1.822 3.185-.116.325-.588.371-.746.057-.643-1.107-1.282-2.216-1.922-3.325-.11-.197-.284-.393-.242-.637.01-.174.178-.272.333-.301m.779.661c.136.306.31.603.239.954h.16c-.065-.348.094-.65.237-.954l-.198-.002c-.04.088-.075.177-.11.267a1.189 1.189 0 0 1-.131-.265l-.196.001m.716-.001v.954h.158v-.954h-.158m.317 0v.954h.517V4.73h-.318v-.237l.159-.003v-.155l-.159-.004v-.197l.278-.001v-.158h-.477m.636-.001v.954h.477V4.73h-.318v-.755h-.158m.595-.001v.957c.172-.002.421.01.49-.188.072-.251.086-.563-.1-.771-.13.002-.26.002-.391.002z"/><path fill="#fff" d="M10.053 4.133l.155-.003a.95.95 0 0 1 0 .601l-.155-.003a59.004 59.004 0 0 1 0-.595zM5.166 11.125c.195-.025.498.005.496.263-.001.261-.318.218-.496.215v-.478zM12.993 17.445c.029-.273.021-.641.319-.769.201.079.225.31.268.493.025.337.046.722-.197.992H13.2c-.175-.193-.169-.472-.207-.716zM2.225 19.947h.379l.137.137.002.252c-.134.15-.336.135-.519.128v-.517zM5.007 19.947l.31-.002c.259.255.142.633.168.956a.446.446 0 0 1-.221.437l-.257-.001v-1.39zM10.331 19.947h.378c.048.048.097.095.147.142-.01.086-.026.171-.049.254-.153.054-.317.043-.476.041v-.437zM12.643 20.438l.062-.068c.019.14.052.278.096.412l-.213-.001c.019-.114.043-.228.055-.343z"/><path fill="#bf2e1a" d="M5.141 2.041c2.537-.031 5.078-.008 7.616-.012.54-.036.974.585.713 1.07-1.223 2.139-2.454 4.274-3.679 6.412-.105.201-.236.409-.451.505-.337.119-.746.025-.936-.296C7.13 7.521 5.858 5.32 4.59 3.118c-.249-.429.057-1.029.552-1.077m1.707 1.271c-.155.029-.323.127-.333.301-.043.244.132.439.242.637.641 1.109 1.279 2.218 1.922 3.325.158.314.63.269.746-.057.6-1.066 1.222-2.119 1.822-3.185.113-.207.277-.398.315-.638-.007-.28-.31-.416-.555-.399-1.386.013-2.775-.018-4.159.015z"/><path fill="#bf2e1a" d="M7.628 3.974l.196-.001c.033.093.074.184.131.265.035-.09.071-.179.11-.267l.198.002c-.143.303-.302.606-.237.954h-.16c.071-.351-.103-.647-.239-.954zM8.345 3.974h.158v.954h-.158v-.954zM8.662 3.974h.477v.158l-.278.001v.197l.159.004v.155l-.159.003v.237h.318v.198h-.517v-.954zM9.298 3.974h.158v.755h.318v.198h-.477v-.954zM9.894 3.974c.13 0 .26 0 .391-.002.186.207.172.52.1.771-.07.198-.319.186-.49.188v-.957m.158.159v.595l.155.003a.95.95 0 0 0 0-.601l-.155.003z"/></symbol><symbol viewBox="0 0 32 24" id="regulatory--your-speed--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M.129 1.137C.514.414 1.326.018 2.13.046 11.421.053 20.713.045 30.002.05a2.186 2.186 0 0 1 1.852 1.043c.045 7.221-.032 14.444.04 21.663-.317.805-1.196 1.22-2.025 1.197-9.291-.007-18.581.001-27.872-.004a2.186 2.186 0 0 1-1.853-1.043C.116 15.65.145 8.393.129 1.137M1.787.48C1.216.551.562.952.591 1.6c-.007 6.933-.007 13.867 0 20.801-.017.781.863 1.165 1.535 1.141 9.249.003 18.499.003 27.748 0 .673.024 1.552-.361 1.535-1.141.008-6.935.008-13.868 0-20.803.012-.839-.96-1.196-1.668-1.144-9.317.02-18.637-.032-27.953.025z"/><path fill="#fff" d="M1.651 1.129c.189-.099.405-.109.615-.113h27.469c.368-.032.9.124.872.58.007 6.936.008 13.872 0 20.807.027.457-.504.612-.872.583-9.156-.003-18.313-.003-27.469 0-.368.031-.901-.125-.872-.583-.011-6.893 0-13.787-.005-20.679-.017-.229.045-.479.263-.595m10.656 2.26c-.961.219-1.601 1.105-1.831 2.019-.319 1.319-.268 2.844.531 3.987.904 1.295 3.075 1.299 3.984.008.885-1.292.921-3.064.364-4.492-.452-1.177-1.832-1.884-3.048-1.521m-7.932.034c.631 1.325 1.363 2.603 1.992 3.928.123.956.017 1.935.051 2.899l1.121-.001c.12-1.241-.337-2.637.439-3.728.541-1.029 1.059-2.072 1.608-3.097a71.172 71.172 0 0 0-1.307.001c-.421.9-.837 1.801-1.293 2.684-.453-.892-.865-1.805-1.328-2.693-.428.007-.855.005-1.283.008m12.589-.001c.059 1.821-.144 3.665.149 5.469.385 1.98 3.793 2.003 4.179.021.224-1.82.069-3.664.109-5.493-.361 0-.723 0-1.084-.003-.02 1.439.007 2.877-.013 4.315-.029.455-.039 1.033-.483 1.296-.631.396-1.625.02-1.673-.773-.139-1.608-.008-3.229-.072-4.841-.371.005-.741.008-1.112.009m6.018 6.825l1.125.001c0-.957-.001-1.913.001-2.871.419.001.913.011 1.16.415.52.783.933 1.633 1.392 2.452.451.005.903.007 1.353-.004-.597-1.008-.945-2.216-1.876-2.987 1.7-.303 1.923-2.996.42-3.681-1.163-.296-2.383-.092-3.569-.155-.013 2.276 0 4.553-.007 6.829M3.739 13.875c-1 .939-.619 2.851.707 3.276.627.327 1.645.253 1.915 1.025.169.951-1.141 1.408-1.787.848-.32-.267-.423-.683-.54-1.061a49.88 49.88 0 0 1-1.089.143c.101.793.399 1.664 1.143 2.071a2.963 2.963 0 0 0 2.455-.028c1.273-.744 1.304-2.892.029-3.651-.683-.452-1.62-.393-2.217-.98-.373-.549.312-1.093.847-1.011.612-.055.933.492 1.04 1.012.372-.025.745-.056 1.117-.092-.069-.665-.284-1.393-.905-1.745-.832-.436-1.973-.424-2.713.193m4.875-.358c.007 2.263.003 4.524.003 6.787l1.141.001c-.001-.849.001-1.697-.004-2.547.655-.076 1.324-.004 1.969-.151 1.777-.621 1.559-4.139-.517-4.084-.864-.027-1.728-.017-2.592-.007m5.427-.005c.001 2.264.005 4.528-.001 6.793 1.417.003 2.835.004 4.253-.001l-.001-1.137c-1.043-.007-2.085-.001-3.129-.003-.001-.623-.003-1.244.001-1.867h2.796l.001-1.132c-.933-.003-1.865 0-2.797-.001-.003-.512-.003-1.025 0-1.537 1.009-.003 2.019.005 3.028-.005v-1.105c-1.383-.011-2.767-.004-4.151-.004m5.374.005c.007 2.261.001 4.524.003 6.785 1.42.005 2.841.003 4.261.001l-.003-1.141c-1.041-.001-2.083.001-3.123-.001.001-.621-.001-1.244.005-1.865.943-.008 1.887.017 2.829-.016a82.895 82.895 0 0 1-.011-1.115c-.94-.007-1.88-.001-2.82-.003a65.624 65.624 0 0 1 .003-1.537h3.007v-1.116c-1.384.004-2.768-.008-4.152.008m5.415-.008c.001 2.265.005 4.531-.001 6.795 1.283-.119 2.879.393 3.876-.668.869-1.096.929-2.631.683-3.953-.168-.896-.676-1.887-1.635-2.111-.968-.124-1.949-.037-2.923-.063z"/><path fill="#fff" d="M12.569 4.567c.907-.351 1.812.453 1.896 1.347.169 1.064.184 2.528-.881 3.14-.957.492-1.996-.431-2.049-1.399-.143-1.067-.169-2.623 1.035-3.088zM24.109 4.589c.571.005 1.143-.032 1.711.032.811.139.763 1.612-.079 1.661-.543.052-1.088.021-1.632.024-.003-.573-.003-1.145 0-1.717zM9.764 14.624c.499.013 1.017-.052 1.497.113.716.351.62 1.647-.196 1.808-.431.076-.869.044-1.304.049-.003-.657-.005-1.315.003-1.971zM25.955 14.624c.548.021 1.137-.075 1.647.177.561.312.676 1.02.72 1.603.024.789.063 1.653-.364 2.352-.48.603-1.341.353-2.005.407 0-1.513-.004-3.027.003-4.539z"/><path fill="#040404" d="M1.787.48C11.103.423 20.423.475 29.74.455c.708-.052 1.68.305 1.668 1.144.008 6.935.008 13.868 0 20.803.017.78-.861 1.165-1.535 1.141-9.249.003-18.499.003-27.748 0-.672.024-1.552-.36-1.535-1.141C.583 15.467.583 8.534.59 1.601.561.953 1.215.552 1.786.481m-.269.331C11.172.779 20.829.776 30.485.813 29.812.588 29.096.688 28.4.674H3.6C2.905.687 2.191.587 1.517.811m.134.318c-.217.116-.28.365-.263.595.005 6.892-.005 13.785.005 20.679-.029.457.504.613.872.583 9.156-.003 18.313-.003 27.469 0 .368.029.899-.125.872-.583.008-6.935.007-13.871 0-20.807.028-.456-.504-.612-.872-.58H2.265c-.209.004-.425.015-.615.113m-.134 22.058c.672.229 1.389.123 2.084.139h24.8c.695-.012 1.409.085 2.083-.139-9.655.036-19.312.037-28.967 0z"/><path fill="#202020" d="M1.517.812C2.19.588 2.905.688 3.6.675h24.8c.696.013 1.412-.087 2.085.139C20.829.777 11.172.779 1.517.813zM1.516 23.187c9.655.037 19.312.036 28.967 0-.673.224-1.388.127-2.083.139H3.6c-.695-.016-1.412.091-2.084-.139z"/><path fill="#101010" opacity=".95" d="M0 1.332l.129-.195C.145 8.393.116 15.65.144 22.906L0 22.713V1.332zM31.855 1.093l.145.193v21.68l-.105-.211c-.072-7.219.005-14.441-.04-21.663z"/><path d="M12.308 3.389c1.216-.363 2.596.344 3.048 1.521.557 1.428.521 3.2-.364 4.492-.909 1.291-3.08 1.287-3.984-.008-.799-1.143-.849-2.668-.531-3.987.229-.913.869-1.8 1.831-2.019m.261 1.179c-1.204.465-1.177 2.021-1.035 3.088.053.968 1.092 1.891 2.049 1.399 1.065-.612 1.051-2.076.881-3.14-.084-.893-.989-1.697-1.896-1.347zM4.376 3.424c.428-.003.855-.001 1.283-.008.463.888.875 1.801 1.328 2.693.456-.883.872-1.784 1.293-2.684.435-.005.871-.004 1.307-.001-.549 1.025-1.067 2.068-1.608 3.097-.776 1.091-.319 2.487-.439 3.728l-1.121.001c-.033-.964.072-1.943-.051-2.899-.629-1.325-1.361-2.603-1.992-3.928zM16.965 3.424c.371-.001.741-.004 1.112-.009.064 1.612-.067 3.233.072 4.841.048.793 1.043 1.169 1.673.773.444-.263.453-.841.483-1.296.02-1.437-.007-2.876.013-4.315.361.003.723.003 1.084.003-.04 1.829.115 3.673-.109 5.493-.385 1.981-3.793 1.959-4.179-.021-.293-1.804-.091-3.648-.149-5.469zM22.983 10.249c.007-2.276-.007-4.553.007-6.829 1.187.063 2.407-.141 3.569.155 1.503.685 1.28 3.379-.42 3.681.931.771 1.279 1.979 1.876 2.987-.451.011-.903.009-1.353.004-.459-.819-.872-1.669-1.392-2.452-.247-.404-.741-.413-1.16-.415-.003.957-.001 1.913-.001 2.871l-1.125-.001m1.125-5.661c-.003.572-.003 1.144 0 1.717.544-.003 1.089.028 1.632-.024.841-.049.889-1.523.079-1.661-.568-.064-1.14-.027-1.711-.032zM3.739 13.875c.74-.617 1.881-.629 2.713-.193.621.352.836 1.08.905 1.745-.372.036-.745.067-1.117.092-.107-.52-.428-1.067-1.04-1.012-.535-.083-1.22.461-.847 1.011.597.587 1.535.528 2.217.98 1.275.759 1.244 2.907-.029 3.651a2.963 2.963 0 0 1-2.455.028c-.744-.407-1.041-1.277-1.143-2.071.364-.044.727-.091 1.089-.143.117.379.22.795.54 1.061.645.56 1.956.103 1.787-.848-.269-.772-1.288-.699-1.915-1.025-1.325-.425-1.707-2.337-.707-3.276zM8.616 13.517c.864-.011 1.728-.02 2.592.007 2.076-.055 2.295 3.463.517 4.084-.645.147-1.315.075-1.969.151.005.849.003 1.697.004 2.547l-1.141-.001c0-2.263.004-4.524-.003-6.787m1.148 1.106c-.008.656-.005 1.313-.003 1.971.435-.005.873.027 1.304-.049.816-.161.912-1.457.196-1.808-.48-.165-.999-.1-1.497-.113zM14.043 13.511c1.384 0 2.768-.007 4.151.004v1.105c-1.009.011-2.019.003-3.028.005-.003.512-.003 1.025 0 1.537.932.001 1.864-.001 2.797.001l-.001 1.132h-2.796a193.65 193.65 0 0 0-.001 1.867c1.044.001 2.087-.004 3.129.003l.001 1.137c-1.419.005-2.836.004-4.253.001.007-2.265.003-4.529.001-6.793zM19.417 13.517c1.384-.016 2.768-.004 4.152-.008v1.116h-3.007a65.624 65.624 0 0 0-.003 1.537c.94.001 1.88-.004 2.82.003.001.372.004.743.011 1.115-.943.033-1.887.008-2.829.016-.007.621-.004 1.244-.005 1.865 1.04.003 2.081 0 3.123.001.001.381.001.761.003 1.141-1.42.001-2.841.004-4.261-.001-.001-2.261.004-4.524-.003-6.785zM24.831 13.509c.973.025 1.955-.061 2.923.063.959.224 1.467 1.215 1.635 2.111.247 1.323.187 2.857-.683 3.953-.997 1.061-2.593.549-3.876.668.007-2.264.003-4.529.001-6.795m1.124 1.115c-.007 1.512-.003 3.025-.003 4.539.664-.053 1.525.196 2.005-.407.427-.699.388-1.563.364-2.352-.044-.583-.159-1.291-.72-1.603-.509-.252-1.099-.156-1.647-.177z"/></symbol><symbol viewBox="0 0 24 24" id="warning--accident-area--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.442 1.854c.742-.245 1.643.091 2.01.79 3.247 5.621 6.493 11.242 9.742 16.861.264.464.588.94.582 1.495.02.887-.773 1.704-1.668 1.679-6.738.002-13.476.001-20.214.001-.945.068-1.791-.813-1.746-1.746.028-.494.314-.916.551-1.333C3.961 13.96 7.219 8.317 10.48 2.677c.217-.371.547-.689.962-.823m.094.19c-.423.128-.745.467-.949.848-3.291 5.705-6.59 11.406-9.883 17.11-.235.414-.44.903-.288 1.383.164.65.816 1.103 1.475 1.101 6.739 0 13.478.004 20.216-.002.812.005 1.528-.769 1.464-1.577-.026-.413-.267-.763-.465-1.112-3.286-5.683-6.569-11.369-9.855-17.052-.319-.591-1.075-.896-1.715-.699z"/><path d="M13.44 10.446c.314-.04.52.339.71.548-.269.496-.625.944-.872 1.451-.145.727-.198 1.472-.349 2.198-.478.578-.992 1.129-1.504 1.678-.706.306-1.596.174-2.222.685-.296.213-.61.4-.916.599a3.935 3.935 0 0 1-.731-.632c.194-.262.415-.501.637-.738-.62-.583.255-1.564.901-.998.803-.897 1.609-1.792 2.417-2.685-.546-.608.234-1.513.907-1.009.348-.359.647-.767 1.022-1.097m-2.189 4.355c.225.2.451.4.676.602.239-.28.521-.526.725-.833.046-.46.034-.924.057-1.385-.49.535-.972 1.077-1.458 1.616m-1.193 1.33c.406.004.812.003 1.218.001l.569-.638c-.22-.206-.444-.408-.668-.608-.375.413-.75.826-1.119 1.245zM6.964 18.413c2.879-.001 5.757-.001 8.636.001l-.001.446c-2.879-.002-5.758.003-8.637-.002l.002-.445z"/><path fill="#fff" d="M11.536 2.044c.64-.197 1.396.108 1.715.699 3.286 5.683 6.569 11.369 9.855 17.052.198.349.439.699.465 1.112.064.808-.652 1.582-1.464 1.577-6.738.006-13.477.002-20.216.002-.659.002-1.311-.451-1.475-1.101-.152-.48.053-.969.288-1.383 3.293-5.704 6.592-11.405 9.883-17.11.204-.381.526-.72.949-.848m.196.395c-.307.079-.58.279-.728.562C7.755 8.65 4.5 14.296 1.248 19.944c-.154.283-.356.549-.434.867-.117.621.437 1.291 1.081 1.243 6.734-.002 13.469.002 20.203-.003.662.027 1.21-.711 1.002-1.337-.105-.307-.293-.576-.45-.858-3.245-5.622-6.491-11.244-9.734-16.866-.224-.409-.716-.703-1.184-.551z"/><path fill="#fff" d="M4.253 19.61c2.581-4.481 5.161-8.962 7.755-13.435 2.597 4.476 5.188 8.955 7.775 13.436-5.177.004-10.353.005-15.53-.001m9.187-9.164c-.375.33-.674.738-1.022 1.097-.673-.504-1.453.401-.907 1.009-.808.893-1.614 1.788-2.417 2.685-.646-.566-1.521.415-.901.998a8.448 8.448 0 0 0-.637.738c.22.236.459.456.731.632.306-.199.62-.386.916-.599.626-.511 1.516-.379 2.222-.685.512-.549 1.026-1.1 1.504-1.678.151-.726.204-1.471.349-2.198.247-.507.603-.955.872-1.451-.19-.209-.396-.588-.71-.548m-6.476 7.967l-.002.445c2.879.005 5.758 0 8.637.002l.001-.446c-2.879-.002-5.757-.002-8.636-.001z"/><path fill="#fff" d="M11.251 14.801c.486-.539.968-1.081 1.458-1.616-.023.461-.011.925-.057 1.385-.204.307-.486.553-.725.833-.225-.202-.451-.402-.676-.602zM10.058 16.131c.369-.419.744-.832 1.119-1.245.224.2.448.402.668.608l-.569.638a82.42 82.42 0 0 1-1.218-.001z"/><path fill="#d9261c" d="M11.732 2.439c.468-.152.96.142 1.184.551 3.243 5.622 6.489 11.244 9.734 16.866.157.282.345.551.45.858.208.626-.34 1.364-1.002 1.337-6.734.005-13.469.001-20.203.003-.644.048-1.198-.622-1.081-1.243.078-.318.28-.584.434-.867C4.5 14.296 7.755 8.65 11.004 3.001c.148-.283.421-.483.728-.562M4.253 19.61c5.177.006 10.353.005 15.53.001-2.587-4.481-5.178-8.96-7.775-13.436-2.594 4.473-5.174 8.954-7.755 13.435z"/></symbol><symbol viewBox="0 0 27 24" id="warning--accident-area--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M13.309 0h.562c.562.13 1.064.478 1.333.994l11.172 19.335c.306.537.665 1.056.824 1.661v.45A1.949 1.949 0 0 1 25.7 24H1.515C.76 23.86.161 23.252 0 22.507v-.563c.155-.544.468-1.017.748-1.5C4.495 13.959 8.241 7.474 11.989.99c.266-.512.765-.858 1.32-.99m-.518 1.395C8.868 8.172 4.95 14.953 1.034 21.734c-.341.499-.034 1.217.537 1.365.564.156 1.152.097 1.729.099h20.6c.576-.001 1.164.056 1.727-.099.409-.132.741-.554.668-.996-.083-.343-.294-.633-.464-.936-3.812-6.588-7.615-13.181-11.428-19.768-.301-.659-1.31-.666-1.612-.004z"/><path fill="#febe0b" d="M12.791 1.395c.302-.662 1.311-.655 1.612.004 3.813 6.587 7.616 13.18 11.428 19.768.17.303.381.593.464.936.073.442-.259.864-.668.996-8.019.002-16.038.001-24.056 0-.571-.148-.878-.866-.537-1.365C4.95 14.953 8.868 8.172 12.791 1.395m-1.199 9.291c-.919.242-1.839.483-2.756.733-.001 2.755.003 5.51-.002 8.265.917.246 1.837.482 2.752.735.375.061.51.563.904.547 1.407.004 2.813-.002 4.22.001l.005-.494c.491.003.982-.004 1.474.001v-1.475c-.493.004-.985-.002-1.477.002v-6.889c.492.005.984-.002 1.476.002.002-.494.001-.988 0-1.482-.491.005-.982-.002-1.473.002l-.005-.494c-1.404.002-2.807-.002-4.21 0-.399-.024-.535.482-.908.546z"/><path fill="#febe0b" d="M9.33 11.809a82.33 82.33 0 0 1 1.968-.384c-.002 2.755 0 5.511-.001 8.266a221.53 221.53 0 0 0-1.97-.399c.004-2.494-.001-4.988.003-7.483z"/><path d="M11.592 10.686c.373-.064.509-.57.908-.546 1.403-.002 2.806.002 4.21 0l.005.494c.491-.004.982.003 1.473-.002.001.494.002.988 0 1.482-.492-.004-.984.003-1.476-.002v6.889c.492-.004.984.002 1.477-.002v1.475c-.492-.005-.983.002-1.474-.001l-.005.494c-1.407-.003-2.813.003-4.22-.001-.394.016-.529-.486-.904-.547-.915-.253-1.835-.489-2.752-.735.005-2.755.001-5.51.002-8.265.917-.25 1.837-.491 2.756-.733M9.33 11.809c-.004 2.495.001 4.989-.003 7.483.657.131 1.314.262 1.97.399.001-2.755-.001-5.511.001-8.266a82.33 82.33 0 0 0-1.968.384z"/><path fill="#a91400" opacity=".78" d="M1.571 23.099c8.018.001 16.037.002 24.056 0-.563.155-1.151.098-1.727.099H3.3c-.577-.002-1.165.057-1.729-.099z"/></symbol><symbol viewBox="0 0 27 24" id="warning--accident-area--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e41408" d="M13.379 0h.509c.563.11 1.066.458 1.337.968 3.91 6.759 7.818 13.519 11.731 20.276.156.27.262.565.344.866v.321c-.109.72-.607 1.352-1.311 1.569H1.307C.644 23.811.159 23.245 0 22.584v-.561c.074-.251.165-.497.293-.725L12.06.957c.268-.503.765-.842 1.319-.957M2.742 21.732c7.264.002 14.529.002 21.793 0-3.628-6.282-7.264-12.559-10.896-18.838C10.006 9.173 6.371 15.45 2.742 21.732z"/><path fill="#fff" d="M2.742 21.732C6.371 15.45 10.006 9.173 13.639 2.894c3.632 6.279 7.268 12.556 10.896 18.838-7.264.002-14.529.002-21.793 0m9.388-9.511c-.099.323-.372.665-.268 1.006.294.162.62.252.931.376-.535 1.396-1.073 2.791-1.609 4.187-.342-.1-.705-.38-1.055-.285-.143.351-.509.823-.319 1.174.475.13.824.462 1.246.681.356.406.919.554 1.443.504.84-.256 1.732-.049 2.591-.156.192-.039.246-.25.317-.402a613.415 613.415 0 0 1 1.527-3.971c.066-.184.174-.414.014-.583-.489-.537-1.109-.946-1.58-1.5-.309-.576-.962-.961-1.62-.894-.292-.165-.64-.022-.934-.177-.218-.069-.583-.305-.684.04z"/><path fill="#fff" d="M15.11 13.748c.403.229.706.585 1.047.892.136.145.386.308.235.531-.529 1.35-1.012 2.721-1.582 4.053-.595.068-1.211.111-1.807.019.998-1.698 1.734-3.56 2.107-5.495zM13.217 14.977c.173.067.345.136.517.204-.264.699-.536 1.396-.802 2.095l-.523-.207c.273-.696.534-1.397.808-2.092z"/><path fill="#1c1d20" d="M12.13 12.221c.101-.345.466-.109.684-.04.294.155.642.012.934.177.658-.067 1.311.318 1.62.894.471.554 1.091.963 1.58 1.5.16.169.052.399-.014.583a613.415 613.415 0 0 0-1.527 3.971c-.071.152-.125.363-.317.402-.859.107-1.751-.1-2.591.156-.524.05-1.087-.098-1.443-.504-.422-.219-.771-.551-1.246-.681-.19-.351.176-.823.319-1.174.35-.095.713.185 1.055.285.536-1.396 1.074-2.791 1.609-4.187-.311-.124-.637-.214-.931-.376-.104-.341.169-.683.268-1.006m2.98 1.527c-.373 1.935-1.109 3.797-2.107 5.495.596.092 1.212.049 1.807-.019.57-1.332 1.053-2.703 1.582-4.053.151-.223-.099-.386-.235-.531-.341-.307-.644-.663-1.047-.892m-1.893 1.229c-.274.695-.535 1.396-.808 2.092l.523.207c.266-.699.538-1.396.802-2.095-.172-.068-.344-.137-.517-.204z"/></symbol><symbol viewBox="0 0 28 24" id="warning--accident-area--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M13.545 0h.495c.176.148.322.328.432.529C18.837 8.118 23.25 15.681 27.6 23.278v.434a.543.543 0 0 0-.276.288H.285c-.075-.112-.151-.239-.285-.286v-.432C4.353 15.685 8.763 8.12 13.131.53c.109-.197.249-.376.414-.53m.225 4.192C10.424 10.016 7.041 15.82 3.696 21.645c6.737.003 13.473.003 20.209-.001-3.317-5.765-6.662-11.515-9.987-17.277a1.54 1.54 0 0 0-.148-.175z"/><path fill="#fff" d="M13.77 4.192c.054.055.103.113.148.175 3.325 5.762 6.67 11.512 9.987 17.277-6.736.004-13.472.004-20.209.001C7.041 15.82 10.424 10.016 13.77 4.192m.375 7.326a12.04 12.04 0 0 0-1.836 2.252 131.004 131.004 0 0 0 5.938 4.838c.608-.75 1.23-1.488 1.835-2.24-.558-.498-1.152-.955-1.69-1.475l-.129.081c.214.116.402.271.582.434-.702.06-1.163-.442-1.648-.855l.235-.28c.234.175.464.357.68.556.037-.037.075-.073.113-.108-1.352-1.072-2.689-2.176-4.08-3.203m-3.781 1.719c.621.421 1.234.853 1.864 1.26-.492-.602-1.016-1.178-1.532-1.759-.112.165-.223.332-.332.499m-.469.854c.761.243 1.516.501 2.28.734-.716-.465-1.471-.866-2.21-1.293l-.07.559m.071.769l.053.38c.767-.014 1.537-.004 2.303-.049-.781-.14-1.57-.229-2.356-.331m-3.327 3.363c.353.901.707 1.802 1.066 2.702 2.407-.861 4.8-1.756 7.133-2.804-.25-.941-.6-1.846-1.063-2.702-2.413.844-4.775 1.824-7.136 2.804m9.178-.63c.609.779 1.245 1.536 1.862 2.309l.419-.422c-.759-.631-1.499-1.286-2.281-1.887m-.514.62c.025.916.18 1.823.267 2.735l.326-.1c-.192-.879-.38-1.76-.593-2.635m.362-.176c.324.889.701 1.759 1.051 2.638l.451-.3c-.503-.778-.975-1.576-1.502-2.338z"/><path fill="#fff" d="M14.052 14.907c.43-.712.916-1.416 1.595-1.915.149.254.294.511.436.769-.455.412-.859.886-1.136 1.437a46.683 46.683 0 0 1-.895-.291zM15.944 13.08c.461.348.901.722 1.358 1.075l-.23.288c-.492-.351-.907-.79-1.128-1.363zM14.22 15.242c.633-.049 1.101.336 1.521.749l-.241.285c-.427-.345-.854-.688-1.28-1.034zM17.114 17.074c.435-.466.83-.968 1.174-1.504.242.064.483.136.722.215-.386.717-.898 1.365-1.545 1.864-.12-.19-.236-.382-.351-.575zM15.85 16.102c.548.374 1.051.827 1.278 1.472a63.716 63.716 0 0 1-1.491-1.191l.213-.281zM10.028 16.977c.505-.209 1.012-.411 1.518-.617-.278.556-.815.831-1.401.955l-.117-.338zM11.23 17.015c.229-.212.461-.421.689-.633.428.718.791 1.494.906 2.329-.296.004-.592.004-.888 0-.146-.598-.356-1.186-.707-1.696zM8.073 17.767c.595-.256 1.199-.487 1.799-.729l.124.346c-.61.266-1.244.497-1.923.383zM7.865 18.017c.226-.011.453-.018.681-.017.18.608.435 1.192.729 1.754l-.541.526c-.423-.696-.759-1.45-.869-2.263zM10.86 19.239c.552-.266 1.145-.402 1.76-.321-.542.227-1.088.444-1.633.664l-.127-.343zM9.146 20.319c.288-.644.958-.816 1.564-1.023l.104.358c-.558.218-1.114.438-1.668.665z"/><path d="M14.145 11.518c1.391 1.027 2.728 2.131 4.08 3.203a3.812 3.812 0 0 0-.113.108 8.586 8.586 0 0 0-.68-.556l-.235.28c.485.413.946.915 1.648.855a3.04 3.04 0 0 0-.582-.434l.129-.081c.538.52 1.132.977 1.69 1.475-.605.752-1.227 1.49-1.835 2.24a131.004 131.004 0 0 1-5.938-4.838 12.04 12.04 0 0 1 1.836-2.252m-.093 3.389c.297.1.596.197.895.291.277-.551.681-1.025 1.136-1.437a32.311 32.311 0 0 0-.436-.769c-.679.499-1.165 1.203-1.595 1.915m1.892-1.827c.221.573.636 1.012 1.128 1.363l.23-.288c-.457-.353-.897-.727-1.358-1.075m-1.724 2.162c.426.346.853.689 1.28 1.034l.241-.285c-.42-.413-.888-.798-1.521-.749m2.894 1.832c.115.193.231.385.351.575.647-.499 1.159-1.147 1.545-1.864-.239-.079-.48-.151-.722-.215a10.591 10.591 0 0 1-1.174 1.504m-1.264-.972l-.213.281c.492.402.986.803 1.491 1.191-.227-.645-.73-1.098-1.278-1.472zM10.364 13.237c.109-.167.22-.334.332-.499.516.581 1.04 1.157 1.532 1.759-.63-.407-1.243-.839-1.864-1.26zM9.895 14.091l.07-.559c.739.427 1.494.828 2.21 1.293-.764-.233-1.519-.491-2.28-.734zM9.966 14.86c.786.102 1.575.191 2.356.331-.766.045-1.536.035-2.303.049l-.053-.38zM6.639 18.223c2.361-.98 4.723-1.96 7.136-2.804.463.856.813 1.761 1.063 2.702-2.333 1.048-4.726 1.943-7.133 2.804-.359-.9-.713-1.801-1.066-2.702m3.389-1.246l.117.338c.586-.124 1.123-.399 1.401-.955-.506.206-1.013.408-1.518.617m1.202.038c.351.51.561 1.098.707 1.696.296.004.592.004.888 0-.115-.835-.478-1.611-.906-2.329-.228.212-.46.421-.689.633m-3.157.752c.679.114 1.313-.117 1.923-.383l-.124-.346c-.6.242-1.204.473-1.799.729m-.208.25c.11.813.446 1.567.869 2.263l.541-.526A9.807 9.807 0 0 1 8.546 18c-.228-.001-.455.006-.681.017m2.995 1.222l.127.343c.545-.22 1.091-.437 1.633-.664-.615-.081-1.208.055-1.76.321m-1.714 1.08c.554-.227 1.11-.447 1.668-.665l-.104-.358c-.606.207-1.276.379-1.564 1.023zM15.817 17.593c.782.601 1.522 1.256 2.281 1.887l-.419.422c-.617-.773-1.253-1.53-1.862-2.309zM15.303 18.213c.213.875.401 1.756.593 2.635l-.326.1c-.087-.912-.242-1.819-.267-2.735zM15.665 18.037c.527.762.999 1.56 1.502 2.338l-.451.3c-.35-.879-.727-1.749-1.051-2.638z"/><path fill="#1f1111" opacity=".13" d="M0 23.714c.134.047.21.174.285.286H0v-.286z"/><path fill="#1a0e0e" opacity=".11" d="M27.324 24a.543.543 0 0 1 .276-.288V24h-.276z"/></symbol><symbol viewBox="0 0 27 24" id="warning--accident-area--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.456 0h.483c.256.162.484.373.632.64 4.28 7.43 8.574 14.855 12.857 22.284v.524c-.158.155-.311.317-.472.47-7.063-.122-14.131-.018-21.197-.052-1.762.023-3.526-.053-5.285.045-.162-.155-.315-.32-.475-.479V23C4.208 15.583 8.529 8.227 12.762.823c.169-.322.42-.588.694-.824M3.551 21.59c6.783.008 13.566.008 20.351 0A9937.922 9937.922 0 0 0 13.723 3.967C10.327 9.838 6.93 15.709 3.551 21.59z"/><path fill="#fff" d="M3.551 21.59C6.93 15.709 10.327 9.838 13.723 3.967c3.401 5.87 6.79 11.746 10.179 17.623-6.784.008-13.568.008-20.351 0m9.516-9.07c-1.961.335-3.226 2.596-2.485 4.445.542 1.558 2.347 2.523 3.941 2.089 1.614-.363 2.776-2.052 2.511-3.691-.177-1.867-2.148-3.25-3.968-2.843z"/><path fill="#fff" d="M13.36 12.688c1.437-.189 2.928.754 3.346 2.146.431 1.215-.034 2.659-1.055 3.434-1.06.872-2.711.893-3.796.051-1.029-.742-1.528-2.152-1.151-3.371.317-1.204 1.422-2.126 2.655-2.26m-.429.383c-1.225.328-2.12 1.566-2.05 2.833.021 1.226.939 2.359 2.126 2.655 1.061.291 2.261-.112 2.938-.979.797-.956.834-2.445.089-3.441-.673-.965-1.978-1.41-3.102-1.068z"/><path fill="#373737" d="M13.067 12.52c1.82-.407 3.791.976 3.968 2.843.265 1.639-.897 3.327-2.511 3.691-1.595.435-3.4-.531-3.941-2.089-.741-1.849.524-4.11 2.485-4.445m.292.168c-1.233.134-2.338 1.056-2.655 2.26-.377 1.219.122 2.629 1.151 3.371 1.085.842 2.736.821 3.796-.051 1.02-.775 1.485-2.219 1.055-3.434-.418-1.392-1.909-2.336-3.346-2.146z"/><path fill="#ffd70a" d="M12.93 13.071c1.125-.341 2.429.103 3.102 1.068.745.996.708 2.485-.089 3.441-.676.867-1.876 1.27-2.938.979-1.186-.296-2.105-1.429-2.126-2.655-.07-1.267.826-2.506 2.05-2.833z"/><path fill="#120102" opacity=".08" d="M0 23.434c.159.159.313.324.475.479l.152.088H0v-.566z"/><path fill="#190102" opacity=".11" d="M26.957 23.919c.16-.154.314-.315.472-.47V24h-.613l.141-.081z"/><path fill="#c20813" opacity=".86" d="M.475 23.912c1.76-.099 3.523-.022 5.285-.045 7.066.034 14.134-.07 21.197.052l-.141.081H.627l-.152-.088z"/></symbol><symbol viewBox="0 0 27 24" id="warning--accident-area--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#f8ed48" d="M13.132.48c.659-.183 1.524.06 1.812.727a1431.018 1431.018 0 0 0 11.271 19.708c.627.733.633 2.212-.465 2.489-6.454.02-12.903.032-19.354.017-1.393.244-2.817.112-4.227.144-.928.026-1.684-.969-1.389-1.852C4.581 14.752 8.639 7.933 12.514 1.01c.127-.253.352-.438.618-.531M13.3.8c-.644.113-.857.812-1.159 1.299C8.506 8.592 4.705 14.994 1.15 21.529c-.314.671.263 1.551 1.02 1.455 7.62-.019 15.241-.129 22.861-.148.854.013 1.337-1.069.839-1.737-3.684-6.394-7.332-12.81-11.057-19.181-.3-.566-.762-1.284-1.513-1.117z"/><path fill="#f8ed48" d="M6.191 16.751c.185.157-.135.672-.361.7-.039-.262.154-.55.361-.7z"/><path fill="#232926" d="M13.3.8c.751-.167 1.213.551 1.513 1.117 3.725 6.371 7.373 12.787 11.057 19.181.497.668.015 1.75-.839 1.737-7.62.019-15.241.129-22.861.148-.756.096-1.334-.784-1.02-1.455 3.555-6.535 7.356-12.937 10.991-19.43.303-.487.515-1.185 1.159-1.299M8.198 13.183c.444-.131.906-.156 1.366-.16.003.694.012 1.389.015 2.084-.812.006-1.626.064-2.436-.031l-.289.416c2.042-.09 4.086-.029 6.128-.068.006.502.012 1.005-.001 1.507-.442.305-.355.832-.412 1.296-.559.003-1.116.013-1.673.022-.332-.595-.816-1.164-1.517-1.308-1.023-.265-2.042.42-2.467 1.331-.489-.073-1.169.228-1.489-.257-.529 1.088-1.155 2.127-1.725 3.194 6.625-.09 13.251-.118 19.876-.137-3.348-5.76-6.585-11.583-10-17.303-1.837 3.111-3.497 6.326-5.375 9.414m-2.008 3.568c-.207.15-.4.438-.361.7.225-.028.545-.543.361-.7z"/><path fill="#fbeb39" d="M8.198 13.183c1.878-3.088 3.537-6.303 5.375-9.414 3.415 5.721 6.652 11.543 10 17.303-6.625.019-13.251.047-19.876.137.57-1.068 1.196-2.106 1.725-3.194.32.486 1.001.185 1.489.257.425-.911 1.444-1.596 2.467-1.331.701.144 1.185.713 1.517 1.308.557-.009 1.114-.019 1.673-.022l-.025.163c-.432.224-.857.461-1.26.733.442-.119.883-.25 1.313-.412l.457.215a23.66 23.66 0 0 0-.704.263l-.221 1.039c.444-.083.886-.167 1.328-.252.201.416.489 1.004 1.059.831.537-.103.538-.708.564-1.136 1.116-.199 2.228-.417 3.344-.617.22.345.416.884.927.8.588-.012.676-.657.695-1.111a10.5 10.5 0 0 0 1.732-.575c-.432-.921-1.44-.748-2.276-.66-.316-.298-.63-.598-.943-.897-1.053.205-2.112.383-3.158.618l-.188-.72c.259-.329.492-.679.719-1.031-.329.282-.646.577-.944.892a97.524 97.524 0 0 1-1.139-.42c.067-.468.112-.94.138-1.412-.182.516-.324 1.044-.49 1.565a5.256 5.256 0 0 1-.518.829c.013-.502.007-1.005.001-1.507-2.042.039-4.086-.022-6.128.068l.289-.416c.81.095 1.625.036 2.436.031-.003-.695-.012-1.391-.015-2.084-.46.004-.922.029-1.366.16m5.025-5.046c.156.927-.057 1.997.454 2.815.151-.97.218-1.953.271-2.934.017-.515-.897-.396-.724.119m.222 2.966c-.439.128-.215.841.218.717.569-.036.262-.985-.218-.717m-3.54 1.94c0 .688-.001 1.377.001 2.065 1.025.012 2.049.001 3.075-.025l-.003-2.067c-1.025.009-2.049.038-3.073.026m-1.426 4.166c-1.2.257-1.792 1.847-1.017 2.812.753 1.124 2.694.841 3.12-.436.559-1.265-.761-2.809-2.103-2.375z"/><path fill="#262d22" d="M13.22 8.138c-.173-.515.742-.634.724-.119-.052.98-.119 1.964-.271 2.934-.511-.817-.298-1.888-.454-2.815z"/><path fill="#262e22" d="M13.443 11.104c.48-.268.787.681.218.717-.433.124-.657-.589-.218-.717z"/><path fill="#212722" d="M9.903 13.044c1.024.012 2.048-.017 3.073-.026.001.689.003 1.377.003 2.067a85.182 85.182 0 0 1-3.075.025c-.003-.688-.001-1.377-.001-2.065zM13.497 16.102c.166-.521.308-1.049.49-1.565-.026.473-.071.944-.138 1.412-.038.25-.08.499-.128.746a8.675 8.675 0 0 1-.224-.593zM14.988 16.369c.298-.314.615-.609.944-.892-.227.352-.46.703-.719 1.031-.189.239-.4.458-.617.671.089-.288.198-.575.391-.81zM12.543 18.39l.374-.115a9.025 9.025 0 0 1-.32.436c-.431.161-.871.292-1.313.412.403-.272.828-.509 1.26-.733z"/><path fill="#fff" d="M13.849 15.949c.38.143.758.284 1.139.42-.193.236-.303.522-.391.81a7.13 7.13 0 0 0 .617-.671l.188.72-.313.618c.369-.225.743-.447 1.145-.611l.182.692.049-.675c.401-.067.803-.135 1.204-.207l.135.816c-.796.131-1.59.266-2.375.451-.236.41-.627.653-1.1.682-.412.308-.865.131-1.276-.07l-.457-.215c.111-.143.218-.288.32-.436l-.374.115.025-.163c.057-.464-.031-.991.412-1.296.202-.256.367-.54.518-.829.065.201.144.397.224.593.048-.247.09-.496.128-.746zM17.793 17.008c.615-.323 1.069.124 1.449.56-.441.089-.881.179-1.322.266l-.127-.826zM19.071 18.943c.291-.244.592.108.393.394-.256.086-.495-.135-.393-.394z"/><path fill="#232a25" d="M15.401 17.229c1.046-.236 2.105-.413 3.158-.618.313.3.627.599.943.897.836-.087 1.844-.26 2.276.66-.561.237-1.139.438-1.732.575-.019.454-.108 1.1-.695 1.111-.511.084-.707-.455-.927-.8-1.116.199-2.228.417-3.344.617-.026.428-.028 1.033-.564 1.136-.57.173-.858-.415-1.059-.831-.442.084-.884.169-1.328.252l.221-1.039c.233-.09.467-.18.704-.263.41.201.864.378 1.276.07a1.329 1.329 0 0 0 1.1-.682c.785-.185 1.58-.32 2.375-.451l-.135-.816c-.401.071-.803.14-1.204.207l-.049.675a372.3 372.3 0 0 1-.182-.692c-.401.164-.775.385-1.145.611.103-.207.208-.412.313-.618m2.39-.222l.127.826c.441-.087.881-.177 1.322-.266-.38-.436-.833-.883-1.449-.56m1.278 1.935c-.102.259.137.48.393.394.199-.287-.102-.639-.393-.394m-5.036 1.032c.121.167.247.329.377.49.105-.231.14-.476.045-.716a56.35 56.35 0 0 1-.422.225z"/><path fill="#212723" d="M8.477 17.209c1.343-.433 2.662 1.11 2.103 2.375-.426 1.277-2.367 1.561-3.12.436-.775-.964-.183-2.554 1.017-2.812m.159 1.145c-.439.217-.49.896-.057 1.145.438.314 1.1-.172.973-.682-.061-.409-.55-.647-.916-.463z"/><path fill="#fefdfe" d="M8.636 18.353c.367-.185.855.054.916.463.127.511-.535.996-.973.682-.433-.249-.383-.928.057-1.145z"/><path fill="#eef1ea" d="M14.035 19.975l.422-.225c.095.24.06.484-.045.716a12.744 12.744 0 0 1-.377-.49z"/></symbol><symbol viewBox="0 0 28 24" id="warning--accident-area--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M13.833.051c2.666 4.566 5.285 9.159 7.95 13.726-.884.115-1.778.015-2.666.067-1.729-3.061-3.513-6.092-5.27-9.137-1.79 3.027-3.567 6.066-5.275 9.139-.905-.028-1.81.004-2.714-.022C8.533 9.243 11.166 4.637 13.833.051zM11.385 18.367a1.92 1.92 0 0 1 .591.003 5.87 5.87 0 0 0 1.124.069c3.788-.016 7.578.015 11.366-.036 1.083 1.857 2.144 3.726 3.234 5.578V24H0v-.071c1.077-1.828 2.126-3.673 3.192-5.508 2.73-.043 5.471.106 8.193-.054m-7.361 3.302c6.528-.017 13.055-.002 19.582-.008-.54-1.098-1.204-2.133-1.809-3.197-.585-.016-1.173-.045-1.755.033l-.027-.047c-4.127.016-8.255-.013-12.382.019a28.01 28.01 0 0 0-1.739-.013c-.653 1.052-1.253 2.138-1.87 3.213z"/><path fill="#fa5052" d="M8.572 13.846c1.708-3.073 3.485-6.112 5.275-9.139 1.757 3.045 3.541 6.076 5.27 9.137-.588.022-1.176.016-1.764.007a286.595 286.595 0 0 0-3.523-6.106c-1.175 2.032-2.375 4.052-3.511 6.106a36.34 36.34 0 0 1-1.747-.005zM4.024 21.669c.617-1.075 1.217-2.161 1.87-3.213a28.01 28.01 0 0 1 1.739.013c-.286.556-.617 1.087-.925 1.631 4.748-.001 9.496.01 14.244-.005-.294-.538-.612-1.062-.91-1.598.582-.078 1.17-.049 1.755-.033.605 1.064 1.269 2.099 1.809 3.197-6.527.006-13.054-.009-19.582.008z"/><path fill="#fff" d="M13.83 7.745a286.595 286.595 0 0 1 3.523 6.106 1649.24 1649.24 0 0 0-7.034 0c1.136-2.054 2.336-4.074 3.511-6.106zM7.132 14.04c1.362-.288 2.158 1.487 1.556 2.554-.277.695-1.142 1.089-1.83.753-1.319-.624-1.195-2.961.274-3.307m.105.608c-.967.301-.891 2.102.163 2.201 1.229-.054 1.111-2.41-.163-2.201zM9.549 14.049l.618-.001c.003 1.123-.004 2.246.004 3.369-.205.007-.41.011-.614.018-.019-1.129-.004-2.257-.008-3.386zM16.413 14.041c.206.005.411.011.617.015-.007.585-.003 1.171-.004 1.757.281-.285.563-.568.845-.852.284-.002.569-.002.854.002-.332.352-.677.692-1.014 1.039.327.475.662.944.984 1.423-.773.261-1.07-.474-1.432-.983-.335.225-.225.643-.238.984h-.613c0-1.128-.003-2.257.001-3.385zM14.273 15.168c.405-.339.99-.298 1.43-.051-.108.162-.218.322-.329.482-.397-.156-.928.025-.964.498-.077.387.275.834.687.733.337-.14.448.236.606.449-.404.208-.906.287-1.308.03-.754-.426-.819-1.631-.122-2.141zM10.794 14.963l.647-.009c.205.52.385 1.048.586 1.569.195-.52.383-1.042.577-1.563.217 0 .434 0 .651.002-.43 1.134-.802 2.293-1.279 3.408a1.92 1.92 0 0 0-.591-.003c.067-.416.417-.831.202-1.254-.269-.715-.53-1.432-.793-2.15zM20.07 17.431c-1.007-.343-1.039-2.032-.056-2.423.299-.131.622-.03.915.066.188-.164.446-.105.674-.118v2.476c-.229-.004-.469.014-.678-.098-.272.092-.569.201-.855.097m.262-1.895c-.582.23-.501 1.307.16 1.345.778-.046.65-1.563-.16-1.345zM7.633 18.469c4.127-.032 8.255-.003 12.382-.019l.027.047c.298.536.616 1.06.91 1.598-4.748.015-9.496.004-14.244.005.308-.544.639-1.075.925-1.631z"/><path d="M21.783 13.777c.916 1.529 1.793 3.082 2.683 4.626-3.788.051-7.578.02-11.366.036a5.87 5.87 0 0 1-1.124-.069c.477-1.115.849-2.274 1.279-3.408-.217-.002-.434-.002-.651-.002-.194.521-.382 1.043-.577 1.563-.201-.521-.381-1.049-.586-1.569l-.647.009c.263.718.524 1.435.793 2.15.215.423-.135.838-.202 1.254-2.722.16-5.463.011-8.193.054.888-1.533 1.758-3.076 2.666-4.597.904.026 1.809-.006 2.714.022a36.34 36.34 0 0 0 1.747.005c2.345-.005 4.69-.005 7.034 0 .588.009 1.176.015 1.764-.007.888-.052 1.782.048 2.666-.067m-14.651.263c-1.469.346-1.593 2.683-.274 3.307.688.336 1.553-.058 1.83-.753.602-1.067-.194-2.842-1.556-2.554m2.417.009c.004 1.129-.011 2.257.008 3.386.204-.007.409-.011.614-.018-.008-1.123-.001-2.246-.004-3.369l-.618.001m6.864-.008c-.004 1.128-.001 2.257-.001 3.385h.613c.013-.341-.097-.759.238-.984.362.509.659 1.244 1.432.983-.322-.479-.657-.948-.984-1.423.337-.347.682-.687 1.014-1.039-.285-.004-.57-.004-.854-.002-.282.284-.564.567-.845.852.001-.586-.003-1.172.004-1.757-.206-.004-.411-.01-.617-.015m-2.14 1.127c-.697.51-.632 1.715.122 2.141.402.257.904.178 1.308-.03-.158-.213-.269-.589-.606-.449-.412.101-.764-.346-.687-.733.036-.473.567-.654.964-.498.111-.16.221-.32.329-.482-.44-.247-1.025-.288-1.43.051m5.797 2.263c.286.104.583-.005.855-.097.209.112.449.094.678.098v-2.476c-.228.013-.486-.046-.674.118-.293-.096-.616-.197-.915-.066-.983.391-.951 2.08.056 2.423z"/><path d="M7.237 14.648c1.274-.209 1.392 2.147.163 2.201-1.054-.099-1.13-1.9-.163-2.201zM20.332 15.536c.81-.218.938 1.299.16 1.345-.661-.038-.742-1.115-.16-1.345z"/></symbol><symbol viewBox="0 0 24 24" id="warning--accident-area--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#facf00" d="M11.591 0h.698c.479.124.929.359 1.27.721 3.238 3.241 6.484 6.476 9.718 9.722.83.778.842 2.219.014 3.004l-9.844 9.844c-.76.803-2.158.827-2.938.041C7.225 20.057 3.95 16.77.665 13.493c-.34-.319-.539-.749-.666-1.189v-.68c.152-.803.786-1.343 1.338-1.885 3.02-3.02 6.038-6.042 9.06-9.061.325-.335.75-.544 1.193-.677m-.035.762c-.409.084-.734.364-1.016.655-3.1 3.102-6.206 6.197-9.3 9.306-.682.632-.696 1.807-.012 2.444 3.158 3.163 6.323 6.323 9.482 9.485.632.703 1.838.713 2.477.013 3.163-3.157 6.324-6.317 9.482-9.479.701-.647.69-1.841-.012-2.483-3.133-3.148-6.278-6.283-9.422-9.421a1.737 1.737 0 0 0-1.679-.521z"/><path fill="#facf00" d="M11.57 1.62c.366-.209.82-.055 1.084.245 3.139 3.142 6.286 6.276 9.42 9.422.394.334.406.979.016 1.32-3.166 3.155-6.323 6.319-9.486 9.478-.337.397-.982.384-1.312-.014-3.16-3.163-6.324-6.32-9.486-9.48-.43-.389-.306-1.084.133-1.411 3.22-3.175 6.36-6.445 9.631-9.559m-.322 5.652c.168 1.355.121 2.759.432 4.08.218-1.349.266-2.722.408-4.081l-.84.001m-3.18.112c1.115 1.214 2.05 2.641 3.295 3.704C10.629 9.823 9.786 8.619 9 7.383c-.311.002-.622-.002-.932.001m5.295 1.141c-.385.805-.816 1.589-1.169 2.41.738-.775 1.409-1.612 2.116-2.413-.316-.006-.631.002-.947.004m2.614 1.453c-1.25.342-2.069 1.475-3.299 1.865-.803.317-.802 1.879.263 1.596.41.47 1.112.346 1.399-.187 1.33-.168 2.656-.368 3.988-.514.385.642 1.384.509 1.486-.269.277-.103.826-.06.793-.479-.214-.851-.414-1.824-1.181-2.359a8.681 8.681 0 0 0-3.449.347m-11.885.85c-.154.486-.482.985-.248 1.501.326.097.654.184.988.252.242.488.884.632 1.249.186 1.27.144 2.539.292 3.808.454a.635.635 0 0 0 1.091.163c.88.308.895-.946.298-1.255-.683-.379-1.59-.236-2.171-.83-.714-.732-1.783-.8-2.743-.827-.77.053-1.48.467-2.27.356m7.47 6.506h.84c-.137-1.363-.178-2.737-.392-4.09-.302 1.334-.281 2.73-.448 4.09m.723-3.822c.74 1.271 1.579 2.484 2.372 3.722.308-.004.618-.004.928-.008-1.118-1.217-2.05-2.646-3.3-3.714m-2.941 2.58c.313.006.626 0 .94.001.394-.81.821-1.604 1.186-2.428-.745.775-1.417 1.618-2.125 2.426z"/><path fill="#facf00" d="M18.233 9.91c.628-.145 1.301-.02 1.492.68-.403.084-.809.15-1.217.203-.102-.29-.196-.586-.275-.883zM16.577 10.097c.426-.079.857-.136 1.289-.175.086.325.164.653.232.983-.49.083-.979.161-1.47.232a16.382 16.382 0 0 1-.05-1.039zM14.567 11.442c.362-.659.982-1.198 1.745-1.304-.001.349-.005.698-.01 1.049-.577.092-1.153.196-1.735.256zM5.82 11.153c.392-.464 1.04-.442 1.588-.364l.037.812c-.512-.179-1.332.023-1.625-.449zM7.608 10.804c.634.065 1.412.378 1.546 1.073-.478-.053-.95-.138-1.423-.221-.042-.284-.082-.568-.122-.852zM18.892 12.059c.52-.228.901.607.379.848-.55.296-.966-.635-.379-.848zM5.333 12.167c.448-.205.75.527.296.707-.45.208-.763-.541-.296-.707zM13.484 12.652c.593-.154.796.829.185.912-.569.116-.751-.793-.185-.912zM10.357 12.751c.427-.175.732.51.307.7-.463.263-.8-.539-.307-.7z"/><path d="M11.555.763a1.736 1.736 0 0 1 1.679.521c3.144 3.138 6.289 6.274 9.422 9.421.702.642.713 1.836.012 2.483a8473.958 8473.958 0 0 1-9.482 9.479c-.638.7-1.844.69-2.477-.013-3.16-3.162-6.324-6.322-9.482-9.485-.684-.637-.67-1.812.012-2.444 3.094-3.109 6.2-6.204 9.3-9.306.282-.292.607-.571 1.016-.655m.015.856c-3.271 3.114-6.412 6.384-9.631 9.559-.439.328-.563 1.022-.133 1.411 3.162 3.16 6.326 6.317 9.486 9.48.33.398.974.412 1.312.014 3.163-3.158 6.32-6.323 9.486-9.478.39-.341.378-.986-.016-1.32-3.134-3.146-6.281-6.281-9.42-9.422-.264-.3-.718-.454-1.084-.245z"/><path d="M11.248 7.273l.84-.001c-.142 1.36-.19 2.732-.408 4.081-.311-1.321-.264-2.725-.432-4.08zM8.068 7.385c.311-.004.622.001.932-.001.786 1.236 1.628 2.44 2.363 3.706-1.246-1.063-2.18-2.49-3.295-3.704zM13.363 8.525c.316-.001.631-.01.947-.004-.707.802-1.378 1.638-2.116 2.413.353-.821.784-1.604 1.169-2.41zM15.977 9.979a8.7 8.7 0 0 1 3.449-.347c.767.535.967 1.508 1.181 2.359.032.419-.516.376-.793.479-.102.778-1.1.911-1.486.269-1.332.145-2.658.346-3.988.514-.287.533-.989.658-1.399.187-1.064.283-1.066-1.279-.263-1.596 1.23-.39 2.048-1.523 3.299-1.865m2.256-.069c.079.298.173.593.275.883.408-.053.814-.119 1.217-.203-.191-.701-.864-.826-1.492-.68m-1.656.187c.006.347.023.694.05 1.039.491-.071.98-.149 1.47-.232a16.5 16.5 0 0 0-.232-.983c-.432.04-.863.096-1.289.175m-2.009 1.346c.582-.06 1.158-.163 1.735-.256.005-.35.008-.7.01-1.049-.763.107-1.382.646-1.745 1.304m4.325.618c-.587.214-.17 1.145.379.848.522-.241.14-1.076-.379-.848m-5.408.593c-.566.119-.384 1.028.185.912.611-.083.408-1.066-.185-.912zM4.092 10.829c.791.11 1.5-.304 2.27-.356.96.026 2.029.095 2.743.827.581.594 1.488.451 2.171.83.598.31.582 1.564-.298 1.255a.635.635 0 0 1-1.091-.163c-1.268-.162-2.538-.31-3.808-.454-.365.446-1.007.302-1.249-.186a11.623 11.623 0 0 1-.988-.252c-.234-.516.095-1.015.248-1.501m1.73.324c.293.472 1.112.27 1.625.449l-.037-.812c-.547-.078-1.195-.101-1.588.364m1.788-.35c.041.284.08.568.122.852.473.083.946.168 1.423.221-.133-.695-.912-1.008-1.546-1.073m-2.274 1.363c-.467.166-.154.914.296.707.454-.18.151-.912-.296-.707m5.024.584c-.493.161-.156.962.307.7.425-.19.12-.875-.307-.7zM11.564 17.335c.167-1.36.145-2.755.448-4.09.215 1.352.256 2.726.392 4.09h-.84zM12.287 13.513c1.25 1.068 2.182 2.497 3.3 3.714-.31.005-.619.005-.928.008-.793-1.238-1.632-2.452-2.372-3.722zM9.346 16.093c.708-.809 1.38-1.651 2.125-2.426-.365.823-.792 1.618-1.186 2.428-.313-.001-.626.005-.94-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--added-lane-from-entering-roadway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.73 0h.506c.27.11.527.258.732.468 3.521 3.522 7.042 7.043 10.565 10.564.202.2.349.446.467.704v.492c-.101.245-.224.486-.416.673-3.536 3.545-7.084 7.08-10.62 10.627-.197.202-.44.353-.695.472h-.506c-.242-.101-.479-.226-.666-.414C7.538 20.024 3.976 16.464.415 12.904a2.372 2.372 0 0 1-.414-.638v-.499c.176-.535.63-.888 1.009-1.276C4.351 7.15 7.693 3.809 11.032.467c.2-.199.444-.347.698-.467m-.062.391c-.188.074-.335.221-.48.356C7.69 4.25 4.187 7.748.688 11.251c-.431.35-.48 1.055-.055 1.432 3.562 3.562 7.124 7.123 10.685 10.686.352.391 1.014.39 1.366 0 3.56-3.564 7.123-7.124 10.685-10.687.421-.377.373-1.08-.056-1.43C19.793 7.73 16.273 4.209 12.751.69c-.265-.299-.697-.45-1.081-.298z"/><path fill="#fecf33" d="M11.788.857c.223-.12.479-.01.632.167A26264.1 26264.1 0 0 1 22.976 11.58c.239.185.3.568.054.773a8956.277 8956.277 0 0 1-10.678 10.676c-.205.251-.586.186-.767-.056-3.536-3.542-7.081-7.078-10.616-10.62-.282-.235-.148-.641.11-.834C4.657 7.975 8.178 4.367 11.787.857M9.788 6.544c-.246.053-.607.089-.608.42.24.362.718.455 1.064.694-1.691 1.706-3.398 3.396-5.092 5.1.388.395.778.786 1.174 1.174 1.704-1.696 3.396-3.402 5.101-5.095.269.325.438 1.334.974.936.326-1.272.516-2.58.786-3.866-1.136.193-2.266.431-3.4.638m6.166.362c.15.143.295.293.454.428.288-.288.577-.575.86-.868-.146-.146-.29-.294-.437-.44a55.98 55.98 0 0 0-.877.88m-.667.659c-.29.289-.581.58-.869.871l.44.443c.295-.288.588-.581.876-.877a36.657 36.657 0 0 0-.448-.437m-2.403 2.411l.44.438c.347-.395 1.238-.876.448-1.316-.307.282-.601.577-.888.878m.804 1.065c-.431.56.606.734.931.994-.697.608-1.331 1.397-1.366 2.364a263.052 263.052 0 0 0-.002 5.33c.552-.002 1.104 0 1.656-.005.014-1.736-.012-3.473.012-5.209.016-.569.502-.937.88-1.295.251.331.439 1.346.988.913.319-1.271.51-2.575.77-3.862-1.291.246-2.598.44-3.869.769m-7.58 5.729l.415.422c1.452-1.405 2.869-2.848 4.31-4.265-.146.559-.262 1.13-.254 1.71-.007 2.062-.025 4.123-.019 6.185.202 0 .403.008.606.008.066-2.144.005-4.294.046-6.439.043-1.242.599-2.429 1.451-3.323l-.437-.433c-2.044 2.04-4.087 4.081-6.118 6.134z"/><path d="M11.668.391c.384-.152.816-.001 1.081.298 3.522 3.52 7.043 7.04 10.562 10.562.43.35.478 1.054.056 1.43-3.562 3.563-7.124 7.123-10.685 10.687-.352.39-1.014.391-1.366 0-3.56-3.563-7.123-7.124-10.685-10.686-.425-.377-.376-1.081.055-1.432C4.185 7.747 7.688 4.249 11.186.746c.145-.136.292-.282.48-.356m.122.467C8.18 4.367 4.659 7.975 1.08 11.519c-.258.193-.392.599-.11.834 3.535 3.542 7.08 7.078 10.616 10.62.181.242.562.307.767.056 3.562-3.554 7.12-7.115 10.678-10.676.246-.205.185-.588-.054-.773C19.46 8.06 15.94 4.542 12.421 1.024c-.154-.176-.409-.287-.632-.167z"/><path d="M9.788 6.544c1.134-.208 2.263-.445 3.4-.638-.27 1.286-.46 2.594-.786 3.866-.536.398-.706-.611-.974-.936-1.705 1.693-3.397 3.4-5.101 5.095a86.632 86.632 0 0 1-1.174-1.174c1.693-1.704 3.401-3.394 5.092-5.1-.347-.239-.824-.331-1.064-.694.001-.331.362-.367.608-.42zM15.953 6.907c.29-.295.581-.59.877-.88.146.146.29.294.437.44-.283.293-.572.58-.86.868-.158-.136-.304-.286-.454-.428zM15.286 7.566c.15.144.299.289.448.437-.288.296-.581.589-.876.877l-.44-.443c.288-.292.578-.582.869-.871zM12.882 9.977c.287-.301.581-.596.888-.878.791.44-.101.922-.448 1.316l-.44-.438zM13.686 11.042c1.271-.329 2.578-.523 3.869-.769-.26 1.286-.451 2.591-.77 3.862-.548.433-.737-.582-.988-.913-.378.358-.864.726-.88 1.295-.024 1.736.002 3.473-.012 5.209-.552.005-1.104.002-1.656.005-.013-1.776-.019-3.554.002-5.33.035-.967.668-1.756 1.366-2.364-.325-.259-1.362-.433-.931-.994zM6.106 16.77c2.03-2.053 4.074-4.094 6.118-6.134.145.144.29.289.437.433-.852.894-1.408 2.081-1.451 3.323-.041 2.146.02 4.295-.046 6.439-.203 0-.404-.008-.606-.008-.006-2.062.012-4.123.019-6.185-.007-.58.108-1.151.254-1.71-1.441 1.417-2.858 2.86-4.31 4.265-.138-.142-.277-.282-.415-.422z"/></symbol><symbol viewBox="0 0 24 24" id="warning--added-lane-from-entering-roadway--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.73 0h.506c.271.108.527.257.732.467 3.521 3.523 7.042 7.044 10.565 10.565.202.199.35.445.467.703v.494c-.1.246-.224.486-.414.673-3.562 3.56-7.122 7.123-10.682 10.682a2.291 2.291 0 0 1-.635.415h-.506c-.244-.1-.48-.226-.666-.414C7.538 20.023 3.976 16.463.416 12.901a2.243 2.243 0 0 1-.415-.637v-.5c.175-.536.631-.887 1.01-1.274C4.352 7.149 7.693 3.808 11.032.466c.2-.199.444-.348.698-.467m-.062.392c-.215.086-.376.26-.54.416C7.632 4.313 4.122 7.804.63 11.314c-.392.352-.39 1.016.002 1.368 3.562 3.562 7.124 7.123 10.685 10.686.35.391 1.014.391 1.366 0 3.56-3.564 7.123-7.124 10.685-10.686.391-.352.394-1.016.002-1.368C19.836 7.766 16.29 4.229 12.749.688c-.265-.3-.698-.45-1.081-.298z"/><path fill="#fecf33" d="M11.786.856c.223-.118.48-.011.634.168L22.978 11.58c.238.184.299.569.053.774-3.536 3.541-7.08 7.078-10.616 10.619-.18.242-.564.307-.767.056C8.086 19.473 4.528 15.913.97 12.354c-.283-.235-.149-.643.11-.834C4.657 7.974 8.18 4.368 11.786.856m-.974 5.049c.269 1.286.461 2.594.784 3.868.544.397.702-.613.979-.934 1.704 1.691 3.395 3.397 5.098 5.09.397-.385.788-.776 1.174-1.174-1.692-1.703-3.4-3.39-5.087-5.098.318-.275 1.33-.428.922-.977-1.266-.344-2.58-.523-3.869-.776m-4.079.564c.281.294.57.581.862.866l.45-.406c-.275-.318-.577-.607-.876-.9-.146.145-.292.292-.436.439m1.535 1.538c.287.295.578.587.872.876l.442-.444c-.288-.294-.58-.583-.871-.872-.15.144-.298.29-.443.44m1.966 1.096c-.137.14-.276.277-.419.41.248.336.57.606.862.905.146-.148.293-.294.44-.439a20.263 20.263 0 0 0-.883-.876m-3.79 1.172c.259 1.286.454 2.591.769 3.862.551.434.736-.581.988-.912.38.355.863.725.881 1.294.025 1.735-.002 3.473.012 5.209.55.006 1.1-.001 1.65.007.031-1.74.013-3.481.01-5.221-.001-1.008-.643-1.846-1.37-2.476.325-.262 1.361-.431.929-.995-1.271-.325-2.576-.523-3.868-.768m4.894.796c.85.895 1.405 2.082 1.45 3.323.043 2.146-.022 4.296.048 6.44.2-.006.401-.008.601-.008.013-2.062-.011-4.123-.016-6.185.006-.58-.109-1.151-.254-1.709 1.444 1.414 2.856 2.86 4.312 4.261.137-.14.274-.281.413-.42a1040.723 1040.723 0 0 0-6.118-6.134l-.436.432z"/><path d="M11.668.391c.383-.152.816-.002 1.081.298C16.29 4.23 19.836 7.767 23.37 11.315c.391.352.389 1.016-.002 1.368-3.562 3.562-7.124 7.122-10.685 10.686-.352.391-1.015.391-1.366 0-3.56-3.563-7.123-7.124-10.685-10.686-.392-.352-.395-1.016-.002-1.368C4.122 7.805 7.632 4.314 11.128.808c.164-.156.325-.33.54-.416m.118.464C8.18 4.368 4.657 7.974 1.08 11.52c-.259.191-.394.599-.11.834 3.558 3.559 7.116 7.12 10.678 10.675.203.251.587.186.767-.056 3.536-3.541 7.08-7.078 10.616-10.619.246-.205.185-.59-.053-.774C19.46 8.06 15.94 4.542 12.42 1.024c-.154-.179-.41-.286-.634-.168z"/><path d="M10.812 5.905c1.289.253 2.603.432 3.869.776.408.548-.604.702-.922.977 1.687 1.708 3.395 3.395 5.087 5.098-.385.397-.776.788-1.174 1.174-1.703-1.693-3.394-3.4-5.098-5.09-.277.32-.436 1.331-.979.934-.323-1.273-.515-2.581-.784-3.868zM6.734 6.468c.144-.148.289-.294.436-.439.299.293.601.582.876.9-.151.134-.3.27-.45.406a37.031 37.031 0 0 1-.862-.866zM8.269 8.005c.145-.15.293-.296.443-.44.292.289.583.578.871.872l-.442.444a51.427 51.427 0 0 1-.872-.876zM10.235 9.101c.306.281.595.577.883.876-.148.145-.294.292-.44.439-.292-.299-.613-.569-.862-.905.143-.133.282-.27.419-.41zM6.445 10.273c1.291.245 2.597.443 3.868.768.432.564-.604.733-.929.995.727.63 1.369 1.468 1.37 2.476.004 1.74.022 3.481-.01 5.221-.55-.008-1.1-.001-1.65-.007-.014-1.736.013-3.474-.012-5.209-.018-.569-.5-.938-.881-1.294-.252.331-.437 1.346-.988.912-.316-1.271-.51-2.575-.769-3.862zM11.34 11.069l.436-.432c2.045 2.039 4.088 4.079 6.118 6.134-.139.139-.276.28-.413.42-1.456-1.402-2.868-2.848-4.312-4.261.145.558.26 1.129.254 1.709.005 2.062.029 4.123.016 6.185-.2 0-.401.002-.601.008-.07-2.144-.005-4.295-.048-6.44-.044-1.241-.6-2.428-1.45-3.323z"/></symbol><symbol viewBox="0 0 24 24" id="warning--added-lane-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e8bd2e" opacity=".91" d="M11.724 0h.524c.49.19.821.61 1.186.966l9.6 9.6c.354.359.76.689.966 1.163v.51c-.169.472-.571.785-.911 1.13l-9.721 9.719c-.338.338-.654.721-1.106.912h-.515c-.457-.186-.775-.574-1.115-.912l-9.661-9.66c-.352-.36-.763-.684-.971-1.157v-.52c.176-.464.566-.784.906-1.126l9.661-9.66c.356-.354.69-.752 1.157-.966m.196.288c-.277.018-.487.215-.672.401C7.689 4.248 4.124 7.805.568 11.37c-.34.299-.391.872-.052 1.19 3.617 3.625 7.242 7.242 10.859 10.867a.828.828 0 0 0 1.249.001c3.618-3.625 7.244-7.242 10.861-10.868.337-.319.286-.892-.052-1.192C19.876 7.804 16.311 4.247 12.752.686c-.215-.228-.499-.448-.833-.4z"/><path d="M11.92.287c.334-.048.618.172.833.4 3.559 3.562 7.124 7.118 10.681 10.682.337.3.389.872.052 1.192-3.617 3.626-7.243 7.243-10.861 10.868a.828.828 0 0 1-1.249-.001C7.759 19.803 4.134 16.186.517 12.561c-.34-.318-.288-.892.052-1.19C4.125 7.806 7.69 4.249 11.249.689c.185-.186.395-.383.672-.401m-.013.458c-.132.059-.233.164-.337.26C8.032 4.55 4.486 8.088.947 11.631c-.215.16-.293.492-.055.671l10.807 10.805a.384.384 0 0 0 .604.001c3.602-3.601 7.204-7.205 10.807-10.806.239-.18.158-.51-.056-.671-3.54-3.542-7.084-7.081-10.622-10.625-.144-.131-.304-.322-.523-.26z"/><path d="M11.614 2.796l.722.004c.005.488.006.977-.002 1.465a19.8 19.8 0 0 1-.731-.011c.001-.486-.007-.972.011-1.458zM11.608 5.366h.728c.005.487.005.976.001 1.463l-.731.001c-.006-.488-.006-.977.001-1.464zM8.296 5.734a154.72 154.72 0 0 1 2.596 3.546c.218.23.01.649-.301.623-.436-.076-.848-.251-1.277-.358.059 1.102-.035 2.302-.809 3.162-.995 1.05-2.041 2.053-3.059 3.082-.47-.476-.947-.948-1.418-1.426.964-1 1.973-1.957 2.936-2.957.456-.51.308-1.238.328-1.861-.427.107-.838.282-1.273.358-.3.025-.516-.373-.313-.606.848-1.198 1.724-2.377 2.591-3.563zM15.634 5.735c.87 1.175 1.736 2.353 2.586 3.542.23.242.005.701-.331.634-.424-.08-.823-.25-1.24-.358-.012 2.876.002 5.753-.007 8.629-.668.002-1.337.002-2.004 0-.019-2.876.001-5.754-.011-8.63-.52.064-1.517.791-1.673-.067.815-1.297 1.795-2.496 2.68-3.75zM11.606 7.93h.731c.004.488.004.976-.001 1.463-.242.002-.486.001-.728 0a54.884 54.884 0 0 1-.001-1.463zM11.614 10.53c.24-.002.481-.002.722-.001.004 3.421.004 6.841 0 10.261-.244.002-.486.001-.728 0-.008-2.422-.004-4.844-.002-7.266-.961 1.783-2.659 2.984-4.003 4.458l-.52-.511c.979-1.043 2.023-2.022 3.014-3.054 1.016-1.015 1.488-2.471 1.517-3.887z"/><path fill="#fecf33" d="M11.908.746c.22-.061.379.13.523.26 3.539 3.544 7.082 7.082 10.622 10.625.215.161.295.491.056.671-3.604 3.601-7.205 7.205-10.807 10.806a.384.384 0 0 1-.604-.001L.891 12.302c-.238-.179-.16-.511.055-.671C4.485 8.089 8.031 4.55 11.57 1.006c.104-.096.205-.202.337-.26m-.293 2.05c-.018.486-.01.972-.011 1.458.244.008.487.011.731.011.008-.488.007-.977.002-1.465a173.77 173.77 0 0 1-.722-.004m-.006 2.57c-.007.487-.007.976-.001 1.464l.731-.001c.004-.487.004-.976-.001-1.463a88.331 88.331 0 0 0-.728 0m-3.313.368C7.43 6.92 6.554 8.099 5.705 9.297c-.203.233.013.631.313.606.436-.076.846-.251 1.273-.358-.019.623.128 1.351-.328 1.861-.964 1-1.973 1.957-2.936 2.957.472.478.948.949 1.418 1.426 1.018-1.028 2.064-2.032 3.059-3.082.774-.86.868-2.06.809-3.162.428.107.841.282 1.277.358.311.026.52-.392.301-.623a154.72 154.72 0 0 0-2.596-3.546m7.339.001c-.884 1.254-1.865 2.453-2.68 3.75.156.858 1.153.131 1.673.067.012 2.876-.008 5.754.011 8.63.667.002 1.336.002 2.004 0 .01-2.876-.005-5.753.007-8.629.416.108.816.277 1.24.358.336.067.562-.391.331-.634a256.468 256.468 0 0 0-2.586-3.542M11.606 7.93c-.006.487-.006.976.001 1.463.242.001.486.002.728 0 .005-.487.005-.974.001-1.463a89.06 89.06 0 0 0-.731 0m.009 2.6c-.029 1.416-.5 2.872-1.517 3.887-.991 1.032-2.035 2.011-3.014 3.054l.52.511c1.344-1.474 3.042-2.675 4.003-4.458-.001 2.422-.006 4.844.002 7.266.242.001.485.002.728 0 .004-3.42.004-6.84 0-10.261a57.894 57.894 0 0 0-.722.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--added-lane-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e8bd2e" opacity=".91" d="M11.713 0h.545c.528.233.893.694 1.295 1.087l9.361 9.359c.391.396.835.762 1.086 1.273v.53c-.214.51-.655.856-1.032 1.238l-9.42 9.419c-.396.391-.76.832-1.261 1.093h-.538c-.509-.214-.854-.656-1.238-1.032l-9.42-9.419C.702 13.15.25 12.792 0 12.281v-.54c.214-.506.649-.856 1.025-1.237 3.142-3.139 6.281-6.28 9.421-9.419.396-.391.761-.833 1.267-1.086m.208.288c-.277.018-.486.217-.676.398C7.689 4.25 4.121 7.802.566 11.369c-.337.301-.39.871-.05 1.192 3.616 3.628 7.243 7.243 10.859 10.868a.83.83 0 0 0 1.249-.001c3.599-3.602 7.2-7.204 10.801-10.805.383-.317.376-.929.007-1.253C19.858 7.783 16.269 4.211 12.691.628c-.2-.205-.47-.382-.77-.341z"/><path d="M11.921.287c.3-.041.57.136.77.341 3.578 3.583 7.168 7.156 10.741 10.742.368.324.376.936-.007 1.253-3.601 3.601-7.202 7.202-10.801 10.805a.83.83 0 0 1-1.249.001C7.759 19.804 4.132 16.188.516 12.561c-.34-.32-.287-.89.05-1.192C4.12 7.803 7.689 4.251 11.245.685c.19-.181.398-.38.676-.398m-.013.459c-.276.152-.475.406-.7.62C7.79 4.791 4.364 8.207.947 11.631c-.214.164-.296.487-.055.671l10.806 10.805a.385.385 0 0 0 .604-.001c3.604-3.6 7.205-7.201 10.806-10.804.236-.184.158-.506-.055-.671-3.538-3.544-7.084-7.08-10.621-10.624-.148-.127-.304-.322-.523-.262z"/><path d="M11.664 2.8l.719-.006c.018.486.018.973.014 1.459-.244.01-.487.006-.731.017-.007-.49-.007-.98-.002-1.47zM11.663 5.366l.731-.001c.005.488.005.977 0 1.465l-.731-.001c-.002-.487-.002-.976 0-1.463zM5.782 9.278c.846-1.193 1.716-2.368 2.585-3.545.851 1.169 1.71 2.333 2.554 3.508.235.222.094.665-.241.672-.45-.054-.87-.247-1.307-.364-.011 2.879.011 5.756-.011 8.634H7.358c-.007-2.878.005-5.755-.006-8.633-.439.114-.86.312-1.314.361-.308.001-.461-.415-.256-.634zM13.013 9.484c.81-1.303 1.788-2.508 2.692-3.751.85 1.163 1.704 2.324 2.545 3.493.246.232.083.702-.269.674-.436-.072-.847-.245-1.274-.354.022.622-.127 1.349.329 1.859.961 1.003 1.976 1.956 2.938 2.96-.474.474-.949.948-1.42 1.426-1.019-1.028-2.062-2.034-3.058-3.083-.775-.86-.869-2.063-.809-3.164-.52.052-1.502.785-1.674-.06zM11.663 7.93l.731-.001c.005.488.005.977 0 1.465l-.731-.001c-.002-.487-.002-.974 0-1.463zM11.663 10.529l.724.001c.028 1.416.499 2.87 1.516 3.888.998 1.016 2.008 2.022 3.018 3.028-.17.181-.347.359-.517.541-1.346-1.474-3.04-2.677-4.008-4.457.001 2.42.005 4.841-.001 7.261h-.731V10.529z"/><path fill="#fecf33" d="M11.908.746c.22-.06.376.134.523.262 3.538 3.544 7.084 7.08 10.621 10.624.214.164.292.487.055.671-3.601 3.602-7.202 7.204-10.806 10.804a.385.385 0 0 1-.604.001C8.095 19.507 4.492 15.906.891 12.303c-.241-.184-.158-.506.055-.671C4.364 8.208 7.79 4.792 11.207 1.367c.224-.215.424-.468.7-.62M11.664 2.8c-.005.49-.005.98.002 1.47.244-.011.487-.007.731-.017.004-.486.004-.973-.014-1.459l-.719.006m-.001 2.566c-.002.487-.002.976 0 1.463l.731.001c.005-.488.005-.977 0-1.465l-.731.001M5.782 9.278c-.205.218-.053.635.256.634.454-.049.875-.247 1.314-.361.011 2.878-.001 5.755.006 8.633h2.004c.022-2.878 0-5.755.011-8.634.437.116.857.31 1.307.364.335-.007.476-.45.241-.672-.844-1.175-1.703-2.339-2.554-3.508-.869 1.177-1.739 2.352-2.585 3.545m7.231.205c.172.845 1.154.112 1.674.06-.06 1.102.034 2.304.809 3.164.996 1.049 2.039 2.054 3.058 3.083.47-.478.946-.952 1.42-1.426-.961-1.004-1.976-1.957-2.938-2.96-.456-.51-.307-1.237-.329-1.859.427.109.839.282 1.274.354.352.028.515-.443.269-.674-.841-1.169-1.696-2.33-2.545-3.493-.904 1.243-1.882 2.448-2.692 3.751m-1.35-1.554c-.002.488-.002.976 0 1.463l.731.001c.005-.488.005-.977 0-1.465l-.731.001m0 2.599v10.262h.731c.006-2.42.002-4.841.001-7.261.968 1.78 2.662 2.983 4.008 4.457.17-.182.347-.36.517-.541-1.01-1.006-2.02-2.011-3.018-3.028-1.016-1.018-1.488-2.472-1.516-3.888l-.724-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--animal-drawn-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#9b8139" d="M11.384 0h1.267c3.239 3.278 6.516 6.522 9.769 9.787.542.565 1.175 1.062 1.581 1.743v.96c-.373.609-.929 1.067-1.421 1.572-2.866 2.865-5.731 5.727-8.592 8.594-.482.472-.92 1.005-1.513 1.344h-.966c-.607-.375-1.065-.929-1.57-1.423-2.838-2.84-5.676-5.678-8.515-8.516-.497-.509-1.065-.968-1.423-1.593v-1.116C3.819 7.593 7.573 3.765 11.385.001m.516.47c-.571.104-.918.612-1.311.985C7.343 4.717 4.084 7.965.829 11.217c-.434.389-.478 1.078-.039 1.477 3.436 3.47 6.907 6.909 10.362 10.363.41.489 1.167.578 1.603.068 3.49-3.471 6.977-6.949 10.449-10.438.468-.415.376-1.112-.074-1.505C19.716 7.763 16.289 4.354 12.88.93c-.268-.237-.596-.508-.977-.46z"/><path fill="#231f20" d="M11.901.471c.381-.048.709.223.977.46 3.41 3.423 6.836 6.833 10.25 10.252.451.393.542 1.09.074 1.505a2779.289 2779.289 0 0 1-10.449 10.438c-.435.509-1.192.421-1.603-.068C7.696 19.604 4.224 16.165.788 12.695c-.44-.399-.395-1.089.039-1.477 3.255-3.252 6.514-6.5 9.761-9.761.393-.373.74-.881 1.311-.985m-.21.534C8.204 4.323 4.868 7.813 1.426 11.182c-.373.305-.739.881-.28 1.288 3.389 3.425 6.819 6.816 10.221 10.23.291.376.861.463 1.178.068 3.416-3.4 6.824-6.81 10.23-10.219.353-.283.379-.818.025-1.112-3.346-3.369-6.726-6.709-10.072-10.08-.26-.268-.655-.604-1.039-.351z"/><path fill="#231f20" d="M12.7 8.851c1.901-.003 3.801 0 5.701 0 .005 1.373-.008 2.747.008 4.122.801.576.753 1.96-.296 2.213-1.084.307-1.804-1.016-1.257-1.891-.777.003-1.555.003-2.33-.002.528.855-.146 2.126-1.202 1.894-.94-.17-1.157-1.313-.641-2.013-.18-.033-.358-.063-.536-.096a9.671 9.671 0 0 0 1.332-.173c0-1.197-.019-2.395-.014-3.594-.257-.008-.513-.019-.768-.028l.003-.432m.91.45c-.003 1.095-.006 2.191.015 3.286.418-.139.836-.279 1.256-.415.026-.957.011-1.914.014-2.871H13.61m-.569 3.891a8.08 8.08 0 0 0-.591.827c.358-.051.714-.116 1.068-.19l-.033-.547c-.149-.029-.297-.06-.444-.09m.565.045l-.006.588c.342.077.686.147 1.033.207-.108-.516-.551-.723-1.027-.796m3.131.737c.367-.026.731-.063 1.098-.09a61.85 61.85 0 0 1-.012-.609c-.497-.017-.915.217-1.085.698m1.16-.699c.046.255.093.511.144.766l.807-.039-.159-.53a15.49 15.49 0 0 0-.791-.198m-5.428.874c.194.447.548.78.991.977.026-.246.053-.492.077-.739-.113-.132-.226-.263-.338-.396l-.731.158m1.263-.147c-.063.376-.116.754-.156 1.135.477-.181.87-.516 1.05-1.002a33.713 33.713 0 0 0-.893-.133m3.013.079c.164.708 1.129 1.49 1.226.325-.156-.139-.311-.28-.466-.423-.254.031-.508.063-.76.098m1.106 1.07c.483-.18.839-.553 1.078-1-.78-.288-1.093.297-1.078 1zM4.269 10.62c.44-.413.87-.839 1.222-1.332.52.537.994 1.172 1.678 1.507.836.223 1.731-.077 2.561.217.517.187 1.4.081 1.474.811.017.745.578 1.511.203 2.225-.321-.435-.421-1.027-.855-1.372-.311.308.226.591.321.887.245.615.653 1.132 1 1.688-1.03-.423-1.126-1.757-2.149-2.228l.094.753c-.423.355-.828.753-1.022 1.282l-.358.159c.149-.582.528-1.045.946-1.459-.116-.39-.231-.782-.331-1.177-.564.203-1.14.367-1.725.495-.211.765.194 1.377.915 1.629l.093.355c-.965-.296-1.522-1.189-1.486-2.18-.359.26-.768.471-1.061.811-.293.482-.081 1.18-.596 1.536.053-.909.314-1.805.893-2.519-.15-.534-.228-1.084-.345-1.626-.299.028-.596.051-.893.073.31-.124.646-.225.864-.497-.48-.011-1.016.296-1.443-.039m6.192.703c.05.384-.142.892.159 1.197.136-.412.056-.83-.159-1.197z"/><path fill="#fed24c" d="M11.689 1.006c.384-.252.779.084 1.039.351 3.346 3.371 6.726 6.711 10.072 10.08.355.294.328.828-.025 1.112-3.406 3.41-6.814 6.819-10.23 10.219-.317.395-.887.308-1.178-.068-3.402-3.414-6.831-6.805-10.221-10.23-.458-.407-.093-.983.28-1.288C4.868 7.813 8.203 4.323 11.689 1.006M12.7 8.851l-.003.432c.255.009.511.02.768.028-.005 1.198.014 2.397.014 3.594-.44.091-.886.144-1.332.173.178.033.356.063.536.096-.516.7-.299 1.843.641 2.013 1.056.232 1.73-1.039 1.202-1.894.776.005 1.553.005 2.33.002-.547.875.173 2.197 1.257 1.891 1.048-.252 1.096-1.637.296-2.213-.015-1.375-.003-2.748-.008-4.122-1.9 0-3.8-.003-5.701 0M4.269 10.62c.427.334.963.028 1.443.039-.218.273-.554.373-.864.497.297-.022.595-.045.893-.073.118.542.195 1.092.345 1.626-.579.714-.841 1.61-.893 2.519.516-.356.303-1.054.596-1.536.293-.341.701-.551 1.061-.811-.036.991.522 1.884 1.486 2.18l-.093-.355c-.722-.252-1.126-.864-.915-1.629a14.147 14.147 0 0 0 1.725-.495c.101.395.215.787.331 1.177-.418.413-.797.876-.946 1.459l.358-.159c.194-.53.599-.927 1.022-1.282-.033-.251-.063-.502-.094-.753 1.023.471 1.119 1.805 2.149 2.228-.347-.556-.756-1.073-1-1.688-.094-.296-.632-.579-.321-.887.434.345.534.937.855 1.372.375-.714-.186-1.48-.203-2.225-.074-.731-.957-.624-1.474-.811-.83-.294-1.725.006-2.561-.217-.684-.334-1.158-.969-1.678-1.507-.351.492-.782.918-1.222 1.332z"/><path fill="#fed24c" d="M13.61 9.301h1.285c-.003.957.012 1.914-.014 2.871-.42.136-.838.276-1.256.415a138.442 138.442 0 0 1-.015-3.286zM10.461 11.322c.215.367.296.785.159 1.197-.302-.305-.11-.813-.159-1.197zM12.471 14.146l.731-.158c.111.133.225.265.338.396l-.077.739a1.896 1.896 0 0 1-.991-.977zM13.733 13.999c.299.04.596.085.893.133-.18.486-.573.821-1.05 1.002.04-.381.093-.759.156-1.135zM17.853 15.148c-.015-.703.297-1.288 1.078-1-.238.447-.595.821-1.078 1z"/><path fill="#f8cd4a" d="M13.041 13.192l.444.09c.008.136.023.41.033.547-.355.074-.711.139-1.068.19.178-.288.378-.562.591-.827zM17.898 13.273c.265.059.53.125.791.198l.159.53-.807.039a41.21 41.21 0 0 1-.144-.766z"/><path fill="#f7cc4a" d="M13.606 13.237c.475.073.918.28 1.027.796-.347-.06-.691-.13-1.033-.207l.006-.588z"/><path fill="#f7cd4a" d="M16.737 13.973c.17-.482.588-.715 1.085-.698l.012.609c-.367.026-.731.063-1.098.09z"/><path fill="#ebc248" d="M16.747 14.078c.252-.034.506-.067.76-.098.155.142.31.283.466.423-.098 1.164-1.062.382-1.226-.325z"/></symbol><symbol viewBox="0 0 27 24" id="warning--arch-bridge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M13.445 0h.528c.399.127.783.357.982.74 3.954 6.814 7.905 13.629 11.859 20.442.249.438.594.884.526 1.419-.033.623-.515 1.121-1.078 1.329-7.986-.072-15.975-.007-23.961-.032a9.365 9.365 0 0 0-.962.038C.652 23.842.137 23.285 0 22.62v-.515c.069-.189.147-.375.246-.551C4.277 14.783 8.31 8.012 12.339 1.24c.287-.473.542-1.045 1.106-1.24M4.202 20.831c6.318.004 12.637.005 18.955-.001A9188.262 9188.262 0 0 0 13.68 4.421a8616.771 8616.771 0 0 0-9.478 16.41z"/><path fill="#fff" d="M4.202 20.831a8616.771 8616.771 0 0 1 9.478-16.41 9188.262 9188.262 0 0 1 9.477 16.409c-6.318.006-12.637.005-18.955.001m7.6-11.783c.623 1.08 1.24 2.164 1.873 3.238.615-1.083 1.255-2.153 1.865-3.239-1.246-.003-2.492-.006-3.738.001m-3.449 5.897c-.924 1.621-1.943 3.202-2.772 4.869.928.006 1.856.006 2.784.006.018-1.002-.003-2.004.011-3.005 1.1-1.277 2.668-2.143 4.342-2.357 2.297-.323 4.708.589 6.209 2.358.016 1-.006 2 .011 3 .944.009 1.888.001 2.831-.001a264.263 264.263 0 0 0-2.818-4.871c-2.889-2.572-7.712-2.576-10.598.001m4.961 1.425c-.126.222-.255.442-.382.664l.391.008c.135-.22.266-.443.388-.67-.132.001-.265.001-.397-.002m3.379.666c.132-.002.264 0 .396.003.128-.221.256-.442.38-.665a49.17 49.17 0 0 0-.384-.006 13.89 13.89 0 0 0-.392.668m1.014-.667c-.13.22-.26.44-.383.665l.39.006c.131-.221.26-.443.381-.67a7.17 7.17 0 0 1-.388-.001m-7.856.145a21.16 21.16 0 0 1-.15.302c-.107.024-.215.049-.322.075l.004.356c.133.006.266.01.399.014.002.557-.001 1.115.002 1.673.159.001.319.004.478.008.014-.809.004-1.618.006-2.427-.139.001-.278.001-.417-.001m.896.912c.158.001.317.004.476.007.093-.187.125-.51.394-.509.343-.089.66.347.43.632-.315.404-.791.629-1.195.929l.001.451c.588 0 1.176.005 1.764-.003a8.082 8.082 0 0 1 .001-.412 65.132 65.132 0 0 0-.884-.009c.339-.287.764-.553.881-1.011.129-.541-.353-1.117-.916-1.048-.536-.022-.951.455-.952.973m3.969-.513c-.284.58-.25 1.376.218 1.853.513.473 1.521.081 1.427-.666.062-.718-.782-1.012-1.334-.707.053-.454.587-.623.875-.26l.4-.17c-.246-.662-1.278-.657-1.586-.05m-1.465.446c.003.123.004.246.003.37.255.001.51-.001.765-.002l.001-.367c-.257-.001-.513-.003-.769-.001z"/><path fill="#fff" d="M15.339 17.738c.513-.221.759.644.261.794-.477.153-.696-.636-.261-.794z"/><path fill="#231f20" d="M11.802 9.048c1.246-.007 2.492-.004 3.738-.001-.61 1.086-1.25 2.156-1.865 3.239-.633-1.074-1.25-2.158-1.873-3.238zM8.353 14.945c2.886-2.577 7.709-2.573 10.598-.001a264.263 264.263 0 0 1 2.818 4.871c-.943.002-1.887.01-2.831.001-.017-1 .005-2-.011-3-1.501-1.769-3.912-2.681-6.209-2.358-1.674.214-3.242 1.08-4.342 2.357-.014 1.001.007 2.003-.011 3.005-.928 0-1.856 0-2.784-.006.829-1.667 1.848-3.248 2.772-4.869z"/><path fill="#211d1e" d="M13.314 16.37c.132.003.265.003.397.002-.122.227-.253.45-.388.67l-.391-.008c.127-.222.256-.442.382-.664zM16.693 17.036c.124-.227.256-.449.392-.668l.384.006c-.124.223-.252.444-.38.665a10.456 10.456 0 0 0-.396-.003zM17.707 16.369c.129.004.259.004.388.001-.121.227-.25.449-.381.67a49.95 49.95 0 0 1-.39-.006c.123-.225.253-.445.383-.665z"/><path fill="#221e1f" d="M9.851 16.514c.139.002.278.002.417.001-.002.809.008 1.618-.006 2.427a25.398 25.398 0 0 0-.478-.008c-.003-.558 0-1.116-.002-1.673-.133-.004-.266-.008-.399-.014l-.004-.356c.107-.026.215-.051.322-.075.051-.101.101-.201.15-.302zM10.747 17.426c.001-.518.416-.995.952-.973.563-.069 1.045.507.916 1.048-.117.458-.542.724-.881 1.011.295.001.589.004.884.009a8.082 8.082 0 0 0-.001.412c-.588.008-1.176.003-1.764.003l-.001-.451c.404-.3.88-.525 1.195-.929.23-.285-.087-.721-.43-.632-.269-.001-.301.322-.394.509a38.055 38.055 0 0 0-.476-.007zM14.716 16.913c.308-.607 1.34-.612 1.586.05l-.4.17c-.288-.363-.822-.194-.875.26.552-.305 1.396-.011 1.334.707.094.747-.914 1.139-1.427.666-.468-.477-.502-1.273-.218-1.853m.623.825c-.435.158-.216.947.261.794.498-.15.252-1.015-.261-.794z"/><path fill="#201c1d" d="M13.251 17.359c.256-.002.512 0 .769.001l-.001.367c-.255.001-.51.003-.765.002.001-.124 0-.247-.003-.37z"/><path fill="#2f0607" opacity=".2" d="M1.339 23.936c.32-.028.641-.043.962-.038 7.986.025 15.975-.04 23.961.032l-.152.07H1.5l-.161-.064z"/></symbol><symbol viewBox="0 0 24 24" id="warning--atv-and-snowmobiles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M11.788 0h.419c.71.173 1.17.762 1.664 1.25 3.181 3.179 6.359 6.362 9.544 9.539.247.241.44.532.586.844v.73c-.223.64-.778 1.057-1.231 1.526-3.2 3.202-6.403 6.4-9.601 9.602A2.628 2.628 0 0 1 12.4 24h-.738c-.271-.118-.533-.263-.744-.472C7.457 20.066 3.996 16.605.534 13.146c-.256-.252-.414-.578-.533-.912v-.401c.108-.359.278-.701.55-.964 3.218-3.222 6.444-6.436 9.662-9.658.469-.469.916-1.012 1.576-1.212m-.231.408c-.21.092-.379.251-.544.407C7.58 4.262 4.131 7.695.696 11.142.2 11.588.188 12.424.68 12.878c3.497 3.503 6.997 7.006 10.505 10.499.454.485 1.279.451 1.716-.041 3.442-3.434 6.874-6.88 10.32-10.312.56-.437.696-1.331.157-1.841C19.929 7.711 16.46 4.259 13.005.792c-.353-.402-.94-.616-1.448-.386z"/><path fill="#ffde00" d="M11.921.757c.34-.064.613.186.836.407 3.415 3.425 6.839 6.844 10.254 10.268.348.292.371.857.019 1.154-3.48 3.482-6.961 6.964-10.445 10.442-.296.352-.862.334-1.151-.018C7.953 19.528 4.467 16.05.99 12.564c-.33-.29-.305-.829.019-1.112 3.412-3.43 6.844-6.839 10.253-10.27.191-.176.385-.391.658-.426M9.816 4.18c-.224.594-.404 1.204-.595 1.808l-.433.025c.002.347.004.694.001 1.04-.414.124-.829.244-1.234.396.612.413 1.463-.172 2.171-.148.672.737 1.228 1.572 1.904 2.302.258.114.654.116.842-.139a14.282 14.282 0 0 0-.746-.044c-.665-.874-1.28-1.786-1.981-2.632l-.511.112c.238-.826.455-1.656.701-2.478.336-.09 1.096.206 1.142-.224-.419-.042-.841-.02-1.261-.018m.284 1.304c-.103.299-.206.599-.313.896.241.334.488.662.746.984.584-.006 1.17-.004 1.756-.006V6.72c-.662-.53-1.2-1.466-2.189-1.236m2.37 1.158c-.001.234-.004.467-.004.701.3 0 .601.002.901.005-.138.511-.338 1.014-.36 1.549.308-.376.533-.809.81-1.206.236-.419.788-.238 1.182-.283.847-.113 1.265.799 1.981 1.067-.524-.641-1.022-1.643-1.964-1.624-.028-.196-.054-.39-.083-.586-.828.077-1.644.242-2.464.377m-1.707 1.024c.343.486.706.958 1.049 1.444.941.256.944-.83 1.141-1.446-.731.001-1.46-.001-2.19.002m-1.956.454c-1.138.17-1.685 1.717-.886 2.552.67.809 2.03.624 2.531-.272.634-1.066-.431-2.555-1.645-2.28m5.866.002c-1.103.161-1.718 1.64-.944 2.489.634.866 2.092.73 2.563-.227.656-1.036-.421-2.543-1.619-2.262m-4.274 4.542c-.958.552-1.877 1.174-2.81 1.768-.468.278-.262.9-.31 1.345 1.706.016 3.414.007 5.122.005-.493-.942-1-1.876-1.499-2.814-.095-.175-.274-.472-.503-.304m5.434 1.821c-1.068.074-2.147-.049-3.212.055-.515.324.068.888.227 1.264 1.514-.031 3.032.044 4.544-.04.006-.503.006-1.004.01-1.506-.539-.272-1.091-.044-1.568.227m-9.192 1.293c-.067.708.413 1.481 1.159 1.546.96.035 1.922.002 2.884.012-.001-.174-.001-.347.001-.52-1.003-.018-2.01.037-3.011-.024-.54-.071-.758-.622-1.033-1.014m4.23.354c.241.448.374 1.214 1.007 1.217 1.555-.001 3.112.022 4.666-.011.604-.054.608-.76.583-1.217-2.086.005-4.171-.016-6.256.011z"/><path fill="#ffde00" d="M8.803 8.826c.598-.229 1.279.376 1.124.996-.097.626-.942.928-1.41.496-.522-.396-.344-1.315.286-1.492m.119.22c-.454.095-.634.73-.292 1.045.314.352.96.172 1.051-.289.128-.436-.325-.887-.76-.756zM14.684 8.821c1.081-.388 1.594 1.429.478 1.672-1.051.335-1.542-1.402-.478-1.672m.117.219c-.79.131-.528 1.414.247 1.226.81-.116.54-1.43-.247-1.226z"/><path d="M11.558.407c.509-.229 1.096-.016 1.448.386 3.455 3.467 6.924 6.919 10.373 10.391.539.51.403 1.404-.157 1.841-3.446 3.432-6.878 6.877-10.32 10.312-.437.492-1.262.526-1.716.041A4951.704 4951.704 0 0 1 .681 12.879c-.492-.455-.48-1.29.016-1.736C4.131 7.695 7.58 4.262 11.015.815c.164-.156.334-.314.544-.407m.362.349c-.272.035-.467.25-.658.426-3.409 3.431-6.841 6.84-10.253 10.27-.324.283-.349.822-.019 1.112 3.476 3.486 6.962 6.964 10.444 10.446.289.352.854.37 1.151.018 3.484-3.479 6.965-6.96 10.445-10.442.352-.298.329-.863-.019-1.154-3.415-3.425-6.839-6.844-10.254-10.268-.223-.221-.497-.47-.836-.407z"/><path d="M9.816 4.18c.42-.002.842-.024 1.261.018-.047.431-.806.134-1.142.224-.246.822-.463 1.652-.701 2.478l.511-.112c.701.846 1.316 1.758 1.981 2.632.25.01.498.023.746.044-.188.256-.584.253-.842.139-.677-.73-1.232-1.565-1.904-2.302-.708-.024-1.559.56-2.171.148.404-.152.82-.272 1.234-.396.002-.347.001-.694-.001-1.04l.433-.025c.191-.605.371-1.214.595-1.808z"/><path d="M10.1 5.484c.989-.23 1.526.706 2.189 1.236v.638c-.586.002-1.171 0-1.756.006-.258-.322-.505-.65-.746-.984.107-.298.21-.598.313-.896zM12.47 6.642c.82-.134 1.636-.3 2.464-.377.029.196.055.39.083.586.942-.019 1.44.983 1.964 1.624-.716-.268-1.134-1.18-1.981-1.067-.394.046-.946-.136-1.182.283-.277.397-.502.83-.81 1.206.022-.535.222-1.038.36-1.549-.3-.002-.601-.005-.901-.005 0-.234.002-.467.004-.701z"/><path d="M10.762 7.666c.73-.004 1.459-.001 2.19-.002-.197.616-.2 1.702-1.141 1.446-.343-.486-.706-.958-1.049-1.444zM8.806 8.12c1.214-.275 2.279 1.214 1.645 2.28-.5.896-1.861 1.081-2.531.272-.799-.835-.252-2.382.886-2.552m-.003.706c-.63.176-.808 1.096-.286 1.492.468.432 1.313.131 1.41-.496.155-.62-.527-1.225-1.124-.996zM14.672 8.122c1.198-.281 2.275 1.226 1.619 2.262-.472.956-1.93 1.093-2.563.227-.774-.848-.158-2.328.944-2.489m.012.699c-1.064.27-.574 2.006.478 1.672 1.116-.242.604-2.059-.478-1.672z"/><path d="M8.922 9.046c.434-.131.888.32.76.756-.091.461-.737.641-1.051.289-.342-.316-.162-.95.292-1.045zM14.801 9.04c.787-.204 1.057 1.11.247 1.226-.775.187-1.037-1.096-.247-1.226zM10.398 12.664c.229-.168.408.128.503.304.499.938 1.006 1.872 1.499 2.814-1.708.002-3.415.011-5.122-.005.048-.445-.158-1.067.31-1.345.934-.594 1.853-1.216 2.81-1.768zM15.832 14.485c.478-.271 1.03-.499 1.568-.227-.004.502-.004 1.003-.01 1.506-1.512.084-3.03.008-4.544.04-.158-.376-.742-.94-.227-1.264 1.066-.104 2.144.019 3.212-.055zM6.641 15.778c.275.392.493.943 1.033 1.014 1.001.061 2.008.006 3.011.024-.002.173-.002.346-.001.52-.961-.01-1.924.023-2.884-.012-.746-.065-1.226-.838-1.159-1.546zM10.871 16.132c2.084-.026 4.17-.006 6.256-.011.025.457.02 1.163-.583 1.217-1.554.032-3.11.01-4.666.011-.632-.002-.766-.769-1.007-1.217z"/></symbol><symbol viewBox="0 0 24 24" id="warning--atv-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.752 0h.467c.511.167.852.597 1.221.961 3.381 3.385 6.768 6.764 10.147 10.152.482.437.509 1.251.034 1.702-3.579 3.591-7.17 7.171-10.752 10.758-.448.51-1.3.52-1.755.014-3.363-3.369-6.732-6.735-10.098-10.102-.375-.383-.82-.73-1.016-1.247v-.474c.157-.512.586-.851.947-1.217l9.55-9.551c.383-.371.726-.825 1.255-.996m.089.345c-.251.031-.455.195-.63.366C7.696 4.229 4.176 7.743.662 11.262c-.408.355-.443 1.036-.031 1.402 3.548 3.554 7.102 7.102 10.649 10.658.345.395 1.01.422 1.372.035 3.566-3.568 7.137-7.133 10.699-10.705.394-.361.365-1.022-.027-1.374-3.51-3.524-7.038-7.03-10.549-10.553-.236-.256-.576-.448-.934-.38z"/><path fill="#ffd033" d="M11.824.832c.266-.115.497.101.67.274 3.494 3.507 7.004 6.997 10.493 10.507.208.177.251.513.035.703-3.527 3.542-7.072 7.066-10.6 10.607-.192.263-.589.342-.806.061A35325.23 35325.23 0 0 0 1.011 12.386a.5.5 0 0 1-.015-.789C4.49 8.091 7.999 4.598 11.493 1.091c.102-.096.203-.197.331-.259m-.486 4.515c-.573.256-.593 1.269-.026 1.529.458.001 1.085-.178 1.141-.719.115-.591-.586-1.101-1.115-.81M9.909 8.21c-.75.122-1.504.191-2.266.166.024.349.291.588.632.616l-.029.402c-.352.031-.705.05-1.055.098-.024.417.142.803.422 1.105a54.41 54.41 0 0 0-.426.638 4.059 4.059 0 0 0-2.898.367c.262.381.868.337 1.27.547.638.316 1.313-.03 1.958-.132l.001.267c-.308.064-.616.132-.924.199-.756.231-1.462-.345-2.209-.326l-.186.266c.762.29 1.618.788 2.434.411.914-.281 1.968-.376 2.837.097.597.317 1.005.882 1.314 1.467a2.697 2.697 0 0 1 1.914-.019c.408-.194.823-.07 1.105.268.063-.25.081-.507.085-.764-.303-.003-.605-.001-.908-.009.066-.541.704-.633.883-1.113.674-1.201 2.176-1.846 3.496-1.368a6.169 6.169 0 0 0-.172-.974c-.346-.108-.693-.211-1.04-.314-.161.302-.405.553-.741.653-.23-.314-.402-.742-.814-.852-.424-.098-.858.026-1.282.064-.037-.287-.087-.582-.003-.865.187-.598-.045-1.244-.365-1.753-.418-.546-1.178-.224-1.75-.223-.659-.032-.892.685-1.283 1.081m6.556 3.754l-.069.32-.202-.255-.115.265a32.796 32.796 0 0 1-.166-.228l-.014.27-.213-.16.013.337a24.79 24.79 0 0 0-.213-.234l.015.33-.261-.135.062.261a15.003 15.003 0 0 0-.208-.034l.05.159-.328.166.081.174-.201-.001.104.198-.196.006.089.188-.205.049.164.078c-.171.19-.018.483-.209.663l.098.049c.016.098.034.196.053.294l-.087.16.182.023-.088.181.213-.004-.127.274.309-.059-.197.288.3-.081-.107.302.275-.124-.06.161c.088.062.174.127.258.195a5.29 5.29 0 0 0 .134-.049l.001.214.206-.117-.007.221.229-.14.012.236.227-.209.066.306.149-.258.041.267.167-.25.048.231.091-.158c.154.007.308.014.461.024l.043-.181.145.21.004-.282.178.124c.05-.082.099-.165.15-.246.166-.069.293-.197.425-.314.095-.154.206-.298.324-.435l-.065-.134.209.002-.116-.216.211-.018-.192-.2.182-.07-.096-.189.233-.037-.228-.12.192-.189-.222-.057.245-.197-.331-.012.225-.2-.278-.063.199-.232-.276.028.162-.239-.324.031.139-.27-.303.051.103-.304-.302.119.088-.293-.233.099a14.12 14.12 0 0 1-.227-.318l-.164.172.011-.31-.242.261-.058-.302-.191.214-.134-.281-.096.279-.215-.275M4.422 13.276c-.055.947.744 1.713 1.674 1.69l-.007-.683c-.517-.069-.796-.539-.749-1.034-.306.009-.612.013-.918.027m3.015.297c-.835.327-1.338 1.35-.959 2.19.399 1.152 2.151 1.348 2.851.38.189-.355.31-.76.31-1.163-.122-.99-1.229-1.807-2.202-1.407z"/><path fill="#ffd033" d="M10.995 5.783c.466-.198 1.204-.08.979.588-.333-.103-.689-.175-.998.039.004-.209.011-.418.019-.627zM8.636 8.643c.664.089 1.322-.017 1.965-.174l.009.332c-.406.085-.813.199-1.233.154a4.5 4.5 0 0 0-.472.649l-.4-.013c.063-.313.115-.629.131-.948z"/><path fill="#ffd033" d="M9.362 9.356c.449.004.897-.013 1.345-.043.187.677-.587.393-.942.653-.284.141-.512.515-.868.358.107-.344.261-.671.465-.968zM15.989 10.698c-.006-.606.737-.26 1.063-.145l.02.47c-.374-.036-.789-.063-1.083-.325zM4.936 11.672a3.324 3.324 0 0 1 2.499.021c-.797.37-1.716.407-2.499-.021zM9.824 12.494c.584-.117.828.482 1.117.862.182.172.04.451-.138.562-.346-.394-.665-.818-1.096-1.129.04-.098.079-.196.117-.295zM11.095 12.511c.51-.018 1.094-.158 1.55.14.37.32.147.837.033 1.223l-.209-.064c-.021-.271.076-.613-.15-.821-.365-.255-.811-.099-1.197.007l-.027-.485zM15.849 14.644c-.264-.779.607-1.586 1.365-1.27.737.235.926 1.293.328 1.782.052-.202.112-.401.16-.604-.244.128-.4.355-.535.587l.392.025c-.567.47-1.529.212-1.71-.52zM7.937 14.452c.561-.183 1.16.396 1 .961-.109.592-.934.836-1.345.395-.448-.398-.235-1.219.345-1.356z"/><path d="M11.841.345c.358-.068.698.124.934.38 3.511 3.523 7.039 7.029 10.549 10.553.392.352.421 1.013.027 1.374-3.562 3.572-7.133 7.137-10.699 10.705-.362.387-1.027.36-1.372-.035C7.733 19.766 4.179 16.218.631 12.664c-.412-.366-.377-1.047.031-1.402C4.176 7.743 7.696 4.229 11.211.711c.175-.171.379-.335.63-.366m-.017.487c-.128.062-.229.163-.331.259-3.494 3.507-7.003 7-10.497 10.506a.5.5 0 0 0 .015.789c3.536 3.532 7.071 7.065 10.605 10.598.217.281.614.202.806-.061 3.528-3.541 7.073-7.065 10.6-10.607.216-.19.173-.526-.035-.703-3.489-3.51-6.999-7-10.493-10.507-.173-.173-.404-.389-.67-.274z"/><path d="M11.338 5.347c.529-.291 1.23.219 1.115.81-.056.541-.683.72-1.141.719-.567-.26-.547-1.273.026-1.529m-.343.436c-.008.209-.015.418-.019.627.309-.214.665-.142.998-.039.225-.668-.513-.786-.979-.588zM9.909 8.21c.391-.396.624-1.113 1.283-1.081.572-.001 1.332-.323 1.75.223.32.509.552 1.155.365 1.753-.084.283-.034.578.003.865.424-.038.858-.162 1.282-.064.412.11.584.538.814.852.336-.1.58-.351.741-.653.347.103.694.206 1.04.314.086.319.138.645.172.974-1.32-.478-2.822.167-3.496 1.368-.179.48-.817.572-.883 1.113.303.008.605.006.908.009a3.327 3.327 0 0 1-.085.764c-.282-.338-.697-.462-1.105-.268a2.697 2.697 0 0 0-1.914.019c-.309-.585-.717-1.15-1.314-1.467-.869-.473-1.923-.378-2.837-.097-.816.377-1.672-.121-2.434-.411l.186-.266c.747-.019 1.453.557 2.209.326.308-.067.616-.135.924-.199l-.001-.267c-.645.102-1.32.448-1.958.132-.402-.21-1.008-.166-1.27-.547a4.059 4.059 0 0 1 2.898-.367c.14-.214.283-.426.426-.638-.28-.302-.446-.688-.422-1.105.35-.048.703-.067 1.055-.098l.029-.402c-.341-.028-.608-.267-.632-.616.762.025 1.516-.044 2.266-.166m-1.273.433a6.452 6.452 0 0 1-.131.948l.4.013a4.5 4.5 0 0 1 .472-.649c.42.045.827-.069 1.233-.154l-.009-.332c-.643.157-1.301.263-1.965.174m.726.713a3.587 3.587 0 0 0-.465.968c.356.157.584-.217.868-.358.355-.26 1.129.024.942-.653-.448.03-.896.047-1.345.043m6.627 1.342c.294.262.709.289 1.083.325a77.115 77.115 0 0 1-.02-.47c-.326-.115-1.069-.461-1.063.145m-11.053.974c.783.428 1.702.391 2.499.021a3.324 3.324 0 0 0-2.499-.021m4.888.822a15.07 15.07 0 0 1-.117.295c.431.311.75.735 1.096 1.129.178-.111.32-.39.138-.562-.289-.38-.533-.979-1.117-.862m1.271.017l.027.485c.386-.106.832-.262 1.197-.007.226.208.129.55.15.821l.209.064c.114-.386.337-.903-.033-1.223-.456-.298-1.04-.158-1.55-.14z"/><path d="M16.465 11.964l.215.275.096-.279.134.281.191-.214.058.302.242-.261-.011.31.164-.172c.074.107.15.213.227.318l.233-.099-.088.293.302-.119a54.84 54.84 0 0 0-.103.304l.303-.051-.139.27.324-.031-.162.239.276-.028-.199.232.278.063-.225.2.331.012-.245.197.222.057-.192.189.228.12-.233.037.096.189-.182.07.192.2-.211.018.116.216-.209-.002.065.134a3.434 3.434 0 0 0-.324.435c-.132.117-.259.245-.425.314-.051.081-.1.164-.15.246a27.443 27.443 0 0 1-.178-.124l-.004.282-.145-.21-.043.181c-.153-.01-.307-.017-.461-.024l-.091.158-.048-.231-.167.25-.041-.267a21.66 21.66 0 0 0-.149.258 16.708 16.708 0 0 1-.066-.306l-.227.209-.012-.236-.229.14.007-.221-.206.117-.001-.214a5.29 5.29 0 0 1-.134.049 4.844 4.844 0 0 0-.258-.195l.06-.161-.275.124.107-.302-.3.081.197-.288-.309.059.127-.274-.213.004.088-.181-.182-.023.087-.16a10.076 10.076 0 0 1-.053-.294l-.098-.049c.191-.18.038-.473.209-.663l-.164-.078.205-.049-.089-.188.196-.006-.104-.198.201.001-.081-.174.328-.166-.05-.159.208.034a32.337 32.337 0 0 0-.062-.261l.261.135-.015-.33.213.234-.013-.337.213.16.014-.27.166.228.115-.265.202.255.069-.32m-.616 2.68c.181.732 1.143.99 1.71.52l-.392-.025c.135-.232.291-.459.535-.587-.048.203-.108.402-.16.604.598-.489.409-1.547-.328-1.782-.758-.316-1.629.491-1.365 1.27zM4.422 13.276c.306-.014.612-.018.918-.027-.047.495.232.965.749 1.034l.007.683c-.93.023-1.729-.743-1.674-1.69zM7.437 13.573c.973-.4 2.08.417 2.202 1.407 0 .403-.121.808-.31 1.163-.7.968-2.452.772-2.851-.38-.379-.84.124-1.863.959-2.19m.5.879c-.58.137-.793.958-.345 1.356.411.441 1.236.197 1.345-.395.16-.565-.439-1.144-1-.961z"/></symbol><symbol viewBox="0 0 24 24" id="warning--atv-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a518" opacity=".78" d="M11.693 0h.521c.256.142.491.319.701.523 3.314 3.326 6.632 6.649 9.954 9.968.422.432.938.82 1.132 1.418v.161c-.102.254-.234.5-.427.698-3.582 3.581-7.166 7.158-10.742 10.745-.21.215-.469.373-.746.486h-.154c-.262-.092-.515-.217-.712-.415-3.577-3.586-7.163-7.162-10.746-10.74a3.076 3.076 0 0 1-.473-.632v-.434c.269-.548.751-.94 1.171-1.366 2.982-2.98 5.959-5.962 8.94-8.941.51-.509.995-1.049 1.582-1.471m-.007.298a2.207 2.207 0 0 0-.395.314C7.716 4.195 4.133 7.772.553 11.352c-.343.276-.457.832-.101 1.145 3.656 3.668 7.322 7.33 10.986 10.991.289.348.828.33 1.114-.012l10.924-10.925a.73.73 0 0 0 .014-1.116C19.878 7.805 16.248 4.193 12.631.568c-.23-.258-.608-.45-.944-.27z"/><path d="M11.687.298c.336-.18.714.012.944.27 3.617 3.625 7.247 7.237 10.859 10.867a.732.732 0 0 1-.014 1.116L12.552 23.476c-.286.342-.824.36-1.114.012-3.664-3.661-7.33-7.322-10.986-10.991-.356-.313-.242-.869.101-1.145 3.58-3.58 7.163-7.157 10.739-10.74.122-.115.248-.23.395-.314m.109.328C8.098 4.204 4.504 7.903.844 11.524c-.301.221-.371.637-.038.869 3.604 3.596 7.202 7.202 10.806 10.8.176.232.509.289.702.042 3.646-3.636 7.286-7.278 10.924-10.921.247-.194.187-.528-.038-.71C19.626 8.017 16.036 4.445 12.461.858c-.173-.155-.421-.424-.664-.232z"/><path d="M8.934 6.167c.596-.076 1.302-.185 1.852.078-.404.415-1.139.096-1.676.208-.344 1.154-.649 2.321-.982 3.479.31-.052.724-.266.935.084.874 1.146 1.714 2.317 2.576 3.472l.904.002.013.305c-.348.008-.696.013-1.044.018-.899-1.068-1.7-2.226-2.657-3.239-.865-.083-1.746.282-2.618.367-.212.088-.356-.09-.442-.258.563-.2 1.134-.379 1.709-.544-.001-.492-.001-.985.007-1.477l.574.022c.31-.829.497-1.704.85-2.516z"/><path d="M9.347 7.942c1.29-.335 2.039.828 2.884 1.554.325.257.146.715.19 1.072-.827.001-1.654 0-2.479.002-.347-.456-.69-.914-1.036-1.372.144-.42.292-.839.442-1.256zM12.661 9.559c1.127-.18 2.249-.424 3.385-.524.198.223.134.556.191.83 1.312-.131 1.847 1.327 2.708 2.046l-.118.199c-.658-.452-1.21-1.054-1.903-1.447-.7-.016-1.44-.118-2.116.078-.576.571-.816 1.404-1.421 1.956.09-.739.353-1.441.534-2.16h-1.255l-.006-.978z"/><path d="M10.266 10.996c1.025-.006 2.05-.005 3.074-.001-.172.574-.281 1.168-.503 1.724-.18.432-.724.252-1.086.296-.493-.674-1.001-1.339-1.486-2.02zM7.88 11.696c.086-.053.173-.104.259-.156l.236.163a.702.702 0 0 1 .587.234l.306.034.043.34.32.008c.023.132.044.266.066.4l.254.163-.047.308.21.242-.127.317.09.251a9.527 9.527 0 0 0-.131.648l-.205.144c-.014.068-.046.208-.061.276-.15.138-.295.278-.436.424-.176.107-.348.218-.517.335l-.276-.062c-.04.058-.119.175-.157.234l-.364-.125a51.59 51.59 0 0 1-.362.124l-.17-.209-.278.04c-.19-.113-.382-.22-.576-.323l-.097-.235-.239-.095a22.25 22.25 0 0 0-.331-.56 2.855 2.855 0 0 1-.018-1.675l.212-.184c.014-.12.03-.239.046-.358l.308-.077c.017-.068.052-.205.068-.274.367-.166.739-.32 1.111-.475l.275.124m-.405.94c-.59.211-.937.913-.736 1.51.166.589.822.965 1.416.828.63-.114 1.079-.782.948-1.41-.108-.724-.948-1.212-1.628-.928zM15.882 11.584c.055.031.164.096.22.127l.221-.185.287.211c.114-.016.229-.03.346-.044l.172.22a.624.624 0 0 1 .481.329c.163.108.299.247.38.426a.914.914 0 0 1 .188.559l.128.204c-.002.209.002.418.012.626l-.124.199a.791.791 0 0 1-.215.593 21.78 21.78 0 0 0-.071.298l-.307.089-.043.292-.346.044-.181.256-.276-.016a.928.928 0 0 1-.637.09 21.87 21.87 0 0 1-.272.103l-.234-.199-.305.008a13.743 13.743 0 0 0-.564-.326 11.2 11.2 0 0 0-.084-.157c-.256-.179-.401-.455-.557-.714a92.931 92.931 0 0 0-.125-.563c-.008-.215-.024-.428-.037-.642l.186-.128c-.022-.091-.042-.184-.062-.275.109-.191.215-.384.317-.578l.235-.107.14-.323.322-.029.144-.208c.223-.049.444-.109.661-.18m-.236 1.075c-.796.31-.994 1.482-.336 2.03.638.622 1.852.251 2.01-.635.258-.92-.808-1.825-1.674-1.396z"/><path d="M7.487 13.01c.983-.588 1.841 1.06.832 1.542-.98.589-1.843-1.055-.832-1.542zM15.748 12.988c.588-.304 1.344.24 1.244.892-.042.636-.864 1.009-1.372.622-.552-.343-.468-1.262.127-1.513z"/><path fill="#ffd520" d="M11.796.626c.242-.192.491.077.664.232 3.575 3.587 7.165 7.159 10.739 10.746.226.182.286.516.038.71a7030.002 7030.002 0 0 1-10.924 10.921c-.193.247-.526.19-.702-.042-3.604-3.598-7.202-7.204-10.806-10.8-.332-.232-.263-.648.038-.869C4.503 7.902 8.097 4.204 11.795.626M8.934 6.167c-.353.812-.54 1.687-.85 2.516l-.574-.022c-.008.492-.008.985-.007 1.477-.575.164-1.146.343-1.709.544.085.168.229.346.442.258.872-.085 1.753-.45 2.618-.367.956 1.013 1.758 2.171 2.657 3.239.348-.005.696-.01 1.044-.018l-.013-.305-.904-.002c-.863-1.154-1.703-2.326-2.576-3.472-.211-.35-.625-.136-.935-.084.332-1.158.637-2.324.982-3.479.538-.112 1.272.208 1.676-.208-.55-.263-1.255-.154-1.852-.078m.414 1.776c-.15.418-.298.836-.442 1.256.346.457.689.916 1.036 1.372.826-.002 1.652-.001 2.479-.002-.043-.356.136-.815-.19-1.072-.845-.726-1.594-1.889-2.884-1.554m3.315 1.617l.006.978h1.255c-.181.719-.444 1.421-.534 2.16.605-.552.845-1.385 1.421-1.956.676-.196 1.416-.094 2.116-.078.694.394 1.246.995 1.903 1.447l.118-.199c-.862-.719-1.397-2.177-2.708-2.046-.056-.275.007-.607-.191-.83-1.136.101-2.258.344-3.385.524m-2.396 1.437c.485.68.992 1.345 1.486 2.02.362-.044.906.136 1.086-.296.222-.557.331-1.151.503-1.724-1.025-.004-2.05-.005-3.074.001m-2.387.699a17.496 17.496 0 0 0-.275-.124c-.372.155-.744.31-1.111.475-.017.068-.052.205-.068.274l-.308.077-.046.358-.212.184a2.855 2.855 0 0 0 .018 1.675c.113.185.223.372.331.56l.239.095.097.235c.194.103.386.21.576.323l.278-.04.17.209.362-.124.364.125c.038-.059.118-.176.157-.234l.276.062c.169-.116.341-.228.517-.335.14-.145.286-.286.436-.424.016-.068.047-.208.061-.276l.205-.144c.037-.217.079-.434.131-.648l-.09-.251.127-.317-.21-.242.047-.308-.254-.163c-.022-.133-.043-.268-.066-.4l-.32-.008-.043-.34a31.792 31.792 0 0 0-.306-.034.702.702 0 0 0-.587-.234l-.236-.163c-.086.052-.173.103-.259.156m8.001-.111a6.865 6.865 0 0 1-.661.18l-.144.208-.322.029-.14.323-.235.107c-.102.194-.208.388-.317.578l.062.275-.186.128c.013.214.029.427.037.642l.125.563c.156.259.301.535.557.714l.084.157c.19.106.379.212.564.326l.305-.008.234.199.272-.103c.22.044.439.018.637-.09l.276.016.181-.256.346-.044.043-.292.307-.089.071-.298a.79.79 0 0 0 .215-.593l.124-.199c-.01-.209-.014-.418-.012-.626a14.025 14.025 0 0 1-.128-.204.919.919 0 0 0-.188-.559 1.029 1.029 0 0 0-.38-.426.626.626 0 0 0-.481-.329c-.043-.055-.13-.164-.172-.22l-.346.044a41.506 41.506 0 0 0-.287-.211l-.221.185c-.055-.031-.164-.096-.22-.127z"/><path fill="#ffd520" d="M7.474 12.637c.68-.284 1.52.204 1.628.928.131.628-.318 1.296-.948 1.41-.594.137-1.25-.239-1.416-.828-.202-.596.145-1.298.736-1.51m.013.373c-1.012.487-.149 2.131.832 1.542 1.009-.482.151-2.13-.832-1.542zM15.646 12.659c.866-.43 1.932.475 1.674 1.396-.158.886-1.372 1.256-2.01.635-.658-.548-.46-1.721.336-2.03m.102.328c-.595.251-.679 1.17-.127 1.513.508.388 1.33.014 1.372-.622.1-.652-.656-1.195-1.244-.892z"/></symbol><symbol viewBox="0 0 24 24" id="warning--axle-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.686 0h.616c.269.137.518.312.732.524 3.256 3.265 6.52 6.522 9.779 9.784.426.437.92.83 1.188 1.392v.581c-.127.247-.28.484-.475.682l-9.899 9.904c-.414.408-.794.871-1.325 1.134h-.593a2.734 2.734 0 0 1-.678-.468c-3.295-3.304-6.601-6.6-9.895-9.906-.406-.414-.875-.787-1.135-1.319V11.7c.244-.542.718-.919 1.124-1.334 3.28-3.281 6.563-6.558 9.839-9.842.211-.211.457-.385.722-.522m-.02.508C7.989 4.021 4.456 7.7.83 11.27c-.39.29-.559.906-.167 1.268 3.574 3.584 7.158 7.16 10.735 10.741a.798.798 0 0 0 1.198-.002c3.577-3.583 7.163-7.158 10.738-10.744.352-.331.251-.91-.104-1.196C19.683 7.801 16.146 4.253 12.6.717c-.23-.256-.617-.365-.934-.208z"/><path d="M4.828 8.992c.559-.028 1.12-.019 1.68-.007.025.503.018 1.007.013 1.51l.23.187.001.838c1.416-.055 2.833-.109 4.248-.184.353.001.224-.452.27-.677a2.486 2.486 0 0 1 1.452.001c.011.204.024.409.038.613 1.478.196 2.989.157 4.481.246l.001-.836c.058-.047.173-.143.229-.191-.005-.503-.012-1.006.014-1.507.56-.01 1.122-.024 1.682.011.007 2 .01 4.001-.002 6-.558.037-1.117.02-1.676.016-.032-.502-.023-1.003-.018-1.505l-.227-.196c-.004-.276-.004-.553-.004-.829-1.552.064-3.112.077-4.657.226l-.071.652c-.541.182-1.28.102-1.104-.649-1.544-.155-3.106-.161-4.656-.229-.001.277-.002.554-.005.833l-.227.191c.004.502.013 1.004-.017 1.506-.559.007-1.118.019-1.678-.011a462.62 462.62 0 0 1 0-6.007zM11.938 17.3c-.032-.574.388-1.216 1.028-1.088.763.089.911 1.085.482 1.609.643.559.313 1.892-.607 1.884-.625.046-.949-.58-.96-1.122l.502-.035c.07.269.154.706.533.606.557-.234.325-1.153-.304-1.073v-.401c.508.04.755-.635.341-.912-.352-.15-.494.246-.532.515l-.484.017zM10.213 17.718c.149.004.299.007.448.012.062.134.126.268.19.401.098-.139.194-.28.293-.42l.392.016c-.457.54-.43 1.144-.004 1.688l-.433-.014-.214-.415c-.083.139-.164.28-.247.42l-.422.008c.143-.282.288-.563.438-.84a28.732 28.732 0 0 0-.44-.856z"/><path fill="#ffeb00" d="M11.666.51c.317-.157.703-.048.934.208 3.546 3.536 7.082 7.084 10.63 10.62.355.287.456.865.104 1.196-3.575 3.586-7.16 7.16-10.738 10.744a.797.797 0 0 1-1.198.002C7.821 19.699 4.236 16.123.663 12.539c-.392-.362-.223-.978.167-1.268C4.456 7.701 7.989 4.022 11.666.511M4.828 8.992a462.62 462.62 0 0 0 0 6.007c.559.03 1.118.018 1.678.011.03-.502.02-1.004.017-1.506l.227-.191.005-.833c1.55.068 3.112.074 4.656.229-.176.751.563.832 1.104.649l.071-.652c1.546-.149 3.106-.162 4.657-.226 0 .276 0 .553.004.829l.227.196c-.005.502-.014 1.003.018 1.505.559.005 1.118.022 1.676-.016.012-1.999.01-4 .002-6-.56-.035-1.122-.02-1.682-.011-.026.502-.019 1.004-.014 1.507l-.229.191-.001.836c-1.492-.089-3.002-.05-4.481-.246a31.496 31.496 0 0 1-.038-.613 2.486 2.486 0 0 0-1.452-.001c-.046.224.083.678-.27.677-1.415.074-2.832.128-4.248.184l-.001-.838-.23-.187c.005-.503.012-1.007-.013-1.51-.56-.012-1.121-.02-1.68.007m7.107 8.31l.484-.017c.037-.269.18-.665.532-.515.414.277.167.952-.341.912v.401c.629-.08.86.839.304 1.073-.379.1-.463-.337-.533-.606l-.502.035c.011.542.335 1.168.96 1.122.92.008 1.25-1.325.607-1.884.428-.524.281-1.52-.482-1.609-.641-.127-1.061.515-1.028 1.088m-1.726.418c.152.282.298.568.44.856-.15.277-.295.558-.438.84.142-.004.282-.006.422-.008.083-.14.164-.281.247-.42l.214.415.433.014c-.426-.545-.454-1.148.004-1.688l-.392-.016c-.098.14-.194.281-.293.42a37.29 37.29 0 0 1-.19-.401c-.149-.005-.299-.008-.448-.012z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bear-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ecc12f" opacity=".93" d="M11.723 0h.522c.26.122.504.281.708.485 3.277 3.283 6.562 6.56 9.841 9.841.428.442.925.838 1.206 1.397v.52c-.228.536-.696.901-1.092 1.307-3.101 3.098-6.2 6.198-9.3 9.298-.42.409-.797.886-1.332 1.153h-.524c-.534-.229-.894-.698-1.3-1.092l-9.3-9.3C.743 13.191.27 12.813 0 12.282v-.536c.246-.556.734-.935 1.146-1.36 3.301-3.299 6.602-6.599 9.901-9.9a2.92 2.92 0 0 1 .676-.485m.194.285c-.306.02-.523.263-.732.458C7.649 4.29 4.1 7.823.566 11.37c-.374.323-.377.936.007 1.254 3.457 3.463 6.926 6.916 10.375 10.387.305.286.589.704 1.051.707.491-.01.781-.468 1.108-.769 3.434-3.448 6.881-6.883 10.319-10.326.38-.319.378-.929.006-1.254C19.88 7.801 16.308 4.252 12.752.687c-.22-.223-.499-.451-.835-.401z"/><path d="M11.917.286c.336-.05.616.178.835.401 3.556 3.565 7.128 7.115 10.68 10.682.372.325.374.935-.006 1.254-3.438 3.443-6.884 6.878-10.319 10.326-.326.301-.617.76-1.108.769-.462-.002-.746-.421-1.051-.707C7.499 19.539 4.03 16.087.573 12.624a.833.833 0 0 1-.007-1.254C4.1 7.823 7.648 4.29 11.185.744c.209-.196.426-.438.732-.458m-.007.462c-.347.202-.594.528-.882.8-3.319 3.32-6.638 6.642-9.961 9.959-.23.193-.491.544-.178.794 3.582 3.582 7.168 7.163 10.747 10.748.163.216.48.298.664.055 3.55-3.532 7.075-7.088 10.631-10.614.233-.188.491-.545.178-.792-3.524-3.558-7.085-7.081-10.616-10.633-.167-.138-.334-.377-.582-.318z"/><path d="M10.187 8.362c.884-.054 1.75.335 2.641.239 1.126-.12 2.299-.216 3.395.136 1.175.516 1.92 1.758 2.014 3.014.083 1.043-.133 2.092.034 3.126-.485.775-1.477.908-2.32.762.164-.19.341-.37.524-.541-.274-.308-.54-.624-.793-.949-.234.194-.472.384-.715.566.029.32.018.644-.074.954-.803-.016-1.604.014-2.406-.022.161-.406.547-.595.929-.742-.484-.457-1.193-.958-.906-1.726a45.446 45.446 0 0 0-.509-.346 9.308 9.308 0 0 1-.635 2.134c-.385.965-1.646.418-2.436.536.184-.386.592-.45.958-.559.065-.666.119-1.333.234-1.993l-.306-.143c.106.808-.816.948-1.37 1.205-.005.24-.01.479-.017.719-.713-.077-1.558-.77-1.123-1.54.388-.385.702-.824.504-1.399-.478-.066-.949-.174-1.429-.215-.269-.29-.517-.598-.75-.917.319-.149.757-.27.752-.704.001-.472.458-.766.432-1.243.11-.481.725-.274.863.085.821-.299 1.714-.08 2.51-.438z"/><path fill="#ffd033" d="M11.91.748c.248-.059.415.18.582.318 3.532 3.552 7.092 7.075 10.616 10.633.313.247.055.604-.178.792-3.556 3.526-7.081 7.082-10.631 10.614-.184.242-.5.161-.664-.055C8.055 19.464 4.47 15.884.888 12.302c-.313-.251-.053-.601.178-.794 3.323-3.317 6.642-6.638 9.961-9.959.288-.272.535-.599.882-.8m-1.722 7.613c-.797.358-1.69.139-2.51.438-.138-.359-.752-.566-.863-.085.026.478-.431.772-.432 1.243.005.434-.433.556-.752.704.233.319.481.626.75.917.48.041.952.149 1.429.215.198.575-.116 1.014-.504 1.399-.434.769.41 1.463 1.123 1.54.007-.24.012-.479.017-.719.554-.257 1.476-.397 1.37-1.205l.306.143c-.115.66-.169 1.327-.234 1.993-.366.109-.774.173-.958.559.79-.119 2.051.428 2.436-.536A9.308 9.308 0 0 0 12 12.834c.17.114.34.229.509.346-.287.768.422 1.268.906 1.726-.382.146-.768.336-.929.742.802.036 1.603.006 2.406.022.092-.31.103-.634.074-.954.244-.182.481-.372.715-.566.253.325.52.641.793.949-.184.172-.36.352-.524.541.842.146 1.835.013 2.32-.762-.167-1.034.049-2.083-.034-3.126-.094-1.256-.839-2.498-2.014-3.014-1.096-.352-2.269-.256-3.395-.136-.892.096-1.757-.293-2.641-.239z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bear-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M11.41.657c.342-.44.945-.135 1.307.123.966.978 1.959 1.931 2.906 2.928.365.552.953.88 1.388 1.365.499.526 1.052 1.003 1.519 1.558.309.552.934.783 1.313 1.275 1.267 1.192 2.387 2.525 3.682 3.679-.03.333.066.733-.181 1.004-.955 1.02-2.051 1.896-2.963 2.957-1.177 1.129-2.337 2.277-3.537 3.382-.983 1.302-2.254 2.356-3.374 3.541-.386.369-.757.777-1.227 1.04-.566-.117-1.083-.438-1.503-.831-3.417-3.423-6.835-6.841-10.256-10.26.097-.375-.034-.863.305-1.132A3942.07 3942.07 0 0 1 11.41.657m.46.218c-.222.092-.368.297-.539.456C7.902 4.764 4.469 8.194 1.039 11.625a.484.484 0 0 0 .001.75c3.528 3.528 7.056 7.058 10.585 10.584.19.237.559.237.75.001l10.586-10.585a.486.486 0 0 0 .001-.75C19.449 8.108 15.931 4.597 12.42 1.079c-.138-.147-.339-.278-.549-.204z"/><path fill="#040404" d="M6.858 9.205c.718-.489 1.578.021 2.362.002.969-.084 1.972-.216 2.922.065.837.312 1.422 1.115 1.619 1.969.242.973-.072 1.986.114 2.959-.354.637-1.177.772-1.856.661.094-.186.248-.322.421-.432a22.216 22.216 0 0 1-.66-.778c-.18.172-.375.328-.585.462.022.24.127.593-.109.746-.616.034-1.235.013-1.853.003.084-.357.431-.487.737-.601-.395-.361-.971-.779-.724-1.393-.138-.093-.278-.184-.418-.276-.151.709-.288 1.488-.752 2.064-.53.206-1.137.049-1.698.088.115-.333.452-.397.761-.427.015-.55.099-1.093.177-1.637-.085-.034-.171-.067-.256-.102.099.648-.654.76-1.094.967 0 .186.001.372-.001.558-.458-.046-.988-.343-1.007-.854-.042-.382.318-.594.513-.865.051-.205-.007-.42-.01-.629a14.028 14.028 0 0 1-1.17-.205c-.2-.196-.363-.425-.544-.638l.08-.17c.109-.026.218-.048.328-.065.251-.326.1-.816.488-1.057-.202-.492.487-.814.673-.287.518-.023 1.013-.293 1.541-.129zM16.372 11.527c.476-.209.957.09 1.446.027.626-.044 1.346-.171 1.879.248.767.609.528 1.667.559 2.514-.236.312-.639.363-1.002.306l.239-.249a25.442 25.442 0 0 1-.34-.397l-.305.223a15.19 15.19 0 0 1-.023.426c-.363.01-.727.015-1.09-.008.106-.147.249-.258.413-.335-.206-.192-.456-.395-.402-.713a38.933 38.933 0 0 1-.212-.153l-.004.239c-.151.134-.294.277-.451.405l.136.299c-.21.014-.458.043-.619-.124-.198-.224-.012-.528.009-.78-.202.359-.375.733-.541 1.11a5.56 5.56 0 0 1-.948.013.858.858 0 0 1 .434-.263c.06-.481.116-.964.245-1.433-.424.044-.912.025-1.12-.412.423-.18.365-.713.627-1.034.293.335.702.051 1.07.087z"/><path fill="#ffd520" d="M11.87.875c.21-.073.411.057.549.204 3.512 3.518 7.029 7.029 10.542 10.546.237.19.234.56-.001.75-3.528 3.529-7.057 7.058-10.586 10.585a.484.484 0 0 1-.75-.001c-3.529-3.527-7.058-7.056-10.585-10.584a.484.484 0 0 1-.001-.75C4.467 8.193 7.901 4.764 11.33 1.331c.171-.159.318-.364.539-.456m-5.011 8.33c-.528-.164-1.023.106-1.541.129-.187-.528-.875-.205-.673.287-.388.241-.237.731-.488 1.057-.11.018-.219.039-.328.065l-.08.17c.181.213.344.443.544.638.387.082.777.156 1.17.205.003.209.061.424.01.629-.196.271-.555.483-.513.865.018.511.548.808 1.007.854.002-.187.001-.372.001-.558.44-.207 1.193-.319 1.094-.968l.256.102c-.078.543-.162 1.087-.177 1.637-.309.03-.646.094-.761.427.56-.039 1.167.117 1.698-.088.463-.576.601-1.355.752-2.064.14.092.28.183.418.276-.247.614.329 1.032.724 1.393-.306.114-.652.243-.737.601.618.011 1.237.032 1.853-.003.237-.153.132-.506.109-.746.21-.134.405-.291.585-.462.213.265.435.523.66.778-.173.11-.327.247-.421.432.679.111 1.502-.024 1.856-.661-.186-.973.128-1.986-.114-2.959-.198-.854-.782-1.657-1.619-1.969-.95-.281-1.953-.149-2.922-.065-.783.019-1.643-.491-2.362-.002m9.513 2.322c-.367-.037-.777.247-1.07-.087-.262.322-.204.854-.627 1.034.208.437.696.456 1.12.412-.129.468-.185.952-.245 1.433a.864.864 0 0 0-.434.263c.316.023.633.017.948-.013.166-.377.339-.751.541-1.11-.021.252-.207.556-.009.78.161.168.409.138.619.124l-.136-.299c.157-.128.3-.271.451-.405l.004-.239.212.153c-.053.318.197.52.402.713a1.051 1.051 0 0 0-.412.335c.363.023.727.018 1.09.008.009-.142.017-.284.023-.426l.305-.223c.113.132.225.266.34.397l-.239.249c.363.057.766.007 1.002-.306-.031-.847.207-1.905-.559-2.514-.533-.419-1.253-.293-1.879-.248-.488.063-.97-.237-1.446-.027z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-and-others--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bfa017" opacity=".75" d="M11.796 0h.418c.319.202.594.462.857.731 3.626 3.667 7.342 7.25 10.93 10.952v.559c-3.704 3.847-7.568 7.548-11.329 11.344a.83.83 0 0 1-1.315-.016C7.587 19.762 3.731 16.036.001 12.192v-.404c.311-.486.754-.864 1.156-1.271 3.006-2.995 6.01-5.992 9.017-8.986.53-.521 1.031-1.078 1.624-1.531m.124.277c-.163.064-.292.188-.418.305-3.66 3.661-7.337 7.307-11 10.966-.271.209-.312.595-.028.814C4.179 16.06 7.9 19.74 11.606 23.436a.516.516 0 0 0 .817.024c3.709-3.69 7.414-7.386 11.123-11.078.263-.194.295-.589.035-.803C19.904 7.896 16.199 4.241 12.516.564c-.167-.139-.352-.354-.594-.286z"/><path d="M11.922.277c.242-.068.427.146.594.286 3.683 3.677 7.388 7.332 11.065 11.015.26.214.228.608-.035.803-3.709 3.692-7.414 7.388-11.123 11.078a.516.516 0 0 1-.817-.024C7.9 19.739 4.179 16.06.476 12.361c-.284-.218-.244-.605.028-.814 3.664-3.659 7.34-7.304 11-10.966.126-.116.254-.241.418-.305M.564 11.974c3.816 3.803 7.627 7.61 11.453 11.402 3.842-3.78 7.646-7.6 11.465-11.405A1298.595 1298.595 0 0 0 12.018.557C8.192 4.355 4.357 8.145.564 11.974z"/><path d="M9.539 4.627c.271-.403.838-.095 1.232-.084-.203.374-.635.218-.976.22.247.244.422.545.476.892.978-.004 1.956.011 2.933 0 .192.026.334-.098.469-.212-.265-.155-.536-.299-.802-.452a11.349 11.349 0 0 1 1.72-.017c-.2.265-.456.479-.733.66.179.323.36.644.544.965 1.028-.374 2.292.148 2.612 1.223.424 1.159-.539 2.524-1.771 2.516-1.031.071-1.898-.793-2.032-1.781-.31-.036-.668.022-.918-.206-.808-.65-1.574-1.352-2.401-1.979-.096.467.529.553.707.911.802 1.019.209 2.676-1.04 2.984-1.224.402-2.605-.713-2.46-1.993.049-1.19 1.314-2.032 2.447-1.744.122-.332.272-.659.337-1.008-.04-.328-.568-.53-.344-.894m.482 1.359c.805.733 1.651 1.42 2.48 2.125.296-.71.59-1.421.882-2.134-1.121.001-2.242-.014-3.362.008m3.687.068c-.302.713-.601 1.427-.896 2.142l.404.005a2.459 2.459 0 0 1 .902-1.439 72.04 72.04 0 0 1-.41-.708M7.501 8.567c.064 1.193 1.679 1.814 2.537.992.835-.677.607-2.068-.324-2.546-.314.499-.226 1.458-.893 1.583.139-.583.38-1.133.583-1.694-.992-.209-2.036.626-1.903 1.666m7.125-1.612c.275.515.617.996.805 1.553-.606.042-1.213.02-1.82.034.139.809.88 1.506 1.73 1.384 1.026-.071 1.709-1.318 1.193-2.216-.337-.704-1.192-.938-1.908-.754M13.62 8.185c.445.008.89.008 1.337.005-.212-.361-.428-.72-.654-1.073-.31.298-.545.661-.683 1.068z"/><path d="M11.688 10.483c.516-.39 1.129.498.536.798-.499.331-1.073-.467-.536-.798z"/><path d="M7.499 10.886l.216.349.272.078.1-.446c.083.161.166.323.247.485.758-.013 1.331.512 1.813 1.031.65-.632 1.604-.853 2.485-.917.284-.028.304.331.35.53.088.593.294 1.192.164 1.794.62-.024 1.331-.041 1.83.389.48.419.449 1.115.784 1.622.485.839 1.087 1.794.804 2.802-.774-.792-1.476-1.639-1.817-2.712-.16.286-.616.637-.301.97.432.418.478 1.033.746 1.543.13.263.3.584-.025.782.035.128.07.257.103.388-.282.014-.564.026-.846.036.353-.556.611-1.302.064-1.836-.726.118-.808 1.142-.829 1.754-.359-.152-.644-.509-.578-.914.178-.419.629-.661.772-1.094-.17-.396-.479-.712-.692-1.084a59.26 59.26 0 0 1-.506-.2c-.804.329-1.686.384-2.506.073-.089.946.031 1.918.431 2.785-.192.08-.377.178-.389.413-.254 0-.508-.004-.762-.01.287-.301.744-.65.538-1.127-.27-.662-.468-1.357-.815-1.986-.467.295-1.205 0-1.489.565.356.335.551.794.6 1.278-1.087-.043-1.396-1.934-.371-2.303.924-.761.304-2.095.344-3.104-.396.103-.778.263-1.087.538-.134-.133-.44-.262-.308-.496.289-.636.355-1.345.659-1.976m2.726 1.667c.167.269.317.548.473.824.378-.058.755-.119 1.132-.18l-.199-1.051c-.454.18-.898.451-1.405.407z"/><path fill="#ffd520" d="M.564 11.974C4.357 8.145 8.192 4.355 12.018.557a1340.97 1340.97 0 0 1 11.464 11.414c-3.818 3.805-7.622 7.625-11.465 11.405-3.826-3.792-7.637-7.6-11.453-11.402m8.975-7.347c-.223.364.305.566.344.894-.065.349-.215.676-.337 1.008-1.133-.288-2.398.553-2.447 1.744-.145 1.28 1.236 2.395 2.46 1.993 1.249-.308 1.842-1.966 1.04-2.984-.178-.358-.803-.444-.707-.911.827.626 1.594 1.328 2.401 1.979.25.228.608.17.918.206.133.988 1.001 1.852 2.032 1.781 1.232.007 2.195-1.357 1.771-2.516-.32-1.075-1.584-1.597-2.612-1.223-.184-.32-.365-.642-.544-.965.277-.181.533-.395.733-.66a11.35 11.35 0 0 0-1.72.017c.265.154.536.298.802.452-.136.114-.277.239-.469.212-.977.011-1.955-.004-2.933 0a1.599 1.599 0 0 0-.476-.892c.341-.001.773.155.976-.22-.395-.011-.961-.319-1.232.084m2.149 5.857c-.536.331.037 1.129.536.798.593-.3-.02-1.188-.536-.798m-4.189.403c-.304.631-.37 1.34-.659 1.976-.132.234.174.362.308.496.31-.275.691-.434 1.087-.538-.041 1.009.58 2.344-.344 3.104-1.025.368-.716 2.26.371 2.303-.049-.484-.244-.943-.6-1.278.284-.565 1.022-.27 1.489-.565.347.629.545 1.324.815 1.986.206.476-.251.826-.538 1.127.254.006.508.01.762.01.012-.235.197-.332.389-.413-.4-.868-.52-1.84-.431-2.785.82.311 1.702.256 2.506-.073.168.067.336.134.506.2.214.372.522.688.692 1.084-.143.433-.594.676-.772 1.094-.066.406.22.762.578.914.022-.612.103-1.637.829-1.754.547.534.289 1.28-.064 1.836.282-.01.564-.022.846-.036a36.304 36.304 0 0 0-.103-.388c.325-.198.155-.52.025-.782-.269-.51-.314-1.126-.746-1.543-.314-.332.142-.684.301-.97.341 1.073 1.043 1.92 1.817 2.712.283-1.008-.319-1.963-.804-2.802-.335-.508-.304-1.204-.784-1.622-.499-.43-1.21-.413-1.83-.389.13-.602-.077-1.201-.164-1.794-.047-.199-.066-.558-.35-.53-.881.064-1.835.284-2.485.917-.482-.518-1.055-1.044-1.813-1.031l-.247-.485c-.024.112-.074.335-.1.446l-.272-.078-.216-.349z"/><path fill="#ffd520" d="M10.021 5.987c1.121-.023 2.242-.007 3.362-.008a398.44 398.44 0 0 1-.882 2.134c-.829-.706-1.675-1.392-2.48-2.125zM13.708 6.054c.136.236.272.473.41.708a2.446 2.446 0 0 0-.902 1.439l-.404-.005c.295-.715.594-1.429.896-2.142zM7.501 8.567c-.133-1.039.911-1.874 1.903-1.666-.203.562-.444 1.111-.583 1.694.667-.125.578-1.084.893-1.583.931.479 1.159 1.87.324 2.546-.858.822-2.473.2-2.537-.992zM14.626 6.956c.716-.185 1.571.049 1.908.754.516.899-.167 2.146-1.193 2.216-.851.122-1.591-.575-1.73-1.384.607-.013 1.214.008 1.82-.034-.188-.557-.53-1.038-.805-1.553z"/><path fill="#ffd520" d="M13.62 8.185c.138-.407.373-.77.683-1.068.226.353.442.712.654 1.073-.446.004-.892.004-1.337-.005zM10.226 12.553c.508.044.952-.227 1.405-.407l.199 1.051c-.377.061-.754.122-1.132.18-.156-.276-.306-.556-.473-.824z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-caution-on-rail-tracks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f1ce00" opacity=".95" d="M11.698 0h.562c.284.131.55.302.77.526 3.235 3.246 6.48 6.484 9.72 9.725.457.47 1.006.89 1.25 1.522v.367c-.107.3-.254.589-.482.815-3.5 3.502-7.004 7-10.501 10.505a2.378 2.378 0 0 1-.848.541h-.361c-.308-.122-.602-.286-.835-.526-3.235-3.246-6.48-6.484-9.72-9.725-.446-.461-.972-.871-1.252-1.465v-.564c.248-.613.791-1.02 1.236-1.483C4.478 6.997 7.722 3.759 10.959.514c.215-.212.468-.382.739-.514m.224.295c-.305.019-.535.242-.744.443C7.649 4.289 4.092 7.814.563 11.366c-.395.356-.326.99.067 1.318 3.564 3.56 7.123 7.126 10.688 10.685.348.41 1.009.4 1.352-.011 3.563-3.562 7.126-7.124 10.687-10.687.41-.343.424-1.006.011-1.354C19.83 7.772 16.282 4.237 12.747.69c-.218-.218-.498-.431-.826-.395z"/><path d="M11.922.295c.328-.036.607.176.826.395 3.535 3.547 7.084 7.082 10.621 10.627.413.348.4 1.01-.011 1.354-3.562 3.563-7.124 7.126-10.687 10.687-.343.41-1.004.421-1.352.011C7.754 19.81 4.195 16.245.631 12.684c-.394-.328-.462-.961-.067-1.318C4.093 7.814 7.65 4.288 11.179.738c.209-.2.439-.424.744-.443m-.009.45c-.319.139-.534.433-.782.666C7.738 4.821 4.323 8.213.931 11.623c-.252.197-.232.552.014.744 3.562 3.564 7.121 7.13 10.691 10.686.218.283.59.179.785-.071 3.538-3.544 7.086-7.079 10.62-10.626.233-.187.257-.532.016-.722-3.512-3.532-7.048-7.04-10.56-10.571-.164-.143-.337-.361-.582-.318z"/><path d="M14.2 7.961c.739-.364 1.62-.344 2.365-.005-.048.511-.132 1.022-.104 1.537-.048.401.592.6.29 1.008-.54-.335-1.009-.785-1.048-1.459-.622.475-.312 1.248-.265 1.9l-.45.036c-.088-.662-.414-1.346-.151-2.008l-.668-.002c-.461 1.274-1.532 2.105-2.48 3.004l-.437-.396c.69-.784 1.601-1.445 1.836-2.524-.962.16-1.922.331-2.885.491l-.023-.612c1.34-.314 2.821-.217 4.02-.97zM16.928 8.749c-.318-.343.08-.739.216-1.064.268.101.643.156.707.494.178.503-.557.986-.923.57z"/><path d="M7.604 9.413c.548.216 1.06.517 1.54.857-.347-.036-.692-.085-1.04-.106.754.557 1.664.832 2.492 1.255l.037-.442c.127-.11.254-.222.38-.334-.324-.19-.719-.314-.919-.656.326.076.642.188.956.305.052.16.104.319.158.479l-.383.28c-.07.91-.151 1.822-.12 2.735-.139.47-.162.965-.199 1.451l-.282-.004c.044-.498.098-.998.055-1.499.166-.619.174-1.266.282-1.895-.982.491-1.982.949-2.885 1.578-.074.149-.145.299-.217.45l-.287-.208c.188-.144.368-.298.546-.455-.186-.161-.37-.325-.545-.498-.52.642-1.411 1.043-2.212.691-1.105-.386-1.511-1.926-.728-2.801.74-.964 2.309-.796 2.945.203.278-.133.557-.263.835-.394l.007-.272a2.218 2.218 0 0 1-.418-.721m-2.776 1.046c-.883.498-.95 1.896-.115 2.472.668.535 1.662.313 2.17-.335-.532-.313-1.069-.614-1.604-.922.546-.254 1.096-.503 1.639-.763-.484-.622-1.398-.911-2.089-.452m3.383.055c-.071.71-.154 1.421-.184 2.136l.202-.433.289.214c-.156.121-.311.242-.462.368.858-.349 1.662-.814 2.491-1.22L8.21 10.514m-.928.42a2.503 2.503 0 0 1-.048 1.597l.5.27c.074-.722.15-1.445.22-2.168-.223.101-.448.2-.672.301m-1.552.725c.418.244.836.484 1.259.719.127-.428.138-.877.035-1.312a38.68 38.68 0 0 0-1.294.593z"/><path d="M6.557 15.232c1.145-.002 2.29.005 3.434-.004l.137.235c.167-.002.335-.002.502 0l.134-.236c1.094.017 2.189-.007 3.282.007.194-.022.353.095.504.2l.53.037.144-.242c1.114.006 2.227.001 3.341.004v.696c-4.002 0-8.004-.002-12.006 0l-.002-.697z"/><path fill="#ffdb00" d="M11.914.745c.245-.043.418.175.582.318 3.512 3.53 7.048 7.039 10.56 10.571.241.191.217.535-.016.722-3.534 3.547-7.082 7.082-10.62 10.626-.194.25-.566.354-.785.071-3.57-3.556-7.129-7.122-10.691-10.686-.246-.192-.266-.547-.014-.744 3.392-3.41 6.808-6.802 10.201-10.212.248-.233.463-.527.782-.666M14.2 7.961c-1.199.752-2.68.655-4.02.97.007.204.014.408.023.612.962-.16 1.922-.331 2.885-.491-.235 1.079-1.146 1.74-1.836 2.524l.437.396c.948-.899 2.02-1.729 2.48-3.004l.668.002c-.263.661.064 1.345.151 2.008l.45-.036c-.047-.652-.356-1.424.265-1.9.038.674.508 1.124 1.048 1.459.301-.408-.338-.607-.29-1.008-.028-.515.056-1.026.104-1.537-.745-.34-1.626-.359-2.365.005m2.728.788c.366.416 1.1-.067.923-.57-.064-.338-.439-.394-.707-.494-.136.325-.534.721-.216 1.064m-9.324.664a2.2 2.2 0 0 0 .418.721l-.007.272c-.278.131-.557.26-.835.394-.636-.998-2.204-1.166-2.945-.203-.782.875-.377 2.414.728 2.801.8.352 1.692-.049 2.212-.691.175.173.359.337.545.498-.178.157-.358.311-.546.455.096.068.192.138.287.208.072-.151.143-.301.217-.45.902-.629 1.903-1.087 2.885-1.578-.108.629-.116 1.276-.282 1.895.043.5-.011 1.001-.055 1.499l.282.004c.037-.486.06-.98.199-1.451-.031-.913.05-1.825.12-2.735l.383-.28c-.054-.16-.107-.319-.158-.479a8.046 8.046 0 0 0-.956-.305c.2.342.595.467.919.656l-.38.334-.037.442c-.828-.424-1.739-.698-2.492-1.255.348.02.694.07 1.04.106a7.323 7.323 0 0 0-1.54-.857m-1.049 5.818l.002.697c4.002-.002 8.004 0 12.006 0v-.696c-1.114-.002-2.227.002-3.341-.004l-.144.242a82.763 82.763 0 0 1-.53-.037c-.151-.106-.31-.222-.504-.2-1.093-.014-2.188.01-3.282-.007l-.134.236a21.001 21.001 0 0 0-.502 0 28.55 28.55 0 0 1-.137-.235c-1.145.008-2.29.001-3.434.004z"/><path fill="#ffdb00" d="M4.826 10.458c.691-.458 1.606-.169 2.089.452-.544.26-1.093.509-1.639.763.535.307 1.073.608 1.604.922-.508.648-1.501.87-2.17.335-.835-.576-.768-1.974.115-2.472zM8.21 10.513l2.336 1.064c-.829.407-1.633.871-2.491 1.22.151-.126.306-.247.462-.368l-.289-.214-.202.433c.03-.715.113-1.426.184-2.136zM7.282 10.934c.224-.101.449-.2.672-.301-.07.724-.145 1.446-.22 2.168l-.5-.27c.187-.516.21-1.072.048-1.597z"/><path fill="#ffdb00" d="M5.73 11.659c.428-.204.858-.404 1.294-.593a2.54 2.54 0 0 1-.035 1.312 71.507 71.507 0 0 1-1.259-.719z"/></symbol><symbol viewBox="0 0 27 24" id="warning--bicycles-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.243 0h.652c.557.168 1.051.527 1.323 1.051 3.832 6.655 7.668 13.308 11.504 19.961.146.262.279.53.396.805v.776A2.054 2.054 0 0 1 25.67 24H1.483C.751 23.831.202 23.246 0 22.533v-.636c.117-.301.251-.595.41-.877C4.266 14.341 8.112 7.653 11.968.973c.267-.491.753-.807 1.276-.972m-10.395 21.6c7.147.005 14.294.004 21.443.001-3.573-6.199-7.142-12.401-10.723-18.595C9.991 9.202 6.418 15.4 2.849 21.601z"/><path fill="#fff" d="M2.849 21.601C6.418 15.4 9.991 9.202 13.569 3.007c3.581 6.194 7.15 12.396 10.723 18.595-7.148.003-14.296.004-21.443-.001m7.053-9.258c-.263.409.023.847.348 1.113-.171.742-.388 1.474-.576 2.212-1.603-.59-3.543.621-3.562 2.361-.142 1.673 1.599 3.143 3.226 2.698 1.559-.327 2.491-2.216 1.79-3.65-.179-.545-.819-.812-.868-1.407 1.068.649 2.053 1.428 3.097 2.115-.205.857.536 1.611 1.39 1.49.038.028.111.087.149.115-.471.329-.161.607.282.664.184-.062.369-.122.555-.178l.003-.313a71.153 71.153 0 0 0-.462-.003l-.213-.457c.226-.258.415-.546.648-.799.18 1.296 1.234 2.476 2.595 2.489 1.707.114 3.155-1.723 2.622-3.356-.384-1.492-2.151-2.296-3.558-1.727-.279-.767-1.219-1.436-.885-2.297.367-.123.66-.373.83-.721-.873.018-1.783-.127-2.636.065-.046.533.803.381 1.167.555l-.241.654h-4.762c.18-.477.034-.923-.304-1.283a14.46 14.46 0 0 1 1.197-.043v-.652c-.601.068-1.421-.231-1.832.355z"/><path fill="#fff" d="M10.628 14.631c1.577-.009 3.154-.004 4.731-.004-.293.809-.583 1.619-.881 2.427-.091.009-.274.031-.365.041l-.111-.193c.492-.301.141-.582-.283-.633-.188.062-.378.122-.568.18l.015.321.46-.007c.083.187.164.373.244.561-1.128-.751-2.222-1.553-3.341-2.319l.1-.376zM16.042 14.72c.255.441.504.884.761 1.325-.61.488-.938 1.209-1.089 1.962-.222-.232-.393-.503-.591-.754.316-.841.607-1.691.919-2.533zM6.888 18.031c.042-1.258 1.454-2.042 2.591-1.62-.085.717-.537 1.269-1.036 1.752.111.408.583.22.831.061.513-.283.635-.89.803-1.399.789.872.629 2.404-.454 2.955-1.2.732-2.894-.357-2.735-1.748zM17.764 16.39c.906-.277 1.993.142 2.336 1.058.485 1.087-.327 2.475-1.523 2.546-.999.138-1.863-.656-2.061-1.596.755-.019 1.513.039 2.264-.057-.248-.696-.674-1.303-1.017-1.951z"/><path fill="#fff" d="M16.515 17.905c.132-.435.351-.835.645-1.18.244.388.473.785.704 1.181-.45.001-.9.001-1.349-.001zM14.146 17.536c.438-.213 1.022.132.993.633.012.521-.643.853-1.066.567-.449-.256-.405-1.002.073-1.2z"/><path d="M9.902 12.343c.411-.586 1.231-.287 1.832-.355v.652c-.4.003-.8.008-1.197.043.338.359.484.805.304 1.283h4.762l.241-.654c-.365-.174-1.214-.022-1.167-.555.853-.193 1.763-.047 2.636-.065a1.398 1.398 0 0 1-.83.721c-.334.861.606 1.529.885 2.297 1.407-.568 3.174.236 3.558 1.727.533 1.633-.915 3.47-2.622 3.356-1.361-.014-2.415-1.193-2.595-2.489-.233.252-.422.541-.648.799l.213.457c.115 0 .347.001.462.003 0 .079-.001.235-.003.313-.186.056-.37.115-.555.178-.443-.057-.753-.335-.282-.664-.038-.028-.111-.087-.149-.115-.854.121-1.595-.633-1.39-1.49-1.044-.687-2.028-1.466-3.097-2.115.049.595.689.862.868 1.407.701 1.435-.231 3.323-1.79 3.65-1.627.445-3.368-1.025-3.226-2.698.019-1.74 1.959-2.95 3.562-2.361.188-.738.405-1.47.576-2.212-.325-.266-.612-.704-.348-1.113m.726 2.288l-.1.376c1.119.766 2.213 1.567 3.341 2.319-.08-.188-.161-.374-.244-.561l-.46.007-.015-.321c.19-.058.38-.118.568-.18.424.052.776.332.283.633l.111.193c.091-.009.274-.031.365-.041.298-.808.588-1.618.881-2.427-1.577 0-3.154-.005-4.731.004m5.415.087c-.312.842-.603 1.692-.919 2.533.198.251.369.522.591.754.151-.753.479-1.474 1.089-1.962-.256-.441-.506-.884-.761-1.325m-9.154 3.311c-.159 1.391 1.535 2.48 2.735 1.748 1.083-.551 1.243-2.083.454-2.955-.168.51-.29 1.116-.803 1.399-.248.159-.72.347-.831-.061.499-.483.951-1.035 1.036-1.752-1.138-.422-2.549.362-2.591 1.62m10.876-1.64c.343.648.769 1.256 1.017 1.951-.751.096-1.509.038-2.264.057.198.94 1.062 1.734 2.061 1.596 1.196-.072 2.008-1.459 1.523-2.546-.343-.915-1.431-1.334-2.336-1.058m-1.25 1.515c.449.003.899.003 1.349.001-.231-.396-.46-.793-.704-1.181a3.256 3.256 0 0 0-.645 1.18m-2.369-.369c-.479.198-.522.944-.073 1.2.423.286 1.078-.046 1.066-.567.03-.502-.555-.846-.993-.633z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d9a718" opacity=".9" d="M11.617 0h.56c.254.108.493.253.689.449 3.497 3.506 6.997 7.009 10.498 10.512.545.44.625 1.325.083 1.802l-10.676 10.69c-.427.482-1.237.494-1.673.018-3.365-3.358-6.73-6.716-10.092-10.076C.636 13.023.21 12.68 0 12.184v-.546c.226-.538.698-.898 1.093-1.306C4.371 7.051 7.659 3.779 10.937.494c.2-.198.433-.36.68-.494m.195.295c-.27.036-.493.206-.682.391C7.63 4.19 4.126 7.689.626 11.193c-.416.361-.446 1.039-.022 1.408 3.538 3.538 7.075 7.078 10.614 10.614a.936.936 0 0 0 1.408-.024c3.539-3.546 7.088-7.082 10.624-10.631.424-.38.33-1.057-.083-1.406C19.709 7.691 16.248 4.231 12.788.77c-.256-.26-.587-.532-.977-.475z"/><path d="M11.812.295c.39-.056.721.215.977.475 3.46 3.461 6.92 6.92 10.379 10.384.413.349.506 1.026.083 1.406-3.535 3.548-7.085 7.085-10.624 10.631a.936.936 0 0 1-1.408.024C7.68 19.679 4.143 16.139.605 12.601c-.425-.368-.395-1.046.022-1.408C4.126 7.689 7.63 4.19 11.131.686c.188-.185.412-.355.682-.391M1.222 11.422c-.209.19-.55.514-.21.76l10.622 10.621c.133.174.374.233.518.034 3.548-3.53 7.078-7.084 10.626-10.615.205-.157.259-.427.028-.589-3.389-3.409-6.8-6.798-10.193-10.205-.218-.232-.449-.457-.725-.62C8.282 4.293 4.785 7.894 1.221 11.423z"/><path fill="#f1ba1b" d="M1.222 11.422C4.786 7.893 8.283 4.292 11.889.807c.276.163.506.389.725.62 3.392 3.407 6.804 6.796 10.193 10.205.232.162.178.432-.028.589-3.548 3.532-7.078 7.085-10.626 10.615-.144.199-.385.14-.518-.034L1.013 12.181c-.34-.246.001-.57.21-.76m11.912-4.405l-.042.282c.288.088.588.125.889.143-.098.169-.043.54-.31.539-1.273.013-2.549-.001-3.823.005.037-.322.066-.643.079-.966-.74.048-1.697-.361-2.269.271-.396.628.295 1.184.906 1.092-.025-.362-.532-.145-.679-.419-.158-.236-.142-.654.174-.751.558-.084 1.127-.019 1.69-.031-.138.869-.276 1.742-.523 2.588-.984-.478-2.237-.706-3.174.006-1.787 1.075-1.873 4.03-.18 5.227 1.021.862 2.742.808 3.648-.2 1.451-1.2 1.338-3.751-.169-4.864.092-.46.197-.917.323-1.368.938 1.385 1.846 2.79 2.774 4.182.174.314.586.103.868.116.113 1.331 1.199 2.502 2.519 2.705 1.768.299 3.42-1.362 3.359-3.094.077-1.608-1.298-3.191-2.946-3.176-.502.06-.989.205-1.469.36-.224-.728-.925-1.417-.575-2.215.241-.018.488-.02.721-.089.3-.182.264-.81-.168-.761-.559.054-1.073.31-1.622.418z"/><path fill="#f1ba1b" d="M9.763 8.228c1.324-.007 2.647-.008 3.971 0a345.31 345.31 0 0 1-1.136 4.366 407.251 407.251 0 0 1-2.834-4.366zM13.981 8.412c.216.44.45.875.625 1.334-.242.403-.698.635-.923 1.055-.307.584-.401 1.246-.454 1.896l-.38.002c.368-1.432.751-2.86 1.132-4.288zM6.442 9.803c.857-.415 1.879-.323 2.675.186-.238.806-.655 1.579-1.292 2.14-.205.01-.41.04-.599.124l.02.43c.368.241.677-.002.761-.386.577-.606 1.073-1.313 1.294-2.135 1.32 1.05 1.451 3.331.121 4.422-.978 1.086-2.92.997-3.834-.126-1.301-1.352-.864-3.874.854-4.654zM14.887 9.874c1.12-.642 2.683-.337 3.454.706 1.242 1.44.623 4.037-1.223 4.621-1.59.616-3.481-.68-3.623-2.342.889-.035 1.78-.043 2.668-.091.289.035.241-.322.282-.508-.154-.065-.306-.13-.46-.193-.372-.727-.731-1.463-1.098-2.192z"/><path fill="#f1ba1b" d="M13.508 12.703c-.211-1.069.446-2.016 1.198-2.696.317.846 1.104 1.591 1.068 2.519-.755.07-1.511.113-2.266.178z"/><path fill="#1f1a17" d="M13.135 7.016c.55-.108 1.063-.364 1.622-.418.432-.049.468.578.168.761-.233.068-.48.071-.721.089-.35.798.35 1.487.575 2.215.48-.155.967-.3 1.469-.36 1.648-.014 3.023 1.568 2.946 3.176.061 1.732-1.591 3.392-3.359 3.094-1.32-.203-2.406-1.374-2.519-2.705-.282-.013-.694.198-.868-.116-.929-1.392-1.836-2.797-2.774-4.182-.126.451-.23.908-.323 1.368 1.507 1.112 1.62 3.664.169 4.864-.906 1.008-2.627 1.062-3.648.2-1.693-1.198-1.607-4.152.18-5.227.937-.712 2.19-.484 3.174-.006.247-.846.385-1.72.523-2.588-.563.012-1.132-.053-1.69.031-.316.097-.332.515-.174.751.148.274.654.056.679.419-.611.092-1.302-.464-.906-1.092.572-.632 1.529-.223 2.269-.271a13.05 13.05 0 0 1-.079.966c1.274-.006 2.55.008 3.823-.005.266.001.211-.37.31-.539a3.81 3.81 0 0 1-.889-.143l.042-.282M9.763 8.228a428.28 428.28 0 0 0 2.834 4.366 345.31 345.31 0 0 0 1.136-4.366 350.422 350.422 0 0 0-3.971 0m4.219.184c-.38 1.428-.763 2.856-1.132 4.288l.38-.002c.053-.65.146-1.312.454-1.896.224-.42.68-.652.923-1.055-.175-.46-.409-.894-.625-1.334m-7.539 1.39c-1.718.78-2.155 3.301-.854 4.654.914 1.123 2.856 1.212 3.834.126 1.33-1.091 1.199-3.372-.121-4.422-.221.822-.716 1.529-1.294 2.135-.084.384-.392.628-.761.386a61.834 61.834 0 0 1-.02-.43c.188-.084.394-.114.599-.124.637-.56 1.055-1.333 1.292-2.14-.796-.509-1.818-.601-2.675-.186m8.445.072c.367.73.726 1.465 1.098 2.192l.46.193c-.041.186.007.542-.282.508-.888.048-1.778.056-2.668.091.142 1.662 2.033 2.958 3.623 2.342 1.846-.584 2.465-3.181 1.223-4.621-.77-1.043-2.334-1.348-3.454-.706m-1.379 2.83c.755-.065 1.511-.108 2.266-.178.036-.928-.751-1.673-1.068-2.519-.751.68-1.409 1.627-1.198 2.696z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bicycles-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.568.772c.59-.08 1.169.188 1.574.606 3.253 3.108 6.509 6.212 9.755 9.326.776.68.701 1.984-.079 2.632-3.13 3.114-6.238 6.25-9.368 9.362-.68.662-1.866.665-2.533-.018-3.289-3.151-6.583-6.296-9.876-9.444-.719-.635-.703-1.844-.018-2.498 3.046-3.073 6.116-6.121 9.172-9.186.368-.386.823-.733 1.374-.78m-.366.364c-.325.12-.577.37-.82.607-3.034 3.047-6.084 6.076-9.114 9.126-.625.55-.676 1.615-.04 2.178 3.295 3.145 6.589 6.293 9.884 9.439.583.612 1.64.565 2.209-.043 3.14-3.138 6.282-6.278 9.419-9.421.584-.56.578-1.588-.036-2.126-3.264-3.137-6.544-6.258-9.818-9.383a1.567 1.567 0 0 0-1.685-.377z"/><path fill="#231f20" d="M11.321 1.495c.606-.175 1.273.022 1.712.467 3.055 2.906 6.103 5.82 9.15 8.735.72.607.774 1.799.096 2.458-2.962 2.96-5.914 5.933-8.884 8.884-.696.694-1.921.625-2.557-.114-3.019-2.903-6.056-5.786-9.083-8.681-.721-.605-.749-1.794-.078-2.447 2.809-2.83 5.634-5.646 8.452-8.467.344-.342.702-.719 1.192-.834m.121.357c-.377.084-.661.362-.924.625C7.681 5.322 4.83 8.152 2 11.004c-.54.486-.588 1.41-.04 1.91 3.086 2.954 6.18 5.904 9.271 8.855.502.509 1.391.498 1.894-.001 2.95-2.93 5.884-5.878 8.827-8.814.577-.516.565-1.494-.036-1.986-3.019-2.902-6.056-5.786-9.082-8.681-.353-.371-.888-.576-1.393-.434z"/><path fill="#231f20" d="M13.001 4.24c1.012-.197 1.229 1.493.199 1.56-.982.149-1.172-1.459-.199-1.56zM13.08 6.235c.34-.343.995-.384 1.204.121.311.814.366 1.7.576 2.543.035.293.235.74-.138.898-.787.398-1.63.677-2.436 1.036a5.3 5.3 0 0 1 .178.382c.52.004 1.04.005 1.56-.001l.26-.467c-.212-.019-.426-.037-.637-.065.355-.454 1.006-.474 1.504-.698.085.245.076.499.04.752-.186.006-.373.01-.559.014-.497.556.242 1.073.475 1.572 1.098-.517 2.536-.037 3.035 1.085.613 1.183-.083 2.772-1.355 3.148-1.201.425-2.593-.362-2.909-1.584-.587.037-1.168.162-1.757.154-.492-.095-.539-.684-.398-1.074-.857-.739-1.717-1.471-2.576-2.207l-.372.652c.962.667 1.33 2.069.679 3.074-.586 1.025-2.023 1.424-3.042.816-1.123-.589-1.522-2.172-.808-3.222.577-.953 1.861-1.291 2.866-.847.288-.554.623-1.086.881-1.655-.019-.31-.269-.613-.119-.923.38-.346.943-.252 1.416-.264-.199-.233-.395-.601-.09-.841.832-.809 1.662-1.622 2.524-2.398m-1.994 3.168l-.016.421c-.515.01-1.042-.035-1.542.116.072.247.151.493.246.734-.091.18-.184.359-.276.539.576.002 1.151 0 1.726.002-.101-.342-.403-.823-.029-1.102.671-.394 1.424-.626 2.128-.958a42.77 42.77 0 0 0-.575-1.249c-.562.49-1.096 1.012-1.662 1.495M9.342 11.56c.931.74 1.759 1.636 2.768 2.262.554.4 1.148.005 1.747.065a2.803 2.803 0 0 1 .959-1.432c-.2-.304-.403-.606-.613-.904-.242.456-.478.914-.726 1.368l-.161-.347a36.3 36.3 0 0 1 .527-1.018c-.412-.004-.823-.005-1.235-.004.22.562.526 1.088.698 1.667.13.575-.788.79-1.02.3-.329-.638-.566-1.32-.888-1.962-.686.007-1.372.002-2.057.004m-3.645 2.183c-.418 1.052.318 2.327 1.42 2.532 1.009.242 2.089-.51 2.266-1.519.156-.736-.185-1.506-.781-1.945-.229.412-.488.808-.696 1.231-.104.229.029.572-.247.707-.283.119-.582-.164-.492-.454.571-.414.794-1.1 1.133-1.688-.998-.421-2.255.096-2.602 1.136m9.591-1.134c.348.553.644 1.15 1.116 1.61.184.164.023.523-.217.528-.642.101-1.294.115-1.934.216.294.791 1.078 1.405 1.945 1.34 1.172-.038 2.095-1.31 1.735-2.437-.286-1.106-1.603-1.711-2.645-1.258m-1.08 1.309c.515.046 1.031.078 1.548.108-.247-.416-.499-.83-.761-1.238-.37.292-.642.683-.787 1.13z"/><path fill="#fff100" d="M11.203 1.136a1.567 1.567 0 0 1 1.685.377c3.275 3.125 6.554 6.246 9.818 9.383.614.539.62 1.566.036 2.126a9295.831 9295.831 0 0 1-9.419 9.421c-.569.608-1.626.655-2.209.043-3.295-3.146-6.589-6.294-9.884-9.439-.636-.563-.586-1.628.04-2.178 3.03-3.05 6.08-6.079 9.114-9.126.242-.238.494-.487.82-.607m.117.359c-.49.115-.847.492-1.192.834-2.818 2.821-5.642 5.638-8.452 8.467-.671.653-.643 1.842.078 2.447 3.026 2.894 6.064 5.778 9.083 8.681.636.739 1.861.808 2.557.114 2.97-2.951 5.922-5.923 8.884-8.884.678-.659.624-1.85-.096-2.458a4715.986 4715.986 0 0 0-9.15-8.735c-.439-.445-1.106-.642-1.712-.467z"/><path fill="#fff100" d="M11.442 1.853c.505-.142 1.04.064 1.393.434 3.025 2.894 6.062 5.779 9.082 8.681.601.492.613 1.47.036 1.986-2.944 2.936-5.878 5.884-8.827 8.814-.503.499-1.392.51-1.894.001-3.091-2.951-6.185-5.9-9.271-8.855-.548-.5-.5-1.424.04-1.91 2.83-2.852 5.681-5.682 8.518-8.526.263-.263.547-.541.924-.625m1.558 2.387c-.973.101-.782 1.709.199 1.56 1.03-.067.812-1.757-.199-1.56m.079 1.995c-.862.775-1.692 1.589-2.524 2.398-.305.24-.109.608.09.841-.473.012-1.036-.082-1.416.264-.15.31.1.613.119.923-.258.569-.593 1.1-.881 1.655-1.004-.444-2.288-.106-2.866.847-.714 1.05-.316 2.633.808 3.222 1.019.608 2.456.209 3.042-.816.65-1.006.283-2.407-.679-3.074.125-.217.248-.434.372-.652.859.736 1.72 1.468 2.576 2.207-.14.39-.094.979.398 1.074.589.008 1.17-.116 1.757-.154.316 1.222 1.708 2.009 2.909 1.584 1.272-.376 1.968-1.964 1.355-3.148-.499-1.122-1.937-1.602-3.035-1.085-.233-.499-.972-1.016-.475-1.572.186-.005.373-.008.559-.014.036-.253.046-.508-.04-.752-.498.224-1.148.245-1.504.698.211.028.425.046.637.065l-.26.467c-.52.006-1.04.005-1.56.001a5.3 5.3 0 0 0-.178-.382c.806-.359 1.649-.637 2.436-1.036.373-.157.173-.605.138-.898-.21-.842-.265-1.729-.576-2.543-.209-.505-.864-.464-1.204-.121z"/><path fill="#fff100" d="M11.088 9.404c.566-.484 1.1-1.006 1.662-1.495.198.413.39.829.575 1.249-.703.331-1.457.564-2.128.958-.374.278-.072.76.029 1.102-.575-.002-1.15 0-1.726-.002.092-.18.185-.359.276-.539a8.428 8.428 0 0 1-.246-.734c.5-.151 1.027-.107 1.542-.116l.016-.421zM9.342 11.56c.685-.001 1.37.004 2.057-.004.322.642.559 1.324.888 1.962.232.49 1.15.275 1.02-.3-.173-.578-.479-1.105-.698-1.667.412-.001.823 0 1.235.004-.18.337-.358.674-.527 1.018l.161.347c.248-.454.484-.912.726-1.368.21.298.413.6.613.904a2.8 2.8 0 0 0-.959 1.432c-.599-.06-1.193.335-1.747-.065-1.009-.626-1.837-1.522-2.768-2.262zM5.696 13.742c.347-1.04 1.603-1.558 2.602-1.136-.338.588-.562 1.274-1.133 1.688-.09.289.209.572.492.454.276-.134.143-.478.247-.707.208-.424.467-.82.696-1.231.596.439.937 1.21.781 1.945-.176 1.009-1.256 1.762-2.266 1.519-1.102-.205-1.837-1.48-1.42-2.532zM15.288 12.608c1.042-.454 2.359.151 2.645 1.258.36 1.127-.563 2.399-1.735 2.437-.868.065-1.651-.55-1.945-1.34.641-.101 1.292-.115 1.934-.216.24-.005.401-.364.217-.528-.472-.461-.768-1.057-1.116-1.61z"/><path fill="#fff100" d="M14.208 13.916c.145-.448.418-.839.787-1.13.262.408.514.822.761 1.238a49.856 49.856 0 0 1-1.548-.108z"/></symbol><symbol viewBox="0 0 27 24" id="warning--bicycles-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#282828" opacity=".84" d="M13.133 0h.956c.176.136.344.284.511.43-.592-.365-1.335-.379-1.921.005.14-.155.293-.3.454-.435z"/><path fill="#fff" d="M12.679.435C13.265.05 14.009.064 14.6.43l.11.091c.025.196.104.466.344.476l.025.209c-.005.213.16.37.318.487.079.149.161.297.244.446.019.221.142.42.349.509l.04.2c.01.213.161.375.333.481.072.158.147.316.214.477a.813.813 0 0 0 .322.487c.08.143.161.288.243.431.011.22.124.416.318.524l.085.168c.012.22.131.416.326.521.068.154.14.307.203.462a.74.74 0 0 0 .345.477c.068.157.14.314.205.473.044.198.16.368.327.484l.247.464c.038.192.117.458.355.469l.025.215c-.007.217.166.372.335.479.071.161.146.319.213.483.044.198.158.37.326.484.078.147.157.295.237.44.02.22.143.417.35.507l.04.2c.01.211.161.374.333.48.072.16.146.316.213.477a.81.81 0 0 0 .323.487c.079.147.16.293.24.439.019.22.142.419.35.507l.04.202c.01.211.161.374.333.48.071.158.146.316.213.477a.824.824 0 0 0 .322.487l.247.438a.643.643 0 0 0 .312.525c.079.15.16.299.24.449.038.192.116.458.355.469l.023.217c-.005.215.168.371.337.477.071.161.146.319.211.483.044.198.16.368.329.484l.237.443c.02.22.143.419.35.507l.04.196c.011.209.153.371.31.494.087.145.176.29.265.435.269.495.434 1.035.513 1.591-.225.41-.528.783-.931 1.027-8.386.067-16.777-.048-25.16.057a2.545 2.545 0 0 1-1.006-.965c-.031-.607.175-1.182.464-1.707l.265-.442c.153-.123.316-.278.312-.491.005-.053.018-.161.025-.215.239-.011.316-.277.355-.469l.243-.453a.65.65 0 0 0 .312-.526l.243-.432a.827.827 0 0 0 .323-.487c.065-.161.14-.319.211-.479.172-.106.325-.267.335-.48l.04-.2a.6.6 0 0 0 .349-.509c.08-.146.161-.292.239-.438a.808.808 0 0 0 .325-.487c.067-.161.14-.319.211-.477.172-.106.325-.269.334-.48l.038-.2a.595.595 0 0 0 .35-.506c.08-.149.161-.296.239-.443a.805.805 0 0 0 .327-.484c.063-.155.134-.308.2-.461a.612.612 0 0 0 .327-.522l.108-.175c.199-.218.386-.46.449-.754l.059-.195a.608.608 0 0 0 .34-.514c.08-.146.162-.292.241-.438a.82.82 0 0 0 .323-.487c.067-.161.14-.318.211-.477.172-.106.323-.267.334-.48l.041-.2a.599.599 0 0 0 .349-.509l.24-.438a.82.82 0 0 0 .323-.487c.064-.155.135-.307.203-.46a.614.614 0 0 0 .325-.524l.105-.165c.218-.217.374-.484.454-.781l.076-.18a.759.759 0 0 0 .337-.481c.063-.155.134-.308.2-.461a.613.613 0 0 0 .327-.522l.108-.175c.199-.218.386-.46.449-.755.015-.046.042-.142.057-.19a.582.582 0 0 0 .329-.521c.162-.254.312-.518.513-.746m.575.156c-.286.102-.447.38-.6.626C8.69 8.102 4.699 14.979.729 21.867c-.439.599 0 1.572.769 1.537 8.092.008 16.185.01 24.275-.001.768.034 1.204-.935.768-1.534-3.987-6.918-7.992-13.826-11.985-20.741-.22-.483-.792-.76-1.295-.537z"/><path fill="#fff" d="M4.362 20.8c3.089-5.348 6.176-10.696 9.273-16.039 3.097 5.343 6.184 10.691 9.274 16.039H4.362m9.996-10.53c-.445.125-.56.783-.184 1.051.348.307.964.049.987-.416.059-.424-.404-.784-.803-.635m.522 1.476a84.272 84.272 0 0 0-2.197 2.156c-.225.168-.083.449-.061.674-.642-.16-1.42.079-.929.837-.64.945-1 2.115-1.887 2.865.119.115.243.228.397.295.334-.783.783-1.507 1.215-2.239.678.551 1.362 1.094 2.035 1.653-.256 1.113.964.832 1.645.768.288 1.631 2.81 1.775 3.375.255.672-1.376-.81-2.945-2.239-2.483.019.068.055.203.072.271.739-.15 1.602.125 1.901.869.447.916-.282 2.096-1.294 2.129-.679.086-1.189-.43-1.597-.893.532-.394 1.406.086 1.78-.54-.615-.776-1.065-1.661-1.583-2.5.076-.12.154-.239.232-.357.233-.098.509-.21.578-.484a9.68 9.68 0 0 0-1.167.068c.255-.172.641-.215.802-.5-.008-.851-.125-1.7-.206-2.547-.015-.401-.62-.635-.87-.295m-6.564 6.525c-.065 1.283 1.459 2.25 2.592 1.636 1.151-.506 1.365-2.197.405-3-.17.451.334.779.32 1.225.153 1.099-1.118 2.029-2.118 1.535-1.032-.395-1.237-1.947-.331-2.587.457-.435 1.13-.187 1.651-.453-1.125-.554-2.572.397-2.52 1.643z"/><path fill="#fff" d="M12.836 14.78c.533-.485 1.083-.953 1.619-1.436l.319.841c-.577.51-2.08.627-1.715 1.643-.45-.003-.899-.001-1.349-.003.079-.143.16-.284.24-.425-.083-.2-.164-.401-.243-.601a26.57 26.57 0 0 1 1.129-.019zM13.743 15.695c.409-.224.844-.397 1.27-.584.173.108.364.183.539.288-.089.142-.176.285-.263.428-.515-.014-1.055.072-1.545-.132zM11.467 16.062c.58-.04 1.162-.026 1.743-.025.301.661.593 1.328.946 1.965-1.068-.355-1.815-1.271-2.689-1.94zM14.037 16.038h1.121c-.206.355-.415.708-.625 1.061a63.611 63.611 0 0 1-.496-1.061zM14.525 17.995c.132-.695.464-1.316.859-1.895.39.64.781 1.278 1.166 1.92-.419-.026-.836-.055-1.256-.072a9.39 9.39 0 0 1 .476-.869c-.053-.042-.158-.13-.211-.173-.352.393-.325 1.158-1.034 1.09z"/><path fill="#d40000" d="M13.261.59c.503-.222 1.076.055 1.295.537 3.993 6.915 7.998 13.823 11.985 20.741.436.599 0 1.568-.768 1.534-8.09.011-16.184.01-24.275.001-.769.035-1.208-.938-.769-1.537C4.699 14.978 8.69 8.101 12.661 1.215c.153-.245.314-.524.6-.626M4.362 20.8h18.547c-3.09-5.348-6.177-10.696-9.274-16.039-3.097 5.343-6.184 10.691-9.273 16.039z"/><path fill="#353535" opacity=".88" d="M14.711.521c.179.095.355.255.344.476-.24-.01-.319-.28-.344-.476z"/><path fill="#2c2c2c" opacity=".86" d="M11.838 1.702a.539.539 0 0 1 .329-.521.583.583 0 0 1-.329.521z"/><path fill="#2a2a2a" opacity=".85" d="M15.079 1.205c.25.001.325.284.318.487-.158-.117-.323-.274-.318-.487zM10.36 4.286c-.012-.209.079-.496.337-.481a.756.756 0 0 1-.337.481z"/><path fill="#2d2d2d" opacity=".84" d="M11.332 2.647c-.007-.314.091-.69.449-.755-.063.296-.25.537-.449.755z"/><path fill="#2f2f2f" opacity=".87" d="M15.641 2.138a.532.532 0 0 1 .349.509.596.596 0 0 1-.349-.509z"/><path fill="#252525" opacity=".84" d="M10.897 3.344a.515.515 0 0 1 .327-.522.611.611 0 0 1-.327.522z"/><path fill="#232323" opacity=".83" d="M16.03 2.847c.25 0 .331.277.333.481-.172-.106-.323-.269-.333-.481z"/><path fill="#292929" opacity=".85" d="M16.576 3.806c.26-.016.349.277.322.487a.813.813 0 0 1-.322-.487z"/><path fill="#2b2b2b" opacity=".82" d="M9.829 5.247c-.037-.34.125-.659.454-.781a1.73 1.73 0 0 1-.454.781z"/><path fill="#2e2e2e" opacity=".87" d="M17.141 4.724a.497.497 0 0 1 .318.524.624.624 0 0 1-.318-.524z"/><path fill="#242424" opacity=".83" d="M9.4 5.936a.515.515 0 0 1 .325-.524.614.614 0 0 1-.325.524z"/><path fill="#222" opacity=".82" d="M17.543 5.415c.218.082.344.29.326.521a.623.623 0 0 1-.326-.521z"/><path fill="#282828" opacity=".85" d="M8.873 6.882c-.027-.21.063-.503.323-.487a.82.82 0 0 1-.323.487z"/><path fill="#272727" opacity=".84" d="M18.072 6.398c.256-.014.352.267.345.477a.74.74 0 0 1-.345-.477z"/><path fill="#2e2e2e" opacity=".86" d="M8.284 7.829a.531.531 0 0 1 .349-.509.599.599 0 0 1-.349.509z"/><path fill="#2c2c2c" opacity=".86" d="M18.622 7.349c.259-.016.35.274.327.484a.789.789 0 0 1-.327-.484z"/><path fill="#222" opacity=".82" d="M7.909 8.509c.001-.203.085-.48.334-.48-.011.213-.162.374-.334.48z"/><path fill="#323232" opacity=".87" d="M19.196 8.296c.185.086.368.244.355.469-.237-.011-.316-.277-.355-.469z"/><path fill="#282828" opacity=".84" d="M7.375 9.473c-.027-.21.063-.503.323-.487a.82.82 0 0 1-.323.487z"/><path fill="#252525" opacity=".83" d="M19.575 8.981c.245.004.326.277.335.479-.169-.106-.342-.262-.335-.479z"/><path fill="#2d2d2d" opacity=".85" d="M6.794 10.425a.519.519 0 0 1 .34-.514.603.603 0 0 1-.34.514z"/><path fill="#2a2a2a" opacity=".85" d="M20.123 9.942c.259-.016.349.274.326.484a.789.789 0 0 1-.326-.484z"/><path d="M14.358 10.27c.4-.149.862.211.803.635-.023.465-.64.723-.987.416-.376-.269-.26-.926.184-1.051zM14.88 11.746c.25-.341.855-.106.87.295.08.847.198 1.696.206 2.547-.161.285-.547.329-.802.5a9.48 9.48 0 0 1 1.167-.068c-.07.274-.345.386-.578.484l-.232.357c.518.839.968 1.724 1.583 2.5-.374.626-1.248.146-1.78.54.408.464.918.979 1.597.893 1.012-.033 1.741-1.212 1.294-2.129-.299-.743-1.162-1.019-1.901-.869l-.072-.271c1.429-.462 2.911 1.107 2.239 2.483-.565 1.52-3.087 1.376-3.375-.255-.68.064-1.901.345-1.645-.768-.672-.559-1.357-1.102-2.035-1.653-.432.732-.881 1.456-1.215 2.239a1.384 1.384 0 0 1-.397-.295c.888-.75 1.248-1.92 1.887-2.865-.491-.758.286-.997.929-.837-.022-.225-.164-.506.061-.674a84.272 84.272 0 0 1 2.197-2.156m-2.042 3.036c-.376 0-.753.003-1.129.019.079.2.16.401.243.601-.08.142-.161.282-.24.425.45.001.899 0 1.349.003-.364-1.016 1.139-1.133 1.715-1.643l-.319-.841c-.536.483-1.085.95-1.619 1.436m.907.915c.49.205 1.03.119 1.545.132l.263-.428c-.175-.105-.365-.18-.539-.288-.425.187-.86.36-1.27.584m-2.275.367c.874.67 1.621 1.586 2.689 1.94-.353-.637-.645-1.304-.946-1.965-.581-.001-1.163-.015-1.743.025m2.57-.024c.162.355.327.708.496 1.061.21-.353.419-.706.625-1.061a209.44 209.44 0 0 0-1.121 0m.488 1.957c.709.068.682-.697 1.034-1.09.053.044.158.131.211.173-.173.282-.334.57-.476.869.42.018.837.046 1.256.072-.385-.642-.776-1.28-1.166-1.92-.395.58-.727 1.2-.859 1.895z"/><path d="M8.318 18.273c-.052-1.246 1.395-2.197 2.52-1.643-.521.266-1.195.018-1.651.453-.905.64-.701 2.191.331 2.587 1 .494 2.27-.436 2.118-1.535.014-.446-.491-.773-.32-1.225.96.803.746 2.494-.405 3-1.133.614-2.658-.353-2.592-1.636z"/><path fill="#2e2e2e" opacity=".83" d="M6.286 11.374c-.007-.314.091-.69.449-.754-.063.295-.25.536-.449.754z"/><path fill="#313131" opacity=".87" d="M20.686 10.867c.213.08.355.275.35.507a.6.6 0 0 1-.35-.507z"/><path fill="#262626" opacity=".84" d="M5.851 12.071a.515.515 0 0 1 .327-.522.614.614 0 0 1-.327.522z"/><path fill="#252525" opacity=".82" d="M21.076 11.575c.248 0 .331.277.333.48-.172-.106-.323-.269-.333-.48z"/><path fill="#2b2b2b" opacity=".85" d="M5.324 13.016c-.023-.21.067-.5.327-.484a.805.805 0 0 1-.327.484z"/><path fill="#2a2a2a" opacity=".84" d="M21.622 12.532c.259-.015.349.277.323.487a.805.805 0 0 1-.323-.487z"/><path fill="#313131" opacity=".87" d="M4.735 13.965a.527.527 0 0 1 .35-.506.595.595 0 0 1-.35.506z"/><path fill="#303030" opacity=".86" d="M22.185 13.458a.532.532 0 0 1 .35.507.593.593 0 0 1-.35-.507z"/><path fill="#252525" opacity=".82" d="M4.362 14.645c.003-.205.085-.48.334-.48-.01.211-.162.374-.334.48z"/><path fill="#232323" opacity=".82" d="M22.575 14.167c.25-.001.331.275.333.48-.172-.106-.323-.269-.333-.48z"/><path fill="#2a2a2a" opacity=".84" d="M3.826 15.61c-.026-.21.064-.502.325-.487a.803.803 0 0 1-.325.487z"/><path fill="#292929" opacity=".84" d="M23.12 15.124c.26-.018.35.275.322.487a.82.82 0 0 1-.322-.487zM2.329 18.202c-.029-.21.061-.503.323-.487a.834.834 0 0 1-.323.487z"/><path fill="#2f2f2f" opacity=".86" d="M3.239 16.556a.531.531 0 0 1 .349-.509.6.6 0 0 1-.349.509z"/><path fill="#2e2e2e" opacity=".85" d="M23.689 16.049a.48.48 0 0 1 .312.525.64.64 0 0 1-.312-.525zM1.774 19.16a.483.483 0 0 1 .312-.526.648.648 0 0 1-.312.526z"/><path fill="#232323" opacity=".82" d="M2.864 17.236c.003-.203.086-.48.335-.48-.011.213-.164.374-.335.48z"/><path fill="#333" opacity=".87" d="M24.241 17.022c.185.086.368.245.355.469-.239-.011-.316-.277-.355-.469zM1.177 20.082c-.014-.224.169-.383.355-.469-.038.192-.116.458-.355.469z"/><path fill="#272727" opacity=".83" d="M24.619 17.708c.247.003.327.275.337.477-.169-.106-.342-.262-.337-.477zM.84 20.789c-.014-.205.06-.49.312-.491.004.213-.16.368-.312.491z"/><path fill="#2c2c2c" opacity=".85" d="M25.167 18.668c.259-.016.35.274.329.484a.792.792 0 0 1-.329-.484z"/><path fill="#323232" opacity=".87" d="M25.733 19.595c.213.08.355.275.35.507a.598.598 0 0 1-.35-.507z"/><path fill="#262626" opacity=".82" d="M26.123 20.299c.254 0 .331.288.31.494-.157-.123-.299-.285-.31-.494z"/><path fill="#1e1e1e" opacity=".79" d="M0 22.013c.176-.273.378-.526.575-.783-.289.525-.495 1.1-.464 1.707l-.112-.176v-.749z"/><path fill="#1d1d1d" opacity=".78" d="M26.697 21.228c.2.265.401.529.575.811v1.03l-.063-.25a4.705 4.705 0 0 0-.513-1.591z"/><path fill="#111" opacity=".94" d="M1.118 23.903c8.384-.105 16.774.01 25.16-.057l-.222.154H.896l.222-.097z"/></symbol><symbol viewBox="0 0 28 24" id="warning--bollard--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M13.795 0h.476c.291.243.539.535.733.862 4.22 7.238 8.46 14.463 12.679 21.701.3.442.24.974.031 1.437H.47c-.469-.414-.333-1.061-.034-1.531C4.654 15.275 8.871 8.079 13.084.882c.197-.324.435-.622.71-.881m-8.476 20.76c5.798.003 11.596.003 17.394 0-2.879-4.953-5.752-9.91-8.639-14.86-2.923 4.95-5.837 9.906-8.755 14.86z"/><path fill="#f7fbf5" d="M5.318 20.761c2.918-4.954 5.832-9.91 8.755-14.86 2.887 4.95 5.76 9.907 8.639 14.86-5.798.003-11.596.003-17.394 0m6.755-5.13c-.872-.003-1.743-.008-2.613-.004l-.208.931.961.411c.354-.5.949-.95 1.59-.714.633.153.856.825.898 1.402-.862.415-.546 1.437-.592 2.198-1.416.06-2.852-.126-4.255.104 1.071.154 2.157.042 3.234.074 3.357-.051 6.726.102 10.074-.077-.984-.248-2.017.058-2.996-.219.62-.088 1.019-.825.64-1.354-.394-.658-1.537-.432-1.617.344-.122.54.406.839.765 1.114-1.416.032-2.832.007-4.247.014 0-.623.015-1.249-.06-1.869 1.027.251 2.067.448 3.099.681.278-.552.79-1.152 1.486-.959.664.076 1.001.709 1.116 1.3a34.3 34.3 0 0 0 .705-.048l.303-1.359c-.608-.324-1.416-.437-1.774-1.091-.279-.422-.552-.852-.835-1.272-1.055-.213-2.095-.516-3.162-.672-.87.278-1.538 1.137-2.511 1.065m-.951.97c-1.11.334-.414 2.142.646 1.622 1.047-.371.385-2.063-.646-1.622z"/><path fill="#f7fbf5" d="M14.167 14.996c.65-.456 1.425.022 2.116.111-.095.424-.192.848-.286 1.273a803.38 803.38 0 0 0-3.075-.692l1.245-.692zM16.33 16.453c.095-.427.192-.855.292-1.281 1.11-.048 1.514 1.009 2.021 1.782-.772-.164-1.542-.334-2.313-.501z"/><path fill="#2a2d2f" d="M12.073 15.631c.973.072 1.641-.787 2.511-1.065 1.067.156 2.107.459 3.162.672.284.42.556.849.835 1.272.358.654 1.166.766 1.774 1.091-.101.453-.204.905-.303 1.359-.236.018-.47.034-.705.048-.115-.591-.452-1.224-1.116-1.3-.696-.194-1.208.407-1.486.959-1.032-.233-2.072-.429-3.099-.681.076.62.06 1.246.06 1.869 1.415-.007 2.831.018 4.247-.014-.359-.275-.887-.574-.765-1.114.08-.776 1.222-1.002 1.617-.344.379.529-.02 1.266-.64 1.354.98.276 2.013-.029 2.996.219-3.349.18-6.717.027-10.074.077-1.076-.032-2.163.08-3.234-.074 1.404-.23 2.839-.043 4.255-.104.046-.761-.269-1.782.592-2.198-.042-.577-.265-1.249-.898-1.402-.641-.236-1.236.215-1.59.714a251.89 251.89 0 0 0-.961-.411l.208-.931c.87-.004 1.742.001 2.613.004m2.095-.635c-.414.23-.829.462-1.245.692 1.026.229 2.051.459 3.075.692.094-.425.191-.849.286-1.273-.692-.088-1.467-.567-2.117-.111m2.164 1.457c.771.167 1.541.337 2.313.501-.507-.773-.911-1.83-2.021-1.782-.1.427-.197.855-.292 1.281z"/><path fill="#2a2d2f" d="M11.123 16.601c1.03-.441 1.693 1.252.646 1.622-1.06.519-1.756-1.288-.646-1.622z"/></symbol><symbol viewBox="0 0 27 24" id="warning--bridge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.258 0h.613c.533.152 1.033.465 1.298.968 3.854 6.679 7.7 13.364 11.554 20.045.149.26.281.53.396.807v.748A1.996 1.996 0 0 1 25.656 24H1.499c-.746-.153-1.308-.758-1.498-1.483v-.605c.099-.278.216-.55.361-.807C4.235 14.396 8.098 7.683 11.967.973c.26-.503.761-.816 1.292-.974M2.853 21.601c7.144.004 14.289.007 21.433-.001A7982.362 7982.362 0 0 0 13.569 3.013 6989.417 6989.417 0 0 0 2.853 21.601z"/><path fill="#fff" d="M2.853 21.601A6989.417 6989.417 0 0 1 13.569 3.013c3.582 6.19 7.153 12.388 10.717 18.587-7.144.008-14.289.005-21.433.001m8.797-6.969c-.979.408-1.505 1.44-2.487 1.841-.883.426-1.879.277-2.823.308-.004 1.06-.004 2.123 0 3.185 1.756.005 3.512.003 5.266 0 .045-.824-.165-1.741.323-2.475.639-1.059 2.298-1.186 3.094-.24.7.732.469 1.802.51 2.715 1.755.004 3.511.004 5.265 0 .004-1.062.004-2.125 0-3.186-1.346.058-2.884.053-3.867-1.029-1.254-1.501-3.528-2.023-5.281-1.119z"/><path d="M11.65 14.632c1.753-.904 4.027-.382 5.281 1.119.983 1.082 2.521 1.087 3.867 1.029.004 1.062.004 2.125 0 3.186-1.755.004-3.511.004-5.265 0-.041-.913.19-1.982-.51-2.715-.796-.946-2.456-.819-3.094.24-.488.734-.278 1.65-.323 2.475-1.755.003-3.511.005-5.266 0a422.677 422.677 0 0 1 0-3.185c.944-.031 1.94.118 2.823-.308.982-.401 1.508-1.433 2.487-1.841z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bridge--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.923.409c.402-.066.701.252.962.505 3.48 3.481 6.955 6.967 10.435 10.448.378.323.406.968.02 1.297-3.562 3.559-7.114 7.129-10.681 10.682-.324.39-.99.38-1.314-.005C7.795 19.803 4.266 16.25.721 12.714c-.41-.33-.446-1-.031-1.34C4.172 7.895 7.643 4.404 11.124.924c.235-.206.458-.504.798-.516m-.74 1.055c-3.299 3.3-6.587 6.613-9.895 9.904a2.84 2.84 0 0 0-.521.63c.113.292.332.512.557.721 3.446 3.433 6.874 6.884 10.319 10.319.181.241.541.25.725.006 3.563-3.557 7.116-7.122 10.675-10.682.282-.209.158-.576-.078-.763-3.505-3.496-7-7.002-10.498-10.506-.132-.137-.302-.226-.467-.317-.322.167-.569.431-.817.689z"/><path d="M9.764 9.88c1.256-1.058 3.223-1.063 4.481-.005 1.362 1.1 3.198.654 4.802.75.001.932.002 1.864 0 2.795-1.878-.001-3.756.008-5.633-.005-.012-.811.014-1.621-.013-2.431-.802-.652-2.002-.654-2.795.013-.016.806.001 1.613-.007 2.419-1.879.01-3.758.005-5.638.004 0-.932-.002-1.865.001-2.797 1.604-.092 3.439.35 4.801-.743z"/><path fill="#ffef00" d="M11.182 1.463c.248-.258.496-.522.817-.689.164.091.335.18.467.317 3.498 3.504 6.992 7.01 10.498 10.506.236.187.36.554.078.763-3.559 3.56-7.112 7.126-10.675 10.682a.452.452 0 0 1-.725-.006C8.197 19.602 4.77 16.15 1.323 12.717c-.224-.209-.444-.43-.557-.721a2.84 2.84 0 0 1 .521-.63c3.308-3.29 6.596-6.604 9.895-9.904M9.764 9.88c-1.362 1.093-3.197.65-4.801.743-.004.932-.001 1.865-.001 2.797 1.879.001 3.758.006 5.638-.004.008-.806-.008-1.613.007-2.419.793-.667 1.993-.665 2.795-.013.028.81.001 1.62.013 2.431 1.877.013 3.755.004 5.633.005.002-.931.001-1.862 0-2.795-1.604-.096-3.44.35-4.802-.75-1.258-1.058-3.224-1.054-4.481.005z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bus-stop-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.717 0h.527c.258.127.503.283.708.487 3.277 3.283 6.56 6.562 9.84 9.841.428.439.918.838 1.208 1.388v.53a2.631 2.631 0 0 1-.491.7c-3.287 3.274-6.562 6.56-9.845 9.839-.439.427-.834.919-1.384 1.214h-.538a2.775 2.775 0 0 1-.689-.492c-3.275-3.286-6.56-6.562-9.84-9.844-.427-.439-.919-.834-1.214-1.384v-.536c.254-.548.736-.932 1.148-1.356C4.428 7.107 7.71 3.829 10.988.546c.216-.214.463-.395.727-.547m-.045.39c-.346.202-.596.524-.883.799C7.387 4.59 3.979 7.982.585 11.39c-.358.316-.359.906.01 1.214l10.801 10.802a.805.805 0 0 0 1.211.002c3.599-3.602 7.199-7.205 10.8-10.805.37-.308.368-.899.01-1.214C19.863 7.821 16.291 4.268 12.736.701c-.26-.287-.683-.524-1.064-.313z"/><path fill="#ffd520" d="M11.815.89c.194-.221.409.036.565.167 3.342 3.34 6.68 6.68 10.024 10.019.283.296.626.552.815.924-.187.338-.5.58-.766.854-3.402 3.396-6.794 6.803-10.2 10.195-.155.211-.432.128-.57-.053C8.112 19.409 4.521 15.838.95 12.251c-.322-.253.025-.565.222-.758C4.732 7.971 8.238 4.39 11.815.89M9.347 8.617c-.307.062-.69.247-.667.618-.017 1.91 0 3.823-.006 5.735l.743-.01c-.007.229.012.46.006.69-1.014-.006-2.028.001-3.042-.005l-.01.343c3.752.006 7.504.005 11.255.001l-.002-.366c-1.063-.002-2.126.007-3.19-.007l.018-.678.631.007c-.004-1.944.011-3.888-.005-5.831.028-.409-.487-.437-.757-.568l-.011-.052-.089.035c-1.619-.192-3.269-.217-4.874.086m-2.325 1.53c-.444.246-.12.756.283.797-.474.503-.696 1.28-1.49 1.372l-.016.298c.341-.108.682-.215 1.03-.296.078 1.04-.36 2.035-.246 3.078.088 0 .262-.002.349-.004.008-.566.035-1.139.18-1.691.232.578.128 1.482.802 1.754-.128-.6-.245-1.204-.308-1.814l.299-.215c-.15-.809.718-2.186-.436-2.515.496-.318.076-1.072-.446-.763m9.392.887c-.505.274-.455.914-.598 1.397l-.26.137-.155.503.6.132c-.059.337-.121.673-.209 1.004l.277.112c-.094.371-.179.743-.254 1.117l.346.001c.091-.419.173-.84.288-1.253.348.318.235.826.282 1.246l.307.016c.001-.386-.008-.773-.036-1.158l.328-.065a6.267 6.267 0 0 1-.3-1.685c.251.119.502.24.75.364l.158-.288c-.338-.217-.793-.414-.86-.863-.048-.292-.145-.574-.421-.721.313-.181.332-.736-.097-.76-.446-.016-.455.559-.145.764z"/><path fill="#ffd520" d="M9.077 9.697a67.085 67.085 0 0 1 1.554.006c-.002.467-.002.935-.002 1.402-.518 0-1.037.001-1.555-.007l.004-1.4zM10.92 9.697c.672-.002 1.344-.002 2.016 0l-.001 1.408c-.671-.001-1.342-.002-2.011.001-.006-.469-.006-.94-.004-1.409zM13.202 9.696c.137.013.274.024.412.035.234.013.469.012.703-.004l.438-.034-.001 1.411h-1.55l-.001-1.409zM10.202 14.953a985.56 985.56 0 0 1 3.439 0l-.001.685c-1.146.002-2.292.002-3.438 0v-.685z"/><path d="M11.67.389c.382-.211.804.026 1.064.313C16.29 4.27 19.861 7.823 23.415 11.39c.359.316.36.906-.01 1.214-3.601 3.6-7.201 7.202-10.8 10.805a.805.805 0 0 1-1.211-.002L.593 12.605c-.368-.308-.367-.899-.01-1.214 3.395-3.408 6.803-6.8 10.202-10.202.287-.275.538-.598.883-.799m.147.5C8.238 4.39 4.733 7.971 1.172 11.493c-.197.193-.544.505-.222.758 3.571 3.587 7.162 7.158 10.733 10.745.138.181.415.264.57.053 3.406-3.392 6.798-6.799 10.2-10.195.265-.275.578-.516.766-.854-.188-.372-.532-.628-.815-.924-3.343-3.338-6.682-6.679-10.024-10.019-.156-.131-.371-.388-.565-.167z"/><path d="M9.347 8.617c1.606-.304 3.256-.278 4.874-.086-.306.116-.601.257-.901.388.074.278.162.554.294.812a27.433 27.433 0 0 1-.412-.035l.001 1.409h1.55l.001-1.411-.438.034c.131-.384.127-.793.004-1.18.27.131.785.158.757.568.016 1.943.001 3.887.005 5.831l-.631-.007-.018.678c1.063.014 2.126.005 3.19.007l.002.366c-3.751.004-7.502.005-11.255-.001l.01-.343c1.014.006 2.028-.001 3.042.005.006-.23-.013-.461-.006-.69l-.743.01c.006-1.912-.011-3.824.006-5.735-.023-.371.36-.556.667-.618m-.314.742c.342.016.685.02 1.027.019v-.433c-.389.006-.822.023-1.027.414m.045.336c-.001.467-.001.934-.004 1.4.518.008 1.037.007 1.555.007 0-.467 0-.935.002-1.402-.518-.01-1.036-.008-1.554-.006m1.844.001c-.002.469-.002.94.004 1.409.67-.004 1.34-.002 2.011-.001l.001-1.408c-.672-.002-1.344-.002-2.016 0m-.718 5.256v.685c1.146.002 2.292.002 3.438 0l.001-.685a985.56 985.56 0 0 0-3.439 0z"/><path d="M7.022 10.145c.522-.308.942.445.446.763 1.153.329.286 1.706.436 2.515l-.299.215c.064.611.18 1.214.308 1.814-.673-.272-.57-1.176-.802-1.754-.145.552-.172 1.124-.18 1.691l-.349.004c-.114-1.043.324-2.038.246-3.078-.348.082-.689.188-1.03.296l.016-.298c.794-.091 1.016-.869 1.49-1.372-.403-.041-.727-.551-.283-.797zM16.415 11.033c-.31-.205-.301-.78.145-.764.43.024.41.578.097.76.276.148.373.43.421.721.067.449.522.646.86.863l-.158.288a39.888 39.888 0 0 0-.75-.364c.02.574.126 1.139.3 1.685l-.328.065c.028.385.037.772.036 1.158l-.307-.016c-.047-.42.066-.928-.282-1.246-.115.413-.197.834-.288 1.253l-.346-.001c.076-.374.161-.746.254-1.117l-.277-.112c.088-.331.15-.667.209-1.004l-.6-.132c.05-.168.103-.336.155-.503l.26-.137c.143-.482.092-1.123.598-1.397z"/><path fill="#c0111e" d="M14.221 8.531l.089-.035.011.052c.124.386.127.796-.004 1.18a5.686 5.686 0 0 1-.703.004 4.064 4.064 0 0 1-.294-.812c.3-.131.595-.271.901-.388z"/><path fill="#d7581f" d="M9.032 9.361c.205-.391.638-.408 1.027-.414v.433c-.342.001-.685-.004-1.027-.019z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bus-stop-ahead--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.8 0h.448c.505.271.874.72 1.277 1.116l9.419 9.42c.366.368.757.719 1.057 1.146v.685c-3.25 3.42-6.665 6.691-9.979 10.054-.546.524-1.045 1.099-1.633 1.579h-.706c-3.39-3.216-6.628-6.601-9.958-9.884-.574-.611-1.241-1.14-1.724-1.83v-.472c.22-.455.619-.775.965-1.129l9.66-9.66c.37-.365.709-.776 1.175-1.025m-.117.275C7.934 3.88 4.311 7.63.607 11.287c-.383.289-.594.889-.193 1.258 3.678 3.682 7.358 7.362 11.038 11.045.282.332.823.36 1.114.022 3.68-3.683 7.361-7.367 11.044-11.048.347-.287.316-.826-.016-1.112C19.96 7.804 16.311 4.17 12.674.525c-.239-.274-.648-.449-.989-.248z"/><path d="M11.684.275c.341-.2.75-.025.989.248 3.637 3.646 7.286 7.279 10.92 10.927.331.287.362.826.016 1.112-3.683 3.682-7.363 7.366-11.044 11.048-.29.338-.832.311-1.114-.022-3.679-3.683-7.36-7.363-11.038-11.045-.401-.368-.19-.968.193-1.258C4.31 7.627 7.933 3.877 11.683.273m.341.255c-.184-.001-.308.154-.437.262C7.969 4.412 4.345 8.027.729 11.651c-.239.176-.271.533-.022.716 3.662 3.661 7.322 7.325 10.987 10.982.184.245.524.196.696-.035L23.315 12.39c.227-.17.277-.511.04-.697C19.744 8.061 16.111 4.45 12.495.822c-.139-.119-.272-.295-.472-.295z"/><path d="M8.328 5.53c1.195-1.168 2.464-2.258 3.692-3.391a344.911 344.911 0 0 1 3.524 3.205c.181.114.156.392-.06.452-.913-.178-1.799-.475-2.704-.688-.017.679-.008 1.357-.011 2.035-.496.013-.991.01-1.487.01-.016-.682-.004-1.363-.013-2.045-.919.208-1.814.53-2.746.684a60.036 60.036 0 0 1-.197-.263zM8.677 9.593c-.05-.569.473-1.068 1.032-1.045 1.202-.01 2.406-.002 3.608 0-.016.343-.041.686-.089 1.026.061.091.122.182.186.272-.006.544-.004 1.087.002 1.632.556.004 1.111.004 1.667 0-.002-.541-.01-1.084.034-1.624.019-.247.066-.497.209-.704.138 1.908.028 3.832.059 5.746-2.236-.008-4.471.016-6.707-.013-.002-1.763 0-3.527-.001-5.29m.961-.807l-.001.026a.848.848 0 0 0-.7.734c.47.037.943.061 1.415.024a94.25 94.25 0 0 0 0-.752l-.714-.032m-.619 1.071c-.002.544-.002 1.087.001 1.631.526.001 1.052 0 1.578.002a46.78 46.78 0 0 0 .006-1.633c-.528-.002-1.057-.002-1.585 0m1.897.001c-.006.542-.007 1.086.001 1.63.74 0 1.481.004 2.221-.002l.001-1.626c-.742-.007-1.483-.004-2.224-.001m-1.929 4.284v.394a.618.618 0 0 0 .515 0l-.001-.396a.682.682 0 0 0-.514.002m5.55.031c-.06.302.155.51.456.452.228-.342-.116-.686-.456-.452zM6.642 10.722c.472-.232.866.521.398.769-.5.337-.944-.551-.398-.769zM16.72 10.717c.467-.224.864.523.4.772-.504.343-.959-.552-.4-.772zM6.16 12.28c.167-.511.664-.575 1.134-.516.378.402.538 1.048 1.084 1.259v.616c-.344.046-.695.151-1.038.044-.506.878-.97 1.78-1.483 2.653-.152-.038-.354-.054-.359-.258.241-.643.672-1.201.905-1.847.042-.538-.001-1.078.018-1.616-.304.396-.62.924-1.17.962.048-.551.745-.76.91-1.297m1.375.688c.104-.14-.034-.337-.152-.421-.2.056-.071.527.152.421z"/><path d="M16.447 11.731c1.086-.332 1.146 1.06 1.9 1.488-.198.539-.782-.317-1.015-.524-.006.766.506 1.39.718 2.099l-.16.158c.112.424.925 1.295.132 1.385-.257-.487-.476-.992-.726-1.483l-.456.032c-.21.49-.415.982-.655 1.458-.774-.106.023-.974.128-1.402-.474-.323.16-1.068.172-1.566-.271.024-.541-.011-.81-.05l.001-.599c.072-.028.214-.083.284-.112.156-.299.319-.593.487-.884zM6.792 14.868c.167-.323.342-.641.53-.95-.21.85.45 1.416.851 2.063.156.176-.108.344-.253.395-.403-.482-.752-1.006-1.128-1.507z"/><path d="M8.668 14.977c2.237.019 4.475-.001 6.713.01v.754l-.727.006a120.7 120.7 0 0 0 0 .851c1.099.008 2.197-.005 3.296.007l.002.278c-3.865.013-7.73 0-11.596.006-.229.055-.346-.102-.296-.318 1.124-.011 2.249.007 3.373-.01v-.821l-.766-.01v-.754m1.499.767c-.002.286-.002.571-.001.858 1.247.005 2.492.005 3.739 0l-.001-.859c-1.246-.001-2.491-.001-3.737.001z"/><path fill="#ffd520" d="M12.024.528c.199 0 .332.176.472.295 3.616 3.628 7.249 7.238 10.86 10.871.238.186.187.527-.04.697L12.391 23.315c-.172.23-.512.28-.696.035C8.03 19.692 4.37 16.029.708 12.368c-.25-.184-.217-.54.022-.716C4.346 8.028 7.97 4.412 11.588.791c.128-.108.253-.263.437-.262M8.328 5.53l.197.263c.931-.154 1.826-.476 2.746-.684.01.682-.002 1.363.013 2.045.496 0 .991.004 1.487-.01.002-.678-.006-1.356.011-2.035.905.212 1.79.51 2.704.688.216-.06.241-.338.06-.452-1.165-1.079-2.345-2.142-3.524-3.205-1.229 1.133-2.497 2.224-3.692 3.391m4.988 3.017c-1.202-.002-2.406-.01-3.608 0-.559-.023-1.082.476-1.032 1.045.001 1.763-.001 3.527.001 5.29 2.236.029 4.471.005 6.707.013-.031-1.914.079-3.838-.059-5.746l.056-.1c-.068-.199-.139-.397-.208-.596a1.605 1.605 0 0 1-.692-.311c-.388.142-.82.157-1.165.404m-6.676 2.175c-.546.218-.102 1.106.398.769.468-.248.073-1.001-.398-.769m10.078-.005c-.559.22-.104 1.115.4.772.464-.248.067-.996-.4-.772M6.16 12.28c-.164.538-.862.746-.91 1.297.55-.038.866-.566 1.17-.962-.019.539.024 1.079-.018 1.616-.233.646-.664 1.204-.905 1.847.005.204.206.22.359.258.514-.874.977-1.775 1.483-2.653.343.107.694.001 1.038-.044v-.616c-.546-.211-.706-.857-1.084-1.259-.47-.059-.967.005-1.134.516m10.288-.549a25.33 25.33 0 0 0-.487.884 23.95 23.95 0 0 1-.284.112l-.001.599c.269.04.539.074.81.05-.012.498-.646 1.243-.172 1.566-.106.427-.902 1.296-.128 1.402.24-.476.445-.968.655-1.458l.456-.032c.25.491.469.996.726 1.483.793-.09-.02-.961-.132-1.385l.16-.158c-.211-.709-.724-1.333-.718-2.099.233.208.817 1.063 1.015.524-.754-.428-.814-1.82-1.9-1.488m-9.655 3.137c.376.502.725 1.025 1.128 1.507.145-.05.409-.218.253-.395-.401-.647-1.061-1.213-.851-2.063-.188.31-.364.628-.53.95m1.876.11v.754l.766.01v.821c-1.124.017-2.249-.001-3.373.01-.049.216.067.373.296.318 3.865-.006 7.73.007 11.596-.006l-.002-.278c-1.099-.012-2.197.001-3.296-.007a120.7 120.7 0 0 1 0-.851l.727-.006v-.754c-2.238-.011-4.476.01-6.713-.01z"/><path fill="#ffd520" d="M8.938 9.547a.846.846 0 0 1 .7-.734c-.007.234-.014.468-.019.703-.227.011-.454.022-.68.031zM10.036 8.882c.079-.017.238-.048.317-.064.001.251.001.502 0 .752l-.311-.078c0-.204-.002-.408-.006-.611zM9.019 9.857c.528-.002 1.057-.002 1.585 0 .005.545.008 1.09-.006 1.633-.526-.002-1.052-.001-1.578-.002-.004-.544-.004-1.087-.001-1.631zM10.916 9.858c.74-.002 1.482-.006 2.224.001l-.001 1.626c-.74.006-1.481.002-2.221.002a63.265 63.265 0 0 1-.001-1.63zM13.415 9.846c.494.379 1.182.283 1.703.008-.043.54-.036 1.082-.034 1.624-.556.004-1.111.004-1.667 0a73.994 73.994 0 0 1-.002-1.632zM7.536 12.968c-.223.106-.353-.365-.152-.421.119.084.257.281.152.421zM10.166 15.743c1.246-.002 2.491-.002 3.737-.001l.001.859c-1.247.005-2.492.005-3.739 0-.001-.287-.001-.572.001-.858z"/><path fill="#c0111e" d="M13.318 8.548c.346-.247.778-.263 1.165-.404.203.158.439.262.692.311.068.199.139.397.208.596l-.056.1c-.143.208-.19.457-.209.704-.521.275-1.208.371-1.703-.008-.064-.09-.125-.181-.186-.272.048-.34.073-.683.089-1.026zM14.536 14.174c.34-.234.684.11.456.452-.301.058-.516-.15-.456-.452z"/><path fill="#a64d17" d="M9.638 8.786l.714.032c-.079.016-.238.047-.317.064.004.203.006.407.006.611l.311.078a9.035 9.035 0 0 1-1.415-.024l.68-.031c.005-.235.012-.469.019-.703l.001-.026z"/><path fill="#ac0f1b" d="M8.986 14.143a.682.682 0 0 1 .514-.002l.001.396a.618.618 0 0 1-.515 0v-.394z"/></symbol><symbol viewBox="0 0 24 24" id="warning--bus-stop-ahead--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ecca00" opacity=".93" d="M11.716 0h.526c.268.113.524.257.731.463 3.502 3.5 7.002 7.004 10.506 10.504.236.228.402.515.522.818v.335c-.095.311-.242.611-.482.835-3.523 3.518-7.043 7.039-10.562 10.562-.222.23-.511.379-.811.482h-.265c-.316-.086-.618-.229-.845-.468-3.522-3.522-7.04-7.048-10.567-10.565a2.335 2.335 0 0 1-.467-.698v-.534c.184-.554.66-.919 1.052-1.322 3.301-3.301 6.604-6.599 9.9-9.904.217-.218.481-.386.763-.509m.204.299c-.276.012-.497.194-.684.378C7.699 4.22 4.155 7.755.619 11.301c-.395.326-.442.974-.044 1.319 3.582 3.582 7.165 7.163 10.746 10.746.316.384.949.42 1.286.046 3.604-3.599 7.205-7.201 10.805-10.802.377-.338.336-.971-.043-1.291-3.535-3.547-7.08-7.085-10.618-10.63-.217-.224-.502-.428-.83-.39z"/><path d="M11.921.298c.329-.038.613.166.83.39 3.538 3.545 7.082 7.082 10.618 10.63.379.32.42.953.043 1.291-3.6 3.601-7.201 7.204-10.805 10.802-.337.374-.971.338-1.286-.046C7.74 19.782 4.157 16.201.575 12.619c-.397-.344-.35-.992.044-1.319C4.154 7.754 7.699 4.219 11.237.675c.187-.184.408-.366.684-.378m-.105.481C8.194 4.269 4.69 7.893 1.106 11.427c-.247.206-.545.596-.218.876 3.578 3.588 7.166 7.168 10.745 10.753a.456.456 0 0 0 .722-.014c3.56-3.563 7.122-7.124 10.684-10.686a.459.459 0 0 0 .02-.726c-3.532-3.553-7.087-7.082-10.625-10.628-.156-.157-.385-.356-.618-.223z"/><path d="M5.704 8.267c.57-.581 1.148-1.154 1.728-1.726.803.066 1.608.103 2.408.19.509.06 1.128.367 1.148.948.014 1.626.01 3.253.008 4.88.64-.271 1.079.496.578.944.305.395.484.863.704 1.306l.377-.238c.196-.51.098-1.212.618-1.536.323-.241.637-.534 1.055-.588-.426-.284-.401-1.171.19-1.206.612.056.649.877.247 1.219.958.36.85 1.75 1.925 2.024-.046.095-.092.188-.14.282-.563-.115-1.05-.432-1.421-.866.11.481.305.935.562 1.355-.194.595.146 1.193.265 1.774.226.055.45.113.673.179a10.35 10.35 0 0 1-1.046.281c-.052-.713-.606-1.27-.566-1.999-.815-.031-1.404.541-1.948 1.067-.218.182-.002.46.031.682l-.284-.038a14.189 14.189 0 0 1-.386-.637c.389-.379.749-.792 1.193-1.11l-.121-.234c.3-.63.481-1.313.515-2.012-.703.191-.83.929-.96 1.544-.292.172-.554.385-.835.574-.343-.04-.425-.491-.635-.722-.137.887.306 1.714.372 2.588.196.052.391.102.586.157-.325.1-.655.182-.986.26-.168-.482-.11-1.163-.589-1.458-.018.445-.013.892-.018 1.338l-.848.001c-.004-.295.026-.601-.085-.882a8.947 8.947 0 0 0-.046.881h-.866c-.002-.456-.002-.912-.005-1.367-1.039-.001-2.078-.002-3.118.001-.836-.816-1.675-1.634-2.478-2.482-.098-.94-.013-1.901-.043-2.848-.049-.282.176-.473.338-.664l.085.395c.452-.005.905-.004 1.357-.005.114-.708-.283-1.601.322-2.14.024.713.005 1.426.013 2.138 1.052-.006 2.106.02 3.158-.01.158-.69.022-1.498.064-2.234-1.032-.008-2.064.005-3.095-.007m3.419.008c-.002.749-.004 1.498.001 2.246l1.582-.001c.008-.748.005-1.496.002-2.244a83.748 83.748 0 0 0-1.585-.001z"/><path fill="#ffdb00" d="M11.816.778c.233-.133.462.066.618.223 3.538 3.546 7.093 7.075 10.625 10.628a.46.46 0 0 1-.02.726L12.355 23.041a.456.456 0 0 1-.722.014C8.055 19.469 4.467 15.89.888 12.302c-.326-.28-.029-.67.218-.876C4.69 7.892 8.194 4.268 11.816.777m-6.112 7.49c1.031.012 2.063-.001 3.095.007-.042.737.095 1.544-.064 2.234-1.052.03-2.106.004-3.158.01-.008-.713.011-1.426-.013-2.138-.605.539-.208 1.432-.322 2.14-.452.001-.905 0-1.357.005a45.806 45.806 0 0 1-.085-.395c-.162.191-.388.382-.338.664.03.947-.055 1.908.043 2.848a90.61 90.61 0 0 0 2.478 2.482c1.039-.004 2.078-.002 3.118-.001.002.455.002.911.005 1.367h.866c.005-.294.012-.588.046-.881.112.281.082.587.085.882l.848-.001c.005-.446 0-.893.018-1.338.479.295.421.976.589 1.458.331-.078.661-.161.986-.26-.194-.055-.39-.106-.586-.157-.066-.875-.509-1.702-.372-2.588.21.232.292.683.635.722.281-.188.544-.402.835-.574.13-.616.257-1.354.96-1.544a5.279 5.279 0 0 1-.515 2.012l.121.234c-.444.318-.804.731-1.193 1.11.124.216.252.428.386.637l.284.038c-.034-.222-.25-.499-.031-.682.544-.526 1.133-1.098 1.948-1.067-.04.73.515 1.286.566 1.999.353-.076.702-.168 1.046-.281a14.508 14.508 0 0 0-.673-.179c-.119-.581-.46-1.178-.265-1.774a4.563 4.563 0 0 1-.562-1.355c.371.434.858.751 1.421.866.048-.094.095-.187.14-.282-1.075-.275-.967-1.664-1.925-2.024.402-.342.365-1.163-.247-1.219-.59.035-.616.922-.19 1.206-.418.054-.732.347-1.055.588-.52.324-.422 1.026-.618 1.536l-.377.238c-.221-.443-.4-.911-.704-1.306.5-.449.061-1.216-.578-.944.001-1.627.006-3.254-.008-4.88-.02-.581-.64-.888-1.148-.948-.8-.086-1.606-.124-2.408-.19a140.6 140.6 0 0 0-1.728 1.726z"/><path fill="#ffdb00" d="M9.124 8.274a83.748 83.748 0 0 1 1.585.001c.002.748.006 1.496-.002 2.244l-1.582.001c-.005-.749-.004-1.498-.001-2.246z"/></symbol><symbol viewBox="0 0 27 24" id="warning--camel-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M12.544.814c.409-.843 1.774-.841 2.183 0 4.054 6.994 8.092 13.998 12.14 20.995.44.633.196 1.586-.51 1.906-8.48.022-16.962.02-25.444.001-.704-.323-.953-1.275-.509-1.908 4.049-6.997 8.086-14 12.139-20.995m.728-.094c-.206.11-.327.319-.447.51C8.818 8.175 4.796 15.114.79 22.06c-.404.526.033 1.355.702 1.28 8.096.008 16.193.008 24.289 0 .668.075 1.105-.753.704-1.279-4.025-6.975-8.059-13.946-12.089-20.918-.192-.412-.705-.659-1.125-.424z"/><path fill="#fff" d="M4.211 20.944c3.138-5.438 6.281-10.874 9.425-16.309 3.145 5.435 6.288 10.871 9.425 16.309H4.21m4.917-7.854l.134.3c.45.104.889.244 1.328.387l.098.446c.55.555.29 1.606 1.117 1.935.702.491 1.83-.451 2.306.348-.044 1.081.049 2.165.053 3.248.012.423-.371.637-.661.86l.595.056c.637-.92.333-2.144.634-3.183.011.875.218 1.732.226 2.599-.154.155-.307.312-.453.476.225-.023.451-.048.678-.074-.004-1.197.116-2.395.061-3.593a10.64 10.64 0 0 0 1.966-.42c.026.535.18 1.046.357 1.546.252.735-.04 1.493-.307 2.179a4.9 4.9 0 0 0-.58.342c.226.026.453.049.679.07.705-1.036.691-2.324.725-3.525.371.85.34 1.785.346 2.692.029.458-.584.54-.618.983 1.205.035.829-1.383 1.102-2.141-.056-.911-.325-1.876.15-2.726.233.295.46.596.706.882-.41-1.02-.875-2.221-2.01-2.617-.799-.256-1.08-1.122-1.705-1.59-.455-.13-.854.265-1.147.563-.521.623-1.282.991-1.743 1.672-.232.314-.824.762-1.085.245-.423-.82-.5-1.781-1.113-2.509-.68-.076-1.197.43-1.842.547z"/><path fill="#c00" d="M13.271.719c.42-.235.933.012 1.125.424 4.03 6.972 8.063 13.943 12.089 20.918.401.526-.035 1.354-.704 1.279-8.096.008-16.193.008-24.289 0-.67.075-1.106-.754-.702-1.28C4.796 15.114 8.818 8.175 12.824 1.229c.12-.191.241-.4.447-.51m-9.06 20.225h18.851c-3.138-5.438-6.281-10.874-9.425-16.309-3.145 5.435-6.288 10.871-9.425 16.309z"/><path d="M9.127 13.09c.645-.117 1.162-.623 1.842-.547.612.728.69 1.69 1.113 2.509.262.517.854.068 1.085-.245.461-.68 1.222-1.049 1.743-1.672.293-.299.691-.693 1.147-.563.625.468.905 1.334 1.705 1.59 1.135.395 1.6 1.597 2.01 2.617-.247-.286-.473-.588-.706-.882-.475.85-.206 1.815-.15 2.726-.273.758.104 2.176-1.102 2.141.034-.443.646-.525.618-.983-.007-.907.025-1.842-.346-2.692-.034 1.201-.02 2.489-.725 3.525-.226-.02-.453-.044-.679-.07.184-.13.379-.24.58-.342.267-.686.559-1.444.307-2.179-.177-.5-.331-1.012-.357-1.546a10.64 10.64 0 0 1-1.966.42c.055 1.199-.065 2.396-.061 3.593-.226.026-.453.05-.678.074.146-.164.299-.32.453-.476-.008-.867-.215-1.724-.226-2.599-.301 1.039.003 2.262-.634 3.183l-.595-.056c.29-.224.674-.438.661-.86-.004-1.083-.097-2.167-.053-3.248-.476-.799-1.604.143-2.306-.348-.826-.329-.567-1.38-1.117-1.935l-.098-.446a15.383 15.383 0 0 0-1.328-.387l-.134-.3z"/><path fill="#555" opacity=".87" d="M.914 23.716c8.482.019 16.964.02 25.444-.001-.48.235-1.025.134-1.538.15-7.73-.001-15.46-.005-23.19.003a1.654 1.654 0 0 1-.716-.151z"/></symbol><symbol viewBox="0 0 24 24" id="warning--camel-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.706 0h.564c.278.134.54.307.76.526 3.236 3.245 6.48 6.484 9.721 9.725.448.458.97.872 1.249 1.466v.538a2.528 2.528 0 0 1-.478.703c-3.284 3.277-6.563 6.562-9.844 9.841-.442.428-.835.932-1.403 1.201h-.527a2.458 2.458 0 0 1-.712-.475c-3.276-3.284-6.559-6.563-9.84-9.844-.426-.437-.92-.83-1.198-1.387v-.569c.264-.605.797-1.018 1.246-1.48 3.22-3.221 6.444-6.438 9.659-9.664a3.13 3.13 0 0 1 .802-.582m-.022.309c-.21.084-.376.241-.536.395C7.632 4.232 4.102 7.746.586 11.273c-.406.354-.455 1.013-.048 1.387a5501.52 5501.52 0 0 0 10.804 10.802c.373.408 1.033.352 1.38-.06 3.577-3.583 7.163-7.158 10.736-10.744.407-.372.356-1.031-.046-1.384C19.874 7.728 16.327 4.19 12.788.646c-.275-.294-.706-.515-1.105-.338z"/><path d="M11.683.308c.4-.176.83.044 1.105.338 3.539 3.545 7.086 7.082 10.624 10.628.402.353.452 1.012.046 1.384-3.574 3.586-7.159 7.16-10.736 10.744-.347.412-1.007.468-1.38.06A6112.8 6112.8 0 0 1 .538 12.66c-.407-.374-.358-1.033.048-1.387C4.102 7.746 7.632 4.233 11.147.703c.161-.154.326-.311.536-.395m.124.456C8.16 4.269 4.638 7.921 1.033 11.475c-.293.218-.452.66-.113.918 3.559 3.564 7.123 7.124 10.684 10.686a.501.501 0 0 0 .79 0c3.562-3.562 7.126-7.123 10.685-10.688a.502.502 0 0 0 .002-.787c-3.51-3.53-7.043-7.042-10.556-10.57-.185-.181-.442-.421-.718-.27z"/><path d="M8.981 8.503c.385-.371.748-.896 1.339-.904.47-.029.838.304 1.156.605.66.636 1.682.726 2.272 1.453.282.364.698.578 1.16.59.256-.7-.13-1.544.38-2.152.167-.283.452-.637.82-.444.686.314 1.582.006 2.129.623-.511.356-1.094.588-1.661.839-.109.834-.241 1.874-1.05 2.332-.761.263-1.646.185-2.332.667-.322.214-.28.632-.244.966.092.798.14 1.602.244 2.399.031.487.577.618.907.862-.372.034-.745.04-1.117.032-.383-1.088-.546-2.236-.896-3.331-.312.9-.581 1.836-.586 2.796.199.096.398.193.595.295-.298.272-.718.185-1.084.202.064-1.399.157-2.807.544-4.16-.828.071-1.688.059-2.4-.43-.246.882-.869 1.759-.566 2.705.198.606.466 1.306 1.121 1.537l.08.398c-.392-.01-1.021.208-1.124-.342-.17-.78-.64-1.43-.992-2.129.168-.482.546-.946.288-1.477-.773.854-1.151 2.131-.728 3.234.275.252.738.283.916.674-.407.018-.814.018-1.22.018-.401-.6-.184-1.343-.43-1.991-.169-.404.066-.805.211-1.177.26-.589.206-1.26.088-1.877-.266.27-.196.676-.289 1.014-.176-.743-.17-1.637.32-2.262.662-.592 1.483-.979 2.15-1.566z"/><path fill="#fee011" d="M11.807.764c.276-.151.533.089.718.27 3.514 3.528 7.046 7.039 10.556 10.57a.502.502 0 0 1-.002.787c-3.559 3.565-7.123 7.127-10.685 10.688a.501.501 0 0 1-.79 0C8.044 19.517 4.48 15.957.92 12.393c-.34-.258-.18-.7.113-.918C4.638 7.921 8.16 4.269 11.807.764M8.981 8.503c-.667.587-1.488.974-2.15 1.566-.491.625-.497 1.519-.32 2.262.094-.338.023-.744.289-1.014.119.617.173 1.288-.088 1.877-.145.372-.38.773-.211 1.177.246.648.029 1.391.43 1.991.407 0 .814 0 1.22-.018-.178-.391-.641-.422-.916-.674-.422-1.103-.044-2.38.728-3.234.258.532-.12.995-.288 1.477.353.698.822 1.349.992 2.129.103.55.732.332 1.124.342l-.08-.398c-.655-.232-.923-.931-1.121-1.537-.302-.946.32-1.823.566-2.705.712.488 1.572.5 2.4.43-.386 1.354-.48 2.761-.544 4.16.366-.017.786.071 1.084-.202a23.471 23.471 0 0 0-.595-.295c.005-.96.274-1.896.586-2.796.35 1.096.514 2.243.896 3.331.372.007.745.001 1.117-.032-.33-.244-.876-.374-.907-.862-.103-.797-.151-1.601-.244-2.399-.036-.334-.078-.752.244-.966.685-.482 1.571-.404 2.332-.667.809-.457.941-1.498 1.05-2.332.566-.251 1.15-.482 1.661-.839-.547-.617-1.442-.308-2.129-.623-.367-.193-.653.161-.82.444-.51.607-.125 1.452-.38 2.152a1.505 1.505 0 0 1-1.16-.59c-.589-.727-1.612-.817-2.272-1.453-.318-.301-.685-.634-1.156-.605-.592.007-.954.533-1.339.904z"/></symbol><symbol viewBox="0 0 27 24" id="warning--camera--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.189 0h.647c.546.142 1.041.479 1.304.988 3.897 6.769 7.807 13.531 11.7 20.302.621 1.081-.148 2.729-1.483 2.635-7.864.009-15.732.009-23.597 0-.852.05-1.539-.632-1.76-1.41v-.663c.194-.542.507-1.028.792-1.524C4.513 13.871 8.231 7.413 11.953.957c.252-.485.732-.785 1.237-.957M2.842 21.565c7.128.005 14.258.007 21.386-.001A9267.79 9267.79 0 0 0 13.535 3.012C9.965 9.194 6.4 15.377 2.842 21.565z"/><path fill="#fff" d="M2.842 21.565C6.4 15.377 9.965 9.193 13.535 3.012a9267.79 9267.79 0 0 1 10.693 18.552c-7.128.008-14.258.007-21.386.001m8.89-5.608c-.689.046-1.757-.237-2.014.647-.065 1.016-.009 2.038-.027 3.056-.049.488.369.974.872.936 1.95.003 3.901.005 5.851-.001.484.02.885-.454.843-.925-.027-1.037.06-2.085-.046-3.115-.289-.839-1.317-.545-1.991-.595-.216-.365-.328-.812-.648-1.102-.599-.121-1.228-.023-1.839-.054-.641-.057-.725.744-1.002 1.154z"/><path fill="#fff" d="M10.475 16.565c.327-.138.561.4.21.527-.32.217-.637-.456-.21-.527zM13.056 16.593c.877-.226 1.86.324 2.094 1.205.328.983-.435 2.119-1.459 2.216-.944.146-1.897-.618-1.958-1.57-.095-.833.506-1.672 1.323-1.851m.28.829c-.671.075-.991.994-.498 1.46.427.499 1.318.268 1.477-.358.19-.584-.377-1.223-.979-1.102z"/><path d="M11.732 15.957c.277-.409.361-1.211 1.002-1.154.61.031 1.239-.066 1.839.054.32.29.433.738.648 1.102.674.05 1.702-.244 1.991.595.106 1.029.019 2.077.046 3.115.042.471-.359.945-.843.925-1.95.007-3.901.004-5.851.001-.503.038-.921-.447-.872-.936.018-1.018-.038-2.041.027-3.056.256-.884 1.325-.601 2.014-.647m-1.258.609c-.427.072-.11.744.21.527.351-.127.117-.666-.21-.527m2.581.028c-.818.179-1.418 1.018-1.323 1.851.061.952 1.014 1.717 1.958 1.57 1.024-.096 1.787-1.233 1.459-2.216-.233-.881-1.216-1.432-2.094-1.205z"/><path d="M13.336 17.422c.602-.121 1.169.518.979 1.102-.159.626-1.049.857-1.477.358-.494-.466-.174-1.386.498-1.46z"/></symbol><symbol viewBox="0 0 29 24" id="warning--camera--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#756969" d="M13.46 0h1.355c1.39 1.727 2.447 3.691 3.629 5.561.056.878.199 1.75.43 2.599a95.698 95.698 0 0 0-1.586-1.469c-.018.143-.05.433-.067.58-1.03-1.522-1.82-3.199-2.947-4.657-2.084 2.696-3.307 5.959-5.087 8.862-.468-.079-.925-.208-1.393-.266l.035-1.007C9.673 6.784 11.605 3.413 13.46 0z"/><path fill="#f0b406" d="M9.187 11.476c1.78-2.903 3.003-6.167 5.087-8.862 1.127 1.458 1.917 3.135 2.947 4.657 2.813 4.727 5.763 9.375 8.511 14.14-7.469.158-14.918 1.021-22.39.925 1.782-3.705 3.934-7.22 5.845-10.859m9.223 3.385c-.647-.249-1.285-.702-2.014-.553-2.502.263-5.025.105-7.534.184.044.582.073 1.191.421 1.689.676.975-.108 2.306.591 3.281 1.619-.02 3.222-.325 4.844-.29.079.506.061 1.024.047 1.537.506-.02 1.01-.041 1.513-.059-.018-.468-.006-.937-.02-1.405.82-.193 1.645-.357 2.488-.407.337.243.691.465 1.033.702.02-1.938.006-3.878-.05-5.816-.445.375-.884.755-1.32 1.136z"/><path fill="#543a3c" d="M18.875 8.16a13.002 13.002 0 0 1-.43-2.599 375.982 375.982 0 0 1 7.66 12.53c.755 1.302 1.803 2.482 2.169 3.969.158.503-.202 1.092-.749 1.1-3.386.664-6.878.348-10.279.84H.592c.237-.954.539-1.894 1.042-2.742 2.04-3.7 4.033-7.425 6.196-11.055l-.035 1.007c.468.059.925.187 1.393.266-1.911 3.638-4.062 7.153-5.845 10.859 7.472.097 14.921-.767 22.39-.925-2.748-4.765-5.699-9.413-8.511-14.14.018-.146.05-.436.067-.58.536.483 1.062.975 1.586 1.469z"/><path fill="#4e3b44" d="M18.41 14.862c.436-.38.875-.761 1.32-1.136.056 1.938.07 3.878.05 5.816-.342-.237-.697-.46-1.033-.702-.843.05-1.668.214-2.488.407.015.468.003.937.02 1.405-.503.018-1.007.038-1.513.059.015-.512.032-1.03-.047-1.537-1.621-.035-3.225.269-4.844.29-.7-.975.085-2.306-.591-3.281-.348-.498-.378-1.106-.421-1.689 2.508-.079 5.031.079 7.534-.184.729-.149 1.367.304 2.014.553z"/></symbol><symbol viewBox="0 0 27 24" id="warning--carts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.085 0h.688c.674.152 1.302.545 1.631 1.169 3.503 6.078 7.003 12.158 10.505 18.236.379.665.804 1.311 1.057 2.037v.646A2.485 2.485 0 0 1 25.065 24H1.924A2.46 2.46 0 0 1 0 22.142v-.693c.224-.712.642-1.333 1.007-1.975 3.516-6.102 7.03-12.205 10.547-18.306.31-.6.907-.965 1.532-1.168M2.791 21.445c7.124.02 14.25.016 21.376.001A2502.662 2502.662 0 0 0 13.479 2.899 2367.993 2367.993 0 0 0 2.791 21.445z"/><path fill="#ffd100" d="M2.791 21.445A2367.993 2367.993 0 0 1 13.479 2.899c3.591 6.164 7.15 12.352 10.688 18.547-7.126.015-14.252.019-21.376-.001m5.329-7.981l-.053.386c-.462.526-.967 1.011-1.445 1.521.473.867 1.321-.051 2.017-.036.495.707.89 1.445.897 2.329-.783.934-1.813 1.658-2.47 2.701.181-.003.363-.003.545-.003.378-.998 1.417-1.452 2.245-2.009.232-.177.527-.09.79-.058-.011.409.004.817.046 1.223.717.208 1.427-.256 2.001-.643.138-.384-.402-.216-.616-.262l-.125.394c-.26.081-.527.14-.796.186.102-.316.209-.628.307-.945.845-.049 1.619-.392 2.405-.666.154.58.671.983.814 1.551-.276.436-.728.724-1.054 1.119l-.001.701c.138-.069.278-.133.419-.196l.034-.469c.458-.429.934-.84 1.381-1.282-.336-.363-.604-.813-.367-1.312.603.667 1.484.682 2.221 1.067-.791.957-.007 2.604 1.277 2.373 1.298-.132 1.614-1.966.547-2.64l.197-.39c.414-.117 1.045-.183 1.081-.729.05-.639.055-1.352-.27-1.923.245-.767-.619-1.285-1.126-.635.043.332.116.661.27.96-.177.587-.849.535-1.34.568-.499-.58-1.258-.947-2.032-.866-.677.085-1.344-.317-2.01-.053-.901.373-1.908.191-2.803-.104-.713-.208-1.099-.933-1.797-1.166-.436-.158-.851-.368-1.188-.69z"/><path fill="#ffd100" d="M15.724 15.75a4.603 4.603 0 0 1 1.552.991c.698-.17 1.405.194 2.109-.04-.047.533-.685.306-1.042.417-.791.19-1.525-.233-2.267-.434-.115-.313-.235-.623-.352-.933zM16.098 16.974c.181.07.361.143.543.214.019.16.039.322.061.483.736.062 1.575.004 2.093.635a4.148 4.148 0 0 0-1.234.228c-.262-.747-1.429-.634-1.463-1.56zM17.759 18.748a1.687 1.687 0 0 1 1.103-.084c-.098.19-.197.382-.294.574-.364.032-.611-.218-.809-.491z"/><path fill="#ffd100" d="M18.373 19.998c.337-.344.372-.868.651-1.258.835.549.591 1.997-.433 2.128-1.022.213-1.702-1.056-1.137-1.87.387.249.682.609.918 1z"/><path d="M8.12 13.464c.337.322.752.533 1.188.69.698.233 1.084.959 1.797 1.166.895.295 1.902.477 2.803.104.666-.264 1.333.138 2.01.053.774-.081 1.533.286 2.032.866.491-.032 1.164.019 1.34-.568-.154-.299-.227-.628-.27-.96.507-.65 1.371-.132 1.126.635.325.57.32 1.284.27 1.923-.036.546-.667.612-1.081.729l-.197.39c1.067.674.751 2.508-.547 2.64-1.284.231-2.068-1.416-1.277-2.373-.736-.384-1.618-.399-2.221-1.067-.237.499.031.949.367 1.312-.446.442-.922.853-1.381 1.282l-.034.469a8.433 8.433 0 0 0-.419.196l.001-.701c.326-.395.778-.684 1.054-1.119-.143-.568-.661-.971-.814-1.551-.786.274-1.56.618-2.405.666-.098.317-.205.63-.307.945a6.25 6.25 0 0 0 .796-.186l.125-.394c.214.046.754-.123.616.262-.574.387-1.284.851-2.001.643a9.417 9.417 0 0 1-.046-1.223c-.263-.032-.558-.119-.79.058-.828.557-1.867 1.011-2.245 2.009-.182 0-.364 0-.545.003.657-1.042 1.687-1.766 2.47-2.701-.007-.883-.402-1.622-.897-2.329-.696-.015-1.544.903-2.017.036.479-.51.983-.995 1.445-1.521l.053-.386m7.605 2.288c.117.31.237.62.352.933.742.201 1.475.624 2.267.434.357-.111.995.116 1.042-.417-.704.235-1.41-.129-2.109.04a4.594 4.594 0 0 0-1.552-.991m.374 1.225c.034.926 1.201.813 1.463 1.56.396-.143.813-.21 1.234-.228-.518-.631-1.356-.573-2.093-.635-.022-.16-.042-.322-.061-.483l-.543-.214m1.661 1.774c.198.272.445.523.809.491.097-.193.196-.384.294-.574a1.687 1.687 0 0 0-1.103.084m.614 1.249c-.236-.391-.531-.751-.918-1-.565.814.115 2.083 1.137 1.87 1.023-.131 1.267-1.579.433-2.128-.279.39-.314.914-.651 1.258z"/></symbol><symbol viewBox="0 0 27 24" id="warning--carts--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.173 0h.659c.651.177 1.257.561 1.58 1.166 3.7 6.415 7.391 12.836 11.093 19.25.182.324.334.662.461 1.011v.682a2.44 2.44 0 0 1-1.921 1.89H1.946C.978 23.822.217 23.062 0 22.109v-.616c.243-.785.704-1.468 1.107-2.175 3.485-6.05 6.968-12.101 10.456-18.15.329-.615.944-1.006 1.61-1.169M2.791 21.449c7.131.012 14.262.013 21.394-.001A4168.362 4168.362 0 0 0 13.489 2.882 3967.872 3967.872 0 0 0 2.791 21.45z"/><path fill="#ffd103" d="M2.791 21.449c3.55-6.198 7.114-12.388 10.698-18.568a4168.362 4168.362 0 0 1 10.696 18.566c-7.131.015-14.262.013-21.394.001m14.776-7.25c-.642.262-1.034.914-1.706 1.123-.862.284-1.83.467-2.705.133-.735-.291-1.489.1-2.241.022-.746-.05-1.429.342-1.92.874-.487-.038-1.087-.016-1.325-.538.128-.329.218-.67.307-1.011-.557-.582-1.359-.159-1.181.636a3.646 3.646 0 0 0-.228 2.033c.104.479.681.506 1.061.64l.194.379c-1.057.688-.751 2.513.556 2.644 1.307.224 2.048-1.435 1.271-2.404.777-.299 1.625-.417 2.24-1.045.193.506-.053.955-.38 1.328.452.434.917.855 1.381 1.276.008.156.016.313.026.469l.425.193.001-.704c-.349-.379-.77-.696-1.068-1.118.198-.558.631-.998.845-1.552.77.306 1.552.605 2.385.676.098.316.201.63.306.942a18.52 18.52 0 0 1-.791-.177l-.135-.427c-.22.069-.723-.094-.618.279.572.413 1.277.809 2.006.674.038-.426.053-.853.061-1.281.258.001.541-.054.771.093.855.534 1.844 1.03 2.272 2.005h.537c-.688-1.018-1.673-1.772-2.481-2.683-.003-.889.404-1.646.902-2.354.685.042 1.533.875 2.022.051a54.202 54.202 0 0 1-1.467-1.529l-.027-.373c-.386.32-.836.538-1.297.725z"/><path fill="#ffd103" d="M9.697 16.722a5.43 5.43 0 0 1 1.545-.982 56.11 56.11 0 0 0-.349.94c-1.033.376-2.442.839-3.359.067.724.101 1.441-.098 2.163-.026zM10.323 17.182c.19-.069.382-.136.573-.202-.127.864-1.153.862-1.514 1.537a7.685 7.685 0 0 0-1.215-.232c.549-.581 1.366-.565 2.105-.613l.051-.489zM8.107 18.63c.382-.03.764.003 1.134.108-.22.256-.487.473-.828.534a37.708 37.708 0 0 1-.306-.642z"/><path fill="#ffd103" d="M7.498 20.144c-.229-.523.076-1.054.438-1.422.218.426.398.871.616 1.297a5.85 5.85 0 0 1 .947-1.053c.218.481.34 1.102-.065 1.524-.518.654-1.679.449-1.936-.345z"/><path fill="#030303" d="M17.567 14.198c.461-.187.911-.406 1.297-.725l.027.373c.477.52.969 1.027 1.467 1.529-.489.824-1.338-.009-2.022-.051-.498.708-.905 1.466-.902 2.354.808.911 1.793 1.665 2.481 2.683h-.537c-.427-.975-1.417-1.471-2.272-2.005-.231-.147-.514-.092-.771-.093-.008.427-.023.855-.061 1.281-.729.135-1.435-.262-2.006-.674-.105-.373.398-.21.618-.279l.135.427c.262.065.526.123.791.177a44.947 44.947 0 0 1-.306-.942c-.833-.07-1.615-.369-2.385-.676-.214.554-.647.994-.845 1.552.298.422.719.739 1.068 1.118l-.001.704-.425-.193a73.659 73.659 0 0 1-.026-.469c-.464-.421-.929-.841-1.381-1.276.328-.373.573-.822.38-1.328-.615.628-1.463.746-2.24 1.045.777.969.035 2.628-1.271 2.404-1.307-.131-1.613-1.956-.556-2.644l-.194-.379c-.38-.135-.957-.162-1.061-.64a3.645 3.645 0 0 1 .228-2.033c-.178-.796.624-1.219 1.181-.636a9.127 9.127 0 0 1-.307 1.011c.239.522.839.5 1.325.538.491-.531 1.174-.924 1.92-.874.752.078 1.506-.313 2.241-.022.875.333 1.843.151 2.705-.133.671-.209 1.064-.862 1.706-1.123m-7.871 2.523c-.721-.073-1.439.127-2.163.026.917.771 2.326.309 3.359-.067.113-.314.231-.627.349-.94a5.43 5.43 0 0 0-1.545.982m.626.459l-.051.489c-.739.049-1.556.032-2.105.613.41.05.818.117 1.215.232.361-.676 1.387-.673 1.514-1.537-.191.066-.383.133-.573.202M8.107 18.63c.1.214.202.429.306.642.341-.061.608-.278.828-.534a3.215 3.215 0 0 0-1.134-.108m-.609 1.514c.258.794 1.418.999 1.936.345.404-.422.283-1.042.065-1.524a5.85 5.85 0 0 0-.947 1.053c-.218-.426-.398-.871-.616-1.297-.363.368-.667.899-.438 1.422z"/></symbol><symbol viewBox="0 0 27 24" id="warning--checkpoint--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d02c2e" d="M13.227 0h.655a2.172 2.172 0 0 1 1.388 1.135c3.931 6.894 7.974 13.727 11.848 20.652v.854c-.236.651-.754 1.176-1.428 1.359H1.443c-.702-.19-1.231-.754-1.444-1.441v-.717c3.843-6.921 7.898-13.73 11.814-20.613A2.274 2.274 0 0 1 13.226.001M2.865 21.6c7.139.005 14.279.011 21.42-.001-3.567-6.194-7.12-12.395-10.717-18.569A2996.57 2996.57 0 0 0 2.866 21.601z"/><path fill="#fff" d="M2.865 21.6A3048.25 3048.25 0 0 1 13.567 3.029c3.597 6.175 7.15 12.376 10.717 18.569-7.14.012-14.281.007-21.42.001m5.116-7.198c-.167.005-.334.009-.499.015l-.011.275c.292.004.584.008.876.009.004 1.611-.007 3.222.007 4.833-.681.038-1.363.009-2.045.022 0 .259-.001.518-.004.777 1.727.022 3.454-.011 5.18.016.282.271.517.612.858.809 3.361.028 6.725.005 10.088.011v-.82c-1.001-.004-2 .007-2.999-.005v-3.649l.763.424.014.739-.449.012-.009.899c.4.019.8.019 1.2.015.001-.294.005-.588.011-.883a18.748 18.748 0 0 1-.46-.062l.007-.552.644.339-.024-.632c-1.178-.645-2.338-1.327-3.515-1.977.268-1.092-1.094-1.906-1.904-1.106-.77-.418-1.512-.894-2.302-1.268-.285-.16-.579.376-.252.496.755.43 1.51.858 2.273 1.279-.221 1.056 1.087 1.73 1.886 1.082.485.29.983.561 1.471.849.011 1.332-.001 2.664.007 3.997-1.793.026-3.584.005-5.376.009-.007-1.257.003-2.514-.009-3.771-.164.001-.327.001-.489.003-.009 1.269.009 2.538-.009 3.806-.607-.133-.815-.948-1.498-.892.007-1.601.001-3.201.009-4.801l.827-.005-.019-.27c-.652.138-.809-.597-1.121-.995-.43-.778-1.101-1.448-1.296-2.335-.456 1.173-1.219 2.205-1.828 3.307z"/><path d="M7.98 14.401c.609-1.102 1.372-2.134 1.828-3.307.195.887.866 1.557 1.296 2.335.312.399.469 1.134 1.121.995l.019.27c-.275.003-.552.004-.827.005-.008 1.6-.003 3.2-.009 4.801.683-.056.891.759 1.498.892.019-1.268 0-2.537.009-3.806l.489-.003c.012 1.257.003 2.514.009 3.771 1.793-.004 3.584.016 5.376-.009-.008-1.333.004-2.666-.007-3.997-.488-.287-.986-.559-1.471-.849-.799.648-2.107-.026-1.886-1.082a194.51 194.51 0 0 1-2.273-1.279c-.327-.121-.033-.656.252-.496.79.374 1.532.85 2.302 1.268.809-.8 2.172.015 1.904 1.106 1.177.649 2.336 1.332 3.515 1.977l.024.632-.644-.339c-.001.184-.004.367-.007.552.153.023.306.043.46.062-.005.294-.009.588-.011.883-.4.004-.8.004-1.2-.015.004-.3.007-.599.009-.899l.449-.012a91.07 91.07 0 0 0-.014-.739l-.763-.424v3.649c.999.012 1.999.001 2.999.005v.82c-3.363-.005-6.727.018-10.088-.011-.342-.198-.576-.538-.858-.809-1.726-.027-3.452.005-5.18-.016.003-.259.004-.518.004-.777.682-.012 1.364.016 2.045-.022-.014-1.611-.003-3.222-.007-4.833-.292-.001-.584-.005-.876-.009l.011-.275.499-.015z"/></symbol><symbol viewBox="0 0 27 24" id="warning--children--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#282828" opacity=".84" d="M13.137 0h.955c.183.138.353.289.526.439-.605-.38-1.376-.397-1.97.02a7.12 7.12 0 0 1 .49-.46z"/><path fill="#fff" d="M12.648.46c.595-.417 1.365-.401 1.97-.02l.086.071c.023.207.108.477.353.506l.022.17c.005.218.161.385.315.521.08.139.162.278.244.416a.619.619 0 0 0 .337.529l.049.183c.03.209.169.376.318.517.082.139.165.28.25.417a.736.736 0 0 0 .305.54c.079.135.161.27.241.405a.71.71 0 0 0 .307.54l.1.153a.735.735 0 0 0 .3.543c.08.138.162.275.245.412a.747.747 0 0 0 .304.54c.08.138.162.274.245.41a.714.714 0 0 0 .307.539l.247.427c.034.205.116.473.357.509l.025.176c.005.217.164.383.315.521.082.14.164.282.248.423a.728.728 0 0 0 .307.539c.082.14.164.281.245.423.035.206.117.473.359.509l.025.179c.007.217.164.383.315.521l.248.421a.738.738 0 0 0 .305.54l.241.406c.016.22.127.417.314.537l.091.154a.742.742 0 0 0 .303.543c.08.138.162.274.245.412a.74.74 0 0 0 .304.539c.08.138.162.275.245.413a.703.703 0 0 0 .307.537l.247.427c.034.206.115.473.357.51l.023.175c.005.217.164.383.315.52.082.142.165.282.248.423a.73.73 0 0 0 .308.539l.245.424c.035.206.116.475.359.51.005.045.018.134.025.177.007.217.162.383.314.522.078.132.16.265.241.397.284.506.491 1.054.498 1.64-.177.42-.498.745-.866 1.001-8.407.049-16.815.01-25.222.02-.41-.175-.712-.506-.948-.874-.093-.64.154-1.238.457-1.785.083-.134.164-.267.243-.402.151-.138.308-.304.315-.521l.023-.175c.243-.037.323-.305.357-.51l.248-.43a.722.722 0 0 0 .308-.54l.243-.408a.74.74 0 0 0 .304-.54c.085-.139.166-.278.248-.419.15-.14.289-.307.32-.515l.049-.181a.618.618 0 0 0 .334-.529c.082-.135.162-.271.243-.408a.732.732 0 0 0 .304-.539c.085-.139.166-.281.25-.421.15-.138.307-.304.314-.521l.025-.177c.243-.037.323-.304.359-.51l.245-.424a.728.728 0 0 0 .308-.539l.245-.412a.738.738 0 0 0 .301-.544l.1-.146c.22-.228.38-.503.465-.809.018-.037.053-.112.072-.149a.687.687 0 0 0 .316-.537c.082-.136.162-.271.241-.408a.742.742 0 0 0 .305-.539l.245-.413A.746.746 0 0 0 8.226 8l.093-.154a.7.7 0 0 0 .312-.539c.08-.135.162-.27.241-.406a.738.738 0 0 0 .304-.539l.247-.412a.739.739 0 0 0 .3-.544l.101-.147c.22-.228.379-.505.465-.809.019-.035.059-.106.078-.143a.717.717 0 0 0 .31-.539c.082-.136.164-.273.245-.412a.733.733 0 0 0 .301-.543l.1-.147c.22-.228.382-.502.465-.809.018-.035.052-.108.068-.143a.673.673 0 0 0 .315-.54c.154-.24.29-.494.473-.713m.619.129c-.29.098-.45.379-.601.625C8.69 8.103 4.701 14.98.73 21.866c-.443.597.003 1.575.77 1.54 8.09.005 16.182.007 24.273 0 .822.031 1.215-1.028.721-1.628-4-6.911-7.988-13.829-11.993-20.737a.972.972 0 0 0-1.238-.45z"/><path fill="#fff" d="M4.364 20.798a9404.606 9404.606 0 0 1 9.271-16.036c3.097 5.341 6.185 10.688 9.273 16.036-6.181.003-12.363.003-18.544 0m6.867-8.742c-.874.305-.331 1.729.526 1.38.945-.275.368-1.807-.526-1.38m5.067 2.028c-.71.52-1.294 1.186-1.949 1.77.173-1.096-.926-1.541-1.578-2.179-.47-.563-1.259-.12-1.687.27-.575.708-1.26 1.334-1.744 2.112a46.728 46.728 0 0 0-.627-.395c-.251.408-.5.817-.747 1.229.565.34 1.132.678 1.696 1.019.247-.406.492-.814.736-1.22-.191-.104-.368-.23-.56-.333.544-.319.866-.882 1.301-1.321.094.217.172.44.267.657-.162.221-.371.423-.464.687.025 1.118-.723 2.044-.959 3.105 0 .248.3.468.52.318.625-.859.53-2.168 1.381-2.891.745.845.961 2.005 1.621 2.907.188-.05.439-.071.48-.31-.284-.813-.742-1.55-1.068-2.347.101-.833-.475-1.624-.097-2.476.262.252.701.432.676.859-.01.382.112.944.623.757.657.143 1.109-.335 1.571-.72.495.575-.124 1.085-.345 1.617l.188.213c-.235.652-.488 1.3-.694 1.962-.149.297.288.653.506.353.293-.746.466-1.533.717-2.294.196-.008.391-.016.586-.026.305.667.446 1.39.675 2.081.049.307.569.344.585.015-.155-.664-.391-1.308-.588-1.96l.127-.334c-.325-.615-.495-1.289-.301-1.977l.255.203c.044.282.094.563.138.844.079.037.235.108.312.145l-.24.153c.037.203.071.405.106.608.389-.169.78-.333 1.174-.491-.132-.155-.267-.307-.398-.462a8.14 8.14 0 0 1-.277.025c.21-1.113-.779-1.61-1.578-2.081.172-.048.345-.097.517-.147l.25.11.056-.224c.166.059.334.113.503.165a9.408 9.408 0 0 0-.451-.374l.192-.164c-.428-.226-.601-.948-1.2-.751-.6.138-.665.944-.21 1.293z"/><path fill="#d40000" d="M13.263.59a.972.972 0 0 1 1.238.45c4.005 6.908 7.994 13.826 11.993 20.737.494.6.101 1.66-.721 1.628-8.09.007-16.182.005-24.273 0-.768.035-1.214-.942-.77-1.54C4.701 14.979 8.69 8.102 12.662 1.214c.151-.245.311-.526.601-.625M4.364 20.798c6.181.003 12.363.003 18.544 0a9405.547 9405.547 0 0 0-9.273-16.036 8779.59 8779.59 0 0 0-9.271 16.036z"/><path fill="#353535" opacity=".88" d="M14.704.51c.17.117.356.28.353.506-.245-.029-.33-.299-.353-.506z"/><path fill="#2c2c2c" opacity=".86" d="M11.86 1.713a.512.512 0 0 1 .315-.54.673.673 0 0 1-.315.54z"/><path fill="#2a2a2a" opacity=".85" d="M15.079 1.186c.256.019.322.31.315.521-.154-.136-.31-.303-.315-.521zM10.37 4.305a.486.486 0 0 1 .31-.539.716.716 0 0 1-.31.539z"/><path fill="#2d2d2d" opacity=".84" d="M11.326 2.665c-.025-.346.135-.672.465-.809a1.865 1.865 0 0 1-.465.809z"/><path fill="#2f2f2f" opacity=".87" d="M15.638 2.123a.552.552 0 0 1 .337.529.619.619 0 0 1-.337-.529z"/><path fill="#252525" opacity=".84" d="M10.925 3.355a.478.478 0 0 1 .301-.543.733.733 0 0 1-.301.543z"/><path fill="#232323" opacity=".83" d="M16.024 2.835c.263.005.344.301.318.517-.149-.14-.288-.308-.318-.517z"/><path fill="#292929" opacity=".85" d="M16.591 3.769a.474.474 0 0 1 .305.54.733.733 0 0 1-.305-.54z"/><path fill="#2b2b2b" opacity=".82" d="M9.828 5.257c-.027-.348.134-.672.465-.809a1.913 1.913 0 0 1-.465.809z"/><path fill="#2e2e2e" opacity=".87" d="M17.138 4.714a.487.487 0 0 1 .307.54.716.716 0 0 1-.307-.54z"/><path fill="#242424" opacity=".83" d="M9.427 5.948a.476.476 0 0 1 .3-.544.737.737 0 0 1-.3.544z"/><path fill="#222" opacity=".82" d="M17.545 5.407a.476.476 0 0 1 .3.543.735.735 0 0 1-.3-.543z"/><path fill="#282828" opacity=".85" d="M8.876 6.899a.47.47 0 0 1 .304-.539.74.74 0 0 1-.304.539z"/><path fill="#272727" opacity=".84" d="M18.09 6.361a.47.47 0 0 1 .304.54.747.747 0 0 1-.304-.54z"/><path fill="#2e2e2e" opacity=".86" d="M8.322 7.844a.492.492 0 0 1 .312-.539.704.704 0 0 1-.312.539z"/><path fill="#2c2c2c" opacity=".86" d="M18.64 7.312a.48.48 0 0 1 .307.539.715.715 0 0 1-.307-.539z"/><path fill="#222" opacity=".82" d="M7.927 8.539a.471.471 0 0 1 .303-.541.743.743 0 0 1-.303.541z"/><path fill="#323232" opacity=".87" d="M19.193 8.277c.18.11.36.278.357.509-.241-.035-.323-.304-.357-.509z"/><path fill="#282828" opacity=".84" d="M7.376 9.491a.472.472 0 0 1 .305-.539.744.744 0 0 1-.305.539z"/><path fill="#252525" opacity=".83" d="M19.575 8.962c.256.018.325.31.315.521-.151-.138-.31-.304-.315-.521z"/><path fill="#2d2d2d" opacity=".85" d="M6.818 10.436a.5.5 0 0 1 .316-.537.688.688 0 0 1-.316.537z"/><path fill="#2a2a2a" opacity=".85" d="M20.138 9.905a.478.478 0 0 1 .307.539.726.726 0 0 1-.307-.539z"/><path fill="#2e2e2e" opacity=".83" d="M6.281 11.393c-.026-.348.135-.672.465-.809a1.897 1.897 0 0 1-.465.809z"/><path fill="#313131" opacity=".87" d="M20.69 10.867c.181.11.36.28.359.509-.241-.035-.323-.303-.359-.509z"/><path fill="#262626" opacity=".84" d="M5.88 12.083a.48.48 0 0 1 .301-.544.737.737 0 0 1-.301.544z"/><path fill="#252525" opacity=".82" d="M21.074 11.554c.258.018.326.31.315.521-.151-.138-.308-.304-.315-.521z"/><path d="M11.231 12.056c.895-.427 1.471 1.105.526 1.38-.858.349-1.4-1.075-.526-1.38z"/><path d="M16.298 14.084c-.455-.349-.39-1.155.21-1.293.599-.196.772.525 1.2.751l-.192.164c.154.12.304.244.451.374a12.314 12.314 0 0 1-.503-.165l-.056.224a13.584 13.584 0 0 0-.25-.11c-.172.05-.345.1-.517.147.799.47 1.788.968 1.578 2.081.093-.007.185-.015.277-.025.131.155.266.307.398.462-.394.158-.785.322-1.174.491l-.106-.608.24-.153-.312-.145c-.044-.281-.094-.562-.138-.844l-.255-.203c-.194.689-.023 1.362.301 1.977l-.127.334c.196.652.432 1.295.588 1.96-.016.329-.536.292-.585-.015-.229-.691-.37-1.414-.675-2.081-.195.01-.39.018-.586.026-.251.761-.424 1.548-.717 2.294-.218.3-.655-.056-.506-.353.206-.663.46-1.31.694-1.962l-.188-.213c.221-.532.84-1.042.345-1.617-.462.385-.914.863-1.571.72-.511.187-.633-.375-.623-.757.025-.427-.415-.607-.676-.859-.378.852.198 1.643.097 2.476.326.796.784 1.534 1.068 2.347-.041.239-.292.259-.48.31-.66-.903-.877-2.062-1.621-2.907-.851.723-.757 2.032-1.381 2.891-.22.15-.52-.07-.52-.318.236-1.061.983-1.987.959-3.105.093-.265.301-.466.464-.687-.095-.217-.173-.44-.267-.657-.435.439-.757 1.002-1.301 1.321.192.102.37.229.56.333l-.736 1.22c-.565-.341-1.132-.679-1.696-1.019.247-.412.496-.821.747-1.229.21.131.419.262.627.395.484-.779 1.169-1.405 1.744-2.112.428-.39 1.216-.833 1.687-.27.652.638 1.751 1.083 1.578 2.179.655-.584 1.238-1.25 1.949-1.77z"/><path fill="#2b2b2b" opacity=".85" d="M5.326 13.034a.477.477 0 0 1 .308-.539.73.73 0 0 1-.308.539z"/><path fill="#2a2a2a" opacity=".84" d="M21.637 12.496a.472.472 0 0 1 .305.54.735.735 0 0 1-.305-.54z"/><path fill="#313131" opacity=".87" d="M4.722 13.968c-.001-.23.177-.398.359-.51-.035.206-.116.473-.359.51z"/><path fill="#303030" opacity=".86" d="M22.184 13.443a.496.496 0 0 1 .314.537.693.693 0 0 1-.314-.537z"/><path fill="#252525" opacity=".82" d="M4.384 14.666c-.011-.211.056-.503.314-.521-.007.217-.164.383-.314.521z"/><path fill="#232323" opacity=".82" d="M22.589 14.134a.478.478 0 0 1 .303.543.745.745 0 0 1-.303-.543z"/><path fill="#2a2a2a" opacity=".84" d="M3.83 15.626a.473.473 0 0 1 .304-.539.734.734 0 0 1-.304.539z"/><path fill="#292929" opacity=".84" d="M23.137 15.089a.47.47 0 0 1 .304.539.738.738 0 0 1-.304-.539zM2.332 18.218a.472.472 0 0 1 .304-.54.74.74 0 0 1-.304.54z"/><path fill="#2f2f2f" opacity=".86" d="M3.254 16.563a.546.546 0 0 1 .334-.529.618.618 0 0 1-.334.529z"/><path fill="#2e2e2e" opacity=".85" d="M23.686 16.04a.481.481 0 0 1 .307.537.71.71 0 0 1-.307-.537zM1.781 19.166a.484.484 0 0 1 .308-.54.722.722 0 0 1-.308.54z"/><path fill="#232323" opacity=".82" d="M2.884 17.26c-.025-.215.056-.511.32-.515-.031.209-.17.375-.32.515z"/><path fill="#333" opacity=".87" d="M24.24 17.005c.18.112.359.28.357.51-.243-.037-.323-.304-.357-.51zM1.175 20.105c-.001-.23.177-.4.357-.51-.034.205-.115.473-.357.51z"/><path fill="#272727" opacity=".83" d="M24.62 17.689c.258.016.325.31.315.52-.151-.136-.31-.303-.315-.52zM.837 20.801c-.011-.211.057-.503.315-.521-.007.217-.164.383-.315.521z"/><path fill="#2c2c2c" opacity=".85" d="M25.184 18.631a.48.48 0 0 1 .308.539.728.728 0 0 1-.308-.539z"/><path fill="#323232" opacity=".87" d="M25.737 19.594c.181.112.36.28.359.51-.243-.035-.323-.304-.359-.51z"/><path fill="#262626" opacity=".82" d="M26.12 20.281c.258.018.325.31.314.522-.151-.139-.307-.305-.314-.522z"/><path fill="#1e1e1e" opacity=".79" d="M0 22.065c.14-.325.363-.6.595-.862-.303.547-.55 1.145-.457 1.785L0 22.801v-.736z"/><path fill="#1d1d1d" opacity=".78" d="M26.675 21.2c.229.263.454.535.597.855v1.008l-.1-.222c-.007-.586-.214-1.135-.498-1.64z"/><path fill="#111" opacity=".94" d="M1.085 23.862c8.407-.011 16.815.029 25.222-.02l-.188.158H.965l.12-.138z"/></symbol><symbol viewBox="0 0 24 24" id="warning--children--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M10.154 1.152c.691-.749 1.962-.806 2.69-.078 3.349 3.17 6.668 6.374 10.015 9.55.853.644 1.037 1.988.248 2.758-3.229 3.254-6.485 6.484-9.721 9.732-.674.733-1.922.824-2.651.12C7.37 20.036 4.025 16.816.657 13.62a3.778 3.778 0 0 1-.659-.845v-1.264c.212-.371.482-.704.785-1.004 3.131-3.11 6.238-6.245 9.37-9.354m.929-.254c-.478.142-.814.529-1.156.868C6.854 4.856 3.759 7.922.69 11.013c-.631.574-.664 1.656-.017 2.231 3.419 3.26 6.83 6.529 10.252 9.787.596.581 1.632.529 2.203-.061 3.247-3.233 6.484-6.478 9.725-9.718.608-.56.665-1.61.044-2.184-3.361-3.24-6.75-6.452-10.118-9.685-.428-.452-1.09-.683-1.697-.484z"/><path fill="#231f20" d="M11.448 1.248c.586-.056 1.136.236 1.534.648 3.126 2.995 6.266 5.976 9.386 8.977.714.644.707 1.85.016 2.509-3.017 3.024-6.041 6.041-9.059 9.064-.667.719-1.904.788-2.604.078-3.187-3.054-6.385-6.098-9.572-9.154-.709-.644-.67-1.841.012-2.489 2.95-2.971 5.921-5.921 8.878-8.885.373-.391.85-.731 1.41-.749m-.372.476c-.3.108-.54.329-.766.547-2.934 2.946-5.885 5.878-8.816 8.827-.575.5-.652 1.468-.076 1.997 3.192 3.05 6.383 6.102 9.577 9.149.529.536 1.458.511 1.984-.018 2.99-2.97 5.956-5.968 8.951-8.935.653-.505.816-1.561.163-2.137-3.138-3.024-6.299-6.026-9.45-9.037-.396-.414-1.02-.612-1.567-.392z"/><path fill="#fff100" d="M11.082.899c.607-.199 1.268.031 1.697.484 3.368 3.233 6.757 6.445 10.118 9.685.62.574.564 1.624-.044 2.184-3.241 3.24-6.478 6.485-9.725 9.718-.571.59-1.607.642-2.203.061-3.421-3.258-6.833-6.527-10.252-9.787-.647-.575-.614-1.657.017-2.231 3.07-3.091 6.164-6.157 9.236-9.246.342-.338.678-.726 1.156-.868m.366.349c-.56.018-1.037.358-1.41.749C7.081 4.961 4.11 7.911 1.16 10.882c-.682.648-.721 1.844-.012 2.489 3.187 3.055 6.385 6.1 9.572 9.154.7.71 1.937.641 2.604-.078 3.018-3.023 6.042-6.04 9.059-9.064.691-.659.698-1.865-.016-2.509-3.12-3.001-6.26-5.982-9.386-8.977-.397-.412-.948-.704-1.534-.648z"/><path fill="#fff100" d="M11.077 1.723c.547-.22 1.171-.022 1.567.392 3.151 3.011 6.312 6.013 9.45 9.037.653.576.49 1.632-.163 2.137-2.995 2.968-5.96 5.965-8.951 8.935-.526.529-1.454.554-1.984.018-3.194-3.047-6.385-6.098-9.577-9.149-.576-.529-.499-1.496.076-1.997 2.932-2.95 5.882-5.881 8.816-8.827.226-.218.466-.439.766-.547m.973 5.882c.005.517.046 1.24.712 1.285-.412.48-.494 1.121-.761 1.673-.346.521-1.009.665-1.554.892a25.587 25.587 0 0 0-.443-.184l.047-.214c-.35-.348-.204-1.158-.822-1.18-.696-.049-.533.871-.694 1.315l.418-.013c-.18.372-.192.792-.323 1.176-.305.373-.8.492-1.212.707.119.62.775.358 1.172.187-.107.403-.254.794-.367 1.196l.499.047c.065.546.112 1.096.071 1.645a6.347 6.347 0 0 0-.566.44c.298.05.599.072.899.082.098-.656.158-1.318.3-1.967.421.4.751.88 1.08 1.355-.14.196-.275.397-.396.606.397-.044.652-.358.925-.61-.319-.514-.757-.944-1.024-1.492.229-.041.46-.077.691-.112l.154-.35.408-.017c.176-.182.359-.359.541-.535-.072-.248-.15-.494-.233-.738-.139-.016-.278-.03-.416-.044-.072-.256-.158-.506-.216-.764.362-.2.754-.348 1.122-.539-.046.481-.125.958-.145 1.44l.281.222c.042 1.103-.166 2.197-.502 3.244l-.55.144.032.25c.379.01.758.024 1.136.046.914-.87.614-2.251 1.138-3.316.203.95.701 1.796 1.031 2.701-.122.179-.28.331-.419.497.631.407 1.386-.29 1.354-.962-.514-.929-.794-1.982-1.007-3.017.295-.084.602-.102.905-.054.246-.142.499-.271.758-.389a7.26 7.26 0 0 0-.209-.955l-.607.022c-.371-1.006-.73-2.23-1.752-2.749-.168-.33-.12-.772-.397-1.039-.324-.115-.784-.176-1.06.068z"/><path fill="#fff100" d="M14.237 10.705c.376.404.382.911.05 1.348-.042-.448-.084-.898-.05-1.348zM10.286 12.239c.161.258.304.526.434.8l-.443.061c-.004-.287-.004-.575.008-.862z"/><path d="M12.05 7.604c.276-.245.736-.184 1.06-.068.277.268.229.709.397 1.039 1.022.52 1.381 1.744 1.752 2.749l.607-.022c.092.313.158.634.209.955a8.872 8.872 0 0 0-.758.389 2.098 2.098 0 0 0-.905.054c.212 1.034.493 2.088 1.007 3.017.032.672-.722 1.369-1.354.962.139-.166.296-.318.419-.497-.33-.905-.828-1.751-1.031-2.701-.523 1.064-.223 2.446-1.138 3.316a35.817 35.817 0 0 0-1.136-.046l-.032-.25.55-.144c.336-1.046.544-2.141.502-3.244l-.281-.222c.02-.482.1-.959.145-1.44-.368.191-.76.338-1.122.539.058.258.144.509.216.764l.416.044c.083.244.161.49.233.738-.182.176-.365.353-.541.535l-.408.017-.154.35c-.232.035-.462.071-.691.112.266.547.704.978 1.024 1.492-.274.252-.528.565-.925.61.121-.209.256-.41.396-.606-.329-.475-.659-.955-1.08-1.355-.142.649-.202 1.31-.3 1.967-.3-.01-.601-.031-.899-.082.18-.158.37-.304.566-.44.041-.55-.006-1.099-.071-1.645l-.499-.047c.113-.402.26-.793.367-1.196-.397.17-1.054.433-1.172-.187.412-.215.907-.334 1.212-.707.131-.384.143-.804.323-1.176-.139.005-.278.01-.418.013.161-.444-.002-1.364.694-1.315.618.022.472.832.822 1.18l-.047.214c.149.06.296.121.443.184.545-.227 1.208-.371 1.554-.892.266-.552.349-1.193.761-1.673-.666-.046-.707-.768-.712-1.285m2.186 3.101c-.034.45.008.9.05 1.348.331-.437.325-.943-.05-1.348m-3.951 1.534c-.012.287-.012.575-.008.862l.443-.061a8.225 8.225 0 0 0-.434-.8z"/></symbol><symbol viewBox="0 0 27 24" id="warning--children--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.246 0h.645c.561.167 1.055.526 1.327 1.049 3.832 6.656 7.668 13.31 11.504 19.963.146.26.279.529.396.804v.773a2.043 2.043 0 0 1-1.449 1.41H1.485C.751 23.831.2 23.244 0 22.529v-.632a6.75 6.75 0 0 1 .41-.879C4.266 14.339 8.112 7.653 11.967.972c.267-.494.754-.809 1.28-.974M2.849 21.601c7.147.005 14.294.004 21.441.001-3.572-6.201-7.14-12.401-10.721-18.594C9.991 9.202 6.418 15.4 2.849 21.601z"/><path fill="#fff" d="M2.849 21.601C6.418 15.4 9.991 9.202 13.569 3.008c3.581 6.193 7.15 12.393 10.721 18.594-7.147.003-14.294.004-21.441-.001M12.984 6.894c-.287.572.163 1.117.385 1.619-.565.266-1.467.361-1.576 1.108-.37 1.543-.704 3.096-1.104 4.631a1.963 1.963 0 0 0-.347.546c-.298-.018-.597-.034-.892-.081.457-.462.48-1.378-.278-1.521-.811-.111-1.082.926-.563 1.439-1.227.521-1.018 2.037-1.024 3.12.035.382.472.278.716.183-.08-.146-.161-.292-.243-.437.075-.446.145-.894.271-1.327.424.548.092 1.265.088 1.886.072.915.174 1.856-.061 2.758.986-.355.545-1.593 1.155-2.243.053.618.028 1.238.035 1.858a4.8 4.8 0 0 0 .809.456c-.085-.216-.194-.422-.297-.629.075-.66.16-1.333.626-1.841-.104-.951-.45-1.859-.636-2.797.544-.216 1.071-.479 1.535-.839l-.176-.355c.461-1.123.872-2.264 1.336-3.386-.182 3.064.035 6.117.335 9.167-.113.205-.247.399-.35.61.472 0 .835-.381 1.136-.701.149-1.669-.03-3.382.423-5.018.174 1.704.29 3.425.136 5.136l.641.613.212-.084c-.091-.264-.16-.546-.106-.827.222-1.788.498-3.577.514-5.382-.085-1.208-.239-2.411-.327-3.619.719 1.055 1.021 2.388.721 3.639-.126.414.515.721.735.332.207-1.76.089-3.635-.473-5.352-.423-.61-1.207-.815-1.871-1.059.273-.529.743-1.158.336-1.748-.388-.694-1.539-.584-1.824.146z"/><path fill="#040404" d="M12.984 6.894c.285-.731 1.436-.841 1.824-.146.407.59-.064 1.219-.336 1.748.664.244 1.448.449 1.871 1.059.563 1.717.681 3.592.473 5.352-.22.389-.861.081-.735-.332.3-1.252-.003-2.584-.721-3.639.088 1.208.241 2.411.327 3.619-.016 1.805-.292 3.593-.514 5.382-.054.281.015.563.106.827a9.322 9.322 0 0 1-.212.084c-.214-.203-.428-.408-.641-.613.155-1.711.038-3.432-.136-5.136-.453 1.637-.274 3.349-.423 5.018-.301.32-.664.701-1.136.701.103-.212.237-.405.35-.61-.3-3.051-.517-6.103-.335-9.167-.464 1.121-.875 2.263-1.336 3.386l.176.355c-.464.361-.991.624-1.535.839.186.938.532 1.847.636 2.797-.466.508-.552 1.181-.626 1.841.103.207.212.414.297.629a4.8 4.8 0 0 1-.809-.456c-.007-.62.018-1.239-.035-1.858-.61.649-.17 1.887-1.155 2.243.235-.902.133-1.843.061-2.758.004-.621.336-1.338-.088-1.886-.126.434-.197.881-.271 1.327.081.145.163.29.243.437-.244.095-.681.199-.716-.183.005-1.083-.203-2.599 1.024-3.12-.519-.513-.248-1.55.563-1.439.758.144.735 1.059.278 1.521.296.047.594.064.892.081.089-.198.198-.388.347-.546.4-1.535.734-3.087 1.104-4.63.108-.747 1.01-.842 1.576-1.108-.222-.502-.673-1.047-.385-1.619z"/></symbol><symbol viewBox="0 0 27 24" id="warning--children--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.184 0h.67c.534.155 1.029.476 1.299.974 3.855 6.681 7.7 13.367 11.555 20.046.155.274.29.556.411.846v.644A2.067 2.067 0 0 1 25.671 24H1.459C.765 23.832.228 23.294 0 22.625v-.792c.115-.281.247-.556.395-.82C4.232 14.361 8.067 7.706 11.899 1.051c.268-.51.748-.862 1.285-1.051M2.827 21.603c7.147.003 14.294.004 21.441-.001-3.566-6.201-7.14-12.399-10.719-18.593-3.582 6.193-7.15 12.395-10.723 18.594z"/><path fill="#fff" d="M2.827 21.603C6.4 15.404 9.967 9.202 13.55 3.009c3.578 6.194 7.153 12.392 10.719 18.593-7.147.005-14.294.004-21.441.001m9.596-15.008c-.561.579-.106 1.336.224 1.898-.834.293-1.993.617-2.056 1.681-.435 1.521-.397 3.092-.346 4.652.171.469.923.22.79-.254-.3-1.253.004-2.584.72-3.642-.085 1.208-.24 2.411-.324 3.619.014 1.806.292 3.595.513 5.383.057.282-.026.56-.1.83.052.02.155.062.205.084l.641-.614c-.152-1.708-.039-3.428.137-5.129.454 1.634.273 3.344.424 5.012.293.334.671.674 1.135.715-.11-.213-.229-.42-.351-.626.302-3.047.515-6.096.338-9.159.466 1.119.873 2.26 1.336 3.38l-.179.355c.466.359.993.624 1.538.841-.187.937-.533 1.847-.636 2.797.464.507.549 1.178.626 1.836a7.57 7.57 0 0 0-.297.64c.282-.13.548-.289.807-.458.008-.624-.019-1.247.038-1.868.599.659.178 1.881 1.148 2.252-.224-.906-.126-1.85-.06-2.767-.018-.629-.3-1.321.073-1.898.146.437.216.894.29 1.348-.083.145-.165.293-.247.441.244.083.685.191.719-.187-.004-1.085.203-2.598-1.021-3.12.183-.343.456-.785.137-1.139-.296-.456-1.032-.378-1.246.113-.247.388.117.755.224 1.121a6.285 6.285 0 0 1-.843.066 3.271 3.271 0 0 0-.351-.548c-.405-1.532-.732-3.085-1.104-4.625-.108-.75-1.014-.843-1.578-1.112.226-.5.673-1.047.386-1.616-.262-.66-1.243-.835-1.71-.3z"/><path fill="#030303" d="M12.424 6.595c.466-.536 1.448-.361 1.71.3.286.569-.16 1.116-.386 1.616.564.268 1.47.362 1.578 1.112.372 1.54.698 3.093 1.104 4.625.136.169.252.354.351.548.281-.009.564-.019.843-.066-.107-.366-.471-.734-.224-1.121.214-.491.951-.568 1.246-.113.319.354.046.796-.137 1.139 1.224.522 1.017 2.035 1.021 3.12-.034.378-.475.27-.719.187.081-.148.164-.296.247-.441-.075-.454-.144-.911-.29-1.348-.373.578-.091 1.269-.073 1.898-.066.918-.164 1.862.06 2.767-.971-.372-.549-1.593-1.148-2.252-.057.621-.03 1.245-.038 1.868a6.348 6.348 0 0 1-.807.458 7.27 7.27 0 0 1 .297-.64c-.077-.658-.163-1.329-.626-1.836.103-.951.449-1.86.636-2.797-.545-.217-1.071-.481-1.538-.841l.179-.355c-.462-1.12-.869-2.262-1.336-3.38.178 3.063-.035 6.113-.338 9.159.122.206.241.414.351.626-.464-.041-.842-.381-1.135-.715-.152-1.668.03-3.378-.424-5.012-.176 1.702-.289 3.421-.137 5.129l-.641.614a6.271 6.271 0 0 0-.205-.084c.075-.27.157-.548.1-.83-.221-1.788-.499-3.577-.513-5.383.084-1.208.239-2.411.324-3.619-.716 1.058-1.02 2.389-.72 3.642.133.473-.62.723-.79.254-.052-1.561-.089-3.131.346-4.652.062-1.064 1.222-1.388 2.056-1.681-.329-.563-.785-1.319-.224-1.898z"/></symbol><symbol viewBox="0 0 28 24" id="warning--children--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0303" d="M13.18.494c.416-.453 1.187-.349 1.483.186 1.655 2.424 3.14 4.959 4.694 7.447 2.683 4.429 5.521 8.768 8.064 13.28.656.953.201 2.212-.869 2.594H1.505c-.547-.229-1.176-.546-1.299-1.19-.279-.935.405-1.753.808-2.533 3.38-5.72 6.855-11.379 10.274-17.075.593-.925 1.104-1.928 1.892-2.708m.61 3.225c-3.501 5.9-6.988 11.805-10.48 17.708 7.074.011 14.15.013 21.226 0C21.041 15.587 17.6 9.715 14.127 3.862c-.053-.099-.267-.378-.336-.142z"/><path fill="#fff" d="M13.79 3.72c.07-.236.283.043.336.142 3.473 5.853 6.914 11.725 10.409 17.566-7.076.013-14.152.011-21.226 0 3.493-5.904 6.98-11.809 10.48-17.708m-2.445 7.261c.163.406.476.766.452 1.229.177.091.352.186.525.286l.501.033c-.287.539-.444 1.134-.321 1.744l-.562.077c-.102-.113-.202-.225-.303-.335a29.53 29.53 0 0 0-.987.003c.095.325.194.65.299.974.829.008 2.188-.311 2.238.899-.832.331-1.635.915-1.888 1.817-.191.795-.218 1.62-.367 2.424-.384.267-.84.343-1.299.345.147.966 1.517.607 2.202.487-.359-1.126.324-2.019.989-2.847.061.061.184.187.244.25.46-.46.892-.973 1.439-1.328.543.301.885 1.042 1.561 1.024.862-.762 1.666-1.687 2.824-1.998.205.264.407.53.615.793l.251-.412a44.75 44.75 0 0 0-.495-.709l.088-.357c-.131-.12-.264-.241-.395-.363l-.505.285.181.35c-.753-.018-1.437.325-2.054.721a89.531 89.531 0 0 0-.908-1.024c.066-.25.135-.5.204-.748.179.416.402.841.811 1.074.451.163 1.105-.149 1.113-.66-.223-.396-.64-.601-1.088-.594.11-.815-.56-1.374-.938-2.013-.427-.659-1.282-.601-1.967-.579-.022-.413-.049-.851-.29-1.206-.416-.904-2.054-.615-2.17.359z"/><path fill="#030303" d="M11.344 10.981c.116-.974 1.754-1.263 2.17-.359.241.354.268.793.29 1.206.685-.022 1.54-.08 1.967.579.378.639 1.048 1.199.938 2.013.448-.007.865.198 1.088.594-.008.511-.663.823-1.113.66-.409-.233-.632-.659-.811-1.074-.068.248-.138.498-.204.748.306.338.607.681.908 1.024.617-.396 1.3-.74 2.054-.721l-.181-.35.505-.285.395.363-.088.357c.167.234.332.47.495.709l-.251.412c-.208-.262-.41-.529-.615-.793-1.158.311-1.962 1.236-2.824 1.998-.677.018-1.019-.723-1.561-1.024-.547.356-.978.868-1.439 1.328-.06-.063-.183-.188-.244-.25-.666.827-1.348 1.72-.989 2.847-.685.12-2.055.479-2.202-.487.459-.001.915-.078 1.299-.345.149-.804.176-1.628.367-2.424.253-.901 1.056-1.486 1.888-1.817-.05-1.21-1.409-.89-2.238-.899a35.12 35.12 0 0 1-.299-.974c.329-.007.657-.007.987-.003l.303.335.562-.077c-.123-.61.033-1.206.321-1.744l-.501-.033c-.173-.1-.347-.195-.525-.286.024-.463-.289-.823-.452-1.229z"/></symbol><symbol viewBox="0 0 28 24" id="warning--cliff--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M12.31 1.776c.366-.621.72-1.424 1.492-1.604.605.002.957.553 1.237 1.009 2.754 4.472 5.327 9.05 7.983 13.579 1.56 2.7 3.175 5.371 4.596 8.149a4.178 4.178 0 0 1-.963 1.048c-.658-.154-1.336-.133-2.006-.12-7.884.011-15.77-.013-23.655.011-.268-.287-.486-.616-.702-.942C4.051 15.727 8.439 8.895 12.31 1.776M3.472 21.647c3.31.006 6.618-.01 9.928.006 3.665.044 7.331.013 10.996.016-2.648-4.485-5.145-9.071-7.915-13.477-.725-1.594-1.745-3.045-2.582-4.586A1653.205 1653.205 0 0 1 3.472 21.647z"/><path fill="#fff" d="M3.472 21.647A1643.81 1643.81 0 0 0 13.899 3.606c.837 1.541 1.857 2.992 2.582 4.586.585 1.576 1.015 3.204.846 4.904-1.099.107-2.204.047-3.306.063l-.089-.654a5.501 5.501 0 0 0-.48.532c-.062.07-.185.212-.246.284.655.67.957 1.578 1.19 2.463.438 1.082-.636 2.186.11 3.221.135 1.052-.409 1.92-1.106 2.648-3.31-.016-6.618 0-9.928-.006m6.115-8.659l-.073.626-.378.363c.057.243.117.486.178.73l.234-.159c.175.094.35.188.527.279.11-.261.227-.517.344-.777.566-.306 1.086-.843 1.787-.712l.045-.397.389-.289c-.175-.118-.347-.238-.521-.358-.363.005-.723-.066-1.075-.154-.493.271-.979.553-1.458.848z"/><path fill="#fff" d="M9.678 13.502c.292-.67 1.164-1.168 1.889-1.044-.608.388-1.244.728-1.889 1.044z"/><path fill="#030303" d="M16.481 8.192c2.77 4.406 5.267 8.992 7.915 13.477-3.665-.003-7.331.028-10.996-.016.697-.728 1.241-1.596 1.106-2.648-.746-1.035.328-2.139-.11-3.221-.234-.885-.535-1.794-1.19-2.463l.246-.284c.146-.19.311-.363.48-.532l.089.654c1.103-.016 2.207.044 3.306-.063.169-1.699-.261-3.328-.846-4.904z"/><path fill="#040404" d="M9.587 12.988c.478-.295.965-.577 1.458-.848.352.088.712.159 1.075.154.174.12.345.24.521.358a48.76 48.76 0 0 0-.389.289l-.045.397c-.701-.131-1.221.405-1.787.712a17.11 17.11 0 0 1-.644.06l-.227.438c-.058.041-.175.12-.234.159a31.025 31.025 0 0 1-.178-.73c.125-.122.253-.243.378-.363l.073-.626m.09.514a19.415 19.415 0 0 0 1.889-1.044c-.725-.123-1.597.375-1.889 1.044z"/><path fill="#bbb" d="M9.775 14.11c.216-.016.43-.036.644-.06-.117.259-.234.516-.344.777a33.042 33.042 0 0 1-.527-.279l.227-.438z"/><path fill="#f29c97" d="M.994 23.848c7.884-.024 15.77 0 23.655-.011.67-.013 1.348-.034 2.006.12l.191.044H1.148l-.154-.152z"/></symbol><symbol viewBox="0 0 28 24" id="warning--cliff--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c05" d="M13.48 0h.702c.473.376.867.842 1.188 1.352 3.671 6.7 7.658 13.222 11.391 19.887.306.616.74 1.222.766 1.93-.079.732-.986.617-1.511.77a15.073 15.073 0 0 0-1.685-.114c-6.235.018-12.47.015-18.703.007-1.339.01-2.685-.076-4.014.118-.606-.104-1.375-.126-1.614-.816v-.124c.432-.927.94-1.814 1.443-2.703A1446.41 1446.41 0 0 1 12.344 1.599c.314-.574.65-1.149 1.135-1.597m-2.23 7.804c-2.67 4.666-5.389 9.304-8.092 13.95 3.718 0 7.437.031 11.156-.017l-.164-.2.192.23c3.388-.033 6.776.01 10.164-.023-3.559-6.139-7.142-12.263-10.633-18.437a58.216 58.216 0 0 0-2.623 4.497z"/><path fill="#fff" d="M11.249 7.806a58.542 58.542 0 0 1 2.623-4.497c3.491 6.174 7.074 12.298 10.633 18.437-3.388.033-6.776-.01-10.164.023l-.192-.23c-.728-.652-.973-1.543-.968-2.493.781-1.044-.326-2.167.113-3.262.247-.899.523-1.844 1.208-2.516-.209-.283-.417-.564-.621-.851l-.106.627c-1.155.007-2.311.033-3.464-.02-.187-1.814.306-3.542.938-5.219m3.836 4.821l.21.025c.028.503.414.965.907.571.374.281.813.472 1.177.771.091.243.202.478.316.713.24-.033.482-.06.723-.07.108-.243.192-.497.252-.758-.091-.076-.273-.232-.364-.31-.151-1.389-2.261-1.892-3.221-.943z"/><path fill="#fff" d="M16.193 12.387c.796-.25 1.531.415 2.057.93-.778.026-1.374-.634-2.057-.93z"/><path fill="#050505" d="M3.156 21.756c2.703-4.646 5.422-9.284 8.092-13.95-.632 1.677-1.126 3.405-.938 5.219 1.154.053 2.309.026 3.464.02l.106-.627c.204.286.412.568.621.851-.685.672-.962 1.617-1.208 2.516-.439 1.096.669 2.218-.113 3.262-.005.95.24 1.841.968 2.493l.164.2c-3.719.048-7.438.017-11.156.017z"/><path fill="#060606" d="M15.085 12.626c.96-.948 3.07-.445 3.221.943l.364.31c-.06.262-.144.515-.252.758a16.03 16.03 0 0 1-.341-.649l-.698.005c-.364-.3-.803-.49-1.177-.771a15.074 15.074 0 0 1-.293-.506c-.154-.017-.46-.05-.614-.065l-.21-.025m1.108-.239c.684.296 1.279.957 2.057.93-.526-.515-1.261-1.18-2.057-.93z"/><path fill="#b0b0b1" d="M15.295 12.65c.154.015.46.048.614.065.094.17.192.339.293.506-.493.394-.879-.068-.907-.571z"/><path fill="#bababa" d="M17.379 13.993l.698-.005c.109.218.222.435.341.649-.242.01-.483.036-.723.07a8.358 8.358 0 0 1-.316-.713z"/><path fill="#dd3d38" opacity=".94" d="M1.614 23.949c1.329-.194 2.675-.108 4.014-.118 6.233.008 12.468.012 18.703-.007.563-.002 1.126.053 1.685.114l-.276.061H1.882l-.268-.051z"/></symbol><symbol viewBox="0 0 27 24" id="warning--closed-lane-in-triple-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.639 0h.3c.889.135 1.741.613 2.19 1.411 3.596 5.98 7.134 11.997 10.635 18.035.32.52.556 1.09.686 1.691v.714c-.14 1.104-1.122 1.749-2.06 2.149H2.198c-.748-.375-1.635-.795-1.9-1.66-.335-.945-.027-1.976.481-2.797C4.297 13.473 7.854 7.426 11.47 1.412 11.898.597 12.763.158 13.639.001M2.76 21.364c7.361.009 14.72.009 22.08 0-3.665-6.246-7.325-12.496-11.04-18.712-3.719 6.214-7.375 12.466-11.04 18.712z"/><path fill="#c0111e" d="M15.047 14.25c1.154-.014 2.308-.009 3.462-.005v.951c-1.155.002-2.312.018-3.466-.009.003-.312.003-.625.005-.938z"/><path fill="#fff" d="M2.76 21.364C6.424 15.118 10.082 8.866 13.8 2.652c3.716 6.216 7.375 12.466 11.04 18.712-7.361.009-14.72.009-22.08 0m6.36-8.629c-.075.477-.015.963-.026 1.443.21-.203.415-.407.622-.612 0 2.388-.003 4.774.002 7.162.49.005.981.005 1.47 0 .003-2.393.01-4.784-.005-7.176.207.213.417.423.63.63.006-.473.005-.945.007-1.419-.444-.476-.909-.928-1.365-1.392-.447.453-.918.885-1.336 1.363m3.285-.332c-.582.408-.252 1.189-.33 1.779.21-.206.418-.413.624-.621-.003 2.389-.005 4.779.001 7.168.491.005.981.005 1.472 0 .003-2.391.006-4.78-.001-7.17.206.21.414.418.625.624-.003-.463.029-.927-.008-1.388-.38-.529-.91-.936-1.344-1.424-.354.336-.693.689-1.04 1.03m2.644 1.85c-.002.312-.002.625-.005.938 1.155.027 2.311.011 3.466.009v-.951a210.275 210.275 0 0 0-3.462.005m.853 1.391a718.565 718.565 0 0 0-.001 5.086c.588.005 1.177.005 1.767 0 .001-1.695.003-3.39-.002-5.085a115.25 115.25 0 0 0-1.764-.001z"/><path fill="#030303" d="M9.12 12.735c.418-.479.889-.91 1.336-1.363.456.463.921.916 1.365 1.392-.003.474-.002.947-.008 1.419a31.185 31.185 0 0 1-.63-.63c.015 2.393.008 4.783.005 7.176-.489.005-.979.005-1.47 0-.005-2.388-.002-4.774-.002-7.162a51.43 51.43 0 0 1-.623.612c.011-.48-.05-.966.026-1.443zM12.404 12.402c.346-.342.686-.694 1.039-1.03.434.488.965.894 1.344 1.424.036.46.005.924.008 1.388-.212-.206-.42-.414-.626-.624.008 2.389.005 4.779.001 7.17-.49.005-.981.005-1.471 0-.006-2.389-.005-4.779-.002-7.168a60.94 60.94 0 0 1-.624.621c.078-.59-.252-1.371.33-1.779zM15.899 15.642c.588-.003 1.176-.003 1.764.001.005 1.695.003 3.39.002 5.085-.59.005-1.179.005-1.767 0-.003-1.695-.006-3.39.002-5.086z"/></symbol><symbol viewBox="0 0 24 24" id="warning--closed-lane-in-triple-lanes--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#030304" d="M6.089 5.686c1.894-1.858 3.715-3.805 5.784-5.47 1.726 1.329 3.198 2.945 4.758 4.456 2.349 2.432 4.874 4.714 7.038 7.315-.828 1.077-1.818 2.014-2.755 2.993-2.569 2.601-5.144 5.194-7.773 7.733a9.931 9.931 0 0 1-1.292 1.077c-.858-.58-1.548-1.356-2.296-2.062-2.846-2.815-5.689-5.637-8.476-8.512a9.346 9.346 0 0 1-1.002-1.2c1.804-2.287 4.003-4.228 6.012-6.33M11.471.821C7.867 4.406 4.271 8.002.68 11.602c-.333.232-.177.63.085.845 3.581 3.566 7.15 7.149 10.741 10.704.332.371.748 0 .988-.274 3.58-3.653 7.288-7.184 10.816-10.884-.363-.52-.825-.957-1.277-1.4-3.239-3.232-6.475-6.469-9.713-9.701-.216-.268-.616-.399-.849-.073z"/><path fill="#030304" d="M14.213 9.243c.347-.809.93-1.482 1.497-2.144.499.698 1.103 1.336 1.441 2.136-.286.023-.572.039-.858.053-.004 2.267.001 4.532-.004 6.798h-1.164c-.007-2.267 0-4.534-.003-6.802a30.761 30.761 0 0 1-.91-.04z"/><path fill="#ffdb03" d="M11.471.821c.233-.326.634-.196.849.073 3.239 3.232 6.475 6.469 9.713 9.701.452.442.914.879 1.277 1.4-3.529 3.7-7.236 7.231-10.816 10.884-.24.274-.657.644-.988.274-3.591-3.556-7.16-7.138-10.741-10.704-.262-.216-.418-.613-.085-.845C4.271 8.004 7.867 4.408 11.471.823M6.662 9.241c.279.018.56.031.839.043.004 2.269 0 4.54.003 6.809l1.184.001c.004-2.271-.001-4.54.003-6.81.298-.011.597-.026.894-.049-.341-.796-.934-1.44-1.437-2.134-.562.661-1.137 1.335-1.484 2.14m7.549.002c.303.019.607.031.91.04.003 2.268-.004 4.536.003 6.802h1.164c.005-2.267 0-4.532.004-6.798.286-.013.572-.03.858-.053-.338-.8-.942-1.437-1.441-2.136-.566.662-1.15 1.335-1.497 2.144M10.13 7.396c-.004.669-.058 1.342.012 2.008.34.035.684.013 1.022.062.183 2.199.07 4.413.116 6.619.396.001.793.001 1.189.003.009-2.237-.001-4.472.005-6.709.376 0 .754 0 1.131.003.035-.661.034-1.324-.004-1.985a669.711 669.711 0 0 0-3.472 0z"/><path fill="#030303" d="M6.662 9.241c.348-.805.922-1.479 1.484-2.14.503.694 1.096 1.339 1.437 2.134-.297.023-.596.038-.894.049-.004 2.271.001 4.54-.003 6.81l-1.184-.001c-.003-2.269.001-4.54-.003-6.809-.279-.012-.56-.026-.839-.043zM11.316 9.382l1.158-.004c-.007 2.237.004 4.472-.005 6.709-.396-.001-.793-.001-1.189-.003-.011-2.234.073-4.468.036-6.702z"/><path fill="#c0111e" d="M10.13 7.396c1.158-.003 2.315-.003 3.472 0 .038.661.039 1.324.004 1.985-.378-.003-.755-.003-1.131-.003l-1.158.004c.036 2.234-.047 4.468-.036 6.702-.046-2.206.067-4.42-.116-6.619-.338-.049-.682-.027-1.022-.062-.07-.666-.016-1.339-.012-2.008z"/></symbol><symbol viewBox="0 0 24 24" id="warning--construction-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.713 0h.533c.281.142.542.322.764.545 3.236 3.245 6.48 6.482 9.721 9.724.448.458.954.875 1.268 1.444v.54a2.89 2.89 0 0 1-.49.691c-3.264 3.257-6.524 6.521-9.785 9.782-.458.446-.874.955-1.44 1.274h-.547a3.136 3.136 0 0 1-.744-.551c-3.234-3.247-6.48-6.482-9.72-9.724-.446-.46-.956-.874-1.274-1.44v-.547c.28-.565.776-.967 1.208-1.41 3.241-3.24 6.484-6.478 9.72-9.721.235-.235.499-.439.785-.607m-.036.389c-.418.25-.719.647-1.068.979-3.323 3.319-6.646 6.64-9.966 9.96-.388.32-.449.937-.048 1.274 3.6 3.602 7.201 7.205 10.802 10.805a.805.805 0 0 0 1.208.002l10.801-10.807c.402-.336.341-.954-.048-1.274-3.54-3.542-7.086-7.081-10.624-10.627-.263-.277-.679-.526-1.058-.312z"/><path fill="#ef7c23" d="M10.957 1.717c.334-.325.632-.702 1.043-.937.312.175.553.445.805.695 3.468 3.524 7.038 6.954 10.457 10.524-3.56 3.672-7.232 7.238-10.824 10.88-.186.24-.532.436-.752.116-3.558-3.563-7.12-7.122-10.679-10.682-.226-.166-.239-.464-.01-.632 3.314-3.326 6.643-6.64 9.96-9.964M8.04 6.48c-.203.205-.51.397-.475.727 1.104.018 2.192-.252 3.292-.346.001.646 0 1.292.002 1.939h2.287c.002-.649-.002-1.298-.001-1.949 1.092.089 2.177.368 3.274.33.079-.293-.224-.463-.391-.649-1.352-1.2-2.642-2.471-4.021-3.64-1.354 1.16-2.632 2.405-3.966 3.587m-5.169 4.435a2.414 2.414 0 0 0-.004 2.064c.425.54 1.231.065 1.14-.57-.224.167-.439.347-.654.528-.538-.44-.43-1.29-.19-1.865.318-.055.592.186.888.258-.112-.523-.794-.917-1.181-.415m1.858-.172c-.512.396-.408 1.153-.371 1.724.013.451.427.912.906.718.562-.275.484-1.032.474-1.556.042-.533-.421-1.21-1.009-.886m1.444-.032c-.005.816-.001 1.633-.004 2.449l.341.008c.006-.469.006-.94.014-1.41.22.461.432.928.643 1.393l.344.02c.007-.817.002-1.634.004-2.453l-.342-.001c-.004.516-.001 1.032-.011 1.547-.25-.509-.485-1.026-.725-1.541l-.265-.013m1.884.361c-.36.808 1.135.858.839 1.627-.21.389-.554-.002-.718-.217l-.304.043c.133.59.932.979 1.316.379.409-.716-.415-1.237-.91-1.596.096-.098.193-.194.292-.29.242.119.486.234.738.332-.079-.63-.984-.948-1.254-.278m1.423-.344l-.001.298.44.031c-.007.703-.005 1.408-.004 2.111l.341.005c.002-.704.005-1.41-.002-2.114l.457-.037c-.004-.073-.01-.221-.012-.294l-1.219.001m1.498-.017c0 .822-.002 1.643.004 2.465l.344-.032-.001-1.118.313-.002c.112.378.223.756.332 1.134l.358.006c-.107-.373-.215-.746-.318-1.121.187-.287.416-.637.238-.988-.21-.494-.85-.289-1.27-.343m1.75-.003c.017.697-.071 1.405.048 2.095.168.554 1.046.547 1.231.007.134-.689.035-1.4.059-2.099h-.344c-.012.629.041 1.261-.023 1.888.024.32-.526.419-.594.098-.098-.656-.022-1.325-.042-1.986l-.335-.004m1.942.236c-.275.63-.304 1.457.042 2.064.422.47 1.046.061 1.169-.452l-.274-.025a5.942 5.942 0 0 1-.608.428c-.199-.648-.388-1.487.163-2.02l.372.354.338-.042c-.187-.479-.848-.826-1.202-.307m1.341-.219c-.01.071-.028.212-.036.284l.464.047c-.007.704-.006 1.409 0 2.113l.338-.001c.002-.704.001-1.409.001-2.113.156-.014.312-.03.469-.046l-.032-.283-1.205-.001m1.492-.008a499.8 499.8 0 0 0 0 2.449l.353.004v-2.454l-.353.001m1.248-.012c-.559.272-.49 1.024-.481 1.546-.008.455.253 1.075.81.964.678-.162.612-1.043.594-1.585.022-.494-.342-1.145-.923-.924m1.291-.117c-.064.858-.025 1.717-.031 2.576l.343-.005c-.001-.457 0-.913.013-1.369.228.451.437.912.649 1.37l.335.005c.005-.816.004-1.632.001-2.447l-.342-.001c-.001.514 0 1.027-.013 1.542-.302-.564-.458-1.234-.955-1.672M8.2 15.007v.282l.262.139c-.014.751-.008 1.504-.007 2.255l.452-.007c-.001-.964.007-1.927-.006-2.892-.235.071-.469.145-.701.223m3.686.022c-.01.883-.005 1.766-.004 2.651l.44.004c.036-.36.088-.719.205-1.062.149.347.274.703.394 1.061l.503-.004c-.166-.498-.331-.996-.498-1.493.148-.224.293-.45.442-.673l-.511-.001-.488.653-.004-1.326-.479.191m1.813.479a785.54 785.54 0 0 0 0 2.171h.481c.101-.604-.33-1.613.488-1.82.079.602.058 1.211.058 1.817l.467.008c.044-.641-.179-1.382.3-1.909.401.557.212 1.268.246 1.904h.485c-.048-.634.154-1.345-.174-1.924-.22-.368-.664-.204-.991-.121-.44-.137-.905-.112-1.36-.126z"/><path fill="#ef7c23" d="M5.04 12.916c-.594-.445-.469-1.514 0-2.035.462.526.588 1.58 0 2.035zM11.334 11.011c.413-.012.746.197.626.648-.215.005-.428.01-.642.013.004-.221.01-.442.016-.661zM18.96 12.913c-.583-.461-.456-1.502.001-2.033.479.512.602 1.602-.001 2.033z"/><path d="M11.676.389c.379-.214.796.035 1.058.312 3.538 3.546 7.084 7.085 10.624 10.627.389.32.45.938.048 1.274L12.605 23.409a.806.806 0 0 1-1.208-.002c-3.601-3.6-7.202-7.202-10.802-10.805-.401-.337-.34-.954.048-1.274 3.32-3.32 6.643-6.641 9.966-9.96.349-.332.65-.73 1.068-.979m-.72 1.328C7.64 5.041 4.311 8.354.997 11.681c-.229.168-.216.467.01.632 3.559 3.56 7.121 7.12 10.679 10.682.221.319.566.124.752-.116 3.592-3.642 7.264-7.208 10.824-10.88-3.419-3.57-6.989-7-10.457-10.524-.252-.25-.493-.52-.805-.695-.41.235-.709.612-1.043.937z"/><path d="M8.04 6.48c1.334-1.182 2.612-2.426 3.966-3.587 1.379 1.169 2.669 2.44 4.021 3.64.167.186.47.356.391.649-1.097.038-2.182-.241-3.274-.33-.001.65.004 1.3.001 1.949h-2.287c-.002-.647-.001-1.294-.002-1.939-1.099.094-2.188.364-3.292.346-.035-.33.272-.522.475-.727zM2.872 10.914c.386-.502 1.069-.108 1.181.415-.296-.072-.57-.313-.888-.258-.24.575-.348 1.424.19 1.865.215-.181.43-.361.654-.528.091.635-.715 1.11-1.14.57a2.414 2.414 0 0 1 .004-2.064zM4.729 10.742c.588-.324 1.051.353 1.009.886.01.524.088 1.282-.474 1.556-.479.194-.893-.266-.906-.718-.037-.571-.142-1.328.371-1.724m.311 2.174c.588-.455.462-1.51 0-2.035-.469.521-.594 1.59 0 2.035zM6.173 10.71l.265.013c.24.515.475 1.032.725 1.541.01-.515.007-1.031.011-1.547l.342.001c-.001.818.004 1.636-.004 2.453l-.344-.02a83.839 83.839 0 0 0-.643-1.393c-.008.47-.008.941-.014 1.41l-.341-.008c.002-.816-.001-1.633.004-2.449zM8.056 11.07c.27-.67 1.175-.352 1.254.278a9.775 9.775 0 0 1-.738-.332 19.96 19.96 0 0 0-.292.29c.494.359 1.319.88.91 1.596-.384.6-1.183.211-1.316-.379l.304-.043c.163.215.508.606.718.217.296-.769-1.199-.82-.839-1.627zM9.478 10.726l1.219-.001c.002.073.008.221.012.294l-.457.037c.007.704.005 1.41.002 2.114l-.341-.005c-.001-.703-.004-1.408.004-2.111-.148-.011-.294-.022-.44-.031l.001-.298zM10.976 10.71c.42.054 1.06-.151 1.27.343.179.35-.05.701-.238.988.103.374.211.748.318 1.121l-.358-.006c-.109-.378-.221-.756-.332-1.134l-.313.002.001 1.118-.344.032c-.006-.822-.004-1.643-.004-2.465m.358.302c-.006.22-.012.44-.016.661l.642-.013c.12-.451-.214-.66-.626-.648zM12.726 10.708l.335.004c.02.661-.056 1.33.042 1.986.068.32.618.222.594-.098.064-.626.011-1.259.023-1.888h.344c-.024.698.076 1.41-.059 2.099-.185.54-1.063.547-1.231-.007-.119-.69-.031-1.398-.048-2.095zM14.668 10.943c.354-.518 1.015-.172 1.202.307l-.338.042a62.174 62.174 0 0 0-.372-.354c-.551.533-.362 1.372-.163 2.02.211-.13.414-.274.608-.428l.274.025c-.122.514-.746.923-1.169.452-.346-.607-.317-1.434-.042-2.064zM16.009 10.724l1.205.001.032.283-.469.046c0 .704.001 1.409-.001 2.113l-.338.001c-.006-.704-.007-1.409 0-2.113l-.464-.047c.008-.072.026-.214.036-.284zM17.5 10.716l.353-.001v2.454c-.089-.001-.265-.002-.353-.004a499.8 499.8 0 0 1 0-2.449zM18.748 10.704c.581-.221.944.43.923.924.018.542.084 1.423-.594 1.585-.557.112-.818-.509-.81-.964-.008-.522-.078-1.273.481-1.546m.212 2.21c.604-.431.48-1.52.001-2.033-.457.53-.584 1.572-.001 2.033zM20.039 10.588c.497.438.653 1.108.955 1.672.013-.515.012-1.028.013-1.542l.342.001c.002.815.004 1.631-.001 2.447l-.335-.005c-.212-.458-.421-.919-.649-1.37-.013.456-.014.912-.013 1.369l-.343.005c.006-.859-.032-1.718.031-2.576zM8.2 15.007c.232-.078.466-.152.701-.223.013.965.005 1.928.006 2.892l-.452.007c-.001-.751-.007-1.504.007-2.255l-.262-.139v-.282zM11.886 15.029l.479-.191c.001.442.001.884.004 1.326l.488-.653.511.001c-.149.223-.294.449-.442.673.167.497.332.995.498 1.493l-.503.004c-.12-.358-.245-.714-.394-1.061-.118.343-.169.702-.205 1.062l-.44-.004c-.001-.884-.006-1.768.004-2.651zM13.699 15.509c.455.014.919-.011 1.36.126.328-.083.772-.247.991.121.328.578.126 1.29.174 1.924h-.485c-.034-.636.155-1.348-.246-1.904-.479.527-.256 1.268-.3 1.909l-.467-.008c0-.606.022-1.214-.058-1.817-.818.208-.388 1.217-.488 1.82h-.481a785.54 785.54 0 0 1 0-2.171z"/></symbol><symbol viewBox="0 0 27 24" id="warning--crossroads--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.245 0h.667c.628.182 1.13.636 1.409 1.222 3.912 6.873 7.958 13.673 11.798 20.584v.795A2.053 2.053 0 0 1 25.672 24H1.477C.748 23.831.2 23.245 0 22.536v-.658c.106-.263.222-.522.361-.77C4.231 14.397 8.095 7.686 11.965.975c.26-.499.755-.811 1.28-.975M2.853 21.601c7.144.005 14.29.005 21.435-.001A7982.491 7982.491 0 0 0 13.569 3.014 6833.392 6833.392 0 0 0 2.853 21.601z"/><path fill="#fff" d="M2.853 21.601A6833.392 6833.392 0 0 1 13.569 3.014C17.153 9.202 20.72 15.402 24.288 21.6c-7.144.007-14.29.007-21.435.001m8.685-11.156c.001 1.326.004 2.652 0 3.978-.979.005-1.957-.001-2.936.004 0 .677-.004 1.355.004 2.033.976.001 1.953-.001 2.93.001.008 1.448 0 2.898.004 4.347 1.352.003 2.705.003 4.057-.001.007-1.449-.003-2.899.005-4.348.979-.004 1.959.015 2.94-.009-.008-.674-.001-1.349-.005-2.023-.979-.003-1.958.001-2.936-.003-.005-1.327.003-2.656-.004-3.984-.675-.674-1.344-1.353-2.027-2.018-.687.664-1.36 1.344-2.033 2.023z"/><path fill="#030303" d="M11.538 10.445c.673-.679 1.345-1.359 2.033-2.023.683.664 1.352 1.344 2.027 2.018.007 1.327-.001 2.656.004 3.984.978.004 1.957 0 2.936.003.004.674-.003 1.349.005 2.023-.98.024-1.961.005-2.94.009-.008 1.449.001 2.899-.005 4.348-1.352.004-2.705.004-4.057.001-.004-1.449.004-2.899-.004-4.347-.978-.003-1.954 0-2.93-.001-.008-.678-.004-1.356-.004-2.033.979-.005 1.957.001 2.936-.004.004-1.326.001-2.652 0-3.978z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d8b608" opacity=".85" d="M11.479 0h.522c.233.104.462.227.648.405a11364.4 11364.4 0 0 0 10.408 10.424c.222.216.368.494.472.785v.285c-.095.428-.378.768-.692 1.058-3.419 3.406-6.815 6.836-10.232 10.246-.545.593-1.493.386-1.942-.216C7.282 19.582 3.889 16.189.499 12.793a2.43 2.43 0 0 1-.5-.732v-.536c.212-.565.709-.931 1.113-1.352C4.341 6.931 7.58 3.698 10.807.452c.194-.188.426-.334.671-.449m-.034.382c-.327.165-.553.467-.813.716C7.285 4.462 3.927 7.812.582 11.173c-.392.335-.367.953.021 1.28 3.504 3.518 7.011 7.032 10.52 10.542.331.375.946.364 1.271-.012 3.512-3.511 7.014-7.031 10.519-10.548a.846.846 0 0 0 .025-1.251C19.439 7.662 15.92 4.158 12.418.639c-.242-.255-.634-.432-.973-.255z"/><path d="M11.444.385c.339-.176.731 0 .973.255 3.502 3.519 7.021 7.022 10.52 10.545.366.334.346.928-.025 1.251-3.505 3.518-7.007 7.038-10.519 10.548-.325.375-.94.387-1.271.012A9506.317 9506.317 0 0 1 .602 12.454c-.388-.327-.413-.945-.021-1.28C3.927 7.813 7.285 4.463 10.63 1.102c.26-.249.486-.552.813-.716m.239.366c-.142.022-.235.148-.341.234C7.859 4.486 4.361 7.972.88 11.474c-.254.208-.129.552.095.724 3.467 3.476 6.927 6.96 10.4 10.431a.481.481 0 0 0 .764-.016c3.485-3.495 6.975-6.986 10.455-10.486.245-.184.214-.526-.016-.705-3.46-3.481-6.936-6.946-10.399-10.425-.135-.128-.289-.292-.496-.245z"/><path d="M11.454 3.693c.068-.182.328-.214.402-.02 1.199 1.744 2.391 3.492 3.586 5.236.232.264.081.598-.005.886-.755.305-1.504-.173-2.236-.329l-.001 2.872c1.467.002 2.934-.006 4.4.004.011.768.006 1.536.005 2.305-1.468 0-2.936-.002-4.405.001-.001 1.676.004 3.354-.002 5.032-1.014.005-2.029.005-3.044-.001V14.65c-1.405-.007-2.809-.001-4.214-.004a438.92 438.92 0 0 1 0-2.295c1.404-.029 2.808-.002 4.213-.014-.001-.959.007-1.919-.006-2.878-.606.121-1.175.425-1.798.458-.54.019-.731-.68-.436-1.053 1.182-1.721 2.355-3.451 3.541-5.169z"/><path fill="#fed60a" d="M11.682.752c.207-.047.361.116.496.245 3.462 3.479 6.939 6.944 10.399 10.425.231.179.261.521.016.705-3.48 3.5-6.971 6.991-10.455 10.486a.48.48 0 0 1-.764.016c-3.473-3.471-6.933-6.954-10.4-10.431-.225-.172-.349-.515-.095-.724C4.36 7.972 7.858 4.486 11.34.986c.106-.086.199-.212.341-.234m-.227 2.941c-1.186 1.719-2.359 3.448-3.541 5.169-.294.373-.104 1.072.436 1.053.622-.033 1.192-.336 1.798-.458.013.959.005 1.919.006 2.878-1.405.012-2.809-.015-4.213.014a438.92 438.92 0 0 0 0 2.295c1.405.002 2.809-.004 4.214.004v5.029c1.014.006 2.029.006 3.044.001.006-1.678.001-3.355.002-5.032 1.468-.004 2.936-.001 4.405-.001.001-.768.006-1.536-.005-2.305-1.466-.009-2.933-.001-4.4-.004l.001-2.872c.733.156 1.481.634 2.236.329.086-.288.236-.622.005-.886-1.195-1.745-2.387-3.493-3.586-5.236-.074-.194-.334-.162-.402.02z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.288.78c.62-.103 1.254.163 1.681.611 3.102 3.097 6.204 6.196 9.298 9.3.932.832.6 2.32-.392 2.945-3.172 3.028-6.34 6.059-9.51 9.088-.688.665-1.877.611-2.534-.072-3.156-3.166-6.325-6.318-9.478-9.487-.661-.67-.618-1.859.096-2.476 3.228-3.092 6.461-6.18 9.694-9.268.313-.313.696-.582 1.146-.641m-.254.343c-.325.121-.575.373-.823.606-3.187 3.053-6.389 6.092-9.572 9.15-.634.539-.643 1.591-.04 2.156 3.143 3.14 6.282 6.284 9.425 9.422.551.58 1.564.638 2.143.072 3.319-3.162 6.632-6.332 9.948-9.498.614-.559.566-1.601-.041-2.147-3.091-3.109-6.198-6.203-9.296-9.304-.431-.472-1.135-.686-1.744-.458z"/><path fill="#231f20" d="M12.151 1.476c.64-.152 1.321.097 1.762.572 2.903 2.896 5.804 5.794 8.698 8.7.668.622.719 1.787.04 2.419-3.084 2.958-6.184 5.899-9.266 8.857-.661.682-1.85.654-2.498-.031-2.938-2.941-5.88-5.88-8.818-8.821-.672-.638-.66-1.814.036-2.43 3-2.88 6.013-5.746 9.02-8.618.289-.286.618-.562 1.027-.648m.12.362c-.385.065-.674.348-.946.607-2.981 2.861-5.983 5.699-8.957 8.567-.548.478-.558 1.388-.038 1.892l8.824 8.82c.504.541 1.445.571 1.961.031 3.085-2.954 6.181-5.897 9.264-8.852.532-.496.488-1.4-.036-1.885-2.89-2.91-5.8-5.803-8.699-8.706-.346-.368-.868-.587-1.373-.474z"/><path fill="#231f20" d="M10.69 4.578c1.114.007 2.227.007 3.34 0 .001 1.903-.013 3.806.007 5.71 1.908.016 3.818-.029 5.726.022-.006 1.116 0 2.233-.004 3.35-1.909.014-3.82-.002-5.729.008-.006 1.902-.004 3.803-.001 5.705-1.112.005-2.226.004-3.34 0-.002-1.902.017-3.804-.01-5.705-1.909-.01-3.82.005-5.729-.007a943.042 943.042 0 0 1 0-3.364c1.907-.022 3.812-.002 5.719-.01.049-1.902.01-3.806.019-5.71z"/><path fill="#fff100" d="M12.035 1.123c.608-.228 1.313-.013 1.744.458 3.098 3.101 6.205 6.194 9.296 9.304.607.546.655 1.588.041 2.147-3.316 3.166-6.629 6.336-9.948 9.498-.58.566-1.592.508-2.143-.072-3.143-3.138-6.282-6.282-9.425-9.422-.604-.565-.594-1.618.04-2.156 3.184-3.058 6.385-6.097 9.572-9.15.248-.233.498-.485.823-.606m.116.352c-.409.086-.738.362-1.027.648-3.007 2.873-6.02 5.738-9.02 8.618-.696.616-.708 1.792-.036 2.43 2.938 2.941 5.88 5.88 8.818 8.821.648.685 1.837.713 2.498.031 3.083-2.958 6.182-5.899 9.266-8.857.679-.632.629-1.798-.04-2.419a3567.243 3567.243 0 0 0-8.698-8.7c-.44-.475-1.122-.725-1.762-.572z"/><path fill="#fff100" d="M12.272 1.838c.505-.113 1.027.106 1.373.474 2.899 2.903 5.809 5.796 8.699 8.706.524.485.568 1.39.036 1.885-3.083 2.956-6.179 5.898-9.264 8.852-.516.54-1.457.51-1.961-.031l-8.824-8.82c-.52-.504-.51-1.415.038-1.892 2.974-2.868 5.976-5.706 8.957-8.567.271-.259.56-.542.946-.607m-1.582 2.74c-.01 1.903.03 3.808-.019 5.71-1.907.007-3.812-.012-5.719.01a943.042 943.042 0 0 0 0 3.364c1.909.012 3.82-.002 5.729.007.026 1.901.007 3.803.01 5.705 1.114.004 2.227.005 3.34 0-.002-1.902-.005-3.803.001-5.705 1.909-.011 3.82.006 5.729-.008.004-1.117-.002-2.234.004-3.35-1.908-.05-3.818-.006-5.726-.022-.02-1.903-.006-3.806-.007-5.71-1.112.007-2.226.007-3.34 0z"/></symbol><symbol viewBox="0 0 27 24" id="warning--crossroads--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.94 2.106c.492-.895 1.394-1.636 2.459-1.624 1.103-.007 2.007.801 2.516 1.718 3.532 5.91 7.01 11.854 10.442 17.823.632 1.057.548 2.706-.561 3.419-1.207.777-2.745.349-4.096.558H5.105c-1.383-.219-2.983.247-4.189-.621-1.066-.767-1.087-2.413-.423-3.453A1215.982 1215.982 0 0 1 10.94 2.106m2.334 1.117c-1.537 2.619-3.104 5.221-4.623 7.851-.208.337-.411.674-.604 1.019-1.846 3.096-3.663 6.211-5.485 9.322 7.224.007 14.449.007 21.674 0-1.823-3.111-3.638-6.225-5.486-9.322a32.782 32.782 0 0 0-.602-1.019c-1.497-2.594-3.049-5.158-4.557-7.746-.035-.135-.239-.321-.317-.105z"/><path fill="#fff" d="M13.274 3.223c.078-.216.281-.031.317.105 1.508 2.588 3.06 5.152 4.557 7.746-1.627.124-3.239.476-4.75 1.098-1.509-.623-3.121-.975-4.747-1.098 1.52-2.63 3.086-5.231 4.623-7.851zM8.487 11.667c1.347-.034 2.864.181 3.95 1.025-1.257-.573-2.627-.748-3.95-1.025zM14.36 12.689c1.088-.839 2.6-1.056 3.947-1.023-1.321.278-2.69.456-3.947 1.023z"/><path fill="#fff" d="M8.047 12.093a14.11 14.11 0 0 1 3.556.966c-2.225 1.4-4.159 3.292-5.455 5.592 1.012.719 2.032 1.425 3.054 2.131.428-2.689 1.905-5.226 4.196-6.739 2.291 1.514 3.768 4.051 4.198 6.739a278.074 278.074 0 0 0 3.055-2.131c-1.3-2.297-3.23-4.198-5.461-5.589a13.998 13.998 0 0 1 3.56-.969c1.848 3.096 3.663 6.211 5.486 9.322-7.225.007-14.45.007-21.674 0 1.821-3.111 3.638-6.225 5.485-9.322z"/><path fill="#fff" d="M7.792 18.094c1.073-1.782 2.432-3.556 4.369-4.447a1.15 1.15 0 0 1-.436.426c-2.016 1.2-3.322 3.238-4.414 5.253-.068-.467.296-.836.481-1.232zM14.637 13.649c1.904.873 3.247 2.611 4.314 4.357.2.426.598.819.536 1.321-.998-1.833-2.154-3.666-3.877-4.903-.328-.252-.76-.396-.973-.774z"/><path fill="#030303" d="M8.65 11.074c1.626.124 3.238.476 4.747 1.098 1.511-.623 3.123-.975 4.75-1.098.206.337.409.676.602 1.019a13.895 13.895 0 0 0-3.56.969c2.231 1.391 4.161 3.292 5.461 5.589a292.498 292.498 0 0 1-3.055 2.131c-.43-2.689-1.907-5.226-4.198-6.739-2.291 1.514-3.768 4.051-4.196 6.739a268.708 268.708 0 0 1-3.054-2.131c1.296-2.3 3.23-4.192 5.455-5.592a14.11 14.11 0 0 0-3.556-.966c.193-.345.396-.682.604-1.019m-.163.593c1.324.277 2.693.452 3.95 1.025-1.087-.844-2.603-1.059-3.95-1.025m5.873 1.022c1.257-.567 2.627-.745 3.947-1.023-1.347-.032-2.859.184-3.947 1.023m-6.568 5.405c-.186.396-.549.766-.481 1.232 1.093-2.016 2.399-4.053 4.414-5.253a1.15 1.15 0 0 0 .436-.426c-1.936.891-3.295 2.665-4.369 4.447m6.845-4.445c.213.378.645.523.973.774 1.723 1.237 2.879 3.07 3.877 4.903.062-.502-.336-.895-.536-1.321-1.067-1.746-2.41-3.484-4.314-4.357z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g5" xmlns="http://www.w3.org/2000/svg"><path d="M11.692 0h.599c.247.121.482.272.68.466 3.299 3.302 6.601 6.601 9.901 9.902.408.418.882.796 1.128 1.342v.556c-.18.422-.509.748-.835 1.058-3.18 3.18-6.359 6.362-9.54 9.542-.416.407-.793.881-1.332 1.134h-.571c-.529-.222-.894-.679-1.291-1.072-3.119-3.121-6.241-6.239-9.356-9.362-.388-.394-.834-.754-1.074-1.266v-.589c.232-.554.718-.928 1.124-1.346 3.28-3.282 6.563-6.558 9.839-9.844.211-.212.46-.386.728-.521m-.024.509C7.991 4.021 4.456 7.699.83 11.272c-.391.289-.557.906-.166 1.268 3.575 3.583 7.158 7.159 10.736 10.741.3.36.896.358 1.196-.002 3.577-3.583 7.163-7.159 10.739-10.745.319-.304.275-.851-.048-1.135-3.54-3.542-7.085-7.08-10.625-10.622-.239-.282-.644-.443-.995-.268z"/><path d="M11.476 6.574a30.22 30.22 0 0 1 1.043 0c.01.929-.001 1.859.004 2.789 2.452.022 4.902-.004 7.352.012 0 .698.002 1.397-.002 2.095-2.449.007-4.897-.002-7.346.005-.006.348-.006.696 0 1.045 2.449.006 4.898-.002 7.348.004.004.698.001 1.398.001 2.096-2.45.013-4.901-.007-7.351.01-.006.93.005 1.861-.005 2.791a30.22 30.22 0 0 1-1.043 0c-.01-.93 0-1.86-.005-2.79-2.45-.02-4.901.002-7.351-.011-.001-.698-.004-1.398.001-2.096 2.449-.006 4.898.002 7.346-.004.007-.349.007-.697 0-1.045-2.448-.007-4.897.001-7.345-.004-.006-.7-.002-1.398-.002-2.096 2.45-.016 4.901.011 7.352-.013.002-.929-.006-1.859.004-2.788z"/><path fill="#ffeb00" d="M11.668.509c.35-.175.756-.014.995.268 3.54 3.542 7.085 7.08 10.625 10.622.323.284.367.832.048 1.135-3.576 3.586-7.162 7.162-10.739 10.745-.3.36-.896.362-1.196.002C7.823 19.699 4.239 16.123.665 12.54c-.391-.362-.226-.979.166-1.268C4.457 7.7 7.993 4.022 11.669.509m-.193 6.065c-.01.929-.001 1.859-.004 2.788-2.452.024-4.902-.002-7.352.013 0 .698-.004 1.397.002 2.096 2.448.005 4.897-.004 7.345.004.007.348.007.696 0 1.045-2.448.006-4.897-.002-7.346.004-.005.698-.002 1.398-.001 2.096 2.45.013 4.901-.01 7.351.011.005.93-.005 1.86.005 2.79.347.006.695.006 1.043 0 .01-.93-.001-1.861.005-2.791 2.45-.017 4.901.004 7.351-.01 0-.698.002-1.398-.001-2.096-2.449-.006-4.898.002-7.348-.004a30.336 30.336 0 0 1 0-1.045c2.449-.007 4.897.002 7.346-.005.005-.698.002-1.397.002-2.095-2.45-.016-4.901.01-7.352-.012-.005-.93.006-1.86-.004-2.789a30.22 30.22 0 0 0-1.043 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--crossroads--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#fd0" d="M11.567.173c.403-.221.907-.071 1.206.256 3.605 3.595 7.202 7.196 10.802 10.796.43.371.475 1.087.055 1.483-3.614 3.625-7.237 7.244-10.859 10.864-.389.466-1.154.466-1.543 0C7.606 19.954 3.986 16.334.369 12.711c-.421-.397-.374-1.115.055-1.488L11.165.487c.124-.115.25-.233.401-.313m.357.235c-.211.025-.378.167-.524.311C7.823 4.303 4.237 7.876.665 11.461a.693.693 0 0 0 .004 1.072c3.596 3.602 7.199 7.199 10.795 10.8a.696.696 0 0 0 1.073 0c3.598-3.601 7.199-7.199 10.795-10.8a.694.694 0 0 0 .004-1.072C19.762 7.875 16.177 4.303 12.602.72c-.175-.181-.412-.35-.678-.311z"/><path fill="#fd0" d="M11.804.985c.168-.176.406-.028.53.122 3.522 3.516 7.039 7.038 10.559 10.556.196.143.289.444.056.602-3.559 3.563-7.122 7.123-10.682 10.685a.327.327 0 0 1-.535 0C8.173 19.388 4.609 15.828 1.05 12.265c-.234-.157-.14-.46.055-.602C4.675 8.106 8.22 4.524 11.804.984M9.79 7.307c.005 1.007 0 2.014.004 3.02-.988.041-1.978.002-2.966.019-.005.691-.005 1.382 0 2.074.988.011 1.975-.001 2.962.006.01 1.884-.002 3.767.006 5.651.71-.706 1.409-1.423 2.111-2.137.745.68 1.418 1.434 2.143 2.137.013-1.884 0-3.767.006-5.65.988-.008 1.975 0 2.963-.004.007-.692.005-1.386.002-2.078-.988-.006-1.976.005-2.964-.004-.014-1.007.017-2.015-.012-3.02a25.649 25.649 0 0 0-2.152-2.07c-.691.696-1.423 1.35-2.102 2.056z"/><path d="M11.923.409c.266-.04.503.13.678.311 3.575 3.583 7.16 7.156 10.734 10.741.335.275.337.8-.004 1.072-3.596 3.601-7.198 7.199-10.795 10.8a.696.696 0 0 1-1.073 0c-3.596-3.601-7.199-7.198-10.795-10.8a.693.693 0 0 1-.004-1.072C4.236 7.875 7.822 4.303 11.398.72c.146-.144.313-.286.524-.311m-.118.576C8.22 4.525 4.675 8.107 1.105 11.664c-.196.143-.289.445-.055.602 3.559 3.563 7.123 7.123 10.682 10.685a.327.327 0 0 0 .535 0c3.56-3.562 7.123-7.122 10.682-10.685.233-.158.139-.46-.056-.602-3.52-3.518-7.037-7.04-10.559-10.556-.125-.15-.362-.299-.53-.122z"/><path d="M9.79 7.307c.679-.706 1.411-1.36 2.102-2.056a25.803 25.803 0 0 1 2.152 2.07c.029 1.006-.002 2.014.012 3.02.988.008 1.976-.002 2.964.004.002.692.005 1.386-.002 2.078-.988.004-1.975-.005-2.963.004-.006 1.883.007 3.766-.006 5.65-.725-.703-1.398-1.457-2.143-2.137-.702.714-1.4 1.432-2.111 2.137-.008-1.884.004-3.767-.006-5.651-.986-.007-1.974.005-2.962-.006-.005-.691-.005-1.382 0-2.074.989-.017 1.979.022 2.966-.019-.004-1.007.001-2.014-.004-3.02z"/></symbol><symbol viewBox="0 0 28 24" id="warning--crossroads-with-priority-to-the-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c1121c" d="M13.809 0h.436c.286.208.529.469.706.775 4.239 7.265 8.494 14.522 12.731 21.787.289.448.305 1.012-.031 1.439H.513c-.549-.361-.372-1.065-.077-1.531C4.673 15.246 8.905 8.018 13.138.793c.18-.298.41-.563.671-.792m-8.488 20.76c5.796.003 11.593.003 17.389 0-2.876-4.954-5.752-9.909-8.636-14.859-2.926 4.949-5.839 9.905-8.754 14.859z"/><path fill="#f7fbf5" d="M5.321 20.761c2.915-4.954 5.827-9.91 8.754-14.859 2.884 4.95 5.76 9.905 8.636 14.859-5.796.003-11.593.003-17.389 0m4.876-6.98c.821.821 1.663 1.622 2.473 2.453-.825.813-1.651 1.625-2.473 2.441.473.467.946.935 1.42 1.401.825-.808 1.648-1.62 2.466-2.434.856.787 1.662 1.625 2.495 2.435.476-.466.949-.935 1.423-1.402-.824-.815-1.648-1.629-2.474-2.442.814-.828 1.653-1.631 2.474-2.453-.473-.467-.943-.936-1.422-1.396-.835.806-1.653 1.629-2.483 2.442-.825-.814-1.646-1.635-2.479-2.442-.479.46-.95.929-1.422 1.398z"/><path fill="#2a2d2f" d="M10.198 13.781c.472-.469.943-.938 1.422-1.398.832.807 1.653 1.628 2.479 2.442.829-.813 1.648-1.636 2.483-2.442.479.46.949.929 1.422 1.397-.821.822-1.66 1.625-2.474 2.453.827.813 1.651 1.627 2.474 2.442-.474.467-.947.936-1.423 1.402-.834-.81-1.639-1.648-2.495-2.435-.818.814-1.641 1.625-2.466 2.434-.474-.466-.947-.933-1.42-1.401.822-.815 1.648-1.628 2.473-2.441-.81-.831-1.652-1.632-2.473-2.453z"/></symbol><symbol viewBox="0 0 27 24" id="warning--curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.249 0h.649c.521.165 1.01.475 1.27.969 3.854 6.679 7.7 13.363 11.554 20.043.146.258.279.525.396.799v.78A2.028 2.028 0 0 1 25.664 24H1.485c-.736-.163-1.289-.755-1.486-1.471v-.641c.104-.267.22-.529.359-.778C4.229 14.399 8.094 7.686 11.963.976c.26-.502.758-.814 1.284-.975M2.85 21.599c7.144.009 14.289.011 21.433-.001a9032.334 9032.334 0 0 0-10.715-18.59C9.99 9.202 6.418 15.4 2.849 21.599z"/><path fill="#fff" d="M2.85 21.599C6.419 15.4 9.99 9.202 13.569 3.008a9032.334 9032.334 0 0 1 10.715 18.59c-7.144.012-14.289.011-21.433.001m7.493-11.335c.252.559.507 1.119.77 1.673 1.184.438 2.372.868 3.551 1.315 1.052.391 1.759 1.492 1.738 2.605.009 1.66-.007 3.319.007 4.98.864 0 1.729-.007 2.593.003.039-1.702.012-3.405.015-5.106-.014-2.156-1.447-4.228-3.479-4.963-1.167-.415-2.321-.872-3.492-1.279-.593.191-1.139.51-1.703.772z"/><path d="M10.344 10.264c.564-.262 1.111-.58 1.703-.772 1.17.407 2.324.864 3.492 1.279 2.033.735 3.466 2.807 3.479 4.963-.003 1.702.024 3.405-.015 5.106-.864-.009-1.729-.003-2.593-.003-.014-1.661.003-3.321-.007-4.98.02-1.113-.686-2.214-1.738-2.605-1.18-.447-2.367-.877-3.551-1.315a100.53 100.53 0 0 1-.77-1.673z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.158 1.126c.666-.162 1.374.108 1.83.604 3.102 3.1 6.206 6.197 9.299 9.305.676.635.739 1.814.055 2.467-3.307 3.175-6.63 6.334-9.938 9.508-.678.685-1.879.664-2.551-.018-3.161-3.162-6.326-6.319-9.481-9.487-.668-.659-.65-1.847.055-2.473 3.206-3.074 6.421-6.142 9.632-9.211.311-.305.659-.605 1.099-.694m.13.249c-.419.06-.744.353-1.037.635-3.206 3.072-6.43 6.13-9.63 9.208-.605.528-.623 1.538-.054 2.1 3.155 3.161 6.314 6.319 9.474 9.476.568.582 1.595.608 2.168.02 3.293-3.149 6.589-6.295 9.884-9.442.624-.548.602-1.594-.001-2.148-3.088-3.112-6.196-6.202-9.293-9.304-.379-.413-.952-.653-1.512-.546z"/><path fill="#231f20" d="M11.924 1.864c.697-.275 1.517-.026 2.009.521 2.9 2.903 5.809 5.798 8.701 8.708.659.631.68 1.794-.004 2.416-3.088 2.953-6.182 5.9-9.269 8.855-.653.656-1.808.628-2.452-.026-2.944-2.941-5.884-5.885-8.826-8.826-.674-.628-.689-1.799-.004-2.425 2.998-2.884 6.014-5.748 9.022-8.621.247-.233.497-.482.822-.601m.228.324c-.342.095-.593.364-.845.596-2.98 2.862-5.984 5.698-8.954 8.568-.574.511-.51 1.468.059 1.957 2.928 2.912 5.843 5.839 8.767 8.755.5.511 1.4.541 1.913.032 3.09-2.953 6.179-5.909 9.27-8.86.571-.506.503-1.454-.055-1.943a5027.751 5027.751 0 0 0-8.636-8.645c-.379-.407-.971-.641-1.518-.462z"/><path fill="#231f20" d="M13.037 6.679c.361-.124.844.226.63.617-.296.526-.712.972-1.038 1.478 1.232.58 2.488 1.337 3.143 2.58 1.012 2.026.708 4.366.809 6.552-.872.006-1.742.041-2.614.035-.043-1.798.187-3.709-.592-5.39-.352-.752-1.054-1.268-1.811-1.565-.028.575.037 1.153-.038 1.724-.076.389-.674.508-.82.1-.869-1.642-1.748-3.281-2.593-4.936 1.639-.408 3.282-.803 4.924-1.195z"/><path fill="#fff100" d="M12.288 1.376c.56-.107 1.133.133 1.512.546 3.097 3.102 6.205 6.192 9.293 9.304.604.554.625 1.6.001 2.148-3.295 3.146-6.592 6.293-9.884 9.442-.574.588-1.601.562-2.168-.02-3.16-3.157-6.319-6.316-9.474-9.476-.569-.562-.551-1.572.054-2.1 3.2-3.078 6.424-6.136 9.63-9.208.293-.282.618-.575 1.037-.635m-.365.487c-.325.119-.575.368-.822.601-3.007 2.873-6.024 5.737-9.022 8.621-.685.626-.671 1.798.004 2.425 2.942 2.941 5.882 5.885 8.826 8.826.643.654 1.799.683 2.452.026 3.086-2.954 6.181-5.902 9.269-8.855.684-.622.662-1.784.004-2.416-2.892-2.91-5.801-5.806-8.701-8.708-.492-.547-1.312-.796-2.009-.521z"/><path fill="#fff100" d="M12.151 2.189c.547-.179 1.139.055 1.518.462 2.882 2.878 5.761 5.76 8.636 8.645.558.488.626 1.436.055 1.943-3.091 2.951-6.18 5.906-9.27 8.86-.512.509-1.412.479-1.913-.032-2.924-2.916-5.839-5.843-8.767-8.755-.569-.49-.632-1.446-.059-1.957 2.97-2.87 5.975-5.706 8.954-8.568.252-.233.503-.502.845-.596m.887 4.488c-1.642.392-3.284.787-4.924 1.195.845 1.655 1.724 3.294 2.593 4.936.145.408.744.289.82-.1.076-.571.011-1.15.038-1.724.757.296 1.459.812 1.811 1.565.779 1.681.548 3.593.592 5.39.871.006 1.741-.029 2.614-.035-.101-2.186.203-4.526-.809-6.552-.655-1.243-1.91-2-3.143-2.58.326-.506.742-.953 1.038-1.478.214-.391-.269-.74-.63-.617z"/></symbol><symbol viewBox="0 0 18 24" id="warning--curve-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h17.975v24H0V0m.503.503C.5 8.175.498 15.847.504 23.52c5.678-.009 11.358.028 17.036-.019-.01-7.664-.004-15.329-.003-22.994C11.859.494 6.181.501.503.503z"/><path fill="#ffd520" d="M1.005 1.004c5.343-.002 10.687-.011 16.03.004.001 7.331-.006 14.661.004 21.991-5.343.05-10.69.011-16.034.02-.006-7.339-.006-14.676 0-22.015M4.32 4.596c.601 1.874 1.196 3.752 1.863 5.603.129.354.672.368.832.031.241-.532.407-1.096.631-1.635 1.815.682 2.983 2.552 3.07 4.454.058 2.161-.006 4.325.033 6.487.79-.004 1.58.001 2.37-.003-.001-2.261.016-4.525-.008-6.786-.079-2.618-1.799-4.97-4.048-6.208.481-.42 1.003-.792 1.474-1.222.252-.264.058-.748-.304-.764-1.97-.028-3.942.012-5.913.043z"/><path fill="#9c8214" opacity=".61" d="M17.975 0h.1v24h-.1V0z"/><path d="M.503.503C6.181.501 11.859.494 17.537.507c-.001 7.665-.007 15.33.003 22.994-5.678.047-11.358.01-17.036.019C.498 15.847.5 8.175.503.503m.502.501c-.006 7.339-.006 14.676 0 22.015 5.344-.009 10.691.03 16.034-.02-.01-7.33-.003-14.66-.004-21.991-5.343-.015-10.687-.006-16.03-.004z"/><path d="M4.32 4.596c1.97-.031 3.942-.071 5.913-.043.363.016.556.5.304.764-.471.43-.993.802-1.474 1.222 2.249 1.238 3.969 3.59 4.048 6.208.024 2.261.007 4.525.008 6.786-.79.004-1.58-.001-2.37.003-.039-2.162.025-4.326-.033-6.487-.086-1.902-1.255-3.772-3.07-4.454-.224.539-.39 1.103-.631 1.635-.161.336-.704.323-.832-.031-.667-1.852-1.261-3.73-1.863-5.603z"/></symbol><symbol viewBox="0 0 27 24" id="warning--curve-left-with-junction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.126 0h.624c.686.142 1.324.538 1.654 1.169a85974.05 85974.05 0 0 1 10.553 18.32c.367.649.791 1.274 1.009 1.994v.566A2.431 2.431 0 0 1 25.027 24H1.967A2.417 2.417 0 0 1 0 22.123v-.643c.191-.7.608-1.298.959-1.923 3.533-6.129 7.062-12.26 10.595-18.39.314-.612.926-.986 1.572-1.168M2.787 21.448c7.127.015 14.256.013 21.383.001A2839.868 2839.868 0 0 0 13.479 2.892 2751.21 2751.21 0 0 0 2.787 21.448z"/><path fill="#ffd100" d="M2.787 21.448A2794.787 2794.787 0 0 1 13.479 2.892c3.588 6.17 7.149 12.359 10.691 18.557-7.127.012-14.256.013-21.383-.001m11.372-10.722c-.009.894 0 1.787-.004 2.68-1.259-.585-2.67-.522-4.022-.502-.673.666-1.346 1.331-2.005 2.01.676.671 1.336 1.356 2.025 2.014.616.007 1.235-.034 1.849.022.766.074 1.421.744 1.463 1.514.036.603 0 1.207.018 1.811 1.338.003 2.675.008 4.013-.003-.009-1.119.08-2.257-.24-3.345.887-.008 1.776.003 2.663-.004.005-.56.004-1.118.001-1.676-1.162-.007-2.324-.003-3.488-.001-.218-.299-.639-.535-.604-.953.001-1.189.007-2.377-.001-3.566a71.256 71.256 0 0 0-1.667-.001z"/><path d="M14.159 10.726a84.21 84.21 0 0 1 1.667.001c.008 1.189.003 2.377.001 3.566-.035.418.386.654.604.953 1.164-.001 2.326-.005 3.488.001.003.558.004 1.116-.001 1.676-.887.007-1.776-.004-2.663.004.32 1.088.231 2.226.24 3.345-1.338.011-2.675.005-4.013.003-.018-.604.019-1.208-.018-1.811-.042-.77-.697-1.44-1.463-1.514-.613-.055-1.232-.015-1.849-.022-.689-.658-1.35-1.343-2.025-2.014.659-.68 1.332-1.344 2.005-2.01 1.352-.02 2.763-.084 4.022.502.004-.894-.005-1.787.004-2.68z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-out-intersection-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.754 0h.492c.244.096.476.222.66.412l10.021 10.022c.368.376.769.725 1.073 1.159v.841c-.206.356-.518.63-.808.918l-9.66 9.66c-.349.343-.67.725-1.088.988h-.818c-.346-.198-.611-.499-.887-.779l-9.9-9.9c-.317-.314-.671-.613-.839-1.04v-.49c.174-.478.582-.794.924-1.146 3.221-3.22 6.442-6.44 9.66-9.661.364-.358.698-.763 1.17-.984m-.082.391C7.944 3.973 4.341 7.703.661 11.34c-.4.302-.49.942-.089 1.282 3.62 3.623 7.244 7.243 10.864 10.866.319.366.919.337 1.224-.032 3.614-3.623 7.241-7.236 10.854-10.861.361-.329.284-.929-.083-1.223C19.85 7.791 16.272 4.208 12.687.631c-.244-.288-.668-.419-1.015-.239z"/><path fill="#ffd033" d="M11.921.754c.248-.085.424.156.588.299 3.534 3.545 7.084 7.075 10.614 10.624.185.146.294.437.086.616-3.613 3.624-7.237 7.238-10.854 10.859-.148.199-.46.239-.617.029C8.115 19.563 4.496 15.94.876 12.32c-.31-.257-.017-.605.209-.793C4.707 7.949 8.25 4.277 11.921.756m-4.269 5.54c.768 1.745 1.678 3.432 2.506 5.152.124.364.712.428.868.06.202-.463.282-.967.47-1.436 1.118.583 2.396 1.388 2.554 2.764.088 1.638.016 3.282.041 4.922.786.022 1.572.01 2.358.007.011-1.441.005-2.884.011-4.325.002-.816-.134-1.637-.478-2.381 1.354.68 2.722 1.336 4.074 2.021.188-.347.361-.702.526-1.061-2.581-1.291-5.185-2.537-7.751-3.858.341-.422.745-.79 1.074-1.22.182-.378-.229-.697-.582-.649-1.89-.002-3.78.01-5.67.005z"/><path d="M11.672.391c.347-.18.772-.049 1.015.239 3.584 3.577 7.163 7.16 10.744 10.741.367.294.444.894.083 1.223-3.613 3.625-7.24 7.238-10.854 10.861-.305.37-.905.398-1.224.032C7.817 19.864 4.193 16.244.572 12.621c-.401-.34-.311-.979.089-1.282C4.341 7.702 7.944 3.972 11.672.39m.249.364C8.25 4.275 4.707 7.947 1.085 11.525c-.226.188-.518.536-.209.793 3.62 3.62 7.24 7.243 10.862 10.861.157.21.469.17.617-.029 3.617-3.62 7.241-7.235 10.854-10.859.208-.179.098-.469-.086-.616-3.53-3.548-7.08-7.079-10.614-10.624-.164-.143-.34-.384-.588-.299z"/><path d="M7.652 6.296c1.89.005 3.78-.007 5.67-.005.353-.048.764.271.582.649-.329.431-.733.798-1.074 1.22 2.566 1.321 5.17 2.567 7.751 3.858-.164.359-.337.714-.526 1.061-1.352-.685-2.72-1.34-4.074-2.021.343.744.48 1.565.478 2.381-.006 1.441 0 2.884-.011 4.325-.786.002-1.572.014-2.358-.007-.025-1.64.047-3.284-.041-4.922-.157-1.375-1.435-2.18-2.554-2.764-.188.469-.269.973-.47 1.436-.156.368-.744.304-.868-.06-.828-1.72-1.738-3.407-2.506-5.152z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-out-intersection-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.75 0h.5c.499.172.832.596 1.196.953l9.66 9.66c.317.307.63.619.893.976v.848c-.242.4-.601.707-.928 1.036-3.218 3.221-6.44 6.439-9.66 9.661-.3.311-.602.624-.964.866h-.827c-.389-.235-.686-.582-1.004-.899l-9.719-9.72c-.335-.334-.713-.649-.899-1.097v-.499c.182-.47.58-.793.925-1.141 3.2-3.198 6.398-6.4 9.599-9.599.383-.377.733-.805 1.226-1.045m-.074.392C7.944 3.972 4.343 7.702.662 11.34c-.398.305-.488.941-.089 1.282 3.62 3.623 7.244 7.243 10.865 10.866.319.366.917.336 1.222-.031 3.616-3.624 7.242-7.236 10.855-10.862.362-.33.283-.929-.083-1.223C19.851 7.791 16.273 4.207 12.688.63c-.245-.286-.668-.419-1.014-.236z"/><path fill="#ffd033" d="M11.921.754c.216-.08.382.11.526.239 3.539 3.542 7.082 7.079 10.62 10.624.192.161.384.463.142.674-3.611 3.626-7.237 7.24-10.854 10.86-.149.198-.456.238-.614.029C8.117 19.563 4.498 15.939.877 12.319c-.337-.293.042-.644.269-.854C4.748 7.907 8.27 4.255 11.922.755m-1.789 6.128c.305.474.754.836 1.1 1.279-2.569 1.32-5.176 2.563-7.754 3.86.168.355.342.707.52 1.057 1.356-.672 2.712-1.346 4.073-2.009-.856 2.119-.314 4.466-.462 6.688.786.019 1.573.008 2.359.006.029-1.637-.04-3.276.041-4.912.15-1.386 1.436-2.204 2.568-2.783.169.49.264 1.006.481 1.477.173.314.691.257.824-.066a623.278 623.278 0 0 0 2.562-5.185c-1.924.008-3.846-.013-5.768-.001-.317-.025-.65.254-.544.588z"/><path d="M11.674.392c.346-.182.769-.049 1.014.236 3.584 3.577 7.163 7.162 10.744 10.742.366.294.445.893.083 1.223-3.613 3.626-7.24 7.238-10.855 10.862-.305.367-.902.397-1.222.031C7.818 19.863 4.194 16.243.573 12.62c-.4-.341-.31-.977.089-1.282C4.344 7.701 7.945 3.97 11.674.39m.247.364c-3.652 3.5-7.174 7.152-10.776 10.71-.227.21-.606.562-.269.854 3.62 3.62 7.24 7.244 10.864 10.861.158.209.466.169.614-.029 3.617-3.62 7.243-7.234 10.854-10.86.242-.211.05-.514-.142-.674-3.538-3.545-7.081-7.081-10.62-10.624-.144-.128-.31-.319-.526-.239z"/><path d="M10.133 6.883c-.107-.334.227-.613.544-.588 1.922-.012 3.845.01 5.768.001a608.216 608.216 0 0 1-2.562 5.185c-.133.323-.652.38-.824.066-.217-.472-.312-.988-.481-1.477-1.132.578-2.418 1.397-2.568 2.783-.08 1.636-.012 3.275-.041 4.912-.786.002-1.573.013-2.359-.006.148-2.221-.394-4.568.462-6.688-1.361.662-2.717 1.337-4.073 2.009-.178-.35-.352-.702-.52-1.057 2.579-1.297 5.185-2.54 7.754-3.86-.347-.443-.796-.805-1.1-1.279z"/></symbol><symbol viewBox="0 0 27 24" id="warning--curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M12.217 0h.081l-.035.08-.072-.01.026-.069zM12.022.327c.094.093.094.093 0 0zM13.077 3.396c.111-.304.484-.348.632-.049 3.745 6.11 7.434 12.256 11.193 18.357l-.204.293c-7.168.003-14.338.009-21.506-.017-.629-.129-.153-.765.048-1.093 3.295-5.822 6.555-11.663 9.837-17.491m-2.912 9.198c-.094 2.889-.017 5.786-.039 8.678.474-.442.931-.905 1.321-1.424.455.45.814.985 1.253 1.449.046-2.461-.045-4.929.048-7.385.445-1.253 2.004-.61 2.983-.662.772-.252 1.326-.922 1.976-1.387-.57-.408-1.077-.901-1.666-1.278-1.008-.061-2.021-.001-3.03-.026-1.28-.169-2.423.912-2.847 2.036z"/><path fill="#db251d" d="M13.24 0h.562c.372.176.638.493.818.856 4.301 7.336 8.717 14.618 12.704 22.128v.338c-.097.173-.198.344-.301.515-.4.01-.801.055-1.187.163H.397c.012-.207-.191-.413-.399-.398v-1.083c.974-1.533 1.613-3.28 2.829-4.654.817-.947 1.131-2.199 1.852-3.21.486-.846 1.092-1.619 1.569-2.469.395-1.139.964-2.202 1.515-3.27A855.743 855.743 0 0 1 12.486.779c.179-.321.411-.62.752-.779m-.161 3.396C9.795 9.224 6.535 15.065 3.24 20.887c-.201.328-.677.964-.048 1.093 7.168.026 14.338.02 21.506.017l.204-.293c-3.759-6.101-7.449-12.247-11.193-18.357-.147-.299-.52-.254-.632.049z"/><path fill="#1f1a17" d="M10.165 12.594c.424-1.123 1.567-2.205 2.847-2.036 1.009.025 2.023-.035 3.03.026.588.377 1.096.87 1.666 1.278-.651.464-1.204 1.135-1.976 1.387-.979.052-2.537-.591-2.983.662-.093 2.456-.001 4.924-.048 7.385-.44-.464-.798-.999-1.253-1.449-.39.519-.847.982-1.321 1.424.022-2.892-.055-5.789.039-8.678z"/></symbol><symbol viewBox="0 0 24 24" id="warning--curve-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.68 1.126c.637-.158 1.314.091 1.759.559 3.254 3.103 6.505 6.214 9.754 9.323.731.631.75 1.853.056 2.519-3.136 3.145-6.282 6.281-9.418 9.425-.655.697-1.854.761-2.552.095l-9.941-9.504c-.709-.638-.683-1.838-.004-2.489 3.05-3.068 6.118-6.122 9.175-9.184.324-.336.697-.656 1.17-.744m.127.252c-.419.058-.76.328-1.045.623-3.056 3.064-6.124 6.116-9.176 9.184-.622.545-.683 1.603-.058 2.17 3.314 3.163 6.626 6.331 9.942 9.494.59.577 1.614.503 2.168-.086 3.142-3.142 6.281-6.286 9.422-9.426.588-.568.566-1.603-.058-2.135-3.245-3.116-6.504-6.217-9.756-9.325-.367-.383-.908-.607-1.44-.498z"/><path fill="#231f20" d="M11.552 1.838a1.737 1.737 0 0 1 1.776.428c3.074 2.928 6.145 5.858 9.21 8.796.685.611.707 1.766.054 2.408-2.936 2.944-5.88 5.881-8.816 8.824-.626.668-1.78.748-2.453.107-3.109-2.971-6.224-5.939-9.331-8.912-.664-.617-.641-1.756 0-2.381 2.768-2.789 5.556-5.561 8.333-8.342.367-.355.716-.781 1.228-.928m.118.358c-.394.119-.678.434-.962.712-2.792 2.809-5.603 5.599-8.394 8.411-.536.479-.599 1.4-.056 1.9 3.086 2.953 6.179 5.902 9.264 8.856.524.547 1.475.504 1.981-.044 2.918-2.926 5.846-5.843 8.77-8.765.545-.5.564-1.441-.002-1.932-3.036-2.926-6.095-5.827-9.143-8.74-.365-.391-.943-.574-1.457-.397z"/><path fill="#231f20" d="M10.96 7.284c-.19-.427.323-.734.689-.596 1.63.397 3.263.779 4.888 1.194-.871 1.654-1.739 3.311-2.62 4.96-.152.38-.74.241-.804-.13-.048-.574-.001-1.15-.023-1.724-1.106.362-1.927 1.334-2.155 2.468-.35 1.468-.269 2.987-.268 4.482-.87.012-1.739-.025-2.609-.032.035-1.987-.101-4.042.539-5.953.533-1.564 1.993-2.515 3.415-3.188-.34-.502-.745-.958-1.052-1.48z"/><path fill="#fff100" d="M11.806 1.378c.532-.109 1.073.115 1.44.498 3.252 3.108 6.511 6.209 9.756 9.325.624.532.646 1.567.058 2.135-3.142 3.14-6.281 6.284-9.422 9.426-.554.589-1.578.664-2.168.086-3.316-3.163-6.628-6.331-9.942-9.494-.625-.566-.564-1.625.058-2.17C4.639 8.117 7.706 5.064 10.762 2c.286-.295.626-.565 1.045-.623m-.255.461c-.511.146-.86.572-1.228.928C7.547 5.548 4.76 8.32 1.991 11.108c-.641.625-.664 1.764 0 2.381 3.107 2.974 6.222 5.941 9.331 8.912.673.641 1.826.562 2.453-.107 2.936-2.942 5.88-5.88 8.816-8.824.653-.642.631-1.798-.054-2.408a4020.351 4020.351 0 0 0-9.21-8.796 1.737 1.737 0 0 0-1.776-.428z"/><path fill="#fff100" d="M11.671 2.196c.514-.176 1.092.006 1.457.397 3.048 2.912 6.107 5.814 9.143 8.74.566.491.547 1.432.002 1.932-2.923 2.922-5.851 5.839-8.77 8.765-.506.548-1.457.592-1.981.044-3.085-2.954-6.178-5.903-9.264-8.856-.542-.499-.48-1.421.056-1.9 2.791-2.812 5.602-5.602 8.394-8.411.284-.277.569-.593.962-.712m-.71 5.089c.307.522.713.978 1.052 1.48-1.422.673-2.882 1.625-3.415 3.188-.64 1.912-.504 3.966-.539 5.953.87.007 1.739.044 2.609.032-.001-1.495-.083-3.014.268-4.482.228-1.134 1.049-2.106 2.155-2.468.022.575-.025 1.151.023 1.724.064.371.652.51.804.13.881-1.649 1.748-3.306 2.62-4.96-1.625-.415-3.258-.797-4.888-1.194-.366-.138-.878.169-.689.596z"/></symbol><symbol viewBox="0 0 18 24" id="warning--curve-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h17.975v24H0V0m.503.502C.5 8.175.498 15.848.504 23.52c5.677 0 11.354.01 17.031-.005l.001-23.01C11.858.496 6.181.501.503.502z"/><path fill="#ffd520" d="M1.005 1.003c5.342-.002 10.686-.007 16.029.003l.001 22.008c-5.343.017-10.687.004-16.03.006-.006-7.339-.005-14.678 0-22.017m6.512 4.333c.47.418.977.792 1.456 1.2-2.249 1.241-3.974 3.593-4.049 6.215-.02 2.26-.011 4.523-.004 6.783.791 0 1.584.002 2.375-.001.015-2.124-.018-4.25.017-6.374.057-1.93 1.219-3.899 3.093-4.55.209.548.383 1.114.629 1.647.186.329.733.273.833-.094.658-1.841 1.252-3.703 1.848-5.565a206.291 206.291 0 0 0-5.887-.047c-.385-.005-.601.524-.311.786z"/><path fill="#9c8214" opacity=".61" d="M17.975 0h.1v24h-.1V0z"/><path d="M.503.502C6.181.501 11.858.496 17.536.505l-.001 23.01c-5.677.015-11.354.005-17.031.005C.498 15.848.5 8.175.503.502m.502.501C1 8.342.999 15.681 1.005 23.02c5.343-.002 10.687.011 16.03-.006l-.001-22.008c-5.343-.01-10.687-.005-16.029-.003z"/><path d="M7.517 5.336c-.29-.262-.073-.791.311-.786a206.35 206.35 0 0 1 5.887.047c-.595 1.862-1.19 3.725-1.848 5.565-.1.368-.648.424-.833.094-.246-.533-.42-1.099-.629-1.647-1.874.651-3.036 2.62-3.093 4.55-.035 2.124-.002 4.25-.017 6.374-.791.003-1.584.001-2.375.001-.007-2.26-.016-4.523.004-6.783.075-2.622 1.8-4.974 4.049-6.215-.479-.408-.986-.782-1.456-1.2z"/></symbol><symbol viewBox="0 0 27 24" id="warning--curve-right-with-junction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.12 0h.636c.682.144 1.319.539 1.648 1.169 3.519 6.105 7.036 12.213 10.553 18.32.365.647.787 1.271 1.009 1.987v.588A2.443 2.443 0 0 1 25.033 24H1.951A2.43 2.43 0 0 1 0 22.129v-.661c.197-.693.609-1.289.959-1.911 3.533-6.129 7.062-12.26 10.595-18.39.313-.612.925-.982 1.567-1.168M2.79 21.446c7.126.018 14.252.015 21.378.001A2769.585 2769.585 0 0 0 13.479 2.889 2769.233 2769.233 0 0 0 2.791 21.446z"/><path fill="#ffd100" d="M2.79 21.446c3.538-6.2 7.103-12.386 10.688-18.557a2794.855 2794.855 0 0 1 10.689 18.558c-7.126.013-14.252.016-21.378-.001m8.344-10.719c-.009 1.188-.004 2.377-.001 3.565.038.417-.386.649-.599.951-1.165.008-2.33-.004-3.495.005a78.03 78.03 0 0 0 .003 1.676c.889.005 1.776-.001 2.664.003-.328 1.087-.232 2.229-.241 3.348 1.338.008 2.675.007 4.013 0 .015-.604-.02-1.208.016-1.811.04-.775.705-1.445 1.474-1.514.612-.053 1.228-.011 1.842-.023.685-.658 1.348-1.339 2.02-2.012-.654-.68-1.329-1.338-1.996-2.006-1.352-.03-2.765-.085-4.026.493-.011-.893.001-1.784-.007-2.675a61.756 61.756 0 0 0-1.667 0z"/><path d="M11.133 10.727a61.756 61.756 0 0 1 1.667 0c.008.891-.004 1.782.007 2.675 1.261-.578 2.674-.523 4.026-.493.666.669 1.342 1.327 1.996 2.006-.671.673-1.335 1.354-2.02 2.012-.613.012-1.23-.03-1.842.023-.769.069-1.433.739-1.474 1.514-.036.603-.001 1.207-.016 1.811-1.338.007-2.675.008-4.013 0 .009-1.119-.086-2.261.241-3.348-.889-.004-1.776.003-2.664-.003a78.03 78.03 0 0 1-.003-1.676c1.165-.009 2.33.003 3.495-.005.213-.302.636-.534.599-.951-.003-1.188-.008-2.377.001-3.565z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M11.846 0h.304c.65.492 1.17 1.132 1.762 1.688C17.267 5.073 20.684 8.402 24 11.823v.361a907.063 907.063 0 0 1-11.807 11.815h-.354c-.631-.512-1.162-1.133-1.747-1.692C6.736 18.921 3.317 15.593 0 12.171v-.308c.486-.623 1.093-1.135 1.637-1.705C5.05 6.781 8.392 3.329 11.847 0M.587 12.01c3.812 3.799 7.609 7.613 11.423 11.41 3.81-3.799 7.609-7.609 11.418-11.41C19.626 8.198 15.815 4.395 12.01.586 8.201 4.392 4.392 8.199.587 12.01z"/><path fill="#fcdc0f" d="M11.557 1.834c.478-.234 1.039-.025 1.378.352 2.98 2.981 5.962 5.959 8.94 8.942.492.421.546 1.236.062 1.685a5233.02 5233.02 0 0 1-9.125 9.124c-.449.486-1.264.432-1.68-.065-3.019-3.025-6.046-6.042-9.064-9.068-.47-.444-.419-1.249.064-1.666 2.957-2.965 5.923-5.921 8.88-8.886.164-.158.334-.322.545-.418M6.636 7.36c-.002 3.146.001 6.293-.001 9.438.248.002.497 0 .745.002.004-3.053-.004-6.106.004-9.158.491.869.937 1.764 1.436 2.628.372.511 1.132.214 1.595.568.448.348 1.07.188 1.544.478.455.271 1.034.156 1.476.455.497.307 1.134.21 1.621.546.588.229 1.241.242 1.784.594.919.098 1.741.708 2.677.61.7-.629 1.091-1.667 1.025-2.599-.44-.64-1.331-.649-1.926-1.091-2.111-.96-4.252-1.84-6.302-2.922-.704-.029-1.13-.78-1.848-.731-1.308.283-2.441 1.315-3.83 1.183z"/><path fill="#fcdc0f" d="M10.26 6.404c.493-.228.954.202 1.352.439-.974.936-1.482 2.348-1.435 3.688-.413-.101-.982-.007-1.252-.391-.192-.768.131-1.549.396-2.261.236-.527.43-1.146.938-1.475z"/><path fill="#fcdc0f" d="M7.513 7.529c.756-.328 1.522-.634 2.282-.953-.582.948-.994 2.012-1.116 3.122-.384-.726-.78-1.446-1.166-2.17zM12.748 7.948c.457-.596 1.205-.113 1.67.211-.904.809-1.369 2.087-1.277 3.287-.462-.121-1.294-.028-1.338-.683-.028-1.003.385-1.999.944-2.815zM15.606 9.245c.476-.588 1.226-.1 1.712.211-.834.726-1.272 1.886-1.147 2.982-.464-.154-1.295-.064-1.368-.715-.052-.882.308-1.764.803-2.478zM18.682 10.518c.431-.45 1.037-.004 1.466.215a4.185 4.185 0 0 0-1.006 2.641c-.431-.126-1.2-.08-1.217-.697-.019-.772.29-1.553.756-2.159z"/><path fill="#fcdc0f" d="M19.319 13.418c0-.937.298-1.992 1.068-2.584.038.929-.26 2.048-1.068 2.584z"/><path d="M.587 12.01C4.392 8.199 8.201 4.392 12.01.586c3.805 3.809 7.616 7.612 11.418 11.424-3.809 3.8-7.608 7.61-11.418 11.41C8.196 19.623 4.4 15.81.587 12.01m10.97-10.176c-.211.096-.38.259-.545.418-2.957 2.965-5.923 5.921-8.88 8.886-.482.416-.534 1.222-.064 1.666 3.018 3.026 6.044 6.043 9.064 9.068.416.497 1.231.551 1.68.065 3.046-3.036 6.086-6.08 9.125-9.124.484-.449.43-1.264-.062-1.685-2.978-2.983-5.96-5.962-8.94-8.942-.338-.377-.9-.586-1.378-.352z"/><path d="M6.636 7.36c1.39.132 2.522-.9 3.83-1.183.718-.049 1.144.702 1.848.731 2.051 1.082 4.192 1.962 6.302 2.922.595.442 1.486.451 1.926 1.091.066.932-.325 1.97-1.025 2.599-.936.098-1.758-.511-2.677-.61-.544-.352-1.196-.365-1.784-.594-.487-.336-1.124-.239-1.621-.546-.442-.299-1.021-.184-1.476-.455-.474-.289-1.097-.13-1.544-.478-.463-.354-1.223-.056-1.595-.568-.499-.864-.946-1.759-1.436-2.628-.007 3.053 0 6.106-.004 9.158-.248-.002-.497 0-.745-.002.002-3.145-.001-6.292.001-9.438m3.624-.955c-.509.329-.702.948-.938 1.475-.265.712-.588 1.493-.396 2.261.27.384.839.29 1.252.391-.047-1.339.461-2.752 1.435-3.688-.398-.238-.859-.667-1.352-.439M7.513 7.529c.386.724.782 1.444 1.166 2.17.122-1.11.534-2.174 1.116-3.122-.761.319-1.526.625-2.282.953m5.235.418c-.559.816-.972 1.812-.944 2.815.044.655.876.562 1.338.683-.092-1.2.373-2.478 1.277-3.287-.466-.324-1.213-.808-1.67-.211m2.857 1.297c-.494.714-.854 1.596-.803 2.478.073.652.904.562 1.368.715-.125-1.096.313-2.256 1.147-2.982-.486-.311-1.236-.799-1.712-.211m3.076 1.273c-.466.606-.775 1.387-.756 2.159.017.617.786.571 1.217.697a4.18 4.18 0 0 1 1.006-2.641c-.43-.218-1.036-.665-1.466-.215m.636 2.9c.808-.535 1.106-1.655 1.068-2.584-.77.592-1.068 1.646-1.068 2.584z"/></symbol><symbol viewBox="0 0 27 24" id="warning--dangerous-crosswinds-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.346 0h.509c.568.12 1.087.458 1.363.977l11.138 19.265c.297.526.641 1.032.844 1.605v.698A1.948 1.948 0 0 1 25.707 24H1.525C.754 23.86.157 23.228 0 22.469v-.514c.081-.258.174-.512.305-.748C4.202 14.469 8.098 7.73 11.993.992 12.264.47 12.78.129 13.346 0M2.855 21.598c7.17.003 14.34.003 21.51 0C20.781 15.401 17.202 9.2 13.61 3.007 10.019 9.2 6.438 15.4 2.855 21.598z"/><path fill="#fff" d="M2.855 21.598C6.438 15.4 10.019 9.2 13.61 3.007c3.592 6.193 7.171 12.394 10.755 18.591-7.17.003-14.34.003-21.51 0m6.167-7.769c-.006-.141-.012-.282-.016-.422h-.768c.002 2.476-.003 4.951.002 7.426h.77c.007-2.242-.011-4.484.009-6.725.541.085.913.537 1.366.805.327.293.796.164 1.179.32.684.25 1.274.712 1.977.921 1.023.306 2.136.339 3.167.05.844-.233 1.727.031 2.498.383.175-.551.358-1.099.526-1.653a6.44 6.44 0 0 0-3.33-1.013c-.572-.012-1.173.121-1.721-.105-.486-.219-.808-.681-1.295-.9-.767-.36-1.64-.413-2.474-.401-.684.341-1.137 1.106-1.89 1.314z"/><path fill="#fff" d="M9.34 13.964c.496-.41.997-.815 1.501-1.217a524.97 524.97 0 0 1-.158 2.165c-.45-.314-.894-.634-1.343-.948z"/><path d="M9.022 13.829c.753-.208 1.206-.973 1.89-1.314.834-.012 1.707.041 2.474.401.487.219.809.681 1.295.9.548.226 1.149.093 1.721.105a6.44 6.44 0 0 1 3.33 1.013c-.168.554-.351 1.102-.526 1.653-.771-.352-1.654-.616-2.498-.383-1.031.289-2.144.256-3.167-.05-.703-.209-1.293-.671-1.977-.921-.383-.156-.852-.027-1.179-.32-.453-.268-.825-.72-1.366-.805-.02 2.241-.002 4.483-.009 6.725h-.77c-.005-2.475 0-4.95-.002-7.426h.768c.004.14.01.281.016.422m.318.135c.449.314.893.634 1.343.948.054-.722.107-1.443.158-2.165-.504.402-1.005.807-1.501 1.217z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#f2d103" d="M11.79 0h.499c.45.282.799.686 1.172 1.057 3.1 3.101 6.202 6.199 9.301 9.3.427.426.874.836 1.237 1.322v.492c-.262.428-.648.757-.998 1.11-3.443 3.439-6.881 6.884-10.321 10.325a.84.84 0 0 1-1.244.005C7.752 19.931 4.07 16.248.39 12.564c-.403-.349-.338-.986.059-1.312 3.304-3.298 6.602-6.6 9.905-9.899.467-.463.91-.955 1.436-1.354m.022.42C8.09 4.05 4.45 7.775.754 11.436c-.275.211-.436.632-.118.887 3.655 3.665 7.324 7.32 10.981 10.985.199.263.601.332.818.05 3.684-3.677 7.369-7.356 11.045-11.041.274-.22.193-.613-.059-.812C19.802 7.881 16.175 4.264 12.559.638c-.184-.197-.486-.422-.748-.218z"/><path fill="#f2d103" d="M.761 11.969C4.462 8.142 8.279 4.425 12.031.646a694.417 694.417 0 0 1 11.32 11.321c-3.784 3.746-7.504 7.559-11.317 11.273C8.278 19.482 4.523 15.721.761 11.97m6.545-5.263c-.679.577-.805 1.5-1.307 2.195.127.076.263.138.39.214-.101.107-.169.239-.27.346l.169.26-.475-.028c.122.192.247.383.374.571-.138 1.012.386 2.098 1.367 2.467.986.282 2.084.3 3.024-.157.146.751.29 1.604-.174 2.28-.89.161-.751 1.308-.694 1.987.828.073 1.616-.328 2.119-.973l-.268-.313c.263-1.096-.318-2.158-.402-3.196 1.19.553 2.538.192 3.538-.578-.066-.065-.132-.127-.199-.19-.907.716-2.166 1.105-3.259.571.484-.54.959-1.28.572-2.015l.336-.179c.036-.124.067-.247.104-.371l.556.103c-.115-.166-.232-.33-.349-.494.122-.088.246-.175.37-.263a43.764 43.764 0 0 1-.413-.34c.344-.076.667-.226.856-.538-1.054-.263-1.108-1.696-2.119-2.05-.494-.172-.93.182-1.176.578-.588-1.004-2.024-.64-2.67.11m7.831 1.014c-.008 1.147.002 2.294-.006 3.44-.127.104-.254.208-.383.311l-.007.209c.76-.677 1.499-1.391 2.398-1.885-.016-.132-.029-.263-.044-.394a3.222 3.222 0 0 1 1.536.175l-.001.401c.12-.125.168-.298.23-.455a3.76 3.76 0 0 0-1.343-.3c0-.502-.001-1.002-.006-1.504-.791.005-1.582.004-2.374.001m2.645 3.117l-.263-.292c-.877.385-1.628.983-2.378 1.565-1.038.662-2.296 1.163-3.518.68.198.145.398.287.598.43l-.481-.064c.248.214.506.416.774.605a5 5 0 0 1 .994-.016c.522.197 1.091.041 1.621-.049.002.397.002.796 0 1.194-.361-.176-.727-.347-1.112-.461.617.43 1.333.713 1.876 1.25l.415-.118c.342.492.475 1.087.385 1.681-.595-.089-1.058-.491-1.439-.929.083-.109.162-.22.244-.329-.606-.566-1.24-1.151-2.045-1.414.536.446 1.175.756 1.667 1.26.001.27.005.54.01.81.54.269.99.754 1.63.772.062-.227.124-.454.182-.682l.58-.006c.004-.882-.002-1.764.002-2.646.298-.083.593-.178.883-.283-.108-.577-.522-.992-.864-1.438-.053-.486-.011-.977-.02-1.464l.235.118c.258-.235.62-.422.706-.788-.248.179-.457.403-.679.612m-5.582 2.896c.145.22.299.433.454.647l.328-.132a10.12 10.12 0 0 0-.781-.515m.07.764c.397.86.841 1.757.696 2.737-.15.029-.3.056-.45.086a2.779 2.779 0 0 0 .565 1.709c.733-.228 1.292-.859 1.376-1.631l-.413-.079c-.076-.719-.271-1.446-.732-2.018.296.695.553 1.412.593 2.174l.376.086a1.74 1.74 0 0 1-1.122 1.291c-.322-.406-.463-.907-.496-1.418l.445-.049c.115-1.016-.144-2.119-.839-2.888z"/><path fill="#f2d103" d="M8.264 6.835c.716-.48 1.11.46 1.405.954-.458-.335-.851-.773-1.405-.954zM10.23 7.661c.119-.409.485-1.301.998-.769-.401.16-.709.46-.998.769zM7.847 7.458c.524.421 1.674.45 1.522 1.338-.396-.348-.791-.7-1.237-.985l-.35.1.066-.452zM16.174 8.467l.317-.001-.002.662-.312-.001-.002-.66zM12.786 13.169c.846-.088 1.626-.444 2.345-.881-.006.239-.001.478.001.718-.77.176-1.558.289-2.346.163z"/><path fill="#f2d103" d="M17.063 12.331c.532.316.968.774 1.165 1.37-.45.131-.916.193-1.384.193a30.189 30.189 0 0 1-.126-.455c-1.128-.26-2.197.449-3.338.25-.355-.131-.71-.259-1.06-.406.997.106 2.069.241 2.972-.307a5.001 5.001 0 0 1 1.588-.298l.182-.348zM10.838 12.715c.228.58.461 1.169.535 1.793.067.487-.182.997.062 1.46-.437.394-.991.602-1.566.692a3.45 3.45 0 0 1 .215-1.472c.119.017.236.034.355.049.602-.706.571-1.666.398-2.522z"/><path fill="#231f20" d="M11.812.419c.262-.204.564.022.748.218 3.617 3.626 7.243 7.243 10.862 10.867.252.199.332.593.059.812a7185.848 7185.848 0 0 1-11.045 11.041c-.217.282-.619.212-.818-.05C7.96 19.642 4.292 15.987.637 12.322c-.318-.254-.157-.676.118-.887C4.451 7.774 8.091 4.049 11.813.418M.761 11.969c3.762 3.751 7.517 7.512 11.273 11.27 3.814-3.714 7.534-7.526 11.317-11.273A690.449 690.449 0 0 0 12.031.645C8.279 4.424 4.461 8.141.761 11.968z"/><path fill="#231f20" d="M7.306 6.707c.646-.75 2.082-1.115 2.67-.11.246-.396.682-.75 1.176-.578 1.012.354 1.066 1.787 2.119 2.05-.188.312-.511.462-.856.538.137.114.275.228.413.34l-.37.263c.118.164.234.329.349.494-.185-.035-.371-.07-.556-.103-.037.124-.068.247-.104.371l-.336.179c.386.734-.089 1.475-.572 2.015-.461-.142-.822-.473-1.141-.821.208.07.415.14.622.216a13.85 13.85 0 0 1-.57-.643c-.239.169-.5.304-.788.361l.062.299c.268.022.536.04.805.047.178.292.318.608.349.953-.94.457-2.038.439-3.024.157-.98-.37-1.505-1.456-1.367-2.467a24.365 24.365 0 0 1-.374-.571l.475.028a58.815 58.815 0 0 0-.169-.26c.101-.107.169-.239.27-.346-.127-.076-.263-.138-.39-.214.502-.695.628-1.618 1.307-2.195m.958.125c.554.181.947.619 1.405.954-.295-.494-.689-1.434-1.405-.954m1.966.826c.289-.31.598-.61.998-.769-.514-.532-.88.36-.998.769m-.03 1.193l.31-.192c-.01.226-.017.451-.028.677.265-.12.557-.149.845-.146.062-.301-.164-.526-.329-.746.162-.101.314-.217.258-.433-.256.164-.488.359-.73.542.13-.359.34-.694.727-.798l.292.284a9.353 9.353 0 0 0-.22-.82c-.383.578-1.261.79-1.126 1.632M7.847 7.458l-.066.452.35-.1c.446.286.841.637 1.237.985.152-.888-.997-.917-1.522-1.338m-.18.69c.193.109.389.215.584.322-.08.023-.241.066-.322.088l.149.109c-.152.299-.029.584.21.793l.217-.362.079.29c.14-.142.282-.284.424-.425-.254-.473-.755-.991-1.342-.815m2.029.386c.08.246.156.492.23.739.002-.298.008-.595.019-.893a87.9 87.9 0 0 0-.25.154m-1.57 1.559a.847.847 0 0 0 .769-.527 4.4 4.4 0 0 0-.769.527m1.939-.544c.029.334.136.68.017 1.008-.256.017-.454-.167-.668-.275.17.635.847.421 1.176.054l-.049-.358a33.342 33.342 0 0 0-.295-.092l-.18-.337m.454.06c.234.258.535.484.895.342a10.99 10.99 0 0 0-.895-.342m-1.362.407c-.095.152-.028.502.166.522.055-.154.025-.499-.166-.522zM15.137 7.718c.792.002 1.583.004 2.374-.001.005.502.006 1.002.006 1.504a3.76 3.76 0 0 1 1.343.3c-.062.157-.11.33-.23.455l.001-.401a3.21 3.21 0 0 0-1.536-.175c.016.131.029.262.044.394-.899.494-1.638 1.208-2.398 1.885l.007-.209c.128-.103.256-.206.383-.311.008-1.146-.002-2.293.006-3.44m1.037.748l.002.66.312.001.002-.662-.317.001m.064 1.407c-.268.606.608-.046 0 0zM17.782 10.834c.222-.209.431-.433.679-.612-.085.366-.448.553-.706.788l-.235-.118c.01.487-.032.978.02 1.464.342.445.756.86.864 1.438-.29.106-.586.2-.883.283-.005.882.001 1.764-.002 2.646l-.58.006c-.059.228-.12.455-.182.682-.64-.018-1.09-.503-1.63-.772-.005-.27-.008-.54-.01-.81-.492-.504-1.13-.814-1.667-1.26.805.263 1.439.847 2.045 1.414-.082.109-.161.22-.244.329.38.438.844.84 1.439.929a2.317 2.317 0 0 0-.385-1.681c-.138.038-.277.078-.415.118-.542-.538-1.259-.821-1.876-1.25a7.18 7.18 0 0 1 1.112.461c.002-.398.002-.797 0-1.194-.53.09-1.099.246-1.621.049l-.126-.053c1.141.199 2.21-.51 3.338-.25.041.152.083.304.126.455.468 0 .934-.062 1.384-.193-.197-.596-.634-1.055-1.165-1.37l-.182.348a5.007 5.007 0 0 0-1.588.298l-.161.029c-.002-.24-.007-.479-.001-.718l.01-.181c.75-.582 1.501-1.18 2.378-1.565l.263.292m-1.64 1.036c.086.004.259.01.346.012-.001-.21-.004-.419-.007-.629-.269.104-.305.368-.338.617m.033 2.064v.689l.312.005v-.697l-.312.004zM12.274 14.492c.695.769.954 1.872.839 2.888l-.445.049c.032.511.174 1.013.496 1.418a1.74 1.74 0 0 0 1.122-1.291 50.871 50.871 0 0 0-.376-.086c-.04-.762-.296-1.48-.593-2.174.461.572.656 1.3.732 2.018l.413.079c-.084.772-.643 1.403-1.376 1.631a2.773 2.773 0 0 1-.565-1.709c.15-.03.3-.058.45-.086.145-.98-.299-1.877-.696-2.737z"/><path fill="#e9c804" d="M10.2 8.854c-.136-.842.743-1.054 1.126-1.632.085.27.158.544.22.82l-.292-.284c-.388.104-.598.439-.727.798.241-.184.474-.378.73-.542.056.216-.096.332-.258.433.164.221.391.445.329.746-.288-.002-.58.026-.845.146.011-.226.018-.451.028-.677l-.31.192zM8.123 10.092c.236-.203.496-.378.769-.527a.847.847 0 0 1-.769.527zM10.517 9.608c.304.1.602.216.895.342-.36.142-.661-.084-.895-.342z"/><path fill="#e6c705" d="M7.666 8.147c.587-.176 1.087.342 1.342.815-.142.14-.283.283-.424.425l-.079-.29-.217.362c-.239-.209-.362-.494-.21-.793l-.149-.109.322-.088c-.196-.107-.391-.212-.584-.322zM9.694 8.533a87.9 87.9 0 0 0 .25-.154c-.011.298-.017.595-.019.893-.074-.247-.15-.493-.23-.739zM9.155 10.015c.191.023.221.368.166.522-.193-.02-.26-.37-.166-.522z"/><path fill="#bda308" d="M10.062 9.548l.18.337.295.092.049.358c-.329.367-1.006.581-1.176-.054.215.108.413.292.668.275.119-.328.012-.674-.017-1.008zM9.361 11.276a2.08 2.08 0 0 0 .788-.361c.182.221.374.433.57.643-.206-.076-.414-.146-.622-.216.319.348.68.679 1.141.821 1.093.534 2.352.145 3.259-.571.067.062.133.125.199.19-1 .77-2.347 1.132-3.538.578.084 1.038.665 2.1.402 3.196l.268.313c-.503.646-1.291 1.046-2.119.973-.058-.679-.197-1.826.694-1.987.464-.676.32-1.529.174-2.28-.031-.344-.172-.661-.349-.953a14.365 14.365 0 0 1-.805-.047l-.062-.299m1.477 1.439c.173.857.204 1.817-.398 2.522a43.215 43.215 0 0 1-.355-.049c-.178.47-.251.971-.215 1.472.575-.09 1.129-.299 1.566-.692-.245-.463.005-.973-.062-1.46-.074-.624-.307-1.213-.535-1.793z"/><path fill="#f0cf03" d="M16.237 9.874c.608-.046-.268.606 0 0z"/><path fill="#eaca04" d="M16.141 11.872c.034-.248.07-.512.338-.617.004.21.006.419.007.629a20.342 20.342 0 0 1-.346-.012z"/><path fill="#4d441b" d="M11.622 12.787c1.223.482 2.48-.018 3.518-.68l-.01.181c-.719.437-1.499.793-2.345.881.788.126 1.576.013 2.346-.163l.161-.029c-.904.548-1.975.413-2.972.307.349.146.704.275 1.06.406l.126.053a5.002 5.002 0 0 0-.994.016 9.814 9.814 0 0 1-.774-.605l.481.064c-.199-.143-.4-.284-.598-.43zM12.203 13.728c.269.157.528.334.781.515l-.328.132a19.26 19.26 0 0 1-.454-.647z"/><path fill="#e4c504" d="M16.175 13.936l.312-.004v.697l-.312-.005v-.689z"/></symbol><symbol viewBox="0 0 27 24" id="warning--dangerous-crosswinds-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.356 0h.464c.553.111 1.072.424 1.348.928 3.912 6.757 7.816 13.52 11.727 20.279.133.238.226.494.305.754v.471A1.93 1.93 0 0 1 25.683 24H1.527C.775 23.876.169 23.277 0 22.54v-.662c.079-.234.171-.464.29-.68C4.189 14.459 8.085 7.718 11.982.977c.277-.522.801-.863 1.374-.977M2.836 21.598c7.169.003 14.338.003 21.508 0C20.762 15.4 17.183 9.201 13.59 3.01 9.997 9.201 6.418 15.401 2.836 21.598z"/><path fill="#fff" d="M2.836 21.598C6.418 15.401 9.997 9.201 13.59 3.01c3.593 6.191 7.172 12.39 10.754 18.588-7.17.003-14.339.003-21.508 0m10.439-8.325c-.422.412-.963.734-1.576.676-1.468-.138-2.996.168-4.234.991.174.55.352 1.099.529 1.648.745-.338 1.591-.602 2.411-.404 1.345.379 2.852.28 4.092-.389.518-.261 1.019-.618 1.616-.659.834.02 1.276-.917 2.07-1.021.016 2.239 0 4.479.007 6.719l.776-.003c-.007-2.474-.002-4.949-.003-7.424l-.768-.001-.016.415c-.755-.19-1.207-.973-1.893-1.307-1.032-.007-2.188.055-3.011.759z"/><path fill="#fff" d="M16.362 12.752c.503.399 1.003.803 1.497 1.213-.45.312-.892.634-1.342.946-.051-.72-.107-1.439-.155-2.159z"/><path fill="#030303" d="M13.275 13.273c.823-.704 1.979-.766 3.011-.759.686.334 1.138 1.117 1.893 1.307l.016-.415.768.001c.001 2.475-.004 4.95.003 7.424l-.776.003c-.007-2.24.009-4.48-.007-6.719-.794.104-1.236 1.041-2.07 1.021-.597.041-1.098.398-1.616.659-1.24.669-2.747.768-4.092.389-.82-.198-1.666.066-2.411.404-.177-.549-.355-1.098-.529-1.648 1.238-.823 2.766-1.129 4.234-.991.613.058 1.154-.264 1.576-.676m3.087-.521c.048.72.104 1.439.155 2.159.45-.312.892-.634 1.342-.946-.494-.41-.994-.814-1.497-1.213z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h11.549c-.293.188-.56.414-.804.662C7.17 4.267 3.543 7.822 0 11.457V-.001zM12.438 0H24v11.545c-.317-.517-.787-.908-1.211-1.333-2.999-3.001-5.996-6.005-9.002-8.999C13.35.794 12.921.366 12.438 0zM0 12.427c.68.928 1.548 1.687 2.363 2.49 2.472 2.528 4.997 5.003 7.481 7.517.552.536 1.068 1.118 1.698 1.566H0V12.427zM12.473 24c3.919-3.734 7.663-7.649 11.527-11.441V24H12.473z"/><path fill="#ece045" d="M11.549 0h.889c.482.366.912.794 1.349 1.213 3.006 2.994 6.004 5.998 9.002 8.999.424.425.894.816 1.211 1.333v1.014C20.136 16.351 16.392 20.265 12.473 24h-.931c-.63-.448-1.146-1.03-1.698-1.566-2.484-2.514-5.009-4.988-7.481-7.517-.815-.803-1.682-1.562-2.363-2.49v-.97C3.542 7.822 7.17 4.267 10.745.662c.244-.248.511-.474.804-.662m.023.425c-.313.193-.553.479-.814.734C7.372 4.573 3.95 7.951.566 11.366c-.396.359-.344.997.053 1.333 3.536 3.545 7.079 7.084 10.62 10.622.338.422 1 .533 1.38.102 3.575-3.547 7.126-7.12 10.688-10.68.41-.329.524-.98.108-1.354-3.548-3.574-7.126-7.12-10.676-10.692-.283-.32-.775-.544-1.168-.274z"/><path fill="#ece045" d="M12.452 9.074c.606-.179 1.226-.596 1.876-.358 1.007.341 2.027.649 3.041.968.294.449.163 1.073.202 1.594-.065 1.325.138 2.674-.157 3.979-.348.056-.781.097-.899-.335-.316-1.272.146-2.606-.118-3.892-.738.695-1.468 1.786-2.615 1.634-2.972-.077-5.95.084-8.92-.013-.224-.13-.456-.478-.269-.72.476-.286 1.036-.478 1.598-.401-.491.178-.98.356-1.46.56l.07.343c2.959.038 5.918-.006 8.879.032.335-.017.727.061.998-.187.665-.541 1.31-1.106 1.969-1.656.05 1.456-.077 2.918.078 4.368.202-.042.487.034.601-.19.13-1.579.14-3.194.002-4.774-1.026-.601-2.285-.791-3.418-1.17-.839.113-1.602.601-2.435.794.133-.42.635-.424.976-.58z"/><path fill="#14030c" d="M11.572.425c.392-.27.884-.047 1.168.274 3.551 3.572 7.128 7.118 10.676 10.692.416.373.302 1.025-.108 1.354-3.563 3.56-7.114 7.133-10.688 10.68-.38.431-1.042.32-1.38-.102C7.699 19.784 4.156 16.245.62 12.701c-.397-.336-.449-.974-.053-1.333C3.951 7.953 7.372 4.575 10.759 1.161c.26-.256.5-.541.814-.734m.339.33c-.241.096-.407.31-.59.484C7.886 4.687 4.439 8.122 1 11.565c-.221.181-.376.521-.106.738a4945.06 4945.06 0 0 0 10.742 10.742c.214.289.59.194.784-.061 3.517-3.522 7.04-7.038 10.556-10.56.253-.196.362-.575.07-.791-3.541-3.54-7.085-7.075-10.619-10.621-.144-.124-.302-.306-.515-.254z"/><path fill="#ffdb01" d="M11.912.757c.212-.052.371.131.515.254 3.534 3.546 7.078 7.081 10.619 10.621.293.216.184.595-.07.791-3.516 3.522-7.039 7.038-10.556 10.56-.193.256-.57.35-.784.061A4730.058 4730.058 0 0 1 .894 12.302c-.27-.217-.115-.557.106-.738C4.439 8.121 7.887 4.687 11.322 1.24c.184-.174.349-.388.59-.484m.54 8.318c-.341.156-.842.16-.976.58-1.753.65-3.523 1.254-5.285 1.878-.563-.077-1.122.115-1.598.401-.187.242.044.59.269.72 2.97.097 5.947-.064 8.92.013 1.147.151 1.877-.94 2.615-1.634.264 1.285-.198 2.62.118 3.892.118.432.551.391.899.335.295-1.306.092-2.654.157-3.979-.038-.521.092-1.145-.202-1.594-1.014-.319-2.034-.628-3.041-.968-.649-.239-1.27.179-1.876.358z"/><path fill="#ffdb01" d="M17.329 10.03a28.503 28.503 0 0 1-.002 4.774c.014-1.591.012-3.182.002-4.774z"/><path fill="#090202" d="M11.477 9.654c.833-.193 1.596-.682 2.435-.794 1.133.379 2.392.569 3.418 1.17.01 1.591.012 3.182-.002 4.774-.114.223-.4.148-.601.19-.155-1.45-.028-2.912-.078-4.368-.659.55-1.304 1.115-1.969 1.656-.271.248-.664.17-.998.187-2.96-.038-5.92.006-8.879-.032l-.07-.343c.48-.204.97-.383 1.46-.56 1.762-.624 3.532-1.228 5.285-1.878m.456.372c.26.641.481 1.295.709 1.946.493.061.991.054 1.483 0 .212-.883-.066-1.804-.533-2.557-.554.199-1.117.378-1.66.611m2.227-.616c.354.704.503 1.483.533 2.268.568-.546 1.228-.986 1.777-1.552-.762-.266-1.543-.468-2.31-.716m-4.099 1.26c.132.437.287.866.448 1.294.353.008.704.008 1.057.006a24.662 24.662 0 0 0-.59-1.627c-.306.107-.611.215-.914.328m-1.795.607c.06.23.13.458.194.688.342.007.684.005 1.026-.002-.097-.299-.184-.602-.32-.886-.304-.058-.605.136-.9.2m-1.852.708c.365.029.731.025 1.094.002-.132-.626-.736-.157-1.094-.002z"/><path fill="#fcdb0d" d="M11.934 10.028c.542-.233 1.105-.412 1.66-.611.467.754.745 1.674.533 2.557-.492.054-.99.061-1.483 0-.228-.652-.449-1.306-.709-1.946z"/><path fill="#f6e013" d="M14.16 9.412c.767.248 1.548.45 2.31.716-.55.565-1.21 1.006-1.777 1.552-.03-.785-.179-1.564-.533-2.268z"/><path fill="#f5dc1c" d="M10.061 10.672c.304-.113.608-.221.914-.328.218.534.41 1.079.59 1.627-.353.002-.704.002-1.057-.006a20.382 20.382 0 0 1-.448-1.294z"/><path fill="#f5df1b" d="M8.267 11.28c.295-.065.596-.258.9-.2.137.283.223.587.32.886-.342.007-.684.01-1.026.002-.065-.229-.134-.457-.194-.688z"/><path fill="#a6a576" d="M6.415 11.988c.359-.155.962-.624 1.094.002-.364.023-.73.026-1.094-.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.083.424c.704-.269 1.522-.04 2.033.499 3.376 3.226 6.755 6.449 10.124 9.682.728.66.718 1.894.014 2.568-3.232 3.25-6.487 6.476-9.72 9.725-.684.732-1.95.793-2.665.072L.622 13.176c-.73-.666-.689-1.902.016-2.57 3.15-3.172 6.324-6.32 9.478-9.488.283-.278.586-.559.967-.692m.232.218c-.373.09-.674.343-.942.606C7.217 4.416 4.048 7.568.895 10.736c-.638.565-.724 1.649-.078 2.24 3.419 3.265 6.836 6.532 10.256 9.796.61.613 1.681.55 2.263-.071 3.205-3.197 6.394-6.41 9.605-9.601.682-.565.778-1.697.098-2.302-3.366-3.235-6.751-6.451-10.124-9.679-.41-.418-1.025-.641-1.601-.475z"/><path fill="#231f20" d="M11.573 1.015c.618-.078 1.199.242 1.615.677 3.107 2.974 6.226 5.938 9.328 8.917.77.673.725 1.964-.044 2.621-3.004 2.998-6.002 6-9.001 9.001-.658.694-1.855.756-2.549.083-3.194-3.044-6.383-6.096-9.574-9.145-.744-.656-.708-1.902.017-2.56 2.956-2.966 5.921-5.923 8.88-8.886.353-.368.804-.676 1.328-.708m-.371.485c-.344.143-.606.42-.868.674-2.89 2.91-5.807 5.795-8.692 8.71-.575.515-.613 1.495-.017 2.009 3.174 3.028 6.346 6.059 9.515 9.09.542.568 1.523.544 2.051-.031 3.023-3.017 6.04-6.04 9.062-9.056.569-.524.578-1.5-.019-2.006-3.142-3.022-6.301-6.025-9.452-9.036-.401-.415-1.04-.581-1.58-.353z"/><path fill="#fff100" d="M11.315.644c.576-.166 1.19.058 1.601.475 3.373 3.228 6.758 6.444 10.124 9.679.679.605.583 1.736-.098 2.302-3.211 3.191-6.4 6.404-9.605 9.601-.582.62-1.654.684-2.263.071-3.42-3.264-6.838-6.53-10.256-9.796-.646-.592-.56-1.675.078-2.24 3.152-3.168 6.322-6.32 9.478-9.486.268-.263.569-.516.942-.606m.257.371c-.524.032-.976.34-1.328.708-2.959 2.963-5.924 5.92-8.88 8.886-.725.658-.761 1.903-.017 2.56 3.191 3.049 6.379 6.101 9.574 9.145.694.673 1.891.611 2.549-.083 2.999-3.001 5.998-6.004 9.001-9.001.769-.656.815-1.948.044-2.621-3.102-2.98-6.221-5.944-9.328-8.917-.416-.434-.997-.755-1.615-.677z"/><path fill="#fff100" d="M11.202 1.5c.54-.228 1.18-.062 1.58.353 3.151 3.011 6.311 6.014 9.452 9.036.598.506.588 1.482.019 2.006-3.023 3.017-6.04 6.04-9.062 9.056-.528.575-1.508.599-2.051.031-3.169-3.031-6.341-6.062-9.515-9.09-.596-.514-.558-1.494.017-2.009 2.885-2.915 5.802-5.8 8.692-8.71.262-.254.523-.532.868-.674M9.572 7.53c-.408.511-.283 1.22-.624 1.764-.949 2.401-1.051 5.096-.444 7.596-.431-.002-.863-.002-1.295-.002a12.09 12.09 0 0 1-.011.269c2.202.008 4.404.001 6.605.004v-.271l-4.69-.001a12.447 12.447 0 0 1 .084-6.551c.172.497.36 1.021.802 1.344-.058-.335-.216-.636-.415-.907l.36.157c-.058-.4-.274-.748-.548-1.036l.097-.162c.577.572 1.396 1.316 2.262 1.03a4.771 4.771 0 0 0-.988-.25l.404-.161a1.901 1.901 0 0 1-1.06-.286l.516-.174-.472.006-.234-.371-.292-.052c.002-.126.002-.253.002-.38a1.774 1.774 0 0 1 1.798 1.172c.114-.023.228-.046.342-.067l-.145-.154c-.212-.848-1.042-1.321-1.89-1.172.587-.498 1.278-.31 1.799.172l.055-.349a11.375 11.375 0 0 1-.641-.396c-.503.022-1.022.125-1.505-.078l.712-.101a18.937 18.937 0 0 0-.654-.164l.024-.068c.236.016.474.026.712.035.17-.263.358-.514.551-.761a6.144 6.144 0 0 0-.406-.026c.343-.052.644-.202.869-.469-.655.017-1.309.308-1.681.862m2.467-.765a5.838 5.838 0 0 0 2.194.148 27.237 27.237 0 0 0-2.194-.148m-.361.831c1.162.082 2.336.359 3.497.119-1.171.068-2.333-.221-3.497-.119m-.534.466c.21.464.504-.313 0 0m.696.949c.197.478.496-.311 0 0m2.029.115c.599.08 1.213.151 1.808.004-.602-.024-1.207-.074-1.808-.004m-1.11.614c.409.077.827.106 1.242.066a2.802 2.802 0 0 0-1.242-.066m-.859.637c1.122.084 2.24.277 3.367.167l.002-.106c-1.129.173-2.25-.221-3.37-.061m3.629.709c.397.107.811.137 1.219.09a3.382 3.382 0 0 0-1.219-.09m-4.696.48c.394.114.808.137 1.213.084a3.78 3.78 0 0 0-1.213-.084z"/><path d="M9.572 7.53c.372-.553 1.026-.845 1.681-.862a1.36 1.36 0 0 1-.869.469c-.227.066-.413.221-.61.346l.304.149-.546.089c.235.068.472.134.707.204a21.071 21.071 0 0 1-.712-.035l-.024.068c-.154.337-.15.709-.104 1.07l.338-.154c.848-.149 1.678.324 1.89 1.172l.145.154-.342.067a1.773 1.773 0 0 0-1.798-1.172c0 .127 0 .254-.002.38l.292.052.234.371.472-.006-.516.174a1.91 1.91 0 0 0 1.06.286c-.101.04-.304.12-.404.161.337.05.67.128.988.25-.866.287-1.685-.457-2.262-1.03a8.664 8.664 0 0 1-.097.162c.275.288.491.636.548 1.036l-.36-.157c.199.271.358.572.415.907-.442-.323-.63-.847-.802-1.344a12.447 12.447 0 0 0-.084 6.551l4.69.001v.271c-2.201-.002-4.403.005-6.605-.004.004-.067.008-.202.011-.269.432 0 .864 0 1.295.002-.607-2.5-.505-5.195.444-7.596.341-.544.216-1.253.624-1.764z"/><path fill="#1e1c00" d="M12.038 6.767c.732.023 1.466.066 2.194.148a5.818 5.818 0 0 1-2.194-.148zM11.677 7.598c1.164-.102 2.326.187 3.497.119-1.16.24-2.335-.037-3.497-.119zM9.4 9.029c-.046-.361-.049-.733.104-1.07.218.052.437.106.654.164l-.712.101c.482.203 1.002.1 1.505.078.208.14.424.27.641.396l-.055.349c-.521-.481-1.212-.67-1.799-.172-.113.05-.226.102-.338.154zM13.868 9.128c.601-.071 1.206-.02 1.808.004-.595.148-1.21.077-1.808-.004zM12.758 9.742c.413-.066.84-.054 1.242.066-.415.04-.833.011-1.242-.066zM11.899 10.379c1.12-.16 2.24.234 3.37.061l-.002.106c-1.127.11-2.245-.083-3.367-.167zM15.527 11.088a3.382 3.382 0 0 1 1.219.09 3.255 3.255 0 0 1-1.219-.09zM10.831 11.568a3.778 3.778 0 0 1 1.213.084c-.406.053-.82.03-1.213-.084z"/><path fill="#908800" d="M9.775 7.483c.197-.125.383-.28.61-.346.136.005.27.013.406.026-.193.247-.38.498-.551.761-.235-.07-.472-.136-.707-.204l.546-.089-.304-.149z"/><path fill="#4d4900" d="M11.143 8.064c.504-.313.21.464 0 0z"/><path fill="#686300" d="M11.839 9.013c.496-.311.197.478 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dangerous-crosswinds-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#f2d100" d="M11.68 0h.493c.479.29.838.727 1.234 1.114 3.382 3.379 6.761 6.762 10.145 10.139.398.324.462.964.059 1.312-3.68 3.684-7.362 7.367-11.046 11.047a.839.839 0 0 1-1.244-.005c-3.42-3.421-6.839-6.845-10.261-10.265-.368-.364-.749-.72-1.058-1.138v-.485c.272-.461.686-.806 1.057-1.183 3.161-3.158 6.32-6.318 9.48-9.479.364-.37.726-.745 1.142-1.057m.012.422C7.975 4.058 4.331 7.777.637 11.44c-.271.208-.431.629-.116.877 3.676 3.685 7.36 7.363 11.044 11.04.19.244.564.247.757.005 3.684-3.677 7.364-7.357 11.044-11.04.278-.223.2-.624-.06-.824C19.665 7.857 16.024 4.214 12.382.574c-.168-.188-.462-.336-.689-.152z"/><path fill="#f2d100" d="M10.481 2.081c.498-.475.946-1.006 1.49-1.432 3.75 3.778 7.57 7.492 11.266 11.32-3.76 3.752-7.513 7.511-11.268 11.268C8.152 19.529 4.437 15.713.653 11.969c3.216-3.35 6.563-6.582 9.828-9.888m.248 5.979c.181.323.509.472.858.541-.137.115-.275.229-.413.342l.367.265c-.119.163-.235.328-.35.493l.552-.102c.038.122.076.245.112.367l.335.185c-.389.731.084 1.474.575 2.006-1.138.611-2.318.002-3.349-.499a11.902 11.902 0 0 0-.544-.509c-.016-1.144.004-2.287-.008-3.432-.792.002-1.583.002-2.374 0-.006.502-.006 1.002-.006 1.504-.461.017-.916.11-1.337.299.07.145.067.352.223.436l.005-.376c.485-.203 1.012-.242 1.53-.179l-.043.39c.907.462 1.58 1.247 2.398 1.823.842 1.003 2.36 1.278 3.545.756l.104.302c-.47.859-.542 1.91-.476 2.878l-.254.319a2.434 2.434 0 0 0 2.11.971c.048-.638.228-1.904-.689-1.943-.433-.712-.342-1.553-.175-2.327.937.466 2.036.439 3.022.162.98-.371 1.507-1.456 1.368-2.467.128-.191.253-.383.377-.576l-.434.038c.144-.235.037-.444-.134-.624l.384-.2c-.443-.542-.518-1.284-.977-1.816-.598-.96-2.275-1.673-3.005-.487-.238-.402-.679-.754-1.174-.583-1.015.347-1.062 1.795-2.12 2.042m-5.195 2.152c.07.37.443.557.702.787l.241-.07c-.008.476.029.954-.017 1.428-.346.443-.763.857-.865 1.436.288.109.582.204.881.283.006.882-.002 1.764.002 2.646.193.004.386.006.58.008.059.226.119.451.181.676.644-.001 1.087-.505 1.631-.767.005-.269.008-.539.01-.809.439-.464 1.033-.733 1.487-1.18-.733.263-1.304.812-1.864 1.332l.24.328c-.377.436-.838.852-1.435.922a2.26 2.26 0 0 1 .386-1.67l.414.114c.485-.478 1.116-.749 1.657-1.148a6.26 6.26 0 0 0-.895.354 58.907 58.907 0 0 1 0-1.189c.524.092 1.091.24 1.608.064.631-.077 1.357-.047 1.787-.606l-.491.065c.203-.143.408-.283.607-.432-1.223.492-2.485-.013-3.526-.676-.751-.581-1.5-1.183-2.378-1.564l-.263.289c-.224-.21-.437-.433-.68-.622m5.479 4.038c.082.031.245.092.326.124.16-.211.314-.425.46-.647a7.66 7.66 0 0 0-.786.523m-.126 3.133l.44.05c-.029.509-.167 1.012-.494 1.412a1.705 1.705 0 0 1-1.118-1.285l.373-.089c.041-.764.293-1.484.6-2.177-.47.568-.662 1.301-.738 2.02l-.412.083c.079.768.64 1.408 1.375 1.625a2.72 2.72 0 0 0 .562-1.704l-.446-.088c-.149-.984.298-1.885.706-2.744-.704.764-.968 1.878-.847 2.897z"/><path fill="#f2d100" d="M12.778 6.904c.492-.565.888.362.994.764-.288-.307-.583-.623-.994-.764zM14.323 7.795c.301-.491.696-1.45 1.414-.956-.564.169-.948.626-1.414.956zM14.636 8.795c-.166-.888.995-.913 1.516-1.337.023.15.044.3.068.45l-.35-.095c-.449.278-.84.634-1.234.982zM7.511 8.466h.314l-.002.661-.31.001-.002-.662zM12.592 9.952c.293-.125.589-.241.89-.343-.233.253-.532.485-.89.343zM5.777 13.699c.188-.596.626-1.054 1.158-1.363.064.115.126.23.188.346a4.855 4.855 0 0 1 1.583.295c.907.553 1.982.41 2.982.305-.35.15-.712.274-1.069.409-1.14.204-2.209-.522-3.334-.245l-.134.444a4.376 4.376 0 0 1-1.374-.191z"/><path fill="#f2d100" d="M8.869 12.287c.721.442 1.506.792 2.353.892-.793.116-1.582.005-2.353-.176.002-.239.005-.476 0-.715zM12.66 15.247c-.169-.876.188-1.729.503-2.527-.17.85-.214 1.813.397 2.508l.354-.03c.182.464.256.961.212 1.458-.571-.092-1.138-.28-1.561-.69.1-.227.157-.472.095-.719z"/><path fill="#231f20" d="M11.693.422c.227-.184.521-.036.689.152 3.642 3.64 7.283 7.283 10.924 10.924.26.2.338.601.06.824-3.679 3.683-7.36 7.363-11.044 11.04a.484.484 0 0 1-.757-.005A7184.547 7184.547 0 0 1 .521 12.317c-.314-.248-.155-.67.116-.877C4.331 7.776 7.975 4.058 11.693.422m-1.212 1.659C7.216 5.387 3.869 8.619.653 11.969c3.784 3.744 7.499 7.56 11.316 11.268 3.755-3.757 7.508-7.516 11.268-11.268-3.696-3.828-7.516-7.542-11.266-11.32-.545.426-.992.956-1.49 1.432z"/><path fill="#231f20" d="M10.729 8.06c1.058-.247 1.105-1.696 2.12-2.042.494-.17.936.181 1.174.583.73-1.186 2.407-.473 3.005.487.458.532.534 1.273.977 1.816l-.384.2c.172.18.278.389.134.624l.434-.038c-.124.193-.248.385-.377.576.139 1.012-.388 2.096-1.368 2.467-.985.277-2.084.304-3.022-.162.017-.347.166-.661.354-.947.265-.007.532-.025.796-.054l.076-.348c-.112.004-.223.007-.334.012l-.454-.324c-.186.222-.382.437-.583.646.208-.076.416-.148.626-.218-.32.346-.674.69-1.14.821-.491-.533-.964-1.276-.575-2.006l-.335-.185a17.105 17.105 0 0 0-.112-.367l-.552.102c.115-.166.232-.33.35-.493a42.125 42.125 0 0 0-.367-.265c.138-.113.276-.227.413-.342-.349-.07-.677-.218-.858-.541m2.051-1.158c.41.142.706.457.994.764-.106-.402-.502-1.33-.994-.764m1.545.891c.466-.33.85-.787 1.414-.956-.718-.493-1.112.466-1.414.956m-1.866.245c.096-.092.191-.186.284-.278.402.09.61.445.73.811-.233-.098-.587-.755-.808-.328l.361.178c-.164.232-.44.455-.342.772.286-.006.576.019.834.151-.011-.23-.018-.46-.029-.689l.311.196c.144-.848-.75-1.043-1.12-1.634a6.52 6.52 0 0 0-.222.822m2.18.754c.394-.348.785-.703 1.234-.982l.35.095c-.024-.15-.046-.3-.068-.45-.521.424-1.681.449-1.516 1.337m.365.161c.128.142.256.284.382.427l.125-.271.199.343c.248-.202.373-.486.214-.782l.146-.121-.312-.091c.193-.103.388-.204.58-.308-.577-.188-1.09.332-1.333.804m-.945-.588c.011.299.018.599.02.898.072-.242.148-.484.227-.724l-.247-.174m-1.465 1.583c.359.142.658-.09.89-.343-.301.102-.598.218-.89.343m1.162-.072l-.293.106-.046.349c.32.372 1.021.587 1.166-.062-.211.109-.4.319-.658.281-.136-.326-.006-.677.022-1.009l-.192.336m1.357-.319c.131.33.414.515.767.53a4.347 4.347 0 0 0-.767-.53m-.315.441a.581.581 0 0 0-.116.54c.187-.012.31-.469.116-.54zM6.49 7.718c.791.002 1.582.002 2.374 0 .012 1.145-.007 2.288.008 3.432.186.164.368.332.544.509l-.156-.044c-.817-.576-1.49-1.361-2.398-1.823l.043-.39c-.518-.064-1.045-.024-1.53.179l-.005.376c-.156-.084-.154-.29-.223-.436a3.596 3.596 0 0 1 1.337-.299c0-.502 0-1.002.006-1.504m1.021.748l.002.662.31-.001.002-.661h-.314m.074 1.4c-.181.602.608-.01 0 0zM5.537 10.211c.244.188.456.412.68.622l.263-.289c.878.38 1.627.983 2.378 1.564.004.044.008.136.011.18.005.239.002.476 0 .715l-.163-.025a4.85 4.85 0 0 0-1.583-.295l-.188-.346c-.532.31-.97.767-1.158 1.363.445.138.908.199 1.374.191.046-.148.09-.296.134-.444 1.124-.277 2.194.449 3.334.245l-.138.065c-.517.176-1.084.029-1.608-.064-.004.396-.004.793 0 1.189a6.26 6.26 0 0 1 .895-.354c-.541.4-1.172.671-1.657 1.148l-.414-.114a2.26 2.26 0 0 0-.386 1.67c.598-.07 1.058-.486 1.435-.922-.08-.109-.161-.218-.24-.328.559-.52 1.13-1.069 1.864-1.332-.454.446-1.048.715-1.487 1.18-.001.27-.005.54-.01.809-.544.262-.986.766-1.631.767a47.8 47.8 0 0 1-.181-.676l-.58-.008c-.005-.882.004-1.764-.002-2.646a8.946 8.946 0 0 1-.881-.283c.102-.58.52-.994.865-1.436.046-.474.008-.952.017-1.428l-.241.07c-.259-.23-.632-.418-.702-.787m1.981 1.049c-.002.208-.004.415-.002.623.084-.002.253-.007.337-.011-.024-.252-.053-.522-.335-.612m-.005 2.67v.698l.312-.006v-.686l-.312-.006zM10.89 17.381c-.121-1.019.143-2.132.847-2.897-.408.859-.854 1.76-.706 2.744l.446.088a2.72 2.72 0 0 1-.562 1.704c-.736-.217-1.296-.857-1.375-1.625l.412-.083c.076-.719.268-1.452.738-2.02-.307.692-.559 1.412-.6 2.177l-.373.089a1.706 1.706 0 0 0 1.118 1.285c.328-.401.466-.904.494-1.412l-.44-.05z"/><path fill="#e9c803" d="M12.457 8.04a6.52 6.52 0 0 1 .222-.822c.37.592 1.264.786 1.12 1.634l-.311-.196c.011.229.018.458.029.689-.258-.132-.548-.157-.834-.151-.098-.317.178-.54.342-.772l-.361-.178c.221-.427.575.229.808.328-.12-.366-.328-.721-.73-.811-.094.092-.188.186-.284.278zM15.11 9.562c.272.15.532.325.767.53-.353-.016-.636-.2-.767-.53z"/><path fill="#e6c704" d="M15.001 8.956c.244-.472.756-.992 1.333-.804-.192.104-.386.205-.58.308l.312.091-.146.121c.16.296.035.581-.214.782a38.35 38.35 0 0 0-.199-.343l-.125.271A30.655 30.655 0 0 0 15 8.955zM14.057 8.369l.247.174c-.079.24-.155.481-.227.724-.002-.299-.01-.599-.02-.898zM14.795 10.003c.193.071.071.528-.116.54a.587.587 0 0 1 .116-.54z"/><path fill="#bda308" d="M13.754 9.88l.192-.336c-.028.332-.157.683-.022 1.009.258.038.446-.172.658-.281-.145.649-.846.434-1.166.062l.046-.349.293-.106zM13.861 10.91l.454.324c.11-.005.222-.008.334-.012l-.076.348c-.264.029-.53.047-.796.054-.188.286-.337.6-.354.947-.167.774-.258 1.615.175 2.327.917.038.737 1.304.689 1.943a2.434 2.434 0 0 1-2.11-.971c.084-.107.169-.214.254-.319-.066-.967.006-2.018.476-2.878l-.104-.302c-1.184.522-2.702.247-3.545-.756l.156.044c1.031.502 2.212 1.11 3.349.499.466-.131.82-.475 1.14-.821-.21.071-.419.143-.626.218.202-.209.397-.424.583-.646m-1.2 4.338c.062.247.005.492-.095.719.424.41.99.598 1.561.69a3.224 3.224 0 0 0-.212-1.458l-.354.03c-.611-.695-.568-1.658-.397-2.508-.314.798-.672 1.651-.503 2.527z"/><path fill="#f0cf00" d="M7.585 9.866c.608-.01-.181.602 0 0z"/><path fill="#eaca01" d="M7.518 11.261c.282.09.311.36.335.612-.084.004-.253.008-.337.011-.001-.208 0-.415.002-.623z"/><path fill="#4d441b" d="M8.858 12.107c1.04.662 2.303 1.168 3.526.676-.199.149-.404.289-.607.432l.491-.065c-.43.559-1.156.529-1.787.606l.138-.065c.358-.136.719-.259 1.069-.409-1 .106-2.075.248-2.982-.305l.163.025c.772.181 1.56.293 2.353.176-.847-.1-1.632-.45-2.353-.892a5.43 5.43 0 0 0-.011-.18zM11.016 14.248a7.66 7.66 0 0 1 .786-.523c-.145.222-.3.436-.46.647-.082-.031-.245-.092-.326-.124z"/><path fill="#e4c502" d="M7.513 13.931l.312.006v.686l-.312.006v-.698z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dead-end--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.789 0h.397c.461.263.8.678 1.183 1.036-.46.455-.916.913-1.374 1.368-.458-.455-.914-.913-1.373-1.369.379-.355.72-.76 1.166-1.034z"/><path fill="#ffd520" d="M7.879 3.78c.469-.449.93-.907 1.378-1.378.456.463.914.922 1.373 1.384.451-.462.905-.922 1.366-1.374.462.451.914.913 1.368 1.373l1.37-1.382c.449.47.91.928 1.379 1.378-.467.45-.923.91-1.376 1.373.454.456.908.911 1.364 1.364.458-.457.919-.912 1.37-1.378.449.469.908.929 1.376 1.378-.466.45-.92.911-1.378 1.369.455.456.91.912 1.368 1.366.458-.456.918-.913 1.372-1.374.446.467.904.924 1.37 1.372-.46.457-.919.914-1.374 1.376.457.452.913.906 1.364 1.364-.452.458-.91.912-1.364 1.368.457.458.918.913 1.37 1.376-.464.446-.92.901-1.367 1.367-.455-.462-.914-.918-1.372-1.376-.457.456-.914.913-1.369 1.37.46.456.916.914 1.375 1.37-.466.449-.924.907-1.374 1.373-.451-.463-.91-.919-1.368-1.376-.458.454-.914.91-1.366 1.37.456.457.912.914 1.372 1.369-.468.451-.928.911-1.378 1.379-.45-.466-.907-.925-1.367-1.381-.458.456-.911.918-1.368 1.375-.456-.457-.911-.917-1.366-1.375-.462.454-.916.918-1.374 1.376a45.545 45.545 0 0 0-1.372-1.373c.458-.455.916-.912 1.37-1.37-.45-.462-.907-.917-1.364-1.37-.457.457-.918.912-1.369 1.376a49.447 49.447 0 0 0-1.374-1.374c.461-.454.917-.913 1.378-1.369a884.78 884.78 0 0 0-1.37-1.37c-.457.458-.918.914-1.37 1.378a45.644 45.644 0 0 0-1.374-1.374c.46-.456.914-.914 1.375-1.369-.456-.455-.913-.91-1.367-1.368.451-.461.906-.917 1.369-1.364-.46-.458-.914-.922-1.381-1.373.469-.449.928-.908 1.376-1.379.452.464.912.92 1.372 1.376.457-.454.912-.908 1.366-1.363-.454-.462-.91-.923-1.379-1.37.47-.45.931-.91 1.381-1.381.449.468.91.924 1.37 1.38.455-.455.91-.908 1.362-1.364-.452-.464-.91-.923-1.375-1.373m1.391 1.372c.452.456.899.918 1.37 1.356.45-.455.905-.904 1.354-1.358-.445-.456-.899-.902-1.348-1.355-.482.427-.928.895-1.376 1.357M12 5.152c.45.454.904.905 1.354 1.358.47-.438.92-.895 1.364-1.358a28.197 28.197 0 0 0-1.366-1.357c-.452.451-.906.9-1.352 1.357M6.533 7.89c.426.466.924.874 1.318 1.362-.392.497-.901.905-1.328 1.378.461.449.916.902 1.366 1.362-.452.457-.911.91-1.364 1.366.455.458.912.913 1.368 1.369.457-.455.91-.914 1.369-1.367l1.367 1.367c-.456.456-.911.913-1.369 1.366-.456-.454-.91-.91-1.364-1.363-.458.45-.914.901-1.36 1.363.443.464.896.919 1.362 1.361.458-.449.905-.907 1.364-1.354.46.451.912.911 1.37 1.364.451-.458.905-.914 1.364-1.364.461.449.911.907 1.367 1.361.461-.451.913-.91 1.369-1.364-.454-.46-.912-.913-1.367-1.37.455-.455.911-.91 1.366-1.367.46.454.913.913 1.37 1.368.456-.456.913-.911 1.367-1.37-.454-.456-.911-.907-1.362-1.364.451-.46.905-.918 1.369-1.363-.457-.457-.911-.917-1.373-1.368-.464.433-.887.912-1.361 1.333-.467-.416-.943-.856-1.332-1.346.394-.493.893-.896 1.321-1.361-.452-.458-.91-.913-1.367-1.367-.458.455-.912.912-1.368 1.368l-1.363-1.368c-.463.451-.917.911-1.373 1.369-.454-.455-.904-.913-1.364-1.36-.467.442-.92.895-1.362 1.361m8.205-.001c.452.454.906.908 1.361 1.361.456-.45.91-.902 1.358-1.358a29.63 29.63 0 0 0-1.361-1.362c-.461.445-.914.898-1.358 1.36M3.842 10.657c.406.473.884.877 1.307 1.334-.449.456-.905.905-1.355 1.36.44.467.896.919 1.361 1.361.464-.443.914-.899 1.364-1.357-.454-.455-.91-.907-1.362-1.363.448-.456.9-.906 1.355-1.356-.434-.476-.9-.924-1.36-1.375-.421.475-.99.856-1.31 1.397m13.678-.007c.42.446.844.912 1.319 1.291.491-.38.894-.882 1.356-1.306-.432-.479-.9-.924-1.357-1.376-.43.47-.973.856-1.318 1.391m-.048 2.704c.45.458.9.916 1.366 1.357.463-.443.919-.895 1.36-1.361-.456-.446-.892-.914-1.36-1.348-.47.432-.907.905-1.366 1.351m-2.74 2.742c.455.452.906.908 1.364 1.357a44.85 44.85 0 0 0 1.363-1.361 92.056 92.056 0 0 0-1.361-1.363c-.457.455-.912.91-1.367 1.367m-5.463 2.738c.452.456.898.92 1.372 1.355.449-.455.904-.902 1.352-1.357-.446-.457-.904-.906-1.352-1.362-.473.439-.924.9-1.372 1.364M12 18.832c.45.455.904.906 1.356 1.358a36.31 36.31 0 0 0 1.361-1.358c-.439-.468-.898-.917-1.356-1.366-.455.454-.912.906-1.361 1.366z"/><path fill="#ffd520" d="M7.909 9.252c.431-.472.902-.907 1.349-1.364.437.458.928.871 1.33 1.358-.386.505-.896.907-1.328 1.375-.445-.461-.926-.89-1.35-1.369zM10.658 9.246c.414-.479.898-.9 1.338-1.358.442.458.92.883 1.342 1.358-.406.494-.902.91-1.343 1.375-.437-.466-.938-.877-1.337-1.375zM0 11.806c.266-.462.682-.803 1.042-1.188.457.456.916.912 1.368 1.374-.455.458-.912.913-1.368 1.37C.684 12.994.31 12.638 0 12.227v-.421zM7.895 11.993c.45-.462.908-.916 1.364-1.37.456.455.913.908 1.364 1.369-.452.456-.907.912-1.366 1.363a218.78 218.78 0 0 1-1.363-1.362zM10.632 11.992c.449-.461.907-.913 1.363-1.368.457.454.914.907 1.364 1.369-.452.456-.907.911-1.364 1.362a159.23 159.23 0 0 1-1.363-1.363zM13.368 11.99c.461-.443.882-.936 1.373-1.342.472.425.905.895 1.356 1.344-.454.456-.908.91-1.363 1.363-.458-.452-.913-.907-1.366-1.366zM21.581 11.992c.454-.461.912-.917 1.369-1.373.362.383.773.731 1.05 1.187v.359c-.26.472-.689.809-1.051 1.196-.456-.456-.913-.912-1.368-1.369zM10.63 14.728c.452-.458.908-.913 1.366-1.367.458.452.916.907 1.366 1.368-.455.455-.908.911-1.364 1.363a439.49 439.49 0 0 1-1.367-1.364zM10.625 22.945c.456-.458.912-.914 1.372-1.369.458.455.914.912 1.37 1.369-.373.364-.731.748-1.154 1.055h-.384c-.476-.257-.812-.692-1.204-1.055z"/><path d="M9.257 2.402c.44-.47.899-.924 1.366-1.368.458.456.914.914 1.373 1.369.458-.455.914-.913 1.374-1.368.467.443.924.896 1.364 1.367l-1.37 1.382c-.454-.46-.906-.922-1.368-1.373-.461.452-.914.912-1.366 1.374-.458-.462-.917-.92-1.373-1.384zM6.522 5.137c.44-.463.894-.916 1.357-1.357.466.45.923.908 1.375 1.373-.452.456-.907.91-1.362 1.364-.461-.456-.922-.912-1.37-1.38zM9.268 5.154c.449-.462.894-.93 1.376-1.357.449.452.902.899 1.348 1.355-.449.455-.904.904-1.354 1.358-.472-.438-.918-.9-1.37-1.356zM12 5.152c.446-.457.9-.906 1.352-1.357.474.433.923.893 1.366 1.357-.444.463-.894.92-1.364 1.358-.45-.454-.904-.905-1.354-1.358zM14.736 5.153c.454-.463.91-.923 1.376-1.373.463.443.917.895 1.358 1.36-.451.466-.912.92-1.37 1.378a350.82 350.82 0 0 1-1.364-1.364zM3.782 7.876c.442-.463.894-.916 1.358-1.357.469.448.925.908 1.379 1.37-.454.455-.908.91-1.366 1.363-.46-.456-.919-.912-1.372-1.376zM6.533 7.89c.442-.466.895-.919 1.362-1.361.461.446.911.905 1.364 1.36.456-.458.91-.918 1.373-1.369l1.363 1.368c.456-.456.91-.913 1.368-1.368.457.454.914.908 1.367 1.367-.428.464-.928.868-1.321 1.361.389.491.865.93 1.332 1.346.474-.421.896-.9 1.361-1.333.462.451.916.911 1.373 1.368-.464.445-.918.904-1.369 1.363.451.457.908.908 1.362 1.364-.454.46-.911.914-1.367 1.37-.457-.455-.911-.914-1.37-1.368-.455.457-.911.912-1.366 1.367.455.457.913.911 1.367 1.37-.456.455-.908.913-1.369 1.364-.456-.454-.906-.912-1.367-1.361-.46.45-.913.906-1.364 1.364-.458-.454-.911-.913-1.37-1.364-.46.446-.906.905-1.364 1.354a37.999 37.999 0 0 1-1.362-1.361c.445-.462.901-.913 1.36-1.363.455.454.908.91 1.364 1.363.458-.452.913-.91 1.369-1.366l-1.367-1.367c-.46.452-.912.912-1.369 1.367-.456-.456-.913-.911-1.368-1.369.454-.456.912-.908 1.364-1.366-.45-.46-.905-.913-1.366-1.362.427-.473.936-.881 1.328-1.378-.394-.488-.892-.896-1.318-1.362m1.376 1.364c.424.479.905.908 1.35 1.369.432-.468.942-.87 1.328-1.375-.402-.487-.893-.9-1.33-1.358-.446.457-.918.893-1.349 1.364m2.75-.006c.398.498.9.91 1.337 1.375.44-.466.937-.881 1.343-1.375-.421-.475-.9-.9-1.342-1.358-.44.458-.924.88-1.338 1.358m-2.763 2.747c.452.456.907.91 1.363 1.362.458-.451.913-.907 1.366-1.363-.451-.461-.908-.914-1.364-1.369-.456.455-.914.908-1.364 1.37m2.736-.001c.452.457.906.912 1.363 1.363.457-.451.912-.906 1.364-1.362-.45-.462-.907-.916-1.364-1.369-.456.455-.914.907-1.363 1.368m2.736-.002c.452.458.907.913 1.366 1.366.455-.454.91-.907 1.363-1.363-.451-.449-.884-.919-1.356-1.344-.491.406-.912.899-1.373 1.342m-2.738 2.737c.455.456.91.911 1.367 1.364.456-.452.91-.908 1.364-1.363-.45-.461-.907-.916-1.366-1.368-.457.454-.913.908-1.366 1.367z"/><path d="M14.738 7.891c.444-.462.898-.914 1.358-1.36.467.439.923.893 1.361 1.362-.449.456-.902.908-1.358 1.358-.455-.452-.908-.907-1.361-1.361zM17.47 7.886c.457-.458.912-.919 1.378-1.369.466.442.92.895 1.362 1.361-.454.461-.913.918-1.372 1.374-.458-.454-.913-.91-1.368-1.366zM21.58 9.25c.47.443.926.901 1.37 1.369-.457.456-.916.912-1.369 1.373.455.457.912.913 1.368 1.369a41.37 41.37 0 0 1-1.373 1.374c-.452-.463-.913-.918-1.37-1.376.455-.456.912-.91 1.364-1.368-.451-.458-.907-.912-1.364-1.364.455-.462.914-.919 1.374-1.376zM1.042 10.618c.442-.467.895-.923 1.364-1.363.467.451.922.914 1.381 1.373-.463.448-.918.904-1.369 1.364.454.458.911.913 1.367 1.368-.461.455-.916.913-1.375 1.369-.469-.443-.923-.9-1.368-1.367.456-.457.913-.912 1.368-1.37-.452-.462-.911-.918-1.368-1.374zM3.842 10.657c.32-.541.889-.922 1.31-1.397.46.451.925.899 1.36 1.375-.455.45-.907.9-1.355 1.356.452.456.908.908 1.362 1.363-.45.458-.9.914-1.364 1.357a36.39 36.39 0 0 1-1.361-1.361c.45-.455.906-.904 1.355-1.36-.422-.457-.901-.862-1.307-1.334zM17.52 10.651c.344-.535.888-.92 1.318-1.391.457.452.925.898 1.357 1.376-.462.424-.865.925-1.356 1.306-.475-.379-.899-.845-1.319-1.291zM17.472 13.355c.458-.446.895-.919 1.366-1.351.468.433.904.901 1.36 1.348-.44.466-.896.918-1.36 1.361a54.62 54.62 0 0 1-1.366-1.357zM3.784 16.103c.452-.463.913-.919 1.37-1.378l1.37 1.37c-.461.456-.917.916-1.378 1.369-.466-.443-.92-.898-1.363-1.362zM14.732 16.096c.455-.457.91-.912 1.367-1.367.457.451.913.902 1.361 1.363a44.85 44.85 0 0 1-1.363 1.361c-.458-.449-.91-.905-1.364-1.357zM17.468 16.096c.455-.457.912-.914 1.369-1.37.457.458.917.914 1.372 1.376-.445.464-.9.919-1.366 1.364-.46-.456-.916-.914-1.375-1.37zM6.521 18.839c.451-.464.912-.919 1.369-1.376.457.454.914.908 1.364 1.37-.455.458-.912.916-1.37 1.37a40.768 40.768 0 0 1-1.363-1.364zM9.268 18.834c.448-.464.899-.925 1.372-1.364.449.456.906.905 1.352 1.362-.449.455-.904.902-1.352 1.357-.474-.434-.919-.899-1.372-1.355zM12 18.832c.449-.46.906-.912 1.361-1.366.458.449.917.898 1.356 1.366a36.31 36.31 0 0 1-1.361 1.358c-.452-.452-.906-.904-1.356-1.358zM14.736 18.833c.451-.461.907-.917 1.366-1.37.458.457.917.913 1.368 1.376a40.71 40.71 0 0 1-1.362 1.363c-.46-.455-.916-.912-1.372-1.369zM9.256 21.576c.458-.458.912-.923 1.374-1.376.455.458.91.918 1.366 1.375.457-.457.91-.919 1.368-1.375.46.456.917.916 1.367 1.381-.442.468-.899.92-1.363 1.364-.456-.457-.912-.914-1.37-1.369-.46.455-.916.911-1.372 1.369-.468-.445-.925-.9-1.369-1.369z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dead-end--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.798 0h.374c.484.238.8.689 1.196 1.037-.462.451-.91.914-1.374 1.363-.463-.448-.912-.912-1.373-1.364.391-.347.71-.781 1.176-1.036zM7.879 3.78c.469-.449.929-.907 1.378-1.376.456.461.916.92 1.37 1.384.455-.458.901-.925 1.368-1.372.469.444.911.916 1.369 1.369.458-.46.912-.923 1.37-1.381.449.469.908.928 1.378 1.376-.464.451-.925.905-1.373 1.373.449.458.905.912 1.362 1.363.46-.455.918-.912 1.369-1.376.449.469.908.928 1.376 1.378-.464.45-.922.908-1.376 1.369.454.456.905.913 1.367 1.362.463-.451.917-.911 1.372-1.37.446.468.905.924 1.372 1.373-.46.46-.928.91-1.374 1.381.457.449.914.898 1.361 1.357-.445.466-.913.908-1.361 1.37.455.46.918.911 1.369 1.374-.464.448-.92.902-1.367 1.367-.456-.458-.911-.919-1.372-1.373-.46.454-.916.91-1.368 1.369l1.373 1.369c-.466.449-.923.907-1.372 1.372-.454-.461-.908-.919-1.369-1.373-.458.451-.917.902-1.362 1.368.45.462.911.914 1.368 1.369-.468.451-.928.91-1.378 1.379a80.734 80.734 0 0 0-1.366-1.379c-.464.449-.906.92-1.369 1.37-.461-.452-.907-.918-1.366-1.372-.464.451-.914.918-1.373 1.376a45.611 45.611 0 0 0-1.373-1.374c.456-.456.917-.907 1.367-1.37-.444-.467-.905-.917-1.361-1.369-.46.455-.917.912-1.369 1.374-.45-.466-.907-.924-1.374-1.372.46-.456.918-.912 1.376-1.369-.454-.46-.911-.916-1.369-1.369-.461.455-.917.913-1.37 1.375a48.076 48.076 0 0 0-1.373-1.374c.457-.457.913-.914 1.374-1.367-.451-.461-.917-.906-1.363-1.37.445-.467.907-.916 1.367-1.368-.463-.455-.917-.918-1.382-1.369.469-.45.929-.908 1.376-1.379.452.462.907.922 1.373 1.373.46-.449.911-.906 1.366-1.361a59.363 59.363 0 0 0-1.38-1.369c.47-.449.931-.91 1.381-1.381.449.468.907.924 1.37 1.379.454-.452.911-.904 1.358-1.363A46.742 46.742 0 0 0 7.877 3.78M9.27 5.162c.45.45.902.898 1.352 1.349-.444.467-.905.918-1.364 1.37-.458-.443-.894-.911-1.362-1.345-.472.433-.929.886-1.357 1.361.442.46.905.896 1.346 1.356-.454.458-.9.925-1.375 1.362-.449-.455-.895-.912-1.358-1.352-.437.437-.892.859-1.308 1.316.3.538.898.925 1.308 1.41-.444.458-.905.899-1.349 1.356.422.48.886.923 1.352 1.361.474-.43.906-.9 1.366-1.343.461.449.914.906 1.368 1.363-.444.461-.916.894-1.348 1.367.436.467.886.922 1.357 1.354.463-.439.899-.907 1.364-1.345.457.442.894.905 1.358 1.339-.419.496-.924.908-1.348 1.399.457.448.883.93 1.374 1.343.448-.451.893-.904 1.348-1.348.456.444.901.899 1.352 1.348.482-.42.923-.887 1.362-1.351-.425-.475-.893-.91-1.344-1.36.444-.467.906-.917 1.363-1.372.466.439.901.91 1.368 1.348.467-.436.918-.889 1.356-1.355-.434-.472-.906-.906-1.35-1.368.456-.455.905-.917 1.372-1.362.456.445.89.914 1.363 1.343a23.16 23.16 0 0 0 1.354-1.36c-.445-.456-.906-.899-1.351-1.356.414-.484.995-.875 1.313-1.405-.419-.458-.874-.884-1.314-1.322-.472.44-.906.918-1.38 1.355-.445-.461-.907-.904-1.354-1.364.443-.458.905-.898 1.349-1.355-.43-.476-.886-.929-1.358-1.361-.469.433-.904.901-1.362 1.344-.46-.451-.917-.905-1.366-1.367.443-.458.912-.89 1.343-1.361-.437-.468-.876-.938-1.367-1.35-.454.444-.896.899-1.349 1.345l-1.337-1.338c-.515.39-.938.889-1.388 1.351z"/><path fill="#ffd520" d="M5.304 11.989c2.222-2.237 4.451-4.469 6.691-6.688 2.24 2.219 4.47 4.45 6.691 6.689-2.221 2.24-4.456 4.468-6.691 6.694-2.234-2.228-4.47-4.454-6.691-6.695m7.826-.735c-1.475.008-2.948-.004-4.423.006-.007.486-.006.972-.001 1.458 1.475.007 2.951-.002 4.426.005-.072.338-.475.773-.146 1.072.229.092.421-.096.606-.199.814-.545 1.643-1.064 2.461-1.602-.95-.607-1.876-1.265-2.86-1.813-.631.002-.176.748-.062 1.074zM0 11.816c.242-.482.692-.8 1.043-1.199.452.46.918.906 1.363 1.374-.448.463-.911.911-1.362 1.37-.35-.384-.767-.71-1.044-1.156v-.39zM21.586 11.992c.444-.468.911-.913 1.363-1.373.355.394.793.722 1.051 1.196v.334c-.232.497-.701.809-1.052 1.212-.452-.458-.914-.906-1.362-1.369zM10.625 22.944c.458-.454.906-.917 1.372-1.363.463.446.911.91 1.37 1.363-.39.354-.718.784-1.177 1.056h-.346c-.503-.227-.811-.706-1.219-1.056z"/><path d="M9.257 2.404a28.89 28.89 0 0 1 1.366-1.368c.461.452.91.917 1.373 1.364.464-.449.912-.912 1.374-1.363.469.44.926.896 1.366 1.367-.458.458-.912.922-1.37 1.381-.458-.454-.9-.925-1.369-1.369-.467.446-.913.913-1.368 1.372-.455-.463-.914-.923-1.37-1.384zM6.522 5.137c.439-.464.893-.917 1.357-1.357.464.45.925.904 1.372 1.373-.448.46-.905.911-1.358 1.363a63.604 63.604 0 0 1-1.37-1.379z"/><path d="M9.27 5.162c.45-.462.874-.961 1.388-1.351.445.446.89.893 1.337 1.338.452-.446.895-.901 1.349-1.345.491.412.93.882 1.367 1.35-.431.47-.9.902-1.343 1.361.449.462.906.916 1.366 1.367.458-.443.893-.911 1.362-1.344.473.432.929.884 1.358 1.361-.444.457-.906.896-1.349 1.355.446.461.908.904 1.354 1.364.474-.437.908-.914 1.38-1.355.44.438.895.864 1.314 1.322-.318.53-.899.922-1.313 1.405.445.457.906.9 1.351 1.356-.428.475-.888.922-1.354 1.36-.473-.428-.907-.898-1.363-1.343-.467.445-.916.907-1.372 1.362.444.462.916.896 1.35 1.368-.438.466-.889.919-1.356 1.355-.467-.438-.902-.908-1.368-1.348-.457.455-.919.905-1.363 1.372.451.45.919.884 1.344 1.36-.439.464-.88.931-1.362 1.351-.451-.449-.896-.904-1.352-1.348-.455.444-.9.896-1.348 1.348-.491-.413-.917-.895-1.374-1.343.424-.491.929-.904 1.348-1.399-.464-.434-.901-.898-1.358-1.339-.466.438-.901.906-1.364 1.345a24.07 24.07 0 0 1-1.357-1.354c.432-.473.904-.906 1.348-1.367-.454-.457-.907-.914-1.368-1.363-.46.443-.892.913-1.366 1.343a19.95 19.95 0 0 1-1.352-1.361c.444-.457.905-.898 1.349-1.356-.41-.485-1.008-.872-1.308-1.41.416-.457.871-.88 1.308-1.316.463.44.91.898 1.358 1.352.475-.437.922-.904 1.375-1.362-.442-.46-.905-.896-1.346-1.356.428-.475.886-.928 1.357-1.361.468.434.904.902 1.362 1.345.46-.452.92-.904 1.364-1.37-.45-.451-.902-.899-1.352-1.349m-3.967 6.827c2.221 2.24 4.457 4.466 6.691 6.695 2.236-2.226 4.47-4.453 6.691-6.694-2.221-2.239-4.451-4.47-6.691-6.689-2.24 2.219-4.469 4.451-6.691 6.688z"/><path d="M14.74 5.153c.448-.468.908-.922 1.373-1.373.463.442.917.895 1.358 1.36a98.7 98.7 0 0 1-1.369 1.376c-.457-.451-.913-.905-1.362-1.363zM3.782 7.876c.44-.464.894-.917 1.358-1.357.469.446.925.907 1.38 1.369-.455.455-.906.912-1.366 1.361-.466-.451-.92-.911-1.373-1.373zM17.471 7.886c.455-.461.912-.919 1.376-1.369.467.44.92.895 1.362 1.361-.455.46-.908.919-1.372 1.37-.462-.449-.913-.906-1.367-1.362zM21.581 9.251c.469.443.928.896 1.368 1.368-.452.46-.919.905-1.363 1.373.448.463.91.911 1.362 1.369-.444.472-.904.926-1.372 1.373-.451-.463-.914-.914-1.369-1.374.448-.462.916-.905 1.361-1.37-.446-.46-.904-.908-1.361-1.357.446-.472.914-.922 1.374-1.381zM1.043 10.618a29.2 29.2 0 0 1 1.363-1.363c.466.451.919.914 1.382 1.369-.46.452-.922.901-1.367 1.368.446.464.912.91 1.363 1.37-.461.452-.917.91-1.374 1.367a32.633 32.633 0 0 1-1.367-1.367c.451-.46.914-.907 1.362-1.37-.445-.468-.911-.914-1.363-1.374zM13.13 11.254c-.114-.326-.569-1.072.062-1.074.984.548 1.909 1.206 2.86 1.813-.818.538-1.648 1.057-2.461 1.602-.185.103-.377.292-.606.199-.329-.299.074-.733.146-1.072-1.475-.007-2.951.002-4.426-.005-.005-.486-.006-.972.001-1.458 1.475-.01 2.948.002 4.423-.006zM3.784 16.103c.454-.462.91-.92 1.37-1.375.458.454.916.91 1.369 1.369l-1.376 1.369c-.466-.443-.92-.898-1.363-1.363zM17.47 16.097c.452-.46.908-.916 1.368-1.369.461.454.916.914 1.372 1.373-.444.467-.9.922-1.367 1.366l-1.373-1.369zM6.521 18.838c.452-.462.91-.919 1.369-1.374.456.452.917.902 1.361 1.369-.45.463-.911.914-1.367 1.37-.466-.444-.92-.899-1.363-1.366zM14.74 18.833c.445-.466.904-.917 1.362-1.368.461.454.916.912 1.369 1.373-.443.467-.899.922-1.363 1.364-.457-.455-.918-.907-1.368-1.369zM9.257 21.577c.458-.458.908-.925 1.373-1.376.458.454.905.919 1.366 1.372.463-.45.905-.922 1.369-1.37.462.452.914.914 1.366 1.379-.44.467-.895.922-1.363 1.363-.46-.454-.907-.917-1.37-1.363-.466.446-.913.91-1.372 1.363-.47-.442-.925-.899-1.368-1.367z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dead-end--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.791 0h.391c.466.258.802.679 1.187 1.036-.46.455-.914.913-1.374 1.368-.46-.455-.914-.913-1.373-1.368.38-.355.719-.764 1.169-1.036z"/><path fill="#ffd520" d="M7.879 3.78c.469-.449.93-.907 1.378-1.378.456.463.916.923 1.373 1.384a80.38 80.38 0 0 1 1.366-1.373c.463.45.913.913 1.368 1.372l1.372-1.382c.448.47.908.928 1.378 1.378-.467.45-.924.908-1.375 1.373.452.456.907.911 1.363 1.364.46-.457.919-.912 1.37-1.378.449.469.908.929 1.376 1.378-.466.45-.922.91-1.376 1.37.454.456.908.912 1.367 1.363.46-.455.918-.912 1.372-1.373.446.467.905.924 1.37 1.373-.46.457-.92.914-1.376 1.376.46.45.916.905 1.367 1.363-.451.458-.91.911-1.364 1.368.457.458.918.913 1.37 1.376-.464.446-.92.901-1.367 1.367-.455-.462-.913-.918-1.372-1.375-.458.455-.916.911-1.369 1.37.46.456.916.913 1.375 1.369-.466.449-.924.907-1.374 1.373-.451-.463-.91-.919-1.368-1.375a88.03 88.03 0 0 0-1.364 1.369c.455.458.911.916 1.37 1.369-.468.451-.928.911-1.378 1.379-.45-.466-.906-.925-1.367-1.38-.458.455-.911.917-1.368 1.374-.456-.457-.91-.917-1.364-1.375-.464.454-.917.918-1.374 1.376a48.075 48.075 0 0 0-1.373-1.374c.458-.454.916-.91 1.369-1.369a88.03 88.03 0 0 0-1.363-1.37c-.458.457-.918.912-1.369 1.376a49.447 49.447 0 0 0-1.374-1.374c.461-.454.917-.913 1.378-1.368-.456-.458-.913-.916-1.37-1.372-.458.458-.918.914-1.37 1.378a45.644 45.644 0 0 0-1.374-1.374c.46-.456.916-.914 1.375-1.369-.456-.455-.914-.908-1.366-1.368.45-.462.906-.918 1.369-1.367-.462-.456-.917-.919-1.382-1.37.469-.449.929-.91 1.376-1.379.452.463.911.92 1.372 1.375.458-.451.912-.907 1.366-1.362-.454-.463-.91-.923-1.379-1.37.47-.45.931-.91 1.381-1.381.449.468.91.924 1.37 1.38.455-.454.91-.907 1.361-1.364A59.291 59.291 0 0 0 7.881 3.78m1.387 1.379c.451.452.906.902 1.356 1.355-.449.463-.907.917-1.366 1.37-.455-.45-.9-.91-1.362-1.352a29.2 29.2 0 0 0-1.363 1.363c.449.456.907.901 1.355 1.358-.454.46-.906.919-1.373 1.366-.45-.457-.901-.913-1.362-1.358-.434.444-.9.857-1.309 1.324.317.542.893.924 1.309 1.405-.449.457-.907.905-1.357 1.361.438.469.894.92 1.36 1.361.467-.438.91-.901 1.366-1.349.461.451.914.908 1.37 1.364-.451.457-.914.901-1.355 1.367.442.464.894.918 1.36 1.358.461-.446.905-.907 1.366-1.352.457.449.901.908 1.364 1.35-.439.475-.919.911-1.356 1.388.454.454.896.918 1.369 1.351.451-.454.902-.906 1.357-1.356.455.45.905.905 1.358 1.356.469-.437.919-.893 1.361-1.357-.436-.469-.898-.913-1.352-1.364.451-.46.91-.914 1.366-1.369.462.446.906.908 1.368 1.354.464-.44.917-.895 1.36-1.357-.442-.467-.905-.911-1.355-1.368.456-.456.908-.916 1.37-1.366.455.45.899.912 1.366 1.35.464-.442.919-.894 1.36-1.36-.451-.456-.908-.905-1.358-1.361.427-.454.902-.862 1.309-1.334-.314-.533-.889-.924-1.31-1.396-.464.446-.911.913-1.375 1.36-.449-.46-.908-.908-1.36-1.367.449-.456.906-.904 1.356-1.357-.438-.47-.893-.924-1.362-1.363-.463.442-.908.901-1.363 1.351-.458-.454-.917-.908-1.367-1.369.449-.455.911-.898 1.35-1.362a25.298 25.298 0 0 0-1.364-1.357c-.455.45-.905.904-1.357 1.355l-1.348-1.35c-.492.419-.932.893-1.38 1.358z"/><path fill="#ffd520" d="M5.302 11.989a1455.94 1455.94 0 0 1 6.694-6.69 1319.61 1319.61 0 0 1 6.694 6.691 1837.095 1837.095 0 0 1-6.694 6.695c-2.233-2.23-4.469-4.457-6.694-6.696m7.956-3.815c-.473.792-1.109 1.504-1.476 2.348.224.287.62-.024.912-.056-.018.486.058.984-.044 1.463-.18.314-.599.202-.896.239-.784-.053-1.548.594-1.576 1.388-.024.752-.001 1.506-.006 2.26l1.127-.001c.038-.768-.066-1.552.05-2.31.464-.445 1.285-.016 1.787-.486.872-.551.68-1.676.689-2.552.292.031.692.346.913.055-.366-.844-.995-1.562-1.48-2.347zM0 11.808c.262-.466.684-.804 1.042-1.189.457.456.917.911 1.367 1.373-.452.46-.911.913-1.366 1.37-.359-.37-.738-.722-1.043-1.14v-.414zM21.582 11.992c.451-.462.911-.917 1.368-1.373.362.385.776.73 1.05 1.188v.353c-.253.478-.69.811-1.051 1.201-.456-.456-.913-.911-1.367-1.369zM10.626 22.944c.455-.456.91-.914 1.37-1.367.458.454.913.911 1.37 1.367-.376.364-.73.755-1.16 1.056h-.373c-.482-.251-.814-.695-1.207-1.056z"/><path d="M9.257 2.402c.44-.47.898-.925 1.366-1.367.458.455.913.913 1.373 1.368.46-.455.914-.913 1.374-1.368.468.443.925.896 1.366 1.367-.457.461-.913.923-1.372 1.382-.455-.458-.905-.922-1.368-1.372-.462.45-.914.912-1.366 1.373-.457-.461-.917-.92-1.373-1.384zM6.522 5.137c.44-.463.893-.916 1.357-1.357.466.449.923.908 1.374 1.373-.451.457-.906.911-1.361 1.364-.461-.456-.922-.912-1.37-1.38z"/><path d="M9.268 5.159c.448-.466.888-.94 1.38-1.358l1.348 1.35c.452-.451.902-.905 1.357-1.355.475.431.923.89 1.364 1.357-.439.464-.901.907-1.35 1.362.45.461.908.916 1.367 1.369.455-.45.9-.91 1.363-1.351.469.439.924.893 1.362 1.363-.45.454-.907.901-1.356 1.357.451.458.911.907 1.36 1.367.464-.446.911-.913 1.375-1.36.421.472.996.863 1.31 1.396-.407.473-.882.881-1.309 1.334.45.456.907.905 1.358 1.361-.44.466-.895.918-1.36 1.36-.467-.438-.911-.9-1.366-1.35-.462.45-.914.91-1.37 1.366.45.457.913.901 1.355 1.368a39.55 39.55 0 0 1-1.36 1.357c-.462-.445-.906-.907-1.368-1.354-.456.455-.914.91-1.366 1.369.455.451.917.895 1.352 1.364-.442.464-.892.92-1.361 1.357-.454-.451-.904-.906-1.358-1.356-.455.45-.906.902-1.357 1.356-.473-.433-.916-.898-1.369-1.351.437-.478.917-.913 1.356-1.388-.463-.442-.907-.901-1.364-1.35-.461.445-.905.906-1.366 1.352-.466-.44-.918-.894-1.36-1.358.44-.466.904-.91 1.355-1.367-.456-.456-.91-.913-1.37-1.364-.456.448-.899.911-1.366 1.349-.466-.44-.922-.892-1.36-1.361.45-.456.908-.904 1.357-1.361-.416-.481-.992-.863-1.309-1.405.409-.467.875-.88 1.309-1.324.461.445.912.901 1.362 1.358.467-.446.919-.906 1.373-1.366-.448-.457-.906-.902-1.355-1.358a29.2 29.2 0 0 1 1.363-1.363c.462.443.907.902 1.362 1.352.458-.454.917-.907 1.366-1.37-.45-.452-.905-.902-1.356-1.355m-3.964 6.831c2.225 2.239 4.46 4.466 6.694 6.696 2.236-2.227 4.47-4.457 6.694-6.695-2.224-2.238-4.454-4.47-6.694-6.691a1507.921 1507.921 0 0 0-6.694 6.69z"/><path d="M14.737 5.153c.451-.464.908-.923 1.375-1.373.463.443.917.895 1.358 1.36-.451.466-.911.92-1.37 1.378a292.1 292.1 0 0 1-1.363-1.364zM3.782 7.876c.442-.464.894-.916 1.358-1.357.469.448.925.907 1.379 1.37-.454.455-.907.911-1.366 1.362-.461-.455-.919-.912-1.372-1.375zM17.471 7.888c.455-.461.911-.92 1.376-1.37.466.442.92.895 1.362 1.361-.454.461-.912.918-1.372 1.373-.458-.451-.913-.907-1.367-1.363zM13.258 8.174c.485.785 1.114 1.504 1.48 2.347-.221.29-.622-.024-.913-.055-.008.876.184 2.002-.689 2.552-.502.47-1.322.041-1.787.486-.116.758-.012 1.542-.05 2.31l-1.127.001c.005-.754-.018-1.507.006-2.26.028-.794.792-1.441 1.576-1.388.298-.037.716.076.896-.239.102-.479.026-.977.044-1.463-.292.032-.688.343-.912.056.367-.845 1.003-1.556 1.476-2.348zM21.58 9.251c.47.442.928.899 1.37 1.368-.457.456-.917.911-1.368 1.373.454.458.911.913 1.367 1.369-.446.469-.905.926-1.373 1.374-.452-.463-.913-.918-1.37-1.376.455-.457.913-.91 1.364-1.368-.451-.458-.907-.913-1.367-1.363.456-.462.917-.919 1.376-1.376zM1.042 10.619a31.9 31.9 0 0 1 1.364-1.364c.466.451.92.914 1.382 1.37-.463.449-.919.905-1.369 1.367.451.46.91.913 1.366 1.368-.46.455-.916.913-1.375 1.369-.469-.443-.923-.9-1.367-1.367.455-.457.913-.911 1.366-1.37-.45-.462-.91-.917-1.367-1.373zM3.784 16.103c.452-.463.912-.919 1.37-1.378.457.456.914.913 1.37 1.372-.461.455-.917.914-1.378 1.368-.466-.443-.92-.898-1.363-1.362zM17.468 16.097c.454-.46.911-.916 1.369-1.37.458.457.917.913 1.372 1.375-.445.466-.9.92-1.366 1.364-.46-.456-.916-.913-1.375-1.369zM6.521 18.839c.451-.464.911-.919 1.369-1.376.458.454.916.907 1.363 1.37-.454.46-.911.916-1.369 1.369a39.813 39.813 0 0 1-1.363-1.363zM14.737 18.833c.449-.462.906-.917 1.364-1.369.458.456.917.912 1.368 1.375a40.71 40.71 0 0 1-1.362 1.363c-.46-.454-.916-.911-1.37-1.369zM9.257 21.576c.457-.458.91-.923 1.374-1.376.455.458.908.918 1.364 1.375.457-.457.91-.919 1.368-1.374.461.455.917.914 1.367 1.38-.442.468-.898.92-1.363 1.363-.457-.456-.912-.913-1.37-1.367-.461.452-.916.911-1.37 1.367a33.962 33.962 0 0 1-1.369-1.368z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dead-end-go-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M0 0h3.427c.007 1.129-.018 2.258.014 3.388l-.114.007c-1.108.074-2.219.011-3.328.032V0zM6.854 0h3.427c0 1.126-.002 2.251.001 3.377a115.349 115.349 0 0 0-3.43 0L6.853 0zM13.709 0h3.427c.001 1.126-.001 2.251.001 3.377a115.349 115.349 0 0 0-3.43 0c.002-1.126.001-2.251.001-3.377zM20.564 0H24v3.425c-1.109-.012-2.219.036-3.326-.025a4.637 4.637 0 0 1-.121-.007c.025-1.13.006-2.262.012-3.392zM3.484 3.482c5.677-.007 11.356-.007 17.034 0 .007 5.677.008 11.353-.001 17.029-5.677.002-11.356.002-17.033 0-.012-5.676-.01-11.352 0-17.029M6.725 6.73c.392 2.515.785 5.03 1.23 7.536.067.482.758.66 1.046.262.432-.631.755-1.331 1.169-1.974 1.861 1.852 3.707 3.718 5.566 5.569.808-.806 1.616-1.612 2.419-2.423-1.838-1.877-3.712-3.72-5.558-5.587.628-.391 1.29-.726 1.906-1.135.42-.3.184-1.049-.323-1.085-2.478-.427-4.964-.81-7.454-1.163zM0 6.853h3.379a122.414 122.414 0 0 0-.001 3.428C2.252 10.277 1.126 10.28 0 10.28V6.853zM20.621 6.853H24v3.424c-1.126.007-2.252 0-3.378.005.019-1.142.019-2.286-.001-3.428zM0 13.706c1.127 0 2.252.001 3.379-.001a122.558 122.558 0 0 0-.001 3.43c-1.126-.002-2.252 0-3.378-.001v-3.427zM20.622 13.705c1.126.002 2.251.002 3.378 0v3.425c-1.127.008-2.252.001-3.378.005.018-1.142.019-2.286 0-3.43zM0 20.561c1.132-.006 2.263.013 3.395-.012l.007.122c.059 1.109.007 2.219.026 3.329H0v-3.439zM20.602 20.548c1.133.028 2.266.008 3.398.012V24h-3.432c.011-1.111-.042-2.225.026-3.335l.007-.118zM6.853 20.616c1.144.008 2.287.008 3.43 0a636.193 636.193 0 0 0 0 3.384H6.862c-.017-1.128-.004-2.256-.008-3.384zM13.708 20.616c1.144.008 2.287.008 3.43 0-.001 1.128-.002 2.256 0 3.384h-3.422c-.013-1.128-.001-2.256-.007-3.384z"/><path d="M3.427 0h3.427l-.001 3.377c-1.136.058-2.275.013-3.412.011C3.409 2.259 3.434 1.13 3.427 0zM10.282 0h3.427c0 1.126.001 2.251-.001 3.377a48.29 48.29 0 0 1-3.425 0c-.004-1.126-.001-2.251-.001-3.377zM17.136 0h3.428c-.006 1.13.013 2.262-.012 3.392-1.138-.006-2.276.042-3.415-.016-.002-1.126 0-2.251-.001-3.377zM0 3.427c1.109-.022 2.22.042 3.328-.032.131 1.148.073 2.305.052 3.458H.001V3.427zM20.674 3.4c1.108.061 2.218.013 3.326.025v3.428h-3.379c-.03-1.151-.088-2.308.053-3.454zM6.725 6.73c2.49.353 4.976.736 7.454 1.163.506.036.743.785.323 1.085-.616.409-1.278.744-1.906 1.135 1.847 1.867 3.72 3.71 5.558 5.587-.803.811-1.612 1.616-2.419 2.423-1.859-1.852-3.704-3.718-5.566-5.569-.414.643-.737 1.343-1.169 1.974-.288.398-.979.221-1.046-.262a361.535 361.535 0 0 1-1.23-7.536zM0 10.28c1.126 0 2.252-.002 3.378.001.036 1.141.036 2.282.001 3.424-1.127.002-2.252.001-3.379.001V10.28zM20.622 10.282c1.126-.005 2.252.002 3.378-.005v3.428c-1.127.002-2.252.002-3.378 0a42.495 42.495 0 0 1 0-3.424zM0 17.134c1.126.001 2.252-.001 3.378.001.053 1.138.008 2.276.017 3.414-1.132.025-2.263.006-3.395.012v-3.427zM20.622 17.135c1.126-.004 2.251.004 3.378-.005v3.43c-1.133-.004-2.266.016-3.398-.012.01-1.138-.044-2.275.02-3.413zM3.402 20.671c1.146-.133 2.302-.072 3.451-.055.005 1.128-.008 2.256.008 3.384H3.428c-.019-1.11.032-2.22-.026-3.329zM10.283 20.616a62.079 62.079 0 0 1 3.425 0c.006 1.128-.006 2.256.007 3.384h-3.432c-.004-1.128-.002-2.256 0-3.384zM17.137 20.616c1.152-.018 2.309-.074 3.457.049-.068 1.11-.016 2.224-.026 3.335h-3.431c-.002-1.128-.001-2.256 0-3.384z"/><path fill="#2a1606" d="M3.328 3.395l.114-.007c1.136.002 2.275.047 3.412-.011 1.144-.017 2.287-.017 3.43 0a48.29 48.29 0 0 0 3.425 0c1.144-.017 2.287-.017 3.43 0 1.139.058 2.278.01 3.415.016l.121.007c-.14 1.146-.083 2.303-.053 3.454.02 1.142.02 2.286.001 3.428a42.495 42.495 0 0 0 0 3.424c.019 1.144.018 2.287 0 3.43-.065 1.138-.011 2.275-.02 3.413a4.666 4.666 0 0 1-.007.118c-1.148-.124-2.305-.067-3.457-.049-1.142.008-2.286.008-3.43 0a62.079 62.079 0 0 0-3.425 0c-1.142.008-2.286.008-3.43 0-1.15-.017-2.305-.078-3.451.055a4.986 4.986 0 0 1-.007-.122c-.008-1.138.036-2.276-.017-3.414-.014-1.142-.016-2.286.001-3.43a55.055 55.055 0 0 0-.001-3.424c-.016-1.142-.014-2.286.001-3.428.022-1.153.079-2.31-.052-3.458m.156.085c-.01 5.677-.012 11.353 0 17.029 5.677.002 11.356.002 17.033 0a5686 5686 0 0 0 .001-17.029c-5.678-.007-11.357-.007-17.034 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dead-end-go-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M0 0h3.427c.004 1.127-.01 2.254.012 3.379l-.113.016c-1.106.077-2.218.01-3.326.032V0zM6.854 0h3.427c.001 1.126-.001 2.251.002 3.377a115.349 115.349 0 0 0-3.43 0V0zM13.71 0h3.427c0 1.126-.001 2.251.001 3.377a112.053 112.053 0 0 0-3.43 0c.002-1.126 0-2.251.001-3.377zM20.564 0H24v3.425c-1.11-.013-2.221.036-3.33-.025l-.116-.005c.024-1.132.006-2.263.011-3.395zM3.482 3.482c5.678-.007 11.357-.007 17.034.001.008 5.676.011 11.352 0 17.028-5.678.005-11.356.005-17.033 0a5686 5686 0 0 1-.001-17.029M9.82 7.891c-.515.03-.756.791-.326 1.091.616.406 1.274.74 1.901 1.129-1.846 1.868-3.718 3.712-5.558 5.586a345.38 345.38 0 0 0 2.418 2.424c1.864-1.849 3.706-3.719 5.568-5.569.413.647.737 1.349 1.172 1.98.288.394.976.212 1.042-.268.445-2.504.838-5.02 1.23-7.534-2.488.349-4.97.736-7.446 1.16zM0 6.853h3.377a108.814 108.814 0 0 0 0 3.428C2.251 10.277 1.126 10.28 0 10.28V6.853zM20.62 6.853H24v3.424c-1.127.007-2.254 0-3.38.005.018-1.142.017-2.286 0-3.428zM0 13.706c1.126 0 2.251.001 3.377-.001a112.053 112.053 0 0 0 0 3.43c-1.126-.002-2.251 0-3.377-.001v-3.427zM20.62 13.705c1.127.002 2.254.002 3.38 0v3.425c-1.127.01-2.254 0-3.38.005.017-1.142.018-2.286 0-3.43zM0 20.561c1.132-.005 2.264.012 3.396-.011l.005.12c.061 1.109.008 2.22.029 3.33H0v-3.439zM20.602 20.548c1.133.028 2.266.008 3.398.012V24h-3.432c.012-1.112-.043-2.227.029-3.338l.005-.114zM6.854 20.616c1.142.011 2.286.012 3.43 0a636.193 636.193 0 0 0 0 3.384H6.863c-.017-1.128-.004-2.256-.008-3.384zM13.709 20.616c1.142.012 2.286.011 3.43 0-.001 1.128-.004 2.256 0 3.384h-3.422c-.013-1.128-.002-2.256-.007-3.384z"/><path d="M3.427 0h3.427v3.377c-1.139.054-2.278.019-3.415.002C3.417 2.253 3.431 1.127 3.427 0zM10.282 0h3.428c-.001 1.126.001 2.251-.001 3.377-1.141.04-2.284.04-3.425 0-.004-1.126-.001-2.251-.002-3.377zM17.137 0h3.427c-.005 1.132.013 2.263-.011 3.395-1.139-.01-2.278.04-3.415-.018-.002-1.126-.001-2.251-.001-3.377zM0 3.427c1.109-.023 2.22.044 3.326-.032.133 1.148.077 2.306.05 3.458H-.001V3.427zM20.67 3.4c1.109.061 2.22.012 3.33.025v3.428h-3.38c-.024-1.151-.078-2.306.05-3.454zM9.82 7.891a246.04 246.04 0 0 1 7.446-1.16 361.348 361.348 0 0 1-1.23 7.534c-.066.48-.754.661-1.042.268-.436-.631-.76-1.333-1.172-1.98-1.862 1.85-3.704 3.72-5.568 5.569a345.38 345.38 0 0 1-2.418-2.424c1.841-1.874 3.713-3.718 5.558-5.586-.626-.389-1.285-.724-1.901-1.129-.43-.3-.188-1.061.326-1.091zM0 10.28c1.126 0 2.251-.002 3.377.001a47.673 47.673 0 0 1 0 3.424c-1.126.002-2.251.001-3.377.001V10.28zM20.62 10.282c1.127-.005 2.254.002 3.38-.005v3.428c-1.127.002-2.254.002-3.38 0a53.547 53.547 0 0 1 0-3.424zM0 17.134c1.126.001 2.251-.001 3.377.001.059 1.139.007 2.278.019 3.415-1.132.023-2.264.006-3.396.011v-3.427zM20.62 17.135c1.127-.005 2.254.005 3.38-.005v3.43c-1.133-.004-2.266.016-3.398-.012.016-1.138-.038-2.275.018-3.413zM3.401 20.67c1.147-.131 2.303-.071 3.454-.054.005 1.128-.008 2.256.008 3.384H3.43c-.02-1.11.032-2.221-.029-3.33zM10.284 20.616a63.08 63.08 0 0 1 3.425 0c.005 1.128-.006 2.256.007 3.384h-3.432c-.004-1.128-.002-2.256 0-3.384zM17.138 20.616c1.152-.019 2.309-.071 3.458.046-.072 1.111-.017 2.226-.029 3.338h-3.43c-.004-1.128-.001-2.256 0-3.384z"/><path fill="#2a1606" d="M3.326 3.395l.113-.016c1.138.017 2.276.052 3.415-.002 1.142-.017 2.286-.017 3.43 0 1.141.04 2.284.04 3.425 0 1.142-.018 2.286-.017 3.43 0 1.138.058 2.276.008 3.415.018l.116.005c-.128 1.147-.074 2.303-.05 3.454.017 1.142.018 2.286 0 3.428a53.547 53.547 0 0 0 0 3.424c.018 1.144.017 2.287 0 3.43-.056 1.138-.002 2.275-.018 3.413l-.005.114c-1.15-.116-2.306-.065-3.458-.046a170.51 170.51 0 0 1-3.43 0 63.08 63.08 0 0 0-3.425 0 170.51 170.51 0 0 1-3.43 0c-1.151-.017-2.306-.077-3.454.054l-.005-.12c-.012-1.138.04-2.276-.019-3.415a112.053 112.053 0 0 1 0-3.43c.041-1.14.041-2.282 0-3.424a108.814 108.814 0 0 1 0-3.428c.026-1.152.083-2.31-.05-3.458m.156.086c-.007 5.677-.008 11.353.001 17.029 5.677.005 11.354.005 17.033 0 .011-5.676.008-11.352 0-17.028-5.677-.008-11.356-.008-17.034-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--descent-or-climbing-lanes-in-triple-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f8d70a" d="M11.665 0h.59c.234.106.462.233.648.413 3.54 3.542 7.08 7.085 10.625 10.622.199.206.348.455.472.713v.428c-.115.283-.259.562-.481.778-3.523 3.52-7.045 7.042-10.565 10.565-.211.208-.472.356-.738.481h-.412c-.282-.109-.557-.252-.768-.472C7.498 19.983 3.954 16.443.412 12.902a2.728 2.728 0 0 1-.413-.617v-.588c.227-.521.674-.881 1.063-1.273l9.301-9.3c.408-.402.781-.858 1.301-1.124m-.091.422C7.885 3.963 4.325 7.651.684 11.246c-.43.329-.55 1.004-.12 1.387 3.571 3.592 7.159 7.166 10.74 10.746.33.39.966.434 1.312.042 3.589-3.574 7.165-7.162 10.747-10.742.384-.323.436-.946.054-1.29C19.841 7.801 16.254 4.225 12.675.642c-.266-.305-.743-.46-1.102-.22z"/><path fill="#010102" d="M11.573.422c.359-.24.835-.085 1.102.22 3.58 3.583 7.166 7.159 10.742 10.747.382.344.33.967-.054 1.29-3.582 3.581-7.158 7.169-10.747 10.742-.346.392-.982.348-1.312-.042-3.581-3.58-7.169-7.154-10.74-10.746-.43-.383-.31-1.058.12-1.387C4.325 7.651 7.885 3.963 11.573.422m.339.334c-.148.018-.244.151-.354.239C8.02 4.541 4.473 8.077.936 11.623a.464.464 0 0 0 .01.746c3.563 3.559 7.123 7.123 10.686 10.684a.451.451 0 0 0 .728-.01c3.56-3.562 7.122-7.122 10.684-10.684a.45.45 0 0 0 .006-.726C19.49 8.07 15.927 4.511 12.368.949c-.119-.122-.272-.236-.455-.194z"/><path fill="#ffdb00" d="M11.912.756c.182-.042.336.072.455.194 3.559 3.562 7.122 7.121 10.682 10.684a.45.45 0 0 1-.006.726L12.359 23.044a.451.451 0 0 1-.728.01C8.068 19.494 4.508 15.93.945 12.37a.464.464 0 0 1-.01-.746C4.473 8.078 8.02 4.542 11.557.996c.11-.088.206-.221.354-.239m-.476 5.573v8.521c-.306-.006-.612-.016-.918-.012-.031.57.401 1.004.629 1.49.326.433.466 1.151.913 1.402.485-.864 1.007-1.716 1.422-2.614.036-.488-.625-.221-.916-.212-.002-2.857-.007-5.714.002-8.572-.378-.004-.756-.023-1.133-.004m3.405.06c.002 2.815.001 5.629 0 8.444a14.164 14.164 0 0 0-.874-.012c.185 1.079.98 1.976 1.47 2.948.446-.992 1.279-1.877 1.439-2.958-.294.001-.587.022-.88.042-.005-2.821-.001-5.644-.002-8.465h-1.153M7.181 8.51c-.133.257-.337.528-.224.832.289-.041.583-.005.874-.044 0 2.838.002 5.676-.001 8.514.374.001.749.002 1.123.005.006-2.834-.001-5.67.004-8.506.287.03.575-.002.862.023-.136-1.097-.991-1.974-1.432-2.976-.426.703-.799 1.438-1.205 2.153z"/><path d="M11.435 6.33c.377-.019.755 0 1.133.004-.01 2.857-.005 5.714-.002 8.572.29-.008.952-.276.916.212-.415.898-.937 1.75-1.422 2.614-.448-.251-.587-.968-.913-1.402-.228-.486-.66-.92-.629-1.49.306-.004.612.006.918.012V6.331zM14.839 6.389h1.153c.001 2.821-.002 5.644.002 8.465.293-.02.586-.041.88-.042-.16 1.081-.992 1.966-1.439 2.958-.49-.972-1.285-1.87-1.47-2.948.29-.007.582.001.874.012.001-2.815.002-5.629 0-8.444zM7.181 8.51c.406-.715.779-1.45 1.205-2.153.44 1.002 1.296 1.879 1.432 2.976-.287-.025-.575.007-.862-.023-.005 2.836.002 5.671-.004 8.506l-1.123-.005c.004-2.838.001-5.676.001-8.514-.29.04-.584.004-.874.044-.113-.304.091-.575.224-.832z"/></symbol><symbol viewBox="0 0 24 24" id="warning--detour-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.718 0h.517c.259.128.508.283.715.486 3.257 3.264 6.521 6.522 9.781 9.784.449.458.961.875 1.268 1.45v.522c-.13.257-.287.5-.49.704-3.268 3.253-6.523 6.521-9.786 9.779-.46.449-.872.965-1.446 1.276h-.529a2.918 2.918 0 0 1-.694-.491c-3.256-3.266-6.522-6.522-9.78-9.785-.449-.46-.964-.872-1.276-1.446v-.529c.27-.575.774-.977 1.21-1.421 3.26-3.26 6.522-6.518 9.78-9.781a3.77 3.77 0 0 1 .728-.547m-.042.388c-.371.218-.64.565-.946.859C7.348 4.63 3.959 8.003.586 11.39a.814.814 0 0 0 .008 1.214l10.801 10.802a.806.806 0 0 0 1.211.002c3.6-3.602 7.199-7.205 10.8-10.806a.81.81 0 0 0 .008-1.213C19.861 7.82 16.29 4.268 12.734.701c-.263-.283-.68-.526-1.061-.313z"/><path fill="#ef7c23" d="M10.958 1.717c.336-.323.628-.707 1.042-.936.265.142.475.362.685.574C16.193 4.92 19.803 8.389 23.262 12c-3.581 3.69-7.27 7.278-10.884 10.937-.172.24-.504.337-.695.059C8.109 19.409 4.52 15.838.949 12.25c-.312-.254.028-.565.223-.757 3.27-3.25 6.522-6.518 9.786-9.775M7.793 6.714c-.199.118-.382.557 0 .51 1.025-.067 2.04-.258 3.064-.362-.001.647.001 1.292.004 1.939.761-.001 1.52-.002 2.281.001.006-.649.007-1.3.004-1.95 1.056.1 2.106.323 3.164.349.304-.116-.013-.425-.16-.551-1.39-1.243-2.724-2.55-4.145-3.757-1.433 1.24-2.803 2.552-4.212 3.821M5.11 10.702c-.004.967-.002 1.933 0 2.9.55-.016 1.242.115 1.628-.384.43-.622.443-1.559-.031-2.162-.39-.474-1.06-.335-1.597-.354m2.496.003c.004.966-.01 1.932.01 2.898.592-.002 1.183-.005 1.775-.004v-.454c-.44-.002-.882-.002-1.324-.002v-.812l.838-.006.001-.449c-.281-.004-.563-.006-.844-.008l.002-.714c.409-.001.817-.002 1.226-.005a65.133 65.133 0 0 0-.004-.444c-.56-.002-1.121-.001-1.681 0m2.072-.001l-.016.392c.221.007.442.012.664.018.002.829 0 1.658.002 2.488h.464c.002-.829 0-1.658.002-2.486l.656-.019a51.32 51.32 0 0 1-.014-.392H9.676m2.715-.001c-.838.422-.733 1.614-.508 2.377.301.877 1.718.67 1.795-.245.284-.88-.035-2.542-1.288-2.132m1.918.001c.029.764-.074 1.54.056 2.296.224.84 1.544.875 1.824.059.16-.773.036-1.574.07-2.358-.114.001-.341.002-.454.004-.018.7.035 1.402-.022 2.099-.053.518-.91.534-.994.026-.073-.707-.005-1.421-.032-2.131l-.449.006m2.534-.001c.005.97-.012 1.938.012 2.908.112-.005.335-.014.445-.02l.004-1.267.548.008c.155.425.316.846.474 1.268l.474-.006-.473-1.297c.307-.301.574-.762.308-1.18-.378-.608-1.198-.372-1.793-.414m-8.651 4.311l.018.263.254.164c-.014.748-.008 1.495-.005 2.243l.45-.011c-.001-.964.006-1.928-.005-2.892-.24.072-.476.15-.713.233m3.699.012c-.012.884-.006 1.768-.005 2.652l.455.001c.01-.358.048-.718.211-1.042.138.343.256.694.372 1.045l.504-.007c-.168-.496-.328-.994-.497-1.489.146-.226.292-.451.437-.678l-.504.001a79.01 79.01 0 0 1-.493.649c-.001-.44 0-.881-.004-1.321-.16.062-.318.125-.476.188m1.813.489c-.002.721-.004 1.442-.001 2.164h.481c.112-.594-.347-1.638.493-1.805.067.598.061 1.199.05 1.799l.466.014c.072-.625-.21-1.391.301-1.882.443.521.19 1.253.25 1.873h.482c-.05-.634.161-1.348-.174-1.922-.222-.376-.667-.211-.995-.107-.431-.174-.9-.127-1.354-.134z"/><path fill="#ef7c23" d="M12.641 11.092c.803-.031.719 1.11.601 1.654-.036.616-.996.594-.998-.024.005-.524-.229-1.387.397-1.63zM5.561 11.13c1.394-.31 1.41 2.34.006 2.04-.008-.679-.007-1.36-.006-2.04zM17.3 11.142c.344.042.96-.127 1 .38.006.503-.672.307-1 .36v-.74z"/><path d="M11.674.389c.38-.212.798.03 1.061.313 3.556 3.568 7.127 7.12 10.68 10.688a.81.81 0 0 1-.008 1.213c-3.601 3.601-7.2 7.204-10.8 10.806a.806.806 0 0 1-1.211-.002L.595 12.605a.814.814 0 0 1-.008-1.214C3.96 8.003 7.349 4.63 10.729 1.249c.306-.294.575-.641.946-.859m-.717 1.327c-3.264 3.257-6.516 6.526-9.786 9.775-.196.192-.535.503-.223.757 3.571 3.588 7.16 7.159 10.734 10.746.191.278.523.181.695-.059 3.614-3.659 7.303-7.247 10.884-10.937-3.458-3.611-7.069-7.08-10.577-10.645-.21-.211-.42-.432-.685-.574-.414.229-.706.613-1.042.936z"/><path d="M7.793 6.714c1.409-1.268 2.779-2.581 4.212-3.821C13.426 4.1 14.76 5.407 16.15 6.65c.146.126.463.434.16.551-1.058-.026-2.108-.25-3.164-.349.004.65.002 1.301-.004 1.95-.761-.004-1.52-.002-2.281-.001-.002-.647-.005-1.292-.004-1.939-1.024.104-2.039.295-3.064.362-.382.047-.199-.392 0-.51zM5.11 10.702c.538.019 1.207-.12 1.597.354.474.604.461 1.541.031 2.162-.386.499-1.079.368-1.628.384-.002-.967-.004-1.933 0-2.9m.451.428c-.001.68-.002 1.361.006 2.04 1.404.3 1.388-2.35-.006-2.04zM7.606 10.705c.56-.001 1.121-.002 1.681 0l.004.444-1.226.005-.002.714.844.008-.001.449-.838.006v.812c.442 0 .883 0 1.324.002v.454c-.592-.001-1.183.001-1.775.004-.019-.966-.006-1.932-.01-2.898zM9.677 10.704h1.759l.014.392-.656.019c-.002.828 0 1.657-.002 2.486h-.464c-.002-.829 0-1.658-.002-2.488-.222-.006-.443-.011-.664-.018l.016-.392zM12.391 10.704c1.253-.409 1.572 1.253 1.288 2.132-.077.914-1.494 1.122-1.795.245-.226-.763-.33-1.955.508-2.377m.249.388c-.626.242-.392 1.105-.397 1.63.002.618.962.64.998.024.118-.544.202-1.685-.601-1.654zM14.308 10.705l.449-.006c.028.71-.041 1.424.032 2.131.084.508.941.492.994-.026.056-.697.004-1.399.022-2.099l.454-.004c-.034.784.09 1.585-.07 2.358-.28.816-1.6.781-1.824-.059-.131-.756-.028-1.531-.056-2.296zM16.841 10.705c.595.042 1.415-.194 1.793.414.265.418-.001.878-.308 1.18.157.433.314.865.473 1.297a74.91 74.91 0 0 1-.474.006c-.158-.422-.319-.844-.474-1.268l-.548-.008-.004 1.267c-.11.006-.334.016-.445.02-.024-.97-.007-1.938-.012-2.908m.458.437v.74c.328-.053 1.006.143 1-.36-.04-.508-.655-.338-1-.38zM8.189 15.016c.236-.083.473-.161.713-.233.011.964.004 1.928.005 2.892l-.45.011c-.004-.748-.01-1.495.005-2.243l-.254-.164-.018-.263zM11.887 15.028c.158-.064.317-.126.476-.188.004.44.002.881.004 1.321.166-.215.33-.432.493-.649l.504-.001c-.145.227-.29.452-.437.678.169.496.329.994.497 1.489l-.504.007a17.278 17.278 0 0 0-.372-1.045c-.163.324-.202.684-.211 1.042l-.455-.001c-.001-.884-.007-1.768.005-2.652zM13.7 15.516c.454.007.923-.04 1.354.134.328-.104.773-.269.995.107.335.575.124 1.289.174 1.922h-.482c-.06-.62.193-1.352-.25-1.873-.511.491-.229 1.256-.301 1.882a70.37 70.37 0 0 0-.466-.014c.011-.6.017-1.201-.05-1.799-.84.167-.382 1.211-.493 1.805H13.7c-.002-.721-.001-1.442.001-2.164z"/></symbol><symbol viewBox="0 0 24 24" id="warning--detour-or-construction-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.753 0h.449c.254.087.491.223.678.418 3.381 3.386 6.767 6.768 10.149 10.153.359.368.79.701.971 1.201v.425c-.087.228-.197.452-.373.626-3.418 3.416-6.835 6.834-10.252 10.252-.35.347-.675.754-1.156.925h-.421a1.784 1.784 0 0 1-.673-.423c-3.396-3.405-6.8-6.801-10.198-10.203-.345-.352-.759-.671-.927-1.153v-.427c.091-.251.228-.485.42-.672C3.971 7.572 7.521 4.021 11.071.469A2.39 2.39 0 0 1 11.753 0m.077.329c-.195.04-.351.174-.492.306C7.854 4.119 4.372 7.605.885 11.086c-.249.256-.587.517-.572.914-.015.398.332.65.581.906 3.52 3.514 7.034 7.035 10.554 10.55a.777.777 0 0 0 1.106.001c3.638-3.63 7.267-7.27 10.902-10.904.332-.309.293-.871-.042-1.162A21803.45 21803.45 0 0 0 12.664.634c-.212-.223-.52-.385-.834-.305z"/><path fill="#ef7c23" d="M11.924.816c.156-.046.28.075.385.169 3.568 3.569 7.139 7.136 10.705 10.707.187.14.253.408.041.56-3.601 3.601-7.201 7.204-10.804 10.802a.309.309 0 0 1-.502 0C8.145 19.456 4.546 15.853.945 12.252c-.206-.152-.141-.421.041-.56 3.448-3.454 6.903-6.901 10.35-10.355.189-.18.354-.396.588-.521m.088 2.09c-1.436 1.191-2.761 2.514-4.16 3.75-.16.142-.468.424-.152.581 1.054-.083 2.1-.257 3.151-.372.013.644 0 1.289.008 1.933.762.004 1.525.003 2.287 0 .007-.648-.008-1.297.002-1.946 1.052.114 2.099.288 3.154.373.309-.163.008-.431-.151-.573-1.39-1.237-2.714-2.551-4.139-3.746m-9.201 8.098c-.213.613-.244 1.356.041 1.95.356.517 1.193.184 1.154-.427a27.338 27.338 0 0 1-.291-.01c-.077.249-.362.521-.586.248-.19-.512-.217-1.126.009-1.63.181-.251.448-.023.578.154l.293-.013c-.062-.586-.918-.827-1.198-.272m1.926-.267c-.561.45-.429 1.317-.331 1.949.064.575.933.741 1.179.211.229-.55.2-1.192.06-1.761-.092-.388-.561-.59-.908-.399m1.439-.031c-.012.817-.006 1.635-.004 2.453l.343-.001c.004-.469-.002-.938.006-1.407.228.461.429.935.65 1.4.109.006.218.012.327.02.036-.816.012-1.634.014-2.45a37.86 37.86 0 0 0-.338-.002c-.01.517.002 1.034-.008 1.551-.256-.504-.479-1.023-.72-1.534a24.752 24.752 0 0 0-.27-.03m1.84.506c-.145.731 1.041.669.919 1.389-.097.43-.649.256-.692-.112a11.681 11.681 0 0 1-.324-.01c.027.463.483.89.953.681.616-.229.498-1.136-.014-1.416-.198-.146-.671-.298-.443-.616.175-.234.405 0 .54.143l.29.017c.004-.729-1.159-.802-1.229-.076m1.464-.485l-.006.296.434.021c.012.709-.006 1.419.01 2.128l.336-.008c.007-.707-.002-1.414.004-2.121l.438-.016.009-.298a50.023 50.023 0 0 0-1.225-.002m1.5.002c-.004.813-.015 1.627.006 2.44l.329-.001c.008-.384.008-.767.013-1.151l.314.019c.111.374.217.749.326 1.124.117.003.234.006.351.011-.096-.392-.217-.777-.323-1.166.367-.298.449-.938.025-1.222-.332-.111-.697-.04-1.041-.054m1.746-.019c.011.684-.045 1.374.028 2.054.161.618 1.142.588 1.283-.028.069-.67.012-1.349.027-2.022a38.315 38.315 0 0 1-.339-.004c-.021.63.021 1.261-.019 1.89.001.329-.519.396-.621.093-.06-.657-.005-1.319-.026-1.978l-.333-.005m1.894.313c-.204.606-.229 1.327.038 1.916.344.535 1.222.208 1.16-.42l-.279.001c-.085.243-.37.52-.594.244-.188-.51-.21-1.111.001-1.616.173-.268.453-.042.588.136h.289c-.045-.605-.942-.837-1.203-.261m1.379-.296l-.001.291c.146.012.293.023.439.044-.005.701-.008 1.402 0 2.103l.336.004c.012-.709-.003-1.418.008-2.126l.445-.019a30.028 30.028 0 0 1-.006-.297 82.826 82.826 0 0 0-1.221 0m1.508-.019c-.015.821-.016 1.644.001 2.466l.343-.012c.004-.814.002-1.627.001-2.441l-.345-.013m1.134.045c-.529.462-.395 1.297-.308 1.919.057.575.919.763 1.176.236.241-.551.214-1.204.065-1.777-.094-.398-.589-.592-.933-.378m1.373-.047c-.018.817-.005 1.635-.008 2.452l.343.002c.006-.467-.001-.934.007-1.401.238.462.428.946.667 1.407l.325-.007c.006-.812.003-1.623.002-2.434l-.338-.013c-.015.518.001 1.036-.014 1.554-.257-.507-.477-1.031-.726-1.541l-.258-.019z"/><path fill="#ef7c23" d="M4.931 11.021c.299-.091.43.248.448.485.029.414.08.873-.123 1.253-.196.275-.547.005-.541-.266-.036-.479-.165-1.1.216-1.472zM18.837 11.036c.524-.128.495.624.499.962.02.317-.06 1.068-.539.815-.285-.509-.314-1.295.04-1.777zM11.322 11.063c.254.003.709-.063.65.328.019.369-.406.281-.648.296l-.002-.624z"/><path d="M11.83.329c.314-.08.622.082.834.305 3.585 3.584 7.168 7.171 10.75 10.757.335.291.374.853.042 1.162-3.635 3.634-7.264 7.274-10.902 10.904a.777.777 0 0 1-1.106-.001C7.928 19.941 4.414 16.42.894 12.906.645 12.65.298 12.398.313 12c-.015-.397.323-.658.572-.914C4.372 7.605 7.854 4.119 11.338.635c.141-.132.297-.266.492-.306m.094.487c-.234.125-.399.341-.588.521C7.889 4.791 4.434 8.238.986 11.692c-.182.139-.247.408-.041.56 3.601 3.601 7.2 7.204 10.804 10.802a.309.309 0 0 0 .502 0c3.603-3.598 7.203-7.201 10.804-10.802.212-.152.146-.42-.041-.56C19.448 8.121 15.877 4.554 12.309.985c-.105-.094-.229-.215-.385-.169z"/><path d="M12.012 2.906c1.425 1.195 2.749 2.509 4.139 3.746.159.142.46.41.151.573-1.055-.085-2.102-.259-3.154-.373-.01.649.005 1.298-.002 1.946-.762.003-1.525.004-2.287 0-.008-.644.005-1.289-.008-1.933-1.051.115-2.097.289-3.151.372-.316-.157-.008-.439.152-.581 1.399-1.236 2.724-2.559 4.16-3.75zM2.811 11.004c.28-.555 1.136-.314 1.198.272l-.293.013c-.13-.177-.397-.405-.578-.154-.226.504-.199 1.118-.009 1.63.224.273.509.001.586-.248l.291.01c.039.611-.798.944-1.154.427-.285-.594-.254-1.337-.041-1.95zM4.737 10.737c.347-.191.816.011.908.399.14.569.169 1.211-.06 1.761-.246.53-1.115.364-1.179-.211-.098-.632-.23-1.499.331-1.949m.194.284c-.381.372-.252.993-.216 1.472-.006.271.345.541.541.266.203-.38.152-.839.123-1.253-.018-.237-.149-.576-.448-.485zM6.176 10.706l.27.03c.241.511.464 1.03.72 1.534.01-.517-.002-1.034.008-1.551l.338.002c-.002.816.022 1.634-.014 2.45a17.922 17.922 0 0 0-.327-.02c-.221-.465-.422-.939-.65-1.4-.008.469-.002.938-.006 1.407l-.343.001c-.002-.818-.008-1.636.004-2.453zM8.016 11.212c.07-.726 1.233-.653 1.229.076l-.29-.017c-.135-.143-.365-.377-.54-.143-.228.318.245.47.443.616.512.28.63 1.187.014 1.416-.47.209-.926-.218-.953-.681.108.005.216.008.324.01.043.368.595.542.692.112.122-.72-1.064-.658-.919-1.389zM9.48 10.727c.408-.004.817-.004 1.225.002l-.009.298-.438.016c-.006.707.003 1.414-.004 2.121l-.336.008c-.016-.709.002-1.419-.01-2.128l-.434-.021.006-.296zM10.98 10.729c.344.014.709-.057 1.041.054.424.284.342.924-.025 1.222.106.389.227.774.323 1.166a20.564 20.564 0 0 0-.351-.011c-.109-.375-.215-.75-.326-1.124a33.046 33.046 0 0 0-.314-.019c-.005.384-.005.767-.013 1.151l-.329.001c-.021-.813-.01-1.627-.006-2.44m.342.334l.002.624c.242-.015.667.073.648-.296.059-.391-.396-.325-.65-.328zM12.726 10.71l.333.005c.021.659-.034 1.321.026 1.978.102.303.622.236.621-.093.04-.629-.002-1.26.019-1.89l.339.004c-.015.673.042 1.352-.027 2.022-.141.616-1.122.646-1.283.028-.073-.68-.017-1.37-.028-2.054zM14.62 11.023c.261-.576 1.158-.344 1.203.261h-.289c-.135-.178-.415-.404-.588-.136-.211.505-.189 1.106-.001 1.616.224.276.509-.001.594-.244l.279-.001c.062.628-.816.955-1.16.42-.267-.589-.242-1.31-.038-1.916zM15.999 10.727c.407-.003.814-.003 1.221 0l.006.297-.445.019c-.011.708.004 1.417-.008 2.126l-.336-.004c-.008-.701-.005-1.402 0-2.103-.146-.021-.293-.032-.439-.044l.001-.291zM17.507 10.708l.345.013c.001.814.003 1.627-.001 2.441l-.343.012a63.352 63.352 0 0 1-.001-2.466zM18.641 10.753c.344-.214.839-.02.933.378.149.573.176 1.226-.065 1.777-.257.527-1.119.339-1.176-.236-.087-.622-.221-1.457.308-1.919m.196.283c-.354.482-.325 1.268-.04 1.777.479.253.559-.498.539-.815-.004-.338.025-1.09-.499-.962zM20.014 10.706l.258.019c.249.51.469 1.034.726 1.541.015-.518-.001-1.036.014-1.554l.338.013c.001.811.004 1.622-.002 2.434l-.325.007c-.239-.461-.429-.945-.667-1.407-.008.467-.001.934-.007 1.401l-.343-.002c.003-.817-.01-1.635.008-2.452z"/></symbol><symbol viewBox="0 0 27 24" id="warning--dip--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.115 0h.647c.68.147 1.315.541 1.642 1.169L25.959 19.49c.364.646.786 1.269 1.007 1.983v.597a2.448 2.448 0 0 1-1.927 1.929H1.944A2.438 2.438 0 0 1 0 22.13v-.667c.2-.692.611-1.286.959-1.907 3.533-6.129 7.061-12.26 10.594-18.39.313-.611.924-.979 1.563-1.168M2.792 21.445c7.124.019 14.249.016 21.373.003A2170.888 2170.888 0 0 0 13.478 2.906c-3.6 6.156-7.15 12.347-10.687 18.539z"/><path fill="#ffd100" d="M2.792 21.445A2089.216 2089.216 0 0 1 13.479 2.906c3.597 6.159 7.15 12.348 10.687 18.542-7.124.013-14.249.016-21.373-.003m3.661-5a267.684 267.684 0 0 0 0 3.353c4.683.005 9.365.005 14.047 0a234.5 234.5 0 0 0 .001-3.355 100.07 100.07 0 0 0-1.898-.001c-1.451 1.503-3.561 2.37-5.655 2.191-1.735-.128-3.387-.938-4.59-2.188a71.16 71.16 0 0 0-1.905 0z"/><path d="M6.454 16.445a71.16 71.16 0 0 1 1.905 0c1.203 1.25 2.854 2.06 4.59 2.188 2.094.179 4.204-.688 5.655-2.191a100.07 100.07 0 0 1 1.898.001 234.5 234.5 0 0 1-.001 3.355c-4.681.005-9.364.005-14.047 0a267.684 267.684 0 0 1 0-3.353z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dip--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d9a718" opacity=".9" d="M11.604 0h.587c.245.116.479.26.676.449 3.497 3.505 6.997 7.009 10.498 10.511.544.445.625 1.325.08 1.805-3.556 3.564-7.116 7.126-10.674 10.687-.431.482-1.234.496-1.673.018-3.346-3.336-6.689-6.676-10.033-10.015-.389-.388-.827-.752-1.064-1.261v-.574c.275-.569.781-.964 1.213-1.406C4.431 6.991 7.662 3.781 10.876.555c.217-.216.463-.4.728-.554m.209.294c-.301.038-.536.248-.745.452C7.592 4.233 4.104 7.707.628 11.193.21 11.555.18 12.23.605 12.601c3.538 3.538 7.074 7.078 10.614 10.613a.937.937 0 0 0 1.409-.024c3.538-3.546 7.088-7.08 10.621-10.631.425-.379.33-1.056-.083-1.404C19.71 7.691 16.247 4.232 12.79.77c-.259-.256-.587-.532-.977-.475z"/><path d="M11.813.295c.39-.056.718.22.977.475 3.457 3.462 6.92 6.92 10.376 10.385.413.348.508 1.025.083 1.404-3.533 3.551-7.084 7.085-10.621 10.631a.937.937 0 0 1-1.409.024C7.679 19.679 4.143 16.139.605 12.601.18 12.23.21 11.556.628 11.193 4.104 7.707 7.592 4.233 11.068.747c.209-.204.444-.414.745-.452m-.006.589C8.233 4.344 4.759 7.918 1.222 11.42c-.206.192-.548.518-.208.761 3.538 3.541 7.079 7.081 10.62 10.62.164.227.425.185.583-.025 3.539-3.541 7.085-7.076 10.618-10.622.242-.181.09-.427-.085-.584-3.476-3.484-6.964-6.958-10.436-10.444-.149-.11-.294-.353-.506-.241z"/><path fill="#f1ba1b" d="M11.807.884c.212-.112.358.131.506.241 3.473 3.486 6.96 6.96 10.436 10.444.175.157.328.403.085.584-3.533 3.546-7.079 7.081-10.618 10.622-.158.21-.419.252-.583.025-3.541-3.539-7.082-7.079-10.62-10.62-.341-.242.001-.569.208-.761C4.759 7.917 8.233 4.343 11.806.883m-7.824 9.408l.001 3.992c5.23.008 10.459.004 15.69.002.001-1.332.001-2.664 0-3.996-1.386.002-2.772-.017-4.157.011-.592 1.116-1.793 1.783-3.025 1.909-1.908.348-4.109-.161-5.204-1.883-1.096-.095-2.203-.014-3.305-.036z"/><path fill="#1f1a17" d="M3.982 10.291c1.102.022 2.209-.059 3.305.036 1.096 1.722 3.296 2.231 5.204 1.883 1.232-.126 2.434-.793 3.025-1.909 1.385-.028 2.771-.008 4.157-.011.001 1.332.001 2.664 0 3.996-5.231.001-10.46.006-15.69-.002l-.001-3.992z"/></symbol><symbol viewBox="0 0 24 24" id="warning--disabled-persons-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fbd700" d="M11.634 0h.626c.539.215.904.679 1.306 1.074 3.079 3.082 6.16 6.161 9.24 9.241.433.444.946.842 1.194 1.432v.424c-.115.286-.258.566-.48.785-3.524 3.518-7.044 7.043-10.566 10.564a2.81 2.81 0 0 1-.724.481h-.421c-.283-.11-.559-.251-.773-.47-3.518-3.526-7.04-7.046-10.565-10.565a2.858 2.858 0 0 1-.472-.672v-.605c.262-.563.758-.952 1.183-1.385C4.441 7.042 7.705 3.784 10.963.52c.203-.198.437-.36.67-.52m-.06.421C7.885 3.963 4.326 7.652.683 11.246c-.427.33-.547 1.004-.119 1.388 3.571 3.59 7.159 7.165 10.74 10.746.33.389.965.434 1.313.042 3.589-3.574 7.166-7.162 10.748-10.744.382-.324.434-.943.053-1.29-3.574-3.589-7.164-7.165-10.744-10.75-.269-.301-.742-.456-1.102-.218z"/><path d="M11.573.421c.36-.238.833-.083 1.102.218 3.58 3.584 7.17 7.16 10.744 10.75.382.347.329.966-.053 1.29-3.582 3.582-7.159 7.17-10.748 10.744-.348.392-.983.347-1.313-.042C7.724 19.8 4.136 16.225.565 12.635c-.428-.384-.308-1.058.119-1.388C4.327 7.653 7.886 3.964 11.574.422m.34.332c-.146.026-.246.151-.355.241C8.041 4.518 4.519 8.04.995 11.559c-.228.175-.366.529-.108.745 3.575 3.59 7.163 7.168 10.746 10.75a.451.451 0 0 0 .725-.008c3.563-3.562 7.126-7.123 10.687-10.687a.45.45 0 0 0 .006-.722C19.513 8.092 15.965 4.557 12.43 1.01c-.14-.131-.301-.306-.516-.254z"/><path d="M9.356 5.998c.427-.594 1.444-.485 1.718.197.33.637-.031 1.43-.7 1.651-.002.689.061 1.375.12 2.06l2.525-.001c.029.325.032.652.025.978-.841.028-1.682.006-2.524.016l.02.589c1.051.024 2.104-.008 3.154.013.221-.031.29.206.371.358.482 1.126.956 2.255 1.453 3.374.408-.184.812-.382 1.252-.48.127.277.218.57.245.875-.67.252-1.312.586-2.004.773-.634-1.222-1.034-2.564-1.574-3.835-1.196-.018-2.394.022-3.589-.016-.194.029-.164-.226-.191-.344-.112-1.511-.212-3.023-.328-4.532-.024-.553-.428-1.193.026-1.675z"/><path d="M7.052 13.196c.078-1.345.965-2.544 2.1-3.218.245.299.431.872.016 1.108-1.109.756-1.588 2.332-1.008 3.557.466 1.09 1.667 1.93 2.879 1.666 1.126-.211 1.98-1.111 2.418-2.132l.331.008c.101.296.257.594.233.916-.77 1.594-2.738 2.51-4.444 1.969-1.636-.466-2.63-2.231-2.525-3.872z"/><path fill="#ffdb00" d="M11.914.754c.215-.052.376.124.516.254 3.535 3.547 7.084 7.082 10.621 10.627a.45.45 0 0 1-.006.722 26920.02 26920.02 0 0 1-10.687 10.687.451.451 0 0 1-.725.008C8.05 19.47 4.462 15.893.887 12.302c-.258-.216-.12-.57.108-.745C4.518 8.039 8.04 4.517 11.559.993c.109-.09.209-.215.355-.241M9.356 5.998c-.455.482-.05 1.122-.026 1.675.115 1.51.216 3.022.328 4.532.026.119-.004.373.191.344 1.195.037 2.393-.002 3.589.016.54 1.271.941 2.614 1.574 3.835.692-.187 1.334-.521 2.004-.773a2.646 2.646 0 0 0-.245-.875c-.439.098-.844.296-1.252.48-.497-1.12-.971-2.249-1.453-3.374-.08-.151-.15-.389-.371-.358-1.05-.022-2.102.011-3.154-.013l-.02-.589c.841-.01 1.682.012 2.524-.016a8.865 8.865 0 0 0-.025-.978l-2.525.001c-.059-.685-.122-1.372-.12-2.06.668-.221 1.03-1.014.7-1.651-.275-.682-1.291-.791-1.718-.197m-2.305 7.199c-.106 1.642.889 3.407 2.525 3.872 1.705.541 3.673-.376 4.444-1.969.024-.322-.132-.619-.233-.916l-.331-.008c-.438 1.021-1.292 1.921-2.418 2.132-1.212.264-2.413-.576-2.879-1.666-.58-1.225-.101-2.801 1.008-3.557.415-.235.229-.809-.016-1.108-1.135.674-2.022 1.873-2.1 3.218z"/></symbol><symbol viewBox="0 0 27 24" id="warning--disabled-persons-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff34e" d="M13.126.608c.548-.262 1.239-.116 1.651.313a1747.018 1747.018 0 0 0 11.802 20.662c.201.704-.028 1.655-.842 1.823-4.579.077-9.171-.102-13.745.096-3.361-.314-6.724.167-10.092.048-1.011-.138-1.318-1.332-.841-2.124C4.748 14.895 8.531 8.418 12.231 1.897c.271-.448.493-.937.895-1.289m.295.307c-.425.134-.625.563-.833.918C8.866 8.426 5.026 14.954 1.337 21.568c-.423.636.079 1.615.849 1.62 7.709-.016 15.421-.026 23.132-.067.777.015 1.277-.957.889-1.606-3.843-6.691-7.686-13.386-11.469-20.112a1.074 1.074 0 0 0-1.316-.489z"/><path fill="#232723" d="M13.421.915a1.074 1.074 0 0 1 1.316.489c3.783 6.726 7.626 13.421 11.469 20.112.388.649-.112 1.62-.889 1.606-7.711.041-15.423.051-23.132.067-.771-.006-1.273-.985-.849-1.62C5.025 14.955 8.865 8.427 12.587 1.834c.208-.355.409-.784.833-.918M3.786 21.184c6.624.006 13.247.001 19.871-.071-3.281-5.789-6.588-11.565-9.866-17.357C10.448 9.56 7.158 15.395 3.787 21.184z"/><path fill="#f9e945" d="M3.786 21.184C7.158 15.395 10.448 9.559 13.79 3.756c3.279 5.792 6.585 11.568 9.866 17.357-6.624.073-13.247.077-19.871.071m9.067-11.376c-.586.127-.87.931-.479 1.392.365.538 1.3.415 1.519-.201.308-.634-.371-1.418-1.04-1.191m-.974 2.694c.105 1.183.41 2.339.589 3.513.019.343.224.714.614.695 1.117.033 2.234 0 3.351.022.412.979.66 2.019 1.092 2.988.335.503 1.257.102 1.059-.493-.308-1.012-.723-1.99-1.052-2.995-.125-.287-.182-.684-.525-.788-.909-.096-1.828.036-2.739-.048-.236-.233-.119-.691-.199-1.011.593-.109 2.205.403 1.872-.662-.604-.307-1.407-.054-2.084-.169-.106-.489-.108-1.02-.342-1.469-.42-.655-1.633-.4-1.636.417m-2.159 4.947c.276 1.77 2.189 3.108 3.946 2.637 1.514-.252 2.553-1.697 2.608-3.184a74.27 74.27 0 0 1-.669-.006c-.093 1.063-.755 2.106-1.807 2.432-1.488.566-3.286-.607-3.424-2.179-.141-1.152.544-2.297 1.603-2.755a97.89 97.89 0 0 1-.138-.708c-1.497.532-2.439 2.209-2.119 3.763z"/><path fill="#25291f" d="M12.852 9.808c.669-.227 1.348.557 1.04 1.191-.218.615-1.153.739-1.519.201-.391-.461-.108-1.265.479-1.392z"/><path fill="#22261e" d="M11.878 12.502c.003-.817 1.216-1.072 1.636-.417.234.449.236.98.342 1.469.678.115 1.481-.138 2.084.169.333 1.065-1.279.553-1.872.662.08.32-.036.778.199 1.011.911.084 1.83-.048 2.739.048.343.105.4.502.525.788.329 1.005.743 1.983 1.052 2.995.198.595-.724.996-1.059.493-.432-.969-.681-2.009-1.092-2.988-1.117-.022-2.234.012-3.351-.022-.39.019-.595-.352-.614-.695-.179-1.174-.484-2.33-.589-3.513z"/><path fill="#272a1e" d="M9.719 17.449c-.32-1.553.623-3.231 2.119-3.763l.138.708c-1.059.458-1.744 1.603-1.603 2.755.138 1.572 1.936 2.745 3.424 2.179 1.052-.326 1.713-1.369 1.807-2.432l.669.006c-.055 1.487-1.094 2.932-2.608 3.184-1.757.471-3.67-.867-3.946-2.637z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#eace0f" opacity=".92" d="M11.72 0h.52c.242.1.476.226.664.412 3.546 3.536 7.086 7.08 10.63 10.619.202.197.355.437.467.695v.52c-.1.24-.232.469-.419.65-3.402 3.401-6.797 6.806-10.196 10.208-.337.341-.659.724-1.122.896h-.517c-.24-.094-.476-.21-.661-.394C7.53 20.037 3.977 16.466.419 12.898a2.166 2.166 0 0 1-.418-.622v-.529c.174-.532.632-.876 1.004-1.264C4.322 7.158 7.645 3.84 10.958.512a2.24 2.24 0 0 1 .763-.514m-.049.283c-.19.07-.334.217-.478.352C7.64 4.203 4.07 7.756.516 11.326c-.368.316-.394.936-.031 1.267 3.61 3.631 7.243 7.242 10.854 10.873.31.37.917.403 1.254.053 3.625-3.616 7.242-7.241 10.866-10.859.389-.336.408-.989.025-1.338C19.907 7.736 16.321 4.157 12.738.576c-.262-.298-.689-.432-1.067-.295z"/><path d="M11.672.281c.378-.137.805-.002 1.067.295 3.583 3.581 7.169 7.16 10.746 10.746.383.349.364 1.002-.025 1.338-3.624 3.618-7.241 7.243-10.866 10.859-.337.35-.944.317-1.254-.053C7.729 19.835 4.096 16.224.486 12.593c-.362-.331-.337-.952.031-1.267C4.07 7.756 7.64 4.203 11.195.633c.144-.134.288-.282.478-.352m.118.452C8.144 4.289 4.568 7.922.944 11.504c-.271.202-.409.612-.1.852 3.605 3.595 7.213 7.188 10.822 10.78.191.232.563.172.73-.058 3.578-3.582 7.169-7.152 10.744-10.739.245-.203.194-.575-.043-.761-3.556-3.562-7.121-7.114-10.68-10.672-.151-.173-.406-.312-.625-.174z"/><path d="M8.441 9.841c.017-1.495-.023-2.992.019-4.487.779.012 1.558-.001 2.336.008.011 1.456-.014 2.912.011 4.368.029.892.724 1.534 1.172 2.243.45-.713 1.146-1.36 1.171-2.256.024-1.451-.002-2.903.012-4.355.782-.006 1.565-.006 2.348.001.01 1.492-.002 2.983.006 4.475.137 1.742-1.787 2.66-2.131 4.248-.059 1.504-.004 3.012-.028 4.518-.92.005-1.841.007-2.761-.001-.016-1.482.025-2.966-.018-4.447-.287-1.632-2.286-2.55-2.138-4.315z"/><path fill="#fee011" d="M11.791.733c.22-.138.474.001.625.174 3.559 3.558 7.124 7.11 10.68 10.672.238.186.288.558.043.761-3.575 3.587-7.165 7.157-10.744 10.739-.167.229-.539.289-.73.058-3.608-3.592-7.217-7.184-10.822-10.78-.31-.24-.172-.65.1-.852C4.567 7.923 8.143 4.289 11.79.734M8.441 9.841c-.148 1.765 1.852 2.683 2.138 4.315.043 1.481.002 2.965.018 4.447.92.008 1.841.006 2.761.001.024-1.506-.031-3.014.028-4.518.344-1.588 2.268-2.506 2.131-4.248-.008-1.492.004-2.983-.006-4.475-.784-.007-1.566-.007-2.348-.001-.014 1.452.012 2.904-.012 4.355-.025.896-.721 1.543-1.171 2.256-.449-.709-1.144-1.351-1.172-2.243-.025-1.456 0-2.912-.011-4.368-.779-.01-1.558.004-2.336-.008-.042 1.495-.002 2.992-.019 4.487z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.202.408c.672-.199 1.412.035 1.889.536 3.378 3.223 6.757 6.445 10.128 9.676.725.65.736 1.883.042 2.56-3.26 3.259-6.515 6.527-9.779 9.782-.691.703-1.931.74-2.63.03C7.42 19.703 3.977 16.423.545 13.134c-.678-.685-.59-1.879.098-2.526C3.8 7.442 6.966 4.286 10.125 1.124c.302-.31.647-.607 1.076-.716m.125.256c-.402.092-.722.371-1.008.653-3.15 3.169-6.324 6.316-9.472 9.49-.616.558-.668 1.618-.048 2.192 3.418 3.26 6.829 6.527 10.244 9.791.592.604 1.655.575 2.239-.023 3.245-3.238 6.481-6.484 9.727-9.721.623-.574.659-1.654.013-2.226-3.365-3.234-6.748-6.45-10.122-9.676-.4-.415-1.008-.631-1.574-.48z"/><path fill="#231f20" d="M11.195 1.114a1.816 1.816 0 0 1 1.843.484c3.154 3.007 6.306 6.016 9.452 9.031.744.638.757 1.878.047 2.546-3.038 3.043-6.082 6.083-9.122 9.121-.659.662-1.831.698-2.508.046-3.209-3.074-6.431-6.136-9.636-9.214-.673-.648-.623-1.814.042-2.45 2.867-2.894 5.76-5.764 8.636-8.65.366-.361.73-.774 1.246-.914m.12.372c-.37.1-.647.378-.911.64C7.489 5.052 4.558 7.96 1.648 10.89c-.584.509-.64 1.501-.044 2.023 3.17 3.031 6.343 6.061 9.515 9.091.551.582 1.55.546 2.082-.042 3.022-3.019 6.041-6.042 9.062-9.061.556-.526.546-1.499-.046-1.993-3.122-2.999-6.258-5.983-9.389-8.975-.378-.408-.968-.623-1.513-.446z"/><path fill="#231f20" d="M10.109 5.656c1.218-.006 2.435-.004 3.653.006-.011 1.429-.245 2.881-.778 4.212-.227.493-.653 1.201-1.297.996-.631-.316-.869-1.051-1.081-1.675-.328-1.146-.542-2.344-.497-3.539zM13.753 11.128a277.67 277.67 0 0 1 2.566-3.451 280.203 280.203 0 0 1 2.597 3.452c-.53-.1-1.056-.222-1.585-.332.023.863.01 1.769-.373 2.562-.371.791-1.172 1.276-1.531 2.074-.336.698-.35 1.487-.343 2.245-.602.054-1.207.071-1.812.07-.052-.935-.078-1.904.238-2.8.253-.727.982-1.124 1.318-1.801.374-.724.506-1.546.574-2.35-.55.11-1.096.234-1.646.331zM6.739 8.296c.596.023 1.193.062 1.79.088.006.767.03 1.565.368 2.268.352.768 1.115 1.237 1.49 1.991.419.805.416 1.734.398 2.618a35.88 35.88 0 0 1 1.586-.319c-.864 1.152-1.723 2.309-2.605 3.448-.841-1.154-1.708-2.292-2.549-3.448.552.094 1.1.205 1.649.311-.095-.785-.198-1.591-.562-2.304-.337-.677-1.052-1.086-1.326-1.802-.362-.906-.227-1.9-.241-2.85z"/><path fill="#fff100" d="M11.326.664c.566-.151 1.175.065 1.574.48 3.374 3.226 6.757 6.442 10.122 9.676.646.572.61 1.652-.013 2.226-3.246 3.238-6.482 6.484-9.727 9.721-.584.598-1.648.626-2.239.023-3.415-3.264-6.827-6.53-10.244-9.791-.62-.575-.568-1.634.048-2.192 3.148-3.174 6.322-6.32 9.472-9.49.286-.282.606-.56 1.008-.653m-.132.45c-.516.14-.88.553-1.246.914-2.876 2.886-5.77 5.755-8.636 8.65-.665.636-.715 1.802-.042 2.45 3.205 3.078 6.427 6.139 9.636 9.214.677.653 1.849.617 2.508-.046 3.041-3.038 6.084-6.078 9.122-9.121.71-.668.697-1.908-.047-2.546a5022.177 5022.177 0 0 0-9.452-9.031c-.466-.488-1.198-.691-1.843-.484z"/><path fill="#fff100" d="M11.315 1.486c.545-.176 1.135.038 1.513.446 3.131 2.992 6.266 5.976 9.389 8.975.592.494.601 1.468.046 1.993-3.022 3.019-6.041 6.042-9.062 9.061-.532.588-1.531.624-2.082.042l-9.515-9.091c-.595-.522-.54-1.514.044-2.023 2.91-2.929 5.842-5.838 8.756-8.764.264-.262.541-.54.911-.64m-1.206 4.171c-.046 1.195.169 2.393.497 3.539.212.624.45 1.36 1.081 1.675.644.205 1.07-.503 1.297-.996.533-1.331.767-2.783.778-4.212-1.218-.01-2.435-.012-3.653-.006m3.644 5.472c.551-.097 1.097-.221 1.646-.331-.067.804-.199 1.626-.574 2.35-.336.677-1.064 1.074-1.318 1.801-.316.895-.289 1.865-.238 2.8.605.001 1.21-.016 1.812-.07-.007-.758.007-1.547.343-2.245.359-.798 1.16-1.283 1.531-2.074.383-.793.396-1.699.373-2.562.529.11 1.055.233 1.585.332-.859-1.156-1.72-2.31-2.597-3.452a317.714 317.714 0 0 0-2.566 3.451M6.739 8.296c.014.95-.121 1.944.241 2.85.274.716.989 1.126 1.326 1.802.364.713.467 1.519.562 2.304-.548-.106-1.097-.217-1.649-.311.841 1.156 1.708 2.293 2.549 3.448.882-1.139 1.741-2.296 2.605-3.448-.532.091-1.06.204-1.586.319.018-.884.02-1.813-.398-2.618-.376-.754-1.139-1.223-1.49-1.991-.338-.703-.362-1.501-.368-2.268-.598-.025-1.194-.065-1.79-.088z"/></symbol><symbol viewBox="0 0 28 24" id="warning--divided-highway--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#d42434" d="M13.547 0h.616c.61.144 1.052.612 1.322 1.157 4.063 6.996 8.271 13.914 12.261 20.951v.61A1.864 1.864 0 0 1 26.447 24H1.298c-.62-.164-1.089-.64-1.299-1.237v-.646c.115-.268.246-.53.39-.784C4.402 14.523 8.409 7.707 12.42.894c.233-.445.658-.739 1.126-.893m.04 1.657C9.516 8.617 5.379 15.539 1.349 22.52c.462.146.95.086 1.426.093h22.197c.474-.008.961.058 1.421-.096-4.031-6.979-8.167-13.899-12.237-20.856-.096-.339-.473-.345-.569-.003z"/><path fill="#fff" d="M13.586 1.658c.096-.343.473-.336.569.003 4.07 6.957 8.206 13.877 12.237 20.856-.459.154-.946.087-1.421.096H2.774c-.476-.007-.964.053-1.426-.093 4.03-6.981 8.167-13.903 12.237-20.862M9.25 10.147c.072 1.572-.168 3.177.151 4.725.325 1.256 1.926 1.891 1.81 3.295a590.02 590.02 0 0 0 0 3.52c.554.003 1.107.003 1.661 0-.025-1.429.056-2.863-.043-4.289-.107-1.265-1.333-1.941-1.831-3.008-.151-1.404-.024-2.83-.067-4.242a470.96 470.96 0 0 0-1.681 0m3.663.004c.026 1.088-.032 2.178.026 3.261.275.48.631.907.936 1.368.308-.497.744-.924.967-1.465.04-1.052.004-2.106.014-3.159-.648 0-1.296.004-1.944-.006m3.902-.004c0 1.196-.003 2.392.003 3.588.158 1.484-1.69 2.046-1.86 3.443-.183 1.491-.039 3.008-.083 4.509.554.003 1.107.003 1.661 0 .01-1.268-.008-2.535.007-3.803-.014-.763.671-1.233 1.096-1.779.554-.549.852-1.318.856-2.095.012-1.287.001-2.575.003-3.864a470.96 470.96 0 0 0-1.681 0z"/><path d="M9.25 10.147h1.681c.043 1.412-.085 2.838.067 4.242.498 1.067 1.724 1.742 1.831 3.008.099 1.426.018 2.861.043 4.289-.554.003-1.107.003-1.661 0a590.02 590.02 0 0 1 0-3.52c.115-1.404-1.486-2.039-1.81-3.295-.319-1.548-.079-3.153-.151-4.725zM12.913 10.152c.648.01 1.296.006 1.944.006-.01 1.053.026 2.107-.014 3.159-.223.541-.659.968-.967 1.465-.305-.461-.662-.888-.936-1.368-.058-1.083 0-2.174-.026-3.261zM16.814 10.147h1.681c-.001 1.289.01 2.576-.003 3.864a2.98 2.98 0 0 1-.856 2.095c-.424.545-1.11 1.015-1.096 1.779-.015 1.268.003 2.535-.007 3.803-.554.003-1.107.003-1.661 0 .044-1.501-.1-3.017.083-4.509.171-1.397 2.019-1.959 1.86-3.443-.006-1.196-.003-2.392-.003-3.588z"/></symbol><symbol viewBox="0 0 28 24" id="warning--divided-highway--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fffb3d" d="M12.876.645c.28-.268.682-.335 1.029-.48.191.066.387.125.582.176.423.367.654.879.939 1.347 1.25 2.25 2.577 4.458 3.889 6.668 2.609 4.399 5.074 8.888 7.704 13.272.223.459.199.945.009 1.409-.16.157-.318.315-.475.475-.335.087-.67.2-1.021.185-5.656-.018-11.314.003-16.97-.009-2.293.309-4.629.095-6.942.154-.757-.332-1-1.111-.851-1.883C4.925 14.927 8.854 7.749 12.876.645m.474.018c-.442.223-.633.714-.877 1.114A2434.014 2434.014 0 0 1 1.24 21.709c-.543.692-.006 1.851.899 1.781 7.848-.066 15.698-.092 23.544-.171.76.023 1.321-.879.998-1.556-3.878-6.844-7.888-13.617-11.807-20.44-.242-.584-.925-.94-1.524-.66z"/><path fill="#1f2521" d="M13.35.663c.599-.28 1.283.076 1.524.66 3.919 6.822 7.929 13.596 11.807 20.44.323.677-.238 1.579-.998 1.556-7.847.08-15.696.105-23.544.171-.905.07-1.442-1.088-.899-1.781A2512.28 2512.28 0 0 0 12.473 1.777c.245-.401.436-.891.877-1.114M3.687 21.478c6.806-.069 13.613-.055 20.417-.164-3.386-5.957-6.913-11.832-10.289-17.795-3.433 5.953-6.702 12.002-10.127 17.959z"/><path fill="#fbef37" d="M3.687 21.478c3.426-5.957 6.694-12.006 10.127-17.959 3.377 5.963 6.903 11.838 10.289 17.795-6.804.109-13.611.095-20.417.164m9.022-13.624a13.79 13.79 0 0 0 .67 4.62c.083.474.835.48.942.018.48-1.494.622-3.076.621-4.64-.744.008-1.487.002-2.232.002m-3.173 5.815c-.08.466-.026.945-.029 1.417.315-.332.621-.67.929-1.004.084.893-.139 1.833.141 2.698.437.859 1.512.472 2.27.631.093.761.066 1.529.064 2.295.636.009 1.272.011 1.908.009.058-.731-.119-1.521.096-2.217.615-.42 1.645.131 2.113-.63.463-.856.118-1.9.229-2.831.309.335.619.668.939.994.005-.475.005-.949.002-1.425a38.774 38.774 0 0 0-1.48-1.582c-.472.534-.946 1.065-1.422 1.597.002.477-.003.955-.005 1.434.327-.335.644-.682.958-1.029-.018.709.096 1.437-.055 2.136-.757.385-1.935-.122-2.351.902-.375-.923-1.403-.668-2.186-.743-.474-.598-.113-1.515-.217-2.236.31.326.621.653.939.971-.002-.475-.008-.951-.011-1.426-.475-.517-.96-1.024-1.431-1.545-.468.527-.988 1.014-1.402 1.585z"/><path fill="#1d231b" d="M12.708 7.854c.744 0 1.487.006 2.232-.002.002 1.564-.141 3.146-.621 4.639-.107.462-.859.456-.942-.018a13.808 13.808 0 0 1-.67-4.62z"/><path fill="#1f261d" d="M9.536 13.669c.414-.572.934-1.058 1.402-1.585.471.521.955 1.029 1.431 1.545.003.475.009.951.011 1.426-.318-.318-.628-.645-.939-.971.104.722-.257 1.639.217 2.236.783.075 1.811-.18 2.186.743.416-1.024 1.594-.517 2.351-.902.151-.699.037-1.426.055-2.136-.315.347-.631.694-.958 1.029.002-.478.006-.957.005-1.434.475-.532.949-1.064 1.422-1.597.512.511.998 1.046 1.48 1.582.003.475.003.949-.002 1.425-.319-.326-.63-.659-.939-.994-.112.931.234 1.975-.229 2.831-.468.761-1.498.209-2.113.63-.216.696-.038 1.486-.096 2.217-.636.002-1.272 0-1.908-.009.002-.766.029-1.533-.064-2.295-.758-.159-1.833.228-2.27-.631-.28-.865-.057-1.805-.141-2.698-.309.335-.615.673-.929 1.004.003-.472-.05-.951.029-1.417z"/></symbol><symbol viewBox="0 0 27 24" id="warning--divided-highway--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#d02c2e" d="M13.238 0h.631c.61.156 1.128.567 1.402 1.136 3.931 6.896 7.982 13.729 11.848 20.659v.823c-.22.668-.753 1.204-1.439 1.382H1.46C.743 23.821.206 23.245 0 22.546v-.686c.107-.258.225-.51.362-.753L11.963.975c.258-.499.754-.807 1.275-.976M2.86 21.601c7.142.005 14.285.005 21.426 0A6873.778 6873.778 0 0 0 13.569 3.015C9.991 9.205 6.41 15.395 2.86 21.601z"/><path fill="#fff" d="M2.86 21.601C6.41 15.395 9.991 9.205 13.569 3.015a6343.65 6343.65 0 0 1 10.717 18.586c-7.142.005-14.285.005-21.426 0m7.703-12.105c.007 1.49-.018 2.98.018 4.471-.08 1.201.837 2.114 1.327 3.131.833 1.093.395 2.527.527 3.793.729.005 1.459.005 2.188 0 .031-1.014 0-2.035.1-3.044.519-1.079 1.275-2.045 1.717-3.161.104-1.725.038-3.459.064-5.188a99.009 99.009 0 0 0-1.965-.003c-.012 1.493.008 2.987-.022 4.479-.004.659-.494 1.143-.804 1.679-.207.033-.465.019-.534-.225-.225-.477-.701-.885-.639-1.455.003-1.492.003-2.983 0-4.475a81.513 81.513 0 0 0-1.978-.001z"/><path fill="#030303" d="M10.563 9.496a81.513 81.513 0 0 1 1.978.001c.003 1.492.003 2.983 0 4.475-.062.569.414.978.639 1.455.069.244.327.258.534.225.311-.536.8-1.02.804-1.679.03-1.492.009-2.986.022-4.479.655-.004 1.31-.007 1.965.003-.026 1.729.041 3.463-.064 5.188-.442 1.116-1.197 2.081-1.717 3.161-.1 1.009-.069 2.03-.1 3.044-.729.005-1.459.005-2.188 0-.133-1.265.305-2.7-.527-3.793-.491-1.017-1.407-1.929-1.327-3.131-.035-1.49-.011-2.98-.018-4.471z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#f9db10" opacity=".98" d="M11.73 0h.527c.259.116.509.264.71.468 3.536 3.547 7.084 7.084 10.622 10.626.169.184.299.397.41.619v.554c-.196.515-.641.858-1.014 1.238l-9.42 9.419c-.4.389-.752.853-1.282 1.075h-.547c-.542-.208-.899-.684-1.302-1.075-3.121-3.119-6.236-6.244-9.358-9.362-.39-.4-.851-.755-1.078-1.28v-.528c.206-.548.678-.913 1.075-1.319 3.319-3.322 6.644-6.638 9.96-9.964.2-.199.442-.349.695-.472m-.051.294c-.185.074-.329.217-.472.35C7.665 4.185 4.118 7.721.58 11.265c-.413.349-.472 1.034-.058 1.406 3.599 3.604 7.204 7.204 10.804 10.807.347.38 1.002.388 1.348.001 3.599-3.605 7.205-7.204 10.806-10.807.416-.371.358-1.063-.06-1.41C19.878 7.723 16.342 4.176 12.799.637c-.274-.312-.714-.509-1.122-.346z"/><path d="M11.677.293c.408-.163.848.034 1.122.346 3.544 3.539 7.079 7.086 10.621 10.625.418.347.476 1.039.06 1.41-3.601 3.604-7.207 7.202-10.806 10.807-.346.386-1.001.379-1.348-.001-3.6-3.604-7.205-7.204-10.804-10.807-.414-.372-.355-1.057.058-1.406C4.118 7.722 7.665 4.187 11.205.645c.143-.133.287-.276.472-.35m.126.465C8.18 4.251 4.674 7.874 1.092 11.411c-.263.222-.572.629-.234.932 3.574 3.586 7.16 7.16 10.738 10.742.184.229.544.301.749.056 3.589-3.569 7.16-7.158 10.746-10.732a.514.514 0 0 0-.002-.816c-3.532-3.55-7.081-7.082-10.62-10.624-.168-.168-.426-.368-.665-.211z"/><path d="M11.297 4.28h1.414v4.71c.538.001 1.076.004 1.615-.001-.088-.32-.157-.644-.24-.966l.21-.2c.967.488 1.906 1.033 2.863 1.542.149.109.442.203.322.438-.784.516-1.649.9-2.455 1.382-.274.134-.538.376-.863.322-.116-.366.094-.744.16-1.104-.538-.005-1.074-.004-1.612-.001a1165.8 1165.8 0 0 0 .001 3.239h4.786v1.416l-4.786-.001c-.004 1.435 0 2.87-.001 4.304h-1.414v-4.31c-.529-.001-1.06-.002-1.589 0 .023.349.455.976.011 1.135-1.108-.509-2.154-1.164-3.234-1.736.071-.174.172-.334.352-.41.96-.523 1.912-1.06 2.882-1.561l.227.164c-.073.334-.151.666-.234.998h1.585v-3.239H6.535l.001-1.415c1.586-.004 3.174 0 4.76-.002V4.281z"/><path fill="#fee011" d="M11.803.76c.239-.157.497.043.665.211 3.539 3.541 7.088 7.074 10.62 10.624a.513.513 0 0 1 .002.816c-3.586 3.574-7.157 7.163-10.746 10.732-.205.245-.565.173-.749-.056C8.018 19.505 4.431 15.93.857 12.345c-.338-.304-.029-.71.234-.932C4.673 7.875 8.179 4.253 11.802.762m-.505 3.518v4.703c-1.586.002-3.174-.001-4.76.002L6.536 10.4h4.762v3.239H9.713c.083-.332.161-.665.234-.998a9.362 9.362 0 0 0-.227-.164c-.971.502-1.922 1.038-2.882 1.561-.18.077-.281.236-.352.41 1.08.572 2.126 1.228 3.234 1.736.444-.16.012-.786-.011-1.135.529-.002 1.06-.001 1.589 0v4.31h1.414c.001-1.434-.002-2.869.001-4.304l4.786.001V13.64h-4.786a1165.8 1165.8 0 0 1-.001-3.239c.538-.002 1.074-.004 1.612.001-.066.36-.276.738-.16 1.104.325.054.589-.187.863-.322.806-.482 1.672-.866 2.455-1.382.12-.235-.173-.329-.322-.438-.958-.509-1.896-1.054-2.863-1.542l-.21.2c.083.322.152.646.24.966-.539.005-1.078.002-1.615.001v-4.71h-1.414z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.798 0h.449c.504.275.876.718 1.277 1.116l9.359 9.36c.385.389.799.757 1.117 1.206v.685c-3.229 3.401-6.625 6.65-9.919 9.994-.566.544-1.085 1.141-1.693 1.639h-.707c-3.43-3.257-6.707-6.682-10.076-10.004-.538-.566-1.153-1.064-1.604-1.708v-.475c.239-.476.66-.814 1.025-1.187l9.54-9.541C10.956.702 11.312.268 11.8 0m-.114.276C7.934 3.878 4.313 7.631.606 11.287c-.38.29-.594.888-.192 1.256 3.677 3.683 7.36 7.363 11.038 11.046.283.332.823.36 1.114.022l11.042-11.048c.348-.288.316-.824-.014-1.112C19.96 7.803 16.311 4.169 12.674.524c-.239-.272-.648-.45-.988-.247z"/><path d="M11.686.276c.34-.203.749-.025.988.247 3.637 3.646 7.286 7.279 10.92 10.927.33.288.362.824.014 1.112L12.566 23.61c-.29.338-.83.311-1.114-.022C7.774 19.905 4.091 16.225.414 12.542c-.402-.368-.188-.966.192-1.256C4.313 7.63 7.933 3.877 11.686.275m.338.253c-.182 0-.308.155-.437.262C7.97 4.412 4.345 8.027.731 11.651c-.239.178-.272.532-.022.715 3.661 3.662 7.321 7.327 10.987 10.985.185.244.522.192.695-.036 3.659-3.664 7.327-7.318 10.98-10.986.242-.198.143-.529-.073-.7-3.599-3.604-7.205-7.2-10.802-10.807-.139-.116-.272-.293-.472-.294z"/><path d="M11.114 3.601c.602-.002 1.206-.004 1.808.001-.004 1.139.001 2.276-.002 3.414 1.457.019 2.916 0 4.374.01.002.485.002.968-.001 1.453-1.457.004-2.914-.002-4.369.002-.004 2.311-.004 4.621-.001 6.932.79.002 1.578.005 2.366-.001-.022-.365-.524-1.079.047-1.201.977.556 1.849 1.302 2.779 1.939-.928.647-1.807 1.369-2.767 1.963-.599-.128-.074-.86-.05-1.238-.748.134-1.864-.362-2.332.418-.115 1.046.007 2.108-.062 3.16-.596-.007-1.193-.004-1.789-.007-.007-1.192.007-2.383-.007-3.575-1.457.002-2.912 0-4.369.002-.002-.486-.004-.971-.002-1.456 1.459-.005 2.917 0 4.376-.002-.022-2.159.049-4.324-.035-6.479-.431-.826-1.594-.318-2.341-.454.03.378.551 1.169-.082 1.234-.942-.607-1.835-1.298-2.734-1.97.916-.626 1.786-1.322 2.723-1.914.631.036.138.817.098 1.19.79.004 1.579.001 2.37.001.004-1.141-.001-2.281.002-3.422z"/><path d="M6.736 10.873c1.074-.042 2.591-.192 2.958 1.129-.379 1.304-1.873 1.23-2.957 1.165-.002-.764-.001-1.53-.001-2.294zM14.334 12.004c.365-1.324 1.883-1.174 2.957-1.129.004.764.002 1.528-.001 2.292-1.082.067-2.575.14-2.956-1.163z"/><path fill="#ffd520" d="M12.024.528c.199.001.332.178.472.294 3.598 3.607 7.204 7.204 10.802 10.807.216.17.316.502.073.7-3.653 3.668-7.321 7.322-10.98 10.986-.173.228-.51.28-.695.036C8.03 19.693 4.37 16.029.709 12.366c-.251-.184-.217-.538.022-.715C4.345 8.027 7.971 4.411 11.587.79c.128-.107.254-.262.437-.262m-.91 3.073c-.004 1.141.001 2.281-.002 3.422-.791 0-1.58.002-2.37-.001.04-.373.533-1.154-.098-1.19-.937.592-1.807 1.288-2.723 1.914.899.672 1.792 1.363 2.734 1.97.632-.065.112-.856.082-1.234.748.136 1.91-.372 2.341.454.084 2.155.013 4.32.035 6.479-1.459.002-2.917-.002-4.376.002-.001.485 0 .97.002 1.456 1.457-.002 2.912 0 4.369-.002.014 1.192 0 2.383.007 3.575.596.004 1.193 0 1.789.007.07-1.051-.053-2.113.062-3.16.468-.78 1.584-.283 2.332-.418-.024.378-.548 1.11.05 1.238.96-.594 1.84-1.316 2.767-1.963-.93-.637-1.802-1.384-2.779-1.939-.571.122-.068.836-.047 1.201-.788.006-1.577.004-2.366.001-.002-2.311-.002-4.621.001-6.932 1.456-.005 2.912.001 4.369-.002.004-.485.004-.968.001-1.453-1.458-.01-2.917.01-4.374-.01.004-1.138-.001-2.275.002-3.414-.602-.005-1.206-.004-1.808-.001m-4.378 7.272c0 .764-.001 1.53.001 2.294 1.084.065 2.578.139 2.957-1.165-.367-1.321-1.884-1.171-2.958-1.129m7.598 1.131c.38 1.303 1.873 1.23 2.956 1.163.004-.764.005-1.528.001-2.292-1.074-.044-2.592-.194-2.957 1.129z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.798 0h.462c.539.318.942.804 1.384 1.236l9.3 9.301c.366.367.756.718 1.056 1.145v.688c-.464.607-1.056 1.098-1.579 1.65-3.352 3.318-6.637 6.706-10.03 9.98h-.71c-3.43-3.257-6.707-6.682-10.076-10.004-.536-.568-1.154-1.063-1.604-1.706v-.479c.223-.451.619-.773.965-1.126l9.66-9.66C10.996.66 11.335.25 11.8 0m-.117.275C7.915 3.901 4.269 7.668.548 11.349c-.362.281-.504.858-.136 1.195 3.678 3.683 7.36 7.363 11.039 11.046.282.334.824.36 1.115.02 3.679-3.682 7.36-7.366 11.041-11.046.348-.287.317-.827-.014-1.114C19.958 7.802 16.31 4.168 12.673.523c-.239-.275-.649-.449-.99-.248z"/><path d="M11.683.275c.341-.2.751-.026.99.248 3.637 3.646 7.285 7.279 10.92 10.927.331.287.362.827.014 1.114-3.682 3.68-7.362 7.364-11.041 11.046-.29.34-.833.313-1.115-.02C7.772 19.907 4.09 16.227.412 12.544c-.368-.337-.227-.914.136-1.195C4.269 7.669 7.915 3.902 11.683.275m.342.253c-.185-.002-.31.154-.438.262C7.969 4.412 4.346 8.027.731 11.65c-.241.178-.274.534-.022.719 3.662 3.66 7.322 7.325 10.986 10.982.185.242.524.193.696-.035 3.659-3.664 7.327-7.32 10.981-10.988.241-.196.14-.529-.074-.698C19.699 8.026 16.093 4.429 12.496.824c-.139-.118-.271-.294-.47-.295z"/><path d="M7.074 6.146c.692-.002 1.385-.001 2.077-.001.008 3.923.005 7.846.001 11.767-.694.005-1.387.005-2.08 0-.004-3.922-.007-7.843.001-11.766zM10.284 7.954c.862-.592 1.68-1.25 2.564-1.805.58.07.11.775.086 1.128 1.738.01 3.476-.002 5.215.006.005.457.004.913-.002 1.37-1.741.008-3.484-.002-5.225.005.028.361.52 1.078-.067 1.164a36.147 36.147 0 0 1-2.572-1.868zM10.256 12.005c.172-.755.871-1.338 1.64-1.39.665-.035 1.331-.007 1.997-.016.005.952.002 1.902.001 2.854-.592 0-1.184.012-1.776 0-.848.007-1.675-.614-1.862-1.448zM15.474 15.373c-.046-.39-.433-.9-.004-1.183.917.578 1.78 1.238 2.657 1.873-.88.638-1.741 1.307-2.653 1.897-.448-.283-.036-.817.008-1.214-1.744-.006-3.486.001-5.23-.004-.004-.454-.004-.908-.004-1.363 1.741-.011 3.484.004 5.225-.006z"/><path fill="#ffd520" d="M12.025.528c.199.001.331.178.47.295 3.598 3.605 7.204 7.202 10.802 10.806.215.169.316.503.074.698-3.654 3.668-7.322 7.325-10.981 10.988-.172.228-.511.277-.696.035C8.03 19.692 4.37 16.028.708 12.368c-.252-.185-.22-.541.022-.719C4.346 8.026 7.968 4.411 11.586.789c.128-.108.253-.264.438-.262m-4.95 5.619a3845.55 3845.55 0 0 0-.001 11.766c.692.005 1.386.005 2.08 0 .004-3.922.007-7.844-.001-11.767-.692 0-1.385-.001-2.077.001m3.209 1.808c.828.659 1.69 1.286 2.572 1.868.587-.086.095-.803.067-1.164 1.741-.007 3.484.004 5.225-.005.006-.457.007-.913.002-1.37-1.739-.008-3.478.004-5.215-.006.024-.353.493-1.058-.086-1.128-.884.554-1.703 1.213-2.564 1.805m-.029 4.051c.187.834 1.014 1.456 1.862 1.448.592.012 1.184 0 1.776 0 .001-.952.004-1.902-.001-2.854-.666.008-1.332-.019-1.997.016-.769.052-1.469.635-1.64 1.39m5.218 3.368c-1.741.01-3.484-.005-5.225.006 0 .455 0 .91.004 1.363 1.744.005 3.486-.002 5.23.004-.044.397-.456.931-.008 1.214.912-.59 1.774-1.259 2.653-1.897-.877-.635-1.74-1.295-2.657-1.873-.43.283-.042.793.004 1.183z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway--g9" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.795 0h.455c.523.295.914.758 1.334 1.176l9.24 9.241c.404.408.839.794 1.176 1.264v.686c-3.23 3.401-6.625 6.652-9.919 9.994-.566.545-1.085 1.141-1.694 1.639h-.706C7.99 20.485 4.459 16.794.821 13.219A7.428 7.428 0 0 1 0 12.294v-.486c.262-.493.7-.851 1.085-1.242l9.419-9.421C10.913.742 11.29.291 11.795 0m-.107.277C7.932 3.875 4.314 7.633.606 11.287c-.378.292-.594.887-.192 1.255 3.677 3.685 7.36 7.366 11.039 11.048.284.331.821.359 1.111.019 3.683-3.682 7.363-7.364 11.044-11.047.348-.289.316-.823-.014-1.111-3.632-3.649-7.283-7.283-10.92-10.928-.24-.268-.648-.454-.985-.246z"/><path d="M11.688.277c.337-.208.745-.022.985.246 3.637 3.646 7.288 7.279 10.92 10.928.33.288.362.822.014 1.111-3.68 3.683-7.361 7.366-11.044 11.047-.29.34-.827.312-1.111-.019C7.773 19.907 4.09 16.227.413 12.542c-.402-.368-.186-.964.192-1.255C4.313 7.633 7.931 3.875 11.687.277m.337.251c-.21.011-.349.194-.498.319C7.932 4.453 4.324 8.045.731 11.652c-.238.179-.272.528-.023.713 3.661 3.662 7.321 7.33 10.99 10.986.187.244.517.19.692-.036 3.66-3.664 7.33-7.318 10.981-10.988.28-.23.092-.576-.132-.761C19.633 7.968 16.035 4.364 12.433.764c-.121-.098-.241-.238-.409-.235z"/><path d="M5.894 7.97c.886-.624 1.753-1.274 2.65-1.883.432.292.082.797.017 1.192 1.741.002 3.482-.001 5.225.002l-.001 1.374H8.554c.034.366.498 1.039-.035 1.174-.917-.552-1.744-1.249-2.624-1.859zM14.892 6.145h2.083c.005 3.923.004 7.846.001 11.77-.695.002-1.39.001-2.084 0V6.145zM10.151 10.601c.69.012 1.381-.031 2.069.024.744.073 1.415.655 1.565 1.391-.181.802-.964 1.41-1.78 1.433-.618.026-1.237.002-1.855 0 .002-.949.001-1.898.001-2.848zM11.131 15.374c-.04-.354-.461-.986.03-1.148.919.544 1.751 1.229 2.63 1.836-.737.546-1.489 1.07-2.221 1.621-.186.108-.396.348-.608.155-.112-.365.108-.737.173-1.093H5.909c-.002-.456-.004-.912-.004-1.368 1.741-.002 3.484.001 5.226-.002z"/><path fill="#ffd520" d="M12.024.528c.168-.002.288.137.409.235 3.602 3.6 7.2 7.205 10.806 10.802.224.185.412.53.132.761-3.652 3.671-7.321 7.325-10.981 10.988-.175.226-.505.28-.692.036C8.03 19.694 4.37 16.026.708 12.364c-.25-.185-.215-.534.023-.713C4.324 8.044 7.932 4.452 11.526.846c.149-.125.288-.308.498-.319M5.894 7.97c.881.61 1.708 1.307 2.624 1.859.533-.134.068-.808.035-1.174h5.231l.001-1.374c-1.742-.004-3.484 0-5.225-.002.065-.395.415-.9-.017-1.192-.896.608-1.764 1.259-2.65 1.883m8.999-1.825v11.77c.695.001 1.39.002 2.084 0 .002-3.924.004-7.847-.001-11.77h-2.083m-4.741 4.456c0 .949.001 1.898-.001 2.848.618.002 1.237.026 1.855 0 .816-.023 1.598-.631 1.78-1.433-.15-.736-.821-1.318-1.565-1.391-.688-.055-1.379-.012-2.069-.024m.98 4.773c-1.742.004-3.485 0-5.226.002 0 .456.001.912.004 1.368h5.226c-.065.356-.284.728-.173 1.093.212.193.422-.047.608-.155.732-.551 1.484-1.075 2.221-1.621-.88-.607-1.711-1.292-2.63-1.836-.491.162-.07.794-.03 1.148z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-ends--g1" xmlns="http://www.w3.org/2000/svg"><path d="M11.917.414c.335-.055.618.163.844.383 3.48 3.48 6.954 6.967 10.445 10.438.44.334.593 1.037.14 1.427-3.554 3.568-7.126 7.12-10.684 10.685-.332.386-.985.374-1.316-.008C7.807 19.797 4.259 16.261.724 12.717c-.41-.335-.446-.994-.03-1.338C4.215 7.858 7.742 4.342 11.255.814c.19-.172.391-.379.662-.398m-.098.48C8.25 4.362 4.765 7.926 1.227 11.426c-.529.331-.472.911.034 1.234 3.443 3.436 6.886 6.874 10.324 10.316.192.252.569.353.781.064 3.559-3.557 7.127-7.108 10.676-10.675.29-.211.161-.578-.077-.77-3.497-3.504-7.008-6.994-10.504-10.499-.158-.175-.407-.325-.642-.199z"/><path d="M11.098 3.698a158.28 158.28 0 0 1 1.823-.002c.02 1.97-.017 3.941.017 5.91.014.667.479 1.177.971 1.568.78.679.92 1.77.876 2.746-.04 1.493.071 2.992-.06 4.48a76.84 76.84 0 0 0-1.796-.011c-.007-1.733.005-3.466-.005-5.198.041-.594-.557-.893-.912-1.262-.362.362-.944.672-.913 1.262-.011 1.732.004 3.464-.006 5.197-.606.002-1.211.001-1.817.001a856.684 856.684 0 0 1-.001-5.317c-.004-.829.44-1.612 1.087-2.113.454-.349.734-.902.732-1.477.01-1.927-.005-3.856.005-5.783z"/><path fill="#ffef00" d="M11.819.896c.235-.126.484.024.642.199C15.957 4.6 19.468 8.09 22.965 11.594c.238.192.367.559.077.77-3.55 3.568-7.117 7.118-10.676 10.675-.212.289-.589.188-.781-.064A7723.268 7723.268 0 0 0 1.261 12.659c-.505-.323-.563-.902-.034-1.234 3.539-3.5 7.024-7.064 10.592-10.53m-.721 2.803c-.01 1.927.005 3.856-.005 5.783a1.875 1.875 0 0 1-.732 1.477c-.647.502-1.091 1.284-1.087 2.113-.006 1.772-.004 3.545.001 5.317.606 0 1.211.001 1.817-.001.01-1.733-.005-3.466.006-5.197-.031-.59.551-.9.913-1.262.355.37.953.668.912 1.262.01 1.733-.002 3.466.005 5.198a76.774 76.774 0 0 1 1.796.011c.131-1.488.02-2.987.06-4.48.044-.976-.096-2.066-.876-2.746-.492-.391-.956-.901-.971-1.568-.034-1.969.004-3.94-.017-5.91-.607-.002-1.214-.001-1.823.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-ends--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1c1c" opacity=".91" d="M10.53.926c.704-.758 2.018-.792 2.73-.024 3.346 3.173 6.668 6.371 10.01 9.548.346.305.592.704.73 1.142v.65c-.136.388-.324.763-.625 1.049-3.229 3.214-6.437 6.449-9.665 9.662-.689.708-1.925.763-2.635.058-3.434-3.289-6.883-6.565-10.313-9.858-.697-.695-.608-1.915.102-2.568C4.082 7.362 7.301 4.137 10.53.925m1.033-.269c-.467.096-.818.44-1.141.766-3.114 3.127-6.246 6.238-9.355 9.37-.607.542-.69 1.578-.102 2.164 3.434 3.286 6.871 6.569 10.307 9.853.6.594 1.662.547 2.238-.056 3.24-3.242 6.484-6.481 9.725-9.721.606-.57.641-1.628.014-2.197-3.365-3.235-6.75-6.451-10.124-9.678-.394-.416-.995-.638-1.561-.499z"/><path fill="#fff100" d="M11.563.656c.566-.139 1.168.083 1.561.499 3.374 3.227 6.76 6.443 10.124 9.678.626.569.592 1.627-.014 2.197-3.241 3.24-6.485 6.479-9.725 9.721-.576.604-1.638.65-2.238.056L.964 12.954c-.588-.586-.505-1.621.102-2.164 3.109-3.132 6.241-6.242 9.355-9.37.323-.325.674-.67 1.141-.766m-.239.486c-.472.154-.806.538-1.15.874-2.879 2.882-5.766 5.756-8.636 8.647-.684.638-.736 1.831-.043 2.483 3.208 3.074 6.426 6.137 9.636 9.21.683.648 1.856.596 2.509-.071 3.04-3.043 6.085-6.079 9.122-9.125.689-.664.68-1.882-.046-2.514A3703.33 3703.33 0 0 0 13.2 1.555a1.806 1.806 0 0 0-1.878-.415z"/><path fill="#fff100" d="M11.55 1.478c.512-.152 1.076.028 1.441.409 3.151 3.01 6.306 6.016 9.449 9.034.576.491.582 1.444.044 1.964-3.041 3.038-6.077 6.082-9.12 9.118-.53.546-1.49.571-2.023.014l-9.512-9.089c-.588-.502-.576-1.477-.013-1.993 2.945-2.976 5.92-5.921 8.876-8.885.244-.244.514-.488.858-.572m.149 7.428c.524-.083 1.036-.234 1.56-.318-.002.899-.002 1.85.439 2.662.355.698 1.05 1.141 1.41 1.836.394.722.419 1.564.408 2.366.602.037 1.206.072 1.81.091.058-.925.077-1.885-.221-2.774-.244-.731-.964-1.138-1.312-1.805-.386-.726-.527-1.556-.588-2.368.55.072 1.084.227 1.631.311a168.02 168.02 0 0 0-2.552-3.44 169.502 169.502 0 0 0-2.585 3.439M9.004 6.151c-.028.816-.038 1.676-.443 2.411-.377.718-1.108 1.172-1.451 1.912-.4.796-.394 1.706-.374 2.575-.53-.103-1.057-.227-1.588-.335.851 1.166 1.733 2.31 2.6 3.463.848-1.151 1.705-2.294 2.556-3.444-.557.076-1.102.22-1.655.314.11-.86.216-1.762.683-2.515.34-.568.95-.937 1.195-1.567.38-.911.234-1.915.257-2.874-.593.036-1.187.049-1.781.06m2.434 7.211c-.901 1.418-1.102 3.191-1.103 4.84 1.198.005 2.395.025 3.594.016.059-1.589-.204-3.259-.956-4.673-.269-.617-1.166-.818-1.535-.182z"/><path fill="#231f20" d="M11.323 1.14a1.806 1.806 0 0 1 1.878.415 3703.33 3703.33 0 0 1 9.515 9.089c.726.632.734 1.85.046 2.514-3.037 3.046-6.083 6.082-9.122 9.125-.653.667-1.826.719-2.509.071-3.21-3.073-6.428-6.136-9.636-9.21-.692-.652-.641-1.844.043-2.483 2.87-2.891 5.758-5.765 8.636-8.647.343-.336.678-.72 1.15-.874m.226.338c-.344.084-.614.329-.858.572-2.957 2.964-5.932 5.909-8.876 8.885-.563.516-.575 1.492.013 1.993 3.172 3.029 6.342 6.06 9.512 9.089.533.557 1.493.532 2.023-.014 3.043-3.036 6.079-6.079 9.12-9.118.538-.521.532-1.474-.044-1.964-3.143-3.018-6.298-6.024-9.449-9.034-.365-.382-.929-.562-1.441-.409z"/><path fill="#231f20" d="M11.699 8.906c.842-1.16 1.712-2.302 2.585-3.439a168.02 168.02 0 0 1 2.552 3.44c-.547-.084-1.081-.239-1.631-.311.061.811.202 1.642.588 2.368.348.667 1.068 1.074 1.312 1.805.298.889.278 1.849.221 2.774a60.732 60.732 0 0 1-1.81-.091c.011-.803-.014-1.644-.408-2.366-.36-.695-1.055-1.138-1.41-1.836-.442-.811-.442-1.763-.439-2.662-.524.084-1.036.235-1.56.318zM9.004 6.151a42.313 42.313 0 0 0 1.781-.06c-.023.959.124 1.963-.257 2.874-.245.63-.856 1-1.195 1.567-.467.754-.572 1.655-.683 2.515.553-.095 1.098-.239 1.655-.314-.851 1.15-1.708 2.293-2.556 3.444-.868-1.153-1.75-2.297-2.6-3.463.53.108 1.057.232 1.588.335-.019-.869-.025-1.78.374-2.575.343-.739 1.074-1.194 1.451-1.912.404-.734.415-1.595.443-2.411zM11.437 13.362c.368-.636 1.266-.434 1.535.182.752 1.414 1.015 3.084.956 4.673-1.199.01-2.396-.011-3.594-.016.001-1.649.202-3.421 1.103-4.84z"/></symbol><symbol viewBox="0 0 27 24" id="warning--divided-highway-ends--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.241 0h.675a2.276 2.276 0 0 1 1.405 1.222c3.912 6.872 7.955 13.673 11.798 20.58v.803A2.06 2.06 0 0 1 25.676 24H1.469c-.723-.174-1.266-.755-1.468-1.46v-.664c.106-.263.224-.521.361-.767C4.23 14.398 8.096 7.687 11.966.976c.26-.498.753-.808 1.276-.975m-10.388 21.6c7.146.005 14.29.005 21.435 0-3.57-6.197-7.134-12.399-10.72-18.586A6343.058 6343.058 0 0 0 2.854 21.601z"/><path fill="#fff" d="M2.854 21.601A6123.713 6123.713 0 0 1 13.569 3.015c3.586 6.187 7.15 12.389 10.72 18.586-7.144.005-14.289.005-21.435 0M12.157 6.85c-.016 1.177.06 2.361-.039 3.534-.548 1.467-1.706 2.668-2.151 4.178-.102 2.087-.018 4.183-.043 6.274h2.433c.035-1.957-.05-3.92.042-5.874.319-.595.568-1.386 1.159-1.734.613.315.85 1.134 1.178 1.722.102 1.957.009 3.925.046 5.887h2.431c-.024-2.094.061-4.195-.045-6.285-.45-1.485-1.563-2.679-2.137-4.114-.126-1.193-.02-2.403-.057-3.603-.94.007-1.879-.022-2.818.015z"/><path d="M12.157 6.85c.938-.037 1.878-.008 2.818-.015.037 1.2-.069 2.409.057 3.603.574 1.435 1.687 2.629 2.137 4.114.106 2.09.02 4.191.045 6.285h-2.431c-.037-1.962.056-3.931-.046-5.887-.328-.588-.565-1.407-1.178-1.722-.591.348-.841 1.139-1.159 1.734-.092 1.954-.007 3.917-.042 5.874H9.925c.026-2.091-.058-4.187.043-6.274.445-1.509 1.603-2.71 2.151-4.178.099-1.173.023-2.357.039-3.534z"/></symbol><symbol viewBox="0 0 24 24" id="warning--divided-highway-ends--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#bb9c17" opacity=".73" d="M11.748 0h.446c.414.317.782.688 1.148 1.057 3.414 3.43 6.839 6.847 10.259 10.27.39.317.426.929.025 1.254-3.706 3.698-7.402 7.408-11.112 11.101-.355.402-.953.238-1.246-.149-3.733-3.798-7.577-7.492-11.269-11.328v-.42c.445-.668 1.087-1.171 1.634-1.752C5.016 6.702 8.298 3.261 11.747 0m.074.304c-.364.223-.634.565-.937.859C7.427 4.629 3.96 8.082.505 11.549c-.27.21-.319.593-.032.814 3.697 3.704 7.402 7.402 11.1 11.105a.52.52 0 0 0 .82-.032c3.697-3.703 7.404-7.399 11.099-11.106.281-.223.164-.617-.078-.817-3.64-3.642-7.285-7.279-10.921-10.926-.179-.156-.409-.418-.671-.282z"/><path d="M11.821.304c.262-.136.492.126.671.282 3.636 3.647 7.282 7.284 10.921 10.926.242.2.359.594.078.817-3.695 3.707-7.402 7.403-11.099 11.106a.52.52 0 0 1-.82.032c-3.698-3.703-7.403-7.4-11.1-11.105-.287-.221-.238-.604.032-.814 3.455-3.467 6.922-6.92 10.379-10.386.304-.294.574-.636.937-.859M.56 11.981c3.805 3.799 7.594 7.614 11.417 11.394 3.808-3.791 7.607-7.591 11.401-11.396C19.608 8.146 15.789 4.357 11.982.56A1069.588 1069.588 0 0 0 .56 11.982z"/><path d="M8.866 7.78c1.016-1.452 2.063-2.884 3.1-4.321 1.027 1.435 2.077 2.855 3.096 4.295.227.247.143.674-.191.775-.533-.016-1.034-.232-1.548-.359.058 1.427-.209 2.928.38 4.278.685 1.624 2.042 2.818 3.35 3.942-.514.421-1.026.844-1.54 1.262-1.282-1.171-2.524-2.399-3.541-3.811-1.028 1.406-2.26 2.65-3.553 3.811-.508-.425-1.02-.844-1.531-1.264 1.295-1.111 2.632-2.293 3.328-3.89.613-1.36.347-2.884.403-4.326-.498.118-.983.311-1.496.354-.352-.037-.486-.496-.257-.746m2.528.715c.019.39-.164.883.178 1.183.013-.389.216-.917-.178-1.183m.959 0c.018.39-.166.884.179 1.183.013-.389.216-.917-.179-1.183m-.964 1.715c-.016.359-.028.719-.008 1.079.35-.24.216-.7.265-1.056l-.257-.023m.961-.116c-.019.361-.007.724.006 1.085.064-.001.191-.002.254-.004-.049-.367.079-.822-.26-1.081m-1.258 2.664c.062.016.187.047.25.061.091-.348.181-.697.223-1.056-.372.192-.354.649-.473.995m1.248-.967c.08.389.18.776.342 1.141.214-.37.074-.985-.342-1.141m-1.966 2.473c.362-.235.534-.647.706-1.025-.469.1-.616.618-.706 1.025m2.518-.998c.133.371.284.832.706.955-.166-.343-.262-.89-.706-.955m-3.59 2.131c.431.062.674-.5.858-.824-.39.133-.674.468-.858.824m4.484-.729c.164.325.438.576.684.838l.149-.224c-.266-.206-.443-.697-.833-.613m-5.632 1.872c.427.028.678-.464.91-.763-.39.104-.769.372-.91.763m6.762-.796c.113.431.494.71.874.898-.11-.433-.493-.713-.874-.898z"/><path fill="#ffd520" d="M.56 11.981C4.338 8.146 8.146 4.337 11.982.559c3.808 3.797 7.626 7.586 11.396 11.419a4374.765 4374.765 0 0 1-11.401 11.396C8.154 19.594 4.365 15.779.56 11.98m8.306-4.2c-.229.251-.095.709.257.746.514-.043.998-.236 1.496-.354-.056 1.442.21 2.966-.403 4.326-.696 1.597-2.033 2.779-3.328 3.89.511.42 1.024.839 1.531 1.264 1.294-1.162 2.525-2.405 3.553-3.811 1.018 1.412 2.26 2.64 3.541 3.811.514-.419 1.026-.841 1.54-1.262-1.308-1.124-2.665-2.318-3.35-3.942-.589-1.35-.323-2.851-.38-4.278.514.127 1.015.343 1.548.359.334-.101.418-.528.191-.775-1.019-1.44-2.069-2.86-3.096-4.295-1.037 1.438-2.083 2.869-3.1 4.321z"/><path fill="#d6d6d6" d="M11.394 8.495c.394.266.191.794.178 1.183-.342-.3-.158-.793-.178-1.183z"/><path fill="#d5d5d5" d="M12.353 8.495c.395.266.192.794.179 1.183-.344-.299-.161-.793-.179-1.183z"/><path fill="#d3d3d3" d="M11.389 10.21l.257.023c-.049.356.085.816-.265 1.056-.019-.36-.007-.72.008-1.079zM12.892 13.266c.444.065.54.612.706.955-.421-.124-.572-.584-.706-.955z"/><path fill="#dbdbdb" d="M12.35 10.094c.34.259.211.714.26 1.081-.064.001-.191.002-.254.004a12.27 12.27 0 0 1-.006-1.085zM9.302 15.397c.184-.356.468-.691.858-.824-.184.324-.427.887-.858.824z"/><path fill="#d2d2d2" d="M11.092 12.758c.119-.346.101-.803.473-.995a7.742 7.742 0 0 1-.223 1.056c-.062-.014-.187-.046-.25-.061zM10.374 14.264c.09-.407.236-.925.706-1.025-.172.378-.343.79-.706 1.025z"/><path fill="#d0d0d0" d="M12.34 11.791c.416.156.556.772.342 1.141a5.552 5.552 0 0 1-.342-1.141z"/><path fill="#c9c9c9" d="M13.786 14.668c.39-.084.566.407.833.613l-.149.224c-.246-.262-.52-.512-.684-.838z"/><path fill="#cfcfcf" d="M8.154 16.541c.14-.391.52-.659.91-.763-.232.299-.482.791-.91.763z"/><path fill="#d7d7d7" d="M14.916 15.745c.38.185.763.464.874.898-.379-.187-.761-.467-.874-.898z"/></symbol><symbol viewBox="0 0 27 24" id="warning--divided-highway-on-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.453 1.404c.808-1.581 3.454-1.653 4.29-.052 3.561 5.559 6.808 11.31 10.158 16.996.619 1.145 1.541 2.299 1.377 3.679-.117.95-.901 1.626-1.742 1.973H1.758C.908 23.658.206 22.962 0 22.049v-.841c.207-.869.687-1.626 1.125-2.391A1083.85 1083.85 0 0 1 11.453 1.405m1.939 1.79C9.797 9.301 6.183 15.398 2.607 21.516c7.362.006 14.724.006 22.086 0a5022.004 5022.004 0 0 0-10.974-18.63c-.201-.069-.23.197-.327.309z"/><path fill="#fff" d="M13.392 3.195c.097-.113.126-.378.327-.309a5022.004 5022.004 0 0 1 10.974 18.63c-7.362.006-14.724.006-22.086 0 3.576-6.118 7.19-12.215 10.785-18.321m.613 3.423a9.004 9.004 0 0 0-.72.702c.003.601.002 1.203.005 1.803-.885.556-1.98 1.082-2.262 2.185-.067 1.277-.006 2.561-.03 3.84-.015.812.039 1.714.585 2.364.578.499 1.213.931 1.794 1.428.111.653.011 1.334.048 1.997.47.008.939.006 1.409.001-.028-.858.075-1.734-.054-2.581-.595-.792-1.597-1.198-2.23-1.939-.291-1.545-.067-3.15-.13-4.719.313-1.044 1.779-1.05 2.257-1.96-.078-1.062.448-2.463-.67-3.12m-.591 5.765c-.018.99-.019 1.982 0 2.971.404.305 1.098.35 1.392-.093.014-.963.033-1.929-.014-2.892-.428-.276-.963-.3-1.379.014z"/><path fill="#030303" d="M14.005 6.618c1.119.657.592 2.058.67 3.12-.479.911-1.944.916-2.257 1.96.063 1.569-.16 3.174.13 4.719.633.741 1.635 1.148 2.23 1.939.129.848.026 1.724.054 2.581-.47.005-.939.006-1.409-.001-.037-.663.063-1.344-.048-1.997-.581-.496-1.216-.928-1.794-1.428-.546-.65-.6-1.553-.585-2.364.024-1.28-.037-2.563.03-3.84.282-1.104 1.377-1.629 2.262-2.185-.003-.6-.002-1.201-.005-1.803.225-.248.468-.48.72-.702z"/><path fill="#030303" d="M13.416 12.384c.415-.313.951-.29 1.379-.014.046.963.027 1.929.014 2.892-.294.443-.989.398-1.392.093a79.528 79.528 0 0 1 0-2.971z"/></symbol><symbol viewBox="0 0 26 24" id="warning--divided-highway-on-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff339" d="M11.806 1.832c.21-1.027 1.72-1.362 2.299-.487 3.857 6.599 7.563 13.3 11.482 19.861.139.729-.11 1.712-.983 1.778-2.871-.006-5.744-.029-8.6.152l-.249-.184c-.071.053-.213.163-.285.218a15.167 15.167 0 0 0-.187-.139 1.897 1.897 0 0 1-.677.106c-4.414-.009-8.828-.007-13.242-.003l-.609-.625a7.9 7.9 0 0 0-.172-.541 9.551 9.551 0 0 1 .995-2.023C4.913 13.867 8.457 7.903 11.804 1.831m.962-.645c-.633.165-.802.876-1.115 1.365-3.507 6.266-7.128 12.473-10.595 18.76-.387.668.168 1.618.956 1.533 7.426-.075 14.854-.111 22.28-.176.836-.02 1.251-1.096.758-1.731A6953.837 6953.837 0 0 1 14.173 2.022c-.243-.532-.778-1.025-1.407-.836z"/><path fill="#232923" d="M12.766 1.186c.629-.189 1.164.304 1.407.836A6699.356 6699.356 0 0 0 25.05 20.937c.493.635.078 1.71-.758 1.731-7.426.065-14.854.101-22.28.176-.788.085-1.343-.865-.956-1.533 3.467-6.288 7.087-12.494 10.595-18.76.312-.489.481-1.2 1.115-1.365m.292 2.768c-3.202 5.67-6.461 11.312-9.616 17.01 6.434-.134 12.867-.106 19.301-.188-3.24-5.6-6.419-11.237-9.685-16.822z"/><path fill="#fbef39" d="M13.058 3.954c3.266 5.585 6.445 11.222 9.685 16.822-6.434.082-12.867.053-19.301.188 3.155-5.698 6.413-11.339 9.616-17.01m-1.057 4.122c-.026 1.463.153 2.941.612 4.333.074.416.747.481.889.081.493-1.413.64-2.923.653-4.413-.719-.003-1.436-.007-2.154-.001m-1.674 3.986c-.357.415-.745.804-1.112 1.21-.431.418-.173 1.079-.227 1.606.302-.317.594-.64.885-.967.026.711.003 1.424.026 2.135-.009.558.522 1.04 1.079.977.376.067.905-.166 1.16.201.08.668.025 1.343.043 2.015.32-.003.638-.003.957-.003-.014-.727.016-1.453-.014-2.179 0-.573-.542-1.061-1.113-.992-.37-.069-.908.168-1.151-.201-.107-.642-.026-1.297-.046-1.945.289.32.578.638.872.954-.004-.455-.007-.909-.013-1.363-.448-.483-.891-.972-1.345-1.45z"/><path fill="#21261a" d="M12.001 8.076c.719-.006 1.436-.001 2.154.001-.013 1.489-.16 3-.653 4.413-.142.4-.815.335-.889-.081-.458-1.392-.638-2.87-.612-4.333z"/><path fill="#22261c" d="M10.327 12.062c.454.479.896.967 1.345 1.45.006.454.009.908.013 1.363-.293-.317-.583-.635-.872-.954.02.648-.061 1.303.046 1.945.243.369.781.132 1.151.201.571-.069 1.113.419 1.113.992.03.726 0 1.452.014 2.179-.32 0-.638 0-.957.003-.019-.672.036-1.347-.043-2.015-.254-.367-.784-.134-1.16-.201-.557.062-1.087-.419-1.079-.977-.023-.711 0-1.424-.026-2.135-.291.327-.583.651-.885.967.053-.528-.204-1.188.227-1.606.367-.406.755-.795 1.112-1.21z"/></symbol><symbol viewBox="0 0 27 24" id="warning--divided-highway-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M12.765 0h1.651c.654.272 1.229.737 1.57 1.365 3.683 6.149 7.336 12.318 10.91 18.533.875 1.327.305 3.44-1.289 3.888-1.509.208-3.045.1-4.563.214H5.676c-1.437-.139-2.901-.006-4.32-.291-.709-.101-1.04-.798-1.357-1.352v-1.885C3.531 14.081 7.345 7.844 11.065 1.559c.359-.706.943-1.291 1.7-1.558m.559 2.912C9.709 9.059 6.07 15.191 2.474 21.349c7.407.006 14.815.008 22.222 0a4622.33 4622.33 0 0 0-11.04-18.743c-.202-.071-.234.193-.332.306z"/><path fill="#fff" d="M13.324 2.913c.098-.113.13-.377.332-.306a4622.33 4622.33 0 0 1 11.04 18.743c-7.407.008-14.815.006-22.222 0 3.595-6.158 7.235-12.29 10.85-18.436m-.77 6.588c.482.912 1.953.919 2.269 1.967-.059 1.577.162 3.191-.13 4.746-.634.752-1.648 1.155-2.245 1.955-.13.854-.026 1.736-.054 2.601.472.003.945.003 1.417-.001.039-.669-.071-1.357.054-2.012.577-.507 1.224-.928 1.796-1.438.519-.607.596-1.457.592-2.223-.017-1.301.021-2.605-.017-3.905-.207-1.177-1.38-1.737-2.291-2.311.008-.604 0-1.206.009-1.81a11.038 11.038 0 0 0-.723-.712c-1.131.66-.604 2.075-.678 3.146m-.123 2.635a48.117 48.117 0 0 0-.008 2.918c.291.45.989.386 1.399.098.018-.999.015-2 .001-3.001-.426-.306-.955-.281-1.393-.015z"/><path fill="#030303" d="M12.554 9.502c.074-1.07-.453-2.486.678-3.146.251.228.494.463.723.712-.009.604-.002 1.206-.009 1.81.912.574 2.085 1.134 2.291 2.311.038 1.3 0 2.604.017 3.905.005.767-.072 1.617-.592 2.223-.572.51-1.22.931-1.796 1.438-.125.655-.015 1.343-.054 2.012-.472.005-.945.005-1.417.001.029-.865-.075-1.746.054-2.601.596-.8 1.611-1.203 2.245-1.955.291-1.555.071-3.168.13-4.746-.315-1.048-1.787-1.055-2.269-1.967z"/><path fill="#030303" d="M12.43 12.14c.438-.266.968-.291 1.393.015a90.972 90.972 0 0 1-.002 3.001c-.411.288-1.108.352-1.399-.098a48.117 48.117 0 0 1 .008-2.918z"/></symbol><symbol viewBox="0 0 26 24" id="warning--divided-highway-on-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#feef3e" d="M12.466.892c.406-.16.826-.172 1.229.001.652.516.893 1.332 1.353 1.994 3.513 6.04 6.946 12.13 10.507 18.142.22.438.187.901.012 1.346-.278.263-.567.606-.98.612-2.124.007-4.249-.006-6.374.004-.807.127-1.697.308-2.478-.01l-.259.181-.207-.12c-.399.139-.828.087-1.243.093-4.222-.004-8.443 0-12.667-.001-.198-.211-.4-.418-.606-.622-.173-.438-.253-.914.061-1.31A8544.538 8544.538 0 0 1 11.422 2.459c.266-.571.588-1.123 1.045-1.566m.453.187a.996.996 0 0 0-.792.503C8.464 8.079 4.827 14.591 1.121 21.062c-.507.668.03 1.781.901 1.673 7.426-.026 14.851-.139 22.277-.172.828.032 1.275-1.054.797-1.681-3.736-6.359-7.359-12.781-11.092-19.139-.198-.405-.614-.72-1.083-.662z"/><path fill="#232925" d="M12.92 1.08c.468-.058.885.257 1.083.662 3.733 6.359 7.356 12.781 11.092 19.139.479.627.032 1.713-.797 1.681-7.426.033-14.851.146-22.277.172-.87.108-1.408-1.005-.901-1.673C4.826 14.59 8.463 8.078 12.127 1.582a.998.998 0 0 1 .792-.503M3.467 20.831c6.429.004 12.857-.119 19.287-.149-3.231-5.597-6.453-11.199-9.7-16.787C9.805 9.506 6.69 15.201 3.467 20.831z"/><path fill="#fbeb39" d="M3.467 20.831c3.223-5.63 6.338-11.325 9.587-16.936 3.247 5.588 6.468 11.19 9.7 16.787-6.429.03-12.857.153-19.287.149m8.514-12.847c-.01 1.489.147 3 .639 4.413.121.412.807.387.883-.046.444-1.411.606-2.902.575-4.378-.7.013-1.4.017-2.098.012m2.501 5.468c-.052.44-.019.883-.016 1.324.291-.311.577-.625.866-.937-.027.664.13 1.368-.072 2.004-.655.344-1.671-.162-2.082.658-.291.844-.058 1.784-.124 2.667.312-.004.625-.007.938-.007.03-.687-.081-1.389.056-2.065.601-.441 1.668.14 2.117-.658.344-.815.068-1.754.166-2.617.293.298.583.6.878.896.392-1.236-.607-1.997-1.349-2.789-.479.487-.98.966-1.378 1.522z"/><path fill="#222720" d="M11.981 7.984c.698.006 1.398.001 2.098-.012.03 1.476-.132 2.967-.575 4.378-.077.434-.762.458-.883.046-.492-1.413-.649-2.923-.639-4.413z"/><path fill="#252920" d="M14.481 13.453c.398-.557.899-1.035 1.378-1.522.742.792 1.741 1.553 1.349 2.789-.295-.296-.584-.599-.878-.896-.098.863.178 1.801-.166 2.617-.448.798-1.515.217-2.117.658-.137.675-.026 1.378-.056 2.065-.314 0-.626.003-.938.007.067-.883-.166-1.823.124-2.667.411-.82 1.427-.314 2.082-.658.202-.636.045-1.34.072-2.004-.289.312-.575.626-.866.937-.003-.441-.036-.885.016-1.324z"/></symbol><symbol viewBox="0 0 27 24" id="warning--divided-highway-to-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M10.916 2.025c.501-.935 1.462-1.686 2.57-1.59 1.241-.034 1.929 1.159 2.527 2.061 3.295 5.299 6.356 10.741 9.513 16.123.481.959 1.292 1.877 1.147 3.022.031 1.145-1.003 2.064-2.07 2.228-7.361.013-14.724-.007-22.086.01-1.12.086-2.2-.732-2.517-1.796v-1.151c.935-2.15 2.218-4.124 3.367-6.163 2.511-4.252 4.959-8.541 7.548-12.745m2.162 1.28C9.53 9.337 5.957 15.353 2.43 21.397c7.27.009 14.538.009 21.807 0A4238.097 4238.097 0 0 0 13.401 3.003c-.197-.071-.228.19-.324.301z"/><path fill="#fff" d="M13.077 3.304c.096-.111.127-.372.324-.301a4238.097 4238.097 0 0 1 10.836 18.394c-7.27.009-14.538.009-21.807 0C5.957 15.353 9.531 9.336 13.077 3.304M11 8.281c.056 1.378-.123 2.782.145 4.141.757 1.759 2.99 2.35 3.714 4.121.206 1.413.034 2.859.096 4.286.447.003.896.003 1.345 0-.028-1.444.083-2.898-.068-4.335-.273-1.652-1.825-2.514-2.944-3.561-.357-.366-.904-.681-.905-1.253-.055-1.231-.013-2.465-.024-3.698-.213-.21-.434-.415-.659-.612-.262.271-.772.458-.701.911m1.992-.911c-.006 1.206 0 2.41-.003 3.616.225.188.452.375.68.563l.714-.56c-.001-1.207.003-2.413-.003-3.619a80.274 80.274 0 0 0-1.388 0m-.104 9.547c-.003 1.301-.009 2.601.003 3.904.462.003.926.001 1.388-.006-.001-1.301.007-2.603-.004-3.905-.225-.181-.45-.363-.676-.542-.241.178-.477.361-.711.55z"/><path fill="#030303" d="M11 8.281c-.071-.453.439-.64.701-.911.225.197.446.401.659.612.01 1.233-.031 2.467.024 3.698.001.572.548.887.905 1.253 1.119 1.047 2.671 1.91 2.944 3.561.151 1.437.04 2.89.068 4.335-.449.003-.898.003-1.345 0-.062-1.427.11-2.873-.096-4.286-.724-1.772-2.957-2.363-3.714-4.121-.268-1.359-.089-2.763-.145-4.141z"/><path fill="#030303" d="M12.991 7.37c.462-.004.926-.004 1.388 0 .006 1.206.001 2.412.003 3.619l-.714.56c-.228-.188-.455-.375-.68-.563.003-1.206-.003-2.41.003-3.616zM12.887 16.917c.234-.188.47-.372.711-.55.225.179.45.361.676.542.012 1.302.003 2.604.004 3.905-.462.007-.926.009-1.388.006-.012-1.302-.006-2.603-.003-3.904z"/></symbol><symbol viewBox="0 0 28 24" id="warning--divided-highway-to-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M12.814 0h2.316c.557.365 1.05.834 1.375 1.42a1408.849 1408.849 0 0 1 10.833 18.478c.801 1.25.439 3.255-1.056 3.801-1.206.352-2.499.156-3.74.301H5.411c-1.244-.144-2.538.053-3.747-.301C.169 23.152-.188 21.15.608 19.898A1389.923 1389.923 0 0 1 11.385 1.514C11.73.902 12.192.346 12.813 0M2.796 21.331c7.452.009 14.904.009 22.356 0A3036.655 3036.655 0 0 0 13.974 2.369 2836.435 2836.435 0 0 0 2.796 21.331z"/><path fill="#fff" d="M2.796 21.331A2836.435 2836.435 0 0 1 13.974 2.369c3.753 6.305 7.472 12.63 11.178 18.962-7.452.009-14.904.009-22.356 0M12.902 6.948c-.008 1.238 0 2.474-.005 3.711l.734.576c.232-.193.466-.384.699-.579-.006-1.235.002-2.471-.005-3.706a84.374 84.374 0 0 0-1.423-.002m2.069.629c-.009 1.264.033 2.529-.026 3.791-.003.585-.559.911-.925 1.284-1.148 1.075-2.74 1.959-3.02 3.653-.152 1.473-.041 2.965-.067 4.445.459.002.919.002 1.378 0 .064-1.463-.111-2.945.097-4.394.743-1.817 3.032-2.421 3.807-4.226.276-1.393.096-2.833.152-4.246.07-.465-.45-.658-.72-.937-.229.207-.456.415-.676.63m-1.961 9.152c-.012 1.335-.003 2.67-.006 4.007.474.006.949.006 1.423.006.017-1.335.006-2.672.006-4.007-.242-.19-.485-.378-.732-.561-.229.184-.46.371-.691.554z"/><path fill="#040404" d="M12.902 6.948c.474-.003.949-.003 1.423.002.006 1.235-.002 2.471.005 3.706-.232.194-.466.386-.699.579a184.43 184.43 0 0 1-.734-.576c.005-1.236-.003-2.473.005-3.711z"/><path fill="#040404" d="M14.971 7.577c.22-.216.447-.424.676-.63.27.279.79.472.72.937-.056 1.413.125 2.853-.152 4.246-.775 1.805-3.064 2.409-3.807 4.226-.208 1.449-.033 2.932-.097 4.394-.459.002-.919.002-1.378 0 .026-1.479-.085-2.971.067-4.445.279-1.694 1.871-2.578 3.02-3.653.366-.372.922-.699.925-1.284.059-1.262.017-2.528.026-3.791z"/><path fill="#040404" d="M13.01 16.729l.691-.554c.248.182.491.371.732.561 0 1.335.011 2.672-.006 4.007-.474 0-.949 0-1.423-.006.003-1.337-.006-2.672.006-4.007z"/></symbol><symbol viewBox="0 0 27 24" id="warning--domestic-animals--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.253 0h.629c.529.159 1.02.472 1.287.968 3.855 6.679 7.7 13.365 11.555 20.045.146.26.278.53.395.807v.759A2.018 2.018 0 0 1 25.661 24H1.494c-.742-.16-1.3-.755-1.494-1.477v-.62c.221-.621.58-1.176.907-1.744C4.594 13.764 8.278 7.367 11.966.974c.264-.499.758-.815 1.287-.975M2.849 21.601c7.147.005 14.293.005 21.44 0-3.569-6.201-7.14-12.4-10.72-18.594C9.991 9.202 6.418 15.4 2.849 21.601z"/><path fill="#fff" d="M2.849 21.601C6.418 15.4 9.991 9.202 13.569 3.007c3.58 6.194 7.151 12.393 10.72 18.594-7.147.005-14.293.005-21.44 0m13.589-9.726c.027.182.057.362.088.542-.652.321-1.173.835-1.76 1.243-1.759.018-3.52-.122-5.281-.125-.972.024-1.897.74-2.121 1.694-.153.598.343 1.116.266 1.714-.054.61-.024 1.249.358 1.759-.13.687-.161 1.412.018 2.094.209-.004.416-.008.625-.014l-.304-.404c.081-.563-.05-1.3.597-1.557.148.629.19 1.292.503 1.871l.563-.053c-.423-.583-.526-1.349-.381-2.042.083-.296.416-.423.692-.321a8.485 8.485 0 0 0 3.291.145c.85.576-.054 1.576.43 2.313l.591.035c-.389-.603-.273-1.523.232-2.019.119.652-.193 1.478.434 1.938l.506-.061c-.13-.184-.262-.366-.393-.548.119-.583-.161-1.437.506-1.745 1.17-.747 1.337-2.267 1.497-3.521.249-.439.837.004 1.214.052.193-.114.388-.225.583-.336-.344-.951-1.13-1.852-2.137-2.107-.152-.237-.323-.477-.614-.546z"/><path d="M16.438 11.875c.292.069.462.309.614.546 1.007.255 1.793 1.157 2.137 2.107-.195.111-.391.222-.583.336-.377-.047-.964-.491-1.214-.052-.16 1.254-.327 2.774-1.497 3.521-.667.308-.386 1.162-.506 1.745.132.182.263.363.393.548l-.506.061c-.626-.46-.315-1.285-.434-1.938-.504.496-.621 1.416-.232 2.019l-.591-.035c-.484-.738.42-1.737-.43-2.313a8.485 8.485 0 0 1-3.291-.145c-.275-.102-.609.026-.692.321-.145.693-.042 1.459.381 2.042l-.563.053c-.313-.579-.355-1.242-.503-1.871-.647.256-.515.994-.597 1.557l.304.404-.625.014c-.179-.682-.148-1.406-.018-2.094-.382-.51-.412-1.148-.358-1.759.077-.598-.419-1.116-.266-1.714.224-.953 1.148-1.669 2.121-1.694 1.761.003 3.523.142 5.281.125.587-.408 1.108-.922 1.76-1.243-.031-.18-.061-.361-.088-.542z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.682 0h.613c.289.158.562.353.799.583 3.132 3.149 6.28 6.282 9.418 9.426.523.536 1.132 1.018 1.488 1.692v.566c-.16.298-.354.577-.592.818-3.167 3.154-6.32 6.32-9.484 9.48-.515.506-.982 1.082-1.625 1.434h-.582a3.464 3.464 0 0 1-.811-.586c-3.149-3.172-6.32-6.32-9.473-9.488-.503-.515-1.08-.978-1.434-1.616v-.605c.33-.66.918-1.124 1.424-1.64 3.16-3.162 6.325-6.318 9.479-9.485.234-.226.497-.419.779-.58m-.007.515c-.32.188-.558.482-.821.738C7.476 4.637 4.087 8.01.713 11.396A.801.801 0 0 0 .719 12.6c3.56 3.56 7.121 7.123 10.684 10.682a.796.796 0 0 0 1.192-.004c3.563-3.559 7.123-7.122 10.684-10.685.395-.33.336-.942-.048-1.255C19.707 7.82 16.185 4.298 12.663.776c-.244-.265-.642-.452-.988-.262z"/><path d="M15.388 7.34c.206.137.359.334.512.524.973.271 1.729 1.135 2.063 2.064-.194.104-.389.206-.583.311-.37-.058-1.11-.535-1.192.084-.142 1.2-.349 2.626-1.463 3.325-.619.32-.358 1.132-.473 1.694.128.17.258.341.384.514l-.498.052c-.125-.142-.253-.28-.38-.419-.006-.505-.002-1.013-.065-1.516-.414.571-.617 1.393-.216 2.026l-.552-.012c-.46-.73.378-1.71-.439-2.279a8.246 8.246 0 0 1-3.048-.104c-.299-.083-.726-.098-.827.272a2.534 2.534 0 0 0 .362 1.982c-.179.028-.356.053-.535.079-.306-.58-.367-1.238-.5-1.87-.602.301-.518 1.003-.589 1.568l.32.382-.649.002c-.271-.863.214-1.804-.264-2.606-.206-.63.054-1.327-.223-1.946-.53-1.199.692-2.459 1.871-2.515 1.751-.041 3.508.158 5.257.107.569-.38 1.058-.882 1.679-1.195.002-.172-.107-.391.048-.524z"/><path fill="#ffeb00" d="M11.674.514c.346-.191.744-.004.988.262 3.522 3.522 7.044 7.044 10.568 10.562.384.313.443.925.048 1.255-3.56 3.563-7.121 7.126-10.684 10.685a.796.796 0 0 1-1.192.004C7.839 19.723 4.279 16.16.718 12.6a.801.801 0 0 1-.006-1.204c3.374-3.385 6.763-6.758 10.14-10.144.263-.256.5-.55.821-.738m3.715 6.826c-.155.133-.046.353-.048.524-.62.313-1.11.815-1.679 1.195-1.75.052-3.506-.148-5.257-.107-1.178.056-2.401 1.316-1.871 2.515.277.619.017 1.316.223 1.946.478.803-.007 1.744.264 2.606l.649-.002-.32-.382c.071-.565-.013-1.267.589-1.568.133.631.194 1.29.5 1.87l.535-.079a2.53 2.53 0 0 1-.362-1.982c.101-.371.528-.355.827-.272.998.23 2.036.253 3.048.104.817.569-.02 1.549.439 2.279l.552.012c-.401-.632-.198-1.454.216-2.026.062.503.059 1.01.065 1.516.127.139.256.277.38.419l.498-.052c-.126-.173-.256-.343-.384-.514.115-.563-.146-1.374.473-1.694 1.114-.7 1.321-2.125 1.463-3.325.082-.619.822-.142 1.192-.084.194-.104.389-.206.583-.311-.334-.929-1.09-1.793-2.063-2.064-.154-.191-.306-.388-.512-.524z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.202.408c.673-.2 1.409.038 1.89.536 3.377 3.224 6.757 6.445 10.127 9.676.725.653.737 1.882.041 2.56-3.194 3.205-6.402 6.398-9.593 9.608-.664.799-1.97.997-2.752.257-3.384-3.217-6.75-6.455-10.136-9.67-.833-.637-.944-1.962-.19-2.702 3.124-3.157 6.282-6.281 9.414-9.43.343-.346.712-.708 1.199-.835m.125.254c-.431.102-.764.413-1.068.715C7.127 4.525 3.973 7.652.847 10.805c-.614.56-.671 1.616-.048 2.191l10.243 9.79c.593.606 1.652.578 2.239-.022 3.246-3.236 6.482-6.482 9.726-9.72.625-.576.66-1.651.014-2.226-3.365-3.235-6.748-6.451-10.122-9.676-.403-.41-1.006-.632-1.573-.481z"/><path fill="#231f20" d="M11.192 1.114c.648-.21 1.378-.001 1.847.484 3.154 3.007 6.306 6.016 9.451 9.032.744.641.757 1.876.046 2.545-3.014 3.025-6.042 6.038-9.059 9.064-.655.707-1.868.782-2.569.102-3.01-2.874-6.016-5.75-9.028-8.622-.437-.421-.978-.836-1.069-1.48-.127-.629.166-1.258.616-1.686C4.326 7.65 7.23 4.752 10.128 1.848c.306-.305.638-.613 1.064-.734m.123.37c-.338.097-.604.342-.851.58-2.897 2.904-5.801 5.8-8.7 8.701-.334.324-.629.748-.586 1.237.007.638.564 1.04.979 1.444 2.947 2.812 5.894 5.623 8.833 8.442.644.799 1.885.634 2.454-.163 2.932-2.948 5.88-5.881 8.815-8.826.558-.527.547-1.493-.043-1.992-3.122-2.999-6.259-5.982-9.386-8.975-.384-.403-.97-.625-1.516-.448z"/><path fill="#231f20" d="M6.514 7.762c.246.194.476.409.688.641l.782-.026c.21-.178.42-.355.635-.527-.017.35-.1.69-.198 1.025.808.014 1.589-.208 2.388-.275.64-.086 1.156.433 1.788.412 1.261.083 2.528-.642 3.767-.16.497.877.265 1.957.568 2.899.264.686.145 1.43.203 2.147l-.324.072c.019.664.052 1.328-.062 1.987-.395.008-.788.014-1.183.012.835-.742.79-2.202-.232-2.756-.065.102-.13.205-.193.308-.221-.002-.442.002-.662.012-.104-.316-.314-.574-.534-.815-.92.509-2.018.752-3.054.49-.241.955-.19 1.944-.076 2.914-.394.012-.787.016-1.181.001.643-.778.113-1.75.132-2.64-.373-.098-.804-.148-1.088-.436-.473-.625-.502-1.46-.904-2.12-.438-.197-.732.424-1.174.374-.349.026-.571-.269-.788-.491.348-.646.342-1.456.869-2.002-.055-.349-.116-.697-.166-1.046m9.764 3.219c-.11.325-.025.649.13.942a4.528 4.528 0 0 0-.13-.942z"/><path fill="#fff100" d="M11.327.662c.568-.151 1.17.071 1.573.481 3.374 3.224 6.757 6.44 10.122 9.676.646.575.611 1.65-.014 2.226-3.244 3.238-6.48 6.484-9.726 9.72-.587.6-1.646.628-2.239.022L.8 12.997c-.623-.575-.566-1.631.048-2.191 3.126-3.154 6.28-6.281 9.412-9.428.304-.302.637-.613 1.068-.715m-.136.451c-.426.121-.758.43-1.064.734C7.23 4.752 4.326 7.65 1.427 10.553c-.45.428-.743 1.057-.616 1.686.091.643.632 1.058 1.069 1.48 3.012 2.872 6.018 5.748 9.028 8.622.701.68 1.914.605 2.569-.102 3.017-3.025 6.044-6.038 9.059-9.064.712-.67.698-1.904-.046-2.545a4465.587 4465.587 0 0 0-9.451-9.032c-.469-.485-1.199-.694-1.847-.484z"/><path fill="#fff100" d="M11.315 1.484c.546-.178 1.132.044 1.516.448 3.127 2.993 6.264 5.976 9.386 8.975.59.499.601 1.465.043 1.992-2.935 2.945-5.884 5.878-8.815 8.826-.569.797-1.81.962-2.454.163-2.939-2.819-5.886-5.63-8.833-8.442-.415-.403-.972-.805-.979-1.444-.043-.49.252-.913.586-1.237 2.899-2.902 5.803-5.797 8.7-8.701.247-.238.512-.482.851-.58M6.514 7.762c.049.349.11.697.166 1.046-.527.546-.521 1.356-.869 2.002.217.222.439.517.788.491.442.049.736-.571 1.174-.374.402.66.431 1.495.904 2.12.284.288.715.337 1.088.436-.019.89.511 1.862-.132 2.64.394.014.787.011 1.181-.001-.114-.97-.166-1.958.076-2.914 1.036.263 2.134.019 3.054-.49.22.241.43.499.534.815a12.2 12.2 0 0 1 .662-.012l.193-.308c1.021.554 1.067 2.015.232 2.756.395.002.788-.004 1.183-.012.114-.659.082-1.324.062-1.987l.324-.072c-.058-.716.061-1.46-.203-2.147-.302-.942-.071-2.022-.568-2.899-1.238-.482-2.506.242-3.767.16-.632.022-1.148-.498-1.788-.412-.799.067-1.58.289-2.388.275.098-.335.181-.674.198-1.025-.215.172-.425.349-.635.527-.26.01-.522.018-.782.026a5.797 5.797 0 0 0-.688-.641z"/><path fill="#fff100" d="M16.279 10.981c.083.307.113.625.13.942-.155-.293-.24-.617-.13-.942z"/></symbol><symbol viewBox="0 0 27 24" id="warning--domestic-animals--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#493a00" opacity=".85" d="M13.108 0h.941l.205.123a27.134 27.134 0 0 0-1.338-.015L13.109 0z"/><path fill="#fc0" d="M11.738 1.279c.281-.484.675-.913 1.177-1.17.446-.004.892-.003 1.338.015.544.297.945.792 1.237 1.33 3.829 6.706 7.748 13.361 11.553 20.081-.035.404-.034.811-.042 1.218a2.764 2.764 0 0 1-1.128 1.132 3157.27 3157.27 0 0 0-24.621 0 2.79 2.79 0 0 1-1.14-1.143 29.08 29.08 0 0 1 .008-1.321C3.987 14.704 7.876 7.999 11.739 1.279m1.595-.83c-.517.056-.915.442-1.159.876C8.54 7.634 4.895 13.938 1.254 20.244c-.29.53-.675 1.03-.805 1.633-.16.9.666 1.783 1.576 1.7 7.689-.003 15.38-.003 23.07 0 .748.058 1.462-.507 1.577-1.247.119-.686-.344-1.268-.654-1.832-3.696-6.389-7.383-12.781-11.071-19.174-.298-.584-.944-.998-1.612-.875z"/><path fill="#fc0" d="M13.458 3.02c.336-.098.5.273.654.498 3.344 5.825 6.721 11.633 10.066 17.456.297.355.03.883-.443.78-6.738.012-13.475 0-20.213.007-.494.125-.933-.347-.576-.786C6.311 15.123 9.699 9.281 13.067 3.431c.113-.146.199-.354.392-.41m1.687 8.854c-.697.793-1.78 1.007-2.624 1.601-.59.476-1.435.098-2.022.557-.43.393-.603.997-1.078 1.349-.407.405-1.052.786-1.025 1.431-.004.385.43.385.696.489-.231.264-.609.66-.282 1.001.508.491 1.049.993 1.702 1.285.917.217 1.882-.054 2.801.171.559.137 1.044.457 1.554.711-.182-.268-.38-.525-.563-.791.945-.152 1.798.313 2.698.477-.717-.61-1.684-.735-2.584-.837.247-.104.498-.201.74-.313-.236-.028-.472-.05-.709-.069-.007-.599-.427-1.012-.908-1.298a5.341 5.341 0 0 0 1.238-.761c.184.481.241 1.338.936 1.302.723-.052 1.523-.049 2.153-.449.324-.449.464-1.007.789-1.462a2.921 2.921 0 0 0-.792.681c.089-.358.183-.715.245-1.078-.34.312-.418.772-.575 1.182-.268.072-.438-.252-.654-.358.056.191.117.382.182.571a44.818 44.818 0 0 1-1.219-.1c-.115-.617-.302-1.337.111-1.885.586-.773 1.429-1.429 1.649-2.418.005-.603-.78-.548-1.197-.656-.447.001-.824-.498-1.262-.335z"/><path fill="red" d="M13.334.449c.668-.123 1.314.29 1.612.875 3.688 6.393 7.375 12.785 11.071 19.174.309.564.773 1.146.654 1.832-.115.74-.828 1.306-1.577 1.247-7.689-.003-15.38-.003-23.07 0-.91.083-1.736-.8-1.576-1.7.13-.602.515-1.102.805-1.633 3.641-6.306 7.285-12.61 10.921-18.919.244-.434.643-.82 1.159-.876m.125 2.571c-.193.056-.279.263-.392.409C9.698 9.28 6.311 15.121 2.945 20.973c-.357.439.083.911.576.786 6.738-.007 13.475.005 20.213-.007.473.103.74-.424.443-.78-3.345-5.824-6.723-11.631-10.066-17.456-.153-.225-.317-.595-.654-.498z"/><path d="M15.146 11.875c.438-.163.815.336 1.262.335.418.108 1.203.053 1.197.656-.22.988-1.063 1.645-1.649 2.418-.414.548-.226 1.268-.111 1.885.405.039.812.072 1.219.1-.065-.188-.126-.38-.182-.571.216.106.385.43.654.358.157-.411.235-.871.575-1.182-.062.363-.156.72-.245 1.078.222-.273.487-.503.792-.681-.325.454-.465 1.013-.789 1.462-.631.4-1.431.397-2.153.449-.694.037-.751-.82-.936-1.302a5.376 5.376 0 0 1-1.238.761c.481.286.902.698.908 1.298.237.019.473.041.709.069-.243.113-.494.209-.74.313.9.102 1.867.226 2.584.837-.9-.164-1.753-.629-2.698-.477.183.266.381.522.563.79-.51-.254-.995-.574-1.554-.711-.919-.225-1.885.046-2.801-.171-.652-.293-1.193-.795-1.702-1.285-.327-.34.052-.736.282-1.001-.266-.104-.7-.104-.696-.489-.027-.644.618-1.025 1.025-1.431.475-.353.648-.956 1.078-1.349.587-.46 1.432-.081 2.022-.557.843-.594 1.927-.808 2.624-1.601z"/><path fill="#493a00" opacity=".86" d="M0 21.642l.119-.221c-.015.439-.014.88-.008 1.321L0 22.548v-.906z"/><path fill="#4b3c00" opacity=".88" d="M27.043 21.535l.076-.241v1.253l-.118.206c.008-.407.007-.814.042-1.218z"/><path fill="#655100" d="M1.252 23.885a3157.27 3157.27 0 0 1 24.621 0l-.202.115H1.457l-.205-.115z"/></symbol><symbol viewBox="0 0 27 24" id="warning--domestic-animals--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2b2f" d="M12.396.814c.512-.876 1.894-.853 2.366.051.915 1.509 1.749 3.069 2.638 4.592 2.306 4.796 5.284 9.255 7.826 13.937.497.947 1.301 1.794 1.44 2.889.011.954-1.033 1.221-1.802 1.168-7.721-.034-15.441.013-23.16-.021-.716.084-1.046-.611-1.408-1.091.251-.624.467-1.26.716-1.884C4.826 13.921 8.566 7.336 12.397.814M2.732 21.555c7.217.019 14.434.006 21.654.006-3.649-6.197-7.209-12.444-10.804-18.669C9.879 9.059 6.391 15.357 2.733 21.554z"/><path fill="#fff" d="M2.732 21.555C6.39 15.358 9.878 9.06 13.581 2.893c3.596 6.225 7.155 12.471 10.804 18.669-7.219 0-14.436.013-21.654-.006m7.343-8.707c-.525.21-1.029.489-1.348.973.992.099 1.866-.767 2.856-.347-.81.782-1.549 2.034-.709 3.079 1.146 1.314 2.417 2.901 4.288 3.051-.369.699-1.2.394-1.785.737.298.039.6.071.902.092.013.122.043.366.056.489.409-.006.819-.011 1.228-.015.178-.476.379-.943.551-1.421 1.596-.448 3.021-1.346 4.701-1.502-2.546-1.035-4.136-4.155-7.215-3.924.3-1.161-.392-2.904-1.815-2.694-.966-.043-.879 1.281-1.71 1.481z"/><path fill="#fff" d="M14.561 20.649c.399-.422.776-.866 1.198-1.264-.122.624-.341 1.521-1.198 1.264z"/><path fill="#9a0002" opacity=".65" d="M17.4 5.458c.986 1.494 1.886 3.043 2.747 4.609 2.254 4.041 4.746 7.961 6.853 12.077v.291c-.289.699-.879 1.329-1.699 1.254-7.723.026-15.448-.017-23.171.011-.699.026-1.551-.139-1.826-.881-.386-.866.266-1.671.707-2.364-.249.624-.465 1.26-.716 1.884.362.48.692 1.174 1.408 1.091 7.719.034 15.439-.013 23.16.021.769.054 1.813-.214 1.802-1.168-.139-1.095-.943-1.941-1.44-2.889-2.541-4.682-5.52-9.141-7.826-13.937z"/><path fill="#201e1c" d="M10.074 12.849c.831-.199.744-1.524 1.71-1.481 1.423-.21 2.115 1.532 1.815 2.694 3.079-.231 4.669 2.889 7.215 3.924-1.68.156-3.105 1.054-4.701 1.502-.171.478-.373.945-.551 1.421-.409.004-.819.009-1.228.015-.013-.122-.043-.366-.056-.489a15.826 15.826 0 0 1-.902-.092c.585-.343 1.416-.039 1.785-.737-1.871-.15-3.141-1.738-4.288-3.051-.84-1.046-.101-2.297.709-3.079-.99-.42-1.864.446-2.856.347.319-.484.823-.763 1.348-.973m4.487 7.799c.857.257 1.076-.641 1.198-1.264-.422.399-.799.842-1.198 1.264z"/></symbol><symbol viewBox="0 0 27 24" id="warning--domestic-animals--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M13.462 0h.44c.525.148.859.587 1.096 1.049 4.121 7.204 8.371 14.34 12.431 21.577v.387c-.129.391-.381.734-.761.908-7.057-.126-14.122-.018-21.182-.053-1.573.025-3.15-.062-4.72.055-.362-.169-.605-.494-.765-.849v-.392c.214-.588.564-1.111.872-1.651C4.795 14.256 8.716 7.48 12.64.705c.176-.331.49-.549.823-.704m-.109.596c-.314.255-.47.646-.679.983C8.665 8.537 4.621 15.475.617 22.435c-.328.45.052 1.14.614 1.074 8.322.011 16.644.011 24.965 0 .624.069.949-.713.572-1.167C22.644 15.215 18.519 8.087 14.392.963c-.176-.385-.66-.62-1.04-.366z"/><path fill="#fff" d="M13.55 4.884c.038-.086.217-.314.273-.101 3.147 5.442 6.302 10.881 9.445 16.325-6.368.005-12.736.005-19.105 0 3.124-5.412 6.261-10.815 9.387-16.224m-3.883 9.01a11.53 11.53 0 0 0-.845.139c.583.151 1.295.203 1.647.765.112.564-.439 1.082-.197 1.654.241 1.101 1.321 1.64 2.17 2.226-.16.197-.325.391-.492.583a38.88 38.88 0 0 1-.627-.283c-.071.115-.141.232-.211.348l.332.283c.358-.063.716-.13 1.078-.173a48.623 48.623 0 0 0-.265-.21l.236-.266c.23.058.466.091.699.133l-.178-.328c.041-.058.123-.173.166-.229.612.306 1.244-.03 1.862-.123a26.404 26.404 0 0 0-.65-.562c.106-.021.317-.062.422-.081-.505-.224-.989-.512-1.315-.967-.553-.712-1.48-.849-2.285-1.1.067-.723.011-1.566-.571-2.08-.339-.283-.735.012-.976.272m7.501 3.338c.499.182.447.601.284 1.016.165.272.344.533.543.782.41.043.824.06 1.234-.007-.077-.304-.173-.603-.252-.907a14.28 14.28 0 0 1-.839-.313c.058-.211.304-.455.11-.658-.34-.276-.719.07-1.079.086m-1.971.149c.16.106.317.214.473.324-.062.225-.13.45-.193.675.178.277.37.544.586.794a4.27 4.27 0 0 0 1.2-.022c-.06-.302-.165-.594-.23-.896-.293-.103-.586-.204-.872-.324a8.02 8.02 0 0 0 .258-.558c-.361-.359-.812-.101-1.221.007m4.785.338c-.248.11-.503.203-.764.278.154.106.303.218.448.336-.343.551.027 1.071.418 1.462.395-.005.789-.005 1.182-.027-.069-.306-.16-.603-.236-.908a5.484 5.484 0 0 1-.885-.341c.097-.155.193-.31.288-.468-.151-.112-.303-.219-.453-.332m-2.476 1.532c-.169.298.575.165.531-.067-.162-.097-.38-.018-.531.067m1.162.008c-.16-.003-.4.173-.291.348.185.178.572-.256.291-.348m-3.1.11c-.24.306.579.211.479-.06a.495.495 0 0 0-.479.06m.941.484l.357-.321-.139-.204c-.232.128-.491.276-.218.525m3.167.063c-.535.502.944-.085 0 0m.596.293l.328.241c.101-.17.203-.339.302-.51-.213.082-.418.181-.629.269z"/><path fill="#fff" d="M10.088 13.703c.225-.196.466.291.195.377-.185.023-.295-.24-.195-.377z"/><path fill="#c1121c" d="M13.354.597c.38-.254.864-.019 1.04.366 4.127 7.125 8.252 14.252 12.376 21.379.377.454.052 1.236-.572 1.167-8.322.011-16.644.011-24.965 0-.562.066-.942-.624-.614-1.074C4.622 15.475 8.667 8.537 12.677 1.58c.208-.337.365-.728.679-.983m.194 4.287c-3.127 5.409-6.263 10.812-9.387 16.224 6.369.005 12.738.005 19.105 0-3.143-5.445-6.298-10.884-9.445-16.325-.056-.213-.235.015-.273.101z"/><path d="M9.667 13.894c.241-.259.638-.554.976-.272.581.514.638 1.358.571 2.08.805.251 1.732.388 2.285 1.1.326.455.811.743 1.315.967-.106.019-.317.06-.422.081.219.184.436.372.65.562-.619.093-1.251.429-1.862.123a9.547 9.547 0 0 0-.166.229l.178.328c-.233-.043-.469-.075-.699-.133l-.236.266c.066.052.199.156.265.21-.362.043-.72.11-1.078.173l-.332-.283c.07-.117.14-.233.211-.348.208.096.417.191.627.283.167-.192.332-.385.492-.583-.849-.586-1.928-1.125-2.17-2.226-.241-.572.31-1.09.197-1.654-.352-.562-1.064-.614-1.647-.765.28-.058.562-.101.845-.139m.421-.19c-.1.137.01.4.195.377.272-.086.03-.573-.195-.377zM17.168 17.233c.361-.016.739-.362 1.079-.086.195.203-.052.447-.11.658.276.114.557.215.839.313.08.303.176.602.252.907-.41.067-.824.049-1.234.007a7.127 7.127 0 0 1-.543-.782c.163-.416.215-.834-.284-1.016zM15.198 17.381c.409-.108.86-.366 1.221-.007a8.02 8.02 0 0 1-.258.558c.287.119.579.221.872.324.066.302.17.594.23.896a4.27 4.27 0 0 1-1.2.022 7.222 7.222 0 0 1-.586-.794c.063-.225.132-.45.193-.675-.156-.11-.313-.218-.473-.324zM19.984 17.719c.149.112.302.219.453.332a30.73 30.73 0 0 1-.288.468c.283.144.581.248.885.341.075.304.167.602.236.908-.394.022-.787.022-1.182.027-.391-.391-.761-.911-.418-1.462a7.262 7.262 0 0 0-.448-.336 6.06 6.06 0 0 0 .764-.278m-.221.251c-.148.635.638-.139 0 0zM17.506 19.251c.151-.085.369-.165.531-.067.044.232-.699.365-.531.067zM18.668 19.259c.281.092-.106.527-.291.348-.11-.176.13-.351.291-.348zM15.568 19.369a.492.492 0 0 1 .479-.06c.1.272-.719.366-.479.06zM16.509 19.853c-.273-.25-.014-.398.218-.525.034.052.104.154.139.204l-.357.321zM19.676 19.916c.944-.085-.535.502 0 0zM20.272 20.209c.211-.088.417-.187.629-.269-.099.171-.2.34-.302.51l-.328-.241z"/><path fill="#919191" d="M19.765 17.97c.638-.139-.148.635 0 0z"/><path fill="#dcdcdc" d="M.765 23.922c1.57-.117 3.147-.03 4.72-.055 7.06.036 14.124-.073 21.182.053l-.16.08H.945l-.18-.078z"/></symbol><symbol viewBox="0 0 27 24" id="warning--domestic-animals--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#cd1e00" d="M13.414 0h.424c.376.18.663.491.855.856 4.174 7.315 8.425 14.585 12.58 21.91v.556c-.191.205-.383.41-.603.586-1.706-.095-3.416-.023-5.125-.045-6.978.027-13.958-.055-20.935.041-.225-.181-.417-.395-.611-.608v-.469C4.123 15.506 8.387 8.259 12.543.954c.205-.386.487-.734.87-.955M4.287 21.061c6.243.026 12.485.005 18.728.011-3.139-5.39-6.179-10.848-9.38-16.195-3.155 5.369-6.228 10.792-9.348 16.184z"/><path fill="#fff" d="M4.287 21.061c3.12-5.392 6.192-10.815 9.348-16.184 3.202 5.347 6.241 10.804 9.38 16.195-6.243-.005-12.485.015-18.728-.011m7.723-8.124c-.716.267-1.639-.142-2.204.443.29.123.593.213.899.296-.194.345-.39.689-.533 1.058.307.432.754.379 1.178.16.937.777.785 2.084 1.351 3.068.011.856.322 1.696.188 2.553.251-.116.465-.29.402-.6-.076-.777.093-1.541.327-2.277.097.929.139 1.861.209 2.793l.314-.068c.041-.855.064-1.735.41-2.532a6.12 6.12 0 0 0 1.568-.307c.259.361.668.685.7 1.156-.097.571-.323 1.114-.4 1.691.646-.405.727-1.227 1.118-1.826-.155-.38-.31-.764-.395-1.167.773.798.942 1.927.571 2.959 1.095-.74.52-2.243.615-3.345.023.34.248 1.167.567.539-.016-.862-.274-1.71-.469-2.545-.485-.926-1.735-1.173-2.673-.888-1.031.091-2.34.21-3.045-.716-.02-.296-.048-.592-.089-.885a6.306 6.306 0 0 0-.611.44M8.947 15.95c-.395.045-.814.01-1.181.194l.502.25c-.154.136-.307.274-.458.415l.102.305c.248.026.511-.004.749.087.192 1.084.657 2.149.509 3.27.457-.44.263-1.188.42-1.762l.28.045c-.185.565-.095 1.15-.023 1.724.398-.551.18-1.308.525-1.901.391.495.36 1.11.363 1.705.345-.528.438-1.182.19-1.767.277.528.509 1.083.612 1.673l.202-.162c-.025-.71-.282-1.418-.09-2.125.138-.675-.389-1.489-1.14-1.349-.451.097-.813-.134-1.094-.464l.01-.536c-.16.131-.319.263-.476.398z"/><path d="M12.01 12.937a6.14 6.14 0 0 1 .611-.44c.041.293.068.589.089.885.705.926 2.014.807 3.045.716.938-.285 2.187-.038 2.673.888.195.835.453 1.683.469 2.545-.319.629-.544-.199-.567-.539-.095 1.102.48 2.605-.615 3.345.371-1.032.202-2.161-.571-2.959.086.404.24.787.395 1.167-.391.599-.472 1.421-1.118 1.826.076-.577.303-1.12.4-1.691-.031-.472-.44-.795-.7-1.156a6.18 6.18 0 0 1-1.568.307c-.346.798-.37 1.677-.41 2.532l-.314.068c-.07-.931-.112-1.864-.209-2.793-.235.736-.404 1.5-.327 2.277.063.31-.151.484-.402.6.134-.856-.177-1.696-.188-2.553-.566-.985-.415-2.291-1.351-3.068-.424.22-.871.273-1.178-.16.143-.37.34-.713.533-1.058a7.055 7.055 0 0 1-.899-.296c.565-.585 1.488-.176 2.204-.443z"/><path d="M8.947 15.95c.157-.135.316-.267.476-.398-.001.134-.007.402-.01.536.281.33.642.56 1.094.464.751-.14 1.278.674 1.14 1.349-.192.706.065 1.414.09 2.125l-.202.162c-.104-.59-.335-1.145-.612-1.673.248.585.155 1.24-.19 1.767-.003-.595.029-1.21-.363-1.705-.345.593-.127 1.35-.525 1.901-.072-.574-.162-1.159.023-1.724l-.28-.045c-.157.574.037 1.321-.42 1.762.149-1.121-.316-2.186-.509-3.27-.237-.091-.5-.061-.749-.087l-.102-.305c.151-.14.304-.278.458-.415l-.502-.25c.367-.184.785-.149 1.181-.194z"/><path fill="#7b1200" opacity=".6" d="M.611 23.905c6.976-.095 13.957-.014 20.935-.041 1.709.022 3.419-.05 5.125.045L26.51 24H.782l-.17-.095z"/></symbol><symbol viewBox="0 0 24 24" id="warning--domestic-animals--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.711 0h.554c.283.131.546.305.766.526 3.256 3.266 6.52 6.522 9.779 9.784.43.439.931.838 1.19 1.411v.529c-.12.262-.274.509-.479.71-3.306 3.295-6.601 6.6-9.902 9.899-.421.409-.798.893-1.348 1.141h-.517a2.31 2.31 0 0 1-.718-.475c-3.295-3.306-6.599-6.602-9.898-9.904-.408-.418-.882-.793-1.139-1.332v-.559c.232-.559.712-.944 1.126-1.364 3.282-3.281 6.563-6.56 9.841-9.844.217-.215.472-.385.744-.522m-.027.307c-.341.146-.576.449-.838.698C7.429 4.431 4.001 7.846.586 11.271c-.408.353-.456 1.016-.049 1.39 3.576 3.586 7.162 7.162 10.739 10.745.348.414 1.013.462 1.384.052 3.602-3.595 7.201-7.195 10.798-10.796.407-.371.359-1.034-.046-1.387C19.873 7.73 16.327 4.193 12.79.648c-.275-.296-.707-.512-1.106-.34z"/><path d="M11.683.307c.4-.173.832.043 1.106.34 3.538 3.545 7.084 7.082 10.622 10.627.404.353.452 1.016.046 1.387a8454.536 8454.536 0 0 1-10.798 10.796c-.371.41-1.036.362-1.384-.052C7.698 19.822 4.112 16.246.536 12.66c-.407-.373-.359-1.037.049-1.39C4 7.845 7.427 4.43 10.844 1.004c.262-.25.497-.552.838-.698m.12.457C8.162 4.275 4.637 7.919 1.033 11.474c-.252.2-.462.594-.168.858 3.57 3.59 7.162 7.163 10.739 10.748a.5.5 0 0 0 .791-.001c3.56-3.563 7.123-7.124 10.684-10.687a.505.505 0 0 0 .004-.79c-3.512-3.529-7.043-7.04-10.558-10.567-.184-.188-.442-.419-.722-.272z"/><path d="M13.645 7.883c.664-.436 1.462-.572 2.243-.578-.188.082-.377.16-.565.24.535.49.503 1.346 1.223 1.672-.035.276-.113.695-.47.682-.439-.09-.846-.317-1.301-.354-.362.556-1.217.731-1.236 1.494-.023.64-.515 1.043-1.006 1.367-.132 1.168-.762 2.531.032 3.584a16.8 16.8 0 0 1-.626.064c-.331-.582.02-1.241-.217-1.84-.215.706-.427 1.574.18 2.148-.25.034-.502.031-.751-.005-.188-1.188.211-2.383-.056-3.572-1.177.046-2.334.559-3.488.062a2.126 2.126 0 0 1-.739.646c-.011.086-.034.26-.044.348l-.172-.283-.168.355-.121-.5c-.676.763-.008 1.865.577 2.479-.215.053-.446.15-.662.044-.451-.577-.349-1.408-.852-1.966-.26.534-.142 1.13-.08 1.694.163.162.322.329.472.503a19.92 19.92 0 0 1-.596.047 3.185 3.185 0 0 0-.34-.515c.014-.678-.104-1.345-.169-2.017-.092-.452.436-.696.5-1.094-.163-.544-.253-1.106-.15-1.673.066-.215-.226-.245-.347-.34a4.93 4.93 0 0 0-.272-.59c-.151 1.41.253 2.827-.065 4.217l-.113-.307a35.6 35.6 0 0 1-.154.533 7.281 7.281 0 0 1 .065-2.074c.155-1.076-.121-2.161.02-3.234.062-.649.871-.606 1.321-.846.827-.476 1.771-.114 2.632.044 1.124.271 2.254-.125 3.376-.2.709-.03 1.49.208 2.122-.234zM18.233 12.479c.252-.546.69-1.116 1.376-.92.086.367.209.724.358 1.07-.182.036-.366.066-.55.1-.475 1.15-1.249 2.328-.874 3.626-.449-.272-.23-.869-.348-1.297-.274.433-.181.948-.066 1.415-.644-.302-.194-1.188-.515-1.728a5.192 5.192 0 0 1-1.306-.035c-.32.452-.547.988-.278 1.528l-.292-.042c-.049-.287-.088-.575-.14-.86-.233.341-.042.751-.017 1.123-.523-.283-.445-1.091-.348-1.6.312-.564-.449-1.16-.012-1.678.72-.928 2.138-.115 3.011-.702z"/><path fill="#fee011" d="M11.802.763c.281-.146.539.084.722.272 3.515 3.527 7.045 7.038 10.558 10.567a.505.505 0 0 1-.004.79c-3.56 3.563-7.123 7.124-10.684 10.687a.5.5 0 0 1-.791.001C8.026 19.494 4.434 15.922.864 12.332c-.294-.264-.084-.658.168-.858C4.636 7.918 8.161 4.275 11.801.763m1.844 7.12c-.631.442-1.412.204-2.122.234-1.122.076-2.251.472-3.376.2-.86-.158-1.805-.521-2.632-.044-.45.24-1.259.197-1.321.846-.142 1.073.134 2.158-.02 3.234a7.28 7.28 0 0 0-.065 2.074c.053-.178.103-.355.154-.533.037.103.074.205.113.307.318-1.39-.086-2.807.065-4.217.106.188.192.389.272.59.121.095.413.125.347.34-.103.566-.013 1.129.15 1.673-.065.398-.593.642-.5 1.094.065.672.184 1.339.169 2.017.132.16.241.334.34.515.199-.013.397-.028.596-.047a8.613 8.613 0 0 0-.472-.503c-.061-.564-.18-1.16.08-1.694.503.558.401 1.388.852 1.966.216.106.448.008.662-.044-.586-.614-1.253-1.716-.577-2.479.041.167.082.332.121.5l.168-.355.172.283.044-.348c.296-.152.544-.377.739-.646 1.154.497 2.311-.017 3.488-.062.268 1.189-.132 2.384.056 3.572.25.036.502.038.751.005-.607-.574-.395-1.442-.18-2.148.238.599-.114 1.258.217 1.84.209-.017.418-.038.626-.064-.794-1.054-.164-2.417-.032-3.584.491-.324.983-.727 1.006-1.367.019-.763.874-.938 1.236-1.494.455.037.862.264 1.301.354.358.013.436-.406.47-.682-.72-.325-.688-1.182-1.223-1.672.188-.08.377-.158.565-.24-.781.006-1.579.143-2.243.578m4.591 4.597c-.872.587-2.291-.226-3.011.702-.437.517.324 1.114.012 1.678-.097.509-.175 1.316.348 1.6-.025-.372-.216-.782.017-1.123.053.286.091.574.14.86l.292.042c-.269-.54-.042-1.075.278-1.528.432.066.871.079 1.306.035.32.54-.13 1.426.515 1.728-.115-.467-.208-.982.066-1.415.118.428-.101 1.025.348 1.297-.376-1.298.398-2.477.874-3.626.184-.034.367-.064.55-.1a6.526 6.526 0 0 1-.358-1.07c-.686-.196-1.124.374-1.376.92z"/></symbol><symbol viewBox="0 0 27 24" id="warning--double-curve-first-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#969493" d="M13.23 0h.847l.18.113a45.31 45.31 0 0 0-1.222-.014l.195-.1z"/><path fill="#fff" d="M12.057 1.005c.202-.413.559-.723.978-.905.406-.001.814.004 1.222.014.338.218.627.513.848.85 4.061 6.964 8.088 13.949 12.168 20.903v1.045c-.259.409-.569.809-1.036.99-8.363-.05-16.73-.056-25.095-.023l-.277-.063c-.318-.314-.641-.631-.865-1.021v-.796C3.961 14.971 8.058 8.016 12.057 1.007m1.208-.272c-.449.165-.629.656-.865 1.032C8.553 8.458 4.683 15.139.834 21.829c-.416.649.164 1.567.93 1.458 7.915-.004 15.828.027 23.741.049.799.113 1.451-.85.949-1.518-3.972-6.841-7.957-13.676-11.928-20.516-.217-.458-.764-.788-1.261-.567z"/><path fill="#fff" d="M13.053 4.047c.121-.297.49-.641.698-.21C17.196 9.446 20.594 15.086 24.03 20.7c.121.209.19.443.259.674-6.499.162-13.012.011-19.516.063-.455-.003-.956.065-1.336-.244 3.172-5.734 6.421-11.425 9.616-17.145m-2.854 8.225c.061 1.242-.101 2.506.119 3.734.847 1.706 3.376 1.683 4.617.425.342-.447 1.334-.727 1.462.027.116 1.422.031 2.858.094 4.286.356-.401.69-.821 1.039-1.227.365.416.732.83 1.099 1.245.001-1.732.034-3.468-.014-5.2-.139-1.357-1.724-2.017-2.939-1.8-.865.016-1.51.626-2.123 1.156-.322.308-1.01.355-1.165-.145-.091-.829-.03-1.668-.061-2.501.063-.818-.705-1.331-1.069-1.985-.431.61-1.182 1.151-1.06 1.984z"/><path fill="#da251d" d="M13.265.735c.498-.221 1.045.109 1.261.567 3.971 6.84 7.955 13.675 11.928 20.516.502.668-.15 1.631-.949 1.518-7.913-.022-15.826-.053-23.741-.049-.766.109-1.346-.809-.93-1.458 3.85-6.69 7.72-13.37 11.566-20.062.236-.376.416-.867.865-1.032m-.212 3.312c-3.195 5.72-6.445 11.411-9.616 17.145.38.31.881.241 1.336.244 6.505-.052 13.017.1 19.516-.063-.07-.23-.138-.465-.259-.674-3.436-5.614-6.835-11.254-10.279-16.863-.209-.431-.577-.087-.698.21z"/><path fill="#1f1a17" d="M10.199 12.273c-.123-.833.629-1.375 1.06-1.984.364.655 1.132 1.167 1.069 1.985.031.833-.03 1.672.061 2.501.154.499.843.453 1.165.145.614-.53 1.259-1.14 2.123-1.156 1.215-.217 2.8.443 2.939 1.8.048 1.732.015 3.468.014 5.2-.367-.415-.734-.829-1.099-1.245-.349.406-.683.826-1.039 1.227-.063-1.428.022-2.864-.094-4.286-.128-.754-1.12-.475-1.462-.027-1.241 1.257-3.77 1.28-4.617-.425-.22-1.227-.057-2.491-.119-3.734z"/><path fill="#a6a4a3" d="M1.141 23.877c8.365-.033 16.732-.027 25.095.023l-.196.1H1.384l-.243-.123z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-curve-first-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.407.776c.62-.092 1.243.181 1.667.629 3.101 3.101 6.205 6.197 9.298 9.305.69.642.742 1.844.037 2.496-3.312 3.169-6.628 6.336-9.941 9.504-.703.695-1.938.618-2.596-.102-3.132-3.148-6.283-6.278-9.414-9.426-.655-.65-.652-1.819.035-2.447 3.222-3.098 6.462-6.18 9.691-9.271.334-.336.738-.635 1.223-.688m-.256.336c-.305.104-.545.328-.776.544-3.206 3.073-6.427 6.131-9.631 9.208-.625.523-.673 1.552-.096 2.126 3.136 3.145 6.281 6.282 9.419 9.425.552.619 1.609.7 2.207.101 3.314-3.163 6.629-6.328 9.941-9.494.598-.554.557-1.574-.035-2.118-3.089-3.113-6.199-6.203-9.296-9.307-.427-.472-1.121-.697-1.732-.484z"/><path fill="#231f20" d="M12.161 1.496c.666-.198 1.397.062 1.856.565 2.902 2.899 5.806 5.795 8.698 8.704.65.617.697 1.756.04 2.386-3.104 2.976-6.221 5.941-9.329 8.914-.659.642-1.801.598-2.436-.056L2.172 13.19c-.69-.642-.68-1.84.034-2.461 2.96-2.839 5.933-5.668 8.898-8.502.31-.295.63-.617 1.057-.73m.121.359c-.343.084-.602.34-.851.575-2.981 2.86-5.982 5.699-8.956 8.564-.569.482-.58 1.418-.04 1.925 2.944 2.939 5.882 5.884 8.826 8.821.49.509 1.378.551 1.892.058 3.094-2.947 6.182-5.902 9.272-8.851.558-.486.554-1.412.02-1.914-2.888-2.912-5.801-5.802-8.698-8.706-.366-.397-.935-.625-1.468-.472z"/><path fill="#231f20" d="M6.762 9.57a240.48 240.48 0 0 1 3.785-5.035c1.254 1.674 2.51 3.348 3.737 5.044-.812-.154-1.618-.341-2.431-.488.155 1.283.317 2.621 1.003 3.745.53.888 1.502 1.462 1.841 2.473.456 1.314.409 2.74.32 4.109-.874-.032-1.746-.098-2.62-.125.024-1.184-.026-2.426-.599-3.493-.56-1.079-1.648-1.77-2.176-2.87-.578-1.184-.613-2.544-.566-3.835-.767.148-1.525.338-2.294.476z"/><path fill="#fff100" d="M12.151 1.112c.611-.214 1.304.012 1.732.484 3.097 3.104 6.208 6.194 9.296 9.307.592.544.632 1.564.035 2.118-3.312 3.167-6.626 6.331-9.941 9.494-.598.599-1.655.518-2.207-.101-3.138-3.143-6.283-6.28-9.419-9.425-.577-.575-.529-1.603.096-2.126 3.204-3.077 6.425-6.134 9.631-9.208.232-.216.472-.439.776-.544m.011.385c-.427.113-.748.434-1.057.73-2.965 2.834-5.938 5.663-8.898 8.502-.714.622-.724 1.819-.034 2.461l8.818 8.819c.635.654 1.777.698 2.436.056 3.108-2.972 6.224-5.938 9.329-8.914.658-.63.611-1.769-.04-2.386-2.892-2.909-5.796-5.804-8.698-8.704-.46-.503-1.19-.763-1.856-.565z"/><path fill="#fff100" d="M12.282 1.856c.533-.154 1.102.074 1.468.472 2.897 2.904 5.809 5.794 8.698 8.706.534.502.538 1.428-.02 1.914-3.09 2.95-6.179 5.904-9.272 8.851-.515.493-1.403.451-1.892-.058-2.944-2.938-5.882-5.882-8.826-8.821-.54-.506-.529-1.442.04-1.925 2.974-2.866 5.975-5.705 8.956-8.564.248-.235.508-.491.851-.575M6.762 9.57c.769-.138 1.528-.329 2.294-.476-.047 1.291-.012 2.651.566 3.835.528 1.1 1.615 1.792 2.176 2.87.572 1.067.623 2.309.599 3.493.874.026 1.746.092 2.62.125.089-1.369.136-2.795-.32-4.109-.338-1.012-1.31-1.585-1.841-2.473-.686-1.124-.848-2.462-1.003-3.745.814.148 1.619.335 2.431.488-1.226-1.696-2.483-3.37-3.737-5.044a243.136 243.136 0 0 0-3.785 5.035z"/></symbol><symbol viewBox="0 0 27 24" id="warning--double-curve-first-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.253 0h.635c.526.16 1.02.471 1.281.968 3.854 6.681 7.7 13.364 11.554 20.045.148.259.279.527.396.803v.766A2.015 2.015 0 0 1 25.663 24H1.494c-.742-.159-1.3-.757-1.493-1.477v-.625c.206-.59.549-1.113.858-1.652C4.561 13.822 8.262 7.397 11.967.973c.26-.502.758-.814 1.287-.974m-10.4 21.602c7.144.004 14.289.005 21.433 0A7729.489 7729.489 0 0 0 13.568 3.013 6579.768 6579.768 0 0 0 2.853 21.601z"/><path fill="#fff" d="M2.854 21.601A6344.081 6344.081 0 0 1 13.569 3.013c3.582 6.19 7.151 12.388 10.719 18.588-7.144.005-14.289.004-21.433 0m13.312-11.582c-.4.389-.793.784-1.193 1.173-.027 1.603-.001 3.205-.014 4.809-1.215-1.063-2.378-2.186-3.615-3.222-1.139-.854-2.984-.079-3.129 1.349-.054 2.233-.008 4.471-.022 6.705.808.004 1.618.001 2.426.001-.02-1.847-.005-3.695-.008-5.542 1.153 1.013 2.286 2.046 3.433 3.067 1.07 1.07 3.101.35 3.299-1.139.077-1.986.026-3.984.026-5.974-.346-.456-.801-.82-1.203-1.228z"/><path d="M16.167 10.019c.401.408.857.773 1.203 1.228 0 1.99.052 3.988-.026 5.974-.198 1.489-2.229 2.209-3.299 1.139-1.147-1.021-2.281-2.054-3.433-3.067.003 1.847-.012 3.695.008 5.542-.808 0-1.618.003-2.426-.001.014-2.235-.033-4.472.022-6.705.145-1.428 1.991-2.203 3.129-1.349 1.237 1.036 2.4 2.159 3.615 3.222.012-1.604-.014-3.207.014-4.809.4-.389.793-.784 1.193-1.173z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-curve-first-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.93.778c.588-.095 1.183.156 1.594.574 3.274 3.127 6.551 6.251 9.815 9.388.733.672.661 1.92-.077 2.561-3.124 3.118-6.24 6.244-9.364 9.361-.661.677-1.848.724-2.532.055-3.313-3.168-6.629-6.336-9.941-9.504-.714-.652-.661-1.865.036-2.508 3.073-3.086 6.156-6.166 9.236-9.246.332-.341.749-.624 1.232-.68m-.253.335c-.366.113-.642.392-.907.654-3.034 3.048-6.089 6.076-9.116 9.13-.595.544-.641 1.572-.037 2.125 3.314 3.168 6.63 6.336 9.947 9.5.576.57 1.586.518 2.142-.054 3.146-3.136 6.284-6.282 9.426-9.424.617-.568.605-1.632-.04-2.174-3.246-3.115-6.505-6.218-9.758-9.326-.418-.443-1.075-.638-1.656-.431z"/><path fill="#231f20" d="M11.794 1.478c.608-.155 1.261.072 1.688.518 3.052 2.912 6.106 5.82 9.149 8.74.702.62.712 1.804.032 2.444a6669.162 6669.162 0 0 1-8.82 8.822c-.632.653-1.775.706-2.435.067-3.109-2.972-6.224-5.939-9.33-8.915-.666-.629-.618-1.778.04-2.395 2.814-2.826 5.636-5.645 8.455-8.466.346-.348.72-.718 1.22-.816m.124.361c-.448.074-.77.418-1.075.725-2.814 2.828-5.654 5.632-8.459 8.468-.54.503-.542 1.436.023 1.921 3.07 2.933 6.143 5.862 9.21 8.796.512.538 1.442.521 1.952-.011 2.947-2.936 5.888-5.881 8.83-8.824.53-.506.52-1.429-.038-1.91-3.016-2.908-6.059-5.786-9.082-8.686-.346-.364-.854-.6-1.361-.48z"/><path fill="#231f20" d="M10.537 9.577a679.938 679.938 0 0 1 3.748-5.053 812.907 812.907 0 0 1 3.803 5.053c-.778-.15-1.55-.328-2.326-.49.053 1.291.023 2.652-.556 3.836-.54 1.129-1.667 1.828-2.218 2.95-.536 1.052-.578 2.263-.563 3.42-.877.022-1.752.101-2.629.115-.072-1.374-.127-2.802.338-4.118.359-1.033 1.37-1.614 1.89-2.545.64-1.109.796-2.407.952-3.656-.814.158-1.624.337-2.44.488z"/><path fill="#fff100" d="M11.676 1.114c.581-.208 1.238-.012 1.656.431 3.253 3.108 6.512 6.211 9.758 9.326.644.542.656 1.607.04 2.174-3.142 3.142-6.28 6.288-9.426 9.424-.556.572-1.566.624-2.142.054-3.317-3.164-6.632-6.332-9.947-9.5-.604-.553-.558-1.582.037-2.125 3.028-3.054 6.083-6.082 9.116-9.13.265-.262.541-.541.907-.654m.119.364c-.5.098-.875.468-1.22.816-2.819 2.821-5.641 5.64-8.455 8.466-.658.617-.706 1.766-.04 2.395 3.106 2.976 6.221 5.942 9.33 8.915.66.638 1.802.586 2.435-.067 2.941-2.939 5.884-5.879 8.82-8.822.679-.641.67-1.824-.032-2.444-3.043-2.92-6.097-5.827-9.149-8.74-.427-.446-1.08-.673-1.688-.518z"/><path fill="#fff100" d="M11.917 1.838c.506-.12 1.015.116 1.361.48 3.023 2.899 6.066 5.778 9.082 8.686.558.481.569 1.404.038 1.91-2.941 2.942-5.882 5.887-8.83 8.824-.51.532-1.44.548-1.952.011-3.067-2.934-6.14-5.863-9.21-8.796-.565-.485-.563-1.418-.023-1.921 2.804-2.837 5.645-5.64 8.459-8.468.305-.307.628-.65 1.075-.725m-1.38 7.738c.816-.151 1.626-.33 2.44-.488-.156 1.249-.312 2.548-.952 3.656-.52.931-1.531 1.512-1.89 2.545-.466 1.316-.41 2.744-.338 4.118.877-.014 1.752-.094 2.629-.115-.016-1.157.026-2.368.563-3.42.551-1.122 1.678-1.82 2.218-2.95.578-1.184.608-2.545.556-3.836.775.162 1.548.34 2.326.49-1.259-1.691-2.531-3.372-3.803-5.053a709.298 709.298 0 0 0-3.748 5.053z"/></symbol><symbol viewBox="0 0 27 24" id="warning--double-descent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f0e047" d="M12.854.645c.574-.13 1.349-.131 1.69.444 3.798 6.641 7.594 13.286 11.402 19.924.534.721.388 1.996-.598 2.224-4.274.107-8.57-.154-12.827.168-3.681-.018-7.362.021-11.041-.018-.945-.218-1.099-1.383-.639-2.108C4.505 14.765 8.265 8.304 11.935 1.793c.294-.388.402-.993.92-1.149m.154.283c-.587.253-.784.93-1.111 1.428C8.34 8.811 4.544 15.136 1.034 21.619c-.353.678.298 1.543 1.041 1.473 7.559-.058 15.121-.112 22.682-.158.689.075 1.33-.61 1.149-1.294-3.679-6.698-7.611-13.278-11.346-19.954-.253-.595-.908-1.012-1.552-.759z"/><path fill="#202925" d="M13.009.927c.644-.253 1.298.164 1.552.759 3.734 6.677 7.667 13.257 11.346 19.954.18.684-.461 1.368-1.149 1.294-7.561.046-15.123.1-22.682.158-.742.07-1.394-.795-1.041-1.473C4.546 15.136 8.341 8.811 11.899 2.355c.326-.498.523-1.175 1.111-1.428M3.528 21.089c6.59-.028 13.179-.082 19.769-.109-3.266-5.763-6.54-11.523-9.874-17.246-3.297 5.787-6.59 11.574-9.895 17.355z"/><path fill="#f7e033" d="M3.528 21.089c3.305-5.781 6.598-11.568 9.895-17.355 3.335 5.723 6.608 11.483 9.874 17.246-6.59.027-13.179.081-19.769.109m10.73-5.106c-1.054.04-2.109.025-3.165.025-1.24 1.301-2.479 2.606-3.774 3.855 3.384-.004 6.766-.048 10.15-.043-.009-2.671-.009-5.341-.018-8.012a252.99 252.99 0 0 1-3.193 4.175m-.378-1.453c-.03-.164-.089-.49-.121-.653-.394.416-.291.987-.227 1.503.516-.069 1.078-.119 1.434-.546-.236.009-.473.022-.708.037.708-.839 1.382-1.705 2.069-2.562-.125-.11-.252-.222-.379-.331-.68.857-1.383 1.698-2.069 2.552m-6.142 3.242a33.393 33.393 0 0 0-.055-.71c-.365.41-.353.966-.359 1.482.514-.025 1.075.015 1.485-.359l-.717-.048c.772-.783 1.546-1.565 2.285-2.382a35.437 35.437 0 0 1-.322-.37c-.76.808-1.556 1.579-2.317 2.387z"/><path fill="#1d251f" d="M14.258 15.983a261.725 261.725 0 0 0 3.193-4.175c.009 2.671.009 5.341.018 8.012-3.384-.004-6.766.039-10.15.043 1.295-1.249 2.534-2.554 3.774-3.855 1.055 0 2.111.015 3.165-.025z"/><path fill="#20271c" d="M13.88 14.53c.686-.854 1.389-1.695 2.069-2.552.127.109.253.221.379.331-.687.857-1.361 1.723-2.069 2.562.236-.015.473-.028.708-.037-.356.426-.918.477-1.434.546-.064-.516-.167-1.087.227-1.503l.121.653z"/><path fill="#232b1f" d="M7.737 17.772c.76-.808 1.556-1.579 2.317-2.387.106.124.213.246.322.37-.739.817-1.513 1.599-2.285 2.382l.717.048c-.41.374-.97.334-1.485.359.006-.516-.006-1.072.359-1.482.021.236.039.473.055.71z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-reverse-curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.519 0h.566c.207.079.402.192.562.347 3.601 3.603 7.204 7.206 10.807 10.808.251.253.475.546.546.904v.149c-.069.253-.155.515-.346.705-3.703 3.691-7.39 7.401-11.099 11.088h-.332c3.786-3.764 7.552-7.55 11.331-11.321.387-.394.143-1.017-.231-1.327-3.64-3.632-7.272-7.272-10.91-10.905a.795.795 0 0 0-1.156 0C7.707 3.993 4.162 7.543.613 11.089c-.215.214-.447.418-.613.677v-.389C3.589 7.772 7.196 4.182 10.789.58c.215-.226.437-.457.73-.579z"/><path fill="#231f20" d="M11.321.512c.265-.266.761-.266 1.026-.001 3.68 3.681 7.359 7.364 11.043 11.041.279.267.396.762.097 1.059-3.723 3.725-7.45 7.448-11.172 11.174-.101.098-.229.16-.358.214h-.364c-.083-.084-.177-.223-.31-.196 0 .092.096.147.162.196h-.333A4657.45 4657.45 0 0 1 0 12.885v-.332c2.958 2.978 5.935 5.938 8.901 8.909.42.402.803.843 1.25 1.215-.142-.271-.37-.476-.587-.685l-8.95-8.95c-.226-.231-.503-.436-.613-.753v-.312a1.73 1.73 0 0 1 .281-.426L11.322.51m.371.155C7.934 4.435 4.17 8.2.399 11.958v.415c3.748 3.737 7.491 7.479 11.228 11.228h.415c3.554-3.57 7.122-7.125 10.682-10.689.261-.264.64-.524.549-.953A4296.085 4296.085 0 0 1 11.976.665h-.282z"/><path fill="#231f20" d="M5.959 8.742c.647-.878 1.17-1.845 1.866-2.686.734 1.034 1.392 2.121 2.137 3.147.086.137.041.31.054.463l-.272.155c-.348-.109-.695-.229-1.054-.293.017.421-.126.973.28 1.258.733.558 1.533 1.024 2.275 1.571.721.41 1.324 1.113 1.417 1.96.009.641-.001 1.283.002 1.924h-1.656c-.073-.682.19-1.482-.246-2.074-.717-.548-1.493-1.022-2.222-1.558-.519-.369-1.171-.678-1.4-1.319-.265-.566-.158-1.199-.177-1.8-.355.121-.722.206-1.079.324L5.556 9.6c-.026-.342.223-.597.403-.859zM13.097 6.099h.127c.691 1.064 1.404 2.114 2.107 3.17.111.139.023.313-.021.459-.067.029-.133.06-.2.09-.375-.106-.752-.204-1.121-.328.005.353-.053.733.133 1.052.141.298.464.424.715.609.638.472 1.319.884 1.966 1.343.687.407 1.179 1.154 1.229 1.956.003.597-.001 1.195-.001 1.791h-1.722c-.003-.509 0-1.018.002-1.526a.803.803 0 0 0-.22-.575c-1.008-.719-2.045-1.399-3.051-2.122-.743-.583-.802-1.62-.778-2.49-.34.081-.677.177-1.01.284l-.328-.214c.015-.13.005-.272.082-.385.681-1.049 1.398-2.074 2.089-3.116z"/><path fill="#f4901e" d="M11.256.448a.795.795 0 0 1 1.156 0c3.638 3.632 7.27 7.273 10.91 10.905.375.31.619.932.231 1.327-3.779 3.771-7.545 7.557-11.331 11.321h-.266c.129-.054.257-.116.358-.214 3.722-3.726 7.449-7.449 11.172-11.174.3-.297.182-.792-.097-1.059-3.684-3.678-7.362-7.36-11.043-11.041-.265-.265-.762-.265-1.026.001L.28 11.555a1.684 1.684 0 0 0-.281.426v-.213c.166-.259.397-.463.613-.677C4.161 7.545 7.706 3.995 11.256.45z"/><path fill="#f4901e" d="M11.693.665h.282c3.761 3.77 7.523 7.539 11.297 11.294.091.428-.288.689-.549.953-3.56 3.564-7.128 7.119-10.682 10.689a28.705 28.705 0 0 0-.415 0A5167.744 5167.744 0 0 0 .398 12.373v-.415C4.169 8.2 7.933 4.434 11.692.665M5.959 8.742c-.18.261-.429.516-.403.859l.328.214c.357-.118.723-.203 1.079-.324.019.601-.088 1.234.177 1.8.229.641.88.95 1.4 1.319.729.536 1.504 1.01 2.222 1.558.436.592.173 1.392.246 2.074h1.656c-.003-.641.007-1.283-.002-1.924-.093-.847-.695-1.549-1.417-1.96-.742-.547-1.541-1.013-2.275-1.571-.406-.286-.263-.837-.28-1.258.359.064.706.184 1.054.293l.272-.155c-.013-.153.031-.326-.054-.463-.745-1.026-1.403-2.114-2.137-3.147-.695.841-1.219 1.808-1.866 2.686m7.138-2.644c-.691 1.042-1.408 2.067-2.089 3.116-.077.113-.066.255-.082.385l.328.214c.333-.107.67-.204 1.01-.284-.024.87.035 1.906.778 2.49 1.006.723 2.043 1.402 3.051 2.122a.797.797 0 0 1 .22.575c-.002.509-.005 1.018-.002 1.526h1.722c-.001-.597.003-1.194.001-1.791-.05-.803-.542-1.549-1.229-1.956-.648-.459-1.328-.871-1.966-1.343-.251-.185-.574-.31-.715-.609-.186-.32-.129-.699-.133-1.052.369.123.747.221 1.121.328.066-.03.133-.061.2-.09.044-.146.133-.32.021-.459-.703-1.056-1.416-2.106-2.107-3.17h-.127zM0 12.291c.11.318.387.522.613.753l8.95 8.95c.217.209.446.414.587.685-.448-.372-.831-.813-1.25-1.215-2.966-2.971-5.943-5.931-8.901-8.909v-.264zM11.283 23.804c.133-.028.227.112.31.196h-.149c-.066-.049-.162-.103-.162-.196z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-reverse-curve-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.747 0h.494c.258.127.502.284.707.486 3.3 3.302 6.602 6.602 9.904 9.904.412.419.882.802 1.148 1.338v.503c-.223.542-.697.906-1.094 1.314l-9.361 9.36c-.397.394-.763.836-1.27 1.096h-.496c-.551-.215-.913-.697-1.324-1.094l-9.301-9.3c-.41-.422-.889-.799-1.154-1.339v-.502c.222-.541.69-.91 1.088-1.316C4.41 7.128 7.732 3.81 11.05.486c.203-.2.443-.355.696-.485m-.072.383a1.85 1.85 0 0 0-.409.318C7.709 4.268 4.138 7.822.585 11.39c-.36.314-.361.907.008 1.214 3.601 3.6 7.201 7.202 10.8 10.806a.807.807 0 0 0 1.213-.002c3.599-3.602 7.2-7.204 10.801-10.804.368-.307.367-.9.008-1.214C19.841 7.801 16.251 4.226 12.67.644c-.246-.269-.649-.445-.997-.26z"/><path fill="#ef7c23" d="M11.437 1.236c.218-.198.527-.635.816-.293 3.576 3.544 7.122 7.121 10.691 10.673.19.155.361.448.107.634a7857.858 7857.858 0 0 1-10.8 10.804c-.222.282-.52.018-.688-.175C7.974 19.237 4.297 15.678.746 12.001c3.488-3.656 7.145-7.16 10.691-10.764M7.315 7.914c.174.547.959.098 1.366.056a20.63 20.63 0 0 1-.007 1.513c-.988.414-2.002.947-2.58 1.889-.586.918-.557 2.108-.15 3.09.546 1.018 1.558 1.645 2.386 2.407.648.631.436 1.608.45 2.418.47.004.94.004 1.409 0-.036-.834.097-1.687-.078-2.509-.436-1.285-2.09-1.442-2.684-2.611-.431-.686-.379-1.634.178-2.237.63-.811 1.854-.923 2.359-1.849.209-.67.091-1.391.156-2.082.408.044 1.398.526 1.361-.162-.617-1.243-1.258-2.497-2.074-3.625-.77 1.188-1.498 2.42-2.09 3.702m5.581-.782c-.166.325-.448.656-.324 1.045.45.008.89-.083 1.322-.2-.004.49.038.984-.022 1.471-.749.424-1.595.732-2.171 1.409-.96.968-1.073 2.536-.484 3.725.562.94 1.502 1.546 2.297 2.264.672.63.46 1.622.476 2.442.468.004.936.004 1.404 0-.04-.852.11-1.728-.096-2.563-.462-1.224-2.033-1.397-2.639-2.51-.446-.683-.425-1.646.133-2.261.622-.818 1.826-.936 2.359-1.835.239-.674.103-1.415.176-2.117.434.062.893.306 1.326.134.15-.258-.067-.511-.167-.743-.604-1.069-1.138-2.186-1.86-3.184-.667.918-1.165 1.943-1.733 2.922z"/><path fill="#030303" d="M11.674.384c.348-.185.751-.008.997.26 3.581 3.582 7.171 7.157 10.745 10.746.359.314.36.907-.008 1.214-3.601 3.6-7.202 7.201-10.801 10.804a.807.807 0 0 1-1.213.002c-3.599-3.604-7.199-7.206-10.8-10.806-.37-.307-.368-.9-.008-1.214C4.139 7.821 7.71 4.268 11.266.702a1.85 1.85 0 0 1 .409-.318m-.238.852C7.891 4.84 4.235 8.344.746 12c3.551 3.677 7.228 7.236 10.817 10.878.168.193.466.457.688.175 3.602-3.598 7.205-7.199 10.8-10.804.254-.186.083-.479-.107-.634C19.375 8.063 15.829 4.486 12.253.942c-.289-.342-.598.095-.816.293z"/><path fill="#030303" d="M7.315 7.914c.593-1.282 1.32-2.514 2.09-3.702.816 1.128 1.457 2.382 2.074 3.625.037.688-.953.206-1.361.162-.065.691.053 1.412-.156 2.082-.505.926-1.729 1.038-2.359 1.849-.557.602-.608 1.55-.178 2.237.594 1.169 2.249 1.326 2.684 2.611.175.822.042 1.675.078 2.509-.469.004-.938.004-1.409 0-.014-.81.198-1.787-.45-2.418-.828-.762-1.84-1.39-2.386-2.407-.407-.982-.436-2.172.15-3.09.578-.942 1.592-1.475 2.58-1.889.023-.504.022-1.009.007-1.513-.407.042-1.192.491-1.366-.056z"/><path fill="#030303" d="M12.898 7.132c.568-.979 1.066-2.004 1.733-2.922.722.997 1.256 2.114 1.86 3.184.1.232.317.485.167.743-.433.172-.892-.072-1.326-.134-.073.702.062 1.442-.176 2.117-.533.899-1.738 1.016-2.359 1.835-.558.614-.58 1.578-.133 2.261.606 1.114 2.177 1.286 2.639 2.51.206.835.056 1.711.096 2.563-.468.004-.936.004-1.404 0-.017-.82.196-1.812-.476-2.442-.794-.719-1.735-1.325-2.297-2.264-.589-1.189-.476-2.756.484-3.725.576-.677 1.422-.985 2.171-1.409.06-.487.018-.982.022-1.471-.432.118-.872.209-1.322.2-.124-.389.158-.72.324-1.045z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-reverse-curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.914 0h.572c.166.082.327.182.459.313 3.68 3.693 7.378 7.368 11.054 11.065v.388c-.174-.272-.421-.484-.646-.711-3.537-3.536-7.071-7.074-10.61-10.608a.796.796 0 0 0-1.156.001C7.927 4.104 4.27 7.763.613 11.421c-.347.303-.525.898-.167 1.258C4.224 16.451 7.992 20.232 11.774 24h-.332C7.737 20.311 4.048 16.604.346 12.912c-.191-.189-.276-.451-.346-.703v-.156c.074-.354.297-.646.546-.898C4.149 7.554 7.751 3.951 11.353.348c.16-.154.354-.268.561-.347z"/><path fill="#231f20" d="M11.653.512c.292-.292.835-.255 1.095.064C16.4 4.24 20.063 7.893 23.719 11.552c.116.124.204.27.281.42v.319a1.174 1.174 0 0 1-.246.389c-3.221 3.21-6.43 6.433-9.651 9.643-.099.103-.172.226-.249.346.199-.153.376-.331.551-.51 3.196-3.204 6.403-6.396 9.595-9.603v.332a4657.04 4657.04 0 0 1-11.114 11.111h-.332c.064-.05.164-.102.161-.195-.132-.032-.226.113-.308.195h-.365a1.136 1.136 0 0 1-.357-.214L.945 13.043c-.174-.179-.372-.337-.516-.543-.198-.306-.058-.709.181-.948C4.294 7.874 7.972 4.192 11.653.511m.297.234C8.208 4.483 4.478 8.232.726 11.96c-.089.427.288.688.55.952 3.56 3.564 7.128 7.119 10.682 10.689h.416c3.736-3.748 7.478-7.49 11.226-11.227v-.416C19.853 8.227 16.121 4.483 12.381.746a.299.299 0 0 0-.431-.001z"/><path fill="#231f20" d="M10.775 6.1h.129c.69 1.042 1.408 2.067 2.088 3.115.075.114.066.256.082.387a23.04 23.04 0 0 1-.329.213 13.108 13.108 0 0 0-1.008-.283c.024.87-.036 1.905-.778 2.49-1.007.721-2.043 1.402-3.051 2.121a.792.792 0 0 0-.219.575c.001.509.004 1.017.001 1.526H5.968c.001-.597-.003-1.194-.001-1.791.05-.804.542-1.55 1.23-1.957.648-.459 1.328-.871 1.966-1.343.251-.185.572-.311.715-.608.186-.32.129-.701.133-1.053-.369.124-.745.221-1.12.328l-.202-.09c-.042-.147-.131-.321-.019-.459.701-1.056 1.415-2.105 2.106-3.169zM16.103 6.147c.082-.135.19.044.247.11.655.9 1.223 1.861 1.885 2.757a.893.893 0 0 1 .21.586c-.109.072-.219.143-.33.213-.357-.117-.723-.202-1.077-.325.021.833.083 1.827-.612 2.429-.774.606-1.614 1.122-2.41 1.701-.359.271-.894.451-.976.953-.099.55-.021 1.114-.046 1.671h-1.656c.006-.662-.014-1.325.007-1.987.122-.82.705-1.494 1.41-1.897.743-.546 1.543-1.013 2.277-1.571.404-.287.262-.838.279-1.26-.359.068-.706.182-1.053.295a24.184 24.184 0 0 0-.274-.154c.015-.154-.032-.328.055-.466.718-.998 1.37-2.041 2.064-3.056z"/><path fill="#f4901e" d="M11.588.448a.796.796 0 0 1 1.156-.001c3.538 3.534 7.073 7.073 10.61 10.608.225.227.473.439.646.711v.208a1.825 1.825 0 0 0-.281-.42C20.063 7.895 16.4 4.242 12.748.578c-.26-.319-.803-.356-1.095-.064C7.973 4.194 4.294 7.877.61 11.555c-.239.239-.379.642-.181.948.144.206.342.364.516.543 3.58 3.581 7.162 7.16 10.74 10.742.101.097.229.16.357.214h-.269C7.991 20.234 4.223 16.453.445 12.681c-.358-.361-.18-.955.167-1.258C4.27 7.765 7.927 4.106 11.586.45z"/><path fill="#f4901e" d="M11.95.745a.299.299 0 0 1 .431.001c3.74 3.737 7.472 7.482 11.219 11.212v.416c-3.748 3.737-7.49 7.478-11.226 11.227h-.416c-3.554-3.57-7.122-7.124-10.682-10.689-.262-.264-.638-.525-.55-.952C4.477 8.232 8.208 4.483 11.95.745M10.775 6.1c-.69 1.064-1.404 2.113-2.106 3.169-.112.138-.023.312.019.459l.202.09c.375-.106.751-.204 1.12-.328-.005.353.052.733-.133 1.053-.143.297-.463.423-.715.608-.638.471-1.319.883-1.966 1.343-.688.407-1.18 1.154-1.23 1.957-.003.597.001 1.195.001 1.791h1.722c.003-.508-.001-1.017-.001-1.526a.8.8 0 0 1 .219-.575c1.008-.719 2.044-1.4 3.051-2.121.742-.585.802-1.62.778-2.49.34.079.676.177 1.008.283.11-.07.22-.141.329-.213-.016-.131-.007-.272-.082-.387-.681-1.048-1.398-2.073-2.088-3.115h-.129m5.329.049c-.694 1.014-1.346 2.058-2.064 3.056-.087.139-.04.312-.055.466.091.051.183.101.274.154.347-.113.694-.227 1.053-.295-.017.422.125.973-.279 1.26-.734.558-1.533 1.025-2.277 1.571-.705.402-1.288 1.077-1.41 1.897-.021.662-.001 1.325-.007 1.987h1.656c.025-.556-.053-1.12.046-1.671.082-.502.617-.682.976-.953.796-.578 1.636-1.095 2.41-1.701.695-.603.632-1.596.612-2.429.355.123.721.208 1.077.325l.33-.213a.888.888 0 0 0-.21-.586c-.662-.896-1.23-1.857-1.885-2.757-.057-.066-.165-.245-.247-.11zM23.754 12.682c.11-.11.187-.247.246-.389v.265c-3.192 3.208-6.4 6.4-9.595 9.603a5.317 5.317 0 0 1-.551.51c.077-.12.15-.243.249-.346 3.221-3.21 6.43-6.434 9.651-9.643zM12.408 24c.082-.082.176-.227.308-.195.003.093-.097.145-.161.195h-.147z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-reverse-curve-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.725 0h.498c.551.214.918.689 1.327 1.09l9.301 9.3c.41.419.882.8 1.148 1.337v.504c-.22.545-.698.906-1.094 1.315-3.121 3.119-6.24 6.239-9.36 9.359-.398.394-.764.841-1.274 1.096h-.512c-.509-.217-.86-.656-1.243-1.036l-9.421-9.42c-.392-.397-.84-.763-1.094-1.273v-.512c.227-.538.692-.905 1.09-1.31C4.39 7.15 7.693 3.854 10.99.549c.217-.217.468-.398.737-.547m-.057.386a1.645 1.645 0 0 0-.341.258C7.748 4.228 4.159 7.803.585 11.391c-.359.314-.361.907.008 1.214l10.801 10.802a.804.804 0 0 0 1.211.002c3.599-3.602 7.199-7.205 10.8-10.805.371-.307.368-.9.01-1.214C19.839 7.803 16.252 4.225 12.671.643c-.248-.268-.654-.445-1.002-.256z"/><path fill="#ef7c23" d="M11.743.944c.289-.348.601.091.821.292C16.11 4.84 19.768 8.342 23.254 12c-3.551 3.677-7.226 7.237-10.817 10.878-.168.196-.469.46-.691.174-3.6-3.598-7.201-7.196-10.795-10.8-.263-.188-.084-.475.104-.636C4.623 8.064 8.169 4.488 11.743.944M7.28 7.921c.179.577.955.091 1.393.106.065.696-.062 1.429.174 2.096.487.823 1.547.978 2.188 1.642.634.569.811 1.556.385 2.299-.557 1.264-2.326 1.402-2.75 2.752-.15.814-.042 1.65-.061 2.473.462-.001.925 0 1.388.004.041-.797-.188-1.746.426-2.384.565-.559 1.249-.988 1.781-1.584 1.037-.98 1.232-2.705.506-3.919-.56-.988-1.631-1.458-2.587-1.958-.054-.485-.017-.974-.026-1.462.396.022 1.34.506 1.361-.137-.628-1.246-1.298-2.485-2.088-3.637a26.417 26.417 0 0 0-2.089 3.71m5.42-.49c-.092.223-.35.54-.088.738.427.091.852-.1 1.271-.164.06.689-.052 1.406.154 2.075.505.928 1.73 1.038 2.36 1.85.557.601.608 1.55.178 2.237-.595 1.17-2.252 1.327-2.686 2.615-.173.821-.04 1.672-.077 2.506.468.001.937.001 1.406-.001.019-.762-.182-1.646.338-2.29.473-.532 1.1-.894 1.594-1.408 1.087-.868 1.496-2.437.995-3.73-.468-1.219-1.674-1.907-2.822-2.376a23.16 23.16 0 0 1-.007-1.514c.404.042 1.198.492 1.367-.055-.586-1.282-1.325-2.503-2.078-3.696-.776.977-1.279 2.138-1.904 3.214z"/><path d="M11.67.388c.348-.19.754-.012 1.002.256 3.581 3.582 7.168 7.16 10.744 10.747.359.314.361.907-.01 1.214-3.601 3.6-7.201 7.202-10.8 10.805a.804.804 0 0 1-1.211-.002L.594 12.606c-.37-.307-.367-.9-.008-1.214C4.16 7.804 7.749 4.229 11.33.647a1.62 1.62 0 0 1 .341-.258m.072.555C8.168 4.488 4.622 8.064 1.055 11.616c-.188.161-.367.448-.104.636 3.594 3.604 7.195 7.202 10.795 10.8.222.286.523.022.691-.174 3.59-3.641 7.266-7.201 10.817-10.878-3.486-3.658-7.144-7.16-10.69-10.764-.22-.2-.532-.64-.821-.292z"/><path d="M7.28 7.921a26.46 26.46 0 0 1 2.089-3.71c.79 1.152 1.46 2.392 2.088 3.637-.02.643-.965.158-1.361.137.01.487-.028.977.026 1.462.956.5 2.027.971 2.587 1.958.726 1.214.53 2.939-.506 3.919-.532.596-1.216 1.025-1.781 1.584-.614.638-.385 1.588-.426 2.384-.463-.004-.926-.005-1.388-.004.019-.823-.089-1.66.061-2.473.425-1.35 2.194-1.488 2.75-2.752.426-.743.248-1.73-.385-2.299-.641-.664-1.7-.818-2.188-1.642-.236-.667-.109-1.4-.174-2.096-.438-.014-1.214.472-1.393-.106z"/><path d="M12.701 7.432c.625-1.075 1.128-2.237 1.904-3.214.754 1.193 1.493 2.414 2.078 3.696-.169.547-.962.097-1.367.055a23.16 23.16 0 0 0 .007 1.514c1.148.469 2.354 1.157 2.822 2.376.502 1.292.092 2.862-.995 3.73-.493.514-1.121.876-1.594 1.408-.521.643-.319 1.528-.338 2.29-.469.002-.938.002-1.406.001.037-.834-.096-1.685.077-2.506.433-1.288 2.09-1.445 2.686-2.615.431-.686.379-1.636-.178-2.237-.63-.812-1.855-.923-2.36-1.85-.205-.668-.094-1.386-.154-2.075-.419.065-.844.256-1.271.164-.263-.198-.005-.515.088-.738z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-side-roads-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.734 0h.499c.275.103.53.256.734.469 3.317 3.324 6.64 6.643 9.959 9.965.391.402.856.764 1.074 1.3v.491c-.162.514-.599.846-.96 1.216l-9.599 9.601c-.359.356-.691.764-1.174.959h-.504c-.244-.1-.48-.226-.665-.415C7.54 20.022 3.978 16.462.417 12.901a2.18 2.18 0 0 1-.418-.635v-.503c.169-.505.593-.844.953-1.21 3.181-3.179 6.36-6.36 9.54-9.54.382-.373.727-.814 1.241-1.013m-.058.407c-.221.071-.389.24-.553.395C7.643 4.284 4.162 7.764.684 11.249c-.43.384-.432 1.118.004 1.5 3.524 3.518 7.04 7.044 10.561 10.565.384.433 1.117.433 1.501 0 3.518-3.524 7.04-7.045 10.562-10.565.433-.383.43-1.115.002-1.501C19.818 7.743 16.313 4.246 12.815.742c-.281-.314-.732-.479-1.141-.335z"/><path fill="#fecf33" d="M11.923.892c.268-.043.497.133.672.313 3.416 3.424 6.841 6.838 10.256 10.261.299.246.361.731.055.998-3.454 3.467-6.92 6.92-10.378 10.385-.238.306-.731.362-.996.059a8566.63 8566.63 0 0 1-10.44-10.444c-.308-.265-.246-.752.054-.997 3.416-3.424 6.84-6.84 10.256-10.262.148-.138.307-.294.52-.313m-1.394 2.622c-.023 1.166.026 2.335-.024 3.502-1.356-.01-2.711-.014-4.067.001.004.978-.002 1.956.004 2.934 1.361.008 2.72-.007 4.081.007.004 1.36-.001 2.719.001 4.079-1.361.011-2.722-.002-4.082.006a319.7 319.7 0 0 0 0 2.938c1.36.01 2.719-.001 4.079.005.006 1.159.001 2.317 0 3.476.979.024 1.958.005 2.938.011.017-5.653.01-11.305.007-16.958-.979-.004-1.957-.002-2.936 0z"/><path d="M11.675.407c.409-.144.86.02 1.141.335 3.498 3.504 7.003 7.001 10.499 10.506.427.386.431 1.118-.002 1.501-3.522 3.52-7.044 7.04-10.562 10.565-.384.433-1.117.433-1.501 0C7.729 19.793 4.213 16.268.689 12.749c-.436-.382-.433-1.116-.004-1.5C4.163 7.764 7.644 4.284 11.123.802c.164-.155.332-.324.553-.395m.247.485c-.212.019-.372.175-.52.313-3.416 3.422-6.84 6.839-10.256 10.262-.3.245-.362.732-.054.997a8566.63 8566.63 0 0 0 10.44 10.444c.265.304.758.247.996-.059 3.457-3.464 6.924-6.918 10.378-10.385.306-.268.244-.752-.055-.998-3.415-3.424-6.84-6.838-10.256-10.261-.175-.18-.404-.356-.672-.313z"/><path d="M10.528 3.514c.979-.002 1.957-.004 2.936 0 .002 5.653.01 11.305-.007 16.958-.979-.006-1.958.013-2.938-.011.001-1.159.006-2.317 0-3.476-1.36-.006-2.719.005-4.079-.005a319.7 319.7 0 0 1 0-2.938c1.361-.008 2.722.005 4.082-.006-.002-1.36.002-2.719-.001-4.079-1.361-.014-2.72.001-4.081-.007-.006-.978 0-1.956-.004-2.934 1.356-.016 2.711-.011 4.067-.001.05-1.166.001-2.335.024-3.502z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-side-roads-left--g3" xmlns="http://www.w3.org/2000/svg"><path d="M11.615 0h.652c.346.139.653.356.91.623 3.437 3.445 6.886 6.88 10.319 10.327.552.518.575 1.476.013 1.997-3.539 3.541-7.075 7.086-10.622 10.62-.671.653-1.739.323-2.239-.373C7.278 19.803 3.891 16.428.51 13.049a2.678 2.678 0 0 1-.509-.761v-.642c.234-.602.745-1.014 1.186-1.46l9.54-9.54c.258-.263.558-.484.889-.646m.305.648c-.312.006-.532.253-.742.452C7.766 4.526 4.334 7.935.925 11.366c-.353.294-.374.869-.017 1.168 3.502 3.498 7.001 7 10.5 10.5.272.313.798.331 1.081.023 3.523-3.521 7.045-7.045 10.567-10.567.338-.312.262-.869-.08-1.147-3.434-3.445-6.88-6.88-10.316-10.324-.197-.198-.442-.401-.739-.371z"/><path d="M12.671 4.562c.746-.005 1.494-.005 2.24 0 .004 4.932.006 9.863-.001 14.795-.745.006-1.492.005-2.238 0-.011-1.405.002-2.812-.006-4.217-1.199 1.194-2.39 2.395-3.586 3.594-.55-.509-1.067-1.051-1.595-1.582 1.717-1.741 3.456-3.46 5.18-5.194-1.723-1.735-3.461-3.457-5.183-5.192.527-.532 1.049-1.068 1.59-1.585 1.202 1.192 2.392 2.396 3.594 3.589.006-1.403-.004-2.806.004-4.208z"/><path fill="#f5ae14" d="M11.921.648c.298-.03.542.173.739.371 3.437 3.444 6.882 6.878 10.316 10.324.342.278.419.835.08 1.147-3.522 3.522-7.044 7.046-10.567 10.567-.283.308-.809.29-1.081-.023-3.499-3.5-6.998-7.002-10.5-10.5-.358-.299-.336-.874.017-1.168C4.334 7.935 7.766 4.526 11.179 1.1c.21-.199.43-.446.742-.452m.75 3.914c-.007 1.403.002 2.806-.004 4.208-1.202-1.193-2.392-2.398-3.594-3.589-.541.517-1.063 1.054-1.59 1.585 1.722 1.735 3.46 3.457 5.183 5.192-1.724 1.734-3.463 3.452-5.18 5.194.528.53 1.045 1.073 1.595 1.582 1.195-1.199 2.387-2.4 3.586-3.594.008 1.405-.005 2.812.006 4.217.746.005 1.493.006 2.238 0 .007-4.932.005-9.863.001-14.795-.746-.005-1.494-.005-2.24 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-side-roads-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.734 0h.498c.275.104.532.257.736.469 3.518 3.524 7.04 7.045 10.562 10.566.2.199.352.443.47.698v.488c-.162.514-.598.848-.96 1.218l-9.599 9.601c-.358.358-.692.763-1.174.959h-.503c-.245-.1-.481-.227-.666-.416C7.54 20.019 3.978 16.459.417 12.899a2.194 2.194 0 0 1-.418-.635v-.502c.17-.505.592-.846.953-1.211 3.181-3.179 6.36-6.36 9.54-9.54.38-.374.728-.812 1.241-1.013m-.058.409c-.221.072-.389.24-.553.394C7.643 4.283 4.16 7.762.686 11.248c-.431.386-.433 1.12.002 1.501 3.523 3.52 7.04 7.045 10.562 10.565.384.433 1.116.432 1.5 0 3.518-3.524 7.04-7.045 10.562-10.565.434-.383.431-1.115.002-1.5C19.82 7.743 16.313 4.247 12.816.743c-.282-.314-.732-.481-1.142-.336z"/><path fill="#fecf33" d="M11.922.892c.269-.044.497.134.673.313 3.416 3.424 6.842 6.839 10.258 10.262.298.246.36.73.054.997-3.454 3.467-6.922 6.92-10.378 10.385-.239.306-.731.362-.995.059-3.482-3.479-6.966-6.959-10.441-10.444-.308-.266-.245-.752.055-.998 3.415-3.424 6.84-6.838 10.256-10.261.146-.138.306-.294.517-.313m-1.386 2.622c-.002 5.652-.008 11.305.006 16.958.98-.007 1.961.016 2.941-.013a402.291 402.291 0 0 1-.001-3.474c1.36-.005 2.719.004 4.079-.004.005-.98.004-1.96 0-2.939-1.361-.007-2.722.004-4.082-.006.001-1.36-.004-2.72.001-4.08 1.361-.012 2.72.001 4.081-.006.006-.978 0-1.956.004-2.934a152.483 152.483 0 0 0-4.058.005c-.07-1.168-.005-2.339-.032-3.509-.979-.001-1.958-.002-2.938.001z"/><path d="M11.675.407c.41-.145.86.022 1.142.336 3.497 3.504 7.003 7 10.498 10.506.428.385.432 1.117-.002 1.5-3.522 3.52-7.044 7.04-10.562 10.565-.384.432-1.116.433-1.5 0-3.522-3.52-7.039-7.045-10.562-10.565-.436-.382-.433-1.115-.002-1.501C4.161 7.762 7.645 4.283 11.123.801c.164-.154.332-.322.553-.394m.246.485c-.211.019-.371.175-.517.313C7.989 4.629 4.564 8.043 1.149 11.466c-.3.246-.364.732-.055.998 3.475 3.485 6.959 6.965 10.441 10.444.264.304.756.247.995-.059 3.456-3.464 6.924-6.918 10.378-10.385.306-.268.244-.751-.054-.997-3.415-3.424-6.841-6.839-10.258-10.262-.176-.179-.404-.358-.673-.313z"/><path d="M10.535 3.514c.979-.004 1.958-.002 2.938-.001.028 1.17-.037 2.341.032 3.509 1.352-.024 2.706-.017 4.058-.005-.004.978.002 1.956-.004 2.934-1.361.007-2.72-.006-4.081.006-.005 1.36 0 2.72-.001 4.08 1.361.01 2.722-.001 4.082.006.004.979.005 1.958 0 2.939-1.36.007-2.719-.001-4.079.004-.005 1.158-.004 2.316.001 3.474-.98.029-1.961.006-2.941.013-.014-5.653-.008-11.306-.006-16.958z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-side-roads-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.711 0h.659c.312.145.601.338.842.586 3.404 3.397 6.8 6.804 10.205 10.2.241.238.432.522.583.824v.666a2.434 2.434 0 0 1-.451.71c-3.396 3.404-6.806 6.794-10.195 10.207-.499.698-1.57 1.025-2.24.373-3.546-3.534-7.082-7.079-10.622-10.62-.56-.521-.538-1.48.016-1.998C3.941 7.502 7.389 4.066 10.826.623c.252-.263.553-.476.887-.624m.213.657c-.24.029-.419.205-.586.364C7.903 4.463 4.458 7.898 1.024 11.344c-.342.277-.419.835-.079 1.147l10.566 10.565c.283.31.809.292 1.081-.022 3.499-3.502 6.998-7.002 10.5-10.5.356-.299.336-.875-.018-1.168-3.43-3.449-6.88-6.88-10.315-10.325-.215-.226-.499-.451-.833-.385z"/><path fill="#030303" d="M9.089 4.562c.746-.005 1.493-.004 2.239 0 .01 1.4.001 2.801.004 4.201 1.207-1.183 2.389-2.393 3.593-3.581.546.509 1.061 1.051 1.59 1.578-1.709 1.751-3.467 3.452-5.173 5.204 1.721 1.732 3.461 3.446 5.171 5.188-.529.529-1.037 1.084-1.6 1.578-1.19-1.198-2.38-2.398-3.58-3.587-.005 1.404.006 2.808-.005 4.213-.746.006-1.493.007-2.238-.001a6079.48 6079.48 0 0 1-.001-14.794z"/><path fill="#f5ae14" d="M11.926.656c.334-.066.618.16.833.385 3.436 3.445 6.886 6.876 10.315 10.325.354.293.374.869.018 1.168-3.502 3.498-7.001 6.998-10.5 10.5-.272.313-.798.331-1.081.022L.945 12.491c-.34-.312-.263-.87.079-1.147C4.458 7.899 7.904 4.463 11.34 1.02c.167-.158.346-.335.586-.364M9.089 4.562c-.005 4.932-.006 9.863.001 14.794.745.008 1.492.007 2.238.001.011-1.405 0-2.809.005-4.213 1.2 1.189 2.389 2.389 3.58 3.587.563-.494 1.07-1.049 1.6-1.578-1.71-1.741-3.45-3.456-5.171-5.188 1.706-1.752 3.464-3.454 5.173-5.204-.529-.527-1.044-1.069-1.59-1.578-1.204 1.188-2.386 2.398-3.593 3.581-.002-1.4.006-2.801-.004-4.201-.746-.004-1.493-.005-2.239 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-turn-first-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.807 1.145c.626-.138 1.271.125 1.706.576 3.253 3.109 6.51 6.215 9.757 9.329.734.64.731 1.864.031 2.528a10467.68 10467.68 0 0 1-9.424 9.425c-.674.701-1.904.731-2.584.022-3.306-3.175-6.634-6.33-9.94-9.504-.683-.664-.6-1.853.091-2.48 3.053-3.065 6.118-6.118 9.173-9.179.325-.336.714-.641 1.188-.716m.343.235c-.497-.007-.944.258-1.276.61-3.076 3.084-6.163 6.157-9.236 9.245-.612.548-.656 1.601-.032 2.158 3.295 3.146 6.59 6.294 9.884 9.442.58.602 1.627.576 2.198-.025 3.144-3.138 6.283-6.281 9.424-9.422.596-.564.596-1.604-.03-2.146-3.222-3.1-6.467-6.176-9.695-9.27-.328-.332-.752-.607-1.237-.59z"/><path fill="#231f20" d="M11.681 1.852c.638-.197 1.343.035 1.795.512 3.048 2.911 6.101 5.819 9.139 8.738.686.617.694 1.783.03 2.417-2.936 2.947-5.881 5.886-8.821 8.828-.646.674-1.828.71-2.488.037-3.085-2.957-6.178-5.906-9.265-8.858-.695-.628-.642-1.804.026-2.43 2.87-2.89 5.76-5.76 8.639-8.64.264-.269.574-.509.944-.605m.118.358c-.373.092-.655.37-.919.63-2.832 2.848-5.687 5.676-8.513 8.53-.529.486-.571 1.402-.026 1.892 3.088 2.952 6.178 5.903 9.265 8.855.52.53 1.446.488 1.951-.04 2.94-2.94 5.882-5.878 8.82-8.818.512-.5.516-1.406-.026-1.886-3.038-2.926-6.101-5.827-9.148-8.744-.356-.372-.899-.57-1.404-.419z"/><path fill="#231f20" d="M7.589 8.803a289.469 289.469 0 0 1 3.089-4.35 397.595 397.595 0 0 1 3.184 4.244c-.706-.07-1.408-.175-2.114-.246-.012.908-.107 1.813-.136 2.722.971.474 2.118.002 3.131.367 1 .245 1.525 1.291 1.546 2.255.026 1.586.005 3.173.016 4.759-.725 0-1.448-.026-2.173-.04a67.586 67.586 0 0 1-.077-3.398c-.004-.402-.038-.91-.461-1.1-1.033-.436-2.233.193-3.234-.374-.588-.314-.839-1.007-.83-1.643-.001-1.172.038-2.345.04-3.517-.66.103-1.316.232-1.979.322z"/><path fill="#fff100" d="M12.148 1.381c.485-.017.91.258 1.237.59 3.228 3.094 6.473 6.17 9.695 9.27.626.541.626 1.582.03 2.146-3.14 3.142-6.28 6.284-9.424 9.422-.571.601-1.619.628-2.198.025l-9.884-9.442c-.624-.557-.58-1.609.032-2.158 3.073-3.088 6.161-6.161 9.236-9.245.331-.352.779-.617 1.276-.61m-.467.473c-.371.096-.68.336-.944.605-2.879 2.88-5.768 5.75-8.639 8.64-.668.626-.721 1.802-.026 2.43 3.088 2.952 6.18 5.902 9.265 8.858.66.673 1.842.637 2.488-.037 2.94-2.942 5.885-5.881 8.821-8.828.664-.634.656-1.8-.03-2.417-3.038-2.92-6.091-5.827-9.139-8.738-.452-.478-1.157-.709-1.795-.512z"/><path fill="#fff100" d="M11.798 2.209c.505-.151 1.048.047 1.404.419 3.047 2.917 6.109 5.819 9.148 8.744.542.48.539 1.386.026 1.886-2.938 2.94-5.88 5.878-8.82 8.818-.505.528-1.432.57-1.951.04-3.088-2.952-6.178-5.903-9.265-8.855-.545-.491-.503-1.406.026-1.892 2.826-2.854 5.681-5.682 8.513-8.53.264-.26.546-.538.919-.63M7.589 8.803c.662-.09 1.319-.218 1.979-.322-.001 1.172-.041 2.345-.04 3.517-.008.636.242 1.328.83 1.643 1.001.568 2.201-.061 3.234.374.422.191.457.698.461 1.1.004 1.133.016 2.267.077 3.398.725.013 1.448.04 2.173.04-.011-1.586.011-3.173-.016-4.759-.02-.964-.546-2.01-1.546-2.255-1.013-.365-2.16.107-3.131-.367.029-.908.124-1.813.136-2.722.707.071 1.409.176 2.114.246a375.33 375.33 0 0 0-3.184-4.244 289.469 289.469 0 0 0-3.089 4.35z"/></symbol><symbol viewBox="0 0 24 24" id="warning--double-turn-first-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.167 1.141c.656-.128 1.334.148 1.777.634 3.102 3.1 6.209 6.196 9.3 9.306.672.641.713 1.824.026 2.47-3.312 3.169-6.634 6.329-9.943 9.502-.695.696-1.924.635-2.585-.077l-9.414-9.421c-.67-.655-.677-1.843.026-2.477 3.182-3.056 6.379-6.101 9.568-9.152.354-.341.736-.71 1.244-.784m.34.239c-.468-.016-.888.235-1.206.56-3.23 3.089-6.469 6.172-9.695 9.265-.642.529-.68 1.577-.086 2.155 3.139 3.14 6.274 6.286 9.418 9.42.56.613 1.61.67 2.203.073 3.314-3.164 6.63-6.328 9.941-9.496.578-.548.542-1.547-.03-2.087-3.067-3.094-6.161-6.162-9.235-9.248-.338-.365-.796-.65-1.309-.643z"/><path fill="#231f20" d="M12.034 1.842c.638-.176 1.344.054 1.794.529 2.905 2.896 5.806 5.796 8.702 8.7.673.613.757 1.778.083 2.422-3.107 2.975-6.22 5.942-9.326 8.917-.673.662-1.853.595-2.486-.089-2.939-2.941-5.88-5.88-8.814-8.826-.661-.648-.62-1.823.083-2.425 2.962-2.839 5.929-5.672 8.896-8.507.311-.298.637-.617 1.069-.721m.116.36c-.347.078-.606.338-.857.572-2.982 2.858-5.98 5.699-8.956 8.563-.587.485-.589 1.446-.031 1.954 2.939 2.942 5.882 5.881 8.826 8.819.496.496 1.379.522 1.886.03 3.092-2.948 6.178-5.905 9.269-8.854.575-.498.529-1.456-.031-1.948-2.87-2.888-5.758-5.762-8.635-8.645-.366-.398-.931-.64-1.471-.492z"/><path fill="#231f20" d="M13.968 4.45a272.127 272.127 0 0 1 3.098 4.355c-.659-.09-1.31-.218-1.967-.32-.007 1.213.008 2.428.006 3.641.017.644-.326 1.313-.931 1.578-.799.377-1.69.06-2.53.17-.428.008-.977.232-.992.73a80.803 80.803 0 0 0-.115 3.906c-.731.023-1.462.047-2.192.043-.001-1.543.01-3.086.023-4.628.007-.835.3-1.774 1.081-2.194.932-.499 2.023-.289 3.032-.359.208-.029.566-.068.529-.356a45.61 45.61 0 0 0-.116-2.561c-.701.065-1.397.179-2.098.241 1.04-1.427 2.114-2.83 3.172-4.246z"/><path fill="#fff100" d="M12.506 1.381c.514-.007.971.278 1.309.643 3.074 3.086 6.168 6.155 9.235 9.248.572.54.608 1.538.03 2.087-3.311 3.168-6.626 6.331-9.941 9.496-.593.596-1.643.54-2.203-.073-3.144-3.134-6.278-6.28-9.418-9.42-.594-.578-.556-1.626.086-2.155 3.226-3.094 6.464-6.176 9.695-9.265.318-.325.738-.576 1.206-.56m-.471.46c-.432.104-.758.424-1.069.721-2.966 2.834-5.934 5.668-8.896 8.507-.703.602-.744 1.777-.083 2.425 2.934 2.946 5.875 5.885 8.814 8.826.634.684 1.813.751 2.486.089 3.107-2.975 6.22-5.942 9.326-8.917.674-.643.59-1.808-.083-2.422a4461.104 4461.104 0 0 0-8.702-8.7c-.45-.475-1.156-.706-1.794-.529z"/><path fill="#fff100" d="M12.151 2.202c.54-.148 1.105.094 1.471.492 2.878 2.882 5.765 5.756 8.635 8.645.56.492.606 1.45.031 1.948-3.091 2.948-6.176 5.905-9.269 8.854-.508.492-1.391.466-1.886-.03a7338.5 7338.5 0 0 1-8.826-8.819c-.558-.508-.556-1.469.031-1.954 2.976-2.864 5.974-5.705 8.956-8.563.251-.234.51-.494.857-.572m1.817 2.247c-1.057 1.416-2.131 2.819-3.172 4.246.701-.062 1.397-.176 2.098-.241.067.852.097 1.706.116 2.561.037.288-.322.328-.529.356-1.009.07-2.1-.14-3.032.359-.781.42-1.074 1.358-1.081 2.194a509.802 509.802 0 0 0-.023 4.628c.731.004 1.462-.02 2.192-.043.004-1.302.049-2.605.115-3.906.016-.498.564-.721.992-.73.84-.11 1.73.206 2.53-.17.605-.265.948-.934.931-1.578.002-1.213-.013-2.428-.006-3.641.656.102 1.308.23 1.967.32a283.423 283.423 0 0 0-3.098-4.355z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-all-directions-on-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.792 0h.458c.545.313.953.799 1.393 1.236l9.179 9.18c.407.408.838.797 1.177 1.265v.686c-3.211 3.38-6.586 6.611-9.859 9.934-.587.564-1.123 1.182-1.756 1.699h-.704C7.988 20.485 4.458 16.793.819 13.22a8.256 8.256 0 0 1-.82-.924v-.49c.266-.49.696-.853 1.085-1.241l9.36-9.361c.428-.422.823-.895 1.348-1.205m-.103.278c-.314.202-.556.492-.821.751C7.411 4.49 3.945 7.946.49 11.41c-.367.301-.397.888-.02 1.195 3.665 3.656 7.32 7.324 10.982 10.984.284.331.818.36 1.11.02 3.684-3.68 7.364-7.364 11.045-11.048.348-.289.314-.822-.014-1.11-3.632-3.65-7.284-7.283-10.92-10.928-.241-.265-.647-.456-.984-.246z"/><path d="M11.689.277c.337-.21.743-.019.984.246 3.636 3.646 7.288 7.278 10.92 10.928.329.288.362.821.014 1.11-3.68 3.684-7.361 7.368-11.045 11.048-.292.34-.826.311-1.11-.02C7.79 19.929 4.134 16.262.47 12.605c-.377-.307-.347-.894.02-1.195C3.945 7.946 7.41 4.49 10.868 1.028c.265-.259.506-.55.821-.751m.335.251c-.209.012-.349.194-.498.319C7.932 4.454 4.322 8.045.73 11.652c-.235.18-.27.527-.02.713 3.66 3.662 7.32 7.33 10.988 10.985.188.245.516.191.692-.035 3.66-3.664 7.331-7.318 10.981-10.988.312-.264.04-.623-.192-.823C19.59 7.93 16.016 4.341 12.432.764c-.12-.097-.24-.236-.408-.235z"/><path d="M9.096 7.679c.445-.811 1.05-1.528 1.558-2.302.504.748 1.081 1.45 1.54 2.225.049.518-.638.143-.917.097.001 1.367-.002 2.734.002 4.1a7.883 7.883 0 0 1 2.854-2.56c-.138-.271-.7-.605-.379-.889.923.065 1.831.294 2.749.421-.467.815-.846 1.685-1.378 2.46-.414-.065-.319-.61-.449-.911-1.991 1.016-3.371 3.155-3.398 5.399-.005.992.002 1.985-.001 2.977-.41-.002-.821-.002-1.23-.001-.011-1.036.016-2.071-.013-3.106-.091-2.197-1.445-4.271-3.4-5.27-.112.316-.062.764-.406.936-.59-.751-.932-1.667-1.424-2.484.919-.128 1.828-.354 2.753-.421.304.288-.228.634-.383.887 1.159.602 2.14 1.511 2.876 2.587-.004-1.374-.002-2.748-.001-4.121-.293.036-.86.418-.953-.025zM16.637 12.572c-.091-.263-.575-.907-.089-.937.854.3 1.668.712 2.497 1.075-.642.648-1.226 1.358-1.904 1.969-.496.098-.193-.626-.266-.922-.836.301-1.535 1.046-1.6 1.958-.043.992-.002 1.986-.018 2.98-.401-.001-.802-.001-1.204.001.013-1.034-.037-2.07.016-3.103.112-1.427 1.211-2.636 2.568-3.022z"/><path d="M12.493 13.92l.346-.001c0 1.595.005 3.191-.002 4.786l-.342-.005c-.004-1.594-.001-3.187-.001-4.78z"/><path fill="#ffd520" d="M12.024.528c.168-.001.288.138.408.235 3.584 3.577 7.158 7.166 10.747 10.74.232.2.504.559.192.823-3.65 3.671-7.321 7.325-10.981 10.988-.176.226-.504.28-.692.035C8.03 19.694 4.37 16.027.71 12.364c-.25-.186-.215-.533.02-.713C4.323 8.044 7.932 4.453 11.526.846c.149-.125.289-.307.498-.319M9.096 7.679c.092.443.66.061.953.025-.001 1.373-.002 2.747.001 4.121-.737-1.076-1.717-1.985-2.876-2.587.155-.253.686-.599.383-.887-.925.067-1.834.293-2.753.421.492.817.834 1.733 1.424 2.484.343-.172.294-.62.406-.936 1.955 1 3.308 3.073 3.4 5.27.029 1.034.002 2.07.013 3.106.409-.001.82-.001 1.23.001.004-.992-.004-1.985.001-2.977.028-2.244 1.408-4.382 3.398-5.399.13.301.035.846.449.911.532-.775.911-1.645 1.378-2.46-.918-.127-1.826-.356-2.749-.421-.32.284.241.618.379.889-1.148.595-2.125 1.494-2.854 2.56-.005-1.367-.001-2.734-.002-4.1.278.046.966.421.917-.097-.458-.775-1.036-1.477-1.54-2.225-.508.774-1.112 1.49-1.558 2.302m7.541 4.892c-1.357.385-2.456 1.595-2.568 3.022-.053 1.033-.002 2.069-.016 3.103.402-.002.803-.002 1.204-.001.016-.994-.025-1.987.018-2.98.065-.912.763-1.657 1.6-1.958.073.295-.229 1.02.266.922.678-.611 1.262-1.321 1.904-1.969-.829-.364-1.643-.775-2.497-1.075-.486.03-.002.674.089.937m-4.144 1.347c0 1.592-.002 3.186.001 4.78l.342.005c.007-1.595.002-3.191.002-4.786l-.346.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-all-directions-on-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.797 0h.45c.503.275.876.718 1.277 1.116l9.299 9.301c.404.409.841.793 1.177 1.265v.685c-3.229 3.401-6.625 6.65-9.919 9.994-.566.544-1.085 1.141-1.694 1.639h-.706c-3.43-3.257-6.707-6.682-10.076-10.003-.538-.568-1.152-1.066-1.604-1.709v-.476c.24-.474.659-.814 1.025-1.187l9.54-9.54C10.955.701 11.314.27 11.798 0m-.111.275C7.933 3.876 4.313 7.631.607 11.287c-.382.29-.596.887-.193 1.256 3.677 3.683 7.36 7.364 11.038 11.047.284.331.823.359 1.114.02l11.042-11.048c.348-.288.316-.824-.014-1.111C19.96 7.802 16.311 4.168 12.674.523c-.239-.27-.647-.451-.986-.248z"/><path d="M11.687.275c.34-.203.748-.022.986.248 3.637 3.646 7.286 7.279 10.92 10.928.33.287.362.823.014 1.111L12.565 23.61c-.29.338-.829.311-1.114-.02C7.773 19.907 4.09 16.226.413 12.543c-.403-.37-.188-.966.193-1.256C4.312 7.631 7.932 3.876 11.686.275m.338.253c-.184 0-.307.155-.437.262C7.97 4.412 4.345 8.027.731 11.651c-.239.178-.272.53-.023.715 3.661 3.661 7.322 7.326 10.987 10.984.186.244.522.194.696-.035l10.924-10.924c.271-.197.244-.569-.016-.761C19.7 8.025 16.093 4.429 12.497.822c-.142-.116-.274-.293-.473-.294z"/><path d="M11.772 7.704c.511-.796 1.078-1.554 1.624-2.327.528.768 1.079 1.52 1.589 2.302l-.138.238c-.287-.047-.563-.146-.848-.202.006 1.364-.007 2.73.007 4.094.738-1.067 1.714-1.976 2.87-2.572-.179-.27-.553-.494-.475-.859.95-.028 1.891.286 2.837.395-.445.829-.882 1.664-1.351 2.48-.422-.09-.353-.61-.472-.932-1.962.997-3.317 3.083-3.402 5.285-.025 1.03-.004 2.06-.01 3.09h-1.234c0-.992.004-1.984.001-2.976-.034-2.243-1.406-4.385-3.401-5.398-.126.292-.038.937-.482.878-.494-.781-.89-1.621-1.34-2.429.892-.138 1.778-.322 2.674-.428.469.191-.161.653-.31.895 1.148.592 2.113 1.493 2.855 2.545.011-1.361.002-2.723.005-4.084-.329.056-.733.343-.998.004zM5.003 12.71c.846-.38 1.686-.782 2.556-1.105.388.214-.068.664-.148.968 1.358.385 2.458 1.598 2.566 3.026.053 1.031.006 2.065.014 3.097-.401-.002-.802-.002-1.201-.001-.016-.994.03-1.988-.022-2.981-.066-.91-.756-1.664-1.598-1.955.004.302.011.605.02.907-.287.11-.475-.149-.652-.325-.506-.55-1.027-1.086-1.536-1.632z"/><path d="M11.204 13.926l.348-.007c.002 1.594.005 3.188-.001 4.782l-.346-.007c.001-1.589.002-3.179-.001-4.768z"/><path fill="#ffd520" d="M12.024.528c.199.001.331.178.473.294 3.596 3.607 7.204 7.204 10.802 10.808.259.192.287.564.016.761L12.391 23.315c-.174.229-.51.278-.696.035C8.03 19.692 4.369 16.028.708 12.366c-.25-.185-.216-.538.023-.715C4.345 8.027 7.971 4.411 11.587.79c.13-.107.253-.262.437-.262m-.252 7.176c.265.34.67.053.998-.004-.002 1.361.006 2.723-.005 4.084-.742-1.052-1.706-1.954-2.855-2.545.149-.242.779-.704.31-.895-.895.107-1.782.29-2.674.428.45.808.846 1.648 1.34 2.429.444.059.356-.587.482-.878 1.994 1.013 3.367 3.155 3.401 5.398.002.992-.001 1.984-.001 2.976h1.234c.006-1.03-.016-2.06.01-3.09.085-2.202 1.44-4.288 3.402-5.285.119.323.049.842.472.932.469-.816.906-1.651 1.351-2.48-.946-.109-1.886-.422-2.837-.395-.078.365.296.589.475.859-1.157.595-2.132 1.505-2.87 2.572-.014-1.364-.001-2.73-.007-4.094.286.055.562.155.848.202l.138-.238c-.51-.781-1.061-1.534-1.589-2.302-.546.773-1.112 1.531-1.624 2.327M5.003 12.71c.509.546 1.03 1.082 1.536 1.632.176.176.365.436.652.325-.01-.302-.017-.605-.02-.907.842.29 1.532 1.045 1.598 1.955.052.992.006 1.987.022 2.981.4-.001.8-.001 1.201.001-.008-1.032.038-2.066-.014-3.097-.108-1.428-1.207-2.641-2.566-3.026.079-.305.535-.755.148-.968-.87.323-1.71.725-2.556 1.105m6.2 1.215c.004 1.589.002 3.179.001 4.768l.346.007c.006-1.594.004-3.188.001-4.782l-.348.007z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-go-straight-or-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.803 0h.442c.462.234.797.638 1.159.996l9.6 9.601c.346.349.718.678.996 1.087v.68c-.402.55-.935.983-1.4 1.476-3.412 3.377-6.756 6.828-10.211 10.159h-.706c-.382-.268-.691-.618-1.02-.943l-9.599-9.601C.693 13.077.282 12.733 0 12.279v-.462c.181-.412.538-.698.845-1.012L10.744.904c.331-.325.637-.694 1.06-.905m-.121.272C7.917 3.902 4.268 7.665.548 11.348c-.365.278-.503.86-.136 1.196 3.679 3.682 7.361 7.362 11.038 11.046.282.334.828.359 1.116.02 3.679-3.684 7.36-7.367 11.042-11.047.347-.286.316-.829-.016-1.114-3.656-3.666-7.319-7.324-10.98-10.984-.228-.256-.619-.366-.93-.196z"/><path d="M11.683.271c.311-.17.702-.06.93.196 3.661 3.66 7.324 7.318 10.98 10.984.331.284.362.828.016 1.114-3.683 3.68-7.363 7.363-11.042 11.047-.288.338-.834.313-1.116-.02C7.774 19.908 4.093 16.228.413 12.546c-.367-.336-.229-.918.136-1.196C4.269 7.667 7.918 3.904 11.684.273m.34.256c-.185-.006-.31.151-.437.26C7.969 4.411 4.346 8.026.729 11.649c-.24.174-.272.536-.022.718 3.664 3.661 7.324 7.325 10.987 10.985.181.242.529.194.696-.037 3.66-3.662 7.326-7.32 10.982-10.986.24-.194.143-.534-.076-.7-3.62-3.623-7.243-7.243-10.864-10.865-.119-.102-.239-.242-.41-.235z"/><path d="M7.38 9.316a52.728 52.728 0 0 1 1.954-2.77c.641.947 1.34 1.856 1.943 2.828-.094.617-.822.102-1.193.066-.014 3.085.007 6.17-.007 9.256-.51.001-1.02.002-1.53-.002-.005-.671-.001-1.342 0-2.014.088-1.331-.838-2.689-2.132-3.043-.053.374.288 1.115-.288 1.154-.845-.787-1.604-1.669-2.407-2.502 1.007-.461 2.023-.904 3.042-1.339.174-.107.317.072.4.202-.139.332-.292.658-.443.984a4.986 4.986 0 0 1 1.823.976c.004-1.226.007-2.453-.001-3.678-.354.047-1.165.533-1.159-.118zM13.058 9.365c.594-.965 1.296-1.864 1.939-2.798.67.791 1.202 1.696 1.819 2.532.172.169.239.511-.056.593-.335-.038-.649-.17-.976-.25-.012 3.083.001 6.167-.004 9.25-.511.008-1.021.006-1.532.004-.008-3.08-.005-6.16-.001-9.239-.384-.023-1.062.516-1.189-.091zM11.854 13.915c.085.004.258.008.343.011-.002 1.59.001 3.179-.001 4.769l-.341.008a424.54 424.54 0 0 1-.001-4.788z"/><path fill="#ffd520" d="M12.024.529c.172-.007.292.133.41.235 3.62 3.622 7.243 7.242 10.864 10.865.218.166.316.505.076.7-3.656 3.666-7.322 7.324-10.982 10.986-.167.232-.515.28-.696.037-3.664-3.66-7.324-7.324-10.987-10.985-.251-.181-.218-.544.022-.718C4.348 8.026 7.971 4.411 11.589.789c.127-.109.252-.266.437-.26M7.38 9.316c-.006.65.805.164 1.159.118.008 1.225.005 2.452.001 3.678a5.001 5.001 0 0 0-1.823-.976c.151-.326.304-.652.443-.984-.083-.13-.226-.308-.4-.202-1.019.436-2.035.878-3.042 1.339.803.833 1.562 1.715 2.407 2.502.576-.04.235-.78.288-1.154 1.295.354 2.22 1.712 2.132 3.043-.001.672-.005 1.343 0 2.014.51.005 1.02.004 1.53.002.014-3.085-.007-6.17.007-9.256.371.036 1.099.551 1.193-.066-.602-.972-1.302-1.882-1.943-2.828a53.08 53.08 0 0 0-1.954 2.77m5.68.049c.127.607.805.068 1.189.091-.004 3.079-.007 6.158.001 9.239.511.002 1.021.005 1.532-.004.005-3.083-.008-6.167.004-9.25.326.079.641.211.976.25.295-.082.228-.424.056-.593-.617-.836-1.15-1.741-1.819-2.532-.643.935-1.345 1.834-1.939 2.798m-1.204 4.551a424.54 424.54 0 0 0 .001 4.788l.341-.008c.002-1.59-.001-3.179.001-4.769a19.639 19.639 0 0 1-.343-.011z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-go-straight-or-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.803 0h.443c.461.236.796.638 1.158.996l9.599 9.6c.346.349.718.679.997 1.087v.683c-3.289 3.461-6.745 6.772-10.099 10.175-.505.485-.967 1.016-1.511 1.459h-.707c-3.432-3.254-6.708-6.682-10.079-10.004C1.071 13.422.438 12.936 0 12.28v-.462c.182-.412.538-.698.845-1.013l9.9-9.9c.33-.326.636-.694 1.058-.905m-.12.272C7.917 3.903 4.268 7.666.548 11.348c-.365.278-.502.86-.136 1.196 3.679 3.682 7.36 7.362 11.038 11.045.281.334.828.36 1.116.022 3.679-3.684 7.36-7.367 11.042-11.047.347-.287.316-.829-.016-1.115-3.656-3.665-7.319-7.322-10.98-10.982-.228-.256-.619-.366-.93-.194z"/><path d="M11.683.272c.311-.172.702-.061.93.194 3.661 3.66 7.324 7.318 10.98 10.982.331.286.362.828.016 1.115-3.683 3.68-7.363 7.363-11.042 11.047-.288.338-.835.312-1.116-.022C7.773 19.905 4.093 16.225.413 12.543c-.366-.336-.229-.918.136-1.196C4.269 7.665 7.918 3.902 11.684.271m.341.258c-.185-.006-.311.151-.438.26C7.969 4.411 4.346 8.026.729 11.649c-.241.174-.272.538-.02.719 3.662 3.66 7.321 7.324 10.986 10.984.181.242.529.194.696-.037 3.659-3.664 7.326-7.32 10.982-10.986.24-.194.143-.534-.076-.7-3.62-3.623-7.243-7.243-10.864-10.865-.119-.102-.239-.242-.409-.235z"/><path d="M7.07 9.37c.634-.95 1.258-1.931 1.988-2.804.628.941 1.334 1.83 1.927 2.792-.109.608-.809.103-1.178.076-.012 3.086 0 6.173-.006 9.26a78.44 78.44 0 0 1-1.534 0c-.012-3.084.006-6.169-.005-9.253-.373.036-1.106.554-1.193-.071zM12.778 9.388c.589-.982 1.285-1.913 1.96-2.84.647.943 1.357 1.847 1.952 2.821-.13.59-.811.09-1.183.066-.005 1.226-.001 2.453-.002 3.679a5.055 5.055 0 0 1 1.823-.98c-.082-.373-.73-1.002-.157-1.217 1.066.415 2.105.902 3.15 1.369-.802.854-1.576 1.744-2.437 2.536-.526-.16-.19-.811-.248-1.202-1.283.388-2.227 1.718-2.132 3.061 0 .672.007 1.343-.002 2.014a71.12 71.12 0 0 1-1.532-.001c-.006-3.084.008-6.168-.005-9.251-.359.031-1.098.542-1.184-.054zM11.856 13.916l.344.01c-.004 1.59.001 3.18-.002 4.77l-.341.006a424.185 424.185 0 0 1-.001-4.786z"/><path fill="#ffd520" d="M12.025.529c.17-.007.29.133.409.235 3.62 3.622 7.243 7.242 10.864 10.865.218.166.316.505.076.7-3.656 3.666-7.324 7.322-10.982 10.986-.167.232-.515.28-.696.037C8.031 19.692 4.372 16.028.71 12.368c-.252-.181-.221-.545.02-.719C4.347 8.026 7.97 4.411 11.588.789c.127-.109.253-.266.438-.26M7.07 9.37c.086.625.82.107 1.193.071.011 3.084-.007 6.169.005 9.253a78.44 78.44 0 0 0 1.534 0c.006-3.088-.006-6.174.006-9.26.37.028 1.069.533 1.178-.076-.593-.962-1.3-1.852-1.927-2.792-.731.874-1.355 1.854-1.988 2.804m5.707.018c.086.596.826.085 1.184.054.013 3.083-.001 6.167.005 9.251.51.007 1.021.005 1.532.001.01-.671.002-1.342.002-2.014-.095-1.343.85-2.674 2.132-3.061.059.391-.277 1.043.248 1.202.862-.792 1.636-1.681 2.437-2.536-1.045-.467-2.084-.954-3.15-1.369-.572.215.076.844.157 1.217a5.07 5.07 0 0 0-1.823.98c.001-1.226-.002-2.453.002-3.679.372.024 1.054.524 1.183-.066-.595-.974-1.306-1.878-1.952-2.821-.674.928-1.37 1.859-1.96 2.84m-.919 4.529c-.007 1.595-.01 3.191.001 4.786l.341-.006c.004-1.59-.001-3.18.002-4.77a38.38 38.38 0 0 1-.344-.01z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-left-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h23.9c-.006 7.984.012 15.968-.009 23.952-.458-.092-.928-.046-1.391-.052H0V0m.5.5c0 7.66-.002 15.321.001 22.981 7.657-.002 15.313.001 22.97-.002.001-7.659-.001-15.318.001-22.977C15.815.497 8.157.5.5.5z"/><path fill="#ffd520" d="M1 1c7.324 0 14.648-.003 21.972.002-.002 7.326 0 14.651-.001 21.977-7.323.003-14.647 0-21.97.002C.997 15.654.999 8.327 1 1m1.466 3.663c.595 1.883 1.2 3.763 1.86 5.624.096.385.681.467.855.097.257-.539.42-1.118.65-1.67 1.857.709 3.043 2.637 3.111 4.587.043 2.168.004 4.336.019 6.504.804.002 1.607.003 2.411-.001-.007-2.303.017-4.607-.013-6.911-.093-2.642-1.828-5.01-4.096-6.267.483-.408.996-.783 1.465-1.206.308-.271.082-.82-.323-.808-1.979-.027-3.959.016-5.939.051m9.568.001c.606 1.884 1.203 3.773 1.87 5.637.107.389.7.441.861.065.245-.537.413-1.106.638-1.651 1.858.708 3.045 2.638 3.111 4.589.042 2.166.005 4.333.019 6.5.803.005 1.607.003 2.41.001-.005-2.3.017-4.601-.011-6.901-.089-2.645-1.825-5.021-4.097-6.276.484-.414 1.004-.786 1.473-1.217.29-.264.083-.787-.302-.796-1.99-.033-3.982.014-5.972.049z"/><path fill="#b39615" opacity=".7" d="M23.9 0h.1v24l-.109-.048c.021-7.984.003-15.968.009-23.952z"/><path d="M.5.5C8.157.5 15.815.497 23.472.502c-.002 7.659 0 15.318-.001 22.977-7.657.003-15.313 0-22.97.002C.498 15.821.5 8.16.5.5M1 1c-.001 7.327-.003 14.654.001 21.981 7.323-.002 14.647.001 21.97-.002.001-7.326-.001-14.651.001-21.977C15.648.997 8.324 1 1 1z"/><path d="M2.466 4.663c1.98-.035 3.96-.078 5.939-.051.405-.012.631.537.323.808-.469.423-.982.798-1.465 1.206 2.268 1.257 4.003 3.625 4.096 6.267.03 2.304.006 4.608.013 6.911-.804.004-1.607.003-2.411.001-.015-2.168.024-4.336-.019-6.504-.068-1.95-1.254-3.878-3.111-4.587-.23.552-.393 1.131-.65 1.67-.174.37-.759.288-.855-.097a170.462 170.462 0 0 1-1.86-5.624zM12.034 4.664c1.99-.035 3.982-.082 5.972-.049.385.009.592.532.302.796-.469.431-.989.803-1.473 1.217 2.272 1.255 4.008 3.631 4.097 6.276.028 2.3.006 4.601.011 6.901-.803.002-1.607.004-2.41-.001-.014-2.167.023-4.334-.019-6.5-.066-1.951-1.253-3.881-3.111-4.589-.225.545-.393 1.114-.638 1.651-.161.376-.754.324-.861-.065-.667-1.864-1.264-3.753-1.87-5.637z"/><path fill="#ccaa1a" opacity=".8" d="M0 23.9h22.5c.463.006.933-.04 1.391.052L24 24H0v-.1z"/></symbol><symbol viewBox="0 0 19 24" id="warning--dual-lanes-left-turn-or-go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h19.123v23.904H0V0m.401.401C.399 8.132.398 15.863.402 23.594c6.12.002 12.241.003 18.361 0 0-7.731.003-15.461-.002-23.193-6.12-.003-12.24-.002-18.36 0z"/><path fill="#ffd520" d="M.801.8C6.653.796 12.506.799 18.357.799c.01 7.465.011 14.931-.001 22.396-5.852-.001-11.704.002-17.555-.002C.797 15.728.797 8.264.801.799m11.876 6.428c-.175.232.034.589.324.55.438-.084.861-.236 1.296-.334.006 1.962.007 3.925-.001 5.888-.855-1.419-2.192-2.464-3.582-3.325.338-.293.705-.552 1.029-.861.188-.211.017-.584-.268-.568-1.484-.017-2.969.007-4.452.032.462 1.427.906 2.86 1.423 4.268.105.258.502.255.618.007.184-.402.312-.827.476-1.237 1.355.858 2.441 2.061 3.424 3.311a7.529 7.529 0 0 1 1.318 3.541c.041.744.007 1.491.02 2.236.666.003 1.333.003 1.998 0 .007-4.43-.004-8.861.005-13.292.434.098.854.249 1.291.334.29.04.499-.317.325-.549-.843-1.222-1.733-2.412-2.622-3.602a119.799 119.799 0 0 0-2.622 3.601M1.1 9.58c.46 1.479.94 2.952 1.458 4.412.063.294.492.377.656.12.219-.431.338-.906.532-1.348 1.036.618 1.504 1.859 1.528 3.018.019 1.643-.001 3.286.01 4.929.629.002 1.258.001 1.888.001.012-1.74.008-3.48.002-5.221-.007-1.706-.799-3.425-2.199-4.429.333-.329.733-.58 1.068-.907.226-.229.011-.64-.301-.609-1.547-.017-3.094.017-4.641.035z"/><path d="M.401.401c6.12-.002 12.241-.003 18.36 0 .005 7.732.002 15.462.002 23.193-6.12.003-12.241.002-18.361 0C.398 15.863.399 8.132.401.401m.4.399c-.004 7.465-.004 14.929 0 22.394 5.852.004 11.704.001 17.555.002.012-7.466.011-14.932.001-22.396C12.505.8 6.652.797.801.801z"/><path d="M12.677 7.227a119.799 119.799 0 0 1 2.622-3.601c.889 1.189 1.778 2.38 2.622 3.602.174.232-.035.589-.325.549-.437-.085-.857-.236-1.291-.334-.009 4.431.002 8.862-.005 13.292-.666.003-1.332.003-1.998 0-.013-.745.021-1.492-.02-2.236a7.518 7.518 0 0 0-1.318-3.541c-.983-1.251-2.069-2.454-3.424-3.311-.164.41-.293.836-.476 1.237-.116.249-.513.251-.618-.007-.516-1.408-.961-2.842-1.423-4.268 1.483-.025 2.968-.049 4.452-.032.285-.016.456.357.268.568-.324.309-.69.568-1.029.861 1.39.861 2.727 1.906 3.582 3.325.008-1.963.007-3.926.001-5.888-.435.098-.858.25-1.296.334-.29.039-.499-.317-.324-.55zM1.1 9.58c1.547-.018 3.094-.053 4.641-.035.313-.031.527.381.301.609-.335.327-.735.578-1.068.907 1.4 1.004 2.193 2.723 2.199 4.429.006 1.74.011 3.48-.002 5.221-.63 0-1.259.001-1.888-.001-.011-1.643.01-3.286-.01-4.929-.024-1.159-.492-2.4-1.528-3.018-.193.443-.313.917-.532 1.348-.163.257-.593.175-.656-.12-.518-1.46-.998-2.933-1.458-4.412z"/><path fill="#897111" opacity=".54" d="M0 23.904h19.123V24H0v-.096z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-right-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h23.9c-.01 7.982.02 15.965-.015 23.947-.424-.082-.857-.044-1.285-.047H0V0m.5.501c-.001 7.66-.003 15.32.002 22.98 7.656-.002 15.312.001 22.969-.002 0-7.659-.002-15.318.001-22.977C15.814.497 8.157.5.5.501z"/><path fill="#ffd520" d="M1 1.001C8.324 1 15.648.997 22.972 1.002c-.002 7.326 0 14.652-.001 21.977-7.323.003-14.646 0-21.97.002C.996 15.654.999 8.327 1 1.001m4.672 4.418c.464.427.98.795 1.457 1.205-2.262 1.264-4.002 3.626-4.091 6.27-.029 2.303-.004 4.607-.013 6.91.804.005 1.608.003 2.411.001.004-1.602.001-3.204.002-4.806.006-.957-.054-1.932.198-2.867.365-1.517 1.469-2.848 2.931-3.419.229.552.391 1.133.651 1.672.173.37.757.286.853-.099a138.885 138.885 0 0 0 1.851-5.623c-1.976-.033-3.953-.08-5.929-.049-.406-.017-.635.539-.321.805m9.54-.033c.467.45 1.01.813 1.49 1.25-2.304 1.258-4.043 3.688-4.097 6.362-.017 2.269-.005 4.538-.005 6.808.803.001 1.606.001 2.409-.001.003-1.968.001-3.937.001-5.906-.109-2.146 1.062-4.395 3.124-5.189.239.557.396 1.149.666 1.692.171.331.703.278.822-.068.679-1.872 1.275-3.775 1.884-5.672-1.971-.032-3.942-.077-5.912-.051-.394-.034-.663.484-.382.775z"/><path fill="#b39615" opacity=".7" d="M23.9 0h.1v24l-.115-.053C23.92 15.965 23.89 7.982 23.9 0z"/><path d="M.5.501C8.157.5 15.814.497 23.472.502c-.003 7.659-.001 15.318-.001 22.977-7.657.003-15.313 0-22.969.002C.497 15.821.499 8.161.5.501m.5.5c-.001 7.326-.004 14.653.001 21.98 7.324-.002 14.647.001 21.97-.002.001-7.325-.001-14.651.001-21.977C15.648.997 8.324 1 1 1.001z"/><path d="M5.672 5.419c-.314-.266-.085-.822.321-.805 1.976-.031 3.953.016 5.929.049a138.885 138.885 0 0 1-1.851 5.623c-.096.385-.68.469-.853.099-.26-.539-.422-1.12-.651-1.672-1.462.571-2.566 1.902-2.931 3.419-.252.935-.192 1.91-.198 2.867-.001 1.602.002 3.204-.002 4.806-.803.002-1.607.004-2.411-.001.009-2.303-.016-4.607.013-6.91.089-2.644 1.829-5.006 4.091-6.27-.477-.41-.993-.778-1.457-1.205zM15.212 5.386c-.281-.291-.012-.809.382-.775 1.97-.026 3.941.019 5.912.051-.609 1.897-1.205 3.8-1.884 5.672-.119.346-.651.399-.822.068-.27-.543-.427-1.135-.666-1.692-2.062.794-3.233 3.043-3.124 5.189 0 1.969.002 3.938-.001 5.906-.803.002-1.606.002-2.409.001 0-2.27-.012-4.539.005-6.808.054-2.674 1.793-5.104 4.097-6.362-.48-.437-1.023-.8-1.49-1.25z"/><path fill="#ccaa1a" opacity=".8" d="M0 23.9h22.6c.428.003.861-.035 1.285.047L24 24H0v-.1z"/></symbol><symbol viewBox="0 0 19 24" id="warning--dual-lanes-right-turn-or-go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h19.123v23.904H0V0m.401.401C.399 8.132.397 15.863.402 23.595h18.355c.012-7.732.009-15.463.003-23.195C12.64.399 6.521.398.401.401z"/><path fill="#ffd520" d="M.8.8C6.651.794 12.502.802 18.353.796c.015 7.467.018 14.935-.002 22.402-5.85-.008-11.701 0-17.551-.004C.795 15.729.797 8.264.799.799M3.854 3.63C2.982 4.815 2.095 5.989 1.26 7.2c-.189.214-.023.587.27.578.451-.072.883-.238 1.328-.338.009 4.432-.004 8.864.007 13.295.666.003 1.331.003 1.996 0 .02-.822-.041-1.648.043-2.469.2-1.419.789-2.802 1.752-3.873.858-1.042 1.817-2.025 2.971-2.74.171.422.292.866.496 1.274.151.225.525.18.607-.081.508-1.399.95-2.821 1.41-4.235-1.497-.023-2.996-.056-4.493-.028-.262.009-.405.36-.232.557.317.318.703.56 1.023.877-1.389.846-2.707 1.898-3.567 3.301-.018-1.958-.008-3.917-.005-5.876.454.096.889.276 1.35.335.278-.003.435-.36.256-.569A90.762 90.762 0 0 0 3.854 3.63m9.248 6.504c.331.34.756.578 1.073.934-1.361.989-2.154 2.652-2.182 4.323-.015 1.773-.005 3.546-.005 5.318.626.004 1.252-.002 1.878.004.045-1.679-.01-3.36.028-5.039.052-1.097.491-2.303 1.491-2.869.292.371.316.933.591 1.335.167.218.545.138.619-.122.529-1.466.999-2.952 1.474-4.435-1.561-.025-3.123-.058-4.684-.036-.287-.006-.468.364-.282.587z"/><path d="M.401.401C6.521.398 12.64.399 18.76.4c.006 7.732.01 15.463-.003 23.195H.402C.397 15.863.399 8.132.401.401M.8.8C.798 8.265.796 15.73.801 23.195c5.85.004 11.701-.004 17.551.004.02-7.467.017-14.935.002-22.402C12.502.803 6.651.795.801.801z"/><path d="M3.854 3.63a90.762 90.762 0 0 1 2.618 3.578c.179.209.022.566-.256.569-.461-.058-.896-.239-1.35-.335-.003 1.959-.013 3.917.005 5.876.861-1.403 2.178-2.454 3.567-3.301-.32-.316-.706-.558-1.023-.877-.173-.197-.03-.549.232-.557 1.497-.029 2.996.005 4.493.028-.46 1.414-.903 2.836-1.41 4.235-.082.261-.456.306-.607.081-.205-.407-.325-.852-.496-1.274-1.154.715-2.113 1.698-2.971 2.74-.963 1.071-1.552 2.454-1.752 3.873-.084.82-.023 1.647-.043 2.469-.666.003-1.331.003-1.997 0-.011-4.431.002-8.863-.007-13.295-.446.1-.877.267-1.328.338-.293.009-.459-.364-.27-.578.835-1.211 1.722-2.386 2.594-3.57zM13.102 10.134c-.186-.223-.005-.593.282-.587 1.561-.022 3.123.011 4.684.036-.475 1.483-.946 2.969-1.474 4.435-.074.26-.451.34-.619.122-.275-.402-.299-.964-.591-1.335-.999.565-1.439 1.772-1.491 2.869-.037 1.679.017 3.36-.028 5.039-.626-.006-1.252 0-1.878-.004 0-1.773-.011-3.546.005-5.318.028-1.67.821-3.334 2.182-4.323-.316-.357-.742-.594-1.073-.934z"/><path fill="#897111" opacity=".54" d="M0 23.904h19.123V24H0v-.096z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ba9b17" opacity=".73" d="M11.791 0h.395c.377.18.674.478.96.774 3.488 3.51 6.998 7.001 10.49 10.508.407.366.391 1.05-.013 1.412-3.641 3.644-7.284 7.286-10.928 10.927-.359.404-1.048.42-1.41.013C7.663 20.016 4.043 16.394.42 12.776a2.602 2.602 0 0 1-.42-.584v-.402c.216-.517.666-.872 1.049-1.262C4.41 7.167 7.771 3.808 11.129.444c.191-.19.419-.336.662-.445m-.104.297a2.037 2.037 0 0 0-.398.312C7.713 4.191 4.129 7.767.553 11.352c-.342.275-.448.828-.094 1.139 3.659 3.666 7.325 7.326 10.986 10.99.287.328.815.296 1.096-.022 3.638-3.641 7.278-7.28 10.918-10.92.358-.305.329-.871-.032-1.159C19.804 7.758 16.185 4.134 12.561.514c-.214-.239-.572-.366-.872-.217z"/><path d="M11.687.296c.3-.149.659-.022.872.217 3.624 3.62 7.243 7.244 10.866 10.866.361.288.39.854.032 1.159l-10.918 10.92c-.281.318-.809.349-1.096.022C7.782 19.816 4.116 16.156.457 12.49c-.354-.311-.248-.864.094-1.139C4.127 7.767 7.711 4.191 11.287.607c.124-.115.25-.23.398-.312m.11.329C8.1 4.206 4.504 7.902.844 11.524c-.256.194-.394.577-.09.8l10.865 10.862c.169.224.502.266.683.031 3.642-3.636 7.28-7.276 10.919-10.915.233-.182.191-.516-.028-.689-3.575-3.588-7.165-7.16-10.741-10.747-.169-.16-.409-.415-.656-.242z"/><path d="M10.716 4.465c.246-.197.632.031.614.335-.086.362-.252.701-.388 1.046 3.205-.058 6.158 2.59 6.428 5.786.088 1.861.02 3.728.025 5.593-.517-.002-1.034-.002-1.552 0-.026-1.787.036-3.575-.026-5.359-.164-2.452-2.424-4.494-4.874-4.451.134.366.308.72.391 1.103-.002.352-.448.511-.692.274-1.007-.712-2.026-1.41-3.014-2.148 1.036-.718 2.039-1.483 3.088-2.179zM5.471 8.951c.238-.208.649-.034.654.284-.067.376-.25.716-.384 1.07 2.209.006 4.278 1.642 4.75 3.806.232 1.02.097 2.075.131 3.11-.54.002-1.08.001-1.62.004-.048-.877.055-1.762-.064-2.634-.269-1.532-1.712-2.698-3.257-2.713.146.361.35.702.446 1.081.029.346-.425.552-.673.312-1.022-.701-2.022-1.435-3.036-2.148 1.015-.727 2.021-1.47 3.053-2.173z"/><path d="M12.994 12.482l.354-.004c.008 1.573-.005 3.148.005 4.721a3.157 3.157 0 0 0-.35.044c-.014-1.588-.005-3.175-.008-4.762z"/><path fill="#ffd520" d="M11.795.624c.247-.173.487.083.656.242 3.576 3.587 7.166 7.159 10.741 10.747.218.173.26.506.028.689-3.638 3.64-7.277 7.279-10.919 10.915-.181.235-.514.193-.683-.031L.753 12.324c-.304-.223-.166-.606.09-.8 3.66-3.622 7.256-7.318 10.951-10.9m-1.078 3.841c-1.049.696-2.052 1.462-3.088 2.179.989.738 2.008 1.436 3.014 2.148.245.238.69.078.692-.274-.083-.383-.257-.737-.391-1.103 2.45-.043 4.71 1.999 4.874 4.451.062 1.784 0 3.572.026 5.359.517-.002 1.034-.002 1.552 0-.005-1.865.062-3.732-.025-5.593-.27-3.197-3.223-5.844-6.428-5.786.136-.346.301-.684.388-1.046.018-.304-.368-.532-.614-.335M5.471 8.951c-1.032.703-2.038 1.446-3.053 2.173 1.014.713 2.014 1.447 3.036 2.148.248.24.702.034.673-.312-.096-.379-.3-.72-.446-1.081 1.544.016 2.988 1.181 3.257 2.713.119.872.016 1.757.064 2.634.54-.002 1.08-.001 1.62-.004-.034-1.036.101-2.09-.131-3.11-.472-2.165-2.54-3.8-4.75-3.806.134-.354.317-.695.384-1.07-.005-.318-.416-.492-.654-.284m7.523 3.53c.004 1.586-.006 3.174.008 4.762.116-.022.233-.036.35-.044-.01-1.573.004-3.148-.005-4.721l-.354.004z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bb9c17" opacity=".73" d="M11.798 0h.382c.247.12.475.276.67.47 3.57 3.589 7.159 7.16 10.733 10.745.431.368.455 1.092.036 1.477-3.641 3.643-7.283 7.286-10.927 10.925-.356.396-1.045.418-1.409.02-3.502-3.498-7-7.001-10.505-10.495-.295-.286-.606-.571-.778-.953v-.39c.163-.485.572-.81.919-1.16l9.66-9.66c.373-.364.709-.802 1.219-.979m.009.292c-.287.074-.469.326-.676.52C7.596 4.358 4.049 7.891.513 11.437a.714.714 0 0 0-.026 1.045c3.635 3.641 7.276 7.276 10.912 10.915.266.331.822.361 1.102.031 3.644-3.641 7.285-7.285 10.927-10.927.33-.278.298-.832-.028-1.103-3.594-3.606-7.201-7.2-10.798-10.805-.203-.206-.496-.389-.796-.301z"/><path d="M11.807.292c.3-.088.593.095.796.301 3.596 3.605 7.204 7.199 10.798 10.805.325.271.358.824.028 1.103-3.642 3.642-7.283 7.286-10.927 10.927-.28.33-.835.3-1.102-.031-3.636-3.64-7.277-7.274-10.912-10.915a.714.714 0 0 1 .026-1.045C4.049 7.891 7.596 4.358 11.132.812c.206-.193.389-.445.676-.52m0 .358C8.117 4.232 4.52 7.922.863 11.544c-.242.18-.36.547-.079.754 3.618 3.619 7.238 7.237 10.854 10.859.179.242.523.203.692-.026 3.617-3.624 7.243-7.237 10.855-10.864.245-.194.133-.524-.077-.691C19.548 8.014 15.98 4.46 12.422.895c-.158-.158-.371-.373-.614-.244z"/><path d="M4.337 9.407C5.4 8.959 6.435 8.41 7.529 8.055c.431.308-.136.818-.224 1.195 1.762.463 3.134 2.108 3.196 3.941.024 1.793 0 3.587.01 5.381-.498.008-.995.006-1.493.005-.011-1.752.008-3.505-.008-5.256-.019-1.182-.877-2.263-2.003-2.598-.068.361.289 1.108-.275 1.157-.853-.76-1.597-1.649-2.394-2.472zM16.634 9.256c-.079-.364-.706-.961-.182-1.2 1.066.382 2.09.892 3.132 1.344a49.21 49.21 0 0 1-2.329 2.461c-.61.059-.265-.78-.318-1.135-1.123.329-1.986 1.408-2.006 2.585-.022 1.756.013 3.512-.016 5.268-.492-.004-.985-.001-1.477-.004a344.07 344.07 0 0 1 .001-5.376c.056-1.83 1.428-3.492 3.196-3.943zM11.804 13.846l.302-.014c.088 1.577.034 3.168.028 4.748a36.153 36.153 0 0 1-.334-.01c0-1.574-.008-3.15.004-4.724z"/><path fill="#ffd520" d="M11.808.65c.244-.13.456.085.614.244 3.558 3.565 7.126 7.12 10.686 10.681.21.167.322.497.077.691-3.612 3.626-7.238 7.24-10.855 10.864-.169.229-.514.269-.692.026-3.616-3.622-7.236-7.24-10.854-10.859-.281-.206-.163-.574.079-.754C4.521 7.921 8.117 4.231 11.808.649M4.337 9.407c.797.823 1.541 1.712 2.394 2.472.564-.049.206-.796.275-1.157 1.126.335 1.984 1.416 2.003 2.598.017 1.751-.002 3.504.008 5.256.498.001.995.004 1.493-.005-.01-1.794.014-3.588-.01-5.381-.061-1.832-1.434-3.478-3.196-3.941.089-.377.655-.887.224-1.195-1.094.355-2.129.905-3.192 1.352m12.298-.15c-1.768.451-3.139 2.113-3.196 3.943a344.07 344.07 0 0 0-.001 5.376c.492.002.985 0 1.477.004.029-1.756-.006-3.512.016-5.268.02-1.177.883-2.256 2.006-2.585.053.355-.292 1.194.318 1.135A48.754 48.754 0 0 0 19.583 9.4c-1.042-.452-2.066-.962-3.132-1.344-.523.239.103.836.182 1.2m-4.829 4.59c-.012 1.574-.004 3.15-.004 4.724l.334.01c.006-1.58.06-3.172-.028-4.748l-.302.014z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left-or-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#bb9c17" opacity=".73" d="M11.774 0h.394c.371.246.684.562.99.881 3.497 3.505 7.006 6.998 10.499 10.507.331.283.356.838.028 1.133-3.72 3.721-7.442 7.444-11.166 11.162-.293.33-.852.311-1.126-.034C7.917 20.165 4.429 16.691.948 13.213c-.335-.325-.673-.65-.948-1.03v-.386c.241-.434.63-.754.973-1.104l9.6-9.6c.385-.38.743-.797 1.201-1.093m.042.296c-.292.179-.511.449-.755.684C7.543 4.503 4.017 8.017.501 11.541c-.227.186-.344.542-.086.761 3.714 3.725 7.439 7.442 11.156 11.166.182.234.569.266.761.025 3.72-3.721 7.44-7.442 11.161-11.161.241-.192.206-.576-.022-.762C19.797 7.882 16.105 4.212 12.429.526c-.157-.156-.378-.341-.613-.23z"/><path d="M11.816.296c.235-.11.456.074.613.23 3.677 3.685 7.368 7.356 11.042 11.044.228.186.263.57.022.762-3.721 3.719-7.441 7.44-11.161 11.161-.192.241-.578.209-.761-.025C7.853 19.744 4.129 16.027.415 12.302c-.258-.218-.14-.575.086-.761C4.017 8.017 7.543 4.503 11.061.98c.244-.235.463-.505.755-.684M.568 11.988C4.37 15.784 8.153 19.6 11.979 23.371c3.808-3.787 7.603-7.586 11.394-11.389C19.617 8.141 15.79 4.366 11.989.568a754.364 754.364 0 0 0-11.42 11.42z"/><path d="M7.237 8.406c.631-.942 1.301-1.856 1.957-2.78.625.941 1.339 1.828 1.915 2.798-.114.576-.815.089-1.171.048-.01 3.346 0 6.691-.005 10.037-.502.006-1.002.006-1.504 0-.001-1.009 0-2.018.001-3.028.05-1.288-.866-2.534-2.09-2.911-.017.35.12.74-.024 1.068-.211.212-.416-.042-.564-.192-.68-.731-1.373-1.45-2.057-2.176A82.447 82.447 0 0 1 6.85 9.892c.442.34-.102.824-.215 1.201.643.236 1.268.528 1.79.979.004-1.202.006-2.406-.001-3.608-.386.047-.997.497-1.188-.059zM14.729 5.644c.689.887 1.35 1.807 1.946 2.758-.104.577-.792.104-1.146.06-.032 1.206-.004 2.413-.016 3.619a4.89 4.89 0 0 1 1.786-.962c-.088-.366-.703-.996-.145-1.193 1.044.41 2.068.881 3.09 1.345-.796.811-1.534 1.685-2.368 2.454-.559-.064-.216-.791-.272-1.158-1.222.382-2.148 1.622-2.093 2.912.001 1.009.006 2.02-.001 3.03-.499.006-1 .006-1.499 0-.007-3.346-.001-6.691-.004-10.037-.365.043-1.076.536-1.174-.061.58-.955 1.283-1.832 1.895-2.767zM11.803 13.832l.33-.002c.019 1.565.007 3.13.006 4.694-.239.062-.384-.034-.34-.283.002-1.47-.001-2.94.004-4.409z"/><path fill="#ffd520" d="M.568 11.988A754.364 754.364 0 0 1 11.988.568c3.802 3.798 7.628 7.573 11.384 11.414a3707.448 3707.448 0 0 1-11.394 11.389C8.152 19.599 4.369 15.783.567 11.988m6.67-3.582c.191.556.802.106 1.188.059.007 1.202.005 2.406.001 3.608-.522-.451-1.147-.743-1.79-.979.113-.377.656-.862.215-1.201a80.9 80.9 0 0 0-3.155 1.378c.684.726 1.376 1.445 2.057 2.176.148.15.353.404.564.192.144-.328.007-.718.024-1.068 1.224.377 2.141 1.624 2.09 2.911-.001 1.009-.002 2.018-.001 3.028.502.006 1.002.006 1.504 0 .005-3.346-.005-6.691.005-10.037.356.041 1.057.528 1.171-.048-.576-.971-1.29-1.858-1.915-2.798-.656.924-1.326 1.838-1.957 2.78m7.491-2.763c-.612.935-1.315 1.812-1.895 2.767.097.598.809.104 1.174.061.002 3.346-.004 6.691.004 10.037.499.006 1 .006 1.499 0 .007-1.01.002-2.021.001-3.03-.055-1.29.871-2.531 2.093-2.912.056.367-.287 1.094.272 1.158.834-.769 1.572-1.643 2.368-2.454-1.022-.464-2.046-.935-3.09-1.345-.558.197.058.827.145 1.193a4.904 4.904 0 0 0-1.786.962c.012-1.206-.017-2.413.016-3.619.354.044 1.042.517 1.146-.06a34.084 34.084 0 0 0-1.946-2.758m-2.927 8.188c-.005 1.469-.001 2.939-.004 4.409-.044.25.101.346.34.283.001-1.565.013-3.13-.006-4.694l-.33.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left-or-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c7a619" opacity=".78" d="M11.795 0h.47a6.21 6.21 0 0 1 1.016.878C16.834 4.5 20.5 8.017 23.999 11.689v.62c-.302.463-.722.83-1.11 1.22-3.14 3.139-6.278 6.281-9.416 9.425-.365.365-.712.758-1.146 1.045h-.64c-3.167-3.004-6.188-6.164-9.298-9.23-.791-.832-1.674-1.578-2.39-2.477v-.49c.265-.49.701-.847 1.085-1.238l9.42-9.42c.41-.402.785-.856 1.29-1.145m-.108.277C7.934 3.877 4.314 7.632.609 11.287c-.379.294-.593.892-.186 1.259 3.673 3.683 7.36 7.354 11.038 11.03.28.332.809.366 1.096.024 3.683-3.679 7.366-7.361 11.045-11.044.337-.287.306-.812-.013-1.099C19.96 7.803 16.309 4.172 12.676.523c-.241-.27-.65-.451-.989-.247z"/><path d="M11.686.276c.338-.204.748-.023.989.247 3.632 3.649 7.284 7.28 10.913 10.934.319.287.35.812.013 1.099A16429.36 16429.36 0 0 1 12.556 23.6c-.287.342-.816.308-1.096-.024-3.678-3.677-7.364-7.348-11.038-11.03-.407-.367-.193-.965.186-1.259C4.314 7.632 7.933 3.877 11.685.276m.242.258c-.157.068-.28.194-.403.31C7.932 4.451 4.326 8.044.735 11.652c-.24.184-.268.529-.012.714 3.659 3.658 7.315 7.319 10.978 10.972.181.234.508.192.679-.029 3.647-3.64 7.283-7.291 10.927-10.932.222-.169.27-.497.037-.679C19.74 8.061 16.103 4.456 12.496.824c-.158-.136-.332-.36-.569-.289z"/><path d="M8.126 9.09c.602-.842 1.188-1.697 1.805-2.528.634.979 1.42 1.877 1.954 2.909-.224.485-.822.037-1.196-.006-.004 3.079.002 6.16-.004 9.239H9.147c-.005-.754.007-1.507-.001-2.261-.002-1.27-.937-2.43-2.123-2.826-.06.36.28 1.177-.295 1.168-.858-.769-1.602-1.664-2.407-2.489 1.075-.478 2.154-.952 3.244-1.399.366.392-.109.854-.232 1.26.671.178 1.278.522 1.812.96.004-1.225.005-2.45-.001-3.676-.34.07-.68.271-1.032.212-.234-.132-.114-.404.016-.563zM16.712 9.292c-.077-.372-.686-1.009-.154-1.217 1.075.389 2.106.904 3.155 1.361-.787.857-1.571 1.728-2.422 2.52-.541-.101-.208-.815-.265-1.198-1.092.367-1.975 1.375-2.018 2.551-.026 1.798-.001 3.596-.011 5.395-.505 0-1.01 0-1.514-.002.008-1.796-.01-3.594.008-5.39.036-1.862 1.429-3.553 3.221-4.02zM11.858 13.921l.336.013a841.289 841.289 0 0 0 0 4.766l-.336.012a637.87 637.87 0 0 1 0-4.792z"/><path fill="#ffd520" d="M11.927.534c.236-.071.41.154.569.289 3.607 3.632 7.244 7.237 10.848 10.874.233.182.185.51-.037.679-3.644 3.641-7.28 7.292-10.927 10.932-.172.221-.498.263-.679.029C8.039 19.684 4.382 16.023.723 12.365c-.256-.185-.228-.53.012-.714C4.327 8.043 7.933 4.45 11.524.843c.124-.115.246-.241.403-.31M8.126 9.09c-.13.158-.25.431-.016.563.352.059.692-.143 1.032-.212.006 1.225.005 2.45.001 3.676-.534-.438-1.141-.782-1.812-.96.122-.406.598-.868.232-1.26-1.09.448-2.168.922-3.244 1.399.805.824 1.549 1.72 2.407 2.489.575.01.235-.808.295-1.168 1.186.396 2.12 1.556 2.123 2.826.008.754-.004 1.507.001 2.261h1.538c.006-3.079 0-6.16.004-9.239.374.043.972.491 1.196.006-.534-1.032-1.32-1.93-1.954-2.909-.617.832-1.202 1.686-1.805 2.528m8.588.202c-1.792.467-3.185 2.158-3.221 4.02-.018 1.796 0 3.594-.008 5.39.504.002 1.009.002 1.514.002.01-1.799-.016-3.598.011-5.395.043-1.176.926-2.184 2.018-2.551.058.383-.276 1.097.265 1.198.851-.792 1.634-1.663 2.422-2.52-1.049-.457-2.08-.972-3.155-1.361-.533.208.077.845.154 1.217m-4.854 4.629a637.87 637.87 0 0 0 0 4.792l.336-.012a841.289 841.289 0 0 1 0-4.766l-.336-.013z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-left-or-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a518" opacity=".78" d="M11.801 0h.439c.431.233.75.608 1.093.947 3.258 3.263 6.522 6.518 9.776 9.785.308.312.642.607.89.973v.598c-.163.287-.396.521-.632.746-3.358 3.362-6.719 6.72-10.078 10.081-.311.305-.595.648-.977.87h-.61c-.406-.245-.703-.619-1.04-.943-3.26-3.259-6.512-6.527-9.773-9.786-.313-.317-.655-.612-.89-.996v-.458c.143-.337.407-.599.686-.827-.114.467-.828.962-.33 1.493 3.688 3.712 7.402 7.399 11.095 11.105a.726.726 0 0 0 1.1.005c3.679-3.68 7.364-7.357 11.045-11.036.36-.312.275-.875-.073-1.159C19.863 7.74 16.21 4.076 12.546.424c-.373-.442-.894-.098-1.319.016.151-.193.353-.332.572-.438z"/><path d="M11.228.438c.425-.114.946-.457 1.319-.016 3.665 3.652 7.318 7.316 10.976 10.974.348.284.433.847.073 1.159-3.68 3.679-7.366 7.356-11.045 11.036a.726.726 0 0 1-1.1-.005C7.757 19.88 4.043 16.193.356 12.481c-.498-.53.216-1.026.33-1.493A3178.06 3178.06 0 0 1 11.228.436m.696.094c-.143.036-.239.158-.346.251C7.962 4.403 4.344 8.023.729 11.645c-.204.155-.296.473-.078.659 3.677 3.686 7.362 7.366 11.041 11.048.155.188.46.202.617.01 3.685-3.683 7.37-7.366 11.053-11.052.191-.16.166-.461-.024-.611-3.628-3.65-7.277-7.283-10.909-10.93-.136-.128-.299-.295-.505-.239z"/><path d="M12.151 9.396c.625-.941 1.262-1.968 1.99-2.791.635.923 1.328 1.812 1.921 2.761-.091.616-.805.108-1.175.076-.012 1.228.001 2.454-.006 3.682.523-.438 1.121-.79 1.788-.954-.053-.36-.32-.648-.391-1.006.059-.132.204-.284.361-.2 1.022.433 2.044.872 3.058 1.328-.788.846-1.555 1.736-2.414 2.504-.569-.059-.202-.794-.272-1.164-1.087.323-1.926 1.328-2.106 2.44-.054.875.004 1.753-.029 2.63-.51.005-1.02.007-1.529-.002-.012-3.077.006-6.154-.01-9.23-.367.032-1.092.534-1.186-.073zM4.337 9.419c1.034-.446 2.054-.935 3.103-1.345.607.182-.076.838-.125 1.226 1.799.449 3.182 2.158 3.223 4.014.013 1.795.008 3.59.002 5.386-.502.007-1.004.011-1.507-.001-.007-1.752.004-3.503-.005-5.255.004-1.212-.877-2.321-2.023-2.672-.079.378.298 1.114-.286 1.18-.816-.815-1.663-1.643-2.383-2.532z"/><path fill="#ffd520" d="M11.924.53c.206-.056.37.11.505.239 3.632 3.647 7.282 7.279 10.909 10.93.19.15.215.451.024.611-3.683 3.686-7.368 7.369-11.053 11.052-.157.192-.462.179-.617-.01C8.013 19.669 4.328 15.99.651 12.304c-.218-.186-.126-.504.078-.659C4.345 8.023 7.963 4.403 11.578.781c.107-.092.203-.215.346-.251m.227 8.866c.094.607.818.106 1.186.073.016 3.077-.002 6.154.01 9.23.509.01 1.019.007 1.529.002.032-.877-.025-1.756.029-2.63.18-1.111 1.019-2.117 2.106-2.44.071.37-.296 1.105.272 1.164.859-.768 1.626-1.658 2.414-2.504a150.116 150.116 0 0 0-3.058-1.328c-.157-.084-.302.068-.361.2.071.358.338.646.391 1.006-.667.164-1.265.516-1.788.954.007-1.228-.006-2.454.006-3.682.37.032 1.084.54 1.175-.076-.593-.949-1.286-1.838-1.921-2.761-.727.823-1.364 1.85-1.99 2.791m-7.814.024c.72.889 1.567 1.717 2.383 2.532.583-.066.206-.802.286-1.18 1.146.352 2.027 1.46 2.023 2.672.008 1.752-.002 3.503.005 5.255a39.85 39.85 0 0 0 1.507.001c.006-1.795.011-3.59-.002-5.386-.041-1.856-1.424-3.565-3.223-4.014.049-.389.732-1.044.125-1.226-1.049.41-2.069.899-3.103 1.345m7.507 4.508a317.74 317.74 0 0 0-.001 4.783l.323.004c.012-1.596.014-3.194-.001-4.79l-.32.004z"/><path fill="#010100" d="M11.845 13.926l.32-.004c.016 1.596.013 3.194.001 4.79l-.323-.004c-.011-1.595-.012-3.19.001-4.783z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-lanes-turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ba9b17" opacity=".73" d="M11.794 0h.402c.371.185.666.479.95.774 3.488 3.51 6.998 7.001 10.49 10.507.408.367.391 1.054-.016 1.416-3.64 3.642-7.282 7.283-10.924 10.922-.358.407-1.051.424-1.412.016C7.662 20.017 4.043 16.395.42 12.78a2.65 2.65 0 0 1-.421-.582v-.404c.212-.521.667-.872 1.049-1.265 3.18-3.18 6.36-6.359 9.539-9.541.368-.365.709-.79 1.206-.988m-.109.298a2.02 2.02 0 0 0-.396.311C7.712 4.192 4.129 7.768.553 11.351c-.344.274-.45.83-.094 1.141 3.658 3.665 7.324 7.325 10.984 10.988.286.326.815.298 1.096-.022 3.638-3.641 7.279-7.28 10.919-10.921.323-.28.35-.806.024-1.096C19.87 7.813 16.241 4.2 12.626.574c-.227-.263-.604-.45-.941-.277z"/><path d="M11.684.298c.337-.173.714.014.941.277 3.616 3.626 7.244 7.24 10.856 10.867.326.289.299.816-.024 1.096L12.538 23.459c-.281.319-.81.348-1.096.022-3.66-3.664-7.326-7.324-10.984-10.988-.356-.311-.251-.868.094-1.141C4.128 7.769 7.711 4.193 11.287.61a2.02 2.02 0 0 1 .396-.311m.107.327C8.118 4.189 4.543 7.863.902 11.462c-.221.193-.494.538-.204.799 3.631 3.649 7.282 7.282 10.919 10.925.169.226.504.266.685.031 3.641-3.636 7.279-7.276 10.918-10.914.234-.181.192-.517-.028-.69C19.596 8.007 15.988 4.411 12.39.807c-.152-.149-.384-.342-.6-.181z"/><path d="M12.625 4.796c-.019-.322.408-.538.65-.312 1.032.697 2.024 1.452 3.052 2.158-1.002.748-2.032 1.463-3.059 2.176-.245.218-.659.018-.648-.305.079-.38.259-.728.385-1.094-2.458-.049-4.72 2.012-4.872 4.469-.056 1.777-.002 3.557-.023 5.335-.522.004-1.044.012-1.565-.014.038-1.896-.073-3.797.05-5.689.322-3.148 3.244-5.72 6.403-5.674-.122-.35-.294-.685-.374-1.049zM17.824 9.24c.013-.342.451-.498.694-.269 1.006.714 2.033 1.404 2.999 2.17-1.028.71-2.028 1.466-3.067 2.161-.251.203-.648-.03-.625-.341.106-.377.301-.719.445-1.08-1.558.012-3.012 1.205-3.259 2.754-.101.858-.018 1.727-.049 2.59-.54-.001-1.08-.002-1.621.002.025-1.086-.121-2.2.161-3.264.528-2.099 2.56-3.649 4.717-3.658-.14-.352-.313-.694-.394-1.066z"/><path d="M10.598 12.494l.359-.023c0 1.574.017 3.15-.01 4.724l-.324.066c-.047-1.589 0-3.179-.025-4.768z"/><path fill="#ffd520" d="M11.79.626c.216-.161.448.032.6.181 3.599 3.604 7.206 7.2 10.802 10.806.22.173.262.509.028.69-3.638 3.638-7.277 7.278-10.918 10.914-.181.235-.516.194-.685-.031C7.98 19.543 4.329 15.91.698 12.261c-.29-.262-.017-.606.204-.799C4.543 7.863 8.118 4.189 11.79.626m.835 4.17c.08.364.252.698.374 1.049-3.16-.047-6.082 2.526-6.403 5.674-.124 1.892-.012 3.793-.05 5.689.521.026 1.043.018 1.565.014.02-1.778-.034-3.558.023-5.335.152-2.456 2.414-4.518 4.872-4.469-.126.366-.306.714-.385 1.094-.011.323.403.523.648.305 1.027-.713 2.057-1.428 3.059-2.176-1.027-.706-2.02-1.46-3.052-2.158-.242-.226-.67-.01-.65.312m5.198 4.445c.08.372.253.714.394 1.066-2.158.008-4.189 1.559-4.717 3.658-.282 1.064-.136 2.178-.161 3.264a125.15 125.15 0 0 1 1.621-.002c.031-.863-.052-1.732.049-2.59.247-1.549 1.702-2.742 3.259-2.754-.144.361-.34.703-.445 1.08-.023.311.374.544.625.341 1.039-.695 2.039-1.451 3.067-2.161-.966-.766-1.993-1.456-2.999-2.17-.242-.229-.68-.073-.694.269m-7.225 3.253c.025 1.589-.022 3.179.025 4.768l.324-.066c.026-1.574.01-3.15.01-4.724l-.359.023z"/></symbol><symbol viewBox="0 0 24 24" id="warning--dual-path-cyclists-and-pedestrians--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.776.569c.685-.745 1.944-.634 2.617.071 3.317 3.326 6.623 6.662 9.938 9.989.302.293.527.655.668 1.051v.919a2.206 2.206 0 0 1-.509.806c-3.157 3.125-6.3 6.263-9.452 9.392-.458.44-.862.979-1.482 1.202h-.926c-.356-.126-.697-.31-.964-.582-3.348-3.374-6.704-6.74-10.054-10.114-.706-.688-.772-1.95-.012-2.624C3.99 7.307 7.381 3.936 10.775.568m.906-.036c-.379.077-.672.349-.935.616-3.27 3.251-6.548 6.494-9.811 9.754-.604.574-.568 1.609.01 2.188 3.307 3.336 6.626 6.66 9.934 9.996.563.61 1.62.712 2.222.101l10.051-9.996c.656-.605.546-1.709-.094-2.284-3.248-3.274-6.5-6.544-9.755-9.81-.404-.442-1.024-.718-1.622-.564z"/><path fill="gold" d="M11.688 1.364c.368-.22.803-.005 1.063.282 3.25 3.271 6.508 6.536 9.751 9.814.366.311.434.919.042 1.238-3.317 3.287-6.624 6.583-9.936 9.876-.334.385-.94.262-1.237-.102-3.265-3.296-6.544-6.582-9.814-9.874a.82.82 0 0 1 .052-1.266c3.366-3.314 6.668-6.704 10.079-9.968m3.48 5.415c-.57.137-.793.934-.366 1.34.401.448 1.237.235 1.362-.356.175-.57-.428-1.168-.996-.984M8.326 8.312c-.77-.148-1.41.566-1.471 1.284-.046.431-.025.866-.048 1.298.241-.002.482.005.724.004.014.149.026.3.032.45-.184-.044-.503-.186-.582.076-.08.827-.017 1.661.016 2.49.215-.008.428.007.643 0-.001.347.011.692.025 1.039.631-.478-.174-1.654.551-2.185-.214 1.09-.048 2.209-.106 3.312.025.269-.094.768.293.808.449-.035.276-.623.314-.928-.068-1.058.132-2.146-.122-3.182.216.17.493.334.432.656-.034.772.073 1.55-.031 2.317h.746c-.208-1.073.026-2.183-.114-3.263-.072-.182-.238-.298-.359-.444-.01-.38-.008-.763-.005-1.145.277-.014.554.007.832-.007-.145-.419-.116-.863-.148-1.297-.065-.69-.674-1.386-1.415-1.288.672-.186.601-1.258-.132-1.224-.706.036-.718 1.043-.076 1.229m5.845.58c-.697 1.006-1.087 2.215-.815 3.443.242.263.628-.002.538-.33-.09-.714.09-1.398.472-2.003.044 1.926-.136 3.842-.29 5.759-.09.472.686.724.847.248.204-1.141.181-2.315.388-3.457.095 1.306.058 2.62.151 3.925.054.5.943.492.936-.038.023-2.053-.023-4.109-.02-6.164.161.674.2 1.369.35 2.044.097.352.653.244.619-.118-.011-.905-.298-1.777-.485-2.656-.24-1.164-1.892-1.334-2.69-.653z"/><path fill="gold" d="M7.267 10.673c-.001-.505-.036-1.042.242-1.49-.068.47.301 1.28-.242 1.49zM9.287 9.178c.259.455.251.984.244 1.49-.544-.203-.168-1.022-.244-1.49zM7.597 12.167c.222.114.422.265.643.383-.492.199-.628.696-.668 1.178.006-.521.016-1.04.025-1.561z"/><path d="M11.681.532c.599-.154 1.218.122 1.622.564 3.254 3.266 6.506 6.536 9.755 9.81.64.575.75 1.679.094 2.284l-10.051 9.996c-.602.611-1.66.509-2.222-.101-3.307-3.336-6.626-6.66-9.934-9.996-.577-.578-.613-1.614-.01-2.188 3.263-3.259 6.541-6.503 9.811-9.754.263-.266.556-.539.935-.616m.007.833c-3.41 3.264-6.713 6.654-10.079 9.968a.821.821 0 0 0-.052 1.266c3.27 3.292 6.548 6.577 9.814 9.874.298.364.904.487 1.237.102 3.312-3.293 6.619-6.589 9.936-9.876.392-.319.324-.928-.042-1.238C19.258 8.183 16 4.918 12.751 1.646c-.26-.287-.695-.502-1.063-.282z"/><path d="M15.168 6.779c.568-.184 1.171.414.996.984-.125.592-.961.804-1.362.356-.427-.407-.204-1.204.366-1.34zM8.326 8.312c-.642-.186-.63-1.193.076-1.229.733-.034.804 1.038.132 1.224.74-.098 1.35.598 1.415 1.288.031.434.002.878.148 1.297-.277.014-.554-.007-.832.007-.004.382-.005.764.005 1.145.121.146.287.262.359.444.14 1.08-.094 2.19.114 3.263h-.746c.104-.767-.002-1.546.031-2.317.061-.323-.216-.486-.432-.656.254 1.037.054 2.124.122 3.182-.038.305.134.893-.314.928-.386-.04-.268-.539-.293-.808.058-1.103-.108-2.222.106-3.312-.725.532.08 1.708-.551 2.185a24.013 24.013 0 0 1-.025-1.039c-.215.007-.428-.008-.643 0-.032-.829-.096-1.663-.016-2.49.079-.262.398-.12.582-.076a8.428 8.428 0 0 0-.032-.45c-.241.001-.482-.006-.724-.004.023-.432.002-.868.048-1.298.061-.718.701-1.432 1.471-1.284m-1.06 2.361c.544-.21.174-1.02.242-1.49-.278.449-.244.985-.242 1.49m2.02-1.495c.076.468-.3 1.288.244 1.49.007-.506.016-1.036-.244-1.49m-1.69 2.989c-.01.521-.019 1.04-.025 1.561.041-.482.176-.979.668-1.178-.221-.118-.421-.269-.643-.383z"/><path d="M14.17 8.892c.798-.682 2.45-.511 2.69.653.187.878.474 1.751.485 2.656.034.361-.522.469-.619.118-.15-.674-.19-1.369-.35-2.044-.002 2.056.043 4.111.02 6.164.007.53-.882.539-.936.038-.094-1.306-.056-2.62-.151-3.925-.206 1.142-.184 2.316-.388 3.457-.161.475-.937.223-.847-.248.155-1.916.335-3.833.29-5.759-.382.605-.562 1.289-.472 2.003.09.328-.295.593-.538.33-.272-1.228.118-2.437.815-3.443z"/></symbol><symbol viewBox="0 0 27 24" id="warning--electricity--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.25 0h.645c.522.164 1.012.475 1.273.969 3.854 6.679 7.7 13.363 11.554 20.042.146.259.279.526.396.8v.777A2.03 2.03 0 0 1 25.666 24H1.486C.75 23.837.197 23.243 0 22.529v-.637c.104-.268.221-.533.361-.785C4.231 14.398 8.095 7.685 11.965.975c.263-.5.758-.814 1.285-.975M2.852 21.601c7.146.005 14.29.005 21.436-.001A8594.426 8594.426 0 0 0 13.569 3.012a7984.276 7984.276 0 0 0-10.717 18.59z"/><path fill="#fff" d="M2.852 21.601a8361.098 8361.098 0 0 1 10.717-18.59 9517.897 9517.897 0 0 1 10.719 18.588c-7.146.007-14.29.007-21.436.001m10.21-16.007a1.031 1.031 0 0 1-.498.639c.174.056.347.113.521.171l-.555.194c.183.072.366.141.549.212l-.55.179c.183.075.366.146.549.221l-.557.179c.186.072.373.144.56.214l-.542.198c.175.071.353.14.529.21l-.518.179c.165.072.332.141.498.21-.172.072-.346.144-.518.22.168.056.336.111.506.165l-.273.457c.507-.075.513.532.804.8.191-.225.332-.485.435-.761l.381-.022c-.092-.159-.186-.315-.279-.472l.504-.17-.513-.218.506-.202-.533-.19.532-.205-.544-.201.559-.207-.555-.191.551-.212-.541-.183.534-.212-.556-.198c.175-.056.35-.11.526-.164a1.03 1.03 0 0 1-.496-.637c-.339-.003-.678-.004-1.016-.004M7.204 17.26c2.319-.591 4.601-1.437 6.946-1.856-.527 1.821-1.258 3.578-1.839 5.383 2.018-2.637 4.015-5.291 6.015-7.942-2.049.498-4.043 1.304-6.114 1.65.367-1.429.918-2.805 1.345-4.217-2.126 2.32-4.237 4.652-6.354 6.982z"/><path d="M13.062 5.593c.338 0 .677.001 1.016.004.079.274.244.498.496.637a45.85 45.85 0 0 0-.526.164l.556.198-.534.212.541.183-.551.212.555.191-.559.207.544.201-.532.205.533.19-.506.202.513.218-.504.17c.094.157.187.313.279.472a51.61 51.61 0 0 0-.381.022 2.55 2.55 0 0 1-.435.761c-.292-.268-.297-.875-.804-.8l.273-.457c-.169-.054-.338-.11-.506-.165.172-.076.346-.148.518-.22-.165-.069-.332-.138-.498-.21l.518-.179-.529-.21.542-.198c-.187-.07-.374-.142-.56-.214l.557-.179c-.183-.075-.366-.146-.549-.221l.551-.179c-.183-.07-.366-.14-.549-.212.138-.047.415-.145.555-.194a52.744 52.744 0 0 0-.521-.171c.254-.14.419-.363.498-.639zM7.204 17.26c2.117-2.329 4.228-4.662 6.354-6.982-.427 1.412-.978 2.788-1.345 4.217 2.071-.346 4.065-1.153 6.114-1.65-2 2.651-3.997 5.304-6.015 7.942.58-1.805 1.311-3.562 1.839-5.383-2.346.419-4.628 1.265-6.946 1.856z"/></symbol><symbol viewBox="0 0 24 24" id="warning--electricity--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.923.407c.366-.055.661.208.905.444 3.492 3.509 7.004 6.998 10.496 10.507.376.331.406.965.022 1.302-3.559 3.564-7.122 7.123-10.684 10.685-.335.385-.982.374-1.315-.007C7.803 19.799 4.263 16.256.723 12.716c-.408-.337-.445-.991-.032-1.34C4.206 7.849 7.737 4.338 11.25.809c.193-.174.398-.383.673-.401m-1.035 1.36c-3.156 3.164-6.323 6.317-9.481 9.479a6.647 6.647 0 0 0-.665.757c.138.208.283.414.461.593 3.442 3.439 6.883 6.877 10.32 10.321.204.26.599.451.841.124 3.528-3.511 7.037-7.043 10.565-10.554.275-.204.403-.589.094-.83-3.426-3.454-6.886-6.875-10.314-10.325a4.873 4.873 0 0 0-.707-.582c-.409.296-.762.658-1.114 1.018z"/><path d="M10.656 3.942c.824-.419 1.782-.485 2.612-.043-.024.283-.438.308-.62.487.24.088.479.175.718.266-.208.109-.419.211-.613.342.064.248.418.287.614.425-.239.094-.479.185-.718.276.216.142.485.227.646.439-.15.145-.595.118-.54.384.196.097.402.17.605.252-.234.128-.473.245-.71.365.233.166.469.323.703.486-.302.018-.606.025-.908.029-.127.31-.248.623-.401.922a4.38 4.38 0 0 1-.475-.923 36.844 36.844 0 0 1-.882-.019c.23-.173.468-.338.695-.518-.238-.094-.475-.182-.712-.276.234-.144.474-.278.706-.426-.235-.096-.473-.187-.709-.282.232-.143.468-.278.7-.421-.238-.103-.478-.202-.715-.301.176-.155.62-.145.611-.431-.197-.113-.407-.2-.61-.3.238-.101.476-.2.713-.304-.233-.146-.474-.282-.708-.428zM7.51 16.25c1.483-2.245 2.976-4.483 4.476-6.718-.217 1.361-.56 2.7-.767 4.06-.041.254.248.311.437.25 1.902-.402 3.796-.847 5.701-1.235-1.752 2.491-3.484 4.999-5.273 7.463.541-1.774 1.384-3.458 1.811-5.262-.544-.042-1.062.14-1.583.264-1.6.397-3.202.787-4.802 1.178z"/><path fill="#ffef00" d="M10.888 1.768c.352-.36.704-.721 1.114-1.018.252.174.492.364.707.582 3.428 3.45 6.888 6.871 10.314 10.325.31.241.181.626-.094.83-3.528 3.511-7.037 7.043-10.565 10.554-.242.328-.637.137-.841-.124-3.437-3.444-6.878-6.882-10.32-10.321a3.818 3.818 0 0 1-.461-.593c.203-.269.424-.522.665-.757 3.158-3.162 6.325-6.314 9.481-9.479m-.232 2.175c.234.146.475.282.708.428-.236.103-.475.203-.713.304.203.1.413.187.61.3.01.286-.434.276-.611.431.238.1.478.198.715.301-.232.143-.468.278-.7.421.236.095.474.186.709.282-.232.148-.472.282-.706.426.236.094.474.182.712.276-.227.18-.464.346-.695.518.293.011.587.016.882.019.13.322.274.638.475.923.152-.299.274-.612.401-.922.302-.004.606-.011.908-.029-.234-.163-.47-.32-.703-.486.238-.12.476-.236.71-.365-.203-.082-.409-.155-.605-.252-.055-.266.39-.239.54-.384-.161-.212-.43-.298-.646-.439.239-.091.479-.182.718-.276-.197-.138-.551-.176-.614-.425.194-.131.406-.233.613-.342a47.686 47.686 0 0 0-.718-.266c.182-.179.596-.204.62-.487-.83-.442-1.788-.376-2.612.043M7.51 16.25c1.601-.391 3.203-.781 4.802-1.178.521-.124 1.039-.306 1.583-.264-.427 1.804-1.27 3.488-1.811 5.262 1.789-2.464 3.521-4.972 5.273-7.463-1.906.388-3.799.833-5.701 1.235-.188.061-.478.005-.437-.25.206-1.36.55-2.699.767-4.06-1.5 2.234-2.993 4.472-4.476 6.718z"/></symbol><symbol viewBox="0 0 27 24" id="warning--elephant-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.443 0h.501c.284.184.52.432.683.73 4.256 7.41 8.554 14.798 12.802 22.212v.513a6.75 6.75 0 0 1-.481.461c-7.06-.112-14.124-.016-21.186-.048-1.758.021-3.516-.051-5.273.045a6.837 6.837 0 0 1-.488-.475v-.428C4.185 15.615 8.498 8.292 12.713.914c.185-.347.442-.649.731-.913M3.547 21.592c6.786.007 13.572.005 20.356 0-3.39-5.877-6.78-11.755-10.18-17.627-3.396 5.874-6.791 11.746-10.176 17.627z"/><path fill="#fff" d="M3.547 21.592c3.385-5.881 6.78-11.753 10.176-17.627 3.4 5.872 6.79 11.75 10.18 17.627-6.784.005-13.57.007-20.356 0m11.444-10.128c-.091.206-.178.41-.266.617-.813-.197-1.596-.521-2.458-.396.189.432.381.869.429 1.344-1.011.566-2.194.576-3.308.752-.797.557-1.406 1.439-1.588 2.396.143 1.016.254 2.05-.069 3.049.314-.45.448-.981.595-1.502-.077 1.037-.158 2.079-.047 3.117.453.01.907.008 1.359-.021-.525-.588-.424-1.317-.145-1.994.403.624.654 1.326.846 2.039.359-.097.717-.199 1.075-.302l-.033-.321c-.665-.428-.789-1.291-.909-2.008.355-.082.716-.258 1.088-.191.362.34.455.859.588 1.317-.28.01-.558.01-.838.01.107.454.239.902.447 1.321.377-.42.885-.672 1.325-1.008.1-.656-.077-1.329.084-1.983.61.885.821 2.074.598 3.121.381.012.761.021 1.142.019a3.721 3.721 0 0 1-.288-2.344c.184-.798-.132-1.602-.022-2.4.215-.348.529-.621.783-.942.252.055.506.11.761.151.141.163.288.321.442.473.443 1.249-.01 2.492-.717 3.531l.335.177c.352-.468.746-.905 1.077-1.389.47-.716.385-1.614.414-2.43.538-.067 1.046-.291 1.348-.765-.437.181-.868.443-1.359.407-.361-1.045-.306-2.268-1.088-3.12-.576-.148-1.068-.479-1.602-.725z"/><path d="M14.991 11.464c.533.247 1.026.577 1.602.725.782.852.727 2.075 1.088 3.12.491.036.922-.226 1.359-.407-.302.475-.811.698-1.348.765-.029.816.056 1.714-.414 2.43-.331.484-.724.922-1.077 1.389l-.335-.177c.708-1.04 1.16-2.282.717-3.531-.154-.152-.3-.31-.442-.473a14.018 14.018 0 0 1-.761-.151c-.254.321-.568.594-.783.942-.11.798.206 1.602.022 2.4a3.721 3.721 0 0 0 .288 2.344c-.381.001-.761-.007-1.142-.019.224-1.048.012-2.237-.598-3.121-.16.654.016 1.328-.084 1.983-.44.336-.948.588-1.325 1.008-.208-.418-.34-.867-.447-1.321.28 0 .558 0 .838-.01-.133-.458-.226-.976-.588-1.317-.372-.067-.732.108-1.088.191.121.717.244 1.58.909 2.008l.033.321c-.358.103-.716.204-1.075.302-.192-.713-.443-1.415-.846-2.039-.278.677-.38 1.406.145 1.994-.453.029-.907.03-1.359.021-.111-1.038-.03-2.08.047-3.117-.147.521-.281 1.052-.595 1.502.322-.998.211-2.032.069-3.049.182-.957.791-1.839 1.588-2.396 1.114-.176 2.297-.185 3.308-.752-.048-.475-.24-.912-.429-1.344.861-.125 1.644.199 2.458.396.088-.207.176-.411.266-.617z"/><path fill="#120102" opacity=".08" d="M0 23.438c.158.163.315.326.488.475l.151.088H0v-.562z"/><path fill="#190102" opacity=".11" d="M26.947 23.915a6.75 6.75 0 0 0 .481-.461V24h-.616l.134-.085z"/><path fill="#c20813" opacity=".86" d="M.488 23.912c1.757-.096 3.515-.025 5.273-.045 7.061.032 14.126-.064 21.186.048l-.134.085H.639l-.151-.088z"/></symbol><symbol viewBox="0 0 24 24" id="warning--emergency-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d9a718" opacity=".9" d="M11.612 0h.572c.25.113.485.258.682.449 3.497 3.506 6.997 7.009 10.498 10.512.544.443.625 1.324.082 1.802-3.557 3.564-7.117 7.127-10.675 10.69-.43.482-1.235.494-1.673.017C7.551 19.935 4.01 16.39.461 12.856A2.573 2.573 0 0 1 0 12.189v-.557c.248-.556.739-.934 1.152-1.36 3.041-3.04 6.085-6.074 9.125-9.115.42-.413.805-.88 1.336-1.157m.199.295c-.27.035-.492.209-.682.392-3.361 3.36-6.719 6.724-10.082 10.08-.308.322-.73.631-.757 1.115-.017.464.372.78.67 1.078 3.424 3.414 6.836 6.84 10.259 10.255a.937.937 0 0 0 1.408-.024c3.538-3.546 7.088-7.081 10.622-10.632.425-.379.33-1.056-.083-1.405C19.711 7.691 16.248 4.232 12.789.769c-.258-.257-.587-.53-.977-.474z"/><path d="M11.812.295c.39-.056.719.217.977.474 3.458 3.463 6.922 6.922 10.378 10.385.413.349.508 1.026.083 1.405-3.534 3.551-7.085 7.086-10.622 10.632a.937.937 0 0 1-1.408.024C7.798 19.8 4.385 16.374.961 12.96c-.298-.298-.686-.613-.67-1.078.028-.484.449-.793.757-1.115C4.412 7.411 7.769 4.047 11.13.687c.19-.184.412-.358.682-.392m-.005.588C8.235 4.344 4.759 7.917 1.222 11.42c-.206.191-.55.518-.209.761 3.54 3.54 7.08 7.082 10.621 10.62.162.229.427.185.584-.025 3.538-3.541 7.084-7.076 10.618-10.622.241-.182.091-.427-.086-.584-3.476-3.484-6.964-6.958-10.438-10.444-.148-.113-.293-.352-.505-.242z"/><path fill="#f1ba1b" d="M11.807.883c.212-.109.358.13.505.242 3.474 3.486 6.961 6.96 10.438 10.444.178.157.328.402.086.584-3.534 3.546-7.08 7.081-10.618 10.622-.157.21-.422.254-.584.025-3.541-3.538-7.081-7.08-10.621-10.62-.341-.242.002-.57.209-.761C4.76 7.916 8.235 4.343 11.807.882M9.82 8.947c-.337.498-.773.954-.695 1.612-.25-.312-.505-.966-1.004-.766-.515.124-.502.869-1.045.943a58.252 58.252 0 0 1-.007-1.619 6.035 6.035 0 0 1-.521-.001c-.001.52-.006 1.04.001 1.561-.985.022-1.972.004-2.957.012-.005.662-.002 1.326-.001 1.99l-.518.019c-.002.226-.007.452-.01.678.371.004.74.011 1.111.014.233.475.68.851 1.228.856.559-.036.979-.443 1.314-.852 2.28-.024 4.562-.007 6.842-.007.424 1.11 2.077 1.097 2.506-.002 1.288-.002 2.575-.001 3.862 0l.014-.69c-.233-.005-.466-.01-.698-.013-.001-.664.001-1.328-.002-1.993-2.984-.004-5.969.004-8.954-.002.004-.584-.004-1.168-.002-1.752a4.193 4.193 0 0 1-.462.013m.634-.001c.001.319.006.638.005.958 3.131-.007 6.262.01 9.394-.008-.002-.317-.006-.634-.006-.95-3.131-.004-6.262-.005-9.392.001z"/><path fill="#f1ba1b" d="M10.716 9.124c.204.001.407-.005.611-.006v.613c-.203-.002-.406-.01-.608-.01.001-.199 0-.398-.002-.598zM11.502 9.12c.233 0 .466.002.698.004-.002.199-.002.398-.001.596l-.696.01-.001-.61zM12.371 9.12h.61l-.001.607a61.206 61.206 0 0 0-.606 0l-.002-.607zM13.237 9.124c.204.001.408-.005.612-.006l-.001.613c-.203-.002-.406-.01-.608-.011.001-.198 0-.397-.002-.596zM14.024 9.12h.61c-.002.203-.004.404-.002.607a61.409 61.409 0 0 0-.607 0V9.12zM14.891 9.12h.611a61.51 61.51 0 0 0-.001.607h-.607c.001-.203 0-.404-.002-.607zM15.676 9.121h.696l-.001.605h-.694l-.001-.605zM16.546 9.12h.61c-.001.203-.002.404-.001.607a61.61 61.61 0 0 0-.608 0V9.12zM17.324 9.125c.233-.002.467-.005.7-.005l-.001.61c-.233-.002-.464-.007-.697-.011.001-.198.001-.396-.001-.594zM18.198 9.118c.204.002.407.006.611.006-.002.199-.004.4-.002.599-.203 0-.406.005-.607.007l-.001-.612zM19.067 9.12h.611c-.002.203-.002.404-.002.607a61.408 61.408 0 0 0-.607 0l-.001-.607z"/><path fill="#1f1a17" d="M9.82 8.947c.154.005.308-.001.462-.013-.001.584.006 1.168.002 1.752 2.986.006 5.97-.001 8.954.002.004.665.001 1.33.002 1.993l.698.013-.014.69c-1.286-.001-2.574-.002-3.862 0-.428 1.099-2.082 1.112-2.506.002-2.28 0-4.562-.017-6.842.007-.335.409-.755.816-1.314.852-.547-.005-.995-.38-1.228-.856-.371-.004-.74-.011-1.111-.014.002-.226.007-.452.01-.678l.518-.019c-.001-.664-.004-1.327.001-1.99.985-.008 1.972.01 2.957-.012-.007-.521-.002-1.042-.001-1.561.174.008.347.008.521.001-.004.54-.004 1.079.007 1.619.544-.074.53-.82 1.045-.943.499-.2.755.454 1.004.766-.078-.658.358-1.114.695-1.612z"/><path fill="#1f1a17" d="M10.456 8.947c3.131-.006 6.262-.005 9.392-.001 0 .317.004.634.006.95-3.132.018-6.263.001-9.394.008.001-.319-.004-.638-.005-.958m.261.178c.002.199.004.398.002.598.203 0 .406.007.608.01v-.613c-.204.001-.407.007-.611.006m.787-.005l.001.61c.232-.002.463-.006.696-.01-.001-.198-.001-.397.001-.596-.233-.001-.466-.004-.698-.004m.869 0l.002.607h.606l.001-.607h-.61m.867.004c.002.199.004.398.002.596.203.001.406.008.608.011l.001-.613c-.204.001-.408.007-.612.006m.788-.004v.607h.607c-.001-.203 0-.404.002-.607h-.61m.868 0c.002.203.004.404.002.607h.607c-.001-.202 0-.404.001-.607a62.22 62.22 0 0 1-.611 0m.786.001l.001.605h.694l.001-.605a80.736 80.736 0 0 0-.696 0m.87-.001v.607h.608c-.001-.203 0-.404.001-.607h-.61m.779.005c.002.198.002.396.001.594l.697.011.001-.61c-.233 0-.467.002-.7.005m.875-.007l.001.612c.202-.002.404-.007.607-.007-.001-.199 0-.4.002-.599-.204 0-.407-.004-.611-.006m.87.002l.001.607h.607c0-.203 0-.404.002-.607a62.22 62.22 0 0 1-.611 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--emu-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.714 0h.552c.282.131.545.301.766.521 3.239 3.244 6.481 6.484 9.722 9.725.446.46.97.871 1.246 1.465v.551a2.48 2.48 0 0 1-.475.701c-3.286 3.276-6.562 6.559-9.844 9.84-.443.427-.833.937-1.409 1.198h-.512a2.323 2.323 0 0 1-.719-.478C7.524 19.999 4.002 16.478.479 12.958A2.76 2.76 0 0 1 0 12.276v-.528c.239-.594.756-.992 1.189-1.439 3.262-3.26 6.524-6.52 9.781-9.784.217-.215.473-.386.744-.526m-.03.309c-.182.073-.332.205-.474.337C7.672 4.191 4.125 7.729.588 11.273c-.403.354-.455 1.014-.047 1.386 3.596 3.602 7.196 7.204 10.8 10.8.372.409 1.034.36 1.382-.054 3.577-3.583 7.164-7.159 10.739-10.745.408-.374.359-1.036-.048-1.39C19.876 7.724 16.329 4.186 12.792.642c-.276-.294-.708-.514-1.108-.335z"/><path fill="#030303" d="M11.684.308c.4-.179.832.041 1.108.335 3.538 3.545 7.085 7.082 10.622 10.628.407.354.456 1.015.048 1.39-3.575 3.586-7.162 7.162-10.739 10.745-.348.414-1.01.463-1.382.054a7854.948 7854.948 0 0 1-10.8-10.8c-.408-.372-.356-1.032.047-1.386C4.126 7.729 7.673 4.192 11.21.646c.142-.132.292-.264.474-.337m.124.457C8.164 4.274 4.639 7.922 1.034 11.478c-.29.217-.449.656-.112.914 3.559 3.563 7.123 7.124 10.684 10.686.2.257.588.26.788.001 3.56-3.563 7.124-7.123 10.684-10.686.259-.2.26-.589.004-.792-3.514-3.528-7.044-7.04-10.558-10.567-.182-.185-.44-.421-.716-.269z"/><path fill="#030303" d="M9.523 4.842c.466-.112 1.19.174 1.099.749-.224 1.145-.493 2.311-.364 3.486.032.326.318.608.661.546.956-.138 1.784-.766 2.765-.806 1.222-.058 2.363.564 3.236 1.374 1.046.731 1.518 2.06 1.558 3.295-.738.008-1.523-.05-2.194-.382-.433.109-.869.218-1.282.392.122.482.527.9.414 1.424-.109 1.136-.005 2.278-.053 3.415-.686.061-1.348.265-2.029.346a3.374 3.374 0 0 0-.656-.32c.6-.401 1.333-.4 2.027-.421.226-1.452.106-3.068-.798-4.282-.174.606.058 1.294-.323 1.843-.601.87-.82 1.919-1.01 2.94-.676.095-1.343.25-2.024.311a10.064 10.064 0 0 0-.634-.376c.635-.656 1.855.126 2.26-.792.347-.799.713-1.61.866-2.472-.002-.599-.19-1.297-.721-1.639-2.224-.233-3.913-2.545-3.672-4.723.067-1.061 1.092-1.871.815-2.981-.377-.055-.755-.102-1.13-.164.424-.211.81-.484 1.189-.763z"/><path fill="#fee011" d="M11.808.766c.276-.152.534.084.716.269 3.514 3.527 7.044 7.039 10.558 10.567a.501.501 0 0 1-.004.792c-3.559 3.563-7.123 7.123-10.684 10.686a.498.498 0 0 1-.788-.001C8.046 19.517 4.482 15.956.922 12.393c-.337-.258-.179-.697.112-.914C4.639 7.922 8.163 4.274 11.808.767M9.523 4.842c-.379.28-.766.552-1.189.763.376.062.754.109 1.13.164.277 1.11-.748 1.92-.815 2.981-.241 2.178 1.448 4.49 3.672 4.723.532.342.719 1.04.721 1.639-.154.862-.52 1.673-.866 2.472-.404.918-1.625.136-2.26.792.215.119.428.241.634.376.682-.061 1.349-.216 2.024-.311.191-1.021.409-2.07 1.01-2.94.38-.55.149-1.237.323-1.843.904 1.213 1.024 2.83.798 4.282-.694.022-1.427.02-2.027.421.226.09.454.182.656.32.682-.08 1.343-.284 2.029-.346.048-1.138-.056-2.279.053-3.415.113-.524-.292-.942-.414-1.424.413-.174.848-.283 1.282-.392.671.331 1.456.39 2.194.382-.04-1.235-.511-2.564-1.558-3.295-.874-.81-2.015-1.432-3.236-1.374-.98.041-1.808.668-2.765.806-.343.062-.629-.22-.661-.546-.13-1.175.139-2.341.364-3.486.091-.575-.634-.86-1.099-.749z"/></symbol><symbol viewBox="0 0 24 24" id="warning--emu-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.701 0h.576c.275.138.533.31.752.526 3.217 3.224 6.44 6.443 9.661 9.665.464.479 1.009.907 1.309 1.519v.554c-.127.252-.28.493-.479.694-3.283 3.278-6.562 6.56-9.842 9.841-.439.428-.835.924-1.396 1.201h-.544a2.605 2.605 0 0 1-.701-.475c-3.278-3.283-6.559-6.563-9.841-9.844-.426-.434-.914-.83-1.198-1.381v-.582c.286-.624.84-1.05 1.306-1.532 3.2-3.2 6.403-6.398 9.599-9.604.234-.234.504-.428.797-.582m-.017.308c-.209.085-.376.241-.536.395C7.632 4.232 4.102 7.745.586 11.273a.958.958 0 0 0 .007 1.448c3.584 3.578 7.159 7.168 10.747 10.74.374.409 1.033.353 1.381-.059 3.559-3.562 7.12-7.122 10.681-10.681a.958.958 0 0 0 .01-1.446C19.874 7.729 16.327 4.191 12.79.647c-.276-.293-.707-.515-1.106-.338z"/><path d="M11.683.308c.4-.176.83.046 1.106.338 3.538 3.545 7.085 7.082 10.622 10.628a.958.958 0 0 1-.01 1.446c-3.562 3.559-7.122 7.12-10.681 10.681-.348.412-1.007.468-1.381.059C7.751 19.888 4.176 16.298.592 12.72a.958.958 0 0 1-.007-1.448C4.101 7.744 7.631 4.232 11.146.702c.161-.154.328-.31.536-.395m.124.46C8.158 4.27 4.638 7.923 1.034 11.476c-.292.221-.451.659-.112.918 3.558 3.564 7.122 7.124 10.684 10.686.23.3.642.218.852-.059 3.535-3.547 7.084-7.082 10.62-10.628.295-.232.221-.641-.053-.853L12.461.976c-.168-.164-.416-.35-.655-.209z"/><path d="M13.388 5.672c-.162-.602.592-.966 1.087-.823.385.269.769.54 1.186.761-.377.058-.754.104-1.129.157-.268 1.111.745 1.922.818 2.982.242 2.188-1.454 4.482-3.676 4.734-.733.505-.877 1.59-.535 2.372.298.719.449 1.559 1 2.131.637.173 1.376-.07 1.942.383l-.641.384c-.677-.074-1.342-.214-2.015-.312-.19-.991-.388-2.017-.967-2.866-.412-.566-.211-1.288-.361-1.927-.91 1.217-1.025 2.834-.808 4.291.691.019 1.415.026 2.02.41-.221.11-.444.217-.662.331-.677-.097-1.339-.275-2.02-.353-.025-1.136.056-2.275-.044-3.41-.095-.52.275-.948.42-1.421-.413-.174-.847-.281-1.279-.392-.68.324-1.457.383-2.201.39a4.728 4.728 0 0 1 .923-2.732c.985-.972 2.185-1.921 3.637-1.949 1.072-.05 1.969.658 2.998.81.343.062.629-.221.661-.547.122-1.146-.118-2.29-.353-3.404z"/><path fill="#fee011" d="M11.806.767c.239-.142.487.044.655.209L23.025 11.54c.274.212.348.622.053.853-3.536 3.546-7.085 7.081-10.62 10.628-.21.277-.622.359-.852.059C8.044 19.518 4.48 15.958.922 12.394c-.34-.259-.18-.697.112-.918C4.639 7.923 8.158 4.27 11.806.767m1.582 4.905c.235 1.115.475 2.258.353 3.404-.032.326-.318.61-.661.547-1.028-.152-1.926-.86-2.998-.81-1.452.028-2.652.977-3.637 1.949a4.736 4.736 0 0 0-.923 2.732c.744-.007 1.52-.066 2.201-.39.432.112.866.218 1.279.392-.145.473-.515.901-.42 1.421.101 1.135.019 2.274.044 3.41.68.078 1.343.256 2.02.353.218-.114.442-.221.662-.331-.605-.384-1.328-.391-2.02-.41-.217-1.457-.102-3.074.808-4.291.15.64-.05 1.361.361 1.927.58.848.778 1.874.967 2.866.673.098 1.338.238 2.015.312l.641-.384c-.565-.452-1.304-.21-1.942-.383-.551-.572-.702-1.412-1-2.131-.342-.782-.198-1.867.535-2.372 2.221-.252 3.918-2.546 3.676-4.734-.073-1.06-1.086-1.871-.818-2.982.376-.053.752-.1 1.129-.157-.416-.221-.8-.492-1.186-.761-.496-.143-1.249.221-1.087.823z"/></symbol><symbol viewBox="0 0 24 24" id="warning--entering-roadway-merge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.734 0h.498c.276.103.532.256.736.47 3.317 3.323 6.64 6.642 9.959 9.964.391.403.857.763 1.074 1.298v.492c-.151.486-.554.81-.9 1.157l-9.66 9.66c-.359.356-.69.766-1.172.959h-.504a1.903 1.903 0 0 1-.665-.416C7.723 20.2 4.34 16.822.961 13.44c-.355-.36-.769-.69-.96-1.175v-.503c.168-.505.593-.844.954-1.21l9.539-9.54c.382-.373.727-.814 1.241-1.013m-.06.408c-.221.071-.388.241-.551.396C7.648 4.288 4.16 7.762.685 11.248c-.431.385-.434 1.12.002 1.501 3.522 3.52 7.044 7.04 10.564 10.564.382.436 1.116.434 1.499 0 3.518-3.523 7.04-7.043 10.562-10.564.434-.383.431-1.115.002-1.5C19.82 7.743 16.313 4.246 12.815.744c-.28-.318-.732-.481-1.141-.337z"/><path fill="#fecf33" d="M11.79.872c.281-.102.58.031.77.241 3.442 3.442 6.886 6.883 10.327 10.326.318.256.374.775.056 1.055-3.482 3.484-6.962 6.971-10.448 10.45a.684.684 0 0 1-.991 0c-3.486-3.479-6.966-6.966-10.448-10.448-.32-.28-.262-.8.056-1.057C4.53 8.014 7.959 4.601 11.376 1.174c.125-.115.247-.247.414-.301m-.871 6.922c-.394.011-.63.542-.329.815.479.335 1.027.556 1.523.864-2.087 2.095-4.183 4.181-6.272 6.274.607.635 1.235 1.25 1.854 1.876.958-.958 1.914-1.915 2.873-2.872-.408 1.986-.329 4.02-.329 6.035.575.01 1.151.008 1.726.001.018-1.77-.064-3.548.154-5.31.175-1.517.776-3.018 1.866-4.11.281.472.509.974.812 1.433.233.368.835.145.851-.266.37-1.955.775-3.904 1.111-5.863a675.42 675.42 0 0 0-5.839 1.124z"/><path d="M11.675.407c.409-.144.862.019 1.141.337 3.498 3.502 7.004 6.998 10.499 10.505.428.385.432 1.117-.002 1.5-3.522 3.521-7.044 7.04-10.562 10.564-.383.434-1.117.436-1.499 0C7.732 19.79 4.21 16.269.688 12.749c-.437-.382-.433-1.116-.002-1.501C4.161 7.762 7.648 4.288 11.125.803c.163-.155.33-.325.551-.396m.114.465c-.167.054-.289.186-.414.301C7.96 4.6 4.53 8.013 1.112 11.438c-.318.257-.377.778-.056 1.057 3.482 3.482 6.962 6.97 10.448 10.448a.684.684 0 0 0 .991 0c3.486-3.479 6.966-6.966 10.448-10.45.318-.28.262-.799-.056-1.055L12.56 1.112c-.191-.21-.49-.343-.77-.241z"/><path d="M10.919 7.795c1.945-.382 3.89-.761 5.839-1.124-.336 1.96-.742 3.908-1.111 5.863-.016.412-.618.635-.851.266-.304-.458-.532-.961-.812-1.433-1.09 1.092-1.691 2.593-1.866 4.11-.217 1.762-.136 3.54-.154 5.31-.575.007-1.151.008-1.726-.001 0-2.015-.079-4.049.329-6.035-.959.956-1.915 1.914-2.873 2.872-.619-.625-1.247-1.241-1.854-1.876 2.089-2.093 4.186-4.178 6.272-6.274-.496-.308-1.044-.529-1.523-.864-.301-.272-.065-.804.329-.815z"/></symbol><symbol viewBox="0 0 24 24" id="warning--entering-roadway-merge--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.726 0h.516c.242.098.476.226.664.413 3.542 3.539 7.08 7.082 10.622 10.621.199.198.352.438.472.691v.51c-.1.245-.228.48-.419.666-3.562 3.558-7.121 7.12-10.68 10.68-.18.179-.4.31-.626.419h-.521c-.473-.163-.793-.557-1.135-.899L.96 13.44c-.354-.359-.764-.688-.96-1.168v-.52c.175-.499.594-.836.953-1.2 3.181-3.179 6.36-6.36 9.54-9.54.38-.371.725-.809 1.234-1.013m-.052.408c-.248.082-.43.28-.614.454C7.609 4.329 4.141 7.781.686 11.248c-.431.384-.434 1.121.004 1.502 3.522 3.518 7.042 7.04 10.56 10.564.384.433 1.118.433 1.501-.001 3.518-3.523 7.04-7.043 10.561-10.564.436-.382.432-1.116.004-1.501C19.82 7.743 16.315 4.246 12.817.744c-.28-.318-.732-.481-1.141-.337z"/><path fill="#fecf33" d="M11.786.874c.282-.104.584.029.775.241l10.325 10.324c.319.256.377.776.058 1.057-3.482 3.482-6.962 6.968-10.448 10.448a.685.685 0 0 1-.992 0c-3.485-3.48-6.965-6.966-10.447-10.448-.322-.28-.262-.803.059-1.058C4.534 8.014 7.961 4.6 11.376 1.176c.125-.114.246-.247.412-.301M8.352 12.53c.012.413.619.638.852.27.299-.455.53-.95.8-1.423 1.057 1.012 1.633 2.44 1.844 3.868.254 1.834.173 3.69.184 5.534.578.017 1.157.032 1.734-.007-.01-2.01.073-4.037-.334-6.019.96.955 1.915 1.914 2.873 2.87.613-.631 1.259-1.231 1.847-1.886-2.09-2.086-4.182-4.17-6.265-6.263.496-.31 1.044-.53 1.523-.865.3-.275.061-.802-.33-.814-1.94-.386-3.884-.752-5.827-1.129.306 1.963.739 3.91 1.099 5.864z"/><path d="M11.675.407c.409-.144.862.019 1.141.337 3.498 3.502 7.003 6.998 10.499 10.504.428.385.432 1.12-.004 1.501-3.521 3.521-7.043 7.04-10.561 10.564-.383.434-1.117.434-1.501.001C7.731 19.791 4.211 16.269.689 12.75c-.438-.382-.434-1.118-.004-1.502C4.14 7.781 7.608 4.329 11.06.861c.185-.174.366-.372.614-.454m.112.467c-.166.054-.287.187-.412.301C7.959 4.6 4.532 8.014 1.114 11.437c-.32.256-.38.779-.059 1.058 3.482 3.482 6.962 6.968 10.447 10.448a.685.685 0 0 0 .992 0c3.486-3.48 6.966-6.966 10.448-10.448.319-.281.262-.802-.058-1.057L12.559 1.114c-.191-.212-.493-.346-.775-.241z"/><path d="M8.352 12.53c-.36-1.955-.793-3.901-1.099-5.864 1.943.377 3.887.743 5.827 1.129.391.012.63.539.33.814-.479.335-1.027.556-1.523.865 2.083 2.093 4.175 4.177 6.265 6.263-.588.655-1.234 1.255-1.847 1.886-.958-.956-1.913-1.915-2.873-2.87.407 1.982.324 4.009.334 6.019-.577.04-1.156.024-1.734.007-.011-1.844.071-3.701-.184-5.534-.211-1.428-.787-2.856-1.844-3.868-.27.473-.502.968-.8 1.423-.233.368-.84.143-.852-.27z"/></symbol><symbol viewBox="0 0 27 24" id="warning--equestrians-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.466 0h.468c.263.156.491.37.638.64 4.28 7.433 8.58 14.857 12.857 22.291v.507a6.314 6.314 0 0 1-.473.481c-7.063-.126-14.131-.019-21.195-.053-1.761.026-3.523-.058-5.283.048a6.502 6.502 0 0 1-.477-.491v-.421C4.209 15.584 8.53 8.229 12.765.825c.167-.325.414-.601.702-.826M3.549 21.592c6.784.005 13.568.007 20.352 0A9843.585 9843.585 0 0 0 13.722 3.968C10.326 9.839 6.929 15.71 3.549 21.592z"/><path fill="#fff" d="M3.549 21.592C6.93 15.71 10.327 9.839 13.722 3.968c3.4 5.87 6.79 11.746 10.179 17.624-6.784.007-13.568.005-20.352 0m10.335-11.277c-.649.203-.262 1.253.362.976.628-.215.25-1.215-.362-.976m-.784 1.678c-.368.761-.517 1.603-.581 2.44-.894-.045-1.82.007-2.518.638-.824.252-1.699.916-1.448 1.894.326.605.562 1.271.3 1.956.864-1.003-.049-2.519 1.055-3.431-.402 1.175.813 2.146.228 3.28.313.413.496.904.505 1.422l.3.152.13.346c1.048-.043-.211-.671-.31-1.138.302-.125.56-.325.811-.528-.163-.366-.352-.72-.54-1.074.358-.325.75-.614 1.053-.996.661.341 1.408.417 2.142.405.24.768.128 1.588.032 2.371.21.193.392.413.551.651.111-.051.331-.154.442-.204-.187-.155-.351-.335-.555-.466-.133-.614 0-1.234.13-1.836.879.315 1.174 1.403.684 2.168.108.174.244.329.405.459.365-1.111.235-2.421-.69-3.219.565-.928.935-1.98.944-3.076.616-.119 1.067.587 1.644.341a3.8 3.8 0 0 1 .038-.564c-.609-.73-1.061-1.658-2.091-1.825l.121.389c-.44-.302-.859-.635-1.31-.92-.461-.336-1.237-.17-1.47.365z"/><path fill="#fff" d="M14.415 12.117c.403.25.821.472 1.253.665l-.485.492c-.292-.086-.588-.159-.879-.25.045-.302.075-.605.111-.908zM14.198 13.454c.27-.001.539.001.809.019a4.979 4.979 0 0 1-1.048.732c.078-.251.158-.501.239-.752zM10.688 19.448c-.003-.359 0-.724.117-1.068.104.141.211.28.322.417a6.995 6.995 0 0 0-.439.651z"/><path d="M13.884 10.315c.612-.239.99.761.362.976-.624.277-1.011-.773-.362-.976z"/><path d="M13.1 11.993c.233-.535 1.009-.701 1.47-.365.451.285.869.619 1.31.92l-.121-.389c1.03.167 1.483 1.096 2.091 1.825-.027.187-.04.374-.038.564-.577.245-1.029-.461-1.644-.341-.008 1.096-.379 2.148-.944 3.076.924.798 1.055 2.108.69 3.219a1.867 1.867 0 0 1-.405-.459c.49-.765.195-1.853-.684-2.168-.13.602-.263 1.222-.13 1.836.204.132.369.311.555.466-.111.051-.331.154-.442.204a3.545 3.545 0 0 0-.551-.651c.096-.783.208-1.603-.032-2.371-.734.012-1.481-.063-2.142-.405-.303.381-.695.671-1.053.996.188.354.377.708.54 1.074-.251.203-.509.403-.811.528.099.468 1.358 1.096.31 1.138l-.13-.346-.3-.152a2.414 2.414 0 0 0-.505-1.422c.586-1.134-.629-2.105-.228-3.28-1.104.912-.191 2.429-1.055 3.431.262-.684.026-1.351-.3-1.956-.251-.978.624-1.642 1.448-1.894.698-.631 1.624-.683 2.518-.638.064-.837.214-1.679.581-2.44m1.317.124c-.036.303-.066.606-.111.908.291.091.587.163.879.25l.485-.492c-.432-.193-.85-.416-1.253-.665m-.217 1.336c-.081.251-.16.501-.239.752a5.054 5.054 0 0 0 1.048-.732 10.92 10.92 0 0 0-.809-.019m-3.51 5.993a6.68 6.68 0 0 1 .439-.651 11.588 11.588 0 0 1-.322-.417c-.117.344-.119.709-.117 1.068z"/><path fill="#120102" opacity=".08" d="M0 23.424c.154.169.307.339.477.491L.633 24h-.634v-.576z"/><path fill="#190102" opacity=".11" d="M26.955 23.92c.169-.149.321-.315.473-.481V24h-.617l.144-.08z"/><path fill="#c20813" opacity=".86" d="M.477 23.915c1.76-.106 3.522-.022 5.283-.048 7.064.034 14.133-.073 21.195.053l-.144.08H.633l-.156-.085z"/></symbol><symbol viewBox="0 0 24 24" id="warning--equestrians-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.682.418c.703-.232 1.495.013 1.988.552 3.16 3.16 6.328 6.311 9.48 9.478.71.654.772 1.883.052 2.552-3.37 3.23-6.749 6.451-10.122 9.676-.72.712-1.976.637-2.647-.103-3.178-3.185-6.359-6.367-9.54-9.55-.704-.656-.726-1.879-.008-2.534 3.241-3.119 6.505-6.216 9.752-9.33.312-.292.626-.613 1.045-.74m.232.222c-.383.07-.685.334-.959.594-3.286 3.155-6.593 6.288-9.874 9.448-.618.553-.588 1.592.008 2.15 3.176 3.182 6.36 6.358 9.538 9.54.566.636 1.637.715 2.255.109 3.377-3.224 6.755-6.449 10.127-9.678.608-.569.55-1.606-.052-2.158-3.131-3.151-6.282-6.282-9.418-9.427C13.132.776 12.518.5 11.913.641z"/><path fill="#231f20" d="M12.162 1.014c.578-.026 1.124.256 1.51.674 2.938 2.941 5.884 5.876 8.815 8.824.69.646.71 1.853-.006 2.486-3.154 3.01-6.302 6.024-9.456 9.034-.721.692-1.956.562-2.592-.182-2.933-2.947-5.88-5.882-8.82-8.824-.726-.65-.749-1.89-.01-2.539 3.06-2.94 6.136-5.866 9.203-8.8.361-.365.824-.668 1.356-.673m-.37.455c-.306.102-.544.332-.775.547-3.042 2.92-6.103 5.82-9.139 8.744-.565.484-.582 1.415-.053 1.931 2.978 2.983 5.964 5.96 8.942 8.944.494.554 1.436.643 1.985.12 3.056-2.904 6.092-5.83 9.151-8.731.704-.467 1.016-1.517.37-2.168-2.938-2.984-5.92-5.927-8.874-8.897-.396-.442-1.026-.695-1.607-.49z"/><path fill="#231f20" d="M11.807 6.289c.389-.094.761.346.606.715-.126.392-.718.469-.943.126-.23-.298-.035-.785.337-.841zM7.019 7.487c.151.221.296.444.445.665.978-.137 1.71.636 2.273 1.322.703-.661 1.512-1.206 2.304-1.753.581-.323.738.48.846.875.109.674.665 1.392.247 2.051.719-.097 1.49-.206 2.112.264.937.353 1.147 1.414 1.462 2.249.131.636.619 1.114.769 1.741-1.178-.366-1.156-1.78-1.739-2.66l-.256.142c.012.402.012.805.076 1.204.036.44.602.61.595 1.064.024.764.478 1.51.126 2.26l-.646.022c.538-1.01.107-2.694-1.2-2.776-.055.262-.114.523-.162.786-.416.241-.748.6-.925 1.049l-.281.055c.001.133.002.265.005.398a38.19 38.19 0 0 1-.743.077c.11-.786.884-1.235 1.168-1.95.143-.329.559-.972-.056-1.052-.877.167-1.777.241-2.662.072.056 1.078.956 2.003.626 3.096l-.726.001c.69-1.032-.259-1.985-.68-2.891-.47.134-.931.306-1.388.481.025.641.348 1.264.864 1.645-.184.257-.374.51-.569.761-.446-.775-.68-1.65-.809-2.53.335-.402.733-.74 1.103-1.108-.118-.492-.115-.996-.132-1.496-.238-.446-.538-.878-.912-1.22-.514-.007-.616.728-.624 1.136a6.965 6.965 0 0 1-.913-.086c.04-.851.298-1.694.155-2.549.12-.13.24-.258.359-.389a43.6 43.6 0 0 1-.112-.955m3.103 2.518c.11.095.22.193.325.293.48-.115.962-.226 1.43-.384-.04-.33-.276-.564-.508-.779-.412.296-.822.594-1.248.87z"/><path fill="#fff100" d="M11.914.641c.605-.14 1.219.136 1.626.578 3.136 3.145 6.287 6.276 9.418 9.427.601.552.66 1.589.052 2.158-3.372 3.229-6.75 6.454-10.127 9.678-.618.606-1.688.527-2.255-.109-3.178-3.182-6.361-6.358-9.538-9.54-.596-.558-.626-1.597-.008-2.15 3.281-3.16 6.588-6.293 9.874-9.448.274-.26.576-.524.959-.594m.247.373c-.532.005-.995.308-1.356.673-3.067 2.934-6.143 5.86-9.203 8.8-.739.649-.716 1.889.01 2.539 2.94 2.941 5.887 5.876 8.82 8.824.636.744 1.871.875 2.592.182 3.154-3.01 6.302-6.024 9.456-9.034.716-.634.696-1.841.006-2.486-2.932-2.947-5.878-5.882-8.815-8.824-.385-.419-.931-.701-1.51-.674z"/><path fill="#fff100" d="M11.792 1.469c.581-.205 1.211.048 1.607.49 2.954 2.97 5.936 5.912 8.874 8.897.647.652.335 1.702-.37 2.168-3.059 2.902-6.095 5.827-9.151 8.731-.548.523-1.49.434-1.985-.12-2.978-2.983-5.964-5.96-8.942-8.944-.529-.516-.512-1.447.053-1.931 3.036-2.924 6.097-5.825 9.139-8.744.232-.215.469-.445.775-.547m.015 4.82c-.372.056-.568.544-.337.841.226.343.817.266.943-.126.155-.37-.217-.809-.606-.715M7.019 7.487c.034.319.071.637.112.955-.119.131-.239.259-.359.389.143.854-.115 1.698-.155 2.549.301.05.607.077.913.086.008-.408.11-1.144.624-1.136.374.342.674.774.912 1.22.017.5.014 1.004.132 1.496-.37.367-.768.706-1.103 1.108.128.88.362 1.754.809 2.53.194-.251.385-.504.569-.761a2.177 2.177 0 0 1-.864-1.645c.457-.175.918-.347 1.388-.481.421.906 1.37 1.859.68 2.891l.726-.001c.33-1.093-.57-2.018-.626-3.096.884.169 1.784.095 2.662-.072.616.08.199.724.056 1.052-.283.715-1.057 1.164-1.168 1.95.247-.023.494-.049.743-.077l-.005-.398.281-.055c.178-.449.509-.808.925-1.049.048-.263.107-.524.162-.786 1.307.082 1.738 1.765 1.2 2.776l.646-.022c.352-.75-.102-1.495-.126-2.26.007-.455-.559-.624-.595-1.064-.064-.398-.064-.802-.076-1.204l.256-.142c.583.881.56 2.294 1.739 2.66-.15-.628-.638-1.105-.769-1.741-.314-.835-.524-1.896-1.462-2.249-.622-.47-1.393-.361-2.112-.264.418-.659-.138-1.376-.247-2.051-.108-.395-.265-1.198-.846-.875-.792.547-1.601 1.092-2.304 1.753-.563-.686-1.295-1.459-2.273-1.322-.149-.221-.294-.444-.445-.665z"/><path fill="#fff100" d="M10.122 10.006c.426-.276.836-.574 1.248-.87.232.215.468.449.508.779-.468.158-.95.269-1.43.384a9.986 9.986 0 0 0-.325-.293z"/></symbol><symbol viewBox="0 0 27 24" id="warning--expressway--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.477 0h.313c.97.15 1.82.76 2.3 1.612a1349.694 1349.694 0 0 1 10.758 18.339c.789 1.235.432 3.213-1.044 3.752-1.193.35-2.472.153-3.699.297H5.493c-1.295-.117-2.623.027-3.896-.256-1.542-.486-1.965-2.523-1.145-3.792A1333.161 1333.161 0 0 1 11.207 1.613a3.149 3.149 0 0 1 2.27-1.612m-.087 3.044C9.799 9.151 6.179 15.243 2.611 21.364c7.359.009 14.718.009 22.077 0A4111.408 4111.408 0 0 0 13.719 2.74c-.199-.071-.231.192-.328.304z"/><path fill="#fff" d="M13.39 3.045c.098-.113.129-.375.328-.305 3.668 6.2 7.334 12.404 10.97 18.624-7.359.009-14.718.009-22.077 0C6.179 15.242 9.799 9.151 13.39 3.045m-.747 6.583c-.468 1.059-1.045 2.072-1.454 3.157.659-.156.649-1.093.995-1.602.057-.019.172-.057.231-.075-.243.519-.43 1.06-.628 1.598.479.008.957.008 1.434.003.11-1.037.204-2.075.3-3.113-.124.003-.374.008-.498.009l-.38.022m1.136-.03c.096 1.038.191 2.076.299 3.112.479.005.956.005 1.434-.003-.197-.537-.385-1.079-.627-1.599l.23.076c.348.509.336 1.448.996 1.602-.409-1.086-.985-2.098-1.455-3.157a24.608 24.608 0 0 0-.378-.021l-.498-.011m-5.595 3.537l-.006.501c.628.003 1.354.056 1.726.643h.44c.3-.441.82-.639 1.342-.621 1.359-.006 2.718-.023 4.077.009.476-.005.913.226 1.188.614l.439-.001c.372-.588 1.099-.642 1.728-.642l-.006-.503c-3.644-.006-7.286-.006-10.929 0m2.075 1.579c-.522 1.498-1.785 2.826-1.611 4.489.665-1.516 1.337-3.028 1.982-4.552-.093.015-.277.046-.37.063m-.978 4.525c1.107.005 2.214.005 3.322 0 .15-1.521.291-3.043.433-4.564-.659-.009-1.317.006-1.976-.015-.645 1.505-1.185 3.054-1.78 4.579m4.98-4.564c.143 1.521.284 3.043.435 4.564 1.108.005 2.215.005 3.322 0-.597-1.525-1.135-3.075-1.782-4.579-.659.021-1.317.006-1.976.015m2.411-.024c.645 1.525 1.319 3.039 1.982 4.556.176-1.664-1.089-2.991-1.611-4.491l-.37-.064z"/><path fill="#636363" d="M12.643 9.628l.38-.022c-.186.508-.369 1.017-.607 1.503l-.231.075c-.345.508-.336 1.446-.995 1.602.408-1.086.986-2.098 1.453-3.157zM14.277 9.607l.378.021c.47 1.059 1.046 2.072 1.455 3.158-.66-.154-.648-1.094-.996-1.602l-.23-.076c-.24-.485-.422-.995-.607-1.5z"/><path fill="#030303" d="M13.023 9.606l.498-.009c-.096 1.038-.191 2.076-.3 3.112-.477.005-.956.005-1.434-.003.198-.537.386-1.079.629-1.598.239-.486.421-.995.607-1.503zM13.779 9.597l.498.01c.186.506.367 1.015.607 1.5.242.521.431 1.062.627 1.599-.479.008-.956.008-1.434.003-.108-1.037-.203-2.075-.299-3.113zM8.185 13.133c3.643-.006 7.286-.006 10.929 0l.006.503c-.628 0-1.356.054-1.728.642l-.439.001a1.437 1.437 0 0 0-1.188-.614c-1.359-.032-2.718-.015-4.077-.009-.522-.018-1.043.18-1.342.621h-.44c-.372-.588-1.098-.64-1.726-.643l.006-.501zM10.259 14.712l.37-.063c-.645 1.524-1.317 3.036-1.982 4.552-.174-1.663 1.089-2.991 1.611-4.489zM9.282 19.237c.595-1.525 1.135-3.075 1.78-4.579.659.021 1.317.006 1.976.015-.143 1.521-.284 3.043-.433 4.564a368.08 368.08 0 0 1-3.323 0zM14.261 14.673c.659-.009 1.317.006 1.976-.015.646 1.505 1.185 3.054 1.782 4.579-1.107.005-2.214.005-3.322 0-.152-1.521-.293-3.043-.435-4.564zM16.671 14.649l.37.064c.522 1.5 1.787 2.827 1.611 4.491-.663-1.517-1.336-3.03-1.982-4.556z"/></symbol><symbol viewBox="0 0 27 24" id="warning--falling-rocks-or-debris-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.252 0h.636c.526.16 1.017.472 1.281.968 3.854 6.679 7.7 13.364 11.554 20.043.146.26.279.529.396.804v.767a2.02 2.02 0 0 1-1.456 1.417H1.492C.752 23.838.194 23.242 0 22.524v-.626c.221-.618.583-1.17.907-1.738C4.594 13.765 8.278 7.368 11.966.974c.263-.499.758-.814 1.285-.974M2.852 21.601c7.146.005 14.292.005 21.436 0a8595.79 8595.79 0 0 0-10.719-18.59 8594.949 8594.949 0 0 0-10.717 18.59z"/><path fill="#fff" d="M2.852 21.601a9518.543 9518.543 0 0 1 10.717-18.59 9519.432 9519.432 0 0 1 10.719 18.59c-7.144.005-14.29.005-21.436 0m1.289-.721c4.216 0 8.433.008 12.649-.004-.214-1.557-1.741-2.313-2.548-3.527.077-.423.041-.884-.273-1.208-.525-.575-.458-1.41-.75-2.092-.273-.654-.594-1.351-.424-2.075.072-1.447-1.372-2.393-1.256-3.835-2.468 4.245-4.93 8.495-7.399 12.74m8.062-11.171c.129.267.277.544.552.689.389-.205.434-.603.113-.898a34.25 34.25 0 0 0-.664.209m1.162 1.817c.203-.221.446-.42.583-.693.001-.344-.392-.464-.645-.587-.506.298-.46 1.029.062 1.28m.556 1.362c.058.885.403 2.123 1.529 2.038.503-.274.815-.842 1.336-1.131-.221-.494-.343-1.022-.416-1.557-.401-.294-.913-.325-1.346-.55-.438.324-.85.712-1.102 1.2m-.755-.926c-.06.13-.125.26-.193.388.102.127.199.256.296.388.214-.165.27-.424.281-.679a5.523 5.523 0 0 1-.384-.096m4.338 3.873c.456.32 1.291.693 1.666.087.426-.526-.028-1.197-.447-1.566-.814.001-1.531.618-1.219 1.479m-2.868-.381c-.241.423.088.797.405 1.049.374-.164.842-.489.612-.963-.041-.518-.957-.652-1.017-.087m3.683 1.221c-.565.446-1.115 1.102-1.051 1.874.107.647.751.972 1.223 1.336.484.419 1.134.094 1.7.157.329-.34.75-.632.923-1.09.117-.685-.087-1.435-.564-1.944-.606-.504-1.502-.564-2.232-.332m-2.516 1.56c.249.508 1.03.301 1.208-.168-.216-.331-.453-.698-.887-.739-.336.136-.56.59-.321.907z"/><path d="M4.141 20.88c2.469-4.245 4.932-8.495 7.399-12.74-.117 1.441 1.327 2.388 1.256 3.835-.169.724.152 1.421.424 2.075.292.682.225 1.517.75 2.092.313.324.35.785.273 1.208.807 1.214 2.334 1.97 2.548 3.527-4.217.012-8.434.004-12.649.004z"/><path d="M12.202 9.708c.22-.072.442-.141.664-.209.321.294.277.693-.113.898-.275-.145-.423-.422-.552-.689zM13.365 11.525c-.522-.251-.568-.982-.062-1.28.254.123.647.243.645.587-.137.273-.38.472-.583.693zM13.921 12.887c.252-.488.664-.876 1.102-1.2.434.225.945.256 1.346.55.073.534.195 1.063.416 1.557-.521.289-.833.857-1.336 1.131-1.127.085-1.471-1.153-1.529-2.038zM13.167 11.961c.126.037.255.069.384.096-.011.255-.066.514-.281.679-.096-.132-.194-.26-.296-.388.068-.127.133-.258.193-.388zM17.505 15.835c-.312-.861.405-1.478 1.219-1.479.419.369.873 1.04.447 1.566-.376.606-1.211.233-1.666-.087zM14.637 15.454c.06-.565.976-.431 1.017.087.231.473-.237.799-.612.963-.317-.252-.647-.626-.405-1.049zM18.32 16.674c.729-.232 1.626-.172 2.232.332.477.51.681 1.26.564 1.944-.174.458-.594.75-.923 1.09-.567-.064-1.216.262-1.7-.157-.472-.363-1.116-.689-1.223-1.336-.064-.772.485-1.428 1.051-1.874zM15.803 18.235c-.239-.317-.015-.772.321-.907.434.041.671.408.887.739-.178.469-.959.677-1.208.168z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fbdf0a" d="M11.662 0h.602c.253.125.499.271.701.472 3.254 3.266 6.521 6.522 9.779 9.785.454.462.984.878 1.256 1.483v.445c-.131.306-.299.599-.54.832-3.247 3.234-6.482 6.481-9.725 9.719-.467.458-.89.991-1.502 1.265h-.438c-.275-.118-.545-.258-.758-.472-3.276-3.284-6.56-6.562-9.84-9.844-.428-.437-.923-.832-1.196-1.392v-.604c.269-.559.757-.953 1.184-1.385l9.121-9.12C10.731.759 11.127.29 11.662 0m-.089.42C7.883 3.959 4.324 7.65.683 11.245c-.467.353-.536 1.072-.064 1.453 3.558 3.564 7.12 7.126 10.684 10.684.331.389.97.433 1.316.041 3.588-3.574 7.165-7.16 10.746-10.741a.89.89 0 0 0-.005-1.358C19.798 7.764 16.238 4.201 12.675.64c-.269-.304-.743-.466-1.103-.22z"/><path fill="#000101" d="M11.573.42c.36-.246.834-.084 1.103.22 3.563 3.56 7.123 7.123 10.685 10.684a.89.89 0 0 1 .005 1.358c-3.581 3.581-7.158 7.168-10.746 10.741-.347.392-.985.348-1.316-.041C7.74 19.824 4.178 16.262.62 12.698c-.473-.382-.403-1.1.064-1.453C4.325 7.65 7.884 3.959 11.574.42m.338.336c-.32.122-.526.436-.774.662A6925.6 6925.6 0 0 1 .996 11.558c-.228.175-.362.529-.108.745 3.575 3.589 7.163 7.166 10.745 10.75a.455.455 0 0 0 .726-.008c3.562-3.563 7.126-7.123 10.686-10.688a.45.45 0 0 0 .005-.721C19.512 8.092 15.964 4.557 12.43 1.01c-.14-.132-.302-.302-.517-.253z"/><path fill="#ffdb00" d="M11.912.756c.215-.049.377.121.517.253 3.534 3.547 7.082 7.082 10.62 10.626a.45.45 0 0 1-.005.721c-3.56 3.565-7.124 7.126-10.686 10.688a.454.454 0 0 1-.726.008c-3.582-3.583-7.17-7.16-10.745-10.75-.254-.216-.12-.57.108-.745a6925.6 6925.6 0 0 0 10.142-10.14c.248-.227.454-.54.774-.662M3.36 12.232a511.976 511.976 0 0 1 5.195 5.122c2.566-.007 5.131.005 7.697-.006l-.018-.332c-1.12-.024-2.243.049-3.358-.038-.877-1.416-1.606-2.93-2.432-4.381-.21-.272-.028-.589.094-.854.545-1.142 1.042-2.306 1.598-3.443.101-.229.265-.49.108-.733-.458-1.006-.907-2.016-1.378-3.017C8.36 7.107 5.87 9.681 3.36 12.234m10.124-2.587c-.56.054-.865.809-.484 1.229.328.462 1.114.344 1.306-.182.232-.517-.264-1.153-.822-1.046m.956 2.888c-.54.04-.884.74-.552 1.182.289.484 1.087.443 1.319-.074.301-.505-.194-1.202-.767-1.108m.72 2.759c-.497.05-.846.658-.583 1.1.236.551 1.118.559 1.36.007.305-.509-.202-1.211-.776-1.108z"/><path d="M3.36 12.232c2.51-2.552 5-5.126 7.506-7.684.47 1.001.919 2.011 1.378 3.017.157.244-.007.504-.108.733-.557 1.136-1.054 2.3-1.598 3.443-.121.265-.304.582-.094.854.827 1.451 1.555 2.965 2.432 4.381 1.115.088 2.238.014 3.358.038l.018.332c-2.566.011-5.131-.001-7.697.006C6.839 15.629 5.1 13.93 3.36 12.23z"/><path d="M13.484 9.647c.558-.107 1.054.529.822 1.046-.192.527-.978.644-1.306.182-.382-.42-.077-1.175.484-1.229zM14.44 12.536c.572-.095 1.068.602.767 1.108-.232.517-1.03.558-1.319.074-.332-.442.012-1.142.552-1.182zM15.16 15.295c.575-.103 1.081.599.776 1.108-.241.552-1.123.544-1.36-.007-.263-.443.086-1.05.583-1.1z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M11.836 0h.325c.242.181.463.389.674.605C16.543 4.355 20.318 8.041 24 11.817v.378c-3.9 3.966-7.841 7.9-11.802 11.806h-.37A990.993 990.993 0 0 1 0 12.182v-.326c.608-.738 1.337-1.367 1.997-2.058C5.284 6.54 8.514 3.223 11.836.001M.59 12.006c3.8 3.805 7.604 7.609 11.412 11.408 3.82-3.79 7.62-7.601 11.419-11.411-3.804-3.806-7.603-7.62-11.419-11.414C8.199 4.395 4.392 8.197.59 12.006z"/><path fill="#fcdc0f" d="M11.55 1.836c.479-.236 1.048-.031 1.385.349 2.998 3.004 6.006 5.996 8.996 9.005.454.422.46 1.201.005 1.625a7842.619 7842.619 0 0 1-9.121 9.12c-.424.457-1.201.452-1.621-.007a7844.339 7844.339 0 0 1-9.122-9.121c-.473-.445-.421-1.255.062-1.672 2.876-2.884 5.762-5.759 8.639-8.642.242-.235.468-.506.778-.656M5.456 15.002c4.362.006 8.724.016 13.085-.005a17.343 17.343 0 0 0-.445-.455c-1.092-.013-2.188.032-3.278-.024-.01-.301.032-.655-.284-.812-.218.146-.475.196-.732.227-.035.202-.064.404-.094.607l-.407.006a931.243 931.243 0 0 1-2.465-7.04c.431-.272.251-.896-.278-.833l-.192-.464c-1.735 2.86-3.266 5.869-4.909 8.794m6.436-6.935c.037.139.077.277.116.416l.349.005c-.072-.122-.145-.245-.216-.368l-.25-.053m-.107.9c-.179.878 1.319.577.745-.137-.434-.061-.798-.114-.842-.662-.214.259-.092.564.097.799m1.083 1.74c.118.174.17.482.444.433.01-.295-.13-.488-.444-.433m-.402.338l.221.47c.202-.21.124-.778-.221-.47m.765.292c-.581.042-.488.967.086.902.596-.032.503-.983-.086-.902z"/><path d="M.59 12.006C4.392 8.197 8.199 4.396 12.002.589c3.816 3.794 7.615 7.608 11.419 11.414-3.799 3.81-7.6 7.621-11.419 11.411A8767.544 8767.544 0 0 1 .59 12.006m10.96-10.17c-.31.15-.535.421-.778.656-2.876 2.884-5.762 5.759-8.639 8.642-.484.416-.535 1.226-.062 1.672 3.038 3.042 6.079 6.084 9.122 9.121.42.46 1.198.464 1.621.007 3.043-3.037 6.083-6.078 9.121-9.12.455-.424.449-1.202-.005-1.625-2.99-3.008-5.999-6.001-8.996-9.005-.337-.38-.906-.586-1.385-.349z"/><path d="M5.456 15.002c1.643-2.924 3.174-5.934 4.909-8.794.064.155.127.31.192.464.529-.064.709.56.278.833a901.33 901.33 0 0 0 2.465 7.04l.407-.006c.03-.203.059-.406.094-.607.257-.031.514-.08.732-.227.317.157.275.511.284.812 1.091.056 2.186.011 3.278.024.151.149.3.301.445.455-4.361.02-8.723.011-13.085.005z"/><path d="M11.893 8.068l.25.053c.071.124.144.246.216.368l-.349-.005c-.04-.139-.079-.277-.116-.416z"/><path d="M11.785 8.968c-.19-.235-.311-.54-.097-.799.044.548.408.601.842.662.574.714-.924 1.015-.745.137zM12.868 10.708c.314-.055.454.138.444.433-.274.049-.326-.259-.444-.433zM12.466 11.046c.344-.307.422.26.221.47l-.221-.47zM13.231 11.338c.589-.08.683.87.086.902-.575.065-.667-.86-.086-.902z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.57.78c.653-.11 1.3.199 1.736.672 3.078 3.083 6.164 6.157 9.238 9.244.704.647.761 1.867.037 2.522-3.314 3.167-6.626 6.337-9.942 9.503-.686.666-1.872.614-2.531-.066-3.16-3.163-6.329-6.318-9.48-9.488-.694-.697-.601-1.926.155-2.542 3.19-3.05 6.384-6.098 9.572-9.151.335-.33.732-.636 1.214-.694m-.249.34c-.301.109-.54.331-.77.546C7.344 4.742 4.119 7.799.916 10.878c-.636.542-.648 1.594-.04 2.161 3.143 3.14 6.281 6.286 9.426 9.424.553.575 1.562.632 2.141.065 3.319-3.162 6.634-6.331 9.948-9.499.611-.557.564-1.591-.037-2.137-3.092-3.11-6.2-6.205-9.3-9.308-.43-.467-1.127-.686-1.734-.463z"/><path fill="#231f20" d="M11.434 1.475c.64-.151 1.314.104 1.756.576 2.903 2.897 5.806 5.795 8.698 8.702.665.62.716 1.777.041 2.408-3.106 2.977-6.221 5.944-9.331 8.915-.664.636-1.802.577-2.432-.078-2.922-2.92-5.839-5.844-8.762-8.762-.72-.635-.746-1.856-.022-2.497C4.36 7.878 7.356 5.033 10.34 2.178c.313-.302.655-.613 1.096-.703m-.516.681c-.755.689-1.483 1.409-2.222 2.116.257.396.514.79.776 1.181-.122.274-.248.546-.376.817.214.461.439.914.652 1.374-.222.456-.436.917-.653 1.375.239.448.484.893.73 1.337-.367.78-.752 1.55-1.117 2.33.353.662.701 1.327 1.05 1.991.419.002.836.004 1.254.002.214.432.425.864.636 1.296l.34.002c-.008-.269-.016-.538-.019-.808l-.414-.15c-.016-.238.092-.432.275-.577l-.026-.265c.421.006.859.056 1.262-.102-.418-.048-.838-.04-1.256-.036a10.593 10.593 0 0 0-.162-.727c.211-.48.656-.796.88-1.27.222-.409.454-.989 1.026-.919 1.232.031 2.482-.106 3.703.043.73.532.792 1.589 1.384 2.258-.449.019-.93-.074-1.343.15.426.05.854.036 1.282.03l-.007.394c-.422 0-.854-.043-1.264.088.41.07.828.062 1.243.06l-.016.29c.091.078.184.156.274.235l-.018.272-.392.229.005.712a2.683 2.683 0 0 1-1.218.054c-.168-.24-.08-.554-.108-.828-1.265-.004-2.53.022-3.796.014a14.23 14.23 0 0 1-.03.851c.738.01 1.478-.023 2.216.007.204-.017.244.223.349.344-3.635-.014-7.271-.077-10.906-.115 1.843 1.837 3.679 3.682 5.522 5.518.508.536 1.436.56 1.954.024 3.052-2.912 6.097-5.828 9.154-8.735.613-.485.658-1.466.079-1.997-2.912-2.93-5.839-5.848-8.764-8.766-.494-.529-1.4-.61-1.938-.101m1.841 10.626c1.625-.067 3.256-.155 4.879-.024-.259-.392-.346-1.136-.949-1.09a46.538 46.538 0 0 0-2.894.011c-.626-.055-.752.701-1.036 1.103m1.405.691c.035.203-.157.604.156.632.61.048 1.222.002 1.832-.008.01-.21.016-.419.019-.629a16.816 16.816 0 0 0-2.008.005z"/><path fill="#231f20" d="M10.042 6.65c-.439-.047-.433-.547.006-.593l.132.299-.138.294zM9.998 8.618c.134.007.268.017.402.028l.16.347-.168.356-.391.014c-.066-.124-.133-.246-.2-.368l.198-.377zM11.024 9.356l.69.01c.109.227.22.454.331.68-.143.488-.482.791-1.015.67a54.74 54.74 0 0 0-.364-.676c.118-.229.238-.456.358-.684zM10.679 11.669c-.167-.157-.251-.607.109-.499.23.155-.032.34-.109.499zM10.565 12.721c.072-.132.145-.264.22-.396l.383.002.206.395c-.068.13-.138.259-.208.39l-.382.001-.22-.392z"/><path fill="#fff103" d="M11.32 1.12c.607-.223 1.304-.004 1.734.463 3.1 3.103 6.208 6.198 9.3 9.308.601.546.648 1.58.037 2.137-3.314 3.168-6.629 6.337-9.948 9.499-.578.568-1.588.51-2.141-.065-3.145-3.138-6.283-6.283-9.426-9.424-.608-.568-.596-1.619.04-2.161C4.119 7.798 7.343 4.74 10.55 1.665c.23-.215.469-.437.77-.546m.114.356c-.44.09-.782.401-1.096.703-2.984 2.855-5.98 5.7-8.958 8.561-.725.641-.698 1.862.022 2.497 2.923 2.918 5.84 5.843 8.762 8.762.63.655 1.769.714 2.432.078 3.11-2.971 6.226-5.938 9.331-8.915.676-.631.624-1.788-.041-2.408a3102.696 3102.696 0 0 0-8.698-8.702c-.442-.472-1.116-.727-1.756-.576z"/><path fill="#fff103" d="M10.92 2.156c.538-.509 1.444-.428 1.938.101 2.924 2.918 5.851 5.836 8.764 8.766.578.53.534 1.512-.079 1.997-3.056 2.906-6.102 5.822-9.154 8.735-.517.536-1.446.512-1.954-.024-1.843-1.836-3.679-3.68-5.522-5.518 3.635.038 7.271.101 10.906.115-.106-.121-.145-.361-.349-.344-.738-.03-1.478.002-2.216-.007.019-.283.028-.568.03-.851 1.266.007 2.531-.018 3.796-.014.028.274-.06.588.108.828.403.084.822.049 1.218-.054a84.202 84.202 0 0 0-.005-.712c.131-.076.263-.152.392-.229l.018-.272c-.09-.079-.182-.157-.274-.235l.016-.29c-.415.002-.833.01-1.243-.06.409-.131.841-.088 1.264-.088l.007-.394c-.427.006-.856.02-1.282-.03.413-.224.894-.131 1.343-.15-.592-.67-.654-1.727-1.384-2.258-1.222-.149-2.471-.012-3.703-.043-.572-.07-.804.51-1.026.919-.223.474-.668.79-.88 1.27.064.24.115.484.162.727.419-.004.839-.012 1.256.036-.403.158-.841.108-1.262.102l.026.265c-.182.145-.29.34-.275.577l.414.15c.004.27.011.539.019.808l-.34-.002a257.95 257.95 0 0 0-.636-1.296c-.418.001-.835 0-1.254-.002-.349-.664-.697-1.328-1.05-1.991.365-.78.75-1.55 1.117-2.33a95.96 95.96 0 0 1-.73-1.337c.217-.458.431-.919.653-1.375-.212-.46-.438-.913-.652-1.374.127-.271.253-.544.376-.817a77.44 77.44 0 0 1-.776-1.181c.739-.707 1.468-1.427 2.222-2.116m-.877 4.492l.138-.294c-.034-.074-.1-.224-.132-.299-.439.046-.445.546-.006.593m-.044 1.968l-.198.377.2.368.391-.014c.055-.119.112-.238.168-.356l-.16-.347c-.134-.011-.268-.02-.402-.028m1.027.738c-.12.228-.24.455-.358.684.122.224.244.449.364.676.533.121.872-.181 1.015-.67a84.37 84.37 0 0 1-.331-.68l-.69-.01m-.345 2.313c.077-.16.34-.344.109-.499-.36-.108-.276.342-.109.499m-.114 1.052c.072.131.145.262.22.392l.382-.001.208-.39-.206-.395-.383-.002c-.074.132-.148.264-.22.396z"/><path fill="#fff103" d="M12.762 12.78c.283-.402.409-1.158 1.036-1.103.965-.034 1.93-.037 2.894-.011.604-.047.69.697.949 1.09-1.624-.131-3.254-.043-4.879.024zM14.167 13.471c.668-.034 1.339-.05 2.008-.005-.004.21-.01.419-.019.629-.611.011-1.223.056-1.832.008-.313-.029-.121-.43-.156-.632z"/></symbol><symbol viewBox="0 0 27 24" id="warning--falling-rocks-or-debris-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.441 0h.503c.281.185.518.432.68.728 4.256 7.411 8.555 14.799 12.804 22.214v.514c-.156.156-.313.314-.48.458-7.061-.112-14.127-.016-21.189-.048-1.758.021-3.516-.049-5.273.045-.17-.149-.328-.311-.487-.473v-.429C4.183 15.614 8.496 8.291 12.709.913c.185-.347.444-.646.731-.913M3.548 21.592c6.784.007 13.57.005 20.355 0-3.39-5.877-6.78-11.755-10.18-17.627-3.396 5.874-6.791 11.746-10.175 17.627z"/><path fill="#fff" d="M3.548 21.592c3.383-5.881 6.779-11.753 10.175-17.627 3.4 5.872 6.79 11.75 10.18 17.627-6.784.005-13.57.007-20.355 0M15.18 10.28c.178.812-.588 1.536-.24 2.342.466 1.345-.543 2.54-.701 3.835-.016.433-.468.61-.742.869-.632.454-.809 1.274-1.38 1.788a2.544 2.544 0 0 0-.834 1.562c3.658.01 7.315.003 10.973.003-2.213-3.833-4.419-7.67-6.642-11.499-.289.295-.506.671-.435 1.1m-1.862 1.553c.255.119.531.181.813.185-.005-.337-.224-.533-.539-.612a62.1 62.1 0 0 0-.274.427m-1.148 2.802c.317.32.721.481 1.149.272.051-.245.103-.492.162-.736-.477-.411-1.182-.134-1.311.465m-1.166.457c.145.149.295.296.444.442.097-.173.191-.347.28-.524-.241.022-.483.052-.724.082m2.008.729a63.68 63.68 0 0 0-.137.761c.224-.096.446-.195.667-.295l.011-.281c-.181-.06-.361-.122-.54-.185m-2.256.418a2.295 2.295 0 0 0-.267 1.363c.507.258 1.295.485 1.699-.06.41-.346.144-.896.11-1.34-.475-.315-1.06-.203-1.541.037m-2.803 1.671c-.464-.187-.882.052-1.267.293-.154.147-.306.295-.453.448.001.437-.027.878.015 1.315.148.427.656.528.99.771.435-.104.876-.18 1.308-.3.192-.475.68-.782.734-1.318-.413-.417-.569-.986-.773-1.517-.185.101-.369.206-.554.307m2.336.761c-.484.189-.18.66.134.839.243-.095.483-.192.723-.292-.089-.417-.396-.909-.857-.547z"/><path d="M15.18 10.28c-.071-.429.145-.805.435-1.1 2.223 3.829 4.428 7.666 6.642 11.499-3.658 0-7.315.007-10.973-.003a2.544 2.544 0 0 1 .834-1.562c.571-.514.747-1.334 1.38-1.788.274-.259.725-.436.742-.869.158-1.295 1.167-2.489.701-3.835-.348-.806.418-1.531.24-2.342zM13.317 11.833l.274-.427c.315.078.533.274.539.612a1.98 1.98 0 0 1-.813-.185z"/><path d="M12.169 14.635c.129-.599.834-.876 1.311-.465-.059.244-.111.491-.162.736-.428.21-.832.048-1.149-.272zM11.003 15.093c.241-.03.483-.06.724-.082a11.98 11.98 0 0 1-.28.524 20.555 20.555 0 0 1-.444-.442zM13.011 15.822c.18.063.359.125.54.185l-.011.281c-.221.1-.443.199-.667.295.044-.255.091-.507.137-.761zM10.756 16.24c.481-.24 1.067-.352 1.541-.037.034.444.3.994-.11 1.34-.405.546-1.192.318-1.699.06-.06-.458.047-.959.267-1.363zM7.954 17.911c.185-.101.369-.206.554-.307.204.531.361 1.1.773 1.517-.053.536-.542.843-.734 1.318-.432.121-.874.196-1.308.3-.335-.243-.842-.344-.99-.771-.043-.437-.014-.878-.015-1.315.147-.154.299-.302.453-.448.385-.241.804-.48 1.267-.293zM10.29 18.671c.461-.362.768.13.857.547-.24.1-.48.197-.723.292-.314-.18-.619-.65-.134-.839z"/><path fill="#120102" opacity=".08" d="M0 23.439c.159.162.317.324.487.473L.639 24H0v-.561z"/><path fill="#190102" opacity=".11" d="M26.949 23.915c.167-.144.324-.302.48-.458V24h-.614l.134-.085z"/><path fill="#c20813" opacity=".86" d="M.487 23.912c1.757-.095 3.515-.025 5.273-.045 7.061.032 14.127-.064 21.189.048l-.134.085H.64l-.152-.088z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.93.775c.622-.101 1.225.203 1.651.64 3.247 3.114 6.514 6.21 9.752 9.334.814.751.582 2.094-.257 2.728-3.071 3.052-6.121 6.122-9.187 9.179-.659.679-1.841.732-2.527.066-3.318-3.164-6.63-6.336-9.944-9.504-.722-.656-.666-1.872.037-2.52 3.052-3.068 6.121-6.12 9.176-9.186.352-.36.782-.682 1.298-.736m-.362.374c-.292.118-.523.337-.744.552C7.77 4.77 4.696 7.82 1.647 10.892c-.6.547-.648 1.578-.038 2.136 3.293 3.151 6.592 6.295 9.886 9.444.575.614 1.627.593 2.203-.008 3.127-3.115 6.24-6.247 9.368-9.361.652-.564.685-1.656.02-2.224-3.246-3.118-6.508-6.218-9.76-9.329-.443-.469-1.157-.662-1.759-.4z"/><path fill="#231f20" d="M11.794 1.476c.61-.152 1.252.085 1.681.527 3.05 2.91 6.103 5.816 9.145 8.736.696.62.71 1.792.038 2.434-2.938 2.944-5.881 5.885-8.822 8.826-.631.654-1.766.714-2.431.078-3.092-2.95-6.182-5.903-9.274-8.854-.725-.624-.71-1.825-.019-2.468 2.81-2.831 5.641-5.641 8.455-8.467.347-.348.725-.715 1.226-.811m-.651.78c-2.887 2.874-5.764 5.761-8.647 8.64-.347.33-.608.799-.517 1.291.094.601.638.958 1.036 1.358 2.868 2.734 5.732 5.472 8.598 8.208.518.536 1.442.512 1.952-.023 1.846-1.836 3.679-3.683 5.525-5.519-3.644.036-7.289.104-10.933.112.14-.137.241-.389.479-.347.704-.017 1.409.004 2.112 0a13.495 13.495 0 0 1-.029-.852c-1.267.007-2.533-.017-3.8-.014-.004.272-.008.547-.02.82a4.358 4.358 0 0 1-1.295-.022 60.845 60.845 0 0 1-.001-.74 36.16 36.16 0 0 1-.391-.218 28.083 28.083 0 0 1-.022-.289l.289-.221-.041-.29c.424-.001.851.002 1.27-.071-.419-.097-.852-.083-1.279-.086l-.007-.385c.437.005.875.016 1.308-.044-.434-.169-.906-.134-1.362-.14.704-.728.661-2.406 1.954-2.323 1.081.018 2.165-.001 3.247.034.48-.012.659.49.865.83.242.49.652.864.925 1.333a13.52 13.52 0 0 0-.169.743c-.425-.005-.851-.013-1.273.048.419.12.857.1 1.286.096l-.022.234c.128.18.233.376.307.584l-.456.164c-.004.27-.011.54-.019.811l.341-.002.632-1.296 1.255-.001c.349-.665.698-1.331 1.052-1.993-.371-.778-.749-1.55-1.12-2.328.246-.444.49-.89.733-1.337-.218-.46-.436-.922-.656-1.38.215-.457.438-.911.655-1.367a54.447 54.447 0 0 1-.379-.816c.262-.395.521-.79.779-1.187-.744-.703-1.465-1.429-2.225-2.114-.539-.509-1.441-.428-1.937.101m-4.133 9.452c-.342.233-.444.698-.653 1.044 1.625-.13 3.257-.041 4.884.024-.283-.402-.415-1.15-1.038-1.102-1.062-.017-2.136-.083-3.193.034m.822 1.753c-.002.209 0 .418.005.626.662-.011 1.357.134 2-.053.019-.186.017-.373.018-.56a16.858 16.858 0 0 0-2.023-.013z"/><path fill="#231f20" d="M13.992 6.032c.374.127.383.518-.001.64a50.528 50.528 0 0 0-.178-.317l.179-.323zM13.603 8.646l.396-.03.2.379-.202.37-.389-.016-.169-.356.163-.347zM12.288 9.365c.229-.004.458-.005.688-.007l.358.679-.361.672-.689-.016a66.61 66.61 0 0 0-.324-.656l.329-.672zM13.339 11.701c-.112-.158-.394-.511-.017-.528.312-.092-.001.401.017.528zM12.626 12.721l.205-.392.388-.002.216.395-.217.392-.386-.002-.205-.39z"/><path fill="#fff100" d="M11.567 1.15c.602-.263 1.316-.07 1.759.4 3.252 3.11 6.514 6.211 9.76 9.329.665.568.631 1.66-.02 2.224-3.128 3.114-6.241 6.246-9.368 9.361-.576.601-1.628.623-2.203.008-3.294-3.149-6.593-6.293-9.886-9.444-.61-.558-.562-1.589.038-2.136 3.049-3.072 6.124-6.121 9.176-9.19.221-.215.452-.434.744-.552m.227.326c-.502.096-.88.463-1.226.811-2.814 2.826-5.645 5.636-8.455 8.467-.691.643-.706 1.844.019 2.468 3.091 2.951 6.181 5.904 9.274 8.854.665.636 1.8.576 2.431-.078 2.941-2.941 5.885-5.882 8.822-8.826.672-.642.658-1.813-.038-2.434-3.042-2.92-6.095-5.826-9.145-8.736-.43-.442-1.072-.679-1.681-.527z"/><path fill="#fff100" d="M11.142 2.257c.496-.529 1.398-.61 1.937-.101.76.685 1.481 1.411 2.225 2.114-.258.397-.517.792-.779 1.187.124.272.251.545.379.816-.217.456-.44.91-.655 1.367.221.458.438.92.656 1.38-.244.446-.487.893-.733 1.337.371.778.749 1.55 1.12 2.328-.354.662-.703 1.328-1.052 1.993l-1.255.001-.632 1.296-.341.002c.008-.271.016-.541.019-.811l.456-.164a2.379 2.379 0 0 0-.307-.584l.022-.234c-.43.004-.868.024-1.286-.096.422-.061.848-.053 1.273-.048.05-.248.106-.497.169-.743-.274-.469-.683-.844-.925-1.333-.206-.341-.385-.842-.865-.83-1.082-.035-2.166-.016-3.247-.034-1.292-.083-1.249 1.595-1.954 2.323.456.006.928-.029 1.362.14-.433.06-.871.049-1.308.044.004.128.005.257.007.385.427.004.86-.011 1.279.086-.419.073-.846.07-1.27.071.013.097.026.193.041.29l-.289.221.022.289.391.218c-.001.247-.001.493.001.74.428.073.864.077 1.295.022.012-.272.017-.547.02-.82 1.267-.002 2.533.022 3.8.014.001.283.01.568.029.852-.703.004-1.408-.017-2.112 0-.238-.042-.338.21-.479.347 3.644-.007 7.289-.076 10.933-.112-1.846 1.836-3.679 3.683-5.525 5.519-.51.535-1.434.559-1.952.023-2.866-2.736-5.73-5.474-8.598-8.208-.397-.401-.942-.757-1.036-1.358-.091-.492.17-.961.517-1.291 2.884-2.879 5.76-5.766 8.647-8.64m2.85 3.777c-.044.082-.134.242-.179.323l.178.317c.384-.121.376-.512.001-.64m-.389 2.614l-.163.347.169.356.389.016.202-.37-.2-.379-.396.03m-1.316.719l-.329.672c.109.218.217.437.324.656l.689.016.361-.672-.358-.679-.688.007m1.052 2.336c-.018-.127.295-.62-.017-.528-.377.017-.095.37.017.528m-.713 1.02l.205.39.386.002.217-.392-.216-.395-.388.002-.205.392z"/><path fill="#fff100" d="M7.009 11.711c1.057-.116 2.131-.05 3.193-.034.623-.048.755.7 1.038 1.102-1.627-.065-3.259-.154-4.884-.024.209-.346.311-.811.653-1.044zM7.831 13.464c.673-.038 1.35-.029 2.023.013-.001.187.001.374-.018.56-.643.187-1.338.042-2 .053a18.685 18.685 0 0 1-.005-.626z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.743 0h.498c.509.217.866.65 1.249 1.03l9.42 9.42c.392.4.844.764 1.09 1.282v.498c-.191.496-.614.83-.976 1.196l-9.54 9.539c-.378.372-.725.798-1.213 1.036h-.502c-.497-.188-.828-.616-1.195-.976l-9.54-9.539c-.373-.38-.803-.725-1.034-1.218v-.508c.206-.516.652-.865 1.028-1.252l9.421-9.419c.403-.394.766-.854 1.294-1.09m-.073.386c-.277.152-.481.402-.706.619C7.508 4.47 4.039 7.923.584 11.39c-.361.312-.364.91.008 1.214 3.604 3.599 7.201 7.204 10.8 10.805.287.336.841.38 1.152.053 3.624-3.614 7.24-7.24 10.861-10.858.368-.306.367-.902.008-1.214C19.839 7.802 16.249 4.23 12.669.646 12.424.372 12.017.2 11.668.384z"/><path fill="#ffd520" d="M11.814.887c.197-.21.42.034.568.172 3.503 3.498 6.997 7.003 10.505 10.496.196.17.458.481.164.698-3.596 3.601-7.195 7.201-10.796 10.798-.218.289-.526.028-.692-.17C8.035 19.328 4.483 15.8.95 12.254c-.31-.22-.031-.521.164-.698C4.69 8.01 8.223 4.417 11.814.888m-.048 6.155c.103.047.205.095.306.144.128-.197.247-.398.355-.607-.283.046-.602.139-.661.463m1.097-.436c-.61.487-.643 1.336-1.044 1.964a17.31 17.31 0 0 0-1.558 3.23c-.052.748-.932 1.105-.917 1.879.049.684-.643 1.279-.234 1.956-.372.002-.744.01-1.115.016l.074-.182c.21-.018.419-.041.628-.068-.008-.595-.395-1.382-1.108-1.21-.276.18-.628.526-.499.884.264.217.574.38.916.43-.426.271-.958.113-1.432.162.042.251.31.218.503.223 3.433-.013 6.866.024 10.3.008.065-1.345.042-2.716-.33-4.019-.527-1.745-1.571-3.313-2.934-4.517-.37-.296-.719-.856-1.25-.757m-2.026.756c-.083.334-.346.76-.038 1.05.288.268.607-.134.876-.25.029-.221.054-.444.072-.666-.283-.164-.598-.353-.91-.134m-.318 2.393c.482.002.679-.462.768-.859-.486-.178-.835.432-.768.859m-.605 1.505c.233-.299.455-.606.641-.936-.204-.437-.601-.704-1.073-.776-.599.442-.438 1.702.432 1.712m-.858.483c.019.073.056.217.076.289.193.06.367.156.481.331.166-.257.166-.557.083-.842a1.21 1.21 0 0 0-.64.222m-.387.391c-.18.126-.362.25-.546.371.125.425.322.832.335 1.284.78-.143.959-1.333.211-1.655m-1.255 1.059c.086.172.174.344.263.515.366-.098.301-.392.095-.623l-.358.108z"/><path d="M11.67.385c.349-.185.756-.012 1.001.262 3.58 3.583 7.17 7.156 10.744 10.744.359.312.36.908-.008 1.214-3.622 3.618-7.237 7.243-10.861 10.858-.311.328-.865.283-1.152-.053-3.599-3.601-7.196-7.206-10.8-10.805-.372-.305-.37-.902-.008-1.214 3.455-3.467 6.924-6.92 10.38-10.386.224-.217.428-.467.706-.619m.142.501C8.222 4.416 4.69 8.009 1.114 11.555c-.196.178-.474.479-.164.698 3.533 3.546 7.085 7.074 10.613 10.627.167.198.474.46.692.17 3.601-3.596 7.2-7.196 10.796-10.798.294-.217.031-.528-.164-.698-3.508-3.493-7.002-6.998-10.505-10.496-.148-.138-.371-.382-.568-.172z"/><path d="M11.766 7.043c.059-.324.378-.418.661-.463-.108.209-.227.41-.355.607a14.326 14.326 0 0 0-.306-.144zM12.863 6.607c.532-.098.881.461 1.25.757 1.363 1.204 2.407 2.772 2.934 4.517.372 1.303.395 2.674.33 4.019-3.433.016-6.866-.022-10.3-.008-.193-.005-.461.028-.503-.223.474-.049 1.006.109 1.432-.162a1.869 1.869 0 0 1-.916-.43c-.128-.359.223-.704.499-.884.713-.173 1.099.614 1.108 1.21-.209.028-.418.05-.628.068l-.074.182c.371-.006.743-.013 1.115-.016-.409-.677.283-1.272.234-1.956-.016-.774.865-1.132.917-1.879.4-1.129.931-2.204 1.558-3.23.401-.629.434-1.477 1.044-1.964z"/><path d="M10.837 7.362c.312-.218.626-.03.91.134-.018.222-.043.445-.072.666-.269.115-.588.517-.876.25-.307-.29-.044-.716.038-1.05zM10.519 9.755c-.067-.427.282-1.037.768-.859-.089.397-.286.862-.768.859zM9.914 11.26c-.87-.011-1.031-1.271-.432-1.712.472.072.869.34 1.073.776-.186.33-.408.637-.641.936zM9.056 11.743c.187-.139.409-.205.64-.222.083.286.083.586-.083.842-.114-.175-.288-.271-.481-.331l-.076-.289zM8.669 12.134c.748.322.569 1.512-.211 1.655-.013-.452-.21-.859-.335-1.284.184-.121.366-.245.546-.371zM7.414 13.193l.358-.108c.206.23.271.524-.095.623-.089-.17-.176-.343-.263-.515z"/></symbol><symbol viewBox="0 0 24 24" id="warning--falling-rocks-or-debris-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.717 0h.54c.26.116.508.265.71.466l9.902 9.905c.412.42.894.802 1.13 1.357v.512a2.15 2.15 0 0 1-.419.658c-3.563 3.559-7.123 7.122-10.684 10.684a2.43 2.43 0 0 1-.635.419h-.499c-.241-.103-.478-.229-.665-.416C7.538 20.022 3.976 16.462.416 12.903a2.497 2.497 0 0 1-.418-.619v-.544c.221-.569.714-.948 1.126-1.373 3.281-3.281 6.564-6.56 9.841-9.845.217-.217.474-.388.75-.521m-.033.306c-.341.145-.574.449-.835.698C7.429 4.43 4.003 7.846.586 11.271c-.407.352-.455 1.016-.049 1.39 3.599 3.602 7.199 7.205 10.802 10.802a.913.913 0 0 0 1.321-.005c3.602-3.596 7.201-7.198 10.799-10.798.406-.371.358-1.036-.047-1.387C19.873 7.728 16.327 4.191 12.788.646c-.272-.299-.707-.512-1.106-.34z"/><path d="M11.682.307c.4-.173.834.041 1.106.34 3.539 3.545 7.085 7.082 10.624 10.627.404.352.452 1.016.047 1.387-3.598 3.6-7.196 7.201-10.799 10.798a.914.914 0 0 1-1.321.005A11001 11001 0 0 1 .537 12.662c-.406-.373-.358-1.038.049-1.39C4.004 7.847 7.43 4.431 10.847 1.006c.262-.25.494-.553.835-.698m.12.452C8.166 4.277 4.636 7.917 1.033 11.476c-.254.197-.462.595-.169.857 3.572 3.589 7.163 7.163 10.739 10.748a.5.5 0 0 0 .792-.001c3.56-3.563 7.123-7.124 10.684-10.686a.505.505 0 0 0 .004-.791C19.548 8.056 16.002 4.519 12.463.976c-.164-.18-.413-.336-.66-.216z"/><path d="M15.149 4c2.666 2.664 5.332 5.328 7.994 7.996-1.96 1.963-3.914 3.931-5.885 5.884-3.557.002-7.115.002-10.672 0v-.42c.791-.007 1.58.004 2.371-.006-.914-.248-1.345-1.412-.764-2.179.35-.846 1.416-.904 2.179-.686.666.293.66 1.117.766 1.732.066.619-.562.935-1.032 1.154.362-.017.733.019 1.09-.05.538-.325.893-.868 1.405-1.226.344-.2.36-.629.468-.971.121-.512.451-.942.596-1.446.312-1.268.02-2.646.571-3.862.528-1.163.744-2.575.006-3.691.473-.665.808-1.409.906-2.227z"/><path d="M13.967 5.094c.179-.04.361-.064.546-.07-.007.202-.014.402-.023.604-.104.036-.208.074-.311.113l-.202-.174c-.005-.157-.007-.316-.011-.473zM13.018 7.757c-.059-.463-.178-1.157.428-1.301.504.026.61.69.484 1.09-.252.218-.595.234-.912.211zM13.438 9.271c-.277-.379.268-.81.636-.823.078.407-.156.91-.636.823zM12.044 12.2c-.9-.638-.798-2.122.17-2.648.354.269.719.54.994.893.34.742-.349 1.807-1.164 1.756z"/><path d="M9.901 11.562c.904-.529 2.118.317 1.708 1.338-.588.128-1.192.095-1.788.066-.545-.364-.158-.978.08-1.404zM12.422 13.15a.872.872 0 0 1 .756-.204c.251.54-.265 1.109-.776.694.008-.164.016-.326.02-.49zM10.175 13.676c-.018-.605.769-.592 1.174-.419.014.294.046.601-.073.88-.344.383-1.238.144-1.1-.461zM11.322 15.907c.001-.281-.101-.76.313-.776.424.03.536.42.446.78a1.588 1.588 0 0 1-.76-.004z"/><path fill="#fee011" d="M11.802.76c.247-.12.496.036.66.216 3.539 3.544 7.085 7.08 10.62 10.627.253.2.253.593-.004.791L12.394 23.08a.5.5 0 0 1-.792.001C8.026 19.495 4.436 15.922.863 12.333c-.293-.262-.085-.66.169-.857C4.634 7.917 8.165 4.277 11.801.76M15.149 4c-.098.818-.433 1.562-.906 2.227.738 1.116.522 2.528-.006 3.691-.551 1.216-.259 2.593-.571 3.862-.145.504-.475.934-.596 1.446-.108.342-.124.77-.468.971-.512.359-.868.901-1.405 1.226-.356.07-.727.034-1.09.05.47-.22 1.098-.535 1.032-1.154-.106-.614-.1-1.439-.766-1.732-.763-.217-1.829-.16-2.179.686-.581.767-.15 1.931.764 2.179-.791.01-1.58-.001-2.371.006v.42c3.557.002 7.115.002 10.672 0 1.97-1.952 3.925-3.92 5.885-5.884a8609.352 8609.352 0 0 0-7.994-7.996m-1.183 1.096c.004.157.006.316.011.473l.202.174c.103-.038.206-.077.311-.113l.023-.604c-.185.006-.367.03-.546.07m-.95 2.663c.317.023.66.007.912-.211.126-.4.02-1.063-.484-1.09-.606.144-.487.838-.428 1.301m.42 1.514c.48.086.714-.416.636-.823-.368.013-.913.444-.636.823M12.044 12.2c.815.052 1.504-1.014 1.164-1.756-.275-.353-.64-.624-.994-.893-.968.527-1.07 2.01-.17 2.648m-2.143-.637c-.239.426-.625 1.04-.08 1.404.596.029 1.2.062 1.788-.066.41-1.021-.804-1.867-1.708-1.338m2.521 1.588c-.005.163-.012.325-.02.49.511.415 1.027-.154.776-.694a.872.872 0 0 0-.756.204m-2.247.526c-.138.605.756.844 1.1.461.119-.278.088-.586.073-.88-.404-.173-1.192-.186-1.174.419m1.148 2.231c.251.058.509.068.76.004.09-.36-.023-.75-.446-.78-.414.017-.312.496-.313.776z"/></symbol><symbol viewBox="0 0 27 24" id="warning--ferry--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M13.241 0h.666c.553.174 1.043.532 1.314 1.051a33187.02 33187.02 0 0 0 11.502 19.961c.146.26.279.527.396.801v.789A2.067 2.067 0 0 1 25.674 24H1.477C.75 23.828.202 23.246 0 22.537v-.649c.118-.297.252-.588.41-.868C4.266 14.341 8.112 7.655 11.967.974c.267-.492.753-.808 1.275-.974M2.85 21.601c7.147.005 14.294.004 21.44.001-3.572-6.199-7.139-12.401-10.721-18.594A11463.78 11463.78 0 0 0 2.85 21.601z"/><path fill="#fff" d="M2.85 21.601C6.416 15.4 9.99 9.204 13.569 3.008c3.582 6.193 7.15 12.395 10.721 18.594-7.146.003-14.293.004-21.44-.001m11.961-8.816c-.323.231-.464.628-.731.913-.58.202-1.222.159-1.806.353-.091.35-.027.713.043 1.062.191-.815 1.352-.951 1.451-.014a190.39 190.39 0 0 1 2.618.003l.061-.419c.011.348.118.679.381.918a87.434 87.434 0 0 0-3.511-.003c.499-.309.366-1.207-.297-1.112-.593.071-.58.822-.156 1.113-1.673-.031-3.346-.007-5.02-.014.121.576.22 1.166.481 1.699 3.5-.005 6.998.007 10.498-.005.243-.538.35-1.12.469-1.694-.678 0-1.355-.007-2.031.008.137-.163.275-.327.404-.496.247-.023.495-.038.743-.057l-.001-.963c-.678-.245-1.005-.968-1.645-1.258-.637-.125-1.307-.096-1.953-.034m-8.516 5.874c.545.071.976-.251 1.401-.53.641-.29 1.028.603 1.662.521.625.091.974-.713 1.596-.559.423.176.747.621 1.253.559.576.05.9-.643 1.471-.574.479.146.824.664 1.376.572.494.011.78-.488 1.237-.578.565-.034.891.647 1.474.579.648.096 1.035-.818 1.687-.518.408.275.826.564 1.345.548a9.809 9.809 0 0 0-.187-.369c-.519-.163-.902-.687-1.481-.639-.492-.028-.792.441-1.23.568-.586.092-.911-.624-1.498-.569-.706-.099-1.227 1.012-1.913.389-.546-.56-1.41-.457-1.938.068-.643.456-1.079-.488-1.707-.456-.719-.134-1.233.991-1.929.405-.815-.845-2.012-.149-2.618.582m-.011 1.2c.544.076.98-.231 1.403-.517.641-.293 1.035.591 1.669.511.618.091.969-.689 1.582-.553.428.169.758.62 1.266.553.605.058.96-.734 1.573-.538.416.198.767.616 1.276.536.561.031.875-.67 1.444-.556.442.141.761.601 1.265.559.641.098 1.029-.792 1.672-.517.418.274.841.567 1.368.545l-.201-.362c-.517-.165-.899-.69-1.478-.64-.583-.047-.908.673-1.496.565-.458-.172-.811-.656-1.352-.563-.575-.028-.899.719-1.494.549-.414-.171-.732-.603-1.223-.552-.59-.072-.914.635-1.492.572-.446-.106-.735-.594-1.226-.571-.541-.087-.885.414-1.352.567-.618.077-.975-.709-1.622-.565-.605.127-1.165.529-1.585.976z"/><path fill="#fff" d="M14.823 12.993c.331-.003.663-.003.994-.003-.007.247-.007.494-.001.74-.494 0-.987.001-1.481-.001l.488-.736zM15.938 12.99h.616c.247.244.492.491.738.738-.452.005-.903.003-1.355.004.007-.247.007-.495.001-.742zM16.887 14.403c.567-.343.267.514 0 0zM12.891 14.773c.358-.218.692.27.367.517-.321.207-.626-.271-.367-.517zM16.83 14.803c.279-.264.705.161.439.431-.26.311-.72-.151-.439-.431z"/><path d="M14.811 12.785c.645-.062 1.315-.091 1.953.034.64.29.967 1.013 1.645 1.258l.001.963c-.248.019-.496.034-.743.057-.129.169-.267.334-.404.496.677-.015 1.353-.008 2.031-.008-.119.574-.226 1.155-.469 1.694-3.5.012-6.998 0-10.498.005-.262-.533-.361-1.123-.481-1.699 1.673.007 3.346-.018 5.02.014-.424-.292-.437-1.043.156-1.113.663-.095.796.803.297 1.112 1.17-.019 2.34-.026 3.511.003-.263-.239-.37-.569-.381-.918l-.061.419a190.39 190.39 0 0 0-2.618-.003c-.099-.937-1.26-.801-1.451.014-.071-.348-.134-.712-.043-1.062.584-.194 1.226-.151 1.806-.353.267-.285.408-.682.731-.913m.01.208l-.488.736c.494.003.987.001 1.481.001-.005-.247-.005-.494.001-.74-.331 0-.663 0-.994.003m1.115-.003c.005.247.005.495-.001.742.452-.001.903.001 1.355-.004a102.7 102.7 0 0 0-.738-.738h-.616m.949 1.413c.267.514.567-.343 0 0m-3.996.37c-.259.245.046.724.367.517.324-.247-.009-.735-.367-.517m3.939.03c-.281.281.179.742.439.431.266-.27-.16-.696-.439-.431zM6.293 18.659c.606-.731 1.803-1.426 2.618-.582.697.586 1.211-.54 1.929-.405.628-.033 1.064.911 1.707.456.527-.525 1.391-.628 1.938-.068.686.622 1.207-.488 1.913-.389.587-.054.913.662 1.498.569.438-.127.738-.597 1.23-.568.579-.049.961.476 1.481.639.065.122.127.244.187.369-.519.016-.937-.273-1.345-.548-.652-.3-1.039.614-1.687.518-.583.068-.908-.613-1.474-.579-.457.089-.743.588-1.237.578-.552.092-.898-.426-1.376-.572-.571-.069-.895.624-1.471.574-.506.062-.83-.382-1.253-.559-.622-.155-.971.649-1.596.559-.635.083-1.021-.811-1.662-.521-.424.279-.856.601-1.401.53zM6.283 19.858c.42-.447.98-.849 1.585-.976.647-.144 1.003.643 1.622.565.466-.153.811-.654 1.352-.567.491-.023.78.465 1.226.571.578.062.902-.644 1.492-.572.491-.052.809.381 1.223.552.595.169.919-.578 1.494-.549.541-.094.894.391 1.352.563.587.107.913-.613 1.496-.565.579-.05.961.475 1.478.64l.201.362c-.527.022-.951-.271-1.368-.545-.643-.275-1.03.614-1.672.517-.504.042-.823-.418-1.265-.559-.569-.114-.883.587-1.444.556-.508.08-.86-.338-1.276-.536-.613-.195-.968.597-1.573.538-.508.066-.838-.384-1.266-.553-.613-.136-.964.644-1.582.553-.635.08-1.028-.804-1.669-.511-.423.286-.86.593-1.403.517z"/></symbol><symbol viewBox="0 0 24 24" id="warning--flaggers-in-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.425.572c.17-.115.353-.428.583-.251 1.258.839 2.271 1.984 3.363 3.021 2.826 2.873 5.769 5.652 8.4 8.702-1.332 1.784-3.001 3.281-4.536 4.887-2.251 2.224-4.439 4.519-6.826 6.601-.46.445-1.077.019-1.42-.355-3.271-3.146-6.468-6.369-9.639-9.614-.416-.487-.98-.885-1.223-1.496.256-.637.857-1.049 1.291-1.563C4.706 7.147 7.996 3.787 11.425.572m.109.252C7.914 4.433 4.297 8.048.684 11.663c-.29.201-.244.588.023.786 3.591 3.595 7.196 7.176 10.786 10.77.183.254.59.313.795.053 3.369-3.365 6.739-6.731 10.111-10.095.353-.357.738-.686 1.018-1.105-.159-.353-.443-.614-.716-.877-3.462-3.451-6.914-6.913-10.38-10.361-.199-.27-.588-.296-.788-.011z"/><path fill="#030303" d="M12.948 5.934c.48-.127 1.064-.072 1.416.315.536.633.423 1.822-.389 2.172-.381.136-.83.141-1.2-.03-.941-.48-.872-2.148.174-2.457z"/><path fill="#030303" d="M17.353 8.281c.294.007.587.035.877.091-.165.715-.317 1.435-.565 2.126-.932.038-1.85-.163-2.78-.156.091 2.692.316 5.378.416 8.069a68.306 68.306 0 0 1-.784-.008c-.327-1.3-.588-2.617-.951-3.906-.263 1.294-.396 2.61-.624 3.912-.292.003-.583.001-.873-.004-.046-2.704.003-5.407-.024-8.111-1.136-.228-2.271-.462-3.407-.689a18.954 18.954 0 0 1-.005-.754h6.022c.808.06 1.569.392 2.373.488.108-.353.22-.704.325-1.058zM5.745 8.854c.915-.008 1.829-.008 2.744 0 .011 1.138.007 2.277.004 3.414-.917.014-1.833.014-2.75 0-.003-1.138-.005-2.277.001-3.414z"/><path fill="#ffdb03" d="M11.534.824c.199-.285.588-.259.788.011 3.466 3.448 6.918 6.91 10.38 10.361.273.263.557.525.716.877-.281.419-.666.748-1.018 1.105-3.372 3.364-6.742 6.729-10.111 10.095-.205.26-.612.201-.795-.053C7.903 19.625 4.298 16.044.708 12.45c-.267-.198-.313-.586-.023-.786 3.614-3.615 7.23-7.23 10.85-10.839m1.413 5.109c-1.045.309-1.115 1.977-.174 2.457.37.171.819.165 1.2.03.812-.35.925-1.539.389-2.172-.351-.386-.936-.442-1.416-.315m4.406 2.347c-.106.354-.217.705-.325 1.058-.804-.096-1.565-.428-2.373-.488a6044.08 6044.08 0 0 0-6.022 0c-.003.251-.001.503.005.754 1.136.226 2.271.461 3.407.689.027 2.704-.022 5.407.024 8.111.29.005.582.007.873.004.228-1.302.361-2.618.624-3.912.362 1.289.624 2.606.951 3.906.262.004.522.007.784.008-.1-2.692-.325-5.378-.416-8.069.93-.007 1.848.194 2.78.156.248-.692.4-1.412.565-2.126a5.281 5.281 0 0 0-.877-.091m-11.608.573a388.526 388.526 0 0 0-.001 3.414c.917.014 1.833.014 2.75 0 .003-1.138.007-2.277-.004-3.414-.915-.008-1.829-.008-2.744 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--flaggers-in-road--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M9.178 2.67c.913-.856 1.759-1.832 2.869-2.437 3.599 3.287 6.98 6.801 10.399 10.27.434.514 1.033.927 1.292 1.565-.244.609-.808 1.007-1.224 1.496-3.195 3.266-6.412 6.515-9.71 9.679-.344.4-1.005.709-1.424.232-2.861-2.556-5.524-5.327-8.233-8.045C2.099 14.333.98 13.284.093 12.046c2.852-3.281 6.02-6.289 9.085-9.375M11.544.835C7.985 4.371 4.447 7.931.888 11.467a2.15 2.15 0 0 0-.441.603c.281.422.667.751 1.02 1.108 3.372 3.364 6.742 6.731 10.113 10.096.203.259.609.198.789-.054 3.592-3.595 7.199-7.176 10.789-10.773.264-.197.313-.582.024-.781A6934.312 6934.312 0 0 0 12.329.823c-.199-.283-.586-.256-.785.012z"/><path fill="#040404" d="M10.087 5.912c1.077-.361 2.001.816 1.578 1.807-.247.797-1.298 1.013-1.955.606-.845-.571-.679-2.187.377-2.414z"/><path fill="#040404" d="M5.634 8.37c.29-.056.584-.084.88-.088.102.355.216.708.328 1.06.936-.123 1.825-.553 2.784-.496 1.87.009 3.74-.004 5.609.007-.001.249-.004.5-.009.75-1.136.229-2.271.462-3.407.69-.018 2.701.004 5.403-.011 8.106-.296.009-.59.014-.885.012-.222-1.327-.393-2.663-.617-3.991-.346 1.321-.633 2.656-.959 3.982a51.23 51.23 0 0 1-.784.008c.102-2.69.323-5.378.418-8.068-.932-.008-1.851.195-2.784.155-.244-.693-.399-1.413-.563-2.127zM15.375 8.854c.915-.008 1.831-.008 2.744 0 .007 1.139.005 2.277.001 3.416-.917.012-1.833.012-2.75 0-.004-1.139-.007-2.278.004-3.416z"/><path fill="#ffdb04" d="M11.544.835c.199-.268.586-.296.785-.012a7925.45 7925.45 0 0 1 10.853 10.843c.289.199.24.584-.024.781-3.591 3.597-7.197 7.178-10.789 10.773-.18.252-.586.313-.789.054-3.371-3.365-6.74-6.732-10.113-10.096-.353-.357-.739-.686-1.02-1.108a2.15 2.15 0 0 1 .441-.603C4.447 7.931 7.985 4.371 11.544.835m-1.457 5.077c-1.056.226-1.222 1.843-.377 2.414.658.407 1.708.191 1.955-.606.423-.991-.502-2.168-1.578-1.807M5.634 8.37c.164.715.319 1.435.563 2.127.933.041 1.852-.163 2.784-.155-.095 2.69-.316 5.378-.418 8.068.262-.001.522-.003.784-.008.325-1.326.613-2.662.959-3.982.224 1.327.395 2.663.617 3.991.296.001.59-.003.885-.012.015-2.702-.007-5.405.011-8.106 1.136-.228 2.271-.461 3.407-.69.005-.249.008-.5.009-.75-1.87-.011-3.74.003-5.609-.007-.959-.057-1.848.373-2.784.496-.113-.353-.226-.705-.328-1.06-.296.004-.59.033-.88.088m9.741.484a259.295 259.295 0 0 0-.004 3.416c.917.012 1.833.012 2.75 0a388.97 388.97 0 0 0-.001-3.416c-.914-.008-1.829-.008-2.744 0z"/></symbol><symbol viewBox="0 0 27 24" id="warning--foggy-road--g1" xmlns="http://www.w3.org/2000/svg"><path d="M13.201 0h.699c.569.146 1.108.476 1.387 1.008 3.695 6.406 7.396 12.809 11.093 19.214.312.537.658 1.066.82 1.673v.385c-.154.782-.706 1.464-1.469 1.72H1.479C.736 23.791.192 23.152 0 22.418v-.615c.176-.602.509-1.138.823-1.674L11.847 1.041C12.131.52 12.648.18 13.201 0m-.169.336c-.413.137-.744.46-.962.829C8.325 7.655 4.577 14.143.829 20.632c-.247.43-.548.859-.592 1.369-.041.942.798 1.841 1.757 1.787 7.771-.006 15.543.006 23.314-.006 1.144-.013 2.013-1.401 1.431-2.416-3.88-6.753-7.777-13.497-11.662-20.247-.382-.707-1.288-1.053-2.045-.783z"/><path d="M11.124 12.769h6.396l.001.361h-6.396l-.001-.361zM11.125 13.591c2.132-.001 4.264-.002 6.396 0l-.003.361h-6.393a21.72 21.72 0 0 1 0-.361zM11.124 14.412c2.132-.002 4.264-.001 6.397 0l-.001.361h-6.395a14.48 14.48 0 0 1-.001-.361zM11.434 15.233c2.131-.002 4.261.001 6.392-.001l.004.361c-2.132 0-4.265.006-6.398-.001-.001-.12 0-.24.002-.359zM10.427 15.725c.557-.092 1.135-.013 1.7-.037.054.138.1.279.154.417 2.124.001 4.248-.002 6.371.001.001.12.001.241-.001.361h-6.243c.056.155.11.312.161.469 2.146-.022 4.294-.004 6.441-.009v.361c-2.104.002-4.208-.001-6.313.001.055.153.112.305.165.459l6.355-.001c-.003.12-.003.241 0 .361-1.975.002-3.949.003-5.923-.001a.46.46 0 0 0-.381.134c-1.023.011-2.047.006-3.071.002-.1.304-.281.647-.645.665-.407.076-.681-.316-.768-.662-.541-.028-1.097.064-1.627-.05-.051-.298-.203-.887.232-.945.502-.125 1.029-.142 1.52-.305.635-.39 1.233-.84 1.873-1.221m.209.228c-.41.267-.755.621-1.138.924.752.006 1.504.002 2.257.003l-.001-.939c-.373.006-.746-.023-1.118.012z"/><path d="M13.379 18.928c-.231.067-.226-.42-.001-.357 2.083-.005 4.166-.001 6.249-.002v.362c-2.083-.002-4.166.004-6.248-.003z"/><path fill="#fff" d="M13.032.336c.757-.27 1.663.076 2.045.783 3.885 6.75 7.782 13.494 11.662 20.247.582 1.015-.287 2.403-1.431 2.416-7.771.012-15.543 0-23.314.006-.959.054-1.798-.845-1.757-1.787.044-.51.345-.939.592-1.369C4.577 14.143 8.325 7.655 12.07 1.165c.218-.369.549-.692.962-.829m.407.405c-.363.066-.719.263-.901.595-3.797 6.572-7.591 13.148-11.389 19.72-.195.348-.475.702-.421 1.126.057.625.628 1.151 1.263 1.114 7.536.008 15.073.014 22.609.019.364-.007.751.044 1.092-.116.609-.261.946-1.085.582-1.669-3.863-6.704-7.728-13.408-11.589-20.114-.242-.433-.734-.775-1.246-.675z"/><path fill="#fff" d="M13.436 5.046c2.981 5.15 5.95 10.308 8.92 15.464-5.954.006-11.908.004-17.863.001 2.98-5.156 5.96-10.312 8.943-15.465m-2.312 7.723l.001.361h6.396l-.001-.361h-6.396m.001.822v.361h6.393l.003-.361c-2.132-.002-4.264-.001-6.396 0m-.001.821c-.001.12-.001.241.001.361h6.395l.001-.361c-2.133-.001-4.265-.002-6.397 0m.31.821c-.002.119-.003.239-.002.359 2.133.007 4.266.001 6.398.001l-.004-.361c-2.131.002-4.261-.001-6.392.001m-1.007.492c-.64.381-1.238.831-1.873 1.221-.491.163-1.018.18-1.52.305-.435.058-.283.647-.232.945.53.114 1.086.022 1.627.05.087.346.361.738.768.662.364-.018.545-.361.645-.665 1.024.004 2.048.009 3.071-.002a.46.46 0 0 1 .381-.134c1.974.004 3.948.003 5.923.001a7.241 7.241 0 0 1 0-.361l-6.355.001c-.053-.154-.11-.306-.165-.459 2.105-.002 4.209.001 6.313-.001v-.361c-2.147.005-4.295-.013-6.441.009a15.24 15.24 0 0 0-.161-.469h6.243c.002-.12.002-.241.001-.361-2.123-.003-4.247 0-6.371-.001-.054-.138-.1-.279-.154-.417-.565.024-1.143-.055-1.7.037m2.952 3.203c2.082.007 4.165.001 6.248.003v-.362c-2.083.001-4.166-.003-6.249.002-.225-.063-.23.424.001.357z"/><path fill="#fff" d="M10.636 15.953c.372-.035.745-.006 1.118-.012l.001.939c-.753-.001-1.505.003-2.257-.003.383-.303.728-.657 1.138-.924z"/><path fill="#d9261c" d="M13.439.741c.512-.1 1.004.242 1.246.675 3.861 6.706 7.726 13.41 11.589 20.114.364.584.027 1.408-.582 1.669-.341.16-.728.109-1.092.116-7.536-.005-15.073-.011-22.609-.019-.635.037-1.206-.489-1.263-1.114-.054-.424.226-.778.421-1.126 3.798-6.572 7.592-13.148 11.389-19.72.182-.332.538-.529.901-.595m-.003 4.305c-2.983 5.153-5.963 10.309-8.943 15.465 5.955.003 11.909.005 17.863-.001-2.97-5.156-5.939-10.314-8.92-15.464z"/></symbol><symbol viewBox="0 0 27 24" id="warning--foggy-road--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#070707" opacity=".82" d="M12.97 0h.949c.216.094.48.138.615.353a2.872 2.872 0 0 0-2.167 0c.138-.206.389-.26.603-.353zM11.16 1.364c.266-.398.577-.924 1.105-.953-.408.27-.779.609-1.009 1.048C7.646 7.715 4.022 13.964.423 20.226c-.831 1.424.18 3.396 1.798 3.616.355.046.72.039 1.079.044a72794.7 72794.7 0 0 1 20.899 0c.16-.001.325 0 .479-.042 1.619-.221 2.635-2.192 1.802-3.618-3.599-6.263-7.223-12.512-10.834-18.769-.231-.438-.602-.776-1.009-1.048.528.032.839.555 1.106.953 3.577 6.19 7.149 12.383 10.726 18.573.19.321.319.673.431 1.028v.864c-.236 1.085-1.108 1.93-2.185 2.173H2.2A2.886 2.886 0 0 1 0 21.831v-.857c.198-.747.647-1.383 1.019-2.049C4.4 13.071 7.778 7.216 11.16 1.364z"/><path fill="#fff" d="M12.367.353a2.872 2.872 0 0 1 2.167 0l.103.056c.407.272.778.61 1.009 1.048 3.611 6.257 7.235 12.506 10.834 18.769.833 1.426-.183 3.397-1.802 3.618-7.485-.016-14.973-.012-22.457-.002-1.618-.22-2.629-2.192-1.798-3.616C4.022 13.964 7.646 7.715 11.256 1.459c.23-.439.601-.778 1.009-1.048l.102-.058m.664.488a1.84 1.84 0 0 0-1.181.916C8.238 8.013 4.618 14.265 1.014 20.526c-.656 1.09.205 2.647 1.477 2.665 7.306.004 14.612.004 21.917 0 1.274-.016 2.138-1.575 1.481-2.666-3.604-6.261-7.224-12.513-10.836-18.769-.371-.711-1.241-1.117-2.022-.915z"/><path fill="#fff" d="M13.442 3.213c3.471 5.941 6.891 11.914 10.335 17.871-6.883.005-13.767.005-20.651 0 3.433-5.96 6.881-11.912 10.316-17.871m-1.703 8.436c-.277.154-.03.621.254.46.349-.126.044-.684-.254-.46m1.7.084c-.338.135-.063.686.247.476.283-.154.043-.619-.247-.476m1.292.204c-.261.166-.015.62.261.464.351-.131.048-.694-.261-.464m-4.794.592c-.351.125-.068.685.244.474.274-.159.046-.605-.244-.474m1.404.024c-.276.149-.03.622.253.464.346-.139.051-.678-.253-.464m1.5.078c-.313.098-.159.615.156.506.36-.06.178-.641-.156-.506m2.603.021c-.302.142-.05.643.245.467.331-.131.052-.654-.245-.467m-1.424.148c-.318.183.037.681.31.434.261-.195-.04-.61-.31-.434m2.429.249c-.3.093-.182.624.142.547.403-.032.228-.72-.142-.547m-5.928.457c-.318.146-.051.689.265.488.329-.136.052-.691-.265-.488m1.322.042c-.328.076-.197.602.126.518.352-.058.209-.625-.126-.518m1.578-.006c-.335.034-.263.587.074.525.35-.026.264-.594-.074-.525m1.799-.001c-.35.019-.278.595.067.528.336-.032.263-.581-.067-.528m2.313.007c-.259.207.073.632.337.418.284-.204-.073-.662-.337-.418m-9.107.073c-.3.157-.045.651.256.478.308-.155.047-.652-.256-.478m1.098-.005c-.326.146-.052.674.254.475.289-.157.04-.63-.254-.475m6.897.486c-.321.183.035.678.309.432.263-.188-.045-.613-.309-.432m-5.642.576c-.29.586-.535 1.193-.826 1.778-.581.566-.221 1.462-.31 2.183l.295.092c.011.377-.017.755.011 1.132.34.112.769.092 1.114.012.044-.387.005-.777.024-1.166 1.577-.004 3.153-.004 4.729 0 .019.387-.018.776.023 1.162.34.089.775.101 1.114-.008.031-.376 0-.754.012-1.13l.295-.09c.006-.599.03-1.203-.019-1.799-.54-.65-.739-1.502-1.156-2.229-.13-.186-.367-.261-.586-.254-1.366-.001-2.732-.002-4.098 0-.242-.01-.508.091-.622.317m-.755-.155c-.341.089-.157.651.172.503.321-.096.141-.62-.172-.503m7.206-.001c-.328.144-.059.664.25.473.294-.152.043-.627-.25-.473m1.107.118c-.305.145-.041.65.25.465.325-.134.041-.657-.25-.465m-10.517.065c-.317.153-.052.652.254.474.296-.153.041-.639-.254-.474m1.125.049c-.321.139-.038.655.253.465.306-.151.04-.633-.253-.465m8.076.658c-.276.233.146.665.376.379.229-.226-.138-.606-.376-.379m.998.197c-.321.146-.046.661.256.473.288-.16.045-.632-.256-.473m-9.796.223c-.257.244.153.649.389.376.224-.241-.148-.606-.389-.376m1.007.209c-.25.211.073.634.339.422.283-.209-.07-.665-.339-.422m9.71.404c-.303.145-.044.65.248.467.328-.131.046-.655-.248-.467m-1.218.07c-.338.094-.149.645.172.501.327-.093.146-.618-.172-.501m-10.105.082c-.289.161-.045.635.253.48.322-.147.057-.666-.253-.48m1.412.439c-.339.027-.261.577.07.527.347-.033.274-.598-.07-.527m9.409.295c-.339.136-.064.684.243.473.29-.143.045-.615-.243-.473m-10.493.411c-.326.115-.123.627.192.498.33-.106.124-.636-.192-.498m.994.4c-.304.149-.047.658.249.473.32-.139.049-.651-.249-.473m8.781-.033c-.321.151-.049.671.256.477.289-.16.041-.633-.256-.477z"/><path fill="#fff" d="M10.982 15.687c.155-.267.208-.752.615-.713 1.235-.002 2.47-.001 3.705 0 .409-.042.465.444.618.712.078.258.326.498.252.778a80.31 80.31 0 0 1-5.443-.002c-.071-.279.176-.518.253-.775zM12.331 17.706a79.79 79.79 0 0 1 2.242 0c.002.131.001.261-.003.392-.745.013-1.492.017-2.237-.001a8.502 8.502 0 0 1-.002-.391z"/><path fill="red" d="M13.031.841c.781-.202 1.651.204 2.022.915 3.612 6.256 7.232 12.508 10.836 18.769.657 1.091-.207 2.65-1.481 2.666-7.305.004-14.611.004-21.917 0-1.272-.018-2.133-1.575-1.477-2.665C4.618 14.265 8.238 8.013 11.85 1.757a1.84 1.84 0 0 1 1.181-.916m.411 2.372C10.007 9.172 6.559 15.124 3.126 21.084c6.884.005 13.768.005 20.651 0-3.444-5.957-6.864-11.93-10.335-17.871z"/><path d="M11.739 11.649c.298-.224.603.334.254.46-.284.161-.531-.306-.254-.46zM13.439 11.733c.29-.143.53.322.247.476-.31.21-.585-.341-.247-.476zM14.731 11.937c.309-.23.612.333.261.464-.276.156-.522-.298-.261-.464zM9.937 12.529c.29-.131.518.315.244.474-.312.211-.595-.349-.244-.474zM11.341 12.553c.304-.214.599.325.253.464-.283.158-.529-.315-.253-.464zM12.841 12.631c.334-.135.516.446.156.506-.315.109-.469-.408-.156-.506zM15.444 12.652c.297-.187.576.336.245.467-.295.176-.547-.325-.245-.467zM14.02 12.8c.27-.176.571.239.31.434-.273.247-.628-.251-.31-.434zM16.449 13.049c.37-.173.545.515.142.547-.324.077-.442-.454-.142-.547zM10.521 13.506c.317-.203.594.352.265.488-.316.201-.583-.342-.265-.488zM11.843 13.548c.335-.107.478.46.126.518-.323.084-.454-.442-.126-.518zM13.421 13.542c.338-.069.424.499.074.525-.337.062-.409-.491-.074-.525zM15.22 13.541c.33-.053.403.496.067.528-.345.067-.417-.509-.067-.528zM17.533 13.548c.264-.244.621.214.337.418-.264.214-.596-.211-.337-.418zM8.426 13.621c.303-.174.564.323.256.478-.301.173-.556-.321-.256-.478zM9.524 13.616c.294-.155.543.318.254.475-.306.199-.58-.329-.254-.475zM16.421 14.102c.264-.181.572.244.309.432-.274.246-.63-.249-.309-.432zM10.779 14.678c.114-.226.38-.327.622-.317 1.366-.002 2.732-.001 4.098 0 .219-.007.456.068.586.254.417.727.616 1.579 1.156 2.229.049.596.025 1.2.019 1.799l-.295.09c-.012.376.019.754-.012 1.13-.339.109-.774.097-1.114.008-.041-.386-.004-.775-.023-1.162a931.812 931.812 0 0 0-4.729 0c-.019.389.02.779-.024 1.166-.345.08-.774.1-1.114-.012-.028-.377 0-.755-.011-1.132l-.295-.092c.089-.721-.271-1.617.31-2.183.291-.585.536-1.192.826-1.778m.203 1.009c-.077.257-.324.496-.253.775a80.31 80.31 0 0 0 5.443.002c.074-.28-.174-.52-.252-.778-.153-.268-.209-.754-.618-.712-1.235-.001-2.47-.002-3.705 0-.407-.039-.46.446-.615.713m1.349 2.019c-.002.13-.002.26.002.391.745.018 1.492.014 2.237.001.004-.131.005-.261.003-.392a79.79 79.79 0 0 0-2.242 0zM10.024 14.523c.313-.117.493.407.172.503-.329.148-.513-.414-.172-.503zM17.23 14.522c.293-.154.544.321.25.473-.309.191-.578-.329-.25-.473zM18.337 14.64c.291-.192.575.331.25.465-.291.185-.555-.32-.25-.465zM7.82 14.705c.295-.165.55.321.254.474-.306.178-.571-.321-.254-.474zM8.945 14.754c.293-.168.559.314.253.465-.291.19-.574-.326-.253-.465zM17.021 15.412c.238-.227.605.153.376.379-.23.286-.652-.146-.376-.379zM18.019 15.609c.301-.159.544.313.256.473-.302.188-.577-.327-.256-.473zM8.223 15.832c.241-.23.613.135.389.376-.236.273-.646-.132-.389-.376zM9.23 16.041c.269-.243.622.213.339.422-.266.212-.589-.211-.339-.422zM18.94 16.445c.294-.188.576.336.248.467-.292.183-.551-.322-.248-.467zM17.722 16.515c.318-.117.499.408.172.501-.321.144-.51-.407-.172-.501zM7.617 16.597c.31-.186.575.333.253.48-.298.155-.542-.319-.253-.48zM9.029 17.036c.344-.071.417.494.07.527-.331.05-.409-.5-.07-.527zM18.438 17.331c.288-.142.533.33.243.473-.307.211-.582-.337-.243-.473zM7.945 17.742c.316-.138.522.392.192.498-.315.129-.518-.383-.192-.498zM8.939 18.142c.298-.178.569.334.249.473-.296.185-.553-.324-.249-.473zM17.72 18.109c.297-.156.545.317.256.477-.305.194-.577-.326-.256-.477z"/></symbol><symbol viewBox="0 0 24 24" id="warning--ford--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.849 1.38h.224a1.66 1.66 0 0 1 1.356.865c3.334 5.78 6.665 11.564 9.998 17.346.216.382.47.752.572 1.187v.469a1.641 1.641 0 0 1-1.367 1.373H1.385c-.588-.095-1.12-.512-1.297-1.087-.163-.464-.071-.985.187-1.397C3.714 14.172 7.15 8.204 10.589 2.24c.25-.473.736-.784 1.259-.86M2.52 20.5c6.326.001 12.652.001 18.978-.001-3.161-5.486-6.32-10.974-9.488-16.457C8.841 9.525 5.68 15.012 2.52 20.5z"/><path fill="#fff" d="M2.52 20.5c3.16-5.488 6.32-10.975 9.49-16.458 3.168 5.483 6.328 10.97 9.488 16.457-6.326.002-12.652.002-18.978.001m13.844-5.624c0 .376-.002.751.004 1.127-.474-.302-1.193-.281-1.544.197-.379.536-.396 1.308-.064 1.871.336.514 1.081.55 1.58.268.134.238.485.064.71.112v-3.574h-.686m-9.465 3.581h.703v-1.496l1.442-.001.002-.668c-.481-.006-.962-.002-1.444-.004l-.001-.721 1.58-.001v-.671H6.897c-.001 1.188-.002 2.376 0 3.563m3.361-2.591c-.737.258-.886 1.205-.682 1.867.204.755 1.234 1.051 1.84.588.593-.434.666-1.327.331-1.943-.278-.514-.955-.712-1.489-.512m2.293.008v2.575h.686c.014-.503-.028-1.008.022-1.51.053-.379.466-.469.786-.44l-.001-.674c-.293.006-.588.078-.8.294l-.004-.244-.689-.001z"/><path fill="#fff" d="M15.643 16.435c.302-.103.686.092.71.428.031.366.084.96-.403 1.032-.824.184-.99-1.218-.307-1.46zM10.459 16.494c.274-.202.702-.035.744.31.078.384.091 1.015-.396 1.121-.71.032-.791-1.064-.348-1.43z"/><path d="M16.364 14.876h.686v3.574c-.226-.048-.576.126-.71-.112-.499.282-1.244.246-1.58-.268-.332-.563-.316-1.334.064-1.871.352-.478 1.07-.499 1.544-.197-.006-.376-.004-.751-.004-1.127m-.721 1.56c-.683.242-.517 1.644.307 1.46.487-.072.434-.666.403-1.032-.024-.336-.408-.532-.71-.428zM6.899 18.458c-.002-1.187-.001-2.375 0-3.563h2.284v.671l-1.58.001.001.721c.481.001.962-.002 1.444.004l-.002.668-1.442.001v1.496h-.703zM10.258 15.868c.534-.199 1.211-.001 1.489.512.335.616.262 1.508-.331 1.943-.606.463-1.636.167-1.84-.588-.204-.662-.055-1.609.682-1.867m.201.626c-.443.366-.362 1.463.348 1.43.487-.106.474-.737.396-1.121-.042-.344-.47-.511-.744-.31zM12.551 15.876l.689.001.004.244c.212-.216.508-.288.8-.294l.001.674c-.32-.029-.733.061-.786.44-.049.502-.007 1.007-.022 1.51h-.686v-2.575z"/></symbol><symbol viewBox="0 0 24 24" id="warning--forest--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M11.808 0h.39c.38.108.738.296 1.012.588 3.42 3.421 6.841 6.842 10.264 10.262.227.223.396.497.527.786v.722c-.114.3-.277.583-.509.809-3.242 3.239-6.482 6.481-9.724 9.721-.421.412-.804.9-1.376 1.111h-.727a2.188 2.188 0 0 1-.749-.472c-3.46-3.462-6.92-6.924-10.384-10.382-.26-.251-.418-.582-.532-.92v-.379c.101-.366.271-.714.551-.977C3.99 7.429 7.434 3.993 10.872.551c.257-.266.589-.434.936-.552m-.25.407c-.211.091-.379.252-.542.409C7.579 4.26 4.132 7.695.698 11.142c-.497.444-.509 1.283-.018 1.736a6116.83 6116.83 0 0 0 10.505 10.499c.454.485 1.284.454 1.717-.04l10.436-10.434c.52-.461.508-1.333-.017-1.786-3.458-3.46-6.914-6.925-10.376-10.382-.342-.379-.911-.536-1.387-.33z"/><path fill="#ffde00" d="M11.92.757c.307-.056.574.139.775.348 3.44 3.44 6.88 6.884 10.318 10.327.349.288.371.86.019 1.156-3.481 3.48-6.962 6.962-10.445 10.442-.293.352-.868.334-1.152-.019C7.954 19.529 4.469 16.05.99 12.565c-.326-.287-.306-.83.018-1.11 3.413-3.43 6.845-6.841 10.256-10.272.19-.176.382-.396.655-.426m-.686 3.769l.341.107a10.18 10.18 0 0 1-.838 2.005l.402.046c-.239.679-.532 1.343-.924 1.95a6.66 6.66 0 0 0 1.675.056l-.126.59.614-.001c-.041-.197-.082-.392-.121-.589.558.048 1.12.037 1.673-.058a9.15 9.15 0 0 1-.922-1.949c.101-.011.301-.034.402-.044-.348-.647-.653-1.321-.836-2.035l.353-.043a12.522 12.522 0 0 1-.853-1.667c-.246.56-.508 1.116-.84 1.632M5.78 9.766l.355.047c-.186.713-.487 1.387-.84 2.03l.404.055c-.242.672-.527 1.331-.917 1.932.551.104 1.112.107 1.67.066l-.127.59c.206.001.413.004.62.007a45.05 45.05 0 0 1-.122-.596c.556.04 1.116.036 1.666-.065-.39-.602-.671-1.264-.919-1.933l.403-.059c-.347-.644-.65-1.314-.836-2.023l.346-.054a13.786 13.786 0 0 1-.842-1.657c-.262.566-.524 1.133-.86 1.66m11.716-1.658c-.25.57-.526 1.129-.852 1.66l.354.043c-.185.712-.49 1.384-.836 2.029l.402.058c-.247.671-.529 1.331-.918 1.933.55.102 1.11.104 1.666.066l-.124.598c.208-.005.416-.008.624-.011l-.131-.588c.557.041 1.118.037 1.668-.065-.385-.604-.672-1.26-.912-1.932l.403-.056a9.192 9.192 0 0 1-.846-2.034l.362-.04c-.336-.528-.601-1.094-.86-1.661M12.068 13.3c-.24.577-.52 1.138-.853 1.667l.355.059c-.187.708-.491 1.378-.833 2.023l.403.041c-.242.678-.532 1.342-.924 1.948.552.1 1.115.108 1.673.061l-.127.59.62-.002-.13-.586c.558.043 1.12.035 1.672-.06a9.906 9.906 0 0 1-.92-1.944l.402-.053c-.342-.644-.647-1.312-.83-2.02l.359-.059c-.344-.524-.612-1.093-.866-1.666z"/><path d="M11.558.406c.476-.206 1.045-.049 1.387.33 3.462 3.457 6.918 6.923 10.376 10.382.524.452.536 1.325.017 1.786L12.902 23.338c-.433.493-1.264.524-1.717.04A6116.624 6116.624 0 0 1 .68 12.879c-.491-.454-.479-1.292.018-1.736C4.131 7.695 7.579 4.261 11.016.816c.163-.157.331-.318.542-.409m.362.35c-.274.03-.466.25-.655.426C7.853 4.614 4.421 8.025 1.009 11.455c-.324.28-.344.823-.018 1.11 3.479 3.485 6.964 6.964 10.445 10.446.284.353.859.371 1.152.019l10.445-10.442c.352-.295.33-.868-.019-1.156-3.438-3.443-6.877-6.887-10.318-10.327-.202-.209-.468-.404-.775-.348z"/><path d="M11.233 4.526c.332-.516.594-1.072.84-1.632.246.575.524 1.135.853 1.667l-.353.043c.184.714.488 1.388.836 2.035-.101.011-.301.034-.402.044.236.68.532 1.342.922 1.949a6.555 6.555 0 0 1-1.673.058l.121.589-.614.001.126-.59a6.708 6.708 0 0 1-1.675-.056c.392-.607.685-1.271.924-1.95l-.402-.046a10.18 10.18 0 0 0 .838-2.005l-.341-.107zM5.78 9.766c.336-.527.599-1.093.86-1.66.244.57.524 1.124.842 1.657l-.346.054c.186.709.49 1.379.836 2.023l-.403.059c.248.67.529 1.331.919 1.933-.55.101-1.11.104-1.666.065.04.198.08.397.122.596a43.044 43.044 0 0 0-.62-.007l.127-.59c-.558.041-1.12.038-1.67-.066.39-.601.674-1.26.917-1.932a49.224 49.224 0 0 1-.404-.055c.353-.643.654-1.318.84-2.03l-.355-.047zM17.497 8.108c.259.566.524 1.133.86 1.661l-.362.04c.193.712.49 1.39.846 2.034l-.403.056c.24.672.527 1.328.912 1.932-.55.102-1.111.106-1.668.065.043.196.086.391.131.588-.208.002-.416.006-.624.011l.124-.598c-.556.038-1.116.036-1.666-.066.389-.602.671-1.262.918-1.933a48.554 48.554 0 0 1-.402-.058c.347-.646.652-1.318.836-2.029l-.354-.043c.326-.53.602-1.09.852-1.66zM12.068 13.3c.254.572.522 1.141.866 1.666l-.359.059c.184.708.488 1.375.83 2.02l-.402.053c.242.677.538 1.334.92 1.944a6.781 6.781 0 0 1-1.672.06c.043.196.085.39.13.586l-.62.002.127-.59a6.42 6.42 0 0 1-1.673-.061c.392-.606.682-1.27.924-1.948a54.98 54.98 0 0 0-.403-.041c.342-.646.646-1.315.833-2.023l-.355-.059c.334-.529.613-1.09.853-1.667z"/></symbol><symbol viewBox="0 0 24 24" id="warning--fresh-oil--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#a55400" opacity=".69" d="M11.87 0h.375c.661.219 1.084.8 1.57 1.261 3.277 3.236 6.544 6.482 9.811 9.729.207.212.371.462.494.731v.499c-.124.251-.274.49-.469.69-3.584 3.537-7.142 7.102-10.719 10.647-.48.514-1.351.456-1.803-.065l-9.921-9.868C.765 13.167.211 12.77 0 12.142v-.367c.254-.681.865-1.116 1.35-1.622C4.571 6.94 7.82 3.757 11.039.542c.235-.238.521-.419.831-.543m-.128.304c-.233.106-.423.282-.608.457C7.637 4.26 4.096 7.716.596 11.213c-.402.356-.499 1.023-.071 1.4 3.581 3.578 7.176 7.145 10.769 10.711.394.466 1.146.474 1.544.007 3.594-3.565 7.181-7.14 10.767-10.711.427-.375.338-1.061-.07-1.413-3.524-3.514-7.078-7-10.606-10.512-.299-.306-.749-.609-1.187-.392z"/><path d="M11.742.303c.438-.217.888.086 1.187.392 3.528 3.512 7.082 6.997 10.606 10.512.408.352.497 1.038.07 1.413-3.587 3.571-7.173 7.146-10.767 10.711-.398.467-1.149.458-1.544-.007C7.701 19.758 4.106 16.192.525 12.613c-.428-.377-.33-1.044.071-1.4C4.096 7.717 7.637 4.26 11.134.76c.185-.175.375-.351.608-.457m-.312.63C7.928 4.429 4.407 7.907.899 11.395c-.289.247-.466.691-.135.987 1.094 1.139 2.243 2.226 3.354 3.35 3.347-.092 6.686.172 10.015.496-2.768.425-5.549.768-8.319 1.182 1.932 1.908 3.867 3.813 5.796 5.721a.58.58 0 0 0 .908.006c3.596-3.563 7.202-7.117 10.795-10.683.333-.269.297-.743-.024-1.003C19.696 7.885 16.113 4.309 12.508.757c-.323-.382-.818-.146-1.078.176z"/><path d="M14.408 8.156c.158-1.189-.174-2.879 1.142-3.522.575.681.535 1.623.326 2.439-.136.601-.458 1.228-.211 1.846.228.638.905.888 1.395 1.278.405.294.199.837.18 1.247-1.769-.256-3.54-.505-5.311-.747.072-.433.095-1.023.601-1.177.733-.25 1.749-.435 1.879-1.365m1.008-2.256c.288-.188.1-.505.036-.76-.238.183-.503.69-.036.76zM11.926 10.846c1.768.24 3.536.487 5.304.739-.069.449-.137.896-.209 1.344-1.76-.251-3.52-.494-5.282-.726.06-.452.123-.905.187-1.357m.409.225a3.908 3.908 0 0 0-.115 1.055c.267-.285.39-.73.115-1.055m.846.106c-.08.324-.128.655-.163.987l.258-.086c.025-.305.063-.622-.095-.901m.733.278c-.021.308-.022.615.001.923.187-.299.242-.649.279-.994l-.28.071m.757.955l.282-.13a6.35 6.35 0 0 0 .022-.872c-.254.275-.277.649-.304 1.002m1.022-.89a5.377 5.377 0 0 0-.136 1.056c.292-.275.377-.72.136-1.056m.662 1.125l.276-.121c.018-.3.028-.602.017-.903-.221.298-.264.666-.293 1.024zM11.73 12.357c1.756.236 3.51.48 5.262.738-.131 1.31-.841 3.067-2.422 2.958.498-.456.933-.987 1.173-1.626-.602.649-1.172 1.694-2.211 1.559.211-.23.427-.456.637-.687-.771.708-1.785.613-2.734.473.34-.427.655-.873.894-1.365-.382.373-.712.803-1.141 1.125-.406.359-.987.087-1.468.101 1.186-.669 1.848-1.96 2.009-3.277z"/><path fill="#ef7b00" d="M11.43.933c.261-.322.755-.558 1.078-.176 3.605 3.552 7.188 7.128 10.781 10.694.321.261.357.734.024 1.003-3.593 3.566-7.199 7.12-10.795 10.683a.58.58 0 0 1-.908-.006c-1.93-1.908-3.864-3.813-5.796-5.721 2.77-.414 5.551-.757 8.319-1.182-3.329-.323-6.668-.587-10.015-.496-1.111-1.124-2.26-2.212-3.354-3.35-.33-.295-.154-.739.135-.987C4.407 7.907 7.928 4.429 11.43.933m2.978 7.223c-.13.93-1.146 1.116-1.879 1.365-.505.154-.528.744-.601 1.177 1.772.241 3.542.491 5.311.747.019-.41.226-.953-.18-1.247-.491-.391-1.167-.64-1.395-1.278-.247-.619.075-1.246.211-1.846.21-.815.25-1.757-.326-2.439-1.316.643-.984 2.332-1.142 3.522m-2.481 2.689c-.064.452-.127.905-.187 1.357 1.762.232 3.523.475 5.282.726.071-.447.14-.895.209-1.344a804.323 804.323 0 0 0-5.304-.739m-.196 1.511c-.162 1.317-.824 2.607-2.009 3.277.481-.014 1.061.258 1.468-.101.429-.322.759-.753 1.141-1.125-.239.492-.554.938-.894 1.365.949.14 1.963.235 2.734-.473-.21.232-.426.457-.637.687 1.038.135 1.609-.911 2.211-1.559-.24.639-.675 1.17-1.173 1.626 1.581.109 2.29-1.649 2.422-2.958a421.227 421.227 0 0 0-5.262-.738z"/><path fill="#ef7b00" d="M12.335 11.071c.275.326.152.771-.115 1.055a3.908 3.908 0 0 1 .115-1.055zM13.181 11.177c.158.279.121.596.095.901l-.258.086c.035-.332.083-.662.163-.987zM13.914 11.455l.28-.071c-.036.345-.092.695-.279.994a6.462 6.462 0 0 1-.001-.923zM14.671 12.41c.027-.353.049-.727.304-1.002a6.35 6.35 0 0 1-.022.872l-.282.13zM15.693 11.52c.241.336.156.782-.136 1.056.013-.356.053-.709.136-1.056zM16.355 12.645c.029-.358.072-.726.293-1.024.011.301.001.603-.017.903l-.276.121z"/><path fill="#de7200" d="M15.417 5.899c-.467-.07-.201-.576.036-.76.064.254.252.572-.036.76z"/></symbol><symbol viewBox="0 0 27 24" id="warning--frog-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#181818" opacity=".76" d="M12.518.593c.494-.692 1.774-.694 2.264.003a1.82 1.82 0 0 0-2.264-.003z"/><path fill="#fff" d="M12.518.593a1.82 1.82 0 0 1 2.264.003c.121.107.214.245.281.392a.92.92 0 0 0 .189.32l.126.216a.852.852 0 0 0 .181.314c.085.107.159.224.207.352.036.12.101.228.184.322l.128.215a.87.87 0 0 0 .181.313c.084.108.157.226.207.353a.888.888 0 0 0 .185.324l.126.211a.883.883 0 0 0 .181.314c.084.109.158.228.209.356.037.121.1.231.185.326.086.112.164.233.214.365.036.12.101.228.185.322l.127.215a.86.86 0 0 0 .181.314c.084.107.158.224.207.352a.87.87 0 0 0 .185.323l.127.213a.88.88 0 0 0 .18.314c.084.109.158.226.208.355.038.12.101.23.186.324.086.113.164.234.214.367.036.12.101.227.185.32l.125.214a.881.881 0 0 0 .182.315c.084.108.158.225.208.354.036.12.101.228.185.322l.127.214a.864.864 0 0 0 .181.315c.083.108.158.225.208.354.037.12.1.23.184.324.087.112.165.233.215.367.035.12.101.227.185.32l.126.215a.853.853 0 0 0 .182.315c.084.107.159.224.207.353.036.12.101.228.184.321l.128.216a.883.883 0 0 0 .181.314c.084.107.157.225.207.353.037.12.102.228.185.323l.126.211a.883.883 0 0 0 .181.314c.084.109.158.227.209.356.037.121.1.231.185.325.087.112.164.233.214.366.036.12.101.228.185.321l.127.216a.856.856 0 0 0 .181.313c.084.108.158.225.207.353.036.12.101.229.185.323l.127.213a.88.88 0 0 0 .18.314c.084.109.158.226.208.355.038.12.101.23.186.324.086.112.163.234.214.367a.832.832 0 0 0 .185.32l.126.215a.853.853 0 0 0 .182.315c.084.107.157.224.207.353.036.12.101.228.184.322l.128.214a.887.887 0 0 0 .179.316c.165.224.306.47.409.729.075.431.042.874-.111 1.285a.831.831 0 0 1-.147.196 4.176 4.176 0 0 0-.351.353c-.051.049-.103.099-.166.132a2.78 2.78 0 0 1-.987.182c-7.468-.002-14.936-.001-22.404-.001-.633-.008-1.289.069-1.89-.181-.064-.032-.116-.083-.167-.132a3.998 3.998 0 0 0-.35-.351.793.793 0 0 1-.138-.179 2.417 2.417 0 0 1-.12-1.307c.103-.258.244-.501.408-.725.081-.092.14-.2.179-.316l.127-.215a.897.897 0 0 0 .186-.322c.049-.127.122-.244.206-.351a.892.892 0 0 0 .18-.313l.128-.217a.852.852 0 0 0 .184-.321 1.48 1.48 0 0 1 .215-.366.899.899 0 0 0 .186-.326 1.45 1.45 0 0 1 .208-.354.914.914 0 0 0 .181-.314l.126-.214a.884.884 0 0 0 .185-.323 1.41 1.41 0 0 1 .207-.351.89.89 0 0 0 .181-.314l.128-.216a.864.864 0 0 0 .184-.322c.051-.132.128-.253.214-.365a.91.91 0 0 0 .186-.325 1.51 1.51 0 0 1 .208-.356.926.926 0 0 0 .182-.314l.125-.212a.898.898 0 0 0 .185-.323c.05-.128.123-.245.207-.353a.885.885 0 0 0 .181-.313l.127-.215a.88.88 0 0 0 .185-.322 1.51 1.51 0 0 1 .213-.364.917.917 0 0 0 .186-.327c.051-.129.125-.247.21-.357a.93.93 0 0 0 .181-.314l.124-.209a.91.91 0 0 0 .186-.325c.05-.127.124-.244.207-.352a.898.898 0 0 0 .181-.314l.128-.216a.894.894 0 0 0 .185-.322c.049-.127.122-.243.205-.35a.898.898 0 0 0 .181-.314l.128-.217a.852.852 0 0 0 .184-.321c.051-.133.129-.254.215-.367a.886.886 0 0 0 .186-.325c.051-.128.124-.245.208-.354a.914.914 0 0 0 .181-.314l.126-.213a.913.913 0 0 0 .185-.323c.05-.128.123-.244.207-.352a.89.89 0 0 0 .181-.314l.127-.216a.868.868 0 0 0 .185-.321c.05-.133.127-.254.214-.366a.91.91 0 0 0 .186-.325 1.51 1.51 0 0 1 .208-.356.921.921 0 0 0 .182-.315l.125-.21a.926.926 0 0 0 .185-.324c.05-.128.123-.245.207-.353a.885.885 0 0 0 .181-.313l.127-.215a.88.88 0 0 0 .185-.322 1.51 1.51 0 0 1 .213-.364.917.917 0 0 0 .186-.327c.051-.129.125-.248.21-.358.081-.091.143-.195.191-.307a.853.853 0 0 1 .184-.242m1.101-.046c-.457.006-.881.28-1.097.678C8.687 7.823 4.856 14.423 1.021 21.02c-.225.394-.53.8-.469 1.282.047.666.682 1.198 1.344 1.152 7.867-.003 15.734.003 23.6-.003.943.034 1.598-1.133 1.076-1.922-3.928-6.77-7.862-13.537-11.794-20.304a1.29 1.29 0 0 0-1.159-.678z"/><path fill="#fff" d="M4.036 20.905c3.2-5.521 6.417-11.031 9.61-16.556a24609.34 24609.34 0 0 1 9.618 16.556c-6.409.003-12.819.003-19.228 0m5.968-7.8c-.458.062-.472.623-.223.914.764.949 1.972 1.428 2.778 2.31-.995-.434-1.779-1.218-2.682-1.803.352 1.112 1.501 1.64 2.452 2.152.275.099.239.42.262.656-.4.064-.798.152-1.176.302a2.24 2.24 0 0 1-.912-.545c-.182-.254-.526.046-.489.287.117.195.37.215.553.317-.255.112-.577.051-.763.296.148.254.418.261.671.177.119.299-.44.373-.254.702.178.391.619.1.679-.212.75.138 1.48-.093 2.164-.375.395.197.873.158 1.24.407a3.695 3.695 0 0 0-.412.335c.098.075.195.152.292.23l-.128.357.301.103a.8.8 0 0 0 .098.397c.369-.283.794-.476 1.233-.622 1.037-.362 1.994-.911 2.926-1.483.219-.222-.144-.449-.282-.602.417.059 1.102-.167.882-.705-.85-1.011-1.958-1.793-3.129-2.376-.756-.164-1.431-.555-2.125-.879-.486-.25-1.035-.441-1.366-.904-.901-.015-1.71.444-2.59.564z"/><path fill="#fff" d="M10.896 13.899c-.005-.344.38-.442.653-.472-.314.271-.356.672-.144 1.024-.202-.145-.516-.254-.509-.552zM11.802 13.451c.191.17.495.342.421.647-.018.323-.409.31-.636.383.3-.273.39-.661.215-1.03zM12.545 13.464c.366.077.639.343.926.563a24.622 24.622 0 0 0 3.273 2.226c.206.121.439.239.516.485-1.185-.499-2.226-1.289-3.276-2.021-.499-.393-1.063-.73-1.439-1.253zM16.731 15.068c-.183-.13.12-.261.124-.11.132.863 1.003 1.265 1.53 1.865.075.066.035.177.031.262-.531-.703-1.564-1.046-1.685-2.017zM12.238 15.356c.776.111 1.02.999 1.508 1.501.337.508 1.047.513 1.525.212.21-.164.443-.047.645.065-.659-.014-1.341.575-1.972.122-.648-.559-.99-1.4-1.706-1.9zM15.034 17.83c.975-.268 2.019-.61 3.027-.302-1.183.122-2.518.033-3.532.764.4.794 1.396.217 2.061.441-.442.176-.932.1-1.396.146-.334.026-.771-.182-.76-.565.019-.306.353-.412.6-.484z"/><path fill="#c00" d="M13.619.547a1.29 1.29 0 0 1 1.159.678c3.932 6.767 7.866 13.534 11.794 20.304.522.789-.133 1.956-1.076 1.922-7.866.006-15.733 0-23.6.003-.662.046-1.297-.486-1.344-1.152-.061-.482.244-.888.469-1.282C4.856 14.423 8.687 7.823 12.522 1.225c.216-.398.64-.672 1.097-.678M4.036 20.905c6.409.003 12.819.003 19.228 0-3.204-5.52-6.41-11.039-9.618-16.556-3.193 5.525-6.41 11.035-9.61 16.556z"/><path fill="#1b1b1b" opacity=".79" d="M12.143 1.142c-.142-.112.028-.388.191-.307-.048.112-.11.216-.191.307z"/><path fill="#323232" opacity=".89" d="M15.063.988c.165-.074.314.206.189.32a.92.92 0 0 1-.189-.32zM21.166 11.487c.164-.072.31.207.185.32a.825.825 0 0 1-.185-.32z"/><path fill="#252525" opacity=".84" d="M11.747 1.827c-.127-.113.02-.388.186-.327a.917.917 0 0 1-.186.327zM19.676 8.922c.164-.071.319.206.182.315a.881.881 0 0 1-.182-.315zM5.647 12.327c-.127-.114.02-.389.186-.327a.917.917 0 0 1-.186.327zM25.777 19.423c.164-.071.319.206.182.315a.853.853 0 0 1-.182-.315z"/><path fill="#262626" opacity=".85" d="M15.378 1.524c.164-.071.319.206.181.314a.852.852 0 0 1-.181-.314zM21.477 12.022c.164-.071.318.206.182.315a.853.853 0 0 1-.182-.315z"/><path fill="#2e2e2e" opacity=".87" d="M11.349 2.513c-.127-.113.02-.391.185-.322a.88.88 0 0 1-.185.322z"/><path fill="#2f2f2f" opacity=".88" d="M15.766 2.19c.165-.069.311.21.184.322a.864.864 0 0 1-.184-.322zM17.566 5.289c.165-.069.311.209.185.322a.853.853 0 0 1-.185-.322zM23.666 15.789c.165-.07.311.209.185.321a.841.841 0 0 1-.185-.321z"/><path fill="#222" opacity=".83" d="M11.041 3.041c-.14-.107.017-.384.181-.313a.885.885 0 0 1-.181.313zM4.941 13.541c-.14-.108.017-.385.181-.313a.885.885 0 0 1-.181.313z"/><path fill="#222" opacity=".84" d="M16.078 2.727c.163-.071.32.206.181.313a.87.87 0 0 1-.181-.313zM22.178 13.227c.164-.071.32.206.181.314a.883.883 0 0 1-.181-.314z"/><path fill="#2a2a2a" opacity=".86" d="M10.649 3.718c-.128-.113.019-.39.185-.324a.926.926 0 0 1-.185.324zM20.767 10.796c.165-.065.311.211.184.324a.872.872 0 0 1-.184-.324zM4.549 14.217c-.127-.113.02-.39.185-.323a.898.898 0 0 1-.185.323z"/><path fill="#2b2b2b" opacity=".86" d="M16.466 3.393c.165-.066.312.211.185.324a.888.888 0 0 1-.185-.324zM22.566 13.894c.165-.067.312.21.185.323a.892.892 0 0 1-.185-.323z"/><path fill="#1f1f1f" opacity=".82" d="M10.342 4.243c-.14-.108.017-.386.182-.315a.921.921 0 0 1-.182.315zM4.242 14.743c-.14-.109.017-.386.182-.314a.926.926 0 0 1-.182.314z"/><path fill="#202020" opacity=".82" d="M16.777 3.928c.164-.071.32.206.181.314a.883.883 0 0 1-.181-.314zM8.542 7.343c-.141-.108.016-.385.181-.314a.914.914 0 0 1-.181.314zM22.877 14.428c.164-.071.32.206.181.314a.883.883 0 0 1-.181-.314zM2.442 17.843c-.141-.108.016-.385.181-.314a.914.914 0 0 1-.181.314z"/><path fill="#262626" opacity=".85" d="M9.948 4.924c-.127-.114.02-.389.186-.325a.91.91 0 0 1-.186.325zM3.848 15.424c-.127-.114.02-.389.186-.325a.91.91 0 0 1-.186.325z"/><path fill="#272727" opacity=".85" d="M17.167 4.598c.165-.063.312.212.185.326a.868.868 0 0 1-.185-.326zM23.267 15.098c.164-.063.311.212.185.325a.857.857 0 0 1-.185-.325z"/><path fill="#2e2e2e" opacity=".88" d="M9.549 5.611c-.127-.112.02-.391.185-.321a.868.868 0 0 1-.185.321zM21.866 12.69c.165-.07.311.209.184.321a.852.852 0 0 1-.184-.321zM3.45 16.111c-.127-.113.019-.392.184-.322a.864.864 0 0 1-.184.322z"/><path fill="#232323" opacity=".84" d="M9.241 6.141c-.141-.108.017-.385.181-.314a.89.89 0 0 1-.181.314zM3.141 16.641c-.141-.108.017-.385.181-.314a.89.89 0 0 1-.181.314z"/><path fill="#242424" opacity=".84" d="M17.878 5.826c.164-.071.321.206.181.314a.86.86 0 0 1-.181-.314zM7.44 9.241c-.14-.108.017-.385.181-.314a.898.898 0 0 1-.181.314zM23.978 16.326c.163-.072.32.205.181.313a.856.856 0 0 1-.181-.313zM1.341 19.74c-.141-.107.016-.384.18-.313a.892.892 0 0 1-.18.313z"/><path fill="#2a2a2a" opacity=".87" d="M8.849 6.816c-.127-.113.019-.391.185-.323a.913.913 0 0 1-.185.323zM2.749 17.315c-.127-.113.02-.391.185-.323a.884.884 0 0 1-.185.323z"/><path fill="#2b2b2b" opacity=".87" d="M18.266 6.492c.165-.068.311.21.185.323a.87.87 0 0 1-.185-.323zM24.366 16.992c.165-.068.311.21.185.323a.857.857 0 0 1-.185-.323z"/><path fill="#202020" opacity=".82" d="M18.578 7.028c.163-.071.32.206.18.314a.88.88 0 0 1-.18-.314zM24.678 17.528c.163-.071.32.206.18.314a.88.88 0 0 1-.18-.314z"/><path fill="#282828" opacity=".85" d="M8.148 8.022c-.127-.113.02-.389.186-.325a.886.886 0 0 1-.186.325zM2.048 18.523c-.127-.114.02-.39.186-.326a.899.899 0 0 1-.186.326z"/><path fill="#282828" opacity=".86" d="M18.966 7.697c.165-.064.312.211.186.324a.876.876 0 0 1-.186-.324zM25.066 18.197c.165-.064.312.211.186.324a.876.876 0 0 1-.186-.324z"/><path fill="#2f2f2f" opacity=".88" d="M7.749 8.71c-.126-.112.019-.391.184-.321a.852.852 0 0 1-.184.321zM1.649 19.21c-.126-.112.02-.391.184-.321a.852.852 0 0 1-.184.321z"/><path fill="#303030" opacity=".89" d="M19.366 8.388c.165-.071.31.208.185.32a.837.837 0 0 1-.185-.32zM25.466 18.888c.164-.072.31.207.185.32a.832.832 0 0 1-.185-.32z"/><path fill="#2c2c2c" opacity=".87" d="M7.05 9.913c-.128-.113.02-.391.185-.322a.894.894 0 0 1-.185.322zM.949 20.413c-.126-.113.02-.391.186-.322a.897.897 0 0 1-.186.322z"/><path fill="#2d2d2d" opacity=".87" d="M20.066 9.591c.165-.069.311.209.185.322a.853.853 0 0 1-.185-.322zM5.249 13.013c-.127-.112.019-.391.185-.322a.88.88 0 0 1-.185.322zM26.166 20.091c.164-.069.311.209.184.322a.864.864 0 0 1-.184-.322z"/><path fill="#212121" opacity=".82" d="M6.741 10.443c-.14-.108.017-.385.181-.314a.898.898 0 0 1-.181.314zM.643 20.944c-.141-.108.014-.386.179-.316a.918.918 0 0 1-.179.316z"/><path fill="#212121" opacity=".83" d="M20.378 10.127c.164-.07.32.207.181.315a.864.864 0 0 1-.181-.315zM26.478 20.627c.164-.07.319.208.179.316a.887.887 0 0 1-.179-.316z"/><path fill="#292929" opacity=".86" d="M6.348 11.12c-.127-.113.02-.39.186-.325a.91.91 0 0 1-.186.325z"/><path fill="#1d1d1d" opacity=".81" d="M6.043 11.643c-.141-.108.017-.386.181-.314a.93.93 0 0 1-.181.314z"/><path fill="#040404" d="M10.004 13.105c.88-.12 1.689-.579 2.59-.564.331.463.88.654 1.366.904.694.324 1.369.715 2.125.879 1.171.583 2.279 1.365 3.129 2.376.22.538-.465.764-.882.705.138.153.501.38.282.602-.932.572-1.889 1.121-2.926 1.483-.439.146-.864.339-1.233.622a.8.8 0 0 1-.098-.397l-.301-.103.128-.357a15.479 15.479 0 0 0-.292-.23c.127-.123.268-.231.412-.335-.367-.249-.845-.21-1.24-.407-.684.282-1.414.513-2.164.375-.06.312-.501.603-.679.212-.186-.329.373-.403.254-.702-.253.084-.523.077-.671-.177.186-.245.508-.184.763-.296-.183-.102-.436-.122-.553-.317-.037-.241.307-.541.489-.287.258.251.566.44.912.545.378-.15.776-.238 1.176-.302-.023-.236.013-.557-.262-.656-.951-.512-2.1-1.04-2.452-2.152.903.585 1.687 1.369 2.682 1.803-.806-.882-2.014-1.361-2.778-2.31-.249-.291-.235-.852.223-.914m.892.794c-.007.298.307.407.509.552-.212-.352-.17-.753.144-1.024-.273.03-.658.128-.653.472m.906-.448c.175.369.085.757-.215 1.03.227-.073.618-.06.636-.383.074-.305-.23-.477-.421-.647m.743.013c.376.523.94.86 1.439 1.253 1.05.732 2.091 1.522 3.276 2.021-.077-.246-.31-.364-.516-.485-1.15-.65-2.242-1.4-3.273-2.226-.287-.22-.56-.486-.926-.563m4.186 1.604c.121.971 1.154 1.314 1.685 2.017.004-.085.044-.196-.031-.262-.527-.6-1.398-1.002-1.53-1.865-.004-.151-.307-.02-.124.11m-4.493.288c.716.5 1.058 1.341 1.706 1.9.631.453 1.313-.136 1.972-.122-.202-.112-.435-.229-.645-.065-.478.301-1.188.296-1.525-.212-.488-.502-.732-1.39-1.508-1.501m2.796 2.474c-.247.072-.581.178-.6.484-.011.383.426.591.76.565.464-.046.954.03 1.396-.146-.665-.224-1.661.353-2.061-.441 1.014-.731 2.349-.642 3.532-.764-1.008-.308-2.052.034-3.027.302zM1.01 23.638c.601.25 1.257.173 1.89.181 7.468 0 14.936-.001 22.404.001.338.006.67-.068.987-.182-.23.244-.575.263-.887.269H1.896c-.311-.006-.657-.025-.886-.269z"/><path fill="#161616" opacity=".84" d="M.355 22.976c-.314-.33-.377-.932-.12-1.307-.078.439-.043.891.12 1.307zM27.066 21.672c.253.365.195.96-.111 1.285.153-.411.186-.854.111-1.285z"/><path fill="#242424" opacity=".8" d="M.493 23.155c.124.11.241.227.35.351-.18.072-.423-.171-.35-.351z"/><path fill="#252525" opacity=".8" d="M26.457 23.506c.11-.125.227-.242.351-.353.074.181-.171.424-.351.353z"/></symbol><symbol viewBox="0 0 27 24" id="warning--gate--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.459 0h.462c.302.169.543.424.704.728 4.253 7.421 8.576 14.803 12.804 22.238v.481c-.158.162-.314.322-.48.476-1.895-.115-3.795-.033-5.691-.056-6.913.029-13.829-.059-20.741.044-.204-.122-.355-.311-.516-.483v-.407C4.176 15.618 8.5 8.296 12.713.914c.182-.354.442-.66.747-.913M3.544 21.593c6.786.004 13.573.004 20.359 0-3.39-5.878-6.782-11.756-10.18-17.63-3.397 5.874-6.79 11.75-10.179 17.63z"/><path fill="#fff" d="M3.544 21.593c3.389-5.879 6.782-11.756 10.179-17.63 3.398 5.874 6.79 11.752 10.18 17.63-6.786.004-13.573.004-20.359 0m4.48-6.756c-.037 1.946-.004 3.896-.015 5.844h.721l.001-1.325c.225 0 .45-.001.675-.005.016.331-.029.905.464.856 2.471.022 4.943-.001 7.415.011.24-.019.555.045.694-.213.096-.769.016-1.55.041-2.325.232.001.462.003.694.003l.001 2.998h.721c-.011-1.949.023-3.899-.015-5.846.01-.422-.719-.41-.69.005-.047.882 0 1.766-.018 2.65l-.693.001c-.022-.753.041-1.51-.03-2.26-.08-.315-.455-.263-.701-.276-2.474.012-4.948-.012-7.421.011-.487-.048-.446.527-.469.853-.222-.001-.444-.004-.667-.003-.008-.359.027-.723-.037-1.078-.097-.341-.686-.265-.673.099z"/><path fill="#fff" d="M9.92 19.723v-4.271c2.216-.003 4.431.003 6.646-.003a1363.53 1363.53 0 0 0-6.646 4.273zM10.899 19.716c2.205-1.426 4.416-2.846 6.627-4.264.004 1.424 0 2.846.001 4.269-2.209-.003-4.419.007-6.628-.005zM8.733 16.01l.693-.001.001 3.156a32.398 32.398 0 0 0-.697-.001c.003-1.052-.001-2.102.003-3.153z"/><path d="M8.024 14.837c-.012-.363.576-.44.673-.099.064.355.029.719.037 1.078.222-.001.444.001.667.003.023-.326-.018-.901.469-.853 2.473-.023 4.947.001 7.421-.011.245.012.621-.04.701.276.071.75.008 1.507.03 2.26l.693-.001c.018-.883-.029-1.768.018-2.65-.029-.416.699-.428.69-.005.038 1.947.004 3.898.015 5.846h-.721l-.001-2.998c-.232 0-.462-.001-.694-.003-.025.775.055 1.555-.041 2.325-.139.258-.454.193-.694.213-2.473-.012-4.944.011-7.415-.011-.492.049-.447-.525-.464-.856-.225.004-.45.005-.675.005l-.001 1.325h-.721c.011-1.947-.022-3.898.015-5.844m1.894 4.886c2.212-1.43 4.426-2.857 6.646-4.273-2.215.005-4.43 0-6.646.003v4.271m.979-.008c2.209.012 4.419.003 6.628.005-.001-1.424.003-2.846-.001-4.269a2014.734 2014.734 0 0 0-6.627 4.264M8.733 16.01c-.004 1.051 0 2.101-.003 3.153.232-.001.464-.001.697.001l-.001-3.156-.693.001z"/><path fill="#120102" opacity=".08" d="M0 23.428c.16.171.311.361.516.483L.674 24H.001v-.572z"/><path fill="#190102" opacity=".11" d="M26.949 23.923c.166-.154.322-.314.48-.476V24h-.623l.143-.077z"/><path fill="#c20813" opacity=".86" d="M.516 23.911c6.912-.103 13.828-.015 20.741-.044 1.897.023 3.796-.059 5.691.056l-.143.077H.672l-.158-.089z"/></symbol><symbol viewBox="0 0 24 24" id="warning--gate--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M11.869 1.38h.188c.71.016 1.261.541 1.542 1.156 3.376 5.866 6.757 11.728 10.136 17.591.118.208.203.431.264.662v.449a1.636 1.636 0 0 1-1.375 1.382H1.394c-1.097-.116-1.768-1.475-1.16-2.406C3.683 14.221 7.139 8.23 10.591 2.238a1.69 1.69 0 0 1 1.278-.858m-9.35 19.118c6.326.002 12.653.002 18.979 0-3.161-5.486-6.322-10.974-9.488-16.458-3.168 5.484-6.33 10.972-9.491 16.458z"/><path fill="#fff" d="M2.519 20.498C5.68 15.012 8.842 9.524 12.01 4.04c3.167 5.484 6.328 10.972 9.488 16.458-6.326.002-12.653.002-18.979 0m4.705-5.181c-.764.756-.727 2.171.077 2.886.518.474 1.366.511 1.913.064l-.006.21h.67l.001-2.04c-.532-.002-1.063.004-1.595-.005l-.01.628c.31 0 .618 0 .926.004-.047.238-.088.51-.301.661-.404.335-1.094.197-1.316-.288-.258-.542-.227-1.324.276-1.717.44-.318 1.079-.114 1.321.354.222-.115.444-.229.664-.35-.482-.925-1.876-1.112-2.62-.406m6.424-.197l.001.794-.413.001v.599l.413.001c.03.575-.068 1.166.056 1.73.275.516.94.298 1.39.212l-.15-.554a5.973 5.973 0 0 1-.551.024c-.036-.47-.02-.942-.022-1.412l.646-.001v-.599l-.672-.001c0-.336 0-.672-.002-1.008-.234.066-.466.138-.696.214m-3.13 1.102l.308.496c.353-.178 1.138-.511 1.198.127-.58.01-1.466.109-1.524.847-.092.858 1.064 1.106 1.614.637.191.121.401.204.624.244.084-.176.168-.353.253-.528-.139-.07-.332-.145-.293-.344-.028-.426.03-.857-.031-1.282-.086-.413-.548-.565-.922-.569-.443-.043-.863.137-1.228.372m5.456-.19c-.796.553-.715 2.003.194 2.402a1.46 1.46 0 0 0 1.565-.312l-.407-.434c-.367.376-1.123.343-1.25-.24.571-.011 1.142-.002 1.714-.006-.016-.344-.02-.708-.2-1.015-.29-.564-1.099-.757-1.615-.395z"/><path fill="#fff" d="M16.086 16.895c.092-.2.216-.439.469-.451.301-.055.497.21.61.449-.36.011-.72.01-1.079.002zM11.225 17.814c-.066-.455.521-.37.808-.449-.044.188.059.48-.162.584-.208.056-.532.097-.646-.136z"/><path d="M7.224 15.317c.744-.707 2.137-.52 2.62.406-.22.121-.442.235-.664.35-.242-.468-.881-.672-1.321-.354-.503.394-.534 1.175-.276 1.717.222.485.912.623 1.316.288.214-.151.254-.424.301-.661-.308-.004-.617-.004-.926-.004.002-.209.006-.419.01-.628.532.008 1.063.002 1.595.005l-.001 2.04a74.817 74.817 0 0 0-.67 0l.006-.21c-.547.448-1.394.41-1.913-.064-.804-.715-.841-2.13-.077-2.886zM13.648 15.121c.23-.076.462-.148.696-.214.002.336.002.672.002 1.008l.672.001v.599l-.646.001c.001.47-.014.942.022 1.412.184 0 .367-.007.551-.024.049.185.1.37.15.554-.45.085-1.115.304-1.39-.212-.125-.564-.026-1.156-.056-1.73l-.413-.001v-.599l.413-.001-.001-.794zM10.518 16.223c.365-.235.785-.415 1.228-.372.373.004.835.156.922.569.061.425.004.856.031 1.282-.04.199.154.275.293.344-.085.175-.169.352-.253.528a1.716 1.716 0 0 1-.624-.244c-.55.469-1.706.221-1.614-.637.058-.738.944-.838 1.524-.847-.06-.638-.845-.305-1.198-.127a82.514 82.514 0 0 0-.308-.496m.706 1.591c.114.233.438.192.646.136.221-.104.118-.396.162-.584-.287.079-.874-.006-.808.449zM15.973 16.033c.516-.362 1.325-.169 1.615.395.18.307.185.671.2 1.015-.571.004-1.142-.005-1.714.006.127.583.883.616 1.25.24l.407.434a1.46 1.46 0 0 1-1.565.312c-.91-.4-.99-1.849-.194-2.402m.114.862c.359.007.719.008 1.079-.002-.113-.239-.308-.504-.61-.449-.253.012-.377.251-.469.451z"/></symbol><symbol viewBox="0 0 28 24" id="warning--gate-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.652 0h.263c.324.241.541.588.734.937 4.287 7.502 8.701 14.937 12.937 22.466v.225a.456.456 0 0 0-.359.372H.386c-.088-.157-.19-.339-.386-.374v-.276C4.276 15.822 8.673 8.36 12.975.847c.175-.319.389-.621.677-.847M4.785 21.017c6.001.007 12.003.007 18.004 0-2.999-5.174-5.949-10.381-8.99-15.527-3.081 5.121-6.003 10.357-9.014 15.527z"/><path fill="#fff" d="M4.785 21.017c3.011-5.17 5.932-10.406 9.014-15.527 3.041 5.146 5.992 10.353 8.99 15.527-6.001.007-12.003.007-18.004 0m4.117-5.933c.164.283.406.559.371.909.006 1.153.001 2.308.001 3.461.046.366-.194.655-.372.946.19-.003.382-.006.572-.007.138-.197.276-.394.418-.588 1.128.012 2.258.01 3.388.003.139.193.276.389.412.585l.571.006c-.139-.258-.378-.492-.367-.804-.012-1.2-.004-2.401-.004-3.601-.036-.35.207-.625.371-.908l-.571.004c-.134.194-.266.39-.397.586-1.141.007-2.283.007-3.423.001a60.044 60.044 0 0 0-.396-.586l-.574-.007m5.781 2.654c.771.472 1.494 1.025 2.291 1.448.487-.026.087-.603.043-.87.556.003 1.113.001 1.67 0l-.001-1.157h-1.673c.083-.241.166-.483.241-.726l-.281-.157c-.77.479-1.532.966-2.29 1.462z"/><path fill="#fff" d="M9.87 16.272h3.426v.588H9.87v-.588zM9.869 17.454c1.143-.003 2.286-.003 3.429 0l-.001.588H9.872l-.003-.588zM9.869 18.632h3.429l-.001.589H9.871l-.001-.589z"/><path d="M8.902 15.084l.574.007c.132.194.265.39.396.586 1.141.006 2.283.006 3.423-.001.131-.196.263-.392.397-.586l.571-.004c-.164.283-.407.557-.371.908 0 1.2-.008 2.401.004 3.601-.011.312.228.546.367.804l-.571-.006c-.137-.196-.273-.392-.412-.585-1.13.007-2.259.01-3.388-.003-.142.193-.28.39-.418.588-.19.001-.382.004-.572.007.178-.291.418-.581.372-.946 0-1.153.004-2.308-.001-3.461.034-.35-.207-.626-.371-.909m.968 1.188v.588h3.426v-.588H9.87m-.001 1.182l.003.588h3.425l.001-.588a653.226 653.226 0 0 0-3.429 0m0 1.178l.001.589h3.426l.001-.589H9.868zM14.683 17.738c.757-.497 1.52-.983 2.29-1.462l.281.157c-.076.243-.159.484-.241.726h1.673l.001 1.157c-.557.001-1.114.003-1.67 0 .044.268.444.844-.043.87-.797-.423-1.52-.977-2.291-1.448z"/></symbol><symbol viewBox="0 0 28 24" id="warning--gate-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.623 0h.317c.334.317.589.705.811 1.108 4.246 7.452 8.644 14.825 12.834 22.306v.259c-.192-.059-.388.135-.31.327H.373c-.062-.16-.166-.374-.374-.337v-.297C4.209 15.909 8.577 8.54 12.824 1.103c.221-.397.474-.782.799-1.103M4.779 21.019c6.006.003 12.01.003 18.014 0-3-5.2-5.999-10.401-9.007-15.597-3.007 5.196-6.006 10.397-9.007 15.597z"/><path fill="#fff" d="M4.779 21.019c3.001-5.2 6-10.401 9.007-15.597 3.008 5.196 6.007 10.397 9.007 15.597-6.004.003-12.008.003-18.014 0m8.542-5.939c.654.909.251 2.09.36 3.127-.019.743.152 1.571-.361 2.197l.577-.012c.121-.192.241-.383.363-.574 1.148-.011 2.295-.001 3.443-.006.132.193.262.388.393.582l.564.008c-.523-.622-.337-1.452-.361-2.197.11-1.036-.297-2.218.363-3.123l-.567.01-.394.588h-3.419c-.13-.196-.261-.39-.39-.586l-.568-.014m-3.033 1.237c.08.284.171.564.269.843l-1.672-.003v1.161c.552-.001 1.103 0 1.655-.004-.012.272-.447.914.069.851.804-.394 1.512-.971 2.281-1.43-.876-.444-1.6-1.297-2.603-1.418z"/><path fill="#fff" d="M14.276 16.27h3.429v.59h-3.429v-.59zM14.277 17.452h3.426l.001.59c-1.143-.003-2.286-.001-3.429 0l.001-.59zM14.276 18.632h3.429l-.001.59h-3.426l-.001-.59z"/><path d="M13.321 15.08l.568.014c.13.196.261.39.39.586h3.419l.394-.588.567-.01c-.659.905-.252 2.087-.363 3.123.025.745-.161 1.575.361 2.197l-.564-.008c-.131-.194-.261-.389-.393-.582-1.148.004-2.295-.006-3.443.006l-.363.574-.577.012c.513-.626.342-1.454.361-2.197-.109-1.037.294-2.218-.36-3.127m.958 1.19v.59h3.429v-.59h-3.429m.001 1.182l-.001.59c1.143-.001 2.286-.003 3.429 0l-.001-.59h-3.426m-.002 1.18l.001.59h3.426l.001-.59h-3.429zM10.291 16.317c1.003.121 1.727.974 2.603 1.418-.77.459-1.477 1.036-2.281 1.43-.516.063-.081-.579-.069-.851-.552.004-1.103.003-1.655.004v-1.161l1.672.003a13.985 13.985 0 0 1-.269-.843z"/></symbol><symbol viewBox="0 0 24 24" id="warning--go-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#b69702" opacity=".71" d="M11.885 0h.356c.27.08.529.205.73.409 3.584 3.532 7.148 7.087 10.723 10.63.165.165.309.352.427.555v.814c-.312.486-.767.85-1.165 1.261-3.341 3.332-6.71 6.633-10.055 9.962-.429.458-1.225.433-1.652-.017-3.413-3.382-6.812-6.778-10.226-10.157-.388-.402-.897-.75-1.023-1.333v-.253a1.56 1.56 0 0 1 .452-.804C4.01 7.55 7.569 4.032 11.108.497c.215-.227.485-.39.777-.497m-.135.31c-.312.145-.55.4-.789.64A4357.095 4357.095 0 0 1 .614 11.224c-.415.34-.538 1.025-.093 1.394 3.601 3.593 7.205 7.183 10.814 10.766.373.423 1.075.452 1.464.037 3.605-3.592 7.218-7.175 10.828-10.76.429-.361.386-1.053-.029-1.405-3.546-3.53-7.091-7.059-10.654-10.572-.302-.311-.759-.596-1.195-.375z"/><path fill="#050d06" d="M11.75.31c.437-.221.894.064 1.195.375 3.563 3.513 7.108 7.042 10.654 10.572.415.352.458 1.044.029 1.405-3.61 3.586-7.223 7.169-10.828 10.76-.39.415-1.091.386-1.464-.037A5776.51 5776.51 0 0 1 .522 12.619C.077 12.25.2 11.565.615 11.225 4.068 7.805 7.52 4.383 10.962.951c.239-.24.476-.496.789-.64m.002.358C8.094 4.24 4.49 7.87.848 11.461c-.32.241-.368.738-.046 1 3.649 3.629 7.327 7.229 10.981 10.852.178.128.493.142.651-.029 3.658-3.617 7.313-7.236 10.971-10.853.297-.254.248-.698-.043-.936C19.775 7.926 16.174 4.371 12.585.804c-.194-.245-.576-.343-.832-.134z"/><path fill="#050d06" d="M6.903 6.905c1.792.27 3.582.556 5.369.86.349.021.713.507.37.775-.443.323-.949.549-1.403.859 2.205 2.228 4.449 4.416 6.652 6.645a70.63 70.63 0 0 1-1.734 1.728c-2.26-2.193-4.447-4.466-6.731-6.627-.265.446-.494.913-.777 1.35-.188.344-.818.261-.851-.158-.314-1.808-.598-3.622-.896-5.432z"/><path fill="#ffd303" d="M11.753.669c.256-.209.638-.111.832.134 3.589 3.567 7.19 7.123 10.777 10.691.292.238.34.681.043.936-3.658 3.617-7.313 7.236-10.971 10.853-.158.171-.473.157-.651.029C8.129 19.689 4.452 16.089.802 12.46c-.322-.262-.274-.759.046-1C4.49 7.87 8.094 4.239 11.753.668m-4.85 6.237c.298 1.81.583 3.624.896 5.432.034.418.663.502.851.158.282-.437.511-.903.777-1.35 2.284 2.161 4.471 4.435 6.731 6.627a70.63 70.63 0 0 0 1.734-1.728c-2.203-2.229-4.448-4.418-6.652-6.645.453-.31.96-.535 1.403-.859.343-.269-.022-.755-.37-.775-1.787-.304-3.577-.59-5.369-.86z"/></symbol><symbol viewBox="0 0 24 24" id="warning--go-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ab5702" opacity=".71" d="M11.869 0h.359c.551.185.93.64 1.327 1.038 3.343 3.331 6.693 6.655 10.056 9.965.246.234.425.529.51.857v.263c-.159.63-.716 1.011-1.145 1.452a5487.748 5487.748 0 0 0-9.975 9.918c-.24.246-.548.412-.877.505h-.221c-.271-.093-.535-.222-.743-.426-3.181-3.171-6.392-6.312-9.572-9.483-.535-.55-1.123-1.052-1.588-1.666v-.862c.292-.382.617-.738.971-1.064C4.12 7.375 7.26 4.243 10.419 1.129c.443-.422.835-.954 1.45-1.131m-.139.285c-.267.11-.478.316-.685.51C7.533 4.278 4.021 7.763.515 11.254c-.415.361-.463 1.043-.029 1.411 3.583 3.571 7.183 7.129 10.765 10.701.387.462 1.135.481 1.534.024 3.61-3.587 7.218-7.175 10.819-10.77.438-.374.317-1.061-.095-1.405-3.53-3.504-7.066-7-10.589-10.511-.303-.309-.742-.602-1.19-.422z"/><path fill="#030303" d="M11.73.283c.449-.18.888.113 1.19.422 3.523 3.511 7.059 7.007 10.589 10.511.412.344.533 1.031.095 1.405-3.601 3.595-7.21 7.183-10.819 10.77-.399.457-1.147.438-1.534-.024-3.582-3.572-7.182-7.13-10.765-10.701-.434-.368-.386-1.05.029-1.411C4.021 7.764 7.533 4.279 11.045.794c.207-.194.418-.4.685-.51m.014.36C8.082 4.175 4.514 7.81.881 11.375c-.323.25-.533.739-.16 1.049 3.629 3.607 7.28 7.194 10.911 10.799.182.226.56.236.761.028 3.637-3.601 7.288-7.19 10.922-10.795.322-.267.268-.743-.045-.99C19.697 7.921 16.119 4.379 12.547.835c-.194-.217-.535-.388-.803-.191z"/><path fill="#030303" d="M11.936 7.741c1.761-.294 3.523-.579 5.288-.844-.303 1.815-.578 3.636-.903 5.446-.036.416-.655.503-.848.159-.297-.435-.52-.917-.794-1.366-2.252 2.205-4.472 4.441-6.716 6.652a159.731 159.731 0 0 1-1.751-1.741c2.213-2.224 4.454-4.421 6.663-6.648-.475-.323-1.02-.545-1.462-.915-.252-.351.171-.733.522-.743z"/><path fill="#ef7b03" d="M11.744.644c.268-.198.609-.027.803.191 3.572 3.545 7.149 7.087 10.723 10.631.312.247.367.724.045.99-3.634 3.605-7.284 7.194-10.922 10.795-.201.209-.579.198-.761-.028C8.001 19.618 4.35 16.031.721 12.424c-.373-.31-.163-.8.16-1.049C4.514 7.81 8.082 4.175 11.744.644m.192 7.097c-.351.01-.774.392-.522.743.441.37.987.592 1.462.915-2.209 2.226-4.45 4.424-6.663 6.648a159.68 159.68 0 0 0 1.751 1.741c2.244-2.212 4.465-4.448 6.716-6.652.274.45.497.931.794 1.366.193.344.812.257.848-.159.326-1.81.601-3.631.903-5.446-1.766.265-3.528.55-5.288.844z"/></symbol><symbol viewBox="0 0 24 24" id="warning--golf-carts-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.773 0h.427c.25.095.488.227.678.419l10.1 10.102c.377.388.831.736 1.022 1.262v.401c-.092.256-.225.5-.423.69-3.372 3.362-6.735 6.733-10.104 10.099-.389.376-.731.836-1.258 1.027h-.408a1.768 1.768 0 0 1-.685-.419C7.743 20.193 4.355 16.812.972 13.427c-.358-.369-.795-.696-.972-1.2v-.431c.157-.521.606-.855.968-1.229L10.567.968c.367-.362.704-.788 1.206-.968m-.038.351c-.288.117-.482.374-.702.582C7.553 4.421 4.063 7.9.583 11.387c-.339.293-.375.857-.044 1.17 3.612 3.622 7.236 7.235 10.85 10.856.289.338.853.372 1.163.045 3.522-3.512 7.034-7.036 10.556-10.549.249-.255.59-.513.577-.909.015-.396-.324-.657-.572-.915C19.626 7.606 16.144 4.12 12.661.636c-.229-.254-.59-.406-.926-.285z"/><path fill="#fecf33" d="M11.932.745c.2-.043.346.123.478.244 3.546 3.554 7.1 7.1 10.648 10.652.212.164.28.484.045.663-3.581 3.586-7.169 7.164-10.748 10.752-.155.217-.485.288-.66.054C8.093 19.509 4.492 15.906.889 12.305a.39.39 0 0 1-.003-.612C4.447 8.119 8.024 4.559 11.586.985c.106-.089.203-.214.346-.24M7.991 6.902c.248.239.597.193.91.199-.242 1.513-.488 3.026-.733 4.538l-1.137.001c-.555 1.001-1.081 2.018-1.644 3.015l-.377.001.02.452c.258-.002.516-.004.774-.008.025-.781.578-1.566 1.397-1.637.974-.152 1.861.693 1.898 1.649 1.523.003 3.045.002 4.567 0 .039-.896.813-1.709 1.734-1.661.89.001 1.607.795 1.649 1.661.564.002 1.128.002 1.692 0l.001-.454-.475-.009c.002-.671-.006-1.342.006-2.013a15.948 15.948 0 0 0-.233-.082c.011-.647.005-1.294.005-1.941-.15-.208-.332-.418-.472-.067.009-.265.014-.53-.001-.795a8.458 8.458 0 0 0-.098.744l-.483-.001-.008-.429a18.13 18.13 0 0 0-.094.403l-.263.099c-.011.677-.003 1.355-.006 2.032l-.713.001c-.176-1.834-.352-3.668-.524-5.502.312-.019.652.052.94-.101.153-.276-.224-.346-.422-.342-2.434-.006-4.868.001-7.302-.003a.666.666 0 0 0-.608.25m9.559 2.211l-.478.05a4.663 4.663 0 0 0-.052 1.049c.049-.255.074-.513.096-.771.151.037.303.074.456.108l.088.319c.011-.22.023-.439.037-.658l.417.075-.002-.303a1.555 1.555 0 0 0-.562.131m.297.306c-.009.254-.144.541.004.773l.063-.492c.223.007.446-.023.605-.198a.855.855 0 0 0-.672-.083m-2.604 4.326c-.681.044-1.258.67-1.233 1.355-.014.73.661 1.382 1.391 1.339.773-.005 1.425-.779 1.291-1.543-.081-.688-.762-1.224-1.449-1.151m-8.209.096c-.711.208-1.118 1.067-.84 1.751.232.67 1.038 1.047 1.702.801.711-.226 1.111-1.1.807-1.784-.243-.643-1.023-.995-1.669-.768z"/><path fill="#fecf33" d="M9.34 7.095c1.872-.003 3.744-.003 5.617 0 .132 1.846.268 3.691.398 5.537-.558.002-1.116.002-1.675 0 0-.471.008-.943-.008-1.414a16.797 16.797 0 0 0-.589-.062c-.017-.499.045-1.006-.035-1.501-.157-.437-.888-.347-.999.08-.118.37-.19.753-.287 1.129-.495.005-.989.008-1.483.035-.057.763.999.307 1.482.428l.001.773c-.356.003-.713-.019-1.068.012-.342.369-.591.814-.878 1.225l.301.263c.258-.322.517-.644.78-.962.005.549.003 1.099.003 1.648l-.859.006c-.349-.703-.7-1.405-1.052-2.107.264-.144.529-.287.795-.428.117.218.411.696.58.25-.176-.441-.432-.844-.659-1.26-.102.052-.203.103-.304.156.07.168.142.336.214.503-.287.143-.571.288-.86.425.021-1.585.417-3.156.585-4.736m3 .657c-.829.262-.339 1.611.467 1.268.82-.264.339-1.606-.467-1.268z"/><path d="M11.735.351c.336-.121.697.031.926.285 3.483 3.484 6.965 6.97 10.452 10.449.248.258.587.519.572.915.013.396-.328.654-.577.909-3.522 3.513-7.034 7.037-10.556 10.549-.31.327-.874.293-1.163-.045-3.614-3.621-7.238-7.234-10.85-10.856-.331-.313-.295-.877.044-1.17C4.063 7.9 7.553 4.421 11.033.933c.22-.208.414-.465.702-.582m.197.394c-.143.026-.24.151-.346.24C8.024 4.559 4.447 8.119.886 11.693a.39.39 0 0 0 .003.612c3.603 3.601 7.204 7.204 10.806 10.805.175.234.505.163.66-.054 3.579-3.588 7.167-7.166 10.748-10.752.235-.179.167-.499-.045-.663C19.51 8.089 15.956 4.543 12.41.989c-.132-.121-.278-.287-.478-.244z"/><path d="M7.991 6.902a.666.666 0 0 1 .608-.25c2.434.004 4.868-.003 7.302.003.198-.004.575.066.422.342-.288.153-.628.082-.94.101.172 1.834.348 3.668.524 5.502l.713-.001c.003-.677-.005-1.355.006-2.032l.263-.099c.03-.135.061-.269.094-.403l.008.429.483.001c.025-.249.051-.498.098-.744.015.265.01.53.001.795.14-.351.322-.141.472.067 0 .647.006 1.294-.005 1.941l.233.082c-.012.671-.004 1.342-.006 2.013l.475.009-.001.454c-.564.002-1.128.002-1.692 0-.042-.866-.759-1.66-1.649-1.661-.921-.048-1.695.765-1.734 1.661a1390.5 1390.5 0 0 1-4.567 0c-.037-.956-.924-1.801-1.898-1.649-.819.071-1.372.856-1.397 1.637-.258.004-.516.006-.774.008l-.02-.452.377-.001c.563-.997 1.089-2.014 1.644-3.015l1.137-.001c.245-1.512.491-3.025.733-4.538-.313-.006-.662.04-.91-.199m1.349.193c-.168 1.58-.564 3.151-.585 4.736.289-.137.573-.282.86-.425a44.628 44.628 0 0 1-.214-.503c.101-.053.202-.104.304-.156.227.416.483.819.659 1.26-.169.446-.463-.032-.58-.25-.266.141-.531.284-.795.428.352.702.703 1.404 1.052 2.107l.859-.006c0-.549.002-1.099-.003-1.648-.263.318-.522.64-.78.962l-.301-.263c.287-.411.536-.856.878-1.225.355-.031.712-.009 1.068-.012l-.001-.773c-.483-.121-1.539.335-1.482-.428.494-.027.988-.03 1.483-.035.097-.376.169-.759.287-1.129.111-.427.842-.517.999-.08.08.495.018 1.002.035 1.501.196.018.393.037.589.062.016.471.008.943.008 1.414.559.002 1.117.002 1.675 0-.13-1.846-.266-3.691-.398-5.537-1.873-.003-3.745-.003-5.617 0z"/><path d="M12.34 7.752c.806-.338 1.287 1.004.467 1.268-.806.343-1.296-1.006-.467-1.268zM17.55 9.113c.176-.085.369-.116.562-.131l.002.303-.417-.075c-.014.219-.026.438-.037.658l-.088-.319a21.656 21.656 0 0 1-.456-.108 7.413 7.413 0 0 1-.096.771c-.03-.351.003-.702.052-1.049l.478-.05z"/><path d="M17.847 9.419a.855.855 0 0 1 .672.083c-.159.175-.382.205-.605.198l-.063.492c-.148-.232-.013-.519-.004-.773zM15.243 13.745c.687-.073 1.368.463 1.449 1.151.134.764-.518 1.538-1.291 1.543-.73.043-1.405-.609-1.391-1.339-.025-.685.552-1.311 1.233-1.355zM7.034 13.841c.646-.227 1.426.125 1.669.768.304.684-.096 1.558-.807 1.784-.664.246-1.47-.131-1.702-.801-.278-.684.129-1.543.84-1.751z"/></symbol><symbol viewBox="0 0 24 24" id="warning--gravel-road-surface--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f6d300" opacity=".96" d="M11.708 0h.539c.263.118.514.264.72.468 3.278 3.282 6.56 6.563 9.841 9.842.442.454.973.86 1.192 1.48v.336c-.103.305-.25.6-.484.828-3.5 3.5-7.004 7-10.5 10.504a2.299 2.299 0 0 1-.859.542h-.329c-.646-.191-1.055-.745-1.517-1.193-3.262-3.259-6.518-6.524-9.784-9.78a2.74 2.74 0 0 1-.528-.751v-.542c.224-.599.749-.99 1.178-1.435 3.26-3.26 6.524-6.518 9.78-9.784.216-.217.473-.386.75-.515m-.132.421C7.889 3.965 4.328 7.653.685 11.247c-.426.33-.547 1.001-.12 1.384 3.574 3.589 7.162 7.164 10.741 10.747a.903.903 0 0 0 1.374-.011c3.562-3.563 7.126-7.123 10.686-10.687.414-.346.408-1.012-.004-1.357C19.8 7.76 16.236 4.2 12.675.637c-.27-.301-.74-.444-1.1-.216z"/><path d="M11.575.421c.36-.228.83-.085 1.1.216C16.237 4.2 19.801 7.76 23.362 11.323c.412.346.418 1.012.004 1.357-3.56 3.564-7.124 7.124-10.686 10.687a.903.903 0 0 1-1.374.011C7.726 19.795 4.138 16.22.565 12.631c-.427-.383-.306-1.054.12-1.384C4.328 7.653 7.889 3.964 11.575.421m.339.329c-.17.05-.292.19-.42.304C7.98 4.583 4.448 8.096.933 11.625c-.252.193-.238.553.01.745 3.562 3.564 7.122 7.13 10.69 10.687.191.244.541.221.728-.014 3.564-3.559 7.127-7.121 10.685-10.686a.454.454 0 0 0 .007-.721c-3.534-3.55-7.085-7.082-10.621-10.63-.143-.127-.305-.302-.517-.256z"/><path d="M3.82 9.206c1.258.034 2.566-.16 3.79.108.311.709.414 1.492.642 2.231.13.619.443 1.247.283 1.89-.19.778-.05 1.584-.124 2.374-.296.01-.593.014-.889.014-.034-.53-.025-1.062-.03-1.592-1.222-.032-2.443-.006-3.665-.016v-2.782c1.357-.098 2.718-.052 4.076-.044a26.211 26.211 0 0 0-.467-1.916c-1.2-.061-2.402-.041-3.604-.023l-.013-.244zM14.923 9.282c1.295-.205 2.634-.055 3.943-.017l.004.244c-1.277-.043-2.557-.108-3.834-.028-.199.824-.409 1.649-.545 2.486 1.459-.034 2.92-.055 4.378.028l-.002.565c-1 0-1.999-.001-2.998.001l-.001.932c.997.002 1.996.004 2.993 0 .007.397.008.796.008 1.193-1.264.004-2.528-.001-3.793.002-.004.379-.007.758-.035 1.135-.324 0-.648-.004-.972-.018-.068-.755.066-1.528-.114-2.272-.233-.764.253-1.486.362-2.23.223-.661.233-1.445.606-2.023m-.497 3.337c-.863.628.721 1.333 1.034.558.176-.598-.628-.745-1.034-.558zM9.318 10.613c-.527-.692.359-1.154.928-1.31.422.356.409.902.349 1.404-.424-.059-.848-.128-1.277-.094z"/><path d="M15.788 9.466c.223.208.444.418.666.628l.394-.599c.007.217.014.434.023.65.226-.199.446-.402.671-.604l-.227.673c.539.002 1.078-.004 1.618.008-.509.16-1.025.298-1.536.446.359.361.727.713 1.073 1.087-.5-.259-.979-.557-1.465-.84-.072.278-.144.557-.221.833-.071-.25-.139-.499-.208-.75-.151.216-.3.433-.452.648.018-.196.037-.39.058-.586-.468.11-.936.221-1.41.3.371-.209.756-.389 1.138-.575-.344-.112-.691-.22-1.033-.338.367-.01.733-.01 1.1-.011a83.144 83.144 0 0 1-.187-.972zM11.192 10.382c.234-.264.496-.503.773-.722.26.176.548.305.846.407-.029.289-.06.577-.088.866-.323.304-.641.616-.995.886-.145-.491-.301-.98-.536-1.436zM9.666 11.809c.078-.257.127-.554.379-.704-.194 1.074-.606 2.094-.852 3.156.761-.866 1.316-1.907 2.153-2.705-.516 1.266-1.652 2.186-2.309 3.389.571-.258 1.038-.694 1.612-.947-.355.619-1.115.827-1.592 1.337.91.077 1.871-.41 2.731-.089-.839.174-1.698.222-2.548.324-.238.066-.416-.116-.601-.23.331-1.18.695-2.351 1.027-3.53z"/><path d="M11.299 12.703c.355.082.716.134 1.075.193-.03.562-.46.983-.598 1.516-.433-.246-.818-.588-1.024-1.051.188-.214.37-.433.546-.658zM11.908 14.56c.503-.04 1.003-.104 1.506-.154.01.431.052.862.214 1.265a4.35 4.35 0 0 0-1.579.092c-.137-.388-.132-.799-.14-1.204z"/><path fill="#ffdb00" d="M11.914.75c.212-.047.374.128.517.256 3.536 3.547 7.087 7.08 10.621 10.63a.454.454 0 0 1-.007.721A8970.823 8970.823 0 0 1 12.36 23.043c-.187.235-.538.258-.728.014C8.064 19.5 4.504 15.934.942 12.37c-.247-.192-.262-.552-.01-.745C4.447 8.096 7.98 4.583 11.493 1.054c.128-.114.25-.253.42-.304M3.82 9.206l.013.244c1.201-.018 2.404-.038 3.604.023.172.635.343 1.271.467 1.916-1.358-.007-2.719-.054-4.076.044v2.782c1.222.01 2.443-.017 3.665.016.005.53-.004 1.062.03 1.592.296 0 .593-.005.889-.014.073-.79-.066-1.596.124-2.374.16-.643-.154-1.271-.283-1.89-.228-.739-.331-1.522-.642-2.231-1.224-.268-2.532-.074-3.79-.108m11.102.076c-.373.578-.383 1.362-.606 2.023-.109.744-.595 1.465-.362 2.23.18.744.046 1.517.114 2.272.324.014.648.018.972.018.028-.377.031-.756.035-1.135 1.265-.004 2.53.001 3.793-.002 0-.397-.001-.796-.008-1.193-.997.004-1.996.002-2.993 0l.001-.932c.998-.002 1.998-.001 2.998-.001l.002-.565c-1.458-.083-2.918-.061-4.378-.028.136-.838.346-1.662.545-2.486 1.277-.08 2.557-.016 3.834.028l-.004-.244c-1.309-.038-2.648-.188-3.943.017m-5.605 1.329c.428-.035.853.035 1.277.094.06-.502.073-1.048-.349-1.404-.569.156-1.454.618-.928 1.31m6.47-1.147c.06.324.124.648.187.972-.367.001-.733.001-1.1.011.342.119.689.227 1.033.338-.382.186-.767.366-1.138.575.474-.079.942-.19 1.41-.3-.02.196-.04.39-.058.586.152-.215.301-.432.452-.648.068.251.137.5.208.75.077-.276.149-.554.221-.833.486.283.965.581 1.465.84-.346-.374-.714-.726-1.073-1.087.511-.149 1.027-.287 1.536-.446-.54-.012-1.079-.006-1.618-.008l.227-.673c-.224.202-.445.404-.671.604l-.023-.65-.394.599c-.222-.21-.443-.42-.666-.628m-4.594.914c.235.456.391.946.536 1.436.354-.27.672-.582.995-.886.028-.289.059-.577.088-.866a3.51 3.51 0 0 1-.846-.407c-.277.22-.539.458-.773.722m-1.526 1.428c-.332 1.18-.696 2.351-1.027 3.53.185.114.364.296.601.23.85-.102 1.709-.15 2.548-.324-.86-.322-1.822.166-2.731.089.478-.51 1.237-.718 1.592-1.337-.574.253-1.04.689-1.612.947.656-1.202 1.793-2.123 2.309-3.389-.836.798-1.392 1.838-2.153 2.705.246-1.062.658-2.082.852-3.156-.252.15-.301.448-.379.704m1.633.895c-.176.224-.358.444-.546.658.205.463.59.805 1.024 1.051.138-.533.568-.954.598-1.516-.359-.059-.72-.112-1.075-.193m.608 1.857c.008.404.004.816.14 1.204a4.35 4.35 0 0 1 1.579-.092c-.162-.403-.204-.834-.214-1.265-.503.049-1.003.114-1.506.154z"/><path fill="#ffdb00" d="M14.426 12.617c.407-.187 1.211-.04 1.034.558-.313.775-1.897.07-1.034-.558z"/></symbol><symbol viewBox="0 0 24 24" id="warning--hairpin-curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.73 0h.504c.27.113.527.259.734.467 3.521 3.523 7.042 7.044 10.565 10.565.198.202.347.446.467.702v.493c-.102.245-.227.485-.414.676-3.54 3.541-7.085 7.08-10.621 10.625-.2.199-.442.352-.696.473h-.505a2.123 2.123 0 0 1-.667-.414C7.557 20.046 4.018 16.503.473 12.966a2.483 2.483 0 0 1-.473-.7v-.498c.191-.562.671-.93 1.07-1.338C4.369 7.129 7.674 3.832 10.969.526c.218-.221.48-.394.761-.526m-.061.391c-.214.089-.378.259-.542.416C7.633 4.315 4.121 7.805.629 11.314a.94.94 0 0 0 .004 1.367c3.56 3.563 7.123 7.123 10.685 10.686.348.396 1.016.396 1.366.001 3.541-3.541 7.08-7.086 10.625-10.624.432-.349.484-1.051.062-1.43C19.838 7.766 16.291 4.229 12.75.688 12.484.39 12.054.237 11.67.39z"/><path fill="#ffd033" d="M11.788.858c.222-.125.476-.006.632.166 3.502 3.497 6.997 7.001 10.5 10.496.254.196.394.596.109.833-3.534 3.544-7.079 7.078-10.615 10.619-.184.24-.56.308-.767.056A6715.53 6715.53 0 0 1 .971 12.353c-.286-.236-.146-.638.109-.833C4.658 7.976 8.177 4.366 11.788.858M6.331 12.45c-.467-.151-.918-.362-1.402-.452-.313.053-.461.472-.235.702.881 1.218 1.787 2.417 2.674 3.631.94-1.216 1.882-2.429 2.801-3.66.203-.226.052-.595-.224-.672-.52.08-1 .316-1.505.452-.174-2.112 1.87-4.02 3.966-3.631 1.559.206 2.849 1.606 2.918 3.176.035 1.446.012 2.893.029 4.339.701.001 1.402.001 2.102-.001-.025-1.606.06-3.216-.049-4.819-.299-2.827-3.042-5.099-5.88-4.841-2.922.119-5.372 2.861-5.195 5.776z"/><path d="M11.669.391c.384-.154.814 0 1.08.298C16.29 4.23 19.837 7.767 23.37 11.315c.421.379.37 1.081-.062 1.43-3.545 3.538-7.084 7.082-10.625 10.624-.349.395-1.018.395-1.366-.001C7.755 19.805 4.193 16.245.632 12.682a.94.94 0 0 1-.004-1.367c3.492-3.509 7.003-7 10.498-10.507.164-.157.329-.328.542-.416m.12.466C8.177 4.366 4.659 7.976 1.08 11.52c-.256.194-.395.596-.109.833 3.556 3.562 7.114 7.122 10.676 10.675.206.252.583.184.767-.056 3.536-3.541 7.081-7.075 10.615-10.619.284-.236.145-.637-.109-.833-3.503-3.496-6.998-7-10.5-10.496-.156-.172-.41-.29-.632-.166z"/><path d="M6.331 12.45c-.178-2.915 2.273-5.657 5.195-5.776 2.838-.258 5.581 2.014 5.88 4.841.109 1.603.024 3.214.049 4.819-.701.002-1.402.002-2.102.001-.017-1.446.006-2.893-.029-4.339-.07-1.571-1.36-2.97-2.918-3.176-2.096-.389-4.14 1.519-3.966 3.631.505-.137.985-.372 1.505-.452.276.077.427.446.224.672-.919 1.231-1.861 2.444-2.801 3.66-.887-1.214-1.793-2.413-2.674-3.631-.226-.23-.078-.649.235-.702.484.09.935.301 1.402.452z"/></symbol><symbol viewBox="0 0 28 24" id="warning--hairpin-curve-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fa0100" d="M13.319.629c.578-.198 1.126.222 1.379.717 4.158 6.84 8.258 13.718 12.356 20.594.35.516.225 1.581-.543 1.573-8.371.007-16.741.001-25.112.003-.681.068-.927-.92-.65-1.407A3441.68 3441.68 0 0 1 12.555 1.391c.181-.311.393-.659.765-.762m-7.983 19.89c5.816.004 11.633.004 17.449-.001a7086.805 7086.805 0 0 0-8.993-15.013c-2.823 5.002-5.641 10.007-8.456 15.014z"/><path fill="#fff" d="M5.337 20.519a9613.439 9613.439 0 0 1 8.456-15.014c3.004 5 6.001 10.005 8.993 15.013-5.816.006-11.633.006-17.449.001m7.253-8.78c-1.316 2.103-2.528 4.27-3.788 6.406.532-.225 1.058-.466 1.588-.698.1.469.212.933.317 1.401 1.051-1.676 2.065-3.374 3.123-5.044.13-.292.52-.239.654.02.737 1.095 1.342 2.273 2.005 3.414-.336.187-.667.387-1.007.569.995.402 2.009.758 3.003 1.165.28-.982.561-1.963.84-2.946-.29.123-.578.254-.867.378-.84-1.566-1.647-3.152-2.591-4.656-.668-1.16-2.581-1.12-3.276-.01z"/><path d="M12.59 11.739c.695-1.111 2.608-1.15 3.276.01.945 1.504 1.751 3.091 2.591 4.656.289-.124.576-.255.867-.378l-.84 2.946c-.993-.407-2.008-.763-3.003-1.165.34-.183.671-.382 1.007-.569-.663-1.141-1.268-2.319-2.005-3.414-.134-.258-.525-.311-.654-.02-1.058 1.67-2.072 3.368-3.123 5.044-.105-.467-.216-.932-.317-1.401-.53.232-1.056.473-1.588.698 1.26-2.136 2.473-4.303 3.788-6.406z"/></symbol><symbol viewBox="0 0 27 24" id="warning--hairpin-curve-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.355 0h.518c.484.157.941.439 1.181.903 3.818 6.59 7.621 13.189 11.437 19.782.288.488.582.978.781 1.511v.445c-.16.652-.644 1.19-1.302 1.36H1.317C.66 23.85.18 23.316 0 22.68v-.461a5.95 5.95 0 0 1 .376-.839C4.326 14.555 8.265 7.723 12.216.898c.235-.45.676-.724 1.139-.897m.028 1.637C9.375 8.597 5.312 15.527 1.352 22.513c.176.07.36.121.552.109 7.868-.008 15.738.001 23.606-.004.142-.012.277-.048.408-.11-3.941-6.955-7.994-13.848-11.974-20.782-.089-.296-.44-.46-.56-.087z"/><path fill="#fff" d="M13.383 1.638c.12-.372.472-.209.56.087 3.98 6.934 8.033 13.827 11.974 20.782a1.152 1.152 0 0 1-.408.11c-7.868.005-15.738-.004-23.606.004a1.294 1.294 0 0 1-.552-.109c3.96-6.986 8.024-13.916 12.031-20.875m-3.989 9.53c-.352 1.377-.125 2.819-.187 4.223.41.41.82.821 1.231 1.23.405-.423.837-.82 1.231-1.25.007-1.032-.026-2.065.014-3.095.052-1.042 1.062-1.894 2.097-1.786.987.045 1.825.938 1.82 1.924.008 3.045.007 6.09 0 9.135.404-.416.818-.824 1.226-1.237.42.4.825.814 1.238 1.222-.003-3.085.012-6.169-.007-9.254-.034-2.018-1.627-3.859-3.618-4.186-2.148-.443-4.462.961-5.047 3.075z"/><path d="M9.393 11.167c.585-2.114 2.899-3.518 5.047-3.075 1.991.327 3.584 2.168 3.618 4.186.019 3.085.004 6.169.007 9.254-.413-.408-.818-.822-1.238-1.222-.408.413-.822.821-1.226 1.237.007-3.045.008-6.09 0-9.135.004-.986-.833-1.879-1.82-1.924-1.035-.108-2.045.745-2.097 1.786-.04 1.031-.007 2.063-.014 3.095-.394.431-.826.828-1.231 1.25-.412-.409-.821-.82-1.231-1.23.061-1.405-.165-2.846.187-4.223z"/></symbol><symbol viewBox="0 0 24 24" id="warning--hairpin-curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.678.521c.704-.217 1.478.06 1.969.589 3.184 3.178 6.366 6.358 9.542 9.544.701.649.786 1.862.089 2.545-3.41 3.27-6.833 6.529-10.247 9.797-.7.7-1.933.656-2.614-.05-3.224-3.218-6.443-6.443-9.666-9.662-.725-.667-.762-1.924-.024-2.594 3.287-3.154 6.588-6.294 9.878-9.444.312-.296.64-.616 1.072-.724m.125.253c-.408.086-.712.391-1.003.667C7.51 4.593 4.207 7.73.923 10.887c-.604.547-.601 1.566-.031 2.136l9.722 9.722c.572.606 1.631.643 2.224.049 3.396-3.244 6.793-6.486 10.187-9.731.64-.574.592-1.648-.034-2.212-3.174-3.188-6.361-6.364-9.54-9.545-.409-.451-1.05-.691-1.649-.533z"/><path fill="#231f20" d="M11.561 1.246c.706-.265 1.522-.017 2.022.529 2.984 2.978 5.97 5.957 8.942 8.947.676.641.722 1.826.029 2.472-3.191 3.052-6.385 6.101-9.577 9.151-.674.653-1.844.6-2.494-.062a8609.293 8609.293 0 0 1-9.065-9.066c-.703-.659-.7-1.886.037-2.521C4.517 7.76 7.591 4.83 10.659 1.899c.269-.254.541-.53.901-.653m.123.372c-.272.097-.482.304-.691.497-3.085 2.954-6.182 5.897-9.263 8.857-.586.493-.583 1.453-.036 1.973 3.022 3.02 6.042 6.042 9.065 9.06.503.518 1.415.565 1.945.062 3.196-3.047 6.388-6.098 9.58-9.15.568-.532.475-1.492-.095-1.985-2.953-2.966-5.918-5.922-8.879-8.88-.4-.444-1.056-.659-1.626-.434z"/><path fill="#231f20" d="M8.878 7.081c.811-.726 1.962-.876 3.01-.826.954.048 1.988.188 2.734.842.703.625.874 1.61.941 2.502.08 1.444-.018 2.888-.012 4.332.58-.304 1.776-1.062 2.024-.024-1.028 1.262-2.048 2.531-3.078 3.793-1.135-1.38-2.28-2.752-3.409-4.136.776-.713 1.752.368 2.615.455.023-1.542.086-3.086.067-4.627-.522-1.273-2.42-1.646-3.428-.733-.383.362-.56.896-.571 1.415-.038 2.432-.082 4.866-.125 7.3-.63.005-1.261.004-1.891.001.007-2.472.025-4.943.037-7.415.019-1.036.282-2.165 1.087-2.879z"/><path fill="#fff100" d="M11.802.775c.599-.158 1.24.082 1.649.533 3.179 3.181 6.366 6.356 9.54 9.545.625.564.673 1.638.034 2.212-3.394 3.245-6.791 6.487-10.187 9.731-.593.594-1.651.557-2.224-.049L.892 13.025c-.57-.57-.572-1.589.031-2.136 3.284-3.157 6.587-6.294 9.876-9.445.292-.276.595-.581 1.003-.667m-.241.469c-.36.122-.632.398-.901.653-3.068 2.932-6.142 5.861-9.204 8.797-.737.635-.74 1.862-.037 2.521 3.019 3.024 6.042 6.047 9.065 9.066.649.662 1.819.715 2.494.062 3.192-3.05 6.386-6.1 9.577-9.151.694-.646.647-1.831-.029-2.472-2.972-2.99-5.958-5.969-8.942-8.947-.5-.546-1.316-.794-2.022-.529z"/><path fill="#fff100" d="M11.683 1.618c.57-.224 1.226-.01 1.626.434 2.96 2.958 5.926 5.914 8.879 8.88.57.493.662 1.453.095 1.985a9171.359 9171.359 0 0 1-9.58 9.15c-.53.503-1.442.456-1.945-.062-3.023-3.018-6.043-6.04-9.065-9.06-.547-.52-.55-1.48.036-1.973 3.08-2.96 6.178-5.903 9.263-8.857.209-.193.419-.4.691-.497M8.878 7.081c-.805.714-1.068 1.843-1.087 2.879-.012 2.472-.03 4.943-.037 7.415.63.002 1.261.004 1.891-.001.043-2.434.086-4.867.125-7.3.011-.518.188-1.052.571-1.415 1.008-.913 2.906-.54 3.428.733.019 1.541-.044 3.085-.067 4.627-.863-.086-1.838-1.168-2.615-.455 1.129 1.385 2.274 2.756 3.409 4.136 1.03-1.262 2.05-2.531 3.078-3.793-.248-1.038-1.445-.28-2.024.024-.006-1.444.092-2.888.012-4.332-.067-.892-.238-1.877-.941-2.502-.745-.654-1.78-.794-2.734-.842-1.048-.05-2.198.1-3.01.826z"/></symbol><symbol viewBox="0 0 27 24" id="warning--hairpin-curve-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.17 0h.748c.508.175.982.487 1.235.975l11.601 20.134c.145.262.264.537.363.82v.552A2.037 2.037 0 0 1 25.673 24H1.472a2.043 2.043 0 0 1-1.474-1.447v-.698c.104-.256.22-.508.354-.75C4.222 14.394 8.092 7.684 11.959.972c.248-.48.716-.784 1.209-.972M2.839 21.609c7.143.007 14.287.005 21.431.001A9522.465 9522.465 0 0 0 13.558 3.012 9312.833 9312.833 0 0 0 2.839 21.609z"/><path fill="#fff" d="M2.839 21.609A9603.638 9603.638 0 0 1 13.558 3.012c3.577 6.195 7.148 12.395 10.712 18.598-7.143.004-14.287.005-21.431-.001m7.439-11.876c-.735 1.094-.515 2.45-.556 3.689.019 2.612-.035 5.224.028 7.833.598-.026 1.197-.007 1.797-.014.003-3.197.001-6.395.011-9.592-.004-.834.64-1.618 1.46-1.771.792-.179 1.664.271 1.988 1.012.271.533.163 1.146.179 1.718-.472-.087-1.525-.738-1.515.127.765 1.241 1.63 2.42 2.442 3.633.812-1.215 1.669-2.403 2.447-3.639-.028-.86-1.056-.201-1.531-.119.159-1.525-.343-3.219-1.714-4.052-1.628-1.098-4.057-.522-5.037 1.174z"/><path d="M10.278 9.733c.98-1.696 3.409-2.273 5.037-1.174 1.371.833 1.873 2.526 1.714 4.052.475-.081 1.502-.74 1.531.119-.778 1.237-1.635 2.424-2.447 3.639-.812-1.212-1.677-2.392-2.442-3.633-.011-.865 1.043-.214 1.515-.127-.016-.572.092-1.185-.179-1.718-.324-.74-1.196-1.191-1.988-1.012-.82.153-1.464.937-1.46 1.771-.009 3.197-.008 6.395-.011 9.592-.599.007-1.199-.012-1.797.014-.064-2.609-.009-5.222-.028-7.833.041-1.239-.179-2.595.556-3.689z"/></symbol><symbol viewBox="0 0 24 24" id="warning--height-restriction--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.202.409c.674-.202 1.409.037 1.89.536 3.377 3.222 6.756 6.444 10.127 9.674.725.652.736 1.882.042 2.558-3.239 3.244-6.479 6.484-9.716 9.727-.688.746-1.969.822-2.693.086-3.21-3.072-6.425-6.139-9.637-9.208-.43-.415-.961-.808-1.09-1.428-.175-.658.098-1.352.576-1.811 3.163-3.16 6.324-6.322 9.485-9.482.287-.286.616-.553 1.016-.654m.124.257c-.401.094-.721.372-1.008.652-3.15 3.17-6.325 6.317-9.472 9.491-.614.559-.67 1.616-.048 2.191 3.416 3.262 6.829 6.528 10.244 9.791.593.605 1.652.577 2.238-.023 3.247-3.234 6.482-6.482 9.728-9.72.623-.575.659-1.652.013-2.226-3.365-3.234-6.749-6.45-10.123-9.677-.401-.412-1.006-.63-1.573-.479z"/><path fill="#231f20" d="M11.195 1.114c.647-.209 1.376-.002 1.843.484a5757.26 5757.26 0 0 1 9.454 9.031c.743.64.754 1.877.046 2.546-3.038 3.043-6.08 6.083-9.124 9.121-.756.774-2.098.64-2.76-.19-3.116-3.005-6.264-5.976-9.382-8.98-.702-.671-.608-1.878.097-2.512 2.893-2.908 5.802-5.802 8.699-8.707.325-.325.671-.668 1.127-.794m.12.373c-.368.102-.647.378-.911.638C7.49 5.052 4.556 7.958 1.648 10.89c-.584.51-.64 1.499-.044 2.022 3.17 3.031 6.343 6.061 9.515 9.091.548.588 1.549.542 2.082-.043 3.022-3.019 6.042-6.041 9.061-9.061.557-.526.546-1.495-.046-1.992-3.121-2.999-6.258-5.983-9.386-8.976-.382-.404-.97-.623-1.514-.445z"/><path fill="#231f20" d="M9.385 3.726c1.657-.445 3.431-.468 5.089-.019-.85.866-1.703 1.728-2.554 2.592-.842-.86-1.69-1.715-2.536-2.573zM5.104 12.062c.694-.835 1.37-1.686 2.072-2.514.346.031.736-.073 1.055.065.037.914-.001 1.83.013 2.744l.56.018-.001.979-.552.007-.012.856-1.075-.004c-.002-.284 0-.569-.002-.853-.752-.001-1.504 0-2.256-.002.031-.431-.131-.946.198-1.296m.874.303c.395.005.79.002 1.183.001.002-.476.004-.952-.005-1.427-.401.469-.792.946-1.178 1.426zM8.561 9.6c.438.053.886-.022 1.319.078.258-.038.604-.21.796.056.156.37.07.79.089 1.18a4.587 4.587 0 0 0-.497-.018c.004-.326-.018-.652-.037-.977-.482.07-.269.65-.326.986a9.803 9.803 0 0 0-.485 0c.005-.325-.024-.649-.035-.973-.491.04-.274.64-.334.971-.163-.001-.326 0-.488.005-.002-.436-.002-.872-.001-1.308zM11.251 11.015c.07-1.512 1.961-1.783 3.048-1.193.606.371.726 1.246.354 1.823-.414.654-1.141.998-1.69 1.519.644.019 1.29.01 1.934.013v1.037c-1.246.001-2.492.007-3.739-.004.158-1.256 1.297-1.933 2.164-2.69.346-.253.458-.896-.029-1.061-.466-.185-.724.29-.827.66a70.328 70.328 0 0 1-1.216-.104zM16.595 9.643c.779-.208 1.817-.086 2.194.728.379.932.37 2.016.072 2.97-.334 1.003-1.654 1.144-2.503.78-.882-.463-.943-1.6-.92-2.477-.008-.799.271-1.798 1.158-2.002m.376.846c-.485.642-.296 1.565-.247 2.318-.008.43.521.858.865.467.376-.64.246-1.445.205-2.155.011-.413-.394-.93-.823-.63zM9.374 20.128c.834-.87 1.69-1.72 2.542-2.572.853.862 1.716 1.714 2.55 2.593-1.66.443-3.433.418-5.092-.022z"/><path fill="#fff100" d="M11.326.664c.568-.151 1.172.067 1.573.479 3.374 3.227 6.758 6.443 10.123 9.677.646.574.61 1.651-.013 2.226-3.246 3.238-6.481 6.486-9.728 9.72-.586.6-1.645.628-2.238.023C7.628 19.526 4.215 16.26.799 12.998c-.622-.575-.566-1.632.048-2.191 3.146-3.174 6.322-6.32 9.472-9.491.287-.28.607-.558 1.008-.652m-.132.45c-.456.126-.802.469-1.127.794-2.897 2.905-5.806 5.8-8.699 8.707-.706.634-.799 1.841-.097 2.512 3.118 3.004 6.265 5.975 9.382 8.98.662.829 2.004.964 2.76.19 3.043-3.038 6.085-6.078 9.124-9.121.708-.67.697-1.907-.046-2.546a5757.26 5757.26 0 0 0-9.454-9.031c-.467-.486-1.196-.692-1.843-.484z"/><path fill="#fff100" d="M11.315 1.486c.545-.178 1.133.041 1.514.445 3.128 2.993 6.265 5.977 9.386 8.976.592.497.602 1.466.046 1.992-3.019 3.02-6.04 6.042-9.061 9.061-.533.586-1.534.631-2.082.043l-9.515-9.091c-.595-.523-.54-1.512.044-2.022 2.909-2.932 5.843-5.838 8.756-8.766.264-.26.542-.536.911-.638m-1.929 2.24c.846.858 1.693 1.712 2.536 2.573.851-.864 1.704-1.726 2.554-2.592-1.658-.449-3.432-.426-5.089.019m-4.282 8.336c-.329.35-.167.865-.198 1.296.752.002 1.504.001 2.256.002.002.284 0 .569.002.853l1.075.004.012-.856.552-.007.001-.979-.56-.018c-.014-.914.024-1.83-.013-2.744-.319-.138-.709-.034-1.055-.065-.702.828-1.379 1.679-2.072 2.514M8.561 9.6c-.001.436-.001.872.001 1.308.162-.005.325-.006.488-.005.06-.331-.157-.931.334-.971.011.324.04.648.035.973.161-.004.323-.004.485 0 .058-.336-.156-.917.326-.986.019.325.041.65.037.977.166-.004.331.004.497.018-.019-.39.067-.81-.089-1.18-.192-.266-.538-.095-.796-.056-.433-.1-.881-.025-1.319-.078m2.691 1.415c.404.038.81.073 1.216.104.103-.37.361-.845.827-.66.487.164.374.808.029 1.061-.866.757-2.005 1.434-2.164 2.69 1.247.011 2.494.005 3.739.004v-1.037c-.644-.004-1.29.006-1.934-.013.548-.521 1.276-.865 1.69-1.519.372-.577.252-1.452-.354-1.823-1.087-.59-2.978-.319-3.048 1.193m5.343-1.372c-.887.204-1.166 1.202-1.158 2.002-.023.877.038 2.014.92 2.477.85.364 2.17.223 2.503-.78.298-.954.307-2.038-.072-2.97-.377-.815-1.415-.936-2.194-.728m-7.22 10.484c1.658.439 3.432.464 5.092.022-.834-.88-1.697-1.732-2.55-2.593-.852.852-1.708 1.702-2.542 2.572z"/><path fill="#fff100" d="M16.972 10.488c.43-.3.834.217.823.63.041.71.17 1.516-.205 2.155-.344.391-.874-.037-.865-.467-.049-.754-.238-1.676.247-2.318zM5.978 12.365c.386-.48.778-.956 1.178-1.426.008.475.007.95.005 1.427-.394.001-.788.004-1.183-.001z"/></symbol><symbol viewBox="0 0 27 24" id="warning--height-restriction--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.245 0h.664c.514.171.998.479 1.26.968 3.854 6.679 7.7 13.364 11.554 20.043.145.259.278.523.396.796v.792A2.053 2.053 0 0 1 25.671 24H1.48C.749 23.832.2 23.245.001 22.534v-.652c.231-.61.586-1.159.907-1.722L11.966.975c.263-.498.755-.811 1.28-.975M2.852 21.601c7.146.005 14.292.005 21.436 0a8198.073 8198.073 0 0 0-10.719-18.59 8361.098 8361.098 0 0 0-10.717 18.59z"/><path fill="#fff" d="M2.852 21.601a9232.57 9232.57 0 0 1 10.717-18.59c3.584 6.191 7.151 12.391 10.719 18.59-7.144.005-14.29.005-21.436 0m8.486-13.49c.75 1.283 1.454 2.593 2.247 3.848.736-1.284 1.482-2.561 2.214-3.848a737.058 737.058 0 0 0-4.461 0M9.614 12.48c-.542.923-1.634 1.645-1.672 2.77.613.031 1.226.014 1.837.019l.012.58c.222-.003.443-.004.666-.004.003-.187.004-.374.008-.561l.433-.037a17.83 17.83 0 0 1-.003-.567 64.136 64.136 0 0 1-.435-.046c.003-.717.003-1.433 0-2.149-.282 0-.564-.004-.846-.005m4.362.553c-.452.774-1.372 1.372-1.393 2.323.504.004 1.009.003 1.513.001l.034.498c.182-.007.363-.011.545-.011l.007-.469.355-.033.005-.472a40.483 40.483 0 0 1-.363-.037c.004-.599.001-1.199 0-1.798-.235 0-.469-.001-.704-.003m2.072.797c-.005.675-.003 1.352-.003 2.027.172-.004.344-.004.517 0 .007-.438-.027-.88.024-1.315.072-.289.54-.347.614-.03.053.447.019.899.027 1.349.169-.005.34-.007.511-.005.096-.485-.289-1.455.4-1.562.51.297.164 1.067.263 1.562l.507.001c-.012-.534.057-1.077-.043-1.604-.201-.519-.852-.513-1.28-.304-.494-.197-1.026-.023-1.538-.119m-4.354 1.516c-.328.251.073.807.4.55.403-.235-.046-.849-.4-.551m1.478 2.282c-.146.258-.297.513-.439.773.202-.004.403-.007.605-.008.142-.256.292-.508.437-.763-.201.003-.401.001-.602-.001m4.335-.001c-.148.256-.298.513-.439.773.199-.004.4-.008.601-.009.141-.255.289-.508.433-.762-.198.003-.396.001-.594-.001m.798-.001c-.151.258-.301.515-.442.778.593.174.827-.335 1.033-.777-.197.003-.395.001-.591-.001m-9.398.18l-.148.311-.396.148.024.385.447.018v1.936c.184-.004.369-.005.553-.001.001-.938.004-1.875-.003-2.814a4.03 4.03 0 0 1-.479.018m2.384-.009c-.45.772-1.374 1.364-1.394 2.312.507.004 1.014.004 1.523.001.005.164.012.328.02.492.183-.003.366-.004.55 0l.009-.468.353-.045.007-.45-.365-.053c.005-.595.003-1.192.003-1.787l-.706-.003m3.438.585c-.263.69-.207 1.647.426 2.118.677.452 1.688-.149 1.516-.976-.016-.782-.941-1.014-1.536-.689.072-.527.658-.75 1.017-.325.156-.083.412-.092.411-.32-.408-.67-1.57-.546-1.833.193m-1.654.379c-.001.16-.003.32-.007.48.323.003.644.003.967 0-.003-.16-.005-.32-.005-.479l-.955-.001z"/><path fill="#fff" d="M8.713 14.659c.351-.475.706-.948 1.07-1.413.004.472.004.944.001 1.416-.357 0-.715.001-1.071-.003zM13.231 14.85c.286-.395.579-.784.879-1.167.007.389.004.78.001 1.169l-.88-.001zM10.542 19.612c.29-.393.58-.784.884-1.166a14.9 14.9 0 0 1-.016 1.177c-.289-.001-.578-.009-.868-.011zM15.622 19.181c.583-.077.677.938.077.96-.574.061-.645-.914-.077-.96z"/><path fill="#1a1a1a" d="M11.338 8.111c1.487-.004 2.974-.005 4.461 0-.732 1.287-1.478 2.564-2.214 3.848-.793-1.256-1.497-2.565-2.247-3.848zM9.614 12.48c.282.001.564.005.846.005.003.716.003 1.432 0 2.149l.435.046a15.3 15.3 0 0 0 .003.567l-.433.037c-.004.187-.005.374-.008.561-.222 0-.443.001-.666.004l-.012-.58c-.612-.005-1.224.012-1.837-.019.038-1.125 1.13-1.847 1.672-2.77m-.901 2.179c.357.004.715.003 1.071.003a95.48 95.48 0 0 0-.001-1.416c-.363.465-.719.938-1.07 1.413zM13.976 13.033c.235.001.469.003.704.003.001.599.004 1.199 0 1.798l.363.037-.005.472-.355.033-.007.469c-.182 0-.363.004-.545.011l-.034-.498c-.504.001-1.009.003-1.513-.001.02-.951.941-1.548 1.393-2.323m-.746 1.816l.88.001c.003-.389.005-.78-.001-1.169-.3.384-.593.773-.879 1.167zM16.047 13.829c.511.096 1.044-.077 1.538.119.428-.209 1.079-.216 1.28.304.1.527.031 1.07.043 1.604l-.507-.001c-.099-.495.247-1.265-.263-1.562-.689.107-.304 1.077-.4 1.562-.171-.001-.342 0-.511.005-.008-.45.026-.902-.027-1.349-.075-.317-.542-.259-.614.03-.052.435-.018.877-.024 1.315a11.139 11.139 0 0 0-.517 0c0-.675-.003-1.352.003-2.027zM11.692 15.345c.354-.298.803.316.4.55-.327.256-.728-.3-.4-.551zM13.17 17.626c.201.003.401.004.602.001-.145.255-.294.507-.437.763a40.68 40.68 0 0 0-.605.008c.142-.26.293-.515.439-.773zM17.506 17.626c.198.003.396.004.594.001-.144.254-.292.507-.433.762-.201.001-.401.005-.601.009.141-.26.292-.517.439-.773zM18.305 17.626c.197.003.395.004.591.001-.206.442-.441.951-1.033.777.141-.263.292-.521.442-.778zM8.907 17.806c.16.004.32-.003.479-.018.007.938.004 1.875.003 2.814a12.744 12.744 0 0 0-.553.001v-1.936l-.447-.018a24.849 24.849 0 0 1-.024-.385l.396-.148.148-.311zM11.289 17.798c.235 0 .471.001.706.003 0 .595.003 1.192-.003 1.787l.365.053a66.49 66.49 0 0 1-.007.45l-.353.045-.009.468a14.459 14.459 0 0 0-.551 0 26.963 26.963 0 0 1-.02-.492c-.508.003-1.016.003-1.523-.001.02-.948.944-1.54 1.394-2.312m-.746 1.813c.29.001.579.009.868.011a14.9 14.9 0 0 0 .016-1.177c-.304.382-.594.773-.884 1.166zM14.727 18.382c.263-.739 1.425-.862 1.833-.193.001.228-.255.237-.411.32-.359-.424-.945-.202-1.017.325.595-.325 1.52-.094 1.536.689.172.827-.839 1.428-1.516.976-.633-.471-.689-1.428-.426-2.118m.896.8c-.568.046-.496 1.021.077.96.599-.022.506-1.037-.077-.96zM13.074 18.762l.955.001c0 .159.003.319.005.479a51.95 51.95 0 0 1-.967 0c.004-.16.005-.32.007-.48z"/></symbol><symbol viewBox="0 0 24 24" id="warning--height-restriction--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fd0" d="M11.731 0h.504c.493.191.828.612 1.193.972 3.199 3.2 6.398 6.401 9.599 9.601.358.355.752.695.973 1.16v.5c-.193.492-.612.828-.973 1.193l-9.539 9.54c-.376.377-.731.791-1.214 1.033h-.502c-.499-.184-.835-.61-1.201-.971-3.199-3.2-6.398-6.401-9.599-9.601-.358-.355-.754-.692-.972-1.158v-.505c.19-.494.611-.828.972-1.193l9.539-9.54c.378-.374.727-.802 1.22-1.032m-.063.384c-.128.066-.234.166-.338.263C7.753 4.23 4.167 7.809.589 11.393a.812.812 0 0 0 0 1.216c3.6 3.602 7.201 7.204 10.804 10.804a.813.813 0 0 0 1.216-.002c3.602-3.599 7.204-7.2 10.804-10.801a.815.815 0 0 0 0-1.216C19.813 7.79 16.211 4.19 12.609.589c-.233-.256-.623-.36-.94-.205z"/><path fill="#fd0" d="M11.8.865c.208-.185.454.018.602.174 3.556 3.565 7.123 7.12 10.679 10.685.229.17.22.496-.008.664-3.578 3.582-7.16 7.164-10.742 10.742a.406.406 0 0 1-.662.001C8.087 19.553 4.506 15.971.928 12.389c-.276-.196-.198-.553.05-.731C4.592 8.068 8.166 4.433 11.801.865m-.245.607c-.004.701.005 1.403-.005 2.104a87.553 87.553 0 0 1-.868-.854c.013.437-.052.882.031 1.313.407.451.859.862 1.285 1.295.353-.343.696-.697 1.051-1.038.484-.37.194-1.054.265-1.57-.287.287-.576.571-.866.854-.011-.702-.002-1.403-.006-2.105a87.65 87.65 0 0 1-.888.001M7.922 6.708c-.006 2.702-.001 5.405-.001 8.107h8.158c-.001-2.702.006-5.405-.002-8.107.042-.336-.246-.648-.589-.601-2.324-.005-4.65-.005-6.974 0-.343-.047-.632.264-.59.601m.043 8.353l.034.457c2.666.002 5.333.002 7.998 0l.037-.452c-2.686-.06-5.383-.052-8.069-.005m.036.861a12.21 12.21 0 0 0-.005 1.784c.188.334.684.157 1.001.18.408-.038.24-.553.283-.829.721.082 1.556-.227 2.17.271.337.156.758.156 1.096-.001.613-.498 1.45-.187 2.171-.27.042.276-.125.793.283.83.316-.025.814.154.998-.184.041-.59.048-1.19-.005-1.78-.22-.288-.664-.138-.979-.157-.434.035-.256.596-.295.889-.583-.017-1.171.035-1.752-.019-.431-.318-1.01-.503-1.518-.248-.614.493-1.45.184-2.171.268-.04-.292.138-.853-.295-.888-.316.019-.762-.134-.982.154m2.946 3.787c-.484.371-.194 1.054-.265 1.57.287-.287.576-.571.868-.854.01.701.001 1.403.005 2.105.295-.002.592-.002.888 0 .004-.702-.005-1.404.005-2.105.292.283.581.568.868.854-.014-.437.053-.882-.032-1.313-.407-.451-.858-.862-1.284-1.295-.353.343-.696.697-1.051 1.038z"/><path d="M11.668.383c.317-.155.707-.05.94.205 3.601 3.601 7.204 7.201 10.804 10.805.364.308.362.905 0 1.216-3.6 3.601-7.201 7.202-10.804 10.801a.812.812 0 0 1-1.216.002C7.79 19.812 4.188 16.211.588 12.608a.812.812 0 0 1 0-1.216C4.166 7.808 7.752 4.229 11.329.645c.104-.097.21-.197.338-.263m.133.483C8.165 4.433 4.592 8.067.977 11.658c-.248.178-.326.535-.05.731 3.578 3.582 7.159 7.164 10.741 10.742.17.228.492.226.662-.001 3.582-3.578 7.164-7.16 10.742-10.742a.407.407 0 0 0 .008-.664c-3.556-3.565-7.123-7.12-10.679-10.685-.149-.156-.395-.359-.602-.174z"/><path d="M11.556 1.472c.295.001.592.001.888-.001.004.702-.005 1.403.006 2.105.29-.283.58-.568.866-.854-.071.516.218 1.2-.265 1.57-.355.341-.698.695-1.051 1.038-.426-.433-.878-.844-1.285-1.295-.083-.431-.018-.876-.031-1.313.287.287.576.571.868.854.01-.701.001-1.403.005-2.104zM7.922 6.708c-.042-.337.247-.648.59-.601 2.324-.005 4.65-.005 6.974 0 .343-.047.631.265.589.601.008 2.702.001 5.405.002 8.107H7.919c0-2.702-.005-5.405.001-8.107zM7.967 15.061c2.686-.047 5.383-.055 8.069.005l-.037.452c-2.665.002-5.332.002-7.998 0a75.837 75.837 0 0 0-.034-.457zM8.003 15.922c.22-.288.666-.134.982-.154.433.035.256.596.295.888.721-.084 1.556.226 2.171-.268.508-.254 1.087-.07 1.518.248.581.054 1.169.002 1.752.019.04-.293-.139-.854.295-.889.316.019.76-.131.979.157.053.589.046 1.189.005 1.78-.185.337-.683.158-.998.184-.408-.037-.241-.554-.283-.83-.721.083-1.558-.228-2.171.27a1.338 1.338 0 0 1-1.096.001c-.613-.498-1.448-.19-2.17-.271-.043.276.125.791-.283.829-.317-.023-.812.154-1.001-.18a12.071 12.071 0 0 1 .005-1.784zM10.949 19.709c.355-.341.698-.695 1.051-1.038.426.433.877.844 1.284 1.295.085.431.018.876.032 1.313a77.737 77.737 0 0 0-.868-.854c-.01.701-.001 1.403-.005 2.105a65.713 65.713 0 0 0-.888 0c-.004-.702.005-1.404-.005-2.105-.292.283-.581.568-.868.854.071-.516-.218-1.199.265-1.57z"/></symbol><symbol viewBox="0 0 24 24" id="warning--height-restriction--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.732 0h.48a2.4 2.4 0 0 1 .668.434c3.341 3.341 6.68 6.683 10.026 10.02.41.418.902.8 1.093 1.38v.29c-.098.275-.234.54-.443.746A8971.662 8971.662 0 0 0 12.87 23.556c-.202.2-.454.337-.715.443h-.283c-.58-.15-.947-.642-1.354-1.039-3.18-3.18-6.355-6.365-9.538-9.542-.364-.355-.754-.702-.982-1.166v-.476c.214-.551.69-.918 1.088-1.328C4.187 7.35 7.288 4.25 10.387 1.15 10.808.738 11.19.264 11.73 0m-.152.425C7.905 3.985 4.332 7.657.693 11.256c-.388.302-.556.919-.162 1.289 3.616 3.629 7.24 7.249 10.861 10.871.31.356.907.349 1.212-.01l10.801-10.802c.395-.334.343-.961-.043-1.279-3.563-3.56-7.128-7.118-10.688-10.681-.264-.307-.74-.472-1.096-.218z"/><path fill="#ffd033" d="M11.91.75c.216-.055.372.134.517.26 3.536 3.545 7.084 7.08 10.62 10.626.204.161.275.474.047.65-3.575 3.588-7.164 7.163-10.741 10.75-.156.206-.47.292-.65.062C8.098 19.503 4.499 15.899.901 12.297c-.238-.18-.168-.5.044-.667C4.481 8.084 8.029 4.548 11.567 1.002c.104-.094.209-.199.343-.252M3.82 9.349c2.694.006 5.389.002 8.084.002.071.27.146.54.22.811-.458.145-.974.182-1.374.464-.248.467-.095 1.032-.126 1.541-.26.068-.516.152-.774.226.115.503.257.998.378 1.499a.658.658 0 0 0-.187.469c.323-.082.646-.158.966-.245.169.192.355.366.552.53-2.579-.034-5.159-.01-7.738-.012 2.718 2.73 5.452 5.447 8.173 8.173 2.722-2.728 5.452-5.446 8.172-8.174-2.72.002-5.44-.014-8.16.01.374-.185.576-.545.624-.949.124-.044.248-.089.374-.132l-.016-.322c.852-.209 1.696-.451 2.545-.673.134.497.599.942 1.146.776.551-.131.713-.746.613-1.241.324-.089.646-.186.971-.27-.328-1.246-.668-2.486-.996-3.73-1.177.221-2.362.412-3.518.726a1.047 1.047 0 0 1-.521-.025 8.605 8.605 0 0 0-.296.24 19.19 19.19 0 0 0-.367-.336c-.072.156-.15.308-.226.462l-.337-.014c-.022-2.662-.001-5.322-.011-7.984-2.726 2.723-5.454 5.446-8.172 8.177z"/><path fill="#ffd033" d="M10.98 10.784c.318-.089.636-.182.96-.248.095.354.188.708.276 1.063-.394.107-.788.211-1.188.293a18.584 18.584 0 0 1-.048-1.108z"/><path d="M11.578.425c.355-.253.832-.089 1.096.218 3.56 3.563 7.126 7.121 10.688 10.681.386.318.438.946.043 1.279L12.604 23.405c-.305.359-.902.366-1.212.01C7.77 19.793 4.146 16.173.531 12.544c-.394-.37-.226-.986.162-1.289C4.333 7.656 7.905 3.984 11.578.424m.332.326c-.134.053-.239.158-.343.252C8.028 4.548 4.481 8.084.945 11.63c-.212.167-.282.487-.044.667 3.599 3.602 7.198 7.206 10.802 10.801.18.229.494.144.65-.062 3.577-3.587 7.166-7.162 10.741-10.75.228-.176.157-.49-.047-.65-3.536-3.546-7.084-7.081-10.62-10.626-.145-.126-.301-.316-.517-.26z"/><path d="M3.82 9.349c2.718-2.731 5.446-5.454 8.172-8.177.01 2.662-.011 5.322.011 7.984l.337.014c.076-.154.154-.306.226-.462.124.11.246.222.367.336.097-.082.196-.162.296-.24.169.044.349.07.521.025 1.157-.314 2.341-.505 3.518-.726.328 1.243.668 2.484.996 3.73-.325.084-.647.181-.971.27.1.494-.062 1.11-.613 1.241-.547.166-1.012-.28-1.146-.776-.85.222-1.693.464-2.545.673l.016.322c-.126.043-.251.088-.374.132-.048.404-.25.764-.624.949 2.72-.024 5.44-.007 8.16-.01-2.72 2.729-5.45 5.447-8.172 8.174-2.722-2.726-5.455-5.443-8.173-8.173 2.579.002 5.159-.022 7.738.012a4.938 4.938 0 0 1-.552-.53c-.32.086-.643.163-.966.245 0-.179.062-.34.187-.469-.121-.5-.263-.996-.378-1.499.258-.073.514-.157.774-.226.031-.509-.122-1.074.126-1.541.4-.282.916-.319 1.374-.464-.073-.271-.149-.541-.22-.811-2.695 0-5.39.004-8.084-.002m7.159 1.434c.007.37.019.739.048 1.108.4-.082.794-.186 1.188-.293a57.219 57.219 0 0 0-.276-1.063c-.324.066-.642.16-.96.248z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horizontal-alignment-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.735 0h.52c.265.108.517.257.719.462 3.22 3.222 6.44 6.442 9.662 9.661.47.484 1.004.918 1.364 1.499v.742c-.232.466-.636.799-.996 1.16-3.14 3.139-6.28 6.281-9.419 9.421-.38.373-.727.796-1.201 1.055h-.707c-.48-.228-.815-.648-1.186-1.013l-9.48-9.479c-.373-.377-.806-.724-1.012-1.23v-.502c.194-.562.68-.928 1.08-1.338C4.399 7.12 7.72 3.802 11.039.482c.202-.2.442-.355.695-.482m-.062.401c-.186.076-.332.22-.476.355C7.68 4.28 4.151 7.794.638 11.322c-.394.349-.404 1.014-.012 1.368 3.559 3.563 7.128 7.118 10.687 10.681.349.416 1.033.426 1.392.018 3.563-3.559 7.123-7.121 10.685-10.681.412-.361.4-1.046-.012-1.403C19.864 7.778 16.338 4.263 12.82.739c-.28-.318-.736-.522-1.148-.338z"/><path fill="#ffd033" d="M11.796.868c.246-.16.522.016.691.203 3.498 3.503 7.001 7.003 10.501 10.505.248.192.332.582.067.799-3.554 3.565-7.123 7.117-10.682 10.678-.185.229-.552.208-.731-.018-3.557-3.56-7.124-7.11-10.678-10.674-.283-.24-.13-.638.122-.832C4.666 7.987 8.184 4.375 11.795.868M7.607 6.287c.838 1.693 1.669 3.39 2.506 5.084.104.269.461.554.721.298.384-.446.436-1.073.635-1.609 1.174.57 2.484 1.465 2.578 2.896.061 1.591.017 3.186.018 4.78.79.019 1.578.006 2.368.008-.018-1.709.055-3.422-.036-5.13.01-.42-.412-.94-.007-1.268.793-.784 1.582-1.573 2.369-2.362A21.77 21.77 0 0 0 17.673 7.9c-.743.754-1.506 1.489-2.242 2.251a7.687 7.687 0 0 0-2.63-1.982c.346-.43.763-.798 1.091-1.243.182-.356-.229-.683-.568-.638-1.904-.012-3.81-.011-5.716 0z"/><path d="M11.672.401c.413-.184.869.02 1.148.338 3.517 3.524 7.044 7.039 10.558 10.566.412.356.424 1.042.012 1.403-3.562 3.56-7.122 7.122-10.685 10.681-.359.408-1.043.398-1.392-.018C7.754 19.808 4.185 16.253.626 12.69c-.392-.354-.382-1.019.012-1.368C4.15 7.794 7.68 4.28 11.196.756c.144-.136.29-.28.476-.355m.124.467C8.185 4.374 4.667 7.986 1.087 11.529c-.252.193-.406.592-.122.832 3.553 3.564 7.121 7.114 10.678 10.674.179.226.546.247.731.018 3.559-3.56 7.128-7.112 10.682-10.678.265-.217.181-.607-.067-.799-3.5-3.502-7.003-7.002-10.501-10.505-.169-.187-.445-.362-.691-.203z"/><path d="M7.607 6.287c1.906-.011 3.811-.012 5.716 0 .338-.044.75.282.568.638-.328.445-.745.814-1.091 1.243a7.69 7.69 0 0 1 2.63 1.982c.736-.762 1.499-1.498 2.242-2.251.378.344.733.713 1.086 1.084-.787.788-1.576 1.578-2.369 2.362-.404.329.017.848.007 1.268.091 1.708.018 3.421.036 5.13-.79-.002-1.578.011-2.368-.008-.001-1.594.043-3.188-.018-4.78-.094-1.43-1.404-2.326-2.578-2.896-.199.536-.251 1.163-.635 1.609-.26.257-.617-.029-.721-.298-.836-1.694-1.668-3.391-2.506-5.084z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horizontal-alignment-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#f1ce00" opacity=".95" d="M11.718 0h.521a2.2 2.2 0 0 1 .733.464c3.5 3.502 7.001 7.004 10.505 10.504.235.227.406.511.523.816v.335c-.09.282-.21.564-.425.775-3.539 3.541-7.082 7.079-10.62 10.622-.222.232-.51.383-.812.484h-.263c-.598-.114-.979-.608-1.387-1.013l-9.48-9.48C.639 13.127.199 12.78 0 12.266v-.528c.169-.532.619-.882.994-1.265 3.32-3.32 6.643-6.638 9.96-9.962A2.33 2.33 0 0 1 11.718 0m-.145.422C7.889 3.967 4.327 7.651.687 11.245c-.43.324-.548 1.007-.12 1.385 3.605 3.598 7.202 7.204 10.807 10.801.32.353.924.346 1.24-.01 3.605-3.601 7.207-7.204 10.81-10.807.372-.344.319-.976-.06-1.292C19.802 7.759 16.241 4.198 12.678.638c-.269-.306-.742-.433-1.104-.216z"/><path d="M11.573.422c.362-.217.835-.09 1.104.216 3.563 3.559 7.124 7.121 10.686 10.684.379.317.432.948.06 1.292a18357.07 18357.07 0 0 1-10.81 10.807c-.316.355-.919.362-1.24.01C7.768 19.833 4.171 16.227.566 12.63c-.428-.378-.31-1.061.12-1.385C4.327 7.651 7.888 3.967 11.572.422m.34.328c-.173.041-.29.192-.42.304C7.975 4.58 4.446 8.093.93 11.621c-.211.166-.263.5-.046.684 3.577 3.588 7.164 7.166 10.746 10.75.158.209.486.257.662.044 3.589-3.574 7.165-7.16 10.75-10.739a.46.46 0 0 0 .012-.73C19.52 8.082 15.97 4.548 12.432 1.005c-.142-.132-.305-.302-.52-.256z"/><path d="M8.737 6.086c.106-.374.68-.403.839-.056.161.407.233.842.359 1.261 1.037-.742 2.353-1.085 3.618-.899 1.944.227 3.65 1.726 4.157 3.611a5.01 5.01 0 0 1-1.036 4.634c-.508.619-1.241.99-1.777 1.579-1.108 1.132-1.727 2.699-1.739 4.279-.784 0-1.566.001-2.35-.001a8.539 8.539 0 0 1 2.728-6.24c.517-.523 1.235-.85 1.613-1.506.612-.962.494-2.309-.272-3.152-.863-1.009-2.496-1.187-3.559-.394.358.247.751.445 1.087.722.306.266.071.821-.332.797-1.751.106-3.503.199-5.255.295.635-1.645 1.267-3.293 1.92-4.931z"/><path fill="#ffdb00" d="M11.912.75c.215-.047.378.124.52.256 3.539 3.542 7.088 7.076 10.622 10.625a.46.46 0 0 1-.012.73c-3.584 3.578-7.16 7.165-10.75 10.739-.176.212-.504.164-.662-.044-3.582-3.583-7.169-7.162-10.746-10.75-.217-.184-.166-.518.046-.684C4.446 8.094 7.975 4.58 11.492 1.055c.13-.112.247-.263.42-.304M8.737 6.086c-.653 1.638-1.285 3.286-1.92 4.931 1.752-.096 3.504-.19 5.255-.295.403.024.638-.53.332-.797-.336-.277-.73-.475-1.087-.722 1.063-.793 2.696-.616 3.559.394.767.844.884 2.19.272 3.152-.378.656-1.096.983-1.613 1.506a8.543 8.543 0 0 0-2.728 6.24c.784.002 1.566.001 2.35.001.012-1.58.631-3.148 1.739-4.279.536-.589 1.27-.96 1.777-1.579a5.013 5.013 0 0 0 1.036-4.634c-.506-1.885-2.213-3.384-4.157-3.611-1.265-.186-2.581.157-3.618.899-.126-.419-.198-.854-.359-1.261-.158-.347-.733-.318-.839.056z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horizontal-alignment-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.731 0h.521c.264.112.516.259.72.463 3.2 3.2 6.402 6.401 9.604 9.6.491.503 1.04.958 1.424 1.554v.75c-.265.51-.721.872-1.115 1.277l-9.122 9.12c-.437.432-.84.908-1.368 1.236h-.725c-.499-.248-.848-.69-1.238-1.07-3.1-3.102-6.2-6.202-9.3-9.301-.407-.421-.895-.793-1.132-1.348v-.51c.203-.554.682-.922 1.08-1.331 3.101-3.1 6.202-6.199 9.301-9.299.421-.412.803-.889 1.35-1.141m-.057.4c-.187.076-.334.218-.479.354C7.68 4.282 4.15 7.794.637 11.325c-.392.349-.403 1.01-.012 1.364 3.56 3.564 7.123 7.124 10.687 10.685.35.413 1.033.424 1.391.013 3.56-3.562 7.127-7.118 10.687-10.68.412-.361.4-1.045-.012-1.402C19.863 7.779 16.338 4.263 12.819.74c-.281-.314-.733-.524-1.146-.341z"/><path fill="#ffd033" d="M11.796.868c.246-.162.52.022.69.204 3.516 3.526 7.048 7.037 10.559 10.567.264.214.208.605-.048.799-3.544 3.535-7.082 7.076-10.626 10.613-.186.227-.55.211-.728-.016C8.086 19.475 4.515 15.926.964 12.36c-.317-.275-.08-.685.182-.893 3.563-3.52 7.057-7.116 10.65-10.6m-1.662 6.039c.32.458.75.83 1.104 1.262-1.003.466-1.919 1.127-2.627 1.981a400.761 400.761 0 0 0-2.262-2.255c-.361.359-.724.719-1.078 1.086.838.896 1.81 1.691 2.566 2.647-.47 2-.145 4.08-.238 6.115.79 0 1.579.006 2.369-.006-.017-1.432-.005-2.864-.011-4.297-.138-1.637 1.268-2.768 2.604-3.386.193.534.256 1.144.617 1.598.245.271.62.016.727-.257.845-1.703 1.68-3.41 2.521-5.114-1.916.005-3.833-.014-5.749.008-.323-.034-.701.281-.544.617z"/><path d="M11.674.4c.413-.184.865.026 1.146.341 3.518 3.523 7.044 7.039 10.559 10.565.412.356.424 1.04.012 1.402-3.56 3.562-7.127 7.118-10.687 10.68-.358.41-1.04.4-1.391-.013C7.749 19.815 4.186 16.254.626 12.69c-.391-.354-.38-1.015.012-1.364C4.15 7.796 7.681 4.283 11.196.755c.145-.136.292-.278.479-.354m.121.467c-3.593 3.484-7.087 7.08-10.65 10.6-.263.208-.499.618-.182.893 3.551 3.566 7.122 7.115 10.679 10.675a.475.475 0 0 0 .728.016c3.544-3.536 7.082-7.078 10.626-10.613.256-.194.312-.586.048-.799-3.511-3.53-7.043-7.042-10.559-10.567-.17-.182-.444-.366-.69-.204z"/><path d="M10.134 6.906c-.157-.336.221-.65.544-.617 1.916-.023 3.833-.004 5.749-.008-.841 1.704-1.676 3.412-2.521 5.114-.107.272-.482.528-.727.257-.361-.455-.424-1.064-.617-1.598-1.336.618-2.742 1.75-2.604 3.386.006 1.433-.006 2.866.011 4.297-.79.012-1.579.006-2.369.006.092-2.035-.233-4.115.238-6.115-.756-.956-1.728-1.751-2.566-2.647A68.99 68.99 0 0 1 6.35 7.895c.757.749 1.511 1.5 2.262 2.255.708-.854 1.624-1.516 2.627-1.981-.354-.432-.784-.804-1.104-1.262z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horizontal-alignment-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#f1ce00" opacity=".95" d="M11.714 0h.53c.265.113.521.259.726.464 3.502 3.5 7.002 7.004 10.505 10.504.232.226.4.505.524.802v.356c-.091.28-.214.557-.426.768-3.539 3.542-7.082 7.079-10.619 10.622-.223.229-.508.38-.808.484h-.276c-.312-.088-.611-.233-.838-.469C7.511 20.008 3.993 16.485.467 12.967a2.364 2.364 0 0 1-.469-.696v-.539c.187-.553.662-.916 1.054-1.319 3.3-3.301 6.602-6.599 9.9-9.902.216-.218.479-.388.761-.511m-.141.422C7.888 3.967 4.326 7.652.686 11.246c-.428.324-.547 1.006-.118 1.382 3.602 3.6 7.201 7.204 10.806 10.802.32.353.923.344 1.24-.01 3.605-3.601 7.207-7.204 10.81-10.807.372-.344.319-.976-.061-1.292-3.56-3.562-7.121-7.124-10.685-10.684-.269-.305-.742-.434-1.105-.216z"/><path d="M11.572.422c.364-.218.836-.089 1.105.216 3.564 3.559 7.124 7.122 10.685 10.684.38.317.433.948.061 1.292a18357.07 18357.07 0 0 1-10.81 10.807c-.317.354-.919.362-1.24.01C7.768 19.832 4.169 16.229.567 12.629c-.43-.377-.311-1.058.118-1.382C4.326 7.653 7.887 3.968 11.571.423m.341.327c-.173.042-.29.192-.42.302C7.975 4.579 4.444 8.092.93 11.62a.467.467 0 0 0 .013.75c3.564 3.559 7.124 7.123 10.688 10.684.158.208.485.257.661.043 3.589-3.572 7.165-7.159 10.748-10.738a.46.46 0 0 0 .012-.73c-3.533-3.55-7.085-7.08-10.622-10.625-.142-.132-.304-.302-.518-.256z"/><path d="M14.41 6.008c.182-.341.746-.274.84.106.648 1.63 1.276 3.269 1.909 4.904-1.753-.098-3.508-.19-5.261-.298-.374.016-.614-.461-.373-.75.335-.307.756-.5 1.126-.763-.956-.727-2.407-.654-3.3.142-.955.791-1.2 2.278-.562 3.337.372.697 1.123 1.036 1.661 1.58 1.717 1.583 2.718 3.893 2.718 6.227-.782.006-1.566 0-2.35.004a6.27 6.27 0 0 0-2.627-5.047c-1.499-1.052-2.344-2.962-2.065-4.778.253-2.084 1.964-3.886 4.036-4.238 1.342-.265 2.77.062 3.88.857.128-.425.197-.871.368-1.282z"/><path fill="#ffdb00" d="M11.912.75c.215-.047.377.124.518.256 3.538 3.545 7.09 7.075 10.622 10.625a.46.46 0 0 1-.012.73c-3.583 3.578-7.159 7.165-10.748 10.738-.176.214-.503.164-.661-.043-3.564-3.56-7.124-7.124-10.688-10.684a.467.467 0 0 1-.013-.75C4.445 8.094 7.975 4.58 11.492 1.054c.13-.11.247-.26.42-.302m2.498 5.256c-.172.41-.24.857-.368 1.282-1.11-.794-2.538-1.122-3.88-.857-2.071.353-3.782 2.154-4.036 4.238-.278 1.817.566 3.726 2.065 4.778a6.27 6.27 0 0 1 2.627 5.047c.784-.004 1.567.002 2.35-.004 0-2.334-1.001-4.644-2.718-6.227-.538-.545-1.289-.883-1.661-1.58-.638-1.06-.394-2.546.562-3.337.893-.796 2.344-.869 3.3-.142-.37.263-.791.456-1.126.763-.241.289-.001.766.373.75 1.753.108 3.508.199 5.261.298-.634-1.636-1.261-3.275-1.909-4.904-.094-.379-.658-.446-.84-.106z"/></symbol><symbol viewBox="0 0 24 24" id="warning--horse-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.701 0h.577c.275.137.533.31.751.526 3.238 3.245 6.48 6.484 9.721 9.724.448.458.965.872 1.249 1.46v.554c-.126.253-.28.493-.479.695-3.283 3.277-6.562 6.559-9.842 9.84-.439.427-.833.925-1.396 1.201h-.545a2.582 2.582 0 0 1-.701-.475c-3.277-3.284-6.559-6.563-9.84-9.844-.425-.436-.916-.829-1.198-1.382v-.581c.271-.599.798-1.013 1.246-1.472 3.22-3.221 6.444-6.438 9.659-9.664.234-.234.504-.43.797-.582m-.017.308c-.21.084-.377.242-.538.396C7.631 4.232 4.101 7.746.585 11.271c-.404.354-.455 1.014-.048 1.388A5789.48 5789.48 0 0 0 11.339 23.46c.373.409 1.034.354 1.381-.059 3.577-3.583 7.163-7.158 10.736-10.744.407-.372.356-1.031-.047-1.385C19.873 7.727 16.325 4.19 12.788.645c-.276-.294-.707-.515-1.106-.338z"/><path d="M11.683.308c.4-.176.83.044 1.106.338 3.538 3.545 7.085 7.082 10.621 10.627.403.354.454 1.013.047 1.385-3.574 3.586-7.159 7.16-10.736 10.744-.347.413-1.008.468-1.381.059A6111.134 6111.134 0 0 1 .538 12.66c-.407-.374-.356-1.034.048-1.388C4.102 7.746 7.632 4.233 11.146.705c.161-.154.328-.312.538-.396m.12.457C8.158 4.272 4.638 7.922 1.033 11.476c-.293.218-.452.659-.113.918 3.559 3.564 7.123 7.124 10.684 10.686a.5.5 0 0 0 .79-.001c3.562-3.562 7.126-7.122 10.685-10.686a.503.503 0 0 0 .002-.788c-3.51-3.532-7.043-7.04-10.556-10.57-.185-.181-.444-.422-.72-.269z"/><path d="M17.526 6.301c-.022.889.78 1.386.974 2.203.45.392.656 1.128-.012 1.422-.499-.742-1.47-.563-2.092-1.098-.953.42-1.189 1.574-1.109 2.515.472.218 1.067.218 1.445.604.4.656.491 1.549.104 2.232.637.438.893 1.18 1.2 1.852-.272.068-.546.136-.82.2.365-.746-.366-1.282-.799-1.78l-.17.007c-.538-.74-1.532-.996-2.032-1.795-.262-.517-.862-.173-1.278-.091a4.183 4.183 0 0 1-2.782-.062c-.305-.084-.678-.317-.962-.064-.634 1.202-.617 2.996.706 3.73-.281.061-.564.118-.846.174-.169-.682-.521-1.354-1.073-1.804.029-.642.402-1.79-.528-1.94-1.224.814-1.541 2.405-2.57 3.377a7.47 7.47 0 0 1-.226-.931c.776-.158 1.01-1.012.911-1.704.554-.304.869-.852 1.178-1.378-.283-.632-.2-1.316-.038-1.967-.821.335-1.424 1.02-2.119 1.549-.634.61-1.817.666-2.426-.002.515-.023 1.133.236 1.568-.142.638-.61.866-1.609 1.708-2.014.572-.287 1.213-.037 1.748.21.895-.875 2.249-.782 3.37-.5.937.262 1.88-.065 2.664-.577l-.114-.284c.233-.01.464-.02.696-.035l-.366-.317c.248-.019.496-.041.743-.068l-.142-.274.541.001a16.683 16.683 0 0 0-.293-.301c1.024-.019 1.909-.778 2.966-.424.091-.175.181-.35.274-.524m-2.364 5.961c.463.512.887 1.062 1.385 1.542.018-.472.073-1.021-.259-1.406-.364-.112-.749-.113-1.126-.136z"/><path fill="#fee011" d="M11.804.766c.276-.154.535.088.72.269 3.514 3.529 7.046 7.038 10.556 10.57a.504.504 0 0 1-.002.788c-3.559 3.564-7.123 7.124-10.685 10.686a.5.5 0 0 1-.79.001C8.043 19.518 4.479 15.958.919 12.394c-.34-.259-.18-.7.113-.918C4.637 7.922 8.158 4.272 11.803.766m5.723 5.535l-.274.524c-1.057-.354-1.943.404-2.966.424.098.1.196.199.293.301l-.541-.001.142.274c-.247.028-.494.049-.743.068l.366.317c-.232.014-.463.025-.696.035l.114.284c-.784.512-1.727.839-2.664.577-1.121-.282-2.474-.374-3.37.5-.535-.247-1.176-.497-1.748-.21-.841.404-1.069 1.404-1.708 2.014-.436.378-1.054.119-1.568.142.61.668 1.793.612 2.426.002.695-.529 1.298-1.214 2.119-1.549-.162.65-.245 1.334.038 1.967-.31.526-.624 1.074-1.178 1.378.1.692-.134 1.546-.911 1.704.055.314.13.626.226.931 1.03-.972 1.346-2.563 2.57-3.377.93.15.557 1.298.528 1.94.552.45.904 1.122 1.073 1.804.282-.056.565-.113.846-.174-1.322-.733-1.339-2.527-.706-3.73.284-.253.658-.02.962.064.888.337 1.879.36 2.782.062.416-.082 1.016-.426 1.278.091.499.799 1.494 1.055 2.032 1.795l.17-.007c.433.498 1.164 1.033.799 1.78.274-.065.547-.132.82-.2-.307-.672-.563-1.414-1.2-1.852.386-.683.295-1.576-.104-2.232-.378-.385-.973-.385-1.445-.604-.08-.941.156-2.095 1.109-2.515.622.535 1.592.356 2.092 1.098.668-.294.462-1.03.012-1.422-.194-.817-.996-1.314-.974-2.203z"/><path fill="#fee011" d="M15.161 12.262c.377.023.762.024 1.126.136.332.385.277.935.259 1.406-.498-.48-.922-1.03-1.385-1.542z"/></symbol><symbol viewBox="0 0 27 24" id="warning--icy-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.287 0h.588c.557.137 1.062.479 1.334.993 3.914 6.782 7.845 13.556 11.752 20.343.631 1.083-.188 2.505-1.39 2.664H1.592A2.02 2.02 0 0 1 0 22.485v-.583c.083-.268.189-.528.327-.771C4.213 14.414 8.095 7.695 11.979.977c.267-.504.765-.834 1.308-.977m.289 3.054C9.995 9.235 6.42 15.419 2.845 21.604c7.162.005 14.324.005 21.486 0-3.587-6.182-7.128-12.393-10.755-18.55z"/><path fill="#fff" d="M13.576 3.054c3.627 6.157 7.168 12.368 10.755 18.55-7.162.005-14.324.005-21.486 0 3.575-6.185 7.15-12.369 10.731-18.55m-.607 7.442v.618c-.177-.098-.353-.196-.531-.291l-.593.345-.002.68c.38.212.759.424 1.13.652-.008.617-.003 1.235-.004 1.853-.54-.309-1.076-.625-1.618-.929-.003-.436.001-.872-.005-1.308a42.506 42.506 0 0 0-.597-.318l-.591.333c-.006.201-.009.402-.01.603l-.528-.299c-.494.145-.716.531-.598 1.035.174.101.348.204.521.308l-.504.294c-.003.231-.004.461-.005.692l.588.347c.381-.219.759-.444 1.147-.65.517.319 1.053.607 1.574.921-.505.327-1.023.639-1.561.908-.42-.112-.772-.414-1.162-.607l-.585.349.004.687c.172.098.342.198.512.3-.175.101-.351.202-.525.305-.001.235 0 .469.003.704.2.11.398.223.594.339.174-.103.348-.204.524-.303.002.2.004.401.008.603.38.343.816.359 1.192-.001.004-.433.002-.867.003-1.3.538-.311 1.076-.623 1.616-.93.006.62 0 1.241.005 1.862-.375.219-.751.435-1.127.653v.684c.2.113.398.227.593.346l.531-.295.001.598.6.35.6-.354-.001-.595c.175.098.35.196.525.296.197-.115.395-.229.595-.338.003-.234.003-.467-.002-.7-.375-.21-.745-.429-1.118-.64 0-.622-.003-1.244.001-1.865.54.301 1.07.619 1.61.918.012.435.006.87.01 1.305.2.114.399.231.598.348.198-.118.397-.234.597-.347l.004-.599c.175.1.349.202.523.304.199-.117.399-.233.601-.347-.001-.232-.001-.465-.003-.697l-.526-.304.528-.304-.001-.686-.6-.345c-.369.218-.74.429-1.113.64-.539-.309-1.087-.604-1.613-.938.535-.313 1.075-.618 1.613-.926.371.216.742.433 1.112.651.2-.115.399-.23.6-.343.002-.229.002-.459.003-.688l-.519-.303c.172-.103.344-.204.517-.306l.002-.688a29.976 29.976 0 0 0-.599-.347c-.176.098-.351.197-.525.297l-.007-.602-.595-.334c-.2.108-.4.216-.599.326-.001.437.005.875-.009 1.313-.544.292-1.072.612-1.61.914l-.001-1.859c.372-.217.744-.432 1.122-.638l.008-.676c-.2-.121-.401-.24-.603-.356-.176.097-.351.195-.526.294l.001-.613a71.156 71.156 0 0 0-.596-.348c-.203.112-.404.227-.604.342z"/><path d="M12.969 10.496c.2-.115.401-.23.604-.342.199.115.398.231.596.348l-.001.613c.175-.099.35-.197.526-.294.202.116.403.235.603.356l-.008.676c-.378.206-.75.421-1.122.638l.001 1.859c.538-.302 1.066-.622 1.61-.914.014-.438.008-.876.009-1.313.199-.11.399-.218.599-.326l.595.334.007.602c.174-.1.349-.199.525-.297.201.113.4.229.599.347l-.002.688c-.173.102-.345.203-.517.306l.519.303c-.001.229-.001.459-.003.688-.201.113-.4.228-.6.343-.37-.218-.741-.435-1.112-.651-.538.308-1.078.613-1.613.926.526.334 1.074.629 1.613.938.373-.211.744-.422 1.113-.64l.6.345.001.686-.528.304.526.304c.002.232.002.465.003.697-.202.114-.402.23-.601.347a54.66 54.66 0 0 0-.523-.304l-.004.599c-.2.113-.399.229-.597.347a51.543 51.543 0 0 0-.598-.348c-.004-.435.002-.87-.01-1.305-.54-.299-1.07-.617-1.61-.918-.004.621-.001 1.243-.001 1.865.373.211.743.43 1.118.64.005.233.005.466.002.7-.2.109-.398.223-.595.338a69.5 69.5 0 0 0-.525-.296l.001.595-.6.354-.6-.35-.001-.598-.531.295a20.401 20.401 0 0 0-.593-.346v-.684c.376-.218.752-.434 1.127-.653-.005-.621.001-1.242-.005-1.862-.54.307-1.078.619-1.616.93-.001.433.001.867-.003 1.3-.376.36-.812.344-1.192.001-.004-.202-.006-.403-.008-.603-.176.099-.35.2-.524.303a21.676 21.676 0 0 0-.594-.339 41.303 41.303 0 0 1-.003-.704c.174-.103.35-.204.525-.305-.17-.102-.34-.202-.512-.3l-.004-.687.585-.349c.39.193.742.495 1.162.607a16.304 16.304 0 0 0 1.561-.908c-.521-.314-1.057-.602-1.574-.921-.388.206-.766.431-1.147.65l-.588-.347c.001-.231.002-.461.005-.692l.504-.294a39.498 39.498 0 0 0-.521-.308c-.118-.504.104-.89.598-1.035l.528.299c.001-.201.004-.402.01-.603l.591-.333c.2.104.399.211.597.318.006.436.002.872.005 1.308.542.304 1.078.62 1.618.929.001-.618-.004-1.236.004-1.853a30.91 30.91 0 0 0-1.13-.652l.002-.68.593-.345c.178.095.354.193.531.291v-.618z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-acute-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.926 1.14c.701-.242 1.488.022 1.982.553a4795.03 4795.03 0 0 1 9.295 9.302c.698.647.745 1.862.028 2.512l-9.943 9.504c-.683.659-1.861.614-2.519-.059-3.142-3.139-6.282-6.281-9.421-9.422-.722-.661-.721-1.912.026-2.555C4.602 7.883 7.84 4.8 11.071 1.71c.247-.238.517-.473.854-.57m.119.242c-.364.107-.641.379-.908.634-3.186 3.054-6.389 6.091-9.57 9.15-.642.545-.644 1.608-.029 2.173 3.142 3.14 6.281 6.283 9.425 9.422.552.566 1.554.616 2.13.056 3.318-3.162 6.631-6.331 9.947-9.497.608-.553.574-1.586-.026-2.132-3.092-3.108-6.196-6.206-9.295-9.307-.418-.45-1.073-.684-1.673-.499z"/><path fill="#231f20" d="M12.29 1.732c.618-.077 1.212.229 1.622.676 2.881 2.879 5.76 5.759 8.635 8.644.656.623.698 1.774.029 2.402-3.106 2.975-6.221 5.941-9.329 8.914-.66.631-1.792.575-2.424-.07-2.94-2.941-5.882-5.88-8.82-8.825-.682-.635-.678-1.82.022-2.441 3.022-2.899 6.056-5.786 9.085-8.68.317-.322.716-.586 1.18-.62m-.363.481c-.313.145-.55.406-.797.637-2.939 2.822-5.896 5.626-8.831 8.45-.562.479-.56 1.405-.03 1.907 2.921 2.922 5.844 5.843 8.762 8.768.508.564 1.474.629 2.009.068 3.085-2.956 6.185-5.898 9.266-8.856.551-.515.47-1.447-.082-1.93-2.872-2.89-5.765-5.759-8.642-8.644-.406-.451-1.088-.664-1.656-.402z"/><path fill="#231f20" d="M10.712 5.958c1.183-.016 2.368-.006 3.552-.005 0 4.812-.006 9.624.002 14.436-1.186-.008-2.37 0-3.556-.005.001-1.796 0-3.593.002-5.389.008-.172-.026-.35-.168-.462-1.704-1.71-3.419-3.409-5.117-5.124.434-.437.865-.875 1.309-1.301 1.337 1.304 2.644 2.639 3.972 3.953.004-2.034 0-4.069.002-6.103z"/><path fill="#fff100" d="M12.044 1.382c.6-.185 1.255.049 1.673.499 3.1 3.101 6.203 6.199 9.295 9.307.6.546.635 1.579.026 2.132-3.316 3.166-6.629 6.335-9.947 9.497-.576.559-1.578.51-2.13-.056-3.144-3.139-6.283-6.282-9.425-9.422-.616-.565-.613-1.628.029-2.173 3.181-3.059 6.384-6.096 9.57-9.15.268-.254.545-.527.908-.634m.247.35c-.463.035-.863.299-1.18.62-3.029 2.893-6.064 5.78-9.085 8.68-.7.62-.703 1.806-.022 2.441 2.938 2.945 5.88 5.884 8.82 8.825.632.644 1.764.701 2.424.07 3.108-2.972 6.223-5.939 9.329-8.914.67-.629.628-1.78-.029-2.402a5864.352 5864.352 0 0 0-8.635-8.644c-.41-.446-1.004-.752-1.622-.676z"/><path fill="#fff100" d="M11.927 2.213c.568-.262 1.25-.049 1.656.402 2.878 2.885 5.771 5.754 8.642 8.644.552.482.632 1.415.082 1.93-3.082 2.958-6.181 5.9-9.266 8.856-.535.56-1.501.496-2.009-.068-2.918-2.926-5.842-5.846-8.762-8.768-.53-.502-.532-1.428.03-1.907 2.935-2.825 5.892-5.628 8.831-8.45.247-.232.484-.492.797-.637m-1.216 3.743c-.002 2.034.001 4.069-.002 6.103-1.328-1.314-2.635-2.648-3.972-3.953-.444.426-.875.864-1.309 1.301 1.698 1.715 3.413 3.414 5.117 5.124.142.112.176.29.168.462-.002 1.796-.001 3.593-.002 5.389 1.186.005 2.37-.004 3.556.005-.008-4.812-.002-9.624-.002-14.436-1.184-.001-2.369-.011-3.552.005z"/></symbol><symbol viewBox="0 0 27 24" id="warning--junction-with-a-side-road-acute-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.366 0h.496c.529.154.994.492 1.246.989L26.243 20.26c.364.637.769 1.253 1.028 1.943v.43c-.157.657-.642 1.196-1.304 1.368H1.319c-.66-.153-1.141-.685-1.321-1.323v-.451c.106-.289.228-.574.376-.844C4.305 14.583 8.234 7.782 12.163.98c.248-.48.697-.809 1.201-.979m.207 1.341C9.471 8.393 5.366 15.447 1.338 22.54c.503.102 1.016.09 1.527.079l21.271-.001c.599-.004 1.204.049 1.796-.08-3.905-6.908-7.94-13.744-11.88-20.633a1.657 1.657 0 0 0-.481-.562z"/><path fill="#fff" d="M13.571 1.342c.196.154.371.337.481.562 3.94 6.889 7.975 13.725 11.88 20.633-.592.13-1.197.076-1.796.08l-21.271.001c-.511.011-1.024.023-1.527-.079C5.366 15.447 9.471 8.393 13.571 1.341m-1.169 7.913c.004 1.28 0 2.561.003 3.841-1.23-.712-2.457-1.429-3.694-2.129-.412.708-.822 1.418-1.231 2.127 1.646.938 3.284 1.89 4.925 2.836 0 1.868-.003 3.738.001 5.606.406-.412.817-.82 1.227-1.227.41.408.825.814 1.231 1.229.004-4.095-.003-8.189.003-12.284-.405-.42-.818-.833-1.234-1.242-.412.412-.826.822-1.231 1.242z"/><path d="M12.402 9.254c.405-.42.82-.83 1.231-1.242.416.409.829.822 1.234 1.242-.005 4.095.001 8.189-.003 12.284-.406-.415-.821-.821-1.231-1.229-.41.408-.821.815-1.227 1.227-.004-1.868-.001-3.738-.001-5.606-1.642-.946-3.28-1.898-4.925-2.836.409-.709.82-1.42 1.231-2.127 1.237.7 2.464 1.417 3.694 2.129-.003-1.28.001-2.561-.003-3.841z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-acute-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.05 1.134c.556-.066 1.116.156 1.504.553 3.276 3.124 6.552 6.248 9.82 9.379.715.635.724 1.842.041 2.502-3.139 3.144-6.284 6.283-9.422 9.427-.649.686-1.841.767-2.534.103-3.334-3.185-6.668-6.368-9.997-9.558-.676-.644-.624-1.808.036-2.443 3.071-3.09 6.16-6.162 9.239-9.244.349-.368.793-.684 1.315-.72m-.37.362c-.323.124-.578.366-.821.605-3.055 3.065-6.124 6.116-9.17 9.188-.588.553-.596 1.583.016 2.123 3.294 3.144 6.583 6.294 9.877 9.438.589.607 1.651.568 2.219-.049 3.138-3.14 6.277-6.28 9.416-9.418.581-.562.578-1.585-.035-2.123-3.264-3.137-6.544-6.258-9.82-9.383-.425-.446-1.106-.612-1.682-.382z"/><path fill="#231f20" d="M11.801 1.853a1.774 1.774 0 0 1 1.71.473c3.073 2.929 6.144 5.86 9.206 8.798.704.63.671 1.823-.016 2.453-2.84 2.842-5.688 5.676-8.521 8.524-.643.875-2.044 1.087-2.807.248-3.06-2.941-6.137-5.864-9.2-8.801-.704-.636-.654-1.829.036-2.455 2.754-2.767 5.521-5.521 8.276-8.287.388-.377.766-.823 1.315-.953m.12.361c-.376.083-.662.355-.924.62-2.832 2.849-5.692 5.669-8.516 8.525-.545.487-.596 1.417-.043 1.919 3.089 2.952 6.176 5.906 9.268 8.855.529.533 1.466.481 1.968-.064 2.921-2.917 5.834-5.844 8.759-8.758.541-.491.578-1.427.018-1.918-3.036-2.923-6.091-5.828-9.137-8.742-.353-.371-.884-.577-1.392-.438z"/><path fill="#231f20" d="M10.46 6.02c1.184 0 2.369-.006 3.552.002.011 2.032-.002 4.064.006 6.096 1.327-1.308 2.632-2.639 3.961-3.944.446.431.884.869 1.316 1.314-1.76 1.756-3.518 3.512-5.273 5.274-.022 1.903.006 3.806-.013 5.71-1.182.011-2.364.006-3.547.002-.007-4.818-.002-9.636-.002-14.454z"/><path fill="#fff100" d="M11.682 1.495a1.56 1.56 0 0 1 1.682.382c3.276 3.125 6.556 6.246 9.82 9.383.613.538.616 1.561.035 2.123a20903.16 20903.16 0 0 0-9.416 9.418c-.568.617-1.63.656-2.219.049-3.294-3.144-6.583-6.294-9.877-9.438-.612-.54-.604-1.57-.016-2.123 3.047-3.072 6.115-6.124 9.17-9.188.242-.239.498-.481.821-.605m.119.357c-.55.13-.928.576-1.315.953-2.755 2.766-5.522 5.52-8.276 8.287-.69.626-.74 1.819-.036 2.455 3.064 2.936 6.14 5.86 9.2 8.801.763.839 2.164.626 2.807-.248 2.833-2.848 5.681-5.682 8.521-8.524.686-.63.72-1.823.016-2.453a3644.905 3644.905 0 0 0-9.206-8.798 1.774 1.774 0 0 0-1.71-.473z"/><path fill="#fff100" d="M11.92 2.214c.508-.139 1.039.067 1.392.438 3.046 2.914 6.101 5.819 9.137 8.742.56.491.523 1.427-.018 1.918-2.924 2.914-5.838 5.84-8.759 8.758-.502.545-1.439.596-1.968.064-3.091-2.948-6.179-5.903-9.268-8.855-.553-.502-.502-1.432.043-1.919 2.825-2.856 5.684-5.676 8.516-8.525.262-.265.548-.538.924-.62M10.46 6.02c0 4.818-.005 9.636.002 14.454 1.183.004 2.365.008 3.547-.002.019-1.903-.008-3.806.013-5.71 1.754-1.762 3.512-3.518 5.273-5.274a58.23 58.23 0 0 0-1.316-1.314c-1.33 1.306-2.634 2.636-3.961 3.944-.008-2.032.005-4.064-.006-6.096-1.183-.008-2.368-.002-3.552-.002z"/></symbol><symbol viewBox="0 0 27 24" id="warning--junction-with-a-side-road-acute-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.39 0h.434c.51.134.985.423 1.231.901 3.937 6.795 7.856 13.6 11.793 20.395.168.295.308.605.425.925v.376c-.135.68-.64 1.244-1.321 1.403H1.347c-.68-.134-1.18-.687-1.346-1.345v-.401c.1-.301.22-.597.375-.874C4.329 14.555 8.266 7.719 12.219.895c.237-.461.693-.738 1.171-.896m.162 1.373c-4.085 7.038-8.187 14.07-12.2 21.147.177.063.36.112.55.102 7.871-.008 15.74.001 23.611-.004.139-.012.274-.048.405-.105-3.9-6.9-7.928-13.729-11.866-20.606-.128-.21-.236-.47-.499-.535z"/><path fill="#fff" d="M13.552 1.372c.263.064.371.325.499.535 3.938 6.877 7.966 13.706 11.866 20.606a1.289 1.289 0 0 1-.405.105c-7.871.005-15.74-.004-23.611.004-.19.01-.372-.04-.55-.102 4.013-7.077 8.115-14.11 12.2-21.147m-1.149 7.883c.005 4.094-.001 8.187.004 12.281.405-.412.814-.821 1.227-1.227.412.408.828.813 1.231 1.23.003-1.871-.003-3.742.003-5.613 1.643-.941 3.275-1.9 4.923-2.834-.41-.708-.818-1.418-1.231-2.126-1.237.697-2.461 1.417-3.693 2.122 0-1.278-.003-2.555.001-3.833-.401-.425-.82-.835-1.234-1.245-.412.415-.83.821-1.231 1.245z"/><path d="M12.402 9.256c.401-.424.82-.83 1.231-1.245.415.41.833.82 1.234 1.245-.004 1.278-.001 2.555-.001 3.833 1.231-.705 2.456-1.425 3.693-2.122.413.708.821 1.418 1.231 2.126-1.647.934-3.28 1.893-4.923 2.834-.005 1.871 0 3.742-.003 5.613-.404-.417-.82-.822-1.231-1.23-.413.406-.822.815-1.227 1.227-.005-4.094.001-8.187-.004-12.281z"/></symbol><symbol viewBox="0 0 27 24" id="warning--junction-with-a-side-road-perpendicular-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.25 0h.647c.519.164 1.013.472 1.272.968 3.854 6.679 7.7 13.364 11.554 20.045.148.258.279.525.396.799v.777a2.027 2.027 0 0 1-1.454 1.412H1.486C.75 23.84.195 23.244 0 22.528v-.636c.103-.27.22-.534.361-.784C4.231 14.397 8.095 7.686 11.965.975c.26-.502.759-.814 1.285-.975M2.854 21.601c7.143.005 14.287.007 21.432-.001A7452.228 7452.228 0 0 0 13.569 3.014 6579.234 6579.234 0 0 0 2.854 21.601z"/><path fill="#fff" d="M2.854 21.601A6579.234 6579.234 0 0 1 13.569 3.014 6579.304 6579.304 0 0 1 24.286 21.6c-7.144.008-14.289.007-21.432.001M14.02 8.424a86.833 86.833 0 0 0-1.991 1.989c-.094 1.323-.005 2.674-.041 4.008-.972.007-1.943.004-2.915 0-.046.677-.012 1.356-.018 2.034.978.011 1.955-.003 2.933.007.008 1.448-.003 2.896.005 4.344 1.352.004 2.702.005 4.054-.001.012-3.454.014-6.906.001-10.359-.67-.681-1.342-1.36-2.03-2.022z"/><path fill="#030303" d="M14.02 8.424c.687.662 1.36 1.341 2.03 2.022a1490.4 1490.4 0 0 1-.001 10.359 498.03 498.03 0 0 1-4.054.001c-.008-1.448.003-2.896-.005-4.344-.978-.009-1.955.004-2.933-.007.005-.678-.028-1.357.018-2.034.972.004 1.943.007 2.915 0 .035-1.334-.053-2.685.041-4.008a79.444 79.444 0 0 1 1.991-1.989z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.72 0h.53c.263.114.512.262.716.466 3.319 3.323 6.642 6.643 9.962 9.965.395.4.852.768 1.07 1.302v.5c-.103.241-.229.479-.419.665-3.564 3.559-7.123 7.122-10.684 10.684-.182.182-.409.308-.64.419h-.487c-.245-.101-.485-.224-.672-.415C7.537 20.022 3.975 16.462.414 12.901a2.31 2.31 0 0 1-.416-.623v-.533c.202-.548.671-.914 1.066-1.319 3.301-3.301 6.604-6.6 9.902-9.905.216-.22.475-.39.752-.521m-.035.307c-.185.07-.334.204-.475.337C7.67 4.189 4.124 7.726.586 11.271c-.407.352-.455 1.018-.049 1.39 3.599 3.602 7.199 7.205 10.802 10.802a.914.914 0 0 0 1.321-.004c3.602-3.598 7.201-7.199 10.8-10.8.404-.371.356-1.036-.048-1.386C19.873 7.728 16.327 4.191 12.788.646c-.272-.3-.706-.511-1.105-.34z"/><path d="M11.683.307c.4-.172.833.04 1.105.34 3.539 3.545 7.085 7.082 10.624 10.627.404.35.452 1.015.048 1.386-3.599 3.601-7.198 7.202-10.8 10.8a.915.915 0 0 1-1.321.004A11001 11001 0 0 1 .537 12.662c-.406-.372-.358-1.038.049-1.39C4.125 7.727 7.671 4.19 11.208.645c.142-.133.29-.268.475-.337m.12.45C8.148 4.298 4.593 7.954.974 11.536c-.282.204-.355.637-.054.859 3.583 3.578 7.159 7.164 10.744 10.74.198.226.558.164.732-.056 3.559-3.564 7.122-7.124 10.682-10.686a.504.504 0 0 0 .004-.792C19.547 8.054 16 4.519 12.461.975c-.162-.182-.41-.332-.658-.217z"/><path d="M8.724 7.999a928.29 928.29 0 0 1 3.274-4.824c1.098 1.603 2.186 3.215 3.275 4.824.257.271.116.769-.268.815-.577-.028-1.14-.179-1.711-.251-.004 3.616.002 7.23-.002 10.846-.862.002-1.724.002-2.586 0-.006-1.842.004-3.684-.004-5.526-1.567-.006-3.133 0-4.699-.002-.007-.626-.006-1.254-.002-1.88 1.567-.007 3.134.002 4.702-.004.004-1.145.002-2.288.001-3.432-.571.071-1.132.221-1.708.25-.389-.04-.532-.542-.271-.815z"/><path fill="#fee011" d="M11.803.758c.247-.115.496.035.658.217C16 4.519 19.547 8.054 23.082 11.601a.504.504 0 0 1-.004.792c-3.56 3.562-7.123 7.122-10.682 10.686-.174.221-.534.282-.732.056C8.08 19.559 4.504 15.973.92 12.395c-.301-.222-.228-.655.054-.859C4.593 7.954 8.148 4.298 11.803.758M8.724 7.999c-.26.272-.118.775.271.815.576-.029 1.136-.179 1.708-.25.001 1.144.002 2.287-.001 3.432-1.567.006-3.134-.004-4.702.004-.004.626-.005 1.254.002 1.88 1.566.002 3.132-.004 4.699.002.007 1.842-.002 3.684.004 5.526.862.002 1.724.002 2.586 0 .005-3.616-.001-7.23.002-10.846.571.072 1.134.223 1.711.251.384-.046.524-.544.268-.815-1.088-1.609-2.177-3.221-3.275-4.824a995.798 995.798 0 0 0-3.274 4.824z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.683 1.136a1.824 1.824 0 0 1 1.844.452c3.296 3.146 6.598 6.288 9.883 9.445.703.652.664 1.86-.035 2.501-3.139 3.142-6.278 6.283-9.421 9.421-.659.671-1.837.713-2.519.053l-9.941-9.504c-.716-.647-.67-1.859.025-2.504 2.989-3.01 6.001-5.999 8.993-9.007.343-.34.692-.714 1.17-.857m.122.246c-.368.097-.658.36-.92.622-3.054 3.066-6.122 6.12-9.173 9.19-.595.545-.631 1.574-.025 2.124 3.314 3.166 6.629 6.334 9.946 9.497.572.563 1.576.516 2.129-.05 3.146-3.136 6.282-6.282 9.426-9.421.62-.565.619-1.636-.029-2.182-3.245-3.116-6.505-6.216-9.757-9.326-.403-.425-1.027-.63-1.596-.452z"/><path fill="#231f20" d="M12.168 1.726c.52-.037 1.024.197 1.382.564 3.052 2.909 6.103 5.819 9.148 8.736.678.602.715 1.744.079 2.39-2.93 2.95-5.881 5.88-8.814 8.827-.629.686-1.805.779-2.486.12-3.107-2.975-6.224-5.94-9.331-8.915-.664-.628-.623-1.772.03-2.393C5.03 8.189 7.893 5.332 10.75 2.47c.373-.396.852-.737 1.418-.745m-.481.496c-.262.114-.467.32-.668.517C8.187 5.587 5.329 8.41 2.5 11.263c-.55.48-.629 1.406-.083 1.92 3.082 2.959 6.182 5.902 9.268 8.857.533.564 1.5.5 2.009-.062 2.918-2.926 5.843-5.845 8.764-8.768.532-.503.532-1.434-.032-1.913-3.04-2.922-6.095-5.828-9.14-8.744-.401-.425-1.06-.584-1.597-.331z"/><path fill="#231f20" d="M11.664 5.012c1.066-.008 2.132-.005 3.198-.002.004 4.9.001 9.8.001 14.7-1.067.002-2.134.006-3.2-.002-.005-1.915.005-3.832-.005-5.747-1.916-.006-3.834.008-5.752-.007-.002-1.062-.002-2.125.001-3.187 1.916-.016 3.834-.001 5.75-.007.01-1.915-.001-3.832.006-5.747z"/><path fill="#fff100" d="M11.804 1.382c.569-.178 1.193.028 1.596.452 3.252 3.11 6.512 6.21 9.757 9.326.648.546.649 1.616.029 2.182-3.144 3.139-6.28 6.286-9.426 9.421-.553.566-1.556.613-2.129.05C8.314 19.65 5 16.482 1.685 13.316c-.606-.55-.57-1.579.025-2.124 3.05-3.07 6.119-6.124 9.173-9.19.263-.262.552-.524.92-.622m.365.346c-.566.008-1.045.349-1.418.745-2.857 2.862-5.72 5.719-8.574 8.585-.653.62-.694 1.765-.03 2.393 3.107 2.975 6.224 5.94 9.331 8.915.682.659 1.858.566 2.486-.12 2.933-2.947 5.884-5.878 8.814-8.827.636-.647.599-1.788-.079-2.39a4715.404 4715.404 0 0 0-9.148-8.736c-.359-.367-.863-.601-1.382-.564z"/><path fill="#fff100" d="M11.687 2.221c.538-.253 1.196-.094 1.597.331 3.046 2.916 6.101 5.822 9.14 8.744.564.479.564 1.41.032 1.913-2.921 2.923-5.845 5.843-8.764 8.768-.509.563-1.476.626-2.009.062-3.085-2.956-6.186-5.898-9.268-8.857-.546-.514-.467-1.44.083-1.92 2.828-2.852 5.687-5.676 8.519-8.525.202-.197.407-.403.668-.517m-.021 2.792c-.007 1.915.004 3.832-.006 5.747-1.916.006-3.834-.008-5.75.007a483.667 483.667 0 0 0-.001 3.187c1.918.016 3.835.001 5.752.007.01 1.915 0 3.832.005 5.747 1.067.008 2.134.005 3.2.002 0-4.9.002-9.8-.001-14.7-1.066-.002-2.132-.006-3.198.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.725 0h.497c.266.122.521.277.728.486 3.277 3.284 6.56 6.562 9.841 9.842.431.44.924.84 1.208 1.399v.5c-.238.569-.738.948-1.154 1.378l-9.24 9.239c-.419.414-.803.883-1.336 1.156h-.51c-.558-.248-.938-.74-1.364-1.156l-9.18-9.179c-.431-.442-.928-.838-1.216-1.396v-.511c.245-.559.732-.944 1.148-1.369C4.428 7.108 7.71 3.83 10.988.547c.218-.216.468-.396.736-.547m-.052.388c-.347.203-.599.526-.886.8C7.386 4.59 3.977 7.982.585 11.39a.812.812 0 0 0 .008 1.214l10.801 10.802a.805.805 0 0 0 1.211.002c3.599-3.602 7.199-7.205 10.8-10.805a.81.81 0 0 0 .008-1.214C19.86 7.82 16.289 4.268 12.733.701c-.262-.286-.682-.524-1.062-.314z"/><path fill="#ffd520" d="M11.82.889c.193-.222.403.042.562.168l9.962 9.96c.305.316.664.593.881.983-.199.332-.502.582-.772.854-3.403 3.396-6.796 6.804-10.202 10.198-.155.209-.43.125-.568-.055C8.111 19.409 4.52 15.838.948 12.25c-.314-.253.028-.566.226-.757C4.736 7.972 8.238 4.388 11.82.89m.642 5.048a340.61 340.61 0 0 0-.041 2.674c-.421.162-.841.328-1.259.497-.001.214-.002.427-.001.642.594-.232 1.188-.462 1.786-.684 0-1.044.004-2.089-.002-3.134l-.482.006m3.649 12.337l.486.004c.005-4.112 0-8.224.001-12.335l-.482-.011c-.011 4.114 0 8.228-.005 12.342m-1.785-8.561h.445c.002-.852.001-1.703.001-2.555l-.444-.006c-.005.854-.001 1.708-.002 2.561m-9.131.569v2.998l.768-.007c-.124.361-.09.905.397.938.515.067.666-.505.515-.894l.514-.001c-.133.355-.072.884.406.901.512.052.635-.516.509-.9 1.219 0 2.438.005 3.658-.002-.179.361-.071.866.401.894.504.007.601-.539.498-.928l.365-.002c.005-.563.008-1.126.007-1.688-.235-.023-.47-.046-.706-.072a41.845 41.845 0 0 0-.601-1.243c-.403.004-.808.004-1.211.005v1.622h-.446l-.001-1.662c-.823-.164-1.638-.386-2.471-.502-.88.091-1.734.366-2.6.544m-2.278.178c.622-.023 1.32.138 1.871-.234-.616.031-1.376-.251-1.871.234m11.368.383c-.01.84.001 1.68.042 2.519l.443-.008c0-.835.001-1.672-.001-2.507l-.484-.004m-11.998.2l-.266.287c.619-.061 1.344.156 1.854-.302-.529-.014-1.058.008-1.588.016m-.957.82l-.233.278c.51-.01 1.019-.025 1.528-.031l.282-.282c-.526.007-1.051.023-1.577.035m9.828 2.682v.566c.436.154.869.314 1.298.482-.013.892-.029 1.782-.04 2.674l.527.001v-3.115a52.135 52.135 0 0 0-1.786-.608m3.168-.006l-.001 2.516.445.002c.002-.84.002-1.679 0-2.518l-.444-.001z"/><path d="M11.672.388c.38-.21.8.029 1.062.314 3.556 3.568 7.127 7.12 10.68 10.688a.81.81 0 0 1-.008 1.214c-3.601 3.6-7.201 7.202-10.8 10.805a.805.805 0 0 1-1.211-.002L.594 12.605a.812.812 0 0 1-.008-1.214c3.392-3.408 6.802-6.8 10.201-10.202.287-.275.539-.598.886-.8m.147.5C8.238 4.387 4.735 7.971 1.174 11.492c-.198.191-.54.504-.226.757 3.572 3.588 7.163 7.159 10.735 10.747.138.18.413.264.568.055 3.407-3.394 6.799-6.802 10.202-10.198.27-.272.572-.522.772-.854-.217-.39-.576-.667-.881-.983-3.322-3.319-6.642-6.64-9.962-9.96-.158-.126-.368-.39-.562-.168z"/><path d="M12.462 5.938l.482-.006c.006 1.045.002 2.09.002 3.134-.598.222-1.192.452-1.786.684-.001-.215 0-.428.001-.642.418-.169.838-.335 1.259-.497.01-.892.024-1.782.041-2.674zM16.112 18.276c.005-4.114-.006-8.228.005-12.342l.482.011c-.001 4.111.004 8.222-.001 12.335l-.486-.004zM14.327 9.715c.001-.853-.002-1.706.002-2.561l.444.006c0 .852.001 1.703-.001 2.555h-.445zM5.196 10.284c.866-.178 1.721-.452 2.6-.544.833.115 1.648.337 2.471.502l.001 1.662h.446v-1.622c.403-.001.808-.001 1.211-.005.206.412.408.824.601 1.243.235.026.47.049.706.072.001.563-.002 1.126-.007 1.688l-.365.002c.103.389.006.935-.498.928-.472-.028-.58-.533-.401-.894-1.219.007-2.438.002-3.658.002.126.384.004.952-.509.9-.478-.017-.539-.546-.406-.901l-.514.001c.151.389 0 .961-.515.894-.487-.034-.521-.577-.397-.938-.257.004-.512.005-.768.007v-2.998zM14.288 10.846l.484.004c.002.835.001 1.672.001 2.507l-.443.008a41.486 41.486 0 0 1-.042-2.519zM11.161 14.549c.599.19 1.193.397 1.786.608v3.115l-.527-.001c.011-.892.026-1.782.04-2.674-.43-.168-.863-.329-1.298-.482v-.566zM14.328 14.543l.444.001c.002.839.002 1.678 0 2.518l-.445-.002.001-2.516z"/><path fill="#0b0901" d="M2.92 10.463c.494-.485 1.255-.203 1.871-.234-.551.372-1.249.211-1.871.234z"/><path fill="#030300" d="M2.29 11.046c.529-.007 1.058-.03 1.588-.016-.51.458-1.235.241-1.854.302l.266-.287z"/><path fill="#020200" d="M1.333 11.867c.526-.012 1.051-.028 1.577-.035l-.282.282c-.509.006-1.018.022-1.528.031l.233-.278z"/></symbol><symbol viewBox="0 0 27 24" id="warning--junction-with-a-side-road-perpendicular-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.193 0h.649c.541.148 1.047.468 1.311.975 3.852 6.681 7.7 13.364 11.554 20.045.151.267.289.541.411.823v.656A2.036 2.036 0 0 1 25.662 24H1.468c-.7-.155-1.234-.701-1.468-1.365v-.801c.1-.251.213-.496.344-.732C4.214 14.393 8.08 7.68 11.949.969c.255-.488.739-.788 1.243-.968M2.833 21.6c7.144.008 14.289.007 21.432.001A6579.234 6579.234 0 0 0 13.55 3.014 7107.35 7107.35 0 0 0 2.833 21.6z"/><path fill="#fff" d="M2.833 21.6A7779.565 7779.565 0 0 1 13.55 3.014c3.581 6.19 7.154 12.385 10.715 18.587-7.143.005-14.287.007-21.432-.001M13.087 8.423c-.674.673-1.353 1.341-2.02 2.022-.009 3.454-.009 6.907.003 10.362 1.351.005 2.702.004 4.054 0 .008-1.448-.001-2.896.004-4.344.979-.008 1.957.003 2.934-.005-.008-.679.033-1.36-.022-2.038-.971.011-1.94.007-2.911.003-.034-1.333.054-2.683-.041-4.007a58.728 58.728 0 0 0-2.001-1.992z"/><path fill="#040404" d="M13.087 8.423a57.827 57.827 0 0 1 2.001 1.992c.095 1.323.007 2.674.041 4.007.971.004 1.94.008 2.911-.003.054.678.014 1.359.022 2.038-.978.008-1.955-.003-2.934.005-.005 1.448.004 2.896-.004 4.344-1.352.004-2.704.005-4.054 0a1704.33 1704.33 0 0 1-.003-10.362c.667-.681 1.346-1.349 2.02-2.022z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.71 0h.556c.278.137.545.305.766.524 3.234 3.248 6.481 6.482 9.719 9.726.451.457.972.874 1.25 1.47v.528c-.236.563-.724.947-1.142 1.369-3.298 3.302-6.602 6.599-9.898 9.905-.2.198-.443.344-.689.478h-.516c-.57-.229-.954-.72-1.376-1.139-3.302-3.299-6.599-6.604-9.904-9.899a3.137 3.137 0 0 1-.475-.673v-.558c.25-.583.751-.986 1.187-1.426C4.448 7.043 7.711 3.784 10.969.52a3.15 3.15 0 0 1 .742-.521m-.029.308c-.362.164-.616.487-.895.758C7.39 4.471 3.982 7.865.586 11.272c-.406.353-.456 1.014-.048 1.387 3.574 3.587 7.162 7.162 10.739 10.745.348.414 1.012.464 1.382.053 3.604-3.594 7.204-7.195 10.799-10.798.408-.371.358-1.032-.046-1.386C19.874 7.728 16.327 4.191 12.79.646c-.276-.295-.706-.514-1.108-.34z"/><path d="M11.682.307c.402-.174.832.044 1.108.34 3.538 3.545 7.085 7.082 10.622 10.627.403.354.454 1.015.046 1.386a6467.002 6467.002 0 0 1-10.799 10.798c-.371.412-1.034.361-1.382-.053C7.7 19.822 4.112 16.247.538 12.66c-.408-.373-.358-1.034.048-1.387C3.982 7.866 7.39 4.471 10.787 1.066c.28-.271.533-.594.895-.758m.124.455C8.181 4.25 4.68 7.88 1.094 11.413c-.26.217-.552.62-.228.918 3.57 3.592 7.162 7.164 10.739 10.75.2.258.589.253.791-.002 3.56-3.562 7.123-7.122 10.684-10.686a.506.506 0 0 0 .004-.79C19.572 8.074 16.04 4.564 12.526 1.035c-.184-.185-.442-.418-.719-.271z"/><path d="M8.726 7.999c1.082-1.614 2.178-3.22 3.271-4.828 1.094 1.608 2.189 3.215 3.272 4.828.253.27.124.773-.265.809-.577-.017-1.141-.169-1.712-.246v3.436c1.568.001 3.138-.001 4.706.001l-.001 1.883c-1.568-.002-3.136-.001-4.704 0-.002 1.842 0 3.685-.001 5.528h-2.588l-.001-10.848c-.569.076-1.13.228-1.706.246-.394-.028-.527-.539-.27-.809z"/><path fill="#fee011" d="M11.806.763c.277-.146.535.086.719.271 3.514 3.529 7.045 7.039 10.558 10.568a.505.505 0 0 1-.004.79c-3.56 3.564-7.123 7.124-10.684 10.686a.502.502 0 0 1-.791.002C8.027 19.494 4.435 15.922.865 12.33c-.324-.298-.032-.701.228-.918C4.68 7.879 8.18 4.249 11.805.762M8.726 7.999c-.257.27-.124.781.27.809.576-.018 1.138-.17 1.706-.246l.001 10.848h2.588c.001-1.843-.001-3.686.001-5.528 1.568-.001 3.136-.002 4.704 0l.001-1.883c-1.568-.002-3.138 0-4.706-.001V8.562c.571.077 1.135.229 1.712.246.389-.036.518-.539.265-.809-1.084-1.613-2.178-3.22-3.272-4.828-1.093 1.608-2.189 3.214-3.271 4.828z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.287.773c.619-.084 1.234.2 1.654.646 3.101 3.101 6.209 6.196 9.299 9.307.673.641.721 1.82.034 2.468-3.311 3.17-6.629 6.335-9.94 9.505-.721.725-1.997.623-2.656-.137-3.114-3.124-6.236-6.24-9.352-9.364-.673-.655-.67-1.844.032-2.477C4.584 7.625 7.82 4.54 11.05 1.45c.337-.337.748-.634 1.236-.678m-.364.373c-.288.122-.515.346-.74.556C7.974 4.777 4.75 7.833 1.55 10.915c-.596.533-.6 1.537-.034 2.093 3.134 3.145 6.277 6.281 9.416 9.42.56.614 1.619.68 2.21.074 3.173-3.026 6.338-6.061 9.516-9.083.833-.533 1.177-1.777.386-2.503-3.086-3.114-6.199-6.203-9.295-9.308-.449-.498-1.195-.731-1.828-.462z"/><path fill="#231f20" d="M12.038 1.489c.668-.185 1.388.084 1.847.586 2.902 2.899 5.806 5.796 8.696 8.706.66.635.671 1.804-.022 2.419-3.088 2.953-6.181 5.9-9.269 8.854-.676.671-1.86.604-2.496-.089-2.938-2.941-5.878-5.88-8.813-8.824-.66-.653-.613-1.824.09-2.428 2.983-2.86 5.976-5.707 8.963-8.562.289-.278.604-.562 1.003-.662m.121.361c-.347.077-.61.332-.86.568-2.981 2.86-5.98 5.7-8.956 8.563-.584.487-.596 1.445-.038 1.955 2.94 2.941 5.88 5.881 8.825 8.818.494.504 1.386.534 1.894.032 3.091-2.95 6.184-5.9 9.271-8.854.571-.504.521-1.456-.04-1.949-2.87-2.887-5.759-5.759-8.635-8.641-.365-.395-.923-.637-1.46-.492z"/><path fill="#231f20" d="M9.874 4.714c1.063-.012 2.128.001 3.191-.008.006 1.92-.002 3.839.005 5.758 1.918.006 3.835.004 5.754.001.002 1.068-.005 2.137.005 3.205-1.92-.005-3.84-.004-5.759 0-.005 1.919-.004 3.836-.001 5.755-1.066-.01-2.132.002-3.198-.007 0-4.902-.007-9.803.004-14.704z"/><path fill="#fff100" d="M11.922 1.145c.632-.269 1.379-.036 1.828.462 3.096 3.106 6.209 6.194 9.295 9.308.791.726.446 1.97-.386 2.503-3.178 3.022-6.343 6.056-9.516 9.083-.592.606-1.65.54-2.21-.074-3.139-3.139-6.282-6.275-9.416-9.42-.566-.556-.563-1.56.034-2.093 3.2-3.082 6.425-6.138 9.632-9.214.226-.21.452-.433.74-.556m.115.345c-.4.101-.714.384-1.003.662-2.987 2.855-5.98 5.702-8.963 8.562-.703.604-.75 1.775-.09 2.428 2.935 2.944 5.875 5.882 8.813 8.824.636.692 1.82.76 2.496.089 3.088-2.953 6.181-5.9 9.269-8.854.692-.616.682-1.784.022-2.419-2.891-2.91-5.795-5.807-8.696-8.706-.458-.502-1.178-.77-1.847-.586z"/><path fill="#fff100" d="M12.158 1.85c.538-.145 1.096.097 1.46.492 2.876 2.882 5.765 5.754 8.635 8.641.56.493.611 1.445.04 1.949-3.088 2.953-6.18 5.904-9.271 8.854-.508.502-1.399.472-1.894-.032a6669.61 6669.61 0 0 1-8.825-8.818c-.558-.51-.546-1.468.038-1.955 2.976-2.863 5.975-5.704 8.956-8.563.251-.235.514-.491.86-.568M9.874 4.714c-.011 4.901-.004 9.802-.004 14.704 1.066.01 2.132-.002 3.198.007-.002-1.919-.004-3.836.001-5.755 1.919-.004 3.839-.005 5.759 0-.01-1.068-.002-2.137-.005-3.205-1.919.002-3.836.005-5.754-.001-.007-1.919.001-3.838-.005-5.758-1.063.01-2.128-.004-3.191.008z"/></symbol><symbol viewBox="0 0 24 24" id="warning--junction-with-a-side-road-perpendicular-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.731 0h.485c.244.107.482.236.673.426 3.541 3.542 7.08 7.085 10.625 10.622.199.2.358.436.486.686v.486c-.197.528-.655.874-1.034 1.265l-9.421 9.419c-.402.392-.762.852-1.282 1.096h-.496c-.518-.206-.864-.658-1.252-1.036l-9.421-9.42c-.391-.402-.85-.762-1.094-1.282v-.496c.204-.52.649-.871 1.028-1.259C4.369 7.167 7.711 3.828 11.05.486c.2-.196.434-.354.68-.487m-.059.386a1.626 1.626 0 0 0-.342.26C7.748 4.227 4.16 7.802.585 11.389c-.36.313-.361.91.008 1.216 3.601 3.6 7.202 7.2 10.8 10.804a.805.805 0 0 0 1.212.001c3.599-3.602 7.198-7.205 10.8-10.805.371-.305.37-.901.01-1.214C19.838 7.804 16.252 4.227 12.671.644c-.247-.27-.653-.443-1.001-.258z"/><path fill="#ffd520" d="M11.815.886c.198-.205.421.035.566.173 3.54 3.54 7.081 7.078 10.62 10.619.186.15.281.413.05.575-3.598 3.602-7.198 7.204-10.799 10.8-.154.215-.436.128-.571-.056C8.109 19.41 4.522 15.839.948 12.253c-.258-.185-.088-.484.106-.636 3.594-3.57 7.15-7.181 10.76-10.73m-.755 5.041c-.012 1.046-.006 2.094-.004 3.14.598.22 1.189.454 1.784.68l-.001-.64c-.419-.17-.839-.337-1.261-.499-.011-.892-.019-1.782-.044-2.674-.158.001-.316-.002-.474-.008m-3.657.019c-.001 4.112-.005 8.224.001 12.336.162-.007.323-.008.485-.005-.007-4.116.012-8.232-.01-12.347l-.476.016m1.826 1.216c-.002.852-.004 1.704.001 2.556.148-.006.295-.006.444-.001-.002-.854.005-1.709-.005-2.563l-.44.008m4.505 3.081l-.002 1.661h-.444c-.001-.541-.004-1.081-.001-1.622-.402-.001-.804-.002-1.205-.006-.211.408-.419.818-.6 1.241-.24.01-.475.068-.714.082.001.559.001 1.118.005 1.678l.418.006c-.16.338-.11.841.334.912.498.104.769-.497.499-.876 1.228.005 2.456.002 3.684.001-.156.38-.008.949.496.9.47-.014.569-.551.394-.901h.541c-.187.385-.006.964.503.894.476-.034.544-.58.382-.935.26.005.522 0 .784.002 0-.998.004-1.997-.002-2.995-.865-.186-1.722-.437-2.599-.55-.829.132-1.648.336-2.47.509m5.489-.026c.514.416 1.226.194 1.834.253-.448-.524-1.235-.182-1.834-.253m-9.996.63c-.006.835-.004 1.672-.001 2.507.109.004.328.01.437.012.048-.84.058-1.682.044-2.524-.16.005-.319.007-.48.005m10.911.178c.48.493 1.229.226 1.836.306l-.266-.286c-.523-.005-1.046-.029-1.57-.02m.939.817c.458.508 1.22.197 1.819.301l-.233-.276c-.529-.012-1.057-.037-1.586-.025m-11.85 2.7c-.005.84-.005 1.68 0 2.52.148-.006.295-.006.443-.002v-2.518a8.179 8.179 0 0 1-.443 0m1.825.614c-.002 1.038-.002 2.077-.001 3.116.175-.005.349-.005.524-.001-.007-.89-.026-1.782-.038-2.672.431-.17.864-.334 1.301-.486-.001-.187-.001-.376.001-.564-.601.187-1.195.394-1.787.607z"/><path d="M11.671.385c.348-.185.754-.012 1.001.258 3.581 3.583 7.166 7.16 10.744 10.747.36.313.361.91-.01 1.214-3.602 3.6-7.201 7.202-10.8 10.805a.805.805 0 0 1-1.212-.001c-3.598-3.604-7.199-7.204-10.8-10.804-.37-.306-.368-.902-.008-1.216C4.161 7.801 7.749 4.226 11.33.644c.106-.097.214-.194.342-.26m.143.502c-3.611 3.55-7.166 7.16-10.76 10.73-.193.152-.364.451-.106.636 3.574 3.586 7.16 7.157 10.733 10.744.136.185.418.271.571.056 3.601-3.596 7.201-7.198 10.799-10.8.23-.162.136-.425-.05-.575-3.539-3.541-7.08-7.079-10.62-10.619-.145-.138-.368-.378-.566-.173z"/><path d="M11.059 5.928c.158.006.316.01.474.008.025.892.034 1.782.044 2.674.422.162.842.329 1.261.499l.001.64c-.595-.227-1.187-.461-1.784-.68-.002-1.046-.008-2.094.004-3.14zM7.402 5.946l.476-.016c.022 4.115.002 8.231.01 12.347a7.131 7.131 0 0 0-.485.005c-.006-4.112-.002-8.224-.001-12.336zM9.228 7.162l.44-.008c.01.854.002 1.709.005 2.563a5.975 5.975 0 0 0-.444.001c-.005-.852-.004-1.704-.001-2.556zM13.733 10.243c.822-.173 1.64-.377 2.47-.509.877.113 1.734.364 2.599.55.006.998.002 1.997.002 2.995-.262-.002-.523.002-.784-.002.162.355.095.901-.382.935-.509.07-.69-.509-.503-.894h-.541c.175.35.077.887-.394.901-.504.049-.652-.52-.496-.9-1.228.001-2.456.004-3.684-.001.27.379-.001.98-.499.876-.444-.071-.493-.574-.334-.912l-.418-.006c-.004-.559-.004-1.118-.005-1.678.239-.013.474-.072.714-.082.181-.422.389-.833.6-1.241.401.004.803.005 1.205.006-.002.541 0 1.081.001 1.622h.444l.002-1.661zM9.229 10.848c.161.002.32 0 .48-.005a34.83 34.83 0 0 1-.044 2.524 31.865 31.865 0 0 1-.437-.012c-.002-.835-.005-1.672.001-2.507zM9.229 14.543c.148.004.295.004.443 0v2.518a6.544 6.544 0 0 0-.443.002c-.005-.84-.005-1.68 0-2.52zM11.054 15.157c.592-.214 1.186-.42 1.787-.607-.002.188-.002.377-.001.564-.437.152-.87.316-1.301.486.012.89.031 1.782.038 2.672a10.171 10.171 0 0 0-.524.001c-.001-1.039-.001-2.078.001-3.116z"/><path fill="#0b0901" d="M19.225 10.218c.599.071 1.386-.271 1.834.253-.607-.059-1.32.163-1.834-.253z"/><path fill="#030300" d="M20.14 11.026c.523-.008 1.046.016 1.57.02l.266.286c-.607-.08-1.356.187-1.836-.306z"/><path fill="#020200" d="M21.079 11.843c.529-.012 1.057.013 1.586.025l.233.276c-.599-.104-1.361.206-1.819-.301z"/></symbol><symbol viewBox="0 0 27 24" id="warning--junction-with-merge-from-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.103 0h.663c.677.148 1.309.542 1.638 1.169 3.503 6.078 7.003 12.158 10.506 18.237.378.667.809 1.313 1.056 2.045v.627a2.464 2.464 0 0 1-1.915 1.921H1.933A2.446 2.446 0 0 1 0 22.136v-.681c.208-.685.608-1.282.959-1.898 3.533-6.129 7.062-12.262 10.595-18.39.311-.605.916-.973 1.549-1.168M2.79 21.445c7.126.019 14.252.018 21.378.001-3.538-6.198-7.1-12.384-10.689-18.553A2731.531 2731.531 0 0 0 2.791 21.444z"/><path fill="#ffd100" d="M2.79 21.445A2683.63 2683.63 0 0 1 13.478 2.894a2604.903 2604.903 0 0 1 10.689 18.553c-7.126.016-14.252.018-21.378-.001m8.685-11.57c-.036.735.057 1.48-.043 2.21-1.861 1.905-3.769 3.766-5.635 5.667.391.395.779.794 1.178 1.181 1.497-1.49 2.978-2.993 4.482-4.476.031 1.939.005 3.879.016 5.818 1.338.004 2.675.005 4.013 0 .004-1.73-.004-3.458.004-5.187.891-.008 1.784.003 2.675-.005.001-.558.003-1.116-.003-1.675-.891-.004-1.781.005-2.672-.004-.009-1.176.003-2.35-.005-3.526-.665-.673-1.327-1.348-2.006-2.006-.676.659-1.34 1.331-2.004 2.004z"/><path d="M11.474 9.876c.663-.673 1.328-1.344 2.004-2.004.68.658 1.342 1.333 2.006 2.006.008 1.176-.004 2.35.005 3.526.891.009 1.781 0 2.672.004.005.558.004 1.116.003 1.675-.891.008-1.784-.003-2.675.005-.008 1.729 0 3.457-.004 5.187-1.338.005-2.675.004-4.013 0-.011-1.939.015-3.879-.016-5.818-1.503 1.483-2.985 2.987-4.482 4.476-.399-.387-.787-.786-1.178-1.181 1.866-1.901 3.774-3.762 5.635-5.667.1-.729.007-1.475.043-2.21z"/></symbol><symbol viewBox="0 0 27 24" id="warning--junction-with-merge-from-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.127 0h.613c.69.136 1.332.535 1.664 1.169 3.519 6.107 7.036 12.214 10.553 18.321.367.649.793 1.273 1.009 1.994v.556A2.42 2.42 0 0 1 25.022 24H1.979A2.406 2.406 0 0 1 0 22.118v-.63c.102-.342.233-.677.411-.986C4.13 14.06 7.838 7.611 11.552 1.167c.314-.613.929-.986 1.575-1.168M2.786 21.448c7.129.015 14.257.013 21.384 0A3597.338 3597.338 0 0 0 13.478 2.879 3796.538 3796.538 0 0 0 2.786 21.448z"/><path fill="#ffd100" d="M2.786 21.448A3796.538 3796.538 0 0 1 13.478 2.879 3597.338 3597.338 0 0 1 24.17 21.448c-7.127.013-14.256.015-21.384 0m8.69-11.568c-.015 1.174.005 2.349-.009 3.523-.89.013-1.78-.003-2.67.007a66.644 66.644 0 0 0-.001 1.673c.89.011 1.781-.005 2.672.007.012 1.729-.004 3.457.007 5.184 1.336.007 2.672.007 4.01.001.015-1.939-.018-3.876.019-5.814 1.506 1.478 2.981 2.989 4.483 4.472.394-.392.786-.785 1.173-1.184-1.867-1.894-3.766-3.758-5.628-5.656-.113-.723-.005-1.478-.049-2.213a90.293 90.293 0 0 0-2.005-2.006 97.044 97.044 0 0 0-2.002 2.005z"/><path d="M11.476 9.88a97.044 97.044 0 0 1 2.002-2.005 90.293 90.293 0 0 1 2.005 2.006c.043.735-.065 1.49.049 2.213 1.862 1.898 3.76 3.762 5.628 5.656-.387.399-.779.791-1.173 1.184-1.502-1.483-2.977-2.995-4.483-4.472-.036 1.938-.004 3.875-.019 5.814-1.338.005-2.674.005-4.01-.001-.011-1.727.005-3.456-.007-5.184-.891-.012-1.782.004-2.672-.007a71.77 71.77 0 0 1 .001-1.673c.89-.009 1.78.007 2.67-.007.015-1.174-.005-2.349.009-3.523z"/></symbol><symbol viewBox="0 0 27 24" id="warning--junction-with-side-roads--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.137 0h.609c.686.139 1.327.537 1.658 1.169 3.519 6.105 7.036 12.213 10.553 18.32.368.651.797 1.28 1.009 2.005v.55A2.42 2.42 0 0 1 25.012 24H1.975A2.41 2.41 0 0 1 0 22.12v-.636c.104-.34.235-.673.411-.982C4.13 14.06 7.838 7.611 11.553 1.167c.317-.615.932-.991 1.583-1.168M2.786 21.448c7.129.015 14.257.013 21.384 0A3315.5 3315.5 0 0 0 13.478 2.884 3378.958 3378.958 0 0 0 2.786 21.448z"/><path fill="#ffd100" d="M2.786 21.448c3.543-6.2 7.11-12.387 10.692-18.564A3315.5 3315.5 0 0 1 24.17 21.448c-7.127.013-14.256.015-21.384 0m8.688-11.569c-.011 1.556.004 3.112-.007 4.668-.708-.704-1.404-1.42-2.12-2.117a40.71 40.71 0 0 0-1.173 1.178c1.072 1.112 2.194 2.176 3.256 3.293.097 1.118.008 2.252.042 3.375 1.338.005 2.675.005 4.011 0 .043-1.124-.071-2.275.054-3.384 1.056-1.116 2.178-2.173 3.243-3.282a38.29 38.29 0 0 0-1.17-1.18c-.717.696-1.412 1.414-2.121 2.117-.009-1.555.004-3.111-.007-4.665a102.596 102.596 0 0 0-2.005-2.008 114.8 114.8 0 0 0-2.004 2.005z"/><path d="M11.474 9.879a114.8 114.8 0 0 1 2.004-2.005c.68.657 1.343 1.332 2.005 2.008.011 1.555-.003 3.111.007 4.665.709-.702 1.404-1.421 2.121-2.117a37.2 37.2 0 0 1 1.17 1.18c-1.065 1.108-2.187 2.165-3.243 3.282-.125 1.11-.011 2.26-.054 3.384-1.336.005-2.674.005-4.011 0-.034-1.123.055-2.257-.042-3.375-1.062-1.116-2.184-2.18-3.256-3.293.382-.402.774-.793 1.173-1.178.716.697 1.412 1.413 2.12 2.117.011-1.556-.004-3.112.007-4.668z"/></symbol><symbol viewBox="0 0 24 24" id="warning--kangaloo-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.714 0h.546c.286.127.55.302.77.526 3.254 3.266 6.521 6.522 9.779 9.785.428.442.938.835 1.19 1.415v.518c-.198.521-.644.87-1.021 1.255l-9.42 9.42c-.402.391-.762.853-1.292 1.081h-.506a2.137 2.137 0 0 1-.661-.416C7.559 20.043 4.021 16.499.475 12.963A2.582 2.582 0 0 1 0 12.285v-.55c.224-.565.714-.946 1.126-1.368C4.407 7.085 7.69 3.805 10.967.521c.217-.215.473-.388.748-.521m-.033.307c-.341.145-.574.449-.835.698C7.429 4.43 4.003 7.846.586 11.271c-.407.353-.455 1.016-.049 1.39 3.599 3.602 7.199 7.205 10.802 10.802a.914.914 0 0 0 1.322-.005c3.601-3.596 7.2-7.198 10.798-10.798.406-.371.358-1.036-.047-1.387C19.873 7.728 16.327 4.191 12.788.646c-.272-.299-.706-.512-1.106-.34z"/><path d="M11.682.307c.401-.173.834.041 1.106.34 3.539 3.545 7.085 7.082 10.624 10.627.404.352.452 1.016.047 1.387-3.598 3.6-7.196 7.201-10.798 10.798a.915.915 0 0 1-1.322.005A11001 11001 0 0 1 .537 12.662c-.406-.373-.358-1.037.049-1.39C4.004 7.847 7.43 4.431 10.847 1.006c.262-.25.494-.553.835-.698m.12.453C8.165 4.277 4.636 7.918 1.033 11.476c-.254.198-.461.594-.169.857 3.572 3.589 7.163 7.162 10.739 10.748a.502.502 0 0 0 .792-.001c3.56-3.563 7.123-7.124 10.684-10.686a.506.506 0 0 0 .004-.792C19.548 8.056 16.002 4.52 12.463.977c-.164-.18-.414-.338-.66-.216z"/><path d="M9.763 7.956c1.058-.799 2.644-.787 3.622.142.74.55.991 1.664 1.964 1.9.443.154.782-.232 1.108-.463-.438-.2-.878-.456-1.098-.907.526-.019.983.248 1.381.56.718.374 1.498.731 2.022 1.368-.343.458-1.235.15-1.799.346-.362.461-.913.74-1.189 1.273-.196.365-.61.482-.98.581-.427.572-.66 1.304-1.238 1.752-.232-.132-.342-.366-.39-.618.143.095.28.199.42.298.108-.571.192-1.146.278-1.72-.209-.066-.415-.137-.624-.202-.197.263-.388.53-.575.8.076.844.019 1.711.282 2.527 1.165.442 2.356.848 3.593 1.03.146.028.262.132.389.204a5.553 5.553 0 0 0-.336.296c-1.241-.274-2.49-.524-3.754-.692-.386.005-.52-.392-.608-.697a14.467 14.467 0 0 0-1.063-2.662c-.079-.205-.287-.286-.468-.376-.774-.359-1.337-1.021-1.964-1.578-1.244.678-2.477 1.556-3.937 1.645-1.002.088-1.78-.749-2.033-1.648.402.45.803 1.002 1.44 1.111.874.151 1.654-.397 2.284-.934 1.219-.986 2.017-2.4 3.275-3.337z"/><path fill="#fee011" d="M11.802.761c.246-.122.496.036.66.216 3.539 3.542 7.085 7.079 10.62 10.625a.506.506 0 0 1-.004.792L12.394 23.08a.502.502 0 0 1-.792.001C8.026 19.494 4.436 15.922.863 12.333c-.292-.263-.085-.659.169-.857C4.634 7.918 8.164 4.277 11.801.761M9.763 7.956c-1.258.937-2.056 2.351-3.275 3.337-.63.536-1.41 1.085-2.284.934-.637-.109-1.038-.661-1.44-1.111.253.899 1.031 1.735 2.033 1.648 1.46-.089 2.693-.967 3.937-1.645.628.557 1.19 1.219 1.964 1.578.181.09.389.17.468.376.442.848.798 1.741 1.063 2.662.089.305.222.702.608.697 1.264.168 2.513.419 3.754.692.108-.103.22-.203.336-.296-.127-.072-.242-.176-.389-.204-1.237-.181-2.428-.588-3.593-1.03-.263-.816-.206-1.684-.282-2.527a25.3 25.3 0 0 1 .575-.8c.209.065.415.136.624.202-.086.574-.17 1.148-.278 1.72-.14-.098-.277-.203-.42-.298.048.252.158.486.39.618.578-.448.811-1.18 1.238-1.752.371-.098.785-.216.98-.581.276-.533.827-.812 1.189-1.273.564-.196 1.456.113 1.799-.346-.524-.637-1.304-.994-2.022-1.368-.398-.312-.856-.58-1.381-.56.22.451.66.707 1.098.907-.325.232-.665.617-1.108.463-.973-.235-1.224-1.35-1.964-1.9-.978-.929-2.563-.941-3.622-.142z"/></symbol><symbol viewBox="0 0 27 24" id="warning--keep-distance--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff043" d="M12.513.43c.622-.485 1.821-.441 2.172.37a1843.379 1843.379 0 0 0 11.904 20.926c.486.76.149 1.774-.677 2.117-8.355 0-16.71-.003-25.065.002-.229-.234-.46-.465-.695-.692-.093-.74.084-1.476.599-2.028l.05-.285c2.245-3.953 4.52-7.901 6.818-11.828 1.606-2.875 3.199-5.758 4.894-8.581m.538.052c-.324.139-.511.454-.684.742C10.942 3.723 9.482 6.2 8.114 8.73 5.607 13.137 2.975 17.475.578 21.944c-.336.669.207 1.586.969 1.558 7.898-.046 15.8-.07 23.698-.048.889.136 1.599-.9 1.133-1.674A2716.457 2716.457 0 0 1 14.587 1.042c-.265-.564-.971-.828-1.536-.559z"/><path fill="#252a27" d="M13.051.483c.565-.269 1.271-.005 1.536.559A2716.457 2716.457 0 0 0 26.378 21.78c.466.774-.245 1.81-1.133 1.674-7.898-.022-15.8.002-23.698.048-.762.028-1.305-.889-.969-1.558 2.397-4.469 5.029-8.807 7.536-13.214 1.369-2.53 2.829-5.007 4.253-7.505.173-.288.361-.602.684-.742m-9.888 20.94c6.788-.003 13.578-.039 20.363-.045.07-.077.207-.232.276-.31a8.327 8.327 0 0 1-1.132.177c-.844-1.068-1.768-2.069-2.617-3.135.308.046.691-.034.901.254.766.864 1.589 1.682 2.302 2.59l.167-.218c-3.34-5.763-6.581-11.583-9.865-17.378-3.524 5.988-6.853 12.087-10.396 18.065z"/><path fill="#f9e538" d="M3.163 21.423c3.543-5.978 6.872-12.077 10.396-18.065 3.284 5.794 6.525 11.614 9.865 17.378l-.167.218c-.714-.909-1.536-1.726-2.302-2.59-.211-.288-.593-.207-.901-.254.849 1.067 1.773 2.067 2.617 3.135a8.198 8.198 0 0 0 1.132-.177l-.276.31c-6.785.006-13.575.042-20.363.045m9.028-11.106c-.164.446-.276.921-.59 1.293.133.5.291.994.477 1.477l.359-.074.088-.466a51.428 51.428 0 0 0 2.002-.045l.087.489.344.017c.183-.489.362-.98.508-1.482-.376-.409-.372-1.291-1.056-1.296-.737-.008-1.494-.077-2.219.087m-.997 2.535c-.528.598.709.07 0 0m4.501.027c-.107.612.624-.082 0 0m-4.963.465c-.568.807.975-.238 0 0m5.307-.006c.048.698.708-.135 0 0m-5.749.59c-.152.079-.372.245-.308.44.243.159.757-.525.308-.44m6.315.011c-.088.201.214.461.406.372.087-.201-.212-.461-.406-.372m-6.679 2.313c1.459.386 2.445-.805 3.566-1.48 1.107.618 2.052 1.807 3.462 1.476a130.826 130.826 0 0 0-3.464-2.087c-1.185.703-2.388 1.375-3.564 2.092m7.087-1.646c.229.274.46.548.692.819l.516.034a67.75 67.75 0 0 0-.779-.831l-.429-.022m-8.222.872l.491-.002c.259-.285.509-.579.74-.887-.562.036-.889.506-1.231.889m9.245.372c.438.506.876 1.011 1.321 1.511.15-.002.452-.002.602-.002a66.044 66.044 0 0 1-1.311-1.494 63.256 63.256 0 0 0-.612-.015M7.078 17.374c.211.002.421.002.632.002.432-.494.85-1 1.267-1.508-.146.009-.44.026-.585.036-.426.502-.866.991-1.313 1.471m6.424-.296c-2.358 1.358-4.689 2.765-7.036 4.142 1.106-.105 2.417.381 3.345-.42 1.219-.852 2.473-1.651 3.713-2.473 1.412.912 2.765 1.912 4.179 2.82.912.161 1.864.02 2.792.065-2.35-1.344-4.648-2.779-6.993-4.134m-7.24 1.102c-.943 1.042-1.925 2.045-2.88 3.074.311-.003.622-.006.934-.011.892-1.028 1.791-2.052 2.674-3.089-.243.009-.485.019-.728.026z"/><path fill="#282e25" d="M12.192 10.317c.725-.164 1.482-.094 2.219-.087.684.005.68.887 1.056 1.296a20.87 20.87 0 0 1-.508 1.482l-.344-.017-.087-.489c-.667.028-1.335.043-2.002.045l-.088.466-.359.074a14.438 14.438 0 0 1-.477-1.477c.314-.372.426-.847.59-1.293m.158.965c.804.026 1.61.036 2.412-.031-.098-.387-.426-.587-.816-.528-.561.051-1.503-.252-1.596.559z"/><path fill="#feea36" d="M12.35 11.282c.093-.811 1.036-.508 1.596-.559.39-.059.718.141.816.528-.802.067-1.609.057-2.412.031z"/><path fill="#5a531c" d="M11.195 12.852c.709.07-.528.598 0 0z"/><path fill="#504a15" d="M15.696 12.879c.624-.082-.107.612 0 0z"/><path fill="#252b25" d="M10.733 13.344c.975-.238-.568.807 0 0zM17.014 14.607l.429.022c.262.276.522.553.779.831a89.33 89.33 0 0 1-.516-.034 90.642 90.642 0 0 1-.692-.819zM18.037 15.851l.612.015c.427.506.869 1 1.311 1.494-.15 0-.452 0-.602.002-.444-.5-.883-1.005-1.321-1.511zM7.078 17.374c.447-.48.887-.969 1.313-1.471.146-.009.44-.026.585-.036a63.112 63.112 0 0 1-1.267 1.508c-.211 0-.421 0-.632-.002zM13.503 17.079c2.344 1.355 4.642 2.79 6.993 4.134-.927-.045-1.88.096-2.792-.065-1.414-.907-2.767-1.908-4.179-2.82-1.24.822-2.494 1.621-3.713 2.473-.927.801-2.239.314-3.345.42 2.347-1.377 4.678-2.784 7.036-4.142z"/><path fill="#403b15" d="M16.04 13.338c.708-.135.048.698 0 0z"/><path fill="#3f3d18" d="M10.291 13.928c.449-.085-.065.599-.308.44-.063-.195.156-.361.308-.44z"/><path fill="#3e3b1a" d="M16.606 13.939c.194-.09.492.17.406.372-.192.09-.494-.17-.406-.372z"/><path fill="#2a2d23" d="M9.927 16.252c1.177-.717 2.38-1.389 3.564-2.092 1.167.674 2.316 1.378 3.464 2.087-1.411.331-2.355-.858-3.462-1.476-1.121.675-2.107 1.866-3.566 1.48z"/><path fill="#383316" d="M8.792 15.479c.342-.382.669-.853 1.231-.889-.231.308-.482.602-.74.887l-.491.002z"/><path fill="#262d24" d="M6.263 18.181l.728-.026c-.883 1.037-1.782 2.061-2.674 3.089-.311.005-.622.008-.934.011.955-1.028 1.937-2.031 2.88-3.074z"/></symbol><symbol viewBox="0 0 24 24" id="warning--keep-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" d="M11.469.538c.343-.461.954-.299 1.268.101a571.983 571.983 0 0 1 10.629 10.616c.207.214.39.452.531.716v.148c-.499.932-1.336 1.615-2.037 2.387-3.193 3.189-6.326 6.446-9.654 9.494h-.301c-.582-.375-1.046-.898-1.556-1.36-3.282-3.184-6.553-6.385-9.719-9.685-.247-.261-.563-.595-.434-.987.198-.372.522-.654.802-.961C4.426 7.455 7.945 3.993 11.47.538m.403.207c-.132.063-.238.167-.343.266C7.96 4.592 4.377 8.161.805 11.74c-.232.19-.254.548-.015.743 3.625 3.628 7.25 7.256 10.88 10.88.218.27.601.17.788-.078 3.603-3.613 7.217-7.217 10.817-10.833.24-.204.159-.554-.062-.734C19.64 8.141 16.061 4.57 12.49.993c-.161-.155-.374-.35-.616-.247z"/><path fill="#fecf33" d="M11.873.745c.242-.103.454.092.616.247 3.571 3.578 7.15 7.149 10.723 10.725.222.181.302.53.062.734-3.6 3.615-7.214 7.219-10.817 10.833-.188.247-.571.347-.788.078-3.63-3.623-7.255-7.252-10.88-10.88-.239-.195-.217-.554.015-.743C4.376 8.16 7.959 4.591 11.529 1.01c.105-.098.211-.202.343-.266m3.747 6.191c-2.019 1.682-3.829 3.597-5.801 5.333-.322.26-.57.707-1.038.683-.196-.425-.602-.667-1.056-.451-.467 1.447-.973 2.92-1.065 4.444 1.75.085 3.464-.392 5.091-1.001-.305-.295-.654-.543-.951-.846-.117-.322.262-.5.435-.706 1.967-1.975 3.963-3.926 5.905-5.923.19-.682-.675-1.062-.981-1.591-.178.017-.377-.028-.539.058z"/><path fill="#141b19" d="M15.619 6.935c.162-.086.362-.041.539-.058.306.529 1.171.909.981 1.591-1.942 1.998-3.938 3.948-5.905 5.923-.173.205-.553.384-.435.706.297.302.645.55.951.846-1.627.609-3.341 1.086-5.091 1.001.092-1.524.598-2.996 1.065-4.444.454-.215.86.027 1.056.451.468.023.716-.423 1.038-.683 1.972-1.736 3.782-3.651 5.801-5.333z"/></symbol><symbol viewBox="0 0 24 24" id="warning--keep-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" d="M11.271.54c.284-.33.807-.416 1.104-.051 3.714 3.64 7.435 7.279 11.02 11.047.381.3.45.864.071 1.199-3.214 3.392-6.569 6.646-9.918 9.904-.505.462-.972.971-1.538 1.36h-.293c-.351-.246-.66-.545-.967-.843a511.07 511.07 0 0 1-9.013-8.961C1.129 13.53.422 12.93 0 12.121v-.147a3.33 3.33 0 0 1 .632-.824A543.06 543.06 0 0 1 11.271.539m.415.229C8.004 4.326 4.431 8.011.785 11.611c-.249.199-.463.584-.162.842 3.618 3.631 7.246 7.254 10.869 10.88.183.231.543.268.737.03 3.629-3.623 7.254-7.252 10.879-10.88.239-.194.217-.555-.015-.743C19.501 8.145 15.905 4.555 12.314.961c-.156-.163-.402-.332-.628-.192z"/><path fill="#fecf33" d="M11.686.768c.226-.14.472.029.628.192 3.591 3.594 7.187 7.184 10.779 10.779.232.189.254.549.015.743-3.625 3.628-7.25 7.256-10.879 10.88-.194.238-.555.201-.737-.03-3.623-3.626-7.251-7.249-10.869-10.88-.3-.257-.087-.642.162-.842C4.431 8.01 8.004 4.325 11.686.767m-3.66 6.414c-.388.43-.901.816-1.044 1.405 1.478 1.665 3.162 3.143 4.678 4.777.562.562 1.277 1.026 1.622 1.762-.316.228-.61.484-.884.76l-.004.155c1.599.544 3.268 1.007 4.973.89-.367-1.445-.596-2.951-1.216-4.315-.21-.002-.421-.002-.63-.001-.123.248-.352.701-.683.436-2.119-1.93-4.146-3.963-6.324-5.83-.159-.039-.325-.031-.487-.038z"/><path fill="#141b19" d="M8.026 7.181c.162.007.328-.001.487.038 2.177 1.868 4.205 3.9 6.324 5.83.331.265.561-.188.683-.436.209-.001.42-.001.63.001.62 1.363.85 2.87 1.216 4.315-1.705.117-3.373-.345-4.973-.89l.004-.155c.275-.276.569-.532.884-.76-.345-.735-1.06-1.2-1.622-1.762-1.517-1.633-3.201-3.112-4.678-4.777.143-.589.656-.975 1.044-1.405z"/></symbol><symbol viewBox="0 0 24 24" id="warning--kiwi-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#dcb22c" opacity=".86" d="M11.834 0h.568c.252.118.488.27.685.466 3.258 3.264 6.521 6.523 9.781 9.786.408.419.887.796 1.132 1.343v.521c-.223.542-.697.904-1.093 1.312l-9.48 9.48c-.402.391-.763.847-1.282 1.093h-.533c-.512-.202-.853-.647-1.235-1.018l-9.359-9.361c-.366-.376-.794-.714-1.019-1.202v-.564c.2-.479.606-.814.96-1.174 3.202-3.199 6.401-6.401 9.601-9.6.397-.39.76-.838 1.273-1.081m-.038.289c-.282.137-.486.384-.708.598C7.572 4.414 4.044 7.926.531 11.453c-.389.341-.402.998-.01 1.342 3.559 3.564 7.123 7.124 10.684 10.687.349.385.994.365 1.338-.017 3.637-3.644 7.285-7.277 10.92-10.922.415-.37.385-1.052-.038-1.403C19.902 7.622 16.382 4.097 12.859.579 12.6.28 12.171.139 11.796.291z"/><path d="M11.795.29c.376-.152.804-.011 1.063.288 3.523 3.518 7.043 7.043 10.566 10.561.424.35.454 1.033.038 1.403-3.635 3.646-7.283 7.278-10.92 10.922-.344.382-.989.402-1.338.017C7.644 19.918 4.08 16.358.52 12.794c-.392-.343-.379-1.001.01-1.342C4.044 7.925 7.572 4.413 11.086.887c.222-.214.426-.461.708-.598m.016.353C8.131 4.242 4.52 7.919.868 11.55c-.32.24-.469.737-.125 1.027 3.56 3.559 7.118 7.122 10.681 10.678.232.269.667.253.892-.017 3.64-3.641 7.28-7.283 10.922-10.921.301-.252.257-.72-.038-.956C19.686 7.834 16.161 4.319 12.641.8c-.203-.229-.565-.366-.832-.157z"/><path d="M9.764 9.284c1.19-.898 2.422-1.888 3.925-2.17 1.336-.089 2.842.57 3.371 1.866.472 1.22.152 2.676-.71 3.646-.474.684-1.163 1.162-1.739 1.75-.582.571-.392 1.452-.568 2.176-.198-.247-.234-.557-.248-.86-.341.317-.672.654-1.079.889.073-.337.22-.649.39-.947a4.153 4.153 0 0 0-1.046.46c.262-.487.68-.869 1.218-1.021.767-.286.851-1.285.49-1.922-.82.587-.763 1.847-1.715 2.239.169-.292.298-.606.298-.948-.499.198-1.036.228-1.566.216.188-.29.498-.439.815-.547-.101-.017-.301-.052-.402-.068.401-.29.884-.412 1.376-.395.232-.329.326-.716.239-1.112-1.02-.248-2.086-.382-3.044-.83-.584-.311-1.312-.476-1.92-.13-1.014.588-1.835 1.442-2.675 2.245.422-1.024 1.128-1.884 1.831-2.725.475-.496.486-1.303 1.076-1.704.521-.305 1.133-.06 1.684-.106z"/><path fill="#ffd033" d="M11.81.642c.266-.209.629-.072.832.157 3.52 3.52 7.045 7.034 10.559 10.561.295.236.34.704.038.956-3.642 3.638-7.283 7.28-10.922 10.921a.593.593 0 0 1-.892.017C7.862 19.698 4.304 16.136.744 12.576c-.344-.29-.196-.787.125-1.027C4.521 7.918 8.131 4.241 11.811.641M9.764 9.284c-.551.046-1.163-.199-1.684.106-.59.401-.601 1.208-1.076 1.704-.703.841-1.409 1.702-1.831 2.725.84-.803 1.661-1.657 2.675-2.245.608-.347 1.336-.181 1.92.13.959.449 2.024.582 3.044.83a1.38 1.38 0 0 1-.239 1.112c-.492-.017-.976.104-1.376.395.101.017.301.052.402.068-.317.108-.626.257-.815.547.53.012 1.067-.018 1.566-.216 0 .342-.128.656-.298.948.952-.392.895-1.652 1.715-2.239.361.637.277 1.637-.49 1.922-.538.152-.956.534-1.218 1.021.33-.194.676-.361 1.046-.46-.17.298-.317.61-.39.947.407-.235.738-.572 1.079-.889.014.304.05.613.248.86.175-.724-.014-1.604.568-2.176.576-.588 1.265-1.066 1.739-1.75.863-.97 1.182-2.425.71-3.646-.529-1.296-2.035-1.955-3.371-1.866-1.504.282-2.735 1.272-3.925 2.17z"/></symbol><symbol viewBox="0 0 24 24" id="warning--kiwi-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#dcb22c" opacity=".86" d="M11.843 0h.548c.511.198.858.637 1.238 1.01l9.299 9.301c.39.4.85.762 1.072 1.292v.498c-.109.241-.24.476-.428.665-3.607 3.596-7.206 7.201-10.807 10.804a2.439 2.439 0 0 1-.631.43h-.506c-.498-.174-.826-.602-1.188-.958L.96 13.56c-.35-.354-.757-.679-.959-1.15v-.54c.173-.466.563-.786.9-1.129l9.721-9.72C11 .648 11.348.221 11.844 0m-.048.289c-.18.082-.324.222-.466.358C7.732 4.252 4.125 7.846.53 11.453c-.389.34-.402.998-.011 1.34 3.56 3.565 7.124 7.126 10.686 10.69.349.385.992.364 1.336-.018 3.638-3.644 7.288-7.278 10.922-10.924.414-.368.384-1.051-.038-1.4-3.524-3.52-7.044-7.044-10.568-10.564-.258-.299-.686-.438-1.061-.288z"/><path d="M11.796.289c.374-.15.803-.011 1.061.288 3.524 3.52 7.044 7.044 10.568 10.564.422.349.452 1.032.038 1.4-3.635 3.646-7.284 7.279-10.922 10.924-.343.382-.986.403-1.336.018-3.562-3.564-7.126-7.124-10.686-10.69-.391-.342-.378-1.001.011-1.34C4.125 7.846 7.732 4.252 11.33.647c.142-.136.286-.276.466-.358m.016.351C8.114 4.263 4.479 7.956.81 11.613c-.3.23-.374.704-.067.965 3.562 3.558 7.12 7.121 10.682 10.678.232.27.67.253.893-.017 3.638-3.642 7.278-7.283 10.921-10.92.301-.252.259-.722-.038-.958C19.687 7.834 16.162 4.319 12.642.799c-.202-.229-.564-.362-.83-.158z"/><path d="M6.794 7.397c1.771-1.326 4.559-1.152 6.076.494.334.382.443 1.012.974 1.182.599.037 1.253-.252 1.805.109.709.479.934 1.358 1.104 2.147.57 1.259 1.732 2.207 2.09 3.571-.48-.113-.635-.671-.931-1.009-.766-1.045-1.538-2.336-2.896-2.641-.882-.247-1.55.61-2.408.614-.875-.034-1.547.689-2.419.64-.988-.029-1.48 1.438-.722 2.042.534.232 1.361-.191 1.681.476l-.412-.008c.179.205.511.365.448.686a2.586 2.586 0 0 0-1.31-.404c.182.235.427.454.434.774a10.673 10.673 0 0 1-1.516-.982c-.013-.419.062-.886-.181-1.254-.216-.335-.733-.011-.725.324.007.546.306 1.031.45 1.547.464.025.958.049 1.34.347-.253-.008-.508-.024-.761-.012.266.21.535.426.718.718a4.575 4.575 0 0 1-1.152-.286c.098.331.188.674.126 1.021-.418-.547-.823-1.108-1.379-1.531a2.563 2.563 0 0 0-.277-2.512c-.529-.593-1.499-.812-1.693-1.675-.301-1.584.232-3.376 1.536-4.379m8.189 2.689c.133.224.382.218.517-.001-.13-.242-.39-.244-.517.001z"/><path fill="#ffd033" d="M11.812.64c.266-.204.629-.071.83.158 3.52 3.521 7.045 7.036 10.559 10.562.298.235.34.706.038.958a11243.69 11243.69 0 0 0-10.921 10.92c-.223.27-.661.287-.893.017-3.563-3.557-7.121-7.12-10.682-10.678-.307-.26-.233-.734.067-.965C4.478 7.956 8.113 4.262 11.812.639M6.794 7.397C5.49 8.4 4.957 10.192 5.258 11.776c.194.863 1.164 1.082 1.693 1.675a2.56 2.56 0 0 1 .277 2.512c.556.424.961.984 1.379 1.531.062-.347-.028-.69-.126-1.021.37.148.757.238 1.152.286-.182-.292-.451-.508-.718-.718.253-.012.508.004.761.012-.383-.298-.876-.322-1.34-.347-.144-.516-.443-1.001-.45-1.547-.008-.335.509-.659.725-.324.244.368.168.835.181 1.254.473.374.988.692 1.516.982-.007-.32-.252-.539-.434-.774.467.019.919.15 1.31.404.064-.322-.269-.481-.448-.686l.412.008c-.32-.667-1.147-.245-1.681-.476-.757-.605-.265-2.071.722-2.042.872.049 1.544-.673 2.419-.64.858-.005 1.526-.862 2.408-.614 1.357.305 2.13 1.596 2.896 2.641.296.338.451.896.931 1.009-.359-1.364-1.52-2.312-2.09-3.571-.17-.788-.395-1.668-1.104-2.147-.552-.361-1.206-.072-1.805-.109-.532-.17-.641-.8-.974-1.182-1.517-1.646-4.304-1.82-6.076-.494z"/><path fill="#ffd033" d="M14.983 10.085c.127-.245.388-.244.517-.001-.136.22-.384.226-.517.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--koala-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#32291e" d="M10.739.247c.292-.265.777-.226 1.059.036.958.813 1.86 1.688 2.794 2.528 1.05.965 2.117 1.911 3.13 2.915-.054.086-.225.195-.107.298.183.148.381.28.521.474.068.106.26.184.212.332-2.265-2.048-4.5-4.127-6.752-6.188-.106-.096-.24-.173-.388-.156-.242-.003-.385.218-.528.379C9.525 2.187 8.395 3.532 7.235 4.85 5.57 6.787 3.86 8.684 2.202 10.626c-.477.567-.978 1.115-1.462 1.676-.183.197-.183.539.025.719 3.65 3.437 7.323 6.85 10.972 10.288.128.126.312.229.497.176.208-.063.333-.256.48-.403 2.892-3.29 5.761-6.6 8.723-9.828-.035.352-.396.532-.59.795-.185.264-.424.478-.658.695-.09.065-.093.172-.081.271-.107.036-.246.058-.294.175-.02.133.091.221.206.257-1.669 1.87-3.333 3.743-4.988 5.625-.703.794-1.391 1.6-2.117 2.371-.174.169-.339.369-.57.46-.2.023-.437.057-.606-.081-.301-.211-.571-.461-.841-.71-1.788-1.669-3.568-3.347-5.356-5.017-1.648-1.543-3.3-3.082-4.921-4.654-.224-.212-.463-.476-.423-.81-.014-.308.216-.536.399-.754C2.22 9.98 3.877 8.111 5.511 6.224c1.488-1.73 2.987-3.449 4.476-5.178.244-.273.476-.559.751-.802z"/><path fill="#bd8603" d="M10.68.865c.143-.161.286-.382.528-.379.148-.017.283.06.388.156 2.251 2.061 4.487 4.141 6.752 6.188a943.58 943.58 0 0 1 4.571 4.146c.176.182.148.496-.023.673-.483.538-.989 1.056-1.458 1.607-2.962 3.227-5.832 6.538-8.723 9.828-.147.147-.272.34-.48.403-.185.053-.369-.05-.497-.176-3.65-3.438-7.323-6.85-10.972-10.288-.208-.18-.208-.522-.025-.719.484-.562.985-1.109 1.462-1.676 1.658-1.942 3.368-3.84 5.033-5.776 1.161-1.318 2.29-2.663 3.445-3.985m3.917 5.435a1.262 1.262 0 0 0-.5.367c-.068.076.039.155.07.224l-.145.043c-.24-.258-.608-.241-.924-.321-.417-.101-.854-.001-1.236.174a3.474 3.474 0 0 1-.146-.008l-.019-.068c-.48-.223-1.159-.396-1.591.019-.04.247-.264.391-.265.649l.062.12c-.195.167-.235.563.056.65.143.035.172.174.199.299.086-.021.174-.041.263-.046l.015.244c-.67.52-1.485.806-2.2 1.256-.498.234-.825.693-1.147 1.12-.3.385-.542.814-.707 1.274-.274.729-.559 1.494-.475 2.287.07.502.51.825.877 1.121l-.19.089c-.315.019-.675-.058-.945.15a.42.42 0 0 1 .005.357c.296.184.645.153.972.213-.071.1-.141.205-.15.33.134.036.271.056.41.066.018.072-.021.187.068.218.416-.005.815-.155 1.232-.148.313-.035.63-.022.943-.062 1.558.131 3.12-.068 4.67-.229l.129-.05c.084.19.114.405.243.573.037-.268.174-.483.422-.596.107.153.193.32.245.5l.077-.009c.041-.235.01-.507.225-.668.137.084.206.232.273.372.048-.081.088-.17.073-.267.02-.072.048-.143.057-.217a.906.906 0 0 0 .263-.083c.523-.074 1.065-.037 1.57-.219.023-.153.052-.308.017-.461.187-.099.398-.128.603-.166l-.019-.075c-.495.001-.991.046-1.486.032-.086-.008-.163-.05-.24-.084-.405-.43-.89-.857-1.009-1.465-.176-.774-.492-1.508-.863-2.207a.41.41 0 0 1-.078-.349c.078-.518.234-1.029.308-1.551-.044-.423.13-.83.069-1.254.131-.091.286-.089.432-.039l.027-.141c.215-.023.341-.215.473-.363.114-.125.065-.312.15-.45.097-.139-.07-.278-.08-.42-.016-.196-.079-.406-.236-.535a1.272 1.272 0 0 0-.844-.192z"/><path fill="#362e26" d="M17.615 6.025c-.118-.103.052-.212.107-.298.119.11.226.233.307.375.14.039.273.099.377.206 1.308 1.183 2.624 2.357 3.924 3.549.362.352.768.672 1.052 1.094.201.41-.038.848-.287 1.175-.213.212-.447.402-.674.598-.393.405-.702.883-1.117 1.267-.418.494-.85.977-1.283 1.457-.115-.036-.226-.124-.206-.257.048-.117.187-.139.294-.175-.013-.099-.009-.206.081-.271.234-.218.474-.432.658-.695.194-.263.555-.443.59-.795.469-.551.975-1.068 1.458-1.607.171-.176.199-.49.023-.673a943.58 943.58 0 0 0-4.571-4.146c.048-.148-.144-.226-.212-.332-.14-.194-.338-.326-.521-.474z"/><path fill="#2c271f" d="M14.598 6.302c.29-.033.6.03.844.192.156.129.22.339.236.535.01.142.178.281.08.42-.085.138-.036.325-.15.45-.132.148-.258.34-.473.363l-.027.141c-.146-.05-.301-.052-.432.039.061.423-.113.83-.069 1.254-.074.523-.229 1.033-.308 1.551-.182.378-.463.706-.589 1.114.264-.221.331-.576.547-.832l.12.067c.371.7.687 1.433.863 2.207.118.607.604 1.035 1.009 1.465.07.083.168.137.28.125.41-.009.821-.007 1.231-.006-.13.03-.259.07-.384.116-.012.157-.027.314-.046.47a3.581 3.581 0 0 1-.832.161c-.232.023-.48-.01-.692.107a.906.906 0 0 1-.263.083c-.143-.545-.572-.935-.884-1.382-.484-.605-.862-1.283-1.291-1.925-.166-.244-.283-.537-.54-.704.093.199.232.371.352.554-.241-.02-.327-.266-.387-.463-.007-.099.092-.2.012-.291-.207-.331-.515-.587-.701-.934-.16-.313-.546-.456-.631-.815.382-.035.595.315.788.582.281.268.457.623.752.878.226.206.347.492.439.777a.993.993 0 0 0 .205-.445c.044-.219.204-.384.314-.571.265-.424.267-.942.416-1.407.094-.271-.299-.221-.463-.237-.306-.017-.164.366-.225.551-.074.161.036.307.107.445-.262.104-.705.294-.881-.031-.088-.125-.212-.217-.317-.326.168-.297-.042-.617-.056-.926-.009-.272-.333-.12-.502-.139-.053-.195-.23-.305-.381-.419-.099-.108-.331-.263-.161-.408.221-.143.507-.207.769-.191.245.025.279.296.337.484.14-.057.271-.143.42-.177.155.008.304.065.458.089.01-.157-.085-.383.094-.474.299-.155.703-.122.931.144.01-.188.165-.3.274-.434l.114.078c.319-.103.623-.342.693-.684a2.042 2.042 0 0 0-.155-.835c-.106-.243-.413-.154-.622-.181-.236-.044-.435.165-.51.366.12.24.207.507.177.78-.025.109-.178.21-.253.083-.089-.212-.02-.493-.215-.658-.211-.136-.416-.318-.685-.304-.426-.018-.923-.165-1.302.091-.075.272.025.639-.271.807.083-.288.124-.585.1-.885.382-.175.819-.275 1.236-.174.317.08.684.064.924.321.264.194.246.544.296.834.117-.292.017-.625-.15-.877-.031-.068-.138-.148-.07-.224.134-.157.306-.293.5-.367m-1.022 2.436c.233-.094.474-.171.728-.173l-.029-.072c-.228-.067-.721-.092-.699.245m-2.029.03l-.011.081c.11.088.266.183.388.057.154-.146.364-.159.564-.14-.25-.303-.637-.062-.942.002m2.297-.002c-.147.041-.209.239-.12.36.079.103.225.084.34.079.18-.008.259-.272.125-.384-.089-.09-.231-.069-.345-.055m-1.911.374c.043.34.678.25.56-.094-.144-.197-.488-.143-.56.094m.771.073c-.035.359-.001.735.14 1.07.099.24.418.197.619.132l.083.049a1.416 1.416 0 0 1-.837.097c.21.293.778.197.904-.144l-.054-.201c.041-.347.209-.747-.027-1.06-.19-.253-.725-.303-.828.056m-1.112 1.241c.092.218.326.32.453.514.424.558.892 1.086 1.272 1.676-.12-.548-.59-.899-.896-1.339-.262-.294-.478-.652-.828-.851m1.431.505c.178.064.372.03.55-.015.078-.019.085-.099.07-.164-.2.084-.424.089-.62.179m1.956 4.257c.189-.098.398-.12.607-.092-.129-.219-.538-.14-.607.092z"/><path fill="#262522" d="M10.106 6.73c.432-.415 1.111-.241 1.591-.019l.019.068c.091.274.08.57-.011.842l.057.05c.296-.168.196-.536.271-.807.379-.256.876-.109 1.302-.091.269-.014.474.168.685.304.195.165.126.446.215.658.074.126.228.026.253-.083.03-.272-.057-.54-.177-.78.074-.201.274-.41.51-.366.209.027.516-.062.622.181.104.263.168.552.155.835-.069.342-.373.581-.693.684a5.631 5.631 0 0 1-.114-.078c-.109.134-.263.245-.274.434-.227-.265-.632-.299-.931-.144-.178.091-.084.317-.094.474-.154-.024-.302-.081-.458-.089-.149.034-.28.12-.42.177-.057-.189-.092-.46-.337-.484a1.305 1.305 0 0 0-.769.191c-.17.145.062.3.161.408-.076.088-.214.19-.169.325.064.116.088.257.178.357.13.073.289.031.431.029-.018-.098-.033-.197-.059-.293.169.019.493-.132.502.139.014.309.224.629.056.926.105.109.228.201.317.326.175.324.619.135.881.031-.071-.137-.181-.284-.107-.445.062-.185-.081-.569.225-.551.163.016.556-.034.463.237-.149.465-.151.983-.416 1.407-.11.187-.27.351-.314.571a.967.967 0 0 1-.205.445c-.093-.285-.214-.571-.439-.777-.294-.254-.47-.61-.752-.878-.193-.266-.406-.617-.788-.582.085.36.471.502.631.815.185.347.494.603.701.934.08.091-.019.193-.012.291.06.197.146.443.387.463.358.543.635 1.137 1.03 1.654.373.536.814 1.026 1.141 1.593.01.114.014.229.019.345-.24-.133-.43.049-.546.248-.231-.229-.524-.068-.696.144-.317-.495-.201-1.257-.796-1.557-.364-.586-1.023-.857-1.575-1.225-.673-.458-1.146-1.146-1.521-1.857-.145-.267-.195-.581-.378-.828.026.152.075.299.122.446.012.19.035.378.079.563-.709-.071-1.539.076-1.946.726a.75.75 0 0 0-.033.026c-.197.041-.287.228-.257.417.348.01.412-.402.685-.528.216-.108.417-.276.666-.29.265-.011.534-.13.793-.007.423.188.707.59.885 1.006.152.369.168.902-.229 1.123-.182.077-.434.229-.281.457l.139-.037c-.108.113-.199.247-.204.409-.034.222-.141.531.094.679.21.081.421-.108.314-.322a2.04 2.04 0 0 1 .048-.046c.066.105.108.235.212.311.225.101.395-.159.622-.12.203.017.08-.264.188-.348.25-.078.517-.022.773-.059.294-.019.601-.137.889-.04.19.222.163.54.167.814-.097-.018-.2-.059-.298-.021-.441.148-.911.135-1.366.202-.648-.048-1.293.079-1.941.051-.876-.065-1.758.012-2.626.13.316-.344.646-.68.991-.993.271-.053.551.118.83.074.142-.036.244-.149.333-.257l.036-.043c-.376.045-.763.161-1.134.013-.529-.227-1.087.182-1.623-.015-.367-.296-.807-.619-.877-1.121-.083-.792.201-1.558.475-2.287.165-.46.407-.889.707-1.274.322-.427.649-.886 1.147-1.12.715-.451 1.53-.736 2.2-1.256a9.98 9.98 0 0 1-.015-.244 1.478 1.478 0 0 0-.263.046c-.027-.125-.056-.264-.199-.299-.291-.088-.251-.484-.056-.65l-.062-.12c0-.257.225-.402.265-.649m.465 1.844c.068.255-.005.56.194.767.274.253.233.734.596.915-.098-.231-.282-.421-.332-.673-.022-.167-.202-.219-.288-.341-.072-.219.032-.499-.169-.669z"/><path fill="#b4944e" d="M11.716 6.78l.146.008c.023.3-.017.597-.1.885l-.057-.05c.091-.272.102-.568.011-.842z"/><path fill="#a08d4f" d="M14.168 6.892c.167.251.267.585.15.877-.049-.29-.032-.64-.296-.834l.145-.043z"/><path fill="#b78e2b" d="M13.576 8.736c-.022-.337.471-.312.699-.245l.029.072c-.254.002-.495.079-.728.173z"/><path fill="#7d6e57" d="M10.573 8.573c.201.169.097.449.169.669.087.122.267.174.288.341.05.252.234.442.332.673-.362-.182-.322-.662-.596-.915-.198-.207-.126-.512-.193-.767z"/><path fill="#b68418" d="M11.547 8.766c.304-.064.692-.305.942-.002-.2-.019-.41-.006-.564.14-.122.126-.279.031-.388-.057l.011-.081z"/><path fill="#b98809" d="M13.843 8.764c.114-.014.255-.035.345.055.134.112.055.376-.125.384-.115.006-.26.024-.34-.079-.089-.121-.027-.319.12-.36z"/><path fill="#b6860a" d="M11.932 9.138c.072-.238.416-.291.56-.094.118.345-.517.434-.56.094z"/><path fill="#bd8704" d="M12.703 9.211c.103-.359.639-.309.828-.056.236.313.067.713.027 1.06-.029.067-.063.133-.096.198-.201.066-.52.108-.619-.132a2.219 2.219 0 0 1-.14-1.07z"/><path fill="#403e37" d="M11.501 9.42c-.045-.135.093-.237.169-.325.151.114.328.224.381.419.025.096.041.195.059.293-.142.002-.301.044-.431-.029-.09-.1-.114-.241-.178-.357z"/><path fill="#af8b2b" d="M13.558 10.215l.054.201c-.126.341-.694.437-.904.144.285.052.571.021.837-.097l-.083-.049c.033-.065.067-.131.096-.198z"/><path fill="#ad8d40" d="M11.591 10.451c.35.199.566.557.828.851.306.44.776.791.896 1.339-.379-.591-.847-1.118-1.272-1.676-.127-.194-.361-.296-.453-.514zM14.979 15.213c.07-.232.478-.311.607-.092a1.009 1.009 0 0 0-.607.092z"/><path fill="#b38f3e" d="M13.023 10.956c.196-.09.42-.095.62-.179.015.065.008.145-.07.164-.178.045-.372.079-.55.015z"/><path fill="#ab8c3f" d="M13.71 12.362c.126-.408.407-.736.589-1.114a.41.41 0 0 0 .078.349l-.12-.067c-.216.256-.283.611-.547.832zM6.784 15.704c.536.197 1.093-.212 1.623.015.371.148.758.031 1.134-.013l-.036.043c-.131.014-.243.083-.356.144-.495.09-.951-.276-1.444-.142-.366.095-.74.051-1.112.043l.19-.089z"/><path fill="#b68e32" d="M9.857 11.385c.184.248.233.561.378.828.375.71.848 1.399 1.521 1.857.552.367 1.21.639 1.575 1.225.144.233.403.41.43.702.025.221.086.435.168.641l-.129.05c-.142-.356-.06-.802-.35-1.09-.225-.229-.342-.555-.629-.724-.587-.379-1.221-.698-1.723-1.194.043.153.096.305.112.465.044.495-.362.983-.857 1.028.148-.145.36-.195.509-.337.277-.334.273-.834.062-1.201-.195-.353-.395-.75-.768-.943-.55-.228-1.192-.074-1.678.237-.245.141-.378.401-.581.589.042-.132.102-.258.181-.372l.033-.026c.229-.169.432-.379.7-.49.44-.188.942-.178 1.404-.087-.085-.235-.157-.475-.236-.712-.046-.147-.096-.294-.122-.446z"/><path fill="#4d2e04" d="M9.979 11.832c.08.237.151.477.236.712-.463-.092-.964-.102-1.404.087-.267.111-.471.321-.7.49.407-.649 1.237-.797 1.946-.726a3.453 3.453 0 0 1-.079-.563z"/><path fill="#b38f40" d="M12.826 12.314c.257.166.374.46.54.704.43.642.807 1.32 1.291 1.925.312.447.741.838.884 1.382-.009.074-.037.145-.057.217a1.322 1.322 0 0 0-.136-.428c-.327-.566-.768-1.057-1.141-1.593-.396-.517-.673-1.111-1.03-1.654-.12-.183-.259-.354-.352-.554z"/><path fill="#2a261e" d="M8.478 12.929c.486-.311 1.128-.465 1.678-.237.373.192.574.59.768.943.21.367.215.867-.062 1.201-.149.141-.361.192-.509.337.495-.045.9-.533.857-1.028-.016-.159-.069-.312-.112-.465.502.497 1.136.815 1.723 1.194.287.169.404.495.629.724.29.287.208.734.35 1.09-1.55.161-3.112.36-4.67.229-.313.04-.629.027-.943.062-.416-.007-.816.143-1.232.148-.088-.031-.05-.147-.068-.218a2.111 2.111 0 0 1-.41-.066c.009-.126.079-.23.15-.33-.327-.06-.676-.029-.972-.213a.42.42 0 0 0-.005-.357c.27-.208.629-.13.945-.15.372.008.746.052 1.112-.043.492-.134.949.232 1.444.142.113-.061.225-.13.356-.144-.089.109-.192.222-.333.257-.279.044-.559-.127-.83-.074-.345.313-.675.65-.991.993.868-.118 1.75-.194 2.626-.13.648.027 1.293-.099 1.941-.051.455-.067.925-.054 1.366-.202.098-.038.2.003.298.021-.004-.273.023-.592-.167-.814-.288-.097-.596.021-.889.04-.256.037-.523-.019-.773.059-.108.084.015.365-.188.348-.227-.038-.397.222-.622.12-.103-.075-.145-.205-.212-.311l-.048.047c.106.214-.104.403-.314.322-.235-.148-.128-.457-.094-.679.006-.162.097-.296.204-.409l-.139.037c-.153-.227.099-.379.281-.457.397-.221.381-.755.229-1.123-.178-.416-.461-.818-.885-1.006-.259-.123-.527-.004-.793.007-.25.015-.451.182-.666.29-.273.126-.337.538-.685.528-.03-.189.06-.377.257-.417-.079.114-.139.24-.181.372.202-.188.335-.448.581-.589m2.173 2.371c-.12.11-.283.234-.271.416.089.03.178.059.267.086a3.207 3.207 0 0 0-.29.084.282.282 0 0 0 .197.414c-.045-.165-.051-.346.085-.472.289-.015.257.312.448.431.034-.146.081-.293.192-.401.136.038.162.18.203.294.092-.071.108-.183.11-.292-.141-.059-.293-.073-.441-.101a4.63 4.63 0 0 0 .675-.054c-.008-.141-.068-.285-.198-.354-.292-.193-.657-.104-.977-.052m1.313.376a1.243 1.243 0 0 0-.002.061c.426-.015.851-.062 1.274-.108.05-.001.076-.029.079-.083-.453.016-.9.101-1.351.13z"/><path fill="#b88509" d="M10.653 15.298c.32-.052.685-.141.977.052.13.069.19.212.198.354a4.62 4.62 0 0 1-.675.054c.148.028.3.043.441.101-.002.109-.018.221-.11.292-.041-.114-.068-.256-.203-.294-.111.107-.158.255-.192.401-.191-.119-.159-.446-.448-.431-.136.125-.13.306-.085.472a.282.282 0 0 1-.197-.414c.096-.032.192-.06.29-.084a7.562 7.562 0 0 1-.267-.086c-.013-.182.15-.306.271-.416z"/><path fill="#592f03" d="M16.249 15.269c.077.033.155.076.24.084.495.014.991-.031 1.486-.032l.019.075c-.205.038-.416.067-.603.166.036.153.007.309-.017.461-.506.182-1.047.145-1.57.219.212-.117.46-.084.692-.107a3.52 3.52 0 0 0 .832-.161c.019-.157.035-.313.046-.47a3.26 3.26 0 0 1 .384-.116c-.41-.001-.821-.003-1.231.006a.321.321 0 0 1-.28-.125z"/><path fill="#4e2605" d="M13.331 15.295c.594.3.479 1.061.796 1.557.172-.211.465-.373.696-.144.116-.199.306-.381.546-.248-.006-.115-.009-.23-.019-.345.069.134.116.278.136.428.015.096-.025.186-.073.267-.067-.14-.135-.288-.273-.372-.214.161-.184.433-.225.668l-.077.009a1.71 1.71 0 0 0-.245-.5c-.248.113-.385.328-.422.596-.129-.168-.159-.383-.243-.573a2.536 2.536 0 0 1-.168-.641c-.027-.292-.286-.469-.43-.702z"/><path fill="#8b7643" d="M11.966 15.673c.451-.029.898-.114 1.351-.13-.003.054-.029.081-.079.083-.424.046-.848.093-1.274.108l.002-.061z"/></symbol><symbol viewBox="0 0 24 24" id="warning--koala-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.705 0h.571c.277.134.536.307.755.526 3.256 3.265 6.52 6.522 9.779 9.784.43.438.925.836 1.19 1.404v.55a2.53 2.53 0 0 1-.479.697c-3.305 3.295-6.601 6.6-9.902 9.899-.42.409-.797.887-1.338 1.141h-.54a2.408 2.408 0 0 1-.703-.475c-3.296-3.305-6.6-6.602-9.899-9.902-.407-.416-.877-.793-1.139-1.326v-.576c.252-.578.757-.974 1.186-1.415 3.262-3.26 6.523-6.52 9.781-9.784a3.01 3.01 0 0 1 .738-.522m-.023.306c-.34.146-.575.448-.836.698C7.43 4.431 4.002 7.846.586 11.271c-.406.353-.455 1.016-.049 1.388 3.576 3.586 7.163 7.162 10.74 10.746.348.414 1.014.462 1.385.052 3.601-3.595 7.2-7.195 10.796-10.796.407-.371.359-1.034-.046-1.387C19.873 7.729 16.327 4.192 12.79.647c-.275-.296-.707-.514-1.108-.34z"/><path d="M11.682.307c.401-.174.833.043 1.108.34 3.538 3.545 7.084 7.082 10.622 10.627.404.353.452 1.016.046 1.387a9989.802 9989.802 0 0 1-10.796 10.796c-.371.41-1.037.362-1.385-.052C7.7 19.821 4.113 16.245.537 12.659c-.406-.372-.356-1.036.049-1.388 3.416-3.425 6.844-6.84 10.26-10.266.262-.251.497-.552.836-.698m.119.457C8.163 4.276 4.636 7.918 1.035 11.474c-.253.2-.463.594-.17.857 3.571 3.592 7.163 7.163 10.739 10.75a.503.503 0 0 0 .792-.001c3.56-3.563 7.123-7.123 10.684-10.686a.506.506 0 0 0 .004-.791c-3.512-3.529-7.043-7.04-10.556-10.567-.184-.19-.444-.42-.725-.271z"/><path d="M15.272 5.408c.433.034.901.088 1.238.394.404.28.413.834.752 1.169.468.517.998 1.037 1.106 1.763-.688.232-.77 1.229-.175 1.609-.311-.468-.491-1.307.241-1.474.169.222.428.422.434.725.097.533-.5.719-.775 1.061a4.363 4.363 0 0 0-1.152-.047c.342.047.686.07 1.03.107-.215.184-.433.362-.635.559-.562.164-1.144.304-1.73.209l-.433-.403c-.06.444-.338.959-.857.914.167.138.335.275.504.41.115.346.274.682.304 1.051.235.116.472.23.706.348-.023.062-.068.186-.092.247.32.276.632.564.895.896.464-.212 1.048-.55 1.446-.04-.479.088-.954.2-1.442.204.576.376 1.644-.089 1.772.824-.371-.362-.868.284-1.128-.343a48.023 48.023 0 0 0-.655-.046c.256.152.654.197.708.553l-.259.023c.029.254-.002.511-.161.722l-.078-.396-.284.217a16.262 16.262 0 0 1-.02-.826c-.158.181-.325.356-.485.538-.127.007-.256.014-.383.023.073-.215.155-.427.241-.636-.232.037-.463.149-.7.116-.606-.494-1.426-.607-2.036-1.098-.269-.23-.463-.553-.805-.69-.149-.494-.31-.988-.406-1.496-.15-.743.454-1.484.097-2.207-.019.742-.257 1.45-.28 2.19-.617.5-1.498.076-2.208.322a4.59 4.59 0 0 1-2.456-.779c.425.368.085.692-.323.839-.002.331.013.69-.164.985-.418.356-.985.36-1.502.406.264.017.528.018.793.02a2.289 2.289 0 0 1-.442 1.134l-.248-.342c-.15.187-.292.38-.431.576-.061-.205-.122-.41-.179-.616l-.186.264c-.119-.509.258-.87.605-1.17-.236-.31-.542-.614-.581-1.021.142-.649.772-1.162.634-1.873l.175-.266c-.164-1.291.443-2.512 1.255-3.462.902-.307 1.589-1.135 2.606-1.091 1.153.352 2.378.594 3.578.854a7.06 7.06 0 0 1-.235.83c.142.142.061.326.028.493l.217.019-.125.3.307-.058-.15.53.341-.263-.005.487.236-.095.072.367.362-.384.056.384c.157-.194.314-.388.476-.578-.037.235-.077.469-.119.704l.224-.222.114.491a1.93 1.93 0 0 0 .377-1.147c-.103.251-.205.503-.317.75-.059-.322-.091-.653-.222-.955-.137.162-.272.324-.403.491a54.293 54.293 0 0 0-.078-.392l-.224.341-.218-.277c-.084-.397-.41-.93.084-1.192.462-.47 1.103-.167 1.643-.067.149-.371-.319-.473-.581-.534-.726-.223-1.235.476-1.799.796.092-.283.163-.574.181-.872.637-.673 1.768-.482 2.48-.052.383.644-.244 1.136-.776 1.382.535-.037 1.134-.322 1.056-.953.12-.808-.888-.859-1.441-.96.509-.287.983-.686 1.008-1.318m-9.172 5.227c.091.473.311.961.725 1.231-.203-.43-.496-.814-.725-1.231z"/><path d="M10.698 12.966c.4-.05.799-.109 1.182-.236.094.346.221.688.24 1.049-.359.174-.731.324-1.074.53l-.244-.236c-.132.157-.262.317-.392.475-.024-.472.371-.696.743-.862-.216-.196-.348-.455-.455-.72z"/><path fill="#fee011" d="M11.801.764c.281-.149.541.082.725.271 3.514 3.527 7.044 7.038 10.556 10.567a.506.506 0 0 1-.004.791c-3.56 3.563-7.123 7.123-10.684 10.686a.503.503 0 0 1-.792.001C8.026 19.493 4.434 15.922.863 12.33c-.293-.263-.083-.656.17-.857C4.634 7.917 8.161 4.275 11.799.763m3.473 4.645c-.025.631-.499 1.031-1.008 1.318.553.101 1.561.152 1.441.96.078.631-.521.916-1.056.953.533-.246 1.159-.738.776-1.382-.713-.431-1.843-.622-2.48.052a3.506 3.506 0 0 1-.181.872c.564-.319 1.073-1.019 1.799-.796.262.061.73.163.581.534-.54-.1-1.181-.403-1.643.067-.494.262-.168.794-.084 1.192l.218.277.224-.341.078.392c.131-.167.266-.329.403-.491.131.302.163.634.222.955.112-.247.214-.499.317-.75a1.927 1.927 0 0 1-.377 1.147l-.114-.491-.224.222c.042-.235.082-.469.119-.704-.162.191-.319.384-.476.578l-.056-.384-.362.384-.072-.367-.236.095.005-.487-.341.263.15-.53-.307.058.125-.3-.217-.019c.034-.167.114-.352-.028-.493.095-.272.174-.55.235-.83-1.2-.26-2.425-.503-3.578-.854-1.018-.044-1.704.784-2.606 1.091-.812.95-1.42 2.171-1.255 3.462l-.175.266c.138.712-.492 1.224-.634 1.873.038.407.344.712.581 1.021-.347.3-.724.661-.605 1.17l.186-.264c.056.205.118.41.179.616.139-.196.281-.389.431-.576.083.113.166.227.248.342.247-.335.398-.72.442-1.134a14.963 14.963 0 0 1-.793-.02c.517-.046 1.085-.049 1.502-.406.178-.295.162-.654.164-.985.408-.146.748-.47.323-.839.724.48 1.584.768 2.456.779.71-.246 1.591.179 2.208-.322.023-.74.26-1.448.28-2.19.356.722-.247 1.464-.097 2.207.096.509.257 1.002.406 1.496.342.137.536.46.805.69.611.491 1.43.604 2.036 1.098.236.032.468-.079.7-.116-.086.209-.168.421-.241.636l.383-.023c.16-.181.326-.356.485-.538-.001.275.008.551.02.826.071-.054.214-.162.284-.217l.078.396c.158-.211.19-.468.161-.722l.259-.023c-.054-.356-.452-.401-.708-.553.218.013.437.029.655.046.26.628.757-.019 1.128.343-.128-.913-1.196-.449-1.772-.824.488-.004.964-.116 1.442-.204-.398-.51-.982-.173-1.446.04a6.706 6.706 0 0 0-.895-.896c.024-.061.07-.185.092-.247-.234-.118-.47-.232-.706-.348-.03-.37-.188-.706-.304-1.051a50.01 50.01 0 0 1-.504-.41c.518.044.797-.47.857-.914l.433.403c.587.095 1.169-.044 1.73-.209.202-.197.42-.376.635-.559-.343-.037-.688-.06-1.03-.107.384-.044.77-.011 1.152.047.275-.342.872-.528.775-1.061-.006-.302-.265-.503-.434-.725-.732.167-.552 1.006-.241 1.474-.595-.38-.512-1.378.175-1.609-.108-.726-.638-1.246-1.106-1.763-.34-.335-.348-.889-.752-1.169-.337-.306-.805-.36-1.238-.394m-4.576 7.554c.107.265.239.524.455.72-.372.166-.767.39-.743.862.131-.158.26-.318.392-.475.06.059.182.178.244.236.343-.206.715-.356 1.074-.53-.019-.361-.146-.703-.24-1.049-.383.127-.782.186-1.182.236z"/><path fill="#fee011" d="M6.098 10.631c.229.418.522.802.725 1.231-.414-.27-.634-.758-.725-1.231z"/></symbol><symbol viewBox="0 0 24 24" id="warning--koala-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.769 0h.464c2.93 2.85 5.82 5.74 8.721 8.62.919.924 1.855 1.833 2.751 2.78.146.185.421.391.29.656-.2.413-.579.698-.879 1.034a1487.702 1487.702 0 0 1-9.452 9.516c-.495.479-.957 1.002-1.527 1.393h-.052c-.404-.148-.69-.488-.999-.771A1365.46 1365.46 0 0 1 .845 13.046c-.297-.316-.621-.618-.845-.993v-.016c.177-.466.585-.784.908-1.146 2.644-2.694 5.313-5.363 7.974-8.04.958-.955 1.905-1.922 2.887-2.852m-.06.488a1 1 0 0 0-.185.14c-.962.952-1.895 1.931-2.854 2.886C6.079 6.094 3.521 8.707.936 11.294c-.155.164-.349.307-.434.524a.608.608 0 0 0 .181.644c1.888 1.87 3.753 3.761 5.654 5.618 1.729 1.709 3.442 3.435 5.17 5.145.153.145.326.317.555.3.23.023.414-.14.562-.294 2.566-2.593 5.135-5.181 7.711-7.763 1.011-1.041 2.039-2.066 3.063-3.094.241-.221.248-.656.002-.876-1.779-1.77-3.547-3.551-5.343-5.305-1.873-1.857-3.725-3.734-5.613-5.576-.177-.211-.495-.242-.734-.131z"/><path fill="#030303" d="M11.79 6.806c.38-.138.784.009 1.138.156.51.313 1.154-.047 1.679.231.434.238.514.812.392 1.249-.124.307-.474.395-.752.504-.012.416.064.857-.107 1.251-.167.33-.534.463-.81.677.002.1.002.2.002.3.462.034.954-.042 1.31-.361.311-.256.611-.527.878-.829.189-.228.517-.242.791-.228.225.023.311.28.306.475-.005.185.003.405-.146.539-.525.529-1.046 1.07-1.649 1.512-.527.341-1.115.57-1.695.802-.042.195-.06.4-.03.599.135.121.301.203.44.319.248.194.376.495.483.782.437.011.874.01 1.311 0 .203.222.17.576.213.86-.71.376-1.414.763-2.121 1.145-.152.076-.306.212-.487.161-.101-.049-.186-.122-.287-.17-.206-.03-.386.107-.577.16-.67.225-1.375.446-2.089.369-.587-.168-1.191-.386-1.638-.82-.509-.535-.748-1.261-.878-1.973-.101-.529-.012-1.079.19-1.574.441-1.079 1.261-1.945 2.108-2.722.091-.103.281-.164.278-.316-.497-.207-1.011-.513-1.218-1.038-.218-.592.042-1.389.669-1.608.48-.138.976-.009 1.447.095.253-.224.542-.409.85-.547m1.452 1.888c-.019.34.478.495.675.235.183-.197.079-.51-.139-.636l-.313.001c-.121.1-.253.226-.223.4m-1.697-.297c-.358.146-.419.697-.105.917.302.263.85.035.854-.371.07-.388-.4-.738-.749-.547m1.255.586c-.406.289-.417.985-.054 1.314.101.113.267.092.402.073.395-.233.451-.803.242-1.178-.104-.206-.379-.356-.59-.208z"/><path fill="#f9e825" d="M11.709.487c.239-.111.557-.08.734.131 1.888 1.842 3.74 3.719 5.613 5.576 1.796 1.753 3.564 3.535 5.343 5.305.247.219.239.655-.002.876-1.024 1.028-2.052 2.053-3.063 3.094-2.576 2.582-5.146 5.17-7.711 7.763-.148.154-.331.317-.562.294-.229.017-.402-.155-.555-.3-1.728-1.71-3.441-3.436-5.17-5.145-1.901-1.856-3.766-3.748-5.654-5.618a.608.608 0 0 1-.181-.644c.086-.217.279-.36.434-.524 2.585-2.587 5.144-5.2 7.734-7.781.959-.955 1.893-1.935 2.854-2.886.057-.052.117-.101.185-.14m.082 6.318a3.41 3.41 0 0 0-.85.547c-.471-.104-.967-.233-1.447-.095-.628.22-.887 1.017-.669 1.608.207.525.722.831 1.218 1.038.003.152-.187.213-.278.316-.848.776-1.668 1.642-2.108 2.722-.203.494-.292 1.044-.19 1.574.13.712.37 1.438.878 1.973.447.434 1.051.651 1.638.82.715.077 1.419-.143 2.089-.369.192-.053.371-.191.577-.16.1.048.186.121.287.17.181.051.335-.085.487-.161.707-.382 1.41-.769 2.121-1.145-.043-.284-.011-.638-.213-.86-.437.01-.875.011-1.311 0-.106-.288-.235-.588-.483-.782-.139-.116-.305-.198-.44-.319a1.677 1.677 0 0 1 .03-.599c.58-.233 1.168-.461 1.695-.802.603-.442 1.124-.983 1.649-1.512.149-.135.141-.355.146-.539.005-.195-.081-.452-.306-.475-.273-.013-.601.001-.791.228a7.566 7.566 0 0 1-.878.829c-.356.319-.849.395-1.31.361 0-.1 0-.2-.002-.3.277-.215.643-.347.81-.677.171-.394.094-.835.107-1.251.278-.109.629-.198.752-.504.122-.437.042-1.011-.392-1.249-.525-.277-1.169.082-1.679-.231-.354-.147-.757-.294-1.138-.156z"/><path fill="#ffff03" d="M13.243 8.694c-.03-.173.102-.3.223-.4l.313-.001c.218.126.322.438.139.636-.198.26-.695.105-.675-.235zM11.546 8.397c.349-.191.819.158.749.547-.004.405-.552.634-.854.371-.314-.22-.253-.771.105-.917zM12.801 8.982c.211-.148.487.002.59.208.209.375.153.945-.242 1.178-.135.02-.301.04-.402-.073-.363-.329-.352-1.025.054-1.314z"/></symbol><symbol viewBox="0 0 24 24" id="warning--koala-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#040404" d="M11.556 0h.988c.454.388.887.8 1.315 1.216 2.947 2.957 5.892 5.92 8.858 8.858.487.533 1.087.991 1.414 1.647v.501c-.34.553-.852.969-1.285 1.445-3.429 3.47-6.834 6.965-10.363 10.334h-.76c-.251-.095-.452-.275-.637-.464A668.997 668.997 0 0 1 .43 12.883c-.171-.17-.337-.353-.43-.58v-.807c.652-.688 1.298-1.382 1.971-2.049 2.977-2.99 5.958-5.976 8.982-8.919.191-.186.383-.375.603-.528m-.018.521C7.907 4.148 4.28 7.778.65 11.406c-.334.271-.318.844.007 1.118 3.607 3.605 7.213 7.212 10.82 10.819.265.309.797.329 1.077.031.847-.836 1.684-1.683 2.527-2.523.157-.15.29-.338.503-.414.084-.225.283-.369.449-.531 2.462-2.479 4.942-4.941 7.408-7.417.289-.26.315-.798.006-1.05C19.808 7.799 16.169 4.158 12.528.52c-.252-.287-.737-.283-.99.001z"/><path fill="#040404" d="M14.025 6.812c.211-.185.554-.104.702.125l-.001.359-.222.219-.352.005a8.952 8.952 0 0 0-.215-.171c.001-.178-.076-.406.089-.536zM10.925 6.951a4.94 4.94 0 0 0 .218-.163c.095-.001.19-.005.285-.01.203.133.347.327.288.582-.155.273-.612.326-.793.06-.031-.155-.012-.314.002-.47zM12.691 7.324c.517-.312 1.146.265 1.02.81-.046.408-.457.726-.865.618-.615-.155-.695-1.126-.155-1.429z"/><path fill="#f5d030" d="M11.538.521c.252-.283.738-.287.99-.001 3.641 3.638 7.28 7.279 10.919 10.919.309.252.283.79-.006 1.05-2.466 2.476-4.946 4.938-7.408 7.417-.166.162-.365.306-.449.531-.212.076-.346.264-.503.414-.843.84-1.681 1.687-2.527 2.523-.28.297-.812.277-1.077-.031C7.87 19.736 4.265 16.129.657 12.524c-.325-.274-.341-.847-.007-1.118C4.28 7.778 7.907 4.148 11.538.521m3.875 4.9c-.299-.183-.624-.34-.986-.276-.308-.043-.585.369-.87.119-.835-.609-2.018-.406-2.731.296-.616-.083-1.26-.281-1.881-.077-1.165.403-1.575 2.226-.58 3.007.297.248.694.283 1.041.418-1.362 1.327-2.647 2.889-3.046 4.796a7.348 7.348 0 0 0-.004 1.576c.393 1.9 2.427 3.214 4.314 2.984l.028-.232c.308-.024.657.079.93-.11.239-.14.46-.308.693-.457.304.197.687.376 1.046.207.814-.33 1.775-.506 2.353-1.228.22-.399.428-.868.307-1.332-.452-.018-.902.033-1.351.07-.321-.586-.709-1.149-1.277-1.523.089-.22.016-.499.158-.69 1.758-.414 3.018-1.822 4.17-3.115.022-.435.035-1.068-.477-1.232-.203.026-.386.134-.582.188-.34.093-.435.475-.668.698-.536.553-1.275.978-2.065.957.01-.216-.069-.513.195-.606.713-.395.872-1.261.93-1.999.635-.327.935-1.132.693-1.801-.302-.535.303-1.001.29-1.548l-.19-.106c-.17.324-.188.758-.439 1.014zM13.859 1.216c2.985 2.92 5.923 5.888 8.858 8.858-2.966-2.938-5.911-5.901-8.858-8.858z"/><path fill="#050505" d="M15.413 5.421c.251-.256.27-.69.439-1.014l.19.106c.013.546-.592 1.012-.29 1.548.242.668-.058 1.473-.693 1.801-.058.738-.218 1.604-.93 1.999-.264.093-.185.39-.195.606.79.021 1.529-.405 2.065-.957.232-.223.328-.605.668-.698.197-.053.38-.161.582-.188.513.165.499.797.477 1.232-1.153 1.292-2.412 2.7-4.17 3.115-.142.191-.069.47-.158.69.568.374.956.936 1.277 1.523.449-.036.898-.087 1.351-.07.121.464-.087.932-.307 1.332-.578.723-1.538.898-2.353 1.228-.359.17-.742-.009-1.046-.207-.233.15-.454.317-.693.457-.273.188-.622.085-.93.11l-.028.232c-1.887.23-3.921-1.085-4.314-2.984a7.348 7.348 0 0 1 .004-1.576c.399-1.907 1.684-3.47 3.046-4.796-.347-.135-.744-.17-1.041-.418-.995-.781-.584-2.605.58-3.007.62-.204 1.264-.006 1.881.077.713-.702 1.896-.904 2.731-.296.285.25.563-.162.87-.119.363-.064.687.093.986.276m-4.52.584c-.447.002-.856-.282-1.318-.207-1.09-.092-1.754 1.372-1.105 2.194.409.466 1.082.498 1.658.504l.019.319c-1.35 1.153-2.585 2.541-3.197 4.233-.258.69-.281 1.44-.196 2.165.318 1.528 1.831 2.597 3.346 2.668.781.062 1.537-.335 2.079-.873.099-.001.199-.002.298-.001.218.353.702.349 1.033.17.653-.229 1.403-.38 1.865-.941.184-.182.099-.475.288-.656-.39-.138-.837.056-1.253-.009-.346-.587-.626-1.37-1.357-1.562-.597-.065-1.199.036-1.777.185-.18.043-.241-.171-.232-.308.596-.302 1.298-.29 1.953-.296a2.04 2.04 0 0 0 .088-.635c-.382-.02-.784-.031-1.129-.216.005-.118-.024-.357.166-.323.677.14 1.428.256 2.073-.069 1.286-.561 2.195-1.668 3.153-2.643-.01-.183.054-.401-.064-.557-.196-.047-.379.111-.582.066-.725 1.218-2.277 1.99-3.669 1.565-.153-.157-.06-.34.134-.39l.219.072a.26.26 0 0 0 .169-.275c-.422-.033-.865.094-1.271-.052.004-.071.005-.142.002-.212.045-.039.089-.079.131-.121.54.033 1.115-.007 1.561-.348.544-.393.681-1.113.622-1.744a2.3 2.3 0 0 1 .338-.249c.548-.336.604-1.172.246-1.659-.391-.433-1.022-.251-1.415.077-.418-.264-.845-.608-1.375-.551-.594-.058-1.064.35-1.502.68z"/><path fill="#fefefe" d="M10.892 6.007c.437-.33.908-.738 1.502-.68.53-.057.957.287 1.375.551.393-.328 1.024-.51 1.415-.077.358.487.302 1.323-.246 1.659a2.3 2.3 0 0 0-.338.249c.06.631-.077 1.351-.622 1.744-.445.342-1.021.381-1.561.348a2.469 2.469 0 0 1-.131.121c.003.071.002.142-.002.212.407.147.849.02 1.271.052.01.132-.051.224-.169.275a56.72 56.72 0 0 1-.219-.072c-.195.05-.287.233-.134.39 1.391.424 2.944-.348 3.669-1.565.203.045.386-.113.582-.066.119.157.054.374.064.557-.959.975-1.868 2.083-3.153 2.643-.645.325-1.396.209-2.073.069-.19-.033-.161.205-.166.323.345.184.746.196 1.129.216a2.01 2.01 0 0 1-.088.635c-.656.006-1.357-.006-1.953.296-.009.137.052.351.232.308.578-.149 1.18-.25 1.777-.185.73.192 1.011.975 1.357 1.562.416.065.863-.129 1.253.009-.189.181-.104.474-.288.656-.462.561-1.212.712-1.865.941-.332.179-.816.183-1.033-.17-.1-.001-.199 0-.298.001-.542.538-1.298.936-2.079.873-1.515-.071-3.028-1.14-3.346-2.668-.085-.725-.062-1.474.196-2.165.612-1.692 1.847-3.08 3.197-4.233l-.019-.319c-.576-.006-1.25-.039-1.658-.504-.649-.822.015-2.286 1.105-2.194.462-.075.871.209 1.318.207m3.132.806c-.165.13-.087.358-.089.536.072.056.145.113.215.171l.352-.005.222-.219.001-.359c-.148-.229-.491-.31-.702-.125m-3.099.14c-.014.156-.033.315-.002.47.181.266.638.212.793-.06.059-.256-.085-.449-.288-.582-.095.005-.19.009-.285.01a4.94 4.94 0 0 1-.218.163m1.766.372c-.54.303-.46 1.273.155 1.429.408.108.819-.21.865-.618.125-.546-.503-1.123-1.02-.81z"/></symbol><symbol viewBox="0 0 27 24" id="warning--lane-closed-in-dual-lanes-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.093 1.525c.795-1.552 3.391-1.623 4.213-.052 3.534 5.52 6.76 11.231 10.083 16.878.498.864 1.054 1.72 1.262 2.711v.713c-.197 1.079-1.176 1.839-2.192 2.078H2.046c-.857-.196-1.658-.776-2.045-1.581v-1.839c.317-.764.764-1.462 1.169-2.181 3.26-5.604 6.564-11.183 9.924-16.726m1.904 1.756C9.469 9.278 5.922 15.261 2.411 21.267c7.227.006 14.453.006 21.679 0A4514.89 4514.89 0 0 0 13.315 2.98c-.194-.066-.222.194-.318.302z"/><path fill="#c0111e" d="M9.925 12.325c1.132-.006 2.265-.007 3.395 0 .004.311.004.621.001.932-1.132.009-2.265.007-3.397 0a36.194 36.194 0 0 1 0-.932z"/><path fill="#fff" d="M12.998 3.282c.096-.107.124-.368.318-.302a4514.89 4514.89 0 0 1 10.775 18.287c-7.227.006-14.453.006-21.679 0 3.51-6.006 7.057-11.99 10.587-17.985m2.212 6.231c-.679.727-1.667 1.353-1.306 2.507.206-.112.412-.224.617-.339-.009 2.889-.006 5.778-.003 8.667.481.006.963.006 1.444 0 .004-2.887.007-5.775-.001-8.664.205.113.409.224.614.334.346-1.15-.617-1.836-1.365-2.506m-5.286 2.813c-.004.311-.004.621 0 .932 1.132.007 2.265.009 3.397 0 .003-.311.003-.621-.001-.932a295.542 295.542 0 0 0-3.395 0m.828 1.371c-.001 2.217-.003 4.436.001 6.654.579.004 1.157.004 1.736 0 .004-2.217.003-4.435 0-6.654a83.812 83.812 0 0 0-1.737 0z"/><path fill="#030303" d="M15.211 9.513c.748.67 1.711 1.356 1.365 2.506-.205-.11-.409-.221-.614-.334.009 2.889.006 5.776.001 8.664-.481.006-.963.006-1.444 0-.003-2.889-.006-5.778.003-8.667-.205.115-.411.227-.617.339-.361-1.154.627-1.78 1.306-2.507zM10.754 13.696c.58-.006 1.159-.006 1.737 0 .003 2.219.004 4.436 0 6.654-.579.004-1.157.004-1.736 0-.004-2.217-.003-4.436-.001-6.654z"/></symbol><symbol viewBox="0 0 24 24" id="warning--lane-closed-in-dual-lanes-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#030304" d="M11.744 0h.108c1.096.864 2.06 1.879 3.068 2.841 2.959 2.986 6.042 5.862 8.808 9.029v.119c-.847 1.068-1.835 2.014-2.774 2.998-2.727 2.743-5.424 5.519-8.243 8.167-.38.389-.991.86-1.46.313-2.826-2.548-5.443-5.321-8.142-8C2.061 14.375.963 13.325 0 12.156v-.424A166.005 166.005 0 0 1 11.744 0m-.193.56C7.876 4.163 4.264 7.832.611 11.459c-.249.187-.396.556-.104.784 3.604 3.626 7.241 7.223 10.852 10.843.18.254.59.309.795.053 3.616-3.618 7.239-7.227 10.857-10.843.264-.201.297-.545.024-.757C19.449 7.94 15.847 4.355 12.254.762 12.082.58 11.79.34 11.552.56z"/><path fill="#ffdb03" d="M11.551.56c.239-.22.53.02.702.202 3.593 3.593 7.195 7.178 10.781 10.777.273.212.24.556-.024.757-3.618 3.616-7.241 7.226-10.857 10.843-.205.256-.614.201-.795-.053-3.611-3.62-7.247-7.218-10.852-10.843-.292-.228-.145-.597.104-.784C4.263 7.832 7.875 4.163 11.55.56m1.049 8.541c-.235.48.469.336.729.358.015 2.26.003 4.521.005 6.781.395.012.789.011 1.184.007.047-2.254.014-4.51.018-6.765.277-.107.797.149.842-.263-.427-.632-.852-1.371-1.412-1.851-.559.411-.926 1.162-1.367 1.733M7.832 7.959c-.014.548-.054 1.098.022 1.643.335.001.67.007 1.005.003.004 2.212.001 4.423.001 6.635.395.012.789.012 1.185.005.043-2.212.015-4.426.014-6.64.339.007.677-.003 1.014-.015-.054-.534.115-1.15-.084-1.634a65.151 65.151 0 0 0-3.157.003z"/><path fill="#030303" d="M12.599 9.101c.441-.571.808-1.322 1.367-1.733.56.48.984 1.219 1.412 1.851-.045.412-.565.156-.842.263-.004 2.255.03 4.511-.018 6.765a29.21 29.21 0 0 1-1.184-.007c-.003-2.26.009-4.521-.005-6.781-.26-.022-.964.122-.729-.358zM8.858 9.605c.4-.004.8-.004 1.2 0 .001 2.214.03 4.428-.014 6.64-.396.007-.79.007-1.185-.005 0-2.212.003-4.423-.001-6.635z"/><path fill="#c0111e" d="M7.832 7.959a65.151 65.151 0 0 1 3.157-.003c.199.484.03 1.1.084 1.634-.338.012-.675.022-1.014.015-.4-.004-.8-.004-1.2 0-.335.004-.67-.001-1.005-.003-.076-.545-.035-1.096-.022-1.643z"/></symbol><symbol viewBox="0 0 27 24" id="warning--lane-closed-in-dual-lanes-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M12.811 0h1.848a3.583 3.583 0 0 1 1.538 1.46c3.707 6.089 7.274 12.263 10.907 18.394.261.427.296.936.368 1.419v.773c-.273.934-1.102 1.532-1.926 1.955H1.922C1.105 23.58.298 22.99.001 22.078v-.78c.071-.491.101-1.01.367-1.443C4.024 13.692 7.604 7.482 11.337 1.366c.332-.604.878-1.038 1.475-1.365m.793 2.702C9.942 8.914 6.263 15.118 2.63 21.348c7.404.009 14.809.009 22.214 0-3.612-6.193-7.275-12.358-10.909-18.539-.036-.14-.251-.329-.331-.106z"/><path fill="#c0111e" d="M13.663 12.181c1.161-.005 2.322-.003 3.484-.001v.961c-1.162.003-2.323.003-3.484 0v-.96z"/><path fill="#fff" d="M13.605 2.703c.08-.223.294-.035.331.106 3.633 6.181 7.297 12.346 10.909 18.539-7.405.009-14.811.009-22.214 0C6.264 15.119 9.943 8.915 13.606 2.703m-3.281 9.17c.21-.118.423-.231.632-.349-.011 2.962-.003 5.923-.003 8.886h1.484c-.001-2.963.008-5.926-.005-8.889.21.119.423.234.634.352.341-1.149-.587-1.842-1.327-2.524-.808.562-1.749 1.386-1.416 2.524m3.339.308v.96c1.161.003 2.322.003 3.484 0v-.961c-1.162-.001-2.323-.003-3.484.001m.849 1.405c.002 2.275 0 4.549.002 6.824.595.002 1.189.002 1.784.002v-6.826c-.595-.002-1.191-.002-1.786 0z"/><path fill="#030303" d="M10.325 11.873c-.334-1.138.608-1.962 1.416-2.524.74.682 1.668 1.375 1.327 2.524-.211-.118-.424-.232-.634-.352.012 2.963.003 5.926.005 8.889-.495.002-.99.002-1.484 0 0-2.963-.008-5.925.003-8.886-.21.118-.423.231-.632.349zM14.512 13.586c.595-.002 1.191-.002 1.786 0v6.826c-.595 0-1.189 0-1.784-.002-.002-2.275 0-4.549-.002-6.824z"/></symbol><symbol viewBox="0 0 24 24" id="warning--lane-closed-in-dual-lanes-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M8.482 2.892c.998-.972 1.976-1.98 3.109-2.8 1.135.818 2.111 1.827 3.109 2.8 2.716 2.692 5.426 5.392 8.067 8.157.284.285.524.607.732.95-.44.772-1.132 1.351-1.726 1.999-3.164 3.2-6.334 6.397-9.601 9.492-.211.172-.464.536-.75.27-1.256-.855-2.255-2.02-3.352-3.059-2.708-2.73-5.476-5.407-8.07-8.247v-.94C2.738 8.555 5.626 5.735 8.482 2.89M11.2.704C7.599 4.284 4.018 7.884.416 11.464c-.164.151-.267.35-.378.541 3.593 3.791 7.392 7.399 11.055 11.13.192.274.616.445.867.146 3.641-3.631 7.285-7.261 10.921-10.898.269-.199.312-.589.02-.79-3.633-3.637-7.27-7.271-10.91-10.901-.199-.286-.592-.26-.792.011z"/><path fill="#030303" d="M7.992 9.266c.417-.678.9-1.323 1.417-1.928a12.86 12.86 0 0 1 1.433 1.931c-.016.409-.532.175-.794.244-.012 2.275.001 4.549-.007 6.824a32.43 32.43 0 0 1-1.208-.001c-.005-2.273.001-4.546-.003-6.82-.277-.071-.813.164-.839-.25zM13.336 9.66c.402-.004.805-.005 1.207-.001.001 2.225.003 4.452-.001 6.678a32.43 32.43 0 0 1-1.208-.001c-.001-2.225-.005-4.451.003-6.675z"/><path fill="#ffdb03" d="M11.2.704c.2-.271.593-.297.792-.011 3.641 3.63 7.278 7.264 10.91 10.901.292.2.248.59-.02.79-3.637 3.637-7.28 7.267-10.921 10.898-.251.299-.675.128-.867-.146-3.663-3.731-7.462-7.339-11.055-11.13.11-.191.214-.39.378-.541C4.018 7.884 7.599 4.284 11.201.705M7.992 9.266c.026.413.562.179.839.25.004 2.273-.003 4.546.003 6.82.402.008.806.008 1.208.001.008-2.275-.005-4.549.007-6.824.262-.07.777.165.794-.244-.42-.679-.892-1.34-1.433-1.931-.517.605-1 1.25-1.417 1.928m4.332.383c.337.008.674.015 1.012.011-.008 2.224-.004 4.45-.003 6.675.402.008.806.008 1.208.001.004-2.225.003-4.452.001-6.678.344.003.689 0 1.034-.004a19.93 19.93 0 0 0 .007-1.658c-1.073-.026-2.146.001-3.22-.016-.089.552-.035 1.113-.04 1.669z"/><path fill="#c0111e" d="M12.325 9.649c.004-.556-.049-1.117.04-1.669 1.073.018 2.146-.01 3.22.016.019.552.02 1.106-.007 1.658-.345.004-.69.007-1.034.004a60.704 60.704 0 0 0-1.207.001 28.43 28.43 0 0 1-1.012-.011z"/></symbol><symbol viewBox="0 0 27 24" id="warning--length-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.436 0h.509c.283.184.517.432.68.728 4.256 7.415 8.565 14.802 12.804 22.227v.507a7.69 7.69 0 0 1-.484.453c-7.015-.112-14.032-.016-21.047-.048-1.799.021-3.6-.052-5.398.049a6.765 6.765 0 0 1-.499-.473v-.427c4.162-7.37 8.463-14.663 12.661-22.014a3.82 3.82 0 0 1 .775-1.003M3.545 21.592c6.786.005 13.573.005 20.359.001-3.392-5.878-6.782-11.756-10.181-17.63-3.396 5.874-6.791 11.749-10.177 17.628z"/><path fill="#fff" d="M3.545 21.592c3.386-5.879 6.782-11.755 10.177-17.628 3.4 5.874 6.79 11.752 10.181 17.63-6.786.004-13.573.004-20.359-.001m5.432-8.248c-.062.967-.004 1.939-.025 2.909.24.001.479.004.717.008.159-.95 1.477-.95 1.639-.001 1.082-.011 2.164-.003 3.246-.005.001-.255.005-.512.008-.767.628-.053 1.448.003 1.598.763.056.005.166.018.221.025.166-.959 1.491-.972 1.655-.007.165-.01.329-.019.494-.027a4.686 4.686 0 0 0-.919-2.17c-.568-.086-1.147-.038-1.717 0-.016.418 0 .838-.063 1.253-.287-.698.176-1.603-.287-2.203-1.93-.118-3.878-.011-5.815-.052-.252.019-.683-.059-.753.274m1.34 2.425c-.64.211-.261 1.236.363.971.614-.221.24-1.211-.363-.971m4.813.034c-.609.272-.103 1.252.475.909.603-.274.092-1.255-.475-.909m1.904-.028c-.631.214-.251 1.225.366.967.627-.217.24-1.225-.366-.967m-7.516 2.068l-.004.64.385-.273c.004.885.001 1.769.001 2.654.192-.003.384-.003.575 0-.001-1.13.007-2.259-.004-3.387-.355.011-.672.159-.953.366m1.798-.325c0 .609-.005 1.219.008 1.828.351-.03.691-.123 1.033-.208.444.236.343 1.195-.254 1.218l-.302-.34-.577.025c.18.464.549.965 1.12.834 1.362-.18.996-2.829-.464-2.272.004-.17.01-.339.015-.507.402-.003.805.001 1.207-.003 0-.192 0-.383-.004-.573h-1.783m-4.264.212c-.004.967-.001 1.932-.003 2.899.635-.483 1.269-.967 1.902-1.451-.629-.487-1.26-.972-1.899-1.448m11.447 1.449c.636.483 1.27.967 1.904 1.452 0-.967.001-1.934-.001-2.901-.639.476-1.273.959-1.902 1.448M14.6 20.864h.573c.015-.544-.051-1.097.047-1.637.163-.267.536-.251.71-.004.095.54.029 1.094.044 1.64.192.003.384.003.576.001.007-.506-.032-1.013.022-1.518.034-.383.636-.433.75-.075.089.525.025 1.063.04 1.594.192-.001.384-.001.575.001-.027-.614.08-1.248-.071-1.849-.23-.619-1.029-.682-1.5-.3-.361-.27-.795-.328-1.195-.107a3.174 3.174 0 0 0-.562-.173c-.018.809-.007 1.618-.008 2.427z"/><path fill="#fff" d="M16.131 14.272c.468-.012.937-.012 1.406-.001.103.233.203.466.302.702a21.16 21.16 0 0 1-1.727.011c.001-.237.005-.475.019-.712z"/><path d="M8.976 13.345c.07-.333.501-.255.753-.274 1.936.041 3.885-.066 5.815.052.462.599 0 1.504.287 2.203.063-.416.047-.835.063-1.253.571-.038 1.149-.086 1.717 0 .475.624.811 1.382.919 2.17-.165.008-.329.018-.494.027-.165-.965-1.489-.952-1.655.007a14.908 14.908 0 0 0-.221-.025c-.149-.76-.97-.816-1.598-.763-.003.255-.007.512-.008.767-1.082.003-2.164-.005-3.246.005-.162-.949-1.48-.949-1.639.001a56.92 56.92 0 0 0-.717-.008c.021-.97-.037-1.942.025-2.909m7.154.927c-.014.237-.018.475-.019.712a21.16 21.16 0 0 0 1.727-.011 40.057 40.057 0 0 0-.302-.702 28.653 28.653 0 0 0-1.406.001z"/><path d="M10.315 15.77c.603-.24.978.75.363.971-.624.265-1.004-.76-.363-.971zM15.128 15.804c.566-.346 1.078.635.475.909-.577.343-1.083-.638-.475-.909zM17.032 15.776c.606-.258.993.75.366.967-.617.258-.997-.753-.366-.967zM9.516 17.844c.281-.207.598-.355.953-.366.011 1.129.003 2.257.004 3.387a18.37 18.37 0 0 0-.575 0c0-.885.003-1.769-.001-2.654l-.385.273.004-.64zM11.314 17.519h1.783c.004.191.004.381.004.573-.402.004-.805 0-1.207.003-.005.169-.011.337-.015.507 1.459-.557 1.825 2.093.464 2.272-.572.132-.941-.37-1.12-.834l.577-.025.302.34c.597-.023.698-.982.254-1.218-.341.085-.682.178-1.033.208-.014-.609-.008-1.219-.008-1.828zM7.049 17.733c.639.476 1.27.961 1.899 1.448-.634.484-1.267.968-1.902 1.451.001-.967-.001-1.932.003-2.899zM18.496 19.182c.629-.49 1.263-.972 1.902-1.448.003.967.001 1.934.001 2.901-.634-.485-1.267-.97-1.904-1.452zM14.6 20.864c.001-.809-.01-1.618.008-2.427.192.04.38.097.562.173.399-.221.834-.163 1.195.107.472-.381 1.27-.318 1.5.3.151.601.044 1.234.071 1.849a22.035 22.035 0 0 0-.575-.001c-.015-.531.049-1.068-.04-1.594-.114-.358-.716-.307-.75.075-.053.505-.015 1.012-.022 1.518-.192.001-.384.001-.576-.001-.015-.546.051-1.1-.044-1.64-.174-.247-.547-.263-.71.004-.097.54-.032 1.093-.047 1.637h-.573z"/><path fill="#120102" opacity=".08" d="M0 23.443c.16.163.322.326.499.473L.648 24h-.649v-.557z"/><path fill="#190102" opacity=".11" d="M26.944 23.915c.17-.141.328-.298.484-.453V24h-.616l.132-.085z"/><path fill="#c20813" opacity=".86" d="M.499 23.916c1.798-.101 3.599-.029 5.398-.049 7.015.032 14.032-.064 21.047.048l-.132.085H.648l-.149-.084z"/></symbol><symbol viewBox="0 0 24 24" id="warning--length-restriction--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.746 0h.509c.27.101.528.241.731.449 3.278 3.283 6.562 6.563 9.842 9.845.41.418.865.803 1.172 1.309v.83c-.458.665-1.104 1.169-1.651 1.756-3.31 3.257-6.517 6.624-9.89 9.811h-.844c-.43-.272-.763-.66-1.121-1.014-3.16-3.16-6.319-6.322-9.48-9.48C.646 13.132.22 12.788 0 12.298v-.53c.115-.269.268-.522.475-.73C3.996 7.517 7.518 3.996 11.036.473c.202-.204.45-.353.709-.473m.177.29c-.271.028-.481.22-.67.401C7.694 4.254 4.13 7.811.573 11.376c-.414.341-.359 1 .041 1.328 3.582 3.578 7.158 7.164 10.744 10.74.367.396 1.016.362 1.369-.035 3.581-3.582 7.165-7.16 10.742-10.746.389-.341.388-.989-.02-1.314C19.891 7.787 16.329 4.228 12.77.668c-.221-.226-.516-.431-.848-.378z"/><path fill="#fde012" d="M11.926.882c.212-.089.354.138.499.251 3.52 3.523 7.046 7.037 10.561 10.564.253.187.184.512-.053.674-3.55 3.535-7.082 7.086-10.63 10.622-.155.218-.443.18-.59-.024-3.56-3.564-7.129-7.121-10.684-10.69-.304-.234-.025-.569.186-.746C4.796 7.995 8.306 4.375 11.925.882M6.9 12.004c.26.002.521.004.781.004.09-.479.398-.96.923-1.015.617-.104 1.129.426 1.204 1.009 1.735.014 3.47.006 5.206.004.086-.556.535-1.081 1.14-1.021.556.024.9.522.992 1.025.271-.001.542-.004.814-.01l-.005-.425-.547-.012c.001-.478 0-.956-.005-1.434l-1.554-.001c-.175-.52-.344-1.04-.523-1.558l-1.58-.001c-.005-.352-.004-.703-.007-1.054-2.276-.01-4.552.02-6.828.012-.023 1.493-.004 2.986-.01 4.477m1.65-.819c-.715.11-.883 1.178-.278 1.537.493.374 1.276.001 1.332-.602.106-.574-.508-1.092-1.054-.935m7.321.004c-.674.113-.892 1.079-.346 1.48.48.449 1.351.097 1.41-.548.108-.577-.516-1.098-1.064-.931m-6.964 3.577l.305.18c-.006.702-.006 1.405-.001 2.108h.428c.002-.894.006-1.788-.002-2.681-.296.007-.584.116-.73.392m1.819-.308c-.697.442-.634 1.496-.365 2.171.38.797 1.672.443 1.643-.424.246-.812-.2-2.228-1.278-1.747m-3.795 1.273c.438.444.876.886 1.322 1.321l.001-1.08.437-.025-.004-.439-.432-.023c-.001-.359-.001-.716-.004-1.075-.444.438-.886.876-1.321 1.321m9.179-1.32c-.002.358-.001.715-.005 1.074-.154.007-.308.016-.462.025l-.002.434.467.028c.001.36 0 .719.002 1.079.446-.433.882-.878 1.321-1.319a86.594 86.594 0 0 0-1.321-1.321m-3.32.896c-.004.583-.004 1.166.001 1.748h.43c.086-.421-.216-1.08.233-1.326.575.109.221.913.317 1.326h.432c.079-.413-.256-1.334.404-1.314.328.347.118.884.175 1.314h.428c-.03-.503.108-1.06-.139-1.522-.232-.359-.695-.311-1.002-.086-.384-.259-.848-.151-1.279-.14z"/><path fill="#fde012" d="M13.742 10.16c-.004-.443-.004-.886.002-1.327.46-.002.919-.002 1.379.001.15.43.295.863.433 1.298-.605.01-1.21.024-1.814.028zM11.076 14.79c.87.084.77 2.14-.193 1.814-.386-.454-.466-1.568.193-1.814z"/><path d="M11.922.29c.332-.053.628.152.848.378 3.559 3.56 7.121 7.12 10.679 10.681.408.325.409.973.02 1.314-3.577 3.586-7.162 7.164-10.742 10.746-.353.397-1.002.431-1.369.035-3.586-3.576-7.162-7.162-10.744-10.74-.4-.329-.455-.988-.041-1.328C4.13 7.811 7.694 4.254 11.252.691c.188-.181.398-.373.67-.401m.004.592C8.307 4.375 4.797 7.996 1.216 11.533c-.211.178-.49.512-.186.746 3.554 3.569 7.123 7.126 10.684 10.69.148.204.436.242.59.024 3.547-3.536 7.08-7.087 10.63-10.622.236-.162.306-.487.053-.674-3.515-3.527-7.042-7.04-10.561-10.564-.145-.113-.287-.34-.499-.251z"/><path d="M6.9 12.004c.006-1.492-.013-2.984.01-4.477 2.276.008 4.552-.022 6.828-.012.004.35.002.702.007 1.054l1.58.001c.179.517.348 1.038.523 1.558l1.554.001c.005.478.006.956.005 1.434l.547.012.005.425a55.06 55.06 0 0 1-.814.01c-.092-.503-.437-1.001-.992-1.025-.605-.06-1.054.466-1.14 1.021-1.735.002-3.47.011-5.206-.004-.074-.583-.587-1.114-1.204-1.009-.524.055-.833.536-.923 1.015-.26 0-.521-.001-.781-.004m6.843-1.844c.605-.004 1.21-.018 1.814-.028a45.897 45.897 0 0 0-.433-1.298c-.46-.004-.919-.004-1.379-.001a58.69 58.69 0 0 0-.002 1.327z"/><path d="M8.551 11.185c.546-.157 1.159.361 1.054.935-.056.604-.839.977-1.332.602-.605-.359-.437-1.427.278-1.537zM15.872 11.189c.548-.167 1.172.354 1.064.931-.059.646-.93.997-1.41.548-.546-.401-.329-1.367.346-1.48zM8.908 14.767c.145-.276.433-.385.73-.392.008.893.005 1.787.002 2.681h-.428c-.005-.703-.005-1.406.001-2.108a24.273 24.273 0 0 0-.305-.18zM10.727 14.458c1.078-.481 1.524.935 1.278 1.747.029.866-1.262 1.22-1.643.424-.269-.674-.332-1.729.365-2.171m.349.332c-.659.246-.58 1.361-.193 1.814.964.325 1.063-1.73.193-1.814zM6.932 15.731c.436-.445.877-.883 1.321-1.321l.004 1.075.432.023.004.439-.437.025-.001 1.08c-.446-.436-.884-.877-1.322-1.321zM16.11 14.411c.444.437.887.875 1.321 1.321-.439.44-.875.886-1.321 1.319-.002-.36-.001-.719-.002-1.079l-.467-.028.002-.434c.154-.01.308-.018.462-.025.004-.359.002-.716.005-1.074zM12.79 15.307c.431-.011.895-.119 1.279.14.307-.224.77-.272 1.002.086.247.462.109 1.019.139 1.522h-.428c-.058-.43.152-.967-.175-1.314-.66-.02-.325.901-.404 1.314h-.432c-.096-.413.258-1.217-.317-1.326-.449.246-.146.905-.233 1.326h-.43c-.005-.582-.005-1.165-.001-1.748z"/></symbol><symbol viewBox="0 0 24 24" id="warning--light-rail-transit-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cacbcc" d="M0 0h23.9v.1H.001V0z"/><path fill="#44474d" d="M0 .1h.099c.002 7.933.002 15.866 0 23.799H0V.1z"/><path fill="#2b2e34" d="M.099.1h23.7v22.393c.006.465-.042.936.052 1.396-7.917.024-15.835.003-23.752.01C.101 15.966.101 8.033.099.1m7.634 2.714c.042.323-.124.746.126.999.312.166.47-.141.53-.399h2.423c-.003.336.16.62.432.809-1.072-.011-2.145-.005-3.217-.007-.93-.008-1.863.738-1.93 1.691-.257 1.978-.513 3.957-.763 5.937.033.854.19 1.699.259 2.551-.306.54-.127 1.182-.168 1.77.858.006 1.715-.005 2.573.007l-.194.315c-.272.004-.544.004-.815.011-.151.289-.298.58-.442.873l.791.001-.347.587-.783-.007a16.48 16.48 0 0 0-.48.923c.263.002.527.003.791.003-.136.235-.269.47-.405.704l-.783.002c-.216.352-.424.71-.629 1.069.275.007.549.01.823.014-.081.17-.162.339-.24.511.269.006.539.008.808.011.113-.176.226-.351.34-.525 3.615-.002 7.231 0 10.846-.001.309-.047.376.331.525.523l.852.001-.248-.522c.237-.003.474-.005.712-.01a14.64 14.64 0 0 0-.533-1.072h-.789a29.678 29.678 0 0 1-.391-.698c.26-.005.519-.007.779-.009l-.45-.911c-.285-.009-.57-.008-.856-.012l-.301-.581h.802a17.008 17.008 0 0 0-.52-.883l-.765-.002a54.577 54.577 0 0 1-.2-.313c.908-.019 1.817.001 2.724-.011-.043-.59.11-1.242-.218-1.774.062-.744.206-1.481.242-2.227a827 827 0 0 0-.82-6.297c-.082-.71-.539-1.448-1.261-1.633-1.299-.033-2.602-.009-3.902-.009.279-.186.46-.463.443-.808l2.543-.001c.017.139.035.277.054.416.676.193.572-.577.554-1.012-2.841-.01-5.682-.003-8.523-.003z"/><path fill="#2b2e34" d="M11.569 3.607c.282-.131.597-.149.819.106-.265.197-.652.235-.819-.106zM8.697 4.561c2.162-.013 4.325.003 6.487-.008.014.494.013.989.008 1.483-2.164.001-4.328.004-6.492-.001l-.003-1.474zM6.651 6.8c1.605-.133 3.209-.261 4.814-.386.003 1.456.003 2.911 0 4.366-1.758.002-3.517.003-5.275 0 .147-1.328.304-2.654.461-3.981zM12.441 6.427c1.648.111 3.296.214 4.944.326.154 1.341.279 2.685.421 4.028-1.787.003-3.576.002-5.364 0-.003-1.451-.002-2.902 0-4.354zM6.83 12.757c.28-.189.587.001.826.162.207-.144.448-.327.714-.208.457.145.501.853.062 1.048-.272.157-.555-.021-.78-.174-.218.128-.466.311-.729.193-.438-.139-.489-.801-.093-1.021zM15.237 13.158c.061-.551.763-.612 1.089-.249.34-.418 1.119-.242 1.092.348-.015.568-.745.695-1.092.319-.37.424-1.18.195-1.089-.419zM6.631 14.609c3.598-.008 7.195-.006 10.793-.001l-.004.384c-3.535.003-7.07.005-10.606-.001-.195.026-.118-.264-.183-.382zM8.853 16.166l6.215.001.207.321c-2.199.003-4.399.002-6.598.001.059-.108.117-.216.177-.323zM8.173 17.392c2.52-.003 5.04 0 7.56-.002l.329.595c-2.74.002-5.481.002-8.222 0 .11-.198.223-.396.333-.593zM7.366 18.905c3.061-.002 6.121-.001 9.182 0 .142.25.277.504.413.757-3.332-.001-6.665.007-9.997-.004.131-.253.266-.503.402-.753z"/><path fill="#a2a4a6" d="M23.799.1h.1V24l-.048-.11c-.094-.46-.046-.931-.052-1.396V.101z"/><path fill="#ffcf59" d="M7.733 2.814c2.841 0 5.682-.007 8.523.003.018.435.122 1.205-.554 1.012a29.575 29.575 0 0 1-.054-.416l-2.543.001c.017.345-.164.623-.443.808 1.3 0 2.603-.024 3.902.009.722.185 1.179.923 1.261 1.633.28 2.098.556 4.197.82 6.297-.036.746-.18 1.483-.242 2.227.328.532.175 1.184.218 1.774-.908.012-1.817-.008-2.724.011l.2.313.765.002c.185.287.353.584.52.883h-.802l.301.581c.285.004.57.003.856.012l.45.911c-.26.002-.519.004-.779.009.127.235.258.467.391.698h.789c.188.352.375.706.533 1.072-.238.005-.475.007-.712.01l.248.522-.852-.001c-.15-.192-.216-.57-.525-.523-3.615.001-7.231-.001-10.846.001-.114.174-.227.349-.34.525-.269-.003-.539-.005-.808-.011.078-.172.159-.341.24-.511-.274-.004-.548-.007-.823-.014.205-.36.413-.717.629-1.069l.783-.002c.136-.234.269-.469.405-.704-.264 0-.528-.001-.791-.003.149-.312.311-.62.48-.923l.783.007.347-.587-.791-.001c.144-.292.291-.583.442-.873.271-.007.543-.007.815-.011l.194-.315c-.858-.012-1.715-.001-2.573-.007.041-.588-.139-1.23.168-1.77-.069-.852-.226-1.697-.259-2.551.25-1.979.506-3.958.763-5.937.067-.953 1-1.699 1.93-1.691 1.072.002 2.145-.004 3.217.007a.959.959 0 0 1-.432-.809H8.39c-.06.258-.218.564-.53.399-.249-.253-.083-.676-.126-.999m3.835.794c.168.341.554.303.819.106-.222-.255-.537-.237-.819-.106m-2.872.954L8.7 6.035c2.164.005 4.328.002 6.492.001a38.59 38.59 0 0 0-.008-1.483c-2.162.011-4.325-.005-6.487.008M6.651 6.8c-.157 1.327-.314 2.653-.461 3.981 1.758.003 3.517.002 5.275 0 .003-1.455.003-2.91 0-4.366-1.605.125-3.209.253-4.814.386m5.79-.374c-.002 1.452-.003 2.903 0 4.354 1.788.002 3.577.003 5.364 0-.142-1.343-.267-2.687-.421-4.028-1.648-.112-3.296-.215-4.944-.326m-5.61 6.33c-.396.22-.344.883.093 1.021.263.119.511-.065.729-.193.225.153.508.33.78.174.439-.196.395-.904-.062-1.048-.266-.12-.507.064-.714.208-.239-.161-.546-.35-.826-.162m8.407.401c-.091.614.719.843 1.089.419.346.376 1.076.249 1.092-.319.027-.59-.751-.766-1.092-.348-.325-.363-1.027-.302-1.089.249m-8.606 1.45c.064.117-.012.408.183.382 3.536.006 7.071.004 10.606.001l.004-.384c-3.598-.005-7.195-.007-10.793.001m2.222 1.557l-.177.323c2.199.001 4.399.002 6.599-.001l-.207-.321-6.215-.001m-.68 1.226c-.11.198-.223.396-.333.593 2.741.002 5.482.002 8.222 0l-.329-.595c-2.52.002-5.04-.001-7.56.002m-.807 1.513c-.136.25-.271.5-.402.753 3.332.011 6.665.003 9.997.004-.136-.253-.271-.507-.413-.757-3.061-.001-6.122-.002-9.182 0z"/><path fill="#e5e5e6" d="M0 23.9h.099c7.917-.007 15.835.014 23.752-.01l.048.11h-23.9v-.1z"/></symbol><symbol viewBox="0 0 27 24" id="warning--limited-lighting-under-trees--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M13.174.23c.607-.295 1.347.076 1.627.656 4.039 7.008 8.096 14.006 12.131 21.015.533.747.001 1.728-.809 1.975-8.322-.063-16.65-.063-24.972 0-.657-.218-1.043-.82-1.066-1.499.179-.063.25-.195.21-.398 3.957-6.86 7.927-13.714 11.88-20.577.266-.434.477-.989 1-1.171m.373.373c-.356.025-.578.334-.742.615C8.986 7.85 5.153 14.475 1.33 21.105c-.244.443-.552.858-.713 1.34-.127.517.37 1.006.884.945h24.273c.655.093 1.159-.698.769-1.242-4.012-6.983-8.056-13.949-12.072-20.929-.177-.342-.5-.682-.922-.615z"/><path fill="#fff" d="M4.188 20.98c3.145-5.457 6.295-10.912 9.45-16.364a8887.823 8887.823 0 0 1 9.45 16.364c-6.3.004-12.6.004-18.9 0m9.218-10.39c-.522-.132-1.055.07-1.122.655-.395.194-.622.556-.529 1.004-.382.202-.625.552-.547 1a2.582 2.582 0 0 0-.341.717c.736.059 1.482-.05 2.212.065.55.458.164 1.319.277 1.945.25.025.499.042.749.052.119.109.239.215.36.32l-.038 2.88h1.03l-.506-2.866.356-.252c.472.117.949-.029 1.148-.498.567-.063.881-.532.749-1.084.625-.326.555-1.098-.033-1.417.138-.555-.117-1.085-.708-1.177a1.649 1.649 0 0 0-.597-.664c-.119-.457-.503-.738-.979-.68-.282-.67-1.256-.775-1.48.001M9.318 14.6c-.027 1.135-.001 2.27-.011 3.405 1.283.044 2.57.059 3.854 0-.011-1.132.018-2.264-.01-3.394.027-.26-.233-.413-.466-.382-.995-.003-1.992-.014-2.989.007a.34.34 0 0 0-.378.364m-.047 4.766c-.251 0-.5.001-.751.005l-.09.266c1.811.045 3.637.098 5.442-.027.151.033.304.065.455.1l.015-.338c-.383.012-.768.004-1.151-.007-.011-.427-.022-.854-.031-1.282l-.547.037c.008.417.026.833.052 1.25l-.078.001c-.011-.409-.041-.817-.07-1.225a83.173 83.173 0 0 1-.522-.025l-.041.52c-.469-.218-.956-.229-1.422.001l-.055-.518h-.536c-.007.416-.01.832-.005 1.248l-.104-.001c.008-.42.008-.839.008-1.259l-.526-.029c-.012.427-.027.854-.044 1.282m5.204.07c-.161.213.22.385.348.202.162-.214-.22-.383-.348-.202m.491-.028l.01.3.421-.147c.108.035.325.109.432.145l-.011-.297a8.35 8.35 0 0 1-.852 0m1.003.028c-.161.213.222.38.35.199.162-.215-.222-.38-.35-.199m.499-.029l-.005.259c.292-.07.589-.067.882.001a11.372 11.372 0 0 1-.008-.259c-.29.012-.58.014-.869-.001z"/><path fill="#fff" d="M10.537 18.865c.229.075.457.154.685.236.243-.08.487-.16.731-.233.01.128.029.385.04.513a84.45 84.45 0 0 1-1.51 0l.055-.515z"/><path fill="#c1121c" d="M13.548.604c.421-.067.745.273.922.615 4.016 6.98 8.06 13.946 12.072 20.929.39.544-.115 1.335-.769 1.242H1.5c-.514.061-1.01-.428-.884-.945.161-.483.469-.897.713-1.34C5.153 14.475 8.986 7.85 12.805 1.219c.164-.281.386-.59.742-.615M4.188 20.98c6.3.004 12.6.004 18.9 0a9232.583 9232.583 0 0 0-9.45-16.364c-3.155 5.452-6.305 10.906-9.45 16.364z"/><path d="M13.406 10.59c.224-.776 1.197-.671 1.48-.001.476-.057.86.224.979.68.256.165.464.389.597.664.59.091.845.622.708 1.177.588.319.657 1.091.033 1.417.132.552-.181 1.021-.749 1.084-.199.469-.676.615-1.148.498l-.356.252.506 2.866h-1.03l.038-2.88a17.909 17.909 0 0 1-.36-.32 12.56 12.56 0 0 1-.749-.052c-.113-.626.273-1.486-.277-1.945-.73-.116-1.475-.007-2.212-.065.075-.256.192-.496.341-.717-.078-.447.165-.798.547-1-.093-.447.134-.81.529-1.004.067-.585.6-.787 1.122-.655z"/><path d="M9.318 14.6a.34.34 0 0 1 .378-.364c.997-.02 1.994-.01 2.989-.007.233-.031.494.121.466.382.027 1.13-.001 2.262.01 3.394-1.283.059-2.57.044-3.854 0 .01-1.135-.016-2.27.011-3.405zM9.315 18.085l.526.029c0 .42 0 .839-.008 1.259l-.44-.008c-.027-.427-.053-.852-.078-1.279zM9.942 18.125h.536l.055.518c.466-.23.953-.22 1.422-.001l.041-.52.522.025c.029.408.059.815.07 1.225l-.596.008c-.011-.128-.03-.385-.04-.513-.244.074-.488.153-.731.233a24.07 24.07 0 0 0-.685-.236l-.055.515c-.181-.001-.363-.004-.545-.007a51.92 51.92 0 0 1 .005-1.248zM12.614 18.12l.547-.037c-.018.427-.037.852-.06 1.278l-.435.01a29.014 29.014 0 0 1-.052-1.25zM14.474 19.435c.128-.181.51-.012.348.202-.128.183-.509.011-.348-.202zM14.965 19.407c.284.014.567.015.852 0l.011.297c-.108-.035-.325-.109-.432-.145l-.421.147-.01-.3zM15.968 19.436c.128-.181.513-.016.35.199-.128.181-.511.014-.35-.199zM16.467 19.407c.289.015.578.014.869.001l.008.259a1.905 1.905 0 0 0-.882-.001l.005-.259z"/><path d="M8.43 19.638c1.784-.295 3.652-.255 5.442-.027-1.805.125-3.631.072-5.442.027z"/><path fill="#535353" d="M9.271 19.366c.016-.428.031-.855.044-1.282.025.427.05.852.078 1.279l.44.008.104.001.545.007a84.45 84.45 0 0 0 1.51 0l.596-.008.078-.001.435-.01c.023-.425.042-.851.06-1.278l.031 1.282c.383.011.768.019 1.151.007l-.015.338-.455-.1c-1.79-.228-3.659-.267-5.442.027l.09-.266c.251-.004.5-.005.751-.005z"/><path fill="#4a4a4a" opacity=".8" d="M.085 22.377c-.038-.181.033-.314.21-.398.04.203-.031.335-.21.398z"/><path fill="#0a0a0a" opacity=".44" d="M1.151 23.876c8.322-.063 16.65-.063 24.972 0l-.235.124H1.385l-.235-.124z"/></symbol><symbol viewBox="0 0 24 24" id="warning--logging-vehicles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c7a618" opacity=".78" d="M11.696 0h.506c.287.152.544.354.772.583 3.229 3.252 6.475 6.486 9.713 9.728.464.48 1.01.906 1.313 1.517v.232a2.08 2.08 0 0 1-.486.77 6726.82 6726.82 0 0 0-10.685 10.684 2.27 2.27 0 0 1-.74.486h-.166a1.952 1.952 0 0 1-.768-.472A5664.194 5664.194 0 0 0 .471 12.844a3.117 3.117 0 0 1-.472-.629v-.444c.288-.569.796-.972 1.231-1.421 2.942-2.939 5.88-5.881 8.82-8.821.533-.526 1.032-1.093 1.645-1.53m-.006.299c-.174.095-.32.232-.463.367C7.674 4.234 4.104 7.785.552 11.353c-.378.3-.437.896-.044 1.211 3.646 3.64 7.285 7.286 10.932 10.926.289.344.824.326 1.11-.013 3.643-3.641 7.284-7.285 10.926-10.927.384-.312.329-.884-.043-1.18-3.6-3.601-7.202-7.202-10.805-10.802-.23-.257-.604-.45-.938-.27z"/><path d="M11.689.298c.335-.18.708.013.938.27 3.602 3.6 7.205 7.201 10.805 10.802.372.295.427.868.043 1.18-3.642 3.642-7.283 7.286-10.926 10.927-.286.34-.821.358-1.11.013C7.792 19.85 4.153 16.204.507 12.564c-.392-.314-.334-.911.044-1.211C4.103 7.784 7.673 4.233 11.225.665c.143-.136.289-.272.463-.367m.11.326C8.137 4.162 4.587 7.825.961 11.402c-.265.228-.592.635-.214.928 3.552 3.568 7.127 7.115 10.676 10.687.22.254.599.58.888.218 3.63-3.613 7.243-7.243 10.87-10.86.265-.199.289-.566.017-.77-3.572-3.589-7.164-7.16-10.739-10.747-.172-.156-.42-.415-.661-.234z"/><path d="M9.785 9.55l.248-.079.036.518c1.014.02 2.029.038 3.044.066.059-.233.121-.466.226-.683.048.226.086.455.121.683 1.052.019 2.106.044 3.158.07.047-.258.096-.517.208-.757.053.252.09.506.12.761 1.183.053 2.378-.032 3.553.144-1.175.228-2.393.062-3.584.121l.001.27c1.114.005 2.228.02 3.343.029l.002.233c-1.115.007-2.23.024-3.344.029l-.004.262c1.105.002 2.212-.002 3.318.004l.026.301c-1.114.037-2.227.036-3.342.05l-.001.269c.949.011 1.9-.024 2.848.025-.084.13-.142.336-.338.311-.835.035-1.673.019-2.508.035l-.001.277c1.013-.004 2.026.012 3.038.01l-.016.356c-1.008.001-2.015.014-3.022.011l-.002.29c.1.004.296.01.396.012-.006.354-.01.709-.04 1.063a12.15 12.15 0 0 1-.158-.548l-.589-.011c-.349-.456-.923-.371-1.278.025-.367-.443-.955-.436-1.326-.001-.354-.404-.93-.472-1.28-.022-.71.013-1.42.005-2.129.008.014.167.03.332.046.499l-.214.014.109-.482c-.3-.026-.601-.049-.9-.094.128.343.008.838-.434.824-.415.014-.56-.433-.456-.772-.461-.238-1.028-.53-1.421-.006-.18.008-.361.014-.541.023l-.002.496H5.48a75.538 75.538 0 0 1-.005-.476c-.373-.056-.7-.247-1.048-.378-.304.04-.544.254-.811.385.062-.452.09-.908.13-1.363.421-.09 1.147.198 1.223-.414.043.127.083.256.122.385.274-.002.546-.002.82-.001.001-.187.005-.374.01-.56a7.791 7.791 0 0 1-.904-.023c.408-.119.835-.11 1.255-.115.026.554-.104 1.145.134 1.668.132-.629.076-1.274.083-1.912-.432 0-.866.007-1.295-.056.474-.102.961-.077 1.442-.077l.001 1.914c1.057-.002 2.116.005 3.173-.005l-.035-.253c-.905-.025-1.817.062-2.718-.024-.042-.139-.056-.286-.072-.43.978-.05 1.963.07 2.934-.077-.952-.186-1.93-.018-2.892-.072.002-.148.002-.295.002-.442.923-.006 1.846.001 2.768-.005v-.197c-.904-.005-1.807.032-2.711.016.03-.14.055-.282.106-.416.906-.112 1.858.148 2.736-.145-1.464-.175-2.946 0-4.417-.05l-.01-.487c1.475-.071 2.97.144 4.432-.077-1.432-.133-2.874.002-4.309-.046l-.008-.538c1.393-.007 2.785.049 4.178.066a30.458 30.458 0 0 0-.011-.43m.266.884l.006.166c1.036.005 2.07.023 3.106.028l-.001-.211c-1.037 0-2.074.018-3.11.018m3.263.018c1.03.422 2.248.091 3.352.204l.002-.257c-1.118.017-2.238-.022-3.354.053m-3.371.636c1.068.316 2.252.121 3.36.098-1.036-.396-2.258-.115-3.36-.098m3.362-.054c.444.361 1.055.143 1.576.198.624-.094 1.392.228 1.908-.221-1.158-.073-2.326-.043-3.484.023m-3.25.616l.007.206c1.038-.001 2.077.002 3.115-.002l-.007-.23c-1.039.004-2.077.022-3.115.026m3.258-.009c.142.108.288.236.482.206.954.008 1.908-.006 2.862.001l.01-.264c-1.118.016-2.238-.012-3.354.056m-3.378.749c1.073.136 2.16.049 3.239.073v-.212c-1.076.06-2.182-.1-3.239.139m3.49-.149l.001.234c1.078-.002 2.156.012 3.235.005l-.008-.265c-1.076.004-2.152.025-3.228.026m-3.297.683l-.154.191c1.061.106 2.132.02 3.197.046a24.483 24.483 0 0 1-.002-.271c-1.013.016-2.03-.03-3.041.035m3.3-.044l.001.281 3.224-.001.004-.286c-1.076-.008-2.153.012-3.229.006m-4.467.466c.203.466.505-.311 0 0z"/><path d="M4.23 13.469c.341-.148.76.191.676.557-.049.385-.581.559-.847.275-.266-.236-.167-.721.172-.832zM7.71 13.453c.588-.191.899.762.314.956-.634.274-.979-.803-.314-.956zM13.098 13.458c.344-.126.736.22.648.577-.056.371-.557.542-.827.283-.296-.238-.185-.758.179-.86zM14.42 13.46c.332-.127.718.193.655.542-.031.388-.556.588-.834.312-.288-.236-.186-.755.179-.854zM15.746 13.463c.338-.137.739.202.661.559-.044.383-.569.563-.84.286-.281-.238-.17-.738.179-.845z"/><path fill="#ffd520" d="M11.798.624c.241-.181.49.078.661.234 3.575 3.587 7.166 7.158 10.739 10.747.272.204.248.571-.017.77-3.626 3.617-7.24 7.247-10.87 10.86-.289.361-.668.036-.888-.218-3.55-3.572-7.124-7.12-10.676-10.687-.378-.293-.052-.7.214-.928C4.587 7.825 8.137 4.161 11.798.624M9.785 9.55c.004.107.008.322.011.43-1.393-.017-2.785-.073-4.178-.066.004.18.006.359.008.538 1.435.048 2.878-.088 4.309.046-1.462.221-2.957.006-4.432.077.002.162.006.325.01.487 1.471.05 2.953-.125 4.417.05-.878.293-1.83.034-2.736.145-.05.134-.076.276-.106.416.904.017 1.807-.02 2.711-.016v.197c-.923.006-1.846-.001-2.768.005 0 .146 0 .294-.002.442.962.054 1.94-.114 2.892.072-.971.146-1.956.026-2.934.077.016.144.03.29.072.43.901.086 1.813-.001 2.718.024l.035.253c-1.057.01-2.116.002-3.173.005l-.001-1.914c-.481 0-.968-.025-1.442.077.428.064.863.056 1.295.056-.007.637.049 1.283-.083 1.912-.239-.523-.108-1.114-.134-1.668-.42.005-.847-.004-1.255.115.3.031.602.026.904.023-.005.186-.008.373-.01.56a74.712 74.712 0 0 0-.82.001c-.04-.13-.079-.258-.122-.385-.076.612-.802.324-1.223.414-.04.455-.067.911-.13 1.363.268-.131.508-.346.811-.385.348.131.674.322 1.048.378.001.158.002.318.005.476h1.216l.002-.496c.18-.008.361-.014.541-.023.392-.524.96-.232 1.421.006-.104.338.041.786.456.772.443.013.563-.481.434-.824.299.044.6.067.9.094l-.109.482.214-.014a84.06 84.06 0 0 1-.046-.499c.709-.004 1.418.005 2.129-.008.35-.45.926-.383 1.28.022.371-.434.959-.442 1.326.001.355-.396.929-.481 1.278-.025l.589.011c.049.184.101.366.158.548.03-.354.034-.709.04-1.063-.1-.002-.296-.008-.396-.012l.002-.29c1.007.004 2.014-.01 3.022-.011l.016-.356c-1.013.002-2.026-.013-3.038-.01l.001-.277c.835-.016 1.673 0 2.508-.035.197.025.254-.181.338-.311-.948-.049-1.898-.014-2.848-.025l.001-.269c1.115-.014 2.228-.013 3.342-.05a28.11 28.11 0 0 0-.026-.301c-1.106-.006-2.213-.001-3.318-.004 0-.065.002-.197.004-.262 1.115-.005 2.23-.022 3.344-.029a18.099 18.099 0 0 1-.002-.233c-1.115-.008-2.23-.024-3.343-.029l-.001-.27c1.192-.059 2.41.107 3.584-.121-1.175-.176-2.37-.091-3.553-.144a8.595 8.595 0 0 0-.12-.761c-.112.24-.161.499-.208.757-1.052-.025-2.106-.05-3.158-.07a12.199 12.199 0 0 0-.121-.683c-.104.217-.167.45-.226.683-1.015-.028-2.03-.046-3.044-.066l-.036-.518-.248.079M4.23 13.469c-.338.11-.438.595-.172.832.266.284.798.11.847-.275.084-.366-.335-.704-.676-.557m3.481-.016c-.665.154-.319 1.23.314.956.584-.194.274-1.147-.314-.956m5.388.005c-.364.102-.475.623-.179.86.27.259.77.088.827-.283.088-.358-.304-.703-.648-.577m1.322.002c-.365.1-.467.618-.179.854.278.276.803.076.834-.312.062-.349-.323-.67-.655-.542m1.326.003c-.349.107-.46.607-.179.845.271.277.796.097.84-.286.078-.358-.323-.696-.661-.559z"/><path fill="#ffd520" d="M10.049 10.433c1.037 0 2.074-.018 3.11-.018l.001.211c-1.036-.005-2.07-.023-3.106-.028l-.006-.166zM13.313 10.452c1.116-.074 2.236-.036 3.354-.053l-.002.257c-1.104-.113-2.322.218-3.352-.204zM9.942 11.088c1.102-.017 2.324-.298 3.36.098-1.108.023-2.292.217-3.36-.098zM13.304 11.034c1.158-.066 2.326-.096 3.484-.023-.516.449-1.284.127-1.908.221-.521-.055-1.132.163-1.576-.198zM10.054 11.65c1.038-.005 2.076-.023 3.115-.026l.007.23c-1.038.005-2.077.001-3.115.002l-.007-.206zM13.312 11.641c1.116-.068 2.236-.041 3.354-.056l-.01.264c-.954-.007-1.908.007-2.862-.001-.194.03-.341-.098-.482-.206zM9.934 12.389c1.057-.239 2.162-.079 3.239-.139v.212c-1.079-.024-2.166.062-3.239-.073zM10.127 12.923c1.01-.065 2.028-.019 3.041-.035l.002.271c-1.064-.025-2.136.06-3.197-.046l.154-.191zM13.427 12.88c1.076.006 2.153-.014 3.229-.006-.001.072-.002.215-.004.286l-3.224.001-.001-.281zM8.96 13.346c.505-.311.203.466 0 0z"/><path fill="#f9d01f" d="M13.424 12.24c1.076-.001 2.152-.023 3.228-.026l.008.265c-1.079.007-2.158-.007-3.235-.005l-.001-.234z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loop-270-degree--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.732 0h.502c.271.108.529.256.734.467 3.521 3.523 7.043 7.045 10.565 10.565.203.2.352.448.467.707v.486c-.098.247-.222.49-.415.677-3.378 3.383-6.761 6.761-10.14 10.142-.359.358-.694.764-1.178.956h-.502a1.926 1.926 0 0 1-.668-.413C7.538 20.024 3.976 16.464.415 12.902a2.22 2.22 0 0 1-.414-.64v-.494c.172-.539.631-.889 1.01-1.278C4.352 7.148 7.693 3.808 11.032.466c.2-.2.445-.348.701-.467m-.064.392c-.216.086-.377.26-.541.416C7.632 4.313 4.122 7.805.629 11.314c-.391.352-.39 1.016.002 1.367 3.563 3.563 7.126 7.124 10.686 10.687.347.395 1.018.395 1.366 0 3.56-3.563 7.123-7.124 10.685-10.687.422-.376.374-1.08-.055-1.43C19.792 7.729 16.271 4.207 12.749.689c-.265-.3-.697-.45-1.08-.298z"/><path fill="#ffd033" d="M11.788.856c.223-.116.479-.011.632.168L22.978 11.58c.238.185.299.569.052.774-3.535 3.541-7.079 7.076-10.614 10.618-.18.242-.565.31-.768.058C8.086 19.474 4.528 15.914.97 12.355c-.284-.234-.149-.643.11-.835C4.658 7.975 8.18 4.368 11.788.857M9.565 7.292c-1.49.809-2.614 2.382-2.626 4.111-.011 1.673-.004 3.346-.001 5.018.626.004 1.253.005 1.879-.001.056-1.861-.107-3.739.095-5.587.908-3.094 5.982-3.21 7.114-.224.733 1.92-1.108 3.773-2.954 3.926.097-.409.259-.803.319-1.22.024-.271-.354-.427-.547-.244a258.218 258.218 0 0 0-3.58 2.422l3.557 2.405c.188.169.52.08.572-.174-.032-.446-.215-.865-.312-1.298 1.876-.175 3.71-1.265 4.54-2.992.784-1.561.499-3.544-.632-4.86-1.742-2.137-5.056-2.611-7.423-1.282z"/><path d="M11.669.391c.383-.152.815-.002 1.08.298 3.522 3.518 7.043 7.04 10.564 10.562.43.35.478 1.055.055 1.43L12.683 23.368c-.348.395-1.019.395-1.366 0-3.56-3.563-7.123-7.124-10.686-10.687-.392-.35-.394-1.015-.002-1.367C4.122 7.805 7.632 4.313 11.128.807c.164-.156.325-.33.541-.416m.119.465C8.181 4.367 4.659 7.974 1.08 11.519c-.259.192-.395.601-.11.835 3.558 3.559 7.116 7.12 10.678 10.675.203.252.588.185.768-.058 3.535-3.541 7.079-7.076 10.614-10.618.247-.205.186-.589-.052-.774C19.46 8.059 15.94 4.541 12.42 1.023c-.154-.179-.409-.284-.632-.168z"/><path d="M9.565 7.292c2.368-1.33 5.681-.856 7.423 1.282 1.132 1.316 1.416 3.299.632 4.86-.829 1.727-2.664 2.816-4.54 2.992.097.433.28.852.312 1.298-.053.254-.384.343-.572.174l-3.557-2.405a267.401 267.401 0 0 1 3.58-2.422c.193-.184.571-.028.547.244-.06.418-.222.811-.319 1.22 1.847-.154 3.688-2.006 2.954-3.926-1.132-2.986-6.205-2.869-7.114.224-.202 1.848-.038 3.726-.095 5.587-.626.006-1.253.005-1.879.001-.002-1.673-.01-3.346.001-5.018.012-1.729 1.135-3.302 2.626-4.111z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loop-pretzel--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.773 0h.42c.258.083.503.212.692.41 3.567 3.57 7.138 7.136 10.705 10.707.486.436.503 1.263.024 1.711a9142.057 9142.057 0 0 1-10.787 10.787c-.449.478-1.275.462-1.712-.025-3.57-3.567-7.136-7.138-10.707-10.705a1.743 1.743 0 0 1-.409-.672v-.424c.076-.257.2-.503.396-.689L11.101.395c.184-.191.423-.314.672-.396m-.041.369c-.299.079-.497.332-.708.538C7.555 4.379 4.08 7.846.613 11.321c-.376.353-.365 1.003.016 1.349 3.552 3.555 7.106 7.108 10.66 10.661.345.391 1.006.41 1.365.027 3.57-3.565 7.138-7.133 10.703-10.704.384-.358.365-1.019-.027-1.364C19.791 7.749 16.25 4.21 12.711.67c-.242-.268-.626-.407-.979-.301z"/><path fill="#ffd033" d="M11.743.875c.206-.146.484-.054.636.126 3.538 3.541 7.08 7.08 10.619 10.621a.484.484 0 0 1-.013.741c-3.498 3.5-7 6.995-10.495 10.497-.234.374-.756.396-.996.014C7.987 19.358 4.47 15.851.962 12.337c-.248-.209-.179-.591.065-.772C4.604 8.008 8.148 4.413 11.743.875M8.89 7.948c-.125 1.121-.008 2.255-.07 3.38-.794-.013-1.589-.001-2.383-.008.08-.346.273-.677.252-1.04-.021-.34-.488-.415-.705-.207-1.158.83-2.373 1.587-3.5 2.454 1.187.805 2.364 1.627 3.552 2.433.225.182.64.084.654-.239.014-.381-.195-.728-.278-1.094.809-.003 1.617-.01 2.426.004-.001 1.669-.003 3.339.001 5.009.782.001 1.564.004 2.345-.002 0-1.671-.003-3.342.002-5.013.792-.037 1.606.094 2.377-.138 1.979-.519 3.379-2.583 3.124-4.615-.187-2.234-2.343-4.057-4.568-3.925-1.6.102-3.01 1.412-3.227 3z"/><path fill="#ffd033" d="M11.175 8.444c-.018-.637.572-1.193 1.2-1.189.963.029 1.828.825 1.945 1.78.162.978-.494 2.004-1.445 2.275-.563.033-1.129.004-1.693.01-.008-.958.005-1.917-.008-2.876z"/><path d="M11.732.368c.353-.106.738.033.979.301 3.538 3.541 7.08 7.079 10.619 10.62.392.345.411 1.006.027 1.364a9819.392 9819.392 0 0 1-10.703 10.704c-.359.383-1.019.365-1.365-.027-3.554-3.553-7.108-7.106-10.66-10.661-.381-.345-.392-.996-.016-1.349C4.08 7.845 7.555 4.378 11.024.906c.212-.206.41-.458.708-.538m.011.507C8.149 4.414 4.605 8.009 1.027 11.565c-.244.181-.314.563-.065.772 3.508 3.515 7.025 7.022 10.532 10.537.24.381.762.36.996-.014 3.495-3.502 6.997-6.998 10.495-10.497a.485.485 0 0 0 .013-.741c-3.539-3.541-7.081-7.08-10.619-10.621-.151-.181-.43-.273-.636-.126z"/><path d="M8.89 7.948c.217-1.588 1.627-2.898 3.227-3 2.224-.131 4.38 1.691 4.568 3.925.255 2.032-1.146 4.096-3.124 4.615-.771.232-1.585.101-2.377.138-.004 1.672-.002 3.342-.002 5.013-.781.006-1.563.003-2.345.002-.003-1.67-.002-3.34-.001-5.009-.809-.014-1.617-.007-2.426-.004.084.366.293.712.278 1.094-.014.324-.429.421-.654.239-1.187-.806-2.364-1.628-3.552-2.433 1.127-.867 2.342-1.625 3.5-2.454.217-.207.684-.133.705.207.021.363-.171.694-.252 1.04.794.007 1.589-.006 2.383.008.062-1.126-.055-2.259.07-3.38m2.287.495c.013.959 0 1.917.008 2.876.564-.006 1.13.023 1.693-.01.951-.271 1.607-1.296 1.445-2.275-.117-.955-.983-1.751-1.945-1.78-.628-.004-1.218.552-1.2 1.189z"/></symbol><symbol viewBox="0 0 27 24" id="warning--loose-road-surface--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.326 0h.517c.542.123 1.054.431 1.325.929 3.901 6.735 7.79 13.477 11.691 20.213.143.249.252.516.341.789v.522A1.953 1.953 0 0 1 25.698 24H1.511C.773 23.867.185 23.283 0 22.563v-.704c.082-.228.175-.451.292-.662L11.981.978c.272-.516.787-.848 1.345-.978M2.835 21.598c7.17.004 14.34.003 21.509 0C20.762 15.4 17.182 9.201 13.59 3.008 9.998 9.2 6.419 15.4 2.835 21.598z"/><path fill="#fff" d="M2.835 21.598C6.419 15.4 9.998 9.2 13.59 3.008c3.592 6.193 7.172 12.392 10.754 18.59-7.169.003-14.339.004-21.509 0m8.193-12.651c-.212.357-.418.718-.627 1.077.715.485.937 1.46.883 2.263-.481.766-1.595.189-2.343.339-.445.769-.886 1.541-1.331 2.31a22.73 22.73 0 0 1 2.348.131l.008.414c-.898.027-1.797.043-2.695.07-.103.178-.207.357-.308.536 1.02-.01 2.04-.028 3.06-.018l.001.497H6.69l-.271.48a96.271 96.271 0 0 1 3.605.045v.43c-1.312.118-2.63.16-3.946.162-.212.329-.404.669-.597 1.009 1.767.041 3.535-.07 5.293-.247-.002.698.008 1.395-.007 2.093.563.352 1.286.303 1.864.016.158-.982-.134-2.099.477-2.944.142-1.062.034-2.148.061-3.218.028-.486-.344-.856-.766-1.023a70.84 70.84 0 0 1-.623-3.154c-.087-.501-.396-.921-.752-1.268m5.055 3.781a5.2 5.2 0 0 0 .408.241c.091-.07.182-.139.274-.207l-.037-.368a32.6 32.6 0 0 1-.449-.106c-.064.147-.13.293-.196.44m1.551-.171c.024.21.058.419.097.627l.257.029.421-.401c-.218-.201-.464-.442-.775-.255m-.165 1.372c-.069.158-.14.315-.213.471.191.518.985.396.971-.155a1.531 1.531 0 0 1-.395-.427l-.363.111m-1.375.155c-.878 1.767-1.796 3.514-2.639 5.297 1.103-1.648 2.129-3.349 3.197-5.021a48.213 48.213 0 0 0-.558-.276m1.112 1.737c-.029.205-.07.409-.137.605.293.403.811.428 1.155.074a28.476 28.476 0 0 0-.157-.301l.082-.398c-.314-.093-.642-.146-.943.02m2.361-.068c-.137.19-.265.391-.311.625.182.126.356.263.525.407.208-.164.569-.252.551-.579-.07-.196-.223-.345-.349-.505l-.416.052m-5.841 3.796c1.271-.672 2.52-1.383 3.783-2.07a40.28 40.28 0 0 0-.376-.517c-1.136.861-2.285 1.707-3.407 2.587m6.203-1.723c-.49.08-.399.675-.154.963.251-.072.507-.12.764-.167-.101-.308-.114-1.03-.61-.796m-6.288 1.961c1.913-.096 3.814-.364 5.724-.509l-.081-.626c-1.885.358-3.759.771-5.643 1.135m7.909-.631c-.035.182-.068.371.028.541.245-.102.595.156.758-.099-.053-.244-.265-.414-.398-.617-.129.06-.258.119-.388.175z"/><path fill="#fff" d="M11.225 14.029c.673-.247 1.435.476 1.168 1.158-.2.693-1.23.843-1.638.26-.393-.476-.118-1.262.47-1.418z"/><path fill="#030303" d="M11.028 8.947c.356.347.665.767.752 1.268a70.84 70.84 0 0 0 .623 3.154c.422.167.794.537.766 1.023-.027 1.07.081 2.156-.061 3.218-.611.845-.319 1.962-.477 2.944-.578.287-1.301.336-1.864-.016.015-.698.005-1.395.007-2.093-1.758.177-3.526.288-5.293.247.193-.34.385-.68.597-1.009a44.816 44.816 0 0 0 3.946-.162 30.817 30.817 0 0 1 0-.43 96.271 96.271 0 0 0-3.605-.045l.271-.48h3.334l-.001-.497c-1.02-.01-2.04.008-3.06.018.101-.179.205-.358.308-.536.898-.027 1.797-.043 2.695-.07l-.008-.414a22.73 22.73 0 0 0-2.348-.131c.445-.769.886-1.541 1.331-2.31.748-.15 1.862.427 2.343-.339.054-.803-.168-1.778-.883-2.263.209-.359.415-.72.627-1.077m.197 5.082c-.588.156-.863.942-.47 1.418.408.583 1.438.433 1.638-.26.267-.682-.495-1.405-1.168-1.158zM16.083 12.728c.066-.147.132-.293.196-.44.149.036.299.072.449.106l.037.368a17.88 17.88 0 0 0-.274.207 5.2 5.2 0 0 1-.408-.241zM17.634 12.557c.311-.187.557.054.775.255l-.421.401-.257-.029a8.872 8.872 0 0 1-.097-.627zM17.469 13.929l.363-.111c.106.164.234.313.395.427.014.551-.78.673-.971.155.073-.156.144-.313.213-.471zM16.094 14.084c.187.091.373.183.558.276-1.068 1.672-2.094 3.373-3.197 5.021.843-1.783 1.761-3.53 2.639-5.297zM17.206 15.821c.301-.166.629-.113.943-.02l-.082.398.157.301c-.344.354-.862.329-1.155-.074.067-.196.108-.4.137-.605zM19.567 15.753l.416-.052c.126.16.279.309.349.505.018.327-.343.415-.551.579a6.633 6.633 0 0 0-.525-.407c.046-.234.174-.435.311-.625zM13.726 19.549c1.122-.88 2.271-1.726 3.407-2.587.127.171.251.343.376.517-1.263.687-2.512 1.398-3.783 2.07zM19.929 17.826c.496-.234.509.488.61.796a7.936 7.936 0 0 0-.764.167c-.245-.288-.336-.883.154-.963zM13.641 19.787c1.884-.364 3.758-.777 5.643-1.135l.081.626c-1.91.145-3.811.413-5.724.509zM21.55 19.156c.13-.056.259-.115.388-.175.133.203.345.373.398.617-.163.255-.513-.003-.758.099-.096-.17-.063-.359-.028-.541z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loose-road-surface--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d9a718" opacity=".9" d="M11.615 0h.572c.272.127.526.295.74.506 3.492 3.512 7.001 7.008 10.495 10.518.506.446.532 1.28.024 1.736-3.557 3.566-7.118 7.129-10.679 10.692-.431.476-1.23.488-1.67.018-3.306-3.296-6.608-6.596-9.912-9.895-.425-.433-.919-.824-1.186-1.382v-.563c.284-.6.822-1.01 1.272-1.478C4.47 6.95 7.679 3.758 10.875.553c.22-.217.47-.401.739-.553m.189.296c-.295.043-.528.251-.736.45C7.592 4.233 4.101 7.707.626 11.196c-.416.362-.443 1.031-.022 1.402 3.45 3.468 6.928 6.911 10.374 10.385.361.484 1.109.786 1.579.266 3.512-3.491 7.001-7.007 10.513-10.499.488-.359.636-1.103.151-1.531C19.775 7.745 16.302 4.296 12.848.828c-.278-.275-.622-.595-1.046-.532z"/><path d="M11.803.296c.425-.064.768.257 1.046.532 3.454 3.468 6.926 6.917 10.373 10.391.485.428.337 1.172-.151 1.531-3.512 3.492-7.001 7.008-10.513 10.499-.47.52-1.218.217-1.579-.266C7.533 19.509 4.055 16.066.605 12.598c-.421-.371-.395-1.039.022-1.402C4.102 7.708 7.593 4.234 11.068.746c.208-.199.44-.407.736-.45m-.198.743C8.005 4.662 4.352 8.235.79 11.897c3.467 3.619 7.087 7.096 10.601 10.673.203.18.487.584.755.265 3.52-3.481 6.997-7.009 10.517-10.492.199-.193.469-.493.142-.707-3.484-3.517-7.002-7.002-10.494-10.512-.18-.241-.494-.374-.704-.085z"/><path d="M5.296 8.908c1.735-.079 3.472-.007 5.207.024.221 1.454 1.058 2.89.646 4.382-.798.04-1.598.008-2.396.046l-.047-.578c-.58-.023-1.159-.013-1.739-.029l-.019.565c-.79.012-1.579.017-2.369-.005-.492-1.504.474-2.942.718-4.405m.39.355a11.93 11.93 0 0 0-.491 1.789c1.795.022 3.592.079 5.386.016-.136-.583-.28-1.164-.422-1.745-1.49-.056-2.982-.028-4.472-.06zM16.814 10.566c.242-.088.601-.227.696.132-.156.21-.434.19-.665.238l-.031-.37zM15.439 11.352c.334-.035.694-.029.93.247-.343.323-.994.41-.93-.247zM17.197 11.203c.222.07.546.038.617.322-.124.28-.439.199-.676.174l.059-.496zM18.175 12.01c.176-.162.354-.322.53-.482.144.113.287.226.432.338-.179.224-.359.446-.542.666a25.905 25.905 0 0 1-.42-.522z"/><path d="M16.414 11.976c.142-.125.307.012.251.18-1.594.762-3.256 1.381-4.828 2.189 1.616-.359 3.154-1.018 4.774-1.358-.094.102-.155.257-.307.284-1.52.45-3.073.798-4.578 1.3 1.98-.217 3.944-.566 5.921-.822l.019.256c-2.531.275-5.053.618-7.583.902-.008-.286-.014-.57-.019-.854-1.484-.139-2.977-.049-4.465-.065a35.66 35.66 0 0 0-.062.862l-.653-.004c.008-.282.017-.563.028-.845l-.329-.03a12.19 12.19 0 0 0-.14-.448c2.231-.11 4.465-.031 6.697-.031l.025.33c-.145.094-.284.193-.428.286-.004.199-.013.4-.017.599 1.896-.914 3.791-1.834 5.695-2.73z"/><path d="M16.71 12.767c.136-.329.318-.686.725-.701-.131.332-.275.76-.725.701zM17.554 13.019c.04-.298.238-.526.448-.726.317.424-.024.672-.448.726zM18.817 12.829a9.9 9.9 0 0 1 .38-.448c.445.395.029.99-.38.448zM16.747 13.5c.126-.226.292-.425.454-.624.522.338.055 1.042-.454.624zM18.253 13.055c.184-.022.368-.04.553-.06.094.398.004.784-.323 1.046-.146-.115-.295-.226-.443-.338.073-.215.143-.432.212-.648z"/><path fill="#f1ba1b" d="M11.606 1.039c.21-.289.524-.156.704.085 3.492 3.51 7.01 6.995 10.494 10.512.328.214.058.514-.142.707-3.52 3.482-6.997 7.01-10.517 10.492-.268.319-.552-.085-.755-.265C7.876 18.993 4.256 15.516.789 11.897 4.351 8.236 8.003 4.662 11.605 1.039M5.296 8.908c-.244 1.463-1.21 2.902-.718 4.405.79.022 1.579.017 2.369.005l.019-.565c.58.016 1.159.006 1.739.029.014.192.031.385.047.578.798-.037 1.598-.006 2.396-.046.413-1.493-.425-2.928-.646-4.382-1.735-.031-3.472-.103-5.207-.024m11.519 1.658l.031.37c.23-.048.509-.028.665-.238-.095-.359-.454-.22-.696-.132m-1.375.786c-.064.658.587.57.93.247-.236-.276-.596-.282-.93-.247m1.758-.149l-.059.496c.236.025.552.106.676-.174-.071-.283-.395-.252-.617-.322m.978.807c.138.175.277.35.42.522.184-.22.364-.442.542-.666l-.432-.338c-.176.161-.354.32-.53.482m-1.761-.034c-1.904.896-3.799 1.816-5.695 2.73.004-.199.013-.4.017-.599.144-.092.283-.192.428-.286l-.025-.33c-2.232 0-4.466-.079-6.697.031.049.149.097.298.14.448l.329.03c-.011.282-.019.563-.028.845l.653.004c.018-.287.037-.575.062-.862 1.488.016 2.981-.074 4.465.065.005.284.011.569.019.854 2.53-.284 5.052-.628 7.583-.902l-.019-.256c-1.976.256-3.941.605-5.921.822 1.505-.502 3.058-.85 4.578-1.3.152-.028.214-.182.307-.284-1.62.341-3.157 1-4.774 1.358 1.572-.808 3.234-1.427 4.828-2.189.056-.168-.109-.305-.251-.18m.297.792c.45.059.594-.368.725-.701-.407.014-.589.372-.725.701m.844.252c.424-.054.764-.302.448-.726-.21.2-.408.428-.448.726m1.263-.19c.409.542.826-.053.38-.448a8.908 8.908 0 0 0-.38.448m-2.07.671c.509.418.976-.286.454-.624-.162.199-.328.398-.454.624m1.506-.445c-.07.216-.139.433-.212.648.148.113.296.223.443.338.326-.263.416-.648.323-1.046-.185.02-.37.038-.553.06z"/><path fill="#f1ba1b" d="M5.687 9.263c1.49.032 2.982.004 4.472.06.143.581.287 1.162.422 1.745-1.794.064-3.59.006-5.386-.016a11.93 11.93 0 0 1 .491-1.789z"/></symbol><symbol viewBox="0 0 27 24" id="warning--loose-road-surface--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.316 0h.561c.557.131 1.068.465 1.342.978L26.32 20.18c.307.541.654 1.063.88 1.645v.742A1.981 1.981 0 0 1 25.721 24H1.506C.752 23.848.173 23.235 0 22.495v-.563c.184-.606.546-1.129.854-1.674L11.992.993C12.26.48 12.765.144 13.316 0M2.854 21.599c7.171.002 14.341.002 21.512-.001C20.781 15.401 17.201 9.2 13.61 3.006 10.019 9.2 6.438 15.4 2.854 21.599z"/><path fill="#fff" d="M2.854 21.599C6.438 15.4 10.019 9.2 13.61 3.006c3.591 6.194 7.171 12.395 10.756 18.592-7.171.003-14.341.003-21.512.001m12.567-11.387a74.892 74.892 0 0 1-.622 3.15c-.937.298-.787 1.367-.773 2.138.07.892-.23 1.909.376 2.672.109.79.1 1.596.168 2.392.571.246 1.332.37 1.844-.052.032-.688.001-1.379.012-2.068 1.758.18 3.527.287 5.296.249-.194-.338-.39-.673-.591-1.007a47.906 47.906 0 0 1-3.955-.164v-.431c1.202-.04 2.404-.05 3.606-.044l-.271-.481c-1.111.001-2.221-.001-3.332.001l-.004-.499c1.021-.007 2.042.007 3.064.021l-.309-.539c-.899-.025-1.798-.044-2.697-.068l.011-.418a24.846 24.846 0 0 1 2.347-.128c-.447-.77-.888-1.542-1.333-2.312-.68-.038-1.373.13-2.044-.007-.558-.284-.279-.994-.162-1.458.073-.474.369-.861.746-1.139-.211-.358-.416-.72-.629-1.077-.348.354-.663.768-.748 1.269m-5.006 2.536l.299.219c.137-.076.272-.154.406-.234-.072-.155-.142-.311-.212-.466-.265.055-.515.166-.493.481m-1.63.059l.424.405.264-.031c.035-.213.07-.426.093-.64-.315-.139-.557.068-.781.266m.595 1.014a5.132 5.132 0 0 1-.427.458.52.52 0 0 0 .995.132c-.073-.16-.147-.32-.217-.482l-.351-.108m1.167.539c1.058 1.648 2.062 3.333 3.159 4.954-.821-1.765-1.738-3.485-2.599-5.231-.188.091-.374.183-.56.277m-3.34 1.342c-.122.161-.259.315-.34.502-.016.325.343.415.548.583.178-.147.359-.289.543-.428a3.973 3.973 0 0 0-.314-.608 22.46 22.46 0 0 0-.437-.049m1.834.096c.031.135.064.27.097.406-.058.1-.114.202-.17.303.265.16.597.406.888.15.398-.133.153-.556.142-.853-.311-.127-.641-.092-.957-.006m.648 1.681c1.257.679 2.496 1.394 3.763 2.055-1.113-.877-2.258-1.713-3.383-2.574-.128.172-.254.345-.38.519m-3.032 1.142c.265.052.53.103.792.167.19-.316.322-.876-.177-.962-.498-.233-.505.491-.615.795m1.259.03l-.082.628c1.908.143 3.807.413 5.717.506-1.881-.365-3.753-.773-5.635-1.134m-3.012 1.033c.252.013.504-.005.756 0 .013-.173.014-.347.01-.52a19.225 19.225 0 0 1-.414-.183c-.118.224-.446.427-.352.703z"/><path fill="#fff" d="M15.424 14.026c.671-.237 1.423.483 1.158 1.162-.199.686-1.217.841-1.631.269-.404-.478-.126-1.28.473-1.431z"/><path fill="#040404" d="M15.421 10.212c.085-.501.4-.915.748-1.269.213.357.418.719.629 1.077-.377.278-.673.665-.746 1.139-.117.464-.396 1.174.162 1.458.671.137 1.364-.031 2.044.007.445.77.886 1.542 1.333 2.312-.784.01-1.568.044-2.347.128l-.011.418c.899.024 1.798.043 2.697.068l.309.539c-1.022-.014-2.043-.028-3.064-.021l.004.499c1.111-.002 2.221 0 3.332-.001l.271.481a94.256 94.256 0 0 0-3.606.044v.431c1.315.117 2.636.156 3.955.164.201.334.397.669.591 1.007-1.769.038-3.538-.069-5.296-.249-.011.689.02 1.38-.012 2.068-.512.422-1.273.298-1.844.052-.068-.796-.059-1.602-.168-2.392-.606-.763-.306-1.78-.376-2.672-.014-.771-.164-1.84.773-2.138.235-1.044.432-2.097.622-3.15m.003 3.814c-.599.151-.877.953-.473 1.431.414.572 1.432.417 1.631-.269.265-.679-.487-1.399-1.158-1.162zM10.415 12.748c-.022-.315.228-.426.493-.481.07.155.14.311.212.466-.134.08-.269.158-.406.234l-.299-.219zM8.785 12.807c.224-.198.466-.405.781-.266-.023.214-.058.427-.093.64l-.264.031-.424-.405zM9.38 13.821l.351.108c.07.162.144.322.217.482a.52.52 0 0 1-.995-.132c.152-.144.294-.297.427-.458zM10.547 14.36c.186-.094.372-.186.56-.277.861 1.746 1.778 3.466 2.599 5.231-1.097-1.621-2.101-3.306-3.159-4.954zM7.207 15.702c.145.015.291.031.437.049.12.194.229.396.314.608a15.94 15.94 0 0 0-.543.428c-.205-.168-.564-.258-.548-.583.081-.187.218-.341.34-.502zM9.041 15.798c.316-.086.646-.121.957.006.011.297.256.72-.142.853-.291.256-.623.01-.888-.15.056-.101.112-.203.17-.303-.033-.136-.066-.271-.097-.406zM9.689 17.479c.126-.174.252-.347.38-.519 1.125.861 2.27 1.697 3.383 2.574-1.267-.661-2.506-1.376-3.763-2.055zM6.657 18.621c.11-.304.117-1.028.615-.795.499.086.367.646.177.962-.262-.064-.527-.115-.792-.167zM7.916 18.651c1.882.361 3.754.769 5.635 1.134-1.91-.093-3.809-.363-5.717-.506l.082-.628zM4.904 19.684c-.094-.276.234-.479.352-.703.137.062.275.124.414.183.004.173.003.347-.01.52-.252-.005-.504.013-.756 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--loose-road-surface--g4" xmlns="http://www.w3.org/2000/svg"><path d="M11.569 0h.379c.352.247.659.551.959.858 3.522 3.588 7.145 7.082 10.622 10.711v.441c-.364.491-.818.901-1.246 1.333-3.314 3.314-6.622 6.635-9.94 9.945-.359.448-.965.3-1.281-.111C7.39 19.448 3.622 15.809 0 12.033v-.453c3.076-3.247 6.314-6.348 9.453-9.539.709-.676 1.342-1.436 2.116-2.041M.572 11.786a1517.19 1517.19 0 0 0 11.192 11.215c3.747-3.722 7.485-7.455 11.194-11.215C19.23 8.05 15.504 4.31 11.766.582 8.027 4.309 4.3 8.049.572 11.786z"/><path d="M10.914 10.187c.444-.725.587-2.068 1.678-2a58.13 58.13 0 0 1 4.091.004c1.032-.016 1.195 1.259 1.599 1.975l.139-.402c.382.045.853.061.984.509a10.3 10.3 0 0 1-.811.18c.404.595.315 1.341.238 2.016-.118.849.006 1.708-.071 2.558-.32.136-.694.042-1.034.061-.012-.236-.02-.473-.027-.709-2.065.004-4.129-.002-6.194.004l-.019.699a17.09 17.09 0 0 0-.933.025l-.198-.308c-1.513-.285-3.036-.513-4.559-.744-.148.004-.208-.138-.284-.238 1.675.142 3.312.571 4.978.774C8.783 13.902 7 13.407 5.246 12.85l-.001-.249c1.482.424 2.925.978 4.407 1.399-1.051-.598-2.165-1.073-3.252-1.599l-.001-.271c1.411.578 2.705 1.42 4.122 1.965-1.194-1.142-2.564-2.089-3.818-3.165-.115-.118-.171-.278-.251-.419 1.458.841 2.612 2.153 3.961 3.167.149-1.073-.441-2.265.224-3.235a34.61 34.61 0 0 0-.719-.109c.007-.134.015-.267.025-.4a7.34 7.34 0 0 1 .894-.171l.076.425m.938-1.436a34.44 34.44 0 0 0-.671 1.688 59.816 59.816 0 0 1 6.867-.002 37.072 37.072 0 0 0-.687-1.695 34.938 34.938 0 0 0-5.509.009m-.616 2.803c-.008.152-.018.302-.025.454.584.119 1.173.227 1.772.212-.058-.92-1.125-.605-1.747-.666m5.559.063c-.067.202-.138.404-.208.605.611.018 1.212-.098 1.808-.216-.031-.153-.06-.306-.089-.458-.505.007-1.008.027-1.511.069zM5.088 9.856c.247-.059.493-.121.74-.181.078.266.115.541.127.818-.251.015-.501.033-.752.045a20.157 20.157 0 0 1-.115-.681z"/><path d="M5.064 11.794c-.131-.554.381-.804.849-.674.002.226.004.452.004.679a2.973 2.973 0 0 1-.853-.005zM3.466 11.596c.206-.012.412-.022.618-.031.192.279.232.612.214.941-.245.014-.488.025-.732.034-.141-.298-.141-.625-.1-.945zM4.026 13.355c.342-.058.682-.005.995.145.034.554-.441.782-.926.729-.019-.292-.046-.584-.069-.874z"/><path fill="#ff0" d="M.572 11.786C4.3 8.05 8.027 4.31 11.766.582c3.738 3.727 7.464 7.467 11.192 11.204-3.709 3.76-7.447 7.493-11.194 11.215A1517.19 1517.19 0 0 1 .572 11.786m10.342-1.599l-.076-.425c-.301.039-.6.094-.894.171-.009.133-.018.266-.025.4.24.034.48.071.719.109-.665.971-.074 2.162-.224 3.235-1.349-1.014-2.504-2.326-3.961-3.167.08.141.135.301.251.419 1.254 1.075 2.624 2.022 3.818 3.165-1.418-.545-2.712-1.387-4.122-1.965l.001.271c1.087.526 2.201 1.001 3.252 1.599-1.482-.421-2.925-.975-4.407-1.399l.001.249c1.754.558 3.536 1.052 5.245 1.741-1.666-.204-3.302-.632-4.978-.774.075.1.135.241.284.238 1.522.231 3.046.459 4.559.744l.198.308c.311-.018.622-.024.933-.025l.019-.699c2.065-.006 4.129 0 6.194-.004.007.236.015.473.027.709.34-.019.714.075 1.034-.061.076-.849-.047-1.708.071-2.558.078-.675.166-1.421-.238-2.016a10.4 10.4 0 0 0 .811-.18c-.131-.448-.601-.465-.984-.509l-.139.402c-.404-.716-.567-1.992-1.599-1.975a58.74 58.74 0 0 0-4.091-.004c-1.091-.068-1.234 1.275-1.678 2m-5.827-.33c.034.227.073.454.115.681.251-.012.501-.029.752-.045a3.434 3.434 0 0 0-.127-.818c-.247.06-.493.122-.74.181m-.024 1.939c.284.044.569.042.853.005 0-.227-.001-.453-.004-.679-.468-.129-.98.12-.849.674m-1.598-.198c-.041.32-.041.647.1.945.244-.009.487-.02.732-.034.018-.329-.022-.662-.214-.941-.206.008-.412.019-.618.031m.56 1.758c.024.291.051.582.069.874.485.053.96-.175.926-.729a1.66 1.66 0 0 0-.995-.145z"/><path fill="#ff0" d="M11.851 8.752a34.819 34.819 0 0 1 5.509-.009c.242.56.473 1.125.687 1.695a60.044 60.044 0 0 0-6.867.002c.204-.571.436-1.129.671-1.688zM11.235 11.555c.622.061 1.689-.254 1.747.666-.599.015-1.188-.093-1.772-.212.007-.152.016-.302.025-.454zM16.794 11.618a21.734 21.734 0 0 1 1.511-.069l.089.458c-.596.119-1.198.234-1.808.216.071-.201.141-.402.208-.605z"/></symbol><symbol viewBox="0 0 27 24" id="warning--low-flying-aircraft--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.218 0h.529c.695.128 1.344.534 1.678 1.168 3.734 6.47 7.462 12.943 11.197 19.412.177.305.289.642.378.982v.407c-.116.721-.522 1.418-1.189 1.753-.49.276-1.067.261-1.611.252-7.333-.003-14.667.001-22-.002-1.087.03-2.016-.851-2.2-1.895v-.538c.129-.663.529-1.216.852-1.793C4.436 13.531 8.017 7.315 11.606 1.103c.33-.599.957-.963 1.612-1.103m.262 2.888C9.914 9.074 6.332 15.252 2.782 21.448c7.142.009 14.284.005 21.427.002-3.567-6.192-7.11-12.402-10.729-18.562z"/><path fill="#ffd100" d="M13.48 2.888c3.619 6.16 7.162 12.37 10.729 18.562-7.143.003-14.285.007-21.427-.002 3.55-6.196 7.132-12.374 10.698-18.56m-2.616 11.397c-.891.111-1.789.17-2.679.289-.396.172-.741.451-1.075.721.449.293.856.756 1.428.759.777.079 1.554.149 2.33.242 1.009 1.331 2.002 2.675 3.019 4.001.598-.008 1.196 0 1.794-.006-.527-.941-1.087-1.864-1.607-2.808-.055-.4-.01-.807-.021-1.21 1-.033 1.994-.135 2.986-.257.263.414.507.841.777 1.251.331.001.663.002.994-.004-.096-.573-.227-1.141-.316-1.715l.387-.258-.393-.275c.105-.569.221-1.136.323-1.705a36.89 36.89 0 0 0-.998-.002c-.27.411-.514.839-.774 1.256a31.056 31.056 0 0 0-2.984-.256c.004-.4-.027-.802.013-1.201.515-.953 1.084-1.878 1.611-2.825-.597-.005-1.195-.001-1.793-.002-1.022 1.324-2.014 2.67-3.022 4.005z"/><path d="M10.864 14.285c1.008-1.335 2-2.681 3.022-4.005.598.001 1.196-.003 1.793.002-.527.947-1.096 1.872-1.611 2.825-.04.399-.009.801-.013 1.201.998.037 1.994.123 2.984.256.26-.417.504-.845.774-1.256.333-.003.665-.004.998.002-.102.569-.218 1.136-.323 1.705l.393.275-.387.258c.089.574.22 1.142.316 1.715-.331.006-.663.005-.994.004-.27-.41-.514-.837-.777-1.251-.992.122-1.986.224-2.986.257.011.403-.034.81.021 1.21.52.944 1.08 1.867 1.607 2.808-.598.006-1.196-.002-1.794.006-1.017-1.326-2.01-2.67-3.019-4.001-.776-.093-1.553-.163-2.33-.242-.572-.003-.979-.466-1.428-.759.334-.27.679-.549 1.075-.721.89-.119 1.788-.178 2.679-.289z"/></symbol><symbol viewBox="0 0 27 24" id="warning--low-flying-aircraft--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ed171f" d="M13.385 0h.624c.327.141.628.36.802.679l11.915 20.59c.238.41.493.813.674 1.252v.52a1.514 1.514 0 0 1-.852.959H.843c-.4-.158-.688-.493-.843-.887v-.618c.189-.427.438-.822.67-1.226C4.625 14.424 8.582 7.58 12.535.734c.18-.345.494-.59.85-.734M4.159 21.084c6.356.004 12.712.004 19.068 0a9013.903 9013.903 0 0 0-9.534-16.469 9636.692 9636.692 0 0 0-9.534 16.469z"/><path fill="#fff" d="M4.159 21.084a9636.692 9636.692 0 0 1 9.534-16.469 9013.903 9013.903 0 0 1 9.534 16.469c-6.356.004-12.712.004-19.068 0m4.578-7.235c-.22.148-.099.541.174.517 2.758.011 5.518.014 8.276-.002.346.012.353-.562.011-.565-2.665-.031-5.333-.001-8-.015-.152.014-.325-.022-.461.065m9.597.593c-.342.331-.457.868-.84 1.145-.865.043-1.734.015-2.601.014-.393.008-.432-.506-.715-.687-.247-.07-.508-.035-.76-.038l-.047-.349a40.677 40.677 0 0 0-.698-.005l-.044.342c-.582-.116-.955.334-1.257.753-.516.028-1.123-.083-1.525.327-.764.738-1.594 1.414-2.308 2.199-.397.553.178 1.227.779 1.204 1.762.017 3.525-.001 5.287.008.165-.009.396.019.479-.164.262-.533.353-1.185.811-1.598.777-.399 1.615-.662 2.425-.983.498-.254.905.627 1.376.285.203-.68.269-1.4.402-2.097.118-.445-.484-.478-.764-.356m-9.399 5.499c-.214.183-.002.538.261.471 1.57-.001 3.141.011 4.711-.006.4-.006.28-.649-.104-.543-1.616.045-3.284-.108-4.868.078z"/><path fill="#fff" d="M10.129 16.438c.273-.143.722-.011.68.356-.032.362.156.888-.222 1.114-.488.083-.994.031-1.489.031-.256.02-.353-.347-.148-.48.385-.348.736-.748 1.179-1.021zM11.717 16.431c.218-.003.435-.002.653.004.028.374.026.75-.003 1.124-.219.001-.439-.001-.658-.008a7.346 7.346 0 0 1 .008-1.12zM13.081 16.425c.222.003.445.007.667.015.013.369.011.739-.002 1.108-.218-.019-.479.068-.669-.051-.044-.356-.011-.715.004-1.072z"/><path d="M8.737 13.849c.136-.087.309-.051.461-.065 2.667.014 5.335-.016 8 .015.342.003.335.577-.011.565-2.758.016-5.518.013-8.276.002-.273.024-.394-.369-.174-.517zM18.334 14.442c.28-.122.882-.089.764.356-.133.697-.199 1.417-.402 2.097-.471.342-.878-.539-1.376-.285-.81.321-1.648.584-2.425.983-.458.413-.549 1.065-.811 1.598-.083.183-.314.155-.479.164-1.762-.009-3.525.009-5.287-.008-.601.023-1.176-.651-.779-1.204.714-.785 1.544-1.461 2.308-2.199.402-.41 1.009-.299 1.525-.327.302-.419.675-.869 1.257-.753l.044-.342c.232 0 .465.001.698.005l.047.349c.252.003.513-.032.76.038.283.181.322.695.715.687.867.001 1.736.029 2.601-.014.383-.277.498-.814.84-1.145m-8.205 1.996c-.443.273-.794.673-1.179 1.021-.205.133-.108.5.148.48.495 0 1.001.052 1.489-.031.378-.226.19-.752.222-1.114.042-.367-.407-.499-.68-.356m1.588-.007a7.346 7.346 0 0 0-.008 1.12c.219.007.439.009.658.008.029-.374.031-.75.003-1.124a15.796 15.796 0 0 0-.653-.004m1.364-.006c-.015.357-.048.716-.004 1.072.19.119.451.032.669.051.013-.369.015-.739.002-1.108a29.683 29.683 0 0 0-.667-.015zM8.935 19.941c1.584-.186 3.252-.033 4.868-.078.384-.106.504.537.104.543-1.57.017-3.141.005-4.711.006-.263.067-.475-.288-.261-.471z"/></symbol><symbol viewBox="0 0 27 24" id="warning--low-flying-aircraft--g3" xmlns="http://www.w3.org/2000/svg"><path d="M13.066 0h.906c.321.115.648.254.863.533-.611-.43-1.384-.583-2.092-.3.109-.076.217-.154.323-.233zM13.91 6.605c.385.206.763.424 1.14.643.439 2.899.865 5.8 1.303 8.699.015.277.315.363.508.495 1.405.863 2.844 1.676 4.228 2.572.574.455-.064 1.45-.717 1.108-1.506-.882-2.971-1.835-4.472-2.726-.156-.121-.345-.074-.513-.011-2.733.933-5.46 1.888-8.193 2.823a41.003 41.003 0 0 1-1.094-.714 973.143 973.143 0 0 1 6.459-3.444c.278-.1.318-.518.058-.662-.74-.467-1.482-.941-2.25-1.36-.643.088-1.247.403-1.874.581a35.67 35.67 0 0 1-.904-.431c.725-.438 1.468-.845 2.194-1.282.025-.838.069-1.675.107-2.512.236.173.48.335.706.521.451.667-.055 1.894.833 2.276.609.35 1.2.733 1.807 1.087.229.185.615.015.604-.286.034-2.458.044-4.918.07-7.377z"/><path d="M0 21.651c.511-1.04 1.06-2.086 1.754-3.013-.464.956-1.082 1.828-1.543 2.784-.5 1.124.454 2.54 1.683 2.498 7.805-.004 15.61.005 23.415-.004 1.281-.031 2.097-1.545 1.541-2.671.082.11.165.219.25.328v.933c-.194.707-.748 1.256-1.436 1.494H1.462A2.222 2.222 0 0 1 0 22.51v-.859z"/><path fill="#fff" d="M12.743.233c.708-.283 1.481-.13 2.092.3l.024.023c.353.572.653 1.178 1.055 1.718l.033.061c.431.876.918 1.732 1.467 2.539l.033.061c.429.876.919 1.729 1.465 2.539l.033.061c.433.875.92 1.73 1.467 2.539l.033.06c.431.876.921 1.73 1.466 2.54l.034.06a22.01 22.01 0 0 0 1.465 2.54l.034.061c.433.874.921 1.729 1.467 2.539l.033.06c.435.877.921 1.737 1.473 2.546.139.258.283.513.433.765.556 1.126-.26 2.64-1.541 2.671-7.805.009-15.61 0-23.415.004-1.229.042-2.183-1.374-1.683-2.498.461-.956 1.079-1.828 1.543-2.784l.038-.062a23.509 23.509 0 0 0 1.468-2.542l.034-.058a23.92 23.92 0 0 0 1.465-2.542l.034-.058a23.838 23.838 0 0 0 1.467-2.542 4.22 4.22 0 0 1 .034-.058 23.55 23.55 0 0 0 1.463-2.541l.035-.061a22.78 22.78 0 0 0 1.464-2.54l.034-.06a22.236 22.236 0 0 0 1.466-2.539l.036-.062c.679-.87.978-2.029 1.886-2.715l.065-.025m.497.228c-.461.089-.84.423-1.054.832C8.326 7.996 4.45 14.69.597 21.397c-.527.92.231 2.211 1.296 2.181 7.771.004 15.543.003 23.315 0 1.099.035 1.852-1.327 1.265-2.248-3.859-6.704-7.73-13.402-11.594-20.103-.302-.579-.999-.912-1.639-.766z"/><path fill="#fff" d="M13.426 3.024c.234-.08.459.086.556.292 3.412 5.918 6.829 11.833 10.238 17.753.205.262.009.703-.335.68-6.89.007-13.781.007-20.671.001-.377.014-.528-.471-.302-.734l10.21-17.699c.074-.12.158-.253.304-.293m.484 3.581c-.026 2.459-.036 4.919-.07 7.377.011.301-.375.471-.604.286-.607-.354-1.198-.737-1.807-1.087-.888-.382-.382-1.609-.833-2.276-.226-.186-.47-.348-.706-.521-.038.837-.082 1.674-.107 2.512-.726.437-1.469.844-2.194 1.282.299.148.6.291.904.431.627-.178 1.231-.493 1.874-.581.768.419 1.51.893 2.25 1.36.26.144.22.562-.058.662A973.143 973.143 0 0 0 6.1 19.494c.36.245.727.481 1.094.714 2.733-.935 5.46-1.89 8.193-2.823.168-.063.357-.11.513.011 1.501.891 2.966 1.844 4.472 2.726.653.342 1.291-.653.717-1.108-1.384-.896-2.823-1.709-4.228-2.572-.193-.132-.493-.218-.508-.495-.438-2.899-.864-5.8-1.303-8.699a37.439 37.439 0 0 0-1.14-.643z"/><path fill="#434343" opacity=".83" d="M11.599 1.403c.267-.448.52-1.014 1.079-1.145-.908.686-1.207 1.845-1.886 2.715.151-.577.538-1.047.807-1.57z"/><path fill="red" d="M13.24.461c.64-.146 1.337.187 1.639.766 3.864 6.701 7.735 13.399 11.594 20.103.587.921-.166 2.283-1.265 2.248-7.772.003-15.544.004-23.315 0-1.065.03-1.823-1.261-1.296-2.181C4.45 14.69 8.326 7.996 12.186 1.293 12.4.884 12.779.55 13.24.461m.186 2.563c-.146.04-.23.173-.304.293L2.912 21.016c-.226.263-.075.748.302.734 6.89.006 13.781.006 20.671-.001.344.023.54-.418.335-.68-3.409-5.92-6.826-11.835-10.238-17.753-.097-.206-.322-.372-.556-.292z"/><path fill="#444" opacity=".85" d="M14.859.556c.517.441.819 1.093 1.055 1.718-.402-.54-.702-1.146-1.055-1.718z"/><path fill="#424242" opacity=".83" d="M15.947 2.335a10.832 10.832 0 0 1 1.467 2.539 20.994 20.994 0 0 1-1.467-2.539zM17.447 4.935c.6.763 1.097 1.64 1.465 2.539a21.348 21.348 0 0 1-1.465-2.539z"/><path fill="#414141" opacity=".83" d="M9.29 5.574c.367-.899.863-1.779 1.466-2.539A22.236 22.236 0 0 1 9.29 5.574zM23.444 15.335c.604.76 1.099 1.64 1.467 2.539a22.096 22.096 0 0 1-1.467-2.539zM24.944 17.934c.606.763 1.098 1.647 1.473 2.546a21.337 21.337 0 0 1-1.473-2.546z"/><path fill="#404040" opacity=".83" d="M7.792 8.174c.362-.901.863-1.778 1.464-2.54a22.78 22.78 0 0 1-1.464 2.54zM6.294 10.776a10.19 10.19 0 0 1 1.463-2.541 23.55 23.55 0 0 1-1.463 2.541z"/><path fill="#414141" opacity=".83" d="M18.945 7.535a10.655 10.655 0 0 1 1.467 2.539 21.783 21.783 0 0 1-1.467-2.539zM20.445 10.134a10.643 10.643 0 0 1 1.466 2.54 21.789 21.789 0 0 1-1.466-2.54zM21.945 12.734c.601.762 1.099 1.64 1.465 2.54a22.01 22.01 0 0 1-1.465-2.54z"/><path fill="#3f3f3f" opacity=".82" d="M4.793 13.376c.36-.902.861-1.783 1.467-2.542a23.838 23.838 0 0 1-1.467 2.542zM3.294 15.976c.358-.902.861-1.783 1.465-2.542a23.92 23.92 0 0 1-1.465 2.542zM1.792 18.576a10.21 10.21 0 0 1 1.468-2.542 23.509 23.509 0 0 1-1.468 2.542z"/></symbol><symbol viewBox="0 0 28 24" id="warning--low-flying-aircraft--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.53 0h.659c.591.166 1.025.621 1.297 1.156 4.063 6.991 8.253 13.912 12.259 20.933v.658a2.027 2.027 0 0 1-1.232 1.254H1.264a2.012 2.012 0 0 1-1.265-1.217V22.1C3.994 15.069 8.196 8.152 12.257 1.158c.269-.529.695-.975 1.272-1.157m.114 1.572C9.538 8.558 5.394 15.524 1.338 22.536c.246.037.492.069.741.076h22.477c.616.001 1.239.036 1.849-.078-4.019-6.956-8.143-13.852-12.196-20.788-.089-.246-.415-.549-.566-.173z"/><path fill="#fff" d="M13.643 1.573c.151-.376.477-.072.566.173 4.052 6.936 8.177 13.833 12.196 20.788-.61.114-1.233.079-1.849.078H2.079a6.161 6.161 0 0 1-.741-.076c4.056-7.013 8.2-13.978 12.305-20.963m4.729 10.007c-1.009.449-1.715 1.353-2.55 2.046a30.731 30.731 0 0 0-1.601-.24c.247-.241.488-.486.734-.727l-.513-.505c-.366.363-.731.728-1.097 1.093-.397-.064-.794-.126-1.188-.203.247-.257.495-.512.744-.769a80.219 80.219 0 0 1-.513-.494c-.376.38-.759.756-1.131 1.14-.857-.097-2.025-.57-2.533.426 1.672.803 3.49 1.286 5.104 2.213-.659.794-1.391 1.52-2.08 2.288-.902.018-1.982-.494-2.727.229.658.487 1.473.762 2.012 1.4.626.527.888 1.33 1.371 1.971.726-.724.223-1.808.228-2.698.762-.701 1.487-1.444 2.296-2.089.935 1.609 1.391 3.438 2.231 5.093.993-.534.501-1.72.411-2.593.373-.368.741-.739 1.111-1.11l-.512-.505c-.247.246-.492.494-.738.742l-.182-1.212c.351-.361.708-.716 1.063-1.072l-.515-.504c-.23.232-.461.465-.688.699-.078-.512-.157-1.024-.237-1.534.685-.805 1.53-1.505 2.017-2.457.23-.348-.115-.828-.515-.628z"/><path d="M18.372 11.58c.4-.2.745.28.515.628-.487.952-1.332 1.652-2.017 2.457.08.511.16 1.022.237 1.534.228-.234.458-.468.688-.699l.515.504c-.355.357-.712.712-1.063 1.072l.182 1.212c.246-.248.491-.497.738-.742l.512.505c-.37.37-.738.742-1.111 1.11.09.873.583 2.059-.411 2.593-.839-1.655-1.296-3.483-2.231-5.093-.809.645-1.534 1.389-2.296 2.089-.004.891.498 1.974-.228 2.698-.483-.641-.745-1.444-1.371-1.971-.538-.638-1.354-.913-2.012-1.4.745-.723 1.826-.211 2.727-.229.688-.767 1.421-1.494 2.08-2.288-1.613-.927-3.432-1.409-5.104-2.213.508-.996 1.676-.523 2.533-.426.372-.384.755-.76 1.131-1.14.171.165.341.33.513.494-.248.257-.497.512-.744.769.394.076.791.139 1.188.203.366-.365.731-.73 1.097-1.093l.513.505c-.246.241-.487.486-.734.727.535.068 1.07.144 1.601.24.835-.694 1.541-1.597 2.55-2.046z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.201.408c.672-.198 1.415.035 1.892.536 3.376 3.224 6.756 6.445 10.126 9.676.752.673.726 1.951-.017 2.622-3.244 3.235-6.474 6.486-9.72 9.72-.691.702-1.93.74-2.63.03C7.438 19.724 4.02 16.459.603 13.195c-.732-.674-.673-1.921.041-2.587 3.136-3.145 6.282-6.281 9.421-9.424.323-.329.678-.66 1.136-.776m.123.256c-.43.1-.762.41-1.064.714C7.126 4.524 3.974 7.653.846 10.805.23 11.364.178 12.424.799 13c3.416 3.26 6.829 6.524 10.242 9.788.592.605 1.655.577 2.239-.023 3.247-3.235 6.482-6.482 9.728-9.719.624-.575.659-1.655.013-2.227-3.366-3.234-6.749-6.45-10.122-9.676-.401-.414-1.008-.631-1.576-.48z"/><path fill="#231f20" d="M11.194 1.112c.647-.211 1.379-.001 1.846.486 3.154 3.006 6.305 6.016 9.451 9.029.745.638.755 1.879.046 2.548-3.037 3.043-6.079 6.082-9.121 9.121-.682.688-1.902.691-2.574-.013-3.182-3.059-6.388-6.095-9.569-9.155-.674-.647-.625-1.813.04-2.45 2.868-2.894 5.761-5.764 8.638-8.65.367-.36.728-.775 1.244-.916m.117.369c-.34.095-.602.344-.848.583C7.53 5.01 4.578 7.939 1.648 10.889c-.584.51-.641 1.5-.044 2.023 3.17 3.031 6.343 6.061 9.515 9.091.551.582 1.55.545 2.083-.043l9.059-9.06c.557-.526.548-1.498-.044-1.993-3.121-2.999-6.258-5.983-9.386-8.976-.379-.408-.972-.619-1.517-.45z"/><path fill="#231f20" d="M11.622 5.845c.078-.301.188-.829.589-.788.318.248.412.682.443 1.064.065 1.307.124 2.615.197 3.922.305.08.608.168.911.256.042-.397.071-.817.295-1.162.448.16.236.876.32 1.271 1.316.698 2.632 1.4 3.943 2.105.288.148.157.497-.044.656a502.93 502.93 0 0 0-5.531-1.536c-.03 1.475-.131 2.953-.112 4.427.462.883 1.014 1.721 1.494 2.596-.866.004-1.732-.186-2.603-.073-.572-.013-1.123.258-1.694.172.461-.923 1.096-1.756 1.525-2.689.078-1.476.094-2.956.143-4.434-1.802.506-3.595 1.043-5.396 1.55-.244.071-.552.118-.733-.109-.076-.325.27-.48.499-.611 1.333-.684 2.66-1.376 3.997-2.052.085-.4-.127-1.097.316-1.278.228.346.257.767.3 1.166.302-.086.606-.172.91-.252.096-1.399.116-2.803.232-4.2z"/><path fill="#fff100" d="M11.324.664c.568-.151 1.175.066 1.576.48 3.373 3.226 6.756 6.442 10.122 9.676.646.572.611 1.652-.013 2.227-3.246 3.236-6.481 6.484-9.728 9.719-.584.6-1.648.628-2.239.023C7.629 19.525 4.216 16.261.8 13.001c-.622-.576-.569-1.636.047-2.195 3.128-3.152 6.28-6.281 9.414-9.427.302-.304.635-.614 1.064-.714m-.131.447c-.516.14-.877.556-1.244.916-2.876 2.886-5.77 5.755-8.638 8.65-.665.637-.714 1.804-.04 2.45 3.181 3.06 6.386 6.096 9.569 9.155.672.704 1.892.701 2.574.013 3.042-3.04 6.084-6.078 9.121-9.121.709-.668.7-1.909-.046-2.548a5754.126 5754.126 0 0 0-9.451-9.029c-.467-.487-1.199-.697-1.846-.486z"/><path fill="#fff100" d="M11.312 1.481c.545-.169 1.138.042 1.517.45 3.128 2.993 6.265 5.977 9.386 8.976.593.496.601 1.468.044 1.993-3.019 3.02-6.038 6.041-9.059 9.06-.533.588-1.532.625-2.083.043l-9.515-9.091c-.596-.523-.54-1.513.044-2.023 2.93-2.95 5.882-5.879 8.816-8.825.246-.239.509-.488.848-.583m.312 4.364c-.115 1.397-.136 2.801-.232 4.2-.304.08-.607.166-.91.252-.043-.4-.072-.821-.3-1.166-.443.181-.23.878-.316 1.278-1.337.676-2.664 1.368-3.997 2.052-.229.131-.575.286-.499.611.181.227.49.18.733.109 1.801-.508 3.594-1.044 5.396-1.55-.049 1.478-.065 2.958-.143 4.434-.43.934-1.064 1.766-1.525 2.689.571.086 1.122-.185 1.694-.172.871-.113 1.736.077 2.603.073-.48-.875-1.032-1.712-1.494-2.596-.019-1.474.082-2.952.112-4.427 1.847.5 3.69 1.015 5.531 1.536.202-.16.332-.509.044-.656a1057.96 1057.96 0 0 0-3.943-2.105c-.084-.395.127-1.111-.32-1.271-.224.344-.253.764-.295 1.162a39.533 39.533 0 0 0-.911-.256c-.073-1.307-.132-2.615-.197-3.922-.031-.383-.125-.816-.443-1.064-.401-.041-.511.487-.589.788z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g6" xmlns="http://www.w3.org/2000/svg"><path d="M11.917.415c.336-.059.62.158.844.383 3.517 3.523 7.044 7.039 10.56 10.565.38.32.415.972.025 1.298-3.56 3.563-7.122 7.122-10.682 10.684-.325.39-.995.377-1.319-.007C7.786 19.776 4.221 16.22.665 12.653c-.373-.33-.356-.961.031-1.273C4.235 7.836 7.778 4.299 11.317.755c.17-.154.354-.336.6-.34m-.239.581C8.242 4.4 4.84 7.84 1.407 11.248a4.029 4.029 0 0 0-.644.748c.194.48.649.766.98 1.142 3.302 3.296 6.594 6.604 9.9 9.895a.447.447 0 0 0 .722.01c3.564-3.554 7.12-7.117 10.678-10.676.248-.182.204-.532-.024-.709a6645.887 6645.887 0 0 0-10.62-10.62c-.172-.217-.533-.258-.721-.041z"/><path d="M6.972 7.098c.502-.46 1.288-.112 1.742.266.89.827 1.722 1.715 2.591 2.564 2.16-.569 4.294-1.249 6.458-1.8.566.031 1.654 1.009.804 1.433-1.192.611-2.378 1.23-3.572 1.834-.481.23-.805.672-1.175 1.039.761.875 1.836 1.543 2.24 2.675.582-.163 1.139-.408 1.727-.547.437-.085.731.338.886.684-.936 1.151-2.078 2.128-3.108 3.198-.391.511-1.129-.164-1.013-.66.139-.581.38-1.132.539-1.708-1.138-.404-1.805-1.48-2.682-2.243-1.552 1.314-1.932 3.494-3.124 5.054-.64.053-1.392-.82-1.102-1.466.589-2.016 1.135-4.045 1.738-6.058-.814-.88-1.711-1.68-2.522-2.562-.386-.452-.706-1.126-.427-1.704z"/><path fill="#ffef00" d="M11.678.996c.188-.217.55-.176.721.041 3.544 3.536 7.084 7.076 10.62 10.62.228.178.272.527.024.709-3.558 3.559-7.114 7.122-10.678 10.676a.447.447 0 0 1-.722-.01c-3.306-3.292-6.598-6.599-9.9-9.895-.331-.377-.786-.662-.98-1.142.178-.28.406-.52.644-.748C4.84 7.839 8.242 4.4 11.678.995M6.972 7.098c-.278.578.041 1.252.427 1.704.811.882 1.709 1.682 2.522 2.562-.602 2.012-1.148 4.042-1.738 6.058-.29.647.462 1.519 1.102 1.466 1.192-1.56 1.572-3.74 3.124-5.054.877.763 1.544 1.838 2.682 2.243-.158.576-.4 1.127-.539 1.708-.116.496.622 1.171 1.013.66 1.03-1.07 2.172-2.047 3.108-3.198-.155-.346-.449-.769-.886-.684-.588.139-1.145.384-1.727.547-.404-1.132-1.48-1.8-2.24-2.675.37-.367.694-.809 1.175-1.039 1.194-.604 2.381-1.223 3.572-1.834.85-.424-.238-1.402-.804-1.433-2.165.551-4.298 1.231-6.458 1.8-.869-.85-1.7-1.738-2.591-2.564-.455-.378-1.241-.726-1.742-.266z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.736 0h.479c.278.106.544.251.752.466 3.502 3.503 7.003 7.006 10.507 10.506.252.233.419.538.526.862v.239c-.085.298-.197.599-.425.817-3.541 3.542-7.085 7.082-10.624 10.626-.222.233-.512.38-.814.485h-.271c-.59-.126-.966-.614-1.372-1.015l-9.48-9.48c-.377-.385-.824-.732-1.015-1.255v-.485a1.83 1.83 0 0 1 .454-.744L11.021.454c.2-.202.452-.342.714-.452m-.162.41C7.884 3.956 4.326 7.649.683 11.246c-.427.326-.544 1.008-.118 1.386 3.602 3.6 7.201 7.204 10.806 10.802a.863.863 0 0 0 1.246-.007c3.602-3.604 7.212-7.201 10.811-10.808.376-.348.322-.978-.06-1.3C19.81 7.753 16.246 4.192 12.684.631c-.27-.31-.748-.433-1.111-.218z"/><path fill="#ffdb00" d="M11.916.761c.244-.055.422.15.583.299 3.517 3.526 7.046 7.04 10.562 10.568.198.163.258.492.046.671-3.577 3.587-7.164 7.166-10.742 10.753a.46.46 0 0 1-.731.002C8.054 19.468 4.465 15.89.889 12.301c-.216-.18-.156-.51.046-.676C4.47 8.075 8.022 4.541 11.562.997c.107-.091.209-.21.354-.236m-4.072 8.01l-.35.385c3.574.007 7.146.006 10.72 0 .098-.131.198-.262.298-.392-3.556-.002-7.111-.014-10.667.007m-3.011.75c-.82.226-1.216 1.291-.739 1.997.506.871 1.84.782 2.342-.049.816.256 1.637.496 2.452.756.57 1.001.936 2.246 2.032 2.813.007.41.006.822-.004 1.234-.527-.014-1.193.152-1.517-.395l-.256.191c.22.254.461.566.832.572 1.994.001 3.99.002 5.984-.001.505.025.874-.374 1.133-.758l-.253-.168c-.491.78-1.444.559-2.218.564a31.73 31.73 0 0 1 .001-1.234c.967-.012 1.934.011 2.902-.008.298.008.697-.154.664-.512.004-1.234.053-2.684-.883-3.629-.98-.817-2.365-.313-3.527-.451-.18-.218-.355-.44-.529-.664l-.475-.006c-.18.216-.305.485-.527.659-1.901.02-3.803.007-5.705.006-.23-.686-.997-1.159-1.709-.916z"/><path fill="#ffdb00" d="M9.834 10.973c1.631-.011 3.262-.004 4.894-.004.005.738.002 1.475.001 2.213-1.106-.037-2.228.101-3.322-.101-.972-.194-1.609-1.144-1.573-2.108zM15.17 10.97c.541.024 1.102-.076 1.63.065.704.444.811 1.385.767 2.147-.799.004-1.598.005-2.398-.001-.001-.737-.004-1.474.001-2.21zM11.29 15.017c.988-.001 1.975-.004 2.963.001.005.418.005.835-.001 1.253-.986.002-1.974.001-2.96.001a40.388 40.388 0 0 1-.001-1.255z"/><path d="M11.573.412c.364-.215.841-.091 1.111.218 3.562 3.562 7.126 7.122 10.684 10.688.382.322.436.952.06 1.3-3.599 3.607-7.208 7.205-10.811 10.808a.863.863 0 0 1-1.246.007C7.766 19.834 4.167 16.231.565 12.631c-.426-.378-.31-1.06.118-1.386C4.326 7.649 7.884 3.955 11.573.411m.343.35c-.145.026-.247.145-.354.236C8.022 4.542 4.47 8.076.935 11.625c-.202.166-.262.496-.046.676 3.576 3.589 7.165 7.168 10.745 10.753a.46.46 0 0 0 .731-.002c3.578-3.587 7.165-7.166 10.742-10.753.212-.179.152-.508-.046-.671C19.545 8.1 16.016 4.585 12.499 1.06c-.161-.149-.34-.354-.583-.299z"/><path d="M7.844 8.771c3.556-.022 7.111-.01 10.667-.007l-.298.392c-3.574.006-7.146.007-10.72 0l.35-.385zM4.834 9.521c.712-.244 1.478.229 1.709.916 1.902.001 3.804.014 5.705-.006.222-.174.347-.443.527-.659l.475.006c.174.223.349.445.529.664 1.162.138 2.546-.366 3.527.451.936.944.887 2.395.883 3.629.034.359-.366.521-.664.512-.967.019-1.934-.004-2.902.008-.008.412-.01.823-.001 1.234.774-.005 1.727.216 2.218-.564l.253.168c-.259.384-.628.784-1.133.758-1.994.004-3.99.002-5.984.001-.371-.006-.612-.318-.832-.572l.256-.191c.324.547.99.38 1.517.395.01-.412.011-.823.004-1.234-1.096-.566-1.462-1.812-2.032-2.813-.815-.26-1.636-.5-2.452-.756-.503.832-1.836.92-2.342.049-.476-.706-.08-1.771.739-1.997m5 1.453c-.036.965.601 1.914 1.573 2.108 1.093.202 2.215.064 3.322.101.001-.738.004-1.475-.001-2.213-1.632 0-3.263-.007-4.894.004m5.336-.003c-.005.737-.002 1.474-.001 2.21.799.006 1.598.005 2.398.001.044-.762-.062-1.703-.767-2.147-.528-.14-1.088-.041-1.63-.065m-3.88 4.048c-.006.419-.006.836.001 1.255.986 0 1.974.001 2.96-.001.006-.418.006-.835.001-1.253-.988-.005-1.975-.002-2.963-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-flying-aircraft--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#c5a518" opacity=".77" d="M11.706 0h.542c.354.133.679.337.943.608 3.432 3.45 6.889 6.875 10.318 10.326.582.556.569 1.559-.019 2.104-3.48 3.487-6.964 6.972-10.45 10.452-.546.584-1.55.6-2.102.017-3.449-3.433-6.875-6.889-10.326-10.32A2.616 2.616 0 0 1 0 12.264v-.539c.122-.352.314-.677.581-.938 3.164-3.157 6.324-6.319 9.485-9.48.498-.49.955-1.072 1.64-1.307m.107.295c-.36.05-.644.296-.894.541C7.524 4.242 4.117 7.635.721 11.038c-.51.442-.604 1.285-.09 1.762 3.499 3.504 7 7.01 10.502 10.511.444.49 1.277.468 1.714-.018l10.445-10.447c.515-.464.484-1.333-.037-1.78C19.84 7.64 16.408 4.233 12.996.805c-.301-.322-.724-.595-1.183-.51z"/><path d="M11.813.295c.46-.085.882.188 1.183.51 3.412 3.428 6.844 6.835 10.259 10.261.521.446.552 1.315.037 1.78L12.847 23.293c-.437.486-1.27.508-1.714.018C7.63 19.811 4.13 16.304.631 12.8c-.514-.476-.42-1.32.09-1.762C4.117 7.635 7.524 4.241 10.919.836c.25-.245.534-.491.894-.541m-.129.478c-.3.166-.518.437-.761.671C7.609 4.77 4.276 8.08.965 11.41a.773.773 0 0 0 .02 1.157c3.461 3.461 6.926 6.92 10.385 10.386.29.361.864.4 1.171.037 3.485-3.479 6.968-6.962 10.45-10.446.356-.311.314-.878-.037-1.174-3.437-3.445-6.882-6.883-10.324-10.324-.234-.254-.608-.444-.947-.274z"/><path d="M13.513 6.668c.938-.169 1.859-.446 2.804-.563.408.026.451.689.048.762-1.123.276-2.264.479-3.392.734-.241.085-.457-.059-.665-.158-.294.052-.587.112-.878.172.092.44.185.881.28 1.32.848-.221 1.724-.593 2.612-.455 1.192.284 1.408 2.13.302 2.663a14 14 0 0 1-2.255.486c-2.172-.044-4.345-.144-6.517-.208-.136 1.012-1.268 1.739-2.221 1.278-1.081-.434-1.243-2.099-.253-2.722.821-.618 2.024-.152 2.396.758 1.908-.575 3.811-1.164 5.718-1.74l-.281-1.334c-.554.066-1.072.251-1.507.598a90.534 90.534 0 0 1-3.758.796c-.472.126-.652-.677-.166-.749 1.217-.286 2.443-.535 3.666-.794.235-.079.451.049.656.149.724-.14 1.447-.288 2.161-.47.269-.43.814-.407 1.249-.522M12.376 8.95c.434.739.864 1.481 1.301 2.22.978.011 1.81-1.066 1.224-1.954-.56-.906-1.706-.425-2.525-.266m-8.837 2.33c.013.864 1.248.907 1.5.149-.358-.047-.716-.077-1.074-.124.335-.138.68-.246 1.019-.373-.384-.625-1.468-.452-1.445.348zM15.18 11.459c.637-.202.962.859.313 1.031a220.8 220.8 0 0 1-6.024 1.283c-.644.151-.866-.923-.22-1.042 1.97-.448 3.952-.858 5.93-1.272zM5.015 15.805a3316.697 3316.697 0 0 1 17.764-3.814c-3.584 3.606-7.192 7.192-10.781 10.794-1.105-1.11-2.215-2.215-3.322-3.323 1.331-.712 2.664-1.418 3.994-2.134l-.575-.39c-1.355.626-2.711 1.25-4.057 1.896-1.004-1.014-2.02-2.016-3.023-3.03m12.561-1.394c.772.181 1.444-.502 2.062-.877-.739.149-1.393.546-2.062.877m-1.518.693c-.851.365-1.679.78-2.52 1.164.176.106.354.209.532.314.866-.454 1.739-.896 2.585-1.387-.194-.041-.398-.196-.596-.091z"/><path fill="#ffd520" d="M11.684.773c.338-.17.713.019.947.274 3.442 3.44 6.887 6.878 10.324 10.324.352.295.394.863.037 1.174-3.481 3.484-6.965 6.967-10.45 10.446-.307.362-.881.324-1.171-.037C7.913 19.488 4.447 16.029.986 12.568a.772.772 0 0 1-.02-1.157c3.311-3.33 6.643-6.64 9.958-9.966.242-.234.461-.505.761-.671m1.828 5.894c-.436.115-.98.092-1.249.522-.714.182-1.438.33-2.161.47-.205-.1-.421-.228-.656-.149-1.223.259-2.449.509-3.666.794-.486.072-.306.875.166.749 1.256-.241 2.514-.5 3.758-.796.436-.347.953-.532 1.507-.598l.281 1.334c-1.907.576-3.81 1.165-5.718 1.74-.372-.911-1.576-1.376-2.396-.758-.99.623-.828 2.287.253 2.722.953.461 2.086-.266 2.221-1.278 2.172.064 4.345.163 6.517.208a14 14 0 0 0 2.255-.486c1.105-.533.889-2.378-.302-2.663-.888-.138-1.764.234-2.612.455-.095-.439-.187-.88-.28-1.32.292-.06.584-.12.878-.172.208.1.424.244.665.158 1.128-.256 2.269-.458 3.392-.734.403-.073.36-.736-.048-.762-.946.116-1.866.394-2.804.563m1.666 4.792c-1.979.414-3.96.824-5.93 1.272-.647.119-.425 1.193.22 1.042 2.011-.402 4.025-.824 6.024-1.283.649-.172.324-1.232-.313-1.031M5.015 15.805c1.003 1.014 2.018 2.016 3.023 3.03 1.346-.646 2.702-1.27 4.057-1.896l.575.39c-1.33.715-2.663 1.422-3.994 2.134 1.106 1.108 2.216 2.213 3.322 3.323 3.589-3.602 7.196-7.188 10.781-10.794a3241.675 3241.675 0 0 0-17.764 3.814z"/><path fill="#ffd520" d="M12.376 8.95c.818-.158 1.964-.64 2.525.266.586.888-.246 1.964-1.224 1.954-.437-.739-.866-1.481-1.301-2.22zM3.539 11.28c-.023-.8 1.061-.973 1.445-.348-.338.127-.684.235-1.019.373.358.047.716.077 1.074.124-.252.758-1.487.715-1.5-.149zM17.576 14.41c.668-.331 1.322-.728 2.062-.877-.618.376-1.29 1.058-2.062.877zM16.058 15.103c.198-.104.402.05.596.091-.846.491-1.718.934-2.585 1.387l-.532-.314c.841-.384 1.669-.799 2.52-1.164z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-ground-clearance--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#eabe2e" opacity=".92" d="M11.812 0h.587c.275.144.528.328.748.549 3.276 3.269 6.56 6.531 9.842 9.795.447.461.978.868 1.253 1.464v.48c-.168.394-.469.705-.776.996-3.629 3.553-7.162 7.208-10.833 10.715h-1.057C7.954 20.492 4.426 16.886.829 13.352a6.936 6.936 0 0 1-.83-.941v-.65c.312-.594.847-1.013 1.308-1.485C4.566 7.029 7.833 3.79 11.088.54c.216-.212.461-.393.724-.542m.227.289c-.278.021-.487.224-.681.404C7.777 4.264 4.18 7.821.6 11.394c-.375.32-.427.926-.047 1.264 3.641 3.633 7.292 7.256 10.936 10.887.324.375.936.367 1.259-.004 3.642-3.633 7.295-7.256 10.935-10.888.376-.338.32-.938-.048-1.257C20.056 7.824 16.458 4.269 12.881.694c-.225-.219-.504-.452-.841-.407z"/><path d="M12.039.287c.337-.045.616.188.841.407 3.577 3.575 7.175 7.13 10.754 10.702.368.319.424.919.048 1.257-3.64 3.633-7.292 7.256-10.935 10.888-.324.371-.936.378-1.259.004C7.844 19.913 4.193 16.29.552 12.658c-.379-.338-.327-.944.047-1.264C4.178 7.821 7.776 4.264 11.357.691c.194-.179.404-.383.681-.404m-.006.461c-.33.187-.566.492-.836.75C7.796 4.887 4.39 8.271.989 11.66c-.241.188-.331.525-.051.727 3.625 3.612 7.252 7.225 10.882 10.83.185.244.502.149.665-.063 3.602-3.595 7.217-7.179 10.818-10.776.272-.199.179-.531-.053-.714-3.564-3.552-7.133-7.096-10.693-10.65-.148-.13-.309-.304-.525-.268z"/><path d="M10.795 7.686c.739.387 1.435.852 2.166 1.256l-.387.047c.267.366.533.732.775 1.115-.553-.392-1.059-.842-1.588-1.265l.084-.199a9.686 9.686 0 0 1-1.05-.954z"/><path d="M7.542 7.995c.337-.098.695-.041 1.04-.033.027.537.019 1.076.041 1.615.526.021 1.053.036 1.577-.035-.396-.149-.818-.189-1.23-.265.349-.57 1.136-.324 1.697-.368.553.328.772 1.044 1.313 1.4.888.105 1.795.116 2.691.121.384-.219.661-.582.99-.87l-.148-.309c.507-.474.988-.976 1.509-1.434-.23.465-.492.915-.754 1.364.119.098.238.196.356.296-.503.326-1.002.658-1.501.993 1.097.045 2.193.096 3.29.131.371-.624 1.247-.615 1.548.065.293.018.587.028.88.042l.064.428c-.335.002-.668 0-1.001.005-.135.183-.268.366-.399.553.522.332 1.524.012 1.69.732-2.492-.402-4.975-.859-7.463-1.287.223.136.45.267.672.406l-.594.175c.196.038.394.07.593.103l.121.342c-.206.032-.411.065-.616.104.233.067.469.124.705.176l.141.381c-.252.038-.505.079-.754.136.448.095.987.099 1.05.667-.29.012-.581.024-.869.05.21.332.623.222.95.256l.196.589-.882.002.047.348c.629-.093 1.183.05 1.233.764-.359.002-.716.002-1.074.005l.115.565 1.144-.002c.127.36.253.721.377 1.082l-1.318.002.192 1.024h-.75c-.048-.331-.087-.665-.162-.992-1.181-.082-2.368-.011-3.552-.033l-.119 1.024h-.752l.165-1.024-1.268-.002c.113-.36.225-.721.339-1.081h1.107l.097-.565-1.024-.001.236-.749c.305-.004.611-.001.916-.005l.051-.36-.853-.002.19-.588c.314-.029.702.058.905-.253a18.57 18.57 0 0 0-.815-.053l.168-.512a6.95 6.95 0 0 0 .811-.143 10.08 10.08 0 0 0-.725-.159c.04-.124.081-.246.124-.37.223-.052.446-.108.667-.175a20.106 20.106 0 0 0-.587-.107l.112-.339c.187-.033.373-.067.559-.105l-.566-.178c.215-.139.433-.27.652-.402-2.807.405-5.599.936-8.415 1.263 1.059-.588 2.383-.495 3.55-.796a22.693 22.693 0 0 0-.607-.704c.143-.622.063-1.265.16-1.892.361-.027.737.019 1.088-.085.279-.268.402-.655.676-.926m2.924 2.092c-.029.274-.065.548-.115.819.435-.034.873-.038 1.309-.048-.24-.315-.484-.628-.73-.939l-.464.168m-3.105.823c-.052.176-.105.35-.16.526.747-.142 1.496-.27 2.244-.406a27.502 27.502 0 0 1-.321-.464l-1.762.344m4.025.237l.001.161h1.97l.002-.161h-1.973m5.269.128c.75.212 1.525.335 2.299.416a52.768 52.768 0 0 0-.275-.47c-.675.008-1.354-.044-2.024.055m-5.322.348l.001.17c.739-.034 1.496.09 2.222-.096-.733-.136-1.482-.057-2.223-.074m-.063.565l-.011.202c.799-.015 1.602.044 2.399-.047-.754-.31-1.595-.096-2.388-.155m-.22.839c.892.098 1.799.084 2.692.008-.387-.322-.918-.158-1.376-.198-.44.032-.942-.109-1.316.189m.067.608l-.048.27c.941-.019 1.888.073 2.822-.063-.839-.441-1.859-.102-2.773-.207m-.035.922c-.05.07-.147.213-.196.284 1.006.063 2.016.019 3.023.028-.022-.118-.044-.235-.064-.353-.92.029-1.848-.061-2.762.041m-.198 1.074l-.067.565c1.09.002 2.181-.001 3.272.002l-.068-.564c-1.046-.007-2.091-.002-3.137-.004z"/><path d="M14.468 11.367c.742.385 1.448.833 2.162 1.265l-.393.022c.274.366.542.737.788 1.124-.548-.387-1.047-.832-1.573-1.245l.016-.258c-.349-.285-.69-.581-1-.908z"/><path fill="#ffd033" d="M12.032.748c.216-.036.377.138.525.268 3.56 3.554 7.13 7.098 10.693 10.65.233.183.325.515.053.714-3.601 3.596-7.216 7.181-10.818 10.776-.164.212-.48.307-.665.063-3.63-3.605-7.257-7.218-10.882-10.83-.28-.202-.19-.539.051-.727C4.39 8.273 7.796 4.889 11.196 1.5c.27-.258.507-.564.836-.75m-1.237 6.936c.322.347.68.658 1.05.954l-.084.199c.528.423 1.035.874 1.588 1.265-.241-.383-.508-.749-.775-1.115l.387-.047c-.731-.404-1.427-.869-2.166-1.256m-3.253.309c-.274.272-.398.658-.676.926-.352.104-.727.058-1.088.085-.097.627-.017 1.27-.16 1.892.208.229.408.467.607.704-1.167.302-2.491.208-3.55.796 2.816-.327 5.607-.858 8.415-1.263-.219.132-.438.263-.652.402.142.045.424.135.566.178-.185.039-.372.073-.559.105l-.112.339c.195.033.392.068.587.107-.221.067-.444.122-.667.175-.042.124-.084.246-.124.37.242.046.485.095.725.159a6.95 6.95 0 0 1-.811.143c-.057.171-.113.341-.168.512.272.013.543.028.815.053-.204.312-.592.224-.905.253l-.19.588.853.002-.051.36c-.305.004-.611.001-.916.005l-.236.749 1.024.001-.097.565H9.065c-.114.36-.227.721-.339 1.081l1.268.002-.165 1.024h.752l.119-1.024c1.183.022 2.371-.05 3.552.033.075.326.114.661.162.992h.75l-.192-1.024 1.318-.002a138.4 138.4 0 0 0-.377-1.082l-1.144.002c-.039-.189-.078-.377-.115-.565.358-.002.715-.002 1.074-.005-.05-.714-.604-.857-1.233-.764l-.047-.348.882-.002-.196-.589c-.327-.034-.741.076-.95-.256.288-.025.579-.038.869-.05-.063-.567-.601-.572-1.05-.667.248-.057.502-.098.754-.136-.047-.127-.093-.255-.141-.381a11.342 11.342 0 0 1-.705-.176c.205-.039.41-.073.616-.104l-.121-.342c-.199-.033-.396-.065-.593-.103l.594-.175c-.222-.139-.448-.27-.672-.406 2.488.428 4.971.885 7.463 1.287-.166-.72-1.167-.4-1.69-.732.131-.187.264-.37.399-.553.333-.005.667-.002 1.001-.005-.022-.143-.044-.286-.064-.428-.293-.015-.587-.024-.88-.042-.301-.68-1.177-.69-1.548-.065-1.097-.035-2.193-.086-3.29-.131.498-.335.998-.667 1.501-.993l-.356-.296c.262-.448.524-.898.754-1.364-.521.458-1.002.96-1.509 1.434.048.103.098.206.148.309-.33.288-.606.651-.99.87-.896-.005-1.802-.016-2.691-.121-.541-.356-.76-1.072-1.313-1.4-.561.045-1.348-.201-1.697.368.412.076.834.116 1.23.265-.524.072-1.051.056-1.577.035-.022-.538-.015-1.078-.041-1.615-.345-.008-.703-.065-1.04.033m6.923 3.377c.31.327.651.623 1 .908l-.016.258c.526.413 1.025.858 1.573 1.245a17.962 17.962 0 0 0-.788-1.124l.393-.022c-.714-.433-1.421-.88-2.162-1.265z"/><path fill="#ffd033" d="M10.463 10.092c.154-.057.309-.113.464-.168.246.312.49.624.73.939-.436.011-.874.015-1.309.048.05-.272.086-.545.115-.819zM7.358 10.915l1.762-.344c.105.155.212.31.321.464-.748.136-1.497.264-2.244.406.055-.176.108-.35.16-.526zM11.384 11.152h1.973l-.002.161h-1.97l-.001-.161zM16.653 11.28c.67-.098 1.349-.046 2.024-.055l.275.47a13.669 13.669 0 0 1-2.299-.416zM11.115 13.64c.914.105 1.935-.234 2.773.207-.933.136-1.881.044-2.822.063l.048-.27zM11.081 14.562c.914-.102 1.842-.012 2.762-.041l.064.353c-1.007-.008-2.017.035-3.023-.028.05-.07.147-.213.196-.284zM10.884 15.636c1.046.001 2.091-.004 3.137.004l.068.564c-1.091-.004-2.182 0-3.272-.002l.067-.565z"/><path fill="#fccd32" d="M11.331 11.629c.741.017 1.49-.062 2.223.074-.726.185-1.482.062-2.222.096l-.001-.17z"/><path fill="#f9cb32" d="M11.268 12.194c.793.059 1.634-.155 2.388.155-.796.091-1.6.033-2.399.047l.011-.202z"/><path fill="#dab12b" d="M11.048 13.033c.375-.298.876-.158 1.316-.189.458.04.989-.125 1.376.198-.893.075-1.8.09-2.692-.008z"/></symbol><symbol viewBox="0 0 27 24" id="warning--low-ground-clearance--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1c24" d="M11.943 1.086c.196-.353.465-.715.862-.847.543-.014 1.092-.03 1.634.009.548.267.792.866 1.1 1.355 3.706 6.427 7.421 12.849 11.122 19.278.179.29.303.611.482.902v.681c-.161.765-.791 1.348-1.537 1.537H1.362A2.515 2.515 0 0 1 0 22.628v-.794c.135-.187.198-.412.306-.614C4.192 14.514 8.049 7.789 11.943 1.087M2.851 21.586c7.144.01 14.288.008 21.431.001-3.565-6.19-7.137-12.377-10.706-18.565C9.983 9.2 6.427 15.399 2.85 21.585z"/><path fill="#fff" d="M2.851 21.586C6.428 15.4 9.984 9.2 13.577 3.023c3.569 6.188 7.141 12.374 10.706 18.565-7.143.007-14.287.009-21.431-.001m11.47-8.237c-.109.72-.194 1.443-.307 2.163-.158-.315-.302-.635-.463-.948-.821-.098-1.637-.221-2.457-.321-.051.315-.067.635-.129.947-.13.153-.343.218-.509.333-.366-.583-.702-1.185-1.083-1.758-.247-.301-.622-.063-.862.114-.328.255-.861.381-.934.853-.081.706-.131 1.415-.206 2.122-.019.173-.037.359.056.516.225.401.454.798.679 1.198l.291-.169c-.197-.511-.029-1.146.449-1.439.48-.327 1.173-.2 1.528.253.114-.074.342-.107.245-.291a1.17 1.17 0 0 1 .717-1.413c.459-.177.991 0 1.294.378l.242-.115c-.105-.114-.21-.227-.314-.342l.36.044c.261.561.511 1.127.775 1.687.504.071 1.007.151 1.512.221-.579.002-1.197-.016-1.717.279-.661.386-1.323.769-1.977 1.167a3.559 3.559 0 0 1-1.97.66c-1.303.013-2.607.002-3.91.005-.001.439-.001.877.001 1.316 5.334-.002 10.668.003 16.002-.002.001-.434-.002-.869.001-1.303-.641-.014-1.285.033-1.924-.026-1.617-.251-2.764-1.586-4.298-2.045.993.115 1.978.292 2.967.432.06-.598.606-1.115 1.221-1.061.691.009 1.206.715 1.091 1.38.194.027.387.059.581.089.171-.803-.307-1.669-1.07-1.963-.656-.275-1.448-.093-1.944.41l-.306-.01c.129-.961.267-1.922.388-2.884.014-.217-.231-.299-.405-.326-1.097-.167-2.194-.337-3.291-.5-.205-.039-.304.181-.325.348M11.45 15.69c-.631.158-.894 1.013-.472 1.505.323.426 1.017.471 1.395.094a.952.952 0 0 0 .131-1.223.95.95 0 0 0-1.054-.375m-2.175 1.302c-.661.105-.989.982-.569 1.5.395.586 1.401.46 1.638-.207.31-.663-.358-1.474-1.069-1.293m9.945.061c-.526.174-.787.846-.518 1.33.225.476.875.656 1.321.383.447-.244.607-.87.339-1.302a.957.957 0 0 0-1.142-.411z"/><path fill="#fff" d="M8.087 15.001c.246-.287.637-.402.944-.614.216.371.43.742.65 1.111-.579.336-1.157.677-1.742 1.004.058-.499.051-1.009.148-1.501z"/><path fill="#231f20" d="M14.322 13.35c.021-.167.12-.387.325-.348 1.097.163 2.194.333 3.291.5.174.027.419.109.405.326-.121.962-.259 1.923-.388 2.884l.306.01c.496-.502 1.288-.685 1.944-.41.763.295 1.241 1.161 1.07 1.963-.194-.03-.387-.062-.581-.089.114-.665-.4-1.371-1.091-1.38-.614-.054-1.161.463-1.221 1.061-.99-.14-1.975-.317-2.967-.432 1.534.459 2.681 1.794 4.298 2.045.639.059 1.283.012 1.924.026-.002.434 0 .869-.001 1.303-5.334.005-10.669 0-16.002.002a192.43 192.43 0 0 1-.001-1.316c1.303-.003 2.606.008 3.91-.005a3.561 3.561 0 0 0 1.97-.66c.653-.398 1.316-.781 1.977-1.167.521-.295 1.138-.277 1.717-.279-.505-.07-1.008-.15-1.512-.221-.264-.56-.515-1.126-.775-1.687l-.36-.044c.104.115.209.229.314.342l-.242.115c-.302-.378-.835-.555-1.294-.378a1.17 1.17 0 0 0-.717 1.413c.097.183-.131.217-.245.291-.355-.453-1.048-.58-1.528-.253-.477.293-.646.927-.449 1.439l-.291.169c-.225-.4-.455-.798-.679-1.198-.093-.157-.075-.343-.056-.516.075-.706.125-1.416.206-2.122.073-.472.606-.597.934-.853.241-.177.615-.415.862-.114.381.573.717 1.175 1.083 1.758.165-.114.378-.18.509-.333.062-.313.078-.633.129-.947.82.099 1.637.222 2.457.321.161.313.306.633.463.948.113-.719.198-1.443.307-2.163m-6.236 1.65c-.097.491-.09 1.002-.148 1.501.585-.327 1.163-.668 1.742-1.004-.22-.369-.434-.74-.65-1.111-.307.212-.698.327-.944.614z"/><path fill="#231f20" d="M11.45 15.69a.952.952 0 0 1 1.054.375.954.954 0 0 1-.131 1.223c-.378.378-1.071.332-1.395-.094-.422-.491-.159-1.347.472-1.505m.169.62c-.181.058-.26.301-.153.457.098.186.397.189.501.005.176-.218-.089-.57-.348-.462zM9.275 16.993c.711-.181 1.379.63 1.069 1.293-.237.667-1.243.793-1.638.207-.42-.518-.092-1.395.569-1.5m.173.631c-.265 0-.402.381-.173.534.203.163.462 0 .531-.218-.062-.151-.166-.336-.358-.316zM19.22 17.054a.958.958 0 0 1 1.142.411c.268.432.108 1.058-.339 1.302-.446.273-1.095.093-1.321-.383-.27-.484-.008-1.157.518-1.33m.174.625c-.187.099-.216.385-.041.51.155.137.416.053.482-.137.11-.246-.216-.533-.441-.373z"/><path fill="#fffeff" d="M11.619 16.309c.259-.109.524.244.348.462-.103.183-.402.181-.501-.005-.107-.156-.028-.398.153-.457zM9.448 17.624c.193-.02.297.165.358.316-.069.218-.329.382-.531.218-.229-.153-.091-.534.173-.534zM19.394 17.679c.225-.16.55.127.441.373-.066.19-.326.273-.482.137-.175-.125-.146-.41.041-.51z"/></symbol><symbol viewBox="0 0 24 24" id="warning--low-ground-clearance--g3" xmlns="http://www.w3.org/2000/svg"><path d="M11.918.414c.335-.056.619.162.842.383 3.517 3.524 7.043 7.04 10.561 10.564.38.326.412.972.023 1.303L12.663 23.345c-.33.389-.99.377-1.319-.007-3.541-3.54-7.08-7.082-10.622-10.62-.41-.334-.444-.998-.028-1.339C4.212 7.856 7.74 4.341 11.254.814c.19-.173.389-.385.664-.4m-.364.697C7.967 4.755 4.259 8.287.747 11.997c.223.431.6.742.936 1.079 3.281 3.28 6.564 6.557 9.84 9.841.202.266.6.454.842.124 3.563-3.554 7.121-7.116 10.678-10.675.293-.211.16-.578-.079-.77A7512.209 7512.209 0 0 0 12.399 1.038c-.226-.292-.648-.202-.845.073z"/><path d="M11.966 8.474c1.397.143 2.791.312 4.193.403-.048.952-.173 1.896-.268 2.844.595.198.814-.61 1.392-.545.758-.113 1.313.64 1.244 1.345l-.294-.005c.052-.509-.278-1.098-.844-1.078-.517-.042-.818.446-.913.889a452.105 452.105 0 0 1-4.945-.494c-.353-.013-.421-.437-.682-.6-.247-.058-.504-.038-.756-.047.058.222.116.444.17.667-.426-.002-.558-.617-1.019-.553-.604-.083-.986.552-.916 1.091a6.985 6.985 0 0 0-.396.125c-.239-.334-.587-.695-1.04-.57-.532.097-.678.664-.709 1.126a29.34 29.34 0 0 1-.497.106c-.714-.924-.602-2.068-.595-3.164.785-.248 1.571-.564 2.377-.704.235.646.404 1.314.622 1.966 1.142-.338 2.63-1.043 3.569.088.137-.959.199-1.926.306-2.888m-6.42 1.96c-.01.496-.008.991-.002 1.487.656-.204 1.316-.4 1.97-.611-.139-.445-.277-.892-.419-1.336-.518.146-1.032.31-1.549.46z"/><path d="M8.797 11.548c.325-.217.836-.114 1.01.251.292.452-.146 1.124-.684 1.019-.644.007-.881-.953-.326-1.27m.259.48c-.048.708.62-.25 0 0zM16.61 12.234c.154-.448.638-.858 1.112-.564.565.281.406 1.195-.203 1.307-.485.122-.812-.329-.91-.743m.67-.076c-.24.577.628-.023 0 0zM6.756 12.154c.448-.271 1.088.155 1.013.673.004.486-.598.832-1.014.578-.503-.21-.499-1.039.001-1.252m.211.496c-.196.124.044.397.21.264.198-.124-.044-.398-.21-.264z"/><path d="M9.623 13.343c1.838-1.346 4.516-1.372 6.383-.064.81.805 2.034.318 3.049.45l.002.268c-4.7.004-9.401.005-14.101 0v-.266c1.31-.007 2.62.005 3.929-.004.301.022.503-.239.738-.384z"/><path fill="#ffef00" d="M11.554 1.111c.197-.275.619-.365.845-.073 3.526 3.516 7.046 7.036 10.565 10.558.239.192.372.559.079.77-3.557 3.559-7.115 7.121-10.678 10.675-.242.33-.641.143-.842-.124-3.276-3.284-6.559-6.562-9.84-9.841-.336-.337-.713-.648-.936-1.079 3.512-3.71 7.22-7.242 10.807-10.886m.412 7.363c-.107.962-.169 1.93-.306 2.888-.938-1.13-2.426-.426-3.569-.088-.217-.652-.386-1.32-.622-1.966-.806.14-1.592.456-2.377.704-.007 1.097-.119 2.24.595 3.164.166-.034.331-.068.497-.106.031-.462.178-1.028.709-1.126.454-.125.802.236 1.04.57a7.9 7.9 0 0 1 .396-.125c-.071-.539.312-1.174.916-1.091.461-.064.593.551 1.019.553-.054-.223-.113-.445-.17-.667.252.008.509-.011.756.047.26.163.329.587.682.6 1.646.175 3.296.337 4.945.494.095-.443.396-.931.913-.889.565-.02.895.569.844 1.078l.294.005c.068-.706-.486-1.458-1.244-1.345-.578-.065-.797.743-1.392.545.095-.948.22-1.892.268-2.844-1.402-.091-2.796-.26-4.193-.403m-3.17 3.076c-.554.317-.318 1.277.326 1.27.538.106.976-.566.684-1.019-.174-.365-.685-.468-1.01-.251m7.813.686c.097.414.425.865.91.743.608-.112.768-1.026.203-1.307-.474-.294-.959.116-1.112.564m-9.855-.08c-.5.212-.504 1.042-.001 1.252.416.253 1.018-.092 1.014-.578.076-.518-.565-.944-1.013-.673m2.867 1.188c-.235.145-.437.406-.738.384-1.309.008-2.618-.004-3.929.004v.266c4.7.005 9.401.004 14.101 0l-.002-.268c-1.015-.132-2.239.355-3.049-.45-1.867-1.308-4.544-1.283-6.383.064z"/><path fill="#ffef00" d="M5.545 10.436c.517-.15 1.031-.313 1.549-.46.142.444.28.89.419 1.336-.654.211-1.314.407-1.97.611a49.14 49.14 0 0 1 .002-1.487zM9.056 12.028c.62-.25-.048.708 0 0zM17.279 12.158c.628-.023-.24.577 0 0zM6.967 12.649c.166-.134.408.14.21.264-.166.133-.406-.14-.21-.264z"/></symbol><symbol viewBox="0 0 24 24" id="warning--monkey-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M11.845 0h.308c.667.516 1.207 1.17 1.818 1.748 3.335 3.366 6.733 6.673 10.028 10.076v.361a907.063 907.063 0 0 1-11.808 11.814h-.354A790.511 790.511 0 0 1-.001 12.171v-.311c.508-.641 1.133-1.175 1.698-1.764C5.088 6.741 8.41 3.309 11.844-.001M.586 12.01C4.4 15.808 8.198 19.623 12.01 23.421c3.809-3.802 7.609-7.612 11.42-11.411C19.625 8.199 15.814 4.395 12.01.585 8.202 4.393 4.392 8.199.586 12.01z"/><path fill="#fcdc0f" d="M11.556 1.835c.478-.238 1.038-.023 1.378.349 2.98 2.982 5.963 5.96 8.941 8.944.491.422.546 1.232.062 1.684a4132.211 4132.211 0 0 1-9.126 9.125c-.45.486-1.26.431-1.68-.066-3.018-3.024-6.046-6.04-9.061-9.067-.473-.446-.418-1.248.062-1.667 2.837-2.844 5.683-5.678 8.519-8.525.286-.275.545-.595.905-.776m.396 6.877c-.626.822-1.669 1.062-2.524 1.553-.82.572-1.276 1.721-.901 2.68.176.464.398.949.27 1.458-.024.524-.493.979-.349 1.51.324.402 1.072.878 1.492.353-.19-.226-.386-.443-.581-.664a5.421 5.421 0 0 0 1.674-.69 1.673 1.673 0 0 0 1.793.545c.282-.294-.204-.396-.386-.546.131-.463.06-.94-.061-1.397.206-.046.413-.091.62-.134.343.592.376 1.32.03 1.916-.226.511.592.505.845.258.505-.469.32-1.259.376-1.874.445.137 1.099.359.983.955.06.274-.114.916.347.835.935-.865.376-2.332-.493-3.023-.036-.62-.326-1.169-.55-1.733.19-.384.836.042 1.109-.344.488-.469.168-1.151-.252-1.531.024-.206.048-.413.067-.62l.23-.343c-.522-.03-1.025-.173-1.536-.258-.876-.1-1.703.402-2.202 1.096z"/><path fill="#fcdc0f" d="M13.48 8.144c.54.1.542.702.347 1.109a.831.831 0 0 1-.347-1.109zM14.694 10.416c-.316-.756-.62-1.908.413-2.248l.24.244-.146.439c.278.326.727.724.485 1.199-.142.42-.635.386-.991.366m.089-1.615c-.235.049-.12.422.102.346.236-.053.121-.421-.102-.346zM11.548 12.958c.449-.134.888-.3 1.308-.509l.503.497a5.595 5.595 0 0 1-1.808.415l-.002-.403zM15.382 14.54l.334.007c-.019.275-.046.55-.083.823-.341-.151-.233-.536-.251-.83zM13.152 15.619c.06-.414.296-.839.754-.888.065.484-.24.914-.754.888z"/><path d="M.586 12.01C4.392 8.199 8.202 4.392 12.01.585c3.804 3.81 7.615 7.614 11.42 11.425-3.811 3.799-7.612 7.609-11.42 11.411C8.198 19.623 4.4 15.808.586 12.01m10.97-10.175c-.36.181-.619.502-.905.776-2.836 2.846-5.682 5.681-8.519 8.525-.48.419-.535 1.22-.062 1.667 3.016 3.028 6.043 6.043 9.061 9.067.42.497 1.23.552 1.68.066 3.047-3.036 6.088-6.079 9.126-9.125.484-.451.428-1.261-.062-1.684-2.978-2.983-5.962-5.962-8.941-8.944-.34-.372-.9-.587-1.378-.349z"/><path d="M11.952 8.713c.499-.694 1.326-1.195 2.202-1.096.511.085 1.014.228 1.536.258l-.23.343c-.019.208-.043.414-.067.62.42.38.74 1.062.252 1.531-.272.386-.919-.04-1.109.344.223.564.514 1.112.55 1.733.869.691 1.428 2.158.493 3.023-.461.08-.287-.562-.347-.835.116-.596-.538-.818-.983-.955-.055.616.13 1.405-.376 1.874-.253.247-1.07.253-.845-.258.346-.596.313-1.325-.03-1.916-.208.043-.414.089-.62.134.121.457.192.934.061 1.397.182.15.668.252.386.546-.667.2-1.35-.013-1.793-.545a5.421 5.421 0 0 1-1.674.69c.194.221.391.438.581.664-.42.526-1.168.049-1.492-.353-.144-.53.325-.985.349-1.51.128-.509-.094-.994-.27-1.458-.374-.959.082-2.107.901-2.68.854-.491 1.897-.731 2.524-1.553m1.529-.567a.832.832 0 0 0 .347 1.109c.196-.407.193-1.009-.347-1.109m1.214 2.272c.356.02.85.054.991-.366.242-.475-.206-.872-.485-1.199l.146-.439-.24-.244c-1.033.34-.728 1.492-.413 2.248m-3.145 2.542l.002.403c.622-.046 1.235-.169 1.808-.415l-.503-.497c-.42.209-.859.374-1.308.509m3.835 1.582c.018.294-.09.679.251.83.037-.274.064-.548.083-.823l-.334-.007m-2.23 1.079c.514.026.818-.404.754-.888-.457.049-.694.474-.754.888z"/><path d="M14.784 8.801c.223-.076.338.293.102.346-.222.077-.337-.296-.102-.346z"/></symbol><symbol viewBox="0 0 24 24" id="warning--motorcycles-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.774 0h.411c.261.083.512.209.703.41 3.566 3.568 7.137 7.133 10.7 10.704.482.434.508 1.251.034 1.701-3.58 3.591-7.171 7.171-10.754 10.759-.427.486-1.243.528-1.7.062-3.453-3.448-6.9-6.903-10.353-10.351-.323-.313-.676-.626-.815-1.07v-.421c.113-.488.511-.81.847-1.147L11.098.396c.185-.192.426-.312.676-.396m.067.345c-.252.029-.457.193-.63.366C7.696 4.229 4.176 7.743.661 11.262c-.408.353-.442 1.038-.03 1.402 3.548 3.554 7.103 7.103 10.649 10.659.344.395 1.012.42 1.372.035 3.566-3.57 7.137-7.135 10.701-10.707.393-.36.363-1.023-.028-1.373C19.796 7.739 16.254 4.212 12.722.675c-.222-.24-.552-.389-.881-.33z"/><path fill="#ffd033" d="M11.827.829c.237-.097.46.062.616.228 3.513 3.52 7.037 7.032 10.546 10.556.208.174.248.516.035.703-3.548 3.555-7.105 7.103-10.655 10.657-.183.243-.563.26-.751.014-3.55-3.553-7.107-7.099-10.656-10.653-.232-.194-.191-.555.033-.737C4.509 8.075 8.03 4.562 11.545 1.042c.087-.08.173-.165.282-.213m.279 3.64c.636.105.536.962 1.112 1.094.82-.015 1.152-1.127.572-1.655-.544-.553-1.604-.232-1.684.561m1.222 1.466c-.21.389-.351.813-.546 1.211-.804-.067-1.626-.235-2.427-.093-.579.336-.837 1.027-1.231 1.547.092-.398-.078-.881-.526-.944-.224.385-.189.854.005 1.244l.36-.088c-.145.205-.29.409-.438.613-.856-.554-2.024-.686-2.913-.133.155.337.511.131.77.079.66-.184 1.37-.042 1.949.309-.134.212-.273.42-.414.627-1.294-.748-3.108-.151-3.682 1.232-.667 1.374.16 3.181 1.627 3.589 1.239.407 2.695-.264 3.19-1.469.494-1.073.119-2.407-.796-3.131.14-.201.282-.4.427-.596.408.352.75.809.847 1.349.07.303.034.695.358.861.082-.408.008-.819-.069-1.222.388.782.695 1.601 1.072 2.387.074.208.324.19.503.2.933-.005 1.866.029 2.798.001.246.771.847 1.425 1.627 1.669 1.081.373 2.367-.142 2.906-1.146.562-.972.334-2.306-.519-3.035-.746-.693-1.894-.781-2.794-.348l-.14-.225c.926-.497 2.071-.598 3.028-.125.106-.056.213-.111.32-.165-.465-.384-1.062-.543-1.64-.663-.063-.172.001-.467-.215-.528-.301.027-.589.129-.883.192-.039-1.421-.388-3-1.591-3.897-.332.214-.698.398-.963.698z"/><path fill="#ffd033" d="M10.696 7.816c.106-.11.212-.22.317-.332.673.129 1.318.369 1.983.53.192-.129.388-.254.581-.381.261.393.517.79.774 1.185-.691.096-1.365.289-2.05.402-.856-.318-1.643-1.14-2.636-.769.209-.3.416-.602.635-.894.131.088.263.174.396.259zM8.931 9.829c.023-.16.07-.34.269-.338.2.427.398.856.559 1.3-.255-.338-.509-.68-.828-.962zM9.884 10.082c.623.105 1.604-.33 1.904.414-.368.049-.847-.147-1.136.146-.052.436.086.873.061 1.313a21.399 21.399 0 0 1-.829-1.873zM5.041 11.542c.512-.813 1.642-1.091 2.491-.662-.211.339-.43.673-.654 1.003-.392-.025-.852.145-.923.581-.14.545.507 1.059 1.005.783.443-.198.49-.768.242-1.138.214-.344.431-.686.662-1.02.741.614.959 1.77.404 2.576-.557.904-1.898 1.161-2.743.511-.832-.565-1.06-1.81-.484-2.634zM14.025 13.062c-.075-.859.184-1.787.856-2.362.039.079.076.16.113.24-.656.519-.829 1.349-.969 2.122zM15.857 11.281c.946-.454 2.183.144 2.384 1.179.231.906-.426 1.899-1.344 2.052-.82.174-1.659-.368-1.946-1.134.263-.047.526-.09.79-.133.366.614 1.368.65 1.668-.039.365-.691-.378-1.51-1.107-1.274-.155-.213-.303-.43-.445-.651z"/><path fill="#ffd033" d="M14.849 12.853c.029-.49.226-.965.593-1.298.149.214.294.432.435.652-.081.174-.158.35-.23.529-.266.042-.532.082-.798.117zM12.527 11.846c.455-.108-.062.463 0 0z"/><path d="M11.841.345c.329-.059.659.09.881.33 3.532 3.537 7.074 7.064 10.603 10.603.391.35.421 1.013.028 1.373-3.564 3.572-7.135 7.137-10.701 10.707-.36.385-1.028.36-1.372-.035C7.734 19.767 4.179 16.218.631 12.664c-.412-.364-.378-1.049.03-1.402C4.176 7.743 7.696 4.229 11.211.711c.173-.173.378-.337.63-.366m-.014.484c-.109.048-.195.133-.282.213C8.03 4.562 4.509 8.075.995 11.597c-.224.182-.265.543-.033.737 3.549 3.554 7.106 7.1 10.656 10.653.188.246.568.229.751-.014 3.55-3.554 7.107-7.102 10.655-10.657.213-.187.173-.529-.035-.703-3.509-3.524-7.033-7.036-10.546-10.556-.156-.166-.379-.325-.616-.228z"/><path d="M12.106 4.469c.08-.793 1.14-1.114 1.684-.561.58.528.248 1.64-.572 1.655-.576-.132-.476-.989-1.112-1.094z"/><path d="M13.328 5.935c.265-.3.631-.484.963-.698 1.203.897 1.552 2.476 1.591 3.897.294-.063.582-.165.883-.192.216.061.152.356.215.528.578.12 1.175.279 1.64.663-.107.054-.214.109-.32.165-.957-.473-2.102-.372-3.028.125l.14.225c.9-.433 2.048-.345 2.794.348.853.729 1.081 2.063.519 3.035-.539 1.004-1.825 1.519-2.906 1.146-.78-.244-1.381-.898-1.627-1.669-.932.028-1.865-.006-2.798-.001-.179-.01-.429.008-.503-.2-.377-.786-.684-1.605-1.072-2.387.077.403.151.814.069 1.222-.324-.166-.288-.558-.358-.861-.097-.54-.439-.997-.847-1.349-.145.196-.287.395-.427.596.915.724 1.29 2.058.796 3.131-.495 1.205-1.951 1.876-3.19 1.469-1.467-.408-2.294-2.215-1.627-3.589.574-1.383 2.388-1.98 3.682-1.232.141-.207.28-.415.414-.627-.579-.351-1.289-.493-1.949-.309-.259.052-.615.258-.77-.079.889-.553 2.057-.421 2.913.133.148-.204.293-.408.438-.613l-.36.088c-.194-.39-.229-.859-.005-1.244.448.063.618.546.526.944.394-.52.652-1.211 1.231-1.547.801-.142 1.623.026 2.427.093.195-.398.336-.822.546-1.211m-2.632 1.881a20.7 20.7 0 0 1-.396-.259c-.219.292-.426.594-.635.894.993-.371 1.78.451 2.636.769.685-.113 1.359-.306 2.05-.402-.257-.395-.513-.792-.774-1.185-.193.127-.389.252-.581.381-.665-.161-1.31-.401-1.983-.53-.105.112-.211.222-.317.332M8.931 9.829c.319.282.573.624.828.962a15.698 15.698 0 0 0-.559-1.3c-.199-.002-.246.178-.269.338m.953.253c.254.633.515 1.266.829 1.873.025-.44-.113-.877-.061-1.313.289-.293.768-.097 1.136-.146-.3-.744-1.281-.309-1.904-.414m-4.843 1.46c-.576.824-.348 2.069.484 2.634.845.65 2.186.393 2.743-.511.555-.806.337-1.962-.404-2.576-.231.334-.448.676-.662 1.02.248.37.201.94-.242 1.138-.498.276-1.145-.238-1.005-.783.071-.436.531-.606.923-.581.224-.33.443-.664.654-1.003-.849-.429-1.979-.151-2.491.662m8.984 1.52c.14-.773.313-1.603.969-2.122-.037-.08-.074-.161-.113-.24-.672.575-.931 1.503-.856 2.362m1.832-1.781c.142.221.29.438.445.651.729-.236 1.472.583 1.107 1.274-.3.689-1.302.653-1.668.039-.264.043-.527.086-.79.133.287.766 1.126 1.308 1.946 1.134.918-.153 1.575-1.146 1.344-2.052-.201-1.035-1.438-1.633-2.384-1.179m-1.008 1.572c.266-.035.532-.075.798-.117.072-.179.149-.355.23-.529a20.51 20.51 0 0 0-.435-.652c-.367.333-.564.808-.593 1.298m-2.322-1.007c-.062.463.455-.108 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--narrow-bridge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.926 1.14c.596-.119 1.218.109 1.637.541 3.276 3.121 6.547 6.251 9.815 9.382.719.637.71 1.842.03 2.503-3.138 3.144-6.28 6.283-9.42 9.424-.649.682-1.83.756-2.524.103-3.332-3.188-6.672-6.368-10.002-9.558-.697-.664-.617-1.872.086-2.503 3.059-3.062 6.118-6.125 9.179-9.186.325-.338.722-.635 1.199-.706m.242.244c-.463.014-.877.266-1.19.594-3.096 3.101-6.2 6.194-9.289 9.302-.563.534-.602 1.519-.037 2.066 3.31 3.17 6.63 6.331 9.942 9.499.587.6 1.637.557 2.203-.05 3.14-3.138 6.281-6.277 9.418-9.419.581-.559.586-1.583-.028-2.12-3.241-3.119-6.504-6.217-9.755-9.326-.328-.34-.78-.584-1.264-.546z"/><path fill="#231f20" d="M11.795 1.846c.64-.191 1.338.053 1.787.53 3.05 2.91 6.102 5.82 9.142 8.742.671.612.676 1.759.026 2.389-2.934 2.948-5.88 5.886-8.82 8.828-.64.677-1.818.73-2.484.064-3.104-2.977-6.222-5.942-9.326-8.92-.658-.64-.576-1.784.082-2.394 2.855-2.867 5.722-5.723 8.581-8.584.281-.293.611-.559 1.013-.656m.118.358c-.377.085-.662.36-.926.624-2.833 2.846-5.684 5.676-8.514 8.527-.545.486-.589 1.424-.03 1.919 3.091 2.948 6.176 5.904 9.268 8.854.526.526 1.452.469 1.952-.062 2.939-2.941 5.884-5.878 8.82-8.821.523-.518.486-1.45-.086-1.919-3.02-2.898-6.055-5.784-9.082-8.677-.353-.377-.892-.589-1.402-.444z"/><path fill="#231f20" d="M7.903 7.639c.472-.608.972-1.194 1.465-1.784a44.153 44.153 0 0 1 2.092 1.692c-.048 3.266.01 6.535-.084 9.799-.64.47-1.25.977-1.873 1.47-.462-.601-.931-1.198-1.387-1.802.484-.406 1.004-.764 1.498-1.159-.006-2.237.012-4.474-.01-6.709-.552-.518-1.144-.992-1.7-1.506zM13.466 7.488c.708-.522 1.348-1.134 2.077-1.625.484.595.985 1.178 1.458 1.782-.565.488-1.132.978-1.69 1.475-.008 2.246.005 4.494-.007 6.74.48.397.989.757 1.48 1.139-.446.617-.925 1.208-1.39 1.813-.583-.462-1.165-.924-1.75-1.384a.372.372 0 0 1-.174-.384c-.004-3.186-.028-6.372-.005-9.557z"/><path fill="#fff100" d="M12.168 1.384c.484-.038.936.206 1.264.546 3.251 3.109 6.514 6.208 9.755 9.326.613.538.608 1.561.028 2.12-3.137 3.142-6.277 6.281-9.418 9.419-.566.607-1.616.65-2.203.05-3.312-3.168-6.632-6.329-9.942-9.499-.565-.547-.526-1.532.037-2.066 3.089-3.108 6.193-6.202 9.289-9.302.313-.328.727-.58 1.19-.594m-.373.462c-.402.097-.732.364-1.013.656-2.86 2.861-5.726 5.717-8.581 8.584-.658.61-.739 1.754-.082 2.394 3.104 2.977 6.222 5.942 9.326 8.92.666.666 1.844.613 2.484-.064 2.94-2.942 5.886-5.88 8.82-8.828.649-.63.644-1.777-.026-2.389-3.04-2.922-6.091-5.832-9.142-8.742-.449-.478-1.147-.721-1.787-.53z"/><path fill="#fff100" d="M11.914 2.203c.51-.145 1.049.067 1.402.444 3.026 2.893 6.061 5.779 9.082 8.677.572.469.61 1.4.086 1.919-2.936 2.944-5.881 5.88-8.82 8.821-.5.532-1.427.588-1.952.062-3.091-2.95-6.176-5.905-9.268-8.854-.559-.494-.515-1.433.03-1.919 2.83-2.851 5.681-5.681 8.514-8.527.264-.264.55-.539.926-.624M7.903 7.639c.557.514 1.148.988 1.7 1.506.022 2.236.004 4.472.01 6.709-.493.395-1.014.754-1.498 1.159.456.605.925 1.201 1.387 1.802.623-.493 1.234-1 1.873-1.47.094-3.264.036-6.533.084-9.799a44.153 44.153 0 0 0-2.092-1.692c-.493.59-.994 1.176-1.465 1.784m5.564-.15c-.023 3.185.001 6.371.005 9.557a.372.372 0 0 0 .174.384c.584.46 1.166.922 1.75 1.384.464-.605.943-1.196 1.39-1.813-.491-.382-1-.742-1.48-1.139.012-2.246-.001-4.494.007-6.74.558-.497 1.124-.986 1.69-1.475-.473-.604-.974-1.187-1.458-1.782-.73.491-1.369 1.103-2.077 1.625z"/></symbol><symbol viewBox="0 0 24 24" id="warning--narrow-bridge--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.738 0h.461c.248.107.488.242.682.434 3.361 3.361 6.72 6.722 10.086 10.079.394.398.862.769 1.033 1.327v.272c-.151.583-.649.949-1.048 1.36l-9.48 9.481c-.402.392-.764.87-1.324 1.046h-.264c-.56-.13-.918-.596-1.306-.979-3.18-3.181-6.355-6.365-9.538-9.542-.38-.388-.827-.739-1.042-1.254v-.438c.191-.533.646-.888 1.028-1.278l9.421-9.419c.402-.394.768-.846 1.289-1.09m-.157.423C7.906 3.984 4.332 7.657.693 11.256c-.389.301-.554.92-.162 1.29 3.616 3.626 7.24 7.247 10.86 10.87.31.356.91.349 1.214-.01l10.8-10.802c.396-.332.343-.962-.044-1.279-3.562-3.56-7.127-7.118-10.687-10.681-.263-.308-.738-.47-1.094-.221z"/><path fill="#ffd033" d="M11.911.75c.216-.055.372.134.516.26 3.536 3.545 7.084 7.081 10.62 10.626.204.16.275.475.048.65-3.6 3.606-7.204 7.21-10.808 10.81-.174.224-.493.157-.646-.053C8.063 19.459 4.477 15.881.9 12.297c-.236-.179-.169-.502.044-.667C4.48 8.084 8.028 4.548 11.566 1.002c.106-.094.208-.204.344-.252M7.57 5.894c-.002.995-.03 1.992.01 2.984.39.596.948 1.068 1.326 1.672.042.966 0 1.934.018 2.902-.428.574-.973 1.066-1.346 1.673-.038.977-.004 1.955-.013 2.933.097-.001.292-.002.389-.004.018-.848-.025-1.699.017-2.546.589-.832 1.35-1.536 1.967-2.348.052-.772.047-1.555.002-2.327-.612-.817-1.364-1.528-1.967-2.351-.052-.792.007-1.588-.019-2.382.048-.234-.251-.168-.383-.205m4.211.026c-.007.846-.005 1.693-.001 2.54.143-.016.288-.02.432-.017-.007-.841.001-1.681-.006-2.522l-.425-.001m4.252-.001c-.02.852.026 1.706-.018 2.557-.596.823-1.349 1.529-1.96 2.342-.056.776-.067 1.577.005 2.351.608.817 1.386 1.512 1.956 2.351.041.844-.002 1.69.017 2.533l.389.002c-.025-1 .056-2.011-.037-3.002-.412-.556-.894-1.055-1.322-1.598.016-.97-.024-1.939.017-2.906.379-.605.941-1.075 1.328-1.673.042-.984.001-1.97.016-2.956l-.39-.001m-4.253 4.806c-.006.846-.008 1.692.001 2.538.142-.004.282-.005.424-.006.005-.844.005-1.687 0-2.53l-.425-.002m0 4.806c-.007.845-.006 1.69 0 2.534l.425-.001c.005-.844.005-1.687 0-2.531l-.425-.002z"/><path d="M11.579.422c.356-.25.832-.088 1.094.221 3.56 3.563 7.126 7.121 10.687 10.681.388.317.44.947.044 1.279l-10.8 10.802c-.305.359-.905.366-1.214.01-3.62-3.623-7.244-7.243-10.86-10.87-.392-.37-.227-.989.162-1.29C4.332 7.656 7.905 3.983 11.578.421m.333.329c-.137.048-.239.158-.344.252C8.028 4.548 4.481 8.084.945 11.63c-.214.166-.281.488-.044.667 3.577 3.584 7.163 7.162 10.741 10.746.152.21.472.277.646.053 3.605-3.6 7.208-7.204 10.808-10.81.227-.175.156-.491-.048-.65-3.536-3.545-7.084-7.081-10.62-10.626-.144-.126-.3-.316-.516-.26z"/><path d="M7.57 5.894c.132.037.431-.029.383.205.026.794-.032 1.59.019 2.382.602.823 1.355 1.534 1.967 2.351.044.772.049 1.555-.002 2.327-.617.812-1.378 1.517-1.967 2.348-.042.847.001 1.698-.017 2.546-.097.001-.292.002-.389.004.01-.978-.025-1.956.013-2.933.373-.607.918-1.099 1.346-1.673-.018-.967.024-1.936-.018-2.902-.378-.604-.936-1.075-1.326-1.672-.04-.992-.012-1.99-.01-2.984zM16.034 5.92l.39.001c-.014.985.026 1.972-.016 2.956-.388.598-.949 1.068-1.328 1.673-.041.967-.001 1.937-.017 2.906.428.544.911 1.043 1.322 1.598.094.991.012 2.003.037 3.002a50.443 50.443 0 0 0-.389-.002c-.019-.844.024-1.69-.017-2.533-.57-.839-1.348-1.534-1.956-2.351a14.417 14.417 0 0 1-.005-2.351c.611-.814 1.363-1.519 1.96-2.342.044-.851-.002-1.705.018-2.557z"/><path fill="#030201" d="M11.782 5.921l.425.001c.007.841-.001 1.681.006 2.522a3.115 3.115 0 0 0-.432.017c-.004-.847-.006-1.694.001-2.54zM11.782 10.726l.425.002c.005.842.005 1.686 0 2.53-.142.001-.282.002-.424.006a134.2 134.2 0 0 1-.001-2.538zM11.782 15.532l.425.002c.005.844.005 1.687 0 2.531l-.425.001c-.006-.845-.007-1.69 0-2.534z"/></symbol><symbol viewBox="0 0 28 24" id="warning--narrow-bridge--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fe0303" d="M13.012.661c.561-.789 2.021-.745 2.439.174 1.663 2.717 3.175 5.523 4.749 8.293a577.298 577.298 0 0 1 6.22 10.898c.479.872 1.027 1.731 1.228 2.72v.654c-.272.267-.608.452-.957.599H.854c-.305-.258-.699-.536-.679-.985.097-.975.664-1.809 1.11-2.654C4.597 14.505 8.124 8.773 11.528 2.971c.479-.779.911-1.593 1.484-2.31m-.3 6.438c-.728 1.242-1.562 2.428-2.206 3.715l-.015.109-.02-.038c-1.179 1.667-2.121 3.492-3.203 5.225-.862 1.533-1.902 2.968-2.601 4.588 6.218.041 12.437.024 18.655.01a1073.73 1073.73 0 0 0-7.453-13.276c-.487-.891-.935-1.819-1.6-2.595-.734.585-1.032 1.513-1.558 2.261z"/><path fill="#fefefe" d="M12.712 7.099c.526-.748.824-1.676 1.558-2.261.665.776 1.113 1.704 1.6 2.595a1092.78 1092.78 0 0 1 7.453 13.276c-6.219.014-12.438.031-18.655-.01.699-1.62 1.739-3.055 2.601-4.588 1.082-1.733 2.024-3.558 3.203-5.225l.02.038c.406.806 1.025 1.586.905 2.55-.122 1.916.425 4.063-.822 5.719a9.904 9.904 0 0 0 1.924.838c.456-.921 1.039-1.841 1.055-2.901.055-1.5.065-3.004.004-4.504.017-1.047-.79-1.823-1.318-2.648-.588.255-1.169.531-1.733.836.644-1.287 1.478-2.473 2.206-3.715m2.248 5.67c.027 1.82-.098 3.649.108 5.462.175.713.644 1.307 1.03 1.917.646-.302 1.26-.662 1.85-1.061-.407-.637-.894-1.298-.865-2.094-.063-2.027-.264-4.166.7-6.028-.575-.337-1.182-.626-1.832-.786-.439.81-1.032 1.622-.992 2.589z"/><path fill="#030303" d="M10.505 10.814a21.906 21.906 0 0 1 1.733-.836c.528.825 1.335 1.601 1.318 2.648.06 1.5.051 3.004-.004 4.504-.017 1.06-.599 1.98-1.055 2.901a9.904 9.904 0 0 1-1.924-.838c1.248-1.656.7-3.804.822-5.719.119-.964-.5-1.745-.905-2.55l.015-.109zM14.961 12.769c-.039-.967.553-1.78.992-2.589.65.16 1.256.449 1.832.786-.964 1.862-.764 4.001-.7 6.028-.029.796.458 1.457.865 2.094-.589.399-1.204.759-1.85 1.061-.386-.611-.855-1.204-1.03-1.917-.206-1.813-.081-3.642-.108-5.462z"/></symbol><symbol viewBox="0 0 29 24" id="warning--no-passing-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M1.398 0h.926c8.517 3.394 16.996 6.887 25.498 10.316.593.189 1.061.634 1.366 1.166v1.461c-.319.42-.664.858-1.166 1.066-8.224 3.334-16.458 6.647-24.68 9.99h-.991a.54.54 0 0 0-.813 0H.679a2.763 2.763 0 0 1-.68-1.157V1.539C.169.819.715.261 1.397-.001m.209.432c.084.176.595.176.68 0a.808.808 0 0 0-.68 0m-.118.598a64.31 64.31 0 0 1-.449.457c-.001 7.139-.003 14.279 0 21.418.15.152.3.304.449.458.405-.006.826.013 1.2-.17 8.068-3.265 16.137-6.527 24.205-9.791.41-.18.88-.283 1.216-.594.432-.545.03-1.352-.582-1.54-8.09-3.289-16.185-6.566-24.278-9.849a3.171 3.171 0 0 0-1.76-.389m-1.1.526v21.278h.13V1.556l-.13-.001z"/><path fill="#231f20" d="M2.336 5.45l.506-.005c.346.619.621 1.271.906 1.919.025-.638.014-1.277.014-1.915h.519c0 1.21.001 2.422-.001 3.632h-.475c-.25-.747-.651-1.43-.948-2.157-.008.719-.001 1.439-.003 2.157h-.519c0-1.21-.001-2.421.001-3.631zM5.011 6.183c.141-.881 1.561-1.039 1.824-.171.3.995.332 2.222-.355 3.073a69.62 69.62 0 0 0-1.022-.001c-.716-.786-.595-1.936-.446-2.901m.725-.091c-.396.742-.317 1.584-.01 2.342l.505.004c.183-.66.127-1.35.123-2.028l-.314-.311c-.075-.003-.228-.005-.304-.006zM2.335 10.38c.873-.026 2.176-.17 2.461.924.166 1.03-1.029 1.306-1.814 1.156l.001 1.552h-.649v-3.631m.65.776v.659c.51.049 1.166.043 1.087-.653-.362-.006-.725-.006-1.087-.006zM6.013 10.378h.688c.388 1.218.75 2.449 1.248 3.627l-.786.009a24.78 24.78 0 0 1-.335-1.042h-.942c-.102.35-.217.695-.335 1.04l-.784-.006c.428-1.205.896-2.397 1.245-3.629m.284 1.369c-.061.193-.121.387-.184.58l.527-.001c-.114-.193-.227-.387-.342-.579zM8.467 10.548c.698-.429 1.675-.144 1.976.636-.57.315-1.066-.309-1.632-.03l.012.349c.479.173.943.38 1.404.595.182.392.432.854.163 1.27-.406 1.112-2.169.73-2.429-.317.217-.069.435-.138.653-.21.239.414.671.647 1.118.387l.006-.519c-.544-.285-1.133-.507-1.587-.935.035-.414-.049-.933.315-1.226zM10.995 10.734c.332-.435.921-.355 1.402-.363.205.217.414.429.621.643l-.245.324c-.424-.115-1.312-.643-1.238.179.536.257 1.155.371 1.571.833-.004.371-.004.742-.001 1.114-.686.904-2.17.669-2.528-.415.201-.067.402-.135.602-.208.357.344.874.764 1.288.252l-.009-.376c-.406-.219-.846-.367-1.257-.576-.483-.279-.59-.999-.206-1.408zM13.622 10.378h.649v3.632h-.649v-3.632zM14.919 10.381c.213-.004.426-.006.638-.008.427.658.799 1.349 1.175 2.037.006-.677.001-1.354.003-2.032h.649v3.632h-.582c-.397-.726-.816-1.44-1.232-2.156-.004.719 0 1.437-.001 2.156h-.649v-3.63zM18.39 10.735c.625-.694 1.917-.413 2.174.507-.24.071-.48.143-.721.205a5.21 5.21 0 0 0-.474-.454c-.136.069-.272.136-.409.204-.385.656-.444 1.62.158 2.166.189-.027.372-.078.559-.119.057-.134.114-.269.173-.402l-.651.001a70.2 70.2 0 0 1 0-.649h1.308c-.021.39.047.807-.13 1.171-.283.952-1.899.876-2.174-.049-.283-.822-.298-1.83.187-2.582zM2.465 15.308c.62 0 1.239-.003 1.859.004-.147 1.099-.826 2.037-1.363 2.981l1.321-.001v.649H2.318c-.122-1.149.799-1.986 1.196-2.984H2.466v-.649zM5.345 15.306h.856c.925.951.907 2.711-.012 3.664a7.754 7.754 0 0 1-1.095-.141c-.571-1.085-.71-2.611.25-3.522m.269.567a2.56 2.56 0 0 0 0 2.501c.581-.109.625-.771.625-1.251s-.044-1.14-.625-1.251zM7.395 15.308l.607-.001c.253.602.488 1.214.813 1.782.013-.594.006-1.187.006-1.781h.649c0 1.21.001 2.421-.001 3.631l-.509.005c-.35-.616-.579-1.291-.904-1.92-.022.638-.013 1.278-.013 1.916h-.649v-3.632zM9.989 15.308h1.816v.647c-.389.003-.778 0-1.168.003v.776c.259.001.519.001.778.003v.516c-.259 0-.519.001-.778.003v1.037h1.297v.649H9.988V15.31z"/><path fill="#ffd24e" d="M1.606.431c.201-.1.479-.1.68 0-.084.176-.595.176-.68 0zM1.488 1.029a3.17 3.17 0 0 1 1.76.389c8.093 3.283 16.188 6.56 24.278 9.849.612.188 1.014.995.582 1.54-.336.311-.806.414-1.216.594-8.068 3.264-16.137 6.525-24.205 9.791-.374.183-.795.163-1.2.17a48.483 48.483 0 0 0-.449-.458c-.003-7.139-.001-14.279 0-21.418l.449-.457m.849 4.421c-.003 1.21-.001 2.421-.001 3.631h.519c.001-.719-.005-1.439.003-2.157.297.728.698 1.41.948 2.157h.475c.003-1.21.001-2.422.001-3.632h-.519c0 .638.01 1.277-.014 1.915-.284-.647-.559-1.3-.906-1.919a42.68 42.68 0 0 1-.506.005m2.675.733c-.149.965-.27 2.115.446 2.901.341-.001.682-.001 1.022.001.688-.851.655-2.078.355-3.073-.263-.868-1.683-.71-1.824.171M2.335 10.38v3.631h.649l-.001-1.552c.785.15 1.98-.126 1.814-1.156-.285-1.094-1.588-.95-2.461-.924m3.677-.001c-.349 1.231-.817 2.423-1.245 3.629l.784.006c.118-.345.232-.69.335-1.04h.942c.102.35.217.697.335 1.042l.786-.009c-.498-1.178-.86-2.409-1.248-3.627h-.688m2.453.169c-.365.293-.28.812-.315 1.226.454.428 1.043.65 1.587.935l-.006.519c-.448.261-.88.027-1.118-.387-.218.073-.436.141-.653.21.259 1.047 2.022 1.428 2.429.317.269-.416.018-.878-.163-1.27a16.636 16.636 0 0 0-1.404-.595l-.012-.349c.566-.279 1.062.345 1.632.03-.301-.78-1.278-1.065-1.976-.636m2.527.186c-.384.409-.276 1.129.206 1.408.411.209.851.357 1.257.576l.009.376c-.414.512-.931.092-1.288-.252-.2.073-.401.14-.602.208.358 1.085 1.842 1.319 2.528.415-.003-.372-.003-.743.001-1.114-.416-.462-1.035-.576-1.571-.833-.074-.822.813-.294 1.238-.179l.245-.324c-.208-.214-.416-.427-.621-.643-.481.008-1.07-.071-1.402.363m2.627-.357v3.632h.649v-3.632h-.649m1.297.003v3.63h.649c.001-.719-.003-1.437.001-2.156.416.716.835 1.43 1.232 2.156h.582v-3.632h-.649c-.001.677.004 1.354-.003 2.032-.376-.688-.749-1.379-1.175-2.037a45.05 45.05 0 0 0-.638.008m3.472.353c-.485.751-.47 1.759-.187 2.582.275.925 1.891 1.002 2.174.049.176-.365.109-.781.13-1.171h-1.308a70.2 70.2 0 0 0 0 .649l.651-.001-.173.402c-.187.042-.37.092-.559.119-.602-.546-.544-1.51-.158-2.166l.409-.204c.167.141.324.293.474.454.241-.062.481-.134.721-.205-.257-.92-1.549-1.201-2.174-.507M2.465 15.308v.649h1.048c-.397.998-1.318 1.834-1.196 2.984h1.964v-.649l-1.321.001c.537-.944 1.217-1.882 1.363-2.981-.62-.006-1.239-.004-1.859-.004m2.881-.002c-.96.911-.821 2.438-.25 3.522.361.078.726.117 1.095.141.918-.952.937-2.713.012-3.664h-.856m2.049.003v3.632h.649c0-.638-.009-1.278.013-1.916.326.629.554 1.304.904 1.92l.509-.005c.003-1.21.001-2.421.001-3.631h-.649c0 .594.006 1.187-.006 1.781-.326-.568-.56-1.181-.813-1.782l-.607.001m2.593 0v3.632h1.946v-.649h-1.297v-1.037l.778-.003v-.516c-.259-.001-.519-.001-.778-.003v-.776c.389-.003.778 0 1.168-.003v-.647H9.99zM.389 1.555l.13.001v21.277h-.13V1.555z"/><path fill="#ffd24e" d="M5.737 6.092l.304.006.314.311c.004.677.06 1.367-.123 2.028l-.505-.004c-.306-.758-.385-1.6.01-2.342zM2.984 11.157c.362 0 .725 0 1.087.006.079.695-.577.702-1.087.653v-.659zM6.296 11.746c.115.192.228.385.342.579l-.527.001c.064-.193.123-.387.184-.58zM5.613 15.874c.581.11.625.771.625 1.251s-.044 1.142-.625 1.251a2.56 2.56 0 0 1 0-2.501z"/></symbol><symbol viewBox="0 0 29 24" id="warning--no-passing-zone--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fad214" d="M26.833.133c.953-.386 2.084.448 2.022 1.468-.001 6.966.008 13.932-.005 20.897.003 1.016-1.169 1.765-2.093 1.341-8.399-3.398-16.796-6.803-25.197-10.2-.494-.187-1.052-.381-1.315-.881-.467-.759-.088-1.858.747-2.168C9.606 7.106 18.216 3.609 26.833.133m.103.503C18.345 4.111 9.754 7.588 1.166 11.07c-.807.29-.805 1.568.001 1.858 8.588 3.482 17.179 6.959 25.769 10.435.648.31 1.461-.248 1.41-.962.005-6.934.005-13.868 0-20.802.052-.715-.762-1.273-1.41-.963z"/><path fill="#fad214" d="M27.243 1.252c.271-.109.475.193.429.44-.003 6.903.008 13.807-.006 20.71.035.312-.323.449-.561.302-8.543-3.468-17.096-6.914-25.636-10.387-.363-.099-.28-.618.069-.671 8.57-3.459 17.13-6.95 25.705-10.394m-7.375 5.847c-.027.832-.031 1.669.002 2.501.032.434.692.532.873.148.179-.285-.077-.547-.253-.748-.028-.656.043-1.316-.033-1.968-.07-.308-.592-.255-.589.067m1.38.202c-.022.466.733.649.811.12l-.438-.25c.204-.04.516-.062.526.23.055.412-.402.523-.708.591.044.585-.11 1.211.097 1.768.473.389 1.749.403 1.677-.455-.006-.734.023-1.471-.016-2.205.002-.31-.486-.378-.584-.092-.108.808.041 1.632-.07 2.439-.114.116-.291.113-.422.032-.097-.446-.04-.905-.043-1.357.224-.212.488-.47.419-.812-.066-.63-1.211-.676-1.249-.009m2.806.034c-.1.75-.035 1.516-.043 2.272-.063.318.364.523.571.277.405-.418.777-.916.922-1.488.107-.331-.338-.638-.597-.395-.229.156-.082.427-.036.637l-.221.377c-.017-.569-.024-1.14.019-1.708.168.071.336.144.504.217.158-.075.317-.149.477-.222.084.8-.004 1.604.052 2.404-.012.371.613.37.602-.001.022-.764.047-1.536-.017-2.298-.027-.361-.382-.506-.675-.609l-.434.26c-.359-.341-1.004-.241-1.124.277m-12.183 3.243c.096.107.193.214.292.319l-.251.433c.595.094 1.68.045 1.518-.826a2.333 2.333 0 0 1-.906.552c.035-.261.216-.645-.121-.782-.246-.114-.409.133-.532.304m11.806 1.702c.008.703.034 1.409-.002 2.112.028.296-.505.3-.479.006-.039-.4-.011-.802-.011-1.202.416-.315.558-.99.041-1.285-.316.034-.816-.051-.865.392-.112.515.731.728.773.147-.169-.078-.338-.154-.505-.235.213.026.588-.093.623.22.077.415-.391.556-.707.614.054.593-.115 1.233.106 1.796.432.319 1.253.361 1.612-.079.114-.817.08-1.663.002-2.485.395-.104.609-.583.148-.78-.148.341-.386.634-.736.779m-12.547-.053c-.119.285.131.502.312.68.038.662-.041 1.329.043 1.987.124.277.572.197.586-.109.114-.638.403-1.237.892-1.672.038.592-.039 1.19.044 1.778.109.272.576.21.582-.093.033-.681.056-1.373-.056-2.048.193-.291.176-.781-.242-.845-.451-.087-.636.433-.463.779-.308.25-.553.564-.743.911-.012-.454.039-.912-.032-1.362-.107-.438-.804-.437-.923-.006m2.806.379c.281-.243.726-.504 1.049-.177.137.8-.028 1.625.078 2.43.07.312.597.251.59-.074.034-.727.015-1.458.009-2.186.011-.941-1.811-.96-1.726.007m2.561-.018c.379.331.282.841.276 1.288-.426.154-.712.721-.302 1.058.433.375.989-.078.997-.573.345.169.64.415.941.65.206.17.496-.069.455-.309.009-.829.019-1.66-.005-2.489.034-.358-.555-.429-.602-.075-.056.7-.007 1.404-.018 2.106a6.533 6.533 0 0 0-.827-.351c-.032-.579.073-1.176-.063-1.743-.257-.554-1.19-.084-.852.438m3.178-.39c-.019.833-.035 1.671.01 2.502.055.446.751.493.891.076.135-.273-.103-.499-.273-.68-.034-.658.04-1.321-.034-1.977-.06-.328-.618-.263-.594.079m1.3 0c-.019.832-.035 1.67.009 2.502.055.446.752.493.892.076.135-.274-.103-.499-.273-.68-.033-.658.037-1.321-.034-1.976-.06-.329-.618-.264-.594.078m4.5-.126c-.243.272-.018.607.205.8.006.363.005.727.016 1.09-.261-.375-.548-.866-1.081-.814.421.55.692 1.194 1.081 1.763.171.291.664.131.617-.206.008-.802.028-1.607-.011-2.408-.021-.399-.6-.538-.827-.225z"/><path fill="#000015" d="M26.936.636c.648-.31 1.462.248 1.41.963.005 6.934.005 13.868 0 20.802.051.714-.762 1.272-1.41.962-8.59-3.476-17.181-6.953-25.769-10.435-.806-.29-.808-1.568-.001-1.858C9.754 7.588 18.345 4.111 26.936.636m.307.616C18.668 4.696 10.108 8.187 1.538 11.646c-.349.053-.432.572-.069.671 8.54 3.473 17.093 6.919 25.636 10.387.238.147.596.01.561-.302.014-6.903.003-13.807.006-20.71.046-.247-.158-.549-.429-.44z"/><path d="M19.868 7.099c-.003-.322.519-.375.589-.067.076.652.005 1.312.033 1.968.176.201.432.463.253.748-.181.384-.841.286-.873-.148a34.761 34.761 0 0 1-.002-2.501zM21.248 7.301c.038-.667 1.183-.621 1.249.009.069.342-.195.6-.419.812.003.452-.054.911.043 1.357.131.081.308.084.422-.032.111-.807-.038-1.631.07-2.439.098-.286.586-.218.584.092.039.734.01 1.471.016 2.205.072.858-1.204.844-1.677.455-.207-.557-.053-1.183-.097-1.768.306-.068.763-.179.708-.591-.01-.292-.322-.27-.526-.23l.438.25c-.078.529-.833.346-.811-.12zM24.054 7.335c.12-.518.765-.618 1.124-.277l.434-.26c.293.103.648.248.675.609.064.762.039 1.534.017 2.298.011.371-.614.372-.602.001-.056-.8.032-1.604-.052-2.404-.16.073-.319.147-.477.222a54.638 54.638 0 0 0-.504-.217 16.218 16.218 0 0 0-.019 1.708l.221-.377c-.046-.21-.193-.481.036-.637.259-.243.704.064.597.395-.145.572-.517 1.07-.922 1.488-.207.246-.634.041-.571-.277.008-.756-.057-1.522.043-2.272zM11.871 10.578c.123-.171.286-.418.532-.304.337.137.156.521.121.782.344-.108.647-.305.906-.552.162.871-.923.92-1.518.826l.251-.433a17.496 17.496 0 0 1-.292-.319zM23.677 12.28c.35-.145.588-.438.736-.779.461.197.247.676-.148.78.078.822.112 1.668-.002 2.485-.359.44-1.18.398-1.612.079-.221-.563-.052-1.203-.106-1.796.316-.058.784-.199.707-.614-.035-.313-.41-.194-.623-.22.167.081.336.157.505.235-.042.581-.885.368-.773-.147.049-.443.549-.358.865-.392.517.295.375.97-.041 1.285 0 .4-.028.802.011 1.202-.026.294.507.29.479-.006.036-.703.01-1.409.002-2.112zM11.13 12.227c.119-.431.816-.432.923.006.071.45.02.908.032 1.362.19-.347.435-.661.743-.911-.173-.346.012-.866.463-.779.418.064.435.554.242.845.112.675.089 1.367.056 2.048-.006.303-.473.365-.582.093-.083-.588-.006-1.186-.044-1.778-.489.435-.778 1.034-.892 1.672-.014.306-.462.386-.586.109-.084-.658-.005-1.325-.043-1.987-.181-.178-.431-.395-.312-.68m2.004.062c-.081.4.399-.095 0 0zM13.936 12.606c-.085-.967 1.737-.948 1.726-.007.006.728.025 1.459-.009 2.186.007.325-.52.386-.59.074-.106-.805.059-1.63-.078-2.43-.323-.327-.768-.066-1.049.177zM16.497 12.588c-.338-.522.595-.992.852-.438.136.567.031 1.164.063 1.743.284.097.559.216.827.351.011-.702-.038-1.406.018-2.106.047-.354.636-.283.602.075.024.829.014 1.66.005 2.489.041.24-.249.479-.455.309-.301-.235-.596-.481-.941-.65-.008.495-.564.948-.997.573-.41-.337-.124-.904.302-1.058.006-.447.103-.957-.276-1.288zM19.675 12.198c-.024-.342.534-.407.594-.079.074.656 0 1.319.034 1.977.17.181.408.407.273.68-.14.417-.836.37-.891-.076-.045-.831-.029-1.669-.01-2.502zM20.975 12.198c-.024-.342.534-.407.594-.078.071.655.001 1.318.034 1.976.17.181.408.406.273.68-.14.417-.837.37-.892-.076-.044-.832-.028-1.67-.009-2.502zM25.475 12.072c.227-.313.806-.174.827.225.039.801.019 1.606.011 2.408.047.337-.446.497-.617.206-.389-.569-.66-1.213-1.081-1.763.533-.052.82.439 1.081.814-.011-.363-.01-.727-.016-1.09-.223-.193-.448-.528-.205-.8z"/><path fill="#c4a410" d="M13.134 12.289c.399-.095-.081.4 0 0z"/></symbol><symbol viewBox="0 0 27 24" id="warning--occupied-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ee1c23" d="M13.064.571c.269-.646 1.157-.602 1.408.034 4.313 7.518 8.707 14.997 12.956 22.549v.454c-.225.045-.4.21-.529.392H.727a.778.778 0 0 1-.454-1.238C4.527 15.36 8.792 7.963 13.064.571m.617 4.473c-3.067 5.347-6.181 10.668-9.22 16.031 6.166-.004 12.332.005 18.498-.004-3.094-5.34-6.126-10.722-9.278-16.027z"/><path fill="#fff" d="M13.681 5.044c3.152 5.305 6.184 10.686 9.278 16.027-6.166.01-12.332 0-18.498.004 3.039-5.362 6.154-10.683 9.22-16.031m-2.452 6.704a44.48 44.48 0 0 0-.651.082 12.414 12.414 0 0 0-.022 1.614l.572.139.033.538c.243.015.485.025.728.033l.074-.536c1.175.012 2.351.004 3.526.005l.077.516c.239.004.479.007.717.007l.055-.568c.188-.041.376-.082.562-.125.029-.542.032-1.083-.014-1.624-.221-.03-.442-.059-.664-.086-.247-.324-.499-.643-.749-.967-1.134.004-2.271-.032-3.404.012-.365.213-.558.649-.841.96m1.443 3.803c-.591.001-1.181.001-1.771.003.904.629 1.788 1.289 2.703 1.901.996-.517 1.89-1.288 2.847-1.902l-1.801-.001c-.003-.398-.003-.794-.005-1.19-.651 0-1.303.003-1.953-.005-.015.398-.019.797-.021 1.196m-3.989 1.918c-.306.182-.465.551-.697.819l-.561.075c-.025.461-.025.923-.005 1.385l.476.121.033.476c.202.003.403.004.606.004l.06-.453c.975.012 1.952.001 2.928.007-.008.453.309.518.693.44l.03-.479.477-.119c.016-.458.018-.917-.003-1.376-.189-.029-.377-.058-.566-.084a35.176 35.176 0 0 0-.646-.838c-.942.022-1.886-.026-2.825.021m7.258-.017c-.214.274-.427.551-.639.827-.88-.093-.521.912-.573 1.459.159.044.32.086.48.128l.038.48c.206 0 .413-.003.619-.01l.03-.433c.992-.001 1.982.005 2.972-.004l.044.444.606.01.048-.487c.158-.038.315-.075.472-.114.018-.458.018-.917-.007-1.374-.608.058-.878-.505-1.184-.917-.968-.016-1.938-.003-2.906-.008z"/><path fill="#fff" d="M11.56 11.763c.206-.266.414-.531.627-.793 1.009.019 2.02-.03 3.028.019.306.158.454.524.682.772-1.445.01-2.891.007-4.336.001zM11.284 12.373c.575-.346 1.071.619.472.9-.562.318-1.051-.623-.472-.9zM15.675 12.376c.513-.326 1.055.491.56.838-.532.47-1.19-.523-.56-.838zM8.256 18.311l.514-.675h2.6c.167.224.333.447.498.672-1.204.01-2.408.004-3.612.003zM16.076 17.642c.867-.011 1.733-.003 2.602-.007l.517.675c-1.207.005-2.414.005-3.621 0 .166-.224.335-.446.502-.668z"/><path fill="red" d="M11.229 11.748c.283-.311.476-.747.841-.96 1.133-.044 2.27-.008 3.404-.012.25.324.502.643.749.967.222.027.443.056.664.086.045.54.043 1.082.014 1.624-.187.043-.374.084-.562.125l-.055.568c-.239 0-.479-.003-.717-.007l-.077-.516c-1.175-.001-2.351.007-3.526-.005l-.074.536a25.316 25.316 0 0 1-.728-.033l-.033-.538c-.191-.045-.381-.092-.572-.139a12.414 12.414 0 0 1 .022-1.614c.217-.029.433-.056.651-.082m.33.015c1.445.005 2.891.008 4.336-.001-.228-.248-.376-.614-.682-.772-1.008-.049-2.019 0-3.028-.019-.213.262-.421.527-.627.793m-.275.609c-.579.277-.091 1.218.472.9.599-.281.103-1.245-.472-.9m4.391.003c-.631.315.027 1.308.56.838.495-.347-.047-1.164-.56-.838zM12.671 15.551c.001-.399.005-.798.021-1.196.65.008 1.301.005 1.953.005.003.396.003.793.005 1.19a1080 1080 0 0 0 1.801.001c-.957.614-1.851 1.385-2.847 1.902-.915-.612-1.799-1.271-2.703-1.901l1.771-.003z"/><path d="M8.681 17.471c.939-.047 1.883.001 2.825-.021.219.276.435.555.646.838.189.026.377.055.566.084.021.458.019.917.003 1.376l-.477.119-.03.479c-.384.078-.701.012-.693-.44-.976-.005-1.953.005-2.928-.007l-.06.453c-.203 0-.405-.001-.606-.004l-.033-.476-.476-.121c-.019-.462-.019-.924.005-1.385l.561-.075c.232-.267.391-.636.697-.819m-.425.839c1.204.001 2.408.007 3.612-.003a105.89 105.89 0 0 0-.498-.672h-2.6l-.514.675zM15.939 17.453c.968.005 1.938-.008 2.906.008.306.413.576.975 1.184.917.025.457.025.916.007 1.374l-.472.114-.048.487c-.203-.003-.405-.005-.606-.01l-.044-.444c-.99.01-1.98.003-2.972.004l-.03.433c-.206.007-.413.01-.619.01l-.038-.48c-.16-.041-.321-.084-.48-.128.052-.547-.307-1.552.573-1.459.213-.276.425-.553.639-.827m.137.19c-.167.222-.336.444-.502.668 1.207.005 2.414.005 3.621 0l-.517-.675c-.868.004-1.735-.004-2.602.007z"/><path fill="#170203" opacity=".1" d="M26.899 24c.129-.182.304-.347.529-.392V24h-.529z"/></symbol><symbol viewBox="0 0 27 24" id="warning--offset-roads--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.47 0h.459c.266.154.495.368.642.64 4.277 7.439 8.591 14.858 12.857 22.304v.494a6.394 6.394 0 0 1-.475.485c-7.061-.13-14.13-.019-21.194-.056-1.758.027-3.519-.062-5.276.053a6.16 6.16 0 0 1-.484-.499v-.414C4.204 15.586 8.528 8.231 12.763.827c.167-.329.414-.605.706-.827M3.548 21.592c6.784.007 13.569.007 20.353 0-3.389-5.878-6.779-11.755-10.179-17.626A8761.686 8761.686 0 0 0 3.547 21.592z"/><path fill="#fff" d="M3.548 21.592A8562.751 8562.751 0 0 1 13.723 3.966c3.4 5.871 6.79 11.748 10.179 17.626-6.784.007-13.569.007-20.353 0m8.259-12.339c-.005 1.825.001 3.651-.003 5.476-1.107.001-2.213.004-3.32-.001-.022.71-.008 1.422-.011 2.133 1.111.003 2.22-.001 3.331.003.003 1.273-.001 2.547.001 3.819h1.909c.005-2.467-.001-4.936.003-7.404 1.109-.003 2.22.001 3.33-.001.003-.71.003-1.419 0-2.13-1.109-.001-2.22.001-3.33-.001-.001-.631.001-1.262-.005-1.893h-1.905z"/><path d="M11.808 9.253h1.905c.007.631.004 1.262.005 1.893 1.109.003 2.22 0 3.33.001.003.71.003 1.419 0 2.13-1.109.003-2.22-.001-3.33.001-.004 2.469.003 4.937-.003 7.404h-1.909c-.003-1.273.001-2.547-.001-3.819-1.111-.004-2.22 0-3.331-.003.003-.71-.011-1.422.011-2.133 1.107.005 2.213.003 3.32.001.004-1.825-.003-3.651.003-5.476z"/><path fill="#120102" opacity=".08" d="M0 23.421c.155.173.31.344.484.499l.162.08H0v-.579z"/><path fill="#190102" opacity=".11" d="M26.954 23.923c.169-.151.322-.318.475-.485V24h-.621l.147-.077z"/><path fill="#c20813" opacity=".86" d="M.484 23.92c1.757-.115 3.518-.026 5.276-.053 7.064.037 14.133-.074 21.194.056l-.147.077H.646l-.162-.08z"/></symbol><symbol viewBox="0 0 24 24" id="warning--offset-roads--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.93 1.139a1.818 1.818 0 0 1 1.518.527c3.277 3.124 6.553 6.251 9.824 9.382.738.64.75 1.878.038 2.542-3.142 3.139-6.281 6.282-9.421 9.424-.7.734-1.986.722-2.659-.043-3.284-3.157-6.59-6.294-9.875-9.451-.674-.665-.581-1.837.097-2.465 3.056-3.064 6.121-6.119 9.18-9.179.35-.362.778-.694 1.297-.736m-.36.367c-.396.168-.689.498-.99.793-2.974 2.986-5.965 5.956-8.934 8.946-.606.546-.655 1.588-.041 2.144 3.294 3.148 6.587 6.299 9.882 9.445.581.611 1.634.589 2.212-.014 3.145-3.138 6.277-6.289 9.424-9.425.601-.565.596-1.619-.042-2.154-3.247-3.114-6.503-6.22-9.755-9.329-.438-.474-1.153-.666-1.756-.407z"/><path fill="#231f20" d="M11.792 1.836c.608-.142 1.255.08 1.68.529 3.05 2.91 6.098 5.824 9.143 8.738.701.613.707 1.79.041 2.43-2.934 2.946-5.882 5.88-8.82 8.824-.652.678-1.84.713-2.501.03-3.085-2.956-6.181-5.903-9.264-8.861-.682-.632-.63-1.798.041-2.417 2.808-2.831 5.636-5.641 8.453-8.464.346-.35.724-.72 1.228-.81m.123.362c-.389.06-.697.325-.964.595-2.854 2.868-5.73 5.713-8.575 8.588-.526.482-.569 1.386-.038 1.882 3.085 2.954 6.176 5.905 9.265 8.856.52.534 1.454.508 1.962-.029 2.945-2.939 5.885-5.882 8.825-8.825.516-.503.51-1.416-.042-1.89-3.041-2.922-6.095-5.831-9.143-8.744-.332-.338-.815-.535-1.29-.433z"/><path fill="#231f20" d="M10.93 5.17c1.07.011 2.141.004 3.21.005-.011.424.001.848-.001 1.272.81.005 1.621-.002 2.432.004.004.838.008 1.675-.002 2.513-.81.007-1.62-.002-2.43.005-.01 3.518.006 7.037-.007 10.554-1.066.012-2.13.004-3.196.005.006-.402-.006-.805-.001-1.208-.92-.006-1.841-.001-2.761-.001l-.001-2.516c.92-.002 1.842.002 2.762-.002 0-3.542.007-7.086-.005-10.628z"/><path fill="#fff100" d="M11.569 1.507c.602-.259 1.318-.067 1.756.407 3.252 3.109 6.508 6.215 9.755 9.329.638.535.643 1.589.042 2.154-3.146 3.136-6.278 6.287-9.424 9.425-.577.604-1.631.625-2.212.014-3.295-3.146-6.588-6.298-9.882-9.445-.614-.557-.565-1.598.041-2.144 2.969-2.99 5.96-5.96 8.934-8.946.301-.295.594-.625.99-.793m.223.328c-.504.09-.882.46-1.228.81-2.816 2.822-5.645 5.633-8.453 8.464-.671.619-.722 1.784-.041 2.417 3.083 2.958 6.179 5.905 9.264 8.861.661.683 1.849.648 2.501-.03 2.938-2.944 5.886-5.878 8.82-8.824.666-.64.66-1.817-.041-2.43a6308.743 6308.743 0 0 0-9.143-8.738c-.425-.449-1.072-.671-1.68-.529z"/><path fill="#fff100" d="M11.916 2.197c.475-.102.958.095 1.29.433 3.048 2.914 6.102 5.822 9.143 8.744.552.474.558 1.387.042 1.89-2.94 2.942-5.88 5.886-8.825 8.825-.508.536-1.442.563-1.962.029-3.089-2.951-6.18-5.902-9.265-8.856-.53-.496-.487-1.399.038-1.882 2.845-2.875 5.722-5.72 8.575-8.588.266-.27.575-.535.964-.595M10.93 5.17c.012 3.542.005 7.086.005 10.628-.92.005-1.842 0-2.762.002l.001 2.516c.92 0 1.841-.005 2.761.001-.005.403.007.806.001 1.208 1.066-.001 2.13.007 3.196-.005.013-3.517-.002-7.036.007-10.554.81-.007 1.62.002 2.43-.005.011-.838.006-1.675.002-2.513-.811-.006-1.622.001-2.432-.004.002-.424-.01-.848.001-1.272-1.069-.001-2.14.006-3.21-.005z"/></symbol><symbol viewBox="0 0 24 24" id="warning--offset-roads--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.928 1.135a1.83 1.83 0 0 1 1.511.548c3.276 3.122 6.55 6.248 9.818 9.378.721.635.73 1.85.041 2.512-3.139 3.144-6.283 6.283-9.422 9.426-.652.686-1.848.761-2.538.092-3.332-3.185-6.667-6.367-9.995-9.557-.668-.644-.617-1.804.042-2.437 3.049-3.068 6.118-6.119 9.175-9.18.367-.384.814-.746 1.368-.782m-.367.364c-.32.127-.574.37-.816.606-3.037 3.042-6.079 6.079-9.113 9.126-.628.548-.677 1.615-.041 2.177 3.294 3.145 6.584 6.294 9.878 9.439.587.608 1.646.571 2.215-.042l9.42-9.42c.583-.562.583-1.597-.041-2.129a5432.99 5432.99 0 0 0-9.814-9.383 1.561 1.561 0 0 0-1.69-.374z"/><path fill="#231f20" d="M11.682 1.855a1.77 1.77 0 0 1 1.712.466c3.073 2.928 6.143 5.861 9.206 8.798.71.631.676 1.832-.017 2.464l-8.825 8.82c-.652.632-1.792.65-2.437 0-3.085-2.956-6.179-5.903-9.264-8.86-.701-.635-.65-1.822.037-2.447 2.753-2.767 5.52-5.521 8.275-8.287.386-.376.763-.823 1.312-.954m.121.36c-.376.085-.662.359-.923.624-2.832 2.849-5.69 5.669-8.515 8.524-.541.486-.59 1.411-.043 1.913 3.089 2.95 6.174 5.906 9.266 8.854.527.535 1.465.488 1.969-.056 2.94-2.936 5.875-5.88 8.814-8.818.502-.497.503-1.394-.036-1.865-3.037-2.923-6.092-5.827-9.139-8.742-.353-.371-.886-.574-1.393-.433z"/><path fill="#231f20" d="M10.901 5.174c1.068.004 2.136-.004 3.205.004-.005 3.518-.007 7.037.001 10.555.812.007 1.625.002 2.438.001-.005.832-.005 1.663-.001 2.495-.812 0-1.625-.007-2.438.001-.006.427-.002.854-.004 1.283-1.063.03-2.128.01-3.191.011-.032-3.548-.002-7.098-.014-10.646-.922-.02-1.843-.002-2.764-.008-.005-.83-.006-1.661 0-2.491.922-.001 1.842.007 2.762-.002.002-.401.002-.802.005-1.201z"/><path fill="#fff100" d="M11.561 1.499a1.564 1.564 0 0 1 1.69.374c3.274 3.125 6.547 6.25 9.814 9.383.624.532.624 1.567.041 2.129l-9.42 9.42c-.569.613-1.628.65-2.215.042-3.294-3.145-6.584-6.294-9.878-9.439-.636-.562-.587-1.628.041-2.177 3.034-3.047 6.076-6.084 9.113-9.126.242-.236.496-.479.816-.606m.119.356c-.548.131-.925.578-1.312.954-2.755 2.766-5.522 5.52-8.275 8.287-.688.625-.738 1.812-.037 2.447 3.085 2.957 6.179 5.904 9.264 8.86.646.65 1.786.632 2.437 0 2.941-2.94 5.882-5.881 8.825-8.82.692-.631.727-1.832.017-2.464-3.064-2.938-6.133-5.87-9.206-8.798a1.771 1.771 0 0 0-1.712-.466z"/><path fill="#fff100" d="M11.802 2.215c.508-.14 1.04.062 1.393.433 3.047 2.915 6.102 5.819 9.139 8.742.539.47.538 1.368.036 1.865-2.939 2.938-5.874 5.881-8.814 8.818-.504.545-1.442.592-1.969.056-3.092-2.947-6.178-5.904-9.266-8.854-.547-.502-.498-1.427.043-1.913 2.825-2.855 5.683-5.675 8.515-8.524.26-.265.547-.539.923-.624m-.901 2.96c-.002.4-.002.8-.005 1.201-.92.01-1.841.001-2.762.002-.006.83-.005 1.661 0 2.491.92.006 1.842-.012 2.764.008.012 3.548-.018 7.098.014 10.646 1.063-.001 2.128.019 3.191-.011.001-.428-.002-.856.004-1.283.814-.008 1.626-.001 2.438-.001-.004-.832-.004-1.663.001-2.495-.814.001-1.626.006-2.438-.001-.008-3.518-.006-7.037-.001-10.555-1.069-.007-2.137 0-3.205-.004z"/></symbol><symbol viewBox="0 0 27 24" id="warning--offset-roads--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#9e9c9b" d="M13.039 0h1.034l.138.08c-.571.055-1.151.104-1.694.305a4.29 4.29 0 0 1 .522-.386z"/><path fill="#fff" d="M12.517.386c.543-.202 1.122-.251 1.694-.305.337.205.655.454.85.803 4.095 6.964 8.096 13.985 12.213 20.936v.897c-.183.515-.507.997-1.046 1.185-2.059-.08-4.122-.022-6.183-.037-6.296.055-12.595-.085-18.889.029a2.196 2.196 0 0 1-1.125-1.147c.226-.244.24-.642.005-.885 3.93-6.843 7.88-13.675 11.821-20.512.202-.333.371-.695.66-.964m.761.36c-.455.157-.631.653-.867 1.028C8.575 8.442 4.72 15.099.88 21.764c-.462.634.104 1.602.884 1.507 7.961.01 15.923.026 23.884.019.974.045 1.204-1.204.61-1.81-3.925-6.719-7.827-13.451-11.742-20.175-.218-.455-.743-.735-1.237-.559z"/><path fill="#fff" d="M12.955 4.227c.138-.26.335-.479.54-.687.359.432.648.915.93 1.398 3.01 4.946 6.02 9.889 9.029 14.835.304.511.682.993.826 1.58a7.77 7.77 0 0 1-1.098.083c-6.41-.029-12.824.03-19.233-.052-.188-.001-.341-.124-.499-.205 3.132-5.67 6.356-11.291 9.505-16.953m-1.188 6.589c-.106.488-.05.993-.065 1.488-.83 0-1.662.004-2.493.001.008.738.014 1.475.016 2.215a203.86 203.86 0 0 0 2.472-.018c.104 1.913.029 3.83.075 5.745.581-.484 1.16-.97 1.745-1.448.62.462 1.23.938 1.841 1.414.008-.84-.005-1.68-.01-2.519.847-.003 1.694.001 2.542-.005l-.001-2.12c-.852-.008-1.706.007-2.558.005-.014-1.598-.02-3.195-.026-4.792-.603-.49-1.205-.978-1.805-1.469-.566.513-1.201.952-1.733 1.503z"/><path fill="#da251d" d="M13.278.746c.494-.176 1.019.104 1.237.559 3.915 6.724 7.818 13.456 11.742 20.175.595.605.364 1.855-.61 1.81-7.961.007-15.923-.01-23.884-.019-.78.095-1.346-.873-.884-1.507C4.719 15.1 8.574 8.443 12.41 1.774c.236-.375.412-.871.867-1.028m-.322 3.481C9.806 9.889 6.583 15.51 3.45 21.18c.158.08.311.203.499.205 6.409.082 12.822.023 19.233.052a7.77 7.77 0 0 0 1.098-.083c-.145-.588-.522-1.069-.826-1.58-3.008-4.946-6.019-9.889-9.029-14.835-.282-.483-.571-.965-.93-1.398-.205.209-.402.427-.54.687z"/><path fill="#1f1a17" d="M11.767 10.815c.532-.551 1.167-.99 1.733-1.503.6.491 1.203.979 1.805 1.469.005 1.597.012 3.194.026 4.792.852.001 1.706-.014 2.558-.005l.001 2.12c-.848.007-1.695.003-2.542.005.004.839.018 1.679.01 2.519-.611-.476-1.22-.952-1.841-1.414-.585.479-1.165.964-1.745 1.448-.046-1.915.029-3.832-.075-5.745-.825.011-1.649.016-2.472.018-.003-.739-.008-1.477-.016-2.215.83.003 1.662-.001 2.493-.001.015-.495-.041-1 .065-1.488z"/><path fill="#999796" d="M0 21.918l.035-.056c.235.243.221.641-.005.885L0 22.695v-.777z"/><path fill="#a5a3a2" d="M1.155 23.894c6.295-.113 12.593.026 18.889-.029 2.06.015 4.124-.044 6.183.037l-.195.098H1.36l-.205-.106z"/></symbol><symbol viewBox="0 0 27 24" id="warning--opening-or-swing-bridge--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.247 0h.649c.521.165 1.006.476 1.27.968 3.855 6.679 7.702 13.364 11.555 20.045.146.259.278.526.396.8v.778A2.04 2.04 0 0 1 25.666 24H1.483c-.735-.167-1.287-.755-1.485-1.47v-.639c.118-.3.252-.591.41-.872C4.264 14.34 8.11 7.654 11.965.974c.264-.496.755-.812 1.281-.975M2.85 21.601c7.146.005 14.293.005 21.439 0-3.569-6.199-7.138-12.399-10.72-18.591A9824.539 9824.539 0 0 0 2.85 21.601z"/><path fill="#fff" d="M2.85 21.601A9234.15 9234.15 0 0 1 13.569 3.01c3.582 6.193 7.151 12.392 10.72 18.591-7.146.005-14.293.005-21.439 0M14.683 8.285c-2.548 2.533-5.078 5.085-7.619 7.623.366.363.729.727 1.092 1.094-.607 0-1.215.001-1.821.004l-2.176 3.837c1.33.004 2.66.001 3.991.001.009-.212.02-.423.037-.633.64.153 1.154.713 1.85.637.708.06 1.186-.687 1.898-.58.575.091 1.007.633 1.626.576.617.064 1.055-.468 1.624-.575.715-.122 1.193.628 1.898.578.706.089 1.222-.492 1.877-.626.012.209.024.418.034.628 1.329-.008 2.659 0 3.988-.005l-2.178-3.837c-.607-.004-1.215-.004-1.822-.003-.001.462-.004.926.003 1.388-.565.023-1.006.381-1.501.597-.812.263-1.36-.666-2.16-.567-.574-.047-.998.389-1.502.571-.758.205-1.265-.671-2.023-.571-.796-.088-1.348.842-2.159.561-.485-.221-.926-.565-1.482-.591.005-.465.004-.93.005-1.395 2.544-2.536 5.073-5.086 7.615-7.623a70.14 70.14 0 0 0-1.093-1.089z"/><path fill="#fff" d="M8.176 18.997c.656.125 1.157.725 1.86.643.805.035 1.429-.959 2.254-.483.655.483 1.58.692 2.271.155.633-.537 1.398-.148 1.993.222.876.412 1.614-.315 2.409-.537.009.207.016.416.022.625-.568.014-1.012.373-1.506.593-.812.274-1.353-.686-2.159-.567-.759-.092-1.266.801-2.034.564-.492-.197-.919-.618-1.489-.564-.576-.061-1.009.365-1.505.567-.803.247-1.355-.621-2.144-.597.008-.207.016-.415.027-.621z"/><path d="M14.683 8.285c.369.358.732.723 1.093 1.089-2.542 2.537-5.071 5.087-7.615 7.623-.001.465 0 .93-.005 1.395.556.026.997.37 1.482.591.811.281 1.363-.649 2.159-.561.758-.1 1.265.776 2.023.571.504-.182.929-.618 1.502-.571.8-.099 1.348.83 2.16.567.495-.216.936-.574 1.501-.597-.007-.462-.004-.926-.003-1.388.607-.001 1.215-.001 1.822.003.725 1.28 1.452 2.559 2.178 3.837-1.329.005-2.659-.003-3.988.005-.009-.21-.022-.419-.034-.628-.655.134-1.17.716-1.877.626-.705.05-1.184-.7-1.898-.578-.569.107-1.007.639-1.624.575-.618.057-1.051-.485-1.626-.576-.712-.107-1.191.64-1.898.58-.696.076-1.209-.484-1.85-.637-.016.21-.027.422-.037.633-1.33 0-2.66.003-3.991-.001.724-1.279 1.451-2.557 2.176-3.837.606-.003 1.214-.004 1.821-.004-.362-.367-.725-.731-1.092-1.094 2.541-2.538 5.071-5.09 7.619-7.623M8.176 18.997c-.011.206-.019.414-.027.621.789-.024 1.341.843 2.144.597.496-.202.929-.628 1.505-.567.569-.054.997.367 1.489.564.767.237 1.275-.656 2.034-.564.805-.119 1.346.841 2.159.567.495-.22.938-.579 1.506-.593a25.729 25.729 0 0 0-.022-.625c-.796.222-1.534.949-2.409.537-.595-.37-1.36-.759-1.993-.222-.692.537-1.616.328-2.271-.155-.824-.476-1.448.518-2.254.483-.704.083-1.204-.518-1.86-.643z"/></symbol><symbol viewBox="0 0 24 24" id="warning--opening-or-swing-bridge--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.448 1.141c.628-.132 1.265.14 1.698.59 3.252 3.109 6.509 6.214 9.755 9.328.721.637.716 1.846.031 2.507-3.119 3.125-6.241 6.246-9.36 9.37-.646.721-1.867.834-2.582.154l-9.944-9.497c-.718-.632-.713-1.84-.03-2.496 3.047-3.073 6.119-6.124 9.175-9.188.344-.355.75-.694 1.258-.767m-.247.346c-.325.122-.578.372-.822.612-3.034 3.046-6.084 6.076-9.115 9.125-.624.553-.668 1.618-.031 2.178l9.886 9.44c.586.6 1.633.56 2.201-.046 3.142-3.137 6.281-6.276 9.416-9.418.587-.56.59-1.588-.025-2.128-3.264-3.137-6.544-6.257-9.818-9.383-.427-.448-1.112-.619-1.691-.382z"/><path fill="#231f20" d="M11.317 1.847c.641-.192 1.337.05 1.788.526 3.048 2.912 6.103 5.819 9.142 8.742.674.614.679 1.764.026 2.396a5647.387 5647.387 0 0 1-8.821 8.828c-.642.677-1.819.724-2.484.055a7713.492 7713.492 0 0 0-9.266-8.858c-.707-.63-.655-1.817.024-2.447 2.833-2.848 5.682-5.681 8.52-8.525.301-.31.64-.613 1.072-.718m.118.358c-.376.088-.66.365-.926.626-2.832 2.848-5.684 5.676-8.513 8.527-.54.488-.584 1.417-.029 1.91 3.09 2.952 6.178 5.905 9.268 8.856.524.526 1.448.475 1.949-.056 2.923-2.918 5.843-5.839 8.765-8.758.545-.492.589-1.427.032-1.927-3.037-2.924-6.097-5.825-9.143-8.741-.355-.372-.893-.584-1.403-.438z"/><path fill="#231f20" d="M10.48 9.752c.198.17.396.342.599.509-.935 1.1-1.943 2.137-2.916 3.204-.139-.245-.283-.487-.425-.731.911-.997 1.835-1.981 2.742-2.982zM12.786 10.202c.205-.173.403-.354.606-.53.911.991 1.817 1.986 2.741 2.965-.139.247-.278.496-.414.744-.988-1.05-1.96-2.116-2.933-3.179zM6.016 12.533c.438.002.876.005 1.314.004-.004.302.008.605.005.908.254.005.508.001.763.006.002.518.002 1.037-.001 1.555-1.12.004-2.24.005-3.36-.001.259-.515.526-1.025.793-1.534l.326-.054c-.005-.304.017-.611.16-.884m-.014.156c-.006.256-.01.51-.008.766.406.002.812.002 1.219 0v-.766a244.42 244.42 0 0 0-1.211 0zM16.295 12.536c.488.001.977.002 1.465-.011.211.254.196.588.198.899l.473.047c.257.514.527 1.021.786 1.534-1.121.006-2.242.005-3.362.001-.002-.514-.001-1.028-.005-1.542l.451-.04c-.01-.296 0-.592-.006-.888m.121.154c-.002.254-.002.509 0 .764.467.002.934.002 1.4 0 .002-.254.002-.51 0-.764a81.668 81.668 0 0 0-1.4 0zM8.348 13.993c.499-.232 1.057-.526 1.616-.318.415.164.888.397 1.314.12.544-.328 1.183-.166 1.72.083.595.278 1.09-.406 1.684-.247.317.084.607.246.911.37a7.322 7.322 0 0 0-.014 1.128 3.34 3.34 0 0 1-1.074-.361c-.778.476-1.736.408-2.521-.011-.595.312-1.318.512-1.949.176-.551-.378-1.1.163-1.672.203-.004-.382.001-.762-.014-1.142m.655.23c.822-.072 1.603.54 2.414.182.852-.467 1.712.503 2.594.046-.542.034-1.1.054-1.592-.215-.674-.392-1.282.472-1.967.173-.462-.197-.952-.398-1.45-.186m5.195-.027c.077.163.536.16.619.001a.676.676 0 0 0-.619-.001z"/><path fill="#fff100" d="M11.202 1.488c.578-.238 1.264-.066 1.691.382 3.275 3.126 6.554 6.246 9.818 9.383.616.54.612 1.567.025 2.128a8360.822 8360.822 0 0 1-9.416 9.418c-.568.606-1.615.646-2.201.046l-9.886-9.44c-.637-.56-.593-1.625.031-2.178 3.031-3.049 6.082-6.079 9.115-9.125.244-.24.497-.49.822-.612m.116.357c-.432.104-.77.408-1.072.718-2.838 2.844-5.687 5.677-8.52 8.525-.679.63-.731 1.817-.024 2.447 3.09 2.951 6.18 5.903 9.266 8.858.665.668 1.842.622 2.484-.055 2.944-2.94 5.885-5.882 8.821-8.828.653-.632.648-1.782-.026-2.396-3.038-2.923-6.094-5.83-9.142-8.742-.451-.475-1.147-.718-1.788-.526z"/><path fill="#fff100" d="M11.436 2.204c.51-.146 1.048.066 1.403.438 3.046 2.916 6.106 5.816 9.143 8.741.557.5.512 1.435-.032 1.927-2.922 2.918-5.842 5.839-8.765 8.758-.5.532-1.424.582-1.949.056-3.09-2.951-6.178-5.904-9.268-8.856-.556-.493-.511-1.422.029-1.91 2.828-2.851 5.681-5.68 8.513-8.527.266-.262.551-.539.926-.626m-.956 7.547c-.907 1.001-1.831 1.985-2.742 2.982.142.244.286.486.425.731.973-1.067 1.981-2.104 2.916-3.204-.203-.167-.401-.338-.599-.509m2.306.45c.973 1.063 1.945 2.129 2.933 3.179.136-.248.275-.497.414-.744-.924-.979-1.83-1.974-2.741-2.965-.203.176-.401.358-.606.53m-6.77 2.331c-.143.274-.164.581-.16.884l-.326.054a92.465 92.465 0 0 0-.793 1.534c1.12.006 2.24.005 3.36.001.004-.518.004-1.037.001-1.555-.256-.005-.509-.001-.763-.006.004-.304-.008-.606-.005-.908-.438.001-.876-.001-1.314-.004m10.279.003c.006.296-.004.592.006.888l-.451.04c.004.514.002 1.028.005 1.542 1.121.004 2.242.005 3.362-.001-.259-.512-.529-1.02-.786-1.534l-.473-.047c-.002-.311.013-.644-.198-.899-.488.013-.977.012-1.465.011m-7.947 1.457c.016.38.011.761.014 1.142.571-.04 1.121-.581 1.672-.203.631.336 1.354.136 1.949-.176.785.419 1.744.487 2.521.011a3.34 3.34 0 0 0 1.074.361A7.45 7.45 0 0 1 15.592 14c-.304-.124-.594-.286-.911-.37-.594-.158-1.088.526-1.684.247-.536-.248-1.176-.41-1.72-.083-.426.277-.899.044-1.314-.12-.559-.208-1.117.086-1.616.318z"/><path fill="#fff100" d="M6.002 12.689h1.211v.766c-.407.002-.814.002-1.219 0-.001-.256.002-.51.008-.766zM16.416 12.69c.467-.004.934-.004 1.4 0 .002.254.002.51 0 .764-.467.002-.934.002-1.4 0-.002-.256-.002-.51 0-.764zM9.004 14.224c.498-.212.988-.011 1.45.186.685.299 1.292-.565 1.967-.173.492.269 1.05.248 1.592.215-.882.457-1.742-.512-2.594-.046-.811.358-1.592-.254-2.414-.182z"/><path fill="#b9ae0a" d="M14.198 14.197a.68.68 0 0 1 .619.001c-.083.158-.542.162-.619-.001z"/></symbol><symbol viewBox="0 0 27 24" id="warning--other-danger--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.241 0h.682c.582.186 1.082.58 1.346 1.136 3.932 6.898 7.988 13.729 11.849 20.664v.809a2.066 2.066 0 0 1-1.443 1.39H1.468C.745 23.825.202 23.244 0 22.54v-.673a6.96 6.96 0 0 1 .361-.761C4.229 14.395 8.095 7.684 11.965.974c.258-.5.754-.809 1.276-.976M2.854 21.6c7.144.007 14.287.008 21.432 0A7106.18 7106.18 0 0 0 13.569 3.016 6342.035 6342.035 0 0 0 2.854 21.6z"/><path fill="#fff" d="M2.854 21.6A6003.045 6003.045 0 0 1 13.569 3.016 6578.236 6578.236 0 0 1 24.286 21.6c-7.144.008-14.287.007-21.432 0M11.55 9.619c.591 2.395 1.185 4.789 1.775 7.184.161 0 .323.001.484.004.598-2.392 1.185-4.786 1.778-7.18.283-1.209-.811-2.43-2.027-2.399-1.207-.019-2.286 1.189-2.009 2.391m1.634 8.05c-1.173.24-1.62 1.887-.725 2.685.808.875 2.438.395 2.655-.774.312-1.101-.83-2.232-1.929-1.911z"/><path d="M11.55 9.619c-.277-1.201.803-2.409 2.009-2.391 1.216-.031 2.311 1.189 2.027 2.399-.593 2.393-1.18 4.788-1.778 7.18a26.032 26.032 0 0 0-.484-.004c-.59-2.395-1.184-4.789-1.775-7.184zM13.185 17.669c1.1-.321 2.241.809 1.929 1.911-.217 1.169-1.847 1.649-2.655.774-.895-.797-.447-2.445.725-2.685z"/></symbol><symbol viewBox="0 0 27 24" id="warning--other-danger--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#db0000" d="M13.335 0h.65c.911.2 1.677.817 2.125 1.625 3.297 5.609 6.592 11.219 9.888 16.829.47.821 1.03 1.612 1.275 2.539v.94c-.239 1.11-1.223 1.882-2.31 2.067H2.348C1.213 23.825.213 22.992 0 21.836v-.746c.228-.964.805-1.778 1.29-2.624 3.316-5.637 6.625-11.281 9.944-16.917C11.681.765 12.446.181 13.335 0M2.625 21.38c7.349.003 14.697.003 22.047 0A4029.591 4029.591 0 0 0 13.648 2.644 3659.395 3659.395 0 0 0 2.624 21.38z"/><path fill="#fff" d="M2.625 21.38A3518.5 3518.5 0 0 1 13.649 2.644 4082.552 4082.552 0 0 1 24.673 21.38c-7.35.003-14.699.003-22.047 0m3.613-5.124c-.003 1.489-.001 2.98 0 4.47.706.012 1.769.164 2.002-.732a16.217 16.217 0 0 0-.003-3.029c-.275-.85-1.294-.728-1.999-.709m3.361-.003c-.333 1.492-.667 2.982-.997 4.474h.675c.056-.322.125-.641.181-.963.275 0 .551.003.828.001.053.322.123.641.176.961h.687c-.33-1.492-.664-2.981-.995-4.471-.185.001-.371 0-.555-.003m1.88 0c-.004 1.492 0 2.984-.001 4.475h.634c.007-.877-.014-1.755.014-2.632.353.869.653 1.758.986 2.635.198-.004.395-.005.593-.004v-4.471h-.634c-.007.892.001 1.784-.01 2.675-.335-.888-.652-1.782-.979-2.673-.2 0-.401-.003-.603-.005m2.66.578a34.01 34.01 0 0 0-.029 3.303c.143.686.974.672 1.508.521.23.041.462.072.697.087.048-.9.034-1.803.053-2.704-.391-.001-.783-.001-1.173.001-.001.221-.005.442-.01.664.173.004.346.014.52.03-.001.389-.016.777-.057 1.166-.3.019-.755.194-.938-.136a27.194 27.194 0 0 1 .012-2.57c.056-.469.655-.275.971-.28.02.188.045.375.074.562.198 0 .397.003.596.004.004-.462.037-1.154-.548-1.275-.588-.121-1.575-.16-1.676.627m2.713-.575c-.003 1.49-.001 2.981-.001 4.471.637.003 1.272.003 1.908-.001-.003-.214-.003-.428-.003-.642l-1.272-.001v-1.315c.374-.001.749-.004 1.124-.007a19.804 19.804 0 0 1-.005-.597c-.374.004-.746-.001-1.118 0 0-.439.001-.878.004-1.317.423.001.847 0 1.271-.001a19.324 19.324 0 0 1-.003-.589h-1.904m2.485 0c-.003 1.49-.001 2.981-.001 4.471.213-.003.425-.001.638.001l.001-1.927c.134.014.269.019.404.019.196.637.395 1.272.597 1.906h.672c-.217-.676-.447-1.347-.659-2.025.596-.451.661-1.35.331-1.976-.431-.67-1.319-.43-1.984-.47z"/><path fill="#fff" d="M6.873 20.145c-.004-1.103-.011-2.206.004-3.308.269.052.701-.001.769.356.041.856.038 1.72 0 2.576-.022.402-.49.35-.773.376zM19.98 16.84c1.208-.401 1.203 1.82.001 1.424a61.45 61.45 0 0 1-.001-1.424zM9.575 19.174c.094-.53.185-1.062.296-1.589.106.528.202 1.058.299 1.589h-.595z"/><path d="M6.239 16.256c.705-.019 1.724-.14 1.999.709.098 1 .094 2.028.003 3.029-.233.896-1.295.745-2.002.732-.001-1.49-.003-2.981 0-4.47m.634 3.889c.284-.026.751.026.773-.376.038-.856.041-1.72 0-2.576-.068-.357-.5-.304-.769-.356-.015 1.102-.008 2.205-.004 3.308zM9.6 16.253c.184.003.37.004.555.003.331 1.49.665 2.98.995 4.471h-.687c-.053-.32-.123-.64-.176-.961-.277.001-.552-.001-.828-.001-.056.322-.125.641-.181.963h-.675c.33-1.492.664-2.982.997-4.474m-.025 2.92h.595c-.097-.53-.192-1.061-.299-1.589-.11.526-.202 1.058-.296 1.589zM11.48 16.252c.202.003.402.005.603.005.327.89.644 1.785.979 2.673.011-.892.003-1.784.01-2.675h.634v4.471c-.198-.001-.395 0-.593.004-.333-.877-.633-1.766-.986-2.635-.027.877-.007 1.755-.014 2.632a66.993 66.993 0 0 0-.634 0c.001-1.492-.003-2.984.001-4.475zM14.14 16.83c.101-.787 1.088-.749 1.676-.627.585.121.552.813.548 1.275-.199-.001-.398-.004-.596-.004a13.287 13.287 0 0 1-.074-.562c-.316.004-.915-.19-.971.28a26.54 26.54 0 0 0-.012 2.57c.183.33.638.155.938.136.041-.389.056-.777.057-1.166a7.515 7.515 0 0 0-.52-.03c.004-.222.008-.443.01-.664.39-.003.781-.003 1.173-.001-.019.901-.005 1.804-.053 2.704a6.26 6.26 0 0 1-.697-.087c-.535.151-1.365.165-1.508-.521a33.696 33.696 0 0 1 .029-3.303zM16.853 16.255h1.904c-.003.195-.001.391.003.589-.424.001-.848.003-1.271.001-.003.439-.004.878-.004 1.317.372-.001.745.004 1.118 0-.001.199.001.398.005.597l-1.124.007v1.315l1.272.001c0 .214 0 .428.003.642-.635.004-1.271.004-1.908.001 0-1.49-.001-2.981.001-4.471zM19.339 16.256c.665.041 1.553-.199 1.984.47.33.626.265 1.525-.331 1.976.211.678.442 1.349.659 2.025a75.264 75.264 0 0 0-.672 0c-.202-.634-.401-1.27-.597-1.906-.135 0-.27-.005-.404-.019l-.001 1.927a22.615 22.615 0 0 0-.638-.001c0-1.49-.001-2.981.001-4.471m.64.583c-.004.475-.005.949.001 1.424 1.201.397 1.207-1.825-.001-1.424z"/></symbol><symbol viewBox="0 0 24 24" id="warning--other-danger--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fbd700" d="M11.674 0h.586c.541.212.904.68 1.306 1.075l9.3 9.3c.419.425.91.81 1.135 1.382v.401c-.109.292-.253.577-.479.797-3.526 3.518-7.046 7.042-10.567 10.565-.214.215-.482.36-.757.48h-.376c-.592-.166-.968-.665-1.386-1.075l-9.36-9.36c-.392-.394-.838-.758-1.075-1.274v-.594c.24-.546.715-.919 1.123-1.333l9.24-9.24c.408-.406.784-.864 1.31-1.123m-.1.419C7.886 3.964 4.326 7.651.683 11.246c-.428.329-.547 1.006-.119 1.387 3.571 3.59 7.159 7.166 10.74 10.746.329.391.966.437 1.313.043 3.589-3.574 7.166-7.162 10.748-10.742.383-.324.434-.946.053-1.291C19.843 7.8 16.254 4.224 12.676.639c-.269-.302-.743-.456-1.102-.22z"/><path d="M11.574.42c.359-.236.833-.083 1.102.22 3.578 3.584 7.168 7.16 10.742 10.75.382.346.33.967-.053 1.291-3.582 3.581-7.159 7.169-10.748 10.742-.347.394-.984.348-1.313-.043C7.723 19.8 4.135 16.224.564 12.634c-.428-.382-.31-1.058.119-1.387C4.326 7.652 7.887 3.964 11.574.421m.34.333c-.224.061-.37.272-.539.421C7.902 4.666 4.411 8.137.935 11.623a.462.462 0 0 0 .01.746c3.564 3.56 7.123 7.124 10.688 10.684a.451.451 0 0 0 .726-.008L23.044 12.36a.451.451 0 0 0 .007-.725C19.492 8.071 15.927 4.512 12.367.949c-.12-.119-.272-.24-.454-.196z"/><path d="M11.406 5.418c.694-.433 1.764-.071 1.956.75.155.866-.077 1.736-.163 2.598-.296 2.183-.565 4.369-.88 6.55-.113-.01-.337-.028-.45-.036-.341-2.818-.775-5.623-1.114-8.441-.086-.552.146-1.15.65-1.421zM11.927 16.498c.752-.115 1.507.5 1.564 1.256.101.776-.59 1.537-1.37 1.523-.743.03-1.458-.642-1.411-1.398-.018-.679.546-1.307 1.218-1.381z"/><path fill="#ffdb00" d="M11.914.754c.181-.044.334.077.454.196 3.559 3.563 7.124 7.122 10.684 10.686a.451.451 0 0 1-.007.725c-3.56 3.562-7.123 7.123-10.685 10.685a.45.45 0 0 1-.726.008C8.069 19.495 4.51 15.931.946 12.37a.462.462 0 0 1-.01-.746c3.476-3.486 6.967-6.958 10.44-10.448.169-.149.314-.36.539-.421m-.509 4.663c-.504.271-.737.869-.65 1.421.338 2.818.773 5.623 1.114 8.441.113.008.337.026.45.036.314-2.18.583-4.367.88-6.55.086-.862.318-1.732.163-2.598-.192-.821-1.262-1.183-1.956-.75m.52 11.08c-.672.074-1.236.702-1.218 1.381-.047.756.668 1.428 1.411 1.398.78.014 1.471-.746 1.37-1.523-.056-.756-.811-1.372-1.564-1.256z"/></symbol><symbol viewBox="0 0 27 24" id="warning--panda-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#232922" d="M12.634.54c.626-.337 1.611-.195 1.915.51 3.273 5.743 6.517 11.503 9.815 17.231.817 1.435 1.68 2.851 2.321 4.377v.253c-.2.332-.423.651-.693.931-2.531-.049-5.065 0-7.596.039-2.704-.079-5.429-.112-8.126.117H.744c-1.067-.685-.181-1.947.178-2.788C4.208 15.024 7.835 9.022 11.161 2.859c.312-.171.522-.492.505-.854.289-.507.515-1.081.968-1.467m-9.7 21.383c6.97-.096 13.94-.052 20.909-.158-3.488-6.096-6.931-12.218-10.471-18.284-3.464 6.154-7 12.27-10.437 18.441z"/><path fill="#f9e733" d="M11.161 2.862c.042-.342.191-.68.505-.854.017.363-.193.683-.505.854zM2.934 21.921C6.371 15.75 9.907 9.634 13.371 3.48c3.54 6.065 6.984 12.188 10.471 18.284-6.968.106-13.938.062-20.909.158m9.579-8.967l.211.203-.322-.153c-.854.374-1.633.908-2.237 1.625l-.015.287-.582-.037c.008.29.024.581.045.869-.843 1.187.064 2.529.509 3.672.334.277.809.262 1.215.347-.119.183-.233.368-.346.554.334.861 1.492.549 2.079.136 1.126-.698 1.539-2.014 1.786-3.227.3.099.601.2.9.304l.092.529c.483.025.997.123 1.46-.065.482-.666.529-1.512.373-2.294-.507-.871-.777-1.93-1.586-2.59-1.047-.722-2.44-.547-3.582-.159z"/><path fill="#fefefe" d="M12.512 12.955c1.141-.388 2.534-.562 3.582.159.809.66 1.079 1.719 1.586 2.59-.133.129-.267.258-.398.391l-.544-.057c-.366.472-.754.94-.984 1.497a55.943 55.943 0 0 0-.9-.304c.126-.175.26-.344.394-.514-.143-.732.211-1.623-.391-2.207-.599-.755-1.346-1.427-2.346-1.556z"/><path fill="#fefefe" d="M10.164 14.63c.604-.717 1.383-1.25 2.237-1.625l.322.153c.264.151.525.304.784.463.05.681.641 1.165.71 1.828-.129 1.089-.561 2.182-1.326 2.982-.525.438-1.217.702-1.556 1.338-.406-.086-.881-.071-1.215-.347-.445-1.143-1.351-2.486-.509-3.672.255-.222.581-.445.537-.832l.015-.287m2.171.92c.012.242.027.482.042.723.243.091.488.18.732.272.844-.569-.032-1.418-.774-.995m-2.393 2.11l.025.559.354-.013v-.514l-.379-.032m1.191.46c.274.255.794.676 1.042.163-.183-.235-.391-.448-.594-.666l-.448.504m-.627 1.229c.408.564.807-.393 0 0z"/><path fill="#242526" d="M12.512 12.955c1 .129 1.747.801 2.346 1.556.603.584.248 1.475.391 2.207-.134.169-.269.339-.394.514-.247 1.213-.66 2.529-1.786 3.227-.587.413-1.745.725-2.079-.136.112-.186.227-.371.346-.554.339-.636 1.03-.9 1.556-1.338.765-.801 1.197-1.893 1.326-2.982-.069-.663-.66-1.146-.71-1.828-.258-.159-.52-.312-.784-.463l-.211-.203zM9.941 17.661l.379.032v.514l-.354.013-.025-.559z"/><path fill="#242526" d="M11.132 18.121l.448-.504c.203.218.411.431.594.666-.248.514-.769.092-1.042-.163z"/><path fill="#35342f" d="M9.566 14.88l.582.037c.044.388-.282.611-.537.832a17.988 17.988 0 0 1-.045-.869z"/><path fill="#303030" d="M12.334 15.551c.742-.423 1.618.426.774.995-.243-.092-.488-.181-.732-.272-.015-.242-.03-.482-.042-.723z"/><path fill="#252423" d="M17.282 16.095c.131-.133.265-.262.398-.391.156.782.109 1.628-.373 2.294-.463.188-.977.091-1.46.065l-.092-.529c.23-.557.618-1.025.984-1.497l.544.057z"/><path fill="#5b5251" d="M10.505 19.351c.807-.393.408.564 0 0z"/><path fill="#6f6816" d="M10.27 24c2.697-.23 5.423-.196 8.126-.117l.262.117H10.27z"/><path fill="#ada83d" d="M18.396 23.883c2.531-.039 5.065-.087 7.596-.039l-.159.156h-7.175l-.262-.117z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pass-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e6e600" opacity=".9" d="M11.626 0h.546c.259.102.499.25.695.449 3.497 3.506 6.997 7.008 10.498 10.512.515.419.632 1.255.14 1.739-3.57 3.592-7.158 7.168-10.734 10.753-.425.479-1.238.49-1.674.018C7.713 20.093 4.329 16.715.946 13.335c-.353-.353-.757-.68-.946-1.158v-.529c.188-.496.613-.828.972-1.195 3.161-3.16 6.325-6.314 9.485-9.475.359-.359.698-.757 1.169-.977m.183.292c-.271.034-.492.211-.679.395C7.63 4.191 4.126 7.69.626 11.194c-.389.34-.455.973-.076 1.348 3.427 3.449 6.881 6.871 10.309 10.319.289.277.58.658 1.016.666.456.04.761-.352 1.054-.637 3.434-3.448 6.886-6.881 10.32-10.328.422-.38.33-1.057-.083-1.406-3.458-3.462-6.918-6.924-10.38-10.384C12.53.51 12.2.236 11.808.294z"/><path d="M11.809.293c.392-.059.722.216.978.478 3.462 3.46 6.922 6.922 10.38 10.384.413.349.505 1.026.083 1.406-3.434 3.448-6.886 6.881-10.32 10.328-.293.286-.598.677-1.054.637-.437-.008-.727-.389-1.016-.666C7.432 19.412 3.978 15.99.551 12.541c-.379-.374-.313-1.008.076-1.348C4.126 7.689 7.63 4.19 11.131.687c.187-.184.408-.361.679-.395m-.331.867C7.939 4.747 4.311 8.253.816 11.883c.077.126.15.257.254.362 3.551 3.53 7.079 7.086 10.63 10.616.156.192.394.071.52-.085 3.536-3.544 7.081-7.08 10.619-10.624.193-.143.145-.392-.031-.522-3.535-3.548-7.08-7.087-10.624-10.626-.215-.308-.534-.058-.704.154z"/><path d="M10.16 4.144c1.25-.03 2.502-.055 3.752-.071.022.803.028 1.606.049 2.408.097 1.274-.574 2.521-1.529 3.328-.202.21-.515.115-.708-.052-.959-.739-1.576-1.938-1.553-3.157 0-.818-.01-1.638-.012-2.456z"/><path d="M13.834 8.898c.822-.862 1.645-1.722 2.478-2.572.83.871 1.66 1.745 2.476 2.628-.335.308-.666.623-1.01.919a5.417 5.417 0 0 0-.684-.583c.062 2.042-.869 4.064-2.42 5.386-1.498 1.637-.956 3.972-1.054 5.98-.976.017-1.952.007-2.928.006-.032-.991-.019-1.985-.068-2.975-.175-1.267-.787-2.45-1.601-3.427-1.388-1.222-1.949-3.13-2.153-4.914-.268.235-.523.482-.774.736-.274-.353-.672-.661-.868-1.044.779-.827 1.592-1.625 2.402-2.423.81.8 1.614 1.607 2.413 2.418-.301.341-.61.676-.922 1.007a16.024 16.024 0 0 0-.75-.654c.018 1.385.619 2.732 1.495 3.787a8.838 8.838 0 0 1 2.228 3.865c.025-1.512.727-3.048 1.984-3.923 1.171-.862 1.652-2.398 1.477-3.805a8.66 8.66 0 0 0-.773.635c-.322-.344-.635-.696-.949-1.046z"/><path fill="#ff0" d="M11.479 1.159c.17-.211.49-.462.704-.154 3.544 3.539 7.088 7.078 10.624 10.626.176.13.224.379.031.522-3.538 3.544-7.082 7.08-10.619 10.624-.126.156-.364.277-.52.085-3.551-3.53-7.079-7.086-10.63-10.616-.104-.106-.178-.236-.254-.362C4.311 8.254 7.938 4.748 11.478 1.16M10.16 4.144c.002.818.012 1.638.012 2.456-.023 1.219.594 2.418 1.553 3.157.193.167.506.262.708.052.955-.806 1.626-2.053 1.529-3.328-.022-.803-.028-1.606-.049-2.408-1.25.016-2.502.041-3.752.071m3.673 4.754c.314.35.628.702.949 1.046.248-.223.5-.443.773-.635.175 1.408-.306 2.944-1.477 3.805-1.256.875-1.958 2.411-1.984 3.923a8.858 8.858 0 0 0-2.228-3.865c-.876-1.055-1.477-2.402-1.495-3.787.258.208.505.43.75.654.312-.331.62-.666.922-1.007a250.047 250.047 0 0 0-2.413-2.418c-.81.798-1.624 1.596-2.402 2.423.196.383.594.691.868 1.044.251-.253.506-.5.774-.736.204 1.784.764 3.692 2.153 4.914.814.977 1.426 2.16 1.601 3.427.049.99.036 1.984.068 2.975.976.001 1.952.011 2.928-.006.097-2.008-.444-4.343 1.054-5.98 1.552-1.321 2.483-3.343 2.42-5.386a5.5 5.5 0 0 1 .684.583c.344-.296.676-.611 1.01-.919a226.971 226.971 0 0 0-2.476-2.628c-.833.85-1.656 1.71-2.478 2.572z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pass-left-or-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.161 1.128c.664-.166 1.376.1 1.832.595 3.102 3.101 6.206 6.2 9.302 9.306.682.636.742 1.824.055 2.478-3.311 3.172-6.63 6.335-9.941 9.508-.683.678-1.884.654-2.554-.03-3.142-3.139-6.281-6.28-9.42-9.421-.709-.653-.731-1.88-.002-2.528 3.205-3.074 6.42-6.14 9.63-9.21.311-.306.658-.606 1.097-.697m.128.249c-.416.064-.739.356-1.031.638-3.208 3.073-6.431 6.13-9.631 9.21-.623.547-.602 1.592.001 2.146 3.14 3.14 6.278 6.283 9.421 9.42.568.58 1.591.616 2.167.029 3.294-3.148 6.588-6.295 9.884-9.439.631-.551.61-1.607-.002-2.162-3.092-3.107-6.194-6.204-9.293-9.305-.38-.412-.958-.646-1.517-.536z"/><path fill="#231f20" d="M12.035 1.83c.673-.22 1.434.031 1.903.548 2.902 2.902 5.806 5.801 8.701 8.708.667.63.689 1.802-.001 2.425-3.088 2.954-6.182 5.902-9.27 8.856-.656.656-1.814.618-2.455-.04-2.96-2.96-5.924-5.916-8.878-8.884-.646-.656-.588-1.818.112-2.416 2.983-2.856 5.974-5.707 8.962-8.56.271-.259.554-.535.926-.64m.119.365c-.314.086-.548.326-.779.541-2.984 2.857-5.982 5.701-8.959 8.564-.582.48-.604 1.427-.059 1.943 2.942 2.939 5.882 5.882 8.826 8.82.498.51 1.398.55 1.913.044 3.091-2.953 6.18-5.91 9.272-8.861.576-.508.51-1.466-.058-1.955-2.872-2.888-5.756-5.764-8.636-8.644-.378-.408-.976-.636-1.52-.454z"/><path fill="#231f20" d="M9.626 7.344c.656.367 1.307.746 1.949 1.139-.722 1.26-1.47 2.507-2.192 3.767.323.186.646.37.964.565-1.411.938-2.83 1.865-4.248 2.794.114-1.692.224-3.383.349-5.074.329.181.649.377.972.569.743-1.249 1.459-2.513 2.207-3.76zM13.159 8.483c.641-.392 1.291-.77 1.945-1.138.751 1.244 1.466 2.509 2.208 3.758.324-.191.644-.388.972-.57.125 1.69.238 3.382.349 5.072-1.418-.926-2.839-1.85-4.246-2.794.317-.194.641-.378.962-.563-.722-1.26-1.471-2.506-2.191-3.767z"/><path fill="#fff100" d="M12.288 1.378c.559-.109 1.136.125 1.517.536 3.098 3.101 6.2 6.198 9.293 9.305.612.556.634 1.612.002 2.162-3.296 3.144-6.59 6.292-9.884 9.439-.576.587-1.6.551-2.167-.029-3.143-3.137-6.281-6.28-9.421-9.42-.604-.553-.624-1.598-.001-2.146 3.2-3.08 6.424-6.137 9.631-9.21.292-.282.614-.575 1.031-.638m-.254.453c-.372.104-.655.38-.926.64-2.988 2.852-5.978 5.704-8.962 8.56-.7.598-.757 1.759-.112 2.416 2.953 2.968 5.917 5.923 8.878 8.884.641.658 1.799.696 2.455.04 3.088-2.954 6.182-5.902 9.27-8.856.69-.623.668-1.795.001-2.425-2.896-2.908-5.8-5.807-8.701-8.708-.469-.517-1.23-.768-1.903-.548z"/><path fill="#fff100" d="M12.154 2.192c.545-.182 1.142.046 1.52.454 2.88 2.88 5.765 5.755 8.636 8.644.568.488.634 1.447.058 1.955-3.092 2.951-6.181 5.908-9.272 8.861-.515.505-1.415.466-1.913-.044-2.944-2.938-5.884-5.881-8.826-8.82-.545-.516-.523-1.463.059-1.943 2.977-2.863 5.975-5.707 8.959-8.564.23-.215.464-.455.779-.541m-2.528 5.15c-.748 1.247-1.464 2.51-2.207 3.76-.323-.192-.643-.388-.972-.569-.125 1.691-.235 3.382-.349 5.074 1.418-.929 2.837-1.855 4.248-2.794-.318-.196-.641-.379-.964-.565.722-1.26 1.47-2.507 2.192-3.767a58.272 58.272 0 0 0-1.949-1.139m3.534 1.139c.72 1.261 1.469 2.507 2.191 3.767-.322.185-.646.368-.962.563 1.406.943 2.827 1.867 4.246 2.794-.112-1.691-.224-3.383-.349-5.072-.328.182-.648.379-.972.57-.742-1.249-1.457-2.514-2.208-3.758-.654.367-1.304.745-1.945 1.138z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pass-left-or-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M12.495 1.025c.325-.764 1.473-.933 1.884-.157 3.639 5.938 6.918 12.088 10.45 18.088.694 1.31 1.629 2.488 2.19 3.869v.088c-.29 1.061-1.448 1.01-2.326.974-1.888-.112-3.783.03-5.674.012-3.894.038-7.793-.149-11.685.005-1.893-.001-3.786-.032-5.678-.048-.608-.02-1.374-.018-1.656-.675v-.226c.231-.767.619-1.469 1.02-2.157C4.929 14.256 8.514 7.526 12.495 1.027m-5.947 14.57c-1.061 2.091-2.325 4.078-3.517 6.097 6.965.008 13.929-.008 20.894.003-1.638-2.806-3.381-5.57-4.824-8.48-1.843-3.22-3.778-6.38-5.636-9.591-2.279 4.006-4.738 7.909-6.916 11.971z"/><path fill="#fff" d="M6.548 15.597c2.178-4.062 4.637-7.965 6.916-11.971 1.858 3.211 3.793 6.371 5.636 9.591 1.443 2.91 3.186 5.674 4.824 8.48-6.965-.011-13.929.005-20.894-.003 1.192-2.018 2.456-4.006 3.517-6.097m1.995 1.576c-.19-.112-.389-.207-.58-.315.072.875.097 1.755.134 2.634.854-.27 1.611-.785 2.415-1.174-.187-.107-.365-.229-.552-.338 1.099-1.846 2.159-3.715 3.223-5.58a58.437 58.437 0 0 0-1.425-.802c-1.093 1.846-2.119 3.73-3.215 5.576m5.25-4.777a318.723 318.723 0 0 0 3.215 5.583l-.4.241c.569.679 1.52.878 2.266 1.324.044-.895.075-1.792.116-2.688-.187.106-.377.207-.565.314-1.088-1.848-2.128-3.722-3.209-5.574-.482.255-.952.528-1.423.8z"/><path fill="#030303" d="M8.542 17.173c1.096-1.846 2.122-3.73 3.215-5.576.48.258.952.53 1.425.802-1.064 1.866-2.124 3.734-3.223 5.58.187.109.365.231.552.338-.805.389-1.561.904-2.415 1.174-.038-.878-.062-1.758-.134-2.634.19.109.389.204.58.315zM13.792 12.397c.471-.272.942-.545 1.423-.8 1.081 1.852 2.121 3.727 3.209 5.574.187-.107.377-.208.565-.314-.041.897-.072 1.793-.116 2.688-.746-.445-1.697-.645-2.266-1.324l.4-.241a318.723 318.723 0 0 1-3.215-5.583z"/><path fill="#8b2816" opacity=".59" d="M7.334 23.902c3.891-.154 7.79.033 11.685-.005 1.891.018 3.786-.124 5.674-.012l-.177.115H7.551l-.217-.098z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pavement-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.41 0h.558c.265.196.491.442.656.728 4.26 7.411 8.556 14.8 12.805 22.216v.533c-.159.147-.318.295-.485.432-8.816-.074-17.635-.066-26.451-.004-.171-.14-.332-.293-.492-.444v-.45C4.133 15.705 8.394 8.47 12.559 1.182A5.37 5.37 0 0 1 13.411 0M3.548 21.592c6.784.007 13.57.005 20.356.001-3.393-5.878-6.782-11.756-10.181-17.628-3.396 5.874-6.791 11.746-10.175 17.627z"/><path fill="#fff" d="M3.548 21.592c3.383-5.881 6.779-11.753 10.175-17.627 3.4 5.872 6.789 11.75 10.181 17.628-6.786.004-13.572.005-20.356-.001m7.578-11.881v5.669h5.194V9.711h-5.194m.087 5.927c-.06.62.621-.27 0 0m.552.133c-.199.394.288.331.531.4.099-.193.193-.391.284-.588-.276.036-.566.048-.815.188m3.072-.109c.025.454.414-.221 0 0m.76.103c-.137.407.31.635.61.771.077-.287.089-.583.045-.875-.219.023-.442.043-.656.104m-1.525-.014c-.24.049-.17.451.081.368.251-.04.166-.454-.081-.368m-1.429.583c.429.184.913.213 1.103-.291-.4-.273-.97-.252-1.103.291m1.714-.036c.379.243.946.562 1.196-.011-.384-.221-.842-.333-1.196.011m-3.076-.07c-.346.266.148 1.011.388.512.261-.252-.073-.679-.388-.512m.808.24c-.171.306.143.68.437.443.451-.221-.152-.614-.437-.443m1.53.099c.056.274.208.502.436.662.476-.457.17-.982-.436-.662m2.181.185c-.521.145-.078.771.318.605.52-.106.088-.795-.318-.605m-2.862.159c-.289.252.13.68.394.406.368-.23-.093-.684-.394-.406m1.643.126c-.106.347.346.317.561.385l.071-.469c-.213-.026-.454-.069-.632.084m-3.434.14c-.181.133 0 .51.211.348.181-.133-.001-.512-.211-.348m.463.591c.245-.06.694-.114.566-.48-.383-.224-.577.13-.566.48m1.821-.088c.303.101.712.527 1.005.31.213-.605-.71-.69-1.005-.31m-1.134.627c.328-.064.628-.213.853-.465-.396-.517-.953-.101-.853.465m3.249-.491c.1.361.473.481.786.307.075-.498-.496-.302-.786-.307m-.713.028c-.091.217-.073.546.248.42.433-.125.084-.723-.248-.42m-3.552.299c-.296.34.283.487.516.595.093-.17.187-.341.277-.514-.228-.112-.614-.388-.793-.081m1.834.375c-.022.384.35.549.673.555.03-.255.213-.558.03-.791-.191-.295-.78-.152-.704.236m1.826.631c.23.014.461.021.691.023.058-.245.144-.495.088-.75-.487-.152-.661.37-.779.727m-2.855-.473c.071.189.149.374.23.561.55-.277.377-.964-.23-.561m1.988.576c.416.123.841-.347.535-.704-.414-.033-.496.38-.535.704m1.821.198c.108-.001.328-.005.436-.008 0-.215.001-.432-.022-.646-.396-.045-.395.377-.414.654m-4.618.255c.488.115.538-.516.416-.843-.524.027-.628.421-.416.843m1.682-.5c-.258.051-.181.495.091.388.272-.049.182-.487-.091-.388m-1.165.397c.081.324.72.745.646.145.096-.454-.424-.247-.646-.145m1.704.336c.287-.069.555-.189.544-.535-.298.051-.494.233-.544.535m.952-.307l.06.396c.104-.021.314-.062.418-.081a65.182 65.182 0 0 0-.022-.462c-.154.047-.306.096-.457.147m.812.345c.2-.091.398-.187.594-.288-.388-.329-.643-.241-.594.288m-2.572.166c.178.224.309.581.665.484a4.897 4.897 0 0 0-.086-.735c-.195.078-.387.163-.579.251m-1.385-.067c-.37.3.163.498.405.598.051-.263.001-.82-.405-.598M15.686 20a30.77 30.77 0 0 0-.075.61c.436.045.782-.143.643-.617-.191 0-.379.003-.568.007m-2.081.604c.436.064.664-.122.566-.572a1.41 1.41 0 0 0-.566.572m1.261-.382c-.373.019-.023.551.199.359.387-.085.096-.583-.199-.359m-2.616.081c-.235.027-.244.457.034.354.254-.019.244-.444-.034-.354z"/><path fill="#fff" d="M13.54 10.269h.366v1.522h-.366v-1.522zM13.54 12.83h.366v1.521h-.366V12.83z"/><path d="M11.126 9.711h5.194v5.669h-5.194V9.711m2.414.558v1.522h.366v-1.522h-.366m0 2.561v1.521h.366V12.83h-.366zM11.213 15.638c.621-.27-.06.62 0 0zM11.765 15.771c.248-.14.539-.152.815-.188-.091.197-.185.395-.284.588-.243-.07-.73-.007-.531-.4zM15.597 15.765c.214-.062.436-.081.656-.104.044.292.032.588-.045.875-.3-.136-.747-.363-.61-.771zM14.071 15.751c.247-.086.332.328.081.368-.251.084-.321-.318-.081-.368zM12.642 16.334c.133-.543.702-.564 1.103-.291-.189.503-.673.475-1.103.291zM14.356 16.298c.354-.344.812-.232 1.196-.011-.25.573-.817.254-1.196.011zM11.28 16.228c.315-.167.649.259.388.512-.24.499-.734-.245-.388-.512zM12.088 16.468c.285-.171.889.222.437.443-.295.237-.609-.137-.437-.443zM13.618 16.567c.606-.32.912.206.436.662a1.054 1.054 0 0 1-.436-.662zM15.799 16.752c.406-.191.838.499.318.605-.396.166-.839-.459-.318-.605zM12.937 16.911c.3-.278.761.176.394.406-.263.274-.683-.154-.394-.406zM14.58 17.037c.178-.152.42-.11.632-.084l-.071.469c-.215-.069-.667-.038-.561-.385zM11.609 17.768c-.011-.35.184-.704.566-.48.128.366-.321.42-.566.48zM13.43 17.68c.295-.38 1.218-.295 1.005.31-.293.217-.702-.208-1.005-.31zM12.296 18.307c-.1-.566.457-.982.853-.465-.225.252-.525.4-.853.465zM15.545 17.816c.289.005.861-.191.786.307-.313.174-.686.053-.786-.307zM11.28 18.143c.178-.307.565-.032.793.081-.091.173-.184.344-.277.514-.233-.108-.812-.255-.516-.595zM13.114 18.518c-.077-.388.513-.531.704-.236.182.233 0 .536-.03.791-.324-.007-.695-.171-.673-.555zM14.939 19.149c.118-.357.292-.879.779-.727.056.255-.03.505-.088.75-.23-.003-.461-.01-.691-.023zM12.084 18.676c.608-.403.78.284.23.561a12.242 12.242 0 0 1-.23-.561zM14.072 19.252c.038-.324.121-.736.535-.704.306.357-.119.827-.535.704zM15.893 19.45c.019-.277.018-.699.414-.654.023.214.022.431.022.646-.108.003-.328.007-.436.008zM11.275 19.705c-.213-.422-.108-.816.416-.843.122.328.073.959-.416.843zM12.957 19.205c.273-.099.362.339.091.388-.272.107-.348-.337-.091-.388zM11.792 19.602c.222-.101.742-.309.646.145.074.599-.565.178-.646-.145zM13.496 19.938c.051-.302.247-.484.544-.535.011.346-.258.466-.544.535zM14.448 19.631c.151-.051.303-.1.457-.147l.022.462c-.104.019-.314.06-.418.081a29.258 29.258 0 0 1-.06-.396zM15.259 19.976c-.049-.529.206-.617.594-.288-.196.101-.394.197-.594.288zM12.687 20.142c.192-.088.384-.173.579-.251.043.243.081.487.086.735-.357.097-.487-.261-.665-.484zM11.302 20.075c.406-.222.455.335.405.598-.241-.1-.775-.298-.405-.598zM15.686 20c.189-.004.377-.007.568-.007.139.475-.207.662-.643.617.023-.204.048-.407.075-.61zM14.866 20.222c.295-.224.586.274.199.359-.222.192-.572-.34-.199-.359z"/><path fill="#1e1e1e" d="M14.837 15.662c.414-.221.025.454 0 0z"/><path fill="#080808" d="M11.146 17.177c.21-.163.392.215.211.348-.211.162-.392-.215-.211-.348z"/><path fill="#101010" d="M14.832 17.844c.332-.303.682.295.248.42-.321.126-.339-.203-.248-.42zM13.605 20.604a1.41 1.41 0 0 1 .566-.572c.097.45-.13.636-.566.572z"/><path fill="#262626" d="M12.25 20.303c.278-.091.288.335.034.354-.278.103-.269-.326-.034-.354z"/><path fill="#120102" opacity=".08" d="M0 23.461c.16.151.321.304.492.444L.625 24H0v-.539z"/><path fill="#190102" opacity=".11" d="M26.943 23.909c.167-.137.326-.285.485-.432V24h-.605l.119-.091z"/><path fill="#c20813" opacity=".86" d="M.492 23.905c8.816-.062 17.635-.07 26.451.004l-.119.091H.626l-.133-.095z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pavement-ends--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ebbf2f" opacity=".92" d="M11.696 0h.542c.304.164.581.373.826.617 3.218 3.221 6.446 6.433 9.667 9.653.445.456.958.866 1.268 1.434v.607c-.125.24-.278.464-.468.656-3.29 3.271-6.569 6.554-9.852 9.832-.437.42-.823.912-1.368 1.201h-.613c-.53-.264-.901-.737-1.319-1.14-3.083-3.077-6.162-6.157-9.248-9.232-.404-.413-.871-.786-1.132-1.315v-.574c.283-.564.782-.962 1.214-1.405 2.986-2.975 5.964-5.956 8.95-8.93.492-.488.958-1.01 1.532-1.404m.113.296c-.257.065-.45.258-.637.433C7.633 4.271 4.078 7.796.544 11.341c-.391.34-.421.99-.029 1.34 3.6 3.601 7.211 7.194 10.813 10.794.342.392 1.001.391 1.344.001 3.602-3.6 7.211-7.196 10.813-10.796.391-.35.366-.998-.019-1.343-3.557-3.564-7.128-7.114-10.69-10.674-.25-.252-.6-.47-.968-.367z"/><path d="M11.808.296c.368-.103.719.115.968.367 3.562 3.56 7.133 7.11 10.69 10.674.385.344.41.992.019 1.343-3.602 3.6-7.211 7.196-10.813 10.796-.343.39-1.002.391-1.344-.001-3.602-3.6-7.213-7.193-10.813-10.794-.392-.35-.362-1.001.029-1.34C4.078 7.796 7.634 4.272 11.171.729c.187-.175.38-.368.637-.433m.1.573c-.125.068-.23.166-.335.263C8.037 4.678 4.481 8.206.945 11.751c-.215.162-.228.462-.001.62 3.562 3.563 7.132 7.117 10.691 10.681.164.224.48.292.66.043 3.547-3.533 7.081-7.08 10.632-10.609.232-.186.438-.512.131-.742-3.53-3.55-7.09-7.072-10.625-10.618-.148-.125-.304-.326-.524-.258z"/><path d="M8.602 4.943c2.268.001 4.537.004 6.805-.001.012 4.721.005 9.44.004 14.161-2.27.002-4.541.002-6.811 0-.001-4.72-.005-9.44.002-14.16m.456.337c.012.043.034.131.044.175-.073.175-.14.353-.208.532.161.109.322.22.48.334-.151.121-.304.241-.457.361.176.139.311.317.343.545a6.013 6.013 0 0 0-.412-.221A3.94 3.94 0 0 0 8.92 8a1.3 1.3 0 0 1 .386.475l-.349.139c.236.292.083.619-.04.92.235.043.469.107.634.293-.222.032-.446.06-.67.088l.24.29-.241.264c.196.091.396.17.592.262a7.864 7.864 0 0 1-.074.32l.418.005-.083-.342c.09.107.179.215.265.325l.35.014-.077-.335c.253-.226.466-.571.853-.535.001.078.002.235.004.313l-.349.18-.071.372c.193.002.386.006.58.01l.456-.018.016-.394.216.014.032.389.481-.001-.032-.51c.061.041.185.12.246.16l.038.419c.16-.04.494-.139.185-.326.08-.212.156-.426.227-.642l.203-.164a49.041 49.041 0 0 1-.017-.383l.37.026-.331.346.178.331-.091.239-.356-.146c.053.137.107.274.162.409-.028.1-.054.199-.079.299.265-.032.538-.074.736-.271l.232.209c.232-.014.463-.022.695-.006a2.081 2.081 0 0 1-.013-.6c-.226-.095-.451-.188-.674-.287.269-.362.505-.145.682.169l.238-.091-.191-.214.215-.181-.358-.152c.07-.145.138-.29.212-.432-.077-.085-.152-.172-.228-.257l.354-.126c-.392-.198-.412-.536.026-.677-.121-.151-.247-.3-.368-.452.143-.066.286-.131.427-.199-.126-.012-.252-.022-.378-.032-.103-.104-.208-.21-.311-.317.216-.074.434-.144.653-.212-.108-.133-.22-.265-.328-.398.078-.187.152-.377.24-.56l-.191-.203c.103-.174.203-.349.296-.528a9.49 9.49 0 0 0-.589.508c-.25.025-.498.061-.749.067.085-.212.188-.418.274-.63-.144.084-.284.174-.425.264l.023-.224-.42.019c-.37.016-.739.01-1.109-.004l-.186.353-.394-.397-.167.454c-.247-.155-.488-.322-.736-.479-.014.095-.044.284-.06.379a13.773 13.773 0 0 1-.202-.31c-.089-.002-.266-.01-.355-.012.001.186-.002.372-.007.558-.209-.112-.247-.346-.308-.552h-.689m5.262.035c-.148.191.205.318.322.178.146-.187-.208-.323-.322-.178m-2.523 7.151c.002.686.002 1.373.001 2.058.139.006.28.01.421.014v-2.088c-.142.004-.282.01-.422.016m.004 3.553c-.002.692-.001 1.386-.002 2.078l.419.007c.004-.697.006-1.394-.002-2.09l-.414.005z"/><path d="M12.264 5.437c.161-.178.421.112.247.264-.163.18-.426-.109-.247-.264zM11.096 5.696c.197.145.354.334.448.562a4.799 4.799 0 0 1-.636-.245l.188-.317zM11.64 6.11c.086-.157.173-.313.262-.468a16 16 0 0 1 .235.61 21.612 21.612 0 0 1-.497-.142zM13.012 5.826c.12.115.239.233.354.353l-.397.061.043-.414zM13.462 6l.371.17c-.118.139-.238.276-.361.41a37.74 37.74 0 0 1-.01-.581zM10.77 6.121c.122.05.246.102.368.155l.018.301c-.283-.035-.557-.122-.386-.456z"/><path d="M12.224 6.106c.191.064.38.13.572.194-.184.137-.366.276-.544.421.33-.097.656-.211.995-.277.008.476-.413.576-.788.444l-.118.198-.215-.218-.05.361c-.69-.133-.25-.548.203-.644l-.055-.479zM10.452 6.384c.145-.038.326.151.205.28-.18.172-.484-.203-.205-.28zM14.418 6.503l.376.022c-.097.222-.224.43-.378.618-.004-.214-.002-.427.002-.64zM9.266 6.672c.136-.114.367.101.266.245-.136.124-.368-.101-.266-.245zM14.104 6.635c.269-.15.289.391.038.4-.187-.029-.162-.31-.038-.4zM10.484 7.061c.078-.092.158-.182.24-.272.19.103.386.191.582.284-.203.071-.401.151-.599.233l-.223-.245zM12.307 7.255c.076-.037.227-.11.302-.148l.202.106c-.06.403-.362.408-.504.042zM9.878 7.318c.3-.074.604-.032.87.128-.292.175-.7.246-.87-.128zM13.474 7.266l.17-.052.036.248c.151-.107.302-.212.457-.313-.068.199-.142.396-.214.593-.15-.16-.304-.314-.45-.476zM11.224 7.291c.278.014.554.042.83.08a3.496 3.496 0 0 1-.522.481c-.124-.175-.215-.37-.308-.562zM12.161 7.253c.101.317.228.652.157.988-.245.091-.418-.072-.563-.245.134-.095.271-.19.407-.283l-.001-.46zM12.995 7.384c.145-.155.409.08.25.234-.139.166-.409-.086-.25-.234zM9.474 7.974c.062-.244.088-.56.407-.587a.684.684 0 0 1-.407.587zM13.315 7.655c.31.096.611.216.906.349a4.251 4.251 0 0 1-.926.181c.005-.176.012-.354.02-.53zM12.516 8.19c.14-.146.289-.284.438-.424l.27.215c-.226.1-.463.173-.708.209zM9.619 8.178c.215-.08.299.271.082.312-.216.077-.308-.272-.082-.312zM12.971 8.226c.186.011.364.062.535.132-.084.174-.167.349-.263.518-.23-.107-.182-.444-.272-.65zM11.747 8.323l.414.146c-.266.233-.605.706-.899.235.162-.126.325-.252.485-.382zM12.62 8.33c.148-.053.349.125.263.272-.152.14-.52-.161-.263-.272zM13.571 8.257c.434.036.47.43.454.784-.319-.152-.535-.409-.454-.784zM14.202 8.74l.196.155.002.328-.374.268c-.07-.269.07-.512.176-.75zM12.438 9.091c.196-.008.479-.09.575.155-.112.316-.376.541-.623.752a43.946 43.946 0 0 1-.258-.196l.102-.412.472.217a28.18 28.18 0 0 1-.268-.517zM11.404 9.162c.124-.036.248-.072.374-.106l-.142.312a24.67 24.67 0 0 1-.265.05c.15.257.06.45-.197.56-.084-.187-.17-.377-.323-.518l.042.408-.44-.02.04-.476c.336.08.755.222.911-.21zM9.348 9.456l.264-.252.379.113c-.16.265-.39.325-.643.139zM10.096 9.278c.625-.037-.254.581 0 0zM11.707 9.431l.031.336c.079-.053.24-.157.319-.209-.052.178-.104.356-.16.534-.092-.011-.277-.034-.37-.044.058-.206.12-.41.179-.617zM13.758 9.644c.22-.025.709-.229.625.186-.236.13-.432-.077-.625-.186zM10.108 10.242c-.649.038-.724-.618-.042-.598.016.199.03.398.042.598z"/><path d="M10.271 9.93c.515.007.306.438-.06.51l-.157.334-.241-.346.438-.133c.006-.091.016-.274.02-.365zM12.608 10.164c.151-.121.389.132.269.28-.156.133-.401-.128-.269-.28zM11.98 10.506c.157-.144.317-.283.482-.416-.044.155-.09.31-.136.464l-.347-.048zM13.45 10.98c.101-.289.233-.565.378-.833a.738.738 0 0 1-.378.833z"/><path fill="#ffd033" d="M11.908.869c.221-.068.377.133.524.258 3.535 3.546 7.094 7.068 10.625 10.618.307.229.101.556-.131.742-3.551 3.529-7.085 7.076-10.632 10.609-.18.248-.496.181-.66-.043C8.075 19.489 4.505 15.935.943 12.372c-.227-.158-.214-.458.001-.62C4.48 8.207 8.036 4.679 11.572 1.133c.104-.097.21-.194.335-.263M8.602 4.943c-.007 4.72-.004 9.44-.002 14.16 2.27.002 4.541.002 6.811 0 .001-4.721.008-9.44-.004-14.161-2.268.005-4.537.002-6.805.001z"/><path fill="#ffd033" d="M11.798 12.469c.14-.006.281-.012.422-.016v2.088c-.142-.005-.282-.008-.421-.014.001-.685.001-1.372-.001-2.058zM11.802 16.022l.414-.005c.008.696.006 1.393.002 2.09l-.419-.007c.001-.692 0-1.386.002-2.078z"/><path fill="#cea829" d="M9.058 5.28h.689c.061.206.1.44.308.552.005-.186.008-.372.007-.558.089.002.266.01.355.012.066.104.133.208.202.31.016-.095.046-.284.06-.379.247.157.488.324.736.479.055-.151.11-.302.167-.454l.394.397.186-.353c.37.013.739.019 1.109.004.006.197.013.394.023.592l.338-.001c.012-.128.023-.257.036-.385.14-.09.281-.18.425-.264-.085.212-.188.418-.274.63.251-.006.499-.042.749-.067.19-.176.386-.347.589-.508-.094.179-.193.354-.296.528l.191.203c-.088.184-.162.373-.24.56.108.133.22.265.328.398-.218.068-.437.138-.653.212.103.107.208.212.311.317.126.011.252.02.378.032-.142.068-.284.133-.427.199.121.152.247.301.368.452-.438.14-.419.479-.026.677l-.354.126c.076.085.151.172.228.257-.074.142-.143.287-.212.432l.358.152-.215.181.191.214-.238.091c-.176-.314-.413-.532-.682-.169.223.098.449.192.674.287-.024.199-.02.401.013.6a5.373 5.373 0 0 0-.695.006l-.232-.209c-.198.197-.47.239-.736.271.025-.1.052-.199.079-.299a28.958 28.958 0 0 1-.162-.409l.356.146.091-.239-.178-.331c.11-.115.221-.229.331-.346l-.37-.026.017.383c-.05.042-.152.124-.203.164-.071.216-.146.43-.227.642.31.187-.025.287-.185.326l-.038-.419c-.061-.04-.185-.119-.246-.16.011.17.023.341.032.51l-.481.001-.032-.389a15.65 15.65 0 0 0-.216-.014 35.984 35.984 0 0 0-.655-.043l.184.455-.58-.01.071-.372.349-.18c-.001-.078-.002-.235-.004-.313-.388-.036-.6.31-.853.535l.077.335a42.637 42.637 0 0 0-.35-.014c-.086-.11-.175-.218-.265-.325l.083.342-.418-.005c.028-.106.052-.212.074-.32-.196-.091-.396-.17-.592-.262l.241-.264-.24-.29c.223-.028.448-.055.67-.088-.164-.186-.398-.25-.634-.293.122-.301.276-.629.04-.92l.349-.139a1.31 1.31 0 0 0-.386-.475l.034-.353c.155.058.311.114.467.17a9.874 9.874 0 0 0-.161-.59c-.032-.228-.167-.406-.343-.545.154-.12.306-.24.457-.361-.158-.114-.319-.224-.48-.334.067-.179.134-.356.208-.532-.011-.044-.032-.132-.044-.175m.298.048c.049.268.119.53.182.794h.113c-.017-.29-.008-.624-.295-.794m2.908.111c-.179.155.084.444.247.264.174-.152-.086-.442-.247-.264m-1.9.118c-.049.094-.148.283-.196.378.227.095.47.101.71.044a6.486 6.486 0 0 0-.515-.422m.733.141l-.188.317c.206.095.418.18.636.245a1.333 1.333 0 0 0-.448-.562m.544.414c.166.049.33.096.497.142a18.718 18.718 0 0 0-.235-.61c-.089.155-.175.311-.262.468m.96-.337c-.161.12.022.434.199.302.16-.122-.019-.437-.199-.302m.412.053l-.043.414.397-.061c-.115-.12-.234-.238-.354-.353M9.8 6.193c.187.085.376.164.568.238-.024-.408-.289-.558-.568-.238M13.462 6c.001.193.005.386.01.581.124-.134.244-.271.361-.41a30.532 30.532 0 0 0-.371-.17m.79.391c.199-.102.602-.088.503-.414-.319-.096-.554.076-.503.414m-3.482-.271c-.17.334.103.421.386.456a28.65 28.65 0 0 1-.018-.301c-.122-.053-.246-.104-.368-.155m1.454-.015l.055.479c-.452.096-.893.511-.203.644l.05-.361.215.218.118-.198c.376.132.797.032.788-.444-.338.066-.665.18-.995.277.178-.145.36-.284.544-.421-.192-.065-.382-.131-.572-.194m1.712.122c-.427.475.635.113 0 0m-4.377.15c-.118.193.222.32.323.154.119-.193-.223-.32-.323-.154m.893.006c-.278.077.025.451.205.28.121-.128-.06-.318-.205-.28m.886.154c.136.073.272.146.409.217.043-.08.13-.242.172-.324-.212-.06-.426-.079-.581.107m3.08-.035c-.005.212-.006.426-.002.64.154-.188.281-.396.378-.618l-.376-.022m-5.152.169c-.102.144.131.368.266.245.101-.144-.131-.359-.266-.245m.732-.042c-.136.162.132.432.295.295.14-.167-.128-.434-.295-.295m4.106.005c-.124.09-.149.371.038.4.251-.008.23-.55-.038-.4m-.819.077c.085.13.17.258.258.385l.444-.043c-.114-.308-.389-.426-.702-.342m-3.689.196l.007.43c.425-.084.461-.485-.007-.43m.888.153l.223.245c.198-.082.396-.162.599-.233-.196-.094-.392-.181-.582-.284-.082.09-.162.18-.24.272m1.823.194c.142.366.444.361.504-.042a41.22 41.22 0 0 1-.202-.106c-.076.037-.227.11-.302.148m.721-.149c-.05.184.385.275.407.08-.07-.139-.289-.173-.407-.08m-3.15.212c.17.374.578.304.87.128a1.126 1.126 0 0 0-.87-.128m3.596-.052c.146.162.3.317.45.476.072-.197.145-.394.214-.593-.155.101-.306.206-.457.313l-.036-.248-.17.052m-2.251.025c.094.192.185.386.308.562.194-.137.36-.308.522-.481a9.629 9.629 0 0 0-.83-.08m.937-.039l.001.46-.407.283c.145.173.318.336.563.245.071-.336-.056-.671-.157-.988m.834.131c-.16.148.11.4.25.234.16-.154-.104-.389-.25-.234m1.295-.078c-.084.162-.166.325-.246.488.156.004.313.006.469.008.038-.061.114-.182.151-.244l-.374-.253m-4.816.669a.682.682 0 0 0 .407-.587c-.319.026-.344.343-.407.587m1.156-.391c.166.143.337.277.514.407.01-.19.017-.379.023-.569-.18.052-.359.106-.536.162m2.684.072a23.46 23.46 0 0 0-.02.53c.314-.025.624-.088.926-.181a7.879 7.879 0 0 0-.906-.349m-3.095.127l.122.412c.53-.094.359-.508-.122-.412m2.296.408c.245-.036.482-.109.708-.209l-.27-.215c-.149.139-.298.277-.438.424M10.9 8.162c.209.356.606.241.704-.125-.214-.299-.478.026-.704.125m3.528-.206c-.152.013-.488.403-.148.371.352.17.616-.646.148-.371m-4.809.222c-.227.04-.134.389.082.312.217-.041.133-.392-.082-.312m.36.035c-.008.616.595-.181 0 0m2.992.013c.09.206.042.544.272.65.096-.169.179-.344.263-.518a1.68 1.68 0 0 0-.535-.132m-1.224.097c-.16.13-.323.256-.485.382.294.47.632-.002.899-.235l-.414-.146m.873.006c-.257.112.11.413.263.272.086-.148-.115-.325-.263-.272m.951-.073c-.082.374.134.631.454.784.017-.354-.019-.748-.454-.784m.849.167c-.251.088-.001.498.2.37.109-.137-.024-.391-.2-.37m-3.924.096c.02.601.604-.193 0 0m.46.04c-.194.617.594-.014 0 0m-1.253.046c.167.182.334.364.498.548.421-.392-.114-.616-.498-.548m2.572.082c-.139.245.39.32.419.08-.035-.18-.306-.192-.419-.08m-2.879.128c-.156.034-.223.265-.12.383.212.113.358-.35.12-.383m4.806-.076c-.107.238-.246.481-.176.75l.374-.268-.002-.328-.196-.155m-4.564.171c-.054.624.595-.168 0 0m.736.366c.238-.022.476-.048.713-.079-.197-.38-.655-.422-.713.079m1.458.098l.458-.032c-.012-.601-.476-.57-.458.032m.606-.283c.086.173.176.346.268.517l-.472-.217-.102.412.258.196c.247-.211.511-.437.623-.752-.096-.245-.379-.163-.575-.155m.682-.064c-.048.61.605-.271 0 0m-1.716.134c-.156.432-.575.29-.911.21l-.04.476.44.02-.042-.408c.152.142.239.331.323.518.257-.11.347-.304.197-.56l.265-.05.142-.312c-.126.034-.251.07-.374.106m1.963.288l.438.034-.046-.427a1.685 1.685 0 0 0-.392.394m-4.019.005c.253.186.484.126.643-.139a54.405 54.405 0 0 0-.379-.113 30.69 30.69 0 0 0-.264.252m.748-.178c-.254.581.625-.037 0 0m4.45-.001c-.445.313.448.342 0 0m-2.839.154c-.059.206-.121.41-.179.617.092.011.277.034.37.044.055-.178.108-.356.16-.534-.079.052-.24.156-.319.209a38.114 38.114 0 0 1-.031-.336m1.388.059c-.412.432.563.08 0 0m.662.154c.193.109.389.316.625.186.084-.415-.406-.211-.625-.186m-3.65.598a30.558 30.558 0 0 0-.042-.598c-.682-.02-.607.636.042.598m.163-.312c-.005.091-.014.274-.02.365l-.438.133.241.346.157-.334c.366-.072.575-.503.06-.51m3.3.052c.192.126.386.248.583.368a49.507 49.507 0 0 1-.014-.385c-.19.004-.38.008-.569.017m-.963.182c-.132.151.113.413.269.28.12-.148-.118-.401-.269-.28m-1.072.043c-.187.044-.137.377.067.292.18-.048.138-.378-.067-.292m.444.299l.347.048.136-.464a9.513 9.513 0 0 0-.482.416m-2.457-.172c-.218.06-.102.386.103.324.206-.052.101-.408-.103-.324m3.926.646a.738.738 0 0 0 .378-.833 5.731 5.731 0 0 0-.378.833m.673.01c.236-.092.442-.275.41-.551-.415-.317-.401.287-.41.551z"/><path fill="#4c3e0f" d="M13.27 5.29l.42-.019-.023.224c-.013.128-.024.257-.036.385l-.338.001a29.56 29.56 0 0 1-.023-.592z"/><path fill="#cfa929" d="M14.321 5.318c.114-.145.468-.01.322.178-.116.14-.469.013-.322-.178z"/><path fill="#080702" d="M9.356 5.326c.287.17.278.504.295.794h-.113c-.064-.264-.133-.527-.182-.794zM8.849 7.006c.14.068.277.142.412.221.061.194.112.392.161.59a64.233 64.233 0 0 1-.467-.17L8.921 8a3.937 3.937 0 0 1-.072-.994zM9.638 8.91c.595-.168-.054.624 0 0z"/><path fill="#151204" d="M10.364 5.555c.176.133.352.271.515.422-.24.056-.484.05-.71-.044.048-.095.146-.284.196-.378z"/><path fill="#0b0902" d="M12.6 5.773c.18-.134.359.18.199.302-.178.132-.36-.182-.199-.302zM9.8 6.193c.278-.32.544-.17.568.238a9.342 9.342 0 0 1-.568-.238z"/><path fill="#141004" d="M14.252 6.392c-.052-.338.184-.51.503-.414.1.326-.304.312-.503.414z"/><path fill="#473a0e" d="M13.936 6.228c.635.113-.427.475 0 0z"/><path fill="#201a06" d="M9.559 6.378c.1-.167.442-.04.323.154-.101.167-.44.04-.323-.154z"/><path fill="#0d0b03" d="M11.338 6.538c.155-.186.368-.167.581-.107-.042.082-.128.244-.172.324a26.426 26.426 0 0 1-.409-.217zM11.832 9.374c-.018-.602.446-.634.458-.032l-.458.032zM9.524 10.334c.204-.084.31.272.103.324-.205.062-.322-.264-.103-.324z"/><path fill="#030201" d="M9.998 6.63c.167-.139.436.128.295.295-.163.137-.431-.133-.295-.295z"/><path fill="#0f0c03" d="M13.285 6.712c.313-.084.588.034.702.342l-.444.043c-.088-.127-.173-.256-.258-.385z"/><path fill="#1d1806" d="M9.596 6.908c.468-.055.432.346.007.43a60.67 60.67 0 0 1-.007-.43zM11.536 10.207c.205-.086.247.244.067.292-.204.085-.254-.247-.067-.292z"/><path fill="#030301" d="M13.028 7.106c.118-.092.337-.059.407.08-.022.194-.457.103-.407-.08z"/><path fill="#131004" d="M14.29 7.306l.374.253-.151.244a73.353 73.353 0 0 1-.469-.008c.08-.163.162-.326.246-.488z"/><path fill="#181405" d="M10.63 7.583c.178-.056.356-.11.536-.162-.006.19-.013.379-.023.569a8.74 8.74 0 0 1-.514-.407zM13.096 9.49c.563.08-.412.432 0 0z"/><path fill="#1a1505" d="M10.22 7.782c.481-.096.653.318.122.412-.041-.137-.083-.274-.122-.412z"/><path fill="#0c0a02" d="M10.9 8.162c.227-.098.491-.424.704-.125-.098.366-.496.481-.704.125zM14.123 10.99c.01-.264-.005-.868.41-.551.031.276-.174.458-.41.551z"/><path fill="#0e0b03" d="M14.428 7.956c.468-.275.204.541-.148.371-.341.032-.005-.358.148-.371z"/><path fill="#272008" d="M9.979 8.213c.595-.181-.008.616 0 0zM14.42 8.424c.176-.022.31.233.2.37-.202.128-.451-.282-.2-.37z"/><path fill="#1c1605" d="M10.496 8.52c.604-.193.02.601 0 0z"/><path fill="#2f2609" d="M10.956 8.56c.594-.014-.194.617 0 0z"/><path fill="#151104" d="M9.703 8.606c.384-.067.919.156.498.548-.164-.185-.331-.366-.498-.548zM10.374 9.276c.058-.502.516-.46.713-.079-.236.031-.475.058-.713.079z"/><path fill="#211b06" d="M12.275 8.688c.113-.112.384-.1.419.08-.029.24-.558.164-.419-.08z"/><path fill="#231d07" d="M9.396 8.816c.238.032.092.496-.12.383-.103-.118-.036-.349.12-.383z"/><path fill="#070601" d="M13.12 9.028c.605-.271-.048.61 0 0z"/><path fill="#141104" d="M13.367 9.45c.109-.151.24-.286.392-.394l.046.427a69.957 69.957 0 0 1-.438-.034z"/><path fill="#050401" d="M14.546 9.277c.448.342-.445.313 0 0z"/><path fill="#1e1806" d="M13.571 9.982c.188-.008.379-.013.569-.017l.014.385c-.197-.12-.391-.242-.583-.368z"/><path fill="#514210" d="M11.105 10.603c.218.012.437.028.655.043l-.016.394-.456.018-.184-.455z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pavement-ends--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#4c4c4c" opacity=".82" d="M12.995 0h1.113c.152.104.3.213.446.325a2.636 2.636 0 0 0-1.988.001c.14-.113.282-.222.428-.327z"/><path fill="#fff" d="M12.567.327a2.63 2.63 0 0 1 1.988-.001c.567.42.872 1.073 1.215 1.668 2.37 4.111 4.746 8.218 7.115 12.328a.601.601 0 0 0 .323.532c.971 1.745 1.995 3.46 2.983 5.195l.164.293c.241.397.471.803.675 1.22-.031.555-.088 1.109-.283 1.634-.454.316-.923.715-1.516.674-7.734 0-15.468-.005-23.201.003a2.9 2.9 0 0 1-1.237-.289 4.039 4.039 0 0 1-.378-.385c-.552-.907-.198-1.94.296-2.778 1.391-2.393 2.785-4.786 4.149-7.195a.594.594 0 0 0 .321-.532C7.383 8.872 9.593 5.052 11.795 1.23a3.2 3.2 0 0 1 .773-.902m.765.121c-.514.06-.923.434-1.158.877C8.343 7.981 4.491 14.625.662 21.283c-.633.913.11 2.324 1.226 2.29 7.78.004 15.563.004 23.344 0 .781.018 1.462-.701 1.46-1.47.015-.506-.297-.932-.53-1.353-3.76-6.5-7.508-13.007-11.266-19.509-.293-.556-.936-.902-1.562-.792z"/><path fill="#fff" d="M13.455 3.017c.296-.089.479.194.602.411 3.382 5.885 6.797 11.751 10.169 17.639.266.347-.098.784-.494.69-6.827-.005-13.654.014-20.481-.009-.563.018-.489-.651-.214-.951C6.405 14.983 9.757 9.159 13.12 3.342c.088-.126.171-.287.335-.325m.778 2.899c-.076.156-.122.331-.028.492.545 1.364 1.096 2.728 1.637 4.094-1.52.003-3.039.004-4.559 0 .519-1.3 1.033-2.602 1.562-3.898.073-.214.222-.461.041-.674-2.1 4.993-4.038 10.057-6.075 15.078h6.625c0-.442.001-.884.005-1.325l.241-.001c.004.442.005.884.005 1.326h6.624c-2.038-5.025-3.977-10.095-6.079-15.092z"/><path fill="#fff" d="M13.436 17.066l.252.001c-.001.439-.001.879-.007 1.319-.06-.001-.18-.001-.24-.003-.004-.439-.004-.879-.005-1.318z"/><path fill="red" d="M13.333.449c.626-.11 1.269.236 1.562.792 3.759 6.502 7.506 13.009 11.266 19.509.233.422.545.847.53 1.353.001.769-.679 1.487-1.46 1.47-7.78.004-15.563.004-23.344 0-1.116.034-1.859-1.378-1.226-2.29C4.49 14.625 8.342 7.981 12.174 1.326c.235-.443.644-.818 1.158-.877m.123 2.568c-.164.038-.247.199-.335.325C9.757 9.159 6.405 14.983 3.037 20.797c-.275.3-.348.968.214.951 6.827.023 13.654.004 20.481.009.396.094.759-.343.494-.69-3.372-5.889-6.788-11.755-10.169-17.639-.123-.217-.306-.5-.602-.411z"/><path d="M14.233 5.916c2.102 4.997 4.041 10.066 6.079 15.092h-6.624c0-.442-.001-.884-.005-1.326l-.241.001c-.004.441-.005.883-.005 1.325H6.812c2.037-5.021 3.974-10.085 6.075-15.078.182.213.033.46-.041.674-.529 1.296-1.043 2.598-1.562 3.898 1.52.004 3.039.003 4.559 0-.541-1.365-1.092-2.729-1.637-4.094-.094-.161-.047-.336.028-.492m-.808 5.882c-.004.442-.004.884 0 1.326.068 0 .201.001.268.003v-1.33l-.268.001m.005 2.62c.096.435-.275 1.218.26 1.378.008-.46.004-.919.004-1.379l-.264.001m.005 2.648c.001.439.001.879.005 1.318.06.001.18.001.24.003.005-.441.005-.88.007-1.319l-.252-.001z"/><path fill="#e3e3e3" d="M13.426 11.798l.268-.001v1.33l-.268-.003a73.263 73.263 0 0 1 0-1.326z"/><path fill="#545454" opacity=".86" d="M4.858 13.224a.557.557 0 0 1 .321-.532.6.6 0 0 1-.321.532z"/><path fill="#e2e2e2" d="M13.431 14.418l.264-.001c0 .46.004.919-.004 1.379-.536-.16-.164-.942-.26-1.378z"/><path fill="#4f4f4f" opacity=".84" d="M22.884 14.321c.21.096.331.302.323.532a.599.599 0 0 1-.323-.532z"/><path fill="#8c8c8c" d="M26.19 20.047l.164.293-.164-.293z"/><path fill="#4f4f4f" opacity=".81" d="M0 21.563c.174-.419.433-.79.709-1.144-.494.838-.847 1.871-.296 2.778-.138-.165-.274-.332-.414-.496v-1.138z"/><path fill="#4f4f4f" opacity=".84" d="M27.029 21.561l.089-.235v1.303a6.72 6.72 0 0 1-.373.565c.195-.525.252-1.079.283-1.634z"/><path fill="#636363" opacity=".98" d="M25.23 23.868c.593.041 1.062-.358 1.516-.674-.255.359-.617.621-1.014.805H1.397a5.81 5.81 0 0 1-.605-.418 2.9 2.9 0 0 0 1.237.289c7.733-.008 15.467-.003 23.201-.003z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pavement-ends--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#969594" d="M13.218 0h.873l.176.12c-.41.011-.821.005-1.231-.022L13.219 0z"/><path fill="#fff" d="M12.11.914c.187-.386.55-.634.925-.815.41.027.821.033 1.231.022.322.23.631.499.837.841 4.077 6.946 8.06 13.95 12.169 20.877v1.058c-.248.421-.565.814-1.03 1.002-8.36-.065-16.724-.022-25.085-.048l-.288-.035c-.325-.315-.661-.629-.87-1.038v-.79C3.984 14.934 8.088 7.947 12.109.913m1.159-.177c-.289.085-.464.355-.612.597C8.719 8.172 4.766 15.002.829 21.841c-.367.588.102 1.459.805 1.437 7.957.034 15.916-.014 23.872.053.745.104 1.415-.758.993-1.426-3.998-6.901-8.018-13.792-12.027-20.686-.213-.443-.746-.629-1.203-.483z"/><path fill="#fff" d="M13.105 3.961c.108-.292.485-.49.649-.123 3.348 5.471 6.67 10.961 10.012 16.437.205.341.483.671.488 1.09-.53.121-1.077.067-1.617.072-6.138 0-12.275-.011-18.413-.005-.282.01-.586-.025-.764-.273 3.177-5.753 6.439-11.46 9.645-17.198M3.918 21.078c3.008.004 6.015 0 9.023.007.04-1.818-.015-3.637.001-5.457.383-.008.766-.008 1.15-.007.004 1.82 0 3.642.003 5.463 3.217-.005 6.435.012 9.652-.008a3227.54 3227.54 0 0 0-8.191-13.428c-.145.095-.35.258-.191.44.645 1.05 1.287 2.103 1.93 3.155-1.066.012-2.133.003-3.199.005-.004 1.06.003 2.119-.004 3.179-.375 0-.75.001-1.125-.001-.057-1.058-.01-2.118-.03-3.177-.987-.003-1.976.007-2.963-.005.62-1.111 1.264-2.21 1.879-3.325l-.305-.236c-2.572 4.448-5.085 8.93-7.628 13.395z"/><path fill="#da251d" d="M13.268.736c.457-.146.99.04 1.203.483C18.48 8.114 22.5 15.004 26.498 21.905c.423.668-.248 1.53-.993 1.426-7.955-.067-15.915-.019-23.872-.053-.702.022-1.171-.85-.805-1.437 3.937-6.839 7.89-13.669 11.827-20.508.149-.243.323-.513.612-.597m-.162 3.225C9.899 9.699 6.637 15.406 3.46 21.159c.177.248.481.282.764.273 6.138-.005 12.275.005 18.413.005.54-.005 1.087.049 1.617-.072-.005-.419-.284-.749-.488-1.09-3.342-5.476-6.664-10.966-10.012-16.437-.164-.367-.541-.169-.649.123z"/><path d="M3.918 21.078c2.543-4.465 5.056-8.947 7.628-13.395l.305.236c-.615 1.114-1.259 2.213-1.879 3.325.987.012 1.976.003 2.963.005.02 1.06-.027 2.119.03 3.177.375.003.75.001 1.125.001.007-1.06 0-2.119.004-3.179 1.066-.003 2.133.007 3.199-.005-.642-1.053-1.285-2.105-1.93-3.155-.16-.183.046-.345.191-.44 2.745 4.467 5.468 8.947 8.191 13.428-3.217.02-6.435.003-9.652.008-.003-1.82.001-3.642-.003-5.463a49.019 49.019 0 0 0-1.15.007c-.016 1.82.038 3.64-.001 5.457-3.008-.007-6.015-.003-9.023-.007z"/><path fill="#a5a4a3" d="M1.158 23.851c8.362.026 16.725-.018 25.085.048l-.191.101H1.324l-.166-.149z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pavement-ends--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.426 0h.525c.277.188.509.435.672.728 4.257 7.415 8.565 14.8 12.805 22.225v.513a7.907 7.907 0 0 1-.487.447c-6.967-.11-13.938-.016-20.907-.047-1.845.021-3.692-.051-5.535.047-.176-.144-.337-.304-.499-.464v-.433c4.144-7.34 8.427-14.603 12.609-21.924.217-.402.485-.776.817-1.093M3.545 21.592c6.787.005 13.573.005 20.359.001-3.392-5.878-6.782-11.756-10.181-17.63-3.396 5.874-6.791 11.749-10.177 17.628z"/><path fill="#fff" d="M3.545 21.592c3.386-5.879 6.782-11.755 10.177-17.628 3.4 5.874 6.79 11.752 10.181 17.63-6.786.004-13.572.004-20.359-.001m7.554-11.569c.152.155.318.295.498.416a2 2 0 0 0 .108-.71c-.206.092-.407.191-.606.295m1.013-.255c-.158.18.159.437.326.288.17-.181-.163-.417-.326-.288m.576.513c.211.073.422.143.635.208.008-.245.026-.491.001-.736-.354-.082-.466.307-.636.528m.935-.357c.176.156.358.304.55.442a12.127 12.127 0 0 0-.118-.632l-.432.191m1.098-.032c-.128.389.385.247.602.302-.069-.28-.339-.576-.602-.302m.861-.093c-.003.413.189.676.62.656.03-.197.058-.395.082-.592a11.802 11.802 0 0 0-.702-.063m-3.161 1.175a5.696 5.696 0 0 0-.041-.738c-.587.171-.639.746.041.738m2.077-.613l-.048.392c.107.04.32.121.427.16l.073-.444-.451-.108m.851.063c-.195.177-.066.638.228.464.394-.066-.016-.433-.228-.464m-1.876.063c.1.199.188.451.45.459.322-.361-.208-.37-.45-.459m-2.337.852c.182.052.365.101.549.149.16-.374.014-.716-.325-.927a5.728 5.728 0 0 0-.224.778m1.725-.466c-.06.704.694-.185 0 0m3.019.074c.064.236-.01.586.298.661.313-.096.08-.494.104-.725-.134.021-.269.041-.402.064m-1.821.277c.085.256.137.617.484.62.339-.162.062-.473-.008-.717-.159.032-.317.063-.476.097m-1.841.042c-.274.409.101.592.487.613-.019-.274-.096-.752-.487-.613m2.728-.063c.088.403.281.804.746.846.211-.543-.167-1.016-.746-.846m-1.192 1.085c.132-.304.152-.631.07-.952-.809-.18-.986 1.111-.07.952m-2.645-.222c.229.394.628.351.959.119a14.055 14.055 0 0 0-.281-.546 3.82 3.82 0 0 0-.677.427m3.673.285c.008.428.464.211.605-.015-.2-.108-.597-.425-.605.015m-2.477-.269c-.019.351.115.638.437.789.132-.136.262-.274.389-.413a2.85 2.85 0 0 0-.827-.376m3.291.246c.019.374.433.244.686.287l-.001-.44c-.232.027-.475.036-.684.154m-2.176.421c.429.363 1.245.178 1.029-.487a3.78 3.78 0 0 0-1.029.487m-1.586-.112c-.381.062-.141.695.204.501.331-.081.044-.51-.204-.501m-.758.163c.03.208.063.424.218.58l.149-.525-.368-.055m1.84.251c-.299.365.315.702.54.366.089-.31-.289-.547-.54-.366m1.599.051c.049.101.148.304.196.406.288-.033.524-.155.569-.466a4.67 4.67 0 0 0-.765.06m.937.332c.288.2.828.355.926-.128-.16-.52-.768-.241-.926.128m-1.064.188a30.398 30.398 0 0 0-.417-.461c-.702.396.125 1.211.417.461m-3.2.576c.592.091.691-.476.3-.827-.255.206-.351.506-.3.827m.867-.49c.001.472.525.122.742.016-.18-.255-.735-.525-.742-.016m2.3.424c.347.235.8.276 1.118-.032-.059-.65-.828-.206-1.118.032m-1.728-.028c.192.49.789.536 1.126.165-.255-.461-.735-.391-1.126-.165m2.859.457c.385.255.972.184.821-.403-.256-.524-.708.089-.821.403m-3.777-.01c.237.224.571.221.875.217a21.828 21.828 0 0 0-.28-.55c-.232.06-.602-.01-.595.333m2.118-.268c.108.162.222.32.344.472l.206-.413a25.645 25.645 0 0 0-.55-.059m-2.638.268c-.029.701.686-.193 0 0m3.55-.022c-.025.709.677-.181 0 0m-3.613.48v5.669h5.194v-5.671l-5.194.001z"/><path fill="#fff" d="M13.54 16.043l.366.001v1.52l-.366.001v-1.522z"/><path d="M11.098 10.024c.199-.104.4-.203.606-.295.008.241-.032.48-.108.71a3.195 3.195 0 0 1-.498-.416zM12.111 9.77c.163-.129.496.107.326.288-.167.149-.484-.108-.326-.288zM13.622 9.926l.432-.191c.045.21.084.42.118.632a6.484 6.484 0 0 1-.55-.442zM14.72 9.895c.263-.274.533.022.602.302-.217-.055-.73.088-.602-.302zM15.581 9.802c.235.015.469.034.702.063a24.04 24.04 0 0 1-.082.592c-.431.021-.623-.243-.62-.656zM12.42 10.978c-.68.008-.628-.566-.041-.738.032.245.043.491.041.738zM14.497 10.365l.451.108c-.023.148-.048.296-.073.444-.107-.04-.32-.121-.427-.16l.048-.392zM15.349 10.428c.211.03.621.398.228.464-.293.174-.422-.287-.228-.464zM13.473 10.491c.241.089.772.099.45.459-.262-.008-.35-.261-.45-.459zM11.136 11.343c.056-.265.13-.525.224-.778.339.211.485.553.325.927a26.168 26.168 0 0 1-.549-.149zM12.861 10.877c.694-.185-.06.704 0 0zM15.88 10.951c.133-.023.267-.044.402-.064-.025.232.208.629-.104.725-.307-.075-.233-.425-.298-.661zM14.059 11.228c.159-.034.317-.066.476-.097.07.244.347.555.008.717-.347-.003-.399-.363-.484-.62zM12.218 11.27c.391-.139.468.339.487.613-.385-.021-.761-.204-.487-.613zM14.946 11.207c.579-.17.957.303.746.846-.465-.043-.658-.443-.746-.846zM13.754 12.292c-.916.159-.739-1.131.07-.952.082.321.062.647-.07.952zM11.109 12.07a3.82 3.82 0 0 1 .677-.427c.097.18.192.362.281.546-.331.232-.73.274-.959-.119zM14.783 12.355c.008-.44.405-.123.605-.015-.141.226-.597.443-.605.015zM12.306 12.086c.293.08.572.207.827.376-.128.139-.258.277-.389.413-.322-.151-.457-.437-.437-.789zM15.596 12.332c.21-.118.453-.126.684-.154l.001.44c-.252-.043-.667.088-.686-.287zM13.421 12.754a3.765 3.765 0 0 1 1.029-.487c.217.665-.599.85-1.029.487zM11.835 12.642c.248-.01.535.42.204.501-.346.195-.586-.439-.204-.501zM11.077 12.805l.368.055-.149.525c-.155-.156-.188-.372-.218-.58zM14.515 13.107a4.57 4.57 0 0 1 .765-.06c-.045.311-.281.433-.569.466l-.196-.406zM15.452 13.439c.158-.369.765-.647.926-.128-.097.483-.638.328-.926.128zM11.188 14.203c-.051-.321.045-.621.3-.827.391.351.292.917-.3.827zM12.055 13.713c.007-.509.562-.239.742.016-.217.106-.741.455-.742-.016zM14.355 14.137c.289-.237 1.059-.682 1.118-.032-.318.307-.771.266-1.118.032zM12.627 14.109c.391-.226.871-.296 1.126.165-.337.372-.934.325-1.126-.165zM15.486 14.566c.114-.314.565-.927.821-.403.151.587-.436.658-.821.403zM11.709 14.556c-.007-.343.363-.273.595-.333.096.182.189.365.28.55-.304.004-.638.007-.875-.217zM13.827 14.288c.184.018.366.037.55.059l-.206.413a6.613 6.613 0 0 1-.344-.472zM11.189 14.556c.686-.193-.029.701 0 0zM14.739 14.534c.677-.181-.025.709 0 0zM11.126 15.014l5.194-.001v5.671h-5.194v-5.669m2.414 1.028v1.522l.366-.001v-1.52l-.366-.001m0 2.559v1.525c.092 0 .274.001.366.003l.001-1.528h-.368z"/><path fill="#0f0f0f" d="M12.687 10.283c.17-.221.283-.61.636-.528.025.245.007.491-.001.736a23.534 23.534 0 0 1-.635-.208zM12.916 13.056c.251-.181.629.056.54.366-.225.336-.839-.001-.54-.366z"/><path fill="#0a0a0a" d="M14.388 13.627c-.292.75-1.119-.064-.417-.461.14.152.28.306.417.461z"/><path fill="#f9f9f9" d="M13.54 18.602h.368l-.001 1.528-.366-.003v-1.525z"/><path fill="#120102" opacity=".08" d="M0 23.45c.162.159.324.32.499.464L.644 24h-.645v-.55z"/><path fill="#190102" opacity=".11" d="M26.942 23.914c.17-.14.329-.293.487-.447V24h-.613l.126-.086z"/><path fill="#c20813" opacity=".86" d="M.499 23.914c1.843-.097 3.691-.026 5.535-.047 6.97.03 13.941-.063 20.907.047l-.126.086H.644l-.145-.086z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pavement-ends--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.448.907c.625-.13 1.271.119 1.709.57 3.313 3.168 6.64 6.323 9.937 9.506.769.727.599 2.033-.203 2.668-3.127 3.114-6.241 6.242-9.367 9.359-.679.696-1.907.72-2.59.016-3.332-3.19-6.671-6.373-10.003-9.562-.726-.66-.677-1.89.032-2.544 3.049-3.07 6.119-6.12 9.174-9.184.364-.371.776-.748 1.31-.829m-.243.355c-.295.113-.532.331-.755.547-3.092 3.109-6.204 6.198-9.293 9.308-.607.55-.649 1.596-.032 2.153l10.008 9.562c.582.602 1.619.574 2.198-.016 3.168-3.156 6.324-6.324 9.49-9.481.636-.565.679-1.652.023-2.218-3.284-3.157-6.586-6.296-9.877-9.445-.443-.469-1.156-.668-1.762-.41z"/><path fill="#231f20" d="M11.323 1.619c.637-.184 1.334.034 1.789.505 3.092 2.948 6.182 5.899 9.264 8.857.684.62.691 1.782.032 2.422-2.975 2.989-5.963 5.964-8.942 8.947-.65.668-1.826.697-2.489.03-3.126-2.994-6.26-5.981-9.386-8.976-.678-.632-.632-1.796.031-2.423 2.828-2.85 5.678-5.68 8.515-8.524.343-.341.696-.722 1.186-.839m.238.34c-.391.058-.704.318-.973.589-2.893 2.909-5.809 5.795-8.696 8.71-.545.509-.544 1.452.028 1.942 3.115 2.968 6.223 5.942 9.336 8.912.518.521 1.434.485 1.942-.035 2.981-2.978 5.963-5.957 8.939-8.94.54-.526.493-1.465-.086-1.944-3.04-2.922-6.098-5.826-9.145-8.742-.344-.356-.839-.6-1.343-.492z"/><path fill="#fff100" d="M11.204 1.262c.606-.258 1.319-.059 1.762.41 3.292 3.149 6.593 6.288 9.877 9.445.656.565.613 1.652-.023 2.218-3.166 3.157-6.322 6.325-9.49 9.481-.58.589-1.616.618-2.198.016L1.124 13.27c-.617-.557-.575-1.603.032-2.153 3.089-3.11 6.2-6.199 9.293-9.308.223-.216.46-.434.755-.547m.119.357c-.49.116-.842.498-1.186.839C7.3 5.302 4.45 8.132 1.622 10.982c-.664.626-.709 1.79-.031 2.423 3.126 2.995 6.26 5.982 9.386 8.976.662.667 1.838.638 2.489-.03 2.98-2.983 5.968-5.958 8.942-8.947.659-.64.652-1.801-.032-2.422a3872.816 3872.816 0 0 0-9.264-8.857c-.455-.472-1.152-.689-1.789-.505z"/><path fill="#fff100" d="M11.561 1.958c.504-.108.998.136 1.343.492 3.047 2.916 6.106 5.82 9.145 8.742.58.479.626 1.418.086 1.944a7534.428 7534.428 0 0 1-8.939 8.94c-.508.52-1.423.556-1.942.035-3.113-2.97-6.221-5.945-9.336-8.912-.571-.49-.572-1.433-.028-1.942 2.887-2.915 5.803-5.801 8.696-8.71.269-.271.582-.532.973-.589m.661 4.922c-.076.172.222.301.358.238.062-.166-.223-.307-.358-.238m-.794.081c-.116.556.557-.122 0 0m1.288.167c-.122.568.545-.144 0 0m-1.733.096c-.119.474.481-.053 0 0m.909.02c-.184.36.402.016 0 0m-.436.357c-.166.592.619.014 0 0m.79-.013c-.115.558.553-.124 0 0m-1.398.106c.24.458.516-.282 0 0m2.012-.021c-.112.157.149.386.3.283.101-.162-.142-.402-.3-.283m-2.284.297c-.157.018-.239.253-.115.358.212.12.37-.343.115-.358m1.829.105c-.116.554.556-.128 0 0m-.998.141c-.104.48.479-.095 0 0m.739.228c-.125.553.557-.118 0 0m.604-.024c-.124.554.558-.121 0 0m-1.803.126c-.145.138.046.463.234.398.126-.143-.031-.484-.234-.398m2.391.014c-.199.619.59.002 0 0m-2.742.324c-.154.115-.005.455.181.31.152-.115.006-.455-.181-.31m1.921-.008c-.251.614.592-.018 0 0m-.99.246c-.115.556.556-.109 0 0m1.472-.004c-.122.559.552-.119 0 0m-.957.289c-.137.562.553-.138 0 0m.574-.018c-.418.46.593.186 0 0m.717.002c-.126.558.553-.115 0 0m-3.052.1c-.042.599.613-.24 0 0m.669.024c-.419.276.386.277 0 0m-.598.379l-.266.263.468.007c-.067-.091-.133-.18-.202-.27m.454.011c-.208.587.63-.059 0 0m.47.023c-.125.157.115.401.276.286.118-.148-.125-.408-.276-.286m.463-.008c-.191.172.132.39.281.233.193-.17-.133-.396-.281-.233m.562-.055c-.192.167.119.406.271.241.188-.162-.124-.408-.271-.241m.469.009c-.114.577.536-.139 0 0m.858.006c-.119.482.475-.072 0 0m-4.348.427c-.572 2.449-1.147 4.898-1.716 7.348.395.001.79.002 1.184 0 .431-2.452.858-4.904 1.282-7.358-.251.001-.5.005-.75.011m.89-.004c-.38 2.449-.761 4.9-1.135 7.35.899.002 1.799.002 2.698 0 .018-.568.034-1.135.053-1.703l.404.001c.017.568.034 1.135.053 1.702.899.002 1.798.004 2.696 0-.376-2.452-.755-4.902-1.136-7.352-.557-.011-1.114.001-1.67.005l-.005.516-.281.002-.005-.512c-.557-.011-1.115-.034-1.672-.008m3.806-.003c.425 2.452.85 4.902 1.282 7.352.395.002.79.001 1.184.001-.57-2.45-1.144-4.9-1.717-7.35-.25-.002-.499-.004-.749-.004z"/><path fill="#fff100" d="M11.834 11.28h.3l.017.791-.334.002c.005-.265.01-.529.017-.793zM11.831 13.019l.302-.007c.018.409.028.818.042 1.228l-.376.018c.006-.413.018-.826.031-1.238z"/><path d="M12.22 6.88c.134-.07.42.072.358.238-.136.064-.433-.066-.358-.238zM12.714 7.128c.545-.144-.122.568 0 0zM11.454 7.601c.619.014-.166.592 0 0zM10.846 7.694c.516-.282.24.458 0 0zM12.858 7.673c.158-.119.401.121.3.283-.151.103-.412-.126-.3-.283zM10.574 7.97c.254.014.097.478-.115.358-.124-.104-.042-.34.115-.358zM10.945 8.546c.203-.085.36.256.234.398-.188.065-.379-.26-.234-.398zM12.614 9.389c.593.186-.418.46 0 0zM10.279 9.491c.613-.24-.042.599 0 0zM10.35 9.894l.202.27-.468-.007.266-.263zM10.804 9.905c.63-.059-.208.587 0 0zM11.274 9.928c.151-.122.394.138.276.286-.161.115-.401-.128-.276-.286zM11.737 9.92c.148-.163.474.062.281.233-.149.157-.472-.061-.281-.233zM12.299 9.865c.148-.167.46.079.271.241-.152.164-.463-.074-.271-.241zM12.768 9.874c.536-.139-.114.577 0 0zM9.278 10.307c.25-.006.499-.01.75-.011-.424 2.454-.851 4.907-1.282 7.358-.395.002-.79.001-1.184 0 .569-2.449 1.144-4.898 1.716-7.348zM10.168 10.304c.557-.025 1.115-.002 1.672.008l.005.512.281-.002c.001-.172.002-.344.005-.516.557-.004 1.114-.016 1.67-.005.382 2.45.761 4.901 1.136 7.352-.899.004-1.798.002-2.696 0-.019-.566-.036-1.134-.053-1.702l-.404-.001c-.019.568-.035 1.135-.053 1.703-.899.002-1.799.002-2.698 0 .374-2.45.755-4.901 1.135-7.35m1.666.977c-.007.264-.012.528-.017.793l.334-.002-.017-.791h-.3m-.003 1.739c-.013.413-.025.826-.031 1.238l.376-.018c-.014-.409-.024-.818-.042-1.228l-.302.007zM13.974 10.302c.25 0 .499.001.749.004.574 2.45 1.147 4.9 1.717 7.35-.395 0-.79.001-1.184-.001-.432-2.45-.857-4.901-1.282-7.352z"/><path fill="#363300" d="M11.426 6.961c.557-.122-.116.556 0 0z"/><path fill="#474300" d="M10.981 7.224c.481-.053-.119.474 0 0z"/><path fill="#333000" d="M11.89 7.244c.402.016-.184.36 0 0z"/><path fill="#676200" d="M12.244 7.588c.553-.124-.115.558 0 0z"/><path fill="#212000" d="M12.403 8.075c.556-.128-.116.554 0 0zM12.515 8.876c.592-.018-.251.614 0 0z"/><path fill="#312f00" d="M11.405 8.216c.479-.095-.104.48 0 0z"/><path fill="#232100" d="M12.144 8.444c.557-.118-.125.553 0 0z"/><path fill="#110" d="M12.748 8.42c.558-.121-.124.554 0 0zM11.525 9.122c.556-.109-.115.556 0 0z"/><path fill="#635d00" d="M13.336 8.56c.59.002-.199.619 0 0z"/><path fill="#2b2900" d="M10.594 8.884c.187-.145.334.194.181.31-.186.145-.335-.194-.181-.31z"/><path fill="#353200" d="M12.997 9.118c.552-.119-.122.559 0 0z"/><path fill="#373400" d="M12.04 9.407c.553-.138-.137.562 0 0z"/><path fill="#272500" d="M13.331 9.391c.553-.115-.126.558 0 0z"/><path fill="#171600" d="M10.948 9.515c.386.277-.419.276 0 0z"/><path fill="#393600" d="M13.626 9.88c.475-.072-.119.482 0 0z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pedestrians-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#282828" opacity=".84" d="M13.137 0h.952c.185.138.359.29.533.44-.608-.382-1.38-.398-1.976.019.154-.162.322-.312.491-.46z"/><path fill="#fff" d="M12.646.46c.596-.417 1.368-.401 1.976-.019l.076.063c.008.232.14.436.35.537l.031.145c.018.217.158.391.316.529.079.136.16.271.239.408a.652.652 0 0 0 .352.537l.04.166c.026.215.161.39.318.53.08.136.162.274.245.41a.76.76 0 0 0 .308.547c.079.134.158.266.239.397.018.222.13.423.314.55l.09.142a.77.77 0 0 0 .307.552c.079.135.16.27.24.404a.775.775 0 0 0 .31.548c.079.135.16.269.24.402.02.221.131.42.312.547l.235.408a.653.653 0 0 0 .355.537l.037.16c.022.215.161.391.318.53.08.138.161.275.244.412.019.22.13.417.311.547.078.135.155.27.235.405.02.229.147.432.355.537l.038.161c.022.215.16.39.316.53.08.138.162.274.244.41.02.22.131.417.308.548.079.134.158.266.239.398a.642.642 0 0 0 .341.539l.046.17c.03.213.168.386.32.528.08.138.162.274.244.409a.77.77 0 0 0 .31.548c.079.135.16.27.241.404.018.22.128.42.311.547l.235.406a.655.655 0 0 0 .355.539l.035.158c.022.215.161.39.318.53.08.136.161.274.244.41.019.22.131.419.312.547l.236.406a.651.651 0 0 0 .353.537l.037.16c.022.215.16.391.315.532.078.131.158.26.239.389.284.507.494 1.054.498 1.643a2.153 2.153 0 0 1-.922 1.019c-8.411.007-16.82.007-25.231 0a2.671 2.671 0 0 1-.888-.884c-.08-.64.166-1.233.466-1.78.08-.128.161-.258.237-.387.157-.14.295-.316.318-.532.008-.04.027-.119.037-.158a.656.656 0 0 0 .352-.539l.239-.412a.734.734 0 0 0 .311-.548l.239-.398a.775.775 0 0 0 .31-.547c.082-.136.162-.274.243-.41.155-.142.292-.315.322-.529l.044-.168a.65.65 0 0 0 .344-.539c.079-.132.16-.266.237-.4a.759.759 0 0 0 .31-.547c.082-.136.164-.273.244-.41.155-.139.293-.315.316-.53.01-.041.029-.121.037-.162a.658.658 0 0 0 .355-.537l.235-.405a.745.745 0 0 0 .312-.545c.082-.135.162-.27.241-.405a.773.773 0 0 0 .308-.554l.093-.139c.207-.236.398-.498.469-.809l.044-.146a.685.685 0 0 0 .346-.543l.237-.402a.76.76 0 0 0 .308-.547c.083-.136.164-.273.244-.41.154-.142.292-.315.323-.528l.045-.17a.643.643 0 0 0 .341-.537l.239-.398a.772.772 0 0 0 .308-.548l.241-.404a.769.769 0 0 0 .305-.552 8.66 8.66 0 0 0 .095-.138c.221-.232.382-.511.47-.82l.067-.131a.736.736 0 0 0 .319-.548c.082-.134.162-.269.241-.404a.76.76 0 0 0 .307-.552l.094-.14c.207-.236.398-.498.469-.809a5.72 5.72 0 0 1 .042-.14.677.677 0 0 0 .342-.544c.151-.241.286-.494.469-.715m.616.131c-.292.098-.451.379-.603.625C8.69 8.101 4.7 14.98.729 21.866c-.443.597.003 1.575.77 1.54 8.09.005 16.182.007 24.273 0 .766.034 1.208-.941.769-1.538-3.989-6.916-7.992-13.826-11.985-20.74-.215-.485-.794-.758-1.293-.537z"/><path fill="#fff" d="M4.364 20.798C7.45 15.45 10.54 10.103 13.635 4.76c3.095 5.343 6.185 10.69 9.273 16.038-6.181.003-12.363.003-18.544 0m8.502-12.559c-.535.173-.745.92-.34 1.325.453.535 1.469.285 1.559-.431.115-.646-.645-1.145-1.219-.895m.087 2.119c-.732.866-1.402 1.789-2.085 2.693-.353.389.252.946.638.64.492-.488.847-1.098 1.3-1.621.147.334.29.671.431 1.009-.712 1.395-1.5 2.752-2.159 4.174l.019-.382c-.305.003-.611.003-.918.003-.43 1.115-.851 2.235-1.271 3.353.675.003 1.35.001 2.025.001.068-.458.135-.918.21-1.375l-.525-.139c.305.003.72.082.863-.275.794-1.477 1.56-2.97 2.351-4.448.765 1.52 1.407 3.109 2.249 4.589.23-.004.461-.001.691.008-.191.041-.383.078-.577.109.11.51.221 1.02.33 1.531.656 0 1.31.003 1.966-.001-.428-1.12-.859-2.236-1.29-3.355-.316.003-.631.004-.946.01-.565-1.242-1.196-2.455-1.748-3.701.038-.539.205-1.058.285-1.591.541.401.944.925.856 1.638-.117.6.809.83.96.239-.007-.517-.034-1.046-.162-1.548-.567-.655-1.246-1.207-1.859-1.822-.466-.558-1.166-.007-1.635.262m-7.688 9.866c.715.007 1.429.001 2.144.004a440.585 440.585 0 0 0 1.721-3.353c-.51-.004-1.019.004-1.527-.015-.802 1.105-1.559 2.243-2.337 3.364m7.534.001a188.5 188.5 0 0 0 1.842 0c-.108-1.117-.215-2.235-.327-3.352-.38 0-.761-.001-1.14-.004-.138 1.117-.251 2.238-.375 3.356m5.451-3.35c.584 1.12 1.171 2.236 1.76 3.353.682-.003 1.362.001 2.044-.003a490.078 490.078 0 0 0-2.254-3.353c-.517.001-1.034-.001-1.55.003z"/><path fill="#fff" d="M10.51 18.705c-.065-.581.194-1.128.547-1.572-.24.505-.479 1.012-.547 1.572z"/><path fill="#d40000" d="M13.264.59c.499-.221 1.077.052 1.293.537 3.993 6.914 7.996 13.823 11.985 20.74.439.597-.003 1.572-.769 1.538-8.09.007-16.182.005-24.273 0-.768.035-1.214-.942-.77-1.54C4.701 14.979 8.691 8.1 12.662 1.214c.151-.245.311-.526.603-.625M4.364 20.798c6.181.003 12.363.003 18.544 0-3.087-5.348-6.177-10.695-9.273-16.038-3.095 5.343-6.185 10.69-9.271 16.038z"/><path fill="#353535" opacity=".88" d="M14.699.503a.624.624 0 0 1 .35.537.614.614 0 0 1-.35-.537z"/><path fill="#2c2c2c" opacity=".86" d="M11.835 1.718a.578.578 0 0 1 .342-.544.68.68 0 0 1-.342.544z"/><path fill="#2a2a2a" opacity=".85" d="M15.08 1.185c.258.025.327.315.316.529-.158-.138-.299-.312-.316-.529zM10.362 4.312a.517.517 0 0 1 .319-.548.736.736 0 0 1-.319.548z"/><path fill="#2d2d2d" opacity=".84" d="M11.324 2.667c.007-.331.119-.7.469-.809-.071.311-.262.573-.469.809z"/><path fill="#2f2f2f" opacity=".87" d="M15.635 2.122a.595.595 0 0 1 .352.537.652.652 0 0 1-.352-.537z"/><path fill="#252525" opacity=".84" d="M10.923 3.36a.5.5 0 0 1 .307-.552.76.76 0 0 1-.307.552z"/><path fill="#232323" opacity=".83" d="M16.027 2.825c.26.023.333.315.318.53-.157-.14-.292-.315-.318-.53z"/><path fill="#292929" opacity=".85" d="M16.59 3.766a.49.49 0 0 1 .308.547.76.76 0 0 1-.308-.547z"/><path fill="#2b2b2b" opacity=".82" d="M9.825 5.262c-.022-.35.139-.679.47-.82-.089.308-.25.588-.47.82z"/><path fill="#2e2e2e" opacity=".87" d="M17.137 4.71a.514.514 0 0 1 .314.55.733.733 0 0 1-.314-.55z"/><path fill="#242424" opacity=".83" d="M9.424 5.952a.497.497 0 0 1 .305-.552.767.767 0 0 1-.305.552z"/><path fill="#222" opacity=".82" d="M17.54 5.401a.498.498 0 0 1 .307.552.771.771 0 0 1-.307-.552z"/><path fill="#282828" opacity=".85" d="M8.875 6.904a.489.489 0 0 1 .308-.548.77.77 0 0 1-.308.548z"/><path fill="#272727" opacity=".84" d="M18.087 6.357c.225.087.35.311.31.548a.779.779 0 0 1-.31-.548z"/><path fill="#2e2e2e" opacity=".86" d="M8.295 7.84a.575.575 0 0 1 .341-.537.643.643 0 0 1-.341.537z"/><path fill="#2c2c2c" opacity=".86" d="M18.637 7.308a.5.5 0 0 1 .312.547.744.744 0 0 1-.312-.547z"/><path fill="#222" opacity=".82" d="M7.927 8.538c-.019-.218.061-.511.323-.528-.031.213-.169.386-.323.528z"/><path d="M12.866 8.239c.574-.251 1.334.248 1.219.895-.09.716-1.106.965-1.559.431-.405-.405-.195-1.152.34-1.325zM12.953 10.357c.469-.269 1.169-.82 1.635-.262.612.615 1.291 1.167 1.859 1.822.128.502.155 1.031.162 1.548-.151.592-1.077.361-.96-.239.087-.713-.315-1.237-.856-1.638-.08.533-.247 1.053-.285 1.591.552 1.246 1.184 2.459 1.748 3.701.315-.005.63-.007.946-.01.431 1.118.862 2.235 1.29 3.355-.656.004-1.31.001-1.966.001-.109-.511-.22-1.021-.33-1.531.194-.031.386-.068.577-.109-.23-.01-.461-.012-.691-.008-.841-1.48-1.484-3.068-2.249-4.589-.791 1.478-1.557 2.971-2.351 4.448-.143.357-.558.278-.863.275l.525.139c-.075.457-.142.916-.21 1.375-.675 0-1.35.001-2.025-.001.42-1.118.841-2.238 1.271-3.353.307 0 .612 0 .918-.003l-.019.382c.659-1.422 1.447-2.779 2.159-4.174-.14-.338-.284-.675-.431-1.009-.453.524-.807 1.133-1.3 1.621-.386.307-.991-.251-.638-.64.683-.904 1.353-1.827 2.085-2.693m-2.444 8.349c.068-.56.307-1.068.547-1.572-.353.445-.612.991-.547 1.572m6.297-.79c-.315.664.449.346 0 0zM5.264 20.224c.779-1.121 1.535-2.26 2.337-3.364.509.019 1.017.011 1.527.015a440.585 440.585 0 0 1-1.721 3.353c-.715-.003-1.429.003-2.144-.004z"/><path d="M12.799 20.225c.124-1.118.237-2.239.375-3.356.379.003.76.004 1.14.004.112 1.117.22 2.235.327 3.352a188.5 188.5 0 0 1-1.842 0zM18.25 16.875c.517-.004 1.034-.001 1.55-.003a490.078 490.078 0 0 1 2.254 3.353c-.682.004-1.362 0-2.044.003a765.776 765.776 0 0 1-1.76-3.353z"/><path fill="#323232" opacity=".87" d="M19.184 8.262a.597.597 0 0 1 .355.537.658.658 0 0 1-.355-.537z"/><path fill="#282828" opacity=".84" d="M7.375 9.495a.488.488 0 0 1 .308-.547.76.76 0 0 1-.308.547z"/><path fill="#252525" opacity=".83" d="M19.575 8.959c.258.025.33.315.318.53-.157-.139-.296-.315-.318-.53z"/><path fill="#2d2d2d" opacity=".85" d="M6.791 10.44a.584.584 0 0 1 .346-.543.685.685 0 0 1-.346.543z"/><path fill="#2a2a2a" opacity=".85" d="M20.137 9.901c.224.087.346.31.311.547a.747.747 0 0 1-.311-.547z"/><path fill="#2e2e2e" opacity=".83" d="M6.278 11.395c.007-.331.119-.7.469-.809-.071.311-.262.573-.469.809z"/><path fill="#313131" opacity=".87" d="M20.682 10.853a.595.595 0 0 1 .355.537.66.66 0 0 1-.355-.537z"/><path fill="#262626" opacity=".84" d="M5.877 12.087a.502.502 0 0 1 .308-.554.776.776 0 0 1-.308.554z"/><path fill="#252525" opacity=".82" d="M21.075 11.551c.258.023.33.315.316.53-.157-.14-.295-.315-.316-.53z"/><path fill="#2b2b2b" opacity=".85" d="M5.324 13.038a.496.496 0 0 1 .312-.545.744.744 0 0 1-.312.545z"/><path fill="#2a2a2a" opacity=".84" d="M21.635 12.492a.49.49 0 0 1 .308.548.766.766 0 0 1-.308-.548z"/><path fill="#313131" opacity=".87" d="M4.735 13.98a.598.598 0 0 1 .355-.537.653.653 0 0 1-.355.537z"/><path fill="#303030" opacity=".86" d="M22.182 13.439a.58.58 0 0 1 .341.539.642.642 0 0 1-.341-.539z"/><path fill="#252525" opacity=".82" d="M4.381 14.673c-.014-.215.057-.507.316-.53-.023.215-.161.391-.316.53z"/><path fill="#232323" opacity=".82" d="M22.57 14.148c.262.018.34.31.32.528-.153-.142-.29-.315-.32-.528z"/><path fill="#2a2a2a" opacity=".84" d="M3.828 15.63a.493.493 0 0 1 .31-.547.755.755 0 0 1-.31.547z"/><path fill="#292929" opacity=".84" d="M23.134 15.085a.492.492 0 0 1 .31.548.775.775 0 0 1-.31-.548zM2.329 18.222a.49.49 0 0 1 .31-.547.771.771 0 0 1-.31.547z"/><path fill="#2f2f2f" opacity=".86" d="M3.247 16.568c0-.235.13-.442.344-.539a.65.65 0 0 1-.344.539z"/><path fill="#2e2e2e" opacity=".85" d="M23.685 16.036c.221.089.345.31.311.547a.732.732 0 0 1-.311-.547zM1.78 19.169a.504.504 0 0 1 .311-.548.734.734 0 0 1-.311.548z"/><path fill="#232323" opacity=".82" d="M2.881 17.265c-.016-.218.061-.51.322-.529-.03.214-.166.387-.322.529z"/><path fill="#333" opacity=".87" d="M24.23 16.99a.603.603 0 0 1 .355.539.657.657 0 0 1-.355-.539zM1.189 20.119a.599.599 0 0 1 .352-.539.656.656 0 0 1-.352.539z"/><path fill="#272727" opacity=".83" d="M24.62 17.686c.259.023.33.315.318.53-.157-.14-.296-.315-.318-.53zM.835 20.809c-.014-.217.059-.507.318-.532-.023.215-.161.391-.318.532z"/><path fill="#a0a0a0" d="M16.807 17.915c.449.346-.315.664 0 0z"/><path fill="#2c2c2c" opacity=".85" d="M25.182 18.627c.222.089.346.31.312.547a.744.744 0 0 1-.312-.547z"/><path fill="#323232" opacity=".87" d="M25.73 19.58a.603.603 0 0 1 .353.537.651.651 0 0 1-.353-.537z"/><path fill="#262626" opacity=".82" d="M26.12 20.277c.259.025.33.316.315.532-.155-.14-.293-.316-.315-.532z"/><path fill="#1e1e1e" opacity=".79" d="M0 22.077c.135-.334.363-.614.597-.881-.3.547-.547 1.14-.466 1.78L0 22.793v-.716z"/><path fill="#1d1d1d" opacity=".78" d="M26.674 21.198c.23.265.457.537.599.863v1.002l-.101-.222c-.004-.589-.214-1.136-.498-1.643z"/><path fill="#111" opacity=".94" d="M1.019 23.86c8.411.007 16.82.007 25.231 0l-.198.14H1.219l-.2-.14z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g10" xmlns="http://www.w3.org/2000/svg"><path fill="#ecd00f" opacity=".93" d="M11.711 0h.552c.258.116.503.265.706.466 3.278 3.283 6.562 6.563 9.842 9.844.427.437.92.833 1.189 1.396v.56c-.12.257-.271.498-.473.698-3.306 3.295-6.602 6.601-9.902 9.901-.419.406-.792.886-1.334 1.135h-.553c-.538-.216-.899-.684-1.301-1.076l-9.299-9.3C.73 13.206.256 12.83 0 12.291v-.558c.247-.584.761-.979 1.19-1.422 3.259-3.262 6.523-6.52 9.779-9.785.216-.216.469-.39.742-.526m-.033.292c-.185.074-.334.212-.478.346C7.701 4.141 4.2 7.644.696 11.142c-.461.365-.64 1.091-.161 1.52 3.431 3.45 6.878 6.883 10.31 10.331.462.718 1.525 1.087 2.07.245 3.511-3.533 7.045-7.043 10.556-10.576.404-.379.352-1.037-.052-1.396C19.91 7.732 16.375 4.224 12.865.692c-.298-.314-.749-.581-1.189-.4z"/><path d="M11.678.292c.44-.181.892.085 1.189.4 3.51 3.533 7.045 7.04 10.554 10.574.403.359.456 1.016.052 1.396-3.511 3.533-7.045 7.043-10.556 10.576-.545.842-1.608.473-2.07-.245-3.432-3.448-6.88-6.881-10.31-10.331-.479-.43-.3-1.156.161-1.52C4.202 7.644 7.702 4.141 11.202.638c.144-.133.293-.271.478-.346m.238.454c-.174.048-.301.184-.432.299C7.97 4.571 4.436 8.079.927 11.612c-.292.235-.235.635.044.851 3.542 3.54 7.082 7.084 10.624 10.624.208.269.607.28.817.006 3.557-3.563 7.126-7.116 10.675-10.685.307-.24.206-.646-.065-.866-3.497-3.504-7.003-7.002-10.5-10.506-.167-.148-.359-.354-.605-.289z"/><path d="M9.013 5.983c.893-1.043 2.008-1.883 2.995-2.837.985.96 2.11 1.795 2.998 2.844-.643.239-1.364-.215-2.035-.265-.004.865-.001 1.729-.002 2.594h-1.921c-.001-.865.001-1.729-.002-2.594-.667.044-1.405.515-2.032.258zM11.455 9.082c2.113-.329 4.345.77 5.378 2.64 1.465 2.423.518 5.872-1.957 7.23-2.374 1.462-5.774.602-7.184-1.798-.935-1.47-1.061-3.412-.33-4.993.722-1.636 2.322-2.837 4.093-3.079m-.137.444c-2.036.348-3.721 2.113-3.972 4.165-.265 1.801.586 3.7 2.099 4.708 1.5 1.063 3.618 1.145 5.2.211 1.668-.929 2.683-2.886 2.452-4.786-.223-2.749-3.076-4.878-5.778-4.298z"/><path d="M10.378 11.098c.294 0 .587-.002.881-.004.196.374.388.75.577 1.128-.574 1.223-1.135 2.452-1.708 3.677l-1.582-.751c.607-1.352 1.222-2.7 1.831-4.05zM11.617 11.098c.62-.002 1.241-.001 1.861 0 .677 1.409 1.362 2.814 2.034 4.225-.527.256-1.055.509-1.583.761l-2.312-4.986zM8.516 15.323c.34.246.708.451 1.117.556.188.403.522.701.87.966-.278.491-.876.162-1.184-.121-.302-.308-.76-.313-1.146-.444.062-.336.154-.668.343-.956zM13.991 16.291c.403-.085.791-.23 1.135-.46.424.232 1.217-.268 1.367.25-.265.497-.886.544-1.381.608-.17.218-.409.36-.654.481-.206-.264-.395-.547-.467-.88z"/><path fill="#fee011" d="M11.918.746c.246-.065.438.142.605.289 3.497 3.504 7.003 7.002 10.5 10.506.271.221.372.626.065.866-3.55 3.569-7.118 7.122-10.675 10.685a.512.512 0 0 1-.817-.006C8.055 19.546 4.515 16.002.972 12.462c-.28-.216-.336-.616-.044-.851C4.437 8.078 7.971 4.569 11.487 1.044c.131-.115.258-.251.432-.299M9.013 5.983c.626.257 1.364-.214 2.032-.258.004.865.001 1.729.002 2.594h1.921c.001-.865-.001-1.729.002-2.594.671.05 1.392.504 2.035.265-.888-1.049-2.012-1.884-2.998-2.844-.988.954-2.102 1.794-2.995 2.837m2.443 3.099c-1.771.242-3.371 1.444-4.093 3.079-.731 1.582-.605 3.523.33 4.993 1.41 2.4 4.811 3.259 7.184 1.798 2.476-1.358 3.422-4.807 1.957-7.23-1.033-1.87-3.265-2.969-5.378-2.64z"/><path fill="#fee011" d="M11.318 9.526c2.702-.58 5.555 1.549 5.778 4.298.232 1.9-.784 3.857-2.452 4.786-1.582.934-3.7.852-5.2-.211-1.513-1.008-2.364-2.906-2.099-4.708.251-2.052 1.936-3.817 3.972-4.165m-.939 1.572c-.61 1.35-1.224 2.698-1.831 4.05.527.251 1.054.502 1.582.751.572-1.225 1.134-2.454 1.708-3.677-.19-.378-.382-.754-.577-1.128-.294.001-.587.004-.881.004m1.238 0l2.312 4.986c.528-.252 1.056-.505 1.583-.761-.672-1.411-1.357-2.816-2.034-4.225-.62-.001-1.241-.002-1.861 0m-3.101 4.225c-.19.288-.281.62-.343.956.386.131.844.136 1.146.444.308.283.906.612 1.184.121-.348-.265-.682-.563-.87-.966-.409-.104-.778-.31-1.117-.556m5.475.969c.072.332.26.616.467.88.245-.121.484-.263.654-.481.496-.065 1.116-.112 1.381-.608-.15-.517-.943-.018-1.367-.25a3.26 3.26 0 0 1-1.135.46z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g11" xmlns="http://www.w3.org/2000/svg"><path fill="#f3d000" opacity=".95" d="M11.731 0h.508c.272.106.532.248.737.458L23.54 11.024c.203.199.35.445.461.707v.505c-.097.245-.218.485-.407.673-3.54 3.541-7.085 7.08-10.621 10.626a2.167 2.167 0 0 1-.704.464h-.509c-.244-.097-.484-.217-.67-.406C7.549 20.052 4.011 16.506.465 12.969a2.158 2.158 0 0 1-.464-.698v-.516c.1-.275.248-.529.46-.732C3.984 7.502 7.505 3.979 11.026.457c.2-.2.449-.344.707-.458m-.16.414C7.889 3.963 4.323 7.645.682 11.243c-.431.325-.539 1.008-.114 1.386 3.601 3.601 7.202 7.204 10.806 10.802a.864.864 0 0 0 1.253 0c3.604-3.6 7.206-7.201 10.806-10.804.389-.352.341-.997-.055-1.322-3.56-3.562-7.121-7.123-10.685-10.681-.274-.307-.756-.442-1.12-.211z"/><path d="M11.573.413c.364-.23.846-.096 1.12.211 3.564 3.558 7.124 7.12 10.685 10.681.396.325.444.971.055 1.322-3.6 3.602-7.202 7.204-10.806 10.804a.864.864 0 0 1-1.253 0C7.77 19.832 4.169 16.23.568 12.629c-.425-.378-.317-1.061.114-1.386C4.323 7.645 7.889 3.963 11.573.413m.342.339c-.173.043-.292.19-.42.302C7.979 4.582 4.45 8.097.934 11.625a.464.464 0 0 0 .005.746c3.563 3.563 7.127 7.126 10.688 10.691.185.248.56.248.746 0 3.562-3.565 7.126-7.127 10.688-10.69a.468.468 0 0 0 .004-.749C19.55 8.095 16.02 4.581 12.504 1.053c-.162-.149-.342-.361-.589-.302z"/><path d="M11.705 5.515h.59c.048 4.519.101 9.037.148 13.556-.294.001-.588 0-.882-.001.046-4.518.096-9.036.144-13.555zM4.129 9.052c.425-.006.85-.007 1.274-.001-.325 1.573-.656 3.144-.986 4.716-.491-.001-.983.02-1.472-.019.403-1.562.785-3.132 1.184-4.696zM6.694 9.106c.38-.138.85-.036 1.262-.037-.198 1.565-.374 3.132-.568 4.698-.49.004-.979.004-1.469 0 .256-1.553.494-3.112.774-4.661zM9.282 9.05c.425-.005.85-.005 1.273-.001-.059 1.571-.133 3.139-.191 4.71-.492.016-.984.011-1.476.007.128-1.572.258-3.144.394-4.716zM13.444 9.049c.425-.004.85-.004 1.274.001.134 1.572.264 3.144.392 4.716-.491.004-.983.007-1.475-.007-.059-1.57-.132-3.139-.192-4.71zM16.043 9.068c.413-.036.828-.018 1.242-.025.307 1.566.529 3.149.796 4.723-.49.004-.979.004-1.469 0-.194-1.566-.37-3.133-.569-4.698zM18.596 9.05c.425-.006.85-.005 1.274.001.398 1.564.78 3.132 1.184 4.694-.491.042-.983.019-1.474.02-.33-1.572-.66-3.143-.985-4.716z"/><path fill="#ffdb00" d="M11.915.752c.247-.059.427.154.589.302 3.516 3.528 7.046 7.042 10.561 10.57a.467.467 0 0 1-.004.749c-3.563 3.563-7.127 7.124-10.688 10.69a.467.467 0 0 1-.746 0C8.065 19.498 4.501 15.935.939 12.372a.464.464 0 0 1-.005-.746C4.45 8.098 7.979 4.583 11.495 1.055c.128-.113.247-.259.42-.302m-.21 4.762c-.048 4.519-.098 9.037-.144 13.555.294.001.588.002.882.001-.047-4.519-.1-9.037-.148-13.556h-.59M4.129 9.052c-.4 1.564-.781 3.133-1.184 4.696.49.04.982.018 1.472.019.33-1.572.661-3.143.986-4.716-.425-.006-.85-.005-1.274.001m2.565.054c-.28 1.549-.518 3.108-.774 4.661.49.004.979.004 1.469 0 .193-1.566.37-3.133.568-4.698-.413.001-.882-.101-1.262.037m2.587-.056c-.136 1.572-.265 3.144-.394 4.716.492.004.984.008 1.476-.007.058-1.571.132-3.139.191-4.71a60.027 60.027 0 0 0-1.273.001m4.162-.001c.06 1.571.133 3.14.192 4.71.492.014.984.011 1.475.007a1248.42 1248.42 0 0 0-.392-4.716 60.12 60.12 0 0 0-1.274-.001m2.598.019c.199 1.565.374 3.132.569 4.698.49.004.979.004 1.469 0-.266-1.574-.488-3.157-.796-4.723-.414.007-.829-.011-1.242.025m2.553-.018c.325 1.573.655 3.144.985 4.716.491-.001.983.022 1.474-.02-.404-1.562-.786-3.131-1.184-4.694a45.09 45.09 0 0 0-1.274-.001z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pedestrians-crossing--g12" xmlns="http://www.w3.org/2000/svg"><path fill="#ffef36" d="M13.161.495c.434-.104.981-.116 1.322.221.665.912 1.125 1.95 1.71 2.913 3.323 5.996 6.824 11.891 10.149 17.887.449.696.18 1.832-.701 2.018-4.171.109-8.367-.158-12.523.176-.745-.078-1.483-.237-2.223-.016-2.995-.021-5.998.091-8.986-.058-.897.06-1.661-.808-1.415-1.678A2837.277 2837.277 0 0 0 11.817 2.285c.379-.629.604-1.488 1.343-1.789m.161.315c-.282.079-.483.307-.631.549C8.859 8.223 4.864 14.998.97 21.824c-.31.71.353 1.546 1.112 1.468 7.656.021 15.314-.021 22.97-.037.893.118 1.543-.932 1.084-1.692-3.718-6.647-7.589-13.209-11.283-19.871-.255-.583-.853-1.139-1.532-.881z"/><path fill="#21271f" d="M13.321.811c.68-.258 1.278.298 1.532.881 3.694 6.662 7.565 13.224 11.283 19.871.459.76-.191 1.81-1.084 1.692-7.656.016-15.314.058-22.97.037-.759.078-1.422-.759-1.112-1.468C4.864 14.998 8.859 8.223 12.69 1.36c.148-.242.349-.47.631-.549m.34 2.893C10.364 9.597 6.94 15.418 3.603 21.288c6.678-.006 13.358-.051 20.036-.063-3.36-5.821-6.656-11.679-9.979-17.521z"/><path fill="#f9e531" d="M13.661 3.704c3.323 5.842 6.619 11.7 9.979 17.521-6.678.012-13.358.057-20.036.063 3.336-5.87 6.76-11.691 10.058-17.584m-.34 5.309c-1.328.371-.641 2.594.681 2.075 1.31-.383.638-2.598-.681-2.075m-.121 2.398c-.581.526-.787 1.362-1.425 1.838-.47.391-1.173.686-1.158 1.404.796.207 1.397-.447 2.059-.757-.024.416-.004.841-.095 1.249-.2.583-.824.932-.938 1.555-.152.821-.242 1.652-.367 2.478-.41-.809-.827-1.614-1.23-2.428-.408 0-.818 0-1.228-.006.701 1.357 1.37 2.728 2.063 4.087.407-.009.814-.013 1.221-.019-.207-.399-.414-.801-.629-1.196.781.091.927-.721 1.014-1.309.067-.909.566-1.665 1.139-2.34-.018.534-.037 1.067-.048 1.601-.145-.256-.286-.513-.432-.768-.207.547-.639 1.181-.264 1.753.407.741.674 1.57 1.178 2.249.356.034.714.01 1.07.003-.468-1.011-1.042-1.975-1.418-3.026.414.556.635 1.221.991 1.81.264.459 1.061.145 1.036-.358-.204-.985-1.075-1.778-.973-2.832.057-1.067-.158-2.12-.186-3.183.613.587.368 1.494.747 2.19.62.315.821-.486.724-.947.115-1.045-.616-1.865-1.13-2.691-.352-.562-1.173-.698-1.72-.358m1.602 5.307c.695 1.365 1.362 2.746 2.071 4.105.411-.009.823-.019 1.234-.03-.692-1.355-1.38-2.713-2.079-4.064-.408-.006-.817-.009-1.225-.012m2.983-.001a319.076 319.076 0 0 0 2.066 4.087c.426-.004.854-.007 1.281-.009a232.022 232.022 0 0 1-2.121-4.083c-.408 0-.817.002-1.225.004m-10.576.651c-.231.335-.458.674-.687 1.011.437.817.888 1.628 1.324 2.446l1.334-.004c-.662-1.148-1.307-2.306-1.971-3.452z"/><path fill="#1f2516" d="M13.322 9.013c1.319-.523 1.992 1.692.681 2.075-1.322.519-2.009-1.704-.681-2.075z"/><path fill="#1d2519" d="M13.201 11.411c.547-.34 1.368-.204 1.72.358.514.826 1.245 1.646 1.13 2.691.097.461-.104 1.261-.724.947-.379-.696-.134-1.602-.747-2.19.028 1.063.243 2.115.186 3.183-.101 1.054.769 1.847.973 2.832.025.502-.772.817-1.036.358-.356-.589-.577-1.254-.991-1.81.376 1.051.95 2.015 1.418 3.026-.356.007-.714.031-1.07-.003-.504-.68-.771-1.509-1.178-2.249-.376-.572.057-1.206.264-1.753.146.255.288.511.432.768.01-.534.03-1.067.048-1.601-.572.675-1.072 1.431-1.139 2.34-.086.587-.233 1.4-1.014 1.309.215.395.422.796.629 1.196-.407.006-.814.01-1.221.019-.693-1.359-1.362-2.731-2.063-4.087.41.006.82.006 1.228.006.402.814.82 1.619 1.23 2.428.125-.826.215-1.656.367-2.478.113-.623.738-.972.938-1.555.091-.408.072-.833.095-1.249-.662.31-1.263.964-2.059.757-.015-.718.689-1.014 1.158-1.404.638-.476.844-1.312 1.425-1.838z"/><path fill="#21271a" d="M14.804 16.717c.408.003.817.006 1.225.012.699 1.351 1.388 2.709 2.079 4.064l-1.234.03c-.708-1.359-1.376-2.74-2.071-4.105zM7.213 17.365c.663 1.146 1.309 2.305 1.971 3.452l-1.334.004c-.435-.818-.887-1.629-1.324-2.446.23-.337.456-.675.687-1.011z"/><path fill="#262a1e" d="M17.788 16.715c.408-.003.817-.004 1.225-.004a232.022 232.022 0 0 0 2.121 4.083c-.426.001-.854.004-1.281.009a325.784 325.784 0 0 1-2.066-4.087z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.203.41c.672-.203 1.409.035 1.888.535 3.379 3.222 6.757 6.445 10.129 9.674.724.65.734 1.882.042 2.558-3.262 3.26-6.516 6.528-9.781 9.785-.713.728-1.997.728-2.692-.028-3.39-3.253-6.794-6.491-10.188-9.739-.727-.678-.674-1.922.043-2.587 3.134-3.148 6.282-6.282 9.42-9.425.323-.328.678-.662 1.139-.774m.123.255c-.431.098-.764.41-1.067.714C7.126 4.524 3.973 7.654.846 10.806c-.614.558-.67 1.618-.049 2.191 3.418 3.262 6.832 6.527 10.247 9.792.592.604 1.654.575 2.238-.022 3.245-3.239 6.481-6.486 9.728-9.722.623-.574.658-1.654.013-2.226-3.366-3.234-6.749-6.451-10.124-9.676-.4-.415-1.007-.631-1.573-.48z"/><path fill="#231f20" d="M11.196 1.114a1.812 1.812 0 0 1 1.841.484c3.156 3.006 6.307 6.017 9.455 9.031.744.638.756 1.877.047 2.545-3.04 3.044-6.083 6.084-9.125 9.124-.659.661-1.829.697-2.507.044-3.209-3.074-6.431-6.136-9.636-9.215-.701-.671-.607-1.878.098-2.512 2.894-2.908 5.801-5.803 8.7-8.706.324-.326.668-.672 1.127-.796m.12.371c-.368.101-.646.38-.911.64C7.49 5.05 4.557 7.96 1.647 10.89c-.584.509-.641 1.501-.044 2.023l9.515 9.091c.547.587 1.55.541 2.082-.042 3.022-3.02 6.041-6.043 9.062-9.064.554-.524.547-1.496-.046-1.992-3.122-2.998-6.258-5.983-9.388-8.975-.379-.408-.97-.623-1.513-.448z"/><path fill="#231f20" d="M11.201 6.524c.596-.289 1.35.256 1.267.91-.031.685-.932 1.09-1.457.638-.542-.383-.425-1.306.19-1.548z"/><path fill="#231f20" d="M11.387 8.737c.382-.29 1.001-.808 1.432-.323.755.764 1.544 1.504 2.246 2.316.088.444.06.911.02 1.36-.156.425-.869.427-1.046.017-.05-.304-.031-.612-.03-.918a12.516 12.516 0 0 0-.631-.442c-.061.241-.229.486-.149.742.578 1.723 1.29 3.403 1.826 5.137.15.776-1.028 1.067-1.326.368-.577-1.381-1.052-2.806-1.606-4.199-.722 1.426-1.36 2.894-2.111 4.303-.412.647-1.525.084-1.23-.634.746-1.64 1.583-3.24 2.357-4.867.102-.198-.026-.412-.054-.611-.486.432-.871.973-1.394 1.362-.512.232-1.075-.505-.659-.914.781-.901 1.548-1.818 2.354-2.698z"/><path fill="#fff100" d="M11.326.664c.566-.151 1.174.065 1.573.48 3.376 3.224 6.758 6.442 10.124 9.676.644.572.61 1.652-.013 2.226-3.247 3.236-6.484 6.484-9.728 9.722-.584.596-1.646.625-2.238.022-3.415-3.265-6.829-6.53-10.247-9.792-.62-.574-.565-1.633.049-2.191 3.127-3.152 6.28-6.282 9.413-9.428.302-.304.636-.616 1.067-.714m-.13.449c-.458.124-.803.469-1.127.796-2.899 2.903-5.806 5.798-8.7 8.706-.706.634-.799 1.841-.098 2.512 3.205 3.079 6.427 6.14 9.636 9.215.678.653 1.848.617 2.507-.044 3.042-3.04 6.085-6.079 9.125-9.124.709-.668.697-1.907-.047-2.545a5038.166 5038.166 0 0 0-9.455-9.031 1.816 1.816 0 0 0-1.841-.484z"/><path fill="#fff100" d="M11.316 1.484c.544-.175 1.134.04 1.513.448 3.13 2.992 6.265 5.977 9.388 8.975.593.496.6 1.468.046 1.992-3.022 3.02-6.041 6.043-9.062 9.064-.532.583-1.535.629-2.082.042-3.17-3.031-6.343-6.061-9.515-9.091-.596-.522-.54-1.514.044-2.023 2.91-2.93 5.843-5.84 8.758-8.766.265-.259.542-.539.911-.64m-.116 5.039c-.614.242-.732 1.165-.19 1.548.524.451 1.426.047 1.457-.638.083-.654-.671-1.199-1.267-.91m.186 2.213c-.806.88-1.573 1.796-2.354 2.698-.416.409.146 1.146.659.914.523-.389.908-.93 1.394-1.362.028.199.156.413.054.611-.774 1.627-1.61 3.227-2.357 4.867-.295.718.818 1.28 1.23.634.751-1.409 1.388-2.878 2.111-4.303.553 1.393 1.028 2.818 1.606 4.199.298.698 1.476.408 1.326-.368-.536-1.734-1.248-3.414-1.826-5.137-.08-.256.088-.5.149-.742.215.14.425.288.631.442-.001.306-.02.614.03.918.178.41.89.408 1.046-.017.04-.449.067-.916-.02-1.36-.702-.812-1.492-1.552-2.246-2.316-.431-.485-1.05.032-1.432.323z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pedestrians-crossing--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.247 0h.641c.561.164 1.058.525 1.33 1.049 3.832 6.656 7.668 13.31 11.505 19.963.145.26.277.529.395.804v.769a2.037 2.037 0 0 1-1.452 1.414H1.487C.751 23.832.199 23.244 0 22.528v-.629c.117-.302.251-.598.41-.88C4.266 14.34 8.112 7.654 11.967.973c.267-.494.755-.811 1.281-.974M2.849 21.601c7.147.005 14.294.004 21.441 0-3.572-6.199-7.14-12.4-10.721-18.593C9.991 9.202 6.418 15.4 2.849 21.601z"/><path fill="#fff" d="M2.849 21.601C6.418 15.4 9.991 9.202 13.569 3.008c3.581 6.193 7.15 12.393 10.721 18.593-7.147.004-14.294.005-21.441 0M13.302 7.798c-1.775-.033-2.824 1.62-3.34 3.108-.251.614-.151 1.356-.606 1.882.217.443.809.885 1.283.556.113-.274-.005-.582-.005-.868-.114-.833.384-1.603.975-2.141.136 2.814-1.384 5.459-3.432 7.291.373.805.818 1.829 1.909 1.6-.397-.361-.563-.862-.625-1.382.298-.014.597-.02.894-.03a18.804 18.804 0 0 0-.161-.541c1.056-.961 1.873-2.157 2.506-3.432.841 1.087 1.489 2.312 1.996 3.586l-.869.001v.396c.339.003.679-.001 1.02-.001.216.681.414 1.368.569 2.065.738-.403 1.601-.579 2.26-1.112-.499-.106-1.01-.144-1.517-.195-.122-1.326-.34-2.706-1.037-3.863-.74-1.135-.926-2.545-.594-3.849.675 1.292 1.997 2.05 3.41 2.252.169-.325.255-.685.274-1.051-1.169.085-2.151-.979-2.514-2.014-.217-.78-.7-1.441-1.275-1.999.979-.403 1.066-1.986-.06-2.23-1.142-.292-1.74 1.161-1.06 1.97m-6.974 9.631v.399l.99-.001v-.396l-.99-.001m4.498 0v.396h.987v-.396h-.987m1.5 0v.396h.987v-.396h-.987m4.493 0v.396l.991.001v-.399l-.991.001m1.5.001v.396l.991.001v-.399l-.991.001m1.498 0v.399l.993.001v-.401l-.993.001M4.83 20.621v.396l.993-.001c0-.099-.001-.296-.003-.393l-.99-.001m1.498-.001v.396l.994-.001-.001-.393-.993-.001m1.5-.001v.396h.99v-.396h-.99m1.499 0v.396h.988v-.396h-.988m1.5 0l-.001.396h.99v-.396h-.988m1.497 0v.396h.99l-.001-.396h-.988m1.498 0v.396h.99v-.396h-.99m1.498 0v.396h.991l-.001-.396h-.99m1.5.001l-.001.393.991.001v-.396l-.99.001m1.499.001l-.003.393.993.001v-.396l-.99.001m1.499.001l-.001.393.993.001-.001-.396-.99.001m1.498 0c0 .099-.001.297-.003.395h.994l-.001-.395h-.99z"/><path d="M13.302 7.798c-.679-.809-.081-2.262 1.06-1.97 1.125.244 1.039 1.828.06 2.231.575.557 1.058 1.219 1.275 1.999.363 1.035 1.345 2.099 2.514 2.014a2.547 2.547 0 0 1-.274 1.051c-1.413-.202-2.735-.96-3.41-2.252-.332 1.304-.146 2.715.594 3.849.697 1.157.915 2.537 1.037 3.863.507.052 1.018.089 1.517.195-.659.533-1.523.709-2.26 1.112a25.029 25.029 0 0 0-.569-2.065c-.34 0-.681.004-1.02.001v-.396l.869-.001c-.507-1.275-1.155-2.499-1.996-3.586-.633 1.275-1.449 2.471-2.506 3.432.057.179.11.359.161.541-.297.009-.595.016-.894.03.062.519.228 1.021.625 1.382-1.092.229-1.536-.795-1.909-1.6 2.047-1.832 3.567-4.477 3.432-7.291-.591.538-1.089 1.308-.975 2.141 0 .286.118.594.005.868-.473.329-1.066-.113-1.283-.556.456-.526.355-1.268.606-1.882.515-1.487 1.565-3.14 3.34-3.108z"/><path d="M10.827 17.429h.987v.396h-.987v-.396zM12.327 17.429h.987v.396h-.987v-.396zM4.83 20.621l.99.001.003.393-.993.001v-.396zM6.328 20.621l.993.001.001.393-.994.001v-.396zM7.828 20.621h.99v.396h-.99v-.396zM9.327 20.621h.988v.396h-.988v-.396zM10.827 20.621h.988v.396h-.99l.001-.396zM12.325 20.621h.988l.001.396h-.99v-.396zM13.824 20.621h.99v.396h-.99v-.396zM15.322 20.621h.99l.001.396h-.991v-.396zM16.822 20.622l.99-.001v.396l-.991-.001.001-.393zM18.321 20.622l.99-.001v.396l-.993-.001c0-.099.001-.296.003-.393zM19.82 20.622l.99-.001.001.396-.993-.001.001-.393zM21.319 20.621h.99l.001.395h-.994l.003-.395z"/><path fill="#010101" d="M6.329 17.428l.99.001v.396l-.99.001v-.399z"/><path fill="#020202" d="M16.82 17.429l.991-.001v.399l-.991-.001v-.396z"/><path fill="#040404" d="M18.32 17.429l.991-.001v.399l-.991-.001v-.396z"/><path fill="#060606" d="M19.818 17.428l.993-.001v.401l-.993-.001v-.399z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pedestrians-crossing--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.253 0h.632c.527.159 1.02.472 1.284.968 3.855 6.681 7.7 13.365 11.555 20.045a8.2 8.2 0 0 1 .395.804v.763A2.018 2.018 0 0 1 25.663 24H1.494c-.742-.16-1.299-.757-1.493-1.477v-.622c.22-.621.583-1.173.907-1.741C4.595 13.765 8.279 7.368 11.967.974 12.23.475 12.725.16 13.254 0M2.85 21.601c7.146.005 14.293.005 21.439 0C20.72 15.402 17.15 9.202 13.569 3.01A9824.539 9824.539 0 0 0 2.85 21.601z"/><path fill="#fff" d="M2.85 21.601A9234.15 9234.15 0 0 1 13.569 3.01c3.581 6.193 7.151 12.392 10.72 18.591-7.146.005-14.293.005-21.439 0M14.54 10.21c-1.429.719-2.513 2.073-2.835 3.649-1.052-.29-.823-1.55-.385-2.271.929-.075 1.393-1.37.534-1.878-.843-.591-1.82.431-1.471 1.308-2.141 1.885-3.302 4.705-3.23 7.546.241.003.483.004.724.005-.041.747-.088 1.493-.129 2.239.523-.001 1.047.019 1.569-.028-.228-.279-.593-.362-.904-.513.125-.574.298-1.135.456-1.7.152.008.305.007.458-.005.267.757.527 1.515.79 2.273 1.055-.099 2.233.21 3.214-.151-.226-.13-.456-.256-.686-.38.134-.782.226-1.572.281-2.363.357.933.681 1.881.847 2.868.537 0 1.075.011 1.614-.014-.1-.335-.522-.317-.788-.441a87.531 87.531 0 0 1-.815-4.282c-.191-1.162.169-2.411.972-3.277.584.899 1.365 1.643 2.187 2.321-.027.125-.057.249-.085.374.231-.121.788-.216.679.213-.258 1.698-.538 3.393-.799 5.09.06.012.178.038.237.052.289-1.732.582-3.462.86-5.195.113-.11.222-.221.336-.331-1.314-1.162-2.77-2.556-2.877-4.428.843.198 1.567-.715 1.029-1.448-.564-.857-1.947-.21-1.783.767z"/><path fill="#fff" d="M10.481 18.476c-.259-1.41-.773-2.983-.057-4.338.34.258.698.495 1.093.664.184 1.921.559 3.901-.091 5.788-1.063-.072-1.002-1.127-1.165-1.924l.22-.191z"/><path d="M14.54 10.21c-.164-.978 1.219-1.624 1.783-.767.538.734-.186 1.646-1.029 1.448.107 1.873 1.563 3.266 2.877 4.428-.114.11-.224.221-.336.331-.278 1.733-.571 3.463-.86 5.195l-.237-.052c.26-1.698.541-3.393.799-5.09.108-.428-.449-.334-.679-.213.028-.125.058-.249.085-.374-.822-.678-1.603-1.422-2.187-2.321-.803.866-1.163 2.115-.972 3.277.233 1.435.511 2.861.815 4.282.266.123.687.106.788.441-.538.024-1.077.014-1.614.014-.167-.987-.491-1.935-.847-2.868a23.143 23.143 0 0 1-.281 2.363c.231.123.46.249.686.38-.98.361-2.159.052-3.214.151-.263-.758-.523-1.516-.79-2.273a3.336 3.336 0 0 1-.458.005c-.157.565-.331 1.127-.456 1.7.312.151.677.233.904.513-.522.047-1.045.027-1.569.028.041-.746.088-1.492.129-2.239l-.724-.005c-.072-2.841 1.089-5.661 3.23-7.546-.348-.877.628-1.9 1.471-1.308.858.508.395 1.803-.534 1.878-.438.721-.667 1.981.385 2.271.323-1.576 1.406-2.93 2.835-3.649m-4.059 8.266l-.22.191c.163.797.102 1.852 1.165 1.924.649-1.887.275-3.867.091-5.788a5.273 5.273 0 0 1-1.093-.664c-.716 1.355-.202 2.927.057 4.338z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pedestrians-crossing--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M13.254 0h.624c.53.156 1.024.469 1.289.967 3.856 6.681 7.702 13.367 11.557 20.046.146.26.278.53.395.805v.758A2.013 2.013 0 0 1 25.66 24H1.495c-.742-.159-1.3-.757-1.494-1.478v-.614c.218-.624.58-1.178.907-1.748C4.595 13.765 8.279 7.368 11.967.974c.264-.499.759-.815 1.288-.974M2.85 21.601c7.146.005 14.293.005 21.439 0-3.569-6.199-7.138-12.399-10.72-18.59A9034.064 9034.064 0 0 0 2.85 21.601z"/><path fill="#fff" d="M2.85 21.601a9034.064 9034.064 0 0 1 10.719-18.59c3.582 6.191 7.151 12.391 10.72 18.59-7.146.005-14.293.005-21.439 0M13.176 8.965c-.644 1.318.532 2.837-.156 4.197-1.547 2.541-3.673 4.663-5.473 7.024.397.27.59-.194.818-.438 1.31-1.584 2.584-3.204 3.925-4.761a5.79 5.79 0 0 0 1.812-1.105c.182 1.87-.004 3.774.449 5.62-.397.258-.915.403-1.151.847.762.047 1.525.018 2.289.024.005-1.615-.007-3.23.007-4.845.609 1.326 1.288 2.626 1.833 3.978-.244.38-.866.366-1.033.841.729.049 1.46.02 2.191.026.001-.42.005-.845-.111-1.253-.675-2.591-1.132-5.25-2.175-7.73-.334-1.13-.9-2.377-2.155-2.69.709-.793.027-2.22-1.073-1.892-1.067.274-.959 1.802.003 2.156z"/><path d="M13.176 8.965c-.961-.354-1.07-1.882-.003-2.156 1.1-.328 1.782 1.098 1.073 1.892 1.254.313 1.821 1.561 2.155 2.69 1.043 2.48 1.5 5.139 2.175 7.73.117.408.113.833.111 1.253-.731-.005-1.462.023-2.191-.026.167-.475.789-.461 1.033-.841-.545-1.352-1.224-2.652-1.833-3.978-.014 1.615-.001 3.23-.007 4.845-.763-.007-1.527.023-2.289-.024.236-.445.754-.59 1.151-.847-.453-1.847-.267-3.751-.449-5.62a5.779 5.779 0 0 1-1.812 1.105c-1.341 1.557-2.616 3.177-3.925 4.761-.228.244-.42.708-.818.438 1.799-2.361 3.925-4.483 5.473-7.024.687-1.36-.488-2.879.156-4.197z"/></symbol><symbol viewBox="0 0 27 24" id="warning--pedestrians-crossing--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2b2f" d="M13.159 0h1.399c4.062 7.425 8.378 14.736 12.764 21.98v.672c-1.647 1.06-3.678.779-5.535.868-7.111-.007-14.219-.133-21.33-.192.181-1.34.702-2.599 1.366-3.77C5.405 12.927 9.241 6.436 13.158 0M2.784 21.762c7.274.044 14.548.022 21.822.011-3.589-6.321-7.281-12.58-10.874-18.897-3.726 6.247-7.314 12.583-10.948 18.886z"/><path fill="#fff" d="M2.784 21.762c3.633-6.303 7.222-12.639 10.948-18.886 3.593 6.318 7.285 12.576 10.874 18.897-7.274.011-14.548.033-21.822-.011m7.802-11.154c.362.203.727.406 1.093.606-.144 1.602-1.274 2.714-2.393 3.737-.122 1.495.594 3.028 1.074 4.449-.048-1.359-.414-2.677-.75-3.984 1.038-.757 1.961-1.647 2.81-2.603 1.34 2.064.646 4.479.45 6.738l-1.074.786c1.215.015 2.433.011 3.648-.007.078-1.935.126-3.881-.159-5.804.462-.159.919-.321 1.377-.491-.24 1.854-.51 3.714-.17 5.575-.214.181-.639.55-.853.735.321 0 .967.004 1.289.007.236-.846.181-1.909 1.004-2.444.1.554.185 1.111.262 1.673-.151.192-.45.576-.598.768l1.218.015c.133-.853-.192-1.972.687-2.514-.565-2.481-1.115-5.129-3.113-6.901a7.207 7.207 0 0 0-.746-1.547c-.222.174-.668.513-.89.683-.007.425-.007.849-.004 1.274.258.07.772.21 1.026.281.089.879.174 1.791-.321 2.574-.705-1.399-1.436-2.898-2.887-3.67l-.554-1.455c-.908.059-1.403.62-1.429 1.521m-.211 9.077c-.569 1.111 1.222.063 0 0z"/><path fill="#201e1c" d="M10.586 10.608c.026-.901.521-1.462 1.429-1.521l.554 1.455c1.451.772 2.182 2.271 2.887 3.67.495-.783.41-1.695.321-2.574l-1.026-.281c-.004-.425-.004-.849.004-1.274.222-.17.668-.51.89-.683.31.487.561 1.004.746 1.547 1.998 1.772 2.548 4.42 3.113 6.901-.879.543-.554 1.662-.687 2.514l-1.218-.015c.148-.192.447-.576.598-.768a41.894 41.894 0 0 0-.262-1.673c-.823.535-.768 1.599-1.004 2.444a138.28 138.28 0 0 0-1.289-.007c.214-.185.639-.554.853-.735-.34-1.861-.07-3.722.17-5.575-.458.17-.916.332-1.377.491.284 1.924.236 3.87.159 5.804a134.43 134.43 0 0 1-3.648.007l1.074-.786c.196-2.26.89-4.674-.45-6.738-.849.956-1.772 1.846-2.81 2.603.336 1.307.702 2.625.75 3.984-.48-1.422-1.196-2.954-1.074-4.449 1.119-1.023 2.249-2.134 2.393-3.737a82.478 82.478 0 0 1-1.093-.606m3.719 6.537a182.266 182.266 0 0 0-.786 3.161c1.455-.384.764-2.071.786-3.161z"/><path fill="#ededed" d="M14.308 17.143c-.022 1.089.668 2.777-.786 3.161.255-1.056.513-2.108.786-3.161z"/><path fill="#575553" d="M10.372 19.687c1.222.063-.569 1.111 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--pedestrians-crossing--g9" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M11.322.161c.738-.278 1.582.01 2.101.576 3.292 3.31 6.587 6.616 9.872 9.932.694.649.856 1.87.149 2.569-3.43 3.414-6.864 6.823-10.296 10.235-.69.661-1.871.517-2.507-.151C7.291 19.95 3.939 16.58.592 13.206c-.676-.668-.748-1.891-.025-2.552C3.875 7.36 7.187 4.068 10.496.776c.245-.24.496-.496.826-.614m.355.354c-.39.058-.698.323-.965.595-3.25 3.232-6.503 6.458-9.749 9.695-.65.58-.605 1.668.014 2.252 3.292 3.312 6.584 6.624 9.878 9.934.571.599 1.625.646 2.204.034 3.326-3.317 6.662-6.625 9.99-9.94.61-.596.51-1.642-.089-2.207a4295.856 4295.856 0 0 0-9.754-9.811c-.383-.415-.964-.666-1.531-.552z"/><path fill="gold" d="M11.582 1.38c.355-.247.815-.053 1.076.239 3.234 3.25 6.468 6.499 9.696 9.754.361.298.473.898.088 1.225-3.313 3.289-6.62 6.586-9.936 9.875-.317.343-.876.24-1.16-.091-3.252-3.272-6.504-6.546-9.761-9.812-.385-.325-.433-.955-.011-1.272C4.912 7.996 8.21 4.646 11.582 1.381m.819 2.511c-.762.27-.835 1.454-.106 1.811.667.425 1.625-.227 1.484-1.004-.053-.656-.787-1.025-1.379-.806m.805 2.138c-.52.096-1.164.022-1.529.484-.335.514-.434 1.141-.73 1.675-.334.463-.817.792-1.174 1.235-.184.341.138.784.523.63.857-.574 1.547-1.35 2.065-2.239.216.827.478 1.65.611 2.494-.498 1.844-1.086 3.666-1.6 5.508-.121.402-.104.958.323 1.171.394.124.726-.257.848-.592.563-1.516 1.012-3.074 1.615-4.573l.222.017c.421 1.525.694 3.09 1.082 4.624.098.383.5.782.919.638.396-.194.437-.708.367-1.093-.545-2.652-1.154-5.291-1.672-7.948.692.599 1.144 1.457 1.914 1.961.566.268.737-.575.401-.899a109.163 109.163 0 0 0-2.582-2.94c-.426-.456-1.076-.197-1.606-.152M8.092 7.86c-.583.128-.839.943-.385 1.356.4.47 1.25.238 1.379-.36.169-.568-.428-1.169-.994-.996m-.724 2.15c-.449.643-1.019 1.177-1.615 1.68-.018.269.16.523.451.4.438-.216.75-.62 1.156-.89-.22.772-.536 1.511-.788 2.272.252.029.506.036.758.065-.178.964-.566 1.901-.593 2.885.018.404.546.24.605-.06.286-.926.394-1.902.673-2.832l.241.008c.27.983.395 2.002.652 2.987.041.268.313.269.526.274.169-1.085-.244-2.171-.347-3.252.24-.029.48-.043.72-.073-.174-.85-.349-1.699-.515-2.551.326.181.649.367.972.556l-.154.268.568.491c.308-.38.616-.761.925-1.14-.197-.166-.385-.34-.583-.502-.11.121-.22.242-.329.365-.677-.418-1.349-.846-2.036-1.246-.426-.194-1.03-.143-1.286.298m8.735 1.697c.299 1.594.727 3.161 1.063 4.747.128.467-.404.69-.73.87l.182.406c.408-.358.817-.714 1.214-1.084-.475-1.538-.956-3.074-1.434-4.61-.03-.162-.161-.258-.296-.329m-6.282.13c.142.622.304 1.238.444 1.86-.266.007-.534 0-.8.007.136.913.397 1.807.484 2.725.014.574-.57.769-1.044.772.006.78-.001 1.56-.014 2.339.544-.008 1.086-.005 1.63-.007.104-2.347.144-4.698.149-7.048a11.714 11.714 0 0 0-.847-.648m7.973.047c.478 1.094.941 2.195 1.415 3.292.331-.283.656-.572.977-.868-.45-.802-.895-1.606-1.352-2.404-.347-.002-.694-.013-1.039-.02m-12.327.244c-.638.64-1.289 1.266-1.924 1.909.342.308.691.608 1.04.91a652.37 652.37 0 0 0 1.777-2.573c-.296-.088-.598-.162-.894-.246m.899 1.499c-.269.863-.529 1.729-.787 2.596.436.397.845.823 1.294 1.205-.025-.47-.409-.778-.691-1.111.217-.875.463-1.742.683-2.616l-.498-.073m6.535 6.024c.577.005 1.154.005 1.733.001-.331-1.88-.593-3.772-.943-5.647-.768 1.766-1.062 3.734-.79 5.646z"/><path d="M11.677.516c.568-.114 1.148.137 1.531.552 3.254 3.268 6.51 6.534 9.754 9.811.599.565.698 1.61.089 2.207-3.328 3.314-6.664 6.623-9.99 9.94-.58.612-1.633.565-2.204-.034-3.294-3.31-6.587-6.622-9.878-9.934-.619-.584-.665-1.673-.014-2.252 3.246-3.236 6.499-6.463 9.749-9.695.266-.272.575-.538.965-.595m-.097.864C8.21 4.645 4.912 7.994 1.574 11.297c-.422.317-.374.947.011 1.272 3.257 3.266 6.509 6.54 9.761 9.812.284.331.844.434 1.16.091 3.316-3.289 6.623-6.586 9.936-9.875.385-.328.274-.928-.088-1.225-3.228-3.254-6.462-6.504-9.696-9.754-.262-.292-.721-.486-1.076-.239z"/><path d="M12.401 3.892c.592-.218 1.326.15 1.379.806.14.778-.817 1.429-1.484 1.004-.73-.356-.656-1.541.106-1.811zM13.205 6.031c.529-.044 1.18-.304 1.606.152.877.964 1.74 1.945 2.582 2.94.336.324.166 1.166-.401.899-.77-.504-1.222-1.362-1.914-1.961.517 2.657 1.127 5.296 1.672 7.948.07.385.029.899-.367 1.093-.419.144-.821-.256-.919-.638-.389-1.534-.661-3.098-1.082-4.624l-.222-.017c-.604 1.499-1.052 3.058-1.615 4.573-.122.335-.455.715-.848.592-.427-.214-.444-.769-.323-1.171.514-1.842 1.102-3.664 1.6-5.508-.133-.844-.395-1.667-.611-2.494-.518.889-1.208 1.666-2.065 2.239-.385.154-.707-.289-.523-.63.356-.443.84-.772 1.174-1.235.295-.534.395-1.162.73-1.675.365-.462 1.009-.388 1.529-.484zM8.092 7.86c.565-.173 1.163.428.994.996-.128.598-.979.83-1.379.36-.454-.413-.198-1.228.385-1.356z"/><path d="M7.368 10.01c.257-.44.86-.492 1.286-.298.688.4 1.36.828 2.036 1.246.109-.122.218-.244.329-.365.198.162.386.336.583.502-.31.379-.617.76-.925 1.14l-.568-.491.154-.268a62.407 62.407 0 0 0-.972-.556c.166.852.341 1.702.515 2.551-.24.03-.48.044-.72.073.103 1.081.516 2.167.347 3.252-.212-.005-.485-.006-.526-.274-.257-.985-.382-2.004-.652-2.987l-.241-.008c-.28.93-.388 1.906-.673 2.832-.059.3-.587.464-.605.06.026-.984.415-1.921.593-2.885-.252-.029-.506-.036-.758-.065.252-.761.569-1.5.788-2.272-.406.27-.718.674-1.156.89-.292.124-.469-.131-.451-.4.596-.503 1.166-1.037 1.615-1.68zM16.104 11.71c.136.071.266.167.296.329.478 1.536.959 3.072 1.434 4.61-.397.37-.806.726-1.214 1.084l-.182-.406c.325-.18.858-.403.73-.87-.336-1.586-.764-3.154-1.063-4.747z"/><path d="M9.821 11.84c.293.2.572.421.847.648-.005 2.35-.044 4.7-.149 7.048-.544.002-1.086-.001-1.63.007.013-.779.02-1.559.014-2.339.474-.002 1.058-.198 1.044-.772-.086-.918-.348-1.812-.484-2.725.266-.007.534 0 .8-.007-.14-.622-.302-1.238-.444-1.86zM17.796 11.887c.346.007.692.018 1.039.02.457.798.902 1.602 1.352 2.404-.32.295-.646.584-.977.868-.474-1.097-.937-2.197-1.415-3.292zM5.47 12.131c.296.084.598.158.894.246a652.37 652.37 0 0 1-1.777 2.573c-.349-.301-.698-.601-1.04-.91.635-.643 1.285-1.27 1.924-1.909zM6.368 13.63l.498.073c-.22.874-.466 1.741-.683 2.616.282.334.666.641.691 1.111-.449-.382-.858-.808-1.294-1.205.258-.866.518-1.733.787-2.596zM12.904 19.655c-.272-1.912.022-3.88.79-5.646.35 1.876.612 3.767.943 5.647-.578.004-1.156.004-1.733-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--playground--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.201.408c.672-.199 1.415.035 1.891.538 3.377 3.222 6.755 6.445 10.126 9.673.726.652.737 1.885.042 2.561-3.238 3.242-6.478 6.481-9.714 9.725-.667.722-1.902.828-2.632.142-3.439-3.28-6.87-6.57-10.31-9.851-.733-.673-.674-1.921.04-2.587 3.157-3.164 6.322-6.322 9.481-9.484.304-.31.647-.606 1.076-.716m.125.255c-.401.092-.722.37-1.007.653C7.168 4.486 3.994 7.633.847 10.805c-.618.558-.67 1.62-.048 2.195 3.416 3.259 6.828 6.524 10.241 9.787.592.606 1.656.578 2.242-.022 3.246-3.235 6.481-6.484 9.726-9.719.624-.575.66-1.656.014-2.227-3.366-3.234-6.749-6.45-10.122-9.676-.4-.415-1.008-.63-1.574-.48z"/><path fill="#231f20" d="M11.192 1.114c.647-.212 1.381-.002 1.847.486a4732.85 4732.85 0 0 1 9.452 9.029c.744.638.754 1.879.044 2.548-3.037 3.042-6.08 6.08-9.121 9.12-.682.688-1.902.691-2.573-.013-3.182-3.059-6.388-6.095-9.57-9.154-.676-.647-.625-1.814.04-2.452 2.868-2.893 5.76-5.764 8.638-8.65.367-.359.727-.776 1.243-.914m.12.367c-.368.103-.644.384-.908.643C7.49 5.05 4.559 7.958 1.649 10.888c-.586.509-.643 1.502-.046 2.026l9.514 9.089c.55.583 1.553.547 2.084-.042 3.02-3.018 6.04-6.041 9.06-9.059.556-.526.547-1.5-.046-1.994-3.143-3.018-6.298-6.025-9.45-9.032a1.464 1.464 0 0 0-1.453-.394z"/><path fill="#231f20" d="M9.278 5.572c.578-.256 1.319.018 1.579.596.31.604.002 1.424-.637 1.661-.614.27-1.399-.077-1.613-.712-.23-.589.091-1.307.671-1.546zM10.584 8.058c.264-.503.902-.564 1.378-.349 1.066.421 2.152.798 3.206 1.244.503.158.521.998-.047 1.062-.706-.068-1.346-.443-2.038-.599.294.725.38 1.558.868 2.188.238.442.95.799.743 1.351l.2.248c.608-.293 1.152-.731 1.798-.938.566-.08.838.77.33 1.034-.673.402-1.315.874-2.032 1.194-.572.187-.938-.378-1.223-.772l-.318.062a60.796 60.796 0 0 0-.382-.505c-.092.192-.186.383-.278.576-.101-.004-.2-.006-.301-.008-.071.21-.196.414-.186.642.108 1.128.328 2.248.39 3.379-.08.756-1.268.584-1.242-.143-.08-1.447-.802-2.976-.13-4.369-.068-.05-.205-.154-.275-.204.169-.397.347-.79.534-1.177-.35-.484-.721-.954-1.1-1.415-.396.586-.68 1.254-1.152 1.782-.436.367-1.073-.199-.792-.685.648-1.218 1.352-2.408 2.048-3.599zM7.474 14.444c.923-.298 1.867.725 1.498 1.621-.268.888-1.57 1.109-2.13.378-.583-.649-.217-1.805.632-1.999z"/><path fill="#fff100" d="M11.326.664c.566-.15 1.175.065 1.574.48 3.373 3.226 6.756 6.442 10.122 9.676.646.571.61 1.652-.014 2.227-3.245 3.235-6.48 6.484-9.726 9.719-.586.6-1.65.628-2.242.022C7.627 19.525 4.216 16.26.799 13.001c-.622-.575-.57-1.637.048-2.195 3.146-3.173 6.32-6.319 9.472-9.488.284-.283.606-.56 1.007-.653m-.134.449c-.516.138-.876.556-1.243.914-2.878 2.886-5.77 5.756-8.638 8.65-.665.637-.715 1.805-.04 2.452 3.182 3.059 6.388 6.095 9.57 9.154.671.704 1.891.701 2.573.013 3.041-3.04 6.084-6.078 9.121-9.12.709-.668.7-1.909-.044-2.548A5362.936 5362.936 0 0 0 13.039 1.6c-.466-.488-1.2-.698-1.847-.486z"/><path fill="#fff100" d="M11.312 1.481a1.462 1.462 0 0 1 1.453.394c3.152 3.007 6.307 6.014 9.45 9.032.593.494.601 1.469.046 1.994-3.02 3.018-6.04 6.041-9.06 9.059-.532.589-1.535.625-2.084.042l-9.514-9.089c-.598-.523-.54-1.517.046-2.026 2.91-2.929 5.842-5.838 8.755-8.764.264-.259.54-.54.908-.643M9.278 5.572c-.58.239-.901.956-.671 1.546.214.635.998.982 1.613.712.64-.236.947-1.057.637-1.661-.26-.578-1.001-.852-1.579-.596m1.306 2.485c-.696 1.19-1.4 2.381-2.048 3.599-.281.486.356 1.052.792.685.472-.528.756-1.196 1.152-1.782.379.461.75.931 1.1 1.415-.187.388-.365.78-.534 1.177.07.05.206.154.275.204-.672 1.393.049 2.922.13 4.369-.026.727 1.162.899 1.242.143-.062-1.132-.282-2.251-.39-3.379-.01-.228.115-.432.186-.642l.301.008c.092-.193.186-.384.278-.576.127.168.256.336.382.505.106-.022.212-.042.318-.062.284.394.65.959 1.223.772.716-.32 1.358-.792 2.032-1.194.508-.264.236-1.115-.33-1.034-.646.208-1.189.646-1.798.938a24.062 24.062 0 0 0-.2-.248c.208-.552-.505-.91-.743-1.351-.487-.63-.574-1.463-.868-2.188.691.156 1.332.53 2.038.599.568-.064.55-.904.047-1.062-1.055-.446-2.141-.823-3.206-1.244-.475-.215-1.114-.154-1.378.349m-3.111 6.385c-.85.194-1.216 1.35-.632 1.999.56.731 1.862.51 2.13-.378.37-.896-.575-1.919-1.498-1.621z"/></symbol><symbol viewBox="0 0 24 24" id="warning--playground--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fecf33" d="M11.772 0h.43c.552.151.902.624 1.294 1.003l9.5 9.501c.377.386.829.737 1.004 1.269v.429c-.158.549-.625.902-1.006 1.292a28360.85 28360.85 0 0 1-9.502 9.498c-.387.374-.731.834-1.264 1.008h-.434a1.761 1.761 0 0 1-.685-.406c-3.369-3.365-6.735-6.734-10.103-10.1C.628 13.109.175 12.76 0 12.227v-.434c.148-.524.588-.867.953-1.239 3.184-3.183 6.368-6.366 9.55-9.551.386-.376.735-.833 1.269-1.003m.07.348c-.248.037-.45.199-.624.369C7.706 4.239 4.185 7.753.67 11.273c-.413.349-.453 1.028-.049 1.4 3.566 3.571 7.135 7.139 10.706 10.705a.935.935 0 0 0 1.346-.001c3.572-3.565 7.14-7.134 10.705-10.704.54-.496.223-1.287-.297-1.654C19.626 7.573 16.18 4.118 12.73.668c-.229-.232-.558-.386-.888-.32z"/><path fill="#fecf33" d="M11.836.836c.231-.114.453.061.61.217 3.515 3.519 7.037 7.033 10.551 10.553a.497.497 0 0 1-.002.784c-3.532 3.537-7.07 7.07-10.603 10.607a.495.495 0 0 1-.785 0C8.06 19.442 4.501 15.898.958 12.339c-.263-.224-.145-.598.093-.787 3.503-3.498 7.004-6.998 10.503-10.5.087-.08.176-.16.282-.216M7.653 8.573l-.352-.205c-.552.312-1.074.681-1.59 1.049-.249.159-.137.478-.129.717-.24-.05-.478-.108-.718-.157-.053.236-.11.472-.164.708.709.152 1.421.294 2.124.471.199.395.408.786.611 1.18.237-.067.477-.12.718-.174-.05-.254-.11-.504-.162-.757 2.626.564 5.249 1.139 7.876 1.699-.155.21-.313.417-.468.626.193.148.385.298.575.451.353-.249.672-.549 1.045-.77.724.049 1.424.3 2.137.434.049-.243.099-.486.151-.729-.242-.052-.487-.093-.73-.139.119-.222.367-.481.185-.738-.306-.55-.657-1.074-.977-1.616-.749.019-1.358.494-1.904.953-.07.25-.084.511-.149.762-2.433-.521-4.863-1.059-7.297-1.575.057-.256.132-.507.19-.762-.196-.455-.487-.864-.758-1.277.292-.018.652-.052.782-.364.252-.455-.251-1.036-.738-.854-.459.132-.535.721-.258 1.067m9.386.877c-.418.104-.587.682-.287.993.293.37.956.211 1.055-.248.139-.441-.334-.895-.768-.745m-5.764 3.534c.005.799 0 1.597.003 2.396h1.469c.003-.8-.001-1.599.003-2.399a26.202 26.202 0 0 0-.746-.665c-.248.217-.491.441-.729.668z"/><path fill="#fecf33" d="M7.192 9.887c.164-.171.327-.342.489-.515.365.372.745.805.528 1.365-.494-.052-.732-.509-1.017-.85zM15.951 12.408c.037-.597.568-.823 1.05-1.015.073.227.147.454.223.68-.401.187-.808.504-1.273.335z"/><path d="M11.842.348c.33-.066.659.088.888.32 3.45 3.45 6.896 6.905 10.351 10.351.52.367.837 1.158.297 1.654-3.565 3.57-7.133 7.139-10.705 10.704a.935.935 0 0 1-1.346.001C7.756 19.812 4.187 16.244.621 12.673c-.404-.372-.364-1.051.049-1.4C4.185 7.753 7.706 4.239 11.218.717c.174-.17.376-.332.624-.369m-.006.488a1.38 1.38 0 0 0-.282.216c-3.499 3.502-7 7.002-10.503 10.5-.238.189-.356.563-.093.787 3.543 3.559 7.102 7.103 10.649 10.658a.495.495 0 0 0 .785 0c3.533-3.537 7.071-7.07 10.603-10.607a.497.497 0 0 0 .002-.784c-3.514-3.52-7.036-7.034-10.551-10.553-.157-.156-.379-.331-.61-.217z"/><path d="M7.653 8.573c-.277-.346-.201-.935.258-1.067.487-.182.99.399.738.854-.13.312-.49.346-.782.364.271.413.562.822.758 1.277-.058.255-.133.506-.19.762 2.434.516 4.864 1.054 7.297 1.575.065-.251.079-.512.149-.762.546-.459 1.155-.934 1.904-.953.32.542.671 1.066.977 1.616.182.257-.066.516-.185.738.243.046.488.087.73.139a62.89 62.89 0 0 0-.151.729c-.713-.134-1.413-.385-2.137-.434-.373.221-.692.521-1.045.77-.19-.153-.382-.303-.575-.451.155-.209.313-.416.468-.626-2.627-.56-5.25-1.135-7.876-1.699.052.253.112.503.162.757-.241.054-.481.107-.718.174-.203-.394-.412-.785-.611-1.18-.703-.177-1.415-.319-2.124-.471.054-.236.111-.472.164-.708.24.049.478.107.718.157-.008-.239-.12-.558.129-.717.516-.368 1.038-.737 1.59-1.049l.352.205m-.461 1.314c.285.341.523.798 1.017.85.217-.56-.163-.993-.528-1.365-.162.173-.325.344-.489.515m8.759 2.521c.465.169.872-.148 1.273-.335-.076-.226-.15-.453-.223-.68-.482.192-1.013.418-1.05 1.015z"/><path d="M17.039 9.45c.434-.15.907.304.768.745-.099.459-.762.618-1.055.248-.3-.311-.131-.889.287-.993zM11.275 12.984c.238-.227.481-.451.729-.668.253.217.502.439.746.665-.004.8 0 1.599-.003 2.399h-1.469c-.003-.799.002-1.597-.003-2.396z"/></symbol><symbol viewBox="0 0 27 24" id="warning--polar-bear-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#cd1e00" d="M13.42 0h.406c.383.173.675.485.867.855 4.173 7.317 8.43 14.588 12.58 21.918v.547c-.191.206-.383.41-.6.59-1.707-.097-3.417-.026-5.127-.046-6.976.029-13.957-.059-20.932.044A5.562 5.562 0 0 1 0 23.294v-.451c4.095-7.305 8.356-14.519 12.494-21.8.22-.416.505-.811.926-1.042M4.29 21.068c6.241.01 12.481.003 18.723.003-3.112-5.411-6.226-10.82-9.348-16.226-3.18 5.374-6.252 10.814-9.375 16.223z"/><path d="M4.29 21.068c3.123-5.41 6.195-10.849 9.375-16.223 3.121 5.405 6.236 10.815 9.348 16.226-6.241 0-12.481.007-18.723-.003m4.527-7.284l.052.488c.105-.05.316-.15.423-.199.288.195.404.51.409.845l-.634.166c1.32-.037 2.276 1.054 3.397 1.616.976.368 1 1.66.81 2.519-.215.132-.428.271-.634.417.325.1.641.43.998.311.318-.398.806-.798.781-1.354-.207-.46-.57-.829-.805-1.275.814.469 1.767 1.887.768 2.647.259.125.521.243.78.368.959-.912 1.114-2.397.758-3.619.492.312.371.914.398 1.406.543.172 1.094.325 1.658.408-.207-.447-.46-.873-.702-1.302.671.548 1.181 1.369 1.53 2.165-.116.187-.233.374-.353.559.419-.007.916.214 1.268-.1.315-.728-.026-1.514.068-2.27-.1-.795-.236-1.706-.931-2.213-.678-.701-1.726-.672-2.626-.646-.835.057-1.635-.245-2.463-.277-.873-.085-1.789-.109-2.575-.545.265.32.101.6-.284.608.082-.215.168-.431.251-.646-.736-.435-1.561-.239-2.343-.076m7.966 4.735c.02.233.041.468.059.702-.123.145-.245.292-.367.439.286.033.57.085.844.175.106-.023.213-.046.319-.071.085-.352.202-.695.359-1.023a25.12 25.12 0 0 1-1.214-.222z"/><path d="M9.772 13.781c.723-.258-.027.656 0 0z"/><path fill="#fff" d="M8.817 13.784c.781-.162 1.606-.359 2.343.076-.083.215-.169.431-.251.646.385-.008.548-.288.284-.608.785.436 1.702.461 2.575.545.828.031 1.628.334 2.463.277.9-.026 1.949-.055 2.626.646.695.507.832 1.418.931 2.213-.094.757.247 1.542-.068 2.27-.352.314-.85.093-1.268.1.12-.185.237-.372.353-.559-.349-.796-.859-1.617-1.53-2.165.243.43.495.855.702 1.302a10.617 10.617 0 0 1-1.658-.408c-.027-.492.094-1.094-.398-1.406.356 1.222.2 2.707-.758 3.619-.259-.125-.521-.243-.78-.368 1-.76.046-2.178-.768-2.647.235.446.597.815.805 1.275.025.556-.464.956-.781 1.354-.357.119-.674-.211-.998-.311.206-.146.419-.285.634-.417.19-.859.166-2.15-.81-2.519-1.121-.562-2.077-1.653-3.397-1.616l.634-.166c-.005-.335-.121-.65-.409-.845l-.423.199-.052-.488m.954-.002c-.027.656.723-.258 0 0z"/><path fill="#fff" d="M16.782 18.52c.402.083.807.16 1.214.222a5.155 5.155 0 0 0-.359 1.023c-.106.025-.213.048-.319.071a4.263 4.263 0 0 0-.844-.175c.121-.147.244-.295.367-.439a52.402 52.402 0 0 0-.059-.702z"/><path fill="#7b1200" opacity=".6" d="M.614 23.907c6.975-.102 13.955-.015 20.932-.044 1.71.02 3.42-.05 5.127.046l-.157.09H.779l-.165-.093z"/></symbol><symbol viewBox="0 0 27 24" id="warning--quay-or-river-bank--g1" xmlns="http://www.w3.org/2000/svg"><path d="M13.062 0h.916c.312.125.651.244.852.532-.607-.43-1.379-.586-2.082-.297.105-.077.21-.156.314-.235zM10.643 10.745c.33-.175.629-.599 1.043-.434.783.222 1.586.384 2.354.647.429.562.656 1.26 1.057 1.844.645.381 1.453.501 2.034.971.029.383-.032 1.043-.488 1.148.079-1.109-1.622-1.416-1.91-.337-1.08-.289-2.163-.57-3.242-.866.091-.48-.165-1.019-.654-1.155-.472-.166-.966.124-1.194.538-.506-.296-.179-.974-.189-1.445.296-.397.807-.595 1.189-.911m.687-.21c-.29.239-.613.795-.433 1.166 1.087.342 2.207.608 3.308.914.298.126.419-.27.229-.452-.263-.359-.319-.991-.844-1.052-.755-.184-1.495-.443-2.26-.576z"/><path d="M9.875 13.069c.281-.544 1.158-.498 1.391.063.255.5-.15 1.098-.687 1.14.24-.018.482-.021.723-.019.005 1.365-.001 2.73.003 4.095.43-.083.85-.225 1.289-.252.687-.042 1.324.307 2.009.294.647.001 1.25-.312 1.9-.297.61.013 1.182.293 1.793.297.719.018 1.39-.365 2.113-.288.593.066 1.159.295 1.761.304.092.164.183.328.273.494-.665.102-1.296-.167-1.942-.262-.787-.12-1.519.328-2.302.279-.541-.036-1.051-.253-1.591-.292-.721-.055-1.39.323-2.108.294-.542-.024-1.052-.24-1.59-.291-.549-.05-1.077.14-1.606.251l.001.529c.831-.249 1.717-.357 2.552-.056 1.025.365 2.015-.367 3.045-.16.593.103 1.183.351 1.796.233.659-.125 1.322-.377 2.001-.224.663.149 1.342.364 2.024.182.092.151.181.305.268.46-.734.257-1.504.104-2.231-.094-.956-.271-1.866.39-2.822.205-.481-.079-.946-.255-1.436-.268-.614-.012-1.187.262-1.796.298-.72.045-1.39-.336-2.11-.295-.439.029-.86.166-1.289.252a47.53 47.53 0 0 0-.004.534c.43-.082.85-.224 1.289-.252.687-.041 1.325.302 2.009.298.612-.007 1.184-.282 1.795-.3.485-.016.948.154 1.419.244 1.04.258 2.045-.507 3.082-.152a3.758 3.758 0 0 0 2.367 0c.091.154.181.309.269.464-.475.1-.943.27-1.433.273-.649.013-1.251-.307-1.899-.297-.649-.007-1.251.314-1.9.297-.616-.002-1.187-.295-1.803-.297-.617-.019-1.19.267-1.801.295-.747.046-1.441-.369-2.191-.286-.478.025-.923.246-1.403.246-2.553-.004-5.106.003-7.658-.004 1.29-2.25 2.593-4.493 3.882-6.744 1.068-.003 2.137-.03 3.203.017-.565-.048-.975-.704-.655-1.208m.462-.021c-.546.254-.095 1.146.439.835.536-.259.091-1.139-.439-.835z"/><path d="M15.329 14.127c.551-.299 1.266.266 1.107.872-.093.567-.853.823-1.278.443-.433-.339-.338-1.102.171-1.315m.103.302c-.513.264-.086 1.107.434.834.575-.245.103-1.175-.434-.834zM0 21.642c.518-1.03 1.056-2.08 1.752-2.998-.465.953-1.081 1.824-1.542 2.778-.481 1.089.395 2.465 1.582 2.495 7.838.005 15.678.005 23.516 0 1.278-.032 2.099-1.541 1.543-2.666l.249.318v.941A2.22 2.22 0 0 1 25.655 24h-24.2A2.236 2.236 0 0 1 0 22.513v-.871z"/><path fill="#fff" d="M12.748.235c.703-.289 1.475-.133 2.082.297l.029.029c.357.565.649 1.174 1.053 1.709l.037.071c.431.871.916 1.724 1.461 2.528l.038.073c.43.87.918 1.721 1.459 2.528l.04.072c.434.87.918 1.723 1.462 2.528l.038.071a22.75 22.75 0 0 0 1.459 2.529l.04.071c.432.871.921 1.72 1.459 2.529l.041.071c.433.87.919 1.722 1.46 2.529l.04.071c.435.871.919 1.727 1.466 2.533.142.261.289.52.439.777.556 1.125-.265 2.634-1.543 2.666-7.838.005-15.678.005-23.516 0-1.187-.03-2.063-1.406-1.582-2.495.461-.954 1.077-1.825 1.542-2.778a24.299 24.299 0 0 0 1.506-2.603l.041-.068a24.946 24.946 0 0 0 1.458-2.533l.041-.067a24.94 24.94 0 0 0 1.459-2.532l.042-.068a24.712 24.712 0 0 0 1.456-2.531l.041-.071a23.695 23.695 0 0 0 1.458-2.53l.04-.07c.54-.809 1.027-1.66 1.46-2.53l.042-.071c.675-.87.976-2.024 1.879-2.71l.073-.025m.492.226c-.461.09-.841.422-1.054.833C8.325 7.996 4.45 14.691.597 21.398c-.527.919.232 2.21 1.295 2.18 7.772.003 15.544.003 23.316 0 1.098.035 1.853-1.326 1.265-2.248-3.86-6.704-7.73-13.402-11.594-20.103-.302-.579-1-.912-1.639-.766z"/><path fill="#fff" d="M13.425 3.024c.234-.08.462.085.557.292 3.412 5.918 6.829 11.833 10.238 17.753.206.261.009.703-.334.681-6.89.006-13.781.005-20.671 0-.337.017-.531-.412-.334-.673C6.276 15.175 9.687 9.281 13.084 3.38c.086-.14.17-.308.341-.356m-2.782 7.721c-.382.316-.893.514-1.189.911.01.471-.317 1.149.189 1.445.228-.414.722-.704 1.194-.538.489.136.745.675.654 1.155 1.079.296 2.162.577 3.242.866.288-1.079 1.989-.772 1.91.337.456-.105.517-.765.488-1.148-.581-.47-1.389-.59-2.034-.971-.401-.584-.628-1.282-1.057-1.844-.768-.263-1.571-.425-2.354-.647-.414-.165-.713.259-1.043.434m-.768 2.324c-.32.504.09 1.16.655 1.208-1.066-.047-2.135-.02-3.203-.017-1.289 2.251-2.592 4.494-3.882 6.744 2.552.007 5.105 0 7.658.004.48 0 .925-.221 1.403-.246.75-.083 1.444.332 2.191.286.611-.028 1.184-.314 1.801-.295.616.002 1.187.295 1.803.297.649.017 1.251-.304 1.9-.297.648-.01 1.25.31 1.899.297.49-.003.958-.173 1.433-.273-.088-.155-.178-.31-.269-.464a3.758 3.758 0 0 1-2.367 0c-1.037-.355-2.042.41-3.082.152-.471-.09-.934-.26-1.419-.244-.611.018-1.183.293-1.795.3-.684.004-1.322-.339-2.009-.298-.439.028-.859.17-1.289.252 0-.178.002-.356.004-.534.429-.086.85-.223 1.289-.252.72-.041 1.39.34 2.11.295.609-.036 1.182-.31 1.796-.298.49.013.955.189 1.436.268.956.185 1.866-.476 2.822-.205.727.198 1.497.351 2.231.094a14.917 14.917 0 0 0-.268-.46c-.682.182-1.361-.033-2.024-.182-.679-.153-1.342.099-2.001.224-.613.118-1.203-.13-1.796-.233-1.03-.207-2.02.525-3.045.16-.835-.301-1.721-.193-2.552.056l-.001-.529c.529-.111 1.057-.301 1.606-.251.538.051 1.048.267 1.59.291.718.029 1.387-.349 2.108-.294.54.039 1.05.256 1.591.292.783.049 1.515-.399 2.302-.279.646.095 1.277.364 1.942.262-.09-.166-.181-.33-.273-.494-.602-.009-1.168-.238-1.761-.304-.723-.077-1.394.306-2.113.288-.611-.004-1.183-.284-1.793-.297-.65-.015-1.253.298-1.9.297-.685.013-1.322-.336-2.009-.294-.439.027-.859.169-1.289.252-.004-1.365.002-2.73-.003-4.095a8.713 8.713 0 0 0-.723.019c.537-.042.942-.64.687-1.14-.233-.561-1.11-.607-1.391-.063m5.454 1.058c-.509.213-.604.976-.171 1.315.425.38 1.185.124 1.278-.443.159-.606-.556-1.171-1.107-.872z"/><path fill="#fff" d="M11.33 10.535c.765.133 1.505.392 2.26.576.525.061.581.693.844 1.052.19.182.069.578-.229.452-1.101-.306-2.221-.572-3.308-.914-.18-.371.143-.927.433-1.166zM10.337 13.048c.53-.304.975.576.439.835-.534.311-.985-.581-.439-.835zM15.432 14.429c.537-.341 1.009.589.434.834-.52.273-.947-.57-.434-.834z"/><path fill="#434343" opacity=".83" d="M11.563 1.466c.28-.463.529-1.07 1.112-1.206-.903.686-1.204 1.84-1.879 2.71.131-.556.513-1.002.767-1.504z"/><path fill="red" d="M13.24.461c.639-.146 1.337.187 1.639.766 3.864 6.701 7.734 13.399 11.594 20.103.588.922-.167 2.283-1.265 2.248-7.772.003-15.544.003-23.316 0-1.063.03-1.822-1.261-1.295-2.18C4.45 14.691 8.325 7.996 12.186 1.294c.213-.411.593-.743 1.054-.833m.185 2.563c-.171.048-.255.216-.341.356C9.687 9.281 6.276 15.175 2.881 21.077c-.197.261-.003.69.334.673 6.89.005 13.781.006 20.671 0 .343.022.54-.42.334-.681-3.409-5.92-6.826-11.835-10.238-17.753-.095-.207-.323-.372-.557-.292z"/><path fill="#444" opacity=".85" d="M14.859.561c.519.43.818 1.09 1.053 1.709-.404-.535-.696-1.144-1.053-1.709z"/><path fill="#424242" opacity=".83" d="M15.949 2.341c.6.756 1.094 1.636 1.461 2.528a21.516 21.516 0 0 1-1.461-2.528zM17.448 4.942c.6.754 1.098 1.634 1.459 2.528a22.275 22.275 0 0 1-1.459-2.528z"/><path fill="#414141" opacity=".83" d="M9.294 5.571a10.22 10.22 0 0 1 1.46-2.53c-.433.87-.92 1.721-1.46 2.53zM23.446 15.341a10.201 10.201 0 0 1 1.46 2.529 22.758 22.758 0 0 1-1.46-2.529zM24.946 17.941c.605.754 1.097 1.639 1.466 2.533a22.072 22.072 0 0 1-1.466-2.533z"/><path fill="#404040" opacity=".83" d="M7.796 8.171a10.09 10.09 0 0 1 1.458-2.53 23.695 23.695 0 0 1-1.458 2.53zM6.299 10.773a9.859 9.859 0 0 1 1.456-2.531 24.712 24.712 0 0 1-1.456 2.531z"/><path fill="#414141" opacity=".83" d="M18.947 7.542a10.36 10.36 0 0 1 1.462 2.528 22.274 22.274 0 0 1-1.462-2.528zM20.447 10.141a10.279 10.279 0 0 1 1.459 2.529 22.75 22.75 0 0 1-1.459-2.529zM21.946 12.741a10.149 10.149 0 0 1 1.459 2.529 23.163 23.163 0 0 1-1.459-2.529z"/><path fill="#3f3f3f" opacity=".82" d="M4.798 13.373a9.829 9.829 0 0 1 1.459-2.532 24.94 24.94 0 0 1-1.459 2.532zM3.299 15.973c.35-.898.856-1.78 1.458-2.533a24.946 24.946 0 0 1-1.458 2.533zM1.797 18.573a9.906 9.906 0 0 1 1.461-2.532c-.435.87-.924 1.72-1.461 2.532z"/></symbol><symbol viewBox="0 0 27 24" id="warning--quay-or-river-bank--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M13.106 0h.899c.118.074.235.151.35.23-.707-.276-1.476-.125-2.088.299.218-.262.525-.414.839-.529zM13.663 10.768c.684-.146 1.344-.401 2.037-.502.67.389 1.317.842 1.922 1.325.036.485.331 1.185-.159 1.513-.236-.409-.724-.709-1.2-.541-.493.137-.738.677-.658 1.158-1.076.294-2.156.573-3.233.864-.162-.431-.596-.775-1.074-.681-.511.052-.82.547-.847 1.026-.482-.171-.795-1.251-.121-1.403.533-.239 1.087-.433 1.613-.69.646-.622.644-1.978 1.72-2.069m1.98-.219c-.813.2-1.627.411-2.425.661-.278.354-.464.786-.656 1.194.008.234.248.264.423.189 1.051-.29 2.108-.562 3.155-.86.278-.14.08-.464-.004-.667-.111-.201-.183-.601-.493-.517z"/><path fill="#030303" d="M16.448 14.272c-.967-.128-.837-1.69.154-1.593.964.037.927 1.558-.027 1.6 1.064-.054 2.132-.019 3.197-.02 1.291 2.251 2.593 4.495 3.885 6.746-2.519.006-5.038-.002-7.557.004-.55.023-1.058-.241-1.605-.253-.683-.041-1.315.305-1.995.295-.647 0-1.249-.317-1.898-.297-.616.003-1.188.293-1.803.297-.649.015-1.251-.303-1.9-.297-.583-.007-1.127.247-1.704.291-.559.044-1.094-.151-1.631-.269.092-.154.181-.31.272-.464a3.747 3.747 0 0 0 2.366 0c1.032-.352 2.032.401 3.066.155.478-.089.945-.262 1.437-.247.611.019 1.183.293 1.795.299.684.005 1.322-.338 2.008-.297.439.03.861.167 1.29.253-.003-.178-.003-.355-.004-.533-.429-.087-.851-.224-1.29-.251-.686-.041-1.323.302-2.005.296-.647-.006-1.251-.314-1.901-.299-.491.011-.956.188-1.437.267-.956.183-1.865-.475-2.821-.205-.728.199-1.497.348-2.234.095.09-.154.177-.308.268-.461.651.163 1.305-.006 1.937-.166.706-.183 1.404.071 2.091.205.785.154 1.516-.298 2.296-.266.615.002 1.187.292 1.803.296.616.006 1.188-.282 1.802-.295.511-.024 1 .144 1.492.251l.001-.531c-.428-.09-.849-.225-1.287-.254-.687-.042-1.325.302-2.009.297-.649-.007-1.254-.315-1.904-.3-.579.014-1.121.259-1.696.296-.783.05-1.515-.398-2.301-.278-.647.098-1.279.358-1.945.264l.274-.496c.569-.016 1.109-.21 1.667-.295.79-.123 1.526.331 2.313.274.573-.033 1.113-.281 1.689-.293.649-.016 1.253.297 1.901.296.684.013 1.321-.335 2.008-.293.438.028.86.165 1.288.253.005-1.367-.001-2.733.004-4.099.216.001.433.01.65.022m-.111-1.227c-.302.139-.348.599-.078.794.276.231.748.02.755-.341.04-.348-.373-.621-.677-.453z"/><path fill="#030303" d="M11.126 14.112c.915-.442 1.556 1.074.637 1.441-.928.477-1.592-1.085-.637-1.441m.097.305c-.549.25-.104 1.142.428.836.54-.249.102-1.136-.428-.836zM25.351 18.644c.692.917 1.222 1.961 1.749 2.982v.876c-.197.705-.746 1.254-1.431 1.498H1.452A2.22 2.22 0 0 1 0 22.521v-.92c.081-.118.163-.236.246-.352-.546 1.126.265 2.636 1.546 2.666 7.804.01 15.609.001 23.414.004 1.229.043 2.181-1.372 1.682-2.496-.458-.955-1.079-1.824-1.537-2.779z"/><path fill="#fff" d="M12.267.529c.612-.424 1.381-.575 2.088-.299l.074.028c.897.693 1.202 1.843 1.879 2.713l.04.069c.43.873.918 1.724 1.461 2.531l.039.069c.429.873.919 1.723 1.46 2.532l.04.068c.429.874.92 1.722 1.458 2.533l.039.066a22.84 22.84 0 0 0 1.462 2.534l.038.066c.432.873.922 1.723 1.461 2.535l.039.065c.433.873.92 1.725 1.463 2.534l.043.071c.458.955 1.079 1.824 1.537 2.779.499 1.124-.453 2.539-1.682 2.496-7.805-.003-15.61.006-23.414-.004-1.281-.03-2.092-1.54-1.546-2.666.153-.254.299-.513.44-.773a21.24 21.24 0 0 0 1.466-2.536l.038-.068a21.739 21.739 0 0 0 1.462-2.532l.039-.068a21.888 21.888 0 0 0 1.461-2.533l.038-.067a21.52 21.52 0 0 0 1.461-2.533l.038-.068a21.355 21.355 0 0 0 1.462-2.532l.039-.068a21.203 21.203 0 0 0 1.46-2.532 2.23 2.23 0 0 1 .037-.067A20.748 20.748 0 0 0 11.15 2.34l.037-.069c.4-.539.703-1.141 1.05-1.714l.03-.028m.972-.07c-.431.091-.81.38-1.019.768C8.356 7.928 4.486 14.626.627 21.33c-.588.922.166 2.283 1.265 2.249 7.772.003 15.544.004 23.316-.001 1.096.032 1.848-1.326 1.262-2.246-3.861-6.704-7.729-13.403-11.595-20.104-.302-.579-.995-.912-1.636-.769z"/><path fill="#fff" d="M13.426 3.025c.235-.087.454.091.552.293 3.411 5.92 6.833 11.836 10.24 17.759.197.261.005.689-.333.671-6.861.011-13.722.002-20.583.005-.373.071-.655-.382-.421-.684 3.395-5.9 6.804-11.792 10.2-17.691.088-.138.173-.308.345-.353m.237 7.743c-1.076.091-1.074 1.447-1.72 2.069-.526.257-1.08.451-1.613.69-.674.152-.361 1.232.121 1.403.027-.479.336-.974.847-1.026.478-.094.912.25 1.074.681 1.077-.291 2.157-.57 3.233-.864-.08-.481.165-1.021.658-1.158.476-.168.964.132 1.2.541.49-.328.195-1.028.159-1.513a15.917 15.917 0 0 0-1.922-1.325c-.693.101-1.353.356-2.037.502m2.785 3.504a12.867 12.867 0 0 0-.65-.022c-.005 1.366.001 2.732-.004 4.099-.428-.088-.85-.225-1.288-.253-.687-.042-1.324.306-2.008.293-.648.001-1.252-.312-1.901-.296-.576.012-1.116.26-1.689.293-.787.057-1.523-.397-2.313-.274-.558.085-1.098.279-1.667.295l-.274.496c.666.094 1.298-.166 1.945-.264.786-.12 1.518.328 2.301.278.575-.037 1.117-.282 1.696-.296.65-.015 1.255.293 1.904.3.684.005 1.322-.339 2.009-.297.438.029.859.164 1.287.254l-.001.531c-.492-.107-.981-.275-1.492-.251-.614.013-1.186.301-1.802.295-.616-.004-1.188-.294-1.803-.296-.78-.032-1.511.42-2.296.266-.687-.134-1.385-.388-2.091-.205-.632.16-1.286.329-1.937.166-.091.153-.178.307-.268.461.737.253 1.506.104 2.234-.095.956-.27 1.865.388 2.821.205.481-.079.946-.256 1.437-.267.65-.015 1.254.293 1.901.299.682.006 1.319-.337 2.005-.296.439.027.861.164 1.29.251.001.178.001.355.004.533-.429-.086-.851-.223-1.29-.253-.686-.041-1.324.302-2.008.297-.612-.006-1.184-.28-1.795-.299-.492-.015-.959.158-1.437.247-1.034.246-2.034-.507-3.066-.155a3.747 3.747 0 0 1-2.366 0c-.091.154-.18.31-.272.464.537.118 1.072.313 1.631.269.577-.044 1.121-.298 1.704-.291.649-.006 1.251.312 1.9.297.615-.004 1.187-.294 1.803-.297.649-.02 1.251.297 1.898.297.68.01 1.312-.336 1.995-.295.547.012 1.055.276 1.605.253 2.519-.006 5.038.002 7.557-.004-1.292-2.251-2.594-4.495-3.885-6.746-1.065.001-2.133-.034-3.197.02.954-.042.991-1.563.027-1.6-.991-.097-1.121 1.465-.154 1.593m-5.322-.16c-.955.356-.291 1.918.637 1.441.919-.367.278-1.883-.637-1.441z"/><path fill="#fff" d="M15.643 10.549c.31-.084.382.316.493.517.084.203.282.527.004.667-1.047.298-2.104.57-3.155.86-.175.075-.415.045-.423-.189.192-.408.378-.84.656-1.194.798-.25 1.612-.461 2.425-.661zM16.337 13.045c.304-.168.717.105.677.453-.007.361-.479.572-.755.341-.27-.195-.224-.655.078-.794zM11.223 14.417c.53-.3.968.587.428.836-.532.306-.977-.586-.428-.836z"/><path fill="#434343" opacity=".83" d="M14.429.258c.552.143.808.695 1.073 1.145.271.521.65.992.806 1.568-.677-.87-.982-2.02-1.879-2.713z"/><path fill="#ff0303" d="M13.239.459c.641-.143 1.334.19 1.636.769 3.866 6.701 7.734 13.4 11.595 20.104.586.92-.166 2.278-1.262 2.246-7.772.005-15.544.004-23.316.001C.793 23.613.039 22.252.627 21.33 4.486 14.626 8.356 7.928 12.22 1.227a1.533 1.533 0 0 1 1.019-.768m.187 2.566c-.172.045-.257.215-.345.353-3.396 5.899-6.805 11.791-10.2 17.691-.234.302.048.755.421.684 6.861-.003 13.722.006 20.583-.005.338.018.53-.41.333-.671-3.407-5.923-6.829-11.839-10.24-17.759-.098-.202-.317-.38-.552-.293z"/><path fill="#444" opacity=".85" d="M11.187 2.271c.235-.624.537-1.27 1.05-1.714-.347.573-.65 1.175-1.05 1.714z"/><path fill="#424242" opacity=".83" d="M9.687 4.872c.371-.896.862-1.771 1.463-2.532a20.748 20.748 0 0 1-1.463 2.532zM8.19 7.471c.365-.897.862-1.769 1.46-2.532a21.203 21.203 0 0 1-1.46 2.532z"/><path fill="#414141" opacity=".83" d="M16.348 3.04c.601.76 1.096 1.634 1.461 2.531a21.78 21.78 0 0 1-1.461-2.531zM2.19 17.872c.367-.898.86-1.772 1.462-2.532-.43.873-.918 1.724-1.462 2.532zM.686 20.476c.371-.898.863-1.775 1.466-2.536a21.24 21.24 0 0 1-1.466 2.536z"/><path fill="#404040" opacity=".83" d="M17.848 5.64c.6.76 1.097 1.633 1.46 2.532a22.099 22.099 0 0 1-1.46-2.532zM19.348 8.24c.599.761 1.1 1.633 1.458 2.533a22.64 22.64 0 0 1-1.458-2.533z"/><path fill="#414141" opacity=".83" d="M6.689 10.071c.368-.896.861-1.771 1.462-2.532-.43.874-.917 1.726-1.462 2.532zM5.19 12.672c.366-.898.861-1.772 1.461-2.533a21.52 21.52 0 0 1-1.461 2.533zM3.691 15.272a10.53 10.53 0 0 1 1.461-2.533 21.888 21.888 0 0 1-1.461 2.533z"/><path fill="#3f3f3f" opacity=".82" d="M20.845 10.839a10.238 10.238 0 0 1 1.462 2.534 22.84 22.84 0 0 1-1.462-2.534zM22.345 13.439a10.16 10.16 0 0 1 1.461 2.535 23.192 23.192 0 0 1-1.461-2.535zM23.845 16.039a10.323 10.323 0 0 1 1.463 2.534 22.449 22.449 0 0 1-1.463-2.534z"/></symbol><symbol viewBox="0 0 24 24" id="warning--quay-or-river-bank--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.693 0h.592c.272.138.527.313.744.529 3.236 3.245 6.474 6.487 9.714 9.728.45.46.966.877 1.258 1.465v.538a2.738 2.738 0 0 1-.478.698c-3.176 3.185-6.348 6.374-9.522 9.56-.517.51-.996 1.067-1.598 1.481h-.761a3.482 3.482 0 0 1-.68-.52c-3.29-3.31-6.586-6.614-9.878-9.923-.385-.391-.818-.751-1.082-1.243v-.612c.283-.553.778-.944 1.201-1.382C4.462 7.057 7.72 3.796 10.978.532c.212-.21.456-.386.716-.533m-.13.407C7.88 3.953 4.32 7.642.679 11.24c-.42.334-.541 1.015-.115 1.396 3.593 3.606 7.192 7.21 10.789 10.811.336.362.953.362 1.283-.008 3.581-3.58 7.168-7.157 10.745-10.739.44-.385.376-1.099-.058-1.46-3.546-3.535-7.082-7.08-10.63-10.613-.276-.313-.758-.449-1.129-.22z"/><path fill="#fde012" d="M11.804.98c.205-.218.444.034.601.176 3.515 3.526 7.044 7.038 10.549 10.573.245.176.15.45-.056.608-3.54 3.54-7.062 7.099-10.603 10.637-.154.205-.439.21-.589 0-3.554-3.568-7.11-7.134-10.66-10.706-.322-.234-.023-.534.175-.726C4.759 8.031 8.249 4.47 11.804.98M7.6 6.811c-.246.492-.496.982-.746 1.471.308.16.619.318.93.475.394-.559 1.234-.511 1.529.119-.378-.466-1.258-.644-1.457.076-.222.827.94 1.188 1.36.506.296.187.613.338.907.529-2.237.049-4.476.004-6.713.023-.661.671-1.325 1.34-1.987 2.01 1.943 1.936 3.857 3.905 5.824 5.813.932.154 1.915.016 2.867.065.083.503.581.722.992.412.283.16.6.17.887.011a.9.9 0 0 0 .907-.012.767.767 0 0 0 .847.004c.289.152.614.182.9-.001.284.18.607.158.894-.001.407.311.974.085.954-.458-.194.476-.832.661-.95.029-.136.502-.742.596-.881.035-.18.51-.744.509-.913-.007-.109.524-.746.508-.858-.006-.156.51-.743.539-.904.011-.152.58-.74.442-.917-.03l-.158.433c-.566.126-.704-.456-.744-.889.292.223.635.294.937.05.278.192.594.19.886.023.299.17.623.172.907-.023.27.202.575.199.848.004a.792.792 0 0 0 .901.008.768.768 0 0 0 .889-.011c.335.275.737.164.97-.178l-.083-.248c-.125.557-.8.583-.883-.008-.118.545-.793.617-.872 0-.162.568-.764.577-.918.002-.077.566-.743.582-.86.03-.156.502-.707.564-.895.042-.182.516-.733.455-.89-.038-.121.197-.238.512-.533.433-.295-.156-.318-.526-.409-.81.317.115.648.145.964.013.284.127.583.11.869.001.289.114.593.131.88-.001.293.114.6.114.894.001.287.124.592.124.876-.007.284.124.588.137.872.006.42.218.958.106.992-.442-.236.396-.779.613-.968.053-.179.439-.725.487-.878-.005-.211.463-.746.473-.902-.031-.122.499-.716.516-.869.03-.176.457-.682.458-.904.031-.217.443-.696.407-.889-.026-.15.547-.869.414-.862-.136-.041-2.06-.004-4.123-.016-6.185.913.428 1.768.983 2.714 1.336-.252.556.221 1.277.856 1.042.547-.161.454-.78.379-1.212.203.276.188.616.156.937.311.157.62.318.928.481.228-.385.223-.853.064-1.264-.548-.61-1.295-1.027-1.75-1.724-.41-.504-.672-1.183-1.291-1.474-.583-.3-1.172-.589-1.751-.902-.53-.362-1.112.112-1.645.238-.424-.223-.854-.434-1.282-.652z"/><path fill="#fde012" d="M9.197 7.604c.318-.084.631-.259.965-.244 1.2.583 2.597 1.06 3.185 2.375-1.403-.671-2.774-1.405-4.15-2.131zM8.441 8.684c.581-.157.779.829.197.917-.593.164-.798-.815-.197-.917zM12.935 11.185c.328-.282.77-.299 1.157-.137-.352.15-.788-.076-1.157.137zM13.343 11.302c.278-.127.642.036.686.349.083.371-.4.691-.707.469-.311-.175-.274-.646.02-.818z"/><path d="M11.564.406c.371-.229.853-.094 1.129.22 3.547 3.533 7.084 7.078 10.63 10.613.433.361.498 1.075.058 1.46-3.577 3.582-7.164 7.159-10.745 10.739-.33.371-.947.371-1.283.008C7.755 19.845 4.157 16.241.564 12.635c-.426-.38-.305-1.062.115-1.396C4.32 7.641 7.88 3.953 11.564.405m.24.575C8.25 4.471 4.759 8.031 1.221 11.542c-.198.192-.497.492-.175.726 3.55 3.572 7.105 7.139 10.66 10.706.15.21.436.205.589 0 3.541-3.538 7.063-7.097 10.603-10.637.206-.158.301-.432.056-.608-3.505-3.535-7.034-7.048-10.549-10.573-.157-.143-.396-.395-.601-.176z"/><path d="M7.6 6.811c.427.217.858.428 1.282.652.533-.126 1.115-.6 1.645-.238.578.313 1.168.602 1.751.902.619.29.881.97 1.291 1.474.455.697 1.201 1.115 1.75 1.724.16.41.164.878-.064 1.264a50.81 50.81 0 0 0-.928-.481c.032-.322.047-.661-.156-.937.074.432.168 1.051-.379 1.212-.635.235-1.108-.486-.856-1.042-.947-.353-1.801-.907-2.714-1.336.012 2.062-.025 4.124.016 6.185-.007.55.712.683.862.136.193.433.672.469.889.026.222.427.727.426.904-.031.152.486.746.469.869-.03.156.504.691.494.902.031.154.492.7.444.878.005.19.56.732.343.968-.053-.035.547-.572.66-.992.442a1.042 1.042 0 0 1-.872-.006 1.05 1.05 0 0 1-.876.007 1.216 1.216 0 0 1-.894-.001c-.287.132-.59.115-.88.001-.286.109-.584.126-.869-.001-.316.132-.647.102-.964-.013.091.284.114.654.409.81.295.079.412-.236.533-.433.157.493.708.554.89.038.188.522.739.46.895-.042.118.552.784.536.86-.03.154.575.756.565.918-.002.079.617.755.545.872 0 .083.592.758.565.883.008l.083.248c-.233.342-.635.452-.97.178a.768.768 0 0 1-.889.011.794.794 0 0 1-.901-.008c-.274.196-.578.198-.848-.004-.284.194-.608.193-.907.023-.292.167-.607.169-.886-.023-.302.244-.646.173-.937-.05.04.433.178 1.015.744.889l.158-.433c.176.472.764.61.917.03.161.528.748.499.904-.011.112.514.749.53.858.006.169.516.733.517.913.007.139.562.745.467.881-.035.119.632.756.448.95-.029.02.544-.547.769-.954.458-.287.16-.61.181-.894.001-.286.184-.611.154-.9.001a.767.767 0 0 1-.847-.004.9.9 0 0 1-.907.012.88.88 0 0 1-.887-.011c-.412.311-.91.091-.992-.412-.952-.049-1.934.089-2.867-.065-1.967-1.908-3.881-3.877-5.824-5.813.662-.67 1.326-1.339 1.987-2.01 2.237-.019 4.476.026 6.713-.023-.294-.191-.611-.342-.907-.529-.42.682-1.582.32-1.36-.506.199-.72 1.079-.541 1.457-.076-.295-.63-1.135-.678-1.529-.119-.311-.157-.622-.316-.93-.475.251-.49.5-.979.746-1.471m1.599.795c1.375.726 2.747 1.46 4.15 2.131-.588-1.315-1.985-1.792-3.185-2.375-.334-.016-.647.16-.965.244m-.756 1.08c-.601.102-.396 1.081.197.917.582-.088.384-1.074-.197-.917m4.494 2.501c.368-.212.805.013 1.157-.137-.386-.162-.829-.145-1.157.137m.408.117c-.294.173-.331.643-.02.818.307.222.79-.098.707-.469-.044-.313-.408-.476-.686-.349z"/></symbol><symbol viewBox="0 0 24 24" id="warning--quay-or-river-bank--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fde012" d="M11.704 0h.589c.268.14.517.318.731.533 3.277 3.283 6.556 6.566 9.835 9.847.404.414.865.792 1.141 1.31v.611c-.236.479-.654.823-1.022 1.196l-9.161 9.2c-.455.452-.884.936-1.416 1.302h-.748a3.102 3.102 0 0 1-.695-.515c-3.25-3.271-6.506-6.535-9.76-9.804-.428-.442-.926-.838-1.199-1.404v-.523c.238-.563.72-.953 1.138-1.378 3.281-3.28 6.558-6.564 9.835-9.847a2.98 2.98 0 0 1 .731-.529m-.131.413C7.906 3.939 4.361 7.604.735 11.176c-.464.362-.588 1.111-.116 1.522 3.577 3.583 7.164 7.16 10.745 10.74a.886.886 0 0 0 1.284.008 9995.41 9995.41 0 0 0 10.789-10.81c.395-.354.334-1.003-.056-1.334C19.824 7.739 16.266 4.176 12.706.616c-.277-.308-.768-.44-1.133-.204z"/><path fill="#fde012" d="M11.806.985c.204-.241.428.037.598.174 3.253 3.266 6.516 6.522 9.77 9.786.328.343.714.641.958 1.054-.204.372-.547.635-.836.936-3.336 3.344-6.666 6.696-10.002 10.039-.176.258-.488.161-.65-.055-3.533-3.55-7.07-7.097-10.601-10.649-.352-.264.035-.583.238-.79C4.802 7.994 8.261 4.441 11.807.985m3.311 6.475c-.558-.144-1.18-.62-1.724-.194-.848.545-1.993.748-2.512 1.694-.553.954-1.402 1.656-2.233 2.354-.077.428-.149.884.095 1.276.308-.162.618-.323.928-.481a2.704 2.704 0 0 1 .06-.888c.182.331-.142.846.302 1.069.605.452 1.349-.301 1.038-.946.941-.364 1.798-.907 2.707-1.339-.023 2.09.047 4.186-.034 6.271-.066.536-.697.509-.864.049-.173.475-.712.45-.887-.018l-.269.426a.825.825 0 0 1-.617-.407c-.163.48-.739.455-.872-.034-.156.503-.685.486-.898.03-.16.484-.696.446-.877.007-.203.558-.737.332-.978-.061.043.546.572.668.998.449.284.127.586.108.874-.001.287.112.589.126.875.002.294.108.6.109.893-.001.288.125.595.115.884.002.286.102.583.119.866-.001.318.125.648.096.966-.012-.095.282-.121.649-.414.806-.292.073-.407-.238-.532-.431-.166.487-.701.548-.889.036-.19.517-.733.457-.893-.038-.132.546-.778.53-.864-.034-.156.57-.752.565-.912-.001-.098.608-.748.545-.875-.001-.128.659-.755.476-.965-.02-.008.54.557.804.967.461a.801.801 0 0 0 .888.011.83.83 0 0 0 .901-.008.716.716 0 0 0 .852-.004c.287.187.606.18.907.025a.837.837 0 0 0 .881-.025c.306.232.646.16.941-.049-.048.428-.181 1.001-.742.884l-.161-.437c-.18.469-.764.606-.922.031-.162.526-.743.498-.899-.011-.122.508-.742.529-.862.007-.173.511-.73.514-.91.006-.148.556-.742.467-.882-.035-.132.634-.745.436-.96-.026-.004.54.552.763.964.461.287.154.607.173.893 0 .286.176.608.149.899.001a.796.796 0 0 0 .85-.004.924.924 0 0 0 .907.012.909.909 0 0 0 .884-.011c.416.305.908.084.998-.416.95-.047 1.93.086 2.862-.062 1.967-1.909 3.882-3.878 5.825-5.815l-1.988-2.01c-2.242-.019-4.484.024-6.726-.023.302-.18.612-.347.92-.516.269.222.626.524.985.292.547-.218.518-1.112-.058-1.276-.404-.182-.731.185-1.034.389a.893.893 0 0 1 1.54-.119c.311-.156.62-.314.93-.474-.251-.491-.502-.982-.749-1.474-.428.214-.854.433-1.282.65z"/><path fill="#fde012" d="M13.838 7.361c.334-.014.648.161.967.244-1.38.726-2.758 1.46-4.162 2.138.598-1.314 1.988-1.799 3.194-2.382zM15.396 8.678c.557-.104.748.796.196.917-.618.211-.826-.848-.196-.917zM9.901 11.057c.391-.175.841-.152 1.174.136-.376-.212-.804-.011-1.174-.136zM10.225 11.303c.566-.299.964.658.372.858-.521.22-.896-.618-.372-.858z"/><path fill="#030303" d="M11.572.412c.365-.236.856-.104 1.133.204 3.56 3.56 7.118 7.123 10.675 10.686.39.331.451.98.056 1.334-3.593 3.606-7.19 7.208-10.789 10.81a.886.886 0 0 1-1.284-.008c-3.581-3.58-7.168-7.157-10.745-10.74-.472-.41-.348-1.159.116-1.522C4.36 7.604 7.905 3.939 11.571.412m.235.573C8.26 4.441 4.8 7.994 1.28 11.48c-.203.206-.589.526-.238.79 3.53 3.552 7.068 7.099 10.601 10.649.162.216.474.313.65.055 3.336-3.343 6.666-6.695 10.002-10.039.289-.301.632-.564.836-.936-.244-.413-.63-.71-.958-1.054-3.254-3.264-6.517-6.52-9.77-9.786-.169-.137-.394-.415-.598-.174z"/><path fill="#030303" d="M15.118 7.46c.427-.217.853-.437 1.282-.65.247.492.498.983.749 1.474-.31.16-.619.318-.93.474a.893.893 0 0 0-1.54.119c.304-.204.63-.571 1.034-.389.576.163.605 1.057.058 1.276-.359.233-.716-.07-.985-.292-.308.169-.618.336-.92.516 2.242.047 4.484.004 6.726.023l1.988 2.01c-1.943 1.937-3.858 3.906-5.825 5.815-.932.149-1.912.016-2.862.062-.09.5-.582.721-.998.416a.909.909 0 0 1-.884.011.924.924 0 0 1-.907-.012.796.796 0 0 1-.85.004c-.29.148-.613.175-.899-.001-.286.173-.606.154-.893 0-.412.302-.967.079-.964-.461.215.462.828.66.96.026.14.502.734.59.882.035.18.508.737.505.91-.006.12.522.739.5.862-.007.156.509.737.536.899.011.157.575.742.438.922-.031l.161.437c.56.116.694-.456.742-.884-.295.209-.635.281-.941.049a.837.837 0 0 1-.881.025c-.301.155-.62.162-.907-.025a.717.717 0 0 1-.852.004.83.83 0 0 1-.901.008.801.801 0 0 1-.888-.011c-.41.343-.976.079-.967-.461.21.497.836.679.965.02.127.546.776.61.875.001.16.566.756.571.912.001.086.564.732.58.864.034.16.496.703.556.893.038.188.512.724.451.889-.036.125.193.24.504.532.431.293-.157.319-.524.414-.806-.318.108-.648.137-.966.012-.283.12-.581.103-.866.001a1.144 1.144 0 0 1-.884-.002 1.26 1.26 0 0 1-.893.001 1.13 1.13 0 0 1-.875-.002c-.288.109-.589.128-.874.001-.426.22-.955.097-.998-.449.241.394.775.619.978.061.181.439.718.476.877-.007.212.456.742.473.898-.03.133.488.709.514.872.034a.828.828 0 0 0 .617.407l.269-.426c.175.468.714.493.887.018.167.46.798.487.864-.049.08-2.086.011-4.181.034-6.271-.91.432-1.766.976-2.707 1.339.311.644-.433 1.398-1.038.946-.444-.223-.12-.738-.302-1.069-.074.29-.084.59-.06.888-.31.158-.619.319-.928.481-.244-.391-.172-.847-.095-1.276.832-.698 1.68-1.4 2.233-2.354.518-.947 1.663-1.15 2.512-1.694.545-.426 1.166.05 1.724.194m-1.284-.101c-1.206.583-2.597 1.068-3.194 2.382 1.404-.678 2.782-1.412 4.162-2.138-.319-.083-.634-.258-.967-.244m1.557 1.317c-.63.068-.422 1.128.196.917.552-.121.361-1.021-.196-.917m-5.495 2.379c.37.125.798-.077 1.174.136-.332-.288-.782-.311-1.174-.136m.324.246c-.524.24-.149 1.078.372.858.592-.2.194-1.157-.372-.858z"/></symbol><symbol viewBox="0 0 24 24" id="warning--rabbit-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M11.848 0h.306c.666.516 1.207 1.17 1.818 1.748C17.307 5.115 20.708 8.421 24 11.827v.359A888.754 888.754 0 0 1 12.191 24h-.353c-.629-.514-1.162-1.132-1.746-1.692C6.736 18.92 3.314 15.595 0 12.17v-.308c.508-.642 1.133-1.176 1.698-1.765C5.09 6.742 8.411 3.307 11.848 0M.586 12.01C4.4 15.808 8.198 19.623 12.01 23.422c3.809-3.803 7.609-7.613 11.42-11.412C19.626 8.199 15.814 4.395 12.01.584 8.202 4.393 4.392 8.199.586 12.01z"/><path fill="#fcdc0f" d="M11.557 1.835c.478-.239 1.037-.022 1.376.349 2.98 2.982 5.964 5.96 8.942 8.945.488.424.545 1.23.061 1.682-3.014 3.028-6.042 6.043-9.061 9.067-.424.493-1.232.539-1.679.052-3.028-3.016-6.043-6.044-9.07-9.062-.515-.443-.506-1.289.005-1.73 2.956-2.965 5.924-5.92 8.879-8.887.166-.157.336-.317.546-.415m2.363 4.775c-.45 1.432-.074 2.952.259 4.367l-.27.265c-.841-1.859-3.023-2.713-4.962-2.368-.025-.514-.568-.878-1.033-.608-.46.223-.373.808-.144 1.169-.245.418-.395.88-.499 1.35-.45-.038-.794-.378-1.229-.445-.168.19-.268.425-.377.65.56.16 1.232.011 1.639.52-.355.58-1.016.463-1.386-.029-.416-.545-1.322.26-.821.715.217.014.431-.037.643-.076.876.937 2.218 1.374 3.48 1.261.674-.058 1.045-.698 1.475-1.13a6.479 6.479 0 0 1-.55.877c1.001.836 2.31 1.11 3.554 1.362.18.718.388 2.184 1.447 1.811-.199-.392-.421-.773-.589-1.18 1.04.416.684 1.894 1.693 2.298.365-.538-.265-1.026-.203-1.586 0-.672-.239-1.306-.611-1.855.475-.065 1.099-.06 1.342-.564.403-.907-.072-2.004-.959-2.413.59-1.373.398-3.02-.326-4.306-.218.445-.431.894-.631 1.349-.266-.509-.568-1-.943-1.434z"/><path fill="#fcdc0f" d="M15.259 9.004c.196.608.337 1.253.24 1.894-.162-.617-.208-1.259-.24-1.894zM14.771 9.151c.286.518.362 1.109.406 1.69-.064.022-.188.064-.251.084-.049-.592-.14-1.18-.155-1.774zM15.982 11.902c.191-.061.272.257.078.299-.19.06-.274-.258-.078-.299z"/><path d="M.586 12.01C4.392 8.199 8.202 4.392 12.01.584c3.804 3.811 7.616 7.615 11.42 11.426-3.811 3.799-7.612 7.609-11.42 11.412C8.198 19.623 4.4 15.808.586 12.01M11.557 1.835c-.21.098-.38.258-.546.415-2.954 2.968-5.923 5.922-8.879 8.887-.511.442-.52 1.288-.005 1.73 3.026 3.018 6.042 6.047 9.07 9.062.446.487 1.255.442 1.679-.052 3.019-3.024 6.047-6.04 9.061-9.067.484-.452.427-1.259-.061-1.682-2.978-2.984-5.963-5.963-8.942-8.945-.34-.371-.899-.588-1.376-.349z"/><path d="M13.919 6.611c.376.434.677.925.943 1.434.2-.455.413-.904.631-1.349.725 1.285.917 2.933.326 4.306.887.409 1.362 1.506.959 2.413-.242.504-.866.499-1.342.564.372.55.611 1.183.611 1.855-.062.56.568 1.049.203 1.586-1.009-.404-.653-1.882-1.693-2.298.168.407.39.787.589 1.18-1.06.373-1.267-1.093-1.447-1.811-1.244-.252-2.554-.526-3.554-1.362.203-.28.394-.569.55-.877-.43.432-.8 1.073-1.475 1.13-1.262.113-2.604-.324-3.48-1.261-.212.038-.426.09-.643.076-.502-.455.404-1.26.821-.715.37.492 1.031.608 1.386.029-.407-.509-1.079-.36-1.639-.52.109-.226.209-.461.377-.65.434.067.779.407 1.229.445.104-.47.254-.932.499-1.35-.229-.361-.316-.946.144-1.169.466-.27 1.008.095 1.033.608 1.939-.346 4.121.509 4.962 2.368l.27-.265c-.334-1.415-.709-2.935-.259-4.367m1.339 2.393c.032.635.078 1.277.24 1.894.097-.641-.044-1.285-.24-1.894m-.488.147c.014.594.106 1.182.155 1.774l.251-.084c-.043-.581-.12-1.171-.406-1.69m1.211 2.751c-.196.041-.112.359.078.299.194-.042.113-.36-.078-.299z"/></symbol><symbol viewBox="0 0 24 24" id="warning--raccoon-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M11.842 0h.293c.395.251.697.613 1.028.937l9.9 9.901c.319.324.664.627.937.994v.35c-3.314 3.422-6.732 6.747-10.086 10.132-.581.556-1.112 1.168-1.729 1.686h-.352c-.521-.42-.957-.932-1.44-1.393C6.934 19.126 3.43 15.688 0 12.18v-.302c.164-.255.376-.475.593-.686C4.355 7.475 8.041 3.676 11.842 0M.587 12.007c3.811 3.802 7.613 7.614 11.422 11.417 3.809-3.804 7.612-7.613 11.42-11.418-3.805-3.808-7.612-7.614-11.42-11.42L.587 12.007z"/><path fill="#fcdc0f" d="M11.934 1.741c.381-.036.734.166.989.435 2.982 2.985 5.968 5.968 8.953 8.951.494.427.542 1.248.051 1.697a9766.762 9766.762 0 0 1-9.102 9.105c-.43.462-1.216.456-1.642-.007-3.037-3.033-6.068-6.072-9.102-9.108-.457-.424-.449-1.199.002-1.623 2.976-2.993 5.971-5.968 8.95-8.958.242-.248.539-.482.901-.492M7.791 9.986c-.247.355-.336.842-.743 1.064-.886.572-1.732 1.429-1.76 2.549-.172.824.321 1.722 1.131 1.967.744.077 1.136-.714 1.338-1.307.36-.764.082-1.615.254-2.413.492.806.572 1.857-.051 2.621-.421.389.7.925.647.345-.119-.672.558-1.072.949-1.508.262.385.404.827.47 1.286.054.35.477.357.751.399.25-.519-.399-.91-.335-1.443a3.969 3.969 0 0 0-.643-.55c.061-.024.122-.048.184-.07.651.934 1.831 1.306 2.929 1.126-.167-.298-.287-.627-.238-.974.225.801.676 1.507 1.254 2.099.297.089.64-.157.605-.474-.077-.33-.369-.534-.61-.744a31.63 31.63 0 0 1-.004-.308 2.96 2.96 0 0 0 .892-.471l.133.109c-.149.09-.294.186-.442.279.516.183.993.461 1.39.841.292.284.773.026.826-.346-.675-.233-.925-1.125-1.727-1.12.231-.219.54-.127.818-.103.527.06 1.046-.096 1.573-.106.039-.123.08-.245.122-.367a23.445 23.445 0 0 1-.654-.107c.268-.015.537-.024.805-.049.022.224.048.449.104.668.017-.209.018-.418.022-.627.201-.148.338-.353.412-.589.231-.005.463-.008.694-.026-.286-.069-.581-.081-.871-.118.235-.099.477-.186.708-.296-.268.037-.532.096-.797.149.162-.212.338-.414.491-.633-.199.144-.381.31-.556.483-.39-.462-.283-1.103-.442-1.652.153-.28.359-.692.055-.948-.358-.118-.636.128-.82.405l-.723.001a2.765 2.765 0 0 0-.726-.458c-.111.364-.086.787-.346 1.091-.841-.978-2.034-1.732-3.356-1.739-1.497-.057-2.939.801-3.713 2.064z"/><path fill="#fcdc0f" d="M16.442 10.446c.262-.029.592.037.729.286.056.688-.827 1.287-1.389.787-.407-.454.171-1.048.66-1.073m-.196.521c.106.093.223.175.332.266l.207-.239-.104-.265c-.16.05-.299.143-.435.238z"/><path d="M.587 12.007L12.009.586c3.808 3.806 7.615 7.612 11.42 11.42-3.808 3.805-7.611 7.614-11.42 11.418C8.2 19.621 4.398 15.809.587 12.007M11.934 1.741c-.362.01-.659.244-.901.492-2.979 2.99-5.974 5.965-8.95 8.958-.451.424-.459 1.199-.002 1.623 3.034 3.036 6.065 6.075 9.102 9.108.426.463 1.212.469 1.642.007 3.036-3.033 6.07-6.068 9.102-9.105.491-.449.443-1.27-.051-1.697-2.985-2.983-5.971-5.966-8.953-8.951-.255-.269-.608-.471-.989-.435z"/><path d="M7.791 9.986c.774-1.263 2.216-2.121 3.713-2.064 1.322.007 2.515.761 3.356 1.739.26-.304.235-.727.346-1.091.264.113.509.269.726.458l.723-.001c.184-.277.462-.523.82-.405.304.256.098.668-.055.948.159.549.052 1.19.442 1.652.175-.173.357-.339.556-.483-.153.219-.329.421-.491.633.265-.053.529-.112.797-.149-.231.11-.473.197-.708.296.29.037.585.049.871.118-.231.018-.463.021-.694.026a1.144 1.144 0 0 1-.412.589c-.004.209-.005.418-.022.627a4.44 4.44 0 0 1-.104-.668c-.268.025-.537.034-.805.049.217.039.435.074.654.107-.042.122-.083.244-.122.367-.527.01-1.046.166-1.573.106-.278-.024-.587-.116-.818.103.802-.005 1.052.887 1.727 1.12-.053.372-.534.63-.826.346a3.866 3.866 0 0 0-1.39-.841c.148-.093.293-.189.442-.279l-.133-.109a2.96 2.96 0 0 1-.892.471l.004.308c.241.21.533.414.61.744.035.317-.308.563-.605.474-.578-.592-1.029-1.298-1.254-2.099-.049.347.071.676.238.974-1.098.18-2.278-.192-2.929-1.126a5.807 5.807 0 0 0-.184.07c.237.156.445.348.643.55-.064.533.585.924.335 1.443-.274-.042-.697-.049-.751-.399-.066-.459-.208-.901-.47-1.286-.391.436-1.068.836-.949 1.508.053.58-1.068.044-.647-.345.623-.764.543-1.815.051-2.621-.172.798.106 1.649-.254 2.413-.202.593-.594 1.384-1.338 1.307-.81-.245-1.303-1.143-1.131-1.967.028-1.12.874-1.977 1.76-2.549.407-.222.496-.709.743-1.064m7.629-1.135c-.012.189-.021.378-.029.567l.456-.026c-.139-.183-.28-.365-.427-.541m1.022 1.595c-.489.025-1.067.619-.66 1.073.562.5 1.445-.099 1.389-.787-.137-.249-.467-.315-.729-.286z"/><path fill="#e2c50e" d="M15.42 8.851c.147.176.288.358.427.541l-.456.026c.008-.189.017-.378.029-.567z"/><path fill="#665906" d="M16.246 10.967c.136-.095.275-.188.435-.238l.104.265-.207.239c-.109-.091-.226-.173-.332-.266z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fbcc32" d="M10.955 0h1.956c4.043.354 7.85 2.8 9.685 6.443 1.44 2.758 1.734 6.08.814 9.05-.89 2.965-3.001 5.531-5.725 6.996a12.01 12.01 0 0 1-7.615 1.297c-3.689-.56-7.03-2.976-8.728-6.298C.587 16.08.214 14.511 0 12.938v-1.93c.199-1.506.547-3.007 1.241-4.367C3.029 2.914 6.865.39 10.955-.001m.138.314c-2.621.194-5.167 1.291-7.087 3.09C1.148 6.015-.225 10.112.448 13.922c.532 3.302 2.582 6.308 5.447 8.03 2.339 1.438 5.197 1.991 7.907 1.555 3.3-.497 6.329-2.512 8.082-5.348 1.626-2.578 2.159-5.806 1.483-8.774-.646-2.938-2.488-5.582-5.012-7.216A11.778 11.778 0 0 0 11.094.313z"/><path d="M11.093.313a11.784 11.784 0 0 1 7.261 1.856c2.525 1.633 4.367 4.278 5.012 7.216.676 2.969.143 6.197-1.483 8.774-1.753 2.837-4.782 4.852-8.082 5.348-2.71.436-5.568-.118-7.907-1.555C3.03 20.23.979 17.224.447 13.922c-.673-3.81.7-7.907 3.558-10.519C5.925 1.604 8.471.507 11.092.313M4.808 3.126c2.387 2.387 4.776 4.771 7.16 7.16 2.387-2.386 4.774-4.77 7.158-7.158C15.142-.252 8.795-.246 4.808 3.126m16.002 1.69a1929.583 1929.583 0 0 0-7.154 7.152c2.383 2.39 4.764 4.782 7.162 7.156 3.354-3.996 3.373-10.324-.007-14.308M3.131 19.124c2.386-2.384 4.776-4.765 7.153-7.158a2297.72 2297.72 0 0 0-7.156-7.152c-3.382 3.982-3.373 10.327.002 14.31m1.682 1.684c3.991 3.378 10.322 3.373 14.316.001-2.378-2.39-4.765-4.771-7.152-7.153-2.402 2.369-4.776 4.768-7.164 7.152z"/><path d="M3.017 9.595c.948.055 1.94-.143 2.86.13 1.099.426 1.124 2.064.114 2.611.283.666.574 1.328.848 1.997-.314.006-.629.006-.943.001-.264-.616-.503-1.241-.768-1.855a25.284 25.284 0 0 0-1.262-.002c-.01.618.004 1.237-.006 1.856-.281.005-.563.006-.844 0-.004-1.579-.005-3.158.001-4.738m.847.847c-.004.394-.004.786.001 1.18.538-.014 1.084.046 1.618-.032.538-.122.539-.978.005-1.105-.534-.092-1.084-.028-1.624-.042zM17.706 9.595c1.052.115 2.272-.304 3.197.338.81.602.632 1.924-.223 2.398.282.667.575 1.33.85 2a36.61 36.61 0 0 1-.937.005c-.275-.614-.506-1.247-.778-1.861a37.68 37.68 0 0 0-1.258.001c-.011.619.002 1.238-.007 1.858-.282.005-.564.005-.845-.002-.002-1.579-.006-3.157.001-4.736m.85.846c-.006.394-.006.786.001 1.18.55-.023 1.114.061 1.656-.047.49-.146.488-.928.002-1.078-.542-.12-1.108-.034-1.66-.055z"/><path fill="#ffd033" d="M4.808 3.126c3.988-3.372 10.334-3.378 14.318.002-2.384 2.388-4.771 4.772-7.158 7.158-2.384-2.389-4.774-4.774-7.16-7.16zM20.81 4.816c3.38 3.984 3.361 10.312.007 14.308-2.398-2.374-4.778-4.765-7.162-7.156 2.38-2.389 4.763-4.775 7.154-7.152m-3.103 4.779c-.007 1.579-.004 3.157-.001 4.736.281.007.563.007.845.002.01-.619-.004-1.238.007-1.858a37.68 37.68 0 0 1 1.258-.001c.271.614.503 1.247.778 1.861.312.002.624.001.937-.005-.275-.671-.568-1.333-.85-2 .856-.474 1.033-1.795.223-2.398-.925-.642-2.144-.223-3.197-.338zM3.131 19.124C-.245 15.141-.253 8.796 3.129 4.814a2297.72 2297.72 0 0 1 7.156 7.152c-2.377 2.393-4.768 4.774-7.153 7.158m-.115-9.529a748.274 748.274 0 0 0-.001 4.738c.281.006.563.005.844 0 .01-.619-.004-1.238.006-1.856.421-.008.841-.01 1.262.002.265.614.504 1.24.768 1.855.314.005.629.005.943-.001-.275-.668-.565-1.331-.848-1.997 1.01-.547.985-2.185-.114-2.611-.919-.272-1.912-.074-2.86-.13z"/><path fill="#ffd033" d="M3.864 10.442c.54.014 1.09-.05 1.624.042.534.127.533.983-.005 1.105-.534.078-1.08.018-1.618.032a51.572 51.572 0 0 1-.001-1.18zM18.556 10.442c.552.022 1.117-.065 1.66.055.486.15.487.931-.002 1.078-.542.108-1.106.024-1.656.047a35.705 35.705 0 0 1-.001-1.18zM4.812 20.808c2.388-2.384 4.762-4.783 7.164-7.152 2.387 2.382 4.774 4.763 7.152 7.153-3.994 3.372-10.325 3.377-14.316-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e6ca0f" opacity=".91" d="M11.707 0h.554c.288.124.553.296.773.522 3.277 3.284 6.56 6.562 9.841 9.844.409.42.888.802 1.124 1.355v.522a2.18 2.18 0 0 1-.473.721c-3.546 3.536-7.084 7.08-10.625 10.621a2.306 2.306 0 0 1-.635.415h-.511c-.242-.1-.478-.222-.664-.409C7.55 20.05 4.011 16.506.466 12.969a2.397 2.397 0 0 1-.468-.684v-.554c.203-.542.667-.908 1.06-1.31C4.359 7.12 7.662 3.822 10.959.517a2.65 2.65 0 0 1 .746-.516m-.033.281c-.211.089-.372.259-.535.415C7.602 4.243 4.05 7.775.517 11.324c-.388.347-.374 1.001.016 1.342 3.604 3.599 7.201 7.202 10.806 10.8a.902.902 0 0 0 1.322-.002c3.6-3.601 7.201-7.201 10.801-10.804.416-.366.378-1.048-.042-1.394C19.861 7.702 16.298 4.142 12.736.58c-.26-.294-.685-.452-1.064-.298z"/><path d="M11.672.282c.379-.155.804.004 1.064.298 3.562 3.562 7.124 7.122 10.684 10.686.42.347.458 1.028.042 1.394L12.661 23.464a.901.901 0 0 1-1.322.002c-3.605-3.598-7.202-7.201-10.806-10.8-.39-.341-.403-.995-.016-1.342C4.05 7.774 7.602 4.243 11.137.697c.163-.156.324-.326.535-.415m.113.449C8.133 4.278 4.579 7.935.96 11.52c-.258.198-.407.589-.103.823 3.576 3.584 7.159 7.16 10.736 10.744.181.241.544.307.746.052 3.604-3.595 7.201-7.196 10.799-10.799.263-.203.194-.566-.046-.754C19.554 8.044 16.016 4.504 12.48.96c-.175-.18-.442-.401-.696-.229z"/><path d="M10.516 3.18c.979-.011 1.96-.004 2.94-.005.01 2.204.008 4.41.001 6.614-.982-.001-1.962.007-2.942-.005l.001-6.605zM4.206 10.229l.617.004.007.671.86.001.006-.672.622-.002c.004.224.006.449.008.673l.858.002.01-.674h.632c.004.223.006.448.008.672h.845l.007-.672h.636l.008.672h.83l.007-.672.617-.001.011.672.839.004.014-.678.649.006.007.671.798-.001.008-.673.637.002.006.672.845-.001.007-.672h.632l.013.674.857-.002.007-.673.623.002.006.672h.829l.007-.672.635-.004.01.673.841.004.014-.676.629.001c.004.223.006.448.008.672.365-.004.73 0 1.094.017l-.008.431c-.356.004-.714.002-1.07-.005-.026.445-.023.89-.016 1.336.365.001.73.001 1.096.004l.001.445-1.093.002-.013.635-.623.002-.023-.64-.835.002-.014.638-.632-.005-.007-.632a114.54 114.54 0 0 0-.829 0l-.007.634-.623.001v-.624c-.287-.011-.574-.014-.859-.017l-.022.642-.625-.002-.013-.637c-.281.001-.562.002-.844.007l-.004.629c-.211.001-.424.001-.636.004l-.01-.636-.798-.001-.007.632-.647.006-.019-.641-.828.001-.023.64c-.204-.002-.408-.004-.612-.004-.004-.214-.007-.426-.012-.638-.277.001-.556.005-.833.017v.623l-.64-.001-.004-.63a59.509 59.509 0 0 0-.845-.007l-.012.638-.629-.001-.016-.638c-.286.002-.572.005-.858.011l-.002.628h-.623l-.008-.635c-.287 0-.574 0-.86.002l-.006.631c-.205.001-.41.002-.614.005l-.018-.641a88.58 88.58 0 0 1-1.031 0l.001-.446h1.034c.007-.443.007-.887.001-1.33l-1.037-.004-.001-.442a59.4 59.4 0 0 1 1.034-.005l.013-.676m.629 1.123c-.005.444-.005.888-.001 1.332l.864-.002c.002-.443.002-.884-.002-1.326-.287-.002-.574-.004-.86-.004m1.494.002c-.006.444-.006.887.006 1.331l.856-.002c.004-.443.004-.886 0-1.33l-.862.001m1.506.003c-.001.442 0 .883.001 1.326.274-.031.613.085.844-.066.028-.42.002-.842.004-1.264-.283 0-.565.001-.848.004m1.498.001c-.006.442-.005.883.001 1.326l.83-.001c.006-.448.016-.895-.02-1.34l-.811.016m1.464-.005c-.005.443-.005.886.001 1.327l.844.002c.007-.444.007-.887.002-1.33h-.847m1.508 1.329l.803.002c.005-.444.006-.887 0-1.33l-.798-.002c-.007.443-.007.887-.005 1.33m1.452-1.324c-.002.436-.002.871-.008 1.307.284.017.569.022.854.02.006-.448.016-.896-.02-1.343-.275.007-.551.011-.826.016m1.496-.005c-.004.444-.004.887 0 1.331l.859-.001c.007-.443.007-.886.002-1.328-.288-.001-.575-.002-.862-.001m1.495 1.328h.834a48.98 48.98 0 0 0-.004-1.328h-.827c-.007.443-.007.886-.004 1.328m1.481-1.328c-.005.443-.005.886.001 1.327l.846.002c.004-.443.004-.887.001-1.331l-.848.001zM10.516 14.22c.979-.01 1.96-.002 2.94-.004.011 2.204.005 4.408.004 6.612-.982.005-1.962.005-2.942 0-.005-2.202-.001-4.405-.001-6.608z"/><path fill="#fee011" d="M11.785.731c.254-.172.521.049.696.229 3.535 3.544 7.074 7.084 10.612 10.626.24.187.308.551.046.754-3.598 3.602-7.195 7.204-10.799 10.799-.203.256-.565.19-.746-.052-3.577-3.583-7.16-7.159-10.736-10.744-.304-.234-.155-.625.103-.823C4.58 7.934 8.135 4.278 11.786.731m-1.27 2.449l-.001 6.605c.98.012 1.961.004 2.942.005.007-2.204.008-4.41-.001-6.614-.98.001-1.961-.006-2.94.005m-6.31 7.048l-.013.676a59.4 59.4 0 0 0-1.034.005l.001.442 1.037.004c.006.443.006.887-.001 1.33H3.162l-.001.446c.343.002.688.002 1.031 0l.018.641.614-.005.006-.631c.287-.002.574-.002.86-.002l.008.635h.623l.002-.628c.286-.006.572-.008.858-.011l.016.638.629.001.012-.638c.282.001.563.002.845.007l.004.63.64.001v-.623c.277-.012.556-.016.833-.017.005.212.008.425.012.638.204 0 .408.001.612.004.007-.214.014-.427.023-.64l.828-.001.019.641.647-.006.007-.632.798.001c.002.211.006.424.01.636l.636-.004.004-.629c.282-.005.563-.006.844-.007l.013.637.625.002.022-.642c.286.002.572.006.859.017v.624l.623-.001.007-.634h.829l.007.632c.211.001.421.002.632.005l.014-.638.835-.002c.007.212.014.426.023.64l.623-.002.013-.635 1.093-.002-.001-.445-1.096-.004c-.007-.445-.011-.89.016-1.336.356.007.714.008 1.07.005l.008-.431c-.365-.017-.73-.02-1.094-.017l-.008-.672-.629-.001-.014.676-.841-.004-.01-.673-.635.004-.007.672h-.829l-.006-.672-.623-.002-.007.673-.857.002-.013-.674h-.632l-.007.672-.845.001-.006-.672-.637-.002-.008.673-.798.001-.007-.671-.649-.006-.014.678-.839-.004-.011-.672-.617.001-.007.672h-.83l-.008-.672h-.636l-.007.672h-.845l-.008-.672h-.632l-.01.674-.858-.002-.008-.673-.622.002-.006.672-.86-.001-.007-.671-.617-.004m6.305 3.991c0 2.203-.004 4.406.001 6.608.98.005 1.961.005 2.942 0 .001-2.204.007-4.408-.004-6.612-.98.001-1.961-.006-2.94.004z"/><path fill="#fee011" d="M4.83 11.352c.287 0 .574.001.86.004.005.442.005.883.002 1.326l-.864.002c-.004-.444-.004-.888.001-1.332zM6.325 11.354l.862-.001c.004.444.004.887 0 1.33l-.856.002a32.811 32.811 0 0 1-.006-1.331zM7.831 11.357c.283-.002.565-.004.848-.004-.001.421.024.844-.004 1.264-.23.151-.57.035-.844.066-.001-.443-.002-.884-.001-1.326zM9.33 11.358l.811-.016c.036.445.026.893.02 1.34l-.83.001a48.846 48.846 0 0 1-.001-1.326zM10.794 11.354h.847c.005.443.005.886-.002 1.33l-.844-.002a53.36 53.36 0 0 1-.001-1.327zM12.302 12.682c-.002-.443-.002-.887.005-1.33l.798.002c.006.443.005.886 0 1.33l-.803-.002zM13.754 11.358c.275-.005.551-.008.826-.016.036.446.026.895.02 1.343-.286.001-.57-.004-.854-.02.006-.436.006-.871.008-1.307zM15.25 11.353c.287-.001.574 0 .862.001.005.443.005.886-.002 1.328l-.859.001a73.817 73.817 0 0 1 0-1.331zM16.744 12.682a48.98 48.98 0 0 1 .004-1.328h.827c.007.443.007.886.004 1.328h-.834zM18.224 11.354l.848-.001c.002.444.002.888-.001 1.331l-.846-.002a53.36 53.36 0 0 1-.001-1.327z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.203.408c.673-.199 1.41.037 1.889.536 3.359 3.203 6.714 6.41 10.07 9.617.49.438.734 1.138.562 1.781-.121.584-.6.979-1.001 1.38-3.088 3.074-6.156 6.168-9.242 9.241-.692.702-1.93.738-2.629.028C7.438 19.723 4.02 16.458.603 13.193c-.732-.673-.673-1.919.042-2.584 3.133-3.148 6.283-6.281 9.42-9.426.324-.326.679-.659 1.139-.775m.123.256c-.431.1-.764.41-1.068.714-3.133 3.148-6.286 6.276-9.413 9.43-.614.559-.668 1.614-.048 2.189 3.416 3.263 6.832 6.529 10.247 9.793.592.604 1.651.575 2.237-.022 3.245-3.239 6.482-6.485 9.727-9.724.623-.575.659-1.65.014-2.224-3.365-3.235-6.749-6.452-10.123-9.677-.402-.413-1.007-.632-1.573-.48z"/><path fill="#231f20" d="M11.197 1.112c.646-.208 1.374-.001 1.84.484 3.155 3.007 6.308 6.017 9.455 9.034.743.638.756 1.876.046 2.544-3.038 3.044-6.082 6.084-9.125 9.124-.73.743-2.033.659-2.696-.131-3.137-3.025-6.307-6.017-9.445-9.041-.702-.671-.606-1.877.1-2.51 2.893-2.909 5.801-5.802 8.699-8.707.325-.325.67-.67 1.128-.796m.118.371c-.368.102-.647.38-.913.64C7.49 5.052 4.556 7.96 1.646 10.891c-.582.51-.638 1.498-.044 2.021 3.173 3.03 6.344 6.064 9.518 9.092.551.581 1.547.544 2.08-.043 3.022-3.019 6.042-6.041 9.062-9.062.556-.527.545-1.495-.046-1.992-3.122-2.999-6.259-5.983-9.388-8.976-.38-.404-.968-.623-1.512-.446z"/><path fill="#231f20" d="M6.205 8.19c.66-.661 1.315-1.326 1.984-1.979a509.08 509.08 0 0 1 3.527 3.521c-1.339.008-2.678.001-4.019.004-.494-.518-.995-1.03-1.492-1.546zM12.059 9.666c1.162-1.188 2.345-2.357 3.524-3.527.672.655 1.336 1.319 1.992 1.991-.505.518-1.007 1.039-1.522 1.548-1.332-.012-2.664.01-3.995-.012zM5.806 9.901c.482-.004.965-.004 1.447 0 .006.226.006.451.012.678h1.174l.011-.632a77.98 77.98 0 0 1 1.451.001c.002.22.006.44.01.66.443.002.884.002 1.327.001l.008-.665h1.463c.001.236-.001.474.001.71.528.002 1.056.002 1.584 0-.004-.266 0-.533-.004-.799.44.004.881.004 1.32.005l.007.757 1.198-.001.004-.752h1.402l.006.641.533.014-.002.977-1.559.002-.001.778 1.559.002c0 .331.005.661.001.992l-.532.011-.001.629a66.178 66.178 0 0 0-1.409 0l.001-.743a239.6 239.6 0 0 0-1.199 0c-.004.246-.004.493-.006.74a83.136 83.136 0 0 0-1.322.005c.004-.264.001-.526.005-.788-.528-.002-1.056-.002-1.584-.001l-.001.718c-.487 0-.976 0-1.463-.002l-.008-.664c-.442-.002-.884-.002-1.326 0-.006.221-.008.442-.014.662-.57-.067-1.723.334-1.466-.649l-1.165-.001c-.006.233-.007.464-.012.696-.481.005-.962.005-1.444.001l-.019-.601c-.234-.006-.468-.007-.702-.013v-.988c.437-.004.872-.006 1.308-.006v-.778c-.436 0-.872-.002-1.308-.005-.004-.325 0-.652 0-.977.235-.006.47-.008.704-.012.005-.202.01-.403.013-.604m.876 1.598v.778c.78.002 1.56.002 2.34 0v-.778a456.3 456.3 0 0 0-2.34 0m2.628 0v.778c.78.002 1.56.002 2.34 0v-.778a456.3 456.3 0 0 0-2.34 0m2.629 0v.778c.779.004 1.559.002 2.339.001v-.779c-.78-.002-1.56-.002-2.339 0m2.627.002l.001.778h2.34v-.779c-.78-.001-1.561-.004-2.341.001zM7.727 14.117c1.32-.043 2.645-.008 3.967-.012-1.175 1.184-2.363 2.356-3.536 3.541-.662-.67-1.336-1.328-1.996-2 .528-.502.982-1.092 1.565-1.529zM12.018 14.174l4.018.001c.504.515 1.015 1.025 1.513 1.546-.666.665-1.331 1.331-1.997 1.994-1.176-1.182-2.36-2.356-3.534-3.541z"/><path fill="#fff100" d="M11.327.664c.566-.152 1.171.067 1.573.48 3.374 3.224 6.758 6.442 10.123 9.677.644.574.608 1.649-.014 2.224-3.245 3.239-6.482 6.485-9.727 9.724-.586.596-1.645.625-2.237.022-3.415-3.264-6.83-6.53-10.247-9.793-.62-.575-.566-1.63.048-2.189 3.127-3.154 6.28-6.282 9.413-9.43.304-.304.637-.614 1.068-.714m-.13.447c-.458.126-.803.47-1.128.796-2.898 2.905-5.806 5.798-8.699 8.707-.706.634-.802 1.84-.1 2.51 3.138 3.024 6.308 6.016 9.445 9.041.664.79 1.967.874 2.696.131 3.043-3.04 6.086-6.079 9.125-9.124.71-.668.697-1.906-.046-2.544-3.146-3.017-6.3-6.026-9.455-9.034-.466-.485-1.194-.691-1.84-.484z"/><path fill="#fff100" d="M11.317 1.484c.544-.176 1.132.042 1.512.446 3.128 2.993 6.265 5.977 9.388 8.976.59.497.601 1.465.046 1.992-3.02 3.022-6.041 6.043-9.062 9.062-.533.587-1.529.624-2.08.043-3.174-3.029-6.346-6.062-9.518-9.092-.594-.523-.538-1.511.044-2.021 2.91-2.932 5.844-5.839 8.758-8.767.266-.259.545-.538.913-.64M6.205 8.19c.497.516.997 1.027 1.492 1.546 1.34-.002 2.68.005 4.019-.004a532.242 532.242 0 0 0-3.527-3.521c-.668.653-1.324 1.318-1.984 1.979m5.854 1.476c1.331.022 2.663 0 3.995.012.515-.509 1.016-1.03 1.522-1.548-.656-.672-1.32-1.336-1.992-1.991-1.18 1.17-2.363 2.339-3.524 3.527m-6.254.235l-.013.604c-.234.004-.469.006-.704.012 0 .325-.004.652 0 .977.436.002.872.005 1.308.005v.778c-.436 0-.871.002-1.308.006v.988c.234.006.468.007.702.013l.019.601c.481.004.962.004 1.444-.001.005-.232.006-.463.012-.696l1.165.001c-.257.983.896.582 1.466.649.006-.221.008-.442.014-.662.442-.002.884-.002 1.326 0l.008.664c.487.002.976.002 1.463.002l.001-.718c.528-.001 1.056-.001 1.584.001-.004.263-.001.524-.005.788.44-.006.881-.006 1.322-.005.002-.247.002-.494.006-.74h1.199l-.001.743c.47-.005.94-.005 1.409 0l.001-.629.532-.011c.004-.331-.001-.661-.001-.992l-1.559-.002.001-.778 1.559-.002.002-.977-.533-.014-.006-.641h-1.402c-.001.251-.001.502-.004.752l-1.198.001c-.004-.253-.005-.505-.007-.757-.439-.001-.88-.001-1.32-.005.004.266 0 .533.004.799-.528.002-1.056.002-1.584 0-.002-.236 0-.474-.001-.71h-1.463l-.008.665c-.443.001-.884.001-1.327-.001l-.01-.66a77.98 77.98 0 0 0-1.451-.001l-.011.632H7.263c-.006-.227-.006-.452-.012-.678a87.244 87.244 0 0 0-1.447 0m1.923 4.215c-.583.437-1.037 1.027-1.565 1.529.66.672 1.333 1.331 1.996 2 1.174-1.186 2.362-2.357 3.536-3.541-1.322.004-2.647-.031-3.967.012m4.291.057c1.174 1.186 2.358 2.359 3.534 3.541l1.997-1.994c-.498-.521-1.009-1.031-1.513-1.546l-4.018-.001z"/><path fill="#fff100" d="M6.684 11.498a456.3 456.3 0 0 1 2.34 0v.778c-.78.002-1.56.002-2.34 0v-.778zM9.312 11.498a456.3 456.3 0 0 1 2.34 0v.778c-.78.002-1.56.002-2.34 0v-.778zM11.941 11.498a455.91 455.91 0 0 1 2.339 0v.779c-.78.001-1.56.002-2.339-.001v-.778zM14.568 11.5c.78-.005 1.561-.002 2.341-.001v.779h-2.34l-.001-.778z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M3.888 0h.064c2.697 2.689 5.384 5.39 8.084 8.077C14.738 5.391 17.421 2.685 20.124 0h.129c1.252 1.248 2.506 2.494 3.748 3.752v.266c-2.662 2.679-5.344 5.339-8.007 8.017 2.662 2.68 5.347 5.337 8.007 8.02v.266A580.362 580.362 0 0 1 20.32 24h-.197c-2.69-2.677-5.367-5.369-8.056-8.049-2.678 2.688-5.36 5.372-8.05 8.049H3.82c-1.278-1.265-2.543-2.543-3.818-3.811v-.013c1.047-.969 1.968-2.059 2.991-3.051 1.709-1.71 3.421-3.417 5.127-5.13-2.713-2.697-5.409-5.41-8.119-8.11v-.013C1.308 2.593 2.586 1.284 3.889-.001m16.295.275c-2.709 2.725-5.43 5.438-8.149 8.153-2.71-2.698-5.407-5.41-8.117-8.108C2.721 1.502 1.542 2.702.343 3.882c2.716 2.701 5.414 5.419 8.129 8.119-2.725 2.711-5.439 5.431-8.154 8.151a1017.67 1017.67 0 0 0 3.599 3.599c2.695-2.689 5.388-5.381 8.077-8.077h.148c2.689 2.696 5.381 5.388 8.077 8.077 1.197-1.182 2.373-2.383 3.574-3.562-2.72-2.716-5.439-5.433-8.153-8.154 2.715-2.719 5.428-5.44 8.153-8.149-1.206-1.201-2.41-2.406-3.612-3.612z"/><path fill="#231f20" d="M3.739 1.469h.148c.365.431.92.758 1.08 1.325.154.684-.506 1.311-1.181 1.123-.251.489-.482.991-.681 1.503-.159-.142-.359-.268-.45-.463.117-.485.436-.894.566-1.376-.065-.164-.237-.264-.353-.394-.343.335-.681.675-1.017 1.017-.136-.144-.275-.285-.413-.427.763-.774 1.539-1.534 2.301-2.308m-.456 1.297c.235.2.413.484.712.596.213-.001.344-.186.436-.354-.165-.287-.42-.501-.653-.729-.166.161-.329.325-.495.487zM19.451 2.166c.316-.431.901-.408 1.357-.253a2.713 2.713 0 0 1-.243.538l-.531-.004a1.143 1.143 0 0 0-.305.49c.205.636.728 1.147 1.34 1.398.482.046.73-.595.398-.927-.148.148-.297.296-.444.446-.135-.145-.274-.285-.412-.427.274-.285.562-.556.832-.845.301.323.704.605.8 1.062.093.52-.276 1-.713 1.231-.908.206-1.738-.488-2.149-1.237-.287-.439-.337-1.093.071-1.474zM17.137 4.58c.144-.136.284-.275.427-.413.783.777 1.562 1.557 2.339 2.34-.155.115-.267.414-.497.326-.72-.213-1.448-.395-2.166-.613.491.492.987.98 1.474 1.476-.139.143-.279.283-.416.426-.777-.79-1.562-1.571-2.349-2.35.135-.129.267-.262.395-.398.733.153 1.449.374 2.168.577-.457-.458-.914-.917-1.374-1.371zM3.55 5.894c1.043-.561 2.144-1.003 3.184-1.571.141.138.28.277.418.418-.563 1.043-1.032 2.131-1.571 3.184-.138-.138-.276-.276-.42-.407.026-.344.29-.603.369-.927-.146-.244-.395-.432-.599-.635-.346.011-.614.346-.975.358a13.44 13.44 0 0 0-.407-.42m1.892-.273c.141.134.278.271.411.413.056-.265.195-.502.327-.735a3.498 3.498 0 0 1-.737.322zM6.297 8.497c.775-.762 1.535-1.539 2.309-2.301.153.148.303.298.451.451-.763.774-1.539 1.534-2.301 2.309h-.148a18.239 18.239 0 0 0-.311-.311v-.148zM14.383 7.347c.148-.153.298-.303.451-.451.783.777 1.563 1.558 2.341 2.341-.148.153-.299.303-.451.451a469.716 469.716 0 0 1-2.341-2.341zM9.827 7.557h.149l.341.351c-.646.657-1.306 1.301-1.951 1.958.333.34.67.677 1.01 1.01v.149c-.118.113-.233.227-.351.341-.503-.497-1.003-.997-1.499-1.5.762-.775 1.539-1.534 2.301-2.309zM12.183 9.736c.136-.681.948-1.271 1.607-.852a8.395 8.395 0 0 0-.245.494c-.42-.269-1.045.486-.515.762.554-.171 1.111-.711 1.713-.395.642.271.869 1.207.322 1.681-.357.456-1.008.48-1.517.305.059-.193.15-.375.251-.549.357.165.857-.017.966-.412.037-.197-.127-.345-.227-.493-.408-.038-.739.236-1.112.352-.574.283-1.331-.256-1.243-.892zM9.739 12.255c.077-.743.908-1.32 1.619-.966-.076.155-.154.308-.237.458-.403-.097-1.032.443-.603.791.502.009.867-.463 1.376-.439.86-.08 1.408 1.159.757 1.739-.357.479-1.025.527-1.552.341.059-.191.148-.372.247-.544.33.071.776.046.927-.315.139-.218-.062-.429-.185-.596-.528-.034-.94.378-1.453.428-.461-.042-.875-.43-.896-.898zM15.005 12.735h.148c.403.494 1.155.88 1.085 1.61.027.593-.644 1.008-1.184.849-.248.485-.461.992-.682 1.493-.155-.174-.557-.337-.402-.615.185-.409.357-.824.578-1.216-.13-.123-.257-.249-.381-.378-.331.345-.672.681-1.012 1.017a21.309 21.309 0 0 1-.451-.451c.763-.774 1.539-1.534 2.301-2.309m-.411 1.328c.245.237.464.581.847.579.088-.121.172-.245.254-.37-.155-.275-.401-.477-.614-.703-.162.165-.325.328-.486.494zM7.998 13.807c.61-.137 1.178.267 1.572.692.428.381.775.929.71 1.523-.173.481-.631.945-1.185.84a2.545 2.545 0 0 1-1.886-1.886c-.096-.523.327-1.005.79-1.168m-.168.831c-.088.657.504 1.118.969 1.473.324.306.975.047.851-.435-.23-.56-.677-1.059-1.259-1.257-.22-.066-.4.097-.56.218zM16.817 15.068c.623-.174 1.375.355 1.311 1.026.031.486-.296.887-.581 1.243-.437.43-1.013.864-1.662.778-.467-.151-.871-.6-.841-1.111.176-.903.911-1.651 1.773-1.936m-1.151 2.108c.134.174.307.394.558.31.645-.203 1.147-.77 1.348-1.408a2.922 2.922 0 0 0-.313-.412c-.777.009-1.518.749-1.593 1.51zM5.291 16.487c.67-.442 1.626.335 1.371 1.077.472.276 1.001.435 1.472.715a11.52 11.52 0 0 0-.408.419c-.483-.12-.921-.39-1.378-.589-.136.132-.27.267-.408.397.335.323.658.659.992.983-.144.136-.285.276-.427.414a396.937 396.937 0 0 1-2.339-2.34c.377-.354.703-.773 1.124-1.075m.268.515c-.182.188-.369.372-.551.56.161.167.326.33.488.496.192-.204.39-.402.593-.596v-.289a27.328 27.328 0 0 1-.17-.171h-.36zM18.916 17.586c.254-.118.491-.29.777-.319.108.16.428.301.274.527-.521.993-.977 2.015-1.471 3.019-.157-.143-.358-.269-.448-.465.069-.29.29-.523.358-.813-.162-.271-.451-.46-.656-.707-.276.148-.56.279-.834.43-.117-.171-.617-.415-.265-.574.743-.391 1.525-.7 2.265-1.098m-.547.93c.113.142.239.272.368.4.094-.232.192-.462.308-.684-.223.101-.441.213-.676.283zM21.022 18.752h.148c.344.387.804.696 1.005 1.191.079.616-.261 1.197-.71 1.593-.415.488-1.13.735-1.737.506-.365-.292-.67-.656-1.007-.98.762-.775 1.539-1.534 2.301-2.309m-1.436 2.272c.204.185.372.431.64.53.684-.15 1.34-.784 1.329-1.511-.168-.158-.33-.323-.495-.483-.497.483-.976.983-1.475 1.464zM1.961 20.367c-.199-.824.721-1.609 1.49-1.285.123.166-.077.401-.113.585a.608.608 0 0 0-.822.483c.222.646.758 1.241 1.446 1.383a2.61 2.61 0 0 0 .449-.275c-.003-.18-.003-.36-.005-.539.171-.099.349-.186.538-.244.379.749-.246 1.755-1.099 1.639-.899-.14-1.63-.893-1.884-1.746z"/><path fill="#fff" d="M20.184.274c1.201 1.206 2.406 2.411 3.612 3.612-2.725 2.709-5.438 5.43-8.153 8.149 2.714 2.722 5.433 5.439 8.153 8.154-1.201 1.178-2.378 2.38-3.574 3.562a4393.353 4393.353 0 0 1-8.077-8.077h-.148a4731.302 4731.302 0 0 1-8.077 8.077 1017.67 1017.67 0 0 1-3.599-3.599c2.715-2.72 5.429-5.44 8.154-8.151-2.716-2.7-5.414-5.418-8.129-8.119 1.199-1.18 2.378-2.38 3.575-3.563 2.71 2.698 5.407 5.41 8.117 8.108 2.719-2.715 5.44-5.428 8.149-8.153M3.739 1.469c-.762.774-1.538 1.534-2.301 2.308.138.142.277.283.413.427a88.65 88.65 0 0 1 1.017-1.017c.116.129.288.23.353.394-.13.482-.449.891-.566 1.376.091.195.291.32.45.463.199-.512.43-1.014.681-1.503.675.188 1.335-.439 1.181-1.123-.16-.566-.715-.894-1.08-1.325h-.148m15.712.697c-.408.381-.358 1.035-.071 1.474.411.749 1.241 1.443 2.149 1.237.437-.232.806-.712.713-1.231-.096-.458-.499-.74-.8-1.062-.27.288-.558.56-.832.845.138.142.277.282.412.427.147-.15.295-.299.444-.446.332.332.084.973-.398.927-.612-.251-1.135-.762-1.34-1.398.059-.188.162-.355.305-.49l.531.004c.097-.171.185-.349.243-.538-.456-.155-1.041-.178-1.357.253M17.137 4.58c.46.455.917.913 1.374 1.371-.719-.204-1.436-.424-2.168-.577-.127.136-.26.269-.395.398.787.779 1.572 1.56 2.349 2.35.137-.143.278-.283.416-.426-.487-.496-.982-.984-1.474-1.476.719.218 1.446.4 2.166.613.23.087.341-.211.497-.326a430.022 430.022 0 0 0-2.339-2.34c-.143.138-.283.277-.427.413M3.55 5.894c.138.138.276.276.407.42.36-.011.628-.347.975-.358.204.203.453.39.599.635-.08.324-.344.584-.369.927.144.132.282.269.42.407.539-1.054 1.008-2.142 1.571-3.184-.138-.141-.277-.28-.418-.418-1.04.567-2.141 1.01-3.184 1.571m2.746 2.603v.148c.105.102.209.206.311.311h.148c.762-.775 1.539-1.535 2.301-2.309a19.178 19.178 0 0 0-.451-.451c-.774.763-1.534 1.539-2.309 2.301m8.086-1.15c.777.783 1.558 1.563 2.341 2.341.153-.148.303-.299.451-.451a469.716 469.716 0 0 0-2.341-2.341c-.153.148-.303.298-.451.451m-4.556.21c-.762.775-1.539 1.534-2.301 2.309.496.503.996 1.003 1.499 1.5.118-.113.233-.227.351-.341v-.149c-.34-.334-.677-.67-1.01-1.01.645-.658 1.305-1.301 1.951-1.958-.113-.118-.227-.234-.341-.351h-.149m2.356 2.179c-.088.636.668 1.176 1.243.892.373-.116.704-.39 1.112-.352.099.148.264.297.227.493-.108.395-.609.577-.966.412a2.697 2.697 0 0 0-.251.549c.509.175 1.16.151 1.517-.305.547-.474.32-1.411-.322-1.681-.602-.316-1.159.224-1.713.395-.53-.276.095-1.031.515-.762.076-.167.158-.332.245-.494-.659-.419-1.471.171-1.607.852m-2.444 2.52c.022.468.435.856.896.898.513-.05.925-.462 1.453-.428.122.167.324.379.185.596-.151.361-.597.386-.927.315a2.72 2.72 0 0 0-.247.544c.527.186 1.195.139 1.552-.341.651-.581.103-1.82-.757-1.739-.509-.024-.873.448-1.376.439-.429-.348.2-.889.603-.791.083-.15.161-.304.237-.458-.711-.354-1.542.223-1.619.966m5.266.479c-.762.775-1.539 1.535-2.301 2.309.148.153.298.303.451.451.341-.336.682-.672 1.012-1.017.125.129.251.255.381.378-.221.392-.393.807-.578 1.216-.155.278.247.441.402.615.22-.501.433-1.008.682-1.493.539.159 1.211-.256 1.184-.849.07-.73-.682-1.116-1.085-1.61h-.148m-7.007 1.072c-.463.162-.886.644-.79 1.168a2.545 2.545 0 0 0 1.886 1.886c.553.105 1.012-.359 1.185-.84.065-.594-.282-1.141-.71-1.523-.394-.425-.961-.829-1.572-.692m8.82 1.262c-.862.285-1.597 1.033-1.773 1.936-.03.511.374.96.841 1.111.649.086 1.224-.348 1.662-.778.285-.357.612-.757.581-1.243.064-.671-.688-1.2-1.311-1.026M5.291 16.487c-.421.302-.747.721-1.124 1.075.776.783 1.556 1.563 2.339 2.34.142-.138.283-.278.427-.414-.334-.324-.657-.66-.992-.983.138-.13.272-.264.408-.397.457.199.894.47 1.378.589.132-.144.269-.282.408-.419-.471-.28-1-.439-1.472-.715.255-.742-.701-1.518-1.371-1.077m13.624 1.1c-.74.398-1.522.707-2.265 1.098-.352.159.148.403.265.574.274-.15.558-.281.834-.43.205.247.493.436.656.707-.067.29-.289.523-.358.813.09.195.291.321.448.465.495-1.004.95-2.026 1.471-3.019.153-.226-.166-.367-.274-.527-.286.029-.523.202-.777.319m2.106 1.166c-.762.775-1.539 1.534-2.301 2.309.337.324.642.688 1.007.98.607.229 1.322-.018 1.737-.506.449-.395.789-.976.71-1.593-.202-.495-.661-.804-1.005-1.191h-.148M1.961 20.367c.254.854.985 1.607 1.884 1.746.853.116 1.477-.89 1.099-1.639a2.66 2.66 0 0 0-.538.244c.002.18.002.36.005.539a2.648 2.648 0 0 1-.449.275c-.687-.142-1.224-.737-1.446-1.383a.608.608 0 0 1 .822-.483c.036-.184.237-.419.113-.585-.77-.324-1.69.461-1.49 1.285z"/><path fill="#fff" d="M3.283 2.766c.166-.162.329-.326.495-.487.233.228.488.442.653.729-.092.168-.223.353-.436.354-.299-.112-.477-.396-.712-.596zM5.441 5.621c.257-.081.506-.184.737-.322-.132.233-.271.47-.327.735a11.43 11.43 0 0 0-.411-.413zM14.594 14.063c.161-.166.325-.329.486-.494.213.226.459.428.614.703a9.313 9.313 0 0 1-.254.37c-.383.002-.602-.342-.847-.579zM7.831 14.639c.161-.121.341-.285.56-.218.583.198 1.029.697 1.259 1.257.125.481-.527.741-.851.435-.465-.355-1.057-.816-.969-1.473zM15.666 17.176c.075-.761.816-1.501 1.593-1.51.115.129.222.264.313.412-.201.638-.703 1.205-1.348 1.408-.251.084-.425-.136-.558-.31zM5.558 17.003h.36l.17.171v.289c-.202.195-.4.392-.593.596-.162-.167-.327-.33-.488-.496.182-.188.369-.372.551-.56zM18.369 18.516c.235-.071.453-.183.676-.283a8.07 8.07 0 0 0-.308.684 4.637 4.637 0 0 1-.368-.4zM19.586 21.025c.499-.481.978-.981 1.475-1.464.165.16.327.325.495.483.011.726-.646 1.361-1.329 1.511-.269-.099-.436-.345-.64-.53z"/></symbol><symbol viewBox="0 0 27 24" id="warning--railroad-crossing-with-barriers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#1b1b1b" opacity=".7" d="M13.195 0h.953c.13.155.255.314.377.476-.303-.25-.688-.324-1.066-.376l-.265-.1z"/><path fill="#fff" d="M13.459.1c.377.052.763.126 1.066.376.189.274.355.565.518.854a.658.658 0 0 0 .307.531c.08.141.16.281.244.42.008.219.118.42.309.532.082.151.166.3.251.45.029.202.112.473.358.487.005.051.016.149.023.199-.005.217.159.379.317.503.082.148.167.295.252.442.01.218.119.418.31.531.08.147.163.293.245.439.029.203.112.475.358.49l.025.203c-.004.217.16.377.318.502.082.148.166.295.252.44a.644.644 0 0 0 .307.532c.08.141.16.281.243.421.008.219.119.42.311.532.202.381.42.754.647 1.12a.642.642 0 0 0 .307.532c.08.141.16.281.243.421.008.219.119.42.311.532.202.381.418.756.646 1.122.01.218.119.417.309.532.08.14.16.281.243.421.008.219.119.42.311.532.2.381.417.754.645 1.12.01.218.121.417.31.531.078.141.159.283.241.422.01.219.121.418.311.532.202.381.418.754.646 1.12.01.218.119.417.309.531.08.141.16.283.243.422a.634.634 0 0 0 .311.531c.202.383.418.756.646 1.122.01.218.119.417.309.531.078.144.159.287.241.429a.604.604 0 0 0 .341.523c.462.671.256 1.629-.568 1.887-8.563-.085-17.133-.001-25.699-.041-.867-.433-.763-1.459-.236-2.123a.614.614 0 0 0 .32-.527c.082-.14.163-.281.243-.422a.649.649 0 0 0 .309-.531c.228-.366.444-.739.646-1.122a.636.636 0 0 0 .311-.531c.081-.14.163-.281.241-.422a.648.648 0 0 0 .31-.531c.228-.366.444-.741.646-1.122a.633.633 0 0 0 .31-.531c.082-.14.163-.281.243-.421a.654.654 0 0 0 .309-.532c.228-.366.444-.739.646-1.12a.64.64 0 0 0 .311-.533c.082-.14.163-.28.243-.421a.642.642 0 0 0 .307-.532c.228-.366.446-.739.647-1.12a.637.637 0 0 0 .311-.532c.082-.14.163-.28.243-.421a.646.646 0 0 0 .307-.532c.086-.145.17-.292.254-.44.156-.125.32-.287.317-.503l.025-.202c.245-.015.329-.287.358-.49.082-.147.166-.292.245-.439a.64.64 0 0 0 .31-.531c.085-.147.17-.293.252-.442.156-.125.321-.287.317-.503.007-.049.018-.149.023-.2.245-.014.329-.285.359-.488.084-.148.166-.296.248-.446a.64.64 0 0 0 .31-.532l.244-.421a.654.654 0 0 0 .306-.532c.229-.366.446-.741.649-1.122a.64.64 0 0 0 .31-.532c.085-.144.169-.288.25-.433.162-.122.311-.289.318-.503.008-.053.027-.16.037-.213a.434.434 0 0 0 .341-.47c.182-.092.359-.193.542-.287m.009.46c-.228.085-.348.311-.473.503C8.882 8.193 4.746 15.309.639 22.44c-.322.435.047 1.101.59 1.041 8.277.015 16.556.003 24.832.007.572.112 1.06-.546.71-1.038C22.648 15.291 18.5 8.147 14.369.994c-.158-.328-.532-.592-.902-.433z"/><path fill="#fff" d="M4.644 20.825c3.017-5.22 6.026-10.445 9.062-15.655 3.028 5.213 6.041 10.437 9.058 15.656-6.04.001-12.081.001-18.121-.001m4.743-6.24c-.274.395-.48.838-.435 1.33l-.642.005v.832c.221 0 .442.001.662.003-.004.418-.004.837 0 1.255-.221.005-.442.003-.661.008v.83c.219.005.44.003.66.008l-.001 1.322c.28-.003.56-.003.839-.001v-1.326h1.318l.001 1.328c.278-.003.558-.001.837-.001l.001-1.326c.439.001.878.001 1.317-.001.003.443 0 .886.003 1.328l.837.001c.001-.443 0-.886.005-1.329.437.003.876.004 1.314.001.001.442-.001.885.001 1.326h.838l-.001-1.323 1.321-.001-.001 1.325h.838c.003-.44 0-.882.001-1.323.221-.003.44-.003.661-.004a58.314 58.314 0 0 1-.004-.837l-.657.003c.001-.42.001-.839-.003-1.258.219-.004.44-.004.662-.007v-.831c-.214-.004-.428-.004-.642-.007.048-.494-.167-.934-.439-1.329-.277.394-.481.839-.437 1.333h-1.28c.044-.494-.16-.939-.439-1.333-.27.396-.485.838-.437 1.333-.425-.001-.852-.003-1.277.001.038-.495-.167-.939-.443-1.334-.274.395-.479.839-.439 1.333h-1.28c.041-.494-.167-.937-.437-1.334-.278.395-.483.839-.44 1.336-.427-.004-.854-.003-1.282-.003.048-.495-.166-.937-.439-1.332z"/><path fill="#fff" d="M9.806 16.753c.442.003.882.003 1.323.001-.004.42-.004.841 0 1.262a97.242 97.242 0 0 0-1.323 0c.004-.421.004-.842 0-1.263zM11.963 16.755c.442.001.882.001 1.322-.001-.003.421-.003.842 0 1.263-.44-.003-.88-.003-1.322 0 .004-.421.004-.842 0-1.262zM14.122 16.753c.44.003.882.003 1.322.001-.004.421-.004.842-.003 1.263-.44-.004-.88-.003-1.319-.001.003-.421.003-.842 0-1.263zM16.279 16.753c.44.003.88.003 1.322 0-.004.421-.004.842 0 1.263a97.095 97.095 0 0 0-1.322 0c.003-.421.003-.842 0-1.263z"/><path fill="#323232" opacity=".81" d="M12.576.857a.554.554 0 0 1 .341-.47.433.433 0 0 1-.341.47z"/><path fill="#cf181f" d="M13.467.561c.37-.159.745.106.902.433C18.5 8.147 22.648 15.291 26.771 22.45c.35.492-.139 1.151-.71 1.038-8.277-.004-16.556.008-24.832-.007-.543.06-.912-.606-.59-1.041C4.746 15.309 8.883 8.192 12.994 1.064c.125-.192.245-.418.473-.503M4.644 20.825c6.04.003 12.081.003 18.121.001-3.017-5.22-6.03-10.443-9.058-15.656-3.036 5.21-6.045 10.435-9.062 15.655z"/><path fill="#2b2b2b" opacity=".8" d="M12.221 1.573c-.005-.206.062-.498.318-.503-.007.214-.156.381-.318.503zM15.043 1.33a.476.476 0 0 1 .307.531.658.658 0 0 1-.307-.531z"/><path fill="#313131" opacity=".82" d="M11.661 2.539a.49.49 0 0 1 .31-.532.64.64 0 0 1-.31.532z"/><path fill="#303030" opacity=".82" d="M15.595 2.281c.218.086.34.3.309.532a.637.637 0 0 1-.309-.532zM10.153 5.146a.491.491 0 0 1 .31-.532.64.64 0 0 1-.31.532zM17.104 4.893a.49.49 0 0 1 .31.531.64.64 0 0 1-.31-.531zM8.643 7.755a.487.487 0 0 1 .31-.531.641.641 0 0 1-.31.531z"/><path fill="#373737" opacity=".84" d="M16.154 3.263c.171.108.363.262.358.487-.245-.014-.329-.285-.358-.487z"/><path fill="#2a2a2a" opacity=".8" d="M10.707 4.192a.48.48 0 0 1 .306-.532.653.653 0 0 1-.306.532z"/><path fill="#292929" opacity=".8" d="M16.535 3.948c.254.008.318.299.317.503-.158-.125-.322-.287-.317-.503zM9.205 6.783c-.003-.204.063-.495.317-.503.004.217-.16.379-.317.503zM18.043 6.555c.254.008.321.298.318.502-.158-.125-.322-.285-.318-.502zM7.698 9.389c-.004-.204.063-.495.317-.503.003.217-.16.379-.317.503z"/><path fill="#383838" opacity=".84" d="M9.545 6.08c-.005-.226.187-.379.359-.488-.03.203-.114.475-.359.488z"/><path fill="#353535" opacity=".84" d="M17.66 5.863c.171.111.363.263.358.49-.245-.015-.329-.287-.358-.49zM8.039 8.684c-.005-.226.187-.38.358-.49-.029.203-.112.475-.358.49z"/><path fill="#2f2f2f" opacity=".82" d="M18.613 7.498c.218.085.341.3.307.532a.644.644 0 0 1-.307-.532zM7.137 10.361a.485.485 0 0 1 .307-.532.649.649 0 0 1-.307.532z"/><path fill="#343434" opacity=".84" d="M19.163 8.451c.217.086.34.3.311.532a.635.635 0 0 1-.311-.532zM6.583 11.314a.496.496 0 0 1 .311-.532.64.64 0 0 1-.311.532z"/><path fill="#2e2e2e" opacity=".81" d="M20.122 10.103c.218.085.34.3.307.532a.642.642 0 0 1-.307-.532zM5.628 12.967a.487.487 0 0 1 .307-.532.642.642 0 0 1-.307.532zM21.629 12.71a.488.488 0 0 1 .309.532.65.65 0 0 1-.309-.532zM4.12 15.574a.484.484 0 0 1 .309-.532.654.654 0 0 1-.309.532z"/><path fill="#343434" opacity=".84" d="M20.672 11.056c.217.086.34.3.311.532a.635.635 0 0 1-.311-.532zM5.074 13.921a.498.498 0 0 1 .311-.533.64.64 0 0 1-.311.533zM22.18 13.664c.217.086.34.3.311.532a.635.635 0 0 1-.311-.532zM3.567 16.526a.49.49 0 0 1 .31-.531.636.636 0 0 1-.31.531zM23.687 16.269c.218.086.341.3.311.532a.642.642 0 0 1-.311-.532z"/><path d="M9.386 14.585c.273.395.487.837.439 1.332.428 0 .856-.001 1.282.003-.043-.496.162-.941.44-1.336.27.398.479.841.437 1.334h1.28c-.04-.494.165-.938.439-1.333.276.395.481.839.443 1.334.425-.004.852-.003 1.277-.001-.048-.495.167-.937.437-1.333.278.394.483.839.439 1.333h1.28c-.044-.494.16-.939.437-1.333.272.395.487.835.439 1.329.214.003.428.003.642.007v.831c-.222.003-.443.003-.662.007.004.418.004.838.003 1.258l.657-.003c-.001.278.001.558.004.837-.221.001-.44.001-.661.004-.001.442.001.883-.001 1.323h-.838l.001-1.325-1.321.001.001 1.323h-.838c-.003-.442 0-.885-.001-1.326-.437.003-.876.001-1.314-.001-.005.443-.004.886-.005 1.329l-.837-.001c-.003-.442 0-.885-.003-1.328-.439.003-.878.003-1.317.001l-.001 1.326c-.278 0-.558-.001-.837.001l-.001-1.328H9.808v1.326c-.28-.001-.56-.001-.839.001l.001-1.322c-.219-.005-.44-.003-.66-.008v-.83c.219-.005.44-.003.661-.008a65.628 65.628 0 0 1 0-1.255l-.662-.003v-.832a68.7 68.7 0 0 1 .642-.005c-.045-.492.16-.935.435-1.33m.42 2.169c.004.421.004.842 0 1.263.442-.003.882-.003 1.323 0a66.362 66.362 0 0 1 0-1.262c-.442.001-.882.001-1.323-.001m2.157.002c.004.42.004.841 0 1.262.442-.003.882-.003 1.322 0a88.622 88.622 0 0 1 0-1.263c-.44.003-.88.003-1.322.001m2.159-.002c.003.421.003.842 0 1.263.439-.001.879-.003 1.319.001-.001-.421-.001-.842.003-1.263-.44.001-.882.001-1.322-.001m2.157 0c.003.421.003.842 0 1.263.44-.003.88-.003 1.322 0a66.467 66.467 0 0 1 0-1.263c-.442.003-.882.003-1.322 0z"/><path fill="#2d2d2d" opacity=".81" d="M23.136 15.316a.485.485 0 0 1 .31.531.648.648 0 0 1-.31-.531zM2.611 18.178a.486.486 0 0 1 .31-.531.648.648 0 0 1-.31.531z"/><path fill="#2c2c2c" opacity=".8" d="M24.645 17.922a.486.486 0 0 1 .309.531.647.647 0 0 1-.309-.531zM1.104 20.784a.483.483 0 0 1 .309-.531.649.649 0 0 1-.309.531z"/><path fill="#333" opacity=".83" d="M2.059 19.131a.493.493 0 0 1 .311-.531.643.643 0 0 1-.311.531zM25.196 18.875a.493.493 0 0 1 .311.531.632.632 0 0 1-.311-.531z"/><path fill="#2b2b2b" opacity=".8" d="M26.153 20.528a.486.486 0 0 1 .309.531.647.647 0 0 1-.309-.531z"/><path fill="#323232" opacity=".83" d="M.542 21.733a.51.51 0 0 1 .32-.527.61.61 0 0 1-.32.527zM26.703 21.488a.546.546 0 0 1 .341.523.599.599 0 0 1-.341-.523z"/><path fill="#181818" opacity=".89" d="M.778 23.856c8.566.04 17.136-.044 25.699.041l.245.103H.943l-.166-.144z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f8da10" opacity=".98" d="M11.738 0h.518c.292.119.563.289.784.516 3.194 3.206 6.401 6.402 9.599 9.605.47.479.988.919 1.361 1.484v.781c-.262.508-.715.866-1.106 1.267-3.1 3.101-6.2 6.199-9.3 9.301-.362.377-.728.757-1.169 1.045h-.786c-.503-.278-.868-.731-1.272-1.127l-9.3-9.3C.675 13.175.215 12.812 0 12.28v-.5c.199-.559.68-.929 1.081-1.339 3.319-3.32 6.64-6.638 9.958-9.96a2.83 2.83 0 0 1 .7-.481m-.057.298c-.335.16-.572.458-.834.71C7.432 4.433 4.004 7.846.592 11.273c-.437.376-.454 1.08-.011 1.458 3.559 3.565 7.126 7.124 10.684 10.69.354.415 1.052.511 1.436.085 3.582-3.58 7.166-7.158 10.746-10.739.469-.392.454-1.133-.011-1.52C19.92 7.721 16.39 4.21 12.875.685c-.294-.323-.755-.583-1.193-.386z"/><path d="M11.682.298c.438-.197.899.064 1.193.386C16.39 4.21 19.92 7.721 23.436 11.246c.464.388.48 1.128.011 1.52-3.58 3.581-7.164 7.159-10.746 10.739-.384.426-1.082.33-1.436-.085C7.707 19.855 4.141 16.296.581 12.73c-.443-.378-.426-1.082.011-1.458 3.413-3.427 6.84-6.84 10.256-10.265.262-.252.499-.551.834-.71m.234.454c-.17.05-.293.19-.421.304C7.999 4.561 4.493 8.057.995 11.561c-.262.214-.388.606-.084.847 3.571 3.589 7.158 7.163 10.736 10.744.208.262.604.234.796-.03 3.556-3.565 7.123-7.117 10.678-10.684.287-.228.236-.629-.031-.847-3.514-3.527-7.046-7.034-10.561-10.559-.167-.151-.361-.364-.612-.281z"/><path d="M6.961 7.645c.227-.415.454-.829.686-1.241 1.277.701 2.539 1.428 3.81 2.14l.025-.377c.358.001.714.001 1.072-.002l.024.377c1.277-.704 2.537-1.442 3.821-2.136.228.412.451.827.677 1.241-1.214.707-2.437 1.398-3.65 2.106 1.234.712 2.461 1.434 3.694 2.148-.256.388-.515.773-.774 1.157a407.783 407.783 0 0 0-3.778-2.093c-.005 1.027-.001 2.056-.001 3.083.932.018 1.867-.032 2.797.024 1.242.121 2.142 1.508 1.757 2.694-.326 1.236-1.883 1.937-3.008 1.296-1.261-.599-1.516-2.404-.557-3.39-.33.005-.659.013-.989.011-.002 1.82 0 3.641 0 5.462l-1.096-.001v-5.461c-.331 0-.662-.004-.992-.008.924.937.746 2.651-.416 3.31-1.134.77-2.838.065-3.152-1.253-.353-1.171.522-2.522 1.741-2.657.938-.061 1.88-.007 2.82-.028-.008-1.027.02-2.054-.017-3.08-1.25.698-2.507 1.387-3.754 2.092a90.189 90.189 0 0 1-.784-1.156c1.231-.718 2.461-1.438 3.696-2.15-1.216-.706-2.438-1.398-3.652-2.106m1.713 7.519c-.742.193-.973 1.26-.389 1.75.523.52 1.523.238 1.688-.484.248-.751-.557-1.536-1.3-1.266m6.117-.011c-.781.167-1.034 1.292-.404 1.781.563.528 1.602.158 1.691-.612.152-.712-.593-1.387-1.286-1.169z"/><path fill="#fee011" d="M11.916.751c.251-.083.445.13.612.281 3.515 3.524 7.048 7.032 10.561 10.559.268.218.318.619.031.847-3.554 3.566-7.122 7.118-10.678 10.684-.192.264-.588.292-.796.03C8.068 19.571 4.481 15.998.91 12.408c-.304-.241-.178-.634.084-.847 3.498-3.504 7.004-7 10.5-10.506.128-.114.251-.253.421-.304M6.961 7.645c1.213.708 2.436 1.4 3.652 2.106-1.235.713-2.465 1.433-3.696 2.15.258.388.52.772.784 1.156 1.247-.704 2.503-1.393 3.754-2.092.037 1.026.008 2.053.017 3.08-.94.02-1.882-.034-2.82.028-1.219.134-2.094 1.486-1.741 2.657.314 1.318 2.018 2.023 3.152 1.253 1.163-.659 1.34-2.372.416-3.31.33.005.661.008.992.008v5.461l1.096.001c0-1.822-.002-3.642 0-5.462.33.002.659-.006.989-.011-.959.986-.704 2.791.557 3.39 1.126.641 2.682-.06 3.008-1.296.385-1.186-.515-2.573-1.757-2.694-.93-.056-1.865-.006-2.797-.024 0-1.027-.004-2.056.001-3.083 1.264.69 2.521 1.39 3.778 2.093.259-.384.518-.769.774-1.157-1.232-.714-2.46-1.436-3.694-2.148 1.213-.708 2.436-1.399 3.65-2.106-.226-.414-.449-.829-.677-1.241-1.284.694-2.544 1.432-3.821 2.136l-.024-.377c-.358.004-.714.004-1.072.002l-.025.377c-1.271-.712-2.533-1.439-3.81-2.14-.233.412-.46.826-.686 1.241z"/><path fill="#fee011" d="M8.674 15.166c.743-.27 1.548.515 1.3 1.266-.166.721-1.165 1.003-1.688.484-.584-.49-.353-1.556.389-1.75zM14.79 15.155c.694-.218 1.439.457 1.286 1.169-.089.77-1.128 1.14-1.691.612-.63-.488-.377-1.614.404-1.781z"/></symbol><symbol viewBox="0 0 28 24" id="warning--railroad-crossing-with-barriers--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.536 0h.645c.598.16 1.034.619 1.305 1.157 4.065 6.986 8.246 13.909 12.259 20.924v.655A1.982 1.982 0 0 1 26.505 24H1.277a1.97 1.97 0 0 1-1.278-1.225v-.671C3.99 15.07 8.198 8.153 12.258 1.156c.268-.53.695-.979 1.276-1.156m.113 1.576C9.545 8.558 5.404 15.52 1.346 22.527c.241.049.487.089.734.09 7.491-.01 14.984-.001 22.475-.004.616-.011 1.242.058 1.848-.087-4.016-6.953-8.138-13.846-12.189-20.78-.087-.252-.416-.548-.567-.169z"/><path fill="#c0111e" d="M11.191 17.401c-.803-.251-.642-1.423.087-1.677.243.147.483.298.731.434.168.551-.115 1.401-.819 1.243zM15.739 16.159c.248-.136.487-.287.728-.434.737.247.896 1.43.089 1.677-.702.153-.981-.694-.817-1.243z"/><path fill="#fff" d="M13.647 1.576c.151-.379.48-.083.567.169 4.051 6.934 8.172 13.827 12.189 20.78-.606.146-1.232.076-1.848.087-7.491.003-14.984-.006-22.475.004a3.866 3.866 0 0 1-.734-.09C5.404 15.519 9.545 8.557 13.647 1.575m-3.213 7.943c.825.555 1.656 1.103 2.482 1.658-.835.569-1.676 1.129-2.51 1.698l.529.913c.805-.517 1.605-1.043 2.415-1.554.006 1.163.003 2.326.001 3.489l-2.073.001c-.73.254-.891 1.426-.087 1.677.703.158.986-.692.819-1.243.43.122.898.032 1.343.054v4.32h1.04v-4.32c.447-.022.914.067 1.346-.053-.164.549.115 1.396.817 1.243.807-.247.648-1.43-.089-1.677-.691-.004-1.382-.001-2.073-.003-.001-1.163-.004-2.326.001-3.489.81.512 1.615 1.034 2.419 1.555l.524-.914c-.837-.569-1.676-1.131-2.512-1.698.828-.554 1.659-1.101 2.483-1.661a212.85 212.85 0 0 1-.456-.974c-.83.513-1.633 1.067-2.46 1.586l-.001-1.498h-1.04l-.001 1.498c-.825-.517-1.627-1.072-2.457-1.586l-.461.977z"/><path d="M10.434 9.518l.461-.977c.83.513 1.631 1.068 2.457 1.586l.001-1.498h1.04l.001 1.498c.827-.519 1.63-1.072 2.46-1.586.151.325.304.649.456.974-.824.559-1.655 1.107-2.483 1.661.837.567 1.676 1.129 2.512 1.698l-.524.914a247.99 247.99 0 0 0-2.419-1.555c-.006 1.163-.003 2.326-.001 3.489.691.001 1.382-.001 2.073.003-.241.147-.48.298-.728.434-.431.119-.899.031-1.346.053v4.32h-1.04v-4.32c-.445-.022-.913.068-1.343-.054-.248-.136-.488-.287-.731-.434l2.073-.001c.001-1.163.004-2.326-.001-3.489-.81.511-1.611 1.036-2.415 1.554l-.529-.913c.834-.569 1.674-1.129 2.51-1.698-.825-.555-1.656-1.103-2.482-1.658z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffcd05" d="M11.821 0h.318A798.774 798.774 0 0 1 24 11.857v.215a3.432 3.432 0 0 1-.521.607C19.67 16.436 15.948 20.289 12.097 24h-.217C7.865 20.114 3.941 16.122 0 12.157v-.318C3.892 7.848 7.854 3.917 11.821 0m.102.418c-.178.023-.302.164-.428.277C7.879 4.319 4.255 7.935.637 11.557c-.245.194-.302.605-.041.812 3.703 3.695 7.396 7.403 11.102 11.095.181.22.497.125.654-.071 3.698-3.702 7.405-7.397 11.098-11.105.248-.206.108-.546-.1-.72-3.638-3.642-7.282-7.28-10.919-10.922-.137-.133-.301-.287-.509-.229z"/><path fill="#ffcd05" d="M1.175 11.496C4.794 7.924 8.332 4.261 11.997.738c3.779 3.716 7.546 7.457 11.242 11.254a993.678 993.678 0 0 1-11.246 11.246c-3.68-3.58-7.271-7.258-10.918-10.873-.328-.236-.179-.666.101-.869m6.07-4.076c-.312.595-.982 1.082-.869 1.82.005 2.438-.006 4.878.006 7.316.583.006 1.166.007 1.75 0 .001-.247.004-.493.007-.74.475-.008.95-.01 1.424.004l.008.738c.582.005 1.164.005 1.746 0 .004-.242.005-.484.005-.725.475-.038.953-.022 1.429-.017.002.246.005.492.006.739.583.01 1.166.006 1.75.002l.008-.742c.475-.008.95-.008 1.424 0l.011.74c.582.006 1.164.011 1.746-.004.002-2.59.022-5.182-.006-7.771-.2-.497-.584-.91-.87-1.364-.286.448-.642.858-.863 1.343-.032.42-.002.842-.019 1.264l-1.412.001c-.046-.448.036-.908-.054-1.35-.251-.436-.559-.836-.834-1.258-.292.421-.6.833-.854 1.277-.065.431-.014.87-.022 1.304-.478.05-.958.019-1.436.023-.013-.424.016-.847-.014-1.268-.223-.454-.545-.853-.821-1.276-.733.592-1.092 1.583-.928 2.544-.47.004-.941.002-1.41.004-.05-.444.024-.896-.05-1.336a14.87 14.87 0 0 0-.858-1.27z"/><path fill="#ffcd05" d="M8.138 10.536c.476-.008.953-.01 1.428.004.001 1.598.002 3.197 0 4.795-.475.007-.952.006-1.427.001-.01-1.6-.007-3.2-.001-4.8zM11.321 10.554c.476-.041.954-.023 1.432-.018.007 1.601.01 3.2-.001 4.8-.475.005-.952.006-1.427-.002-.004-1.594.002-3.187-.004-4.78zM14.515 10.536c.476-.008.953-.008 1.428 0 .005 1.601.005 3.2 0 4.801-.475.004-.95.004-1.426-.001-.012-1.6-.007-3.2-.002-4.8z"/><path fill="#231f20" d="M11.923.418c.208-.058.372.096.509.229 3.637 3.642 7.28 7.28 10.919 10.922.208.174.348.514.1.72-3.692 3.708-7.399 7.403-11.098 11.105-.157.196-.473.29-.654.071C7.992 19.773 4.3 16.065.597 12.37c-.262-.208-.204-.618.041-.812C4.256 7.935 7.88 4.32 11.496.696c.126-.113.251-.254.428-.277M1.175 11.496c-.28.203-.428.632-.101.869 3.647 3.616 7.237 7.294 10.918 10.873a1010.52 1010.52 0 0 0 11.246-11.246C19.542 8.195 15.775 4.455 11.996.738 8.331 4.261 4.794 7.924 1.174 11.496z"/><path fill="#231f20" d="M7.246 7.42c.301.413.601.828.858 1.27.074.439 0 .892.05 1.336.469-.001.94 0 1.41-.004-.164-.961.194-1.952.928-2.544.276.422.598.822.821 1.276.03.421.001.845.014 1.268.479-.004.959.028 1.436-.023.007-.434-.043-.874.022-1.304.254-.444.563-.856.854-1.277.275.421.583.822.834 1.258.09.442.008.902.054 1.35l1.412-.001c.017-.421-.013-.844.019-1.264.221-.485.577-.895.863-1.343.286.455.67.868.87 1.364.028 2.59.008 5.182.006 7.771-.582.014-1.164.01-1.746.004l-.011-.74a42.248 42.248 0 0 0-1.424 0l-.008.742c-.583.004-1.166.007-1.75-.002-.001-.247-.004-.493-.006-.739-.476-.005-.954-.022-1.429.017 0 .241-.001.482-.005.725-.582.005-1.164.005-1.746 0-.004-.246-.006-.492-.008-.738a32.187 32.187 0 0 0-1.424-.004c-.004.247-.006.493-.007.74-.583.007-1.166.006-1.75 0-.012-2.438-.001-4.878-.006-7.316-.113-.738.557-1.225.869-1.82m.892 3.114c-.006 1.6-.008 3.2.001 4.8.475.005.952.006 1.427-.001.002-1.598.001-3.197 0-4.795a32.368 32.368 0 0 0-1.428-.004m3.183.018c.006 1.592 0 3.186.004 4.78.475.008.952.007 1.427.002.011-1.6.008-3.199.001-4.8-.478-.005-.955-.023-1.432.018m3.194-.018c-.005 1.6-.01 3.2.002 4.8.475.005.95.005 1.426.001.005-1.601.005-3.2 0-4.801a42.486 42.486 0 0 0-1.428 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g5" xmlns="http://www.w3.org/2000/svg"><path d="M11.684 0h.61c.268.142.52.313.738.524 3.216 3.224 6.44 6.443 9.66 9.664.467.475 1.003.908 1.308 1.516v.565a3.231 3.231 0 0 1-.653.878 8688.93 8688.93 0 0 0-9.601 9.599c-.454.45-.872.955-1.448 1.254h-.58a3.104 3.104 0 0 1-.749-.526c-3.214-3.228-6.44-6.442-9.655-9.668-.463-.475-1-.901-1.314-1.5v-.6c.292-.617.838-1.044 1.303-1.522C4.502 6.982 7.709 3.788 10.902.58c.232-.229.496-.425.782-.581m-.226.663C9.31 2.761 7.224 4.926 5.064 7.012c1.816.234 3.679.037 5.514.102.002 1.435.001 2.87 0 4.306-.805.002-1.612.001-2.417.001-.002.989-.002 1.978-.001 2.968.994.142 1.933-.091 2.722-.713-.214-.439-.45-.928-.312-1.428.103-.474.546-.748.769-1.156.3-.653 1.205-.568 1.579-1.174.295-.502.94-.8 1.427-.358.299-.577 1.052-.492 1.369.018.214-.779 1.236-.778 1.452.002.248-.452.634-.924 1.196-.934.641-.038 1.126.461 1.476.935.14-.384.304-.762.532-1.103-2.593-2.585-5.176-5.179-7.77-7.762-.287-.332-.832-.383-1.142-.056M4.964 7.108c-1.4 1.484-2.888 2.882-4.306 4.35a.767.767 0 0 0 .005 1.08c.606.629 1.236 1.235 1.852 1.855 1.668-.007 3.337 0 5.005-.004v-2.966c-.808-.002-1.614.002-2.42-.005-.083-1.43.17-2.915-.136-4.31m1.182.6c-.949.302-.404 1.864.534 1.482.97-.293.424-1.885-.534-1.482m2.776.024c-.944.395-.211 1.93.692 1.416.902-.41.204-1.883-.692-1.416M7.591 9.518c-.546.156-.725.936-.298 1.313.408.436 1.225.179 1.315-.409.143-.563-.475-1.114-1.018-.904m3.912 1.661c.295.206.572.437.83.688.322-.382.8-.347 1.103.035h.679c.125-.23.19-.614.523-.613.344-.018.42.377.541.614h.846c.12-.216.19-.601.512-.569.276.024.294.372.397.568h.559l.472-.57c.642-.007 1.284.002 1.925-.011a24.221 24.221 0 0 1-.824-.518c-.394.263-.882.308-1.277.019-.541.404-1.262.366-1.808-.007-.382.276-.848.235-1.235-.007-.473.277-1.024.26-1.504.012-.343.173-.708.128-1.025-.078a1.832 1.832 0 0 0-.715.438m8.426.137c-.263.29-.539.568-.817.842-.002.217-.004.433-.004.65.552.359.683.958.586 1.579.27.001.541.002.811.007-.127-.72.223-1.436.836-1.818.469-.384 1.105.133 1.59-.209.211-.226.338-.518.565-.732-.467-1.007-1.624-.266-2.36-.827-.323.326-.739.535-1.207.506M18 11.64l.001 1.232.829-.001V11.64H18M3.058 14.944c.151.146.3.294.451.442-.005-.15-.01-.3-.017-.449l-.434.007m1.082-.004l-.005.601-.472.007a935.53 935.53 0 0 1 3.858 3.858c-.001-1.264-.006-2.526.002-3.79l-.271-.115-.012-.558-.607-.006.001.593a32.62 32.62 0 0 1-.628.025l-.014-.616-.602.002-.013.608-.624-.01c-.001-.2-.002-.401-.005-.601H4.14m8.74 0l-.004.602-.624.012-.017-.612-.6.002-.011.607-.635-.005-.005-.601a29.742 29.742 0 0 0-.598-.005l-.01.606-.635.001-.006-.605-.598-.001-.011.605c-.2.001-.401.002-.601.005-.054-.263.055-.709-.36-.643-.018 1.711-.002 3.421-.008 5.132 1.081 1.081 2.16 2.165 3.242 3.242a.796.796 0 0 0 1.194-.004l7.728-7.728-.598-.007.001-.599-.601-.006-.005.604-.634.01-.012-.611-.602.002c-.006.203-.01.406-.014.61-.209-.005-.416-.007-.624-.011l-.004-.601-.608.001-.007.605-.629-.001-.004-.604-.606-.001-.013.607-.618-.001-.012-.605h-.606l-.007.606-.628-.001-.004-.602-.61-.006m7.512-.007c-.013.193-.02.388-.025.582l.548-.556c-.174-.011-.349-.02-.523-.026z"/><path fill="#ffeb00" d="M11.458.662c.311-.326.856-.276 1.142.056 2.594 2.582 5.177 5.177 7.77 7.762a5.17 5.17 0 0 0-.532 1.103c-.35-.474-.835-.973-1.476-.935-.563.01-.948.481-1.196.934-.216-.78-1.238-.781-1.452-.002-.317-.51-1.07-.595-1.369-.018-.487-.443-1.132-.144-1.427.358-.374.606-1.279.521-1.579 1.174-.223.408-.666.682-.769 1.156-.138.5.098.989.312 1.428-.788.622-1.728.854-2.722.713-.001-.99-.001-1.979.001-2.968.805 0 1.612.001 2.417-.001.001-1.435.002-2.87 0-4.306-1.835-.065-3.698.132-5.514-.102 2.16-2.087 4.246-4.252 6.394-6.35z"/><path fill="#ffeb00" d="M4.964 7.108c.306 1.396.053 2.88.136 4.31.806.007 1.613.002 2.42.005v2.966c-1.668.004-3.337-.004-5.005.004-.616-.62-1.246-1.226-1.852-1.855a.767.767 0 0 1-.005-1.08c1.417-1.468 2.905-2.866 4.306-4.35zM7.591 9.518c.542-.21 1.16.341 1.018.904-.09.588-.907.845-1.315.409-.427-.377-.248-1.157.298-1.313zM11.502 11.179c.204-.197.444-.352.715-.438.317.206.682.251 1.025.078.48.248 1.031.265 1.504-.012.386.242.853.283 1.235.007.546.373 1.267.412 1.808.007.395.289.883.244 1.277-.019.27.18.547.349.824.518-.641.013-1.283.004-1.925.011l-.472.57h-.559c-.103-.196-.121-.544-.397-.568-.323-.032-.392.353-.512.569h-.846c-.121-.238-.197-.632-.541-.614-.334-.001-.398.383-.523.613a76.84 76.84 0 0 1-.679 0c-.302-.382-.781-.416-1.103-.035a6.75 6.75 0 0 0-.83-.688zM19.927 11.317c.468.029.884-.18 1.207-.506.737.56 1.894-.18 2.36.827-.227.214-.354.506-.565.732-.485.342-1.121-.175-1.59.209-.613.382-.964 1.098-.836 1.818-.27-.005-.541-.006-.811-.007.097-.622-.034-1.22-.586-1.579 0-.217.001-.433.004-.65.278-.275.554-.552.817-.842z"/><path fill="#ffeb00" d="M18 11.64h.83v1.231l-.829.001L18 11.64zM3.058 14.944l.434-.007c.007.149.012.299.017.449l-.451-.442zM4.14 14.94h.608l.005.601.624.01c.005-.203.01-.406.013-.608l.602-.002.014.616c.21-.007.419-.014.628-.025l-.001-.593.607.006.012.558.271.115c-.008 1.264-.004 2.526-.002 3.79a935.53 935.53 0 0 0-3.858-3.858l.472-.007.005-.601zM12.88 14.938l.61.006.004.602.628.001.007-.606h.606l.012.605.618.001.013-.607.606.001.004.604.629.001.007-.605.608-.001.004.601c.208.004.415.006.624.011.005-.204.008-.407.014-.61l.602-.002.012.611.634-.01c.001-.202.002-.402.005-.604l.601.006-.001.599.598.007-7.728 7.728a.797.797 0 0 1-1.194.004c-1.082-1.078-2.161-2.161-3.242-3.242.006-1.711-.01-3.421.008-5.132.415-.066.306.38.36.643l.601-.005.011-.605.598.001.006.605.635-.001.01-.606c.199 0 .398.001.598.005l.005.601c.211.001.424.002.635.005l.011-.607.6-.002.017.612.624-.012.004-.602zM20.388 14.93c.174.006.349.016.523.026l-.548.556c.005-.194.012-.389.025-.582z"/><path fill="#cf181f" d="M6.146 7.708c.958-.403 1.504 1.189.534 1.482-.938.382-1.483-1.18-.534-1.482zM8.922 7.732c.896-.467 1.595 1.006.692 1.416-.904.514-1.637-1.021-.692-1.416z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.136 0h1.338c2.707 2.379 5.22 4.973 7.762 7.526 1.222 1.319 2.587 2.518 3.635 3.988v.794c-.576.916-1.352 1.684-2.106 2.452a569.964 569.964 0 0 1-6.549 6.554c-.957.943-1.901 1.917-3.008 2.687h-.726c-1.397-.824-2.436-2.107-3.617-3.195-2.644-2.67-5.393-5.248-7.864-8.08v-1.6c.943-1.2 2.082-2.222 3.137-3.318C5.8 5.203 8.332 2.454 11.137.001m.316.689c-.309.147-.531.418-.771.65C7.401 4.635 4.101 7.911.825 11.21a.968.968 0 0 0 0 1.45c3.448 3.431 6.883 6.877 10.326 10.312.365.402 1.034.335 1.374-.064 3.418-3.418 6.837-6.837 10.262-10.247.427-.368.429-1.085-.001-1.452-3.385-3.407-6.791-6.794-10.184-10.194-.282-.317-.739-.509-1.149-.326z"/><path fill="#030303" d="M10.891 7.606c1.514-.121 3.041-.147 4.554.009.601.031.96.553 1.297.979l.436.025c-.039.405.017.807.222 1.164.472-.178 1.3-.051.915.619-.208.01-.414.022-.621.034.658 1.323.431 2.783.284 4.179-.218.551-.97.56-1.431.355-.467-.271-.336-.876-.361-1.326-2.035.153-4.08.127-6.117.001-.019.458.102 1.086-.392 1.343-.45.169-1.14.178-1.382-.327-.186-1.402-.396-2.888.263-4.223-.296-.021-.592-.052-.887-.08.003-.297.004-.593.005-.89l1.366-.132c.48-.68.894-1.672 1.849-1.729m.132.405c-.729-.051-.878.802-1.229 1.262l.751-.066.001.819c-.431.056-.863.096-1.293.154.123.244.415.149.634.156 2.378-.175 4.764-.078 7.143-.001-.121-.371-.328-.702-.542-1.025-.714.06-1.421.166-2.131.25l-.001-.71c.589-.069 1.179-.122 1.768-.179-.186-.248-.324-.632-.69-.638-1.466-.125-2.944-.109-4.411-.022m-2.156 3.696c-.411.223-.418.886-.008 1.116.388.272.994-.029 1.008-.505.067-.511-.575-.906-1-.611m7.771-.021c-.449.206-.464.92-.026 1.147.396.258.986-.053.992-.527.053-.49-.542-.874-.966-.62z"/><path fill="#030303" d="M17.721 8.534a57.47 57.47 0 0 1 1.091-.105c-.003.2-.004.4-.003.599l-1.09.125c.003-.206.004-.413.001-.619zM11.089 9.156c.908-.091 1.815-.179 2.723-.259l-.001.732c-.906.114-1.814.223-2.72.328l-.001-.8zM4.596 9.773c.845-.088 1.69-.166 2.535-.245l.005.904-1.386.178c.239 1.501.494 2.998.737 4.498-.874.005-1.749.005-2.622 0 .231-1.78.449-3.562.73-5.334z"/><path fill="#facf03" d="M11.453.69c.41-.183.868.009 1.149.326 3.392 3.4 6.799 6.787 10.184 10.194.431.367.428 1.083.001 1.452-3.425 3.411-6.843 6.829-10.262 10.247-.34.398-1.009.466-1.374.064C7.708 19.538 4.273 16.092.825 12.661a.968.968 0 0 1 0-1.45c3.276-3.299 6.576-6.575 9.857-9.87.24-.232.462-.503.771-.65m-.562 6.915c-.955.057-1.369 1.05-1.849 1.729l-1.366.132-.005.89c.296.029.592.06.887.08-.659 1.335-.449 2.82-.263 4.223.241.505.931.496 1.382.327.494-.257.372-.885.392-1.343 2.037.126 4.081.152 6.117-.001.025.45-.106 1.055.361 1.326.461.205 1.213.196 1.431-.355.147-1.396.374-2.855-.284-4.179l.621-.034c.385-.669-.442-.797-.915-.619-.205-.357-.261-.759-.222-1.164l-.436-.025c-.337-.427-.697-.948-1.297-.979-1.513-.156-3.04-.13-4.554-.009m6.83.929c.003.206.001.413-.001.619.363-.04.726-.083 1.09-.125-.001-.2 0-.4.003-.599a57.47 57.47 0 0 0-1.091.105M4.596 9.773c-.282 1.772-.499 3.555-.73 5.334.873.005 1.747.005 2.622 0-.243-1.5-.498-2.997-.737-4.498.462-.058.924-.118 1.386-.178l-.005-.904c-.845.079-1.69.157-2.535.245z"/><path fill="#facf03" d="M11.023 8.012c1.467-.087 2.945-.102 4.411.022.366.006.505.39.69.638-.589.057-1.179.11-1.768.179l.001.71c.711-.084 1.418-.191 2.131-.25.214.323.422.654.542 1.025-2.379-.077-4.765-.174-7.143.001-.219-.006-.511.088-.634-.156.431-.058.863-.099 1.293-.154l-.001-.819-.751.066c.35-.461.499-1.313 1.229-1.262m.066 1.144l.001.8c.907-.105 1.815-.214 2.72-.328l.001-.732c-.908.08-1.815.169-2.723.259zM8.867 11.708c.426-.294 1.068.1 1 .611-.014.476-.62.777-1.008.505-.41-.23-.403-.893.008-1.116zM16.638 11.687c.424-.254 1.02.13.966.62-.006.474-.597.785-.992.527-.438-.227-.423-.941.026-1.147z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-with-barriers--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#edd110" opacity=".94" d="M11.717 0h.425c.581.199.973.688 1.393 1.105 3.319 3.323 6.654 6.63 9.967 9.956.496.463.517 1.307.01 1.769-3.578 3.582-7.168 7.156-10.752 10.733-.425.461-1.212.457-1.637-.001-3.324-3.318-6.642-6.642-9.964-9.961-.413-.414-.865-.802-1.159-1.315v-.634c.287-.57.791-.977 1.23-1.423C4.469 6.987 7.714 3.75 10.949.505c.218-.218.486-.38.768-.505m-.162.407c-.276.148-.481.391-.702.606C7.441 4.44 4.019 7.858.61 11.289c-.396.332-.419.978-.026 1.324 3.56 3.563 7.124 7.123 10.684 10.686.342.409 1.008.416 1.349.002 3.56-3.563 7.124-7.123 10.685-10.687.426-.372.343-1.054-.084-1.39C19.7 7.702 16.187 4.173 12.666.652c-.276-.3-.732-.43-1.11-.245z"/><path d="M11.555.407c.378-.185.834-.055 1.11.245 3.521 3.521 7.033 7.05 10.552 10.572.427.336.51 1.018.084 1.39-3.56 3.564-7.124 7.124-10.685 10.687-.341.414-1.007.407-1.349-.002C7.708 19.736 4.144 16.176.583 12.613c-.392-.346-.37-.991.026-1.324C4.018 7.858 7.441 4.441 10.852 1.013c.221-.215.426-.458.702-.606m.351.488c-.305.145-.511.43-.752.656-3.337 3.343-6.682 6.68-10.021 10.021-.161.15-.366.424-.132.61 3.533 3.553 7.086 7.09 10.626 10.637.144.18.402.275.564.059 3.536-3.506 7.048-7.04 10.584-10.546.254-.182.329-.504.052-.707C19.327 8.12 15.812 4.63 12.308 1.131c-.126-.074-.242-.294-.402-.236z"/><path d="M5.572 8.029c3.433.678 6.869 1.336 10.3 2.024.002-.22.006-.439.01-.658l.358-.366c.556.049 1.307-.226 1.666.349.083 1.061.01 2.13.032 3.194.403-.001.806-.007 1.206.043-.383.202-.824.109-1.237.143.39.08.788.107 1.186.11-.071.143-.143.284-.211.427.037.166.072.331.107.497.128.08.256.162.383.244-.522.004-1.045-.022-1.565.044.482.125.984.09 1.477.086v.34l-1.344.008-.001.715H15.88l-.001-.719c-3.749-.002-7.498.001-11.245-.001v-.343h11.24l.011-.128c-3.782-.022-7.567.043-11.347-.032a8.31 8.31 0 0 1 .516-.184c.035-.197.067-.395.102-.59a28.121 28.121 0 0 0-.31-.102l.004-.275c3.694-.106 7.398.066 11.087-.088-3.691-.061-7.387-.029-11.081-.016l.004-.178h11.02c.001-.553.002-1.105 0-1.658-3.49-.712-6.985-1.39-10.477-2.084.06-.268.118-.535.173-.804m.294 5.149c-.04.233-.08.464-.122.696h.918l.049-.696H5.87m1.628.007c-.025.23-.049.46-.071.691.301-.004.601-.005.902-.002.017-.235.034-.47.049-.704-.293.016-.587.02-.881.016m1.63-.009l-.055.694c.298-.001.595.001.893.008l.029-.701c-.289.001-.578.001-.866-.001m1.582.005l.054.668c.289-.002.578-.002.868-.001-.025-.226-.05-.451-.077-.676-.282.008-.563.011-.845.008m1.618-.003l.048.672h.918l-.073-.672h-.893m1.638.001l.074.671h.892l-.072-.673a44.42 44.42 0 0 1-.894.002m1.622.004c.043.266.098.535.252.764.024-.257.038-.514.046-.77l-.298.006m2.339.662l.325.013c-.061-.252-.121-.503-.187-.752-.158.216-.127.487-.138.739z"/><path fill="#fde012" d="M11.905.895c.16-.058.276.162.402.236 3.504 3.499 7.019 6.989 10.518 10.494.277.203.203.524-.052.707-3.536 3.505-7.048 7.039-10.584 10.546-.162.216-.42.121-.564-.059-3.54-3.547-7.093-7.084-10.626-10.637-.234-.186-.029-.46.132-.61 3.34-3.341 6.684-6.678 10.021-10.021.241-.227.448-.511.752-.656M5.572 8.029a44.22 44.22 0 0 1-.173.804c3.492.695 6.988 1.373 10.477 2.084.002.553.001 1.105 0 1.658H4.856l-.004.178c3.694-.013 7.39-.046 11.081.016-3.689.154-7.393-.018-11.087.088l-.004.275.31.102c-.035.196-.067.394-.102.59a7.187 7.187 0 0 0-.516.184c3.78.076 7.565.011 11.347.032l-.011.128H4.63v.343c3.748.002 7.496-.001 11.245.001l.001.719h2.059l.001-.715 1.344-.008v-.34c-.493.004-.995.038-1.477-.086.52-.066 1.043-.041 1.565-.044a35.84 35.84 0 0 0-.383-.244c-.035-.166-.07-.331-.107-.497.068-.143.14-.284.211-.427a6.21 6.21 0 0 1-1.186-.11c.413-.034.854.059 1.237-.143-.4-.05-.803-.044-1.206-.043-.023-1.064.05-2.134-.032-3.194-.359-.575-1.11-.3-1.666-.349l-.358.366-.01.658c-3.431-.689-6.866-1.346-10.3-2.024z"/><path fill="#fde012" d="M5.87 13.176h.845l-.049.696h-.918c.042-.232.083-.463.122-.696zM7.498 13.183c.294.005.588 0 .881-.016l-.049.704a54.242 54.242 0 0 0-.902.002c.022-.232.046-.461.071-.691zM9.127 13.175c.288.002.577.002.866.001l-.029.701a29.54 29.54 0 0 0-.893-.008l.055-.694zM10.71 13.18c.282.002.563 0 .845-.008l.077.676a83.747 83.747 0 0 0-.868.001l-.054-.668zM12.328 13.176h.893l.073.672h-.918l-.048-.672zM13.966 13.177c.298.001.595.001.894-.002l.072.673a132.61 132.61 0 0 0-.892 0l-.074-.671zM15.588 13.181l.298-.006a11.65 11.65 0 0 1-.046.77c-.154-.229-.209-.498-.252-.764zM17.927 13.843c.011-.252-.02-.523.138-.739.066.25.126.5.187.752l-.325-.013z"/></symbol><symbol viewBox="0 0 27 24" id="warning--railroad-crossing-without-barriers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M12.364.894c.421-.903 1.822-.905 2.242-.001 4.083 7.071 8.204 14.12 12.258 21.208-.015.286-.013.573.012.859-.163.356-.45.644-.82.783-8.381-.019-16.764-.018-25.145-.001a1.417 1.417 0 0 1-.809-.782 6.823 6.823 0 0 0-.003-.858C4.163 15.019 8.277 7.964 12.363.894m.884-.196c-.267.069-.426.311-.56.534C8.674 8.18 4.644 15.118.632 22.066c-.383.516.061 1.312.701 1.254 8.099.009 16.2.009 24.299 0 .64.058 1.089-.738.704-1.255-4.031-6.973-8.07-13.944-12.107-20.915-.174-.357-.592-.587-.983-.452z"/><path fill="#fff" d="M13.429 4.76l.105-.015a8941.26 8941.26 0 0 1 9.365 16.178c-6.276.004-12.553.004-18.831 0a8079.688 8079.688 0 0 1 9.36-16.164m-2.881 6.591l-.005.251c.705-.124 1.333.28 1.665.884-.845.169-2.28-.487-2.548.68-.736 1.511-.813 3.213-.705 4.859.15.506.573 1.05 1.153 1.022 3.345-.005 6.692.016 10.037-.012.031-.557.012-1.116.008-1.675-2.357-.378-4.569-1.886-5.442-4.16-.342-.864-1.396-.727-2.145-.715.31-.608.949-1.007 1.644-.883l-.023-.256c-1.212-.001-2.426-.009-3.638.004m-.752 7.916l-.016.427-.856.005c-.004.202-.007.404-.009.607 2.009-.005 4.019.016 6.028-.009 1.683-.542 3.472-.511 5.219-.603v-.426c-2.378-.007-4.758-.004-7.138-.001l-.015.421h-1.905l-.016-.421c-.43-.003-.862-.003-1.292 0z"/><path fill="#fff" d="M11.861 11.604c.344.011.688.011 1.031.001a2.128 2.128 0 0 0-.511.727 2.412 2.412 0 0 0-.52-.728zM9.519 14.695c-.073-.607.352-1.133.576-1.669 1.227-.003 2.453-.001 3.68 0 .256.516.51 1.064.524 1.65-1.592.044-3.186.009-4.78.019zM15.071 14.92c.255.26.512.518.777.769-.001.496 0 .992-.004 1.489-.233-.108-.467-.216-.7-.326a27.042 27.042 0 0 1-.073-1.931zM16.244 16.025l.653.467c.005.388.007.777.008 1.165-.221-.096-.442-.189-.663-.283-.008-.449-.008-.899.003-1.348zM9.884 16.483c.461-.189.783.558.324.759-.502.286-.871-.596-.324-.759zM13.274 16.509c.44-.263.867.445.43.711-.46.33-.929-.462-.43-.711zM17.244 16.702l.64.248c.009.328.011.655.004.983l-.63-.167a17.162 17.162 0 0 1-.015-1.064zM18.166 17.091l.511.129c.001.297 0 .592-.001.889l-.522-.12c.007-.299.011-.599.012-.898zM18.941 17.308l.429.089-.007.793-.421-.054c-.001-.276-.003-.551-.001-.828zM19.591 17.442l.32.013c.015.27.023.541.026.812l-.345-.059v-.766z"/><path fill="#c00" d="M13.247.698c.391-.135.809.094.983.452 4.037 6.971 8.075 13.942 12.107 20.915.386.518-.063 1.313-.704 1.255-8.099.009-16.2.009-24.299 0-.64.058-1.084-.738-.701-1.254C4.646 15.118 8.676 8.18 12.688 1.232c.133-.222.293-.465.56-.534m.181 4.062a7807.856 7807.856 0 0 0-9.36 16.164c6.278.004 12.554.004 18.831 0a9577.552 9577.552 0 0 0-9.365-16.178l-.105.015z"/><path d="M10.547 11.35c1.212-.013 2.426-.005 3.638-.004l.023.256c-.694-.124-1.333.275-1.644.883.75-.012 1.803-.15 2.145.715.872 2.273 3.085 3.782 5.442 4.16.004.558.023 1.118-.008 1.675-3.345.028-6.692.007-10.037.012-.58.028-1.003-.516-1.153-1.022-.108-1.646-.031-3.348.705-4.859.268-1.166 1.703-.511 2.548-.68-.332-.604-.96-1.009-1.665-.884l.005-.251m1.315.253c.217.209.394.453.52.728.113-.279.295-.519.511-.727-.344.009-.688.009-1.031-.001m-2.342 3.091c1.594-.009 3.187.026 4.78-.019-.015-.587-.268-1.134-.524-1.65-1.227-.001-2.453-.003-3.68 0-.224.537-.649 1.062-.576 1.669m5.552.225c0 .644.027 1.288.073 1.931.233.111.467.218.7.326.004-.496.003-.992.004-1.489a29.646 29.646 0 0 1-.777-.769m1.173 1.106c-.011.449-.011.899-.003 1.348.221.094.442.187.663.283a113.11 113.11 0 0 0-.008-1.165c-.218-.155-.436-.31-.653-.467m-6.359.459c-.547.163-.178 1.045.324.759.46-.201.138-.948-.324-.759m3.39.026c-.499.248-.03 1.041.43.711.437-.266.009-.973-.43-.711m3.97.193c-.004.355-.003.709.015 1.064.209.057.419.112.63.167.007-.328.005-.655-.004-.983l-.64-.248m.921.389c-.001.299-.005.599-.012.898l.522.12c.001-.297.003-.592.001-.889l-.511-.129m.775.217c-.001.276 0 .551.001.828.14.019.28.036.421.054l.007-.793c-.144-.031-.287-.059-.429-.089m.65.134v.766l.345.059a18.297 18.297 0 0 0-.026-.812 17.11 17.11 0 0 0-.32-.013zM9.796 19.265c.43-.003.862-.003 1.292 0l.016.421h1.905l.015-.421c2.38-.003 4.76-.005 7.138.001v.426c-1.747.092-3.537.061-5.219.603-2.009.026-4.019.004-6.028.009l.009-.607c.284-.003.57-.004.856-.005l.016-.427z"/><path fill="#545454" opacity=".84" d="M0 21.901l.1.201c.018.284.02.572.003.858l-.102.158v-1.216z"/><path fill="#585858" opacity=".85" d="M26.864 22.1l.102-.187v1.239l-.09-.193a6.008 6.008 0 0 1-.012-.859z"/><path fill="#3e3e3e" opacity=".78" d="M.911 23.741c8.381-.016 16.764-.018 25.145.001-.526.208-1.102.105-1.652.124-7.325-.001-14.652-.004-21.978.001-.504-.013-1.034.07-1.516-.127z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-without-barriers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fad607" d="M11.658 0h.608a2.5 2.5 0 0 1 .697.472c3.278 3.283 6.56 6.563 9.841 9.842.437.448.954.85 1.195 1.447v.42a2.475 2.475 0 0 1-.54.835 7344.935 7344.935 0 0 0-10.445 10.442 2.88 2.88 0 0 1-.791.541h-.424c-.277-.115-.55-.256-.763-.472C7.516 20.004 3.993 16.482.47 12.961a2.967 2.967 0 0 1-.472-.666v-.608c.281-.586.8-.989 1.243-1.445C4.482 7.001 7.726 3.763 10.962.518c.205-.204.443-.373.694-.52m-.081.424C7.883 3.96 4.327 7.653.683 11.246.22 11.6.15 12.314.619 12.696 4.178 16.26 7.74 19.823 11.305 23.38a.9.9 0 0 0 1.374-.014c3.562-3.562 7.126-7.123 10.686-10.686a.888.888 0 0 0-.005-1.352L12.674.642c-.27-.299-.74-.462-1.099-.218z"/><path fill="#010102" d="M11.575.422c.359-.244.829-.08 1.099.218L23.36 11.326a.888.888 0 0 1 .005 1.352c-3.56 3.563-7.124 7.124-10.686 10.686a.9.9 0 0 1-1.374.014C7.74 19.821 4.178 16.258.619 12.694c-.469-.382-.4-1.096.064-1.45C4.327 7.651 7.883 3.958 11.575.42m.34.335c-.17.044-.29.188-.419.299C7.984 4.586 4.451 8.098.935 11.626a.463.463 0 0 0 .011.742c3.539 3.544 7.086 7.081 10.622 10.627.192.266.58.335.791.049 3.563-3.562 7.126-7.123 10.686-10.686a.45.45 0 0 0 .005-.722c-3.538-3.545-7.086-7.08-10.621-10.627-.142-.127-.301-.302-.514-.253z"/><path fill="#ffdb00" d="M11.915.755c.212-.049.372.126.514.253 3.535 3.547 7.084 7.082 10.621 10.627a.45.45 0 0 1-.005.722c-3.56 3.563-7.123 7.124-10.686 10.686-.211.286-.599.217-.791-.049C8.032 19.448 4.484 15.91.946 12.367a.464.464 0 0 1-.011-.742c3.516-3.528 7.049-7.04 10.561-10.572.128-.11.248-.254.419-.299M9.199 7.543c-.761.431-1.027 1.302-.874 2.13l-.37.022c-.008.54.096 1.07.174 1.602-.328.004-.656.006-.984.011-.239.385-.482.767-.724 1.148.245.389.485.78.721 1.174l-.69.013-.004.796c-.221.001-.443.002-.664.005v.408l.516-.001c-.097.454-.022 1.055.539 1.136.641.09.919-.614.762-1.139l.587.004c.103.618.596 1.252 1.29 1.127.604-.079.871-.67.979-1.198.496.217.397.985.984 1.124.775.356 1.458-.398 1.544-1.123.474.202.368.913.888 1.086.736.418 1.531-.263 1.598-1.013.223-.002.446-.006.671-.01-.188.494.041 1.175.653 1.148.581-.034.758-.664.636-1.145l.974.007.017-.409c-.353-.006-.706-.007-1.058-.01l-.001-1.769c-.317 0-.635-.002-.952-.006l.001-1.182c.582-.004 1.164.001 1.747-.011l-.012-.576c-1.118-.004-2.236.002-3.354-.005l-.088.415-.344-.004-.042-.41c-1.198.006-2.395 0-3.593.004l-.089.408c-.564-.001-1.129 0-1.693-.002.083-.496.205-.984.257-1.484l-.278-.265c.176-.299.31-.664.63-.84.402-.052.79.244 1.193.102.462-.144.899-.361 1.367-.491.425.25.875.619 1.402.511.42-.108.806-.319 1.232-.408.286.35.785.582 1.212.337.74-.49.666-1.757-.161-2.124-.578-.422-1.208.456-1.762-.043-.578-.422-1.288-.066-1.926-.083-.655-.172-1.192-.799-1.918-.664-.719.205-.998 1.018-.996 1.696z"/><path fill="#010002" d="M9.199 7.543c-.002-.678.277-1.49.996-1.696.726-.136 1.262.492 1.918.664.638.017 1.348-.34 1.926.083.553.499 1.183-.379 1.762.043.827.367.901 1.634.161 2.124-.427.245-.926.013-1.212-.337-.426.089-.812.3-1.232.408-.527.108-.977-.262-1.402-.511-.468.13-.905.347-1.367.491-.403.142-.791-.154-1.193-.102-.32.176-.454.541-.63.84l.278.265c-.052.5-.174.989-.257 1.484.564.002 1.129.001 1.693.002l.089-.408c1.198-.004 2.395.002 3.593-.004l.042.41.344.004.088-.415c1.118.007 2.236.001 3.354.005l.012.576c-.583.012-1.165.007-1.747.011l-.001 1.182c.317.004.635.006.952.006l.001 1.769c.353.002.706.004 1.058.01l-.017.409c-.325-.004-.65-.005-.974-.007.122.481-.055 1.111-.636 1.145-.612.026-.841-.654-.653-1.148l-.671.01c-.067.75-.863 1.43-1.598 1.013-.52-.173-.414-.884-.888-1.086-.086.725-.769 1.48-1.544 1.123-.587-.139-.488-.907-.984-1.124-.108.528-.376 1.118-.979 1.198-.694.125-1.187-.509-1.29-1.127l-.587-.004c.157.524-.121 1.229-.762 1.139-.56-.082-.636-.683-.539-1.136l-.516.001v-.408l.664-.005.004-.796c.229-.005.46-.01.69-.013a61.514 61.514 0 0 0-.721-1.174c.241-.382.485-.763.724-1.148.328-.005.656-.007.984-.011-.078-.532-.182-1.062-.174-1.602a43.3 43.3 0 0 0 .37-.022c-.154-.828.113-1.699.874-2.13z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-without-barriers--g3" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M11.842 2.45c.406-.082.788.191.961.545 3.387 5.88 6.787 11.753 10.172 17.634.373.552-.103 1.369-.769 1.31-6.838-.001-13.676.007-20.513-.004-.619.015-1.042-.739-.725-1.266 3.384-5.881 6.785-11.753 10.17-17.633.15-.274.376-.542.704-.586M3.203 20.225c5.852 0 11.704.008 17.556-.004-2.92-5.074-5.849-10.142-8.777-15.211-2.928 5.071-5.855 10.142-8.779 15.215z"/><path fill="#fff" d="M3.203 20.225c2.924-5.073 5.851-10.144 8.779-15.215 2.928 5.069 5.857 10.137 8.777 15.211-5.852.012-11.704.004-17.556.004m6.691-8.224c-.317.634-1.281.479-1.507 1.18-.322.86-.215 1.799-.232 2.699l-.4.428-.427.01c.002.427.001.854.001 1.281l-.819.002.003.432h1.209c.032.419.298.768.715.871-.641-.022-1.283-.007-1.924-.01l-.003.405c3.419.002 6.838.002 10.256-.001l-.002-.404c-.767.003-1.534-.012-2.3.01.416-.104.676-.454.711-.871h1.617l.006-.429-.414-.007c-.001-.141-.003-.281-.003-.422l-.41-.004-.001-.857-1.234-.001-.001-.423.414-.007-.003-.427-.411-.006v-.422c.547-.002 1.095 0 1.642-.003l-.406-.425H13.5l.001 1.287-.409.427-1.233-.001c-.022-.335.062-.696-.06-1.013-.314-.35-.876-.312-1.288-.185-.486.187-.245.804-.299 1.198l-.823.001-.413-.429.001-1.286c.719-.481 1.559-.647 2.345-.969.266-.077.433.335.704.203.375-.144.75-.33 1.164-.305.748.05 1.433-.318 2.044-.702.302-.228.019-.594-.149-.809-.325-.523-.979-.617-1.463-.94-.335-.244-.57.27-.91.192-.5-.054-.935-.352-1.43-.422-.586.188-1.151.56-1.388 1.154z"/><path fill="#fff" d="M9.425 18.031c.393.003.786.002 1.179.003.03.419.299.767.713.87a65.332 65.332 0 0 0-2.619 0c.42-.101.688-.453.727-.873zM12.298 18.034c.393-.001.786 0 1.179-.003.039.42.306.772.725.873a63.372 63.372 0 0 0-2.616 0 .943.943 0 0 0 .712-.87z"/><path d="M9.894 12.001c.237-.594.802-.966 1.388-1.154.495.07.93.368 1.43.422.34.078.575-.436.91-.192.484.323 1.138.417 1.463.94.168.215.451.581.149.809-.611.384-1.296.752-2.044.702-.414-.025-.789.161-1.164.305-.271.132-.438-.28-.704-.203-.786.322-1.626.488-2.345.969l-.001 1.286.413.429.823-.001c.054-.394-.187-1.011.299-1.198.412-.127.974-.165 1.288.185.122.317.038.678.06 1.013l1.233.001.409-.427L13.5 14.6h2.471l.406.425c-.547.003-1.095.001-1.642.003v.422l.411.006.003.427-.414.007.001.423 1.234.001.001.857.41.004c0 .141.002.281.003.422l.414.007-.006.429h-1.617c-.035.417-.295.767-.711.871.766-.022 1.533-.007 2.3-.01l.002.404c-3.418.003-6.837.003-10.256.001l.003-.405c.641.003 1.283-.012 1.924.01-.417-.103-.683-.452-.715-.871H6.513l-.003-.432.819-.002c0-.427.001-.854-.001-1.281l.427-.01.4-.428c.017-.9-.09-1.839.232-2.699.226-.701 1.19-.546 1.507-1.18m-.469 6.03c-.039.42-.307.772-.727.873a65.332 65.332 0 0 1 2.619 0 .941.941 0 0 1-.713-.87c-.393-.001-.786 0-1.179-.003m2.873.003a.943.943 0 0 1-.712.87 63.372 63.372 0 0 1 2.616 0c-.419-.101-.686-.453-.725-.873-.393.003-.786.002-1.179.003z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-crossing-without-barriers--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffcd05" d="M11.826 0h.312A813.401 813.401 0 0 1 24 11.855v.221c-.2.289-.45.538-.7.785-3.749 3.697-7.412 7.484-11.2 11.14h-.221c-.661-.534-1.218-1.182-1.831-1.768-3.344-3.366-6.736-6.688-10.049-10.081v-.311C3.891 7.85 7.852 3.914 11.825.001m.097.415c-.172.035-.299.167-.426.277C7.88 4.318 4.253 7.933.637 11.558c-.24.202-.299.593-.041.806 3.678 3.683 7.36 7.363 11.041 11.042.185.251.527.223.712-.012 3.683-3.678 7.364-7.36 11.042-11.044.286-.208.206-.582-.042-.782C19.735 7.943 16.106 4.331 12.493.703c-.158-.14-.334-.347-.571-.288z"/><path fill="#ffcd05" d="M1.174 11.496C4.791 7.918 8.343 4.271 11.993.727a898.786 898.786 0 0 1 11.256 11.264 1439.57 1439.57 0 0 1-11.258 11.257c-3.668-3.599-7.274-7.262-10.918-10.886-.324-.242-.172-.658.101-.866M10.042 6.4c.316.384.757.884 1.31.748.268-.256.287-.678.436-1.007.217.454.247 1.199.888 1.24.494.108.768-.395 1.044-.706.574.222.704.823.695 1.376.226-.002.45.025.676.02-.029.221-.056.44-.082.661l.234.173c.248-.022.497-.044.746-.064-.091 1.163-.049 2.328-.068 3.492a23.142 23.142 0 0 1-.244-.03c-.238-.365-.539-.814-1.037-.778-.54-.074-.869.415-1.136.799-.155-.01-.31-.019-.463-.03.004-.25.005-.5.008-.75l-.481-.002-.011.773-.408.001-.006-1.188c-1.612-.002-3.223-.002-4.836 0l-.004 1.186c-.406 0-.811 0-1.217.002a561.892 561.892 0 0 0 0 3.895c.23.001.461.005.692.005.084.406.283.896.781.877.575.064.82-.521.955-.968.222.404.374 1.031.965.97.499.036.722-.432.803-.844l.329-.094-.001-.884c.712-.002 1.424-.002 2.136 0-.001.296-.004.594-.007.89l.356.097c.14.398.474.787.944.683.534-.002.509-.733.998-.802.13.974 1.526 1.07 1.704.074l.673-.004.01-.632c.383 0 .764 0 1.147.002-.006-.666-.005-1.332-.001-1.998l-1.148.001a52.957 52.957 0 0 0-.008-.892c-.191-.082-.368-.187-.486-.364-.163-.011-.325-.019-.487-.028-.084-1.285.128-2.596-.162-3.86-.23.013-.46.034-.689.048l.091-.558-.422-.3c.013-.554.024-1.111-.014-1.666-.404.056-.8.179-1.21.198-.389-.202-.52-.712-.923-.907-.328-.108-.684-.082-1.013-.186-.421-.224-.534-.859-1.057-.916-.977.076-1.732 1.468-1.001 2.243z"/><path fill="#ffcd05" d="M13.327 15.008c1.129-.006 2.258-.004 3.389-.002l-.001.382c-1.128.002-2.255.002-3.382-.001l-.006-.378z"/><path fill="#231f20" d="M11.922.416c.238-.059.413.148.571.288 3.613 3.628 7.242 7.24 10.856 10.865.248.2.328.575.042.782-3.678 3.684-7.36 7.366-11.042 11.044-.185.235-.527.263-.712.012-3.682-3.679-7.363-7.36-11.041-11.042-.258-.214-.199-.605.041-.806C4.253 7.934 7.88 4.319 11.496.694c.127-.11.254-.242.426-.277M1.174 11.496c-.272.209-.425.624-.101.866 3.643 3.624 7.249 7.288 10.918 10.886a1405.7 1405.7 0 0 0 11.258-11.257A898.786 898.786 0 0 0 11.993.727c-3.65 3.544-7.202 7.19-10.819 10.769z"/><path fill="#231f20" d="M10.042 6.4c-.731-.775.024-2.167 1.001-2.243.523.056.636.691 1.057.916.329.104.685.078 1.013.186.403.196.534.706.923.907.409-.019.805-.142 1.21-.198a17.8 17.8 0 0 1 .014 1.666l.422.3-.091.558c.229-.014.458-.035.689-.048.29 1.265.078 2.575.162 3.86a27 27 0 0 1 .487.028c.118.176.295.282.486.364.006.296.007.594.008.892l1.148-.001c-.004.666-.005 1.332.001 1.998-.383-.002-.764-.002-1.147-.002l-.01.632-.673.004c-.178.996-1.574.9-1.704-.074-.49.068-.464.799-.998.802-.47.104-.804-.284-.944-.683-.119-.034-.238-.065-.356-.097.004-.296.006-.594.007-.89-.712-.002-1.424-.002-2.136 0l.001.884-.329.094c-.08.412-.304.88-.803.844-.59.061-.743-.565-.965-.97-.136.448-.38 1.032-.955.968-.498.019-.697-.472-.781-.877-.232 0-.462-.004-.692-.005a561.892 561.892 0 0 1 0-3.895c.406-.002.811-.002 1.217-.002.001-.395.001-.79.004-1.186 1.613-.002 3.224-.002 4.836 0l.006 1.188.408-.001.011-.773.481.002c-.004.25-.005.5-.008.75.154.011.308.02.463.03.268-.384.596-.874 1.136-.799.498-.036.799.413 1.037.778l.244.03c.019-1.164-.023-2.329.068-3.492-.25.019-.498.042-.746.064l-.234-.173c.025-.221.053-.44.082-.661-.226.005-.45-.023-.676-.02.01-.553-.121-1.154-.695-1.376-.276.311-.55.814-1.044.706-.641-.041-.671-.786-.888-1.24-.149.329-.168.751-.436 1.007-.553.137-.995-.364-1.31-.748m3.284 8.604l.006.378c1.127.004 2.254.004 3.382.001l.001-.382c-1.13-.001-2.26-.004-3.389.002z"/></symbol><symbol viewBox="0 0 27 24" id="warning--railroad-crossing-without-barriers--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.469 0h.455c.27.151.501.366.647.64 4.277 7.44 8.593 14.858 12.857 22.306v.491c-.154.167-.307.335-.477.487-7.06-.134-14.128-.019-21.193-.058-1.755.026-3.515-.063-5.269.056a6.11 6.11 0 0 1-.49-.502v-.41C4.2 15.586 8.528 8.231 12.763.824c.167-.326.414-.603.705-.826m-9.92 21.594c6.784.005 13.569.007 20.353 0-3.389-5.878-6.779-11.755-10.179-17.626A8761.686 8761.686 0 0 0 3.547 21.592z"/><path fill="#fff" d="M3.548 21.592A8562.751 8562.751 0 0 1 13.723 3.966c3.4 5.871 6.79 11.748 10.179 17.626-6.784.007-13.569.005-20.353 0m9.281-9.175c-.587.879-1.034 1.868-1.788 2.628l.236.111-.022.624-.285.214c.005-.299.044-.619-.115-.889-.348 1.157-.082 2.412-.163 3.61.49-.14.96-.432 1.472-.447.295.4.262.987.413 1.465.597-.003 1.193-.003 1.788-.001l.003.32c-2.432.051-4.863-.111-7.293-.062 1.377.151 2.784.304 4.027.994 2.953.041 5.909.01 8.865.015-.313-.32-.629-.634-.946-.948h-2.397l.003-.318c.536-.003 1.072-.001 1.609-.001.051-.638.075-1.285.307-1.888a227.953 227.953 0 0 0-.119-5.028c-.388-.963-1.587-1.188-2.517-1.19-1.051.03-2.336-.134-3.075.793m-4.625 4.843c0 .734-.003 1.467.001 2.2.742-.151 1.454-.413 2.175-.634.016-1.037.007-2.074.005-3.11-.708.542-1.4 1.109-2.182 1.544m-2.362.903c-.347.595-.69 1.193-1.031 1.791.532-.004 1.066-.007 1.596.047l-.036-.204a16 16 0 0 0 1.535-.255c.001-.715.003-1.428 0-2.142-.669.3-1.349.584-2.064.764z"/><path fill="#fff" d="M15.115 12.103c.273-.01.546-.01.82-.007.01.155.005.31-.015.465-.266 0-.532-.001-.798-.007.003-.151.001-.3-.007-.451zM13.148 12.917l1.661-.001v1.783h-1.661c-.003-.594-.003-1.188 0-1.781zM16.223 12.917l1.661-.001c.003.594.003 1.188 0 1.783h-1.661v-1.781zM15.208 13.137c.214.003.428.004.643.001l-.001 1.34a68.267 68.267 0 0 0-.64 0 85.634 85.634 0 0 1-.001-1.341zM12.154 15.132c-.036-.555-.066-1.155.391-1.555.01.421.008.843 0 1.264-.132.096-.262.192-.391.291zM12.975 15.32c.857.259 1.688.605 2.552.835.867-.228 1.698-.576 2.555-.838l.011.413c-.861.267-1.698.616-2.569.846-.861-.235-1.691-.579-2.545-.837l-.004-.42zM14.46 18.178l.315-.005c.003.307.004.614.004.922l-.321-.005.001-.911zM17.04 18.173c.08.001.237.004.317.007l.001.909-.321.005c0-.307 0-.614.003-.922zM13.814 18.178h.32v.913h-.318l-.001-.913zM15.749 18.178h.318v.913h-.318v-.913zM17.683 18.178h.318v.913h-.318v-.913zM14.715 19.758a9.12 9.12 0 0 1 1.559.003l-.038.291c-.495-.003-.99-.003-1.485.001-.008-.074-.027-.221-.036-.295z"/><path d="M12.83 12.417c.739-.927 2.024-.763 3.075-.793.93.003 2.128.228 2.517 1.19.06 1.675.096 3.353.119 5.028-.232.603-.256 1.251-.307 1.888-.536 0-1.072-.001-1.609.001 0 .08-.001.239-.003.318h2.397c.317.314.634.628.946.948-2.955-.005-5.912.026-8.865-.015-1.243-.69-2.65-.843-4.027-.994 2.43-.049 4.862.112 7.293.062 0-.08-.001-.239-.003-.32-.595-.001-1.192-.001-1.788.001-.151-.477-.118-1.064-.413-1.465-.512.015-.982.307-1.472.447.081-1.197-.185-2.452.163-3.61.159.27.121.59.115.889l.285-.214.022-.624-.236-.111c.754-.76 1.201-1.749 1.788-2.628m2.288-.312c.008.151.01.3.007.451.266.005.532.007.798.007.021-.155.025-.31.015-.465a17.234 17.234 0 0 0-.82.007m-1.967.814c-.003.594-.003 1.188 0 1.781h1.661v-1.783l-1.661.001m3.075.001v1.781h1.661c.003-.595.003-1.189 0-1.783l-1.661.001m-1.015.221c-.003.447-.003.894.001 1.341h.64l.001-1.34c-.215.003-.429.001-.643-.001m-3.053 1.995c.129-.099.259-.195.391-.291.008-.421.01-.843 0-1.264-.457.4-.427 1-.391 1.555m.821.188l.004.42c.854.258 1.684.602 2.545.837.871-.23 1.707-.579 2.569-.846l-.011-.413c-.857.262-1.688.61-2.555.838-.864-.23-1.695-.576-2.552-.835m1.485 2.857l-.001.911.321.005c0-.307-.001-.614-.004-.922l-.315.005m2.579-.004c-.003.307-.003.614-.003.922l.321-.005-.001-.909c-.08-.003-.237-.005-.317-.007m-3.872.002v.917l.322-.001v-.913c-.081-.001-.241-.001-.322-.003m.646.002l.001.913h.318v-.913h-.32m1.284-.001v.916l.331.001v-.92c-.082 0-.248.001-.331.003m.652.001v.913h.318v-.913h-.318m.641-.005l-.001.922.332-.001v-.916l-.331-.004m1.293.004v.913h.318v-.913h-.318m-2.968 1.58c.008.074.027.221.036.295.495-.004.99-.004 1.485-.001l.038-.291a9.329 9.329 0 0 0-1.559-.003z"/><path d="M8.208 17.262c.782-.435 1.474-1.003 2.182-1.544.001 1.037.011 2.074-.005 3.11-.721.221-1.433.483-2.175.634-.004-.732-.001-1.466-.001-2.2zM5.845 18.165c.715-.18 1.395-.464 2.064-.764.003.715.001 1.428 0 2.142a16 16 0 0 1-1.535.255l.036.204a14.918 14.918 0 0 0-1.596-.047c.341-.598.684-1.196 1.031-1.791z"/><path fill="#fcfcfc" d="M13.168 18.176c.081.001.241.001.322.003v.913l-.322.001v-.917z"/><path fill="#efefef" d="M15.097 18.177l.331-.003v.92l-.331-.001v-.916zM16.39 18.173l.331.004v.916l-.332.001.001-.922z"/><path fill="#120102" opacity=".08" d="M0 23.421c.156.174.314.347.49.502L.653 24H0v-.579z"/><path fill="#190102" opacity=".11" d="M26.951 23.925c.17-.152.324-.32.477-.487V24h-.624l.147-.075z"/><path fill="#c20813" opacity=".86" d="M.49 23.923c1.754-.119 3.514-.03 5.269-.056 7.064.038 14.133-.077 21.193.058l-.147.075H.653l-.163-.077z"/></symbol><symbol viewBox="0 0 28 24" id="warning--railroad-crossing-without-barriers--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.539 0h.642c.558.153.996.556 1.251 1.067 4.087 7.013 8.275 13.969 12.314 21.006v.662A1.971 1.971 0 0 1 26.507 24H1.274A1.965 1.965 0 0 1 0 22.774v-.677C4.016 15.04 8.231 8.09 12.314 1.067A2.05 2.05 0 0 1 13.539 0m.105 1.576C9.55 8.548 5.42 15.5 1.361 22.492c.176.097.375.136.574.123 8.007-.008 16.015.001 24.022-.004a1.02 1.02 0 0 0 .43-.117C22.353 15.527 18.23 8.609 14.161 1.66c-.071-.259-.411-.402-.517-.085z"/><path fill="#fff" d="M13.644 1.576c.107-.318.447-.175.517.085 4.069 6.949 8.192 13.867 12.226 20.834a1.02 1.02 0 0 1-.43.117c-8.007.006-16.015-.004-24.022.004a1.05 1.05 0 0 1-.574-.123C5.42 15.501 9.55 8.549 13.644 1.577m-5.632 9.972c.759.77 1.525 1.536 2.295 2.295 2.378.004 4.756.004 7.132 0 .771-.759 1.537-1.525 2.296-2.295-.64-.658-1.3-1.294-1.951-1.941-1.312 1.289-2.603 2.6-3.911 3.894-1.308-1.294-2.6-2.605-3.912-3.894-.651.645-1.31 1.285-1.949 1.941m.043 2.733l-.007.728-.419.017.001.864.418.015.007.771h.671l.007-.78.868.001.007.777.67.001.007-.78.873.001c0 .252-.004.505-.007.757.226.011.454.019.68.028.004-.264.006-.526.011-.789l.867.004.006.773.651.018c.019-.264.028-.527.031-.791l.866-.001.007.778.67.001.007-.778.867-.001c.004.259.006.519.008.78h.671c.003-.259.003-.52.007-.778h.888l.004.777h.673c.003-.259.003-.519.006-.778h.891c.001.262.001.524.004.785.226-.007.454-.015.681-.025a63.008 63.008 0 0 1-.006-.752l.476-.014.001-.867-.474-.014c-.003-.243-.004-.487-.006-.73h-.671l-.006.741-.891-.006a89.68 89.68 0 0 0-.006-.735h-.671l-.007.737H16.5l-.007-.737h-.671l-.008.738-.867-.001-.007-.737h-.67l-.007.737h-.87l-.006-.737h-.667c-.004.248-.015.497-.025.745-.286-.006-.57-.007-.856-.007l-.006-.738h-.671l-.006.737h-.87l-.007-.737h-.67l-.007.737h-.868l-.007-.737h-.671m2.247 2.8c-.774.752-1.534 1.519-2.295 2.285.66.641 1.296 1.307 1.952 1.949 1.311-1.293 2.6-2.607 3.912-3.898 1.312 1.292 2.601 2.605 3.911 3.898.658-.642 1.293-1.308 1.952-1.949-.76-.766-1.519-1.534-2.293-2.285-2.381-.004-4.76-.006-7.139 0z"/><path d="M8.012 11.549c.64-.656 1.299-1.296 1.949-1.941 1.312 1.289 2.604 2.6 3.912 3.894 1.308-1.294 2.598-2.605 3.911-3.894.651.646 1.311 1.283 1.951 1.941-.759.77-1.525 1.536-2.296 2.295-2.376.004-4.754.004-7.132 0-.77-.759-1.536-1.525-2.295-2.295zM8.055 14.282h.671l.007.737h.868l.007-.737h.67l.007.737h.87c.001-.246.003-.491.006-.737h.671l.006.738c.286 0 .57.001.856.007.01-.248.021-.497.025-.745h.667l.006.737h.87l.007-.737h.67l.007.737.867.001.008-.738h.671l.007.737h.886l.007-.737h.671l.006.735.891.006.006-.741h.671c.001.243.003.487.006.73l.474.014-.001.867-.476.014c0 .25.003.501.006.752-.228.01-.455.018-.681.025-.003-.261-.003-.523-.004-.785h-.891c-.003.259-.003.519-.006.778h-.673l-.004-.777h-.888c-.004.258-.004.519-.007.778h-.671c-.003-.261-.004-.52-.008-.78l-.867.001-.007.778-.67-.001-.007-.778-.866.001a12.3 12.3 0 0 1-.031.791c-.216-.007-.434-.012-.651-.018l-.006-.773-.867-.004c-.006.264-.007.526-.011.789a51.51 51.51 0 0 1-.68-.028c.003-.252.007-.505.007-.757l-.873-.001-.007.78-.67-.001L9.6 15.9l-.868-.001-.007.78h-.671l-.007-.771-.418-.015-.001-.864.419-.017.007-.728zM10.303 17.08c2.379-.006 4.758-.004 7.139 0 .774.751 1.533 1.519 2.293 2.285-.659.641-1.294 1.307-1.952 1.949-1.31-1.293-2.598-2.607-3.911-3.898-1.312 1.292-2.601 2.605-3.912 3.898-.656-.642-1.292-1.308-1.952-1.949.76-.766 1.52-1.533 2.295-2.285z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.711 0h.496c.274.118.535.272.744.487 3.517 3.524 7.043 7.04 10.56 10.564.529.455.552 1.333.022 1.796-3.584 3.578-7.162 7.165-10.747 10.742-.44.457-1.237.442-1.667-.024C7.555 20.006 3.997 16.441.433 12.881a2.482 2.482 0 0 1-.432-.644v-.492c.175-.563.66-.926 1.054-1.332 3.3-3.301 6.604-6.599 9.9-9.904.216-.218.476-.388.757-.51m-.144.422c-.15.079-.274.197-.396.311-3.499 3.502-7.002 7-10.5 10.502-.398.337-.466.998-.076 1.369 3.554 3.565 7.121 7.121 10.679 10.684.338.394 1.001.413 1.352.024 3.562-3.56 7.124-7.122 10.684-10.685.389-.354.367-1.008-.02-1.355C19.776 7.744 16.249 4.228 12.73.705c-.282-.324-.762-.49-1.162-.284z"/><path fill="#ffd033" d="M11.695.898c.224-.19.536-.055.704.143 3.499 3.503 7.003 7 10.501 10.502.268.2.299.61.022.816-3.521 3.52-7.04 7.04-10.56 10.562-.181.236-.552.28-.75.04C8.065 19.425 4.526 15.879.986 12.334c-.288-.226-.188-.631.074-.828C4.611 7.976 8.127 4.409 11.694.898M6.098 7.565c-.002.978-.004 1.955 0 2.933 1.466.004 2.933.001 4.398.001.006.978-.001 1.957.004 2.935h2.934c.004-.978-.002-1.956.004-2.933 1.465-.005 2.932.001 4.398-.004.002-.978.002-1.956 0-2.933-3.912-.001-7.825-.004-11.737 0m.773 6.276c.002.263.002.526.005.788-.264.006-.527.002-.791.008l.001.376c.263.005.527.002.791.008.002.386.002.773 0 1.159-.264.006-.528.002-.791.008l-.001.384c.262.006.522.002.782.007 0 .26.005.521.004.781h.781c0-.264.002-.528.004-.792h.781c0 .264.004.528.004.792h.772c0-.264.004-.528.005-.792h.788c0 .264.004.528.004.792h.772l.005-.792h.781c-.001.264.004.527.004.791l.78.001.004-.785.792.001c-.007.262.007.523 0 .784l.782-.002.004-.784.764.004c0 .26.004.521.004.782h.778l.007-.786.791.002c.001.257-.008.514-.006.77.264.011.527.005.791.018l-.001-.784c.256-.001.512-.014.768-.016l.005-.373c-.257-.007-.515-.017-.772-.025l-.001-1.147c.256-.001.511-.01.767-.012l.002-.366c-.257-.007-.514-.011-.769-.016v-.791c-.264.008-.527.008-.79.016-.001.26.007.52.006.78l-.791.001c-.002-.264-.006-.529-.007-.793l-.778.001c-.001.263-.004.527-.004.79l-.764.002-.002-.791-.782-.002-.004.792h-.79l-.004-.792-.78.001c0 .263-.004.527-.004.791h-.781l-.005-.792h-.772c.001.264-.004.528-.004.792h-.788c-.001-.264-.005-.528-.005-.792h-.772c0 .264-.004.528-.004.792h-.781c0-.264-.004-.528-.004-.792h-.781M10.5 20.76c.978 0 1.956.001 2.934-.001.001-.978.002-1.956-.001-2.934-.978-.001-1.957-.002-2.935.001.004.978-.001 1.956.002 2.934z"/><path fill="#ffd033" d="M7.656 15.017h.782c.002.389.002.778 0 1.166h-.782v-1.166zM9.216 15.017h.792c.002.389.002.778 0 1.166h-.792v-1.166zM10.786 15.017h.782c.002.389.002.778 0 1.166h-.782c-.002-.389-.002-.778 0-1.166zM12.355 15.017l.79-.001c.002.39.002.779 0 1.169l-.79-.001c-.002-.389-.002-.778 0-1.166zM13.932 15.016l.766.002c.002.388.002.776 0 1.165l-.766.001v-1.169zM15.484 15.016l.791.001c.002.389.002.778 0 1.166l-.791.001v-1.169z"/><path d="M11.568.421c.4-.205.88-.04 1.162.284 3.52 3.523 7.046 7.039 10.561 10.566.388.347.409 1.001.02 1.355-3.559 3.563-7.122 7.124-10.684 10.685-.352.389-1.014.37-1.352-.024C7.717 19.724 4.151 16.169.596 12.603c-.39-.371-.323-1.032.076-1.369C4.17 7.731 7.673 4.233 11.172.732c.122-.114.246-.232.396-.311m.127.477C8.127 4.409 4.611 7.976 1.061 11.506c-.263.197-.362.602-.074.828 3.54 3.545 7.079 7.091 10.626 10.627.198.24.569.197.75-.04 3.52-3.522 7.039-7.043 10.56-10.562.277-.206.246-.616-.022-.816-3.498-3.503-7.002-7-10.501-10.502-.168-.198-.48-.332-.704-.143z"/><path d="M6.098 7.565c3.912-.004 7.825-.001 11.737 0 .002.977.002 1.955 0 2.933-1.466.005-2.933-.001-4.398.004-.006.977 0 1.955-.004 2.933h-2.934c-.005-.978.002-1.957-.004-2.935-1.465 0-2.932.002-4.398-.001-.004-.978-.002-1.955 0-2.933zM6.872 13.84h.781c0 .264.004.528.004.792h.781c0-.264.004-.528.004-.792h.772c0 .264.004.528.005.792h.788c0-.264.005-.528.004-.792h.772l.005.792h.781c0-.264.004-.528.004-.791l.78-.001.004.792h.79l.004-.792.782.002.002.791.764-.002c0-.263.002-.527.004-.79l.778-.001c.001.264.005.529.007.793l.791-.001c.001-.26-.007-.52-.006-.78.263-.007.526-.007.79-.016v.791c.256.005.512.008.769.016l-.002.366c-.256.002-.511.011-.767.012l.001 1.147c.257.008.515.018.772.025l-.005.373c-.256.001-.512.014-.768.016l.001.784c-.264-.013-.527-.007-.791-.018-.002-.257.007-.514.006-.77l-.791-.002-.007.786a100.88 100.88 0 0 0-.778 0c0-.262-.004-.522-.004-.782l-.764-.004-.004.784-.782.002c.007-.26-.007-.522 0-.784l-.792-.001-.004.785-.78-.001c0-.264-.005-.527-.004-.791h-.781l-.005.792a99.33 99.33 0 0 0-.772 0c0-.264-.004-.528-.004-.792h-.788c-.001.264-.005.528-.005.792a99.331 99.331 0 0 0-.772 0c0-.264-.004-.528-.004-.792h-.781c-.001.264-.004.528-.004.792h-.781c.001-.26-.004-.521-.004-.781-.26-.005-.521-.001-.782-.007l.001-.384c.263-.006.527-.002.791-.008.002-.386.002-.773 0-1.159-.264-.006-.528-.004-.791-.008l-.001-.376c.264-.006.527-.002.791-.008-.002-.263-.002-.526-.005-.788m.784 1.174v1.166h.782c.002-.389.002-.778 0-1.166h-.782m1.56 0v1.166h.792c.002-.389.002-.778 0-1.166h-.792m1.57 0c-.002.389-.002.778 0 1.166h.782c.002-.389.002-.778 0-1.166h-.782m1.569 0c-.002.389-.002.778 0 1.166l.79.001c.002-.39.002-.779 0-1.169l-.79.001m1.577 0v1.169l.766-.001c.002-.389.002-.778 0-1.165l-.766-.002m1.552-.001v1.169l.791-.001c.002-.389.002-.778 0-1.166l-.791-.001zM10.5 20.76c-.004-.978.001-1.956-.002-2.934.978-.004 1.957-.002 2.935-.001.004.978.002 1.956.001 2.934-.978.002-1.956.001-2.934.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.698 0h.528c.289.139.56.318.786.546 3.494 3.506 7.003 7 10.498 10.506.528.456.552 1.327.024 1.793-3.563 3.562-7.127 7.123-10.687 10.687-.439.499-1.272.527-1.727.034-3.325-3.317-6.641-6.642-9.964-9.961C.738 13.186.272 12.796 0 12.26v-.532c.223-.598.743-.992 1.172-1.434 3.262-3.26 6.523-6.52 9.781-9.784.216-.212.472-.379.744-.51m-.128.422c-.342.202-.595.516-.877.79C7.355 4.555 4.009 7.891.673 11.234c-.431.362-.452 1.061-.024 1.433 3.54 3.541 7.084 7.081 10.627 10.62.342.394.996.412 1.349.024 3.55-3.535 7.087-7.081 10.632-10.62.421-.359.451-1.045.032-1.418C19.775 7.745 16.247 4.23 12.729.707c-.283-.319-.761-.494-1.16-.284z"/><path fill="#ffd033" d="M11.696.901c.262-.222.577-.008.764.197 3.474 3.487 6.965 6.96 10.439 10.445.266.206.298.602.022.815-3.542 3.539-7.074 7.09-10.625 10.619-.278.312-.67.059-.877-.194C7.95 19.291 4.458 15.822.987 12.332c-.29-.228-.184-.624.074-.826C4.612 7.977 8.124 4.406 11.695.902m-1.197 2.603c.001 2.221.002 4.442-.001 6.665.977-.966 1.948-1.938 2.934-2.893.01-1.258.001-2.515.002-3.773-.978.001-1.957-.001-2.935.001m3.276 4.179c.179.193.358.385.54.576l-.536.54a74.007 74.007 0 0 0-.576-.544c-.184.184-.367.366-.552.547l.554.559c-.176.18-.352.36-.526.541a41.838 41.838 0 0 0-.57-.546l-.554.55.562.556c-.187.187-.374.374-.56.563l-.56-.559c-.186.185-.371.37-.558.554.184.192.37.382.554.572l-.55.541a98.329 98.329 0 0 0-.564-.556c-.18.184-.36.367-.539.552l.546.539c-.184.185-.364.374-.538.57-.192-.182-.383-.365-.576-.546l-.542.534.552.566-.542.551a296.73 296.73 0 0 1-.564-.56 94.38 94.38 0 0 1-.551.547c.185.19.372.377.559.564l-.552.554c.06.07.182.208.244.276l.577-.56.826.822c-.182.187-.366.373-.55.56l.248.277c.187-.185.376-.368.565-.551l.566.544.547-.542c-.185-.19-.371-.377-.556-.565l.551-.548.559.56c.182-.186.366-.371.55-.554-.186-.187-.372-.374-.557-.563.186-.184.372-.368.557-.554l.56.558c.184-.185.368-.368.553-.551l-.559-.565.55-.548.564.56.551-.558-.554-.572c.192-.176.383-.354.57-.536.18.185.361.37.542.553l.56-.557-.562-.564c.168-.17.334-.344.516-.5.24.115.403.34.594.517.181-.185.362-.37.546-.552l-.557-.562c.185-.184.37-.367.553-.552l.575.554c.181-.187.365-.373.548-.559a73.823 73.823 0 0 1-.557-.564l.538-.527c-.066-.068-.197-.208-.263-.277l-.556.533c-.276-.272-.55-.547-.823-.821l.535-.541a60.355 60.355 0 0 0-.247-.269l-.557.538c-.187-.182-.374-.366-.563-.548l-.544.544m-3.276 8.971c.007 1.25.002 2.501.006 3.751h2.934c0-2.219.002-4.438-.001-6.656a335.59 335.59 0 0 0-2.939 2.905z"/><path fill="#ffd033" d="M14.027 9.059c.193-.18.385-.36.576-.541l.82.829-.56.566a39.536 39.536 0 0 1-.835-.854zM12.937 10.171l.535-.546c.28.277.557.557.836.835l-.538.551c-.278-.28-.557-.559-.834-.84zM11.821 11.291l.558-.56c.276.275.55.551.827.824-.182.188-.366.377-.547.566-.283-.274-.56-.552-.838-.83zM10.706 12.39c.186-.179.371-.359.556-.54.275.28.552.556.827.835l-.548.54c-.278-.277-.557-.556-.834-.835zM9.602 13.494c.188-.181.376-.365.562-.55.272.282.55.559.824.839l-.554.553c-.28-.278-.557-.559-.832-.842zM9.043 14.058c.283.272.56.551.84.828l-.552.556-.826-.83.538-.553z"/><path d="M11.569.422c.4-.21.877-.035 1.16.284 3.518 3.523 7.046 7.038 10.56 10.566.419.373.389 1.06-.032 1.418-3.545 3.539-7.082 7.085-10.632 10.62-.353.388-1.007.37-1.349-.024-3.544-3.539-7.087-7.079-10.627-10.62-.428-.372-.407-1.07.024-1.433C4.009 7.89 7.355 4.554 10.692 1.211c.282-.274.535-.588.877-.79m.127.48C8.125 4.405 4.612 7.976 1.062 11.505c-.258.202-.365.598-.074.826 3.47 3.49 6.962 6.959 10.432 10.451.208.253.599.506.877.194 3.551-3.529 7.082-7.08 10.625-10.619.276-.212.245-.608-.022-.815-3.474-3.485-6.965-6.958-10.439-10.445-.187-.205-.503-.419-.764-.197z"/><path d="M10.498 3.505c.978-.002 1.957 0 2.935-.001-.001 1.258.007 2.515-.002 3.773-.986.955-1.957 1.927-2.934 2.893.004-2.222.002-4.444.001-6.665zM13.774 7.684l.544-.544.563.548.557-.538.247.269-.535.541c.274.274.547.548.823.821.186-.176.371-.355.556-.533.066.07.197.209.263.277l-.538.527c.184.188.37.377.557.564-.184.186-.367.372-.548.559-.192-.185-.383-.371-.575-.554l-.553.552.557.562c-.184.182-.365.367-.546.552-.191-.178-.354-.402-.594-.517-.182.156-.348.33-.516.5l.562.564-.56.557-.542-.553c-.187.182-.378.36-.57.536l.554.572-.551.558-.564-.56c-.182.184-.366.366-.55.548l.559.565c-.185.182-.37.366-.553.551a295.14 295.14 0 0 0-.56-.558c-.185.186-.371.371-.557.554l.557.563c-.184.184-.367.368-.55.554l-.559-.56-.551.548.556.565-.547.542c-.19-.181-.378-.362-.566-.544-.19.182-.378.366-.565.551l-.248-.277.55-.56-.826-.822-.577.56a21.813 21.813 0 0 1-.244-.276c.184-.185.367-.37.552-.554-.187-.187-.374-.374-.559-.564.184-.181.367-.364.551-.547l.564.56.542-.551-.552-.566.542-.534c.193.181.384.364.576.546.174-.196.354-.385.538-.57l-.546-.539c.179-.185.359-.368.539-.552.188.184.377.37.564.556l.55-.541c-.185-.191-.371-.38-.554-.572l.558-.554.56.559.56-.563-.562-.556c.185-.182.37-.366.554-.55.191.18.382.362.57.546.174-.181.349-.361.526-.541-.185-.186-.371-.372-.554-.559.185-.181.368-.364.552-.547.193.18.385.361.576.544l.536-.54a58.427 58.427 0 0 1-.54-.576m.25 1.376c.274.29.553.572.835.854.186-.19.373-.378.56-.566-.272-.277-.546-.553-.82-.829-.191.181-.383.361-.576.541m-1.089 1.112c.277.281.556.56.834.84l.538-.551c-.28-.278-.557-.558-.836-.835l-.535.546m-1.117 1.12c.277.278.554.557.838.83.181-.19.365-.378.547-.566-.277-.274-.551-.55-.827-.824l-.558.56m-1.115 1.099c.277.28.556.558.834.835l.548-.54c-.275-.28-.552-.556-.827-.835-.185.181-.37.361-.556.54m-1.103 1.104c.275.283.552.564.832.842l.554-.553c-.275-.28-.552-.557-.824-.839-.186.185-.373.368-.562.55m-.559.564l-.538.553.826.83.552-.556c-.28-.277-.557-.556-.84-.828zM10.495 16.656c.972-.976 1.954-1.942 2.939-2.905.004 2.219.001 4.438.001 6.656h-2.934c-.004-1.25.001-2.501-.006-3.751z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.711 0h.494c.274.118.534.272.744.485 3.517 3.526 7.044 7.042 10.562 10.567.529.455.551 1.331.022 1.794-3.584 3.58-7.163 7.166-10.75 10.744-.44.457-1.234.442-1.663-.023C7.555 20.008 3.996 16.441.43 12.882a2.511 2.511 0 0 1-.431-.647v-.49c.178-.563.659-.926 1.054-1.332 3.3-3.301 6.604-6.599 9.9-9.904.216-.218.476-.386.757-.51m-.141.421c-.15.079-.275.197-.397.312C7.673 4.235 4.17 7.733.672 11.236c-.4.336-.467.997-.077 1.367 3.556 3.566 7.122 7.122 10.68 10.685.338.394 1.001.413 1.351.024 3.563-3.56 7.124-7.121 10.684-10.685.39-.353.368-1.008-.019-1.354C19.776 7.745 16.249 4.229 12.73.706c-.282-.324-.761-.488-1.16-.286z"/><path fill="#ffd033" d="M11.698.896c.223-.188.535-.053.702.143 3.499 3.504 7.004 7.001 10.504 10.504.264.202.298.608.02.815a35066.92 35066.92 0 0 0-10.562 10.565c-.181.234-.55.278-.748.04C8.067 19.427 4.527 15.879.986 12.337c-.287-.229-.187-.635.077-.832C4.614 7.975 8.13 4.407 11.699.897M7.565 6.095c-.005 1.466.001 2.933-.002 4.399-1.463.005-2.926-.001-4.387.002-.004.978-.001 1.956-.002 2.933 1.463.006 2.924-.001 4.387.004.01 1.468-.001 2.934.005 4.402.978-.001 1.955.001 2.933-.002.004-1.466-.002-2.933.002-4.398.978-.006 1.956 0 2.934-.004.001-.978.002-1.956-.001-2.935h-2.932c-.007-1.466.001-2.933-.005-4.4-.977-.004-1.955-.002-2.932 0m7.079-.001c-.005.256-.007.511-.011.767-.263 0-.527.005-.79.005.001.259.002.52.001.78.264-.001.529.005.793.004v.788c-.264-.001-.529.005-.793.004.001.259 0 .52-.001.78.265-.001.529.005.794.004v.764c-.264-.001-.529.005-.793.004.001.263 0 .526-.001.788.264-.001.529.005.794.004-.001.26-.001.521.001.781-.265-.002-.529.004-.794.002.001.263 0 .526-.002.788.266-.001.533.005.798.006-.002.257-.004.514-.002.77-.264 0-.528.005-.792.004 0 .259-.001.52-.004.78.266-.001.533.006.8.006-.006.262-.006.524-.006.787-.264.001-.528.001-.792.004v.77l.794.006c-.002.257-.002.514 0 .77-.265 0-.53.005-.794.005.002.259.001.52 0 .78.263-.001.526.004.79.004 0 .265.01.53.011.796l.371-.007c-.002-.265.004-.532.001-.798h1.163c0 .266.011.533.012.799l.384.001c-.001-.263.004-.527.001-.791.262.001.523-.005.785-.004a67.6 67.6 0 0 1 0-.78c-.262.002-.523-.007-.785-.004l-.001-.773c.262 0 .524-.005.786-.004a67.6 67.6 0 0 1 0-.78c-.262.002-.523-.007-.785-.004l-.001-.78c.263 0 .526-.006.788-.005-.002-.26-.005-.521-.004-.78-.262.002-.522-.006-.784-.004l-.001-.772c.263 0 .524-.006.787-.005-.001-.263-.004-.526-.001-.788-.263.002-.523-.005-.785-.002v-.78c.262 0 .524-.006.786-.005a68.878 68.878 0 0 1-.001-.787c-.262-.001-.523-.005-.785-.005v-.763c.262 0 .524-.006.786-.005a67.63 67.63 0 0 1-.001-.78c-.262 0-.523-.005-.785-.004v-.788c.262 0 .523-.004.785-.005-.001-.259-.001-.52.001-.779-.262 0-.522-.006-.782-.005-.004-.254-.005-.51-.007-.766h-.389c-.004.256-.005.511-.007.767-.386.002-.772.002-1.157 0-.004-.256-.005-.511-.007-.766l-.37-.002m3.183 4.406c-.001.978-.002 1.955 0 2.933.978.002 1.956.001 2.934.001 0-.979.002-1.958-.002-2.936-.977.001-1.955-.004-2.932.002z"/><path fill="#ffd033" d="M15.017 7.649h1.172c-.001.266-.001.532 0 .798h-1.172c.001-.265.001-.532 0-.798zM15.017 9.226c.391-.002.781-.002 1.172 0v.766c-.391.001-.781.001-1.172-.001v-.764zM15.017 10.786c.391-.002.781-.002 1.172 0v.781l-1.172.001v-.782zM15.016 12.361c.391-.001.782-.002 1.175 0-.002.258-.002.516-.001.774h-1.172c.001-.258 0-.516-.001-.774zM15.014 13.921c.392-.002.785-.002 1.176 0-.002.26-.004.522-.002.784l-1.17-.001c0-.26 0-.522-.004-.782zM15.016 15.488h1.175a50.15 50.15 0 0 0-.002.776l-1.17-.001c0-.258 0-.517-.002-.775z"/><path d="M11.569.42c.4-.203.878-.038 1.16.286 3.52 3.523 7.046 7.039 10.561 10.567.388.346.409 1.001.019 1.354-3.559 3.564-7.121 7.124-10.684 10.685-.35.389-1.013.37-1.351-.024C7.716 19.725 4.15 16.17.594 12.603c-.39-.37-.323-1.031.077-1.367C4.169 7.733 7.672 4.235 11.171.732c.122-.115.247-.233.397-.312m.13.476C8.129 4.406 4.613 7.974 1.062 11.504c-.264.197-.364.602-.077.832 3.541 3.542 7.081 7.09 10.628 10.626.198.239.566.194.748-.04l10.562-10.565c.277-.206.244-.613-.02-.815-3.499-3.503-7.004-7-10.504-10.504-.167-.196-.479-.331-.702-.143z"/><path d="M7.565 6.095c.977-.002 1.955-.004 2.932 0 .006 1.468-.002 2.934.005 4.4h2.932c.004.979.002 1.957.001 2.935-.978.004-1.956-.002-2.934.004-.005 1.465.001 2.932-.002 4.398-.978.004-1.955.001-2.933.002-.006-1.468.005-2.934-.005-4.402-1.463-.005-2.924.002-4.387-.004.001-.977-.001-1.955.002-2.933 1.462-.004 2.924.002 4.387-.002.004-1.466-.002-2.933.002-4.399zM14.644 6.095l.37.002.007.766c.385.002.77.002 1.157 0l.007-.767h.389l.007.766c.26-.001.521.005.782.005-.002.259-.002.52-.001.779-.262.001-.523.005-.785.005v.788c.262-.001.523.004.785.004-.001.259-.001.52.001.78-.262-.001-.524.005-.786.005v.763c.262 0 .523.004.785.005-.001.262-.001.524.001.787-.262-.001-.524.005-.786.005v.78c.262-.002.522.005.785.002-.002.263 0 .526.001.788-.263-.001-.524.005-.787.005l.001.772c.262-.002.522.006.784.004-.001.259.001.52.004.78-.263-.001-.526.005-.788.005l.001.78c.262-.004.523.006.785.004a67.6 67.6 0 0 0 0 .78c-.262-.001-.524.004-.786.004l.001.773c.262-.004.523.006.785.004a67.6 67.6 0 0 0 0 .78c-.262-.001-.523.005-.785.004.002.264-.002.528-.001.791l-.384-.001c-.001-.266-.012-.533-.012-.799h-1.163c.002.266-.004.533-.001.798l-.371.007c-.001-.265-.011-.53-.011-.796-.264 0-.527-.005-.79-.004a67.6 67.6 0 0 0 0-.78c.264 0 .529-.005.794-.005a49.409 49.409 0 0 1 0-.77l-.794-.006v-.77l.792-.004c0-.263 0-.526.006-.787-.268 0-.534-.007-.8-.006.002-.26.004-.521.004-.78.264.001.528-.004.792-.004-.001-.257 0-.514.002-.77-.265-.001-.532-.007-.798-.006.002-.263.004-.526.002-.788.265.001.529-.005.794-.002-.002-.26-.002-.521-.001-.781-.265.001-.53-.005-.794-.004.001-.263.002-.526.001-.788.264.001.529-.005.793-.004a97.283 97.283 0 0 1 0-.764c-.265.001-.529-.005-.794-.004.001-.26.002-.521.001-.78.264.001.529-.005.793-.004a103.49 103.49 0 0 1 0-.788c-.264.001-.529-.005-.793-.004.001-.26 0-.521-.001-.78.263 0 .527-.005.79-.005.004-.256.006-.511.011-.767m.372 1.551c.001.266.001.533 0 .798h1.172c-.001-.266-.001-.532 0-.798h-1.172m0 1.577v.764c.391.002.781.002 1.172.001a97.793 97.793 0 0 1 0-.766c-.391-.002-.781-.002-1.172 0m0 1.561v.782l1.172-.001v-.781c-.391-.002-.781-.002-1.172 0m-.001 1.575c.001.258.002.516.001.774h1.172c-.001-.258-.001-.516.001-.774-.392-.002-.784-.001-1.175 0m-.001 1.56c.004.26.004.522.004.782l1.17.001c-.001-.262 0-.523.002-.784-.391-.002-.784-.002-1.176 0m.002 1.568c.002.258.002.517.002.775l1.17.001c-.001-.259 0-.518.002-.776h-1.175zM17.826 10.498c.977-.006 1.955-.001 2.932-.002.005.978.002 1.957.002 2.936-.978 0-1.956.001-2.934-.001-.002-.978-.001-1.955 0-2.933z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.708 0h.508c.269.122.524.277.734.486 3.517 3.524 7.043 7.04 10.56 10.565.529.456.552 1.331.023 1.795-3.563 3.562-7.127 7.123-10.687 10.687-.437.5-1.273.526-1.727.032-3.343-3.337-6.682-6.682-10.024-10.021-.397-.402-.851-.772-1.096-1.295v-.511c.197-.583.703-.959 1.114-1.385 3.28-3.281 6.563-6.559 9.84-9.844.216-.216.475-.385.755-.51m-.14.422c-.149.079-.274.197-.396.311-3.498 3.502-7.001 7-10.499 10.501-.4.338-.468.998-.077 1.369 3.554 3.566 7.121 7.122 10.678 10.684.341.395 1.001.414 1.352.025 3.563-3.56 7.126-7.121 10.684-10.685.391-.354.368-1.008-.019-1.355C19.776 7.744 16.249 4.228 12.73.705c-.282-.323-.761-.491-1.162-.284z"/><path fill="#ffd033" d="M11.696.899c.224-.192.534-.054.703.142 3.499 3.503 7.004 6.998 10.502 10.502.265.203.298.607.02.816-3.52 3.521-7.04 7.04-10.559 10.562-.21.278-.618.251-.82-.02C8.025 19.377 4.499 15.859.984 12.334c-.289-.227-.186-.63.076-.829C4.611 7.976 8.126 4.407 11.694.899M7.565 6.094c-.001 3.913-.004 7.828 0 11.741.978-.002 1.956.001 2.935-.001.001-1.466-.002-2.934.001-4.4.978-.004 1.955 0 2.933-.001 0-.979.002-1.958-.001-2.938-.977.002-1.954.001-2.93.001-.006-1.466.001-2.934-.004-4.402-.978-.002-1.956-.001-2.934 0m7.074.009c0 .251-.007.5-.007.75l-.782.006v.793l.785.006.001.779-.785.005-.001.779.785.006.001.763c-.262.001-.523.002-.785.005l-.001.786.786.006.007.779c-.264.001-.528.002-.791.005l-.004.786.794.006-.007.779-.784.005-.004.77.796.006-.01.791c-.26-.002-.521 0-.781-.001l-.004.772.794.007-.01.782c-.26-.002-.521 0-.781-.001l-.004.772.788.006.007.797.366-.008.005-.79 1.166-.001c.007.266.014.532.023.798l.366-.007.006-.788c.263-.001.527-.002.791-.005l-.001-.772-.792-.004v-.779l.793-.006-.001-.772-.792-.004-.001-.787.797-.005c-.002-.258-.004-.515-.004-.773-.264-.001-.528-.001-.792-.004l-.001-.779.796-.005-.002-.788-.792-.004.001-.779.793-.005-.001-.788-.793-.004v-.763l.794-.006-.002-.779c-.264-.001-.528-.002-.792-.005v-.779l.793-.005v-.796c-.263-.001-.527-.002-.791-.005 0-.25-.006-.499-.005-.749h-.383c0 .25-.006.5-.006.75-.385.002-.772.002-1.158 0 0-.25-.005-.5-.005-.75l-.382-.001m3.19 4.397c0 .978-.001 1.956.001 2.933.977.002 1.955.001 2.933.001 0-.979.002-1.958-.002-2.938-.977.004-1.955-.001-2.932.004z"/><path fill="#ffd033" d="M15.014 7.657h1.171l.001.79h-1.172v-.79zM15.014 9.226c.39-.002.781-.002 1.171 0v.766h-1.171v-.766zM15.014 10.786c.39-.002.781-.002 1.171 0l.001.781h-1.172v-.781zM15.013 12.361c.391-.002.782-.001 1.174 0l-.001.774h-1.171l-.001-.774zM15.013 13.921h1.175l-.004.791h-1.169l-.002-.791zM15.013 15.488h1.175l-.004.776h-1.169l-.002-.776z"/><path d="M11.568.421c.401-.206.88-.038 1.162.284 3.52 3.523 7.046 7.039 10.561 10.566.388.347.41 1.001.019 1.355-3.558 3.564-7.121 7.124-10.684 10.685-.352.389-1.012.37-1.352-.025C7.717 19.724 4.151 16.169.596 12.602c-.391-.371-.323-1.031.077-1.369 3.498-3.502 7.001-7 10.499-10.501.122-.114.247-.232.396-.311m.128.478C8.127 4.407 4.612 7.975 1.062 11.505c-.262.199-.365.602-.076.829 3.515 3.526 7.04 7.043 10.558 10.567.202.271.61.299.82.02 3.518-3.522 7.039-7.042 10.559-10.562.277-.209.245-.613-.02-.816-3.498-3.504-7.003-7-10.502-10.502-.169-.196-.479-.334-.703-.142z"/><path d="M7.565 6.094c.978-.001 1.956-.002 2.934 0 .005 1.468-.002 2.935.004 4.402.977 0 1.954.001 2.93-.001.004.979.001 1.958.001 2.938-.978.001-1.955-.002-2.933.001-.004 1.466 0 2.934-.001 4.4-.979.002-1.957-.001-2.935.001-.004-3.913-.001-7.828 0-11.741zM14.639 6.103l.382.001c0 .25.005.5.005.75.386.002.773.002 1.158 0 0-.25.006-.5.006-.75h.383c-.001.25.005.499.005.749l.791.005v.796l-.793.005v.779l.792.005.002.779-.794.006v.763l.793.004.001.788c-.265.001-.529.002-.793.005l-.001.779.792.004.002.788c-.265.001-.53.002-.796.005l.001.779.792.004c0 .258.001.515.004.773-.266.001-.532.002-.797.005l.001.787.792.004.001.772-.793.006v.779l.792.004.001.772a209.9 209.9 0 0 1-.791.005l-.006.788-.366.007-.023-.798-1.166.001-.005.79-.366.008-.007-.797c-.263-.001-.526-.004-.788-.006l.004-.772c.26.001.521-.001.781.001.002-.262.006-.522.01-.782l-.794-.007.004-.772c.26.001.521-.001.781.001.002-.264.006-.528.01-.791l-.796-.006.004-.77.784-.005.007-.779-.794-.006.004-.786.791-.005-.007-.779-.786-.006.001-.786.785-.005-.001-.763-.785-.006.001-.779c.262-.001.523-.002.785-.005l-.001-.779-.785-.006v-.793l.782-.006c0-.25.007-.499.007-.75m.372 1.552v.79h1.172l-.001-.79h-1.171m0 1.569v.766h1.171v-.766c-.39-.002-.781-.002-1.171 0m0 1.56v.781h1.172l-.001-.781c-.39-.002-.781-.002-1.171 0m-.001 1.575l.001.774h1.171l.001-.774c-.391-.001-.782-.002-1.174 0m.001 1.56l.002.791h1.169l.004-.791h-1.175m0 1.567l.002.776h1.169c.001-.259.001-.517.004-.776h-1.175zM17.826 10.498c.977-.005 1.955 0 2.932-.004.005.979.002 1.958.002 2.938-.978 0-1.956.001-2.933-.001-.002-.977-.001-1.955-.001-2.933z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.711 0h.499c.275.116.533.272.74.487 3.535 3.546 7.088 7.076 10.618 10.627.488.457.464 1.294-.035 1.733-3.586 3.578-7.163 7.165-10.748 10.742-.44.458-1.238.442-1.667-.024C7.555 20.006 3.996 16.441.432 12.881A2.475 2.475 0 0 1 0 12.243v-.499c.163-.538.618-.887.994-1.271 3.319-3.322 6.643-6.638 9.96-9.962.215-.221.474-.391.757-.511m-.143.42c-.151.079-.274.198-.396.313-3.499 3.5-7.001 6.998-10.5 10.501-.401.336-.467 1-.076 1.369 3.556 3.564 7.121 7.121 10.678 10.684.338.394 1.003.413 1.354.024 3.562-3.56 7.123-7.122 10.684-10.684.39-.353.368-1.01-.02-1.356C19.776 7.745 16.25 4.228 12.731.705c-.28-.326-.761-.487-1.162-.286z"/><path fill="#ffd033" d="M11.694.898c.224-.187.541-.059.707.143 3.498 3.503 7.003 7 10.501 10.502.228.178.314.544.078.751-3.533 3.548-7.08 7.082-10.616 10.627-.18.236-.554.281-.752.041C8.067 19.424 4.528 15.877.986 12.335c-.288-.224-.188-.636.077-.83C4.611 7.975 8.131 4.411 11.695.898m2.539 5.198l-.007.745c-.264.005-.527.007-.79.011-.001.26.001.52.005.78h.782c.013.269.007.538-.016.805a49.285 49.285 0 0 0-.769-.006c-.002.26-.002.521-.001.781l.791.008.001.757-.792.01v.785c.264.002.528.005.793.01a50.56 50.56 0 0 1-.007.778h-.784a41.44 41.44 0 0 0-.004.788c.264.002.529.006.794.011-.001.259-.002.518-.006.776h-.784a49.8 49.8 0 0 0-.006.773c.265.002.529.006.794.011l-.002.782-.791.006.001.769.794.008c-.001.257-.004.514-.008.77h-.782c-.004.26-.006.521-.006.781l.793.008c.001.257.001.512.004.769l.361.026c.011-.266.017-.533.022-.798.384-.005.769-.005 1.154 0l.014.78.371.005.018-.784.779-.007.004-.772a70.32 70.32 0 0 0-.793-.014 65.366 65.366 0 0 1-.001-.767l.791-.007.004-.77a69.624 69.624 0 0 0-.794-.016c-.001-.259 0-.516.001-.774.263-.004.526-.006.79-.007.001-.256.002-.51.005-.764-.265-.006-.53-.011-.796-.014-.001-.258 0-.516.001-.774.264-.004.528-.006.792-.007 0-.264-.002-.527-.01-.79l-.782-.002c.001-.259.005-.518.008-.778l.781-.007v-.785l-.781-.007a96.52 96.52 0 0 1 0-.761l.781-.007v-.778l-.79-.006c.001-.264.004-.527.008-.79.263-.005.526-.01.788-.024-.004-.254-.006-.509-.008-.764l-.786-.007v-.75l-.389.007-.007.744c-.385.006-.77.006-1.156 0-.004-.25-.005-.498-.007-.748l-.372-.001M4.534 9.03c-.005.977-.007 1.955.001 2.932 1.162.006 2.323-.004 3.486.005.007 1.955-.006 3.911.006 5.866.978-.004 1.956.018 2.933-.011-.006-1.951-.001-3.901-.002-5.851.672-.016 1.344-.001 2.016-.008.006-.978.006-1.955 0-2.932-2.813-.004-5.627-.004-8.44 0m12.82 0c-.002.976-.002 1.952 0 2.928.678.007 1.355.005 2.033.001.002-.977.002-1.954 0-2.929a114.81 114.81 0 0 0-2.033 0z"/><path fill="#ffd033" d="M14.611 7.636c.389-.006.778-.006 1.168-.002.004.269.002.538-.001.806a75.51 75.51 0 0 1-1.166-.002 107.2 107.2 0 0 1 0-.802zM14.611 9.22c.39-.007.78-.007 1.171.002l-.001.756c-.39.008-.78.01-1.17.002a96.52 96.52 0 0 1 0-.761zM14.611 10.78c.39-.007.781-.007 1.172.004-.001.258-.002.517-.007.776-.389.002-.776.002-1.165-.002v-.778zM14.611 12.355c.39-.007.781-.006 1.172.005-.001.256-.002.511-.006.767-.389.004-.778.002-1.166-.002a98.56 98.56 0 0 1 0-.769zM14.611 13.915c.389-.006.779-.006 1.169 0v.778c-.39.006-.78.006-1.169 0a100.88 100.88 0 0 1 0-.778zM14.61 15.482c.39-.005.781-.005 1.171 0l-.001.77c-.39.006-.78.006-1.169 0-.001-.257-.002-.514-.001-.77z"/><path d="M11.568.42c.401-.202.882-.041 1.162.286 3.52 3.523 7.045 7.04 10.561 10.566.389.346.41 1.003.02 1.356-3.56 3.562-7.122 7.123-10.684 10.684-.35.389-1.015.37-1.354-.024-3.557-3.563-7.122-7.12-10.678-10.684-.391-.37-.325-1.033.076-1.369C4.17 7.732 7.672 4.234 11.171.734c.122-.115.245-.234.396-.313m.127.477C8.13 4.41 4.61 7.974 1.062 11.505c-.265.194-.365.606-.077.83 3.542 3.542 7.081 7.09 10.626 10.627.198.24.572.196.752-.041 3.536-3.545 7.084-7.079 10.616-10.627.236-.208.15-.574-.078-.751-3.498-3.503-7.003-7-10.501-10.502-.166-.202-.482-.33-.707-.143z"/><path d="M14.234 6.096l.372.001.007.748c.385.006.77.006 1.156 0 .004-.248.005-.497.007-.744l.389-.007v.75c.262.004.524.005.786.007l.008.764c-.263.014-.526.019-.788.024-.005.263-.007.526-.008.79l.79.006v.778l-.781.007a96.52 96.52 0 0 0 0 .761l.781.007v.785l-.781.007c-.004.259-.007.518-.008.778l.782.002c.007.263.01.526.01.79-.264.001-.528.004-.792.007-.001.258-.002.516-.001.774.265.004.53.008.796.014l-.005.764c-.264.001-.527.004-.79.007-.001.258-.002.515-.001.774.265.004.53.008.794.016l-.004.77-.791.007c-.001.256-.001.511.001.767.264.004.528.008.793.014l-.004.772-.779.007-.018.784-.371-.005-.014-.78c-.385-.005-.77-.005-1.154 0-.005.265-.011.532-.022.798l-.361-.026-.004-.769c-.264-.004-.529-.006-.793-.008 0-.26.002-.521.006-.781h.782c.005-.257.007-.514.008-.77-.265-.004-.53-.006-.794-.008l-.001-.769.791-.006.002-.782c-.265-.005-.529-.008-.794-.011 0-.258.002-.515.006-.773h.784c.004-.258.005-.517.006-.776-.265-.005-.53-.008-.794-.011-.001-.263 0-.526.004-.788h.784c.005-.259.006-.518.007-.778-.265-.005-.529-.007-.793-.01v-.785c.264-.002.528-.006.792-.01l-.001-.757c-.264-.004-.528-.006-.791-.008-.001-.26-.001-.521.001-.781.257 0 .512.002.769.006.023-.268.029-.536.016-.805h-.782c-.004-.26-.006-.52-.005-.78.263-.004.526-.006.79-.011l.007-.745m.375 1.538a107.2 107.2 0 0 0 0 .802c.389.005.778.005 1.166.002.004-.269.005-.538.001-.806-.39-.004-.779-.004-1.168.002m.001 1.584a96.52 96.52 0 0 0 0 .761c.39.007.78.006 1.17-.002l.001-.756a25.4 25.4 0 0 0-1.171-.002m0 1.559v.778c.389.005.776.005 1.165.002.005-.259.006-.518.007-.776a25.445 25.445 0 0 0-1.172-.004m0 1.575a98.56 98.56 0 0 0 0 .769c.389.005.778.006 1.166.002.004-.256.005-.511.006-.767a25.447 25.447 0 0 0-1.172-.005m0 1.561v.778c.389.006.779.006 1.169 0v-.778c-.39-.006-.78-.006-1.169 0m-.001 1.567c-.001.257 0 .514.001.77.389.006.779.006 1.169 0l.001-.77a45.71 45.71 0 0 0-1.171 0zM4.534 9.03c2.813-.004 5.627-.004 8.44 0 .006.977.006 1.954 0 2.932-.672.007-1.344-.007-2.016.008.001 1.95-.004 3.9.002 5.851-.977.029-1.955.007-2.933.011-.012-1.955.001-3.911-.006-5.866-1.163-.008-2.324.001-3.486-.005-.008-.977-.006-1.955-.001-2.932zM17.354 9.031a114.81 114.81 0 0 1 2.033 0c.002.976.002 1.952 0 2.929-.678.004-1.355.006-2.033-.001-.002-.976-.002-1.952 0-2.928z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.704 0h.517c.294.134.565.314.791.546 3.494 3.506 7.002 7 10.498 10.505.529.456.552 1.331.023 1.795-3.562 3.562-7.126 7.122-10.686 10.687-.438.5-1.274.526-1.728.032-3.343-3.337-6.68-6.682-10.022-10.021-.397-.4-.847-.772-1.096-1.291v-.518c.2-.58.703-.956 1.114-1.381 3.28-3.281 6.563-6.559 9.84-9.842.215-.217.473-.385.75-.511m-.137.42c-.174.095-.316.235-.457.37C7.636 4.276 4.15 7.751.673 11.235c-.431.359-.451 1.062-.025 1.433 3.541 3.541 7.085 7.08 10.627 10.62.34.394 1 .413 1.351.024 3.548-3.534 7.085-7.081 10.63-10.619.424-.356.454-1.049.035-1.42C19.775 7.746 16.249 4.229 12.73.706c-.282-.323-.762-.491-1.162-.284z"/><path fill="#ffd033" d="M11.695.9c.224-.193.534-.055.704.14 3.498 3.502 7.003 6.998 10.5 10.502.266.202.3.607.022.814-3.517 3.523-7.04 7.042-10.558 10.564-.185.235-.552.282-.752.04C8.064 19.425 4.525 15.879.986 12.334c-.289-.227-.187-.63.076-.829C4.612 7.976 8.126 4.408 11.695.901m-1.201 2.604c.002 1.254-.002 2.508.001 3.762.982.962 1.956 1.932 2.934 2.897.004-2.22.002-4.44.001-6.66-.979.001-1.957-.002-2.936.001M8.254 7.43c.174.176.349.35.523.527-.268.278-.54.552-.821.818-.19-.176-.378-.352-.569-.526l-.242.274.529.541-.556.552.558.56.556-.557.563.556c-.182.185-.367.367-.551.551.179.19.36.376.54.564.19-.186.378-.373.569-.558l.539.541-.556.551c.185.191.372.378.564.563.181-.184.362-.368.545-.551l.559.545c-.185.188-.371.374-.556.564l.557.559.557-.56.554.554-.559.558.55.551.559-.556.556.553c-.182.192-.367.382-.548.574.184.18.365.36.547.541.187-.186.374-.373.563-.557l.546.548c-.182.184-.366.365-.548.548.175.187.352.374.529.56.193-.18.383-.365.576-.545.187.18.371.365.559.546l.259-.272-.552-.559c.274-.277.548-.552.827-.824.19.185.377.372.565.557.085-.089.17-.178.257-.266-.184-.188-.37-.374-.553-.562.185-.186.372-.37.558-.554l-.557-.556-.556.56-.547-.551c.185-.191.373-.379.559-.569l-.566-.532c-.178.18-.353.362-.53.542-.191-.182-.38-.366-.57-.55.182-.187.367-.372.55-.559l-.536-.544c-.193.184-.384.371-.578.554-.175-.19-.353-.377-.529-.565l.551-.547-.557-.558c-.19.185-.376.372-.564.558l-.559-.563c.186-.186.373-.368.558-.553a48.93 48.93 0 0 0-.562-.554c-.184.182-.366.366-.551.547l-.534-.536c.182-.191.37-.379.553-.57-.19-.179-.376-.362-.564-.542l-.541.545a58.18 58.18 0 0 1-.569-.544c.184-.191.371-.379.554-.57l-.547-.541c-.191.181-.38.365-.571.547l-.541-.541c-.083.094-.166.187-.247.281m2.24 6.326c-.007 2.216 0 4.433-.004 6.649.978.008 1.956.004 2.934.002-.011-1.241.029-2.485-.012-3.725-.916-1.024-1.948-1.951-2.918-2.927z"/><path fill="#ffd033" d="M8.507 9.349c.272-.283.548-.562.829-.835l.562.569c-.278.275-.554.551-.83.829l-.56-.563zM9.618 10.465c.276-.282.554-.562.836-.836l.539.536c-.275.284-.552.564-.833.842l-.542-.542zM10.723 11.56c.274-.277.548-.554.826-.828l.558.558c-.275.277-.55.556-.827.833a147.84 147.84 0 0 0-.557-.563zM12.654 11.855l.569.53c-.275.289-.559.57-.851.842l-.524-.557c.272-.269.541-.54.806-.816zM12.942 13.786c.275-.287.554-.568.838-.846.179.193.358.385.535.578-.275.27-.546.544-.816.818-.186-.182-.372-.367-.557-.551zM14.046 14.888c.276-.277.552-.554.832-.828l.547.546c-.272.281-.548.558-.826.834l-.553-.552z"/><path d="M11.568.421c.4-.206.88-.038 1.162.284 3.52 3.523 7.045 7.04 10.561 10.567.419.371.389 1.063-.035 1.42-3.545 3.538-7.081 7.085-10.63 10.619-.352.389-1.012.37-1.351-.024-3.542-3.54-7.086-7.079-10.627-10.62-.426-.371-.406-1.074.025-1.433C4.149 7.75 7.635 4.275 11.111.79c.142-.134.283-.275.457-.37m.127.48C8.126 4.408 4.611 7.975 1.062 11.504c-.263.199-.365.602-.076.829 3.539 3.545 7.078 7.091 10.625 10.626.2.242.568.196.752-.04 3.517-3.522 7.04-7.04 10.558-10.564.278-.206.245-.612-.022-.814-3.497-3.504-7.002-7.001-10.5-10.502-.17-.196-.48-.334-.704-.14z"/><path d="M10.494 3.505c.979-.004 1.957 0 2.936-.001.001 2.22.002 4.44-.001 6.66-.978-.965-1.952-1.934-2.934-2.897-.004-1.254.001-2.508-.001-3.762zM8.254 7.43l.247-.281.541.541c.191-.182.38-.366.571-.547l.547.541c-.184.191-.371.379-.554.57.188.182.378.364.569.544l.541-.545c.188.18.374.364.564.542-.184.191-.371.379-.553.57l.534.536c.185-.181.367-.365.551-.547.188.184.376.368.562.554-.185.185-.372.367-.558.553l.559.563c.188-.186.374-.373.564-.558l.557.558c-.182.184-.367.365-.551.547.176.188.354.376.529.565.194-.184.385-.371.578-.554l.536.544c-.182.187-.367.372-.55.559l.57.55c.178-.18.353-.362.53-.542l.566.532c-.186.19-.374.378-.559.569l.547.551.556-.56.557.556c-.186.185-.373.368-.558.554.184.187.37.373.553.562l-.257.266-.565-.557c-.278.272-.553.547-.827.824l.552.559-.259.272c-.188-.181-.372-.366-.559-.546-.193.18-.383.365-.576.545a68.985 68.985 0 0 1-.529-.56c.182-.184.366-.365.548-.548l-.546-.548c-.188.184-.376.371-.563.557l-.547-.541c.181-.192.366-.382.548-.574-.185-.185-.37-.37-.556-.553l-.559.556-.55-.551.559-.558-.554-.554-.557.56-.557-.559c.185-.19.371-.376.556-.564l-.559-.545c-.182.182-.364.367-.545.551a23.032 23.032 0 0 1-.564-.563l.556-.551-.539-.541c-.191.185-.379.372-.569.558-.18-.188-.361-.374-.54-.564.184-.184.368-.366.551-.551a98.59 98.59 0 0 0-.563-.556l-.556.557-.558-.56.556-.552-.529-.541.242-.274c.191.174.379.349.569.526.281-.266.553-.54.821-.818-.174-.176-.349-.35-.523-.527m.255 1.917c.187.187.374.374.56.563.276-.278.552-.554.83-.829-.187-.191-.374-.38-.562-.569a36.26 36.26 0 0 0-.829.835m1.112 1.116l.542.542c.281-.278.558-.558.833-.842l-.539-.536c-.282.275-.56.554-.836.836m1.105 1.095c.186.187.372.374.557.563.277-.277.552-.556.827-.833l-.558-.558c-.277.274-.552.551-.826.828m1.931.295c-.265.276-.534.547-.806.816l.524.557c.292-.272.576-.553.851-.842l-.569-.53m.288 1.93l.557.551c.27-.275.541-.548.816-.818a281.75 281.75 0 0 0-.535-.578c-.283.278-.563.559-.838.846m1.104 1.101l.553.552c.277-.276.553-.553.826-.834l-.547-.546c-.28.274-.556.551-.832.828zM10.496 13.754c.971.976 2.003 1.903 2.918 2.927.041 1.24.001 2.484.012 3.725-.978.001-1.956.006-2.934-.002.004-2.216-.004-4.433.004-6.649z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.7 0h.528c.29.137.56.317.785.546 3.493 3.506 7.002 7 10.496 10.505.53.456.553 1.331.023 1.795-3.562 3.562-7.126 7.123-10.685 10.686-.439.502-1.276.527-1.729.032-3.343-3.337-6.68-6.682-10.022-10.02-.398-.398-.842-.77-1.096-1.285v-.53c.205-.575.702-.953 1.114-1.375 3.28-3.281 6.563-6.559 9.839-9.842.216-.215.473-.383.748-.511m-.133.421c-.318.186-.554.476-.816.73C7.394 4.514 4.031 7.871.673 11.234c-.398.337-.468.997-.077 1.368 3.554 3.566 7.121 7.122 10.679 10.685.341.394 1 .413 1.351.024 3.545-3.538 7.081-7.085 10.628-10.62.428-.353.457-1.048.037-1.418C19.775 7.746 16.248 4.229 12.729.706c-.283-.322-.762-.491-1.162-.283z"/><path fill="#ffd033" d="M11.695.9c.224-.193.534-.055.704.139 3.479 3.481 6.961 6.959 10.442 10.438.24.193.413.574.137.817-3.53 3.55-7.079 7.082-10.615 10.626-.184.235-.551.282-.752.04C8.063 19.425 4.526 15.876.986 12.334c-.288-.228-.186-.629.076-.828C4.612 7.977 8.126 4.408 11.695.9M7.358 6.102l-.006.751-.79.005v.797l.792.004v.781l-.782-.004c-.001.262 0 .524-.019.786.268.001.534.002.802.005v.763l-.788.002c-.001.263-.002.526-.005.79.264.001.529.002.793.005v.77c-.265.012-.532.02-.798.023l.008.778c.263.001.526.002.788.005l.007.77c-.266.004-.532.011-.798.02v.764c.263.001.527.002.79.005l.01.776c-.266.004-.533.01-.799.025v.761l.79.005.01.769c-.266.004-.533.01-.799.025v.761l.79.005.008.796.372-.007.013-.791 1.168.001c.001.265.005.53.007.797l.372-.007-.004-.79.79-.002.001-.772-.785-.005a67.593 67.593 0 0 0-.011-.778l.796-.007v-.77c-.262-.002-.523-.004-.784-.004l-.012-.787.796-.006v-.772l-.784-.004c-.004-.26-.007-.52-.013-.779l.798-.006c-.001-.264-.004-.528-.004-.792-.262.001-.523.002-.785.005 0-.259 0-.52-.002-.779l.791-.012-.002-.791c-.258.004-.516.005-.773.007-.001-.254-.006-.51-.02-.764l.796-.012-.004-.781-.775.004-.013-.775c.264-.004.527-.01.791-.017-.001-.263 0-.527.001-.791l-.785-.01c-.001-.25-.002-.498-.005-.748l-.383.005-.004.749H7.747l-.004-.742-.384-.012m6.074-.006c-.004 1.468 0 2.934-.001 4.4-.978.002-1.957 0-2.935.002-.001.977.001 1.955-.001 2.933.978.006 1.957 0 2.935.004.002 1.466-.001 2.933.002 4.399.977.002 1.955.004 2.933 0 .001-3.913.002-7.825 0-11.737-.978-.004-1.956-.002-2.933-.001M3.17 10.496c-.002.977.001 1.955-.002 2.933.979.005 1.958.002 2.936.001 0-.978.002-1.957-.001-2.936-.978.002-1.955 0-2.933.002z"/><path fill="#ffd033" d="M7.745 7.657h1.171v.79H7.744l.001-.79zM7.745 9.226c.39-.002.78-.001 1.171 0v.766H7.745v-.766zM7.745 10.786c.39-.002.78-.001 1.171 0v.781H7.744l.001-.781zM7.744 12.36l1.172.001v.773c-.391.002-.781.002-1.171.001l-.001-.775zM7.745 13.92h1.169l.008.781c-.394.008-.787.017-1.181.006l.004-.787zM7.745 15.488h1.169l.007.768c-.394.007-.786.01-1.18.005l.004-.773z"/><path d="M11.568.422c.4-.208.878-.038 1.162.283 3.52 3.523 7.046 7.04 10.562 10.567.42.371.391 1.066-.037 1.418-3.547 3.535-7.084 7.082-10.628 10.62-.352.389-1.01.37-1.351-.024C7.718 19.723 4.152 16.168.597 12.601c-.391-.371-.322-1.031.077-1.368 3.358-3.364 6.721-6.72 10.079-10.082.262-.253.498-.544.816-.73m.126.479C8.126 4.408 4.611 7.976 1.062 11.506c-.262.199-.364.6-.076.828 3.54 3.542 7.076 7.091 10.625 10.626.202.242.569.196.752-.04 3.536-3.544 7.085-7.076 10.615-10.626.276-.244.103-.624-.137-.817-3.481-3.479-6.964-6.956-10.442-10.438-.17-.194-.48-.332-.704-.139z"/><path d="M7.358 6.102l.384.012.004.742h1.159l.004-.749.383-.005.005.748c.262.002.523.006.785.01-.001.264-.002.528-.001.791-.264.007-.527.013-.791.017.005.258.01.516.013.775l.775-.004.004.781c-.265.005-.53.008-.796.012.014.254.019.51.02.764l.773-.007.002.791-.791.012c.002.259.002.52.002.779l.785-.005c0 .264.002.528.004.792l-.798.006c.006.259.01.518.013.779l.784.004v.772l-.796.006.012.787c.26 0 .522.001.784.004v.77l-.796.007c.005.259.008.518.011.778.262.001.523.002.785.005l-.001.772-.79.002.004.79-.372.007c-.002-.266-.006-.532-.007-.797l-1.168-.001-.013.791-.372.007c-.004-.265-.006-.53-.008-.796-.263-.001-.526-.002-.79-.005v-.761c.266-.016.533-.022.799-.025l-.01-.769c-.263-.001-.527-.002-.79-.005v-.761c.266-.016.533-.022.799-.025l-.01-.776-.79-.005v-.764c.266-.01.532-.017.798-.02-.004-.257-.005-.514-.007-.77l-.788-.005-.008-.778c.266-.002.533-.011.798-.023v-.77l-.793-.005.005-.79.788-.002v-.763l-.802-.005c.019-.262.018-.524.019-.786l.782.004v-.781l-.792-.004V6.86c.263-.001.527-.002.79-.005l.006-.751m.388 1.553l-.001.79h1.172v-.79a228.54 228.54 0 0 0-1.171 0m0 1.569v.766h1.171v-.766c-.391-.001-.781-.002-1.171 0m0 1.56l-.001.781h1.172v-.781c-.391-.001-.781-.002-1.171 0m-.001 1.574l.001.775c.39.001.78.001 1.171-.001v-.773l-1.172-.001m.001 1.56l-.004.787c.394.011.787.002 1.181-.006l-.008-.781H7.745m0 1.568c-.001.257-.001.515-.004.773.394.005.786.002 1.18-.005l-.007-.768H7.745zM13.433 6.094c.977-.001 1.955-.002 2.933.001.002 3.912.001 7.824 0 11.737-.978.004-1.956.002-2.933 0-.004-1.466 0-2.933-.002-4.399-.978-.004-1.957.002-2.935-.004.002-.978 0-1.956.001-2.933.978-.002 1.957 0 2.935-.002.001-1.466-.002-2.933.001-4.4zM3.17 10.496c.978-.002 1.955 0 2.933-.002.004.979.001 1.958.001 2.936-.978.001-1.957.004-2.936-.001.004-.978 0-1.956.002-2.933z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#f1ce00" opacity=".95" d="M11.722 0h.511c.27.11.529.256.737.463 3.503 3.502 7.003 7.006 10.507 10.506.245.23.412.528.523.844v.293c-.132.628-.666 1.014-1.086 1.448-3.319 3.322-6.642 6.64-9.96 9.964-.22.228-.504.378-.802.482h-.314c-.602-.152-.983-.661-1.405-1.073l-9.42-9.42c-.377-.38-.815-.73-1.013-1.246v-.516c.1-.27.242-.526.45-.728 3.322-3.32 6.643-6.642 9.964-9.964.397-.395.767-.851 1.308-1.054m-.15.405C7.881 3.946 4.319 7.638.675 11.234c-.432.328-.538 1.018-.103 1.391 3.582 3.581 7.165 7.162 10.746 10.744.317.384.953.416 1.288.04 3.601-3.601 7.21-7.195 10.806-10.801.372-.34.335-.968-.042-1.289C19.814 7.751 16.244 4.197 12.683.633c-.27-.307-.744-.449-1.11-.228z"/><path d="M11.572.404c.366-.221.84-.079 1.11.228 3.562 3.564 7.132 7.118 10.687 10.686.377.32.414.949.042 1.289-3.596 3.606-7.205 7.2-10.806 10.801-.335.377-.971.344-1.288-.04C7.736 19.786 4.153 16.205.571 12.624c-.434-.373-.329-1.063.103-1.391C4.318 7.637 7.88 3.945 11.571.403m.242.367C8.185 4.254 4.683 7.884 1.101 11.421c-.253.21-.554.6-.22.884 3.58 3.586 7.165 7.166 10.748 10.748.185.245.546.21.72-.025l10.68-10.679c.235-.18.259-.533.019-.719C19.516 8.08 15.97 4.544 12.433 1c-.157-.16-.383-.347-.62-.232z"/><path d="M11.988 9.242c.892-1.6 1.968-3.108 2.95-4.661.941 1.474 1.898 2.936 2.836 4.412.247.294.008.779-.376.762-.446-.1-.854-.317-1.283-.47-.013 3.104.001 6.208-.007 9.312-.784.005-1.568.004-2.352 0 0-1.962-.008-3.925.005-5.887-1.453-.049-2.909-.013-4.362-.018-.004.491-.005.982 0 1.472l1.106.006-.002.728c-.368.005-.737.006-1.105.006-.002.493-.004.985.001 1.477.368.001.736.001 1.103.004l.001.733-1.103.001c-.006.493-.002.986-.005 1.478h-.728c-.001-.492.001-.984-.004-1.476a67.448 67.448 0 0 0-1.102-.002l-.002-.734 1.103-.004c.007-.492.007-.984.001-1.476-.367-.002-.734-.002-1.103-.005l-.001-.732c.368-.001.736-.001 1.104-.004a65.93 65.93 0 0 0 0-1.475c-1.246-.007-2.49 0-3.736-.004-.005-.496-.005-.991.001-1.488 1.244-.002 2.489.005 3.734-.002.005-.492.005-.984.001-1.475l-1.105-.004.001-.725c.368-.002.736-.002 1.103-.005.005-.494.005-.989 0-1.482C8.295 7.5 7.928 7.5 7.56 7.5a88.33 88.33 0 0 1 0-.728c.367.001.734.001 1.103-.002.004-.494.001-.989.002-1.484h.728c.002.496 0 .991.004 1.487l1.104.002V7.5l-1.103.002c-.006.496-.005.99-.002 1.484.368.001.737.004 1.105.007l.002.72c-.37.004-.739.005-1.108.006-.002.492-.004.984.002 1.476 1.45.004 2.899.001 4.349.001.011-.637.006-1.274.005-1.913-.54.162-1.632.924-1.765-.044z"/><path fill="#ffdb00" d="M11.813.77c.238-.115.463.072.62.232 3.538 3.544 7.084 7.08 10.615 10.63.24.186.216.539-.019.719-3.56 3.559-7.121 7.118-10.68 10.679-.174.235-.535.27-.72.025C8.046 19.473 4.46 15.892.881 12.307c-.335-.284-.034-.674.22-.884C4.683 7.885 8.186 4.255 11.813.772m.175 8.47c.133.968 1.225.206 1.765.044.001.638.006 1.276-.005 1.913-1.45 0-2.899.002-4.349-.001a80.69 80.69 0 0 1-.002-1.476c.368-.001.738-.002 1.108-.006l-.002-.72c-.368-.004-.737-.006-1.105-.007-.002-.494-.004-.989.002-1.484l1.103-.002v-.725l-1.104-.002c-.004-.496-.001-.991-.004-1.487h-.728c-.001.496.001.99-.002 1.484-.368.004-.736.004-1.103.002a88.33 88.33 0 0 0 0 .728c.367 0 .734 0 1.102.004.005.493.005.988 0 1.482-.367.002-.734.002-1.103.005l-.001.725c.368.001.737.001 1.105.004.004.491.004.983-.001 1.475-1.246.007-2.49 0-3.734.002-.006.497-.006.992-.001 1.488 1.246.004 2.49-.004 3.736.004.006.491.005.983 0 1.475l-1.104.004.001.732c.368.002.736.002 1.103.005.006.492.006.984-.001 1.476-.368.001-.736.001-1.103.004l.002.734c.367-.001.734-.001 1.102.002.005.492.002.984.004 1.476h.728c.002-.492-.001-.985.005-1.478l1.103-.001-.001-.733-1.103-.004a90.89 90.89 0 0 1-.001-1.477c.368 0 .737-.001 1.105-.006l.002-.728-1.106-.006a80.253 80.253 0 0 1 0-1.472c1.453.005 2.909-.031 4.362.018-.013 1.962-.005 3.925-.005 5.887.784.004 1.568.005 2.352 0 .008-3.104-.006-6.208.007-9.312.428.154.836.371 1.283.47.384.017.623-.468.376-.762-.937-1.476-1.895-2.939-2.836-4.412-.982 1.553-2.058 3.061-2.95 4.661z"/></symbol><symbol viewBox="0 0 24 24" id="warning--railroad-intersection--g9" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.729 0h.491c.27.118.526.274.732.486 3.295 3.305 6.601 6.601 9.9 9.904.412.421.887.802 1.148 1.342v.494c-.204.522-.654.872-1.034 1.26-3.142 3.139-6.281 6.28-9.421 9.42-.4.392-.763.845-1.278 1.094h-.503c-.514-.214-.863-.656-1.248-1.036l-9.36-9.36c-.41-.422-.892-.798-1.156-1.338v-.503c.223-.541.692-.907 1.088-1.315 3.3-3.3 6.604-6.598 9.9-9.901.217-.218.469-.4.74-.547m-.057.386a1.622 1.622 0 0 0-.342.259C7.749 4.227 4.16 7.802.585 11.39c-.359.313-.361.907.008 1.214 3.601 3.6 7.202 7.2 10.801 10.804a.806.806 0 0 0 1.212.001 18335 18335 0 0 1 10.799-10.805c.371-.306.37-.9.01-1.214C19.839 7.803 16.252 4.226 12.671.644c-.247-.27-.653-.445-1.001-.258z"/><path fill="#ffd520" d="M11.816.887c.227-.229.457.088.626.229 3.516 3.524 7.042 7.039 10.56 10.561.185.163.283.402.048.574a7330.539 7330.539 0 0 1-10.798 10.801c-.155.212-.434.127-.571-.056C8.11 19.409 4.522 15.838.948 12.252c-.292-.218-.032-.527.164-.697C4.689 8.009 8.22 4.413 11.815.887m-.919 1.831c-.676 1.19-1.159 2.479-1.674 3.745-.154.432-.394.877-.281 1.349.475-.151.948-.31 1.422-.462.002 4.054-.001 8.107.001 12.161l1.626.001c.006-1.716-.001-3.433.004-5.15a101.57 101.57 0 0 1 1.656.001l-.013 1.229-.536.016.002.996.553.008c.001.26.002.521.005.782-.187.004-.374.007-.56.012l.004 1.015.553.007.002.964.59.001c.005-.384.01-.768.013-1.152l.722-.001c0 .383.001.766.005 1.148.2-.005.402-.008.602-.012l-.001-.955.541-.011-.001-1.012c-.18-.005-.361-.008-.541-.012l.001-.774.54-.011.002-.997-.565-.01c.001-.412.005-.823.011-1.234.558-.002 1.116-.002 1.675-.001v-1.488c-.562 0-1.123 0-1.685-.002a160 160 0 0 1-.001-1.2l.553-.012.002-.92-.554-.018-.001-.889.541-.012-.001-.984-.542-.024.004-.936-.604-.002-.002 1.111-.736.001a50.854 50.854 0 0 0-.013-1.103l-.592.01-.002.943-.541.011.001 1.006.544.012c-.002.288-.005.575-.006.863l-.539.004.013.946.541.011c0 .391.001.782.004 1.175-.547.017-1.096.014-1.644.01-.002-1.843-.002-3.686 0-5.53.464.174.932.385 1.44.367-.457-1.627-1.223-3.151-1.948-4.673-.101-.224-.355-.654-.59-.317z"/><path fill="#ffd520" d="M14.226 9.674l.721-.004c.004.392.004.786 0 1.178l-.721-.004V9.673zM14.249 11.486c.24-.008.48-.014.721-.02-.011.445.016.894-.034 1.338-.169.15-.466.034-.682.073-.001-.464-.002-.928-.006-1.391zM14.263 14.393h.722v1.375l-.722-.001c-.002-.458-.002-.916 0-1.374zM14.278 16.424h.708c.006.373.01.746.013 1.12h-.722c-.002-.373-.002-.746.001-1.12z"/><path d="M11.671.386c.348-.187.754-.012 1.001.258 3.581 3.582 7.168 7.159 10.744 10.746.36.314.361.908-.01 1.214-3.601 3.599-7.201 7.202-10.799 10.805a.806.806 0 0 1-1.212-.001c-3.599-3.604-7.2-7.204-10.801-10.804-.37-.307-.367-.901-.008-1.214C4.161 7.802 7.75 4.227 11.33.645c.106-.097.214-.193.342-.259m.144.501C8.221 4.413 4.69 8.009 1.113 11.555c-.197.17-.456.479-.164.697 3.574 3.586 7.162 7.157 10.733 10.744.137.184.416.269.571.056 3.601-3.598 7.204-7.198 10.798-10.801.235-.172.137-.41-.048-.574-3.518-3.522-7.044-7.037-10.56-10.561-.169-.142-.4-.458-.626-.229z"/><path d="M10.896 2.718c.235-.337.49.092.59.317.725 1.522 1.49 3.046 1.948 4.673-.508.018-.976-.193-1.44-.367-.002 1.843-.002 3.686 0 5.53.548.005 1.097.007 1.644-.01-.002-.392-.004-.784-.004-1.175l-.541-.011-.013-.946.539-.004c.001-.288.004-.575.006-.863-.181-.005-.362-.008-.544-.012l-.001-1.006.541-.011.002-.943c.197-.002.395-.006.592-.01.01.368.012.736.013 1.103l.736-.001.002-1.111.604.002-.004.936.542.024.001.984-.541.012.001.889.554.018-.002.92-.553.012c-.001.4-.001.8.001 1.2.562.002 1.123.002 1.685.002v1.488c-.559-.001-1.117-.001-1.675.001-.006.41-.01.822-.011 1.234.187.002.376.006.565.01l-.002.997-.54.011-.001.774c.18.004.361.007.541.012l.001 1.012-.541.011.001.955c-.2.004-.402.007-.602.012-.004-.383-.005-.766-.005-1.148l-.722.001-.013 1.152-.59-.001-.002-.964-.553-.007-.004-1.015c.186-.005.373-.008.56-.012l-.005-.782a50.985 50.985 0 0 0-.553-.008l-.002-.996.536-.016c.005-.409.01-.82.013-1.229a101.57 101.57 0 0 0-1.656-.001c-.005 1.717.002 3.434-.004 5.15l-1.626-.001c-.002-4.054.001-8.107-.001-12.161-.474.152-.947.311-1.422.462-.113-.472.127-.917.281-1.349.515-1.266.998-2.555 1.674-3.745m3.33 6.957v1.171l.721.004c.004-.392.004-.786 0-1.178l-.721.004m.023 1.811c.004.463.005.926.006 1.391.216-.04.512.077.682-.073.049-.444.023-.893.034-1.338-.241.006-.481.012-.721.02m.013 2.907c-.002.458-.002.916 0 1.374l.722.001v-1.375h-.722m.015 2.031c-.004.373-.004.746-.001 1.12h.722c-.004-.373-.007-.746-.013-1.12h-.708z"/></symbol><symbol viewBox="0 0 24 24" id="warning--ramp-closed--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.755 0h.44c.256.085.497.22.684.417 3.381 3.387 6.767 6.768 10.15 10.154.36.369.794.702.971 1.206v.412c-.085.231-.194.458-.371.632-3.42 3.417-6.836 6.836-10.254 10.254-.352.348-.676.757-1.161.925h-.409a1.734 1.734 0 0 1-.679-.422C7.73 20.173 4.325 16.777.926 13.374.581 13.02.164 12.702 0 12.215V11.8c.09-.253.225-.49.418-.677C3.971 7.573 7.521 4.021 11.072.469c.197-.197.431-.353.683-.469m.076.329c-.196.039-.352.173-.493.306C7.854 4.118 4.373 7.605.886 11.085c-.25.257-.588.518-.574.915-.014.398.333.65.582.906 3.521 3.515 7.034 7.036 10.554 10.55a.777.777 0 0 0 1.104.002c3.524-3.511 7.032-7.039 10.554-10.552.249-.256.596-.508.583-.906.013-.396-.325-.658-.574-.914C19.626 7.606 16.15 4.114 12.663.633c-.211-.222-.519-.384-.832-.304z"/><path fill="#ef7c23" d="M11.925.816c.183-.049.315.111.437.218 3.547 3.556 7.104 7.103 10.653 10.658.185.14.253.407.04.559-3.601 3.602-7.201 7.205-10.805 10.804a.308.308 0 0 1-.5 0C8.146 19.456 4.545 15.853.944 12.251c-.205-.152-.14-.42.041-.559C4.433 8.238 7.889 4.791 11.337 1.337c.188-.181.354-.397.588-.521M7.523 6.997l.173.227c1.054-.115 2.104-.268 3.157-.391.005.659-.006 1.318 0 1.978.762.004 1.523.005 2.285 0 .008-.657-.002-1.314.005-1.971 1.055.123 2.106.285 3.163.395L16.469 7c-1.438-1.452-2.952-2.84-4.473-4.205a86.181 86.181 0 0 0-4.473 4.202m.331 3.393c-.005.83-.007 1.659.002 2.489l.379-.008c.003-.361.003-.722.005-1.083.15 0 .299-.002.449-.004.137.364.269.729.41 1.091.132-.001.263-.001.395.001-.13-.38-.273-.756-.4-1.137.314-.249.486-.711.222-1.06-.345-.445-.979-.255-1.462-.289m2.751-.007c-.285.828-.563 1.659-.833 2.492.132-.003.264-.004.396-.002.08-.237.166-.473.247-.711.251-.003.502-.002.753.002.08.238.168.474.252.711.13-.002.26-.002.391 0-.267-.833-.553-1.66-.836-2.487-.124.001-.247 0-.37-.005m1.478-.001c-.006.83-.007 1.661.001 2.492.126-.002.252-.002.379.001.003-.455-.002-.91.012-1.364.207.443.367.904.558 1.354.188-.46.357-.927.554-1.384.006.464 0 .929.009 1.393.125-.002.249-.001.373.002.005-.83.004-1.66.001-2.49a7.807 7.807 0 0 1-.375-.001c-.198.471-.371.952-.566 1.425-.196-.47-.374-.946-.565-1.417a8.076 8.076 0 0 1-.381-.011m2.433.008c-.004.829-.006 1.657.001 2.485.126-.002.253-.001.379.001.008-.362.008-.723.009-1.085.355-.025.798.086 1.064-.218.346-.349.19-1.01-.282-1.155-.386-.067-.781-.023-1.171-.028m-7.902 4.221c-.467.544-.455 1.396-.134 2.01.321.549 1.224.447 1.434-.149l-.314-.12c-.195.194-.539.385-.756.109-.286-.46-.294-1.136.038-1.576.226-.254.544-.038.72.157l.321-.1c-.167-.54-.912-.751-1.309-.331m1.714-.174c-.007.83-.004 1.659-.002 2.489.498.007.997.006 1.495 0v-.341c-.369-.004-.739-.003-1.108-.004-.008-.714.007-1.428-.007-2.142a9.527 9.527 0 0 1-.378-.002m2.298-.014c-.643.239-.628 1.072-.574 1.639.006.488.4 1.002.93.906.601-.074.759-.761.746-1.267.082-.632-.33-1.542-1.102-1.278m1.685 1.07c.225.434 1.087.162 1.041.787-.124.522-.768.285-.933-.083l-.336.117c.192.489.796.858 1.29.565.544-.3.447-1.221-.155-1.388-.234-.099-.734-.079-.605-.466.13-.384.574-.234.764.012l.303-.13c-.145-.254-.36-.513-.678-.521-.554-.063-1.011.637-.691 1.107m1.867-1.061c-.026.83-.009 1.661-.009 2.492.499.005.999.008 1.499-.005a6.992 6.992 0 0 1-.002-.383c-.371-.003-.741-.003-1.111-.005l-.004-.693c.234 0 .469-.009.703-.008 0-.126.003-.252.008-.378-.238-.001-.475-.01-.713-.009l.006-.618c.341.003.683.003 1.025-.002a8.322 8.322 0 0 1 0-.387c-.467-.005-.935-.003-1.402-.004m1.937.002c-.004.83-.004 1.66 0 2.49.468-.002 1.059.106 1.377-.333.366-.558.363-1.388-.082-1.903-.335-.354-.861-.241-1.295-.254z"/><path fill="#ef7c23" d="M8.236 10.772c.291.015.824-.112.828.325-.042.415-.542.279-.828.296v-.621zM14.902 10.78c.23.001.463-.018.691.023.253.071.236.505-.006.575-.228.032-.458.015-.687.015l.002-.613zM10.787 11.043c.089.239.168.481.243.724l-.487-.004c.078-.241.159-.481.244-.72zM10.642 14.836c.734-.317.782.784.674 1.26.039.437-.593.708-.798.274-.151-.48-.226-1.13.124-1.534zM16.502 14.808c1.169-.261 1.177 2.023-.005 1.741-.003-.581-.011-1.161.005-1.741z"/><path d="M11.831.329c.313-.08.621.082.832.304 3.487 3.481 6.963 6.973 10.452 10.453.249.256.587.518.574.914.013.398-.334.65-.583.906-3.522 3.513-7.03 7.041-10.554 10.552a.777.777 0 0 1-1.104-.002c-3.52-3.514-7.033-7.035-10.554-10.55C.645 12.65.298 12.398.312 12c-.014-.397.324-.658.574-.915C4.373 7.605 7.854 4.118 11.338.635c.141-.133.297-.267.493-.306m.094.487c-.234.124-.4.34-.588.521C7.889 4.791 4.433 8.238.985 11.692c-.181.139-.246.407-.041.559 3.601 3.602 7.202 7.205 10.806 10.804a.308.308 0 0 0 .5 0c3.604-3.599 7.204-7.202 10.805-10.804.213-.152.145-.419-.04-.559-3.549-3.555-7.106-7.102-10.653-10.658-.122-.107-.254-.267-.437-.218z"/><path d="M7.523 6.997a86.181 86.181 0 0 1 4.473-4.202C13.517 4.16 15.031 5.548 16.469 7l-.163.235c-1.057-.11-2.108-.272-3.163-.395-.007.657.003 1.314-.005 1.971-.762.005-1.523.004-2.285 0-.006-.66.005-1.319 0-1.978-1.053.123-2.103.276-3.157.391l-.173-.227zM7.854 10.39c.483.034 1.117-.156 1.462.289.264.349.092.811-.222 1.06.127.381.27.757.4 1.137a17.337 17.337 0 0 0-.395-.001c-.141-.362-.273-.727-.41-1.091-.15.002-.299.004-.449.004-.002.361-.002.722-.005 1.083l-.379.008c-.009-.83-.007-1.659-.002-2.489m.382.382v.621c.286-.017.786.119.828-.296-.004-.437-.537-.31-.828-.325zM10.605 10.383c.123.005.246.006.37.005.283.827.569 1.654.836 2.487a12.74 12.74 0 0 0-.391 0c-.084-.237-.172-.473-.252-.711a27.002 27.002 0 0 0-.753-.002c-.081.238-.167.474-.247.711a10.456 10.456 0 0 0-.396.002c.27-.833.548-1.664.833-2.492m.182.66c-.085.239-.166.479-.244.72l.487.004a13.369 13.369 0 0 0-.243-.724zM12.083 10.382c.127.007.254.01.381.011.191.471.369.947.565 1.417.195-.473.368-.954.566-1.425.124.003.249.004.375.001.003.83.004 1.66-.001 2.49a9.267 9.267 0 0 0-.373-.002c-.009-.464-.003-.929-.009-1.393-.197.457-.366.924-.554 1.384-.191-.45-.351-.911-.558-1.354-.014.454-.009.909-.012 1.364a9.582 9.582 0 0 0-.379-.001c-.008-.831-.007-1.662-.001-2.492zM14.516 10.39c.39.005.785-.039 1.171.028.472.145.628.806.282 1.155-.266.304-.709.193-1.064.218-.001.362-.001.723-.009 1.085a11.971 11.971 0 0 0-.379-.001c-.007-.828-.005-1.656-.001-2.485m.386.39l-.002.613c.229 0 .459.017.687-.015.242-.07.259-.504.006-.575-.228-.041-.461-.022-.691-.023zM6.614 14.611c.397-.42 1.142-.209 1.309.331l-.321.1c-.176-.195-.494-.411-.72-.157-.332.44-.324 1.116-.038 1.576.217.276.561.085.756-.109l.314.12c-.21.596-1.113.698-1.434.149-.321-.614-.333-1.466.134-2.01zM8.328 14.437c.126.003.252.004.378.002.014.714-.001 1.428.007 2.142.369.001.739 0 1.108.004v.341a57.31 57.31 0 0 1-1.495 0c-.002-.83-.005-1.659.002-2.489zM10.626 14.423c.772-.264 1.184.646 1.102 1.278.013.506-.145 1.193-.746 1.267-.53.096-.924-.418-.93-.906-.054-.567-.069-1.4.574-1.639m.016.413c-.35.404-.275 1.054-.124 1.534.205.434.837.163.798-.274.108-.476.06-1.577-.674-1.26zM12.311 15.493c-.32-.47.137-1.17.691-1.107.318.008.533.267.678.521a39.43 39.43 0 0 0-.303.13c-.19-.246-.634-.396-.764-.012-.129.387.371.367.605.466.602.167.699 1.088.155 1.388-.494.293-1.098-.076-1.29-.565l.336-.117c.165.368.809.605.933.083.046-.625-.816-.353-1.041-.787zM14.178 14.432c.467.001.935-.001 1.402.004a8.322 8.322 0 0 0 0 .387c-.342.005-.684.005-1.025.002l-.006.618c.238-.001.475.008.713.009a9.533 9.533 0 0 0-.008.378c-.234-.001-.469.008-.703.008l.004.693c.37.002.74.002 1.111.005-.003.127-.002.255.002.383-.5.013-1 .01-1.499.005 0-.831-.017-1.662.009-2.492zM16.115 14.434c.434.013.96-.1 1.295.254.445.515.448 1.345.082 1.903-.318.439-.909.331-1.377.333-.004-.83-.004-1.66 0-2.49m.387.374c-.016.58-.008 1.16-.005 1.741 1.182.282 1.174-2.002.005-1.741z"/></symbol><symbol viewBox="0 0 24 24" id="warning--reduced-maximum-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e6bb2e" opacity=".9" d="M11.68 0h.569c.248.138.482.301.686.5 3.481 3.481 6.958 6.967 10.446 10.44.568.426.764 1.319.193 1.828-3.556 3.568-7.128 7.12-10.681 10.69-.421.551-1.294.638-1.762.098-3.32-3.322-6.64-6.644-9.964-9.964-.413-.416-.868-.804-1.168-1.316v-.59c.272-.554.764-.944 1.187-1.379C4.448 7.047 7.71 3.789 10.967.523c.21-.208.451-.383.712-.523m.131.293c-.262.058-.455.257-.642.433C7.652 4.25 4.126 7.766.61 11.291c-.377.311-.457.91-.079 1.255 3.593 3.608 7.207 7.198 10.802 10.805.31.371.912.392 1.23.02 3.602-3.601 7.205-7.205 10.808-10.805.372-.32.347-.92-.018-1.235C19.819 7.783 16.269 4.25 12.734.703c-.239-.244-.56-.5-.925-.41z"/><path d="M11.81.293c.365-.09.686.167.925.41 3.535 3.547 7.085 7.08 10.619 10.628.365.314.39.914.018 1.235-3.604 3.6-7.206 7.204-10.808 10.805-.318.372-.92.35-1.23-.02-3.595-3.607-7.21-7.196-10.802-10.805-.378-.346-.298-.944.079-1.255C4.127 7.767 7.653 4.251 11.169.726c.187-.176.38-.376.642-.433m-.261.693C8.012 4.531 4.462 8.065.93 11.616c-.282.197-.217.545.036.734 2.263 2.219 4.453 4.512 6.749 6.696l.007.054c1.313 1.306 2.612 2.626 3.931 3.925.174.242.488.181.659-.031 3.443-3.438 6.875-6.887 10.324-10.318.209-.24.551-.436.562-.786-.137-.232-.336-.415-.522-.607C19.21 7.829 15.762 4.357 12.29.908c-.217-.284-.552-.168-.739.078z"/><path d="M7.712 5.556c1.402-1.422 2.838-2.812 4.256-4.218 1.481 1.489 3.01 2.933 4.452 4.459-.134.124-.233.37-.457.308-.863-.14-1.708-.384-2.566-.556-.004.523-.004 1.048-.01 1.571-.946-.002-1.891 0-2.836-.001l.004-1.538c-.842.163-1.678.372-2.524.518-.329.145-.648-.34-.32-.544zM7.752 8.513c-.044-.374.247-.738.637-.701 2.48-.008 4.963-.018 7.444.007.095.086.186.175.274.27.116 3.338.004 6.69.049 10.033.047.388-.082.924-.565.914-2.398.024-4.796.011-7.194.006-.379.037-.679-.302-.635-.673-.007-3.286 0-6.571-.01-9.857m.252 1.479c2.633.002 5.266-.002 7.898.002-.06-.616.166-1.319-.133-1.878-2.368-.142-4.759-.017-7.136-.062-1.052-.092-.497 1.31-.629 1.938m-.005.177c.01 2.734-.004 5.466.007 8.198-.038.236.137.468.386.436 2.364.012 4.728.007 7.092.002.263.041.457-.188.42-.44.008-2.732-.001-5.465.004-8.196-2.636.007-5.273.006-7.909 0z"/><path d="M8.934 8.576c.172-.329.546-.12.787-.006-.229.024-.46.047-.69.067.244.233.864.431.59.86-.229.317-.594.044-.829-.112.259.006.518.029.776 0-.149-.324-.737-.394-.635-.81zM9.871 9c-.086-.565.564-.797.91-.371-.222-.01-.443-.019-.664-.031-.022.283-.016.568.024.848.212-.026.426-.054.64-.074-.331.499-1.014.203-.91-.372zM11.068 9.744a2.432 2.432 0 0 1-.004-1.46c.048.204.092.409.131.614l.404-.004.006-.49.19.004v1.216l-.192-.001-.001-.522-.407-.011c-.037.22-.079.437-.127.654zM12.276 8.431c.875-.356.856 1.56-.01 1.168-.282-.311-.29-.865.01-1.168m.115.197c-.223.234-.21.818.188.845.262-.236.15-1.062-.188-.845z"/><path d="M13.367 8.452c.821-.422.913 1.421.084 1.172-.388-.209-.382-.881-.084-1.172m.139 1.101c.373-.211.476-.823.038-1.026-.277.294-.169.695-.038 1.026zM14.353 8.281c.175.365.126.776.136 1.168l.557-.001-.001.176h-.758c-.001-.449-.016-.9.067-1.343zM9.161 10.921c.091-.472.692-.332.96-.104-.281.034-.564.036-.844.076.266.205.961.239.785.721-.233.377-.775.228-1.021-.062.308.011.638.12.917-.07-.245-.199-.745-.185-.797-.56zM10.342 10.596c.329.044.858-.109.971.324.052.43-.419.439-.72.443a7.85 7.85 0 0 1-.136.608c-.197-.432-.102-.918-.115-1.375m.238.179c-.001.098-.004.295-.004.394.209-.046.472-.019.574-.253-.187-.059-.379-.098-.57-.14zM11.514 10.601c.347.002.695 0 1.034.078-.257.119-.538.149-.815.174v.157l.492.142c-.163.062-.329.122-.493.181l.006.275.667-.001.043.212c-.311.005-.623.006-.934.007l-.001-1.225zM12.668 10.609c.295-.001.589-.001.884-.004l.012.2c-.272.016-.545.032-.812.092.208.095.416.187.626.278-.169.053-.34.104-.51.155l.03.266c.266.008.532.018.798.038-.28.27-.678.175-1.027.192l-.001-1.219zM13.834 10.583c.437-.028 1.049.137.964.702-.013.509-.575.571-.965.562-.01-.421-.01-.844.001-1.264m.23.17c-.016.311-.014.623.006.934.649-.053.641-.887-.006-.934zM10.849 13.53c.004-.454-.025-.911.066-1.358.24.419.138.912.154 1.372a7.877 7.877 0 0 0-.22-.013zM12.845 13.542c.008-.466-.077-.953.118-1.393.148.448.09.924.096 1.387l-.214.006zM13.134 12.454c.323-.164.688-.149 1.04-.15l.001.222-.352.005.001 1.012a7.812 7.812 0 0 1-.216-.012c.001-.323.002-.647.005-.97-.161-.034-.322-.07-.48-.107zM8.654 15.088c.235-.947 1.357-1.43 2.22-1 .785.293 1.086 1.441.422 2.009-.624.504-1.484.775-1.805 1.584.726.014 1.453.004 2.18.008l-.002.71c-1.002-.001-2.004.004-3.006-.002.042-.98.594-1.916 1.471-2.372.328-.227.926-.401.827-.907-.294-.712-1.428-.583-1.652.133a52.166 52.166 0 0 1-.655-.163zM13.356 13.967c.623-.154 1.319.144 1.571.748.412.955.408 2.108-.036 3.053-.412.914-1.912.964-2.386.084-.499-.928-.51-2.09-.118-3.06.157-.416.516-.762.968-.824m.114.7c-.763.4-.682 1.484-.582 2.216.029.563.619 1.158 1.175.768.553-.571.523-1.486.382-2.215-.065-.461-.467-.937-.974-.769z"/><path fill="#ffd033" d="M11.55.986c.187-.246.522-.362.739-.078 3.472 3.449 6.92 6.922 10.386 10.375.186.192.385.376.522.607-.011.35-.353.546-.562.786-3.449 3.431-6.881 6.88-10.324 10.318-.17.212-.485.274-.659.031-1.319-1.3-2.618-2.62-3.931-3.925 2.542.199 5.1.042 7.648.094.566.085 1.008-.388.929-.944-.029-3.332.058-6.67-.046-9.998l-.146-.162a4.358 4.358 0 0 0-.274-.27c-.565-.24-1.195-.148-1.793-.16-1.924.037-3.852-.048-5.773.035-.725.035-.674.905-.664 1.426.085 3.307-.126 6.629.112 9.926-2.296-2.184-4.486-4.477-6.749-6.696-.253-.19-.318-.538-.036-.734C4.461 8.066 8.011 4.532 11.549.987M7.712 5.556c-.328.204-.008.689.32.544.846-.146 1.681-.355 2.524-.518l-.004 1.538c.944.001 1.89-.001 2.836.001.006-.523.006-1.048.01-1.571.858.172 1.703.415 2.566.556.224.061.323-.185.457-.308-1.442-1.526-2.971-2.97-4.452-4.459-1.418 1.406-2.855 2.796-4.256 4.218z"/><path fill="#ffd033" d="M8.004 9.991c.132-.628-.424-2.03.629-1.938 2.377.046 4.769-.079 7.136.062.299.559.073 1.262.133 1.878-2.633-.005-5.266 0-7.898-.002m.93-1.415c-.102.416.486.486.635.81-.258.029-.517.006-.776 0 .235.156.6.428.829.112.274-.43-.347-.628-.59-.86.23-.02.461-.043.69-.067-.241-.114-.616-.323-.787.006M9.871 9c-.104.575.578.871.91.372-.214.02-.427.048-.64.074a3.879 3.879 0 0 1-.024-.848c.221.012.442.022.664.031-.346-.426-.996-.194-.91.371m1.197.744c.048-.217.09-.434.127-.654l.407.011.001.522.192.001V8.408l-.19-.004-.006.49-.404.004c-.038-.205-.083-.41-.131-.614-.148.472-.149.99.004 1.46m1.208-1.313c-.3.302-.292.857-.01 1.168.865.392.884-1.524.01-1.168m1.091.021c-.298.292-.304.964.084 1.172.829.248.737-1.595-.084-1.172m.986-.171c-.083.443-.068.894-.067 1.343h.758l.001-.176-.557.001c-.01-.391.04-.803-.136-1.168z"/><path fill="#ffd033" d="M12.391 8.628c.338-.217.45.608.188.845-.398-.026-.412-.611-.188-.845zM13.506 9.553c-.131-.331-.239-.732.038-1.026.438.203.335.815-.038 1.026z"/><path fill="#fff" d="M7.603 9.12c-.011-.521-.061-1.391.664-1.426 1.921-.083 3.85.002 5.773-.035.598.012 1.228-.08 1.793.16-2.48-.025-4.963-.016-7.444-.007-.39-.037-.682.326-.637.701.01 3.286.002 6.571.01 9.857-.044.371.256.71.635.673 2.398.005 4.796.018 7.194-.006.484.01.612-.527.565-.914-.046-3.343.067-6.695-.049-10.033l.146.162c.103 3.329.017 6.666.046 9.998.079.557-.362 1.03-.929.944-2.548-.052-5.106.106-7.648-.094l-.007-.054c-.238-3.298-.026-6.619-.112-9.926z"/><path fill="#fff" d="M7.999 10.168c2.636.006 5.273.007 7.909 0-.005 2.731.005 5.464-.004 8.196.037.252-.157.481-.42.44-2.364.005-4.728.01-7.092-.002-.25.032-.425-.199-.386-.436-.011-2.732.002-5.465-.007-8.198m1.162.753c.052.376.552.361.797.56-.278.19-.608.08-.917.07.246.29.788.439 1.021.062.176-.482-.518-.516-.785-.721.28-.04.563-.042.844-.076-.268-.228-.869-.367-.96.104m1.181-.324c.013.457-.082.943.115 1.375.053-.202.098-.403.136-.608.301-.004.772-.013.72-.443-.113-.433-.642-.28-.971-.324m1.172.005l.001 1.225c.311-.001.623-.002.934-.007l-.043-.212-.667.001a24.171 24.171 0 0 1-.006-.275c.164-.059.33-.119.493-.181l-.492-.142v-.157c.277-.025.558-.055.815-.174-.34-.078-.688-.076-1.034-.078m1.153.008l.001 1.219c.349-.017.748.078 1.027-.192-.266-.02-.532-.03-.798-.038l-.03-.266c.17-.05.341-.102.51-.155-.21-.091-.419-.184-.626-.278.268-.06.54-.077.812-.092a6.91 6.91 0 0 0-.012-.2l-.884.004m1.166-.028c-.011.42-.011.842-.001 1.264.39.01.952-.053.965-.562.085-.565-.527-.73-.964-.702m-4.102 2.955l.918-.001.001-.193c-.229-.002-.458-.004-.686-.004-.008-.401.035-.816-.125-1.195-.167.446-.101.928-.108 1.393m1.117-.008c.055.002.164.01.22.013-.016-.46.086-.953-.154-1.372-.091.448-.062.905-.066 1.358m.532.011l.21.005c.005-.227.011-.452.018-.679.119.221.234.444.349.667.115-.242.23-.485.349-.726l.004.734.216-.004c.002-.444.007-.889-.03-1.332-.257.215-.4.518-.547.811a7.295 7.295 0 0 0-.474-.835c-.124.443-.096.904-.095 1.358m1.464.003l.214-.006c-.006-.463.052-.94-.096-1.387-.194.44-.109.928-.118 1.393m.289-1.088c.158.037.319.073.48.107l-.005.97.216.012-.001-1.012.352-.005-.001-.222c-.353.001-.718-.014-1.04.15m-4.481 2.634c.218.056.437.11.655.163.224-.716 1.358-.845 1.652-.133.1.506-.499.68-.827.907-.877.456-1.429 1.392-1.471 2.372 1.002.006 2.004.001 3.006.002l.002-.71c-.727-.005-1.454.006-2.18-.008.32-.809 1.181-1.08 1.805-1.584.664-.568.362-1.716-.422-2.009-.863-.431-1.985.053-2.22 1m4.702-1.121c-.452.062-.811.408-.968.824-.392.97-.382 2.132.118 3.06.474.88 1.974.83 2.386-.084.444-.944.448-2.098.036-3.053-.252-.604-.948-.901-1.571-.748z"/><path fill="#fff" d="M10.58 10.775c.191.042.383.082.57.14-.102.234-.365.208-.574.253l.004-.394zM14.064 10.753c.647.047.655.881.006.934a8.085 8.085 0 0 1-.006-.934zM13.469 14.668c.508-.168.91.308.974.769.142.73.172 1.644-.382 2.215-.556.39-1.146-.205-1.175-.768-.1-.732-.181-1.817.582-2.216z"/><path fill="#080808" d="M9.732 13.538c.007-.466-.059-.947.108-1.393.16.379.116.794.125 1.195.228 0 .457.001.686.004l-.001.193-.918.001zM11.381 13.54c-.001-.455-.029-.916.095-1.358.179.265.331.548.474.835.148-.293.29-.596.547-.811.037.443.032.888.03 1.332l-.216.004-.004-.734c-.119.241-.234.484-.349.726-.115-.223-.23-.446-.349-.667-.007.227-.013.452-.018.679l-.21-.005z"/></symbol><symbol viewBox="0 0 24 24" id="warning--reserved-lane--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#caa819" opacity=".79" d="M11.809 0h.365c.355.216.643.52.931.815 3.242 3.238 6.482 6.479 9.722 9.719.404.413.851.792 1.172 1.278v.359c-.245.406-.607.718-.938 1.05-3.182 3.178-6.36 6.361-9.544 9.538-.442.416-.828.895-1.33 1.242h-.359c-.367-.25-.665-.581-.977-.892-3.223-3.217-6.449-6.432-9.673-9.648-.403-.412-.845-.792-1.18-1.265v-.366c.253-.436.642-.763.992-1.117 3.26-3.26 6.521-6.518 9.781-9.779.323-.335.649-.671 1.036-.934m-.109.308C7.932 4.018 4.223 7.788.472 11.514c-.262.199-.392.611-.109.853 3.733 3.742 7.477 7.476 11.213 11.216.193.245.575.305.791.053 3.744-3.731 7.476-7.476 11.218-11.212a.539.539 0 0 0 .001-.851c-3.719-3.72-7.44-7.439-11.158-11.16-.178-.205-.509-.294-.73-.106z"/><path d="M11.698.308c.221-.188.552-.1.73.106 3.718 3.721 7.439 7.44 11.158 11.16a.54.54 0 0 1-.001.851c-3.742 3.736-7.474 7.481-11.218 11.212-.216.252-.598.192-.791-.053-3.736-3.74-7.48-7.475-11.213-11.216-.283-.242-.152-.654.109-.853C4.223 7.789 7.932 4.02 11.698.309m.12.327C8.044 4.423 4.232 8.177.49 11.996c2.848 2.88 5.724 5.732 8.587 8.598.012-1.426-.013-2.851.012-4.276.011-.758.709-1.404 1.463-1.379 3.286-.011 6.572.001 9.858-.005.216.031.341-.162.479-.289.869-.889 1.762-1.756 2.626-2.65-3.696-3.78-7.478-7.478-11.196-11.239-.125-.137-.348-.362-.5-.121z"/><path d="M10.484 5.936a62.8 62.8 0 0 1 2.17.004l-.016.331c-.709.008-1.418.002-2.128.004-.01-.113-.018-.226-.026-.338zM14.538 5.932c.714-.002 1.427-.001 2.14-.001.002.085.007.256.011.341-.719.006-1.438.007-2.156-.001l.006-.338zM8.605 7.872c-.136-.402-.698-1.219.034-1.336 1.033.604 2.051 1.367 2.966 2.096-.816.701-1.805 1.301-2.692 1.957-.233.25-.696.086-.67-.269.102-.342.278-.655.418-.982-1.484-.01-2.863 1.178-3.035 2.658-.059.755-.008 1.514-.025 2.272-.502.005-1.004.005-1.506.001.038-1.08-.132-2.197.222-3.242.566-1.832 2.38-3.134 4.288-3.156zM10.481 11.348l.038-.344c3.748.014 7.495-.004 11.244.008l-.046.352c-3.745-.028-7.492.004-11.237-.016zM10.507 13.168c.887-.461 1.784-.901 2.684-1.339.896.439 1.793.88 2.68 1.34-.889.457-1.793.886-2.68 1.344-.893-.452-1.794-.889-2.684-1.345m.877-.015c.582.343 1.204.612 1.804.922.606-.304 1.219-.594 1.818-.912-.6-.308-1.205-.608-1.813-.9-.611.281-1.207.592-1.808.89z"/><path fill="#ffd520" d="M11.818.636c.152-.241.376-.016.5.121 3.718 3.761 7.5 7.459 11.196 11.239-.864.894-1.757 1.76-2.626 2.65-.138.127-.263.32-.479.289-3.286.006-6.572-.006-9.858.005-.754-.025-1.452.62-1.463 1.379-.025 1.424 0 2.85-.012 4.276-2.863-2.866-5.74-5.718-8.587-8.598C4.231 8.177 8.043 4.424 11.817.637m-1.333 5.299l.026.338c.709-.001 1.418.005 2.128-.004l.016-.331a62.795 62.795 0 0 0-2.17-.004m4.054-.003l-.006.338c.719.008 1.438.007 2.156.001-.004-.085-.008-.256-.011-.341-.713 0-1.426-.001-2.14.001M8.605 7.872c-1.908.022-3.721 1.324-4.288 3.156-.354 1.045-.184 2.162-.222 3.242.502.004 1.004.004 1.506-.001.017-.757-.034-1.517.025-2.272.172-1.48 1.55-2.668 3.035-2.658-.139.326-.316.64-.418.982-.026.355.437.518.67.269.887-.656 1.876-1.256 2.692-1.957-.916-.73-1.933-1.493-2.966-2.096-.732.116-.169.934-.034 1.336m1.876 3.475c3.745.019 7.492-.012 11.237.016l.046-.352c-3.749-.012-7.496.006-11.244-.008l-.038.344m.025 1.82c.89.456 1.792.893 2.684 1.345.887-.458 1.79-.887 2.68-1.344-.887-.461-1.783-.901-2.68-1.34-.9.438-1.798.878-2.684 1.339z"/><path fill="#ffd520" d="M11.384 13.153c.601-.299 1.198-.61 1.808-.89.608.292 1.213.592 1.813.9-.599.318-1.212.608-1.818.912-.6-.31-1.222-.578-1.804-.922z"/></symbol><symbol viewBox="0 0 27 24" id="warning--restricted-zone--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#db0000" d="M13.338 0h.644c.912.198 1.681.815 2.127 1.625 3.299 5.609 6.593 11.219 9.889 16.829.469.822 1.031 1.612 1.275 2.54v.935c-.236 1.113-1.223 1.886-2.313 2.07H2.352C1.215 23.827.21 22.991 0 21.834v-.74c.225-.965.805-1.781 1.29-2.626 3.316-5.639 6.623-11.281 9.944-16.917.447-.785 1.214-1.37 2.104-1.55m-.334 3.727A4157.984 4157.984 0 0 0 2.625 21.38c7.349.003 14.697.003 22.047 0-3.646-6.241-7.321-12.466-10.991-18.694-.293.3-.46.69-.678 1.042z"/><path fill="#db0000" d="M10.387 10.819c1.965.104 4.133-.334 5.917.702 1.587 1.005 1.227 3.709-.592 4.25.563.301 1.002.809 1.173 1.428.337 1.182.574 2.392.854 3.588-.732.005-1.466.005-2.198.001-.308-1.125-.451-2.303-.89-3.387-.364-.788-1.334-.86-2.093-.828-.003 1.405.004 2.81-.003 4.215-.721.004-1.443.004-2.164 0-.001-3.323-.008-6.646-.003-9.97m2.171 1.4c-.004.989-.005 1.976 0 2.965.784.008 1.706-.001 2.281-.619.485-.627.431-1.83-.405-2.135-.597-.226-1.249-.194-1.876-.21z"/><path fill="#fff" d="M13.004 3.728c.218-.352.385-.742.678-1.042 3.67 6.228 7.345 12.453 10.991 18.694-7.35.003-14.699.003-22.047 0A3899.21 3899.21 0 0 1 13.005 3.728m-2.618 7.091c-.005 3.323.001 6.646.003 9.97.721.004 1.443.004 2.164 0 .007-1.405 0-2.81.003-4.215.76-.033 1.729.04 2.093.828.439 1.084.582 2.262.89 3.387.732.004 1.466.004 2.198-.001-.28-1.196-.517-2.405-.854-3.588-.17-.619-.61-1.126-1.173-1.428 1.819-.541 2.179-3.245.592-4.25-1.784-1.036-3.952-.599-5.917-.702z"/><path fill="#fff" d="M12.559 12.218c.627.016 1.279-.016 1.876.21.836.305.89 1.508.405 2.135-.575.618-1.497.627-2.281.619-.005-.989-.004-1.976 0-2.965z"/></symbol><symbol viewBox="0 0 28 24" id="warning--reversible-lanes--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f6ea48" d="M13.52.581c.692-.079 1.507.02 1.84.729 3.786 6.619 7.484 13.292 11.281 19.905.568.735.335 2.107-.719 2.197-8.041.007-16.083 0-24.126.004-.967-.692-.663-1.958-.016-2.756 3.559-6.361 7.324-12.6 10.894-18.954.187-.44.508-.795.846-1.125m.286.512c-.341.11-.536.432-.707.723-3.67 6.559-7.531 13.01-11.185 19.575-.376.673.247 1.557 1.004 1.466 7.468.018 14.939-.018 22.408.01.931.082 1.389-1.105.847-1.785-3.626-6.375-7.204-12.779-10.825-19.156-.259-.582-.872-1.1-1.542-.833M2.415 23.188c6.604.203 13.222-.015 19.831.076 1.2-.016 2.404.067 3.599-.083-1.294-.113-2.595-.035-3.891-.056-6.512.069-13.029-.105-19.538.063z"/><path fill="#212723" d="M13.806 1.093c.67-.268 1.283.25 1.542.833 3.62 6.378 7.199 12.781 10.825 19.156.541.68.083 1.867-.847 1.785-7.469-.028-14.94.007-22.408-.01-.757.091-1.38-.793-1.004-1.466C5.568 14.826 9.429 8.375 13.099 1.816c.171-.291.366-.613.707-.723M4.383 20.939c6.495-.022 12.989-.004 19.485-.009-3.266-5.666-6.373-11.425-9.676-17.069-3.237 5.712-6.577 11.363-9.809 17.078z"/><path fill="#f9e93b" d="M4.383 20.939c3.233-5.715 6.572-11.366 9.809-17.078 3.303 5.644 6.41 11.403 9.676 17.069-6.496.004-12.991-.013-19.485.009m8.059-6.079c.452-.443.878-.915 1.319-1.37.016 1.749-.001 3.499-.004 5.249-.433-.479-.865-.959-1.314-1.42-.341 1.4 1.045 2.132 1.782 3.075.748-.929 2.106-1.667 1.8-3.057-.448.47-.888.945-1.338 1.412.003-1.765.003-3.53.01-5.296.438.461.871.926 1.311 1.384l.023-1.12c-.59-.635-1.187-1.264-1.769-1.907-.762.918-2.129 1.652-1.82 3.048M9.392 12.9c-.003.601-.004 1.204-.012 1.806l.405.003v-1.803l-.394-.006m.957.009c-.003.6-.004 1.199-.01 1.797.092.003.277.009.369.01l.006-1.807h-.364m7.311-.009c-.001.594-.001 1.188-.009 1.782l.359.057c.012-.612.013-1.223.013-1.835-.091 0-.272-.003-.363-.004m.924-.007c-.004.615-.004 1.228.003 1.841l.35-.059-.003-1.778-.35-.004m-9.202 2.826l-.001 1.801.4-.018c-.004-.594.001-1.188.009-1.784h-.407m8.27-.027c-.001.603-.001 1.204-.006 1.806.092-.001.275-.006.366-.009-.003-.601-.003-1.203.003-1.804-.091.003-.272.006-.363.007m.928-.009c-.006.61-.006 1.22-.004 1.832l.351-.054c-.001-.59-.003-1.18-.001-1.769-.086-.001-.259-.007-.345-.009m-8.246.034c.082.647-.247 1.468.304 1.964.083-.645.067-1.297.064-1.945a22.784 22.784 0 0 1-.369-.019m-.96 2.76c-.004.601-.004 1.203-.004 1.804a52 52 0 0 0 .401-.013c0-.6.003-1.2.003-1.801l-.4.01m1.009-.169c-.07.651-.06 1.308-.06 1.964l.367.003c-.086-.648.253-1.471-.307-1.967m8.184 1.996l.354-.064c-.003-.644.007-1.289-.045-1.933-.552.512-.234 1.338-.309 1.998m-.918-1.825c-.007.653-.026 1.305.031 1.955.581-.47.244-1.307.328-1.948a21.704 21.704 0 0 1-.359-.007z"/><path fill="#252a21" d="M12.442 14.86c-.309-1.396 1.058-2.131 1.82-3.048.582.642 1.18 1.272 1.769 1.907-.009.373-.016.746-.023 1.12-.44-.458-.874-.923-1.311-1.384-.007 1.766-.007 3.531-.01 5.296.449-.467.89-.942 1.338-1.412.306 1.39-1.052 2.128-1.8 3.057-.738-.942-2.123-1.674-1.782-3.075.449.461.881.941 1.314 1.42.003-1.75.02-3.5.004-5.249-.44.455-.866.926-1.319 1.37z"/><path fill="#1a2522" d="M9.392 12.9l.394.006v1.803c-.102 0-.304-.001-.405-.003.007-.601.009-1.204.012-1.806z"/><path fill="#222213" d="M10.348 12.909h.364c-.001.603-.003 1.204-.006 1.807a22.719 22.719 0 0 1-.369-.01c.006-.599.007-1.197.01-1.797z"/><path fill="#2b2d14" d="M17.66 12.9c.091.001.272.004.363.004 0 .612-.001 1.223-.013 1.835l-.359-.057c.007-.594.007-1.188.009-1.782z"/><path fill="#262915" d="M18.584 12.893l.35.004.003 1.778-.35.059c-.007-.613-.007-1.226-.003-1.841z"/><path fill="#1f2723" d="M9.382 15.719h.407c-.007.596-.013 1.19-.009 1.784l-.4.018.001-1.801z"/><path fill="#282815" d="M17.653 15.691c.091-.001.272-.004.363-.007-.006.601-.006 1.203-.003 1.804a43.62 43.62 0 0 1-.366.009c.004-.601.004-1.203.006-1.806z"/><path fill="#282915" d="M18.581 15.682c.086.001.259.007.345.009-.001.59 0 1.18.001 1.769l-.351.054c-.001-.612-.001-1.222.004-1.832z"/><path fill="#262416" d="M10.336 15.716c.092.006.277.015.369.019.003.648.019 1.3-.064 1.945-.552-.496-.222-1.317-.304-1.964z"/><path fill="#1e2622" d="M9.375 18.476l.4-.01c0 .601-.003 1.201-.003 1.801a52 52 0 0 1-.401.013c0-.601 0-1.203.004-1.804z"/><path fill="#232314" d="M10.384 18.307c.56.496.221 1.319.307 1.967l-.367-.003c0-.656-.01-1.313.06-1.964z"/><path fill="#2c2c18" d="M18.568 20.303c.075-.66-.243-1.485.309-1.998.053.644.042 1.289.045 1.933l-.354.064z"/><path fill="#232717" d="M17.65 18.479c.089.003.269.006.359.007-.083.641.253 1.478-.328 1.948-.057-.65-.038-1.302-.031-1.955z"/><path fill="#bfbb50" d="M2.415 23.188c6.509-.168 13.026.006 19.538-.063 1.297.02 2.598-.057 3.891.056-1.194.151-2.399.067-3.599.083-6.609-.091-13.226.127-19.831-.076z"/></symbol><symbol viewBox="0 0 24 24" id="warning--reversible-lanes--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#caa819" opacity=".79" d="M11.808 0h.368c.353.218.641.52.93.815 3.221 3.218 6.44 6.438 9.661 9.659.422.433.892.829 1.232 1.337v.362c-.248.403-.607.716-.94 1.048-3.181 3.179-6.359 6.361-9.542 9.538-.44.416-.828.893-1.328 1.242h-.362c-.365-.252-.664-.582-.976-.892-3.222-3.218-6.448-6.432-9.671-9.648-.404-.41-.844-.792-1.181-1.264v-.37c.271-.457.685-.799 1.054-1.175L10.772.933c.323-.335.65-.668 1.036-.934m-.112.309C7.933 4.02 4.221 7.786.471 11.514c-.26.2-.397.611-.109.853 3.755 3.758 7.512 7.514 11.272 11.269.214.256.6.192.791-.054 3.734-3.742 7.48-7.474 11.212-11.216.254-.215.188-.596-.052-.792C19.866 7.853 16.144 4.135 12.427.413c-.176-.206-.51-.3-.731-.104z"/><path d="M11.696.308c.221-.196.554-.102.731.104 3.716 3.722 7.439 7.44 11.158 11.161.24.196.306.577.052.792-3.732 3.743-7.477 7.475-11.212 11.216-.191.246-.577.31-.791.054C7.874 19.88 4.117 16.124.362 12.366c-.288-.242-.151-.653.109-.853C4.221 7.786 7.933 4.019 11.696.307M.484 12C4.311 15.851 8.148 19.69 12 23.515c3.851-3.826 7.69-7.664 11.515-11.515C19.7 8.138 15.859 4.3 12 .484 8.14 4.3 4.3 8.14.484 12z"/><path d="M9.974 4.112c.655 0 1.312-.004 1.968.002.04.942-.12 1.919.196 2.828.464 1.506 2.093 2.537 3.656 2.233-.107-.42-.266-.828-.334-1.258.007-.318.425-.486.656-.27 1.228.826 2.456 1.65 3.674 2.491-1.211.851-2.43 1.69-3.64 2.542-.222.217-.635.107-.683-.211.055-.446.229-.866.343-1.3-2.668.294-5.281-1.697-5.735-4.334-.178-.896-.085-1.817-.103-2.724zM7.919 11.261c.224-.186.584-.016.611.266-.064.44-.233.857-.343 1.286 1.457-.112 2.974.342 4.06 1.336 1.63 1.414 1.951 3.678 1.778 5.716-.655-.001-1.31.001-1.966-.002-.042-.935.115-1.902-.192-2.806-.454-1.522-2.09-2.564-3.662-2.249.108.425.274.838.334 1.274-.024.304-.414.451-.642.259-1.238-.821-2.452-1.681-3.691-2.502 1.234-.865 2.462-1.741 3.714-2.579z"/><path fill="#ffd520" d="M.484 12C4.3 8.14 8.14 4.3 12 .484 15.859 4.3 19.7 8.139 23.515 12 19.689 15.851 15.851 19.69 12 23.515 8.148 19.689 4.31 15.851.484 12m9.49-7.888c.018.907-.074 1.828.103 2.724.454 2.638 3.067 4.628 5.735 4.334-.114.433-.288.853-.343 1.3.048.318.461.428.683.211 1.21-.852 2.429-1.691 3.64-2.542-1.218-.841-2.447-1.666-3.674-2.491-.232-.216-.649-.048-.656.27.067.43.227.838.334 1.258-1.564.304-3.192-.727-3.656-2.233-.316-.91-.156-1.886-.196-2.828-.656-.006-1.313-.002-1.968-.002m-2.057 7.148c-1.252.838-2.48 1.714-3.714 2.579 1.24.821 2.453 1.681 3.691 2.502.228.192.618.044.642-.259-.06-.437-.226-.85-.334-1.274 1.572-.316 3.209.727 3.662 2.249.307.904.15 1.871.192 2.806.655.004 1.31.001 1.966.002.173-2.038-.149-4.302-1.778-5.716-1.086-.994-2.603-1.447-4.06-1.336.11-.43.28-.846.343-1.286-.026-.282-.386-.452-.611-.266z"/></symbol><symbol viewBox="0 0 27 24" id="warning--rickshaws-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ff3319" d="M13.238 0h.675c.549.178 1.036.534 1.307 1.051 3.832 6.655 7.666 13.308 11.502 19.962.146.259.278.525.396.799v.796a2.08 2.08 0 0 1-1.441 1.393H1.472c-.724-.175-1.268-.754-1.473-1.459v-.656c.118-.297.254-.587.41-.865C4.265 14.342 8.111 7.656 11.966.976c.266-.492.751-.807 1.272-.975M2.85 21.601c7.147.005 14.294.004 21.441.001-3.573-6.199-7.14-12.401-10.723-18.594A11463.78 11463.78 0 0 0 2.849 21.601z"/><path fill="#fff" d="M2.85 21.601C6.416 15.4 9.99 9.204 13.569 3.008c3.582 6.193 7.15 12.395 10.723 18.594-7.147.003-14.294.004-21.441-.001m11.312-9.724c.274 1.097.556 2.195.942 3.257.244.85-.146 1.658-.628 2.336-.469.081-.936.184-1.39.327-.274-.651-.797-1.228-.827-1.958l.553-.182.24-.438c-.631-.009-1.265-.046-1.892.042.222.216.521.306.809.396-.039.132-.076.263-.113.395-.998.004-1.995-.001-2.993.003.066-.304.138-.607.212-.91h.563l.039-.431c-.312.007-.625.015-.937.019-.206.819-.38 1.645-.576 2.466-1.005-.285-2.104.472-2.172 1.513-.136.975.728 1.991 1.737 1.882 1.045.03 1.807-1.13 1.553-2.1-.108-.534-.568-.879-.808-1.348.708.391 1.318.929 1.959 1.416-.084.597.328 1.07.938 1.013a4.99 4.99 0 0 0-.254.5c.266-.003.532-.003.797.001a31.281 31.281 0 0 0-.007-.313l-.418-.224.31-.503c.812.003 1.624.001 2.435 0 .152 1.173 1.538 1.996 2.578 1.308 1.212-.724.953-2.678-.328-3.182l.549-.138c-.202-1.799.633-3.41 1.13-5.086-1.315-.324-2.675-.293-4.004-.061z"/><path fill="#fff" d="M8.795 16.431c.972.004 1.943.018 2.915.023-.29.584-.298 1.367-.862 1.774.071-.186.142-.37.22-.555-.285-.004-.569.003-.854.011.125.127.266.241.397.362l.142.306c-.698-.513-1.387-1.039-2.081-1.558l.123-.363zM11.487 18.163c.19-.519.38-1.04.584-1.554.38.686.734 1.387 1.105 2.077-.447-.003-.896-.001-1.345.001a67.952 67.952 0 0 0-.344-.525zM6.792 19.516c-.599-.839.274-2.071 1.275-1.795-.068.457-.252.88-.647 1.143l.292.292c.306-.342.587-.706.788-1.121.262.487.395 1.117.018 1.586-.395.616-1.399.542-1.725-.104zM14.845 18.674c.225-.522.645-1.12 1.304-.963 1.115.152 1.204 1.948.142 2.264-.682.247-1.219-.353-1.441-.929.422-.094 1.13.236 1.254-.353-.42-.009-.839-.009-1.26-.02zM13.299 18.216c.381-.049.765-.089 1.147-.133-.065.199-.127.401-.191.603l-.701-.001c-.085-.156-.169-.313-.255-.469zM10.895 18.473c.395-.302.922.351.515.664-.409.475-1.04-.386-.515-.664z"/><path d="M14.163 11.877c1.329-.232 2.689-.263 4.004.061-.496 1.676-1.332 3.287-1.13 5.086l-.549.138c1.281.504 1.54 2.458.328 3.182-1.04.687-2.426-.136-2.578-1.308-.811.001-1.623.003-2.435 0l-.31.503.418.224.007.313a30.255 30.255 0 0 0-.797-.001 4.6 4.6 0 0 1 .254-.5c-.61.057-1.022-.416-.938-1.013-.641-.487-1.252-1.025-1.959-1.416.24.469.7.814.808 1.348.255.971-.507 2.13-1.553 2.1-1.009.108-1.873-.907-1.737-1.882.068-1.041 1.167-1.798 2.172-1.513.197-.822.37-1.647.576-2.466.312-.004.625-.012.937-.019l-.039.431h-.563c-.073.302-.145.606-.212.91.998-.004 1.995.001 2.993-.003.037-.132.073-.263.113-.395-.289-.089-.587-.18-.809-.396.626-.088 1.261-.052 1.892-.042l-.24.438-.553.182c.03.729.553 1.307.827 1.958.454-.142.921-.245 1.39-.327.481-.678.872-1.486.628-2.336-.386-1.062-.668-2.16-.942-3.257m-5.371 4.554c-.041.121-.081.243-.123.363.694.519 1.383 1.045 2.081 1.558l-.142-.306c-.132-.121-.273-.235-.397-.362.285-.008.569-.015.854-.011-.077.184-.149.369-.22.555.564-.407.572-1.189.862-1.774-.972-.005-1.943-.019-2.915-.023m2.692 1.732c.115.174.231.348.344.525.449-.003.898-.004 1.345-.001-.372-.69-.725-1.391-1.105-2.077a54.894 54.894 0 0 0-.584 1.554m-4.695 1.352c.325.647 1.33.72 1.725.104.377-.469.244-1.1-.018-1.586-.201.415-.481.78-.788 1.121l-.292-.292c.395-.263.579-.686.647-1.143-1.001-.275-1.874.956-1.275 1.795m8.054-.841c.42.011.839.011 1.26.02-.125.588-.833.259-1.254.353.222.576.759 1.176 1.441.929 1.062-.316.972-2.113-.142-2.264-.659-.157-1.079.441-1.304.963m-1.547-.459c.085.156.169.313.255.469l.701.001c.064-.202.126-.404.191-.603-.382.043-.766.084-1.147.133m-2.404.257c-.525.278.106 1.139.515.664.407-.313-.121-.967-.515-.664z"/></symbol><symbol viewBox="0 0 27 24" id="warning--road-blocks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#2c2825" opacity=".87" d="M13.555 0h.565l.166.288c-.269-.055-.554-.091-.795-.229L13.555 0z"/><path fill="#fff" d="M13.491.059c.241.139.527.174.795.229.192.344.394.684.591 1.026.088.311.254.588.468.83l.084.126c.092.304.247.588.461.826l.081.099c.24.565.547 1.099.916 1.589l.047.099c.096.304.255.583.462.826.023.032.071.093.095.125.084.309.243.59.458.827l.08.099c.241.565.544 1.104.923 1.589l.038.104c.095.302.259.576.465.816l.077.096a8.31 8.31 0 0 0 .912 1.594l.053.096c.093.307.256.587.469.828l.084.126c.093.306.251.588.459.831.025.032.071.093.096.123.077.315.248.594.464.834.022.032.063.097.084.13.091.304.245.587.459.824l.081.099c.237.566.546 1.099.913 1.591.011.025.036.074.047.097.092.309.256.587.469.83l.082.126c.093.306.252.587.461.831l.095.125c.077.315.25.592.465.832l.082.13c.091.304.245.587.459.824l.081.099c.236.561.544 1.089.902 1.581l.044.073c.4.551.817 1.694-.182 1.86-8.706.008-17.416.052-26.12-.022-.228-.252-.473-.529-.409-.894.425-.598.789-1.241 1.092-1.91.019-.025.06-.074.081-.099.214-.239.372-.52.457-.828.025-.032.071-.095.096-.125.207-.244.366-.525.459-.832l.084-.125c.213-.241.376-.52.469-.828.014-.023.04-.071.053-.096a8.185 8.185 0 0 0 .909-1.594c.019-.025.059-.073.08-.097a2.16 2.16 0 0 0 .461-.826c.021-.032.062-.095.084-.126.213-.241.377-.52.469-.828.011-.025.034-.073.047-.097a7.578 7.578 0 0 0 .915-1.591l.081-.099a2 2 0 0 0 .455-.828c.025-.03.073-.093.096-.125.207-.241.366-.521.462-.826l.045-.097a7.61 7.61 0 0 0 .92-1.589l.08-.099c.204-.239.368-.513.464-.813l.04-.107a7.058 7.058 0 0 0 .923-1.588l.081-.099c.214-.236.369-.518.462-.824l.084-.126c.213-.241.377-.52.47-.828.014-.023.04-.07.053-.095a8.77 8.77 0 0 0 .913-1.587c.203-.34.398-.684.597-1.027.457-.612.769-1.315 1.205-1.942l.224-.171m.116.51c-.16.067-.221.25-.317.381C9.084 8.259 4.858 15.556.645 22.861c-.21.235-.021.651.307.586 8.507.001 17.017.029 25.524.005.314.052.498-.346.3-.575A9812.25 9812.25 0 0 0 14.1.841c-.095-.181-.267-.358-.491-.27z"/><path fill="#fff" d="M3.563 21.559A6151.122 6151.122 0 0 0 13.717 3.987c3.386 5.852 6.746 11.719 10.129 17.572H3.563m6.202-6.691l-.008.697c-.528.016-1.056-.004-1.583.014-.019.754-.001 1.507-.01 2.261.531.036 1.064.005 1.596.019 0 .562.004 1.123-.005 1.684-.329-.014-.805-.095-.813.37-.512.001-1.023-.004-1.535.001-.001.261-.003.521-.001.782 4.284.007 8.567.003 12.85.003v-.784c-.517-.004-1.035 0-1.554 0a40.085 40.085 0 0 0-.085-.37c-.236.001-.473 0-.709-.005-.007-.56-.005-1.12-.004-1.68.561-.01 1.123.007 1.684-.011.005-.758.001-1.515.003-2.274-.561-.008-1.122.004-1.683-.01l-.011-.694a10.48 10.48 0 0 0-.938.007c-.005.232-.014.465-.022.698-2.074-.012-4.149-.001-6.222-.007l-.01-.699a42.167 42.167 0 0 0-.941-.001z"/><path fill="#fff" d="M8.33 15.739c.455-.007.911-.004 1.366-.005-.466.625-.875 1.293-1.367 1.899-.004-.631-.005-1.262.001-1.894zM11.044 15.736c.477-.003.955.001 1.432-.005-.459.651-.911 1.307-1.369 1.957a51.85 51.85 0 0 1-1.422 0c.454-.649.913-1.296 1.359-1.952zM13.825 15.737c.48-.005.96 0 1.44-.005-.465.645-.917 1.297-1.367 1.953-.479.012-.957.008-1.436.004.462-.645.917-1.296 1.363-1.952zM16.62 15.736c.475-.003.95-.001 1.425-.001-.464.645-.915 1.299-1.366 1.952-.477.011-.955.007-1.432.001.465-.646.912-1.304 1.373-1.952zM19.432 15.71c-.012.66-.001 1.321-.01 1.98a64.22 64.22 0 0 1-1.388-.003c.469-.657.915-1.33 1.397-1.978zM10.718 17.857c2.074-.004 4.149-.001 6.224 0a78.87 78.87 0 0 1-.004 1.685c-.23.001-.459.001-.688.003l-.069.363c-1.566.008-3.132.003-4.697.003l-.073-.337a4.419 4.419 0 0 0-.69-.033 157.55 157.55 0 0 1-.003-1.684z"/><path fill="#373331" opacity=".83" d="M12.062 2.172c.243-.708.553-1.525 1.205-1.942-.436.627-.749 1.33-1.205 1.942z"/><path fill="#da271d" d="M13.609.571c.224-.088.396.089.491.27a9812.25 9812.25 0 0 1 12.676 22.036c.197.229.014.627-.3.575-8.507.023-17.017-.004-25.524-.005-.328.066-.517-.351-.307-.586C4.858 15.557 9.085 8.259 13.292.952c.096-.132.156-.314.317-.381M3.563 21.559h20.283c-3.383-5.853-6.743-11.72-10.129-17.572-3.378 5.861-6.756 11.722-10.154 17.572z"/><path fill="#383432" opacity=".86" d="M14.877 1.314c.337.136.491.481.468.83a2.12 2.12 0 0 1-.468-.83z"/><path fill="#3c3836" opacity=".88" d="M15.429 2.27a.785.785 0 0 1 .461.826 2.162 2.162 0 0 1-.461-.826zM24.758 18.45c.332.143.483.485.465.832a1.958 1.958 0 0 1-.465-.832zM1.253 20.924a.796.796 0 0 1 .457-.828c-.085.309-.243.59-.457.828z"/><path fill="#34302e" opacity=".82" d="M10.552 4.786c.14-.603.448-1.173.913-1.587a8.77 8.77 0 0 1-.913 1.587z"/><path fill="#373432" opacity=".84" d="M15.97 3.194c.458.422.76.99.916 1.589a7.568 7.568 0 0 1-.916-1.589zM22.692 14.85c.458.422.76.99.913 1.591a7.459 7.459 0 0 1-.913-1.591z"/><path fill="#373230" opacity=".86" d="M10.028 5.709c-.025-.348.13-.698.47-.828a2.23 2.23 0 0 1-.47.828zM23.652 16.538c.339.133.494.481.469.83a2.224 2.224 0 0 1-.469-.83z"/><path fill="#393532" opacity=".87" d="M16.933 4.882a.768.768 0 0 1 .462.826 2.372 2.372 0 0 1-.462-.826z"/><path fill="#3b3836" opacity=".87" d="M9.482 6.66a.784.784 0 0 1 .462-.824 2.154 2.154 0 0 1-.462.824z"/><path fill="#3d3937" opacity=".89" d="M17.49 5.833a.797.797 0 0 1 .458.827 2.02 2.02 0 0 1-.458-.827z"/><path fill="#373432" opacity=".84" d="M8.478 8.347c.165-.597.464-1.164.923-1.588a7.058 7.058 0 0 1-.923 1.588zM25.846 20.336c.451.421.765.979.902 1.581a7.857 7.857 0 0 1-.902-1.581z"/><path fill="#383432" opacity=".84" d="M18.027 6.758c.462.422.757.993.923 1.589a7.087 7.087 0 0 1-.923-1.589z"/><path fill="#3a3634" opacity=".87" d="M7.975 9.267c-.034-.336.123-.705.464-.813-.096.3-.259.575-.464.813z"/><path fill="#393533" opacity=".87" d="M18.989 8.452c.339.111.499.48.465.816a2.337 2.337 0 0 1-.465-.816zM24.203 17.494a.783.783 0 0 1 .461.831 2.329 2.329 0 0 1-.461-.831z"/><path fill="#373331" opacity=".83" d="M6.975 10.955c.158-.599.459-1.168.92-1.589a7.603 7.603 0 0 1-.92 1.589z"/><path fill="#34312f" opacity=".82" d="M19.531 9.364c.459.421.775.987.912 1.594a8.28 8.28 0 0 1-.912-1.594z"/><path fill="#383432" opacity=".87" d="M6.468 11.878a.77.77 0 0 1 .462-.826 2.372 2.372 0 0 1-.462.826z"/><path fill="#34312f" opacity=".85" d="M20.496 11.054c.34.13.492.48.469.828a2.23 2.23 0 0 1-.469-.828z"/><path fill="#3d3937" opacity=".88" d="M5.916 12.831a.796.796 0 0 1 .455-.828 2 2 0 0 1-.455.828z"/><path fill="#383432" opacity=".87" d="M21.049 12.008a.78.78 0 0 1 .459.831 2.316 2.316 0 0 1-.459-.831z"/><path fill="#373331" opacity=".84" d="M4.921 14.521c.152-.601.458-1.167.915-1.591a7.578 7.578 0 0 1-.915 1.591z"/><path fill="#3b3835" opacity=".88" d="M21.604 12.963c.332.143.481.487.464.834a1.957 1.957 0 0 1-.464-.834z"/><path fill="#3e3a38" opacity=".89" d="M22.151 13.927a.78.78 0 0 1 .459.824 2.13 2.13 0 0 1-.459-.824z"/><path fill="#373431" opacity=".86" d="M4.405 15.446c-.025-.348.129-.697.469-.828a2.2 2.2 0 0 1-.469.828z"/><path fill="#201b18" d="M9.765 14.868c.314-.003.627-.003.941.001l.01.699c2.074.005 4.149-.005 6.222.007.008-.233.016-.466.022-.698.313-.016.625-.018.938-.007l.011.694c.561.014 1.122.001 1.683.01-.001.758.003 1.515-.003 2.274-.561.018-1.123.001-1.684.011-.001.56-.003 1.12.004 1.68.236.005.473.007.709.005l.085.37c.518 0 1.037-.004 1.554 0v.784c-4.283 0-8.566.004-12.85-.003-.001-.261 0-.521.001-.782.512-.005 1.023 0 1.535-.001.008-.465.484-.384.813-.37.01-.561.005-1.122.005-1.684-.532-.014-1.066.016-1.596-.019.008-.754-.01-1.507.01-2.261.527-.018 1.055.003 1.583-.014l.008-.697m-1.436.872c-.007.632-.005 1.263-.001 1.894l-.064.08c.473-.022.948-.018 1.421-.025.475.005.948.008 1.422 0 .451.01.902.012 1.355.001.479.004.957.008 1.436-.004.45.012.9.016 1.349.003.477.005.955.01 1.432-.001.451.011.904.014 1.355.001.462.005.926.007 1.388.003.008-.66-.003-1.321.01-1.98-.462.012-.924.016-1.387.025-.475 0-.95-.001-1.425.001a14.58 14.58 0 0 0-1.355-.004c-.48.005-.96 0-1.44.005-.45-.019-.9-.029-1.349-.007-.477.007-.955.003-1.432.005-.45-.015-.9-.018-1.348-.003-.455.001-.911-.001-1.366.005m2.387 2.119c-.003.561-.001 1.123.003 1.684.23-.004.461.001.69.033l.073.337c1.565 0 3.131.005 4.697-.003.016-.091.051-.273.069-.363l.688-.003a78.87 78.87 0 0 0 .004-1.685c-2.075-.001-4.15-.004-6.224 0z"/><path fill="#3a3735" opacity=".87" d="M3.861 16.398a.782.782 0 0 1 .461-.826 2.16 2.16 0 0 1-.461.826z"/><path fill="#d9261c" d="M9.696 15.733c.448-.015.898-.012 1.348.003-.446.656-.905 1.303-1.359 1.952-.473.007-.948.003-1.421.025l.064-.08c.492-.606.901-1.274 1.367-1.899zM12.476 15.73c.45-.022.9-.012 1.349.007a97.313 97.313 0 0 1-1.363 1.952c-.453.011-.904.008-1.355-.001.458-.65.909-1.306 1.369-1.957zM15.265 15.732c.451-.021.904-.016 1.355.004-.461.647-.908 1.306-1.373 1.952-.45.014-.9.01-1.349-.003.45-.656.902-1.308 1.367-1.953zM18.045 15.734c.462-.008.924-.012 1.387-.025-.483.647-.928 1.321-1.397 1.978-.451.012-.904.01-1.355-.001.451-.653.902-1.307 1.366-1.952z"/><path fill="#34312f" opacity=".83" d="M2.872 18.089c.137-.605.453-1.17.909-1.594a8.215 8.215 0 0 1-.909 1.594z"/><path fill="#35312f" opacity=".85" d="M2.349 19.013c-.026-.348.13-.697.469-.828a2.214 2.214 0 0 1-.469.828z"/><path fill="#393533" opacity=".87" d="M1.806 19.971a.782.782 0 0 1 .459-.832 2.335 2.335 0 0 1-.459.832z"/><path fill="#3f3b39" opacity=".89" d="M25.306 19.413a.778.778 0 0 1 .459.824 2.13 2.13 0 0 1-.459-.824z"/><path fill="#332f2d" opacity=".8" d="M.081 22.933c.174-.71.579-1.387 1.092-1.91a11.458 11.458 0 0 1-1.092 1.91z"/><path fill="#221d1a" opacity=".98" d="M26.792 21.989c.298.243.492.575.636.924v.54a1.08 1.08 0 0 0-.395.546H.643l-.154-.173c8.704.074 17.414.03 26.12.022 1-.166.583-1.308.182-1.86z"/></symbol><symbol viewBox="0 0 27 24" id="warning--road-bump--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.365 0h.469c.55.108 1.069.417 1.346.916 3.913 6.758 7.818 13.522 11.729 20.281.119.211.21.436.291.664v.665A1.916 1.916 0 0 1 25.687 24H1.542C.756 23.872.14 23.219 0 22.444v-.468c.073-.266.165-.529.304-.769C4.216 14.449 8.12 7.686 12.032.928c.271-.5.787-.81 1.333-.928M2.857 21.597c7.168.004 14.337.005 21.505 0C20.782 15.399 17.202 9.2 13.61 3.01 10.017 9.201 6.438 15.4 2.857 21.597z"/><path fill="#fff" d="M2.857 21.597C6.438 15.4 10.017 9.201 13.61 3.01c3.592 6.19 7.172 12.389 10.752 18.587-7.168.005-14.337.004-21.505 0m8.208-3.934c-1.023.361-1.758 1.222-2.736 1.655-.907.14-1.839.022-2.756.064-.004.401-.004.802 0 1.203 5.358.003 10.716.002 16.074.001.004-.401.004-.803 0-1.204-.784-.007-1.569.002-2.354-.003-.701-.005-1.201-.566-1.751-.922-1.814-1.396-4.373-1.587-6.477-.794z"/><path d="M11.065 17.663c2.104-.793 4.663-.602 6.477.794.55.356 1.05.917 1.751.922.785.005 1.57-.004 2.354.003.004.401.004.803 0 1.204-5.358.001-10.716.002-16.074-.001a60.302 60.302 0 0 1 0-1.203c.917-.042 1.849.076 2.756-.064.978-.433 1.713-1.294 2.736-1.655z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-bump--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.686 1.134c.595-.107 1.206.128 1.62.559 3.276 3.126 6.553 6.251 9.818 9.388.754.678.664 1.95-.09 2.593-3.122 3.116-6.245 6.235-9.365 9.355-.661.67-1.847.694-2.518.026-3.31-3.174-6.634-6.332-9.944-9.505-.69-.644-.649-1.83.026-2.471 3.073-3.089 6.161-6.164 9.239-9.248.326-.341.732-.636 1.213-.697m.218.25c-.456.013-.869.253-1.177.578-3.097 3.106-6.209 6.198-9.3 9.31-.572.539-.612 1.541-.029 2.087l9.943 9.503c.594.592 1.64.532 2.198-.08 3.106-3.095 6.198-6.205 9.306-9.299.649-.544.737-1.63.089-2.21-3.241-3.121-6.506-6.216-9.756-9.329-.331-.343-.784-.596-1.274-.559z"/><path fill="#231f20" d="M11.554 1.836c.611-.167 1.274.049 1.71.496 3.054 2.909 6.102 5.824 9.146 8.741.7.605.737 1.77.083 2.42-2.93 2.948-5.879 5.88-8.814 8.825-.632.685-1.812.757-2.486.095-3.107-2.975-6.223-5.941-9.328-8.918-.678-.644-.594-1.811.082-2.425 2.836-2.845 5.68-5.682 8.52-8.522.302-.313.65-.612 1.087-.71m.12.356c-.38.078-.674.352-.941.617-2.834 2.846-5.686 5.677-8.515 8.528-.563.491-.606 1.451-.03 1.949 3.095 2.947 6.178 5.906 9.271 8.855.532.517 1.453.445 1.946-.09 2.921-2.923 5.845-5.843 8.766-8.765.55-.509.553-1.463-.03-1.949-3.019-2.899-6.05-5.789-9.078-8.682-.35-.372-.878-.59-1.39-.463z"/><path fill="#231f20" d="M9.359 11.038c1.195-.797 2.707-1.106 4.11-.756 1.21.286 2.15 1.151 3.263 1.657.955.468 2.014.673 3.067.763.008.606.006 1.211.002 1.816-5.082.004-10.163.005-15.245 0a91.61 91.61 0 0 1 .002-1.816c1.726-.083 3.373-.71 4.8-1.664z"/><path fill="#fff100" d="M11.903 1.384c.491-.037.943.216 1.274.559 3.25 3.113 6.515 6.208 9.756 9.329.648.581.56 1.667-.089 2.21-3.108 3.094-6.2 6.204-9.306 9.299-.558.612-1.604.672-2.198.08l-9.943-9.503c-.583-.546-.544-1.548.029-2.087 3.091-3.112 6.203-6.204 9.3-9.31.308-.325.721-.565 1.177-.578m-.349.453c-.437.098-.785.397-1.087.71-2.84 2.84-5.684 5.677-8.52 8.522-.676.614-.76 1.781-.082 2.425 3.104 2.977 6.221 5.944 9.328 8.918.674.662 1.854.59 2.486-.095 2.935-2.945 5.884-5.876 8.814-8.825.654-.65.617-1.816-.083-2.42a4203.338 4203.338 0 0 0-9.146-8.741c-.436-.446-1.099-.662-1.71-.496z"/><path fill="#fff100" d="M11.674 2.194c.511-.127 1.039.091 1.39.463 3.028 2.893 6.059 5.783 9.078 8.682.583.486.58 1.44.03 1.949-2.921 2.922-5.845 5.842-8.766 8.765-.493.535-1.415.607-1.946.09-3.094-2.948-6.176-5.908-9.271-8.855-.576-.498-.533-1.458.03-1.949 2.83-2.851 5.681-5.682 8.515-8.528.266-.265.56-.539.941-.617m-2.316 8.844c-1.427.954-3.074 1.582-4.8 1.664a91.61 91.61 0 0 0-.002 1.816c5.082.005 10.163.004 15.245 0 .004-.605.006-1.21-.002-1.816-1.054-.09-2.112-.295-3.067-.763-1.112-.506-2.053-1.372-3.263-1.657-1.403-.35-2.915-.041-4.11.756z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-bump--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#eace0f" opacity=".92" d="M11.718 0h.523c.271.104.523.26.725.472 3.523 3.518 7.051 7.034 10.576 10.552.198.196.347.434.458.689v.548c-.09.21-.194.418-.356.583-3.578 3.582-7.166 7.154-10.744 10.738-.178.182-.4.314-.63.419h-.528c-.24-.092-.474-.211-.655-.397C7.53 20.036 3.976 16.466.417 12.902a2.071 2.071 0 0 1-.416-.628v-.526c.103-.27.253-.521.461-.721 3.497-3.506 7-7.007 10.495-10.514.214-.223.475-.396.762-.512m-.047.281c-.188.071-.332.218-.475.354C7.639 4.201 4.071 7.757.517 11.323c-.365.32-.389.937-.035 1.273 3.64 3.641 7.278 7.284 10.921 10.92.337.364.942.306 1.258-.055 3.619-3.62 7.24-7.242 10.858-10.864.376-.367.304-1.018-.094-1.339C19.861 7.699 16.307 4.131 12.743.573c-.263-.296-.692-.43-1.07-.292z"/><path d="M11.672.282c.378-.138.808-.005 1.07.292C16.306 4.132 19.86 7.7 23.424 11.259c.397.322.469.972.094 1.339C19.9 16.22 16.28 19.841 12.66 23.462c-.316.361-.92.419-1.258.055C7.759 19.881 4.12 16.238.481 12.597c-.354-.336-.33-.953.035-1.273C4.07 7.758 7.638 4.202 11.196.637c.143-.136.287-.283.475-.354m.123.453C8.132 4.316 4.532 7.966.893 11.572c-.259.187-.311.575-.044.782 3.604 3.596 7.208 7.192 10.817 10.782.194.234.562.175.733-.053 3.578-3.583 7.169-7.154 10.745-10.739.214-.178.234-.524.011-.703C19.584 8.055 15.993 4.489 12.417.907c-.152-.168-.407-.334-.623-.172z"/><path d="M9.086 5.53c.944-.924 1.937-1.801 2.914-2.69.977.893 1.974 1.768 2.921 2.693a18.57 18.57 0 0 0-.018.235c-.666-.041-1.304-.259-1.96-.367-.008.858.001 1.715-.004 2.572-.625.008-1.25.008-1.874 0-.005-.857.005-1.715-.004-2.572-.656.106-1.295.332-1.962.364l-.013-.234zM7.081 13.606c.87-1.765 2.704-3.028 4.684-3.096 2.146-.134 4.253 1.157 5.161 3.095.742.011 1.484-.002 2.226.006.006.407.006.812 0 1.219-4.763 0-9.526.01-14.288-.005-.002-.403-.002-.806 0-1.21.739-.018 1.478.001 2.218-.01z"/><path fill="#fee011" d="M11.794.736c.216-.162.47.004.623.172 3.576 3.582 7.166 7.148 10.738 10.734.223.179.203.526-.011.703-3.576 3.584-7.166 7.156-10.745 10.739-.172.228-.539.287-.733.053-3.608-3.59-7.213-7.186-10.817-10.782-.266-.208-.215-.595.044-.782C4.531 7.967 8.131 4.317 11.794.737M9.086 5.53l.013.234c.667-.031 1.306-.258 1.962-.364.008.857-.001 1.715.004 2.572.624.008 1.249.008 1.874 0 .005-.857-.005-1.714.004-2.572.655.108 1.294.326 1.96.367l.018-.235c-.947-.925-1.944-1.8-2.921-2.693-.977.889-1.969 1.766-2.914 2.69m-2.005 8.077c-.739.011-1.478-.008-2.218.01-.002.403-.002.806 0 1.21 4.763.014 9.526.005 14.288.005.006-.407.006-.812 0-1.219-.742-.008-1.484.005-2.226-.006-.908-1.938-3.016-3.229-5.161-3.095-1.98.068-3.814 1.331-4.684 3.096z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-bump-with-speed-limit--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e6ca0f" opacity=".91" d="M11.701 0h.569c.283.127.546.3.766.521 3.235 3.246 6.48 6.482 9.719 9.725.446.46.973.871 1.246 1.468v.539c-.121.259-.27.508-.473.71-3.284 3.277-6.563 6.562-9.844 9.841-.44.428-.835.93-1.405 1.196h-.535a2.45 2.45 0 0 1-.712-.468c-3.277-3.283-6.56-6.563-9.84-9.844C.766 13.25.266 12.859 0 12.292v-.571c.238-.587.752-.98 1.18-1.422C4.44 7.037 7.704 3.781 10.96.515a2.73 2.73 0 0 1 .742-.516m-.03.284c-.21.091-.372.258-.535.413C7.603 4.244 4.049 7.774.518 11.324c-.388.349-.374.997.014 1.34 3.602 3.6 7.201 7.204 10.806 10.8a.9.9 0 0 0 1.321-.002c3.602-3.599 7.202-7.2 10.801-10.802.418-.367.378-1.045-.041-1.394C19.86 7.702 16.297 4.142 12.735.58c-.263-.29-.685-.456-1.064-.296z"/><path d="M11.672.283c.379-.16.802.006 1.064.296 3.562 3.562 7.124 7.122 10.684 10.686.419.349.458 1.027.041 1.394-3.599 3.602-7.199 7.204-10.801 10.802a.899.899 0 0 1-1.321.002c-3.605-3.596-7.204-7.2-10.806-10.8-.389-.343-.402-.991-.014-1.34C4.049 7.772 7.604 4.243 11.138.695c.163-.155.325-.322.535-.413m.115.452C8.15 4.252 4.623 7.898 1.018 11.458c-.264.215-.499.617-.16.883 3.572 3.587 7.159 7.162 10.736 10.745.186.236.538.307.743.05 3.57-3.55 7.118-7.123 10.686-10.675.25-.197.424-.571.124-.812-3.523-3.554-7.076-7.081-10.606-10.632-.194-.186-.469-.478-.754-.283z"/><path d="M7.03 8.616c.971-1.849 2.976-3.128 5.089-3.04 2.033.006 3.913 1.271 4.853 3.046.834.104 1.686.012 2.527.041l.001 1.232c-5 .002-10.002.001-15.002 0-.001-.41-.001-.822.001-1.232.841-.032 1.699.071 2.531-.047zM8.239 11.648c.836-.684 2.21-.958 3.049-.142.641.607.241 1.764-.598 1.936-.653.131-1.277.48-1.554 1.114.83.024 1.662.008 2.494.011v.754c-1.126-.002-2.251.001-3.377-.002.022-1.136.803-2.233 1.931-2.496.341-.062.877-.292.644-.724-.55-.625-1.536-.336-2.123.092l-.467-.542zM13.363 11.105c.737-.276 1.686-.018 2.057.71.437.876.434 1.987-.035 2.85-.623 1.091-2.506.956-2.93-.244-.425-1.103-.338-2.797.908-3.317m.342.682c-.887.379-.878 1.643-.526 2.398.358.752 1.564.553 1.716-.251.325-.842.006-2.443-1.19-2.147zM14.275 15.592l.452.002c-.511.889-1.026 1.776-1.542 2.662l-.454.001c.511-.889 1.028-1.776 1.543-2.665zM7.122 15.893c.16-.064.32-.126.481-.186l.001 1.228c.161-.194.319-.391.479-.586.206-.002.413-.006.62-.006l-.517.631c.168.431.341.859.517 1.285-.17-.004-.341-.01-.51-.018a22.994 22.994 0 0 0-.362-.875c-.196.258-.252.572-.251.89a71.156 71.156 0 0 1-.462-.004c.001-.787-.004-1.574.004-2.36zM15.274 15.894c.158-.065.318-.128.478-.191-.004.235-.007.47-.014.706.372-.107.853-.119 1.048.288.172.494.059 1.038.086 1.553l-.486.01c-.005-.389.026-.781-.025-1.168-.013-.284-.461-.37-.571-.11-.077.419-.032.85-.04 1.274h-.481c.001-.787-.006-1.574.006-2.362zM9.486 16.34c.487.07 1.006-.079 1.463.155.379-.202.934-.25 1.16.198.18.496.054 1.045.085 1.562-.164-.001-.33-.004-.494-.008-.042-.464.258-1.723-.571-1.358-.128.445-.053.916-.07 1.372l-.443-.014c-.008-.433.052-.876-.05-1.301-.118-.221-.454-.206-.568.01-.072.43-.034.868-.037 1.301h-.479a94.034 94.034 0 0 1 .004-1.915z"/><path fill="#fee011" d="M11.788.734c.284-.194.559.097.754.283 3.529 3.551 7.082 7.078 10.606 10.632.3.241.126.616-.124.812-3.568 3.552-7.116 7.126-10.686 10.675-.205.257-.557.186-.743-.05C8.018 19.503 4.431 15.928.859 12.341c-.34-.266-.104-.668.16-.883C4.624 7.898 8.151 4.252 11.789.734M7.03 8.616c-.832.118-1.69.014-2.531.047-.002.41-.002.822-.001 1.232 5 .001 10.002.002 15.002 0l-.001-1.232c-.841-.029-1.693.064-2.527-.041-.94-1.775-2.82-3.04-4.853-3.046-2.113-.089-4.118 1.19-5.089 3.04m1.209 3.032l.467.542c.587-.428 1.573-.718 2.123-.092.233.432-.304.661-.644.724-1.128.263-1.909 1.36-1.931 2.496 1.126.004 2.251 0 3.377.002v-.754c-.832-.002-1.663.013-2.494-.011.277-.634.901-.983 1.554-1.114.839-.172 1.238-1.328.598-1.936-.839-.816-2.213-.542-3.049.142m5.123-.542c-1.247.52-1.333 2.214-.908 3.317.425 1.2 2.308 1.334 2.93.244.469-.863.472-1.974.035-2.85-.371-.728-1.32-.986-2.057-.71m.912 4.486c-.515.889-1.032 1.776-1.543 2.665l.454-.001a498.25 498.25 0 0 0 1.542-2.662l-.452-.002m-7.154.301c-.007.786-.002 1.573-.004 2.36l.462.004c-.001-.318.055-.632.251-.89.128.288.246.582.362.875.169.008.34.014.51.018a68.854 68.854 0 0 1-.517-1.285c.173-.21.346-.42.517-.631-.208 0-.414.004-.62.006-.16.194-.318.391-.479.586l-.001-1.228c-.161.06-.322.122-.481.186m8.152 0c-.012.787-.005 1.574-.006 2.362h.481c.007-.425-.037-.856.04-1.274.11-.259.558-.174.571.11.052.386.02.779.025 1.168.162-.002.324-.006.486-.01-.028-.515.085-1.058-.086-1.553-.194-.407-.676-.395-1.048-.288.007-.235.011-.47.014-.706-.16.062-.319.126-.478.191m-5.787.446a111.13 111.13 0 0 0-.004 1.915h.479c.004-.433-.035-.871.037-1.301.114-.216.45-.23.568-.01.102.425.042.868.05 1.301l.443.014c.017-.456-.059-.926.07-1.372.829-.365.529.894.571 1.358.164.005.33.007.494.008-.031-.517.095-1.067-.085-1.562-.227-.448-.781-.4-1.16-.198-.457-.234-.976-.085-1.463-.155z"/><path fill="#fee011" d="M13.705 11.786c1.196-.296 1.516 1.304 1.19 2.147-.152.804-1.358 1.003-1.716.251-.353-.755-.361-2.018.526-2.398z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-closed--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M12.104 0h.247c.76.28 1.289.918 1.871 1.447 3.088 2.983 6.175 5.973 9.106 9.112.524.552 1.244 1.441.541 2.149-3.328 3.634-6.905 7.031-10.36 10.543-.57.737-1.885.737-2.452 0C7.635 19.754 4.08 16.384.774 12.779c-.548-.479-.472-1.317.055-1.777C4.065 7.556 7.415 4.216 10.833.952c.38-.371.799-.704 1.272-.95m-.067.599c-.488.167-.799.616-1.163.954C7.646 4.775 4.423 8 1.192 11.216c-.425.356-.453 1.083-.018 1.441 3.487 3.435 6.892 6.953 10.388 10.378.477.518 1.279.305 1.667-.208 3.404-3.374 6.752-6.803 10.163-10.17.44-.361.395-1.077-.02-1.439C19.958 7.809 16.539 4.401 13.127.99 12.85.702 12.448.483 12.039.6z"/><path fill="#030303" d="M6.438 7.886c.422.003.844.001 1.265.004.031.175.061.352.089.527 2.994-.01 5.989-.01 8.982 0 .028-.175.058-.352.089-.527.421-.003.843-.001 1.265-.004.004 2.715.004 5.43 0 8.143-.435-.001-.87-.001-1.304-.004.004-.512.003-1.024.001-1.535-3.028-.006-6.055-.006-9.083 0-.001.511-.003 1.022.001 1.533-.435.004-.87.004-1.304.006-.004-2.713-.006-5.428 0-8.143m1.273.762c-.003.459-.003.918-.001 1.378.46-.455.923-.908 1.375-1.371-.457-.007-.915-.006-1.374-.007m3.056 0c-.858.844-1.694 1.712-2.541 2.568.45.003.902.001 1.354-.004.848-.857 1.705-1.705 2.561-2.557-.457-.007-.916-.004-1.374-.007m3.009.061c-.871.806-1.68 1.681-2.534 2.506.455.003.908.001 1.362.001.854-.854 1.715-1.701 2.569-2.555-.46.018-.959-.093-1.398.048m.508 2.502c.457.007.916.007 1.375.008.398-.404.786-.819 1.189-1.218.008-.452.008-.905.006-1.357-.848.864-1.731 1.694-2.569 2.567m-6.571.234c-.003.256-.006.512-.006.768 3.049.004 6.099.004 9.148 0 0-.256-.003-.512-.006-.768H7.713m-.003.998c-.001.463-.001.925.008 1.388.46-.455.894-.933 1.351-1.391-.453 0-.906.004-1.36.003m3.032-.003c-.597.586-1.168 1.196-1.755 1.793.446.006.894.006 1.34.01.599-.601 1.203-1.199 1.8-1.8-.462-.003-.923.001-1.385-.003m1.265 1.795c.453.006.906.004 1.36.004.592-.604 1.194-1.196 1.792-1.793-.442-.003-.884-.028-1.324.013-.656.538-1.206 1.197-1.827 1.776m3.062-.004c.62-.014 1.367.195 1.786-.4-.001-.472-.001-.943-.004-1.413-.613.584-1.177 1.218-1.782 1.813z"/><path fill="#ff6603" d="M12.038.601c.409-.117.812.102 1.088.39 3.412 3.411 6.832 6.819 10.245 10.228.415.361.46 1.077.02 1.439-3.411 3.367-6.76 6.796-10.163 10.17-.388.512-1.19.726-1.667.208-3.496-3.425-6.901-6.943-10.388-10.378-.435-.359-.407-1.086.018-1.441 3.232-3.216 6.455-6.44 9.683-9.661.364-.339.675-.788 1.163-.954M6.438 7.886c-.006 2.715-.004 5.43 0 8.143.435-.001.87-.001 1.304-.006-.004-.511-.003-1.022-.001-1.533 3.028-.006 6.055-.006 9.083 0 .001.511.003 1.022-.001 1.535.435.003.87.003 1.304.004.004-2.713.004-5.428 0-8.143-.422.003-.844.001-1.265.004-.031.175-.061.352-.089.527-2.993-.01-5.987-.01-8.982 0a32.189 32.189 0 0 0-.089-.527c-.421-.003-.843-.001-1.265-.004z"/><path fill="#fff" d="M7.712 8.648c.459.001.916 0 1.374.007-.452.463-.915.916-1.375 1.371-.001-.46-.001-.919.001-1.378zM10.768 8.648c.457.003.916 0 1.374.007-.856.851-1.712 1.7-2.561 2.557-.452.006-.904.007-1.354.004.847-.856 1.683-1.724 2.541-2.568zM13.777 8.709c.439-.141.937-.03 1.398-.048-.854.854-1.715 1.701-2.569 2.555-.455 0-.908.001-1.362-.001.854-.824 1.663-1.7 2.534-2.506zM14.284 11.211c.839-.872 1.721-1.703 2.569-2.567.003.452.003.905-.006 1.357-.402.4-.791.815-1.189 1.218-.459-.001-.918-.001-1.375-.008zM7.714 11.445h9.137c.003.256.006.512.006.768-3.049.004-6.099.004-9.148 0 0-.256.003-.512.006-.768zM7.71 12.443c.453.001.906-.003 1.36-.003-.457.457-.891.936-1.351 1.391a53.52 53.52 0 0 1-.008-1.388zM10.741 12.44c.462.004.923 0 1.385.003-.597.601-1.201 1.199-1.8 1.8-.446-.004-.894-.004-1.34-.01.587-.597 1.158-1.207 1.755-1.793zM12.006 14.235c.621-.579 1.17-1.238 1.827-1.776.44-.041.882-.016 1.324-.013-.597.597-1.2 1.189-1.792 1.793-.453 0-.906.001-1.36-.004zM15.069 14.231c.604-.594 1.169-1.228 1.782-1.813.003.47.003.942.004 1.413-.419.594-1.166.385-1.786.4z"/></symbol><symbol viewBox="0 0 27 24" id="warning--road-narrows--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.252 0h.641c.523.163 1.016.472 1.276.968 3.854 6.681 7.7 13.364 11.554 20.045.148.259.279.525.396.8v.773A2.024 2.024 0 0 1 25.664 24H1.488C.75 23.839.196 23.243.001 22.526v-.633c.197-.555.515-1.052.807-1.558A89239.5 89239.5 0 0 1 11.967.975c.26-.502.758-.814 1.285-.975M2.853 21.601c7.144.005 14.289.007 21.433-.001A7779.565 7779.565 0 0 0 13.569 3.014 6833.392 6833.392 0 0 0 2.853 21.601z"/><path fill="#fff" d="M2.853 21.601A6833.392 6833.392 0 0 1 13.569 3.014 7107.35 7107.35 0 0 1 24.286 21.6c-7.144.008-14.289.007-21.433.001m8.333-13.208c-.004 1.269-.001 2.54 0 3.809.077 1.317-1.401 1.995-1.529 3.269-.168 1.763-.037 3.546-.073 5.317.598.005 1.197.005 1.797.001.004-1.46.003-2.922 0-4.382-.157-1.334 1.353-1.997 1.497-3.258.19-1.573.041-3.173.085-4.757a80.882 80.882 0 0 0-1.776.001m2.989-.001c.05 1.616-.125 3.254.107 4.857.175 1.169 1.542 1.791 1.474 3.021 0 1.506-.003 3.013 0 4.518.599.005 1.199.004 1.798.001.005-1.505.003-3.01.003-4.515a3.444 3.444 0 0 0-.727-2.19c-.343-.5-.864-.953-.869-1.607-.022-1.361 0-2.723-.009-4.085a95.583 95.583 0 0 0-1.776 0z"/><path d="M11.186 8.393a75.108 75.108 0 0 1 1.776-.001c-.045 1.584.104 3.184-.085 4.757-.144 1.261-1.654 1.924-1.497 3.258.003 1.46.004 2.922 0 4.382-.599.004-1.199.004-1.797-.001.037-1.771-.095-3.554.073-5.317.129-1.275 1.607-1.953 1.529-3.269-.001-1.269-.004-2.54 0-3.809zM14.176 8.392a95.583 95.583 0 0 1 1.776 0c.009 1.363-.012 2.724.009 4.085.005.654.526 1.106.869 1.607.491.617.739 1.403.727 2.19 0 1.505.003 3.01-.003 4.515-.599.003-1.199.004-1.798-.001-.003-1.505 0-3.012 0-4.518.068-1.23-1.299-1.852-1.474-3.021-.232-1.603-.057-3.241-.107-4.857z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1c1d" opacity=".91" d="M10.988 1.63c.688-.725 1.943-.738 2.629-.004 3.241 3.077 6.46 6.179 9.7 9.258.316.286.546.653.683 1.055v.703c-.209.703-.788 1.174-1.286 1.672-2.86 2.861-5.722 5.719-8.578 8.582-.656.743-1.897.852-2.624.154-3.314-3.164-6.628-6.334-9.94-9.502-.713-.64-.688-1.849-.002-2.501 3.134-3.144 6.272-6.286 9.419-9.418m1.055-.254c-.419.058-.762.328-1.046.623-3.074 3.085-6.166 6.155-9.234 9.247-.582.55-.601 1.567-.001 2.111 3.313 3.163 6.625 6.33 9.94 9.492.592.578 1.619.505 2.173-.088 3.142-3.143 6.286-6.282 9.424-9.427.586-.566.564-1.6-.058-2.131-3.245-3.116-6.505-6.217-9.757-9.326-.367-.384-.907-.608-1.44-.5z"/><path fill="#fff100" d="M12.044 1.375c.533-.108 1.073.116 1.44.5 3.252 3.109 6.512 6.21 9.757 9.326.622.532.643 1.565.058 2.131-3.138 3.145-6.282 6.284-9.424 9.427-.554.593-1.582.666-2.173.088-3.314-3.162-6.626-6.329-9.94-9.492-.6-.544-.581-1.561.001-2.111 3.068-3.092 6.16-6.162 9.234-9.247.284-.295.628-.565 1.046-.623m-.251.463c-.54.156-.899.614-1.29.985-2.754 2.766-5.524 5.516-8.273 8.285-.643.625-.665 1.766 0 2.383 3.108 2.974 6.221 5.942 9.331 8.914.81.775 2.135.44 2.755-.408 2.849-2.872 5.728-5.714 8.572-8.591.707-.756.457-2.002-.352-2.58-2.994-2.848-5.974-5.711-8.969-8.556a1.743 1.743 0 0 0-1.775-.432z"/><path fill="#fff100" d="M11.91 2.195c.515-.174 1.092.01 1.456.4 3.048 2.914 6.108 5.816 9.144 8.742.564.492.544 1.428 0 1.927-2.924 2.92-5.845 5.842-8.767 8.764-.485.523-1.386.601-1.918.104-3.112-2.969-6.218-5.942-9.329-8.912-.545-.499-.48-1.422.056-1.903 2.828-2.852 5.682-5.681 8.515-8.53.245-.239.504-.493.842-.592M9.858 6.28c-.024 1.108.024 2.218-.022 3.323-.343 1.133-.856 2.214-1.187 3.35a266.217 266.217 0 0 0-.002 5.362c.618-.005 1.236.001 1.855-.005.012-1.663-.014-3.328.011-4.99.325-1.147.836-2.239 1.194-3.378.05-1.218.01-2.441.019-3.661-.623-.002-1.246-.001-1.868-.001m3.467-.002c-.001 1.224-.037 2.452.016 3.674.356 1.133.865 2.22 1.19 3.362.029 1.664-.004 3.331.014 4.997.619 0 1.24.001 1.859-.001.001-1.778.014-3.559-.006-5.338-.215-.808-.572-1.576-.841-2.369-.656-1.348-.254-2.882-.367-4.322-.622-.006-1.243-.001-1.865-.004z"/><path fill="#231f20" d="M11.792 1.837a1.743 1.743 0 0 1 1.775.432c2.995 2.845 5.975 5.708 8.969 8.556.809.578 1.058 1.824.352 2.58-2.844 2.876-5.723 5.719-8.572 8.591-.62.848-1.945 1.183-2.755.408-3.11-2.971-6.223-5.94-9.331-8.914-.665-.617-.643-1.758 0-2.383 2.749-2.768 5.519-5.519 8.273-8.285.391-.371.75-.829 1.29-.985m.117.358c-.338.098-.598.353-.842.592-2.833 2.849-5.687 5.677-8.515 8.53-.536.481-.601 1.404-.056 1.903 3.11 2.97 6.217 5.944 9.329 8.912.532.497 1.433.419 1.918-.104 2.922-2.922 5.843-5.844 8.767-8.764.544-.499.564-1.435 0-1.927-3.036-2.926-6.096-5.828-9.144-8.742-.364-.39-.941-.574-1.456-.4z"/><path fill="#231f20" d="M9.858 6.28c.623 0 1.246-.001 1.868.001-.01 1.22.031 2.443-.019 3.661-.358 1.139-.869 2.231-1.194 3.378-.025 1.662.001 3.326-.011 4.99-.619.006-1.237 0-1.855.005-.012-1.787-.022-3.576.002-5.362.331-1.136.844-2.218 1.187-3.35.046-1.105-.002-2.215.022-3.323zM13.325 6.278c.622.002 1.243-.002 1.865.004.113 1.44-.289 2.975.367 4.322.269.793.626 1.561.841 2.369.02 1.778.007 3.559.006 5.338-.619.002-1.24.001-1.859.001-.018-1.666.014-3.332-.014-4.997-.325-1.142-.834-2.23-1.19-3.362-.053-1.223-.017-2.45-.016-3.674z"/></symbol><symbol viewBox="0 0 27 24" id="warning--road-narrows-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.253 0h.636c.525.161 1.02.471 1.28.968 3.854 6.681 7.7 13.364 11.554 20.043.148.26.279.527.396.804v.767a2.016 2.016 0 0 1-1.458 1.417H1.492C.752 23.842.194 23.242 0 22.522v-.626a5.6 5.6 0 0 1 .359-.788C4.23 14.397 8.095 7.683 11.966.974c.26-.503.759-.815 1.287-.975M2.852 21.6c7.144.007 14.289.008 21.433-.001A6721.38 6721.38 0 0 0 13.569 3.016 7451.03 7451.03 0 0 0 2.852 21.6z"/><path fill="#fff" d="M2.852 21.6A7778.306 7778.306 0 0 1 13.569 3.016a6721.38 6721.38 0 0 1 10.716 18.583c-7.144.009-14.289.008-21.433.001m8.336-13.219c-.007 1.273-.001 2.548-.001 3.821.077 1.317-1.402 1.995-1.529 3.271-.168 1.763-.037 3.544-.073 5.315.598.005 1.197.005 1.797.001.004-1.462.003-2.922 0-4.382-.157-1.334 1.353-1.997 1.498-3.258.188-1.576.041-3.176.084-4.761-.591-.003-1.184.008-1.775-.007m2.987.016c-.004 4.13-.004 8.26 0 12.392.599.004 1.199.005 1.798-.001.003-4.13.004-8.26 0-12.391a89.802 89.802 0 0 0-1.798 0z"/><path d="M11.188 8.381c.591.015 1.184.004 1.775.007-.043 1.585.104 3.185-.084 4.761-.145 1.261-1.656 1.924-1.498 3.258.003 1.46.004 2.921 0 4.382-.599.004-1.199.004-1.797-.001.037-1.771-.095-3.553.073-5.315.127-1.276 1.607-1.954 1.529-3.271 0-1.273-.005-2.548.001-3.821zM14.176 8.397a89.802 89.802 0 0 1 1.798 0c.004 4.13.003 8.26 0 12.391-.599.007-1.199.005-1.798.001-.004-4.132-.004-8.262 0-12.392z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e8bd2e" opacity=".91" d="M11.717 0h.536c.258.124.499.281.701.484 3.296 3.305 6.601 6.601 9.9 9.902.41.419.883.798 1.146 1.336v.523c-.211.512-.654.86-1.032 1.243l-9.42 9.42c-.396.391-.761.832-1.264 1.092h-.532a2.353 2.353 0 0 1-.641-.427c-3.316-3.326-6.642-6.641-9.96-9.965-.408-.42-.89-.791-1.152-1.33v-.532c.212-.509.648-.86 1.025-1.242 3.142-3.139 6.281-6.28 9.421-9.419.396-.392.762-.834 1.271-1.086m.204.288c-.276.018-.485.218-.674.398C7.69 4.25 4.122 7.802.567 11.37c-.37.323-.377.937.006 1.254 3.602 3.599 7.204 7.201 10.802 10.805a.83.83 0 0 0 1.249-.001c3.599-3.602 7.2-7.205 10.802-10.805.382-.317.374-.929.005-1.253-3.572-3.587-7.163-7.159-10.74-10.742-.202-.206-.472-.382-.772-.341z"/><path d="M11.92.287c.3-.041.57.134.772.341 3.577 3.583 7.168 7.156 10.74 10.742.37.324.377.936-.005 1.253-3.602 3.6-7.204 7.202-10.802 10.805a.83.83 0 0 1-1.249.001c-3.599-3.604-7.2-7.206-10.802-10.805-.383-.317-.376-.931-.006-1.254C4.122 7.802 7.691 4.25 11.247.685c.19-.18.398-.38.674-.398m-.012.459c-.13.062-.235.162-.34.259C8.031 4.551 4.484 8.087.947 11.631c-.214.166-.295.486-.055.67 3.601 3.604 7.204 7.206 10.807 10.806a.383.383 0 0 0 .602-.001c3.604-3.6 7.206-7.202 10.806-10.805.236-.184.158-.505-.054-.67-3.539-3.544-7.085-7.08-10.624-10.625-.146-.125-.302-.319-.521-.26z"/><path d="M9.564 6.322a372.1 372.1 0 0 1 1.83-.001c-.01 1.133.025 2.267-.013 3.398-.56.848-1.34 1.549-1.885 2.405-.042 1.885-.002 3.774-.018 5.659-.611.001-1.22.002-1.831 0 .014-2.119-.035-4.243.024-6.36.58-.816 1.303-1.525 1.872-2.347.052-.916 0-1.837.022-2.754zM14.635 6.323c.611-.002 1.22-.002 1.83 0 .004 3.822.004 7.645 0 11.467-.61.002-1.219.002-1.83 0-.002-3.822-.002-7.645 0-11.467z"/><path d="M10.716 12.52l.678-.002c.001.401.002.802.001 1.202-.227-.001-.454-.007-.68-.006l.001-1.194zM10.716 14.557c.226-.001.452-.001.678-.004.001.401.002.802.001 1.202-.227-.002-.454-.004-.68-.004l.001-1.195zM10.716 16.594l.678-.002c.001.4.002.8.001 1.201-.227-.002-.454-.004-.679-.004v-1.195z"/><path fill="#fecf33" d="M11.909.746c.218-.059.374.136.521.26 3.539 3.545 7.085 7.081 10.624 10.625.212.164.29.486.054.67-3.6 3.602-7.202 7.205-10.806 10.805a.383.383 0 0 1-.602.001c-3.604-3.6-7.206-7.202-10.807-10.806-.24-.184-.158-.504.055-.67C4.486 8.087 8.033 4.551 11.57 1.005c.104-.097.21-.197.34-.259M9.564 6.322c-.022.917.03 1.838-.022 2.754-.569.822-1.292 1.531-1.872 2.347-.059 2.117-.01 4.241-.024 6.36.611.002 1.22.001 1.831 0 .016-1.885-.024-3.774.018-5.659.545-.856 1.325-1.556 1.885-2.405.038-1.132.004-2.266.013-3.398a372.1 372.1 0 0 0-1.83.001m5.072.001c-.002 3.822-.002 7.645 0 11.467.611.002 1.22.002 1.83 0 .004-3.822.004-7.645 0-11.467-.61-.002-1.219-.002-1.83 0m-3.919 6.197l-.001 1.194c.227-.001.454.005.68.006.001-.401 0-.802-.001-1.202l-.678.002m0 2.037l-.001 1.195c.227 0 .454.001.68.004.001-.401 0-.802-.001-1.202l-.678.004m0 2.036v1.195c.226 0 .452.001.679.004.001-.401 0-.802-.001-1.201l-.678.002z"/></symbol><symbol viewBox="0 0 27 24" id="warning--road-narrows-left-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c4a319" opacity=".77" d="M0 0h26.599v.099C17.77.109 8.941.084.112.112.092 8.074.092 16.038.112 24H0V0z"/><path fill="#7a650e" opacity=".48" d="M26.599 0h.101v24h-.101c.002-7.967.001-15.934 0-23.901V0z"/><path fill="#ffd520" d="M.112.112C8.941.084 17.77.109 26.599.099c.001 7.967.002 15.934 0 23.901H.112C.092 16.038.092 8.074.112.112M.469.47C.465 8.162.467 15.855.468 23.547c8.577.007 17.155.002 25.732.003.008-7.694.004-15.387.002-23.081C17.624.467 9.047.466.469.47z"/><path fill="#ffd520" d="M.912.912C9.194.911 17.477.909 25.76.913c0 7.397.002 14.793-.001 22.19-8.282.006-16.564.004-24.847.001C.909 15.707.911 8.309.912.912m10.637 1.784c-.005 1.027.002 2.054-.004 3.081-.971.756-1.954 1.498-2.925 2.255-.005 2.355-.001 4.711-.002 7.066.484.003.967.004 1.451 0V8.894c.97-.756 1.955-1.491 2.936-2.233.016-1.322.005-2.644.005-3.966a88.94 88.94 0 0 0-1.461.001m5.051.003c-.004 4.134-.005 8.269 0 12.403.484.004.969.005 1.453-.001.002-4.134.001-8.267 0-12.401a63.978 63.978 0 0 0-1.453-.001m-4.502 5.445a136.96 136.96 0 0 0 0 2.027c.318.002.636.002.955-.001.002-.675.002-1.35-.001-2.026a50.563 50.563 0 0 0-.954 0m-.001 2.464c-.003.675-.003 1.35 0 2.026.318.003.636.003.954 0 .007-.675.002-1.35.002-2.025a43.516 43.516 0 0 0-.956-.001m0 2.464c-.003.675-.003 1.351 0 2.026.319.003.638.003.957-.001-.001-.676.004-1.351-.004-2.027a75.685 75.685 0 0 0-.953.002m-.965 4.67c-1.545.459-1.599 2.956-.138 3.565.79.348 1.624-.307 1.863-1.049.478-1.112-.372-2.834-1.725-2.516m4.296-.008c-1.585.428-1.641 2.992-.145 3.583 1.006.39 1.934-.669 1.955-1.618.122-.998-.705-2.219-1.81-1.965m-11.775.063c-.146.17-.315.318-.497.449v.659l.413.017c-.001.794-.003 1.589.001 2.384h.71c.002-1.174.002-2.348 0-3.521-.209.001-.418.004-.627.012m2.441-.008c-.051.56-.104 1.12-.145 1.682.407.152.834.308 1.256.109.498-.217 1.043.39.71.841-.436.486-1.169.196-1.686.009-.12.208-.237.417-.349.629.661.318 1.477.506 2.172.191.662-.3.923-1.214.516-1.817-.361-.623-1.213-.755-1.84-.494l.029-.431c.577-.004 1.153.002 1.73-.003v-.717c-.798-.003-1.596-.003-2.393.001m14.471.95c-.253-.104-.528-.082-.795-.079a388.67 388.67 0 0 0 0 2.645l.724.001c.015-.567-.021-1.135.015-1.701.053-.37.713-.374.761.007.039.563 0 1.129.016 1.694h.72c.015-.566-.024-1.134.013-1.699.044-.391.705-.382.76.002.045.564.001 1.131.02 1.697h.715c-.046-.702.114-1.439-.103-2.116-.275-.667-1.132-.671-1.654-.304-.345-.261-.797-.352-1.192-.147z"/><path fill="#ffd520" d="M11.24 18.445c1.279-.255 1.388 2.21.163 2.254-.957-.227-1.007-1.84-.163-2.254zM15.533 18.434c1.285-.198 1.337 2.309.079 2.258-.912-.301-.938-1.87-.079-2.258z"/><path d="M.469.47C9.047.466 17.624.467 26.202.469c.002 7.694.006 15.387-.002 23.081-8.577-.001-17.155.004-25.732-.003C.467 15.855.465 8.162.469.47m.443.442c-.001 7.397-.003 14.795 0 22.192 8.283.003 16.565.005 24.847-.001.003-7.397.001-14.793.001-22.19C17.477.909 9.194.911.912.912z"/><path d="M11.549 2.696a88.94 88.94 0 0 1 1.461-.001c0 1.322.011 2.644-.005 3.966-.981.742-1.966 1.477-2.936 2.233v6.204c-.484.004-.967.003-1.451 0 .001-2.355-.003-4.711.002-7.066.971-.757 1.954-1.499 2.925-2.255.006-1.027-.001-2.054.004-3.081zM16.6 2.699c.484-.004.969-.006 1.453.001.001 4.134.002 8.267 0 12.401-.484.006-.969.005-1.453.001-.005-4.134-.004-8.269 0-12.403z"/><path d="M12.098 8.144c.318-.003.636-.003.954 0 .003.676.003 1.351.001 2.026-.319.003-.637.003-.955.001a136.96 136.96 0 0 1 0-2.027zM12.097 10.608c.319-.003.638-.003.956.001 0 .675.005 1.35-.002 2.025-.318.003-.636.003-.954 0-.003-.676-.003-1.351 0-2.026zM12.097 13.072c.318-.003.635-.003.953-.002.008.676.003 1.351.004 2.027-.319.004-.638.004-.957.001-.003-.675-.003-1.351 0-2.026zM11.132 17.742c1.353-.318 2.203 1.404 1.725 2.516-.239.742-1.073 1.397-1.863 1.049-1.461-.609-1.407-3.106.138-3.565m.108.703c-.844.414-.794 2.027.163 2.254 1.225-.044 1.116-2.509-.163-2.254zM15.428 17.734c1.105-.254 1.932.967 1.81 1.965-.021.949-.949 2.008-1.955 1.618-1.496-.591-1.44-3.155.145-3.583m.105.7c-.859.388-.833 1.957.079 2.258 1.258.051 1.206-2.456-.079-2.258zM3.653 17.797c.209-.008.418-.011.627-.012.002 1.173.002 2.347 0 3.521h-.71c-.004-.795-.002-1.59-.001-2.384a54.747 54.747 0 0 0-.413-.017 72.38 72.38 0 0 1 0-.659c.182-.131.351-.279.497-.449zM6.094 17.789c.797-.004 1.595-.004 2.393-.001v.717c-.577.005-1.153-.001-1.73.003l-.029.431c.627-.261 1.479-.129 1.84.494.407.603.146 1.517-.516 1.817-.695.315-1.511.127-2.172-.191.112-.212.229-.421.349-.629.517.187 1.25.477 1.686-.009.333-.451-.212-1.058-.71-.841-.422.199-.849.043-1.256-.109.041-.562.094-1.122.145-1.682zM20.565 18.739c.395-.205.847-.114 1.192.147.522-.367 1.379-.363 1.654.304.217.677.057 1.414.103 2.116h-.715c-.019-.566.025-1.133-.02-1.697-.055-.384-.716-.393-.76-.002-.037.565.002 1.133-.013 1.699h-.72c-.016-.565.023-1.131-.016-1.694-.048-.381-.708-.377-.761-.007-.036.566 0 1.134-.015 1.701l-.724-.001a388.67 388.67 0 0 1 0-2.645c.267-.003.542-.025.795.079z"/></symbol><symbol viewBox="0 0 27 24" id="warning--road-narrows-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.172 0h.685c.534.155 1.036.471 1.298.976 3.852 6.679 7.7 13.363 11.553 20.042.153.268.29.545.412.828v.667a2.057 2.057 0 0 1-1.448 1.486H1.458C.764 23.835.232 23.294.002 22.63v-.805c.102-.248.214-.491.346-.725C4.216 14.391 8.082 7.679 11.951.97c.251-.484.731-.777 1.223-.969M2.828 21.603c7.144.003 14.289.001 21.435.001A4383.978 4383.978 0 0 0 13.55 3.022C9.957 9.204 6.4 15.408 2.829 21.602z"/><path fill="#fff" d="M2.828 21.603C6.4 15.409 9.956 9.204 13.549 3.023a4262.262 4262.262 0 0 1 10.713 18.582c-7.146 0-14.29.001-21.435-.001m8.316-13.207c-.004 4.13-.001 8.26-.001 12.391.601.008 1.2.005 1.801.001.005-4.13.005-8.262 0-12.392a89.902 89.902 0 0 0-1.799 0m3.009 0c0 1.317-.003 2.633.001 3.95-.004.747.222 1.504.694 2.091.367.515.915 1.001.883 1.689.009 1.554-.003 3.108.005 4.662.599.004 1.199.004 1.799-.001.007-1.505.001-3.01.003-4.515.012-.778-.229-1.561-.716-2.174-.346-.508-.876-.965-.881-1.628-.019-1.356-.001-2.713-.007-4.069a29.41 29.41 0 0 0-1.782-.004z"/><path fill="#030303" d="M11.143 8.397c.601-.007 1.2-.005 1.799 0 .005 4.13.005 8.262 0 12.392-.601.004-1.2.007-1.801-.001 0-4.13-.003-8.26.001-12.391zM14.153 8.397a29.41 29.41 0 0 1 1.782.004c.005 1.356-.012 2.713.007 4.069.005.663.536 1.12.881 1.628a3.42 3.42 0 0 1 .716 2.174c-.001 1.505.004 3.01-.003 4.515-.601.005-1.2.005-1.799.001-.008-1.554.004-3.108-.005-4.662.033-.689-.515-1.174-.883-1.689-.472-.587-.698-1.344-.694-2.091-.004-1.317-.001-2.633-.001-3.95z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-narrows-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M10.904 1.66c.671-.725 1.914-.778 2.614-.065 3.264 3.098 6.506 6.22 9.764 9.323.406.346.611.85.718 1.36v.024c-.112.484-.284.976-.66 1.32-3.122 3.116-6.236 6.241-9.36 9.356-.668.688-1.871.724-2.555.04-3.311-3.172-6.631-6.334-9.94-9.506-.695-.655-.634-1.85.055-2.488 3.12-3.122 6.233-6.252 9.364-9.364m1.139-.292c-.425.044-.785.301-1.073.6-3.078 3.084-6.167 6.157-9.236 9.248-.59.536-.644 1.55-.056 2.108 3.311 3.169 6.629 6.331 9.942 9.499.577.587 1.602.544 2.167-.037 3.144-3.136 6.281-6.278 9.42-9.419.599-.553.619-1.59.002-2.137-3.241-3.12-6.505-6.217-9.756-9.329-.361-.377-.881-.625-1.41-.534z"/><path fill="#231f20" d="M11.681 1.854a1.753 1.753 0 0 1 1.861.445 5021.49 5021.49 0 0 1 9.148 8.735c.692.598.749 1.75.109 2.406a6196.612 6196.612 0 0 1-8.876 8.885c-.641.658-1.799.703-2.456.047-3.086-2.954-6.179-5.902-9.268-8.852-.701-.623-.677-1.807-.002-2.438a9508.45 9508.45 0 0 1 8.398-8.407c.324-.318.642-.677 1.087-.82m.118.358c-.329.113-.578.368-.821.606-2.832 2.846-5.686 5.674-8.51 8.527-.533.493-.558 1.42 0 1.904 3.092 2.95 6.18 5.906 9.271 8.857.516.506 1.418.462 1.913-.053 2.944-2.936 5.884-5.879 8.825-8.819.541-.515.517-1.454-.058-1.934-3.041-2.922-6.096-5.827-9.146-8.738a1.392 1.392 0 0 0-1.474-.35z"/><path fill="#231f20" d="M9.26 6.394c.613-.002 1.228-.005 1.841.001.002 3.931.004 7.862-.001 11.795-.613.005-1.226.004-1.84.001-.005-3.932-.004-7.865 0-11.797zM12.635 6.386a113.1 113.1 0 0 1 1.842 0c.012 1.073-.017 2.146.011 3.217.318 1.147.871 2.227 1.177 3.377.016 1.739.005 3.479.005 5.218-.611.005-1.222.004-1.832 0-.006-1.306 0-2.612-.002-3.918.161-1.585-.893-2.936-1.198-4.439-.01-1.152-.002-2.304-.002-3.455z"/><path fill="#fff100" d="M12.043 1.368c.529-.091 1.049.157 1.41.534 3.251 3.112 6.515 6.209 9.756 9.329.617.547.596 1.584-.002 2.137-3.139 3.14-6.276 6.283-9.42 9.419-.565.581-1.59.624-2.167.037-3.313-3.168-6.631-6.33-9.942-9.499-.588-.558-.534-1.572.056-2.108 3.07-3.091 6.158-6.164 9.236-9.248.288-.299.648-.556 1.073-.6m-.362.485c-.445.143-.763.502-1.087.82-2.801 2.801-5.6 5.603-8.398 8.407-.674.631-.698 1.816.002 2.438 3.089 2.951 6.181 5.898 9.268 8.852.658.656 1.816.611 2.456-.047 2.962-2.958 5.921-5.92 8.876-8.885.64-.656.583-1.808-.109-2.406a5021.49 5021.49 0 0 0-9.148-8.735 1.753 1.753 0 0 0-1.861-.445z"/><path fill="#fff100" d="M11.8 2.213a1.392 1.392 0 0 1 1.474.35c3.05 2.911 6.106 5.816 9.146 8.738.575.48.599 1.42.058 1.934-2.941 2.94-5.881 5.882-8.825 8.819-.494.515-1.397.559-1.913.053-3.091-2.951-6.179-5.908-9.271-8.857-.558-.485-.533-1.411 0-1.904 2.825-2.854 5.678-5.681 8.51-8.527.242-.238.492-.493.821-.606M9.26 6.394c-.004 3.932-.005 7.865 0 11.797.613.002 1.226.004 1.84-.001.005-3.932.004-7.864.001-11.795a125.53 125.53 0 0 0-1.841-.001m3.375-.008c0 1.151-.007 2.303.002 3.455.305 1.502 1.358 2.854 1.198 4.439.002 1.306-.004 2.612.002 3.918.611.004 1.222.005 1.832 0 0-1.739.011-3.479-.005-5.218-.306-1.15-.859-2.23-1.177-3.377-.028-1.072.001-2.144-.011-3.217a113.1 113.1 0 0 0-1.842 0z"/></symbol><symbol viewBox="0 0 27 24" id="warning--road-narrows-right-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c4a319" opacity=".77" d="M0 0h26.599v.099C17.77.109 8.94.084.111.111.093 8.074.091 16.037.112 24H0V0z"/><path fill="#7a650e" opacity=".48" d="M26.599 0h.101v24h-.1c-.001-7.967.001-15.934-.001-23.901V0z"/><path fill="#ffd520" d="M.111.111C8.94.084 17.77.109 26.599.099c.002 7.967 0 15.934.001 23.901H.112C.091 16.037.093 8.074.111.111M.469.47C.465 8.162.468 15.854.468 23.547c8.577.008 17.155.001 25.732.003.008-7.694.004-15.387.002-23.081C17.624.467 9.047.466.469.47z"/><path fill="#ffd520" d="M.912.912C9.194.911 17.477.909 25.76.913c0 7.397.002 14.793-.001 22.19-8.282.006-16.564.003-24.847.001C.909 15.707.91 8.309.912.912m7.707 1.787c-.002 4.134-.002 8.269 0 12.403.485.004.969.004 1.454 0 .002-4.135.002-8.269 0-12.403a78.302 78.302 0 0 0-1.454 0m5.042-.003c0 1.323-.012 2.647.006 3.971a198.37 198.37 0 0 1 2.935 2.226c.001 2.069-.001 4.137.001 6.206.483.002.967.003 1.451-.001l-.001-7.064c-.972-.759-1.959-1.499-2.929-2.26-.001-1.026.002-2.052-.002-3.078a88.94 88.94 0 0 0-1.461 0m-.042 5.447a228.49 228.49 0 0 0 0 2.028c.318.002.637.002.956 0 .002-.676.003-1.352-.001-2.027-.318-.002-.637-.002-.955-.001m-.001 2.465c-.001.675-.002 1.351 0 2.026.319.003.638.003.957-.001.002-.675.001-1.35.001-2.025-.32-.003-.639-.003-.958 0m.001 2.464c-.003.675-.002 1.351-.001 2.026.319.003.638.003.958 0 0-.676.001-1.351-.001-2.026a50.775 50.775 0 0 0-.956 0m-2.488 4.67c-1.545.459-1.597 2.956-.137 3.565.79.348 1.624-.307 1.863-1.048.478-1.113-.373-2.835-1.726-2.517m4.297-.008c-1.585.428-1.641 2.991-.146 3.583 1.007.391 1.935-.669 1.956-1.618.122-.998-.705-2.219-1.81-1.965m-11.777.064c-.145.17-.313.317-.494.446-.002.22-.002.441-.001.661l.414.017c-.002.794-.004 1.589 0 2.384h.71c.002-1.174.002-2.348 0-3.521-.21.001-.42.005-.629.013m2.443-.009c-.05.562-.108 1.124-.141 1.689.407.144.832.299 1.251.102.498-.218 1.045.39.71.842-.435.485-1.168.194-1.685.008a18.4 18.4 0 0 0-.349.631c.662.315 1.477.504 2.173.188.661-.299.922-1.213.514-1.816-.363-.63-1.217-.747-1.85-.496l.046-.431c.575-.001 1.149.003 1.724-.001v-.717c-.798-.002-1.595-.003-2.393.001m14.471.95c-.253-.103-.528-.083-.795-.08-.003.882-.003 1.764 0 2.646l.724.001c.015-.567-.021-1.135.015-1.7.053-.371.712-.376.761.006.039.563 0 1.129.016 1.694h.72c.015-.566-.024-1.134.013-1.699.043-.391.705-.382.76.002.045.564.001 1.132.02 1.697h.715c-.046-.702.114-1.439-.104-2.116-.275-.669-1.133-.668-1.656-.304-.343-.263-.795-.35-1.189-.147z"/><path fill="#ffd520" d="M11.24 18.445c1.279-.255 1.388 2.212.162 2.254-.956-.229-1.006-1.84-.162-2.254zM15.532 18.434c1.286-.199 1.338 2.309.079 2.258-.911-.301-.937-1.87-.079-2.258z"/><path d="M.469.47C9.047.466 17.624.467 26.202.469c.002 7.694.006 15.387-.002 23.081-8.577-.002-17.155.005-25.732-.003C.468 15.854.465 8.162.469.47m.443.442C.91 8.309.909 15.707.912 23.104c8.283.002 16.565.005 24.847-.001.003-7.397.001-14.793.001-22.19C17.477.909 9.194.911.912.912z"/><path d="M8.619 2.699c.485-.004.969-.005 1.454 0 .002 4.134.002 8.268 0 12.403a88.09 88.09 0 0 1-1.454 0c-.002-4.134-.002-8.269 0-12.403zM13.661 2.696a88.94 88.94 0 0 1 1.461 0c.004 1.026.001 2.052.002 3.078.97.761 1.957 1.501 2.929 2.26l.001 7.064c-.484.004-.968.003-1.451.001-.002-2.069 0-4.137-.001-6.206a198.37 198.37 0 0 0-2.935-2.226c-.018-1.324-.006-2.648-.006-3.971z"/><path d="M13.619 8.143c.318-.001.637-.001.955.001.004.675.003 1.351.001 2.027-.319.002-.638.002-.956 0a228.49 228.49 0 0 1 0-2.028zM13.618 10.608c.319-.003.638-.003.958 0 0 .675.001 1.35-.001 2.025-.319.004-.638.004-.957.001-.002-.675-.001-1.351 0-2.026zM13.619 13.072c.318-.003.637-.003.956 0 .002.675.001 1.35.001 2.026-.32.003-.639.003-.958 0-.001-.675-.002-1.351.001-2.026zM11.131 17.742c1.353-.318 2.204 1.404 1.726 2.517-.239.741-1.073 1.396-1.863 1.048-1.46-.609-1.408-3.106.137-3.565m.109.703c-.844.414-.794 2.025.162 2.254 1.226-.042 1.117-2.509-.162-2.254zM15.428 17.734c1.105-.254 1.932.967 1.81 1.965-.021.949-.949 2.009-1.956 1.618-1.495-.592-1.439-3.155.146-3.583m.104.7c-.858.388-.832 1.957.079 2.258 1.259.051 1.207-2.457-.079-2.258zM3.651 17.798c.209-.008.419-.012.629-.013.002 1.173.002 2.347 0 3.521h-.71c-.004-.795-.002-1.59 0-2.384l-.414-.017c-.001-.22-.001-.441.001-.661.181-.129.349-.276.494-.446zM6.094 17.789c.798-.004 1.595-.003 2.393-.001v.717c-.575.004-1.149 0-1.724.001l-.046.431c.633-.251 1.487-.134 1.85.496.408.603.147 1.517-.514 1.816-.696.316-1.511.127-2.173-.188a18.4 18.4 0 0 1 .349-.631c.517.186 1.25.477 1.685-.008.335-.452-.212-1.06-.71-.842-.419.197-.844.042-1.251-.102.033-.565.091-1.127.141-1.689zM20.565 18.739c.394-.203.846-.116 1.189.147.523-.364 1.381-.365 1.656.304.218.677.058 1.414.104 2.116h-.715c-.019-.565.025-1.133-.02-1.697-.055-.384-.717-.393-.76-.002-.037.565.002 1.133-.013 1.699h-.72c-.016-.565.023-1.131-.016-1.694-.049-.382-.708-.377-.761-.006-.036.565 0 1.133-.015 1.7l-.724-.001c-.003-.882-.003-1.764 0-2.646.267-.003.542-.023.795.08z"/></symbol><symbol viewBox="0 0 27 24" id="warning--road-toll-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#db0000" d="M13.345 0h.62c.92.187 1.694.811 2.144 1.625 3.299 5.609 6.593 11.219 9.889 16.829.47.826 1.039 1.617 1.275 2.554v.908c-.226 1.125-1.229 1.906-2.326 2.084H2.368C1.223 23.836.207 22.992.001 21.826v-.715c.214-.975.803-1.793 1.29-2.645 3.316-5.637 6.625-11.28 9.944-16.916C11.684.763 12.451.175 13.346 0M2.625 21.38c7.349.003 14.697.003 22.046 0A4485.275 4485.275 0 0 0 13.672 2.678C9.908 8.858 6.3 15.143 2.625 21.38z"/><path fill="#fff" d="M2.625 21.38C6.3 15.143 9.908 8.858 13.672 2.678c3.679 6.226 7.35 12.458 10.999 18.702-7.349.003-14.697.003-22.046 0m7.979-6.05v5.464h.769c.003-1.822.003-3.642 0-5.464h-.769m5.435 0c-.001 1.822-.003 3.642 0 5.464h.768c.003-1.822.003-3.642.001-5.464h-.769m-8.889.653v4.152h2.622l.001-.607c-.556-.001-1.111.003-1.668-.008.001-.406.001-.813.004-1.219.509-.001 1.017-.001 1.526-.004l-.001-.65-1.526-.003a63.607 63.607 0 0 1 0-1.07c.537-.001 1.075.001 1.612-.005l-.003-.585c-.856-.001-1.711-.003-2.568 0m5.056-.001v4.152h.956c.001-.581-.001-1.162.008-1.743.995-.112.897 1.091 1.077 1.743.32.001.64 0 .96-.001-.218-.705-.134-1.608-.776-2.101.777-.34.817-1.608.005-1.921-.71-.258-1.492-.078-2.231-.128m5.436-.001v4.154c.319 0 .638-.001.957-.004-.001-.566.001-1.132-.004-1.698.416-.035.856-.031 1.235-.23.837-.408.788-1.898-.147-2.157-.668-.142-1.364-.034-2.041-.064z"/><path fill="#fff" d="M13.165 16.53c.417-.037 1.008.11.91.657.037.509-.515.623-.907.626-.01-.428-.008-.855-.003-1.283zM18.603 16.526c1.126-.285 1.103 1.553 0 1.294a34.887 34.887 0 0 1 0-1.294z"/><path fill="#030303" d="M10.604 15.33h.769c.003 1.822.003 3.642 0 5.464h-.769V15.33zM16.039 15.33h.769c.001 1.822.001 3.642-.001 5.464h-.768c-.003-1.822-.001-3.642 0-5.464z"/><path d="M7.15 15.983c.856-.003 1.711-.001 2.568 0l.003.585c-.537.007-1.075.004-1.612.005-.003.357-.003.713 0 1.07l1.526.003.001.65c-.509.003-1.017.003-1.526.004-.003.406-.003.813-.004 1.219.556.011 1.111.007 1.668.008l-.001.607H7.151v-4.152zM12.205 15.983c.739.05 1.52-.13 2.231.128.811.314.772 1.582-.005 1.921.642.494.558 1.396.776 2.101-.32.001-.64.003-.96.001-.18-.652-.082-1.855-1.077-1.743-.01.581-.007 1.162-.008 1.743h-.956v-4.152m.959.548c-.005.428-.007.855.003 1.283.391-.003.944-.117.907-.626.098-.547-.492-.694-.91-.657zM17.64 15.983c.678.03 1.373-.078 2.041.064.935.259.985 1.75.147 2.157-.379.199-.82.195-1.235.23.005.566.003 1.132.004 1.698-.319.003-.638.004-.957.004v-4.154m.963.544c-.008.431-.008.863 0 1.294 1.103.259 1.126-1.579 0-1.294z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-widens--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ddaa18" opacity=".92" d="M11.58 0h.604c.266.14.514.314.728.526 3.499 3.504 7.009 6.996 10.508 10.499.509.448.534 1.282.024 1.738-3.56 3.562-7.126 7.118-10.688 10.676-.45.509-1.291.496-1.735-.012-3.281-3.282-6.556-6.569-9.838-9.85-.425-.43-.908-.826-1.183-1.376v-.595c.293-.553.779-.958 1.211-1.396C4.432 6.99 7.648 3.767 10.865.544c.214-.211.456-.391.715-.544m.229.29c-.272.029-.491.216-.683.396C7.665 4.144 4.21 7.61.744 11.064c-.446.349-.654 1.044-.194 1.477 3.544 3.569 7.114 7.115 10.668 10.673.37.425 1.049.401 1.406-.025 3.521-3.522 7.045-7.042 10.564-10.565.46-.38.421-1.094-.025-1.469C19.709 7.691 16.245 4.233 12.788.771c-.26-.257-.584-.536-.978-.481z"/><path d="M11.809.29c.394-.055.718.224.978.481 3.457 3.462 6.922 6.919 10.375 10.384.446.374.485 1.088.025 1.469-3.518 3.523-7.043 7.043-10.564 10.565-.358.426-1.037.45-1.406.025C7.663 19.656 4.093 16.11.549 12.541c-.46-.433-.252-1.128.194-1.477C4.21 7.61 7.665 4.145 11.125.686c.192-.18.41-.367.683-.396m-.001.592C8.247 4.314 4.8 7.878 1.276 11.354c-.205.214-.632.551-.268.828 3.541 3.54 7.076 7.088 10.627 10.62.188.281.463.112.641-.086 3.511-3.528 7.046-7.036 10.554-10.567.269-.218.037-.457-.143-.635-3.457-3.463-6.924-6.918-10.378-10.385-.148-.112-.29-.35-.503-.247z"/><path d="M10.054 5.832c.163.001.326.004.49.007-.001.386-.001.774.001 1.162-.164.004-.328.006-.491.008V5.832zM11.659 5.842c.163-.005.326-.008.49-.012.004 4.295.004 8.59 0 12.884a79.39 79.39 0 0 1-.488-.004c.001-4.29.005-8.58-.001-12.869zM13.319 5.833l.488.001v1.171l-.488.001V5.832zM10.055 8.479c.162.001.325.004.488.007l-.001 1.458-.486.001c-.004-.49-.004-.978-.001-1.466zM13.319 8.482h.488c.001.487.001.974-.002 1.462l-.482.004c-.005-.488-.005-.977-.004-1.465z"/><path fill="#f1ba1b" d="M11.807.882c.212-.103.355.136.503.247 3.454 3.467 6.92 6.922 10.378 10.385.18.178.412.416.143.635-3.508 3.532-7.043 7.039-10.554 10.567-.178.198-.452.367-.641.086-3.551-3.532-7.086-7.08-10.627-10.62-.365-.277.062-.614.268-.828C4.801 7.878 8.248 4.314 11.808.882M7.102 5.854c.022 1.804-.037 3.612.025 5.413.466 1.088 1.276 2.005 1.784 3.073.084 1.457.004 2.924.036 4.385.641.008 1.283.006 1.924-.012-.038-1.696.049-3.4-.041-5.09-.521-1.031-1.258-1.945-1.771-2.98-.086-1.592-.005-3.196-.036-4.792a87.853 87.853 0 0 0-1.921.002m2.952-.021v1.177l.491-.008a150.07 150.07 0 0 1-.001-1.162 26.56 26.56 0 0 0-.49-.007m1.605.01c.006 4.289.002 8.579.001 12.869l.488.004c.004-4.295.004-8.59 0-12.884l-.49.012m1.661-.01v1.174l.488-.001V5.835l-.488-.001m1.551.016c-.031 1.598.052 3.204-.038 4.799-.517 1.052-1.296 1.97-1.783 3.035-.053 1.679-.008 3.362-.019 5.042.613.004 1.225.002 1.838-.001.022-1.444-.04-2.891.025-4.332.47-1.097 1.321-2.01 1.786-3.112.076-1.806.011-3.622.029-5.431-.613-.004-1.225-.004-1.837 0m-4.816 2.629c-.002.488-.002.977.001 1.466l.486-.001.001-1.458a26.596 26.596 0 0 0-.488-.007m3.264.003c-.001.488-.001.977.004 1.465l.482-.004c.004-.487.004-.974.002-1.462a39.691 39.691 0 0 0-.488 0z"/><path fill="#1f1a17" d="M7.102 5.854c.64-.007 1.28-.01 1.921-.002.031 1.596-.05 3.199.036 4.792.514 1.034 1.25 1.949 1.771 2.98.09 1.691.002 3.395.041 5.09-.641.018-1.283.02-1.924.012-.032-1.46.048-2.928-.036-4.385-.509-1.068-1.319-1.985-1.784-3.073-.062-1.801-.004-3.61-.025-5.413zM14.87 5.85c.612-.004 1.224-.004 1.837 0-.018 1.81.047 3.625-.029 5.431-.464 1.102-1.315 2.015-1.786 3.112-.065 1.441-.004 2.888-.025 4.332-.613.004-1.225.005-1.838.001.011-1.68-.034-3.364.019-5.042.487-1.064 1.266-1.982 1.783-3.035.09-1.595.007-3.2.038-4.799z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-widens-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ddaa18" opacity=".92" d="M11.603 0h.55c.538.211.898.679 1.298 1.069 3.325 3.318 6.649 6.636 9.971 9.956.509.44.532 1.285.024 1.736-3.563 3.56-7.128 7.118-10.691 10.679-.421.478-1.228.509-1.67.043C7.697 20.107 4.328 16.714.943 13.336.59 12.987.199 12.65.001 12.18v-.54c.199-.487.608-.828.97-1.192 3.122-3.118 6.236-6.244 9.356-9.364.4-.39.761-.842 1.277-1.086m.205.294c-.305.029-.535.251-.744.454C7.587 4.23 4.103 7.707.625 11.191c-.396.338-.467.979-.077 1.352 3.526 3.55 7.079 7.072 10.609 10.618.343.422 1.02.506 1.402.088 3.55-3.535 7.087-7.084 10.63-10.625.46-.378.42-1.094-.025-1.468C19.686 7.674 16.206 4.191 12.725.712c-.24-.241-.556-.472-.916-.42z"/><path d="M11.809.292c.36-.052.676.179.916.42 3.481 3.479 6.961 6.961 10.439 10.444.445.373.485 1.09.025 1.468-3.542 3.541-7.08 7.09-10.63 10.625-.382.419-1.058.335-1.402-.088-3.53-3.546-7.084-7.068-10.609-10.618-.39-.373-.319-1.014.077-1.352C4.103 7.707 7.587 4.23 11.065.746c.209-.203.439-.425.744-.454m-.006.584C8.233 4.342 4.754 7.912 1.218 11.417c-.164.181-.54.451-.268.701 3.43 3.454 6.886 6.883 10.32 10.333.191.185.364.4.605.524.275-.061.442-.32.641-.499 3.433-3.448 6.882-6.88 10.316-10.325.234-.184.091-.425-.088-.578-3.497-3.504-7.001-7.001-10.499-10.504-.126-.106-.257-.284-.443-.193z"/><path d="M9.91 5.832h.462c.004.373.004.748 0 1.121H9.91a52.362 52.362 0 0 1 0-1.121zM13.01 6.95c-.001-.376 0-.751.007-1.127l.458.014c.002.372.002.745-.002 1.118-.155-.006-.31-.008-.463-.006zM13.015 8.335c.155.01.31.018.464.023 0 .466-.001.93-.007 1.394a6.459 6.459 0 0 0-.461-.019c-.002-.467-.002-.932.004-1.398zM9.91 8.344h.462c.005.467.004.934-.001 1.4H9.91a65.335 65.335 0 0 1 0-1.4z"/><path fill="#f1ba1b" d="M11.803.876c.186-.091.317.088.443.193 3.498 3.503 7.002 7 10.499 10.504.179.154.322.395.088.578-3.434 3.445-6.883 6.877-10.316 10.325-.199.179-.366.438-.641.499-.241-.125-.414-.34-.605-.524-3.434-3.45-6.89-6.88-10.32-10.333-.272-.25.103-.52.268-.701C4.755 7.912 8.234 4.342 11.804.876m-4.7 4.975c-.004 1.651-.001 3.302-.002 4.955a.768.768 0 0 0 .288.642c.914.826 1.843 1.637 2.749 2.472.005 1.391-.002 2.782.002 4.172.608.007 1.216.006 1.824.001.002-1.552.001-3.104.002-4.656.029-.221-.11-.4-.264-.538-.919-.839-1.865-1.65-2.776-2.498 0-1.517.006-3.034-.002-4.55a92.216 92.216 0 0 0-1.822 0m2.807-.019c-.004.373-.004.748 0 1.121h.462c.004-.373.004-.748 0-1.121H9.91m1.357.011c.002 1.531-.026 3.065.012 4.595.494 1 1.198 1.891 1.71 2.885.056 1.588.005 3.181.023 4.771a8.86 8.86 0 0 1 .461.008c.012-1.314 0-2.628.006-3.942.216-1.558-1.312-2.578-1.745-3.953-.017-1.451 0-2.902-.006-4.352-.154 0-.307-.004-.461-.012M13.01 6.95c.154-.002.308 0 .463.006.005-.373.005-.746.002-1.118a72.227 72.227 0 0 0-.458-.014c-.007.376-.008.751-.007 1.127m1.479-1.093a4992.29 4992.29 0 0 0-.001 12.238c.582.005 1.164.005 1.746 0 .004-4.079.005-8.159-.001-12.238a72.42 72.42 0 0 0-1.744 0m-1.474 2.477c-.006.466-.006.931-.004 1.398.154.001.307.007.461.019.006-.464.007-.929.007-1.394-.155-.005-.31-.013-.464-.023m-3.105.009c-.005.467-.005.934 0 1.4h.461c.005-.467.006-.934.001-1.4H9.91z"/><path fill="#1f1a17" d="M7.104 5.851a92.216 92.216 0 0 1 1.822 0c.008 1.517.002 3.034.002 4.55.911.848 1.856 1.66 2.776 2.498.154.138.293.317.264.538-.001 1.552 0 3.104-.002 4.656-.608.005-1.216.006-1.824-.001-.005-1.391.002-2.782-.002-4.172-.906-.835-1.835-1.646-2.749-2.472a.768.768 0 0 1-.288-.642c.001-1.652-.001-3.304.002-4.955z"/><path fill="#1f1a17" d="M11.267 5.843c.154.008.307.012.461.012.006 1.451-.011 2.902.006 4.352.433 1.375 1.961 2.395 1.745 3.953-.006 1.314.006 2.628-.006 3.942a7.876 7.876 0 0 0-.461-.008c-.018-1.59.034-3.184-.023-4.771-.512-.994-1.216-1.885-1.71-2.885-.038-1.53-.01-3.064-.012-4.595zM14.489 5.858a72.42 72.42 0 0 1 1.744 0c.006 4.079.005 8.159.001 12.238-.582.005-1.164.005-1.746 0-.004-4.079-.005-8.159.001-12.238z"/></symbol><symbol viewBox="0 0 24 24" id="warning--road-widens-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d9a718" opacity=".9" d="M11.615 0h.566c.252.108.49.254.685.449 3.497 3.506 6.997 7.009 10.498 10.513.546.44.625 1.325.083 1.801l-10.676 10.69c-.427.478-1.237.49-1.674.018-3.364-3.359-6.728-6.716-10.091-10.076-.37-.371-.794-.715-1.006-1.21v-.551c.228-.535.698-.895 1.092-1.302C4.372 7.051 7.66 3.779 10.936.496c.2-.198.433-.36.679-.496m.194.293c-.271.031-.491.211-.679.395C7.63 4.191 4.126 7.69.626 11.194c-.388.34-.456.973-.074 1.346 3.504 3.532 7.043 7.031 10.548 10.561.347.445 1.052.601 1.459.148 3.568-3.558 7.133-7.121 10.69-10.688.424-.38.331-1.057-.082-1.406C19.709 7.692 16.248 4.232 12.788.771c-.256-.263-.586-.538-.979-.478z"/><path d="M11.809.293c.394-.06.724.215.979.478 3.46 3.461 6.92 6.92 10.379 10.384.413.349.505 1.026.082 1.406-3.557 3.568-7.122 7.13-10.69 10.688-.407.454-1.112.298-1.459-.148-3.505-3.53-7.044-7.03-10.548-10.561-.382-.373-.313-1.007.074-1.346C4.125 7.69 7.629 4.191 11.13.688c.188-.184.408-.364.679-.395m-.002.585C8.239 4.347 4.757 7.915 1.222 11.421c-.163.18-.533.446-.265.695 3.448 3.473 6.924 6.92 10.376 10.39.229.242.588.689.886.271 3.538-3.544 7.084-7.08 10.619-10.624.239-.184.095-.43-.088-.583-3.498-3.505-7.003-7.003-10.501-10.506-.125-.104-.259-.283-.442-.186z"/><path d="M10.343 5.836l.462-.004c.006.373.006.746 0 1.12l-.46.001a59.415 59.415 0 0 1-.002-1.117zM13.45 5.832h.461c.005.374.005.748-.001 1.122h-.458a38.15 38.15 0 0 1-.001-1.122zM10.342 8.348l.463-.005c.006.467.006.934 0 1.4l-.461-.001c-.002-.466-.004-.93-.002-1.394zM13.45 8.345h.461c.005.466.005.932 0 1.399a35.42 35.42 0 0 0-.461 0 65.242 65.242 0 0 1 0-1.399z"/><path fill="#f1ba1b" d="M11.807.878c.182-.097.317.082.442.186 3.498 3.503 7.003 7.001 10.501 10.506.182.154.326.4.088.583-3.535 3.544-7.081 7.08-10.619 10.624-.298.418-.656-.029-.886-.271-3.452-3.469-6.929-6.917-10.376-10.39-.268-.248.102-.515.265-.695C4.757 7.915 8.24 4.347 11.807.878m-4.222 4.98c-.004 4.08-.004 8.159 0 12.238.583.005 1.165.005 1.747 0 .004-4.079.004-8.158 0-12.236a59.847 59.847 0 0 0-1.747-.001m2.758-.023c-.002.372-.001.745.002 1.117l.46-.001c.006-.373.006-.746 0-1.12l-.462.004m1.754.003c-.023 1.488.023 2.978-.02 4.465-.496 1.008-1.218 1.906-1.72 2.91-.035 1.626-.008 3.256-.012 4.883l.454.001c.037-1.589-.024-3.181.029-4.769.51-.973 1.172-1.865 1.699-2.828.08-1.538.001-3.086.038-4.628a73.587 73.587 0 0 0-.468-.034m1.353-.007c-.005.374-.005.748.001 1.122h.458c.006-.374.006-.748.001-1.122h-.461m1.444.019c-.012 1.523.011 3.046-.011 4.568-.884.804-1.783 1.594-2.672 2.392-.173.168-.397.352-.356.623.001 1.553-.005 3.107.005 4.66.606.005 1.212.004 1.818.002.01-1.391-.001-2.783.005-4.174.893-.829 1.812-1.63 2.717-2.446.199-.166.344-.406.32-.673-.002-1.65.004-3.301-.005-4.951a84.94 84.94 0 0 0-1.82-.001m-4.552 2.497c-.001.464 0 .929.002 1.394l.461.001c.006-.467.006-.934 0-1.4l-.463.005m3.108-.003c-.005.466-.005.932 0 1.399h.461c.005-.467.005-.934 0-1.399h-.461z"/><path fill="#1f1a17" d="M7.585 5.858a63.587 63.587 0 0 1 1.747.001c.004 4.079.004 8.158 0 12.236-.582.005-1.164.005-1.747 0-.004-4.079-.004-8.158 0-12.238zM12.097 5.839l.468.034c-.037 1.542.042 3.09-.038 4.628-.527.964-1.189 1.855-1.699 2.828-.053 1.588.008 3.18-.029 4.769l-.454-.001c.004-1.627-.023-3.257.012-4.883.502-1.004 1.224-1.902 1.72-2.91.043-1.487-.002-2.977.02-4.465z"/><path fill="#1f1a17" d="M14.893 5.851a84.94 84.94 0 0 1 1.82.001c.008 1.65.002 3.301.005 4.951.024.268-.121.508-.32.673-.905.816-1.824 1.616-2.717 2.446-.006 1.391.005 2.783-.005 4.174-.606.001-1.212.002-1.818-.002-.01-1.553-.004-3.107-.005-4.66-.041-.271.184-.455.356-.623.889-.798 1.788-1.588 2.672-2.392.022-1.523-.001-3.046.011-4.568z"/></symbol><symbol viewBox="0 0 27 24" id="warning--roadworks--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.126 0h.634c.682.146 1.311.545 1.645 1.169 3.487 6.049 6.969 12.1 10.455 18.15.402.704.86 1.386 1.107 2.165v.578A2.441 2.441 0 0 1 25.024 24H1.96a2.434 2.434 0 0 1-1.959-1.869v-.661c.12-.365.27-.72.46-1.054 3.704-6.413 7.394-12.835 11.094-19.25C11.877.562 12.48.18 13.127 0M2.782 21.449c7.131.013 14.262.011 21.394 0A3981.491 3981.491 0 0 0 13.478 2.881 4058.672 4058.672 0 0 0 2.782 21.449z"/><path fill="#ffd100" d="M2.782 21.449c3.55-6.198 7.114-12.388 10.696-18.568a3967.872 3967.872 0 0 1 10.698 18.568c-7.131.011-14.262.013-21.394 0M14.06 9.626c-.825.166-1.621-.516-2.439-.156-.644.233-1.638.444-1.599 1.315.039.638-.351 1.123-.76 1.557.173.127.347.252.52.378-.124 2.354.086 4.706-.057 7.06a.896.896 0 0 1-.504-.689c-.386-.159-.743-.673-1.176-.53-.437.446-.623 1.16-1.235 1.432-.663.088-1.339.015-2.006.035-.001.081-.001.243-.003.324 5.787 0 11.573.004 17.358-.003-.373-1.495-1.323-2.768-2.346-3.889-.452-.356-.982.124-1.378.353-1.212-.624-2.416-1.251-3.506-2.076-.515-.44-.32-1.204-.422-1.8-.214-.964.874-1.631.588-2.601.57-.244.766-.894.944-1.433-.024-.561-.669-.661-1.092-.787-.584.316-.5 1.053-.887 1.511z"/><path fill="#ffd100" d="M10.351 12.123c.178-.69.375-1.749 1.315-1.545-.469.491-.719 1.18-1.315 1.545zM13.92 14.087c-.41-.545-1.329-1.405-.545-2.001.245.649.378 1.331.545 2.001zM11.724 14.583c.693.27 1.029.999 1.622 1.416-.353 1.011-.415 2.12-.938 3.065.378.181.754.364 1.114.58-.961.353-2.631.467-2.783-.872l.328-.213c.182-1.342.604-2.612.658-3.975z"/><path fill="#ffd100" d="M14.215 18.131c.229-.964.467-1.929.835-2.852 1.166.452 1.931 1.623 3.244 1.737-.688.763-.941 1.846-1.741 2.517-.666.365-1.432-.004-2.138.011-.462.049-.74-.373-1.007-.678.276-.232.743-.326.808-.735z"/><path d="M14.06 9.626c.387-.458.303-1.196.887-1.511.423.127 1.068.227 1.092.787-.178.539-.373 1.189-.944 1.433.286.969-.802 1.637-.588 2.601.102.596-.093 1.36.422 1.8 1.089.825 2.293 1.452 3.506 2.076.396-.229.926-.709 1.378-.353 1.023 1.12 1.973 2.393 2.346 3.889-5.786.007-11.571.003-17.358.003.001-.081.001-.243.003-.324.667-.02 1.343.053 2.006-.035.612-.272.798-.986 1.235-1.432.433-.143.79.371 1.176.53.053.305.218.553.504.689.143-2.354-.067-4.706.057-7.06a49.312 49.312 0 0 1-.52-.378c.41-.434.8-.92.76-1.557-.039-.871.955-1.081 1.599-1.315.818-.36 1.614.322 2.439.156m-3.709 2.498c.596-.365.845-1.054 1.315-1.545-.94-.204-1.137.855-1.315 1.545m3.569 1.964c-.167-.67-.299-1.352-.545-2.001-.785.596.135 1.456.545 2.001m-2.196.496c-.054 1.363-.476 2.633-.658 3.975l-.328.213c.152 1.339 1.822 1.226 2.783.872-.36-.216-.736-.399-1.114-.58.523-.945.585-2.053.938-3.065-.593-.417-.929-1.146-1.622-1.416m2.492 3.549c-.065.409-.531.503-.808.735.267.305.545.727 1.007.678.707-.015 1.472.355 2.138-.011.8-.671 1.053-1.754 1.741-2.517-1.313-.113-2.078-1.285-3.244-1.737-.368.922-.605 1.888-.835 2.852z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g10" xmlns="http://www.w3.org/2000/svg"><path d="M11.557.286c.479-.215.98.055 1.3.414 3.475 3.487 6.962 6.962 10.438 10.45.482.406.481 1.177.012 1.591-3.512 3.532-7.039 7.048-10.562 10.568-.39.456-1.142.533-1.56.072-3.547-3.535-7.087-7.08-10.627-10.624-.504-.415-.476-1.208.014-1.622C4.003 7.686 7.454 4.254 10.888.808c.205-.194.407-.407.67-.522m.238.459c-.166.064-.296.187-.425.304C7.897 4.537 4.409 8.011.935 11.5c-.248.205-.337.6-.064.827 3.535 3.546 7.076 7.087 10.616 10.628.23.301.666.288.896-.006 3.518-3.524 7.045-7.042 10.562-10.567.28-.229.256-.643-.02-.864-3.494-3.509-7.006-7-10.501-10.507-.167-.157-.379-.353-.629-.265z"/><path d="M10.492 5.66c.158-.269.295-.662.67-.67.438-.059.666.36.856.676-.509.01-1.018.01-1.525-.006zM10.507 5.924c.486-.018.973-.018 1.46.002-.235.763-1.223.754-1.46-.002z"/><path d="M10.738 6.892c.584-.474 1.289.066 1.058.768.696.314 1.597.306 2.116.923-.739-.053-1.426-.347-2.14-.514.026.452.104.9.238 1.333l-1.308-.004c.024-.835-.056-1.675.036-2.507z"/><path d="M7.8 7.045l.436-.245c.694.774.6 1.811.577 2.773 1.585.006 3.17-.002 4.756.005.322-.538.631-1.082.947-1.624l.353.341c0 .812-.005 1.625.004 2.438.664-.359 1.324-.725 1.988-1.084-.14-.595.282-1.068.875-.781.216 1.769.343 3.548.58 5.316.33-.112.281-.478.313-.756.056-.914.119-1.83.193-2.743.665.62 1.3 1.273 1.955 1.904.264.317.708.182 1.064.214-.821.796-1.646 1.585-2.466 2.383-.55-.008-1.105.054-1.65-.031-.27-.304-.305-.731-.343-1.117-.061-1.15-.216-2.291-.341-3.436-.464.256-.92.523-1.374.796 0 .644-.002 1.289-.001 1.934-2.821.011-5.642-.008-8.464.01-.63.007-1.224-.281-1.86-.212v-1.046l.805-.008.002-1.64 1.069-.006.007-.851c.311-.001.622-.004.934-.004-.022-.852.167-1.783-.359-2.53z"/><path d="M4.855 13.648c3.616-.097 7.244-.006 10.865-.044.383.016.853-.068 1.139.254.538.5.296 1.729-.534 1.714-3.762.004-7.526.017-11.287-.006-1.051.005-1.133-1.68-.182-1.918m.177.246c-.725.062-.818 1.319-.106 1.45.542.074 1.091.022 1.637.032a34.52 34.52 0 0 1-.109-.541l-.42-.043a46.948 46.948 0 0 0-.01-.38l.52-.012c-.028-.157-.054-.314-.08-.47.163.008.328.013.491.013-.022.152-.043.306-.067.46.287-.004.572-.004.859-.001l-.084-.463.49-.002c-.019.155-.04.311-.061.467h.992l-.064-.479.497-.007-.103.485c.364-.004.727-.004 1.092 0-.036-.161-.07-.323-.103-.484l.496.002-.062.485c.346-.004.691-.006 1.038-.005l-.044-.119.073-.358.389-.002-.109.482c.325-.001.649-.002.974-.001-.019-.161-.036-.32-.053-.481h.487l-.091.481.992-.001a26.905 26.905 0 0 1-.007-.492l.445-.007c-.004.164-.008.329-.016.492l.368.029c-.004.09-.011.269-.013.359l-.302.059c-.042.18-.089.359-.138.536.532-.011 1.068.046 1.595-.036.662-.18.715-1.264.029-1.452-2.522-.148-5.051-.032-7.576-.078-1.282-.002-2.567-.041-3.845.084m1.901.913c-.013.19-.03.378-.048.568h.859c-.02-.188-.037-.376-.05-.564-.254 0-.508-.001-.761-.004m1.2.003c-.012.188-.029.376-.048.564.356-.002.714.001 1.07.008-.052-.191-.1-.383-.146-.576-.292.004-.584.004-.876.004m1.394-.003c-.044.19-.089.379-.136.568h1.133a33.61 33.61 0 0 1-.136-.568c-.287.002-.575.002-.862 0m1.381 0c-.047.192-.095.384-.146.575.386-.01.774-.01 1.16-.002a47.594 47.594 0 0 0-.145-.571c-.29.001-.58.001-.869-.001m1.391 0c-.044.188-.091.378-.14.566h1.002a18.15 18.15 0 0 1-.044-.569c-.272.004-.545.004-.817.002m1.248.005a15.26 15.26 0 0 1-.048.563c.361-.002.721-.001 1.082.001-.047-.19-.091-.379-.134-.57-.3.005-.6.006-.9.006z"/><path fill="#e94e1b" d="M11.796.745c.25-.088.462.108.629.265 3.496 3.508 7.007 6.998 10.501 10.507.276.221.3.635.02.864-3.517 3.526-7.044 7.043-10.562 10.567a.561.561 0 0 1-.896.006C7.948 19.413 4.407 15.872.872 12.326c-.274-.227-.185-.622.064-.827C4.41 8.011 7.898 4.537 11.372 1.048c.128-.116.259-.24.425-.304M10.492 5.66c.508.016 1.016.016 1.525.006-.19-.316-.418-.734-.856-.676-.374.007-.511.401-.67.67m.016.264c.238.756 1.225.766 1.46.002-.487-.02-.974-.02-1.46-.002m.231.968c-.092.832-.012 1.672-.036 2.507.436.001.872.001 1.308.004a5.696 5.696 0 0 1-.238-1.333c.714.167 1.4.461 2.14.514-.518-.617-1.42-.608-2.116-.923.23-.702-.474-1.242-1.058-.768M7.8 7.045c.526.746.337 1.678.359 2.53-.312 0-.623.002-.934.004l-.007.851-1.069.006-.002 1.64c-.269.004-.536.006-.805.008v1.046c.636-.068 1.23.22 1.86.212 2.821-.018 5.642.001 8.464-.01-.001-.646.001-1.29.001-1.934.454-.272.91-.54 1.374-.796.125 1.145.28 2.286.341 3.436.038.386.073.814.343 1.117.545.085 1.1.023 1.65.031.82-.798 1.645-1.588 2.466-2.383-.356-.031-.8.103-1.064-.214-.655-.631-1.29-1.284-1.955-1.904-.074.913-.137 1.829-.193 2.743-.032.278.017.644-.313.756-.236-1.768-.364-3.547-.58-5.316-.593-.287-1.015.186-.875.781-.665.359-1.325.725-1.988 1.084-.008-.814-.004-1.626-.004-2.438l-.353-.341c-.316.541-.625 1.086-.947 1.624-1.585-.007-3.17.001-4.756-.005.023-.962.116-1.999-.577-2.773l-.436.245m-2.945 6.603c-.95.238-.869 1.922.182 1.918 3.761.023 7.525.01 11.287.006.83.016 1.072-1.213.534-1.714-.286-.323-.756-.239-1.139-.254-3.62.038-7.249-.053-10.865.044z"/><path fill="#e94e1b" d="M4.927 15.343c-.713-.131-.619-1.387.106-1.45.478-.024.955.01 1.432.035l.08.47-.52.012.01.38.42.043c.035.18.071.361.109.541-.546-.011-1.094.042-1.637-.032zM6.955 13.942l.708-.005.084.463a49.193 49.193 0 0 0-.859.001c.024-.154.046-.307.067-.46zM8.153 13.934c.289-.002.578-.007.868-.012.02.16.042.319.064.479h-.992c.022-.156.042-.312.061-.467zM9.517 13.915c.295-.002.59-.002.886.001.034.161.067.323.103.484a49.687 49.687 0 0 0-1.092 0c.035-.161.07-.323.103-.485zM10.898 13.919l.798-.006.133.367.044.119c-.347-.001-.692.001-1.038.005.022-.162.042-.323.062-.485zM12.292 13.92h.812c.017.161.034.32.053.481-.325-.001-.649 0-.974.001l.109-.482zM13.591 13.92l.894-.012c.001.164.004.328.007.492l-.992.001.091-.481zM14.93 13.901c.508-.007 1.015-.034 1.523-.013.686.188.634 1.272-.029 1.452-.527.082-1.063.025-1.595.036.049-.178.096-.356.138-.536l.302-.059c.002-.09.01-.269.013-.359l-.368-.029c.007-.163.012-.328.016-.492zM6.935 14.809c.253.002.506.004.761.004.013.188.03.376.05.564a122.98 122.98 0 0 0-.859 0c.018-.19.035-.378.048-.568zM8.135 14.812c.292 0 .584 0 .876-.004.047.193.095.385.146.576a38.168 38.168 0 0 0-1.07-.008c.019-.188.036-.376.048-.564zM9.529 14.809c.287.002.575.002.862 0 .043.19.089.379.136.568H9.394c.047-.188.091-.378.136-.568zM10.909 14.809c.289.002.578.002.869.001.049.19.098.38.145.571a28.036 28.036 0 0 0-1.16.002c.052-.191.1-.383.146-.575zM12.3 14.81c.272.001.545.001.817-.002.012.19.026.379.044.569h-1.002c.049-.188.096-.378.14-.566zM13.549 14.814c.3 0 .6-.001.9-.006.043.191.088.38.134.57-.361-.002-.721-.004-1.082-.001.019-.187.036-.376.048-.563z"/><path fill="#5a1e0b" d="M5.033 13.894c1.278-.125 2.563-.086 3.845-.084 2.525.046 5.053-.07 7.576.078-.508-.02-1.015.006-1.523.013l-.445.007-.894.012h-.487a109.89 109.89 0 0 0-.812 0l-.389.002-.073.358-.133-.367-.798.006-.496-.002c-.295-.004-.59-.004-.886-.001l-.497.007c-.289.005-.578.01-.868.012l-.49.002-.708.005c-.163 0-.328-.005-.491-.013-.476-.025-.954-.059-1.432-.035z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g11" xmlns="http://www.w3.org/2000/svg"><path fill="#bd6000" opacity=".79" d="M11.726 0h.526c.535.224.902.686 1.306 1.082l9.3 9.3c.409.419.882.798 1.142 1.337v.532c-.222.536-.689.901-1.084 1.304l-9.36 9.361c-.398.392-.762.842-1.28 1.084h-.522c-.539-.222-.901-.691-1.307-1.087l-9.42-9.419C.642 13.1.177 12.745 0 12.202v-.398c.175-.546.64-.905 1.025-1.298 3.121-3.119 6.24-6.24 9.36-9.359.42-.412.8-.887 1.342-1.146m-.052.282c-.185.078-.332.217-.476.352C7.661 4.18 4.12 7.722.579 11.265c-.422.344-.474 1.037-.061 1.41 3.6 3.605 7.207 7.204 10.81 10.805.346.385 1.001.388 1.348.004 3.605-3.6 7.208-7.202 10.81-10.806.413-.373.366-1.072-.058-1.417-3.564-3.559-7.12-7.129-10.686-10.686-.264-.293-.688-.434-1.066-.29z"/><path d="M11.675.283c.378-.144.802-.002 1.066.29C16.307 4.13 19.863 7.7 23.427 11.259c.424.346.47 1.044.058 1.417a13766.53 13766.53 0 0 1-10.81 10.806c-.347.384-1.002.382-1.348-.004-3.602-3.601-7.21-7.2-10.81-10.805-.413-.373-.361-1.066.061-1.41C4.119 7.721 7.66 4.178 11.198.633c.144-.134.292-.274.476-.352m.022.378C8.049 4.209 4.489 7.855.873 11.439c-.304.239-.443.718-.113 1a7857.13 7857.13 0 0 0 10.801 10.802c.253.295.709.235.942-.053 3.577-3.584 7.164-7.159 10.739-10.746.296-.256.227-.71-.056-.944C19.65 7.952 16.104 4.416 12.565.872c-.211-.238-.576-.434-.869-.212z"/><path d="M6.461 7.531c1.399-.319 2.842-.451 4.226-.829.778.124 1.546.305 2.311.485-.018.169-.034.34-.047.51l-1.144.235c.57 1.252 1.136 2.504 1.739 3.74.359-.709.504-1.502.82-2.228.1-.27.44-.224.67-.29l.182-.455c.157.004.314.006.472.006l.188.48.529.019c-.005.517-.011 1.036.019 1.553 1.332-.007 2.665-.007 3.997-.001l.055 1.116.284.191c.005.49-.037.978-.1 1.463-.158.012-.316.026-.473.041-.205-.365-.512-.748-.979-.712a224.024 224.024 0 0 0-4.099.001c-.391-.022-.662.283-.892.554-.466.008-1.118.192-1.386-.323-.701-1.672-1.368-3.359-2.065-5.033-1.343.046-2.683.122-4.026.157-.113.176-.174.371-.028.548.378.583.523 1.459 1.318 1.606-.689.397-1.393-.122-2.113-.118-.738-.301-.478-1.204-.396-1.813.388-.221.578-.665.936-.904m8.211 1.999c-.144.458-.271.924-.323 1.403.563.019 1.128.016 1.692.007.004-.473.004-.944 0-1.417a36.742 36.742 0 0 0-1.369.007z"/><path d="M7.37 11.687c.916-.139.947-1.774 2.064-1.309.649.631 1.411 1.327 1.556 2.275.245.638.763 1.148.877 1.846-2.411.011-4.823.006-7.234.002.439-1.266 1.387-2.476 2.736-2.814zM14.809 13.258c1.392-.239 2.855-.044 4.274-.103.528-.084.98.518.708.989-.191.41-.695.367-1.072.365-1.235-.026-2.473.034-3.707-.028-.583-.074-.718-.955-.204-1.223z"/><path fill="#ef7b00" d="M11.696.659c.293-.222.658-.025.869.212 3.539 3.544 7.085 7.08 10.621 10.626.283.234.353.689.056.944-3.575 3.587-7.162 7.162-10.739 10.746-.233.288-.689.348-.942.053A8461.434 8461.434 0 0 1 .76 12.438c-.33-.282-.191-.761.113-1C4.489 7.855 8.049 4.208 11.696.658M6.461 7.531c-.358.239-.548.683-.936.904-.082.61-.342 1.512.396 1.813.72-.005 1.424.515 2.113.118-.794-.146-.94-1.022-1.318-1.606-.146-.178-.085-.372.028-.548 1.343-.035 2.683-.112 4.026-.157.697 1.674 1.364 3.361 2.065 5.033.268.515.92.331 1.386.323.229-.271.5-.576.892-.554 1.366-.014 2.732-.012 4.099-.001.467-.036.774.347.979.712.157-.014.314-.029.473-.041.062-.485.104-.973.1-1.463a34.983 34.983 0 0 1-.284-.191l-.055-1.116a409.644 409.644 0 0 0-3.997.001c-.03-.517-.024-1.036-.019-1.553l-.529-.019-.188-.48c-.157 0-.314-.002-.472-.006l-.182.455c-.229.066-.57.02-.67.29-.316.726-.461 1.519-.82 2.228-.602-1.236-1.169-2.489-1.739-3.74l1.144-.235c.013-.17.029-.341.047-.51-.766-.18-1.534-.361-2.311-.485-1.385.378-2.827.51-4.226.829m.907 4.155c-1.349.338-2.297 1.548-2.736 2.814 2.411.004 4.823.008 7.234-.002-.114-.697-.632-1.207-.877-1.846-.145-.948-.907-1.644-1.556-2.275-1.117-.464-1.148 1.17-2.064 1.309m7.438 1.571c-.514.268-.379 1.148.204 1.223 1.234.061 2.472.001 3.707.028.377.002.881.046 1.072-.365.272-.47-.18-1.073-.708-.989-1.42.059-2.882-.136-4.274.103z"/><path fill="#ef7b00" d="M14.67 9.529c.456-.012.912-.012 1.369-.007.004.473.004.944 0 1.417-.564.008-1.129.012-1.692-.007.052-.479.179-.944.323-1.403z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.447 1.141c.629-.133 1.264.142 1.699.59 3.252 3.109 6.51 6.214 9.756 9.329.72.638.715 1.844.03 2.506-3.139 3.144-6.278 6.289-9.422 9.427-.65.678-1.83.752-2.52.096-3.316-3.164-6.629-6.332-9.944-9.497-.718-.634-.712-1.838-.03-2.495 3.049-3.072 6.118-6.125 9.174-9.19.346-.354.751-.694 1.258-.767m-.245.348c-.379.146-.661.454-.944.732-2.992 3.007-6.004 5.995-8.993 9.005-.624.553-.67 1.615-.032 2.177 3.295 3.148 6.59 6.295 9.887 9.442.587.6 1.631.559 2.2-.046 3.124-3.115 6.238-6.24 9.36-9.356.63-.556.674-1.625.031-2.189-3.263-3.137-6.544-6.257-9.818-9.383-.427-.446-1.111-.62-1.69-.382z"/><path fill="#231f20" d="M11.317 1.847c.608-.179 1.28.023 1.723.467 3.036 2.886 6.058 5.786 9.088 8.678.761.605.856 1.837.145 2.518-2.936 2.947-5.878 5.89-8.821 8.83-.664.704-1.885.714-2.546 0-3.061-2.941-6.137-5.869-9.204-8.804-.707-.63-.654-1.816.024-2.446 2.833-2.849 5.682-5.681 8.519-8.525.302-.308.642-.612 1.073-.718m.118.357c-.374.089-.66.365-.925.625-2.832 2.849-5.687 5.676-8.514 8.53-.539.488-.584 1.415-.03 1.909 3.09 2.952 6.179 5.906 9.27 8.856.524.526 1.446.475 1.948-.056 2.923-2.917 5.843-5.839 8.765-8.759.544-.492.589-1.423.032-1.924-3.035-2.927-6.097-5.826-9.143-8.743-.356-.371-.892-.586-1.403-.438z"/><path fill="#231f20" d="M10.594 8.964c-.373-.752.467-1.658 1.244-1.345.592.178.745.848.665 1.391.316-.413.533-1.126 1.165-1.082.827.017 1.67-.082 2.485.055.511.449.443 1.236.64 1.844.214-.146.709-.324.661.124-.25.298-.539.565-.758.89.712.578.335 1.574.42 2.359-.116 1.162.508 2.222.558 3.36-.086.666-1.117.661-1.249.024-.342-1.326-.844-2.651-.698-4.045-.385.456-.756.923-1.13 1.388.356.77.769 1.514 1.096 2.298.263.528-.4 1.106-.889.784-.45-.346-.594-.941-.881-1.41-.298-.689-.886-1.313-.803-2.11-.65.575-1.346 1.094-2.018 1.644.349.449.929.655 1.214 1.156.493.077.922.342 1.162.79-2.435.017-4.87.014-7.306.001.21-.581.794-.728 1.264-1.015.194-.484.415-1.058 1.058-.991.426-.796 1.518-.936 2.083-.209.894-.718 1.788-1.434 2.68-2.155-.418-.797-.884-1.57-1.278-2.378-.2-.39.16-.754.332-1.074-.516.458-1.444.403-1.716-.293m4.427.252c.199.209.41.407.616.61-.047-.21-.091-.42-.128-.632l-.487.023m-1.198 1.983c.132.244.266.486.4.728.155-.122.312-.24.472-.355-.29-.125-.578-.253-.871-.373z"/><path fill="#fff100" d="M11.203 1.488c.578-.239 1.262-.065 1.69.382 3.275 3.126 6.556 6.246 9.818 9.383.643.564.599 1.633-.031 2.189-3.122 3.116-6.236 6.241-9.36 9.356-.569.605-1.613.646-2.2.046-3.296-3.146-6.592-6.294-9.887-9.442-.637-.562-.592-1.624.032-2.177 2.989-3.01 6.001-5.998 8.993-9.005.283-.278.565-.586.944-.732m.115.359c-.431.106-.77.409-1.073.718-2.837 2.844-5.686 5.676-8.519 8.525-.678.63-.731 1.816-.024 2.446 3.067 2.935 6.143 5.863 9.204 8.804.661.714 1.883.704 2.546 0 2.944-2.94 5.885-5.882 8.821-8.83.71-.68.616-1.913-.145-2.518-3.03-2.892-6.052-5.792-9.088-8.678-.443-.444-1.115-.646-1.723-.467z"/><path fill="#fff100" d="M11.436 2.204c.511-.148 1.046.067 1.403.438 3.046 2.917 6.108 5.816 9.143 8.743.557.5.511 1.432-.032 1.924-2.922 2.92-5.842 5.842-8.765 8.759-.502.532-1.423.582-1.948.056-3.091-2.95-6.18-5.904-9.27-8.856-.554-.494-.509-1.421.03-1.909 2.827-2.854 5.682-5.681 8.514-8.53.265-.26.551-.536.925-.625m-.842 6.76c.272.696 1.2.751 1.716.293-.173.32-.533.684-.332 1.074.394.809.86 1.582 1.278 2.378-.892.721-1.786 1.438-2.68 2.155-.565-.727-1.657-.587-2.083.209-.643-.067-.864.508-1.058.991-.469.287-1.054.434-1.264 1.015 2.436.013 4.871.016 7.306-.001-.24-.448-.668-.713-1.162-.79-.286-.5-.865-.707-1.214-1.156.672-.55 1.368-1.069 2.018-1.644-.083.797.505 1.421.803 2.11.287.469.431 1.064.881 1.41.49.323 1.152-.256.889-.784-.326-.784-.739-1.528-1.096-2.298.374-.466.745-.932 1.13-1.388-.145 1.394.356 2.719.698 4.045.132.637 1.163.642 1.249-.024-.05-1.138-.674-2.198-.558-3.36-.085-.785.292-1.781-.42-2.359.22-.325.509-.593.758-.89.048-.448-.448-.27-.661-.124-.197-.608-.128-1.396-.64-1.844-.815-.137-1.658-.038-2.485-.055-.632-.043-.85.67-1.165 1.082.08-.542-.073-1.213-.665-1.391-.778-.313-1.618.593-1.244 1.345z"/><path fill="#fff100" d="M13.825 11.201c.293.12.581.248.871.373-.16.115-.317.233-.472.355-.133-.242-.268-.485-.4-.728z"/><path fill="#e7d904" d="M15.022 9.217l.487-.023c.037.212.082.422.128.632-.205-.203-.416-.401-.616-.61z"/></symbol><symbol viewBox="0 0 27 24" id="warning--roadworks--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.245 0h.647c.56.167 1.055.526 1.327 1.049 3.832 6.656 7.668 13.31 11.504 19.962.146.262.279.53.396.807v.77A2.044 2.044 0 0 1 25.67 24H1.486c-.734-.168-1.284-.754-1.485-1.468V21.9c.117-.302.251-.598.41-.88C4.269 14.341 8.113 7.653 11.968.974c.267-.494.755-.808 1.279-.974M2.85 21.601c7.147.005 14.293.004 21.44 0-3.572-6.198-7.139-12.4-10.721-18.593C9.991 9.202 6.416 15.4 2.85 21.601z"/><path fill="#fff" d="M2.85 21.601C6.416 15.4 9.99 9.202 13.569 3.008c3.582 6.193 7.15 12.395 10.721 18.593-7.147.004-14.293.005-21.44 0m8.269-11.186c.239.583.919.678 1.451.833-.984.687-.666 1.875-.435 2.862-.089.884-.74 1.627-.814 2.527l-.721.466c-.264-.241-.591-.378-.923-.492-.473-.18-.475-.91-1.01-.994-.37-.079-.904-.226-1.132.186-1.066 1.688-2.022 3.444-3.031 5.169 2.353-.012 4.704.023 7.055-.018-.267-1.106-.605-2.193-.903-3.29.521-.428 1.167-.593 1.782-.83l.095-.362c.363-.217.721-.443 1.079-.668-.635 1.435-.376 3.036-.561 4.553-.384.146-.915.118-1.108.553.811.057 1.626.042 2.437.011.103-1.181.511-2.369.285-3.553.393-.632.841-1.234 1.14-1.921.325.748.522 1.554.918 2.268.715.7 1.582 1.231 2.286 1.94.262.452-.132.919-.35 1.298 1.109.237 1.387-1.022 1.868-1.725-1.089-.525-1.5-1.836-2.588-2.346-.302-1.116-.438-2.282-.828-3.379.226.007.453.033.678.058.108-.171.453-.35.279-.579-.633-.727-.241-1.881-.946-2.582-1.151-.753-2.742-.8-3.803.142-.088-.598-.306-1.341-.98-1.496-.766-.247-1.57.633-1.218 1.365z"/><path fill="#fff" d="M15.581 11.036c.336.043.933-.206 1.037.262.138.632.492 1.262.376 1.921-.487-.717-.945-1.454-1.413-2.183zM13.176 13.228c.385.298.772.621 1.013 1.054-.104.926-1.119 1.191-1.775 1.649.534-.8.853-1.73.762-2.702z"/><path d="M11.119 10.415c-.353-.732.452-1.612 1.218-1.365.674.155.892.898.98 1.496 1.062-.942 2.652-.895 3.803-.142.705.701.313 1.855.946 2.582.174.229-.171.408-.279.579a7.716 7.716 0 0 0-.678-.058c.391 1.097.526 2.263.828 3.379 1.089.51 1.5 1.821 2.588 2.346-.481.702-.759 1.962-1.868 1.725.218-.378.612-.846.35-1.298-.704-.709-1.572-1.241-2.286-1.94-.396-.715-.593-1.52-.918-2.268-.3.687-.747 1.289-1.14 1.921.226 1.184-.182 2.372-.285 3.553-.811.031-1.626.046-2.437-.011.193-.435.724-.407 1.108-.553.186-1.517-.073-3.119.561-4.553-.358.225-.716.452-1.079.668l-.095.362c-.614.237-1.261.401-1.782.83.298 1.097.636 2.183.903 3.29-2.351.041-4.702.005-7.055.018 1.009-1.725 1.965-3.481 3.031-5.169.228-.412.762-.264 1.132-.186.536.084.537.814 1.01.994.332.114.659.251.923.492.24-.155.48-.312.721-.466.073-.9.724-1.643.814-2.527-.231-.987-.549-2.175.435-2.862-.532-.155-1.212-.249-1.451-.833m4.464.617c.468.729.926 1.466 1.413 2.183.117-.659-.237-1.289-.376-1.921-.104-.468-.701-.218-1.037-.262m-2.405 2.192c.091.972-.228 1.902-.762 2.702.656-.458 1.671-.723 1.775-1.649-.241-.433-.628-.755-1.013-1.054z"/></symbol><symbol viewBox="0 0 22 24" id="warning--roadworks--g5" xmlns="http://www.w3.org/2000/svg"><path d="M10.358 2.356a.749.749 0 0 1 1.202-.001C15 5.841 18.513 9.258 21.917 12.779v.438c-2.981 3.129-6.1 6.13-9.133 9.211-.545.525-1.036 1.111-1.641 1.572h-.364c-.614-.451-1.101-1.045-1.649-1.569-3.033-3.077-6.142-6.087-9.131-9.205v-.427C3.383 9.256 6.92 5.852 10.357 2.357M.534 13.022c3.475 3.478 6.941 6.965 10.425 10.435 3.483-3.471 6.95-6.957 10.425-10.435-3.449-3.511-6.94-6.984-10.424-10.461C7.476 6.039 3.985 9.512.534 13.022z"/><path d="M10.011 6.739a1.43 1.43 0 0 1 1.163.068c.818.46.79 1.925-.132 2.251-.395.082-.828.098-1.211-.043-.741-.539-.72-1.906.18-2.276zM9.369 8.981c.42.274.878.49 1.392.483.216 1.782.39 3.568.591 5.352.699.629 1.388 1.268 2.096 1.887-.209-.433-.558-.856-.477-1.368.055-.445.565-.71.98-.583 1.036.279 2.064.586 3.096.881l-.004.191c-.833.884-1.654 1.78-2.499 2.652-.99-.003-1.979.005-2.969-.005.258-.681.653-1.295.98-1.943-.861-.772-1.7-1.57-2.585-2.315.659 1.337.331 2.831.342 4.262-.286 0-.572 0-.858.002-.066-1.188.279-2.523-.58-3.509-.155 1.167-.229 2.344-.384 3.511-.321-.004-.641-.005-.961-.014.082-1.966.023-3.957.296-5.905-.312-.361-.649-.699-.97-1.052.834-.846 1.683-1.678 2.514-2.528m-1.342 2.444c.067.067.133.135.198.203.078-.197.155-.395.229-.594-.144.129-.285.26-.427.391m1.874 2.101c.16.138.32.277.481.413a15.03 15.03 0 0 0-.239-1.479c-.089.353-.167.71-.242 1.066z"/><path fill="#ff0" d="M.534 13.022C3.985 9.512 7.476 6.039 10.96 2.561c3.484 3.477 6.975 6.95 10.424 10.461-3.475 3.478-6.942 6.964-10.425 10.435C7.475 19.987 4.009 16.5.534 13.022m9.477-6.283c-.9.37-.921 1.737-.18 2.276.382.14.816.125 1.211.043.922-.325.949-1.791.132-2.251a1.43 1.43 0 0 0-1.163-.068m-.642 2.242c-.831.85-1.68 1.682-2.514 2.528.321.353.658.691.97 1.052-.273 1.947-.214 3.939-.296 5.905.32.009.64.01.961.014.155-1.167.229-2.344.384-3.511.859.986.514 2.321.58 3.509.286-.002.572-.002.858-.002-.011-1.431.317-2.925-.342-4.262.885.744 1.724 1.543 2.585 2.315-.327.648-.722 1.262-.98 1.943.99.011 1.979.002 2.969.005.845-.872 1.666-1.768 2.499-2.652l.004-.191c-1.032-.295-2.06-.602-3.096-.881-.414-.127-.925.138-.98.583-.081.512.267.935.477 1.368-.708-.619-1.397-1.258-2.096-1.887-.201-1.784-.375-3.57-.591-5.352-.514.007-.972-.209-1.392-.483z"/><path fill="#ff0" d="M8.027 11.424c.142-.132.284-.262.427-.391-.075.199-.151.397-.229.594l-.198-.203zM9.901 13.525c.076-.356.153-.713.242-1.066.098.49.19.982.239 1.479-.161-.136-.321-.275-.481-.413z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g6" xmlns="http://www.w3.org/2000/svg"><path d="M.217 1.784h23.565c-.003 6.794.009 13.587-.006 20.38-.139-.182-.243-.388-.358-.585-3.808-6.59-7.608-13.184-11.419-19.772C8.189 8.395 4.388 14.989.581 21.579c-.115.197-.218.403-.358.585C.208 15.371.22 8.577.216 1.784z"/><path d="M3.772 20.152C6.515 15.403 9.254 10.651 12 5.904c2.747 4.747 5.486 9.499 8.228 14.248H3.771m8.623-9.155a.768.768 0 0 0 .169 1.512.775.775 0 0 0 .769-.698c.065-.497-.454-.949-.937-.815m-3.448 1.422c-.194.367-.392.732-.581 1.102-.171.338-.006.771.322.944.075-.131.145-.265.217-.398.157.128.311.259.47.386.06-.109.117-.219.174-.329-.159-.127-.313-.26-.472-.387.156-.291.31-.584.465-.876a47 47 0 0 1 .751 0c-.368.693-.734 1.388-1.103 2.081.42.227.844.446 1.264.672.24-.443.468-.893.712-1.335-.019.374-.049.747-.071 1.121-.106-.085-.211-.173-.315-.26-.06.109-.117.218-.175.328.152.132.312.255.463.388-.09.424.226.898.68.883.004-.104.01-.209.013-.313.541.444 1.08.892 1.62 1.337.107-.06.206-.133.293-.218-.624-.523-1.252-1.041-1.877-1.562.041-.86.114-1.719.16-2.579.01-.232.07-.471-.004-.697a.812.812 0 0 0-.75-.578c-.594-.007-1.189-.004-1.783-.001a.517.517 0 0 0-.473.291m.167 2.67c-.63 1.19-1.262 2.379-1.89 3.571-.208.387-.021.894.362 1.092.66-1.237 1.311-2.478 1.97-3.715.266.42.554.829.804 1.259.034.563.047 1.126.069 1.689.02.432.43.794.862.752-.038-.9-.06-1.803-.109-2.702-.199-.355-.44-.685-.654-1.031-.077-.108-.128-.249-.259-.303-.387-.201-.771-.407-1.156-.61m5.952 1.244c-.611.14-.878.781-1.292 1.188-.174.275-.508.311-.767.455-.405.453-.79.926-1.183 1.39-.148.136-.026.404.175.372 1.986.002 3.973.004 5.959-.001.181.014.288-.227.163-.355-.676-.886-1.358-1.768-2.036-2.653a1.029 1.029 0 0 0-1.018-.396z"/><path fill="red" d="M.582 21.579C4.389 14.989 8.19 8.395 12 1.807c3.811 6.588 7.611 13.182 11.419 19.772.115.197.218.403.358.585l.021.029c-.228-.032-.458-.023-.688-.022H.891c-.229-.001-.46-.01-.688.022l.021-.029c.139-.182.242-.388.358-.585m3.19-1.427h16.457c-2.743-4.749-5.482-9.501-8.228-14.248-2.746 4.747-5.485 9.499-8.228 14.248z"/><path fill="#fff" d="M12.394 10.997c.483-.134 1.002.318.937.815a.774.774 0 0 1-.769.698.768.768 0 1 1-.169-1.512z"/><path fill="#fff" d="M8.947 12.418a.517.517 0 0 1 .473-.291c.594-.002 1.189-.006 1.783.001a.814.814 0 0 1 .75.578c.075.226.015.465.004.697-.046.86-.119 1.718-.16 2.579.625.522 1.253 1.039 1.877 1.562a1.387 1.387 0 0 1-.293.218c-.54-.445-1.079-.893-1.62-1.337-.003.104-.009.209-.013.313-.453.015-.77-.459-.68-.883-.151-.133-.311-.256-.463-.388l.175-.328c.104.088.209.175.315.26.022-.374.052-.747.071-1.121-.244.441-.472.891-.712 1.335-.42-.226-.844-.445-1.264-.672.369-.693.735-1.388 1.103-2.081a94 94 0 0 0-.751 0c-.154.292-.308.585-.465.876.159.127.313.26.472.387-.057.11-.114.22-.174.329-.158-.127-.313-.258-.47-.386-.072.133-.142.266-.217.398-.328-.173-.493-.606-.322-.944.188-.37.387-.735.581-1.102z"/><path fill="#fff" d="M9.114 15.088c.386.203.769.41 1.156.61.131.054.182.195.259.303.214.346.455.676.654 1.031.049.899.07 1.802.109 2.702-.432.042-.842-.32-.862-.752-.022-.563-.036-1.127-.069-1.689-.25-.429-.538-.838-.804-1.259-.66 1.237-1.31 2.479-1.97 3.715-.382-.197-.57-.705-.362-1.092.627-1.192 1.26-2.381 1.89-3.571zM15.065 16.334a1.03 1.03 0 0 1 1.018.396c.678.885 1.36 1.766 2.036 2.653.126.128.018.369-.163.355-1.986.005-3.973.003-5.959.001-.202.032-.323-.235-.175-.372.393-.464.778-.937 1.183-1.39.259-.144.593-.18.767-.455.414-.407.681-1.048 1.292-1.188z"/><path opacity=".93" d="M.203 22.193c.228-.032.458-.023.688-.022H23.11c.23-.001.46-.01.688.022-.18.044-.365.025-.547.027H.751c-.182-.002-.368.017-.547-.027z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g8" xmlns="http://www.w3.org/2000/svg"><path d="M11.608 0h.664c.336.152.643.364.904.624 3.4 3.402 6.799 6.804 10.205 10.2.344.336.611.8.538 1.298-.065.62-.605 1.013-1.006 1.43-3.305 3.295-6.599 6.601-9.899 9.902-.413.44-1.102.617-1.65.329-.496-.282-.845-.748-1.249-1.138-3.18-3.18-6.356-6.365-9.544-9.539a3.254 3.254 0 0 1-.57-.811v-.654c.152-.311.341-.607.584-.854C3.992 7.392 7.388 3.985 10.793.589c.241-.235.52-.428.815-.59m.31.648c-.277.011-.482.222-.673.398C7.827 4.467 4.401 7.884.984 11.306c-.73.571-.07 1.361.463 1.765 3.329 3.313 6.641 6.644 9.967 9.96.299.347.853.312 1.14-.032 3.5-3.503 7.004-7.004 10.502-10.511.341-.314.259-.862-.078-1.145-3.434-3.446-6.883-6.878-10.319-10.324-.202-.191-.443-.403-.742-.373z"/><path d="M13.871 8.21c.534-.77 1.08-1.532 1.63-2.293.547.761 1.097 1.52 1.628 2.293-.311-.056-.62-.119-.931-.178-.026 3.19-.043 6.379-.065 9.569a80.594 80.594 0 0 1-1.3-.012c.008-1.481.002-2.963.004-4.444-.716-.006-1.434-.02-2.15-.03-.014-.307-.029-.614-.04-.922.72-.004 1.44-.001 2.16-.006-.002-1.386.002-2.771-.002-4.156-.311.059-.622.121-.934.178zM6.83 8.245c-.617-.373-.396-1.441.365-1.399.706.007.86.896.478 1.369.774.185 1.669-.104 2.359.359.391.492.51 1.147.824 1.691.294-.073.586-.156.887-.198-.51.476-1.268.484-1.892.736.094.233.198.473.164.73-.109 1.559-.194 3.12-.349 4.675-.313.058-.712.368-.978.073-.047-.257.258-.377.391-.551-.116-1.186-.24-2.37-.383-3.553-.524.445-1.03.912-1.532 1.381.158.718.317 1.434.473 2.152a14.15 14.15 0 0 1-1.214.317 6.5 6.5 0 0 1 .233-.676c-.179-.809-.397-1.609-.593-2.414.416-.403.814-.826 1.177-1.277-.714.233-1.669.212-2.089.943-.317.588-1.128.337-1.576.038.247-.216.534-.378.844-.485.15.179.301.356.455.533.283-.332.523-.742.956-.895.359-1.175.72-2.351 1.001-3.548m2.654.762c-.016.534.007 1.076.193 1.583l.8-.229c-.17-.553-.54-1.004-.994-1.354m-3.045 2.616c.377-.115.755-.229 1.133-.342-.194-.638-.38-1.279-.594-1.912-.202.745-.362 1.501-.539 2.254z"/><path fill="#f7931d" d="M11.918.647c.299-.03.54.182.742.373 3.436 3.445 6.884 6.877 10.319 10.324.337.283.419.83.078 1.145-3.498 3.506-7.002 7.008-10.502 10.511-.287.344-.841.379-1.14.032-3.326-3.316-6.638-6.647-9.967-9.96-.533-.404-1.193-1.194-.463-1.765C4.403 7.885 7.829 4.468 11.246 1.046c.191-.176.396-.388.673-.398m1.952 7.562c.312-.056.623-.119.934-.178.005 1.385 0 2.77.002 4.156-.72.005-1.44.002-2.16.006.011.307.025.614.04.922.716.01 1.434.024 2.15.03-.001 1.481.005 2.963-.004 4.444.433.008.866.011 1.3.012.022-3.19.038-6.379.065-9.569.311.059.62.121.931.178-.532-.773-1.081-1.532-1.628-2.293-.55.761-1.096 1.523-1.63 2.293m-7.041.034c-.281 1.198-.642 2.374-1.001 3.548-.433.154-.673.563-.956.895a32.807 32.807 0 0 1-.455-.533c-.31.107-.596.269-.844.485.448.299 1.259.55 1.576-.038.42-.731 1.375-.71 2.089-.943a14.22 14.22 0 0 1-1.177 1.277c.196.805.414 1.606.593 2.414a6.42 6.42 0 0 0-.233.676c.41-.083.814-.198 1.214-.317-.156-.718-.314-1.434-.473-2.152a44.478 44.478 0 0 1 1.532-1.381c.143 1.183.266 2.368.383 3.553-.133.174-.438.294-.391.551.266.295.665-.016.978-.073.155-1.555.24-3.116.349-4.675.034-.257-.071-.497-.164-.73.624-.252 1.382-.259 1.892-.736-.301.042-.593.125-.887.198-.314-.544-.433-1.199-.824-1.691-.69-.463-1.585-.174-2.359-.359.383-.473.228-1.362-.478-1.369-.761-.042-.982 1.026-.365 1.399z"/><path fill="#f7931d" d="M9.485 9.008c.454.349.823.8.994 1.354-.266.077-.534.154-.8.229-.186-.506-.209-1.049-.193-1.583zM6.439 11.624c.176-.752.337-1.508.539-2.254.214.632.4 1.273.594 1.912-.378.113-.756.227-1.133.342z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks--g9" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.701 0h.671c.305.156.592.349.835.59 3.385 3.377 6.761 6.763 10.148 10.136.258.258.472.558.644.881v.674a3.044 3.044 0 0 1-.57.827c-3.168 3.152-6.323 6.318-9.484 9.476-.406.391-.758.847-1.234 1.158-.554.34-1.296.176-1.727-.288-3.299-3.301-6.594-6.607-9.898-9.902-.401-.418-.941-.81-1.006-1.43-.073-.499.193-.964.539-1.3C4.025 7.426 7.423 4.024 10.824.623a3.38 3.38 0 0 1 .875-.624m.225.656c-.265.044-.457.251-.644.424C7.867 4.507 4.435 7.917 1.022 11.344c-.338.283-.42.829-.079 1.145 3.498 3.505 7.002 7.008 10.504 10.51.286.346.84.379 1.139.031 3.504-3.496 7.001-7.002 10.504-10.499.356-.304.332-.863-.018-1.16-3.43-3.45-6.882-6.88-10.318-10.324-.218-.218-.496-.458-.829-.391z"/><path fill="#030303" d="M6.874 8.209c.527-.775 1.079-1.532 1.626-2.292.55.76 1.097 1.52 1.627 2.293-.31-.058-.619-.116-.93-.176-.007 1.382.002 2.766-.005 4.148.719.014 1.438.008 2.156.008-.007.308-.019.617-.032.925-.718.011-1.434.024-2.152.031-.01 1.487.016 2.974-.013 4.459-.428-.005-.857-.005-1.285-.007-.022-3.188-.04-6.377-.066-9.565-.308.059-.617.119-.926.175zM16.326 8.213c-.385-.472-.224-1.36.478-1.368.76-.044.986 1.027.367 1.398.28 1.199.642 2.375 1.001 3.551.434.144.653.56.947.875.306-.596.922-.493 1.303-.029-.442.307-1.259.548-1.573-.036-.416-.728-1.368-.712-2.08-.941.358.454.757.871 1.17 1.274-.197.805-.413 1.606-.594 2.416.097.216.168.443.23.672-.41-.079-.812-.196-1.213-.314.156-.718.314-1.435.472-2.153-.5-.468-1.002-.936-1.531-1.374-.14 1.181-.265 2.364-.38 3.548.156.162.61.443.269.653-.289.078-.58-.112-.859-.18a114.728 114.728 0 0 1-.29-3.844c-.022-.52-.167-1.076.108-1.558-.62-.257-1.388-.252-1.885-.739.296.048.587.121.877.2.318-.542.433-1.2.827-1.692.691-.466 1.585-.17 2.358-.36m-2.802 2.152l.791.224c.198-.502.209-1.046.198-1.578-.452.348-.827.798-.989 1.354m3.494-.974c-.215.625-.398 1.26-.59 1.892.377.112.754.224 1.129.341-.175-.745-.328-1.496-.539-2.233z"/><path fill="#f7931d" d="M11.924.655c.334-.067.611.173.829.391C16.189 4.49 19.641 7.92 23.071 11.37c.35.298.374.857.018 1.16-3.503 3.497-7 7.003-10.504 10.499-.299.348-.853.314-1.139-.031C7.944 19.496 4.44 15.994.942 12.488c-.341-.316-.259-.862.079-1.145C4.434 7.916 7.866 4.507 11.279 1.078c.187-.173.379-.379.644-.424M6.874 8.209c.31-.056.618-.116.926-.175.026 3.188.044 6.377.066 9.565.428.002.857.002 1.285.007.029-1.486.004-2.972.013-4.459.718-.007 1.434-.02 2.152-.031.013-.308.025-.617.032-.925-.719 0-1.438.006-2.156-.008.007-1.382-.002-2.766.005-4.148.311.06.62.119.93.176A111.67 111.67 0 0 0 8.5 5.918c-.547.76-1.099 1.517-1.626 2.292m9.452.003c-.773.19-1.667-.106-2.358.36-.394.492-.509 1.15-.827 1.692a8.552 8.552 0 0 0-.877-.2c.497.487 1.265.482 1.885.739-.275.481-.13 1.038-.108 1.558.082 1.283.167 2.564.29 3.844.28.068.57.258.859.18.341-.21-.113-.491-.269-.653.115-1.184.24-2.368.38-3.548.529.438 1.031.906 1.531 1.374-.157.718-.316 1.435-.472 2.153.401.119.803.235 1.213.314a4.512 4.512 0 0 0-.23-.672c.181-.81.397-1.61.594-2.416a13.432 13.432 0 0 1-1.17-1.274c.712.229 1.663.212 2.08.941.314.584 1.132.343 1.573.036-.382-.464-.997-.568-1.303.029-.294-.314-.512-.731-.947-.875-.359-1.176-.721-2.352-1.001-3.551.619-.371.392-1.442-.367-1.398-.702.008-.863.896-.478 1.368z"/><path fill="#f7931d" d="M13.526 10.364c.162-.556.536-1.006.989-1.354.011.532 0 1.076-.198 1.578l-.791-.224zM17.02 9.39c.211.737.364 1.488.539 2.233-.376-.116-.752-.229-1.129-.341.192-.632.376-1.267.59-1.892z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks-go-left-or-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#af5a00" opacity=".73" d="M11.782 0h.385c.349.228.647.521.932.821 3.515 3.527 7.045 7.038 10.556 10.567.332.282.358.838.028 1.133-3.719 3.722-7.441 7.442-11.165 11.162-.292.331-.854.311-1.127-.035C7.894 20.145 4.388 16.651.886 13.152c-.316-.305-.631-.612-.887-.97v-.389c.228-.408.588-.713.913-1.04l9.78-9.78c.347-.341.666-.721 1.088-.973m.036.295c-.175.098-.316.245-.458.383C7.729 4.331 4.073 7.956.445 11.61c-.252.198-.223.568.025.756 3.702 3.698 7.399 7.402 11.1 11.102.185.238.57.271.764.025l11.16-11.16c.244-.194.208-.577-.025-.763-3.676-3.686-7.362-7.362-11.04-11.045-.157-.157-.377-.341-.613-.23z"/><path d="M11.816.295c.236-.11.456.073.613.23 3.678 3.683 7.364 7.358 11.04 11.045.233.186.269.569.025.763l-11.16 11.16c-.194.246-.58.212-.764-.025-3.701-3.701-7.398-7.404-11.1-11.102-.248-.188-.277-.558-.025-.756C4.073 7.956 7.729 4.331 11.358.678c.143-.138.283-.284.458-.383M.57 11.987c3.798 3.798 7.583 7.612 11.407 11.382 3.81-3.784 7.606-7.583 11.394-11.388-3.755-3.84-7.58-7.615-11.382-11.411A714.642 714.642 0 0 0 .57 11.987z"/><path d="M15.236 6.882c.76.012 1.519.002 2.278.006.01 3.385.004 6.77-.001 10.157-.766.006-1.531.006-2.297-.001-.062-.726.142-1.501-.184-2.184-.742-1.855-1.823-3.607-3.336-4.931-.17.281-.35.556-.532.829l-.328-.092c-.202-1.034-.289-2.092-.431-3.137 1.043.202 2.106.358 3.122.656.211.492-.546.569-.827.809a14.478 14.478 0 0 1 2.507 3.151c.023-1.754-.043-3.511.028-5.263zM8.081 7.13c.872-.144 1.074 1.298.19 1.385-.895.18-1.102-1.32-.19-1.385z"/><path d="M4.962 8.995c.697-.263 1.375-.594 2.098-.779.353.132.647.378.962.58.112 1.175.132 2.356.23 3.533.502.335 1 .674 1.514.989.418-.535 1.124-1.1 1.836-.798.779.5 1.504 1.084 2.257 1.624-.547.556-1.091 1.115-1.657 1.65-1.234-.005-2.468.005-3.702-.005.251-.762.629-1.474 1.066-2.144-.894-.593-1.786-1.19-2.699-1.752.368.618.888 1.141 1.217 1.781a19.11 19.11 0 0 1-.208 1.896c-.108.331-.666.263-.689-.088.011-.56.118-1.114.154-1.673-.466-.632-.936-1.262-1.409-1.89-.092 1.176-.122 2.357-.222 3.533-.032.434-.769.353-.701-.086.055-1.416.148-2.832.214-4.249-.007-.306.158-.568.31-.818-.175-.442-.454-.839-.571-1.302m.608.269c.089.202.174.404.269.604.26-.328.505-.668.732-1.02-.337.128-.671.27-1.001.416m2.175 2.726c-.017-.577-.06-1.153-.096-1.73-.248.559-.756 1.418.096 1.73z"/><path fill="#ef7b00" d="M.57 11.987A714.642 714.642 0 0 1 11.989.57c3.802 3.796 7.627 7.571 11.382 11.411a2845.002 2845.002 0 0 1-11.394 11.388C8.153 19.599 4.368 15.785.57 11.987m14.666-5.105c-.071 1.752-.005 3.509-.028 5.263a14.478 14.478 0 0 0-2.507-3.151c.281-.24 1.038-.317.827-.809-1.016-.299-2.08-.455-3.122-.656.142 1.045.229 2.102.431 3.137l.328.092c.181-.274.361-.548.532-.829 1.513 1.324 2.594 3.076 3.336 4.931.325.683.121 1.458.184 2.184.766.007 1.531.007 2.297.001.005-3.386.011-6.772.001-10.157-.758-.004-1.518.006-2.278-.006m-7.156.248c-.912.065-.706 1.565.19 1.385.884-.086.683-1.529-.19-1.385M4.962 8.995c.118.463.396.86.571 1.302-.151.251-.317.512-.31.818-.066 1.417-.158 2.833-.214 4.249-.068.439.668.521.701.086.1-1.176.13-2.357.222-3.533.473.628.943 1.258 1.409 1.89-.036.559-.143 1.112-.154 1.673.023.35.581.419.689.088.103-.626.167-1.262.208-1.896-.329-.64-.848-1.163-1.217-1.781.913.562 1.805 1.159 2.699 1.752-.437.671-.815 1.382-1.066 2.144 1.234.01 2.468 0 3.702.005.566-.535 1.11-1.094 1.657-1.65-.754-.54-1.478-1.123-2.257-1.624-.712-.302-1.418.263-1.836.798-.515-.314-1.013-.654-1.514-.989-.098-1.177-.119-2.358-.23-3.533-.316-.202-.61-.448-.962-.58-.722.185-1.4.516-2.098.779z"/><path fill="#ef7b00" d="M5.57 9.266c.33-.146.664-.288 1.001-.416-.227.352-.472.692-.732 1.02-.095-.199-.18-.402-.269-.604zM7.745 11.992c-.852-.312-.344-1.171-.096-1.73.036.577.079 1.153.096 1.73z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roadworks-go-right-or-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#af5a00" opacity=".73" d="M11.777 0h.416c.613.476 1.132 1.06 1.684 1.602 3.164 3.156 6.313 6.328 9.486 9.475.425.334.817.986.319 1.441A5874.822 5874.822 0 0 1 12.517 23.68c-.356.402-.954.241-1.248-.146C7.536 19.735 3.691 16.041 0 12.202v-.418c.326-.51.793-.904 1.213-1.332 3.32-3.32 6.642-6.638 9.959-9.962.187-.18.388-.347.605-.491m.042.303c-.151.08-.277.199-.401.314C7.788 4.268 4.138 7.898.504 11.544c-.271.211-.322.598-.032.82 3.7 3.701 7.398 7.404 11.1 11.102a.52.52 0 0 0 .823-.03c3.696-3.706 7.404-7.399 11.098-11.106.281-.226.168-.619-.078-.821-3.662-3.66-7.324-7.322-10.984-10.984-.162-.144-.382-.35-.612-.224z"/><path d="M11.819.302c.23-.126.45.08.612.224 3.66 3.661 7.321 7.324 10.984 10.984.246.202.359.595.078.821-3.694 3.707-7.402 7.4-11.098 11.106a.52.52 0 0 1-.823.03c-3.702-3.698-7.4-7.402-11.1-11.102-.289-.222-.239-.608.032-.82C4.138 7.898 7.788 4.268 11.418.617c.124-.115.25-.234.401-.314M.562 11.981c3.803 3.8 7.592 7.614 11.416 11.394 3.808-3.791 7.606-7.592 11.4-11.396C19.611 8.144 15.787 4.361 11.984.561A1033.454 1033.454 0 0 0 .562 11.981z"/><path d="M6.422 6.89c.772-.002 1.544-.01 2.316.007-.002 1.732-.02 3.464.005 5.196.706-1.129 1.526-2.185 2.496-3.101-.31-.182-.668-.31-.912-.586.035-.298.359-.317.588-.372.872-.174 1.744-.356 2.622-.503-.128.967-.235 1.937-.378 2.9.008.211-.205.274-.346.374-.198-.29-.386-.588-.577-.883-1.552 1.391-2.677 3.205-3.407 5.146-.191.64-.071 1.318-.098 1.974-.768.007-1.537.006-2.305.002-.004-3.385-.006-6.77-.004-10.156zM15.65 7.139c.848-.205 1.142 1.188.298 1.362-.901.277-1.213-1.236-.298-1.362z"/><path d="M15.901 8.816c.319-.211.618-.478.99-.589.731.169 1.41.516 2.112.781-.181.432-.39.852-.596 1.273.181.304.334.634.323.996.052 1.363.161 2.725.196 4.088.073.421-.637.528-.685.107-.125-1.175-.127-2.362-.235-3.539-.457.635-.995 1.222-1.38 1.902-.036.566.167 1.124.113 1.691-.064.355-.66.34-.684-.03a12.204 12.204 0 0 1-.185-1.808c.278-.653.835-1.146 1.172-1.771a69.687 69.687 0 0 0-2.664 1.729c.44.67.802 1.39 1.073 2.144-1.243-.028-2.496.059-3.733-.038-.587-.492-1.085-1.082-1.64-1.608.744-.526 1.451-1.108 2.22-1.597.724-.368 1.446.244 1.891.77.503-.328 1.004-.658 1.506-.989.074-1.17.138-2.341.208-3.512m1.466.035c.232.349.476.689.727 1.026.094-.204.186-.408.278-.612a32.67 32.67 0 0 0-1.006-.414m-1.158 3.161c.726-.337.428-1.111.11-1.639a9.766 9.766 0 0 0-.11 1.639z"/><path fill="#ef7b00" d="M.562 11.981C4.338 8.146 8.147 4.336 11.984.561c3.803 3.8 7.627 7.583 11.394 11.418a4374.45 4374.45 0 0 1-11.4 11.396C8.155 19.595 4.365 15.781.562 11.981m5.86-5.091c-.002 3.385 0 6.77.004 10.156.768.004 1.537.005 2.305-.002.028-.656-.092-1.334.098-1.974.73-1.94 1.855-3.755 3.407-5.146.191.295.379.593.577.883.14-.101.354-.163.346-.374.143-.964.25-1.933.378-2.9-.878.146-1.75.329-2.622.503-.229.055-.553.074-.588.372.244.276.602.403.912.586-.97.916-1.79 1.972-2.496 3.101-.025-1.732-.007-3.464-.005-5.196-.772-.017-1.544-.01-2.316-.007m9.228.247c-.916.126-.604 1.639.298 1.362.845-.174.551-1.567-.298-1.362m.251 1.677c-.07 1.171-.133 2.342-.208 3.512-.502.331-1.003.661-1.506.989-.445-.527-1.168-1.139-1.891-.77-.769.49-1.476 1.072-2.22 1.597.556.526 1.054 1.116 1.64 1.608 1.237.097 2.49.011 3.733.038a10.093 10.093 0 0 0-1.073-2.144c.878-.59 1.759-1.18 2.664-1.729-.337.625-.894 1.118-1.172 1.771.013.605.082 1.212.185 1.808.024.37.62.385.684.03.054-.566-.149-1.124-.113-1.691.385-.68.923-1.267 1.38-1.902.108 1.177.11 2.364.235 3.539.048.421.758.314.685-.107-.035-1.363-.144-2.725-.196-4.088.011-.362-.142-.692-.323-.996.206-.421.415-.841.596-1.273-.702-.265-1.381-.612-2.112-.781-.372.112-.671.378-.99.589z"/><path fill="#ef7b00" d="M17.369 8.851c.338.131.672.272 1.006.414l-.278.612a22.668 22.668 0 0 1-.727-1.026zM16.21 12.012a9.982 9.982 0 0 1 .11-1.639c.318.528.616 1.302-.11 1.639z"/></symbol><symbol viewBox="0 0 27 24" id="warning--roundabout--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.253 0h.633c.526.16 1.021.471 1.283.968 3.854 6.679 7.7 13.364 11.554 20.043.148.26.279.527.396.804v.765A2.017 2.017 0 0 1 25.661 24H1.492C.752 23.841.194 23.243 0 22.523v-.625c.195-.557.514-1.056.808-1.565C4.527 13.88 8.245 7.426 11.965.974c.262-.502.759-.815 1.288-.975m-10.4 21.602c7.144.005 14.289.005 21.433-.001A8359.08 8359.08 0 0 0 13.569 3.013 6989.417 6989.417 0 0 0 2.853 21.601z"/><path fill="#fff" d="M2.853 21.601A6989.417 6989.417 0 0 1 13.569 3.013 8359.08 8359.08 0 0 1 24.286 21.6c-7.144.007-14.289.007-21.433.001m11.502-11.564c-.11.67-.206 1.342-.309 2.014 1.729.241 3.1 1.938 2.877 3.685-.163.673.27 1.276.441 1.902.443-.164.884-.338 1.333-.488 1.146-3.062-1.111-6.715-4.342-7.113m-5.829 7.394c.624-.263 1.256-.508 1.879-.767-.643-1.593.117-3.593 1.699-4.292.692-.194 1.009-.891 1.478-1.374-.367-.301-.736-.599-1.105-.898-3.22.552-5.23 4.338-3.951 7.33m1.212.188c-.062.477-.225.952-.209 1.435 2.094 2.487 6.358 2.324 8.292-.274-.529-.418-1.06-.833-1.592-1.247-1.071 1.355-3.188 1.704-4.593.664-.503-.5-1.256-.423-1.898-.578z"/><path d="M14.355 10.037c3.231.399 5.487 4.052 4.342 7.113-.449.151-.889.324-1.333.488-.171-.626-.603-1.23-.441-1.902.222-1.748-1.148-3.444-2.877-3.685.103-.671.199-1.344.309-2.014zM8.526 17.431c-1.279-2.993.731-6.778 3.951-7.33.369.298.738.597 1.105.898-.469.483-.786 1.18-1.478 1.374-1.582.698-2.342 2.698-1.699 4.292-.624.259-1.256.504-1.879.767zM9.738 17.618c.643.155 1.395.077 1.898.578 1.405 1.04 3.521.69 4.593-.664.532.415 1.063.83 1.592 1.247-1.934 2.598-6.198 2.761-8.292.274-.016-.483.146-.957.209-1.435z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.93 1.13c.552-.054 1.097.186 1.478.578 3.274 3.128 6.554 6.248 9.821 9.385.709.65.68 1.866-.022 2.512-3.167 3.154-6.312 6.331-9.486 9.479-.798.763-2.132.541-2.779-.307-3.204-3.078-6.424-6.14-9.63-9.214-.706-.649-.65-1.848.036-2.491 3.076-3.085 6.161-6.162 9.241-9.244.354-.372.812-.677 1.34-.698m-.371.348c-.361.121-.638.395-.902.656-3.034 3.049-6.089 6.076-9.115 9.131-.588.542-.631 1.559-.035 2.113 3.247 3.112 6.506 6.212 9.751 9.326.569.695 1.702.788 2.335.132 3.164-3.158 6.326-6.32 9.484-9.486.575-.578.527-1.604-.097-2.129-3.247-3.114-6.506-6.217-9.76-9.325-.419-.442-1.081-.631-1.661-.419z"/><path fill="#231f20" d="M11.675 1.843c.608-.152 1.264.059 1.693.508 3.053 2.91 6.101 5.824 9.146 8.74.719.618.722 1.818.037 2.461-2.936 2.944-5.88 5.881-8.82 8.821-.637.647-1.78.697-2.438.054-3.09-2.951-6.179-5.903-9.268-8.856-.708-.618-.697-1.806-.018-2.441 2.808-2.833 5.636-5.645 8.453-8.468.346-.347.715-.72 1.214-.818m.124.359c-.384.068-.683.338-.948.606-2.838 2.844-5.688 5.676-8.52 8.526-.572.497-.624 1.463-.038 1.969 3.071 2.933 6.139 5.867 9.209 8.801.536.565 1.512.517 2.022-.058l8.765-8.766c.536-.508.528-1.445-.042-1.924-3.02-2.902-6.055-5.79-9.082-8.686-.348-.364-.859-.593-1.366-.469z"/><path fill="#231f20" d="M8.176 9.026c1.214-1.213 2.393-2.465 3.64-3.644.13.472.173.959.226 1.444 2.016-.121 4.106.701 5.233 2.431-.424.341-.848.679-1.276 1.015-.781-1.163-2.144-1.811-3.527-1.85.236.532.52 1.043.734 1.584-1.69-.244-3.353-.66-5.03-.979zM7.58 10.026c.508.191 1.01.396 1.518.59-.61 1.262-.497 2.771.161 3.992.337-.474.64-.971.996-1.429.655 1.571 1.108 3.224 1.675 4.831-1.658-.45-3.331-.845-4.979-1.328.342-.35.752-.622 1.142-.914-1.128-1.679-1.434-3.9-.514-5.742zM14.435 14.135c1.031-1.358 2.24-2.578 3.35-3.872.44 1.661.947 3.307 1.325 4.984-.469-.133-.907-.349-1.355-.538-.894 1.808-2.654 3.2-4.712 3.314a78.804 78.804 0 0 1-.244-1.607c1.392-.108 2.639-.958 3.358-2.136-.574-.049-1.151-.073-1.722-.145z"/><path fill="#fff100" d="M11.558 1.478c.58-.212 1.242-.023 1.661.419 3.253 3.108 6.512 6.211 9.76 9.325.624.524.672 1.55.097 2.129a5301.254 5301.254 0 0 1-9.484 9.486c-.634.656-1.766.563-2.335-.132-3.245-3.114-6.504-6.215-9.751-9.326-.596-.554-.553-1.571.035-2.113 3.026-3.055 6.082-6.082 9.115-9.131.264-.262.541-.535.902-.656m.117.364c-.499.098-.869.472-1.214.818-2.816 2.824-5.645 5.635-8.453 8.468-.679.635-.69 1.823.018 2.441 3.089 2.953 6.178 5.905 9.268 8.856.659.643 1.801.593 2.438-.054 2.94-2.94 5.884-5.878 8.82-8.821.685-.643.682-1.843-.037-2.461-3.046-2.916-6.094-5.83-9.146-8.74-.43-.449-1.085-.66-1.693-.508z"/><path fill="#fff100" d="M11.798 2.203c.506-.124 1.018.106 1.366.469 3.026 2.896 6.061 5.784 9.082 8.686.57.479.578 1.416.042 1.924a72435.65 72435.65 0 0 1-8.765 8.766c-.51.575-1.486.623-2.022.058-3.07-2.934-6.138-5.868-9.209-8.801-.586-.506-.534-1.472.038-1.969 2.832-2.85 5.682-5.682 8.52-8.526.265-.268.564-.538.948-.606M8.176 9.026c1.678.319 3.341.736 5.03.979-.215-.541-.498-1.052-.734-1.584 1.382.04 2.746.688 3.527 1.85.427-.336.852-.674 1.276-1.015-1.127-1.73-3.217-2.552-5.233-2.431-.053-.485-.096-.972-.226-1.444-1.247 1.18-2.425 2.431-3.64 3.644m-.596 1.001c-.92 1.842-.614 4.063.514 5.742-.39.293-.8.564-1.142.914 1.648.484 3.32.878 4.979 1.328-.568-1.607-1.02-3.26-1.675-4.831-.356.458-.659.955-.996 1.429-.658-1.222-.77-2.73-.161-3.992-.508-.194-1.01-.4-1.518-.59m6.854 4.109c.571.072 1.148.096 1.722.145-.719 1.178-1.966 2.028-3.358 2.136.077.536.156 1.072.244 1.607 2.058-.114 3.818-1.506 4.712-3.314.448.188.886.404 1.355.538-.378-1.676-.884-3.323-1.325-4.984-1.11 1.295-2.32 2.514-3.35 3.872z"/></symbol><symbol viewBox="0 0 28 24" id="warning--roundabout--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M13.498 0h.575c.306.35.534.757.761 1.16 4.241 7.374 8.526 14.723 12.752 22.106v.498c-.177-.036-.258.043-.246.236H.226c.044-.197-.032-.273-.226-.229v-.502c4.028-7.03 8.103-14.034 12.149-21.057.444-.741.823-1.523 1.349-2.212M3.692 21.644c6.735.004 13.469.003 20.203 0a8697.883 8697.883 0 0 0-10.106-17.48 8354.457 8354.457 0 0 0-10.097 17.48z"/><path fill="#fff" d="M3.692 21.644a7932.01 7932.01 0 0 1 10.097-17.48c3.375 5.823 6.745 11.65 10.106 17.48-6.734.003-13.468.004-20.203 0m11.58-13.622c-.237.666-.454 1.338-.683 2.007.167.03.335.046.506.046.011 1.015-.058 2.034.048 3.047-1.069-.611-2.48-.599-3.549.003-.96.559-1.343 1.703-1.377 2.759l-.458.015c.23.674.452 1.352.687 2.023.244-.672.461-1.353.695-2.029-.181-.001-.36-.004-.541-.007.043-.894.321-1.877 1.119-2.385.868-.538 2.025-.583 2.956-.189 1.472.739 1.687 2.862.852 4.154-.681 1.08-.466 2.382-.487 3.589.095-.001.284-.006.379-.008.043-1.137-.199-2.368.441-3.39.572-.877.658-2.001.371-2.993-.215-.712-.741-1.331-.757-2.101-.01-.836.003-1.672-.001-2.506.164-.006.327-.008.49-.012-.232-.673-.447-1.353-.692-2.022m-2.184.417l-.001.723c.502.119.377-.418.392-.723h-.39m-.001 1.457l-.001.772c.094.004.281.012.375.018.007-.257.01-.513.015-.77a26.033 26.033 0 0 0-.389-.021m-.004 1.551c0 .257.008.513.014.771l.372-.007.001-.764h-.388m-.06 2.972c-.792.12-1.331 1.015-1.077 1.774.203.754 1.105 1.2 1.829.906.697-.236 1.092-1.081.832-1.77a1.4 1.4 0 0 0-1.583-.91m.063 4.279l.001.81c.572.192.559-1.047-.001-.81m.001 1.554c-.001.254-.003.508-.001.761l.377.017c.006-.257.008-.513.011-.77-.097-.001-.29-.006-.386-.008z"/><path d="M15.272 8.022c.246.669.461 1.349.692 2.022l-.49.012c.004.834-.008 1.67.001 2.506.017.77.542 1.389.757 2.101.287.992.201 2.116-.371 2.993-.64 1.022-.399 2.254-.441 3.39-.095.003-.284.007-.379.008.021-1.207-.194-2.509.487-3.589.834-1.292.619-3.415-.852-4.154-.931-.394-2.088-.349-2.956.189-.797.508-1.076 1.491-1.119 2.385.181.003.36.006.541.007-.234.676-.451 1.357-.695 2.029-.234-.672-.457-1.349-.687-2.023l.458-.015c.033-1.055.417-2.2 1.377-2.759 1.069-.601 2.48-.614 3.549-.003-.106-1.012-.037-2.032-.048-3.047a2.76 2.76 0 0 1-.506-.046c.229-.669.446-1.341.683-2.007zM13.087 8.44h.39c-.015.305.11.841-.392.723l.001-.723z"/><path d="M13.087 9.897c.097.004.291.015.389.021-.006.257-.008.513-.015.77a23.519 23.519 0 0 0-.375-.018l.001-.772zM13.083 11.447h.388l-.001.764-.372.007c-.006-.258-.014-.514-.014-.771zM13.022 14.419c.661-.141 1.374.269 1.583.91.261.688-.135 1.534-.832 1.77-.724.294-1.626-.152-1.829-.906-.254-.759.286-1.654 1.077-1.774zM13.086 18.698c.56-.237.574 1.001.001.81l-.001-.81zM13.087 20.252l.386.008c-.003.257-.006.513-.011.77l-.377-.017c-.001-.254 0-.508.001-.761z"/><path fill="#391e1f" opacity=".23" d="M0 23.771c.194-.044.27.032.226.229H0v-.229z"/><path fill="#2f191a" opacity=".19" d="M27.341 24c-.012-.193.069-.272.246-.236V24h-.246z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g4" xmlns="http://www.w3.org/2000/svg"><path d="M11.917.415c.336-.059.62.158.844.382 3.516 3.526 7.046 7.037 10.561 10.564.379.325.414.974.024 1.304-3.56 3.56-7.123 7.118-10.682 10.68-.325.39-.995.377-1.319-.008-3.54-3.54-7.081-7.08-10.624-10.619-.378-.308-.458-.932-.084-1.277C4.164 7.887 7.724 4.365 11.256.814c.19-.173.386-.391.661-.398m-.102.473C8.228 4.381 4.724 7.963 1.166 11.487c-.25.218-.541.583-.2.868 3.529 3.548 7.079 7.079 10.616 10.62.169.212.503.374.716.125 3.594-3.565 7.168-7.152 10.745-10.733.288-.212.163-.584-.079-.773-3.52-3.521-7.04-7.042-10.565-10.558a.511.511 0 0 0-.584-.148z"/><path d="M13.301 5.942c.445.511.871 1.037 1.314 1.549-.659.152-1.33.242-1.992.373l.221-.439a5.228 5.228 0 0 0-2.801.367 8.778 8.778 0 0 1-.455-1.02c1.139-.534 2.428-.613 3.658-.421l.055-.409zM11.447 10.738c.906-.457 2.08.373 1.963 1.375.008 1.079-1.392 1.706-2.225 1.057-.872-.576-.712-2.051.262-2.432zM6.794 12.044c.446.511.877 1.036 1.312 1.558a81.043 81.043 0 0 0-.496-.006c.35.892.938 1.69 1.721 2.248-.205.319-.424.629-.656.929-.992-.748-1.782-1.766-2.172-2.953l-.404.085c.242-.617.454-1.244.696-1.86zM16.66 12.428c.367.034.734.076 1.1.116-.078 1.255-.641 2.441-1.462 3.382l.334.282c-.667.09-1.326.236-1.993.325.218-.634.443-1.266.689-1.89l.246.407c.601-.75.99-1.662 1.086-2.622z"/><path fill="#ffef00" d="M11.815.889a.51.51 0 0 1 .584.148c3.524 3.516 7.045 7.037 10.565 10.558.242.188.367.56.079.773-3.577 3.581-7.151 7.168-10.745 10.733-.214.25-.547.088-.716-.125-3.538-3.541-7.087-7.072-10.616-10.62-.341-.284-.049-.649.2-.868C4.724 7.964 8.228 4.382 11.815.89m1.486 5.052a57.28 57.28 0 0 0-.055.409c-1.23-.192-2.519-.113-3.658.421.125.352.287.688.455 1.02a5.228 5.228 0 0 1 2.801-.367c-.073.148-.148.293-.221.439.662-.131 1.333-.221 1.992-.373-.443-.512-.869-1.038-1.314-1.549m-1.854 4.796c-.973.382-1.134 1.856-.262 2.432.833.649 2.233.022 2.225-1.057.116-1.002-1.057-1.832-1.963-1.375m-4.653 1.306c-.242.616-.454 1.243-.696 1.86l.404-.085c.39 1.187 1.18 2.206 2.172 2.953.233-.3.451-.61.656-.929-.782-.558-1.37-1.356-1.721-2.248l.496.006c-.434-.522-.865-1.046-1.312-1.558m9.867.385a5.011 5.011 0 0 1-1.086 2.622l-.246-.407c-.246.624-.47 1.256-.689 1.89.667-.089 1.326-.235 1.993-.325a83.36 83.36 0 0 0-.334-.282c.821-.941 1.384-2.126 1.462-3.382-.366-.041-.733-.083-1.1-.116z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.441.164c.631-.126 1.282.136 1.717.593 3.335 3.186 6.674 6.367 10 9.564.712.65.695 1.861.01 2.524-3.222 3.22-6.442 6.443-9.662 9.662-.698.707-1.949.709-2.633-.018-3.368-3.234-6.752-6.451-10.122-9.684-.691-.665-.624-1.865.064-2.508C3.948 7.148 7.096 4.015 10.234.872c.328-.342.73-.638 1.208-.708m.13.254c-.488.043-.884.362-1.211.703-3.11 3.13-6.245 6.236-9.353 9.37-.614.563-.643 1.627-.01 2.188 3.378 3.224 6.75 6.455 10.13 9.678.59.577 1.61.536 2.185-.042 3.227-3.212 6.438-6.443 9.661-9.659.608-.586.586-1.657-.066-2.203-3.306-3.175-6.629-6.334-9.943-9.502-.356-.374-.871-.611-1.394-.533z"/><path fill="#231f20" d="M11.315.881c.642-.181 1.343.049 1.795.528a4610.71 4610.71 0 0 1 9.326 8.915c.706.618.728 1.802.065 2.458-3.019 3.022-6.042 6.041-9.06 9.062-.647.646-1.79.69-2.458.053-3.17-3.03-6.346-6.058-9.512-9.092-.685-.632-.656-1.804.007-2.441 2.91-2.932 5.84-5.843 8.758-8.767.301-.312.646-.613 1.079-.715m.12.358c-.377.085-.67.355-.935.62-2.894 2.905-5.804 5.795-8.694 8.706-.56.496-.636 1.453-.066 1.973 3.154 3.008 6.301 6.024 9.452 9.035.544.563 1.524.517 2.042-.055 2.982-2.981 5.962-5.964 8.945-8.942.559-.511.576-1.483-.011-1.981-3.101-2.983-6.217-5.95-9.326-8.924-.36-.368-.9-.562-1.408-.431z"/><path fill="#231f20" d="M11.177 5.501a54.579 54.579 0 0 1 1.514 0c.01 3.5-.002 7.001.006 10.501 2.206-.254 3.882-2.545 3.607-4.722-.131-1.129-.746-2.146-1.531-2.946l-.425.294a51.54 51.54 0 0 1-.008-1.243c.406.004.811.013 1.218.026l-.284.336c.858.875 1.528 1.972 1.729 3.193.541 2.728-1.612 5.448-4.307 5.83-.001.302-.002.605-.005.907-.504.007-1.009.006-1.514 0-.008-3.437.001-6.875-.005-10.312-2.104.209-3.702 2.334-3.58 4.399.053 1.254.725 2.39 1.576 3.277l.431-.305c.008.418.012.836.01 1.254a33.927 33.927 0 0 1-1.235-.03c.1-.113.199-.226.3-.338-1.24-1.22-2.023-2.988-1.745-4.745.293-2.162 2.104-3.965 4.241-4.337.004-.347.006-.694.007-1.04z"/><path fill="#231f20" d="M13.723 8.675c.827.664 1.456 1.633 1.507 2.713.088 1.228-.534 2.414-1.452 3.198a776.065 776.065 0 0 1-.055-5.911zM8.722 11.402c.048-1.084.674-2.063 1.508-2.724-.01 1.969-.029 3.938-.055 5.908-.917-.78-1.535-1.961-1.453-3.184z"/><path fill="#fff100" d="M11.572.418c.523-.078 1.038.158 1.394.533 3.314 3.168 6.637 6.326 9.943 9.502.652.546.674 1.618.066 2.203-3.223 3.216-6.434 6.446-9.661 9.659-.575.578-1.595.619-2.185.042-3.38-3.223-6.752-6.454-10.13-9.678-.634-.56-.605-1.625.01-2.188 3.108-3.133 6.242-6.24 9.353-9.37.326-.341.722-.66 1.211-.703m-.258.463c-.433.102-.778.403-1.079.715-2.917 2.924-5.848 5.836-8.758 8.767-.664.637-.692 1.808-.007 2.441 3.167 3.035 6.342 6.062 9.512 9.092.667.637 1.811.593 2.458-.053 3.018-3.022 6.041-6.041 9.06-9.062.664-.655.641-1.84-.065-2.458a5588.15 5588.15 0 0 0-9.326-8.915C12.658.929 11.957.699 11.315.88z"/><path fill="#fff100" d="M11.435 1.24c.508-.131 1.048.062 1.408.431 3.109 2.975 6.226 5.941 9.326 8.924.587.498.57 1.47.011 1.981-2.983 2.978-5.963 5.962-8.945 8.942-.518.572-1.499.618-2.042.055-3.151-3.011-6.299-6.026-9.452-9.035-.57-.52-.494-1.477.066-1.973 2.89-2.911 5.8-5.801 8.694-8.706.265-.265.558-.535.935-.62m-.259 4.262c-.001.347-.004.694-.007 1.04-2.137.372-3.948 2.174-4.241 4.337-.278 1.757.505 3.524 1.745 4.745l-.3.338c.412.017.823.028 1.235.03.002-.418-.001-.836-.01-1.254l-.431.305c-.851-.887-1.523-2.023-1.576-3.277-.122-2.065 1.476-4.19 3.58-4.399.006 3.437-.004 6.875.005 10.312.505.006 1.01.007 1.514 0l.005-.907c2.695-.382 4.848-3.102 4.307-5.83-.202-1.222-.871-2.318-1.729-3.193l.284-.336a49.592 49.592 0 0 0-1.218-.026c-.002.414.001.828.008 1.243l.425-.294c.785.8 1.4 1.817 1.531 2.946.275 2.177-1.402 4.468-3.607 4.722-.008-3.5.004-7.001-.006-10.501a54.579 54.579 0 0 0-1.514 0m2.546 3.173c.011 1.97.029 3.942.055 5.911.918-.784 1.54-1.97 1.452-3.198-.052-1.08-.68-2.05-1.507-2.713m-5.001 2.727c-.082 1.223.536 2.404 1.453 3.184.026-1.969.046-3.938.055-5.908-.834.661-1.46 1.64-1.508 2.724z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.707 0h.563c.278.136.54.306.761.526 3.234 3.246 6.48 6.482 9.719 9.725.449.458.972.872 1.25 1.466v.538a2.553 2.553 0 0 1-.479.706c-3.286 3.275-6.56 6.56-9.842 9.839-.442.428-.834.932-1.403 1.201h-.527c-.566-.23-.947-.724-1.37-1.139C7.078 19.563 3.78 16.26.477 12.963a2.923 2.923 0 0 1-.476-.67v-.568c.251-.58.754-.98 1.186-1.42C4.449 7.045 7.71 3.784 10.968.521c.217-.212.472-.383.74-.522m-.025.308c-.21.084-.377.244-.538.397C7.63 4.232 4.101 7.746.585 11.272c-.406.353-.455 1.014-.048 1.387 3.596 3.604 7.196 7.206 10.802 10.802.372.408 1.036.353 1.382-.06 3.576-3.583 7.162-7.158 10.735-10.742.407-.371.358-1.033-.046-1.386C19.872 7.728 16.325 4.191 12.788.646c-.275-.295-.706-.514-1.106-.34z"/><path d="M11.683.307c.401-.174.832.044 1.106.34 3.538 3.545 7.085 7.082 10.622 10.627.403.353.452 1.015.046 1.386-3.574 3.584-7.159 7.159-10.735 10.742-.347.413-1.01.468-1.382.06A6471.177 6471.177 0 0 1 .538 12.66c-.407-.373-.358-1.034.048-1.387C4.102 7.746 7.631 4.233 11.146.705c.161-.154.328-.313.538-.397m.119.456C8.18 4.252 4.679 7.88 1.093 11.414c-.262.216-.552.619-.228.917 3.57 3.592 7.163 7.164 10.739 10.75.202.258.59.253.791-.002 3.56-3.562 7.123-7.123 10.684-10.685a.506.506 0 0 0 .002-.791c-3.511-3.529-7.043-7.04-10.556-10.568-.184-.186-.443-.419-.721-.27z"/><path d="M12.268 4.278c.444.485.637 1.126.956 1.688.109.272.361.559.206.86-.223.017-.439-.05-.654-.101.005.457.005.914.001 1.373 1.21-.196 2.502.194 3.325 1.118.424.552 1.165.313 1.758.361-.014-.211-.1-.665.256-.587.755.314 1.504.674 2.203 1.102-.51.623-1.453.822-2.158 1.23-.464.145-.272-.472-.175-.713-.553-.006-1.111.048-1.661-.026-.713-.17-1.056-.908-1.69-1.214-.912-.474-2.104-.331-2.863.365-.781.672-1.064 1.846-.672 2.798.24.745 1.091 1.105 1.223 1.904.218 1.109.067 2.251.104 3.374a88.305 88.305 0 0 0-1.03-.005c-.017-.938.03-1.878-.02-2.815-.01-.764-.852-1.085-1.09-1.757-.883-1.661-.167-3.85 1.453-4.762.002-.572-.004-1.146.011-1.718-.234-.002-.665.241-.649-.157.32-.802.725-1.574 1.164-2.32z"/><path d="M12.997 10.244c.775-.294 1.716.226 1.883 1.036.229.836-.455 1.757-1.32 1.783-.752.068-1.474-.554-1.531-1.304a1.45 1.45 0 0 1 .968-1.514zM4.379 12.632c.731-.396 1.471-.784 2.234-1.11.403-.148.287.392.241.607a5.39 5.39 0 0 1 3.755 2.446c.307 1 .192 2.075.209 3.108a88.865 88.865 0 0 0-1.032-.03c-.011-.869.073-1.759-.114-2.612-.62-1.016-1.723-1.685-2.885-1.896.05.223.107.445.169.665-.442.151-.82-.197-1.201-.361-.461-.268-1.018-.4-1.376-.816z"/><path fill="#fee011" d="M11.803.764c.278-.149.538.084.721.27 3.514 3.528 7.045 7.039 10.556 10.568a.506.506 0 0 1-.002.791c-3.56 3.562-7.123 7.123-10.684 10.685a.502.502 0 0 1-.791.002C8.027 19.494 4.434 15.922.864 12.33c-.324-.298-.034-.701.228-.917C4.678 7.879 8.179 4.251 11.802.763m.466 3.515a17.048 17.048 0 0 0-1.164 2.32c-.016.398.415.155.649.157-.014.572-.008 1.146-.011 1.718-1.62.912-2.336 3.101-1.453 4.762.238.672 1.08.992 1.09 1.757.05.937.004 1.877.02 2.815.343 0 .686.001 1.03.005-.037-1.123.114-2.266-.104-3.374-.132-.799-.983-1.159-1.223-1.904-.392-.953-.109-2.126.672-2.798.76-.696 1.951-.839 2.863-.365.634.306.977 1.044 1.69 1.214.55.074 1.108.02 1.661.026-.097.241-.289.858.175.713.704-.408 1.648-.607 2.158-1.23-.7-.427-1.448-.787-2.203-1.102-.355-.078-.27.376-.256.587-.593-.048-1.334.191-1.758-.361-.823-.924-2.116-1.314-3.325-1.118.004-.458.004-.916-.001-1.373.215.05.431.118.654.101.155-.301-.097-.588-.206-.86-.319-.563-.512-1.204-.956-1.688m.727 5.964a1.448 1.448 0 0 0-.968 1.514c.058.75.779 1.373 1.531 1.304.865-.026 1.549-.947 1.32-1.783-.167-.81-1.108-1.33-1.883-1.036m-8.618 2.389c.359.416.916.548 1.376.816.382.164.76.512 1.201.361a12.69 12.69 0 0 1-.169-.665c1.162.211 2.264.88 2.885 1.896.187.853.103 1.744.114 2.612.344.008.688.018 1.032.03-.017-1.033.098-2.108-.209-3.108a5.396 5.396 0 0 0-3.755-2.446c.046-.215.162-.755-.241-.607-.763.326-1.504.714-2.234 1.11z"/></symbol><symbol viewBox="0 0 24 24" id="warning--roundabout--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.718 0h.538c.259.116.508.265.712.466 3.3 3.304 6.602 6.602 9.902 9.905.413.42.895.802 1.13 1.36v.508c-.104.24-.233.473-.419.66-3.563 3.559-7.123 7.122-10.684 10.684-.185.178-.407.31-.637.419h-.494c-.242-.103-.479-.228-.667-.415C7.54 20.023 3.978 16.463.417 12.902a2.45 2.45 0 0 1-.416-.62v-.539c.208-.544.67-.914 1.067-1.315 3.3-3.301 6.602-6.6 9.9-9.905a2.71 2.71 0 0 1 .751-.521m-.036.305c-.185.07-.334.204-.474.337C7.67 4.189 4.124 7.726.585 11.271c-.407.352-.455 1.016-.049 1.39 3.599 3.602 7.199 7.205 10.802 10.802a.913.913 0 0 0 1.321-.005c3.602-3.596 7.202-7.198 10.8-10.799.404-.371.356-1.036-.048-1.386C19.872 7.728 16.326 4.191 12.787.646c-.272-.299-.706-.511-1.105-.34z"/><path d="M11.683.307c.4-.172.833.041 1.105.34 3.539 3.545 7.085 7.082 10.624 10.627.404.35.452 1.015.048 1.386-3.598 3.601-7.198 7.202-10.8 10.799a.914.914 0 0 1-1.321.005A11001 11001 0 0 1 .537 12.662c-.406-.373-.358-1.038.049-1.39C4.125 7.727 7.671 4.19 11.21.645c.14-.133.289-.268.474-.337m.119.452C8.166 4.277 4.635 7.917 1.033 11.476c-.254.197-.462.595-.169.857 3.572 3.589 7.163 7.163 10.739 10.748a.5.5 0 0 0 .792-.001c3.56-3.563 7.123-7.124 10.684-10.686a.505.505 0 0 0 .004-.792C19.548 8.055 16.001 4.52 12.462.976c-.163-.18-.412-.335-.658-.216z"/><path d="M11.905 2.894c.529.154.583.928.89 1.35.158.516.806 1.058.431 1.589-.198-.055-.395-.116-.592-.173-.058 1.03.205 2.142-.275 3.1-.28.617-.947.901-1.31 1.451a2.973 2.973 0 0 0-.271 2.888c.338.822 1.282 1.309 1.355 2.256.044 1.218.007 2.44.017 3.66-.421.002-.841.002-1.261 0-.006-1.102.001-2.203-.001-3.304.024-.63-.62-.96-.902-1.454-1.229-1.715-.84-4.307.817-5.605.961-.696.439-2.01.582-3.001-.269.085-.755.317-.796-.134.38-.895.805-1.793 1.316-2.622z"/><path d="M13.114 10.241c1.333-.355 2.555 1.252 1.85 2.442-.546 1.175-2.398 1.201-2.982.046-.575-.94.041-2.309 1.132-2.488zM2.912 12.966c.866-.52 1.784-.973 2.719-1.354.41.097.178.526.108.792 2.297.12 4.238 2.028 4.574 4.265.011.796-.001 1.591.001 2.388l-1.264-.002c-.01-.752.016-1.506-.007-2.258-.298-1.594-1.64-2.984-3.293-3.136.049.205.101.409.151.614-.422.329-.866-.154-1.271-.298-.558-.359-1.3-.474-1.72-1.012z"/><path fill="#fee011" d="M11.803.76c.246-.119.494.036.658.216C16 4.52 19.547 8.055 23.082 11.602c.254.2.253.594-.004.792L12.394 23.08a.5.5 0 0 1-.792.001C8.026 19.495 4.436 15.922.863 12.333c-.293-.262-.085-.66.169-.857C4.634 7.917 8.165 4.277 11.802.76m.103 2.134c-.511.829-.936 1.727-1.316 2.622.041.451.527.22.796.134-.143.991.379 2.305-.582 3.001-1.657 1.298-2.046 3.89-.817 5.605.282.494.926.824.902 1.454.002 1.1-.005 2.202.001 3.304.42.002.84.002 1.261 0-.01-1.22.028-2.442-.017-3.66-.073-.947-1.016-1.434-1.355-2.256a2.973 2.973 0 0 1 .271-2.888c.364-.55 1.031-.834 1.31-1.451.48-.958.217-2.07.275-3.1.197.056.394.118.592.173.376-.53-.272-1.073-.431-1.589-.307-.422-.361-1.196-.89-1.35m1.209 7.348c-1.091.179-1.706 1.548-1.132 2.488.584 1.156 2.436 1.129 2.982-.046.704-1.19-.517-2.797-1.85-2.442M2.912 12.966c.42.538 1.162.653 1.72 1.012.404.144.848.626 1.271.298-.05-.205-.102-.409-.151-.614 1.652.151 2.995 1.542 3.293 3.136.023.752-.002 1.506.007 2.258l1.264.002c-.002-.797.01-1.592-.001-2.388-.336-2.237-2.278-4.145-4.574-4.265.07-.266.302-.695-.108-.792-.935.38-1.853.834-2.719 1.354z"/></symbol><symbol viewBox="0 0 27 24" id="warning--ruts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#4c4c4c" opacity=".82" d="M12.994 0h1.119c.156.108.308.221.457.338a2.55 2.55 0 0 0-2.018 0c.144-.117.292-.229.442-.338z"/><path fill="#fff" d="M12.552.338a2.55 2.55 0 0 1 2.018 0c1.219 1.22 1.81 2.925 2.757 4.353a.612.612 0 0 0 .324.538c1.543 2.725 3.128 5.428 4.687 8.144.007.226.126.43.325.538 1.155 2.06 2.355 4.092 3.532 6.138l.159.294c.247.396.473.804.671 1.226-.028.552-.08 1.105-.279 1.624-.456.316-.921.719-1.515.675-7.734 0-15.47-.005-23.205.003-.437.009-.86-.117-1.252-.301a2.777 2.777 0 0 1-.348-.363c-.579-.914-.203-1.962.297-2.808 1.384-2.386 2.773-4.77 4.134-7.17a.615.615 0 0 0 .323-.538C7.385 8.869 9.594 5.05 11.796 1.227c.197-.338.452-.643.757-.888m.78.106c-.513.066-.923.435-1.158.88C8.343 7.981 4.491 14.627.66 21.283c-.632.914.111 2.324 1.226 2.29 7.782.004 15.565.004 23.345 0 .781.018 1.462-.701 1.46-1.468.016-.507-.297-.933-.53-1.355-3.76-6.502-7.508-13.009-11.266-19.509-.293-.559-.937-.898-1.562-.796z"/><path fill="#fff" d="M13.456 3.017c.294-.088.479.194.601.411 3.382 5.885 6.797 11.752 10.171 17.642.264.346-.1.781-.494.689-6.827-.007-13.656.012-20.483-.011-.563.018-.491-.652-.214-.951C6.405 14.983 9.758 9.159 13.12 3.341c.088-.126.171-.289.336-.324m-3.197 6.979c-.498 1.079-.651 2.343-1.493 3.239-.232.563-.103 1.212-.117 1.81.024.456-.053 1.226.625 1.142 2.949.03 5.921.174 8.86-.087.108-1.131.514-2.564-.412-3.449-.491-.82-.664-1.782-1.059-2.648a40.749 40.749 0 0 0-6.404-.007M9.242 16.48c.008.449-.028.903.053 1.346.119.65 1.147.839 1.483.268.252-.498.153-1.079.178-1.615-.572 0-1.143-.003-1.714 0m6.719.001c.007.466-.035.942.065 1.402.169.628 1.199.769 1.493.169.217-.492.136-1.049.153-1.572a487.92 487.92 0 0 0-1.711 0M5.033 18.313c-.551.978-1.109 1.953-1.664 2.929 6.725.001 13.451.003 20.175-.001-.546-.975-1.119-1.938-1.643-2.926-.949-.02-1.9-.005-2.849-.009-.042 1.078-1.005 1.995-2.104 1.828-.975-.035-1.407-1.02-1.66-1.818h-4.184c-.119.655-.396 1.361-1.049 1.647-1.189.618-2.637-.35-2.685-1.647l-2.336-.001z"/><path fill="#fff" d="M10.753 10.728c1.559-.179 3.135-.103 4.701-.077 1.138-.133 1.079 1.345 1.448 2.084a64.465 64.465 0 0 1-6.895-.005c.216-.678.447-1.353.746-2.001z"/><path fill="red" d="M13.333.445c.625-.102 1.269.237 1.562.796 3.759 6.5 7.506 13.007 11.266 19.509.233.422.546.847.53 1.355.001.767-.679 1.486-1.46 1.468-7.78.004-15.563.004-23.345 0-1.115.034-1.858-1.376-1.226-2.29C4.491 14.627 8.343 7.981 12.175 1.325c.235-.445.645-.814 1.158-.88m.123 2.572c-.165.035-.248.198-.336.324C9.759 9.159 6.405 14.983 3.037 20.797c-.277.298-.348.968.214.951 6.827.023 13.656.004 20.483.011.393.092.758-.343.494-.689-3.374-5.89-6.789-11.757-10.171-17.642-.122-.217-.306-.499-.601-.411z"/><path fill="#525252" opacity=".85" d="M17.326 4.69c.209.1.329.309.324.538a.612.612 0 0 1-.324-.538z"/><path d="M10.259 9.996a40.749 40.749 0 0 1 6.404.007c.395.866.568 1.828 1.059 2.648.926.885.521 2.319.412 3.449-2.938.26-5.911.117-8.86.087-.678.084-.601-.686-.625-1.142.014-.598-.115-1.247.117-1.81.842-.896.995-2.16 1.493-3.239m.494.732c-.298.648-.53 1.323-.746 2.001 2.292.132 4.602.121 6.895.005-.369-.739-.31-2.217-1.448-2.084-1.566-.026-3.142-.102-4.701.077zM9.242 16.48c.571-.003 1.142 0 1.714 0-.024.536.075 1.117-.178 1.615-.336.571-1.364.381-1.483-.268-.081-.443-.045-.898-.053-1.346zM15.961 16.48h1.711c-.018.522.064 1.079-.153 1.572-.294.599-1.323.458-1.493-.169-.1-.46-.058-.936-.065-1.402z"/><path d="M5.033 18.313l2.336.001c.047 1.298 1.496 2.266 2.685 1.647.654-.286.93-.993 1.049-1.647h4.184c.252.799.685 1.783 1.66 1.818 1.1.167 2.062-.75 2.104-1.828.949.004 1.9-.011 2.849.009.525.988 1.097 1.951 1.643 2.926-6.724.004-13.449.003-20.175.001.555-.976 1.113-1.951 1.664-2.929z"/><path fill="#545454" opacity=".86" d="M4.857 13.228a.569.569 0 0 1 .323-.538.615.615 0 0 1-.323.538z"/><path fill="#4c4c4c" opacity=".82" d="M22.338 13.372c.21.099.332.308.325.538a.625.625 0 0 1-.325-.538z"/><path fill="#8c8c8c" d="M26.195 20.049z"/><path fill="#4f4f4f" opacity=".81" d="M0 21.574c.167-.434.437-.814.723-1.176-.5.846-.876 1.894-.297 2.808-.144-.171-.285-.343-.426-.515v-1.117z"/><path fill="#4f4f4f" opacity=".84" d="M27.025 21.569l.094-.229v1.28a7.516 7.516 0 0 1-.373.574c.199-.519.251-1.073.279-1.624z"/><path fill="#636363" opacity=".98" d="M25.231 23.868c.594.043 1.059-.359 1.515-.675-.252.376-.631.636-1.044.807H1.413a5.137 5.137 0 0 1-.639-.43c.392.184.815.311 1.252.301 7.736-.008 15.471-.003 23.205-.003z"/></symbol><symbol viewBox="0 0 27 24" id="warning--sand--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.174 0h.74c.511.174.984.485 1.241.974 3.852 6.681 7.699 13.365 11.554 20.045.164.289.3.594.409.907v.564c-.175.724-.724 1.321-1.452 1.51H1.48c-.724-.168-1.279-.74-1.481-1.447v-.689c.115-.292.245-.578.4-.85C4.255 14.336 8.102 7.651 11.957.972c.254-.479.72-.785 1.216-.972M2.842 21.601c7.142.005 14.282.004 21.424 0a7321.187 7321.187 0 0 0-10.709-18.59 7589.206 7589.206 0 0 0-10.715 18.59z"/><path fill="#fff" d="M2.842 21.601a7453.92 7453.92 0 0 1 10.715-18.59c3.578 6.193 7.15 12.388 10.709 18.59-7.142.004-14.282.005-21.424 0m3.597-3.918c.43.762 1.478.864 1.923 1.615.298.607-.418 1.289-1.022 1.035-.37-.106-.465-.508-.553-.833a67.89 67.89 0 0 0-.782.001c.005.952.902 1.768 1.86 1.574 1.04-.08 1.722-1.379 1.115-2.256-.411-.747-1.375-.888-1.867-1.525-.213-.908 1.243-.997 1.395-.16l.723-.022c-.06-.91-1.035-1.535-1.892-1.253-.777.163-1.298 1.106-.899 1.824m4.43-1.801c-.477 1.707-.952 3.416-1.422 5.124l.822.001c.123-.468.251-.936.382-1.401l1.214-.001c.141.464.274.932.401 1.399l.823.003c-.471-1.708-.944-3.417-1.422-5.124l-.797-.001m2.724-.003v5.128h.82c.004-1.143 0-2.286.003-3.428.59 1.14 1.174 2.283 1.76 3.426l.621.003c.003-1.708.001-3.418.001-5.127l-.82.001c-.004 1.021.003 2.043-.003 3.064-.518-1.017-1.043-2.03-1.546-3.054a46.561 46.561 0 0 0-.837-.015m4.17.006c-.003 1.707-.003 3.416-.001 5.124.723-.045 1.478.113 2.176-.114.968-.502 1.059-1.752 1.016-2.717-.062-.796-.168-1.84-1.013-2.195-.708-.186-1.455-.065-2.178-.098z"/><path fill="#fff" d="M18.586 16.603c.506-.003 1.245-.095 1.421.53.226.846.21 1.768.015 2.618-.184.626-.925.546-1.435.536a646.305 646.305 0 0 1-.001-3.684zM11.23 17.523c.216.428.304.903.435 1.36h-.812c.121-.454.235-.911.377-1.36z"/><path d="M6.439 17.683c-.399-.717.122-1.661.899-1.824.857-.282 1.832.343 1.892 1.253l-.723.022c-.152-.837-1.608-.748-1.395.16.492.637 1.456.778 1.867 1.525.607.877-.075 2.176-1.115 2.256-.959.194-1.855-.622-1.86-1.574.26-.003.521-.003.782-.001.088.324.183.727.553.833.605.255 1.321-.427 1.022-1.035-.445-.751-1.493-.853-1.923-1.615zM10.87 15.882l.797.001c.479 1.707.952 3.416 1.422 5.124-.274 0-.549-.001-.823-.003a47.59 47.59 0 0 0-.401-1.399l-1.214.001a74.21 74.21 0 0 0-.382 1.401l-.822-.001c.471-1.708.945-3.417 1.422-5.124m.361 1.641c-.142.449-.256.906-.377 1.36h.812c-.132-.457-.22-.932-.435-1.36zM13.595 15.879c.279.003.557.007.837.015.503 1.024 1.028 2.037 1.546 3.054.005-1.021-.001-2.043.003-3.064l.82-.001c0 1.708.001 3.418-.001 5.127l-.621-.003c-.586-1.143-1.17-2.286-1.76-3.426-.003 1.142.001 2.285-.003 3.428h-.82v-5.128zM17.764 15.883c.723.033 1.47-.088 2.178.098.845.355.951 1.399 1.013 2.195.043.965-.047 2.216-1.016 2.717-.698.226-1.454.069-2.176.114-.001-1.708-.001-3.417.001-5.124m.822.72c-.001 1.227-.004 2.456.001 3.684.51.011 1.25.091 1.435-.536.195-.85.212-1.772-.015-2.618-.176-.625-.915-.533-1.421-.53z"/></symbol><symbol viewBox="0 0 27 24" id="warning--sand-drift--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.465 0h.466c.263.156.492.369.64.639 4.279 7.437 8.587 14.858 12.857 22.299v.502c-.154.166-.306.332-.476.483-7.061-.13-14.128-.019-21.193-.056-1.758.026-3.519-.062-5.276.052a6.646 6.646 0 0 1-.484-.495v-.414C4.201 15.586 8.529 8.233 12.762.826c.17-.325.417-.598.702-.826M3.547 21.592c6.784.007 13.57.005 20.356.001-3.39-5.878-6.78-11.756-10.18-17.628-3.397 5.872-6.79 11.748-10.176 17.627z"/><path fill="#fff" d="M3.547 21.592c3.386-5.879 6.779-11.755 10.176-17.627 3.4 5.872 6.79 11.75 10.18 17.628-6.786.004-13.572.005-20.356-.001m3.502-5.199c.001.479.001.957-.001 1.436.69.036 1.502-.162 2.063.355.775.688 1.419 1.557 2.382 2.004 1.733.815 3.979.631 5.442-.654.523-.435.939-.981 1.472-1.404.56-.457 1.33-.261 1.994-.3-.003-.479-.003-.957-.001-1.436-1.23-.096-2.647.021-3.444 1.099-.544.816-1.481 1.647-2.523 1.151-.684.302-1.395-.114-2.087.134-1.2.047-1.627-1.317-2.5-1.876-.804-.613-1.849-.512-2.795-.507m3.727.995c.11.136.218.272.331.407a66.92 66.92 0 0 1 4.25.004c.468-.154 1.082.173 1.311-.41-.719-.385-1.452.126-2.181-.17-1.238.235-2.488-.166-3.711.169z"/><path d="M7.049 16.393c.946-.004 1.991-.106 2.795.507.874.56 1.3 1.923 2.5 1.876.693-.248 1.403.167 2.087-.134 1.042.496 1.979-.335 2.523-1.151.797-1.078 2.213-1.195 3.444-1.099-.001.479-.001.957.001 1.436-.664.04-1.435-.156-1.994.3-.532.424-.949.97-1.472 1.404-1.463 1.285-3.708 1.469-5.442.654-.963-.447-1.607-1.315-2.382-2.004-.561-.517-1.373-.32-2.063-.355.003-.479.003-.957.001-1.436z"/><path d="M10.778 17.39c1.223-.335 2.473.066 3.711-.169.728.296 1.462-.215 2.181.17-.229.583-.843.256-1.311.41a66.92 66.92 0 0 0-4.25-.004c-.112-.136-.221-.272-.331-.407z"/><path fill="#120102" opacity=".08" d="M0 23.424c.155.17.311.341.484.495L.65 24H0v-.576z"/><path fill="#190102" opacity=".11" d="M26.953 23.923c.17-.151.322-.317.476-.483V24h-.625l.149-.077z"/><path fill="#c20813" opacity=".86" d="M.484 23.919c1.757-.114 3.518-.026 5.276-.052 7.064.037 14.131-.074 21.193.056l-.149.077H.651l-.166-.081z"/></symbol><symbol viewBox="0 0 17 24" id="warning--school-zone--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#050505" d="M8.08.274c.282-.329.87-.339 1.158-.013 2.418 2.364 4.797 4.768 7.174 7.173.34.348.686.691 1.01 1.054v8.752c-.084-.01-.092.148 0 .1v5.738c-.112.408-.471.763-.883.851-5.167.054-10.335.035-15.502.001-.493.035-.82-.429-1.039-.808V8.282C2.7 5.621 5.351 2.91 8.078.274m.366.213C5.802 3.098 3.186 5.739.554 8.361c-.128.142-.33.267-.307.485v7.999a.388.388 0 0 0 .406.406h16c.219.02.428-.186.407-.405V8.847c.014-.132-.058-.247-.152-.33L8.986.593a.437.437 0 0 0-.541-.105M.577 17.345c-.078 0-.156.002-.233.011a.876.876 0 0 0-.103-.009l.015.093c5.568.024 11.137.002 16.705.012a.339.339 0 0 0 .272-.08l-.112-.022c-.13-.006-.261-.004-.391-.004a6212.37 6212.37 0 0 0-16.153-.001m-.323.293c-.013 1.697-.001 3.395-.007 5.093-.016.51.438.967.944.98h14.847c.174-.008.385.04.517-.107.252-.045.462-.272.537-.514l.02.078c.049-.167.07-.34.068-.514-.003-1.642.003-3.285-.003-4.927.012-.126-.137-.095-.215-.1-5.569.01-11.139-.012-16.708.011z"/><path fill="#050505" d="M9.523 3.489c.403-.149.915-.038 1.138.355.287.43.112 1.087-.357 1.31-.44.244-1.045.023-1.245-.434-.228-.446.008-1.038.464-1.23zM5.837 5.192c.5-.227 1.132.108 1.213.653.086.48-.3.967-.78 1.012-.48.055-.965-.368-.944-.857a.845.845 0 0 1 .511-.808z"/><path fill="#050505" d="M9.88 5.371c.273.043.512-.083.758-.176.098.382.638.275.785.612.348.669.703 1.334 1.052 2.002.007.25-.096.496-.075.751.102-.008.203-.023.304-.041.105.153.108.345.168.517.064.288.193.564.193.863-.346.076-.677.212-1.024.283l.063.021c-.162.017-.441.029-.427.255.006.735-.095 1.465-.087 2.198.412.904.876 1.787 1.287 2.693-.25.106-.479.255-.735.345a279.75 279.75 0 0 1-1.386-2.592c-.133-.491-.269-.984-.367-1.483-.191.282-.293.612-.447.914-.103.178-.068.389-.111.582-.063.826-.186 1.647-.211 2.476-.272-.012-.6.074-.837-.074.016-.427.059-.852.044-1.28l.037.074c.014-.76.09-1.517.118-2.277.229-.784.507-1.558.731-2.343-.088-.481-.246-.948-.323-1.431l-.088-.068c-.073.132-.147.262-.224.391-.316.058-.622.162-.931.249-.048.129-.127.244-.181.371l.27.011c.048.385.171.757.212 1.143-.357.111-.727.167-1.09.256.04.496.307.949.403 1.438a2.837 2.837 0 0 1-.488.132c.061.303.203.583.255.888l.019-.062c.15.691.463 1.345.597 2.039-.14.043-.28.094-.428.103-.419-.964-.836-1.93-1.247-2.897-.155-.012-.343-.089-.482-.003-.388.988-.744 1.989-1.133 2.977-.145-.05-.306-.074-.428-.174.27-.964.513-1.936.777-2.902.034-.14-.147-.15-.237-.182.232-.789.514-1.565.75-2.352-.02-.193-.1-.377-.184-.55-.1.22-.042.545-.292.67-.312.198-.62.404-.924.614-.142.135-.362-.095-.371-.234.301-.281.586-.579.89-.857.129-.114.135-.298.192-.45.143-.431.258-.872.417-1.297.155-.213.358-.39.546-.575.288.176.601-.175.87.038.214.152.531.216.625.49.128.292.264.582.394.874.309-.055.607-.199.884-.339.205-.624.376-1.263.569-1.892.103-.3.525-.399.547-.737m1.443 2.002c.01.467.134.923.194 1.385l.19-.01c.069-.193.135-.393.159-.597-.175-.261-.313-.564-.543-.778M7.22 8.665c-.025.223-.106.434-.128.657l.153.006c.11-.195.182-.433.071-.645l-.095-.018z"/><path fill="#fecf45" d="M8.444.487a.437.437 0 0 1 .541.105l7.922 7.924c.094.084.166.198.152.33v7.999c.022.22-.188.426-.407.405h-16a.388.388 0 0 1-.406-.406V8.845c-.023-.218.179-.343.307-.485C3.185 5.737 5.801 3.097 8.443.486m1.08 3.003c-.456.192-.692.785-.464 1.23.2.457.805.678 1.245.434.469-.223.643-.88.357-1.31-.223-.393-.735-.503-1.138-.355M5.837 5.192A.845.845 0 0 0 5.326 6c-.021.488.464.912.944.857.481-.045.866-.532.78-1.012-.082-.544-.713-.88-1.213-.653m4.043.179c-.022.338-.444.437-.547.737C9.14 6.737 8.97 7.376 8.764 8c-.277.14-.575.284-.884.339-.13-.292-.265-.582-.394-.874-.095-.273-.411-.338-.625-.49-.269-.212-.582.138-.87-.038-.188.185-.391.362-.546.575-.159.425-.274.866-.417 1.297-.057.152-.063.336-.192.45-.304.278-.59.575-.89.857.008.139.229.369.371.234.304-.21.612-.416.924-.614.249-.124.191-.45.292-.67.084.173.165.357.184.55-.236.787-.517 1.563-.75 2.352.09.032.271.042.237.182-.263.966-.506 1.938-.777 2.902.122.1.283.124.428.174.389-.988.745-1.989 1.133-2.977.138-.086.326-.008.482.003.411.968.828 1.933 1.247 2.897.148-.009.287-.06.428-.103-.134-.694-.447-1.348-.597-2.039l-.019.062c-.052-.305-.193-.586-.255-.888.166-.03.33-.073.488-.132-.096-.488-.362-.942-.403-1.438.362-.088.733-.145 1.09-.256-.041-.386-.163-.758-.212-1.143l-.27-.011c.054-.127.132-.242.181-.371.309-.087.615-.191.931-.249.077-.129.152-.259.224-.391l.088.068c.077.483.235.95.323 1.431-.223.785-.502 1.559-.731 2.343-.028.76-.105 1.516-.118 2.277l-.037-.074c.015.427-.028.853-.044 1.28.237.148.565.062.837.074.025-.829.148-1.65.211-2.476.043-.193.008-.405.111-.582.154-.302.256-.632.447-.914.098.5.235.992.367 1.483.456.867.921 1.73 1.386 2.592.256-.09.485-.24.735-.345-.411-.906-.875-1.789-1.287-2.693-.009-.733.092-1.463.087-2.198-.014-.227.265-.239.427-.255l-.063-.021c.347-.072.678-.207 1.024-.283 0-.299-.13-.575-.193-.863-.059-.172-.063-.363-.168-.517a3.466 3.466 0 0 1-.304.041c-.022-.255.082-.501.075-.751-.349-.668-.704-1.333-1.052-2.002-.148-.337-.687-.231-.785-.612-.245.092-.484.219-.758.176z"/><path fill="#fecf45" d="M11.322 7.375c.23.214.368.517.543.778-.024.203-.09.403-.159.597l-.19.01c-.06-.462-.184-.918-.194-1.385zM.392 17.702c.187-.04.38-.018.57-.021h15.5c.216-.003.432-.007.648.014.028 1.293.004 2.587.012 3.881-.009.504.024 1.01-.03 1.513-.075.242-.285.469-.537.514-5.133.006-10.267.002-15.4.002-.389.034-.758-.299-.794-.681-.043-.293-.028-.591-.029-.887-.001-1.359.002-2.718-.002-4.078.005-.088.003-.187.063-.258m2.448 1.137c-.373 1.118-.767 2.229-1.12 3.353.145.003.291.002.436.002.104-.312.202-.625.305-.937.427-.003.853.001 1.279-.002.108.31.206.625.307.938.157.002.313.002.47.001-.375-1.118-.752-2.237-1.13-3.354h-.547m1.962-.001v3.353h.443c.002-.548 0-1.095.001-1.643.515-.002 1.031-.001 1.546 0v1.643h.443v-3.353a16.355 16.355 0 0 0-.443 0c-.002.438-.001.876 0 1.313-.516.002-1.032.002-1.548 0 .001-.438.002-.876 0-1.313a32.708 32.708 0 0 0-.443 0m3.116 0v3.354h2.095v-.395c-.55-.002-1.101.001-1.651-.002v-1.247c.513-.002 1.025 0 1.538-.002v-.394c-.513-.002-1.026.002-1.539-.002.002-.306.001-.612 0-.917.55-.004 1.101 0 1.652-.002v-.394H7.918m3.385.001a1199.43 1199.43 0 0 0-1.131 3.354h.447c.104-.312.202-.625.305-.937.427-.003.853.001 1.279-.002.109.311.206.625.307.938.157.002.313.002.47.001-.375-1.118-.752-2.237-1.13-3.354h-.547m2 0v3.354c.663-.023 1.4.108 1.983-.288.631-.439.787-1.323.566-2.023a1.436 1.436 0 0 0-.975-.95c-.511-.146-1.05-.077-1.574-.093z"/><path fill="#fecf45" d="M13.746 21.806c.007-.863-.008-1.727.008-2.59.537-.013 1.199-.001 1.527.502.289.505.292 1.215-.069 1.686-.355.43-.96.415-1.466.402zM3.101 19.297c.181.523.348 1.051.519 1.577l-1.033.001c.17-.526.342-1.052.514-1.578zM11.563 19.297c.181.523.348 1.051.519 1.577l-1.033.001c.17-.526.342-1.052.514-1.578z"/><path fill="#f4c742" d="M7.22 8.665l.095.018c.111.212.039.45-.071.645l-.153-.006c.022-.223.104-.434.128-.657z"/><path fill="#a5872d" d="M.577 17.345a6212.37 6212.37 0 0 1 16.153.001c-5.384.001-10.769.002-16.153-.001zM.254 17.638c5.569-.023 11.139-.001 16.708-.011.078.005.227-.026.215.1.006 1.642 0 3.284.003 4.927.002.173-.019.347-.068.514l-.02-.078c.054-.503.02-1.009.03-1.513-.008-1.293.016-2.588-.012-3.881-.216-.021-.432-.017-.648-.014H.962c-.19.003-.383-.019-.57.021-.06.072-.058.17-.063.258.004 1.359.001 2.718.002 4.078.002.295-.014.593.029.887.037.382.405.715.794.681 5.133 0 10.267.004 15.4-.002-.131.148-.342.1-.517.107H1.19c-.506-.012-.96-.469-.944-.98.006-1.698-.007-3.395.007-5.093z"/><path fill="#b3b3b3" d="M.241 17.347c.034 0 .068.003.103.009.077.021.152.048.232.053l15.924-.001c.207-.005.427.035.622-.058l.112.022a.334.334 0 0 1-.272.08c-5.568-.01-11.137.013-16.705-.012a2.996 2.996 0 0 1-.015-.093z"/><path fill="#fff" d="M.344 17.356c.078-.009.155-.012.233-.011 5.384.003 10.769.002 16.153.001.13 0 .261-.002.391.004-.195.093-.414.053-.622.058l-15.924.001c-.08-.004-.155-.032-.232-.053z"/><path d="M2.841 18.838h.547a942.7 942.7 0 0 1 1.13 3.354c-.157.002-.313.002-.47-.001-.101-.313-.198-.628-.307-.938-.427.003-.853-.001-1.279.002-.103.312-.201.626-.305.937-.145.001-.291.001-.436-.002.353-1.123.747-2.235 1.12-3.353m.26.46a415.17 415.17 0 0 0-.514 1.578l1.033-.001c-.171-.526-.338-1.054-.519-1.577zM4.803 18.838c.148-.002.295-.002.443 0 .002.438.001.875 0 1.313.516.002 1.032.002 1.548 0-.001-.438-.002-.876 0-1.313h.443v3.353h-.443c-.002-.548 0-1.095 0-1.643H5.248c-.001.548.001 1.095-.001 1.643h-.443v-3.353zM7.918 18.838h2.095v.394c-.551.002-1.102-.002-1.652.002v.917c.513.004 1.026 0 1.539.002v.394c-.513.002-1.025-.001-1.538.002v1.247c.55.002 1.101 0 1.651.002v.395H7.918v-3.354zM11.303 18.838h.547a942.7 942.7 0 0 1 1.13 3.354c-.157.002-.313.002-.47-.001-.101-.313-.198-.628-.307-.938-.426.003-.852 0-1.279.002-.103.312-.201.626-.305.937h-.447c.375-1.118.752-2.237 1.131-3.354m.26.459a415.17 415.17 0 0 0-.514 1.578l1.033-.001c-.171-.526-.338-1.054-.519-1.577zM13.303 18.838c.524.016 1.063-.053 1.574.093.46.125.833.497.975.95.222.7.065 1.584-.566 2.023-.583.397-1.32.265-1.983.288v-3.354m.443 2.968c.507.014 1.111.029 1.466-.402.361-.471.358-1.181.069-1.686-.328-.503-.991-.515-1.527-.502-.016.863-.001 1.727-.008 2.59z"/></symbol><symbol viewBox="0 0 29 24" id="warning--severe-weather--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f7e33d" d="M13.359.891c.525-.648 1.692-.581 2.065.192 3.873 6.661 7.582 13.41 11.389 20.107.656.759.15 2.254-.927 2.19-3.07-.009-6.14.005-9.21-.008-3.168-.041-6.338.033-9.508.012-1.569.053-3.151-.151-4.708.128a7.179 7.179 0 0 0-.558-.17c-.478-.401-.919-1.078-.508-1.683A1942.124 1942.124 0 0 1 11.831 3.421c.514-.84.901-1.766 1.529-2.529M3.628 21.584c6.982-.006 13.965-.069 20.949-.062-3.544-6.084-6.932-12.256-10.431-18.365-3.46 6.17-7.055 12.26-10.518 18.427z"/><path fill="#1f251f" d="M3.628 21.584c3.463-6.167 7.058-12.257 10.518-18.427 3.499 6.109 6.887 12.281 10.431 18.365-6.983-.006-13.967.056-20.949.062m8.921-10.648c-.581.047-1.039.377-1.253.924-.874-.265-1.823.698-1.625 1.516.831.385 1.73-.203 2.579.087.528.161 1.082.257 1.63.134a6.368 6.368 0 0 1 3.714.472c.309-.312.464-.717.516-1.147-.385-.427-.859-.821-.977-1.417l-.446-.185c.048-.934-.851-1.149-1.577-.823-.302-.312-.619-.609-.935-.907-.832-.003-1.237.729-1.625 1.345m.228 5.418c.438.002.876.002 1.315.006-.767.53-1.551 1.036-2.317 1.568a87.6 87.6 0 0 0 1.622-.023c-.651.776-1.368 1.495-1.976 2.305 1.314-.899 2.554-1.903 3.804-2.888l-1.005.002c.623-.486 1.27-.944 1.901-1.421a66.919 66.919 0 0 0-1.552-.014c.471-.636.966-1.253 1.403-1.912-1.092.756-2.143 1.568-3.195 2.378z"/><path fill="#eed939" d="M12.549 10.936c.388-.616.793-1.348 1.625-1.345.316.298.633.595.935.907.726-.326 1.625-.111 1.577.823l.446.185c.118.595.592.99.977 1.417-.051.43-.207.835-.516 1.147a6.368 6.368 0 0 0-3.714-.472c-.549.123-1.102.026-1.63-.134-.849-.29-1.749.298-2.579-.087-.198-.818.751-1.781 1.625-1.516.214-.547.672-.877 1.253-.924z"/><path fill="#f2da37" d="M12.778 16.353c1.052-.81 2.102-1.622 3.195-2.378-.436.659-.932 1.276-1.403 1.912.517 0 1.035.002 1.552.014-.631.477-1.278.935-1.901 1.421l1.005-.002c-1.25.985-2.49 1.989-3.804 2.888.608-.81 1.325-1.529 1.976-2.305-.541.012-1.082.022-1.622.023.767-.531 1.551-1.038 2.317-1.568-.439-.005-.877-.005-1.315-.006z"/><path fill="#f8ee6d" d="M2.459 23.512c1.557-.279 3.139-.075 4.708-.128 3.17.02 6.34-.053 9.508-.012v.161c-4.738-.012-9.478.026-14.216-.02z"/></symbol><symbol viewBox="0 0 24 24" id="warning--shared-lane-motorcycles-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.862 0h.297c.202.054.395.148.54.302 3.675 3.675 7.347 7.353 11.022 11.027.123.12.216.267.279.426v.52c-.099.299-.352.495-.563.711-3.591 3.592-7.185 7.183-10.775 10.777-.107.109-.243.18-.384.236h-.525c-.261-.08-.442-.29-.625-.477L.278 12.671A1.11 1.11 0 0 1 0 12.167v-.291a1.09 1.09 0 0 1 .293-.532C3.977 7.66 7.658 3.974 11.343.291A1.14 1.14 0 0 1 11.862 0m.006.273a.747.747 0 0 0-.372.222L.672 11.322c-.357.25-.594.786-.24 1.143 3.695 3.705 7.398 7.402 11.097 11.103a.672.672 0 0 0 .978-.009c3.692-3.693 7.384-7.385 11.074-11.079a.67.67 0 0 0-.017-.947C19.883 7.847 16.199 4.163 12.517.481a.686.686 0 0 0-.651-.209z"/><path fill="#ffd520" d="M11.772.72a.323.323 0 0 1 .497.011c3.676 3.674 7.35 7.351 11.024 11.026.139.114.177.341.039.47-3.69 3.695-7.384 7.386-11.075 11.08a.312.312 0 0 1-.473.009L.709 12.238c-.141-.121-.125-.348.013-.465 1.698-1.703 3.401-3.4 5.099-5.103.139-.144.3-.271.403-.447.165-.096.287-.246.422-.378 1.709-1.708 3.416-3.418 5.126-5.126M16.42 7.71c.012.231.216.39.274.609-.218.064-.447.033-.67.04-.325.492-.686.962-.999 1.462a.379.379 0 0 0-.048.285c.462-.346.657-.937 1.042-1.359.075.47.037.945.045 1.418-.426.005-.852-.006-1.278.007a9.986 9.986 0 0 1-.077.143c.442.102.903.022 1.354.048.002.68.002 1.359 0 2.04-.015.203.008.457-.206.567.294.009.587.004.881.006.001.426.002.852 0 1.278-2.01.006-4.02.002-6.03.002-.004-.316-.002-.631-.002-.947l1.079-.001c.001-.142 0-.284-.001-.426l-.177-.054c-.042-.564.086-1.133.029-1.701-.195-.132-.257-.363-.327-.574-.129-.485-.255-.97-.422-1.443-1.893-.224-3.819-.193-5.712.012a47.67 47.67 0 0 1-.476 1.731c-.07.179-.288.293-.28.501.101.48.078.978.101 1.467l-.163.059c-.003.143-.005.286-.003.429.333.004.666-.006.998.007.009.3.037.6.019.9-.4.046-.803.032-1.204.054l-.019.112c.361.085.735.054 1.102.066 4.483.009 8.967.007 13.45.001.419-.015.846.027 1.258-.069l-.038-.1c-.928-.061-1.86-.041-2.79-.057-.005-.593-.078-1.182-.057-1.776.287-.002.574 0 .861-.007-.049-.072-.132-.136-.123-.232-.011-.614-.003-1.228-.005-1.843.449-.027.911.057 1.35-.048l-.039-.141c-.437-.018-.874-.005-1.311-.009.005-.476-.015-.953.016-1.428.327.411.591.867.902 1.288.032.067.105.066.168.072-.024-.28-.228-.492-.37-.72-.243-.339-.471-.689-.725-1.02-.216.004-.432.008-.646-.028-.003-.229.257-.347.255-.576.039-.289-.24-.519-.506-.532-.222.072-.444.247-.48.489z"/><path fill="#ffd520" d="M5.541 9.359c.43-.087.87-.061 1.306-.081a18.299 18.299 0 0 1 3.714.09c.115.595.246 1.19.318 1.792-1.12-.027-2.232.11-3.354.077-.114-.163-.229-.367-.458-.36-.528-.055-1.225-.153-1.556.367-.102-.015-.229.012-.289-.094.099-.598.197-1.197.318-1.791zM16.403 10.498l.335-.002c.003.804.001 1.607.001 2.41H16.4c-.002-.803-.01-1.607.004-2.409zM17.074 10.497h.402c.024.61-.064 1.215-.056 1.824h-.293c0-.609-.078-1.214-.054-1.824zM6.156 13.306h3.753c.003.315.003.63 0 .945-1.25.006-2.501.002-3.75.002-.004-.316-.002-.631-.002-.947z"/><path fill="#050505" d="M11.868.273a.685.685 0 0 1 .651.209c3.683 3.683 7.366 7.366 11.047 11.052a.669.669 0 0 1 .017.946c-3.69 3.694-7.382 7.386-11.074 11.079-.247.282-.726.291-.978.009C7.832 19.866 4.129 16.17.434 12.465c-.354-.357-.118-.893.24-1.143C4.281 7.712 7.89 4.104 11.498.495a.743.743 0 0 1 .372-.222m-.098.447c-1.71 1.707-3.417 3.417-5.126 5.125-.135.132-.256.282-.422.378-.102.176-.264.303-.403.447-1.698 1.702-3.401 3.4-5.099 5.103-.138.117-.153.343-.013.465l11.075 11.078c.121.145.355.135.473-.009 3.691-3.694 7.385-7.386 11.075-11.08.139-.129.1-.356-.039-.47C19.618 8.082 15.945 4.404 12.269.731a.323.323 0 0 0-.497-.011z"/><path fill="#040404" d="M16.42 7.71c.036-.242.258-.417.48-.489.265.013.545.243.506.532.002.229-.258.348-.255.576.213.036.43.032.646.028.254.33.482.681.725 1.02.141.228.345.44.37.72-.063-.007-.136-.005-.168-.072-.311-.421-.575-.878-.901-1.289-.03.476-.012.953-.016 1.428.437.005.875-.009 1.311.009l.039.141c-.439.104-.902.021-1.35.048.002.615-.006 1.229.005 1.843-.009.096.075.16.123.232-.287.006-.575.005-.861.007-.021.594.052 1.183.057 1.776.93.016 1.862-.004 2.79.057l.038.1c-.412.096-.839.054-1.258.069-4.484.006-8.967.008-13.45-.001-.367-.012-.741.019-1.102-.066l.019-.112c.402-.023.804-.008 1.205-.054.018-.3-.011-.6-.019-.9-.333-.013-.666-.003-.998-.007-.001-.143 0-.286.003-.429l.164-.059c-.023-.489 0-.987-.101-1.467-.008-.208.21-.321.28-.501.17-.575.328-1.151.476-1.731 1.893-.205 3.819-.236 5.712-.012.167.474.294.959.422 1.443.069.21.131.442.327.574.057.568-.072 1.137-.029 1.701l.177.054c.001.141.002.284.001.426-.36.002-.72 0-1.079.001 0 .315-.003.631.002.947 2.01 0 4.02.003 6.03-.002.003-.426.002-.852 0-1.278-.294-.001-.587.003-.881-.006.213-.109.192-.363.206-.567a346.8 346.8 0 0 0 0-2.04c-.45-.026-.912.054-1.354-.048l.076-.143c.426-.013.852-.002 1.278-.007-.008-.473.03-.948-.045-1.418-.386.423-.58 1.014-1.042 1.359a.375.375 0 0 1 .048-.285c.313-.501.674-.969.999-1.462.223-.007.453.024.671-.04-.057-.219-.261-.378-.274-.609M5.541 9.359c-.12.595-.218 1.194-.318 1.791.06.106.188.078.289.094.33-.521 1.028-.423 1.556-.367.229-.006.343.198.458.36 1.122.033 2.234-.104 3.354-.077-.072-.603-.204-1.197-.318-1.792a18.299 18.299 0 0 0-3.714-.09c-.435.02-.876-.007-1.306.081m10.861 1.139c-.014.803-.006 1.607-.004 2.409h.339c0-.804.003-1.607-.001-2.411-.111 0-.223 0-.334.002m.671-.001c-.025.61.054 1.215.054 1.824h.293c-.008-.609.081-1.214.056-1.824h-.402M6.156 13.306c0 .315-.003.631.002.947 1.25 0 2.501.003 3.75-.002.003-.315.003-.63 0-.945H6.155z"/></symbol><symbol viewBox="0 0 24 24" id="warning--sharp-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffc2" d="M0 0h24v24H0V0m.51 3.626C.766 6.7-.111 9.955.954 12.901c-.069.053-.21.155-.279.204-.01 1.673-.079 3.35.082 5.017-.713 1.591-.082 3.515-.253 5.234 3.653.411 7.335.039 11.004.184 4.001-.122 8.032.233 12.01-.306-.036-1.946.289-3.958-.348-5.842.043-.194.132-.588.174-.786-.911 0-1.835.069-2.735-.099.993-.033 1.979-.168 2.969-.253-.013-1.23.095-2.492-.319-3.676l-.191.036c.102-.181.306-.539.411-.717l-.187-.161c.572-3.666.085-7.417.296-11.116C16.289.304 8.958.449 1.649.456-.133.331.686 2.563.511 3.625z"/><path fill="#ffffc2" d="M19.841 4.004c1.115.723-1.121.753 0 0zM19.476 5.448c.628-.329.888.973.207 1.013-.457-.059-.493-.743-.207-1.013z"/><path fill="#f9f03c" d="M.51 3.626C.684 2.564-.134.332 1.648.457 8.956.45 16.288.306 23.587.621c-.21 3.699.276 7.45-.296 11.116C16.834 6.789 7.195 8.295.955 12.901-.11 9.955.768 6.7.511 3.626m3.184-.624a98.17 98.17 0 0 1-.937 1.128l.681.858c-.289.661-.582 1.322-.852 1.992.322-.187.641-.378.96-.572.069.184.214.549.283.73.917-.115 1.821-.306 2.735-.437-.293-1.108-.493-2.242-.819-3.344a36.649 36.649 0 0 1-2.052-.355m3.851.345c.141.21.286.418.427.628.053.792.164 1.578.253 2.367 1.052.069 1.927.842 2.998.763a17.391 17.391 0 0 1 .302-3.804c-1.325-.227-2.66-.151-3.981.046m10.045 1.101c.164.132.493.395.661.526-.266.48-.542.957-.819 1.43.421-.053.845-.115 1.266-.178.007.22.02.661.023.878.569-.125 1.141-.247 1.706-.391.444.105.888.204 1.335.296-.253-.352-.51-.704-.766-1.055.247-.74.483-1.486.717-2.229l-.917-.181-.306-.648c-.556.408-1.124.792-1.683 1.19l-.276-1.269c-.322.539-.615 1.095-.94 1.631m-5.051-1.055c.46.487 1.138.506 1.756.592-.026 1.118-.039 2.236.056 3.35.871-.585.46-1.729.575-2.597.434.46.881.907 1.348 1.335a4.255 4.255 0 0 0-.391-1.483 39.599 39.599 0 0 1-1.269-.441c.802-.178 1.634-.276 2.357-.694-1.466-.204-2.959-.201-4.432-.062z"/><path fill="#2e2c2b" d="M3.695 3.002c.681.138 1.364.256 2.052.355.325 1.101.526 2.236.819 3.344-.914.132-1.818.322-2.735.437-.069-.181-.214-.546-.283-.73-.319.194-.638.385-.96.572.27-.671.562-1.332.852-1.992l-.681-.858c.316-.375.628-.75.937-1.128m1.558 2.686c-.464 1.006 1.095.007 0 0z"/><path fill="#383222" d="M7.545 3.347c1.322-.197 2.656-.273 3.981-.046a17.391 17.391 0 0 0-.302 3.804c-1.072.079-1.946-.694-2.998-.763-.089-.789-.201-1.575-.253-2.367-.141-.21-.286-.418-.427-.628m2.021.526c-.74 1.17 1.243.283 0 0z"/><path fill="#2c2a24" d="M17.589 4.448c.325-.536.618-1.092.94-1.631l.276 1.269c.559-.398 1.128-.782 1.683-1.19l.306.648.917.181c-.233.743-.47 1.489-.717 2.229.256.352.513.704.766 1.055a46.721 46.721 0 0 1-1.335-.296c-.565.145-1.138.266-1.706.391a65.595 65.595 0 0 0-.023-.878c-.421.062-.845.125-1.266.178.276-.473.552-.95.819-1.43-.168-.132-.496-.395-.661-.526m2.253-.444c-1.121.753 1.115.723 0 0m-1.062.681c-.743 1.161 1.256.273 0 0m.697.763c-.286.27-.25.953.207 1.013.681-.039.421-1.341-.207-1.013z"/><path fill="#140911" d="M12.539 3.393c1.473-.138 2.965-.141 4.432.062-.723.418-1.555.516-2.357.694.421.155.842.299 1.269.441.214.47.358.967.391 1.483a25.717 25.717 0 0 1-1.348-1.335c-.115.868.296 2.012-.575 2.597-.095-1.115-.082-2.232-.056-3.35-.618-.085-1.295-.105-1.756-.592zM9.445 12.296c1.256-.717 2.604-1.269 3.794-2.101.75.053 1.496.112 2.245.171-.46.483-.921.96-1.381 1.44-.293-.23-.585-.464-.878-.697a10.807 10.807 0 0 0-2.739 2.656c-.766.03-1.529.062-2.288.108a11.81 11.81 0 0 1 1.246-1.578z"/><path fill="#d3d5c9" d="M9.567 3.873c1.243.283-.74 1.17 0 0z"/><path fill="#d5cecc" d="M18.779 4.685c1.256.273-.743 1.161 0 0z"/><path fill="#e2ddc0" d="M5.254 5.688c1.095.007-.464 1.006 0 0z"/><path fill="#13110e" d="M.953 12.901c6.24-4.606 15.879-6.112 22.336-1.164l.187.161c-4.129-2.446-9.265-3.429-13.795-1.453-3.912 1.249-6.667 4.412-8.926 7.677-.161-1.667-.092-3.344-.082-5.017.069-.049.21-.151.279-.204z"/><path fill="#f3f85f" d="M9.682 10.445c4.53-1.976 9.666-.993 13.795 1.453-.105.178-.309.536-.411.717-1.973-.94-4.031-1.953-6.256-1.996-1.443.062-2.134 1.575-2.002 2.86-.286-.944-1.483-2.14-2.311-.996C11.488 13.897 9.9 14.87 8.2 13.874c.759-.046 1.522-.079 2.288-.108a10.774 10.774 0 0 1 2.739-2.656c.293.233.585.467.878.697.46-.48.921-.957 1.381-1.44-.75-.059-1.496-.118-2.245-.171-1.19.832-2.538 1.384-3.794 2.101.585-.674 1.256-1.262 1.959-1.812-.575-.013-1.147-.036-1.723-.039z"/><path fill="#faf138" d="M.756 18.122c2.259-3.265 5.014-6.427 8.926-7.677.575.003 1.147.026 1.723.039-.704.549-1.374 1.138-1.959 1.812-.46.487-.875 1.019-1.246 1.578 1.7.996 3.288.023 4.297-1.391.828-1.144 2.025.053 2.311.996 1.078 2.331 3.436 3.702 5.569 4.935 1.042.713 2.489.233 2.791-1.022.638 1.884.312 3.896.348 5.842-3.978.539-8.009.184-12.01.306-3.669-.145-7.351.227-11.004-.184.171-1.719-.46-3.643.253-5.234m6.33-.77c-.759-.003-1.516-.007-2.272-.013.329.378.664.75 1.009 1.115-.365.49-.713.996-1.055 1.502.368.279.736.559 1.105.842.22-.322.444-.644.664-.963l.539.868c.227-.161.45-.322.674-.487.247.194.496.388.746.579l.487-.812a49.797 49.797 0 0 0-.71-.562l.483-1.282-1.078.03c.332-.174.667-.352.999-.523a47.84 47.84 0 0 0-.191-.72c-.237-.056-.713-.164-.95-.22-.112.161-.339.483-.45.648m3.304-.35c-.003 1.174.227 2.407-.322 3.498 1.305-.023 2.607.112 3.916.076-.431-1.088-.467-2.262-.306-3.406l-1.118-.306a8.265 8.265 0 0 1-2.17.138z"/><path fill="#130d12" d="M14.808 13.479c-.132-1.285.559-2.798 2.002-2.86 2.226.043 4.284 1.055 6.256 1.996l-.053.427c-1.89-1.026-3.991-1.897-6.184-1.775-.996.039-1.368 1.318-.99 2.101.822 1.864 2.86 2.814 4.767 3.14.901.168 1.825.099 2.735.099l-.174.786c-.302 1.256-1.749 1.736-2.791 1.022-2.134-1.233-4.491-2.604-5.569-4.935z"/><path fill="#faf23c" d="M15.84 13.368c-.378-.782-.007-2.061.99-2.101 2.193-.122 4.294.75 6.184 1.775l.053-.427.191-.036c.414 1.184.306 2.446.319 3.676-.99.085-1.976.22-2.969.253-1.907-.325-3.945-1.276-4.767-3.14z"/><path fill="#202217" d="M7.085 17.352c.112-.164.339-.487.45-.648.237.056.713.164.95.22.049.181.145.539.191.72-.332.171-.667.348-.999.523l1.078-.03-.483 1.282c.237.184.473.372.71.562l-.487.812c-.25-.191-.5-.385-.746-.579-.224.164-.447.325-.674.487l-.539-.868c-.22.319-.444.641-.664.963-.368-.283-.736-.562-1.105-.842.342-.506.69-1.013 1.055-1.502a34.268 34.268 0 0 1-1.009-1.115c.756.007 1.512.01 2.272.013z"/><path fill="#262323" d="M10.389 17.004c.727.043 1.456.01 2.17-.138l1.118.306c-.161 1.144-.125 2.318.306 3.406-1.308.036-2.61-.099-3.916-.076.549-1.092.319-2.324.322-3.498m2.413 2.521c-.279 1.315 1.305-.22 0 0z"/><path fill="#cbc3b3" d="M12.802 19.525c1.305-.22-.279 1.315 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--single-reverse-curve--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.728 0h.492c.242.108.479.238.67.426 3.541 3.542 7.081 7.085 10.626 10.624.198.199.355.433.485.682v.496c-.2.524-.656.87-1.036 1.259l-9.48 9.479c-.378.376-.727.802-1.218 1.036h-.504c-.488-.198-.823-.614-1.187-.976-3.18-3.181-6.361-6.359-9.54-9.54C.66 13.108.234 12.759 0 12.269v-.505c.208-.516.65-.868 1.03-1.253C4.371 7.17 7.712 3.831 11.051.489c.2-.194.432-.353.677-.487m-.057.383a1.626 1.626 0 0 0-.342.26C7.748 4.227 4.159 7.802.584 11.39c-.358.313-.36.908.008 1.214 3.602 3.6 7.202 7.2 10.801 10.802a.805.805 0 0 0 1.212.002c3.599-3.602 7.199-7.205 10.8-10.805.371-.305.37-.901.01-1.214C19.838 7.802 16.252 4.224 12.671.642 12.424.372 12.019.2 11.67.384z"/><path fill="#ef7c23" d="M11.137 1.538c.269-.281.541-.562.863-.782.391.27.704.631 1.042.962 3.142 3.139 6.281 6.28 9.422 9.419.281.269.562.541.784.863-3.541 3.683-7.224 7.236-10.811 10.878-.167.197-.468.462-.69.175-3.6-3.599-7.202-7.198-10.798-10.802-.222-.156-.134-.43.048-.574 3.378-3.382 6.761-6.758 10.14-10.139m.305.106c-1.128 1.537-2.261 3.072-3.376 4.619-.281.308-.146.937.331.916.667-.132 1.274-.47 1.92-.68.038.982-.116 2.065.391 2.951.714.775 1.595 1.382 2.454 1.987.563.336 1.255.966.916 1.69-.46.779-1.316 1.2-2.087 1.614a3.385 3.385 0 0 0-1.878 2.778 33.295 33.295 0 0 0-.013 3.616c.908.006 1.817.005 2.725 0 .073-1.217-.173-2.483.21-3.661.516-.812 1.498-1.132 2.179-1.777 1.126-.887 1.615-2.459 1.258-3.835-.44-1.421-1.604-2.472-2.909-3.109-.811-.392-.775-1.385-.764-2.15.574.17 1.11.49 1.709.562.485-.004.569-.65.28-.946-1.11-1.528-2.219-3.056-3.346-4.572z"/><path d="M11.671.385c.349-.184.754-.012 1.001.258 3.581 3.582 7.166 7.16 10.744 10.747.36.313.361.91-.01 1.214-3.601 3.6-7.201 7.202-10.8 10.805a.805.805 0 0 1-1.212-.002C7.795 19.805 4.195 16.205.593 12.605c-.368-.306-.366-.901-.008-1.214C4.16 7.803 7.749 4.228 11.33.646c.106-.097.214-.194.342-.26m-.535 1.152C7.758 4.918 4.375 8.295.997 11.677c-.182.144-.27.418-.048.574 3.595 3.605 7.198 7.204 10.798 10.802.222.287.523.022.69-.175 3.587-3.642 7.27-7.195 10.811-10.878-.222-.322-.503-.594-.784-.863-3.142-3.139-6.281-6.28-9.422-9.419-.337-.331-.65-.692-1.042-.962-.322.221-.594.502-.863.782z"/><path d="M11.442 1.644c1.127 1.516 2.236 3.044 3.346 4.572.289.295.205.942-.28.946-.599-.072-1.135-.391-1.709-.562-.011.766-.047 1.758.764 2.15 1.304.637 2.468 1.688 2.909 3.109.358 1.376-.132 2.948-1.258 3.835-.682.646-1.663.965-2.179 1.777-.383 1.178-.137 2.444-.21 3.661-.908.005-1.817.006-2.725 0a33.295 33.295 0 0 1 .013-3.616 3.385 3.385 0 0 1 1.878-2.778c.77-.414 1.627-.835 2.087-1.614.34-.724-.353-1.354-.916-1.69-.859-.605-1.74-1.212-2.454-1.987-.508-.886-.353-1.969-.391-2.951-.646.21-1.253.548-1.92.68-.478.022-.612-.607-.331-.916 1.115-1.547 2.248-3.082 3.376-4.619z"/></symbol><symbol viewBox="0 0 27 24" id="warning--skewed-t-roads-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.462 0h.469c.263.156.492.369.64.64 4.277 7.439 8.592 14.858 12.857 22.304v.501c-.155.162-.309.325-.476.476-7.061-.125-14.128-.019-21.193-.053-1.758.025-3.519-.06-5.275.053a14.065 14.065 0 0 1-.485-.492v-.418C4.201 15.587 8.529 8.234 12.762.827c.169-.325.418-.595.699-.826M3.548 21.592c6.784.005 13.569.005 20.355 0-3.39-5.877-6.78-11.755-10.18-17.626A8761.686 8761.686 0 0 0 3.548 21.592z"/><path fill="#fff" d="M3.548 21.592A8562.751 8562.751 0 0 1 13.723 3.966c3.4 5.871 6.79 11.749 10.18 17.626-6.786.005-13.57.005-20.355 0m4.471-6.697c.317.553.632 1.107.955 1.655 1.094-.649 2.205-1.269 3.308-1.904.003 2.012-.001 4.024.001 6.034h1.91c.003-2.377-.001-4.755.003-7.133 1.099-.64 2.208-1.264 3.308-1.904-.314-.555-.629-1.109-.95-1.661-2.846 1.635-5.694 3.267-8.534 4.911z"/><path d="M8.019 14.895c2.84-1.644 5.689-3.276 8.534-4.911.321.551.636 1.105.95 1.661-1.1.639-2.209 1.263-3.308 1.904-.004 2.378 0 4.756-.003 7.133h-1.91c-.003-2.011.001-4.022-.001-6.034-1.103.635-2.213 1.255-3.308 1.904-.322-.549-.638-1.103-.955-1.655z"/><path fill="#120102" opacity=".08" d="M0 23.428c.159.167.318.333.485.492l.162.08H0v-.572z"/><path fill="#190102" opacity=".11" d="M26.953 23.92c.167-.151.321-.314.476-.476v.555h-.62l.144-.08z"/><path fill="#c20813" opacity=".86" d="M.485 23.92c1.755-.114 3.516-.029 5.275-.053 7.064.034 14.131-.071 21.193.053l-.144.08H.648l-.162-.08z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.803 0h.455c.476.26.824.683 1.206 1.056l9.6 9.601c.326.328.674.641.936 1.026v.686c-.425.565-.976 1.019-1.46 1.531-3.39 3.358-6.718 6.782-10.146 10.099h-.712c-.382-.266-.689-.619-1.019-.943l-9.659-9.66C.654 13.04.267 12.711 0 12.282v-.469c.181-.41.54-.695.845-1.008L10.744.904c.332-.324.635-.696 1.06-.905m-.122.277C7.916 3.905 4.276 7.675.554 11.353c-.371.272-.506.853-.146 1.192 3.7 3.702 7.399 7.404 11.102 11.101a.717.717 0 0 0 1.057-.035l11.044-11.044c.343-.288.314-.833-.02-1.115C19.956 7.805 16.308 4.17 12.673.524c-.236-.282-.649-.434-.991-.248z"/><path d="M11.682.276c.342-.186.755-.034.991.248 3.635 3.647 7.283 7.282 10.918 10.928.335.282.364.827.02 1.115L12.567 23.611a.717.717 0 0 1-1.057.035C7.807 19.949 4.107 16.247.408 12.545c-.36-.338-.224-.919.146-1.192C4.275 7.675 7.916 3.905 11.682.276m.344.253c-.186-.006-.312.15-.439.26C7.969 4.411 4.347 8.026.731 11.648c-.196.156-.294.469-.08.655 3.676 3.688 7.363 7.366 11.045 11.048.155.202.469.227.634.02 3.685-3.677 7.367-7.36 11.045-11.044.241-.193.138-.533-.076-.7-3.62-3.623-7.243-7.243-10.864-10.865-.118-.102-.239-.242-.408-.235z"/><path d="M4.914 11.538c2.369-2.357 4.722-4.73 7.098-7.08.529.503 1.037 1.027 1.555 1.542-.89.884-1.772 1.775-2.664 2.658.217.334.546.574.814.865 1.453 1.376 2.294 3.359 2.316 5.356.001 1.6.01 3.199.006 4.799-.756.004-1.511.006-2.266-.001-.025-1.802.046-3.607-.037-5.407-.137-1.649-1.268-2.962-2.49-3.967-.926.932-1.86 1.858-2.784 2.794a16.615 16.615 0 0 1-1.548-1.558z"/><path fill="#ffd520" d="M12.026.529c.169-.007.29.133.408.235 3.62 3.622 7.243 7.242 10.864 10.865.214.167.317.506.076.7-3.678 3.684-7.36 7.367-11.045 11.044-.164.206-.479.181-.634-.02C8.013 19.67 4.326 15.992.65 12.305c-.214-.186-.115-.499.08-.655C4.347 8.028 7.968 4.413 11.586.791c.127-.11.253-.266.439-.26M4.914 11.538a16.615 16.615 0 0 0 1.548 1.558c.924-.936 1.858-1.861 2.784-2.794 1.222 1.006 2.353 2.318 2.49 3.967.083 1.8.012 3.605.037 5.407.755.007 1.51.005 2.266.001.004-1.6-.005-3.199-.006-4.799-.022-1.997-.863-3.979-2.316-5.356-.268-.292-.596-.532-.814-.865.892-.883 1.774-1.774 2.664-2.658-.518-.515-1.026-1.039-1.555-1.542-2.376 2.35-4.729 4.723-7.098 7.08z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#cbaa18" opacity=".8" d="M11.782 0h.396c.328.205.606.473.871.752 3.536 3.547 7.087 7.08 10.62 10.63.332.287.358.856.016 1.145L12.526 23.686c-.268.31-.8.33-1.072.014-3.56-3.558-7.117-7.118-10.678-10.676-.282-.286-.608-.547-.776-.922v-.293c.203-.395.548-.683.856-.994l9.841-9.84c.346-.342.666-.718 1.085-.976m.026.29C8.018 3.93 4.36 7.722.616 11.415c-.256.21-.524.607-.202.888 3.713 3.726 7.441 7.44 11.156 11.164.185.247.576.284.779.038 3.716-3.721 7.435-7.44 11.154-11.159.257-.203.233-.595-.022-.788C19.802 7.875 16.119 4.196 12.44.514c-.161-.16-.397-.367-.632-.226z"/><path d="M11.808.289c.235-.142.472.066.632.226 3.679 3.682 7.362 7.361 11.041 11.044.254.193.278.586.022.788-3.719 3.719-7.438 7.438-11.154 11.159-.203.246-.594.209-.779-.038C7.855 19.744 4.126 16.03.414 12.304c-.323-.281-.054-.678.202-.888C4.36 7.722 8.019 3.93 11.808.29M1.873 10.634c-.426.457-.923.853-1.296 1.357 3.812 3.787 7.58 7.619 11.412 11.384 3.811-3.787 7.607-7.591 11.401-11.396-3.757-3.845-7.585-7.626-11.396-11.42C8.576 3.87 5.255 7.284 1.873 10.634z"/><path d="M7.499 5.653c.719-.012 1.439-.004 2.158-.005.017 1.291-.014 2.582.014 3.872 1.218.006 2.436-.017 3.653.011 1.524.07 2.846 1.417 2.879 2.945.012 2.027.012 4.056-.005 6.084-.742-.001-1.482.004-2.222-.004-.004-1.985.012-3.97.004-5.954.028-.485-.42-.905-.899-.878a323.96 323.96 0 0 0-3.415-.001c-.011 1.278 0 2.556-.006 3.834-.719.006-1.439.006-2.158 0-.004-3.301.001-6.602-.002-9.904z"/><path fill="#ffd520" d="M1.873 10.634C5.255 7.284 8.576 3.87 11.994.559c3.811 3.794 7.639 7.576 11.396 11.42-3.794 3.805-7.59 7.609-11.401 11.396-3.832-3.766-7.6-7.597-11.412-11.384.373-.504.87-.9 1.296-1.357m5.626-4.981c.004 3.301-.001 6.602.002 9.904.719.006 1.439.006 2.158 0 .006-1.278-.005-2.556.006-3.834 1.138-.004 2.278-.007 3.415.001.479-.026.926.394.899.878.008 1.985-.007 3.97-.004 5.954.74.007 1.481.002 2.222.004.017-2.028.017-4.057.005-6.084-.032-1.528-1.355-2.875-2.879-2.945-1.217-.028-2.435-.005-3.653-.011-.029-1.29.002-2.581-.014-3.872-.719.001-1.439-.007-2.158.005z"/></symbol><symbol viewBox="0 0 27 24" id="warning--skewed-t-roads-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.476 0h.446c.273.147.503.363.65.639 4.277 7.44 8.591 14.859 12.857 22.305v.49c-.151.17-.304.339-.475.492-7.061-.137-14.13-.021-21.194-.059-1.757.027-3.516-.064-5.27.056-.18-.152-.335-.331-.49-.507v-.406C4.202 15.586 8.529 8.231 12.764.826c.166-.331.413-.609.712-.826M3.548 21.592c6.784.005 13.569.007 20.353 0-3.389-5.878-6.779-11.755-10.179-17.626A8761.686 8761.686 0 0 0 3.547 21.592z"/><path fill="#fff" d="M3.548 21.592A8562.751 8562.751 0 0 1 13.723 3.966c3.4 5.871 6.79 11.748 10.179 17.626-6.784.007-13.569.005-20.353 0m7.342-11.607c-.317.553-.635 1.105-.948 1.659 1.1.632 2.2 1.266 3.302 1.895.021 2.381.001 4.76.01 7.141l1.91-.001c0-2.009-.004-4.02.001-6.03 1.107.629 2.212 1.26 3.312 1.901.314-.553.634-1.104.949-1.657a2326.705 2326.705 0 0 0-8.537-4.908z"/><path d="M10.891 9.985c2.85 1.631 5.694 3.267 8.537 4.908-.315.553-.635 1.104-.949 1.657-1.1-.64-2.205-1.271-3.312-1.901-.005 2.011-.001 4.021-.001 6.03l-1.91.001c-.008-2.381.011-4.76-.01-7.141-1.103-.629-2.203-1.263-3.302-1.895.313-.554.631-1.107.948-1.659z"/><path fill="#120102" opacity=".08" d="M0 23.416c.155.177.31.355.49.507L.653 24H0v-.584z"/><path fill="#190102" opacity=".11" d="M26.954 23.926c.17-.154.324-.322.475-.492V24h-.624l.149-.074z"/><path fill="#c20813" opacity=".86" d="M.49 23.923c1.754-.121 3.514-.029 5.27-.056 7.064.038 14.133-.078 21.194.059l-.149.074H.653l-.163-.077z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.807 0h.425c.474.223.805.637 1.172.996l9.66 9.661c.326.329.676.641.936 1.028v.674c-.416.576-.976 1.025-1.46 1.541-3.396 3.355-6.714 6.797-10.159 10.099h-.696c-.383-.265-.691-.618-1.02-.943l-9.66-9.661c-.353-.36-.75-.686-1.004-1.129v-.437c.157-.397.494-.67.785-.965l9.96-9.96c.332-.325.635-.698 1.062-.905m-.122.275C7.918 3.902 4.277 7.676.554 11.355c-.371.272-.506.853-.145 1.19 3.701 3.703 7.4 7.406 11.106 11.104.28.301.787.278 1.05-.034l11.051-11.051c.341-.289.31-.83-.024-1.111-3.636-3.647-7.284-7.283-10.92-10.93-.235-.281-.644-.432-.985-.25z"/><path d="M11.686.274c.341-.182.75-.031.985.25 3.636 3.647 7.284 7.283 10.92 10.93.334.281.365.822.024 1.111L12.564 23.616c-.263.312-.77.335-1.05.034-3.706-3.697-7.405-7.4-11.106-11.104-.361-.337-.226-.918.145-1.19C4.277 7.677 7.917 3.903 11.685.275m.338.254c-.184-.005-.308.15-.434.259C7.97 4.411 4.345 8.026.729 11.652c-.235.174-.272.533-.024.713 3.665 3.661 7.325 7.326 10.99 10.986.181.246.529.197.697-.036 3.659-3.662 7.326-7.319 10.981-10.986.245-.193.142-.533-.074-.7-3.62-3.623-7.243-7.244-10.865-10.866-.118-.103-.239-.242-.41-.234z"/><path d="M12.036 4.456c2.377 2.362 4.747 4.733 7.112 7.108-.506.516-1.022 1.022-1.528 1.54-.974-.911-1.886-1.889-2.845-2.816-1.162 1.046-2.318 2.29-2.459 3.929-.095 1.818-.013 3.642-.043 5.462-.756.004-1.512.006-2.268-.001.029-1.842-.049-3.69.054-5.53.18-2.186 1.498-4.052 3.104-5.46-.89-.899-1.792-1.789-2.683-2.687a83.833 83.833 0 0 1 1.555-1.544z"/><path fill="#ffd520" d="M12.023.529c.172-.008.293.131.41.234 3.622 3.622 7.244 7.243 10.865 10.866.216.167.319.506.074.7-3.655 3.667-7.322 7.324-10.981 10.986-.168.233-.516.282-.697.036-3.665-3.66-7.325-7.325-10.99-10.986-.248-.18-.211-.539.024-.713C4.344 8.027 7.969 4.411 11.588.788c.126-.109.251-.264.434-.259m.014 3.927A87.092 87.092 0 0 0 10.481 6c.892.898 1.793 1.788 2.683 2.687-1.607 1.408-2.924 3.274-3.104 5.46-.103 1.84-.025 3.688-.054 5.53.756.007 1.512.005 2.268.001.03-1.82-.052-3.644.043-5.462.14-1.639 1.297-2.882 2.459-3.929.959.928 1.871 1.906 2.845 2.816.505-.517 1.021-1.024 1.528-1.54a1906.421 1906.421 0 0 0-7.112-7.108z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skewed-t-roads-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c5a518" opacity=".77" d="M11.783 0h.394c.415.278.745.656 1.098 1.006 3.46 3.462 6.925 6.918 10.379 10.384.338.277.36.838.026 1.127-3.719 3.724-7.442 7.441-11.161 11.164-.316.373-.919.301-1.198-.078C7.565 19.787 3.697 16.072 0 12.204v-.474c3.366-3.535 6.898-6.923 10.328-10.4.486-.44.88-.997 1.454-1.328m.018.28c-.128.067-.235.169-.341.266C7.805 4.206 4.145 7.858.492 11.518c-.242.191-.366.57-.09.791 3.716 3.727 7.444 7.442 11.161 11.168.185.247.581.264.773.017 3.718-3.722 7.439-7.441 11.159-11.161.241-.19.212-.58-.019-.764C19.798 7.884 16.113 4.207 12.435.523c-.163-.161-.39-.365-.635-.241z"/><path d="M11.8.282c.245-.124.472.08.635.241 3.678 3.684 7.363 7.361 11.041 11.046.232.185.26.575.019.764-3.72 3.72-7.441 7.439-11.159 11.161-.192.247-.588.23-.773-.017C7.845 19.751 4.118 16.036.402 12.309c-.276-.221-.152-.6.09-.791C4.145 7.858 7.805 4.205 11.459.548c.106-.097.212-.199.341-.266m.028.386C8.138 4.336 4.468 8.028.783 11.702a1.387 1.387 0 0 0-.218.293c3.811 3.785 7.561 7.643 11.423 11.37 3.792-3.793 7.59-7.58 11.374-11.38-3.643-3.773-7.417-7.43-11.105-11.164-.115-.094-.278-.344-.428-.154z"/><path d="M14.284 5.648h2.154c.001 3.306.017 6.612-.008 9.917-.713-.007-1.426-.007-2.138 0-.026-1.28 0-2.561-.012-3.841-1.159-.005-2.318-.012-3.478.004-.451-.002-.86.407-.839.863-.02 1.991.029 3.984-.012 5.975-.739-.012-1.477.002-2.215-.01.002-2.027-.012-4.054.002-6.08.032-1.504 1.316-2.837 2.815-2.939 1.241-.042 2.484.001 3.726-.02.008-1.29-.005-2.579.005-3.868z"/><path fill="#ffd520" d="M11.828.668c.15-.191.313.06.428.154 3.688 3.733 7.462 7.391 11.105 11.164-3.784 3.799-7.582 7.586-11.374 11.38-3.862-3.727-7.612-7.585-11.423-11.37.06-.107.132-.205.218-.293C4.467 8.029 8.137 4.337 11.827.669m2.457 4.979c-.01 1.289.004 2.578-.005 3.868-1.242.022-2.485-.022-3.726.02-1.499.102-2.783 1.435-2.815 2.939-.014 2.027 0 4.054-.002 6.08.738.012 1.476-.002 2.215.01.041-1.991-.008-3.984.012-5.975-.022-.456.388-.865.839-.863 1.159-.016 2.318-.008 3.478-.004.012 1.28-.014 2.561.012 3.841.713-.007 1.426-.007 2.138 0 .025-3.305.01-6.611.008-9.917h-2.154z"/></symbol><symbol viewBox="0 0 27 24" id="warning--skiers--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.137 0h.615c.686.143 1.317.542 1.653 1.169 3.487 6.049 6.969 12.1 10.455 18.15.403.707.866 1.391 1.107 2.176v.554A2.425 2.425 0 0 1 25.012 24H1.976a2.418 2.418 0 0 1-1.975-1.874v-.646c.109-.336.241-.666.413-.976C4.13 14.06 7.839 7.611 11.555 1.168c.324-.609.93-.992 1.583-1.168M2.78 21.449c7.131.013 14.264.011 21.396 0A4506.216 4506.216 0 0 0 13.477 2.877 4675.78 4675.78 0 0 0 2.779 21.449z"/><path fill="#ffd100" d="M2.78 21.449c3.551-6.198 7.118-12.39 10.698-18.572a4555.458 4555.458 0 0 1 10.699 18.572c-7.133.011-14.265.013-21.396 0M10.51 9.531l.311.144c.071.237.14.476.212.715l.48.256c-.258.309-.616.558-.767.94 0 .589.2 1.165.159 1.757-.147.655-.56 1.286-.363 1.981.142.018.284.034.426.05.533-.898.782-2.076 1.603-2.737-.305.843-.884 1.579-1.071 2.465.38.879 1.29 1.534 1.338 2.559-.17.99-1.134 1.449-1.939 1.859-.512.221-1.002-.131-1.464-.311.055.715.876 1.083 1.479.736a98.579 98.579 0 0 1 4.675-2.405c-.143.348-.291.694-.402 1.056-.467.34-.893.762-1.437.975-.485.088-.848-.39-1.335-.368.146.779 1.133 1.11 1.741.635 1.559-1.134 3.093-2.3 4.646-3.441l-.228-.268c-.657.471-1.311.944-1.962 1.422-.396-.431-.651-.956-.862-1.497-.174-.51-.999-.6-.903-1.219.085-.852.359-1.792-.244-2.529l.445.107c.236.751.26 1.578.669 2.267l.404-.228c.971.529 1.955 1.029 2.931 1.547.015.174.032.348.05.522.217-.089.434-.179.654-.264-.024-.241-.042-.484-.062-.725-.169.071-.338.144-.507.217-.99-.549-2.021-1.023-2.997-1.594-.524-.584-.243-1.478-.557-2.149-.473-.565-1.099-.991-1.72-1.377-.512-.316-1.247-.15-1.661-.624-.197-.461-.283-.961-.506-1.413-.608.018-1.062.364-1.236.942z"/><path fill="#ffd100" d="M11.907 12.436l.218.102c-.205.418-.411.835-.651 1.235.121-.453.272-.897.433-1.338zM12.508 14.96a15.07 15.07 0 0 0 1.058-1.087c.092.666.05 1.514.669 1.944.5.368.938.814 1.261 1.346-.535.247-1.076.484-1.613.725-.769-.839-.534-2.141-1.375-2.929z"/><path d="M10.51 9.531c.174-.578.628-.925 1.236-.942.222.452.309.952.506 1.413.414.475 1.149.309 1.661.624.622.386 1.247.812 1.72 1.377.314.671.032 1.565.557 2.149.976.57 2.008 1.045 2.997 1.594.169-.073.338-.146.507-.217.02.241.038.484.062.725-.22.085-.437.175-.654.264a30.694 30.694 0 0 1-.05-.522c-.976-.518-1.96-1.018-2.931-1.547l-.404.228c-.409-.689-.433-1.516-.669-2.267l-.445-.107c.603.738.329 1.677.244 2.529-.096.619.729.709.903 1.219.21.541.465 1.065.862 1.497.651-.479 1.305-.952 1.962-1.422l.228.268c-1.553 1.141-3.088 2.307-4.646 3.441-.608.475-1.595.144-1.741-.635.487-.022.849.456 1.335.368.545-.213.971-.635 1.437-.975.111-.361.259-.708.402-1.056a99.525 99.525 0 0 0-4.675 2.405c-.603.347-1.424-.022-1.479-.736.462.181.952.533 1.464.311.805-.41 1.769-.87 1.939-1.859-.047-1.025-.957-1.68-1.338-2.559.186-.886.766-1.622 1.071-2.465-.821.661-1.071 1.839-1.603 2.737-.142-.016-.284-.032-.426-.05-.197-.694.216-1.325.363-1.981.04-.592-.159-1.168-.159-1.757.151-.382.51-.631.767-.94l-.48-.256c-.071-.239-.14-.477-.212-.715l-.311-.144m1.397 2.908c-.16.441-.311.884-.433 1.338.24-.4.446-.817.651-1.235a14.523 14.523 0 0 0-.218-.102m.601 2.523c.841.787.607 2.09 1.375 2.929.537-.241 1.077-.479 1.613-.725a4.73 4.73 0 0 0-1.261-1.346c-.619-.43-.577-1.278-.669-1.944-.332.382-.69.74-1.058 1.087z"/></symbol><symbol viewBox="0 0 27 24" id="warning--skiers--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#cd1e00" d="M13.417 0h.417c.554.235.828.788 1.103 1.285 4.096 7.169 8.26 14.3 12.335 21.479v.556c-.192.205-.383.41-.597.592-1.709-.101-3.42-.025-5.13-.048-6.979.029-13.961-.057-20.937.044-.222-.185-.415-.401-.608-.614v-.472C4.147 15.476 8.419 8.198 12.596.869A2.16 2.16 0 0 1 13.417 0M4.29 21.07c6.243.007 12.484.001 18.725.003-3.117-5.412-6.23-10.827-9.355-16.235-3.165 5.386-6.255 10.818-9.371 16.233z"/><path fill="#fff" d="M4.29 21.07c3.116-5.415 6.206-10.846 9.371-16.233 3.124 5.408 6.237 10.823 9.355 16.235-6.241-.001-12.483.004-18.725-.003m7.888-10.521c-1.147.607.206 2.596 1.216 1.885.701-.716-.244-2.276-1.216-1.885m-2.565 2.863c1.057.815 1.514 2.168 2.393 3.155.041-.151.104-.32-.022-.453-.563-.85-1.141-1.69-1.703-2.54.79-.001 1.578-.003 2.367.003.391.585.784 1.169 1.167 1.76-.618.462-1.335.815-1.872 1.375-.09.826-.041 1.669-.029 2.501-.003.475.738.578.88.132.13-.64-.065-1.321.1-1.945.671-.522 1.399-.97 2.084-1.475.485.67.873 1.418 1.428 2.032.845.109 1.709.048 2.561.037.505.02.577-.814.08-.888-.631-.076-1.27-.016-1.904-.03-.785-1.166-1.572-2.332-2.352-3.5.311-.003.62-.001.931-.004.394.53.694 1.135 1.145 1.62.265.14.475-.119.667-.262.466.003.933.004 1.398-.031-.4-.424-1.02-.19-1.529-.237-.63-.648-.865-2.051-1.995-1.864-1.82.016-3.641-.012-5.46.012-.32-.085-.633.415-.335.603m8.031 6.417c-.271.32-.716.24-1.085.288.168.581.994.461 1.339.105.858-.848 1.681-1.733 2.535-2.587-.082-.138-.164-.274-.244-.412-.855.862-1.69 1.744-2.545 2.606m-8.356-.594c-.138.634.415 1.278 1.065 1.225 1.687.012 3.375-.001 5.063.003l.001-.536c-1.733-.007-3.466.015-5.2-.008-.491.067-.522-.604-.93-.683z"/><path d="M12.179 10.548c.972-.391 1.917 1.169 1.216 1.885-1.01.712-2.363-1.278-1.216-1.885z"/><path d="M9.614 13.411c-.297-.188.015-.687.335-.603 1.819-.025 3.64.004 5.46-.012 1.13-.187 1.365 1.216 1.995 1.864.509.048 1.129-.187 1.529.237-.465.035-.931.034-1.398.031-.192.143-.402.402-.667.262-.451-.485-.751-1.09-1.145-1.62-.311.003-.62.001-.931.004.78 1.169 1.567 2.335 2.352 3.5.634.014 1.272-.046 1.904.03.496.074.424.908-.08.888-.852.011-1.715.072-2.561-.037-.555-.614-.942-1.362-1.428-2.032-.685.506-1.413.953-2.084 1.475-.165.623.03 1.305-.1 1.945-.142.446-.882.342-.88-.132-.012-.832-.061-1.675.029-2.501.537-.559 1.255-.912 1.872-1.375-.383-.592-.776-1.175-1.167-1.76-.79-.005-1.578-.004-2.367-.003.562.851 1.14 1.691 1.703 2.54.125.132.063.301.022.453-.88-.987-1.336-2.34-2.393-3.155z"/><path d="M17.645 19.829c.855-.862 1.69-1.744 2.545-2.606.08.138.162.274.244.412-.854.854-1.677 1.739-2.535 2.587-.345.356-1.171.476-1.339-.105.37-.048.814.033 1.085-.288zM9.289 19.235c.408.079.439.75.93.683 1.733.023 3.466.001 5.2.008l-.001.536c-1.688-.004-3.376.01-5.063-.003-.65.053-1.203-.59-1.065-1.225z"/><path fill="#7b1200" opacity=".6" d="M.608 23.907c6.976-.101 13.958-.015 20.937-.044 1.71.023 3.421-.053 5.13.048l-.16.089H.772l-.165-.093z"/></symbol><symbol viewBox="0 0 24 24" id="warning--skiers--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M11.825 0h.356c.386.104.751.293 1.028.587 3.42 3.424 6.842 6.844 10.265 10.265.228.226.395.502.526.793v.71c-.115.3-.276.584-.506.811-3.224 3.218-6.443 6.442-9.666 9.661-.443.432-.84.949-1.439 1.172h-.72a2.256 2.256 0 0 1-.752-.47c-3.44-3.442-6.88-6.887-10.328-10.321-.298-.275-.485-.642-.588-1.031v-.31c.096-.373.265-.731.55-.998C3.97 7.448 7.397 4.035 10.813.61c.274-.294.63-.493 1.013-.611m-.266.407c-.211.091-.379.252-.544.408C7.58 4.26 4.132 7.695.697 11.142c-.526.468-.492 1.349.041 1.799 3.484 3.479 6.961 6.962 10.448 10.438.454.482 1.28.451 1.715-.041 3.481-3.476 6.959-6.958 10.439-10.435.518-.461.505-1.331-.017-1.783-3.46-3.461-6.914-6.926-10.378-10.384-.343-.377-.91-.538-1.386-.33z"/><path fill="#ffde00" d="M11.92.757c.308-.058.572.142.775.347 3.44 3.443 6.882 6.884 10.319 10.331.347.289.37.856.019 1.152L12.586 23.032c-.295.349-.863.331-1.15-.019C7.955 19.529 4.468 16.051.99 12.565c-.325-.288-.305-.827.018-1.108C4.441 8.006 7.894 4.574 11.327 1.124c.17-.157.35-.341.593-.366m-3.239 5.16c-.565.095-.866.827-.526 1.291.323.541 1.232.468 1.462-.121.307-.588-.296-1.337-.936-1.17m.175 2.22c-.418.539-.676 1.187-1.031 1.77-.61.017-1.219-.018-1.829.014-.377-.031-.618.486-.36.756.175.143.416.221.522.436.854 1.502 1.72 3.001 2.568 4.507-1.086-.077-2.417.323-3.233-.626-.012.724.619 1.315 1.338 1.272 3.781.01 7.564.005 11.346.002a22.698 22.698 0 0 0-.012-.641c-1.204.01-2.407-.005-3.611.008.104-.259.216-.556.024-.805-1.192-2.05-2.408-4.087-3.596-6.14.437.162.895.28 1.307.5.492.533.71 1.312 1.277 1.76 1.745-.068 3.494-.011 5.242-.038a32.111 32.111 0 0 0-.01-.305c-1.513-.004-3.028.001-4.541-.001-.187-.536-.541-.986-.833-1.466-.521-1.154-1.964-1.208-2.978-1.728-.528.245-1.093.419-1.59.725z"/><path fill="#ffde00" d="M8.387 10.793c.372-.449.581-1.008.871-1.51.348.632.69 1.268 1.037 1.902-.349.626-.766 1.218-1.082 1.861-.097.883.029 1.78-.066 2.665-1.002-1.573-1.864-3.235-2.807-4.844.679-.053 1.385.091 2.047-.074zM11.377 11.717c.806 1.277 1.517 2.615 2.275 3.92-1.099.005-2.198.004-3.299.001.023-.752-.052-1.513.032-2.261.298-.571.665-1.104.991-1.661z"/><path d="M11.56.406c.476-.208 1.043-.047 1.386.33 3.463 3.457 6.918 6.923 10.378 10.384.522.452.535 1.322.017 1.783-3.48 3.478-6.958 6.959-10.439 10.435-.434.492-1.261.523-1.715.041C7.7 19.904 4.222 16.42.739 12.941c-.533-.45-.566-1.331-.041-1.799C4.132 7.694 7.581 4.26 11.017.814c.164-.156.332-.317.544-.408m.359.351c-.242.025-.422.209-.593.366-3.433 3.45-6.886 6.882-10.319 10.333-.323.281-.343.82-.018 1.108 3.478 3.486 6.965 6.965 10.446 10.448.287.35.854.368 1.15.019 3.484-3.481 6.965-6.964 10.447-10.445.35-.296.328-.863-.019-1.152-3.437-3.446-6.878-6.888-10.319-10.331-.203-.205-.467-.404-.775-.347z"/><path d="M8.681 5.918c.64-.167 1.243.582.936 1.17-.229.589-1.139.662-1.462.121-.341-.464-.04-1.196.526-1.291zM8.856 8.138c.497-.306 1.062-.48 1.59-.725 1.014.52 2.458.574 2.978 1.728.292.48.646.93.833 1.466 1.513.002 3.028-.002 4.541.001l.01.305c-1.747.028-3.497-.03-5.242.038-.566-.449-.785-1.228-1.277-1.76-.412-.221-.87-.338-1.307-.5 1.188 2.053 2.405 4.091 3.596 6.14.192.25.08.546-.024.805 1.204-.013 2.407.001 3.611-.008.007.212.011.426.012.641-3.782.002-7.565.007-11.346-.002-.719.043-1.35-.548-1.338-1.272.816.949 2.147.55 3.233.626-.848-1.506-1.714-3.005-2.568-4.507-.106-.215-.347-.293-.522-.436-.258-.27-.017-.787.36-.756.61-.032 1.219.002 1.829-.014.355-.583.613-1.231 1.031-1.77m-.469 2.655c-.662.166-1.368.022-2.047.074.943 1.609 1.805 3.271 2.807 4.844.095-.886-.031-1.782.066-2.665.317-.643.733-1.235 1.082-1.861-.347-.634-.689-1.27-1.037-1.902-.29.502-.499 1.061-.871 1.51m2.99.924c-.326.557-.694 1.09-.991 1.661-.084.748-.01 1.508-.032 2.261 1.1.002 2.2.004 3.299-.001-.758-1.306-1.469-2.644-2.275-3.92z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slippery-bicycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.716 0h.539c.286.131.553.301.775.526 3.236 3.245 6.48 6.482 9.721 9.724.446.462.974.872 1.249 1.47v.529a2.46 2.46 0 0 1-.473.714c-3.283 3.278-6.562 6.562-9.842 9.842-.44.427-.834.926-1.4 1.195h-.541a2.482 2.482 0 0 1-.707-.473c-3.277-3.283-6.56-6.563-9.841-9.844-.427-.44-.929-.834-1.195-1.403v-.534c.238-.594.757-.991 1.189-1.438 3.262-3.26 6.523-6.52 9.781-9.784.217-.215.474-.385.745-.526m-.046.394c-.187.078-.336.22-.482.355C7.691 4.251 4.186 7.748.688 11.251c-.427.355-.48 1.05-.055 1.429 3.56 3.564 7.124 7.127 10.687 10.688a.939.939 0 0 0 1.362-.001c3.563-3.56 7.126-7.123 10.686-10.687.422-.379.371-1.073-.055-1.429-3.498-3.503-7.003-7-10.5-10.504-.281-.314-.726-.533-1.142-.355z"/><path fill="#ffd033" d="M11.792.864c.25-.161.514.04.686.215 3.497 3.504 7.002 6.998 10.498 10.502a.523.523 0 0 1-.005.833c-3.518 3.52-7.039 7.039-10.559 10.558a.511.511 0 0 1-.826 0c-3.52-3.518-7.04-7.038-10.56-10.559-.318-.239-.242-.673.053-.893C4.66 7.98 8.171 4.358 11.791.864M8.496 6.085l-.272.523.276.293c-.053.6-.106 1.2-.151 1.801-1.117-.191-2.329.475-2.604 1.606-.36 1.206.515 2.497 1.72 2.748-.51.28-1.116.504-1.421 1.033-.274.45-.072 1.079.389 1.318.997.476 2.228-.138 3.188.413.209.534-.371 1.033-.604 1.488l.401.211c.275-.595.907-1.315.484-1.975-.956-.733-2.284-.041-3.328-.515-.38-.208-.317-.774.022-.989.746-.539 1.606-.894 2.422-1.307 1.044-.598 1.364-2.114.66-3.086-.256-.437-.817-.588-1.013-1.067.918.509 1.778 1.118 2.641 1.714.347.301.787.598.8 1.108l.41-.12c-.178-.181-.356-.372-.442-.616.095-.312.45-.385.701-.533a2.67 2.67 0 0 0 1.618 1.109c-.48.263-1.051.493-1.306 1.014-.211.413-.047.95.336 1.201 1.009.606 2.371-.167 3.329.524.041.556-.404.986-.659 1.44.127.07.256.14.384.212.301-.587.994-1.342.485-1.991-.988-.716-2.348.004-3.396-.575-.367-.226-.155-.733.115-.944.764-.598 1.748-.845 2.498-1.464.912-.786.961-2.332.085-3.163-.839-.894-2.33-.811-3.182.02-.307-.224-.613-.45-.917-.679l.017-.258c.272-.194.517-.428.671-.731-.694.15-1.416.3-2.022.684.343.073.692.113 1.039.166-.992.385-2.047.575-3.067.871l.019-.762-.29-.391c.304-.172.731-.187.905-.53a9.42 9.42 0 0 0-.941.199z"/><path fill="#ffd033" d="M8.753 8.002c.988-.313 2-.54 2.999-.82-.048.84-.086 1.68-.158 2.519a64.833 64.833 0 0 0-.106-.342l-.316.097.107.312c-.822-.61-1.812-1.039-2.526-1.766zM12.149 7.294l.689.48c-.354.623-.407 1.355-.215 2.039a67.2 67.2 0 0 0-.626.238l.152-2.756zM13.39 7.771c.742-.644 1.966-.689 2.635.083.811.824.479 2.357-.577 2.802-.812.391-1.784.026-2.284-.684.588-.382 1.379-.491 1.836-1.037-.589-.311-1.093-.75-1.61-1.164z"/><path fill="#ffd033" d="M13.157 8.022c.424.313.839.636 1.255.958-.466.212-.934.425-1.405.626-.126-.533-.113-1.093.15-1.584zM6.097 11.045c-.15-1.208 1.086-2.192 2.243-1.918-.019.6-.263 1.151-.641 1.609-.173.157.148.29.2.426.352-.588.702-1.189.83-1.872 1.034.6 1.232 2.189.27 2.946-1.001.938-2.837.169-2.903-1.192z"/><path d="M11.67.392c.416-.178.862.041 1.142.355 3.497 3.504 7.002 7.001 10.5 10.504.426.356.478 1.05.055 1.429-3.56 3.564-7.123 7.127-10.686 10.687a.939.939 0 0 1-1.362.001C7.756 19.806 4.192 16.244.632 12.68c-.425-.379-.372-1.074.055-1.429 3.498-3.503 7.003-7 10.5-10.504.146-.136.295-.277.482-.355m.123.472C8.172 4.358 4.66 7.98 1.08 11.52c-.295.22-.371.654-.053.893l10.56 10.559c.212.28.613.28.826 0 3.52-3.518 7.04-7.038 10.559-10.558a.523.523 0 0 0 .005-.833c-3.496-3.504-7.001-6.998-10.498-10.502-.173-.175-.437-.376-.686-.215z"/><path d="M8.496 6.085c.311-.078.623-.154.941-.199-.174.343-.601.359-.905.53.097.131.193.262.29.391l-.019.762c1.02-.296 2.075-.486 3.067-.871-.347-.053-.696-.092-1.039-.166.606-.384 1.328-.534 2.022-.684-.154.302-.398.536-.671.731l-.017.258c.304.229.61.455.917.679.852-.832 2.344-.914 3.182-.02.876.832.827 2.377-.085 3.163-.75.619-1.734.866-2.498 1.464-.27.211-.482.719-.115.944 1.048.578 2.408-.142 3.396.575.509.649-.184 1.404-.485 1.991a29.927 29.927 0 0 0-.384-.212c.254-.454.7-.884.659-1.44-.958-.691-2.32.082-3.329-.524-.383-.251-.547-.788-.336-1.201.254-.521.826-.751 1.306-1.014a2.672 2.672 0 0 1-1.618-1.109c-.251.148-.606.221-.701.533.085.244.264.434.442.616-.137.04-.274.079-.41.12-.013-.51-.454-.806-.8-1.108-.863-.595-1.723-1.205-2.641-1.714.196.479.757.63 1.013 1.067.704.972.384 2.489-.66 3.086-.816.413-1.675.768-2.422 1.307-.338.215-.402.781-.022.989 1.044.474 2.371-.218 3.328.515.424.66-.209 1.38-.484 1.975a38.669 38.669 0 0 0-.401-.211c.233-.455.812-.954.604-1.488-.96-.551-2.191.064-3.188-.413-.461-.239-.662-.868-.389-1.318.305-.529.911-.754 1.421-1.033-1.205-.251-2.08-1.542-1.72-2.748.275-1.13 1.487-1.796 2.604-1.606.046-.601.098-1.201.151-1.801-.092-.097-.185-.194-.276-.293l.272-.523m.257 1.917c.714.727 1.704 1.157 2.526 1.766l-.107-.312.316-.097.106.342c.072-.839.11-1.679.158-2.519-.998.28-2.011.506-2.999.82m3.396-.708c-.052.919-.102 1.838-.152 2.756.209-.079.418-.16.626-.238-.192-.684-.139-1.416.215-2.039l-.689-.48m1.241.478c.517.414 1.021.853 1.61 1.164-.457.546-1.248.655-1.836 1.037.499.71 1.471 1.075 2.284.684 1.056-.445 1.388-1.978.577-2.802-.67-.772-1.894-.727-2.635-.083m-.233.251c-.263.491-.276 1.051-.15 1.584.472-.202.94-.414 1.405-.626-.416-.322-.832-.644-1.255-.958m-7.06 3.023c.066 1.361 1.902 2.13 2.903 1.192.962-.757.764-2.346-.27-2.946-.128.683-.479 1.284-.83 1.872-.053-.136-.373-.269-.2-.426.378-.458.622-1.009.641-1.609-1.157-.275-2.393.709-2.243 1.918z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slippery-motorcycles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.707 0h.56c.28.134.541.307.762.526 3.236 3.245 6.48 6.484 9.721 9.725.449.458.971.874 1.249 1.468v.535a2.547 2.547 0 0 1-.478.704c-3.284 3.277-6.563 6.56-9.844 9.841-.442.428-.835.932-1.404 1.201h-.524a2.444 2.444 0 0 1-.712-.475c-3.277-3.283-6.56-6.563-9.84-9.842-.427-.438-.922-.832-1.199-1.39v-.566c.264-.606.797-1.019 1.246-1.481 3.221-3.221 6.444-6.439 9.66-9.665.234-.235.506-.43.802-.581m-.022.308c-.21.084-.377.241-.538.395C7.631 4.232 4.101 7.745.585 11.273c-.404.354-.455 1.012-.049 1.386 3.598 3.605 7.198 7.208 10.805 10.804.374.408 1.033.352 1.38-.06 3.577-3.583 7.164-7.158 10.738-10.745.406-.372.355-1.03-.047-1.384C19.873 7.729 16.326 4.192 12.788.646c-.276-.292-.706-.514-1.104-.337z"/><path d="M11.684.308c.398-.176.828.046 1.104.337 3.538 3.546 7.085 7.084 10.624 10.628.402.354.452 1.012.047 1.384-3.574 3.587-7.16 7.162-10.738 10.745-.347.412-1.006.468-1.38.06A5792.668 5792.668 0 0 1 .536 12.658c-.406-.374-.355-1.032.049-1.386C4.101 7.744 7.631 4.232 11.146.702c.161-.154.328-.311.538-.395m.124.457C8.16 4.268 4.639 7.921 1.032 11.475c-.292.22-.451.659-.112.918 3.559 3.564 7.123 7.124 10.684 10.686a.501.501 0 0 0 .79 0c3.562-3.562 7.126-7.123 10.685-10.687.295-.23.22-.642-.054-.853-3.499-3.502-7.004-6.998-10.501-10.505-.184-.18-.44-.421-.715-.27z"/><path d="M11.269 4.83c-.602-.29-.509-1.38.145-1.566.308-.128.618.037.902.149-.198.343-.152.727.014 1.073l.386.035-.133.278c-.438.006-.882.116-1.315.031zM10.88 5.35c1.008-.554 2.45-.511 3.155.512l.461-.016c-.024.238-.11.461-.229.667.049.234.108.467.169.698-.218.113-.436.227-.652.344.385.332.883.617 1.05 1.128.124.76-.376 1.408-.72 2.034-.13.478-.466.842-.732 1.247-.091-.706-.143-1.42-.286-2.118-.187-.528-1.099-.403-1.16.144.038.72.188 1.43.26 2.148-.582-.45-.775-1.183-1.28-1.696-.478-.528-.412-1.312-.077-1.895l-.209-.335-.361-.052c-.175-.347-.344-.703-.361-1.098-.179-.14-.499-.26-.394-.548.217-.103.462-.074.695-.082.193-.378.362-.784.671-1.085m2.163.687c.076.396.179.786.317 1.164.337-.422-.008-.859-.317-1.164M11.08 7.768c-.035-.316-.08-.629-.134-.942-.155.31-.433.883.134.942m2.722 1.896l.21-.515a26.433 26.433 0 0 1-.3-.275c.019.264.052.527.09.79z"/><path d="M12.154 10.076c-.022-.397.46-.36.725-.302.176 1.237.349 2.476.502 3.716-.252.152-.773.283-.808-.151a115.895 115.895 0 0 1-.419-3.263zM6.87 13.95a11.034 11.034 0 0 1 3.317-.937l.133.256a8.399 8.399 0 0 0-2.837.944c-.346.164-.37.704-.041.901.403.22.878.22 1.324.276l-.143.337c-.684.038-1.444-.054-1.949-.566-.338-.346-.246-.996.196-1.211zM9.58 15.103c.877-.462 1.676-1.084 2.608-1.439-.788.803-1.874 1.231-2.728 1.957.233.63 1.523.5 1.424 1.402-.248.544-.854.835-1.26 1.264l-.988-.055c.577-.49 1.331-.786 1.774-1.417-.494-.266-1.103-.36-1.51-.764-.218-.488.342-.75.679-.947z"/><path d="M10.103 15.838c.2-.124.389-.331.647-.294 1.781.122 3.56.275 5.339.428.397-.014.739.422.566.797-.184.336-.476.595-.725.882l-.736-.196c.376-.338.872-.568 1.135-1.015-2.058-.316-4.157-.358-6.227-.602z"/><path fill="#fee011" d="M11.808.764c.275-.151.532.09.715.27 3.497 3.506 7.002 7.003 10.501 10.505.274.211.349.623.054.853-3.559 3.564-7.123 7.126-10.685 10.687a.501.501 0 0 1-.79 0C8.043 19.517 4.479 15.957.919 12.393c-.34-.259-.18-.698.112-.918C4.638 7.921 8.159 4.268 11.807.764m-.538 4.066c.433.085.877-.025 1.315-.031l.133-.278-.386-.035c-.167-.346-.212-.73-.014-1.073-.284-.112-.594-.277-.902-.149-.654.186-.748 1.276-.145 1.566m-.39.52c-.308.301-.478.707-.671 1.085-.233.007-.478-.022-.695.082-.106.288.215.408.394.548.017.395.186.751.361 1.098l.361.052c.068.112.139.223.209.335-.335.583-.401 1.367.077 1.895.505.512.698 1.246 1.28 1.696-.072-.718-.222-1.428-.26-2.148.061-.547.973-.672 1.16-.144.143.698.194 1.412.286 2.118.266-.404.602-.769.732-1.247.344-.626.844-1.274.72-2.034-.167-.511-.665-.796-1.05-1.128.216-.118.433-.232.652-.344-.061-.232-.12-.464-.169-.698.119-.206.205-.43.229-.667l-.461.016c-.704-1.024-2.147-1.067-3.155-.512m1.274 4.723c.12 1.088.268 2.177.419 3.263.035.434.556.304.808.151a185.18 185.18 0 0 0-.502-3.716c-.265-.058-.746-.095-.725.302M6.87 13.95c-.442.215-.534.865-.196 1.211.505.512 1.265.605 1.949.566l.143-.337c-.445-.056-.92-.056-1.324-.276-.329-.197-.305-.737.041-.901a8.377 8.377 0 0 1 2.837-.944l-.133-.256c-1.145.14-2.272.45-3.317.937m2.71 1.153c-.337.197-.898.458-.679.947.407.404 1.015.498 1.51.764-.443.631-1.196.928-1.774 1.417l.988.055c.406-.428 1.012-.72 1.26-1.264.098-.901-1.192-.772-1.424-1.402.853-.726 1.939-1.154 2.728-1.957-.931.355-1.73.977-2.608 1.439m.522.736c2.07.245 4.169.287 6.227.602-.263.448-.76.677-1.135 1.015l.736.196c.248-.287.541-.546.725-.882.173-.374-.169-.811-.566-.797a297.563 297.563 0 0 0-5.339-.428c-.258-.037-.446.17-.647.294z"/><path fill="#fee011" d="M13.043 6.034c.308.305.654.742.317 1.164a7.528 7.528 0 0 1-.317-1.164zM11.08 7.768c-.568-.059-.289-.632-.134-.942.054.313.1.626.134.942zM13.802 9.664a11.1 11.1 0 0 1-.09-.79l.3.275-.21.515z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slippery-motorcycles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M11.81 0h.388c.379.11.74.295 1.015.584 3.416 3.426 6.84 6.845 10.261 10.267.226.223.395.496.526.785v.722c-.114.3-.277.583-.509.809-3.242 3.239-6.481 6.481-9.722 9.72-.421.413-.805.901-1.378 1.112h-.728a2.194 2.194 0 0 1-.748-.472c-3.46-3.462-6.92-6.924-10.384-10.382-.259-.251-.419-.581-.532-.92v-.378c.101-.366.271-.715.55-.978C3.968 7.448 7.39 4.03 10.807.607A2.372 2.372 0 0 1 11.81 0m-.252.406c-.211.091-.379.252-.542.408C7.579 4.26 4.132 7.695.697 11.142c-.496.444-.508 1.283-.017 1.736 3.498 3.503 6.998 7.006 10.506 10.5.452.484 1.282.451 1.716-.041l10.436-10.434c.52-.461.508-1.333-.017-1.786C19.863 7.656 16.405 4.192 12.943.735c-.342-.378-.91-.538-1.386-.33z"/><path fill="#ffde00" d="M11.92.757c.308-.058.574.14.775.348 3.44 3.442 6.88 6.884 10.318 10.327.348.289.371.86.019 1.156-3.481 3.48-6.962 6.962-10.445 10.442-.294.352-.868.334-1.153-.019-3.48-3.482-6.965-6.962-10.445-10.446-.325-.288-.305-.829.019-1.11 3.413-3.43 6.845-6.841 10.256-10.272.19-.176.382-.396.655-.426m-1.977 4.98c-1.075.637-2.116 1.331-3.173 1.998-.522.323-.287 1.021-.331 1.526 1.927.004 3.854.005 5.78-.001a546.909 546.909 0 0 0-1.763-3.284c-.078-.193-.311-.385-.514-.239m6.229 2.035c-1.235.14-2.509-.059-3.743.097-.527.395.113.979.278 1.409 1.696 0 3.392.006 5.089-.002.113-.557.036-1.128.059-1.692-.521-.389-1.201-.14-1.684.188M7.19 11.015c1.03.004 2.059.002 3.089-.001-.001-.196-.002-.391-.001-.587-1.104-.018-2.208.019-3.311-.016-.652-.05-.992-.68-1.213-1.217-.212.878.528 1.835 1.436 1.82m3.276-1.337c.324.474.443 1.358 1.163 1.346 1.76-.007 3.523.019 5.284-.013.667-.08.672-.863.625-1.376-2.356.026-4.72-.06-7.072.043m-2.708 2.7c.358.786.488 1.866 1.41 2.208.328.2.894.216.992.654-.193.62-.548 1.177-.798 1.776.289.26.583.516.886.761.335-.692.688-1.379 1.013-2.077.194-.371.065-.883-.305-1.092-.572-.299-1.224-.416-1.788-.733-.566-.36-.709-1.057-.994-1.619l-.416.122m7.852-.112a1.459 1.459 0 0 0 .804 1.561c.318.208 1.042.576.575 1.002-2.3 1.771-4.618 3.523-6.923 5.288.281.326.588.628.888.936 2.285-1.924 4.572-3.844 6.85-5.774.479-.349.436-1.156-.112-1.414-.652-.391-1.68-.62-1.648-1.573l-.434-.026z"/><path d="M11.558.406c.476-.208 1.044-.048 1.386.33 3.462 3.457 6.919 6.922 10.378 10.382.524.452.536 1.325.017 1.786L12.903 23.338c-.434.492-1.264.524-1.716.041a5473.986 5473.986 0 0 1-10.506-10.5c-.491-.454-.479-1.292.017-1.736C4.132 7.695 7.58 4.261 11.017.815c.163-.156.331-.317.542-.408m.361.35c-.274.03-.466.25-.655.426C7.853 4.614 4.421 8.025 1.009 11.455c-.324.281-.344.822-.019 1.11 3.48 3.484 6.965 6.964 10.445 10.446.286.353.859.371 1.153.019l10.445-10.442c.352-.295.329-.866-.019-1.156A20090.27 20090.27 0 0 0 12.696 1.105c-.202-.208-.467-.406-.775-.348z"/><path d="M9.942 5.737c.203-.146.436.046.514.239a651.014 651.014 0 0 1 1.763 3.284c-1.926.006-3.853.005-5.78.001.044-.505-.191-1.204.331-1.526 1.057-.667 2.098-1.361 3.173-1.998zM16.17 7.772c.482-.329 1.163-.577 1.684-.188-.023.564.054 1.135-.059 1.692-1.697.008-3.394.002-5.089.002-.166-.43-.805-1.014-.278-1.409 1.234-.156 2.508.043 3.743-.097zM7.19 11.015c-.908.014-1.649-.942-1.436-1.82.221.536.562 1.166 1.213 1.217 1.103.035 2.207-.002 3.311.016-.001.196 0 .391.001.587-1.03.004-2.059.005-3.089.001zM10.466 9.677c2.352-.103 4.716-.017 7.072-.043.047.514.042 1.296-.625 1.376-1.76.032-3.523.006-5.284.013-.72.012-.839-.872-1.163-1.346zM7.758 12.377l.416-.122c.284.562.427 1.259.994 1.619.564.317 1.216.434 1.788.733.37.209.499.721.305 1.092-.325.698-.678 1.385-1.013 2.077-.302-.245-.596-.5-.886-.761.25-.599.605-1.156.798-1.776-.098-.438-.665-.454-.992-.654-.922-.342-1.052-1.422-1.41-2.208zM15.61 12.265c.144.01.289.018.434.026-.032.953.996 1.182 1.648 1.573.547.258.59 1.064.112 1.414-2.278 1.931-4.565 3.851-6.85 5.774-.3-.308-.607-.61-.888-.936 2.305-1.765 4.622-3.517 6.923-5.288.467-.426-.257-.794-.575-1.002a1.459 1.459 0 0 1-.804-1.561z"/></symbol><symbol viewBox="0 0 27 24" id="warning--slippery-road-surface--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.253 0h.631c.529.159 1.021.471 1.285.968 3.855 6.679 7.7 13.365 11.555 20.045.145.26.279.527.395.804v.763A2.016 2.016 0 0 1 25.663 24H1.494c-.742-.16-1.299-.757-1.493-1.477v-.622c.22-.621.583-1.173.908-1.741C4.594 13.765 8.279 7.368 11.967.975c.263-.5.758-.815 1.287-.975M2.852 21.601c7.146.005 14.292.004 21.437 0-3.569-6.199-7.136-12.399-10.72-18.59a8361.098 8361.098 0 0 0-10.717 18.59z"/><path fill="#fff" d="M2.852 21.601a9232.57 9232.57 0 0 1 10.717-18.59c3.584 6.191 7.151 12.391 10.72 18.59-7.146.004-14.292.005-21.437 0m7.629-10.541c-.911.213-.652 1.39-.865 2.09.225.538.083 1.104-.039 1.649a.863.863 0 0 0 1.075.218c.069-.381.14-.762.206-1.144 1.433.316 2.875.597 4.335.759-.065.373-.125.746-.199 1.116.262.339.705.395 1.077.214.066-.395.141-.786.213-1.18.548-.438.41-1.226.586-1.836.127-.357-.1-.641-.37-.843-.103-.854.434-2.228-.641-2.617-1.349-.243-2.7-.534-4.062-.679-.997.22-.926 1.504-1.314 2.254M7.92 15.649c-.502.244-.705 1.085-.104 1.336 1.467.645 3.082.835 4.659 1.021.443.743 1.284 1.014 1.969 1.452.489.51-.164 1.049-.578 1.318.626-.016 1.253.022 1.879-.015.382-.363.575-1.026.224-1.479-.484-.656-1.289-.941-2.039-1.17 1.786.152 3.737-.319 5.393.534.824.648-.164 1.55-.582 2.125.664.005 1.329.003 1.993.001.114-.784.465-1.639.085-2.401-.442-.784-1.422-.979-2.247-1.049-1.685-.053-3.374.016-5.058-.052.556-.555 1.333-.755 2.069-.945-1.12-.385-2.521-.151-3.192.903-1.174-.117-2.45-.08-3.517-.618-.172-.759.911-.917 1.412-1.208-.796-.21-1.684-.321-2.366.248z"/><path fill="#fff" d="M11.056 10.864c-.053-.569.18-1.393.869-1.42a15.57 15.57 0 0 1 3.746.654c.65.244.603 1.115.351 1.635-1.653-.3-3.306-.61-4.967-.869z"/><path d="M10.481 11.06c.388-.75.317-2.034 1.314-2.254 1.363.145 2.713.437 4.062.679 1.075.389.538 1.763.641 2.617.27.202.498.487.37.843-.176.61-.038 1.398-.586 1.836-.072.393-.146.785-.213 1.18-.372.18-.815.125-1.077-.214.075-.37.134-.743.199-1.116-1.46-.163-2.902-.443-4.335-.759-.066.382-.137.763-.206 1.144a.864.864 0 0 1-1.075-.218c.122-.545.264-1.111.039-1.649.213-.7-.046-1.877.865-2.09m.577-.195c1.661.259 3.314.569 4.967.869.252-.521.298-1.391-.351-1.635a15.588 15.588 0 0 0-3.746-.654c-.689.027-.922.85-.869 1.42zM7.92 15.649c.682-.569 1.57-.458 2.366-.248-.5.292-1.584.449-1.412 1.208 1.067.538 2.343.502 3.517.618.671-1.054 2.072-1.288 3.192-.903-.736.19-1.513.391-2.069.945 1.684.068 3.372-.001 5.058.052.824.071 1.805.266 2.247 1.049.38.762.028 1.618-.085 2.401-.664.001-1.329.004-1.993-.001.418-.575 1.406-1.477.582-2.125-1.656-.853-3.607-.382-5.393-.534.75.229 1.555.514 2.039 1.17.351.453.159 1.116-.224 1.479-.626.037-1.253-.001-1.879.015.414-.268 1.067-.808.578-1.318-.685-.438-1.525-.709-1.969-1.452-1.577-.186-3.192-.376-4.659-1.021-.601-.251-.397-1.092.104-1.336z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slippery-road-surface--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.57.772c.589-.082 1.165.192 1.572.605 3.154 3.007 6.298 6.024 9.452 9.029.938.638 1.176 2.086.283 2.867-3.146 3.138-6.277 6.293-9.428 9.425-.702.689-1.93.654-2.594-.073-3.265-3.136-6.544-6.258-9.815-9.388-.718-.637-.703-1.842-.018-2.497 3.043-3.074 6.118-6.121 9.172-9.187.37-.384.824-.734 1.376-.78m-.364.362c-.379.144-.66.45-.942.728C7.271 4.87 4.259 7.858 1.27 10.869c-.624.552-.676 1.613-.041 2.177l9.887 9.442c.584.611 1.638.563 2.207-.044a6436.92 6436.92 0 0 0 9.42-9.422c.586-.562.578-1.585-.035-2.124-3.242-3.119-6.506-6.217-9.756-9.328-.437-.47-1.138-.682-1.746-.434z"/><path fill="#231f20" d="M11.322 1.494c.637-.187 1.325.053 1.775.524 3.03 2.892 6.061 5.783 9.088 8.678.718.608.773 1.796.096 2.456-2.939 2.945-5.88 5.888-8.822 8.83-.643.684-1.824.732-2.492.058-3.085-2.957-6.185-5.902-9.27-8.86-.7-.635-.649-1.82.038-2.446 2.837-2.844 5.676-5.686 8.516-8.527.305-.302.641-.61 1.072-.714m.12.36c-.347.078-.619.323-.865.564C7.723 5.284 4.848 8.131 2 11.004c-.539.488-.588 1.409-.04 1.909 3.088 2.957 6.181 5.906 9.274 8.857.526.534 1.453.485 1.954-.059 2.923-2.917 5.844-5.839 8.766-8.759.575-.517.563-1.49-.036-1.984-3.02-2.903-6.058-5.788-9.084-8.683-.354-.367-.886-.576-1.391-.433z"/><path fill="#231f20" d="M9.19 5.824c.162-.256.47-.372.764-.36 1.202-.006 2.405.022 3.607.012.356.006.806-.011 1.025.331.54.838.852 1.8 1.396 2.635-.524.054-1.166-.184-1.584.236.505.046 1.013.035 1.519.037l-.001.461c-.497-.001-.994-.019-1.489.018.392.401 1.013.161 1.511.227l-.197.382.414.132c.007.241.042.635-.307.631-2.203.026-4.409-.032-6.613-.022-.474-.01-.995.139-1.43-.118-.224-.299.016-.612.312-.72a34.972 34.972 0 0 0-.142-.342c.498-.055 1.114.18 1.513-.212-.497-.046-.996-.034-1.494-.034-.001-.148-.004-.295-.006-.443.503.007 1.006.02 1.508-.016-.384-.47-1.046-.217-1.57-.286.59-.761.77-1.736 1.264-2.551m-.161 1.763c1.93-.157 3.871-.08 5.801.042-.368-.514-.448-1.536-1.26-1.489a48.897 48.897 0 0 0-3.382-.018c-.782-.041-.829.961-1.159 1.465m1.785.861c-.014.271-.028.544-.038.816.784.055 1.568.047 2.353.03-.023-.272.2-.78-.204-.834-.702-.047-1.408-.023-2.111-.012zM8.182 10.654a85.83 85.83 0 0 1 1.522-.024c-.043.323.102.728-.138.991-.407.07-.841.094-1.242-.018-.24-.244-.095-.642-.142-.949zM14.185 10.674a54.853 54.853 0 0 1 1.518.006c-.064.314.115.784-.188.985-.398.068-.83.09-1.22-.036-.192-.274-.078-.641-.109-.955zM7.818 13.793c-.088-1.007 1.08-1.399 1.834-1.693-.43.419-1.201.848-1.007 1.561.626 1.046 2.25 1.211 2.573 2.495.091.985-.772 1.685-1.409 2.306-.307-.484-.607-.971-.917-1.452.289-.133.895-.234.732-.678-.463-.935-1.573-1.472-1.806-2.539zM12.738 13.673c.005-.953 1.102-1.32 1.834-1.603-.418.412-1.228.871-.98 1.574.65 1.026 2.252 1.198 2.567 2.482.071.979-.775 1.676-1.417 2.291-.305-.481-.602-.968-.911-1.447.275-.143.823-.202.75-.622-.428-1.009-1.662-1.534-1.842-2.675z"/><path fill="#fff100" d="M11.206 1.135c.608-.247 1.309-.036 1.746.434 3.25 3.11 6.514 6.209 9.756 9.328.613.539.62 1.562.035 2.124a6436.92 6436.92 0 0 1-9.42 9.422c-.569.607-1.622.655-2.207.044l-9.887-9.442c-.635-.564-.583-1.625.041-2.177 2.989-3.011 6.001-5.999 8.994-9.006.282-.278.563-.584.942-.728m.116.36c-.431.104-.767.412-1.072.714-2.84 2.842-5.68 5.683-8.516 8.527-.688.625-.738 1.811-.038 2.446 3.085 2.958 6.185 5.903 9.27 8.86.668.674 1.849.626 2.492-.058 2.942-2.941 5.884-5.885 8.822-8.83.677-.66.622-1.848-.096-2.456-3.026-2.896-6.058-5.786-9.088-8.678-.45-.472-1.138-.712-1.775-.524z"/><path fill="#fff100" d="M11.443 1.853c.505-.143 1.037.066 1.391.433 3.026 2.896 6.064 5.78 9.084 8.683.599.493.611 1.466.036 1.984-2.922 2.92-5.843 5.842-8.766 8.759-.5.544-1.428.593-1.954.059-3.092-2.951-6.186-5.9-9.274-8.857-.548-.5-.499-1.421.04-1.909 2.848-2.873 5.723-5.72 8.578-8.587.246-.241.518-.486.865-.564M9.19 5.824c-.493.815-.673 1.79-1.264 2.551.523.068 1.186-.185 1.57.286-.503.036-1.006.023-1.508.016.002.148.005.295.006.443.498 0 .997-.012 1.494.034-.4.392-1.015.157-1.513.212l.142.342c-.296.108-.536.421-.312.72.436.257.956.108 1.43.118 2.204-.011 4.41.048 6.613.022.349.004.314-.39.307-.631l-.414-.132c.066-.127.132-.253.197-.382-.498-.066-1.118.174-1.511-.227.496-.037.992-.019 1.489-.018l.001-.461c-.506-.002-1.014.008-1.519-.037.418-.42 1.06-.182 1.584-.236-.544-.835-.856-1.798-1.396-2.635-.218-.342-.668-.325-1.025-.331-1.202.01-2.405-.018-3.607-.012-.294-.012-.602.104-.764.36m-1.008 4.828c.047.307-.098.706.142.949.401.112.835.088 1.242.018.24-.263.095-.668.138-.991a85.83 85.83 0 0 0-1.522.024m6.003.02c.031.314-.083.682.109.955.39.126.822.104 1.22.036.304-.202.125-.671.188-.985a54.853 54.853 0 0 0-1.518-.006m-6.366 3.119c.233 1.067 1.343 1.604 1.806 2.539.163.444-.443.545-.732.678.31.481.61.968.917 1.452.637-.622 1.5-1.321 1.409-2.306-.323-1.284-1.946-1.448-2.573-2.495-.194-.713.577-1.142 1.007-1.561-.754.294-1.921.686-1.834 1.693m4.92-.12c.18 1.141 1.414 1.666 1.842 2.675.073.42-.475.479-.75.622.308.479.606.966.911 1.447.642-.614 1.488-1.312 1.417-2.291-.314-1.284-1.916-1.456-2.567-2.482-.247-.703.563-1.163.98-1.574-.732.283-1.829.65-1.834 1.603z"/><path fill="#fff100" d="M9.029 7.585c.33-.504.377-1.506 1.159-1.465a48.897 48.897 0 0 1 3.382.018c.812-.047.892.976 1.26 1.489-1.93-.122-3.871-.199-5.801-.042zM10.814 8.446c.703-.011 1.409-.035 2.111.012.404.054.181.562.204.834-.785.017-1.57.025-2.353-.03.011-.272.024-.545.038-.816z"/></symbol><symbol viewBox="0 0 24 24" id="warning--slow--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c5c3c3" d="M7.238 0h9.068l.223.221c-1.338.04-2.676.007-4.016.017h-1.485c-1.207 0-2.417 0-3.624.007C5.182 2.391 3.039 4.613.829 6.77-.445 7.792.368 9.629.154 11.026L0 11.532v-4.31C2.417 4.82 4.812 2.393 7.238.001z"/><path fill="#231f20" d="M7.404.245C8.611.238 9.821.238 11.028.238 7.302 3.724 3.75 7.402.154 11.026.368 9.629-.445 7.792.829 6.77 3.039 4.612 5.182 2.391 7.404.245zM12.513.238c1.34-.01 2.678.024 4.016-.017.846.867 1.744 1.682 2.547 2.59.844 1.518 2.312 2.685 3.61 3.845.23.221.47.43.696.661.102 1.207.09 2.419.029 3.629C19.725 7.432 16.282 3.66 12.514.239zM3.22 9.438c.055-1.008 1.112-1.851 2.098-1.466.758.214.943 1.057 1.091 1.725-.304.012-.608.019-.912.026-.171-.314-.354-.62-.549-.92-1.069.185-.791 1.53-.126 2.048 1.19 1.136 2.243 3.244.958 4.674-1.181 1.081-3.072-.211-2.707-1.706l.863.014c-.014.708.917 1.587 1.35.67.535-2.077-2.355-3.03-2.065-5.066zM12.214 7.963c1.19-.43 2.148.758 2.189 1.853.116 1.728.323 3.574-.326 5.221-.43 1.072-2.098 1.176-2.659.171-.725-1.381-.48-3.011-.497-4.512.055-.996.192-2.352 1.293-2.733m.178 1.074c-.653 1.043-.437 2.388-.473 3.569.107.801-.081 2.029.874 2.36 1.022-1.21.623-3.023.592-4.493-.055-.511-.197-1.951-.993-1.435zM7.338 8.008c.323-.002.646-.002.97-.002.038 2.293-.05 4.589.043 6.879a52.6 52.6 0 0 1 1.946 0v.877c-.986.026-1.972.031-2.958-.005a526.735 526.735 0 0 1 0-7.749zM15.13 7.996l.991.024c.14 1.076.219 2.158.375 3.232.366-1.043.428-2.158.649-3.234.29-.005.577-.002.867.007.216 1.074.276 2.184.649 3.22.152-1.074.233-2.155.375-3.229l.991-.017c-.304 2.604-.494 5.237-.962 7.813l-.77-.074c-.34-1.205-.178-2.616-.825-3.69-.23 1.231-.397 2.471-.611 3.705-.299-.021-.92.219-.891-.304-.278-2.483-.604-4.964-.839-7.452zM.238 12.765c3.7 3.826 7.404 7.697 11.368 11.235h-.499l-.15-.226c-1.136-.611-2.771-.002-4.082-.356-2.222-2.21-4.436-4.427-6.649-6.649.005-1.333-.002-2.669.012-4.004zM11.843 24c4.158-3.377 7.644-7.518 11.568-11.171.064 1.297.078 2.6-.052 3.892-2.288 2.265-4.548 4.555-6.834 6.822-1.288.131-2.83-.356-3.966.233l-.197.223h-.518z"/><path fill="#f4901d" d="M11.028.238h1.485c3.769 3.422 7.212 7.193 10.897 10.707.062-1.21.074-2.421-.029-3.629l.143.157v9.077l-.166.171c.131-1.293.116-2.595.052-3.892-3.923 3.652-7.409 7.794-11.568 11.171h-.238C7.64 20.462 3.936 16.591.236 12.765a30.101 30.101 0 0 1-.238-.775v-.459l.154-.506C3.747 7.401 7.3 3.723 11.026.237M3.22 9.438c-.29 2.036 2.6 2.989 2.065 5.066-.432.917-1.364.038-1.35-.67l-.863-.014c-.366 1.495 1.526 2.787 2.707 1.706 1.286-1.43.233-3.538-.958-4.674-.665-.518-.943-1.863.126-2.048.195.299.378.606.549.92.304-.007.608-.014.912-.026-.147-.668-.333-1.511-1.091-1.725-.986-.385-2.044.459-2.098 1.466m8.995-1.476c-1.1.38-1.238 1.737-1.293 2.733.017 1.502-.228 3.132.497 4.512.561 1.005 2.229.901 2.659-.171.649-1.647.442-3.493.326-5.221-.04-1.095-.998-2.284-2.189-1.853m-4.876.045a526.735 526.735 0 0 0 0 7.749c.986.036 1.972.031 2.958.005v-.877a52.6 52.6 0 0 0-1.946 0c-.093-2.291-.005-4.586-.043-6.879-.323 0-.646 0-.97.002m7.793-.012c.235 2.488.561 4.969.839 7.452-.029.523.592.283.891.304.214-1.233.38-2.474.611-3.705.646 1.074.485 2.486.825 3.69l.77.074c.468-2.576.658-5.209.962-7.813l-.991.017c-.143 1.074-.223 2.155-.375 3.229-.373-1.036-.432-2.146-.649-3.22-.29-.01-.577-.012-.867-.007-.221 1.076-.283 2.191-.649 3.234-.157-1.074-.235-2.155-.375-3.232l-.991-.024z"/><path fill="#f4901d" d="M12.392 9.037c.796-.516.939.924.993 1.435.031 1.471.43 3.284-.592 4.493-.955-.33-.768-1.559-.874-2.36.036-1.181-.181-2.526.473-3.569z"/><path fill="#c0bfbf" d="M19.076 2.811c1.198 1.278 2.695 2.345 3.61 3.845-1.297-1.16-2.766-2.326-3.61-3.845z"/><path fill="#8e8a86" d="M0 11.99c.076.259.154.518.238.775C.224 14.1.231 15.436.226 16.769L0 16.536V11.99z"/><path fill="#e4e4e4" d="M6.874 23.418c1.312.354 2.947-.254 4.082.356-1.335-.223-2.928.406-4.082-.356z"/><path fill="#e3e3e3" d="M12.558 23.777c1.136-.589 2.678-.102 3.966-.233l-.211.2c-1.252.062-2.505-.021-3.754.033z"/></symbol><symbol viewBox="0 0 24 24" id="warning--snow-tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M11.81 0h.374c.385.108.75.292 1.027.583 3.418 3.426 6.84 6.846 10.262 10.267.232.228.4.51.526.809v.697a2.24 2.24 0 0 1-.508.81c-3.223 3.22-6.442 6.442-9.665 9.661-.442.432-.84.947-1.438 1.172h-.72c-.276-.113-.542-.258-.754-.472A33889.62 33889.62 0 0 0 .529 13.143c-.264-.253-.421-.59-.532-.934v-.352c.098-.371.269-.724.55-.99C3.966 7.446 7.388 4.028 10.805.605a2.4 2.4 0 0 1 1.003-.607m-.248.408c-.211.092-.38.252-.545.408C7.579 4.262 4.132 7.695.697 11.142c-.496.445-.508 1.283-.017 1.735 3.498 3.504 6.998 7.007 10.506 10.5.452.484 1.28.452 1.715-.04 3.462-3.456 6.917-6.919 10.38-10.374.528-.436.607-1.298.098-1.781-3.45-3.47-6.917-6.925-10.373-10.39-.352-.404-.938-.613-1.447-.388z"/><path fill="#ffde00" d="M11.921.757c.307-.058.571.142.774.347 3.44 3.443 6.881 6.886 10.319 10.331.347.289.368.856.018 1.152-3.481 3.481-6.962 6.965-10.446 10.444-.295.35-.863.332-1.15-.018C7.955 19.529 4.469 16.051.99 12.566c-.326-.288-.306-.827.018-1.109C4.44 8.006 7.894 4.574 11.327 1.124c.17-.157.35-.341.594-.366M6.66 8.089c-.581 1.391-1.132 2.794-1.711 4.184-.31.644-.136 1.376-.176 2.063.155.006.31 0 .464-.018.146-.636.67-1.21 1.351-1.231 3.847-.08 7.702.1 11.544-.125.571-.023 1.015.446 1.135.976.372.005.743.007 1.115.006-.001-.191-.001-.382.001-.572-.227-.005-.454-.004-.679-.008-.319-.504-.834-.944-1.464-.93-1.77-.007-3.539.005-5.309-.005-.276-.817-.884-1.565-.788-2.468.007-.785.006-1.568 0-2.352-1.571.005-3.143-.007-4.712.004-.33-.024-.662.156-.77.478m10.177 5.275c-3.451.12-6.911-.031-10.36.078-1.181.17-1.164 2.07.018 2.22 3.233.049 6.472.023 9.704.014.763-.202 1.47-.587 2.203-.877.594-.191.686-1.116.113-1.39-.53-.221-1.123-.04-1.679-.046z"/><path fill="#ffde00" d="M7.356 8.303c.912-.164 1.867-.024 2.796-.072.007.763.004 1.526.004 2.288-1.24 0-2.479.004-3.719-.001.318-.731.494-1.542.919-2.215zM6.348 10.816l3.798.001.002 1.118c-1.408.001-2.815.004-4.223-.002.137-.374.278-.745.422-1.117zM7.308 13.747c.386.007.773.007 1.158-.005a1.084 1.084 0 0 0-.008 1.619 17.546 17.546 0 0 0-1.147.001 1.113 1.113 0 0 0-.002-1.615zM11.976 13.739c.392.007.785.007 1.177-.005a1.095 1.095 0 0 0-.028 1.627 17.897 17.897 0 0 0-1.135.001 1.117 1.117 0 0 0-.014-1.624zM16.584 13.709c.342-.007.683-.023 1.025-.047-.168.372-.074.756.234 1.021-.304.12-.604.248-.901.384a1.19 1.19 0 0 0-.358-1.358zM9.644 13.742c.38.012.761.011 1.141.002a1.111 1.111 0 0 0 .007 1.618 17.316 17.316 0 0 0-1.162 0 1.094 1.094 0 0 0 .013-1.62zM14.312 13.742c.386.012.773.012 1.159.004a1.102 1.102 0 0 0-.004 1.618 34.505 34.505 0 0 0-1.16.001 1.087 1.087 0 0 0 .005-1.622z"/><path d="M11.56.406c.509-.226 1.096-.017 1.447.388 3.456 3.464 6.923 6.919 10.373 10.39.509.482.43 1.345-.098 1.781-3.463 3.455-6.918 6.918-10.38 10.374-.434.492-1.262.523-1.715.04a4952.512 4952.512 0 0 1-10.506-10.5c-.491-.452-.479-1.29.017-1.735C4.132 7.696 7.58 4.263 11.016.816c.164-.156.334-.316.545-.408m.36.349c-.244.025-.424.209-.594.366C7.894 4.573 4.44 8.005 1.008 11.456c-.324.282-.344.821-.018 1.109 3.479 3.485 6.965 6.964 10.446 10.447.287.35.854.368 1.15.018 3.484-3.479 6.965-6.962 10.446-10.444.35-.296.329-.863-.018-1.152-3.438-3.445-6.878-6.888-10.319-10.331-.203-.205-.467-.404-.774-.347z"/><path d="M6.66 8.089c.108-.322.44-.502.77-.478 1.57-.011 3.142.001 4.712-.004.006.784.007 1.567 0 2.352-.096.904.512 1.651.788 2.468 1.77.01 3.539-.002 5.309.005.63-.014 1.145.426 1.464.93.226.005.452.004.679.008-.002.191-.002.382-.001.572-.372.001-.743-.001-1.115-.006-.12-.529-.564-.998-1.135-.976-3.842.224-7.697.044-11.544.125-.682.022-1.205.595-1.351 1.231-.155.018-.31.024-.464.018.041-.686-.133-1.418.176-2.063.58-1.391 1.13-2.794 1.711-4.184m.697.216c-.425.673-.601 1.484-.919 2.215 1.24.005 2.479.001 3.719.001 0-.762.004-1.525-.004-2.288-.929.048-1.884-.092-2.796.072m-1.008 2.513c-.144.372-.286.743-.422 1.117 1.408.006 2.815.004 4.223.002l-.002-1.118-3.798-.001z"/><path d="M16.838 13.366c.556.006 1.148-.175 1.679.046.574.274.481 1.199-.113 1.39-.733.29-1.44.676-2.203.877-3.233.008-6.472.035-9.704-.014-1.182-.15-1.199-2.05-.018-2.22 3.449-.109 6.908.042 10.36-.078m-9.531.38c.464.444.463 1.168.002 1.615.383-.013.764-.013 1.147-.001a1.085 1.085 0 0 1 .008-1.619c-.385.012-.772.012-1.158.005m4.669-.008c.47.443.478 1.171.014 1.624.378-.012.757-.013 1.135-.001a1.095 1.095 0 0 1 .028-1.627c-.392.012-.785.012-1.177.005m4.608-.031c.404.335.542.864.358 1.358.298-.136.598-.264.901-.384-.308-.265-.402-.649-.234-1.021-.342.024-.683.04-1.025.047m-6.94.033a1.094 1.094 0 0 1-.013 1.62c.386-.013.774-.013 1.162 0a1.11 1.11 0 0 1-.007-1.618c-.38.008-.761.01-1.141-.002m4.667 0c.476.44.487 1.192-.005 1.622.386-.007.774-.007 1.16-.001a1.102 1.102 0 0 1 .004-1.618c-.386.008-.773.008-1.159-.004z"/></symbol><symbol viewBox="0 0 27 24" id="warning--snowmobiles--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.11 0h.649c.682.146 1.315.542 1.646 1.169 3.503 6.077 7.003 12.158 10.505 18.236.383.671.816 1.323 1.057 2.063v.596A2.454 2.454 0 0 1 25.043 24H1.953a2.433 2.433 0 0 1-1.952-1.869v-.663c.214-.721.639-1.347 1.007-1.994 3.516-6.102 7.03-12.205 10.547-18.306.316-.605.918-.979 1.556-1.168M2.784 21.448c7.13.015 14.258.013 21.387 0A3524.272 3524.272 0 0 0 13.478 2.884 3627.38 3627.38 0 0 0 2.785 21.448z"/><path fill="#ffd100" d="M2.784 21.448A3670.822 3670.822 0 0 1 13.477 2.884 3351.913 3351.913 0 0 1 24.17 21.448c-7.129.013-14.257.015-21.387 0m11.83-10.875c-.21.417-.067.899.018 1.332.205.027.411.057.618.086-.155.472-.344.932-.541 1.387-1.347-.406-1.886 1.061-2.54 1.896.21-1.11 1.137-2.233.569-3.369-.533.924-1.009 1.88-1.53 2.81-1.238.113-2.397.837-2.987 1.939.612.626 1.409 1.013 2.231 1.284-.472 1.259-2.074.781-2.709-.069-.164-.344-.727-.407-.76.059.286 1.089 1.528 1.495 2.517 1.667 1.071.053 2.153.08 3.222-.018-.244-.845-1.274-.894-1.998-.976l.333-.529c1.115.139 2.241.032 3.36.039-.375.553-.179 1.443.572 1.501 1.394.005 2.807.089 4.195-.044.933-.225.752-1.611-.167-1.711-.035-.676.081-1.37-.067-2.033-.454-.596-1.355-.212-1.997-.317.556-1.699-1.036-3.071-1.258-4.676-.062-.489-.806-.676-1.08-.258z"/><path fill="#ffd100" d="M13.551 13.959c.572-.284 1.156.379 1.753.092l.078.283c-.465.063-1.13-.19-1.421.299-.373.551-.7 1.133-1.072 1.684a23.36 23.36 0 0 1-.615-.561c.427-.597.777-1.259 1.277-1.797zM14.45 15.334c.258.038.516.08.774.117-.284.353-.239.812-.24 1.235a5.867 5.867 0 0 1-1.263-.08c.252-.419.498-.843.729-1.273z"/><path d="M14.613 10.573c.274-.418 1.018-.232 1.08.258.222 1.604 1.813 2.977 1.258 4.676.642.105 1.542-.279 1.997.317.148.663.032 1.358.067 2.033.92.1 1.1 1.486.167 1.711-1.387.133-2.8.05-4.195.044-.751-.058-.947-.948-.572-1.501-1.119-.007-2.245.1-3.36-.039a153.9 153.9 0 0 0-.333.529c.724.082 1.754.131 1.998.976-1.069.097-2.152.07-3.222.018-.99-.171-2.231-.577-2.517-1.667.034-.467.596-.403.76-.059.635.849 2.237 1.328 2.709.069-.822-.271-1.619-.658-2.231-1.284.589-1.102 1.749-1.826 2.987-1.939.522-.93.998-1.886 1.53-2.81.568 1.137-.359 2.26-.569 3.369.654-.835 1.193-2.302 2.54-1.896.197-.456.386-.916.541-1.387a45.8 45.8 0 0 0-.618-.086c-.085-.433-.228-.916-.018-1.332m-1.061 3.386c-.5.538-.849 1.2-1.277 1.797.202.19.406.378.615.561.372-.551.698-1.133 1.072-1.684.291-.489.956-.236 1.421-.299l-.078-.283c-.597.287-1.181-.376-1.753-.092m.899 1.375c-.232.43-.477.853-.729 1.273.417.076.84.094 1.263.08.001-.423-.044-.882.24-1.235-.258-.038-.516-.08-.774-.117z"/></symbol><symbol viewBox="0 0 24 24" id="warning--snowmobiles--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a518" opacity=".78" d="M11.705 0h.503c.26.138.497.317.707.523 3.314 3.326 6.632 6.649 9.954 9.968.42.434.946.82 1.132 1.423v.146c-.1.259-.229.511-.427.709-3.604 3.598-7.204 7.199-10.802 10.802-.196.193-.44.325-.694.427h-.138c-.265-.089-.524-.212-.721-.416-3.595-3.606-7.205-7.198-10.804-10.8a2.909 2.909 0 0 1-.414-.577v-.425c.263-.553.752-.941 1.172-1.369 3.04-3.04 6.079-6.082 9.119-9.121.448-.455.883-.93 1.414-1.291m-.019.297c-.146.085-.272.2-.395.316C7.697 4.218 4.088 7.808.496 11.416c-.316.27-.368.797-.043 1.081 3.656 3.668 7.322 7.33 10.985 10.991.289.348.83.331 1.115-.012 3.659-3.664 7.327-7.32 10.981-10.99.346-.314.234-.845-.102-1.117-3.599-3.6-7.201-7.199-10.8-10.801-.23-.259-.608-.449-.944-.271z"/><path d="M11.687.296c.336-.178.714.012.944.271 3.599 3.602 7.201 7.201 10.8 10.801.336.272.448.803.102 1.117-3.654 3.67-7.322 7.326-10.981 10.99-.284.343-.826.36-1.115.012C7.775 19.826 4.109 16.165.452 12.496c-.325-.284-.272-.811.043-1.081C4.088 7.808 7.696 4.217 11.291.611c.122-.115.248-.23.395-.316m.11.33C8.099 4.206 4.504 7.902.844 11.523c-.302.221-.373.64-.038.87 3.604 3.596 7.202 7.201 10.805 10.8.178.232.511.292.703.042 3.646-3.636 7.286-7.278 10.924-10.921.25-.193.187-.529-.038-.71C19.626 8.017 16.037 4.445 12.461.859c-.172-.158-.42-.422-.664-.234z"/><path d="M9.312 7.625a.47.47 0 0 1 .74.203c.788 1.453 1.564 2.912 2.342 4.37-2.525.005-5.051 0-7.576.002.066-.667-.257-1.59.444-2.011C6.61 9.331 7.95 8.461 9.311 7.625zM17.29 10.303c.466.007.77-.436 1.208-.524.432-.046.898-.061 1.273.193-.012.672.032 1.346-.019 2.017-.014.282-.355.214-.547.23-2.062-.01-4.123.004-6.186-.008-.202-.406-.445-.792-.616-1.213-.115-.335.193-.719.546-.686 1.447-.025 2.894.005 4.34-.008zM5.638 14.479c-1.054-.073-2.058-1.297-1.648-2.326.215.718.715 1.469 1.526 1.543 1.442.04 2.888.002 4.332.016.005.258.005.517 0 .775-1.403-.007-2.808.016-4.211-.008zM10.126 12.708c3.08-.046 6.162-.008 9.244-.019.047.664.061 1.646-.78 1.798-2.275.062-4.556.005-6.834.029-1.014.098-1.268-1.104-1.63-1.807z"/><path fill="#ffd520" d="M11.796.625c.244-.188.492.076.664.234 3.576 3.586 7.165 7.158 10.739 10.745.226.181.288.517.038.71a7030.002 7030.002 0 0 1-10.924 10.921c-.192.25-.526.19-.703-.042-3.602-3.599-7.201-7.204-10.805-10.8-.335-.23-.264-.649.038-.87C4.503 7.901 8.098 4.205 11.795.625m-2.483 7c-1.361.836-2.701 1.706-4.049 2.564-.701.421-.378 1.344-.444 2.011 2.525-.002 5.051.002 7.576-.002-.779-1.458-1.554-2.917-2.342-4.37a.47.47 0 0 0-.74-.203m7.977 2.678c-1.446.013-2.893-.017-4.34.008-.353-.032-.661.352-.546.686.17.421.414.808.616 1.213 2.063.012 4.124-.001 6.186.008.192-.017.533.052.547-.23.052-.671.007-1.345.019-2.017-.376-.254-.841-.239-1.273-.193-.438.089-.743.532-1.208.524M5.638 14.479c1.403.024 2.808.001 4.211.008.005-.258.005-.517 0-.775-1.444-.013-2.89.024-4.332-.016-.811-.074-1.312-.826-1.526-1.543-.41 1.028.594 2.252 1.648 2.326m4.487-1.771c.361.703.616 1.906 1.63 1.807 2.278-.024 4.559.034 6.834-.029.841-.151.827-1.134.78-1.798-3.082.011-6.163-.026-9.244.019z"/></symbol><symbol viewBox="0 0 24 24" id="warning--snowmobiles--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#605d5e" d="M11.647 0h.716c.121.049.251.088.348.178 3.486 3.488 6.975 6.974 10.46 10.461.304.315.69.585.813 1.029a.482.482 0 0 0 .001.583c-.072.245-.18.485-.363.667-3.568 3.568-7.137 7.135-10.704 10.704-.185.177-.432.259-.664.354a.43.43 0 0 0-.51 0c-.231-.096-.478-.178-.662-.354-3.607-3.61-7.218-7.218-10.825-10.827-.136-.135-.18-.328-.225-.508.036-.218.035-.44-.001-.658.089-.221.176-.454.345-.629C3.903 7.472 7.432 3.946 10.958.416c.193-.191.431-.332.689-.417m.23.206a1.167 1.167 0 0 0-.694.354C7.645 4.103 4.101 7.643.561 11.185c-.442.399-.458 1.163-.015 1.566 3.552 3.555 7.108 7.109 10.66 10.664.388.44 1.135.465 1.54.035 3.569-3.567 7.137-7.137 10.704-10.705.456-.419.407-1.202-.056-1.597C19.866 7.622 16.338 4.094 12.813.564c-.241-.247-.587-.405-.936-.359z"/><path fill="#fed24c" d="M11.877.205c.349-.045.695.112.936.359 3.525 3.529 7.053 7.057 10.581 10.584.463.396.512 1.178.056 1.597-3.568 3.568-7.135 7.138-10.704 10.705-.405.431-1.152.405-1.54-.035C7.654 19.86 4.098 16.307.546 12.751c-.443-.404-.426-1.168.015-1.566C4.101 7.643 7.644 4.103 11.183.559c.186-.186.427-.328.694-.354m-.008.234c-.392.043-.641.379-.903.634C7.562 4.48 4.155 7.885.751 11.291c-.388.346-.403 1.003-.019 1.357 3.525 3.529 7.053 7.054 10.579 10.582.353.396 1.023.392 1.374-.006 3.525-3.528 7.055-7.053 10.578-10.583.377-.353.363-1-.018-1.344-3.512-3.516-7.028-7.028-10.54-10.545-.212-.225-.524-.365-.836-.315z"/><path fill="#fed24c" d="M11.861.919c.189-.064.383.03.512.166 3.512 3.515 7.028 7.027 10.54 10.543a.48.48 0 0 1-.019.725c-3.499 3.502-7.001 7.001-10.498 10.503-.184.233-.551.281-.753.044-3.504-3.496-6.998-7.002-10.502-10.498-.246-.186-.311-.568-.059-.778 3.497-3.504 7.001-7 10.498-10.504.085-.077.172-.161.283-.2m-.589 5.592c.193.084.431.081.592.228.089.268-.283.348-.439.488.315.216.755.345 1.092.097.529-.305.473-1.204-.109-1.417-.478-.215-.975.156-1.136.604m.803 1.6c-.131.452-.111.941-.196 1.407-.567.306-1.125.628-1.695.925.028-.476.087-.949.104-1.426-.567.336-.713 1.1-1.238 1.488-.826.398-1.666.768-2.491 1.169.001.469-.428 1.068.045 1.423a7.072 7.072 0 0 0 1.775 1.326l-.065.219c-.446.154-.864.427-1.342.463-.582-.009-.952-.494-1.236-.938l-.287.166c.289.582.837 1.095 1.524 1.089 1.529.006 3.058.001 4.587.002l.001-.366c-.826-.039-1.699.142-2.467-.255l.039-.25c3.12.006 6.241-.004 9.361.005.212-.875-.135-1.811-.799-2.401.13-.384.259-.767.386-1.152-.245-.002-.491-.002-.735-.002-.246.334-.49.669-.735 1.005-.767.006-1.535.002-2.302.002.093-1.656-.248-3.37-1.093-4.802-.4.272-.781.581-1.14.904m-.014 6.769c.289.328.696.584 1.148.568 1.138.001 2.275-.003 3.413.002.418.038.728-.298.996-.569a467.887 467.887 0 0 0-5.557-.001z"/><path fill="#fed24c" d="M10.484 11.167a79.489 79.489 0 0 1 1.517-.595c.091.209.182.419.275.628-.375.349-.762.683-1.153 1.013a139.01 139.01 0 0 1-.639-1.046z"/><path fill="#231f20" d="M11.869.439c.312-.05.624.089.836.315 3.512 3.516 7.027 7.029 10.54 10.545.381.344.395.991.018 1.344-3.523 3.529-7.052 7.055-10.578 10.583-.351.398-1.022.402-1.374.006C7.786 19.704 4.257 16.179.732 12.65c-.384-.354-.37-1.011.019-1.357C4.156 7.887 7.563 4.482 10.966 1.075c.263-.255.511-.591.903-.634m-.008.478c-.111.039-.198.123-.283.2C8.082 4.623 4.577 8.12 1.08 11.623c-.252.211-.186.593.059.778 3.504 3.496 6.998 7.002 10.502 10.498.202.238.569.189.753-.044 3.498-3.503 7-7.001 10.498-10.503.221-.182.241-.534.019-.725-3.512-3.516-7.027-7.028-10.54-10.543-.129-.136-.323-.23-.512-.166z"/><path fill="#231f20" d="M11.274 6.512c.161-.448.658-.819 1.136-.604.581.213.637 1.112.109 1.417-.337.247-.777.118-1.092-.097.156-.14.529-.221.439-.488-.161-.147-.399-.144-.592-.228zM12.077 8.112c.359-.324.74-.632 1.14-.904.845 1.433 1.186 3.147 1.093 4.802.767.001 1.535.004 2.302-.002.245-.336.488-.671.735-1.005.245 0 .491 0 .735.002-.126.385-.256.769-.386 1.152.664.59 1.011 1.526.799 2.401-3.12-.009-6.241.001-9.361-.005l-.039.25c.768.396 1.641.216 2.467.255l-.001.366c-1.528-.001-3.058.005-4.587-.002-.688.006-1.235-.507-1.524-1.089l.287-.166c.285.444.654.929 1.236.938.478-.036.896-.309 1.342-.463l.065-.219a7.12 7.12 0 0 1-1.775-1.326c-.474-.355-.045-.954-.045-1.423.825-.401 1.665-.771 2.491-1.169.525-.388.671-1.151 1.238-1.488-.017.477-.075.95-.104 1.426.571-.298 1.129-.619 1.695-.925.085-.465.065-.954.196-1.407m-1.592 3.056c.211.35.425.698.639 1.046.391-.33.778-.664 1.153-1.013l-.275-.628c-.508.194-1.014.391-1.517.595z"/><path fill="#231f20" d="M12.064 14.882c1.853-.01 3.705-.011 5.557.001-.268.272-.578.607-.996.569-1.138-.005-2.275-.001-3.413-.002-.452.015-.859-.241-1.148-.568z"/><path fill="#b8b7b7" d="M0 11.51l.032.119c.036.218.036.44.001.658l-.032.122v-.9z"/><path fill="#c5c4c4" d="M23.985 11.668l.015.035v.512l-.015.036a.482.482 0 0 1-.001-.583z"/><path fill="#dbdada" d="M11.745 23.976a.43.43 0 0 1 .51 0l-.036.024h-.438l-.036-.024z"/></symbol><symbol viewBox="0 0 24 24" id="warning--snowmobiles-and-others--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M11.788 0h.428c.731.191 1.2.806 1.715 1.309 3.162 3.16 6.319 6.324 9.485 9.48.242.241.433.527.584.833v.751c-.246.656-.82 1.088-1.291 1.576-3.16 3.162-6.324 6.318-9.48 9.484a2.81 2.81 0 0 1-.823.568h-.76c-.599-.24-1.004-.756-1.452-1.194-3.202-3.199-6.398-6.404-9.604-9.599-.277-.265-.46-.606-.59-.962v-.418c.115-.385.316-.742.608-1.019 3.182-3.178 6.365-6.355 9.544-9.536.492-.486.948-1.06 1.636-1.272m-.228.406c-.21.094-.38.251-.545.407C7.581 4.262 4.131 7.695.697 11.144c-.494.448-.506 1.279-.017 1.734 3.498 3.504 6.998 7.007 10.507 10.5.455.484 1.277.451 1.714-.04 3.481-3.476 6.96-6.955 10.438-10.435.52-.464.505-1.327-.016-1.783C19.885 7.677 16.445 4.237 13.007.794c-.354-.4-.94-.617-1.447-.386z"/><path fill="#ffde00" d="M11.92.757c.34-.064.613.187.838.406 3.415 3.427 6.84 6.845 10.255 10.272.346.293.37.851.018 1.151A8571.552 8571.552 0 0 1 12.585 23.03c-.298.35-.858.332-1.148-.018C7.956 19.53 4.469 16.052.992 12.565c-.396-.347-.245-.943.134-1.235 3.403-3.4 6.806-6.799 10.201-10.206.17-.156.353-.334.593-.366M7.403 6.929c-.496.274-.294.916-.338 1.375 1.709-.001 3.418.002 5.125-.002-.62-1.068-1.08-2.237-1.822-3.228-1.009.584-1.982 1.23-2.965 1.855m8.196.06c-1.08.109-2.182-.073-3.256.084-.412.372.126.859.264 1.24 1.513-.007 3.028.016 4.541-.013-.007-.503.126-1.056-.054-1.53-.467-.328-1.039.023-1.495.22M6.433 8.244c-.094.71.376 1.499 1.12 1.585.971.05 1.945.004 2.917.019v-.52c-.971-.014-1.943.024-2.914-.013-.598-.024-.875-.619-1.123-1.072m4.204.408c.274.464.426 1.27 1.116 1.212 1.523-.008 3.049.024 4.572-.016.611-.043.605-.76.593-1.214-2.094.011-4.188-.024-6.281.018m-.796 2.802c-.218.602-.408 1.214-.599 1.826l-.421.001c-.001.347-.002.695-.005 1.042-.428.156-.974.166-1.249.583.737-.037 1.453-.227 2.18-.332.671.769 1.294 1.58 1.926 2.381.298-.018.601-.032.876-.16-.263-.06-.53-.09-.799-.114-.608-.793-1.18-1.615-1.792-2.406-.143-.269-.456-.143-.695-.137.248-.809.446-1.632.701-2.438.425-.006.85-.007 1.271-.064-.398-.317-.93-.156-1.394-.182m.291 1.297l-.318.913.737.97 1.769-.001-.006-.646c-.659-.529-1.2-1.45-2.182-1.236m2.364 1.166l-.001.698c.299.001.598.001.898.004-.145.516-.306 1.03-.388 1.56.403-.427.62-.996 1.022-1.421.31-.113.652-.066.976-.079.857-.118 1.298.788 2.01 1.088-.52-.662-1.022-1.65-1.978-1.65a55.127 55.127 0 0 0-.074-.586c-.826.101-1.643.256-2.465.385m-1.712 1.021c.355.491.716.976 1.076 1.463.923.202.922-.852 1.117-1.463-.732-.001-1.463-.001-2.194 0m-1.974.472c-1.018.145-1.549 1.414-1.052 2.28.43.82 1.64 1.031 2.339.437.493-.396.679-1.109.475-1.703-.214-.724-1.037-1.157-1.762-1.014m5.874-.004c-1.046.145-1.63 1.512-1.008 2.368.582 1.004 2.266.876 2.699-.197.553-1.074-.517-2.436-1.691-2.171z"/><path fill="#ffde00" d="M8.79 16.116c.582-.256 1.288.298 1.175.924-.056.652-.922.997-1.41.563-.514-.383-.378-1.286.235-1.487m.013.259c-.424.209-.432.894.001 1.099.39.241.95-.097.923-.554.014-.456-.532-.774-.924-.545zM14.668 16.111c.624-.263 1.344.389 1.141 1.034-.134.624-1.003.871-1.444.41-.466-.409-.29-1.261.302-1.445m.013.254c-.414.186-.468.832-.079 1.075.386.3 1.013-.032.982-.52.013-.445-.509-.766-.902-.556z"/><path d="M11.56.407c.508-.23 1.093-.013 1.447.386 3.438 3.443 6.878 6.883 10.316 10.326.521.456.535 1.319.016 1.783-3.478 3.48-6.956 6.959-10.438 10.435-.437.491-1.259.523-1.714.04A4727.913 4727.913 0 0 1 .68 12.877c-.49-.455-.478-1.286.017-1.734C4.13 7.694 7.58 4.261 11.015.813c.164-.156.335-.313.545-.407m.36.351c-.24.032-.422.21-.593.366C7.932 4.53 4.529 7.929 1.126 11.329c-.379.292-.53.888-.134 1.235 3.476 3.487 6.964 6.965 10.445 10.447.29.35.851.368 1.148.018 3.485-3.478 6.967-6.96 10.446-10.444.352-.3.328-.858-.018-1.151-3.415-3.427-6.84-6.845-10.255-10.272-.224-.218-.498-.469-.838-.406z"/><path d="M7.403 6.929c.983-.625 1.956-1.271 2.965-1.855.742.991 1.201 2.16 1.822 3.228-1.708.005-3.416.001-5.125.002.044-.46-.157-1.102.338-1.375zM15.599 6.989c.456-.197 1.028-.547 1.495-.22.18.474.047 1.027.054 1.53-1.513.029-3.028.006-4.541.013-.138-.38-.676-.868-.264-1.24 1.074-.157 2.176.025 3.256-.084zM6.433 8.244c.248.452.526 1.048 1.123 1.072.971.037 1.943-.001 2.914.013v.52c-.972-.016-1.946.031-2.917-.019-.744-.086-1.213-.875-1.12-1.585zM10.637 8.651c2.093-.042 4.187-.007 6.281-.018.012.455.018 1.171-.593 1.214-1.523.04-3.049.007-4.572.016-.69.058-.842-.748-1.116-1.212zM9.841 11.453c.464.026.996-.134 1.394.182-.421.056-.846.058-1.271.064-.254.806-.452 1.63-.701 2.438.239-.006.552-.132.695.137.612.791 1.183 1.613 1.792 2.406.269.024.536.054.799.114-.275.127-.578.142-.876.16-.632-.8-1.255-1.612-1.926-2.381-.727.106-1.444.295-2.18.332.275-.418.821-.427 1.249-.583l.005-1.042.421-.001c.191-.612.38-1.224.599-1.826z"/><path d="M10.132 12.75c.982-.214 1.523.707 2.182 1.236l.006.646-1.769.001-.737-.97.318-.913zM12.496 13.916c.822-.13 1.639-.284 2.465-.385.026.194.05.39.074.586.955 0 1.458.988 1.978 1.65-.712-.3-1.153-1.206-2.01-1.088-.324.013-.666-.034-.976.079-.402.425-.619.994-1.022 1.421.082-.53.242-1.044.388-1.56l-.898-.004.001-.698z"/><path d="M10.784 14.936c.731-.001 1.462-.001 2.194 0-.196.611-.194 1.664-1.117 1.463-.36-.487-.721-.972-1.076-1.463zM8.809 15.408c.725-.143 1.548.29 1.762 1.014.204.594.018 1.307-.475 1.703-.698.594-1.909.383-2.339-.437-.497-.866.035-2.135 1.052-2.28m-.019.708c-.613.2-.749 1.104-.235 1.487.488.434 1.354.089 1.41-.563.113-.626-.593-1.18-1.175-.924zM14.683 15.404c1.174-.265 2.244 1.097 1.691 2.171-.433 1.073-2.117 1.201-2.699.197-.622-.856-.038-2.222 1.008-2.368m-.015.707c-.593.184-.768 1.036-.302 1.445.44.461 1.309.214 1.444-.41.203-.646-.517-1.297-1.141-1.034z"/><path d="M8.803 16.375c.392-.229.938.089.924.545.028.457-.533.796-.923.554-.433-.205-.425-.89-.001-1.099zM14.68 16.364c.394-.21.916.11.902.556.031.487-.595.82-.982.52-.389-.244-.335-.889.079-1.075z"/></symbol><symbol viewBox="0 0 24 24" id="warning--soft-road-surface--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#bb9c17" opacity=".73" d="M11.779 0h.41c.532.4.983.889 1.451 1.36 3.318 3.324 6.638 6.646 9.96 9.966.588.46.232 1.211-.272 1.562-3.614 3.587-7.2 7.204-10.811 10.793-.355.402-.956.242-1.248-.146C7.536 19.735 3.687 16.043 0 12.202v-.414c.306-.491.752-.866 1.153-1.274l9.36-9.36c.406-.401.782-.841 1.266-1.153m.04.301c-.15.083-.275.203-.398.319C7.785 4.264 4.137 7.897.503 11.542c-.269.212-.318.6-.03.821 3.698 3.702 7.4 7.402 11.1 11.102.246.311.674.2.883-.089 3.653-3.667 7.316-7.325 10.979-10.984a.52.52 0 0 0 .034-.822C19.816 7.903 16.145 4.251 12.493.584c-.178-.161-.409-.418-.673-.283z"/><path d="M11.819.302c.264-.134.496.122.673.283 3.653 3.667 7.324 7.319 10.976 10.986a.52.52 0 0 1-.034.822c-3.662 3.659-7.326 7.316-10.979 10.984-.209.289-.637.4-.883.089-3.7-3.701-7.402-7.4-11.1-11.102-.288-.221-.239-.608.03-.821C4.136 7.897 7.784 4.265 11.42.622c.124-.116.248-.236.398-.319M.562 11.982c3.806 3.796 7.592 7.615 11.417 11.393 3.808-3.791 7.603-7.594 11.401-11.394C19.617 8.14 15.789 4.359 11.984.559A1033.727 1033.727 0 0 0 .562 11.982z"/><path d="M13.319 6.835c.967-.32 1.526.904 2.4 1.049.7-.062 1.393-.192 2.094-.257.275.616.581 1.218.926 1.798-.774.172-1.547.34-2.321.505-.216-.606-.841-1.097-1.505-.886-.634.143-.911.809-.9 1.402-1.358.305-2.728.557-4.08.889 3.438.004 6.875-.002 10.312.002l-.001.558c-3.68.006-7.361-.01-11.041.008-.307.874-1.541.834-1.841-.024-.577.122-1.154.241-1.73.364-.05-.116-.102-.233-.151-.349-.642.002-1.284.001-1.926.001-.004-.185-.006-.37-.008-.554.628-.007 1.256-.006 1.885-.006-.026-.306-.055-.611-.082-.917.744-.3 1.511-.535 2.282-.754 1.073-.164 1.229-1.5 2.038-2.029 1.211-.288 2.434-.527 3.649-.8m-1.446.628c.08.389.163.778.248 1.165a70.872 70.872 0 0 1 1.842-.395c-.227-.356-.455-.71-.674-1.072-.476.082-.947.19-1.416.301m-2.195.532c-.376.426-.667.918-1.004 1.374 1.028-.203 2.05-.437 3.076-.652-.08-.388-.164-.776-.247-1.164-.606.148-1.255.181-1.824.442m-2.478 3.44c.346-.246.61-.69 1.078-.689.476-.018.751.425 1.094.679-.053-1.212-2.137-1.205-2.172.01z"/><path d="M15.047 9.293c.638-.172 1.274.524 1.055 1.145-.164.668-1.129.882-1.556.338-.461-.485-.157-1.376.502-1.483zM10.906 12.505c.338-.151.685-.282 1.037-.402l.2.546c-.415-.018-.89.175-1.237-.144zM13.379 12.148l.514.122c.122.257.244.514.361.773-.384-.198-.763-.408-1.152-.601.094-.097.186-.196.277-.294zM16.765 13.014c.284-.378.65-.679 1.072-.894l.496.521-.667.652a71.84 71.84 0 0 0-.9-.278zM9.425 12.631c.148-.157.295-.316.444-.473.222.114.44.238.665.35-.085.214-.166.43-.245.646-.287-.176-.576-.35-.864-.523zM15.385 12.258c.286.204.569.409.852.617-.091.142-.184.283-.275.426-.334-.119-.668-.235-1.002-.353.14-.23.283-.46.425-.69zM4.864 12.37c.503.138 1.013.252 1.505.426-.08.144-.174.28-.263.418-.358-.078-.718-.151-1.078-.226l-.164-.618zM3.161 13.386c.179-.182.36-.364.542-.542l.436.383c-.095.119-.191.236-.287.354-.23-.066-.461-.131-.691-.194zM12.034 13.208c.428-.1.907-.188 1.157.268-.134.19-.271.379-.428.551-.248-.268-.49-.541-.728-.818zM5.63 14.104c.328-.3.65-.606 1.01-.868-.019.179-.041.359-.065.539-.197.128-.394.259-.59.39-.089-.014-.266-.046-.355-.061zM10.028 13.456c.328.074.665.092.994.018.043.161.086.32.131.481a4.987 4.987 0 0 0-1.066.288 34.701 34.701 0 0 0-.059-.787zM14.944 13.369c.211.209.409.43.604.655l-.127.46-.44.162a11.34 11.34 0 0 1-.036-1.277zM8.293 13.722c.266-.102.546-.162.824-.221.107.232.214.463.319.695-.353-.168-.991-.085-1.144-.474zM6.704 14.658c.115-.281.233-.562.35-.842l.306.292.221-.016c.089.251.202.491.337.72-.404-.056-.81-.103-1.214-.154zM4.094 14.404c.188-.091.373-.187.569-.259.194.362.403.715.665 1.034-.287.028-.575 0-.853-.074a59.026 59.026 0 0 0-.38-.701zM6.004 15.647l.707-.095.265.211c-.041.293-.06.614-.298.824-.232-.308-.452-.625-.674-.941z"/><path fill="#ffd520" d="M.562 11.982A1016.64 1016.64 0 0 1 11.984.559c3.805 3.799 7.633 7.58 11.396 11.422-3.798 3.8-7.594 7.603-11.401 11.394-3.824-3.778-7.61-7.597-11.417-11.393m12.757-5.147c-1.216.274-2.438.512-3.649.8-.809.529-.965 1.865-2.038 2.029-.772.218-1.538.454-2.282.754.026.306.055.611.082.917-.629 0-1.258-.001-1.885.006l.008.554c.642 0 1.284.001 1.926-.001.049.116.101.233.151.349.576-.122 1.153-.241 1.73-.364.3.858 1.534.898 1.841.024 3.68-.018 7.361-.002 11.041-.008l.001-.558c-3.437-.005-6.874.001-10.312-.002 1.352-.332 2.722-.584 4.08-.889-.011-.593.266-1.259.9-1.402.664-.211 1.289.28 1.505.886.774-.166 1.547-.334 2.321-.505a16.954 16.954 0 0 1-.926-1.798c-.701.065-1.394.194-2.094.257-.874-.145-1.433-1.369-2.4-1.049m1.728 2.458c-.659.107-.962.998-.502 1.483.427.544 1.392.33 1.556-.338.22-.62-.416-1.316-1.055-1.145m-4.14 3.212c.347.319.822.126 1.237.144l-.2-.546c-.352.12-.698.251-1.037.402m2.473-.357c-.091.098-.184.197-.277.294.389.193.768.403 1.152.601a54.271 54.271 0 0 0-.361-.773l-.514-.122m3.386.866c.3.091.601.184.9.278l.667-.652-.496-.521a3.1 3.1 0 0 0-1.072.894m-7.339-.382c.288.173.577.347.864.523.079-.216.16-.432.245-.646-.224-.113-.443-.236-.665-.35-.149.157-.296.316-.444.473m5.96-.373l-.425.69c.334.118.668.234 1.002.353.091-.143.184-.284.275-.426a73.784 73.784 0 0 0-.852-.617m-10.521.112l.164.618c.36.074.72.148 1.078.226.089-.138.182-.274.263-.418-.492-.174-1.002-.288-1.505-.426m-1.703 1.016c.23.064.461.128.691.194.096-.118.192-.235.287-.354l-.436-.383c-.182.179-.364.36-.542.542m8.873-.177c.239.277.48.551.728.818.157-.172.294-.361.428-.551-.25-.456-.728-.367-1.157-.268m-6.403.897c.089.016.266.047.355.061.197-.131.394-.262.59-.39.024-.18.046-.36.065-.539-.36.262-.683.568-1.01.868m4.398-.648c.022.263.043.524.059.787.343-.137.701-.23 1.066-.288l-.131-.481a2.254 2.254 0 0 1-.994-.018m4.916-.087c-.019.426.007.852.036 1.277l.44-.162.127-.46a10.693 10.693 0 0 0-.604-.655m-6.65.353c.152.389.791.306 1.144.474l-.319-.695a5.443 5.443 0 0 0-.824.221m-1.59.936c.404.05.81.097 1.214.154a4.07 4.07 0 0 1-.337-.72l-.221.016-.306-.292c-.118.281-.235.562-.35.842m-2.61-.254c.128.233.256.466.38.701.278.074.566.102.853.074a6.343 6.343 0 0 1-.665-1.034c-.196.072-.38.168-.569.259m1.911 1.243c.222.316.443.632.674.941.238-.21.257-.532.298-.824l-.265-.211-.707.095z"/><path fill="#ffd520" d="M11.873 7.463c.469-.112.94-.22 1.416-.301.22.361.448.715.674 1.072-.617.121-1.23.258-1.842.395a92.753 92.753 0 0 1-.248-1.165zM9.678 7.994c.569-.26 1.218-.294 1.824-.442.083.388.167.776.247 1.164-1.026.215-2.047.449-3.076.652.337-.456.629-.948 1.004-1.374zM7.201 11.434c.035-1.214 2.119-1.222 2.172-.01-.343-.254-.618-.697-1.094-.679-.468-.001-.732.443-1.078.689z"/></symbol><symbol viewBox="0 0 24 24" id="warning--soft-road-surface--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M11.864 0h.314c.7.142 1.153.714 1.632 1.19 3.221 3.22 6.442 6.442 9.664 9.661.232.227.4.509.526.806v.69c-.114.304-.275.59-.508.818-3.241 3.24-6.484 6.48-9.724 9.721-.42.416-.81.9-1.382 1.112h-.712c-.277-.112-.546-.257-.758-.472C7.455 20.064 3.994 16.602.531 13.142c-.263-.254-.421-.59-.532-.934v-.336c.095-.377.265-.736.55-1.006C3.988 7.426 7.433 3.99 10.873.548c.268-.28.62-.452.991-.552m-.304.41c-.21.092-.38.252-.544.408C7.58 4.26 4.132 7.695.697 11.142c-.496.445-.509 1.282-.017 1.735 3.498 3.504 6.998 7.007 10.506 10.501.454.484 1.28.451 1.715-.041 3.462-3.456 6.917-6.919 10.38-10.374.527-.436.606-1.297.1-1.78-3.45-3.472-6.919-6.924-10.374-10.391-.352-.402-.938-.614-1.447-.388z"/><path fill="#ffde00" d="M11.921.757c.306-.058.57.143.774.347 3.44 3.443 6.881 6.886 10.319 10.331.346.29.368.854.019 1.151L12.585 23.032c-.295.349-.862.331-1.148-.019C7.956 19.531 4.469 16.051.991 12.565c-.329-.289-.304-.829.02-1.112 3.413-3.428 6.844-6.839 10.254-10.27.19-.175.383-.392.656-.425M3.97 9.974v1.024l16.099.001.002-1.024c-5.368-.002-10.734-.001-16.102-.001m.004 2.734c-.005.578-.013 1.158.004 1.736.632-.091.697-1.046 1.388-.958.635.008.666 1.05 1.352.905.582-.038.629-.894 1.218-.905.644-.065.707.869 1.308.913.71.128.738-.986 1.435-.914.647-.036.692.925 1.326.917.649.052.721-.882 1.331-.918.662-.047.761.959 1.422.9.61-.026.666-.958 1.309-.91.636-.011.67.978 1.328.928.65.036.68-.942 1.326-.917.659-.038.724.87 1.336.966.014-.578.01-1.158.006-1.736-.36-.098-.578-.395-.781-.685-.215-.359-.806-.388-1.039-.034-.232.26-.41.685-.821.668-.644.028-.694-.947-1.339-.916-.679-.055-.745 1.014-1.44.895-.595-.048-.677-.955-1.319-.894-.592.014-.622.872-1.201.904-.7.119-.792-.905-1.446-.907-.649-.038-.68.96-1.339.92-.643.047-.694-.876-1.301-.917-.689-.103-.754.962-1.438.908-.595.008-.628-.865-1.201-.906-.701-.103-.784.863-1.424.955z"/><path d="M11.56.406c.509-.227 1.096-.014 1.447.388 3.455 3.467 6.924 6.919 10.374 10.391.506.482.427 1.344-.1 1.78-3.463 3.455-6.918 6.918-10.38 10.374-.434.492-1.261.524-1.715.041A5200.703 5200.703 0 0 1 .68 12.879c-.492-.454-.479-1.29.017-1.735C4.131 7.696 7.58 4.262 11.016.816c.163-.156.334-.316.544-.408m.361.349c-.274.032-.467.25-.656.425-3.41 3.431-6.841 6.841-10.254 10.27-.324.283-.349.823-.02 1.112 3.478 3.486 6.965 6.966 10.446 10.448.287.35.853.368 1.148.019 3.484-3.481 6.966-6.964 10.448-10.446.349-.296.326-.86-.019-1.151-3.438-3.445-6.878-6.888-10.319-10.331-.204-.204-.468-.404-.774-.347z"/><path d="M3.97 9.974c5.368 0 10.734-.001 16.102.001l-.002 1.024-16.099-.001V9.974zM3.973 12.708c.641-.092.724-1.058 1.424-.955.574.041.606.914 1.201.906.684.054.749-1.012 1.438-.908.607.041.658.964 1.301.917.659.04.69-.959 1.339-.92.654.002.746 1.026 1.446.907.58-.031.61-.889 1.201-.904.642-.061.724.846 1.319.894.695.119.761-.95 1.44-.895.646-.031.695.943 1.339.916.41.017.589-.408.821-.668.233-.354.824-.325 1.039.034.203.29.421.587.781.685.004.578.008 1.158-.006 1.736-.612-.096-.677-1.004-1.336-.966-.646-.025-.676.953-1.326.917-.659.05-.692-.938-1.328-.928-.643-.048-.7.883-1.309.91-.661.059-.76-.947-1.422-.9-.61.036-.682.97-1.331.918-.634.008-.679-.953-1.326-.917-.697-.072-.725 1.043-1.435.914-.601-.044-.664-.978-1.308-.913-.589.011-.636.866-1.218.905-.686.145-.718-.896-1.352-.905-.691-.089-.756.866-1.388.958-.017-.578-.008-1.158-.004-1.736z"/></symbol><symbol viewBox="0 0 24 24" id="warning--soft-shoulder--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.78 0h.545c.307.119.598.284.828.522 3.218 3.223 6.44 6.443 9.662 9.664.408.413.85.8 1.184 1.279v1.229c-3.222 3.38-6.598 6.62-9.88 9.947-.472.457-.904.959-1.427 1.36h-1.247c-3.624-3.466-7.1-7.092-10.682-10.604-.32-.295-.606-.636-.764-1.048v-.54c.122-.31.292-.601.532-.834 3.268-3.253 6.523-6.518 9.785-9.778.451-.44.858-.961 1.464-1.196m.137.391c-.302.041-.527.266-.738.467C7.686 4.367 4.173 7.855.681 11.365c-.457.413-.358 1.158.107 1.524 3.53 3.51 7.044 7.039 10.568 10.556.362.413 1.052.42 1.42.008 3.56-3.558 7.122-7.116 10.678-10.679.44-.396.379-1.118-.065-1.486-3.498-3.502-7-6.998-10.499-10.5-.25-.26-.598-.473-.973-.397z"/><path fill="#ffd033" d="M11.813 1c.232-.216.533-.028.707.161 3.498 3.503 7.006 6.997 10.502 10.502a.492.492 0 0 1 .005.797c-3.52 3.524-7.043 7.046-10.564 10.568a.49.49 0 0 1-.797-.01c-3.521-3.521-7.039-7.045-10.56-10.567-.304-.228-.216-.636.061-.842C4.721 8.08 8.231 4.5 11.812 1M8.76 5.639c-.29.635-.374 1.348-.67 1.98-.784.611-.602 1.698-.94 2.54-.209.438.125.667.539.673-.053.306-.125.612-.131.924.073.448.7.572 1.021.305.149-.326.168-.692.23-1.042 1.748.269 3.486.607 5.23.904-.059.343-.142.686-.149 1.036.176.371.758.487 1.038.17.152-.308.164-.662.23-.995.208.028.414.055.623.078.124-1.098.577-2.274.088-3.325-.02-.676.108-1.35.053-2.026-.028-.21-.278-.232-.44-.275-2.04-.36-4.08-.721-6.121-1.076-.197-.023-.497-.106-.601.128m-5.838 7.827c.794.79 1.585 1.583 2.378 2.374 4.58-.001 9.162.01 13.742-.006l.492-.511c-1.814-.005-3.629.001-5.442-.002 0-.618 0-1.237-.002-1.855-3.722.001-7.446-.002-11.168.001z"/><path fill="#ffd033" d="M9.139 5.944c.493.082.985.172 1.482.232-.444.178-.511.635-.419 1.058-.197-.011-.394-.024-.59-.036a5.731 5.731 0 0 0-.564-.742c.029-.172.06-.342.091-.512zM10.813 6.221c1.553.305 3.116.553 4.673.84-.052.522-.108 1.044-.164 1.566-1.274-.212-2.544-.457-3.818-.665-.158-.262-.4-.442-.676-.565.181-.38.354-.846-.014-1.176zM9.006 6.582l.455.632-.236.325c-.14-.031-.282-.061-.422-.09l.204-.868z"/><path d="M11.917.392c.376-.076.724.137.973.397 3.499 3.502 7.001 6.998 10.499 10.5.444.367.505 1.09.065 1.486-3.556 3.563-7.117 7.121-10.678 10.679-.367.412-1.057.404-1.42-.008C7.832 19.929 4.318 16.4.788 12.89c-.464-.366-.564-1.111-.107-1.524C4.173 7.856 7.685 4.368 11.179.86c.211-.2.436-.426.738-.467M11.813 1C8.232 4.5 4.722 8.08 1.168 11.609c-.277.206-.365.614-.061.842 3.521 3.522 7.039 7.046 10.56 10.567.203.27.59.284.797.01 3.521-3.522 7.044-7.044 10.564-10.568a.492.492 0 0 0-.005-.797c-3.497-3.505-7.004-7-10.502-10.502-.174-.188-.475-.377-.707-.161z"/><path d="M8.76 5.639c.104-.234.404-.151.601-.128 2.041.355 4.081.716 6.121 1.076.162.043.413.065.44.275.055.676-.073 1.35-.053 2.026.49 1.051.036 2.227-.088 3.325a25.84 25.84 0 0 1-.623-.078c-.066.332-.078.686-.23.995-.28.317-.862.2-1.038-.17.007-.349.09-.692.149-1.036-1.744-.296-3.481-.635-5.23-.904-.062.349-.082.715-.23 1.042-.322.268-.948.143-1.021-.305.006-.312.078-.618.131-.924-.414-.006-.748-.235-.539-.673.337-.842.156-1.93.94-2.54.295-.632.379-1.345.67-1.98m.379.304c-.031.17-.062.341-.091.512.208.23.396.48.564.742l.59.036c-.092-.424-.025-.881.419-1.058-.497-.06-.989-.15-1.482-.232m1.674.277c.368.33.196.796.014 1.176.276.124.517.304.676.565 1.274.208 2.544.452 3.818.665.056-.522.113-1.044.164-1.566-1.556-.287-3.12-.535-4.673-.84m-1.806.361l-.204.868c.14.029.282.059.422.09l.236-.325c-.151-.211-.302-.422-.455-.632zM2.922 13.465c3.722-.004 7.446 0 11.168-.001.002.618.002 1.237.002 1.855 1.813.004 3.628-.002 5.442.002l-.492.511c-4.58.016-9.162.005-13.742.006-.793-.791-1.584-1.584-2.378-2.374z"/></symbol><symbol viewBox="0 0 27 24" id="warning--soft-shoulder--g2" xmlns="http://www.w3.org/2000/svg"><path d="M13.264 0h.653c.436.144.835.419 1.048.836 3.959 6.872 7.922 13.743 11.883 20.614.132.234.25.476.352.725v.631A1.862 1.862 0 0 1 26.03 24H1.152l-.306-.231c.507.141 1.034.115 1.554.112 7.769-.004 15.538.003 23.307-.003 1.055.037 1.742-1.28 1.158-2.145-4.016-6.98-8.04-13.958-12.067-20.932-.476-.899-1.918-.894-2.396-.001A17436.56 17436.56 0 0 0 .333 21.732c-.428.663-.158 1.524.43 1.99-.406-.137-.612-.525-.763-.896v-.642c.202-.529.51-1.006.789-1.495C4.604 14.071 8.422 7.454 12.235.835c.213-.408.604-.68 1.029-.835z"/><path d="M11.764 14.489c.458-.577.595-1.726 1.532-1.642 1.306.111 2.638.24 3.882.668.591.431.443 1.32.674 1.955l.333.165.009.378c-.38.08-1.02-.345-1.214.086.379.075.764.115 1.147.165-.059.378-.152.758-.039 1.135.077.265-.212.238-.383.236-.039.241-.045.494-.15.718-.304.115-.642-.025-.953-.061-.457-.045-.19-.591-.178-.878-1.339-.206-2.68-.408-4.017-.629a8.396 8.396 0 0 1-.16.785c.971-.024 1.943-.005 2.915-.01v1.142h-7.74l-.001-1.142c1.446.002 2.891-.008 4.336.007-.233-.076-.531-.03-.715-.216-.038-.24.036-.479.064-.716a9.66 9.66 0 0 1-.288-.144c.053-.173.076-.375.262-.46.033-.28.078-.559.137-.834.383-.019 1.03.37 1.22-.068-.403-.07-.808-.126-1.214-.175l.108-.357c.144-.037.288-.072.433-.108m.585-.002c1.679-.089 3.361.2 4.939.77-.162-.466-.008-1.255-.62-1.41a19.652 19.652 0 0 0-3.271-.504c-.656-.066-.746.735-1.048 1.144m1.313.788a5.938 5.938 0 0 0-.099.715c.665.127 1.339.204 2.007.321.045-.234.09-.468.13-.703-.674-.143-1.36-.213-2.038-.333z"/><path d="M15.286 17.805c.188-.163.425-.202.665-.169.311.284.24.738-.128.931-.247-.032-.464-.135-.589-.358l.052-.404zM17.012 18.61a.822.822 0 0 1 .575-.155c.061.092.123.183.186.275l-.042.283-.253.209c-.34-.003-.526-.293-.466-.612zM18.013 18.485c.316-.17.564.332.237.465-.282.119-.483-.295-.237-.465zM15.329 18.803c.149-.076.311-.117.476-.145.208.291.055.674-.329.61l-.147-.206v-.259zM16.005 19.271c-.027-.505.643-.671.849-.208l-.06.316a48.85 48.85 0 0 0-.235.198 36.036 36.036 0 0 0-.316-.022l-.238-.284zM18.959 19.074c.063-.625.842-.083.272.192l-.272-.192zM17.898 19.676c-.147-.213-.125-.577.195-.587.375-.018.409.475.125.64l-.32-.053zM18.886 19.911a.353.353 0 0 1 .068-.689c.201.22.179.517-.068.689z"/><path fill="#fff" d="M12.402.8c.478-.893 1.92-.898 2.396.001 4.027 6.974 8.051 13.952 12.067 20.932.584.865-.103 2.182-1.158 2.145-7.769.006-15.538-.001-23.307.003-.52.003-1.047.029-1.554-.112l-.083-.047c-.588-.466-.858-1.327-.43-1.99C4.351 14.752 8.374 7.775 12.402.8m.933-.254c-.454.108-.644.57-.857.933C8.558 8.289 4.626 15.093.707 21.903c-.424.597.044 1.537.788 1.507 8.035.008 16.071 0 24.107.004a.976.976 0 0 0 1.037-.814c.073-.451-.232-.831-.436-1.203-3.901-6.766-7.804-13.531-11.701-20.299-.197-.436-.703-.688-1.167-.552z"/><path fill="#fff" d="M13.521 4.891c.043-.154.174.003.199.074 3.039 5.28 6.088 10.555 9.129 15.834-6.166.002-12.333.002-18.499 0 3.056-5.303 6.115-10.605 9.171-15.908m-1.757 9.598c-.145.036-.289.071-.433.108l-.108.357c.406.049.811.105 1.214.175-.19.438-.837.049-1.22.068a9.002 9.002 0 0 0-.137.834c-.186.085-.209.287-.262.46.095.05.191.097.288.144-.028.237-.102.476-.064.716.184.186.482.14.715.216-1.445-.015-2.89-.005-4.336-.007l.001 1.142h7.74V17.56c-.972.005-1.944-.014-2.915.01.069-.258.116-.522.16-.785 1.337.221 2.678.423 4.017.629-.012.287-.279.833.178.878.311.036.649.176.953.061.105-.224.111-.477.15-.718.171.002.46.029.383-.236-.113-.377-.02-.757.039-1.135-.383-.05-.768-.09-1.147-.165.194-.431.834-.006 1.214-.086a23.835 23.835 0 0 1-.009-.378l-.333-.165c-.231-.635-.083-1.524-.674-1.955-1.244-.428-2.576-.557-3.882-.668-.937-.084-1.074 1.065-1.532 1.642m3.522 3.316l-.052.404c.125.223.342.326.589.358.368-.193.439-.647.128-.931-.24-.033-.477.006-.665.169m.896.574c-.172.17.121.497.283.288.216-.17-.087-.482-.283-.288m.83.231c-.06.319.126.609.466.612l.253-.209.042-.283a22.178 22.178 0 0 1-.186-.275.822.822 0 0 0-.575.155m1.001-.125c-.246.17-.045.584.237.465.327-.133.079-.635-.237-.465m-2.684.318v.259l.147.206c.384.064.537-.319.329-.61a1.641 1.641 0 0 0-.476.145m.676.468l.238.284.316.022.235-.198.06-.316c-.206-.463-.876-.297-.849.208m2.954-.197l.272.192c.57-.275-.209-.817-.272-.192m-1.061.602l.32.053c.284-.165.25-.658-.125-.64-.32.01-.342.374-.195.587m.988.235c.247-.172.269-.469.068-.689a.353.353 0 0 0-.068.689z"/><path fill="#fff" d="M12.349 14.487c.302-.409.392-1.21 1.048-1.144 1.102.072 2.197.248 3.271.504.612.155.458.944.62 1.41-1.578-.57-3.26-.859-4.939-.77zM13.662 15.275c.678.12 1.364.19 2.038.333-.04.235-.085.469-.13.703-.668-.117-1.342-.194-2.007-.321.02-.24.05-.479.099-.715z"/><path fill="#d40000" d="M13.335.546c.464-.136.97.116 1.167.552 3.897 6.768 7.8 13.533 11.701 20.299.204.372.509.752.436 1.203a.976.976 0 0 1-1.037.814c-8.036-.004-16.072.004-24.107-.004-.744.03-1.212-.91-.788-1.507 3.919-6.81 7.851-13.614 11.771-20.424.213-.363.403-.825.857-.933m.186 4.345c-3.056 5.303-6.115 10.605-9.171 15.908 6.166.002 12.333.002 18.499 0-3.041-5.279-6.09-10.554-9.129-15.834-.025-.071-.156-.228-.199-.074z"/><path fill="#0a0a0a" d="M16.182 18.379c.196-.194.499.118.283.288-.162.209-.455-.118-.283-.288z"/></symbol><symbol viewBox="0 0 27 24" id="warning--soft-shoulder--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.291 0h.576c.561.133 1.066.481 1.335.998 3.914 6.782 7.849 13.554 11.754 20.341.623 1.082-.182 2.514-1.392 2.661H1.6A1.976 1.976 0 0 1 0 22.487v-.581c.08-.269.184-.532.322-.776C4.209 14.413 8.092 7.694 11.977.976 12.245.47 12.745.14 13.291 0m.291 3.042C9.999 9.232 6.418 15.423 2.843 21.617c7.16.005 14.321.004 21.482.001-3.582-6.192-7.139-12.398-10.743-18.576z"/><path fill="#fff" d="M13.582 3.042c3.604 6.178 7.161 12.384 10.743 18.576-7.161.003-14.322.004-21.482-.001C6.418 15.423 9.999 9.232 13.582 3.042m.353 8.997c-1.267.332-2.533.666-3.796 1.013-.437.094-.806.485-.791.947.021.667.135 1.328.183 1.993a.748.748 0 0 0-.297.974c.238.617.18 1.418.766 1.839.161.386.224.806.338 1.208.409.182.904.085 1.151-.306-.105-.393-.213-.784-.319-1.176 1.544-.303 3.057-.73 4.554-1.212.107.392.212.785.322 1.176.404.209.864.056 1.126-.299-.106-.415-.218-.829-.322-1.244.287-.42.036-.899-.065-1.334-.158-.518-.184-1.338-.914-1.323-.281-.582-.51-1.189-.805-1.764a.975.975 0 0 0-1.131-.492m.974 6.793l-.001 1.975c2.584-.001 5.167.001 7.75-.001-.376-.658-.754-1.314-1.129-1.972-2.207-.004-4.414-.001-6.62-.002m-1.187.995c.227-.257.387-.566.501-.888a2.358 2.358 0 0 0-.501.888m-4.976-.353l.402.153c.04-.163.079-.327.115-.491a.728.728 0 0 0-.517.338m.722-.427c.181.504.07 1.083.391 1.54-.194-.501-.037-1.106-.391-1.54m-1.769.247l-.076.361.377.089v-.452l-.301.002m4.71-.134a4.12 4.12 0 0 0-.214 1.249c.162-.394.225-.825.214-1.249m-6.752.138c-.01.364.039.731.162 1.075a2.589 2.589 0 0 0-.162-1.075m.361.213c.263.357.76.1.274-.193l-.274.193m5.615-.202c.257.346.232.767.274 1.174.095-.415.151-.923-.274-1.174m1.247.121l.327.268.098-.264-.425-.004m-6.339.875c.215-.233.354-.522.451-.821a2.026 2.026 0 0 0-.451.821m1.856-.693a8.265 8.265 0 0 0-.006 1.044c.13-.336.137-.707.006-1.044m-3.463.928c.204-.253.35-.545.448-.852a2.024 2.024 0 0 0-.448.852m2.243-.809c.096.275.233.54.446.743a1.873 1.873 0 0 0-.446-.743m1.581.07c.215.237.405.494.587.757-.068-.336-.245-.646-.587-.757m5.316.435c.134.18.269.361.423.526a5.926 5.926 0 0 0-.271-.533 9.05 9.05 0 0 0 .159-.508c-.113.166-.212.34-.311.515m-1.208-.407c.069.347.216.679.441.954a3.017 3.017 0 0 0-.441-.954m.543.25l.096.338.273-.036-.035-.383c-.112.026-.223.052-.334.081m-2.105.188c-.152.135.076.378.199.189.166-.142-.069-.354-.199-.189m-5.072.008c-.179.056-.109.363.083.303.19-.043.096-.354-.083-.303m4.643.015c-.138.073-.297.146-.379.287.067.186.706-.326.379-.287m-3.951.205c.004.144.216.217.331.159.107-.185-.25-.36-.331-.159m5.525-.099c-.115.132.107.336.22.193.11-.134-.105-.34-.22-.193z"/><path fill="#fff" d="M13.834 12.736c.813-.329 1.57.712 1.296 1.4-.73.304-1.548.373-2.311.594-.888.201-1.731.57-2.62.76-.415.016-.401-.51-.436-.798-.08-.407.144-.841.537-.984 1.136-.458 2.331-.755 3.534-.972z"/><path fill="#040404" d="M13.935 12.039a.975.975 0 0 1 1.131.492c.295.575.524 1.182.805 1.764.73-.015.756.805.914 1.323.101.435.352.914.065 1.334.104.415.216.829.322 1.244-.262.355-.722.508-1.126.299-.11-.391-.215-.784-.322-1.176-1.497.482-3.01.909-4.554 1.212.106.392.214.783.319 1.176-.247.391-.742.488-1.151.306-.114-.402-.177-.822-.338-1.208-.586-.421-.528-1.222-.766-1.839a.748.748 0 0 1 .297-.974c-.048-.665-.162-1.326-.183-1.993-.015-.462.354-.853.791-.947 1.263-.347 2.529-.681 3.796-1.013m-.101.697c-1.203.217-2.398.514-3.534.972-.393.143-.617.577-.537.984.035.288.021.814.436.798.889-.19 1.732-.559 2.62-.76.763-.221 1.581-.29 2.311-.594.274-.688-.483-1.729-1.296-1.4z"/><path fill="#040404" d="M14.909 18.832c2.206.001 4.413-.002 6.62.002.375.658.753 1.314 1.129 1.972-2.583.002-5.166 0-7.75.001l.001-1.975zM13.722 19.827c.104-.327.268-.635.501-.888a2.683 2.683 0 0 1-.501.888zM8.746 19.474a.728.728 0 0 1 .517-.338c-.036.164-.075.328-.115.491l-.402-.153zM9.468 19.047c.354.434.197 1.039.391 1.54-.321-.457-.21-1.036-.391-1.54zM12.409 19.16c.011.424-.052.855-.214 1.249a4.12 4.12 0 0 1 .214-1.249zM5.657 19.298c.134.34.18.711.162 1.075a2.954 2.954 0 0 1-.162-1.075zM11.633 19.309c.425.251.369.759.274 1.174-.042-.407-.017-.828-.274-1.174zM12.88 19.43l.425.004-.098.264-.327-.268zM6.541 20.305c.085-.305.238-.587.451-.821a2.189 2.189 0 0 1-.451.821zM8.397 19.612c.131.337.124.708-.006 1.044a8.265 8.265 0 0 1 .006-1.044zM4.934 20.54c.082-.315.23-.611.448-.852a2.619 2.619 0 0 1-.448.852zM7.177 19.731c.211.205.351.468.446.743-.213-.203-.35-.468-.446-.743zM8.758 19.801c.342.111.519.421.587.757a7.289 7.289 0 0 0-.587-.757zM14.074 20.236c.099-.175.198-.349.311-.515a9.05 9.05 0 0 1-.159.508c.098.174.191.35.271.533a6.083 6.083 0 0 1-.423-.526zM12.866 19.829c.208.285.344.616.441.954a2.175 2.175 0 0 1-.441-.954zM13.409 20.079c.111-.029.222-.055.334-.081l.035.383-.273.036-.096-.338zM11.304 20.267c.13-.165.365.047.199.189-.123.189-.351-.054-.199-.189zM6.232 20.275c.179-.051.273.26.083.303-.192.06-.262-.247-.083-.303zM10.875 20.29c.327-.039-.312.473-.379.287.082-.141.241-.214.379-.287zM6.924 20.495c.081-.201.438-.026.331.159-.115.058-.327-.015-.331-.159zM12.449 20.396c.115-.147.33.059.22.193-.113.143-.335-.061-.22-.193z"/><path fill="#111" d="M7.699 19.294L8 19.292v.452l-.377-.089.076-.361z"/><path fill="#1a1a1a" d="M6.018 19.511l.274-.193c.486.293-.011.55-.274.193z"/></symbol><symbol viewBox="0 0 24 24" id="warning--soft-shoulder--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.716 0h.526c.283.14.547.32.77.546 3.235 3.245 6.48 6.481 9.72 9.722.448.458.956.876 1.268 1.447v.532a2.848 2.848 0 0 1-.49.697c-3.265 3.256-6.523 6.52-9.785 9.78-.46.449-.875.96-1.444 1.276h-.539a3.025 3.025 0 0 1-.686-.491c-3.258-3.264-6.522-6.523-9.782-9.785C.826 13.266.315 12.85 0 12.283v-.54c.29-.594.818-1.009 1.268-1.474 3.221-3.221 6.444-6.438 9.66-9.662.235-.235.5-.439.787-.607m-.04.389c-.395.234-.679.606-1.007.919C7.325 4.646 3.983 7.987.642 11.328c-.389.319-.449.94-.048 1.276l10.801 10.804a.805.805 0 0 0 1.21.002c3.6-3.601 7.2-7.205 10.801-10.806.403-.336.342-.956-.048-1.276C19.817 7.786 16.272 4.247 12.734.702c-.263-.281-.68-.527-1.06-.313z"/><path fill="#ef7c23" d="M10.957 1.717c.334-.325.634-.702 1.043-.938.287.162.515.404.745.636 3.488 3.545 7.078 6.994 10.517 10.584-3.54 3.653-7.193 7.196-10.763 10.82-.19.194-.493.535-.749.233-3.588-3.571-7.16-7.16-10.744-10.738-.228-.167-.24-.464-.008-.635 3.314-3.325 6.641-6.64 9.959-9.962M8.59 5.578c-.332.996-.652 1.996-.982 2.993-.077.289-.306.487-.516.683.04 1.024.1 2.047.149 3.07l-.416.025.001 1.019c.641.001 1.282.002 1.922 0l.002 1.52h1.567c.001-.485.001-.97.004-1.454 1.163-.006 2.326.012 3.49.007l.016 1.447h1.592l.001-1.519h1.85c.001-.332.001-.665.004-.997-.096-.016-.289-.044-.385-.06-.102-1.264.497-2.695-.299-3.81-.367-.956-.622-1.952-.949-2.923-2.351-.002-4.7-.002-7.051 0m-2.483 9.71c-.017.426-.011.852-.006 1.278 3.976-.007 7.951-.043 11.927-.032a47.741 47.741 0 0 0-.02-1.254c-.384.128-.624.442-.746.815-.066-.001-.196-.006-.262-.008-.14-.302-.274-.743-.684-.74-.44-.038-.598.427-.745.749l-.362-.007c-.138-.307-.277-.751-.694-.742-.442-.032-.556.455-.762.738-.379-.04-.34-.738-.794-.73-.476-.067-.666.427-.817.778l-.308-.023c-.146-.295-.275-.725-.673-.738-.498-.029-.65.556-.94.851-.173-.324-.287-.838-.74-.851-.442-.044-.604.425-.757.743l-.319.006c-.143-.349-.354-.844-.824-.74-.458.002-.406.76-.811.72-.187-.296-.364-.607-.66-.811z"/><path fill="#ef7c23" d="M9.164 6.265c1.912-.002 3.824-.001 5.737-.001.214 1.015.425 2.03.636 3.046-1.182.001-2.363.011-3.544-.006a1.84 1.84 0 0 0-1.186-.775c.194-.305.539-.664.308-1.043-.212-.443-.912-.445-1.13-.005-.228.372.089.744.262 1.063-.653.028-1.099.509-1.601.856.089-1.057.353-2.088.517-3.134z"/><path d="M11.675.389c.379-.214.797.032 1.06.313 3.538 3.545 7.082 7.084 10.624 10.626.39.319.451.94.048 1.276-3.601 3.601-7.201 7.205-10.801 10.806a.805.805 0 0 1-1.21-.002L.595 12.604c-.401-.336-.341-.956.048-1.276 3.341-3.341 6.683-6.682 10.026-10.02.328-.313.612-.685 1.007-.919m-.719 1.328C7.639 5.04 4.313 8.354.998 11.679c-.232.17-.22.468.008.635 3.583 3.577 7.156 7.166 10.744 10.738.256.302.559-.038.749-.233 3.57-3.624 7.223-7.168 10.763-10.82-3.439-3.59-7.028-7.039-10.517-10.584-.23-.232-.458-.474-.745-.636-.409.236-.709.613-1.043.938z"/><path d="M8.59 5.578c2.351-.002 4.7-.002 7.051 0 .328.971.582 1.967.949 2.923.796 1.115.197 2.546.299 3.81.096.016.289.044.385.06l-.004.997h-1.85l-.001 1.519h-1.592l-.016-1.447c-1.164.005-2.327-.013-3.49-.007l-.004 1.454H8.75l-.002-1.52c-.641.002-1.282.001-1.922 0l-.001-1.019.416-.025c-.049-1.022-.109-2.046-.149-3.07.21-.196.439-.394.516-.683.33-.997.649-1.997.982-2.993m.574.688C9 7.311 8.736 8.342 8.647 9.399c.502-.347.948-.828 1.601-.856-.173-.319-.49-.691-.262-1.063.218-.44.918-.438 1.13.005.23.379-.114.738-.308 1.043.488.091.905.368 1.186.775 1.181.017 2.362.007 3.544.006-.211-1.015-.422-2.03-.636-3.046-1.913 0-3.826-.001-5.737.001zM6.107 15.289c.296.204.473.515.66.811.406.04.353-.718.811-.72.47-.103.682.391.824.74l.319-.006c.154-.318.316-.787.757-.743.454.013.568.527.74.851.289-.295.442-.88.94-.851.398.013.527.443.673.738l.308.023c.151-.35.341-.845.817-.778.455-.008.415.69.794.73.206-.283.32-.77.762-.738.416-.01.556.434.694.742l.362.007c.148-.322.305-.787.745-.749.41-.002.544.438.684.74.066.002.196.007.262.008.122-.373.362-.686.746-.815.013.419.018.836.02 1.254-3.976-.011-7.951.025-11.927.032-.005-.426-.011-.852.006-1.278z"/></symbol><symbol viewBox="0 0 24 24" id="warning--speed-camera--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffdb00" d="M11.723 0h.511c.295.124.571.294.796.526 3.478 3.486 6.962 6.965 10.445 10.446.23.227.397.508.526.804v.407c-.115.282-.258.559-.476.776-3.502 3.5-7.006 7-10.504 10.505a2.65 2.65 0 0 1-.8.536h-.425a2.407 2.407 0 0 1-.82-.53C7.479 19.964 3.974 16.464.47 12.963a2.777 2.777 0 0 1-.469-.695v-.51c.222-.606.75-1.004 1.184-1.453 3.26-3.26 6.524-6.52 9.781-9.784.218-.218.479-.388.757-.521m-.148.409C7.903 3.93 4.364 7.607.738 11.18c-.443.34-.628 1.036-.167 1.444 3.575 3.588 7.166 7.162 10.746 10.746.322.386.95.433 1.296.053 3.59-3.575 7.165-7.165 10.753-10.744a.9.9 0 0 0 .007-1.366C19.839 7.763 16.291 4.227 12.754.681c-.287-.323-.782-.533-1.18-.272z"/><path fill="#ffdb00" d="M11.915.751c.211-.048.374.125.518.25 3.5 3.503 7.003 7.002 10.508 10.5.271.209.433.618.104.86-3.559 3.563-7.122 7.127-10.685 10.687a.458.458 0 0 1-.727.007C8.068 19.495 4.51 15.926.946 12.364c-.294-.215-.216-.602.047-.804C4.352 8.196 7.719 4.841 11.074 1.475c.269-.252.499-.568.84-.725m-.951 4.702c-2.502.359-4.676 2.296-5.341 4.732-.632 2.182-.042 4.667 1.524 6.316a6.63 6.63 0 0 0 5.341 2.099c2.142-.149 4.163-1.414 5.23-3.278 1.111-1.872 1.193-4.301.222-6.248-1.214-2.558-4.182-4.103-6.976-3.619z"/><path d="M11.575.409c.397-.26.893-.05 1.18.272 3.536 3.546 7.085 7.082 10.619 10.632a.9.9 0 0 1-.007 1.366c-3.588 3.578-7.163 7.169-10.753 10.744-.346.38-.974.334-1.296-.053-3.58-3.584-7.171-7.158-10.746-10.746-.461-.408-.276-1.104.167-1.444C4.365 7.606 7.904 3.93 11.576.409m.339.342c-.341.157-.571.473-.84.725C7.72 4.842 4.353 8.197.994 11.561c-.263.202-.341.589-.047.804 3.564 3.562 7.122 7.13 10.687 10.691.19.24.541.23.727-.007 3.563-3.56 7.126-7.124 10.685-10.687.329-.242.167-.652-.104-.86-3.505-3.498-7.008-6.997-10.508-10.5-.144-.125-.307-.298-.518-.25z"/><path d="M10.963 5.452c2.794-.484 5.761 1.061 6.976 3.619.971 1.948.889 4.376-.222 6.248-1.067 1.865-3.088 3.13-5.23 3.278a6.63 6.63 0 0 1-5.341-2.099c-1.566-1.649-2.156-4.134-1.524-6.316.665-2.436 2.839-4.373 5.341-4.732M8.69 7.972c-.232.655 1.141.625.751 1.237-.331.277-.592-.244-.859-.391-.061.636.816.958 1.138.406.47-.736-1.442-.889-.506-1.432.176.157.356.311.547.45.041-.625-.858-.88-1.07-.27m1.357-.347c-.002.618-.001 1.237-.001 1.855h.247l-.001-.683c.39-.008.955-.115.883-.636-.007-.596-.713-.524-1.128-.536m1.387.017v1.843c.42-.004.852.034 1.252-.124-.33-.079-.668-.096-1.007-.11l.005-.606c.299-.024.599-.055.892-.126a5.093 5.093 0 0 0-.9-.149c.004-.176.006-.353.008-.529l.796-.001-.002-.199-1.043.001m1.378-.008c-.002.617-.001 1.234-.001 1.849.408.001.817.005 1.22-.061-.289-.194-.644-.148-.973-.164v-.641l.733-.004.01-.199-.743-.01v-.541c.317-.014.638-.042.932-.174-.39-.054-.786-.054-1.178-.055m1.351-.018a79.215 79.215 0 0 0-.004 1.888c.612.091 1.264-.292 1.136-.984.101-.682-.558-.973-1.133-.904m-5.888 3.536c-.443.391-.468 1.214-.086 1.655.354.324.826.043.985-.335-.25.077-.481.28-.752.251-.352-.407-.331-1.184.133-1.51.182.145.366.289.553.427-.018-.409-.46-.756-.833-.488m1.515-.101c-.181.63-.368 1.258-.536 1.891l.262-.04.143-.55.475.001.143.552.262.032c-.168-.625-.355-1.246-.53-1.87l-.217-.018m.899.027c-.004.617-.005 1.234.002 1.852l.208.001c.007-.392.007-.785.035-1.177.103.431.18.869.325 1.289.179-.425.246-.883.365-1.326.019.404.013.81.016 1.216l.212-.007c.004-.616.004-1.231 0-1.847l-.33.001c-.08.397-.158.794-.252 1.188a36.844 36.844 0 0 1-.251-1.188l-.33-.001m1.433-.002c-.002.617-.001 1.232 0 1.849.406-.013.842.065 1.213-.145a7.51 7.51 0 0 0-.97-.071l.001-.618c.29-.017.586-.038.848-.174a9.674 9.674 0 0 0-.848-.076c0-.179-.001-.356-.004-.534.311-.017.623-.04.929-.096-.362-.184-.778-.127-1.17-.136m1.348-.011c-.006.629-.008 1.259.006 1.888l.239-.059.001-.773.282.017c.12.252.242.503.364.755l.274.07c-.116-.263-.236-.523-.356-.784.192-.24.433-.559.233-.87-.248-.304-.697-.197-1.042-.244m1.293 1.883l.262-.046.139-.544.47-.008.152.558.259.035c-.19-.668-.354-1.346-.602-1.997-.392.598-.469 1.331-.68 2.002m-5.454 3.568c.157-.227.282-.472.395-.722l.385.001c.096.253.205.509.422.684-.131-.715-.283-1.453-.654-2.087-.234.69-.527 1.386-.548 2.124m1.405-2.006c.011.666-.062 1.339.073 1.997.176-.317.18-.682.227-1.031.373.256.468.749.853.992a7.17 7.17 0 0 0-.344-.86c.161-.218.401-.469.275-.764-.173-.424-.725-.276-1.084-.334m1.408.019l-.001 1.841h1.097v-.208h-.848l-.004-.64c.283-.016.568-.038.85-.077-.264-.137-.559-.157-.85-.173l.004-.542.798-.002.008-.193a74.15 74.15 0 0 0-1.054-.006m1.826-.039c-.234.643-.43 1.306-.541 1.981.227-.164.322-.427.424-.676l.386-.001c.1.248.196.51.431.665-.202-.635-.192-1.566-.7-1.969z"/><path d="M10.3 7.814c.2.032.401.067.6.103.001.19 0 .378-.005.566a17.42 17.42 0 0 1-.601.091c.001-.254.002-.508.006-.761zM14.429 7.765c.826.092.854 1.519-.005 1.567a13.43 13.43 0 0 1 .005-1.567zM13.716 11.234c.228.094.685.038.618.402-.001.318-.39.248-.598.34a20.354 20.354 0 0 1-.02-.742zM9.71 12.143c.062-.224.126-.448.191-.671.06.223.119.448.176.671H9.71zM15.223 12.14c.06-.223.121-.448.184-.671l.182.676-.366-.005zM10.956 15.397c.006-.242.013-.484.025-.726.24.08.655.084.604.444-.048.301-.412.212-.629.282zM9.71 15.588c.062-.221.125-.443.191-.664l.178.67a45.16 45.16 0 0 1-.368-.006zM14.016 14.992c.073.194.14.391.209.587l-.384.019.175-.606z"/><path fill="#fcdd09" d="M8.69 7.972c.212-.61 1.111-.355 1.07.27a7.142 7.142 0 0 1-.547-.45c-.936.542.977.696.506 1.432-.322.552-1.199.23-1.138-.406.268.148.528.668.859.391.39-.612-.983-.582-.751-1.237zM10.048 7.625c.415.012 1.121-.06 1.128.536.072.521-.493.628-.883.636l.001.683h-.247c0-.618-.001-1.237.001-1.855m.252.189c-.004.253-.005.506-.006.761.2-.028.402-.058.601-.091.005-.188.006-.377.005-.566-.199-.036-.4-.071-.6-.103zM11.435 7.642l1.043-.001.002.199-.796.001-.008.529c.302.03.606.065.9.149a5.719 5.719 0 0 1-.892.126c-.001.202-.002.404-.005.606.338.014.677.031 1.007.11-.4.157-.832.12-1.252.124V7.642zM12.814 7.634c.392.001.788.001 1.178.055-.294.132-.616.16-.932.174v.541c.248.002.496.006.743.01l-.01.199-.733.004v.641c.329.017.684-.03.973.164-.403.066-.812.062-1.22.061 0-.616-.001-1.232.001-1.849zM14.165 7.616c.575-.07 1.234.222 1.133.904.127.692-.524 1.075-1.136.984a74.265 74.265 0 0 1 .004-1.888m.263.149a13.884 13.884 0 0 0-.005 1.567c.859-.048.83-1.475.005-1.567zM8.276 11.152c.373-.268.815.079.833.488a18.93 18.93 0 0 1-.553-.427c-.464.325-.485 1.103-.133 1.51.271.029.503-.174.752-.251-.16.378-.631.659-.985.335-.382-.44-.356-1.264.086-1.655zM9.791 11.051l.217.018c.175.624.362 1.244.53 1.87l-.262-.032-.143-.552-.475-.001-.143.55-.262.04c.168-.634.355-1.261.536-1.891m-.079 1.09h.367c-.058-.223-.116-.448-.176-.671-.065.223-.128.446-.191.671zM12.125 11.075c.392.008.808-.048 1.17.136a7.404 7.404 0 0 1-.929.096c.002.178.004.355.004.534.283.014.566.036.848.076-.263.136-.558.157-.848.174l-.001.618c.324.007.648.022.97.071-.371.21-.808.132-1.213.145-.001-.617-.002-1.232 0-1.849zM13.472 11.063c.344.047.793-.06 1.042.244.2.311-.041.63-.233.87.12.26.24.521.356.784l-.274-.07c-.121-.252-.244-.503-.364-.755a26.653 26.653 0 0 0-.282-.017l-.001.773-.239.059a59.414 59.414 0 0 1-.006-1.888m.245.171c.004.247.008.494.02.742.208-.091.596-.022.598-.34.067-.364-.39-.308-.618-.402zM14.766 12.946c.211-.671.288-1.404.68-2.002.248.65.413 1.328.602 1.997l-.259-.035c-.052-.186-.102-.372-.152-.558l-.47.008c-.047.181-.094.362-.139.544l-.262.046m.457-.806l.366.005-.182-.676c-.062.223-.124.448-.184.671zM9.312 16.514c.022-.738.314-1.434.548-2.124.371.634.523 1.372.654 2.087-.217-.175-.326-.431-.422-.684l-.385-.001a4.471 4.471 0 0 1-.395.722m.398-.926l.368.006-.178-.67c-.066.221-.128.443-.191.664zM10.717 14.508c.359.058.911-.09 1.084.334.126.295-.114.546-.275.764.13.281.252.565.344.86-.385-.244-.48-.737-.853-.992-.047.349-.05.714-.227 1.031-.136-.658-.062-1.331-.073-1.997m.239.889c.217-.07.581.019.629-.282.052-.36-.364-.364-.604-.444-.012.242-.019.484-.025.726zM12.125 14.527c.35 0 .702.001 1.054.006l-.008.193-.798.002-.004.542c.29.016.586.036.85.173-.282.038-.566.061-.85.077l.004.64h.848v.208h-1.097l.001-1.841zM13.951 14.488c.508.403.498 1.334.7 1.969-.235-.155-.331-.416-.431-.665l-.386.001c-.102.248-.197.511-.424.676.112-.676.307-1.338.541-1.981m.065.504c-.059.202-.118.404-.175.606l.384-.019a25.65 25.65 0 0 0-.209-.587z"/><path fill="#f5d709" d="M10.692 11.076l.33.001c.079.397.158.794.251 1.188.094-.394.172-.791.252-1.188l.33-.001c.004.616.004 1.231 0 1.847l-.212.007c-.002-.406.004-.811-.016-1.216-.119.443-.186.901-.365 1.326-.145-.42-.222-.858-.325-1.289-.028.392-.028.785-.035 1.177l-.208-.001c-.007-.618-.006-1.235-.002-1.852z"/></symbol><symbol viewBox="0 0 27 24" id="warning--steep-ascent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.169 0h.687c.536.157 1.024.485 1.292.986 3.855 6.678 7.703 13.359 11.558 20.037.163.297.298.607.412.927v.415c-.146.698-.614 1.326-1.306 1.554-7.517-.122-15.039-.008-22.559-.057-.659-.012-1.318.033-1.976.062-.628-.213-1.081-.75-1.279-1.37v-.719a6.84 6.84 0 0 1 .388-.827C4.223 14.354 8.063 7.704 11.894 1.047c.267-.506.74-.86 1.273-1.048m.371 3.056C9.965 9.237 6.398 15.421 2.837 21.61c7.138.007 14.275.007 21.413 0-3.572-6.184-7.104-12.393-10.712-18.555z"/><path fill="#fff" d="M13.538 3.055c3.608 6.161 7.14 12.37 10.712 18.555-7.138.007-14.275.007-21.413 0C6.398 15.422 9.965 9.237 13.538 3.055m1.654 9.204c.119.434.27.857.418 1.281l-.388.14c-.233-.644-.46-1.291-.724-1.923a213.132 213.132 0 0 0-6.476 2.363c.416 1.314.93 2.597 1.383 3.898.282-.11.571-.202.857-.301-.045-.491.108-1.087.651-1.223.484-.172.906.187 1.178.546 1.444-.519 2.879-1.066 4.321-1.586-.175-.894.668-1.421 1.466-1.182-.479.083-1.227.008-1.33.645-.216.561.381 1.185.951 1.014.603-.087.841-.843.499-1.318.898.546.283-.911.29-1.401-.612-.336-.685-1.144-1.231-1.531-.658-.034-1.256.367-1.864.576m-3.577 5.895c.85-.568.134-1.982-.799-1.521-.89.424-.357 1.744.569 1.635-2.426.77-4.797 1.713-7.191 2.578 6.201.024 12.401.005 18.602.009-1.078-1.871-2.16-3.74-3.242-5.608-2.649.961-5.308 1.901-7.94 2.907z"/><path fill="#fff" d="M15.959 12.304c.331-.114.658-.239.99-.347.182.296.362.594.544.889-.392.144-.781.289-1.17.439-.126-.327-.239-.656-.363-.982zM17.121 14.786c.458-.321.892.485.405.713-.435.264-.876-.477-.405-.713zM11.033 16.994c.46-.209.793.564.321.751-.491.282-.849-.584-.321-.751z"/><path d="M15.192 12.259c.609-.209 1.207-.61 1.864-.576.546.386.62 1.195 1.231 1.531-.007.489.607 1.947-.29 1.401.342.475.104 1.231-.499 1.318-.569.171-1.166-.453-.951-1.014.103-.637.852-.563 1.33-.645-.797-.239-1.641.289-1.466 1.182-1.443.521-2.877 1.067-4.321 1.586-.273-.359-.694-.719-1.178-.546-.542.136-.696.732-.651 1.223-.286.099-.575.191-.857.301-.453-1.302-.967-2.584-1.383-3.898a209.518 209.518 0 0 1 6.476-2.363c.264.632.491 1.279.724 1.923l.388-.14c-.148-.424-.298-.847-.418-1.281m.768.043c.125.325.237.655.363.982.389-.151.778-.296 1.17-.439-.182-.296-.362-.594-.544-.889-.332.108-.659.233-.99.347m1.163 2.481c-.471.236-.03.978.405.713.487-.228.053-1.035-.405-.713z"/><path d="M11.616 18.152c2.632-1.006 5.291-1.946 7.94-2.907 1.082 1.868 2.164 3.737 3.242 5.608-6.201-.004-12.401.015-18.602-.009 2.393-.865 4.765-1.807 7.191-2.578-.926.108-1.459-1.211-.569-1.635.933-.461 1.649.953.799 1.521m-.584-1.158c-.527.167-.17 1.033.321.751.472-.187.138-.96-.321-.751z"/><path fill="#cc191f" opacity=".86" d="M1.279 23.924c.658-.03 1.317-.075 1.976-.062 7.52.049 15.041-.065 22.559.057l-.201.081H1.469l-.19-.076z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-ascent--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#dbc10f" opacity=".86" d="M11.699 0h.576c.256.115.497.265.697.464 3.299 3.302 6.601 6.601 9.901 9.902.408.416.883.796 1.127 1.342v.544c-.197.518-.642.866-1.018 1.249-3.142 3.139-6.281 6.28-9.421 9.42-.401.389-.758.85-1.284 1.079h-.539c-.517-.196-.862-.641-1.243-1.015l-9.42-9.42C.687 13.168.23 12.811 0 12.289v-.575c.229-.556.715-.932 1.122-1.351 3.28-3.282 6.564-6.559 9.84-9.844.212-.215.463-.39.737-.52m-.024.287c-.239.098-.421.289-.604.464C7.579 4.261 4.07 7.754.578 11.264c-.418.358-.445 1.022-.034 1.397 3.574 3.584 7.151 7.165 10.732 10.741.382.416 1.073.438 1.448.001 3.577-3.58 7.162-7.154 10.732-10.742.403-.377.373-1.034-.037-1.393-3.512-3.53-7.04-7.045-10.554-10.574-.294-.323-.746-.584-1.19-.408z"/><path d="M11.675.286c.444-.176.896.085 1.19.408 3.514 3.529 7.042 7.044 10.554 10.574.41.359.44 1.016.037 1.393-3.57 3.588-7.154 7.163-10.732 10.742-.376.437-1.067.415-1.448-.001A7245.532 7245.532 0 0 1 .544 12.661c-.412-.374-.384-1.039.034-1.397C4.07 7.754 7.579 4.261 11.071.75c.182-.175.365-.366.604-.464m.135.484C8.186 4.257 4.678 7.881 1.094 11.414c-.298.235-.552.689-.175.983 3.557 3.565 7.127 7.118 10.686 10.681a.496.496 0 0 0 .794.005c3.56-3.563 7.126-7.121 10.682-10.685.298-.234.214-.644-.058-.859-3.498-3.503-7.003-7-10.5-10.504-.181-.18-.445-.424-.714-.265z"/><path d="M9.394 9.268c.673-.251 1.304-.648 2.011-.791.5.142.892.52 1.334.779.62-.17 1.212-.803 1.871-.608.28.398.71.95.514 1.452-.283-.319-.648-.688-1.121-.554-.594.088-.851.733-.692 1.267-.904.409-1.807.82-2.713 1.225a1.088 1.088 0 0 0-1.267-.481c.433.067 1.043.138 1.121.68.175.655-.707 1.157-1.193.704-.426-.332-.246-.923.034-1.288-.414.244-.47.725-.432 1.153-.245.103-.488.206-.733.307-.193-.667-.158-1.396.227-1.988.085-.707.27-1.6 1.04-1.858m1.026-.099c.108.314.229.624.359.929.533-.227 1.063-.458 1.596-.688a20.7 20.7 0 0 0-.996-.635c-.32.13-.641.259-.959.394m-1.462.784c-.059.304.025.611.053.913a75.253 75.253 0 0 0 1.516-.655 141.17 141.17 0 0 0-.349-.906c-.415.187-.938.256-1.219.648z"/><path d="M14.668 11.042c1.504-.719 3.031-1.387 4.544-2.086.007 2.184.005 4.369.002 6.553-4.781-.006-9.56.022-14.34-.013 3.121-1.462 6.271-2.862 9.409-4.285-.727-.053-1.154-1.051-.439-1.448.793-.458 1.481.709.823 1.279z"/><path fill="#fee011" d="M11.81.77c.269-.158.533.085.714.265 3.497 3.504 7.002 7.001 10.5 10.504.271.215.355.625.058.859-3.557 3.564-7.122 7.122-10.682 10.685a.496.496 0 0 1-.794-.005C8.047 19.515 4.477 15.962.92 12.397c-.377-.294-.122-.748.175-.983C4.679 7.881 8.187 4.257 11.811.77M9.394 9.268c-.77.258-.955 1.151-1.04 1.858-.385.593-.42 1.321-.227 1.988.245-.101.488-.204.733-.307-.038-.428.018-.91.432-1.153-.28.365-.46.955-.034 1.288.486.452 1.368-.049 1.193-.704-.078-.542-.688-.613-1.121-.68.496-.152.997.044 1.267.481.906-.406 1.81-.816 2.713-1.225-.158-.534.098-1.18.692-1.267.473-.133.838.235 1.121.554.197-.502-.234-1.054-.514-1.452-.659-.194-1.25.438-1.871.608-.443-.259-.834-.637-1.334-.779-.707.143-1.338.54-2.011.791m5.275 1.773c.658-.57-.03-1.738-.823-1.279-.715.397-.288 1.396.439 1.448-3.138 1.423-6.288 2.824-9.409 4.285 4.78.035 9.559.007 14.34.013.002-2.184.005-4.369-.002-6.553-1.513.698-3.041 1.367-4.544 2.086z"/><path fill="#fee011" d="M10.421 9.168c.318-.134.638-.264.959-.394.337.203.671.413.996.635-.533.229-1.063.461-1.596.688a13.71 13.71 0 0 1-.359-.929zM8.959 9.952c.281-.392.804-.461 1.219-.648.118.301.234.604.349.906-.503.223-1.008.443-1.516.655-.028-.302-.112-.61-.053-.913z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-ascent--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e0ba1c" opacity=".94" d="M11.584 0h.82A510.701 510.701 0 0 1 24 11.584v.824A518.89 518.89 0 0 1 12.416 24h-.824A518.89 518.89 0 0 1 0 12.416v-.824A518.89 518.89 0 0 1 11.584 0M.9 12A645.377 645.377 0 0 0 12 23.1 645.377 645.377 0 0 0 23.1 12 660.043 660.043 0 0 0 12 .9 660.043 660.043 0 0 0 .9 12z"/><path fill="#ffd520" d="M.9 12A660.043 660.043 0 0 1 12 .9 660.043 660.043 0 0 1 23.1 12 645.377 645.377 0 0 1 12 23.1 645.377 645.377 0 0 1 .9 12m11.672-5.212l-.648 1.204c-.536-.288-1.072-.576-1.612-.864-.452.232-.904.46-1.356.696-.556-.276-1.112-.544-1.668-.812l-.652 1.02c.26.46.52.916.772 1.38-.708-.34-1.412-.688-2.112-1.04.004 2.14.004 4.284 0 6.424 4.104.008 8.212.004 12.316.004-.292-.2-.88-.596-1.172-.796a97.236 97.236 0 0 1 1.516-.54c.54-1 1.068-2.008 1.584-3.02-2.312-1.236-4.648-2.428-6.968-3.656m-2.636 8.92c-.804 1.116-1.384 3.744.784 3.532 1.016-.98.812-3.212-.784-3.532m1.516 1.496c.384.356.776.708 1.172 1.052-.088.36-.176.724-.268 1.088l1.116-.804c.46.296.924.588 1.396.872.552-1.168-.232-2.244-.7-3.268-.26.308-.516.616-.776.928l-1.032-1.144c-.304.424-.608.852-.908 1.276z"/><path fill="#ffd520" d="M8.48 9.42c.964.476 1.992.796 3.052.972-.116.24-.348.724-.468.968a453.423 453.423 0 0 1-3.08-1.636l.496-.304zM12.072 11.872l.66-.772c1.064.576 2.14 1.14 3.22 1.688-.104.212-.308.628-.408.836a281.83 281.83 0 0 1-3.472-1.752z"/><path d="M12.572 6.788c2.32 1.228 4.656 2.42 6.968 3.656a144.5 144.5 0 0 1-1.584 3.02c-.508.176-1.012.356-1.516.54.292.2.88.596 1.172.796-4.104 0-8.212.004-12.316-.004.004-2.14.004-4.284 0-6.424.7.352 1.404.7 2.112 1.04-.252-.464-.512-.92-.772-1.38l.652-1.02c.556.268 1.112.536 1.668.812.452-.236.904-.464 1.356-.696.54.288 1.076.576 1.612.864l.648-1.204M8.48 9.42l-.496.304c1.024.548 2.052 1.096 3.08 1.636.12-.244.352-.728.468-.968A10.916 10.916 0 0 1 8.48 9.42m3.592 2.452a281.83 281.83 0 0 0 3.472 1.752c.1-.208.304-.624.408-.836a136.718 136.718 0 0 1-3.22-1.688l-.66.772z"/><path fill="#af9216" d="M9.936 15.708c1.596.32 1.8 2.552.784 3.532-2.168.212-1.588-2.416-.784-3.532z"/><path fill="#7f6a10" d="M11.452 17.204c.3-.424.604-.852.908-1.276l1.032 1.144c.26-.312.516-.62.776-.928.468 1.024 1.252 2.1.7 3.268a54.618 54.618 0 0 1-1.396-.872l-1.116.804c.092-.364.18-.728.268-1.088a48.791 48.791 0 0 1-1.172-1.052z"/></symbol><symbol viewBox="0 0 27 24" id="warning--steep-ascent--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.25 0h.655c.521.163 1.006.475 1.266.967 3.839 6.651 7.669 13.306 11.511 19.954.165.287.311.587.437.894v.698c-.169.654-.649 1.207-1.299 1.413-6.976-.133-13.959-.019-20.938-.057-1.192.014-2.385-.046-3.576.047C.62 23.695.158 23.077 0 22.389v-.388c.096-.306.206-.61.362-.892L11.969.987c.262-.503.75-.824 1.281-.987m-.215 3.955C9.648 9.841 6.25 15.719 2.872 21.609c7.136.007 14.271.007 21.407 0C20.732 15.425 17.156 9.256 13.6 3.076c-.232.263-.399.574-.565.879z"/><path fill="#fff" d="M13.035 3.955c.167-.305.334-.616.565-.879 3.557 6.18 7.132 12.348 10.679 18.533-7.136.007-14.271.007-21.407 0C6.25 15.719 9.648 9.841 13.035 3.955M4.323 20.854c6.199-.003 12.401.015 18.601-.009-5.1-1.917-10.26-3.677-15.356-5.603a763.132 763.132 0 0 0-3.245 5.612z"/><path fill="#040404" d="M4.323 20.854a763.132 763.132 0 0 1 3.245-5.612c5.096 1.925 10.256 3.685 15.356 5.603-6.199.024-12.401.007-18.601.009z"/><path fill="#cc191f" opacity=".86" d="M1.306 23.916c1.191-.094 2.384-.034 3.576-.047 6.979.038 13.962-.076 20.938.057l-.183.075H1.504l-.198-.084z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-ascent-and-descent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffde00" d="M11.834 0h.34c.39.102.757.29 1.034.587l10.266 10.265c.229.226.396.505.526.798v.703a2.23 2.23 0 0 1-.508.814c-3.223 3.218-6.442 6.442-9.665 9.661-.443.432-.841.95-1.441 1.172h-.715a2.239 2.239 0 0 1-.754-.47C7.456 20.067 3.994 16.606.531 13.145c-.265-.253-.421-.59-.532-.935v-.334c.094-.377.263-.738.55-1.007C3.988 7.429 7.433 3.992 10.873.551c.262-.274.605-.44.961-.552m-.274.405c-.21.092-.38.253-.544.409C7.58 4.259 4.132 7.694.697 11.143c-.496.444-.508 1.28-.018 1.734 3.499 3.504 7 7.007 10.508 10.501.452.482 1.279.451 1.714-.04 3.462-3.457 6.917-6.92 10.38-10.375.528-.436.607-1.3.098-1.781-3.45-3.47-6.917-6.925-10.373-10.39-.352-.404-.938-.613-1.447-.389z"/><path fill="#ffde00" d="M11.921.757c.307-.058.571.142.774.347 3.44 3.443 6.882 6.884 10.319 10.331.347.289.37.856.019 1.152-3.482 3.481-6.965 6.965-10.448 10.445-.294.349-.862.331-1.148-.019C7.956 19.529 4.47 16.051.99 12.565c-.325-.288-.305-.827.019-1.108C4.441 8.006 7.895 4.575 11.328 1.124c.17-.157.35-.341.594-.366m2.308 6.179c-.122-.017-.245-.032-.367-.047-.077.256-.167.508-.246.763-.36-.001-.721-.007-1.081.016.432.433 1.176.226 1.733.416.331.76.595 1.547.9 2.317.221.046.461.196.679.052-.184-.083-.37-.156-.556-.229-.287-.786-.516-1.594-.812-2.376-.066-.199-.318-.157-.476-.217.391-.558.755-1.134 1.139-1.696.33.1.662.196 1.004.248-.235-.331-.679-.341-1.027-.475-.307.402-.606.809-.889 1.228m.321.433c.118.322.163.686.37.965.425.18.877.284 1.313.436.05-.168.103-.335.158-.5-.372-.574-.57-1.406-1.37-1.496-.155.2-.312.398-.47.596M5.484 8.76c.059.955.365 1.888.529 2.833h.574c.175-.924.446-1.836.551-2.768-.073-.898-1.51-.949-1.654-.065m11.064-.49c-.06.179-.12.358-.178.538.23.074.458.156.689.232-.245.359-.491.72-.691 1.106.415-.256.77-.593 1.162-.882.385.124.787.205 1.154.38.344.36.517.856.904 1.183-.287-.619-.379-1.528-1.123-1.765.025-.155.052-.31.079-.463-.66-.145-1.33-.223-1.996-.329m-3.538.208c-.809.085-1.332 1.054-.954 1.774.341.886 1.732.98 2.18.138.629-.832-.235-2.102-1.226-1.912m1.96.154c.145.466.307.925.458 1.39.654.382.924-.415 1.228-.841a206.87 206.87 0 0 0-1.686-.548m2.242 1.391c-.8.317-1.037 1.496-.379 2.068.608.655 1.834.323 2.053-.536.335-.952-.749-1.968-1.674-1.531M3.929 15.014c.287.293.581.58.874.865 4.751-.001 9.502.004 14.252-.001.654-.659 1.316-1.309 1.968-1.969-3.506-1.192-7.028-2.34-10.542-3.51-2.178 1.547-4.373 3.068-6.552 4.615m2.335-2.964c-.538.026-.448.918.091.829.542-.034.438-.916-.091-.829z"/><path fill="#ffde00" d="M13.009 9.059c.904-.289 1.243 1.254.307 1.375-.86.2-1.152-1.188-.307-1.375m-.018.204c-.636.23-.184 1.252.421.924.566-.256.151-1.192-.421-.924zM17.663 10.496c.542-.049.946.63.635 1.081-.26.469-1.039.422-1.24-.076-.224-.432.127-.99.605-1.006m-.105.222c-.366.089-.496.61-.209.856.262.264.768.122.84-.246.106-.359-.277-.732-.631-.61z"/><path d="M11.56.404c.509-.224 1.096-.016 1.447.389 3.456 3.464 6.923 6.919 10.373 10.39.509.481.43 1.345-.098 1.781-3.463 3.455-6.918 6.918-10.38 10.375-.434.491-1.261.522-1.714.04A5201.694 5201.694 0 0 1 .68 12.878c-.49-.454-.478-1.29.018-1.734C4.132 7.695 7.581 4.261 11.017.814c.163-.156.334-.317.544-.409m.36.352c-.244.025-.424.209-.594.366C7.894 4.574 4.44 8.005 1.008 11.456c-.324.281-.344.82-.019 1.108 3.48 3.486 6.966 6.965 10.447 10.448.287.35.854.368 1.148.019 3.484-3.48 6.966-6.964 10.448-10.445.35-.296.328-.863-.019-1.152-3.437-3.446-6.878-6.888-10.319-10.331-.203-.205-.467-.404-.774-.347z"/><path d="M14.23 6.937c.283-.419.582-.826.889-1.228.348.134.792.144 1.027.475a7.509 7.509 0 0 1-1.004-.248c-.384.562-.748 1.138-1.139 1.696.158.06.41.018.476.217.296.782.526 1.59.812 2.376.186.073.372.146.556.229-.218.144-.458-.006-.679-.052-.305-.77-.569-1.558-.9-2.317-.557-.191-1.301.017-1.733-.416.36-.023.721-.017 1.081-.016.079-.256.169-.508.246-.763.122.014.245.03.367.047z"/><path d="M14.552 7.37c.158-.198.316-.396.47-.596.8.09.998.923 1.37 1.496-.055.166-.108.332-.158.5-.436-.151-.888-.256-1.313-.436-.206-.278-.252-.643-.37-.965zM5.484 8.76c.144-.884 1.58-.833 1.654.065-.104.932-.376 1.844-.551 2.768h-.574c-.164-.946-.47-1.878-.529-2.833zM16.548 8.27c.666.106 1.336.184 1.996.329-.028.154-.054.308-.079.463.744.238.836 1.146 1.123 1.765-.386-.328-.559-.823-.904-1.183-.367-.175-.769-.257-1.154-.38-.391.289-.746.626-1.162.882.2-.386.446-.748.691-1.106-.23-.076-.458-.157-.689-.232.058-.18.118-.359.178-.538zM13.01 8.478c.991-.191 1.855 1.08 1.226 1.912-.449.842-1.84.748-2.18-.138-.378-.72.145-1.688.954-1.774m-.001.581c-.845.187-.553 1.576.307 1.375.936-.121.596-1.664-.307-1.375z"/><path d="M14.97 8.632c.563.18 1.124.364 1.686.548-.304.426-.574 1.223-1.228.841-.151-.464-.313-.924-.458-1.39zM12.991 9.263c.572-.268.988.668.421.924-.605.328-1.057-.694-.421-.924zM17.212 10.024c.925-.437 2.009.58 1.674 1.531-.22.859-1.445 1.192-2.053.536-.658-.571-.421-1.751.379-2.068m.451.473c-.478.016-.829.574-.605 1.006.2.498.979.545 1.24.076.311-.451-.092-1.13-.635-1.081zM3.929 15.014c2.179-1.547 4.374-3.068 6.552-4.615 3.514 1.17 7.036 2.318 10.542 3.51-.652.66-1.314 1.31-1.968 1.969-4.751.005-9.502 0-14.252.001-.293-.286-.587-.572-.874-.865z"/><path d="M17.558 10.717c.354-.122.737.251.631.61-.072.368-.578.51-.84.246-.287-.246-.157-.767.209-.856zM6.264 12.05c.529-.086.634.796.091.829-.539.089-.629-.803-.091-.829z"/></symbol><symbol viewBox="0 0 28 24" id="warning--steep-descent--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.54 0h.638c.56.151.997.556 1.254 1.068 4.084 7.018 8.289 13.97 12.314 21.021v.645a1.968 1.968 0 0 1-1.24 1.265H1.277a1.955 1.955 0 0 1-1.276-1.226V22.1C3.996 15.069 8.197 8.149 12.262 1.156c.265-.534.692-.986 1.279-1.157m.1 1.573C9.543 8.549 5.409 15.507 1.35 22.506c.408.168.856.097 1.286.108H25.11c.427-.012.875.065 1.28-.111-4.041-6.968-8.163-13.891-12.234-20.841-.071-.252-.408-.408-.515-.09z"/><path fill="#fff" d="M13.641 1.572c.107-.318.444-.162.515.09 4.072 6.95 8.193 13.873 12.234 20.841-.405.176-.853.099-1.28.111H2.636c-.43-.011-.878.06-1.286-.108C5.409 15.507 9.543 8.549 13.641 1.572M9.538 13.294c-.175.452-.35.903-.522 1.355 3.937 1.491 7.86 3.02 11.799 4.51-.092.236-.18.472-.271.709.957-.147 1.906-.343 2.861-.504-.594-.764-1.188-1.529-1.791-2.285-.089.236-.179.472-.266.709-3.94-1.49-7.856-3.045-11.81-4.495m-2.291 2.214c-1.274 2.214-2.529 4.438-3.798 6.653 6.964-.003 13.928 0 20.892-.001a3162.05 3162.05 0 0 0-17.094-6.652z"/><path d="M9.538 13.294c3.954 1.45 7.87 3.005 11.81 4.495.087-.237.178-.473.266-.709.603.756 1.197 1.52 1.791 2.285-.954.161-1.903.357-2.861.504.09-.237.179-.473.271-.709-3.939-1.49-7.862-3.019-11.799-4.51.172-.452.347-.903.522-1.355zM7.247 15.507a3130.046 3130.046 0 0 1 17.094 6.652c-6.964.001-13.928-.001-20.892.001 1.269-2.215 2.525-4.439 3.798-6.653z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-descent--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.915 1.121c.67-.156 1.37.12 1.83.613 3.101 3.098 6.204 6.196 9.295 9.304.698.655.725 1.874-.001 2.519-3.294 3.15-6.59 6.296-9.882 9.448-.677.682-1.873.672-2.548-.008-3.15-3.133-6.281-6.286-9.425-9.424-.722-.655-.742-1.896-.004-2.546 3.185-3.056 6.383-6.1 9.57-9.154.334-.32.695-.656 1.164-.751m.133.252c-.419.06-.748.35-1.042.631-3.206 3.074-6.43 6.131-9.631 9.21-.606.532-.629 1.541-.055 2.104 3.133 3.148 6.278 6.284 9.418 9.426.569.622 1.633.68 2.228.064 3.11-2.971 6.22-5.944 9.334-8.911.412-.4.946-.791 1-1.411.08-.529-.194-1.026-.565-1.38-3.058-3.061-6.119-6.12-9.178-9.18-.382-.407-.947-.658-1.508-.552z"/><path fill="#231f20" d="M11.684 1.86c.7-.272 1.511-.014 2.004.529 2.903 2.899 5.804 5.798 8.696 8.707.656.629.679 1.783.001 2.405-2.88 2.761-5.773 5.509-8.654 8.269-.373.347-.712.767-1.198.961-.661.262-1.445.06-1.932-.448-2.922-2.922-5.839-5.849-8.762-8.77-.682-.63-.696-1.807-.004-2.435 2.957-2.844 5.935-5.669 8.899-8.506.289-.27.57-.572.949-.714m.227.328c-.342.097-.598.359-.851.594-2.977 2.862-5.983 5.698-8.953 8.567-.553.491-.529 1.409.001 1.906 2.94 2.94 5.88 5.881 8.826 8.815.503.512 1.403.535 1.914.023 3.09-2.953 6.18-5.905 9.269-8.86.564-.506.494-1.44-.055-1.93-2.873-2.888-5.759-5.764-8.638-8.646-.378-.407-.966-.643-1.513-.469z"/><path fill="#fff100" d="M12.047 1.374c.562-.106 1.127.145 1.508.552 3.059 3.06 6.12 6.119 9.178 9.18.371.354.646.851.565 1.38-.054.62-.588 1.012-1 1.411-3.114 2.968-6.223 5.94-9.334 8.911-.595.617-1.66.558-2.228-.064-3.139-3.142-6.284-6.278-9.418-9.426-.574-.563-.551-1.572.055-2.104 3.202-3.079 6.425-6.136 9.631-9.21.294-.281.623-.571 1.042-.631m-.362.487c-.379.142-.66.444-.949.714-2.964 2.837-5.942 5.662-8.899 8.506-.692.628-.678 1.805.004 2.435 2.923 2.921 5.84 5.848 8.762 8.77.487.508 1.271.709 1.932.448.486-.194.824-.614 1.198-.961 2.881-2.76 5.774-5.508 8.654-8.269.678-.622.655-1.776-.001-2.405a3569.296 3569.296 0 0 0-8.696-8.707c-.493-.544-1.304-.802-2.004-.529z"/><path fill="#fff100" d="M11.91 2.186c.547-.174 1.135.062 1.513.469 2.879 2.882 5.765 5.758 8.638 8.646.55.49.619 1.423.055 1.93l-9.269 8.86c-.511.512-1.411.49-1.914-.023-2.946-2.934-5.886-5.875-8.826-8.815-.53-.497-.554-1.415-.001-1.906 2.97-2.869 5.976-5.705 8.953-8.567.253-.235.509-.497.851-.594M9.094 7.678c-.252.476-.679.912-.668 1.481l-.247.21.47.232.259-.107c-.112.306-.078.624.041.923-.948-.566-1.934-1.067-2.912-1.578-.001 2.28.002 4.561-.002 6.841 4.268-.005 8.536 0 12.804-.002-1.183-.638-2.363-1.285-3.563-1.894.55-.082.994-.661.696-1.192-.226-.476-.791-.314-1.2-.444.89-.479 1.745.464 1.332 1.327.19.104.379.209.57.31.677-.088.802-.727.871-1.295-.679-.725-1.643-1.121-2.27-1.896l.029.257c-.646-.462-.863-1.331-1.104-2.056-1.128-.714-2.346-1.27-3.551-1.84-.514.248-1.055.443-1.554.722z"/><path fill="#fff100" d="M10.111 8.137c.257-.3.571-.539.911-.737.463.223.924.454 1.382.685l-.458 1.054c-.613-.332-1.228-.66-1.835-1.002zM12.642 8.188c.491.308 1.178.457 1.42 1.042.212.444.416.894.584 1.357-.817-.394-1.596-.862-2.399-1.283l.395-1.116zM9.018 9.158c.398-.092.904-.182 1.194.19.336.329.169.812.11 1.213 1.316.677 2.597 1.432 3.931 2.069l.35-.215a5.12 5.12 0 0 0-.014 1.013c-1.651-.938-3.338-1.817-5.026-2.689.499-.104.908-.563.721-1.09-.154-.562-.811-.498-1.267-.491z"/><path fill="#fff100" d="M9.419 9.551c.491-.23.814.614.282.756-.468.184-.738-.581-.282-.756m-.013.049c-.197.346.011.664.402.578.078-.334-.055-.554-.402-.578zM15.049 12.63c.414-.334.935.356.5.661-.409.346-.956-.359-.5-.661m.003.158c-.156.38.244.52.542.368.029-.306-.252-.643-.542-.368z"/><path d="M9.094 7.678c.499-.28 1.04-.474 1.554-.722 1.205.57 2.423 1.126 3.551 1.84.241.725.458 1.594 1.104 2.056l-.029-.257c.628.775 1.591 1.171 2.27 1.896-.07.568-.194 1.207-.871 1.295-.191-.101-.38-.205-.57-.31.413-.863-.442-1.806-1.332-1.327.409.13.974-.032 1.2.444.298.53-.146 1.11-.696 1.192 1.2.608 2.38 1.255 3.563 1.894-4.268.002-8.536-.002-12.804.002.005-2.28.001-4.561.002-6.841.978.511 1.964 1.012 2.912 1.578-.119-.299-.152-.617-.041-.923l-.259.107-.47-.232.247-.21c-.011-.569.416-1.004.668-1.481m1.018.458c.607.342 1.222.67 1.835 1.002l.458-1.054a77.115 77.115 0 0 0-1.382-.685c-.34.198-.654.437-.911.737m2.531.051l-.395 1.116c.803.421 1.582.889 2.399 1.283a15.188 15.188 0 0 0-.584-1.357c-.241-.584-.929-.733-1.42-1.042m-3.624.97c.456-.007 1.114-.071 1.267.491.187.527-.222.985-.721 1.09 1.687.872 3.374 1.751 5.026 2.689a5.276 5.276 0 0 1 .014-1.013l-.35.215c-1.334-.637-2.615-1.392-3.931-2.069.059-.401.226-.884-.11-1.213-.29-.372-.796-.282-1.194-.19m.4.393c-.456.175-.186.94.282.756.532-.142.209-.986-.282-.756m5.63 3.079c-.456.302.091 1.007.5.661.434-.305-.086-.995-.5-.661z"/><path d="M9.406 9.6c.347.024.48.245.402.578-.391.085-.599-.233-.402-.578zM15.052 12.788c.29-.275.571.062.542.368-.299.151-.698.012-.542-.368z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-descent--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.704 0h.506c.274.119.529.278.738.491 3.515 3.526 7.043 7.04 10.558 10.566.517.454.534 1.32.012 1.777L12.836 23.518c-.433.493-1.258.527-1.71.042C7.738 20.187 4.364 16.799.98 13.421c-.364-.358-.758-.703-.979-1.174v-.517c.181-.556.658-.918 1.05-1.321 3.32-3.32 6.642-6.641 9.961-9.962a2.22 2.22 0 0 1 .692-.446m-.138.417c-.151.078-.275.196-.397.311C7.67 4.231 4.167 7.727.67 11.23c-.4.337-.462 1.001-.071 1.369 3.557 3.564 7.121 7.121 10.679 10.682.337.384.989.398 1.336.019 3.563-3.56 7.127-7.123 10.686-10.688.409-.373.341-1.054-.071-1.398L12.727.71c-.281-.325-.758-.493-1.16-.293z"/><path fill="#ffd033" d="M11.693.894c.226-.187.535-.047.703.149 3.498 3.503 7.002 7 10.499 10.504.26.199.283.596.013.798-3.522 3.52-7.043 7.04-10.561 10.561-.176.227-.539.277-.732.043C8.069 19.415 4.534 15.867.988 12.331c-.287-.224-.197-.632.07-.83C4.609 7.972 8.124 4.403 11.694.894M7.073 8.112c.496 1.036 1.072 2.03 1.56 3.071-.637-.211-.726-1.226-1.152-1.759-.512.253-1.021.514-1.524.784-.004.467-.004.935-.002 1.402-.516.289-1.076.498-1.573.82-.235.516.355.989.503 1.475.217-.122.454-.206.671-.328.18.161.38.296.584.426-.506.233-1.001.493-1.488.763 4.16.024 8.32.007 12.48.01-.001-2.148-.006-4.295-.011-6.442-.587.287-1.168.587-1.742.895a1.077 1.077 0 0 0-.37-1.014c.257-.125.505-.266.76-.396-.571-1.108-1.141-2.215-1.721-3.317-2.332 1.19-4.648 2.411-6.974 3.611m2.491 9.309c-.612.58-.09 1.687.738 1.608.787-.026 1.201-1.055.632-1.613.424-.552-.048-1.385-.733-1.322-.656.008-1.025.805-.637 1.327m2.484-1.172c-.359.373-.344 1.008-.104 1.442.247.385.887.202.952-.239.241-.542-.106-1.636-.847-1.204m1.865.065c-.523.896-1.045 1.794-1.553 2.7.167-.03.402.043.491-.152.529-.892 1.045-1.792 1.554-2.695-.158.042-.404-.035-.492.148m.274.997c-.574.288-.548 1.315-.055 1.679 1.09.376 1.136-1.939.055-1.679z"/><path fill="#ffd033" d="M10.565 10.512c1.134-.59 2.278-1.162 3.407-1.759.016.402.257.704.61.875-1.232.641-2.465 1.282-3.692 1.932.131-.401-.028-.775-.324-1.048zM8.604 11.537c.31-.158.619-.318.925-.485.006.404.247.721.612.881-1.091.553-2.182 1.103-3.259 1.68a6.854 6.854 0 0 0-.008-.731c.629-.31 1.24-.655 1.871-.96a6.121 6.121 0 0 1-.14-.385zM10.105 16.586c.371-.187.778.407.328.577-.414.257-.85-.426-.328-.577zM12.246 16.546c.512-.102.528 1.049.019.953-.234-.257-.205-.678-.019-.953zM10.117 17.678c.306-.091.721.173.63.518-.091.401-.68.5-.912.167-.215-.247-.025-.641.282-.685zM14.308 17.665c.445.052.431.815.095 1.003-.403-.122-.386-.775-.095-1.003z"/><path d="M11.566.418c.402-.2.88-.032 1.16.293l10.502 10.504c.412.344.48 1.025.071 1.398-3.559 3.565-7.123 7.128-10.686 10.688-.347.379-.998.365-1.336-.019C7.719 19.72 4.155 16.164.598 12.6c-.391-.368-.329-1.032.071-1.369 3.497-3.503 7-7 10.499-10.501.122-.115.246-.233.397-.311m.128.475C8.123 4.403 4.608 7.972 1.057 11.501c-.266.198-.356.606-.07.83 3.546 3.535 7.081 7.084 10.627 10.618.193.234.556.184.732-.043 3.518-3.521 7.039-7.042 10.561-10.561.27-.202.247-.599-.013-.798-3.497-3.504-7.001-7.001-10.499-10.504-.168-.196-.478-.336-.703-.149z"/><path d="M7.073 8.112c2.327-1.2 4.643-2.42 6.974-3.611.58 1.102 1.15 2.209 1.721 3.317-.254.13-.503.271-.76.396.3.259.432.619.37 1.014a53.938 53.938 0 0 1 1.742-.895c.005 2.147.01 4.294.011 6.442-4.16-.002-8.32.014-12.48-.01.487-.27.982-.53 1.488-.763a4.452 4.452 0 0 1-.584-.426c-.217.121-.454.205-.671.328-.148-.486-.738-.959-.503-1.475.497-.322 1.057-.53 1.573-.82-.001-.467-.001-.935.002-1.402.503-.27 1.012-.53 1.524-.784.426.533.515 1.548 1.152 1.759-.488-1.04-1.064-2.035-1.56-3.071m3.493 2.401c.296.272.455.647.324 1.048 1.228-.65 2.46-1.291 3.692-1.932-.353-.17-.594-.473-.61-.875-1.129.598-2.273 1.169-3.407 1.759m-1.96 1.025c.043.13.089.258.14.385-.631.305-1.242.65-1.871.96.019.242.016.487.008.731 1.078-.577 2.168-1.127 3.259-1.68-.365-.16-.606-.476-.612-.881-.306.167-.616.326-.925.485zM9.565 17.422c-.388-.522-.019-1.319.637-1.327.685-.062 1.157.77.733 1.322.569.558.155 1.586-.632 1.613-.828.079-1.35-1.028-.738-1.608m.54-.836c-.522.151-.086.834.328.577.45-.17.043-.764-.328-.577m.012 1.092c-.307.044-.497.438-.282.685.232.334.821.234.912-.167.091-.346-.324-.61-.63-.518zM12.049 16.25c.742-.432 1.088.661.847 1.204-.065.44-.704.624-.952.239-.24-.434-.254-1.069.104-1.442m.198.295c-.186.275-.215.696.019.953.509.096.493-1.055-.019-.953zM13.915 16.314c.088-.182.334-.106.492-.148-.509.904-1.025 1.804-1.554 2.695-.089.196-.324.122-.491.152.508-.906 1.03-1.804 1.553-2.7zM14.189 17.312c1.081-.26 1.034 2.054-.055 1.679-.493-.364-.518-1.391.055-1.679m.119.353c-.292.228-.308.881.095 1.003.336-.188.35-.952-.095-1.003z"/></symbol><symbol viewBox="0 0 27 24" id="warning--steep-descent--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.219 0h.606c.553.138 1.058.472 1.323.986 3.87 6.708 7.738 13.417 11.608 20.123.153.277.266.574.362.873v.331c-.115.736-.613 1.391-1.336 1.612-7.506-.138-15.02-.009-22.529-.064-.64-.014-1.28.022-1.919.069-.667-.183-1.154-.748-1.336-1.403v-.666a5.23 5.23 0 0 1 .339-.77C4.21 14.383 8.075 7.673 11.946.965c.259-.496.747-.805 1.271-.965m.315 3.062C9.963 9.244 6.392 15.423 2.838 21.61c7.136.007 14.273.007 21.41 0-3.573-6.182-7.092-12.399-10.716-18.548z"/><path fill="#fff" d="M13.532 3.062c3.624 6.149 7.143 12.366 10.716 18.548-7.138.007-14.274.007-21.41 0C6.392 15.423 9.963 9.244 13.532 3.062M4.183 20.846c6.203.02 12.408.007 18.613.007a801.025 801.025 0 0 0-3.246-5.612c-5.1 1.928-10.26 3.692-15.367 5.605z"/><path fill="#030303" d="M4.183 20.846c5.106-1.913 10.267-3.677 15.367-5.605a801.025 801.025 0 0 1 3.246 5.612c-6.205 0-12.409.014-18.613-.007z"/><path fill="#cc191f" opacity=".86" d="M1.336 23.931a20.162 20.162 0 0 1 1.919-.069c7.509.054 15.022-.075 22.529.064l-.183.075H1.524l-.187-.069z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-descent--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.951 0h.502c.326.085.657.208.893.458 3.437 3.457 6.903 6.887 10.333 10.351v.321c-3.336-3.37-6.707-6.707-10.052-10.069-.391-.385-.852-.778-1.426-.807-.469.032-.893.287-1.224.607-3.209 3.212-6.421 6.423-9.632 9.633-.387.391-.847.767-1.006 1.316-.071.458-.033.993.321 1.334 3.308 3.301 6.61 6.608 9.915 9.912.349.34.66.742 1.117.943h-.565C7.587 20.486 4.074 16.944.539 13.425c-.311-.302-.451-.726-.539-1.141v-.254c.105-.575.437-1.069.861-1.458C4.156 7.285 7.443 3.99 10.736.701c.339-.332.746-.6 1.214-.702z"/><path fill="#231f20" d="M11.177.981c.544-.54 1.503-.54 2.047 0 3.102 3.107 6.208 6.209 9.311 9.313.393.398.815.772 1.144 1.227v1.283c-.254.392-.623.687-.943 1.021-3.197 3.199-6.397 6.394-9.592 9.594-.352.385-.918.404-1.394.304-.518-.181-.878-.614-1.255-.989l-9.311-9.311c-.408-.394-.715-.978-.559-1.555.071-.511.502-.832.84-1.175C4.704 7.456 7.943 4.219 11.178.979m.894.248c-.425.076-.686.437-.975.719-3.091 3.09-6.179 6.182-9.273 9.27-.276.263-.625.554-.549.984-.081.476.34.768.631 1.064 3.09 3.09 6.183 6.178 9.269 9.272.381.541 1.197.833 1.724.318 3.338-3.325 6.663-6.664 9.998-9.992.327-.34.327-.985 0-1.324-3.346-3.343-6.691-6.689-10.035-10.034-.21-.186-.507-.335-.791-.277z"/><path fill="#231f20" d="M9.712 7.479c.659-.345 1.263-.796 1.955-1.073.138.382-.155.707-.427.934-.002.109-.002.218-.003.328.366.126.706.315 1.066.455.412-.427.848-.889 1.452-1.024 1-.284 2.226.105 2.748 1.039.58.882.473 2.149-.214 2.944.507-.254 1.011-.516 1.525-.758.011 1.963.002 3.927.005 5.89-3.762-.006-7.525.011-11.287-.009.415-.34.922-.527 1.383-.791-1.235.213-2.54-.601-2.777-1.851-.408-1.434.82-3.08 2.339-2.98-.034-.585-.145-1.162-.191-1.746-.015-.227-.23-.336-.394-.449.034-.201.075-.4.106-.6.308-.21.616-.444.99-.518l.133.315c-.299.132-.596.275-.85.484.113.081.227.161.344.238.07.288.128.58.197.868 1-.515 1.998-1.035 2.996-1.556-.36.071-.727.102-1.094.088v-.23m3.876.171c-.385.149-.645.48-.928.763.607.296 1.19.653 1.835.864.098.031.101.159.153.235-.61.308-1.07.831-1.647 1.191l-.002.196c.524.384 1.187.689 1.846.5 1.14-.191 1.903-1.519 1.478-2.6-.319-1.108-1.721-1.661-2.736-1.15M7.771 9.676l.114.251c1.076.377 2.134.811 3.197 1.226a15.487 15.487 0 0 0-.01-.21l-.252-.235.256-.115.003.222.252.211c-.132-.989-.333-1.968-.442-2.961-1.027.559-2.107 1.021-3.118 1.61m3.45-1.598c.179 1.056.34 2.115.513 3.172.244-.158.486-.321.733-.474-.417-.682-.558-1.508-.262-2.266-.326-.149-.657-.286-.984-.433m1.311.563c-.201.635-.09 1.317.187 1.91.459-.384 1.03-.658 1.422-1.108-.531-.277-1.071-.539-1.609-.803m-4.574 1.811c.25.258.633.297.92.502 1.25.743 1.444 2.638.489 3.694 1.815-.871 3.586-1.831 5.371-2.76a2.624 2.624 0 0 1-2.103-.722c-.173.119-.34.245-.516.358-.16.417.266.68.6.795-.189.149-.395.27-.605.385a10.02 10.02 0 0 1-.1-.388 6.414 6.414 0 0 1-.263-.351l-.336-.006-.182-.29c-1.101-.377-2.155-.897-3.274-1.218m-1.842 1.127c-.866.817-.751 2.429.269 3.071.909.661 2.361.367 2.873-.65.665-1.099 0-2.623-1.226-2.949.085.717-.183 1.385-.388 2.053-.07.04-.142.075-.218.104l-.134-.193c.418-.595.459-1.328.41-2.029-.572.023-1.17.178-1.586.593zM13.306 23.582c3.451-3.469 6.926-6.915 10.373-10.387v.401a2617.74 2617.74 0 0 1-10.407 10.405h-.567c.222-.106.43-.242.602-.418z"/><path fill="#ffd24e" d="M10.977.861c.332-.319.755-.575 1.224-.607.575.03 1.035.422 1.426.807 3.345 3.362 6.716 6.698 10.052 10.069v.391c-.329-.455-.751-.829-1.144-1.227-3.103-3.105-6.21-6.206-9.311-9.313-.544-.54-1.503-.54-2.047 0a14826 14826 0 0 1-9.713 9.714c-.337.343-.769.664-.84 1.175-.157.577.151 1.161.559 1.555l9.311 9.311c.377.375.738.808 1.255.989.476.1 1.043.081 1.394-.304 3.195-3.2 6.395-6.396 9.592-9.594.32-.334.689-.629.943-1.021v.389c-3.447 3.472-6.922 6.918-10.373 10.387-.172.177-.38.312-.602.418h-1.011c-.458-.201-.768-.604-1.117-.943C7.27 19.753 3.967 16.445.66 13.145c-.354-.341-.392-.876-.321-1.334.159-.549.619-.925 1.006-1.316 3.211-3.21 6.423-6.421 9.632-9.633z"/><path fill="#ffd24e" d="M12.072 1.227c.283-.058.581.091.791.277 3.344 3.346 6.689 6.691 10.035 10.034.327.34.327.985 0 1.324-3.335 3.328-6.661 6.667-9.998 9.992-.527.515-1.343.223-1.724-.318-3.086-3.094-6.179-6.181-9.269-9.272-.291-.296-.712-.588-.631-1.064-.076-.43.273-.721.549-.984 3.094-3.088 6.181-6.18 9.273-9.27.289-.283.551-.643.975-.719M9.712 7.479v.23a4.78 4.78 0 0 0 1.094-.088c-.998.52-1.995 1.04-2.996 1.556-.069-.288-.127-.58-.197-.868-.116-.076-.23-.157-.344-.238.254-.21.551-.352.85-.484l-.133-.315c-.373.074-.681.308-.99.518-.03.201-.072.4-.106.6.165.113.379.222.394.449.046.584.157 1.161.191 1.746-1.519-.1-2.747 1.546-2.339 2.98.238 1.25 1.543 2.064 2.777 1.851-.461.263-.968.45-1.383.791 3.762.02 7.525.003 11.287.009-.003-1.963.006-3.927-.005-5.89-.514.242-1.018.503-1.525.758.686-.795.794-2.062.214-2.944-.522-.934-1.747-1.324-2.748-1.039-.604.135-1.04.597-1.452 1.024-.36-.14-.7-.329-1.066-.455l.003-.328c.272-.226.565-.551.427-.934-.693.277-1.296.728-1.955 1.073z"/><path fill="#ffd24e" d="M13.59 7.648c1.015-.51 2.417.043 2.736 1.15.425 1.08-.338 2.409-1.478 2.6-.659.189-1.322-.116-1.846-.5l.002-.196c.577-.36 1.037-.883 1.647-1.191-.052-.076-.055-.204-.153-.235-.645-.211-1.228-.568-1.835-.864.283-.283.543-.614.928-.763zM7.771 9.676c1.011-.589 2.091-1.051 3.118-1.61.109.993.31 1.972.442 2.961l-.252-.211-.003-.222-.256.115.252.235.01.21c-1.064-.414-2.121-.848-3.197-1.226l-.114-.251zM11.221 8.077c.327.147.658.283.984.433-.296.758-.155 1.584.262 2.266-.247.153-.489.315-.733.474-.173-1.057-.334-2.117-.513-3.172z"/><path fill="#ffd24e" d="M12.532 8.639c.539.264 1.078.526 1.609.803-.393.45-.963.723-1.422 1.108-.277-.593-.388-1.275-.187-1.91zM7.958 10.449c1.119.322 2.173.841 3.274 1.218l.182.29.336.006c.083.12.172.237.263.351.031.13.064.259.1.388a4.33 4.33 0 0 0 .605-.385c-.334-.115-.76-.377-.6-.795.177-.113.344-.239.516-.358a2.624 2.624 0 0 0 2.103.722c-1.785.929-3.556 1.889-5.371 2.76.955-1.056.761-2.951-.489-3.694-.287-.205-.67-.243-.92-.502z"/><path fill="#ffd24e" d="M6.117 11.575c.417-.415 1.014-.57 1.586-.593.049.701.008 1.434-.41 2.029l.134.193a1.5 1.5 0 0 0 .218-.104c.205-.669.473-1.336.388-2.053 1.226.326 1.891 1.85 1.226 2.949-.512 1.017-1.963 1.312-2.873.65-1.02-.642-1.135-2.254-.269-3.071z"/></symbol><symbol viewBox="0 0 24 24" id="warning--steep-descent--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a518" opacity=".78" d="M11.695 0h.518c.257.14.491.319.701.523 3.314 3.326 6.632 6.649 9.955 9.967.42.433.936.821 1.13 1.417v.158a2.04 2.04 0 0 1-.427.702c-3.581 3.582-7.166 7.159-10.742 10.746-.21.215-.468.373-.746.486h-.15c-.263-.09-.518-.216-.715-.415C7.642 20 4.055 16.422.472 12.844A3.031 3.031 0 0 1 0 12.21v-.434c.269-.548.752-.938 1.171-1.366 2.982-2.978 5.959-5.96 8.94-8.94.511-.508.994-1.051 1.584-1.471m-.007.299a2.18 2.18 0 0 0-.396.314C7.716 4.195 4.132 7.772.553 11.352c-.342.277-.457.832-.101 1.145 3.658 3.67 7.324 7.331 10.987 10.992.289.346.826.328 1.111-.012L23.475 12.55a.73.73 0 0 0 .016-1.114C19.879 7.805 16.248 4.193 12.631.568c-.232-.257-.607-.45-.943-.27z"/><path d="M11.688.298c.336-.18.712.013.943.27 3.617 3.625 7.248 7.237 10.86 10.868a.73.73 0 0 1-.016 1.114L12.55 23.477c-.286.34-.822.358-1.111.012-3.664-3.661-7.33-7.322-10.987-10.992-.356-.313-.241-.868.101-1.145C4.131 7.772 7.716 4.195 11.292.612c.122-.115.25-.23.396-.314m.109.326C8.1 4.204 4.505 7.901.843 11.525c-.302.22-.372.637-.04.868 3.502 3.5 7.008 6.995 10.5 10.504.257.262.655.757 1.009.34 3.646-3.636 7.286-7.278 10.924-10.921.246-.196.19-.529-.038-.709C19.624 8.019 16.034 4.447 12.459.86c-.172-.156-.42-.418-.662-.234z"/><path d="M12.492 6.116c1.219-.304 2.438-.606 3.659-.908.245.9.462 1.806.682 2.712-.162.019-.324.04-.486.058a5.091 5.091 0 0 1-.268.685c.834-.244 1.684-.427 2.526-.64.004 2.504.001 5.008 0 7.512H4.921l.001-.54c1.723-1.556 3.468-3.088 5.19-4.646.522-.521 1.316-.514 1.986-.709-.194-.168-.504-.325-.449-.635.023-.41.604-.614.868-.29.281.252.059.606-.096.856 1.146-.305 2.293-.632 3.464-.829-.409-.104-.632-.426-.64-.845a74.34 74.34 0 0 1-.13.444c-.764.179-1.524.377-2.287.564-.21-.208-.436-.516-.774-.442-.456.052-.505.576-.694.899-.019-.479-.116-.948-.229-1.412.181-.05.362-.102.545-.152.007-.3.011-.6.019-.9.305-.096.612-.181.919-.266l-.124-.514m-.636.88c.002.246.006.492.012.737.268-.055.534-.115.802-.174l-.175-.716-.638.154m3.692.602c.013.176.46.164.47-.011a.396.396 0 0 0-.47.011m1.264 1.561c-.121.317.24.431.468.5-.083.206-.161.415-.23.625.108-.104.215-.212.32-.322l.13.252.432-.002c.166-.35-.068-.613-.413-.683.078-.205.154-.41.222-.618-.092.086-.185.175-.275.265-.182-.157-.53-.344-.654-.018m-2.904.62c0 .809-.001 1.618.001 2.426l.338.001v-1.044c.522.1 1.116-.234.973-.832-.058-.668-.834-.557-1.313-.552m1.507 2.425l.338.007c.002-.35.002-.7.002-1.049.527.098 1.124-.236.972-.844-.067-.662-.839-.539-1.31-.54-.004.809 0 1.618-.002 2.425m-4.295.164l.431.005c-.08.232-.16.464-.23.701l.265-.264c.187.214.484.32.665.03.095-.346-.235-.418-.491-.474.091-.223.178-.446.26-.672-.114.096-.227.194-.338.294l-.221-.294c-.334.073-.492.361-.341.674m-3.049.267c-.235.581-.214 1.264 0 1.849.16.403.658.323 1.004.403.227-.708.38-1.501.084-2.214-.174-.446-.887-.476-1.088-.038m1.683.007c-.229.58-.209 1.255.002 1.838.158.406.656.328 1.002.408.233-.709.385-1.505.085-2.219-.176-.448-.893-.469-1.09-.028z"/><path d="M14.255 10.088c.239.046.66-.018.629.349.074.406-.37.355-.637.401.001-.251.004-.5.008-.75zM15.763 10.092c.457-.078.742.233.595.674a41.14 41.14 0 0 1-.605.053c.001-.242.004-.485.01-.727zM8.333 12.884c.022-.245.354-.307.492-.119.229.479.149 1.031.083 1.538a19.094 19.094 0 0 0-.34-.187l-.022.47c-.37-.481-.359-1.142-.214-1.703zM10.019 12.886c.023-.245.347-.305.492-.125.232.48.15 1.032.085 1.541-.114-.062-.228-.124-.343-.184l-.023.47c-.36-.485-.356-1.142-.211-1.703z"/><path fill="#ffd520" d="M11.797.624c.242-.184.491.078.662.234 3.575 3.587 7.165 7.159 10.739 10.747.228.18.284.514.038.709a7030.002 7030.002 0 0 1-10.924 10.921c-.354.418-.752-.078-1.009-.34-3.492-3.509-6.998-7.003-10.5-10.504-.332-.23-.263-.648.04-.868C4.504 7.899 8.099 4.202 11.797.622m.695 5.494l.124.514c-.307.085-.614.17-.919.266-.008.3-.012.6-.019.9l-.545.152c.113.464.21.934.229 1.412.188-.323.238-.847.694-.899.338-.074.564.234.774.442.763-.187 1.523-.385 2.287-.564l.13-.444c.007.419.23.74.64.845-1.171.197-2.318.524-3.464.829.155-.25.377-.604.096-.856-.264-.324-.845-.12-.868.29-.055.31.254.467.449.635-.67.196-1.464.188-1.986.709-1.722 1.559-3.467 3.09-5.19 4.646l-.001.54h13.684c.001-2.504.004-5.008 0-7.512-.842.212-1.692.396-2.526.64.106-.222.194-.45.268-.685.162-.018.324-.038.486-.058-.22-.906-.437-1.812-.682-2.712l-3.659.908z"/><path fill="#ffd520" d="M11.854 6.998l.638-.154.175.716c-.268.059-.534.119-.802.174a45.1 45.1 0 0 1-.012-.737zM15.547 7.601a.398.398 0 0 1 .47-.011c-.011.175-.457.187-.47.011z"/><path fill="#c2c2c2" d="M16.811 9.162c.124-.326.472-.139.654.018.09-.09.182-.179.275-.265-.068.208-.144.413-.222.618.344.07.578.332.413.683l-.432.002-.13-.252a16.21 16.21 0 0 1-.32.322c.07-.21.148-.419.23-.625-.228-.07-.589-.184-.468-.5z"/><path fill="#fff" d="M13.907 9.781c.479-.005 1.255-.116 1.313.552.143.598-.451.931-.973.832v1.044l-.338-.001c-.002-.809-.001-1.618-.001-2.426m.347.306c-.005.25-.007.499-.008.75.268-.046.712.005.637-.401.031-.367-.39-.304-.629-.349zM15.413 12.205c.002-.808-.001-1.616.002-2.425.472.001 1.243-.122 1.31.54.152.607-.445.942-.972.844 0 .349 0 .698-.002 1.049l-.338-.007m.35-2.114c-.006.242-.008.485-.01.727.202-.016.403-.034.605-.053.146-.442-.138-.752-.595-.674zM8.069 12.635c.202-.438.914-.408 1.088.038.296.713.143 1.506-.084 2.214-.347-.08-.845 0-1.004-.403-.214-.586-.235-1.268 0-1.849m.264.249c-.145.56-.156 1.222.214 1.703l.022-.47c.113.061.227.124.34.187.066-.508.146-1.06-.083-1.538-.138-.188-.47-.126-.492.119zM9.752 12.642c.197-.442.913-.42 1.09.028.3.714.148 1.51-.085 2.219-.346-.08-.844-.002-1.002-.408-.211-.583-.232-1.259-.002-1.838m.266.243c-.145.56-.149 1.218.211 1.703l.023-.47c.115.06.229.121.343.184.065-.509.146-1.061-.085-1.541-.145-.18-.469-.12-.492.125z"/><path fill="#b5b5b5" d="M11.118 12.368c-.151-.313.007-.601.341-.674l.221.294c.112-.1.224-.198.338-.294-.083.226-.169.449-.26.672.256.056.586.128.491.474-.181.29-.478.184-.665-.03l-.265.264c.071-.236.15-.469.23-.701l-.431-.005m.773.258c-.185.361.394.02 0 0z"/><path fill="#0e0e0e" d="M11.891 12.626c.394.02-.185.361 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--stop-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.731 0h.487c.268.122.518.283.726.494 3.316 3.324 6.638 6.642 9.961 9.96.412.419.906.8 1.094 1.38v.293c-.098.274-.234.539-.444.744A10763.98 10763.98 0 0 0 12.87 23.556c-.199.203-.454.338-.715.444h-.286c-.277-.092-.545-.224-.75-.437C7.559 20 4.002 16.434.437 12.877a3.041 3.041 0 0 1-.438-.623v-.482c.215-.548.69-.914 1.088-1.324 3.32-3.32 6.643-6.638 9.961-9.96.2-.197.434-.356.682-.488m-.154.425C7.904 3.985 4.332 7.657.693 11.255c-.389.302-.557.92-.163 1.29 3.616 3.628 7.24 7.248 10.86 10.871.31.356.908.349 1.214-.01l10.8-10.802c.396-.334.343-.962-.044-1.279-3.562-3.56-7.127-7.12-10.687-10.681-.264-.308-.742-.47-1.097-.218z"/><path fill="#ffd033" d="M11.91.75c.216-.056.372.133.517.26 3.536 3.545 7.082 7.08 10.619 10.625.205.161.276.476.048.653-3.576 3.587-7.164 7.162-10.741 10.748-.154.206-.47.292-.649.065C8.099 19.503 4.5 15.9.9 12.297c-.236-.18-.169-.5.044-.667C4.38 8.184 7.828 4.749 11.264 1.303c.205-.193.385-.431.646-.553M7.319 6.137c.114.094.241.192.398.155.934-.112 1.865-.238 2.797-.352.008.796 0 1.591.005 2.386.983.004 1.966.004 2.948 0 .006-.796-.008-1.591.01-2.388.958.119 1.914.256 2.874.359.217.052.377-.234.14-.348-1.482-1.433-2.996-2.836-4.499-4.248-1.558 1.478-3.155 2.918-4.674 4.436m.536 6.637c-.203.229-.544.425-.506.776-.001 1.192 0 2.386.002 3.578.902.896 1.778 1.828 2.714 2.689.997.1 2.011.004 3.016.041.35-.025.79.109 1.044-.209.835-.846 1.687-1.675 2.514-2.528-.028-1.279.055-2.568-.038-3.841-.863-.934-1.79-1.812-2.69-2.711-1.273.014-2.55-.036-3.82.022-.792.673-1.476 1.471-2.236 2.183z"/><path d="M11.576.425c.355-.252.833-.09 1.097.218 3.56 3.562 7.126 7.121 10.687 10.681.388.317.44.946.044 1.279l-10.8 10.802c-.306.359-.905.366-1.214.01C7.77 19.792 4.146 16.172.53 12.544c-.394-.37-.226-.988.163-1.29C4.331 7.656 7.904 3.984 11.576.424m.334.326c-.26.122-.44.36-.646.553C7.828 4.749 4.38 8.184.944 11.63c-.214.167-.281.487-.044.667 3.6 3.602 7.199 7.206 10.804 10.804.179.227.496.142.649-.065 3.577-3.587 7.165-7.162 10.741-10.748.228-.176.157-.492-.048-.653C19.51 8.09 15.964 4.555 12.427 1.01c-.145-.127-.301-.317-.517-.26z"/><path d="M7.319 6.137c1.519-1.518 3.116-2.958 4.674-4.436 1.502 1.412 3.017 2.815 4.499 4.248.236.114.077.4-.14.348-.96-.103-1.916-.24-2.874-.359-.018.797-.004 1.592-.01 2.388-.983.004-1.966.004-2.948 0-.005-.794.004-1.59-.005-2.386-.932.114-1.864.24-2.797.352-.157.037-.284-.061-.398-.155z"/><path fill="#fff" d="M7.854 12.774c.76-.712 1.444-1.51 2.236-2.183 1.27-.058 2.546-.007 3.82-.022.9.899 1.828 1.777 2.69 2.711.094 1.273.011 2.562.038 3.841-.827.853-1.679 1.682-2.514 2.528-.254.318-.694.184-1.044.209-1.004-.037-2.018.059-3.016-.041-.936-.862-1.812-1.793-2.714-2.689a1067.14 1067.14 0 0 1-.002-3.578c-.037-.352.304-.547.506-.776m-.228.608c-.079 1.206-.004 2.423-.035 3.634.856.874 1.722 1.736 2.593 2.594 1.207-.005 2.414-.001 3.623-.001.865-.864 1.739-1.721 2.59-2.599-.014-1.21.006-2.419-.011-3.629-.868-.851-1.712-1.723-2.585-2.569-1.199.022-2.4-.023-3.598.019-.901.799-1.736 1.687-2.578 2.551z"/><path fill="#af1e2d" d="M7.626 13.382c.841-.864 1.676-1.752 2.578-2.551 1.198-.042 2.399.002 3.598-.019.872.846 1.717 1.718 2.585 2.569.017 1.21-.004 2.419.011 3.629-.851.878-1.724 1.735-2.59 2.599-1.208 0-2.416-.004-3.623.001a204.57 204.57 0 0 1-2.593-2.594c.031-1.211-.044-2.428.035-3.634z"/></symbol><symbol viewBox="0 0 27 24" id="warning--stop-ahead--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.144 0h.789c.5.183.963.496 1.222.974 3.852 6.681 7.7 13.365 11.554 20.046.16.287.297.588.409.899v.588c-.187.712-.725 1.295-1.44 1.493H1.464C.753 23.82.208 23.26 0 22.563v-.711c.129-.319.279-.629.45-.927C4.291 14.277 8.119 7.621 11.958.972 12.214.507 12.664.2 13.144 0M2.842 21.601c7.14.005 14.282.004 21.424 0A7151.429 7151.429 0 0 0 13.557 3.01 8197.082 8197.082 0 0 0 2.842 21.601z"/><path fill="#fff" d="M2.842 21.601A7834.554 7834.554 0 0 1 13.557 3.01c3.578 6.193 7.15 12.389 10.709 18.591-7.142.004-14.283.005-21.424 0m5.755-8.108c-.001 1.372-.026 2.747.011 4.118.9 1.047 1.943 1.98 2.896 2.983 1.37-.004 2.738-.001 4.107-.001.965-.976 1.925-1.958 2.902-2.923.011-1.391.009-2.782 0-4.174-.971-.974-1.932-1.957-2.904-2.929-1.368 0-2.736.003-4.103-.001-.978.968-1.935 1.955-2.908 2.927z"/><path fill="#fff" d="M11.586 10.789c.969-.08 1.948-.005 2.922-.034.438.027.984-.119 1.302.275.815.862 1.719 1.645 2.476 2.556.117 1.204.018 2.428.042 3.641.045.343-.235.571-.447.789-.664.647-1.313 1.308-1.967 1.965-.201.191-.411.441-.721.393-1.211-.03-2.437.072-3.639-.054-.784-.659-1.443-1.456-2.19-2.157-.244-.278-.64-.521-.606-.94-.003-1.132-.008-2.267.009-3.399-.007-.37.342-.587.56-.837.767-.717 1.455-1.525 2.26-2.198m.371.898c-.761.744-1.502 1.505-2.258 2.255-.011 1.073-.007 2.145-.009 3.216.757.755 1.512 1.512 2.26 2.275 1.064-.031 2.145.069 3.199-.045.772-.706 1.475-1.483 2.237-2.201.016-1.073.008-2.145.014-3.218a302.903 302.903 0 0 0-2.255-2.281c-1.063-.003-2.125 0-3.188-.003z"/><path fill="#fff" d="M13.124 13.285c.058-.313-.126-1.058.43-.917.117.267.096.568.138.853l.133-.511.362.053c.194.927-.152 2.057.374 2.861.18-.56.14-1.463.889-1.574-.169.686-.113 1.391-.107 2.09.039 1.029-1.421 1.34-1.052 2.462h-1.737c-.037-.542.125-1.162-.248-1.623-.476-.588-.241-1.372-.249-2.061.069-.605-.058-1.268.262-1.817.087.165.171.332.252.5.009-.343-.069-.784.354-.885l.199.569z"/><path d="M8.597 13.493c.974-.972 1.931-1.959 2.908-2.927 1.367.004 2.735.001 4.103.001.972.972 1.934 1.955 2.904 2.929.009 1.391.011 2.782 0 4.174-.976.965-1.936 1.947-2.902 2.923-1.369 0-2.738-.003-4.107.001-.953-1.003-1.996-1.936-2.896-2.983-.037-1.371-.012-2.746-.011-4.118m2.99-2.704c-.805.673-1.493 1.481-2.26 2.198-.218.249-.567.466-.56.837-.018 1.132-.012 2.267-.009 3.399-.034.419.362.662.606.94.747.701 1.406 1.498 2.19 2.157 1.203.126 2.428.024 3.639.054.311.047.521-.202.721-.393.655-.656 1.303-1.318 1.967-1.965.213-.218.492-.446.447-.789-.024-1.212.075-2.437-.042-3.641-.757-.911-1.661-1.694-2.476-2.556-.317-.395-.864-.248-1.302-.275-.974.028-1.953-.046-2.922.034z"/><path d="M11.958 11.687c1.063.003 2.125 0 3.188.003.757.755 1.506 1.517 2.255 2.281-.005 1.073.003 2.145-.014 3.218-.762.717-1.466 1.494-2.237 2.201-1.054.114-2.134.014-3.199.045-.748-.763-1.504-1.52-2.26-2.275.003-1.071-.001-2.144.009-3.216.755-.75 1.497-1.51 2.258-2.255m1.166 1.596l-.199-.569c-.423.102-.344.542-.354.885a15.58 15.58 0 0 0-.252-.5c-.32.549-.193 1.212-.262 1.817.008.689-.226 1.473.249 2.061.373.461.212 1.081.248 1.623h1.737c-.369-1.123 1.092-1.433 1.052-2.462-.005-.698-.062-1.403.107-2.09-.75.111-.709 1.014-.889 1.574-.526-.804-.18-1.934-.374-2.861l-.362-.053-.133.511c-.042-.285-.022-.586-.138-.853-.556-.141-.372.603-.43.917z"/></symbol><symbol viewBox="0 0 28 24" id="warning--stop-ahead--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.519 0h.689c.579.18 1.007.628 1.279 1.156 4.065 6.982 8.232 13.908 12.258 20.912v.696A2.111 2.111 0 0 1 26.531 24H1.241a2.095 2.095 0 0 1-1.242-1.203v-.71C4.005 15.066 8.195 8.146 12.257 1.156c.269-.523.692-.967 1.261-1.156m.261 1.405C9.687 8.207 5.722 15.092 1.668 21.922c-.103.228-.499.663-.015.676 8.05.037 16.105.001 24.157.018.205.006.737-.022.468-.333-4-6.857-8.05-13.687-12.062-20.537-.117-.15-.194-.431-.436-.34z"/><path fill="#c31926" d="M12.265 13.636c1.072-.008 2.143-.008 3.216 0 .732.791 1.597 1.476 2.25 2.329.071 1.063.003 2.131.026 3.195-.773.778-1.559 1.544-2.326 2.329a18.633 18.633 0 0 0-3.116 0c-.766-.785-1.554-1.55-2.326-2.328.024-1.065-.044-2.134.026-3.196.653-.853 1.516-1.539 2.25-2.329m-1.649 2.96c-.383.891 1.319.996.891 1.821-.305.39-.623-.05-.785-.326-.08.006-.241.014-.322.018.111.394.326.886.82.842.739.018 1.025-1.059.429-1.458-.35-.247-1.077-.721-.354-1.014.221.172.465.311.728.405-.001-.785-1.157-1.071-1.407-.289m3.717-.454c-.812.402-.68 1.581-.472 2.317.193.745 1.321.58 1.376-.161.187-.746.214-2.303-.905-2.156m-2.293.042c.042.315.316.355.577.394-.01.777-.006 1.555-.004 2.332l.397-.017c-.006-.785-.001-1.57-.004-2.356l.502-.018.001-.352c-.49-.001-.979-.003-1.469.017m3.725-.024c-.004.914-.003 1.83-.001 2.744l.391.001c.003-.393.003-.787.012-1.179.522.058 1.224-.141 1.135-.8.035-.839-.953-.795-1.537-.766z"/><path fill="#c31926" d="M14.331 16.55c.609-.222.619.674.619 1.071.042.369-.175 1.251-.659.834-.277-.576-.29-1.346.04-1.905zM16.16 16.509c.279.057.757.006.756.413.053.459-.456.372-.757.436a80.09 80.09 0 0 1 .001-.849z"/><path fill="#fff" d="M13.779 1.405c.241-.092.319.19.436.34 4.012 6.85 8.063 13.68 12.062 20.537.269.311-.262.339-.468.333-8.052-.017-16.106.019-24.157-.018-.484-.012-.087-.448.015-.676 4.054-6.83 8.019-13.715 12.111-20.517m-3.386 8.738c.234.234.47.465.701.702.763-.766 1.53-1.529 2.292-2.295-.001 1.169.004 2.34-.003 3.51l.999.001c-.008-1.164-.004-2.328-.003-3.492.759.757 1.518 1.515 2.274 2.275.232-.237.468-.468.702-.702-1.168-1.163-2.335-2.325-3.482-3.507-1.143 1.183-2.313 2.344-3.479 3.507m1.636 3.287c-.787.738-1.576 1.491-2.285 2.301-.119.855-.001 1.723-.05 2.583.019.466-.108 1.039.314 1.369.727.66 1.351 1.436 2.121 2.045 1.115.129 2.265.074 3.391.031.664-.354 1.085-1.043 1.659-1.526.323-.37.884-.663.866-1.219.012-1.1-.006-2.2-.006-3.3-.789-.745-1.509-1.565-2.322-2.283a12.382 12.382 0 0 0-3.687 0z"/><path fill="#fff" d="M10.616 16.596c.25-.782 1.405-.497 1.407.289a2.6 2.6 0 0 1-.728-.405c-.723.293.004.767.354 1.014.597.4.311 1.476-.429 1.458-.494.044-.709-.448-.82-.842.08-.004.241-.012.322-.018.162.276.48.716.785.326.429-.825-1.274-.931-.891-1.821zM14.333 16.141c1.118-.147 1.092 1.409.905 2.156-.056.741-1.183.906-1.376.161-.208-.735-.34-1.914.472-2.317m-.003.409c-.33.559-.318 1.329-.04 1.905.484.418.701-.465.659-.834 0-.397-.01-1.293-.619-1.071zM12.039 16.183c.49-.019.979-.018 1.469-.017l-.001.352-.502.018c.003.785-.001 1.57.004 2.356l-.397.017c-.001-.777-.006-1.555.004-2.332-.261-.039-.535-.079-.577-.394zM15.764 16.159c.584-.029 1.572-.074 1.537.766.089.659-.613.859-1.135.8-.01.393-.01.787-.012 1.179l-.391-.001c-.001-.914-.003-1.83.001-2.744m.396.35c-.003.283-.003.566-.001.849.301-.064.81.024.757-.436.001-.408-.477-.357-.756-.413zM12.315 21.489a18.633 18.633 0 0 1 3.116 0l.203.033a11.329 11.329 0 0 1-3.521 0l.203-.033z"/><path d="M10.392 10.142c1.167-1.163 2.336-2.324 3.479-3.507 1.147 1.182 2.314 2.344 3.482 3.507-.234.234-.47.465-.702.702-.756-.76-1.515-1.518-2.274-2.275-.001 1.164-.006 2.328.003 3.492l-.999-.001c.007-1.169.001-2.34.003-3.51-.762.766-1.529 1.529-2.292 2.295-.23-.237-.466-.468-.701-.702z"/><path fill="#9d9d9d" d="M12.029 13.428a12.382 12.382 0 0 1 3.687 0 59.637 59.637 0 0 1-3.687 0z"/><path fill="#d4cccd" d="M9.744 15.729c.709-.81 1.498-1.563 2.285-2.301 1.229.037 2.458.039 3.687 0 .813.719 1.533 1.539 2.322 2.283 0 1.1.018 2.2.006 3.3.018.556-.542.849-.866 1.219-.574.483-.995 1.172-1.659 1.526-1.125.043-2.275.099-3.391-.031-.77-.609-1.394-1.384-2.121-2.045-.422-.33-.294-.903-.314-1.369.049-.86-.069-1.729.05-2.583m2.522-2.092c-.734.791-1.597 1.476-2.25 2.329-.071 1.063-.003 2.131-.026 3.196.773.778 1.561 1.543 2.326 2.328l-.203.033c1.157.183 2.365.184 3.521 0l-.203-.033c.767-.785 1.554-1.551 2.326-2.329-.024-1.064.044-2.132-.026-3.195-.653-.853-1.518-1.539-2.25-2.329a215.475 215.475 0 0 0-3.216 0z"/></symbol><symbol viewBox="0 0 27 24" id="warning--stop-ahead--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.424 0h.532c.306.207.546.495.723.819 4.235 7.388 8.53 14.74 12.75 22.136v.517a7.777 7.777 0 0 1-.487.439c-6.967-.103-13.938-.015-20.907-.044-1.846.019-3.693-.048-5.538.044-.173-.144-.335-.302-.496-.457v-.439C4.147 15.676 8.428 8.412 12.61 1.093c.218-.402.485-.775.815-1.093m-9.88 21.592c6.787.005 13.573.005 20.359.001-3.393-5.878-6.782-11.756-10.181-17.628A11356.19 11356.19 0 0 0 3.546 21.592z"/><path fill="#e20a16" d="M9.404 13.517c.794-.771 1.565-1.568 2.36-2.338 1.293.026 2.589-.036 3.88.026.798.617 1.439 1.419 2.182 2.101.241.288.677.516.651.942.008 1.219-.003 2.438-.001 3.658-.923.926-1.856 1.842-2.766 2.779-1.218.008-2.437.011-3.655.005-.218.026-.409-.08-.547-.24-.843-.85-1.687-1.701-2.537-2.543.003-1.215-.01-2.43 0-3.645-.044-.326.233-.535.433-.745m.606.876c-.591.801.069 1.81.993 1.858.108.473.04 1.138-.601.99a35.538 35.538 0 0 1-.107-.55c-.195.004-.389.008-.584.014.063.513.358 1.119.967 1.07.967-.007 1.171-1.433.521-1.958-.405-.196-1.094-.326-.849-.944.197-.533.725-.114.765.291.158.001.315.004.473.007.085-.838-.997-1.477-1.579-.778m1.735-.265l.001.513.613.007.001 3.099h.516c.003-1.033.001-2.067.001-3.099l.614-.007v-.513h-1.747m2.553.035c-.926.485-.421 1.743-.544 2.578-.18.933 1.211 1.429 1.639.575.217-.764.085-1.591.096-2.378.016-.586-.664-1.019-1.19-.775m1.719-.054v3.634l.516.005c.003-.451.001-.902 0-1.354 1.09.126 1.495-1.166.989-1.953-.365-.435-1.003-.309-1.504-.333z"/><path fill="#e20a16" d="M14.423 14.661c.225-.114.554 0 .535.287.044.68.059 1.371-.012 2.05-.048.388-.743.283-.661-.119.025-.727-.187-1.554.139-2.218zM16.535 14.614c.208.034.416.071.624.108.081.502.103 1.227-.617 1.153-.008-.42-.011-.841-.007-1.262z"/><path fill="#fff" d="M3.545 21.592c3.386-5.879 6.782-11.755 10.177-17.627 3.4 5.872 6.789 11.75 10.181 17.628-6.786.004-13.572.004-20.359-.001m5.86-8.075c-.2.21-.477.418-.433.745-.01 1.215.003 2.43 0 3.645.85.842 1.694 1.692 2.537 2.543.139.16.329.266.547.24 1.218.005 2.437.003 3.655-.005.911-.937 1.843-1.853 2.766-2.779-.001-1.219.01-2.438.001-3.658.026-.427-.41-.654-.651-.942-.743-.682-1.384-1.484-2.182-2.101-1.291-.062-2.587 0-3.88-.026-.795.771-1.566 1.568-2.36 2.338z"/><path fill="#fff" d="M10.01 14.393c.581-.699 1.664-.06 1.579.778a74.601 74.601 0 0 0-.473-.007c-.04-.405-.568-.824-.765-.291-.245.617.444.747.849.944.65.525.446 1.952-.521 1.958-.609.049-.904-.557-.967-1.07l.584-.014c.034.184.07.366.107.55.64.148.709-.517.601-.99-.924-.048-1.584-1.057-.993-1.858zM11.744 14.128h1.747v.513l-.614.007c0 1.033.001 2.067-.001 3.099h-.516l-.001-3.099-.613-.007-.001-.513zM14.296 14.163c.527-.244 1.207.189 1.19.775-.011.787.121 1.614-.096 2.378-.428.854-1.819.358-1.639-.575.123-.835-.381-2.093.544-2.578m.128.498c-.325.664-.114 1.491-.139 2.218-.082.402.613.507.661.119.071-.679.056-1.37.012-2.05.019-.287-.31-.4-.535-.287zM16.016 14.109c.502.025 1.14-.101 1.504.333.506.787.101 2.079-.989 1.953.001.451.003.902 0 1.354l-.516-.005V14.11m.52.504c-.004.421-.001.842.007 1.262.72.074.698-.651.617-1.153-.208-.037-.416-.074-.624-.108z"/><path fill="#120102" opacity=".08" d="M0 23.454c.162.155.324.313.496.457L.639 24H0v-.546z"/><path fill="#190102" opacity=".11" d="M26.942 23.911c.17-.137.329-.288.487-.439V24h-.61l.123-.089z"/><path fill="#c20813" opacity=".86" d="M.496 23.911c1.845-.092 3.692-.025 5.538-.044 6.97.029 13.941-.059 20.907.044l-.123.089H.639l-.143-.089z"/></symbol><symbol viewBox="0 0 27 24" id="warning--stop-ahead--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#cc9214" opacity=".8" d="M13.256 0h.613c.576.159 1.036.575 1.299 1.106 3.963 6.946 8.043 13.829 11.951 20.805v.822c-.232.758-.963 1.296-1.763 1.243-7.864 0-15.729.003-23.592-.001-.83.047-1.538-.552-1.764-1.325v-.595c.199-.561.519-1.067.818-1.58C4.589 13.945 8.354 7.411 12.126.882c.235-.442.67-.719 1.13-.883m-.059.328c-.423.118-.728.458-.926.834C8.344 7.985 4.396 14.798.474 21.625c-.575.839.141 2.083 1.14 2.065 7.962.014 15.925.008 23.889.001 1.04.052 1.742-1.226 1.172-2.088-3.951-6.857-7.908-13.71-11.863-20.564-.296-.565-.993-.918-1.615-.712z"/><path d="M13.197.327c.622-.206 1.319.146 1.615.712 3.955 6.854 7.912 13.707 11.863 20.564.571.862-.132 2.14-1.172 2.088-7.963.007-15.927.012-23.889-.001-.999.018-1.715-1.226-1.14-2.065 3.921-6.827 7.87-13.639 11.797-20.464.198-.376.503-.716.926-.834M3.14 21.456c6.96.007 13.919.005 20.879 0C20.546 15.425 17.064 9.4 13.584 3.375 10.086 9.391 6.617 15.427 3.141 21.456z"/><path d="M9.567 15.599c.773-1.134 1.262-2.427 1.65-3.736.324.125.649.248.978.365-.125.136-.247.274-.366.414.689-.049 1.379-.026 2.069-.035l.005-.765c.328.018.658.038.987.058-.037.232-.071.465-.1.698.682.023 1.364.007 2.046.015 0 .302-.001.606-.003.908-1.615.003-3.23.003-4.845 0a19.69 19.69 0 0 0-.038-.875c-.163.477-.59.975-.404 1.497-.176 2.035-.024 4.095-.077 6.14l-.883.003c-.012-1.508.005-3.017-.009-4.526-.195.309-.393.616-.597.919-.136-.361-.274-.721-.414-1.081z"/><path d="M12.477 13.858h3.854c.009.637.008 1.276.001 1.913-1.285.005-2.571.004-3.855.001a87.318 87.318 0 0 1 0-1.915m.864.707l-.011.479c.698.014 1.397.014 2.095 0l-.011-.479c-.692-.003-1.382-.003-2.073 0zM11.801 16.111c1.71-.004 3.421-.005 5.132 0 .005.58.005 1.162-.001 1.742l-.82.001c-.007-.304-.011-.607-.016-.911a370.578 370.578 0 0 0-3.497-.001l-.008.921a69.17 69.17 0 0 0-.789.001 73.17 73.17 0 0 1 0-1.753z"/><path d="M12.853 17.314c1.009-.005 2.018-.005 3.026 0l.001.843c-.357.003-.713.004-1.068.008-.042.583.117 1.233-.172 1.768-.449.441-1.159.311-1.734.343a33.626 33.626 0 0 0-.286-.971c.422.018.845.023 1.268.009.012-.382.015-.763.014-1.144-.35-.009-.7-.011-1.048-.015v-.842z"/><path fill="#ffb71a" d="M3.14 21.456c3.477-6.03 6.945-12.065 10.443-18.081 3.481 6.026 6.963 12.05 10.435 18.081-6.96.005-13.919.007-20.879 0m6.428-5.857c.14.359.278.72.414 1.081.203-.304.401-.61.597-.919.015 1.509-.003 3.018.009 4.526.294-.001.588-.003.883-.003.053-2.045-.099-4.104.077-6.14-.186-.522.241-1.02.404-1.497.02.292.031.583.038.875 1.615.003 3.23.003 4.845 0l.003-.908c-.682-.008-1.364.008-2.046-.015.03-.233.064-.466.1-.698-.329-.02-.659-.041-.987-.058-.003.255-.004.51-.005.765-.69.009-1.38-.014-2.069.035.119-.14.241-.278.366-.414-.328-.117-.654-.24-.978-.365-.388 1.308-.877 2.602-1.65 3.736m2.909-1.742a87.318 87.318 0 0 0 0 1.915c1.284.003 2.57.004 3.855-.001.007-.637.008-1.276-.001-1.913h-3.854m-.676 2.252a73.17 73.17 0 0 0 0 1.753c.263-.003.526-.003.789-.001l.008-.921c1.166-.004 2.331-.005 3.497.001.005.304.009.607.016.911l.82-.001c.007-.58.007-1.162.001-1.742a975.462 975.462 0 0 0-5.132 0m1.053 1.203v.842c.348.004.698.005 1.048.015.001.381-.001.762-.014 1.144-.423.014-.846.008-1.268-.009.099.323.197.645.286.971.575-.033 1.285.098 1.734-.343.289-.536.13-1.185.172-1.768.355-.004.712-.005 1.068-.008l-.001-.843a305.224 305.224 0 0 0-3.026 0z"/><path fill="#ffb71a" d="M13.341 14.564c.692-.003 1.382-.003 2.073 0l.011.479c-.698.014-1.397.014-2.095 0l.011-.479z"/></symbol><symbol viewBox="0 0 27 24" id="warning--t-roads--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.258 0h.617c.532.153 1.03.466 1.294.968 3.854 6.679 7.7 13.364 11.555 20.045.148.26.279.529.395.807v.753a2 2 0 0 1-1.462 1.428H1.5c-.747-.153-1.31-.758-1.5-1.482v-.61a5.33 5.33 0 0 1 .315-.719C4.198 14.451 8.082 7.712 11.967.974c.26-.503.761-.816 1.292-.974M2.853 21.601c7.144.005 14.289.007 21.433-.001A7982.362 7982.362 0 0 0 13.569 3.013 7276.557 7276.557 0 0 0 2.853 21.601z"/><path fill="#fff" d="M2.853 21.601A7276.557 7276.557 0 0 1 13.569 3.013c3.582 6.19 7.153 12.388 10.717 18.587-7.144.008-14.289.007-21.433.001m5.144-7.219c.682.673 1.344 1.365 2.031 2.033.666.005 1.332-.004 1.999.004.004 1.462-.004 2.923.003 4.386 1.352.008 2.704.004 4.054.001.009-2.141-.003-4.281.007-6.422.706-.009 1.414.004 2.122-.007.005-.675.005-1.352.001-2.027-2.728-.007-5.455-.001-8.183-.003-.693.662-1.356 1.356-2.034 2.034z"/><path fill="#030303" d="M7.997 14.382c.678-.678 1.341-1.372 2.034-2.034 2.728.001 5.455-.004 8.183.003.004.675.004 1.352-.001 2.027-.708.011-1.416-.003-2.122.007-.009 2.141.003 4.281-.007 6.422-1.351.003-2.702.007-4.054-.001-.007-1.463.001-2.925-.003-4.386-.667-.008-1.333.001-1.999-.004-.687-.667-1.349-1.36-2.031-2.033z"/></symbol><symbol viewBox="0 0 24 24" id="warning--t-roads--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.674 1.116c.643-.187 1.36.03 1.816.515 3.274 3.126 6.553 6.247 9.818 9.382.703.635.701 1.83.024 2.48-3.137 3.143-6.278 6.28-9.414 9.422-.664.709-1.886.77-2.582.077-3.312-3.17-6.63-6.336-9.941-9.506-.691-.643-.647-1.823.023-2.464 3.007-3.035 6.041-6.043 9.055-9.07.344-.346.71-.715 1.201-.836m.12.247c-.437.092-.768.414-1.07.72-3.032 3.049-6.089 6.074-9.113 9.131-.571.538-.607 1.536-.026 2.082 3.307 3.168 6.625 6.329 9.937 9.494.587.602 1.642.541 2.203-.067 3.143-3.137 6.276-6.283 9.418-9.421.596-.577.558-1.63-.084-2.159-3.246-3.115-6.505-6.216-9.757-9.323-.384-.398-.964-.599-1.507-.457z"/><path fill="#231f20" d="M12.047 1.727c.553-.053 1.086.206 1.462.6 3.03 2.892 6.062 5.782 9.086 8.678.702.608.74 1.781.08 2.432-2.938 2.942-5.879 5.88-8.813 8.824-.638.68-1.814.751-2.488.086-3.103-2.977-6.223-5.938-9.325-8.915-.67-.644-.594-1.807.083-2.419C4.986 8.146 7.85 5.29 10.71 2.429c.353-.373.809-.682 1.337-.703m-.373.466c-.301.112-.534.342-.757.563C8.084 5.603 5.23 8.427 2.403 11.28c-.562.493-.6 1.444-.03 1.945l9.268 8.85c.529.524 1.456.454 1.952-.082 2.921-2.92 5.84-5.842 8.761-8.761.558-.509.559-1.47-.03-1.956-3.041-2.92-6.092-5.827-9.139-8.738-.383-.398-.994-.553-1.511-.346z"/><path fill="#231f20" d="M6.301 8.36c4.037-.085 8.083-.026 12.124-.029.008.842.01 1.686-.001 2.528-1.594.013-3.188-.002-4.783.008-.011 3.2.007 6.401-.008 9.602-.846-.007-1.697.043-2.54-.026.014-3.193.022-6.389-.004-9.583-1.594-.01-3.191.037-4.783-.023.011-.826.018-1.652-.004-2.478z"/><path fill="#fff100" d="M11.794 1.363c.544-.142 1.123.059 1.507.457 3.252 3.107 6.511 6.208 9.757 9.323.642.529.68 1.582.084 2.159-3.142 3.138-6.275 6.284-9.418 9.421-.562.608-1.616.67-2.203.067-3.312-3.166-6.63-6.326-9.937-9.494-.581-.546-.545-1.544.026-2.082 3.024-3.056 6.08-6.082 9.113-9.131.302-.306.634-.628 1.07-.72m.254.364c-.528.022-.984.33-1.337.703-2.86 2.861-5.724 5.717-8.578 8.584-.677.612-.752 1.775-.083 2.419 3.102 2.977 6.222 5.938 9.325 8.915.673.665 1.849.594 2.488-.086 2.934-2.944 5.875-5.881 8.813-8.824.66-.652.622-1.824-.08-2.432-3.024-2.897-6.056-5.786-9.086-8.678-.376-.394-.908-.653-1.462-.6z"/><path fill="#fff100" d="M11.674 2.192c.517-.208 1.128-.053 1.511.346 3.047 2.911 6.098 5.819 9.139 8.738.589.486.588 1.447.03 1.956-2.921 2.92-5.84 5.842-8.761 8.761-.497.535-1.423.606-1.952.082l-9.268-8.85c-.57-.502-.532-1.452.03-1.945 2.827-2.852 5.681-5.677 8.514-8.525.223-.221.456-.451.757-.563M6.301 8.36c.022.826.014 1.652.004 2.478 1.592.06 3.19.013 4.783.023.025 3.194.018 6.39.004 9.583.844.07 1.694.019 2.54.026.016-3.202-.002-6.402.008-9.602 1.595-.011 3.19.005 4.783-.008.011-.842.01-1.686.001-2.528-4.04.002-8.087-.056-12.124.029z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tanks-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M12.99.301c.781-.349 1.771.023 2.142.791 3.903 6.731 7.814 13.456 11.708 20.19.625.923.045 2.344-1.068 2.506-7.904.015-15.815-.027-23.722.014-.937.183-1.882-.633-1.872-1.576-.029-.578.325-1.065.596-1.544 3.79-6.529 7.575-13.061 11.365-19.59.192-.344.475-.65.851-.791m.281.304c-.394.094-.655.43-.85.762C8.535 8.076 4.635 14.778.752 21.49c-.563.828.151 2.044 1.147 1.962 7.826 0 15.652.01 23.476-.005.995.078 1.706-1.126 1.144-1.955-3.9-6.739-7.811-13.473-11.72-20.208-.274-.548-.931-.875-1.529-.679z"/><path fill="#fff" d="M4.045 20.903a4612.733 4612.733 0 0 1 9.592-16.54 4700.67 4700.67 0 0 1 9.59 16.538 5332.6 5332.6 0 0 1-19.182.001m8.772-6.281c-.003.386-.001.772.007 1.158.886.661 2.029.315 3.049.386.498-.394 1.175-.337 1.763-.491.005-.5.005-1.001.003-1.501-1.608.143-3.215.286-4.822.449m-4.814.225c.056.153-.072.5.196.477 1.486.055 2.974.113 4.462.14-.005-.206-.01-.41-.012-.616a899.39 899.39 0 0 0-4.646-.001m8.087 1.544c-1.535.06-3.078-.025-4.613.037-1.144.255-2.276.578-3.402.904l-.045.406c3.74.031 7.48.022 11.22.025.001-.683.003-1.365-.003-2.047-1.057.203-2.1.477-3.157.675m-7.641 1.621c-.206 1.12 1.121 1.522 1.931 1.842 2.305.046 4.617.044 6.922.001.798-.33 2.096-.721 1.912-1.827l-.346-.057c.007.275-.012.548-.057.82-.138-.359-.194-1.08-.757-.721-.425.431.175.76.56.844-.615.2-1.154.7-1.835.627-2.116-.023-4.235.025-6.35-.023-.665-.307-1.902-.551-1.625-1.537l-.353.031m.714.007c-.465.194-.13.952.323.74.507-.179.158-.997-.323-.74m1.111.036c-.475.244-.476 1.004 0 1.246.443.275 1.084-.098 1.061-.619.025-.524-.615-.9-1.061-.627m1.629-.013c-.469.218-.52.946-.08 1.223.435.337 1.143-.035 1.115-.584.025-.511-.588-.89-1.035-.64m1.618-.021c-.479.184-.582.901-.169 1.21.382.349 1.072.097 1.148-.412.132-.536-.483-1.032-.979-.798m1.529.044c-.461.252-.453.995.015 1.235.442.278 1.085-.095 1.062-.618.025-.532-.633-.908-1.077-.618m1.753-.026c-.537.134-.675.929-.221 1.244.4.344 1.095.05 1.139-.47.087-.494-.446-.942-.918-.773z"/><path fill="#c00" d="M13.271.605c.597-.196 1.255.131 1.529.679 3.91 6.735 7.82 13.469 11.72 20.208.562.829-.149 2.033-1.144 1.955-7.825.015-15.65.005-23.476.005-.995.082-1.71-1.135-1.147-1.962C4.635 14.778 8.535 8.076 12.422 1.367c.195-.333.455-.668.85-.762M4.045 20.903a5332.6 5332.6 0 0 0 19.182-.001 5036.93 5036.93 0 0 0-9.59-16.538 4526.77 4526.77 0 0 0-9.592 16.54z"/><path d="M12.817 14.621c1.606-.162 3.214-.305 4.822-.449.003.5.003 1.001-.003 1.501-.588.154-1.265.097-1.763.491-1.02-.071-2.163.275-3.049-.386a40.64 40.64 0 0 1-.007-1.158zM8.003 14.847a899.39 899.39 0 0 1 4.646.001c.003.206.007.41.012.616-1.488-.027-2.975-.086-4.462-.14-.269.023-.14-.325-.196-.477z"/><path d="M16.09 16.391c1.057-.198 2.1-.472 3.157-.675.005.682.004 1.364.003 2.047-3.74-.003-7.48.007-11.22-.025l.045-.406c1.126-.326 2.258-.649 3.402-.904 1.535-.061 3.078.023 4.613-.037zM8.449 18.012l.353-.031c-.277.986.96 1.23 1.625 1.537 2.115.048 4.234 0 6.35.023.682.072 1.22-.427 1.835-.627-.386-.085-.986-.413-.56-.844.563-.359.619.363.757.721.045-.271.064-.544.057-.82.087.015.26.044.346.057.184 1.106-1.114 1.497-1.912 1.827a181.51 181.51 0 0 1-6.922-.001c-.81-.32-2.137-.723-1.931-1.842z"/><path d="M9.165 18.019c.481-.256.83.562.323.74-.453.211-.788-.547-.323-.74zM10.276 18.055c.446-.273 1.085.104 1.061.627.023.521-.618.895-1.061.619-.476-.243-.475-1.002 0-1.246zM11.905 18.042c.447-.251 1.06.128 1.035.64.027.548-.68.92-1.115.584-.439-.277-.389-1.005.08-1.223zM13.523 18.02c.496-.235 1.111.262.979.798-.076.509-.766.761-1.148.412-.413-.308-.31-1.025.169-1.21zM15.052 18.064c.445-.29 1.102.086 1.077.618.023.522-.62.896-1.062.618-.468-.24-.476-.983-.015-1.235zM16.805 18.037c.472-.169 1.005.28.918.773-.044.521-.739.814-1.139.47-.454-.315-.316-1.11.221-1.244z"/><path opacity=".33" d="M1.51 24c.311-.068.623-.142.944-.15 7.455.011 14.911.003 22.366.004.315.007.622.08.927.146H1.51z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tanks-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.249 0h.647c.521.164 1.01.475 1.273.968 3.854 6.679 7.7 13.364 11.555 20.045.145.259.277.526.395.8v.776a2.034 2.034 0 0 1-1.452 1.412H1.487C.751 23.837.198 23.246.001 22.53v-.636c.225-.616.583-1.167.908-1.733L11.965.976c.263-.499.757-.812 1.284-.975m-10.397 21.6c7.146.005 14.292.005 21.436 0a8595.79 8595.79 0 0 0-10.719-18.59 8361.098 8361.098 0 0 0-10.717 18.59z"/><path fill="#fff" d="M2.852 21.601a9232.57 9232.57 0 0 1 10.717-18.59 9519.432 9519.432 0 0 1 10.719 18.59c-7.144.005-14.29.005-21.436 0m6.215-4.477c-.921.308-2.083-.262-2.862.471-.395.53-.673 1.14-1.006 1.71-.441.715.186 1.75 1.028 1.675 4.297.001 8.595.008 12.894-.004 1.018-.039 1.241-1.211 1.73-1.894.495-.626.153-1.7-.655-1.833-2.21-.148-4.46.114-6.654-.132l.446-.305.133-.462c1.455-.225 2.914-.42 4.37-.635l-.056-.466c-1.437.091-2.873.201-4.311.287-.141-.278-.323-.633-.693-.603-1.317-.022-2.633.001-3.948-.009-1.189-.206-1.262 1.798-.416 2.202z"/><path d="M9.067 17.124c-.846-.404-.773-2.408.416-2.202 1.315.011 2.632-.012 3.948.009.37-.03.552.325.693.603 1.437-.087 2.873-.197 4.311-.287l.056.466c-1.456.214-2.915.41-4.37.635l-.133.462-.446.305c2.194.245 4.443-.016 6.654.132.808.133 1.15 1.207.655 1.833-.489.683-.712 1.855-1.73 1.894-4.298.012-8.597.005-12.894.004-.842.076-1.468-.96-1.028-1.675.334-.569.612-1.18 1.006-1.71.78-.732 1.942-.163 2.862-.471z"/></symbol><symbol viewBox="0 0 24 24" id="warning--texts--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.929 1.013c.59-.092 1.187.155 1.597.577 3.253 3.108 6.511 6.214 9.761 9.325.47.43.69 1.112.516 1.732-.151.607-.671 1.002-1.086 1.43-2.921 2.921-5.843 5.838-8.76 8.762-.48.505-1.243.726-1.913.51-.53-.172-.895-.618-1.289-.985-3.106-2.976-6.22-5.945-9.326-8.92-.714-.65-.662-1.856.03-2.503C4.471 7.912 7.5 4.9 10.518 1.877c.385-.398.83-.811 1.411-.865m.215.253c-.524-.002-.971.317-1.319.679-3.05 3.072-6.126 6.119-9.175 9.192-.594.545-.632 1.57-.028 2.123 3.313 3.167 6.628 6.336 9.946 9.498.575.564 1.577.517 2.132-.05 3.146-3.137 6.283-6.284 9.428-9.424.616-.569.611-1.631-.034-2.177-3.224-3.097-6.467-6.176-9.695-9.27-.332-.332-.769-.6-1.256-.571z"/><path fill="#231f20" d="M11.792 1.712c.612-.149 1.264.07 1.694.521 3.052 2.909 6.1 5.824 9.145 8.74.738.642.695 1.873-.026 2.51-2.921 2.921-5.846 5.838-8.766 8.76-.656.67-1.836.691-2.492.008-3.084-2.957-6.181-5.902-9.263-8.861-.668-.628-.623-1.772.032-2.392 2.808-2.832 5.64-5.641 8.454-8.468.346-.348.72-.72 1.222-.818m.012.388c-.31.084-.559.299-.784.517-2.855 2.868-5.729 5.719-8.581 8.588-.577.503-.624 1.474-.03 1.982 3.072 2.93 6.144 5.862 9.212 8.797.535.562 1.501.5 2.011-.065 2.923-2.921 5.84-5.849 8.764-8.768.625-.584.456-1.619-.215-2.094-2.989-2.851-5.972-5.711-8.964-8.562-.361-.371-.91-.553-1.414-.396z"/><path fill="#231f20" d="M5.65 10.24c.76.032 1.534-.077 2.286.071.8.233.889 1.342.491 1.954-.378.538-1.106.449-1.68.463.002.485 0 .971 0 1.456l-1.097.001c-.001-1.315-.001-2.629 0-3.944m1.099.774c-.001.31 0 .619.002.929.307-.036.83.008.83-.432.054-.485-.503-.469-.833-.497zM9.779 10.241h1.196c.439 1.314.888 2.626 1.326 3.942-.377.002-.754 0-1.13 0 .017-.857-.838-.659-1.427-.653-.064.217-.118.437-.181.654-.371-.002-.74.001-1.11-.002.438-1.315.886-2.627 1.326-3.941m.199 2.439l.774-.002c-.127-.468-.254-.937-.389-1.403-.133.467-.258.936-.385 1.405zM12.666 10.241c.88.042 1.789-.11 2.648.122.842.414.661 1.78-.197 2.083.538.443.736 1.13 1.027 1.735-.41.005-.821-.001-1.231.004-.359-.559-.434-1.421-1.136-1.663-.018.553-.012 1.108-.013 1.662-.366-.001-.731-.002-1.097 0l-.001-3.943m1.1.776c-.001.28.001.56.001.84.344-.041 1.014.067.991-.46-.036-.494-.661-.32-.992-.38zM16.496 10.243l2.932-.001v.842c-.611-.001-1.223.001-1.835.001v.625l1.704.001c-.002.268-.002.535 0 .803l-1.703.001c-.002.259.001.517-.001.775l1.888.002v.89c-.995.002-1.99.002-2.984 0v-3.941z"/><path fill="#fff100" d="M12.144 1.265c.487-.029.924.239 1.256.571 3.228 3.094 6.47 6.173 9.695 9.27.644.546.649 1.608.034 2.177-3.145 3.139-6.282 6.287-9.428 9.424-.556.568-1.558.614-2.132.05-3.318-3.162-6.632-6.331-9.946-9.498-.605-.553-.566-1.578.028-2.123 3.049-3.073 6.125-6.12 9.175-9.192.348-.362.794-.682 1.319-.679m-.353.447c-.502.098-.876.47-1.222.818-2.814 2.827-5.646 5.636-8.454 8.468-.655.619-.701 1.764-.032 2.392 3.082 2.959 6.179 5.904 9.263 8.861.656.683 1.836.661 2.492-.008 2.92-2.922 5.845-5.839 8.766-8.76.721-.637.764-1.868.026-2.51a6264.097 6264.097 0 0 0-9.145-8.74c-.431-.451-1.082-.67-1.694-.521z"/><path fill="#fff100" d="M11.804 2.1c.504-.157 1.052.025 1.414.396 2.992 2.851 5.975 5.711 8.964 8.562.671.475.84 1.51.215 2.094-2.923 2.92-5.84 5.848-8.764 8.768-.51.565-1.476.626-2.011.065-3.068-2.935-6.14-5.867-9.212-8.797-.594-.509-.547-1.48.03-1.982 2.852-2.869 5.726-5.72 8.581-8.588.224-.218.474-.433.784-.517M5.65 10.24c-.001 1.315-.001 2.629 0 3.944l1.097-.001c0-.485.002-.971 0-1.456.574-.014 1.302.074 1.68-.463.398-.612.31-1.721-.491-1.954-.752-.148-1.526-.038-2.286-.071m4.129.002c-.44 1.314-.888 2.626-1.326 3.941.37.004.739 0 1.11.002.064-.217.118-.437.181-.654.589-.006 1.444-.204 1.427.653.377 0 .754.002 1.13 0-.438-1.316-.887-2.628-1.326-3.942H9.779m2.887 0l.001 3.943c.366-.002.731-.001 1.097 0 .001-.554-.005-1.109.013-1.662.702.242.778 1.104 1.136 1.663.41-.005.821.001 1.231-.004-.292-.605-.49-1.292-1.027-1.735.858-.304 1.039-1.669.197-2.083-.859-.233-1.769-.08-2.648-.122m3.83.002v3.941c.995.002 1.99.002 2.984 0v-.89l-1.888-.002c.002-.258-.001-.516.001-.775l1.703-.001a53.735 53.735 0 0 1 0-.803l-1.704-.001v-.625c.612 0 1.224-.002 1.835-.001v-.842l-2.932.001z"/><path fill="#fff100" d="M6.749 11.015c.33.028.887.012.833.497 0 .44-.523.396-.83.432-.002-.31-.004-.619-.002-.929zM13.766 11.017c.331.06.956-.114.992.38.023.527-.647.419-.991.46 0-.28-.002-.56-.001-.84zM9.978 12.68c.127-.469.252-.938.385-1.405.134.466.262.935.389 1.403l-.774.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--texts--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d8b02b" opacity=".85" d="M11.705 0h.557c.502.221.851.653 1.231 1.027l9.42 9.419c.394.4.844.767 1.087 1.284v.458c-.181.545-.655.896-1.039 1.292l-9.54 9.54c-.372.365-.71.804-1.222.979h-.444c-.512-.212-.857-.658-1.242-1.033l-9.48-9.479c-.371-.374-.791-.72-1.033-1.2v-.574c.236-.518.692-.876 1.08-1.274l9.421-9.42c.373-.37.721-.786 1.204-1.02m.109.307c-.233.047-.401.226-.568.38C7.692 4.252 4.124 7.807.57 11.372a.828.828 0 0 0 .006 1.247c3.601 3.602 7.206 7.202 10.807 10.802.312.366.917.358 1.228-.005l10.807-10.805a.833.833 0 0 0 .007-1.23C19.85 7.793 16.26 4.219 12.685.631c-.221-.235-.542-.414-.871-.326z"/><path d="M11.814.306c.329-.088.65.091.871.326 3.575 3.588 7.165 7.162 10.74 10.75a.833.833 0 0 1-.007 1.23L12.611 23.417c-.311.362-.916.371-1.228.005-3.601-3.6-7.206-7.2-10.807-10.802a.828.828 0 0 1-.006-1.247C4.124 7.808 7.692 4.253 11.246.687c.167-.155.335-.334.568-.38m.092.437c-.301.166-.516.446-.762.68C7.744 4.828 4.339 8.226.94 11.629c-.218.166-.286.492-.043.672 3.601 3.6 7.196 7.208 10.801 10.805a.381.381 0 0 0 .595-.008c3.601-3.6 7.206-7.2 10.801-10.807.233-.176.163-.496-.047-.656-3.539-3.542-7.084-7.08-10.621-10.624-.148-.127-.301-.318-.521-.266z"/><path d="M8.023 6.586l.347.019c.256.446.5.898.775 1.333.016-.446.013-.893.012-1.338.085-.004.256-.01.341-.012.005.738.008 1.476-.002 2.213-.658-.13-.708-1.009-1.122-1.457-.012.473-.01.944-.008 1.417l-.342.011c-.005-.73-.005-1.458 0-2.186zM10.367 6.66c1.48-.695 1.585 2.59.086 2.095-.648-.433-.642-1.586-.086-2.095m.209.29c-.347.373-.354 1.093-.005 1.47.824.244.838-1.71.005-1.47zM11.789 6.612c.432.089 1.331-.31 1.379.275l-.522.017c-.001.624.004 1.249-.005 1.874l-.343-.029c.005-.616.005-1.23.001-1.844l-.491-.017-.019-.276zM14.75 6.584l.336.019c.247.722.499 1.442.743 2.165h-.358l-.228-.611c-.227.002-.452.007-.679.011l-.194.584-.374.02c.245-.732.496-1.462.755-2.189m-.062 1.221c.109.001.328.004.438.004l-.2-.571c-.082.188-.16.378-.238.568zM14.846 11.12c.169-.677 1.218-.649 1.385.018-.342.18-.653-.374-.954-.07-.258.391-.264.984-.007 1.376.278.217.595-.04.646-.335a33.832 33.832 0 0 1-.439-.036l.001-.329.749-.001c.043.45-.052 1.098-.624 1.121-.9.073-.996-1.126-.756-1.745zM5.303 10.66c.448-.006.895-.006 1.343-.001v.294l-.503.014c-.001.623.004 1.246-.002 1.867l-.342-.005c.001-.612-.004-1.225.008-1.837-.169-.026-.341-.028-.509-.054l.005-.278zM6.967 10.656h.338l.006.874c.263-.002.526-.006.79-.01 0-.289 0-.577.002-.864h.338c.005.726.005 1.451 0 2.177-.084.001-.253.002-.337.004-.004-.318-.004-.636-.004-.953-.264-.001-.527-.004-.791-.004-.001.317-.002.635-.005.953-.084.001-.252.004-.337.004-.007-.727-.005-1.453-.001-2.18zM8.964 10.656c.46.037 1.151-.16 1.38.382.164.314-.107.587-.246.845.089.326.229.635.341.954l-.367-.005c-.12-.317-.24-.632-.356-.95l-.407-.002c-.002.316-.002.63-.001.946l-.341.013c-.008-.727-.006-1.454-.002-2.182m.342.33v.546c.223-.005.448-.017.671-.022.263-.479-.312-.57-.671-.524zM11.191 10.699c.996-.43 1.312.95 1.019 1.644-.11.614-1.066.72-1.294.138-.233-.56-.259-1.387.275-1.782m.353.271c-.667.098-.599 1.77.185 1.493.319-.388.384-1.326-.185-1.493zM12.788 10.656h.34c.024.536-.049 1.081.043 1.613.09.354.662.318.719-.037.071-.522.016-1.051.034-1.576l.341.001c-.022.58.066 1.174-.062 1.744-.178.587-1.11.616-1.336.053-.158-.583-.054-1.2-.078-1.798zM16.693 10.656h.338c.004.292.005.582.01.874l.786-.008c.001-.288.001-.577.004-.865h.338c.005.728.007 1.456-.001 2.184h-.336c-.004-.319-.005-.638-.004-.956-.264-.002-.527-.004-.79-.004l-.007.956a37.859 37.859 0 0 0-.337-.002c-.005-.726-.004-1.452-.001-2.178zM7.072 15.24c.006-.714 1.078-.722 1.316-.138l-.239.095c-.229-.179-.817-.307-.732.157.242.193.568.233.824.402.404.326.217 1.096-.316 1.157-.427.11-.785-.2-.965-.556.386-.236.772.539 1.097.064.236-.688-1.087-.461-.986-1.181zM8.634 14.714c.449-.005.896-.005 1.345 0l-.001.294-.502.014c-.004.624.004 1.247-.006 1.871a37.635 37.635 0 0 0-.335-.002c-.008-.623-.001-1.246-.007-1.868l-.494-.014v-.294zM10.3 14.713c.455.036 1.136-.158 1.373.367.168.31-.059.611-.259.833.119.326.24.653.356.98l-.361-.005c-.121-.318-.242-.635-.36-.953h-.404l-.006.953-.334.002c-.014-.726-.007-1.453-.005-2.178m.336.347c.002.178.006.356.011.535.269-.025.77.091.743-.332-.122-.3-.5-.175-.754-.203zM12.143 14.716c.427-.006.856-.006 1.283 0l.002.336c-.312.004-.625.005-.937.005l-.01.521c.214.004.426.01.64.013a38.56 38.56 0 0 1-.006.343c-.21.001-.419.005-.629.006l.001.595c.337.001.674.001 1.012.004.071.655-.931.235-1.356.348-.002-.724-.001-1.447 0-2.171zM13.862 14.714c.427-.005.853-.004 1.28.001l.001.337-.936.005-.01.512c.215.011.43.022.644.035v.319c-.214.008-.427.019-.641.029l.002.58 1.008.007v.347c-.445.001-.889.001-1.333.01-.04-.727-.012-1.454-.017-2.182zM15.355 14.722a35.15 35.15 0 0 1 1.378-.007c-.001.073-.002.22-.004.293l-.503.018c.001.622.008 1.244-.006 1.867l-.335-.005c-.004-.616.001-1.231-.002-1.847-.23-.04-.588.032-.528-.319z"/><path fill="#ffd033" d="M11.906.744c.22-.052.373.139.521.266 3.538 3.544 7.082 7.081 10.621 10.624.21.161.28.48.047.656-3.595 3.607-7.2 7.207-10.801 10.807a.38.38 0 0 1-.595.008C8.094 19.509 4.499 15.9.898 12.3c-.242-.18-.175-.506.043-.672 3.398-3.403 6.804-6.8 10.204-10.205.246-.234.461-.515.762-.68M8.023 6.586c-.005.728-.005 1.457 0 2.186l.342-.011c-.001-.473-.004-.944.008-1.417.414.448.464 1.327 1.122 1.457.011-.737.007-1.475.002-2.213-.085.002-.256.008-.341.012.001.445.004.892-.012 1.338-.275-.436-.52-.887-.775-1.333l-.347-.019m2.345.074c-.556.509-.562 1.662.086 2.095 1.499.494 1.393-2.79-.086-2.095m1.422-.048l.019.276.491.017c.004.614.004 1.229-.001 1.844l.343.029c.008-.625.004-1.25.005-1.874l.522-.017c-.048-.584-.947-.186-1.379-.275m2.961-.028c-.259.727-.51 1.457-.755 2.189l.374-.02.194-.584.679-.011.228.611h.358c-.244-.722-.496-1.442-.743-2.165l-.336-.019m.097 4.535c-.24.619-.144 1.818.756 1.745.572-.023.667-.671.624-1.121l-.749.001-.001.329.439.036c-.05.295-.367.552-.646.335-.257-.392-.251-.985.007-1.376.301-.305.612.25.954.07-.167-.667-1.216-.695-1.385-.018m-9.542-.461l-.005.278c.168.026.34.028.509.054-.012.612-.007 1.225-.008 1.837l.342.005c.006-.622.001-1.244.002-1.867l.503-.014v-.294a54.658 54.658 0 0 0-1.343.001m1.664-.004c-.004.727-.006 1.453.001 2.18.085 0 .253-.002.337-.004l.005-.953c.264 0 .527.002.791.004 0 .317 0 .635.004.953.084-.001.253-.002.337-.004.005-.726.005-1.451 0-2.177h-.338c-.002.287-.002.575-.002.864l-.79.01-.006-.874h-.338m1.996.001c-.004.727-.006 1.454.002 2.182l.341-.013c-.001-.316-.001-.63.001-.946l.407.002c.116.318.236.634.356.95l.367.005c-.112-.319-.252-.628-.341-.954.139-.258.41-.53.246-.845-.229-.541-.92-.344-1.38-.382m2.228.044c-.534.395-.508 1.222-.275 1.782.228.582 1.183.476 1.294-.138.293-.694-.023-2.074-1.019-1.644m1.597-.043c.024.598-.08 1.214.078 1.798.226.563 1.158.534 1.336-.053.128-.57.041-1.164.062-1.744l-.341-.001c-.018.524.037 1.054-.034 1.576-.056.355-.629.391-.719.037-.092-.532-.019-1.076-.043-1.613h-.34m3.906 0c-.002.726-.004 1.452.001 2.178l.337.002c.004-.319.005-.638.007-.956.263 0 .526.001.79.004-.001.318 0 .637.004.956h.336c.008-.728.006-1.456.001-2.184h-.338l-.004.865c-.263.004-.524.006-.786.008-.005-.292-.006-.582-.01-.874h-.338M7.072 15.24c-.101.72 1.223.493.986 1.181-.325.475-.71-.3-1.097-.064.18.355.538.666.965.556.533-.061.72-.83.316-1.157-.257-.169-.582-.209-.824-.402-.085-.464.503-.336.732-.157l.239-.095c-.239-.584-1.31-.576-1.316.138m1.561-.526v.294l.494.014c.006.623-.001 1.246.007 1.868l.335.002c.01-.624.002-1.247.006-1.871l.502-.014.001-.294a60.303 60.303 0 0 0-1.345 0m1.666 0c-.002.725-.01 1.452.005 2.178l.334-.002.006-.953h.404c.118.318.239.635.36.953l.361.005c-.116-.328-.238-.654-.356-.98.2-.222.427-.523.259-.833-.236-.526-.918-.331-1.373-.367m1.843.002c-.001.724-.002 1.447 0 2.171.425-.113 1.427.307 1.356-.348l-1.012-.004-.001-.595c.21-.001.419-.005.629-.006l.006-.343c-.214-.004-.426-.01-.64-.013l.01-.521c.312 0 .625-.001.937-.005l-.002-.336a45.727 45.727 0 0 0-1.283 0m1.719-.002c.005.727-.023 1.454.017 2.182.444-.008.888-.008 1.333-.01v-.347l-1.008-.007-.002-.58.641-.029v-.319c-.215-.013-.43-.024-.644-.035l.01-.512c.312-.001.624-.002.936-.005l-.001-.337a54.615 54.615 0 0 0-1.28-.001m1.491.008c-.06.352.298.28.528.319.004.616-.001 1.231.002 1.847l.335.005c.014-.623.007-1.246.006-1.867l.503-.018c.001-.073.002-.22.004-.293a35.16 35.16 0 0 0-1.378.007z"/><path fill="#ffd033" d="M10.576 6.95c.833-.24.82 1.714-.005 1.47-.349-.377-.342-1.097.005-1.47zM14.689 7.804c.078-.19.156-.379.238-.568l.2.571c-.11 0-.329-.002-.438-.004zM11.544 10.97c.569.167.504 1.105.185 1.493-.784.277-.852-1.394-.185-1.493zM9.307 10.987c.359-.046.934.046.671.524-.223.005-.448.017-.671.022v-.546zM10.636 15.059c.253.028.631-.097.754.203.028.424-.474.307-.743.332-.005-.179-.008-.358-.011-.535z"/></symbol><symbol viewBox="0 0 24 24" id="warning--texts--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.774 0h.551c.31.114.6.282.828.523 3.239 3.242 6.481 6.481 9.721 9.722.389.394.81.762 1.126 1.219v1.228c-3.341 3.502-6.839 6.862-10.24 10.309-.346.343-.674.706-1.067.998h-1.247C7.802 20.514 4.305 16.867.704 13.335c-.299-.275-.554-.599-.704-.98v-.548c.112-.282.256-.557.474-.772C3.977 7.537 7.478 4.037 10.976.534c.226-.233.503-.403.798-.534m.143.394c-.274.034-.486.224-.677.407C7.724 4.324 4.195 7.838.681 11.365c-.396.362-.4 1.034-.008 1.402 3.559 3.56 7.122 7.118 10.682 10.679.36.414 1.055.422 1.421.011 3.559-3.559 7.121-7.117 10.679-10.679.408-.371.4-1.057-.01-1.423-3.51-3.529-7.039-7.04-10.555-10.564-.248-.264-.598-.472-.973-.396z"/><path fill="#ffd033" d="M11.81.998c.232-.214.538-.031.709.162 3.498 3.503 7.004 6.997 10.501 10.5a.494.494 0 0 1 .005.802c-3.52 3.522-7.042 7.043-10.561 10.566a.491.491 0 0 1-.799-.01c-3.52-3.522-7.038-7.045-10.559-10.565-.306-.228-.217-.642.062-.847C4.721 8.077 8.234 4.503 11.81.998M8.903 6.764c-.01.992-.004 1.985-.002 2.977.504.005 1.008.004 1.512.001l-.001-.398-1.082-.002c-.007-.858.002-1.716-.006-2.574l-.42-.004m2.537.008c-.742.511-.619 1.624-.445 2.395.089.634 1.013.874 1.349.312.371-.674.346-1.53.107-2.244-.118-.432-.608-.626-1.01-.463m1.652-.008c.146.995.308 1.986.467 2.978l.372.001c.092-.462.158-.93.266-1.39.179.444.196.929.302 1.392l.36-.005c.163-.991.326-1.982.479-2.976l-.412.002c-.086.503-.161 1.008-.262 1.508-.118-.5-.188-1.009-.292-1.513h-.318c-.107.509-.182 1.024-.305 1.529-.09-.506-.163-1.016-.248-1.523l-.41-.005m-9.175 5.632c.125.626 1.237.685 1.042 1.415-.193.514-.828.224-.84-.238l-.401.017c.058.404.278.864.734.912.617.118 1.121-.586.905-1.148-.156-.499-.697-.674-1.043-1.01-.11-.318.198-.51.479-.491l.275.355.354-.007c-.059-.346-.258-.714-.643-.757-.526-.112-1.022.443-.862.953m4.646-.936c-.92.529-.798 2.036-.302 2.843.612.59 1.421-.156 1.367-.862.104-.74.022-2.202-1.064-1.981m-2.782.019c-.004.991-.002 1.984 0 2.976l.431-.023a48.917 48.917 0 0 1-.002-1.327l.811.002c-.001.446 0 .894.002 1.342l.424-.001c.004-.989.004-1.978 0-2.965l-.424-.001c-.002.402-.004.804-.002 1.206l-.812.002c-.002-.401-.002-.802-.001-1.201a59.153 59.153 0 0 0-.426-.01m4.396 2.476c.221.733 1.393.704 1.571-.041.098-.805.023-1.622.042-2.432h-.422c-.024.76.036 1.523-.028 2.279-.03.418-.698.445-.758.03-.074-.764-.008-1.536-.032-2.304l-.409-.017c-.005.827-.074 1.666.037 2.485m2.131-2.474c-.005.988-.005 1.976 0 2.965.503.005 1.007.005 1.51-.001v-.386c-.361-.001-.722-.002-1.084-.005-.005-.857.002-1.715-.004-2.572l-.422-.001m1.796 0c-.005.989-.005 1.978 0 2.965.479-.035 1.153.169 1.435-.353.324-.673.29-1.505.042-2.197-.246-.586-.982-.378-1.477-.415m2.124.012c.004.979.011 1.957-.005 2.935.508.036 1.016.02 1.524.017l-.004-.41-1.082-.004a78.086 78.086 0 0 1 0-.968c.205-.005.41-.008.616-.012l-.002-.398c-.205-.004-.409-.006-.613-.008l-.001-.745c.323-.001.646-.002.968-.005l.002-.41c-.468-.006-.936-.01-1.403.01m1.896-.011c-.004.986-.002 1.973-.001 2.959l.416.016c.014-.468.012-.935.013-1.403l.402.002c.134.458.265.919.391 1.38l.444.017c-.132-.469-.272-.935-.41-1.402.468-.319.586-1.098.088-1.442-.41-.214-.899-.108-1.343-.127z"/><path fill="#ffd033" d="M11.551 7.204c.212-.186.504.016.547.258.154.553.166 1.171-.047 1.711-.109.307-.587.244-.642-.068-.163-.607-.245-1.368.142-1.901zM8.563 11.926c.198-.18.504-.034.559.209.17.558.184 1.193-.031 1.74-.09.3-.551.271-.628-.022-.192-.612-.244-1.361.1-1.927zM14.54 11.876c.98-.162.845 1.048.78 1.673.002.43-.434.535-.782.498-.006-.724-.01-1.447.002-2.171zM18.557 11.884c.287.024.793-.061.816.359.06.476-.51.409-.817.414-.001-.258 0-.515.001-.773z"/><path d="M11.917.394c.376-.076.725.132.973.396 3.516 3.523 7.045 7.034 10.555 10.564.409.366.418 1.052.01 1.423-3.558 3.562-7.12 7.12-10.679 10.679-.366.412-1.061.403-1.421-.011-3.56-3.56-7.123-7.118-10.682-10.679a.98.98 0 0 1 .008-1.402C4.195 7.837 7.724 4.324 11.24.8c.191-.182.403-.373.677-.407m-.107.605C8.234 4.503 4.722 8.077 1.168 11.606c-.28.205-.368.619-.062.847 3.521 3.52 7.039 7.043 10.559 10.565a.492.492 0 0 0 .799.01l10.561-10.566a.494.494 0 0 0-.005-.802c-3.497-3.503-7.003-6.997-10.501-10.5-.172-.193-.478-.376-.709-.162z"/><path d="M8.903 6.764l.42.004c.008.858-.001 1.716.006 2.574l1.082.002.001.398c-.504.002-1.008.004-1.512-.001-.001-.992-.007-1.985.002-2.977zM11.441 6.772c.402-.163.893.031 1.01.463.239.714.264 1.57-.107 2.244-.336.562-1.26.322-1.349-.312-.174-.772-.296-1.884.445-2.395m.111.432c-.386.533-.305 1.294-.142 1.901.055.312.533.376.642.068.212-.54.2-1.158.047-1.711-.043-.242-.335-.444-.547-.258zM13.094 6.764c.137.001.274.002.41.005.085.506.158 1.016.248 1.523.122-.505.198-1.02.305-1.529h.318c.103.504.174 1.013.292 1.513.101-.5.175-1.006.262-1.508l.412-.002c-.152.994-.316 1.985-.479 2.976l-.36.005c-.107-.463-.124-.948-.302-1.392-.108.46-.174.928-.266 1.39l-.372-.001c-.158-.992-.32-1.984-.467-2.978zM3.918 12.394c-.161-.51.336-1.064.862-.953.385.043.584.412.643.757l-.354.007-.275-.355c-.281-.019-.589.173-.479.491.346.336.887.511 1.043 1.01.216.563-.288 1.266-.905 1.148-.456-.048-.677-.508-.734-.912l.401-.017c.012.462.647.751.84.238.196-.73-.917-.788-1.042-1.415zM8.564 11.459c1.086-.221 1.169 1.241 1.064 1.981.054.706-.755 1.452-1.367.862-.496-.806-.618-2.314.302-2.843m0 .467c-.343.566-.292 1.315-.1 1.927.077.293.538.322.628.022.215-.547.202-1.182.031-1.74-.055-.242-.361-.389-.559-.209zM5.783 11.478c.143.002.284.006.426.01-.001.4-.001.8.001 1.201l.812-.002c-.001-.402 0-.804.002-1.206l.424.001c.004.988.004 1.976 0 2.965l-.424.001c-.002-.448-.004-.895-.002-1.342l-.811-.002c-.005.443-.005.884.002 1.327l-.431.023c-.002-.992-.004-1.985 0-2.976zM10.18 13.954c-.112-.82-.042-1.658-.037-2.485l.409.017c.024.768-.042 1.54.032 2.304.06.415.728.388.758-.03.064-.756.004-1.519.028-2.279h.422c-.019.81.056 1.627-.042 2.432-.178.745-1.35.774-1.571.041zM12.312 11.48l.422.001c.006.857-.001 1.715.004 2.572l1.084.005v.386c-.503.006-1.007.006-1.51.001-.005-.989-.005-1.978 0-2.965zM14.108 11.48c.496.037 1.231-.17 1.477.415.248.692.282 1.524-.042 2.197-.282.522-.956.318-1.435.353-.005-.988-.005-1.976 0-2.965m.432.396a87.286 87.286 0 0 0-.002 2.171c.348.037.785-.068.782-.498.065-.625.2-1.835-.78-1.673zM16.232 11.492c.467-.019.935-.016 1.403-.01a56.31 56.31 0 0 0-.002.41l-.968.005.001.745.613.008.002.398-.616.012c-.002.323-.002.646 0 .968l1.082.004.004.41c-.508.004-1.016.019-1.524-.017.016-.978.008-1.956.005-2.935zM18.128 11.483c.444.019.932-.086 1.343.127.498.344.38 1.123-.088 1.442.138.467.278.932.41 1.402l-.444-.017a80.539 80.539 0 0 0-.391-1.38l-.402-.002c-.001.468.001.935-.013 1.403l-.416-.016c-.001-.986-.002-1.973.001-2.959m.429.401c-.001.258-.002.515-.001.773.307-.005.877.062.817-.414-.023-.42-.529-.335-.816-.359z"/></symbol><symbol viewBox="0 0 24 24" id="warning--towing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fbd700" d="M11.605 0h.685c.221.113.444.23.616.414 3.558 3.562 7.12 7.121 10.68 10.681.179.178.289.408.414.624v.526c-.125.227-.238.467-.425.652-3.539 3.541-7.081 7.078-10.619 10.621-.194.204-.445.337-.683.482h-.527c-.229-.118-.469-.226-.652-.414-3.559-3.56-7.12-7.122-10.681-10.68-.179-.17-.296-.388-.414-.601v-.665c.242-.46.646-.793 1.003-1.157 3.22-3.221 6.44-6.439 9.66-9.661.289-.301.588-.595.942-.822m-.037.42C7.87 3.991 4.282 7.687.627 11.306c-.404.324-.456.977-.064 1.331 3.575 3.586 7.159 7.162 10.739 10.742.326.394.972.437 1.318.043 3.586-3.575 7.163-7.16 10.745-10.741.386-.318.436-.953.054-1.295C19.843 7.8 16.257 4.223 12.678.641c-.265-.313-.749-.452-1.11-.222z"/><path d="M11.567.42c.361-.23.845-.091 1.11.222 3.58 3.582 7.165 7.159 10.741 10.745.382.342.332.977-.054 1.295-3.582 3.581-7.159 7.166-10.745 10.741-.346.394-.991.35-1.318-.043-3.58-3.581-7.164-7.157-10.739-10.742-.392-.354-.341-1.007.064-1.331C4.281 7.688 7.869 3.992 11.566.421m.344.333c-.152.014-.245.155-.354.244C8.02 4.542 4.476 8.078.937 11.62c-.218.157-.274.509-.05.689 3.577 3.583 7.162 7.162 10.741 10.744.155.214.497.262.673.048 3.583-3.576 7.159-7.159 10.741-10.736.209-.152.275-.491.064-.67-3.574-3.587-7.16-7.16-10.738-10.745-.116-.131-.275-.24-.458-.196z"/><path d="M11.046 11.329c.882-.92 1.718-1.885 2.584-2.824-.002.182-.002.364-.001.545l-.186-.029c-.346.762-.757 1.495-1.08 2.268l.287.082c.048.674.017 1.363.026 2.044-.3.097-.84.168-.854-.288-.269-.859-1.594-.541-1.606.32-1.486.023-2.982.043-4.463-.014-.001-.694-.856-1.068-1.375-.641-.281.168-.182.847-.635.614a12.669 12.669 0 0 1-.354-1.488c.468-.456.234-1.206.557-1.736.546-.128 1.128-.032 1.688-.06.198-.043.191.202.196.328.04.642.018 1.285.035 1.928.3.023.602.016.902.011-.047-.348-.119-.713-.013-1.057 1.43.001 2.862.01 4.292-.002m.266.009c.275-.004.55.002.824-.005a9.837 9.837 0 0 0 1.001-2.041c-.648.614-1.369 1.3-1.825 2.046m-7.082-.852c-.156.272-.244.614-.17.925.352.002.716.056 1.061-.035.011-.3.011-.601 0-.9a7.774 7.774 0 0 0-.89.01zM14.642 11.797c-.458-.222-.043-.799.344-.722.57.119 1.093.658 1.693.347.734-.316 1.399.222 2.066.455.701.214.953 1.008 1.592 1.33-.142.314-.222.968-.712.764l-.044-.108c-.013-.796-.802-.736-1.34-.498-.784-.377-1.642-.632-2.383-1.072.113-.749-.746-.889-1.217-.496m1.799-.141c.468.2.924.46 1.424.568.079-.151.137-.314.198-.474-.468-.284-1.195-.493-1.622-.094m1.586.68c.294.136.587.281.899.371a2.91 2.91 0 0 0-.011-.56c-.193-.167-.454-.23-.683-.335a.963.963 0 0 0-.205.524z"/><path d="M4.709 12.758c.431-.163.956.217.89.685.013.484-.601.827-1.007.568-.535-.229-.46-1.14.116-1.253m-.002.335c-.425.244-.013.868.392.644.415-.226.023-.971-.392-.644zM10.946 12.744c.55-.161 1.042.517.737.986-.227.466-.958.491-1.199.025-.278-.372.004-.976.462-1.012m-.108.379c-.388.277.096.89.462.583.425-.278-.098-.94-.462-.583z"/><path fill="#ffdb00" d="M11.91.754c.184-.044.342.065.458.196 3.577 3.584 7.164 7.158 10.738 10.745.211.179.145.517-.064.67-3.582 3.577-7.158 7.16-10.741 10.736-.176.214-.518.166-.673-.048-3.58-3.582-7.164-7.16-10.741-10.744-.223-.18-.168-.532.05-.689C4.476 8.078 8.019 4.541 11.556.998c.109-.089.202-.229.354-.244m-.864 10.575c-1.43.012-2.862.004-4.292.002-.106.344-.034.709.013 1.057-.3.005-.602.012-.902-.011-.017-.643.005-1.286-.035-1.928-.005-.126.002-.371-.196-.328-.56.028-1.142-.068-1.688.06-.323.53-.089 1.28-.557 1.736.085.5.209 1.002.354 1.488.452.233.354-.446.635-.614.52-.427 1.374-.053 1.375.641 1.481.058 2.977.037 4.463.014.012-.862 1.337-1.18 1.606-.32.014.456.554.385.854.288-.01-.68.022-1.369-.026-2.044l-.287-.082c.323-.773.734-1.506 1.08-2.268l.186.029c-.001-.181-.001-.362.001-.545-.865.938-1.702 1.903-2.584 2.824m3.596.469l.178.13c-.074.662.646.754 1.039.366.742.439 1.6.695 2.383 1.072.095.041.19.083.284.128-.136.696.666.794 1.056.37l.044.108c.49.204.57-.45.712-.764-.64-.322-.892-1.116-1.592-1.33-.667-.233-1.332-.77-2.066-.455-.6.311-1.123-.228-1.693-.347-.388-.077-.803.5-.344.722m-9.934.961c-.576.113-.652 1.024-.116 1.253.406.259 1.02-.084 1.007-.568.066-.468-.46-.848-.89-.685m6.236-.014c-.458.036-.74.64-.462 1.012.241.466.972.44 1.199-.025.305-.469-.187-1.147-.737-.986z"/><path fill="#ffdb00" d="M11.312 11.339c.456-.746 1.177-1.432 1.825-2.046a9.787 9.787 0 0 1-1.001 2.041c-.275.007-.55.001-.824.005zM4.23 10.487c.296-.024.594-.019.89-.01.011.299.011.6 0 .9-.344.091-.709.037-1.061.035-.073-.311.014-.653.17-.925zM16.44 11.656c.427-.4 1.154-.191 1.622.094-.061.16-.119.323-.198.474-.5-.108-.956-.367-1.424-.568zM4.706 13.093c.415-.326.808.419.392.644-.406.223-.817-.401-.392-.644zM10.838 13.122c.364-.356.887.305.462.583-.366.307-.85-.306-.462-.583zM18.889 13.501c.242-.098.43.299.161.392-.25.097-.398-.283-.161-.392z"/><path fill="#4b3f01" d="M14.642 11.797c.47-.394 1.33-.253 1.217.496-.394.388-1.114.296-1.039-.366a74.365 74.365 0 0 1-.178-.13m.509.109c-.114.157-.061.466.175.415.328-.079.121-.542-.175-.415z"/><path fill="#e6c601" d="M15.151 11.906c.296-.127.503.336.175.415-.236.05-.289-.258-.175-.415z"/><path fill="#ffdc00" d="M18.026 12.336a.968.968 0 0 1 .205-.524c.229.104.49.168.683.335.025.186.022.373.011.56-.312-.09-.605-.235-.899-.371z"/><path fill="#4a3c02" d="M18.242 13.364c.539-.238 1.327-.298 1.34.498-.39.425-1.192.326-1.056-.37a6.394 6.394 0 0 0-.284-.128m.647.137c-.238.109-.089.49.161.392.269-.094.082-.491-.161-.392z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tractors--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ed1c24" d="M13.449 0h.519c.402.125.79.354.987.74 4.076 7.029 8.158 14.055 12.229 21.087.452.802-.077 1.848-.927 2.101-8.301-.048-16.608-.044-24.91-.002C.651 23.86.138 23.279 0 22.618v-.509c.066-.191.143-.38.245-.555A68371.21 68371.21 0 0 0 12.376 1.178C12.65.723 12.904.179 13.449 0M4.204 20.831c6.317.003 12.634.006 18.951-.001A6066.953 6066.953 0 0 0 13.68 4.423a6842.17 6842.17 0 0 0-9.476 16.408z"/><path fill="#fff" d="M4.204 20.831A6842.17 6842.17 0 0 1 13.68 4.423a6066.953 6066.953 0 0 1 9.475 16.407c-6.317.007-12.634.004-18.951.001m6.13-6.338c-.307.338-.581.706-.931 1.002.094.118.175.267.338.297l.28.107c-1.071.792-1.089 2.601-.036 3.417 1.039 1.061 3.012.628 3.592-.706a2.33 2.33 0 0 0 .291-.49l.294.077.097-.41a6.37 6.37 0 0 1 1.555.022c.016.213.13.387.274.536.047.335-.072.814.345.958.207.439.705.649 1.17.613.745-.06 1.325-.866 1.109-1.591l-.148-.594c.155-.036.309-.071.465-.1.008-.747.004-1.494.004-2.24.018-.145-.111-.252-.216-.325-1.312-.023-2.626.005-3.938-.013-.291-1.044-.635-2.115-.608-3.205-1.308.004-2.616.001-3.924.001-.024.881.002 1.763-.013 2.644z"/><path fill="#2a2d2f" d="M10.334 14.493c.015-.881-.011-1.763.013-2.644 1.308 0 2.616.003 3.924-.001-.027 1.09.317 2.161.608 3.205 1.312.018 2.626-.01 3.938.013.105.073.234.18.216.325 0 .746.004 1.493-.004 2.24-.41.051-.761-.155-1.102-.347-.737-.253-1.539.199-1.853.881a8.225 8.225 0 0 1-.156-.449c-.613-.017-1.226.001-1.839 0 .026-1.144-.79-2.317-1.94-2.545-.826-.224-1.792.007-2.398.621-.163-.03-.244-.179-.338-.297.35-.296.624-.664.931-1.002m.528-2.045c0 .696-.002 1.391.001 2.087.816.033 1.633-.006 2.449.021.137.16.27.323.394.494.223.011.446.013.67.01-.087-.889-.368-1.745-.56-2.615a59.37 59.37 0 0 0-2.954.003z"/><path fill="#2a2d2f" d="M10.021 15.899c.801-.735 2.186-.767 2.966.015.808.616.949 1.793.59 2.696-.58 1.334-2.553 1.767-3.592.706-1.053-.816-1.035-2.625.036-3.417m1.112.451c-.867.261-1.289 1.45-.61 2.125.621.878 2.116.444 2.287-.571.272-.929-.787-1.879-1.677-1.554z"/><path fill="#2a2d2f" d="M11.13 16.722c.759-.403 1.752.567 1.273 1.303-.279.767-1.564.734-1.809-.037-.163-.472-.006-1.131.536-1.266zM16.433 19.303c-.426-.657-.026-1.697.771-1.817.643-.181 1.263.262 1.508.839.216.725-.364 1.531-1.109 1.591-.465.036-.963-.174-1.17-.613m.796-1.082c-.227.154-.409.509-.176.735.216.359.885.279.954-.157.164-.425-.425-.827-.778-.578z"/><path fill="#f7fbf5" d="M10.862 12.448a59.37 59.37 0 0 1 2.954-.003c.192.87.473 1.726.56 2.615-.224.003-.447.001-.67-.01a7.822 7.822 0 0 0-.394-.494c-.816-.027-1.633.012-2.449-.021-.003-.696-.001-1.391-.001-2.087zM17.229 18.221c.353-.249.942.153.778.578-.069.436-.738.516-.954.157-.233-.226-.051-.581.176-.735z"/><path fill="#d5d7d4" d="M9.741 15.792c.606-.614 1.572-.845 2.398-.621 1.15.228 1.966 1.401 1.94 2.545.613.001 1.226-.017 1.839 0 .048.15.099.301.156.449.314-.682 1.116-1.134 1.853-.881.341.192.692.398 1.102.347-.156.029-.31.064-.465.1l.148.594c-.245-.577-.865-1.02-1.508-.839-.797.12-1.197 1.16-.771 1.817-.417-.144-.298-.623-.345-.958-.144-.149-.258-.323-.274-.536a6.37 6.37 0 0 0-1.555-.022l-.097.41-.294-.077a2.33 2.33 0 0 1-.291.49c.359-.903.218-2.08-.59-2.696-.78-.782-2.165-.75-2.966-.015l-.28-.107z"/><path fill="#f2f4f0" d="M11.133 16.35c.89-.325 1.949.625 1.677 1.554-.171 1.015-1.666 1.449-2.287.571-.679-.675-.257-1.864.61-2.125m-.003.372c-.542.135-.699.794-.536 1.266.245.771 1.53.804 1.809.037.479-.736-.514-1.706-1.273-1.303z"/><path fill="#2f0607" opacity=".2" d="M1.347 23.926c8.302-.042 16.609-.046 24.91.002l-.138.072H1.486l-.139-.074z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.69 0h.593c.271.139.53.308.749.523 3.234 3.247 6.481 6.481 9.719 9.725.452.454.966.874 1.249 1.463v.542c-.139.281-.31.548-.532.772-3.246 3.235-6.48 6.482-9.724 9.72-.454.451-.871.962-1.454 1.255h-.558a2.87 2.87 0 0 1-.763-.524c-3.23-3.252-6.482-6.481-9.714-9.731C.806 13.293.294 12.88 0 12.3v-.582c.266-.602.794-1.015 1.244-1.474C4.483 7.002 7.729 3.766 10.963.519c.216-.206.464-.378.727-.52m-.018.512c-.15.083-.276.2-.4.318C7.757 4.356 4.228 7.869.712 11.395a.8.8 0 0 0 .006 1.204c3.562 3.56 7.121 7.123 10.682 10.682a.797.797 0 0 0 1.193-.002c3.562-3.56 7.123-7.123 10.684-10.684.396-.329.338-.947-.048-1.258-3.524-3.518-7.046-7.04-10.568-10.562-.242-.271-.642-.448-.989-.264z"/><path d="M6.839 7.04h4.831c-.142 1.148.797 2.098.631 3.248h3.274c.03-.307-.127-.755.251-.893 0-.244.008-.487.002-.73l.296-.006c-.006.244.005.488.005.732.389.136.221.588.252.898.582-.011 1.164 0 1.745.011-.188.779-.433 1.541-.649 2.312.4.002.799.004 1.199.004-.004.386-.002.773.01 1.159-.838-1.194-2.804-.994-3.385.344h-4.15c.142-1.459-.803-2.659-1.904-3.484-.922.005-1.842.004-2.764.001-.294.318-.613.61-.911.924-.116-.12-.229-.244-.344-.364.402-.47 1.051-.808 1.136-1.476.173-.892.527-1.759.475-2.682m.512.731c-.16.661-.325 1.321-.487 1.982.694.001 1.386 0 2.08.002l.001-1.985c-.53-.005-1.062.002-1.594 0m2.223 0v1.985c.708-.001 1.415.001 2.123-.001-.228-.662-.463-1.322-.692-1.984-.476.002-.954 0-1.43 0z"/><path d="M7.123 11.216c.99-.304 2.144.012 2.812.811.689.772.847 1.954.404 2.885-.452 1.003-1.566 1.656-2.665 1.542-1.212-.077-2.278-1.088-2.426-2.292-.215-1.268.638-2.602 1.876-2.946m.348 1.062c-1.159.276-1.529 1.945-.593 2.683.826.779 2.356.281 2.546-.844.299-1.098-.872-2.207-1.954-1.84zM16.841 13.364c.814-.152 1.666.452 1.784 1.272.161.806-.436 1.643-1.234 1.795-.836.193-1.729-.45-1.838-1.294-.148-.814.466-1.669 1.288-1.774m-.113.965c-.443.247-.402.972.059 1.178.466.277 1.099-.216.971-.736-.07-.452-.652-.7-1.03-.443z"/><path fill="#ffeb00" d="M11.672.511c.347-.184.746-.007.989.264 3.522 3.522 7.044 7.044 10.568 10.562.386.311.444.929.048 1.258L12.593 23.279a.796.796 0 0 1-1.193.002C7.838 19.722 4.279 16.159.718 12.599a.8.8 0 0 1-.006-1.204C4.228 7.869 7.757 4.356 11.272.829c.124-.118.25-.235.4-.318M6.839 7.04c.052.923-.302 1.79-.475 2.682-.085.668-.734 1.006-1.136 1.476.115.12.228.244.344.364.298-.314.617-.606.911-.924.922.002 1.842.004 2.764-.001 1.102.824 2.046 2.024 1.904 3.484h4.15c.581-1.338 2.548-1.538 3.385-.344a29.857 29.857 0 0 1-.01-1.159c-.4 0-.799-.001-1.199-.004.216-.772.461-1.534.649-2.312a46.13 46.13 0 0 0-1.745-.011c-.031-.31.137-.762-.252-.898 0-.244-.011-.488-.005-.732l-.296.006c.006.242-.002.486-.002.73-.378.138-.221.586-.251.893h-3.274c.166-1.151-.773-2.1-.631-3.248H6.839m.284 4.174c-1.237.344-2.09 1.678-1.876 2.946.149 1.204 1.214 2.215 2.426 2.292 1.099.114 2.213-.539 2.665-1.542.443-.931.284-2.113-.404-2.885-.667-.799-1.822-1.115-2.812-.811m9.719 2.148c-.822.104-1.435.96-1.288 1.774.109.844 1.002 1.487 1.838 1.294.798-.152 1.394-.989 1.234-1.795-.119-.82-.971-1.424-1.784-1.272z"/><path fill="#ffeb00" d="M7.351 7.769c.532.002 1.063-.005 1.594 0l-.001 1.985c-.694-.002-1.386-.001-2.08-.002.162-.661.328-1.321.487-1.982zM9.574 7.768c.476 0 .954.002 1.43 0 .229.661.464 1.321.692 1.984-.708.002-1.415 0-2.123.001V7.768zM7.472 12.278c1.081-.367 2.252.742 1.954 1.84-.191 1.124-1.721 1.622-2.546.844-.936-.738-.566-2.407.593-2.683zM16.728 14.328c.378-.257.96-.01 1.03.443.128.52-.505 1.013-.971.736-.461-.206-.502-.931-.059-1.178z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.202.41c.673-.202 1.411.034 1.889.535 3.397 3.242 6.802 6.48 10.187 9.736.752.734.605 2.041-.19 2.686-3.206 3.194-6.401 6.402-9.606 9.598-.69.704-1.932.736-2.632.026C7.437 19.723 4.015 16.463.6 13.198c-.727-.679-.672-1.924.046-2.59 3.133-3.146 6.281-6.281 9.419-9.424.323-.328.677-.662 1.138-.774m.123.257c-.434.094-.763.409-1.066.714C7.126 4.526 3.974 7.655.846 10.806c-.616.558-.67 1.619-.048 2.192 3.418 3.26 6.83 6.527 10.244 9.791.592.601 1.656.58 2.239-.023 3.245-3.236 6.481-6.485 9.728-9.72.624-.575.656-1.655.013-2.227-3.366-3.234-6.749-6.451-10.124-9.676C12.5.729 11.89.509 11.325.667z"/><path fill="#231f20" d="M11.196 1.114a1.827 1.827 0 0 1 1.842.484c3.154 3.007 6.307 6.016 9.452 9.031.744.638.756 1.878.047 2.546-3.038 3.043-6.082 6.083-9.124 9.122-.659.661-1.83.7-2.507.044-3.209-3.074-6.431-6.136-9.636-9.215-.7-.671-.607-1.879.098-2.512 2.874-2.887 5.761-5.764 8.64-8.647.346-.344.7-.724 1.187-.854m.121.373c-.397.108-.686.42-.971.698-2.914 2.929-5.846 5.839-8.755 8.772-.546.509-.552 1.46.012 1.957 3.197 3.047 6.383 6.104 9.582 9.149.551.542 1.507.455 2.017-.101l9.06-9.061c.557-.524.546-1.498-.044-1.993-3.122-2.999-6.258-5.983-9.388-8.975-.378-.409-.97-.623-1.513-.446z"/><path fill="#231f20" d="M14.93 6.66c.469-.294 1.138.112 1.102.66.017.565-.704.934-1.156.594-.449-.278-.415-1.015.054-1.254zM15.526 8.206c.546-.18.745.497.676.911-.076.656.284 1.699-.596 1.925 1.109-.169 2.276.418 2.771 1.429.623 1.16.197 2.737-.922 3.431-1.088.754-2.704.47-3.499-.578-1.135-1.334-.479-3.498 1.09-4.168-.406.101-.805.216-1.208.324-.262.625-.378 1.307-.678 1.914-.27.373-.938.04-.766-.403.224-.726.378-1.489.706-2.174.502-.301 1.109-.359 1.655-.554l-.152-.594c-.517.209-.977.563-1.52.697-.46.036-.625-.668-.203-.844.87-.461 1.746-.924 2.648-1.315m.235 4.682c-.998.274-.5 1.918.486 1.571 1.043-.252.527-1.957-.486-1.571z"/><path fill="#231f20" d="M11.699 10.524c-.164-.28-.503-.865.055-.923.419.15.691.626.974.97.056.458-.481.458-.731.218l-.352.296c.143.643.329 1.274.481 1.915-1.82-.022-3.638.055-5.459.046-.275-.934-.499-1.88-.745-2.821 1.799 0 3.599-.006 5.399.002.125.101.25.199.377.296z"/><path fill="#231f20" d="M6.696 13.294c.474-.349 1.074-.169 1.614-.202 1.273-.115 2.551-.037 3.826-.06.085.295.164.593.235.893-1.1.007-2.201.004-3.301.001.316.686.192 1.568-.41 2.059-.685.635-1.884.498-2.417-.266-.595-.742-.362-1.944.454-2.425m.651.884c-.707.265-.224 1.405.455 1.082.7-.266.232-1.408-.455-1.082z"/><path fill="#fff100" d="M11.326.667c.565-.157 1.175.062 1.573.476 3.376 3.224 6.758 6.442 10.124 9.676.643.572.611 1.652-.013 2.227-3.247 3.235-6.484 6.484-9.728 9.72-.583.602-1.648.624-2.239.023-3.414-3.264-6.827-6.53-10.244-9.791-.622-.574-.568-1.634.048-2.192 3.128-3.151 6.28-6.28 9.414-9.425.302-.305.631-.62 1.066-.714m-.131.447c-.487.131-.841.51-1.187.854-2.879 2.884-5.766 5.76-8.64 8.647-.706.632-.798 1.841-.098 2.512 3.205 3.079 6.427 6.14 9.636 9.215.677.655 1.848.617 2.507-.044 3.042-3.04 6.085-6.079 9.124-9.122.709-.668.697-1.908-.047-2.546a4733.87 4733.87 0 0 0-9.452-9.031 1.831 1.831 0 0 0-1.842-.484z"/><path fill="#fff100" d="M11.316 1.486c.544-.176 1.135.037 1.513.446 3.13 2.992 6.265 5.976 9.388 8.975.59.496.601 1.469.044 1.993l-9.06 9.061c-.51.556-1.466.643-2.017.101-3.199-3.044-6.385-6.102-9.582-9.149-.564-.497-.558-1.448-.012-1.957 2.909-2.933 5.842-5.843 8.755-8.772.284-.278.574-.59.971-.698M14.93 6.66c-.469.239-.503.976-.054 1.254.451.34 1.172-.029 1.156-.594.036-.548-.632-.954-1.102-.66m.596 1.546c-.902.391-1.778.854-2.648 1.315-.422.175-.257.88.203.844.544-.134 1.003-.488 1.52-.697l.152.594c-.546.196-1.153.253-1.655.554-.328.685-.481 1.448-.706 2.174-.173.443.496.776.766.403.3-.607.416-1.289.678-1.914.403-.108.803-.223 1.208-.324-1.568.67-2.225 2.833-1.09 4.168.796 1.049 2.411 1.332 3.499.578 1.118-.694 1.544-2.27.922-3.431-.494-1.012-1.662-1.598-2.771-1.429.881-.226.521-1.268.596-1.925.07-.414-.13-1.091-.676-.911m-3.825 2.319a21.305 21.305 0 0 1-.377-.296c-1.8-.008-3.6-.002-5.399-.002.246.941.47 1.888.745 2.821 1.82.01 3.638-.067 5.459-.046-.152-.641-.338-1.272-.481-1.915.116-.1.234-.198.352-.296.25.24.787.24.731-.218-.283-.343-.556-.82-.974-.97-.558.058-.22.643-.055.923m-5.004 2.769c-.816.481-1.049 1.684-.454 2.425.533.764 1.732.901 2.417.266.602-.491.726-1.373.41-2.059 1.1.002 2.201.006 3.301-.001-.071-.3-.15-.598-.235-.893-1.274.023-2.552-.055-3.826.06-.54.032-1.14-.148-1.614.202z"/><path fill="#fff100" d="M15.763 12.889c1.013-.386 1.529 1.319.486 1.571-.986.347-1.484-1.297-.486-1.571zM7.348 14.178c.686-.325 1.154.816.455 1.082-.679.323-1.162-.817-.455-1.082z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tractors--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#1a1919" d="M10.769.693c.286-.273.574-.628.999-.653.288-.007.629-.011.835.226 2.47 2.385 4.893 4.818 7.321 7.246 1.074 1.078 2.152 2.154 3.197 3.261.113.115.224.235.303.377-.149-.09-.265-.219-.385-.342L12.688.456c-.398-.401-1.117-.4-1.514.002C7.596 4.039 4.013 7.616.436 11.198a1.07 1.07 0 0 0-.009 1.517c3.575 3.585 7.161 7.161 10.739 10.744.387.404 1.106.415 1.506.024 3.551-3.549 7.099-7.101 10.65-10.648.269-.254.48-.618.424-.999-.028-.255-.192-.458-.311-.675.378.24.531.743.376 1.158-.143.283-.379.503-.587.738-1.567 1.638-3.176 3.237-4.777 4.843-1.85 1.844-3.693 3.697-5.568 5.516-.249.247-.56.48-.925.49-.372.011-.697-.218-.951-.467-1.56-1.509-3.091-3.047-4.63-4.577-1.892-1.894-3.792-3.78-5.649-5.71-.263-.288-.553-.563-.726-.918v-.518c.156-.389.479-.671.757-.972C4.066 7.367 7.419 4.033 10.767.694z"/><path fill="#1a1919" d="M11.694.432a.932.932 0 0 1 .883.225c3.542 3.542 7.085 7.084 10.626 10.627.426.377.372 1.067-.059 1.418-3.52 3.518-7.038 7.038-10.558 10.557-.341.355-.971.355-1.311-.002C7.734 19.714 4.189 16.175.65 12.63c-.372-.347-.386-.968-.014-1.32C4.144 7.796 7.659 4.287 11.169.774c.143-.153.311-.3.523-.342m.137.453c-.161.021-.266.158-.375.264C7.967 4.639 4.476 8.126.989 11.615a.465.465 0 0 0-.008.685c3.541 3.544 7.085 7.086 10.627 10.628a.467.467 0 0 0 .648.001c3.49-3.487 6.977-6.977 10.467-10.465.142-.139.319-.291.313-.509-.002-.203-.163-.347-.297-.478C19.249 7.99 15.762 4.5 12.272 1.012c-.111-.122-.286-.153-.442-.126z"/><path fill="#1a1919" d="M15.346 6.608h.683c.04.662.064 1.326.098 1.988.405-.033.757.171 1.068.404.035.818.043 1.639.079 2.458.269.065.546.097.811.176.244.172.447.414.544.699.256.642.256 1.397-.066 2.016-.169.368-.507.703-.93.729-.349.017-.663-.204-.862-.475-.271-.415-.43-.914-.39-1.413.048-.251-.258-.34-.399-.494-.153.058-.305.119-.457.179.194 1.035.149 2.14-.327 3.096-.286.682-.823 1.308-1.554 1.514-.736.186-1.511-.195-1.942-.791-.387-.512-.68-1.107-.774-1.746-.522-.127-1.039-.278-1.565-.386-.27.709-.857 1.359-1.617 1.53-.837.199-1.711-.296-2.114-1.025-.797-1.228-.597-3.049.534-4.007.068-.061.015-.163.017-.24-.104.001-.21.005-.311-.025-.034-.475.445-.646.774-.842.241-.012.483-.028.725-.027.204-1.037.395-2.075.598-3.112 1.856-.021 3.714-.078 5.568-.083 0 .685-.012 1.371.006 2.056.567-.092 1.134-.187 1.702-.283.041-.633.06-1.267.102-1.9M11.45 7.628c-.036.845-.038 1.692-.054 2.539.516-.121 1.026-.265 1.539-.398.008-.76.003-1.521.002-2.282-.496.043-.992.093-1.488.141m-2.698-.092c-.088.808-.201 1.614-.277 2.424.712.063 1.421.158 2.134.201.031-.843.066-1.686.093-2.529-.65-.027-1.3-.074-1.95-.096m4.543 4.624c-.337.042-.49.398-.595.679a4.11 4.11 0 0 0 .056 2.761c.11.224.25.497.528.531.318.023.494-.294.608-.544.348-.913.35-1.958.006-2.872-.113-.251-.284-.564-.602-.555m4.395.351c-.321.241-.3.731-.246 1.091.034.195.162.559.42.413.277-.326.268-.818.158-1.211-.041-.14-.156-.361-.331-.293M7.604 14.85c.378.089.578-.356.613-.662-.323-.138-.67-.215-1-.336-.074.355.015.846.387.998z"/><path fill="#f9cc5f" d="M11.175.458c.397-.402 1.116-.403 1.514-.002L23.04 10.808c.12.123.236.252.385.342l.012.011c.119.217.283.42.311.675.056.382-.155.745-.424.999-3.551 3.548-7.099 7.1-10.65 10.648-.4.391-1.119.381-1.506-.024C7.59 19.876 4.005 16.301.429 12.715a1.07 1.07 0 0 1 .009-1.517C4.015 7.615 7.597 4.039 11.176.458m.518-.026c-.212.042-.381.188-.524.342C7.66 4.287 4.145 7.796.637 11.31c-.372.352-.359.973.014 1.32 3.539 3.545 7.084 7.085 10.625 10.627.34.357.97.357 1.311.002 3.519-3.518 7.038-7.039 10.558-10.557.431-.35.485-1.041.059-1.418C19.663 7.741 16.12 4.199 12.578.657a.933.933 0 0 0-.883-.225z"/><path fill="#f9cc5f" d="M11.829.885c.157-.027.331.004.442.126 3.49 3.488 6.977 6.978 10.467 10.465.134.131.295.275.297.478.006.218-.171.37-.313.509-3.49 3.488-6.977 6.978-10.467 10.465a.467.467 0 0 1-.648-.001A26621.1 26621.1 0 0 1 .98 12.299a.466.466 0 0 1 .008-.685c3.487-3.49 6.978-6.976 10.465-10.466.109-.106.214-.243.375-.264m3.518 5.724c-.042.633-.06 1.267-.102 1.9-.567.096-1.134.191-1.702.283-.018-.685-.006-1.371-.006-2.056-1.854.005-3.712.062-5.568.083-.202 1.037-.393 2.075-.598 3.112-.242-.002-.483.014-.725.027-.328.196-.808.367-.774.842.101.029.207.026.311.025-.002.077.051.179-.017.24-1.131.957-1.331 2.779-.534 4.007.403.729 1.277 1.224 2.114 1.025.76-.171 1.347-.821 1.617-1.53.526.109 1.043.259 1.565.386.094.639.387 1.234.774 1.746.431.595 1.206.977 1.942.791.731-.207 1.268-.832 1.554-1.514.476-.956.521-2.062.327-3.096.152-.06.304-.121.457-.179.141.153.447.243.399.494-.04.499.119.998.39 1.413.2.271.513.491.862.475.423-.027.761-.361.93-.729.323-.619.323-1.374.066-2.016a1.445 1.445 0 0 0-.544-.699c-.265-.08-.542-.111-.811-.176-.036-.819-.044-1.64-.079-2.458-.311-.233-.663-.437-1.068-.404-.035-.663-.058-1.326-.098-1.988h-.683z"/><path fill="#f9cc5f" d="M11.45 7.628c.496-.048.992-.098 1.488-.141.001.761.006 1.522-.002 2.282-.513.133-1.024.277-1.539.398.015-.846.017-1.694.054-2.539zM8.751 7.536c.65.022 1.3.068 1.95.096-.027.843-.062 1.686-.093 2.529-.713-.043-1.422-.138-2.134-.201.076-.81.188-1.616.277-2.424zM13.294 12.16c.318-.01.489.304.602.555a4.097 4.097 0 0 1-.006 2.872c-.114.251-.289.567-.608.544-.278-.034-.417-.306-.528-.531a4.115 4.115 0 0 1-.056-2.761c.105-.28.258-.637.595-.679zM17.69 12.511c.175-.068.29.153.331.293.111.393.12.885-.158 1.211-.258.146-.386-.218-.42-.413-.054-.36-.075-.85.246-1.091zM7.604 14.85c-.372-.152-.461-.642-.387-.998.33.121.676.197 1 .336-.036.306-.235.751-.613.662z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tractors--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#d20000" d="M13.403 0h.516c.439.155.719.532.922.931 4.177 7.315 8.466 14.57 12.588 21.914v.25a1.4 1.4 0 0 1-.875.905H.827c-.361-.145-.629-.425-.827-.752v-.472C4.162 15.433 8.433 8.151 12.624.825c.173-.348.451-.623.779-.826m.277 4.786c-3.136 5.436-6.293 10.862-9.419 16.305 6.295.003 12.59.005 18.885 0-3.156-5.434-6.244-10.914-9.466-16.305z"/><path fill="#f8c800" d="M13.68 4.785c3.221 5.391 6.31 10.871 9.466 16.305-6.295.005-12.59.003-18.885 0 3.125-5.443 6.283-10.869 9.419-16.305m-1.477 8.101c.251.985.64 1.936.784 2.946-1.85.383-3.729.614-5.569 1.034-.354.023-.178.58.125.476.716-.07 1.392.23 1.932.68.251-.174.462-.398.645-.642 1.24.034 2.709-.459 3.71.488.942-.861 2.48-.543 3.032.597.572-.964 1.744-1.417 2.781-.902-.163-.764-.341-1.525-.514-2.288a5.859 5.859 0 0 0-1.04-.122c.015-.455.034-.909.058-1.365l-.619.001c-.003.475-.004.95-.003 1.426a41.256 41.256 0 0 1-1.053-.058c-.063-.738-.08-1.478-.158-2.213-1.369-.084-2.741-.059-4.112-.059m-4.466 4.872c-1.264.092-1.492 1.964-.437 2.518.945.609 2.27-.413 2-1.473-.125-.706-.867-1.177-1.562-1.045m7.129.004c-1.072.207-1.391 1.816-.488 2.425.802.656 2.153.019 2.17-1.012.082-.89-.821-1.629-1.681-1.413m3.562-.012c-1.103.134-1.495 1.764-.603 2.408.745.649 2.043.152 2.187-.816.199-.908-.68-1.777-1.584-1.592m-7.647.405c.101.425.071.861-.303 1.138.709.311 1.354.876 2.145.931.551-.248.649-1.218.049-1.485-.603-.272-1.266-.376-1.891-.584z"/><path fill="#f8c800" d="M13.085 13.576c.826.052 1.738-.156 2.508.177.213.656.077 1.371.111 2.052-.646-.003-1.297.045-1.936-.064a52.703 52.703 0 0 1-.683-2.164zM7.865 18.446c.517-.092.831.572.605.986-.295.344-.944.252-1.104-.182-.139-.348.165-.721.499-.804zM14.861 18.547c.66-.496 1.317.738.619 1.061-.658.385-1.315-.694-.619-1.061zM18.304 18.576c.368-.336.972.011.949.485.101.505-.594.808-.949.487-.347-.217-.344-.753 0-.972z"/><path d="M12.203 12.886c1.37 0 2.743-.025 4.112.059.078.735.095 1.476.158 2.213.351.023.702.043 1.053.058-.001-.476 0-.952.003-1.426l.619-.001c-.023.455-.043.909-.058 1.365a5.88 5.88 0 0 1 1.04.122c.173.763.351 1.524.514 2.288-1.037-.514-2.209-.062-2.781.902-.553-1.14-2.09-1.458-3.032-.597-1.001-.948-2.47-.454-3.71-.488a2.827 2.827 0 0 1-.645.642c-.54-.45-1.216-.75-1.932-.68-.303.104-.479-.453-.125-.476 1.84-.42 3.719-.651 5.569-1.034-.144-1.009-.533-1.961-.784-2.946m.881.689c.21.727.442 1.447.683 2.164.639.11 1.291.062 1.936.064-.034-.68.101-1.396-.111-2.052-.771-.333-1.683-.125-2.508-.177zM7.736 17.757c.695-.132 1.437.339 1.562 1.045.27 1.06-1.055 2.082-2 1.473-1.055-.554-.827-2.426.437-2.518m.13.689c-.335.082-.638.455-.499.804.16.435.809.527 1.104.182.226-.414-.088-1.078-.605-.986z"/><path d="M14.866 17.761c.86-.217 1.764.523 1.681 1.413-.016 1.031-1.367 1.668-2.17 1.012-.902-.609-.584-2.218.488-2.425m-.004.786c-.697.368-.04 1.447.619 1.061.698-.324.041-1.558-.619-1.061zM18.429 17.749c.904-.185 1.783.684 1.584 1.592-.144.968-1.443 1.465-2.187.816-.891-.645-.499-2.274.603-2.408m-.125.827c-.344.219-.347.756 0 .972.355.321 1.051.018.949-.487.023-.475-.581-.821-.949-.485zM10.782 18.154c.625.208 1.288.313 1.891.584.599.267.502 1.237-.049 1.485-.791-.055-1.436-.62-2.145-.931.374-.277.405-.713.303-1.138z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tractors--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#1c1c1c" opacity=".8" d="M12.911 0h1.092c.179.1.359.205.534.314a3.438 3.438 0 0 0-2.107.001l.481-.316z"/><path fill="#fff" d="M12.43.316a3.438 3.438 0 0 1 2.107-.001c.337.204.636.462.93.723a.6.6 0 0 0 .352.52l.031.155c.011.213.15.384.311.511.081.139.162.278.245.417a.667.667 0 0 0 .307.535c.198.369.409.732.631 1.087a.686.686 0 0 0 .306.537c.078.135.158.27.239.403a.67.67 0 0 0 .307.537c.198.368.409.731.631 1.087a.68.68 0 0 0 .306.535c.078.135.158.27.239.403a.67.67 0 0 0 .307.537c.198.368.409.731.631 1.085a.686.686 0 0 0 .306.537c.078.135.158.268.239.403a.67.67 0 0 0 .307.537c.198.368.409.731.631 1.085a.686.686 0 0 0 .306.537c.078.135.158.27.239.403a.67.67 0 0 0 .307.537c.198.369.409.731.631 1.085a.686.686 0 0 0 .306.537c.078.135.158.268.239.403a.67.67 0 0 0 .307.537c.198.368.409.731.631 1.087a.682.682 0 0 0 .306.535c.078.135.158.27.239.403a.67.67 0 0 0 .307.537c.198.369.41.732.63 1.089a.643.643 0 0 0 .33.53c.086.249.177.498.263.748-.016.364-.015.729-.028 1.093-.249.707-.717 1.325-1.398 1.662-.851.26-1.747.177-2.622.185H4.043c-.832-.003-1.681.066-2.488-.187-.732-.359-1.226-1.052-1.443-1.826.032-.369.04-.742.053-1.112l.247-.558a.678.678 0 0 0 .307-.538l.086-.152a.638.638 0 0 0 .314-.533c.08-.133.158-.266.236-.399a.68.68 0 0 0 .305-.537l.24-.404a.671.671 0 0 0 .301-.539l.089-.15a.645.645 0 0 0 .313-.533c.08-.133.158-.266.236-.399a.68.68 0 0 0 .305-.537l.24-.404a.679.679 0 0 0 .303-.539l.086-.148a.65.65 0 0 0 .313-.534c.08-.132.158-.266.236-.398a.683.683 0 0 0 .305-.538l.24-.404a.672.672 0 0 0 .302-.539c.023-.036.066-.112.089-.15a.643.643 0 0 0 .311-.534c.08-.132.158-.264.236-.398a.68.68 0 0 0 .305-.537l.24-.404a.675.675 0 0 0 .302-.539c.023-.036.066-.112.089-.15a.643.643 0 0 0 .311-.533c.08-.133.158-.266.236-.399a.68.68 0 0 0 .305-.538c.081-.133.16-.268.24-.402a.679.679 0 0 0 .302-.539l.089-.151a.643.643 0 0 0 .311-.533c.08-.133.158-.266.236-.399a.678.678 0 0 0 .305-.537l.24-.403a.68.68 0 0 0 .302-.539l.088-.15a.65.65 0 0 0 .313-.534c.08-.132.158-.266.236-.398a.683.683 0 0 0 .305-.538c.082-.138.164-.275.245-.414.159-.129.299-.298.313-.511l.038-.178a.576.576 0 0 0 .352-.516c.293-.253.593-.5.921-.708m.558.546c-.514.132-.911.524-1.158.98C8.228 8.084 4.598 14.312 1.005 20.558c-.681 1.164.357 2.74 1.684 2.639 7.242.001 14.485.016 21.727-.008 1.324.026 2.229-1.611 1.505-2.72-3.604-6.24-7.22-12.475-10.83-18.712-.39-.736-1.301-1.141-2.103-.894z"/><path fill="#fff" d="M3.133 21.086c3.448-5.962 6.898-11.923 10.352-17.881 3.454 5.958 6.903 11.919 10.352 17.88-6.902.004-13.804.004-20.705.001m12.534-8.351c-.659-.026-.684 1.025-.023 1.029.702.067.721-1.067.023-1.029m-1.85 2.311c-.359.144-.169.708.204.634.394-.158.742-.407 1.104-.624l.218.506c-.475.125-.969.193-1.421.39-.212.644-.336 1.319-.464 1.985-.101.357.496.546.635.209.193-.539.264-1.112.402-1.667.62-.227 1.394-.181 1.907-.609-.035-.628.329-1.913-.609-1.964-.697.303-1.325.751-1.975 1.142m-1.186.211c.163.2.369.413.173.676a83.281 83.281 0 0 1-.218-.417c-1.404.001-2.806-.02-4.208.013.147.758.336 1.507.515 2.258 1.447-.007 2.898.102 4.342-.018a65.379 65.379 0 0 0-.427-1.576l.32-.355c.187.16.468.456.609.086-.256-.305-.562-.564-.844-.843a58.66 58.66 0 0 0-.26.174m3.185 1.106c-.975.295-1.671 1.342-1.487 2.358.164 1.16 1.383 1.996 2.525 1.793 1.181-.138 2.124-1.364 1.843-2.544-.241-1.253-1.691-2.035-2.881-1.607M9.342 17.98c-.895.181-1.312 1.4-.671 2.067.619.771 2.021.508 2.288-.454.336-.94-.69-1.908-1.617-1.613m.902-.07c.806.883 2.11.357 3.159.473l-.15-.51c-1.003.055-2.006.019-3.009.036z"/><path fill="#fff" d="M16.228 17.59c1.06-.444 1.684 1.327.572 1.619-1.04.411-1.654-1.311-.572-1.619zM9.469 18.751c.572-.299 1.073.636.473.917-.595.372-1.137-.657-.473-.917z"/><path fill="red" d="M12.987.863c.802-.247 1.714.158 2.103.894 3.609 6.237 7.226 12.472 10.83 18.712.724 1.108-.181 2.745-1.505 2.72-7.242.024-14.485.009-21.727.008-1.327.101-2.365-1.475-1.684-2.639C4.597 14.313 8.227 8.085 11.828 1.843c.247-.456.644-.848 1.158-.98M3.133 21.086c6.901.003 13.803.003 20.705-.001-3.449-5.961-6.898-11.922-10.352-17.88A17650.18 17650.18 0 0 0 3.134 21.086z"/><path fill="#2a2a2a" opacity=".85" d="M11.157 1.54a.603.603 0 0 1 .352-.516.573.573 0 0 1-.352.516z"/><path fill="#2e2e2e" opacity=".86" d="M15.468 1.037c.204.097.347.29.352.52a.601.601 0 0 1-.352-.52z"/><path fill="#242424" opacity=".82" d="M10.807 2.229c-.011-.209.062-.492.313-.511-.013.213-.154.382-.313.511z"/><path fill="#272727" opacity=".84" d="M15.851 1.712c.249.022.32.303.311.511-.162-.127-.301-.298-.311-.511zM17.346 4.262c.214.09.338.305.306.537a.683.683 0 0 1-.306-.537zM18.829 6.825a.498.498 0 0 1 .306.535.68.68 0 0 1-.306-.535zM20.312 9.386c.214.09.338.305.306.537a.683.683 0 0 1-.306-.537zM21.796 11.947c.214.09.338.305.306.537a.683.683 0 0 1-.306-.537zM23.279 14.509c.214.09.338.305.306.537a.683.683 0 0 1-.306-.537zM24.762 17.072a.498.498 0 0 1 .306.535.682.682 0 0 1-.306-.535zM26.244 19.637a.544.544 0 0 1 .33.53.64.64 0 0 1-.33-.53z"/><path fill="#282828" opacity=".85" d="M10.257 3.181a.502.502 0 0 1 .305-.538.68.68 0 0 1-.305.538zM8.773 5.741a.501.501 0 0 1 .305-.537.677.677 0 0 1-.305.537zM7.29 8.303a.503.503 0 0 1 .305-.538.677.677 0 0 1-.305.538zM5.807 10.865a.501.501 0 0 1 .305-.537.68.68 0 0 1-.305.537zM4.324 13.428a.502.502 0 0 1 .305-.538.68.68 0 0 1-.305.538zM2.841 15.988a.501.501 0 0 1 .305-.537.68.68 0 0 1-.305.537zM1.358 18.55a.501.501 0 0 1 .305-.537.68.68 0 0 1-.305.537z"/><path fill="#2d2d2d" opacity=".86" d="M16.408 2.64a.506.506 0 0 1 .307.535.666.666 0 0 1-.307-.535zM17.891 5.202a.508.508 0 0 1 .307.537.667.667 0 0 1-.307-.537zM19.374 7.764a.508.508 0 0 1 .307.537.667.667 0 0 1-.307-.537zM20.857 10.325a.508.508 0 0 1 .307.537.667.667 0 0 1-.307-.537zM22.34 12.887a.508.508 0 0 1 .307.537.667.667 0 0 1-.307-.537zM23.823 15.449a.508.508 0 0 1 .307.537.667.667 0 0 1-.307-.537zM25.307 18.011a.507.507 0 0 1 .307.537.667.667 0 0 1-.307-.537z"/><path fill="#2f2f2f" opacity=".87" d="M9.708 4.112a.52.52 0 0 1 .313-.534.645.645 0 0 1-.313.534zM8.226 6.673a.517.517 0 0 1 .311-.533.644.644 0 0 1-.311.533zM6.743 9.235a.517.517 0 0 1 .311-.533.644.644 0 0 1-.311.533zM5.26 11.796a.519.519 0 0 1 .311-.534.643.643 0 0 1-.311.534zM3.775 14.36a.519.519 0 0 1 .313-.534.645.645 0 0 1-.313.534zM2.292 16.92a.518.518 0 0 1 .313-.533.642.642 0 0 1-.313.533zM.808 19.482a.52.52 0 0 1 .314-.533.638.638 0 0 1-.314.533z"/><path fill="#242424" opacity=".82" d="M9.318 4.801a.502.502 0 0 1 .302-.539.677.677 0 0 1-.302.539zM7.835 7.363a.502.502 0 0 1 .302-.539.678.678 0 0 1-.302.539zM6.352 9.924a.505.505 0 0 1 .302-.539.673.673 0 0 1-.302.539zM4.869 12.485a.505.505 0 0 1 .302-.539.67.67 0 0 1-.302.539zM3.386 15.047a.504.504 0 0 1 .303-.539.676.676 0 0 1-.303.539zM1.902 17.609a.505.505 0 0 1 .301-.539.667.667 0 0 1-.301.539zM.414 20.172a.507.507 0 0 1 .307-.538.68.68 0 0 1-.307.538z"/><path d="M15.666 12.735c.698-.038.68 1.096-.023 1.029-.661-.004-.636-1.054.023-1.029zM13.816 15.046c.65-.391 1.278-.839 1.975-1.142.938.051.574 1.336.609 1.964-.512.429-1.286.383-1.907.609-.138.554-.209 1.127-.402 1.667-.139.337-.736.148-.635-.209.128-.666.252-1.34.464-1.985.452-.197.947-.264 1.421-.39l-.218-.506c-.363.217-.711.467-1.104.624-.372.074-.562-.489-.204-.634z"/><path d="M12.631 15.259l.26-.174c.282.279.588.538.844.843-.142.369-.422.074-.609-.086l-.32.355c.15.523.291 1.049.427 1.576-1.444.12-2.895.011-4.342.018-.179-.751-.368-1.501-.515-2.258 1.402-.034 2.804-.012 4.208-.013l.218.417c.197-.263-.009-.476-.173-.676zM15.818 16.363c1.191-.427 2.64.355 2.881 1.607.28 1.18-.662 2.407-1.843 2.544-1.142.202-2.361-.634-2.525-1.793-.183-1.017.512-2.063 1.487-2.358m.41 1.227c-1.083.309-.468 2.031.572 1.619 1.112-.293.488-2.063-.572-1.619zM9.342 17.98c.926-.295 1.952.673 1.617 1.613-.267.963-1.669 1.226-2.288.454-.64-.667-.224-1.886.671-2.067m.127.771c-.663.26-.121 1.289.473.917.6-.28.098-1.216-.473-.917z"/><path d="M10.244 17.91c1.003-.018 2.006.019 3.009-.036l.15.51c-1.049-.116-2.353.41-3.159-.473z"/><path fill="#0e0e0e" opacity=".79" d="M0 20.96l.167-.229c-.012.371-.02.743-.053 1.112l-.115.251V20.96z"/><path fill="#0e0e0e" opacity=".81" d="M26.837 20.915l.129-.255v1.195l-.158.154c.013-.364.012-.729.028-1.093z"/><path fill="#0f0f0f" opacity=".91" d="M1.557 23.668c.806.253 1.656.185 2.488.187h18.743c.875-.008 1.772.076 2.622-.185-.189.113-.379.225-.572.329H2.162a11.769 11.769 0 0 1-.605-.332z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tractors--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.137 0h.612c.686.14 1.324.538 1.656 1.169 3.519 6.105 7.036 12.213 10.553 18.32.369.651.797 1.28 1.009 2.006v.55A2.421 2.421 0 0 1 25.015 24H1.976a2.413 2.413 0 0 1-1.975-1.88v-.638c.104-.34.236-.671.413-.98C4.131 14.058 7.839 7.611 11.555 1.167c.317-.615.932-.991 1.583-1.168M2.786 21.448c7.129.016 14.257.013 21.386 0A3161.887 3161.887 0 0 0 13.479 2.887 3279.22 3279.22 0 0 0 2.787 21.448z"/><path fill="#ffd100" d="M2.786 21.448A3279.22 3279.22 0 0 1 13.478 2.887c3.585 6.174 7.15 12.363 10.693 18.561-7.129.013-14.257.016-21.386 0m6.272-7.808c-.178.964-.275 1.942-.44 2.91-.205-.001-.411 0-.618.001-.005-.182-.011-.364-.015-.547-.09-.024-.268-.076-.359-.101-.004-.286-.008-.573-.016-.859h-.387c-.008.286-.013.57-.02.856l-.361.125-.005.475c-1.289-.115-.743 1.437-.867 2.209.7-.858 2.133-.609 2.512.429h.991c-.046-1.103.866-2.136 1.989-2.122 1.13-.026 2.058 1.01 2.013 2.12.747-.019 1.501.053 2.241-.031.356-.282.605-.685.995-.925 1.6-.031 3.205.001 4.807-.015-.53-.936-1.073-1.865-1.607-2.799-1.49-.028-2.98 0-4.471-.013l-.022-.516-.384.009c-.005 1.218.005 2.434-.004 3.651-.36.011-.72.013-1.079-.023-.809-1.475-.738-3.198-1.062-4.818-.057-.347-.415-.561-.75-.537-.81-.003-1.623-.015-2.434.005-.299 0-.597.212-.647.516m1.902 3.662c-.836.228-1.394 1.134-1.239 1.983.12.883.992 1.578 1.881 1.491.996-.044 1.805-1.052 1.626-2.036-.116-1.04-1.277-1.777-2.268-1.439m-4.033 1.09c-.859.098-1.323 1.219-.786 1.897.485.742 1.749.612 2.067-.217.417-.817-.384-1.865-1.281-1.68m11.872.011c-.879.155-1.262 1.359-.632 1.991.569.684 1.809.41 2.032-.453.306-.836-.543-1.758-1.4-1.538m1.864 1.782c.407.769 1.584.786 2.058.071a19.47 19.47 0 0 1-.369-.682c-.061.608-.952.843-1.193.237-.231-.527.357-.942.845-.833a25.815 25.815 0 0 1-.372-.616c-.855.057-1.435 1.081-.968 1.823m.822-1.003c-.533.274-.047 1.126.462.789.481-.291.027-1.077-.462-.789z"/><path fill="#ffd100" d="M9.53 13.971c.318-.376.903-.155 1.338-.205.084.87.171 1.738.247 2.609-.658.004-1.316.005-1.974-.001.135-.8.182-1.619.39-2.403zM11.269 13.761c.372.051.93-.155 1.158.247.183.777.244 1.579.375 2.366-.427.005-.853.007-1.28.003-.093-.871-.173-1.743-.253-2.616zM11.097 18.111c.603-.287 1.381.228 1.344.898.032.743-.925 1.255-1.517.793-.624-.388-.522-1.44.173-1.691m.128.118c-.596.167-.762 1.042-.255 1.405.444.399 1.231.086 1.3-.5.121-.569-.499-1.107-1.045-.905zM6.798 19.075c.361-.252.911.046.911.483.036.431-.476.77-.856.561-.418-.174-.452-.825-.055-1.044m.119.095c-.508.216-.17 1.057.348.839.587-.182.198-1.124-.348-.839zM18.787 19.049c.68-.386 1.234.767.527 1.068-.67.375-1.232-.763-.527-1.068m.11.105c-.514.163-.284 1.003.247.878.62-.111.337-1.115-.247-.878z"/><path d="M9.057 13.64c.05-.305.348-.516.647-.516.81-.02 1.623-.008 2.434-.005.334-.024.693.19.75.537.325 1.619.253 3.342 1.062 4.818.359.036.719.034 1.079.023.009-1.218-.001-2.434.004-3.651l.384-.009.022.516c1.491.013 2.981-.015 4.471.013.534.934 1.077 1.863 1.607 2.799-1.602.016-3.206-.016-4.807.015-.39.24-.639.643-.995.925-.74.084-1.494.012-2.241.031.044-1.11-.883-2.145-2.013-2.12-1.123-.013-2.035 1.019-1.989 2.122h-.991c-.379-1.038-1.812-1.286-2.512-.429.124-.771-.422-2.323.867-2.209.003-.159.004-.317.005-.475l.361-.125c.007-.286.012-.57.02-.856h.387c.008.286.012.573.016.859.09.026.268.077.359.101.004.183.009.365.015.547.206-.001.413-.003.618-.001.164-.968.262-1.946.44-2.91m.473.331c-.208.783-.255 1.603-.39 2.403.658.007 1.316.005 1.974.001-.076-.871-.163-1.739-.247-2.609-.434.05-1.019-.171-1.338.205m1.74-.21c.081.872.16 1.745.253 2.616.426.004.852.003 1.28-.003-.131-.787-.191-1.59-.375-2.366-.228-.402-.786-.196-1.158-.247z"/><path d="M10.959 17.302c.991-.338 2.152.399 2.268 1.439.179.984-.63 1.991-1.626 2.036-.889.086-1.761-.608-1.881-1.491-.155-.849.403-1.756 1.239-1.983m.138.808c-.694.251-.797 1.302-.173 1.691.592.462 1.549-.05 1.517-.793.036-.67-.742-1.185-1.344-.898z"/><path d="M11.225 18.229c.546-.202 1.166.336 1.045.905-.069.587-.856.899-1.3.5-.507-.363-.341-1.238.255-1.405zM6.926 18.391c.897-.185 1.698.863 1.281 1.68-.318.829-1.582.959-2.067.217-.537-.678-.073-1.799.786-1.897m-.128.684c-.396.218-.363.87.055 1.044.38.209.893-.129.856-.561 0-.437-.55-.735-.911-.483zM18.798 18.402c.856-.22 1.706.702 1.4 1.538-.222.863-1.463 1.137-2.032.453-.63-.632-.247-1.836.632-1.991m-.011.647c-.705.305-.143 1.443.527 1.068.707-.301.152-1.453-.527-1.068zM20.662 20.184c-.467-.742.113-1.766.968-1.823.121.208.245.413.372.616-.488-.109-1.076.306-.845.833.241.605 1.133.371 1.193-.237.119.231.243.457.369.682-.473.715-1.65.697-2.058-.071z"/><path d="M6.917 19.17c.546-.286.934.657.348.839-.518.218-.856-.623-.348-.839zM18.897 19.154c.584-.237.867.767.247.878-.531.125-.76-.715-.247-.878zM21.485 19.181c.489-.289.944.498.462.789-.51.337-.995-.515-.462-.789z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-at-signalized-intersections--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#0b0506" d="M12.011 0h.171c1.095 1.021 2.148 2.087 3.214 3.138 2.71 2.708 5.466 5.37 8.183 8.071.173.19.395.35.495.595.086.24-.069.47-.229.636a152.029 152.029 0 0 1-2.864 2.982c-2.876 2.834-5.688 5.732-8.551 8.579h-.419c-.226-.144-.421-.33-.615-.513-2.131-2.067-4.229-4.168-6.347-6.247-1.554-1.552-3.2-3.01-4.72-4.596A1.868 1.868 0 0 1 0 12.18v-.229c.278-.402.628-.748.962-1.103C4.407 7.339 7.887 3.864 11.371.394c.173-.188.394-.324.64-.393m-.217.49c-1.098 1.053-2.206 2.098-3.243 3.212-1.03 1.12-2.138 2.165-3.198 3.255-.36.34-.682.721-1.073 1.027-1.268 1.283-2.519 2.582-3.778 3.874-.093.096-.211.254-.098.38.201.233.441.431.655.653.736.713 1.478 1.421 2.206 2.142.48.389.848.904 1.366 1.246.747.758 1.471 1.542 2.256 2.259 1.692 1.665 3.358 3.359 5.062 5.013.109.136.33.143.439.002.943-.984 1.915-1.94 2.868-2.914 1.446-1.427 2.859-2.887 4.28-4.338.122-.119.281-.19.399-.313 1.206-1.247 2.418-2.488 3.622-3.737a.6.6 0 0 0 .2-.379c-1.209-1.242-2.473-2.429-3.703-3.649-.14-.131-.259-.291-.428-.387-1.224-1.175-2.386-2.414-3.619-3.579-1.208-1.284-2.532-2.456-3.726-3.754-.13-.166-.348-.177-.485-.014z"/><path fill="#0b0506" d="M16.703 8.479c.254 0 .509-.001.763.012-.015 3.121-.048 6.243-.086 9.364-.245.004-.49.004-.735.001.003-2.324.018-4.649.021-6.973.057-.8.022-1.603.037-2.404zM6.768 8.654c.266-.025.536-.031.801.007-.003 1.739.01 3.478.02 5.216.089 1.381-.022 2.77.094 4.148-.26-.001-.52.005-.779.011-.057-3.128-.125-6.254-.136-9.382zM11.77 17.894c-.112-.5.011-1.014-.005-1.52.238.002.475.002.713-.003.063.489.03.986.026 1.478-.245.01-.489.043-.734.046z"/><path fill="#c4983c" d="M11.794.491c.137-.163.355-.152.485.014 1.194 1.298 2.518 2.47 3.726 3.754-.199.048-.411.032-.601.116-.173.102-.31-.107-.48-.115-.206-.051-.321.157-.453.271.036.096.071.191.11.285-.514-.608-.913-1.301-1.413-1.92-.424-.528-.789-1.101-1.214-1.628a86.898 86.898 0 0 0-2.006 3.058 15.898 15.898 0 0 0-.14-.295l-.143.125c-.092-.1-.235-.166-.363-.085-.084.12-.144.26-.264.352a7.219 7.219 0 0 1-.158-.4c-.278.189-.594.398-.608.763l-.132-.112c-.186.279-.517.351-.765.547.093.038.216.067.179.197-.118.011-.196-.081-.275-.153-.034.026-.064.055-.098.081a2.183 2.183 0 0 1-.086-.032c-.093.111-.2.209-.315.297l.105.234-.089.043-.118-.041.041-.164c-.366.342-.728.69-1.066 1.059.158-.103.342-.16.515-.051-.162.206-.421.208-.652.143l.077.231-.068.011-.173-.118c1.06-1.091 2.169-2.135 3.198-3.255 1.037-1.114 2.145-2.159 3.243-3.212z"/><path fill="#090506" d="M11.954 1.268c.424.527.79 1.1 1.214 1.628.499.619.899 1.312 1.413 1.92.154.232.088.626-.225.671-.461.039-.87-.23-1.311-.318.009.621-.03 1.247.045 1.864.066.518.36.962.623 1.4.677 1.103 1.443 2.207 1.678 3.505.14.605.119 1.229.166 1.844.006 1.355.016 2.711.016 4.066-.508.006-1.018-.019-1.522.051-.016-.723 0-1.446-.019-2.169-.084-1.187.031-2.389-.199-3.564-.227-1.191-.96-2.183-1.519-3.234a1.153 1.153 0 0 0-.201-.256c-.305.602-.577 1.221-.904 1.813-.413.996-.802 2.052-.697 3.15.057 1.441.079 2.883.074 4.326-.494.024-.989.013-1.482.028-.056-.614-.046-1.23-.062-1.846-.021-.868-.075-1.735-.085-2.603-.029-1.36.278-2.738.95-3.926.365-.815.974-1.529 1.138-2.425.127-.647.033-1.312.049-1.967-.4.089-.759.302-1.16.389-.296.084-.61-.285-.461-.561.138-.256.323-.483.476-.729a85.08 85.08 0 0 1 2.006-3.058z"/><path fill="#c8a03f" d="M8.273 4.787c.014-.365.329-.575.608-.763.049.135.101.269.158.4.12-.092.18-.231.264-.352.127-.082.271-.015.363.085l.143-.125c.048.098.095.196.14.295-.154.246-.338.473-.476.729-.15.277.165.645.461.561.4-.087.759-.299 1.16-.389-.017.654.078 1.32-.049 1.967-.03-.208-.063-.416-.083-.626l-.2.042a3.17 3.17 0 0 0-.096-.014 9.084 9.084 0 0 0-.284.027c-.158.165-.399.135-.606.155l.067.24c-.377-.079-.607.32-.983.204-.006-.211-.041-.424-.174-.595.193-.204.489-.29.618-.559-.253.014-.553.009-.736.215-.262.279-.526.565-.849.775-.116.088-.23-.034-.322-.096-.172.134-.287.325-.248.55a14.144 14.144 0 0 0-.22-.07c-.312.352-.748.582-.966 1.018-.083-.231-.323-.203-.522-.176.061.395-.203.793-.608.843l-.069.116-.301.054a4.362 4.362 0 0 1-.035.427c-.313-.009-.584.172-.892.189a31.89 31.89 0 0 0-.091.288c-.122.013-.244.026-.366.041-.134.308-.641.007-.677.363-.034.202-.057.407-.093.609a2.684 2.684 0 0 1-.43.003c-.015.154-.023.31-.026.465.22.039.444.031.664.066-.024.135-.062.307-.197.369-.133.05-.206-.088-.283-.167-.129.201-.346.294-.575.326.029.288-.157.501-.404.617-.214-.221-.454-.419-.655-.653-.113-.126.006-.284.098-.38C1.76 10.57 3.011 9.27 4.279 7.987c.391-.307.713-.687 1.073-1.027l.173.118.068-.011-.077-.231c.231.066.49.064.652-.143-.173-.109-.357-.052-.515.051.338-.369.7-.717 1.066-1.059l-.041.164.118.041.089-.043-.105-.234c.115-.088.221-.186.315-.297l.086.032c.034-.026.064-.055.098-.081.078.072.156.164.275.153.038-.131-.086-.159-.179-.197.249-.197.579-.268.765-.547l.132.112z"/><path fill="#c9a041" d="M14.471 4.531c.132-.115.248-.323.453-.271.169.008.307.217.48.115.19-.085.402-.068.601-.116 1.234 1.165 2.395 2.404 3.619 3.579-.297-.113-.609.027-.902.083l-.085.198c-.125-.053-.276-.097-.317-.244l.25-.061.005-.104a6.647 6.647 0 0 0-.823 0 5.11 5.11 0 0 1-.486.395l-.183-.096a.952.952 0 0 1 .31-.143l-.221-.047-.039-.451-.294.04c-.01.156-.02.311-.039.466-.148-.122-.211-.308-.325-.457-.134-.053-.211.065-.273.161l-.165-.067-.038.325h-.155l-.037-.319c-.332-.009-.665-.02-.997.004-.149.181-.411.183-.569.35-.182.182-.336.389-.528.561-.263-.438-.557-.882-.623-1.4-.075-.617-.036-1.243-.045-1.864.441.089.85.358 1.311.318.314-.045.38-.439.225-.671-.039-.095-.074-.19-.11-.285z"/><path fill="#cea843" d="M8.567 6.283c.182-.206.482-.201.736-.215-.129.269-.425.355-.618.559.133.171.168.384.174.595.376.116.606-.284.983-.204l-.067-.24c.207-.02.448.01.606-.155.095-.01.189-.019.284-.027l.096.014.2-.042c.02.21.053.418.083.626-.164.896-.773 1.61-1.138 2.425-.672 1.188-.978 2.566-.95 3.926.01.868.064 1.735.085 2.603-.016.244-.032.488-.039.732-.015-.2-.026-.4-.031-.6l-.259-.046-.202.262c-.215-.151-.436.035-.652.083a7.361 7.361 0 0 0-.092.39 5.936 5.936 0 0 0-.046-.441c-.058.499.028 1.001-.037 1.499-.116-1.379-.005-2.767-.094-4.148-.01-1.738-.023-3.477-.02-5.216a3.407 3.407 0 0 0-.801-.007c.01 3.128.079 6.255.136 9.382-.195-.077-.074-.388-.129-.557-.015.347-.14.768.111 1.06-.786-.718-1.51-1.502-2.256-2.259-.518-.342-.885-.857-1.366-1.246-.729-.721-1.47-1.429-2.206-2.142.247-.116.433-.329.404-.617.229-.032.446-.125.575-.326.077.079.15.218.283.167.135-.062.173-.234.197-.369-.22-.035-.444-.027-.664-.066.003-.155.01-.311.026-.465.143.012.287.009.43-.003.036-.202.059-.406.093-.609.036-.356.544-.055.677-.363.122-.016.244-.029.366-.041l.091-.288c.308-.018.579-.198.892-.189.019-.142.03-.284.035-.427l.301-.054.069-.116c.405-.05.669-.448.608-.843.199-.027.439-.055.522.176.218-.435.654-.666.966-1.018l.22.07c-.039-.225.076-.415.248-.55.093.062.206.184.322.096.323-.21.587-.496.849-.775z"/><path fill="#cea744" d="M16.839 7.409l.294-.04.039.451.221.047a.952.952 0 0 0-.31.143l.183.096c.168-.125.334-.251.486-.395.274-.02.549-.015.823 0l-.005.104-.25.061c.041.147.192.191.317.244l.085-.198c.294-.056.605-.195.902-.083.169.096.288.256.428.387 1.23 1.22 2.494 2.407 3.703 3.649a.6.6 0 0 1-.2.379c-1.204 1.249-2.416 2.49-3.622 3.737-.118.124-.278.194-.399.313-1.421 1.451-2.834 2.911-4.28 4.338-.04-.11-.129-.238-.038-.347.167-.207.014-.477.109-.704.057-.169.194-.359.044-.522.112-.142.26-.258.409-.09-.113-.39.232-.606.438-.87l.295-.068-.08-.112-.043.08c-.248-.086-.432.107-.617.237-.254-.171-.573-.114-.842-.244.232-.043.464.018.697.018-.484-.237-1.059-.005-1.578-.119.504-.071 1.014-.045 1.522-.051 0-1.355-.01-2.711-.016-4.066-.047-.615-.026-1.239-.166-1.844-.235-1.298-1-2.403-1.678-3.505.192-.172.346-.379.528-.561.159-.167.42-.169.569-.35.332-.024.665-.013.997-.004l.037.319h.155l.038-.325.165.067c.062-.096.139-.214.273-.161.114.149.177.335.325.457.019-.155.03-.31.039-.466m-.133 1.068c-.015.801.02 1.604-.037 2.404-.004 2.324-.018 4.648-.021 6.973.245.003.49.003.735-.001.037-3.121.071-6.242.086-9.364-.254-.013-.509-.012-.763-.012z"/><path fill="#d1ab46" d="M12.112 8.677c.077.077.148.16.201.256.558 1.05 1.292 2.043 1.519 3.234.23 1.175.115 2.377.199 3.564.019.723.003 1.446.019 2.169.518.114 1.094-.118 1.578.119-.233 0-.465-.061-.697-.018.269.13.587.073.842.244.185-.13.369-.323.617-.237l.043-.08.08.112-.295.068c-.206.264-.551.48-.438.87-.148-.168-.297-.051-.409.09.15.163.013.353-.044.522-.095.228.058.498-.109.704-.091.109-.002.237.038.347-.953.974-1.925 1.93-2.868 2.914-.108.141-.33.134-.439-.002-1.704-1.654-3.37-3.348-5.062-5.013-.251-.293-.126-.713-.111-1.06.055.169-.067.48.129.557.259-.006.519-.012.779-.011.064-.498-.022-1 .037-1.499.021.146.036.294.046.441.028-.131.058-.261.092-.39.216-.048.436-.233.652-.083l.202-.262.259.046c.006.2.016.4.031.6.007-.244.023-.488.039-.732.016.616.006 1.232.062 1.846.494-.015.989-.004 1.482-.028.005-1.442-.017-2.885-.074-4.326-.105-1.098.284-2.154.697-3.15.327-.591.599-1.21.904-1.813m-.4 2.277a45.36 45.36 0 0 0 0 1.565h.713c-.004-.52.039-1.043.013-1.562l-.727-.002m.039 2.802c.01.489-.006.978.008 1.466.232-.023.507.048.713-.029.031-.491.009-.987 0-1.48-.241.004-.485-.011-.722.043m.02 4.138c.245-.003.489-.036.734-.046.004-.492.037-.989-.026-1.478-.238.005-.476.005-.713.003.016.507-.106 1.02.005 1.52m.315 3.179l-.053.128c.127.105.255.034.224-.13l-.171.002z"/><path fill="#100607" d="M11.713 10.953l.727.002c.026.519-.018 1.041-.013 1.562h-.713a42.972 42.972 0 0 1 0-1.565z"/><path fill="#0f0707" d="M11.751 13.756c.237-.054.48-.038.722-.043.008.493.031.989 0 1.48-.206.077-.481.006-.713.029-.014-.489.002-.977-.008-1.466z"/><path fill="#3b170b" d="M12.085 21.072l.171-.002c.031.163-.096.234-.224.13l.053-.128z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.567 1.024a1.824 1.824 0 0 1 1.633.538c3.275 3.125 6.552 6.247 9.82 9.38.718.636.719 1.847.03 2.504-3.16 3.163-6.319 6.325-9.482 9.484-.698.685-1.93.66-2.588-.068-3.286-3.156-6.588-6.295-9.875-9.449-.698-.665-.611-1.866.086-2.5 3.055-3.067 6.126-6.118 9.184-9.181.324-.336.716-.642 1.193-.708m-.245.344c-.379.148-.662.451-.944.731-2.994 3.006-6.002 5.996-8.993 9.005-.629.551-.673 1.62-.035 2.18 3.296 3.145 6.59 6.294 9.886 9.44.582.606 1.637.558 2.201-.046 3.139-3.139 6.278-6.281 9.419-9.419.584-.559.587-1.588-.028-2.126-3.263-3.137-6.544-6.257-9.817-9.383-.427-.448-1.111-.616-1.688-.383z"/><path fill="#231f20" d="M11.436 1.727a1.776 1.776 0 0 1 1.72.472c3.072 2.929 6.144 5.862 9.208 8.8.677.611.678 1.76.034 2.394-2.934 2.95-5.886 5.881-8.822 8.827-.643.676-1.822.731-2.49.061-3.088-2.954-6.179-5.906-9.268-8.861-.702-.634-.655-1.82.03-2.448 2.791-2.81 5.6-5.603 8.398-8.407.343-.343.702-.72 1.192-.838m.119.361c-.376.084-.662.36-.925.624-2.833 2.846-5.688 5.674-8.515 8.526-.542.488-.586 1.416-.035 1.915 3.09 2.952 6.182 5.902 9.271 8.855.524.528 1.454.476 1.955-.06 2.922-2.918 5.839-5.842 8.761-8.76.541-.488.586-1.422.029-1.916-3.036-2.927-6.095-5.831-9.142-8.746-.355-.373-.889-.581-1.399-.438z"/><path fill="#231f20" d="M12.656 3.682a161.531 161.531 0 0 1 2.996 3.41c-.383.001-.766.006-1.148.006-.004 4.081-.001 8.162-.001 12.244-1.118.004-2.237.005-3.355 0-.007-1.946.001-3.893-.004-5.839-1.283 1.268-2.55 2.554-3.832 3.823a198.708 198.708 0 0 1-1.525-1.52c1.789-1.801 3.588-3.594 5.387-5.387.004-1.108.002-2.214 0-3.32-.407 0-.814-.005-1.22-.005a318.42 318.42 0 0 1 2.702-3.412z"/><path fill="#fff100" d="M11.323 1.368c.577-.233 1.261-.065 1.688.383 3.274 3.126 6.554 6.246 9.817 9.383.614.539.612 1.567.028 2.126-3.14 3.138-6.28 6.28-9.419 9.419-.564.604-1.619.652-2.201.046-3.295-3.146-6.589-6.295-9.886-9.44-.638-.56-.594-1.63.035-2.18 2.99-3.008 5.999-5.999 8.993-9.005.282-.28.565-.583.944-.731m.114.358c-.49.118-.848.494-1.192.838-2.797 2.804-5.606 5.597-8.398 8.407-.685.628-.732 1.814-.03 2.448 3.089 2.954 6.18 5.906 9.268 8.861.668.67 1.847.614 2.49-.061 2.936-2.946 5.888-5.878 8.822-8.827.644-.634.643-1.783-.034-2.394-3.064-2.938-6.136-5.87-9.208-8.8a1.775 1.775 0 0 0-1.72-.472z"/><path fill="#fff100" d="M11.557 2.088c.51-.143 1.044.065 1.399.438 3.047 2.915 6.106 5.819 9.142 8.746.557.494.512 1.428-.029 1.916-2.922 2.918-5.839 5.842-8.761 8.76-.5.536-1.43.588-1.955.06-3.089-2.953-6.181-5.903-9.271-8.855-.551-.499-.508-1.427.035-1.915 2.827-2.852 5.682-5.68 8.515-8.526.263-.264.55-.54.925-.624m1.099 1.594c-.908 1.13-1.81 2.268-2.702 3.412.407 0 .814.005 1.22.005.002 1.106.004 2.213 0 3.32a1520.008 1520.008 0 0 0-5.387 5.387c.506.509 1.013 1.018 1.525 1.52 1.282-1.27 2.549-2.555 3.832-3.823.005 1.946-.004 3.893.004 5.839 1.118.005 2.237.004 3.355 0 0-4.081-.002-8.162.001-12.244.383 0 .766-.005 1.148-.006a167.447 167.447 0 0 0-2.996-3.41z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-merges-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.237 0h.622c.54.152 1.039.475 1.298.986 3.866 6.708 7.732 13.416 11.599 20.122.144.259.263.53.363.809v.588a2.148 2.148 0 0 1-1.371 1.494H1.39A2.12 2.12 0 0 1 0 22.556v-.705c.225-.565.55-1.081.853-1.605C4.552 13.82 8.252 7.396 11.954.97c.258-.502.754-.814 1.283-.971m.257 3.148C9.941 9.31 6.379 15.468 2.839 21.639c7.142.003 14.282.003 21.424 0-3.538-6.164-7.089-12.321-10.64-18.479l-.129-.014z"/><path fill="#fff" d="M13.494 3.147l.129.014c3.551 6.157 7.102 12.315 10.64 18.479-7.142.003-14.282.003-21.424 0 3.54-6.171 7.102-12.329 10.655-18.492m-.916 4.954c.026 1.336.096 2.677-.073 4.007-.167.685-.74 1.144-1.188 1.649-1.264 1.375-2.591 2.687-3.896 4.023.652.683 1.337 1.336 1.981 2.027 1.036-1.033 2.043-2.099 3.098-3.115.014 1.388-.005 2.777-.001 4.165.951.005 1.901-.001 2.852.004.003-4.251.019-8.502.023-12.751-.932.001-1.863-.019-2.796-.009z"/><path d="M12.578 8.102c.933-.009 1.864.011 2.796.009-.004 4.249-.02 8.5-.023 12.751-.951-.005-1.901.001-2.852-.004-.004-1.388.015-2.777.001-4.165-1.055 1.016-2.062 2.081-3.098 3.115-.644-.692-1.329-1.344-1.981-2.027 1.304-1.336 2.632-2.648 3.896-4.023.447-.504 1.021-.964 1.188-1.649.169-1.33.099-2.671.073-4.007z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-merges-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.374 1.376c.936-1.573 3.448-1.583 4.383 0 3.843 6.238 7.489 12.598 11.225 18.902v2.236c-.423.663-1.064 1.143-1.762 1.486H1.903c-.811-.42-1.635-1.003-1.902-1.926V21.4c.089-.504.063-1.057.361-1.497C4.038 13.73 7.602 7.49 11.375 1.375m1.934 1.797c-3.57 6.07-7.166 12.127-10.715 18.21 7.315.007 14.628.007 21.943 0A4135.477 4135.477 0 0 0 13.631 2.868c-.195-.064-.225.195-.322.304z"/><path fill="#fff" d="M13.309 3.172c.097-.109.127-.368.322-.304a4233.491 4233.491 0 0 1 10.906 18.514c-7.315.007-14.628.007-21.943 0 3.549-6.083 7.145-12.14 10.715-18.21m2.699 7.84c-.799.72-1.605 1.433-2.399 2.159a242.21 242.21 0 0 0-.001 2.088c.487-.459.964-.93 1.45-1.389.009 2.1-.001 4.199.006 6.3.634.003 1.267.004 1.901-.001.004-2.099-.002-4.198.003-6.297.489.458.964.929 1.452 1.388.003-.696.003-1.391 0-2.085-.799-.726-1.597-1.453-2.412-2.162m-6.986 1.428c-.347.599-.696 1.198-1.036 1.802.653-.17 1.31-.328 1.966-.492a780.682 780.682 0 0 0-3.154 5.463 92.65 92.65 0 0 0 1.641.944c1.054-1.814 2.103-3.631 3.15-5.45.186.644.371 1.289.561 1.933.353-.586.675-1.188 1.041-1.766-.298-1.051-.663-2.079-.999-3.119-1.058.219-2.118.432-3.169.684z"/><path fill="#030303" d="M16.008 11.012c.815.708 1.613 1.436 2.412 2.162.003.695.003 1.389 0 2.085-.487-.459-.963-.93-1.452-1.388-.004 2.099.002 4.198-.003 6.297-.634.006-1.267.004-1.901.002-.007-2.1.003-4.199-.006-6.3-.486.459-.963.93-1.45 1.389-.002-.696-.003-1.392.002-2.088.793-.726 1.599-1.438 2.398-2.159zM9.022 12.441c1.051-.252 2.111-.465 3.169-.684.335 1.039.701 2.068.999 3.118-.365.578-.687 1.181-1.041 1.766-.189-.644-.374-1.289-.561-1.933a1400.917 1400.917 0 0 1-3.15 5.45 85.999 85.999 0 0 1-1.641-.944 737.288 737.288 0 0 1 3.154-5.463c-.656.164-1.313.322-1.966.492.34-.604.689-1.203 1.036-1.802z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-left--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M11.046.642c.26-.422.755-.376 1.186-.364 3.869 3.782 7.796 7.521 11.494 11.471-.043.35.113.804-.22 1.053-2.571 2.481-5.023 5.144-7.642 7.535-1.449.587-2.365 2.128-3.617 3.091-.387-.012-.787.055-1.165-.058C7.546 19.857 4.038 16.312.496 12.801c-.347-.266-.171-.752-.22-1.122C1.285 10.514 2.557 9.6 3.48 8.362c2.377-2.701 5.083-5.109 7.567-7.72M.911 11.838c3.288 3.525 6.853 6.818 10.201 10.303.312.228.703.948 1.122.512 3.571-3.377 7.058-6.844 10.563-10.288.59-.402-.09-.908-.387-1.235C18.989 7.75 15.635 4.297 12.145.992l-.266.017C8.221 4.615 4.549 8.212.911 11.838z"/><path fill="#030303" d="M12.457 6.555c.651-.706 1.16-1.576 1.926-2.157.604.717 1.229 1.42 1.804 2.163l-.888.093c-.069 4.013.026 8.03-.046 12.043-.625.014-1.246.012-1.868-.003-.093-2.38.075-4.771-.084-7.148-.922.934-1.848 1.877-2.64 2.92-.078 1.408.026 2.819-.046 4.227-.622.014-1.243.014-1.865.003-.014-1.666-.11-3.348.046-5.005 1.397-1.761 3.053-3.308 4.502-5.031.153-.656.052-1.342.038-2.007-.22-.023-.659-.072-.879-.098z"/><path fill="#cdcdcd" d="M12.231.278c.168.003.506.014.674.02 3.6 3.597 7.2 7.197 10.797 10.797l.023.653C20.027 7.798 16.1 4.059 12.231.277z"/><path fill="#f5ae14" d="M.911 11.838c3.638-3.626 7.31-7.223 10.968-10.829l.266-.017c3.49 3.305 6.844 6.758 10.265 10.138.298.327.977.833.387 1.235-3.505 3.444-6.992 6.911-10.563 10.288-.419.437-.81-.283-1.122-.512C7.764 18.657 4.198 15.363.911 11.838m11.546-5.283c.22.026.659.075.879.098.014.665.116 1.35-.038 2.007-1.449 1.723-3.106 3.27-4.502 5.031-.156 1.657-.061 3.34-.046 5.005.622.012 1.243.012 1.865-.003.072-1.408-.032-2.819.046-4.227.792-1.044 1.718-1.987 2.64-2.92.159 2.377-.009 4.768.084 7.148.622.014 1.243.017 1.868.003.072-4.013-.023-8.03.046-12.043l.888-.093c-.575-.743-1.2-1.446-1.804-2.163-.766.581-1.275 1.452-1.926 2.157z"/><path fill="#cecece" d="M.275 11.679c.396-1.339 1.946-2.753 3.204-3.317C2.557 9.6 1.284 10.513.275 11.679z"/><path fill="#d6d6d6" d="M12.246 23.427c1.252-.963 2.169-2.504 3.617-3.091-1.125 1.047-2.082 2.851-3.617 3.091z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-merges-left-and-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.091 0h.676c.677.15 1.312.541 1.638 1.169 3.503 6.078 7.003 12.158 10.505 18.236.376.667.808 1.311 1.057 2.04v.635A2.47 2.47 0 0 1 25.056 24H1.931A2.45 2.45 0 0 1 0 22.138v-.684c.205-.685.611-1.28.959-1.896C4.49 13.427 8.02 7.296 11.553 1.167c.307-.605.911-.965 1.538-1.168M2.794 21.444c7.123.022 14.246.019 21.369.003A2225.961 2225.961 0 0 0 13.479 2.902 2170.685 2170.685 0 0 0 2.794 21.444z"/><path fill="#ffd100" d="M2.794 21.444A2182.077 2182.077 0 0 1 13.479 2.902a2225.961 2225.961 0 0 1 10.684 18.545c-7.123.016-14.246.019-21.369-.003m8.683-11.568c-.166.867.383 2.028-.45 2.633-1.743 1.747-3.499 3.484-5.227 5.246.392.392.774.796 1.178 1.176 1.499-1.489 2.977-3 4.489-4.478.013 1.94-.003 3.88.007 5.821 1.338.007 2.675.008 4.013-.001.007-1.939-.007-3.879.005-5.818 1.513 1.475 2.988 2.991 4.491 4.476.399-.386.786-.783 1.176-1.178-1.862-1.898-3.764-3.759-5.625-5.658-.116-.724-.005-1.48-.051-2.217-.662-.674-1.323-1.348-2.004-2.004a99.347 99.347 0 0 0-2.001 2.001z"/><path d="M11.477 9.876a99.347 99.347 0 0 1 2.001-2.001c.681.655 1.342 1.329 2.004 2.004.046.736-.065 1.493.051 2.217 1.861 1.898 3.763 3.759 5.625 5.658-.39.395-.777.793-1.176 1.178-1.503-1.486-2.978-3.001-4.491-4.476-.012 1.939.001 3.879-.005 5.818-1.338.009-2.675.008-4.013.001-.009-1.94.007-3.88-.007-5.821-1.511 1.478-2.989 2.989-4.489 4.478-.404-.38-.786-.783-1.178-1.176 1.729-1.762 3.484-3.499 5.227-5.246.833-.605.284-1.766.45-2.633z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-left-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#dcb71b" opacity=".86" d="M11.804 0h.418c.254.139.494.306.702.51 3.174 3.187 6.359 6.365 9.539 9.547.524.532 1.084 1.033 1.537 1.63v.601c-.304.505-.762.886-1.17 1.301-2.982 2.98-5.959 5.962-8.94 8.941-.506.5-.985 1.034-1.552 1.47h-.614c-.502-.314-.883-.773-1.301-1.183l-8.999-9.002C.936 13.321.408 12.856 0 12.287v-.469c.271-.559.768-.949 1.192-1.386 3.3-3.301 6.604-6.599 9.899-9.905.21-.21.451-.386.714-.527m-.111.304C7.938 3.896 4.328 7.654.62 11.302c-.365.284-.565.858-.181 1.214 3.648 3.673 7.318 7.328 10.975 10.992a.778.778 0 0 0 1.187.012c3.64-3.638 7.279-7.279 10.918-10.92.408-.332.324-.944-.066-1.253C19.849 7.751 16.251 4.148 12.648.549c-.235-.257-.623-.438-.954-.246z"/><path d="M11.694.304c.331-.192.719-.011.954.246 3.602 3.599 7.201 7.201 10.805 10.798.39.308.474.92.066 1.253-3.638 3.641-7.278 7.282-10.918 10.92a.778.778 0 0 1-1.187-.012C7.756 19.845 4.087 16.19.439 12.517c-.384-.356-.184-.93.181-1.214C4.328 7.655 7.938 3.897 11.694.305m.114.331C8.1 4.247 4.475 7.954.802 11.603c-.526.392.028.871.352 1.165 3.508 3.492 6.998 7.002 10.504 10.498.208.283.574.215.764-.046 3.613-3.626 7.241-7.24 10.854-10.865.292-.209.178-.575-.066-.767C19.633 8.006 16.05 4.429 12.474.846c-.172-.166-.426-.4-.665-.21z"/><path d="M13.633 9.846c.811-1.309 1.786-2.52 2.665-3.786.852 1.178 1.715 2.35 2.554 3.538.204.208.146.617-.17.665-.478-.029-.929-.22-1.392-.331-.004 2.351-.001 4.702-.004 7.052h-2c-.001-1.217 0-2.434.002-3.65a10.346 10.346 0 0 1-1.747 2.196c-.228-.216-.456-.43-.685-.644 1.301-1.3 2.602-3.008 2.431-4.945-.509.044-1.529.742-1.654-.094zM3.17 10.78c2.003-.301 4.049-.065 6.07-.139 1.081.03 2.171-.078 3.245.082-.083.877.124 1.75.058 2.629-.406 0-.811 0-1.217.002-.029-.434-.238-.988-.766-.95-.524-.017-.709.542-.728.971-1.2.005-2.399 0-3.599.002a14.31 14.31 0 0 0-.152-.769c-.101.347.046.872-.392 1.013-.474.209-.976-.391-.688-.821.202-.365.661-.184.992-.281-.646-.358-1.328.154-1.243.862-.682-.007-1.363-.002-2.045-.005-.197-.929.335-1.715.466-2.596m.092 1c.738.096 1.937.41 2.185-.577-.737.079-1.951-.431-2.185.577m2.486-.601c-.118.215-.229.433-.338.653.769-.04 1.961.404 2.202-.631-.62-.038-1.243-.025-1.864-.022m1.966.005c-.005.224-.007.449-.006.673.286.005.571.006.858.005.002-.228.002-.455 0-.682a34.546 34.546 0 0 0-.852.004m1.299-.001a17.5 17.5 0 0 0-.312.667c.612.02 1.224.018 1.836.007.115-.22.226-.442.332-.665a32.82 32.82 0 0 0-1.856-.01m2.524.106l.001.896.86-.001c-.037-.299-.076-.596-.114-.895a93.25 93.25 0 0 0-.748 0m-.189.987c.02-.332.024-.666.016-1-.286.311-.605.817-.016 1z"/><path d="M10.252 12.63c.316-.254.836-.036.892.36.09.409-.361.792-.75.634-.419-.126-.511-.755-.142-.994z"/><path fill="#ffd520" d="M11.808.636c.239-.19.493.044.665.21 3.576 3.583 7.159 7.16 10.736 10.742.244.192.358.558.066.767-3.613 3.625-7.241 7.238-10.854 10.865-.191.26-.557.329-.764.046C8.152 19.77 4.661 16.26 1.153 12.768c-.324-.294-.877-.773-.352-1.165C4.474 7.954 8.099 4.247 11.807.636m1.826 9.21c.125.835 1.145.138 1.654.094.17 1.937-1.13 3.646-2.431 4.945.229.215.457.428.685.644a10.315 10.315 0 0 0 1.747-2.196c-.002 1.217-.004 2.434-.002 3.65h2c.002-2.351 0-4.702.004-7.052.463.112.914.302 1.392.331.317-.048.374-.457.17-.665-.839-1.188-1.702-2.359-2.554-3.538-.88 1.266-1.854 2.477-2.665 3.786M3.17 10.78c-.131.881-.662 1.667-.466 2.596.682.002 1.363-.002 2.045.005-.085-.708.598-1.219 1.243-.862-.331.097-.791-.084-.992.281-.288.43.214 1.03.688.821.438-.14.292-.666.392-1.013.059.254.108.512.152.769 1.2-.002 2.399.002 3.599-.002.019-.428.204-.988.728-.971.528-.037.737.516.766.95.406-.002.811-.002 1.217-.002.066-.88-.14-1.752-.058-2.629-1.074-.16-2.164-.052-3.245-.082-2.021.074-4.067-.162-6.07.139m7.083 1.85c-.37.239-.277.868.142.994.389.158.84-.224.75-.634-.055-.396-.576-.614-.892-.36z"/><path fill="#ffd520" d="M3.263 11.78c.234-1.008 1.448-.498 2.185-.577-.248.988-1.447.673-2.185.577zM5.749 11.179c.62-.004 1.243-.017 1.864.022-.241 1.036-1.433.592-2.202.631.109-.22.221-.438.338-.653zM7.715 11.184c.283-.005.568-.006.852-.004.002.227.002.454 0 .682-.287.001-.572 0-.858-.005-.001-.224.001-.449.006-.673zM9.014 11.183a31.046 31.046 0 0 1 1.856.01c-.107.223-.217.445-.332.665-.612.011-1.224.013-1.836-.007a17.5 17.5 0 0 1 .312-.667zM11.538 11.288h.748c.038.299.077.596.114.895l-.86.001-.001-.896zM11.348 12.275c-.589-.182-.27-.689.016-1 .008.334.005.667-.016 1z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.289 1.019c.624-.109 1.262.148 1.688.604 3.065 3.056 6.121 6.12 9.186 9.176.766.625.943 1.889.205 2.604a8191.695 8191.695 0 0 1-10.002 9.563c-.686.661-1.873.594-2.524-.084-3.157-3.167-6.325-6.322-9.481-9.488-.65-.667-.613-1.844.09-2.46 3.248-3.114 6.506-6.217 9.76-9.325.292-.295.658-.535 1.078-.589m-.249.338c-.326.125-.575.38-.824.613-3.188 3.055-6.391 6.092-9.572 9.152-.624.539-.625 1.58-.031 2.142 3.144 3.138 6.284 6.281 9.424 9.424.569.599 1.621.635 2.2.028 3.294-3.148 6.589-6.295 9.886-9.442.624-.558.582-1.613-.034-2.161-3.09-3.109-6.197-6.204-9.296-9.304-.437-.467-1.141-.689-1.751-.452z"/><path fill="#231f20" d="M12.152 1.715c.641-.161 1.327.083 1.771.56 2.904 2.896 5.806 5.795 8.699 8.701.676.625.722 1.802.032 2.435-3.088 2.956-6.181 5.906-9.269 8.862-.664.672-1.843.628-2.489-.046-2.939-2.946-5.887-5.881-8.825-8.828-.654-.635-.653-1.8.036-2.41C5.109 8.11 8.12 5.241 11.126 2.367c.289-.286.614-.568 1.025-.653m.121.36c-.382.073-.667.359-.94.614C8.35 5.549 5.35 8.393 2.374 11.26c-.544.474-.54 1.38-.03 1.877 2.939 2.94 5.878 5.881 8.819 8.82.502.534 1.434.575 1.955.044 3.088-2.954 6.182-5.903 9.271-8.856.538-.498.496-1.41-.034-1.897-2.868-2.893-5.761-5.762-8.638-8.647-.36-.398-.905-.649-1.446-.527z"/><path fill="#231f20" d="M11.794 3.679c.926 1.12 1.817 2.269 2.713 3.414l-1.205.005a308.768 308.768 0 0 0 0 3.334c1.79 1.793 3.592 3.574 5.371 5.377-.5.511-1.008 1.015-1.519 1.516-1.286-1.273-2.555-2.566-3.846-3.835-.005 1.951 0 3.901-.001 5.852-1.111.005-2.222.004-3.334 0-.002-4.08.004-8.161-.002-12.242l-1.158-.007c.977-1.151 1.984-2.279 2.981-3.413z"/><path fill="#fff100" d="M12.04 1.358c.61-.236 1.314-.014 1.751.452 3.1 3.1 6.206 6.194 9.296 9.304.616.548.658 1.603.034 2.161-3.296 3.146-6.592 6.294-9.886 9.442-.578.607-1.631.571-2.2-.028-3.139-3.143-6.28-6.286-9.424-9.424-.594-.562-.593-1.603.031-2.142 3.181-3.06 6.384-6.097 9.572-9.152.25-.233.498-.488.824-.613m.114.357c-.41.085-.736.367-1.025.653C8.121 5.242 5.11 8.111 2.108 10.99c-.689.61-.69 1.775-.036 2.41 2.938 2.947 5.886 5.882 8.825 8.828.646.673 1.825.718 2.489.046 3.088-2.956 6.181-5.906 9.269-8.862.69-.632.643-1.81-.032-2.435a3243.695 3243.695 0 0 0-8.699-8.701c-.444-.478-1.13-.721-1.771-.56z"/><path fill="#fff100" d="M12.272 2.074c.541-.122 1.086.128 1.446.527 2.876 2.885 5.77 5.754 8.638 8.647.529.487.571 1.399.034 1.897-3.089 2.953-6.184 5.902-9.271 8.856-.521.53-1.453.49-1.955-.044-2.941-2.939-5.88-5.88-8.819-8.82-.51-.497-.514-1.403.03-1.877 2.976-2.867 5.976-5.711 8.958-8.572.272-.256.558-.541.94-.614m-.479 1.605c-.997 1.134-2.004 2.262-2.981 3.413l1.158.007c.006 4.081 0 8.162.002 12.242 1.111.004 2.222.005 3.334 0 .001-1.951-.004-3.901.001-5.852 1.291 1.27 2.56 2.562 3.846 3.835.511-.5 1.019-1.004 1.519-1.516-1.78-1.804-3.581-3.584-5.371-5.377a308.768 308.768 0 0 1 0-3.334l1.205-.005c-.896-1.145-1.787-2.294-2.713-3.414z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-merges-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.399 0h.44c.5.142.971.428 1.215.903 3.937 6.794 7.856 13.598 11.791 20.395.166.292.307.597.427.912v.406c-.146.668-.641 1.22-1.313 1.384H1.334c-.671-.14-1.162-.685-1.335-1.334v-.43c.104-.295.224-.584.375-.856C4.326 14.555 8.264 7.719 12.217.895c.24-.464.697-.743 1.181-.896m.154 1.366C9.469 8.41 5.362 15.445 1.346 22.526c.446.15.92.083 1.381.093h21.955c.415-.005.844.053 1.24-.1-3.885-6.871-7.895-13.673-11.819-20.523-.146-.239-.26-.536-.551-.631z"/><path fill="#fff" d="M13.552 1.365c.29.095.405.393.551.631 3.923 6.85 7.934 13.651 11.819 20.523-.395.153-.825.094-1.24.1H2.727c-.461-.01-.935.057-1.381-.093C5.362 15.445 9.469 8.41 13.552 1.365m-2.377 5.423c-.003 4.919-.001 9.836 0 14.753h2.461c.001-1.878-.004-3.757.001-5.635 1.064 1.055 2.12 2.116 3.179 3.177.577-.586 1.159-1.167 1.741-1.745-1.636-1.645-3.286-3.274-4.923-4.919 0-1.878.003-3.754 0-5.632h-2.46z"/><path d="M11.175 6.788h2.46c.003 1.878 0 3.754 0 5.632 1.636 1.645 3.286 3.274 4.923 4.919-.582.578-1.165 1.159-1.741 1.745-1.058-1.061-2.115-2.122-3.179-3.177-.005 1.878 0 3.757-.001 5.635h-2.461c-.001-4.917-.003-9.835 0-14.753z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#bd6000" opacity=".79" d="M11.731 0h.516c.492.187.827.604 1.19.962l9.54 9.54c.371.379.802.725 1.022 1.222v.529c-.188.49-.608.82-.964 1.183l-9.6 9.6c-.358.355-.69.76-1.164.964h-.512c-.239-.107-.47-.235-.654-.425-3.557-3.563-7.118-7.123-10.68-10.681-.2-.192-.332-.44-.426-.7v-.386c.142-.499.554-.83.905-1.183l9.6-9.6c.38-.372.727-.803 1.226-1.025m-.06.277c-.186.077-.331.221-.475.355C7.657 4.176 4.113 7.714.574 11.257c-.424.347-.464 1.046-.049 1.415 3.601 3.601 7.204 7.201 10.802 10.804.344.385 1.002.386 1.348.004l10.807-10.802c.413-.373.372-1.074-.053-1.421C19.871 7.692 16.309 4.13 12.745.571A.999.999 0 0 0 11.67.278z"/><path d="M11.67.277a.995.995 0 0 1 1.075.293c3.564 3.559 7.126 7.121 10.684 10.686.425.347.466 1.048.053 1.421L12.675 23.479c-.346.383-1.003.382-1.348-.004C7.728 19.873 4.126 16.273.525 12.671c-.415-.368-.374-1.068.049-1.415C4.113 7.714 7.658 4.175 11.195.631c.144-.134.289-.278.475-.355m.022.372C8.052 4.207 4.485 7.847.87 11.435c-.313.233-.433.722-.107 1.001 3.599 3.601 7.199 7.202 10.801 10.801.248.287.709.232.935-.053 3.577-3.584 7.163-7.16 10.74-10.745.294-.251.242-.716-.048-.947-3.559-3.563-7.12-7.124-10.684-10.684-.196-.229-.553-.355-.816-.161z"/><path d="M9.197 4.21c.864 1.064 1.661 2.221 2.405 3.377-.139.708-1.016.098-1.474.073-.032 1.282.089 2.674.965 3.686.522.696 1.336 1.061 1.988 1.612a5.702 5.702 0 0 1 2.38 4.19c.044.78.018 1.562.019 2.344-.568.008-1.135.008-1.703 0-.02-1.339.161-2.79-.605-3.978-.685-1.23-2.12-1.675-3.056-2.665-.006 2.214.006 4.429-.005 6.643-.58.008-1.158.008-1.738 0-.013-3.95.006-7.902-.01-11.852-.426.095-.839.252-1.274.299-.235-.059-.347-.364-.17-.542.744-1.073 1.534-2.113 2.278-3.186z"/><path fill="#ef7b00" d="M11.692.648c.263-.194.62-.068.816.161 3.564 3.559 7.124 7.121 10.684 10.684.29.23.342.696.048.947-3.577 3.584-7.163 7.16-10.74 10.745-.226.284-.686.34-.935.053-3.602-3.599-7.202-7.2-10.801-10.801-.326-.278-.206-.768.107-1.001C4.485 7.848 8.053 4.208 11.693.649M9.197 4.21c-.744 1.073-1.534 2.113-2.278 3.186-.176.179-.065.484.17.542.436-.047.848-.204 1.274-.299.016 3.95-.004 7.902.01 11.852.58.008 1.158.008 1.738 0 .011-2.214-.001-4.429.005-6.643.936.99 2.371 1.435 3.056 2.665.766 1.188.584 2.639.605 3.978.568.008 1.135.008 1.703 0-.001-.781.025-1.564-.019-2.344a5.697 5.697 0 0 0-2.38-4.19c-.653-.551-1.466-.916-1.988-1.612-.876-1.013-.997-2.405-.965-3.686.457.025 1.334.635 1.474-.073-.744-1.156-1.541-2.312-2.405-3.377z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-merges-right-buses--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#dcb71b" opacity=".86" d="M11.81 0h.408c.551.27.937.756 1.366 1.176 3.04 3.041 6.079 6.082 9.119 9.121.45.449.922.882 1.297 1.398v.589c-.283.487-.721.85-1.111 1.246l-9.18 9.18c-.445.445-.87.918-1.381 1.29h-.602c-.48-.295-.845-.732-1.242-1.123l-9.179-9.182c-.452-.456-.941-.883-1.304-1.417v-.454c.248-.541.726-.914 1.132-1.331C4.474 7.151 7.816 3.811 11.153.468A2.73 2.73 0 0 1 11.812 0m-.12.302C7.941 3.897 4.326 7.652.621 11.301c-.367.282-.566.859-.182 1.216 3.65 3.671 7.319 7.327 10.976 10.991.298.37.883.38 1.188.012l10.916-10.919c.372-.305.354-.888-.008-1.192C19.893 7.786 16.269 4.171 12.65.55c-.234-.263-.625-.437-.958-.248z"/><path d="M11.692.302c.332-.188.724-.014.958.248 3.619 3.62 7.243 7.236 10.861 10.859.362.304.38.887.008 1.192L12.603 23.52a.776.776 0 0 1-1.188-.012C7.757 19.844 4.089 16.188.439 12.517c-.384-.356-.185-.934.182-1.216C4.327 7.652 7.941 3.897 11.692.302m.114.333C8.139 4.207 4.559 7.878.918 11.481c-.251.21-.529.596-.18.862 3.634 3.646 7.278 7.282 10.916 10.922.179.24.522.26.703.012 3.641-3.637 7.28-7.278 10.918-10.92.293-.209.181-.577-.066-.768C19.631 8.007 16.049 4.43 12.473.847c-.17-.168-.428-.402-.667-.211z"/><path d="M7.724 6.061a248.536 248.536 0 0 1 2.567 3.581c.204.21.076.622-.232.622-.451-.047-.878-.216-1.318-.322-.176 1.934 1.128 3.644 2.429 4.942-.227.214-.454.427-.679.643-.688-.632-1.256-1.379-1.747-2.171-.012 1.21.001 2.419-.005 3.629a666 666 0 0 0-1.999 0c-.005-2.351.001-4.7-.006-7.05-.446.107-.881.274-1.338.331-.335.005-.457-.444-.229-.66.841-1.189 1.706-2.363 2.557-3.545zM11.537 10.718c2.306-.176 4.63-.031 6.943-.078.8.013 1.619-.071 2.401.151.073.887.664 1.652.438 2.585-.684 0-1.368-.002-2.052.002-.007-.425-.169-.968-.685-.967-.54-.054-.8.502-.788.964-1.199.002-2.399-.001-3.599.002-.008-.442-.221-1.009-.755-.974-.512-.018-.719.517-.726.947-.41.002-.82.002-1.229.001-.076-.881.149-1.754.052-2.633m1.613.477c.108.222.22.44.335.659a31.97 31.97 0 0 0 1.832-.001c-.101-.227-.197-.454-.31-.674-.619-.001-1.238-.013-1.858.017m2.308-.014a38.42 38.42 0 0 0 0 .679c.287.001.572 0 .859-.004 0-.224-.002-.449-.006-.673a30.319 30.319 0 0 0-.853-.002m.96.022c.121.222.245.442.37.661.607-.004 1.214.011 1.82-.023-.187-1.067-1.43-.576-2.19-.638m2.177-.004c.118.222.233.446.356.665.611-.002 1.223.013 1.832-.025-.202-1.057-1.426-.572-2.189-.64m-6.853.09l-.112.894.857.001.004-.896-.749.001m.924.004c-.01.302-.01.605-.01.907l.368-.064c.072-.338-.173-.595-.359-.844z"/><path d="M13.122 12.62c.575-.436 1.247.523.66.923-.581.479-1.297-.53-.66-.923zM18.26 12.594c.661-.408 1.211.738.506 1.014-.626.317-1.133-.704-.506-1.014z"/><path fill="#ffd520" d="M11.806.635c.239-.191.497.043.667.211 3.576 3.583 7.158 7.16 10.736 10.742.247.191.359.559.066.768-3.637 3.642-7.277 7.283-10.918 10.92-.181.248-.524.228-.703-.012C8.016 19.623 4.371 15.987.738 12.342c-.349-.265-.071-.652.18-.862C4.559 7.878 8.138 4.207 11.806.634M7.724 6.061c-.851 1.182-1.716 2.356-2.557 3.545-.228.216-.106.665.229.66.457-.058.892-.224 1.338-.331.007 2.35.001 4.699.006 7.05a666 666 0 0 1 1.999 0c.006-1.21-.007-2.419.005-3.629.491.792 1.06 1.538 1.747 2.171.226-.216.452-.43.679-.643-1.301-1.297-2.605-3.007-2.429-4.942.439.106.866.275 1.318.322.307 0 .436-.412.232-.622a254.224 254.224 0 0 0-2.567-3.581m3.813 4.657c.097.878-.127 1.752-.052 2.633.409.001.818.001 1.229-.001.007-.43.214-.965.726-.947.534-.035.746.533.755.974 1.2-.004 2.4 0 3.599-.002-.012-.462.248-1.018.788-.964.516-.001.678.542.685.967.684-.005 1.368-.002 2.052-.002.226-.932-.365-1.698-.438-2.585-.782-.222-1.601-.138-2.401-.151-2.314.047-4.637-.098-6.943.078m1.585 1.902c-.637.392.079 1.402.66.923.587-.4-.085-1.358-.66-.923m5.138-.026c-.626.31-.12 1.331.506 1.014.704-.276.155-1.422-.506-1.014z"/><path fill="#ffd520" d="M13.15 11.195c.619-.03 1.238-.018 1.858-.017.113.221.209.448.31.674-.611.019-1.222.017-1.832.001a22.624 22.624 0 0 1-.335-.659zM15.457 11.182c.284-.002.569-.002.853.002.004.224.006.449.006.673-.287.004-.572.005-.859.004a38.42 38.42 0 0 1 0-.679zM16.417 11.204c.76.062 2.003-.428 2.19.638-.606.034-1.213.019-1.82.023-.125-.22-.248-.439-.37-.661zM18.594 11.2c.763.067 1.987-.418 2.189.64-.61.038-1.222.023-1.832.025-.124-.218-.239-.443-.356-.665zM11.74 11.29l.749-.001-.004.896-.857-.001.112-.894zM12.664 11.294c.186.248.431.505.359.844l-.368.064c0-.302 0-.605.01-.907z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-queues-likely--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.197 0h.578c.682.143 1.319.541 1.651 1.168 3.622 6.278 7.24 12.559 10.864 18.836.289.48.569.972.71 1.519v.47c-.127.685-.496 1.351-1.123 1.692-.594.363-1.313.285-1.977.289-6.967-.001-13.933-.002-20.9 0-.634.002-1.318.058-1.884-.286C.519 23.364.16 22.743 0 22.101v-.586c.152-.673.555-1.241.888-1.832C4.46 13.49 8.028 7.294 11.605 1.103 11.934.509 12.551.15 13.197 0m.279 2.888C9.92 9.08 6.324 15.249 2.786 21.451c7.14.004 14.281.001 21.421.001-3.408-5.969-6.87-11.908-10.292-17.871a6.42 6.42 0 0 0-.439-.693z"/><path fill="#ffd100" d="M13.476 2.888c.158.224.311.451.439.693 3.422 5.963 6.884 11.902 10.292 17.871-7.14 0-14.281.003-21.421-.001C6.324 15.249 9.92 9.08 13.476 2.888m-3.414 9.072c-.486.511-.631 1.265-1.125 1.782-.597.749.103 1.639-.01 2.464-.079.422.339.845.762.678.398-.118.393-.587.396-.923.358-.002.717-.002 1.076.002.194.676.253 1.372.318 2.062.404.729 1.34.05 1.099-.637.358-.003.717-.002 1.076.001.125.601.313 1.193.266 1.816-.028.456.579.738.917.439.268-.189.21-.548.234-.831h3.497c.012.318-.024.746.333.896.396.215.899-.164.822-.606-.133-.828.57-1.687.026-2.455-.48-.527-.676-1.236-1.105-1.795-.558-.31-1.239-.282-1.862-.322-.297-.426-.382-1.129-.967-1.254-.497-.126-1.011-.162-1.522-.17-.305-.44-.401-1.172-1.022-1.268-1.052-.211-2.192-.251-3.209.121z"/><path fill="#ffd100" d="M10.438 12.454c.92-.257 1.902-.213 2.828-.008.126.229.248.46.367.692-1.225.345-2.486.299-3.749.28.187-.317.295-.7.554-.964zM12.885 13.878c.923-.213 1.905-.253 2.823.002.213.16.283.459.419.686-1.226.339-2.486.301-3.75.278.163-.325.335-.646.508-.966zM15.712 15.232a5.887 5.887 0 0 1 2.554.079c.168.321.339.64.506.961-1.301.002-2.602.003-3.903 0 .255-.361.308-1.005.843-1.04z"/><path d="M10.062 11.96c1.017-.372 2.157-.332 3.209-.121.621.096.717.828 1.022 1.268.511.008 1.025.044 1.522.17.585.125.67.828.967 1.254.623.04 1.304.012 1.862.322.429.559.625 1.268 1.105 1.795.544.768-.159 1.627-.026 2.455.077.442-.426.821-.822.606-.357-.15-.321-.578-.333-.896h-3.497c-.024.283.034.642-.234.831-.338.299-.945.017-.917-.439.047-.623-.141-1.215-.266-1.816a64.332 64.332 0 0 0-1.076-.001c.241.687-.695 1.366-1.099.637-.065-.69-.124-1.386-.318-2.062a64.342 64.342 0 0 0-1.076-.002c-.003.336.002.805-.396.923-.423.167-.841-.256-.762-.678.113-.825-.587-1.715.01-2.464.494-.517.639-1.271 1.125-1.782m.376.494c-.259.264-.367.647-.554.964 1.263.019 2.524.065 3.749-.28a26.948 26.948 0 0 0-.367-.692c-.926-.205-1.908-.249-2.828.008m2.447 1.424c-.173.32-.345.641-.508.966 1.264.023 2.524.061 3.75-.278-.136-.227-.206-.526-.419-.686-.918-.255-1.9-.215-2.823-.002m2.827 1.354c-.535.035-.588.679-.843 1.04 1.301.003 2.602.002 3.903 0-.167-.321-.338-.64-.506-.961a5.887 5.887 0 0 0-2.554-.079z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-queues-likely--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d40000" d="M13.319 0h.54c.567.123 1.077.473 1.345.995C19.1 7.732 22.99 14.472 26.885 21.209c.141.248.24.516.315.79v.427A1.932 1.932 0 0 1 25.691 24H1.527C.764 23.869.153 23.249 0 22.495v-.538c.076-.26.172-.515.306-.751C4.216 14.448 8.115 7.684 12.027.927c.264-.49.76-.802 1.292-.927m-.787 1.832C8.704 8.468 4.863 15.098 1.034 21.734c-.344.496-.033 1.22.539 1.363.494.158 1.017.103 1.527.102h21c.509.002 1.031.056 1.525-.103.559-.153.883-.864.532-1.358-3.899-6.761-7.812-13.515-11.714-20.275-.187-.377-.599-.657-1.031-.556-.462.092-.665.56-.88.925z"/><path fill="#febe0b" d="M12.532 1.832c.215-.365.418-.833.88-.925.432-.101.844.179 1.031.556 3.902 6.76 7.815 13.514 11.714 20.275.351.494.027 1.205-.532 1.358-8.017.007-16.035.005-24.052.001-.572-.143-.883-.867-.539-1.363 3.829-6.636 7.67-13.266 11.498-19.902m1.362 9.322c-.136.485-.265.972-.391 1.46.139-.002.278-.002.418-.001.076-.374.155-.749.225-1.125 1.643-.017 3.286-.006 4.928-.006.089.429.172.859.264 1.288-1.035.009-2.07-.001-3.104.005.309.794.236 1.804.907 2.408-.006.384-.002.768.003 1.151.579 0 1.157-.003 1.735.001l.003.97c.323.003.646.003.969 0 .001-.319.002-.637.001-.955l.323-.034c.003-.961.003-1.921 0-2.882-.61-.586-.546-1.528-.841-2.278-1.814-.006-3.627-.003-5.44-.002m-3.74 1.596c-.107.386-.211.773-.308 1.162.142-.001.284 0 .425.002.055-.27.11-.54.163-.811 1.79-.006 3.579-.003 5.369-.002.098.47.192.941.283 1.412-1.008.002-2.016-.003-3.024.002.283.75.223 1.691.873 2.245.072.539.006 1.089.03 1.631.542.005 1.084-.001 1.626.004l.003 1.056c.352.004.704.004 1.057 0 .001-.345.003-.689-.001-1.034l.354-.038c.002-1.052.007-2.104-.003-3.156-.672-.626-.587-1.664-.916-2.476-1.977.001-3.954-.004-5.931.003m-4.028 1.298c-.372.907-.266 2.084-1.029 2.774-.012 1.19-.004 2.379-.004 3.569l.398.018c-.005.394-.002.788-.001 1.182.397.004.794.004 1.19.001-.001-.397.001-.794.001-1.19 1.854-.003 3.707-.003 5.561 0-.001.396.001.793.001 1.189.396.004.793.004 1.19 0 .001-.394.003-.787-.001-1.18l.399-.021c-.001-1.189.006-2.378-.004-3.567-.769-.688-.655-1.87-1.032-2.776-2.223 0-4.446-.002-6.669.001z"/><path fill="#febe0b" d="M6.443 14.449c2.012-.004 4.024-.003 6.036 0 .108.527.217 1.055.315 1.585-2.222-.003-4.445.003-6.667-.003.102-.528.208-1.055.316-1.582z"/><path d="M13.894 11.154c1.813-.001 3.626-.004 5.44.002.295.75.231 1.692.841 2.278.003.961.003 1.921 0 2.882l-.323.034c.001.318 0 .636-.001.955-.323.003-.646.003-.969 0l-.003-.97c-.578-.004-1.156-.001-1.735-.001a40.138 40.138 0 0 1-.003-1.151c-.671-.604-.598-1.614-.907-2.408 1.034-.006 2.069.004 3.104-.005-.092-.429-.175-.859-.264-1.288-1.642 0-3.285-.011-4.928.006-.07.376-.149.751-.225 1.125-.14-.001-.279-.001-.418.001.126-.488.255-.975.391-1.46z"/><path d="M10.154 12.75c1.977-.007 3.954-.002 5.931-.003.329.812.244 1.85.916 2.476.01 1.052.005 2.104.003 3.156l-.354.038c.004.345.002.689.001 1.034-.353.004-.705.004-1.057 0l-.003-1.056c-.542-.005-1.084.001-1.626-.004-.024-.542.042-1.092-.03-1.631-.65-.554-.59-1.495-.873-2.245 1.008-.005 2.016 0 3.024-.002a97.916 97.916 0 0 0-.283-1.412c-1.79-.001-3.579-.004-5.369.002-.053.271-.108.541-.163.811-.141-.002-.283-.003-.425-.002.097-.389.201-.776.308-1.162z"/><path d="M6.126 14.048c2.223-.003 4.446-.001 6.669-.001.377.906.263 2.088 1.032 2.776.01 1.189.003 2.378.004 3.567l-.399.021c.004.393.002.786.001 1.18-.397.004-.794.004-1.19 0 0-.396-.002-.793-.001-1.189-1.854-.003-3.707-.003-5.561 0 0 .396-.002.793-.001 1.19-.396.003-.793.003-1.19-.001-.001-.394-.004-.788.001-1.182l-.398-.018c0-1.19-.008-2.379.004-3.569.763-.69.657-1.867 1.029-2.774m.317.401c-.108.527-.214 1.054-.316 1.582 2.222.006 4.445 0 6.667.003-.098-.53-.207-1.058-.315-1.585a1734.92 1734.92 0 0 0-6.036 0z"/><path fill="#a91400" opacity=".78" d="M1.573 23.097c8.017.004 16.035.006 24.052-.001-.494.159-1.016.105-1.525.103h-21c-.51.001-1.033.056-1.527-.102z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-queues-likely--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ff0" d="M13.576 0h.418c.364.143.667.409.851.755 3.966 6.868 7.937 13.733 11.904 20.6.259.457.55.899.751 1.386v.528c-.162.396-.537.633-.94.731H.76a1.248 1.248 0 0 1-.76-.746v-.43c.18-.468.458-.888.705-1.322L12.687.778c.195-.355.512-.628.889-.778m-.033.548c-.208.118-.351.319-.477.517C8.917 8.25 4.765 15.434.615 22.618c-.174.255-.173.67.143.813.332.124.696.066 1.042.079 8.17-.01 16.339.003 24.509-.007.502.085.878-.446.572-.873-4.134-7.196-8.302-14.374-12.447-21.565-.179-.294-.498-.737-.891-.517z"/><path fill="#ff0" d="M13.13 4.832c.188-.321.338-.67.595-.945 3.4 5.911 6.772 11.839 10.159 17.759-6.795-.002-13.591.018-20.386.013C6.706 16.048 9.92 10.442 13.13 4.832m-.319 2.663c-.179.317-.244.695-.499.969-.008.249-.01.497-.011.746l.19.134-.006.596h.403l.001-.633h1.767v.633h.362l-.008-.604.206-.137.014-.799-.21-.14c-.069-.25-.118-.512-.248-.74-.64-.115-1.313-.072-1.961-.025m-2.241 2.78c-.192.329-.247.733-.528 1.009-.012.347-.055.723.182 1.011.004.178.006.355.007.533l.42.009.003-.663h1.853l.002.66.377-.001-.003-.65.212-.119.016-.843-.212-.12c-.078-.276-.129-.567-.279-.815-.673-.094-1.374-.078-2.05-.011m3.568.98c-.338.289-.358.818-.537 1.214l-.284.151c-.012.422-.011.844-.002 1.266l.275.16c-.004.309-.003.618-.003.927l.609.001.001-.961h2.68v.96h.546c-.001-.321 0-.643-.003-.964l.301-.122c.018-.43.021-.861.021-1.291l-.299-.114c-.169-.405-.107-1.053-.566-1.247-.909-.027-1.834-.062-2.739.02M8.08 15.432l-.33.123c.081.59-.321 1.476.325 1.817l.001 1.134.756.001V17.32h3.327v1.186h.676c0-.404.001-.809-.001-1.213.119-.036.238-.074.356-.115.05-.547.046-1.097.034-1.646l-.351-.088c-.215-.505-.147-1.238-.643-1.559-1.004-.107-2.026-.014-3.037-.047-.88-.099-.813 1.039-1.113 1.594m6.027 1.728c-.557.11-.396.723-.418 1.14.013.411-.119.988.404 1.128.002.444.001.888.002 1.332h.877v-1.373h3.856l.001 1.373h.783c0-.464.002-.928-.003-1.393.153-.076.421-.081.43-.304.056-.569.023-1.143.03-1.714-.948-.196-.353-1.726-1.27-1.975-1.165-.05-2.334-.007-3.501-.021-.948-.034-.834 1.201-1.191 1.807z"/><path fill="#ff0" d="M12.747 8.336c.027-.279.068-.672.45-.601.546.07 1.67-.314 1.562.602-.671.005-1.342.006-2.012-.001zM10.512 11.155c.045-.218-.008-.591.299-.618.516-.029 1.04-.044 1.555.013.288.037.199.402.249.606-.701.005-1.402.008-2.103-.001zM14.02 12.544c.016-.321-.047-.85.394-.9.748-.025 1.505-.046 2.251.014.431.062.316.581.34.887-.995.002-1.99.004-2.985-.001zM8.624 15.492c-.001-.403-.069-1.051.477-1.12.93-.024 1.87-.053 2.798.018.533.08.392.72.409 1.103-1.228-.001-2.456.002-3.684-.001zM15.243 15.975c.883-.07 1.774-.006 2.66-.031.371.01.887-.027 1.062.385.064.31.029.63.033.945l-4.263-.001c-.004-.46-.095-1.181.508-1.298z"/><path fill="#e3001b" d="M13.543.548c.393-.22.712.223.891.517 4.145 7.191 8.313 14.369 12.447 21.565.306.427-.07.958-.572.873-8.17.01-16.339-.003-24.509.007-.346-.013-.71.045-1.042-.079-.316-.143-.317-.558-.143-.813C4.765 15.434 8.917 8.25 13.066 1.065c.126-.198.269-.399.477-.517m-.413 4.284c-3.21 5.61-6.424 11.216-9.632 16.827 6.795.005 13.591-.015 20.386-.013-3.387-5.92-6.759-11.848-10.159-17.759-.257.275-.407.624-.595.945z"/><path d="M12.811 7.495c.648-.047 1.321-.09 1.961.025.13.228.179.49.248.74l.21.14-.014.799-.206.137.008.604h-.362v-.633h-1.767l-.001.633h-.403l.006-.596-.19-.134c.001-.249.003-.497.011-.746.255-.274.32-.652.499-.969m-.064.841c.67.007 1.341.006 2.012.001.108-.916-1.016-.532-1.562-.602-.382-.071-.423.322-.45.601m-.313.398c.116.367.384.351.527.016l-.261-.147-.266.131m2.298-.101c-.319.187.004.507.275.371.063-.191-.029-.481-.275-.371zM10.57 10.275c.676-.067 1.377-.083 2.05.011.15.248.201.539.279.815l.212.12-.016.843-.212.119.003.65-.377.001-.002-.66h-1.853l-.003.663-.42-.009a31.574 31.574 0 0 0-.007-.533c-.237-.288-.194-.664-.182-1.011.281-.276.336-.68.528-1.009m-.058.88c.701.009 1.402.006 2.103.001-.05-.204.039-.569-.249-.606-.515-.057-1.039-.042-1.555-.013-.307.027-.254.4-.299.618m-.092.3c-.243-.001-.255.407-.007.427.304.065.341-.484.007-.427m2.079.042c-.115.166.058.528.263.364.34-.105.009-.595-.263-.364zM14.138 11.255c.905-.082 1.83-.047 2.739-.02.459.194.397.842.566 1.247l.299.114c0 .43-.003.861-.021 1.291l-.301.122c.003.321.002.643.003.964h-.546v-.96h-2.68l-.001.961-.609-.001c0-.309-.001-.618.003-.927a39.037 39.037 0 0 1-.275-.16c-.009-.422-.01-.844.002-1.266l.284-.151c.179-.396.199-.925.537-1.214m-.118 1.289c.995.005 1.99.003 2.985.001-.024-.306.091-.825-.34-.887-.746-.06-1.503-.039-2.251-.014-.441.05-.378.579-.394.9m-.287.473c-.349.186-.017.754.322.54.362-.191.021-.781-.322-.54m3.205.014c-.342.231.085.775.386.494.325-.237-.081-.753-.386-.494zM8.08 15.432c.3-.555.233-1.693 1.113-1.594 1.011.033 2.033-.06 3.037.047.496.321.428 1.054.643 1.559l.351.088c.012.549.016 1.099-.034 1.646a9.211 9.211 0 0 1-.356.115c.002.404.001.809.001 1.213h-.676V17.32H8.832v1.187l-.756-.001-.001-1.134c-.646-.341-.244-1.227-.325-1.817l.33-.123m.544.06c1.228.003 2.456 0 3.684.001-.017-.383.124-1.023-.409-1.103-.928-.071-1.868-.042-2.798-.018-.546.069-.478.717-.477 1.12m-.286.543c-.272.084-.369.482-.135.663.212.217.61.059.648-.231.049-.274-.249-.531-.513-.432m4.002.002c-.474.145-.222.911.244.744.501-.131.234-.932-.244-.744zM14.107 17.16c.357-.606.243-1.841 1.191-1.807 1.167.014 2.336-.029 3.501.021.917.249.322 1.779 1.27 1.975-.007.571.026 1.145-.03 1.714-.009.223-.277.228-.43.304.005.465.003.929.003 1.393h-.783l-.001-1.373h-3.856v1.373h-.877c-.001-.444 0-.888-.002-1.332-.523-.14-.391-.717-.404-1.128.022-.417-.139-1.03.418-1.14m1.136-1.185c-.603.117-.512.838-.508 1.298l4.263.001c-.004-.315.031-.635-.033-.945-.175-.412-.691-.375-1.062-.385-.886.025-1.777-.039-2.66.031m-.913 1.951c-.302.142-.323.614-.036.784.291.212.743-.052.703-.41-.008-.318-.391-.53-.667-.374m4.61.021c-.286.169-.268.636.032.782.294.179.708-.087.671-.429-.008-.335-.429-.545-.703-.353z"/><path fill="red" d="M12.434 8.734l.266-.131.261.147c-.143.335-.411.351-.527-.016zM10.42 11.455c.334-.057.297.492-.007.427-.248-.02-.236-.428.007-.427zM13.733 13.017c.343-.241.684.349.322.54-.339.214-.671-.354-.322-.54zM16.938 13.031c.305-.259.711.257.386.494-.301.281-.728-.263-.386-.494zM8.338 16.035c.264-.099.562.158.513.432-.038.29-.436.448-.648.231-.234-.181-.137-.579.135-.663zM12.34 16.037c.478-.188.745.613.244.744-.466.167-.718-.599-.244-.744zM14.33 17.926c.276-.156.659.056.667.374.04.358-.412.622-.703.41-.287-.17-.266-.642.036-.784zM18.94 17.947c.274-.192.695.018.703.353.037.342-.377.608-.671.429-.3-.146-.318-.613-.032-.782z"/><path fill="#e50000" d="M14.732 8.633c.246-.11.338.18.275.371-.271.136-.594-.184-.275-.371z"/><path fill="#e90000" d="M12.499 11.497c.272-.231.603.259.263.364-.205.164-.378-.198-.263-.364z"/></symbol><symbol viewBox="0 0 29 24" id="warning--traffic-queues-likely--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#faeb41" d="M13.822.468h1.03c.175.129.349.257.528.38 3.965 6.856 7.77 13.803 11.743 20.654.655.761.15 2.249-.927 2.19-8.152-.002-16.306-.009-24.46.003a6.2 6.2 0 0 1-.588-.968c.061-.644.179-1.295.591-1.819C5.612 14.235 9.388 7.499 13.296.848c.179-.122.352-.249.525-.38M3.634 21.764c7.057.012 14.113-.028 21.17-.028A1824.862 1824.862 0 0 1 14.319 3.198C10.769 9.394 7.23 15.594 3.634 21.764z"/><path fill="#1f251e" d="M3.634 21.764c3.595-6.17 7.135-12.369 10.685-18.566a1835.77 1835.77 0 0 0 10.485 18.538c-7.057 0-14.113.041-21.17.028m6.828-8.681c-.344.957-1.069 1.847-.817 2.922.731.012 1.462.008 2.193.012.058.405-.143.935.176 1.251.764.073 1.532.014 2.297.025-.005.441-.109.91.053 1.334 1.605.083 3.223.089 4.828-.016.161-1.078-.524-1.953-.934-2.882-.566.005-1.131.009-1.697.009a67.822 67.822 0 0 0-.664-1.389c-.549-.005-1.097-.003-1.646-.006-.196-.419-.394-.837-.595-1.253-1.066-.006-2.13-.008-3.195-.009m-.506 3.145c.016.243.034.488.053.732l.394.002.075-.732-.522-.002m2.224 1.313c.039.234.072.469.139.695.48.214.366-.424.474-.708l-.612.012m2.443 1.341c.016.249.033.499.053.748l.41-.022c.022-.238.041-.477.059-.714l-.522-.012m3.642.028c.042.234.075.471.143.7.486.245.338-.438.46-.714-.201.003-.402.008-.603.014z"/><path fill="#fae63a" d="M10.462 13.083c1.064.002 2.129.003 3.195.009.201.416.399.834.595 1.253.549.003 1.097.002 1.646.006.228.46.447.924.664 1.389.566 0 1.131-.005 1.697-.009.41.929 1.094 1.803.934 2.882a41.809 41.809 0 0 1-4.828.016c-.162-.424-.058-.893-.053-1.334-.765-.011-1.534.048-2.297-.025-.319-.316-.118-.846-.176-1.251-.731-.005-1.462 0-2.193-.012-.252-1.075.472-1.965.817-2.922m.13.176c-.19.461-.372.926-.55 1.392.938-.117 2.02.295 2.847-.274.385-.016.77-.023 1.155-.03-.184-.357-.365-.717-.547-1.075-.968.002-1.936-.008-2.905-.012m2.266 1.309c-.184.455-.36.913-.545 1.368 1.353.092 2.684-.117 4.024-.217-.187-.374-.337-.768-.575-1.114-.957-.153-1.937-.012-2.903-.037m2.433 1.395c-.185.441-.365.885-.545 1.328 1.329.009 2.659 0 3.99.003-.207-.441-.415-.884-.62-1.325a166.15 166.15 0 0 0-2.824-.006z"/><path fill="#1f251f" d="M10.593 13.261c.969.005 1.937.014 2.905.012.182.358.363.718.547 1.075-.385.006-.77.014-1.155.03-.828.569-1.909.157-2.847.274.178-.466.36-.93.55-1.392z"/><path fill="#21271f" d="M12.859 14.571c.966.025 1.946-.115 2.903.037.238.346.388.74.575 1.114-1.34.1-2.671.309-4.024.217.185-.455.362-.913.545-1.368z"/><path fill="#23271f" d="M15.293 15.966a166.15 166.15 0 0 1 2.824.006l.62 1.325c-1.331-.003-2.66.006-3.99-.003.181-.443.36-.887.545-1.328z"/><path fill="#fde63e" d="M9.955 16.226l.522.002-.075.732-.394-.002a63.048 63.048 0 0 1-.053-.732z"/><path fill="#fde639" d="M12.179 17.539l.612-.012c-.108.284.006.921-.474.708-.067-.226-.1-.461-.139-.695z"/><path fill="#f4e03c" d="M14.623 18.879l.522.012c-.019.237-.037.475-.059.714l-.41.022c-.02-.249-.037-.499-.053-.748z"/><path fill="#fde63a" d="M18.265 18.907c.201-.006.402-.011.603-.014-.122.276.026.958-.46.714-.069-.229-.101-.466-.143-.7z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-queues-likely--g5" xmlns="http://www.w3.org/2000/svg"><path d="M11.624 0h.635c.314.138.61.322.853.565 3.277 3.283 6.557 6.564 9.841 9.841.408.416.943.835.964 1.471.052.494-.239.932-.578 1.26-3.446 3.434-6.88 6.883-10.325 10.318-.528.59-1.516.622-2.059.036-3.451-3.432-6.88-6.886-10.33-10.318a3.055 3.055 0 0 1-.625-.89v-.63c.257-.624.792-1.052 1.253-1.519 3.179-3.182 6.364-6.359 9.54-9.545A3.33 3.33 0 0 1 11.625 0m.292.644c-.248.005-.442.179-.611.342C7.851 4.452 4.387 7.908.928 11.368c-.36.29-.379.866-.023 1.168 3.499 3.502 6.998 7.003 10.502 10.499.299.347.863.316 1.148-.032l10.446-10.446c.348-.284.378-.85.032-1.15-3.454-3.466-6.923-6.918-10.378-10.385-.196-.2-.439-.408-.74-.378z"/><path d="M12.056 6.994c.067-.356.433-.576.78-.557 1.081-.006 2.164-.032 3.245-.013.475-.017.707.45.767.853.245 1.103.822 2.142.821 3.289l-.455.124c.011.33-.1.812-.533.748-.386-.05-.379-.486-.42-.78-.493-.001-.986.005-1.478.01.215.883.672 1.727.629 2.656-.151.041-.302.082-.454.126-.004.302-.05.727-.44.748-.436.022-.496-.464-.508-.788-.709.006-1.418.014-2.128.019.222.94.719 1.834.677 2.819-.15.034-.3.07-.45.108-.002.31-.062.766-.469.758-.418.005-.468-.468-.48-.784-1.111.006-2.224.019-3.335.03-.016.348.078.893-.384.98-.534.062-.552-.559-.535-.934a25.425 25.425 0 0 0-.428-.124c-.108-1.234.324-2.446.49-3.662.415-.9 1.643-.372 2.418-.527.175-.821.254-1.664.462-2.477.348-.67 1.229-.347 1.831-.451.126-.724.236-1.45.378-2.171m.827.128c-.344.396-.347 1.579.433 1.447.911-.035 1.832.046 2.736-.067.425-.392.38-1.656-.451-1.468-.902.052-1.834-.072-2.718.088m3.585 2.238c-.378.198.037.752.354.505.366-.197-.031-.746-.354-.505m-5.862.521c-.372.404-.36 1.573.432 1.46.878-.026 1.76.005 2.636-.043.545-.132.299-.815.23-1.196-.236-.401-.804-.197-1.186-.246-.702.071-1.432-.164-2.113.025m3.586 2.249c-.394.191.034.763.354.502.354-.2-.04-.736-.354-.502m-6.386.594c-.335.373-.353 1.072-.026 1.445 1.001.217 2.048-.056 3.066.034.511-.179.466-1.182.043-1.442-1.021-.091-2.056-.017-3.083-.036m3.528 2.333c-.457.126-.096.804.275.54.341-.156.048-.691-.275-.54m-3.966.123c-.346.283.175.757.46.443.276-.281-.186-.691-.46-.443z"/><path fill="#f39400" d="M11.917.644c.301-.03.545.178.74.378 3.455 3.467 6.924 6.919 10.378 10.385.346.3.316.865-.032 1.15a51439.15 51439.15 0 0 1-10.446 10.446c-.286.348-.85.379-1.148.032A9450.297 9450.297 0 0 1 .907 12.536c-.356-.301-.337-.877.023-1.168C4.388 7.907 7.853 4.451 11.308.986c.169-.163.362-.337.611-.342m.137 6.35c-.142.721-.252 1.447-.378 2.171-.602.104-1.483-.218-1.831.451-.208.812-.287 1.656-.462 2.477-.775.155-2.003-.373-2.418.527-.166 1.217-.598 2.429-.49 3.662.143.04.286.08.428.124-.017.374.001.996.535.934.462-.088.368-.632.384-.98 1.111-.011 2.224-.024 3.335-.03.012.316.062.788.48.784.407.007.467-.449.469-.758.15-.038.3-.074.45-.108.042-.985-.455-1.879-.677-2.819.709-.005 1.418-.013 2.128-.019.012.324.072.81.508.788.39-.02.437-.445.44-.748.151-.044.302-.085.454-.126.043-.929-.414-1.772-.629-2.656.492-.005.985-.011 1.478-.01.041.294.034.73.42.78.433.065.544-.418.533-.748l.455-.124c.001-1.147-.576-2.186-.821-3.289-.06-.403-.292-.87-.767-.853-1.081-.019-2.164.007-3.245.013-.347-.019-.713.2-.78.557z"/><path fill="#f39400" d="M12.884 7.122c.884-.16 1.816-.036 2.718-.088.832-.188.876 1.075.451 1.468-.904.113-1.825.032-2.736.067-.78.132-.778-1.051-.433-1.447zM16.469 9.36c.323-.241.72.308.354.505-.317.247-.732-.307-.354-.505zM10.607 9.881c.682-.19 1.411.046 2.113-.025.382.049.949-.155 1.186.246.068.382.314 1.064-.23 1.196-.876.048-1.758.017-2.636.043-.792.113-.804-1.056-.432-1.46zM7.806 12.724c1.027.019 2.062-.055 3.083.036.422.26.468 1.264-.043 1.442-1.018-.09-2.065.184-3.066-.034-.326-.373-.308-1.072.026-1.445z"/><path fill="#f39300" d="M14.192 12.13c.314-.234.708.301.354.502-.32.262-.748-.311-.354-.502z"/><path fill="#f29400" d="M11.334 15.058c.323-.151.616.384.275.54-.371.264-.732-.414-.275-.54z"/><path fill="#f29300" d="M7.368 15.181c.274-.248.736.162.46.443-.284.314-.805-.16-.46-.443z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-signals--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.337 0h.511c.544.115 1.058.421 1.333.917 3.912 6.758 7.817 13.521 11.728 20.28.115.207.207.425.291.647v.695A1.937 1.937 0 0 1 25.703 24H1.532C.757 23.867.157 23.23 0 22.47v-.509c.077-.261.168-.52.305-.755C4.216 14.448 8.12 7.686 12.032.929c.266-.495.773-.796 1.305-.929M2.857 21.598c7.169.003 14.338.004 21.507-.001C20.782 15.4 17.202 9.201 13.61 3.009c-3.592 6.192-7.173 12.39-10.753 18.589z"/><path fill="#ec1d24" d="M13.134 7.044a2.036 2.036 0 0 1 2.087.736c.531.674.556 1.691.052 2.386a2.023 2.023 0 0 1-2.072.831c-.922-.17-1.643-1.059-1.618-1.997-.015-.908.665-1.762 1.551-1.956z"/><path fill="#fff" d="M2.857 21.598c3.58-6.199 7.161-12.397 10.753-18.589 3.592 6.192 7.172 12.391 10.754 18.588-7.169.005-14.338.004-21.507.001M13.234 6.64c-1.135.149-2.057 1.207-2.03 2.355.001 3.238-.006 6.476.003 9.714.016 1.243 1.154 2.322 2.393 2.291 1.248.041 2.4-1.046 2.412-2.298.008-3.268.008-6.537 0-9.804-.011-1.391-1.42-2.515-2.778-2.258z"/><path d="M13.234 6.64c1.358-.257 2.767.867 2.778 2.258.008 3.267.008 6.536 0 9.804C16 19.954 14.848 21.041 13.6 21c-1.239.031-2.377-1.048-2.393-2.291-.009-3.238-.002-6.476-.003-9.714-.027-1.148.895-2.206 2.03-2.355m-.1.404c-.886.194-1.566 1.048-1.551 1.956-.025.938.696 1.827 1.618 1.997.777.17 1.629-.17 2.072-.831.504-.695.479-1.712-.052-2.386a2.036 2.036 0 0 0-2.087-.736m-.005 4.792c-.848.195-1.514.986-1.544 1.859-.062.863.502 1.715 1.313 2.008.815.319 1.814.029 2.329-.679.53-.676.545-1.692.041-2.387a2.042 2.042 0 0 0-2.139-.801m-.001 4.793c-.85.196-1.517.991-1.543 1.866-.059.864.508 1.718 1.325 2.002.856.338 1.909-.018 2.398-.794a2.032 2.032 0 0 0-.08-2.327 2.043 2.043 0 0 0-2.1-.747z"/><path fill="#ffd421" d="M13.129 11.836a2.042 2.042 0 0 1 2.139.801c.504.695.489 1.711-.041 2.387-.515.708-1.514.998-2.329.679-.811-.293-1.375-1.145-1.313-2.008.03-.873.696-1.664 1.544-1.859z"/><path fill="#4d9523" d="M13.128 16.629a2.043 2.043 0 0 1 2.1.747c.511.657.546 1.636.08 2.327-.489.776-1.542 1.132-2.398.794-.817-.284-1.384-1.138-1.325-2.002.026-.875.693-1.67 1.543-1.866z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-signals--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#f5c704" opacity=".96" d="M11.699 0h.599c.27.136.522.308.736.523 2.874 2.887 5.76 5.764 8.639 8.645.787.796 1.656 1.52 2.328 2.422v.788a4.024 4.024 0 0 1-.571.73c-3.108 3.092-6.202 6.199-9.305 9.296-.554.55-1.075 1.139-1.711 1.596h-.768a3.938 3.938 0 0 1-.751-.571C7.48 20.003 4.057 16.585.635 13.165a7.63 7.63 0 0 1-.634-.755v-.75c.323-.582.851-1.002 1.308-1.472C4.529 6.966 7.753 3.75 10.968.523c.215-.212.466-.383.732-.523m-.03.379c-.455.248-.773.676-1.144 1.027C7.344 4.584 4.171 7.771.982 10.942c-.508.389-1.015 1.147-.436 1.71 3.524 3.554 7.082 7.079 10.613 10.628.349.46 1.07.638 1.495.174 3.588-3.571 7.163-7.159 10.745-10.738.433-.366.41-1.056-.023-1.412-3.544-3.538-7.084-7.08-10.622-10.622-.272-.286-.7-.493-1.085-.304z"/><path d="M11.67.379c.385-.19.812.018 1.085.304 3.539 3.542 7.079 7.085 10.622 10.622.433.356.456 1.046.023 1.412-3.582 3.578-7.157 7.166-10.745 10.738-.425.464-1.146.286-1.495-.174-3.53-3.55-7.088-7.074-10.613-10.628-.58-.563-.072-1.321.436-1.71 3.188-3.172 6.361-6.359 9.544-9.536.371-.352.689-.779 1.144-1.027m.12.47C8.145 4.41 4.573 8.05.961 11.646c-.336.241-.169.638.107.845 3.529 3.511 7.045 7.038 10.568 10.555.19.248.538.254.728.004 3.562-3.562 7.127-7.121 10.686-10.685.252-.19.239-.535-.01-.721C19.502 8.1 15.958 4.563 12.42 1.02c-.157-.164-.415-.359-.63-.17z"/><path d="M11.345 5.371c-.277-.923 1.602-.92 1.307-.002.332.029.666.062.998.09.008.392.01.784.007 1.176 1.098.073 2.197.143 3.294.242-.215.756-.316 1.549-.619 2.278-.842.33-1.789.283-2.676.436v.908c1.097.094 2.197.154 3.294.246-.224.77-.292 1.601-.656 2.322-.852.264-1.764.248-2.638.412-.001.296-.002.592-.001.888 1.094.1 2.192.168 3.289.244-.176.79-.364 1.577-.602 2.351-.886.187-1.79.257-2.686.388-.001.391.002.781-.004 1.171l-.793-.002-.046.66c-.54.007-1.078.044-1.618.049l-.056-.709-.791.002c.001-.39 0-.779.004-1.169-.896-.132-1.802-.204-2.689-.391a30.191 30.191 0 0 1-.602-2.35c1.097-.077 2.195-.143 3.29-.242l-.002-.893c-.876-.158-1.788-.142-2.639-.413-.36-.721-.431-1.548-.654-2.317 1.076-.11 2.162-.114 3.235-.258.112-.281.043-.6.065-.896-.876-.13-1.78-.14-2.632-.392-.384-.709-.431-1.553-.668-2.32 1.097-.103 2.196-.168 3.294-.245-.001-.391.001-.782-.002-1.174l.997-.089m.209 1.62c-.734.282-.962 1.336-.391 1.885.587.654 1.82.331 1.978-.546.246-.874-.761-1.742-1.586-1.339m.125 3.861c-.535.136-.908.701-.833 1.247.061.692.838 1.223 1.502.984.63-.187 1-.947.734-1.554-.206-.547-.848-.838-1.404-.677m-.125 3.941c-.736.28-.962 1.337-.395 1.888.582.648 1.807.342 1.978-.527.264-.881-.748-1.765-1.583-1.361z"/><path fill="#ffd005" d="M11.791.85c.215-.188.473.006.63.17 3.538 3.542 7.082 7.08 10.62 10.624.248.186.262.532.01.721-3.559 3.564-7.124 7.123-10.686 10.685a.447.447 0 0 1-.728-.004c-3.523-3.517-7.039-7.044-10.568-10.555-.276-.206-.443-.604-.107-.845C4.574 8.05 8.146 4.41 11.792.85m-.447 4.521l-.997.089c.004.391.001.782.002 1.174-1.098.077-2.197.142-3.294.245.238.767.284 1.61.668 2.32.852.252 1.756.263 2.632.392-.022.296.047.616-.065.896-1.073.144-2.159.148-3.235.258.223.769.294 1.596.654 2.317.851.271 1.763.254 2.639.413l.002.893c-1.096.1-2.194.166-3.29.242.175.79.365 1.576.602 2.35.887.187 1.793.259 2.689.391-.004.39-.002.779-.004 1.169l.791-.002.056.709c.54-.005 1.078-.042 1.618-.049.014-.221.03-.44.046-.66l.793.002c.006-.39.002-.78.004-1.171.895-.131 1.8-.2 2.686-.388.239-.774.426-1.561.602-2.351-1.097-.076-2.195-.144-3.289-.244-.001-.296 0-.592.001-.888.874-.163 1.786-.148 2.638-.412.365-.721.432-1.552.656-2.322-1.097-.092-2.197-.152-3.294-.246a137.41 137.41 0 0 1 0-.908c.887-.152 1.834-.106 2.676-.436.304-.728.404-1.522.619-2.278-1.097-.1-2.196-.169-3.294-.242.002-.392.001-.784-.007-1.176-.332-.028-.666-.061-.998-.09.295-.918-1.584-.92-1.307.002z"/><path fill="#ed1c24" d="M11.554 6.992c.826-.403 1.832.466 1.586 1.339-.157.877-1.391 1.2-1.978.546-.571-.55-.343-1.603.391-1.885z"/><path fill="#f7931d" d="M11.68 10.853c.556-.161 1.198.13 1.404.677.265.607-.104 1.367-.734 1.554-.665.239-1.441-.292-1.502-.984-.076-.546.298-1.111.833-1.247z"/><path fill="#00a650" d="M11.554 14.794c.835-.404 1.847.48 1.583 1.361-.17.869-1.396 1.175-1.978.527-.568-.551-.341-1.608.395-1.888z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-signals--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.736 0h.464c.245.113.485.245.68.434 3.522 3.52 7.038 7.046 10.57 10.558.246.235.43.527.55.846v.277c-.1.276-.23.546-.443.755-3.344 3.338-6.683 6.682-10.025 10.024-.42.413-.8.91-1.381 1.106h-.266c-.613-.155-.995-.683-1.426-1.1-3.323-3.318-6.634-6.649-9.964-9.961a2.732 2.732 0 0 1-.496-.707v-.448c.211-.554.685-.928 1.088-1.336 3.32-3.32 6.643-6.64 9.962-9.961.202-.198.439-.353.685-.487m-.154.424C7.904 3.982 4.333 7.659.691 11.256c-.385.305-.554.918-.161 1.289 3.593 3.61 7.202 7.205 10.798 10.812.31.395.944.44 1.277.049l10.8-10.802c.395-.336.342-.96-.043-1.278-3.563-3.562-7.128-7.12-10.688-10.684-.264-.304-.738-.47-1.093-.218z"/><path fill="#ffd033" d="M11.911.75c.215-.055.37.137.516.26 3.536 3.546 7.084 7.08 10.62 10.627.203.162.274.469.049.648-3.6 3.606-7.204 7.211-10.811 10.811-.176.223-.488.155-.644-.053C8.063 19.459 4.476 15.881.9 12.296c-.235-.181-.167-.497.043-.665C4.358 8.204 7.788 4.79 11.203 1.364c.226-.215.424-.475.708-.614M9.064 3.93c-.004 5.376-.002 10.751 0 16.127 1.952.002 3.906.002 5.86 0 .002-5.376.002-10.752 0-16.127-1.954-.004-3.907-.004-5.86 0z"/><path fill="#ffd033" d="M11.323 9.898c1.088-.376 2.384.268 2.742 1.361.481 1.228-.403 2.723-1.705 2.902-1.153.228-2.365-.637-2.533-1.798-.205-1.048.479-2.16 1.496-2.465z"/><path d="M11.58.424c.355-.252.829-.085 1.093.218 3.56 3.564 7.126 7.122 10.688 10.684.385.318.438.942.043 1.278l-10.8 10.802c-.332.391-.967.346-1.277-.049C7.732 19.75 4.122 16.155.529 12.545c-.394-.371-.224-.984.161-1.289C4.332 7.658 7.903 3.982 11.579.424m.332.326c-.284.139-.482.4-.708.614C7.788 4.79 4.358 8.204.943 11.631c-.21.168-.278.484-.043.665 3.576 3.586 7.163 7.163 10.741 10.747.156.208.468.276.644.053 3.607-3.6 7.211-7.205 10.811-10.811.224-.179.154-.486-.049-.648-3.536-3.547-7.084-7.081-10.62-10.627-.146-.124-.301-.316-.516-.26z"/><path d="M9.064 3.93c1.952-.004 3.906-.004 5.86 0 .002 5.375.002 10.751 0 16.127-1.954.002-3.907.002-5.86 0-.002-5.376-.004-10.751 0-16.127m2.376.803c-1.218.277-1.973 1.706-1.516 2.872.358 1.055 1.588 1.703 2.659 1.374 1.133-.289 1.87-1.577 1.53-2.701-.282-1.13-1.552-1.864-2.674-1.544m-.116 5.164c-1.018.305-1.702 1.417-1.496 2.465.168 1.16 1.38 2.026 2.533 1.798 1.302-.179 2.186-1.674 1.705-2.902-.358-1.093-1.654-1.736-2.742-1.361m.49 5.037c-.99.06-1.868.878-1.993 1.862-.155.925.362 1.904 1.21 2.303.836.43 1.931.224 2.563-.469.643-.665.785-1.747.335-2.555a2.207 2.207 0 0 0-2.114-1.141z"/><path fill="#c4122e" d="M11.44 4.733c1.122-.319 2.392.414 2.674 1.544.34 1.124-.397 2.412-1.53 2.701-1.072.329-2.302-.319-2.659-1.374-.457-1.165.298-2.594 1.516-2.872z"/><path fill="#00674c" d="M11.813 14.935c.85-.08 1.715.388 2.114 1.141.45.808.308 1.89-.335 2.555-.632.694-1.727.899-2.563.469-.847-.398-1.364-1.378-1.21-2.303.125-.984 1.003-1.802 1.993-1.862z"/></symbol><symbol viewBox="0 0 24 24" id="warning--traffic-signals--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M11.843 0h.308c.247.179.473.385.684.604C16.542 4.358 20.323 8.04 24 11.822v.366a952.67 952.67 0 0 1-11.804 11.813h-.359A835.258 835.258 0 0 1 0 12.176v-.313c.449-.581 1.013-1.056 1.518-1.585C4.968 6.862 8.352 3.373 11.843.001M.588 12.008c3.81 3.8 7.607 7.614 11.42 11.41 3.811-3.798 7.612-7.607 11.418-11.41C19.624 8.196 15.814 4.393 12.008.586 8.2 4.391 4.392 8.196.588 12.008z"/><path fill="#fcdc0f" d="M11.554 1.835c.478-.234 1.044-.029 1.381.35 2.998 3.002 6.006 5.996 8.998 9.005.452.422.458 1.2.005 1.624-3.04 3.043-6.079 6.085-9.124 9.122-.422.455-1.199.451-1.619-.007-3.044-3.038-6.085-6.08-9.125-9.124-.473-.444-.421-1.254.064-1.67 2.876-2.882 5.761-5.759 8.639-8.642.244-.236.469-.509.781-.658M6.998 9.046c-1.613.217-2.813 1.906-2.477 3.502.229 1.374 1.523 2.471 2.918 2.459 3.04.002 6.08.004 9.12 0 1.433.004 2.76-1.145 2.951-2.567.31-1.73-1.192-3.474-2.947-3.428-3.188.018-6.38-.05-9.565.035z"/><path fill="#fcdc0f" d="M11.563 9.896c1.487-.379 2.978 1.164 2.539 2.636-.239 1.025-1.306 1.766-2.351 1.619-1.057-.106-1.932-1.088-1.901-2.153-.02-.991.744-1.915 1.712-2.102z"/><path d="M.588 12.008C4.392 8.197 8.201 4.392 12.008.586c3.806 3.806 7.616 7.609 11.418 11.422-3.806 3.803-7.607 7.612-11.418 11.41-3.814-3.796-7.61-7.609-11.42-11.41M11.554 1.835c-.312.149-.538.421-.781.658-2.878 2.884-5.762 5.76-8.639 8.642-.485.416-.536 1.226-.064 1.67 3.04 3.043 6.08 6.085 9.125 9.124.42.458 1.196.462 1.619.007 3.044-3.037 6.084-6.079 9.124-9.122.454-.424.448-1.201-.005-1.624-2.992-3.008-6-6.002-8.998-9.005-.337-.379-.904-.584-1.381-.35z"/><path d="M6.998 9.046c3.185-.085 6.377-.017 9.565-.035 1.756-.046 3.257 1.698 2.947 3.428-.191 1.422-1.518 2.57-2.951 2.567-3.04.004-6.08.002-9.12 0-1.396.012-2.689-1.085-2.918-2.459-.336-1.596.864-3.284 2.477-3.502m.006.856c-.959.197-1.71 1.115-1.69 2.098-.031 1.056.83 2.033 1.877 2.149 1.04.16 2.111-.564 2.365-1.582.473-1.489-1.048-3.067-2.552-2.665m4.559-.005c-.968.187-1.733 1.111-1.712 2.102-.031 1.064.844 2.047 1.901 2.153 1.045.148 2.112-.594 2.351-1.619.439-1.472-1.052-3.016-2.539-2.636m4.557-.004c-1.024.185-1.816 1.192-1.732 2.234.032 1.027.901 1.936 1.922 2.028 1.043.136 2.098-.611 2.329-1.633.425-1.462-1.043-2.989-2.52-2.629z"/><path fill="#0ca64d" d="M7.004 9.901c1.505-.402 3.025 1.176 2.552 2.665-.254 1.018-1.325 1.741-2.365 1.582-1.046-.116-1.908-1.093-1.877-2.149-.02-.983.731-1.901 1.69-2.098z"/><path fill="#ed1c23" d="M16.121 9.892c1.477-.36 2.945 1.168 2.52 2.629-.232 1.022-1.286 1.769-2.329 1.633-1.021-.092-1.89-1.001-1.922-2.028-.084-1.043.708-2.05 1.732-2.234z"/></symbol><symbol viewBox="0 0 27 24" id="warning--traffic-signals--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#1f1f1f" opacity=".81" d="M13.195 0h.787c.479.188.936.527 1.027 1.066-.291-.471-.709-.944-1.307-.961-.671-.078-1.192.429-1.511.959.093-.53.543-.858 1.004-1.064z"/><path fill="#fff" d="M12.191 1.064c.319-.53.84-1.037 1.511-.959.598.017 1.016.49 1.307.961a4251.37 4251.37 0 0 0 11.755 20.383c.196.412.425.865.306 1.336-.133.664-.786 1.164-1.463 1.115-8.039-.003-16.079.005-24.117-.003-.674.012-1.283-.539-1.375-1.199-.08-.446.143-.861.323-1.25C4.023 15.296 7.556 9.114 11.119 2.95c.152-.162.263-.356.325-.569.254-.436.519-.866.747-1.317m1.343-.522c-.358.011-.664.252-.823.562C8.705 8.062 4.684 15.011.682 21.971c-.406.603.08 1.527.818 1.487 8.066.004 16.133.003 24.199 0 .74.041 1.228-.883.82-1.489-4.002-6.959-8.021-13.91-12.029-20.866a.981.981 0 0 0-.956-.561z"/><path fill="#fff" d="M4.346 20.844a11116.86 11116.86 0 0 1 9.255-16.052 11527.64 11527.64 0 0 1 9.255 16.052c-6.17.004-12.34.004-18.51 0m8.512-4.464l-.145.084a1.974 1.974 0 0 0-.658.643 1.08 1.08 0 0 0-.187.355c-.109.459-.084.956.106 1.391l.086.132c.634 1.13 2.445 1.13 3.081.001l.085-.132c.19-.436.215-.933.107-1.393a1.105 1.105 0 0 0-.187-.354 1.961 1.961 0 0 0-.658-.642l-.145-.085a1.958 1.958 0 0 0-1.485 0m4.78-.132c-.85.159-1.523.98-1.458 1.852-.017 1.044 1.033 1.917 2.055 1.748.889-.105 1.627-.95 1.572-1.851.025-1.089-1.113-1.999-2.169-1.749M7.492 17.499c-.153.339-.126.741-.009 1.088.237.837 1.157 1.406 2.013 1.247.629-.099 1.211-.551 1.407-1.163.172-.39.155-.847.015-1.244-.278-.843-1.252-1.386-2.114-1.159-.608.141-1.164.612-1.312 1.231z"/><path fill="#d40000" d="M13.534.542a.981.981 0 0 1 .956.561c4.008 6.956 8.027 13.907 12.029 20.866.408.606-.08 1.53-.82 1.489-8.066.003-16.133.004-24.199 0-.738.04-1.224-.884-.818-1.487 4.002-6.96 8.023-13.909 12.029-20.867.159-.31.465-.551.823-.562M4.346 20.844c6.17.004 12.34.004 18.51 0a11527.64 11527.64 0 0 0-9.255-16.052 11116.86 11116.86 0 0 0-9.255 16.052z"/><path fill="#d40000" d="M7.492 17.499c.148-.619.704-1.09 1.312-1.231.862-.227 1.836.316 2.114 1.159-.003.415-.009.829-.015 1.244-.196.612-.778 1.064-1.407 1.163-.856.159-1.776-.41-2.013-1.247.007-.363.012-.725.009-1.088z"/><path fill="#212121" opacity=".82" d="M11.119 2.95c-.037-.249.078-.488.325-.569a1.403 1.403 0 0 1-.325.569z"/><path fill="#08842c" d="M17.638 16.248c1.056-.25 2.194.66 2.169 1.749.055.901-.683 1.746-1.572 1.851-1.022.169-2.072-.704-2.055-1.748-.065-.872.608-1.693 1.458-1.852z"/><path fill="#ebeb00" d="M12.858 16.38a2.92 2.92 0 0 1 1.485 0l.145.085c.225.208.445.421.658.642.087.103.143.228.187.354.05.467.013.939-.107 1.393l-.085.132c-.715 1.061-2.367 1.061-3.081-.001l-.086-.132a3.86 3.86 0 0 1-.106-1.391c.043-.127.1-.252.187-.355.213-.22.433-.434.658-.643l.145-.084z"/><path fill="#642e2e" d="M10.918 17.427c.14.397.157.854-.015 1.244.006-.415.012-.829.015-1.244z"/><path fill="#563232" d="M7.483 18.587c-.117-.347-.144-.749.009-1.088.003.363-.002.725-.009 1.088z"/><path fill="#0b0b0b" opacity=".92" d="M0 22.122c.097-.254.261-.472.438-.674-.18.389-.403.804-.323 1.25.092.66.701 1.211 1.375 1.199 8.038.008 16.078 0 24.117.003.677.049 1.33-.451 1.463-1.115.119-.471-.11-.924-.306-1.336.169.197.33.405.436.645v.773c-.194.517-.6.924-1.11 1.133H1.133A1.98 1.98 0 0 1 0 22.883v-.761z"/></symbol><symbol viewBox="0 0 28 24" id="warning--traffic-signals--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#030303" d="M0 0h27.567c-.003 7.597-.001 15.195-.002 22.792-.003.357.012.715-.018 1.071C22.958 15.921 18.38 7.973 13.785.035 9.18 7.98 4.61 15.945 0 23.886V0z"/><path fill="#030303" d="M2.768 22.317C6.432 15.951 10.107 9.59 13.785 3.232a9736.56 9736.56 0 0 1 11.016 19.085c-7.344.005-14.689.005-22.033 0M13.531 8.594c-.99.113-1.747 1.139-1.551 2.118.138.959 1.132 1.676 2.086 1.503.977-.127 1.715-1.143 1.523-2.112-.136-.951-1.11-1.666-2.058-1.509m-.056 4.227c-.969.141-1.69 1.159-1.492 2.12.146.97 1.17 1.686 2.132 1.483.984-.153 1.698-1.213 1.46-2.183-.176-.937-1.164-1.605-2.1-1.421m-.056 4.229a1.84 1.84 0 0 0-1.408 1.341c-.207.754.144 1.614.817 2.011.661.423 1.588.34 2.168-.187.612-.524.799-1.47.427-2.186-.345-.73-1.216-1.154-2.004-.979z"/><path fill="#010101" opacity=".37" d="M27.567 0h.058v23.948l-.036-.003-.025-.047-.016-.035c.03-.356.015-.714.018-1.071.001-7.597-.001-15.195.002-22.792z"/><path fill="#ff0303" d="M0 23.886C4.61 15.945 9.18 7.98 13.785.035c4.596 7.938 9.174 15.886 13.762 23.828l.016.035c-9.188-.015-18.376-.009-27.564-.003v-.009m2.769-1.569c7.344.005 14.689.005 22.033 0A9736.56 9736.56 0 0 0 13.785 3.232 10272.12 10272.12 0 0 0 2.768 22.317z"/><path fill="#ff0303" d="M13.531 8.594c.948-.157 1.923.559 2.058 1.509.191.968-.546 1.985-1.523 2.112-.954.172-1.947-.544-2.086-1.503-.196-.979.561-2.005 1.551-2.118z"/><path fill="#ffff03" d="M13.475 12.821c.936-.183 1.924.484 2.1 1.421.238.97-.476 2.029-1.46 2.183-.962.203-1.986-.513-2.132-1.483-.198-.962.523-1.979 1.492-2.12z"/><path fill="#038003" d="M13.419 17.049c.788-.175 1.659.249 2.004.979.372.716.185 1.662-.427 2.186-.58.527-1.508.61-2.168.187a1.833 1.833 0 0 1-.817-2.011 1.838 1.838 0 0 1 1.408-1.341z"/><path fill="#020202" opacity=".93" d="M0 23.895c9.188-.005 18.376-.012 27.564.003l.025.047L0 23.946v-.051z"/></symbol><symbol viewBox="0 0 28 24" id="warning--traffic-slow--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c04" d="M13.188 0h1.292c3.295 5.232 6.232 10.68 9.323 16.033 1.285 2.358 2.752 4.625 3.863 7.073v.145a4.22 4.22 0 0 1-.727.748H.494c-.09-.267-.282-.482-.495-.658v-.203c2.193-4.325 4.725-8.47 7.097-12.698C9.119 6.957 10.893 3.317 13.188 0M3.092 21.888c7.18.005 14.362.007 21.543 0C21.01 15.635 17.45 9.345 13.818 3.095 10.136 9.302 6.765 15.677 3.091 21.888z"/><path fill="#fff" d="M3.092 21.888c3.673-6.212 7.045-12.587 10.727-18.793 3.632 6.25 7.192 12.54 10.817 18.793-7.182.007-14.363.005-21.543 0m7.95-9.69c-.022.592.062 1.192-.057 1.775-.243-.023-.478-.092-.713-.15a9.928 9.928 0 0 1-.425 2.473l.588.153c.22-.627.3-1.288.34-1.948-.22-.322.598-.55.275-.025-.022 1.795 0 3.59-.01 5.387l.647.045c.08-2.578-.15-5.185.118-7.745l-.763.035m2.347.174c.005.793-.007 1.587.008 2.382 1.177-.015 2.353-.008 3.528-.005.015-.792.005-1.583.008-2.375-1.182-.007-2.363-.003-3.545-.002m-1.511 1.638c.147.427.27.862.388 1.298.17-.082.34-.162.512-.242a18.82 18.82 0 0 0-.43-1.272l-.47.215m.859 1.139c-.01.557-.01 1.115-.005 1.672 1.638-.002 3.275.003 4.913-.003.002-.555.002-1.11-.007-1.665-1.635-.012-3.268-.005-4.902-.003m.369 2.039l.002.495.618.025c.21.433.502.82.842 1.16-.655.198-1.327.317-1.998.428.523.998 1.795.122 2.593-.08.64.303 1.327.488 2.013.653l.488-.507c-.642-.095-1.3-.185-1.882-.493.517-.405.967-.9 1.212-1.517-1.23-.38-2.603-.063-3.888-.165z"/><path fill="#fff" d="M13.972 12.857a17.54 17.54 0 0 1 2.338-.02l.02.457c-.785.01-1.57.008-2.355.002l-.003-.438zM13.967 13.875a66.591 66.591 0 0 1 2.365.003l-.01.392c-.778.008-1.555.007-2.333.002l-.022-.397zM16.182 15.623l.853.005c0 .245 0 .492-.002.737l-.847.002-.005-.743zM14.325 17.702a35.688 35.688 0 0 1 1.762.005 3.95 3.95 0 0 1-.95.883 3.77 3.77 0 0 1-.812-.888z"/><path fill="#040404" d="M11.043 12.198l.763-.035c-.268 2.56-.038 5.167-.118 7.745l-.647-.045c.01-1.797-.012-3.592.01-5.387.323-.525-.495-.297-.275.025-.04.66-.12 1.322-.34 1.948l-.588-.153a9.928 9.928 0 0 0 .425-2.473c.235.058.47.127.713.15.118-.583.035-1.183.057-1.775zM13.39 12.372c1.182-.002 2.363-.005 3.545.002-.003.792.007 1.583-.008 2.375-1.175-.003-2.352-.01-3.528.005-.015-.795-.003-1.588-.008-2.382m.581.485l.003.438c.785.007 1.57.008 2.355-.002l-.02-.457a17.539 17.539 0 0 0-2.338.02m-.005 1.019l.022.397c.778.005 1.555.007 2.333-.002l.01-.392a64.296 64.296 0 0 0-2.365-.003zM12.737 15.148c1.633-.002 3.267-.008 4.902.003.008.555.008 1.11.007 1.665-1.638.007-3.275.002-4.913.003a62.128 62.128 0 0 1 .005-1.672m.617.486l.003.738c.608.168.877-.187.717-.758l-.72.02m1.335-.008l.003.742c.292 0 .582 0 .873.002v-.743h-.877m1.493-.003l.005.743.847-.002c.002-.245.002-.492.002-.737l-.853-.005zM13.105 17.188c1.285.102 2.658-.215 3.888.165-.245.617-.695 1.112-1.212 1.517.582.308 1.24.398 1.882.493-.163.168-.327.338-.488.507-.687-.165-1.373-.35-2.013-.653-.798.202-2.07 1.078-2.593.08.672-.112 1.343-.23 1.998-.428a4.315 4.315 0 0 1-.842-1.16l-.618-.025-.002-.495m1.22.513c.225.335.492.64.812.888a3.97 3.97 0 0 0 .95-.883 35.684 35.684 0 0 0-1.762-.005z"/><path fill="#050505" d="M11.878 14.01l.47-.215c.162.417.298.843.43 1.272-.172.08-.342.16-.512.242a20.414 20.414 0 0 0-.388-1.298z"/><path fill="#fefefe" d="M13.355 15.633l.72-.02c.16.572-.108.927-.717.758a91.147 91.147 0 0 1-.003-.738zM14.69 15.625h.877v.743c-.292-.002-.582-.002-.873-.002a91.95 91.95 0 0 1-.003-.742z"/><path fill="#0b0100" opacity=".05" d="M0 23.342c.213.177.405.392.495.658H0v-.658z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e4c90f" opacity=".9" d="M11.678 0h.564c.257.128.5.287.706.49 3.497 3.504 6.998 7.003 10.501 10.502.528.431.638 1.292.125 1.78-3.572 3.588-7.16 7.163-10.738 10.746-.432.497-1.261.529-1.714.046-3.326-3.316-6.642-6.642-9.965-9.961-.414-.418-.876-.804-1.158-1.33v-.619c.28-.575.79-.977 1.226-1.426 3.24-3.242 6.484-6.48 9.719-9.725.212-.21.462-.378.733-.503m-.005.278c-.245.091-.428.286-.613.461C7.568 4.249 4.052 7.735.566 11.249c-.412.362-.426 1.026-.006 1.388 3.556 3.565 7.115 7.128 10.675 10.687.368.409 1.06.452 1.428.02 3.558-3.562 7.121-7.121 10.678-10.684.426-.377.414-1.066-.008-1.441C19.846 7.708 16.332 4.223 12.844.713c-.298-.307-.726-.594-1.171-.436z"/><path d="M11.672.278c.445-.158.874.128 1.171.436 3.488 3.51 7.002 6.995 10.489 10.506.422.376.434 1.064.008 1.441-3.557 3.563-7.12 7.122-10.678 10.684-.368.432-1.06.389-1.428-.02-3.56-3.559-7.12-7.122-10.675-10.687-.42-.362-.406-1.026.006-1.388 3.486-3.514 7.002-7 10.493-10.51.185-.175.368-.37.613-.461m.131.483c-.3.168-.517.443-.762.677C7.685 4.805 4.316 8.158.964 11.525c-.278.221-.329.623-.031.852 3.538 3.546 7.082 7.086 10.624 10.628.253.336.696.204.912-.097 3.493-3.508 7.001-7 10.499-10.501.318-.242.274-.67-.025-.906-3.479-3.481-6.966-6.956-10.441-10.442-.185-.17-.42-.43-.698-.296z"/><path d="M12.409 2.698c.847-.248 1.175 1.164.308 1.319-.846.236-1.159-1.164-.308-1.319z"/><path d="M10.3 5.887c.508-.688.778-1.673 1.697-1.919.708.16 1.117.754 1.178 1.454-.006.529.504.664.907.816-.056.142-.113.283-.168.425-.368-.144-.74-.28-1.111-.419-.074.35-.232.683-.274 1.039.131.74.569 1.424.51 2.197-.014.552-.037 1.104-.055 1.657l-.694-.005c-.091-.835.157-1.781-.39-2.501-.27.971-1.003 1.698-1.52 2.537l-.542-.385c.319-.569.708-1.098.997-1.684.044-.671-.054-1.357.146-2.014-.226-.401-.454-.8-.682-1.2m.783-.102c-.186.04-.2.383-.008.424.175-.04.192-.385.008-.424zM12.456 12.616c.461.044 1.009-.13 1.406.164.32.354-.161.707-.3 1.025.128.517.374.996.55 1.499.998-.32 2.185.31 2.292 1.392.222 1.237-1.201 2.312-2.332 1.764-1.13-.433-1.344-2.041-.472-2.836l-.101-.487c-.503.653-1.192 1.214-1.337 2.068-.323.583-.883.116-1.27-.031-.224.782-.912 1.475-1.776 1.405-1.091-.005-1.916-1.223-1.525-2.238.275-.882 1.284-1.318 2.147-1.081.178-.584.804-1.38.05-1.813a77.555 77.555 0 0 1-.073-.508 18.764 18.764 0 0 1 1.775.017c-.191.306-.481.52-.762.734.631.024 1.265.01 1.897.02.204-.186.415-.364.624-.545-.27-.018-.54-.03-.809-.041l.014-.509m-1.395 1.665c.246.666.47 1.34.733 2 .576-.481 1.01-1.1 1.526-1.64-.45-.732-1.532-.2-2.26-.36m-.544.449l-.257.818c.268.3.478.643.618 1.02l.298-.065c-.185-.604-.427-1.187-.659-1.774m-2.281 2.836c.553.847 1.876.51 2.135-.414-.497-.025-1.028.084-1.486-.167.206-.42.421-.836.611-1.264-1.009-.227-1.921.989-1.26 1.844m6.167-1.806c.222.391.461.772.671 1.169-.143.097-.286.192-.431.286-.257-.377-.502-.762-.761-1.138-.439.553-.4 1.462.253 1.835.724.492 1.816-.112 1.781-.989.026-.785-.784-1.318-1.513-1.163m-4.397.292l-.286.515.624-.017a25.537 25.537 0 0 0-.338-.498z"/><path fill="#fee011" d="M11.802.762c.278-.133.514.126.698.296 3.475 3.486 6.962 6.961 10.441 10.442.299.236.343.664.025.906-3.498 3.502-7.006 6.994-10.499 10.501-.216.301-.659.433-.912.097C8.014 19.462 4.469 15.922.931 12.376c-.298-.229-.247-.631.031-.852 3.353-3.367 6.721-6.72 10.076-10.086.245-.234.462-.509.762-.677m.609 1.937c-.851.155-.538 1.555.308 1.319.866-.155.539-1.567-.308-1.319M10.3 5.887c.228.4.456.799.682 1.2-.2.656-.102 1.343-.146 2.014-.289.586-.678 1.115-.997 1.684l.542.385c.517-.839 1.25-1.566 1.52-2.537.547.72.299 1.666.39 2.501.232.001.462.002.694.005.018-.553.041-1.105.055-1.657.059-.773-.379-1.457-.51-2.197.042-.356.199-.689.274-1.039.371.139.743.275 1.111.419.055-.142.112-.283.168-.425-.403-.152-.913-.287-.907-.816-.061-.701-.47-1.295-1.178-1.454-.919.246-1.189 1.231-1.697 1.919m2.155 6.727l-.014.509c.269.011.539.023.809.041-.209.181-.42.359-.624.545-.632-.011-1.266.004-1.897-.02.281-.215.571-.428.762-.734a18.76 18.76 0 0 0-1.775-.017l.073.508c.754.433.127 1.229-.05 1.813-.863-.236-1.872.199-2.147 1.081-.391 1.015.434 2.233 1.525 2.238.864.07 1.552-.623 1.776-1.405.386.148.947.614 1.27.031.145-.853.834-1.415 1.337-2.068l.101.487c-.872.794-.659 2.402.472 2.836 1.13.548 2.554-.527 2.332-1.764-.107-1.082-1.294-1.712-2.292-1.392-.175-.503-.421-.982-.55-1.499.139-.318.62-.671.3-1.025-.397-.294-.946-.12-1.406-.164z"/><path fill="#fee011" d="M11.082 5.783c.184.038.167.384-.008.424-.192-.041-.178-.384.008-.424zM11.059 14.28c.727.16 1.81-.372 2.26.36-.516.54-.95 1.159-1.526 1.64-.263-.66-.487-1.334-.733-2zM10.514 14.729c.232.587.474 1.17.659 1.774l-.298.065c-.14-.377-.35-.72-.618-1.02.085-.274.17-.546.257-.818zM8.233 17.564c-.661-.856.251-2.071 1.26-1.844-.19.427-.404.844-.611 1.264.457.251.989.142 1.486.167-.259.924-1.582 1.261-2.135.414zM14.4 15.757c.73-.155 1.54.378 1.513 1.163.035.877-1.057 1.481-1.781.989-.653-.373-.692-1.282-.253-1.835.259.376.504.761.761 1.138.145-.094.288-.188.431-.286-.21-.397-.449-.778-.671-1.169z"/><path fill="#fee011" d="M10.003 16.049c.115.164.227.33.338.498l-.624.017.286-.515z"/></symbol><symbol viewBox="0 0 25 24" id="warning--trail-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h25.096v24h-5.954a4.045 4.045 0 0 0-.24-.045c-1.783-.044-3.572.041-5.353-.042.335-.044.575-.296.795-.528 3.15-3.151 6.3-6.302 9.452-9.451.247-.233.496-.501.556-.849.068-.36-.112-.716-.359-.968-3.296-3.298-6.593-6.595-9.891-9.891-.396-.407-1.122-.407-1.518.001-3.306 3.307-6.614 6.611-9.918 9.92-.436.402-.452 1.124-.021 1.535 3.301 3.312 6.613 6.613 9.916 9.923.156.158.355.271.575.307-1.38.076-2.767.013-4.15.033-.476.023-.962-.056-1.43.055H0V0z"/><path fill="#1a1919" d="M12.584 2.226c.396-.407 1.122-.408 1.518-.001 3.298 3.296 6.595 6.593 9.891 9.891.247.252.427.608.359.968-.06.347-.309.615-.556.849-3.151 3.15-6.301 6.3-9.451 9.452-.22.232-.46.483-.795.528a4.065 4.065 0 0 0-.413-.001 1.067 1.067 0 0 1-.575-.307c-3.304-3.31-6.615-6.611-9.916-9.923-.431-.412-.415-1.134.021-1.535 3.304-3.309 6.612-6.613 9.918-9.92m.526-.128a.926.926 0 0 0-.449.261c-3.295 3.299-6.595 6.593-9.889 9.892-.377.345-.393.968-.021 1.323 3.301 3.311 6.612 6.613 9.916 9.922.346.375 1.003.375 1.35.001 3.304-3.308 6.615-6.61 9.916-9.921a.914.914 0 0 0 .005-1.296c-3.3-3.312-6.612-6.612-9.915-9.921a.943.943 0 0 0-.913-.261z"/><path fill="#1a1919" d="M13.282 2.266a.74.74 0 0 1 .606.23l9.863 9.864c.176.176.31.427.258.682-.052.287-.288.481-.483.676l-9.644 9.644a.75.75 0 0 1-1.077-.001l-9.864-9.864c-.189-.185-.328-.457-.254-.725.064-.266.283-.446.467-.631l9.643-9.644a.73.73 0 0 1 .484-.231m-.108.443C9.845 5.99 6.559 9.318 3.245 12.615c-.182.135-.238.414-.048.569 3.295 3.299 6.596 6.595 9.892 9.894a.356.356 0 0 0 .507.001c3.296-3.299 6.597-6.595 9.893-9.894a.338.338 0 0 0 .005-.513c-3.295-3.3-6.596-6.595-9.892-9.894a.352.352 0 0 0-.43-.069z"/><path fill="#1a1919" d="M11.535 6.627c.112-.129.228-.255.348-.378.244.002.489-.001.734.003.001.07.004.14.01.21-.258.039-.592-.103-.782.129.267.29.027.643-.036.963.881-.004 1.763.014 2.643-.009l.059-.106c-.258-.081-.56-.104-.75-.317.558-.163 1.177-.124 1.757-.114-.094.275-.386.377-.646.422-.022.105-.14.222-.053.322.186.243.384.477.577.716.709-.396 1.667-.344 2.272.22.338.342.608.788.626 1.279.084.981-.734 1.963-1.728 2.004-.895.112-1.77-.538-2.008-1.39-.25.058-.561.027-.716.272.03.15.061.3.095.449.077.029.156.063.163.157a6.682 6.682 0 0 1-.446.02.33.33 0 0 1 .1-.179 3.748 3.748 0 0 0-.111-.432c-.198-.055-.235-.235-.271-.408a145.07 145.07 0 0 0-1.844-2.082l-.076.224c.375.364.727.824.731 1.37.065.858-.542 1.706-1.364 1.942-.434.095-.913.098-1.321-.098-.74-.34-1.224-1.189-1.092-2.002a1.994 1.994 0 0 1 1.185-1.487 2.09 2.09 0 0 1 1.576.079c.175-.5.367-.994.536-1.496-.058-.094-.112-.19-.168-.285m.138 1.275c.003.086.023.168.091.226.571.625 1.117 1.272 1.696 1.89.002-.137-.072-.249-.149-.356.155.009.402-.094.424.137.179-.646.416-1.275.616-1.915-.893.008-1.787-.017-2.678.017m2.243 2.428c.2-.018.399-.038.599-.062-.1-.613.201-1.198.618-1.626-.15-.197-.314-.384-.472-.574-.254.752-.497 1.507-.744 2.262m1.676-1.571c.347.402.579.93 1.03 1.225-.014.097-.016.235-.133.265-.529.041-1.045.18-1.568.272.196.707.952 1.212 1.683 1.088.745-.067 1.348-.785 1.332-1.524.011-.436-.219-.844-.525-1.139-.487-.441-1.247-.481-1.819-.187m-6.592.519c-.485.666-.234 1.671.446 2.101.639.434 1.615.283 2.058-.362.496-.595.39-1.522-.172-2.036-.14.405-.427.733-.746 1.009-.107.083-.127.28-.285.279-.153.013-.261-.179-.175-.304.438-.267.809-.685.934-1.191-.68-.401-1.656-.191-2.059.504m5.867.912c.433-.064.865-.138 1.298-.21-.271-.355-.541-.71-.818-1.061-.371.311-.487.805-.48 1.271zM12.622 12.683c.489-.168.917.467.598.864-.207.317-.744.294-.929-.032-.205-.295-.028-.767.331-.832zM12.739 14.159c.14-.295.56-.384.836-.235.587.29 1.18.57 1.765.862.019.643.044 1.287.06 1.929-.136-.041-.298-.04-.414-.125-.086-.5-.146-1.004-.221-1.506a10.292 10.292 0 0 0-.426-.05c.133.477.364.947.307 1.455-.007.152-.076.306-.032.457.347 1.101.704 2.201 1.046 3.303-.186.142-.363.298-.56.424-.418-.964-.833-1.929-1.253-2.892-.19.234-.479.416-.543.728a213.14 213.14 0 0 1-.584 2.077c-.235-.066-.47-.132-.703-.202.187-.776.369-1.553.564-2.327.218-.518.505-1.006.731-1.52-.115-.305-.296-.585-.421-.888-.176.201-.231.535-.514.616-.38.145-.756.3-1.136.447a10.862 10.862 0 0 1-.214-.357c.407-.289.816-.574 1.219-.866a3.28 3.28 0 0 1 .493-1.332z"/><path fill="#f9cc5f" d="M13.111 2.099a.943.943 0 0 1 .913.261c3.303 3.308 6.615 6.609 9.915 9.921a.914.914 0 0 1-.005 1.296c-3.301 3.311-6.612 6.613-9.916 9.921-.347.375-1.004.374-1.35-.001-3.304-3.308-6.615-6.61-9.916-9.922-.372-.355-.356-.978.021-1.323 3.294-3.299 6.594-6.593 9.889-9.892a.935.935 0 0 1 .449-.261m.171.167a.73.73 0 0 0-.484.231l-9.643 9.644c-.184.185-.403.365-.467.631-.074.269.065.541.254.725l9.864 9.864a.75.75 0 0 0 1.077.001l9.644-9.644c.195-.196.431-.389.483-.676.053-.255-.081-.506-.258-.682l-9.863-9.864a.744.744 0 0 0-.606-.23z"/><path fill="#f9cc5f" d="M13.173 2.709c.138-.084.322-.045.43.069 3.296 3.299 6.597 6.594 9.892 9.894a.339.339 0 0 1-.005.513c-3.296 3.299-6.597 6.595-9.893 9.894a.356.356 0 0 1-.507-.001c-3.296-3.299-6.597-6.595-9.892-9.894-.19-.155-.135-.435.048-.569C6.56 9.318 9.847 5.99 13.174 2.709m-1.639 3.918c.056.095.11.191.168.285-.169.502-.361.996-.536 1.496a2.085 2.085 0 0 0-1.576-.079 1.997 1.997 0 0 0-1.185 1.487c-.133.813.351 1.661 1.092 2.002.407.196.887.193 1.321.098.822-.237 1.429-1.085 1.364-1.942-.004-.546-.356-1.006-.731-1.37l.076-.224c.622.687 1.235 1.384 1.844 2.082.036.173.073.353.271.408.045.142.083.285.111.432a.33.33 0 0 0-.1.179c.149-.001.298-.009.446-.02-.007-.094-.086-.128-.163-.157-.034-.15-.065-.299-.095-.449.156-.245.466-.215.716-.272.238.852 1.113 1.502 2.008 1.39.994-.041 1.812-1.023 1.728-2.004-.018-.491-.289-.938-.626-1.279-.605-.564-1.563-.616-2.272-.22-.193-.238-.391-.472-.577-.716-.087-.1.031-.218.053-.322.26-.045.552-.147.646-.422-.58-.01-1.199-.049-1.757.114.19.213.493.237.75.317l-.059.106c-.88.023-1.762.004-2.643.009.063-.32.303-.672.036-.963.19-.232.524-.089.782-.129a2.95 2.95 0 0 1-.01-.21c-.245-.003-.489-.001-.734-.003-.12.122-.236.248-.348.378m1.087 6.054c-.359.065-.536.537-.331.832.185.326.722.348.929.032.319-.396-.108-1.032-.598-.864m.117 1.476a3.269 3.269 0 0 0-.493 1.332c-.403.293-.812.578-1.219.866.069.12.14.239.214.357.38-.147.756-.302 1.136-.447.283-.081.338-.415.514-.616.124.303.306.583.421.888-.226.514-.513 1.002-.731 1.52-.196.773-.377 1.551-.564 2.327.233.07.468.136.703.202.198-.692.393-1.384.584-2.077.064-.312.353-.494.543-.728.42.963.836 1.927 1.253 2.892.197-.126.374-.282.56-.424-.342-1.102-.699-2.202-1.046-3.303-.043-.151.026-.305.032-.457.057-.507-.174-.978-.307-1.455.142.014.284.031.426.05.076.501.135 1.006.221 1.506.116.085.278.084.414.125-.016-.643-.042-1.286-.06-1.929-.586-.292-1.179-.572-1.765-.862-.276-.149-.696-.06-.836.235z"/><path fill="#f9cc5f" d="M11.673 7.9c.892-.034 1.786-.009 2.678-.017-.199.64-.437 1.269-.616 1.915-.022-.231-.27-.128-.424-.137.077.106.151.219.149.356-.579-.618-1.125-1.265-1.696-1.89-.068-.058-.089-.14-.091-.226zM13.916 10.327c.247-.755.49-1.51.744-2.262.158.19.322.376.472.574-.417.428-.718 1.013-.618 1.626-.199.024-.399.044-.599.062zM15.593 8.756c.572-.293 1.332-.254 1.819.187.306.295.536.703.525 1.139.016.739-.587 1.456-1.332 1.524-.73.123-1.487-.381-1.683-1.088.522-.091 1.038-.231 1.568-.272.117-.03.119-.168.133-.265-.452-.295-.683-.823-1.03-1.225zM9.001 9.275c.403-.694 1.379-.905 2.059-.504-.125.506-.495.924-.934 1.191-.085.125.022.316.175.304.158.001.178-.196.285-.279.319-.276.606-.604.746-1.009.562.514.668 1.441.172 2.036-.442.645-1.419.796-2.058.362-.68-.43-.931-1.435-.446-2.101z"/><path fill="#f9cc5f" d="M14.869 10.187c-.007-.465.109-.959.48-1.271.276.351.547.706.818 1.061-.432.072-.864.146-1.298.21z"/><path fill="#8d8d8d" d="M13.136 23.912c.137-.007.275-.007.413.001 1.781.083 3.57-.002 5.353.042.08.013.16.028.24.045H7.556c.468-.111.954-.032 1.43-.055 1.383-.021 2.77.043 4.15-.033z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#1a161a" d="M11.714 0h.644c3.7 3.701 7.429 7.375 11.075 11.131.217.229.445.451.631.708v.32c-.39.508-.868.94-1.302 1.409-3.445 3.502-6.929 6.965-10.406 10.433h-.485c-.543-.357-.968-.86-1.441-1.301A2131.223 2131.223 0 0 1-.002 12.299v-.605C3.895 7.789 7.8 3.89 11.712.001m.126.428C8.07 4.158 4.338 7.928.58 11.668c-.202.149-.237.467-.031.628 3.742 3.736 7.476 7.482 11.222 11.215.222.262.533.06.698-.151 3.573-3.58 7.15-7.154 10.727-10.73.198-.217.544-.418.447-.764-.094-.206-.291-.341-.443-.503C19.615 7.773 16.022 4.192 12.44.6c-.149-.16-.396-.357-.603-.173z"/><path fill="#f7d017" d="M11.838.429c.207-.184.455.013.603.173 3.582 3.592 7.175 7.173 10.76 10.763.152.162.349.297.443.503.097.346-.248.547-.447.764-3.577 3.576-7.154 7.15-10.727 10.73-.165.211-.476.412-.698.151C8.026 19.78 4.292 16.034.55 12.298c-.206-.161-.171-.479.031-.628C4.339 7.93 8.071 4.16 11.839.431m.076 2.354c-.008.072-.018.144-.025.216.093.015.188.028.282.04a23.706 23.706 0 0 0-.041-.281l-.216.025m2.844 3.69c-.39.157-.449.749-.128 1.002.269.247.776.145.913-.202.273-.451-.328-1.056-.785-.8M6.296 7.606c-.445.262-.334.993.159 1.129.507.166.956-.443.712-.899-.159-.311-.579-.404-.871-.23m8.765.283c-.391.434-.449 1.057-.725 1.555-.307.367-.67.688-.931 1.094l-.318-.004c-.119.113-.237.228-.354.342.088.15.217.312.139.496-.15.466-.281.938-.449 1.398-1.177-.682-2.869.27-2.819 1.645-.127 1.121.955 2.159 2.069 2.005 1.486-.002 2.378-2.028 1.354-3.115l.145-.143c.423.514.91.97 1.345 1.473.2.204.218.502.269.767l.2.131-.025.369c.147-.02.293-.04.44-.066l-.177-.222c.011-.192.016-.385.016-.578.183-.042.368-.073.554-.093.205.646.709 1.205 1.373 1.385 1.023.329 2.225-.398 2.42-1.453.053-.451.055-.94-.185-1.342-.396-.759-1.347-1.204-2.178-.962-.193.053-.369.161-.568.194-.233-.281-.554-.548-.601-.931.218-.146.442-.284.67-.414.063-1.139-.016-2.362-.674-3.334-.206-.327-.683-.487-.989-.195M6.496 9.364c-.271.453-.265 1.107-.781 1.375-.409.265-.813.539-1.22.807.083.112.166.224.248.338.428-.107.837-.275 1.257-.409.31-.074.455-.382.656-.597.127.346.348.682.356 1.056-.337.708-.912 1.304-1.08 2.088-.179.702-.449 1.381-.58 2.094.239.097.48.187.728.258.27-.713.505-1.439.766-2.155.13-.362.434-.614.679-.896.489 1.075.787 2.231 1.253 3.316.205-.136.404-.282.593-.439-.322-1.147-.566-2.314-.882-3.462-.101-.329.046-.664.027-.998.027-.507-.116-.997-.217-1.488.175.018.348.048.519.091.025.603.162 1.193.219 1.793.127.018.255.031.383.043.097-.702.079-1.426.043-2.13-.65-.4-1.332-.756-2.007-1.115-.374-.228-.844.042-.963.43m5.397 11.85l.241.026c.015-.097.028-.194.04-.29-.178-.011-.305.073-.281.264z"/><path fill="#f7d017" d="M9.941 14.281c.108-1.084 1.439-1.742 2.374-1.183-.196.522-.493 1.036-.998 1.311l-.003.21.241.11c.355-.445.788-.837 1.015-1.372.53.312.584 1.029.486 1.578-.194.67-.867 1.199-1.577 1.147-.915.019-1.692-.901-1.537-1.801zM16.886 13.088c.794-.512 1.962-.112 2.287.773.426.943-.333 2.158-1.37 2.167-.73.087-1.571-.466-1.611-1.231.547-.085 1.097-.185 1.623-.362-.192-.52-.638-.886-.93-1.347z"/><path fill="#aeaba5" d="M11.915 2.785l.216-.025.041.281a8.318 8.318 0 0 1-.282-.04l.025-.216zM11.89 21.214c-.024-.191.103-.275.281-.264a9.19 9.19 0 0 1-.04.29 19.7 19.7 0 0 0-.241-.026z"/><path fill="#1f1a1a" d="M14.759 6.475c.457-.256 1.058.349.785.8-.137.347-.644.449-.913.202-.321-.252-.262-.845.128-1.002z"/><path fill="#1d181a" d="M6.296 7.606c.292-.174.712-.081.871.23.244.456-.205 1.064-.712.899-.493-.136-.604-.867-.159-1.129z"/><path fill="#201a1a" d="M15.061 7.889c.305-.292.783-.132.989.195.658.972.738 2.195.674 3.334-.228.13-.453.268-.67.414.047.382.368.65.601.931.199-.033.375-.142.568-.194.831-.242 1.782.203 2.178.962.239.402.237.892.185 1.342-.194 1.055-1.396 1.782-2.42 1.453-.665-.18-1.169-.739-1.373-1.385-.186.02-.371.05-.554.093 0 .193-.005.386-.016.578l.177.222a10.85 10.85 0 0 1-.44.066l.025-.369-.2-.131c-.052-.265-.07-.563-.269-.767-.435-.503-.922-.959-1.345-1.473a3.05 3.05 0 0 0-.455-.41c.022.223.158.4.31.553 1.025 1.087.132 3.113-1.354 3.115-1.114.154-2.197-.884-2.069-2.005-.05-1.375 1.643-2.327 2.819-1.645.168-.46.299-.932.449-1.398.078-.184-.051-.346-.139-.496.117-.115.235-.229.354-.342l.318.004c.261-.406.624-.727.931-1.094.276-.498.334-1.12.725-1.555m-1.193 2.903c-.256.009-.511.013-.764.048.058.109.119.216.181.323-.074.198-.153.396-.208.6.104.14.298.065.445.071a6.956 6.956 0 0 1-.073-.627c.498-.379 1.133-.481 1.696-.723.091-.277-.111-.562-.195-.824-.28.457-.812.678-1.082 1.133m.5.834l.027.209c.145.004.291.007.436.008l.027-.23a5.335 5.335 0 0 0-.49.013m-1.406.533l-.083.235c.565.558 1.047 1.201 1.652 1.717-.195-.676-.565-1.303-.84-1.957-.243 0-.487 0-.729.004m2.162.624c-.048.278.016.559.063.833.178-.415.333-.848.39-1.299-.165.14-.352.27-.453.466m.834-.395c-.269.735-.477 1.492-.723 2.235.104.182.342-.012.508-.01-.025-.522.134-1.053.494-1.439.29-.275-.127-.56-.279-.786m-6.016 1.895c-.155.901.622 1.82 1.537 1.801.71.052 1.383-.477 1.577-1.147.098-.548.044-1.265-.486-1.578-.227.534-.659.927-1.015 1.372l-.241-.11.003-.21c.505-.275.803-.789.998-1.311-.935-.559-2.266.099-2.374 1.183m6.946-1.193c.292.461.738.828.93 1.347-.526.177-1.076.277-1.623.362.04.764.881 1.317 1.611 1.231 1.036-.009 1.795-1.224 1.37-2.167-.325-.884-1.493-1.285-2.287-.773m-.77 1.383c.385.072.82-.166 1.232-.177-.144-.388-.473-.664-.695-1.006-.377.242-.589.775-.537 1.183zM6.496 9.364c.119-.389.589-.659.963-.43.675.359 1.357.714 2.007 1.115.036.704.054 1.428-.043 2.13a8.153 8.153 0 0 1-.383-.043c-.057-.6-.194-1.19-.219-1.793a3.808 3.808 0 0 0-.519-.091c.1.491.243.981.217 1.488.019.334-.128.668-.027.998.316 1.148.561 2.315.882 3.462-.19.157-.388.303-.593.439-.467-1.085-.764-2.241-1.253-3.316-.245.282-.549.534-.679.896-.262.716-.496 1.442-.766 2.155a6.77 6.77 0 0 1-.728-.258c.13-.713.4-1.392.58-2.094.168-.784.743-1.381 1.08-2.088-.008-.374-.23-.71-.356-1.056-.201.215-.346.524-.656.597-.42.134-.83.302-1.257.409a26.58 26.58 0 0 0-.248-.338c.407-.268.811-.542 1.22-.807.516-.267.51-.922.781-1.375z"/><path fill="#f9d61a" d="M13.867 10.79c.27-.455.802-.676 1.082-1.133.084.262.286.547.195.824-.563.242-1.199.344-1.696.723.014.211.04.419.073.627-.147-.006-.342.068-.445-.071.055-.204.134-.402.208-.6a10.23 10.23 0 0 1-.181-.323c.253-.035.509-.038.764-.048z"/><path fill="#d8ba20" d="M14.367 11.625c.163-.012.327-.016.49-.013l-.027.23a63.398 63.398 0 0 1-.436-.008l-.027-.209z"/><path fill="#fad518" d="M12.961 12.158c.243-.004.486-.004.729-.004.275.653.645 1.28.84 1.957-.605-.516-1.087-1.159-1.652-1.717l.083-.235z"/><path fill="#f3d61a" d="M15.123 12.781c.101-.196.288-.327.453-.466-.057.451-.212.884-.39 1.299-.046-.274-.111-.555-.063-.833z"/><path fill="#fbd719" d="M15.957 12.386c.152.226.569.511.279.786-.36.387-.519.918-.494 1.439-.166-.002-.404.192-.508.01.246-.743.455-1.5.723-2.235z"/><path fill="#d9c21d" d="M12.717 12.75c.165.121.317.259.455.41l-.145.143c-.153-.153-.289-.33-.31-.553z"/><path fill="#f8d317" d="M16.117 14.471c-.052-.408.16-.941.537-1.183.221.342.55.618.695 1.006-.412.011-.847.248-1.232.177z"/></symbol><symbol viewBox="0 0 27 24" id="warning--trail-crossing--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#cc0e0c" d="M12.228 1.035c.481-.95 2.156-1.122 2.614-.056 4.036 6.77 7.904 13.64 11.888 20.442.11.165.154.363.139.56-.011.3-.011.6-.004.9-.004.314-.229.56-.372.822-8.557.016-17.116-.016-25.675.016-.439-.554-.694-1.304-.495-2C4.419 14.901 8.194 7.89 12.228 1.034m1.5 1.856C10.094 9.153 6.494 15.438 2.88 21.714c7.167.016 14.333.011 21.5.003-3.552-6.275-7.095-12.555-10.653-18.826z"/><path fill="#fff" d="M13.728 2.89c3.558 6.271 7.1 12.551 10.653 18.826-7.167.008-14.333.014-21.5-.003 3.614-6.275 7.214-12.56 10.848-18.824m-.574 3.167c-.473.263-.24 1.205.34 1.098.513.033.653-.511.65-.918-.308-.105-.683-.447-.99-.18m.065 1.434a17.938 17.938 0 0 0-1.748 2.457c.784-.105 1.205-.791 1.673-1.338.008.389.011.779.011 1.167.398-.001.796-.003 1.195-.01.001-.514 0-1.03-.001-1.544l.559.365c0 .45.004.9.038 1.349.661-.285.877-1.244.258-1.687-.502-.488-1.25-1.373-1.984-.761m-.016 2.509c-.578 1.084-1.174 2.163-1.837 3.196.124-.492.35-.949.565-1.407l-.419-.001c-.295.73-.536 1.477-.813 2.213.487.004.974.007 1.459 0 .063-.334.13-.667.198-.998l-.389.169c.751-.802 1.154-1.845 1.756-2.75.732 1.08 1.424 2.221 1.36 3.581.485.004.971.004 1.456-.004-.229-.655-.52-1.295-.622-1.987-.015.515-.266.948-.67 1.257.127-.281.518-.55.344-.892-.385-.826-.959-1.55-1.346-2.378-.348.003-.695.003-1.043.001m-3.288 1.782c-.477.738-.94 1.485-1.414 2.224.485 0 .972-.001 1.458-.004.323-.739.661-1.473.982-2.212-.342-.007-.683-.01-1.025-.008m6.594.007c.305.745.663 1.469.972 2.212.415.004.829.003 1.244-.003-.397-.738-.802-1.47-1.186-2.215-.344-.001-.687 0-1.03.005m-3.445.01c-.003.738-.094 1.47-.183 2.201.492.008.985.008 1.475-.001-.134-.734-.113-1.482-.224-2.217-.357 0-.713.005-1.069.018m-1.122 5.183c-1.252-.284-2.234 1.214-1.59 2.268.556 1.28 2.779.48 2.663-.815.011-.664-.541-1.11-.874-1.62.701.48 1.175 1.205 1.752 1.818l.735-.007c.248.623.712 1.294 1.469 1.257 1.282.271 1.921-1.634 1.098-2.438-.374-.432-.972-.466-1.503-.46-.14-.359-.282-.716-.424-1.072.195-.086.391-.173.585-.262-.409-.034-.818-.041-1.229-.055.18.121.357.247.535.374-.926.134-1.868.097-2.798.035.202-.359.567-.462.955-.449l-.045-.37c-1.057-.098-1.106 1.057-1.328 1.795m-7.088 3.853c.685.05 1.383.115 2.063.001.275-.364.423-.805.614-1.215H5.678c-.277.402-.554.806-.822 1.214M9.393 19.6c-.101.41-.239.81-.338 1.222.685.082 1.373.064 2.062.064l.005-.697c-.52-.356-1.068-.689-1.729-.589m3.773.015c-.001.424-.003.847 0 1.271l1.745-.001a29.31 29.31 0 0 0-.011-1.186c-.574-.091-1.155-.086-1.735-.083m3.51.547c.11.243.224.484.338.725.589.003 1.18.001 1.766-.071-.185-.413-.401-.81-.577-1.226-.588-.063-1.092.207-1.527.571m3.293-.541c.225.425.447.869.787 1.216.571.097 1.154.031 1.73.044-.289-.428-.586-.85-.893-1.264-.541 0-1.083-.001-1.624.004z"/><path fill="#fff" d="M12.33 16.432a91.454 91.454 0 0 1 2.566.001c-.252.663-.503 1.325-.787 1.976-.588-.664-1.2-1.306-1.78-1.977zM14.584 18.127c.206-.551.37-1.115.537-1.677l.368.727a3.086 3.086 0 0 0-.905.95zM10.557 18.897c-.436-.824.342-1.63 1.152-1.702-.053.524-.191 1.039-.185 1.57.27-.442.453-.926.659-1.398.289.288.67.592.607 1.051.044 1.121-1.811 1.55-2.232.479zM15.916 17.215c.731 0 1.58.481 1.45 1.32-.094 1.225-2.133 1.358-2.328.112.453-.02.905-.023 1.36-.027a28.017 28.017 0 0 1-.481-1.405z"/><path fill="#fff" d="M15.05 18.439c.125-.36.277-.712.451-1.05.207.349.413.7.608 1.055a41.64 41.64 0 0 1-1.06-.005zM.818 23.72c8.558-.033 17.118 0 25.675-.016-8.595.046-17.193.008-25.789.02l.115-.004z"/><path fill="#26252c" d="M13.155 6.056c.307-.267.682.075.99.18.003.406-.138.95-.65.918-.58.108-.813-.835-.34-1.098zM13.22 7.49c.734-.612 1.482.273 1.984.761.619.443.404 1.402-.258 1.687a17.854 17.854 0 0 1-.038-1.349l-.559-.365c.001.514.003 1.03.001 1.544-.398.007-.796.008-1.195.01 0-.389-.003-.779-.011-1.167-.468.547-.889 1.233-1.673 1.338.503-.869 1.107-1.687 1.748-2.457zM13.205 9.997c.348.001.695.001 1.043-.001.387.828.961 1.552 1.346 2.378.175.342-.217.611-.344.892.404-.31.655-.742.67-1.257.102.691.393 1.332.622 1.987a58.89 58.89 0 0 1-1.456.004c.064-1.36-.627-2.501-1.36-3.581-.603.905-1.005 1.949-1.756 2.75l.389-.169c-.068.331-.135.664-.198.998-.485.007-.972.004-1.459 0 .277-.736.518-1.484.813-2.213l.419.001c-.214.458-.44.915-.565 1.407.663-1.034 1.259-2.112 1.837-3.196zM9.916 11.779c.342-.001.683.001 1.025.008-.32.739-.659 1.473-.982 2.212-.485.003-.972.004-1.458.004.475-.739.937-1.486 1.414-2.224zM16.511 11.786c.342-.005.686-.007 1.03-.005.385.745.79 1.477 1.186 2.215-.415.005-.829.007-1.244.003-.31-.743-.667-1.467-.972-2.212z"/><path fill="#26252c" d="M13.066 11.795c.356-.012.712-.018 1.069-.018.11.735.09 1.484.224 2.217-.491.01-.983.01-1.475.001.089-.731.18-1.463.183-2.201zM4.856 20.831a76 76 0 0 1 .822-1.214h1.855c-.191.41-.338.851-.614 1.215-.68.113-1.379.049-2.063-.001zM9.393 19.6c.661-.1 1.21.233 1.729.589-.003.232-.004.464-.005.697-.689 0-1.377.018-2.062-.064.1-.412.237-.811.338-1.222zM13.166 19.615c.58-.003 1.16-.008 1.735.083.012.395.015.791.011 1.186l-1.745.001c-.003-.424-.001-.847 0-1.271zM16.675 20.163c.435-.364.94-.634 1.527-.571.176.416.391.813.577 1.226-.586.072-1.177.074-1.766.071a43.053 43.053 0 0 1-.338-.725zM19.968 19.621c.541-.005 1.083-.004 1.624-.004.307.415.604.836.893 1.264-.577-.012-1.159.053-1.73-.044-.34-.348-.562-.791-.787-1.216z"/><path fill="#201f26" d="M11.943 16.979c.222-.738.271-1.893 1.328-1.795l.045.37c-.387-.014-.753.09-.955.449.93.061 1.872.098 2.798-.035a24.419 24.419 0 0 0-.535-.374c.41.014.82.02 1.229.055-.194.089-.39.176-.585.262.142.356.284.713.424 1.072.53-.007 1.129.027 1.503.46.824.805.184 2.71-1.098 2.438-.757.037-1.22-.634-1.469-1.257l-.735.007c-.577-.612-1.051-1.338-1.752-1.818.333.51.885.956.874 1.62.116 1.295-2.107 2.096-2.663.815-.644-1.054.338-2.551 1.59-2.268m.388-.548c.58.671 1.192 1.313 1.78 1.977.284-.65.535-1.313.787-1.976a87.796 87.796 0 0 0-2.566-.001m2.253 1.695c.237-.375.533-.706.905-.95l-.368-.727c-.168.562-.331 1.126-.537 1.677m-4.027.77c.421 1.072 2.276.642 2.232-.479.063-.46-.318-.764-.607-1.051-.206.472-.389.956-.659 1.398-.005-.53.132-1.046.185-1.57-.81.072-1.589.878-1.152 1.702m5.36-1.682c.149.472.308.941.481 1.405-.454.004-.907.007-1.36.027.195 1.246 2.234 1.113 2.328-.112.131-.839-.719-1.32-1.45-1.32m-.865 1.224c.353.007.706.008 1.06.005a35.579 35.579 0 0 0-.608-1.055 7.98 7.98 0 0 0-.451 1.05z"/><path fill="#e68684" d="M26.869 21.982c.245.089.245.814-.004.9-.007-.3-.007-.6.004-.9z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#f8da10" opacity=".98" d="M11.713 0h.552c.257.118.503.265.704.464 3.294 3.308 6.593 6.612 9.89 9.917.403.415.871.788 1.14 1.313v.643a2.897 2.897 0 0 1-.59.754c-3.678 3.616-7.26 7.333-10.974 10.909h-.814c-.439-.262-.763-.665-1.124-1.018-3.106-3.095-6.204-6.196-9.311-9.289-.425-.437-.929-.824-1.187-1.393v-.557c.228-.532.69-.896 1.084-1.3 3.121-3.119 6.24-6.239 9.36-9.36.397-.389.756-.84 1.27-1.084m-.033.297c-.262.114-.46.328-.664.52C7.54 4.302 4.052 7.777.581 11.267c-.403.355-.474 1.03-.066 1.411 3.505 3.536 7.037 7.049 10.54 10.589.364.46 1.09.751 1.568.286 3.613-3.589 7.2-7.21 10.807-10.806.461-.376.436-1.105-.008-1.483-3.56-3.562-7.124-7.122-10.69-10.68-.258-.289-.682-.445-1.052-.287z"/><path d="M11.68.296c.371-.158.794-.002 1.052.287 3.565 3.558 7.129 7.118 10.69 10.68.444.378.469 1.108.008 1.483-3.607 3.596-7.194 7.217-10.807 10.806-.479.466-1.205.174-1.568-.286-3.503-3.54-7.034-7.052-10.54-10.589-.408-.382-.337-1.056.066-1.411C4.053 7.776 7.54 4.301 11.016.815c.204-.192.402-.406.664-.52m.127.467C8.145 4.294 4.596 7.958.981 11.544c-.328.235-.355.689-.012.924 3.57 3.551 7.106 7.136 10.678 10.685.211.259.583.19.776-.053 3.558-3.559 7.118-7.118 10.676-10.679.311-.246.215-.668-.066-.89-3.497-3.505-7.006-6.997-10.505-10.501-.188-.176-.445-.446-.721-.268z"/><path d="M12.522 3.51c.415.037.872-.068 1.261.1.412.352-.017.809-.286 1.084.168.41.352.815.544 1.214 1.247-.445 2.545.856 2.117 2.098-.257 1.156-1.882 1.616-2.672.709-.77-.751-.488-1.944.158-2.674-.414.275-.784.61-1.132.961-.305.26-.175.805-.578.976-.359.197-.676-.116-.929-.332-.18.618-.56 1.252-1.23 1.414-.959.296-1.988-.518-2.021-1.498-.136-1.141 1.037-2.082 2.13-1.765.214-.409.494-.836.343-1.319a42.735 42.735 0 0 0-.331-.11l-.083-.571c.595-.005 1.193-.024 1.787.037-.223.283-.505.509-.773.748.635.038 1.27.044 1.904.062.173-.187.35-.37.524-.556-.254-.01-.508-.017-.762-.023l.028-.554M11.158 5.19c.242.546.481 1.094.737 1.633.499-.394.952-.84 1.415-1.274-.05-.113-.101-.224-.15-.337-.667-.006-1.334-.017-2.002-.022m-.501.426c-.08.164-.161.329-.24.494.233.308.421.648.57 1.006.065-.041.192-.125.256-.167-.182-.45-.382-.893-.586-1.333M8.302 6.87c-.41.752.174 1.834 1.058 1.799.595.032 1.004-.472 1.2-.974-.468-.025-.942.023-1.406-.059-.101-.529.379-.962.544-1.441-.546-.056-1.164.134-1.396.676m5.989-.497c.156.424.569.811.557 1.266-.534.443-.721-.671-1.022-.989-.449.58-.413 1.544.299 1.896.738.43 1.694-.287 1.592-1.104-.014-.722-.745-1.198-1.426-1.069m-4.403.689l.644.024c-.133-.52-.496-.552-.644-.024zM7.654 11.225c-.404-.337-.245-1.187.372-1.044.582.238.35 1.038-.186 1.172.42.414.434 1.025.562 1.565.203.139.407.28.608.421l-.144.343a6.41 6.41 0 0 1-.826-.602c-.112.522-.238 1.067-.034 1.586.286.828.198 1.709.203 2.569l-.424-.024c-.059-.719-.049-1.454-.276-2.148-.222.772-.611 1.474-.998 2.171-.082-.055-.245-.168-.326-.224.71-1.247.896-2.84.235-4.144.208-.472.413-.943.612-1.418.205-.078.413-.154.622-.223m-.795 1.596c-.335.488.467.208 0 0zM13.584 10.818c.388-.578.952-.155.677.439.4.515.427 1.17.367 1.792.726-.222 1.456.02 2.188.052.452.534.422 1.321.961 1.802-1.002.126-.833-1.016-1.158-1.603.014.487-.055.971-.079 1.454.158.42.265.853.292 1.303.11.078.222.157.332.238l-.242.499c-.522-.518-.164-1.504-1.003-1.796-.042.7-.181 1.993-1.116 1.91.674-.572.878-1.454.476-2.261-.738.294-1.529.296-2.309.272.15.672.422 1.32.467 2.014-.17-.017-.341-.035-.511-.054.066-.163.132-.326.2-.488-.238-.48-.497-.949-.718-1.436-.557.372-1.176.989-.913 1.722l-.208.185-.212-.553c.263-.589.518-1.199.976-1.67-.02-.535-.232-1.031-.456-1.508-.229.257-.384.779-.799.48a5.494 5.494 0 0 0 .049-1.654c.692-.019 1.397.112 1.916.604.245.286.564.132.839-.017.023-.436.088-.877.314-1.259-.109-.156-.218-.312-.33-.466m-.109 2.022c-.085.478.479-.119 0 0z"/><path fill="#fee011" d="M11.807.762c.276-.179.533.091.721.268 3.499 3.504 7.008 6.996 10.505 10.501.281.222.377.644.066.89L12.423 23.1c-.193.242-.565.312-.776.053C8.076 19.605 4.539 16.019.969 12.468c-.343-.235-.316-.689.012-.924C4.597 7.958 8.145 4.294 11.807.762m.715 2.748l-.028.554c.254.006.508.013.762.023-.174.186-.352.368-.524.556-.635-.018-1.27-.024-1.904-.062.268-.239.55-.464.773-.748-.594-.061-1.192-.042-1.787-.037l.083.571.331.11c.151.482-.13.91-.343 1.319-1.093-.317-2.266.624-2.13 1.765.032.979 1.062 1.794 2.021 1.498.67-.162 1.05-.796 1.23-1.414.253.216.57.529.929.332.403-.17.274-.715.578-.976a7.266 7.266 0 0 1 1.132-.961c-.647.73-.929 1.922-.158 2.674.791.907 2.416.446 2.672-.709.428-1.242-.87-2.543-2.117-2.098-.192-.4-.376-.804-.544-1.214.269-.275.697-.732.286-1.084-.389-.168-.846-.062-1.261-.1m-4.869 7.716c-.209.07-.416.145-.622.223-.199.475-.404.947-.612 1.418.661 1.303.475 2.897-.235 4.144l.326.224c.388-.697.776-1.399.998-2.171.227.694.217 1.429.276 2.148l.424.024c-.005-.86.083-1.741-.203-2.569-.204-.52-.078-1.064.034-1.586.254.228.539.419.826.602l.144-.343c-.202-.142-.406-.282-.608-.421-.127-.54-.142-1.151-.562-1.565.536-.134.768-.935.186-1.172-.617-.143-.776.707-.372 1.044m5.93-.407c.112.154.221.31.33.466-.227.382-.292.823-.314 1.259-.275.149-.594.302-.839.017-.52-.492-1.224-.623-1.916-.604.062.55.055 1.109-.049 1.654.415.299.57-.223.799-.48.224.478.436.973.456 1.508-.457.472-.713 1.081-.976 1.67l.212.553.208-.185c-.263-.733.356-1.35.913-1.722.221.487.48.956.718 1.436-.068.162-.134.325-.2.488.17.019.341.037.511.054-.044-.694-.317-1.342-.467-2.014.78.024 1.571.022 2.309-.272.402.806.198 1.688-.476 2.261.935.083 1.074-1.211 1.116-1.91.839.293.481 1.278 1.003 1.796l.242-.499-.332-.238a4.385 4.385 0 0 0-.292-1.303c.024-.484.094-.967.079-1.454.325.587.156 1.729 1.158 1.603-.539-.481-.509-1.268-.961-1.802-.732-.031-1.462-.274-2.188-.052.06-.622.032-1.277-.367-1.792.275-.594-.289-1.018-.677-.439z"/><path fill="#fee011" d="M11.158 5.19c.667.005 1.334.016 2.002.022.049.113.1.224.15.337-.463.434-.916.881-1.415 1.274-.256-.539-.494-1.087-.737-1.633zM10.657 5.616c.204.44.403.883.586 1.333-.064.042-.191.126-.256.167a4.601 4.601 0 0 0-.57-1.006c.079-.166.16-.33.24-.494zM8.302 6.87c.232-.541.85-.732 1.396-.676-.164.479-.644.912-.544 1.441.464.082.938.034 1.406.059-.196.503-.605 1.007-1.2.974-.884.035-1.469-1.046-1.058-1.799zM14.291 6.374c.68-.128 1.411.347 1.426 1.069.102.817-.854 1.534-1.592 1.104-.712-.352-.748-1.316-.299-1.896.301.318.488 1.432 1.022.989.012-.455-.401-.842-.557-1.266z"/><path fill="#fee011" d="M9.888 7.063c.149-.528.511-.496.644.024-.215-.007-.43-.016-.644-.024zM6.859 12.821c.467.208-.335.488 0 0z"/><path fill="#cfb70e" d="M13.475 12.841c.479-.119-.085.478 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trail-crossing--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#dbc10e" opacity=".86" d="M11.68 0h.604c.272.139.524.316.74.532 3.238 3.244 6.481 6.482 9.721 9.722.451.464.982.881 1.255 1.484v.422c-.11.29-.264.566-.487.785-3.526 3.52-7.046 7.043-10.567 10.566a2.32 2.32 0 0 1-.774.488h-.326a2.03 2.03 0 0 1-.802-.478C7.524 19.997 4.002 16.476.479 12.955A3.005 3.005 0 0 1 0 12.297v-.604c.272-.59.797-.998 1.24-1.454C4.461 7.018 7.685 3.801 10.901.575c.229-.229.491-.426.779-.577m-.004.288c-.21.09-.374.256-.539.41C7.625 4.225 4.092 7.736.573 11.262c-.42.352-.452 1.028-.034 1.396 3.578 3.582 7.165 7.158 10.745 10.74a.924.924 0 0 0 1.417-.012c3.576-3.587 7.169-7.157 10.745-10.744.414-.362.376-1.016-.03-1.368-3.538-3.547-7.091-7.08-10.627-10.628-.276-.305-.702-.53-1.114-.36z"/><path d="M11.676.286c.412-.17.838.055 1.114.36 3.536 3.548 7.09 7.081 10.627 10.628.406.352.444 1.006.03 1.368-3.576 3.587-7.169 7.157-10.745 10.744a.924.924 0 0 1-1.417.012C7.705 19.816 4.119 16.24.54 12.658c-.419-.367-.386-1.044.034-1.396C4.092 7.736 7.625 4.225 11.138.696c.164-.155.329-.32.539-.41m.117.445C8.127 4.266 4.575 7.931.951 11.515c-.306.224-.355.647-.032.884C4.418 15.901 7.931 19.39 11.421 22.9c.221.256.606.576.899.224 3.59-3.574 7.17-7.159 10.753-10.74.263-.205.294-.584.019-.796-3.509-3.53-7.042-7.039-10.554-10.568-.193-.179-.463-.475-.744-.29z"/><path d="M9.703 5.017a.872.872 0 0 1 .223-.818c.151.125.3.252.449.378-.102.145-.203.292-.302.438.17.382.248.791.298 1.204.144.089.288.176.433.263.606-.514 1.316-.858 2.126-.823-.032.56.006 1.122.031 1.684l-.335.034a13.258 13.258 0 0 0-.34-.59c-.234.451-.422.928-.476 1.436.445.474.701 1.074.943 1.668-.112.167-.223.332-.343.494.128-.772-.284-1.432-.902-1.853-.206.596-.9 1.163-.532 1.825-.157.016-.316.029-.473.04.104-.643.301-1.266.454-1.898-.732.082-1.45-.035-2.158-.205-.449.7-.204 1.538.401 2.047-.118.007-.352.024-.468.032-.283-.552-.624-1.139-.528-1.782-.786.268-.593 1.164-1.027 1.696a8.027 8.027 0 0 1-.197-.434c.468-.36.292-1.024.606-1.483-.091-.462-.1-.931-.104-1.399-.271.556-.178 1.666-1.078 1.546.439-.458.449-1.147.839-1.622.696-.151 1.411-.337 2.124-.168-.05-.59.013-1.195.336-1.706m.533 1.511c-.156.156.13.377.269.233.161-.156-.128-.372-.269-.233zM14.908 5.405c.408-.161.617.532.203.629-.378.149-.586-.503-.203-.629zM15.746 5.857c.169-.05.343-.091.518-.118.173.523.485 1.097.202 1.639a10.796 10.796 0 0 1-.72-1.522zM15.16 6.802c-.187-.371.174-.618.433-.811.336.776 1.073 1.495.87 2.4-.136.628.176 1.199.329 1.787-.558-.414-.791-1.121-.895-1.781-.562.436-.626 1.216-1.15 1.664-.041-1.066.983-1.76.94-2.815-.23.337-.534.625-.938.732.227-.364.646-.706.412-1.176zM3.976 11.923l.308.007c.296.503.588 1.008.892 1.507.005-.503.004-1.006.004-1.508l.376-.001c-.004.812.016 1.626-.014 2.438-.649-.287-.798-1.078-1.2-1.606-.005.506-.004 1.013-.004 1.519h-.365c.001-.786-.002-1.571.004-2.357zM6.968 11.927l.356-.002c.276.785.544 1.571.812 2.358l-.386-.006c-.073-.223-.149-.446-.222-.668l-.756.001c-.07.223-.142.446-.211.671l-.395-.001c.265-.785.532-1.568.802-2.352m.176.623c-.078.232-.155.464-.23.697l.476-.002-.246-.695zM8.514 11.928h1.434l.001.344c-.18.001-.36.002-.54.005l.001 2.004h-.354c.001-.668 0-1.336.002-2.004l-.545-.005v-.344zM10.526 11.936l.368-.018c.006.788.002 1.576.004 2.364l-.371-.001-.001-2.345zM12.048 11.935c1.015-.329 1.315 1.046 1.06 1.765-.091.708-1.18.865-1.438.191-.22-.619-.287-1.589.378-1.956m.226.334c-.509.188-.385.908-.316 1.336.065.469.784.444.793-.042.07-.431.155-1.312-.478-1.294zM13.811 11.922l.31.01c.295.502.586 1.007.89 1.504.006-.506.004-1.012.008-1.517l.373.02c-.007.809.012 1.616-.014 2.425-.653-.281-.8-1.076-1.202-1.603-.005.506-.004 1.013-.004 1.519h-.364c0-.786-.004-1.572.002-2.358zM16.804 11.927h.359c.274.785.541 1.57.81 2.356l-.386-.006-.222-.668-.756.001c-.07.223-.142.446-.211.67l-.396.002c.268-.785.533-1.571.803-2.354m-.058 1.319h.478l-.244-.696c-.079.232-.157.463-.234.696zM18.589 11.929l.358-.002.001 2.008 1.074.001.002.342c-.479.005-.958.005-1.436.004 0-.784-.001-1.568.001-2.352zM7.372 15.412l1.444-.001-.006.346-.535.002.001 2.006-.354-.001.001-2.005-.54-.002-.011-.344zM9.392 15.403c.484.04 1.189-.157 1.447.394.186.332-.076.65-.265.906.132.353.266.704.4 1.056l-.386.001-.385-1.033-.451.001-.001 1.032h-.358v-2.357m.365.335c-.004.214-.006.427-.007.641.264-.064.743.071.785-.31.002-.391-.521-.265-.778-.331zM12.21 15.414c.12-.005.24-.01.36-.013.277.784.542 1.571.811 2.358l-.382.001c-.074-.224-.15-.448-.223-.671l-.756-.001c-.071.223-.142.445-.211.668l-.397.005c.265-.784.533-1.565.798-2.347m-.052 1.312l.478.002c-.08-.23-.162-.46-.244-.689l-.234.686zM13.999 15.416l.368-.011c.004.786.001 1.572.002 2.358l-.371.001v-2.348zM15.182 15.412h.358v2.005l1.076.001v.346h-1.434v-2.352z"/><path fill="#fee011" d="M11.794.731c.281-.185.551.112.744.29 3.512 3.529 7.045 7.038 10.554 10.568.275.211.244.59-.019.796-3.583 3.581-7.163 7.166-10.753 10.74-.293.352-.678.031-.899-.224-3.491-3.51-7.003-7-10.502-10.501-.323-.238-.274-.66.032-.884C4.575 7.932 8.127 4.267 11.794.732M9.703 5.017c-.323.511-.386 1.116-.336 1.706-.713-.169-1.428.017-2.124.168-.39.475-.4 1.164-.839 1.622.9.12.806-.99 1.078-1.546.005.468.013.937.104 1.399-.314.46-.138 1.123-.606 1.483.061.146.127.292.197.434.434-.532.241-1.428 1.027-1.696-.096.643.245 1.23.528 1.782.116-.008.35-.025.468-.032-.605-.509-.85-1.348-.401-2.047.708.17 1.426.287 2.158.205-.152.632-.349 1.255-.454 1.898.157-.011.316-.024.473-.04-.368-.662.325-1.229.532-1.825.618.421 1.031 1.081.902 1.853.12-.162.232-.328.343-.494-.242-.594-.498-1.194-.943-1.668.054-.509.242-.985.476-1.436.119.193.23.391.34.59l.335-.034c-.025-.562-.064-1.123-.031-1.684-.81-.035-1.52.31-2.126.823a27.748 27.748 0 0 1-.433-.263c-.049-.413-.127-.822-.298-1.204.1-.146.2-.293.302-.438-.149-.126-.298-.253-.449-.378a.873.873 0 0 0-.223.818m5.205.392c-.383.126-.175.778.203.629.414-.097.205-.79-.203-.629m.838.452c.202.524.439 1.034.72 1.522.283-.542-.029-1.116-.202-1.639a3.664 3.664 0 0 0-.518.118m-.586.944c.234.47-.185.812-.412 1.176.404-.107.708-.395.938-.732.043 1.055-.98 1.75-.94 2.815.523-.449.588-1.229 1.15-1.664.104.66.337 1.367.895 1.781-.152-.588-.464-1.159-.329-1.787.203-.905-.534-1.624-.87-2.4-.259.193-.62.44-.433.811M3.976 11.923c-.006.786-.002 1.571-.004 2.357h.365c0-.506-.001-1.013.004-1.519.402.528.551 1.319 1.2 1.606.03-.812.011-1.626.014-2.438l-.376.001c0 .503.001 1.006-.004 1.508-.304-.499-.595-1.004-.892-1.507l-.308-.007m2.993.003c-.27.784-.536 1.567-.802 2.352l.395.001c.07-.224.142-.448.211-.671l.756-.001c.073.222.149.445.222.668l.386.006c-.269-.787-.536-1.573-.812-2.358l-.356.002m1.546.002v.344c.181.001.362.002.545.005-.002.668-.001 1.336-.002 2.004h.354l-.001-2.004.54-.005-.001-.344H8.515m2.011.008l.001 2.345.371.001c-.001-.788.002-1.576-.004-2.364l-.368.018m1.522-.001c-.665.367-.598 1.337-.378 1.956.258.674 1.346.517 1.438-.191.256-.719-.044-2.094-1.06-1.765m1.763-.013c-.006.786-.002 1.572-.002 2.358h.364c0-.506-.001-1.013.004-1.519.402.527.55 1.322 1.202 1.603.026-.809.007-1.616.014-2.425l-.373-.02c-.005.505-.002 1.01-.008 1.517-.305-.497-.595-1.002-.89-1.504a33.153 33.153 0 0 1-.31-.01m2.992.005c-.27.784-.535 1.57-.803 2.354l.396-.002c.07-.223.142-.446.211-.67l.756-.001.222.668.386.006c-.269-.786-.536-1.571-.81-2.356h-.359m1.786.003c-.002.784-.001 1.568-.001 2.352.479.001.958.001 1.436-.004l-.002-.342-1.074-.001-.001-2.008-.358.002M7.372 15.412l.011.344.54.002-.001 2.005.354.001-.001-2.006.535-.002.006-.346-1.444.001m2.02-.008v2.357h.358l.001-1.032.451-.001c.13.344.257.689.385 1.033l.386-.001c-.133-.352-.268-.703-.4-1.056.19-.256.451-.574.265-.906-.258-.551-.964-.354-1.447-.394m2.819.011c-.265.782-.533 1.564-.798 2.347.132-.001.265-.002.397-.005l.211-.668.756.001c.073.223.149.446.223.671l.382-.001c-.269-.787-.534-1.574-.811-2.358l-.36.013m1.789.002v2.348l.371-.001c-.001-.786.001-1.572-.002-2.358a43.89 43.89 0 0 0-.368.011m1.182-.004v2.352h1.434v-.346l-1.076-.001v-2.005h-.358z"/><path fill="#fee011" d="M10.236 6.532c.14-.139.43.077.269.233-.139.144-.425-.077-.269-.233zM12.274 12.269c.632-.018.547.863.478 1.294-.01.486-.728.511-.793.042-.07-.427-.193-1.147.316-1.336zM7.144 12.551l.246.695-.476.002c.076-.233.152-.466.23-.697zM16.747 13.247c.077-.233.155-.464.234-.696l.244.696h-.478zM9.758 15.738c.257.066.78-.06.778.331-.042.38-.521.246-.785.31.001-.214.004-.427.007-.641zM12.158 16.726l.234-.686.244.689-.478-.002z"/></symbol><symbol viewBox="0 0 27 24" id="warning--trams-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.286 0h.586c.558.137 1.06.483 1.331.997 3.904 6.76 7.818 13.516 11.719 20.278.67 1.077-.117 2.553-1.341 2.725H1.587A2.008 2.008 0 0 1 0 22.493v-.588c.082-.268.188-.529.326-.773C4.212 14.415 8.095 7.696 11.979.977c.266-.504.763-.836 1.307-.977M2.842 21.611c7.159.004 14.318.003 21.477 0-3.575-6.196-7.151-12.393-10.734-18.585C9.999 9.218 6.42 15.414 2.842 21.611z"/><path fill="#fff" d="M2.842 21.611C6.42 15.414 9.999 9.218 13.585 3.026c3.583 6.192 7.159 12.389 10.734 18.585-7.159.003-14.318.004-21.477 0m10.477-7.945l-.031.43c-.406.278-.812.556-1.218.836.395.28.792.558 1.18.847-.46.035-1.004-.132-1.369.237-1.561.015-3.124-.009-4.686.011-.489.032-.424.668-.561 1.01-.351.993-.196 2.052-.227 3.083.39 0 .78.002 1.171-.005l.064.237c.212-.004.424-.006.636-.007a.553.553 0 0 0 1.089.001l.577-.002c.121.614.964.607 1.091.001 1.701.003 3.401.003 5.102-.001.12.614.961.607 1.089.002l.582.001c.107.614.963.606 1.077.001.204-.001.407-.002.612-.005.205-.454.866-.128 1.267-.222-.034-1.023.126-2.074-.222-3.061-.137-.368-.087-1.061-.637-1.037-1.538-.01-3.076.004-4.613-.006-.371-.361-.912-.208-1.374-.24.388-.286.781-.565 1.175-.844-.399-.277-.8-.55-1.195-.832.067-.395-.241-.551-.579-.435z"/><path fill="#fff" d="M12.395 14.933c.395-.278.79-.554 1.19-.823.396.27.788.546 1.18.822-.394.283-.79.563-1.181.85a82.713 82.713 0 0 0-1.189-.849zM7.265 16.662c.217-.067.447-.027.668-.011.022.424.024.849-.007 1.273-.308-.025-.755.159-.967-.121a4.73 4.73 0 0 1 .306-1.141zM8.355 16.647c.295.001.672-.143.91.077a41.359 41.359 0 0 1-.001 3.05c-.245.202-.613.065-.907.074a51.762 51.762 0 0 1-.002-3.201zM9.555 16.647c.296 0 .67-.14.915.075.04 1.015.041 2.04-.001 3.055-.246.152-.686.173-.913-.014a43.75 43.75 0 0 1-.001-3.116zM10.818 16.708c.496-.205 1.088-.067 1.619-.06.011.421.076.856-.034 1.269-.521.038-1.06.078-1.575-.022a4.624 4.624 0 0 1-.01-1.187zM12.764 16.653c.532-.016 1.126-.149 1.625.055a4.58 4.58 0 0 1-.012 1.187c-.525.109-1.072.041-1.604.03a9.64 9.64 0 0 1-.009-1.272zM14.833 16.637c.496-.034 1.011-.069 1.502.029.05.408.117.868-.038 1.255-.51.016-1.073.106-1.554-.049-.025-.389-.172-.926.09-1.235zM16.686 16.66c.308-.058.624-.058.932-.002.016 1.06.018 2.121-.002 3.181a3.4 3.4 0 0 1-.929-.001c-.017-1.06-.015-2.119-.001-3.178zM17.885 16.66c.303-.027.649-.131.926.041.05 1.044.024 2.093.009 3.138-.31.042-.625.042-.934-.002a98.96 98.96 0 0 1-.001-3.177zM19.333 16.636c.753-.262.758.663.864 1.157-.165.263-.701.188-.947.071-.021-.391-.157-.903.083-1.228z"/><path d="M13.319 13.666c.338-.116.646.04.579.435.395.282.796.555 1.195.832-.394.279-.787.558-1.175.844.462.032 1.003-.121 1.374.24 1.537.01 3.075-.004 4.613.006.55-.024.5.669.637 1.037.348.987.188 2.038.222 3.061-.401.094-1.062-.232-1.267.222-.205.003-.408.004-.612.005-.114.605-.97.613-1.077-.001l-.582-.001c-.128.605-.969.612-1.089-.002-1.701.004-3.401.004-5.102.001-.127.606-.97.613-1.091-.001l-.577.002a.553.553 0 0 1-1.089-.001c-.212.001-.424.003-.636.007l-.064-.237c-.391.007-.781.005-1.171.005.031-1.031-.124-2.09.227-3.083.137-.342.072-.978.561-1.01 1.562-.02 3.125.004 4.686-.011.365-.369.909-.202 1.369-.237-.388-.289-.785-.567-1.18-.847.406-.28.812-.558 1.218-.836l.031-.43m-.924 1.267c.398.28.796.562 1.189.849.391-.287.787-.567 1.181-.85-.392-.276-.784-.552-1.18-.822-.4.269-.795.545-1.19.823m-5.13 1.729a4.73 4.73 0 0 0-.306 1.141c.212.28.659.096.967.121.031-.424.029-.849.007-1.273-.221-.016-.451-.056-.668.011m1.09-.015a51.762 51.762 0 0 0 .002 3.201c.294-.009.662.128.907-.074.039-1.014.037-2.036.001-3.05-.238-.22-.615-.076-.91-.077m1.2 0a43.75 43.75 0 0 0 .001 3.116c.227.187.667.166.913.014.042-1.015.041-2.04.001-3.055-.245-.215-.619-.075-.915-.075m1.263.061c-.045.393-.047.795.01 1.187.515.1 1.054.06 1.575.022.11-.413.045-.848.034-1.269-.531-.007-1.123-.145-1.619.06m1.946-.055a9.64 9.64 0 0 0 .009 1.272c.532.011 1.079.079 1.604-.03a4.58 4.58 0 0 0 .012-1.187c-.499-.204-1.093-.071-1.625-.055m2.069-.016c-.262.309-.115.846-.09 1.235.481.155 1.044.065 1.554.049.155-.387.088-.847.038-1.255-.491-.098-1.006-.063-1.502-.029m1.853.023c-.014 1.059-.016 2.118.001 3.178a3.4 3.4 0 0 0 .929.001c.02-1.06.018-2.121.002-3.181a2.561 2.561 0 0 0-.932.002m1.199 0a98.96 98.96 0 0 0 .001 3.177c.309.044.624.044.934.002.015-1.045.041-2.094-.009-3.138-.277-.172-.623-.068-.926-.041m1.448-.024c-.24.325-.104.837-.083 1.228.246.117.782.192.947-.071-.106-.494-.111-1.419-.864-1.157z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trams-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.566 1.141c.629-.131 1.27.13 1.703.586 3.271 3.131 6.556 6.248 9.815 9.39.734.695.606 1.948-.145 2.578-3.13 3.114-6.241 6.245-9.371 9.359-.673.659-1.859.656-2.518-.024-3.307-3.174-6.634-6.329-9.94-9.504-.69-.664-.606-1.86.089-2.489 3.058-3.061 6.115-6.125 9.176-9.184.326-.332.716-.64 1.19-.712m-.243.351c-.324.124-.575.373-.818.612C7.47 5.151 4.42 8.181 1.39 11.23c-.59.529-.673 1.54-.089 2.104 3.312 3.17 6.629 6.337 9.942 9.506.583.601 1.631.568 2.2-.038 3.145-3.133 6.282-6.277 9.42-9.419.59-.562.593-1.594-.028-2.135-3.263-3.137-6.544-6.256-9.817-9.382-.428-.448-1.117-.616-1.696-.374z"/><path fill="#231f20" d="M11.436 1.846c.641-.188 1.342.046 1.793.523 3.049 2.911 6.103 5.818 9.14 8.74.682.616.686 1.772.029 2.406a5646.452 5646.452 0 0 1-8.82 8.827c-.665.703-1.89.71-2.548-.006-3.061-2.942-6.137-5.869-9.204-8.804-.701-.629-.65-1.808.024-2.437 2.832-2.849 5.681-5.682 8.519-8.525.302-.308.638-.613 1.067-.724m.119.358c-.401.1-.696.409-.98.69-2.812 2.828-5.646 5.635-8.453 8.468-.535.486-.578 1.406-.031 1.901l9.27 8.857c.522.528 1.447.481 1.95-.049 2.904-2.897 5.798-5.802 8.705-8.695.588-.492.685-1.47.091-1.997-3.038-2.924-6.098-5.827-9.146-8.742-.355-.374-.895-.578-1.405-.433z"/><path fill="#231f20" d="M9.416 9.34c.772-.353 1.522-.78 2.323-1.05.76.316 1.499.685 2.243 1.039-.737.432-1.552.706-2.3 1.112 2.698.037 5.396-.001 8.095.019-.014.172-.026.343-.041.515l-.486-.004c-.001.412-.001.824-.004 1.236.179.013.356.025.535.04l-.001.326c-1.006.013-2.011-.016-3.017-.004l.001.412c.997.005 1.996.002 2.994.001l.004.631c-4.237.004-8.476.005-12.713-.001v-.628c3.14-.004 6.281.002 9.422-.004v-.419c-2.468-.017-4.937.022-7.404-.019.01-.533.01-1.066.007-1.598-.536-.001-1.073.004-1.608-.011.11-.152.142-.416.362-.448 1.29-.133 2.616.112 3.89-.124-.8-.262-1.546-.664-2.304-1.024m.823-.011c.497.236.994.474 1.493.706.486-.239.978-.468 1.464-.707a46.071 46.071 0 0 0-1.465-.671c-.503.21-1 .436-1.492.672m-.822 1.652a260 260 0 0 0-.001 1.249c.715.005 1.429.004 2.144.001.002-.416.002-.832.001-1.248-.714-.008-1.429-.005-2.144-.002m2.473-.003c-.004.418-.005.835-.001 1.254.713 0 1.427.001 2.141-.001.001-.418.001-.835-.002-1.252l-2.137-.001m2.438.003c-.002.416-.002.833-.001 1.249.714.004 1.428.004 2.143.001.004-.418.002-.835-.008-1.253-.712.001-1.422-.001-2.134.002m2.473-.002c-.007.418-.007.835-.004 1.253.714.002 1.428.002 2.142 0 .001-.418.001-.835-.001-1.252l-2.137-.001z"/><path fill="#231f20" d="M7.459 11.227c.467-.006.932-.005 1.398-.001v1.349c-.6.002-1.2.004-1.8-.001.13-.45.266-.898.402-1.346m.15.29c-.084.272-.17.544-.256.815.389.005.779.005 1.168.004l-.001-.835a34.6 34.6 0 0 0-.911.017zM4.42 13.96c5.124-.002 10.248 0 15.371-.001.005.44.005.881.001 1.322-5.124.002-10.248.004-15.373-.001a64.54 64.54 0 0 1 .001-1.32z"/><path fill="#fff100" d="M11.322 1.492c.578-.241 1.267-.073 1.696.374 3.274 3.126 6.554 6.245 9.817 9.382.62.541.618 1.573.028 2.135-3.138 3.142-6.275 6.286-9.42 9.419-.569.606-1.616.64-2.2.038-3.313-3.169-6.63-6.336-9.942-9.506-.584-.564-.502-1.574.089-2.104 3.03-3.049 6.08-6.079 9.114-9.126.244-.239.494-.488.818-.612m.114.354c-.428.11-.764.415-1.067.724-2.838 2.843-5.687 5.676-8.519 8.525-.674.629-.725 1.808-.024 2.437 3.067 2.935 6.143 5.862 9.204 8.804.658.716 1.883.709 2.548.006 2.942-2.939 5.884-5.881 8.82-8.827.658-.634.653-1.79-.029-2.406-3.037-2.922-6.091-5.828-9.14-8.74-.451-.478-1.152-.712-1.793-.523z"/><path fill="#fff100" d="M11.555 2.204c.51-.145 1.05.059 1.405.433 3.048 2.915 6.108 5.818 9.146 8.742.594.527.497 1.505-.091 1.997-2.906 2.893-5.801 5.798-8.705 8.695-.503.53-1.428.577-1.95.049l-9.27-8.857c-.547-.494-.504-1.415.031-1.901 2.807-2.833 5.641-5.64 8.453-8.468.284-.281.58-.59.98-.69M9.416 9.34c.758.36 1.504.762 2.304 1.024-1.274.235-2.6-.01-3.89.124-.221.031-.252.295-.362.448.535.014 1.072.01 1.608.011.002.533.002 1.066-.007 1.598 2.467.041 4.936.002 7.404.019v.419c-3.142.006-6.282 0-9.422.004v.628c4.237.006 8.476.005 12.713.001l-.004-.631c-.998.001-1.997.004-2.994-.001l-.001-.412c1.006-.012 2.011.017 3.017.004l.001-.326-.535-.04.004-1.236.486.004c.014-.172.026-.343.041-.515-2.699-.02-5.398.018-8.095-.019.749-.407 1.564-.68 2.3-1.112-.744-.354-1.483-.724-2.243-1.039-.802.27-1.552.697-2.323 1.05m-1.959 1.884c-.136.449-.272.896-.402 1.346.6.005 1.2.004 1.8.001a303.3 303.3 0 0 0 0-1.349 65.153 65.153 0 0 0-1.398.001M4.42 13.96c-.005.44-.005.881-.001 1.32 5.125.005 10.249.004 15.373.001a64.72 64.72 0 0 0-.001-1.322c-5.123.001-10.247-.001-15.371.001z"/><path fill="#fff100" d="M10.237 9.326a31.63 31.63 0 0 1 1.492-.672c.492.216.982.438 1.465.671-.486.239-.978.468-1.464.707-.499-.232-.996-.469-1.493-.706zM9.415 10.978c.715-.002 1.43-.006 2.144.002.001.416.001.832-.001 1.248-.715.002-1.429.004-2.144-.001a260 260 0 0 1 .001-1.249zM11.888 10.975l2.137.001c.004.416.004.834.002 1.252-.714.002-1.428.001-2.141.001-.004-.419-.002-.836.001-1.254zM14.327 10.978c.712-.004 1.422-.001 2.134-.002.011.418.012.835.008 1.253-.715.002-1.429.002-2.143-.001-.001-.416-.001-.833.001-1.249zM16.8 10.975l2.137.001c.002.416.002.834.001 1.252-.714.002-1.428.002-2.142 0-.004-.418-.004-.835.004-1.253zM7.609 11.518c.304-.01.607-.014.911-.017l.001.835c-.389.001-.779.001-1.168-.004.085-.271.172-.542.256-.815z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.718 0h.517c.287.138.554.318.778.546 3.234 3.246 6.48 6.481 9.719 9.722.448.46.961.875 1.268 1.45v.524a2.71 2.71 0 0 1-.491.703c-3.266 3.254-6.522 6.52-9.784 9.779-.461.448-.874.964-1.446 1.276h-.532a2.844 2.844 0 0 1-.692-.492c-3.256-3.265-6.521-6.521-9.78-9.782-.448-.461-.964-.874-1.276-1.446v-.532c.27-.575.775-.974 1.208-1.418C4.469 7.07 7.73 3.81 10.988.548a3.77 3.77 0 0 1 .728-.547m-.044.388c-.392.235-.677.607-1.004.919C7.325 4.646 3.983 7.987.642 11.327c-.39.319-.45.942-.048 1.278l10.801 10.802a.806.806 0 0 0 1.211.002c3.599-3.602 7.199-7.205 10.8-10.806a.81.81 0 0 0 .008-1.212c-3.552-3.57-7.124-7.122-10.68-10.69-.263-.283-.682-.527-1.062-.313z"/><path fill="#ef7c23" d="M10.958 1.717c.335-.324.629-.706 1.042-.937.264.145.475.362.685.575 3.508 3.565 7.118 7.033 10.576 10.644-3.539 3.654-7.193 7.198-10.763 10.82-.188.197-.496.538-.751.232-3.406-3.392-6.797-6.802-10.201-10.195-.262-.275-.58-.51-.752-.856.173-.379.523-.629.802-.924C4.72 7.96 7.837 4.836 10.96 1.717M7.244 5.898c-.528.958-1.062 1.912-1.589 2.87-.133.191-.092.421-.064.637.34-.082.673-.185 1.01-.276.041 1.056-.06 2.172.443 3.145.334.857 1.246 1.328 1.504 2.225.278.934.104 1.924.151 2.884h1.276c.022-1.73.211-3.752-1.183-5.056-.944-.778-.899-2.072-.893-3.181.343.095.686.192 1.034.268.022-.24.023-.492-.12-.7-.527-.936-1.033-1.885-1.57-2.816M9.56 8.723c-.133.202-.127.445-.122.676.352-.073.7-.166 1.046-.264.037 1.074-.059 2.212.464 3.193.326.792 1.153 1.238 1.438 2.052.35.961.14 2.005.197 3.004l1.273.001c.028-1.741.205-3.774-1.2-5.08-.937-.773-.871-2.063-.878-3.16.334.07.682.278 1.022.185.14-.253-.064-.502-.166-.727-.508-.895-.992-1.805-1.5-2.7-.538.934-1.049 1.88-1.574 2.82m3.95-.127c-.109.23-.301.488-.152.746.349.013.68-.118 1.012-.211.036 1.062-.06 2.184.448 3.16.342.857 1.262 1.331 1.507 2.24.263.926.096 1.904.14 2.854l1.277-.001c-.01-.798.019-1.596-.01-2.394-.06-1.103-.586-2.143-1.388-2.893-.775-.778-.652-1.949-.677-2.952.326.066.665.282.997.19.182-.229-.03-.472-.124-.689-.512-.913-1.01-1.836-1.526-2.748-.508.895-.995 1.804-1.504 2.699z"/><path d="M11.672.389c.38-.214.799.03 1.062.313 3.556 3.568 7.128 7.12 10.68 10.69a.81.81 0 0 1-.008 1.212c-3.601 3.601-7.201 7.204-10.8 10.806a.806.806 0 0 1-1.211-.002L.594 12.606c-.402-.336-.342-.959.048-1.278 3.341-3.34 6.683-6.68 10.026-10.019.328-.312.612-.684 1.004-.919m-.714 1.327c-3.122 3.119-6.24 6.242-9.364 9.359-.278.295-.629.545-.802.924.173.346.491.581.752.856 3.404 3.394 6.796 6.803 10.201 10.195.256.306.563-.035.751-.232 3.57-3.623 7.224-7.166 10.763-10.82-3.457-3.611-7.068-7.079-10.576-10.644-.21-.212-.421-.43-.685-.575-.413.232-.707.613-1.042.937z"/><path d="M7.244 5.898c.536.931 1.043 1.88 1.57 2.816.143.208.142.46.12.7-.348-.076-.691-.173-1.034-.268-.006 1.109-.052 2.404.893 3.181 1.394 1.303 1.205 3.325 1.183 5.056H8.7c-.047-.96.127-1.95-.151-2.884-.258-.896-1.17-1.368-1.504-2.225-.503-.973-.402-2.089-.443-3.145-.337.091-.671.194-1.01.276-.029-.216-.07-.446.064-.637.527-.959 1.061-1.913 1.589-2.87zM9.56 8.723c.526-.94 1.037-1.886 1.574-2.82.508.895.992 1.805 1.5 2.7.102.226.306.474.166.727-.341.094-.689-.115-1.022-.185.007 1.097-.059 2.387.878 3.16 1.405 1.306 1.228 3.338 1.2 5.08l-1.273-.001c-.056-.998.154-2.042-.197-3.004-.284-.814-1.111-1.26-1.438-2.052-.523-.982-.427-2.119-.464-3.193-.347.098-.695.191-1.046.264-.005-.23-.011-.474.122-.676zM13.51 8.596c.509-.895.996-1.804 1.504-2.699.516.912 1.014 1.835 1.526 2.748.094.217.306.46.124.689-.332.092-.671-.124-.997-.19.025 1.003-.098 2.174.677 2.952.803.75 1.328 1.79 1.388 2.893.029.798 0 1.596.01 2.394l-1.277.001c-.044-.949.122-1.927-.14-2.854-.245-.91-1.165-1.384-1.507-2.24-.508-.976-.412-2.098-.448-3.16-.331.094-.662.224-1.012.211-.149-.258.043-.516.152-.746z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.719 0h.515c.26.126.511.28.716.486 3.277 3.284 6.56 6.562 9.84 9.842.431.439.922.839 1.21 1.393v.52c-.247.558-.739.937-1.154 1.363l-9.24 9.24c-.418.413-.802.878-1.328 1.156h-.528c-.523-.244-.893-.697-1.294-1.096l-9.301-9.3c-.412-.416-.876-.8-1.154-1.327v-.528c.252-.552.733-.937 1.15-1.361C4.431 7.108 7.714 3.83 10.99.547c.218-.215.467-.395.731-.547m-.05.388c-.346.203-.598.526-.883.8C7.387 4.589 3.979 7.982.586 11.39a.812.812 0 0 0 .008 1.214l10.801 10.802c.31.367.9.366 1.212.002 3.599-3.602 7.198-7.205 10.799-10.805a.81.81 0 0 0 .008-1.214C19.861 7.82 16.29 4.268 12.734.701c-.262-.286-.682-.524-1.063-.314z"/><path fill="#ef7c23" d="M11.746.946c.287-.35.594.091.82.289C16.112 4.84 19.766 8.346 23.259 12c-3.556 3.674-7.23 7.237-10.822 10.879-.168.193-.468.454-.69.173a6870.694 6870.694 0 0 1-10.796-10.8c-.293-.222-.029-.521.162-.697C4.666 8.027 8.187 4.464 11.746.946M7.249 9.118c.127.522.744.061 1.084.024-.026.708.041 1.44-.178 2.125-.257.828-1.104 1.262-1.433 2.053-.672 1.252-.415 2.705-.462 4.063.425.001.85.001 1.274-.001.043-1.342-.284-2.953.838-3.968 1.202-1.08 1.3-2.78 1.26-4.285.33.089.658.241 1.007.209.161-.254-.044-.512-.15-.742-.509-.894-.991-1.804-1.504-2.695-.577 1.073-1.23 2.111-1.736 3.217m4.074-.436c-.108.21-.312.528-.035.698.318-.04.62-.146.925-.236-.031.719.052 1.464-.187 2.158-.259.792-1.07 1.214-1.397 1.973-.698 1.259-.444 2.735-.485 4.109.424.001.846.001 1.27-.001.052-1.332-.286-2.929.82-3.947 1.22-1.076 1.324-2.788 1.28-4.302a9.04 9.04 0 0 0 1.039.253c.026-.228.024-.466-.113-.662-.528-.938-1.039-1.888-1.574-2.822-.523.922-1.025 1.855-1.543 2.78m3.673.424l.134.294c.324-.077.646-.163.967-.254-.029.698.04 1.418-.17 2.095-.241.835-1.093 1.27-1.428 2.054-.684 1.256-.432 2.72-.473 4.086.425.002.85.002 1.274-.001.038-1.349-.286-2.972.853-3.985 1.19-1.079 1.277-2.771 1.244-4.266.329.092.659.187.991.274.065-.212.091-.444-.046-.636-.529-.955-1.058-1.912-1.589-2.867a89.098 89.098 0 0 0-1.759 3.206z"/><path d="M11.671.388c.382-.21.802.029 1.063.314 3.556 3.568 7.127 7.12 10.68 10.688a.81.81 0 0 1-.008 1.214c-3.601 3.6-7.2 7.202-10.799 10.805a.807.807 0 0 1-1.212-.002L.594 12.605a.812.812 0 0 1-.008-1.214C3.98 7.983 7.388 4.589 10.788 1.189c.286-.275.538-.598.883-.8m.075.557C8.187 4.464 4.666 8.027 1.113 11.555c-.191.176-.455.475-.162.697 3.594 3.605 7.195 7.204 10.796 10.8.222.281.522.02.69-.173 3.592-3.642 7.266-7.205 10.822-10.879-3.493-3.654-7.147-7.16-10.693-10.765-.226-.198-.533-.64-.82-.289z"/><path d="M7.249 9.118c.506-1.106 1.159-2.144 1.736-3.217.512.892.995 1.801 1.504 2.695.106.229.311.487.15.742-.349.032-.677-.12-1.007-.209.04 1.505-.058 3.205-1.26 4.285-1.122 1.015-.794 2.627-.838 3.968-.425.002-.85.002-1.274.001.047-1.358-.21-2.812.462-4.063.329-.791 1.176-1.225 1.433-2.053.218-.685.151-1.417.178-2.125-.34.037-.956.498-1.084-.024zM11.323 8.682c.518-.925 1.02-1.859 1.543-2.78.535.935 1.046 1.884 1.574 2.822.137.197.139.434.113.662a8.99 8.99 0 0 1-1.039-.253c.043 1.514-.06 3.226-1.28 4.302-1.105 1.018-.768 2.615-.82 3.947-.424.002-.846.002-1.27.001.041-1.374-.214-2.85.485-4.109.326-.758 1.138-1.181 1.397-1.973.239-.694.156-1.439.187-2.158-.305.09-.607.197-.925.236-.277-.17-.073-.488.035-.698zM14.996 9.107a87.418 87.418 0 0 1 1.759-3.206l1.589 2.867c.137.192.11.424.046.636-.332-.086-.662-.181-.991-.274.032 1.495-.054 3.187-1.244 4.266-1.139 1.013-.815 2.636-.853 3.985a77.3 77.3 0 0 1-1.274.001c.041-1.366-.211-2.83.473-4.086.335-.785 1.187-1.219 1.428-2.054.21-.677.142-1.397.17-2.095-.322.091-.643.178-.967.254a38.241 38.241 0 0 1-.134-.294z"/></symbol><symbol viewBox="0 0 30 24" id="warning--triple-lanes-left-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h30v24H0V0m.503.503C.498 8.177.501 15.851.501 23.525c9.699.005 19.398.003 29.095 0-.002-7.675.02-15.351-.009-23.027C19.891.506 10.196.496.502.502z"/><path fill="#ffd520" d="M1.005 1.005c9.364-.006 18.729-.003 28.092-.002.003 7.341.006 14.682-.002 22.023-9.364-.006-18.729.008-28.093-.008.002-7.338-.003-14.676.003-22.014m.645 3.6c.598 1.857 1.184 3.717 1.847 5.551.075.358.612.462.804.141.294-.537.436-1.142.679-1.701 1.722.675 2.892 2.396 3.042 4.218.112 2.241.016 4.49.052 6.733.794.006 1.587.008 2.381 0-.006-2.27.018-4.538-.012-6.805-.093-2.617-1.802-4.946-4.038-6.201.477-.423 1.011-.781 1.464-1.231.295-.288.003-.796-.385-.753-1.944-.029-3.889.015-5.833.048m8.71.001c.597 1.854 1.184 3.712 1.843 5.545.073.358.607.47.803.149.299-.536.439-1.143.683-1.704 1.803.704 2.982 2.549 3.065 4.455.066 2.164.006 4.332.032 6.496.793.006 1.587.006 2.38 0-.006-2.27.018-4.541-.012-6.81-.093-2.614-1.803-4.941-4.039-6.195.476-.421 1.003-.78 1.456-1.224.306-.273.023-.801-.367-.762-1.947-.029-3.895.015-5.842.049m8.833 0c.599 1.86 1.185 3.724 1.849 5.56.08.356.614.449.801.129.294-.535.436-1.139.679-1.698 1.721.676 2.894 2.396 3.042 4.22.112 2.241.017 4.489.053 6.732.793.006 1.587.008 2.382-.001-.009-2.268.017-4.536-.014-6.803-.093-2.616-1.8-4.946-4.038-6.201.475-.428 1.012-.783 1.465-1.234.29-.29.003-.789-.384-.752-1.944-.029-3.891.017-5.837.048z"/><path d="M.503.503C10.197.497 19.892.506 29.588.498c.028 7.676.007 15.351.009 23.027-9.698.003-19.396.005-29.095 0C.502 15.851.499 8.177.504.503m.501.502c-.006 7.338-.002 14.676-.003 22.014 9.364.015 18.729.002 28.093.008.007-7.341.005-14.682.002-22.023C19.734 1.002 10.37 1 1.005 1.006z"/><path d="M1.65 4.604c1.944-.033 3.889-.077 5.833-.048.389-.043.681.465.386.753-.453.45-.987.808-1.464 1.231 2.236 1.255 3.945 3.583 4.038 6.201.03 2.268.006 4.536.012 6.805-.793.008-1.587.006-2.38 0-.036-2.244.06-4.493-.053-6.734-.15-1.822-1.32-3.543-3.042-4.218-.243.559-.385 1.164-.679 1.701-.192.321-.729.217-.804-.141C2.834 8.32 2.249 6.46 1.65 4.603zM10.361 4.605c1.947-.035 3.896-.078 5.842-.049.39-.039.674.489.367.762-.453.444-.981.803-1.457 1.224 2.236 1.254 3.947 3.581 4.04 6.195.03 2.27.006 4.541.012 6.81-.793.006-1.587.006-2.38 0-.026-2.165.035-4.332-.032-6.496-.082-1.906-1.261-3.751-3.064-4.455-.243.561-.384 1.168-.683 1.704-.195.321-.729.21-.802-.149-.66-1.833-1.247-3.691-1.844-5.545zM19.196 4.604c1.945-.032 3.892-.077 5.837-.048.387-.038.674.462.384.751-.453.452-.99.807-1.465 1.234 2.238 1.255 3.945 3.585 4.038 6.201.03 2.266.005 4.534.014 6.803-.795.009-1.588.008-2.382.002-.036-2.242.06-4.491-.053-6.732-.148-1.824-1.322-3.543-3.042-4.22-.243.559-.386 1.162-.679 1.698-.188.319-.721.226-.801-.129-.665-1.836-1.251-3.701-1.849-5.561z"/></symbol><symbol viewBox="0 0 30 24" id="warning--triple-lanes-left-turn-or-go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h30v24H0V0m.453.501C.452 8.176.45 15.851.454 23.526c9.698.002 19.395.003 29.093 0 .004-7.675.002-15.35.001-23.025H.453z"/><path fill="#ffd520" d="M.955 1.003c9.363-.002 18.727-.002 28.091 0 .002 7.34.003 14.681 0 22.022-9.364.003-18.727.003-28.091 0-.003-7.341-.002-14.682 0-22.022m23.862 1.892c-.945 1.271-1.896 2.539-2.795 3.843-.188.222-.019.61.28.603.492-.067.959-.248 1.443-.354.004 2.105.002 4.21.001 6.315-.908-1.529-2.345-2.657-3.845-3.567.36-.321.765-.591 1.108-.931.209-.231 0-.628-.304-.604-1.584-.021-3.169 0-4.752.044.492 1.502.962 3.013 1.5 4.499.074.31.529.367.675.083.211-.432.339-.899.522-1.343 1.439.916 2.593 2.195 3.65 3.518.927 1.339 1.491 2.96 1.448 4.599-.001.536-.002 1.073 0 1.61.714.006 1.427.004 2.141.002.005-4.741-.003-9.483.003-14.224.473.105.931.275 1.411.351.292.033.494-.336.327-.569-.901-1.318-1.863-2.592-2.813-3.875M9.353 9.278c.515 1.599 1.017 3.204 1.594 4.782.106.277.516.312.674.061.236-.458.364-.964.567-1.437 1.114.649 1.61 1.984 1.638 3.22.02 1.758.002 3.517.009 5.275.676.002 1.353.002 2.03 0-.005-1.896.011-3.791-.008-5.687-.03-1.798-.893-3.578-2.354-4.645.381-.339.807-.628 1.167-.989.194-.23.009-.612-.284-.617-1.677-.028-3.356.009-5.033.037m-6.935 1.045c.515 1.593 1.012 3.194 1.588 4.766.097.318.584.332.712.031.208-.452.345-.935.541-1.393 1.084.653 1.596 1.946 1.632 3.167.026 1.428.001 2.857.012 4.286.676 0 1.352.001 2.028-.001-.002-1.558.013-3.116-.008-4.674-.038-1.787-.903-3.55-2.354-4.609.377-.334.799-.618 1.157-.972.223-.242.004-.668-.32-.64-1.663-.021-3.326.013-4.988.039z"/><path d="M.453.501h29.095c.001 7.675.003 15.35-.001 23.025-9.698.003-19.395.002-29.093 0C.45 15.851.452 8.176.453.501m.502.502c-.002 7.34-.003 14.681 0 22.022 9.364.003 18.727.003 28.091 0 .003-7.341.002-14.682 0-22.022-9.364-.002-18.728-.002-28.091 0z"/><path d="M24.817 2.895c.95 1.283 1.912 2.557 2.813 3.875.167.233-.035.602-.327.569-.48-.076-.938-.246-1.411-.351-.006 4.741.002 9.483-.003 14.224-.714.002-1.427.004-2.141-.002-.002-.537-.001-1.074 0-1.61.043-1.639-.521-3.26-1.448-4.599-1.057-1.323-2.211-2.602-3.65-3.518-.183.444-.311.911-.522 1.343-.146.284-.601.227-.675-.083-.538-1.486-1.008-2.997-1.5-4.499 1.583-.044 3.168-.065 4.752-.044.304-.024.513.373.304.604-.343.34-.748.61-1.108.931 1.5.91 2.937 2.038 3.845 3.567.001-2.105.003-4.21-.001-6.315-.484.106-.951.287-1.443.354-.299.007-.468-.381-.28-.603.899-1.304 1.85-2.572 2.795-3.843zM9.353 9.278c1.677-.028 3.356-.065 5.033-.037.293.005.478.387.284.617-.36.361-.786.65-1.167.989 1.461 1.067 2.324 2.847 2.354 4.645.019 1.896.003 3.791.008 5.687-.677.002-1.354.002-2.03 0-.007-1.758.011-3.517-.009-5.275-.028-1.236-.524-2.571-1.638-3.22-.203.473-.331.979-.567 1.437-.158.251-.568.216-.674-.061-.577-1.578-1.079-3.183-1.594-4.782zM2.418 10.323c1.662-.026 3.325-.06 4.988-.039.324-.028.543.398.32.64-.358.354-.78.638-1.157.972 1.451 1.059 2.316 2.822 2.354 4.609.021 1.558.006 3.116.008 4.674-.676.002-1.352.001-2.028.001-.011-1.429.014-2.858-.012-4.286-.036-1.221-.548-2.514-1.632-3.167-.196.458-.333.941-.541 1.393-.128.301-.615.287-.712-.031-.576-1.572-1.073-3.173-1.588-4.766z"/></symbol><symbol viewBox="0 0 30 24" id="warning--triple-lanes-right-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h30v24H0V0m.454.502C.451 8.176.45 15.85.454 23.524c9.701-.008 19.403.025 29.102-.017-.011-7.667-.002-15.335-.004-23.003C19.853.497 10.153.502.454.502z"/><path fill="#ffd520" d="M.955 1.003c9.365-.001 18.73-.005 28.095.002.003 7.334-.006 14.668.005 22.002-9.366.041-18.733.009-28.099.016-.005-7.34-.003-14.68-.001-22.02M4.654 5.34c.469.421.983.791 1.457 1.206-2.266 1.241-3.988 3.624-4.052 6.257-.018 2.249-.005 4.499-.006 6.748.793.004 1.587.004 2.381 0 .004-1.584 0-3.167.002-4.751.005-.956-.053-1.93.204-2.862.371-1.481 1.455-2.778 2.886-3.336.226.542.393 1.108.634 1.642.167.336.713.316.837-.043.664-1.851 1.257-3.726 1.862-5.597-1.986-.034-3.973-.088-5.958-.039-.356.046-.51.531-.247.775m8.821-.018c.466.435.997.797 1.467 1.229-2.265 1.237-3.983 3.621-4.047 6.25-.018 2.251-.008 4.501-.006 6.752.793.001 1.586.002 2.379-.001.006-1.584.001-3.168.003-4.752.006-.922-.051-1.859.179-2.761.351-1.52 1.446-2.874 2.916-3.434.216.535.387 1.089.618 1.617.148.342.69.355.836.006.674-1.858 1.264-3.746 1.874-5.625-1.966-.035-3.933-.08-5.899-.044-.371-.001-.589.498-.32.763m8.706-.003c.467.437 1.001.798 1.47 1.234-2.264 1.235-3.98 3.617-4.047 6.244a634.13 634.13 0 0 0-.002 6.757l2.376-.001c.005-1.584 0-3.169.002-4.753.006-.942-.052-1.902.194-2.822.364-1.496 1.452-2.818 2.9-3.374.216.53.385 1.079.613 1.604.138.351.689.375.841.025.675-1.859 1.266-3.748 1.875-5.63-1.967-.035-3.936-.08-5.904-.044-.366.003-.581.495-.318.76z"/><path d="M.454.502c9.699 0 19.399-.005 29.098.002.002 7.668-.007 15.336.004 23.003-9.699.042-19.401.009-29.102.017C.45 15.85.451 8.176.454.502m.501.501c-.002 7.34-.004 14.68.001 22.02 9.366-.007 18.733.025 28.099-.016-.011-7.334-.002-14.668-.005-22.002C19.685.998 10.32 1.002.955 1.003z"/><path d="M4.654 5.34c-.263-.244-.109-.729.247-.775 1.985-.049 3.972.005 5.958.039-.605 1.871-1.198 3.746-1.862 5.597-.124.359-.67.379-.837.043-.241-.534-.408-1.1-.634-1.642-1.431.558-2.515 1.855-2.886 3.336-.257.932-.199 1.906-.204 2.862-.002 1.584.002 3.167-.002 4.751-.794.004-1.588.004-2.381 0 .001-2.249-.012-4.499.006-6.748.064-2.633 1.786-5.016 4.052-6.257-.474-.415-.988-.785-1.457-1.206zM13.475 5.322c-.269-.265-.051-.764.32-.763 1.966-.036 3.933.009 5.899.044-.61 1.879-1.2 3.767-1.874 5.625-.146.349-.688.336-.836-.006-.231-.528-.402-1.082-.618-1.617-1.47.56-2.565 1.914-2.916 3.434-.23.902-.173 1.839-.179 2.761-.002 1.584.003 3.168-.003 4.752-.793.003-1.586.002-2.379.001-.002-2.251-.012-4.501.006-6.752.064-2.629 1.782-5.013 4.047-6.25-.47-.432-1.001-.794-1.467-1.229zM22.181 5.319c-.263-.265-.048-.757.318-.76 1.968-.036 3.937.009 5.904.044-.609 1.882-1.2 3.771-1.875 5.63-.152.35-.703.326-.841-.025-.228-.525-.397-1.074-.613-1.604-1.448.556-2.536 1.878-2.9 3.374-.246.92-.188 1.88-.194 2.822-.002 1.584.003 3.169-.002 4.753l-2.376.001a634.13 634.13 0 0 1 .002-6.757c.067-2.627 1.783-5.009 4.047-6.244-.469-.436-1.003-.797-1.47-1.234z"/></symbol><symbol viewBox="0 0 30 24" id="warning--triple-lanes-right-turn-or-go-straight--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M0 0h30v24H0V0m.503.503C.5 8.177.501 15.853.501 23.527c9.699.005 19.396.003 29.094 0 .003-7.674.006-15.35-.002-23.025C19.896.502 10.2.5.502.504z"/><path fill="#ffd520" d="M1.005 1.005c9.363-.006 18.727-.003 28.091-.002.002 7.341.005 14.682-.002 22.023-9.363-.003-18.727.006-28.09-.005C1.002 15.682 1 8.343 1.006 1.004m1.352 5.905c.16.865 1.245.115 1.798.078.008 4.74-.003 9.48.006 14.22.713.005 1.423.005 2.136.002-.106-2.025.063-4.154 1.231-5.882 1.072-1.472 2.328-2.849 3.867-3.845.303.471.285 1.745 1.089 1.454.651-1.521 1.078-3.133 1.608-4.701-1.551-.014-3.101-.065-4.652-.04-.27-.05-.409.18-.563.354.321.491.825.804 1.257 1.185-1.49.915-2.918 2.037-3.831 3.555a945.903 945.903 0 0 1 0-6.303c.55.036 1.644.793 1.803-.077-.868-1.395-1.905-2.685-2.877-4.011-.969 1.328-2.007 2.616-2.874 4.011m13.016 2.922c.339.386.779.665 1.164 1.001-1.423 1.092-2.317 2.826-2.343 4.623-.021 1.908-.006 3.814-.006 5.722.675.006 1.35.005 2.027 0 .012-1.762-.014-3.526.01-5.289.02-1.245.544-2.54 1.634-3.218.321.5.302 1.83 1.131 1.539.726-1.571 1.136-3.294 1.708-4.935-1.65-.026-3.302-.068-4.95-.038-.315-.054-.59.342-.375.594m8.1 2.05c-1.379 1.062-2.276 2.721-2.337 4.467-.04 1.609-.01 3.22-.015 4.83.675.006 1.35.006 2.025 0 .014-1.413-.012-2.826.012-4.239.026-1.233.53-2.562 1.642-3.202.294.489.359 1.976 1.185 1.455.634-1.587 1.107-3.238 1.642-4.864-1.707-.021-3.419-.09-5.124-.021-.773.606.597 1.152.969 1.575z"/><path d="M.503.503C10.2.5 19.896.501 29.594.501c.008 7.675.005 15.351.002 23.025-9.697.003-19.395.005-29.094 0C.502 15.852.5 8.176.504.502m.501.503c-.006 7.34-.003 14.678-.002 22.017 9.363.01 18.728.001 28.091.005.006-7.341.003-14.682.002-22.023-9.363-.002-18.727-.004-28.09.002z"/><path d="M2.358 6.909c.867-1.395 1.905-2.683 2.874-4.011.972 1.326 2.008 2.616 2.877 4.011-.159.87-1.253.112-1.803.077-.006 2.101-.007 4.202 0 6.303.914-1.518 2.341-2.64 3.831-3.555-.432-.381-.936-.694-1.257-1.185.153-.174.293-.404.563-.354 1.551-.024 3.1.027 4.651.04-.529 1.568-.957 3.18-1.608 4.701-.804.291-.786-.982-1.089-1.454-1.539.996-2.795 2.373-3.867 3.845-1.168 1.728-1.338 3.856-1.231 5.882-.713.003-1.423.003-2.136-.002-.009-4.74.002-9.48-.006-14.22-.554.038-1.638.788-1.799-.078zM15.372 9.831c-.215-.252.06-.648.375-.594 1.648-.03 3.3.012 4.95.038-.573 1.641-.982 3.364-1.708 4.935-.829.291-.81-1.04-1.131-1.539-1.089.678-1.614 1.973-1.634 3.218-.024 1.762.002 3.527-.01 5.289-.677.005-1.352.006-2.027 0 0-1.908-.015-3.815.006-5.722.025-1.797.919-3.531 2.343-4.623-.385-.336-.825-.615-1.164-1.001zM23.472 11.88c-.372-.423-1.742-.969-.969-1.575 1.706-.069 3.417 0 5.124.021-.535 1.626-1.008 3.277-1.642 4.864-.826.521-.891-.966-1.185-1.455-1.113.64-1.617 1.97-1.643 3.202-.024 1.413.002 2.826-.012 4.239-.675.006-1.35.006-2.025 0 .005-1.61-.026-3.221.015-4.83.062-1.746.959-3.405 2.337-4.467z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-lanes-with-directions--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d4b11a" opacity=".83" d="M11.786 0h.396c.401.248.72.598 1.048.931 3.22 3.22 6.44 6.439 9.659 9.66.389.392.815.756 1.111 1.229v.318c-.223.432-.607.74-.942 1.08l-9.66 9.66c-.392.386-.757.808-1.214 1.122h-.353c-.421-.226-.727-.599-1.061-.929-3.221-3.221-6.442-6.439-9.661-9.66C.73 13.022.31 12.667 0 12.217v-.428c.257-.421.638-.74.98-1.088l9.78-9.78c.322-.329.637-.67 1.026-.92m.023.291C8.023 3.936 4.362 7.725.618 11.418c-.254.215-.566.613-.223.902 3.734 3.748 7.483 7.484 11.224 11.228.19.251.566.24.754-.007 3.724-3.722 7.447-7.446 11.168-11.17.287-.216.215-.619-.049-.82L12.448.509c-.163-.158-.402-.365-.638-.218z"/><path d="M11.809.292c.236-.146.475.06.638.218l11.044 11.042c.264.2.336.604.049.82-3.721 3.724-7.445 7.447-11.168 11.17a.474.474 0 0 1-.754.007C7.878 19.805 4.129 16.068.394 12.321c-.343-.289-.031-.688.223-.902C4.361 7.725 8.022 3.937 11.808.293M.552 11.996c3.806 3.82 7.607 7.65 11.444 11.438a3735.1 3735.1 0 0 0 11.43-11.438c-3.78-3.84-7.602-7.644-11.43-11.437C8.148 4.334 4.339 8.159.552 11.996z"/><path d="M8.545 5.478A29.792 29.792 0 0 1 10.1 7.69c-.054.494-.646.068-.948.09.023 3.583-.011 7.166.02 10.75-.404.058-.812.028-1.219.029-.011-.946.004-1.892-.008-2.838-.019-.928-.719-1.728-1.582-2.01-.043.306.216.864-.234.947-.643-.652-1.259-1.327-1.892-1.986.823-.373 1.644-.76 2.49-1.076.44.151-.05.664-.122.955.485.142.934.38 1.34.679.005-1.828.008-3.654.004-5.482-.286.03-.864.4-.93-.066.473-.758 1.025-1.464 1.526-2.203zM13.978 8.647c-.085-.271-.592-.91-.076-.947.838.331 1.661.706 2.48 1.081-.638.656-1.235 1.358-1.906 1.981-.481.055-.215-.624-.241-.896-.948.221-1.639 1.165-1.634 2.128-.012 2.189 0 4.378-.012 6.566h-1.188a572.41 572.41 0 0 1-.006-6.682c.026-1.501 1.148-2.84 2.582-3.232zM17.372 12.545c-.077-.288-.566-.82-.107-.954.829.323 1.637.702 2.449 1.066a28.702 28.702 0 0 1-1.854 1.967c-.476.02-.199-.629-.258-.923-.865.292-1.536 1.096-1.58 2.018-.024.946.002 1.891-.011 2.837-.392.007-.786.007-1.178 0 .002-.983-.025-1.967.004-2.948.076-1.432 1.154-2.706 2.536-3.062zM10.096 13.88l.35-.018c-.002 1.568.022 3.137-.013 4.705l-.328-.006c-.013-1.56.006-3.121-.01-4.681z"/><path d="M13.54 13.867l.314-.014c.07 1.566.014 3.139.026 4.709l-.322.007c-.048-1.566-.011-3.134-.019-4.702z"/><path fill="#ffd520" d="M.552 11.996A995.17 995.17 0 0 1 11.996.559c3.828 3.793 7.65 7.597 11.43 11.437-3.803 3.82-7.61 7.636-11.43 11.438C8.158 19.646 4.358 15.815.552 11.996m7.993-6.518c-.502.739-1.054 1.445-1.526 2.203.066.466.644.096.93.066.005 1.828.001 3.654-.004 5.482a4.313 4.313 0 0 0-1.34-.679c.072-.292.563-.804.122-.955-.846.317-1.667.703-2.49 1.076.634.659 1.249 1.334 1.892 1.986.45-.083.191-.641.234-.947.863.282 1.562 1.082 1.582 2.01.012.946-.002 1.892.008 2.838.407-.001.815.029 1.219-.029-.031-3.583.002-7.166-.02-10.75.302-.022.894.404.948-.09a30.4 30.4 0 0 0-1.555-2.212m5.433 3.17c-1.434.391-2.556 1.73-2.582 3.232-.01 2.227-.01 4.454.006 6.682h1.188c.012-2.189 0-4.378.012-6.566-.005-.962.686-1.907 1.634-2.128.026.272-.24.952.241.896.671-.623 1.267-1.325 1.906-1.981-.82-.376-1.643-.75-2.48-1.081-.516.037-.01.676.076.947m3.393 3.897c-1.381.356-2.46 1.631-2.536 3.062-.029.982-.001 1.966-.004 2.948.392.007.786.007 1.178 0 .013-.946-.013-1.891.011-2.837.044-.923.715-1.727 1.58-2.018.059.294-.218.943.258.923a28.473 28.473 0 0 0 1.854-1.967c-.812-.364-1.62-.743-2.449-1.066-.46.134.03.666.107.954m-7.275 1.336c.016 1.56-.004 3.121.01 4.681l.328.006c.035-1.568.011-3.137.013-4.705a38.99 38.99 0 0 0-.35.018m3.443-.013c.008 1.567-.029 3.136.019 4.702l.322-.007c-.012-1.57.043-3.143-.026-4.709l-.314.014z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-reverse-curve-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.725 0h.538c.299.16.57.366.809.606 3.216 3.226 6.439 6.443 9.659 9.662.448.457.954.876 1.27 1.442v.546a3.07 3.07 0 0 1-.551.749c-3.246 3.235-6.484 6.479-9.725 9.719-.457.446-.872.952-1.433 1.276h-.545a2.905 2.905 0 0 1-.691-.492c-3.258-3.263-6.52-6.523-9.781-9.782-.448-.458-.956-.874-1.274-1.44v-.546c.278-.566.776-.97 1.208-1.411 3.262-3.26 6.523-6.52 9.781-9.782a3.43 3.43 0 0 1 .736-.546m-.052.388c-.373.215-.644.559-.95.854C7.366 4.607 4.003 7.965.642 11.327c-.389.32-.45.941-.047 1.278l10.8 10.806a.81.81 0 0 0 1.211-.002l10.802-10.804c.4-.338.34-.958-.048-1.278C19.798 7.765 16.234 4.205 12.672.645c-.251-.26-.65-.452-.997-.256z"/><path fill="#ef7c23" d="M11.822.896c.292-.271.572.233.804.397 3.209 3.23 6.438 6.442 9.656 9.662.313.34.721.617.919 1.045-.172.344-.486.582-.748.853-3.407 3.392-6.796 6.806-10.204 10.195-.256.301-.56-.037-.749-.23-3.208-3.233-6.438-6.442-9.654-9.667-.364-.377-.785-.708-1.07-1.153.161-.288.404-.515.636-.746C4.897 7.818 8.31 4.303 11.821.896M6.359 8.618c.275.318.763.016 1.118-.002-.001.4-.002.799-.012 1.199-.756.319-1.532.71-2.004 1.411-.53.743-.528 1.756-.178 2.573.438.816 1.25 1.313 1.907 1.931.511.504.348 1.282.365 1.926h1.12c-.029-.701.098-1.427-.098-2.108-.419-.932-1.632-1.093-2.11-1.981-.322-.527-.311-1.247.09-1.73.485-.671 1.433-.782 1.897-1.466.226-.54.12-1.148.167-1.72.384.058.768.124 1.158.142-.374-1.154-1.08-2.172-1.705-3.203-.649.959-1.253 1.969-1.715 3.03m5.688-3.033c-.604.979-1.241 1.961-1.681 3.023.239.328.761.026 1.109.014.001.39 0 .78-.002 1.171-1.187.466-2.473 1.384-2.434 2.803-.09 1.324 1.012 2.206 1.946 2.935.697.476.583 1.39.566 2.123.374-.001.749-.001 1.123-.004-.028-.682.086-1.382-.08-2.051-.377-.961-1.597-1.123-2.1-1.987-.341-.526-.358-1.256.043-1.756.478-.68 1.417-.799 1.902-1.466.248-.542.13-1.169.175-1.747.382.062.764.124 1.151.15-.365-1.16-1.057-2.196-1.718-3.209m2.282 3.324c.385-.023.767-.086 1.147-.15-.001.394-.004.787-.011 1.181-.736.332-1.508.701-1.981 1.386-.556.752-.562 1.798-.19 2.63.432.781 1.202 1.276 1.848 1.861.556.496.398 1.306.409 1.966h1.121c-.026-.692.1-1.409-.092-2.084-.404-.94-1.618-1.099-2.104-1.978-.34-.541-.329-1.292.102-1.781.493-.658 1.447-.763 1.888-1.468.198-.541.11-1.138.148-1.704.342.067.685.155 1.037.145.174-.21-.028-.454-.109-.658-.475-.858-.929-1.73-1.481-2.543-.64 1.026-1.334 2.048-1.732 3.196z"/><path fill="#030303" d="M11.674.389c.347-.197.746-.005.997.256 3.563 3.56 7.127 7.121 10.688 10.682.388.32.448.94.048 1.278L12.605 23.409a.808.808 0 0 1-1.211.002L.594 12.605c-.403-.337-.342-.958.047-1.278 3.361-3.361 6.725-6.72 10.082-10.084.306-.295.577-.64.95-.854m.149.507C8.311 4.303 4.898 7.818 1.413 11.252c-.232.232-.475.458-.636.746.286.445.707.776 1.07 1.153 3.216 3.226 6.446 6.434 9.654 9.667.188.193.493.532.749.23 3.408-3.389 6.797-6.803 10.204-10.195.262-.271.576-.509.748-.853-.198-.428-.606-.706-.919-1.045-3.218-3.221-6.448-6.432-9.656-9.662-.232-.164-.512-.668-.804-.397z"/><path fill="#030303" d="M6.359 8.618c.462-1.061 1.066-2.071 1.715-3.03.625 1.031 1.331 2.048 1.705 3.203-.39-.018-.774-.084-1.158-.142-.047.571.059 1.18-.167 1.72-.464.684-1.412.796-1.897 1.466-.401.484-.412 1.204-.09 1.73.478.888 1.691 1.049 2.11 1.981.197.682.07 1.408.098 2.108h-1.12c-.017-.644.146-1.422-.365-1.926-.656-.618-1.469-1.115-1.907-1.931-.35-.817-.353-1.83.178-2.573.472-.701 1.248-1.092 2.004-1.411.01-.4.011-.799.012-1.199-.355.018-.844.32-1.118.002z"/><path fill="#030303" d="M12.047 5.587c.661 1.013 1.354 2.048 1.718 3.209a12.408 12.408 0 0 1-1.151-.15c-.046.578.073 1.205-.175 1.747-.485.667-1.424.786-1.902 1.466-.401.499-.384 1.23-.043 1.756.503.864 1.723 1.026 2.1 1.987.167.668.053 1.369.08 2.051l-1.123.004c.017-.733.131-1.646-.566-2.123-.935-.73-2.036-1.612-1.946-2.935-.04-1.42 1.247-2.338 2.434-2.803.002-.391.004-.781.002-1.171-.348.012-.87.313-1.109-.014.44-1.062 1.078-2.044 1.681-3.023z"/><path fill="#030303" d="M14.329 8.91c.397-1.147 1.092-2.17 1.732-3.196.552.812 1.006 1.685 1.481 2.543.082.204.283.448.109.658-.352.01-.695-.078-1.037-.145-.037.566.05 1.163-.148 1.704-.44.704-1.394.81-1.888 1.468-.431.488-.442 1.24-.102 1.781.486.878 1.699 1.038 2.104 1.978.192.676.066 1.392.092 2.084h-1.121c-.011-.66.146-1.47-.409-1.966-.646-.586-1.416-1.08-1.848-1.861-.372-.833-.366-1.878.19-2.63.473-.685 1.246-1.054 1.981-1.386.007-.394.01-.787.011-1.181-.38.064-.762.127-1.147.15z"/></symbol><symbol viewBox="0 0 24 24" id="warning--triple-reverse-curve-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.717 0h.522c.258.128.505.283.712.486 3.278 3.283 6.56 6.563 9.841 9.842.431.437.916.84 1.208 1.39v.527c-.253.553-.738.937-1.154 1.361-3.061 3.059-6.121 6.12-9.18 9.18-.438.43-.838.918-1.386 1.214h-.533a2.839 2.839 0 0 1-.691-.492c-3.256-3.265-6.522-6.521-9.781-9.784-.446-.46-.962-.871-1.274-1.444v-.534c.27-.574.776-.973 1.208-1.418C4.471 7.069 7.732 3.81 10.99.547c.217-.212.464-.394.727-.547m-.045.389c-.347.202-.6.523-.886.798C7.386 4.59 3.977 7.983.585 11.391a.812.812 0 0 0 .008 1.213l10.801 10.804a.806.806 0 0 0 1.211.002c3.599-3.602 7.199-7.205 10.8-10.805a.812.812 0 0 0 .008-1.214C19.86 7.822 16.289 4.27 12.733.703c-.262-.284-.682-.526-1.062-.313z"/><path fill="#ef7c23" d="M10.958 1.717c.336-.323.628-.707 1.042-.937.264.145.476.362.685.575 3.508 3.564 7.118 7.033 10.574 10.644-3.578 3.692-7.268 7.279-10.882 10.938-.172.24-.505.337-.695.059C8.11 19.41 4.519 15.839.949 12.251c-.256-.19-.082-.475.104-.635 3.304-3.296 6.601-6.6 9.904-9.899m-.71 7.074a7.407 7.407 0 0 0 1.138-.152c.04.557-.044 1.141.136 1.679.413.695 1.327.808 1.836 1.409.443.458.535 1.186.23 1.744-.443.984-1.78 1.122-2.182 2.131-.164.67-.048 1.37-.078 2.052.373.002.748.002 1.122.002.012-.652-.151-1.445.378-1.946.648-.59 1.418-1.088 1.866-1.865.401-.868.376-1.976-.244-2.738-.476-.641-1.219-.978-1.921-1.309-.005-.395-.004-.79-.002-1.184.352.03.852.324 1.114 0-.452-1.057-1.076-2.044-1.685-3.02-.656 1.008-1.366 2.039-1.708 3.199m5.676-3.2c-.613 1.028-1.337 2.035-1.687 3.188.385-.01.768-.058 1.145-.142.05.574-.06 1.187.166 1.73.466.684 1.416.791 1.897 1.465.402.484.412 1.204.09 1.732-.476.889-1.69 1.046-2.11 1.979-.199.683-.067 1.409-.097 2.11h1.12c.008-.67-.151-1.492.42-1.988.655-.578 1.42-1.085 1.85-1.867.348-.818.353-1.83-.179-2.573-.47-.701-1.247-1.092-2.002-1.411a27.016 27.016 0 0 1-.012-1.208c.355.031.836.329 1.12.012a18.65 18.65 0 0 0-1.721-3.026m-7.984.125c-.617.97-1.238 1.961-1.673 3.024.194.383.768.038 1.12.02.041.568-.053 1.168.148 1.71.44.706 1.397.806 1.888 1.466.433.49.443 1.241.103 1.783-.496.905-1.784 1.051-2.135 2.063-.133.655-.04 1.333-.061 1.998l1.12-.001c.011-.66-.149-1.469.407-1.966.65-.581 1.416-1.082 1.852-1.861.367-.833.365-1.876-.192-2.628-.472-.685-1.243-1.054-1.979-1.385a39.674 39.674 0 0 1-.01-1.195c.372.092.752.143 1.135.15-.386-1.144-1.087-2.159-1.722-3.179z"/><path d="M11.672.389c.38-.212.8.029 1.062.313 3.556 3.568 7.127 7.12 10.68 10.688a.812.812 0 0 1-.008 1.214c-3.601 3.6-7.201 7.202-10.8 10.805a.806.806 0 0 1-1.211-.002L.594 12.603a.812.812 0 0 1-.008-1.213c3.392-3.408 6.802-6.8 10.201-10.204.286-.275.539-.596.886-.798m-.715 1.329c-3.302 3.299-6.6 6.602-9.904 9.899-.186.16-.36.445-.104.635 3.57 3.588 7.16 7.159 10.733 10.745.19.278.523.181.695-.059 3.613-3.659 7.303-7.246 10.882-10.938-3.456-3.611-7.067-7.08-10.574-10.644-.209-.212-.421-.43-.685-.575-.414.23-.706.614-1.042.937z"/><path d="M10.247 8.791c.342-1.16 1.051-2.191 1.708-3.199.608.977 1.232 1.963 1.685 3.02-.262.324-.762.03-1.114 0-.001.395-.002.79.002 1.184.702.331 1.445.668 1.921 1.309.619.762.644 1.871.244 2.738-.448.776-1.218 1.274-1.866 1.865-.529.502-.366 1.295-.378 1.946-.374 0-.749 0-1.122-.002.03-.682-.086-1.382.078-2.052.402-1.009 1.739-1.147 2.182-2.131a1.51 1.51 0 0 0-.23-1.744c-.509-.601-1.423-.714-1.836-1.409-.18-.538-.096-1.122-.136-1.679a7.407 7.407 0 0 1-1.138.152z"/><path d="M15.923 5.593c.662.952 1.248 1.97 1.721 3.026-.283.317-.764.019-1.12-.012-.004.403-.002.806.012 1.208.755.319 1.531.71 2.002 1.411.532.743.527 1.754.179 2.573-.431.782-1.195 1.289-1.85 1.867-.571.497-.412 1.319-.42 1.988h-1.12c.03-.701-.102-1.427.097-2.11.42-.932 1.633-1.09 2.11-1.979.322-.528.312-1.248-.09-1.732-.481-.674-1.432-.781-1.897-1.465-.226-.544-.115-1.157-.166-1.73-.377.084-.76.132-1.145.142.35-1.153 1.074-2.16 1.687-3.188zM7.939 5.719c.635 1.02 1.336 2.035 1.722 3.179a5.114 5.114 0 0 1-1.135-.15c-.001.398-.001.797.01 1.195.736.331 1.507.7 1.979 1.385.557.752.559 1.795.192 2.628-.436.779-1.201 1.28-1.852 1.861-.556.497-.396 1.306-.407 1.966l-1.12.001c.022-.665-.072-1.343.061-1.998.35-1.012 1.639-1.158 2.135-2.063.34-.542.33-1.294-.103-1.783-.491-.66-1.447-.761-1.888-1.466-.2-.542-.107-1.142-.148-1.71-.352.018-.925.362-1.12-.02.434-1.063 1.056-2.054 1.673-3.024z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#eace0f" opacity=".92" d="M11.714 0h.53c.528.185.876.637 1.262 1.013 3.163 3.156 6.323 6.317 9.484 9.476.371.378.805.724 1.009 1.23v.533a1.947 1.947 0 0 1-.421.644c-3.4 3.401-6.796 6.806-10.194 10.207-.335.341-.658.718-1.115.896h-.533c-.238-.096-.47-.215-.654-.395C7.528 20.036 3.976 16.465.419 12.9a2.243 2.243 0 0 1-.42-.619v-.544c.181-.524.632-.869 1.004-1.254 3.316-3.325 6.64-6.642 9.952-9.971.215-.221.474-.394.758-.514m-.043.283c-.188.071-.332.218-.476.353C7.641 4.203 4.071 7.755.519 11.325c-.37.317-.396.938-.031 1.27 3.61 3.631 7.241 7.241 10.852 10.871.311.371.92.404 1.258.052 3.624-3.614 7.24-7.238 10.862-10.855.39-.337.41-.991.025-1.34C19.908 7.737 16.323 4.159 12.741.578c-.263-.298-.691-.433-1.07-.295z"/><path d="M11.67.281c.379-.138.808-.002 1.07.295 3.582 3.581 7.166 7.159 10.744 10.745.385.349.365 1.003-.025 1.34-3.623 3.617-7.238 7.241-10.862 10.855-.337.353-.947.319-1.258-.052-3.611-3.63-7.242-7.24-10.852-10.871-.365-.331-.338-.953.031-1.27C4.07 7.753 7.64 4.201 11.193.632c.144-.134.288-.282.476-.353m.119.458C8.144 4.291 4.566 7.924.944 11.505c-.271.204-.408.614-.097.853 3.605 3.594 7.212 7.187 10.819 10.778.193.23.563.172.731-.056 3.578-3.583 7.169-7.153 10.744-10.74.245-.203.194-.575-.042-.76C19.543 8.017 15.977 4.465 12.418.906c-.151-.173-.41-.313-.629-.169z"/><path d="M14.671 9.631c.163-.665.914-.918 1.53-.878.706.022 1.508-.1 2.134.282.287.604.514 1.235.786 1.846l.426.199c.043 1.07.114 2.149.04 3.218-.492.036-.985.024-1.477.019.037-.78-.316-1.656-1.108-1.918-1.013-.388-2.189.323-2.428 1.357-1.71.006-3.421.004-5.131.001-.095-1.048-1.238-1.769-2.232-1.486-.709.178-1.152.823-1.433 1.454-.467.002-.934.002-1.399.002-.02-1.45-.004-2.899-.008-4.35 3.151-.006 6.304-.004 9.455-.001.008.923 0 1.846.004 2.768.244.001.486.007.73.018.109-.84-.086-1.705.113-2.533m1.357-.148c-.005.455-.005.91.001 1.364.792.004 1.585.006 2.378-.001a44.738 44.738 0 0 0-.51-1.364c-.623 0-1.247-.002-1.87.001z"/><path d="M7.231 12.637c.752-.269 1.648.257 1.783 1.042.184.772-.431 1.59-1.212 1.663-.756.097-1.504-.545-1.526-1.306a1.387 1.387 0 0 1 .955-1.399zM15.877 12.648c.744-.287 1.648.214 1.806.991.181.692-.272 1.451-.954 1.651-.774.262-1.67-.329-1.772-1.13-.108-.642.305-1.312.92-1.512z"/><path fill="#fee011" d="M11.788.737c.218-.144.478-.004.629.169 3.559 3.559 7.126 7.111 10.681 10.674.236.185.287.557.042.76-3.575 3.587-7.165 7.157-10.744 10.74-.168.228-.538.287-.731.056C8.058 19.544 4.451 15.952.846 12.358c-.311-.239-.174-.649.097-.853C4.566 7.924 8.143 4.292 11.787.737m2.884 8.894c-.199.828-.004 1.693-.113 2.533a17.781 17.781 0 0 0-.73-.018c-.004-.923.005-1.846-.004-2.768-3.151-.002-6.304-.005-9.455.001.005 1.451-.012 2.9.008 4.35.466 0 .932 0 1.399-.002.281-.631.724-1.277 1.433-1.454.994-.283 2.137.438 2.232 1.486 1.71.002 3.421.005 5.131-.001.239-1.034 1.415-1.745 2.428-1.357.792.262 1.145 1.138 1.108 1.918.492.005.985.017 1.477-.019.074-1.069.004-2.148-.04-3.218a55.439 55.439 0 0 1-.426-.199c-.272-.611-.499-1.242-.786-1.846-.625-.382-1.428-.26-2.134-.282-.616-.04-1.367.214-1.53.878m-7.438 3.004a1.387 1.387 0 0 0-.955 1.399c.023.761.77 1.403 1.526 1.306.781-.073 1.396-.892 1.212-1.663-.136-.785-1.031-1.31-1.783-1.042m8.646.011c-.616.2-1.028.87-.92 1.512.102.802.998 1.392 1.772 1.13.682-.2 1.135-.959.954-1.651-.158-.778-1.062-1.278-1.806-.991z"/><path fill="#fee011" d="M16.03 9.481c.623-.004 1.247-.001 1.87-.001.178.452.347.907.51 1.364-.793.007-1.586.005-2.378.001-.006-.455-.006-.91-.001-1.364z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-crossing--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.574.538c.618-.085 1.211.22 1.631.654 3.312 3.169 6.636 6.328 9.94 9.504.737.67.7 1.916-.023 2.581-3.199 3.205-6.404 6.403-9.607 9.604-.68.694-1.9.728-2.594.036C7.55 19.689 4.17 16.469.799 13.241c-.762-.69-.67-1.974.09-2.629C4.008 7.49 7.131 4.37 10.25 1.247c.354-.366.803-.668 1.325-.709m-.372.361c-.352.131-.625.398-.887.656-3.091 3.107-6.205 6.193-9.292 9.305-.614.56-.667 1.62-.037 2.189 3.377 3.224 6.749 6.455 10.127 9.677.617.618 1.697.538 2.273-.096l9.544-9.544c.614-.566.658-1.63.022-2.196-3.324-3.196-6.668-6.372-10-9.56-.438-.47-1.142-.673-1.75-.431z"/><path fill="#231f20" d="M11.437 1.243c.635-.137 1.28.139 1.717.598 3.09 2.951 6.182 5.902 9.268 8.858.728.636.738 1.854.036 2.514-2.999 3.005-6.008 6-9.008 9.005-.671.679-1.874.692-2.538-.005-3.146-3.017-6.305-6.02-9.45-9.037-.682-.641-.632-1.805.032-2.441C4.38 7.821 7.3 4.939 10.192 2.03c.343-.355.74-.704 1.246-.787m.128.364c-.516.061-.884.462-1.23.809-2.854 2.868-5.725 5.718-8.572 8.591-.523.492-.566 1.399-.037 1.903 3.146 3.014 6.301 6.023 9.451 9.035.55.576 1.544.529 2.07-.055 2.981-2.98 5.959-5.963 8.938-8.942.558-.518.552-1.482-.031-1.978-3.079-2.963-6.178-5.904-9.263-8.861-.342-.349-.828-.587-1.326-.502z"/><path fill="#231f20" d="M9.036 8.746c3.018-.002 6.036-.002 9.053 0 .004 1.495.004 2.99 0 4.486-.871-.004-1.745.02-2.615-.035.631.108 1.094.797.808 1.406-.268.721-1.372.805-1.741.13-.427-.631.085-1.482.814-1.534-2.105.058-4.212.037-6.317.022a953.603 953.603 0 0 1-.001-4.475m6.234 5.187c-.354.112-.16.688.199.572.386-.107.172-.749-.199-.572z"/><path fill="#231f20" d="M6.587 10.152c.784 0 1.567-.001 2.352.001.005 1.038-.002 2.076.004 3.114 1.927.038 3.858.036 5.785-.004-.266.282-.43.632-.482 1.016-1.841 0-3.683-.001-5.525.001-.07-.217-.14-.433-.212-.648.203.68-.124 1.602-.948 1.57-.978.036-1.338-1.44-.46-1.862.412-.314.844.097 1.266.025-.77-.611-1.912-.054-1.948.912a7.964 7.964 0 0 0-.557-.005c.018-.715-.043-1.434.025-2.148.176-.676.474-1.313.7-1.973m.302.65c-.114.34-.234.678-.348 1.019.626.006 1.253.005 1.88.004-.001-.344.005-.688.002-1.031a56.106 56.106 0 0 0-1.535.008m.582 3.131c-.355.114-.158.692.202.574.379-.113.167-.75-.202-.574zM16.004 13.273c.697.025 1.394.012 2.09.014-.01.164-.012.33-.005.494-.522.174-1.044.352-1.565.527-.058-.397-.218-.764-.521-1.036z"/><path fill="#fff100" d="M11.203.899c.607-.242 1.312-.04 1.75.431 3.331 3.188 6.676 6.365 10 9.56.636.566.593 1.63-.022 2.196-3.181 3.181-6.364 6.362-9.544 9.544-.576.634-1.656.714-2.273.096-3.378-3.222-6.75-6.452-10.127-9.677-.63-.569-.577-1.628.037-2.189 3.086-3.112 6.2-6.198 9.292-9.305.262-.258.535-.526.887-.656m.234.344c-.505.083-.902.432-1.246.787-2.892 2.909-5.812 5.791-8.698 8.705-.665.636-.714 1.8-.032 2.441 3.145 3.017 6.304 6.02 9.45 9.037.664.697 1.867.684 2.538.005 3-3.005 6.01-6 9.008-9.005.702-.66.692-1.878-.036-2.514-3.085-2.957-6.178-5.908-9.268-8.858-.437-.458-1.082-.734-1.717-.598z"/><path fill="#fff100" d="M11.566 1.607c.498-.085.984.152 1.326.502 3.085 2.957 6.184 5.898 9.263 8.861.583.496.589 1.459.031 1.978-2.978 2.98-5.957 5.963-8.938 8.942-.526.584-1.52.631-2.07.055-3.15-3.012-6.305-6.02-9.451-9.035-.529-.504-.486-1.411.037-1.903 2.846-2.873 5.718-5.723 8.572-8.591.346-.347.714-.748 1.23-.809m-2.53 7.139c-.002 1.492-.002 2.983.001 4.475 2.105.016 4.212.036 6.317-.022-.728.052-1.241.902-.814 1.534.37.676 1.474.592 1.741-.13.287-.61-.176-1.298-.808-1.406.87.055 1.744.031 2.615.035.004-1.495.004-2.99 0-4.486-3.017-.002-6.035-.002-9.053 0m-2.448 1.406c-.226.66-.523 1.297-.7 1.973-.068.714-.007 1.433-.025 2.148.185-.005.371-.004.557.005.036-.966 1.177-1.523 1.948-.912-.422.072-.854-.34-1.266-.025-.878.422-.518 1.898.46 1.862.824.032 1.151-.889.948-1.57.072.215.143.431.212.648 1.842-.002 3.684-.001 5.525-.001a1.83 1.83 0 0 1 .482-1.016c-1.927.04-3.858.042-5.785.004-.006-1.038.001-2.076-.004-3.114-.785-.002-1.568-.001-2.352-.001m9.417 3.12c.302.271.463.638.521 1.036.521-.175 1.043-.353 1.565-.527a4.789 4.789 0 0 1 .005-.494c-.696-.002-1.393.011-2.09-.014z"/><path fill="#fff100" d="M6.889 10.801a52.366 52.366 0 0 1 1.535-.008c.002.343-.004.686-.002 1.031-.628.001-1.254.002-1.88-.004.114-.341.234-.679.348-1.019zM7.47 13.932c.368-.176.581.461.202.574-.36.119-.557-.46-.202-.574zM15.271 13.933c.371-.176.586.466.199.572-.359.115-.553-.461-.199-.572z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-rollover--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.724 0h.52c.575.218.961.713 1.387 1.129 3.281 3.281 6.558 6.565 9.844 9.841.221.217.392.479.526.758v.506c-.107.239-.23.475-.415.665-3.541 3.542-7.082 7.084-10.621 10.627a2.667 2.667 0 0 1-.688.473h-.522a2.267 2.267 0 0 1-.718-.472C7.519 20.003 3.997 16.481.473 12.962A2.623 2.623 0 0 1 0 12.27v-.514c.214-.578.715-.96 1.13-1.388C4.41 7.087 7.694 3.809 10.97.524c.217-.22.478-.39.754-.526m-.055.393c-.187.077-.335.221-.481.356C7.691 4.251 4.187 7.748.688 11.251c-.428.353-.48 1.052-.055 1.429 3.56 3.564 7.124 7.126 10.685 10.687.349.395 1.014.395 1.364.001 3.562-3.563 7.126-7.124 10.686-10.688.422-.378.372-1.075-.055-1.429C19.792 7.729 16.271 4.207 12.749.689c-.268-.295-.696-.452-1.08-.298z"/><path fill="#ffd033" d="M11.79.86c.22-.132.473-.005.629.163 3.521 3.517 7.04 7.037 10.558 10.556.235.19.299.563.053.772-3.533 3.545-7.079 7.079-10.615 10.62a.511.511 0 0 1-.828 0C8.051 19.43 4.505 15.896.972 12.352c-.318-.271-.101-.685.167-.894C4.702 7.94 8.195 4.341 11.791.86m-1.187 4.126c-2.272.48-4.183 2.303-4.806 4.535-.353 1.164-.233 2.392-.252 3.59H6.72c.013-.734-.019-1.469.022-2.203.109-1.715 1.132-3.332 2.621-4.186 1.564-.932 3.619-.955 5.206-.062 1.921 1.01 2.963 3.246 2.748 5.375-.277-.037-.96-.434-.954.05.466.802 1.038 1.541 1.544 2.32.515-.808 1.126-1.56 1.578-2.405-.227-.353-.668.007-.988.037.143-2.029-.568-4.142-2.111-5.507-1.517-1.43-3.755-2.01-5.782-1.544M8.197 10.1c.9 1.564 1.802 3.126 2.708 4.687 1.361-.78 2.716-1.568 4.076-2.348-.901-1.565-1.8-3.131-2.708-4.692-1.364.775-2.717 1.571-4.076 2.353m5.788 3.177c-.088.45.37.822.544 1.218a5.57 5.57 0 0 0 1.136-.622c.017-.455-.38-.811-.575-1.201-.379.18-.75.38-1.105.605m-2.889 1.725c.116.388.332.744.584 1.058.413.042.737-.365 1.114-.51.126-.461-.36-.854-.558-1.247-.377.232-.836.367-1.14.698m-4.375 1.344l.001.588c3.533.002 7.064.002 10.597-.001v-.587a18719.6 18719.6 0 0 0-10.598 0z"/><path d="M11.669.391c.384-.155.812.002 1.08.298 3.522 3.518 7.043 7.04 10.564 10.562.427.354.478 1.051.055 1.429-3.56 3.564-7.124 7.126-10.686 10.688-.35.394-1.015.394-1.364-.001C7.758 19.805 4.194 16.244.633 12.68c-.425-.377-.373-1.076.055-1.429 3.499-3.503 7.003-7 10.5-10.504.146-.136.294-.28.481-.356m.121.469C8.194 4.341 4.7 7.94 1.138 11.458c-.268.209-.485.623-.167.894 3.533 3.544 7.079 7.078 10.615 10.619a.511.511 0 0 0 .828 0c3.536-3.541 7.082-7.075 10.615-10.62.246-.209.182-.582-.053-.772-3.517-3.52-7.037-7.039-10.558-10.556-.156-.168-.409-.295-.629-.163z"/><path d="M10.604 4.986c2.027-.466 4.265.114 5.782 1.544 1.543 1.364 2.254 3.478 2.111 5.507.319-.03.761-.39.988-.037-.452.845-1.063 1.597-1.578 2.405-.506-.779-1.079-1.518-1.544-2.32-.006-.485.677-.088.954-.05.215-2.129-.827-4.364-2.748-5.375-1.586-.893-3.642-.87-5.206.062-1.489.853-2.512 2.471-2.621 4.186-.041.734-.008 1.469-.022 2.203H5.546c.019-1.199-.101-2.426.252-3.59.623-2.232 2.534-4.055 4.806-4.535z"/><path d="M8.197 10.1c1.36-.782 2.712-1.578 4.076-2.353.908 1.561 1.807 3.127 2.708 4.692-1.361.78-2.716 1.568-4.076 2.348-.906-1.561-1.808-3.124-2.708-4.687zM13.985 13.277c.355-.224.726-.425 1.105-.605.194.39.592.746.575 1.201a5.619 5.619 0 0 1-1.136.622c-.174-.396-.631-.768-.544-1.218zM11.096 15.002c.304-.331.763-.467 1.14-.698.198.392.684.786.558 1.247-.377.145-.701.552-1.114.51a3.183 3.183 0 0 1-.584-1.058zM6.721 16.345h10.598v.587c-3.533.004-7.064.004-10.597.001l-.001-.588z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-rollover--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.755 0h.445c.255.087.493.222.68.418 3.381 3.386 6.767 6.768 10.149 10.153.359.369.792.701.971 1.204v.419c-.086.229-.196.455-.373.629-3.419 3.416-6.835 6.835-10.253 10.252-.35.348-.674.756-1.157.925H11.8a1.76 1.76 0 0 1-.675-.423c-3.396-3.405-6.8-6.801-10.199-10.203-.345-.353-.76-.671-.926-1.155v-.423a1.76 1.76 0 0 1 .42-.675C3.971 7.572 7.521 4.021 11.071.469c.197-.196.431-.353.684-.469m.074.329c-.195.04-.351.174-.491.306C7.854 4.119 4.372 7.605.885 11.086c-.249.256-.588.518-.572.915-.015.398.332.649.582.905 3.519 3.514 7.033 7.035 10.552 10.55a.78.78 0 0 0 1.106.002c3.639-3.63 7.268-7.271 10.903-10.905.332-.309.293-.871-.041-1.162C19.832 7.804 16.249 4.218 12.664.633c-.212-.223-.521-.384-.835-.304z"/><path fill="#ffd520" d="M11.923.816c.156-.045.281.073.386.169 3.568 3.569 7.139 7.136 10.705 10.707.187.139.253.409.041.56-3.601 3.601-7.201 7.204-10.803 10.802a.31.31 0 0 1-.503 0C8.146 19.456 4.546 15.853.945 12.252c-.205-.151-.142-.422.041-.56C4.434 8.238 7.889 4.791 11.337 1.337c.188-.18.353-.395.586-.521m-.345 4.24c.461.059.561.574.154.802.724-.27 1.451-.535 2.179-.795.841 2.254 1.653 4.519 2.473 6.781-2.145.772-4.285 1.558-6.425 2.344-.819-2.264-1.646-4.525-2.465-6.789.683-.248 1.36-.516 2.054-.731-.385-.109-.536-.53-.187-.794-.839.307-1.685.6-2.518.925 1.02 2.819 2.047 5.635 3.071 8.453.667-.236 1.325-.499 1.997-.725l.189.487c1.064-.375 2.118-.777 3.183-1.149-.061-.169-.119-.34-.179-.509.673-.253 1.355-.482 2.023-.747-1.023-2.813-2.032-5.631-3.052-8.444-.838.281-1.659.611-2.497.891m-1.103.401c.452.055.566.571.164.8.363-.144.729-.278 1.104-.386-.39-.112-.54-.54-.18-.801-.361.132-.722.267-1.088.387m.467.947c.762 2.108 1.529 4.213 2.295 6.319.93-.334 1.855-.683 2.786-1.014-.763-2.107-1.525-4.213-2.299-6.316-.928.335-1.856.673-2.782 1.011M9.371 5.86c.469.038.583.566.171.795.363-.141.728-.275 1.102-.384-.383-.112-.537-.532-.188-.797-.361.131-.721.264-1.085.386m-1.49 1.666c.758 2.107 1.525 4.211 2.295 6.313.923-.342 1.847-.678 2.773-1.012-.765-2.104-1.525-4.209-2.299-6.309-.926.327-1.849.665-2.769 1.008m8.502 5.787c.106.302.215.603.323.904-.089.029-.178.059-.266.09a67.157 67.157 0 0 0-.327-.888c-.207.07-.414.142-.62.215l.314.913c-.442.158-.884.319-1.325.482-.185-.057-.372-.178-.572-.119-.291.054-.293.455-.569.529-.392.153-.792.286-1.186.436a23.186 23.186 0 0 1-.316-.883 9.283 9.283 0 0 0-.631.205c.109.302.219.604.327.907a8.644 8.644 0 0 0-.274.083l-.314-.88-.62.214c.264.738.535 1.473.802 2.209.209-.064.416-.13.623-.198l-.33-.924.26-.091c.114.3.225.601.335.904l.619-.217-.331-.913c.642-.245 1.285-.559 1.966-.422.371-.579 1.092-.677 1.7-.903.105.302.214.602.327.902l.617-.219a34.298 34.298 0 0 0-.322-.934l.277-.087c.109.305.22.61.333.914l.612-.227c-.267-.744-.535-1.488-.81-2.229-.208.074-.415.15-.622.227M7.532 17.75l.001.49c2.978.002 5.956.002 8.934 0l.001-.49c-2.979-.002-5.957-.002-8.936 0z"/><path fill="#ffd520" d="M15.829 12.221c.439-.12.612.605.165.694-.449.138-.619-.608-.165-.694zM10.627 14.116c.378-.232.759.37.383.605-.385.288-.808-.375-.383-.605z"/><path d="M11.829.329c.314-.08.623.081.835.304 3.585 3.585 7.168 7.171 10.751 10.758.334.291.373.853.041 1.162-3.635 3.634-7.264 7.275-10.903 10.905a.78.78 0 0 1-1.106-.002C7.928 19.941 4.414 16.42.895 12.906c-.25-.256-.597-.507-.582-.905-.016-.397.323-.659.572-.915C4.372 7.605 7.854 4.119 11.338.635c.14-.132.296-.266.491-.306m.094.487c-.233.126-.398.341-.586.521C7.889 4.791 4.434 8.238.986 11.692c-.183.138-.246.409-.041.56 3.601 3.601 7.201 7.204 10.804 10.802a.31.31 0 0 0 .503 0c3.602-3.598 7.202-7.201 10.803-10.802.212-.151.146-.421-.041-.56C19.448 8.121 15.877 4.554 12.309.985c-.105-.096-.23-.214-.386-.169z"/><path d="M11.578 5.056c.838-.28 1.659-.61 2.497-.891 1.02 2.813 2.029 5.631 3.052 8.444-.668.265-1.35.494-2.023.747.06.169.118.34.179.509-1.065.372-2.119.774-3.183 1.149l-.189-.487c-.672.226-1.33.489-1.997.725-1.024-2.818-2.051-5.634-3.071-8.453.833-.325 1.679-.618 2.518-.925-.349.264-.198.685.187.794-.694.215-1.371.483-2.054.731.819 2.264 1.646 4.525 2.465 6.789 2.14-.786 4.28-1.572 6.425-2.344-.82-2.262-1.632-4.527-2.473-6.781-.728.26-1.455.525-2.179.795.407-.228.307-.743-.154-.802m4.251 7.165c-.454.086-.284.832.165.694.447-.089.274-.814-.165-.694m-5.202 1.895c-.425.23-.002.893.383.605.376-.235-.005-.837-.383-.605z"/><path d="M10.475 5.457c.366-.12.727-.255 1.088-.387-.36.261-.21.689.18.801-.375.108-.741.242-1.104.386.402-.229.288-.745-.164-.8zM10.942 6.404c.926-.338 1.854-.676 2.782-1.011.774 2.103 1.536 4.209 2.299 6.316-.931.331-1.856.68-2.786 1.014-.766-2.106-1.533-4.211-2.295-6.319z"/><path d="M9.371 5.86c.364-.122.724-.255 1.085-.386-.349.265-.195.685.188.797-.374.109-.739.243-1.102.384.412-.229.298-.757-.171-.795zM7.881 7.526c.92-.343 1.843-.681 2.769-1.008.774 2.1 1.534 4.205 2.299 6.309-.926.334-1.85.67-2.773 1.012-.77-2.102-1.537-4.206-2.295-6.313zM16.383 13.313c.207-.077.414-.153.622-.227.275.741.543 1.485.81 2.229l-.612.227a76.922 76.922 0 0 1-.333-.914l-.277.087c.111.31.22.621.322.934l-.617.219c-.113-.3-.222-.6-.327-.902-.608.226-1.329.324-1.7.903-.681-.137-1.324.177-1.966.422l.331.913-.619.217c-.11-.303-.221-.604-.335-.904l-.26.091.33.924c-.207.068-.414.134-.623.198-.267-.736-.538-1.471-.802-2.209l.62-.214.314.88c.091-.029.182-.057.274-.083-.108-.303-.218-.605-.327-.907.207-.077.419-.143.631-.205.1.296.204.591.316.883.394-.15.794-.283 1.186-.436.276-.074.278-.475.569-.529.2-.059.387.062.572.119.441-.163.883-.324 1.325-.482l-.314-.913c.206-.073.413-.145.62-.215.111.295.22.591.327.888.088-.031.177-.061.266-.09-.108-.301-.217-.602-.323-.904zM7.532 17.75c2.979-.002 5.957-.002 8.936 0l-.001.49c-2.978.002-5.956.002-8.934 0l-.001-.49z"/></symbol><symbol viewBox="0 0 24 24" id="warning--trucks-rollover--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.777 0h.446c.264.107.505.267.706.47 3.382 3.385 6.767 6.767 10.15 10.151.345.351.753.675.921 1.157v.411c-.085.231-.195.458-.373.633-3.419 3.416-6.835 6.835-10.253 10.252-.351.346-.672.755-1.152.926h-.414c-.23-.087-.455-.197-.631-.372C7.744 20.193 4.31 16.759.875 13.325c-.332-.334-.72-.645-.875-1.108v-.419c.149-.498.574-.82.92-1.178C4.32 7.219 7.722 3.821 11.12.418c.182-.19.412-.324.657-.418m.052.329c-.338.081-.555.378-.796.605C7.552 4.42 4.066 7.902.586 11.389c-.335.291-.376.856-.042 1.164 3.633 3.636 7.265 7.274 10.902 10.905a.779.779 0 0 0 1.107-.003c3.635-3.633 7.27-7.267 10.903-10.902.329-.309.291-.87-.041-1.162-3.581-3.588-7.17-7.169-10.753-10.756-.211-.224-.519-.386-.833-.306z"/><path fill="#ffd520" d="M11.923.816c.184-.05.317.11.439.219 3.547 3.556 7.104 7.102 10.652 10.657.182.138.245.409.041.56-3.601 3.601-7.201 7.203-10.804 10.802a.309.309 0 0 1-.502 0C8.146 19.456 4.546 15.853.945 12.253c-.213-.152-.147-.422.041-.561C4.434 8.238 7.889 4.79 11.337 1.337c.189-.18.353-.396.586-.521M9.926 4.165c-1.022 2.813-2.031 5.631-3.053 8.443.668.267 1.351.494 2.024.749-.065.167-.116.34-.181.508 1.065.373 2.12.774 3.184 1.149l.189-.487c.671.226 1.329.488 1.997.726 1.024-2.818 2.05-5.635 3.071-8.454-.814-.304-1.624-.623-2.452-.884.276.299.08.62-.236.77.694.193 1.359.475 2.037.714-.819 2.264-1.646 4.525-2.466 6.789-2.14-.786-4.28-1.572-6.425-2.344.817-2.262 1.638-4.523 2.468-6.78.667.225 1.322.485 1.985.718.247.023-.054-.188-.077-.289-.051-.271.248-.355.44-.434-.842-.281-1.666-.61-2.505-.894m2.507.907c.37.263.201.662-.16.812.326.023.727.349.998.258-.362-.249-.078-.613.241-.7-.364-.109-.722-.24-1.079-.37m-2.157.321c-.774 2.103-1.537 4.209-2.299 6.316.931.331 1.856.678 2.784 1.016.768-2.106 1.534-4.213 2.297-6.32-.926-.34-1.854-.676-2.782-1.012m3.251.077c.372.26.207.664-.155.815.328.019.724.352 1 .257-.353-.215-.134-.625.208-.674-.338-.165-.703-.263-1.053-.398m-2.476 7.357c.926.335 1.851.671 2.774 1.012.768-2.103 1.535-4.206 2.294-6.313-.921-.343-1.844-.681-2.771-1.008-.772 2.101-1.533 4.206-2.297 6.309m-4.057.259a219.56 219.56 0 0 0-.809 2.23c.204.075.407.152.612.226.113-.305.224-.61.334-.915.091.031.183.06.276.088-.11.31-.22.62-.324.932l.618.221c.114-.301.224-.603.331-.906.605.234 1.327.328 1.698.908.679-.14 1.322.177 1.964.421l-.33.912.617.221c.11-.303.222-.606.337-.908.086.032.173.062.26.092l-.33.924c.206.068.412.135.62.199.271-.735.539-1.472.805-2.209a64.792 64.792 0 0 0-.62-.216c-.105.294-.212.588-.316.883a2.948 2.948 0 0 0-.272-.085l.326-.907a8.255 8.255 0 0 0-.63-.204 25 25 0 0 1-.316.882c-.394-.149-.793-.283-1.186-.436-.28-.071-.277-.477-.571-.529-.198-.059-.386.06-.568.121-.442-.165-.885-.325-1.328-.485.105-.304.211-.607.315-.912-.207-.072-.414-.145-.621-.215-.111.296-.22.592-.327.889a4.88 4.88 0 0 0-.266-.089l.324-.906a46.362 46.362 0 0 0-.623-.227m.538 4.664l.001.49c2.978.002 5.956.002 8.934 0l.001-.49c-2.979-.002-5.957-.002-8.936 0z"/><path fill="#ffd520" d="M7.942 12.245c.388-.201.72.437.328.636-.411.256-.775-.455-.328-.636zM13.022 14.113c.414-.246.76.467.319.642-.399.195-.72-.446-.319-.642z"/><path d="M11.829.329c.314-.08.622.082.833.306 3.583 3.587 7.172 7.168 10.753 10.756.332.292.37.853.041 1.162-3.633 3.635-7.268 7.269-10.903 10.902a.779.779 0 0 1-1.107.003C7.809 19.827 4.177 16.189.544 12.553c-.334-.308-.293-.873.042-1.164C4.066 7.902 7.552 4.42 11.033.934c.241-.227.458-.524.796-.605m.094.487c-.233.125-.397.341-.586.521C7.889 4.79 4.434 8.238.986 11.692c-.188.139-.254.409-.041.561 3.601 3.6 7.201 7.203 10.804 10.801a.309.309 0 0 0 .502 0c3.603-3.599 7.203-7.201 10.804-10.802.204-.151.141-.422-.041-.56-3.548-3.555-7.105-7.101-10.652-10.657-.122-.109-.255-.269-.439-.219z"/><path d="M9.926 4.165c.839.284 1.663.613 2.505.894-.192.079-.491.163-.44.434.023.101.324.312.077.289-.663-.233-1.318-.493-1.985-.718-.83 2.257-1.651 4.518-2.468 6.78 2.145.772 4.285 1.558 6.425 2.344.82-2.264 1.647-4.525 2.466-6.789-.678-.239-1.343-.521-2.037-.714.316-.15.512-.471.236-.77.828.261 1.638.58 2.452.884-1.021 2.819-2.047 5.636-3.071 8.454-.668-.238-1.326-.5-1.997-.726l-.189.487c-1.064-.375-2.119-.776-3.184-1.149.065-.168.116-.341.181-.508-.673-.255-1.356-.482-2.024-.749 1.022-2.812 2.031-5.63 3.053-8.443m-1.984 8.08c-.447.181-.083.892.328.636.392-.199.06-.837-.328-.636m5.08 1.868c-.401.196-.08.837.319.642.441-.175.095-.888-.319-.642z"/><path d="M12.433 5.072c.357.13.715.261 1.079.37-.319.087-.603.451-.241.7-.271.091-.672-.235-.998-.258.361-.15.53-.549.16-.812zM10.276 5.393c.928.336 1.856.672 2.782 1.012-.763 2.107-1.529 4.214-2.297 6.32-.928-.338-1.853-.685-2.784-1.016.762-2.107 1.525-4.213 2.299-6.316zM13.527 5.47c.35.135.715.233 1.053.398-.342.049-.561.459-.208.674-.276.095-.672-.238-1-.257.362-.151.527-.555.155-.815zM11.051 12.827c.764-2.103 1.525-4.208 2.297-6.309.927.327 1.85.665 2.771 1.008-.759 2.107-1.526 4.21-2.294 6.313-.923-.341-1.848-.677-2.774-1.012zM6.994 13.086c.208.074.416.15.623.227l-.324.906c.09.027.178.057.266.089.107-.297.216-.593.327-.889.207.07.414.143.621.215-.104.305-.21.608-.315.912.443.16.886.32 1.328.485.182-.061.37-.18.568-.121.294.052.291.458.571.529.393.153.792.287 1.186.436a25 25 0 0 0 .316-.882c.213.058.422.129.63.204l-.326.907c.092.024.182.052.272.085.104-.295.211-.589.316-.883.207.071.414.143.62.216-.266.737-.534 1.474-.805 2.209a31.978 31.978 0 0 1-.62-.199l.33-.924c-.087-.03-.174-.06-.26-.092-.115.302-.227.605-.337.908l-.617-.221.33-.912c-.642-.244-1.285-.561-1.964-.421-.371-.58-1.093-.674-1.698-.908-.107.303-.217.605-.331.906l-.618-.221c.104-.312.214-.622.324-.932a8.072 8.072 0 0 1-.276-.088c-.11.305-.221.61-.334.915-.205-.074-.408-.151-.612-.226.266-.745.535-1.488.809-2.23zM7.532 17.75c2.979-.002 5.957-.002 8.936 0l-.001.49c-2.978.002-5.956.002-8.934 0l-.001-.49z"/></symbol><symbol viewBox="0 0 15 24" id="warning--trucks-rollover--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#dcb71b" opacity=".86" d="M.417 0h14.16l.074.032C10.751.071 6.85.038 2.95.049 2.081.042 1.212.065.343.033L.416 0z"/><path fill="#ffd520" d="M.033.345a.528.528 0 0 1 .31-.312C1.211.066 2.08.042 2.95.049c3.9-.011 7.801.022 11.701-.017.143.05.24.171.313.298-.023.373-.014.747-.014 1.12v20.301c.005.623-.015 1.247.018 1.87a.589.589 0 0 1-.345.339c-4.748-.015-9.495-.018-14.242.002a.567.567 0 0 1-.351-.345c.004-.189.018-.377.021-.566V3.001C.044 2.116.069 1.231.036.346M.417.177C.228.216.147.421.165.597.168 8.215.163 15.833.168 23.451a.343.343 0 0 0 .378.359h13.908c.228.027.404-.188.375-.406-.001-7.619.001-15.238-.001-22.857a.351.351 0 0 0-.374-.384C9.952.159 5.451.163.949.161.772.164.592.147.417.179z"/><path fill="#ffd520" d="M.402.596C.391.502.424.374.546.399 5.148.392 9.75.399 14.352.396c.11-.009.263.001.24.151.006 7.551 0 15.102.003 22.653 0 .123-.006.246-.016.368-4.61.023-9.219 0-13.83.012-.111-.006-.23.012-.331-.039-.032-.212-.012-.426-.016-.639V.598m6.965.573c-.101.039-.177.118-.254.191-1.131 1.136-2.268 2.268-3.4 3.402-.173.15-.2.436-.026.596 1.173 1.179 2.35 2.355 3.526 3.53.173.186.474.138.624-.051 1.155-1.164 2.317-2.319 3.473-3.482.17-.159.144-.441-.026-.591-1.149-1.152-2.301-2.302-3.453-3.453-.117-.124-.297-.212-.466-.144M2.977 18.212l.077.075c-.06.158-.117.317-.175.475l.159.067-.363.998c.255.091.509.186.762.278l.365-1.002.189.067c-.119.336-.243.671-.363 1.008.277.098.552.203.828.303.122-.336.242-.672.365-1.006.804.288 1.604.587 2.407.874l-.365 1.006c.252.087.501.18.75.273l.367-1.006.196.073c-.122.336-.245.671-.366 1.007.253.086.504.176.756.268.123-.332.243-.664.365-.996l.165.052c.056-.155.111-.309.165-.465l.127-.026c.97-2.696 1.957-5.386 2.934-8.08-2.133-.776-4.265-1.554-6.398-2.328-.987 2.693-1.959 5.391-2.947 8.085m-.089 4.065v.528h9.174v-.528H2.89z"/><path fill="#ffd520" d="M7.414 1.311c.13-.057.254.045.342.131 1.137 1.147 2.286 2.284 3.423 3.431a.264.264 0 0 1 .005.408L7.706 8.758c-.096.117-.282.146-.388.025-1.163-1.155-2.316-2.319-3.48-3.474-.144-.107-.167-.322-.02-.438 1.14-1.145 2.284-2.286 3.424-3.431.053-.048.106-.099.173-.129m-2.28 2.952c.471.33.934.669 1.408.993.088.078.23.057.275-.058-.006-.165-.061-.322-.099-.481.341.007.684-.013 1.024.008.184.013.321.19.309.371.006.652 0 1.305.002 1.958h.906c-.002-.668.005-1.336-.003-2.004-.003-.61-.51-1.164-1.118-1.216-.372-.023-.746-.003-1.119-.01.024-.186.238-.557-.068-.597-.531.304-1.006.699-1.517 1.037zM6.111 10.357c.209-.079.306.274.087.313-.192.051-.275-.261-.087-.313zM6.42 10.518c.16-.147.379.131.203.254-.154.13-.363-.128-.203-.254zM5.852 10.89c.991.361 1.984.717 2.973 1.086L6.389 18.67c-.991-.363-1.983-.726-2.975-1.087l2.438-6.693m.052.115L3.527 17.53c.938.337 1.874.681 2.81 1.022l2.375-6.529c-.935-.342-1.87-.684-2.808-1.019zM7.914 10.995c.493.126.96.336 1.442.499.295.122.621.184.886.37a.612.612 0 0 1-.272-.033c-.621-.233-1.245-.456-1.869-.683-.084-.021-.141-.084-.186-.154zM8.89 11.993c.999.364 2 .726 2.997 1.095L9.45 19.784c-.998-.369-1.999-.727-2.997-1.095.813-2.232 1.624-4.464 2.438-6.696m-2.328 6.642c.945.344 1.89.686 2.834 1.032.791-2.177 1.584-4.352 2.374-6.528-.942-.347-1.885-.69-2.83-1.026-.794 2.174-1.584 4.35-2.378 6.523zM11.466 12.313c.186-.084.325.216.136.297-.188.099-.333-.213-.136-.297zM11.815 12.455c.172-.107.342.18.165.28-.18.121-.358-.184-.165-.28zM3.369 17.814c.154-.114.346.13.198.253-.156.165-.397-.14-.198-.253zM3.769 17.926c.189-.067.3.235.111.304-.198.095-.322-.25-.111-.304zM5.208 18.432c.771.228 1.516.54 2.274.81a9.91 9.91 0 0 1-.032.093c-.68-.25-1.362-.496-2.043-.741a.335.335 0 0 1-.199-.162zM4.029 18.677c.087-.136.271-.018.232.125-.087.153-.332.024-.232-.125zM4.37 18.723c.153-.062.244.207.076.243-.152.073-.223-.203-.076-.243zM5.881 19.402c.032-.162.224-.094.283.016.114-.039.303.02.228.167-.072.144-.206.036-.269-.054-.105.016-.277.032-.243-.129zM8.76 19.754c.186-.09.321.216.134.3-.195.09-.33-.222-.134-.3zM9.162 19.875c.212-.042.255.315.036.321-.201.024-.234-.299-.036-.321zM7.71 19.92c.152-.017.19.238.03.255-.171.042-.212-.252-.03-.255z"/><path fill="#ffd520" d="M7.965 20.023c.149-.042.225.224.054.249-.16.054-.226-.231-.054-.249z"/><path d="M.417.177C.592.145.772.162.95.159 5.451.162 9.953.157 14.455.161a.353.353 0 0 1 .374.384c.002 7.619 0 15.238.001 22.857.028.218-.147.433-.375.406-4.636.002-9.272.002-13.908 0a.342.342 0 0 1-.378-.359C.164 15.831.169 8.213.166.595.148.42.23.215.418.175M.402.596V22.9c.005.213-.015.428.016.639.102.052.221.034.331.039 4.61-.011 9.22.012 13.83-.012.01-.123.015-.246.016-.368-.003-7.551.003-15.102-.003-22.653.023-.15-.13-.16-.24-.151C9.75.398 5.148.39.546.397.424.371.391.499.402.594z"/><path d="M7.367 1.171c.169-.069.349.019.466.144 1.151 1.15 2.304 2.3 3.453 3.453.17.149.195.432.025.591-1.156 1.162-2.319 2.318-3.473 3.482-.15.189-.452.237-.624.051-1.176-1.175-2.354-2.351-3.526-3.53-.174-.159-.147-.446.025-.595 1.133-1.135 2.269-2.266 3.401-3.402.077-.073.153-.152.254-.191m.046.137c-.066.03-.12.081-.173.129-1.14 1.145-2.284 2.286-3.424 3.431-.147.116-.125.332.02.438 1.164 1.154 2.317 2.319 3.48 3.474.106.121.291.093.388-.025l3.478-3.477a.264.264 0 0 0-.005-.408C10.041 3.726 8.892 2.59 7.755 1.442c-.087-.087-.211-.188-.342-.131z"/><path d="M5.135 4.263c.511-.337.987-.732 1.517-1.036.306.04.092.411.068.597.373.006.747-.012 1.119.01.609.053 1.115.606 1.118 1.216.008.668 0 1.336.003 2.004h-.906c-.003-.653.005-1.305-.002-1.958.012-.181-.125-.358-.309-.371-.341-.021-.683-.001-1.024-.008.039.159.094.316.099.481-.045.114-.187.136-.275.058-.474-.324-.938-.663-1.409-.993zM2.977 18.212c.987-2.693 1.959-5.391 2.947-8.085 2.133.774 4.265 1.553 6.398 2.328-.976 2.694-1.963 5.385-2.934 8.08l-.127.026c-.054.156-.11.309-.165.465-.041-.014-.123-.039-.165-.052l-.365.996a33.915 33.915 0 0 0-.756-.268l.366-1.007-.196-.073-.367 1.006a33.588 33.588 0 0 0-.75-.273l.365-1.006c-.804-.288-1.603-.586-2.407-.874-.123.335-.243.67-.365 1.006-.276-.101-.551-.206-.828-.303l.363-1.008-.189-.067c-.123.333-.243.668-.365 1.002l-.762-.278c.12-.333.241-.666.363-.998l-.159-.067c.058-.159.115-.318.176-.475a5.34 5.34 0 0 0-.076-.075m3.132-7.855c-.189.052-.105.365.087.313.219-.039.123-.393-.087-.313m.309.161c-.16.126.049.384.203.254.176-.123-.042-.401-.203-.254m-.568.372l-2.438 6.693c.993.36 1.984.723 2.975 1.087l2.436-6.695c-.989-.369-1.983-.724-2.973-1.086m2.062.106c.045.07.103.132.186.154.624.226 1.248.45 1.869.682.087.035.18.039.272.033-.265-.186-.591-.248-.886-.37-.481-.164-.949-.373-1.442-.5m.977.999c-.813 2.232-1.624 4.464-2.438 6.696.999.367 2 .726 2.997 1.095l2.437-6.696c-.997-.369-1.998-.731-2.997-1.095m2.577.32c-.197.084-.051.396.136.297.189-.082.051-.381-.136-.297m.349.142c-.192.096-.015.401.165.28.176-.101.007-.387-.165-.28m-8.446 5.359c-.199.114.042.419.198.253.149-.123-.044-.367-.198-.253m.4.112c-.211.054-.087.399.111.304.189-.069.078-.372-.111-.304m1.439.506a.33.33 0 0 0 .199.162c.682.245 1.364.491 2.043.741l.032-.093c-.758-.27-1.503-.582-2.274-.81m-1.179.245c-.1.149.144.278.232.125.039-.143-.145-.261-.232-.125m.341.046c-.147.04-.076.317.076.243.168-.036.077-.305-.076-.243m1.511.679c-.035.16.138.144.243.129.063.09.197.198.269.054.075-.147-.114-.205-.228-.167-.059-.11-.251-.178-.283-.016m2.878.352c-.196.077-.06.39.134.3.187-.084.053-.39-.134-.3m.402.121c-.198.022-.165.345.036.321.219-.006.176-.363-.036-.321m-1.452.045c-.182.002-.141.297.03.255.16-.016.122-.271-.03-.255m.255.103c-.173.018-.106.304.054.249.171-.026.095-.291-.054-.249z"/><path d="M5.904 11.005c.938.335 1.872.676 2.808 1.018-.79 2.177-1.583 4.353-2.374 6.529-.936-.341-1.872-.684-2.81-1.022l2.377-6.525zM6.563 18.635c.795-2.174 1.584-4.349 2.378-6.523.945.336 1.888.679 2.83 1.026-.79 2.177-1.584 4.352-2.374 6.528-.944-.345-1.889-.687-2.834-1.032zM2.888 22.277h9.173v.528H2.887v-.528z"/><path fill="#d3b11a" opacity=".83" d="M0 .421L.033.345C.066 1.23.041 2.115.048 3v20.05c-.003.189-.017.377-.021.566l-.028-.072V.42z"/><path fill="#9a8112" opacity=".6" d="M14.964.33L15 .393v23.152l-.033.075c-.032-.623-.012-1.247-.018-1.87V1.449c0-.373-.009-.747.014-1.12z"/><path fill="#66550d" opacity=".4" d="M.38 23.961c4.747-.021 9.495-.017 14.242-.002l-.085.04H.464L.38 23.96z"/></symbol><symbol viewBox="0 0 15 24" id="warning--trucks-rollover--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#dcb81b" opacity=".86" d="M.41 0h14.138l.069.024c-.272.012-.543.032-.816.027C9.314.033 4.826.074.34.03l.071-.031z"/><path fill="#ffd520" d="M.03.336A.53.53 0 0 1 .339.03C4.826.073 9.313.033 13.8.051c.273.005.544-.015.816-.027a.538.538 0 0 1 .351.351c-.033.658-.01 1.317-.017 1.975.009 7.088-.016 14.177.012 21.265a.6.6 0 0 1-.34.344 1989.14 1989.14 0 0 0-14.244.003.625.625 0 0 1-.346-.303c.031-.469.015-.939.018-1.409v-20C.045 1.612.065.974.03.336M.417.175C.249.208.147.382.16.545c-.002 7.62 0 15.24-.001 22.859-.032.225.157.436.389.405 4.635 0 9.271.002 13.907 0 .227.024.398-.192.369-.408-.001-7.617.001-15.235-.001-22.852.028-.235-.192-.42-.417-.389C9.744.171 5.079.14.419.175z"/><path fill="#ffd520" d="M.396.547C.368.392.542.389.648.396 5.287.405 9.927.384 14.567.407c.032.264.018.53.02.794l-.001 22.202c.027.119-.068.195-.18.174-4.618 0-9.237.002-13.854-.001-.145.036-.162-.115-.157-.222C.398 15.752.393 8.15.398.548m6.967.622c-.102.037-.179.117-.256.189-1.131 1.135-2.267 2.268-3.401 3.402-.177.151-.204.444-.026.604 1.165 1.17 2.335 2.334 3.5 3.504a.408.408 0 0 0 .599.015c1.168-1.167 2.333-2.338 3.502-3.504a.41.41 0 0 0-.002-.61c-1.14-1.144-2.285-2.284-3.426-3.428-.122-.133-.306-.245-.49-.174M2.667 12.455c.978 2.695 1.961 5.388 2.937 8.085l.125.025c.053.154.108.308.163.46l.165-.051c.122.331.244.663.364.995.252-.09.504-.18.756-.267a1117.3 1117.3 0 0 0-.366-1.006l.196-.073c.125.335.244.671.368 1.005.249-.095.499-.184.75-.273-.12-.336-.243-.67-.365-1.006.803-.29 1.604-.586 2.408-.875.123.335.243.671.364 1.006.276-.101.55-.204.827-.303-.119-.336-.243-.671-.361-1.008l.189-.067.365 1.002c.253-.093.507-.186.762-.277-.12-.335-.242-.669-.363-1.002l.158-.06c-.054-.156-.11-.312-.168-.466l.066-.096c-.983-2.691-1.959-5.385-2.941-8.076-2.135.771-4.266 1.554-6.4 2.328m.262 9.822v.528h9.173v-.528H2.928z"/><path fill="#ffd520" d="M7.414 1.309c.132-.055.25.051.337.137 1.139 1.146 2.286 2.283 3.423 3.429a.262.262 0 0 1 .005.403c-1.168 1.166-2.332 2.336-3.502 3.5-.103.12-.291.105-.387-.015-1.159-1.159-2.318-2.32-3.479-3.477a.266.266 0 0 1 .004-.418c1.082-1.086 2.168-2.169 3.249-3.255.111-.106.21-.236.351-.303m.854 2.512c-.369.007-.74-.011-1.109.009a1.256 1.256 0 0 0-1.127 1.168c-.013.684-.002 1.368-.005 2.052h.906c.002-.652-.003-1.304.002-1.956-.014-.186.131-.366.321-.374.336-.018.675 0 1.012-.006-.035.155-.096.306-.096.466.021.13.191.152.277.069.471-.324.934-.663 1.404-.99-.508-.336-.984-.724-1.508-1.034-.319.023-.105.409-.078.594zM8.763 10.362c.186-.089.318.218.132.295-.192.107-.335-.228-.132-.295z"/><path fill="#ffd520" d="M8.368 10.511c.157-.127.361.135.2.255-.161.15-.381-.135-.2-.255zM6.163 11.976c.989-.368 1.982-.726 2.973-1.086l2.438 6.693c-.993.359-1.983.724-2.974 1.086-.813-2.231-1.624-4.462-2.436-6.694m.113.049l2.374 6.528c.936-.341 1.872-.683 2.81-1.022l-2.376-6.525c-.938.334-1.873.675-2.808 1.019zM6.89 11.038c.066-.036.135-.006.199.015-.756.311-1.531.591-2.309.842.034-.069.083-.132.162-.15.65-.234 1.298-.474 1.948-.707zM3.101 13.088c.997-.37 1.998-.731 2.997-1.095.813 2.231 1.623 4.464 2.438 6.695-.998.369-2 .726-2.998 1.096l-2.436-6.696m.116.051l2.374 6.528c.944-.344 1.888-.688 2.833-1.03l-2.377-6.524c-.945.337-1.888.679-2.83 1.026zM3.414 12.309c.199-.066.289.267.084.315-.201.059-.288-.27-.084-.315z"/><path fill="#ffd520" d="M3.016 12.457c.174-.117.342.179.165.277-.177.122-.358-.187-.165-.277zM11.461 17.803c.186-.106.334.222.132.294-.185.095-.321-.218-.132-.294z"/><path fill="#ffd520" d="M11.16 17.92c.201-.029.234.303.035.322-.213.039-.253-.319-.035-.322zM8.043 19.041c.577-.201 1.142-.441 1.728-.611-.063.183-.291.178-.44.252-.624.201-1.223.489-1.862.638.15-.164.377-.2.573-.279zM10.695 18.729c.14-.252.432.022.177.171l-.143-.095c-.014.142-.197.241-.276.087-.044-.156.129-.186.241-.164zM8.825 19.425c.066-.117.228-.186.294-.024.005.154-.137.15-.25.132-.065.084-.195.198-.269.057-.084-.148.111-.219.226-.164zM6.072 19.77c.18-.138.369.189.165.276-.172.102-.33-.174-.165-.276zM5.715 19.899c.179-.129.36.189.162.279-.171.101-.338-.181-.162-.279zM7.119 20.096c.033-.081.088-.216.201-.167.131.051.063.194-.002.27l-.159-.07c-.05.093-.143.204-.253.117-.087-.095.018-.188.08-.257l.134.107z"/><path d="M.417.175C5.078.14 9.742.17 14.404.16c.226-.031.446.153.417.389.002 7.617 0 15.235.001 22.852.028.216-.143.432-.369.408-4.635.002-9.271.001-13.907 0-.231.031-.42-.18-.389-.405C.158 15.784.156 8.165.158.545.146.381.246.207.415.175M.396.547c-.005 7.602 0 15.204-.003 22.806-.005.108.012.258.157.222 4.618.003 9.237 0 13.854.001.113.021.207-.056.18-.174L14.585 1.2c-.002-.264.012-.531-.02-.794C9.926.383 5.286.405.647.395.541.389.367.392.395.546z"/><path d="M7.365 1.17c.184-.072.369.04.49.174 1.141 1.143 2.286 2.283 3.426 3.428a.41.41 0 0 1 .002.61c-1.17 1.166-2.334 2.337-3.502 3.504a.407.407 0 0 1-.598-.015c-1.165-1.17-2.335-2.335-3.5-3.504-.179-.161-.151-.453.026-.605 1.134-1.134 2.269-2.266 3.4-3.402.077-.072.154-.153.256-.189m.049.138c-.141.068-.24.197-.351.303-1.082 1.086-2.168 2.169-3.249 3.255a.266.266 0 0 0-.004.418c1.161 1.158 2.319 2.319 3.479 3.477.096.119.284.135.387.015 1.17-1.164 2.334-2.334 3.502-3.5a.262.262 0 0 0-.005-.403C10.036 3.728 8.889 2.591 7.75 1.445c-.087-.086-.205-.192-.338-.137z"/><path d="M8.269 3.822c-.027-.184-.242-.571.078-.594.524.309.999.697 1.507 1.034-.469.327-.933.666-1.404.99-.087.083-.256.061-.277-.069 0-.16.062-.312.096-.466-.337.006-.675-.012-1.012.006a.35.35 0 0 0-.321.374c-.005.652 0 1.304-.002 1.956h-.906c.003-.684-.008-1.368.005-2.052A1.255 1.255 0 0 1 7.16 3.833c.369-.021.739-.003 1.109-.009zM2.667 12.455c2.134-.774 4.265-1.556 6.4-2.328.982 2.691 1.958 5.385 2.941 8.076a5.49 5.49 0 0 0-.066.096c.058.154.114.31.168.466a26.82 26.82 0 0 1-.158.06l.363 1.002c-.255.091-.508.185-.762.277-.123-.333-.243-.668-.365-1.002l-.189.067c.118.337.243.672.361 1.008-.276.099-.551.203-.827.303-.122-.335-.242-.671-.365-1.006-.804.288-1.605.585-2.407.875l.365 1.006c-.251.088-.501.177-.75.273-.123-.335-.243-.671-.367-1.005l-.196.073c.122.336.245.671.366 1.007-.253.087-.504.177-.756.267-.12-.332-.242-.663-.364-.994l-.165.051c-.055-.153-.111-.306-.163-.46l-.125-.026c-.976-2.696-1.959-5.389-2.937-8.085m6.094-2.094c-.204.067-.06.402.132.295.186-.078.054-.384-.132-.295m-.395.149c-.181.119.039.405.2.255.161-.12-.043-.381-.2-.255m-2.205 1.465c.813 2.232 1.623 4.463 2.436 6.694.992-.362 1.982-.727 2.974-1.086-.812-2.232-1.624-4.462-2.438-6.693-.991.36-1.984.717-2.973 1.086m.728-.939c-.65.233-1.298.473-1.948.707-.079.018-.128.081-.162.15a31.989 31.989 0 0 0 2.309-.842c-.065-.021-.134-.051-.199-.015m-3.789 2.05l2.436 6.696c.998-.369 2-.727 2.998-1.096-.814-2.231-1.624-4.464-2.438-6.695-.999.364-1.999.725-2.997 1.095m.314-.779c-.204.044-.117.374.084.315.205-.047.115-.381-.084-.315m-.398.148c-.193.09-.012.399.165.277.177-.099.009-.394-.165-.277m8.445 5.346c-.189.075-.052.389.132.294.202-.071.054-.399-.132-.294m-.301.117c-.219.003-.178.361.035.322.2-.018.166-.351-.035-.322m-3.117 1.121c-.196.079-.424.116-.573.279.639-.148 1.238-.436 1.862-.637.15-.075.377-.07.44-.252-.587.169-1.152.41-1.728.611m2.651-.313c-.112-.023-.285.008-.241.164.079.154.262.055.276-.087l.143.095c.254-.149-.037-.423-.177-.171m-1.871.695c-.114-.054-.311.016-.226.164.075.141.204.027.269-.057.114.018.255.023.251-.132-.065-.161-.227-.093-.294.024m-2.753.346c-.165.102-.007.378.165.276.204-.087.015-.414-.165-.276m-.357.129c-.176.098-.009.38.162.279.198-.09.017-.408-.162-.279m1.404.197l-.134-.107c-.063.069-.167.162-.08.257.111.087.204-.024.253-.117l.159.07c.066-.076.133-.219.002-.27-.112-.049-.168.086-.201.167z"/><path d="M6.277 12.024c.934-.344 1.87-.685 2.808-1.019l2.376 6.525c-.937.339-1.873.681-2.81 1.022a9907.83 9907.83 0 0 1-2.374-6.528zM3.218 13.139c.942-.348 1.885-.69 2.83-1.026l2.377 6.524c-.945.342-1.889.686-2.833 1.03-.792-2.176-1.584-4.351-2.374-6.528zM2.928 22.277h9.173v.528H2.928v-.528z"/><path fill="#d4b11a" opacity=".83" d="M0 .405L.03.336C.066.973.045 1.611.05 2.25v20c-.003.47.014.94-.018 1.409l-.033-.063V.405z"/><path fill="#9a8112" opacity=".6" d="M14.967.375L15 .453v23.079l-.038.082c-.029-7.088-.004-14.177-.012-21.265.006-.659-.016-1.317.017-1.975z"/><path fill="#66550d" opacity=".4" d="M.378 23.962c4.747-.023 9.495-.015 14.244-.003L14.54 24H.463l-.084-.038z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tunnel--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.31 0h.564c.532.129 1.036.428 1.307.917 3.753 6.481 7.497 12.968 11.248 19.45.271.475.569.938.771 1.448v.75A1.972 1.972 0 0 1 25.718 24H1.509C.753 23.852.175 23.237 0 22.498v-.565a3.94 3.94 0 0 1 .342-.792C4.241 14.406 8.131 7.665 12.031.929c.262-.488.76-.782 1.279-.929M2.857 21.598c7.169.003 14.338.004 21.506 0C20.782 15.4 17.203 9.201 13.61 3.01 10.017 9.201 6.437 15.4 2.857 21.598z"/><path fill="#fff" d="M2.857 21.598C6.437 15.4 10.017 9.201 13.61 3.01c3.593 6.191 7.172 12.39 10.753 18.588-7.168.004-14.337.003-21.506 0m9.79-10.304l-.088.19c-.892-.009-1.783-.002-2.675-.004-.62 1.048-1.251 2.092-1.849 3.153-.037 2.118-.005 4.24-.016 6.359 3.727.003 7.454.001 11.181.001-.01-2.123.027-4.249-.018-6.369a114.6 114.6 0 0 0-1.861-3.15c-.894.016-1.788-.003-2.682.011l-.074-.197a31.447 31.447 0 0 0-1.918.006z"/><path fill="#fff" d="M12.865 11.482c.497-.004.993-.003 1.49-.001-.048.341-.1.682-.155 1.022a6.042 6.042 0 0 0-1.18.006 72.732 72.732 0 0 1-.155-1.027zM10.052 11.669c.392-.004.784-.001 1.175-.004.193.344.371.696.552 1.047a9.944 9.944 0 0 0-.611.385c-.371-.476-.745-.951-1.116-1.428zM11.47 11.669c.398-.004.796-.004 1.194 0 .034.225.07.45.111.675-.27.091-.542.175-.807.282-.183-.31-.335-.636-.498-.957zM14.447 12.349l.113-.682a94.25 94.25 0 0 1 1.189.002c-.158.321-.323.641-.485.961a12.295 12.295 0 0 0-.817-.281zM15.441 12.711c.179-.35.36-.699.548-1.044.392-.001.785-.002 1.177.001-.366.48-.744.951-1.112 1.429a12.601 12.601 0 0 0-.613-.386zM9.01 13.342c.285-.508.589-1.005.891-1.504.374.458.74.922 1.11 1.383-.275.26-.528.543-.747.851-.418-.243-.832-.494-1.254-.73zM16.207 13.225c.37-.463.736-.929 1.112-1.386.298.502.618.992.884 1.511-.424.229-.833.483-1.251.722a5.087 5.087 0 0 0-.745-.847z"/><path fill="#fff" d="M9.837 15.991c.071-1.629 1.332-3.06 2.901-3.441l.148.187c.479-.09.973-.096 1.452.005l.129-.193c1.576.372 2.842 1.81 2.915 3.442.026 1.6.005 3.201.011 4.802h-.587c-.011-1.601.018-3.202-.015-4.802-.087-1.615-1.577-2.973-3.191-2.926-1.607-.037-3.086 1.317-3.172 2.925-.031 1.6-.002 3.202-.015 4.803l-.586-.001c.007-1.6-.014-3.201.01-4.801zM8.222 14.688c.23-.388.455-.778.69-1.163.42.235.837.476 1.245.731a5.317 5.317 0 0 0-.377.89c-.52-.151-1.04-.3-1.558-.458zM17.065 14.262c.402-.267.824-.499 1.243-.736.235.384.46.775.69 1.163-.516.158-1.035.301-1.55.458a6.931 6.931 0 0 0-.383-.885zM8.207 14.914c.51.138 1.024.267 1.522.445-.06.288-.1.579-.122.872-.466.004-.932.003-1.398.001-.002-.44-.001-.879-.002-1.318zM17.498 15.345a39.565 39.565 0 0 1 1.514-.431c.001.439.002.878-.001 1.318-.466.003-.932.002-1.397.001a13.14 13.14 0 0 0-.116-.888zM8.21 16.437c.468.001.935 0 1.403.002.005.313.005.627.001.941-.468.002-.936.002-1.405.001-.003-.315-.003-.629.001-.944zM17.606 16.437c.469.001.938-.001 1.406.002.002.314.001.627-.001.941-.469.002-.937.001-1.405.001a37.132 37.132 0 0 1 0-.944zM8.209 17.581c.468-.002.937-.002 1.405.001.004.313.004.626 0 .939-.468.003-.937.003-1.405.001a49.195 49.195 0 0 1 0-.941zM17.605 17.581c.468-.002.937-.002 1.406.001.003.313.003.626-.001.939-.468.003-.937.003-1.405.001a49.195 49.195 0 0 1 0-.941zM8.209 18.712c.468-.001.937-.002 1.405.001.004.313.004.628-.004.942h-1.4a42.347 42.347 0 0 1-.001-.943zM17.605 18.712c.469-.001.937-.002 1.406.001.003.313.003.627-.002.941-.467.002-.935.001-1.403.001a42.347 42.347 0 0 1-.001-.943zM8.208 19.855c.469-.003.937-.003 1.406.001.003.313.003.627 0 .94-.468.003-.937.002-1.406.001a73.948 73.948 0 0 1 0-.942zM17.605 19.855c.468-.003.937-.003 1.405.001.004.313.004.627.001.94-.469.003-.938.002-1.407.001-.002-.314-.002-.628.001-.942z"/><path d="M12.647 11.294a31.447 31.447 0 0 1 1.918-.006l.074.197c.894-.014 1.788.005 2.682-.011a114.6 114.6 0 0 1 1.861 3.15c.045 2.12.008 4.246.018 6.369-3.727 0-7.454.002-11.181-.001.011-2.119-.021-4.241.016-6.359.598-1.061 1.229-2.105 1.849-3.153.892.002 1.783-.005 2.675.004l.088-.19m.218.188c.049.342.101.685.155 1.027.392-.043.787-.04 1.18-.006.055-.34.107-.681.155-1.022a123.34 123.34 0 0 0-1.49.001m-2.813.187c.371.477.745.952 1.116 1.428.199-.136.403-.264.611-.385-.181-.351-.359-.703-.552-1.047-.391.003-.783 0-1.175.004m1.418 0c.163.321.315.647.498.957.265-.107.537-.191.807-.282-.041-.225-.077-.45-.111-.675a59.403 59.403 0 0 0-1.194 0m2.977.68c.275.086.549.176.817.281.162-.32.327-.64.485-.961a94.25 94.25 0 0 0-1.189-.002l-.113.682m.994.362c.208.123.412.251.613.386.368-.478.746-.949 1.112-1.429-.392-.003-.785-.002-1.177-.001-.188.345-.369.694-.548 1.044m-6.431.631c.422.236.836.487 1.254.73.219-.308.472-.591.747-.851-.37-.461-.736-.925-1.11-1.383-.302.499-.606.996-.891 1.504m7.197-.117c.278.255.53.537.745.847.418-.239.827-.493 1.251-.722-.266-.519-.586-1.009-.884-1.511-.376.457-.742.923-1.112 1.386m-6.37 2.766c-.024 1.6-.003 3.201-.01 4.801l.586.001c.013-1.601-.016-3.203.015-4.803.086-1.608 1.565-2.962 3.172-2.925 1.614-.047 3.104 1.311 3.191 2.926.033 1.6.004 3.201.015 4.802h.587c-.006-1.601.015-3.202-.011-4.802-.073-1.632-1.339-3.07-2.915-3.442l-.129.193a3.715 3.715 0 0 0-1.452-.005l-.148-.187c-1.569.381-2.83 1.812-2.901 3.441m-1.615-1.303c.518.158 1.038.307 1.558.458.098-.308.225-.605.377-.89a29.795 29.795 0 0 0-1.245-.731c-.235.385-.46.775-.69 1.163m8.843-.426c.151.284.273.583.383.885.515-.157 1.034-.3 1.55-.458-.23-.388-.455-.779-.69-1.163-.419.237-.841.469-1.243.736m-8.858.652c.001.439 0 .878.002 1.318.466.002.932.003 1.398-.001a6.75 6.75 0 0 1 .122-.872c-.498-.178-1.012-.307-1.522-.445m9.291.431c.048.294.088.59.116.888.465.001.931.002 1.397-.001.003-.44.002-.879.001-1.318-.508.132-1.012.279-1.514.431M8.21 16.437c-.004.315-.004.629-.001.944.469.001.937.001 1.405-.001.004-.314.004-.628-.001-.941-.468-.002-.935-.001-1.403-.002m9.396 0c-.004.315-.004.629 0 .944.468 0 .936.001 1.405-.001.002-.314.003-.627.001-.941-.468-.003-.937-.001-1.406-.002m-9.397 1.144c-.003.314-.003.627 0 .941.468.002.937.002 1.405-.001a36.74 36.74 0 0 0 0-.939c-.468-.003-.937-.003-1.405-.001m9.396 0c-.003.314-.003.627 0 .941.468.002.937.002 1.405-.001.004-.313.004-.626.001-.939-.469-.003-.938-.003-1.406-.001m-9.396 1.131c-.003.314-.003.629.001.943h1.4c.008-.314.008-.629.004-.942-.468-.003-.937-.002-1.405-.001m9.396 0c-.003.314-.003.629.001.943.468 0 .936.001 1.403-.001.005-.314.005-.628.002-.941-.469-.003-.937-.002-1.406-.001m-9.397 1.143c-.002.314-.002.628 0 .942.469.001.938.002 1.406-.001a49.09 49.09 0 0 0 0-.94 94.136 94.136 0 0 0-1.406-.001m9.397 0c-.003.314-.003.628-.001.942.469.001.938.002 1.407-.001.003-.313.003-.627-.001-.94a94.003 94.003 0 0 0-1.405-.001z"/></symbol><symbol viewBox="0 0 24 24" id="warning--tunnel--g2" xmlns="http://www.w3.org/2000/svg"><path d="M11.923.407c.367-.055.658.215.902.446 3.484 3.478 6.953 6.971 10.436 10.447.41.33.493.997.079 1.358-3.56 3.56-7.114 7.13-10.681 10.684-.359.419-1.044.356-1.376-.062C7.742 19.74 4.199 16.199.665 12.652c-.44-.392-.296-1.073.142-1.403C4.299 7.78 7.757 4.277 11.247.805c.196-.172.4-.382.676-.398m-1.339 1.657C7.66 4.979 4.751 7.91 1.829 10.829c-.38.373-.772.74-1.087 1.174.138.209.282.416.46.595 3.445 3.436 6.88 6.881 10.318 10.324.204.264.601.444.845.12 3.565-3.554 7.121-7.12 10.675-10.682.286-.209.151-.568-.077-.761-3.262-3.258-6.514-6.526-9.776-9.784-.372-.378-.734-.774-1.184-1.063-.534.367-.959.862-1.417 1.313z"/><path d="M9.713 6.12c1.598-.888 3.712-.746 5.164.37 1.235.908 1.96 2.423 1.932 3.952 0 1.99.018 3.976-.032 5.964l-1.105-.006c-.007-2.106.014-4.212-.01-6.318-.073-1.914-1.871-3.527-3.779-3.415-1.825.024-3.448 1.592-3.532 3.414-.03 2.107-.002 4.214-.012 6.322l-1.114.001c.004-2.069-.002-4.136.002-6.205.002-1.68 1.02-3.282 2.485-4.078m.765-.199c.095.26.19.521.287.78.163-.03.328-.059.492-.086-.031-.282-.062-.563-.095-.845-.229.044-.457.095-.684.151m.816-.203c.031.275.061.55.089.824l.553-.014.001-.851-.643.041m.783-.038v.845c.182.007.365.014.548.023l.094-.829-.642-.038m.798.101c-.047.277-.088.554-.124.834l.516.085c.092-.275.174-.552.258-.83l-.65-.089m-3.132.461c.132.244.268.486.403.727l.5-.199-.3-.784-.604.256m3.927-.255l-.296.779c.166.071.332.139.499.206.137-.242.271-.486.402-.732l-.605-.253m-4.518.67c-.007.295.306.474.454.703.145-.097.29-.196.436-.292l-.413-.733c-.163.101-.328.2-.476.322m5.243-.324l-.419.736.43.284.553-.641a69.4 69.4 0 0 0-.564-.379m-5.92.957c.265.133.559.684.857.358.322-.277-.221-.598-.356-.845-.169.16-.336.322-.5.487m6.569-.48l-.522.634.334.372c.229-.176.463-.347.69-.529a28.212 28.212 0 0 0-.502-.476m-6.703.653c-.124.15-.224.317-.329.481.245.138.49.275.736.41.098-.145.198-.289.299-.432-.23-.151-.412-.45-.706-.46m6.634.449c.095.149.19.299.283.449.251-.139.5-.282.748-.427-.119-.178-.238-.356-.355-.535-.227.169-.454.34-.676.514m-7.051.147c-.088.2-.175.402-.264.602.268.106.536.209.806.31.382-.5-.134-.731-.542-.912m7.429.416c.072.163.145.325.22.487.266-.101.534-.202.8-.305l-.292-.594c-.244.136-.487.272-.728.412M7.447 9.492l.851.084c.025-.164.053-.328.08-.491l-.772-.286c-.058.229-.112.461-.16.692m8.176-.402l.114.486c.27-.026.54-.054.811-.079l-.092-.694c-.28.091-.557.187-.833.287m-8.225.527c-.013.242-.025.486-.036.728l.839-.001.026-.638a75 75 0 0 1-.829-.089m8.388.09l.029.637.838.001c-.011-.242-.022-.486-.036-.73-.276.031-.553.062-.83.091m.024.783l.004.704.83.002.006-.712c-.28.001-.56.002-.84.005m-8.449-.003l.006.71.832-.002.004-.706c-.281-.002-.56-.002-.841-.002m-.001.845l.005.704.833-.001.004-.701-.841-.002m8.448.001l.002.702.832.002c.004-.234.006-.468.011-.701-.281-.002-.563-.004-.845-.004m-8.448.846l.004.704.834-.001.002-.701-.84-.002m8.449.003l.001.7.833.004.008-.703a118.16 118.16 0 0 0-.842 0m-8.449.839l.002.71.835-.002.001-.706c-.28-.002-.559-.002-.839-.002m8.45.002v.707l.839-.002v-.706c-.28-.001-.559 0-.839.001m-8.449.84l.001.71.838-.001v-.707l-.839-.002m8.449.002v.706l.836.004.002-.71c-.28-.001-.559 0-.839.001m-8.447.847v.704l.838-.001v-.701l-.838-.002m8.448.002v.701l.84-.001-.004-.702-.836.002m-8.447.84l-.002.704.839-.002-.001-.7-.835-.002m8.446.001v.701l.839.001a81.667 81.667 0 0 1 0-.7l-.839-.002z"/><path d="M8.92 10.19c.017-1.601 1.484-2.998 3.08-2.956 1.601-.052 3.089 1.349 3.094 2.957.008 2.069-.001 4.139.004 6.208H8.914c.006-2.069-.006-4.139.006-6.209z"/><path fill="#ffef00" d="M10.584 2.064c.458-.451.883-.946 1.417-1.313.45.289.812.685 1.184 1.063 3.263 3.258 6.515 6.526 9.776 9.784.228.193.362.552.077.761a5375.27 5375.27 0 0 1-10.675 10.682c-.244.324-.641.144-.845-.12C8.08 19.478 4.646 16.033 1.2 12.597a3.78 3.78 0 0 1-.46-.595c.316-.433.707-.8 1.087-1.174 2.922-2.918 5.831-5.85 8.755-8.765M9.713 6.12c-1.465.796-2.483 2.398-2.485 4.078-.005 2.069.001 4.136-.002 6.205l1.114-.001c.01-2.107-.018-4.214.012-6.322.084-1.822 1.706-3.39 3.532-3.414 1.908-.112 3.706 1.501 3.779 3.415.024 2.106.002 4.212.01 6.318l1.105.006c.05-1.988.032-3.974.032-5.964.028-1.529-.697-3.043-1.932-3.952-1.452-1.116-3.565-1.258-5.164-.37M8.92 10.19c-.012 2.07 0 4.14-.006 6.209h6.184c-.005-2.069.005-4.139-.004-6.208-.005-1.608-1.493-3.008-3.094-2.957-1.596-.042-3.064 1.355-3.08 2.956z"/><path fill="#ffef00" d="M10.477 5.922c.227-.056.455-.107.684-.151l.095.845c-.164.028-.329.056-.492.086-.097-.259-.192-.52-.287-.78zM11.293 5.719l.643-.041-.001.851-.553.014c-.028-.275-.058-.55-.089-.824zM12.874 5.783l.65.089c-.084.278-.166.556-.258.83a46.195 46.195 0 0 0-.516-.085c.036-.28.077-.557.124-.834zM9.15 6.659c.149-.121.313-.221.476-.322l.413.733-.436.292c-.148-.229-.461-.408-.454-.703zM14.394 6.335c.188.125.377.252.564.379-.185.214-.37.427-.553.641-.143-.095-.286-.191-.43-.284.139-.246.278-.491.419-.736zM8.474 7.292a19.1 19.1 0 0 1 .5-.487c.136.247.678.568.356.845-.298.326-.592-.224-.857-.358zM15.044 6.812c.169.157.336.316.502.476-.227.182-.461.353-.69.529l-.334-.372.522-.634zM8.341 7.466c.294.01.475.308.706.46-.101.143-.2.287-.299.432-.246-.136-.491-.272-.736-.41.104-.164.205-.331.329-.481zM14.975 7.914c.222-.174.449-.344.676-.514.118.179.236.358.355.535-.247.145-.497.288-.748.427l-.283-.449zM15.353 8.478c.241-.139.485-.276.728-.412.097.198.193.396.292.594-.266.103-.534.204-.8.305a42.603 42.603 0 0 1-.22-.487zM7.447 9.492c.048-.232.102-.463.16-.692l.772.286c-.028.163-.055.326-.08.491l-.851-.084zM15.622 9.089c.276-.1.553-.196.833-.287l.092.694c-.271.025-.541.053-.811.079l-.114-.486zM7.361 11.329l.841.002-.004.701-.833.001-.005-.704zM7.362 13.018c.28 0 .559 0 .839.002l-.001.706-.835.002-.002-.71zM15.811 13.02c.28-.001.559-.002.839-.001v.706l-.839.002v-.707zM7.364 15.552l.835.002.001.7-.839.002.002-.704zM15.811 15.553l.839.002v.7l-.839-.001v-.701z"/><path fill="#fff000" d="M12.076 5.681l.642.038-.094.829-.548-.023V5.68zM9.742 6.244l.604-.256.3.784-.5.199a51.547 51.547 0 0 1-.403-.727zM13.668 5.989l.605.253c-.131.246-.265.49-.402.732a27.473 27.473 0 0 1-.499-.206c.1-.259.198-.52.296-.779zM7.924 8.062c.408.181.924.412.542.912a43.28 43.28 0 0 1-.806-.31c.089-.2.176-.402.264-.602zM7.397 9.616a75 75 0 0 0 .829.089c-.01.212-.018.426-.026.638l-.839.001c.011-.242.023-.486.036-.728zM15.785 9.706c.277-.029.554-.06.83-.091.014.244.025.487.036.73l-.838-.001-.029-.637zM7.361 10.484c.281 0 .56 0 .841.002l-.004.706-.832.002-.006-.71zM15.81 11.33c.282 0 .564.001.845.004-.005.233-.007.467-.011.701l-.832-.002-.002-.702zM7.362 12.175l.84.002-.002.701-.834.001-.004-.704zM15.811 12.178h.842c-.004.234-.006.468-.008.703l-.833-.004-.001-.7zM7.362 13.86l.839.002v.707l-.838.001-.001-.71zM15.811 13.862c.28-.001.559-.002.839-.001l-.002.71-.836-.004v-.706zM7.363 14.71l.838.002v.701l-.838.001v-.704zM15.811 14.712l.836-.002.004.702-.84.001v-.701z"/><path fill="#fff200" d="M15.81 10.488l.84-.005-.006.712-.83-.002-.004-.704z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tunnel--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#ea1c03" d="M13.246 0h.851a3.5 3.5 0 0 1 .852 1.045c3.964 7.221 8.276 14.251 12.153 21.52v.782c-.243.201-.452.519-.807.493-2.157.095-4.318.073-6.475.16H.814a40.434 40.434 0 0 1-.815-.983v-.109c1.404-2.805 3.056-5.473 4.576-8.212C6.755 10.57 9.159 6.57 11.538 2.56c.549-.867 1.001-1.806 1.706-2.56M3.189 21.695c6.986.005 13.974.007 20.962 0a1356.585 1356.585 0 0 1-10.482-18.34 1174.45 1174.45 0 0 0-10.48 18.34z"/><path fill="#fff" d="M3.189 21.695a1179.069 1179.069 0 0 1 10.48-18.34c3.442 6.14 6.944 12.251 10.482 18.34-6.988.007-13.976.005-20.962 0m9.663-13.094c-2.194 3.716-4.284 7.496-6.477 11.213 2.113.005 4.225 0 6.336.002.034-1.482-.08-2.975.056-4.451.157-.913 1.6-.919 1.796-.024.111 1.487.016 2.986.047 4.478 2.075-.005 4.152-.003 6.227-.002-2.106-3.628-4.211-7.259-6.193-10.953-.256-.754-1.384-1.037-1.793-.263z"/><path fill="#030303" d="M12.852 8.601c.408-.774 1.536-.491 1.793.263 1.982 3.695 4.087 7.326 6.193 10.953-2.075-.002-4.152-.003-6.227.002-.031-1.492.064-2.991-.047-4.478-.196-.895-1.639-.888-1.796.024-.136 1.476-.021 2.968-.056 4.451-2.111-.002-4.224.003-6.336-.002 2.193-3.718 4.282-7.497 6.477-11.213z"/></symbol><symbol viewBox="0 0 28 24" id="warning--tunnel--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#faea3f" d="M13.522.58c1.317-.357 1.995.878 2.479 1.86 3.363 6.035 6.805 12.025 10.206 18.04.301.559.78 1.1.73 1.772.04.625-.541 1.213-1.171 1.166-7.987-.004-15.975-.006-23.963 0-.975-.686-.67-1.958-.02-2.759C5.13 14.674 8.665 8.797 12.04 2.827c.473-.764.792-1.643 1.482-2.248m.29.369c-.391.105-.618.467-.806.795-3.738 6.672-7.7 13.215-11.413 19.898-.354.692.258 1.597 1.038 1.518 7.561.053 15.126-.041 22.687.022.885.142 1.646-.875 1.158-1.658C22.768 14.987 19.081 8.437 15.373 1.9c-.265-.591-.85-1.194-1.56-.951z"/><path fill="#faea3f" d="M9.622 17.51c.445.113.849.332 1.206.616-.392-.007-.783-.02-1.175-.037l-.031-.58z"/><path fill="#232927" d="M13.812.948c.71-.243 1.295.36 1.56.951 3.708 6.537 7.395 13.087 11.103 19.623.489.783-.272 1.8-1.158 1.658-7.561-.063-15.126.031-22.687-.022-.78.079-1.392-.825-1.038-1.518C5.305 14.957 9.268 8.414 13.005 1.742c.189-.328.416-.689.806-.795m.32 2.853c-3.29 5.819-6.72 11.558-10.004 17.381 6.629-.003 13.259-.035 19.888-.007-3.332-5.77-6.496-11.636-9.884-17.374z"/><path fill="#faeb3d" d="M14.131 3.8c3.388 5.738 6.552 11.603 9.884 17.374-6.629-.028-13.259.004-19.888.007C7.411 15.358 10.841 9.619 14.131 3.8m-.049 9.255c-1.472 1.362-.701 3.546-.918 5.299l.667-.215c.047-1.124-.059-2.255.066-3.373.228-1.567 2.299-2.406 3.54-1.395-1.165-.541-2.857-.301-3.34 1.038-.281 1.201-.073 2.46-.143 3.685.894-.335 1.806-.62 2.685-.991-.433-.022-.868-.02-1.302-.018.025-.705-.073-1.425.073-2.12.211-.623 1.197-.648 1.415-.016.138.688.04 1.398.051 2.093.427-.139.853-.282 1.282-.423.018.856.06 1.714.001 2.568-.161.016-.322.032-.483.053-1-.152-2.002-.301-3.01-.382a18.65 18.65 0 0 0-.872-.146c-.211-.02-.421-.042-.631-.063l-.007.768c1.939-.026 3.88.063 5.817-.006-.047-1.6.067-3.202-.064-4.799-.247-2.235-3.288-3.034-4.828-1.557m-6.828 4.99c-.076.233-.154.465-.234.698.553.24 1.174 1.038 1.699.318.827-.018 1.655-.01 2.482.013.452.695 1.005.013 1.512-.218.042-.511-.402-.735-.853-.735-.85-.025-1.474-.837-2.352-.675-.811-.063-1.485.445-2.254.599z"/><path fill="#232a23" d="M14.082 13.055c1.54-1.477 4.58-.678 4.828 1.557.028 1.583.022 3.168-.015 4.752l-.632-.029c-.124-1.667.149-3.341-.053-5.003-.051.761-.047 1.525-.051 2.287-.429.14-.855.284-1.282.423-.012-.695.086-1.405-.051-2.093-.218-.632-1.204-.607-1.415.016-.146.695-.048 1.415-.073 2.12.435-.003.869-.004 1.302.018-.88.37-1.791.656-2.685.991.07-1.225-.138-2.483.143-3.685.483-1.339 2.175-1.579 3.34-1.038-1.241-1.011-3.312-.173-3.54 1.395-.124 1.118-.019 2.249-.066 3.373l-.667.215c.217-1.753-.555-3.937.918-5.299z"/><path fill="#898331" d="M18.211 14.331c.202 1.662-.072 3.337.053 5.003l.632.029c.037-1.583.042-3.168.015-4.752.132 1.597.018 3.199.064 4.799-1.938.069-3.878-.02-5.817.006l.584-.079.054-.626c.291.042.582.091.872.146-.237.009-.473.029-.708.05.08.151.162.301.244.452 1.159.029 2.324.054 3.474-.12.161-.02.322-.037.483-.053.059-.855.016-1.712-.001-2.568.004-.762 0-1.526.051-2.287z"/><path fill="#232a22" d="M7.253 18.045c.768-.154 1.443-.661 2.254-.599.878-.162 1.501.65 2.352.675.451 0 .896.224.853.735-.506.231-1.06.913-1.512.218a50.094 50.094 0 0 0-2.482-.013c-.525.72-1.146-.078-1.699-.318.08-.233.158-.465.234-.698m1.02-.026c.392.031.784.048 1.177.061l-.064-.506c-.401.061-.802.164-1.112.445m1.348-.509l.031.58c.392.016.783.029 1.175.037a3.215 3.215 0 0 0-1.206-.616M8.107 18.74c-.278.066-.161.52.116.433.278-.061.158-.525-.116-.433m3.587.037c-.256.056-.162.487.098.404.255-.057.16-.483-.098-.404z"/><path fill="#f6eb3f" d="M8.273 18.019c.31-.281.711-.383 1.112-.445l.064.506a27.36 27.36 0 0 1-1.177-.061z"/><path fill="#2a3025" d="M13.165 18.648l.631.063-.054.626-.584.079.007-.768z"/><path fill="#e9dd45" d="M8.107 18.74c.274-.092.394.372.116.433-.277.086-.394-.367-.116-.433z"/><path fill="#e5dd46" d="M11.694 18.777c.258-.079.353.347.098.404-.26.083-.354-.348-.098-.404z"/><path fill="#262d24" d="M13.96 18.907c.236-.02.471-.041.708-.05 1.008.08 2.011.23 3.01.382-1.15.174-2.315.149-3.474.12-.082-.151-.164-.301-.244-.452z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tunnel--g5" xmlns="http://www.w3.org/2000/svg"><path d="M13.064 0h.919c.316.113.629.261.846.526-.608-.421-1.371-.573-2.074-.299.103-.075.207-.15.309-.227zM9.825 11.724c1.676-1.27 4.006-1.552 5.964-.817 2.071.753 3.676 2.754 3.753 4.985.018 1.703.004 3.406.007 5.11-.676-1.009-1.369-2.008-2.03-3.026-.127-.864.122-1.779-.175-2.62-.539-1.545-2.77-1.97-3.88-.792-.958.891-.589 2.29-.662 3.445-1.752.992-3.495 1.998-5.246 2.993V16.1c.004-1.712.892-3.371 2.269-4.376z"/><path d="M13.331 18.026c1.273-.043 2.552-.014 3.827-.013.416.999.848 1.992 1.265 2.992-3.121.002-6.241.005-9.362-.002 1.423-.992 2.832-2.009 4.27-2.977z"/><path d="M0 21.637c.518-1.027 1.057-2.067 1.746-2.989-.458.954-1.078 1.821-1.535 2.775-.5 1.124.455 2.54 1.683 2.497 7.805-.003 15.61.006 23.414-.004 1.276-.03 2.094-1.533 1.547-2.658l.245.311v.945c-.199.701-.748 1.244-1.428 1.486H1.448A2.253 2.253 0 0 1 0 22.517v-.88z"/><path fill="#fff" d="M12.755.227c.703-.274 1.466-.122 2.074.299l.037.034c.343.572.646 1.172 1.046 1.708l.042.076c.425.872.91 1.722 1.458 2.524l.041.076c.424.872.913 1.719 1.455 2.523l.044.077c.428.871.913 1.72 1.457 2.523l.043.077a21.14 21.14 0 0 0 1.456 2.523l.044.077c.426.871.914 1.719 1.455 2.524l.044.076c.427.871.914 1.719 1.457 2.524l.043.076c.429.872.914 1.725 1.462 2.528.141.266.291.526.442.786.547 1.125-.271 2.628-1.547 2.658-7.804.01-15.609.001-23.414.004-1.228.043-2.183-1.373-1.683-2.497.457-.954 1.077-1.821 1.535-2.775l.048-.078a22.24 22.24 0 0 0 1.458-2.526l.044-.074a22.37 22.37 0 0 0 1.455-2.526l.044-.074a22.377 22.377 0 0 0 1.456-2.526l.045-.074a22.354 22.354 0 0 0 1.453-2.526l.045-.076a21.957 21.957 0 0 0 1.455-2.524l.044-.076a21.51 21.51 0 0 0 1.456-2.524l.045-.077c.677-.865.976-2.015 1.873-2.702l.088-.038m.486.234a1.525 1.525 0 0 0-1.016.768c-3.866 6.7-7.733 13.4-11.594 20.103-.587.919.165 2.278 1.261 2.245 7.772.005 15.544.004 23.316.001 1.099.035 1.852-1.326 1.265-2.247-3.859-6.705-7.73-13.402-11.594-20.103-.302-.579-.998-.913-1.638-.767z"/><path fill="#fff" d="M13.425 3.024c.234-.081.459.087.557.292 3.412 5.918 6.83 11.833 10.238 17.753.234.302-.048.755-.421.684-6.861-.003-13.723.006-20.584-.004-.339.018-.53-.411-.334-.672C6.275 15.174 9.688 9.281 13.084 3.379c.088-.137.17-.306.341-.355m-3.6 8.7C8.448 12.729 7.56 14.388 7.556 16.1v4.902c1.751-.995 3.494-2.001 5.246-2.993.073-1.155-.296-2.554.662-3.445 1.11-1.178 3.341-.753 3.88.792.297.841.048 1.756.175 2.62.661 1.018 1.354 2.017 2.03 3.026-.003-1.704.011-3.407-.007-5.11-.077-2.231-1.682-4.232-3.753-4.985-1.958-.735-4.288-.453-5.964.817m3.506 6.302c-1.438.968-2.847 1.985-4.27 2.977 3.121.007 6.241.004 9.362.002-.417-1-.849-1.993-1.265-2.992-1.275-.001-2.554-.03-3.827.013z"/><path fill="#434343" opacity=".83" d="M11.599 1.403c.264-.447.516-1.001 1.068-1.138-.897.687-1.196 1.837-1.873 2.702.156-.574.534-1.044.805-1.564z"/><path fill="red" d="M13.241.461c.64-.146 1.336.188 1.638.767 3.864 6.701 7.735 13.398 11.594 20.103.587.921-.166 2.282-1.265 2.247-7.772.003-15.544.004-23.316-.001C.796 23.61.044 22.251.631 21.332 4.492 14.629 8.359 7.929 12.225 1.229a1.525 1.525 0 0 1 1.016-.768m.184 2.563c-.171.049-.253.218-.341.355C9.688 9.281 6.275 15.174 2.881 21.077c-.196.261-.005.69.334.672 6.861.01 13.723.001 20.584.004.373.071.655-.382.421-.684-3.408-5.92-6.826-11.835-10.238-17.753-.098-.205-.323-.373-.557-.292z"/><path fill="#444" opacity=".85" d="M14.866.56c.509.444.81 1.086 1.046 1.708-.4-.536-.703-1.136-1.046-1.708z"/><path fill="#424242" opacity=".83" d="M15.954 2.344c.597.76 1.086 1.631 1.458 2.524a20.039 20.039 0 0 1-1.458-2.524zM17.453 4.944c.596.76 1.09 1.629 1.455 2.523a20.787 20.787 0 0 1-1.455-2.523z"/><path fill="#414141" opacity=".83" d="M9.293 5.568c.365-.895.858-1.765 1.456-2.524a21.51 21.51 0 0 1-1.456 2.524zM23.451 15.344c.599.758 1.091 1.63 1.457 2.524a21.239 21.239 0 0 1-1.457-2.524zM24.951 17.944c.601.76 1.089 1.634 1.462 2.528a20.692 20.692 0 0 1-1.462-2.528z"/><path fill="#404040" opacity=".83" d="M7.794 8.168c.362-.896.858-1.765 1.455-2.524a21.957 21.957 0 0 1-1.455 2.524zM6.296 10.77a10.34 10.34 0 0 1 1.453-2.526 22.354 22.354 0 0 1-1.453 2.526z"/><path fill="#414141" opacity=".83" d="M18.952 7.544c.599.759 1.089 1.63 1.457 2.523a21.068 21.068 0 0 1-1.457-2.523zM20.452 10.144c.597.759 1.09 1.629 1.456 2.523a21.14 21.14 0 0 1-1.456-2.523zM21.952 12.744a10.538 10.538 0 0 1 1.455 2.524 21.362 21.362 0 0 1-1.455-2.524z"/><path fill="#3f3f3f" opacity=".82" d="M4.795 13.37c.36-.897.857-1.769 1.456-2.526a22.377 22.377 0 0 1-1.456 2.526zM3.296 15.97c.358-.897.856-1.769 1.455-2.526a22.37 22.37 0 0 1-1.455 2.526zM1.794 18.57c.364-.896.856-1.77 1.458-2.526a22.24 22.24 0 0 1-1.458 2.526z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tunnel--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.369 1.383c.878-1.579 3.502-1.561 4.392 0a1061.447 1061.447 0 0 1 10.825 18.392c.684 1.082.748 2.788-.382 3.597-1.272.891-2.943.405-4.392.628H6.51c-1.522-.085-3.053-.034-4.572-.168-1.063-.115-1.75-1.117-1.939-2.096v-.544c.143-.683.462-1.306.817-1.899 3.464-6 6.976-11.975 10.553-17.909m2.002 1.684C9.777 9.172 6.165 15.266 2.59 21.383c7.316.006 14.633.006 21.949 0-3.6-6.149-7.224-12.286-10.851-18.42-.082-.215-.279-.025-.318.106z"/><path fill="#fff" d="M13.371 3.068c.039-.131.236-.321.318-.106a4933.992 4933.992 0 0 1 10.851 18.42c-7.316.006-14.633.006-21.949 0 3.575-6.116 7.187-12.21 10.781-18.315M7.67 14.946c-.411.647-.92 1.233-1.281 1.91-.07 1.295-.004 2.597-.027 3.895h14.406c-.022-1.298.043-2.6-.027-3.895-.362-.677-.871-1.263-1.281-1.91H7.669z"/><path fill="#fff" d="M7.43 17.155c.244-.507.625-.93.926-1.404 3.473.003 6.947.003 10.42 0 .328.602 1.002 1.094.959 1.837.002.769-.009 1.538-.003 2.308H7.403c.024-.912-.048-1.831.028-2.74m3.524.522c-.97.596-1.989 1.119-2.925 1.772 1.617-.543 3.013-1.658 4.505-2.491-.608.021-1.072.443-1.58.718m1.558-.398c-1.167.723-2.358 1.406-3.524 2.133 3.051.012 6.103.012 9.153 0-1.166-.726-2.357-1.41-3.525-2.133-.605-.431-1.498-.431-2.103 0m2.083-.32c1.491.833 2.884 1.948 4.5 2.491-.935-.653-1.951-1.176-2.922-1.771-.508-.276-.972-.701-1.579-.72z"/><path fill="#030303" d="M7.67 14.946h11.791c.41.647.918 1.233 1.281 1.91.07 1.295.004 2.597.027 3.895H6.363c.022-1.298-.043-2.6.027-3.895.361-.677.869-1.263 1.281-1.91m-.241 2.209c-.076.909-.004 1.828-.028 2.74h12.329c-.006-.769.004-1.538.003-2.308.043-.742-.631-1.234-.958-1.837-3.473.003-6.947.003-10.42 0-.301.474-.681.897-.926 1.404z"/><path fill="#030303" d="M10.955 17.678c.508-.276.972-.698 1.58-.718-1.492.833-2.887 1.948-4.505 2.491.936-.653 1.954-1.176 2.925-1.772zM12.513 17.279c.605-.431 1.498-.431 2.103 0 1.169.723 2.36 1.407 3.525 2.133-3.05.012-6.101.012-9.153 0 1.166-.727 2.357-1.41 3.524-2.133zM14.597 16.959c.607.019 1.07.444 1.579.72.97.595 1.987 1.118 2.922 1.771-1.616-.543-3.01-1.658-4.5-2.491z"/></symbol><symbol viewBox="0 0 27 24" id="warning--tunnel--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ce252c" d="M13.201 0h.568c.685.14 1.325.539 1.656 1.168 3.551 6.154 7.098 12.309 10.648 18.463.345.614.76 1.204.927 1.9v.457c-.124.688-.495 1.356-1.124 1.698-.532.327-1.176.296-1.776.288-7.033-.002-14.067-.001-21.1 0-.612-.002-1.266.06-1.821-.252C.548 23.407.16 22.765 0 22.096v-.576c.141-.653.53-1.203.852-1.775C4.436 13.531 8.017 7.314 11.605 1.103c.328-.596.949-.955 1.596-1.103m.271 2.894C9.919 9.084 6.322 15.25 2.787 21.45c7.14.006 14.279.003 21.419.002C20.765 15.42 17.264 9.42 13.809 3.395a3.072 3.072 0 0 0-.337-.501z"/><path fill="#ffd100" d="M13.472 2.894c.129.155.241.324.337.501 3.455 6.025 6.956 12.025 10.397 18.057-7.14.001-14.279.004-21.419-.002 3.535-6.2 7.132-12.366 10.685-18.556m-3.056 8.802c.31.866.633 1.728.942 2.596 1.326-.674 2.946-.685 4.268.003.32-.865.634-1.732.948-2.599-2.052-.005-4.105-.004-6.158 0m-2.637 2.831c.744.296 1.483.603 2.227.9a7.415 7.415 0 0 1 1.024-.916c-.38-.855-.752-1.715-1.149-2.562a86.508 86.508 0 0 0-2.102 2.578m9.336-2.56c-.384.845-.761 1.693-1.136 2.542.365.265.705.563 1.007.897.737-.291 1.469-.594 2.203-.892a264.797 264.797 0 0 0-2.074-2.547m-6.781 3.971c-.051.942-.009 1.89-.02 2.835 2.121 0 4.242.001 6.363-.001-.01-.943.028-1.888-.017-2.829-1.429-2.096-4.896-2.1-6.326-.005M7.615 15c-.007 1.32-.01 2.64.001 3.959.732.01 1.464.004 2.196.004.009-1.076.014-2.152-.003-3.227-.73-.249-1.457-.51-2.194-.736m9.575.799c-.02 1.046-.005 2.092-.006 3.138.723.007 1.446.001 2.168.004.017-1.306.003-2.613.008-3.92-.72.258-1.5.432-2.17.778M5.791 19.282c-.005.334-.005.668.001 1.002 5.135.004 10.271.002 15.407.001.006-.335.006-.669-.001-1.004-5.135-.003-10.271-.004-15.407.001z"/><path d="M10.416 11.696c2.053-.004 4.106-.005 6.158 0-.314.867-.628 1.734-.948 2.599-1.322-.688-2.942-.677-4.268-.003-.309-.868-.632-1.73-.942-2.596zM7.779 14.527a86.508 86.508 0 0 1 2.102-2.578c.397.847.769 1.707 1.149 2.562-.369.272-.711.58-1.024.916-.744-.297-1.483-.604-2.227-.9zM17.115 11.967c.698.844 1.387 1.695 2.074 2.547-.734.298-1.466.601-2.203.892a6.506 6.506 0 0 0-1.007-.897c.375-.849.752-1.697 1.136-2.542z"/><path d="M10.334 15.938c1.43-2.095 4.897-2.091 6.326.005.045.941.007 1.886.017 2.829-2.121.002-4.242.001-6.363.001.011-.945-.031-1.893.02-2.835zM7.615 15c.737.226 1.464.487 2.194.736.017 1.075.012 2.151.003 3.227-.732 0-1.464.006-2.196-.004A290.253 290.253 0 0 1 7.615 15zM17.19 15.799c.67-.346 1.45-.52 2.17-.778-.005 1.307.009 2.614-.008 3.92-.722-.003-1.445.003-2.168-.004.001-1.046-.014-2.092.006-3.138zM5.791 19.282c5.136-.005 10.272-.004 15.407-.001.007.335.007.669.001 1.004-5.136.001-10.272.003-15.407-.001a30.426 30.426 0 0 1-.001-1.002z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.16 1.128c.667-.167 1.375.102 1.835.594 3.1 3.103 6.205 6.2 9.301 9.307.68.637.742 1.824.053 2.478-3.308 3.173-6.628 6.336-9.94 9.506-.706.706-1.949.643-2.614-.088C7.661 19.78 4.509 16.65 1.381 13.5c-.751-.736-.59-2.034.233-2.648 3.197-3.043 6.38-6.1 9.575-9.146.275-.262.593-.497.971-.578m.127.25c-.415.066-.737.359-1.031.637-3.205 3.076-6.431 6.131-9.63 9.211-.622.55-.602 1.591.002 2.146 3.118 3.122 6.24 6.24 9.359 9.362.563.624 1.628.7 2.227.086l9.884-9.44c.632-.551.611-1.604-.001-2.161-3.071-3.088-6.156-6.162-9.23-9.246-.396-.434-.986-.716-1.58-.595z"/><path fill="#231f20" d="M12.032 1.831c.677-.222 1.434.034 1.907.547l8.641 8.644c.712.628.776 1.843.058 2.49-3.088 2.954-6.181 5.902-9.269 8.855-.656.656-1.814.62-2.455-.038-2.944-2.938-5.884-5.88-8.821-8.824-.67-.625-.683-1.788-.006-2.413 2.977-2.864 5.975-5.707 8.959-8.564.293-.275.589-.581.986-.696m.119.359c-.31.094-.546.326-.778.541-2.982 2.86-5.981 5.701-8.957 8.566-.612.504-.593 1.494-.001 2.005 2.928 2.914 5.84 5.843 8.767 8.756.498.512 1.398.552 1.913.043 3.092-2.951 6.18-5.906 9.271-8.858.578-.509.509-1.464-.056-1.956-2.872-2.887-5.756-5.762-8.636-8.642-.38-.407-.974-.636-1.523-.455z"/><path fill="#231f20" d="M9.953 6.586c.349-.257 1.028-.002.89.488-.217.56-.564 1.061-.82 1.606 1.582.004 3.163-.078 4.744-.041.88.008 1.84.612 1.898 1.554.018 2.724.02 5.448.032 8.172-.894.007-1.788.024-2.682.028-.007-2.252.006-4.505-.006-6.757a.605.605 0 0 0-.607-.661c-1.001-.038-2.004-.025-3.007-.038.188.679.491 1.386.342 2.1-.114.367-.57.238-.798.066-1.644-1.076-3.304-2.128-4.943-3.211 1.658-1.093 3.283-2.236 4.956-3.305z"/><path fill="#fff100" d="M12.287 1.378c.594-.121 1.184.161 1.58.595 3.074 3.084 6.16 6.158 9.23 9.246.612.557.634 1.61.001 2.161l-9.884 9.44c-.599.613-1.664.538-2.227-.086-3.119-3.122-6.241-6.24-9.359-9.362-.605-.554-.624-1.596-.002-2.146 3.199-3.08 6.425-6.136 9.63-9.211.294-.278.616-.571 1.031-.637m-.255.453c-.397.115-.694.421-.986.696-2.984 2.857-5.982 5.7-8.959 8.564-.677.625-.664 1.788.006 2.413 2.938 2.944 5.878 5.886 8.821 8.824.641.659 1.799.695 2.455.038 3.088-2.953 6.181-5.9 9.269-8.855.719-.647.654-1.862-.058-2.49l-8.641-8.644c-.473-.514-1.23-.769-1.907-.547z"/><path fill="#fff100" d="M12.151 2.191c.548-.181 1.142.048 1.523.455 2.88 2.88 5.765 5.755 8.636 8.642.565.492.635 1.447.056 1.956-3.091 2.952-6.179 5.908-9.271 8.858-.515.509-1.415.469-1.913-.043-2.927-2.914-5.839-5.843-8.767-8.756-.592-.511-.611-1.501.001-2.005 2.976-2.864 5.975-5.706 8.957-8.566.232-.215.468-.448.778-.541M9.953 6.586C8.28 7.655 6.655 8.798 4.997 9.891c1.639 1.084 3.299 2.135 4.943 3.211.228.172.684.301.798-.066.149-.714-.154-1.421-.342-2.1 1.003.013 2.006 0 3.007.038a.605.605 0 0 1 .607.661c.012 2.252-.001 4.505.006 6.757.894-.004 1.788-.02 2.682-.028-.012-2.724-.014-5.448-.032-8.172-.059-.942-1.019-1.546-1.898-1.554-1.58-.037-3.162.044-4.744.041.256-.545.602-1.045.82-1.606.138-.491-.541-.745-.89-.488z"/></symbol><symbol viewBox="0 0 27 24" id="warning--turn-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#faf24f" d="M13.1 0h.82c.788.234 1.075 1.037 1.466 1.671 3.866 6.844 7.771 13.666 11.633 20.51v.823c-.219.442-.572.809-1.032.996H.825a5.119 5.119 0 0 1-.824-.847v-.987C3.956 15.048 8.019 7.986 12.116.948c.205-.424.551-.764.986-.948m.074.471c-.365.122-.56.475-.738.789A3071.487 3071.487 0 0 0 .708 21.841c-.503.688.071 1.789.939 1.7 7.956.006 15.914.033 23.87.032.759.039 1.289-.833 1.008-1.511-3.864-7.06-7.896-14.03-11.861-21.034-.267-.536-.936-.779-1.488-.557z"/><path fill="#252b24" d="M13.176.471c.552-.222 1.221.021 1.488.557 3.965 7.004 7.997 13.974 11.861 21.034.281.678-.249 1.55-1.008 1.511-7.956.002-15.914-.026-23.87-.032-.868.089-1.442-1.011-.939-1.7A3071.487 3071.487 0 0 1 12.438 1.26c.178-.314.373-.667.738-.789m-3.833 10.26c-2.029 3.618-4.155 7.179-6.175 10.802 6.922.009 13.845.059 20.767.032a356.295 356.295 0 0 0-3.639-6.504c-2.238-3.897-4.435-7.816-6.663-11.719a476.248 476.248 0 0 0-4.29 7.39z"/><path fill="#f6e13a" d="M9.343 10.731a476.248 476.248 0 0 1 4.29-7.39c2.228 3.903 4.424 7.822 6.663 11.719-.611.29-1.325-.008-1.923.338.643-.616.539-1.837-.323-2.195-1.496-.66-3.06-1.156-4.566-1.79.7-.275 1.402-.543 2.1-.826-.814-.328-1.632-.645-2.451-.959-.995.519-1.997 1.023-2.996 1.532-.264-.145-.528-.288-.792-.43z"/><path fill="#25291e" d="M10.136 11.161c.999-.509 2.002-1.013 2.996-1.532.82.314 1.638.631 2.451.958-.697.282-1.399.551-2.1.826 1.506.634 3.07 1.131 4.566 1.79.862.358.966 1.579.323 2.195-2.053 1.801-4.024 3.692-6.106 5.46-.42-.492-.836-.984-1.251-1.479 1.78-1.621 3.623-3.173 5.366-4.835-1.159-.435-2.322-.863-3.484-1.292.315.712.648 1.419.96 2.133-.958-.5-2.439-.454-2.818-1.662-.373-.812-.805-1.595-1.158-2.418l.254-.143z"/><path fill="#fbed3a" d="M9.343 10.731c.264.142.528.285.792.43l-.254.143c.353.823.785 1.606 1.158 2.418.379 1.208 1.86 1.162 2.818 1.662-.312-.714-.645-1.42-.96-2.133 1.162.429 2.325.857 3.484 1.292-1.743 1.662-3.586 3.214-5.366 4.835.415.495.832.987 1.251 1.479 2.082-1.768 4.053-3.659 6.106-5.46.598-.346 1.312-.048 1.923-.338a359.674 359.674 0 0 1 3.639 6.504c-6.922.027-13.845-.023-20.767-.032 2.02-3.623 4.146-7.183 6.175-10.801z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c6a519" opacity=".78" d="M11.796 0h.456c.523.294.91.761 1.332 1.176l9.299 9.3c.386.388.798.757 1.117 1.206v.685c-3.23 3.401-6.625 6.652-9.919 9.994-.566.545-1.085 1.14-1.693 1.639h-.707c-3.43-3.257-6.707-6.682-10.076-10.003-.538-.565-1.148-1.067-1.604-1.705v-.481c.242-.473.658-.814 1.025-1.184l9.54-9.541c.389-.385.748-.814 1.231-1.085m-.111.279C7.912 3.898 4.28 7.679.554 11.354c-.365.277-.508.85-.144 1.19 3.676 3.686 7.362 7.363 11.042 11.047.281.34.827.368 1.114.02 3.684-3.68 7.367-7.362 11.046-11.046.344-.29.312-.828-.022-1.112-3.634-3.648-7.283-7.282-10.918-10.93-.239-.272-.649-.442-.986-.244z"/><path d="M11.686.28c.337-.198.748-.029.986.244 3.635 3.648 7.284 7.282 10.918 10.93.334.284.366.822.022 1.112a12781.78 12781.78 0 0 1-11.046 11.046c-.287.348-.833.319-1.114-.02C7.772 19.908 4.085 16.231.41 12.545c-.364-.341-.221-.913.144-1.19C4.28 7.681 7.912 3.899 11.686.281m.339.247c-.211.006-.35.194-.499.319C7.933 4.453 4.324 8.043.731 11.651c-.235.18-.275.53-.022.715C4.37 16.028 8.03 19.693 11.696 23.35c.186.245.521.193.695-.035l10.925-10.924c.272-.197.239-.568-.018-.762-3.599-3.604-7.205-7.2-10.801-10.806-.14-.116-.274-.293-.472-.295z"/><path d="M8.081 8.071c.386-.33 1.049.018.985.523-.114.646-.354 1.262-.509 1.9 3.93.006 7.859-.001 11.789.002-.002.996.012 1.991-.008 2.987-3.931-.007-7.861-.001-11.792-.004.158.631.394 1.243.506 1.884.065.539-.653.871-1.04.503l-5.309-3.872a415.081 415.081 0 0 1 5.378-3.923z"/><path fill="#ffd520" d="M12.025.528c.198.002.331.179.472.295 3.596 3.606 7.202 7.202 10.801 10.806.257.194.29.565.018.762L12.391 23.315c-.174.228-.509.28-.695.035C8.03 19.694 4.37 16.029.709 12.366c-.253-.185-.214-.535.022-.715C4.324 8.044 7.933 4.453 11.526.847c.149-.125.288-.313.499-.319M8.081 8.071a415.081 415.081 0 0 0-5.378 3.923l5.309 3.872c.388.368 1.105.036 1.04-.503-.113-.641-.348-1.253-.506-1.884 3.931.002 7.861-.004 11.792.004.02-.996.006-1.991.008-2.987-3.93-.004-7.859.004-11.789-.002.155-.637.395-1.254.509-1.9.064-.505-.599-.853-.985-.523z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-left-or-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#dcb71b" opacity=".86" d="M11.815 0h.404c.504.234.857.674 1.244 1.056 3.18 3.18 6.359 6.362 9.54 9.541.356.347.716.695.996 1.108v.576c-.242.446-.64.772-.991 1.128-3.139 3.14-6.278 6.281-9.419 9.42-.412.404-.788.852-1.276 1.171h-.594c-.428-.269-.766-.647-1.116-1.003l-9.419-9.422c-.412-.419-.869-.803-1.186-1.306v-.443c.21-.498.646-.836 1.013-1.213l9.598-9.601c.373-.367.715-.793 1.205-1.012m-.125.301C7.943 3.902 4.323 7.65.621 11.301c-.372.278-.568.863-.184 1.217 3.673 3.686 7.354 7.368 11.036 11.046.296.332.85.293 1.128-.043 3.655-3.661 7.319-7.315 10.97-10.979.336-.305.27-.856-.064-1.134C19.89 7.786 16.266 4.171 12.647.55c-.233-.269-.626-.433-.96-.25z"/><path d="M11.689.301c.334-.184.727-.019.96.25 3.619 3.62 7.243 7.236 10.86 10.858.334.278.4.829.064 1.134-3.652 3.664-7.315 7.318-10.97 10.979-.278.336-.832.376-1.128.043-3.683-3.678-7.363-7.36-11.036-11.046-.384-.354-.188-.938.184-1.217 3.702-3.652 7.321-7.399 11.068-11m.11.333C8.141 4.212 4.557 7.876.919 11.479c-.21.197-.527.526-.239.799 3.647 3.673 7.318 7.322 10.973 10.987.176.242.526.26.706.011 3.638-3.64 7.278-7.278 10.916-10.919.25-.18.229-.527-.008-.708C19.654 8.024 16.03 4.409 12.413.788c-.15-.162-.406-.322-.612-.154z"/><path d="M7.68 8.156c.386-.354 1.086-.035 1.04.494-.113.636-.352 1.243-.51 1.868 2.516.02 5.033.001 7.55.01-.137-.638-.388-1.248-.509-1.89-.065-.508.61-.848.996-.523a530.745 530.745 0 0 1 5.362 3.863c-1.786 1.301-3.558 2.622-5.347 3.914-.389.312-1.031-.031-.974-.526.116-.638.352-1.249.509-1.878-2.524.002-5.048-.01-7.573.005.162.626.397 1.236.52 1.872.091.527-.611.889-1.002.533-1.782-1.29-3.553-2.597-5.336-3.887a597.517 597.517 0 0 1 5.275-3.856z"/><path fill="#ffd520" d="M11.801.635c.206-.168.462-.008.612.154 3.617 3.622 7.241 7.236 10.854 10.861.238.181.258.528.008.708-3.638 3.641-7.278 7.279-10.916 10.919-.18.25-.529.232-.706-.011C7.998 19.601 4.327 15.952.68 12.279c-.288-.274.029-.602.239-.799C4.556 7.876 8.141 4.213 11.801.636M7.68 8.156a564.403 564.403 0 0 0-5.275 3.856c1.783 1.29 3.554 2.597 5.336 3.887.391.356 1.093-.006 1.002-.533-.122-.636-.358-1.246-.52-1.872 2.525-.014 5.05-.002 7.573-.005-.157.629-.392 1.24-.509 1.878-.056.494.586.838.974.526 1.789-1.292 3.562-2.614 5.347-3.914a535.17 535.17 0 0 0-5.362-3.863c-.386-.325-1.061.016-.996.523.121.642.372 1.252.509 1.89-2.518-.008-5.034.011-7.55-.01.158-.625.397-1.232.51-1.868.046-.529-.654-.848-1.04-.494z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.796 1.121c.638-.152 1.307.108 1.751.572 3.254 3.107 6.508 6.215 9.756 9.328.716.628.734 1.83.056 2.492-3.132 3.151-6.282 6.286-9.42 9.43-.672.724-1.919.772-2.615.056-3.289-3.152-6.587-6.296-9.878-9.448-.724-.641-.695-1.859 0-2.512 3.053-3.064 6.113-6.124 9.173-9.182.325-.335.704-.652 1.177-.737m.131.253c-.452.056-.812.361-1.118.676-3.054 3.067-6.128 6.114-9.173 9.188-.59.552-.612 1.58-.001 2.126 3.316 3.164 6.628 6.334 9.944 9.496.598.571 1.618.485 2.168-.109 3.139-3.142 6.284-6.278 9.419-9.424.576-.565.557-1.583-.055-2.114-3.244-3.118-6.505-6.217-9.757-9.326-.365-.379-.895-.614-1.427-.512z"/><path fill="#231f20" d="M11.674 1.83a1.75 1.75 0 0 1 1.768.45c3.072 2.928 6.145 5.856 9.206 8.795.697.629.684 1.814-.004 2.446-2.918 2.924-5.842 5.844-8.76 8.766-.644.696-1.844.756-2.516.068-3.084-2.956-6.18-5.9-9.266-8.855-.677-.619-.655-1.775 0-2.402 2.794-2.804 5.594-5.603 8.394-8.405.346-.341.692-.73 1.178-.863m.116.359c-.342.095-.604.349-.851.59-2.834 2.846-5.684 5.676-8.515 8.526-.547.486-.614 1.421-.056 1.924l9.268 8.857c.532.542 1.478.484 1.98-.07 2.921-2.918 5.84-5.84 8.761-8.758.536-.499.558-1.426 0-1.916-3.034-2.927-6.094-5.826-9.139-8.74-.364-.388-.931-.582-1.447-.414z"/><path fill="#231f20" d="M13.906 7.075c-.137-.529.604-.755.954-.457a357.36 357.36 0 0 1 4.898 3.286c-1.688 1.076-3.36 2.178-5.046 3.257-.223.163-.648.18-.71-.16-.127-.706.169-1.397.353-2.066-.985.011-1.97.01-2.956.034-.319-.008-.666.223-.652.57-.025 2.284.001 4.57-.012 6.853-.894-.001-1.788-.018-2.682-.028.007-2.72.018-5.442.031-8.162.052-.934.994-1.544 1.867-1.561 1.591-.041 3.184.043 4.776.038-.253-.545-.602-1.044-.822-1.603z"/><path fill="#fff100" d="M11.927 1.373c.532-.102 1.062.133 1.427.512 3.252 3.109 6.514 6.209 9.757 9.326.612.532.631 1.549.055 2.114-3.134 3.145-6.28 6.282-9.419 9.424-.551.594-1.571.68-2.168.109-3.317-3.162-6.629-6.331-9.944-9.496-.611-.546-.589-1.574.001-2.126 3.044-3.074 6.119-6.121 9.173-9.188.306-.314.666-.619 1.118-.676m-.253.458c-.486.133-.833.522-1.178.863-2.8 2.802-5.6 5.6-8.394 8.405-.655.628-.677 1.783 0 2.402 3.086 2.954 6.182 5.899 9.266 8.855.672.688 1.872.628 2.516-.068 2.918-2.922 5.842-5.842 8.76-8.766.688-.631.701-1.817.004-2.446-3.061-2.939-6.134-5.867-9.206-8.795a1.75 1.75 0 0 0-1.768-.45z"/><path fill="#fff100" d="M11.79 2.189c.516-.168 1.084.026 1.447.414 3.046 2.914 6.106 5.813 9.139 8.74.558.491.536 1.417 0 1.916-2.921 2.917-5.84 5.839-8.761 8.758-.502.553-1.448.612-1.98.07L2.367 13.23c-.558-.503-.491-1.438.056-1.924 2.831-2.85 5.681-5.68 8.515-8.526.247-.241.509-.496.851-.59m2.117 4.885c.22.559.569 1.058.822 1.603-1.592.005-3.185-.079-4.776-.038-.874.017-1.816.628-1.867 1.561-.013 2.72-.024 5.442-.031 8.162.894.01 1.788.026 2.682.028.013-2.284-.013-4.57.012-6.853-.014-.347.332-.578.652-.57.985-.024 1.97-.023 2.956-.034-.184.67-.48 1.361-.353 2.066.062.34.487.323.71.16 1.686-1.079 3.358-2.18 5.046-3.257a380.14 380.14 0 0 0-4.898-3.286c-.35-.298-1.091-.072-.954.457z"/></symbol><symbol viewBox="0 0 27 24" id="warning--turn-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#faf053" d="M13.099 0h.999c.509.287.827.767 1.087 1.275 3.914 6.987 7.923 13.923 11.834 20.912v.812A2.009 2.009 0 0 1 25.99 24H.831a4.29 4.29 0 0 1-.83-.851v-.986C3.959 15.048 8.018 7.986 12.116.949c.205-.424.548-.767.984-.949m.535.362c-.522.018-.859.463-1.078.888C8.608 8.112 4.643 14.965.708 21.833c-.432.697.082 1.769.942 1.713 7.958.005 15.914-.009 23.87-.009.9.109 1.537-1.029.999-1.749-3.979-6.871-7.801-13.831-11.73-20.731-.211-.435-.654-.764-1.155-.694z"/><path fill="#2d3127" d="M13.635.362c.501-.069.943.26 1.155.694 3.929 6.9 7.751 13.86 11.73 20.731.537.72-.1 1.858-.999 1.749-7.956 0-15.912.014-23.87.009-.86.056-1.374-1.016-.942-1.713 3.935-6.868 7.9-13.721 11.849-20.583.219-.424.555-.869 1.078-.888m-6.73 14.804c-1.197 2.124-2.495 4.19-3.641 6.341 6.907.003 13.816 0 20.723.005-1.926-3.393-3.84-6.795-5.751-10.198-1.505-2.657-2.993-5.322-4.513-7.968-2.297 3.926-4.548 7.879-6.818 11.82z"/><path fill="#f6e13e" d="M6.906 15.165c2.27-3.941 4.521-7.894 6.818-11.82 1.52 2.646 3.008 5.312 4.513 7.968-.408.43-.883.785-1.375 1.111.193-.398.376-.805.566-1.206-1.076-.552-2.155-1.1-3.236-1.642a119.5 119.5 0 0 0-2.414.945c.684.282 1.378.542 2.056.842-1.5.602-3.035 1.117-4.524 1.746-.788.314-.952 1.334-.56 2.021-.611.094-1.23.088-1.845.035z"/><path fill="#2b2f23" d="M11.778 10.521a119.5 119.5 0 0 1 2.414-.945c1.081.542 2.16 1.09 3.236 1.642-.19.402-.373.808-.566 1.206-.386.649-.617 1.387-1.072 1.992-.732.379-1.543.58-2.308.883.291-.703.614-1.395.907-2.098-1.158.424-2.315.851-3.467 1.294 1.766 1.611 3.564 3.183 5.31 4.814-.409.5-.827.993-1.25 1.481-2.086-1.878-4.158-3.769-6.232-5.659-.392-.687-.228-1.707.56-2.021 1.488-.629 3.023-1.144 4.524-1.746-.678-.3-1.372-.56-2.056-.842z"/><path fill="#fbeb3f" d="M16.862 12.424c.492-.326.968-.681 1.375-1.111 1.911 3.402 3.825 6.805 5.751 10.198-6.907-.005-13.816-.001-20.723-.005 1.146-2.151 2.444-4.217 3.641-6.341a7.749 7.749 0 0 0 1.845-.035c2.074 1.89 4.146 3.781 6.232 5.659.423-.488.841-.981 1.25-1.481-1.746-1.63-3.544-3.203-5.31-4.814 1.152-.442 2.309-.869 3.467-1.294-.293.703-.616 1.395-.907 2.098.765-.303 1.576-.504 2.308-.883.454-.605.685-1.343 1.072-1.992z"/></symbol><symbol viewBox="0 0 24 24" id="warning--turn-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#bb6102" opacity=".78" d="M11.717 0h.476c.425.209.732.578 1.063.905 3.278 3.281 6.559 6.56 9.838 9.84.324.331.696.634.906 1.056v.464c-.406.649-1.032 1.112-1.544 1.67-3.389 3.343-6.688 6.786-10.134 10.064h-.697C8.153 20.682 4.82 17.214 1.401 13.84c-.464-.5-1.015-.925-1.4-1.493v-.664c.278-.409.65-.738.996-1.088l9.42-9.42c.416-.409.803-.86 1.301-1.176m-.049.258c-.253.139-.44.367-.646.566C7.49 4.371 3.941 7.903.408 11.45c-.338.284-.367.828-.022 1.12 3.682 3.682 7.362 7.364 11.045 11.044.287.349.84.323 1.12-.02 3.679-3.683 7.364-7.361 11.041-11.045.331-.311.26-.866-.085-1.135L12.653.548c-.239-.276-.628-.466-.984-.29z"/><path fill="#040304" d="M11.669.257c.356-.175.745.014.984.29l10.854 10.866c.346.269.416.824.085 1.135-3.677 3.684-7.362 7.362-11.041 11.045-.28.343-.833.37-1.12.02C7.748 19.934 4.068 16.251.386 12.569c-.346-.292-.317-.835.022-1.12C3.941 7.902 7.49 4.37 11.023.822c.205-.199.392-.427.646-.566m.24.279c-.166.041-.281.18-.403.289C7.89 4.452 4.258 8.062.646 11.694c-.235.187-.191.528.041.696 3.665 3.658 7.319 7.326 10.987 10.98.163.209.474.182.63-.02 3.665-3.658 7.324-7.322 10.986-10.982.254-.182.214-.538-.023-.716-3.613-3.624-7.238-7.238-10.855-10.86-.139-.124-.296-.298-.503-.256z"/><path fill="#040304" d="M14.929 8.596c-.059-.506.602-.858.992-.527 1.795 1.297 3.599 2.588 5.363 3.929-1.754 1.303-3.532 2.576-5.293 3.871-.39.37-1.105.035-1.049-.505.12-.638.354-1.249.508-1.88-3.922-.001-7.843-.008-11.764.004-.082-.991-.017-1.994-.031-2.989 3.926-.011 7.853.005 11.779-.008-.145-.637-.386-1.25-.505-1.894z"/><path fill="#f17e03" d="M11.909.535c.206-.042.364.132.503.256 3.617 3.622 7.242 7.236 10.855 10.86.236.179.277.534.023.716-3.662 3.66-7.321 7.325-10.986 10.982-.156.203-.467.229-.63.02-3.668-3.654-7.322-7.322-10.987-10.98-.232-.168-.276-.509-.041-.696C4.258 8.062 7.89 4.451 11.506.823c.122-.109.238-.248.403-.289m3.02 8.062c.119.643.36 1.256.505 1.894-3.926.013-7.853-.002-11.779.008.014.995-.05 1.998.031 2.989 3.92-.012 7.842-.005 11.764-.004-.154.631-.388 1.242-.508 1.88-.056.54.659.875 1.049.505 1.762-1.295 3.539-2.568 5.293-3.871-1.764-1.34-3.568-2.632-5.363-3.929-.39-.331-1.051.02-.992.527z"/></symbol><symbol viewBox="0 0 27 24" id="warning--two-way-traffic--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.254 0h.632c.526.159 1.021.469 1.283.968 3.854 6.681 7.7 13.364 11.555 20.045.146.259.279.526.395.803v.765a2.012 2.012 0 0 1-1.458 1.42H1.492C.752 23.844.193 23.244 0 22.524v-.625c.102-.273.217-.538.361-.792C4.232 14.398 8.095 7.685 11.965.975c.26-.503.761-.815 1.289-.975M2.853 21.6c7.144.007 14.289.008 21.433 0A7452.228 7452.228 0 0 0 13.569 3.014 6988.288 6988.288 0 0 0 2.853 21.6z"/><path fill="#fff" d="M2.853 21.6A6988.288 6988.288 0 0 1 13.569 3.014 6579.304 6579.304 0 0 1 24.286 21.6c-7.144.008-14.289.007-21.433 0m7.055-10.578c-.007.621-.001 1.241-.004 1.86.438-.447.887-.884 1.322-1.333-.003 2.414-.004 4.828.001 7.242.438.007.876.005 1.314 0 .001-2.416.009-4.833-.004-7.249.434.452.881.889 1.322 1.336.001-.621.009-1.241-.004-1.86a182.95 182.95 0 0 0-1.967-1.973c-.671.648-1.327 1.311-1.98 1.977m6.196.003a2484.37 2484.37 0 0 0 0 7.223 82.212 82.212 0 0 0-1.319-1.322c-.001.625-.007 1.252.004 1.877.664.648 1.31 1.315 1.976 1.963.659-.649 1.304-1.313 1.967-1.958.016-.626.007-1.252.004-1.878-.445.439-.892.876-1.321 1.33.014-2.412.004-4.824.004-7.237a44.344 44.344 0 0 0-1.315.001z"/><path d="M9.908 11.022a97.13 97.13 0 0 1 1.98-1.977c.659.654 1.318 1.308 1.967 1.973.014.62.005 1.239.004 1.86-.441-.446-.888-.884-1.322-1.336.014 2.416.005 4.833.004 7.249-.438.005-.876.007-1.314 0-.005-2.414-.004-4.828-.001-7.242-.435.449-.884.885-1.322 1.333.003-.62-.003-1.239.004-1.86zM16.104 11.025c.439-.008.877-.007 1.315-.001 0 2.412.009 4.824-.004 7.237.428-.454.876-.891 1.321-1.33.003.626.012 1.252-.004 1.878-.663.645-1.308 1.308-1.967 1.958-.666-.648-1.311-1.315-1.976-1.963-.011-.625-.005-1.252-.004-1.877.445.435.884.876 1.319 1.322a2484.37 2484.37 0 0 1 0-7.223z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.684.767c.592-.078 1.164.204 1.566.624 3.253 3.107 6.514 6.208 9.756 9.325.731.658.692 1.894-.026 2.546-3.14 3.137-6.276 6.28-9.42 9.413-.666.671-1.859.695-2.527.016-3.311-3.17-6.634-6.328-9.941-9.502-.713-.671-.62-1.888.088-2.527 3.056-3.065 6.122-6.12 9.182-9.181.352-.368.798-.682 1.322-.714m.108.259c-.622.008-1.081.466-1.481.886-2.974 2.987-5.969 5.953-8.94 8.942-.606.539-.696 1.572-.089 2.144 3.31 3.167 6.625 6.331 9.935 9.499.57.574 1.582.556 2.148-.013 3.148-3.132 6.28-6.278 9.424-9.413.611-.553.656-1.607.025-2.162-3.242-3.119-6.502-6.22-9.752-9.33-.331-.341-.784-.58-1.27-.553z"/><path fill="#231f20" d="M11.435 1.483c.607-.164 1.274.04 1.709.487 3.055 2.908 6.102 5.822 9.148 8.74.707.604.752 1.778.091 2.432-2.953 2.965-5.918 5.921-8.879 8.88-.642.644-1.78.67-2.432.029-3.103-2.976-6.222-5.939-9.322-8.918-.67-.643-.587-1.804.086-2.414 2.856-2.864 5.722-5.72 8.581-8.581.283-.292.613-.56 1.018-.654m.12.36c-.407.088-.709.394-.994.676-2.814 2.826-5.64 5.64-8.453 8.467-.56.487-.607 1.441-.037 1.94 3.092 2.948 6.178 5.904 9.269 8.855.534.52 1.462.458 1.957-.085 2.918-2.922 5.844-5.836 8.762-8.758.529-.49.568-1.41.02-1.902-3.034-2.926-6.091-5.826-9.134-8.741-.353-.37-.882-.588-1.391-.452z"/><path fill="#231f20" d="M8.771 6.091c.47-.03.942-.032 1.412.002.016 2.341-.007 4.682.002 7.025.508.03 1.291-.534 1.606-.032-.738 1.631-1.494 3.263-2.314 4.854-.839-1.585-1.578-3.232-2.324-4.862.31-.485 1.099.068 1.608.041.011-2.342-.01-4.685.01-7.027zM12.503 10.47c.726-1.474 1.38-2.984 2.141-4.441.694 1.098 1.139 2.345 1.734 3.502.188.515.604.977.58 1.546-.536.006-1.052-.164-1.579-.245-.012 2.344.014 4.687-.013 7.031-.469.016-.94.019-1.408-.005-.017-2.341.005-4.681-.001-7.021-.493.061-.974.238-1.472.239-.239-.128-.06-.426.019-.605z"/><path fill="#fff100" d="M11.792 1.026c.486-.026.938.212 1.27.553 3.251 3.11 6.51 6.211 9.752 9.33.631.556.586 1.609-.025 2.162-3.144 3.134-6.276 6.281-9.424 9.413-.566.569-1.578.587-2.148.013-3.31-3.168-6.625-6.332-9.935-9.499-.607-.572-.517-1.606.089-2.144 2.971-2.989 5.966-5.956 8.94-8.942.4-.42.859-.877 1.481-.886m-.357.457c-.404.094-.734.362-1.018.654-2.86 2.861-5.725 5.717-8.581 8.581-.673.611-.756 1.771-.086 2.414 3.1 2.98 6.218 5.942 9.322 8.918.653.641 1.79.616 2.432-.029 2.96-2.959 5.926-5.915 8.879-8.88.661-.654.616-1.829-.091-2.432a3977.356 3977.356 0 0 0-9.148-8.74c-.434-.448-1.102-.652-1.709-.487z"/><path fill="#fff100" d="M11.555 1.844c.509-.136 1.038.083 1.391.452 3.043 2.915 6.101 5.815 9.134 8.741.547.492.509 1.412-.02 1.902-2.918 2.922-5.844 5.836-8.762 8.758-.496.544-1.423.605-1.957.085-3.091-2.951-6.176-5.906-9.269-8.855-.57-.499-.523-1.453.037-1.94C4.922 8.16 7.748 5.346 10.562 2.52c.284-.282.587-.588.994-.676M8.771 6.091c-.019 2.342.001 4.685-.01 7.027-.509.028-1.298-.526-1.608-.041.746 1.631 1.486 3.277 2.324 4.862.82-1.591 1.576-3.223 2.314-4.854-.314-.502-1.098.062-1.606.032-.01-2.342.013-4.684-.002-7.025-.47-.035-.942-.032-1.412-.002m3.732 4.38c-.079.179-.258.476-.019.605.498-.001.979-.178 1.472-.239.006 2.34-.016 4.68.001 7.021.468.024.938.02 1.408.005.028-2.344.001-4.687.013-7.031.527.08 1.043.251 1.579.245.024-.569-.391-1.031-.58-1.546-.595-1.157-1.04-2.404-1.734-3.502-.761 1.457-1.415 2.968-2.141 4.441z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#bfa017" opacity=".75" d="M11.844 0h.361c.411.155.691.502.994.801 3.299 3.301 6.6 6.6 9.9 9.9.314.321.662.616.901 1.002v.64c-.256.419-.64.731-.978 1.079-3.222 3.212-6.44 6.428-9.662 9.639-.326.32-.63.666-1 .939h-.635c-.356-.208-.622-.528-.912-.813-3.484-3.483-6.967-6.968-10.452-10.45A2.191 2.191 0 0 1 0 12.215v-.367a1.66 1.66 0 0 1 .377-.568C3.843 7.812 7.304 4.339 10.771.871 11.1.55 11.397.164 11.844 0m-.108.244c-.254.131-.438.357-.639.553C7.549 4.35 3.993 7.894.448 11.449c-.324.281-.349.83-.016 1.115l11.055 11.055c.289.328.829.303 1.105-.028 3.68-3.686 7.367-7.364 11.045-11.052.324-.298.267-.838-.062-1.109L12.621.477a.782.782 0 0 0-.885-.233z"/><path d="M11.736.244a.782.782 0 0 1 .885.233L23.575 11.43c.329.271.386.811.062 1.109-3.678 3.688-7.365 7.366-11.045 11.052-.276.331-.816.356-1.105.028L.432 12.564c-.333-.285-.308-.834.016-1.115C3.993 7.894 7.549 4.35 11.097.797c.201-.196.385-.422.639-.553m.199.292c-.146.028-.24.16-.347.251C7.957 4.425 4.316 8.053.686 11.692c-.19.155-.217.469-.019.63l11.054 11.057c.163.2.48.175.632-.025 3.679-3.686 7.365-7.367 11.046-11.052.199-.175.126-.485-.063-.637-3.632-3.635-7.269-7.266-10.9-10.901-.133-.131-.296-.287-.501-.228z"/><path d="M11.584 3.565c.286-.004.573-.005.86-.002.012 1.167.005 2.334.004 3.5-.287.005-.575.006-.862.002-.011-1.166-.005-2.333-.002-3.5zM14.974 10.076c.603-.762 1.102-1.667 1.76-2.348.654.93 1.367 1.824 1.98 2.779.011.661-.801.184-1.168.133-.004 1.652.002 3.305-.003 4.958-.558.003-1.117.004-1.676 0-.005-1.653.001-3.306-.002-4.959-.334.063-.66.241-1.002.213-.377-.175-.053-.565.111-.776zM6.487 8.463c.555-.007 1.11.001 1.665-.006.031 1.656-.001 3.313.015 4.969.371-.03 1.07-.515 1.188.073-.614.997-1.36 1.914-2.025 2.881-.668-.969-1.423-1.886-2.039-2.885.125-.586.814-.103 1.191-.074.008-1.653-.003-3.306.005-4.958zM11.584 10.276c.287-.006.575-.006.863-.001.002 1.168.01 2.336-.004 3.503-.287 0-.574-.001-.86-.004-.003-1.166-.005-2.332.001-3.498zM11.583 17.003c.288-.005.576-.005.865-.001.003 1.166.004 2.333-.001 3.5a27.65 27.65 0 0 1-.864-.001 509.835 509.835 0 0 1 0-3.498z"/><path fill="#ffd520" d="M11.935.536c.205-.059.368.097.501.228 3.631 3.635 7.268 7.266 10.9 10.901.189.152.262.462.063.637-3.681 3.685-7.367 7.366-11.046 11.052-.152.2-.469.225-.632.025L.667 12.322c-.198-.161-.171-.475.019-.63C4.316 8.053 7.957 4.425 11.588.787c.107-.091.201-.223.347-.251m-.351 3.029c-.003 1.167-.009 2.334.002 3.5.287.004.575.003.862-.002.001-1.166.008-2.333-.004-3.5a35.209 35.209 0 0 0-.86.002m3.39 6.511c-.164.211-.488.601-.111.776.342.028.668-.15 1.002-.213.003 1.653-.003 3.306.002 4.959.559.004 1.118.003 1.676 0 .005-1.653-.001-3.306.003-4.958.367.051 1.179.528 1.168-.133-.613-.955-1.326-1.849-1.98-2.779-.658.681-1.157 1.586-1.76 2.348M6.487 8.463c-.008 1.652.003 3.305-.005 4.958-.377-.029-1.066-.512-1.191.074.616.999 1.371 1.916 2.039 2.885.665-.967 1.411-1.884 2.025-2.881-.118-.588-.817-.103-1.188-.073-.016-1.656.016-3.313-.015-4.969-.555.007-1.11-.001-1.665.006m5.097 1.813a453.187 453.187 0 0 0-.001 3.498c.286.003.573.004.86.004.014-1.167.006-2.335.004-3.503a22.568 22.568 0 0 0-.863.001m-.001 6.727a509.835 509.835 0 0 0 0 3.498c.288.005.576.005.864.001.005-1.167.004-2.334.001-3.5a27.71 27.71 0 0 0-.865.001z"/></symbol><symbol viewBox="0 0 27 24" id="warning--two-way-traffic--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#ef2b2f" d="M13.193 0h1.056a313.258 313.258 0 0 1 11.568 20.326c.454.949 1.1 1.92.897 3.02-8.743-.196-17.542.373-26.252-.325C3.977 14.998 8.722 7.528 13.193-.001M2.817 21.759c7.263.055 14.529.015 21.796.022-3.552-6.329-7.285-12.558-10.837-18.886C9.991 9.102 6.443 15.456 2.817 21.759z"/><path fill="#fff" d="M2.817 21.759C6.443 15.456 9.991 9.102 13.776 2.895c3.552 6.329 7.285 12.558 10.837 18.886-7.266-.007-14.533.033-21.796-.022m4.915-7.614c1.495.831 2.958 1.717 4.449 2.551l.011-1.558c2.286-.011 4.571.022 6.857-.015-.004-.69-.007-1.377-.015-2.064-2.278-.015-4.556.004-6.834-.007l-.03-1.495c-1.484.857-2.969 1.706-4.438 2.588m6.716 1.643c-.011.521-.018 1.038-.026 1.558-2.223.018-4.446-.007-6.668.011 0 .727 0 1.455.004 2.182 2.226.011 4.457-.011 6.683.007-.011.513-.022 1.026-.037 1.54 1.562-.805 3.039-1.758 4.575-2.61-1.447-.993-3.002-1.824-4.53-2.688z"/><path fill="#201e1c" d="M7.732 14.145c1.47-.882 2.954-1.732 4.438-2.588l.03 1.495c2.278.011 4.556-.007 6.834.007.007.687.011 1.374.015 2.064-2.286.037-4.571.004-6.857.015l-.011 1.558c-1.492-.834-2.954-1.721-4.449-2.551z"/><path fill="#201e1c" d="M14.448 15.788c1.529.864 3.083 1.695 4.53 2.688-1.536.853-3.013 1.806-4.575 2.61.015-.513.026-1.026.037-1.54-2.226-.018-4.457.004-6.683-.007-.004-.727-.004-1.455-.004-2.182 2.223-.018 4.446.007 6.668-.011.007-.521.015-1.038.026-1.558z"/></symbol><symbol viewBox="0 0 27 24" id="warning--two-way-traffic--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#fae73f" d="M12.452.509c.57-.602 1.875-.536 2.234.29 3.859 6.861 7.801 13.675 11.693 20.515.621.81.593 2.107-.463 2.53-8.358.005-16.715 0-25.073.002a28.057 28.057 0 0 0-.691-.689c-.229-1.363.845-2.383 1.35-3.541C5.152 13.247 8.783 6.868 12.451.51m.616.165c-.5.29-.686.881-.982 1.344C8.363 8.474 4.708 14.968.975 21.416c-.537.692-.009 1.807.881 1.767 7.745.003 15.49-.081 23.235-.102.945.118 1.582-1.056 1.011-1.801-3.885-6.667-7.678-13.386-11.518-20.079-.266-.547-.968-.816-1.517-.525z"/><path fill="#212725" d="M13.067.675c.55-.291 1.251-.022 1.517.525 3.84 6.694 7.634 13.412 11.518 20.079.571.745-.067 1.918-1.011 1.801-7.745.022-15.49.105-23.235.102-.89.04-1.418-1.075-.881-1.767 3.733-6.447 7.387-12.941 11.11-19.397.296-.463.482-1.054.982-1.344M3.448 21.171c6.72-.043 13.442-.071 20.163-.115-3.365-5.837-6.639-11.727-10.032-17.551-3.42 5.864-6.748 11.782-10.131 17.666z"/><path fill="#f9e735" d="M3.448 21.171c3.383-5.884 6.711-11.802 10.131-17.666 3.393 5.823 6.667 11.714 10.032 17.551-6.722.043-13.443.071-20.163.115m4.1-4.933c.858.67 1.818 1.253 2.959.993-.249-.197-.5-.39-.749-.585 1.285-.003 2.57-.036 3.855-.023.003.511.002 1.022-.003 1.533-.975.011-1.953.015-2.93.029l-.003.78c.966-.011 1.932-.023 2.899-.029.02.124.06.369.082.492.344-.006.687-.009 1.033-.009l.062-.486c1.279-.017 2.559-.006 3.84-.023-.252.211-.505.421-.754.633 1.137.26 2.049-.381 2.9-1.028-.864-.638-1.781-1.277-2.922-1.003.245.207.491.412.735.619-1.123-.005-2.25.053-3.371-.014-.7-.138-.403-1.003-.455-1.505.975-.017 1.953-.014 2.928-.022l-.002-.783c-2.628-.019-5.257.029-7.884.019.249-.209.5-.415.749-.624-1.158-.257-2.101.37-2.97 1.037z"/><path fill="#232921" d="M7.548 16.238c.869-.667 1.812-1.294 2.97-1.037-.249.209-.5.415-.749.624 2.628.011 5.257-.037 7.884-.019l.002.783c-.975.008-1.953.005-2.928.022.053.502-.245 1.367.455 1.505 1.121.067 2.248.009 3.371.014-.245-.207-.491-.412-.735-.619 1.141-.274 2.058.365 2.922 1.003-.852.647-1.764 1.288-2.9 1.028.249-.212.502-.423.754-.633-1.281.017-2.561.006-3.84.023l-.062.486c-.345 0-.689.003-1.033.009a45.858 45.858 0 0 1-.082-.492c-.966.006-1.932.019-2.899.029l.003-.78c.977-.014 1.954-.019 2.93-.029.005-.511.006-1.022.003-1.533-1.285-.012-2.57.02-3.855.023.249.195.5.389.749.585-1.141.26-2.101-.322-2.959-.993z"/></symbol><symbol viewBox="0 0 24 24" id="warning--two-way-traffic--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.742 0h.458c.253.098.492.238.682.436 3.541 3.54 7.08 7.082 10.626 10.619.232.215.391.492.492.79v.27c-.089.282-.223.554-.444.757-3.586 3.578-7.164 7.164-10.747 10.745-.182.185-.424.292-.662.384h-.263c-.254-.082-.512-.181-.701-.378C7.679 20.125 4.187 16.615.681 13.121c-.274-.253-.528-.533-.68-.878v-.454c.156-.487.564-.809.908-1.16C4.13 7.411 7.349 4.191 10.57.971c.361-.355.695-.763 1.172-.97m-.167.421C7.887 4.009 4.287 7.694.633 11.318c-.366.294-.462.889-.104 1.229 3.618 3.624 7.24 7.246 10.861 10.868.284.33.847.361 1.154.047 3.623-3.616 7.238-7.241 10.861-10.858.395-.331.343-.966-.044-1.28C19.777 7.746 16.196 4.162 12.61.584c-.253-.286-.71-.383-1.036-.162z"/><path fill="#ffd033" d="M11.91.75c.218-.056.376.13.517.262 3.538 3.544 7.082 7.08 10.619 10.624.209.155.278.481.05.654L12.29 23.097a.378.378 0 0 1-.587.006C8.099 19.504 4.499 15.901.898 12.299c-.238-.175-.17-.509.046-.668C4.482 8.086 8.028 4.547 11.566 1.004c.107-.092.202-.214.343-.253M9.876 6.509C8.44 7.455 7.03 8.44 5.605 9.403c1.378.985 2.796 1.914 4.188 2.879.245.236.684.059.692-.281-.102-.504-.283-.988-.409-1.486 2.774-.023 5.552.029 8.324-.025-.03-.725.04-1.456-.036-2.176-2.762.01-5.525.006-8.287.002.116-.457.271-.905.385-1.362.128-.323-.312-.656-.587-.446m3.65 5.61c.115.451.268.893.384 1.344-2.772.007-5.543-.001-8.314.004-.012.731-.004 1.46-.005 2.191 2.772.019 5.545 0 8.318.01-.124.502-.314.988-.412 1.496.026.329.457.504.698.27 1.396-.962 2.801-1.912 4.194-2.876-1.421-.965-2.833-1.944-4.268-2.888-.274-.236-.737.121-.596.45z"/><path d="M11.575.422c.325-.221.782-.124 1.036.162 3.586 3.578 7.166 7.162 10.751 10.74.388.314.439.949.044 1.28-3.623 3.617-7.238 7.242-10.861 10.858-.307.314-.87.283-1.154-.047C7.769 19.792 4.148 16.171.53 12.547c-.358-.34-.262-.935.104-1.229C4.288 7.694 7.888 4.009 11.576.422m.334.328c-.142.04-.236.161-.343.253C8.028 4.547 4.482 8.085.945 11.63c-.216.16-.283.493-.046.668C4.5 15.899 8.1 19.503 11.704 23.102c.145.187.444.18.587-.006l10.806-10.807c.228-.173.158-.499-.05-.654-3.536-3.544-7.081-7.08-10.619-10.624-.142-.132-.299-.318-.517-.262z"/><path d="M9.876 6.509c.275-.21.715.124.587.446-.114.457-.269.905-.385 1.362 2.762.004 5.525.007 8.287-.002.076.72.006 1.451.036 2.176-2.772.054-5.55.002-8.324.025.126.498.307.982.409 1.486-.008.34-.448.517-.692.281-1.392-.965-2.81-1.894-4.188-2.879C7.03 8.44 8.44 7.455 9.877 6.51z"/><path d="M13.525 12.118c-.14-.329.323-.686.596-.45 1.435.944 2.848 1.924 4.268 2.888-1.393.965-2.798 1.914-4.194 2.876-.241.234-.672.059-.698-.27.097-.509.288-.995.412-1.496-2.773-.01-5.546.01-8.318-.01.001-.731-.007-1.46.005-2.191 2.771-.005 5.542.004 8.314-.004-.116-.451-.269-.893-.384-1.344z"/></symbol><symbol viewBox="0 0 27 24" id="warning--u-turn--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.42 0H14a3.03 3.03 0 0 1 2.137 1.515c3.804 6.241 7.46 12.572 11.183 18.863v2.272c-.374.568-.897 1.01-1.481 1.349H1.638c-.711-.411-1.39-.971-1.639-1.786v-.741c.077-.462.077-.96.312-1.378C4.006 13.871 7.617 7.596 11.395 1.422c.423-.755 1.195-1.23 2.024-1.423m-10.791 21.5c7.405.009 14.811.009 22.216 0A3130.207 3130.207 0 0 0 13.736 2.655 2970.552 2970.552 0 0 0 2.628 21.499z"/><path fill="#fff" d="M2.628 21.499A2998.915 2998.915 0 0 1 13.736 2.655a3099.319 3099.319 0 0 1 11.108 18.844c-7.405.009-14.811.009-22.216 0m6.99-7.455c-.017 2.267-.008 4.536-.005 6.803.537-.438 1.019-.942 1.567-1.368.622.315 1.085.945 1.656 1.372.023-2.269-.032-4.539.026-6.805.121-.931 1.627-.93 1.746.001.062 1.792-.001 3.589.03 5.383.545.469 1.067.963 1.62 1.423a82.195 82.195 0 0 1 1.594-1.416c.011-1.849.027-3.698-.008-5.546-.094-2.317-2.45-4.155-4.72-3.749-1.9.245-3.488 1.971-3.506 3.9z"/><path fill="#030303" d="M9.618 14.044c.018-1.929 1.606-3.656 3.506-3.9 2.27-.406 4.626 1.432 4.72 3.749.035 1.848.018 3.697.008 5.546-.537.465-1.069.937-1.594 1.416-.552-.46-1.075-.954-1.62-1.423-.032-1.793.032-3.591-.03-5.383-.119-.931-1.626-.933-1.746-.002-.057 2.266-.003 4.536-.026 6.805-.571-.427-1.034-1.057-1.656-1.372-.548.426-1.029.93-1.567 1.368-.003-2.267-.012-4.536.005-6.803z"/></symbol><symbol viewBox="0 0 27 24" id="warning--u-turn--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.381 1.395c.805-1.571 3.432-1.641 4.265-.054C19.224 6.93 22.485 12.713 25.85 18.43c.504.872 1.063 1.735 1.281 2.732v.745c-.185 1.064-1.118 1.71-2.05 2.091H2.038c-.93-.382-1.82-1.042-2.038-2.084v-.848c.236-.962.798-1.786 1.276-2.639A1093.78 1093.78 0 0 1 11.381 1.393m1.926 1.782C9.738 9.244 6.143 15.299 2.595 21.381c7.313.009 14.627.009 21.94 0-3.613-6.183-7.258-12.347-10.901-18.513-.2-.066-.23.195-.326.307z"/><path fill="#fff" d="M13.307 3.175c.097-.112.127-.373.326-.307 3.643 6.165 7.288 12.329 10.901 18.513-7.313.009-14.627.009-21.94 0C6.142 15.299 9.737 9.244 13.306 3.175m-2.238 6.945c-.513.471-1.036.935-1.562 1.392-.019 1.877-.04 3.757.012 5.633.179 2.275 2.555 4.007 4.778 3.534 1.831-.295 3.317-1.98 3.338-3.841.013-2.239.006-4.477.003-6.716-.538.462-1.063.941-1.591 1.413-.532-.471-1.055-.951-1.592-1.416-.019 2.239.025 4.479-.022 6.717-.103.942-1.631.944-1.732 0-.054-1.771.009-3.545-.031-5.316-.537-.464-1.046-.959-1.599-1.401z"/><path fill="#030303" d="M11.068 10.12c.553.443 1.063.938 1.599 1.401.04 1.771-.022 3.545.031 5.316.101.944 1.629.942 1.732 0 .048-2.238.003-4.478.022-6.717.537.465 1.06.945 1.592 1.416.528-.473 1.052-.951 1.591-1.413.003 2.239.01 4.477-.003 6.716-.021 1.862-1.507 3.546-3.338 3.842-2.223.473-4.599-1.26-4.778-3.534-.052-1.877-.031-3.757-.012-5.633a79.503 79.503 0 0 0 1.562-1.392z"/></symbol><symbol viewBox="0 0 27 24" id="warning--uneven-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.348 0h.498c.572.115 1.096.455 1.372.977l11.211 19.391c.274.484.589.95.771 1.48v.689A1.937 1.937 0 0 1 25.703 24H1.531C.754 23.865.15 23.225 0 22.46v-.497a3.55 3.55 0 0 1 .305-.757C4.216 14.448 8.12 7.686 12.032.929c.269-.496.778-.803 1.316-.929M2.856 21.598c7.169.003 14.339.004 21.509 0C20.781 15.4 17.202 9.2 13.61 3.008 10.019 9.201 6.438 15.4 2.856 21.598z"/><path fill="#fff" d="M2.856 21.598C6.438 15.4 10.019 9.201 13.61 3.008 17.202 9.2 20.781 15.4 24.365 21.598c-7.17.004-14.34.003-21.509 0m5.705-5.129c-.78.669-1.507 1.628-2.658 1.554.002.857 0 1.714.001 2.57h15.412v-2.569c-1.068.061-1.81-.761-2.507-1.436-.679-.609-1.707-.746-2.55-.433-.759.299-1.132 1.081-1.753 1.558a1.478 1.478 0 0 1-1.75.032c-.449-.316-.739-.797-1.144-1.161-.805-.777-2.176-.77-3.051-.115z"/><path d="M8.561 16.469c.875-.655 2.246-.662 3.051.115.405.364.695.845 1.144 1.161.505.373 1.258.36 1.75-.032.621-.477.994-1.259 1.753-1.558.843-.313 1.871-.176 2.55.433.697.675 1.439 1.497 2.507 1.436v2.569H5.904c-.001-.856.001-1.713-.001-2.57 1.151.074 1.878-.885 2.658-1.554z"/></symbol><symbol viewBox="0 0 24 24" id="warning--uneven-road--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.683 1.138c.599-.114 1.219.11 1.639.544 3.276 3.122 6.547 6.251 9.815 9.382.718.637.712 1.843.028 2.502-3.136 3.145-6.277 6.284-9.419 9.425-.648.68-1.829.756-2.522.103-3.332-3.187-6.671-6.368-10.001-9.557-.672-.641-.632-1.807.026-2.442 3.073-3.09 6.157-6.168 9.238-9.248.325-.337.72-.637 1.196-.708m.245.245c-.463.013-.877.266-1.19.594-3.077 3.082-6.162 6.154-9.234 9.241-.631.551-.677 1.628-.034 2.189 3.296 3.144 6.589 6.293 9.883 9.438.588.6 1.638.557 2.203-.053 3.143-3.136 6.281-6.276 9.416-9.416.581-.559.588-1.584-.026-2.12-3.241-3.119-6.5-6.22-9.75-9.329-.331-.337-.784-.58-1.268-.544z"/><path fill="#231f20" d="M11.552 1.843c.61-.175 1.284.028 1.726.475 3.036 2.885 6.056 5.786 9.086 8.678.758.601.848 1.831.145 2.51-2.938 2.945-5.879 5.887-8.82 8.828-.64.678-1.819.73-2.485.064-3.104-2.976-6.221-5.944-9.325-8.92-.656-.641-.577-1.784.082-2.394C4.816 8.217 7.683 5.361 10.542 2.5c.281-.292.61-.558 1.01-.659m.119.36c-.376.089-.66.364-.925.626-2.833 2.846-5.683 5.676-8.513 8.526-.546.487-.588 1.426-.03 1.92 3.092 2.948 6.176 5.904 9.266 8.854.503.502 1.385.48 1.89-.005 2.946-2.934 5.882-5.879 8.825-8.816.539-.49.587-1.42.034-1.916-3.035-2.927-6.094-5.828-9.138-8.744-.358-.374-.896-.583-1.409-.444z"/><path fill="#231f20" d="M10.876 11.767c.365-1.763 3.337-1.86 3.668-.014.307-.008.613-.019.919-.034.361-1.633 3.275-1.787 3.524-.011.326-.001.654-.001.98.002-.017.85-.019 1.7-.054 2.55-5.152-.001-10.304-.014-15.456-.026-.006-.816-.004-1.632-.001-2.448.554-.002 1.11.005 1.666-.004.595-1.676 3.221-1.67 3.835-.007.306.001.612-.001.918-.008z"/><path fill="#fff100" d="M11.928 1.384c.485-.036.937.206 1.268.544 3.25 3.109 6.509 6.21 9.75 9.329.614.536.607 1.561.026 2.12-3.136 3.14-6.274 6.281-9.416 9.416-.565.61-1.615.653-2.203.053-3.294-3.145-6.587-6.294-9.883-9.438-.643-.56-.598-1.638.034-2.189 3.072-3.088 6.157-6.16 9.234-9.241.313-.328.727-.581 1.19-.594m-.376.459c-.401.101-.73.367-1.01.659-2.86 2.861-5.726 5.717-8.581 8.584-.659.61-.738 1.753-.082 2.394 3.104 2.976 6.221 5.944 9.325 8.92.666.666 1.846.614 2.485-.064 2.941-2.941 5.882-5.884 8.82-8.828.703-.679.613-1.909-.145-2.51-3.03-2.892-6.05-5.794-9.086-8.678-.442-.448-1.116-.65-1.726-.475z"/><path fill="#fff100" d="M11.671 2.201c.512-.139 1.051.07 1.409.444 3.044 2.916 6.103 5.818 9.138 8.744.553.497.505 1.427-.034 1.916-2.942 2.938-5.879 5.882-8.825 8.816-.505.485-1.387.506-1.89.005-3.09-2.95-6.174-5.905-9.266-8.854-.558-.494-.516-1.433.03-1.92 2.83-2.85 5.68-5.68 8.513-8.526.265-.263.55-.538.925-.626m-.795 9.567c-.306.007-.612.01-.918.008-.614-1.663-3.24-1.669-3.835.007-.556.008-1.111.001-1.666.004-.002.816-.005 1.632.001 2.448 5.152.012 10.304.025 15.456.026.035-.85.037-1.7.054-2.55a53.357 53.357 0 0 0-.98-.002c-.25-1.776-3.163-1.622-3.524.011-.306.014-.612.025-.919.034-.331-1.846-3.304-1.748-3.668.014z"/></symbol><symbol viewBox="0 0 24 24" id="warning--uneven-roads-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ef7c23" d="M11.751 0h.455c.25.091.486.226.674.418 3.364 3.369 6.733 6.734 10.099 10.102.374.386.825.731 1.021 1.25v.429c-.095.25-.228.488-.422.676-3.372 3.362-6.735 6.734-10.103 10.1-.387.375-.731.83-1.254 1.025h-.426a1.895 1.895 0 0 1-.67-.422C7.746 20.189 4.358 16.809.976 13.424c-.36-.369-.793-.7-.976-1.201v-.432c.17-.512.609-.848.971-1.22L11.071.469c.198-.194.43-.35.68-.469m.079.329c-.219.047-.387.207-.544.356C7.723 4.257 4.149 7.819.586 11.391c-.333.293-.373.852-.041 1.161 3.632 3.636 7.267 7.271 10.903 10.903.308.334.871.294 1.158-.046 3.617-3.619 7.234-7.237 10.85-10.857.332-.31.292-.868-.042-1.161C19.85 7.82 16.281 4.253 12.716.682c-.225-.237-.544-.443-.886-.353z"/><path fill="#ef7c23" d="M11.924.817c.156-.047.277.076.385.168 3.52 3.515 7.032 7.039 10.556 10.55.197.178.497.485.189.716-3.581 3.587-7.169 7.168-10.751 10.755-.137.183-.401.257-.553.047-3.605-3.597-7.205-7.2-10.805-10.802-.205-.153-.14-.418.041-.559 3.43-3.438 6.87-6.868 10.301-10.305.204-.198.386-.43.637-.57M7.908 6.608c-.236.162-.002.553.249.434.999-.31 1.976-.687 2.976-.996.006.752 0 1.505.003 2.257.576.006 1.152.006 1.729 0 .002-.752-.004-1.505.003-2.257.999.309 1.976.686 2.975.996.251.118.485-.272.249-.433A567.416 567.416 0 0 0 12 2.638a613.372 613.372 0 0 0-4.092 3.97M4.5 11.676c-.002.599-.002 1.198.001 1.798h14.998c.002-.599.002-1.199 0-1.798-.881-.275-1.608-.925-2.498-1.158-.917.232-1.673.915-2.588 1.147-.863-.22-1.544-.932-2.413-1.14-.87.208-1.55.92-2.413 1.14-.915-.231-1.671-.915-2.588-1.147-.89.232-1.617.882-2.499 1.158z"/><path d="M11.83.329c.342-.09.661.116.886.353 3.565 3.571 7.134 7.138 10.698 10.709.334.293.374.851.042 1.161-3.616 3.62-7.233 7.238-10.85 10.857-.287.34-.85.38-1.158.046C7.812 19.823 4.177 16.188.545 12.552c-.332-.309-.292-.868.041-1.161C4.149 7.819 7.723 4.257 11.286.685c.157-.149.325-.309.544-.356m.094.488c-.251.14-.433.372-.637.57C7.856 4.824 4.416 8.254.986 11.692c-.181.141-.246.406-.041.559 3.6 3.602 7.2 7.205 10.805 10.802.152.21.416.136.553-.047 3.582-3.587 7.17-7.168 10.751-10.755.308-.231.008-.538-.189-.716C19.341 8.024 15.829 4.5 12.309.985c-.108-.092-.229-.215-.385-.168z"/><path d="M7.908 6.608A613.372 613.372 0 0 1 12 2.638a567.416 567.416 0 0 1 4.092 3.971c.236.161.002.551-.249.433-.999-.31-1.976-.687-2.975-.996-.007.752-.001 1.505-.003 2.257-.577.006-1.153.006-1.729 0-.003-.752.003-1.505-.003-2.257-1 .309-1.977.686-2.976.996-.251.119-.485-.272-.249-.434zM4.5 11.676c.882-.276 1.609-.926 2.499-1.158.917.232 1.673.916 2.588 1.147.863-.22 1.543-.932 2.413-1.14.869.208 1.55.92 2.413 1.14.915-.232 1.671-.915 2.588-1.147.89.233 1.617.883 2.498 1.158.002.599.002 1.199 0 1.798H4.501c-.003-.6-.003-1.199-.001-1.798z"/></symbol><symbol viewBox="0 0 24 24" id="warning--vehicles-and-others--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd520" d="M11.803 0h.398c.378.112.734.299 1.008.587a24836 24836 0 0 0 10.265 10.265c.223.224.391.496.526.781v.728c-.118.298-.28.58-.509.806-3.222 3.218-6.442 6.44-9.664 9.66-.44.431-.839.943-1.433 1.172h-.736a2.327 2.327 0 0 1-.744-.473c-3.44-3.44-6.878-6.884-10.326-10.319-.284-.268-.469-.617-.589-.985v-.383c.104-.362.274-.709.55-.971C3.967 7.446 7.395 4.034 10.81.609a2.39 2.39 0 0 1 .992-.611m-.245.404c-.211.091-.383.251-.547.407C7.577 4.258 4.127 7.69.694 11.137c-.502.448-.514 1.291-.017 1.746 3.499 3.5 6.996 7.006 10.504 10.499.456.48 1.28.445 1.715-.047 3.481-3.478 6.961-6.958 10.44-10.439.512-.461.5-1.321-.017-1.774C19.882 7.678 16.438 4.241 13.004.796c-.352-.403-.936-.617-1.446-.395z"/><path fill="#ffd520" d="M11.807.779c.372-.126.706.133.946.389 3.413 3.428 6.84 6.844 10.255 10.27.342.288.365.85.019 1.145-3.48 3.482-6.962 6.964-10.445 10.444a.76.76 0 0 1-1.151-.01C7.95 19.535 4.464 16.056.985 12.571c-.332-.29-.311-.838.019-1.121C4.419 8.023 7.846 4.609 11.259 1.18c.164-.154.326-.331.547-.401M8.754 7.65c-.918.107-1.847.139-2.758.314-.06.562-.194 1.122-.131 1.69.468.002.936.004 1.404.001.076-.581.552-1.136 1.176-1.078.59.006.991.528 1.076 1.07 1.426-.002 2.851.004 4.277-.002.074-.589.547-1.148 1.182-1.092.594.007.988.542 1.069 1.086.73.002 1.458-.008 2.186-.011a13.366 13.366 0 0 1-.488-1.792c-.673-.084-1.354-.103-2.027-.187-.503-.403-.898-.931-1.366-1.375-1.34.006-2.684-.025-4.024.013-.581.383-1.012.959-1.578 1.362m-.543 1.169c-.576.112-.853.881-.472 1.33.364.516 1.258.374 1.446-.228.246-.589-.361-1.272-.974-1.102M14.8 8.8c-.593.067-.918.839-.552 1.31.341.532 1.246.43 1.457-.167.268-.57-.292-1.268-.905-1.144m-5.259 2.536c-.228.5-.338 1.044-.524 1.561l-.455.017c0 .374 0 .749-.002 1.124-.397.212-1.174.104-1.255.635.758-.061 1.492-.307 2.25-.343.767.769 1.372 1.69 2.082 2.513.289-.049.748.155.85-.232-.248-.016-.498-.017-.748-.022-.685-.88-1.312-1.805-2.004-2.677-.151-.254-.467-.049-.694-.062.215-.762.418-1.528.624-2.291.413-.031.828-.041 1.242-.036l.001-.25c-.451.023-.942-.095-1.367.062m.435 1.01a72.45 72.45 0 0 0-.34.96c.262.337.486.704.779 1.015.629.102 1.279.011 1.918.04-.036-.277.102-.64-.157-.838-.649-.545-1.217-1.434-2.2-1.177m2.541 1.23v.761c.322-.001.642.002.962.004-.143.557-.332 1.103-.419 1.672.485-.443.661-1.135 1.16-1.555.523-.071 1.061-.058 1.586-.017.557.313.952.863 1.554 1.102-.556-.679-1.092-1.766-2.095-1.724l-.109-.653c-.883.116-1.762.269-2.64.412m-1.847 1.104c.414.499.72 1.135 1.218 1.535.97.286.911-.935 1.142-1.535h-2.36m-2.108.5c-1.099.179-1.699 1.529-1.138 2.479.581 1.121 2.432 1.058 2.946-.095.63-1.159-.522-2.678-1.808-2.384m6.353-.007c-.808.116-1.448.9-1.41 1.712.014.876.826 1.664 1.716 1.579 1.088.068 1.93-1.211 1.508-2.194-.228-.751-1.048-1.228-1.814-1.098z"/><path fill="#ffd520" d="M12.422 6.538a82.48 82.48 0 0 1 1.316.001c.142.365.281.732.416 1.1-.578.002-1.157.001-1.735-.001-.001-.367 0-.733.002-1.1zM9.174 7.644c.42-.359.782-.798 1.255-1.087.545-.04 1.092 0 1.639-.013.005.367.004.736.004 1.103-.966.001-1.932.006-2.898-.002zM8.693 15.901c1.139-.28 1.558 1.586.414 1.824-1.2.372-1.643-1.644-.414-1.824m-.138.323c-.421.202-.481.85-.101 1.123.376.318 1.03.067 1.082-.428.103-.526-.522-.959-.982-.695zM15.048 15.893c1.157-.215 1.459 1.684.3 1.846-1.213.292-1.534-1.74-.3-1.846m-.24.359c-.718.414-.043 1.582.674 1.162.816-.379.08-1.685-.674-1.162z"/><path d="M11.557.402c.51-.222 1.094-.008 1.446.395 3.434 3.445 6.878 6.882 10.315 10.326.517.452.529 1.313.017 1.774-3.479 3.481-6.959 6.961-10.44 10.439-.434.492-1.259.527-1.715.047C7.672 19.89 4.176 16.385.676 12.884c-.497-.455-.485-1.298.017-1.746C4.126 7.69 7.576 4.258 11.009.81c.164-.156.336-.316.547-.407m.251.376c-.221.07-.383.247-.547.401C7.847 4.608 4.42 8.022 1.005 11.45c-.33.283-.352.83-.019 1.121 3.479 3.485 6.965 6.964 10.446 10.446a.76.76 0 0 0 1.151.01c3.482-3.48 6.965-6.961 10.445-10.444.346-.295.323-.857-.019-1.145-3.415-3.426-6.842-6.841-10.255-10.27-.24-.256-.574-.515-.946-.389z"/><path d="M8.754 7.65c.566-.403.997-.979 1.578-1.362 1.339-.038 2.683-.007 4.024-.013.468.444.863.972 1.366 1.375.673.084 1.354.103 2.027.187.115.61.29 1.205.488 1.792-.728.002-1.457.013-2.186.011-.082-.544-.475-1.079-1.069-1.086-.635-.056-1.108.503-1.182 1.092-1.426.006-2.851 0-4.277.002-.085-.542-.486-1.064-1.076-1.07-.624-.059-1.1.497-1.176 1.078-.468.002-.936.001-1.404-.001-.064-.568.071-1.128.131-1.69.911-.175 1.84-.208 2.758-.314m3.666-1.113c-.002.367-.004.733-.002 1.1.578.002 1.157.004 1.735.001a75.681 75.681 0 0 0-.416-1.1 72.17 72.17 0 0 0-1.316-.001M9.174 7.644c.966.008 1.932.004 2.898.002 0-.367.001-.736-.004-1.103-.547.013-1.094-.026-1.639.013-.473.289-.835.728-1.255 1.087z"/><path d="M8.209 8.818c.613-.17 1.22.512.974 1.102-.188.602-1.082.744-1.446.228-.382-.449-.104-1.218.472-1.33zM14.8 8.8c.613-.125 1.172.574.905 1.144-.211.596-1.116.698-1.457.167-.366-.472-.041-1.243.552-1.31zM9.541 11.335c.425-.157.916-.04 1.367-.062l-.001.25c-.414-.005-.829.005-1.242.036-.206.763-.409 1.529-.624 2.291.227.013.542-.192.694.062.692.872 1.319 1.798 2.004 2.677.25.005.499.006.748.022-.102.386-.56.182-.85.232-.71-.823-1.315-1.744-2.082-2.513-.758.036-1.492.282-2.25.343.082-.53.858-.422 1.255-.635.002-.376.002-.75.002-1.124l.455-.017c.186-.517.296-1.061.524-1.561z"/><path d="M9.976 12.344c.983-.257 1.55.632 2.2 1.177.259.198.121.56.157.838-.638-.029-1.289.062-1.918-.04-.293-.311-.517-.678-.779-1.015.11-.322.224-.641.34-.96zM12.517 13.574c.878-.143 1.757-.295 2.64-.412l.109.653c1.003-.042 1.54 1.045 2.095 1.724-.602-.239-.997-.788-1.554-1.102-.526-.041-1.063-.054-1.586.017-.499.42-.676 1.112-1.16 1.555.086-.569.276-1.115.419-1.672-.32-.001-.641-.005-.962-.004v-.761z"/><path d="M10.669 14.68h2.36c-.232.6-.173 1.82-1.142 1.535-.498-.4-.804-1.036-1.218-1.535zM8.561 15.18c1.286-.294 2.438 1.225 1.808 2.384-.514 1.153-2.365 1.216-2.946.095-.562-.95.038-2.3 1.138-2.479m.132.721c-1.229.18-.786 2.196.414 1.824 1.144-.238.725-2.104-.414-1.824zM14.914 15.173c.767-.13 1.586.347 1.814 1.098.421.983-.42 2.262-1.508 2.194-.89.085-1.702-.703-1.716-1.579-.038-.812.602-1.596 1.41-1.712m.134.719c-1.234.106-.913 2.137.3 1.846 1.159-.162.857-2.06-.3-1.846z"/><path d="M8.555 16.224c.46-.264 1.085.169.982.695-.053.496-.707.746-1.082.428-.38-.274-.32-.922.101-1.123zM14.808 16.252c.755-.523 1.49.782.674 1.162-.718.42-1.392-.748-.674-1.162z"/></symbol><symbol viewBox="0 0 24 24" id="warning--vehicles-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0a700" opacity=".75" d="M11.824 0h.355c.358.104.702.269.962.541 3.458 3.461 6.917 6.92 10.379 10.379.22.211.378.478.48.763v.604c-.109.29-.253.575-.48.792-3.485 3.475-6.959 6.962-10.438 10.444-.222.226-.511.364-.802.478h-.461c-.299-.096-.606-.205-.833-.43L.49 13.071c-.248-.242-.385-.566-.491-.89v-.362a1.82 1.82 0 0 1 .492-.889C3.949 7.47 7.411 4.013 10.867.551c.259-.27.604-.433.955-.55m-.009.303c-.298.044-.536.241-.74.448C7.6 4.24 4.101 7.704.632 11.194c-.454.42-.457 1.194 0 1.613 3.517 3.524 7.04 7.043 10.562 10.562.445.503 1.267.456 1.696-.044 3.499-3.498 6.994-7.003 10.493-10.502.479-.43.472-1.217-.002-1.645C19.931 7.71 16.463 4.259 13.007.797c-.3-.328-.732-.592-1.193-.492z"/><path d="M11.813.304c.461-.1.893.164 1.193.492 3.456 3.462 6.924 6.913 10.374 10.381.474.428.481 1.216.002 1.645-3.499 3.499-6.994 7.004-10.493 10.502-.428.5-1.25.547-1.696.044C7.671 19.848 4.148 16.33.631 12.806c-.457-.419-.454-1.193 0-1.613C4.1 7.702 7.599 4.239 11.072.751c.204-.206.443-.403.74-.448m-.027.453c-.144.03-.246.145-.35.239C7.955 4.474 4.471 7.95.99 11.429c-.31.262-.368.79-.064 1.076 3.524 3.52 7.052 7.037 10.571 10.562.246.289.764.293 1.02.013 3.52-3.523 7.044-7.042 10.567-10.561.324-.286.264-.84-.061-1.102C19.544 7.936 16.059 4.459 12.579.979a.765.765 0 0 0-.794-.224z"/><path d="M9.742 8.678c1.78-.032 3.562-.008 5.342-.011.599.6 1.164 1.234 1.771 1.823.9.143 1.824.152 2.731.272.167.791.394 1.566.62 2.342-.968.011-1.937.035-2.905.025-.006-.761-.68-1.475-1.462-1.415-.775-.044-1.41.667-1.432 1.414a457.61 457.61 0 0 1-5.74 0c-.042-.893-.942-1.615-1.82-1.34-.655.121-1.043.752-1.091 1.379-.622.001-1.242.002-1.864-.004-.158-.725.095-1.452.134-2.179 1.171-.376 2.486-.283 3.703-.496.695-.575 1.294-1.265 2.01-1.811m.15.387c-.577.442-1.111.947-1.631 1.457 1.278.001 2.557-.002 3.836.001a42.72 42.72 0 0 0-.001-1.476c-.734.019-1.471-.026-2.204.018m2.679-.044c-.028.485-.018.971-.011 1.457.76.005 1.519.006 2.28 0-.196-.475-.292-1.019-.577-1.442-.563-.035-1.128.002-1.692-.014z"/><path d="M7.126 12.049c.894-.143 1.576 1.015 1.008 1.72-.396.613-1.366.638-1.782.036-.559-.623-.055-1.735.774-1.756zM15.766 12.049c.934-.156 1.62 1.105.956 1.789-.479.655-1.58.476-1.876-.259-.304-.655.186-1.507.919-1.53z"/><path fill="#ffde00" d="M11.785.756a.767.767 0 0 1 .794.224c3.48 3.48 6.965 6.956 10.444 10.438.325.262.385.816.061 1.102-3.523 3.52-7.048 7.038-10.567 10.561-.256.28-.774.276-1.02-.013C7.979 19.542 4.451 16.025.926 12.506c-.305-.287-.246-.815.064-1.076C4.471 7.951 7.955 4.475 11.435.996c.104-.094.206-.209.35-.239M9.742 8.678c-.716.546-1.315 1.236-2.01 1.811-1.217.212-2.532.12-3.703.496-.04.727-.293 1.454-.134 2.179.622.006 1.242.005 1.864.004.048-.626.436-1.258 1.091-1.379.878-.275 1.778.448 1.82 1.34 1.913.012 3.827.012 5.74 0 .022-.746.656-1.458 1.432-1.414.781-.06 1.456.654 1.462 1.415.968.01 1.937-.014 2.905-.025-.227-.776-.454-1.552-.62-2.342-.907-.12-1.831-.13-2.731-.272-.607-.589-1.172-1.223-1.771-1.823-1.781.002-3.563-.022-5.342.011m-2.619 3.37c-.829.02-1.333 1.133-.774 1.756.416.602 1.386.577 1.782-.036.568-.704-.114-1.862-1.008-1.72m8.64 0c-.733.023-1.223.875-.919 1.53.295.736 1.397.914 1.876.259.664-.684-.023-1.945-.956-1.789z"/><path fill="#ffde00" d="M9.889 9.064c.733-.044 1.47.001 2.204-.018.01.492.01.984.001 1.476-1.279-.004-2.558 0-3.836-.001.52-.51 1.054-1.015 1.631-1.457zM12.568 9.02c.564.017 1.129-.02 1.692.014.286.424.382.967.577 1.442-.761.006-1.52.005-2.28 0-.007-.486-.017-.972.011-1.457z"/></symbol><symbol viewBox="0 0 27 24" id="warning--village--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#f6ea44" d="M13.116 0h.723c.463.221.816.607 1.061 1.053 3.984 7.045 8.107 14.013 12.042 21.081v.664c-.195.661-.729 1.075-1.395 1.202H.878C.4 23.831.189 23.362 0 22.932v-.667C3.944 15.108 8.069 8.052 12.082.933c.232-.415.619-.715 1.034-.932m.253.377c-.437.006-.805.303-1.011.672C8.464 8.072 4.365 14.981.491 22.014c-.444.783.362 1.733 1.212 1.587 7.844-.037 15.69-.124 23.535-.124.887.073 1.53-1.002 1.033-1.743A51233.49 51233.49 0 0 1 14.63 1.306c-.242-.482-.669-.975-1.262-.927z"/><path fill="#1a2622" d="M13.369.378c.593-.048 1.02.446 1.262.927 3.879 6.81 7.759 13.62 11.641 20.428.497.742-.146 1.816-1.033 1.743-7.846 0-15.691.087-23.535.124-.85.146-1.657-.804-1.212-1.587C4.366 14.98 8.465 8.071 12.359 1.049c.206-.369.574-.666 1.011-.672M3.052 21.541c6.893-.028 13.787-.136 20.682-.105-.444-.996-1.067-1.9-1.578-2.861-2.948-5.045-5.726-10.188-8.728-15.201C9.964 9.425 6.483 15.47 3.052 21.541z"/><path fill="#f2da34" d="M3.052 21.541C6.483 15.47 9.964 9.425 13.428 3.374c3.002 5.012 5.78 10.156 8.728 15.201.511.962 1.133 1.866 1.578 2.861-6.895-.031-13.788.077-20.682.105m11.87-11.537c-.652 1.494-1.346 2.971-2.004 4.462-.186.257-.011.413.255.458-.152.279-.302.559-.455.838l.502.046c-.2.406-.398.811-.591 1.22.607-.005 1.214-.005 1.821 0 .009.943.011 1.886.005 2.829-.833.005-1.666.015-2.499-.005.015-2.172-.006-4.345 0-6.516l.904-.023c-1.092-.859-2.162-1.747-3.266-2.59-1.98 3.492-4.012 6.955-5.94 10.478 6.463-.048 12.926-.119 19.39-.132-.26-.412-.522-.824-.785-1.234-2.369-.005-4.738.014-7.107.005 0-.943-.006-1.886.002-2.829.643-.005 1.287-.002 1.931 0-.164-.406-.333-.81-.506-1.211.113-.012.341-.036.454-.046l-.488-.861.417-.06c-.655-1.62-1.27-3.262-2.039-4.829z"/><path fill="#1a221e" d="M14.922 10.004c.77 1.567 1.384 3.21 2.039 4.829l-.417.06.488.861-.454.046c.173.401.342.805.506 1.211-.644-.002-1.288-.005-1.931 0-.008.943-.002 1.886-.002 2.829 2.369.009 4.738-.009 7.107-.005.263.41.525.822.785 1.234-6.465.012-12.927.084-19.39.132 1.928-3.523 3.959-6.986 5.94-10.478 1.104.844 2.174 1.731 3.266 2.59l-.904.023c-.006 2.171.015 4.343 0 6.516.833.02 1.666.009 2.499.005.006-.943.005-1.886-.005-2.829-.607-.005-1.214-.005-1.821 0 .194-.409.392-.814.591-1.22a40.668 40.668 0 0 0-.502-.046c.153-.279.303-.559.455-.838-.266-.045-.441-.201-.255-.458.658-1.491 1.352-2.968 2.004-4.462m-7.348 6.877l-.005.927.811-.002c-.002-.314-.003-.627-.003-.941l-.804.015m1.203-.018l.005.948.914-.015a69.02 69.02 0 0 1-.009-.91c-.302-.009-.605-.015-.909-.022m-1.2 1.371c-.012.615-.012 1.231.012 1.846.255-.008.513-.014.77-.02.036-.615.034-1.231.015-1.846-.265.006-.531.012-.797.02m1.206-.014c-.008.602-.009 1.203-.014 1.804.303.014.607.025.91.033.014-.618.015-1.236-.029-1.85l-.867.014z"/><path fill="#ead232" d="M7.573 16.881l.804-.015c0 .314.002.627.003.941l-.811.002.005-.927z"/><path fill="#eed636" d="M8.775 16.862c.303.006.607.012.909.022.002.303.005.607.009.91l-.914.015-.005-.948z"/><path fill="#f2da35" d="M7.576 18.234c.266-.008.533-.014.797-.02.019.615.02 1.231-.015 1.846-.257.006-.514.012-.77.02a29.901 29.901 0 0 1-.012-1.846z"/><path fill="#f8dd36" d="M8.782 18.22l.867-.014c.045.615.043 1.233.029 1.85a46.097 46.097 0 0 1-.91-.033c.005-.601.006-1.202.014-1.804z"/></symbol><symbol viewBox="0 0 24 24" id="warning--weight-limit--g5" xmlns="http://www.w3.org/2000/svg"><path d="M11.695 0h.584c.252.119.491.269.691.464 3.299 3.304 6.601 6.602 9.901 9.904.41.418.887.798 1.128 1.348v.535c-.12.26-.269.51-.474.712-3.521 3.522-7.043 7.043-10.561 10.567a2.774 2.774 0 0 1-.679.47h-.551c-.539-.214-.904-.676-1.304-1.07-3.098-3.102-6.2-6.199-9.296-9.304-.406-.419-.886-.79-1.134-1.332v-.572c.224-.562.716-.936 1.124-1.357 3.28-3.282 6.564-6.558 9.839-9.844A2.72 2.72 0 0 1 11.695 0m-.026.509C7.991 4.019 4.457 7.701.829 11.272c-.39.29-.557.905-.167 1.267 3.576 3.584 7.16 7.162 10.738 10.744.301.359.895.355 1.195-.004 3.578-3.583 7.164-7.159 10.74-10.746.35-.33.25-.91-.106-1.196C19.683 7.802 16.147 4.255 12.601.719c-.229-.257-.616-.365-.932-.21z"/><path d="M11.802 9.412c.862-.168 1.912.104 2.302.962.426.958.421 2.106.073 3.086-.49 1.326-2.448 1.532-3.389.593-.684-.778-.678-1.91-.556-2.881.098-.835.692-1.65 1.57-1.76m.233.949c-.984.308-.862 1.638-.716 2.448.097.818 1.254 1.174 1.751.498.404-.678.361-1.552.164-2.291-.134-.514-.698-.791-1.199-.655zM8.101 9.492c.314-.041.632-.034.949-.024.005 1.715.004 3.431.001 5.147-.348.002-.696.002-1.044-.001-.007-1.145 0-2.29-.004-3.434-.278-.004-.557-.004-.836-.007a64.975 64.975 0 0 1-.002-.883c.476-.011.883-.302.936-.797zM15.658 10.738c.179-.074.355-.151.533-.228 0 .383.004.767.004 1.15.211.002.422.006.634.01v.542c-.211.002-.422.006-.632.01-.006.57-.006 1.139.005 1.709.186.059.38.077.575.073l.052.548c-.397.109-.985.133-1.133-.354-.09-.65-.012-1.313-.042-1.968l-.421-.025v-.528l.421-.025c.001-.305.004-.608.006-.913z"/><path fill="#ffeb00" d="M11.669.509c.317-.155.703-.047.932.21 3.546 3.535 7.082 7.082 10.628 10.618.355.287.456.866.106 1.196-3.576 3.587-7.162 7.163-10.74 10.746-.3.359-.894.362-1.195.004C7.823 19.701 4.238 16.124.662 12.539c-.39-.362-.223-.977.167-1.267C4.457 7.701 7.991 4.019 11.669.509m.133 8.903c-.877.11-1.471.925-1.57 1.76-.122.971-.128 2.104.556 2.881.941.94 2.899.733 3.389-.593.348-.98.353-2.129-.073-3.086-.39-.858-1.44-1.13-2.302-.962m-3.701.08c-.053.494-.46.786-.936.797-.001.294 0 .589.002.883.28.004.558.004.836.007.004 1.145-.004 2.29.004 3.434.348.004.696.004 1.044.001.002-1.716.004-3.432-.001-5.147a5.893 5.893 0 0 0-.949.024m7.557 1.247c-.002.305-.005.608-.006.913l-.421.025v.528l.421.025c.03.655-.048 1.318.042 1.968.148.487.736.463 1.133.354l-.052-.548a1.775 1.775 0 0 1-.575-.073 57.272 57.272 0 0 1-.005-1.709l.632-.01a48.961 48.961 0 0 1 0-.542l-.634-.01c0-.383-.004-.767-.004-1.15-.178.077-.354.154-.533.228z"/><path fill="#ffeb00" d="M12.035 10.361c.5-.136 1.064.142 1.199.655.197.739.24 1.613-.164 2.291-.497.676-1.654.32-1.751-.498-.145-.81-.268-2.14.716-2.448z"/></symbol><symbol viewBox="0 0 24 24" id="warning--weight-limit-per-tandem-axle--g1" xmlns="http://www.w3.org/2000/svg"><path fill="gold" d="M10.867.546c.706-.731 1.962-.596 2.629.119 3.316 3.324 6.619 6.661 9.934 9.985.215.22.409.46.57.721v1.68c-.682.805-1.478 1.501-2.212 2.258-2.939 2.888-5.813 5.846-8.794 8.69h-1.663c-.47-.247-.809-.665-1.18-1.031L.631 13.4c-.706-.678-.804-1.937-.06-2.624C3.999 7.363 7.429 3.949 10.866.545m.929-.021c-.384.065-.69.328-.954.596-3.29 3.27-6.58 6.54-9.865 9.814-.646.578-.616 1.663-.001 2.251 3.33 3.352 6.661 6.702 9.99 10.054.575.611 1.654.683 2.243.054 3.366-3.358 6.745-6.702 10.111-10.058.622-.606.51-1.68-.108-2.248-3.286-3.313-6.58-6.62-9.874-9.926-.384-.421-.976-.648-1.542-.536z"/><path fill="gold" d="M11.79 1.349c.414-.208.845.078 1.121.378 3.246 3.277 6.509 6.538 9.748 9.821.34.301.415.883.049 1.194-3.354 3.328-6.7 6.665-10.052 9.994-.304.328-.846.264-1.134-.05-3.316-3.328-6.622-6.666-9.938-9.992-.378-.324-.408-.952.002-1.264C4.994 8.078 8.329 4.639 11.791 1.35m1.38 4.031c.011.275-.002.551.01.827l-.31.089.002.607.336.047c.02.457-.058.931.06 1.379.15.431.666.499 1.039.338.049-.257.112-.511.168-.767a1.641 1.641 0 0 1-.623.106c-.014-.364-.011-.728.012-1.092l.377-.014c.001-.209.002-.416.005-.625a27.437 27.437 0 0 1-.383-.059c.002-.385.002-.77-.001-1.157-.234.102-.462.214-.692.322m-3.883.396c.18.175.359.35.542.521.413-.389 1.199-.582 1.572-.048.058.356-.364.306-.588.379-.984.196-1.589 1.252-1.435 2.214.937.008 1.874.005 2.81.002.002-.288-.001-.575-.002-.862-.634-.006-1.268.013-1.901-.017a1.19 1.19 0 0 1 .95-.596c.68-.092 1.23-.918.823-1.543-.628-.925-2.059-.826-2.772-.05m.942 4.879c.578.628 1.195 1.218 1.788 1.83.582-.608 1.177-1.206 1.741-1.831a75.488 75.488 0 0 0-3.529.001M6.757 13.11c-.144 1.141-.023 2.318-.059 3.474.544.146 1.118.078 1.674.062.332-.295.089-.881.162-1.292.76-.002 1.52-.005 2.281 0 .461.893 1.795.894 2.256.001a237.26 237.26 0 0 1 2.531-.001c.067.414-.154.967.146 1.291.559.022 1.136.078 1.686-.055-.028-1.16.09-2.342-.056-3.487-.532-.126-1.102-.064-1.645-.038-.263.334-.074.85-.13 1.254-.841.001-1.682.006-2.524-.002-.462-.896-1.812-.898-2.274 0-.757.007-1.514.005-2.272.002-.01-.403.042-.816-.054-1.212a4.29 4.29 0 0 0-1.723.004z"/><path d="M11.795.524c.566-.112 1.158.115 1.542.536 3.294 3.306 6.588 6.613 9.874 9.926.618.568.73 1.642.108 2.248-3.366 3.356-6.745 6.701-10.111 10.058-.589.629-1.668.557-2.243-.054-3.329-3.352-6.66-6.702-9.99-10.054-.614-.588-.644-1.673.001-2.251 3.286-3.274 6.575-6.544 9.865-9.814.264-.269.57-.532.954-.596m-.005.826C8.328 4.638 4.993 8.077 1.585 11.429c-.41.312-.38.94-.002 1.264 3.317 3.326 6.623 6.665 9.938 9.992.288.314.83.378 1.134.05 3.353-3.329 6.698-6.666 10.052-9.994.366-.311.29-.893-.049-1.194-3.239-3.283-6.502-6.544-9.748-9.821-.276-.3-.707-.586-1.121-.378z"/><path d="M13.171 5.381c.23-.108.458-.22.692-.322.004.386.004.772.001 1.157.096.016.288.044.383.059l-.005.625-.377.014c-.023.364-.026.728-.012 1.092.214.01.421-.034.623-.106-.056.256-.119.51-.168.767-.373.161-.889.092-1.039-.338-.118-.448-.04-.922-.06-1.379l-.336-.047-.002-.607.31-.089c-.012-.276.001-.552-.01-.827zM9.288 5.778c.713-.775 2.144-.875 2.772.05.407.625-.143 1.451-.823 1.543a1.19 1.19 0 0 0-.95.596c.632.03 1.267.011 1.901.017.001.287.005.574.002.862-.936.002-1.873.006-2.81-.002-.154-.962.451-2.018 1.435-2.214.224-.073.646-.023.588-.379-.373-.534-1.159-.341-1.572.048-.184-.17-.362-.346-.542-.521zM10.229 10.657a75.488 75.488 0 0 1 3.529-.001c-.564.625-1.159 1.223-1.741 1.831-.593-.612-1.21-1.202-1.788-1.83zM6.757 13.11a4.29 4.29 0 0 1 1.723-.004c.096.396.044.809.054 1.212.757.002 1.514.005 2.272-.002.462-.898 1.812-.896 2.274 0 .841.008 1.682.004 2.524.002.055-.404-.133-.92.13-1.254.544-.025 1.114-.088 1.645.038.146 1.145.029 2.327.056 3.487-.55.133-1.127.077-1.686.055-.3-.324-.079-.877-.146-1.291-.844-.002-1.687-.005-2.531.001-.461.893-1.795.892-2.256-.001-.761-.005-1.522-.002-2.281 0-.073.412.17.997-.162 1.292-.556.016-1.13.084-1.674-.062.036-1.156-.085-2.333.059-3.474z"/></symbol><symbol viewBox="0 0 27 24" id="warning--width-restriction--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.441 0h.501c.287.181.521.432.683.728 4.256 7.414 8.56 14.8 12.804 22.221v.507a7.202 7.202 0 0 1-.483.458c-7.059-.114-14.124-.016-21.186-.048-1.755.021-3.512-.052-5.266.048A6.53 6.53 0 0 1 0 23.438v-.427C4.165 15.645 8.463 8.35 12.66 1.002c.202-.377.462-.72.782-1.004M3.547 21.592c6.786.005 13.57.005 20.356 0-3.39-5.877-6.78-11.755-10.18-17.627-3.396 5.872-6.791 11.748-10.176 17.627z"/><path fill="#fff" d="M3.547 21.592c3.385-5.879 6.78-11.755 10.176-17.627 3.4 5.872 6.79 11.75 10.18 17.627-6.786.005-13.57.005-20.356 0m7.778-7.695l.499.029c.128-.562.952-.693 1.096-.074-.259 1.016-1.513 1.546-1.572 2.64.686.004 1.371.003 2.056.001v-.521c-.447.001-.894.001-1.341-.001.409-.569.911-1.072 1.266-1.677.31-.642-.28-1.443-.981-1.384-.538.027-.871.521-1.023.987m3.725-.608l.007.55.521-.366v3.02h.485c-.001-1.196.004-2.392-.003-3.588-.381-.008-.713.163-1.011.384m-6.992 1.568a1640.13 1640.13 0 0 0 0 6.274c1.088-1.044 2.167-2.094 3.253-3.138-1.082-1.046-2.16-2.1-3.253-3.136m8.076 3.133c1.088 1.046 2.168 2.096 3.256 3.141.004-2.091.005-4.184 0-6.276-1.092 1.038-2.168 2.093-3.256 3.135m-2.091-2.016l.001.823.528-.31a29.514 29.514 0 0 0-.019-.518l-.51.005m-2.064 1.887c-.021.867-.007 1.733-.01 2.6h.506c.018-.591-.055-1.19.052-1.775.151-.42.897-.361.945.1.063.554.018 1.115.026 1.673.17 0 .339.001.509.003.011-.554-.033-1.109.026-1.659.027-.498.856-.539.96-.066.086.569.021 1.149.038 1.724h.502c-.03-.683.081-1.382-.073-2.053-.255-.635-1.105-.614-1.572-.229-.389-.292-.879-.35-1.315-.126a14.196 14.196 0 0 0-.595-.192z"/><path d="M11.325 13.897c.152-.466.485-.96 1.023-.987.701-.059 1.291.742.981 1.384-.355.605-.857 1.108-1.266 1.677.447.003.894.003 1.341.001v.521c-.684.001-1.37.003-2.056-.001.059-1.094 1.312-1.624 1.572-2.64-.144-.619-.968-.488-1.096.074l-.499-.029zM15.05 13.289c.298-.221.629-.392 1.011-.384.007 1.196.001 2.392.003 3.588h-.485v-3.02l-.521.366-.007-.55zM8.057 14.857c1.093 1.037 2.171 2.09 3.253 3.136-1.086 1.044-2.165 2.094-3.253 3.138a1640.13 1640.13 0 0 1 0-6.274zM16.133 17.99c1.088-1.042 2.164-2.097 3.256-3.135.005 2.091.004 4.184 0 6.276-1.088-1.045-2.168-2.094-3.256-3.141zM14.042 15.974c.17-.003.34-.004.51-.005.008.173.014.346.019.518l-.528.31-.001-.823zM11.978 17.861c.199.06.398.123.595.192.436-.224.926-.166 1.315.126.466-.385 1.317-.406 1.572.229.154.671.043 1.37.073 2.053h-.502c-.018-.575.048-1.155-.038-1.724-.104-.473-.933-.432-.96.066-.059.55-.015 1.105-.026 1.659-.17-.001-.339-.003-.509-.003-.008-.558.037-1.119-.026-1.673-.048-.461-.794-.52-.945-.1-.107.584-.034 1.184-.052 1.775h-.506c.003-.867-.011-1.733.01-2.6z"/><path fill="#120102" opacity=".08" d="M0 23.439c.159.165.318.328.494.476L.645 24H0v-.561z"/><path fill="#190102" opacity=".11" d="M26.946 23.915c.17-.143.326-.3.483-.458V24h-.616l.133-.085z"/><path fill="#c20813" opacity=".86" d="M.494 23.915c1.754-.1 3.511-.027 5.266-.048 7.061.032 14.127-.066 21.186.048l-.133.085H.645l-.151-.085z"/></symbol><symbol viewBox="0 0 27 24" id="warning--width-restriction--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.426 0h.524c.277.189.51.435.673.728 4.257 7.414 8.565 14.8 12.805 22.224v.516c-.158.152-.315.306-.485.444-6.968-.107-13.939-.015-20.909-.045-1.846.021-3.692-.051-5.536.047A8.066 8.066 0 0 1 0 23.45v-.433c4.144-7.34 8.429-14.603 12.608-21.924.218-.403.49-.775.819-1.093M3.545 21.592c6.786.005 13.573.004 20.359.001-3.393-5.877-6.782-11.756-10.181-17.63-3.396 5.874-6.79 11.749-10.177 17.628z"/><path fill="#fff" d="M3.545 21.592c3.387-5.879 6.782-11.755 10.177-17.628 3.4 5.874 6.789 11.753 10.181 17.63-6.786.003-13.573.004-20.359-.001m6.702-9.25a66.97 66.97 0 0 0 .134 6.383h6.686c.143-2.117.195-4.24.136-6.361-.008-.306-.314-.514-.603-.491-1.877-.016-3.755-.003-5.631-.005-.31-.03-.702.115-.721.475m-4.008 6.52c-.38.532-.208 1.21-.24 1.817h3.433v-4.479c-.536.005-1.072-.026-1.607.014-.602.832-1.037 1.779-1.585 2.648m11.775-2.663l.001 4.48h3.431c.318-1.74-1.105-3.012-1.779-4.475-.551-.007-1.103-.004-1.654-.005M9.869 17.84c-.059.961.214 1.876.348 2.814.293.041.591.022.886.012.026-.321.034-.643.044-.965 1.717.004 3.435.004 5.152 0 .011.325.025.65.052.975.311 0 .621-.004.931-.026.007-.277.014-.553.025-.828.362-.592.197-1.326.269-1.986l-.259-.178c-.025.425-.049.852-.071 1.278h-7.045c-.022-.428-.048-.854-.071-1.282l-.261.187z"/><path fill="#fff" d="M10.62 14.774c.038-.857-.147-1.805.086-2.607 2.038-.048 4.081-.036 6.121-.003.021.872.027 1.744-.005 2.617-1.186.045-2.374.01-3.562.022-.361-.857-1.574-.83-1.938.01a40.161 40.161 0 0 1-.702-.038zM10.652 15.951c2.049-.007 4.099-.016 6.148.005.007.409.007.819-.001 1.227-2.052.007-4.103.01-6.155-.001-.004-.41-.005-.821.008-1.232zM10.542 17.685c.411-.011.823-.011 1.234-.005l.007.531a18.34 18.34 0 0 1-1.241 0v-.525zM15.66 17.697a15.5 15.5 0 0 1 1.238-.018c.003.178.003.357.001.535-.414.01-.828.01-1.241-.005-.001-.171-.001-.341.001-.512z"/><path d="M10.246 12.343c.019-.359.411-.505.721-.475 1.876.003 3.754-.011 5.631.005.289-.023.595.185.603.491.059 2.12.007 4.243-.136 6.361h-6.686a66.31 66.31 0 0 1-.134-6.383m.375 2.432c.233.015.468.027.702.038.363-.839 1.577-.867 1.938-.01 1.188-.012 2.375.023 3.562-.022.033-.872.026-1.744.005-2.617a154.198 154.198 0 0 0-6.121.003c-.233.802-.048 1.75-.086 2.607m.032 1.178c-.014.41-.012.821-.008 1.232 2.052.011 4.103.008 6.155.001.008-.409.008-.819.001-1.227-2.049-.022-4.099-.012-6.148-.005m-.11 1.733v.525c.414.014.828.014 1.241 0-.001-.177-.004-.354-.007-.531a33.843 33.843 0 0 0-1.234.005m5.118.013c-.003.17-.003.34-.001.512.413.015.827.015 1.241.005.001-.178.001-.357-.001-.535a15.486 15.486 0 0 0-1.238.018zM6.239 18.864c.549-.869.983-1.816 1.585-2.648.535-.04 1.071-.008 1.607-.014v4.479H5.998c.032-.608-.14-1.285.24-1.817zM18.015 16.201c.551.001 1.103-.001 1.654.005.673 1.463 2.097 2.735 1.779 4.475h-3.431l-.001-4.48z"/><path d="M9.869 17.84l.261-.187c.023.428.049.854.071 1.282h7.045c.022-.427.047-.853.071-1.278l.259.178c-.071.66.093 1.393-.269 1.986-.011.276-.018.551-.025.828-.31.022-.62.026-.931.026-.027-.325-.041-.65-.052-.975-1.717.004-3.435.004-5.152 0-.01.322-.018.645-.044.965-.295.01-.592.029-.886-.012-.134-.938-.407-1.853-.348-2.814z"/><path fill="#120102" opacity=".08" d="M0 23.45c.162.159.324.318.498.464L.646 24H0v-.55z"/><path fill="#190102" opacity=".11" d="M26.943 23.912c.17-.139.328-.292.485-.444V24h-.614l.129-.088z"/><path fill="#c20813" opacity=".86" d="M.498 23.914c1.845-.097 3.691-.026 5.536-.047 6.97.03 13.941-.062 20.909.045l-.129.088H.646l-.148-.086z"/></symbol><symbol viewBox="0 0 24 24" id="warning--width-restriction--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.202.408c.672-.199 1.411.036 1.89.536 3.377 3.223 6.756 6.445 10.127 9.676.725.652.736 1.883.042 2.56l-9.715 9.725c-.667.722-1.903.828-2.632.14-3.44-3.278-6.876-6.564-10.312-9.847-.728-.678-.676-1.922.042-2.588 3.134-3.148 6.282-6.281 9.42-9.425.323-.328.679-.66 1.138-.776m.122.255c-.43.1-.762.41-1.066.714C7.126 4.524 3.974 7.653.846 10.805c-.616.559-.671 1.619-.048 2.194 3.416 3.26 6.829 6.527 10.243 9.79.593.605 1.654.576 2.238-.023 3.247-3.235 6.484-6.484 9.728-9.72.624-.575.659-1.652.014-2.226-3.366-3.234-6.75-6.45-10.123-9.676-.402-.414-1.008-.631-1.576-.48z"/><path fill="#231f20" d="M11.196 1.112c.646-.211 1.375 0 1.842.485 3.155 3.006 6.306 6.017 9.454 9.031.744.638.754 1.877.046 2.546-3.038 3.043-6.08 6.083-9.124 9.121-.756.773-2.098.64-2.76-.19-3.116-3.005-6.264-5.977-9.383-8.98-.701-.671-.606-1.878.098-2.512 2.894-2.908 5.802-5.802 8.699-8.706.326-.325.668-.673 1.128-.797m.118.371c-.368.103-.644.384-.91.643C7.49 5.051 4.558 7.96 1.648 10.89c-.823.702-.438 1.925.388 2.44 3.055 2.904 6.091 5.828 9.148 8.73.553.54 1.507.457 2.018-.098l9.06-9.061c.557-.527.547-1.498-.044-1.993-3.122-2.999-6.259-5.982-9.386-8.976-.38-.407-.972-.62-1.517-.45z"/><path fill="#231f20" d="M6.811 10.458c.158-1.24 1.313-2.435 2.632-2.022 1.434.462 1.602 2.538.452 3.407 1.204.646 1.272 2.485.167 3.257-.628.467-1.507.487-2.22.22-.714-.283-.996-1.064-1.177-1.748.462-.116.925-.229 1.387-.341.017.58.728 1.398 1.168.658.474-.888-.535-1.409-1.3-1.284-.006-.408-.007-.816-.006-1.224.52-.168 1.126-.394 1.322-.958.172-.328-.236-.779-.565-.572-.323.216-.442.611-.602.943a45.68 45.68 0 0 1-1.258-.335zM17.31 12.528c.824-.816 1.642-1.638 2.477-2.443.427 1.596.45 3.305.017 4.902-.832-.818-1.663-1.638-2.494-2.459zM4.068 10.087c.832.809 1.662 1.62 2.472 2.453-.839.806-1.657 1.634-2.492 2.446a9.418 9.418 0 0 1 .02-4.898zM12.32 10.818c.636-.287 1.452-.338 1.991.175.856-.718 2.506-.526 2.804.682.098 1.166.016 2.346.038 3.517h-1.217c-.042-1.045.059-2.1-.052-3.139-.138-.571-1.039-.35-1.031.186-.04.983 0 1.968-.016 2.952-.416.001-.832.002-1.248.001-.026-1.02.046-2.045-.035-3.061-.09-.527-.974-.523-1.01.032-.054 1.007-.001 2.017-.022 3.026-.408.004-.816.004-1.224 0 .001-1.478-.001-2.957.001-4.434.34 0 .682.006 1.019.062z"/><path fill="#fff100" d="M11.324.664c.568-.151 1.174.066 1.576.48 3.373 3.226 6.757 6.442 10.123 9.676.644.574.61 1.651-.014 2.226-3.245 3.236-6.481 6.485-9.728 9.72-.584.599-1.645.628-2.238.023C7.629 19.526 4.216 16.26.8 12.999c-.623-.575-.568-1.634.048-2.194 3.127-3.152 6.28-6.281 9.412-9.427.304-.304.636-.614 1.066-.714m-.13.448c-.46.124-.802.472-1.128.797-2.897 2.904-5.804 5.798-8.699 8.706-.704.634-.799 1.841-.098 2.512 3.119 3.002 6.266 5.975 9.383 8.98.662.829 2.004.962 2.76.19 3.043-3.038 6.085-6.078 9.124-9.121.708-.67.698-1.908-.046-2.546a5365.257 5365.257 0 0 0-9.454-9.031c-.467-.485-1.196-.696-1.842-.485z"/><path fill="#fff100" d="M11.314 1.481c.545-.17 1.136.043 1.517.45 3.127 2.994 6.264 5.977 9.386 8.976.592.496.601 1.466.044 1.993l-9.06 9.061c-.511.556-1.465.638-2.018.098-3.056-2.902-6.092-5.826-9.148-8.73-.826-.515-1.211-1.738-.388-2.44 2.91-2.93 5.843-5.839 8.756-8.766.265-.259.541-.54.91-.643m-4.502 8.978c.418.118.836.229 1.258.335.161-.332.28-.727.602-.943.329-.206.737.245.565.572-.197.564-.803.79-1.322.958-.001.408 0 .816.006 1.224.764-.125 1.774.396 1.3 1.284-.439.74-1.151-.078-1.168-.658-.462.112-.925.224-1.387.341.181.684.463 1.465 1.177 1.748.713.268 1.592.247 2.22-.22 1.105-.772 1.037-2.611-.167-3.257 1.15-.869.982-2.945-.452-3.407-1.319-.413-2.473.782-2.632 2.022m10.499 2.071c.83.821 1.662 1.64 2.494 2.459.433-1.597.41-3.306-.017-4.902-.835.805-1.652 1.627-2.477 2.443M4.068 10.087a9.418 9.418 0 0 0-.02 4.898c.835-.811 1.654-1.639 2.492-2.446-.81-.833-1.64-1.644-2.472-2.453m8.252.732a6.205 6.205 0 0 0-1.019-.062c-.002 1.477 0 2.956-.001 4.434.408.004.816.004 1.224 0 .02-1.009-.032-2.02.022-3.026.036-.556.92-.559 1.01-.032.08 1.016.008 2.041.035 3.061.416.001.832 0 1.248-.001.016-.984-.024-1.969.016-2.952-.008-.536.893-.757 1.031-.186.11 1.039.01 2.094.052 3.139h1.217c-.023-1.171.06-2.351-.038-3.517-.299-1.207-1.949-1.399-2.804-.682-.539-.514-1.355-.462-1.991-.175z"/></symbol><symbol viewBox="0 0 24 24" id="warning--width-restriction--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#fd0" d="M11.724 0h.517c.536.228.902.694 1.309 1.09l9.361 9.36c.392.398.839.767 1.088 1.28v.503c-.209.518-.658.865-1.036 1.253-3.142 3.138-6.28 6.28-9.42 9.419-.398.392-.764.835-1.27 1.096h-.508c-.521-.204-.864-.658-1.253-1.034l-9.42-9.421c-.391-.4-.845-.76-1.094-1.273v-.512c.209-.514.65-.865 1.027-1.25 3.142-3.139 6.281-6.28 9.421-9.42.398-.392.766-.835 1.276-1.088m-.053.382c-.276.154-.481.402-.704.619C7.509 4.47 4.039 7.922.586 11.39c-.359.316-.364.906.004 1.217l10.804 10.804a.805.805 0 0 0 1.212-.004c3.6-3.601 7.207-7.198 10.806-10.801.362-.31.36-.9.005-1.216C19.842 7.802 16.252 4.23 12.672.646 12.426.374 12.019.2 11.67.384z"/><path fill="#fd0" d="M11.798.865c.244-.203.497.065.667.229 3.533 3.548 7.085 7.079 10.616 10.63a.406.406 0 0 1-.011.661c-3.58 3.583-7.166 7.159-10.746 10.741a.395.395 0 0 1-.653.002C8.071 19.526 4.461 15.93.87 12.321c-.305-.262.012-.595.223-.787C4.674 7.992 8.191 4.38 11.797.865M7.925 6.709c-.005 2.701-.001 5.404-.001 8.105 2.717.004 5.435.004 8.153 0-.001-2.701.005-5.404-.002-8.105.044-.338-.244-.65-.588-.608-2.323-.008-4.648-.007-6.971 0a.54.54 0 0 0-.59.608m-4.171 3.969c.282.29.569.576.847.869-.7.012-1.4.002-2.101.006l.002.888c.696.002 1.393-.01 2.089.008-.276.295-.563.581-.847.868.43.006.859.004 1.289.004.442-.439.882-.88 1.325-1.319-.439-.443-.876-.887-1.316-1.326a39.51 39.51 0 0 0-1.288.002m13.886 1.323c.442.438.882.88 1.325 1.319.43 0 .859.002 1.289-.004-.284-.287-.571-.572-.847-.868.696-.017 1.392-.006 2.088-.008.001-.296.004-.592.004-.888-.702-.004-1.404.006-2.105-.006.281-.293.568-.578.851-.869-.43-.01-.859-.007-1.288-.002-.44.44-.88.882-1.316 1.326m-9.649 3.021c.006.164.002.33-.01.496 2.677.005 5.354.005 8.032 0a7.46 7.46 0 0 1-.008-.496c-2.671.004-5.342.005-8.014 0m.01.901c-.053.589-.047 1.19-.004 1.782.184.335.685.158 1.001.182.403-.042.241-.554.287-.83.58.017 1.164-.04 1.741.023.432.313 1.01.508 1.518.247.616-.492 1.447-.191 2.167-.27.048.266-.097.653.182.815.349.012.787.132 1.08-.101.092-.604.064-1.235.017-1.844-.212-.298-.664-.152-.979-.164-.427.046-.254.594-.299.886-.58-.016-1.163.035-1.74-.019-.444-.287-1.013-.509-1.52-.234-.626.464-1.447.176-2.168.253-.044-.292.126-.838-.299-.886-.317.012-.764-.133-.984.161z"/><path d="M11.669.385c.349-.185.756-.011 1.002.262 3.58 3.583 7.17 7.156 10.745 10.744.355.316.358.906-.005 1.216-3.599 3.604-7.206 7.2-10.806 10.801a.805.805 0 0 1-1.212.004L.589 12.608c-.367-.311-.362-.901-.004-1.217 3.452-3.468 6.923-6.92 10.379-10.386.223-.217.428-.466.704-.619m.13.479C8.192 4.38 4.675 7.992 1.094 11.534c-.211.192-.528.526-.223.787 3.592 3.61 7.201 7.205 10.801 10.807.168.23.487.228.653-.002 3.58-3.582 7.166-7.158 10.746-10.741a.407.407 0 0 0 .011-.661c-3.532-3.551-7.084-7.081-10.616-10.63-.17-.164-.424-.432-.667-.229z"/><path d="M7.925 6.709c-.044-.341.245-.652.59-.608 2.323-.007 4.648-.008 6.971 0 .344-.042.632.27.588.608.007 2.701.001 5.404.002 8.105-2.718.004-5.436.004-8.153 0 0-2.701-.004-5.404.001-8.105zM3.755 10.678c.43-.01.859-.007 1.288-.002.44.439.877.883 1.316 1.326-.443.439-.883.88-1.325 1.319-.43 0-.859.002-1.289-.004.284-.287.571-.572.847-.868-.696-.018-1.393-.006-2.089-.008l-.002-.888c.701-.004 1.402.006 2.101-.006-.278-.293-.565-.578-.847-.869zM17.641 12.001c.437-.444.876-.886 1.316-1.326a39.51 39.51 0 0 1 1.288.002c-.283.29-.57.576-.851.869.701.012 1.403.002 2.105.006 0 .296-.002.592-.004.888-.696.002-1.392-.008-2.088.008.276.295.563.581.847.868-.43.006-.859.004-1.289.004-.443-.439-.883-.881-1.325-1.319zM7.993 15.022c2.671.005 5.342.004 8.014 0-.002.166 0 .33.008.496-2.677.005-5.354.005-8.032 0 .012-.166.016-.331.01-.496zM8.003 15.923c.22-.294.667-.149.984-.161.425.048.254.594.299.886.721-.077 1.542.211 2.168-.253.508-.275 1.076-.053 1.52.234.577.054 1.16.004 1.74.019.044-.292-.128-.84.299-.886.316.012.767-.133.979.164.047.61.076 1.241-.017 1.844-.293.233-.731.113-1.08.101-.28-.162-.134-.548-.182-.815-.72.079-1.552-.222-2.167.27-.508.26-1.086.066-1.518-.247-.577-.062-1.162-.006-1.741-.023-.046.276.116.788-.287.83-.316-.024-.817.152-1.001-.182a11.043 11.043 0 0 1 .004-1.782z"/></symbol><symbol viewBox="0 0 27 24" id="warning--wild-animals--g1" xmlns="http://www.w3.org/2000/svg"><path d="M13.067 0h.912c.32.108.628.266.852.526-.61-.42-1.374-.573-2.078-.3.105-.074.21-.15.314-.226zM14.379 7.076c.147-.228-.015-.646.321-.73.404.075.221.568.195.847-.46.658-1.039 1.228-1.524 1.87.307.054.797-.127.944.248.06.425-.448.371-.721.369.202.77.412 1.537.614 2.307 1.349.922 2.712 1.823 4.062 2.744.15.099.323.27.24.467-.276.655-.691 1.245-.958 1.903.049.517.7.7.854 1.184.301.873.66 1.729.925 2.614.036.389-.558.531-.701.173-.306-.744-.534-1.518-.843-2.26-.31-.404-.759-.683-1.224-.877-.287-.457-.305-1.045-.609-1.489-.989-.711-2.013-1.375-3.024-2.055-.247.145-.554.262-.828.11-.606-.3-1.201-.624-1.81-.918-.175.9-.296 1.812-.496 2.706-.133.394-.784.222-.703-.188.163-1.033.357-2.061.539-3.091.012-.259.323-.458.55-.306.511.249 1.011.519 1.51.792.166-.997.374-1.988.51-2.989-.429-.383-.948-.653-1.397-1.012-.243-.191-.096-.637.215-.641.574.03 1.142.141 1.714.195.008-.1.016-.199.026-.298-.367-.305-.79-.547-1.126-.888.085-.375.081-.958.468-1.125.398.156.056.63.019.922.229.172.458.343.687.517.052-.293-.039-.84.393-.858.424.022.322.532.303.818.286-.358.6-.694.875-1.061z"/><path d="M11.214 16.383c.114-.534.365-1.033.533-1.553.235.083.47.17.702.26-.133.435-.356.847-.437 1.294.225.749.569 1.461.769 2.217.031.403-.599.528-.716.139-.292-.782-.586-1.566-.851-2.357zM16.594 18.244c.285.093.517.283.742.473-.006.662.024 1.325-.011 1.986-.045.397-.683.392-.723-.004-.031-.817-.009-1.637-.008-2.455z"/><path d="M0 21.644c.512-1.033 1.059-2.071 1.746-2.997-.457.955-1.078 1.822-1.535 2.775-.5 1.125.454 2.54 1.683 2.498 7.805-.003 15.61.006 23.414-.005 1.278-.029 2.092-1.533 1.548-2.659.079.107.16.212.244.316v.94c-.197.702-.747 1.246-1.428 1.488H1.454A2.242 2.242 0 0 1 0 22.515v-.871z"/><path fill="#fff" d="M12.753.226c.704-.273 1.468-.12 2.078.3l.034.032c.344.574.649 1.173 1.047 1.712l.041.072c.426.873.912 1.724 1.459 2.528l.041.072a20.72 20.72 0 0 0 1.457 2.527l.041.073c.428.873.915 1.723 1.459 2.527l.041.072a21.01 21.01 0 0 0 1.459 2.528l.041.072a21.23 21.23 0 0 0 1.458 2.529l.041.072c.428.872.915 1.722 1.46 2.528l.041.072c.428.874.916 1.726 1.462 2.532.144.263.289.525.443.782.544 1.126-.27 2.63-1.548 2.659-7.804.011-15.609.002-23.414.005-1.229.042-2.183-1.373-1.683-2.498.457-.953 1.078-1.82 1.535-2.775l.046-.076a21.603 21.603 0 0 0 1.46-2.529l.041-.07a22.078 22.078 0 0 0 1.459-2.531l.041-.07a21.967 21.967 0 0 0 1.459-2.529l.041-.07c.54-.809 1.03-1.657 1.457-2.53l.041-.072A21.442 21.442 0 0 0 9.25 5.642l.041-.072a21.081 21.081 0 0 0 1.458-2.528l.043-.073c.678-.866.98-2.016 1.877-2.707l.084-.036m.488.235a1.525 1.525 0 0 0-1.016.768c-3.866 6.7-7.733 13.4-11.594 20.103-.586.919.165 2.277 1.26 2.245 7.772.005 15.545.004 23.317.001 1.099.035 1.852-1.327 1.264-2.248-3.858-6.704-7.729-13.402-11.593-20.103-.303-.578-.998-.912-1.638-.766z"/><path fill="#fff" d="M13.425 3.024c.235-.081.458.088.557.292 3.412 5.918 6.83 11.833 10.238 17.753.204.263.01.702-.334.68-6.861.011-13.723.001-20.585.005-.368.066-.643-.376-.42-.677C6.275 15.174 9.688 9.282 13.084 3.38c.088-.138.171-.307.341-.356m.954 4.052c-.275.367-.589.703-.875 1.061.019-.286.121-.796-.303-.818-.432.018-.341.565-.393.858-.229-.174-.458-.345-.687-.517.037-.292.379-.766-.019-.922-.387.167-.383.75-.468 1.125.336.341.759.583 1.126.888-.01.099-.018.198-.026.298-.572-.054-1.14-.165-1.714-.195-.311.004-.458.45-.215.641.449.359.968.629 1.397 1.012-.136 1.001-.344 1.992-.51 2.989a36.129 36.129 0 0 0-1.51-.792c-.227-.152-.538.047-.55.306-.182 1.03-.376 2.058-.539 3.091-.081.41.57.582.703.188.2-.894.321-1.806.496-2.706.609.294 1.204.618 1.81.918.274.152.581.035.828-.11 1.011.68 2.035 1.344 3.024 2.055.304.444.322 1.032.609 1.489.465.194.914.473 1.224.877.309.742.537 1.516.843 2.26.143.358.737.216.701-.173-.265-.885-.624-1.741-.925-2.614-.154-.484-.805-.667-.854-1.184.267-.658.682-1.248.958-1.903.083-.197-.09-.368-.24-.467-1.35-.921-2.713-1.822-4.062-2.744-.202-.77-.412-1.537-.614-2.307.273.002.781.056.721-.369-.147-.375-.637-.194-.944-.248.485-.642 1.064-1.212 1.524-1.87.026-.279.209-.772-.195-.847-.336.084-.174.502-.321.73m-3.165 9.307c.265.791.559 1.575.851 2.357.117.389.747.264.716-.139-.2-.756-.544-1.468-.769-2.217.081-.447.304-.859.437-1.294a24.56 24.56 0 0 0-.702-.26c-.168.52-.419 1.019-.533 1.553m5.38 1.861c-.001.818-.023 1.638.008 2.455.04.396.678.401.723.004.035-.661.005-1.324.011-1.986-.225-.19-.457-.38-.742-.473z"/><path fill="#434343" opacity=".83" d="M11.598 1.403c.264-.45.519-.998 1.071-1.141-.897.691-1.199 1.841-1.877 2.707.161-.573.532-1.047.806-1.566z"/><path fill="red" d="M13.241.461c.64-.146 1.335.188 1.638.766 3.864 6.701 7.735 13.399 11.593 20.103.588.921-.165 2.283-1.264 2.248-7.772.003-15.545.004-23.317-.001-1.095.032-1.846-1.326-1.26-2.245C4.492 14.629 8.359 7.929 12.225 1.229a1.525 1.525 0 0 1 1.016-.768m.184 2.563c-.17.049-.253.218-.341.356C9.688 9.282 6.275 15.174 2.881 21.077c-.223.301.052.743.42.677 6.862-.004 13.724.006 20.585-.005.344.022.538-.417.334-.68-3.408-5.92-6.826-11.835-10.238-17.753-.099-.204-.322-.373-.557-.292z"/><path fill="#444" opacity=".85" d="M14.865.558c.51.447.812 1.088 1.047 1.712-.398-.539-.703-1.138-1.047-1.712z"/><path fill="#424242" opacity=".83" d="M15.953 2.342a10.808 10.808 0 0 1 1.459 2.528 20.414 20.414 0 0 1-1.459-2.528zM17.453 4.942a10.74 10.74 0 0 1 1.457 2.527 20.72 20.72 0 0 1-1.457-2.527z"/><path fill="#414141" opacity=".83" d="M9.291 5.57c.367-.897.859-1.767 1.458-2.528A21.081 21.081 0 0 1 9.291 5.57zM23.45 15.342c.6.76 1.092 1.631 1.46 2.528a21.174 21.174 0 0 1-1.46-2.528zM24.951 17.942a10.77 10.77 0 0 1 1.462 2.532 20.948 20.948 0 0 1-1.462-2.532z"/><path fill="#404040" opacity=".83" d="M7.791 8.17c.365-.897.86-1.767 1.459-2.528A21.442 21.442 0 0 1 7.791 8.17zM6.293 10.772a10.43 10.43 0 0 1 1.457-2.53 21.903 21.903 0 0 1-1.457 2.53z"/><path fill="#414141" opacity=".83" d="M18.951 7.542c.6.761 1.09 1.632 1.459 2.527a21.055 21.055 0 0 1-1.459-2.527zM20.451 10.141a10.718 10.718 0 0 1 1.459 2.528 21.01 21.01 0 0 1-1.459-2.528zM21.951 12.741a10.633 10.633 0 0 1 1.458 2.529 21.23 21.23 0 0 1-1.458-2.529z"/><path fill="#3f3f3f" opacity=".82" d="M4.793 13.371a10.33 10.33 0 0 1 1.459-2.529c-.43.872-.917 1.722-1.459 2.529zM3.293 15.972c.362-.899.858-1.771 1.459-2.531a22.078 22.078 0 0 1-1.459 2.531zM1.792 18.571c.367-.896.857-1.771 1.46-2.529-.43.872-.916 1.723-1.46 2.529z"/></symbol><symbol viewBox="0 0 27 24" id="warning--wild-animals--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#ec1d24" d="M13.239 0h.673c.551.176 1.039.533 1.308 1.051a39630.97 39630.97 0 0 0 11.502 19.962c.146.259.278.525.396.799v.793A2.077 2.077 0 0 1 25.675 24H1.474c-.727-.174-1.27-.754-1.475-1.462v-.655c.119-.296.252-.586.41-.864C4.265 14.34 8.111 7.654 11.966.973c.266-.491.751-.807 1.273-.974M2.847 21.601c7.148.005 14.296.004 21.443 0-3.57-6.199-7.14-12.4-10.721-18.594C9.991 9.202 6.418 15.4 2.848 21.601z"/><path fill="#fff" d="M2.847 21.601C6.417 15.4 9.99 9.202 13.568 3.007c3.581 6.194 7.151 12.395 10.721 18.594-7.147.004-14.294.005-21.443 0M13.66 9.226c-.281.043-.563.073-.843.106-.045-.359-.088-.719-.153-1.074-.152.287-.156.613-.172.929a7.673 7.673 0 0 0-.582-.431c.19.389.477.715.696 1.087-.575-.043-.885-.548-1.28-.889-.104.902 1.018 1.024 1.436 1.614.613.781 1.498 1.462 2.553 1.318-.224.418-.447.835-.685 1.245-.681-.008-1.361.222-2.035.038-1.242-.256-2.712-.664-3.794.247-.595.34-.811 1.431-.053 1.698.21.485.567.872.903 1.268.339.438-.365.819-.195 1.249.904.392 1.285 1.368 1.854 2.11.018.454.43.617.824.654-.199-.735-.742-1.281-1.12-1.919.559.226.984.664 1.505.953-.064.165-.127.331-.193.495.188.287.331.601.438.927.127-.028.256-.056.385-.08-.292-.929-.043-1.928.439-2.744 1.052-.08 1.826-.873 2.762-1.269.325-.663-.766-.732-1.157-1.005.681-.639 1.127-1.504 1.46-2.366.412-.157.842-.262 1.287-.24.129-.203.249-.411.363-.624-.666-.316-1.242-.79-1.944-1.032.388-.233.777-.5.942-.944l-.384.144-.102-.446c-.065.224-.122.45-.178.677-.068-.29-.125-.586-.27-.852.098.556-.221 1.223-.869.895.537-.553.401-1.536-.332-1.841.142.4.61.879.263 1.295-.203.283-.559.016-.739-.159-.677-.645-.796-1.611-.919-2.487-.331.416-.134.975-.113 1.455z"/><path fill="#fff" d="M12.906 9.687c.268-.035.54-.053.809-.085.446.649 1.003 1.205 1.601 1.714-.334.008-.744.137-1.018-.117-.212-.506-.308-1.093-.786-1.437.075.377.231.731.35 1.094-.626-.018-.761-.708-.956-1.169zM11.313 16.02a7.356 7.356 0 0 0 1.965.392c-.047.312-.098.624-.156.934-.157.084-.306.183-.46.274.084.18.163.363.231.552-.062.244-.126.489-.205.729-.744-.56-1.684-.834-2.331-1.525.545-.263.894-.753.956-1.356zM13.679 17.413c.214-.377.343-.959.83-1.056.396.068.778.188 1.172.267-.631.348-1.295.637-2.001.789z"/><path d="M13.66 9.226c-.022-.48-.218-1.039.113-1.455.123.876.243 1.841.919 2.487.18.175.536.442.739.159.347-.416-.121-.895-.263-1.295.734.305.869 1.288.332 1.841.648.328.967-.339.869-.895.145.266.202.561.27.852.056-.226.113-.453.178-.677l.102.446a47.9 47.9 0 0 0 .384-.144c-.165.443-.555.711-.942.944.702.241 1.279.716 1.944 1.032-.114.213-.235.42-.363.624-.445-.022-.875.083-1.287.24-.334.862-.78 1.727-1.46 2.366.391.273 1.482.342 1.157 1.005-.936.396-1.71 1.189-2.762 1.269-.483.816-.731 1.816-.439 2.744-.129.024-.258.052-.385.08a3.858 3.858 0 0 0-.438-.927l.193-.495c-.521-.289-.946-.727-1.505-.953.378.637.921 1.184 1.12 1.919-.395-.037-.807-.199-.824-.654-.568-.742-.949-1.718-1.854-2.11-.169-.43.534-.811.195-1.249-.336-.396-.693-.782-.903-1.268-.758-.267-.542-1.357.053-1.698 1.082-.911 2.552-.503 3.794-.247.674.184 1.355-.046 2.035-.038.237-.409.461-.827.685-1.245-1.055.144-1.94-.537-2.553-1.318-.418-.59-1.54-.712-1.436-1.614.395.342.705.846 1.28.889-.218-.373-.506-.698-.696-1.087.202.133.393.281.582.431.016-.316.02-.641.172-.929.065.355.108.715.153 1.074.281-.033.563-.062.843-.106m-.756.463c.195.461.329 1.151.956 1.169-.119-.363-.275-.717-.35-1.094.479.344.575.932.786 1.437.274.254.685.125 1.018.117-.598-.508-1.155-1.064-1.601-1.714-.27.033-.541.05-.809.085m-1.593 6.333a1.664 1.664 0 0 1-.956 1.356c.647.692 1.586.965 2.331 1.525.079-.24.142-.485.205-.729a6.362 6.362 0 0 0-.231-.552c.153-.091.302-.19.46-.274.058-.311.108-.622.156-.934a7.356 7.356 0 0 1-1.965-.392m2.366 1.393c.706-.152 1.371-.441 2.001-.789-.393-.079-.776-.199-1.172-.267-.487.098-.616.679-.83 1.056z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.705 0h.566c.277.136.536.307.757.524 3.238 3.245 6.48 6.484 9.722 9.725.448.458.967.874 1.249 1.465v.542a2.634 2.634 0 0 1-.476.7c-3.284 3.278-6.564 6.562-9.845 9.842-.44.428-.835.929-1.4 1.201h-.532a2.464 2.464 0 0 1-.707-.474c-3.278-3.284-6.56-6.564-9.842-9.845-.425-.437-.917-.83-1.198-1.385v-.574c.268-.602.797-1.016 1.246-1.477 3.221-3.221 6.444-6.439 9.66-9.665.234-.234.504-.428.799-.581m-.018.31c-.21.084-.378.241-.539.395C7.632 4.232 4.102 7.746.586 11.273c-.404.355-.454 1.012-.049 1.386 3.575 3.588 7.163 7.164 10.741 10.747.349.41 1.007.461 1.379.053 3.588-3.572 7.162-7.162 10.746-10.739a.957.957 0 0 0 .01-1.445C19.875 7.729 16.327 4.191 12.788.645c-.275-.29-.703-.514-1.102-.337z"/><path d="M11.686.308c.398-.176.827.047 1.102.337 3.539 3.546 7.087 7.084 10.625 10.63a.957.957 0 0 1-.01 1.445c-3.584 3.577-7.158 7.166-10.746 10.739-.372.408-1.03.358-1.379-.053C7.7 19.823 4.112 16.247.537 12.659c-.404-.374-.355-1.031.049-1.386C4.102 7.746 7.632 4.233 11.147.703c.161-.154.329-.311.539-.395m.124.456C8.179 4.245 4.681 7.882 1.092 11.414c-.3.232-.55.688-.172.978 3.559 3.565 7.123 7.126 10.686 10.688a.498.498 0 0 0 .786-.001c3.563-3.562 7.127-7.123 10.686-10.69.295-.23.22-.638-.054-.85-3.499-3.504-7.004-7.001-10.501-10.506-.185-.178-.439-.422-.713-.27z"/><path d="M12.676 6.281c-.042-.596-.191-1.248.116-1.8.148 1.192.257 2.663 1.494 3.254.79-.136.388-1.12.221-1.615.845.332.698 1.43.202 2.003.32.139.706.269 1.021.041.134-.346.098-.727.148-1.088.128.302.193.626.306.936.031-.305.047-.611.09-.913.113.365.134.748.133 1.127.121-.121.362-.365.484-.486-.133.575-.686.774-1.141 1.025.738.304 1.496.613 2.136 1.096.089 1.216-1.67.293-1.922 1.291-.28.99-.805 1.873-1.368 2.725.431.223.989.341 1.255.78.083.533-.472.835-.87 1.046-.78.378-1.487.962-2.374 1.068-.281 1.003-1.164 2.099-.344 3.083-.223.002-.448 0-.671-.008-.097-.508-.346-1.009-.2-1.534-.586-.258-1.093-.646-1.622-.997.316.726 1.055 1.237 1.109 2.072-.208-.064-.539.044-.637-.209-.312-.732-.922-1.274-1.279-1.981-.181-.439-.7-.5-1.019-.797-.386-.524.704-.99.204-1.505-.658-.571-.88-1.464-1.526-2.03-.148-1.085.653-2.135 1.703-2.365 1.249-.289 2.441.365 3.682.364.608.011 1.208-.107 1.816-.144.305-.545.602-1.094.918-1.634-.763.008-1.616.077-2.233-.469-.641-.364-.858-1.196-1.583-1.43-.523-.252-.932-.786-.898-1.386.403.457.736 1.026 1.35 1.228l.061-.439c-.329-.21-.656-.467-.71-.883.238.12.467.257.69.401a6.847 6.847 0 0 1 .04-1.032c.2.373.271.794.346 1.206.292.008.584.01.876.002m-.889.369c-.136.728.487 1.21 1.012 1.58-.026-.476-.186-.928-.306-1.386.648.262.568 1.043.581 1.612.511.257 1.096.241 1.651.202a6.698 6.698 0 0 1-1.964-2.01c-.324.004-.649.004-.973.002m-1.628 7.728c-.212.69-.532 1.35-1.082 1.835.86.542 1.73 1.07 2.579 1.634.09-.299.172-.6.246-.902-.065-.18-.305-.385-.094-.554.392-.438.667-1.103.482-1.673-.724-.022-1.446-.091-2.131-.34m3.272.345c-.262.396-.382.863-.515 1.313.757-.2 1.429-.635 2.004-1.158-.491-.067-.995-.262-1.489-.155z"/><path fill="#fee011" d="M11.81.764c.274-.152.528.092.713.27 3.497 3.505 7.002 7.002 10.501 10.506.274.211.349.619.054.85-3.559 3.566-7.123 7.128-10.686 10.69a.498.498 0 0 1-.786.001C8.043 19.518 4.479 15.958.92 12.393c-.378-.29-.128-.746.172-.978C4.681 7.883 8.179 4.246 11.81.765m.866 5.516c-.292.007-.584.006-.876-.002-.074-.412-.145-.833-.346-1.206a6.847 6.847 0 0 0-.04 1.032 7.51 7.51 0 0 0-.69-.401c.054.416.382.673.71.883l-.061.439c-.614-.202-.947-.77-1.35-1.228-.035.6.374 1.134.898 1.386.725.234.942 1.067 1.583 1.43.617.546 1.47.478 2.233.469-.316.54-.613 1.09-.918 1.634-.607.037-1.207.155-1.816.144-1.241.001-2.432-.653-3.682-.364-1.05.23-1.85 1.28-1.703 2.365.647.566.869 1.459 1.526 2.03.5.515-.59.98-.204 1.505.319.296.838.358 1.019.797.358.707.967 1.249 1.279 1.981.098.253.43.145.637.209-.054-.835-.793-1.346-1.109-2.072.529.352 1.037.739 1.622.997-.145.524.103 1.026.2 1.534.223.008.448.011.671.008-.82-.984.064-2.08.344-3.083.887-.106 1.594-.69 2.374-1.068.398-.211.953-.514.87-1.046-.266-.439-.824-.557-1.255-.78.563-.852 1.088-1.735 1.368-2.725.252-.998 2.011-.076 1.922-1.291-.64-.482-1.398-.792-2.136-1.096.455-.251 1.008-.45 1.141-1.025-.121.121-.362.365-.484.486.001-.379-.02-.762-.133-1.127-.043.302-.059.608-.09.913-.113-.31-.178-.634-.306-.936-.049.361-.013.743-.148 1.088-.316.228-.701.098-1.021-.041.497-.572.643-1.67-.202-2.003.167.496.569 1.48-.221 1.615-1.237-.592-1.346-2.063-1.494-3.254-.307.552-.158 1.204-.116 1.8z"/><path fill="#fee011" d="M11.791 6.653c.324.001.649.001.973-.002a6.698 6.698 0 0 0 1.964 2.01c-.556.04-1.14.055-1.651-.202-.013-.569.067-1.35-.581-1.612.12.458.28.91.306 1.386-.524-.371-1.147-.852-1.012-1.58zM10.164 14.381c.685.248 1.408.318 2.131.34.185.57-.09 1.235-.482 1.673-.211.169.029.374.094.554-.074.302-.156.604-.246.902-.848-.564-1.718-1.092-2.579-1.634.551-.485.87-1.145 1.082-1.835zM13.436 14.726c.494-.107.998.088 1.489.155-.575.523-1.247.958-2.004 1.158.133-.45.253-.917.515-1.313z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.201.408c.673-.199 1.411.037 1.891.536 3.377 3.223 6.756 6.445 10.127 9.676.809.721.692 2.084-.134 2.744-3.21 3.19-6.396 6.404-9.602 9.598-.691.703-1.931.74-2.63.029-3.414-3.266-6.836-6.527-10.249-9.793-.73-.679-.674-1.922.042-2.59 3.155-3.166 6.322-6.32 9.48-9.484.305-.307.647-.607 1.076-.716m.124.256c-.431.1-.763.412-1.067.714C7.126 4.526 3.973 7.653.846 10.805c-.614.559-.671 1.619-.048 2.192 3.416 3.262 6.829 6.528 10.244 9.791.592.605 1.654.577 2.239-.022 3.246-3.238 6.482-6.484 9.727-9.722.623-.575.658-1.651.013-2.225-3.365-3.234-6.749-6.451-10.123-9.677-.402-.412-1.006-.63-1.573-.479z"/><path fill="#231f20" d="M11.195 1.114c.647-.209 1.376-.004 1.843.484 3.155 3.007 6.307 6.017 9.452 9.031.744.64.756 1.878.046 2.546a7131.253 7131.253 0 0 1-9.122 9.121c-.682.689-1.9.69-2.572-.013-3.182-3.059-6.389-6.095-9.57-9.156-.676-.647-.624-1.812.04-2.449 2.887-2.915 5.801-5.803 8.696-8.71.346-.344.701-.72 1.187-.854m.119.37c-.395.113-.685.421-.971.7-2.91 2.93-5.851 5.831-8.753 8.77-.734.682-.385 1.825.382 2.318 3.055 2.903 6.096 5.822 9.146 8.731.551.582 1.549.545 2.082-.043 3.022-3.019 6.042-6.04 9.061-9.061.556-.526.546-1.495-.044-1.992-3.122-2.999-6.259-5.982-9.386-8.975-.382-.406-.971-.624-1.517-.448z"/><path fill="#231f20" d="M9.528 6.893c.469-.148.745-.572 1.134-.842-.097.186-.205.366-.312.547.127.125.254.25.383.374-.593.013-1.301.167-1.44.846.316.005.63.004.946.011-.224.149-.455.29-.684.432.337.862.433 1.873 1.103 2.563.6.485 1.376.876 2.167.731.713.098 1.188.716 1.675 1.186-.35.749.058 1.505.697 1.922-.05.662.311 1.247.631 1.795.272.42.848.71.83 1.27-.566.05-.878-.539-1.196-.912-.481-.565-.66-1.315-1.092-1.904-.636-.35-1.408-.552-1.699-1.303-1.282-.703-2.857-.486-4.248-.887.482.439 1.108.656 1.678.953l.181.779c-1.012-.247-1.676-1.188-2.626-1.597-.278-.094-.791-.559-.336-.757.584-.025 1.17-.023 1.752-.098-.328-.779.114-1.606-.181-2.401.036-.856-1.332-.481-1.418-1.234.798-.174 2.012-.559 1.786-1.616.06-.073.182-.217.244-.289l.026.433z"/><path fill="#fff100" d="M11.326.664c.568-.151 1.171.067 1.573.479 3.374 3.226 6.758 6.443 10.123 9.677.644.574.61 1.65-.013 2.225-3.245 3.239-6.481 6.485-9.727 9.722-.586.599-1.648.626-2.239.022C7.628 19.526 4.215 16.26.799 12.998c-.623-.574-.566-1.633.048-2.192 3.127-3.152 6.28-6.28 9.413-9.427.304-.302.636-.614 1.067-.714m-.132.449c-.486.134-.841.51-1.187.854-2.896 2.906-5.809 5.795-8.696 8.71-.664.637-.715 1.802-.04 2.449 3.181 3.061 6.388 6.097 9.57 9.156.672.703 1.89.702 2.572.013 3.043-3.038 6.085-6.078 9.122-9.121.71-.668.698-1.907-.046-2.546a5050.857 5050.857 0 0 0-9.452-9.031c-.467-.487-1.196-.692-1.843-.484z"/><path fill="#fff100" d="M11.314 1.484c.546-.176 1.135.042 1.517.448 3.127 2.993 6.264 5.976 9.386 8.975.59.497.6 1.466.044 1.992-3.019 3.022-6.04 6.042-9.061 9.061-.533.588-1.531.625-2.082.043-3.05-2.909-6.091-5.828-9.146-8.731-.767-.493-1.116-1.637-.382-2.318 2.902-2.939 5.843-5.839 8.753-8.77.286-.278.576-.587.971-.7M9.528 6.893l-.026-.433c-.061.072-.184.216-.244.289.227 1.057-.988 1.442-1.786 1.616.086.752 1.454.378 1.418 1.234.295.796-.146 1.622.181 2.401-.582.076-1.168.073-1.752.098-.455.198.058.664.336.757.949.409 1.614 1.35 2.626 1.597l-.181-.779c-.57-.296-1.195-.514-1.678-.953 1.391.401 2.966.184 4.248.887.292.751 1.063.953 1.699 1.303.432.589.611 1.339 1.092 1.904.318.373.63.962 1.196.912.018-.559-.558-.85-.83-1.27-.32-.548-.682-1.133-.631-1.795-.64-.418-1.048-1.174-.697-1.922-.487-.469-.962-1.087-1.675-1.186-.791.145-1.567-.246-2.167-.731-.67-.69-.766-1.702-1.103-2.563.229-.142.46-.283.684-.432-.316-.007-.63-.006-.946-.011.139-.679.847-.833 1.44-.846l-.383-.374c.107-.181.215-.361.312-.547-.389.27-.665.695-1.134.842z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g5" xmlns="http://www.w3.org/2000/svg"><path fill="#fcdc0f" d="M11.849 0h.299c.634.47 1.132 1.091 1.704 1.628C17.228 5.034 20.664 8.382 24 11.823v.36a888.75 888.75 0 0 1-11.807 11.816h-.353c-.612-.491-1.122-1.092-1.688-1.632C6.776 18.96 3.335 15.613 0 12.169v-.306c.485-.624 1.093-1.136 1.637-1.708C5.051 6.781 8.391 3.325 11.849-.002M.587 12.011c3.814 3.797 7.609 7.614 11.424 11.408 3.809-3.8 7.607-7.61 11.418-11.408-3.8-3.814-7.615-7.615-11.419-11.425A11185.9 11185.9 0 0 0 .587 12.011z"/><path fill="#fcdc0f" d="M11.556 1.834c.479-.234 1.042-.025 1.378.352 2.981 2.981 5.963 5.959 8.941 8.942.492.42.545 1.236.064 1.685-3.04 3.043-6.08 6.088-9.126 9.125-.424.454-1.196.45-1.616-.007a8725.33 8725.33 0 0 1-9.127-9.126c-.47-.445-.419-1.25.064-1.667 2.857-2.864 5.723-5.722 8.58-8.585.265-.256.506-.556.844-.719m1.941 3.141c-.108-.173-.25-.319-.371-.482-.132.406.059 1.036-.395 1.262-.066-.24-.055-.523-.252-.704-.311.588.156 1.13.398 1.64-.113.014-.337.046-.449.061.107.24.236.47.398.678.042.72.247 1.5-.098 2.178-.413.79-1.243 1.192-1.964 1.645-.587.245-1.279.224-1.78.667-.47-.07-.575-.517-.653-.913-.74.425-.191 1.264.508 1.276-.217.553.008 1.108.146 1.644.04.694-.6 1.136-.907 1.69-.019.6.247 1.314-.295 1.771l.034.416c.749-.224.949-1.036.914-1.729.209-1.286 1.994-1.325 2.262-2.556 1.495-.907 3.409-.959 4.754-2.171.18.661-.416 1.124-.304 1.741.256-.272.594-.5.757-.842a2.016 2.016 0 0 1 .33-1.36c-.096-.168-.199-.33-.298-.496-.424.092-.846.194-1.267.296-.089-.527-.35-.992-.594-1.459.058-.384.028-.77.006-1.156a1.12 1.12 0 0 0 .93-1.033c-.646.122-1.218-.263-1.86-.22-.686-.217-.176-1.09.331-1.195.524-.115.796-.724.475-1.171-.103.215-.191.436-.286.655-.038-.32-.094-.644-.244-.935-.143.245-.187.526-.229.8z"/><path d="M.587 12.011A11185.9 11185.9 0 0 1 12.01.586c3.804 3.81 7.619 7.612 11.419 11.425-3.811 3.798-7.609 7.608-11.418 11.408-3.815-3.794-7.61-7.612-11.424-11.408M11.556 1.834c-.337.163-.578.463-.844.719-2.857 2.863-5.723 5.72-8.58 8.585-.482.416-.534 1.222-.064 1.667a8725.33 8725.33 0 0 0 9.127 9.126c.42.457 1.193.461 1.616.007 3.046-3.037 6.086-6.082 9.126-9.125.481-.449.428-1.265-.064-1.685-2.978-2.983-5.96-5.962-8.941-8.942-.336-.377-.899-.586-1.378-.352z"/><path d="M13.499 4.975c.042-.275.086-.556.229-.8.15.29.205.614.244.935.095-.22.182-.44.286-.655.32.448.049 1.056-.475 1.171-.508.106-1.018.978-.331 1.195.642-.043 1.214.342 1.86.22-.044.522-.41.946-.93 1.033.022.385.052.772-.006 1.156.244.467.505.932.594 1.459.421-.102.844-.204 1.267-.296.098.166.202.328.298.496a2.016 2.016 0 0 0-.33 1.36c-.163.342-.502.57-.757.842-.113-.617.484-1.08.304-1.741-1.345 1.212-3.259 1.264-4.754 2.171-.268 1.231-2.053 1.27-2.262 2.556.035.694-.166 1.505-.914 1.729a58.264 58.264 0 0 0-.034-.416c.542-.457.276-1.171.295-1.771.307-.553.947-.996.907-1.69-.138-.536-.364-1.091-.146-1.644-.698-.012-1.248-.851-.508-1.276.078.396.182.844.653.913.5-.443 1.193-.422 1.78-.667.721-.454 1.552-.856 1.964-1.645.346-.678.14-1.458.098-2.178a3.207 3.207 0 0 1-.398-.678c.112-.016.336-.047.449-.061-.242-.51-.709-1.052-.398-1.64.197.181.186.464.252.704.454-.227.263-.857.395-1.262.121.163.263.31.371.482z"/></symbol><symbol viewBox="0 0 27 24" id="warning--wild-animals--g6" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.439 0h.503c.284.182.52.432.683.728 4.256 7.415 8.563 14.8 12.804 22.224v.505c-.155.16-.315.315-.484.461-1.849-.104-3.7-.029-5.55-.051-6.961.022-13.924-.045-20.884.034-.189-.126-.35-.289-.51-.45v-.436c4.162-7.369 8.463-14.662 12.66-22.013.202-.376.462-.716.779-1.003M3.547 21.592c6.786.005 13.57.005 20.356.001-3.39-5.878-6.78-11.756-10.18-17.628-3.396 5.872-6.791 11.748-10.176 17.627z"/><path fill="#fff" d="M3.547 21.592c3.385-5.879 6.78-11.755 10.176-17.627 3.4 5.872 6.79 11.75 10.18 17.628-6.786.004-13.57.004-20.356-.001m8.258-10.213c.252.206.52.389.787.575-.513.299-1.07.2-1.594-.021.398.232.827.61 1.311.369.664-.326 1.374.425 1.995-.049.335-.241.746-.261 1.138-.166-.335.23-.754.287-1.066.557.237.086.469.187.712.261-.373.794-1.304.077-1.835.621-.783.697-1.795 1.026-2.81 1.196-.701.133-1.23 1.09-1.989.701l.001-.586c-.197.278-.586.761-.185 1.038.241-.005.477-.062.715-.101.066.595.103 1.196-.103 1.771-.355.236-.725.446-1.107.636-.276.679-.672 1.365-1.359 1.694-.373.123-.229.554-.261.853.986-.374 1.201-1.55 2.013-2.124.358-.117.747-.126 1.094-.284.686-.295.815-1.271 1.609-1.4.658-.08 1.33-.026 1.987-.134l.269.218c.768-.001 1.506-.196 2.22-.464-.107.355-.235.704-.379 1.046-.333.144-.665.295-1.008.418a4.738 4.738 0 0 1-.088.47c.402-.214.843-.369 1.214-.636.306-.525.586-1.072.824-1.632-.171-.215-.468-.148-.706-.195.155-.778 1.227-.909 1.208-1.758.01-.82-.034-1.954 1.056-2.038l-.089-.333c-1.056.027-2.054-.396-3.112-.318-.834-.377-1.664.413-2.466-.184z"/><path fill="#fff" d="M12.907 11.868c.439-.129.978-.235 1.308.173-.447.204-.9.025-1.308-.173z"/><path d="M11.805 11.379c.802.597 1.632-.193 2.466.184 1.057-.078 2.056.346 3.112.318l.089.333c-1.09.084-1.046 1.218-1.056 2.038.019.849-1.053.981-1.208 1.758.239.047.535-.021.706.195-.239.56-.518 1.107-.824 1.632-.37.267-.812.422-1.214.636.037-.156.067-.313.088-.47.343-.123.675-.274 1.008-.418.144-.343.272-.691.379-1.046-.715.267-1.452.462-2.22.464a31.735 31.735 0 0 0-.269-.218c-.657.108-1.329.055-1.987.134-.794.129-.923 1.105-1.609 1.4-.347.158-.736.167-1.094.284-.812.575-1.027 1.75-2.013 2.124.032-.299-.112-.73.261-.853.687-.329 1.083-1.015 1.359-1.694.381-.191.752-.4 1.107-.636.206-.575.169-1.175.103-1.771-.237.04-.473.096-.715.101-.4-.277-.012-.76.185-1.038l-.001.586c.758.389 1.288-.568 1.989-.701 1.015-.17 2.027-.499 2.81-1.196.531-.544 1.462.173 1.835-.621-.243-.074-.475-.174-.712-.261.311-.27.731-.326 1.066-.557-.392-.095-.804-.075-1.138.166-.621.475-1.332-.277-1.995.049-.484.241-.913-.137-1.311-.369.524.221 1.081.32 1.594.021-.267-.185-.535-.369-.787-.575m1.098.49c.409.197.861.377 1.308.173-.331-.407-.869-.302-1.308-.173z"/><path fill="#120102" opacity=".08" d="M0 23.451c.16.16.321.324.51.45L.659 24h-.66v-.549z"/><path fill="#190102" opacity=".11" d="M26.944 23.918c.169-.145.329-.3.484-.461V24h-.619l.134-.082z"/><path fill="#c20813" opacity=".86" d="M.51 23.901c6.96-.08 13.923-.012 20.884-.034 1.85.022 3.701-.053 5.55.051L26.81 24H.66l-.149-.099z"/></symbol><symbol viewBox="0 0 27 24" id="warning--wild-animals--g7" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd90f" d="M13.227.235c.518-.136 1.053.178 1.295.633 4.086 7.08 8.18 14.156 12.262 21.239.469.705-.13 1.749-.976 1.686-8.205 0-16.411.002-24.616-.001-.527.026-1.038-.363-1.119-.89-.112-.539.257-.992.501-1.434 3.894-6.74 7.789-13.48 11.678-20.223.23-.408.474-.899.975-1.01m.111.303c-.482.109-.658.63-.894 1.003C8.616 8.181 4.778 14.816.943 21.453c-.214.403-.533.779-.58 1.247-.008.485.471.832.931.781 8.171-.005 16.343.005 24.514-.005.502.036.939-.485.796-.971-.13-.402-.387-.745-.59-1.112-3.92-6.784-7.841-13.568-11.759-20.353-.172-.33-.528-.604-.917-.502z"/><path fill="#ffd90f" d="M3.361 21.414A6001.557 6001.557 0 0 1 13.495 3.859c3.389 5.846 6.77 11.698 10.138 17.556-6.757.008-13.515.01-20.272-.001m6.595-10.35c.194.282.424.538.597.834a25.828 25.828 0 0 1-.561-.161l-.076.122c.575.283 1.065.741 1.246 1.373-.255-.116-.507-.24-.772-.332.254.387 1.08.525.721 1.102a23.441 23.441 0 0 1-.583-.136l.068.228-.275-.016-.119.447c.249-.063.495-.135.743-.201-.435.516-1.374.533-1.508 1.272.531.162 1.092.023 1.627.143.285.653.182 1.659 1.084 1.835-.364.582-.923 1.009-1.268 1.606-.254.424-.704.639-1.137.833.335.096.693.082 1.008-.074.431-1.025 1.502-1.531 2.237-2.307-.118.409-.633.689-.564 1.134.497.269 1.077.339 1.618.492.276.102.509-.111.725-.249-.637-.239-1.355.036-1.938-.385.356-.297.678-.632.991-.973.809-.05 1.587-.306 2.394-.37.186.42.519.835.489 1.31-.346.659-.927 1.167-1.574 1.523.344.058.82.133.995-.262.259-.56.761-.935 1.215-1.328-.156-.366-.247-.756-.213-1.155.455.137.901.309 1.377.36 1.075.109.667 1.837 1.772 1.963a5.226 5.226 0 0 0-.278-.555l-.032-.091c-.52-.336-.552-1.008-.638-1.559-.356-.137-.881-.171-.993-.613-.069-.431-.03-.873-.089-1.306.13.069.261.138.393.206a.798.798 0 0 0-.633-.581c-.82-.359-1.718-.128-2.568-.044-.709.12-1.427-.007-2.139.071-.57.066-1.004-.365-1.489-.583l.125-.222a15.381 15.381 0 0 1-.607-.021c.625-.378 1.554-.229 1.932-.973-.286.142-.554.315-.83.473.211-.329.466-.679.366-1.095-.108-.508.294-.95.177-1.461-.112.26-.19.532-.279.8-.324-.296-.511-.687-.616-1.108l-.095.343a9.228 9.228 0 0 0-.473-.149c.395.413.903.729 1.16 1.261-.202-.04-.403-.083-.606-.121.27.222.732.419.59.853-.061.46-.551.157-.823.109.118.138.237.275.351.417-.296.24-.658.364-1.028.434.238-.544.783-.918.887-1.521-.236.245-.434.522-.64.792-.11-.311-.231-.619-.357-.924.108-.244.208-.496.218-.766-.128.192-.241.394-.356.594-.279-.453-.399-1.074-.949-1.288z"/><path fill="#ff163c" d="M13.338.538c.389-.102.745.172.917.502 3.918 6.785 7.839 13.569 11.759 20.353.203.367.46.71.59 1.112.143.486-.294 1.007-.796.971-8.171.01-16.343 0-24.514.005-.46.051-.939-.296-.931-.781.047-.468.366-.844.58-1.247C4.778 14.816 8.616 8.181 12.444 1.541c.236-.373.412-.894.894-1.003M3.361 21.414c6.757.011 13.515.009 20.272.001A5664.208 5664.208 0 0 0 13.495 3.859 6001.557 6001.557 0 0 0 3.361 21.414z"/><path d="M9.956 11.064c.55.214.67.835.949 1.288.115-.2.228-.402.356-.594-.01.27-.11.522-.218.766.126.305.247.613.357.924.206-.27.404-.547.64-.792-.104.603-.649.977-.887 1.521.37-.07.732-.194 1.028-.434-.114-.142-.233-.279-.351-.417.272.048.762.351.823-.109.142-.434-.32-.631-.59-.853.203.038.404.081.606.121-.257-.532-.765-.848-1.16-1.261.158.045.316.095.473.149l.095-.343c.105.421.292.812.616 1.108.089-.268.167-.54.279-.8.117.511-.285.953-.177 1.461.1.416-.155.766-.366 1.095.276-.158.544-.331.83-.473-.378.744-1.307.595-1.932.973.202.012.405.017.607.021l-.125.222c.485.218.919.649 1.489.583.712-.078 1.43.049 2.139-.071.85-.084 1.748-.315 2.568.044a.798.798 0 0 1 .633.581 36.175 36.175 0 0 1-.393-.206c.059.433.02.875.089 1.306.112.442.637.476.993.613.086.551.118 1.223.638 1.559l.032.091c.105.179.195.365.278.555-1.105-.126-.697-1.854-1.772-1.963-.476-.051-.922-.223-1.377-.36-.034.399.057.789.213 1.155-.454.393-.956.768-1.215 1.328-.175.395-.651.32-.995.262.647-.356 1.228-.864 1.574-1.523.03-.475-.303-.89-.489-1.31-.807.064-1.585.32-2.394.37-.313.341-.635.676-.991.973.583.421 1.301.146 1.938.385-.216.138-.449.351-.725.249-.541-.153-1.121-.223-1.618-.492-.069-.445.446-.725.564-1.134-.735.776-1.806 1.282-2.237 2.307-.315.156-.673.17-1.008.074.433-.194.883-.409 1.137-.833.345-.597.904-1.024 1.268-1.606-.902-.176-.799-1.182-1.084-1.835-.535-.12-1.096.019-1.627-.143.134-.739 1.073-.756 1.508-1.272-.248.066-.494.138-.743.201l.119-.447.275.016-.068-.228c.194.047.388.094.583.136.359-.577-.467-.715-.721-1.102.265.092.517.216.772.332-.181-.632-.671-1.09-1.246-1.373l.076-.122c.186.055.373.11.561.161-.173-.296-.403-.552-.597-.834z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wild-animals--g8" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.707 0h.569c.276.133.536.305.756.521 3.239 3.244 6.48 6.485 9.722 9.725.446.457.964.87 1.246 1.458v.569c-.125.251-.277.49-.475.689-3.284 3.277-6.563 6.56-9.844 9.841-.439.427-.833.93-1.4 1.198h-.532a2.468 2.468 0 0 1-.708-.478c-3.277-3.284-6.559-6.563-9.84-9.844-.426-.44-.925-.833-1.201-1.394v-.546c.248-.586.756-.986 1.189-1.429C4.451 7.05 7.713 3.79 10.97.526c.217-.212.469-.384.737-.526m-.023.31c-.21.085-.377.242-.536.397C7.633 4.235 4.104 7.749.588 11.274c-.403.354-.454 1.014-.046 1.386 3.595 3.602 7.195 7.204 10.799 10.799.372.41 1.033.36 1.382-.053 3.578-3.583 7.165-7.159 10.739-10.745.408-.374.358-1.034-.048-1.39C19.878 7.725 16.329 4.187 12.79.643c-.276-.294-.708-.514-1.106-.334z"/><path fill="#030303" d="M11.684.31c.398-.18.83.04 1.106.334 3.539 3.545 7.087 7.082 10.624 10.628.406.355.456 1.015.048 1.39-3.574 3.586-7.16 7.162-10.739 10.745-.349.413-1.01.463-1.382.053A6467.584 6467.584 0 0 1 .542 12.661c-.408-.372-.358-1.032.046-1.386C4.104 7.749 7.633 4.236 11.148.708c.16-.155.326-.312.536-.397m.124.457C8.201 4.232 4.722 7.843 1.154 11.354c-.263.235-.636.641-.287.973 3.568 3.594 7.162 7.166 10.74 10.751a.497.497 0 0 0 .787.001c3.56-3.563 7.124-7.123 10.684-10.686a.503.503 0 0 0 .004-.791c-3.512-3.529-7.044-7.04-10.558-10.57-.182-.181-.444-.424-.716-.265z"/><path fill="#030303" d="M11.188 4.498c.371.518.16 1.194.136 1.78.294.008.589.007.883-.002.067-.406.12-.829.353-1.18.035.336.032.674.025 1.012.217-.142.439-.278.671-.397-.001.43-.376.66-.686.876l.047.433c.624-.173.943-.757 1.346-1.206.09.834-.709 1.334-1.366 1.63-.478.635-1.021 1.286-1.799 1.553-.498.139-1.022.072-1.532.091.314.539.612 1.087.917 1.631.646.04 1.285.17 1.933.14 1.1-.026 2.143-.546 3.256-.412 1.183.09 2.2 1.235 2.002 2.436-.65.552-.856 1.452-1.517 2.01-.506.521.595.979.204 1.511-.32.294-.841.35-1.02.793-.347.713-.979 1.24-1.271 1.981-.102.254-.432.146-.642.205.04-.834.792-1.332 1.093-2.058-.53.35-1.039.737-1.624.995.181.516-.1 1.015-.181 1.518-.227.012-.452.017-.679.016.823-.985-.064-2.082-.347-3.086-.887-.096-1.588-.69-2.368-1.063-.4-.21-.96-.515-.87-1.05.264-.438.821-.554 1.25-.772-.552-.858-1.09-1.735-1.363-2.729-.248-1.004-2.028-.071-1.92-1.3.638-.473 1.387-.791 2.123-1.082-.421-.268-.98-.427-1.104-.986l.457.433c-.005-.372.008-.75.145-1.102.034.293.048.588.074.883.103-.305.187-.617.323-.911.05.354-.016.738.138 1.07.31.238.709.114 1.015-.059-.508-.544-.643-1.676.206-1.96-.184.486-.563 1.469.218 1.591 1.22-.588 1.363-2.044 1.472-3.234m.048 2.156c-.5.809-1.171 1.468-1.951 2.003.52.007 1.121.124 1.573-.196.173-.526-.061-1.393.659-1.591-.138.443-.295.887-.313 1.357.523-.368 1.152-.848.998-1.576-.322.004-.644.005-.966.002m.482 8.067c-.192.26-.013.6.023.888.012.515.869.84.353 1.328.073.306.158.61.25.912.848-.563 1.718-1.09 2.578-1.634-.558-.481-.866-1.147-1.087-1.835-.679.254-1.398.322-2.116.341m-2.633.165c.566.523 1.235.958 1.99 1.148-.155-.454-.227-.99-.577-1.338-.478-.025-.947.107-1.412.19z"/><path fill="#fee011" d="M11.808.768c.272-.158.534.084.716.265 3.514 3.529 7.045 7.04 10.558 10.57a.502.502 0 0 1-.004.791c-3.559 3.563-7.123 7.123-10.684 10.686a.497.497 0 0 1-.787-.001C8.029 19.495 4.435 15.922.867 12.328c-.349-.332.024-.738.287-.973C4.722 7.844 8.2 4.233 11.808.769m-.62 3.729c-.109 1.19-.252 2.646-1.472 3.234-.781-.122-.402-1.105-.218-1.591-.85.283-.714 1.416-.206 1.96-.306.173-.706.296-1.015.059-.154-.332-.088-.716-.138-1.07-.136.294-.22.606-.323.911-.026-.295-.041-.59-.074-.883-.137.352-.15.73-.145 1.102l-.457-.433c.124.559.683.719 1.104.986-.736.292-1.484.61-2.123 1.082-.108 1.229 1.672.295 1.92 1.3.274.994.811 1.871 1.363 2.729-.43.217-.986.334-1.25.772-.09.535.47.84.87 1.05.78.373 1.481.967 2.368 1.063.283 1.004 1.17 2.101.347 3.086.227.001.452-.004.679-.016.082-.503.362-1.002.181-1.518.584-.258 1.093-.644 1.624-.995-.301.726-1.054 1.224-1.093 2.058.21-.059.54.049.642-.205.292-.742.924-1.268 1.271-1.981.179-.443.7-.499 1.02-.793.391-.532-.71-.99-.204-1.511.661-.558.866-1.458 1.517-2.01.198-1.201-.818-2.346-2.002-2.436-1.112-.134-2.155.385-3.256.412-.648.03-1.288-.101-1.933-.14-.305-.544-.602-1.092-.917-1.631.51-.019 1.034.048 1.532-.091.778-.266 1.321-.918 1.799-1.553.656-.295 1.456-.796 1.366-1.63-.403.449-.722 1.033-1.346 1.206l-.047-.433c.311-.216.685-.446.686-.876a7.63 7.63 0 0 0-.671.397c.007-.337.01-.676-.025-1.012-.233.35-.286.774-.353 1.18-.294.01-.589.011-.883.002.024-.586.235-1.261-.136-1.78z"/><path fill="#fee011" d="M11.234 6.653c.322.002.644.001.966-.002.154.727-.475 1.207-.998 1.576.018-.47.175-.914.313-1.357-.72.198-.486 1.066-.659 1.591-.452.319-1.054.203-1.573.196.78-.535 1.451-1.194 1.951-2.003zM11.716 14.719c.718-.019 1.436-.086 2.116-.341.221.688.529 1.354 1.087 1.835-.859.545-1.729 1.072-2.578 1.634a17.083 17.083 0 0 1-.25-.912c.516-.488-.341-.814-.353-1.328-.036-.288-.215-.628-.023-.888zM9.084 14.884c.466-.083.935-.215 1.412-.19.35.348.422.884.577 1.338-.755-.191-1.423-.625-1.99-1.148z"/></symbol><symbol viewBox="0 0 27 24" id="warning--wind--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M13.201 0h.696c.519.165 1.001.479 1.257.974 3.87 6.711 7.737 13.422 11.604 20.134.146.263.263.541.361.826v.538c-.163.736-.724 1.345-1.462 1.528H1.496C.761 23.841.198 23.26 0 22.544v-.666c.111-.297.241-.588.399-.864C4.258 14.336 8.103 7.65 11.958.971c.258-.488.734-.799 1.243-.971M2.843 21.601c7.14.005 14.281.004 21.421 0a7320.093 7320.093 0 0 0-10.706-18.59 6724.84 6724.84 0 0 0-10.715 18.59z"/><path fill="#fff" d="M2.843 21.601a6618.4 6618.4 0 0 1 10.715-18.59c3.577 6.193 7.15 12.388 10.706 18.59-7.14.004-14.281.005-21.421 0m3.934-5.372c.281 1.603.571 3.204.858 4.805l.689-.004c.174-.827.328-1.658.513-2.484.18.828.34 1.661.519 2.488h.659c.298-1.601.588-3.204.877-4.807l-.757-.001c-.167.847-.317 1.698-.481 2.546-.179-.847-.335-1.7-.515-2.548l-.609.001c-.188.847-.342 1.702-.538 2.546-.146-.852-.3-1.702-.46-2.551l-.755.007m4.866.006c-.003 1.601-.003 3.203 0 4.804h.759c.004-1.601.004-3.203 0-4.804h-.759m1.964 4.802h.776c.005-1.068-.003-2.138.004-3.207.56 1.062 1.116 2.126 1.665 3.193l.602.019c.004-1.605.003-3.209 0-4.814h-.776c-.005.957.003 1.916-.004 2.873-.503-.956-.988-1.92-1.494-2.873l-.776.001c.003 1.601-.001 3.204.003 4.807m4.234-4.806a962.003 962.003 0 0 0 0 4.805c.826-.087 1.862.274 2.5-.423.762-1.022.641-2.483.249-3.631-.484-1.071-1.824-.683-2.75-.751z"/><path fill="#fff" d="M18.621 20.355c0-1.153-.011-2.306.005-3.459.458.016 1.115-.094 1.322.446.259.803.22 1.699.043 2.517-.186.593-.881.514-1.371.496z"/><path d="M6.777 16.229l.755-.007c.16.849.313 1.699.46 2.551.197-.845.35-1.699.538-2.546l.609-.001c.18.847.336 1.7.515 2.548.164-.849.315-1.699.481-2.546l.757.001a881.049 881.049 0 0 1-.877 4.807 72.38 72.38 0 0 0-.659 0c-.179-.827-.339-1.66-.519-2.488-.184.826-.339 1.657-.513 2.484l-.689.004c-.287-1.601-.578-3.203-.858-4.805zM11.643 16.233h.759c.004 1.601.004 3.203 0 4.804a96.014 96.014 0 0 0-.759 0c-.003-1.601-.003-3.203 0-4.804zM13.607 21.035c-.004-1.603 0-3.205-.003-4.807l.776-.001c.506.953.991 1.917 1.494 2.873.007-.957-.001-1.916.004-2.873h.776c.003 1.604.004 3.208 0 4.814l-.602-.019a345.035 345.035 0 0 0-1.665-3.193c-.007 1.068.001 2.138-.004 3.207h-.776zM17.841 16.228c.926.068 2.266-.32 2.75.751.392 1.148.513 2.609-.249 3.631-.639.697-1.675.336-2.5.423a962.002 962.002 0 0 1 0-4.805m.779 4.127c.489.018 1.185.096 1.371-.496.176-.818.216-1.714-.043-2.517-.207-.54-.864-.43-1.322-.446-.016 1.153-.005 2.306-.005 3.459z"/></symbol><symbol viewBox="0 0 27 24" id="warning--winding-road--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#fef03e" d="M12.435 1.09c.297-.528.953-.531 1.482-.493.159.125.322.246.49.361a403.513 403.513 0 0 1 7.115 12.495c-.456-.399-.701-.963-.996-1.477-1.987-3.481-3.934-6.985-5.97-10.436-.362-.722-1.51-.792-1.893-.052-3.731 6.595-7.57 13.133-11.249 19.758-.464.704.097 1.753.966 1.659 7.504-.042 15.013-.039 22.518-.125.733.007 1.252-.853.929-1.503-1.112-2.245-2.607-4.305-3.61-6.595 1.085 1.601 1.968 3.341 2.963 5.003.346.707.911 1.328.987 2.142a8.216 8.216 0 0 0-.103.628c-.215.216-.428.434-.639.653-1.641.034-3.293-.082-4.928.061l-.239-.034c-4.134.01-8.285-.118-12.414.107a292.44 292.44 0 0 1-6.213.003c-.982-.234-1.131-1.507-.593-2.229 3.785-6.65 7.549-13.312 11.398-19.924z"/><path fill="#292b23" d="M12.663 1.486c.383-.739 1.531-.669 1.893.052 2.036 3.451 3.983 6.956 5.97 10.436.295.514.54 1.078.996 1.477l.072.07.022.209c.01.289.155.581.428.708l.121.072.052.17c1.003 2.29 2.498 4.35 3.61 6.595.323.65-.195 1.51-.929 1.503-7.506.086-15.014.083-22.518.125-.869.094-1.43-.956-.966-1.659C5.093 14.619 8.932 8.081 12.663 1.486m.935 2.33c-3.217 5.727-6.58 11.369-9.764 17.116 6.507-.122 13.014.013 19.521-.13-3.282-5.645-6.429-11.368-9.757-16.986z"/><path fill="#fae935" d="M13.598 3.816c3.327 5.618 6.474 11.341 9.757 16.986-6.507.143-13.014.007-19.521.13 3.184-5.747 6.547-11.389 9.764-17.116m-2.384 9.652c-.112.745.909.902 1.358 1.313-.456.399-1.394.561-1.379 1.283.377.417.92.631 1.368.962a85.93 85.93 0 0 0-1.272.9c.309.571.613 1.143.929 1.711 1.233-.803 2.558-1.474 3.736-2.355.332-.763-.893-.99-1.337-1.391.468-.367 1.234-.522 1.424-1.134-.233-.578-.959-.736-1.421-1.109.458-.265.911-.537 1.364-.806-.346-.602-.683-1.209-1.021-1.816-1.248.814-2.585 1.512-3.749 2.442z"/><path fill="#25291e" d="M11.214 13.468c1.164-.93 2.501-1.628 3.749-2.442.338.607.675 1.213 1.021 1.816-.453.27-.906.541-1.364.806.462.373 1.188.531 1.421 1.109-.189.613-.956.768-1.424 1.134.444.401 1.67.628 1.337 1.391-1.178.881-2.503 1.552-3.736 2.355-.316-.568-.62-1.14-.929-1.711.42-.306.845-.604 1.272-.9-.449-.331-.991-.544-1.368-.961-.015-.723.923-.884 1.379-1.283-.449-.411-1.47-.568-1.358-1.313z"/><path fill="#e6dd52" d="M21.616 13.731c.274.002.489.461.428.708-.273-.127-.417-.419-.428-.708z"/><path fill="#f9f27d" d="M7.844 23.24c4.129-.225 8.281-.097 12.414-.107l.016.122c-4.144-.01-8.287.018-12.431-.015z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.927 1.139c.596-.118 1.213.118 1.633.545 3.276 3.122 6.548 6.25 9.815 9.383.716.636.707 1.837.029 2.497-3.138 3.144-6.281 6.282-9.42 9.424-.668.707-1.898.755-2.586.052-3.306-3.173-6.63-6.33-9.938-9.5-.674-.642-.634-1.811.029-2.448 3.07-3.09 6.16-6.162 9.236-9.246.325-.341.725-.637 1.202-.706m.236.244c-.462.013-.875.264-1.187.592-3.095 3.103-6.205 6.193-9.294 9.305-.589.558-.592 1.591.025 2.13 3.296 3.145 6.59 6.293 9.884 9.439.588.598 1.637.551 2.2-.056 3.142-3.139 6.282-6.278 9.42-9.42.577-.559.581-1.576-.026-2.114-3.242-3.118-6.505-6.216-9.756-9.326-.329-.34-.78-.587-1.266-.548z"/><path fill="#231f20" d="M11.797 1.844c.64-.188 1.333.058 1.782.533 3.03 2.892 6.06 5.784 9.083 8.682.712.606.757 1.79.086 2.444-2.934 2.948-5.882 5.884-8.82 8.828-.638.679-1.818.736-2.485.07a7715.085 7715.085 0 0 0-9.268-8.858c-.713-.63-.664-1.829.022-2.46 2.874-2.89 5.762-5.762 8.644-8.644.264-.271.582-.505.956-.595m.119.358c-.378.083-.667.358-.932.622-2.833 2.848-5.686 5.675-8.513 8.527-.548.488-.593 1.429-.03 1.924 3.092 2.95 6.176 5.906 9.269 8.856.527.523 1.451.464 1.95-.067 2.939-2.944 5.885-5.879 8.822-8.824.518-.518.48-1.442-.086-1.91-3.022-2.899-6.056-5.785-9.083-8.68-.353-.374-.887-.59-1.397-.448z"/><path fill="#231f20" d="M9.204 7.847c.994-1.367 1.982-2.737 3.004-4.084 1.021 1.309 2.04 2.62 3.049 3.937-.626.007-1.254.001-1.88.004.004.34.011.68.022 1.02 1.15.344 2.168 1.24 2.447 2.435.444 1.537-.541 3.415-2.166 3.689-.682.002-1.81-.115-1.997.755.025.898 1.076.863 1.644 1.184.634.983.188 2.25.373 3.35-.73.002-1.46.002-2.19 0-.071-.542-.089-1.09-.13-1.634-.96-.32-1.942-.943-2.213-1.981-.412-1.571.762-3.21 2.255-3.655.647-.103 1.454-.053 1.872-.661.317-.418.007-1.028-.468-1.145-.515-.146-1.082-.288-1.423-.739-.588-.73-.54-1.72-.616-2.603-.528.048-1.055.085-1.583.128z"/><path fill="#fff100" d="M12.163 1.384c.486-.038.937.209 1.266.548 3.251 3.11 6.514 6.209 9.756 9.326.607.539.604 1.555.026 2.114a11951.64 11951.64 0 0 1-9.42 9.42c-.563.607-1.612.654-2.2.056-3.294-3.146-6.588-6.294-9.884-9.439-.617-.539-.614-1.572-.025-2.13 3.089-3.112 6.199-6.202 9.294-9.305.312-.328.725-.578 1.187-.592m-.366.462c-.374.09-.692.324-.956.595-2.881 2.881-5.77 5.754-8.644 8.644-.685.631-.734 1.83-.022 2.46 3.09 2.951 6.181 5.903 9.268 8.858.667.666 1.847.61 2.485-.07 2.938-2.945 5.886-5.88 8.82-8.828.671-.654.625-1.838-.086-2.444-3.023-2.898-6.053-5.79-9.083-8.682-.449-.475-1.142-.721-1.782-.533z"/><path fill="#fff100" d="M11.916 2.202c.51-.143 1.044.073 1.397.448 3.026 2.894 6.061 5.78 9.083 8.68.566.468.605 1.392.086 1.91-2.938 2.945-5.884 5.88-8.822 8.824-.499.532-1.423.59-1.95.067-3.092-2.95-6.176-5.906-9.269-8.856-.563-.494-.518-1.435.03-1.924 2.827-2.852 5.68-5.68 8.513-8.527.265-.264.554-.539.932-.622M9.204 7.847c.528-.043 1.055-.08 1.583-.128.076.883.028 1.873.616 2.603.341.451.908.593 1.423.739.475.116.785.727.468 1.145-.418.608-1.225.558-1.872.661-1.493.445-2.666 2.084-2.255 3.655.271 1.038 1.253 1.661 2.213 1.981.041.545.059 1.092.13 1.634.73.002 1.46.002 2.19 0-.185-1.1.26-2.368-.373-3.35-.568-.322-1.619-.287-1.644-1.184.187-.87 1.315-.752 1.997-.755 1.625-.274 2.61-2.152 2.166-3.689-.278-1.195-1.297-2.09-2.447-2.435-.011-.34-.018-.68-.022-1.02.626-.002 1.254.004 1.88-.004a551.1 551.1 0 0 0-3.049-3.937c-1.021 1.346-2.01 2.717-3.004 4.084z"/></symbol><symbol viewBox="0 0 27 24" id="warning--winding-road-first-left--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#0a0a0a" opacity=".86" d="M13.33 0h.631l.049.08a.63.63 0 0 1-.735-.004L13.33 0z"/><path fill="#fff" d="M13.275.076a.63.63 0 0 0 .735.004l.24.149c.355.371.62.81.903 1.235l.074.136a.877.877 0 0 0 .277.532l.117.131c.076.31.239.585.451.821l.087.138c.093.301.252.575.461.811.022.037.067.108.09.143.093.299.25.573.46.806l.106.157a.85.85 0 0 0 .273.537l.119.131c.078.31.239.585.451.821l.087.139c.093.3.25.574.46.807l.075.11c.258.545.558 1.07.903 1.565l.06.113c.094.3.254.574.461.809l.089.14c.093.3.25.574.46.809l.106.155a.856.856 0 0 0 .274.537l.117.13c.078.311.24.588.453.824l.087.136c.093.303.251.577.461.813l.089.14c.093.3.25.574.461.807l.106.157c.03.205.112.402.274.539l.117.13c.076.31.239.586.451.822l.087.136a2.2 2.2 0 0 0 .461.813l.089.142c.093.3.25.574.461.806l.101.151c.016.215.124.41.3.539l.089.143c.09.303.248.578.458.814.023.034.067.104.089.139.091.3.251.574.461.809.293.56.7 1.075.866 1.694.076.597-.371 1.075-.855 1.346-8.405.015-16.812-.022-25.216.018-.585-.173-1.065-.731-.998-1.362.165-.62.574-1.135.867-1.696.21-.235.37-.507.461-.809l.087-.138c.211-.237.37-.513.461-.815l.086-.14a.73.73 0 0 0 .3-.54l.102-.151c.21-.232.367-.506.46-.806l.09-.142a2.22 2.22 0 0 0 .461-.813l.087-.138c.211-.236.375-.511.451-.821l.119-.131c.161-.135.241-.334.273-.537l.106-.157c.21-.232.367-.506.46-.806l.089-.142c.21-.236.37-.511.462-.813l.087-.138a1.93 1.93 0 0 0 .453-.822l.116-.13a.862.862 0 0 0 .275-.537l.106-.157c.21-.233.367-.509.46-.809l.087-.139c.209-.236.367-.509.462-.809.014-.029.044-.085.059-.113.345-.495.646-1.019.903-1.565l.076-.112c.21-.233.367-.507.46-.807l.087-.138c.209-.236.367-.509.461-.81a2.94 2.94 0 0 0 .059-.112c.346-.495.648-1.021.905-1.568l.074-.108c.21-.235.367-.509.46-.809l.089-.139c.211-.236.375-.511.451-.82.03-.033.089-.098.117-.131a.89.89 0 0 0 .277-.532l.072-.136c.282-.425.55-.866.904-1.235l.252-.153m.123.368c-.345.063-.547.374-.712.652-4.04 7.013-8.1 14.015-12.134 21.031-.398.589.086 1.478.802 1.441 8.186.011 16.373.011 24.559 0 .715.035 1.197-.851.802-1.44-4.051-7.045-8.123-14.078-12.185-21.117-.199-.42-.665-.695-1.132-.567z"/><path fill="#fff" d="M4.441 20.842c3.06-5.31 6.121-10.62 9.195-15.922 3.075 5.302 6.134 10.612 9.194 15.922-6.13.005-12.259.005-18.389 0m7.93-9.76c.048.462-.18 1.058.254 1.387.715.702 1.42 1.414 2.131 2.12-1.376.014-2.755-.018-4.13.012-.676-.027-1.057.905-.54 1.351 1.257 1.272 2.528 2.531 3.785 3.803v-1.128c.374-.001.746-.001 1.12-.004-.806-.82-1.628-1.623-2.434-2.441 1.399-.015 2.8.019 4.199-.015.64-.026.941-.914.468-1.336a259.91 259.91 0 0 0-3.745-3.754c-.37.003-.738.004-1.107.004z"/><path d="M12.119 1.465c.147-.503.361-1.051.904-1.235-.355.37-.622.81-.904 1.235zM14.25.229c.541.185.757.731.903 1.235-.282-.425-.548-.865-.903-1.235zM11.201 3.083a.786.786 0 0 1 .451-.82c-.076.308-.24.584-.451.82zM15.62 2.264a.788.788 0 0 1 .451.821 1.908 1.908 0 0 1-.451-.821zM10.653 4.031c-.038-.348.124-.68.46-.809-.093.3-.25.574-.46.809zM16.159 3.222c.337.13.499.464.461.811a2.207 2.207 0 0 1-.461-.811zM9.674 5.707a3.532 3.532 0 0 1 .905-1.568 10.708 10.708 0 0 1-.905 1.568zM16.71 4.177c.337.125.498.46.46.806a2.162 2.162 0 0 1-.46-.806zM9.154 6.629c-.038-.348.123-.683.461-.81a2.217 2.217 0 0 1-.461.81zM17.667 5.808a.788.788 0 0 1 .451.821 1.918 1.918 0 0 1-.451-.821zM8.607 7.574c-.038-.346.123-.68.46-.807-.093.3-.25.574-.46.807zM18.206 6.768c.337.127.498.461.46.807a2.159 2.159 0 0 1-.46-.807zM7.628 9.251a3.548 3.548 0 0 1 .903-1.565c-.256.547-.558 1.07-.903 1.565zM18.74 7.685c.439.431.736.976.903 1.565a10.864 10.864 0 0 1-.903-1.565zM7.107 10.173c-.038-.348.123-.683.462-.809-.095.3-.254.573-.462.809zM19.703 9.364c.338.125.499.462.461.809a2.241 2.241 0 0 1-.461-.809zM6.56 11.12c-.038-.346.123-.68.46-.809-.093.3-.25.575-.46.809zM20.253 10.313c.337.127.498.461.46.809a2.182 2.182 0 0 1-.46-.809zM12.371 11.082a136 136 0 0 0 1.107-.004c1.26 1.238 2.509 2.49 3.745 3.754.473.423.172 1.31-.468 1.336-1.399.034-2.8 0-4.199.015.806.818 1.628 1.621 2.434 2.441-.374.003-.746.003-1.12.004v1.128c-1.257-1.272-2.528-2.531-3.785-3.803-.517-.446-.136-1.379.54-1.351 1.376-.03 2.755.001 4.13-.012-.712-.706-1.417-1.418-2.131-2.12-.434-.329-.206-.925-.254-1.387zM5.61 12.766a.792.792 0 0 1 .453-.822 1.93 1.93 0 0 1-.453.822zM21.21 11.944c.322.149.49.475.453.824a1.937 1.937 0 0 1-.453-.824zM5.06 13.717c-.035-.349.125-.683.462-.813a2.203 2.203 0 0 1-.462.813zM21.75 12.904c.335.131.498.465.461.813a2.185 2.185 0 0 1-.461-.813zM4.512 14.665c-.038-.346.123-.68.46-.806-.093.3-.25.574-.46.806zM22.3 13.857c.337.127.496.461.461.807a2.147 2.147 0 0 1-.461-.807zM3.563 16.31a.79.79 0 0 1 .451-.821c-.076.31-.24.585-.451.821zM23.258 15.49a.792.792 0 0 1 .451.822 1.917 1.917 0 0 1-.451-.822zM3.015 17.261c-.037-.348.124-.683.461-.813a2.229 2.229 0 0 1-.461.813zM23.797 16.448c.337.13.498.465.461.813a2.193 2.193 0 0 1-.461-.813zM2.465 18.209c-.037-.346.123-.68.46-.806-.093.3-.25.574-.46.806zM24.346 17.403c.337.125.496.46.461.806a2.136 2.136 0 0 1-.461-.806zM1.516 19.856c-.035-.349.127-.683.461-.815a2.16 2.16 0 0 1-.461.815zM25.297 19.042c.333.132.495.466.458.814a2.142 2.142 0 0 1-.458-.814zM.968 20.802c-.037-.346.125-.68.461-.809a2.15 2.15 0 0 1-.461.809zM25.844 19.995c.335.127.498.461.461.809a2.157 2.157 0 0 1-.461-.809z"/><path fill="#d40000" d="M13.4.442c.466-.128.933.147 1.132.567 4.062 7.039 8.134 14.073 12.185 21.117.395.589-.087 1.475-.802 1.44-8.186.011-16.373.011-24.559 0-.716.037-1.2-.852-.802-1.441C4.588 15.109 8.647 8.107 12.688 1.094c.165-.278.367-.589.712-.652m-8.959 20.4c6.13.005 12.259.005 18.389 0-3.06-5.31-6.119-10.62-9.194-15.922a6988.567 6988.567 0 0 0-9.195 15.922z"/><path fill="#1e1e1e" opacity=".87" d="M11.77 2.133c-.123-.228.071-.453.277-.532a.888.888 0 0 1-.277.532zM15.226 1.601c.206.079.398.304.277.532a.877.877 0 0 1-.277-.532z"/><path fill="#1f1f1f" opacity=".87" d="M17.276 5.14c.202.086.393.31.273.537a.85.85 0 0 1-.273-.537zM6.179 11.815c-.119-.228.072-.451.275-.537a.872.872 0 0 1-.275.537z"/><path fill="#1e1e1e" opacity=".86" d="M20.819 11.277c.202.086.394.31.274.537a.856.856 0 0 1-.274-.537z"/><path fill="#202020" opacity=".87" d="M4.133 15.359c-.12-.228.071-.451.273-.537-.031.203-.112.402-.273.537zM22.867 14.821c.202.087.393.311.274.539a.846.846 0 0 1-.274-.539z"/><path fill="#222" opacity=".87" d="M2.063 18.9a.468.468 0 0 1 .3-.54.73.73 0 0 1-.3.54z"/><path fill="#212121" opacity=".87" d="M24.908 18.36c.226.08.345.305.3.539a.729.729 0 0 1-.3-.539z"/><path fill="#0a0a0a" opacity=".91" d="M1.099 23.861c8.404-.04 16.811-.003 25.216-.018l-.192.157H.915l.184-.139z"/></symbol><symbol viewBox="0 0 27 24" id="warning--winding-road-first-left--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.37 0h.48c.495.146.961.431 1.204.901 3.818 6.59 7.621 13.19 11.437 19.784.289.491.586.982.781 1.52v.419c-.15.664-.644 1.212-1.312 1.376H1.33c-.668-.142-1.156-.685-1.331-1.331v-.438c.102-.293.224-.58.376-.851C4.325 14.555 8.264 7.72 12.217.895c.235-.455.683-.73 1.152-.896m.014 1.639c-4.006 6.96-8.075 13.889-12.03 20.879.176.065.357.117.548.105 7.87-.008 15.739 0 23.609-.004.14-.011.277-.046.406-.106-3.935-6.959-7.994-13.85-11.973-20.786-.089-.296-.44-.46-.56-.087z"/><path fill="#fff" d="M13.383 1.638c.12-.372.472-.209.56.087 3.979 6.935 8.037 13.827 11.973 20.786-.13.06-.266.095-.406.106-7.87.004-15.739-.004-23.609.004a1.338 1.338 0 0 1-.548-.105c3.955-6.99 8.024-13.919 12.03-20.879M12.4 5.573c.031.728-.044 1.462.04 2.186.341.956 1.447 1.445 1.664 2.471.117.391-.147.747-.42.997-1.109.978-2.534 1.642-3.357 2.915-.558.829-.458 1.95.016 2.793.431.768 1.166 1.287 1.71 1.965.601.745.262 1.763.355 2.635.409-.409.815-.82 1.227-1.225.412.406.824.813 1.23 1.226-.023-.848.059-1.702-.045-2.545-.383-1.29-1.711-1.962-2.303-3.13a.908.908 0 0 1 .13-1.03c1.145-1.35 2.952-2.085 3.79-3.702.503-1.204-.314-2.414-1.143-3.236-.665-.596-.344-1.537-.439-2.31-.35-.466-.818-.832-1.219-1.255-.415.412-.837.815-1.234 1.244z"/><path d="M12.4 5.573c.397-.428.82-.832 1.234-1.244.401.423.869.788 1.219 1.255.095.773-.226 1.714.439 2.31.829.822 1.646 2.032 1.143 3.236-.837 1.617-2.644 2.352-3.79 3.702a.91.91 0 0 0-.13 1.03c.592 1.167 1.92 1.84 2.303 3.13.104.843.022 1.696.045 2.545-.406-.413-.818-.82-1.23-1.226-.412.405-.818.815-1.227 1.225-.093-.871.247-1.89-.355-2.635-.544-.678-1.279-1.197-1.71-1.965-.475-.843-.574-1.964-.016-2.793.824-1.274 2.249-1.938 3.357-2.915.273-.25.537-.605.42-.997-.217-1.025-1.323-1.515-1.664-2.471-.083-.724-.008-1.458-.04-2.186z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M12.287 1.136c.655-.12 1.32.172 1.76.653 3.102 3.1 6.206 6.197 9.298 9.307.654.635.695 1.792.03 2.434-3.307 3.173-6.632 6.33-9.94 9.503-.684.706-1.914.666-2.585-.038-3.144-3.139-6.282-6.284-9.422-9.427-.688-.66-.691-1.871.031-2.507 3.204-3.078 6.422-6.14 9.631-9.214.334-.326.718-.644 1.196-.71m-.245.345c-.299.116-.529.346-.76.559-3.208 3.074-6.432 6.131-9.632 9.212-.617.539-.613 1.567-.025 2.126 3.137 3.142 6.274 6.283 9.418 9.418.566.607 1.614.646 2.2.047 3.295-3.148 6.59-6.296 9.886-9.442.637-.56.592-1.626-.032-2.178-3.071-3.088-6.158-6.161-9.235-9.244-.444-.498-1.178-.758-1.818-.499z"/><path fill="#231f20" d="M12.046 1.865c.664-.22 1.415.018 1.885.521a4202.05 4202.05 0 0 1 8.705 8.704c.677.631.727 1.817.023 2.446-3.088 2.954-6.181 5.905-9.268 8.861-.665.667-1.844.622-2.484-.058-2.942-2.94-5.882-5.885-8.82-8.828-.654-.63-.649-1.783.028-2.395 2.954-2.846 5.93-5.67 8.892-8.508.31-.292.62-.616 1.039-.742m.225.329c-.38.077-.66.365-.932.619-2.981 2.864-5.988 5.7-8.959 8.573-.558.497-.515 1.432.031 1.922 2.92 2.921 5.845 5.838 8.765 8.76.499.534 1.424.58 1.948.056l9.269-8.856c.552-.494.51-1.423-.029-1.912-2.869-2.89-5.758-5.762-8.635-8.646-.364-.397-.914-.653-1.457-.517z"/><path fill="#231f20" d="M9.572 7.7a464.397 464.397 0 0 1 3.049-3.938c1.018 1.35 2.009 2.719 3.004 4.086-.529-.046-1.058-.082-1.588-.13-.064.997-.035 2.207-.907 2.885-.476.432-1.312.271-1.645.877-.251.366.04.826.366 1.031.593.41 1.376.17 1.992.522 1.289.612 2.225 2.137 1.793 3.568-.301.998-1.259 1.586-2.192 1.906a22.27 22.27 0 0 1-.125 1.632h-2.191c.041-.833.052-1.667.059-2.501.006-.479.271-1.049.817-1.057.61-.03 1.411-.624 1.033-1.29-.661-.768-1.788-.163-2.567-.67-1.373-.666-1.934-2.461-1.367-3.841.377-1.021 1.31-1.736 2.324-2.059.011-.338.017-.677.019-1.015-.625-.004-1.25.002-1.874-.005z"/><path fill="#fff100" d="M12.041 1.482c.64-.259 1.374.001 1.818.499 3.077 3.083 6.164 6.156 9.235 9.244.624.552.67 1.618.032 2.178-3.295 3.145-6.59 6.294-9.886 9.442-.586.599-1.633.56-2.2-.047-3.144-3.134-6.281-6.276-9.418-9.418-.588-.559-.592-1.588.025-2.126 3.2-3.082 6.425-6.138 9.632-9.212.23-.214.461-.443.76-.559m.007.382c-.419.126-.73.45-1.039.742-2.962 2.838-5.938 5.662-8.892 8.508-.677.612-.682 1.765-.028 2.395 2.938 2.944 5.878 5.888 8.82 8.828.64.679 1.819.725 2.484.058 3.086-2.956 6.18-5.906 9.268-8.861.704-.629.654-1.814-.023-2.446a4464.693 4464.693 0 0 0-8.705-8.704c-.47-.503-1.222-.74-1.885-.521z"/><path fill="#fff100" d="M12.271 2.195c.542-.136 1.093.12 1.457.517 2.878 2.884 5.766 5.756 8.635 8.646.539.488.581 1.417.029 1.912l-9.269 8.856c-.523.523-1.448.478-1.948-.056-2.92-2.922-5.845-5.839-8.765-8.76-.546-.491-.589-1.426-.031-1.922C5.35 8.515 8.357 5.68 11.338 2.815c.272-.254.552-.542.932-.619M9.572 7.7c.624.007 1.249.001 1.874.005-.002.338-.008.677-.019 1.015-1.014.323-1.948 1.038-2.324 2.059-.568 1.38-.006 3.175 1.367 3.841.779.506 1.906-.098 2.567.67.378.666-.424 1.26-1.033 1.29-.546.008-.811.578-.817 1.057a61.339 61.339 0 0 1-.059 2.501h2.191c.062-.542.102-1.087.125-1.632.934-.319 1.891-.907 2.192-1.906.432-1.43-.504-2.956-1.793-3.568-.616-.352-1.399-.112-1.992-.522-.326-.205-.617-.665-.366-1.031.334-.606 1.169-.445 1.645-.877.872-.678.844-1.888.907-2.885.529.048 1.058.084 1.588.13-.995-1.367-1.986-2.736-3.004-4.086a480.934 480.934 0 0 0-3.049 3.938z"/></symbol><symbol viewBox="0 0 28 24" id="warning--winding-road-first-right--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#fe0303" d="M13.369.298c.68-.233 1.57-.031 1.884.674 3.988 6.76 7.949 13.539 11.821 20.367.552.817.619 1.935-.123 2.661H1.182c-.424-.354-.936-.864-.703-1.472.443-1.416 1.34-2.632 2.031-3.932 3.188-5.39 6.155-10.907 9.392-16.267.462-.692.838-1.472 1.468-2.031M7.358 16.234c-.82 1.55-1.849 2.99-2.533 4.609 6.1.043 12.2.029 18.3.01-.671-1.422-1.447-2.791-2.234-4.154-2.105-3.751-4.206-7.504-6.427-11.187-.158-.259-.4-.445-.628-.637a1025.668 1025.668 0 0 0-6.477 11.359z"/><path fill="#fefefe" d="M7.358 16.234c2.141-3.796 4.289-7.591 6.477-11.359.229.191.47.377.628.637 2.221 3.683 4.323 7.436 6.427 11.187.787 1.362 1.562 2.732 2.234 4.154-6.1.019-12.2.033-18.3-.01.684-1.619 1.713-3.059 2.533-4.609m4.89-4.968c-.916.509-1.999.978-2.45 1.996-.49.904.305 2.109 1.282 2.196 1.404.204 2.84.239 4.206.652-1.151.916-2.532 1.471-3.772 2.246.344.619.721 1.218 1.089 1.821.966-.254 1.763-.875 2.628-1.343 1.1-.676 2.32-1.151 3.363-1.921.731-.54.756-1.96-.158-2.325-1.679-.61-3.501-.527-5.216-.988 1.2-.889 2.518-1.602 3.844-2.281-.257-.753-.717-1.412-1.1-2.103-1.299.573-2.444 1.425-3.715 2.049z"/><path fill="#030303" d="M12.247 11.266c1.271-.624 2.417-1.476 3.715-2.049.383.691.843 1.35 1.1 2.103-1.326.678-2.644 1.391-3.844 2.281 1.715.461 3.538.377 5.216.988.914.365.889 1.785.158 2.325-1.043.77-2.263 1.246-3.363 1.921-.864.468-1.662 1.089-2.628 1.343-.368-.603-.745-1.203-1.089-1.821 1.24-.775 2.621-1.33 3.772-2.246-1.366-.413-2.802-.448-4.206-.652-.977-.087-1.772-1.292-1.282-2.196.451-1.018 1.534-1.487 2.45-1.996z"/></symbol><symbol viewBox="0 0 27 24" id="warning--winding-road-first-right--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#c31926" d="M13.353 0h.522c.522.161.985.495 1.234.989l11.185 19.355c.348.605.73 1.196.979 1.853v.446c-.164.65-.645 1.184-1.3 1.357H1.316C.66 23.845.183 23.317 0 22.681v-.464c.106-.288.229-.569.376-.837 3.931-6.8 7.86-13.601 11.79-20.401.244-.477.689-.802 1.186-.979m.201 1.414c-.457.61-.775 1.309-1.175 1.955-3.67 6.393-7.411 12.746-11.037 19.165.544.132 1.106.08 1.66.083h21.273c.552-.005 1.114.055 1.655-.087-3.923-6.935-7.969-13.801-11.93-20.715-.125-.15-.195-.464-.445-.401z"/><path fill="#fff" d="M13.553 1.414c.25-.063.319.251.445.401 3.961 6.914 8.007 13.78 11.93 20.715-.541.142-1.103.082-1.655.087H3c-.554-.003-1.115.049-1.66-.083C4.966 16.115 8.708 9.762 12.377 3.369c.401-.646.719-1.346 1.175-1.955m-1.131 4.173c-.068.574.053 1.163-.071 1.732-.265.601-.829.995-1.178 1.542-.509.753-.713 1.835-.149 2.615.903 1.323 2.395 2.056 3.477 3.206.267.278.472.682.296 1.066-.539 1.244-1.958 1.908-2.345 3.24-.105.843-.023 1.698-.045 2.546.408-.41.817-.82 1.227-1.226.41.408.824.814 1.23 1.226.071-.956-.269-2.118.537-2.855.94-.919 2.055-1.97 1.919-3.417-.161-1.572-1.661-2.455-2.809-3.315-.505-.415-1.219-.75-1.365-1.443.011-1.186 1.32-1.714 1.681-2.742.075-.721.048-1.452.022-2.176-.344-.472-.817-.833-1.215-1.257-.398.425-.867.788-1.212 1.259z"/><path d="M12.421 5.587c.345-.47.814-.833 1.212-1.259.398.424.871.785 1.215 1.257.026.724.053 1.455-.022 2.176-.361 1.028-1.67 1.556-1.681 2.742.146.693.86 1.028 1.365 1.443 1.148.86 2.648 1.743 2.809 3.315.136 1.447-.979 2.498-1.919 3.417-.806.738-.466 1.9-.537 2.855-.406-.412-.82-.818-1.23-1.226-.41.406-.82.815-1.227 1.226.022-.848-.06-1.703.045-2.546.387-1.332 1.807-1.996 2.345-3.24.176-.385-.029-.788-.296-1.066-1.083-1.15-2.575-1.883-3.477-3.206-.565-.78-.36-1.863.149-2.615.349-.547.914-.941 1.178-1.542.124-.569.003-1.158.071-1.732z"/></symbol><symbol viewBox="0 0 24 24" id="warning--winding-road-first-right--g4" xmlns="http://www.w3.org/2000/svg"><path fill="#160600" d="M9.839 2.158C10.535 1.515 11.165.78 12 .31c.833.474 1.465 1.207 2.16 1.852 2.58 2.539 5.138 5.1 7.678 7.68.644.695 1.378 1.327 1.853 2.16-.472.834-1.206 1.464-1.848 2.16a686.722 686.722 0 0 1-7.681 7.681c-.695.643-1.326 1.378-2.161 1.848-.835-.469-1.466-1.205-2.161-1.848a695.306 695.306 0 0 1-7.681-7.681c-.643-.695-1.378-1.326-1.848-2.161.47-.835 1.205-1.466 1.848-2.161C4.699 7.26 7.26 4.699 9.84 2.159m1.537-.981c-.564.604-1.2 1.14-1.724 1.778-2.328 2.18-4.52 4.505-6.804 6.734-.728.772-1.55 1.458-2.2 2.302.382.506.833.955 1.32 1.358 3.145 3.226 6.37 6.378 9.541 9.58.205.27.601.437.845.11 3.511-3.49 6.998-7.006 10.51-10.496.221-.205.535-.556.242-.839-3.408-3.436-6.848-6.841-10.259-10.274-.244-.235-.461-.515-.766-.671-.302-.061-.502.25-.706.418z"/><path fill="#fedd01" d="M11.377 1.178c.204-.168.403-.479.706-.418.305.156.522.436.766.671 3.41 3.433 6.851 6.839 10.259 10.274.293.283-.022.634-.242.839-3.511 3.491-6.998 7.007-10.51 10.496-.244.326-.64.16-.845-.11-3.172-3.202-6.396-6.354-9.541-9.58-.253-.371-.541-.716-.816-1.07-.302-.323.136-.703.335-.955 2.404-2.354 4.76-4.758 7.168-7.109.394-.368.716-.802.997-1.26.524-.638 1.16-1.175 1.724-1.778m2.404 5.165c-.84.64-1.752 1.175-2.638 1.746.049.227.106.454.172.677-.503.487-1.087.929-1.397 1.574.605.053 1.218.114 1.79.33-.886 1.03-1.946 1.897-2.838 2.916-.187.564.754.32 1.093.372.58-.122.936.366 1.232.772-.835.758-1.772 1.403-2.56 2.213 1.362.06 2.726.006 4.09.022.92-1.09 1.949-2.082 2.861-3.179-.612-.59-1.582.044-2.191-.54-.145-.15-.448-.259-.394-.508.503-.682 1.314-1.116 1.649-1.924a98.634 98.634 0 0 1-1.716-1.381c.222-.323.556-.612.611-1.016-.1-.263-.44-.256-.661-.365l.001-.298c.712-.292 1.174-.922 1.691-1.457-.262.014-.55-.066-.796.046z"/><path fill="#d8cc45" d="M2.849 9.691c2.284-2.23 4.476-4.554 6.804-6.734a6.016 6.016 0 0 1-.997 1.26c-2.407 2.351-4.764 4.754-7.168 7.109-.199.252-.637.632-.335.955.275.354.563.7.816 1.07a8.156 8.156 0 0 1-1.32-1.358c.649-.844 1.471-1.53 2.2-2.302z"/><path fill="#020102" d="M13.782 6.343c.246-.112.534-.031.796-.046-.517.535-.979 1.165-1.691 1.457l-.001.298c.221.109.562.102.661.365-.055.404-.389.694-.611 1.016a94.16 94.16 0 0 0 1.716 1.381c-.335.808-1.146 1.242-1.649 1.924-.054.248.248.358.394.508.61.584 1.579-.05 2.191.54-.912 1.097-1.94 2.089-2.861 3.179-1.363-.016-2.728.038-4.09-.022.787-.81 1.724-1.454 2.56-2.213-.296-.406-.653-.894-1.232-.772-.34-.052-1.28.192-1.093-.372.892-1.019 1.952-1.886 2.838-2.916-.572-.216-1.186-.277-1.79-.33.31-.646.894-1.087 1.397-1.574a9.865 9.865 0 0 1-.172-.677c.886-.571 1.798-1.106 2.638-1.746z"/></symbol><symbol viewBox="0 0 28 24" id="warning--winding-road-to-left--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M12.827 0h1.823c.614.3 1.138.773 1.482 1.365 3.733 6.118 7.312 12.328 10.974 18.488.367.604.305 1.348.322 2.027-.036 1.108-1.143 1.706-2.026 2.121H2.062C1.191 23.609.287 23.042 0 22.07v-.761c.072-.495.098-1.02.367-1.455C4.023 13.697 7.6 7.492 11.33 1.379c.34-.607.878-1.072 1.497-1.378m.776 2.702C9.938 8.914 6.266 15.124 2.623 21.349c7.408.006 14.817.006 22.225 0-3.642-6.225-7.316-12.433-10.981-18.646-.088-.139-.177-.139-.264 0z"/><path fill="#fff" d="M13.603 2.703c.088-.139.177-.139.264 0 3.665 6.213 7.339 12.421 10.981 18.646-7.408.006-14.817.006-22.225 0 3.642-6.225 7.315-12.435 10.98-18.646m.441 6.361a485.1 485.1 0 0 0-5.008 2.977c.4.672.794 1.346 1.198 2.017.945-.563 1.89-1.122 2.833-1.685-.497 1.058-1.159 2.051-1.484 3.182-.223.664.235 1.419.922 1.541 1.149.249 2.335.143 3.5.208-.949.557-1.9 1.114-2.842 1.686.397.67.797 1.34 1.197 2.009 1.731-1.037 3.475-2.053 5.2-3.099.629-.403 1.248-1.091 1.099-1.896-.136-.684-.885-.958-1.493-1.063-1.458-.231-2.94-.163-4.411-.239.645-1.345 1.44-2.625 1.922-4.042.21-.598.278-1.416-.318-1.817-.709-.495-1.638-.174-2.315.22z"/><path fill="#030303" d="M14.044 9.064c.678-.394 1.606-.715 2.315-.22.596.402.528 1.22.318 1.817-.482 1.417-1.277 2.697-1.922 4.042 1.47.075 2.952.008 4.411.239.608.104 1.357.379 1.493 1.063.149.805-.469 1.493-1.099 1.896-1.725 1.046-3.469 2.062-5.2 3.099-.4-.669-.8-1.339-1.197-2.009.942-.572 1.893-1.129 2.842-1.686-1.165-.065-2.352.041-3.5-.208-.687-.122-1.146-.877-.922-1.541.325-1.131.987-2.124 1.484-3.182-.943.563-1.888 1.122-2.833 1.685-.405-.67-.798-1.345-1.199-2.017a503.663 503.663 0 0 1 5.008-2.977z"/></symbol><symbol viewBox="0 0 27 24" id="warning--winding-road-to-right--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#c0111e" d="M11.223 1.564c.708-1.377 2.851-1.648 3.925-.563.643.786 1.141 1.68 1.689 2.534 2.931 4.798 5.76 9.659 8.598 14.515.54.966 1.155 1.896 1.585 2.919v1.896A3.3 3.3 0 0 1 26.018 24H.857a5.6 5.6 0 0 1-.856-.844v-2.59C3.637 14.172 7.424 7.863 11.224 1.564m1.949 1.802C9.559 9.512 5.917 15.641 2.328 21.801c7.404.009 14.809.009 22.213 0C20.887 15.54 17.192 9.303 13.507 3.06c-.205-.075-.235.19-.334.306z"/><path fill="#fff" d="M13.173 3.366c.098-.116.128-.382.334-.306 3.685 6.243 7.38 12.48 11.034 18.741-7.404.009-14.809.009-22.213 0C5.917 15.641 9.56 9.513 13.173 3.366m-2.364 5.931c-.596.4-.53 1.221-.317 1.817.479 1.419 1.277 2.697 1.921 4.042-1.42.068-2.851.018-4.263.213-.619.097-1.384.306-1.611.968-.249.836.405 1.6 1.067 2.017 1.727 1.043 3.466 2.065 5.2 3.094.403-.664.8-1.333 1.194-2.003-.934-.58-1.891-1.125-2.836-1.689 1.165-.06 2.352.041 3.499-.207.685-.124 1.144-.877.922-1.541-.326-1.129-.986-2.122-1.482-3.179.945.557 1.884 1.123 2.83 1.677.408-.664.8-1.337 1.195-2.011-1.656-1.013-3.333-1.991-5.004-2.978-.678-.394-1.608-.715-2.317-.22z"/><path fill="#030303" d="M10.809 9.297c.709-.495 1.639-.174 2.317.22 1.671.987 3.348 1.965 5.004 2.978-.395.673-.788 1.346-1.195 2.011-.946-.554-1.885-1.12-2.83-1.677.497 1.057 1.156 2.05 1.482 3.179.222.664-.237 1.417-.922 1.541-1.147.248-2.334.146-3.499.207.945.565 1.902 1.109 2.836 1.689-.394.67-.791 1.339-1.194 2.003-1.734-1.029-3.473-2.051-5.2-3.094-.663-.417-1.316-1.18-1.067-2.017.226-.661.992-.871 1.611-.968 1.411-.195 2.842-.145 4.263-.213-.645-1.345-1.443-2.623-1.921-4.042-.213-.596-.279-1.417.317-1.817z"/></symbol><symbol viewBox="0 0 24 24" id="warning--wombat-crossing--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#d5bb0e" opacity=".84" d="M11.698 0h.59c.271.139.526.312.743.527 3.235 3.245 6.48 6.481 9.719 9.722.446.457.964.87 1.25 1.454v.574a2.711 2.711 0 0 1-.48.682c-3.304 3.296-6.6 6.6-9.901 9.9-.416.408-.796.877-1.328 1.141h-.565a2.65 2.65 0 0 1-.689-.476c-3.276-3.284-6.559-6.562-9.838-9.842-.425-.436-.916-.827-1.199-1.378v-.595c.263-.568.757-.966 1.186-1.403 3.262-3.26 6.522-6.521 9.781-9.784.216-.21.466-.382.731-.522m-.015.307c-.365.161-.614.49-.898.76-3.396 3.404-6.803 6.8-10.2 10.205-.406.353-.455 1.016-.049 1.388 3.576 3.586 7.162 7.162 10.739 10.745.348.415 1.015.463 1.386.052 3.602-3.594 7.2-7.194 10.796-10.795.407-.371.359-1.033-.046-1.386C19.873 7.73 16.327 4.194 12.789.649c-.275-.296-.704-.514-1.106-.341z"/><path d="M11.683.307c.402-.173.832.044 1.106.341 3.539 3.545 7.085 7.081 10.622 10.627.404.353.452 1.015.046 1.386a8452.097 8452.097 0 0 1-10.796 10.795c-.371.412-1.038.364-1.386-.052C7.698 19.821 4.112 16.245.536 12.659c-.406-.372-.356-1.036.049-1.388 3.397-3.404 6.804-6.8 10.2-10.205.283-.27.533-.599.898-.76m.118.46C8.181 4.257 4.677 7.881 1.093 11.415c-.263.215-.552.619-.228.917 3.57 3.592 7.162 7.163 10.739 10.75.2.258.59.254.791-.002 3.56-3.562 7.123-7.122 10.682-10.685a.505.505 0 0 0 .005-.791C19.57 8.075 16.038 4.565 12.524 1.037c-.184-.188-.445-.422-.724-.27z"/><path d="M6.868 8.666c1.334-1.237 3.276-2.027 5.089-1.535 1.678.301 3.014 1.498 4.687 1.823l.24-.22c.166.173.336.342.509.509l.35-.244c.168.438.281.898.49 1.32.22.436.696.716.803 1.211.098.64.056 1.297.224 1.927-.103.667-.979 1.025-1.481.559-.552-.402-1.384-.629-2.003-.287-.366.563.619.652.787 1.108l-.316.077.07.335c-.151-.048-.302-.098-.454-.148l.091.278c-.625-.276-1.511-.406-1.565-1.249-.205.208-.384.444-.436.738.306.139.592.32.827.563-.214.09-.428.176-.644.259a60.434 60.434 0 0 0-.307-.227l-.149.298c-.684-.487-1.481-1.01-1.553-1.937-.556.025-1.046-.245-1.568-.38-.672-.127-1.045.86-.582 1.292.208.16.446.274.673.403v.28a9.342 9.342 0 0 0-.17.236c-.132.044-.264.09-.395.137-.29-.12-.601-.174-.895-.276-.354-.733-1.004-1.241-1.619-1.747-.396.368-.828.82-.361 1.326l-.248-.09a43.3 43.3 0 0 0-.022.37l-.428-.371c.004.1.011.299.013.4-.283-.317-.631-.564-.995-.781.438-.841.595-1.806.367-2.734-.22-1.138.034-2.464.97-3.223z"/><path fill="#fee011" d="M11.801.766c.278-.152.54.082.724.27 3.514 3.528 7.045 7.038 10.558 10.567a.505.505 0 0 1-.005.791c-3.559 3.563-7.122 7.123-10.682 10.685-.2.257-.59.26-.791.002-3.577-3.587-7.169-7.158-10.739-10.75-.324-.298-.035-.702.228-.917C4.677 7.88 8.181 4.256 11.802.765M6.868 8.666c-.936.76-1.189 2.086-.97 3.223.228.928.071 1.892-.367 2.734.364.217.712.464.995.781-.002-.101-.01-.3-.013-.4l.428.371.022-.37.248.09c-.467-.506-.035-.958.361-1.326.614.506 1.265 1.014 1.619 1.747.294.102.605.156.895.276.131-.047.263-.092.395-.137.055-.079.113-.158.17-.236v-.28c-.227-.13-.466-.244-.673-.403-.463-.432-.09-1.42.582-1.292.522.136 1.013.406 1.568.38.072.926.869 1.45 1.553 1.937l.149-.298c.102.074.205.151.307.227.216-.083.431-.169.644-.259a2.69 2.69 0 0 0-.827-.563c.052-.294.23-.53.436-.738.054.844.94.973 1.565 1.249l-.091-.278c.151.049.302.1.454.148a39.885 39.885 0 0 0-.07-.335l.316-.077c-.168-.456-1.153-.545-.787-1.108.619-.342 1.451-.115 2.003.287.502.466 1.378.108 1.481-.559-.168-.63-.126-1.288-.224-1.927-.107-.494-.583-.775-.803-1.211-.209-.422-.322-.882-.49-1.32-.118.08-.234.162-.35.244a18.791 18.791 0 0 1-.509-.509l-.24.22c-1.673-.325-3.01-1.522-4.687-1.823-1.813-.492-3.755.298-5.089 1.535z"/></symbol><symbol viewBox="0 0 24 24" id="warning--y-roads--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#231f20" d="M11.563 1.139a1.82 1.82 0 0 1 1.849.448c3.296 3.145 6.596 6.287 9.882 9.444.709.652.67 1.867-.035 2.509-3.139 3.14-6.277 6.282-9.42 9.42-.661.668-1.84.708-2.519.046-3.313-3.169-6.63-6.335-9.942-9.505-.71-.646-.665-1.852.025-2.495 2.99-3.011 6.001-6 8.994-9.007.342-.34.69-.714 1.165-.859m.122.244c-.366.1-.654.364-.917.625-3.055 3.065-6.122 6.12-9.173 9.19-.59.542-.624 1.565-.025 2.114 3.313 3.166 6.628 6.331 9.943 9.496.595.593 1.644.511 2.196-.098 3.139-3.143 6.283-6.281 9.419-9.425.577-.574.539-1.602-.085-2.128-3.245-3.116-6.505-6.216-9.757-9.325-.403-.427-1.031-.628-1.601-.449z"/><path fill="#231f20" d="M12.047 1.726c.521-.04 1.028.192 1.388.562a4190.05 4190.05 0 0 1 9.146 8.735c.71.624.714 1.823.023 2.462l-8.82 8.82c-.704.721-1.972.655-2.612-.118-3.037-2.924-6.098-5.822-9.14-8.741-.66-.628-.62-1.766.029-2.386 2.852-2.867 5.717-5.724 8.574-8.586.372-.394.847-.738 1.412-.749m-.375.457c-.335.115-.586.377-.83.622-2.831 2.852-5.696 5.67-8.518 8.531-.559.527-.506 1.492.092 1.968 3.077 2.924 6.14 5.863 9.215 8.79.536.515 1.456.425 1.946-.11 2.902-2.902 5.796-5.809 8.704-8.704.583-.499.629-1.482.028-1.986-3.04-2.922-6.095-5.827-9.14-8.743-.378-.395-.978-.564-1.496-.367z"/><path fill="#231f20" d="M5.341 9.505a250.32 250.32 0 0 1 2.246-2.246c1.703 1.642 3.347 3.344 5.032 5.005 1.56-1.524 3.076-3.094 4.64-4.613.761.727 1.483 1.493 2.244 2.219-1.798 1.889-3.668 3.714-5.524 5.548-.006 1.745.007 3.491-.006 5.236-1.064.005-2.13.005-3.194 0-.011-1.847.004-3.694-.006-5.54.018-.154-.109-.259-.2-.362-1.745-1.747-3.503-3.482-5.232-5.245z"/><path fill="#fff100" d="M11.684 1.384c.57-.179 1.198.022 1.601.449 3.252 3.109 6.512 6.209 9.757 9.325.624.526.662 1.554.085 2.128-3.136 3.144-6.28 6.282-9.419 9.425-.552.61-1.601.691-2.196.098-3.316-3.164-6.63-6.33-9.943-9.496-.599-.55-.565-1.572.025-2.114 3.05-3.07 6.118-6.125 9.173-9.19.263-.262.551-.526.917-.625m.363.342c-.565.011-1.04.355-1.412.749-2.857 2.862-5.722 5.719-8.574 8.586-.649.619-.689 1.758-.029 2.386 3.042 2.918 6.103 5.816 9.14 8.741.641.773 1.908.839 2.612.118l8.82-8.82c.691-.64.688-1.838-.023-2.462a4430.533 4430.533 0 0 0-9.146-8.735c-.36-.37-.868-.601-1.388-.562z"/><path fill="#fff100" d="M11.672 2.182c.518-.197 1.118-.028 1.496.367 3.046 2.916 6.101 5.821 9.14 8.743.601.504.556 1.487-.028 1.986-2.908 2.894-5.802 5.802-8.704 8.704-.491.535-1.41.625-1.946.11-3.074-2.927-6.138-5.866-9.215-8.79-.599-.476-.652-1.441-.092-1.968 2.821-2.861 5.687-5.678 8.518-8.531.245-.245.496-.506.83-.622m-6.33 7.324c1.729 1.763 3.487 3.498 5.232 5.245.091.103.218.209.2.362.01 1.847-.005 3.694.006 5.54 1.064.005 2.13.005 3.194 0 .013-1.745 0-3.491.006-5.236 1.855-1.834 3.726-3.659 5.524-5.548-.761-.726-1.483-1.492-2.244-2.219-1.565 1.519-3.08 3.089-4.64 4.613-1.685-1.661-3.329-3.364-5.032-5.005a250.32 250.32 0 0 0-2.246 2.246z"/></symbol><symbol viewBox="0 0 27 24" id="warning--y-roads--g2" xmlns="http://www.w3.org/2000/svg"><path fill="#d02c2e" d="M13.26 0h.575c.552.133 1.063.458 1.334.968 3.704 6.423 7.405 12.849 11.108 19.272.298.518.618 1.025.842 1.58v.754A2 2 0 0 1 25.657 24H1.5c-.747-.155-1.31-.757-1.5-1.482v-.61c.19-.563.511-1.062.807-1.572L11.966.973c.262-.503.762-.816 1.294-.974M2.852 21.601c7.144.005 14.29.005 21.436 0a8532.375 8532.375 0 0 0-10.719-18.59 8594.949 8594.949 0 0 0-10.717 18.59z"/><path fill="#fff" d="M2.852 21.601a9518.543 9518.543 0 0 1 10.717-18.59 8532.375 8532.375 0 0 1 10.719 18.59c-7.146.005-14.292.005-21.436 0m6.193-8.303c1.101 1.096 2.19 2.203 3.294 3.295.024 1.394 0 2.788.011 4.182.814.003 1.626.004 2.438 0 .009-1.391-.008-2.784.008-4.175 1.1-1.1 2.199-2.198 3.296-3.3a106.976 106.976 0 0 0-1.646-1.654c-.964.952-1.912 1.92-2.877 2.872-.964-.952-1.913-1.92-2.877-2.872-.55.55-1.102 1.098-1.646 1.653z"/><path d="M9.045 13.298c.544-.555 1.096-1.102 1.646-1.653.964.952 1.913 1.92 2.877 2.872.965-.952 1.913-1.92 2.877-2.872.553.546 1.104 1.096 1.646 1.654-1.097 1.102-2.197 2.201-3.296 3.3-.016 1.391.001 2.784-.008 4.175-.812.004-1.624.003-2.438 0-.011-1.394.014-2.788-.011-4.182-1.104-1.092-2.193-2.199-3.294-3.295z"/></symbol><symbol viewBox="0 0 24 24" id="warning--yield-ahead--g1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffd033" d="M11.754 0h.406c.26.104.516.235.72.432 3.36 3.362 6.721 6.725 10.087 10.081.404.394.857.78 1.033 1.338v.233c-.151.623-.682 1.015-1.108 1.448l-9.42 9.42c-.396.406-.776.868-1.337 1.048h-.218c-.602-.127-.986-.628-1.397-1.039-3.161-3.16-6.317-6.324-9.478-9.482-.395-.384-.832-.754-1.043-1.279v-.385c.204-.6.722-.989 1.148-1.426 3.301-3.302 6.607-6.6 9.905-9.905A2.98 2.98 0 0 1 11.753 0m-.166.421C7.904 3.975 4.335 7.659.69 11.258c-.383.305-.554.916-.16 1.284 3.613 3.631 7.24 7.252 10.862 10.873.312.356.902.348 1.21-.01 3.601-3.601 7.204-7.201 10.804-10.804.394-.336.341-.956-.043-1.276C19.8 7.762 16.234 4.204 12.672.64c-.263-.3-.731-.472-1.085-.221z"/><path fill="#ffd033" d="M11.916.75c.212-.053.365.139.51.259 3.538 3.548 7.088 7.084 10.625 10.632.246.186.236.524-.01.706-3.566 3.563-7.132 7.128-10.694 10.694-.179.246-.521.256-.701.006C8.065 19.46 4.474 15.882.898 12.291c-.233-.18-.162-.491.044-.658C4.457 8.103 7.991 4.59 11.506 1.059c.126-.115.248-.245.41-.31M7.487 5.96c-.245.119-.058.39.158.329.96-.086 1.915-.241 2.874-.349-.005.796.001 1.592-.001 2.388h2.951c-.001-.796.002-1.59-.004-2.386 1.018.092 2.027.311 3.047.342l.121-.161c-1.484-1.534-3.101-2.945-4.64-4.428-1.499 1.424-3.028 2.82-4.506 4.265m-1.205 4.192c-.51.049-.803.703-.512 1.124 1.837 3.203 3.69 6.4 5.536 9.598.257.571 1.133.56 1.382-.011 1.844-3.199 3.701-6.392 5.533-9.598.331-.493-.124-1.196-.704-1.133-3.744.005-7.492-.034-11.234.019z"/><path d="M11.587.421c.354-.251.822-.079 1.085.221 3.562 3.564 7.128 7.122 10.691 10.685.384.319.437.94.043 1.276-3.6 3.602-7.202 7.202-10.804 10.804a.817.817 0 0 1-1.21.01C7.769 19.795 4.143 16.175.53 12.544c-.395-.368-.223-.979.16-1.284C4.336 7.661 7.904 3.977 11.587.423m.329.327c-.162.065-.284.194-.41.31C7.991 4.592 4.457 8.104.942 11.634c-.206.167-.277.478-.044.658 3.576 3.59 7.168 7.169 10.748 10.756.18.25.522.24.701-.006 3.563-3.566 7.128-7.132 10.694-10.694a.43.43 0 0 0 .01-.706C19.515 8.094 15.964 4.558 12.426 1.01c-.145-.12-.298-.312-.51-.259z"/><path d="M7.487 5.96c1.478-1.445 3.007-2.84 4.506-4.265 1.54 1.483 3.156 2.894 4.64 4.428l-.121.161c-1.02-.031-2.029-.25-3.047-.342.006.796.002 1.59.004 2.386h-2.951c.002-.796-.004-1.592.001-2.388-.959.108-1.914.263-2.874.349-.216.061-.403-.21-.158-.329z"/><path fill="#fff" d="M6.282 10.152c3.743-.053 7.49-.014 11.234-.019.581-.064 1.036.64.704 1.133-1.832 3.205-3.689 6.398-5.533 9.598-.25.571-1.126.582-1.382.011-1.846-3.198-3.698-6.395-5.536-9.598-.29-.421.002-1.075.512-1.124m-.103.335c-.312.167-.246.557-.072.799 1.822 3.144 3.631 6.294 5.455 9.436.152.386.72.377.869-.007 1.835-3.17 3.671-6.342 5.497-9.517.258-.313.013-.814-.397-.779-3.563-.031-7.128.004-10.692-.017-.22.013-.456-.013-.66.085z"/><path fill="#fff" d="M9.521 12.389c1.494-.16 3.022-.026 4.529-.068.418-.089.851.349.581.74a362.356 362.356 0 0 1-2.194 3.821c-.138.344-.655.425-.835.073-.756-1.253-1.462-2.538-2.201-3.802-.176-.238-.178-.622.12-.764z"/><path fill="#c4122e" d="M6.178 10.488c.204-.098.44-.072.66-.085 3.564.02 7.129-.014 10.692.017.41-.035.655.466.397.779a3911.277 3911.277 0 0 1-5.497 9.517c-.149.384-.716.394-.869.007-1.824-3.142-3.634-6.292-5.455-9.436-.174-.242-.24-.632.072-.799m3.343 1.901c-.298.143-.296.527-.12.764.739 1.264 1.445 2.549 2.201 3.802.18.352.697.271.835-.073a380.85 380.85 0 0 0 2.194-3.821c.27-.391-.163-.829-.581-.74-1.507.042-3.035-.091-4.529.068z"/></symbol><symbol viewBox="0 0 27 24" id="warning--yield-ahead--g3" xmlns="http://www.w3.org/2000/svg"><path fill="#e20a16" d="M13.473 0h.455c.269.151.496.368.643.64 4.277 7.439 8.591 14.858 12.857 22.302v.492c-.154.167-.306.336-.472.492-7.061-.141-14.131-.021-21.197-.06-1.76.029-3.522-.066-5.279.056-.171-.158-.326-.332-.481-.505v-.413C4.222 15.556 8.561 8.171 12.812.737c.155-.299.398-.535.66-.739M3.548 21.592c6.784.007 13.569.005 20.353 0-3.389-5.877-6.779-11.755-10.179-17.626A8761.686 8761.686 0 0 0 3.547 21.592z"/><path fill="#e20a16" d="M9.338 13.02c2.829-.064 5.665-.014 8.497-.025.309-.077.562.248.335.501-1.387 2.408-2.78 4.815-4.171 7.222a.288.288 0 0 1-.555-.004c-1.378-2.375-2.743-4.759-4.124-7.133-.107-.178-.236-.437.018-.561m2.002 1.337c.79 1.377 1.585 2.751 2.384 4.124.795-1.373 1.594-2.746 2.381-4.124a756.525 756.525 0 0 0-4.764 0z"/><path fill="#fff" d="M3.548 21.592A8562.751 8562.751 0 0 1 13.723 3.966c3.4 5.871 6.79 11.749 10.179 17.626-6.784.005-13.569.007-20.353 0m5.789-8.572c-.254.123-.125.383-.018.561 1.381 2.374 2.746 4.757 4.124 7.133a.288.288 0 0 0 .555.004c1.391-2.407 2.784-4.814 4.171-7.222.228-.252-.026-.577-.335-.501-2.832.011-5.668-.04-8.497.025z"/><path fill="#fff" d="M11.34 14.357c1.588-.005 3.176-.005 4.764 0-.787 1.378-1.585 2.751-2.381 4.124a847.189 847.189 0 0 1-2.384-4.124z"/><path fill="#120102" opacity=".08" d="M0 23.419c.155.173.31.347.481.505l.167.077h-.649v-.581z"/><path fill="#190102" opacity=".11" d="M26.957 23.927c.166-.156.318-.325.472-.492V24h-.625l.154-.073z"/><path fill="#c20813" opacity=".86" d="M.481 23.923c1.757-.122 3.519-.027 5.279-.056 7.066.04 14.135-.081 21.197.06l-.154.073H.648l-.167-.077z"/></symbol></svg>
\ No newline at end of file
index 8266a2aa00ba49418c5fbb3916c6c6e4bedccd3d..40c3c6c4bfaff78d7f25c51c4b192233108a5713 100644 (file)
         "redo": {
             "nothing": "Niks om weer te doen nie."
         },
-        "logout": "voetsek",
         "loading_auth": "Maak kontak met OpenStreetMap...",
         "status": {
             "error": "Kan nie aan die API koppel nie.",
index 0095ae3fb314602b4242636bae4c13718e40bde1..c50ccbea40aba2e32c171638588440a544f45400 100644 (file)
                 "title": "تقسيم"
             }
         },
-        "logout": "تسجيل الخروج",
         "commit": {
             "upload_explanation": "التغييرات التي قمتم بتحميلها ستكون مرئية على جميع الخرائط التي تستخدم بيانات خريطة الشارع المفتوح.",
             "cancel": "إلغاء",
index 456ff7c2affc2485dd6954ff0e7b62f74d42eb8d..bdefab3416da61a6afc616c72e356cbd87f3d5e8 100644 (file)
             "localized_translation_name": "الاسم"
         },
         "zoom_in_edit": "كبّر الخريطة للتعديل",
-        "login": "تسجيل دخول",
-        "logout": "تسجيل خروج",
         "loading_auth": "جار الإتصال بـ OpenStreetMap ...",
         "report_a_bug": "أبلغ عن خطأ أو مشكلة",
         "help_translate": "ساعد في الترجمة",
         "cannot_zoom": "لايمكن التصغير أكثر من ذلك في الوضع الحالي.",
         "full_screen": "التبديل إلى وضع ملء الشاشة",
         "gpx": {
-            "local_layer": "ملف محلي",
             "drag_drop": "اسحب وأفلت ملفات gpx. أو geojson. أو kml. في الصفحة، أو انقر على الزر في اليمين للتصفح واختيار ملف",
             "zoom": "تكبير إلى الطبقة",
             "browse": "تصفح لاختيار ملف"
                     "add_point": "نمط \"إضافة نقطة\"",
                     "add_line": "نمط \"إضافة خط\"",
                     "add_area": "نمط \"إضافة مساحة\"",
-                    "place_point": "إضافة نقطة",
                     "disable_snap": "اضغط مع الاستمرار لتعطيل ميزة الانجذاب للنقاط",
                     "stop_line": "إنهاء رسم خط أو مساحة"
                 },
                     "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
                 }
             }
+        },
+        "community": {
+            "cape-coast-youthmappers": {
+                "description": "تابعنا على تويتر: {url}"
+            }
         }
     }
 }
\ No newline at end of file
index 36c6b4534ebe04c2c42f2f8fb0ed874b3ca1a45b..042fd3d26cef1725432c081b3848361e61191cef 100644 (file)
             "localized_translation_name": "Nome"
         },
         "zoom_in_edit": "Averar pa editar",
-        "login": "aniciu de sesión",
-        "logout": "zarrar sesión",
         "loading_auth": "Coneutando con OpenStreetMap...",
         "report_a_bug": "Informar d'un fallu",
         "help_translate": "Ayudar a traducir",
         "cannot_zoom": "Nun puede alloñase más nel mou actual.",
         "full_screen": "Conmutar pantalla completa",
         "gpx": {
-            "local_layer": "Ficheru llocal",
             "drag_drop": "Abasna y suelta un ficheru .gpx, .geojson o .kml na páxina, o prime nel botón de la drecha pa restolar",
             "zoom": "Averar a capa",
             "browse": "Buscar un ficheru"
                     "title": "Dibuxar",
                     "add_point": "Mou «amestar puntu»",
                     "add_line": "Mou «amestar llinia»",
-                    "add_area": "Mou «amestar área»",
-                    "place_point": "Asitiar un puntu"
+                    "add_area": "Mou «amestar área»"
                 },
                 "operations": {
                     "title": "Operaciones"
index 1ee5bdca380b72ffbf1d19e7e9543fa28b940f54..0b9faa7a98ccf33d3bd794570171860c87787acb 100644 (file)
             "localized_translation_name": "Име"
         },
         "zoom_in_edit": "Приближете за да редактирате.",
-        "login": "вход",
-        "logout": "изход",
         "loading_auth": "Свързване с OpenStreetMap...",
         "report_a_bug": "Докладвай грешка",
         "help_translate": "Помощ за превода",
         "cannot_zoom": "Не можете да намалявате повече в текущия режим.",
         "full_screen": "Превключи на Цял Екран",
         "gpx": {
-            "local_layer": "Локален файл",
             "drag_drop": "Влачете и пуснете .gpx, .geojson или .kml файл в тази страница или кликнете на бутона в дясно, за да разгледате",
             "zoom": "Приближете към слоя",
             "browse": "Потърсете файл"
index 45e13029a92beaaaa77ffca25926be14949cc1cd..02251cdbfa9f442e9a429500df73f41658bbdd60 100644 (file)
                 "description": "মানচিত্রে রেস্তোরাঁ, স্মৃতিস্তম্ভ, ডাকবাক্স অথবা অন্য কোন স্থান সংযোজন করুন।",
                 "tail": "বিন্দু সংযোজন করার জন্য মানচিত্রে ক্লিক করুন।"
             },
+            "add_note": {
+                "title": "টীকা",
+                "description": "ত্রুটি খুঁজে পেয়েছেন? অন্যান্য ম্যাপারদের জানিয়ে দিন।",
+                "tail": "টীকা যোগ করার জন্য মানচিত্রে ক্লিক করুন।"
+            },
             "browse": {
                 "title": "ঘুরে ফিরে দেখুন",
                 "description": "মানচিত্র প্যান এবং জুম করুন।"
@@ -39,7 +44,8 @@
                 "annotation": {
                     "point": "একটি বিন্দু সংযোজন করা হয়েছে।",
                     "vertex": "একটি গমনপথে একটি নোড সংযোজন করা হয়েছে।",
-                    "relation": "একটি সম্পর্ক সংযোজন করা হয়েছে।"
+                    "relation": "একটি সম্পর্ক সংযোজন করা হয়েছে।",
+                    "note": "টীকা যোগ করুন।"
                 }
             },
             "start": {
@@ -50,7 +56,7 @@
             },
             "continue": {
                 "key": "A",
-                "title": "\t\nচালিয়ে যান",
+                "title": "এগিয়ে যান",
                 "description": "এই রেখাকে প্রলম্বিত করুন.",
                 "not_eligible": "কোন রেখাকে এখানে প্রলম্বিত করা যাবে না.",
                 "annotation": {
             "localized_translation_language": "ভাষা বেছে নিন",
             "localized_translation_name": "নাম"
         },
-        "login": "প্রবেশ করুন",
-        "logout": "বেরিয়ে যান",
         "loading_auth": "ওপেনস্ট্রীটম্যাপে সংযোগ করা হচ্ছে ...",
         "report_a_bug": "সমস্যা প্রতিবেদন করুন",
         "help_translate": "অনুবাদ সাহায্য",
                     "text": "মানচিত্র © Thunderforest, উপাত্ত © ওপেনস্ট্রীটম্যাপের অবদানকারীগণ"
                 }
             }
+        },
+        "community": {
+            "cape-coast-youthmappers": {
+                "description": "টুইটারে আমাদের অনুসরণ করুন: {url}"
+            },
+            "osm-gh-facebook": {
+                "name": "ফেসবুকে ঘানা OpenStreetMap",
+                "description": "OpenStreetMap-এ আগ্রহীদের জন্য ফেসবুক গ্রুপ।"
+            },
+            "osm-gh-twitter": {
+                "name": "টুইটারে ঘানা OpenStreetMap",
+                "description": "টুইটারে আমাদের অনুসরণ করুন: {url}"
+            },
+            "talk-gh": {
+                "name": "Talk-gh মেইলিং লিস্ট"
+            }
         }
     }
 }
\ No newline at end of file
index b857f0e5e13c722974b8980c4d3d4d9da5ff3e7e..6f8985f46b1057a8f912c96b253f6fb9181ec581 100644 (file)
             "localized_translation_language": "Izaberite jezik",
             "localized_translation_name": "Naziv"
         },
-        "logout": "Odjavite se",
         "loading_auth": "Povezivanje na OpenStreetMap...",
         "status": {
             "error": "Nemoguće povezati na API.",
index cd9df7b1b1157082478386cfb550765fb5b872d5..5e429e0d6d0c4ef168552da6be60101b0411e05e 100644 (file)
@@ -21,6 +21,9 @@
                 "description": "Afegiu restaurants, monuments, bústies de correus o altres punts al mapa.",
                 "tail": "Cliqueu al mapa per a afegir un punt."
             },
+            "add_note": {
+                "tail": "Cliqueu al mapa per a afegir una nota."
+            },
             "browse": {
                 "title": "Navega",
                 "description": "Allunyeu o apropeu el mapa"
                     "create": "Heu afegit una restricció de gir",
                     "delete": "Heu eliminat una restricció de gir"
                 }
+            },
+            "detach_node": {
+                "title": "Desconnecta",
+                "description": "Desconnecta aquest node de les seves línies/àrees.",
+                "annotation": "S'ha desconnectat un node de les línies/àrees pare."
             }
         },
         "restriction": {
             "localized_translation_name": "Nom"
         },
         "zoom_in_edit": "Apropeu-vos més per editar",
-        "login": "inicia sessió",
-        "logout": "Tancar la sessió",
+        "login": "Inicia la sessió",
+        "logout": "Tanca la sessió",
         "loading_auth": "Connectant a OpenStreetMap...",
         "report_a_bug": "Informa d'un error",
         "help_translate": "Ajuda a traduir-lo",
         "cannot_zoom": "No es pot allunyar més la vista al mode actual.",
         "full_screen": "Passar a pantalla completa",
         "gpx": {
-            "local_layer": "Fitxer local",
+            "local_layer": "Afegeix un GPX",
             "drag_drop": "Arrossegueu i deixeu anar un fitxer .gpx, .geojon o .kml a la pàgina, o feuclic al botó de la dreta per a ubicar-lo",
             "zoom": "Escala a la capa",
             "browse": "Navega cap a un fitxer"
         },
+        "mvt": {
+            "local_layer": "Afegeix un MVT"
+        },
         "streetside": {
             "tooltip": "Fotografies a peu de carrer de Microsoft",
             "hires": "Alta resolució"
         "openstreetcam": {
             "view_on_openstreetcam": "Visualitzeu la imatge a OpenStreetCam"
         },
+        "note": {
+            "note": "Nota",
+            "title": "Edita la nota",
+            "anonymous": "anònim"
+        },
         "help": {
             "title": "Ajuda",
             "key": "H",
                     "title": "Dibuixant",
                     "add_point": "Mode \"Afegir punt\"",
                     "add_line": "Mode \"Afegir línia\"",
-                    "add_area": "Mode \"Afegir Àrea\"",
-                    "place_point": "Seleccioneu un punt"
+                    "add_area": "Mode \"Afegir Àrea\""
                 },
                 "operations": {
                     "title": "Operaccions",
             }
         },
         "community": {
+            "cape-coast-youthmappers": {
+                "name": "Universitat de Cape Coast YouthMappers",
+                "description": "Segueix-nos a Twitter: {url}",
+                "extendedDescription": "Aquest és l'identificacdor oficial dels Joves Cartografistes de la Universitat de Cape Coast, Ghana. Ens encanten els mapes, les dades obertes i ajudar a les persones vulnerables."
+            },
+            "osm-gh-facebook": {
+                "name": "OpenStreetMap Ghana a Facebook",
+                "description": "Grup de Facebook per a gent interessada en OpenStreetMap."
+            },
+            "osm-gh-twitter": {
+                "name": "OpenStreetMap Ghana a Twitter",
+                "description": "Segueix-nos a Twitter: {url}"
+            },
+            "talk-gh": {
+                "name": "Llista de correu Talk-gh"
+            },
             "OSM-India-facebook": {
                 "description": "Millora OpenStreetMap a l'Índia"
             },
index 312d5611d5093c828a2af8b7f4ca36f49f21a35c..ab808b09cb9de79cfc8c61cc8952b1da89dd3389 100644 (file)
@@ -23,7 +23,6 @@
             "localized_translation_language": "هەڵبژاردنی زمان",
             "localized_translation_name": "ناو"
         },
-        "logout": "چوونە دەرەوە",
         "report_a_bug": "ناردنی هەڵە",
         "help_translate": "یارمەتیدان بۆ وەرگێڕان",
         "commit": {
             "startediting": {
                 "title": "دەستپێکردنی دەستکاری"
             }
+        },
+        "community": {
+            "it-twitter": {
+                "description": "لەسەر تویتەر شوێنمان بکەوە {url}"
+            }
         }
     }
 }
\ No newline at end of file
index 586a5c291e0d5c4c91c0cb0e0a47e2e3512a8509..234a4c2397e1e8de68361b265379a8727d5ca110 100644 (file)
                 "description": "Přidat do mapy restaurace, poštovní schránky, zastávky či jiné body.",
                 "tail": "Klikněte na mapu a přidejte tak bod."
             },
+            "add_note": {
+                "title": "Poznámka",
+                "tail": "Klikněte do mapy pro přidání poznámky."
+            },
             "browse": {
                 "title": "Procházet",
                 "description": "Posunutí a zvětšení mapy."
             },
             "help": {
                 "indirect": "(nepřímé)",
+                "turn": {
+                    "no_left_turn": "Zákaz odbočení vlevo {indirect}",
+                    "no_right_turn": "Zákaz odbočení vpravo {indirect}",
+                    "no_u_turn": "Zákaz otáčení {indirect}"
+                },
                 "from": "Z",
                 "via": "PŘES",
                 "to": "DO",
             "localized_translation_name": "Název"
         },
         "zoom_in_edit": "Pro editaci přibližte",
-        "login": "přihlášení",
-        "logout": "odhlásit",
         "loading_auth": "Připojování na OpenStreetMap…",
         "report_a_bug": "Nahlásit chybu",
         "help_translate": "Pomoct s překladem",
             "view_on_osm": "Zobrazit změny na OSM",
             "changeset_id": "Vaše sada změn #: {changeset_id}",
             "like_osm": "Líbí se Vám OpenStreetMap? Spojte se s ostatními:",
+            "more": "Více",
+            "events": "Události",
             "languages": "Jazyky: {languages}",
             "tell_us": "Řekněte nám o tom!"
         },
         "cannot_zoom": "Aktuální nastavení nedovoluje větší zvětšení.",
         "full_screen": "Na celou obrazovku",
         "gpx": {
-            "local_layer": "Místní soubor",
+            "local_layer": "Přidat GPX",
             "drag_drop": "Přetáhni a pusť .gpx, .geojson nebo .kml soubor na stránku, nebo klikni tlačítko napravo k prohlížení",
             "zoom": "Přibliž na vrstvu",
             "browse": "Hledej soubor"
         },
+        "mvt": {
+            "local_layer": "Přidat MVT",
+            "zoom": "Přiblížit na vrstvu"
+        },
+        "streetside": {
+            "hires": "Vysoké rozlišení"
+        },
         "mapillary_images": {
             "tooltip": "Fotografie z úrovně ulice z Mapillary",
             "title": "Vrstva fotografií (Mapillary)"
         "openstreetcam": {
             "view_on_openstreetcam": "Zobrazit tento obrázek na OpenStreetCam"
         },
+        "note": {
+            "note": "Poznámka",
+            "title": "Upravit poznámku",
+            "anonymous": "anonymní",
+            "closed": "(uzavřeno)",
+            "commentTitle": "Komentáře",
+            "newComment": "Nový komentář",
+            "close": "Zavřít poznámku",
+            "open": "Znovuotevřít poznámku",
+            "comment": "Komentář",
+            "new": "Nová poznámka",
+            "save": "Uložit poznámku"
+        },
         "help": {
             "title": "Nápověda",
             "key": "H",
                 "title": "Úpravy & ukládání",
                 "select_h": "Výběr",
                 "multiselect_h": "Vícenásobný výběr",
+                "undo_redo_h": "Zpět - Vpřed",
                 "save_h": "Uložit",
                 "save": "Stiskněte{save} **Uložit** pro ukončení svých úprav a jejich nahrání na OpenStreetMap. Pamatujte na časté ukládání své práce!",
                 "save_validation": "Na obrazovce ukládání budete mít šanci prohlédnout si své úpravy. iD také provede některé základní kontroly ohledně chybějících informací a případně Vám může pomoci návrhy a varováními, pokud se něco nebude zdát v pořádku.",
                 "square_area_h": "Pravoúhlé rohy",
                 "modify_area_h": "Úprava ploch",
                 "delete_area_h": "Odstraňování ploch"
+            },
+            "relations": {
+                "title": "Relace",
+                "edit_relation_h": "Úpravy relací",
+                "multipolygon_h": "Multipolygony",
+                "boundary_h": "Hranice"
+            },
+            "streetlevel": {
+                "title": "Pouliční fotky",
+                "using_h": "Používání pouličních fotek"
+            },
+            "gps": {
+                "title": "GPS stopy",
+                "using_h": "Používání GPS stop"
+            },
+            "field": {
+                "restrictions": {
+                    "about": {
+                        "title": "O"
+                    },
+                    "tips": {
+                        "title": "Tipy"
+                    }
+                }
             }
         },
         "intro": {
                     "title": "Vybrání prvků",
                     "select_one": "Zvolit jednu vlastnost",
                     "select_multi": "Zvolit více vlastností"
+                },
+                "with_selected": {
+                    "edit_menu": "Přepnout menu úprav"
+                },
+                "vertex_selected": {
+                    "title": "S vybraným uzlem"
                 }
             },
             "editing": {
                     "add_point": "Režim 'Přidat bod'",
                     "add_line": "Režim 'Přidat čáru'",
                     "add_area": "Režim 'Přidat plochu'",
-                    "place_point": "Umístit bod",
                     "disable_snap": "Přidržte pro zakázání přichytávání bodů"
                 },
                 "operations": {
                     "title": "Operace",
                     "reverse": "Vrátit čáru",
-                    "circularize": "Zakulacení uzavřených čar, nebo ploch"
+                    "circularize": "Zakulacení uzavřených čar, nebo ploch",
+                    "delete": "Smazat zvolené vlastnosti"
                 },
                 "commands": {
                     "title": "Příkazy",
                     "copy": "Kopírovat vybrané vlastnosti",
                     "paste": "Vložit vybrané vlastnosti",
+                    "undo": "Vrátit poslední akci",
+                    "redo": "Zopakovat poslední akci",
                     "save": "Uložit změny"
                 }
             },
             "tools": {
                 "title": "Nástroje",
                 "info": {
-                    "title": "Informace"
+                    "title": "Informace",
+                    "all": "Přepnout všechny informační panely",
+                    "background": "Přepnout panel pozadí",
+                    "history": "Přepnout panel historie",
+                    "location": "Přepnout panel umístění",
+                    "measurement": "Přepnout panel měření"
                 }
             }
         },
                         "cycleway:right": "Po pravé straně"
                     }
                 },
+                "dance/style": {
+                    "label": "Taneční styly"
+                },
                 "date": {
                     "label": "Datum"
                 },
                 "display": {
                     "label": "Zobrazení"
                 },
+                "distance": {
+                    "label": "Celková vzdálenost"
+                },
                 "dock": {
                     "label": "Typ"
                 },
                     "label": "Počet košů",
                     "placeholder": "1, 2, 4..."
                 },
+                "horse_dressage": {
+                    "options": {
+                        "equestrian": "Ano",
+                        "undefined": "Ne"
+                    }
+                },
+                "horse_riding": {
+                    "options": {
+                        "horse_riding": "Ano",
+                        "undefined": "Ne"
+                    }
+                },
+                "horse_stables": {
+                    "label": "Jezdecká stáj",
+                    "options": {
+                        "stables": "Ano",
+                        "undefined": "Ne"
+                    }
+                },
                 "iata": {
                     "label": "IATA"
                 },
                 "indoor": {
                     "label": "Uvnitř"
                 },
+                "industrial": {
+                    "label": "Druh"
+                },
                 "information": {
                     "label": "Typ"
                 },
                     "label": "Povolená rychlost",
                     "placeholder": "40, 50, 60..."
                 },
+                "maxspeed/advisory": {
+                    "placeholder": "40, 50, 60…"
+                },
                 "maxstay": {
                     "label": "Povoleno zůstat max."
                 },
                 "recycling_accepts": {
                     "label": "Určení"
                 },
+                "ref": {
+                    "label": "Referenční kód"
+                },
                 "ref/isil": {
                     "label": "Kód ISIL"
                 },
                 "shop": {
                     "label": "Typ"
                 },
+                "siren/purpose": {
+                    "label": "Účel"
+                },
+                "siren/type": {
+                    "label": "druh",
+                    "options": {
+                        "electronic": "Elektronická",
+                        "other": "Ostatní",
+                        "pneumatic": "Pneumatická"
+                    }
+                },
                 "site": {
                     "label": "Typ"
                 },
                     "placeholder": "Není známo"
                 },
                 "structure_waterway": {
+                    "label": "Struktura",
                     "options": {
                         "tunnel": "Tunel"
                     },
                         "auto": "Autotransformátor",
                         "converter": "Převodník",
                         "generator": "Generátor",
-                        "phase_angle_regulator": "Regulátor fázového úhlu"
+                        "phase_angle_regulator": "Regulátor fázového úhlu",
+                        "yes": "Neznámé"
                     }
                 },
                 "trees": {
                     "label": "Typ",
                     "placeholder": "Výchozí"
                 },
+                "usage_rail": {
+                    "label": "Druh použití"
+                },
                 "visibility": {
                     "label": "Viditelnost",
                     "options": {
                 "wheelchair": {
                     "label": "Pro vozíčkáře"
                 },
+                "wholesale": {
+                    "label": "Velkoobchod"
+                },
                 "width": {
                     "label": "Šířka (v metrech)"
                 },
                     "name": "Reklamní poutač",
                     "terms": "reklama,billboard,plakát"
                 },
+                "advertising/column": {
+                    "name": "Reklamní sloup"
+                },
                 "aerialway": {
                     "name": "Lanovka/vlek"
                 },
                     "name": "Automat na cigarety",
                     "terms": "automat,cigarety,prodejní automat"
                 },
+                "amenity/vending_machine/coffee": {
+                    "name": "Automat na kávu"
+                },
                 "amenity/vending_machine/condoms": {
                     "name": "Automat na kondomy",
                     "terms": "automat,prodejní automat,kondom,prezervativ"
                     "name": "Automat na nápoje",
                     "terms": "automat,prodejní automat,nápoj,nápoje,pití,plechovky,lahve,limonáda,kafe,káva,pivo"
                 },
+                "amenity/vending_machine/electronics": {
+                    "name": "Elektronický prodejní automat"
+                },
+                "amenity/vending_machine/elongated_coin": {
+                    "name": "Prodejní automat na mince"
+                },
                 "amenity/vending_machine/excrement_bags": {
                     "name": "Automat na pytlíky na exkrementy",
                     "terms": "automat,prodejní automat,pytlík,pes,psí exkrementy,psí hovna,exkrement,hovno,hovínko"
                 "amenity/vending_machine/feminine_hygiene": {
                     "name": "Automat dámské hygieny"
                 },
+                "amenity/vending_machine/food": {
+                    "name": "Jídelní automat"
+                },
+                "amenity/vending_machine/ice_cream": {
+                    "name": "Automat na zmrzlinu"
+                },
                 "amenity/vending_machine/news_papers": {
                     "name": "Automat na noviny"
                 },
                     "name": "Plocha silnice",
                     "terms": "plocha silnice,povrch silnice,plocha cesty,povrch cesty"
                 },
+                "attraction/amusement_ride": {
+                    "name": "Zábavní jízda"
+                },
                 "attraction/animal": {
                     "name": "Zvíře"
                 },
+                "attraction/big_wheel": {
+                    "name": "Ruské kolo"
+                },
                 "attraction/bumper_car": {
                     "name": "Autodrom"
                 },
                 "attraction/carousel": {
                     "name": "Kolotoč"
                 },
+                "attraction/maze": {
+                    "name": "Bludiště"
+                },
+                "attraction/pirate_ship": {
+                    "name": "Pirátská loď"
+                },
+                "attraction/river_rafting": {
+                    "name": "Říční rafting"
+                },
                 "attraction/roller_coaster": {
                     "name": "Horská dráha"
                 },
                 "building/entrance": {
                     "name": "Vchod/východ (zastaralý tag)"
                 },
+                "building/farm": {
+                    "name": "Zemědělský dům"
+                },
+                "building/farm_auxiliary": {
+                    "name": "Zemědělská budova"
+                },
                 "building/garage": {
                     "name": "Garáž",
                     "terms": "garáž,garáže,parkování,kryté parkování"
                     "name": "Catering",
                     "terms": "catering,dodavatel občerstvení,dodavatelství občerstvení"
                 },
+                "craft/chimney_sweeper": {
+                    "name": "Kominík"
+                },
                 "craft/clockmaker": {
                     "name": "Hodinář (ne hodinky)",
                     "terms": "hodinářství,hodinář,hodiny"
                 },
+                "craft/confectionery": {
+                    "name": "Cukrář"
+                },
                 "craft/distillery": {
                     "name": "Lihovar"
                 },
                     "name": "Lešenář",
                     "terms": "lešenář,lešenářství,lešení"
                 },
+                "craft/sculptor": {
+                    "name": "Sochař"
+                },
                 "craft/shoemaker": {
                     "name": "Švec",
                     "terms": "švec,ševcovství,obuvník,obuvnictví"
                 "emergency/destination": {
                     "name": "Vjezd záchranným vozidlům jen do místa"
                 },
+                "emergency/fire_alarm": {
+                    "name": "Ohlašovna požárů"
+                },
+                "emergency/fire_extinguisher": {
+                    "name": "Hasící přístroj"
+                },
                 "emergency/fire_hydrant": {
                     "name": "Požární hydrant",
                     "terms": "požární hydrant, hasičský hydrant, pumpa"
                 },
+                "emergency/first_aid_kit": {
+                    "name": "Lékárnička první pomoci"
+                },
                 "emergency/life_ring": {
                     "name": "Kruh života"
                 },
                 "emergency/private": {
                     "name": "Vjezd záchranným vozidlům jen s povolením"
                 },
+                "emergency/siren": {
+                    "name": "Siréna"
+                },
                 "emergency/yes": {
                     "name": "Vjezd záchranných vozidel povolen"
                 },
                 "healthcare/hospice": {
                     "name": "Hospic"
                 },
+                "healthcare/laboratory": {
+                    "name": "Zdravotnická laboratoř"
+                },
                 "healthcare/midwife": {
                     "name": "Porodní bába",
                     "terms": "dítě,porod,těhotenství"
                     "name": "Hospodářský les",
                     "terms": "les,hospodářský les"
                 },
+                "landuse/garages": {
+                    "name": "Garáže"
+                },
                 "landuse/grass": {
                     "name": "Tráva",
                     "terms": "tráva"
                     "name": "Rekreační území",
                     "terms": "rekreace,prostranství pro rekreaci,náves,hřiště,obecní zeleň"
                 },
+                "landuse/religious": {
+                    "name": "Posvátné území"
+                },
                 "landuse/residential": {
                     "name": "Rezidenční oblast",
                     "terms": "obytná oblast,rezidenční oblast,byty,domy,bydlení,obytné,sídelní"
                     "name": "Tančírna",
                     "terms": "taneční sál,tančírna,jive,džajv,swing,tango,waltz,valčík,polka"
                 },
+                "leisure/dancing_school": {
+                    "name": "Taneční škola"
+                },
                 "leisure/dog_park": {
                     "name": "Psí park",
                     "terms": "park pro psy,psí park"
                     "name": "Štola",
                     "terms": "štola,důl,vstup do dolu,důlní,horní,tunel"
                 },
+                "man_made/antenna": {
+                    "name": "Anténa"
+                },
                 "man_made/breakwater": {
                     "name": "Vlnolam",
                     "terms": "pobřežní hráz,násep,kameny,molo,zábrana"
                     "name": "Stožár",
                     "terms": "anténa,vysílací věž,BTS,BTSka,mobilní vysílač,vysílač GSM,televizní vysílač,rozhlasový vysílač"
                 },
+                "man_made/monitoring_station": {
+                    "name": "Monitorovací stanice"
+                },
                 "man_made/observation": {
                     "name": "Rozhledna",
                     "terms": "rozhledna,pozorovatelna,věž"
                 },
+                "man_made/observatory": {
+                    "name": "Observatoř"
+                },
                 "man_made/petroleum_well": {
                     "name": "Ropný vrt",
                     "terms": "ropa,těžba,těžební,ropný,vrt"
                     "name": "Továrna",
                     "terms": "montáž,výroba,pivovar,auto,závod,továrna,zpracování,rafinerie"
                 },
+                "manhole": {
+                    "name": "Šachta"
+                },
+                "manhole/telecom": {
+                    "name": "Telekomunikační šachta"
+                },
                 "natural": {
                     "name": "Přírodní objekt",
                     "terms": "příroda,přírodní,naturální,přirozený"
                     "name": "Vřesoviště",
                     "terms": "vřesoviště,vřes"
                 },
+                "natural/mud": {
+                    "name": "Bahno"
+                },
                 "natural/peak": {
                     "name": "Vrchol",
                     "terms": "hora,vrch,vrchol,vrcholek,kopec,kopeček,kóta,mont,mount,pik"
                     "name": "Kanceláře",
                     "terms": "kancelář,kancelářský,úřad,úřadovna,administrativa,office,sídlo"
                 },
+                "office/accountant": {
+                    "name": "Účetnictví"
+                },
                 "office/administrative": {
                     "name": "Místní úřad"
                 },
+                "office/adoption_agency": {
+                    "name": "Adopční agentura"
+                },
+                "office/advertising_agency": {
+                    "name": "Reklamní agentura"
+                },
+                "office/architect": {
+                    "name": "Kancelář architekta"
+                },
+                "office/association": {
+                    "name": "Kancelář neziskové organizace"
+                },
+                "office/charity": {
+                    "name": "Kancelář charity"
+                },
                 "office/coworking": {
                     "name": "Místo pro spolupráci",
                     "terms": "spolupráce,kancelář"
                 "public_transport/station_tram": {
                     "name": "Tramvajová stanice"
                 },
+                "public_transport/station_trolleybus": {
+                    "name": "Trolejbusová stanice/terminál"
+                },
                 "public_transport/stop_area": {
                     "name": "Oblast zastávky"
                 },
                     "name": "Klenotnictví",
                     "terms": "zlatnictví,šperky,klenotník,klenoty,klenotnictví,bižutérie,náramky,náušnice,prsteny"
                 },
+                "shop/kiosk": {
+                    "name": "Kiosek"
+                },
                 "shop/kitchen": {
                     "name": "Kuchyňské studio",
                     "terms": "kuchyně,kuchyňský,kuchyňské linky,kuchyně na míru"
                     "name": "Obchod s motocykly",
                     "terms": "prodejna motocyklů,prodejna motorek,motocykly,motorky"
                 },
+                "shop/motorcycle_repair": {
+                    "name": "Opravna motocyklů"
+                },
                 "shop/music": {
                     "name": "Obchod s hudbou",
                     "terms": "hudební obchod,obchod s hudbou,cd,lp"
                     "name": "Zbraně a střelivo",
                     "terms": "zbraně,střelivo,pistole,pušky,puška,nůž,nože,army"
                 },
+                "shop/wholesale": {
+                    "name": "Velkoobchodní sklad"
+                },
                 "shop/window_blind": {
                     "name": "Obchod s roletami",
                     "terms": "roleta,rolety,žaluzie,okenice"
                     "name": "Místo pro karavany",
                     "terms": "místo pro karavany,kemp,camp,camping,karavan"
                 },
+                "tourism/chalet": {
+                    "name": "Prázdninová vesnice"
+                },
                 "tourism/gallery": {
                     "name": "Galerie umění",
                     "terms": "muzeum umění,galerie umění,umělecká galerie,umělecké muzeum,galerie"
             }
         },
         "imagery": {
+            "AGIVFlandersGRB": {
+                "name": "AGIV Flanders GRB"
+            },
             "Bing": {
                 "description": "Satelitní a letecké snímky.",
                 "name": "Letecké snímky Bing"
             "US-TIGER-Roads-2017": {
                 "name": "TIGER Roads 2017"
             },
+            "UrbISOrtho2016": {
+                "name": "UrbIS-Ortho 2016"
+            },
+            "UrbISOrtho2017": {
+                "name": "UrbIS-Ortho 2017"
+            },
+            "UrbisAdmFR": {
+                "name": "UrbisAdm FR"
+            },
+            "UrbisAdmNL": {
+                "name": "UrbisAdm NL"
+            },
             "Waymarked_Trails-Cycling": {
                 "attribution": {
                     "text": "© waymarkedtrails.org, přispěvatelé OpenStreetMap, CC BY-SA 3.0"
                 },
                 "name": "OpenStreetMap (německý styl)"
             },
+            "osmse-ekonomiska": {
+                "attribution": {
+                    "text": "© Lantmäteriet"
+                }
+            },
             "qa_no_address": {
                 "attribution": {
                     "text": "Simon Poole, data © přispěvatelé OpenStreetMap"
                 }
             },
+            "skobbler": {
+                "name": "skobbler"
+            },
             "stamen-terrain-background": {
                 "name": "Terén Stamen"
             },
             "tf-cycle": {
                 "attribution": {
                     "text": "Mapy © Thunderforest, data © přispěvatelé OpenStreetMap"
-                }
+                },
+                "name": "Thunderforest OpenCycleMap"
             },
             "tf-landscape": {
                 "attribution": {
                     "text": "Mapy © Thunderforest, data © přispěvatelé OpenStreetMap"
+                },
+                "name": "Thunderforest Landscape"
+            },
+            "trafikverket-baninfo": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                }
+            },
+            "trafikverket-baninfo-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                }
+            },
+            "trafikverket-vagnat": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                }
+            },
+            "trafikverket-vagnat-extra": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                }
+            },
+            "trafikverket-vagnat-navn": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                }
+            },
+            "trafikverket-vagnat-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
                 }
             }
         },
index 222c1df807f6422cf7ca28f590a83ed7c7e01da6..c2be950a5c0015f03a26cdc75480043e7e686fb9 100644 (file)
                 },
                 "connected_to_hidden": {
                     "single": "Dette objekt kan ikke slettes da det er forbundet til et skjult objekt.",
-                    "multiple": "Disse objekter kan ikke blive slettet da nogle af dem er forbundet til skjulte features."
+                    "multiple": "Disse kortobjekter kan ikke slettes, da nogle af dem er forbundet til skjulte kortobjekter."
                 }
             },
             "add_member": {
                     "line": "Forbandt en vej til en linje.",
                     "area": "Forbandt en vej til et område."
                 },
+                "relation": "Disse kortobjekter kan ikke forbindes, da deres relationsroller er i konflikt. ",
                 "restriction": "Disse kortobjekter kan ikke forbindes, da det ville skade en \"{relation}\"-relation."
             },
             "disconnect": {
                 "annotation": "Fusionerede {n} objekter.",
                 "not_eligible": "Disse objekter kan ikke fusioneres.",
                 "not_adjacent": "Disse objekter kan ikke fusioneres da deres endepunkter ikke er forbundet.",
+                "restriction": "Disse kortobjekter kan ikke fusioneres, da det ville ødelægge en \"{relation}\"-relation.",
+                "relation": "Disse kortobjekter kan ikke fusioneres, da deres relationsroller er i konflikt. ",
                 "incomplete_relation": "Disse objekter kan ikke fusioneres, da mindst et af dem ikke er blevet downloadet helt.",
                 "conflicting_tags": "Disse objekter kan ikke fusioneres fordi nogle af deres tags har konfliktende værdier."
             },
                     "multiple": "Disse objekter kan ikke flyttes da der ikke er nok af dem i synligt område."
                 },
                 "connected_to_hidden": {
-                    "single": "Dette objekt kan ikke flyttes da det er forbundet til en skjult feature.",
-                    "multiple": "Disse objekter kan ikke flyttes da nogle af dem er forbundet til skjulte features."
+                    "single": "Dette kortobjekt kan ikke flyttes, da det er forbundet til et skjult kortobjekt.",
+                    "multiple": "Disse kortobjekter kan ikke flyttes, da nogle af dem er forbundet til skjulte kortobjekter."
                 }
             },
             "reflect": {
                     "multiple": "Disse objekter kan ikke spejlvendes, da der ikke er nok af dem synligt i den nuværende visning."
                 },
                 "connected_to_hidden": {
-                    "single": "Dette objekt kan ikke spejlvendes, da det er forbundet med et skjult objekt.",
-                    "multiple": "Disse objekter kan ikke spejlvendes, da nogle af dem er forbundet med skjulte objekter."
+                    "single": "Dette kortobjekt kan ikke spejlvendes, da det er forbundet til et skjult kortobjekt.",
+                    "multiple": "Disse kortobjekter kan ikke spejlvendes, da nogle af dem er forbundet til skjulte kortobjekter."
                 }
             },
             "rotate": {
                     "create": "Tilføjede en svingbegrænsning",
                     "delete": "Slettede en svingbegrænsning"
                 }
+            },
+            "detach_node": {
+                "title": "Afkobl",
+                "description": "Afkobl denne node fra disse linjer/områder.",
+                "annotation": "Afkoblede en node fra overordnede linjer/områder.",
+                "restriction": "Denne node kan ikke afkobles, da det ville ødelægge en \"{relation}\"-relation.",
+                "connected_to_hidden": "Denne node kan ikke afkobles, da den er forbundet til et skjult kortobjekt."
             }
         },
         "restriction": {
             "localized_translation_name": "Navn"
         },
         "zoom_in_edit": "Zoom ind for at redigere",
-        "login": "login",
-        "logout": "log ud",
+        "login": "Log ind",
+        "logout": "Log ud",
         "loading_auth": "Forbinder til OpenStreetMap...",
         "report_a_bug": "Rapporterer en fejl",
         "help_translate": "Hjælp med at oversætte",
                 "osm": {
                     "tooltip": "Kortdata fra OpenStreetMap",
                     "title": "OpenStreetMap data"
+                },
+                "notes": {
+                    "tooltip": "Bemærkningsdata fra OpenStreetMap",
+                    "title": "OpenStreetMap-bemærkninger"
                 }
             },
             "fill_area": "Udfyldning af områder",
             "changeset_id": "Dit ændringssætnummer: {changeset_id}",
             "like_osm": "Kan du lide OpenStreetMap? Få kontakt med andre:",
             "more": "Mere",
+            "events": "Begivenheder",
             "languages": "Sprog: {languages}",
             "missing": "Mangler der noget på listen?",
             "tell_us": "Fortæl os det!"
             "untagged_area": "Område uden tags",
             "untagged_area_tooltip": "Vælg en objekttype der beskriver hvad slags område dette er.",
             "untagged_relation": "Ej tagget relation",
-            "untagged_relation_tooltip": "Vælg en objekttype der beskriver hvad slags relation dette er.",
+            "untagged_relation_tooltip": "Vælg en objekttype der beskriver hvilken slags relation dette er.",
             "many_deletions": "Du sletter {n} kortobjekter: {p} noder, {l} linjer, {a} områder, {r} relationer. Er du sikker på at du vil gøre dette? Dette vil slette dem fra kortet som alle andre ser på openstreetmap.org.",
             "tag_suggests_area": "Tagget {tag} antyder at linjen skulle være et område, men den er ikke et område",
             "deprecated_tags": "Frarådede tags: {tags}"
         "cannot_zoom": "Kan ikke zoome længere ud i nuværende tilstand.",
         "full_screen": "Skift fuld skærmtilstand",
         "gpx": {
-            "local_layer": "Lokal fil",
+            "local_layer": "Tilføj en GPX",
             "drag_drop": "Træk og slip en .gpx, .geojson eller .kml ind på siden eller klik på knappen til højre for at browse",
             "zoom": "Zoom til lag",
             "browse": "Gennemse efter en fil"
         },
+        "mvt": {
+            "local_layer": "Tilføj en MVT",
+            "drag_drop": "Træk og slip en .mvt eller .pbf-fil til siden, eller klik på knappen til højre for at vælge",
+            "zoom": "Zoom til lag",
+            "browse": "Vælg en fil"
+        },
+        "streetside": {
+            "tooltip": "Gadefotos fra Microsoft",
+            "title": "Foto-overlag (Bing Streetside)",
+            "report": "Rapporter en privatlivsbekymring angående dette billede",
+            "view_on_bing": "Vis på Bing Maps",
+            "hires": "Høj opløsning"
+        },
         "mapillary_images": {
             "tooltip": "Gadeniveau-billeder fra Mapillary",
             "title": "Fotooverlægning (Mapillary)"
         "openstreetcam": {
             "view_on_openstreetcam": "Vis dette billede på OpenStreetCam"
         },
+        "note": {
+            "note": "Bemærkning",
+            "title": "Rediger bemærkning",
+            "anonymous": "anonym",
+            "closed": "(Lukket)",
+            "commentTitle": "Kommentarer",
+            "newComment": "Ny kommentar",
+            "inputPlaceholder": "Skriv en kommentar du vil dele med andre brugere.",
+            "close": "Luk bemærkning",
+            "open": "Genåben bemærkning",
+            "comment": "Kommentar",
+            "close_comment": "Luk og kommentér",
+            "open_comment": "Genåben og kommentér",
+            "report": "Rapportér",
+            "login": "Du skal logge ind for at ændre eller kommentere denne bemærkning.",
+            "upload_explanation": "Dine kommentarer vil blive offentligt tilgængelige for alle OpenStreetMap-brugere.",
+            "upload_explanation_with_user": "Dine kommentarer som bruger {user} vil blive offentligt tilgængelige for alle OpenStreetMap-brugere."
+        },
         "help": {
             "title": "Hjælp",
             "key": "H",
             "points": {
                 "title": "Punkter"
             },
+            "areas": {
+                "intro": "*Områder* bruges til at indikere afgrænsningen af større objekter såsom søer, bygninger eller boligområder. Områder bør kortlægges langs kanten af det fysiske objekt de repræsenter, eksempelvis for en bygning langs dens fundament."
+            },
+            "relations": {
+                "title": "Relationer"
+            },
             "imagery": {
                 "title": "Luftfoto i baggrunden",
                 "intro": "Luftfotoet der vises i baggrunden bagved kortet er en vigtig ressource under redigering af kortet. Dette kan bestå af ortografiske fotos opsamlet fra satellitter, fly eller droner, eller det kan være indskannede historiske kort eller andre frit tilgængelige kildedata.",
                 "mouse": "Du kan bruge ethvert pegeredskab til at redigere kortet, men denne gennemgang antager at du har en mus med både en højre og venstre-knap. **Hvis du vil tilslutte en mus, så gør det nu, klik derefter OK.**",
                 "leftclick": "Når du bliver bedt om at klikke eller dobbelt-klikke, menes der venstre museknap. På en trackpad kan det være en nedtrykning af selve fladen, eller et enkelt tryk ovenpå pladen. **Venstreklik {num} gange.**",
                 "rightclick": "Andre gange bliver du bedt om at højreklikke. Dette kan være kontrol-tasten (ctrl) samtidigt med en nedtrykning, eller et dobbelt-tryk ovenpå pladen af en trackpad. Nogle tastaturer har endda en 'menu'-knap som virker ligesom et højreklik. **Højreklik {num} gange.**",
-                "chapters": "Så langt, så godt! Du kan bruge knapperne i bunden til at springe mellem de forskellige dele af gennemgangren når du har lyst, eller til at genstarte en del hvis du sidder fast. Lad os komme i gang! **Klik '{next}' for at fortsætte.**"
+                "chapters": "Så langt, så godt! Du kan bruge knapperne i bunden til at springe mellem de forskellige dele af gennemgangen når du har lyst, eller til at genstarte en del hvis du sidder fast. Lad os komme i gang! **Klik '{next}' for at fortsætte.**"
             },
             "navigation": {
                 "title": "Navigation",
             },
             "areas": {
                 "title": "Områder",
+                "add_playground": "*Områder* bruges til at indikere afgrænsningen af større objekter såsom søer, bygninger eller boligområder.{br}De kan også bruges til mere detaljeret kortlægning af objekter som ellers i første omgang er tilføjet som et punkt. **Klik på {button} Område-knappen for at tilføje et nyt område.**   ",
                 "start_playground": "Lad os tilføje denne legeplads til kortet ved at optegne et område. Områder tegnes ved at placere *noder* langs objektets ydre kant. **Klik eller tast mellemrum for at placere den første node i et at legepladsens hjørner.**",
                 "continue_playground": "Fortsæt med at optegne området ved at placere flere noder langs legepladsens kant. Det er fint at forbinde området til de eksisterende stier.{br}Tip: Hvis du holder '{alt}'-knappen ned forbindes noden ikke til andre objekter. **Fortsæt med at optegne legepladsens område.**",
                 "finish_playground": "Afslut området ved at taste retur, eller klikke igen på enten den første eller den sidste node. **Afslut optegningen af legepladsens område.**",
                 "search_tank": "**Søg efter '{preset}'.**",
                 "choose_tank": "**Vælg {preset} fra listen.**",
                 "rightclick_tank": "**Højre-klik for at markere tanken du har tilføjet og vise redigeringsmenuen.**",
-                "circle_tank": "**Klik på {button}  knappen for at lave tanken som en rund cirkel.**",
+                "circle_tank": "**Klik på {button}-knappen for at lave tanken om til en perfekt cirkel.**",
                 "retry_circle": "Du klikkede ikke på gør rund knappen. Prøv igen.",
                 "play": "Sådan! Øv dig på et par bygninger mere, og prøv nogle af de andre funktioner i redigeringsmenuen. **Når du er klar til at fortsætte til næste del, klik '{next}'.**"
             },
                     "next": "Spring til næste node",
                     "first": "Spring til første node",
                     "last": "Spring til sidste node",
-                    "change_parent": "Skift tilhørende vej"
+                    "change_parent": "Skift overordnede vej"
                 }
             },
             "editing": {
                     "add_point": "\"Tilføj punkt\"-tilstand",
                     "add_line": "\"Tilføj linje\"-tilstand",
                     "add_area": "\"Tilføj område\"-tilstand",
-                    "place_point": "Placer et punkt",
                     "disable_snap": "Undlad at 'klistre' til eksisterende punkt",
                     "stop_line": "Afslut tegning af linje eller område"
                 },
                 "operations": {
                     "title": "Operationer",
                     "continue_line": "Fortsæt linje fra markerede node",
-                    "merge": "Kombiner (sammenflet) markerede kortobjekter",
+                    "merge": "Kombiner (fusioner) markerede kortobjekter",
                     "disconnect": "Separér kortobjekter ved markerede node",
+                    "detach_node": "Afkobl markerede node fra overordnede linjer/områder.",
                     "split": "Opdel linje i to ved markerede node",
                     "reverse": "Vend retning på linje",
                     "move": "Flyt markerede kortobjekter",
                     "name": "Butik",
                     "terms": "Butik, Forretning"
                 },
+                "shop/agrarian": {
+                    "name": "Grovvareforretning"
+                },
                 "shop/alcohol": {
                     "name": "Vinforhandler",
                     "terms": "Vinforhandler, Vinbutik, Vinforretning"
                 },
                 "shop/bag": {
                     "name": "Taske/Kuffertbutik",
-                    "terms": "Taske/Kuffertbutik, Lædervareforretning"
+                    "terms": "Taskebutik, Kuffertbutik, Lædervareforretning"
                 },
                 "shop/bakery": {
                     "name": "Bager",
                 },
                 "shop/beauty": {
                     "name": "Parfumebutik",
-                    "terms": "Parfumebutik, Skønhedbutik, Materialist"
+                    "terms": "Parfumebutik, Skønhedsbutik"
                 },
                 "shop/beauty/nails": {
                     "name": "Neglesalon",
                 },
                 "shop/charity": {
                     "name": "Velgørenhedsbutik",
-                    "terms": "Velgørenhedsbutik"
+                    "terms": "Genbrugsbutik, Velgørenhedsbutik"
                 },
                 "shop/cheese": {
                     "name": "Ostehandler",
                     "terms": "Ostehandler, Ostebutik, Osteforretning"
                 },
                 "shop/chemist": {
-                    "name": "Medicinbutik",
-                    "terms": "Medicinbutik, Materialist"
+                    "name": "Materialist",
+                    "terms": "Materialist"
                 },
                 "shop/chocolate": {
                     "name": "Chokoladeforretning",
                     "terms": "Friluftsudstyrsbutik, Friluftsudstyrsforretning, eventyr,sport,udendørs,"
                 },
                 "shop/paint": {
-                    "name": "Malerforretning",
-                    "terms": "Malerforretning, Malerbutik"
+                    "name": "Farvehandel",
+                    "terms": "Farvehandel, Malerforretning, Malerbutik"
                 },
                 "shop/pastry": {
                     "name": "Konditori",
                 },
                 "shop/wine": {
                     "name": "Vinforretning",
-                    "terms": "Vinforretning, Vinbutik"
+                    "terms": "Vinforretning, Vinbutik, Vinhandler"
                 },
                 "tourism": {
                     "name": "Turisme",
                 },
                 "traffic_calming/bump": {
                     "name": "Vejbump",
-                    "terms": "Vejbump"
+                    "terms": "Bump, Vejbump"
                 },
                 "traffic_calming/chicane": {
                     "name": "Trafikchikane",
                 "attribution": {
                     "text": "Vilkår & tilbagemelding"
                 },
+                "description": "Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",
                 "name": "DigitalGlobe Standard ældre fotos"
             },
             "EsriWorldImagery": {
         },
         "community": {
             "dk-forum": {
-                "name": "Dansk OpenStreetMap online forum"
+                "name": "OpenStreetMap Danmark webforum",
+                "description": "Dansk OpenStreetMap webforum"
             },
             "dk-irc": {
-                "name": "Dansk OpenStreetMap IRC-kanal"
+                "name": "OpenStreetMap Danmark IRC",
+                "description": "Kom ind i kanalen #osm-dk på irc.oftc.net (port 6667)"
             },
             "dk-mailinglist": {
-                "description": "En email-liste hvor OpenStreetMap i Danmark diskuteres"
+                "name": "Talk-dk mailinglisten",
+                "description": "En mailingliste hvor OpenStreetMap i Danmark diskuteres"
             },
             "OSM-Facebook": {
                 "name": "OpenStreetMap på Facebook",
index 96eae8029a97aad20346eb8184a975e0641f4315..5121b84ed08039b3efce7bbe5643e73272b7e781 100644 (file)
                 "description": "Restaurants, Denkmäler, Briefkästen oder andere Punkte zur Karte hinzufügen.",
                 "tail": "Klicke in die Karte, um einen Punkt hinzuzufügen."
             },
+            "add_note": {
+                "title": "Hinweis",
+                "description": "Hast du irgendwo einen Fehler entdeckt? Teile es den anderen Mappern mit.",
+                "tail": "Klicke auf die Karte, um einen Hinweis hinzuzufügen."
+            },
             "browse": {
                 "title": "Durchsuchen",
                 "description": "Verschiebe und zoome die Karte."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Punkt hinzugefügt.",
                     "vertex": "Einen Knoten zum Weg hinzugefügt.",
-                    "relation": "Relation hinzugefügt."
+                    "relation": "Relation hinzugefügt.",
+                    "note": "Hinweis hinzugefügt."
                 }
             },
             "start": {
             "move": {
                 "title": "Verschieben",
                 "description": {
-                    "single": "Dieses Objekt an eine andere Lage verschieben.",
-                    "multiple": "Diese Objekte an eine andere Lage verschieben."
+                    "single": "Dieses Objekt an eine andere Stelle verschieben.",
+                    "multiple": "Diese Objekte an eine andere Stelle verschieben."
                 },
                 "key": "M",
                 "annotation": {
                     "create": "Abbiegebeschränkung hinzugefügt",
                     "delete": "Abbiegebeschränkung gelöscht"
                 }
+            },
+            "detach_node": {
+                "title": "Trennen",
+                "key": "E",
+                "description": "Trenne diesen Knoten von diesen Linien/Flächen.",
+                "annotation": "Trenne einen Knoten von seinen Linien/Flächen.",
+                "restriction": "Diese Knoten kann nicht getrennt werden, weil damit eine \"{relation}\" Relation beschädigt werden würde.",
+                "connected_to_hidden": "Dieser Knoten kann nicht getrennt werden, weil er mit einem versteckten Objekt verbunden ist."
             }
         },
         "restriction": {
             "localized_translation_name": "Name"
         },
         "zoom_in_edit": "Hinein zoomen zum Bearbeiten ",
-        "login": "Login",
+        "login": "Anmelden",
         "logout": "Abmelden",
         "loading_auth": "Mit OpenStreetMap verbinden …",
         "report_a_bug": "Einen Fehler melden",
             "key": "B",
             "backgrounds": "Bildmaterial-Quelle",
             "none": "Leer",
-            "best_imagery": "Beste bekannte Bildmaterial-Quelle für diese Lage",
+            "best_imagery": "Beste bekannte Bildmaterial-Quelle für diese Stelle",
             "switch": "Zu diesem Hintergrund zurückschalten",
             "custom": "Benutzerdefiniert",
             "custom_button": "Benutzerdefinierten Hintergrund bearbeiten",
                 "osm": {
                     "tooltip": "Kartendaten von OpenStreetMap",
                     "title": "OpenStreetMap Daten"
+                },
+                "notes": {
+                    "tooltip": "Hinweise von OpenStreetMap",
+                    "title": "OpenStreetMap Hinweise"
                 }
             },
             "fill_area": "Flächenfüllung",
             },
             "partial": {
                 "description": "Teilweise Füllung",
-                "tooltip": "Flächen werden nur am Rand innen gefüllt (Empfohlen für Anfänger)."
+                "tooltip": "Flächen werden innen entlang der Kanten gefüllt angezeigt. (Empfohlen für Anfänger-Mapper)."
             },
             "full": {
                 "description": "Volle Füllung",
-                "tooltip": "Flächen werden voll gefüllt angezeigt"
+                "tooltip": "Flächen werden voll gefüllt angezeigt."
             }
         },
         "restore": {
         "cannot_zoom": "Du kannst im aktuellen Modus nicht weiter heraus zoomen.",
         "full_screen": "Vollbildmodus ein-/ausschalten",
         "gpx": {
-            "local_layer": "Lokale Datei",
+            "local_layer": "Eine GPX-Datei hinzufügen",
             "drag_drop": "Zieh eine .gpx, .geojson oder .kml Datei per Drag & Drop auf die Seite oder klicke den Knopf rechts, um nach Dateien zu suchen",
-            "zoom": "GPS-Track anzeigen",
+            "zoom": "GPX-Track anzeigen",
             "browse": "Eine Datei laden"
         },
+        "mvt": {
+            "local_layer": "Eine MVT-Datei hinzufügen",
+            "drag_drop": "Zieh eine .mvt oder .pbf Datei per Drag & Drop auf die Seite oder klicke den Knopf rechts, um nach Dateien zu suchen",
+            "zoom": "MVT-Track anzeigen",
+            "browse": "Eine Datei aussuchen"
+        },
         "streetside": {
             "tooltip": "Straßenfotos von Microsoft",
             "title": "Straßenfotos (Bing Streetside)",
             "report": "Melde Privatsphäre-Verletzung bei diesem Bild",
+            "view_on_bing": "Auf Bing Maps ansehen",
             "hires": "Hochauflösung"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Dieses Bild auf OpenStreetCam ansehen"
         },
+        "note": {
+            "note": "Hinweis",
+            "title": "Hinweis bearbeiten",
+            "anonymous": "Anonym",
+            "closed": "(geschlossen)",
+            "commentTitle": "Kommentare",
+            "newComment": "Neuer Kommentar",
+            "inputPlaceholder": "Gib einen Kommentar für alle anderen Benutzer ein.",
+            "close": "Hinweis schließen",
+            "open": "Hinweis wieder öffnen",
+            "comment": "Kommentar",
+            "close_comment": "Kommentieren und schließen",
+            "open_comment": "Wiedereröffnen und kommentieren",
+            "report": "Bericht",
+            "new": "Neuer Hinweis",
+            "newDescription": "Beschreibe den Fehler.",
+            "save": "Hinweis speichern",
+            "login": "Du musst dich anmelden, damit du diesen Hinweis ändern oder kommentieren kannst.",
+            "upload_explanation": "Deine Kommentare werden für alle OpenStreetMap-Benutzer öffentlich sichtbar sein.",
+            "upload_explanation_with_user": "Deine Kommentare als {user} werden für alle OpenStreetMap-Benutzer öffentlich sichtbar sein."
+        },
         "help": {
             "title": "Hilfe",
             "key": "H",
                 "navigation_drag": "Du kannst die Karte durch Drücken und Halten der {leftclick} linken Maustaste und Bewegen der Maus verschieben. Du kannst auch die  `↓`, `↑`, `←`, `→` Pfeiltasten auf deiner Tastatur benutzen.",
                 "navigation_zoom": "Du kannst durch Scrollen am Mausrad oder am Touchpad oder durch Klicken der  {plus} / {minus} Knöpfe rechts oben neben der Karte hinein oder heraus zoomen. Du kannst auch die `+`, `-` Tasten auf der Tastatur benutzen.",
                 "features_h": "Karten-Objekte",
-                "features": "Wir benutzen das Wort *Objekte* um die Dinge zu beschreiben die auf der Karte erscheinen, beispielsweise Straßen, Gebäude oder Sehenswürdigkeiten. Alles in der echten Welt kann als ein Objekt in OpenStreetMap abgebildet  werden. Objekte werden auf der Karte als *Punkte*, *Linien* oder *Flächen* dargestellt.",
+                "features": "Wir benutzen das Wort *Objekte* um die Dinge zu beschreiben die auf der Karte angezeigt werden, beispielsweise Straßen, Gebäude oder Sehenswürdigkeiten. Alles in der echten Welt kann als ein Objekt in OpenStreetMap gezeichnet (gemappt) werden. Objekte werden auf der Karte als *Punkte*, *Linien* oder *Flächen* dargestellt.",
                 "nodes_ways": "In OpenStreetMap werden Punkte manchmal *Knoten* genannt, Linien und Flächen werden manchmal *Wege* genannt."
             },
             "editing": {
                 "title": "Bearbeiten & Speichern",
                 "select_h": "Auswählen",
-                "select_left_click": "{leftclick} Linksklicke ein Objekt um es auszuwählen. Dadurch wird es mit einem pulsierenden Schimmer hervorgehoben und links im *Objekteditor* werden Details des Objekts wie Name oder Adresse angezeigt.",
-                "select_right_click": "{rightclick} Rechtsklicke ein Objekt um das *Bearbeitungs-Menü* zu sehen, welches dir die verfügbaren Befehle wie Drehen, Bewegen oder Löschen zeigt.",
+                "select_left_click": "{leftclick} Klicke auf ein Objekt um es auszuwählen. Dadurch wird es mit einem pulsierenden Schimmer hervorgehoben und links im *Objekteditor* werden Details des Objekts wie Name oder Adresse angezeigt.",
+                "select_right_click": "{rightclick} Rechtsklicke auf ein Objekt um das *Bearbeitungs-Menü* zu sehen, welches dir die verfügbaren Befehle wie Drehen, Bewegen oder Löschen zeigt.",
                 "multiselect_h": "Mehrfachauswahl",
-                "multiselect_shift_click": "`{shift}`+{leftclick} Linksklick kann mehrere Objekte gemeinsam auswählen. Damit können diese leicht gemeinsam verschoben, gedreht oder gelöscht werden.",
+                "multiselect_shift_click": "`{shift}`+{leftclick} Klicken kann mehrere Objekte gemeinsam auswählen. Damit können diese leicht gemeinsam verschoben, gedreht oder gelöscht werden.",
                 "multiselect_lasso": "Eine andere Möglichkeit mehrere Objekte gemeinsam auszuwählen ist die `{shift}` Taste zu halten, dann den {leftclick} linken Mausknopf festzuhalten und mit der Maus ein Auswahl-Lasso um die Objekte zu ziehen. Alle Punkte innerhalb des Auswahl-Lasso werden ausgewählt.",
                 "undo_redo_h": "Rückgängig & Wiederherstellen",
                 "undo_redo": "Deine Bearbeitungen werden lokal in deinem Web Browser gespeichert bis du diese auf dem OpenStreetMap Server speicherst. Du kannst Bearbeitungen durch Klicken des {undo} **Rückgängig** Knopf rückgängig machen und durch Klicken des {redo} **Wiederherstellen** Knopf wiederherstellen.",
                 "save": "Klicke {save} **Speichern** um deine Bearbeitungen zu beenden und auf dem OpenStreetMap Server zu speichern. Bitte denk daran, deine Arbeit häufig zu speichern!",
                 "save_validation": "Beim Speichern kannst du überprüfen, was du gerade bearbeitet hast. iD macht einfache Prüfungen auf fehlende Daten und kann hilfreiche Vorschläge und Warnungen anzeigen, wenn etwas nicht richtig erscheint.",
                 "upload_h": "Hochladen",
-                "upload": "Vor dem Hochladen deiner Änderungen musst du einen [Änderungssatz-Kommentar](https://wiki.openstreetmap.org/wiki/DE:Good_changeset_comments) eingeben. Dann klickst du **Upload** um deine Änderungen an OpenStreetMap zu schicken, wo sie in die Karte aufgenommen und öffentlich für alle sichtbar werden.",
+                "upload": "Vor dem Hochladen deiner Änderungen musst du einen [Änderungssatz-Kommentar](https://wiki.openstreetmap.org/wiki/DE:Good_changeset_comments) eingeben. Dann klicke **Upload** um deine Änderungen an OpenStreetMap zu schicken, wo sie in die Karte aufgenommen und öffentlich für alle sichtbar werden.",
                 "backups_h": "Automatische Sicherungen",
                 "backups": "Wenn du deine Änderungen nicht beenden kannst, beispielsweise weil dein Computer abstürzt oder du den Browser Tag schließt, sind deine Änderungen lokal in deinem Browser gespeichert. Wenn du die Seite wieder öffnest (mit dem gleichen Rechner und Browser) wird dir iD anbieten, deine Änderungen wiederherzustellen.",
                 "keyboard_h": "Tastenkürzel",
                 "definitions": "Im oberen Bereich wird der Objekttyp angezeigt. Der mittlere Bereich enthält die *Felder* mit den Merkmalen des Objektes wie Name oder Adresse.",
                 "type_h": "Objekttyp",
                 "type": "Du kannst auf den Objekttyp klicken um dem Objekt einem anderen Typ zu geben. Alles in der echten Welt kann als ein Objekt in OpenStreetMap abgebildet werden, daher kannst du aus tausenden Objekttypen wählen.",
-                "type_picker": "Die Typauswahl zeigt die am häufigsten genutzten Objekttypen wie Park, Spital, Restaurant, Straße oder Gebäude. Du kannst durch Tippen in dem Suchfeld nach dem gewünschten Objekttyp suchen oder das {inspect} **Info** Symbol neben dem Objekttyp anklicken um nähere Informationen zu bekommen.",
+                "type_picker": "Die Typauswahl zeigt die am häufigsten genutzten Objekttypen wie Park, Spital, Restaurant, Straße oder Gebäude. Du kannst durch Tippen in dem Suchfeld nach dem gewünschten Objekttyp suchen oder das {inspect} **Info** Symbol neben dem Objekttyp klicken um nähere Informationen zu bekommen.",
                 "fields_h": "Felder",
                 "fields_all_fields": "Der Bereich \"Alle Felder\" enthält alle Objektdetails die du bearbeiten kannst. In OpenStreetMap sind alle Felder optional und es ist okay ein Feld leer zu lassen, wenn du unsicher bist.",
                 "fields_example": "Für jeden Objekttyp werden unterschiedliche Felder angezeigt. So können für eine Straße Felder für Oberfläche und Geschwindigkeitsbeschränkung und für ein Restaurant Felder für die angebotene Küche und die Öffnungszeiten angezeigt werden.",
-                "fields_add_field": "Du kannst auch \"Feld hinzufügen\" anklicken und weitere Felder aus der Dropdown-Liste hinzufügen, beispielsweise Beschreibung, Wikipedia Link, Rollstuhlzugänglichkeit und viele mehr.",
+                "fields_add_field": "Du kannst auch \"Feld hinzufügen\" klicken und weitere Felder aus der Dropdown-Liste hinzufügen, beispielsweise Beschreibung, Wikipedia Link, Rollstuhlzugänglichkeit und viele mehr.",
                 "tags_h": "Eigenschaften",
                 "tags_all_tags": "Unter den Feldern kannst du den Bereich \"Alle Eigenschaften\" aufklappen und alle OpenStreetMap *Eigenschaften* des ausgewählten Objekts bearbeiten. Jede Eigenschaft besteht aus einem *Schlüssel* und einem *Wert*, damit werden alle in OpenStreetMap gespeicherten Objekte beschrieben.",
                 "tags_resources": "Das Bearbeiten der Eigenschaften von Objekten erfordert detailliertes Wissen über OpenStreetMap. Um mehr über akzeptierte Eigenschaften zu erfahren solltest du dich im [OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) oder bei [Taginfo](https://taginfo.openstreetmap.org/) informieren."
             },
             "points": {
                 "title": "Punkte",
-                "intro": "*Punkte* können zum Darstellen von Objekten wie Geschäften, Restaurants oder Denkmälern benutzt werden. Sie kennzeichnen eine konkrete Lage und beschreiben was sich dort befindet.",
+                "intro": "*Punkte* können zum Darstellen von Objekten wie Geschäften, Restaurants oder Denkmälern benutzt werden. Sie kennzeichnen eine konkrete Stelle und beschreiben was sich dort befindet.",
                 "add_point_h": "Punkte hinzufügen",
                 "add_point": "Um einen Punkt hinzuzufügen klicke den {point} **Punkt** Knopf auf der Werkzeugleiste über der Karte oder drücke die Taste `1`. Dadurch wird der Mauszeiger zu einem Kreuz.",
-                "add_point_finish": "Um den Ort des neuen Punktes auf der Karte festzulegen bewegst du den Mauszeiger an die gewünschte Stelle und drückst die {leftclick} linke Maustaste oder die  `Leertaste`.",
+                "add_point_finish": "Um den neuen Punkt auf der Karte zu platzieren bewegst du den Mauszeiger an die gewünschte Stelle und {leftclick} klickst oder drückst die `Leertaste`.",
                 "move_point_h": "Punkte verschieben",
-                "move_point": "Um einen Punkt zu verschieben bewegst du den Mauszeiger über den Punkt und drückst und hältst die {leftclick} linke Maustaste, während du den Punkt zu der neuen Lage bewegst.",
+                "move_point": "Um einen Punkt zu verschieben bewegst du den Mauszeiger über den Punkt und drückst und hältst die {leftclick} linke Maustaste, während du den Punkt zu der neuen Stelle bewegst.",
                 "delete_point_h": "Punkte entfernen",
                 "delete_point": "Du kannst Objekte löschen, die es in der echten Welt nicht gibt. Das Löschen eines Objektes aus OpenStreetMap entfernt es von der Karte die alle benutzen, daher solltest du sicher sein, dass es ein Objekt wirklich nicht gibt, bevor du es löscht.",
                 "delete_point_command": "Um einen Punkt zu löschen, {rightclick} rechtsklicke auf den Punkt um ihn auszuwählen und das Bearbeitungsmenü anzuzeigen und benutze den {delete} **Löschen** Befehl."
                 "intro": "*Linien* werden benutzt um Objekte wie Straßen, Eisenbahnschienen oder Flüsse darzustellen. Linien sollen in der Mitte des dargestellten Objekts gezeichnet werden.",
                 "add_line_h": "Linien hinzufügen",
                 "add_line": "Um eine Linie hinzuzufügen klicke den {line} **Linie** Knopf auf der Werkzeugleiste über der Karte oder drücke die Taste `2`. Dadurch wird der Mauszeiger zu einem Kreuz.",
-                "add_line_draw": "Dann bewege den Mauszeiger dorthin, wo die Linie beginnen soll und {leftclick} linksklicke oder drücke die `Leertaste` um den ersten Knoten der Linie zu platzieren. Zeichne weitere Knoten durch Klicken oder Drücken der `Leertaste`. Während des Zeichnens kannst du die Karte verschieben oder hinein zoomen, um mehr Details hinzuzufügen.",
+                "add_line_draw": "Dann bewege den Mauszeiger dorthin, wo die Linie beginnen soll und {leftclick} klicke oder drücke die `Leertaste` um den ersten Knoten der Linie zu platzieren. Zeichne weitere Knoten durch Klicken oder Drücken der `Leertaste`. Während des Zeichnens kannst du die Karte verschieben oder hinein zoomen, um mehr Details hinzuzufügen.",
                 "add_line_finish": "Um eine Linie zu beenden drücke `{return}` oder klicke nochmals auf den letzten Knoten.",
                 "modify_line_h": "Linien verändern",
-                "modify_line_dragnode": "Häufig siehst du Linien die nicht genau gezeichnet sind, beispielweise eine Straße, die nicht mit dem Hintergrund-Bildmaterial zusammenpasst. Um die Form der Linie anzupassen wählst du sie mit {leftclick} linksklick aus. Alle Knoten der Linie werden als kleine Kreise gezeichnet. Du kannst die Knoten an die richtigen Stellen verschieben.",
+                "modify_line_dragnode": "Häufig siehst du Linien die nicht genau geformt sind, beispielweise eine Straße, die nicht mit dem Hintergrund-Bildmaterial zusammenpasst. Um die Form der Linie anzupassen wählst du sie durch {leftclick} klicken aus. Alle Knoten der Linie werden als kleine Kreise angezeigt. Du kannst die Knoten an bessere Stellen verschieben.",
                 "modify_line_addnode": "Du kannst neue Knoten in einer Linie auch durch {leftclick}**x2** Doppelklicken auf die Linie oder durch Ziehen der kleinen Dreiecke in der Mitte zwischen zwei Knoten erzeugen.",
                 "connect_line_h": "Linien verbinden",
                 "connect_line": "Die richtige Verbindung von Straßen ist wichtig für die Karte und notwendig für das Bereitstellung von Wegbeschreibungen.",
-                "connect_line_display": "Die Verbindungen von Straßen werden mit kleinen grauen Kreisen gezeichnet. Die Endpunkte von Linien werden mit größeren weisen Kreise gezeichnet, wenn sie nicht mit anderen Objekten verbunden sind.",
+                "connect_line_display": "Die Verbindungen von Straßen werden mit kleinen grauen Kreisen angezeigt. Die Endpunkte von Linien werden mit größeren weisen Kreise angezeigt, wenn sie nicht mit anderen Objekten verbunden sind.",
                 "connect_line_drag": "Um eine Linie mit einem anderen Objekt zu verbinden, ziehe einen Knoten der Linie auf das andere Objekt bis beide Objekte verbunden sind. Tipp: Du kannst verhindern, dass Knoten mit anderen Objekten verbunden werden, indem du die `{alt}` Taste beim Verschieben gedrückt hältst.",
-                "connect_line_tag": "Wenn du weißt, dass die Kreuzung eine Ampel oder einen Zebrastreifen hat, kannst du diese erfassen, indem du den Knoten an der Kreuzung auswählst und dann im Objekteditor den richtigen Objekttyp auswählst.",
+                "connect_line_tag": "Wenn du weißt, dass die Kreuzung eine Ampel oder einen Zebrastreifen hat, kannst du diese zeichnen, indem du den Knoten an der Kreuzung auswählst und dann im Objekteditor den richtigen Objekttyp auswählst.",
                 "disconnect_line_h": "Linien trennen",
                 "disconnect_line_command": "Um eine Straße von einem anderen Objekt zu trennen {rightclick} rechtsklicke auf den Verbindungsknoten und benutze den {disconnect} **Trennen** Befehl aus dem Bearbeitungsmenü.",
                 "move_line_h": "Linien verschieben",
-                "move_line_command": "Um eine ganze Linie zu verschieben {rightclick} rechtsklicke auf die Linie und benutze den {move} **Verschieben** Befehl aus dem Bearbeitungsmenü. Dann bewege die Maus und {leftclick} linksklicke um die Linie an der neuen Position zu platzieren.",
-                "move_line_connected": "Linien die mit anderen Objekten verbunden sind bleiben verbunden während du die Linie verschiebst. iD kann verhindern, dass du eine Linie über eine verbundene Linie hinweg schiebst.",
+                "move_line_command": "Um eine ganze Linie zu verschieben {rightclick} rechtsklicke auf die Linie und benutze den {move} **Verschieben** Befehl aus dem Bearbeitungsmenü. Dann bewege die Maus und {leftclick} klicke um die Linie an der neuen Stelle zu platzieren.",
+                "move_line_connected": "Linien die mit anderen Objekten verbunden sind bleiben verbunden während du die Linie an eine andere Stelle verschiebst. iD kann verhindern, dass du eine Linie über eine verbundene Linie hinweg schiebst.",
                 "delete_line_h": "Linien entfernen",
                 "delete_line": "Wenn eine Linie als Ganzes unrichtig ist, beispielsweise eine Straße in der echten Welt nicht existiert, kannst du sie löschen. Sei beim Löschen von Objekten vorsichtig: Das von dir benutzte Hintergrund-Bildmaterial kann veraltet sein und die Straße, die falsch aussieht, könnte einfach neu gebaut sein.",
                 "delete_line_command": "Um eine Linie zu löschen, {rightclick} rechtsklicke auf die Linie um sie auszuwählen und das Bearbeitungsmenü anzuzeigen und benutze den {delete} **Löschen** Befehl."
                 "title": "Flächen",
                 "intro": "*Flächen* werden benutzt um die Grenzen von Objekten wie Seen, Gebäuden oder Wohngebieten darzustellen. Flächen sollen um die Ränder des Objekts herum gezeichnet werden, beispielsweise um den Grundriss eines Gebäudes.",
                 "point_or_area_h": "Punkte oder Flächen?",
-                "point_or_area": "Viele Objekte können als Punkte oder Flächen dargestellt werden. Du solltest Gebäude und Wohngebiete wenn möglich als Flächen einzeichnen. Platziere Punkte innerhalb eines Gebäudes um Geschäfte, Einrichtungen und andere Objekte im Gebäude darzustellen.",
+                "point_or_area": "Viele Objekte können als Punkte oder Flächen gezeichnet werden. Du solltest Gebäude und Wohngebiete wenn möglich als Flächen zeichnen. Platziere Punkte innerhalb eines Gebäudes um Geschäfte, Einrichtungen und andere Objekte im Gebäude darzustellen.",
                 "add_area_h": "Flächen hinzufügen",
                 "add_area_command": "Um eine Fläche hinzuzufügen klicke den {area} **Fläche** Knopf auf der Werkzeugleiste über der Karte oder drücke die Taste `3`. Dadurch wird der Mauszeiger zu einem Kreuz.",
-                "add_area_draw": "Dann positioniere den Mauszeiger auf eine Ecke des Objekts und {leftclick} linksklicke oder drücke die `Leertaste` um den ersten Knoten am äußeren Rand der Fläche zu platzieren. Platziere weitere Knoten durch Klicken oder Drücken der `Leertaste`. Während des Zeichens kannst du die Karte zoomen oder schieben um mehr Details zu zeichnen.",
+                "add_area_draw": "Dann positioniere den Mauszeiger auf eine Ecke des Objekts und {leftclick} klicke oder drücke die `Leertaste` um den ersten Knoten am äußeren Rand der Fläche zu platzieren. Platziere weitere Knoten durch Klicken oder Drücken der `Leertaste`. Während des Zeichens kannst du die Karte zoomen oder schieben um mehr Details zu zeichnen.",
                 "add_area_finish": "Um eine Fläche zu beenden drücke `{return}` oder klicke nochmals auf den ersten oder letzten Knoten.",
                 "square_area_h": "Ecken rechtwinklig machen",
                 "square_area_command": "Viele Gebäude und andere Flächen haben rechtwinklige Ecken. Um die Ecken rechtwinklig zu machen, {rightclick} rechtsklicke auf den Rand der Fläche um sie auszuwählen und das Bearbeitungsmenü anzuzeigen und benutze den {orthogonalize} **Rechtwinklig machen** Befehl.",
                 "modify_area_h": "Flächen verändern",
-                "modify_area_dragnode": "Häufig siehst du Flächen die nicht genau gezeichnet sind, beispielweise ein Gebäude, das nicht mit dem Hintergrund-Bildmaterial zusammenpasst. Um die Form der Fläche anzupassen wählst du sie mit {leftclick} linksklick aus. Alle Knoten der Fläche werden als kleine Kreise gezeichnet. Du kannst die Knoten an die richtigen Stellen verschieben.",
+                "modify_area_dragnode": "Häufig siehst du Flächen die nicht genau geformt sind, beispielweise ein Gebäude, das nicht mit dem Hintergrund-Bildmaterial zusammenpasst. Um die Form der Fläche anzupassen wählst du sie mit {leftclick} Klicken aus. Alle Knoten der Fläche werden als kleine Kreise angezeigt. Du kannst die Knoten an bessere Stellen verschieben.",
                 "modify_area_addnode": "Du kannst neue Knoten in einer Fläche auch durch {leftclick}**x2** Doppelklicken am Rand der Fläche oder durch Ziehen der kleinen Dreiecke in der Mitte zwischen zwei Knoten erzeugen.",
                 "delete_area_h": "Flächen löschen",
                 "delete_area": "Wenn eine Fläche als Ganzes unrichtig ist, beispielsweise ein Gebäude in der echten Welt nicht existiert, kannst du es löschen. Sei beim Löschen von Objekten vorsichtig: Das von dir benutzte Hintergrund-Bildmaterial kann veraltet sein und das Gebäude, welches falsch aussieht, könnte einfach neu gebaut sein.",
                 "relation_types_h": "Typen von Relationen",
                 "multipolygon_h": "Multipolygone",
                 "multipolygon": "Eine Relation vom Typ *Multipolygon* ist eine Gruppe von einem oder mehreren *äußeren* Objekten und einem oder mehreren *inneren* Objekten. Die äußeren Objekte beschreiben den äußeren Rand des Multipolygons, die inneren Objekte beschreiben Teilflächen oder Löcher, die aus dem Multipolygon herausgeschnitten sind.",
-                "multipolygon_create": "Um ein Multipolygon zu erzeugen, beispielweise ein Gebäude mit einem Innenhof, zeichne sowohl das äußere als auch das innere Objekt entlang dem Rand als Fläche. Dann wähle mit `{shift}`+{leftclick} Linksklick beide Objekte aus und {rightclick} rechtsklicke und benutze den {merge} **Vereinigen** Befehl aus dem Bearbeitungsmenü.",
+                "multipolygon_create": "Um ein Multipolygon zu erzeugen, beispielweise ein Gebäude mit einem Innenhof, zeichne sowohl das äußere als auch das innere Objekt entlang dem Rand als Fläche. Dann wähle mit `{shift}`+{leftclick} Klick beide Objekte aus und {rightclick} rechtsklicke und benutze den {merge} **Vereinigen** Befehl aus dem Bearbeitungsmenü.",
                 "multipolygon_merge": "Verbinden von mehreren Linien oder Flächen erzeugt ein neues Multipolygon mit allen ausgewählten Objekten als Mitglieder. iD erkennt, welche Objekte in anderen enthalten sind und weist die Rollen innen und außen automatisch zu.",
                 "turn_restriction_h": "Abbiegebeschränkungen",
                 "turn_restriction": "Eine Relation vom Typ *Abbiegebeschränkung* ist eine Gruppe von Straßenabschnitten an einer Kreuzung. Abbiegebeschränkungen bestehen aus einer *von* Straße, einem *via* Knoten und einer *nach* Straße.",
                 "turn_restriction_editing": "Im Feld \"Abbiegebeschränkungen\" wähle eine \"von\" Straße durch Klicken aus, dann siehst du ob Abbiegen zu allen \"nach\" Straßen erlaubt oder verboten ist. Du kannst das Abbiege-Symbol anklicken um zwischen erlaubt und verboten umzuschalten. iD wird die Relationen automatisch erzeugen und die Rollen \"von\", \"via\" und \"nach\" entsprechend deiner Auswahl vergeben.",
                 "route_h": "Routen",
                 "route": "Eine Relation des Typ *Route* fasst eine oder mehrere Linien zusammen, die gemeinsam ein Streckennetz wie eine Busstrecke, eine Zugstrecke oder eine Autobahnstrecke bilden.",
-                "route_add": "Um ein Objekt zu einer Route hinzuzufügen, wähle das Objekt aus und scrolle im Objekteditor nach unten zum Bereich \"Alle Relationen\", klicke den {plus} Knopf um dieses Objekt einer nahe gelegenen Relation oder einer neuen Relation hinzuzufügen.",
+                "route_add": "Um ein Objekt zu einer Route hinzuzufügen, wähle das Objekt aus und scrolle im Objekteditor nach unten zum Bereich \"Alle Relationen\", klicke den {plus} Knopf um dieses Objekt einer in der Nähe vorhandenen oder einer neuen Relation hinzuzufügen.",
                 "boundary_h": "Grenzen",
                 "boundary": "Eine Relation vom Typ *Grenze* fasst eine oder mehrere Linien zusammen, die gemeinsam eine Verwaltungsgrenze bilden.",
-                "boundary_add": "Um ein Objekt zu einer Grenze hinzuzufügen, wähle das Objekt aus und scrolle im Objekteditor nach unten zum Bereich \"Alle Relationen\", klicke den {plus} Knopf um dieses Objekt einer nahe gelegenen Relation oder einer neuen Relation hinzuzufügen."
+                "boundary_add": "Um ein Objekt zu einer Grenze hinzuzufügen, wähle das Objekt aus und scrolle im Objekteditor nach unten zum Bereich \"Alle Relationen\", klicke den {plus} Knopf um dieses Objekt einer in der Nähe vorhandenen oder einer neuen Relation hinzuzufügen."
+            },
+            "notes": {
+                "title": "Hinweise",
+                "intro": "*Hinweise* werden genutzt, um andere Benutzer darauf aufmerksam zu machen, dass an der markierten Stelle etwas fehlt oder falsch ist. Um bestehende Hinweise anzuzeigen oder neue hinzuzufügen, klicke auf das {data} **Kartendaten**-Symbol und aktiviere die Datenebene OpenStreetMap Hinweise.",
+                "add_note_h": "Hinweise hinzufügen",
+                "add_note": "Um einen Hinweis hinzuzufügen klicke den {note} **Hinweis** Knopf auf der Werkzeugleiste über der Karte oder drücke die Taste `4`. Dadurch wird der Mauszeiger zu einem Kreuz. Führe dann den Mauszeiger an die Stelle, wo der Hinweis hin soll und {leftclick} klickst oder drücke die `Leertaste`. um ihn zu platzieren.",
+                "move_note": "Nur neue Hinweise können verschoben werden. Dazu bewegst du den Mauszeiger über den Hinweis und drückst und hältst die {leftclick} linke Maustaste, während du den Hinweis zu der neuen Stelle schiebst.",
+                "update_note_h": "Schließen, Reaktivieren und Kommentieren",
+                "update_note": "Ein bestehender Hinweis kann kommentiert, geschlossen oder wieder geöffnet werden. Einen Hinweis zu schließen bedeutet, dass das dadurch beschriebene Problem erledigt ist. Einen Hinweis wieder zu öffnen bedeutet, dass das ursprünglich Problem doch nicht erledigt ist.",
+                "save_note_h": "Hinweise speichern",
+                "save_note": "Hinweise müssen alle einzeln über den Knopf unter den Hinweis-Kommentaren gespeichert werden. Hinweise sind *nicht* Teil des Änderungssatzes, den du zu OpenStreetMap hochlädst."
             },
             "imagery": {
                 "title": "Hintergrund-Bildmaterial",
-                "intro": "Das Hintergrund-Bildmaterial welches unter den Kartendaten erscheint ist eine wichtige Quelle zum Bearbeiten. Dieses Bildmaterial kann aus Luftbildern bestehen, die von Satelliten, Flugzeugen oder Drohnen gesammelt wurde, oder es können eingescannte historische Karten oder andere frei erhältliche Quelldaten sein.",
+                "intro": "Das Hintergrund-Bildmaterial welches unter den Kartendaten erscheint ist eine wichtige Quelle zum Zeichnen. Dieses Bildmaterial kann aus Luftbildern bestehen, die von Satelliten, Flugzeugen oder Drohnen gesammelt wurde, oder es können eingescannte historische Karten oder andere frei erhältliche Quelldaten sein.",
                 "sources_h": "Bildmaterial-Quellen",
                 "choosing": "Um zu sehen, welche Bildmaterial-Quellen zum Bearbeiten verfügbar sind klicke den {layers} **Hintergrundeinstellungen** Knopf auf der rechten Seite der Karte. ",
-                "sources": "Als Standard sind die [Bing](https://www.bing.com/maps/) Satellitenbilder als Hintergrundbild ausgewählt. Abhängig von der Gegend sind auch andere Bildmaterial-Quellen verfügbar. Sie können neuer sein oder eine höhere Auflösung haben, daher ist es immer sinnvoll zu prüfen, welches Bildmaterial die beste Referenz zum Bearbeiten ist.",
+                "sources": "Als Standard sind die [Bing](https://www.bing.com/maps/) Satellitenbilder als Hintergrundbild ausgewählt. Abhängig von der Gegend sind auch andere Bildmaterial-Quellen verfügbar. Sie können neuer sein oder eine höhere Auflösung haben, daher ist es immer sinnvoll zu prüfen, welches Bildmaterial die beste Referenz zum Mappen ist.",
                 "offsets_h": "Bildmaterial-Versatz anpassen",
                 "offset": "Bildmaterial ist manchmal geringfügig zu genauen Kartendaten versetzt. Wenn du feststellst, dass viele Wege oder Gebäude gegenüber dem Hintergrund-Bildmaterial versetzt sind, dann kann es sein, dass das Bildmaterial versetzt ist, also verschiebe nicht alle Objekte damit sie zum Hintergrund passen. Stattdessen kannst du den Hintergrund anpassen, damit es zu den bestehenden Daten passt indem du den Bereich „Bildmaterial-Versatz anpassen“ unten in den Hintergrundeinstellungen aufklappst.",
                 "offset_change": "Klicke auf die kleinen Dreiecke um den Bildmaterial-Versatz in kleinen Schritten anzupassen oder halte den linken Mausknopf gedrückt und ziehe innerhalb des grauen Rechtecks um das Bildmaterial zurechtzurücken."
             },
             "streetlevel": {
                 "title": "Straßenfotos",
-                "intro": "Straßenfotos sind nützlich um Verkehrszeichen, Geschäfte oder andere Details die auf Satellitenbilder und Luftbildern nicht sichtbar sind zu bearbeiten. Der iD Editor unterstützt Straßenfotos von [Mapillary](https://www.mapillary.com) und [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Straßenfotos sind hilfreich für das Zeichnen von Straßenschildern, Geschäften und anderen Details, die man auf Luftbildern nicht sehen kann. Im iD-Editor können die Bilder von  [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) und [OpenStreetCam](https://www.openstreetcam.org) angezeigt werden.",
                 "using_h": "Straßenfotos benutzen",
-                "using": "Um Straßenfotos beim Bearbeiten zu benutzen klicke den {data} **Kartendaten** Knopf auf der rechten Seite der Karte zum Einschalten oder Ausschalten der verfügbaren Bildquellen.",
-                "photos": "Wenn die Straßenfotos eingeschaltet sind, wird eine Linie entlang der Fotosequenz angezeigt. Bei höheren Zoomstufen zeigt ein Kreis jede Fotoposition an und bei noch höheren Zoomstufen zeigt ein Kegel die Richtung der Kamera während der Aufnahme an.",
-                "viewer": "Wenn du auf eine Fotoposition klickst erscheint die Fotoanzeige in der linken unteren Ecke der Karte. Die Fotoanzeige enthalt Kontroll-Knöpfe um vorwärts und rückwärts springen zu können. Es zeigt auch den Benutzernamen der Person, die das Foto erstellt hat, wann das Foto erstellt wurde und einen Link, um das Foto auf der Originalseite zu sehen."
+                "using": "Um Straßenfotos beim Zeichnen zu benutzen klicke den {data} **Kartendaten** Knopf auf der rechten Seite der Karte zum Einschalten oder Ausschalten der verfügbaren Bildquellen.",
+                "photos": "Wenn die Straßenfotos eingeschaltet sind, wird eine Linie entlang der Fotosequenz angezeigt. Bei höheren Zoomstufen zeigt wird jede Fotoposition durch einen Kreis angezeigt und bei noch höheren Zoomstufen zeigt ein Kegel die Richtung der Kamera während der Aufnahme an.",
+                "viewer": "Wenn du auf eine Fotoposition klickst erscheint die Fotoanzeige in der linken unteren Ecke der Karte. Die Fotoanzeige enthält Kontroll-Knöpfe um vorwärts und rückwärts springen zu können. Es zeigt auch den Benutzernamen der Person, die das Foto erstellt hat, wann das Foto erstellt wurde und einen Link, um das Foto auf der Originalseite zu sehen."
             },
             "gps": {
                 "title": "GPS Tracks",
                 "intro": "GPS Tracks sind eine wertvolle Datenquelle für OpenStreetMap. Dieser Editor unterstützt lokale *.gpx*, *.geojson* und *.kml* Dateien auf deinem Computer. Du kannst GPS Tracks mit einem Smartphone, einer Sportuhr oder mit anderen GPS-Geräten aufnehmen.",
-                "survey": "Für Informationen über das Aufzeichnen von GPS-Daten kannst du dir folgende Anleitung zur [Kartierung mit Smartphone, GPS oder Field Paper](http://learnosm.org/de/mobile-mapping/) durchlesen.",
+                "survey": "Für Informationen über das Aufzeichnen von GPS-Daten kannst du dir folgende Anleitung zur [Kartierung mit Smartphone, GPS oder Field Paper](http://learnosm.org/de/mobile-mapping/) durchlesen.",
                 "using_h": "GPS Tracks verwenden",
-                "using": "Um einen GPS Track zum Bearbeiten zu verwenden, ziehe ihn einfach auf die Karte. Wenn er erkannt wurde, wird er als helle lila Linie auf der Karte dargestellt. Klicke auf den {data} **Kartendaten** Knopf rechts, um die neue Ebene mit dem Track zu aktivieren/deaktivieren oder den GPS-Track auf der Karte anzuzeigen.",
+                "using": "Um einen GPS Track zum Zeichnen zu verwenden, ziehe ihn einfach auf die Karte. Wenn er erkannt wurde, wird er als helle lila Linie auf der Karte angezeigt. Klicke auf den {data} **Kartendaten** Knopf rechts, um die neue Ebene mit dem Track zu aktivieren/deaktivieren oder den GPS-Track auf der Karte anzuzeigen.",
                 "tracing": "Der GPS Track wird nicht zu OpenStreetMap hochgeladen. Am besten verwendest du ihn als Orientierung um neue Objekte zu zeichnen.",
                 "upload": "Du kannst auch [deine GPS Tracks zu OpenStreetMap hochladen](https://www.openstreetmap.org/trace/create) damit sie von anderen Benutzern verwendet werden können."
             },
                     },
                     "inspecting": {
                         "title": "Überprüfen",
-                        "about": "Bewege die Maus über eine **VON** Straße, um zu sehen, ob sie irgendweche Abbiegebeschränkungen hat. Jede mögliche **NACH** Straße wird mit einem farbigen Schatten dargestellt, der anzeigt, ob eine Beschränkung existiert.",
+                        "about": "Bewege die Maus über eine **VON** Straße, um zu sehen, ob sie irgendweche Abbiegebeschränkungen hat. Jede mögliche **NACH** Straße wird mit einem farbigen Schatten angezeigt, der zeigt ob eine Beschränkung besteht.",
                         "from_shadow": "{fromShadow} **VON Straße**",
                         "allow_shadow": "{allowShadow} **NACH erlaubt**",
                         "restrict_shadow": "{restrictShadow} **NACH verboten**",
                         "title": "Tipps",
                         "simple": "**Bevorzuge einfache anstatt komplexe Beschränkungen.**",
                         "simple_example": "Vermeide beispielsweise Abbiegebeschränkungen \"über Wege\", wenn die Modellierung auch mit einfachen Abbiegebeschränkungen \"über Knoten\" möglich ist.",
-                        "indirect": "**Einige Beschränkungen zeigen den Text \"(indirekt)\" an und sind heller gezeichnet.**",
+                        "indirect": "**Einige Beschränkungen zeigen den Text \"(indirekt)\" an und werden heller angezeigt.**",
                         "indirect_example": "Diese Beschränkungen existieren wegen einer anderen Beschränkung in der Nähe. Zum Beispiel werden durch eine \"Nur Geradeaus\" Beschränkung indirekt ür alle anderen Wege über die Kreuzung \"Keine Kehrtwende\" Beschränkungen erstellt.",
                         "indirect_noedit": "Indirekte Beschränkungen sollte man nicht ändern. Stattdessen sollte man die angrenzende, direkte Beschränkung ändern."
                     }
                 "points_lines_areas": "Objekte werden auf der Karte als Punkte, Linien oder Flächen dargestellt.",
                 "nodes_ways": "In OpenStreetMap werden Punkte manchmal *Knoten* genannt, Linien und Flächen werden manchmal *Wege* genannt.",
                 "click_townhall": "Alle Objekte auf der Karte können durch Klicken ausgewählt werden. **Klicke auf den Punkt um ihn zu auszuwählen.**",
-                "selected_townhall": "Super! Der Punkt ist jetzt ausgewählt. Ausgewählte Objekte werden mit einem pulsierenden Schimmer gezeichnet.",
+                "selected_townhall": "Super! Der Punkt ist jetzt ausgewählt. Ausgewählte Objekte werden mit einem pulsierenden Schimmer angezeigt.",
                 "editor_townhall": "Wenn ein Objekt ausgewählt ist wird der *Objekteditor* neben der Karte angezeigt.",
                 "preset_townhall": "Der obere Teil des Objekteditors zeigt den Typ des Objekts. Dieser Punkt ist ein {preset}.",
                 "fields_townhall": "Der mittlere Bereich des Objekteditors enthält *Felder* mit den Merkmalen des Objektes wie Name oder Adresse.",
             },
             "points": {
                 "title": "Punkte",
-                "add_point": "*Punkte* können benutzt werden um Objekte wie Geschäfte, Restaurants oder Denkmäler darzustellen.{br}Sie kennzeichnen eine konkrete Lage und beschreiben was dort ist. **Klicke auf {button} Punkt um einen neuen Punkt zu zeichnen.**",
-                "place_point": "Um den neuen Punkt auf der Karte zu positionieren bewege den Mauszeiger auf die gewünschte Position des Punktes und klicke oder drücke die Leertaste. **Bewege den Mauszeiger über dieses Gebäude und klicke oder drücke die Leertaste.**",
+                "add_point": "*Punkte* können benutzt werden um Objekte wie Geschäfte, Restaurants oder Denkmäler darzustellen.{br}Sie kennzeichnen eine konkrete Stelle und beschreiben was dort ist. **Klicke auf {button} Punkt um einen neuen Punkt zu zeichnen.**",
+                "place_point": "Um den neuen Punkt auf der Karte zu platzieren bewege den Mauszeiger auf die gewünschte Position des Punktes und klicke oder drücke die Leertaste. **Bewege den Mauszeiger über dieses Gebäude und klicke oder drücke die Leertaste.**",
                 "search_cafe": "Es gibt viele verschiedene Objekte die als Punkte dargestellt werden können. Der gerade hinzugefügte Punkt ist ein Café. **Suche nach '{preset}'.**",
                 "choose_cafe": "**Wähle {preset} aus der Liste.**",
                 "feature_editor": "Der Punkt ist nun ein Café. Mit dem Objekteditor kannst du mehr Information über das Café eingeben.",
             },
             "areas": {
                 "title": "Flächen",
-                "add_playground": "*Flächen* werden benutzt um die Grenzen von Objekten wie Seen, Gebäuden oder Wohngebieten darzustellen.{br}Sie können auch benutzt werden um Objekte, die normalerweise als Punkte gezeichnet werden, genauer darzustellen. **Klicke auf {button} Fläche um eine neue Fläche zu zeichnen.**",
-                "start_playground": "Zeichne diesen Spielplatz als Fläche auf der Karte ein. Flächen werden gezeichnet indem *Knoten* entlang des äußeren Randes des Objekte gezeichnet werden. **Klicke oder drücke die Leertaste um den ersten Knoten an einer Ecke des Spielplatzes zu zeichnen.**",
+                "add_playground": "*Flächen* werden benutzt um die Grenzen von Objekten wie Seen, Gebäuden oder Wohngebieten darzustellen.{br}Sie können auch benutzt werden um Objekte, die normalerweise als Punkte gezeichnet werden, genauer zu zeichnen. **Klicke auf {button} Fläche um eine neue Fläche zu zeichnen.**",
+                "start_playground": "Zeichne diesen Spielplatz als Fläche auf der Karte. Flächen werden gezeichnet, indem *Knoten* entlang des äußeren Randes des Objekte gezeichnet werden. **Klicke oder drücke die Leertaste um den ersten Knoten an einer Ecke des Spielplatzes zu zeichnen.**",
                 "continue_playground": "Setze das Zeichnen der Fläche fort, indem du Knoten entlang des Randes des Spielplatzes setzt. Es ist okay, wenn du die Fläche mit bestehenden Fußwegen verbindest.{br}Tipp: Wenn du die '{alt}' Taste gedrückt hältst, kannst du verhindern, dass die Knoten sich mit anderen Objekten verbinden. **Setze das Zeichnen der Fläche für den Spielplatz fort.**",
                 "finish_playground": "Beende die Fläche durch Drücken von Enter oder nochmal Klicken auf den ersten oder letzten Knoten. **Beende das Zeichnen der Fläche für den Spielplatz.**",
                 "search_playground": "**Suche nach '{preset}'.**",
                 "choose_field": "**Wähle {field} aus der Liste.**",
                 "retry_add_field": "Du hast das Feld {field} nicht ausgewählt. Versuche es nochmals.",
                 "describe_playground": "**Füge eine Beschreibung ein, dann klicke auf {button} Knopf um den Objekteditor zu schließen.**",
-                "play": "Gut gemacht! Versuche mehr Flächen zu zeichnen und suche nach anderen Flächentypen du zu OpenStreetMap hinzufügen kannst. **Wenn du zum nächsten Kapitel willst, klicke '{next}'.**"
+                "play": "Gut gemacht! Versuche noch ein paar Flächen zu zeichnen und schau welche anderen Flächentypen du noch zu OpenStreetMap hinzufügen kannst. **Wenn du zum nächsten Kapitel willst, klicke '{next}'.**"
             },
             "lines": {
                 "title": "Linien",
                 "add_line": "*Linien* werden benutzt um Objekt wie Straßen, Eisenbahnschienen oder Flüsse darzustellen. **Klicke auf {button} Linie um eine neue Linie zu zeichnen.**",
-                "start_line": "Hier gibt es eine Straße die in OpenStreetMap fehlt.{br}Zeichne sie ein! In OpenStreetMap soll die Linie in der Mitte der Straße gezeichnet werden. Du kannst die Karte während des Zeichnens verschieben, wenn das notwendig ist. **Beginne die neue Linie durch Klicken auf das obere Ende der fehlenden Straße.**",
-                "intersect": "Du kannst neue Knoten durch Klicken oder Drücken der Leertaste erzeugen.{br} Straßen und viele andere Typen von Linien sind Teil eines größeren Netzwerks. Es ist wichtig dass diese Linien verbunden sind, damit Routing-Anwendungen richtig funktionieren. **Klicke auf {name} um eine Kreuzung zu erzeugt, die beide Linien verbindet.**",
+                "start_line": "Hier fehlt eine Straße in OpenStreetMap. Lass sie uns zeichnen!{br}In OpenStreetMap soll die Linie in der Mitte der Straße gezeichnet werden. Du kannst die Karte während des Zeichnens verschieben, wenn das notwendig ist. **Beginne die neue Linie durch Klicken auf das obere Ende der fehlenden Straße.**",
+                "intersect": "Klicke oder Drücke die Leertaste um neue Knoten zur Linien hinzuzufügen.{br} Straßen und viele andere Typen von Linien sind Teil eines größeren Netzwerks. Es ist wichtig dass diese Linien verbunden sind, damit Routing-Anwendungen richtig funktionieren. **Klicke auf {name} um eine Kreuzung zu erzeugt, die beide Linien verbindet.**",
                 "retry_intersect": "Diese Straße soll {name} kreuzen. Versuch es nochmals!",
-                "continue_line": "Setze das Zeichnen der Linie für die neue Straße fort. Du kannst die Karte verschieben, wenn das notwendig ist.{br}Wenn du fertig gezeichnet hast klicke nochmals auf den letzten Knoten. **Beende das Zeichnen der Straße.**",
+                "continue_line": "Setze das Zeichnen der Linie für die neue Straße fort. Du kannst die Karte verschieben, wenn das notwendig ist.{br}Wenn du fertig bist klicke nochmals auf den letzten Knoten. **Beende das Zeichnen der Straße.**",
                 "choose_category_road": "**Wähle {category} aus der Liste.**",
                 "choose_preset_residential": "Es gibt viele verschiedene Typen von Straßen, diese ist eine Anliegerstraße. **Wähle {preset}.**",
                 "retry_preset_residential": "Du hast nicht {preset} ausgewählt. **Klicke hier um erneut zu wählen.**",
                 "name_road": "**Gib dieser Straße einen Namen, dann drücke Escape oder Enter oder klicke den {button} Knopf um den Objekteditor zu schließen.**",
-                "did_name_road": "Sieht gut aus! Jetzt wirst du lernen, wie die den Zustand einer Linie verbessern kannst.",
-                "update_line": "Manchmal musst du den Zustand einer bestehenden Linie ändern. Hier ist eine Straße die nicht ganz richtig aussieht.",
-                "add_node": "Du kannst weitere Knoten zu einer Linie hinzufügen, um den Zustand einer Linie zu verbessern. Eine Möglichkeit um neue Knoten zu zeichnen ist ein Doppelklick auf die Stelle der Linie, wo der neue Knoten entstehen soll. **Doppelklicke auf die Linie um einen neuen Knoten zu erzeugen.**",
-                "start_drag_endpoint": "Wenn eine Linie ausgewählt ist, kannst du jeden Knoten dieser Linie durch Klicken und Festhalten des linken Mausknopfs verschieben. **Schieb den letzten Knoten der Linie dorthin, wo sich diese Straßen kreuzen sollen.**",
+                "did_name_road": "Sieht gut aus! Jetzt wirst du lernen, wie die Form einer Linie verbessern kannst.",
+                "update_line": "Manchmal musst du die Form einer bestehenden Linie ändern. Hier ist eine Straße die nicht ganz richtig aussieht.",
+                "add_node": "Du kannst weitere Knoten zu einer Linie hinzufügen, um die Form einer Linie zu verbessern. Eine Möglichkeit um neue Knoten zu zeichnen ist ein Doppelklick auf die Stelle der Linie, wo der neue Knoten entstehen soll. **Doppelklicke auf die Linie um einen neuen Knoten zu erzeugen.**",
+                "start_drag_endpoint": "Wenn eine Linie ausgewählt ist, kannst du jeden Knoten dieser Linie durch Klicken und Festhalten des linken Mausknopfs verschieben. **Schiebe den letzten Knoten der Linie dorthin, wo sich diese Straßen kreuzen sollen.**",
                 "finish_drag_endpoint": "Hier sieht es gut aus. **Lass den Mausknopf aus, um das Verschieben zu beenden.**",
-                "start_drag_midpoint": "Kleine Dreiecke werden am *Mittelpunkt* zwischen zwei Knoten angezeigt. Eine weitere Möglichkeit um einen neuen Knoten zu erzeugen ist das Verschieben dieses Mittelpunkts zu einer neuen Lage. **Schiebe den Mittelpunkt und erzeuge damit einen neuen Knoten in der Straßenkurve.**",
+                "start_drag_midpoint": "Kleine Dreiecke werden am *Mittelpunkt* zwischen zwei Knoten angezeigt. Eine weitere Möglichkeit um einen neuen Knoten zu erzeugen ist das Verschieben dieses Mittelpunkts zu einer neuen Stelle. **Schiebe den Mittelpunkt und erzeuge damit einen neuen Knoten in der Straßenkurve.**",
                 "continue_drag_midpoint": "Diese Linie sieht viel besser aus! Setze das Anpassen der Linie durch Doppelklicken oder Verschieben von Mittelpunkten fort, bis die Kurve dem Straßenverlauf folgt. **Wenn Dir die Linie gefällt, klicke OK.**",
                 "delete_lines": "Wenn es Straßen in der echten Welt nicht gibt, kannst du die zugehörigen Linien löschen.{br}Hier hat die Stadt eine {street} geplant, aber nie gebaut. Du kannst diesen Teil der Karte verbessern, wenn du die zusätzlichen Linien löschst.",
                 "rightclick_intersection": "Die letzte bestehende Straße ist {street1}, daher wirst du die {street2} an dieser Kreuzung *teilen* und alles darüber löschen. **Rechtsklicke auf den Kreuzungs-Knoten.**",
             "buildings": {
                 "title": "Gebäude",
                 "add_building": "OpenStreetMap ist die größte Gebäude-Datenbank der Welt.{br}Du kannst helfen diese Datenbank zu verbessern, indem du Gebäude einzeichnest, die in der Karte noch fehlen. **Klicke auf {button} Fläche um eine neue Fläche zu zeichnen.**",
-                "start_building": "Zeichne dieses Gebäude in der Karte ein, indem du seinen Umriss nachzeichnest.{br}Gebäude sollten entlang ihrer Grundfläche so genau wie möglich gezeichnet werden. **Klick oder drücke die Leertaste um den Startknoten auf einer Ecke des Gebäudes zu zeichnen.**",
+                "start_building": "Zeichne dieses Gebäude, indem du seinen Umriss nachzeichnest.{br}Gebäude sollten entlang ihrer Grundfläche so genau wie möglich gezeichnet werden. **Klicke oder drücke die Leertaste um den Startknoten auf einer Ecke des Gebäudes zu zeichnen.**",
                 "continue_building": "Erstelle weitere Knoten um den Umriss des Gebäudes nachzuzeichnen. Du kannst hinein zoomen, wenn du mehr Details zeichnen willst.{br}Beende das Gebäude durch Drücken von Enter oder nochmal Klicken auf den ersten oder letzten Knoten.**Beende den Umriss des Gebäudes.**",
                 "retry_building": "Es sieht so aus als hättest du die Knoten nicht auf die Ecken des Gebäudes gesetzt. Versuche es noch einmal!",
                 "choose_category_building": "**Wähle {category} aus der Liste.**",
                 "rightclick_building": "**Rechtsklicke das gerade erzeugte Gebäude um es auszuwählen und zeige das Bearbeitungs-Menü.**",
                 "square_building": "Das gerade gezeichnete Haus sieht besser aus, wenn es perfekt rechtwinklige Ecken hat. **Klicke auf {button} Knopf um die Gebäudeecken rechtwinklig zu machen.**",
                 "retry_square": "Du hast nicht den Rechtwinklig-Machen-Knopf geklickt. Versuch es noch einmal.",
-                "done_square": "Siehst du wie die Ecken des Gebäudes auf die richtige Stelle rücken? Lass uns einen weiteren nützlichen Trick lernen.",
+                "done_square": "Siehst du wie die Ecken des Gebäudes auf die richtige Stelle gerückt sind? Lass uns einen weiteren nützlichen Trick lernen.",
                 "add_tank": "Als Nächstes wirst du einen kreisrunden Tank zeichnen. **Klicke auf {button} Fläche um eine neue Fläche zu zeichnen.**",
-                "start_tank": "Du musst keinen perfekten Kreis zeichnen. Zeichne einfach eine Fläche innerhalb des Tanks die seinen Rand berührt. **Klicke oder drücke die Leertaste um den ersten Knoten an Rand des Tanks zu zeichnen.**",
+                "start_tank": "Keine Sorge, du musst keinen perfekten Kreis zeichnen. Zeichne einfach eine Fläche innerhalb des Tanks, die seinen Rand berührt. **Klicke oder drücke die Leertaste um den ersten Knoten an Rand des Tanks zu zeichnen.**",
                 "continue_tank": "Zeichne noch zwei weitere Knoten am Rand. Der Kreis wird außerhalb der gezeichneten Knoten erzeugt.{br}Beende die Fläche durch Drücken von Enter oder nochmal Klicken auf den ersten oder letzten Knoten.**Zeichne den Tank fertig.**",
                 "search_tank": "**Suche nach '{preset}'.**",
                 "choose_tank": "**Wähle {preset} von der Liste.**",
                 "help": "Du bist nun bereit OpenStreetMap zu bearbeiten!{br}Du kannst mit dem {button} Hilfe-Knopf oder der '{key}'-Taste mehr Dokumentation ansehen und diesen Rundgang wieder aufrufen.",
                 "shortcuts": "Du kannst eine Liste der Befehle zusammen mit ihren Tastenkürzeln durch Drücken der '{key}'-Taste ansehen.",
                 "save": "Vergiss nicht, regelmäßig zu speichern, um die Änderungen zu OpenStreetMap hochzuladen!",
-                "start": "Beginne mit dem Bearbeiten!"
+                "start": "Beginne mit dem Mappen!"
             }
         },
         "shortcuts": {
                     "add_point": "'Neuen Punkt hinzufügen' (Modus)",
                     "add_line": "'Neue Linie hinzufügen' (Modus)",
                     "add_area": "'Neue Fläche hinzufügen' (Modus)",
-                    "place_point": "Punkt platzieren",
+                    "add_note": "'Neuen Hinweis hinzufügen' (Modus)",
+                    "place_point": "Hinweis oder Punkt platzieren",
                     "disable_snap": "Festhalten um Punkt beim Platzieren nicht zu vereinigen",
                     "stop_line": "Zeichnen einer Linie oder Fläche beenden"
                 },
                     "continue_line": "Linie am ausgewählten Knoten fortsetzen",
                     "merge": "Vereinige die ausgewählten Objekte",
                     "disconnect": "Objekte am ausgewählten Knoten trennen",
+                    "detach_node": "Trenne den ausgewählten Knoten von seinen Linien/Flächen.",
                     "split": "Linie am ausgewählten Knoten in zwei Linien teilen",
                     "reverse": "Richtung der Linie umdrehen",
                     "move": "Ausgewählte Objekte verschieben",
                     "label": "Kapazität",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "Bargeldannahme"
+                },
                 "castle_type": {
                     "label": "Typ"
                 },
                         "underground": "Tiefgarage"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Fahrgastinformationssystem (Abfahrtsmonitor)"
+                },
                 "payment_multi": {
                     "label": "Zahlungsarten"
                 },
                 "site": {
                     "label": "Typ"
                 },
+                "site_type": {
+                    "label": "Anlagentyp"
+                },
                 "smoking": {
                     "label": "Rauchen",
                     "options": {
                     "terms": "Materialseilbahn, Lastenseilbahn"
                 },
                 "aerialway/magic_carpet": {
-                    "name": "KInderskilift",
+                    "name": "Kinderskilift",
                     "terms": "Kinderskilift, Zauberteppichlift, Babylift"
                 },
                 "aerialway/mixed_lift": {
                     "terms": "Obstplantage, Streuobstwiese, Obstgarten"
                 },
                 "landuse/plant_nursery": {
-                    "name": "Anpflanzung, Baumschule",
-                    "terms": "Betriebskindergarten, Werkskindergarten, Betriebskinderkrippe, Werkskinderkrippe"
+                    "name": "Baumschule, Anzucht von Pflanzen",
+                    "terms": "Baumschule, Anzucht, Anbaufläche, Plantage, Blumen, Sträucher, Rosen, Ziergehölze, Obstgehölze,  Forstpflanzen, Gärtnerei"
                 },
                 "landuse/quarry": {
                     "name": "Steinbruch",
                     "terms": "Reck,Reckstange"
                 },
                 "leisure/fitness_station/horizontal_ladder": {
-                    "name": "Klettergerüst",
-                    "terms": "Klettergerüst"
+                    "name": "Hangelleiter",
+                    "terms": "Klettergerüst, Klimmzüge, Leiter, Kletterleiter, Trimm Dich Pfad"
                 },
                 "leisure/fitness_station/hyperextension": {
                     "name": "Hyperextension-Bank",
                     "terms": "Korbschaukel"
                 },
                 "playground/climbing_frame": {
-                    "name": "Klettergerüst",
+                    "name": "Klettergerüst / Seilspinne",
                     "terms": "Klettergerüst, Seilspinne, Raumnetz"
                 },
                 "playground/cushion": {
                 "attribution": {
                     "text": "Bedingungen & Feedback"
                 },
-                "description": "DigitalGlobe-Premium ist ein Mosaik zusammengesetzt aus der DigitalGlobe basemap wobei ausgewählte Regionen ander Quellen haben, entweder +Vivid oder regionspezifische Quellen, Auflösung 50cm oder besser und häufigeren laufenden Updates.",
+                "description": "DigitalGlobe-Premium ist ein Mosaik zusammengesetzt aus der DigitalGlobe basemap, wobei ausgewählte Regionen mit +Vivid oder regionspezifischen Quellen aufgefüllt sind, Auflösung 50cm oder besser und häufiger aktualisiert.",
                 "name": "DigitalGlobe Premium Bildmaterial"
             },
             "DigitalGlobe-Premium-vintage": {
                 "attribution": {
                     "text": "Bedingungen & Feedback"
                 },
+                "description": "DigitalGlobe-Standard ist eine kuratierte Zusammenstellung von Luftbildern, die 86% der weltweiten Landmasse abdecken, Auflösung 30-60cm soweit verfügbar; aufgefüllt mit Landsat Satelitenbildern. Durchschnittliches Alter ist 2,31 Jahre, manche Gebiete werden zwei mal pro Jahr erneuert.",
                 "name": "DigitalGlobe Standard Bildmaterial"
             },
             "DigitalGlobe-Standard-vintage": {
         "community": {
             "cape-coast-youthmappers": {
                 "name": "Universität von Cape Coast YouthMappers",
-                "description": "Folge uns auf Twitter {url}",
-                "extendedDescription": "Das ist der offizielle handle für die Gruppe der Jungen Mapper der Universität von Cape Coast, Ghana. Wir lieben Karten, Offene Daten und Unterstützung für die Schutzlosen"
+                "description": "Folge uns auf Twitter: {url}",
+                "extendedDescription": "Das ist der offizielle Handle für die Gruppe junger Mapper der Universität von Cape Coast, Ghana. Wir lieben Karten, offene Daten und Unterstützung für die Schutzlosen."
             },
             "osm-gh-facebook": {
                 "name": "OpenStreetMap Ghana auf Facebook",
                 "description": "Facebook Grupep für Menschen mit Interesse an OpenStreetMap.",
-                "extendedDescription": "Gemeischaft der Mapper in Ghana Förderung von OpenStreetMap und den Humanitarian OpenStreetMap Team (HOT) Projecten in Ghana. Schließ dich uns an!"
+                "extendedDescription": "Gemeinschaft der Mapper in Ghana, Förderung von OpenStreetMap und den Projekten des Humanitarian OpenStreetMap Team (HOT) in Ghana. Schließ dich uns an!"
             },
             "osm-gh-twitter": {
                 "name": "OpenStreetMap Ghana auf Twitter",
-                "description": "Folge uns auf Twitter {url}"
+                "description": "Folge uns auf Twitter: {url}"
             },
             "talk-gh": {
                 "name": "Talk-gh Mailing Liste",
                 "description": "Mapper und OpenStreetMap Benutzer in und um Portland, USA",
                 "extendedDescription": "Maptime ist - ziemlich wörtlich - Zeit zum Mappen.  Unsere Ziel ist die Türen für kartografische Möglichkeiten für alle Interessierten zu öffenen, wir stellen Zeit und Raum zum gemeinschaftlichen Lernen, Erkunden und zur Kartenerzeugung bereit und benutzen gemeinsam Mapping Tools und Technologien."
             },
+            "us-ma-mailinglist": {
+                "name": "Talk-us-massachusetts Mailing Liste",
+                "description": "Mailing Liste für die Massachusetts (USA) OSM Gemeinschaft"
+            },
             "OpenCleveland-meetup": {
                 "name": "Open Cleveland",
                 "description": "Verbessere OpenStreetMap in Cleveland, USA",
                 "name": "OpenStreetMap New York City",
                 "description": "Mapper und OpenStreetMap Benutzer, Entwickler und Liebhaber in der Metroplregion New York"
             },
+            "OSM-Portland-forum": {
+                "name": "OpenStreetMap PDX Google Gruppe",
+                "description": "Forum und Mailing-Liste der OpenStreetMap Gemeinschaft im Gebiet von Portland",
+                "extendedDescription": "Diese Gruppe erleichtert Verbesserungen für OpenStreetMap um Anwendungen wie der Open Trip Planner zu unterstützen."
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap Portland, USA",
                 "description": "Mapper und OpenStreetMap Benutzer in Portland",
index 9b4fe5f248d7dc6eb2a4cf2ef338cf8028e9e85c..07377dbb40825b57b816a520c0e19c7ed5733fd1 100644 (file)
             "localized_translation_name": "Όνομα"
         },
         "zoom_in_edit": "Μεγέθυνση για επεξεργασία",
-        "login": "σύνδεση",
-        "logout": "Αποσύνδεση",
         "loading_auth": "Σύνδεση στο OpenStreetMap...",
         "report_a_bug": "Αναφορά σφάλματος",
         "help_translate": "Βοηθήστε στη μετάφραση",
         "cannot_zoom": "Δεν είναι δυνατή μεγαλύτερη σμίκρυνση στην τρέχουσα κατάσταση λειτουργίας.",
         "full_screen": "Αλλάξτε σε Πλήρη Οθόνη",
         "gpx": {
-            "local_layer": "Τοπικό αρχείο",
             "drag_drop": "Σύρετε και αποθέστε ένα αρχείο .gpx, .geojson ή .kml στη σελίδα ή κάντε κλικ στο κουμπί στα δεξιά για να περιηγηθείτε",
             "zoom": "Μεγένθυνε στη στρώση",
             "browse": "Αναζητήστε ένα αρχείο"
             },
             "streetlevel": {
                 "title": "Φωτογραφίες Επιπέδου Δρόμου",
-                "intro": "Οι φωτογραφίες στο επίπεδο του δρόμου είναι χρήσιμες για τη χαρτογράφηση φαανριών, επιχειρήσεων και άλλων λεπτομερειών που δεν μπορείτε να δείτε από δορυφορικές εικόνες και αεροφωτογραφίες. Ο επεξεργαστής iD υποστηρίζει φωτογραφίες στο επίπεδο του δρόμου από το [Mapillary] (https://www.mapillary.com) και το [OpenStreetCam] (https://www.openstreetcam.org).",
                 "using_h": "Χρήση Φωτογραφιών Επιπέδου Δρόμου",
                 "using": "Για να χρησιμοποιήσετε τις φωτογραφίες στο επίπεδο του δρόμου για χαρτογράφηση, κάντε κλικ στον πίνακα {δεδομένα} **Δεδομένα χάρτη** στο πλάι του χάρτη για να ενεργοποιήσετε ή να απενεργοποιήσετε τα διαθέσιμα επίπεδα φωτογραφιών.",
                 "photos": "Όταν είναι ενεργοποιημένο, το επίπεδο φωτογραφιών εμφανίζει μια γραμμή κατά μήκος της ακολουθίας φωτογραφιών. Σε υψηλότερα επίπεδα μεγέθυνσης, ένας κύκλος σημειώνει την κάθε θέση φωτογραφίας και σε ακόμη υψηλότερα επίπεδα μεγέθυνσης ένας κώνος δείχνει την κατεύθυνση στην οποία βρισκόταν η φωτογραφική μηχανή κατά τη λήψη της φωτογραφίας.",
                     "add_point": "Λειτουργία \"Προσθήκη σημείου\"",
                     "add_line": "Λειτουργία \"Προσθήκη γραμμής\"",
                     "add_area": "Λειτουργία \"Προσθήκη περιοχής\"",
-                    "place_point": "Τοποθετήστε ένα σημείο",
                     "stop_line": "Τερματισμός σχεδιασμού μιας γραμμής ή μια περιοχής"
                 },
                 "operations": {
index 1f8a8f888d072fb407489cb618f48f088f17791b..eb12b4afd550f07765775bd753e78a1d6a82537a 100644 (file)
             "localized_translation_name": "Name"
         },
         "zoom_in_edit": "Zoom in to edit",
-        "login": "login",
-        "logout": "logout",
         "loading_auth": "Connecting to OpenStreetMap...",
         "report_a_bug": "Report a bug",
         "help_translate": "Help translate",
         "cannot_zoom": "Cannot zoom out further in current mode.",
         "full_screen": "Toggle Full Screen",
         "gpx": {
-            "local_layer": "Local file",
             "drag_drop": "Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse",
             "zoom": "Zoom to layer",
             "browse": "Browse for a file"
             },
             "streetlevel": {
                 "title": "Street Level Photos",
-                "intro": "Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Mapillary](https://www.mapillary.com) and [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Using Street Level Photos",
                 "using": "To use street level photos for mapping, click the {data} **Map data** panel on the side of the map to enable or disable the available photo layers.",
                 "photos": "When enabled, the photo layer displays a line along the sequence of photos. At higher zoom levels, a circle marks at each photo location, and at even higher zoom levels, a cone indicates the direction the camera was facing when the photo was taken.",
                     "add_point": "'Add point' mode",
                     "add_line": "'Add line' mode",
                     "add_area": "'Add area' mode",
-                    "place_point": "Place a point",
                     "disable_snap": "Hold to disable point snapping",
                     "stop_line": "Finish drawing a line or area"
                 },
index 3412491a41483fd5a0f822bbb2f1d5f0d594a84b..2655f494c5f0ade7c1e79b7ceb29688fd8c361b3 100644 (file)
                 "description": "Add restaurants, monuments, postal boxes or other points to the map.",
                 "tail": "Click on the map to add a point."
             },
+            "add_note": {
+                "title": "Note",
+                "description": "Spotted an issue? Let other mappers know.",
+                "tail": "Click on the map to add a note."
+            },
             "browse": {
                 "title": "Browse",
                 "description": "Pan and zoom the map."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Added a point.",
                     "vertex": "Added a node to a way.",
-                    "relation": "Added a relation."
+                    "relation": "Added a relation.",
+                    "note": "Added a note."
                 }
             },
             "start": {
                     "create": "Added a turn restriction",
                     "delete": "Deleted a turn restriction"
                 }
+            },
+            "detach_node": {
+                "title": "Detach",
+                "key": "E",
+                "description": "Detach this node from these lines/areas.",
+                "annotation": "Detached a node from parent lines/areas.",
+                "restriction": "This node can't be detached because it would damage a \"{relation}\" relation.",
+                "connected_to_hidden": "This node can't be detached because it is connected to a hidden feature."
             }
         },
         "restriction": {
             "localized_translation_name": "Name"
         },
         "zoom_in_edit": "Zoom in to edit",
-        "login": "login",
-        "logout": "logout",
+        "login": "Log In",
+        "logout": "Log Out",
         "loading_auth": "Connecting to OpenStreetMap...",
         "report_a_bug": "Report a bug",
         "help_translate": "Help translate",
                 "osm": {
                     "tooltip": "Map data from OpenStreetMap",
                     "title": "OpenStreetMap data"
+                },
+                "notes": {
+                    "tooltip": "Note data from OpenStreetMap",
+                    "title": "OpenStreetMap notes"
                 }
             },
             "fill_area": "Fill Areas",
         "cannot_zoom": "Cannot zoom out further in current mode.",
         "full_screen": "Toggle Full Screen",
         "gpx": {
-            "local_layer": "Local file",
+            "local_layer": "Add a GPX",
             "drag_drop": "Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse",
             "zoom": "Zoom to layer",
             "browse": "Browse for a file"
         },
+        "mvt": {
+            "local_layer": "Add a MVT",
+            "drag_drop": "Drag and drop a .mvt or .pbf file on the page, or click the button to the right to browse",
+            "zoom": "Zoom to layer",
+            "browse": "Browse for a file"
+        },
         "streetside": {
             "tooltip": "Streetside photos from Microsoft",
             "title": "Photo Overlay (Bing Streetside)",
             "report": "Report a privacy concern with this image",
+            "view_on_bing": "View on Bing Maps",
             "hires": "High resolution"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "View this image on OpenStreetCam"
         },
+        "note": {
+            "note": "Note",
+            "title": "Edit note",
+            "anonymous": "anonymous",
+            "closed": "(Closed)",
+            "commentTitle": "Comments",
+            "newComment": "New Comment",
+            "inputPlaceholder": "Enter a comment to share with other users.",
+            "close": "Close Note",
+            "open": "Reopen Note",
+            "comment": "Comment",
+            "close_comment": "Close and Comment",
+            "open_comment": "Reopen and Comment",
+            "report": "Report",
+            "new": "New Note",
+            "newDescription": "Describe the issue.",
+            "save": "Save Note",
+            "login": "You must log in to change or comment on this note.",
+            "upload_explanation": "Your comments will be publicly visible to all OpenStreetMap users.",
+            "upload_explanation_with_user": "Your comments as {user} will be publicly visible to all OpenStreetMap users."
+        },
         "help": {
             "title": "Help",
             "key": "H",
                 "boundary": "A *boundary* relation is a group of one or more line features that together form an administrative boundary.",
                 "boundary_add": "To add a feature to a boundary relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."
             },
+            "notes": {
+                "title": "Notes",
+                "intro": "*Notes* are used to alert other users that a feature requires fixing or attention. Notes mark a specific location on the map. To view existing notes or add new ones, click the {data} **Map data** panel to enable the OpenStreetMap notes layer.",
+                "add_note_h": "Adding Notes",
+                "add_note": "To add a new note, click the {note} **Note** button on the toolbar above the map, or press the shortcut key `4`. This will change the mouse cursor to a cross symbol. To place the new note on the map, position the mouse cursor where the note should go, then {leftclick} left-click or press `Space`.",
+                "move_note": "Only new notes can be moved. To move a note, place the mouse cursor over the new note, then press and hold the {leftclick} left mouse button while dragging the note to its new location.",
+                "update_note_h": "Closing, Reopening, and Commenting",
+                "update_note": "An existing note can be updated by closing it, reopening it, or adding a comment to it. Closing a note indicates that the problem has been resolved. Reopening a note indicates that the original issue is not resolved.",
+                "save_note_h": "Saving Notes",
+                "save_note": "You must save any note edits individually by clicking the buttons below the note comments. Note edits are **not** included in changesets that you upload to OpenStreetMap."
+            },
             "imagery": {
                 "title": "Background Imagery",
                 "intro": "The background imagery that appears beneath the map data is an important resource for mapping. This imagery can be aerial photos collected from satellites, airplanes, and drones, or it can be scanned historical maps or other freely available source data.",
             },
             "streetlevel": {
                 "title": "Street Level Photos",
-                "intro": "Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Mapillary](https://www.mapillary.com) and [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com), and [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Using Street Level Photos",
                 "using": "To use street level photos for mapping, click the {data} **Map data** panel on the side of the map to enable or disable the available photo layers.",
                 "photos": "When enabled, the photo layer displays a line along the sequence of photos. At higher zoom levels, a circle marks at each photo location, and at even higher zoom levels, a cone indicates the direction the camera was facing when the photo was taken.",
                     "add_point": "'Add point' mode",
                     "add_line": "'Add line' mode",
                     "add_area": "'Add area' mode",
-                    "place_point": "Place a point",
+                    "add_note": "'Add note' mode",
+                    "place_point": "Place a point or note",
                     "disable_snap": "Hold to disable point snapping",
                     "stop_line": "Finish drawing a line or area"
                 },
                     "continue_line": "Continue a line at the selected node",
                     "merge": "Combine (merge) selected features",
                     "disconnect": "Disconnect features at the selected node",
+                    "detach_node": "Detach selected node from parent lines/areas",
                     "split": "Split a line into two at the selected node",
                     "reverse": "Reverse a line",
                     "move": "Move selected features",
                     "label": "Capacity",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "Cash In"
+                },
                 "castle_type": {
                     "label": "Type"
                 },
                         "lane": "Roadside Lane"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Passenger information display"
+                },
                 "payment_multi": {
                     "label": "Payment Types"
                 },
                         "other": "Other"
                     }
                 },
+                "site_type": {
+                    "label": "Site Type"
+                },
                 "site": {
                     "label": "Type"
                 },
                 },
                 "aeroway/aerodrome": {
                     "name": "Airport",
-                    "terms": "airplane,airport,aerodrome"
+                    "terms": "aerodrome,aeroway,airplane,airport,jet,plane"
                 },
                 "aeroway/apron": {
                     "name": "Apron",
                 },
                 "entrance": {
                     "name": "Entrance/Exit",
-                    "terms": ""
+                    "terms": "entrance,exit,door"
                 },
                 "footway/crossing-raised": {
                     "name": "Raised Street Crossing",
                 },
                 "landuse/military/airfield": {
                     "name": "Military Airfield",
-                    "terms": "air force,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war"
+                    "terms": "aerodrome,aeroway,air force,airplane,airport,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war"
                 },
                 "landuse/military/barracks": {
                     "name": "Barracks",
                 "description": "Mappers and OpenStreetMap users, around Portland, ME",
                 "extendedDescription": "Maptime is, rather literally, time for mapmaking.  Our mission is to open the doors of cartographic possibility to anyone interested by creating a time and space for collaborative learning, exploration, and map creation using mapping tools and technologies."
             },
+            "us-ma-mailinglist": {
+                "name": "Talk-us-massachusetts Mailing List",
+                "description": "Email mailing list for the Massachusetts OSM community"
+            },
             "OpenCleveland-meetup": {
                 "name": "Open Cleveland",
                 "description": "Improve OpenStreetMap in the Cleveland area",
                 "name": "OpenStreetMap NYC",
                 "description": "Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area"
             },
+            "OSM-Portland-forum": {
+                "name": "OpenStreetMap PDX Google Group",
+                "description": "Forum and mailing list for OpenStreetMap users in the Portland area",
+                "extendedDescription": "This group is to facilitate improvements to OpenStreetMap in the Portland, Oregon area to support applications such as the Open Trip Planner."
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap Portland",
                 "description": "Mappers and OpenStreetMap users in the Portland area",
index 0ba5da93ca6bdcf368f823785446349f1c1069c6..29059e119f04e981b8cc63eadbcabf3f617b6e14 100644 (file)
                 "description": "Aldoni restoraciojn, monumentojn, poŝtkestojn aŭ aliajn punktojn al la mapo.",
                 "tail": "Klaku sur la mapo por aldoni punkton."
             },
+            "add_note": {
+                "title": "Rimarko",
+                "description": "Ĉu vi rimarkis problemon? Sciigu aliajn mapigistojn.",
+                "tail": "Klaku sur la mapo por aldoni rimarkon."
+            },
             "browse": {
                 "title": "Foliumi",
                 "description": "Aldirekti kaj pligrandigi la mapon."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Aldonis punkton.",
                     "vertex": "Aldonis nodon al linio/areo.",
-                    "relation": "Aldonis rilaton."
+                    "relation": "Aldonis rilaton.",
+                    "note": "Aldonis rimarkon."
                 }
             },
             "start": {
                     "create": "Aldonis turnan limigon.",
                     "delete": "Forigis turnan limigon."
                 }
+            },
+            "detach_node": {
+                "title": "Apartigi",
+                "key": "E",
+                "description": "Apartigi tiun ĉi nodon de tiujn ĉi linioj/areoj.",
+                "annotation": "Apartigis nodon de superaj linioj/areoj.",
+                "restriction": "Tiu ĉi nodo ne povas esti apartigita, ĉar tio ĉi detruus la rilaton “{relation}”.",
+                "connected_to_hidden": "Tiu ĉi nodo ne povas esti apartigita, ĉar ĝi estas kunigita al kaŝita elemento."
             }
         },
         "restriction": {
             "localized_translation_name": "Nomo"
         },
         "zoom_in_edit": "Pligrandigu por redakti",
-        "login": "ensaluti",
-        "logout": "elsaluti",
+        "login": "Ensaluti",
+        "logout": "Elsaluti",
         "loading_auth": "Konektado al OpenStreetMap…",
         "report_a_bug": "Raporti eraron",
         "help_translate": "Helpi traduki",
             "no_documentation_key": "Estas neniu disponebla dokumentaro pri ĉi tiu ŝlosilo",
             "documentation_redirect": "Ĉi tiu dokumentara paĝo estis movita al nova loko",
             "show_more": "Montri pli",
-            "view_on_osm": "Vidi en openstreetmap.org",
+            "view_on_osm": "Montri ĉe openstreetmap.org",
             "all_fields": "Ĉiuj kampoj",
             "all_tags": "Ĉiuj etikedoj",
             "all_members": "Ĉiuj anoj",
             "role": "Rolo",
             "choose": "Elektu specon de objekto",
             "results": "{n} rezultoj por {search}",
-            "reference": "Vidi en la vikio de OpenStreetMap",
+            "reference": "Montri ĉe OpenStreetMap-vikio",
             "back_tooltip": "Ŝanĝi objekton",
             "remove": "Forigi",
             "search": "Serĉi",
                 "osm": {
                     "tooltip": "Map-datumoj el OpenStreetMap",
                     "title": "OpenStreetMap-datumoj"
+                },
+                "notes": {
+                    "tooltip": "Rimarkoj el OpenStreetMap",
+                    "title": "OpenStreetMap-rimarkoj"
                 }
             },
             "fill_area": "Plenigi areojn",
         "cannot_zoom": "Ne povas plie plibonigi en nuna reĝimo.",
         "full_screen": "Baskuligi plenekranon",
         "gpx": {
-            "local_layer": "Loka dosiero",
+            "local_layer": "Aldoni GPX",
             "drag_drop": "Ŝovu kaj demetu .gpx, geojson aŭ .kml dosieron sur la paĝon, aŭ klaku la butonon ĉe dekstre por foliumi",
             "zoom": "Pligrandigi tavolon",
             "browse": "Esplori por dosieron"
         },
+        "mvt": {
+            "local_layer": "Aldoni MVT",
+            "drag_drop": "Ŝovu kaj demetu .mvt aŭ .pbf dosieron sur la paĝon, aŭ klaku la butonon ĉe dekstre por esplori",
+            "zoom": "Pligrandigi tavolon",
+            "browse": "Esplori por dosieron"
+        },
         "streetside": {
             "tooltip": "Strat-nivelaj fotoj de Microsoft",
             "title": "Fotara surtavolo (Bing Streetside)",
             "report": "Raporti privatecan problemon pri tiu ĉi foto",
+            "view_on_bing": "Montri ĉe Bing Mapoj",
             "hires": "Alta distingivo"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Montri tiun ĉi bildon ĉe OpenStreetCam"
         },
+        "note": {
+            "note": "Rimarko",
+            "title": "Redakti rimarkon",
+            "anonymous": "anonimulo",
+            "closed": "(fermita)",
+            "commentTitle": "Komentoj",
+            "newComment": "Nova komento",
+            "inputPlaceholder": "Skribu komenton por sciigi aliajn uzantojn.",
+            "close": "Fermi rimarkon",
+            "open": "Remalfermi rimarkon",
+            "comment": "Komenti",
+            "close_comment": "Fermi kaj komenti",
+            "open_comment": "Remalfermi kaj komenti",
+            "report": "Raporti",
+            "new": "Nova rimarko",
+            "newDescription": "Priskribu la problemon.",
+            "save": "Konservi rimarkon",
+            "login": "Vi devas ensaluti por ŝanĝi aŭ komenti tiun ĉi rimarkon.",
+            "upload_explanation": "Viaj komentoj estos publike videblaj al ĉiuj uzantoj de OpenStreetMap.",
+            "upload_explanation_with_user": "Viaj komentoj kiel {user} estos publike videblaj al ĉiuj uzantoj de OpenStreetMap."
+        },
         "help": {
             "title": "Helpo",
             "key": "H",
                 "boundary": "Rilato “limo” estas grupo da unu aŭ pli liniaj objektoj kiuj kune formas administran limon.",
                 "boundary_add": "Por aldoni objekton al liman rilaton, elektu ĝin kaj ŝovumu suben ĝis la sekcio “ĉiuj rilatoj”  de la odjekt-redaktilo, sekve klaku la butonon {plus} aldoni por aldoni tiun ĉi objekton al proksima ekzistanta rilato aŭ al nova rilato."
             },
+            "notes": {
+                "title": "Rimarkoj",
+                "intro": "“Rimarkoj” estas uzataj por informi aliajn uzantojn, ke objekto bezonas riparon aŭ kontrolon. Rimarko markas difinitan lokon sur la mapo. Por vidigi ekzistajn rimarkojn aŭ krei iun novan, klaku la panelon {data} **map-datumoj** por aktivigi la tavolon de rimarkoj.",
+                "add_note_h": "Aldoni rimarkojn",
+                "add_note": "Por aldoni rimarkon, klaku la butonon {note} **rimarko** sur la ilobreto supre de mapo aŭ premu la fulmoklavon `4`. Tiel la mus-kursoro ŝanĝiĝos al kruc-simbolo. Por loki novan rimarkon al la mapo, celu la mus-kursoron tien, kien la rimarko estu, kaj sekve {leftclick} maldekstre-klaku aŭ premu la `spacostangon`.",
+                "move_note": "Oni povas movi nur novajn rimarkon. Por movi rimarkon, direktu la mus-kursoron al la nova rimarko, kaj premtenu la {leftclick} maldekstran mus-butonon ŝovante la rimarkon al nova loko.",
+                "update_note_h": "Fermi, remalfermi aŭ komenti",
+                "update_note": "Ekzistan rimarkon oni povas aktualigi per ĝin fermi, remalfermi aŭ komenti. Fermado de rimarko indikas, ke la problemo estas solvita. Remalfermado de rimarko indikas, ke la originala problemo plue ne estas solvita.",
+                "save_note_h": "Konservi rimarkon",
+                "save_note": "Vi devas konservi ĉiun rimarkon aparte per butonoj sub komentoj de rimarko. Redaktoj de rimarkoj **ne** estas ampleksataj en ŝanĝaroj, kiujn vi alŝutas al OpenStreetMap."
+            },
             "imagery": {
                 "title": "Fona fotaro",
                 "intro": "Fona fotaro videbla malantaŭ map-datumoj estas grava fonto por mapigi. Tiu ĉi fotaro povas esti kolektita per satelitoj, aviadiloj aŭ flugrobotoj, aŭ ĝi povas esti skanita historia mapo aŭ aliaj libere disponeblaj datumoj.",
             },
             "streetlevel": {
                 "title": "Strat-nivelaj fotoj",
-                "intro": "Strat-nivelaj fotoj estas uzeblaj por mapigi trafiksignojn, firmaojn kaj aliajn detalojn nevideblajn sur satelita fotaro. La redaktilo iD subtenas strat-nivelaj fotoj de [Mapillary](https://www.mapillary.com) kaj [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Strat-nivelaj fotoj estas uzeblaj por mapigi trafiksignojn, firmaojn kaj aliajn detalojn nevideblajn sur satelita fotaro. La redaktilo iD subtenas strat-nivelaj fotoj de [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) kaj [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Uzi strat-nivelajn fotojn",
                 "using": "Por uzi strat-nivelajn fotojn por mapigi, klaku la panelon {data} **map-datumoj** flanke de la mapo por aktivigi aŭ malaktivigi disponeblajn fotajn tavolojn.",
                 "photos": "Kiam aktiva la fota tavolo vidigas linion laŭlonge de serio de fotoj. Ĉe pligrandigo cirkleto markos  pozicion de ĉiu foto kaj ĉe eĉ pli granda pligrandigo konuso markos direkton de objektivo de fotilo je kiam foto estis farita.",
                 "title": "Redaktado",
                 "drawing": {
                     "title": "Desegni",
-                    "add_point": "'Aldoni punkton'-reĝimo",
-                    "add_line": "'Aldoni linion'-reĝimo",
-                    "add_area": "'Aldoni areo'-reĝimo",
-                    "place_point": "Enmeti punkton",
+                    "add_point": "‘Aldoni punkton’-reĝimo",
+                    "add_line": "‘Aldoni linion’-reĝimo",
+                    "add_area": "‘Aldoni areon’-reĝimo",
+                    "add_note": "‘Aldoni rimarkon’-reĝimo",
+                    "place_point": "Enmeti punkton aŭ rimarkon",
                     "disable_snap": "Premteni por ne kapti punktojn",
                     "stop_line": "Fini desegni linion aŭ areon"
                 },
                     "continue_line": "Pluigi linion ĉe elektita nodo",
                     "merge": "Kunfandi elektitajn objektojn",
                     "disconnect": "Malkunigi objektojn de elektita nodo",
+                    "detach_node": "Apartigi elektitan nodon de superaj linioj/areoj",
                     "split": "Disduigi linon de elektita nodo",
                     "reverse": "Inversigi linion",
                     "move": "Movi elektitajn objektojn",
                     "label": "Enhaveco",
                     "placeholder": "50, 100, 200…"
                 },
+                "cash_in": {
+                    "label": "Enpagoj"
+                },
                 "castle_type": {
                     "label": "Speco"
                 },
                         "underground": "Subtera"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Elektronika tabulo de forveturoj"
+                },
                 "payment_multi": {
                     "label": "Pagmanieroj"
                 },
                 "site": {
                     "label": "Speco"
                 },
+                "site_type": {
+                    "label": "Speco"
+                },
                 "smoking": {
                     "label": "Fumado",
                     "options": {
                     "terms": "horlogho,horlogxo,tempmezurilo"
                 },
                 "amenity/college": {
-                    "name": "Kolegia (mezlerneja) tereno",
-                    "terms": "kolegio,mezlernejo,mezgrada lernejo"
+                    "name": "Tereno de postmezgrada lernejo (ISCED 4)",
+                    "terms": "kolegio,mezlernejo,mezgrada lernejo,studejo"
                 },
                 "amenity/community_centre": {
                     "name": "Komunuma centro",
                     "terms": "interreta kafejo,retumejo"
                 },
                 "amenity/kindergarten": {
-                    "name": "Infanĝardena tereno",
+                    "name": "Tereno de infanĝardeno (ISCED 0)",
                     "terms": "infanoghardeno,infanogxardeno,antaŭlernejo,kindergarteno,infanĝardeno,infanghardeno,infangxardeno,infanvartejo,lernludejo"
                 },
                 "amenity/library": {
                     "terms": "kampadejo,malpruaĵo"
                 },
                 "amenity/school": {
-                    "name": "Lerneja tereno",
+                    "name": "Tereno de lernejo (ISCED 1-3)",
                     "terms": "lernejo,edukejo,instruejo"
                 },
                 "amenity/scrapyard": {
                     "terms": "urbdomo,magistrato,magistratejo,urba registaro"
                 },
                 "amenity/university": {
-                    "name": "Universitata tereno",
+                    "name": "Tereno de altgrada lernejo (ISCED 5-7)",
                     "terms": "universitato,altgrada lernejo,instruejo,politeĥniko,politekniko,altlernejo,studejo"
                 },
                 "amenity/vending_machine": {
                     "terms": "biblioteko,komunuma centro,civila konstruaĵo,civitana konstruaĵo"
                 },
                 "building/college": {
-                    "name": "Kolegia konstruaĵo",
-                    "terms": "kolegio,universitato,politeĥniko,politekniko"
+                    "name": "Konstruaĵo de postmezgrada lernejo",
+                    "terms": "kolegio,universitato,politeĥniko,politekniko,studejo"
                 },
                 "building/commercial": {
                     "name": "Oficeja konstruaĵo",
                     "terms": "industrio,fabriko"
                 },
                 "building/kindergarten": {
-                    "name": "Infanĝardena konstruaĵo",
-                    "terms": "infanghardeno,infangxardeno,infanoĝardeno,antaŭlernejo,kindergarteno"
+                    "name": "Konstruaĵo de infanĝardeno",
+                    "terms": "infanghardeno,infangxardeno,infanoĝardeno,antaŭlernejo,kindergarteno,infanĝardeno"
                 },
                 "building/mosque": {
                     "name": "Moskea konstruaĵo",
                     "terms": "ruinoj,konstruaĵaĉo,domaĉo"
                 },
                 "building/school": {
-                    "name": "Lerneja konstruaĵo",
+                    "name": "Konstruaĵo de lernejo",
                     "terms": "lernejo,edukejo,instruejo"
                 },
                 "building/semidetached_house": {
                     "terms": "aŭtobusstacio,stacio,stacidomo,busstacio,flughaveno.haveno"
                 },
                 "building/university": {
-                    "name": "Universitata konstruaĵo",
+                    "name": "Konstruaĵo de altgrada lernejo",
                     "terms": "universitato,kolegio,politeĥniko,politekniko,altlernejo,alta lernejo"
                 },
                 "building/warehouse": {
index 144900a9e3336a59a642aae3005179e1d4acb8d4..89b3b40fd65191a21ac8e1251a4bb7ebb9884322 100644 (file)
                 "description": "Añade restaurantes, monumentos, buzones postales, negocios u otros puntos al mapa.",
                 "tail": "Haga clic en el mapa para añadir un punto."
             },
+            "add_note": {
+                "title": "Nota",
+                "description": "¿Has encontrado un problema? Deja que otros mapeadores lo sepan.",
+                "tail": "Haz clic en el mapa para añadir una nota."
+            },
             "browse": {
                 "title": "Navegar",
                 "description": "Desplazar y acercar el mapa."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Punto añadido.",
                     "vertex": "Nodo añadido a una vía.",
-                    "relation": "Relación añadida."
+                    "relation": "Relación añadida.",
+                    "note": "Nota añadir."
                 }
             },
             "start": {
                     "create": "Restricción de giro añadida",
                     "delete": "Restricción de giro eliminada"
                 }
+            },
+            "detach_node": {
+                "title": "Desconectar",
+                "key": "E",
+                "description": "Desconectar este nodo de estas líneas/áreas.",
+                "annotation": "Desconectado un nodo de las líneas/áreas padre.",
+                "restriction": "Este nodo no se puede desconectar porque podría afectar a una relación \"{relation}\".",
+                "connected_to_hidden": "Este nodo no se puede desconectar porque está conectado a un elemento oculto."
             }
         },
         "restriction": {
             "localized_translation_name": "Nombre"
         },
         "zoom_in_edit": "Acercar para editar",
-        "login": "iniciar sesión",
+        "login": "Iniciar sesión",
         "logout": "Cerrar sesión",
         "loading_auth": "Conectando a OpenStreetMap...",
         "report_a_bug": "Reportar un error",
                 "osm": {
                     "tooltip": "Datos del mapa de OpenStreetMap",
                     "title": "Datos de OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Datos de Notas de OpenStreetMap",
+                    "title": "Notas de OpenStreetMap"
                 }
             },
             "fill_area": "Pintar las áreas",
         "cannot_zoom": "No se puede alejar más la imagen en el modo actual.",
         "full_screen": "Cambiar a pantalla completa",
         "gpx": {
-            "local_layer": "Archivo local",
+            "local_layer": "Añadir un GPX",
             "drag_drop": "Arrastre y suelte un archivo .gpx, .geojson o .kml en la página o haga clic en el botón a la derecha para explorar",
             "zoom": "Acercar a la capa",
             "browse": "Buscar un archivo"
         },
+        "mvt": {
+            "local_layer": "Añadir un MVT",
+            "drag_drop": "Arrastre y suelte un archivo .mvt o .pbf en la página, o haga clic en el botón de la derecha para navegar",
+            "zoom": "Acercar a la capa",
+            "browse": "Buscar un archivo"
+        },
         "streetside": {
             "tooltip": "Fotografías Streetside de Microsoft",
             "title": "Capa de fotos (Bing Streetside)",
-            "report": "Informar un problema de privacidad con esta imagen"
+            "report": "Informar un problema de privacidad con esta imagen",
+            "view_on_bing": "Ver en Bing Maps",
+            "hires": "Alta resolución"
         },
         "mapillary_images": {
             "tooltip": "Fotos a nivel calle de Mapillary",
         "openstreetcam": {
             "view_on_openstreetcam": "Ver esta imagen en OpenStreetCam"
         },
+        "note": {
+            "note": "Nota",
+            "title": "Editar nota",
+            "anonymous": "anónimo",
+            "closed": "(Cerrada)",
+            "commentTitle": "Comentarios",
+            "newComment": "Nuevo comentario",
+            "inputPlaceholder": "Ingrese un comentario para compartir con otros usuarios.",
+            "close": "Cerrar nota",
+            "open": "Reabrir nota",
+            "comment": "Comentar",
+            "close_comment": "Cerrar y comentar",
+            "open_comment": "Reabrir y comentar",
+            "report": "Informar",
+            "new": "Nueva Nota",
+            "newDescription": "Describir el problema.",
+            "save": "Guardar la Nota",
+            "login": "Debe iniciar sesión para cambiar o comentar esta nota.",
+            "upload_explanation": "Sus comentarios serán públicamente visibles para todos los usuarios de OpenStreetMap.",
+            "upload_explanation_with_user": "Sus comentarios como {user} serán públicamente visibles para todos los usuarios de OpenStreetMap."
+        },
         "help": {
             "title": "Ayuda",
             "key": "H",
                 "boundary": "Una relación *límite* es un grupo de uno o más elementos de línea que juntas forman un límite administrativo.",
                 "boundary_add": "Para agregar un elemento a una relación de límite, seleccione el elemento y desplácese hacia abajo a la sección \"Todas las relaciones\" del editor de elemento, luego haga clic en el botón {plus} agregar para agregar este elemento a una relación cercana existente o a una nueva relación."
             },
+            "notes": {
+                "title": "Notas",
+                "intro": "Las *Notas* se usan para a alertar a otros usuarios que un elemento debe ser corregido o requiere atención. Las notas señalan una localización específica en el mapa. Para ver las notas existentes o añadir nuevas, haz clic en el panel {data} **Datos del mapa** para activar la capa de notas de OpenStreetMap.",
+                "add_note_h": "Añadiendo Notas",
+                "add_note": "Para añadir una nueva nota, haz clic en el botón {note} **Nota** en la barra de herramientas sobre el mapa, o presione la tecla de método abreviado `4`. Esto cambiará el cursor del ratón a un símbolo de cruz. Para colocar la nueva nota en el mana, posiciona el cursor del ratón donde deba ir la nota y, a continuación, haz clic con el botón izquierdo del ratón o presiona `Espacio`.",
+                "move_note": "Sólo se pueden mover las nuevas notas. Para mover una nota, coloca el cursor del ratón sobre la nueva nota, luego mantén presionado el {leftclick} botón izquierdo del ratón mientras arrastra el punto a su nueva ubicación.",
+                "update_note_h": "Cerrando, Reabriendo y Comentando",
+                "update_note": "Se puede actualizar una nota cerrándola, reabriéndola, o añadiéndole un comentario. Cerrar la nota indica que el problema ha sido resuelto. Reabrirla que el problema original no ha sido resuelto.",
+                "save_note_h": "Guardando las Notas",
+                "save_note": "Debes guardar las ediciones de cualquier nota de forma individual haciendo clic en los botones que se encuentran bajo los comentarios de la nota. Las ediciones de notas **no** se incluyen en los conjuntos de cambios que se suben a OpenStreetMap."
+            },
             "imagery": {
                 "title": "Imágenes de fondo",
                 "intro": "Las imágenes de fondo que aparecen debajo de los datos del mapa son un recurso importante para el mapeo. Estas imágenes pueden ser fotografías aéreas recopiladas de satélites, aviones y aviones no tripulados, o pueden escanearse mapas históricos u otros datos de origen disponibles libremente.",
             },
             "streetlevel": {
                 "title": "Fotos a nivel de calle",
-                "intro": "Las fotos a nivel de calle son útiles para mapear señales de tráfico, negocios y otros detalles que no se pueden ver desde imágenes satelitales y aéreas. El editor iD admite fotos a nivel de calle de [Mapillary](https://www.mapillary.com) y [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Las fotos a nivel de calle son útiles para mapear señales de tráfico, negocios y otros detalles que no se pueden ver desde imágenes satelitales y aéreas. El editor iD admite fotos a nivel de calle de [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) y [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Usar fotos a nivel de calle",
                 "using": "Para usar fotos a nivel de calle para mapear, haga clic en el panel {data} **Datos de mapa** en el lateral del mapa para habilitar o deshabilitar las capas de fotos disponibles.",
                 "photos": "Cuando está habilitada, la capa de la foto muestra una línea a lo largo de la secuencia de fotos. En niveles de zoom más altos, se indica con un círculo en cada foto la ubicación, y en niveles de zoom aún más altos, se indica con un cono la dirección que estaba mirando la cámara cuando se tomó la foto.",
                     "add_point": "Modo 'añadir punto'",
                     "add_line": "Modo 'añadir línea'",
                     "add_area": "Modo 'añadir área'",
-                    "place_point": "Coloca un punto",
+                    "add_note": "Modo 'Añadir nota'",
+                    "place_point": "Coloca un punto o una nota",
                     "disable_snap": "Mantener presionado para desactivar el ajuste de punto",
                     "stop_line": "Finaliza el dibujo de una línea o área"
                 },
                     "continue_line": "Continua una línea en el nodo seleccionado",
                     "merge": "Combina (fusiona) los elementos seleccionados",
                     "disconnect": "Desconecta los elementos en el nodo seleccionado",
+                    "detach_node": "Desconectar el nodo seleccionado de las líneas/áreas padre.",
                     "split": "Divida una línea en dos en el nodo seleccionado",
                     "reverse": "Invierte una línea",
                     "move": "Mueve los elementos seleccionados",
                 "board_type": {
                     "label": "Tipo"
                 },
+                "booth": {
+                    "label": "Cabina"
+                },
                 "boules": {
                     "label": "Tipo"
                 },
                     "label": "Capacidad",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "Pagar en efectivo"
+                },
                 "castle_type": {
                     "label": "Tipo"
                 },
                         "underground": "Subterráneo"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Pantalla de información del pasajero"
+                },
                 "payment_multi": {
                     "label": "Formas de pago"
                 },
                 "shop": {
                     "label": "Tipo"
                 },
+                "siren/purpose": {
+                    "label": "Propósito"
+                },
+                "siren/type": {
+                    "label": "Tipo",
+                    "options": {
+                        "electronic": "Elctrónica",
+                        "other": "Otros",
+                        "pneumatic": "Neumática"
+                    }
+                },
                 "site": {
                     "label": "Tipo"
                 },
+                "site_type": {
+                    "label": "Tipo de sitio"
+                },
                 "smoking": {
                     "label": "Fumar",
                     "options": {
                 "emergency/destination": {
                     "name": "Acceso de emergencia como destino"
                 },
+                "emergency/fire_alarm": {
+                    "name": "Alarma anti incendios",
+                    "terms": "'alarma de incendios'"
+                },
                 "emergency/fire_extinguisher": {
                     "name": "Extintor de incendios",
                     "terms": "Extintor de incendios, incendio, fuego, matafuego"
                     "name": "Hidrante contra incendios",
                     "terms": "boca de incendio,hidrante de incendio, hidrante contra incendios"
                 },
+                "emergency/first_aid_kit": {
+                    "name": "Kit de primeros auxilios",
+                    "terms": "'kit de primeros auxilios' 'botiquín de primeros auxilios'"
+                },
                 "emergency/life_ring": {
                     "name": "Salvavidas",
                     "terms": "boya, boya salvavidas, anillo kisby, anillo kisby, boya perry"
                 },
+                "emergency/lifeguard": {
+                    "name": "Salvavidas",
+                    "terms": "'salvavidas'"
+                },
                 "emergency/no": {
                     "name": "Acceso de emergencia no permitido"
                 },
                 "emergency/private": {
                     "name": "Acceso de emergencia privado"
                 },
+                "emergency/siren": {
+                    "name": "Sirena",
+                    "terms": "'alarma' 'sirena'"
+                },
                 "emergency/water_tank": {
                     "name": "Depósito de agua de emergencia",
                     "terms": "tanque de agua, cisterna, depósito, deposito"
             }
         },
         "imagery": {
+            "AGIV": {
+                "attribution": {
+                    "text": "Orthophoto Flanders más reciente © AGIV"
+                },
+                "name": "Imágenes aéreas más recientes de AGIV Flanders"
+            },
+            "AGIV10cm": {
+                "attribution": {
+                    "text": "Orthophoto Flanders © AGIV"
+                },
+                "name": "Imágenes aéreas de AGIV Flandes 2013-2015 10cm"
+            },
+            "AGIVFlandersGRB": {
+                "attribution": {
+                    "text": "GRB Flanders © AGIV"
+                },
+                "name": "AGIV Flanders GRB"
+            },
             "Bing": {
                 "description": "Imágenes satelitales y aéreas.",
                 "name": "Imágenes aéreas Bing"
                 "attribution": {
                     "text": "Términos y comentarios"
                 },
+                "description": "DigitalGlobe-Premium es un mosaico compuesto por el mapa base de DigitalGlobe con regiones seleccionadas llenas de imágenes con +Vivid o de áreas de interés personalizadas, resolución de 50 cm o superior, y actualizadas con mayor frecuencia con actualizaciones continuas.",
                 "name": "Imágenes DigitalGlobe Premium"
             },
             "DigitalGlobe-Premium-vintage": {
                 "attribution": {
                     "text": "Términos y comentarios"
                 },
+                "description": "DigitalGlobe-Standard es un conjunto de imágenes seleccionadas que cubren el 86% de la superficie terrestre, con una resolución de 30-60 cm, donde esté disponible, rellenado por Landsat. La antigüedad promedio es de 2.31 años, con algunas áreas actualizadas 2 veces por año.",
                 "name": "Imágenes DigitalGlobe Standard"
             },
             "DigitalGlobe-Standard-vintage": {
                 },
                 "name": "Inspector OSM: Etiquetado"
             },
+            "SPW_ORTHO_LAST": {
+                "name": "Imágenes aéreas más recientes de SPW(allonie)"
+            },
+            "SPW_PICC": {
+                "name": "Imágenes numéricas PICC de SPW(allonie)"
+            },
             "US-TIGER-Roads-2012": {
                 "name": "Carreteras TIGER 2012"
             },
                 "description": "Carretera: marco verde = sin clasificar. marco marrón = pista. Superficie: grava = relleno marrón claro, asfalto = negro, pavimentado = gris, tierra = blanco, hormigón = azul, hierba/pasto = verde. Estacional = barras blancas",
                 "name": "Superposición de carreteras forestales de los EE.UU."
             },
+            "UrbISOrtho2016": {
+                "attribution": {
+                    "text": "Realizado por medio de Brussels UrbIS®© - Distribución y Copyright CIRB"
+                },
+                "name": "UrbIS-Ortho 2016"
+            },
+            "UrbISOrtho2017": {
+                "attribution": {
+                    "text": "Realizado por medio de Brussels UrbIS®© - Distribución y Copyright CIRB"
+                },
+                "name": "UrbIS-Ortho 2017"
+            },
+            "UrbisAdmFR": {
+                "attribution": {
+                    "text": "Realizado por medio de Brussels UrbIS®© - Distribución y Copyright CIRB"
+                },
+                "name": "UrbisAdm FR"
+            },
+            "UrbisAdmNL": {
+                "attribution": {
+                    "text": "Realizado por medio de Brussels UrbIS®© - Distribución y Copyright CIRB"
+                },
+                "name": "UrbisAdm NL"
+            },
             "Waymarked_Trails-Cycling": {
                 "attribution": {
                     "text": "© waymarkedtrails.org, colaboradores de OpenStreetMap, CC by-SA 3.0"
                 },
                 "name": "OpenStreetMap (estilo alemán)"
             },
+            "osmse-ekonomiska": {
+                "attribution": {
+                    "text": "© Lantmäteriet"
+                },
+                "description": "Escaneo de ´mapas económicos´ ca 1950-1980",
+                "name": "Mapa económico Landmäteriet (histórico)"
+            },
             "qa_no_address": {
                 "attribution": {
                     "text": "Simon Poole, datos © contribuidores OpenStreetMap"
                     "text": "Mapas © Thunderforest, datos © contribuidores OpenStreetMap"
                 },
                 "name": "Thunderforest Landscape"
+            },
+            "trafikverket-baninfo": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Red de trenes de Suecia, incluyendo apartaderos",
+                "name": "Red de trenes de Trafikverket"
+            },
+            "trafikverket-baninfo-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Red de trenes de Suecia, con múltiples opciones de capas sobre el mapa",
+                "name": "Trafikverket Railway Network options"
+            },
+            "trafikverket-vagnat": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Red de carreteras sueca NVDB",
+                "name": "Red de carreteras Trafikverket"
+            },
+            "trafikverket-vagnat-extra": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Detalles adicionales de la NVDB sueca: referencia de autopista, reductores de tráfico, área de descanso, parada de autobús, puente, túnel, cámara de velocidad",
+                "name": "Trafikverket Road Network extra"
+            },
+            "trafikverket-vagnat-navn": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Nombres de calles suecas NVDB",
+                "name": "Trafikverket Street Names"
+            },
+            "trafikverket-vagnat-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Red de carreteras suecas NVDB con varias opciones de capas de mapas",
+                "name": "Trafikverket Road Network options"
             }
         },
         "community": {
             "cape-coast-youthmappers": {
                 "name": "Universidad de Cape Coast YouthMappers",
                 "description": "Síguenos en Twitter en {url}",
-                "extendedDescription": "Este es el identificador oficial del capítulo de Jóvenes Cartografistas de la Universidad de Cape Coast, Ghana. Nos encantan los mapas, los datos abiertos y ayudar a los vulnerables."
+                "extendedDescription": "Este es el identificador oficial del capítulo de Jóvenes Cartografistas de la Universidad de Cape Coast, Ghana. Nos encantan los mapas, los datos abiertos y ayudar a las personas vulnerables."
             },
             "osm-gh-facebook": {
                 "name": "OpenStreetMap Ghana en Facebook",
                 "name": "Twitter OpenStreetMap Bélgica",
                 "description": "OSM Bélgica en Twitter: @osm_be"
             },
+            "hr-facebook": {
+                "name": "Grupo de Facebook de OpenStreetMap de Croacia",
+                "description": "Grupo de Facebook de OpenStreetMap de Croacia"
+            },
+            "hr-irc": {
+                "name": "OpenStreetMap Croacia en IRC",
+                "description": "Únete a #osm-hr en irc.freenode.org (puerto 6667)"
+            },
+            "hr-mailinglist": {
+                "name": "Lista de correo Talk-hr",
+                "description": "Lista de correo Talk-hr"
+            },
             "czech-community": {
                 "name": "Comunidad checa OSM",
                 "description": "Portal de mapas, sitio web y contactos sobre miembros de OSM en Chequia"
                 "name": "Foro de OpenStreetMap Polonia",
                 "description": "Foro de la comunidad polaca OpenStreetMap"
             },
+            "si-forum": {
+                "name": "Foro de OpenStreetMap Eslovenia",
+                "description": "Foro de la comunidad OpenStreetMap en Eslovenia"
+            },
+            "si-mailinglist": {
+                "name": "Lista de correo de OpenStreetMap en Eslovenia",
+                "description": "Lista de correo de la comunidad de OpenStreetMap en Eslovenia"
+            },
             "OSM-ES-mailinglist": {
                 "name": "Lista de correo Talk-es",
                 "description": "Una lista de correo para discutir OpenStreetMap en España"
                 "description": "Mapeadores y usuarios de OpenStreetMap, en Portland, ME",
                 "extendedDescription": "Maptime es, literalmente, el momento de hacer mapas. Nuestra misión es abrir las puertas de la posibilidad cartográfica a cualquier persona interesada creando un tiempo y espacio para el aprendizaje colaborativo, la exploración y la creación de mapas utilizando herramientas y tecnologías de mapeo."
             },
+            "us-ma-mailinglist": {
+                "name": "Lista de correo de Talk-us-massachusetts",
+                "description": "Lista de correo de la comunidad OSM de Massachusetts"
+            },
             "OpenCleveland-meetup": {
                 "name": "Open Cleveland",
                 "description": "Mejore OpenStreetMap en el área de Cleveland",
                 "name": "OpenStreetMap NYC",
                 "description": "Mapeadores y usuarios de OpenStreetMap, desarrolladores y entusiastas en el área Metropolitana de Nueva York"
             },
+            "OSM-Portland-forum": {
+                "name": "Grupo de Google de OpenStreetMap PDX",
+                "description": "Foro y lista de correo para usuarios de OpenStreetMap en el área de Portland",
+                "extendedDescription": "Este grupo es para facilitar las mejoras en OpenStreetMap en el área de Portland, Oregon, para dar soporte a aplicaciones como Open Trip Planner."
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap Portland",
                 "description": "Mapeadores y usuarios de OpenStreetMap en el área de Portland",
             "OSM-US": {
                 "name": "OpenStreetMap EE.UU.",
                 "description": "Ayudamos a crecer y mejorar OpenStreetMap en los Estados Unidos.",
-                "extendedDescription": "Apoyamos OpenStreetMap celebrando conferencias anuales, proporcionando recursos comunitarios, creando alianzas y dando a conocer. Únase a OpenStreetMap EE.UU. aquí: {signupUrl}"
+                "extendedDescription": "Apoyamos OpenStreetMap celebrando conferencias anuales, proporcionando recursos comunitarios, creando alianzas y dando a conocer. Únase a OpenStreetMap EE.UU. aquí: {signupUrl}",
+                "events": {
+                    "sotmus2018": {
+                        "name": "State of the Map EE.UU. 2018",
+                        "description": "Únase a la comunidad de OpenStreetMap en State of the Map EE.UU. en Detroit, Michigan. Conéctese con otros mapeadores, empresas, agencias gubernamentales y organizaciones sin fines de lucro, todos colaborando en torno al mapa del mundo libre y editable.",
+                        "where": "Detroit, Michigan"
+                    }
+                }
             },
             "OSM-Utah": {
                 "name": "OpenStreetMap Utah",
index 4cd265ad0ef037707a3232fff2b9a17112b75080..230161913f8eed7072387605e22004818ce272e6 100644 (file)
@@ -1,5 +1,10 @@
 {
     "et": {
+        "icons": {
+            "information": "info",
+            "remove": "eemalda",
+            "undo": "tühista"
+        },
         "modes": {
             "add_area": {
                 "title": "Ala",
                 "description": "Lisa kaardile restorane, monumente, postkaste ja muid punkte.",
                 "tail": "Klõpsa kaardil, et lisada punkt."
             },
+            "add_note": {
+                "title": "Teade",
+                "description": "Avastasid vea? Anna teistele kaardistajatele sellest märku.",
+                "tail": "Klõpsa kaardil, et lisada teade."
+            },
             "browse": {
                 "title": "Sirvi",
                 "description": "Nihuta ja suumi kaarti."
@@ -32,7 +42,8 @@
                 "annotation": {
                     "point": "Punkt lisatud.",
                     "vertex": "Joonele lisatud sõlm.",
-                    "relation": "Relatsioon lisatud."
+                    "relation": "Relatsioon lisatud.",
+                    "note": "Teade lisatud."
                 }
             },
             "start": {
                     "create": "Lisatud pöörde piirang",
                     "delete": "Kustutatud pöörde piirang"
                 }
+            },
+            "detach_node": {
+                "title": "Võta lahti"
             }
         },
         "undo": {
         },
         "info_panels": {
             "background": {
+                "title": "Taust",
                 "source": "Allikas",
                 "description": "Kirjeldus",
                 "resolution": "Resolutsioon",
-                "accuracy": "Täpsus"
+                "accuracy": "Täpsus",
+                "unknown": "Teadmata"
             },
             "history": {
                 "title": "Ajalugu",
+                "selected": "{n} valitud",
+                "no_history": "Ajalugu puudub (uus detail)",
                 "version": "Versioon",
                 "last_edit": "Viimane muudatus",
                 "edited_by": "Muutis",
                 "changeset": "Muudatuskogum",
-                "unknown": "Teadmata"
+                "unknown": "Teadmata",
+                "link_text": "Ajalugu openstreetmap.org'is."
+            },
+            "location": {
+                "key": "A",
+                "title": "Asukoht",
+                "unknown_location": "Teadmata asukoht"
+            },
+            "measurement": {
+                "key": "M",
+                "title": "Mõõtmine",
+                "selected": "{n} valitud",
+                "geometry": "Geomeetria",
+                "closed_line": "suletud joon",
+                "closed_area": "suletud ala",
+                "center": "Keskpunkt",
+                "perimeter": "Välisäär",
+                "length": "Pikkus",
+                "area": "Ala",
+                "centroid": "Tsentroid",
+                "location": "Asukoht",
+                "metric": "Meeter",
+                "imperial": "Inglise"
             }
         },
         "geometry": {
                 "osm": {
                     "tooltip": "Kaardiandmed OpenStreetMapist",
                     "title": "OpenStreetMapi andmed"
+                },
+                "notes": {
+                    "tooltip": "Teate andmed OpenStreetMapist",
+                    "title": "OpenStreetMap teated"
                 }
             },
             "fill_area": "Täida alad",
         "cannot_zoom": "Ei ole võimalik rohkem välja suumida selles vaates.",
         "full_screen": "Lülita täisekraanile",
         "gpx": {
-            "local_layer": "Lokaalne fail",
+            "local_layer": "Lisa GPX",
             "drag_drop": "Lohista lehele .gpx-, .geojson- või .kml-fail või klõpsa nuppu paremal, et sirvida",
             "zoom": "Suumi kihini",
             "browse": "Sirvi faili"
         },
+        "mvt": {
+            "local_layer": "Lisa MVT",
+            "drag_drop": "Lohista lehele .mvt või .pbf fail või klõpsa nuppu paremal, et sirvida",
+            "zoom": "Suumi kihini",
+            "browse": "Lehitse arvutist"
+        },
+        "streetside": {
+            "tooltip": "Tänava-tasandi fotod Microsoftilt",
+            "title": "Fotokate (Bing Streetside)",
+            "report": "Teata privaatsusmurest selle pildiga",
+            "view_on_bing": "Vaata Bing Mapsis",
+            "hires": "Kõrge resolutsioon"
+        },
         "mapillary_images": {
             "tooltip": "Tänavatasandi fotod Mapillaryst",
             "title": "Fotokate (Mapillary)"
             "tooltip": "Tänavatasandi fotod OpenStreetCamist",
             "title": "Fotokate (OpenStreetCam)"
         },
+        "note": {
+            "note": "Märge",
+            "title": "Muuda märget",
+            "anonymous": "anonüümne",
+            "closed": "(Suletud)",
+            "commentTitle": "Kommentaarid",
+            "newComment": "Uus kommentaar",
+            "inputPlaceholder": "Lisa kommentaar teistega jagamiseks.",
+            "close": "Sulge märge",
+            "open": "Taasava märge",
+            "comment": "Kommentaar",
+            "close_comment": "Sulge ja kommenteeri",
+            "open_comment": "Taasava ja kommenteeri",
+            "report": "Teavita",
+            "new": "Uus märge",
+            "newDescription": "Kirjelda mure.",
+            "save": "Salvesta teade",
+            "login": "Sa pead olema sisse logitud, et muuta või kommenteerida seda teadet.",
+            "upload_explanation": "Sinu kommentaarid on avalikult nähtavad kõigile OpenStreetMapi kasutajatele.",
+            "upload_explanation_with_user": "Sinu kommentaarid kasutajana {user} on avalikult nähtavad kõigile OpenStreetMapi kasutajatele."
+        },
         "help": {
             "title": "Abi",
             "editing": {
                 "keyboard_h": "Kiirklahvid"
+            },
+            "notes": {
+                "title": "Teated"
             }
         },
         "intro": {
                     "name": "Kolledžiala"
                 },
                 "amenity/community_centre": {
-                    "name": "Kultuurikeskus",
-                    "terms": "keskus,üritused,hall,rahvamaja,kogukonna keskus,külakeskus"
+                    "name": "Kogukonna keskus",
+                    "terms": "keskus,üritused,hall,rahvamaja,kultuurikeskus,külakeskus,spordikeskus,külamaja"
                 },
                 "amenity/compressed_air": {
                     "name": "Suruõhk",
                 "man_made/chimney": {
                     "name": "Korsten"
                 },
+                "man_made/clearcut": {
+                    "name": "Raiesmik",
+                    "terms": "lageraie,raiestik,kännustik"
+                },
                 "man_made/crane": {
                     "name": "Kraana"
                 },
                     "name": "Mäetipp",
                     "terms": "tipp"
                 },
+                "natural/reef": {
+                    "name": "Kari",
+                    "terms": "riff,korall"
+                },
                 "natural/ridge": {
                     "name": "Mäehari",
                     "terms": "seljandik,mäeseljandik,seljak,mäetipp,tipp"
                     "name": "Mootorrattapood",
                     "terms": "tsiklid"
                 },
+                "shop/motorcycle_repair": {
+                    "name": "Mootorratta remondikoda",
+                    "terms": "remont,hooldus"
+                },
                 "shop/music": {
                     "name": "Muusikapood"
                 },
index c22d72cd4180470b0b744f4ed1530a2cdcf24ac9..dd5d679d5ff58174bc76c6b7571d0fe493aa8a77 100644 (file)
@@ -1,5 +1,10 @@
 {
     "eu": {
+        "icons": {
+            "information": "info",
+            "remove": "kendu",
+            "undo": "ezeztatu"
+        },
         "modes": {
             "add_area": {
                 "title": "Lekua",
index dd1de619473393d9acd9ec93ba05c43eec0db439..641b7169f687f3587f5160b05b680adcbe03dd81 100644 (file)
             "localized_translation_name": "نام"
         },
         "zoom_in_edit": "برای ویرایش زوم کنید",
-        "login": "ورود",
-        "logout": "خروج",
         "loading_auth": "در حال اتصال به OpenStreetMap...",
         "report_a_bug": "گزارش یک اشکال",
         "help_translate": "کمک به ترجمه",
             "overlays": "پوشش ها",
             "imagery_source_faq": "اطلاعات تصویر / گزارش یک مشکل",
             "reset": "باز نشاندن",
+            "display_options": "گزینه‌های نمایش",
             "brightness": "روشنایی",
+            "contrast": "پادنمایی",
+            "saturation": "سیری",
+            "sharpness": "آشکاری",
             "minimap": {
+                "description": "نمایش نقشهٔ کوچک",
                 "tooltip": "برای پیدا کردن محل منطقه نشان داده شده، یک نقشه کوچک نمایی نشان بده",
                 "key": "/"
             },
             "offset": "برای تنظیم افست تصاویر، محدوده خاکستری زیر را بکشید یا مقادیر را به متر در کادر زیر وارد کنید."
         },
         "map_data": {
-            "title": "نقشه داده",
-            "description": "نقشه داده",
+            "title": "داده‌های نقشه",
+            "description": "داده‌های نقشه",
             "key": "F",
-            "data_layers": "لایها داده ها",
-            "fill_area": "Ù\85حدÙ\88دÙ\87â\80\8cÙ\87ا Ø±Ø§ Ù¾Ø± Ú©Ù\86Û\8cد",
+            "data_layers": "لایه‌های داده",
+            "fill_area": "Ù¾Ù\8fرÛ\8c Ù\85حدÙ\88دÙ\87â\80\8cÙ\87ا",
             "map_features": "عناصر نقشه",
             "autohidden": "این عناصر به صورت خودکار مخفی شدند چون تعداد زیادی از آنها بر روی صفحه نمایش میافت. برای ویرایش آنها زوم کنید."
         },
                 "tooltip": "پیشنهاد شده، در حال ساخت و ساز، رها شده، تخریب شده و غیره."
             },
             "others": {
-                "description": "دÛ\8cگراÙ\86",
+                "description": "ساÛ\8cر",
                 "tooltip": "هر چیز دیگر"
             }
         },
                 "open_source_h": "سورس باز"
             },
             "overview": {
-                "navigation_h": "مسیریابی",
+                "navigation_h": "حرکت در نقشه",
                 "features_h": "ویژگی\9d‌های نقشه"
             },
             "editing": {
             "or": "-یا-",
             "browsing": {
                 "navigation": {
-                    "title": "مسیریابی"
+                    "title": "حرکت در نقشه"
                 },
                 "help": {
                     "title": "کمک"
                     "title": "نقشه برداری",
                     "add_line": "حالت 'افزودن خط'",
                     "add_area": "حالت 'افزودن ناحیه'",
-                    "place_point": "ایجاد نقطه",
                     "stop_line": "اتمام رسم خط یا ناحیه"
                 },
                 "operations": {
                 "emergency/fire_hydrant": {
                     "name": "آتش نشانی"
                 },
+                "emergency/lifeguard": {
+                    "name": "نجات غریق"
+                },
                 "emergency/no": {
                     "name": "دسترسی اظطراری خیر"
                 },
                 "healthcare/psychotherapist": {
                     "name": "روان‎‌درمانگر"
                 },
+                "healthcare/rehabilitation": {
+                    "name": "توانبخشی"
+                },
                 "healthcare/speech_therapist": {
                     "name": "گفتار درمان"
                 },
                     "name": "زمین بازی"
                 },
                 "leisure/resort": {
-                    "name": "پر Ø±Ù\81تâ\80\8cØ¢Ù\85د",
+                    "name": "Ù\85جتÙ\85ع ØªÙ\81رÛ\8cØ­Û\8c",
                     "terms": "مکان پررفت‌آمد, اماکن پر رفت آمد,مکان‌های مطرح"
                 },
                 "leisure/sauna": {
                 "man_made/lighthouse": {
                     "name": "فانوس دریایی"
                 },
+                "man_made/mast": {
+                    "name": "دکل مخابراتی"
+                },
                 "man_made/observation": {
                     "name": "برج رصد"
                 },
+                "man_made/observatory": {
+                    "name": "رصد خانه"
+                },
                 "man_made/petroleum_well": {
                     "name": "چاه نفت"
                 },
                 "office/financial": {
                     "name": "اداره مالی"
                 },
+                "office/forestry": {
+                    "name": "دفتر جنگلداری"
+                },
                 "office/government": {
-                    "name": "ادارÙ\87 دولتی"
+                    "name": "دÙ\81تر دولتی"
                 },
                 "office/government/register_office": {
                     "name": "اداره ثبت"
                 "place/village": {
                     "name": "روستا"
                 },
+                "playground/roundabout": {
+                    "name": "چرخ و فلک"
+                },
+                "playground/seesaw": {
+                    "name": "الاکلنگ"
+                },
                 "playground/slide": {
                     "name": "سرسره"
                 },
+                "playground/swing": {
+                    "name": "تاب"
+                },
                 "point": {
                     "name": "نقطه"
                 },
                 "shop/ticket": {
                     "name": "بلیط فروشی"
                 },
+                "shop/tiles": {
+                    "name": "کاشی فروشی"
+                },
                 "shop/tobacco": {
                     "name": "فروشگاه مواد افیونی تنباکو"
                 },
             "cape-coast-youthmappers": {
                 "description": "ما را در توییتر دنبال کنید: {url}"
             },
+            "OSM-IDN-facebook": {
+                "description": "بهبود OpenStreetMap در اندونزی"
+            },
+            "OSM-japan-facebook": {
+                "name": "انجمن OpenStreetMap ژاپن",
+                "description": "نقشه برداران و کاربران OpenStreetMap در ژاپن"
+            },
+            "OSM-japan-twitter": {
+                "description": "هشتگ در توییتر"
+            },
+            "OSM-Nepal-facebook": {
+                "name": "OpenStreetMap نپال",
+                "description": "بهبود OpenStreetMap در نپال"
+            },
+            "OSM-LKA-facebook": {
+                "name": "OpenStreetMap  سری لانکا",
+                "description": "بهبود OpenStreetMap   در سری لانکا"
+            },
             "Central-Pennsylvania-OSM": {
                 "name": "پنسیلوانیا مرکزی OSM",
                 "description": "جامعه نقشه برداری آنلاین بر اساس کالج ایالتی، پنسیلوانیا"
index 80b30fcf64debcb9802f158950d9e71e744604d7..6a51d488f5349cb7008fdab8c263a713635632be 100644 (file)
             "localized_translation_name": "Nimi"
         },
         "zoom_in_edit": "Aloita muokkaaminen lähentämällä karttaa",
-        "login": "kirjaudu",
-        "logout": "kirjaudu ulos",
         "loading_auth": "Yhdistetään OpenStreetMap-palveluun...",
         "report_a_bug": "Ilmoita ongelmasta",
         "help_translate": "Auta kääntämisessä",
         "cannot_zoom": "Nykyisessä tilassa ei voi loitontaa enempää.",
         "full_screen": "Koko näytön tila",
         "gpx": {
-            "local_layer": "Paikallinen tiedosto",
             "drag_drop": "Vedä ja pudota gpx-, geojson- tai kml-tiedosto tälle sivulle tai selaa tiedostoja napsauttamalla painiketta oikealla.",
             "zoom": "Sovita tasoon",
             "browse": "Selaa tiedostoja"
                     "add_point": "Uusi paikkapiste",
                     "add_line": "Uusi viiva",
                     "add_area": "Uusi alue",
-                    "place_point": "Sijoita piste",
                     "stop_line": "Viivan tai alueen viimeinen piste"
                 },
                 "operations": {
                 "board_type": {
                     "label": "Tyyppi"
                 },
+                "booth": {
+                    "label": "Koppi"
+                },
                 "boules": {
                     "label": "Tyyppi"
                 },
                 "brand": {
                     "label": "Brändi"
                 },
+                "brewery": {
+                    "label": "Hanaoluita"
+                },
                 "bridge": {
                     "label": "Tyyppi",
                     "placeholder": "Oletus"
                         "common": "Helppo: Ei ongelmia tai haasteita (oletus)",
                         "critical": "Rajallinen: Saavutettavissa vain kokeneille ratsastajille ja hevosille. Merkittäviä esteitä. Sillat tulee tarkastaa huolella.",
                         "dangerous": "Vaarallinen: Saavutettavissa vain erittäin kokeneille ratsastajille ja hevosille hyvällä säällä. Jalkaisin."
+                    },
+                    "placeholder": "Vaikea, vaarallinen..."
+                },
+                "horse_stables": {
+                    "label": "Hevostalli",
+                    "options": {
+                        "stables": "Kyllä",
+                        "undefined": "Ei"
                     }
                 },
                 "iata": {
                 "indoor": {
                     "label": "Sisätila"
                 },
+                "industrial": {
+                    "label": "Tyyppi"
+                },
                 "information": {
                     "label": "Tyyppi"
                 },
                 "kerb": {
                     "label": "Reunakiveyksen muoto"
                 },
+                "label": {
+                    "label": "Nimike"
+                },
                 "lamp_type": {
                     "label": "Tyyppi"
                 },
                     "placeholder": "1, 2, 3..."
                 },
                 "layer": {
-                    "label": "Kerros"
+                    "label": "Kerros",
+                    "placeholder": "0"
                 },
                 "leaf_cycle": {
                     "label": "Lehtien pudotuskierto",
                     "placeholder": "40, 50, 60..."
                 },
                 "maxspeed/advisory": {
-                    "label": "Suositusnopeus"
+                    "label": "Suositusnopeus",
+                    "placeholder": "40, 50, 60..."
                 },
                 "maxstay": {
                     "label": "Sallittu enimmäisaika"
                 "oneway": {
                     "label": "Yksisuuntaisuus",
                     "options": {
+                        "alternating": "Vaihteleva",
                         "no": "Ei",
                         "reversible": "Epäsäännöllisesti vaihtuva",
                         "undefined": "Oletettavasti ei",
                 "payment_multi": {
                     "label": "Maksutavat"
                 },
+                "phases": {
+                    "placeholder": "1, 2, 3..."
+                },
                 "phone": {
                     "label": "Puhelin",
                     "placeholder": "+358 40 123 4567"
                 "railway": {
                     "label": "Tyyppi"
                 },
+                "railway/position": {
+                    "placeholder": "Etäisyys yhden desimaalin tarkkuudella (123.4)"
+                },
                 "railway/signal/direction": {
                     "label": "Vaikuttaa kulkusuunnassa",
                     "options": {
                 "shop": {
                     "label": "Tyyppi"
                 },
+                "siren/type": {
+                    "label": "Tyyppi",
+                    "options": {
+                        "pneumatic": "Pneumaattinen"
+                    }
+                },
                 "site": {
                     "label": "Tyyppi"
                 },
                 "transformer": {
                     "label": "Tyyppi",
                     "options": {
+                        "auxiliary": "Avustava",
                         "converter": "Muuntaja",
                         "distribution": "Jakauma",
                         "generator": "Generaattori"
                 "office/private_investigator": {
                     "name": "Yksityisetsivä"
                 },
+                "office/quango": {
+                    "name": "Kansalaisjärjestön toimisto"
+                },
                 "office/research": {
                     "name": "Tutkimustoimisto"
                 },
                 "type/restriction/no_u_turn": {
                     "name": "Ei saa tehdä U-käännöstä"
                 },
+                "type/restriction/only_left_turn": {
+                    "name": "Kääntyminen vain vasemmalle"
+                },
+                "type/restriction/only_right_turn": {
+                    "name": "Kääntyminen vain oikealle"
+                },
+                "type/restriction/only_straight_on": {
+                    "name": "Pakollinen ajosuunta suoraan"
+                },
                 "type/route": {
                     "name": "Reitti",
                     "terms": "matkareitti, rengasreitti, lenkki, kulkuohjeet, ohjaus, reititys, navigointi, kurssi, traili"
                 "description": "Keltainen = Tekijänoikeudeton kartta-aineisto Yhdysvaltain väestönlaskentaviranomaiselta. Punainen = Aineisto ei löydy OpenStreetMapista",
                 "name": "TIGER Roads 2017"
             },
+            "US_Forest_Service_roads_overlay": {
+                "description": "Valtatie: Vihreä kehys = luokittelematon. Ruskea kehys = track. Pinta: gravel = vaaleanruskea täyttö, asfaltti = musta, pinnoitettu = harmaa, ground =white, concrete = blue, grass = green. Seasonal = white bars"
+            },
             "Waymarked_Trails-Cycling": {
                 "attribution": {
                     "text": "© waymarkedtrails.org, OpenStreetMapin tekijät, CC by-SA 3.0"
                 "attribution": {
                     "text": "basemap.at"
                 },
+                "description": "Itävallan taustakartta, Itävallan hallinnon tietoihin pohjautuva.",
                 "name": "basemap.at"
             },
             "basemap.at-orthofoto": {
                 },
                 "name": "OpenStreetMap (saksalainen tyyli)"
             },
+            "osmse-ekonomiska": {
+                "attribution": {
+                    "text": "© Lantmäteriet"
+                }
+            },
             "qa_no_address": {
                 "attribution": {
                     "text": "Simon Poole, aineisto ©OpenStreetMapin tekijät"
                     "text": "Kartat © Thunderforest, Aineisto © OpenStreetMapin tekijät"
                 },
                 "name": "Thunderforest-maisema"
+            },
+            "trafikverket-baninfo": {
+                "description": "Ruotsin rautatieverkosto, sivuraiteet mukaanlukien."
+            },
+            "trafikverket-baninfo-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                }
+            },
+            "trafikverket-vagnat": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                }
+            },
+            "trafikverket-vagnat-navn": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Ruotsinkieliset NVDB:n tiennimet"
             }
         },
         "community": {
+            "OSM-BGD-facebook": {
+                "name": "OpenStreetMap Bangladesh",
+                "description": "Paranna Bangladeshin OpenStreetMapia"
+            },
+            "OSM-India-facebook": {
+                "description": "Paranna Intian OpenStreetMapia"
+            },
             "it-twitter": {
                 "description": "Seuraa Twitter-tiliämme osoitteessa {url}"
             },
index 732b835c7c6fb1c97ead61989c1e6b00a10e6fed..d3b133340c7305ca9d17126c742eca53a06e9d56 100644 (file)
                 "description": "Ajouter des restaurants, des monuments, des boîtes aux lettres ou d'autres points à la carte.",
                 "tail": "Cliquez sur la carte pour ajouter un point tel qu'un restaurant ou un monument."
             },
+            "add_note": {
+                "title": "Note",
+                "description": "Vous avez repéré une erreur ? Faîtes-le savoir aux autres cartographes.",
+                "tail": "CLiquez sur la earte pour ajouter une note."
+            },
             "browse": {
                 "title": "Naviguer",
                 "description": "Naviguer ou zoomer sur la carte."
@@ -32,7 +37,7 @@
                 "tail": " Cliquez pour ajouter des nœuds à la ligne. Cliquez sur d'autres lignes pour y connecter la ligne, et double-cliquez pour terminer la ligne."
             },
             "drag_node": {
-                "connected_to_hidden": "Ceci ne peut être édité parce que c'est connecté à un élément caché."
+                "connected_to_hidden": "Cet élément ne peut être modifié parce qu'il est connecté à un élément caché."
             }
         },
         "operations": {
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "ajout d'un point.",
                     "vertex": "ajout d'un nœud à une ligne.",
-                    "relation": "création d'une relation."
+                    "relation": "création d'une relation.",
+                    "note": "Note ajoutée."
                 }
             },
             "start": {
                     "area": "connexion d'un chemin à un polygone."
                 },
                 "relation": "Ces éléments ne peuvent être connectés car ils ont des rôles de relations conflictuels.",
-                "restriction": "Ces éléments ne peuvent être connectés car cela endommagerait une relation \"{relation}\"."
+                "restriction": "Ces éléments ne peuvent être connectés car cela endommagerait une relation « {relation} »."
             },
             "disconnect": {
                 "title": "Séparer",
                 "annotation": "fusion de {n} éléments.",
                 "not_eligible": "Ces éléments ne peuvent pas être fusionnés.",
                 "not_adjacent": "Ces éléments ne peuvent être fusionnés car leurs extrémités ne sont pas connectés.",
-                "restriction": "Ces éléments ne peuvent être fusionnés car cela endommagerait une relation \"{relation}\".",
+                "restriction": "Ces éléments ne peuvent être fusionnés car cela endommagerait une relation « {relation} ».",
                 "relation": "Ces éléments ne peuvent être fusionnés car leurs rôles sont incompatibles dans une relation.",
                 "incomplete_relation": "Ces éléments ne peuvent pas être fusionnés parce qu'au moins l'un d'entre eux n'a pas été complètement téléchargé.",
-                "conflicting_tags": "Ces éléments ne peuvent être fusionnés car certains de leurs tags ont des valeurs conflictuelles."
+                "conflicting_tags": "Ces éléments ne peuvent être fusionnés car certains de leurs attributs ont des valeurs conflictuelles."
             },
             "move": {
                 "title": "Déplacer",
                     "create": "interdiction de tourner ajoutée.",
                     "delete": "interdiction de tourner supprimée."
                 }
+            },
+            "detach_node": {
+                "title": "Séparer",
+                "key": "E",
+                "description": "Séparer ce nœud de ces lignes ou polygones",
+                "annotation": "Séparation d'un nœud de ses lignes ou polygones parents.",
+                "restriction": "Ce nœud ne peut pas être séparé car cela endommagerait une relation « {relation} ».",
+                "connected_to_hidden": "Ce nœud ne peut pas être séparé car il est connecté à un élément caché."
             }
         },
         "restriction": {
                 "via_names": "{via} {viaNames}",
                 "select_from": "Cliquez pour sélectionner un segment {from}",
                 "select_from_name": "Cliquez pour sélectionner {from} {fromName}",
-                "toggle": "Cliquez pour « {turn} »"
+                "toggle": "Cliquez pour « {turn} »"
             }
         },
         "undo": {
-            "tooltip": "Annuler : {action}",
+            "tooltip": "Annuler : {action}",
             "nothing": "Rien à annuler."
         },
         "redo": {
-            "tooltip": "Rétablir : {action}",
+            "tooltip": "Rétablir : {action}",
             "nothing": "Rien à rétablir."
         },
-        "tooltip_keyhint": "Raccourci :",
-        "browser_notice": "Cet éditeur est supporté sous Firefox, Chrome, safari, Opera, et Internet  Explorer 11 et supérieur. Veuillez s'il vous plaît mettre à jour votre navigateur ou utiliser Potlach 2 pour éditer la carte.",
+        "tooltip_keyhint": "Raccourci :",
+        "browser_notice": "Cet éditeur est supporté sous Firefox, Chrome, safari, Opera, et Internet  Explorer 11 et supérieur. Veuillez s'il vous plaît mettre à jour votre navigateur ou utiliser Potlach 2 pour modifier la carte.",
         "translate": {
             "translate": "Traduire",
             "localized_translation_label": "Nom multi-langues",
             "localized_translation_name": "Nom"
         },
         "zoom_in_edit": " Zoomer pour Modifier ",
-        "login": "identifiant",
+        "login": "Connexion",
         "logout": "Déconnexion",
-        "loading_auth": "Connexion à OpenStreetMap...",
+        "loading_auth": "Connexion à OpenStreetMap",
         "report_a_bug": "Rapporter un bug",
         "help_translate": "Aider à traduire",
         "feature_info": {
             "hidden_warning": "{count} éléments cachés",
-            "hidden_details": "Ces éléments sont actuellement cachés&nbsp;: {details}"
+            "hidden_details": "Ces éléments sont actuellement cachés : {details}"
         },
         "status": {
             "error": "Impossible de se connecter au serveur d'API.",
-            "offline": "Le serveur d'API est hors ligne. Veuillez essayer d'éditer plus tard.",
+            "offline": "Le serveur d'API est hors ligne. Essayez de modifier plus tard.",
             "readonly": "Le serveur d'API est en lecture seule. Vous devez attendre pour enregistrer vos changements.",
             "rateLimit": "Le serveur d'API limite les connexions anonymes. Vous pouvez résoudre ce problème en vous connectant."
         },
             "request_review": "Je souhaite que quelqu'un vérifie mes modifications",
             "save": "Envoyer",
             "cancel": "Annuler",
-            "changes": "{count} modification(s) :",
+            "changes": "{count} modification(s) :",
             "download_changes": "Télécharger le fichier osmChange",
             "warnings": "Attention",
             "modified": "Modifié",
             "created": "Créé",
             "about_changeset_comments": "À propos des commentaires de groupe de modifications",
             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/FR:Bons_commentaires_de_groupe_de_modifications",
-            "google_warning": "Vous avez mentionné Google dans ce commentaire : rappelez-vous que copier depuis Google Maps est strictement interdit.",
+            "google_warning": "Vous avez mentionné Google dans ce commentaire : rappelez-vous que copier depuis Google Maps est strictement interdit.",
             "google_warning_link": "https://www.openstreetmap.org/copyright"
         },
         "contributors": {
                 "selected": "{n} dans la sélection",
                 "no_history": "Pas d'historique (Nouvel élément)",
                 "version": "Version",
-                "last_edit": "Dernière édition",
+                "last_edit": "Dernière modification",
                 "edited_by": "Edité par",
                 "changeset": "Groupe de modification",
                 "unknown": "Inconnu",
             "relation": "relation"
         },
         "geocoder": {
-            "search": "Rechercher dans le monde entier...",
+            "search": "Rechercher dans le monde entier",
             "no_results_visible": "Aucun résultat sur la zone visible de la carte",
             "no_results_worldwide": "Aucun résultat trouvé"
         },
         "geolocate": {
             "title": "Me localiser",
-            "locating": "En cours de localisation, veuillez patienter..."
+            "locating": "Localisation, veuillez patienter…"
         },
         "inspector": {
             "no_documentation_combination": "Aucune documentation n'est disponible pour cette combinaison d'étiquettes",
             "no_documentation_key": "Aucune documentation n'est disponible pour cette clé",
             "documentation_redirect": "Cette documentation a été redirigée vers une nouvelle page",
             "show_more": "Plus d'informations",
-            "view_on_osm": "Visualiser sur openstreetmap.org",
-            "all_fields": "Tous les tags",
-            "all_tags": "Tous les tags",
+            "view_on_osm": "Consulter sur openstreetmap.org",
+            "all_fields": "Tous les champs",
+            "all_tags": "Tous les attributs",
             "all_members": "Tous les membres",
             "all_relations": "Toutes les relations",
-            "new_relation": "Nouvelle relation...",
+            "new_relation": "Nouvelle relation",
             "role": "Rôle",
-            "choose": "Que souhaitez vous ajouter?",
+            "choose": "Que souhaitez-vous ajouter ?",
             "results": "{n} résultats pour {search}",
             "reference": "Consulter sur le Wiki d'OpenStreetMap",
             "back_tooltip": "Changer l'objet",
             "way": "Chemin",
             "relation": "Relation",
             "location": "Endroit",
-            "add_fields": "Ajouter un tag :"
+            "add_fields": "Ajouter un attribut :"
         },
         "background": {
             "title": "Fond de carte",
             "switch": "Revenir à cet arrière-plan",
             "custom": "Personnalisé",
             "custom_button": "Modifier le fond personnalisé",
-            "custom_prompt": "Entrez un modèle URL de tuile. Les symboles valide sont : \n - {zoom} ou {z}, {x}, {y} pour schéma de tuile Z/X/Y\n- {-y} ou {ty} pour basculer vers le style de coordonées TMS Y\n- {u} pour le schéma quadri-tuiles\n- {switch:a,b,c} pour le multiplexage de serveur DNS\n\nExemple:\n{example}",
+            "custom_prompt": "Entrez un modèle URL de tuile. Les symboles valide sont : \n  - {zoom} ou {z}, {x}, {y} pour le schéma de tuile Z/X/Y\n  - {-y} ou {ty} pour basculer vers le style de coordonnés TMS Y\n  - {u} pour le schéma quadri-tuiles\n  - {switch:a,b,c} pour le multiplexage de serveurs DNS\n\nExemple:\n{example}",
             "overlays": "Calques",
             "imagery_source_faq": "Info imagerie / Signaler un problème",
             "reset": "réinitialiser",
                 "key": "/"
             },
             "fix_misalignment": "Ajuster le décalage du fond de carte",
-            "offset": "«Glissez» partout dans la zone grise ci-dessous pour ajuster le décalage d'image, ou entrez les valeurs de décalage en mètres."
+            "offset": "« Glissez » partout dans la zone grise ci-dessous pour ajuster le décalage d'image, ou entrez les valeurs de décalage en mètres."
         },
         "map_data": {
             "title": "Données cartographiques",
                 "osm": {
                     "tooltip": "Données de cartes d'OpenStreetMap",
                     "title": "Données OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Données des notes d'OpenStreetMap",
+                    "title": "Notes d'OpenStreetMap"
                 }
             },
             "fill_area": "Remplissage des zones",
             "map_features": "Éléments de la carte",
-            "autohidden": "Ces éléments ont été automatiquement cachés parce qu'un trop grand nombre d'entre eux seraient affichés à l'écran. Vous pouvez zoomer pour les éditer.",
+            "autohidden": "Ces éléments ont été automatiquement cachés parce qu'un trop grand nombre d'entre eux seraient affichés à l'écran. Vous pouvez zoomer pour les modifier.",
             "osmhidden": "Ces éléments ont été automatiquement cachés parce que le calque OpenStreetMap est caché."
         },
         "feature": {
         },
         "restore": {
             "heading": "Vous avez des changements non sauvegardés.",
-            "description": "Vous avez des changements non sauvegardés d'une précédente édition. Souhaitez-vous restaurer ces changements ?",
+            "description": "Vous avez des changements non sauvegardés d'une session précédente. Souhaitez-vous restaurer ces changements ?",
             "restore": "Restaurer mes modifications",
             "reset": "Abandonner mes modifications"
         },
         "save": {
-            "title": "Sauvegarder...",
+            "title": "Sauvegarder",
             "help": "Vérifiez vos modifications avant de pouvoir les envoyer sur OpenStreetMap afin qu'elles soient visibles par les autres contributeurs.",
             "no_changes": "Aucune modification à sauvegarder",
             "error": "Des erreurs sont survenues en tentant de sauvegarder",
             "status_code": "Le serveur a renvoyé le code de statut {code}",
             "unknown_error_details": "Veuillez vérifier que votre ordinateur est connecté au réseau.",
-            "uploading": "Envoi des modifications vers OpenStreetMap...",
-            "conflict_progress": "Détection des conflits: {num} de {total}",
+            "uploading": "Envoi des modifications vers OpenStreetMap",
+            "conflict_progress": "Détection des conflits : {num} de {total}",
             "unsaved_changes": "Vous avez des modifications non enregistrées",
             "conflict": {
                 "header": "Résoudre les modifications conflictuelles",
                 "location": "Cet élément a été déplacé à la fois par vous et {user}.",
                 "nodelist": "Les nœuds ont été changés à la fois par vous et {user}",
                 "memberlist": "Les membres de la relation  ont été changés à la fois par vous et {user}",
-                "tags": "Vous avez changé le tag <b>{tag}</b> en \"{local}\" et {user} l'a changé en \"{remote}\"."
+                "tags": "Vous avez changé l'attribut <b>{tag}</b> en « {local} » et {user} l'a changé en « {remote} »."
             }
         },
         "success": {
             "help_link_text": "Détails",
             "help_link_url": "https://wiki.openstreetmap.org/wiki/FR:FAQ#Je_viens_juste_de_faire_quelques_changements_sur_la_carte._Comment_puis-je_les_voir_.3F",
             "view_on_osm": "Voir les changements sur OSM",
-            "changeset_id": "Votre numéro d'ensemble de modification : {changeset_id}",
-            "like_osm": "Vous aimez OpenStreetMap ? Retrouvez d'autres contributeurs :",
+            "changeset_id": "Votre numéro d'ensemble de modification : {changeset_id}",
+            "like_osm": "Vous aimez OpenStreetMap ? Retrouvez d'autres contributeurs :",
             "more": "Plus",
             "events": "Événements",
-            "languages": "Langues: {languages}",
-            "missing": "Quelque-chose manque-t-il dans cette liste ?",
-            "tell_us": "Dîtes-nous en plus !"
+            "languages": "Langues : {languages}",
+            "missing": "Quelque-chose manque-t-il dans cette liste ?",
+            "tell_us": "Dîtes-nous en plus !"
         },
         "confirm": {
             "okay": "OK",
         },
         "source_switch": {
             "live": "live",
-            "lose_changes": "Vos dernières modifications n'ont pas été sauvées. Si vous changez de serveur de carte, celles-ci seront perdues. Êtes-vous sûr de vouloir changer de serveur de carte ?",
+            "lose_changes": "Vos dernières modifications n'ont pas été sauvées. Si vous changez de serveur de carte, celles-ci seront perdues. Êtes-vous sûr de vouloir changer de serveur de carte ?",
             "dev": "dev"
         },
         "version": {
             "untagged_area_tooltip": "Sélectionnez un type d'élément pour décrire cette surface.",
             "untagged_relation": "Relation sans attributs",
             "untagged_relation_tooltip": "Sélectionnez un type d’entité décrivant ce qu’est cette relation.",
-            "many_deletions": "Vous êtes en train de supprimer {n} éléments : {p} nœuds, {l} lignes, {a} polygones et {r} relations. En êtes-vous sûr ? Ils seront supprimés de la carte que tout le monde voit sur openstreetmap.org.",
+            "many_deletions": "Vous êtes en train de supprimer {n} éléments : {p} nœuds, {l} lignes, {a} polygones et {r} relations. En êtes-vous sûr ? Ils seront supprimés de la carte que tout le monde voit sur openstreetmap.org.",
             "tag_suggests_area": "Cet attribut {tag} suppose que cette ligne devrait être un polygone, or ce n'est pas le cas",
-            "deprecated_tags": "Attributs obsolètes : {tags}"
+            "deprecated_tags": "Attributs obsolètes : {tags}"
         },
         "zoom": {
             "in": "Zoomer",
         "cannot_zoom": "Impossible de zoomer plus en arrière dans ce mode.",
         "full_screen": "Afficher/cacher le plein écran",
         "gpx": {
-            "local_layer": "Fichier local",
+            "local_layer": "Ajouter un fichier GPX",
             "drag_drop": "Glissez-déposez un fichier .gpx, .geojson ou .kml sur la page, ou cliquez sur le bouton de droite pour le rechercher dans votre ordinateur.",
             "zoom": "Zoomer sur la couche",
             "browse": "Sélectionnez un fichier"
         },
+        "mvt": {
+            "local_layer": "Ajouter un fichier MVT",
+            "drag_drop": "Glissez-déposez un fichier .mvt ou .pbf sur la page ou cliquez sur le bouton à droite pour naviguer dans vos fichiers.",
+            "zoom": "Zoomer sur la couche",
+            "browse": "Sélectionner un fichier"
+        },
         "streetside": {
             "tooltip": "Photos Streetside de Microsoft",
             "title": "Sucouche photo (Bing Streetside)",
             "report": "Signaler un problème relatif à la vie privée sur cette image",
+            "view_on_bing": "Consulter sur Bing Maps",
             "hires": "Haute résolution"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Voir cette image sur OpenStreetCam"
         },
+        "note": {
+            "note": "Note",
+            "title": "Modifier la note",
+            "anonymous": "anonyme",
+            "closed": "(Fermée)",
+            "commentTitle": "Commentaires",
+            "newComment": "Nouveau commentaire",
+            "inputPlaceholder": "Saisissez un commentaire à partager avec d'autres utilisateurs.",
+            "close": "Fermer la note",
+            "open": "Ré-ouvrir la note",
+            "comment": "Commentaire",
+            "close_comment": "Commenter et fermer",
+            "open_comment": "Commenter et ré-ouvrir",
+            "report": "Signaler",
+            "new": "Nouvelle note",
+            "newDescription": "Décrivez le problème.",
+            "save": "Enregistrer la note",
+            "login": "Vous devez vous connecter pour modifier la note ou la commenter.",
+            "upload_explanation": "Vos commentaires seront visibles publiquement par les utilisateurs d'OpenStreetMap.",
+            "upload_explanation_with_user": "Vous commentaires en tant que {user} seront visibles publiquement par tous les utilisateurs d'OpenStreetMap."
+        },
         "help": {
             "title": "Aide",
             "key": "H",
                 "open_data_h": "Données libres",
                 "open_data": "Les modifications que vous faites sur cette carte seront visibles par tous les utilisateurs d'OpenStreetMap. Vos modification peuvent se baser sur vos connaissances personnelles, des enquêtes de terrain, des images aériennes ou des photos prises dans la rue. Copier des informations de sources commerciales telles que Google Maps [is strictly forbidden] (https://www.openstreetmap.org/copyright).",
                 "before_start_h": "Avant de commencer",
-                "before_start": "Vous devez maîtriser OpenStreetMap et cet éditeur avant de commencer à modifier. iD comprend un guide pour vous apprendre les bases de la modification d'OpenStreetMap. Cliquez sur « Commencer le tutoriel » sur cet écran pour suivre le guide - cela ne prend que 15 minutes environ.",
+                "before_start": "Vous devez maîtriser OpenStreetMap et cet éditeur avant de commencer à modifier. iD comprend un guide pour vous apprendre les bases de la modification d'OpenStreetMap. Cliquez sur « Commencer le tutoriel » sur cet écran pour suivre le guide - cela ne prend que 15 minutes environ.",
                 "open_source_h": "Open source",
                 "open_source": "L'éditeur iD est un projet collaboratif open source, et vous êtes en train d'utiliser la version {version}. Le code source est disponible [sur GitHub](https://github.com/openstreetmap/iD).",
                 "open_source_help": "Vous pouvez contribuer à iD en [traduisant](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) ou en [déclarant des bugs](https://github.com/openstreetmap/iD/issues)."
                 "undo_redo_h": "Annuler & Rétablir",
                 "undo_redo": "Vos modifications sont enregistrées localement dans votre navigateur tant que vous ne les envoyez pas sur les serveurs d'OpenStreetMap. Vous pouvez annuler vos action en appuyant sur le bouton {undo} **Annuler** et les refaire en appuyant sur le bouton {redo} **Refaire**.",
                 "save_h": "Sauvegarder",
-                "save": "Cliquez sur {save} **Enregistrer** pour envoyer vos modifications à OpenStreetMap. Enregistrez fréquemment !",
+                "save": "Cliquez sur {save} **Enregistrer** pour envoyer vos modifications à OpenStreetMap. Enregistrez fréquemment !",
                 "save_validation": "Sur l'écran de sauvegarde vous pourrez revoir ce que vous avez fait. iD effectuera aussi des vérifications de base pour chercher des informations manquantes et peut vous faire des suggestions ou vous avertir si quelque chose n'a pas l'air correct.",
                 "upload_h": "Téléverser",
                 "upload": "Avant d'envoyer vous changements vous devez entrer un [commentaire sur l'ensemble de changements](https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Ensuite cliquez sur **Envoyer** pour envoyer vous changements à OpenStreetMap où ils seront ajoutés à la carte et deviendront visibles pour tout le monde.",
             },
             "feature_editor": {
                 "title": "Éditeur d'élément",
-                "intro": "*L'éditeur d'élément* apparaît à coté de la carte et permet de voir et d'éditer les informations relatives à l'élément sélectionne",
+                "intro": "*L'éditeur d'élément* apparaît à coté de la carte et permet de voir et de modifier les informations relatives à l'élément sélectionné.",
                 "definitions": "La première section indique le type d'élément. La seconde contient les *champs* qui indiquent les attributs de l'élément, comme son nom ou son adresse.",
                 "type_h": "Type d'élément",
                 "type": "Vous pouvez cliquer sur le type d'un élément pour le changer pour un autre type. Tout ce qui exist dans le monde réel peut être ajouter dans OpenStreetMap, Il y a donc de milliers de types possibles",
                 "type_picker": "Le sélectionneur de type affiche les types d'éléments les plus fréquents, tels que les parcs, hôpitaux, restaurants, routes et bâtiments. Vous pouvez tout cherchez en tapant ce que vous voulez dans le champs de recherche. Vous pouvez aussi cliquer sur l'icône {inspect} **Info** à côté du type de l'élément pour en apprendre plus.",
                 "fields_h": "Champs",
-                "fields_all_fields": "La section *Tous les champs* contient toutes les informations qui peuvent être éditées. Dans OpenStreetMap, tous les champs sont facultatifs. Vous pouvez toujours les laisser vides en cas de doute.",
+                "fields_all_fields": "La section « Tous les champs » contient toutes les informations qui peuvent être modifiées. Dans OpenStreetMap, tous les champs sont facultatifs. Vous pouvez toujours les laisser vides en cas de doute.",
                 "fields_example": "Chaque type d’élément affichera des champs différents. Par exemple, une route peut afficher des champs pour le type de surface et la limitation de vitesse et un restaurant peut afficher des champs pour le type de nourriture servie et ses horaires d'ouverture.",
-                "fields_add_field": "Vous pouvez aussi cliquer sur le menu déroulant \"Ajouter un champ\" pour ajouter plus d'informations, comme une description, un lien Wikipédia, un accès handicapé, et cetera...",
-                "tags_h": "Tags",
-                "tags_all_tags": "En dessous de la partie avec les champs, vous pouvez développer la section « Tous les tags » pour modifier les *tags* OpenStreetMap de l’élément sélectionné. Chaque tag consiste en une *clef* et une *valeur*, des données qui définissent tous les éléments enregistrés dans OpenStreetMap.",
-                "tags_resources": "Vous aurez besoin d'un niveau de connaissance intermédiaire sur OpenStreetMap pour modifier les tags d'un élément. Vous devriez consulter des ressources comme le [Wiki d’OpenStreetMap](https://wiki.openstreetmap.org/wiki/Main_Page) ou [Taginfo](https://taginfo.openstreetmap.org/) pour en apprendre plus sur les pratiques de tagging acceptées dans OpenStreetMap."
+                "fields_add_field": "Vous pouvez aussi cliquer sur le menu déroulant « Ajouter un champ » pour ajouter plus d'informations, comme une description, un lien Wikipédia, un accès handicapé, et cetera…",
+                "tags_h": "Attributs",
+                "tags_all_tags": "En dessous de la partie avec les champs, vous pouvez développer la section « Tous les attributs » pour modifier les *attributs* OpenStreetMap de l’élément sélectionné. Chaque tag consiste en une *clef* et une *valeur*, des données qui définissent tous les éléments enregistrés dans OpenStreetMap.",
+                "tags_resources": "Vous aurez besoin d'un niveau de connaissance intermédiaire sur OpenStreetMap pour modifier les attributs d'un élément. Vous devriez consulter des ressources comme le [Wiki d’OpenStreetMap](https://wiki.openstreetmap.org/wiki/Main_Page) ou [Taginfo](https://taginfo.openstreetmap.org/) pour en apprendre plus sur les pratiques de tagging acceptées dans OpenStreetMap."
             },
             "points": {
                 "title": "Points",
                 "connect_line_h": "Connecter des lignes",
                 "connect_line": "Il est important que les routes soient connectées correctement pour la carte, et essentiel pour la navigation.",
                 "connect_line_display": "Les connexions entre plusieurs routes sont matérialisées avec des cercles gris. Les points d'une ligne qui ne sont connectés à rien apparaissent comme des cercles blancs, plus grands.",
-                "connect_line_drag": "Pour connecter une ligne à un autre élément, faites glisser l'un des nœuds de la ligne vers cet élément jusqu'à ce qu'ils s'accrochent ensemble. Astuce: vous pouvez maintenir la touche `{alt}` enfoncée pour empêcher les nœuds de se connecter à d'autres éléments.",
+                "connect_line_drag": "Pour connecter une ligne à un autre élément, faites glisser l'un des nœuds de la ligne vers cet élément jusqu'à ce qu'ils s'accrochent ensemble. Astuce : vous pouvez maintenir la touche `{alt}` enfoncée pour empêcher les nœuds de se connecter à d'autres éléments.",
                 "connect_line_tag": "Si le croisement a un feu de signalisation ou un passage pour piétons, vous pouvez l'ajouter en sélectionnant le nœud de connexion et en utilisant l'éditeur d'élément pour choisir le type d'élément correct.",
                 "disconnect_line_h": "Séparer des lignes",
                 "disconnect_line_command": "Pour déconnecter une route d'un autre élément, faites un clic droit {rightclick} sur le nœud de connexion et sélectionnez la commande **Déconnecter** {disconnect} dans le menu d'édition.",
             "areas": {
                 "title": "Polygones",
                 "intro": "Les *polygones* sont utilisés pour montrer les délimitations d'éléments comme des lacs, des bâtiments et des zones résidentielles. Les polygones doivent être dessinés le long du bord des éléments qu'ils représentent, par exemple autour du pied d'un bâtiment.",
-                "point_or_area_h": "Des points ou un polygone ?",
+                "point_or_area_h": "Des points ou un polygone ?",
                 "point_or_area": "De nombreux éléments peuvent être représentés par des points ou des polygones. Vous devriez cartographier les bâtiments et les contours de propriétés avec des polygones lorsque c'est possible. Placez des points à l'intérieur d'un bâtiment pour représenter des entreprises, des équipements et d'autres éléments se trouvant à l'intérieur.",
                 "add_area_h": "Ajouter des polygones",
                 "add_area_command": "Pour ajouter un polygone, cliquez sur le bouton **Polygone** {area} de la barre d'outils au-dessus de la carte, ou pressez la touche `3`. Cela transformera le curseur de la souris en une croix.",
             "relations": {
                 "title": "Relations",
                 "intro": "Une *relation* est un élément spécial dans OpenStreetMap qui regroupe ensemble d'autres éléments. Les éléments qui appartiennent à une relation sont appelés *membres*, et chacun de ces membres peut avoir un *rôle* dans la relation.",
-                "edit_relation_h": "Éditer des Relations",
-                "edit_relation": "Au bas de l'éditeur d'éléments, vous pouvez développer la section \"Toutes les relations\" pour voir si l'élément sélectionné est membre d'une ou plusieurs relations. Vous pouvez alors cliquer sur la relation pour la sélectionner et l'éditer.",
-                "edit_relation_add": "Pour ajouter un élément à une relation, sélectionnez cet élément, puis cliquez sur le bouton d'ajout {plus} dans la section \"Toutes les relations\" de l'éditeur d'éléments. Vous pouvez choisir la relation dans une liste contenant les relations présentes aux environs, ou bien en créer une nouvelle avec l'option \"Nouvelle relation...\".",
+                "edit_relation_h": "Modifier des Relations",
+                "edit_relation": "Au bas de l'éditeur d'éléments, vous pouvez développer la section « Toutes les relations » pour voir si l'élément sélectionné est membre d'une ou plusieurs relations. Vous pouvez alors cliquer sur la relation pour la sélectionner et la modifier.",
+                "edit_relation_add": "Pour ajouter un élément à une relation, sélectionnez cet élément, puis cliquez sur le bouton d'ajout {plus} dans la section « Toutes les relations » de l'éditeur d'éléments. Vous pouvez choisir la relation dans une liste contenant les relations présentes aux environs, ou bien en créer une nouvelle avec l'option « Nouvelle relation… ».",
                 "edit_relation_delete": "Vous pouvez également cliquer sur le bouton **Supprimer** {delete}  pour supprimer un élément d'une relation. Si vous supprimez tous les éléments d'une relation, celle-ci sera automatiquement supprimée.",
                 "maintain_relation_h": "Maintenir des Relations",
-                "maintain_relation": "La plupart du temps, iD maintient automatiquement les relations lorsque vous éditez.\nVous devez toutefois faire attention quand vous remplacez des éléments qui sont membres de relations. Par exemple, si vous supprimez la section d'une route et que vous en créez une nouvelle pour la remplacer, vous devez impérativement ajouter la nouvelle section aux mêmes relations que l'ancienne (itinéraires, interdictions de tourner, etc...).",
+                "maintain_relation": "La plupart du temps, iD maintient automatiquement les relations lors de l'édition.\nVous devez toutefois faire attention quand vous remplacez des éléments qui sont membres de relations. Par exemple, si vous supprimez la section d'une route et que vous en créez une nouvelle pour la remplacer, vous devez impérativement ajouter la nouvelle section aux mêmes relations que l'ancienne (itinéraires, interdictions de tourner, etc…).",
                 "relation_types_h": "Types de Relation",
                 "multipolygon_h": "Multipolygones",
                 "multipolygon": "Une relation *multipolygone* est un groupe d'un ou plusieurs éléments *extérieurs* et d'un ou plusieurs éléments intérieurs. Les éléments extérieurs définissent les bords extérieurs du multipolygone, et les éléments intérieurs définissent les sous-polygones ou les trous à l'intérieur du multipolygone.",
                 "multipolygon_create": "Pour créer un multipolygone, par exemple un bâtiment avec un trou au milieu, dessinez le bord externe comme une aire et le bord intérieur comme une ligne ou un autre type d'aire. Ensuite, `{shift}`+{leftclick} cliquez-gauche pour sélectionner les deux éléments, {rightclick} cliquez-droit pour ouvrir le menu d'édition et sélectionnez la commande {merge} **Fusionner**.",
                 "multipolygon_merge": "La fusion de plusieurs lignes ou polygones créera une nouvelle relation multipolygone avec comme membres tous les polygones sélectionnés. iD choisira automatiquement les rôles intérieur et extérieur, en fonction des éléments contenus à l'intérieur d'autres éléments.",
                 "turn_restriction_h": "Interdictions de tourner",
-                "turn_restriction": "Une relation *restriction de tourner* est un groupe formé de plusieurs segments de routes à une intersection. Elle comporte une route *depuis*, un nœud ou des routes *via*, et une route *vers*.",
-                "turn_restriction_field": "Pour éditer les restrictions de tourner, sélectionnez un nœud où se croisent au moins deux routes. L'éditeur d'élément affichera alors un champ spécial \"Interdictions de tourner\" contenant un modèle de l'intersection.",
-                "turn_restriction_editing": "Dans le champ \"restrictions de tourner\", cliquez pour sélectionner une route \"depuis\", et voyez s'il est autorisé ou non de tourner sur une ou plusieurs routes \"vers\". Vous pouvez cliquer sur l'icône de direction pour basculer la position entre autorisé et interdit. iD créera automatiquement les relations et mettra à jour les rôles selon votre saisie.",
+                "turn_restriction": "Une relation *interdiction de tourner* est un groupe formé de plusieurs segments de routes à une intersection. Elle comporte une route *depuis*, un nœud ou des routes *via*, et une route *vers*.",
+                "turn_restriction_field": "Pour modifier les interdictions de tourner, sélectionnez un nœud où se croisent au moins deux routes. L'éditeur d'élément affichera alors un champ spécial « Interdictions de tourner » contenant un modèle de l'intersection.",
+                "turn_restriction_editing": "Dans le champ « interdictions de tourner », cliquez pour sélectionner une route « depuis », et voyez s'il est autorisé ou non de tourner sur une ou plusieurs routes « vers ». Vous pouvez cliquer sur l'icône de direction pour basculer la position entre autorisé et interdit. iD créera automatiquement les relations et mettra à jour les rôles selon votre saisie.",
                 "route_h": "Itinéraires",
                 "route": "Une relation *itinéraire* est un groupe d'une ou plusieurs lignes formant ensemble un réseau, comme un itinéraire de bus, un itinéraire ferroviaire, ou un itinéraire routier.",
-                "route_add": "Pour ajouter un élément à une relation itinéraire, sélectionnez cet élément, puis cliquez sur le bouton d'ajout {plus} dans la section \"Toutes les relations\" de l'éditeur d'éléments. Vous pouvez choisir la relation parmi celles présentes aux environs, ou bien en créer une nouvelle.",
+                "route_add": "Pour ajouter un élément à une relation itinéraire, sélectionnez cet élément, puis cliquez sur le bouton d'ajout {plus} dans la section « Toutes les relations » de l'éditeur d'éléments. Vous pouvez choisir la relation parmi celles présentes aux environs, ou bien en créer une nouvelle.",
                 "boundary_h": "Frontières",
                 "boundary": "Une relation *frontière* est un groupe d'une ou plusieurs lignes formant ensemble une frontière administrative.",
-                "boundary_add": "Pour ajouter un élément à une relation frontière, sélectionnez cet élément, puis cliquez sur le bouton d'ajout {plus} dans la section \"Toutes les relations\" de l'éditeur d'éléments. Vous pouvez choisir la relation parmi celles présentes aux environs, ou bien en créer une nouvelle."
+                "boundary_add": "Pour ajouter un élément à une relation frontière, sélectionnez cet élément, puis cliquez sur le bouton d'ajout {plus} dans la section « Toutes les relations » de l'éditeur d'éléments. Vous pouvez choisir la relation parmi celles présentes aux environs, ou bien en créer une nouvelle."
+            },
+            "notes": {
+                "title": "Notes",
+                "intro": "Les *notes* sont utiles pour alerter les autres utilisateurs qu'un élément a besoin de correction ou d'attention. Les notes marquent un emplacement spécifique sur la carte. Pour voir les notes existantes ou en ajouter une nouvelle, cliquez sur le panneau {data} **Données de carte** pour activer la couche des notes OpenStreetMap.",
+                "add_note_h": "Ajout de notes",
+                "add_note": "Pour ajouter une note, cliquez sur le bouton {note} **Note** dans la barre d'outils au dessus de la carte ou appuyez sur la touche raccourci `4`. Le curseur se ehangera en une croix. Pour placer la nouvelle note sur la carte, placez le curseur là où elle devrait se trouver puis faîtes un {leftclick} clic gauche ou appuyez sur la barre espace.",
+                "move_note": "Seules les nouvelles notes peuvent être repositionnées. Pour déplacer une note, placez votre curseur au-dessus puis enfoncez le {leftclick} bouton gauche de la souris et gardez-le enfoncé pendant que vous déplacez la note à son nouvel emplacement.",
+                "update_note_h": "Fermer, réouvrir et commenter",
+                "update_note": "On peut mettre à jour une note existante en la fermant, en la rouvrant ou en lui ajoutant un commentaire. Fermer la note indique que le problème a été résolu. La réouvrir indique que le problème de départ n'est pas résolu.",
+                "save_note_h": "Enregistrer ses notes",
+                "save_note": "Vous devez sfenregistrer chaque modification de note individuellement en cliquant sur les boutons sous les commentaires. Les modifications que vous apportez aux notes ne font **pas** partie des groupes de modifications que vous envoyez à OpenStreetMap."
             },
             "imagery": {
                 "title": "Fond de carte",
                 "intro": "Le fond de carte qui apparaît sous les données est un élément important pour cartographier. Il peut s'agir de photos aériennes émanant de satellites, d'avions, et de drones, ou de cartes historiques scannées, ou encore de toute autre source de données libre.",
                 "sources_h": "Sources des images",
-                "choosing": "Pour voir quelles sources sont disponibles pour éditer, cliquez sur le bouton **Paramètres du fond de carte** {layers} sur le côté de la carte.",
-                "sources": "Par défaut, une image satellite [Bing Maps](https://www.bing.com/maps/) est affichée en arrière-plan. Selon le lieu où vous éditez, d'autres images peuvent être disponibles. Certaines peuvent être plus récentes ou avec une meilleure résolution, si bien qu'il est utile de vérifier quelle est la meilleure image à utiliser pour cartographier.",
+                "choosing": "Pour voir quelles sources sont disponibles à l'édition, cliquez sur le bouton **Paramètres du fond de carte** {layers} sur le côté de la carte.",
+                "sources": "Par défaut, une image satellite [Bing Maps](https://www.bing.com/maps/) est affichée en arrière-plan. Selon le lieu que vous modifiez, d'autres images peuvent être disponibles. Certaines peuvent être plus récentes ou avec une meilleure résolution, si bien qu'il est utile de vérifier quelle est la meilleure image à utiliser pour cartographier.",
                 "offsets_h": "Ajustement du fond de carte",
-                "offset": "L'imagerie est parfois légèrement décalée par rapport aux données précises de la carte. Si vous constatez que de nombreuses routes ou de nombreux bâtiments sont décalés par rapport au fond de carte, c'est peut-être que l'imagerie n'est pas correctement alignée. Plutôt que de déplacer à tort les éléments de la carte, vous pouvez ajuster le fond de carte en utilisant la section \"Ajuster le décalage du fond de carte\" en bas du panneau Paramètres du fond de carte.",
+                "offset": "L'imagerie est parfois légèrement décalée par rapport aux données précises de la carte. Si vous constatez que de nombreuses routes ou de nombreux bâtiments sont décalés par rapport au fond de carte, c'est peut-être que l'imagerie n'est pas correctement alignée. Plutôt que de déplacer à tort les éléments de la carte, vous pouvez ajuster le fond de carte en utilisant la section « Ajuster le décalage du fond de carte » en bas du panneau Paramètres du fond de carte.",
                 "offset_change": "Cliquez sur les petits triangles pour ajuster finement le décalage de l'imagerie, ou maintenez enfoncé le bouton gauche de la souris et faites glisser l'image jusqu'à ce qu'elle soit correctement alignée."
             },
             "streetlevel": {
                 "title": "Photos de la rue",
-                "intro": "Les photos de la rue sont utiles pour cartographier la signalisation routière, les commerces, et d'autres détails que l'on ne peut pas voir sur l'imagerie aérienne. L'éditeur iD prend en charge les photos de la rue de [Mapillary](https://www.mapillary.com) et [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Les imageries au niveau de la rue sont utiles pour cartographier les panneaux de signalisation, les commerces et d'autres détails qu'on ne peut pas voir sur les images satellites ou aériennes. L'éditeur iD supporte les photos au niveau de la rue de [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) et [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Utiliser des photos de la rue.",
                 "using": "Pour utiliser les photos de la rue, cliquez sur le bouton **Données cartographiques** {data} sur le bord de la carte. Cela permettra d'activer ou de désactiver les surcouches photographiques disponibles.",
                 "photos": "Lorsque cela est activé, la couche photo montre une ligne entre les séquences de photo. Aux niveaux de zoom élevés, un cercle marque l'emplacement de chaque photo et aux zooms encore plus élevés, un cône indique la direction de l'appareil photo lorsque la photo a été prise.",
             },
             "field": {
                 "restrictions": {
-                    "title": "Aide des restrictions de tourner",
+                    "title": "Aide des interdictions de tourner",
                     "about": {
                         "title": "À propos",
-                        "about": "Ce champ vous permet d'inspecter et de modifier les restrictions de tourner. Il affiche un modèle de l'intersection sélectionnée avec les routes connectées proches.",
-                        "from_via_to": "Une restriction de tourner contient toujours: un **chemin DEPUIS**, un **chemin VERS**, et soit un **nœud VIA**, soit un ou plusieurs **chemins VIA**.",
-                        "maxdist": "Le curseur \"{distField}\" contrôle la distance jusqu'à laquelle chercher des routes connectées supplémentaires.",
-                        "maxvia": "Le curseur \"{viaField}\" ajuste le nombre de chemins via à inclure dans la recherche. (Astuce: plus c'est simple, mieux c'est)"
+                        "about": "Ce champ vous permet d'inspecter et de modifier les interdictions de tourner. Il affiche un modèle de l'intersection sélectionnée avec les routes connectées proches.",
+                        "from_via_to": "Une interdiction de tourner contient toujours : un **chemin DEPUIS**, un **chemin VERS**, et soit un **nœud VIA**, soit un ou plusieurs **chemins VIA**.",
+                        "maxdist": "Le curseur « {distField} » contrôle la distance jusqu'à laquelle chercher des routes connectées supplémentaires.",
+                        "maxvia": "Le curseur « {viaField} » ajuste le nombre de chemins via à inclure dans la recherche. (Astuce : plus c'est simple, mieux c'est)"
                     },
                     "inspecting": {
                         "title": "Inspecter",
-                        "about": "Survolez avec le curseur un segment **DEPUIS** pour voir s'il est soumis à des restrictions de tourner. Toutes les destinations possibles **VERS** seront ombrées et montreront si une restriction existe.",
+                        "about": "Survolez avec le curseur un segment **DEPUIS** pour voir s'il est soumis à des interdictions de tourner. Toutes les destinations possibles **VERS** seront ombrées et montreront si une restriction existe.",
                         "from_shadow": "{fromShadow} **DEPUIS le segment**",
                         "allow_shadow": "{allowShadow} **VERS autorisé**",
                         "restrict_shadow": "{restrictShadow} **VERS interdit**",
                         "only_shadow": "{onlyShadow} **VERS uniquement**",
-                        "restricted": "\"Interdit\" signifie qu'il y a une restriction de direction, par exemple \"Interdit de tourner à gauche\".",
-                        "only": "\"Uniquement\" signifie qu'un véhicule empruntant ce chemin n'a pas d'autre choix de direction, par exemple \"Direction obligatoire\"."
+                        "restricted": "« Interdit » signifie qu'il y a une interdiction de tourner, par exemple « Interdit de tourner à gauche ».",
+                        "only": "« Uniquement » signifie qu'un véhicule empruntant ce chemin n'a pas d'autre choix de direction, par exemple « Direction obligatoire »."
                     },
                     "modifying": {
                         "title": "Modifier",
-                        "about": "Pour modifier les restrictions de tourner, commencez par cliquer sur l'un des segments **DEPUIS** pour le sélectionner. Celui-ci va clignoter, et toutes les directions possibles **VERS** vont apparaître avec un symbole.",
-                        "indicators": "Puis cliquez sur un symbole de direction pour le basculer entre \"autorisé\", \"interdit\", et \"uniquement\".",
+                        "about": "Pour modifier les interdictions de tourner, commencez par cliquer sur l'un des segments **DEPUIS** pour le sélectionner. Celui-ci va clignoter, et toutes les directions possibles **VERS** vont apparaître avec un symbole.",
+                        "indicators": "Puis cliquez sur un symbole de direction pour le basculer entre « autorisé », « interdit », et « uniquement ».",
                         "allow_turn": "{allowTurn} **VERS autorisé**",
                         "restrict_turn": "{restrictTurn} **VERS interdit**",
                         "only_turn": "{onlyTurn} **VERS uniquement**"
                         "title": "Astuces",
                         "simple": "**Privilégiez les restrictions simples plutôt que les complexes.**",
                         "simple_example": "Par exemple, évitez de créer une restriction par un chemin via si un simple nœud via est suffisant.",
-                        "indirect": "**Certaines restrictions affichent le texte \"(indirect)\" et sont dessinées en transparence.**",
-                        "indirect_example": "Ces restrictions existent à cause d'une autre restriction proche. Par exemple, une restriction \"Obligation d'aller tout droit\" créera indirectement des restrictions \"Interdiction de tourner\" pour tous les autres chemins de l'intersection.",
-                        "indirect_noedit": "Vous ne pouvez pas éditer les restrictions indirectes. À la place, éditez la restriction directe la plus proche."
+                        "indirect": "**Certaines interdictions affichent le texte « (indirect) » et sont dessinées en transparence.**",
+                        "indirect_example": "Ces interdictions existent à cause d'une autre restriction proche. Par exemple, une restriction « Obligation d'aller tout droit » créera indirectement des restrictions « Interdiction de tourner » pour tous les autres chemins de l'intersection.",
+                        "indirect_noedit": "Vous ne pouvez pas modifier les interdictions indirectes. À la place, modifiez la restriction directe la plus proche."
                     }
                 }
             }
                 "words": "Cette visite guidée va vous présenter de nouveaux mots et concepts. Lorsque ce sera le cas, ils seront en *italique*.",
                 "mouse": "Vous pouvez utiliser n'importe quel périphérique de saisie pour modifier la carte, mais cette visite guidée part du principe que vous avez une souris avec des boutons gauche et droit. **Si vous voulez connecter une souris, faites-le maintenant puis cliquez sur OK.** ",
                 "leftclick": "Lorsque cette visite guidée vous demande de cliquer ou de double-cliquer, cela veut dire avec le bouton de gauche. Sur un pavé tactile, cela peut correspondre à un clic simple ou à taper avec un doigt. **Faites {num} clics gauche.**",
-                "rightclick": "Parfois, il faudra effectuer un clic droit. Cela peut aussi être un clic avec la touche Ctrl, ou taper avec  deux doigts sur un pavé tactile. Le clavier peut même avoir une touche \"menu\" qui fonctionne comme un clic droit. **Faites {num} clics droits.**",
-                "chapters": "Parfait, continuons ! Vous pouvez utiliser le bandeau ci-dessous pour recommencer une section en cas de problème ou choisir une autre section. C'est parti ! **Cliquez sur \"{next}\" pour continuer.**"
+                "rightclick": "Parfois, il faudra effectuer un clic droit. Cela peut aussi être un clic avec la touche Ctrl, ou taper avec  deux doigts sur un pavé tactile. Le clavier peut même avoir une touche « menu » qui fonctionne comme un clic droit. **Faites {num} clics droits.**",
+                "chapters": "Parfait, continuons ! Vous pouvez utiliser le bandeau ci-dessous pour recommencer une section en cas de problème ou choisir une autre section. C'est parti ! **Cliquez sur « {next} » pour continuer.**"
             },
             "navigation": {
                 "title": "Navigation",
                 "preset_townhall": "La partie supérieure de l'éditeur d'élément affiche le type d’élément. Ce point est de type {preset}.",
                 "fields_townhall": "La partie intermédiaire  de l'éditeur d'élément contient les attributs de l'élément, comme son nom ou son adresse.",
                 "close_townhall": "**Fermez l'éditeur d'élément avec la touche d'échappement ou en cliquant sur le bouton {button} dans le coin supérieur.**",
-                "search_street": "Vous pouvez chercher des éléments dans la vue courante ou dans le monde entier. **Cherchez \"{name}\"**",
+                "search_street": "Vous pouvez chercher des éléments dans la vue courante ou dans le monde entier. **Cherchez « {name} »**",
                 "choose_street": "**Choisissez la {name} dans la liste pour la sélectionner.**",
                 "selected_street": "Bien ! La *{name}* est maintenant sélectionnée.",
-                "editor_street": "Les champs affichés pour une rue sont différents que ceux pour une mairie / hôtel de ville.{br}Pour la rue sélectionnée, l'éditeur d'élément affiche des champs comme \"{field1}\" et \"{field2}\". **Fermez l'éditeur de fonctionnalité avec la touche d'échappement ou en cliquant sur le bouton {button}**",
-                "play": "Essayez de déplacer la carte et de sélectionner d'autres éléments pour voir les types d'objets qui peuvent être ajoutés à OpenStreetMap. **Pour passer au chapitre suivant, cliquez sur \"{next}\".**"
+                "editor_street": "Les champs affichés pour une rue sont différents que ceux pour une mairie / hôtel de ville.{br}Pour la rue sélectionnée, l'éditeur d'élément affiche des champs comme « {field1} » et « {field2} ». **Fermez l'éditeur de fonctionnalité avec la touche d'échappement ou en cliquant sur le bouton {button}**",
+                "play": "Essayez de déplacer la carte et de sélectionner d'autres éléments pour voir les types d'objets qui peuvent être ajoutés à OpenStreetMap. **Pour passer au chapitre suivant, cliquez sur « {next} ».**"
             },
             "points": {
                 "title": "Points",
                 "add_point": "Les *points* peuvent être utilisés pour représenter des éléments comme des magasins, restaurants et monuments.{br}Ils marquent une position précise et décrivent ce qu'il s'y trouve. **Cliquez sur le bouton {button} Point pour ajouter un nouveau point.**",
                 "place_point": "Pour placer un nouveau point sur la carte, placez le curseur de la souris à l'endroit désiré, puis faites un clic gauche ou appuyez sur la barre d'espace. **Déplacez le curseur sur ce bâtiment, puis faites un clic gauche ou appuyez sur la barre d'espace.**",
-                "search_cafe": "Beaucoup d'éléments peuvent être représentés, chacun par un point. Le point que vous venez d'ajouter est un café. **Cherchez \"{preset}\"**",
-                "choose_cafe": "**Choisissez \"{preset}\" dans la liste.**",
+                "search_cafe": "Beaucoup d'éléments peuvent être représentés, chacun par un point. Le point que vous venez d'ajouter est un café. **Cherchez « {preset} »**",
+                "choose_cafe": "**Choisissez « {preset} » dans la liste.**",
                 "feature_editor": "Le point est maintenant marqué comme un café. En utilisant l'éditeur d'élément, vous pouvez ajouter d'autres informations sur ce café.",
                 "add_name": "Dans OpenStreetMap, tous les champs sont optionnels. En cas de doute ou pour une partie inconnue, un champ peut être laissé vide.{br}Supposons que vous connaissiez ce café et son nom. **Ajoutez un nom pour le café.**",
                 "add_close": "L'éditeur d'élément se rappellera automatiquement de toutes vos modifications. **Après avoir ajouté le nom, appuyez sur la touche d'échappement, Entrée ou cliquez sur le bouton {button} pour fermer l'éditeur d'élément.**",
-                "reselect": "Souvent des points existent déjà mais ils peuvent parfois contenir des erreurs ou être incomplets. Vous pouvez éditer ces points. **Cliquez sur le café que vous venez de créer.**",
+                "reselect": "Souvent des points existent déjà mais ils peuvent parfois contenir des erreurs ou être incomplets. Vous pouvez modifier ces points. **Cliquez sur le café que vous venez de créer.**",
                 "update": "Ajoutons des détails sur ce café. Vous pouvez modifier le nom, préciser le type de cuisine ou son adresse. **Modifiez les informations du café**",
                 "update_close": "**Lorsque vous avez terminé vos modifications, appuyez sur la touche d'échappement ou Entrée ou cliquez sur le bouton {button} pour fermer l'éditeur d'élément.**",
                 "rightclick": "Vous pouvez effectuer un clic droit sur un élément pour voir le *menu d'édition*, qui fournit une liste d'opérations disponibles. **Effectuer un clic droit pour sélectionner le point créé et afficher son menu d'édition.**",
                 "delete": "Il est possible de supprimer des éléments qui n'existent pas réellement.{br}Supprimer un élément d'OpenStreetMap le retirera de la carte pour tout le monde, il faut donc être sûr de la disparition effective de l'objet réel avant de supprimer l'élément correspondant. **Cliquez sur le bouton {button} pour supprimer le point.**",
                 "undo": "Vous pouvez à tout moment annuler les dernières modifications tant que rien n'a été sauvegardé sur OpenStreetMap. **Cliquez sur le bouton {button} pour annuler la suppression du point et le faire revenir.**",
-                "play": "Maintenant que vous savez comment créer et éditer des points, vous pouvez vous entraîner avec quelques points supplémentaires ! **Pour passer au chapitre suivant, cliquez sur \"{next}\".**"
+                "play": "Maintenant que vous savez comment créer et modifier des points, vous pouvez vous entraîner avec quelques points supplémentaires ! **Pour passer au chapitre suivant, cliquez sur « {next} ».**"
             },
             "areas": {
                 "title": "Polygones",
                 "add_playground": "Les *Polygones* sont utilisés pour montrer les limites d'éléments comme les lacs, les bâtiments, et les zones résidentielles. {br}Ils peuvent aussi être utilisés pour cartographier finement des éléments représentés normalement par des points. **Cliquez sur le bouton Polygone {button} pour ajouter un nouveau polygone.**",
                 "start_playground": "Ajoutons une aire de jeu pour enfant sur la carte en dessinant un polygone. Les polygones sont dessinés en plaçant des *nœuds* pour définir les bords de l'élément. **Cliquez ou appuyez sur la barre d'espace pour placer le premier nœud sur l'un des angles de l'aire de jeu.**",
-                "continue_playground": "Continuez à dessiner le polygone en plaçant d'autres nœuds le long de l'aire de jeu. Vous pouvez connecter le polygone au chemin piéton existant. {br} Astuce : Vous pouvez maintenir la touche  {Alt} pour éviter aux nœuds de se connecter à d'autres éléments. ** continuez à dessiner le polygone de l'aire de jeux **",
+                "continue_playground": "Continuez à dessiner le polygone en plaçant d'autres nœuds le long de l'aire de jeu. Vous pouvez connecter le polygone au chemin piéton existant. {br} Astuce : Vous pouvez maintenir la touche  {Alt} pour éviter aux nœuds de se connecter à d'autres éléments. ** continuez à dessiner le polygone de l'aire de jeux **",
                 "finish_playground": "Terminez le polygone avec la touche Entrée ou en cliquant une nouvelle fois sur son premier ou son dernier nœud. **Terminez le polygone d'aire de jeu.**",
-                "search_playground": "**Cherchez \"{preset}\".**",
-                "choose_playground": "**Choisissez \"{preset}\" dans la liste.**",
+                "search_playground": "**Cherchez « {preset} ».**",
+                "choose_playground": "**Choisissez « {preset} » dans la liste.**",
                 "add_field": "L'aire de jeu n'a pas de nom officiel, donc ce champ sera laissé vide.{br}À la place, ajoutons des détails additionnels dans le champ Description. **Ouvrez la liste Ajouter champ.**",
-                "choose_field": "**Choisissez \"{field}\" dans la liste.**",
+                "choose_field": "**Choisissez « {field} » dans la liste.**",
                 "retry_add_field": "Vous n'avez pas sélectionné le champ {field}. Essayez encore.",
                 "describe_playground": "**Ajoutez une description, puis cliquez le bouton {button} pour fermer l'éditeur d'éléments.**",
-                "play": "Bravo ! Essayez de dessiner quelques polygones et surfaces supplémentaires et regardez d'autres types d'éléments que vous pouvez ajouter à OpenStreetMap. **Pour passer au chapitre suivant, cliquez sur \"{next}\".**"
+                "play": "Bravo ! Essayez de dessiner quelques polygones et surfaces supplémentaires et regardez d'autres types d'éléments que vous pouvez ajouter à OpenStreetMap. **Pour passer au chapitre suivant, cliquez sur « {next} ».**"
             },
             "lines": {
                 "title": "Lignes",
                 "intersect": "Cliquez, ou appuyez sur la barre d'espace, pour ajouter de nouveaux points à cette ligne.{br}Les routes font parties d'un réseau. C'est le cas également pour de nombreux autres types de lignes. Il est important que ces lignes soit connectées correctement pour les applications de navigation. **Cliquez sur la ligne {name} pour créer une intersection connectant les 2 lignes.**",
                 "retry_intersect": "La nouvelle route doit croiser la ligne {name}. Essayez à nouveau !",
                 "continue_line": "Continuez de tracer la ligne de la nouvelle route. Vous pouvez également déplacer la carte et zoomer si nécessaire.{br}Quand vous avez fini de tracer, cliquez à nouveau sur le dernier nœud. **Terminez de tracer la route.**",
-                "choose_category_road": "**Choisissez \"{category}\" dans la liste**",
+                "choose_category_road": "**Choisissez « {category} » dans la liste**",
                 "choose_preset_residential": "Il existe de nombreux types de routes, mais celle-ci est une route résidentielle. **Choisissez le type {preset}.**",
                 "retry_preset_residential": "Vous n'avez pas sélectionné le type {preset}. **Cliquez ici pour choisir à nouveau**",
                 "name_road": "**Donnez un nom à cette route, puis appuyez sur la touche d'échappement, Entrée, ou cliquez sur le bouton {button} pour fermer l'éditeur d'objet.**",
                 "multi_rightclick": "Bien ! Les deux lignes à supprimer sont maintenant sélectionnées. **Faites un clic droit sur l'une des lignes pour afficher le menu d'édition.**",
                 "multi_delete": "**Cliquez sur le bouton {button} pour supprimer les lignes en trop.**",
                 "retry_delete": "Vous n'avez pas cliqué sur le bouton Effacer. Réessayez.",
-                "play": "Bravo ! Utilisez ce que vous avez appris dans ce chapitre pour vous entraîner à modifier d'autres lignes. **Pour passer au chapitre suivant, cliquez sur \"{next}\".**"
+                "play": "Bravo ! Utilisez ce que vous avez appris dans ce chapitre pour vous entraîner à modifier d'autres lignes. **Pour passer au chapitre suivant, cliquez sur « {next} ».**"
             },
             "buildings": {
                 "title": "Bâtiments",
                 "start_building": "Ajoutons cette maison à la carte en dessinant ses contours.{br}Les bâtiments doivent être dessinés de la façon la plus précise possible en suivant leur forme. **Cliquez ou appuyez sur la barre d'espace pour placer un nœud de départ sur l'un des coins du bâtiment.**",
                 "continue_building": "Ajoutez d'autres nœuds pour tracer le contour du bâtiment. Rappelez-vous que vous pouvez zoomer pour voir plus de détails. {br}Terminez le bâtiment en appuyant sur Entrée, ou en cliquant sur le premier ou le dernier nœud. **Terminez le tracé du bâtiment.**",
                 "retry_building": "Quelques difficultés pour placer les points aux coins du bâtiment ? Réessayez !",
-                "choose_category_building": "**Choisissez \"{category}\" dans la liste.**",
-                "choose_preset_house": "Les types de bâtiments possibles sont très variés, mais celui-ci est une maison.{br}Lorsque vous avez un doute, choisissez simplement le type générique \"Bâtiment\". **Choisissez le type \"{preset}\"**",
+                "choose_category_building": "**Choisissez « {category} » dans la liste.**",
+                "choose_preset_house": "Les types de bâtiments possibles sont très variés, mais celui-ci est une maison.{br}Lorsque vous avez un doute, choisissez simplement le type générique « Bâtiment ». **Choisissez le type « {preset} »**",
                 "close": "**Appuyez sur la touche d'échappement ou cliquez le bouton {button} pour fermer l'éditeur d'objet.**",
                 "rightclick_building": "**Faites un clic droit pour sélectionner le bâtiment que vous avez créé et afficher le menu d'édition.**",
                 "square_building": "La maison sera encore mieux tracée si les coins sont des angles droits. **Cliquez sur le bouton {button} pour ajuster automatiquement la forme du bâtiment avec des angles droits.**",
                 "add_tank": "Nous allons tracer ce réservoir rond. **Cliquez sur le bouton {button} Polygone pour ajouter un nouveau polygone.**",
                 "start_tank": "Comment tracer un cercle parfait ? Commencez par un polygone simple, avec seulement quelques nœuds bien placés sur le contour. **Cliquez ou appuyez sur la barre d'espace pour ajouter le premier nœud sur le contour du réservoir.**",
                 "continue_tank": "Ajoutez quelques nœuds supplémentaires le long du bord. Le cercle sera créé à l'extérieur des nœuds que vous dessinez.{br}Terminez le polygone en appuyant sur Entrée ou en cliquant à nouveau sur le premier ou le dernier nœud. **Terminez de tracer le réservoir.**",
-                "search_tank": "**Cherchez \"{preset}\"**",
-                "choose_tank": "**Choisissez \"{preset}\" dans la liste.**",
+                "search_tank": "**Cherchez « {preset} »**",
+                "choose_tank": "**Choisissez « {preset} » dans la liste.**",
                 "rightclick_tank": "**Faites un clic droit pour sélectionner le polygone du réservoir que vous avez créé et afficher le menu d'édition.**",
                 "circle_tank": "**Cliquez sur le bouton {button} pour ajuster la forme du réservoir et former automatiquement un cercle.**",
                 "retry_circle": "Vous n'avez pas cliqué sur le bouton Arrondir / rendre circulaire. Réessayez.",
-                "play": "Bravo ! Entraînez-vous à tracer quelques bâtiments supplémentaires, et essayez quelques-unes des autres commandes du menu d'édition. **Pour passer au chapitre suivant, cliquez sur \"{next}\".**"
+                "play": "Bravo ! Entraînez-vous à tracer quelques bâtiments supplémentaires, et essayez quelques-unes des autres commandes du menu d'édition. **Pour passer au chapitre suivant, cliquez sur « {next} ».**"
             },
             "startediting": {
                 "title": "Sortir du tutoriel et contribuer",
-                "help": "Vous êtes maintenant prêt pour contribuer à OpenStreetMap !{br}Vous pouvez recommencer ce tutorial à tout moment ou lire plus de documentation en cliquant sur le bouton Aide {button} ou en appuyant sur la touche '{key}'.",
+                "help": "Vous êtes maintenant prêt pour contribuer à OpenStreetMap !{br}Vous pouvez recommencer ce tutoriel à tout moment ou lire plus de documentation en cliquant sur le bouton Aide {button} ou en appuyant sur la touche « {key} ».",
                 "shortcuts": "Vous pouvez voir une liste des commandes avec leurs raccourcis claviers en appuyant sur la touche '{key}'.",
                 "save": "N'oubliez pas de sauver régulièrement vos modifications !",
                 "start": "Commencer à cartographier !"
                     "add_point": "Mode 'Ajouter un point'",
                     "add_line": "Mode 'Ajouter une ligne'",
                     "add_area": "Mode 'Ajouter un polygone'",
-                    "place_point": "Placer un point",
+                    "add_note": "Mode 'Ajouter une note'",
+                    "place_point": "Placer un point ou une note",
                     "disable_snap": "Désactiver l'attraction des points à proximité",
                     "stop_line": "Terminer de tracer une ligne ou un polygone"
                 },
                     "continue_line": "Reprendre le tracé d'une ligne à partir du point sélectionné",
                     "merge": "Fusionner les éléments sélectionnés",
                     "disconnect": "Déconnecter les éléments au nœud sélectionné",
+                    "detach_node": "Séparer le nœud choisi de ses chemins ou polygones parents",
                     "split": "Couper une ligne en deux au nœud sélectionné",
                     "reverse": "Inverser une ligne",
                     "move": "Déplacer les éléments sélectionnés",
                 "board_type": {
                     "label": "Type"
                 },
+                "booth": {
+                    "label": "Type de cabine"
+                },
                 "boules": {
                     "label": "Type"
                 },
                     "label": "Capacité",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "Dépôt"
+                },
                 "castle_type": {
                     "label": "Type"
                 },
                 "horse_scale": {
                     "label": "Difficulté à cheval",
                     "options": {
-                        "common": "Facile : pas de problème ou de difficulté. (par défaut)",
-                        "critical": "Limite : passable uniquement pour des cavaliers et des chevaux expérimentés. Obstacles majeurs. Les ponts devraient être examinés avec attention.",
-                        "dangerous": "Dangereux : passable uniquement pour des cavaliers et des chevaux très expérimentés et seulement par beau temps. Descendre du cheval.",
-                        "demanding": "Utiliser avec prudence : voie inégale, passages difficiles occasionnels.",
-                        "difficult": "Difficile : voie étroite et exposée. Peut contenir des obstacles par dessus lesquels passer et des passages étroits.",
-                        "impossible": "Impossible : Vois ou pont impossible à franchir pour les chevaux. Trop étroit, support insuffisant, obstacles comme des échelles. Danger de mort."
+                        "common": "Facile : pas de problème ou de difficulté. (par défaut)",
+                        "critical": "Limite : passable uniquement pour des cavaliers et des chevaux expérimentés. Obstacles majeurs. Les ponts devraient être examinés avec attention.",
+                        "dangerous": "Dangereux : passable uniquement pour des cavaliers et des chevaux très expérimentés et seulement par beau temps. Descendre du cheval.",
+                        "demanding": "Utiliser avec prudence : voie inégale, passages difficiles occasionnels.",
+                        "difficult": "Difficile : voie étroite et exposée. Peut contenir des obstacles par dessus lesquels passer et des passages étroits.",
+                        "impossible": "Impossible : Voie ou pont impossible à franchir pour les chevaux. Trop étroit, support insuffisant, obstacles comme des échelles. Danger de mort."
                     },
                     "placeholder": "Difficile, Dangereux..."
                 },
                 "mtb/scale": {
                     "label": "Difficulté VTT",
                     "options": {
-                        "0": "0 : Gravier/terre battue, grandes courbes, pas d'obstacles",
-                        "1": "1 : Sol parfois meuble, courbes grandes à sérrées, petits obstacles",
-                        "2": "2 : Sol souvent meuble, épingles à cheveux faciles, petits sauts",
-                        "3": "3 : Revêtement glissant, épingles serrées, grosses ruptures de pente ",
-                        "4": "4 : Revêtement avec des rochers, des épingles à cheveux dangereuses",
-                        "5": "5 : Difficulté maximale, champs de blocs, glissements de terrain",
-                        "6": "6 : Non praticable, ou seulement par les meilleurs vététistes"
+                        "0": "0 : Gravier/terre battue, grandes courbes, pas d'obstacles",
+                        "1": "1 : Sol parfois meuble, courbes grandes à sérrées, petits obstacles",
+                        "2": "2 : Sol souvent meuble, épingles à cheveux faciles, petits sauts",
+                        "3": "3 : Revêtement glissant, épingles serrées, grosses ruptures de pente ",
+                        "4": "4 : Revêtement avec des rochers, des épingles à cheveux dangereuses",
+                        "5": "5 : Difficulté maximale, champs de blocs, glissements de terrain",
+                        "6": "6 : Non praticable, ou seulement par les meilleurs vététistes"
                     },
                     "placeholder": "0, 1, 2, 3..."
                 },
                 "mtb/scale/uphill": {
                     "label": "Difficulté VTT en montée",
                     "options": {
-                        "0": "0 : Inclinaison < 10 % , sol compact, pas d'obstacles",
-                        "1": "1 : Inclinaison < 15 %, sol compact, quelques petits obstacles",
-                        "2": "2 : Inclinaison < 20 %, revêtement stable, pierres/racines",
-                        "3": "3 : Inclinaison < 25 %, revêtement variable, pierres/branches",
-                        "4": "4 : Inclinaison < 30 %, conditions difficiles, rochers/branches",
-                        "5": "5 : Abrupt, le vélo doit généralement être porté ou poussé"
+                        "0": "0 : Inclinaison < 10 % , sol compact, pas d'obstacles",
+                        "1": "1 : Inclinaison < 15 %, sol compact, quelques petits obstacles",
+                        "2": "2 : Inclinaison < 20 %, revêtement stable, pierres/racines",
+                        "3": "3 : Inclinaison < 25 %, revêtement variable, pierres/branches",
+                        "4": "4 : Inclinaison < 30 %, conditions difficiles, rochers/branches",
+                        "5": "5 : Abrupt, le vélo doit généralement être porté ou poussé"
                     },
                     "placeholder": "0, 1, 2, 3..."
                 },
                         "alternating": "En alternance",
                         "no": "Non",
                         "reversible": "Réversible",
-                        "undefined": "Par défaut : Non",
+                        "undefined": "Par défaut : Non",
                         "yes": "Oui"
                     }
                 },
                         "alternating": "En alternance",
                         "no": "Non",
                         "reversible": "Réversible",
-                        "undefined": "Par défaut : Oui",
+                        "undefined": "Par défaut : Oui",
                         "yes": "Oui"
                     }
                 },
                         "underground": "Souterrain"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Affichage d'informations aux voyageurs"
+                },
                 "payment_multi": {
                     "label": "Types de paiement"
                 },
                 "sac_scale": {
                     "label": "Difficulté de la randonnée",
                     "options": {
-                        "alpine_hiking": "T4 : randonnée alpine",
-                        "demanding_alpine_hiking": "T5 : randonnée alpine exigeante",
-                        "demanding_mountain_hiking": "T3 : randonnée de montagne exigeante",
-                        "difficult_alpine_hiking": "T6 : randonnée alpine difficile",
-                        "hiking": "T1 : randonnée",
-                        "mountain_hiking": "T2 : randonnée de montagne"
+                        "alpine_hiking": "T4 : randonnée alpine",
+                        "demanding_alpine_hiking": "T5 : randonnée alpine exigeante",
+                        "demanding_mountain_hiking": "T3 : randonnée de montagne exigeante",
+                        "difficult_alpine_hiking": "T6 : randonnée alpine difficile",
+                        "hiking": "T1 : randonnée",
+                        "mountain_hiking": "T2 : randonnée de montagne"
                     },
                     "placeholder": "Randonnée de montagne, randonnée alpine…"
                 },
                 "site": {
                     "label": "Type de site"
                 },
+                "site_type": {
+                    "label": "Type de Site"
+                },
                 "smoking": {
                     "label": "Fumeur",
                     "options": {
-                        "dedicated": "Réservé aux fumeurs (ex. : club de fumeurs)",
+                        "dedicated": "Réservé aux fumeurs (ex. : club de fumeurs)",
                         "isolated": "Zone non-fumeur et fumeur dans des salles réservées, isolées physiquement",
                         "no": "Interdiction de fumer",
                         "outside": "Autorisé en extérieur",
                 "smoothness": {
                     "label": "Régularité du sol, aptitude à rouler sur la surface",
                     "options": {
-                        "bad": "À roues, robuste : VTT, voiture, pousse-pousse",
-                        "excellent": "À roulettes : rollers, patins, planche à roulettes",
-                        "good": "À roues fines : vélo de course",
+                        "bad": "À roues, robuste : VTT, voiture, pousse-pousse",
+                        "excellent": "À roulettes : rollers, patins, planche à roulettes",
+                        "good": "À roues fines : vélo de course",
                         "horrible": "Véhicule tout-terrain lourd",
                         "impassable": "Infranchissable / pas de véhicules à roues",
-                        "intermediate": "À roues : vélo de ville, fauteuil roulant, voiture avec faible garde au sol",
+                        "intermediate": "À roues : vélo de ville, fauteuil roulant, voiture avec faible garde au sol",
                         "very_bad": "Véhicule à garde au sol élevée, véhicule tout-terrain léger",
-                        "very_horrible": "Véhicule spécifique tout-terrain : tracteur, 4x4"
+                        "very_horrible": "Véhicule spécifique tout-terrain : tracteur, 4x4"
                     },
                     "placeholder": "Roulettes, roues, tout-terrain, …"
                 },
                     "options": {
                         "ALPR": "Lecture automatique de plaque d'immatriculation",
                         "camera": "Caméra de surveillance",
-                        "guard": "Humain : gardien, vigile"
+                        "guard": "Humain : gardien, vigile"
                     }
                 },
                 "surveillance/zone": {
                 "trail_visibility": {
                     "label": "Visibilité du sentier",
                     "options": {
-                        "bad": "Mauvais : pas de balisage, sentier parfois non visible",
-                        "excellent": "Excellent : chemin clairement identifiable ou balisage fréquent",
-                        "good": "Bon : balisage globalement visible",
-                        "horrible": "Horrible : sentier souvent non visible, nécessite de s'orienter",
-                        "intermediate": "Intermédiaire : peu de balisage, sentier identifiable",
-                        "no": "Non : pas de sentier visible, nécessite de bonnes compétences d'orientation"
+                        "bad": "Mauvais : pas de balisage, sentier parfois non visible",
+                        "excellent": "Excellent : chemin clairement identifiable ou balisage fréquent",
+                        "good": "Bon : balisage globalement visible",
+                        "horrible": "Horrible : sentier souvent non visible, nécessite de s'orienter",
+                        "intermediate": "Intermédiaire : peu de balisage, sentier identifiable",
+                        "no": "Non : pas de sentier visible, nécessite de bonnes compétences d'orientation"
                     },
                     "placeholder": "Excellent, bon, mauvais…"
                 },
                     "name": "Accessible aux services d'urgences"
                 },
                 "emergency/fire_alarm": {
-                    "name": "Boîte d'alarme incendie"
+                    "name": "Boîte d'alarme incendie",
+                    "terms": "Alarme, incendie, boîte, feu, sécurité"
                 },
                 "emergency/fire_extinguisher": {
                     "name": "Extincteur d'incendie",
                 },
                 "landuse/farmland": {
                     "name": "Zone agricole",
-                    "terms": "Terre agricole : cultures et élevage"
+                    "terms": "Terre agricole : cultures et élevage"
                 },
                 "landuse/farmyard": {
                     "name": "Cour de ferme",
                 },
                 "man_made/storage_tank": {
                     "name": "Réservoir de stockage",
-                    "terms": "Silo de stockage"
+                    "terms": "Silo de stockage,réservoir,citerne"
                 },
                 "man_made/surveillance": {
                     "name": "Caméra de surveillance",
                 },
                 "tourism/artwork": {
                     "name": "Œuvre d'art",
-                    "terms": "Œuvre d'art,Œuvre artistique,statue,peinture,sculpture,fresque,mosaïque"
+                    "terms": "Œuvre d'art,Œuvre artistique,statue,peinture,sculpture,fresque,mosaïque,graffiti"
                 },
                 "tourism/attraction": {
                     "name": "Attraction touristique",
                 "attribution": {
                     "text": "Termes & commentaires"
                 },
+                "description": "DigitalGlobe-Standard est un ensemble organisé d'images, fournies par Landsat, couvrant 86% de la surface de la Terre, avec une résolution de 30-60cm lorsque disponible. L'âge moyen de ces images est 2,31 ans, avec certaines régions mises à jour 2 fois par an.",
                 "name": "Images DigitalGlobe standard"
             },
             "DigitalGlobe-Standard-vintage": {
                 "description": "Cartographes et utilisateurs d'OpenStreetMap autour de Portland, ME",
                 "extendedDescription": "Maptime est, plutôt littéralement, l'heure de cartographier. Notre mission est d'ouvrir les portes des possibilités cartographiques à tous ceux qui sont intéressés par la création d'un temps et d'un espace collaboratif d'apprentissage, d'exploration et de création de cartes avec des outils et des technologies de cartographie."
             },
+            "us-ma-mailinglist": {
+                "name": "Liste de diffusion talk-us-massachusetts",
+                "description": "Il s'agit de la liste de diffusion pour la communauté du Massachusetts d'OSM"
+            },
             "OpenCleveland-meetup": {
                 "name": "Open Cleveland",
                 "description": "Améliorez OpenStreetMap dans la région de Cleveland",
                 "name": "OpenStreetMap NYC",
                 "description": "Cartographes et utilisateurs d'OpenStreetMap, développeurs et passionnés dans la région métropolitaine de New York"
             },
+            "OSM-Portland-forum": {
+                "name": "Groupe Google OpenStreetMap PDX",
+                "description": "Forum et liste de diffusion pour les utilisateurs d'OpenStreetMap dans la région de Portland",
+                "extendedDescription": "Ce groupe a pour objectif de faciliter les contributions à OpenStreetMap dans la région de Portland, Oregon, et de soutenir des applications comme Open Trip Planner."
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap Portland",
                 "description": "Cartographes et utilisateurs d'OpenStreetMap dans la région de Portland",
index 043ccc92724e3bbfe4d430d6160556bf7c97ea72..8a846417732a154a6c87878e9e4b029829719b45 100644 (file)
             },
             "browse": {
                 "title": "Buscar",
-                "description": "Desprazar e facer zoom no mapa."
+                "description": "Desprazar e ampliar o mapa."
             },
             "draw_area": {
-                "tail": "Fai clic para engadir vértices á túa área. Fai clic no primeiro vértice para finalizar a área."
+                "tail": "Fai clic para engadir nós á túa área. Fai clic no primeiro nó para finalizar a área."
             },
             "draw_line": {
-                "tail": "Fai clic para engadir máis vértices á liña. Fai clic noutras liñas para conectalas, e fai dobre clic para rematar a liña."
+                "tail": "Fai clic para engadir máis s á liña. Fai clic noutras liñas para conectalas, e fai dobre clic para rematar a liña."
             },
             "drag_node": {
                 "connected_to_hidden": "Isto non se pode editar xa que está conectado cun elemento oculto."
@@ -39,7 +39,7 @@
             "add": {
                 "annotation": {
                     "point": "Punto engadido.",
-                    "vertex": "Vértice engadido a unha vía.",
+                    "vertex": "Engadiuse un nó a unha vía.",
                     "relation": "Relación engadida."
                 }
             },
@@ -53,8 +53,8 @@
                 "key": "A",
                 "title": "Continuar",
                 "description": "Continuar esta liña.",
-                "not_eligible": "Ningunha liña se pode continuar aquí.",
-                "multiple": "Aquí pódense continuar varias liñas. Para escoller unha delas, pulsa a tecla de Maiúsculas e fai clic na liña para seleccionala.",
+                "not_eligible": "Ningunha liña pode continuar desde aquí.",
+                "multiple": "Desde aquí poden continuar varias liñas. Para escoller unha delas, preme a tecla de Maiúsculas e fai clic na liña para seleccionala.",
                 "annotation": {
                     "line": "Liña continuada.",
                     "area": "Área continuada."
@@ -77,8 +77,8 @@
                 },
                 "key": "O",
                 "annotation": {
-                    "line": "Liña redondeada.",
-                    "area": "Área redondeada."
+                    "line": "Facer unha liña redondeada.",
+                    "area": "Facer unha área circular."
                 },
                 "not_closed": "Isto non se pode redondear porque non é un bucle.",
                 "too_large": "Isto non se pode redondear porque non está completamente visible.",
@@ -95,8 +95,8 @@
                     "line": "Escuadradas as esquinas dunha liña.",
                     "area": "Escuadradas as esquinas dunha área."
                 },
-                "not_squarish": "Isto non se pode escuadrar porque non ten forma cadrada.",
-                "too_large": "Isto non se pode escuadrar porque non está completamente visible.",
+                "not_squarish": "Isto non se pode facer cadrado porque non ten forma cadrada.",
+                "too_large": "Isto non se pode facer cadrado porque non está completamente visible.",
                 "connected_to_hidden": "Isto non se pode facer cadrado xa que está conectado cun elemento oculto."
             },
             "straighten": {
                 },
                 "annotation": {
                     "point": "Punto borrado.",
-                    "vertex": "Eliminado un nodo dunha vía.",
+                    "vertex": "Borrouse un nó dunha vía.",
                     "line": "Liña borrada",
                     "area": "Área borrada.",
                     "relation": "Relación borrada.",
                     "multiple": "Estes elementos non poden ser borrados porque non son totalmente visibles."
                 },
                 "incomplete_relation": {
-                    "single": "Este elemento non pode ser eliminado porque aínda non foi completamente baixado.",
-                    "multiple": "Estes elementos non poden ser eliminados por non estar totalmente baixados."
+                    "single": "Este elemento non se pode borrar porque aínda non se acabou de descargar.",
+                    "multiple": "Este elementos non se pode borrar porque aínda non se acabou de descargar."
                 },
                 "part_of_relation": {
-                    "single": "Este elemento non pode ser eliminado porque é parte dunha relación maior. Debes primeiro eliminalo da relación.",
-                    "multiple": "Estes elementos non poden ser eliminados porque son parte de relacións maiores. Debes en primeiro lugar eliminalos das relacións."
+                    "single": "Este elemento non se pode borrar porque forma parte dunha relación maior. Primeiro tes que eliminalo desa relación.",
+                    "multiple": "Este elementos non se pode borrar porque forma parte dunha relación maior. Primeiro tes que eliminalo desa relación."
                 },
                 "connected_to_hidden": {
-                    "single": "Este elemento non poden ser borrado porque está conectado cun elemento agochado.",
-                    "multiple": "Estes elementos non poden ser borrados porque conectan con elementos agochados."
+                    "single": "Este elemento non se pode borrar porque está conectado cun elemento agochado.",
+                    "multiple": "Estes elementos non se pode borrar porque conectan con elementos agochados."
                 }
             },
             "add_member": {
-                "annotation": "Membro engadido a unha relación."
+                "annotation": "Engadiuse un membro a unha relación."
             },
             "delete_member": {
-                "annotation": "Membro quitado dunha relación."
+                "annotation": "Retirouse un membro a unha relación."
             },
             "connect": {
                 "annotation": {
-                    "point": "Conectada unha vía a un punto.",
-                    "vertex": "Conectada unha vía a outra.",
-                    "line": "Conectada unha vía a unha liña.",
-                    "area": "Conectada unha vía a unha área."
+                    "point": "Conectouse unha vía a un punto.",
+                    "vertex": "Conectouse unha vía coa outra.",
+                    "line": "Conectouse unha vía a unha liña.",
+                    "area": "Conectouse unha vía a unha área."
                 },
-                "relation": "Estes elementos non se poden conectar porque teñen roles de relación contraditorios.",
-                "restriction": "Estes elementos non se poden conectar porque se danaría a relación \"{relation}\"."
+                "relation": "Estes elementos non se poden conectar porque teñen uns roles asociados que se contradín.",
+                "restriction": "Estes elementos non se poden conectar porque afectaría á relación \"{relation}\"."
             },
             "disconnect": {
                 "title": "Desconectar",
-                "description": "Desconectar estas liñas/áreas entre si.",
+                "description": "Desconectar estas liñas/áreas unha da outra.",
                 "key": "D",
                 "annotation": "Liñas/áreas desconectadas.",
-                "not_connected": "Aquí non hai liñas/áreas suficientes para poder desconectar.",
+                "not_connected": "Aquí non hai liñas/áreas suficientes como para poder desconectar.",
                 "connected_to_hidden": "Isto non se pode desconectar xa que está conectado cun elemento oculto.",
                 "relation": "Isto non pode ser desconectado porque liga os membros dunha relación."
             },
             "merge": {
                 "title": "Unir.",
-                "description": "Unir estos elementos.",
+                "description": "Unir estes elementos.",
                 "key": "C",
                 "annotation": "Unidos {n} elementos.",
                 "not_eligible": "Estes elementos non se poden unir.",
-                "not_adjacent": "Estos elementos non se poden fusionar porque os seus extremos non están ligados.",
-                "restriction": "Estes elementos non se poden combinar porque se danaría a relación \"{relation}\".",
+                "not_adjacent": "Estes elementos non se poden unir porque os seus extremos non están ligados.",
+                "restriction": "Estes elementos non se poden unir porque se danaría a relación \"{relation}\".",
                 "relation": "Estes elementos non se poden combinar porque teñen roles de relación contraditorios.",
                 "incomplete_relation": "Estes elementos non se poden unir porque cando menos un deles non se descargou completamente.",
                 "conflicting_tags": "Estes elementos non se poden unir porque algunhas das súas etiquetas teñen valores contraditorios."
                 "key": "M",
                 "annotation": {
                     "point": "Punto movido.",
-                    "vertex": "Movido un vértice a unha vía.",
+                    "vertex": "Moveuse un nó nunha vía.",
                     "line": "Liña movida.",
                     "area": "Área movida.",
                     "multiple": "Movidos múltiplos elementos."
                 },
                 "incomplete_relation": {
                     "single": "Este elemento non pode ser movido porque non foi completamente baixado.",
-                    "multiple": "Estes elementos non ponden ser movidos poque non foron completamente baixados."
+                    "multiple": "Estes elementos non poden ser movidos porque non foron completamente baixados."
                 },
                 "too_large": {
                     "single": "Este elemento non pode ser movido porque actualmente non é completamente visible.",
                     "multiple": "Estes elementos non poden ser movidos porque actualmente non son completamente visibles."
                 },
                 "connected_to_hidden": {
-                    "single": "Este elemento non pode ser movido proque está ligado a un elemento agochado.",
+                    "single": "Este elemento non pode ser movido porque está ligado a un elemento agochado.",
                     "multiple": "Estes elementos non poden ser movidos porque están ligados a elementos agochados."
                 }
             },
                 },
                 "description": {
                     "long": {
-                        "single": "Reflexar este elemento a través do seu eixo lonxitudinal.",
-                        "multiple": "Reflexar estes elementos a través do seu eixo lonxitudinal."
+                        "single": "Reflectir este elemento a través do seu eixo lonxitudinal.",
+                        "multiple": "Reflectir estes elementos a través do seu eixo lonxitudinal."
                     },
                     "short": {
-                        "single": "Reflexar este elemento a través do seu eixo curto.",
-                        "multiple": "Reflexar estes elementos a través dos seus eixos curtos."
+                        "single": "Reflectir este elemento a través do seu eixo curto.",
+                        "multiple": "Reflectir estes elementos a través dos seus eixos curtos."
                     }
                 },
                 "key": {
                 },
                 "annotation": {
                     "long": {
-                        "single": "Reflexado un elemento ao través do eixo lonxitudinal.",
-                        "multiple": "Reflexados mútiplos elementos a través dos eixos lonxitudinais."
+                        "single": "Reflectido un elemento ao través do eixo lonxitudinal.",
+                        "multiple": "Reflectidos múltiples elementos a través dos eixos lonxitudinais."
                     },
                     "short": {
-                        "single": "Reflexado o elemento ao través do eixo curto.",
-                        "multiple": "Reflexados múltiples elementos a través dos seus eixos curtos."
+                        "single": "Reflectido o elemento ao través do eixo curto.",
+                        "multiple": "Reflectidos múltiples elementos a través dos seus eixos curtos."
                     }
                 },
                 "incomplete_relation": {
-                    "single": "Este elemento non pode ser reflexado porque non foi completamente baixado.",
-                    "multiple": "Estes elementos non poden ser reflexados porque non foron completamente baixados."
+                    "single": "Este elemento non pode ser reflectido porque non foi completamente baixado.",
+                    "multiple": "Estes elementos non poden ser reflectidos porque non foron completamente baixados."
                 },
                 "too_large": {
-                    "single": "Este elemento non pode ser reflexado porque actualmente non está completamente visible.",
-                    "multiple": "Estes elementos non poden ser reflexados porque actualmente non están completamente visibles."
+                    "single": "Este elemento non pode ser reflectidos porque actualmente non está completamente visible.",
+                    "multiple": "Estes elementos non poden ser reflectidos porque actualmente non están completamente visibles."
                 },
                 "connected_to_hidden": {
-                    "single": "Este elemento non pode ser reflexado porque está ligado a un elemento agochado.",
-                    "multiple": "Estes elementos non poden ser reflexados porque algúns están ligados a elementos agochados."
+                    "single": "Este elemento non pode ser reflectidos porque está ligado a un elemento agochado.",
+                    "multiple": "Estes elementos non poden ser reflectidos porque algúns están ligados a elementos agochados."
                 }
             },
             "rotate": {
                 "title": "Rotar.",
                 "description": {
                     "single": "Rotar este elemento ao redor do seu punto central.",
-                    "multiple": "Rotar estos elementos ao redor dos seus puntos centrais."
+                    "multiple": "Rotar estes elementos ao redor dos seus puntos centrais."
                 },
                 "key": "R",
                 "annotation": {
             "split": {
                 "title": "Dividir",
                 "description": {
-                    "line": "Dividir esta liña en dúas neste vértice.",
+                    "line": "Dividir esta liña en dúas neste .",
                     "area": "Dividir o límite desta área en dous.",
-                    "multiple": "Dividir as liñas/límites da área en dous neste vértice"
+                    "multiple": "Dividir en dous as liñas/límites da área neste nó."
                 },
                 "key": "X",
                 "annotation": {
                 "distance": "Distancia",
                 "distance_up_to": "Ata {distance}",
                 "via": "A través de",
-                "via_node_only": "Só nodo",
+                "via_node_only": "Só nó",
                 "via_up_to_one": "Ata 1 vía",
                 "via_up_to_two": "Ata 2 vías"
             },
             "localized_translation_name": "Nome"
         },
         "zoom_in_edit": "Fai zoom para editar",
-        "login": "loguear",
-        "logout": "saír",
+        "login": "Acceder",
+        "logout": "Saír",
         "loading_auth": "Conectando con OpenStreetMap...",
-        "report_a_bug": "Reportar bug",
+        "report_a_bug": "Informar do erro",
         "help_translate": "Axuda a traducir",
         "feature_info": {
             "hidden_warning": "{count} elementos agochados",
             "error": "Non se puido conectar coa API.",
             "offline": "A API non está en liña. Por favor, intenta editar máis tarde.",
             "readonly": "A API está en modo de só lectura. Necesitarás esperar para gardar os teus cambios.",
-            "rateLimit": "A API limita conexións anónimas. Podes evitar isto logueándote."
+            "rateLimit": "A API limita conexións anónimas. Podes evitar isto rexistrándote."
         },
         "commit": {
             "title": "Subir a OpenStreetMap",
                 "location": "Localización",
                 "metric": "Métrico",
                 "imperial": "Imperial",
-                "node_count": "Número de nodos"
+                "node_count": "Número de nós"
             }
         },
         "geometry": {
             "role": "Rol",
             "choose": "Escolle o tipo de elemento",
             "results": "{n} resultados para {search}",
-            "reference": "Ver na Wiki de OpenStreetMap",
+            "reference": "Ver na wiki de OpenStreetMap",
             "back_tooltip": "Trocar tipo de elemento",
             "remove": "Eliminar",
             "search": "Buscar",
-            "multiselect": "Elexir elementos",
+            "multiselect": "Elixir elementos",
             "unknown": "Descoñecido",
             "incomplete": "<non descargado>",
             "feature_list": "Buscar elementos",
             },
             "add": "Engadir",
             "none": "Ningún",
-            "node": "Vértice",
+            "node": "",
             "way": "Vía",
             "relation": "Relación",
             "location": "Localización",
             "switch": "Voltar a este fondo",
             "custom": "Personalizado",
             "custom_button": "Editar fondo personalizado",
-            "custom_prompt": "Introducir unha plantilla URL de mosaico. Os tokens válidos son:\n   - {zoom}/{z}, {x}, {y} para o esquema de mosaico Z/X/Y\n   - {-y} ou {ty} para coordenadas Y invertidas estilo TMS\n   - {u} para o esquema quadtile\n   - {switch:a,b,c} para multiplexado de servidores DNS\n\nExemplo:\n{example}",
+            "custom_prompt": "Introducir un modelo URL de mosaico. Os tokens válidos son:\n   - {zoom}/{z}, {x}, {y} para o esquema de mosaico Z/X/Y\n   - {-y} ou {ty} para coordenadas Y invertidas estilo TMS\n   - {u} para o esquema quadtile\n   - {switch:a,b,c} para multiplexado de servidores DNS\n\nExemplo:\n{example}",
             "overlays": "Superposicións",
             "imagery_source_faq": "Información das imaxes/Informar dun problema",
             "reset": "reiniciar",
                 "key": "/"
             },
             "fix_misalignment": "Axustar offset da imaxe",
-            "offset": "Arrastre en calquera parte da área gris de embaixo para axustar o desplazamento de imaxes ou ingrese os valores de desplazamento en metros."
+            "offset": "Arrastre en calquera parte da área gris de embaixo para axustar o desplazamento de imaxes ou ingrese os valores de desprazamento en metros."
         },
         "map_data": {
             "title": "Datos de mapa",
                 "osm": {
                     "tooltip": "Datos de mapa do OpenStreetMap",
                     "title": "Datos OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Nota de datos de OpenStreetMap",
+                    "title": "Notas de OpenStreetMap"
                 }
             },
             "fill_area": "Encher as áreas",
             "no_changes": "Non hai cambios para gardar.",
             "error": "Houbo erros ao se intentar gardar. ",
             "status_code": "O servidor devolveu a referencia de estado {code}",
-            "unknown_error_details": "Asegúrate de que estás conectado a internet.",
+            "unknown_error_details": "Asegúrate de que estás conectado a Internet.",
             "uploading": "Subindo trocos a OpenStreetMap...",
             "conflict_progress": "Comprobando conflitos: {num} de {total}",
             "unsaved_changes": "Tes cambios sen gardar",
             "conflict": {
                 "deleted": "Este elemento foi borrado por {user}.",
                 "location": "Este elemento foi movido por ambos ti e {user}.",
-                "nodelist": "Este obxecto cambiáchedelo ti e {user}.",
+                "nodelist": "Os nós cambiástelos tanto ti coma {user}.",
                 "memberlist": "Os elementos da relación modificáronnos {user} e máis vostede,",
                 "tags": "Cambiaches a etiqueta  <b>{tag}</b> a \"{local}\" e {user} cambiouna para \"{remote}\"."
             }
         },
         "splash": {
             "welcome": "Benvido ao editor de OpenStreetMap iD",
-            "text": "iD é unha amigable pero potente ferramenta para contribuir ao mellor mapa libre do mundo. Esta é a versión {version}. Para obter máis información visita {website} e informa de erros en {github}.",
+            "text": "iD é unha amigable pero potente ferramenta para contribuír ao mellor mapa libre do mundo. Esta é a versión {version}. Para obter máis información visita {website} e informa de erros en {github}.",
             "walkthrough": "Comezar o titorial",
             "start": "Editar agora"
         },
             "untagged_area_tooltip": "Escolle un tipo de elemento que describa o que é esta área.",
             "untagged_relation": "Relación sen etiquetar",
             "untagged_relation_tooltip": "Escolle un tipo de elemento que describa o que é esta relación.",
-            "many_deletions": "Estás borrando {n} elementos: {p} nodos, {l} liñas, {a} áreas e {r} relacións. Estás seguro de querer facelo? Esta acción eliminaraos do mapa e ninguén os verá en openstreetmap.org.",
+            "many_deletions": "Estás borrando {n} elementos: {p} nós, {l} liñas, {a} áreas e {r} relacións. Estás seguro de querer facelo? Esta acción eliminaraos do mapa e ninguén os verá en openstreetmap.org.",
             "tag_suggests_area": "A etiqueta {tag} suxire que a liña debería ser unha área, pero non é unha área.",
             "deprecated_tags": "Etiquetas obsoletas: {tags}"
         },
         "cannot_zoom": "Non se pode reducir máis no modo actual.",
         "full_screen": "Pasar a pantalla completa",
         "gpx": {
-            "local_layer": "Arquivo local",
+            "local_layer": "Engadir un GPX",
             "drag_drop": "Arrastra e solta un ficheiro .gpx, .geojson ou .kml sobre a páxina, ou fai clic no botón da dereita para buscalo",
             "zoom": "Zoom na capa",
-            "browse": "Buscar un arquivo"
+            "browse": "Buscar un ficheiro"
+        },
+        "mvt": {
+            "local_layer": "Engadir un MVT",
+            "drag_drop": "Arrastra e solta un ficheiro .mvt ou .pbf sobre a páxina, ou fai clic no botón da dereita para buscalo",
+            "zoom": "Ampliar á capa",
+            "browse": "Buscar un ficheiro"
         },
         "streetside": {
             "tooltip": "Fotos Streetside de Microsoft",
             "title": "Superposición de fotos (Bing Streetside)",
-            "report": "Informar dun problema de privacidade con esta imaxe"
+            "report": "Informar dun problema de privacidade con esta imaxe",
+            "view_on_bing": "Ver en Bing Maps",
+            "hires": "Alta resolución"
         },
         "mapillary_images": {
             "tooltip": "Fotos ao nivel da rúa de Mapillary",
         "openstreetcam": {
             "view_on_openstreetcam": "Ver esta imaxe en OpenStreetCam"
         },
+        "note": {
+            "note": "Nota",
+            "title": "Editar nota",
+            "anonymous": "anónimo",
+            "closed": "(Pechado)",
+            "commentTitle": "Comentarios",
+            "newComment": "Novo comentario",
+            "inputPlaceholder": "Introducir un comentario para compartir con outros usuarios.",
+            "close": "Pechar a nota",
+            "open": "Volver a abrir a nota",
+            "comment": "Comentar",
+            "close_comment": "Pechar e comentar",
+            "open_comment": "Volver a abrir e comentar",
+            "report": "Informar dun problema",
+            "login": "Debe acceder para poder facer cambios ou comentarios nesta nota.",
+            "upload_explanation": "Os seus comentarios serán públicos e visibles para calquera usuario de OpenStreetMap.",
+            "upload_explanation_with_user": "Os seus comentarios como  {user} serán públicos e visibles para todos os usuarios de OpenStreetMap."
+        },
         "help": {
             "title": "Axuda",
             "key": "H",
             "help": {
                 "title": "Axuda",
-                "welcome": "Benvido ao editor iD para [OpenStreetMap] (https://www.openstreetmap.org/). Con este editor podes actualizar OpenStreetMap directamente desde o teu navegador."
+                "welcome": "Benvido ao editor iD para [OpenStreetMap] (https://www.openstreetmap.org/). Con este editor podes actualizar OpenStreetMap directamente desde o teu navegador.",
+                "open_data_h": "Abrir datos",
+                "before_start_h": "Antes de que comeces",
+                "open_source_h": "Código aberto"
+            },
+            "overview": {
+                "title": "Resumo",
+                "navigation_h": "Navegación",
+                "navigation_zoom": "Podes facer ampliar ou afastarte dunha zona arrastrando co ratón ou trackpad, ou premendo nos botóns de {plus}/{minus} que aparecen no lateral do mapa. Ademais podes empregar as teclas  `+`, `-` .",
+                "features_h": "Características do mapa",
+                "features": "Usámola palabra *elementos* para describir as cousas que aparecen no mapa, como estradas, construcións ou puntos de interese. Calquera cousa do mundo real poden cartografarse como un elemento en OpenStreetMap. Os elementos do mapa represéntanse usando *puntos*, *liñas* ou *áreas*.",
+                "nodes_ways": "En OpenStreetMap, aos puntos ás veces chámaselles *nós*, e as liñas e áreas *camiños*."
+            },
+            "editing": {
+                "title": "Editar e gardar",
+                "select_h": "Seleccionar",
+                "multiselect_h": "Selección múltiple",
+                "undo_redo_h": "Desfacer e refacer",
+                "save_h": "Gardar",
+                "upload_h": "Subir",
+                "backups_h": "Copias de seguridade automáticas",
+                "keyboard_h": "Atallos de teclado"
+            },
+            "feature_editor": {
+                "title": "Editor preferido",
+                "type_h": "Tipo preferido",
+                "fields_h": "Campos",
+                "tags_h": "Etiquetas"
+            },
+            "points": {
+                "title": "Puntos",
+                "add_point_h": "Engadindo puntos",
+                "move_point_h": "Movendo puntos",
+                "delete_point_h": "Eliminando puntos"
+            },
+            "lines": {
+                "title": "Liñas",
+                "add_line_h": "Engadindo liñas",
+                "modify_line_h": "Modificando as liñas",
+                "connect_line_h": "Conectando as liñas",
+                "disconnect_line_h": "Desconectando as liñas",
+                "move_line_h": "Movendo as liñas",
+                "delete_line_h": "Eliminando as liñas"
+            },
+            "areas": {
+                "title": "Áreas",
+                "point_or_area_h": "Puntos ou áreas?",
+                "add_area_h": "Engadindo áreas",
+                "square_area_h": "Esquinas cadradas",
+                "modify_area_h": "Modificando áreas",
+                "delete_area_h": "Eliminando áreas"
+            },
+            "relations": {
+                "title": "Relacións",
+                "edit_relation_h": "Editando as relacións",
+                "maintain_relation_h": "Mantendo as relacións",
+                "relation_types_h": "Tipos de relacións",
+                "multipolygon_h": "Multipolígonos",
+                "turn_restriction_h": "Cambiar as restricións",
+                "route_h": "Rutas",
+                "boundary_h": "Fronteiras"
+            },
+            "imagery": {
+                "title": "Imaxe de fondo",
+                "sources_h": "Fontes de imaxes"
+            },
+            "streetlevel": {
+                "title": "Fotos a nivel de rúa",
+                "using_h": "Usando as fotos a nivel de rúa"
+            },
+            "gps": {
+                "title": "Pistas de GPS",
+                "using_h": "Usando as pistas de GPS"
             },
             "field": {
                 "restrictions": {
                     "title": "Axuda das restricións de xiro",
                     "about": {
                         "title": "Acerca de",
-                        "about": "Este campo permíteche inspecionar e modificar restricións de xiro. Mostra un modelo da intersección seleccionada, incluíndo outras estradas conectadas próximas.",
+                        "about": "Este campo permíteche inspeccionar e modificar restricións de xiro. Mostra un modelo da intersección seleccionada, incluíndo outras estradas conectadas próximas.",
                         "from_via_to": "Unha restrición de xiro sempre contén: unha **vía DESDE**, unha **vía CARA A** e un **nodo A TRAVÉS DE** ou unha ou varias **vías A TRAVÉS DE**.",
                         "maxdist": "A barra de desprazamento \"{distField}\" controla ata onde se vai buscar por máis estradas conectadas.",
-                        "maxvia": "A barra de desprazamento \"{viaField}\" axusta cántas vías intermedias poden ser incluídas na busca. (Consello: canto máis simple, mellor)"
+                        "maxvia": "A barra de desprazamento \"{viaField}\" axusta cantas vías intermedias poden ser incluídas na busca. (Consello: canto máis simple, mellor)"
                     },
                     "inspecting": {
-                        "title": "Inspecionar",
+                        "title": "Inspeccionar",
                         "about": "Sitúate sobre calquera segmento **DESDE** para ver se ten restricións de xiro. Cada destino **CARA A** posible debuxarase cunha sombra coloreada indicando se existe algunha restrición de xiro.",
                         "from_shadow": "{fromShadow} **segmento DESDE**",
                         "allow_shadow": "{allowShadow} **CARA A permitido**",
                     },
                     "modifying": {
                         "title": "Modificar",
-                        "about": "Para modificar restricións de xiro, primeiro fai clic en calquera segmento **DESDE** para selecionalo. O segmento selecionado parpadeará, e todos os destinos **CARA A** posibles mostraranse como símbolos de xiro.",
+                        "about": "Para modificar restricións de xiro, primeiro fai clic en calquera segmento **DESDE** para seleccionalo. O segmento seleccionado parpadeará, e todos os destinos **CARA A** posibles mostraranse como símbolos de xiro.",
                         "indicators": "Logo, fai clic nun símbolo de xiro para alternalo entre \"Permitido, \"Prohibido\" e \"Obrigatorio\".",
                         "allow_turn": "{allowTurn} **CARA A permitido**",
                         "restrict_turn": "{restrictTurn} **CARA A prohibido**",
                         "simple": "**Intenta usar restricións simples en lugar de restricións máis complexas.**",
                         "simple_example": "Por exemplo, se podes establecer o elemento intermedio simplemente cun nodo, evita facelo cunha vía.",
                         "indirect": "**Algunhas restricións mostran o texto \"(indirecta)\" e aparecen cunha cor máis tenue.**",
-                        "indirect_example": "Estas restricións existen debido a outra restrición cercana. Por exemplo, unha restrición de \"Obrigatorio seguir recto\" creará indirectamente restricións de \"Prohibido xirar\" para tódalas demáis rutas da intersección.",
-                        "indirect_noedit": "Non podes modificar restricións indirectas. En lugar diso, modifica a restrición directa cercana."
+                        "indirect_example": "Estas restricións existen debido a outra restrición cercana. Por exemplo, unha restrición de \"Obrigatorio seguir recto\" creará indirectamente restricións de \"Prohibido xirar\" para tódalas demais rutas da intersección.",
+                        "indirect_noedit": "Non podes modificar restricións indirectas. En lugar diso, modifica a restrición directa próxima."
                     }
                 }
             }
                 "practice": "Tódolos datos nesta explicación paso a paso son para practicar, e as edicións que se fan non serán gardadas.",
                 "words": "Esta explicación paso a paso vai introducir algúns novos conceptos. Cando introducimos unha nova palabra, usaremos *cursiva*.",
                 "mouse": "Podes empregar calquera dispositivo de entrada para editar o mapa, mais este paso a paso asume que ten un rato con botóns esquerdo e dereito non necesario en mac. **Se queres conectar un rato, faino agora, a continuación, prema en OK.**",
-                "leftclick": "Cando no tutorial se lle pida facer clic ou facer dobre clic, refírese ao botón esquerdo. Nun trackpad debe facerse un clic sinxelo ou toque cun dedo. **Clic esquerdo {num} veces.**",
+                "leftclick": "Cando no titorial se lle pida facer clic ou facer dobre clic, refírese ao botón esquerdo. Nun trackpad debe facerse un clic sinxelo ou toque cun dedo. **Clic esquerdo {num} veces.**",
                 "rightclick": "Ás veces pedimos facer clic co botón dereito. Debe facerse ás veces como control esquerdo ou dous dedos nun trackpad. O teclado ata pode ter unha tecla \"menú\" que funciona como botón dereito do rato.  **Clic dereito {num} veces.**",
                 "chapters": "Es bo meu! Podes usar os botóns de abaixo para saltar capítulos en calquera momento ou para reiniciar un capítulo se queda preso. Imos comezar! **Prema '{next}'  para continuar. **"
             },
                 "title": "Navegación",
                 "drag": "A zona principal do mapa mostra os datos do OpenStreetMap enriba dun fondo. {br} Pode arrastrar o mapa premendo e sostendo o botón esquerdo do rato mentres move o rato arredor. Tamén pode usar as frechas do teclado. ** Arrastre o mapa! **",
                 "zoom": "Podes facer zoom fora da zona de desprazamento coa roda do rato ou o trackpad, ou premendo nos botóns  {plus} / {minus}. **Fai zoom no mapa!**",
-                "features": "Usámola palabra *elementos* para describir as cousas que aparecen no mapa. Calquer cousa do mundo real poden mapearse como un elemento en OpenStreetMap.",
+                "features": "Usámola palabra *elementos* para describir as cousas que aparecen no mapa. Calquera cousa do mundo real pode cartografarse como un elemento en OpenStreetMap.",
                 "points_lines_areas": "Os elementos do mapa están representados empregando *puntos, liñas ou áreas.*",
                 "nodes_ways": "Ás veces, en OpenStreetMap os puntos son chamados *nodos*, e as liñas e áreas son chamadas *vías*.",
                 "click_townhall": "Tódolos elementos do mapa poden ser seleccionados facendo clic neles.  **Fai clic sobre o punto para seleccionalo.**",
-                "selected_townhall": "Meu! O punto está agora seleccionado. Os elementos seleccionados son deseñados cun brillo pulsante.",
+                "selected_townhall": "Meu! O punto está agora seleccionado. Os elementos seleccionados son deseñados cun brillo escintilante.",
                 "editor_townhall": "Cando os elementos son seleccionados, o *editor de elementos* é amosado ao lado do mapa.",
                 "preset_townhall": "A parte alta do editor de elementos amosa o tipo de elemento. Este punto é o {preset}.",
                 "fields_townhall": "A parte media do editor de elementos conten *campos* que mostran os atributos do elemento, tales como o nome e enderezo.",
             "points": {
                 "title": "Puntos",
                 "add_point": "Os *puntos* poden ser empregados para representar elementos tales como tendas, restaurantes e monumentos.{br}Marcan a localización específica e describen que son. **Pincha no botón {button} Punto para engadir un novo punto.**",
-                "place_point": "Para poñer o novo punto no mapa, sitúa o cursor do rato onde o debería estar o punto, e logo fai clic co botón esquerdo ou preme a barra espaciadora. **Move o punteiro do rato sobre este edificio, entón fai clic co botón esquerdo ou preme a barra espaciadora.**",
+                "place_point": "Para poñer o novo punto no mapa, sitúa o cursor do rato onde o debería estar o punto, e logo fai clic co botón esquerdo ou preme a barra espaciadora. **Move o punteiro do rato sobre este edificio, entón fai clic co botón esquerdo ou preme a barra de espazo**",
                 "search_cafe": "Hai moitos elementos diferentes que se poden representar como puntos. O punto que acabas de engadir é unha cafetería. **Busca '{preset}'.**",
                 "choose_cafe": "**Escolle {preset} da lista.**",
                 "feature_editor": "O punto está marcado agora como unha cafetería. Usando o editor de elementos, podemos engadir máis información sobre a cafetería.",
                 "add_name": "En OpenStreetMap tódolos campos son opcionais, e non está mal deixar un campo en branco se non estás seguro del.{br}Imos supoñer que tes coñecemento local sobre esta cafetería e coñeces o nome. **Engade o nome da cafetería.**",
-                "add_close": "O editor de elementos lembrará tódolos trocos automáticamente. **Cando remates de engadir o nome, pulsa Esc, Enter, ou fai clic no botón {button} para pechar o editor de elementos.**",
+                "add_close": "O editor de elementos lembrará tódolos trocos automaticamente. **Cando remates de engadir o nome, pulsa Esc, Enter, ou fai clic no botón {button} para pechar o editor de elementos.**",
                 "reselect": "A miúdo os puntos xa existen, pero teñen erros ou están incompletos. Podemos editar puntos existentes. **Selecciona a cafetería que acabas de crear.**",
                 "update": "Imos cubrir algúns detalles sobre esta cafetería. Podes cambiar o seu nome, engadir o tipo de cociña, ou engadir un enderezo. **Cambiar a información do café.**",
-                "update_close": "**Cando remates de actualizar o café, pulsa escape, enter, ou fai click no botón  {button}  para pechar o editor de elementos.**",
+                "update_close": "**Cando remates de actualizar o café, pulsa escape, enter, ou fai clic no botón  {button}  para pechar o editor de elementos.**",
                 "rightclick": "Podes facer clic co botón dereito en calquera elemento para ver o *menú de edición*, o cal amosa unha listaxe de operacións de edición dispoñibles. **Fai clic co botón dereito para seleccionar o punto que creaches e amosar o menú de edición.**",
-                "delete": "Está ben borrar elementos que non existen no mundo real.{br}Borrando un elemento de OpenStreetMap quítalo do mapa que todos usan, polo tanto debes estar certo de que un elemento realmente non existe antes de borralo. **Clica no botón {button} para borrar o punto.**",
+                "delete": "Está ben borrar elementos que non existen no mundo real.{br}Borrando un elemento de OpenStreetMap quítalo do mapa que todos usan, polo tanto debes estar certo de que un elemento realmente non existe antes de borralo. **Preme no botón {button} para borrar o punto.**",
                 "undo": "Sempre podes desfacer calquera modificación mentres non gardes as túas edicións en OpenStreetMap. **Fai clic no botón {button} para anular a eliminación volver a ter o punto.**",
                 "play": "Agora que xa sabes como crear e editar puntos, tenta crear uns poucos puntos máis para practicar! **Canto esteas preparado para continuar co novo capítulo, fai clic en '{next}'.**"
             },
             "areas": {
                 "title": "Áreas",
                 "add_playground": "As *áreas* son usadas para amosar límites de elementos tales como lagoas, edificios e zonas residenciais.{br}Tamén poden ser empregadas para cartografar con maior detalle moitos dos elementos que normalmente cartografarías como puntos. **Fai clic no botón {button} Área para engadir unha nova área.**",
-                "start_playground": "Engadamos este parque infantil ao mapa debuxando unha área. As áreas debúxanse colocando *nodos* ao longo do bordo exterior do elemento. **Fai clic ou preme a barra espaciadora para poñer un nodo inicial nunha das esquinas do parque infantil.**",
-                "continue_playground": "Continúa debuxando a área colocando máis nodos ao longo do bordo do parque infantil. Está ben conectar a área cos camiños peonís existentes.{br}Consello: podes manter presa a tecla '{alt}' para evitar que os nodos se conecten nos elemetos próximos. **Continúa a debuxar a área do parque infantil.**",
+                "start_playground": "Engadamos este parque infantil ao mapa debuxando unha área. As áreas debúxanse colocando *nodos* ao longo do bordo exterior do elemento. **Fai clic ou preme a barra de espazo para poñer un nodo inicial nunha das esquinas do parque infantil.**",
+                "continue_playground": "Continúa debuxando a área colocando máis nodos ao longo do bordo do parque infantil. Está ben conectar a área cos camiños peonís existentes.{br}Consello: podes manter presa a tecla '{alt}' para evitar que os nodos se conecten nos elementos próximos. **Continúa a debuxar a área do parque infantil.**",
                 "finish_playground": "Remata a área premendo enter, ou facendo clic outra vez no último ou no primeiro nodo. **Remata de debuxar a área para o parque infantil.**",
                 "search_playground": "**Busca '{preset}'.**",
                 "choose_playground": "**Elixe {preset} da lista.**",
                 "title": "Liñas",
                 "add_line": "As *liñas* empréganse para representar elementos tales como estradas, vías ou ríos. **Fai clic no botón {button} Liña para engadir unha nova liña.**",
                 "start_line": "Aquí está unha estada incompleta. Debemos engadila!{br}En OpenStreetMap, as liñas deben ser debuxadas polo centro da estrada. Podes mover e facer zoom no mapa mentres debuxas, se é necesario. **Inicia a nova liña facendo clic no punto final superior desta estrada incompleta.**",
-                "intersect": "Fai clic ou preme a barra espaciadora para engadir máis nodos á liña.{br}As estradas e moitos outros tipos de liñas forman parte dun rede máis grande. É importante que esas liñas estean correctamente ligadas para que as aplicacións de enrutamento poidan funcionar. **Fai clic sobre {name} para crear a intersección e ligar as dúas liñas.**",
+                "intersect": "Fai clic ou preme a barra de espazo para engadir máis nodos á liña.{br}As estradas e moitos outros tipos de liñas forman parte dun rede máis grande. É importante que esas liñas estean correctamente ligadas para que as aplicacións de enrutamento poidan funcionar. **Fai clic sobre {name} para crear a intersección e ligar as dúas liñas.**",
                 "retry_intersect": "A estrada necesita ligar con {name}. Volve tentalo!",
                 "continue_line": "Continúa debuxando a liña para a nova estrada. Lembra que podes mover e facer zoom no mapa se o necesitas.{br}Cando remates de debuxar fai clic no último nodo outra vez. **Remata de debuxar a estrada.**",
                 "choose_category_road": "**Escolla {category} na lista.**",
                 "choose_preset_residential": "Hai varios tipos diferentes de estradas, pero esta é unha rúa residencial. **Escolle o tipo {preset}.**",
-                "retry_preset_residential": "Non seleccionales o tipo {preset}. **Fai clic aquí para volver a elixir.**",
+                "retry_preset_residential": "Non seleccionaches o tipo {preset}. **Fai clic aquí para volver a elixir.**",
                 "name_road": "**Dálle un nome á estrada, logo pulsa escape, enter, ou fai clic no botón {button} para pechar o editor de elementos.**",
                 "did_name_road": "Parece Bo! Agora aprenderemos como actualizar as formas dunha liña.",
                 "update_line": "Algunhas veces necesitaremos cambiar a forma dunha liña existente. Aquí hai unha estrada que non parece correcta.",
                 "start_drag_endpoint": "Cando unha liña estea seleccionada podes mover calquera dos seus nodos facendo clic e mantendo o botón esquerdo do rato mentres arrastras. **Arrastra o punto final no lugar onde as estradas deberían intersectar.**",
                 "finish_drag_endpoint": "Este lugar parece bo. **Solta o botón esquerdo para rematar de arrastrar.**",
                 "start_drag_midpoint": "Móstranse pequenos triángulos nos *puntos intermedios* entre os nodos. Outra forma de crear novos nodos é arrastrando un punto intermedio cara unha nova localización. **Arrastra o triángulo do punto intermedio para crear un novo nodo ao longo da curva da estrada.**",
-                "continue_drag_midpoint": "Esta liña parece moito mellor! Continua axustando a liña facendo dobre clic ou arrastrando puntos intermedios ata que a curva coincida coa forma da estrada. **Cando estés contento coa forma da liña, fai clic en OK.**",
-                "delete_lines": "Está ben borrar liñas de estradas non existentes no mundo real.{br}Aquí hai un exemplo onde a cidade planificou {street} pero non se chegou a construir. Nós podemos mellorar esta parte do mapa eliminando as liñas que sobren.",
+                "continue_drag_midpoint": "Esta liña parece moito mellor! Continua axustando a liña facendo dobre clic ou arrastrando puntos intermedios ata que a curva coincida coa forma da estrada. **Cando esteas contento coa forma da liña, fai clic en OK.**",
+                "delete_lines": "Está ben borrar liñas de estradas non existentes no mundo real.{br}Aquí hai un exemplo onde a cidade planificou {street} pero non se chegou a construír. Nós podemos mellorar esta parte do mapa eliminando as liñas que sobren.",
                 "rightclick_intersection": "A última estrada real é {street1}, así que podemos *dividir* {street2}  nesta intersección e borrar todo o que haxa por enriba dela. **Fai clic co botón dereito no nodo da intersección.**",
                 "split_intersection": "**Fai clic no botón {button} para dividir {street}.**",
                 "retry_split": "Non pinchaches no botón dividir. Volve tentalo.",
             },
             "buildings": {
                 "title": "Edificios",
-                "add_building": "OpenStreetMap é a maior e máis ampla base de datos mundial de edificios.{br} Podes axudar a aumentar esta base de datos trazando edificios que non están aínda mapeados. **Pinchar no botón {button} Área para engadir nova área.**",
+                "add_building": "OpenStreetMap é a maior e máis ampla base de datos mundial de edificios.{br} Podes axudar a aumentar esta base de datos trazando edificios que non están aínda cartografados. **Preme no botón {button} Área para engadir nova área.**",
                 "start_building": "Imos engadir esta casa ao mapa, trazando o seu contorno. {br}Os edificios deberán ser trazados ao redor da súa pegada coa maior precisión posible. **Fai clic ou preme a barra de espazo para poñer un nó inicial nun dos cantos do edificio. **",
                 "continue_building": "Continúa editando máis nodos para trazar o perímetro do edificio. Lembra que podes facer zoom se queres engadir máis detalles.{br}Remata o edificio premendo enter ou facendo clic outra vez no primeiro ou último nodo. **Remata de trazar o edificio.**",
                 "retry_building": "Parece que tivo algúns problemas poñendo os nós nas esquinas do edificio. Probe de novo!",
                 "retry_square": "Ti non premiches no botón Escuadrar. Volve tentalo.",
                 "done_square": "Ves como os cantos do edificio se colocaron no seu sitio? Imos aprender outro truco útil.",
                 "add_tank": "Agora trazaremos este depósito circular.**Fai clic no botón {button} Área para engadir unha nova área.**",
-                "start_tank": "Non te preocupes, non tes que debuxar un círculo perfecto. Simplemente debuxa unha área dentro do depósito que toque o seu bordo. **Clic ou preme a barra espaciadora para colocar un nodo inicial sobre o bordo do depósito.**",
-                "continue_tank": "Engade uns poucos nodos ao redor da forma. O círcuclo será creado por fóra dos nodos que debuxes.{br}Remata a área presionado enter, ou facendo click outra vez no primeiro ou último nodo. **Remata de debuxar o recinto.**",
+                "start_tank": "Non te preocupes, non tes que debuxar un círculo perfecto. Simplemente debuxa unha área dentro do depósito que toque o seu bordo. **Clic ou preme a barra de espazo para colocar un nodo inicial sobre o bordo do depósito.**",
+                "continue_tank": "Engade uns poucos nodos ao redor da forma. O círculo será creado por fóra dos nodos que debuxes.{br}Remata a área premendo enter, ou facendo clic outra vez no primeiro ou último nodo. **Remata de debuxar o recinto.**",
                 "search_tank": "**Busca '{preset}'.**",
                 "choose_tank": "**Elixe {preset} da lista.**",
                 "rightclick_tank": "**Fai clic co botón dereito para seleccionar o tanque de almacenamento que creaches e mostrar o menú de edición.**",
                 "help": "Agora estás listo para editar OpenStreetMap! {br} Pode reproducir este paseo en calquera momento ou ver máis documentación premendo no botón {button} Axuda ou premendo a tecla  '{key}'.",
                 "shortcuts": "Podes ver unha lista de comandos xunto cos seus atallos de teclado premendo a tecla  '{key}'.",
                 "save": "Non te esquezas de gardar regularmente os teus cambios!",
-                "start": "Comeza a cartografiar!"
+                "start": "Comeza a cartografar!"
             }
         },
         "shortcuts": {
                 "pgdn": "PáxAd",
                 "pgup": "PáxAt",
                 "return": "Retorno",
-                "shift": "Maius",
-                "space": "Espacio"
+                "shift": "Maiús",
+                "space": "Espazo"
             },
             "gesture": {
                 "drag": "arrastrar"
                     "search": "Buscar elementos que coincidan cun texto de busca"
                 },
                 "with_selected": {
-                    "title": "Con elementos selecionados",
+                    "title": "Con elementos seleccionados",
                     "edit_menu": "Alternar menú edición"
                 },
                 "vertex_selected": {
                     "add_point": "Modo 'engadir punto'",
                     "add_line": "Modo 'engadir liña'",
                     "add_area": "Modo 'engadir área'",
-                    "place_point": "Situar un punto",
                     "disable_snap": "Manter premido para desactivar o axuste do punto",
                     "stop_line": "Rematar de debuxar unha liña ou área"
                 },
                 "operations": {
                     "title": "Operacións",
                     "continue_line": "Continuar unha liña no nodo seleccionado",
-                    "merge": "Combinar (unir) os elementos selecionados",
+                    "merge": "Combinar (unir) os elementos seleccionados",
                     "disconnect": "Desligar elementos no nodo seleccionado",
                     "split": "Dividir unha liña en dúas no nodo seleccionado",
                     "reverse": "Inverter unha liña",
                     "rotate": "Rotar elementos seleccionados",
                     "orthogonalize": "Endereitar liña / Escuadrar esquinas",
                     "circularize": "Arredondar unha liña pechada ou área",
-                    "reflect_long": "Reflexar elementos através dun eixo longo",
-                    "reflect_short": "Reflexar elementos através dun eixo curto",
+                    "reflect_long": "Reflectir elementos centrados nun eixo longo",
+                    "reflect_short": "Reflectir elementos centrados nun eixo curto",
                     "delete": "Borrar elementos seleccionados"
                 },
                 "commands": {
                         "0": "0: Grava sólida/terra compactada, sen obstáculos, curvas amplas",
                         "1": "1: Algunha superficie solta, pequenos obstáculos, curvas amplas",
                         "2": "2: Moita superficie solta, grandes obstáculos, curvas cerradas fáciles",
-                        "3": "3: Superficie escorregadia, grandes obstáculos, curvas cerradas axustadas",
+                        "3": "3: Superficie escorregadiza, grandes obstáculos, curvas cerradas axustadas",
                         "4": "4: Superficie solta ou pedras, curvas cerradas perigosas",
                         "5": "5: Dificultade máxima, campos de pedras, desprendementos de terra",
                         "6": "6: Non practicable excepto polos mellores ciclistas de montaña"
                         "garage_boxes": "Garaxe Boxes",
                         "lane": "Carril na estrada",
                         "multi-storey": "Multinivel",
-                        "sheds": "Galpóns",
+                        "sheds": "Pendellos",
                         "surface": "Superficie",
                         "underground": "Subterráneo"
                     }
                     "placeholder": "Sendeirismo de montaña, sendeirismo alpino"
                 },
                 "sanitary_dump_station": {
-                    "label": "Área de desae para caravanas"
+                    "label": "Área de desaugue para caravanas"
                 },
                 "seasonal": {
                     "label": "Estacional"
                     "label": "Tipo"
                 },
                 "wheelchair": {
-                    "label": "Acceso para silla de rodas"
+                    "label": "Acceso para cadeira de rodas"
                 },
                 "width": {
                     "label": "Ancho (Metros)"
                 },
                 "amenity/animal_shelter": {
                     "name": "Refuxio de animais",
-                    "terms": "refuxio, animais, mascotas, perrera, adopción"
+                    "terms": "refuxio, animais, mascotas, canceira, adopción"
                 },
                 "amenity/arts_centre": {
                     "name": "Centro de arte",
                 },
                 "amenity/bicycle_rental": {
                     "name": "Alugamento de bicicletas",
-                    "terms": "bici, bicicleta, aluguer, préstamo"
+                    "terms": "bici, bicicleta, alugueiro, préstamo"
                 },
                 "amenity/bicycle_repair_station": {
                     "name": "Lugar para ferramentas de reparación de bicicletas",
                 },
                 "amenity/casino": {
                     "name": "Casino",
-                    "terms": "casino, xogo, ruleta, poker, cartas, tragaperras, comecartos"
+                    "terms": "casino, xogo, ruleta, póker, cartas, tragaperras, comecartos"
                 },
                 "amenity/charging_station": {
                     "name": "Estación de carga",
                 },
                 "amenity/compressed_air": {
                     "name": "Aire comprimido",
-                    "terms": "aire, neumáticos, inflado de rodas, inchado de rodas"
+                    "terms": "aire, pneumáticos, inflado de rodas, inchado de rodas"
                 },
                 "amenity/courthouse": {
                     "name": "Pazo de xustiza",
                 },
                 "amenity/driving_school": {
                     "name": "Autoescola",
-                    "terms": "autoescola, escola de conducción, carné de conducir"
+                    "terms": "autoescola, escola de condución, carné de conducir"
                 },
                 "amenity/embassy": {
                     "name": "Embaixada"
                     "terms": "mercado, mercadillo, plaza"
                 },
                 "amenity/monastery": {
-                    "name": "Zona de monasterio",
-                    "terms": "monasterio, área de monasterio, igrexa, capela"
+                    "name": "Zona de mosteiro",
+                    "terms": "mosteiro, área de mosteiro, igrexa, capela"
                 },
                 "amenity/motorcycle_parking": {
                     "name": "Aparcamento de motos",
                     "name": "Mesquita"
                 },
                 "amenity/place_of_worship/shinto": {
-                    "name": "Santuario sintoísta"
+                    "name": "Santuario xintoísta"
                 },
                 "amenity/place_of_worship/sikh": {
                     "name": "Templo Sikh"
                 },
                 "amenity/place_of_worship/taoist": {
-                    "name": "Templo Taoista"
+                    "name": "Templo Taoísta"
                 },
                 "amenity/planetarium": {
                     "name": "Planetario"
                     "terms": "baños, servizos, duchas"
                 },
                 "amenity/public_bookcase": {
-                    "name": "Estantería pública",
-                    "terms": "estantería, biblioteca, pública, libre, libros"
+                    "name": "Estante pública",
+                    "terms": "estante, andel, libraría, biblioteca, pública, libre, libros"
                 },
                 "amenity/ranger_station": {
-                    "name": "Estación de gardabosques"
+                    "name": "Estación de garda de bosques"
                 },
                 "amenity/recycling": {
                     "name": "Contenedor de reciclaxe",
-                    "terms": "reciclaxe, contenedor, lixo, basura, orgánico, plásticos, vidrio, punto limpo"
+                    "terms": "reciclaxe, contedor, lixo, basura, orgánico, plásticos, vidro, punto limpo"
                 },
                 "amenity/recycling_centre": {
                     "name": "Centro de Reciclaxe",
                 },
                 "amenity/shelter": {
                     "name": "Abrigo",
-                    "terms": "abrigo, refuxio, cuberto, gazebo"
+                    "terms": "abrigo, refuxio, cuberto, pavillón, gazebo"
                 },
                 "amenity/shower": {
                     "name": "Ducha",
                 "attribution": {
                     "text": "© Geofabrik GmbH, contribuidores do OpenStreetMap, CC-BY-SA"
                 },
-                "name": "OSM Inspector: Ruteiros"
+                "name": "OSM Inspector: Roteiros"
             },
             "OSM_Inspector-Tagging": {
                 "attribution": {
             "OSM-br-twitter": {
                 "description": "Seguenos no Twitter na seguinte ligazón {url}"
             },
+            "OSM-Facebook": {
+                "name": "OpenStreetMap no Facebook",
+                "description": "Dános un Gústame no Facebook para ver novas e actualizacións sobre OpenStreetMap"
+            },
+            "OSM-help": {
+                "name": "Axuda de OpenStreetMap",
+                "description": "Fai unha pregunta e obtén respostas no sitio de preguntas e respostas de OSM xestionado pola comunidade."
+            },
             "OSM-Reddit": {
                 "name": "OpenStreetMap no Reddit",
                 "description": "/r/openstreetmap/ é un bo sitio para aprender máis sobre OpenStreetMap. Pregúntanos calquera cousa!"
+            },
+            "OSM-Telegram": {
+                "name": "Telegram do OpenStreetMap",
+                "description": "Únete no Telegram ao supergrupo global do OpenStreetMap en {url}"
+            },
+            "OSM-Twitter": {
+                "name": "Twitter do OpenStreetMap",
+                "description": "Síguenos no Twitter en {url}"
+            },
+            "OSMF": {
+                "name": "Fundación OpenStreetMap",
+                "description": "OSMF é unha organización sen ánimo de lucro establecida no Reino Unido que dá soporte ao proxecto OpenStreetMap"
             }
         }
     }
index 8bc964b1a9a70fa8db34af5a63801c99d0e764d9..a18d41060efb9ae8be5ef54c530a2328e1d22aff 100644 (file)
             "localized_translation_language": "ભાષા પસંદ કરો",
             "localized_translation_name": "નામ"
         },
-        "login": "પ્રવેશ",
-        "logout": "બહાર નીકળો",
         "loading_auth": "ઓપનસ્ટ્રીટમેપ સાથે જોડાય છે...",
         "report_a_bug": "ક્ષતિની નોંધ કરાવો",
         "help_translate": "ભાષાંતર કરવામાં મદદ કરો",
index 56fe8d7e1691ab0341974e9109454173fd3caf02..5ca75b686b0df405b08e93821a3a2d501197d4c3 100644 (file)
                 "description": "ניתן להוסיף מסעדות, אתרי מורשת, תיבות דואר ונקודות אחרות למפה.",
                 "tail": "יש ללחוץ על המפה כדי להוסיף נקודה."
             },
+            "add_note": {
+                "title": "הערה",
+                "description": "הבחנת בתקלה? כדאי לדווח לשאר הממפים.",
+                "tail": "יש ללחוץ על המפה כדי להוסיף הערה."
+            },
             "browse": {
                 "title": "עיון",
                 "description": "ניתן להזיז את המפה ולהתמקד בה."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "נוספה נקודה.",
                     "vertex": "נוספה נקודה לדרך.",
-                    "relation": "נוסף קשר."
+                    "relation": "נוסף קשר.",
+                    "note": "נוספה הערה."
                 }
             },
             "start": {
                     "create": "נוספה הגבלת פנייה",
                     "delete": "נמחקה הגבלת פנייה"
                 }
+            },
+            "detach_node": {
+                "title": "הפרדה",
+                "key": "פ",
+                "description": "הפרדת הצומת הזה מהקווים/שטחים האלה.",
+                "annotation": "צומת הופרדה מקווי/שטחי הורה.",
+                "restriction": "לא ניתן לנתק את הצומת הזה כיוון שזה יפגע ביחס „{relation}”.",
+                "connected_to_hidden": "לא ניתן לנתק את הצומת הזה כיוון שהוא מחובר לתכונה נסתרת."
             }
         },
         "restriction": {
                 "osm": {
                     "tooltip": "נתוני מפה מ־OpenStreetMap",
                     "title": "נתוני OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "נתוני הערה מ־OpenStreetMap",
+                    "title": "הערות OpenStreetMap"
                 }
             },
             "fill_area": "אזורי מילוי",
         "cannot_zoom": "לא ניתן להתקרב יותר במצב הנוכחי.",
         "full_screen": "החלפת מצב מסך מלא",
         "gpx": {
-            "local_layer": "ק×\95×\91×¥ ×\9eק×\95×\9e×\99",
+            "local_layer": "ת×\95ס×\99×£ GPX",
             "drag_drop": "יש לגרור ולהשליך קובצי ‎.gpx,‏ ‎.geojson או ‎.kml לעמוד או ללחוץ על הכפתור שמשמאל לעיון",
             "zoom": "התקרבות לשכבה",
             "browse": "עיון אחר קובץ"
         },
+        "mvt": {
+            "local_layer": "תוסיף MVT",
+            "drag_drop": "גרור והורד קובץ .mvt או .pbf או לחץ על כפתור",
+            "zoom": "התמקד לשכבה",
+            "browse": "חפש קובץ"
+        },
         "streetside": {
             "tooltip": "תמונות של Streetside מבית Microsoft",
             "title": "שכבת תמונות (Bing Streetside)",
             "report": "דיווח על בעיית פרטיות עם תמונה זו",
+            "view_on_bing": "הצגה במפות Bing",
             "hires": "רזולוציה גבוהה"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "צפייה בתמונה הזאת ב־OpenStreetCam"
         },
+        "note": {
+            "note": "הערה",
+            "title": "עריכת הערה",
+            "anonymous": "אלמוני",
+            "closed": "(נסגרה)",
+            "commentTitle": "תגובות",
+            "newComment": "תגובה חדשה",
+            "inputPlaceholder": "נא להקליד תגובה שתשותף עם משתמשים אחרים.",
+            "close": "סגירת הערה",
+            "open": "פתיחת הערה מחדש",
+            "comment": "תגובה",
+            "close_comment": "סגירה והוספת תגובה",
+            "open_comment": "פתיחה מחדש והוספת תגובה",
+            "report": "דיוו",
+            "new": "הערה חדשה",
+            "newDescription": "תיאור הבעיה.",
+            "save": "שמירת ההערה",
+            "login": "עליך להיכנס כדי לשנות או להגיב על ההערה הזאת.",
+            "upload_explanation": "התגובות שלך יופיעו בפני כל משתמשי OpenStreetMap.",
+            "upload_explanation_with_user": "ההערות שלך בתור {user} תהיינה זמינות באופן ציבורי לכל משתמשי OpenStreetMap."
+        },
         "help": {
             "title": "עזרה",
             "key": "H",
                 "boundary": "יחס *גבול* הוא קבוצה של תכונה אחת או יותר מסוג קו שמייצרות גבול מנהלי יחד.",
                 "boundary_add": "כדי להוסיף תכונה ליחס גבול, יש לבחור את התכונה ולגלול לאגף „כל היחסים” בעורך התכונות ואז ללחוץ על {plus} כפתור ההוספה כדי להוסיף את התכונה הזאת ליחס קרוב נוכחי או ליחס חדש."
             },
+            "notes": {
+                "title": "הערות",
+                "intro": "*הערות* משמשות להודיע למשתמשים אחרים שתכונה מסוימת דורשת תיקון או תשומת לב. הערות מסמנות מיקום מסוים במפה. כדי לצפות בהערות קיימות או להוסיף חדשות, יש ללחות על לוח {data} **נתוני מפה** כדי להפעיל את שכבת ההערות של OpenStreetMap.",
+                "add_note_h": "הוספת הערות",
+                "add_note": "כדי להוסיף הערה חדשה יש ללחוץ על הכפתור {note} **הערה** בסרגל הכלים שמעל למפה או ללחוץ על מקש הקיצור `4`. פעולה זו תשנה את סמן העכבר לסמל של צלב. כדי להציב הערה חדשה על המפה, יש למקם את סמן העכבר במקום ההערה המיועד, לאחר מכן יש ללחוץ במיקום זה עם {leftclick} הלחצן השמאלי בעכבר או ללחוץ על `רווח`.",
+                "move_note": "ניתן להעביר הערות חדשות בלבד. כדי להעביר הערה, עליך להציב את סמן העכבר על ההערה החדשה, לאחר מכן ללחוץ ולהחזיק את הכפתור השמאלי {leftclick} בעכבר בעת גרירת ההערה למיקומה החדש.",
+                "update_note_h": "סגירה, פתיחה מחדש והוספת תגובות",
+                "update_note": "ניתן לעדכן הערה קיימת על ידי סגירתה, פתיחתה מחדש או הוספת תגובה עליה. סגירת הערה מציינת שהתקלה נפתרה. פתיחה הערה מחדש מציינת כי הבעיה המקורית טרם נפתרה.",
+                "save_note_h": "שמירת הערות",
+                "save_note": "עליך לשמור כל עריכה בנפרד על ידי לחיצה על הכפתורים שמתחת לתגובות על ההערות. עריכות של הערות **אינן** נכללות בערכות השינויים שנשלחות על ידיך ל־OpenStreetMap."
+            },
             "imagery": {
                 "title": "תמונות רקע",
                 "intro": "צילום הרקע שמופיע מתחת לנתוני המפה הוא מקור חשוב למיפוי. התמונה הזאת יכולה להיות צילומי אוויר שנאספו דרך לוויינים, מטוסים ורחפנים או סריקת מפות היסטוריות או נתוני מקור חופשיים שזמינים לציבור הרחב.",
             },
             "streetlevel": {
                 "title": "תמונות ברמת רחוב",
-                "intro": "ת×\9e×\95× ×\95ת ×\91ר×\9eת ×¨×\97×\95×\91 ×©×\99×\9e×\95ש×\99×\95ת ×\9c×\9e×\99פ×\95×\99 ×ª×\9eר×\95ר×\99×\9d, ×\91ת×\99 ×¢×¡×§ ×\95פר×\98×\99×\9d × ×\95ספ×\99×\9d ×©×\9c×\90 × ×\99ת×\9f ×\9cר×\90×\95ת ×\9e×\94×\9c×\95×\95×\99×\99×\9f ×\95×\91צ×\99×\9c×\95×\9d ×\90×\95×\95×\99ר×\99. ×¢×\95ר×\9a iD ×ª×\95×\9e×\9a ×\91ת×\9e×\95× ×\95ת ×\91ר×\9eת ×¨×\97×\95×\91 ×\91×¢×\96רת [Mapillary](https://www.mapillary.com) ו־[OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "ת×\9e×\95× ×\95ת ×\91ר×\9eת ×\94ר×\97×\95×\91 ×\99×¢×\99×\9c×\95ת ×\9c×\9e×\99פ×\95×\99 ×ª×\9eר×\95ר×\99×\9d, ×\91ת×\99 ×¢×¡×§ ×\95פר×\98×\99×\9d × ×\95ספ×\99×\9d ×©×\9c×\90 × ×\99ת×\9f ×\9cר×\90×\95ת ×\9e×\9c×\95×\95×\99×\99×\9f ×\90×\95 ×ª×¦×\9c×\95×\9e×\99 ×\90×\95×\95×\99ר. ×\94×¢×\95ר×\9a iD ×ª×\95×\9e×\9a ×\91ת×\9e×\95× ×\95ת ×\91ר×\9eת ×¨×\97×\95×\91 ×\9eÖ¾[Bing Streetside](https://www.microsoft.com/en-us/maps/streetside),â\80\8f [Mapillary](https://www.mapillary.com), ו־[OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "שימוש בתמונות ברמת רחוב",
                 "using": "כדי להשתמש בתמונות ברמת רחוב לטובת מיפוי, יש ללחוץ על הלוח {data} **נתוני מפה**  לצד המפה כדי להפעיל או להשבית את שכבות התמונות הזמינות.",
                 "photos": "כשאפשרות זו פעילה, שכבת התמונה מציגה קו לאורך סדרה של תמונות. ברמות תקריב גבוהות יותר, עיגול מסמן כל מיקום של תמונה, וברמות תקריב יותר גדולות, חרוט מציין את המיקום אליו פנתה המצלמה כאשר התמונה צולמה.",
                     "add_point": "מצב ‚הוספת נקודה’",
                     "add_line": "מצב ‚הוספת קו’",
                     "add_area": "מצב ’הוספת שטח’",
-                    "place_point": "הצבת נקודה",
+                    "add_note": "מצב ‚הוספת הערה’",
+                    "place_point": "הצבת נקודה או הערה",
                     "disable_snap": "יש להחזיק כדי להשבית הצמדת נקודות",
                     "stop_line": "סיום ציור קו או שטח"
                 },
                     "continue_line": "להמשיך את הקו במפרק הנבחר",
                     "merge": "שילוב (מיזוג) התכונות הנבחרות",
                     "disconnect": "ניתוק תכונות במפרק הנבחר",
+                    "detach_node": "הפרדת הצומת הנבחר מקווי/שטחי הורה",
                     "split": "פיצול קו לשניים במפרק הנבחר",
                     "reverse": "היפוך כיוון קו",
                     "move": "העברת התכונות הנבחרות",
                     "label": "קיבולת",
                     "placeholder": "50, 100, 200…"
                 },
+                "cash_in": {
+                    "label": "הפקדה"
+                },
                 "castle_type": {
                     "label": "סוג"
                 },
                     "label": "סוג"
                 },
                 "inscription": {
-                    "label": "×\97ר×\99×\98×\94"
+                    "label": "×\9bת×\95×\91ת"
                 },
                 "intermittent": {
                     "label": "תקופתי"
                         "underground": "תת־קרקעי"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "תצוגת נתוני נוסעים"
+                },
                 "payment_multi": {
                     "label": "צורות תשלום"
                 },
                 "site": {
                     "label": "סוג"
                 },
+                "site_type": {
+                    "label": "סוג אתר"
+                },
                 "smoking": {
                     "label": "העישון מותר",
                     "options": {
                     "terms": "מונומנט"
                 },
                 "historic/ruins": {
-                    "name": "×\90תר ×\97×\95ר×\91×\9f",
-                    "terms": "אתר חורבן"
+                    "name": "×\97×\95ר×\91×\95ת",
+                    "terms": "אתר חורבן,חורבה"
                 },
                 "historic/tomb": {
                     "name": "קבר",
                     "terms": "חצר חקלאית"
                 },
                 "landuse/forest": {
-                    "name": "יער",
+                    "name": "יער נטוע",
                     "terms": "יער"
                 },
                 "landuse/garages": {
                     "terms": "אזור אימונים"
                 },
                 "landuse/orchard": {
-                    "name": "פר×\93ס",
+                    "name": "×\9e×\98×¢",
                     "terms": "פרדס"
                 },
                 "landuse/plant_nursery": {
                     "terms": "ביצה"
                 },
                 "natural/wood": {
-                    "name": "×\99ער",
+                    "name": "×\97×\95רש ×\98×\91×¢×\99",
                     "terms": "יער"
                 },
                 "noexit/yes": {
                 "description": "ממפים ומשתמשי OpenStreetMap סביב פורטלנד, מיין",
                 "extendedDescription": "Maptime כשמו כן הוא, זמן ליצירת מפות. המטרה שלנו היא לפתוח את הדלת לאפשרויות מגוונות ליצירת מפות לכל מי שמעוניין על ידי יצירת מקום ללמידה שיתופית, חקירה ויצירת מפות באמצעות כלים וטכנולוגיות למיפוי."
             },
+            "us-ma-mailinglist": {
+                "name": "קבוצת הדיוור Talk-us-massachusetts",
+                "description": "רשימת דיוור בדוא״ל לקהילת OSM במסצ׳וסטס"
+            },
             "OpenCleveland-meetup": {
                 "name": "קליבלנד פתוחה",
                 "description": "שיפור OpenStreetMap באזור קליבלנד",
                 "name": "OpenStreetMap העיר ניו יורק",
                 "description": "ממפי, משתמשי, מפתחי וחובבי OpenStreetMap באיזור המטרופולין של ניו יורק "
             },
+            "OSM-Portland-forum": {
+                "name": "קבוצת ה־Google של OpenStreetMap בפורטלנד",
+                "description": "פורום ורשימת דיוור למשתמשים OpenStreetMap באזור פורטלנד",
+                "extendedDescription": "קבוצה זו מיועדת לקדם שיפורים ל־OpenStreetMap באזור של פורטלנד, אורגון כדי לתמוך ביישומים כגון Open Trip Planner."
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap פורטלנד",
                 "description": "ממפים ומשתמשים ב־OpenStreetMap באזור פורטלנד",
index 38ced63cf731bd0a8526462ab843c4883b99ddba..e0794fac4ab4facbe7171c6a7510b6e6c8c4ecb9 100644 (file)
@@ -1,5 +1,9 @@
 {
     "hr": {
+        "icons": {
+            "information": "info",
+            "remove": "ukloni"
+        },
         "modes": {
             "add_area": {
                 "title": "Područje",
@@ -25,6 +29,9 @@
             },
             "draw_line": {
                 "tail": "Klikni za dodavanje više točaka linije. Klikni na druge linije da ih spojiš i dvaput klikni da završiš liniju."
+            },
+            "drag_node": {
+                "connected_to_hidden": "Ovo se ne može uređivati jer je spojeno na skriveni element karte."
             }
         },
         "operations": {
                     "create": "Zabrana skretanja je dodana",
                     "delete": "Zabrana skretanja je uklonjena"
                 }
+            },
+            "detach_node": {
+                "title": "Odvoji",
+                "key": "E",
+                "description": "Odvoji ovaj čvor s ovih linija/područja."
+            }
+        },
+        "restriction": {
+            "controls": {
+                "distance": "Udaljenost"
+            },
+            "help": {
+                "from": "POLAZIŠTE",
+                "via": "PREKO",
+                "to": "ODREDIŠTE"
             }
         },
         "undo": {
             "tooltip": "Ponovi: {action}",
             "nothing": "Nema ništa za ponoviti."
         },
-        "tooltip_keyhint": "Prečac:",
+        "tooltip_keyhint": "Kratica:",
         "browser_notice": "Ovaj uređivač je podržan u Firefoxu, Chromeu, Safariju, Operi i Internet Exploreru 11 ili novijoj verziji. Molim nadogradi svoj internet preglednik ili koristi Potlatch 2 program za uređivanje karte.",
         "translate": {
             "translate": "Prevedi",
             "localized_translation_language": "Odaberi jezik",
             "localized_translation_name": "Ime"
         },
-        "login": "prijava",
-        "logout": "odjava",
+        "zoom_in_edit": "Približi za uređivanje",
         "loading_auth": "Spajanje na OpenStreetMap...",
         "report_a_bug": "Prijavi grešku",
         "help_translate": "Pomozi prevesti iD uređivač",
             "created": "Stvoreno",
             "about_changeset_comments": "O komentarima promjena",
             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
-            "google_warning": "Spomenuo/la si Google u ovom komentaru: molim te zapamti da je kopiranje s Google karata strogo zabranjeno."
+            "google_warning": "Spomenuo/la si Google u ovom komentaru: molim te zapamti da je kopiranje s Google karata strogo zabranjeno.",
+            "google_warning_link": "https://www.openstreetmap.org/copyright"
         },
         "contributors": {
             "list": "Uređivali {users}",
             "truncated_list": "Uređivali {users} i {count} drugih"
         },
+        "info_panels": {
+            "key": "I",
+            "background": {
+                "key": "B",
+                "title": "Pozadina",
+                "zoom": "Zum",
+                "source": "Izvor",
+                "description": "Opis",
+                "resolution": "Rezolucija",
+                "accuracy": "Preciznost"
+            },
+            "history": {
+                "key": "H",
+                "title": "Povijest",
+                "version": "Verzija"
+            },
+            "location": {
+                "key": "L",
+                "title": "Lokacija"
+            },
+            "measurement": {
+                "key": "M",
+                "geometry": "Geometrija",
+                "area": "Područje"
+            }
+        },
         "geometry": {
             "point": "točka",
             "vertex": "čvor",
             "deprecated_tags": "Zastarjele oznake: {tags}"
         },
         "zoom": {
-            "in": "Povećaj prikaz",
-            "out": "Smanji prikaz"
+            "in": "Približi",
+            "out": "Udalji"
         },
         "cannot_zoom": "Nije moguće više udaljiti u trenutnom môdu.",
         "full_screen": "Slika preko cijelog zaslona",
         "gpx": {
-            "local_layer": "Lokalna datoteka",
             "drag_drop": "Dovuci i ispusti .gpx, .geojson ili .kml datoteku na stranicu ili klikni gumb s desne strane za pretraživanje datoteka.",
             "zoom": "Približi na sloj",
             "browse": "Potraži datoteku"
         },
+        "mvt": {
+            "zoom": "Približi na sloj"
+        },
         "mapillary_images": {
             "tooltip": "Ulične fotografije s Mapillary servisa",
             "title": "Foto preklop (Mapillary)"
                 "title": "Pregled",
                 "navigation_h": "Navigacija",
                 "features_h": "Elementi karte"
+            },
+            "editing": {
+                "keyboard_h": "Tipkovne kratice",
+                "keyboard": "Možeš vidjeti popis tipkovnih kratica kada pritisneš tipku `?`."
+            },
+            "areas": {
+                "title": "Područja"
             }
         },
         "intro": {
             }
         },
         "shortcuts": {
-            "title": "Tipkovni prečaci",
-            "tooltip": "Prikaži tipkovne prečace.",
+            "title": "Tipkovne kratice",
+            "tooltip": "Prikaži tipkovne kratice.",
             "key": {
                 "alt": "Alt",
                 "backspace": "Backspace",
                 "help": {
                     "title": "Pomoć",
                     "help": "Prikaži pomoć/dokumentaciju",
-                    "keyboard": "Prikaži tipkovne prečace"
+                    "keyboard": "Prikaži tipkovne kratice"
                 },
                 "display_options": {
                     "title": "Postavke prikaza",
                     "add_point": "Dodaj točku",
                     "add_line": "Dodaj liniju",
                     "add_area": "Dodaj područje",
-                    "place_point": "Postavi točku",
                     "disable_snap": "Drži za deaktiviranje hvatanja na elemente",
                     "stop_line": "Završi crtanje linije ili područja"
                 },
                 }
             }
         },
+        "units": {
+            "north": "S",
+            "south": "J",
+            "east": "I",
+            "west": "Z"
+        },
         "presets": {
             "categories": {
                 "category-barrier": {
                 },
                 "name": "DigitalGlobe Premium snimke"
             },
+            "DigitalGlobe-Premium-vintage": {
+                "attribution": {
+                    "text": "Uvjeti i povratne informacije"
+                }
+            },
             "DigitalGlobe-Standard": {
                 "attribution": {
                     "text": "Uvjeti i povratne informacije"
                 },
                 "name": "DigitalGlobe Standard snimke"
             },
+            "DigitalGlobe-Standard-vintage": {
+                "attribution": {
+                    "text": "Uvjeti i povratne informacije"
+                }
+            },
+            "EsriWorldImagery": {
+                "attribution": {
+                    "text": "Uvjeti i povratne informacije"
+                },
+                "description": "Esri svijet snimke",
+                "name": "Esri svijet snimke"
+            },
+            "EsriWorldImageryClarity": {
+                "attribution": {
+                    "text": "Uvjeti i povratne informacije"
+                }
+            },
             "MAPNIK": {
                 "attribution": {
                     "text": "© OpenStreetMap doprinositelji, CC-BY-SA"
                 },
                 "name": "OSM Inspector: Označavanje"
             },
+            "US-TIGER-Roads-2012": {
+                "name": "TIGER ceste 2012"
+            },
+            "US-TIGER-Roads-2014": {
+                "name": "TIGER ceste 2014"
+            },
+            "US-TIGER-Roads-2017": {
+                "name": "TIGER ceste 2017"
+            },
             "Waymarked_Trails-Cycling": {
                 "name": "Waymarked Trails: Biciklizam"
             },
index c92f871cb7c0d83efa9fb2e8b05c840ef4e879ae..ff9384ecc26a56ca3e056b32158dba678e862bd3 100644 (file)
             "localized_translation_name": "Név"
         },
         "zoom_in_edit": "Nagyíts a szerkesztéshez",
-        "login": "bejelentkezés",
-        "logout": "kijelentkezés",
         "loading_auth": "Csatlakozás az OpenStreetMap kiszolgálóhoz…",
         "report_a_bug": "Hibajelentés",
         "help_translate": "Segíts a fordításban",
         "cannot_zoom": "Nem lehet jobban távolítani ebben a módban.",
         "full_screen": "Váltás teljes képernyőre",
         "gpx": {
-            "local_layer": "Helyi fájl",
             "drag_drop": "Húzzon és ejtsen egy .gpx, .geojson vagy .kml fájlt az oldalra, vagy kattintson a jobb oldalon lévő gombra a tallózáshoz",
             "zoom": "Nagyítás a rétegre",
             "browse": "Tallózzon egy fájlt"
                     "add_point": "„Pont hozzáadás” mód",
                     "add_line": "„Vonal hozzáadás” mód",
                     "add_area": "„Terület hozzáadás” mód",
-                    "place_point": "Helyezz el egy pontot",
                     "disable_snap": "Tartsd a pont illesztés kikapcsolásához",
                     "stop_line": "Fejezd be a vonal vagy terület rajzolását"
                 },
                 "board_type": {
                     "label": "Típus"
                 },
+                "booth": {
+                    "label": "Fülke"
+                },
                 "boules": {
                     "label": "Típus"
                 },
                     "label": "Típus"
                 },
                 "tracktype": {
-                    "label": "Úttípus",
+                    "label": "Mezőgazdasági/erdészeti út típusa",
                     "options": {
                         "grade1": "Szilárd: burkolt vagy tömör felületű makadámút",
                         "grade2": "Főképp szilárd: murvával/kővel tömörített földút",
                     "terms": "jogosítvány, KRESZ"
                 },
                 "amenity/embassy": {
-                    "name": "Nagykövetség",
-                    "terms": "Követség,  Konzulátus, külképviselet"
+                    "name": "Külképviselet",
+                    "terms": "nagykövetség, követség,  konzulátus, külképviselet"
                 },
                 "amenity/fast_food": {
                     "name": "Gyorsétterem",
                     "terms": "Harmadrendű főút csatlakozás"
                 },
                 "highway/track": {
-                    "name": "Nem karbantartott földút",
-                    "terms": "földút,nem karbantartott"
+                    "name": "Nem karbantartott mezőgazdasági/erdészeti út",
+                    "terms": "erdészeti út, földút, mezőgazdasági út, tanyasi út, földút"
                 },
                 "highway/traffic_mirror": {
                     "name": "Közlekedési tükör",
                     "name": "Felnőtt játékközpont",
                     "terms": "játékterem"
                 },
+                "leisure/beach_resort": {
+                    "name": "Fürdőhely, vízparti strand",
+                    "terms": "strand, fürdő, vízpart, tengerpart"
+                },
                 "leisure/bird_hide": {
                     "name": "Madárles",
                     "terms": "madárles"
                     "terms": "Kosárlabdapálya"
                 },
                 "leisure/pitch/beachvolleyball": {
-                    "name": "Strandröplabda pálya",
+                    "name": "Strandröplabdapálya",
                     "terms": "strand,röplabda,röpi,pálya"
                 },
                 "leisure/pitch/bowls": {
                     "terms": "Öböl"
                 },
                 "natural/beach": {
-                    "name": "Strand",
-                    "terms": "Strand"
+                    "name": "Természetes strand",
+                    "terms": "Strand, vízpart, tengerpart, fürdőhely"
                 },
                 "natural/cave_entrance": {
                     "name": "Barlangbejárat",
index 0e66fa7379f7c3c65e287e45b5ef3ef685059ac0..48759d3327163592195fb8e36797f4f377a25129 100644 (file)
             "localized_translation_language": "Ընտրել լեզուն",
             "localized_translation_name": "Անուն"
         },
-        "logout": "ելք",
         "loading_auth": "Կապւում է ՕփենՍթրիթՄէփը…",
         "report_a_bug": "Հաղորդել ծրագրի վրիպակի մասին տեղեկատւութիւն",
         "help_translate": "Օգնիր թարգմանել",
index 55c8ac334a5562f1fb68a9f6d64476e5de9527c0..dcfb62955c1418587ab20ca46c39419ae947dc3b 100644 (file)
             "localized_translation_language": "Pilih Bahasa",
             "localized_translation_name": "Nama"
         },
-        "logout": "keluar",
         "loading_auth": "Menghubungkan dengan OpenStreetMap...",
         "report_a_bug": "Laporkan bug",
         "help_translate": "Bantu menerjemahkan",
index 3c3e910768427e70f608b7c826a1b5f69c383200..a3323155e18c2037d7800d2a3a5fba32b5d837f9 100644 (file)
                 "description": "Bættu veitingastöðum, minnismerkjum, póstkössum eða öðrum punktum við kortið.",
                 "tail": "Smelltu á kortið til að bæta við punkti."
             },
+            "add_note": {
+                "title": "Minnispunktur",
+                "description": "Fannstu hnökra? Láttu annað kortagerðarfólk vita.",
+                "tail": "Smelltu á kortið til að bæta við minnispunkti."
+            },
             "browse": {
                 "title": "Fletta",
                 "description": "Hliðraðu til og renndu að kortinu."
             },
             "draw_area": {
-                "tail": "Smelltu til að bæta hnúta við svæðið. Smelltu á fyrsta hnútinn til að klára svæðið."
+                "tail": "Smelltu til að bæta hnútum við svæðið. Smelltu á fyrsta hnútinn til að klára svæðið."
             },
             "draw_line": {
                 "tail": "Smelltu til að bæta fleiri hnútum við línuna. Smelltu á aðrar línur til að tengjast þeim, og tvísmelltu til að klára línuna."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Bætti punkti við.",
                     "vertex": "Bætti hnúti við leið.",
-                    "relation": "Bætti við venslum."
+                    "relation": "Bætti við venslum.",
+                    "note": "Bætti við minnispunkti."
                 }
             },
             "start": {
                 },
                 "annotation": {
                     "point": "Eyddi punkti.",
-                    "vertex": "Eyddi hnút af leið.",
+                    "vertex": "Eyddi hnúti af leið.",
                     "line": "Eyddi línu.",
                     "area": "Eyddi svæði.",
                     "relation": "Eyddi venslum.",
                     "create": "Bætti við takmörkunum á beygju",
                     "delete": "Eyddi takmörkunum á beygju"
                 }
+            },
+            "detach_node": {
+                "title": "Losa",
+                "key": "E",
+                "description": "Losa þennan hnút frá þessum línum/svæðum.",
+                "annotation": "Losaði hnút frá yfirliggjandi línum/svæðum.",
+                "restriction": "Ekki er hægt að losa þetta atriði því það myndi skemma \"{relation}\" vensl.",
+                "connected_to_hidden": "Ekki er hægt að losa þetta atriði þar sem það er tengt földu eigindi."
             }
         },
         "restriction": {
             "localized_translation_name": "Nafn"
         },
         "zoom_in_edit": "Renndu að til að breyta",
-        "login": "innskráning",
-        "logout": "útskráning",
+        "login": "Skrá inn",
+        "logout": "Skrá út",
         "loading_auth": "Tengist við OpenStreetMap...",
         "report_a_bug": "Tilkynna villu",
         "help_translate": "Hjálpa til við að þýða",
                 "osm": {
                     "tooltip": "Kortagögn frá OpenStreetMap",
                     "title": "OpenStreetMap-gögn"
+                },
+                "notes": {
+                    "tooltip": "Gögn minnispunkts frá OpenStreetMap",
+                    "title": "OpenStreetMap minnispunktar"
                 }
             },
             "fill_area": "Fylla svæði",
         "cannot_zoom": "Get ekki rennt lengra frá í núverandi ham.",
         "full_screen": "Víxla skjáfylli af/á",
         "gpx": {
-            "local_layer": "Skrá á tölvunni",
+            "local_layer": "Bæta við GPX",
             "drag_drop": "Dragðu og slepptu .gpx, .geojson eða .kml-skrá á síðuna, eða smelltu á hnappinn til hægri til að leita að skrá",
             "zoom": "Renna að lagi",
             "browse": "Finna skrá"
         },
+        "mvt": {
+            "local_layer": "Bæta við MVT",
+            "drag_drop": "Dragðu og slepptu .mvt eða pbf skrá á síðuna eða smelltu á takkann til hægri til að fletta",
+            "zoom": "Renna að lagi",
+            "browse": "Finna skrá"
+        },
+        "streetside": {
+            "tooltip": "Ljósmyndir í götuhæð frá Microsoft",
+            "title": "Ljósmyndaþekja (Bing Streetside)",
+            "report": "Sendu tilkynningu um að þú efist um að mynd þessi virði reglur um meðferð persónuupplýsinga",
+            "view_on_bing": "Skoða á Bing Maps",
+            "hires": "Háupplausn"
+        },
         "mapillary_images": {
             "tooltip": "Ljósmyndir í götuhæð frá Mapillary",
             "title": "Ljósmyndaþekja (Mapillary)"
         "openstreetcam": {
             "view_on_openstreetcam": "Skoða þessa mynd á OpenStreetCam"
         },
+        "note": {
+            "note": "Minnispunktur",
+            "title": "Breyta minnispunkti",
+            "anonymous": "nafnlaus",
+            "closed": "(lokað)",
+            "commentTitle": "Athugasemdir",
+            "newComment": "Ný athugasemd",
+            "inputPlaceholder": "Settu inn athugasemd sem deilt er með öðrum notendum.",
+            "close": "Loka minnispunkti",
+            "open": "Enduropna minnispunkt",
+            "comment": "Athugasemd",
+            "close_comment": "Loka og gera athugasemd",
+            "open_comment": "Enduropna og gera athugasemd",
+            "report": "Tilkynna",
+            "new": "Nýr minnispunktur",
+            "newDescription": "Lýstu vandamálinu.",
+            "save": "Vista minnispunkt",
+            "login": "Þú verður að skrá þig inn til að breyta eða gera athugasemd við þennan minnispunkt.",
+            "upload_explanation": "Athugasemdir sem þú gerir verða sýnilegar öllum notendum OpenStreetMap.",
+            "upload_explanation_with_user": "Athugasemdir sem þú gerir sem {user} verða sýnilegar öllum notendum OpenStreetMap."
+        },
         "help": {
             "title": "Hjálp",
             "key": "H",
                 "point_or_area_h": "Punktar eða svæði?",
                 "point_or_area": "Mörg fyrirbæri er hægt að tákna bæði sem punkt eða sem svæði. Meginreglan er að teikna byggingar og lóðir sem svæði þegar það er mögulegt. Settu síðan punkta inn í svæði byggingar til að tákna fyrirtæki, aðstöðu og annað slíkt sem staðsett er inni í byggingunni.",
                 "add_area_h": "Bæta við svæðum",
-                "add_area_command": "Til að bæta við cvæði, smelltu á {area} **Svæði** hnappinn á verkfærastikunni fyrir ofan kortið, eða ýttu á flýtilykilinn `3`. Þá breytist músarbendillinn í krossmið.",
+                "add_area_command": "Til að bæta við svæði, smelltu á {area} **Svæði** hnappinn á verkfærastikunni fyrir ofan kortið, eða ýttu á flýtilykilinn `3`. Þá breytist músarbendillinn í krossmið.",
                 "add_area_draw": "Næst skaltu setja bendilinn á eitt horn fitjunnar og {leftclick} vinstri-smella eða ýta á `Bilslá` til að fara að setja hnúta eftir útjaðri svæðisins. Haltu áfram að setja fleiri hnúta með því að smella eða ýta á `Bilslá`. Á meðan þessu stendur, geturðu breytt aðdrættinum eða dregið til kortið til að geta bætt við fleiri atriðum.",
                 "add_area_finish": "Til að ljúka svæði, ýttu á `{return}` eða smelltu aftur á annað hvort fyrsta eða síðasta hnútinn.",
                 "square_area_h": "Rétt horn",
                 "boundary": "Venslin *svæðamörk* er hópur einnar eða fleiri línufitja sem saman mynda stjórnsýslutengd mörk svæða.",
                 "boundary_add": "Til að bæta fitju við svæðamarkavensl, veldu þá fitjuna og skrunaðu niður í hlutann \"Öll vensl\" í fitjuritlinum, smelltu síðan á {plus} plúshnappinn til að bæta þessari fitju við einhver nærliggjandi vensl eða í ný vensl."
             },
+            "notes": {
+                "title": "Minnispunktar",
+                "intro": "*Minnispunktar* eru notaðir til að láta aðra notendur vita af eigindum sem krefjast viðgerða eða athygli. Minnispunktur tengist tiltekinni staðsetningu á kortinu. Til að skoða fyrirliggjandi minnispunkta eða til að bæta við nýjum, smelltu þá á {data} **Kortagögn** spjaldið til að virkja minnispunktalagið í OpenStreetMap.",
+                "add_note_h": "Bæta við minnispunktum",
+                "add_note": "Til að bæta við nýjum minnispunkti, smelltu á {note} **Minnispunktur** hnappinn á verkfærastikunni fyrir ofan kortið, eða ýttu á flýtilykilinn `4`. Þá breytist músarbendillinn í krossmið. Til að staðsetja nýja minnispunktinn á kortinu, settu þá músarbendilinn þar sem minnispunkturinn ætti að vera, síðan skaltu {leftclick} vinstri-smella eða ýta á `Bilslá`.",
+                "move_note": "Einungis er hægt að færa nýja minnispunkta. Til að færa minnispunkt, staðsettu þá músarbendilinn yfir minnispunktinum, ýttu og haltu niðri {leftclick} vinstri músarhnappnum á meðan minnispunkturinn er dreginn yfir á nýju staðsetninguna.",
+                "update_note_h": "Lokun, enduropnun og gerð athugasemda",
+                "update_note": "Hægt er að uppfæra fyrirliggjandi minnispunkt með því að loka honum, enduropna hann, eða með því að bæta athugasemd við hann. Lokun minnispunkts þýðir að vandamál hefur verið leyst. Enduropnun minnispunkts þýðir að upphaflegt vandamál hefur ekki verið leyst.",
+                "save_note_h": "Vista minnispunkta",
+                "save_note": "Þú verður að vista allar athugasemdir við minnispunkt hverja fyrir sig, með því að smella á hnappana fyrir neðan athugasemdirnar. Breytingar á minnispunktum eru **ekki** innifaldar í breytingasettum sem þú sendir inn á OpenStreetMap."
+            },
             "imagery": {
                 "title": "Bakgrunnsmyndir",
                 "intro": "Bakgrunnsmyndefnið sem birtist fyrir aftan kortagögnin er mikilvæg tilföng í kortagerð. Þetta geta verið loftmyndir teknar af gervitunglum, flugvélum eða drónum, nú eða söguleg landakort eða önnur tiltæk gögn.",
             },
             "streetlevel": {
                 "title": "Ljósmyndir í götuhæð",
-                "intro": "Ljósmyndir teknar í götuhæð nýtast vel við að setja inn upplýsingar um umferðarmerki, fyrirtæki og önnur fyrirbæri sem ekki er gott að átta sig á af gervihnattamyndum og loftmyndum. iD ritillinn styður ljósmyndir í götuhæð frá [Mapillary](https://www.mapillary.com) og [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Ljósmyndir teknar í götuhæð nýtast vel við að setja inn upplýsingar um umferðarmerki, fyrirtæki og önnur fyrirbæri sem ekki er gott að átta sig á af gervihnattamyndum og loftmyndum. iD ritillinn styður ljósmyndir í götuhæð frá [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) og [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Nota ljósmyndir í götuhæð",
                 "using": "Til að nota ljósmyndir í götuhæð við kortagerð, smelltu á spjaldið {data} **Kortagögn** við hlið kortsins til að virkja tiltæk myndalög eða gera þau óvirk.",
                 "photos": "Þegar það er virkt, sýnir myndalag línu meðfram myndarununni. Við hærri aðdráttarstig merkir hringur staðsetningu hverrar myndar, og við enn hærri aðdráttarstig birtist keila sem sýnir stefnuna sem myndavélinni var beint í þegar myndin var tekin.",
                     "add_point": "'Bæta við punkti' hamur",
                     "add_line": "'Bæta við línu' hamur",
                     "add_area": "'Bæta við svæði' hamur",
-                    "place_point": "Setja punkt",
+                    "add_note": "'Bæta við minnispunkti' hamur",
+                    "place_point": "Setja punkt eða minnispunkt",
                     "disable_snap": "Halda niðri til að koma í veg fyrir grip í punkta",
                     "stop_line": "Ljúka við að teikna línu eða svæði"
                 },
                     "continue_line": "Halda áfram með línu við valinn hnút",
                     "merge": "Sameina (setja saman) valdar fitjur",
                     "disconnect": "Aftengja fitjur við valinn hnút",
+                    "detach_node": "Losa hnút frá yfirliggjandi línum/svæðum",
                     "split": "Aðskilja línu í tvennt við valinn hnút",
                     "reverse": "Snúa við línu",
                     "move": "Færa valdar fitjur",
                     }
                 },
                 "horse_riding": {
+                    "label": "Hestaferðir",
                     "options": {
                         "horse_riding": "Já",
                         "undefined": "Nei"
                     }
                 },
                 "horse_scale": {
+                    "label": "Erfiðleikastig reiðmennsku",
                     "options": {
                         "common": "Auðvelt: Engin vandamál eða erfiðleikar. (sjálfgefið)"
                     },
                 "shop": {
                     "label": "Tegund"
                 },
+                "siren/purpose": {
+                    "label": "Tilgangur"
+                },
+                "siren/type": {
+                    "label": "Tegund",
+                    "options": {
+                        "other": "Annað"
+                    }
+                },
                 "site": {
                     "label": "Tegund"
                 },
                 "emergency/destination": {
                     "name": "Neyðaraðgangur ef í fararleið"
                 },
+                "emergency/fire_extinguisher": {
+                    "name": "Slökkvitæki"
+                },
                 "emergency/fire_hydrant": {
                     "name": "Brunahani"
                 },
+                "emergency/first_aid_kit": {
+                    "name": "Skyndihjálparkassi"
+                },
                 "emergency/life_ring": {
                     "name": "Bjarghringur"
                 },
                 "emergency/private": {
                     "name": "Einka neyðaraðgangur"
                 },
+                "emergency/siren": {
+                    "name": "Sírena"
+                },
                 "emergency/water_tank": {
                     "name": "Neyðarvatnstankur"
                 },
                 "shop/motorcycle": {
                     "name": "Mótorhjólaverslun"
                 },
+                "shop/motorcycle_repair": {
+                    "name": "Mótorhjólaviðgerðaverslun"
+                },
                 "shop/music": {
                     "name": "Tónlistarbúð"
                 },
             }
         },
         "imagery": {
+            "AGIV": {
+                "attribution": {
+                    "text": "Nýjast frá Orthophoto Flanders © AGIV"
+                },
+                "name": "Nýjustu loftmyndir frá AGIV Flanders"
+            },
+            "AGIV10cm": {
+                "attribution": {
+                    "text": "Orthophoto Flanders © AGIV"
+                },
+                "name": "AGIV Flanders 2013-2015 loftmyndir 10cm"
+            },
+            "AGIVFlandersGRB": {
+                "attribution": {
+                    "text": "GRB Flanders © AGIV"
+                },
+                "name": "AGIV Flanders GRB"
+            },
             "Bing": {
                 "description": "Gervihnatta- og loftmyndir.",
                 "name": "Loftmyndir frá Bing"
                 },
                 "name": "OSM Inspector: Merkingar"
             },
+            "SPW_ORTHO_LAST": {
+                "name": "Nýjustu loftmyndir frá SPW(allonie)"
+            },
+            "SPW_PICC": {
+                "name": "SPW(allonie) PICC stafrænar loftmyndir"
+            },
             "US-TIGER-Roads-2012": {
                 "name": "TIGER vegir 2012"
             },
                 "description": "Vegur: Grænn útjaðar = óflokkað. Brúnn útjaðar = slóði. Yfirborð: möl = ljósbrún fylling, malbik = svart, hellur = grátt, jarðvegur = hvítt, steypa = blátt, gras = grænt. Árstíðabundið = hvítar rendur",
                 "name": "U.S. Forest vegayfirlag"
             },
+            "UrbISOrtho2016": {
+                "attribution": {
+                    "text": "Framkvæmt með tilstilli Brussels UrbIS®© - Dreifing & höfundarréttur CIRB"
+                },
+                "name": "UrbIS-Ortho 2016"
+            },
+            "UrbISOrtho2017": {
+                "attribution": {
+                    "text": "Framkvæmt með tilstilli Brussels UrbIS®© - Dreifing & höfundarréttur CIRB"
+                },
+                "name": "UrbIS-Ortho 2017"
+            },
+            "UrbisAdmFR": {
+                "attribution": {
+                    "text": "Framkvæmt með tilstilli Brussels UrbIS®© - Dreifing & höfundarréttur CIRB"
+                },
+                "name": "UrbisAdm FR"
+            },
+            "UrbisAdmNL": {
+                "attribution": {
+                    "text": "Framkvæmt með tilstilli Brussels UrbIS®© - Dreifing & höfundarréttur CIRB"
+                },
+                "name": "UrbisAdm NL"
+            },
             "Waymarked_Trails-Cycling": {
                 "attribution": {
                     "text": "© waymarkedtrails.org, þátttakendur í OpenStreetMap, CC by-SA 3.0"
                 },
                 "name": "OpenStreetMap (þýskur stíll)"
             },
+            "osmse-ekonomiska": {
+                "attribution": {
+                    "text": "© Lantmäteriet"
+                },
+                "description": "Skönnun á ´Hagfræðikortum´ u.þ.b. 1950-1980",
+                "name": "Lantmäteriet hagfræðikort (söguleg)"
+            },
             "qa_no_address": {
                 "attribution": {
                     "text": "Simon Poole, gögn eru með © þátttakendur í OpenStreetMap"
                     "text": "Kort © Thunderforest, gögn eru með © þátttakendur í OpenStreetMap"
                 },
                 "name": "Thunderforest landslag"
+            },
+            "trafikverket-baninfo": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Sænska járnbrautakerfið, þ.m.t. hliðarspor",
+                "name": "Trafikverket járnbrautakerfið"
+            },
+            "trafikverket-baninfo-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Sænska járnbrautakerfið með ýmsum valkostum fyrir kortalög",
+                "name": "Valkostir fyrir Trafikverket járnbrautakerfið"
+            },
+            "trafikverket-vagnat": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Sænska NVDB vegakerfið",
+                "name": "Trafikverket vegakerfið"
+            },
+            "trafikverket-vagnat-extra": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "name": "Viðbætur fyrir Trafikverket vegakerfið"
+            },
+            "trafikverket-vagnat-navn": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Götuheiti sænska NVDB",
+                "name": "Götuheiti fyrir Trafikverket"
+            },
+            "trafikverket-vagnat-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Sænska vegakerfið með ýmsum valkostum fyrir kortalög",
+                "name": "Valkostir fyrir Trafikverket vegakerfið"
             }
         },
         "community": {
                 "description": "Twitter-hópur OpenStreetMap í Belgíu: @osm_be"
             },
             "talk-cz-mailinglist": {
-                "description": "Talk-ja er opinber póstlisti tékkneska OSM-hópsins"
+                "name": "Tékkneski póstlistinn (talk-cz)",
+                "description": "Talk-cz er opinber póstlisti tékkneska OSM-hópsins"
+            },
+            "dk-forum": {
+                "name": "Vefspjall (forum) OpenStreetMap Danmörk",
+                "description": "Vefspjall (forum) OpenStreetMap Danmörk"
+            },
+            "dk-irc": {
+                "name": "IRC-rás OpenStreetMap Danmörk",
+                "description": "Taktu þátt á #osm-dk á irc.oftc.net (gátt 6667)"
+            },
+            "dk-mailinglist": {
+                "name": "Talk-dk póstlistinn",
+                "description": "Póstlisti til að ræða OpenStreetMap í Danmörku"
             },
             "fr-twitter": {
                 "name": "Twitter-hópur OpenStreetMap í Frakklandi",
                 "description": "Telegram-hópur OpenStreetMap Spánn"
             },
             "se-facebook": {
-                "name": "OpenStreetMap Sweden Facebook"
+                "name": "OpenStreetMap Sweden Facebook",
+                "description": "OpenStreetMap í Svíþjóð á Facebook"
+            },
+            "se-forum": {
+                "name": "Vefspjall (forum) OpenStreetMap Svíþjóð",
+                "description": "Vefspjall (forum) OpenStreetMap Svíþjóð"
+            },
+            "se-irc": {
+                "name": "IRC-rás OpenStreetMap Svíþjóð",
+                "description": "Taktu þátt á #osm-se á irc.oftc.net (gátt 6667)"
             },
             "se-mailinglist": {
-                "name": "Talk-se póstlistinn"
+                "name": "Talk-se póstlistinn",
+                "description": "Póstlisti til að ræða OpenStreetMap í Svíþjóð"
             },
             "se-twitter": {
                 "name": "Twitter-hópur OpenStreetMap í Svíþjóð",
                 "name": "Twitter-hópur OpenStreetMap Argentína",
                 "description": "Fylgstu með okkur á Twitter á {url}"
             },
+            "Bahia-telegram": {
+                "extendedDescription": "Gakktu til liðs við teymið til að læra meira um OpenStreetMap, spyrja spurninga eða taka þátt í fundum. Allir eru velkomnir!"
+            },
+            "DF-telegram": {
+                "extendedDescription": "Gakktu til liðs við teymið til að læra meira um OpenStreetMap, spyrja spurninga eða taka þátt í fundum. Allir eru velkomnir!"
+            },
+            "OSM-br-telegram": {
+                "extendedDescription": "Gakktu til liðs við teymið til að læra meira um OpenStreetMap, spyrja spurninga eða taka þátt í fundum. Allir eru velkomnir!"
+            },
             "OSM-br-twitter": {
                 "name": "Twitter-hópur OpenStreetMap í Brasilíu",
                 "description": "Fylgstu með okkur á Twitter á {url}"
             },
+            "OSM-CL-facebook": {
+                "extendedDescription": "Gakktu til liðs við teymið til að læra meira um OpenStreetMap, spyrja spurninga eða taka þátt í fundum. Allir eru velkomnir!"
+            },
+            "OSM-CL-telegram": {
+                "extendedDescription": "Gakktu til liðs við teymið til að læra meira um OpenStreetMap, spyrja spurninga eða taka þátt í fundum. Allir eru velkomnir!"
+            },
             "OSM-CL-twitter": {
                 "name": "Twitter-hópur OpenStreetMap í Síle",
                 "description": "Fylgstu með okkur á Twitter á {url}"
             },
+            "OSM-CO-facebook": {
+                "extendedDescription": "Gakktu til liðs við teymið til að læra meira um OpenStreetMap. Allir eru velkomnir!"
+            },
             "OSM-CO-mailinglist": {
                 "name": "Talk-co póstlistinn"
             },
                 "name": "OpenStreetMap á Reddit",
                 "description": "/r/openstreetmap/ er góður staður til að læra meira um OpenStreetMap.  Spurðu okkur um allt milli himins og jarðar!"
             },
+            "OSM-Telegram": {
+                "name": "Telegram fyrir OpenStreetMap"
+            },
             "OSM-Twitter": {
                 "name": "Twitter-hópur OpenStreetMap",
                 "description": "Fylgstu með okkur á Twitter á {url}"
index 65810689aa8a1a1ac6ddb9094a3aa6a32e65efe2..a53f0a3218e82a571227a4985ecfc98b4b130fe9 100644 (file)
                 "description": "Aggiungi alla mappa ristoranti, monumenti, cassette postali o altri punti.",
                 "tail": "Clicca sulla mappa per inserire un punto."
             },
+            "add_note": {
+                "title": "Nota",
+                "description": "Hai trovato un errore? Segnalalo agli altri mappatori.",
+                "tail": "Clicca sulla mappa per aggiungere una nota."
+            },
             "browse": {
                 "title": "Naviga",
                 "description": "Muovi ed ingrandisci la mappa."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Aggiunto un punto.",
                     "vertex": "Aggiunto un nodo ad una strada.",
-                    "relation": "Aggiunta una relazione."
+                    "relation": "Aggiunta una relazione.",
+                    "note": "Una nota aggiunta."
                 }
             },
             "start": {
                 }
             },
             "reverse": {
-                "title": "Inverti Direzione",
+                "title": "Inverti direzione",
                 "description": "Inverti il senso di direzione di questa linea.",
                 "key": "V",
                 "annotation": "Cambiato verso ad una linea."
                     "create": "Limitazione aggiunta",
                     "delete": "Limitazione rimossa"
                 }
+            },
+            "detach_node": {
+                "title": "Stacca",
+                "key": "E",
+                "description": "Stacca questo nodo da linee/aree.",
+                "annotation": "Un nodo staccato da una linea/area genitore.",
+                "restriction": "Questo nodo non può essere staccato perché ciò danneggerebbe una relazione “{relation}”.",
+                "connected_to_hidden": "Questo nodo non può essere staccato perché è collegato ad un elemento nascosto."
             }
         },
         "restriction": {
             "localized_translation_name": "Nome"
         },
         "zoom_in_edit": "Ingrandisci per modificare",
-        "login": "accedi",
-        "logout": "esci",
+        "login": "Accedi",
+        "logout": "Esci",
         "loading_auth": "Connettendomi ad OpenStreetMap...",
         "report_a_bug": "Segnala un bug",
         "help_translate": "Aiuta nelle traduzioni",
                 "osm": {
                     "tooltip": "Dati delle mappe da OpenStreetMap",
                     "title": "Dati OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Dati delle note da OpenStreetMap",
+                    "title": "Note di OpenStreetMap"
                 }
             },
             "fill_area": "Riempimento aree",
             "in": "Ingrandisci",
             "out": "Rimpicciolisci"
         },
-        "cannot_zoom": "Impossibile fare zooCannot zoom out further in current mode.",
+        "cannot_zoom": "Impossibile rimpicciolire ulteriormente nella modalità attuale.",
         "full_screen": "Passa a schermo intero",
         "gpx": {
-            "local_layer": "File locale",
+            "local_layer": "Aggiungi GPX",
             "drag_drop": "Trascina e rilascia un file .gpx, .geojson o .kml sulla pagina o clicca il pulsante a destra per sceglierne uno",
             "zoom": "Zoom sul livello",
             "browse": "Scegli un file"
         },
+        "mvt": {
+            "local_layer": "Aggiungi MVT",
+            "drag_drop": "Trascina e rilascia un file .mvt o .pbf sulla pagina oppure clicca il pulsante a destra per sceglierne uno",
+            "zoom": "Ingrandisci sul livello",
+            "browse": "Scegli un file"
+        },
         "streetside": {
             "tooltip": "Foto Streetside da Microsoft",
             "title": "Foto sovrimpresse (Bing Streetside)",
             "report": "Segnala un problema di privacy su questa foto",
+            "view_on_bing": "Vedi su Bing Maps",
             "hires": "Alta risoluzione"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Visualizza questa immagine con OpenStreetCam"
         },
+        "note": {
+            "note": "Nota",
+            "title": "Modifica nota",
+            "anonymous": "anonimo",
+            "closed": "(Chiusa)",
+            "commentTitle": "Commenti",
+            "newComment": "Nuovo commento",
+            "inputPlaceholder": "Inserire un commento da condividere con gli altri utenti.",
+            "close": "Chiudi nota",
+            "open": "Riapri nota",
+            "comment": "Commenta",
+            "close_comment": "Chiudi e commenta",
+            "open_comment": "Riapri e commenta",
+            "report": "Segnala",
+            "new": "Nuova nota",
+            "newDescription": "Descrivi il problema.",
+            "save": "Salva nota",
+            "login": "Per poter modificare o commentare questa nota devi aver effettuato l’accesso.",
+            "upload_explanation": "I tuoi commenti saranno visibili pubblicamente da tutti gli utenti di OpenStreetMap.",
+            "upload_explanation_with_user": "I tuoi commenti come utente {user} saranno visibili pubblicamente da tutti gli utenti di OpenStreetMap."
+        },
         "help": {
             "title": "Aiuto",
             "key": "H",
                 "boundary": "Una relazione *Confine* consiste in un gruppo di uno o più elementi linea che insieme formano un confine amministrativo.",
                 "boundary_add": "Per aggiungere un elemento ad una relazione confine, seleziona l'elemento e scorri verso il basso fino alla sezione \"Tutte le relazioni\" dell'editor dell'elemento, poi clicca sul pulsante {plus} aggiungi per aggiungere l'elemento ad una relazione vicina già esistente o per crearne una nuova."
             },
+            "notes": {
+                "title": "Note",
+                "intro": "Le *note* servono per far sapere agli altri utenti che un elemento della mappa ha bisogno di essere controllato o corretto. Le note segnano una posizione specifica della mappa. Per vedere le note esistenti o aggiungerne di nuove, clicca sul pannello {data} **Dati della mappa** e abilita il livello delle note OpenStreetMap. ",
+                "add_note_h": "Aggiunta di note",
+                "add_note": "Per aggiungere una nuova nota, clicca il pulsante {note} **Nota** sulla barra degli strumenti sopra la mappa oppure premi la scorciatoia da tastiera `4`. Il cursore del mouse diventerà un simbolo a forma di croce. Per piazzare una nuova nota sulla mappa, posiziona il cursore del mouse dove deve stare la nota e poi clicca col {leftclick} tasto sinistro del mouse oppure premi `Spazio`.",
+                "move_note": "Solo le nuove note possono essere spostate. Per muovere una nota, posiziona il cursore del mouse sulla nuova nota e poi premi e tieni premuto il {leftclick} tasto sinistro del mouse mentre la sposti nella sua nuova posizione.",
+                "update_note_h": "Chiusura, riapertura e aggiunta di commenti",
+                "update_note": "Una nota esistente può essere aggiornata chiudendola, riaprendola oppure commentandola. La chiusura di una nota indica che il problema è stato risolto. La riapertura di una nota indica che il problema originale non è stato risolto.",
+                "save_note_h": "Salvataggio delle note",
+                "save_note": "Devi effettuare il salvataggio delle modifiche alle note per ogni nota cliccando nei pulsanti sotto ai commenti della nota. Le modifiche alle note **non** sono incluse nei gruppi di modifica che carichi su OpenStreetMap."
+            },
             "imagery": {
                 "title": "Immagini di sfondo",
                 "intro": "Le immagini di sfondo che appaiono dietro i dati della mappa sono una risorsa importante per il mappatore. Queste immagini possono essere foto aeree scattate da satelliti, aeroplani o droni oppure ancora mappe antiche digitalizzate o dati fruibili liberamente.",
             },
             "streetlevel": {
                 "title": "Foto a livello stradale",
-                "intro": "Le foto a livello stradale sono utili per mappare segnali stradali, attività commerciali e altri dettagli che non si possono vedere da foto satellitari o aeree. L'editor iD è compatibile con le foto a livello stradale di [Mapillary](https://www.mapillary.com) e [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Le foto a livello stradale sono utili per mappare segnali stradali, attività commerciali e altri dettagli che non si possono vedere da foto satellitari o aeree. L’editor iD è compatibile con le foto a livello stradale di [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) e [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Utilizzo delle foto a livello stradale",
                 "using": "Per usare le foto a livello stradale, clicca sul pannello {data} **Dati mappa** a lato della mappa per abilitare o disabilitare i livelli di foto disponibili.",
                 "photos": "Quando abilitato, il livello delle foto mostra una linea lungo la sequenza di foto. A livelli di ingrandimento maggiori, un cerchio indica il punto in cui ogni foto è stata scattata, mentre a livelli di ingrandimento ancora più grandi, un cono mostra la direzione della fotocamera al momento dello scatto.",
                 "title": "Modifica",
                 "drawing": {
                     "title": "Disegna",
-                    "add_point": "modo 'aggiungi punto'",
-                    "add_line": "modo 'aggiungi linea'",
-                    "add_area": "modo 'aggiungi area'",
-                    "place_point": "Fai un punto",
+                    "add_point": "modo ‘aggiungi punto’",
+                    "add_line": "modo ‘aggiungi linea’",
+                    "add_area": "modo ‘aggiungi area’",
+                    "add_note": "modo ‘Aggiungi nota’",
+                    "place_point": "Posiziona un nodo o una nota",
                     "disable_snap": "Tieni premuto per disabilitare l'ancoraggio ai nodi preesistenti",
                     "stop_line": "Termine disegno di una linea o di un'area"
                 },
                     "continue_line": "Continua una linea dal nodo selezionato",
                     "merge": "Unisci (fondi) gli elementi selezionati",
                     "disconnect": "Disconnetti gli elementi dal nodo selezionato",
+                    "detach_node": "Stacca il nodo selezionato da linee/aree genitore",
                     "split": "Spezza una linea in due sul nodo selezionato",
                     "reverse": "Inverti la direzione di una linea",
                     "move": "Sposta gli elementi selezionati",
                     "label": "Capienza",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "Versamenti"
+                },
                 "castle_type": {
                     "label": "Tipo"
                 },
                         "underground": "Sotterraneo"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Display arrivi/partenze"
+                },
                 "payment_multi": {
                     "label": "Tipologie di pagamento"
                 },
                 "site": {
                     "label": "Tipo"
                 },
+                "site_type": {
+                    "label": "Tipo di sito"
+                },
                 "smoking": {
                     "label": "Zona fumatori",
                     "options": {
                 },
                 "man_made/observatory": {
                     "name": "Osservatorio",
-                    "terms": "osservatorio,astronomico,meteorologico,vulcanologico,osservatorio meteorologico,osservatorio astronomico,radiotelescopio"
+                    "terms": "osservatorio,astronomico,meteorologico,vulcanologico,osservatorio meteorologico,osservatorio astronomico,radiotelescopio,specola"
                 },
                 "man_made/petroleum_well": {
                     "name": "Pozzo petrolifero",
                 "attribution": {
                     "text": "Termini & Feedback"
                 },
+                "description": "DigitalGlobe-Standard è un set curato di immagini che copre l’86% della terra emersa mondiale, con risoluzione disponibile dai 30 ai 60cm e copertura alternativa che usa Landsat. L’età media è di 2,31 anni anche se alcune aree vengono aggiornate due volte l’anno.",
                 "name": "Immagini DigitalGlobe Standard"
             },
             "DigitalGlobe-Standard-vintage": {
                 "description": "Mappatori e utenti OpenStreetMap nei dintorni di Portland, Maine",
                 "extendedDescription": "Maptime è letteralmente tempo per la mappatura. La nostra missione è quella di aprire le porte della cartografia a chiunque sia interessato, creando un posto e dei momenti per l’apprendimento collaborativo, l’esplorazione, la creazione di mappe usando strumenti e tecnologie per la mappatura."
             },
+            "us-ma-mailinglist": {
+                "name": "Mailinglist Talk-us-massachusetts",
+                "description": "Mailinglist per la comunità OSM del Massachusetts"
+            },
             "OpenCleveland-meetup": {
                 "name": "Open Cleveland",
                 "description": "Miglioriamo OpenStreetMap nell’area di Cleveland",
                 "name": "OpenStreetMap NYC",
                 "description": "Mappatori e utenti OpenStreetMap, sviluppatori e appassionati nell'area Metropolitana di New York"
             },
+            "OSM-Portland-forum": {
+                "name": "Gruppo Google di OpenStreetMap PDX",
+                "description": "Forum e mailinglist degli utenti di OpenStreetMap nell’area di Portland",
+                "extendedDescription": "Questo gruppo serve a facilitare i miglioramenti di OpenStreetMap nell’area di Portland (stato dell’Oregon) e per sostenere applicazioni come Open trip Planner."
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap Portland",
                 "description": "Mappatori e utenti OpenStreetMap nell'area di Portland",
index 252eafc6d39c883ad9618d73bdb603165db30f86..9aeb817da0d64c95f7eb6be2122c50dc65854c19 100644 (file)
                 "description": "レストランや記念碑、郵便ボックス等、ポイント情報を追加",
                 "tail": "クリックした地点にポイントを追加します"
             },
+            "add_note": {
+                "title": "メモ",
+                "description": "問題を指摘したら他のマッパーに知らせましょう。",
+                "tail": "マップをクリックしてメモを追加します。"
+            },
             "browse": {
                 "title": "ブラウズ",
                 "description": "マップの拡大縮小"
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "ポイントの追加",
                     "vertex": "ウェイへのノード追加",
-                    "relation": "リレーションを追加しました。"
+                    "relation": "リレーションを追加しました。",
+                    "note": "メモを追加しました。"
                 }
             },
             "start": {
             },
             "disconnect": {
                 "title": "接続解除",
-                "description": "ã\82¦ã\82§ã\82¤ã\81®æ\8e¥ç¶\9aã\82\92解é\99¤ã\81\97ã\81¦å\88\87ã\82\8aé\9b¢ã\81\99",
+                "description": "ã\82¦ã\82§ã\82¤ã\81®æ\8e¥ç¶\9aã\82\92解é\99¤ã\81\97ã\81¦å\88\87ã\82\8aé\9b¢ã\81\97ã\81¾ã\81\99ã\80\82",
                 "key": "D",
                 "annotation": "ウェイの接続を解除",
                 "not_connected": "ライン/エリアの接続を解除できません",
                     "create": "進行方向制限を追加しました",
                     "delete": "進行方向制限を削除しました"
                 }
+            },
+            "detach_node": {
+                "title": "取り外し",
+                "key": "E",
+                "description": "このノードをライン/エリアから取り外します。",
+                "annotation": "ノードを元のライン/エリアから取り外す。",
+                "restriction": "\"{relation}\" リレーションを壊してしまうため、このノードは取り外しできません。",
+                "connected_to_hidden": "このノードは非表示の地物に接続しているため、削除できません。"
             }
         },
         "restriction": {
         },
         "commit": {
             "title": "OpenStreetMapへアップロード",
-            "upload_explanation": "ã\81\82ã\81ªã\81\9fã\81\8cã\82¢ã\83\83ã\83\97ã\83­ã\83¼ã\83\89ã\81\97ã\81\9fç·¨é\9b\86å\86\85容ã\81¯ã\80\81OpenStreetMapã\82\92å\88©ç\94¨ã\81\97ã\81¦ã\81\84ã\82\8bã\81\99ã\81¹ã\81¦ã\81®ã\83¦ã\83¼ã\82¶ã\81\8c閲覧できるようになります。",
-            "upload_explanation_with_user": "編集した内容を {user} アカウントでアップロードし、OpenStreetMapを利用しているすべてのユーザが閲覧できるようにします。",
+            "upload_explanation": "ã\81\82ã\81ªã\81\9fã\81\8cã\82¢ã\83\83ã\83\97ã\83­ã\83¼ã\83\89ã\81\97ã\81\9fç·¨é\9b\86å\86\85容ã\81¯ã\80\81OpenStreetMapã\81®ã\83\87ã\83¼ã\82¿ã\82\92å\88©ç\94¨ã\81\97ã\81¦ã\81\84ã\82\8bã\81\99ã\81¹ã\81¦ã\81®ã\83\9eã\83\83ã\83\97ã\81§閲覧できるようになります。",
+            "upload_explanation_with_user": " {user} アカウントでアップロードした編集内容は、OpenStreetMapを利用しているすべてのマップで閲覧できるようになります。",
             "request_review": "編集のレビューを希望します。",
             "save": "アップロード",
             "cancel": "キャンセル",
             "data_layers": "データレイヤの選択",
             "layers": {
                 "osm": {
-                    "tooltip": "Map data from OpenStreetMap",
-                    "title": "OpenStreetMap data"
+                    "tooltip": "OpenStreetMapのマップデータ",
+                    "title": "OpenStreetMapのデータ"
+                },
+                "notes": {
+                    "tooltip": "OpenStreetMapのメモデータ",
+                    "title": "OpenStreetMapのメモ"
                 }
             },
             "fill_area": "エリアの塗りつぶし有無",
         "cannot_zoom": "現在のモードでは、これ以上ズームアウトできません。",
         "full_screen": "フルスクリーンにする",
         "gpx": {
-            "local_layer": "ローカル・ファイル",
+            "local_layer": "GPXを追加",
             "drag_drop": "ページ上に .gpx, .geojson, .kml ファイルをドラッグ&ドロップするか、右のボタンを押して参照するかしてください",
             "zoom": "レイヤにズーム",
             "browse": "ファイルをブラウズ"
         },
+        "mvt": {
+            "local_layer": "MVTを追加",
+            "drag_drop": "ページ上に .mvtや.pbfファイルをドラッグ&ドロップするか、画面右側のボタンをクリックしてください",
+            "zoom": "レイヤにズーム",
+            "browse": "ファイルをブラウズ"
+        },
         "streetside": {
             "tooltip": "Microsoftによる街路写真",
             "title": "写真の重ね合わせ(Bing街路)",
             "report": "この画像のプライバシーについてレポートする",
+            "view_on_bing": "Bing 地図で確認",
             "hires": "高解像度"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "この画像をOpenStreetCamで見る"
         },
+        "note": {
+            "note": "メモ",
+            "title": "メモを編集",
+            "anonymous": "匿名ユーザー",
+            "closed": "(クローズ済)",
+            "commentTitle": "コメント",
+            "newComment": "新しいコメント",
+            "inputPlaceholder": "他のユーザーと共有するコメントを入力。",
+            "close": "メモをクローズ",
+            "open": "メモを再オープン",
+            "comment": "コメント",
+            "close_comment": "クローズしてコメント",
+            "open_comment": "再オープンしてコメント",
+            "report": "報告",
+            "new": "新しいメモ",
+            "newDescription": "問題の内容を記述します。",
+            "save": "メモを保存",
+            "login": "ログインしないとこのメモを変更したりコメントをつけたりできません。",
+            "upload_explanation": "あなたのコメントはOpenStreetMap の全ユーザーに公開されます。",
+            "upload_explanation_with_user": "{user} としてのあなたのコメントはOpenStreetMap の全ユーザーに公開されます。"
+        },
         "help": {
             "title": "ヘルプ",
             "key": "H",
                 "boundary": "*境界*リレーションは、行政界を形成するひとつ以上のラインの地物のグループです。",
                 "boundary_add": "ある地物を境界リレーションに追加するには、その地物を選んで地物エディタの「すべてのリレーション」セクションまで下にスクロールして、{plus}追加ボタンをクリックして近くにある既存のリレーションまたは新しいリレーションに追加します。 "
             },
+            "notes": {
+                "title": "メモ",
+                "intro": "*メモ*は修正や連絡が必要な地物について、他のユーザーにアラートを送るために使います。メモはマップ上に指定された位置を示します。既存のメモを閲覧したり新しく追加する場合には、{data} **地図データ**パネルをクリックしてOpenStreetMapメモのレイヤを有効化してください。",
+                "add_note_h": "メモの追加",
+                "add_note": "新しいメモを追加する際には、マップ上部にあるツールバーの{note} **メモ**ボタンをクリックするか、ショートカットキー`4`を押してください。するとマウスカーソルのシンボルが十字型に変わります。新しいメモをマップに置く際には、マウスカーソルをメモがあるべき場所に置いて、{leftclick}左クリックするか、スペースキーを押してください。",
+                "move_note": "新しいメモだけが移動できます。メモを動かす際には、新しいメモの上にマウスカーソルを置いて、{leftclick}左マウスボタンを押したままメモを新しい位置にドラッグします。",
+                "update_note_h": "クローズ、再オープン、コメント",
+                "update_note": "既存のメモはクローズ済にしたり、再オープンしたり、コメントを追加したりして更新することができます。メモのクローズは問題が解決されたことを示します。メモの再オープンは元々の問題が解決されていないことを示します。",
+                "save_note_h": "メモの保存",
+                "save_note": "メモを編集したら、メモのコメントの下にあるボタンをクリックして個々に保存しなければなりません。メモの編集はOpenStreetMapにアップロードする変更セットには含まれ**ません**。"
+            },
             "imagery": {
                 "title": "背景画像",
                 "intro": "マップデータの下に表示される背景画像はマッピングの重要な情報源です。この画像は宇宙衛星、航空機、ドローンによって収集された写真の場合や、歴史的な地図をスキャンしたものであったりその他のフリーに利用できる情報源のデータであったりします。",
             },
             "streetlevel": {
                 "title": "街路写真",
-                "intro": "衛星/航空写真では見えない交通標識、ビジネスの種類、その他の詳細情報などをマッピングするのには街路写真が役立ちます。iDエディタは[Mapillary](https://www.mapillary.com)や[OpenStreetCam](https://www.openstreetcam.org)の街路写真をサポートしています。",
+                "intro": "衛星/航空写真では見えない交通標識、ビジネスの種類、その他の詳細情報などをマッピングするのには街路写真が役立ちます。iDエディタは[Bing Streetside](https://www.microsoft.com/en-us/maps/streetside)や[Mapillary](https://www.mapillary.com)や[OpenStreetCam](https://www.openstreetcam.org)の街路写真をサポートしています。",
                 "using_h": "街路写真の利用",
                 "using": "街路写真をマッピングに利用するには、マップ脇にある{data}**地図データ設定**パネルをクリックして利用可能な写真レイヤを有効化/無効化してください。",
                 "photos": "有効化すると、写真レイヤには写真の撮影順に沿ったラインが表示されます。高ズームレベルでは、各写真の位置に円形のマークがあり、より高ズームレベルでは撮影時のカメラの向きが円錐形で示されます。",
                     "add_point": "「ポイントの追加」モード",
                     "add_line": "「ラインの追加」モード",
                     "add_area": "「エリアの追加」モード",
-                    "place_point": "ポイントを配置",
+                    "add_note": "「メモの追加」モード",
+                    "place_point": "ポイントまたはメモを置く",
                     "disable_snap": "押下中はポイント接近時の自動接続(SNAP)を無効化",
                     "stop_line": "ラインやエリアの描画を終了"
                 },
                     "continue_line": "選択モードでラインを継続",
                     "merge": "選択した地物を連結(マージ)",
                     "disconnect": "選択したノードで地物を切り離し",
+                    "detach_node": "選択したノードを元のライン/エリアから取り外す。",
                     "split": "選択したノードでラインを2つに分割",
                     "reverse": "ラインを反転",
                     "move": "選択した地物を移動",
                     "label": "収容数",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "入金"
+                },
                 "castle_type": {
                     "label": "種類"
                 },
                 },
                 "horse_scale": {
                     "label": "乗馬の難易度",
+                    "options": {
+                        "common": "簡易: 問題や難しさは無い。(既定値)",
+                        "critical": "ボーダーライン: 経験のある騎手と馬なら通過可能。大きな障害物あり。橋は要注意。",
+                        "dangerous": "危険: よく熟練した騎手と馬で好天時のみ通過可能。馬から下りる。",
+                        "demanding": "注意して利用: でこぼこな道、たまに困難な通路。",
+                        "difficult": "困難: 狭くて荒れた道。乗り越えるべき障害物や狭い通路の可能性あり。",
+                        "impossible": "通過不能: 馬では道または橋が通過できない。極端に狭い、サポート不足、はしごのような障害物。生命の危険あり。"
+                    },
                     "placeholder": "困難, 危険..."
                 },
                 "horse_stables": {
                         "underground": "地下"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "乗客向け情報掲示板"
+                },
                 "payment_multi": {
                     "label": "支払の種類"
                 },
                 "site": {
                     "label": "種類"
                 },
+                "site_type": {
+                    "label": "遺跡の種類"
+                },
                 "smoking": {
                     "label": "喫煙の可否",
                     "options": {
                 },
                 "amenity/veterinary": {
                     "name": "獣医",
-                    "terms": "獣医, ペット医, 病院, 医療, 動物病院"
+                    "terms": "獣医, ペット医, 病院, 医療, 動物病院, 犬猫病院, 動物"
                 },
                 "amenity/waste/dog_excrement": {
                     "name": "犬の便入れ",
                     "terms": "火災通報ボックス, 火災通報装置"
                 },
                 "emergency/fire_extinguisher": {
-                    "name": "消器",
-                    "terms": "消器"
+                    "name": "消器",
+                    "terms": "消器"
                 },
                 "emergency/fire_hydrant": {
                     "name": "消火栓/消防水利",
                     "terms": "変圧器"
                 },
                 "public_transport/linear_platform": {
-                    "name": "交通機関の乗り場",
-                    "terms": "プラットホーム, 待合所, 乗り場"
+                    "name": "交通機関のプラットホーム/のりば",
+                    "terms": "プラットホーム, 待合所, 乗り場, ホーム, 駅, 乗降所, 停車場, 停留所, のりば"
                 },
                 "public_transport/linear_platform_aerialway": {
-                    "name": "ロープウェイ(乗り場)",
-                    "terms": "ロープウェイ, チェアリフト, 牽引リフト, スキーリフト, リフト"
+                    "name": "ロープウェイのりば/プラットホーム",
+                    "terms": "ロープウェイ, チェアリフト, 牽引リフト, スキーリフト, リフト, のりば, ホーム, プラットホーム, 索道駅, 駅"
                 },
                 "public_transport/linear_platform_bus": {
-                    "name": "バス(乗り場)",
-                    "terms": "バス停, バス乗り場, バスのりば, バス"
+                    "name": "バスのりば/プラットホーム",
+                    "terms": "バス停, バス乗り場, バスのりば, バス, BRT, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所, 駅"
                 },
                 "public_transport/linear_platform_ferry": {
-                    "name": "フェリー(乗り場)",
-                    "terms": "フェリー乗り場, フェリー"
+                    "name": "旅客船のりば/プラットホーム",
+                    "terms": "フェリー乗り場, フェリー, 港, 船着場, 船, 客船, 旅客船, フェリーターミナル, 舟, 連絡船, 渡し船, 渡船, のりば, ホーム, プラットホーム"
                 },
                 "public_transport/linear_platform_light_rail": {
-                    "name": "ライトレール(乗り場)",
-                    "terms": "ライトレール乗り場, ライトレール"
+                    "name": "ライトレールのりば/プラットホーム",
+                    "terms": "ライトレール乗り場, ライトレール, LRT, 路面電車, トラム, 駅, 停留所, 電停, 停車場, 乗降所, のりば, ホーム, プラットホーム"
                 },
                 "public_transport/linear_platform_monorail": {
-                    "name": "モノレール(乗り場)",
-                    "terms": "モノレール乗り場, モノレール"
+                    "name": "モノレールのりば/プラットホーム",
+                    "terms": "モノレール乗り場, モノレール, 駅, 停車場, 停留場, のりば, ホーム, プラットホーム"
                 },
                 "public_transport/linear_platform_subway": {
-                    "name": "地下鉄(乗り場)",
-                    "terms": "地下鉄乗り場, 地下鉄"
+                    "name": "地下鉄のりば/プラットホーム",
+                    "terms": "地下鉄乗り場, 地下鉄, のりば, ホーム, プラットホーム, 駅, メトロ, 地下駅, 地下鉄駅, 停車場, 停留場"
                 },
                 "public_transport/linear_platform_train": {
-                    "name": "鉄道(乗り場)",
-                    "terms": "鉄道乗り場, 鉄道, 列車, 電車"
+                    "name": "鉄道のりば/プラットホーム",
+                    "terms": "鉄道乗り場, 鉄道, 列車, 電車, のりば, ホーム, プラットホーム, 駅, 停車場, 停留場"
                 },
                 "public_transport/linear_platform_tram": {
-                    "name": "トラム(乗り場)",
-                    "terms": "トラム乗り場, トラム"
+                    "name": "路面電車のりば/プラットホーム",
+                    "terms": "トラム乗り場, トラム, 路面電車, LRT, ライトレール, 市電, ちんちん電車, チンチン電車, のりば, ホーム, プラットホーム, 駅, 電停, 停留場, 停車場, 乗降所"
                 },
                 "public_transport/linear_platform_trolleybus": {
-                    "name": "トロリーバス(乗り場)",
-                    "terms": "トロリーバス乗り場, トロリーバス"
+                    "name": "トロリーバスのりば/プラットホーム",
+                    "terms": "トロリーバス乗り場, トロリーバス, のりば, ホーム, プラットホーム, バス停, バス乗り場, バスのりば, バス, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所"
                 },
                 "public_transport/platform": {
-                    "name": "交通機関の乗り場(全般)",
-                    "terms": "交通機関の乗り場, 乗り場, プラットホーム"
+                    "name": "交通機関(全般)の乗り場/プラットホーム",
+                    "terms": "プラットホーム, 待合所, 乗り場, ホーム, 駅, 乗降所, 停車場, 停留所, 電停, のりば"
                 },
                 "public_transport/platform_aerialway": {
-                    "name": "ロープウェイ(乗り場)",
-                    "terms": "ロープウェイ, チェアリフト, 牽引リフト, スキーリフト, リフト"
+                    "name": "ロープウェイのりば/プラットホーム",
+                    "terms": "ロープウェイ, チェアリフト, 牽引リフト, スキーリフト, リフト, のりば, ホーム, プラットホーム, 索道駅, 駅"
                 },
                 "public_transport/platform_bus": {
-                    "name": "バス停(乗り場)",
-                    "terms": "バス停, バス, バス停留所, バス乗り場"
+                    "name": "バス停のりば/プラットホーム",
+                    "terms": "バス停, バス乗り場, バスのりば, バス, BRT, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所, 駅"
                 },
                 "public_transport/platform_ferry": {
-                    "name": "フェリー(乗り場)",
-                    "terms": "フェリー乗り場, フェリー"
+                    "name": "旅客船のりば/プラットホーム",
+                    "terms": "フェリー乗り場, フェリー, 港, 船着場, 船, 客船, 旅客船, フェリーターミナル, 舟, 連絡船, 渡し船, 渡船, のりば, ホーム, プラットホーム"
                 },
                 "public_transport/platform_light_rail": {
-                    "name": "ライトレール(乗り場)",
-                    "terms": "ライトレール乗り場, ライトレール"
+                    "name": "ライトレールのりば/プラットホーム",
+                    "terms": "ライトレール乗り場, ライトレール, LRT, 路面電車, トラム, 駅, 停留所, 電停, 停車場, 乗降所, のりば, ホーム, プラットホーム"
                 },
                 "public_transport/platform_monorail": {
-                    "name": "モノレール(乗り場)",
-                    "terms": "モノレール乗り場, モノレール"
+                    "name": "モノレールのりば/プラットホーム",
+                    "terms": "モノレール乗り場, モノレール, 駅, 停車場, 停留場, のりば, ホーム, プラットホーム"
                 },
                 "public_transport/platform_subway": {
-                    "name": "地下鉄(乗り場)",
-                    "terms": "å\9c°ä¸\8bé\89\84ä¹\97ã\82\8aå ´, å\9c°ä¸\8bé\89\84, ã\83\97ã\83©ã\83\83ã\83\88ã\83\9bã\83¼ã\83 "
+                    "name": "地下鉄のりば/プラットホーム",
+                    "terms": "å\9c°ä¸\8bé\89\84ä¹\97ã\82\8aå ´, å\9c°ä¸\8bé\89\84, ã\81®ã\82\8aã\81°, ã\83\9bã\83¼ã\83 , ã\83\97ã\83©ã\83\83ã\83\88ã\83\9bã\83¼ã\83 , é§\85, ã\83¡ã\83\88ã\83­, å\9c°ä¸\8bé§\85, å\9c°ä¸\8bé\89\84é§\85, å\81\9cè»\8aå ´, å\81\9cç\95\99å ´"
                 },
                 "public_transport/platform_train": {
-                    "name": "鉄道(乗り場)",
-                    "terms": "鉄道乗り場, 鉄道, 電車, 列車, プラットホーム"
+                    "name": "鉄道のりば/プラットホーム",
+                    "terms": "鉄道乗り場, 鉄道, 列車, 電車, のりば, ホーム, プラットホーム, 駅, 停車場, 停留場"
                 },
                 "public_transport/platform_tram": {
-                    "name": "トラム(乗り場)",
-                    "terms": "トラム乗り場, トラム"
+                    "name": "路面電車のりば/プラットホーム",
+                    "terms": "トラム乗り場, トラム, 路面電車, LRT, ライトレール, 市電, ちんちん電車, チンチン電車, のりば, ホーム, プラットホーム, 駅, 電停, 停留場, 停車場, 乗降所"
                 },
                 "public_transport/platform_trolleybus": {
-                    "name": "トロリーバス(乗り場)",
-                    "terms": "トロリーバス乗り場, トロリーバス"
+                    "name": "トロリーバスのりば/プラットホーム",
+                    "terms": "トロリーバス乗り場, トロリーバス, のりば, ホーム, プラットホーム, バス停, バス乗り場, バスのりば, バス, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所"
                 },
                 "public_transport/station": {
-                    "name": "駅(全般)",
-                    "terms": "駅"
+                    "name": "交通機関(全般)の駅",
+                    "terms": "駅, 停留所, 停車場, 乗降所, のりば"
                 },
                 "public_transport/station_aerialway": {
-                    "name": "ロープウェイ(駅)",
+                    "name": "ロープウェイの駅",
                     "terms": "ロープウェイ駅, ロープウェイ, リフト, スキーリフト, チェアリフト, 牽引リフト"
                 },
                 "public_transport/station_bus": {
-                    "name": "バス(駅/ターミナル)",
+                    "name": "バスターミナル/バスの駅",
                     "terms": "バス, バスターミナル, バスステーション"
                 },
                 "public_transport/station_ferry": {
-                    "name": "フェリー(駅/ターミナル)",
+                    "name": "旅客船ターミナル/旅客港",
                     "terms": "フェリーターミナル, フェリー"
                 },
                 "public_transport/station_light_rail": {
-                    "name": "ライトレール(駅)",
+                    "name": "ライトレールの駅",
                     "terms": "ライトレール駅, ライトレール"
                 },
                 "public_transport/station_monorail": {
-                    "name": "モノレール(駅)",
+                    "name": "モノレールの駅",
                     "terms": "モノレール駅, モノレール"
                 },
                 "public_transport/station_subway": {
-                    "name": "地下鉄(駅)",
+                    "name": "地下鉄の駅",
                     "terms": "地下鉄駅, 地下鉄, サブウェイ"
                 },
                 "public_transport/station_train": {
-                    "name": "鉄道(駅)",
+                    "name": "鉄道の停車場/駅",
                     "terms": "鉄道駅, 鉄道, 駅, 電車, 列車"
                 },
                 "public_transport/station_train_halt": {
-                    "name": "小駅(英国用)",
+                    "name": "鉄道の停留所/駅",
                     "terms": "小さな駅, 小駅, 駅, 鉄道"
                 },
                 "public_transport/station_tram": {
-                    "name": "トラム(駅)",
+                    "name": "路面電車の駅",
                     "terms": "トラム駅, トラム"
                 },
                 "public_transport/station_trolleybus": {
-                    "name": "トロリーバス(駅/ターミナル)",
+                    "name": "トロリーバスターミナル/駅",
                     "terms": "トロリーバス, トロリーバスターミナル"
                 },
                 "public_transport/stop_area": {
                 },
                 "railway/buffer_stop": {
                     "name": "車止め(鉄道)",
-                    "terms": "車止め,"
+                    "terms": "車止め"
                 },
                 "railway/crossing": {
                     "name": "踏切 (歩道)",
                     "terms": "ケーブルカー"
                 },
                 "railway/halt": {
-                    "name": "小駅(英国用)"
+                    "name": "鉄道駅(停留場)"
                 },
                 "railway/level_crossing": {
                     "name": "踏切 (車道)",
                     "terms": "モノレール"
                 },
                 "railway/narrow_gauge": {
-                    "name": "軽便鉄道",
-                    "terms": "軽便鉄道, ナローゲージ, 線路"
+                    "name": "ナローゲージ",
+                    "terms": "軽便鉄道, ナローゲージ, 線路, 特殊狭軌, 狭軌"
                 },
                 "railway/platform": {
-                    "name": "鉄道停車場 / プラットホーム"
+                    "name": "プラットホーム(旧)"
                 },
                 "railway/rail": {
                     "name": "線路",
                 },
                 "shop/bed": {
                     "name": "寝具店",
-                    "terms": "ベッド店, マットレス店, 寝具店, 家具, 枕"
+                    "terms": "ベッド店, マットレス店, 寝具店, 家具, 枕, ふとん, 布団, ふとん店"
                 },
                 "shop/beverages": {
                     "name": "飲料店",
                 },
                 "tourism/apartment": {
                     "name": "リゾートマンション",
-                    "terms": "リゾートマンション, リゾート, 別荘, 保養"
+                    "terms": "リゾートマンション, リゾート, 別荘, 保養, 保養所, 保養施設"
                 },
                 "tourism/aquarium": {
                     "name": "水族館",
                 "description": "Mappers and OpenStreetMap users, around Portland, ME",
                 "extendedDescription": "Maptime is, rather literally, time for mapmaking.  Our mission is to open the doors of cartographic possibility to anyone interested by creating a time and space for collaborative learning, exploration, and map creation using mapping tools and technologies."
             },
+            "us-ma-mailinglist": {
+                "name": "Talk-us-massachusetts Mailing List",
+                "description": "Email mailing list for the Massachusetts OSM community"
+            },
             "OpenCleveland-meetup": {
                 "name": "Open Cleveland",
                 "description": "Improve OpenStreetMap in the Cleveland area",
                 "name": "OpenStreetMap NYC",
                 "description": "Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area"
             },
+            "OSM-Portland-forum": {
+                "name": "OpenStreetMap PDX Google Group",
+                "description": "Forum and mailing list for OpenStreetMap users in the Portland area",
+                "extendedDescription": "This group is to facilitate improvements to OpenStreetMap in the Portland, Oregon area to support applications such as the Open Trip Planner."
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap Portland",
                 "description": "Mappers and OpenStreetMap users in the Portland area",
index f9a2dba570331a9b2560a930301af03ee0c601aa..d4c001a4c3bda41a3a87f5b3193c4c63d25ca1aa 100644 (file)
             "localized_translation_name": "ಹೆಸರು"
         },
         "zoom_in_edit": "ಪರಿಷ್ಕರಿಸಲು zoom ಮಾಡಿ",
-        "login": "ಲಾಗಿನ್",
-        "logout": "ಹೊರನಡೆ",
         "loading_auth": "ಓಪನ್ ಸ್ಟ್ರೀಟ್ ಮ್ಯಾಪ್ ಗೆ ಸಂಪರ್ಕಿಸಲಾಗುತ್ತಿದೆ.....",
         "report_a_bug": "ದೋಷವನ್ನು ವಿವರಿಸಿ. ",
         "help_translate": "ಅನುವಾದಕ್ಕೆ ನೀವು ಸಹಾಯಮಾಡಿ. ",
             "deprecated_tags": "‍ಉಪಯೋಗಿಸದ ಗುರುತುಪಟ್ಟಿಗಳು: {tags}"
         },
         "full_screen": "‍ಪೂರ್ಣ ಪರದೆಗೆ ಹಿಂದಿರುಗು",
-        "gpx": {
-            "local_layer": "ಸ್ಥಳೀಯ ಕಡತ"
-        },
         "mapillary_images": {
             "tooltip": "ರಸ್ತೆ ಮಟ್ಟದ ಚಿತ್ರಗಳು ಮ್ಯಾಪಿಲರೀ ಇಂದ ",
             "title": "ಚಿತ್ರಗಳ ಹೊ‍ದಿಕೆ (Mapillary)"
index 082f11991514787ffcfa9ae36767a2336ff0d4f3..4b63dfcf7cfff421246a0ba7c0627acae696ad71 100644 (file)
         "browser_notice": "이 편집기는 파이어폭스, 크롬, 사파리, 오페라와 인터넷 익스플로러 11을 지원합니다. 지도를 편집하려면 사용하고 있는 브라우저를 업그레이드하거나 Potlatch 2를 사용하세요.",
         "translate": {
             "translate": "번역",
-            "localized_translation_label": "다어 이름",
+            "localized_translation_label": "다어 이름",
             "localized_translation_language": "언어 선택",
             "localized_translation_name": "이름"
         },
         "zoom_in_edit": "편집하려면 확대하세요",
-        "login": "로그인",
-        "logout": "로그아웃",
         "loading_auth": "오픈스트리트맵에 연결 중...",
         "report_a_bug": "버그 제보하기",
         "help_translate": "번역 돕기",
         "cannot_zoom": "현재 모드에서 더 축소할 수 없습니다.",
         "full_screen": "전체 화면 전환",
         "gpx": {
-            "local_layer": "로컬 파일",
             "drag_drop": "페이지에서 .gpx, .geojson 또는 .kml 파일을 끌어 놓거나 오른쪽에 있는 찾아보기 버튼을 클릭하세요.",
             "zoom": "레이어 확대",
             "browse": "파일 찾아보기"
                     "add_point": "'점 추가' 모드",
                     "add_line": "'선 추가' 모드",
                     "add_area": "'공간 추가' 모드",
-                    "place_point": "점 놓기",
                     "disable_snap": "점에 붙는기능 끄기",
                     "stop_line": "선 또는 공간 그리기 끝내기"
                 },
                         "green": "초록색",
                         "lane": "차선",
                         "parking_lot": "주차장",
-                        "sidewalk": "도보"
+                        "sidewalk": "인도"
                     }
                 },
                 "fire_hydrant/type": {
                     "terms": "시계방"
                 },
                 "amenity/college": {
-                    "name": "단기대학·전문학교 부지",
+                    "name": "전문대학 부지",
                     "terms": "직업전문학교 부지"
                 },
                 "amenity/community_centre": {
                     "terms": "교회 건물"
                 },
                 "building/college": {
-                    "name": "단기대학·전문학교 건물",
+                    "name": "전문대학 건물",
                     "terms": "직업전문학교 건물"
                 },
                 "building/commercial": {
                     "name": "차고들",
                     "terms": "차고들"
                 },
+                "building/grandstand": {
+                    "name": "그랜드스탠드"
+                },
                 "building/greenhouse": {
                     "name": "온실",
                     "terms": "비닐 하우스"
                 "emergency/destination": {
                     "name": "비상시 접근 도착지"
                 },
+                "emergency/fire_extinguisher": {
+                    "name": "소화기"
+                },
                 "emergency/fire_hydrant": {
                     "name": "소화전",
                     "terms": "소화전"
                 },
+                "emergency/first_aid_kit": {
+                    "name": "구급상자"
+                },
                 "emergency/life_ring": {
                     "name": "구명부환",
                     "terms": "구명부표"
                 "emergency/private": {
                     "name": "민간 비상시 접근지"
                 },
+                "emergency/siren": {
+                    "name": "사이렌"
+                },
                 "emergency/yes": {
                     "name": "비상시 접근 가능"
                 },
                     "terms": "보행자용 횡단보도"
                 },
                 "footway/sidewalk": {
-                    "name": "도보",
+                    "name": "인도",
                     "terms": "인도"
                 },
                 "ford": {
                     "terms": "양보 표지"
                 },
                 "highway/living_street": {
-                    "name": "주택가",
-                    "terms": "주택가"
+                    "name": "주택가 거리",
+                    "terms": "주택가 거리"
                 },
                 "highway/mini_roundabout": {
                     "name": "소형 회전교차로",
                 },
                 "highway/motorway": {
                     "name": "고속도로",
-                    "terms": "고속도로, 자동차 전용도로"
+                    "terms": "고속도로"
                 },
                 "highway/motorway_junction": {
                     "name": "고속도로 분기점 / 출구",
                 },
                 "highway/motorway_link": {
                     "name": "고속도로 연결로",
-                    "terms": "고속도로 연결로, 자동차 전용도로 연결로"
+                    "terms": "고속도로 연결로"
                 },
                 "highway/path": {
                     "name": "경로",
                     "name": "보행자 거리"
                 },
                 "highway/primary": {
-                    "name": "주요 도로",
-                    "terms": "주요 도로"
+                    "name": "1차 도로",
+                    "terms": "1차 도로"
                 },
                 "highway/primary_link": {
-                    "name": "주요 연결로",
-                    "terms": "주요 연결로"
+                    "name": "1차 도로 연결로",
+                    "terms": "1차 도로 연결로"
                 },
                 "highway/raceway": {
                     "name": "경기트렉 (모터 스포츠)",
                     "terms": "알 수 없는 도로, 미확인 도로"
                 },
                 "highway/secondary": {
-                    "name": "보조 도로",
-                    "terms": "보조 도로"
+                    "name": "2차 도로",
+                    "terms": "2차 도로"
                 },
                 "highway/secondary_link": {
-                    "name": "보조 연결로",
-                    "terms": "보조 연결로"
+                    "name": "2차 도로 연결로",
+                    "terms": "2차 도로 연결로"
                 },
                 "highway/service": {
-                    "name": "ì\9d´ë©´도로",
-                    "terms": "ì\9d´ë©´도로"
+                    "name": "ì \91ê·¼ 도로",
+                    "terms": "ì \91ê·¼ 도로"
                 },
                 "highway/service/alley": {
                     "name": "골목",
                     "terms": "3차 도로"
                 },
                 "highway/tertiary_link": {
-                    "name": "3차 연결로",
-                    "terms": "3차 연결로"
+                    "name": "3차 도로 연결로",
+                    "terms": "3차 도로 연결로"
                 },
                 "highway/track": {
                     "name": "농·임도",
                     "terms": "교통신호"
                 },
                 "highway/trunk": {
-                    "name": "ê°\84ì\84  도로",
-                    "terms": "ê°\84ì\84  도로"
+                    "name": "ê³ ì\86\8dí\99\94도로",
+                    "terms": "ê³ ì\86\8dí\99\94도로"
                 },
                 "highway/trunk_link": {
-                    "name": "ê°\84ì\84  연결로",
-                    "terms": "ê°\84ì\84  연결로"
+                    "name": "ê³ ì\86\8dí\99\94ë\8f\84ë¡\9c 연결로",
+                    "terms": "ê³ ì\86\8dí\99\94ë\8f\84ë¡\9c 연결로"
                 },
                 "highway/turning_circle": {
                     "name": "선회권",
                 },
                 "landuse/residential": {
                     "name": "주거 지역",
-                    "terms": "주거지역"
+                    "terms": "주거 지역"
                 },
                 "landuse/retail": {
-                    "name": "소매 지역",
+                    "name": "소매 지역",
                     "terms": "상업 지역"
                 },
                 "landuse/vineyard": {
                     "terms": "배,보트,부두,페리,잔교,대중교통,역,터미널"
                 },
                 "public_transport/station_light_rail": {
-                    "name": "경전철 역",
+                    "name": "경전철역",
                     "terms": "전기,경전철,라이트 레일,대중교통,철도,선로,역,터미널,트롤리"
                 },
                 "public_transport/station_monorail": {
index cfb02583fb86ac26b46f465c676589d7b693ec85..1dc30bfea6f06e32749c825d543960015e2a5106 100644 (file)
@@ -49,8 +49,6 @@
             "localized_translation_name": "Nav"
         },
         "zoom_in_edit": "Ji bo guherandinê nêzîk bike",
-        "login": "têkeve",
-        "logout": "derkeve",
         "commit": {
             "save": "Bişîne",
             "cancel": "Betal bike",
index 8bb0abafa3e8eddbdaf35073b0ede458d85feabf..4495bc5f7e3b1c6fe02da0a61adc83e4ad59275e 100644 (file)
             "localized_translation_language": "Pasirinkti kalbą",
             "localized_translation_name": "Pavadinimas"
         },
-        "login": "prisijungti",
-        "logout": "atsijungti",
         "loading_auth": "Jungiamasi prie OpenStreetMap...",
         "report_a_bug": "Pranešti apie klaidą",
         "help_translate": "Padėkite versti",
         "cannot_zoom": "Negalima atitolinti šiame režime.",
         "full_screen": "Perjungti pilną ekraną",
         "gpx": {
-            "local_layer": "Vietinis failas",
             "drag_drop": "Tempkite ir numeskite .gpx, .geojson arba .kml failą ant puslapio arba spauskite mygtuką dešinėje, kad naršytumėte",
             "zoom": "Išdidinti sluoksnį",
             "browse": "Naršyti failo"
index 889bb73f4b6538d4717230eb6e847c5dddf6251f..eeb8c6ca857a9b2842b3e150c17a7c687258ecb3 100644 (file)
@@ -90,7 +90,8 @@
                     "area": "Apgabala leņķi pārvedoti par taisnleņķiem."
                 },
                 "not_squarish": "Šo objektu nevar pārveidot par kvadrātu, jo tas nav kvadrātformas.",
-                "too_large": "Šo objektu nevar pārveidot par kvadrātu, jo tas nav pietiekami redzams."
+                "too_large": "Šo objektu nevar pārveidot par kvadrātu, jo tas nav pietiekami redzams.",
+                "connected_to_hidden": "Šo nevar padarīt par kvadrātveida, jo tas ir pievienots pie slēpta objekta."
             },
             "straighten": {
                 "title": "Iztaisnot",
                     "area": "Apgabals dzēsts.",
                     "relation": "Relācija dzēsta.",
                     "multiple": "Izdzēsti {n} objekti."
+                },
+                "too_large": {
+                    "single": "Šo objektu nevar dzēst, jo tas nav pietiekami redzams.",
+                    "multiple": "Šos objektus nevar dzēst, jo tie nav pietiekami redzami."
+                },
+                "incomplete_relation": {
+                    "single": "Šo objektu nevar dzēst, jo tas nav pilnībā lejuplādēts.",
+                    "multiple": "Šos objektus nevar dzēst, jo tie nav pilnībā lejupielādēti."
+                },
+                "connected_to_hidden": {
+                    "single": "Šo objektu nevar dzēst, jo tas ir pievienots paslēptam objektam.",
+                    "multiple": "Šos objektus nevar dzēst, jo daži no tiem ir pievienoti paslēptiem objektiem."
                 }
             },
             "add_member": {
                     "vertex": "Līnija savienota ar citu.",
                     "line": "Līnija savienota ar līniju.",
                     "area": "Līnija savienota ar apgabalu."
-                }
+                },
+                "restriction": "Šos objektus nevar savienot, jo tas bojātu \"{relation}\" relāciju."
             },
             "disconnect": {
                 "title": "Atvienot",
                 "title": "Sapludināt",
                 "description": "Apvienot šos objektus.",
                 "key": "C",
+                "annotation": "Apvienoja {n} objektus.",
                 "not_eligible": "Šos objektus nevar apvienot."
             },
             "move": {
                     "line": "Līnija pagriezta.",
                     "area": "Apgabals pagriezts.",
                     "multiple": "Pagrieza vairākus objektus"
+                },
+                "incomplete_relation": {
+                    "single": "Šo objektu nevar pagriezt, jo tas nav pilnībā lejuplādēts.",
+                    "multiple": "Šos objektus nevar pagriezt, jo tie nav pilnībā lejupielādēti."
+                },
+                "too_large": {
+                    "single": "Šo objektu nevar pagriezt, jo tas nav pietiekami redzams.",
+                    "multiple": "Šos objektus nevar pagriezt, jo tie nav pietiekami redzami."
                 }
             },
             "reverse": {
             "split": {
                 "title": "Sadalīt",
                 "description": {
+                    "line": "Sadalīt šo līniju divās daļās šajā punktā.",
                     "area": "Sadalīt šī apgabala robežu divās daļās."
                 },
                 "key": "X",
             "localized_translation_name": "Vārds"
         },
         "zoom_in_edit": "Pietuvini lai labotu",
-        "login": "Ienākt",
-        "logout": "Iziet",
         "loading_auth": "Savienojas ar OpenStreetMap...",
         "report_a_bug": "Ziņot par kļūdu",
         "help_translate": "Palīdzi tulkot",
             },
             "streetlevel": {
                 "title": "Ielas līmeņa attēli"
+            },
+            "field": {
+                "restrictions": {
+                    "modifying": {
+                        "title": "Rediģē"
+                    }
+                }
             }
         },
         "intro": {
+            "ok": "Labi",
             "graph": {
                 "block_number": "<value for addr:block_number>",
                 "county": "<value for addr:county>",
                 "state": "<value for addr:state>",
                 "subdistrict": "<value for addr:subdistrict>",
                 "suburb": "<value for addr:suburb>",
-                "countrycode": "lv"
+                "countrycode": "lv",
+                "name": {
+                    "pizza-hut": "Čilli pica"
+                }
             },
             "navigation": {
                 "title": "Navigācija"
             "lines": {
                 "title": "Līnijas"
             },
+            "buildings": {
+                "title": "Ēkas"
+            },
             "startediting": {
+                "title": "Sākt rediģēt",
+                "help": "Tu tagad esi gatavs rediģēt OpenStreetMap!{br}Tu vari atskaņot šo walkthrough jebkurā laikā, vai arī apskatīt papildus dokumentāciju spiežot {button} Palīdzības pogu vai spiežot '{key}' taustiņu.",
                 "save": "Neizmirstiet regulāri saglabāt izmaiņas!",
                 "start": "Sāc kartēt!"
             }
         },
         "shortcuts": {
+            "title": "Klavietūras īsinājumtaustiņi",
+            "tooltip": "Rādīt īsinājumtaustiņu ekrānu.",
+            "toggle": {
+                "key": "?"
+            },
+            "key": {
+                "alt": "Alt"
+            },
             "browsing": {
                 "navigation": {
                     "zoom": "Tuvināt / Tālināt"
                         "exit": "Izeja"
                     }
                 },
+                "aerialway/capacity": {
+                    "placeholder": "500, 2500, 5000..."
+                },
                 "aerialway/duration": {
+                    "label": "Ilgums (minūtēs)",
                     "placeholder": "1, 2, 3..."
                 },
                 "aerialway/heating": {
                 "tourism/attraction": {
                     "name": "Tūrisma objekts"
                 },
+                "tourism/camp_site": {
+                    "name": "Kempinga vieta"
+                },
                 "tourism/gallery": {
                     "name": "Mākslas galerija"
                 },
                 "traffic_calming/bump": {
                     "name": "Guļošais Policists"
                 },
+                "traffic_calming/hump": {
+                    "name": "Guļošais Policists"
+                },
+                "type/boundary": {
+                    "name": "Robeža"
+                },
+                "type/boundary/administrative": {
+                    "name": "Administratīvā robeža"
+                },
+                "type/restriction": {
+                    "name": "Aizliegums"
+                },
+                "vertex": {
+                    "name": "Cits"
+                },
                 "waterway": {
                     "name": "Ūdensceļš"
                 },
                 "name": "OpenStreetMap Gana Twitterī",
                 "description": "Seko mums Twitterī: {url}"
             },
+            "talk-gh": {
+                "name": "Talk-gh E-pasta saraksts",
+                "description": "Talk-gh ir Oficiāls E-Pasta saraksts Ganas OSM kopienai."
+            },
             "osm-mg-facebook": {
-                "name": "OpenStreetMap Madagaskaras Facebook Grupa"
+                "name": "OpenStreetMap Madagaskaras Facebook Grupa",
+                "description": "Malgašu Facebook grupa cilvēkiem, kas interesējas par OpenStreetMap."
+            },
+            "talk-mg": {
+                "name": "Talk-mg E-pasta liste",
+                "description": "Vieta, kur Madagaskaras OpenStreetMap lietotāji, kopienas un kartētāji var dalīties un diskutēt."
             },
             "OSM-BGD-facebook": {
                 "name": "OpenStreetMap Bangladeša",
                 "extendedDescription": "Kartē Bangladešā? Ir jautājumi, vai gribi sazināties ar mūsu kopienu? Pievienojies {url}. Visi ir gaidīti!"
             },
             "OSM-India-facebook": {
+                "name": "OpenStreetMap Indija - Apkārtnes kartēšana",
                 "description": "Uzlabo OpenStreetMap Indijā",
                 "extendedDescription": "Kartē indijā? Ir jautājumi, gribi sazināties ar mūsu kopienu? Pievienojies {url}. Visi ir gaidīti!",
                 "events": {
                     "sotmasia2018": {
+                        "name": "State of the Map Āzija 2018",
+                        "description": "Pievienojies 2018. gada OpenStreetMap State of the Map Asia konferencei Indijā.",
                         "where": "Indijas Vadības Institūts, Bengalūru, Indija"
                     }
                 }
             },
             "OSM-india-mailinglist": {
-                "name": "OpenStreetMap Indijas Adresātu Saraksts"
+                "name": "OpenStreetMap Indijas Adresātu Saraksts",
+                "description": "Talk-in ir Oficiāls E-Pasta saraksts Indiešu OSM kopienai."
             },
             "OSM-india-twitter": {
                 "name": "OpenStreetMap Indija Twiteris",
                 "description": "Mēs esam viena tvīta attālumā: {url}"
             },
             "OSM-India-Puducherry-Facebook": {
-                "name": "Brīvas Programmatūras un Aparatūras Kustība - Facebook"
+                "name": "Brīvas Programmatūras un Aparatūras Kustība - Facebook",
+                "description": "FSHM Facebook lapa, lai uzzinātu par kopienas notikumiem un  aktivitātēm",
+                "extendedDescription": "FSHM organizē saietus jebkam, kas ir saistīts ar brīvu programmatūru/aparatūru, tehnoloģiju, aktīvismu un OpenStreetMap. Facebook lapa ir labākais veids kā turēties kontaktā ar mūsu notikumiem."
             },
             "OSM-India-Puducherry-Matrix": {
-                "name": "Brīvas Programmatūras un Aparatūras Kustība - Matrix"
+                "name": "Brīvas Programmatūras un Aparatūras Kustība - Matrix",
+                "description": "FSHM Riot grupa, lai diskutētu, dalītos un atjaunotu kartēšanas aktivitātes un notikumus ap Pudučerri.",
+                "extendedDescription": "FSHM kopienas biedri dalās ar saviem OSM labojumiem / pieredzi caur Riot.im grupu. Šo grupu arī izmanto lai diskutētu par brīvu aparatūru / programmatūru, tehnoloģiju un aktīvismu. "
             },
             "OSM-IDN-facebook": {
                 "name": "OpenStreetMap Indonēzija",
-                "description": "Uzlabo OpenStreetMap Indonēzijā"
+                "description": "Uzlabo OpenStreetMap Indonēzijā",
+                "extendedDescription": "Kartē Indonēzijā? Ir jautājumi, gribi sazināties ar mūsu kopienu? Pievienojies {url}. Visi ir gaidīti!"
             },
             "OSM-japan-facebook": {
                 "name": "OpenStreetMap Japānas Kopiena",
                 "description": "Neoficiāls Kanāls priekš OpenStreetMap kartētājiem, kopienām un lietotājiem Korejā, kur dalīties un diskutēt."
             },
             "OSM-MY-facebook": {
-                "name": "OpenStreetMap Malaizija Facebookā"
+                "name": "OpenStreetMap Malaizija Facebookā",
+                "description": "Čatam par jebko, kas ir saistīts ar OpenStreetMap!"
             },
             "OSM-MY-forum": {
                 "name": "OpenStreetMap Malaizijas forums",
                 "description": "Esiet sveicināti OpenStreetMap Filipīnās, kur mēs aicinām visus Filipīniešus pievienoties un atbalstīt OpenStreetMap projektu."
             },
             "OSM-PH-mailinglist": {
+                "name": "Talk-ph E-pasta liste",
                 "description": "Adresātu saraksts, kur var diskutēt par OpenStreetMap Filipīnās"
             },
             "OSM-PH-slack": {
                 "extendedDescription": "Kartē Šrilankā? Ir jautājumi, vai gribi sazināties ar mūsu kopienu? Pievienojies {Url}. Visi ir gaidīti!"
             },
             "OSM-TW-facebook": {
-                "name": "OpenStreetMap Taivānas Kopiena"
+                "name": "OpenStreetMap Taivānas Kopiena",
+                "description": "Facebook grupa OpenStreetMap kartētājiem, lai diskutētu par notikumiem Taivānā."
             },
             "OSM-TW-mailinglist": {
-                "name": "OpenStreetMap Taivānas Adresātu Saraksts"
+                "name": "OpenStreetMap Taivānas Adresātu Saraksts",
+                "description": "Talk-tw ir Oficiāls E-Pasta saraksts, kur kopienas var diskutēt par notikumiem Taivānā."
+            },
+            "OSM-TH-CNX-meetup": {
+                "name": "OSM saiets Chiang Mai",
+                "description": "Neregulārs OpenStreetMap kopienas saiets Chiang Mai",
+                "extendedDescription": "OpenStreetMap kopienas biedri satiekas ik pa pāris mēnešiem Chiang Mai. Sazienies ar mums un apskati {url} lai redzētu kad notiek nākošais saiets."
             },
             "OSM-TH-facebook": {
                 "name": "OpenStreetMap TH Facebook grupa",
                 "description": "OpenStreetMap Albānijas forums"
             },
             "al-maptime-tirana": {
-                "description": "Ap kartēšanu organizēti sociālie notikumi - iesācēji laipni lūgti!"
+                "name": "Maptime Tirāna",
+                "description": "Ap kartēšanu organizēti sociālie notikumi - iesācēji laipni lūgti!",
+                "extendedDescription": "Maptime ir atvērta mācību vide visiem zināšanu līmeņiem, dodot mācību atbalstu iesācējiem. Maptime ir gan elastīgs, gan strukturēts, veidojot vietu kartēšanas konsultācijām, darbnīcām, ejošiem projektiem ar vienu mērķi un neatkarīgam/sadarbīgam darba laikam."
             },
             "al-telegram": {
                 "name": "OSM Albānijas Telegram kanāls",
                 "name": "OpenStreetMap Austrijas Forums",
                 "description": "Oficiālais forums priekš OpenStreetMap jautājumiem Austrijā un apkārt tai!"
             },
+            "at-mailinglist": {
+                "name": "Talk-ph E-pasta liste",
+                "description": "Talk-at ir Oficiāls E-Pasta saraksts Austrijas OSM kopienai."
+            },
+            "at-twitter": {
+                "name": "OpenStreetMap Austrija Twiteris",
+                "description": "OpenStreetMap Austrija Twitterī: {url}"
+            },
+            "osmgraz-meetup": {
+                "name": "OSM kopienas saiets Grācā",
+                "description": "Ikmēneša saiets OpenStreetMap kopienai Grācā"
+            },
+            "osmgraz-twitter": {
+                "name": "OSM Grācas kopienas twitteris",
+                "description": "OpenStreetMap Grācas kopienas twitteris"
+            },
             "osm-at": {
-                "name": "OpenStreetMap Austrija"
+                "name": "OpenStreetMap Austrija",
+                "description": "Platforma informācijai par OpenStreetMap Austrijā"
             },
             "byosm": {
                 "name": "OpenStreetMap Baltkrievija",
                 "description": "OpenStreetMap Baltkrievijas telegram čats"
             },
             "be-facebook": {
-                "name": "OpenStreetMap BE Kopiena"
+                "name": "OpenStreetMap BE Kopiena",
+                "description": "Kartētāji un OpenStreetMap lietotāju Facebook Beļģijā"
             },
             "be-forum": {
                 "name": "OpenStreetMap BE forums",
                 "description": "Pievienojies #osmbe kanālam irc.oftc.net serverī (6667 ports)",
                 "extendedDescription": "Pievienojies #osmbe kanālam irc.oftc.net serverī (6667 ports), tas ir savienots ar Matrix čata kanālu"
             },
+            "be-mailinglist": {
+                "name": "Talk-mg E-pasta saraksts",
+                "description": "Talk-be ir Oficiāls E-Pasta saraksts Beļģijas OSM kopienai."
+            },
             "be-maptime": {
-                "description": "Ap kartēšanu organizēti sociālie notikumi - iesācēji laipni lūgti!"
+                "name": "Maptime Beļģija",
+                "description": "Ap kartēšanu organizēti sociālie notikumi - iesācēji laipni lūgti!",
+                "extendedDescription": "Maptime ir atvērta mācību vide visiem zināšanu līmeņiem, dodot mācību atbalstu iesācējiem. Maptime ir gan elastīgs, gan strukturēts, veidojot vietu kartēšanas konsultācijām, darbnīcām, ejošiem projektiem ar vienu mērķi un neatkarīgam/sadarbīgam darba laikam."
             },
             "be-matrix": {
                 "name": "OpenStreetMap BE Matrix kanāls",
                 "name": "OpenStreetMap Horvātijas IRC",
                 "description": "Pievienojies kanālam #osm-hr, serverī irc.freenode.org (6667 ports)"
             },
+            "hr-mailinglist": {
+                "name": "Talk-hr E-pasta saraksts",
+                "description": "Talk-mg e-pasta saraksts"
+            },
             "czech-community": {
                 "name": "Čehijas OSM Kopiena",
                 "description": "Kartes portāls, mājaslapa un kontakinformācija OSM biedriem Čehijā"
             },
             "osmcz-facebook": {
-                "name": "OpenStreetMap CZ Facebookā"
+                "name": "OpenStreetMap CZ Facebookā",
+                "description": "Seko Čehu kopienai Facebook - ieskaitot tulkotu WeeklyOSM!"
             },
             "osmcz-twitter": {
                 "name": "Čehu twitteris @osmcz",
                 "description": "Seko Čehu kopienai Twitterī - ieskaitot tulkotu WeeklyOSM!"
             },
+            "talk-cz-mailinglist": {
+                "name": "Čehu e-pasta saraksts (talk-cz)",
+                "description": "Talk-cz ir Oficiāls E-Pasta saraksts Čehu OSM kopienai"
+            },
             "dk-forum": {
                 "name": "OpenStreetMap Dānijas interneta forums",
                 "description": "OpenStreetMap Dānijas interneta forums"
                 "name": "OpenStreetMap Dānijas IRC",
                 "description": "Pievienojies #osm-dk kanālam irc.oftc.net serverī (6667 ports)"
             },
+            "dk-mailinglist": {
+                "name": "Talk-dk E-pasta saraksts",
+                "description": "E-pasta saraksts, kur var diskutēt par OpenStreetMap Dānijā"
+            },
+            "fi-forum": {
+                "name": "OpenStreetMap FI forums",
+                "description": "OpenStreetMap Somijas interneta forums"
+            },
+            "fi-irc": {
+                "name": "OpenStreetMap Somijas IRC",
+                "description": "Pievienojies #osm-fi kanālam irc.oftc.net serverī (6667 ports)"
+            },
+            "fi-mailinglist": {
+                "name": "Talk-fi E-pasta saraksts",
+                "description": "Talk-fi ir Oficiāls E-Pasta saraksts Austrijas OSM kopienai."
+            },
             "fr-facebook": {
                 "name": "OpenStreetMap Francijas Facebook lapa",
                 "description": "OpenStreetMap Francijas Facebook lapa"
                 "name": "OpenStreetMap Francijas IRC",
                 "description": "Pievienojies #osm-fr kanālam irc.oftc.net serverī (6667 ports)"
             },
+            "fr-mailinglist": {
+                "name": "Talk-fr E-pasta saraksts",
+                "description": "Talk-fr e-pasta saraksts"
+            },
             "fr-twitter": {
                 "name": "OpenStreetMap Francija Twitterī",
                 "description": "OpenStreetMap Francija Twitterī: {url}"
             },
+            "de-berlin-mailinglist": {
+                "name": "Berlīnes e-pasta saraksts",
+                "description": "Šis ir e-pasta saraksts Berlīnes OSM kopienai"
+            },
             "de-berlin-meetup": {
                 "name": "OpenStreetMap Berlīnes-Brandenburgas Saiets",
                 "description": "Kartētāji un OpenStreetMap lietotāji Berlīnes apkārtnē"
                 "name": "OpenStreetMap Vācijas IRC",
                 "description": "Pievienojies #osm-de kanālam irc.oftc.net serverī (6667 ports)"
             },
+            "de-mailinglist": {
+                "name": "Talk-de E-pasta saraksts",
+                "description": "Talk-de ir Oficiāls E-Pasta saraksts Vācijas OSM kopienai"
+            },
+            "de-ostwestfalen-lippe-mailinglist": {
+                "name": "OWL e-pasta saraksts"
+            },
+            "de-telegram": {
+                "name": "OpenStreetMap Vācijas Telegram",
+                "description": "Pievienojies OpenStreetMap Vācijas Telegram supergrupai šeit: {url}"
+            },
+            "osm-de": {
+                "name": "OpenStreetMap Vācija",
+                "description": "Platforma informācijai par OpenStreetMap Vācijā"
+            },
+            "hu-facebook": {
+                "name": "OpenStreetMap HU Facebookā.",
+                "description": "Kartētāji un OpenStreetMap lietotāju Facebook Ungārijā"
+            },
+            "hu-forum": {
+                "name": "OpenStreetMap HU forums",
+                "description": "OpenStreetMap Ungārijas interneta forums"
+            },
+            "hu-meetup": {
+                "name": "OpenStreetMap Ungārijas saiets",
+                "description": "Platforma saietu organizēšanai Ungārijā"
+            },
+            "it-facebook": {
+                "name": "OpenStreetMap Itālijas Facebooks ",
+                "description": "Pievinojies OpenStreetMap Itālijas kopienai Facebookā"
+            },
+            "it-irc": {
+                "name": "OpenStreetMap Itālijas IRC",
+                "description": "Pievienojies #osm-it kanālam irc.oftc.net serverī (6667 ports)"
+            },
+            "it-mailinglist": {
+                "name": "Talk-it E-pasta saraksts",
+                "description": "Talk-it ir Oficiāls E-Pasta saraksts Itāļu OSM kopienai."
+            },
+            "it-telegram": {
+                "name": "@OpenStreetMapItalia Telegram",
+                "description": "OpenStreetMap itālijas Telegram čats"
+            },
+            "it-twitter": {
+                "name": "OpenStreetMap Itālijas Twiteris",
+                "description": "Seko mums Twitterī: {url}"
+            },
+            "OSM-Rome-meetup": {
+                "name": "Incontro Mappatori Romani",
+                "description": "Uzlabo OpenStreetMap Romas apkārtnē"
+            },
+            "South-Tyrol-Mailing-List": {
+                "name": "OpenStreetMap Dienvidtiroles e-pasta saraksts",
+                "description": "OpenStreetMap Itālijas reģionālais saziņas saraksts Dienvidtirolei"
+            },
+            "talk-it-lazio": {
+                "name": "OpenStreetMap IT Lazio",
+                "description": "Visi ir laipni aicināti! Piesakies {signupUrl}",
+                "extendedDescription": "E-pasta saraksts kartētājiem Romā un Lazio apkārtnē."
+            },
+            "Trentino-Mailing-List": {
+                "name": "OpenStreetMap Trentino e-pasta saraksts",
+                "description": "OpenStreetMap Itālijas reģionālais saziņas saraksts Trentino"
+            },
             "no-forum": {
                 "name": "OpenStreetMap Norvēģijas interneta forums",
                 "description": "OpenStreetMap Norvēģijas interneta forums"
             },
             "no-irc": {
-                "name": "OpenStreetMap Norvēģijas IRC"
+                "name": "OpenStreetMap Norvēģijas IRC",
+                "description": "Čata telpa kartētājiem un OpenStreetMap lietotājiem, izstrādātājiem un entuziastiem Norvēģijā"
+            },
+            "no-mailinglist": {
+                "name": "OpenStreetMap Norvēģijas e-pasta saraksts",
+                "description": "E-pasta saraskts OpenStreetMap kartētājiem, lietotājiem, izstrādātājiem un entuziastiem Norvēģijā"
+            },
+            "OSM-PL-facebook-group": {
+                "name": "OpenStreetMap Polijas Facebook grupa",
+                "description": "Grupas kartētājiem un OpenStreetMap lietotājiem Polijā"
+            },
+            "OSM-PL-forum": {
+                "name": "OpenStreetMap Polijas forums",
+                "description": "Forums OpenStreetMap Polijas kopienai"
+            },
+            "si-forum": {
+                "name": "OpenStreetMap Slovēnijas Forums",
+                "description": "Forums OpenStreetMap Slovēnijas kopienai"
+            },
+            "si-mailinglist": {
+                "name": "OpenStreetMap Slovēnijas e-pasta saraksts",
+                "description": "E-pasta saraksts Slovēnijas OpenStreetMap kopienai"
+            },
+            "OSM-ES-mailinglist": {
+                "name": "Talk-es e-pasta saraksts",
+                "description": "E-pasta saraksts, kur var diskutēt par OpenStreetMap Spānijā"
+            },
+            "OSM-ES-telegram": {
+                "name": "@OSMes Telegrammā",
+                "description": "OpenStreetMap Spānijas telegram čats"
+            },
+            "osm-se": {
+                "name": "OpenStreetMap.se",
+                "description": "Nodrošina OSM servisus un informāciju vietējai Zviedrijas kopienai"
+            },
+            "se-facebook": {
+                "name": "OpenStreetMap Zviedrijas Facebooks",
+                "description": "OpenStreetMap Zviedrija Facebookā."
+            },
+            "se-forum": {
+                "name": "OpenStreetMap Zviedrijas interneta forums",
+                "description": "OpenStreetMap Zviedrijas interneta forums"
+            },
+            "se-irc": {
+                "name": "OpenStreetMap Zviedrijas IRC",
+                "description": "Pievienojies #osm.se kanālam irc.oftc.net serverī (6667 ports)"
+            },
+            "se-mailinglist": {
+                "name": "Talk-se E-pasta saraksts",
+                "description": "E-pasta saraksts, kur var diskutēt par OpenStreetMap Zviedrijā"
+            },
+            "se-twitter": {
+                "name": "OpenStreetMap Zviedrija Twitterī",
+                "description": "Seko mums Twitterī: {url}"
+            },
+            "gb-mailinglist": {
+                "name": "Talk-gb E-pasta saraksts"
             },
             "gb-irc": {
-                "description": "Pievienojies #osm-gb kanālam irc.oftc.net serverī (6667 ports)"
+                "description": "Pievienojies #osm-gb kanālam irc.oftc.net serverī (6667 ports)",
+                "extendedDescription": "Pievienojies #osm-gb kanālam irc.oftc.net serverī (6667 ports), Lūdzu esi pacietīgs un pagaidi pāris minūtes pirms uzdod jautājumu"
+            },
+            "OSM-CA-Slack": {
+                "name": "OSM-CA Slack",
+                "description": "Visi ir laipni aicināti! Piesakies {signupUrl}"
+            },
+            "OSM-Vancouver-meetup": {
+                "name": "OpenStreetMap Vankūvera",
+                "description": "Kartētāji un OpenStreetMap lietotāji Vankūveras, BC apkārtnē"
+            },
+            "OSM-CU-telegram": {
+                "name": "OSM Kubas Telegram",
+                "description": "OpenStreetMap Kubas Telegram čats"
+            },
+            "Central-Pennsylvania-OSM": {
+                "name": "Centrālās Pensilvānijas OSM"
+            },
+            "Maptime-ME-meetup": {
+                "name": "MaptimeME"
+            },
+            "PHXGeo-twitter": {
+                "description": "Seko mums Twitterī: {url}"
+            },
+            "talk-au": {
+                "name": "Talk-au E-pasta saraksts"
+            },
+            "OSM-AR-mailinglist": {
+                "name": "Talk-ar E-pasta saraksts",
+                "description": "Vēsturisks e-pasta saraksts. Gandrīz vai vispār netiek lietots."
+            },
+            "OSM-AR-twitter": {
+                "description": "Seko mums Twitterī: {url}"
+            },
+            "OSM-BO-mailinglist": {
+                "name": "Talk-bo E-pasta saraksts"
+            },
+            "OSM-br-mailinglist": {
+                "name": "Talk-br E-pasta saraksts"
+            },
+            "OSM-br-twitter": {
+                "description": "Seko mums Twitterī: {url}"
+            },
+            "OSM-CL-mailinglist": {
+                "name": "Talk-cl E-pasta saraksts"
+            },
+            "OSM-CL-twitter": {
+                "description": "Seko mums Twitterī: {url}"
+            },
+            "OSM-CO-facebook": {
+                "extendedDescription": "Pievienojies kopienai lai uzzinātu vairāk par OpenStreetMap. Visi ir gaidīti!"
+            },
+            "OSM-CO-mailinglist": {
+                "name": "Talk-co E-pasta liste"
+            },
+            "OSM-CO-telegram": {
+                "name": "OSM Kolumbija Telegram",
+                "description": "OpenStreetMap Kolumbijas Telegram čats"
+            },
+            "OSM-CO-twitter": {
+                "name": "OpenStreetMap Kolumbijas Twiteris",
+                "description": "Seko mums Twitterī: {url}"
+            },
+            "OSM-CO": {
+                "name": "OpenStreetMap Kolumbija"
+            },
+            "OSM-EC-telegram": {
+                "name": "OSM Ekvadora Telegrammā",
+                "description": "OpenStreetMap Ekvadoras Telegram čats"
+            },
+            "OSM-PY-telegram": {
+                "name": "OSM Paragvaja Telegrammā",
+                "description": "OpenStreetMap Paragvajas Telegram čats"
+            },
+            "OSM-PE-facebook": {
+                "name": "OpenStreetMap Peru Facebookā.",
+                "description": "Pievinojies OpenStreetMap Peru kopienai Facebookā"
+            },
+            "OSM-PE-mailinglist": {
+                "name": "Talk-pe E-pasta saraksts",
+                "description": "Oficiāls E-Pasta saraksts OpenStreetMap Peru kopienai"
+            },
+            "OSM-PE-matrix": {
+                "name": "OpenStreetMap Peru Matrix čats",
+                "description": "Čato ar citiem OpenStreetMap Peru kopienas biedriem Matrixā."
+            },
+            "OSM-PE-telegram": {
+                "name": "OpenStreetMap Peru Telegram",
+                "description": "Pievienojies OpenStreetMap Peru kopienai Telegram"
             },
             "OSM-PE-twitter": {
                 "name": "OpenStreetMap Peru Twiteris",
                 "description": "Seko mums Twitterī: {url}"
             },
+            "OSM-PE": {
+                "name": "OpenStreetMap Peru",
+                "description": "Jaunumi un resursi OpenStreetMap Peru kopienai"
+            },
             "OSM-Facebook": {
                 "name": "OpenStreetMap Facebookā.",
                 "description": "Spied patīk facebookā, lai saņemtu ziņas un atjauninājumus par OpenStreetMap."
             },
             "OSM-help": {
-                "name": "OpenStreetMap Palīdzība"
+                "name": "OpenStreetMap Palīdzība",
+                "description": "Uzdod jautājumu un saņem atbildes OpenStreetMap kopienas balstītajā jautājumu un atbilžu lapā.",
+                "extendedDescription": "{url} ir visiem kam vajadzīga palīdzība ar OpenStreetMap. Vai nu tu esi iesācējs, vai arī tev ir tehnisks jautājums, mēs esam šeit lai palīdzētu!"
             },
             "OSM-Reddit": {
                 "name": "OpenStreetMap Redditā.",
                 "description": "/r/openstreetmap ir laba vieta, kur var uzzināt vairāk par OpenStreetMap. Jautājiet mums jebko!"
             },
             "OSM-Telegram": {
-                "name": "OpenStreetMap Telegram"
+                "name": "OpenStreetMap Telegram",
+                "description": "Pievienojies OpenStreetMap Telegram globālai supergrupai šeit: {url}"
             },
             "OSM-Twitter": {
                 "name": "OpenStreetMap Twiteris",
                 "description": "Seko mums Twitterī: {url}"
+            },
+            "OSMF": {
+                "name": "OpenStreetMap Fonds",
+                "description": "OSMF ir Lielbritānijā bāzēta bezpeļņas organizācija, kas atbalsta OpenStreetMap Projektu",
+                "extendedDescription": "OSMF atbalsta OpenStreetMap vācot līdzekļus, uzturot serverus kas nodrošina OSM, organizējot ikgadējo State of the Map konferenci, kā arī koordinējot brīvprātīgos, kas uztur un atjaunina OSM. Tu vari parādīt atbalstu un izpaust savu balsi OpenStreetMap virzienā paliekot par OSMF biedru šeit: {signupUrl}",
+                "events": {
+                    "sotm2018": {
+                        "name": "State of the Map 2018",
+                        "description": "Pievienojies mums 3 dienām Milānā, Itālijā Ikgadējai OpenStreetMap konferecei, kas apvieno kopienu, ļauj socializēties, dalīties un mācīties.",
+                        "where": "Milāna, Itālija"
+                    }
+                }
             }
         }
     }
index 27258c8c05b872ca3059b4392456e7e264b06566..ffd1e454d2a960d95c86db941a955730c489c351 100644 (file)
             },
             "add_point": {
                 "title": "Teboka",
+                "description": "Hanampy toeram-pisakafoana, toerana miavaka, boatim-paositra na teboka hafa ao amin'ny sarintany.",
                 "tail": "Tsindrio eo amin'ny sarintany raha hanampy teboka."
             },
+            "add_note": {
+                "title": "Fanamarihana",
+                "description": "Misy tsy mety hitanao ve? Teneno ny mpanao sarintany hafa.",
+                "tail": "Tsindrio eo amin'ny sarintany raha hanampy fanamarihana."
+            },
             "browse": {
                 "title": "Hisava.",
                 "description": "Akisaho ary hakaikezo ny sarintany."
@@ -39,7 +45,8 @@
                 "annotation": {
                     "point": "Nanampy teboka.",
                     "vertex": "Nanampy vona.",
-                    "relation": "Nanampy fifandraisana."
+                    "relation": "Nanampy fifandraisana.",
+                    "note": "Nanampy fanamarihana."
                 }
             },
             "start": {
                 "annotation": "Nanambatra singa {n}.",
                 "not_eligible": "Tsy mety atambatra ireto singa ireto.",
                 "not_adjacent": "Tsy mety atambatra ireto singa ireto satria tsy mifampitohy ny faran'izy ireo.",
-                "incomplete_relation": "Tsy mety atambatra ireto singa ireto satria misy tsy azo manontolo tamin'ny nakàna azy."
+                "incomplete_relation": "Tsy mety atambatra ireto singa ireto satria misy tsy azo manontolo tamin'ny nakàna azy.",
+                "conflicting_tags": "Tsy mety atambatra ireo singa ireo satria mifanipaka ny tenifototra voafaritra sasany."
             },
             "move": {
                 "title": "Hamindra",
                 }
             },
             "reflect": {
+                "title": {
+                    "long": "Hamototra araka ny lavany.",
+                    "short": "Hamototra araka ny hafohiny."
+                },
+                "description": {
+                    "long": {
+                        "single": "Hamototra ito singa ito manodidina ny lavany.",
+                        "multiple": "Hamototra ireto singa ireto manodidina ny lavany."
+                    },
+                    "short": {
+                        "single": "Hamototra ito singa ito manodidina ny hafohiny.",
+                        "multiple": "Hamototra ireto singa ireto manodidina ny hafohiny."
+                    }
+                },
                 "key": {
                     "long": "T",
                     "short": "Y"
+                },
+                "annotation": {
+                    "long": {
+                        "single": "Namototra ilay singa manodidina ny halavany.",
+                        "multiple": "Namototra ireo singa manodidina ny halavany."
+                    },
+                    "short": {
+                        "single": "Namototra ilay singa manodidina ny hafohiny.",
+                        "multiple": "Namototra ireo singa manodidina ny hafohiny."
+                    }
+                },
+                "incomplete_relation": {
+                    "single": "Tsy mety afototra ito singa ito satria mbola tsy azo manontolo.",
+                    "multiple": "Tsy mety afototra ireo singa ireo satria mbola tsy azo manontolo."
+                },
+                "too_large": {
+                    "single": "Tsy mety afototra ito singa ito satria tsy ampy ny faritra miseho aminy.",
+                    "multiple": "Tsy mety afototra ireo singa ireo satria tsy ampy ny faritra miseho aminy."
+                },
+                "connected_to_hidden": {
+                    "single": "Tsy mety afototra ito singa ito satria mipetaka amina singa tsy miseho.",
+                    "multiple": "Tsy mety afototra ireo singa ireo satria mipetaka amina singa tsy miseho ny sasany aminy."
                 }
             },
             "rotate": {
                     "single": "Hanodina an'ito singa ito manodidina ny ivony.",
                     "multiple": "Hanodina an'ireto singa ireto manodidina ny ivony."
                 },
+                "key": "R",
                 "annotation": {
                     "line": "Nanodina an'ilay tsipika.",
                     "area": "Nanodina an'ilay faritra.",
             "reverse": {
                 "title": "Hamototra",
                 "description": "Hamototra ny fizotran'ito tsipika ito.",
+                "key": "V",
                 "annotation": "Namototra an'ilay tsipika."
             },
             "split": {
                 "title": "Hizara",
                 "description": {
                     "line": "Hizara an'ito tsipika ito ho roa eto amin'ito vona ito.",
-                    "area": "Hizara ny sisin'ito faritra ito ho roa."
+                    "area": "Hizara ny sisin'ito faritra ito ho roa.",
+                    "multiple": "Hanapaka ny tsipika/sisin'ny faritra ho roa eto amin'ity teboka ity."
                 },
+                "key": "X",
                 "annotation": {
                     "line": "Hanapaka tsipika",
                     "area": "Hanapaka sisina faritra",
                 "not_eligible": "Tsy mety tapahana amin'ny fanombohany na ny fiafarany ny tsipika.",
                 "multiple_ways": "Misy tsipika maro loatra eto ka tsy mety tapahana.",
                 "connected_to_hidden": "Tsy mety tapahana ity satria mifampitohy amina zavatra tsy miseho."
+            },
+            "restriction": {
+                "annotation": {
+                    "create": "Nanampy fameperam-pihodinana",
+                    "delete": "Nanala ilay fameperam-pihodinana"
+                }
+            },
+            "detach_node": {
+                "title": "Hanendaka",
+                "key": "E",
+                "description": "Hanendaka ito vona ito avy amin'ireo tsipika/faritra.",
+                "annotation": "Nanendaka ilay vona tamin'ireo tsipika/faritra nisy azy.",
+                "connected_to_hidden": "Tsy mety endahana ito vona ito satria mipetaka amina singa tsy miseho."
             }
         },
         "restriction": {
                 "via_node_only": "Teboka ihany"
             },
             "help": {
+                "indirect": "(an-kolaka)",
+                "turn": {
+                    "no_left_turn": "TSY MISY Fihodinana Miankavia {indirect}",
+                    "no_right_turn": "TSY MISY Fihodinana Miankavanana {indirect}",
+                    "no_u_turn": "TSY MISY Fihodinana Manao U {indirect}",
+                    "no_straight_on": "TSY MISY Fandrosoana Mahitsy {indirect}",
+                    "only_left_turn": "Mihodina Miankavia IHANY {indirect}",
+                    "only_right_turn": "Mihodina Miankavanana IHANY {indirect}",
+                    "only_u_turn": "Mihodina Manao U IHANY {indirect}",
+                    "only_straight_on": "Mandroso Mahitsy IHANY {indirect}",
+                    "allowed_left_turn": "Mahazo mihodina miankavia {indirect}",
+                    "allowed_right_turn": "Mahazo mihodina miankavanana {indirect}",
+                    "allowed_u_turn": "Mahazo mihodina manao U {indirect}",
+                    "allowed_straight_on": "Mahazo mandroso mahitsy {indirect}"
+                },
                 "from": "AVY AO",
                 "via": "MANARAKA NY",
                 "to": "HATRAO"
             }
         },
+        "undo": {
+            "tooltip": "Hanafoana ny: {action}",
+            "nothing": "Tsy misy hofoanana."
+        },
+        "redo": {
+            "tooltip": "Hamerina ny: {action}",
+            "nothing": "Tsy misy haverina."
+        },
+        "tooltip_keyhint": "Tsindry maika:",
+        "browser_notice": "Ao amin'ny navigateur Firefox, Chrome, Safari, Opera ary Internet Explorer 11 na amboniny ihany no mandeha ity fitaovana ity. Havaozy azafady ny navigateur ampiasainao na mampiasà Potlatch 2 hahafahanao manova ny sarintany.",
+        "translate": {
+            "translate": "Handika",
+            "localized_translation_label": "Ananarana amin'ny fiteny maromaro",
+            "localized_translation_language": "Hisafidy fiteny",
+            "localized_translation_name": "Anarana"
+        },
         "zoom_in_edit": "Hakaikezo raha hanova",
+        "login": "Hiditra",
+        "logout": "Hivoaka",
+        "loading_auth": "An-dalam-pifandraisana amin'ny OpenStreetMap...",
+        "report_a_bug": "Hampita tsy fetezana",
+        "help_translate": "Hanampy handika",
+        "feature_info": {
+            "hidden_warning": "Singa miafina {count}",
+            "hidden_details": "Miafina ireto singa ireto zao: {details}"
+        },
+        "status": {
+            "error": "Tsy afaka mifandray amin'ny API.",
+            "offline": "Tsy mandeha ny API amin'izao. Manandràmana indray mandeha rehefa afaka kelikely.",
+            "readonly": "Maody mamaky fotsiny ny API. Mila miandry ianao hihazonana ny fanovana nataonao.",
+            "rateLimit": "Mametra ny fifandraisana avy amin'olon-tsy fantatra ny API. Azonao andramana atao ny miditra amin'ny alalan'ny kaontinao."
+        },
+        "commit": {
+            "title": "Handefa mankany amin'ny OpenStreetMap",
+            "upload_explanation": "Ny fanovana alefanao dia ho hita amin'ny sarintany rehetra izay mampiasa ny angon-drakitra OpenStreetMap.",
+            "upload_explanation_with_user": "Ny fanovana alefanao amin'ny maha {user} anao dia ho hita amin'ny sarintany rehetra izay mampiasa ny angon-drakitra OpenStreetMap.",
+            "request_review": "Tiako hisy hanamarina ny fanovana nataoko.",
+            "save": "Handefa",
+            "cancel": "Hanafoana",
+            "changes": "Fanovana {count}",
+            "download_changes": "Haka ny rakitra osmChange",
+            "warnings": "Fampitandremana",
+            "modified": "Voaova",
+            "deleted": "Voafafa",
+            "created": "Voaforona",
+            "about_changeset_comments": "Mombamomba ny fanehoan-kevitra ao amin'ny vondron'ova",
+            "google_warning": "Voalazanao ao amin'ity fanehoan-kevitra ity ny hoe Google: tadidio fa tsy azo atao tanteraka ny mandika avy amin'ny Google Maps."
+        },
+        "contributors": {
+            "list": "Fanovana nataon'i {users}",
+            "truncated_list": "Fanovana nataon'i {users} sy {count} hafa"
+        },
         "info_panels": {
+            "key": "I",
             "background": {
-                "zoom": "Hakaiky"
+                "key": "B",
+                "title": "Lafika",
+                "zoom": "Hakaiky",
+                "source": "Loharano",
+                "description": "Famariparitana",
+                "unknown": "Tsy fantatra",
+                "show_tiles": "Hampiseho ny kapila",
+                "hide_tiles": "Hanafina ny kapila"
+            },
+            "history": {
+                "key": "H",
+                "title": "Raki-panovana",
+                "selected": "{n} voafidy",
+                "no_history": "Tsy Misy Raki-panovana (Singa Vaovao)",
+                "last_edit": "Fanovana Farany",
+                "edited_by": "Fanovana Nataon'i",
+                "changeset": "Vondron'ova",
+                "unknown": "Tsy fantatra",
+                "link_text": "Raki-panovana ao amin'ny openstreetmap.org"
+            },
+            "location": {
+                "key": "L",
+                "title": "Toerana",
+                "unknown_location": "Tsy Fantatra ny Toerana"
+            },
+            "measurement": {
+                "key": "M",
+                "title": "Fandrefesana",
+                "selected": "{n} voafidy",
+                "geometry": "Bika",
+                "closed_line": "tsipika mihidy",
+                "closed_area": "faritra mihidy",
+                "center": "Ivo",
+                "perimeter": "Manodidina",
+                "length": "Halava",
+                "area": "Velarana",
+                "location": "Toerana",
+                "node_count": "Isan'ny vona"
             }
         },
+        "geometry": {
+            "point": "teboka",
+            "line": "tsipika",
+            "area": "faritra"
+        },
+        "geocoder": {
+            "search": "Hitady maneran-tany...",
+            "no_results_visible": "Tsy nisy vokatra teo amin'ny faritra miseho amin'ny sarintany",
+            "no_results_worldwide": "Tsy nisy vokatra hita"
+        },
+        "geolocate": {
+            "title": "Hampiseho ny Toerana Misy Ahy",
+            "locating": "Andraso fa mbola mamantatra ny toerana..."
+        },
+        "inspector": {
+            "no_documentation_combination": "Tsy misy tahirin-kevitra fantatra momba an'ity fitambarana tag  ity",
+            "no_documentation_key": "Tsy misy tahirin-kevitra fantatra momba ity clé ity",
+            "documentation_redirect": "Ity tahirin-kevitra ity dia niova ho any amina pejy vaovao",
+            "show_more": "Hampiseho Misimisy Kokoa",
+            "view_on_osm": "Hijery ao amin'ny openstreetmap.org",
+            "all_fields": "Ny saha rehetra",
+            "all_tags": "Ny tags rehetra",
+            "all_members": "Ny mpikambana rehetra",
+            "role": "Anjara asa",
+            "choose": "Safidio ny karazan'ny singa",
+            "results": "Vokatra {n} hoan'ny {search}",
+            "reference": "Hijery ao amin'ny OpenStreetMap Wiki",
+            "back_tooltip": "Hanova ny singa",
+            "remove": "Hanala",
+            "search": "Hikaroka",
+            "multiselect": "Singa voafidy",
+            "unknown": "Tsy fantatra",
+            "feature_list": "Hikaroka singa",
+            "edit": "Hanova ny singa",
+            "check": {
+                "yes": "Eny",
+                "no": "Tsia",
+                "reverser": "Hanova ny fizotra"
+            },
+            "radio": {
+                "structure": {
+                    "type": "Karazany",
+                    "default": "Tsy miova",
+                    "layer": "Sosona"
+                }
+            },
+            "add": "Hanampy",
+            "none": "Tsy misy",
+            "node": "Vona",
+            "way": "Làlana",
+            "location": "Toerana",
+            "add_fields": "Hanampy saha:"
+        },
+        "background": {
+            "title": "Lafika",
+            "description": "Fikirana ny lafika",
+            "key": "B",
+            "backgrounds": "Lafika",
+            "none": "Tsy misy",
+            "best_imagery": "Ny loharanon-tsary tsara indrindra fantatra hoan'ity toerana ity",
+            "switch": "Hiverina amin'ity lafika ity",
+            "custom": "Manokana",
+            "custom_button": "Hanova ny sosona manokana",
+            "custom_prompt": "Ampidiro ny modelin'ny URL. Ny famantarana azo ampiasaina dia:\n - {zoom} or {z}, {x}, {y} hoan'ny tetika Z/X/Y an'ny kapila\n - {-y} or {ty} hoan'ny coordonnées Y endrika TMS mivadika\n - {u} hoan'ny tetika quadtile\n - {switch:a,b,c} hoan'ny DNS server multiplexing\n\nOhatra:\n{example}",
+            "overlays": "Rakotra",
+            "imagery_source_faq": "Fanazavana Momba ny Sary / Hampita Olana",
+            "reset": "Hamerina amin'ny voalohany",
+            "display_options": "Safidy Momba ny Fisehoana",
+            "brightness": "Hazava",
+            "contrast": "Fifanalaviran-kazavana",
+            "saturation": "Haben'ny loko",
+            "sharpness": "Haranitra",
+            "minimap": {
+                "description": "Hampiseho ny sarintany kely",
+                "tooltip": "Hampiseho sarintany jerena lavitra mba hanampy amin'ny fahitana ny toerana misy ny sarintany miseho."
+            },
+            "fix_misalignment": "Hanamboatra ny fihitsin'ny ny sary",
+            "offset": "Akisaho mankany amin'izay tianao eo amin'ny faritra volondavenona eto ambany mba hanovana ny fihitsin'ny sary, na ampidiro ny sandan'ny fikisahana amin'ny metatra."
+        },
+        "map_data": {
+            "title": "Angon-draki-tsarintany",
+            "description": "Angon-draki-tsarintany",
+            "key": "F",
+            "data_layers": "Sosona Angon-drakitra",
+            "layers": {
+                "osm": {
+                    "tooltip": "Angon-draki-tsarintany avy amin'ny OpenStreetMap",
+                    "title": "Angon-drakitra OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Angon-drakitra momba ny fanamarihana avy amin'ny OpenStreetMap",
+                    "title": "Fanamarihana OpenStreetMap"
+                }
+            },
+            "fill_area": "Hameno ireo Faritra",
+            "map_features": "Singa ao amin'ny Sarintany",
+            "autohidden": "Fanahy iniana nafenina ireo singa ireo satria maro loatra no ho niseho teo amin'ny efijery. Hakaikezo raha hanova azy ireo.",
+            "osmhidden": "Fanahy iniana nafenina ireo singa ireo satria miafina ny sosona OpenStreetMap."
+        },
+        "feature": {
+            "points": {
+                "description": "Teboka",
+                "tooltip": "Toerana"
+            },
+            "traffic_roads": {
+                "tooltip": "Arabe, Làlana, sns."
+            },
+            "service_roads": {
+                "description": "Làlana Mankamina Tranon'olona",
+                "tooltip": "Làlana Mankamina Tranon'olona, Làlana Miditra Amina Toeram-pihantsonana, Làlan-tsarety, sns."
+            },
+            "paths": {
+                "description": "Làla-masaka",
+                "tooltip": "Làlana amin'ny Sisin'arabe, Làlan'ny Mpandeha an-tongotra, Làlan'ny Bisikileta, sns."
+            },
+            "buildings": {
+                "description": "Trano",
+                "tooltip": "Trano, Toeram-pialofana, Garazy, sns."
+            },
+            "landuse": {
+                "description": "Momba izay Mandrakotra ny Tany",
+                "tooltip": "Ala, Tanimboly, Valan-javaboary, Faritra Fonenana, Tsena, sns."
+            },
+            "boundaries": {
+                "description": "Sisiny",
+                "tooltip": "Sisintany"
+            },
+            "water": {
+                "description": "Momba ny Rano",
+                "tooltip": "Renirano, Farihy, Kamory, Dobo, sns."
+            },
+            "rail": {
+                "description": "Momba ny Lalam-by",
+                "tooltip": "Lalam-by"
+            },
+            "power": {
+                "description": "Momba ny Herinaratra",
+                "tooltip": "Fitarihana Herinaratra, Toeram-pamokarana Herinaratra, Tobin-herinaratra, sns."
+            },
+            "past_future": {
+                "description": "Lasa/Ho avy",
+                "tooltip": "Andalam-pangatahana, Fanamboarana, Tsy Miasa Intsony, Rava, sns."
+            },
+            "others": {
+                "description": "Hafa",
+                "tooltip": "Izay Zavatra Hafa Rehetra"
+            }
+        },
+        "area_fill": {
+            "wireframe": {
+                "description": "Tsy feno (Endrika Tariby)",
+                "tooltip": "Ny fampiharana ny endrika tariby dia manamora ny fahitana ny sary lafika ao ambany.",
+                "key": "W"
+            },
+            "partial": {
+                "description": "Feno amin'ny Ampahany"
+            },
+            "full": {
+                "description": "Feno Tanteraka",
+                "tooltip": "Natao miseho feno tanteraka ireo faritra."
+            }
+        },
+        "restore": {
+            "heading": "Misy fanovana nataonao mbola tsy voatahiry",
+            "description": "Tianao haverina ve ny fanovana mbola tsy voatahiry tamin'izay nataonao teo aloha?",
+            "restore": "Hamerina ny fanovana nataoko",
+            "reset": "Hamela ny fanovana nataoko"
+        },
+        "save": {
+            "title": "Hitahiry",
+            "help": "Hamarino ny fanovana nataonao ary alefaso any amin'ny OpenStreetMap, mba ho hitan'ny mpampiasa hafa.",
+            "no_changes": "Tsy misy fanovana hotahirizina.",
+            "error": "Nisy tsy nety tamin'ny fanandramana hitahiry ny fanovana",
+            "unknown_error_details": "Hamarino azafady hoe mandeha ny fifandraisana internet ampiasainao.",
+            "uploading": "Eo am-pandefasana ny fanovana mankany amin'ny OpenStreetMap...",
+            "conflict_progress": "Mitady ireo fifanindriana: {num} amin'ny {total}",
+            "unsaved_changes": "Misy fanovana nataonao mbola tsy voatahiry",
+            "conflict": {
+                "header": "Handamina ny fanovana mifanindry",
+                "count": "Fifanindriana {num} amin'ny {total}",
+                "previous": "< Teo Aloha",
+                "next": "Manaraka >",
+                "keep_local": "Hihazona ny ahy",
+                "keep_remote": "Hampiasa ny azy",
+                "restore": "Hamerina",
+                "delete": "Hamela ho Voafafa",
+                "download_changes": "Na alaivo ny rakitra osmChange",
+                "done": "Voalamina ny fifanindriana rehetra!",
+                "help": "Nisy mpampiasa hafa nanova ny sasany amin'ny singan-tsarintany novainao.\nTsindio ny tsirairay amin'ireo singa eto ambany hahafantaranao misimisy kokoa momba ny fifanindriana, dia misafidia na hihazona\nny fanovana nataonao na ny an'ny mpampiasa hafa.\n"
+            }
+        },
+        "merge_remote_changes": {
+            "conflict": {
+                "deleted": "Nofafan'i {user} ity singa ity.",
+                "location": "Samy nanova toerana ity singa ity ianareo sy {user}.",
+                "nodelist": "Samy nanova ireo vona ianareo sy {user}.",
+                "tags": "Novainao ho \"{local}\" ny tag <b>{tag}</b> nefa i {user} nanova azy ho \"{remote}\"."
+            }
+        },
+        "success": {
+            "just_edited": "Efa nanova an'i OpenStreetMap izay!",
+            "thank_you": "Misaotra anao manatsara ny sarintany.",
+            "thank_you_location": "Misaotra anao manatsara ny sarintany manodidina an'i {where}.",
+            "help_html": "Tokony hiseho ao amin'ny OpenStreetMap ny fanovana nataonao ao anatin'ny minitra vitsivitsy. Mety ho elaela kosa ny sarintany any amin'ny toeran-kafa vao miova.",
+            "help_link_text": "Antsipiriany",
+            "view_on_osm": "Hijery ny Fiovana ao amin'ny OSM",
+            "changeset_id": "Ny vondron'ova nataonao #: {changeset_id}",
+            "like_osm": "Tianao ve i OpenStreetMap? Mifandraisa amin'ny hafa:",
+            "more": "Misimisy kokoa",
+            "events": "Hetsika",
+            "languages": "Fiteny: {languages}",
+            "missing": "Misy banga ve ito lisitra ito?",
+            "tell_us": "Teneno!"
+        },
+        "confirm": {
+            "okay": "OK",
+            "cancel": "Hanafoana"
+        },
+        "splash": {
+            "welcome": "Tongasoa eto amin'ny éditeur OpenStreetMap iD",
+            "text": "iD dia fitaovana mora ampiasaina nefa matanjaka mba handraisana anjara amin'ny sarintany misokatra tsara indrindra eto an-tany. Ity dia fivoahana faha {version}. Raha te hahalala misimisy kokoa dia tsidiho ny {website} ary tatero ao amin'ny {github} ny tsy fetezana.",
+            "walkthrough": "Hanomboka ny Fanoroana",
+            "start": "Hanova amin'izay"
+        },
+        "source_switch": {
+            "lose_changes": "Misy fanovana nataonao mbola tsy voatahiry. Raha mivery any amin'ny sarintany ianao dia very ireo. Azonao antoka ve fa te hiverina any amin'ny sarintany tokoa ianao?"
+        },
+        "version": {
+            "whats_new": "Inona no zava-baovao ao amin'ny iD fivoahana faha {version}"
+        },
+        "tag_reference": {
+            "description": "Famariparitana",
+            "on_wiki": "{tag} ao amin'ny wiki.osm.org",
+            "used_with": "ampiasaina miaraka amin'ny {type}"
+        },
+        "validations": {
+            "disconnected_highway": "Nanasaraka ny làlana",
+            "disconnected_highway_tooltip": "Ny làlana dia tokony hifandray amin'ny làlana hafa na amin'ny fidirana amina trano.",
+            "untagged_point": "Teboka tsy misy tag",
+            "untagged_point_tooltip": "Safidio izay karana singa mahalaza hoe inona ito teboka ito.",
+            "untagged_line": "Tsipika tsy misy tag",
+            "untagged_line_tooltip": "Safidio izay karazana singa mahalaza hoe inona ito tsipika ito.",
+            "untagged_area": "Faritra tsy misy tag",
+            "untagged_area_tooltip": "Safidio izay karana singa mahalaza hoe inona ito faritra ito.",
+            "untagged_relation": "Relation tsy misy tag",
+            "untagged_relation_tooltip": "Safidio izay karana singa mahalaza hoe inona ito relation ito.",
+            "many_deletions": "Eo am-pamafana singa {n} ianao: teboka {p}, tsipika {l}, faritra {a}, relations {r}. Azonao antoka ve izay ataonao? Ity dia hamafa azy ireo tao amin'ny sarintany izay hitan'ny olon-drehetra ao amin'ny openstreetmap.org.",
+            "deprecated_tags": "Tags tsy fampiasa intsony: {tags}"
+        },
         "zoom": {
             "in": "Hanakaiky",
             "out": "Hanalavitra"
         },
         "cannot_zoom": "Tsy afaka manalavitra noho izao intsony amin'ity maody ity.",
+        "full_screen": "Hameno ny Efijery",
         "gpx": {
+            "local_layer": "Hanampy GPX",
             "zoom": "Hanangeza araky ny sosona"
         },
+        "mvt": {
+            "zoom": "Hanangeza araky ny sosona"
+        },
+        "note": {
+            "note": "Fanamarihana",
+            "title": "Hanova ny fanamarihana",
+            "anonymous": "olon-tsy fantatra",
+            "closed": "(Mikatona)",
+            "commentTitle": "Fanehoan-kevitra",
+            "newComment": "Fanehoan-kevitra Vaovao",
+            "inputPlaceholder": "Mampidira fanehoan-kevitra hozaraina amin'ny mpampiasa hafa.",
+            "close": "Hanakatona ny fanamarihana",
+            "open": "Hanokatra ny fanamarihana indray",
+            "comment": "Fanehoan-kevitra",
+            "close_comment": "Hanakatona sy Haneho Hevitra",
+            "open_comment": "Hanokatra Indray sy Haneho Hevitra",
+            "report": "Hitatitra",
+            "new": "Fanamarihana Vaovao",
+            "newDescription": "Hazavao ny tsy fetezana",
+            "save": "Hitahiry ny Fanamarihana",
+            "login": "Mila miditra amin'ny alalan'ny kaontinao ianao mba ho afaka hanova na haneho hevitra amin'ity fanamarihana ity.",
+            "upload_explanation": "Ny fanehoan-kevitrao dia ho hitan'ny besinimaro mampiasa ny OpenStreetMap.",
+            "upload_explanation_with_user": "Ny fanehoan-kevitrao amin'ny maha {user} anao dia ho hitan'ny besinimaro mampiasa ny OpenStreetMap."
+        },
+        "help": {
+            "title": "Fanampiana",
+            "key": "H",
+            "help": {
+                "title": "Fanampiana",
+                "welcome": "Tongasoa eto amin'ny éditeur iD hoan'ny [OpenStreetMap] (https://www.openstreetmap.org/). Amin'ny alalan'ity éditeur ity ianao dia afaka manova an'i OpenStreetMap avy ato amin'ny navigateur ampiasainao.",
+                "open_data_h": "Hanokatra Rakitra",
+                "open_data": "Ny fanovana ataonao amin'ity sarintany ity dia ho hitan'ny olona rehetra mampiasa ny OpenStreetMap. Azonao atao miorina amin'ny fahalalana manokana, ny fidinana ifotony, na ny sary avy eny ambony na ny sary ety amin'ny tany, ny fanovana ataonao. [Tsy azo atao mihitsy] (https://www.openstreetmap.org/copyright) ny mandika avy amin'ny loharano natao hitadiavam-bola toy ny Google Maps.",
+                "before_start_h": "Alohan'ny hanombohanao",
+                "before_start": "Tokony ho efa mifankazatra ny OpenStreetMap sy ity éditeur ity ianao mialohan'ny hanaovanao fanovana. Misy fanoroana atolotr'i iD hampianarana anao ny fototra amin'ny fanovana an'i OpenStreetMap. Tsindrio eo amin'ny \"Hanomboka ny Fanoroana\" eto amin'ity efijery ity raha hanomboka hianatra - 15 minitra eo ho eo fotsiny ny halavan'ilay izy.",
+                "open_source_h": "Hanokatra Loharano",
+                "open_source_help": "Afaka manampy ny iD ianao amin'ny alalan'ny [fandikàna](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) na [fitaterana tsy fetezana](https://github.com/openstreetmap/iD/issues)."
+            },
+            "overview": {
+                "title": "Jery Ankapobeny",
+                "navigation_h": "Fivezivezena",
+                "navigation_drag": "Raha hanakisaka ny sarintany dia tsindrio maharitra ny {leftclick} bokotra havian'ny souris ary akisaho ny souris. Azonao ampiasaina ihany koa ireo bokotra `↓`, `↑`, `←`, `→` an'ny clavier.",
+                "navigation_zoom": "Raha hijery manakaiky na manalavitra dia ampiasao ny bokotra mihodina amin'ny souris na ny trackpad, na ampiasao ireo bokotra {plus} / {minus} etsy amin'ny sarintany. Azonao ampiasaina koa ireo bokotra `+`, `-` eo amin'ny clavier anao.",
+                "features_h": "Singa ao amin'ny Sarintany",
+                "features": "Ampiasaintsika ny teny hoe *singa* mba hilazana ireo zavatra izay miseho eo amin'ny sarintany, toy ny làlana, trano na toerana. Azo ampidirina ho singa ao amin'ny OpenStreetMap avokoa izay zavatra misy rehetra amin'ny tontolo tena izy. Ireo singa ao amin'ny sarintany dia aseho amin'ny alalan'ny *teboka*, *tsipika*, na *faritra*.",
+                "nodes_ways": "Ao amin'ny OpenStreetMap, ny teboka indraindray dia antsoina koa hoe *vona*, ary ny tsipika sy sy ny faritra dia antsoina indraindray hoe *soritra*."
+            },
+            "editing": {
+                "title": "Manova & Mitahiry",
+                "select_h": "Hisafidy",
+                "select_left_click": "{leftclick} Tsindrio amin'ny alalan'ny bokotra havia amin'ny souris eo amin'ny singa iray raha hisafidy azy io. Hisongadina izy avy eo, ary hiseho eo amin'ny takelaka etsy amin'ny sisiny ny mombamomba ilay singa, toy ny anarany na ny adiresiny.",
+                "save_h": "Hitahiry"
+            }
+        },
         "intro": {
             "graph": {
                 "block_number": "<value for addr:block_number>",
                 "navigation": {
                     "zoom": "Hanakaiky / Hanalavitra"
                 }
+            },
+            "editing": {
+                "commands": {
+                    "save": "Hitahiry ny fanovana"
+                }
+            }
+        },
+        "community": {
+            "osm-mg-facebook": {
+                "name": "Vondrona Facebook OpenStreetMap Madagascar",
+                "description": "Vondrona Facebook malagasy ho an'izay liana amin'ny OpenStreetMap."
+            },
+            "talk-mg": {
+                "name": "Mailaka fiseraserana Talk-mg",
+                "description": "Toerana ahafahan'ny mpandray anjara sy ny mpampiasa ny OpenStreetMap eto Madagasikara mifanakalo hevitra sy miresaka."
             }
         }
     }
index cc7b52e6a1717b3dedb8b2539c800328ab2d4462..4a0d6e39d3d565ce093bf1968da18b7bf24dea75 100644 (file)
             "localized_translation_language": "Изберете јазик",
             "localized_translation_name": "Име"
         },
-        "login": "најава",
-        "logout": "одјава",
         "loading_auth": "Се поврзувам со OpenStreetMap...",
         "report_a_bug": "Пријави грешка",
         "help_translate": "Помогнете со преводот",
index 240ef1e410255f551df507e0722fb8fb5752e8bc..e3efad3bd10117c570b6b0e0aa7b56ed273333b5 100644 (file)
@@ -55,8 +55,6 @@
                 "title": "രണ്ടായി പിരിയുക"
             }
         },
-        "login": "ലോഗിൻ",
-        "logout": "പുറത്തുകടക്കുക",
         "geometry": {
             "point": "ബിന്ദു",
             "line": "രേഖ",
index a9133d13bb1309cecba0e3bcd4c3c72fa018d6a1..ef240854dbfff8c0514c6640fd068a8a9386bbfa 100644 (file)
             "localized_translation_name": "Nama"
         },
         "zoom_in_edit": "Zum lebih dekat untuk menyunting",
-        "login": "log masuk",
-        "logout": "log keluar",
         "loading_auth": "Berhubung ke OpenStreetMap...",
         "report_a_bug": "Laporkan suatu pepijat",
         "help_translate": "Bantu penterjemahan",
         "cannot_zoom": "Had zum jauh telah dicapai dalam mod yang sedang dipakai.",
         "full_screen": "Togol Skrin Penuh",
         "gpx": {
-            "local_layer": "Fail tempatan",
             "drag_drop": "Tarik dan lepaskan suatu fail .gpx, .geojson atau .kml masuk halaman ini, atau klik butang di sebelah kanan untuk mengimbas",
             "zoom": "Zum ke lapisan",
             "browse": "Semak imbas untuk fail"
index 92874b895d1c8c87dbf99944e7bc4c93a0a3f564..c4823fd9895ab97f2e065d1229cfb6fccff76dea 100644 (file)
                 "description": "Voeg restaurants, monumenten, brievenbussen of andere punten toe aan de kaart.",
                 "tail": "Klik in de kaart om een punt toe te voegen."
             },
+            "add_note": {
+                "title": "Opmerking bij kaart",
+                "description": "Een probleem gezien? Laat het aan andere mappers weten.",
+                "tail": "Klik op de kaart om een \"Opmerking bij kaart\" te maken."
+            },
             "browse": {
                 "title": "Blader",
                 "description": "Verschuif de kaart en zoom in of uit."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Punt toegevoegd.",
                     "vertex": "Knoop aan een weg toegevoegd.",
-                    "relation": "Relatie toegevoegd."
+                    "relation": "Relatie toegevoegd.",
+                    "note": "Opmerking bij kaart gemaakt."
                 }
             },
             "start": {
                     "create": "Afslagbeperking toegevoegd",
                     "delete": "Afslagbeperking weggehaald"
                 }
+            },
+            "detach_node": {
+                "title": "Losmaken",
+                "description": "Maak dit punt los van deze lijnen/vlakken.",
+                "annotation": "Punt losgemaakt van deze lijnen/vlakken.",
+                "restriction": "Dit punt kan niet losgemaakt worden omdat het  een \"{relation}\" relatie zou beschadigen.",
+                "connected_to_hidden": "Dit punt kan niet losgemaakt worden omdat het verbonden is met een verborgen object."
             }
         },
         "restriction": {
             "localized_translation_name": "Naam"
         },
         "zoom_in_edit": "Zoom in om te bewerken",
-        "login": "Log in",
-        "logout": "Afmelden",
+        "login": "Inloggen",
+        "logout": "Uitloggen",
         "loading_auth": "Aan het verbinden met OpenStreetMap …",
         "report_a_bug": "Meld een bug",
         "help_translate": "Help vertalen",
                 "osm": {
                     "tooltip": "Kaartgegevens van OpenStreetMap",
                     "title": "OpenStreetMap-gegevens"
+                },
+                "notes": {
+                    "tooltip": "Kaartopmerking van OpenStreetMap",
+                    "title": "Kaartopmerkingen van OpenStreetMap"
                 }
             },
             "fill_area": "Vlakken inkleuren",
         "cannot_zoom": "Kan niet verder uitzoomen in huidige modus",
         "full_screen": "Volledig scherm aan/uit",
         "gpx": {
-            "local_layer": "Lokaal bestand",
+            "local_layer": "GPX toevoegen",
             "drag_drop": "Sleep een .gpx-, .geojson- of .kml-bestand naar deze pagina of klik op de knop rechts om te bladeren",
             "zoom": "Laag in beeld brengen",
             "browse": "Selecteer een bestand"
         },
+        "mvt": {
+            "local_layer": "MVT toevoegen",
+            "drag_drop": "Sleep een .mvt of .pbf bestand naar deze pagina, of klik op de knop rechts om te browsen.",
+            "zoom": "Laag in beeld brengen",
+            "browse": "Selecteer een bestand"
+        },
+        "streetside": {
+            "tooltip": "Foto's op straatniveau van Mircrosoft",
+            "title": "Fotolaag (Bing Streetside)",
+            "report": "Rapporteer een privacy-issue met deze afbeelding",
+            "view_on_bing": "Bekijk op Bing Maps",
+            "hires": "Hoge resolutie"
+        },
         "mapillary_images": {
             "tooltip": "Foto's op straatniveau van Mapillary",
             "title": "Fotolaag (Mapillary)"
         "openstreetcam": {
             "view_on_openstreetcam": "Bekijk deze afbeelding op OpenStreetCam"
         },
+        "note": {
+            "note": "Kaartopmerking",
+            "title": "Kaartopmerking bewerken",
+            "anonymous": "anoniem",
+            "closed": "(Gesloten)",
+            "commentTitle": "Commentaren",
+            "newComment": "Nieuwe commentaar",
+            "inputPlaceholder": "Voeg een commentaar toe om te delen met anderen.",
+            "close": "Kaartopmerking afsluiten",
+            "open": "Kaartopmerking heropenen",
+            "comment": "Voeg commentaar toe",
+            "close_comment": "Sluiten met commentaar",
+            "open_comment": "Heropen met commentaar",
+            "report": "Melden",
+            "new": "Nieuwe kaartopmerking",
+            "newDescription": "Omschrijf het probleem.",
+            "save": "Kaartopmerking opslaan",
+            "login": "Je moet ingelogd zijn om deze kaartopmerking te veranderen of becommentariëren.",
+            "upload_explanation": "Je commentaren zullen zichtbaar zijn voor alle OpenStreetMap gebruikers.",
+            "upload_explanation_with_user": "Je commentaren als {user} zullen zichtbaar zijn voor alle OpenStreetMap gebruikers."
+        },
         "help": {
             "title": "Hulp",
             "key": "H",
                 "boundary": "Een of *grens*-relatie (Engels: *boundary*) is een groep van een of meerdere lijnen die samen een administratieve grens vormen.",
                 "boundary_add": "Om een object aan een grensrelatie toe te voegen, selecteer je het \nobject en klik je op de {plus}-knop in het \"Alle relaties\"-gedeelte van \nde objectbewerker. Je kan nu kiezen uit een lijst van relaties in de \nbuurt of een nieuwe aanmaken met \"Nieuwe relatie …\""
             },
+            "notes": {
+                "title": "Kaartopmerkingen",
+                "intro": "*Kaartopmerkingen* of Notes worden gebruikt om andere gebruikers te wijzen op een object dat verbeterd moet worden. Kaaropmerkingen duiden een specifieke plaats op de kaart aan. Om bestaande kaartopmerkingen te zien of er nieuwe toe te voegen, klik op het {data} **Kaartgegevens** paneel om de OpenStreetMap Kaartopmerkingen laag te activeren.",
+                "add_note_h": "Kaartopmerkingen toevoegen",
+                "add_note": "Om een nieuwe kaartopmerking toe te voegen, klik {note} **Kaartopmerking** knop op de toolbar boven de kaart, of klik op de sneltoets `4`. Dit zal de muisaanwijzer vervangen door een kruisje. Om de nieuwe kaartopmerking te maken, ga naar de juiste plaats en {leftclick} klik met je linkermuisknop of toets `Spatiebalk`.",
+                "move_note": "Enkel nieuwe kaartopmerkingen kunnen verplaatst worden. Om te verplaatsen, zet je muisaanwijzer boven de nieuwe kaartopmerking, {leftclick} klik met je linkermuisnknop en hou ingeduwd terwijl je de kaartopmerking verplaatst naar zijn nieuwe plaats.",
+                "update_note_h": "Sluiten, Heropenen en Becommentariëren",
+                "update_note": "Een bestaande kaartopmerking kan bijgewerkt worden door ze te sluiten, te heropenen of een commentaar toe te voegen. De kaartopmerking sluiten geeft aan dat het probleem is opgelost. Heropenen betekent dat het originele probleem niet is opgelost.",
+                "save_note_h": "Kaartopmerkingen opslaan",
+                "save_note": "Je moet bewerkingen van kaartopmerkingen individueel opslaan door op de knoppen onder de commentaren bij de kaartopmerking te klikken. Bewerking van kaartopmerkingen worden **niet** mee opgeslagen met wijzigingen aan de kaart zel die je oplaadt naar OpenStreetMap."
+            },
             "imagery": {
                 "title": "Achtergrondbeelden",
                 "intro": "Het achtergrondbeeld dat onder de kaartdata verschijnt, is een belangrijke bron voor het karteren. Deze beelden kunnen luchtfoto's zijn van satellieten, vliegtuigen en drones, het kunnen ingescande historische kaarten zijn of andere vrij beschikbare brondata.",
             },
             "streetlevel": {
                 "title": "Foto's op straatniveau",
-                "intro": "Foto's op straatniveau zijn nuttig voor het in kaart brengen van verkeersborden, bedrijven en andere details die niet zichtbaar zijn op luchtfoto's. iD ondersteunt dergelijke foto's van [Mapillary](https://www.mapillary.com) en [OpenStreetCam](https://www.openstreetcam.org). Gebruik nooit Google Streetview, de wettelijke consequenties daarvan zijn namelijk niet duidelijk.",
+                "intro": "Foto's op straatniveau zijn nuttig voor het in kaart brengen van verkeersborden, bedrijven en andere details die niet zichtbaar zijn op luchtfoto's. iD ondersteunt dergelijke foto's van  [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) en [OpenStreetCam](https://www.openstreetcam.org). Gebruik nooit Google Streetview, de wettelijke consequenties daarvan zijn namelijk niet duidelijk.",
                 "using_h": "Foto's op straatniveau gebruiken",
                 "using": "Om foto's op straatniveau te gebruiken, klik je op {data} **Kaartgegevens** naast de kaart om het betreffende paneel te openen. Daar kan je beschikbare foto lagen aan of uit te zetten.",
                 "photos": "Als je de fotolaag aanzet, worden lijnen langs fotoreeksen getoond. Wanneer je meer inzoomt, wordt op elke fotolocatie een cirkel getoond. Na nog meer inzoomen wordt een kegel zichtbaar die de richting van de camera aangeeft op het moment dat de foto gemaakt werd (maar die is vaak onnauwkeurig).",
                     "add_point": "'Punt toevoegen'-modus",
                     "add_line": "'Lijn toevoegen'-modus",
                     "add_area": "'Vlak toevoegen'-modus",
-                    "place_point": "Punt plaatsen",
+                    "add_note": "Modus 'Kaartopmerking toevoegen'",
+                    "place_point": "Plaats punt of kaartopmerking",
                     "disable_snap": "Ingedrukt houden om punt-magnetisme uit te zetten",
                     "stop_line": "Tekenen van lijn of vlak beëindigen"
                 },
                     "continue_line": "Lijn verderzetten bij geselecteerde knoop",
                     "merge": "Geselecteerde objecten samenvoegen",
                     "disconnect": "Objecten bij geselecteerde knoop losmaken",
+                    "detach_node": "Geslecteerd punt losmaken van de lijn of het vlak waar het toe behoort",
                     "split": "Lijn bij geselecteerde knoop in twee splitsen",
                     "reverse": "Lijn omkeren",
                     "move": "Geselecteerde objecten verplaatsen",
         },
         "community": {
             "cape-coast-youthmappers": {
-                "description": "Volg ons op Twitter: {url}"
+                "name": "University of Cape Coast YouthMappers",
+                "description": "Volg ons op Twitter: {url}",
+                "extendedDescription": "Dit is officiële account van de afdeling van Youth Mappers van de University of Cape Coast, Ghana. We houden van kaarten, open data en het helpen van kwetsbaren."
             },
             "osm-gh-facebook": {
                 "name": "OpenStreetMap Ghana op Facebook",
-                "description": "Facebook-groep voor mensen met interesse in OpenStreetMap."
+                "description": "Facebook-groep voor mensen met interesse in OpenStreetMap.",
+                "extendedDescription": "Mappers van de Ghaneese gemeenschap. We promoten projecten van OpenStreetMap en het Humanitarian OpenStreetMap Team (HOT)  in Ghana. Sluit je aan."
             },
             "osm-gh-twitter": {
                 "name": "OpenStreetMap Ghana op Twitter",
                 "description": "Volg ons op Twitter: {url}"
             },
             "talk-gh": {
-                "name": "Talk-gh mailinglijst"
+                "name": "Talk-gh mailinglijst",
+                "description": "Talk-gh is de officiële mailing list van de Ghanese OSM community."
             },
             "osm-mg-facebook": {
                 "name": "OpenStreetMap Madagascar-Facebookgroep",
index dbaeff710500489eeb2b03ab68f4a58cfbecab39..24dd515db11d99ef98d8c73f3fb728e81b489c13 100644 (file)
@@ -2,11 +2,18 @@
     "nn": {
         "icons": {
             "information": "info",
-            "remove": "fjern"
+            "remove": "fjern",
+            "undo": "angre"
         },
         "modes": {
             "add_area": {
                 "title": "Område"
+            },
+            "add_line": {
+                "title": "Linje"
+            },
+            "add_point": {
+                "title": "Punkt"
             }
         },
         "operations": {
@@ -46,8 +53,6 @@
             "localized_translation_name": "Namn"
         },
         "zoom_in_edit": "Zoom inn for å redigere",
-        "login": "Logg inn",
-        "logout": "Logg ut",
         "report_a_bug": "Rapporter ein feil",
         "help_translate": "Hjelp til med å omsette",
         "commit": {
             }
         },
         "imagery": {
+            "DigitalGlobe-Premium": {
+                "attribution": {
+                    "text": "Villkår og tilbakemelding"
+                }
+            },
+            "DigitalGlobe-Premium-vintage": {
+                "attribution": {
+                    "text": "Vilkår og tilbakemelding"
+                }
+            },
             "MAPNIK": {
                 "name": "OpenStreetMap (standard)"
             }
+        },
+        "community": {
+            "osm-gh-twitter": {
+                "description": "Følg oss på Twitter: {url}"
+            }
         }
     }
 }
\ No newline at end of file
index 47ca0725d16465cf59e3200f31ed311ebeb9b2b6..97dcd8c48144f9d56c5729f9b5a1c20c7ae36db0 100644 (file)
             "localized_translation_name": "Navn"
         },
         "zoom_in_edit": "Zoom inn for å redigere",
-        "login": "logg inn",
-        "logout": "logg ut",
         "loading_auth": "Kobler til OpenStreetMap...",
         "report_a_bug": "Rapporter feil",
         "help_translate": "Hjelp til med oversettelse",
         "cannot_zoom": "Kan ikke zoome ut lenger i gjeldende modus.",
         "full_screen": "Skru av/på fullskjerm.",
         "gpx": {
-            "local_layer": "Lokal fil",
             "drag_drop": "Dra og slipp en .gpx, .geojson eller .kml-fil på siden, eller trykk knappen til høyre for å bla etter fil",
             "zoom": "Zoom til lag",
             "browse": "Bla etter en fil"
index 6635d820f34b2c53c017a3ea92febae0b446a34e..7029afefcaebc0f560fc05322c38340ef82e3c37 100644 (file)
                 "description": "Dodaje do mapy restauracje, pomniki, skrzynki pocztowe i inne punkty.",
                 "tail": "Kliknij mapę, aby dodać punkt."
             },
+            "add_note": {
+                "title": "Uwaga",
+                "description": "Problem na mapie? Poinformuj o tym innych mapujących.",
+                "tail": "Kliknij na mapie by dodać uwagę."
+            },
             "browse": {
                 "title": "Przeglądaj",
                 "description": "Przesuwaj i zmieniaj przybliżenie mapy."
@@ -39,8 +44,9 @@
             "add": {
                 "annotation": {
                     "point": "Dodano punkt.",
-                    "vertex": "Dodano węzeł do linii.",
-                    "relation": "Dodano relację."
+                    "vertex": "Dodano punkt do linii.",
+                    "relation": "Dodano relację.",
+                    "note": "Uwaga dodana."
                 }
             },
             "start": {
                 "title": "Usuń",
                 "description": {
                     "single": "Trwale usuwa ten obiekt.",
-                    "multiple": "Trwale uwsuwa te obiekty."
+                    "multiple": "Trwale usuwa te obiekty."
                 },
                 "annotation": {
                     "point": "Usunięto węzeł.",
                     "line": "Usunięto linię.",
                     "area": "Usunięto obszar.",
                     "relation": "Usunięto relację.",
-                    "multiple": "Usunięto {n} obiektów."
+                    "multiple": "Usunięto {n} obiekty/obiektów."
                 },
                 "too_large": {
                     "single": "Ten obiekt nie może być usunięty, ponieważ nie jest wystarczająco widoczny.",
                     "area": "Połączono drogę z obszarem."
                 },
                 "relation": "Te obiekty nie mogą zostać połączone, ponieważ mają sprzeczne role w relacji.",
-                "restriction": "Te obiekty nie mogą zostać połączone, ponieważ popsułobby to relację „{relation}”."
+                "restriction": "Te obiekty nie mogą zostać połączone, ponieważ uszkodziłoby to relację „{relation}”."
             },
             "disconnect": {
                 "title": "Rozłącz",
                 "annotation": "Scal {n} obiektów.",
                 "not_eligible": "Te obiekty nie mogą zostać scalone.",
                 "not_adjacent": "Tych obiektów nie można scalić, ponieważ ich węzły nie są połączone.",
-                "restriction": "Te obiekty nie mogą zostać scalone, ponieważ popsułobby to relację „{relation}”.",
+                "restriction": "Te obiekty nie mogą zostać scalone, ponieważ uszkodziłoby to relację „{relation}”.",
                 "relation": "Te obiekty nie mogą zostać scalone, ponieważ mają sprzeczne role w relacji.",
                 "incomplete_relation": "Tych obiektów nie można scalić, ponieważ przynajmniej jeden z nich nie został w pełni pobrany.",
                 "conflicting_tags": "Tego obiektu nie można scalić, ponieważ ich tagi mają sprzeczne wartości."
                     "multiple": "Nie można odbić obiektów, ponieważ nie zostały całkowicie pobrane."
                 },
                 "too_large": {
-                    "single": "Nie można odbić obiektów, ponieważ nie jest wystarczająco widoczny.",
+                    "single": "Nie można odbić obiektu, ponieważ nie jest wystarczająco widoczny.",
                     "multiple": "Nie można odbić obiektów, ponieważ nie są wystarczająco widoczne."
                 },
                 "connected_to_hidden": {
                     "create": "Dodano zakaz/nakaz skrętu",
                     "delete": "Usunięto zakaz/nakaz skrętu"
                 }
+            },
+            "detach_node": {
+                "title": "Odłącz węzeł.",
+                "description": "Odłącza ten węzeł od tych linii/obszarów.",
+                "annotation": "Odłącza węzeł od linii/obszarów.",
+                "restriction": "Ten węzeł nie może być odłączony, gdyż spowodowałoby to uszkodzenie relacji \"{relation}\".",
+                "connected_to_hidden": "Ten węzeł nie może być odłączony, gdyż jest połączony z ukrytym obiektem."
             }
         },
         "restriction": {
             "controls": {
                 "distance": "Odległość",
-                "distance_up_to": "Do {distance}",
+                "distance_up_to": "Nie więcej niż {distance}",
                 "via": "Przez",
-                "via_node_only": "Tylko węzły",
-                "via_up_to_one": "Do 1 linii",
-                "via_up_to_two": "Do 2 linii"
+                "via_node_only": "Tylko węz",
+                "via_up_to_one": "Nie więcej niż 1 odcinek",
+                "via_up_to_two": "Nie więcej niż 2 odcinki"
             },
             "help": {
-                "indirect": "(niebezpośredni)",
+                "indirect": "(pośredni)",
                 "turn": {
                     "no_left_turn": "Zakaz skrętu w lewo {indirect}",
                     "no_right_turn": "Zakaz skrętu w prawo {indirect}",
                     "only_right_turn": "Nakaz skrętu w prawo {indirect}",
                     "only_u_turn": "Nakaz zawracania {indirect}",
                     "only_straight_on": "Nakaz jazdy prosto {indirect}",
-                    "allowed_left_turn": "Zezwolony skręt w lewo {indirect}",
-                    "allowed_right_turn": "Zezwolony skręt w prawo {indirect}",
-                    "allowed_u_turn": "Zezwolone zawracanie {indirect}",
-                    "allowed_straight_on": "Zezwolona jazda prosto {indirect}"
+                    "allowed_left_turn": "Skręt w lewo dozwolony {indirect}",
+                    "allowed_right_turn": "Skręt w prawo dozwolony {indirect}",
+                    "allowed_u_turn": "Zawracanie dozwolone {indirect}",
+                    "allowed_straight_on": "Jazda prosto dozwolona {indirect}"
                 },
-                "from": "Z",
+                "from": "OD",
                 "via": "PRZEZ",
                 "to": "DO",
                 "from_name": "{from}: {fromName}",
                 "from_name_to_name": "{from}: {fromName}, {to}: {toName}",
                 "via_names": "{via}: {viaNames}",
-                "select_from": "Kiliknij aby wybrać element „{from}”",
-                "select_from_name": "Kilkin aby wybrać {from} {fromName}",
-                "toggle": "Kilknij aby zastosować „{turn}”"
+                "select_from": "Kliknij, by wybrać odcinek {from}",
+                "select_from_name": "Kliknij, by wybrać {from} {fromName}",
+                "toggle": "Kliknij, by zastosować „{turn}”"
             }
         },
         "undo": {
             "localized_translation_name": "Nazwa"
         },
         "zoom_in_edit": "Przybliż, aby edytować",
-        "login": "login",
-        "logout": "wyloguj",
+        "login": "Logowanie",
+        "logout": "Wylogowanie",
         "loading_auth": "Łączenie z OpenStreetMap...",
         "report_a_bug": "Zgłoś błąd",
         "help_translate": "Pomóż przetłumaczyć",
             "switch": "Wróć do tego podkładu",
             "custom": "Własne",
             "custom_button": "Edycja własnego podkładu",
-            "custom_prompt": "Wprowadź szablon dla URL kafelków mapy. Obsługiwane symbole:\n   - {zoom}/{z}, {x}, {y} dla schematu adresowania kafelkówZ/X/Y\n   - {-y}/{ty} dla odwróconej współrzędnej Y w adresowaniu TMS\n   - {u} dla QuadTiles\n   - {switch:a,b,c} dla multipleksacji serwerów na poziomie DNS\n\nPrzykład:\n{example}",
+            "custom_prompt": "Wprowadź szablon dla URL kafelka mapy. Obsługiwane symbole:\n   - {zoom}/{z}, {x}, {y} dla schematu adresowania kafelkówZ/X/Y\n   - {-y} lub {ty} dla odwróconej współrzędnej Y w adresowaniu TMS\n   - {u} dla QuadTiles\n   - {switch:a,b,c} dla multipleksacji serwerów na poziomie DNS\n\nPrzykład:\n{example}",
             "overlays": "Nakładki",
             "imagery_source_faq": "Informacje o obrazie / Zgłoś problem",
             "reset": "Przywraca ustawienia",
                 "osm": {
                     "tooltip": "Dane map z OpenStreetMap",
                     "title": "Dane OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Uwagi z OpenStreetMap",
+                    "title": "Uwagi OpenStreetMap"
                 }
             },
             "fill_area": "Wypełnianie obszarów",
                 "delete": "Pozostaw usunięty",
                 "download_changes": "Lub pobierz plik zmian na OSM",
                 "done": "Rozwiązano wszystkie konflikty !",
-                "help": "Inny użytkownik zmienił te same obiekty co ty.\nKlinknij na każdym z nich, aby uzyskać więcej informacji o konflikcie i wybrać\nczy zostawić twoją wersję, czy wersję innego użytkownika.\n"
+                "help": "Inny użytkownik zmienił te same obiekty co ty.\nKlikając na każdym z poniższych obiektów uzyskasz więcej informacji o powstałym konflikcie i będziesz mógł zdecydować, czy mają zostać zapisane zmiany twoje czy tego innego użytkownika.\n\n"
             }
         },
         "merge_remote_changes": {
             "untagged_area": "Nieoznaczony obszar",
             "untagged_area_tooltip": "Wybierz typ obiektu, który opisuje czym jest ten obszar.",
             "untagged_relation": "Pusta relacja - brak znaczników",
-            "untagged_relation_tooltip": "Wybierz typ obiektu, który opisuje czym jest ta relacja.",
+            "untagged_relation_tooltip": "Wybierz rodzaj obiektu, który opisuje, czym jest ta relacja.",
             "many_deletions": "Usuwasz {n} obiekty/obiektów: {p} węzłów, {l} linii, {a} obszarów, {r} relacji. Na pewno chcesz to zrobić? To spowoduje, że znikną one z mapy, którą wszyscy widzą na openstreetmap.org.",
             "tag_suggests_area": "Znacznik {tag} sugeruje, że linia powinna być obszarem, ale nim nie jest.",
             "deprecated_tags": "Przestarzałe znaczniki: {tags}"
         "cannot_zoom": "Nie można bardziej oddalić widoku w obecnym trybie.",
         "full_screen": "Tryb pełnoekranowy",
         "gpx": {
-            "local_layer": "Lokalny plik",
-            "drag_drop": "Przeciągnij i upuść plik .gpx, .geojson lub .kml na stronę lub kliknij przycisk po prawej by go wybrać",
+            "local_layer": "Dodaj plik GPX",
+            "drag_drop": "Przeciągnij i upuść plik .gpx, .geojson lub .kml na stronę lub kliknij przycisk po prawej, by go wybrać",
             "zoom": "Przybliż do warstwy",
             "browse": "Wczytaj plik"
         },
+        "mvt": {
+            "local_layer": "Dodaj plik MVT",
+            "drag_drop": "Przeciągnij i upuść plik .mvt lub .pbf na stronę, lub wybierz plik klikając na przycisk po prawej stronie",
+            "zoom": "Przybliż do tej warstwy",
+            "browse": "Wybierz plik"
+        },
         "streetside": {
-            "tooltip": "Zdjęcia poziomu ulicy od Microsoft",
-            "title": "Zdjęcia poziomu ulicy (Bing Streetside)",
-            "report": "Zgłoś naruszenie prywatności w tym zdjęciu",
-            "hires": "Wyższa rozdzielczość"
+            "tooltip": "Zdjęcia ulic od Microsoftu",
+            "title": "Nakładka zdjęciowa (ulice z Bing)",
+            "report": "Zgłoś naruszenie prywatności na tym zdjęciu",
+            "view_on_bing": "Zobacz na mapie Bing",
+            "hires": "Wysoka rozdzielczość"
         },
         "mapillary_images": {
             "tooltip": "Zdjęcia z serwisu Mapillary",
         "openstreetcam": {
             "view_on_openstreetcam": "Zobacz to zdjęcie na OpenStreetCam"
         },
+        "note": {
+            "note": "Uwaga",
+            "title": "Edycja uwagi",
+            "anonymous": "anonimowo",
+            "closed": "(Zamknięta)",
+            "commentTitle": "Komentarze",
+            "newComment": "Nowy komentarz",
+            "close": "Rozwiąż uwagę",
+            "open": "Ponownie otwórz uwagę",
+            "comment": "Komentarz",
+            "close_comment": "Rozwiąż i skomentuj",
+            "open_comment": "Ponownie otwórz i skomentuj",
+            "report": "Zgłoś",
+            "new": "Nowa uwaga",
+            "newDescription": "Opisz problem.",
+            "save": "Zapisz uwagę",
+            "login": "Musisz się zalogować by zmienić stan lub skomentować uwagę.",
+            "upload_explanation": "Twoje komentarze będą widoczne dla wszystkich korzystających z OpenStreetMap.",
+            "upload_explanation_with_user": "Twoje komentarze jako {user} będą widoczne dla wszystkich użytkowników OpenStreetMap."
+        },
         "help": {
             "title": "Pomoc",
             "key": "H",
                 "navigation_drag": "Możesz przeciągnąć mapę, naciskając i przytrzymując {leftclick} lewym przyciskiem myszy i poruszając myszą. Możesz także użyć klawiszy strzałek `↓ ',` ↑ `,` ← `,` → `na klawiaturze.",
                 "navigation_zoom": "Możesz powiększać i pomniejszać obraz, przewijając kółkiem myszy lub trackpadem, albo klikając przyciski {plus} / {minus} wzdłuż boku mapy. Możesz także użyć klawiszy `+`, `-` na klawiaturze.",
                 "features_h": "Właściwości mapy",
-                "features": "Używamy określenia *obiekty* aby opisać rzeczy pojawijające się na mapie, jak drogi, budynki, pounkty zainteresowań. Wszystkie obiekty z rzeczywistego świata można zmapować, czyli odwzorować, w OpenStreetMap. Obiekty są prezentowane na mapie za pomocą *węzłów*, *linii* i *obszarów*.",
+                "features": "Używamy określenia *obiekty*, aby opisać rzeczy pojawiające się na mapie, jak drogi, budynki, użyteczne miejsca. Wszystkie obiekty z rzeczywistego świata można zmapować, czyli odwzorować, w postaci obiektu w OpenStreetMap. Obiekty te są prezentowane na mapie za pomocą *punktów*, *linii* i *obszarów*.",
                 "nodes_ways": "W OpenStreetmap punkty są czasami nazywane * węzłami *, a linie i obszary są czasami nazywane * drogami *."
             },
             "editing": {
                 "title": "Edytowanie i zapisywanie",
                 "select_h": "Wybierz",
-                "select_left_click": "{leftclick} Kilknij lewy przyciskiem myszy na obiekcie, aby go wybrać. Taki element zostanie podświetlony, a boczny panel wyświetli jego atrybuty, np. nazwę i adres.",
-                "select_right_click": "{rightclick} Kilknij prawym przyciskiem myszy na obiekcie aby wyświetlić menu edycji, które pokazuje możliwe do wykonania akcje, jak np. obót, przesunięcie czy usunięcie.",
+                "select_left_click": "{leftclick} Kliknij lewym przyciskiem myszy na obiekcie, aby go wybrać. Taki element zostanie podświetlony, a boczny panel wyświetli jego atrybuty, np. nazwę i adres.",
+                "select_right_click": "{rightclick} Kliknij prawym przyciskiem myszy na obiekcie, aby wyświetlić menu edycji, które pokazuje możliwe do wykonania akcje, jak np. obrót, przesunięcie czy usunięcie.",
                 "multiselect_h": "wielokrotny wybór",
-                "multiselect_shift_click": "`{shift}`+{leftclick} trzymając shift i wybierając obiekty za pomocą LPM pozwala zaznaczać wiele obiektów. Pomaga to w przesuwaiu lub usuwaniu wielu elementów na raz.",
-                "multiselect_lasso": "Innym sposobem aby zaznaczyć wiele obiektów jest przytrzymanie klawisza `{shift}` i {leftclick} i narysawnie myszą lasso wokół obiektów, które mają być wybrane. Wszystkie węzły wewnątrz lasso zostaną zaznaczone.",
+                "multiselect_shift_click": "`{shift}`+{leftclick} trzymając shift i klikając lewym przyciskiem myszy wybiera wiele obiektów jednocześnie. Pomaga to w przesuwaniu lub usuwaniu wielu elementów na raz.",
+                "multiselect_lasso": "Innym sposobem na zaznaczenie wielu obiektów jest przytrzymanie klawisza `{shift}`, następnie naciśnięcie i trzymanie {leftclick} lewego przycisku myszy, i rysowanie tak myszą lasso wokół obiektów, które mają być wybrane. Wszystkie punkty wewnątrz lasso zostaną wybrane.",
                 "undo_redo_h": "Cofnij & Wykonaj ponowniep",
                 "save_h": "Zapisz",
+                "save": "Naciśnij {save} **Zapisz** by zakończyć edytowanie i wysłać zmiany do OpenStreetMap. Pamiętaj, by regularnie zapisywać swoją pracę!",
                 "upload_h": "Wyślij",
                 "backups_h": "Automatyczne kopie zapasowe",
                 "keyboard_h": "Skróty klawiszowe",
                 "edit_relation_h": "Edytowanie relacji",
                 "relation_types_h": "Rodzaje relacji",
                 "multipolygon_h": "Wielokąty",
-                "turn_restriction_h": "Ograniczenia skrętu",
+                "turn_restriction_h": "Zakazy/nakazy skrętu",
                 "route_h": "Trasy",
                 "boundary_h": "Granice"
             },
             },
             "field": {
                 "restrictions": {
+                    "title": "Pomoc dla zakazów/nakazów skrętu",
+                    "about": {
+                        "title": "Ogólnie",
+                        "about": "To pole pozwala na sprawdzenie i modyfikację nakazów/zakazów skrętu. Wyświetlany jest model wybranego skrzyżowania, wliczając w to pobliskie połączone drogi.",
+                        "from_via_to": "Nakaz/zakaz skrętu zawsze zawiera: jedną **drogę OD**, jedną **drogę DO**, oraz albo jeden **węzeł PRZEZ** lub jedną lub więcej **dróg PRZEZ**.",
+                        "maxdist": "Suwak \"{distField}\" określa, jak daleko szukać dodatkowych, połączonych dróg.",
+                        "maxvia": "Suwak \"{viaField}\" ustala jak wiele dróg \"przez\" ma być możliwych do użycia. Wskazówka: im mniej, tym lepiej."
+                    },
+                    "inspecting": {
+                        "title": "Sprawdzanie",
+                        "from_shadow": "{fromShadow} **część OD**",
+                        "allow_shadow": "{allowShadow} **TO Allowed**",
+                        "only_shadow": "{onlyShadow} **tylko DO**"
+                    },
+                    "modifying": {
+                        "title": "Edytowanie",
+                        "only_turn": "{onlyTurn} **tylko DO**"
+                    },
                     "tips": {
-                        "title": "Wskazówki"
+                        "title": "Wskazówki",
+                        "simple": "**Staraj się stosować proste, a nie rozbudowane zakazy/nakazy skrętu.**",
+                        "simple_example": "Na przykład zamiast używać odcinka drogi w roli PRZEZ, użyj węzła, o ile jest to na danym skrzyżowaniu możliwe."
                     }
                 }
             }
                     "add_point": "Tryb 'Dodawanie punktu'",
                     "add_line": "Tryb 'Dodawanie linii'",
                     "add_area": "Tryb 'Dodawanie obszaru'",
-                    "place_point": "Umieść punkt",
                     "disable_snap": "Przytrzymaj, by wyłączyć przyciąganie do punktu",
                     "stop_line": "Zakończ rysowanie linii lub obszaru"
                 },
                         "housename": "Nazwa domu",
                         "housenumber": "123",
                         "housenumber!jp": "Nr budynku/działki",
-                        "neighbourhood": "Okręg",
+                        "neighbourhood": "Osiedle",
                         "neighbourhood!jp": "Chōme/Aza/Koaza",
                         "place": "Miejsc. (adres bez ulicy)",
                         "postcode": "Kod pocztowy",
                     "label": "Budynek"
                 },
                 "bunker_type": {
-                    "label": "Typ"
+                    "label": "Rodzaj"
                 },
                 "cables": {
                     "label": "Kable",
                     "placeholder": "50, 100, 200..."
                 },
                 "castle_type": {
-                    "label": "Typ"
+                    "label": "Rodzaj"
                 },
                 "clothes": {
                     "label": "Ubrania"
                     "label": "Rodzaj"
                 },
                 "fire_hydrant/position": {
-                    "label": "Pozycja",
+                    "label": "Lokalizacja",
                     "options": {
                         "green": "Zieleń",
-                        "lane": "Ulica",
+                        "lane": "Jezdnia",
                         "parking_lot": "Miejsce parkingowe",
                         "sidewalk": "Chodnik"
                     }
                 "oneway": {
                     "label": "Jednokierunkowa",
                     "options": {
-                        "alternating": "Ruch Wachadłowy",
+                        "alternating": "Ruch wahadłowy",
                         "no": "Nie",
-                        "reversible": "Okresowo Zmieniana",
+                        "reversible": "Okresowo zmieniana",
                         "undefined": "Domyślnie nie",
                         "yes": "Tak"
                     }
                 "oneway_yes": {
                     "label": "Jednokierunkowa",
                     "options": {
-                        "alternating": "Ruch Wachadłowy",
+                        "alternating": "Ruch wahadłowy",
                         "no": "Nie",
-                        "reversible": "Okresowo Zmieniana",
+                        "reversible": "Okresowo zmieniana",
                         "undefined": "Domyślnie tak",
                         "yes": "Tak"
                     }
                 "shop": {
                     "label": "Typ"
                 },
+                "siren/purpose": {
+                    "label": "Przeznaczenie"
+                },
                 "siren/type": {
-                    "label": "Rodzaj"
+                    "label": "Rodzaj",
+                    "options": {
+                        "other": "Inny"
+                    }
                 },
                 "site": {
                     "label": "Typ"
                     "name": "Terminal pasażerski",
                     "terms": "port lotniczy, terminal lotniczy, terminal pasażerski, terminal"
                 },
+                "allotments/plot": {
+                    "name": "Działka ogrodowa",
+                    "terms": "działka,ogródek"
+                },
                 "amenity": {
                     "name": "Usługa"
                 },
                     "terms": "stodoła"
                 },
                 "building/boathouse": {
-                    "name": "Dom Na Wodzie",
+                    "name": "Łódź mieszkalna",
                     "terms": "houseboat,boathouse,na wodzie"
                 },
                 "building/bungalow": {
                     "name": "Garaże",
                     "terms": "garaże"
                 },
+                "building/grandstand": {
+                    "name": "Trybuna (budynek)",
+                    "terms": "trybuna,trybuny"
+                },
                 "building/greenhouse": {
                     "name": "Szklarnia",
                     "terms": "Szklarnia"
                     "name": "Hospicjum",
                     "terms": "hospicjum"
                 },
+                "healthcare/laboratory": {
+                    "name": "Laboratorium medyczne"
+                },
                 "healthcare/midwife": {
                     "name": "Położna",
                     "terms": "położna"
                     "name": "Czatownia ornitologiczna",
                     "terms": "ornitologia, ptaki"
                 },
+                "leisure/bleachers": {
+                    "name": "Trybuna (odkryta)",
+                    "terms": "trybuna,trybuny"
+                },
                 "leisure/bowling_alley": {
                     "name": "Kręgielnia",
                     "terms": "Kręgle"
                     "name": "Szczyt",
                     "terms": "szczyt,wierzchołek"
                 },
+                "natural/reef": {
+                    "name": "Rafa"
+                },
                 "natural/ridge": {
                     "name": "Grzbiet Górski",
                     "terms": "grzbiet, grzbiet górski"
                 "public_transport/platform_tram": {
                     "name": "Przystanek tramwajowy / peron"
                 },
+                "public_transport/station_aerialway": {
+                    "name": "Stacja publicznej kolejki linowej"
+                },
                 "public_transport/station_bus": {
                     "name": "Dworzec autobusowy",
                     "terms": "dworzec autobusowy, pks"
                     "terms": "dom towarowy,dom handlowy"
                 },
                 "shop/doityourself": {
-                    "name": "Sklep dla majsterkowiczów",
+                    "name": "Market budowlany/sklep dla majsterkowiczów",
                     "terms": "sklep dla majsterkowiczów"
                 },
                 "shop/dry_cleaning": {
             }
         },
         "imagery": {
+            "AGIV": {
+                "attribution": {
+                    "text": "Najnowsza ortofotomapa Flandrii © AGIV"
+                },
+                "name": "Najnowsze zdjęcia lotnicze AGIV Flandria"
+            },
+            "AGIV10cm": {
+                "attribution": {
+                    "text": "Ortofotomapa Flandrii © AGIV"
+                },
+                "name": "AGIV Flandria, zdjęcia lotnicze 2013-2015, 10cm"
+            },
+            "AGIVFlandersGRB": {
+                "attribution": {
+                    "text": "GRB Flandria © AGIV"
+                },
+                "name": "AGIV Flandria GRB"
+            },
             "Bing": {
                 "description": "Zdjęcia satelitarne i lotnicze Bing.",
                 "name": "Bing (satelitarne)"
                 "attribution": {
                     "text": "Warunki użytkowania i opinia"
                 },
+                "description": "DigitalGlobe-Standard to wyselekcjonowane obrazy pokrywające 86% lądu na Ziemi, czasem nawet o rozdzielczości 30-60cm na piksel, uzupełnione obrazami z Landsat. Średni wiek zdjeć to 2,31 roku, a niektóre obszary są uaktualniane dwa razy w roku.",
                 "name": "DigitalGlobe Standard (satelitarne)"
             },
             "DigitalGlobe-Standard-vintage": {
             "osmse-ekonomiska": {
                 "attribution": {
                     "text": "© Lantmäteriet"
-                }
+                },
+                "description": "Skan \"Map ekonomicznych\" ok. 1950-1980",
+                "name": "Mapa ekonomiczna Lantmäteriet (historyczna)"
             },
             "qa_no_address": {
                 "attribution": {
             "trafikverket-baninfo": {
                 "attribution": {
                     "text": "© Trafikverket, CC0"
-                }
+                },
+                "description": "Szwedzka sieć kolejowa, uwzględnia bocznice",
+                "name": "Sieć kolejowa Trafikverket"
             },
             "trafikverket-baninfo-option": {
                 "attribution": {
             "trafikverket-vagnat-navn": {
                 "attribution": {
                     "text": "© Trafikverket, CC0"
-                }
+                },
+                "description": "Szwedzkie nazwy ulic NVDB"
             },
             "trafikverket-vagnat-option": {
                 "attribution": {
                     "text": "© Trafikverket, CC0"
-                }
+                },
+                "description": "Szwedzka sieć drogoa NVDV z wieloma warstwami mapowymi"
             }
         },
         "community": {
                 "description": "Ulepsz OpenStreetMap w Bangladeszu"
             },
             "OSM-India-facebook": {
-                "description": "Ulepsz OpenStreetMap w Indiach"
+                "description": "Ulepsz OpenStreetMap w Indiach",
+                "events": {
+                    "sotmasia2018": {
+                        "name": "State of the Map Azja 2018"
+                    }
+                }
             },
             "OSM-india-mailinglist": {
                 "name": "Lista dyskusyjna OpenStreetMap Indie",
                 "description": "Talk-in  to oficjalna mailingowa lista dyskusyjna społeczności OSM w Indiach"
             },
+            "OSM-india-twitter": {
+                "name": "OpenStreetMap India Twitter"
+            },
             "OSM-IDN-facebook": {
                 "name": "OpenStreetMap Indonezja",
                 "description": "Ulepsz OpenStreetMap w Indonezji"
                 "name": "Lista dyskusyjna Talk-be",
                 "description": "Talk-be to oficjalna mailingowa lista dyskusyjna belgijskiej społeczności OSM "
             },
+            "be-maptime": {
+                "name": "Maptime Belgia"
+            },
             "be-matrix": {
                 "description": "Wszyscy mapujący są mile widziani!"
             },
+            "hr-facebook": {
+                "description": "OpenStreetMap Chorwacja - grupa Facebookowa"
+            },
             "czech-community": {
                 "name": "Czeska społeczność OSM"
             },
                 "name": "Lista dyskusyjna OWL"
             },
             "osm-de": {
-                "name": "OpenStreetMap Niemcy"
+                "name": "OpenStreetMap Niemcy",
+                "description": "Miejsce z informacjami o OpenStreetMap w Niemczech"
+            },
+            "hu-facebook": {
+                "name": "OpenStreetMap Węgry na Facebook'u"
             },
             "it-mailinglist": {
                 "name": "Lista dyskusyjna Talk-it"
                 "name": "Lista dyskusyjna OpenStreetMap dla Południowego Tyrolu"
             },
             "no-mailinglist": {
-                "name": "Lista dyskusyjna OpenStreetMap Norwegia"
+                "name": "Lista dyskusyjna OpenStreetMap Norwegia",
+                "description": "Lista dyskusyjna dla mapujących i użytkownków OpenStreetMap w Norwegii"
             },
             "OSM-PL-facebook-group": {
                 "name": "OpenStreetMap Polska na Facebooku",
                 "name": "Forum OpenStreetMap Polska",
                 "description": "Forum dyskusyjne polskiej społeczności OpenStreetMap"
             },
+            "si-forum": {
+                "name": "Forum OpenStreetMap Słowenia",
+                "description": "Forum społeczności OpenStreetMap w Słowenii"
+            },
+            "si-mailinglist": {
+                "name": "Mailingowa lista dyskusyjna OpenStreetMap Słowenia",
+                "description": "Mejlowa lista dyskusyjna społeczności OpenStreetMap w Słowenii"
+            },
             "OSM-ES-mailinglist": {
                 "name": "Lista dyskusyjna Talk-es"
             },
                 "name": "OpenStreetMap US Slack"
             },
             "OSM-US": {
-                "name": "OpenStreetMap US"
+                "name": "OpenStreetMap US",
+                "events": {
+                    "sotmus2018": {
+                        "name": "State of the Map US 2018",
+                        "where": "Detroit, Michigan"
+                    }
+                }
             },
             "OSM-Utah": {
                 "name": "OpenStreetMap Utah"
                 "name": "Lista dyskusyjna Talk-co"
             },
             "OSM-CO-twitter": {
-                "name": "OpenStreetMap KolumbiaTwitter",
+                "name": "OpenStreetMap Kolumbia Twitter",
                 "description": "Obserwuj nas na Twitterze: {url}"
             },
             "OSM-CO": {
                 "name": "OpenStreetMap  na Reddit",
                 "description": "/r/openstreetmap/ jest wspaniałym miejscem by dowiedzieć się więcej o OpenStreetMap."
             },
+            "OSM-Telegram": {
+                "name": "OpenStreetMap na Telegramie",
+                "description": "Dołącz od globalnej grupy OpenStreetMap na Telegramie na {url}"
+            },
             "OSM-Twitter": {
                 "name": "OpenStreetMap Twitter",
                 "description": "Obserwuj nas na Twitterze: {url}"
                 "name": "Fundacja OpenStreetMap ",
                 "events": {
                     "sotm2018": {
-                        "name": "State of the Map 2018"
+                        "name": "State of the Map 2018",
+                        "description": "Mediolan, Włochy",
+                        "where": "Mediolan, Włochy"
                     }
                 }
             }
index 2a3b61b39e267f09b18054bc7ee5ca9363ffefd5..b132e97c32a270a78d920750de09fe8a3933e3b4 100644 (file)
                 "description": "Adicione restaurantes, monumentos, caixas de correio ou outros pontos ao mapa.",
                 "tail": "Clique no mapa para adicionar um ponto."
             },
+            "add_note": {
+                "title": "Nota",
+                "description": "Detectou um problema? Deixe outros mapeadores saberem.",
+                "tail": "Clique no mapa para adicionar uma nota."
+            },
             "browse": {
                 "title": "Navegar",
                 "description": "Mover e ampliar o mapa."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Adicionou um ponto.",
                     "vertex": "Adicionou um ponto numa linha.",
-                    "relation": "Adicionou uma relação."
+                    "relation": "Adicionou uma relação.",
+                    "note": "Adicionou uma nota."
                 }
             },
             "start": {
                     "create": "Adicionada uma restrição de curva",
                     "delete": "Excluída uma restrição de curva"
                 }
+            },
+            "detach_node": {
+                "title": "Desanexar",
+                "key": "E",
+                "description": "Desanexe esse nó dessas linhas/áreas.",
+                "annotation": "Separou um nó das linhas/áreas.",
+                "restriction": "Este nó não pode ser desanexado porque danificaria uma relação \"{relation}\".",
+                "connected_to_hidden": "Este nó não pode ser desanexado porque está conectado a um recurso oculto."
             }
         },
         "restriction": {
             "localized_translation_name": "Nome"
         },
         "zoom_in_edit": "Aproxime o zoom para editar",
-        "login": "login",
-        "logout": "sair",
+        "login": "Entrar",
+        "logout": "Sair",
         "loading_auth": "Conectando ao OpenStreetMap...",
         "report_a_bug": "Reportar um erro",
         "help_translate": "Ajude na tradução",
                 "osm": {
                     "tooltip": "Dados do mapa do OpenStreetMap",
                     "title": "Dados do OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Observe as notas no OpenStreetMap",
+                    "title": "Notas do OpenStreetMap"
                 }
             },
             "fill_area": "Areas de Preenchimento",
         "cannot_zoom": "Não é possível afastar mais no modo atual.",
         "full_screen": "Alterar para Tela Cheia",
         "gpx": {
-            "local_layer": "Arquivo local",
+            "local_layer": "Adicionar um GPX",
             "drag_drop": "Arraste e solte um arquivo .gpx, .geojson ou .kml na página, ou clique o botão à direita para procurar",
             "zoom": "Aproximar a camada",
             "browse": "Procurar um arquivo"
         },
+        "mvt": {
+            "local_layer": "Adicionar um MVT",
+            "drag_drop": "Arraste e solte um arquivo .mvt ou .pbf na página ou clique no botão à direita para navegar",
+            "zoom": "Zoom para camada",
+            "browse": "Procure um arquivo"
+        },
         "streetside": {
             "tooltip": "Fotos da Streetside da Microsoft",
             "title": "Sobreposição de fotos (Bing Streetside)",
             "report": "Denunciar uma preocupação de privacidade com esta imagem",
+            "view_on_bing": "Visualizar no Bing Maps",
             "hires": "Alta resolução"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Ver esta imagem no OpenStreetCam"
         },
+        "note": {
+            "note": "Nota",
+            "title": "Editar nota",
+            "anonymous": "anônimo",
+            "closed": "(Fechado)",
+            "commentTitle": "Comentários",
+            "newComment": "Novo comentário",
+            "inputPlaceholder": "Digite um comentário para compartilhar com outros usuários.",
+            "close": "Fechar nota",
+            "open": "Reabrir nota",
+            "comment": "Comentário",
+            "close_comment": "Fechar e comentar",
+            "open_comment": "Reabrir e comentar",
+            "report": "Reportar",
+            "new": "Nova nota",
+            "newDescription": "Descreva o problema.",
+            "save": "Salvar nota",
+            "login": "Você deve fazer login para alterar ou comentar esta nota.",
+            "upload_explanation": "Seus comentários serão publicamente visíveis para todos os usuários do OpenStreetMap.",
+            "upload_explanation_with_user": "Seus comentários como {user} serão publicamente visíveis para todos os usuários do OpenStreetMap."
+        },
         "help": {
             "title": "Ajuda",
             "key": "H",
                 "boundary": "Uma relação *limite* é um grupo de um ou mais recursos de linha que juntos formam um limite administrativo.",
                 "boundary_add": "Para adicionar um elemento a uma relação de fronteira, selecione o elemento e desça até à secção \"Todas as relações\" do editor de elementos e clique no botão adicionar {plus} para adicionar os elementos próximos que existam na relação ou numa nova relação."
             },
+            "notes": {
+                "title": "Notas",
+                "intro": "*Notas* são usadas para alertar outros usuários de que um recurso requer correção ou atenção. As notas marcam uma localização específica no mapa. Para visualizar anotações existentes ou adicionar novas anotações, clique no painel {data} ** Dados do mapa ** para ativar a camada de anotações do OpenStreetMap.",
+                "add_note_h": "Adicionando Notas",
+                "add_note": "Para adicionar uma nova nota, clique no botão {nota}  **Nota** na barra de ferramentas acima do mapa ou pressione a tecla de atalho `4`. Isso mudará o cursor do mouse para um símbolo cruzado. Para colocar a nova nota no mapa, posicione o cursor do mouse onde a nota deve ir, então {leftclick} clique com o botão esquerdo ou pressione `Space`.",
+                "move_note": "Apenas novas notas podem ser movidas. Para mover uma nota, coloque o cursor do mouse sobre a nova nota, depois pressione e segure o botão esquerdo do mouse enquanto arrasta a nota para o novo local.",
+                "update_note_h": "Encerramento, Reabertura e Comentando",
+                "update_note": "Uma nota existente pode ser atualizada ao fechá-la, reabri-la ou adicionar um comentário a ela. Fechar uma nota indica que o problema foi resolvido. A reabertura de uma anotação indica que o problema original não foi resolvido.",
+                "save_note_h": "Salvando Notas",
+                "save_note": "Você deve salvar qualquer nota editada individualmente clicando nos botões abaixo dos comentários da nota. As edições de nota **não** estão incluídas nos conjuntos de alterações que você envia ao OpenStreetMap."
+            },
             "imagery": {
                 "title": "Imagens de Fundo",
                 "intro": "As imagens de fundo que aparecem abaixo dos dados do mapa são um recurso importante para o mapeamento. Essas imagens podem ser fotos aéreas coletadas de satélites, aviões e drones, ou podem ser mapas históricos digitalizados ou outros dados de fonte disponíveis gratuitamente.",
             },
             "streetlevel": {
                 "title": "Fotos de Rua",
-                "intro": "As imagens ao nível de rua são bastante úteis para mapear sinais de trânsito, negócios e outros detalhes que não são visíveis em imagens aéreas ou de satélite. O editor iD suporta imagens ao nível de rua do [Mapillary](https://www.mapillary.com) e do [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "As fotos no nível da rua são úteis para mapear sinais de trânsito, empresas e outros detalhes que você não consegue ver de imagens aéreas e de satélite. O editor iD suporta fotos de nível de rua de [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com), e [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Usando Fotos de Rua",
                 "using": "Para utilizar imagens ao nível de rua para mapear, clique no painel {data} **Dados do mapa** ao lado do mapa para ativar ou desativar a camada de imagens de rua que estão disponíveis.",
                 "photos": "Quando ativado, a camada de foto exibe uma linha ao longo da seqüência de fotos. Em níveis de zoom mais altos, um círculo marca em cada local da foto e, em níveis de zoom ainda maiores, um cone indica a direção em que a câmera estava voltada quando a foto foi tirada.",
                     "add_point": "modo 'Adicionar ponto' ",
                     "add_line": "modo 'Adicionar linha'",
                     "add_area": "modo 'Adicionar area'",
-                    "place_point": "Adicione um ponto",
+                    "add_note": "Modo 'Adicionar nota'",
+                    "place_point": "Coloque um ponto ou nota",
                     "disable_snap": "Pressione para desabilitar o agarramento de nós",
                     "stop_line": "Concluir desenhando uma linha ou área"
                 },
                     "continue_line": "Continuar a linha no nó selecionado",
                     "merge": "Combinar (juntar) elementos selecionados",
                     "disconnect": "Desconectar elementos no nó selecionado",
+                    "detach_node": "Desanexar o nó selecionado das linhas/áreas",
                     "split": "Dividir a linha em duas no nó selecionado",
                     "reverse": "Reverter a linha",
                     "move": "Mover elementos selecionados",
                     "label": "Capacidade",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "Dinheiro em"
+                },
                 "castle_type": {
                     "label": "Tipo"
                 },
                         "underground": "Subterrâneo"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Exposição de informação do passageiro"
+                },
                 "payment_multi": {
                     "label": "Tipos de Pagamento"
                 },
                 "site": {
                     "label": "Tipo"
                 },
+                "site_type": {
+                    "label": "Tipo de site"
+                },
                 "smoking": {
                     "label": "Fumantes",
                     "options": {
                     "name": "Máquina de Venda de Comida"
                 },
                 "amenity/vending_machine/fuel": {
-                    "name": "Bomba de Gasolina"
+                    "name": "Bomba de Gasolina",
+                    "terms": "bomba de gasolina,bomba de combustível,bomba de diesel,gasolina,combustível,propano,diesel,biodiesel"
                 },
                 "amenity/vending_machine/ice_cream": {
                     "name": "Máquina de Venda de Sorvete"
                     "terms": "salva-vidas, salva vidas, bóia"
                 },
                 "emergency/lifeguard": {
-                    "name": "Salva-vidas"
+                    "name": "Salva-vidas",
+                    "terms": "salva-vidas,salva vidas,guarda-vidas,guarda vidas,bombeiro,resgate,cpr,rcp,rcr"
                 },
                 "emergency/no": {
                     "name": "Acesso de Emergência Não Permitido"
                 },
                 "leisure/amusement_arcade": {
                     "name": "Fliperama",
-                    "terms": "Fliperama, parque de diversões"
+                    "terms": "Fliperama, parque de diversões, vídeo game, jogos, jogos eletrônicos, console"
                 },
                 "leisure/beach_resort": {
                     "name": "Resort em Praia"
                 },
                 "natural/bay": {
                     "name": "Baía",
-                    "terms": "baía, enseada"
+                    "terms": "baía, enseada, mar, costa, água"
                 },
                 "natural/beach": {
                     "name": "Praia",
-                    "terms": "praia, areia"
+                    "terms": "praia, areia, cobertura de solo, mar, solo"
                 },
                 "natural/cave_entrance": {
                     "name": "Entrada de caverna",
                 },
                 "natural/cliff": {
                     "name": "Penhasco",
-                    "terms": "Penhasco, Falésia, Cânion"
+                    "terms": "Penhasco, Falésia, Cânion, acidente geográfico, morro, montanha"
                 },
                 "natural/coastline": {
                     "name": "Orla Marítima",
                 },
                 "natural/fell": {
                     "name": "Encosta",
-                    "terms": "Fell, Morro, Cerro, Coxilha, Montanha, Outeiro"
+                    "terms": "Fell, Morro, Cerro, Coxilha, Montanha, Outeiro, acidente geográfico"
                 },
                 "natural/glacier": {
                     "name": "Geleira",
                 },
                 "natural/grassland": {
                     "name": "Pradaria",
-                    "terms": "Pradaria"
+                    "terms": "Pradaria, vegetação, vegetação rasteira, gramínea"
                 },
                 "natural/heath": {
                     "name": "Urzal",
-                    "terms": "Urzal"
+                    "terms": "Urzal, vegetação, arbustos, charneca"
                 },
                 "natural/mud": {
-                    "name": "Lama"
+                    "name": "Lama",
+                    "terms": "solo, lamaçal, mangue, lama, cobertura de solo"
                 },
                 "natural/peak": {
                     "name": "Cume",
                     "terms": "Pico, Topo de Montanha, Serra, Montanha, Monte"
                 },
                 "natural/reef": {
-                    "name": "Recife"
+                    "name": "Recife",
+                    "terms": "coral, recife, mar, rocha, solo, arrecife, recife de corais, corais"
                 },
                 "natural/ridge": {
                     "name": "Cumeeira",
                 },
                 "natural/scrub": {
                     "name": "Arbustos",
-                    "terms": "Moita, Arbusto, Matagal"
+                    "terms": "Moita, Arbusto, Matagal, vegetação"
                 },
                 "natural/spring": {
                     "name": "Nascente",
                 },
                 "natural/tree": {
                     "name": "Árvore",
-                    "terms": "Árvore"
+                    "terms": "Árvore, vegetação, planta"
                 },
                 "natural/tree_row": {
                     "name": "Fileira de árvores",
-                    "terms": "Fileira de árvores"
+                    "terms": "Fileira de árvores, vegetação, plantas"
                 },
                 "natural/volcano": {
                     "name": "Vulcão",
                 },
                 "natural/water/lake": {
                     "name": "Lago",
-                    "terms": "Lago, laguna, lacustre"
+                    "terms": "Lago, laguna, lacustre, água, lagoa"
                 },
                 "natural/water/pond": {
                     "name": "Lagoa",
-                    "terms": "Lagoa"
+                    "terms": "Lagoa, lago, água, lacustre"
                 },
                 "natural/water/reservoir": {
                     "name": "Represa",
-                    "terms": "Lago Artificial, Albufeira, Açude"
+                    "terms": "Lago Artificial, Albufeira, Açude, lago, água, lacustre, barragem"
                 },
                 "natural/wetland": {
                     "name": "Zona Úmida",
-                    "terms": "zona úmida, pântano, charco, paul, sapal, turfa"
+                    "terms": "zona úmida, pântano, charco, paul, sapal, turfa, solo, cobertura de solo"
                 },
                 "natural/wood": {
                     "name": "Mata Nativa",
-                    "terms": "floresta, bosque, selva"
+                    "terms": "floresta, bosque, selva, vegetação, fauna"
                 },
                 "noexit/yes": {
                     "name": "Rua sem Saída",
                     "name": "Povoado",
                     "terms": "vila, povoado, distrito, aldeia"
                 },
+                "playground/balance_beam": {
+                    "name": "Jogar saldo de feixe"
+                },
                 "playground/basket_spinner": {
                     "name": "Girador de cesta"
                 },
                 "public_transport/stop_position_bus": {
                     "name": "Local de parada de ônibus"
                 },
+                "public_transport/stop_position_ferry": {
+                    "name": "Localização de parada de balsa "
+                },
                 "public_transport/stop_position_light_rail": {
                     "name": "Local de parada do VLT"
                 },
                     "text": "Termos e Comentários"
                 },
                 "description": "O DigitalGlobe-Premium é um mosaico composto de mapa base DigitalGlobe com regiões selecionadas preenchidas com imagens Vivid ou personalizadas de área de interesse, resolução de 50 cm ou superior, e atualizadas com mais frequência com atualizações contínuas.",
-                "name": "Imagens premium da DigitalGlobe"
+                "name": "Imagens DigitalGlobe Premium"
             },
             "DigitalGlobe-Premium-vintage": {
                 "attribution": {
                     "text": "Termos e Comentários"
                 },
                 "description": "Limites de imagens e datas de captura. Os rótulos aparecem no nível de zoom 13 e superior.",
-                "name": "Data das imagens de satélite premium da DigitalGlobe"
+                "name": "Data das imagens de satélite DigitalGlobe Premium"
             },
             "DigitalGlobe-Standard": {
                 "attribution": {
                     "text": "Termos e Comentários"
                 },
                 "description": "O DigitalGlobe-Standard é um conjunto curado de imagens que cobre 86% da massa terrestre do planeta, com resolução de 30-60 cm onde disponível, provida pela Landsat. A idade média é de 2,31 anos, com algumas áreas atualizadas 2x por ano.",
-                "name": "Imagens comuns da DigitalGlobe"
+                "name": "Imagens DigitalGlobe Standard"
             },
             "DigitalGlobe-Standard-vintage": {
                 "attribution": {
                     "text": "Termos e Comentários"
                 },
                 "description": "Limites de imagens e datas de captura. Os rótulos aparecem no nível de zoom 13 e superior.",
-                "name": "Data das imagens de satélite comuns da DigitalGlobe"
+                "name": "Data das imagens de satélite DigitalGlobe Standard"
             },
             "EsriWorldImagery": {
                 "attribution": {
             "talk-au": {
                 "name": "Lista de Discussão Talk-au"
             },
+            "OSM-AR-facebook": {
+                "name": "Facebook OpenStreetMap Argentina"
+            },
             "OSM-AR-mailinglist": {
                 "name": "Lista de Discussão Talk-ar",
                 "description": "Lista histórica.  Em desuso hoje."
                 "extendedDescription": "Entre na comunidade para aprender mais sobre o OpenStreetMap, fazer perguntas ou participar dos nossos encontros. Todos são bem-vindos!"
             },
             "DF-telegram": {
+                "name": "Grupo de Telegram do OpenStreetMap Brasília",
+                "description": "Participe do grupo de Telegram do OpenStreetMap Brasília",
                 "extendedDescription": "Entre na comunidade para aprender mais sobre o OpenStreetMap, fazer perguntas ou participar dos nossos encontros. Todos são bem-vindos!"
             },
             "OSM-br-mailinglist": {
index 7e915b06fc983a75452458905fe8689cec5bfff6..f93d9f43fb1577b64a9a60785234ec3753e6aab9 100644 (file)
             "localized_translation_name": "Nome"
         },
         "zoom_in_edit": "Aproxime para editar",
-        "login": "Iniciar sessão",
-        "logout": "Terminar sessão",
         "loading_auth": "A fazer a ligação ao OpenStreetMap...",
         "report_a_bug": "Reportar um bug.",
         "help_translate": "Ajudar a traduzir.",
         "cannot_zoom": "Não é possível afastar mais no modo atual.",
         "full_screen": "Edição em ecrã inteiro.",
         "gpx": {
-            "local_layer": "Ficheiro local",
             "drag_drop": "Arraste e largue um ficheiro .gpx, .geojson ou .kml na página ou clique no botão da direita para selecionar um",
             "zoom": "Aproximar para a camada",
             "browse": "Encontrar ficheiro"
             },
             "streetlevel": {
                 "title": "Imagens ao nível de rua",
-                "intro": "As imagens ao nível de rua são bastante úteis para mapear sinais de trânsito, negócios e outros detalhes que não são visíveis em imagens aéreas ou de satélite. O editor iD suporta imagens ao nível de rua do [Mapillary](https://www.mapillary.com) e do [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Utilizar imagens ao nível de rua",
                 "using": "Para utilizar imagens ao nível de rua para mapear, clique no painel {data} **Dados do mapa** ao lado do mapa para ativar ou desativar a camada de imagens de rua que estão disponíveis.",
                 "photos": "Quando ativada, a camada de imagens de rua mostrará uma linha com uma sequência de imagens. Em níveis de aproximação mais elevados, surgirá um marcador com a forma dum circulo que mostrará a localização de cada fotografia, quanto maior a aproximação, surgirá um cone que mostra a direção que a câmara estava apontada quando a imagem foi capturada. ",
                     "add_point": "Modo 'adicionar ponto'",
                     "add_line": "Modo 'adicionar linha'",
                     "add_area": "Modo 'adicionar área'",
-                    "place_point": "Colocar um ponto",
                     "disable_snap": "Manter para desativar atração a pontos",
                     "stop_line": "Terminar de desenhar uma linha ou área"
                 },
                     "name": "Biblioteca",
                     "terms": "Biblioteca, Livros, Consulta, Publica"
                 },
+                "amenity/love_hotel": {
+                    "name": "Motel só para casais",
+                    "terms": "Motel"
+                },
                 "amenity/marketplace": {
                     "name": "Mercado / Feira",
                     "terms": "Bazar, Minimercado"
index 939c66cce1fd0dac9c4ae498ba3b57f51d83f818..50109b6634254d1409a7ce987096045622347088 100644 (file)
             "localized_translation_language": "Alege limba",
             "localized_translation_name": "Nume"
         },
-        "login": "login",
-        "logout": "logout",
         "loading_auth": "Conectare la OpenStreetMap..",
         "report_a_bug": "Raportează o greșeală",
         "help_translate": "Ajută la traducere",
             "deprecated_tags": "Tag-uri învechite: {tags}"
         },
         "gpx": {
-            "local_layer": "Fișier local",
             "zoom": "Mărește la strat",
             "browse": "Caută fișier"
         },
             "editing": {
                 "title": "Editare",
                 "drawing": {
-                    "title": "Desenare",
-                    "place_point": "Plasează und punct"
+                    "title": "Desenare"
                 },
                 "operations": {
                     "title": "Operațiuni",
index 989e353c2ec99af4afacd6f3a5e7d002b07a75af..e728bada3a0141390ed9f5a1aaba5ffad99b1ce4 100644 (file)
                 "description": "Нанести на карту рестораны, памятники, почтовые ящики или другие точки.",
                 "tail": "Нажмите на карту, чтобы добавить точку."
             },
+            "add_note": {
+                "title": "Заметка",
+                "description": "Заметили проблему? Сообщите о ней другим участникам.",
+                "tail": "Нажмите на карту, чтобы добавить точку."
+            },
             "browse": {
                 "title": "Обзор",
                 "description": "Двигать и масштабировать карту."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Добавлена точка.",
                     "vertex": "В линию добавлена точка.",
-                    "relation": "Добавлено отношние."
+                    "relation": "Добавлено отношние.",
+                    "note": "Добавлена заметка."
                 }
             },
             "start": {
                     "create": "Добавлен запрет манёвра",
                     "delete": "Удалён запрет манёвра"
                 }
+            },
+            "detach_node": {
+                "title": "Отсоединить",
+                "description": "Отсоединить эту точку от этих линий/полигонов",
+                "annotation": "Точка отсоединена от родительской линии/полигона.",
+                "restriction": "Эту точку невозможно отсоединить, потому что это повредит отношение \"{relation}\"",
+                "connected_to_hidden": "Эту точку невозможно отсоединить, потому что она принадлежит скрытому объекту."
             }
         },
         "restriction": {
             "localized_translation_name": "Название"
         },
         "zoom_in_edit": "Приблизьте для редактирования",
-        "login": "войти",
-        "logout": "выйти",
+        "login": "Ð\92ойти",
+        "logout": "Ð\92ыйти",
         "loading_auth": "Подключение к OpenStreetMap…",
         "report_a_bug": "Сообщить об ошибке",
         "help_translate": "Помочь перевести",
                 "osm": {
                     "tooltip": "Картографические данные OpenStreetMap",
                     "title": "Данные OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Данные с заметками OpenStreetMap",
+                    "title": "Заметки OpenStreetMap"
                 }
             },
             "fill_area": "Заливать полигоны",
         "cannot_zoom": "В текущем режиме дальнейшее отдаление невозможно.",
         "full_screen": "Во весь экран",
         "gpx": {
-            "local_layer": "Ð\9bокалÑ\8cнÑ\8bй Ñ\84айл",
+            "local_layer": "Ð\94обавиÑ\82Ñ\8c GPX",
             "drag_drop": "Перетащите .gpx, .geojson или .kml файл на страницу или нажмите кнопку справа для его выбора",
             "zoom": "Приблизиться к слою",
             "browse": "Выбрать файл"
         },
+        "mvt": {
+            "local_layer": "Добавить MVT",
+            "drag_drop": "Перетащите .mvt либо .pbf файл на страницу, или нажмите кнопку справа для просмотра",
+            "zoom": "Приблизиться к слою",
+            "browse": "Выбрать файл"
+        },
         "streetside": {
             "tooltip": "Уличные фото от Microsoft",
             "title": "Слой с фото (Bing Streetside)",
             "report": "Сообщить обеспокоенность о приватности в этом изображении",
+            "view_on_bing": "Посмотреть на картах Bing",
             "hires": "Высокое разрешение"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Посмотреть это изображение на OpenStreetCam"
         },
+        "note": {
+            "note": "Заметка",
+            "title": "Изменить заметку",
+            "anonymous": "анонимно",
+            "closed": "(Закрыта)",
+            "commentTitle": "Комментарии",
+            "newComment": "Новый комментарий",
+            "inputPlaceholder": "Введите комментарий и поделитесь им с другими пользователями.",
+            "close": "Закрыть заметку",
+            "open": "Переоткрыть заметку",
+            "comment": "Прокомментировать",
+            "close_comment": "Закрыть и прокомментировать",
+            "open_comment": "Переоткрыть и прокомментировать",
+            "report": "Пожаловаться",
+            "new": "Новая заметка",
+            "newDescription": "Опишите проблему.",
+            "save": "Сохранить заметку",
+            "login": "Вам нужно войти, чтобы изменить или оставить комментарий этой заметке.",
+            "upload_explanation": "Ваши комментарии будут видны всем пользователем OpenStreetMap.",
+            "upload_explanation_with_user": "Ваши комментарии от имени {user} будут видны всем пользователям OpenStreetMap."
+        },
         "help": {
             "title": "Справка",
             "key": "H",
                 "boundary": "Отношение *граница* — это группа из одного и более линейного объекта, которые вместе образуют административную границу.",
                 "boundary_add": "Чтобы добавить объект к отношению границы, выберите объект и прокрутите вниз до секции \"Все отношения\" в редакторе объектов, затем нажмите на кнопку {plus}, чтобы добавить выбранный объект к ближайшим существующим или новому отношению."
             },
+            "notes": {
+                "title": "Заметки",
+                "intro": "*Заметки* используются для того, чтобы оповестить пользователей, что объект требуется исправить либо уделить ему внимание. Заметки помечают определенное местоположение на карте. Чтобы посмотреть существующие заметки или добавить новые, нажмите на панель {data} **Данные карты**, чтобы включить слой Заметки OpenStreetMap.",
+                "add_note_h": "Добавление заметок",
+                "add_note": "Чтобы добавить заметку, нажмите кнопку {note} **Заметка** на панели инструментов вверху карты, или используйте горячую клавишу `4`. После нажатия курсор у мышки изменится на символ перекрестия. Чтобы разместить новую заметку на карте, перместите курсор в место, где должна быть заметка, затем нажмите {leftclick} левой кнопкой мыши или нажмите `Пробел`.",
+                "move_note": "Только новые заметки могут быть перемещены. Чтобы переместить заметку, поместите курсор мыши над заметкой, затем нажмите и удерживайте {leftclick} левую кнопку мыши, пока перетаскиваете заметку на её новое место.",
+                "update_note_h": "Закрытие, переоткрытие и комментирование",
+                "update_note": "Существующие заметки можно обновить, закрыв их, переоткрыв их или добавив к ним комментарий. Закрытие заметки означает, что проблема была решена. Переоткрытие заметки означает, что проблема решена не была.",
+                "save_note_h": "Сохранение заметок",
+                "save_note": "Изменение каждой заметки нужно сохранять по отдельности, нажимая кнопки, расположенные ниже комментариев заметки. Изменения заметок **не** попадают в пакеты правок, которые вы загружаете в OpenStreetMap."
+            },
             "imagery": {
                 "title": "Фоновые изображения",
                 "intro": "Фоновые изображения, отображаемые под картографическими данными, — важный источник для картографирования. Этими изображениями могут быть снимки с воздуха, собранные спутниками, самолетами или беспилотными летательными аппаратами, или это может быть отсканированная историческая карта или любой другой свободно распростаняемый источник информации.",
             },
             "streetlevel": {
                 "title": "Панорамы улиц",
-                "intro": "Уличные панорамы полезны для картографирования дорожных знаков, бизнесов и других подробностей, которых не видно на спутниковых снимках и снимках с воздуха. Редактор iD поддерживает панорамы из [Mapillary](https://www.mapillary.com) и [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Уличные панорамы полезны для картографирования дорожных знаков, бизнесов и других подробностей, которых не видно на спутниковых снимках и снимках с воздуха. Редактор iD поддерживает панорамы из [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) и [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Использование панорам улиц",
                 "using": "Для использования уличных панорам для картографирования нажмите на панель {data} **Данные карты** сбоку от карты, чтобы включить или выключить слой с доступными фотографиями.",
                 "photos": "Когда включён, слой фото отображает линию вдоль череды фотографий. На крупных зумах видны круглые отметки в месте каждой фотографии, а на ещё более крупных зумах — индикатор в виде конуса, отображающий направление камеры во время съёмки.",
                     "10th-avenue": "10-я авеню",
                     "11th-avenue": "11-я авеню",
                     "12th-avenue": "12-я авеню",
+                    "access-point-employment": "Использование точек доступа",
                     "adams-street": "улица Адамса",
                     "andrews-elementary-school": "Начальная школа Эндрюс",
                     "andrews-street": "улица Эндрюс",
                     "conservation-park": "Заповедник",
                     "constantine-street": "улица Константин",
                     "cushman-street": "улица Кушман",
+                    "dollar-tree": "Все по $1",
                     "douglas-avenue": "Дуглас-авеню",
                     "east-street": "Восточная улица",
                     "elm-street": "улица Вязов",
                     "wheeler-street": "улица Уилер",
                     "william-towing": "Эвакуаторы Уильяма",
                     "willow-drive": "Ивовый переулок",
-                    "wood-street": "Древняя улица"
+                    "wood-street": "Древняя улица",
+                    "world-fare": "World Fare"
                 }
             },
             "welcome": {
                     "add_point": "Режим “Нанести точку”",
                     "add_line": "Режим “Нанести линию”",
                     "add_area": "Режим “Добавить полигон”",
-                    "place_point": "Добавить точку",
+                    "add_note": "Режим 'Добавить заметку'",
+                    "place_point": "Разместите точку или заметку",
                     "disable_snap": "При удержании отключает режим прилипания точек",
                     "stop_line": "Завершить линию или полигон"
                 },
                     "continue_line": "Продолжить линию в выделенной точке",
                     "merge": "Объединить выделенные объекты",
                     "disconnect": "Отсоединить объект в выделенной точке",
+                    "detach_node": "Отсоединить выбранную точку от родительской линий/полигонов",
                     "split": "Разрезать линию в выделенной точке",
                     "reverse": "Изменить направление линии",
                     "move": "Переместить выделенные объекты",
                         "subdistrict": "Подрайон",
                         "subdistrict!vn": "Район/комуна/поселение",
                         "suburb": "Пригород",
-                        "suburb!jp": "Район"
+                        "suburb!jp": "Район",
+                        "unit": "Номер комнаты/офиса"
                     }
                 },
                 "admin_level": {
                     "label": "Вместимость",
                     "placeholder": "50, 100, 200…"
                 },
+                "cash_in": {
+                    "label": "Приём наличных"
+                },
                 "castle_type": {
                     "label": "Тип"
                 },
                         "underground": "Подземная"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Табло прибытия/отправления"
+                },
                 "payment_multi": {
                     "label": "Способы оплаты"
                 },
                 "site": {
                     "label": "Тип"
                 },
+                "site_type": {
+                    "label": "Тип места"
+                },
                 "smoking": {
                     "label": "Курение",
                     "options": {
                     "terms": "парковка, паркинг, автостоянка, автомобильная парковка"
                 },
                 "amenity/parking_entrance": {
-                    "name": "Ð\92Ñ\8aезд/Ð\92Ñ\8bезд Ñ\81 Ð°Ð²Ñ\82опарковки",
+                    "name": "Ð\92Ñ\8aезд/вÑ\8bезд Ñ\81 парковки",
                     "terms": "стоянка, въезд, выезд, автомобиль, машина, парковка, паркинг"
                 },
                 "amenity/parking_space": {
                     "terms": "автомат посылок, почтомат, почтовый автомат"
                 },
                 "amenity/vending_machine/parking_tickets": {
-                    "name": "Ð\90вÑ\82омаÑ\82 Ð¿Ð¾ Ð¿Ñ\80одаже Ð¿Ð°Ñ\80ковоÑ\87нÑ\8bÑ\85 Ð±Ð¸Ð»ÐµÑ\82ов",
-                    "terms": "паркомат"
+                    "name": "Ð\9fаÑ\80комаÑ\82",
+                    "terms": "паркомат, парковочные билеты, оплата за парковку, автомат оплаты за парковку"
                 },
                 "amenity/vending_machine/public_transport_tickets": {
                     "name": "Автомат по продаже проездных билетов",
                 },
                 "highway/service/parking_aisle": {
                     "name": "Между рядами парковки",
-                    "terms": "паÑ\80ковоÑ\87нÑ\8bй Ð¿Ñ\80оезд, Ð¿Ñ\80оезд Ð½Ð° парковке"
+                    "terms": "паÑ\80ковоÑ\87нÑ\8bй Ð¿Ñ\80оезд, Ð¿Ñ\80оезд Ð¿Ð¾ парковке"
                 },
                 "highway/services": {
                     "name": "Места для починки автомобиля и отдыха водителей",
                     "terms": "карьер, каменоломня, открытая разработка"
                 },
                 "landuse/railway": {
-                    "name": "Железнодорожный корридор",
+                    "name": "Железнодорожный коридор",
                     "terms": "Земли, используемые для размещения жележнодорожных объектов"
                 },
                 "landuse/recreation_ground": {
                 },
                 "natural/grassland": {
                     "name": "Луг",
-                    "terms": "Травяной луг, Луговина, Лужок, Выкос, Перелесье, травяной покров, травянистый поуров"
+                    "terms": "Травяной луг, Луговина, Лужок, Выкос, Перелесье, травяной покров, травянистый покров, трава"
                 },
                 "natural/heath": {
                     "name": "Вересковая пустошь",
                 "attribution": {
                     "text": "Условия и обратная связь"
                 },
-                "description": "DigitalGlobe-Premium — собранная из кусков базовой подложки DigitalGlobe с избранными регионами в +Vivid или избранными областями с интересными снимками, 50см разрешение или лучше, обновляется более чаще с текущими обновлениями.",
+                "description": "DigitalGlobe-Premium — собранная из кусков базовой подложки DigitalGlobe с избранными регионами в +Vivid или избранными областями с интересными снимками, 50см разрешение или лучше, обновляется более чаще по мере получения свежих снимков.",
                 "name": "Премиум снимки DigitalGlobe"
             },
             "DigitalGlobe-Premium-vintage": {
                 "attribution": {
                     "text": "Условия и обратная связь"
                 },
+                "description": "DigitalGlobe-Standard — подобранный набор снимков, покрывающий 86% поверхности суши, с 30-60см разрешением, где это доступно, дополненный Landsat-ом. Средний возраст — 2.31 года, с некоторыми областями, которые обновляются дважды в год.",
                 "name": "Стандартные снимки DigitalGlobe"
             },
             "DigitalGlobe-Standard-vintage": {
                 "description": "Нажмите Like на нашей странице в Facebook, чтобы подписаться на новости и обновления про OpenStreetMap."
             },
             "OSM-help": {
-                "name": "OpenStreetMap Помощь",
+                "name": "Помощь OpenStreetMap",
                 "description": "Задайте вопрос и получите ответы на сайте вопросов и ответов, поддерживаемом OSM сообществом.",
                 "extendedDescription": "{url} для всех нуждающихся в помощи касательно OpenStreetMap. Начинающий ли вы участник или у вас возник технический вопрос — здесь вам помогут!"
             },
index 92f64f9218cca4cd7777c003516137d9602cf4bd..ce9a91ac87002e0fac9657c9ddc99a0e84295ded 100644 (file)
             "localized_translation_language": "භාෂාවක් තෝරාගන්න",
             "localized_translation_name": "නම"
         },
-        "logout": "ඉවත් වන්න ",
         "loading_auth": "OpenStreetMap වෙත සම්බන්ද වෙමින්...",
         "feature_info": {
             "hidden_warning": "සෙගවුන ලක්ෂණ {count} ක්",
index bf465448d5dccaf8a307fbe05d83f9f0685b3467..0a0a14ac497e91ac5fbd6bbf1fa6c28c2ac47084 100644 (file)
             "localized_translation_language": "Zvoľte jazyk",
             "localized_translation_name": "Meno"
         },
-        "login": "prihlásenie",
-        "logout": "odhlásiť",
         "loading_auth": "Pripája sa k OpenStreetMap...",
         "report_a_bug": "Nahlásiť chybu",
         "help_translate": "Pomoc s prekladom",
         "cannot_zoom": "V tomto móde nemožno viac oddialiť.",
         "full_screen": "Prepni na plnú obrazovku",
         "gpx": {
-            "local_layer": "Lokálny súbor",
             "drag_drop": "Pretiahnite a pustite .gpx, .geojson or .kml súbor na stránku, alebo kliknite na tlačítko napravo pre výber",
             "zoom": "Priblížiť na vrstvu",
             "browse": "Vybrať súbor"
                     "add_point": "\"Pridať bod\" mód",
                     "add_line": "\"Pridať čiaru\" mód",
                     "add_area": "\"Pridať plochu\" mód",
-                    "place_point": "Umiestniť bod",
                     "disable_snap": "Podržanie zruší prichytávanie k bodu",
                     "stop_line": "Dokončiť kreslenie čiary alebo plochy"
                 },
index 46b812f4f07f8829234aedfde9fc6b8154f1ec6e..31b13a21796403e1c9d65fc3cffd35701b9adc35 100644 (file)
             "localized_translation_name": "Naziv"
         },
         "zoom_in_edit": "Približaj za urejanje",
-        "login": "prijava",
-        "logout": "odjava",
         "loading_auth": "Vzpostavljanje povezave z OpenStreetMap ...",
         "report_a_bug": "Pošlji sporočilo napaki",
         "help_translate": "Sodelujte pri prevodu",
         "cannot_zoom": "V trenutnem načinu nadaljnje oddaljevanje pogleda ni mogoče.",
         "full_screen": "Preklopi celozaslonski način",
         "gpx": {
-            "local_layer": "Krajevna datoteka",
             "drag_drop": "Povlecite datoteko .gpx, .geojson ali .khm na stran, ali pa kliknite gumb na desni za brskanje med datotekami.",
             "zoom": "Približaj plasti",
             "browse": "Prebrskaj za datoteko"
                     "add_point": "Način dodajanja »Točk« ",
                     "add_line": "Način dodajanja »Črt« ",
                     "add_area": "Način dodajanja »Mnogokotnikov« ",
-                    "place_point": "Postavi točko",
                     "disable_snap": "Zadržite tipko za onemogočanje lepljenja točk",
                     "stop_line": "Končaj risanje črte ali površine"
                 },
             "osm-mg-facebook": {
                 "name": "Facebook skupina OpenStreetMap Madagaskar"
             },
+            "si-forum": {
+                "name": "Slovenski OpenStreetMap forum",
+                "description": "Forum skupnosti OpenStreetMap v Sloveniji"
+            },
+            "si-mailinglist": {
+                "name": "Slovenski OpenStreetMap dopisni seznam",
+                "description": "Dopisni seznam slovenske OpenStreetMap skupnosti"
+            },
             "OSM-help": {
                 "name": "Pomoč OpenStreetMap"
             },
index 6e5aa4f0e9876d6edd3905538cbfdade9827ba0b..d485962a49cdb5acd359a690f68411489d8252d5 100644 (file)
             "localized_translation_language": "Zgjidhni gdjuhën",
             "localized_translation_name": "Emër"
         },
-        "logout": "dil",
         "loading_auth": "Lidh me OpenStreetMap...",
         "feature_info": {
             "hidden_warning": "{count} tipare të fshehura",
index 3727760ce284e7bf1fdc17580574096dba9df7b4..62a24de0e2d7666400d9a5dbb61baa8dd511ef41 100644 (file)
             "localized_translation_language": "Изабери језик",
             "localized_translation_name": "Назив"
         },
-        "login": "пријава",
-        "logout": "одјава",
         "loading_auth": "Повезивање са Опенстритмап...",
         "report_a_bug": "Пријавите проблем",
         "help_translate": "Помозите у превођењу",
         "cannot_zoom": "Не можете даље умањивати у тренутном режиму.",
         "full_screen": "Укључи / искључи приказ на целом екрану",
         "gpx": {
-            "local_layer": "Локална датотека",
             "drag_drop": "Превуците и отпустите .gpx, .geojson или .kml датотеку на страницу или кликните на дугме здесна за претраживање",
             "zoom": "Приближи до слоја",
             "browse": "Претражите за датотеком"
                     "add_point": "Додај чвор",
                     "add_line": "Додај путању",
                     "add_area": "Додај област",
-                    "place_point": "Постави чвор",
                     "disable_snap": "Задржи за онемогућавање померања чвора",
                     "stop_line": "Заврши цртање путање или области"
                 },
index f578defb07e7a034e43176fde4f6be667f3dba9f..47f16e597265bf8550ab8e9a23fa424f970918e4 100644 (file)
                 "description": "Lägg till restauranger, butiker, postlådor och andra punkter på kartan.",
                 "tail": "Klicka på kartan för att lägga till en punkt."
             },
+            "add_note": {
+                "title": "Notering",
+                "description": "Hittat ett problem? Låt andra kartläggare få veta det. ",
+                "tail": "Klicka på kartan för att lägga till en notering. "
+            },
             "browse": {
                 "title": "Navigera",
                 "description": "Panorera och zooma kartan."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Lade till en punkt.",
                     "vertex": "Lade till en nod till en linje.",
-                    "relation": "Lade till en relation."
+                    "relation": "Lade till en relation.",
+                    "note": "Lägg till en notering. "
                 }
             },
             "start": {
                     "create": "Lade till en svängrestriktion",
                     "delete": "Raderade en svängrestriktion"
                 }
+            },
+            "detach_node": {
+                "title": "Koppla isär",
+                "key": "E",
+                "description": "Koppla isär denna nod från dessa linjer/områden.",
+                "annotation": "Koppla isär en nod från föräldralinjer/-områden.",
+                "restriction": "Denna nod kan inte kopplas isär då det skulle skada en \"{relation}\"-relation.",
+                "connected_to_hidden": "Denna nod kan inte kopplas isär då den är kopplad till ett dolt objekt."
             }
         },
         "restriction": {
         },
         "zoom_in_edit": "Zooma in för att redigera",
         "login": "Logga in",
-        "logout": "logga ut",
+        "logout": "Logga ut",
         "loading_auth": "Ansluter till OpenStreetMap...",
         "report_a_bug": "Rapportera ett fel",
         "help_translate": "Hjälp till och översätta",
                 "osm": {
                     "tooltip": "Kartdata från OpenStreetMap",
                     "title": "OpenStreetMap-data"
+                },
+                "notes": {
+                    "tooltip": "Noteringar från OpenStreetMap",
+                    "title": "OpenStreetMap-noteringar"
                 }
             },
             "fill_area": "Fyllda områden",
         "cannot_zoom": "Går ej att zooma ut ytterligare i nuvarande läge. ",
         "full_screen": "Växla fullskärm",
         "gpx": {
-            "local_layer": "Lokal fil",
+            "local_layer": "Lägg till en GPX",
             "drag_drop": "Dra och släpp en .gpx-, .geojson- eller .kml-fil på sidan, eller klicka på knappen till höger för att bläddra",
             "zoom": "Zooma till lager",
             "browse": "Bläddra efter en fil"
         },
+        "mvt": {
+            "local_layer": "Lägg till en MVT",
+            "drag_drop": "Drag och släpp en .mvt- eller .pbf-fil på sidan, eller klicka på knappen till höger för att bläddra.",
+            "zoom": "Zooma till lager",
+            "browse": "Bläddra efter en fil"
+        },
         "streetside": {
             "tooltip": "Gatubilder från Microsoft",
             "title": "Bildlager (Bing Streetside)",
             "report": "Rapportera ett integritetsproblem med den här bilden",
+            "view_on_bing": "Visa på Bing Maps",
             "hires": "Hög upplösning"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Visa denna bild på OpenStreetCam"
         },
+        "note": {
+            "note": "Notering",
+            "title": "Ändra notering",
+            "anonymous": "anonym",
+            "closed": "(Stängd)",
+            "commentTitle": "Kommentarer",
+            "newComment": "Ny kommentar",
+            "inputPlaceholder": "Skriv en kommentar att dela med andra användare.",
+            "close": "Stäng notering",
+            "open": "Öppna notering igen",
+            "comment": "Kommentera",
+            "close_comment": "Stäng och kommentera",
+            "open_comment": "Öppna igen och kommentera",
+            "report": "Anmäl",
+            "new": "Ny notering",
+            "newDescription": "Beskriv problemet. ",
+            "save": "Spara notering",
+            "login": "Du måste logga in för att ändra eller kommentera den här noteringen.",
+            "upload_explanation": "Dina kommentarer kommer att vara synliga för alla OpenStreetMap-användare.",
+            "upload_explanation_with_user": "Dina kommentarer som {user} kommer att vara synliga för alla OpenStreetMap-användare."
+        },
         "help": {
             "title": "Hjälp",
             "key": "H",
                 "boundary": "En *gräns*-relation är en grupp av en eller flera linjer som tillsammans formar en administrativ gräns.",
                 "boundary_add": "För att lägga till ett objekt till en gräns-relation, välj objektet och bläddra ned till sektionen \"Alla relationer\" i objektredigeraren. Klicka sedan på knappen {plus} **Lägg till** för att lägga till detta objekt till en närliggande existerande relation eller en ny relation."
             },
+            "notes": {
+                "title": "Noteringar",
+                "intro": "*Noteringar* används för att uppmärksamma andra användare att ett objekt behöver fixas eller bearbetas. Noteringar markerar en specifik plats på kartan. För att se existerande noteringar eller lägga till nya, klicka på panelen  {data} **Kartdata** för att aktivera lagret OpenStreetMap-noteringar. ",
+                "add_note_h": "Lägga till noteringar",
+                "add_note": "För att lägga till en ny notering, klicka på knappen {note} **Notering** i verktygsraden ovanför kartan, eller trycka kortkommandot `4`. Detta kommer att ändra muspekaren till ett kryss. För att placera den nya noteringen på kartan, placera muspekaren där noteringen ska vara och vänsterklicka {leftclick} eller tryck `Mellanslag`. ",
+                "move_note": "Bara nya noteringar kan flyttas. För att flytta en notering, placera muspekaren över den nya noteringen och tryck sedan och håll ned {leftclick} vänster musknapp medan du dra noteringen till dess nya placering. ",
+                "update_note_h": "Stänga, återöppna och kommentera",
+                "update_note": "En existerande notering kan uppdateras genom att stänga den, återöppna den, eller genom att lägga till en kommentar till den. Genom att stänga en notering indikerar du att problemet har lösts. Genom att återöppna en notering indikerar du att det ursprungliga problemet inte är löst. ",
+                "save_note_h": "Spara noteringar",
+                "save_note": "Du måste spara alla ändringar du gör på noteringar individuellt genom att klicka på knapparna under noteringens kommentarer. Ändringar på noteringar inkluderas **inte** i ändringset du laddar upp till OpenStreetMap."
+            },
             "imagery": {
                 "title": "Bakgrundsbilder",
                 "intro": "Bakgrundsbilderna som visas under kartdata är en viktig källa vid kartläggning. Dessa bilder kan vara flygfoton insamlade med satellit, flygplan eller drönare, eller så kan det vara inskannade historiska kartor eller andra fritt tillgängliga källor.",
             },
             "streetlevel": {
                 "title": "Gatubilder",
-                "intro": "Gatubilder är användbart vid kartläggning av trafikmärken, företag och andra detaljer som du inte kan se från satellit- eller flygbilder. iD stöder gatubilder från [Mapillary](https://www.mapillary.com) och [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Gatufoton är användbara vid kartläggning av trafikmärken, företag, och andra detaljer du inte ser på satelit- eller flygfoton. iD stöder gatufoton från  [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com) och [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Använda gatubilder",
                 "using": "För att använda gatubilder för kartläggning, klicka på panelen {data} **Kartdata** vid sidan av kartan för att aktivera eller avaktivera tillgängliga bildlager.",
                 "photos": "När aktiverad visar bildlagret en linje längst sekvensen av bilder. Vid högre inzoomning visas en cirkel för varje bild, och vid ännu högre zoom-nivå visar en kon riktningen kameran hade när bilden togs.",
                     "add_point": "'Lägg till punkt'-läge",
                     "add_line": "'Lägg till linje'-läge",
                     "add_area": "'Lägg till område'-läge",
-                    "place_point": "Placera en punkt",
+                    "add_note": "'Lägg till notering'-läge",
+                    "place_point": "Placera en punkt eller notering",
                     "disable_snap": "Hindra att punkter kopplas samman",
                     "stop_line": "Slutför linje eller område"
                 },
                     "continue_line": "Fortsätt en linje från markerad nod",
                     "merge": "Kombinera (sammanfoga) markerade objekt",
                     "disconnect": "Koppla isär objekt vid markerad nod",
+                    "detach_node": "Koppla isär vald nod från förälderlinjer/-områden",
                     "split": "Dela en linje i två vid markerad nod",
                     "reverse": "Byt riktning på en linje",
                     "move": "Flytta markerade objekt",
                     "label": "Kapacitet",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "Insättning av pengar"
+                },
                 "castle_type": {
                     "label": "Typ"
                 },
                         "underground": "Underjordisk"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Passagerarinformationssystem"
+                },
                 "payment_multi": {
                     "label": "Betalningssätt"
                 },
                 "site": {
                     "label": "Typ"
                 },
+                "site_type": {
+                    "label": "Typ av arkeologisk plats"
+                },
                 "smoking": {
                     "label": "Rökning",
                     "options": {
                     "terms": "Stig, gång, led, spår, gångväg, vandringsled, vandra, vandring, promenad, löparbana, motionsspår"
                 },
                 "highway/pedestrian_area": {
-                    "name": "Gångfartsområde",
+                    "name": "Gågateområde",
                     "terms": "Gångfartsområde, gångfart, centrum, plaza, torg, gångväg, gångområde, gågata, gårdsgata"
                 },
                 "highway/pedestrian_line": {
                     "terms": "Relation, relaterat, förbindelse, förhållande, samband, anknytning, koppling, kontext"
                 },
                 "roundabout": {
-                    "name": "Rondell"
+                    "name": "Cirkulationsplats"
                 },
                 "route/ferry": {
                     "name": "Färjerutt",
                 "description": "Kartläggare och OpenStreetMap-användare runt Portland, Maine",
                 "extendedDescription": "Maptime ger, ganska bokstavligen, tid för kartläggning. Vårt uppdrag är att öppna dörrarna för kartografiska möjligheter för alla som är intresserade av att skapa tid och utrymme för samarbete, utforskning och kartskapande med hjälp av kartläggningsverktyg och -teknik."
             },
+            "us-ma-mailinglist": {
+                "name": "E-postlistan Talk-us-massachusetts",
+                "description": "E-postlista for OSM-gemenskapen i Massachusetts"
+            },
             "OpenCleveland-meetup": {
                 "name": "Open Cleveland",
                 "description": "Förbättra OpenStreetMap kring Cleveland",
                 "name": "OpenStreetMap NYC",
                 "description": "Kartläggare och OpenStreetMap-användare, utvecklare och entusiaster runt storstadsregionen New Yorks."
             },
+            "OSM-Portland-forum": {
+                "name": "OpenStreetMap PDX på Google Group",
+                "description": "Forum och e-postlista för OpenStreetMap-användare runt Portland",
+                "extendedDescription": "Denna grupp syfta till att samordna förbättringar av OpenStreetMap runt Portland, Oregon, för att stöda tillämpningar så som Open Trip Planer."
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap Portland",
                 "description": "Kartläggare och OpenStreetMap-användare runt Portland",
index a34da8f319efcbb607a1a1d198700b18b7610973..2eae144bac504e2fd0a63c711721a5922ae20abc 100644 (file)
             "localized_translation_language": "மொழியை தேர்ந்தெடு",
             "localized_translation_name": "பெயர்"
         },
-        "login": "உள் நுழை",
-        "logout": "விடுபதிகை",
         "help_translate": "மொழிப்பெயர்க்க  உதவவும்.",
         "commit": {
             "cancel": "ரத்து",
index ccef0a4497c18960186c775cbcda4397c7fb7275..127147a5b2ceab216b632c8022652045c5c18bb1 100644 (file)
             "localized_translation_language": "భాషను ఎంచుకోండి",
             "localized_translation_name": "పేరు"
         },
-        "logout": "నిష్క్రమించు",
         "loading_auth": "ఓపెన్‌స్ట్రీట్‌మ్యాపుకి అనుసంధానిస్తున్నాం…",
         "help_translate": "అనువాదనకు సహకరించండి",
         "feature_info": {
index d5a8b1b910dc4fa0cbf875eaa119d4dd390976f2..abd00635035456d45a705d395149c1d6853aefd6 100644 (file)
             "localized_translation_language": "Pumili ng wika",
             "localized_translation_name": "Pangalan"
         },
-        "login": "mag-login",
-        "logout": "Mag-logout",
         "loading_auth": "Kumokonekta sa OpenStreetMap ...",
         "report_a_bug": "Magulat ng bug.",
         "help_translate": "Tumulong sa pagasasalin.",
index e6d9a1f816cfb2fc3807590c5ccc45bb0a8089ea..574c00957bea17ad95d6f884f85d823862f044a5 100644 (file)
@@ -1,5 +1,10 @@
 {
     "tr": {
+        "icons": {
+            "information": "bilgi",
+            "remove": "kaldır",
+            "undo": "geri al"
+        },
         "modes": {
             "add_area": {
                 "title": "Alan",
                 "description": "Restoran, anıt ya da posta kutusunu haritaya ekle.",
                 "tail": "Nokta eklemek için haritaya tıkla."
             },
+            "add_note": {
+                "title": "Not",
+                "tail": "Not bırakmak için haritaya tıklayın."
+            },
             "browse": {
                 "title": "Gözat",
                 "description": "Harita üzerinde dolaş ve bir alana yaklaş."
@@ -35,7 +44,8 @@
                 "annotation": {
                     "point": "Nokta eklendi.",
                     "vertex": "Çizgiye bir bağlantı noktası eklendi.",
-                    "relation": "Bir küme eklendi."
+                    "relation": "Bir küme eklendi.",
+                    "note": "Not eklendi"
                 }
             },
             "start": {
                     "create": "Bir dönüş kısıtlaması eklendi.",
                     "delete": "Bir dönüş kısıtlaması silindi"
                 }
+            },
+            "detach_node": {
+                "title": "Ayırt"
+            }
+        },
+        "restriction": {
+            "controls": {
+                "distance": "Uzaklık",
+                "via": "Üzerinden",
+                "via_node_only": "Sadece nokta"
+            },
+            "help": {
+                "indirect": "(dolaylı)"
             }
         },
         "undo": {
             "localized_translation_name": "İsim"
         },
         "zoom_in_edit": "Düzenlemek için yakınlaştırın",
-        "login": "giriş yap",
-        "logout": "çıkıÅ\9f yap",
+        "login": "Giriş Yap",
+        "logout": "Ã\87ıkıÅ\9f",
         "loading_auth": "OpenStreetMap'e bağlanıyor...",
         "report_a_bug": "Hata bildir",
         "help_translate": "Çeviriye yardım et",
                 "osm": {
                     "tooltip": "OpenStreetMap'ten harita verisi",
                     "title": "OpenStreetMap verisi"
+                },
+                "notes": {
+                    "tooltip": "OpenStreetMap'ın Not Verileri",
+                    "title": "OpenStreetMap'ın Notları"
                 }
             },
             "fill_area": "Alanları Doldur",
         },
         "success": {
             "just_edited": "OpenStreetMap'te bir değişiklik yaptın!",
+            "thank_you": "Haritayı iyileştirdiğiniz için teşekkür ederiz.",
+            "thank_you_location": "{where} çevresindeki haritayı iyileştirdiğiniz için teşekkür ederiz.",
+            "help_html": "Değişiklikleriniz birkaç dakika içinde OpenStreetMap'da görünmelidir. Başka sitelerden haritaların güncellesi daha uzun sürebilir.",
             "help_link_text": "Detaylar",
-            "help_link_url": "Yaptığın değişiklikleri nasıl görebileceğine dair detaylı bilgiyi şu adreste bulabilirsin - İngilizce: https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F"
+            "help_link_url": "Yaptığın değişiklikleri nasıl görebileceğine dair detaylı bilgiyi şu adreste bulabilirsin - İngilizce: https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F",
+            "view_on_osm": "Değişiklikleri OSM üzerinde gör",
+            "changeset_id": "Değişiklik Takımı #: {changeset_id}",
+            "like_osm": "OpenStreetMap beğendin mi? Başkalarıyla bağlantı kur:",
+            "more": "Daha fazla",
+            "events": "Etkinlikler",
+            "languages": "Diller: {languages}",
+            "missing": "Bu listede eksik bir şey mi var?",
+            "tell_us": "Bize söyle!"
         },
         "confirm": {
             "okay": "Tamam",
         "cannot_zoom": "Bu modda daha fazla uzaklaşılamaz.",
         "full_screen": "Tam Ekran",
         "gpx": {
-            "local_layer": "Dosya",
+            "local_layer": "GPX rotası ekle",
             "drag_drop": ".gpx, .geojson or .kml formatında bir dosya sürükle ve bırak ya da sağdaki tuşa basarak bir dosya seç",
             "zoom": "Yakınlaş",
             "browse": "Dosya seç"
         },
+        "mvt": {
+            "local_layer": "MVT dosyası ekle"
+        },
         "mapillary_images": {
             "tooltip": "Mapilary'den sokak fotoğrafları",
             "title": "Fotoğraf Katmanı (Mapilary)"
         "openstreetcam": {
             "view_on_openstreetcam": "Bu imajı OpenStreetCam'de görüntüleyin"
         },
+        "note": {
+            "note": "Not",
+            "title": "Notu düzenle",
+            "anonymous": "kimliği belirsiz",
+            "closed": "(Kapalı)",
+            "commentTitle": "Yorumlar",
+            "newComment": "Yeni Yorum",
+            "close": "Notu Kapat",
+            "open": "Notu Tekrar Aç",
+            "comment": "Yorum",
+            "close_comment": "Yorum yazıp Kapat",
+            "report": "Bildir",
+            "new": "Yeni Not",
+            "newDescription": "Sorunu açıklayın.",
+            "save": "Notu Kaydet",
+            "login": "Bu notu değiştirmek veya yorum yapmak için oturum açmanız gerekir.",
+            "upload_explanation": "Yorumlarınız genel olarak tüm OpenStreetMap kullanıcılarına görünür olacaktır."
+        },
         "help": {
             "title": "Yardım",
             "key": "H",
                     "add_point": "'Nokta ekle' modu",
                     "add_line": "'Çizgi ekle' modu",
                     "add_area": "'Alan ekle' modu",
-                    "place_point": "Bir nokta yerleştir",
                     "disable_snap": "Nokta bitiştirmeyi iptal etmek için basılı tutun",
                     "stop_line": "Çizgi ya da alan çizimini tamamla"
                 },
                 },
                 "name": "Thunderforest Arazi"
             }
+        },
+        "community": {
+            "cape-coast-youthmappers": {
+                "name": "Cape Coast Üniversitesi YouthMappers",
+                "description": "Bizi Twitter'dan takip edin: {url}",
+                "extendedDescription": "Bu, Gana'daki Cape Coast Üniversitesi'nin Gençlik Haritacıları bölümünün resmi tanıtıcısıdır. haritaları seviyoruz, verileri açıyoruz ve savunmasızlığa yardımcı oluyoruz."
+            },
+            "osm-gh-facebook": {
+                "name": "OpenStreetMap Gana Facebook'ta",
+                "description": "OpenStreetMap ile ilgilenen kişilerin Faceboo grubu."
+            },
+            "osm-gh-twitter": {
+                "name": "OpenStreetMap Gana Twitter'da",
+                "description": "Bizi Twitter'dan takip edin: {url}"
+            },
+            "talk-gh": {
+                "name": "Talk-gh E-posta listesi",
+                "description": "Talk-gh, Gana OSM topluluğunun resmi posta listesidir."
+            },
+            "osm-mg-facebook": {
+                "name": "OpenStreetMap Madagaskar Facebook Grubu",
+                "description": "OpenStreetMap ile ilgilenen insanlar için Malagasy Facebook grubu."
+            },
+            "talk-mg": {
+                "name": "Talk-mg E-posta listesi",
+                "description": "Paylaşmak ve tartışmak için Madagaskar'daki OpenStreetMap katılımcıları, toplulukları ve kullanıcıları için yer."
+            },
+            "OSM-BGD-facebook": {
+                "name": "OpenStreetMap Bangladeş",
+                "description": "Bangladeşteki OpenStreetMap'ı geliştirin",
+                "extendedDescription": "Bangladeş'te Haritalama Sorularınız var mı, buradan toplumla bağlantı kurmak mı istiyorsunuz? {Url} adresinden bize katılın. Hoşgeldiniz!"
+            },
+            "OSM-India-facebook": {
+                "name": "OpenStreetMap Hindistan - Katılımcı mahalle haritalaması",
+                "description": "Hindistan'da OpenStreetMap'i geliştirin",
+                "extendedDescription": "Hindistan'da haritalama mı? Sorularınız var mı, buradan toplumla bağlantı kurmak mı istiyorsunuz? {Url} adresinden bize katılın. Hoşgeldiniz!",
+                "events": {
+                    "sotmasia2018": {
+                        "name": "Asya 2018 Haritanın Durumu ",
+                        "where": "Hint Enstitüsü Yönetimi, Bangalore, Hindistan"
+                    }
+                }
+            },
+            "OSM-india-mailinglist": {
+                "name": "OpenStreetMap Hindistan Posta Listesi",
+                "description": "Konuşma, Hindistan Topluluğu için resmi Posta Listesi"
+            },
+            "OSM-india-twitter": {
+                "name": "OpenStreetMap Hindistan Twitter'ı",
+                "description": "Sadece bir tweet uzağındayız: {url}"
+            },
+            "OSM-India-Puducherry-Facebook": {
+                "description": "Topluluk etkinlikleri, aktiviteleri hakkında bilgi edinmek için FSHM Facebook sayfası",
+                "extendedDescription": "FSHM, özgür yazılım / donanım, teknoloji, aktivizm ve OpenStreetMap ile ilgili etkinlikler düzenlemektedir. FB sayfası, etkinlikleriyle iletişim kurmanın en iyi yoludur."
+            },
+            "OSM-India-Puducherry-Matrix": {
+                "description": "FSHM Riot grubu, Puducherry'deki ve çevresindeki haritalama etkinliklerini, olaylarını tartışmak, paylaşmak ve güncellemek için",
+                "extendedDescription": "FSHM topluluk üyeleri kendi OSM haritalama güncellemelerini / deneyimlerini Riot.im grubu aracılığıyla paylaşıyor, bu grup aynı zamanda özgür yazılım / donanım, teknoloji ve aktivizm ile ilgili konuları tartışmak için de kullanılıyor."
+            },
+            "OSM-IDN-facebook": {
+                "name": "OpenStreetMap Endonezya",
+                "description": "Endonezya'da OpenStreetMap'ı geliştirin",
+                "extendedDescription": "Endonezya'da haritalama mı? Sorularınız var mı, buradan toplumla bağlantı kurmak mı istiyorsunuz? {Url} adresinden bize katılın. Hoşgeldiniz!"
+            },
+            "OSM-japan-facebook": {
+                "name": "OpenStreetMap Japonya Topluluğu",
+                "description": "Japonya'daki Mappers ve OpenStreetMap kullanıcıları"
+            },
+            "OSM-japan-mailinglist": {
+                "name": "OpenStreetMap Japonya Posta Listesi"
+            },
+            "OSM-japan-twitter": {
+                "name": "OpenStreetMap Japonya'nın Twitter'ı",
+                "description": "Twitter'daki Hashtag: {url}"
+            },
+            "OSM-japan-website": {
+                "name": "OpenStreetMap Japonya",
+                "description": "Japonya'daki Mappers ve OpenStreetMap kullanıcıları"
+            },
+            "OSM-korea-telegram": {
+                "name": "OSM Kore Telegram Kanalı",
+                "description": "Kore'deki OpenStreetMap katılımcıları, toplulukları ve kullanıcılarını paylaşmak ve tartışmak için Resmi Olmayan bir Kanal."
+            },
+            "OSM-MY-facebook": {
+                "name": "Facebook'ta OpenStreetMap Malezya",
+                "description": "OpenStreetMap ile ilgili herhangi bir şey hakkında sohbet için!"
+            },
+            "OSM-MY-forum": {
+                "name": "OpenStreetMap Malezya Forumu",
+                "description": "Resmi OpenStreetMap Malezya Forumu"
+            }
         }
     }
 }
\ No newline at end of file
index 406317afeab6f313f3d5e7d8c95e32a40bc92fb3..3b675ee9b40b935a0b06b7504dccdc54d475fee1 100644 (file)
                 "description": "Додати ресторани, пам’ятники, поштові скрині, чи інші точки на мапу.",
                 "tail": "Клацніть на мапу, щоб поставити точку."
             },
+            "add_note": {
+                "title": "Нотатка",
+                "description": "Виявлено проблему? Дайте знати іншим картографам.",
+                "tail": "Клацніть на карту, щоб додати нотатку."
+            },
             "browse": {
                 "title": "Перегляд",
                 "description": "Пересування та масштабування мапи."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "Додано точку.",
                     "vertex": "Точку додано до лінії.",
-                    "relation": "Додано зв’язок"
+                    "relation": "Додано зв’язок",
+                    "note": "Нотатку додано."
                 }
             },
             "start": {
                     "create": "Додано заборону повороту",
                     "delete": "Заборону повороту видалено"
                 }
+            },
+            "detach_node": {
+                "title": "Від'єднати",
+                "key": "E",
+                "description": "Від'єднати виділену точку від ліній/полігонів.",
+                "annotation": "точку від'єднано від ліній/полігонів",
+                "restriction": "Цю точку не можливо від'єднати, це може зруйнувати звʼязок \"{relation}\".",
+                "connected_to_hidden": "Цю точку не можливо від'єднати, бо вона є частиною прихованого об'єкта."
             }
         },
         "restriction": {
             "localized_translation_name": "Назва"
         },
         "zoom_in_edit": "Наблизтесь, щоб редагувати",
-        "login": "вÑ\85Ñ\96д",
-        "logout": "вийти",
+        "login": "Ð\92вÑ\96йÑ\82и",
+        "logout": "Ð\92ийти",
         "loading_auth": "З’єднання з OpenStreetMap…",
         "report_a_bug": "Повідомити про помилку",
         "help_translate": "Допомогти перекласти",
                 "osm": {
                     "tooltip": "Дані мапи з OpenStreetMap",
                     "title": "Дані OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Нотатки з OpenStreetMap",
+                    "title": "Нотатки OpenStreetMap"
                 }
             },
             "fill_area": "Заливка полігонів",
         "cannot_zoom": "Не можливо зменшити масштаб в поточному режимі.",
         "full_screen": "Розвернути на весь екран",
         "gpx": {
-            "local_layer": "Ð\9bокалÑ\8cний Ñ\84айл",
+            "local_layer": "Ð\94одаÑ\82и GPX",
             "drag_drop": "Перетягніть файл .gpx, .geojson або .kml на сторінку чи клацніть кнопку праворуч для вибору файлу",
             "zoom": "Масштабувати до шару",
             "browse": "Вибрати файл"
         },
+        "mvt": {
+            "local_layer": "Додати MVT",
+            "drag_drop": "Перетягніть файл .mvt або .pbf на сторінку чи натисніть кнопку праворуч для вибору файлу",
+            "zoom": "Наблизити до шару",
+            "browse": "Виберіть файл"
+        },
         "streetside": {
             "tooltip": "Streetside фото від Microsoft",
             "title": "Фото шар (Bing Streetside)",
             "report": "Повідомити про порущення конфіденційності щодо цього зображення",
+            "view_on_bing": "Переглянути на Bing Картах",
             "hires": "Висока якість"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Переглянути цей знімок на OpenStreetCam"
         },
+        "note": {
+            "note": "Нотатка",
+            "title": "Редагувати нотатку",
+            "anonymous": "анонімно",
+            "closed": "(Закриті)",
+            "commentTitle": "Коментарі",
+            "newComment": "Новий коментар",
+            "inputPlaceholder": "Додайте коментар для поширення інформації для інших учасників.",
+            "close": "Закрити нотатку",
+            "open": "Перевідкрити нотатку",
+            "comment": "Коментар",
+            "close_comment": "Коментувати та закрити",
+            "open_comment": "Коментувати та перевідкрити",
+            "report": "Повідомити",
+            "new": "Нова нотатка",
+            "newDescription": "Опишіть проблему.",
+            "save": "Зберегти нотатку",
+            "login": "Вам потрібно увійти для того щоб змінити стан або додати власний коментар до нотатки.",
+            "upload_explanation": "Ваші коментарі будуть доступні всім користувачам OpenStreetMap.",
+            "upload_explanation_with_user": "Ваші коментарі під ім'ям {user} будуть доступні всім користувачам OpenStreetMap."
+        },
         "help": {
             "title": "Довідка",
             "key": "H",
                 "boundary": "До складу в'язка *boundary*  входить один чи більше лінійних об'єктів, що разом утворюють адміністративний кордон.",
                 "boundary_add": "Для додавання об'єкта до зв'язку адміністративного кордону, виділіть потрібний об'єкт, прогорніть редактор до розділу \"Всі зв'язки\", клацніть кнопку {plus} щоб додати об'єкт до одного зі зв'язків поруч або створити новий зв'язок."
             },
+            "notes": {
+                "title": "Нотатки",
+                "intro": "*Примітки* використовуються для попередження інших користувачів про необхідність виправлення або для привертання уваги. Нотатки позначають певне місце на карті. Щоб переглянути існуючі нотатки або додати нові, натисніть панель {data} **Дані**, щоб увімкнути шар нотаток OpenStreetMap.",
+                "add_note_h": "Додавання приміток",
+                "add_note": "Щоб додати нову нотатку, натисніть кнопку {note} ** Нотатка ** на панелі інструментів над картою або натисніть клавішу `4`. Це змінить курсор миші на символ хреста. Щоб помістити нову нотатку на карту, розмістіть курсор миші, де повинна бути примітка, потім {leftclick} клацніть лівою кнопкою миші або натисніть клавішу \"Пропуск\".",
+                "move_note": "Можна переміщувати лише нові нотатки. Щоб перемістити нотатку, наведіть курсор миші на нову нотатку, а потім натисніть і утримуйте {leftclick} ліву кнопку миші, перетягуючи примітку до її нового розташування.",
+                "update_note_h": "Закриття, повторне відкриття та коментування",
+                "update_note": "Існуючу нотатку можна змінити завершенням її, відновленням або додаванням до неї коментаря. Завершення замітки вказує на те, що проблема була вирішена. Відновлення нотатки означає, що оригінальна проблема не вирішена.",
+                "save_note_h": "Зберегти всі Нотатки",
+                "save_note": "Ви повинні зберегти будь-які зміни приміток індивідуально, натиснувши кнопки під примітками коментарів. Примітки **не** включені в набори змін, які ви завантажуєте в OpenStreetMap."
+            },
             "imagery": {
                 "title": "Фонове зображення",
                 "intro": "Фонове зображення, що показується під даними – є важливим ресурсом для мапінгу. Це можуть бути аерофотознімки зі супутників, літаків та дронів; або ж це скановані історичні мапи чи інші вільно доступні джерела даних.",
             },
             "streetlevel": {
                 "title": "Знімки з вулиць",
-                "intro": "Знімки з вулиць дуже корисні для додавання інформації про дорожні знаки, об'єкти інфраструктури, магазини та інших деталей, які не можна побачити на аерофотознімках. iD підтримує роботу зі знімками [Mapillary](https://www.mapillary.com) та [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Знімки з вулиць дуже корисні для додавання інформації про дорожні знаки, об'єкти інфраструктури, магазини та інших деталей, які не можна побачити на аерофотознімках. Редактор iD підтримує фотографії вулиць з [Bing Streetside] (https://www.microsoft.com/en-us/maps/streetside), [Mapillary] (https://www.mapillary.com) та [OpenStreetCam ] (https://www.openstreetcam.org).",
                 "using_h": "Використання знімків з вулиць",
                 "using": "Для використання знімків з вулиць для мапінгу, поставте на панелі {data} **Дані мапи** позначку навпроти потрібного шару.",
                 "photos": "Після активації відповідного шару, ви побачите на мапі лінію вздовж якої була зроблена послідовність знімків. На докладних рівнях масштабу, кола покажуть місця в яких знімки були зроблені, наблизившись ще, ви побачите конуси, що вкажуть в якому напрямку була розташована камера під час знімання.",
                     "add_point": "Режим 'Додавання точок'",
                     "add_line": "Режим 'Додавання ліній'",
                     "add_area": "Режим 'Додавання полігонів'",
-                    "place_point": "Додати точку на мапу",
+                    "add_note": "Режим \"Додати нотатку\"",
+                    "place_point": "Додати точку або примітку",
                     "disable_snap": "Утримувати для вимкнення прилипання",
                     "stop_line": "Закінчення креслення лінії/полігона"
                 },
                     "continue_line": "Продовжити лінію від виділеної точки",
                     "merge": "Обʼєднати (злити) виділені обʼєкти",
                     "disconnect": "Розʼєднати обʼєкти у виділеній точці",
+                    "detach_node": "Від'єднати виділену точку від ліній/полігонів",
                     "split": "Розрізати лінію на дві у виділеній точці",
                     "reverse": "Розвернути напрямок лінії",
                     "move": "Перемістити виділені обʼєкти",
                     "label": "Міськість",
                     "placeholder": "50, 100, 200…"
                 },
+                "cash_in": {
+                    "label": "Купюроприймач"
+                },
                 "castle_type": {
                     "label": "Тип"
                 },
                         "underground": "Підземна"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Інформтабло про рух транспорту"
+                },
                 "payment_multi": {
                     "label": "Види розрахунків"
                 },
                 "site": {
                     "label": "Тип"
                 },
+                "site_type": {
+                    "label": "Тип археологічної пам'ятки"
+                },
                 "smoking": {
                     "label": "Паління",
                     "options": {
                 "description": "Приєднуйтесь до #osmbe на irc.oftc.net (port 6667)"
             },
             "be-mailinglist": {
-                "name": "Talk-be Список розсилки"
+                "name": "Talk-be Список розсилки",
+                "description": "Talk-be є офіційним списком розсилки для бельгійської спільноти OSM"
+            },
+            "be-maptime": {
+                "name": "Maptime Бельгія"
+            },
+            "be-matrix": {
+                "description": "Ласкаво просимо усіх картографів!"
+            },
+            "be-meetup": {
+                "extendedDescription": "Фізичні зустрічі з іншими дуже корисні, картографи задають питання і багато чого навчаються. Особливо приємно бачити нових авторів!"
             },
             "be-twitter": {
                 "name": "OpenStreetMap Бельгія Twitter",
             "Western-Slope-facebook": {
                 "name": "Western Slope OSM Facebook"
             },
+            "Maptime-Australia-Slack": {
+                "name": "Slack Maptime Австралія"
+            },
             "talk-au": {
                 "name": "Talk-au Список розсилки"
             },
                 "name": "OpenStreetMap Чилі Twitter",
                 "description": "Приєднуйтесь до нас у Twitter: {url}"
             },
+            "Maptime-Bogota": {
+                "name": "Maptime Богота"
+            },
             "OSM-CO-facebook": {
                 "name": "OpenStreetMap Колумбія у Facebook",
                 "description": "Приєднуйтесь до спільноти OpenStreetMap Колумбія у Facebook"
index 2f037c9552a7055fd4f9d819a342755b844368ff..3ffb171177f505ec19b181b6853aea5f8d13bba6 100644 (file)
                 "description": "Thêm nhà hàng, đài tưởng niệm, hòm thư, hoặc địa điểm khác vào bản đồ.",
                 "tail": "Nhấn vào bản đồ để thêm địa điểm."
             },
+            "add_note": {
+                "title": "Ghi chú",
+                "description": "Nhận ra khuyết điểm? Hãy báo cho người khác biết.",
+                "tail": "Nhấn chuột vào bản đồ để đăng ghi chú."
+            },
             "browse": {
                 "title": "Xem",
                 "description": "Di chuyển và thu phóng bản đồ."
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "thêm địa điểm",
                     "vertex": "thêm nốt vào lối",
-                    "relation": "thêm quan hệ"
+                    "relation": "thêm quan hệ",
+                    "note": "đăng ghi chú"
                 }
             },
             "start": {
                     "create": "thêm hạn chế rẽ",
                     "delete": "bỏ hạn chế rẽ"
                 }
+            },
+            "detach_node": {
+                "title": "Rút trích",
+                "key": "R",
+                "description": "Rút trích điểm riêng từ các đường kẻ hoặc vùng này.",
+                "annotation": "rút trích điểm từ đường kẻ hoặc vùng",
+                "restriction": "Không thể rút trích nốt này vì điều này sẽ làm hư một quan hệ “{relation}”.",
+                "connected_to_hidden": "Không thể rút trích nốt này vì nó nối liền với một đối tượng ẩn."
             }
         },
         "restriction": {
             "localized_translation_name": "Tên"
         },
         "zoom_in_edit": "Phong to để sửa đổi",
-        "login": "Ä\91ăng nhập",
-        "logout": "Ä\91ăng xuất",
+        "login": "Ä\90ăng nhập",
+        "logout": "Ä\90ăng xuất",
         "loading_auth": "Đang kết nối với OpenStreetMap…",
         "report_a_bug": "Báo cáo lỗi",
         "help_translate": "Hợp tác biên dịch",
                 "osm": {
                     "tooltip": "Dữ liệu từ OpenStreetMap",
                     "title": "Dữ liệu OpenStreetMap"
+                },
+                "notes": {
+                    "tooltip": "Dữ liệu ghi chú từ OpenStreetMap",
+                    "title": "Ghi chú OpenStreetMap"
                 }
             },
             "fill_area": "Cách Tô màu các Vùng",
         "cannot_zoom": "Không thể thu nhỏ hơn trong chế độ hiện tại.",
         "full_screen": "Bật/tắt Chế độ Toàn màn hình",
         "gpx": {
-            "local_layer": "Tập tin địa phương",
+            "local_layer": "Thêm GPX",
             "drag_drop": "Kéo thả một tập tin .gpx, .geojson, hoặc .kml vào trang hoặc bấm nút bên phải để duyệt",
             "zoom": "Phóng vừa lớp",
             "browse": "Duyệt tập tin"
         },
+        "mvt": {
+            "local_layer": "Thêm MVT",
+            "drag_drop": "Kéo thả tập tin .mvt hoặc .pbf vào trang, hoặc bấm nút bên phải để duyệt tập tin",
+            "zoom": "Phong vừa lớp",
+            "browse": "Duyệt tập tin"
+        },
         "streetside": {
             "tooltip": "Hình ảnh Streetside của Microsoft",
             "title": "Lớp phủ Hình ảnh (Bing Streetside)",
             "report": "Báo cáo lo ngại riêng tư trong hình",
+            "view_on_bing": "Xem tại Bản đồ Bing",
             "hires": "Độ phân giải cao"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "Xem hình này trên OpenStreetCam"
         },
+        "note": {
+            "note": "Ghi chú",
+            "title": "Sửa ghi chú",
+            "anonymous": "vô danh",
+            "closed": "(Giải quyết)",
+            "commentTitle": "Bình luận",
+            "newComment": "Bình luận Mới",
+            "inputPlaceholder": "Nhập lời bình luận để người dùng khác xem.",
+            "close": "Giải quyết Ghi chú",
+            "open": "Mở lại Ghi chú",
+            "comment": "Bình luận",
+            "close_comment": "Giải quyết và Bình luận",
+            "open_comment": "Mở lại và Bình luận",
+            "report": "Báo cáo",
+            "new": "Ghi chú Mới",
+            "newDescription": "Miêu tả khuyết điểm.",
+            "save": "Lưu Ghi chú",
+            "login": "Bạn phải đăng nhập để thay đổi hoặc bình luận về ghi chú này.",
+            "upload_explanation": "Lời bình luận của bạn sẽ xuất hiện để mọi người dùng OpenStreetMap xem.",
+            "upload_explanation_with_user": "Lời bình luận bạn đăng lên dưới tên {user} sẽ xuất hiện để mọi người dùng OpenStreetMap xem."
+        },
         "help": {
             "title": "Trợ giúp",
             "key": "H",
                 "boundary": "Quan hệ *biên giới* nhóm lại một hay nhiều đường kẻ thành biên giới của một đơn vị hành chính.",
                 "boundary_add": "Để xếp một đối tượng vào một quan hệ biên giới, chọn đối tượng và bấm nút {plus} **Thêm** trong phần “Tất cả các quan hệ” của thanh bên. Bạn có thể chọn quan hệ từ một danh sách quan hệ lân cận hoặc tạo một quan hệ mới dùng mục “Quan hệ mới…”. "
             },
+            "notes": {
+                "title": "Ghi chú",
+                "intro": "Lời *ghi chú* báo động cho người dùng khác rằng một đối tượng nào đó cần được sửa chữa hoặc một địa điểm cần được chú ý. Một lời ghi chú ứng với một địa điểm cụ thể trên bản đồ. Để xem các ghi chú đã tồn tại hoặc đăng ghi chú mới, bấm nút {data} **Dữ liệu Bản đồ** ở bên phải của bản đồ để kích hoạt lớp phủ ghi chú OpenStreetMap.",
+                "add_note_h": "Đăng Ghi chú",
+                "add_note": "Để tạo ghi chú mới, bấm nút {note} **Ghi chú** trên thanh công cụ bên trên bản đồ hoặc bấm phím tắt `4`. Con trỏ sẽ biến thành chữ thập. Để đặt ghi chú mới trên bản đồ, đặt con trỏ tại vị trí muốn ghi chú, rồi {leftclick} nhấn chuột trái hoặc bấm `Dấu cách`.",
+                "move_note": "Để di chuyển một ghi chú mới, đặt con trỏ trên nó và kéo nó đến vị trí khác dùng {leftclick} chuột trái. Không thể di chuyển một ghi chú đã được đăng.",
+                "update_note_h": "Giải quyết, Mở lại, và Bình luận",
+                "update_note": "Bạn có thể cập nhật ghi chú bằng cách giải quyết, mở lại, hoặc đăng lời bình luận. Đánh dấu giải quyết đối với lời ghi chú nếu khuyết điểm đã được khắc phục. Mở lại ghi chú nếu khuyết điểm vẫn chưa được khắc phục.",
+                "save_note_h": "Đăng Ghi chú",
+                "save_note": "Bạn phải đăng mỗi một thay đổi ghi chú bằng cách bấm nút bên dưới các bình luận của ghi chú. Lưu ý rằng việc đăng bộ thay đổi lên OpenStreetMap sẽ **không** bao gồm các thay đổi ghi chú."
+            },
             "imagery": {
                 "title": "Hình nền",
                 "intro": "Hình nền đằng sau bản đồ là tài nguyên quan trọng trong việc vẽ bản đồ. Hình nền có thể chụp từ vệ tinh, máy bay, và máy bay không người lái, hoặc quét từ sách bản đồ lịch sử, hoặc lấy từ cơ sở dữ liệu mở.",
             },
             "streetlevel": {
                 "title": "Hình ảnh Cấp phố",
-                "intro": "Hình ảnh cấp phố giúp bạn bổ sung bảng giao thông, kinh doanh, và nhiều chi tiết không nhìn được từ hình ảnh chụp từ không trung hoặc vệ tinh. Chương trình iD lấy hình ảnh cấp phố nguồn mở từ [Mapillary](https://www.mapillary.com) và [OpenStreetCam](https://www.openstreetcam.org).",
+                "intro": "Hình ảnh cấp phố giúp bạn bổ sung bảng giao thông, kinh doanh, và nhiều chi tiết không nhìn được từ hình ảnh chụp từ không trung hoặc vệ tinh. Chương trình iD lấy hình ảnh cấp phố nguồn mở từ [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com), và [OpenStreetCam](https://www.openstreetcam.org).",
                 "using_h": "Sử dụng Hình ảnh Cấp phố",
                 "using": "Để sử dụng hình ảnh cấp phố trong việc vẽ bản đồ, bấm nút {data} **Dữ liệu Bản đồ** ở bên phải của bản đồ và bật các lớp dữ liệu có sẵn.",
                 "photos": "Khi lớp hình ảnh được kích hoạt, bản đồ hiển thị đường kẻ theo đường đi của các máy chụp hình. Nếu phóng to đủ mức, mỗi vị trí chụp hình được đánh dấu bằng hình tròn. Nếu phóng to hơn, một hình nón cho biết hương nhìn vào lúc chụp hình.",
                     "add_point": "Chế độ “thêm địa điểm”",
                     "add_line": "Chế độ “thêm đường kẻ”",
                     "add_area": "Chế độ “thêm vùng”",
-                    "place_point": "Đặt địa điểm hoặc nốt",
+                    "add_note": "Chế độ tạo ghi chú",
+                    "place_point": "Đặt địa điểm hoặc tạo ghi chú",
                     "disable_snap": "Giữ xuống để tránh nối liền với đối tượng khác khi đặt địa điểm hoặc nốt",
                     "stop_line": "Kết thúc vẽ đường kẻ hoặc vùng"
                 },
                     "continue_line": "Vẽ tiếp đường kẻ từ nốt được chọn",
                     "merge": "Gộp các đối tượng được chọn",
                     "disconnect": "Tháo gỡ các đối tượng tại nốt được chọn",
+                    "detach_node": "Rút trích điểm từ nốt được chọn trên đường kẻ hoặc vùng",
                     "split": "Cắt đôi các đường kẻ tại nốt được chọn",
                     "reverse": "Đảo ngược chiều đường kẻ",
                     "move": "Di chuyển các đối tượng được chọn",
                     "label": "Sức chứa",
                     "placeholder": "50, 100, 200…"
                 },
+                "cash_in": {
+                    "label": "Nhận tiền"
+                },
                 "castle_type": {
                     "label": "Kiểu"
                 },
                         "underground": "Ngầm"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "Hệ thống Thông tin Hành khách"
+                },
                 "payment_multi": {
                     "label": "Phương thức Thanh toán"
                 },
                 "site": {
                     "label": "Loại"
                 },
+                "site_type": {
+                    "label": "Loại Di chỉ"
+                },
                 "smoking": {
                     "label": "Hút thuốc",
                     "options": {
                     "terms": "nơi lịch sử, tưởng niệm lịch sử, kỷ niệm lịch sử, kỉ niệm lịch sử, noi lich su, tuong niem lich su, ky niem lich su, ki niem lich su"
                 },
                 "historic/archaeological_site": {
-                    "name": "Khu vực Khảo cổ",
-                    "terms": "khu vực khảo cổ, khẩo cổ học, khu vuc khao co, khao co hoc"
+                    "name": "Di chỉ Khảo cổ",
+                    "terms": "di chỉ khảo cổ, di chỉ, địa điểm khảo cổ học, khu vực khảo cổ, khẩo cổ học, di chi khao co, di chi, dia diem khao co hoc, khu vuc khao co, khao co hoc"
                 },
                 "historic/boundary_stone": {
                     "name": "Mốc Biên giới",
                 "attribution": {
                     "text": "Điều khoản & Phản hồi"
                 },
+                "description": "DigitalGlobe Tiêu chuẩn là tập hợp hình ảnh được lựa chọn chiếm 86% tổng diện tích đất đai của Trái Đất có độ phân giải 30–60 cm ở nơi nào có sẵn; ở nơi nào không có sẵn thì có hình ảnh Landsat thay thế. Hình ảnh được chụp cách đây trung bình 2,31 năm, một số khu vực được cập nhật mỗi năm hai lần.",
                 "name": "DigitalGlobe Tiêu chuẩn"
             },
             "DigitalGlobe-Standard-vintage": {
                 "description": "Những người lập bản đồ và người dùng OpenStreetMap ở vùng Portland, Maine",
                 "extendedDescription": "Maptime đúng là thì giờ để lập bản đồ. Chúng ta nhằm mục đích mở cửa bản đồ học để cho mọi người có quan tâm có thể lập bản đồ, bằng cách để dành thì giờ và không gian để cộng tác tìm hiểu, khám phá, và lập bản đồ dùng công cụ và công nghệ bản đồ."
             },
+            "us-ma-mailinglist": {
+                "name": "Danh sách thư talk-us-massachusetts",
+                "description": "Danh sách thư của cộng đồng OSM tại Massachusetts"
+            },
             "OpenCleveland-meetup": {
                 "name": "Open Cleveland",
                 "description": "Cải thiện OpenStreetMap tại khu vực Cleveland",
                 "name": "OpenStreetMap Thành phố New York",
                 "description": "Những người lập bản đồ và những người sử dụng, nhà phát triển, và người hâm mộ OpenStreetMap ở khu vực đô thị New York"
             },
+            "OSM-Portland-forum": {
+                "name": "Nhóm Google OpenStreetMap PDX",
+                "description": "Diễn đàn và danh sách thư của những người OpenStreetMap ở vùng Portland"
+            },
             "OSM-Portland": {
                 "name": "OpenStreetMap Portland",
                 "description": "Những người lập bản đồ và người dùng OpenStreetMap ở vùng Portland",
                 "description": "Theo dõi chúng tôi trên Twitter: {url}"
             },
             "Maptime-Bogota": {
-                "name": "Maptime Bogotá"
+                "name": "Maptime Bogotá",
+                "description": "Chúng ta là nhóm người lập bản đồ quan tâm đến việc đóng góp vào OpenStreetMap ở vùng Bogotá."
             },
             "OSM-CO-facebook": {
                 "name": "Facebook OpenStreetMap Colombia",
index 7d6b4bc1671d116e9cfd4914f0d799aa21ddd1b7..e28faf229e6edf5a76fe06d73bf4a3b747b01cfb 100644 (file)
             "localized_translation_name": "名"
         },
         "zoom_in_edit": "放大去修改",
-        "logout": "簽走",
         "loading_auth": "駁上去公家街圖⋯⋯",
         "report_a_bug": "報錯",
         "help_translate": "幫手繙",
         "splash": {
             "welcome": "歡迎來到艾第公家街圖造圖。",
             "text": "艾第爾件架生,易用之時,亦功用多多,用來投稿修改去,世界至好,任用嘅世界地圖片。現時版本係{version}。想多啲資料,睇下 {website}同埋去{github}報告出錯。",
-            "walkthrough": "開始逐步解釋"
+            "walkthrough": "開始逐步解釋",
+            "start": "卽改"
         },
         "source_switch": {
             "live": "運行之中",
                     "name": "地方",
                     "terms": "Locality,地方,地點,地點(無人定居)"
                 },
+                "place/square": {
+                    "name": "前地"
+                },
                 "place/town": {
                     "name": "鎮",
                     "terms": "Town,城鎮,市鎮,鎮"
index 89e9ccdc4b0d05a9743e139efcd12b1af5314b1e..90f09a64b5973cd204ccbc39e97100265a118deb 100644 (file)
                 "description": "添加餐馆、纪念碑、邮筒或其他点到地图上。",
                 "tail": "在地图上单击,添加一个点。"
             },
+            "add_note": {
+                "title": "笔记",
+                "description": "发现有问题的地方?告知其他绘图者。",
+                "tail": "在地图上点击,添加一条笔记。"
+            },
             "browse": {
                 "title": "浏览",
                 "description": "移动和缩放地图。"
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "添加点。",
                     "vertex": "添加节点到路径。",
-                    "relation": "添加关系。"
+                    "relation": "添加关系。",
+                    "note": "添加笔记。"
                 }
             },
             "start": {
                     "create": "添加转向限制",
                     "delete": "删除转向限制"
                 }
+            },
+            "detach_node": {
+                "title": "隔离",
+                "key": "E",
+                "description": "将该节点从路径/区域中隔离。",
+                "annotation": "从父路径/区域中隔离了一个节点。",
+                "restriction": "该节点无法被隔离,因为这样会破坏“{relation}”关系。",
+                "connected_to_hidden": "该节点无法被隔离,因为其与一隐藏要素相连。"
             }
         },
         "restriction": {
                 "osm": {
                     "tooltip": "来自 OpenStreetMap 的地图数据",
                     "title": "OpenStreetMap 数据"
+                },
+                "notes": {
+                    "tooltip": "来自 OpenStreetMap 的笔记",
+                    "title": "OpenStreetMap 笔记"
                 }
             },
             "fill_area": "填充区域",
         "cannot_zoom": "在此模式下不能再缩小",
         "full_screen": "切换全屏",
         "gpx": {
-            "local_layer": "本地文件",
+            "local_layer": "上传 GPX 文件",
             "drag_drop": "将.gpx、.geojson或.kml文件拖放到页面上,或单击右侧的按钮浏览",
             "zoom": "缩放到图层",
             "browse": "浏览文件"
         },
+        "mvt": {
+            "local_layer": "上传 MVT 文件",
+            "drag_drop": "将 .mvt 或 .pbf 文件拖放到页面上,或单击右侧的按钮浏览",
+            "zoom": "缩放到图层",
+            "browse": "浏览文件"
+        },
         "streetside": {
             "tooltip": "来自微软公司的街景照片",
             "title": "照片叠加层 (必应 Streetside)",
             "report": "报告该图像的隐私问题",
+            "view_on_bing": "在必应地图上查看",
             "hires": "高分辨率"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "在 OpenStreetCam 上查看该图像"
         },
+        "note": {
+            "note": "笔记",
+            "title": "编辑笔记",
+            "anonymous": "匿名用户",
+            "closed": "(已关闭)",
+            "commentTitle": "评论",
+            "newComment": "发表新评论",
+            "inputPlaceholder": "输入评论并分享给其他用户。",
+            "close": "解决笔记",
+            "open": "重启笔记",
+            "comment": "评论",
+            "close_comment": "解决并评论",
+            "open_comment": "重启并评论",
+            "report": "举报",
+            "new": "新笔记",
+            "newDescription": "描述该处的问题或错误。",
+            "save": "保存笔记",
+            "login": "你必须登录才能修改或评论该笔记。",
+            "upload_explanation": "你的评论将会对所有 OpenStreetMap 用户公开可见。",
+            "upload_explanation_with_user": "{user},你的评论将会对所有 OpenStreetMap 用户公开可见。"
+        },
         "help": {
             "title": "帮助",
             "key": "H",
             "relations": {
                 "title": "关系"
             },
+            "notes": {
+                "title": "笔记"
+            },
             "imagery": {
                 "title": "背景影像",
                 "intro": "显示在地图数据下方的背景影像,是绘图过程中的重要资源。它们可以收集自卫星、飞机和无人机的航空照片,或扫描自历史地图,或来自其他可自由使用的数据源。",
                     "add_point": "'增加 点' 模式",
                     "add_line": "'增加 线' 模式",
                     "add_area": "'增加区域' 模式",
-                    "place_point": "放置一个点",
+                    "add_note": "'增加笔记' 模式",
+                    "place_point": "放置一个节点或一条笔记",
                     "disable_snap": "按住以禁用节点吸附",
                     "stop_line": "完成绘制线段或区域"
                 },
                     "continue_line": "在选中节点上继续绘制线",
                     "merge": "合并选中的要素",
                     "disconnect": "在选中节点上分离要素",
+                    "detach_node": "将选中的节点从其父路径/区域中隔离",
                     "split": "在选中节点上分割线",
                     "reverse": "反转线的方向",
                     "move": "移动选中的要素",
index c59599d1d51f6198a6c8463e83f109b1922168b0..39fd3c932798494290dfbdbd03919f69d55193de 100644 (file)
             "localized_translation_name": "名稱"
         },
         "zoom_in_edit": "放大以編輯",
-        "login": "登入",
-        "logout": "登出",
         "loading_auth": "正在連接 OpenStreetMap...",
         "report_a_bug": "報告錯誤",
         "help_translate": "協助翻譯",
         "cannot_zoom": "在這個模式下不能再縮小。",
         "full_screen": "切換全螢幕",
         "gpx": {
-            "local_layer": "本機檔案",
             "drag_drop": "拖移一個 .gpx, .geojson 或者 .kml 檔案到頁面或者按右側按鈕瀏覽。",
             "zoom": "放大至圖層",
             "browse": "瀏覽檔案"
                     "add_point": "'增加節'模式",
                     "add_line": "'增加線'模式",
                     "add_area": "'增加範圍'模式",
-                    "place_point": "放置一個點",
                     "disable_snap": "長按可停用點捕捉",
                     "stop_line": "完成繪製線或範圍"
                 },
index 98c4339e866a34c35973c679d14c00240fe16f2d..1f6ee55a6b10cd014c7c0a6782978cfd681185de 100644 (file)
                 "description": "新增餐廳、古蹪、郵箱或其他事物至地圖上。",
                 "tail": "點擊地圖以新增一個點。"
             },
+            "add_note": {
+                "title": "備註",
+                "description": "發現了問題?讓其他製圖者知道。",
+                "tail": "在地圖上點擊以新增備註。"
+            },
             "browse": {
                 "title": "瀏覽",
                 "description": "平移及縮放地圖。"
@@ -40,7 +45,8 @@
                 "annotation": {
                     "point": "已新增一點。",
                     "vertex": "已新增一節點至路徑上。",
-                    "relation": "已新增一項關係。"
+                    "relation": "已新增一項關係。",
+                    "note": "已新增備註。"
                 }
             },
             "start": {
                     "create": "已增加轉向限制",
                     "delete": "已移除轉向限制"
                 }
+            },
+            "detach_node": {
+                "title": "分離",
+                "key": "E",
+                "description": "從這些線/區域分離此節點。",
+                "annotation": "已從父母線/區域分離節點",
+                "restriction": "此節點無法被分離,因為它會毀損「{relation}」關係。",
+                "connected_to_hidden": "此節點無法被分離,因為它連接到隱藏的圖徽。"
             }
         },
         "restriction": {
                 "osm": {
                     "tooltip": "來自開放街圖的地圖資料",
                     "title": "開放街圖資料"
+                },
+                "notes": {
+                    "tooltip": "從開放街圖而來的註記資料",
+                    "title": "開放街圖註記"
                 }
             },
             "fill_area": "填充選項",
         "cannot_zoom": "在此模式下不能再縮小。",
         "full_screen": "啟動全螢幕",
         "gpx": {
-            "local_layer": "æ\9c¬æ©\9fæª\94æ¡\88",
+            "local_layer": "æ\96°å¢\9e GPX",
             "drag_drop": "拖放一個 .gpx, .geojson 或是 .kml 檔案到此頁面上,或是點選按鈕以瀏覽",
             "zoom": "縮放到圖層",
             "browse": "瀏覽檔案"
         },
+        "mvt": {
+            "local_layer": "新增 MVT",
+            "drag_drop": "將 .mvt 或 .pbf 拖曳到此頁面,或是點選右邊的按鈕以瀏覽",
+            "zoom": "縮放至圖層",
+            "browse": "瀏覽檔案"
+        },
         "streetside": {
             "tooltip": "微軟的街景照片",
             "title": "照片覆蓋層 (Bing Streetside)",
             "report": "回報關於此照片的隱私疑慮",
+            "view_on_bing": "在 Bing Maps 上檢視",
             "hires": "高解析度"
         },
         "mapillary_images": {
         "openstreetcam": {
             "view_on_openstreetcam": "在 OpenStreetCam 檢視這張圖片"
         },
+        "note": {
+            "note": "註記",
+            "title": "編輯註記",
+            "anonymous": "匿名",
+            "closed": "(已關閉)",
+            "commentTitle": "評論",
+            "newComment": "新評論",
+            "inputPlaceholder": "輸入評論以與其他使用者分享。",
+            "close": "關閉註記",
+            "open": "重新開啟註記",
+            "comment": "評論",
+            "close_comment": "關閉並評論",
+            "open_comment": "重新開啟並評論",
+            "report": "回報",
+            "new": "新的備註",
+            "newDescription": "描述問題。",
+            "save": "儲存備註",
+            "login": "您必須登入以變更或評論此註記。",
+            "upload_explanation": "您的評論將會讓所有開放街圖的使用者都可以看到。",
+            "upload_explanation_with_user": "您對 {user} 的評論將會讓所有開放街圖的使用者都可以看到。"
+        },
         "help": {
             "title": "說明文件",
             "key": "H",
                 "boundary": "*邊界*關聯是一個由一個或多個線段圖徵組成的行政邊界。",
                 "boundary_add": "要增加圖徵到邊界關聯,選擇圖徵在圖徵編輯器,向下滾動到\"所有關係\"部分,接著點 {plus} 加號按鈕,增加圖徵到鄰近已存在或是新的關聯中。"
             },
+            "notes": {
+                "title": "備註",
+                "intro": "*備註*是用於警告其他使用者有圖徽需要修復或注意。備註會在地圖上特定位置標記。要檢視既有的備註或加入新的,點擊 {data} **地圖圖資**面板以啟用開放街圖備註層。",
+                "add_note_h": "新增備註",
+                "add_note": "要加入新的備註,在地圖上的工具列點擊 {note} **備註**按鈕,或是按下鍵盤快捷鍵 `4`。這將會把您的滑鼠游標變更為十字符號。要在地圖上放置新的備註,將滑鼠游標放到要新增備註的地方,然後 {leftclick} 用左鍵點擊或按下 `Space` 鍵。",
+                "move_note": "僅有新的備註可以移動。要移動備註,將滑鼠游標放到新的備註上,然後按住 {leftclick} 滑鼠左鍵,並將備註拖曳到新的位置。",
+                "update_note_h": "關閉、重新開啟與評論",
+                "update_note": "既有的備註可以透過將其關閉、重新開啟或是對它新增評論來更新。關閉備註是指出問題已經解決。重新開啟備註則是指出原本的問題沒有被解決。",
+                "save_note_h": "儲存備註",
+                "save_note": "您必須分別儲存任何備註的編輯,只要按下在評論下方的按鈕就可以了。備註編輯**不**會包含在您上傳至開放街圖的變更集中。"
+            },
             "imagery": {
                 "title": "背景影像",
                 "intro": "背景影像出現在地圖資料下方,是繪製地圖時相當重要的資源。這些影像可能是從衛星、飛機和無人機收集的空拍影像,或是掃描歷史地圖或是其他自由可用的來源資料。",
             },
             "streetlevel": {
                 "title": "街景照片",
-                "intro": "街景影像很適合拿來繪製交通號誌、商家以及其他從衛星和空拍影像難以看到的細節。iD 編輯器支援  [Mapillary](https://www.mapillary.com) 和[OpenStreetCam](https://www.openstreetcam.org) 的街景影像。",
+                "intro": "街道級的照片對於繪製交通號誌與其他您無法在衛星照片或航空照片上看到的細節來說很有用。iD 編輯器支援了從 [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside)、[Mapillary](https://www.mapillary.com) 與 [OpenStreetCam](https://www.openstreetcam.org) 而來的街道級照片。",
                 "using_h": "使用街景照片",
                 "using": "要使用街景影像來畫地圖,點地圖旁 {data} **地圖資料**面板,切換不同的影像圖層。",
                 "photos": "當啟用時,圖片圖層會顯示有一連串有圖片沿著一條線,在更高的縮放程度,圓圈標示代表圖片的位置,而在更高的縮放下面,方向標示會顯示照片拍攝時的鏡頭方向。",
                     "add_point": "'增加節點'模式",
                     "add_line": "'增加線段'模式",
                     "add_area": "'增加區域'模式",
-                    "place_point": "放置一個點",
+                    "add_note": "「新增備註」模式",
+                    "place_point": "放置點或備註",
                     "disable_snap": "按住可禁用點捕捉模式",
                     "stop_line": "完成繪製線段或區域"
                 },
                     "continue_line": "從選擇節點繼續繪製線條",
                     "merge": "合併選擇圖徵",
                     "disconnect": "在選擇節點斷開圖徵",
+                    "detach_node": "從父母線/區域分離選定的節點",
                     "split": "從選擇節點分割成兩條線段",
                     "reverse": "反轉線條",
                     "move": "移動選擇圖徵",
                 "board_type": {
                     "label": "種類"
                 },
+                "booth": {
+                    "label": "亭子"
+                },
                 "boules": {
                     "label": "類型"
                 },
                     "label": "容量",
                     "placeholder": "50, 100, 200..."
                 },
+                "cash_in": {
+                    "label": "存款"
+                },
                 "castle_type": {
                     "label": "種類"
                 },
                         "underground": "地下"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "乘客資訊顯示器"
+                },
                 "payment_multi": {
                     "label": "付款種類"
                 },
                     "label": "站台編號"
                 },
                 "ref_road_number": {
-                    "label": "道路號"
+                    "label": "道路號"
                 },
                 "ref_route": {
                     "label": "路線編號"
                 "site": {
                     "label": "種類"
                 },
+                "site_type": {
+                    "label": "遺址類型"
+                },
                 "smoking": {
                     "label": "吸煙",
                     "options": {
                 "emergency/destination": {
                     "name": "緊急通道目的地"
                 },
+                "emergency/fire_alarm": {
+                    "name": "火災警鈴",
+                    "terms": "火警警報點"
+                },
                 "emergency/fire_extinguisher": {
                     "name": "滅火器",
                     "terms": "滅火器"
                     "name": "救生圈",
                     "terms": "救生圈"
                 },
+                "emergency/lifeguard": {
+                    "name": "救生員",
+                    "terms": "救生員"
+                },
                 "emergency/no": {
                     "name": "不開放緊急通行"
                 },
                     "terms": "銀樓,首飾店"
                 },
                 "shop/kiosk": {
-                    "name": "書報攤",
-                    "terms": "售貨亭"
+                    "name": "販賣亭",
+                    "terms": "書報攤,零售亭,售貨亭"
                 },
                 "shop/kitchen": {
                     "name": "廚房設計行",
             },
             "OSM-BGD-facebook": {
                 "name": "開放街圖孟加拉",
-                "description": "改進孟加拉的開放街圖"
+                "description": "改進孟加拉的開放街圖",
+                "extendedDescription": "在孟加拉畫地圖嗎?想要問問題,想要與社群連結?請加入 {url},所有人都歡迎噢! "
             },
             "OSM-India-facebook": {
                 "name": "開放街圖印度 - 參與社區畫圖",
                 "description": "匈牙利舉行聚會的平台"
             },
             "it-facebook": {
-                "name": "開放街圖義大利 Facebook"
+                "name": "開放街圖義大利 Facebook",
+                "description": "加入開放街圖義大利社群 Facebook"
+            },
+            "it-irc": {
+                "name": "開放街圖義大利 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-it"
+            },
+            "it-mailinglist": {
+                "name": "Talk-it 郵件論壇",
+                "description": "Talk-at 是義大利社群的官方郵件論壇 "
+            },
+            "it-telegram": {
+                "name": "開放街圖義大利在 Telegram",
+                "description": "開放街圖義大利 Telegram 聊天室"
+            },
+            "it-twitter": {
+                "name": "開放街圖義大利 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "OSM-Rome-meetup": {
+                "name": "Incontro Mappatori Romani",
+                "description": "改善羅馬區域的 OpenStreetMap",
+                "extendedDescription": "我們是一群熱情討論和分享自由地理資料集知識的人,特別是開放街圖的資料,以及管理、編輯和顯示地理資料的開放地理空間軟體,以及在拉吉歐推廣的團體。"
+            },
+            "South-Tyrol-Mailing-List": {
+                "name": "開放街圖波爾察諾的郵件論壇",
+                "description": "開放街圖義大利波爾察諾地區的郵件論壇"
+            },
+            "talk-it-lazio": {
+                "name": "開放街圖義大利拉吉歐",
+                "description": "歡迎所有人加入!在 {signupUrl} 註冊",
+                "extendedDescription": "羅馬和拉吉歐區域的郵件論壇"
+            },
+            "Trentino-Mailing-List": {
+                "name": "開放街圖特倫托的郵件論壇",
+                "description": "開放街圖義大利特倫托地區的郵件論壇"
+            },
+            "no-forum": {
+                "name": "開放街圖挪威網頁論壇",
+                "description": "開放街圖挪威的網頁論壇"
+            },
+            "no-irc": {
+                "name": "開放街圖挪威 IRC",
+                "description": "在挪威的圖客與 OpenStreetMap 使用者、開發者與愛好者"
+            },
+            "no-mailinglist": {
+                "name": "開放街圖挪威郵件論壇",
+                "description": "在挪威的圖客與 OpenStreetMap 使用者、開發者與愛好者的郵件論壇"
+            },
+            "OSM-PL-facebook-group": {
+                "name": "開放街圖波蘭 Facebook 社團",
+                "description": "波蘭的開放街圖圖客和使用者社團"
+            },
+            "OSM-PL-forum": {
+                "name": "開放街圖波蘭論壇",
+                "description": "開放街圖波蘭社群的論壇"
+            },
+            "si-forum": {
+                "name": "開放街圖斯洛維尼亞論壇",
+                "description": "開放街圖斯洛維尼亞社群的論壇"
+            },
+            "si-mailinglist": {
+                "name": "開放街圖斯洛維尼亞郵件論壇",
+                "description": "開放街圖在斯洛維尼亞的郵件論壇"
             },
             "OSM-ES-mailinglist": {
                 "name": "Talk-es 郵件論壇",
                 "name": "Telegram 上的 @OSMes",
                 "description": "開放街圖西班牙 Telegram 聊天室"
             },
+            "osm-se": {
+                "name": "OpenStreetMap.se",
+                "description": "提供瑞典在地社群 OSM 服務和資訊"
+            },
+            "se-facebook": {
+                "name": "開放街圖瑞典 Facebook",
+                "description": "開放街圖瑞典的 Facebook"
+            },
+            "se-forum": {
+                "name": "開放街圖瑞典網頁論壇",
+                "description": "開放街圖瑞典的網頁論壇"
+            },
+            "se-irc": {
+                "name": "開放街圖瑞典 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm.se"
+            },
+            "se-mailinglist": {
+                "name": "Talk-se 郵件論壇",
+                "description": "討論開放街圖在瑞典事物的郵件論壇"
+            },
+            "se-twitter": {
+                "name": "開放街圖瑞典 Twitter",
+                "description": "追隨我們的 Twitter: {url} "
+            },
             "Nottingham-OSM-pub-meetup": {
                 "name": "East Midlands (諾丁漢) 酒吧每月聚會",
-                "description": "East Midlands 圖客和使用者的社交聚會"
+                "description": "East Midlands 圖客和使用者的社交聚會",
+                "extendedDescription": "一開始 2011 年 3 月時有一群人在諾丁罕開始聚會,後來則大多在德比,以及不時在東密德蘭的其他地方。大多是社交性質的聚會,但也是相當好詢問有關地方 OSM 或是一般性質問題。在夏季時我們通常會趁有日光時在聚會場地附近出外畫地圖,這群人有個特別興趣,就是繪製公共空間,不時會為了畫地圖而聚會。"
+            },
+            "gb-irc": {
+                "extendedDescription": "在 irc.oftc.net (port 6667) 加入 #osm-gb,如果你問了問題,請耐心等候數分鐘等待回應"
+            },
+            "OSM-CU-telegram": {
+                "name": "OSM 古巴在 Telegram",
+                "description": "開放街圖古巴 Telegram 聊天室"
+            },
+            "OSM-NI-telegram": {
+                "name": "OSM 尼加拉瓜在 Telegram",
+                "description": "開放街圖尼加拉瓜 Telegram 聊天室"
             },
             "Bay-Area-OpenStreetMappers": {
                 "name": "灣區的 OpenStreetMap 圖客",
                 "name": "開放街圖西雅圖",
                 "description": "在西雅圖的圖客與開放街圖使用者"
             },
+            "OSM-SoCal": {
+                "name": "開放街圖南加州",
+                "description": "讓我們玩樂吧,並且貢獻畫洛杉磯一帶,以及學習有關畫地圖的一切!"
+            },
             "OSM-South-Bay": {
                 "name": "OSM South Bay",
                 "description": "由為聖荷西寫程式主辦的地圖之夜",
             "OSM-US": {
                 "name": "開放街圖美國",
                 "description": "我們協助美國的開放街圖成長茁壯並改善它。",
-                "extendedDescription": "我們透過舉辦年度研討會、提供社群資源、建立合作關係以及推廣來支援開放街圖。在此加入開放街圖美國:{signupUrl}"
+                "extendedDescription": "我們透過舉辦年度研討會、提供社群資源、建立合作關係以及推廣來支援開放街圖。在此加入開放街圖美國:{signupUrl}",
+                "events": {
+                    "sotmus2018": {
+                        "name": "State of the Map US 2018",
+                        "description": "加入在密西根底特律的 State of the Map US 開放街圖社群大會,與其他圖客、公司、政府機關以及非營利組織交流,都圍繞貢獻全球的免費編輯地圖。",
+                        "where": "密西根底特律"
+                    }
+                }
             },
             "OSM-Utah": {
                 "name": "開放街圖猶他",
                 "name": "Maptime Australia Slack",
                 "description": "在 {signupUrl} 註冊"
             },
+            "Bahia-telegram": {
+                "name": "開放街圖巴伊亞 Telegram",
+                "description": "加入開放街圖巴伊亞 Telegram 聊天室",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "DF-telegram": {
+                "name": "開放街圖巴西利亞 Telegram",
+                "description": "加入開放街圖巴西利亞 Telegram 聊天室",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "OSM-br-mailinglist": {
+                "name": "Talk-br 郵件論壇",
+                "description": "討論開放街圖在巴西事物的郵件論壇"
+            },
+            "OSM-br-telegram": {
+                "name": "開放街圖巴西 Telegram",
+                "description": "加入開放街圖巴西 Telegram 聊天室",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "OSM-br-twitter": {
+                "name": "開放街圖巴西 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "OSM-CL-facebook": {
+                "name": "開放街圖智利 Facebook",
+                "description": "加入開放街圖智利社群 Facebook",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "OSM-CL-mailinglist": {
+                "name": "Talk-cl 郵件論壇",
+                "description": "討論開放街圖在智利事物的郵件論壇"
+            },
+            "OSM-CL-telegram": {
+                "name": "開放街圖智利 Telegram",
+                "description": "加入開放街圖智利 Telegram 聊天室",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "OSM-CL-twitter": {
+                "name": "開放街圖智利 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
             "Maptime-Bogota": {
                 "name": "Maptime Bogotá",
                 "description": "我們是一群關心波哥大一帶開放街圖狀況的圖客。",
             },
             "OSM-CO-facebook": {
                 "name": "開放街圖哥倫比亞 Facebook",
-                "description": "加入開放街圖哥倫比亞社群 Facebook"
+                "description": "加入開放街圖哥倫比亞社群 Facebook",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,歡迎所有人噢!"
+            },
+            "OSM-CO-mailinglist": {
+                "name": "Talk-co 郵件論壇",
+                "description": "討論開放街圖在哥倫比亞事物的郵件論壇"
+            },
+            "OSM-CO-telegram": {
+                "name": "OSM 哥倫比亞在 Telegram",
+                "description": "開放街圖哥倫比亞 Telegram 聊天室"
+            },
+            "OSM-CO-twitter": {
+                "name": "開放街圖哥倫比亞 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "OSM-CO": {
+                "name": "開放街圖哥倫比亞",
+                "description": "開放街圖哥倫比亞社群和 OSMCo 基金會的消息"
+            },
+            "OSM-EC-telegram": {
+                "name": "OSM 厄瓜多在 Telegram",
+                "description": "開放街圖厄瓜多 Telegram 聊天室"
+            },
+            "OSM-PY-telegram": {
+                "name": "OSM 巴拉圭在 Telegram",
+                "description": "開放街圖厄瓜多 Telegram 聊天室"
+            },
+            "OSM-PE-facebook": {
+                "name": "開放街圖祕魯 Facebook",
+                "description": "加入開放街圖祕魯社群 Facebook"
             },
             "OSM-PE-mailinglist": {
                 "name": "Talk-pe 郵件論壇",
                 "name": "在 Reddit 上的 OpenStreetMap",
                 "description": "/r/openstreetmap/ 是一個取得更多關於 OpenStreetMap 資訊的好地方。什麼事都能問!"
             },
+            "OSM-Telegram": {
+                "name": "開放街圖 Telegram",
+                "description": "加入開放街圖 Telegram 超級聊天室 {url}"
+            },
             "OSM-Twitter": {
                 "name": "開放街圖 Twitter",
                 "description": "在 {url} 上追隨我們的 Twitter"
index 84c71a9fb8e4769d4d6e283da1c50d706000c43d..01f2ac14ca96972e4f8222ad203432c55f1cc7c9 100644 (file)
             "localized_translation_language": "选择语言",
             "localized_translation_name": "名称"
         },
-        "logout": "退出",
         "loading_auth": "连接OpenStreetMap...",
         "status": {
             "error": "无法连接到API。",